pax_global_header00006660000000000000000000000064151005315160014507gustar00rootroot0000000000000052 comment=2e4e43f7004272db6c1ca2fd32e55bbd05d00a51 oj-3.16.12/000077500000000000000000000000001510053151600122715ustar00rootroot00000000000000oj-3.16.12/.clang-format000066400000000000000000000106621510053151600146510ustar00rootroot00000000000000--- Language: Cpp # BasedOnStyle: Google AccessModifierOffset: -1 AlignAfterOpenBracket: Align AlignConsecutiveMacros: false AlignConsecutiveAssignments: true AlignConsecutiveDeclarations: true AlignEscapedNewlines: Left AlignOperands: true AlignTrailingComments: true AllowAllArgumentsOnNextLine: false AllowAllConstructorInitializersOnNextLine: false AllowAllParametersOfDeclarationOnNextLine: false AllowShortBlocksOnASingleLine: Never AllowShortCaseLabelsOnASingleLine: true AllowShortFunctionsOnASingleLine: InlineOnly AllowShortLambdasOnASingleLine: Empty AllowShortIfStatementsOnASingleLine: Never AllowShortLoopsOnASingleLine: false AlwaysBreakAfterDefinitionReturnType: None AlwaysBreakAfterReturnType: None AlwaysBreakBeforeMultilineStrings: false AlwaysBreakTemplateDeclarations: Yes BinPackArguments: false BinPackParameters: false BraceWrapping: AfterCaseLabel: false AfterClass: false AfterControlStatement: false AfterEnum: false AfterFunction: false AfterNamespace: false AfterObjCDeclaration: false AfterStruct: false AfterUnion: false AfterExternBlock: false BeforeCatch: false BeforeElse: false IndentBraces: false SplitEmptyFunction: true SplitEmptyRecord: true SplitEmptyNamespace: true BreakBeforeBinaryOperators: None BreakBeforeBraces: Attach BreakBeforeInheritanceComma: false BreakInheritanceList: BeforeColon BreakBeforeTernaryOperators: true BreakConstructorInitializersBeforeComma: false BreakConstructorInitializers: BeforeColon BreakAfterJavaFieldAnnotations: false BreakStringLiterals: true ColumnLimit: 120 CommentPragmas: '^ IWYU pragma:' CompactNamespaces: false ConstructorInitializerAllOnOneLineOrOnePerLine: true ConstructorInitializerIndentWidth: 4 ContinuationIndentWidth: 4 Cpp11BracedListStyle: true DeriveLineEnding: true DerivePointerAlignment: true DisableFormat: false ExperimentalAutoDetectBinPacking: false FixNamespaceComments: true ForEachMacros: - foreach - Q_FOREACH - BOOST_FOREACH IncludeBlocks: Regroup IncludeCategories: - Regex: '^' Priority: 2 SortPriority: 0 - Regex: '^<.*\.h>' Priority: 1 SortPriority: 0 - Regex: '^<.*' Priority: 2 SortPriority: 0 - Regex: '.*' Priority: 3 SortPriority: 0 IncludeIsMainRegex: '([-_](test|unittest))?$' IncludeIsMainSourceRegex: '' IndentCaseLabels: false IndentGotoLabels: true IndentPPDirectives: None IndentWidth: 4 IndentWrappedFunctionNames: false JavaScriptQuotes: Leave JavaScriptWrapImports: true KeepEmptyLinesAtTheStartOfBlocks: false MacroBlockBegin: '' MacroBlockEnd: '' MaxEmptyLinesToKeep: 1 NamespaceIndentation: None ObjCBinPackProtocolList: Never ObjCBlockIndentWidth: 4 ObjCSpaceAfterProperty: false ObjCSpaceBeforeProtocolList: true PenaltyBreakAssignment: 2000 PenaltyBreakBeforeFirstCallParameter: 1 PenaltyBreakComment: 100 PenaltyBreakFirstLessLess: 120 PenaltyBreakString: 1000 PenaltyBreakTemplateDeclaration: 10 PenaltyExcessCharacter: 100 PenaltyReturnTypeOnItsOwnLine: 1 PointerAlignment: Right RawStringFormats: - Language: Cpp Delimiters: - cc - CC - cpp - Cpp - CPP - 'c++' - 'C++' CanonicalDelimiter: '' BasedOnStyle: google - Language: TextProto Delimiters: - pb - PB - proto - PROTO EnclosingFunctions: - EqualsProto - EquivToProto - PARSE_PARTIAL_TEXT_PROTO - PARSE_TEST_PROTO - PARSE_TEXT_PROTO - ParseTextOrDie - ParseTextProtoOrDie CanonicalDelimiter: '' BasedOnStyle: google ReflowComments: false SortIncludes: true SortUsingDeclarations: true SpaceAfterCStyleCast: false SpaceAfterLogicalNot: false SpaceAfterTemplateKeyword: true SpaceBeforeAssignmentOperators: true SpaceBeforeCpp11BracedList: false SpaceBeforeCtorInitializerColon: true SpaceBeforeInheritanceColon: true SpaceBeforeParens: ControlStatements SpaceBeforeRangeBasedForLoopColon: true SpaceInEmptyBlock: false SpaceInEmptyParentheses: false SpacesBeforeTrailingComments: 2 SpacesInAngles: false SpacesInConditionalStatement: false SpacesInContainerLiterals: true SpacesInCStyleCastParentheses: false SpacesInParentheses: false SpacesInSquareBrackets: false SpaceBeforeSquareBrackets: false Standard: Auto StatementMacros: - Q_UNUSED - QT_REQUIRE_VERSION TabWidth: 8 UseCRLF: false UseTab: Never ... oj-3.16.12/.editorconfig000066400000000000000000000004331510053151600147460ustar00rootroot00000000000000# EditorConfig is awesome: http://EditorConfig.org # top-most EditorConfig file root = true # Unix-style newlines with a newline ending every file [*] end_of_line = lf insert_final_newline = true charset = utf-8 indent_style = space indent_size = 2 trim_trailing_whitespace = true oj-3.16.12/.github/000077500000000000000000000000001510053151600136315ustar00rootroot00000000000000oj-3.16.12/.github/FUNDING.yml000066400000000000000000000000241510053151600154420ustar00rootroot00000000000000 github: [ohler55] oj-3.16.12/.github/dependabot.yml000066400000000000000000000001601510053151600164560ustar00rootroot00000000000000version: 2 updates: - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" oj-3.16.12/.github/workflows/000077500000000000000000000000001510053151600156665ustar00rootroot00000000000000oj-3.16.12/.github/workflows/CI.yml000066400000000000000000000033431510053151600167070ustar00rootroot00000000000000name: CI on: push: branches: - '*' pull_request: permissions: contents: read jobs: Build: strategy: fail-fast: false matrix: # Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0' ruby: - head - '3.4' - '3.3' - '3.2' - '3.1' - '3.0' - '2.7' os: - ubuntu - macos - windows gemfile: - no_rails - rails_7.1 - rails_7.2 - rails_8 exclude: - ruby: 2.7 gemfile: rails_7.2 - ruby: 3.0 gemfile: rails_7.2 - ruby: 2.7 gemfile: rails_8 - ruby: 3.0 gemfile: rails_8 - ruby: 3.1 gemfile: rails_8 - os: macos ruby: head - os: windows ruby: head - os: windows gemfile: rails_7.1 - os: windows gemfile: rails_7.2 include: - ruby: 'truffleruby' gemfile: no_rails os: ubuntu - ruby: 'ucrt' gemfile: no_rails os: windows env: BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile MAKE: make -j 2 runs-on: ${{ matrix.os }}-latest continue-on-error: ${{ matrix.ruby == 'head'}} name: Ruby ${{ matrix.ruby }} (${{ matrix.os }}${{ matrix.gemfile != 'no_rails' && ', ' || '' }}${{ matrix.gemfile != 'no_rails' && matrix.gemfile || '' }}) steps: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - run: bundle exec rake oj-3.16.12/.github/workflows/clang-format.yml000066400000000000000000000011151510053151600207610ustar00rootroot00000000000000name: clang-format Check on: push: branches: - develop - master paths: - ".clang-format" - ".github/workflows/clang-format.yml" - "**/*.c" - "**/*.h" pull_request: paths: - ".clang-format" - ".github/workflows/clang-format.yml" - "**/*.c" - "**/*.h" jobs: formatting-check: name: Formatting Check runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Run clang-format style check uses: jidicula/clang-format-action@v4.15.0 with: clang-format-version: 20 oj-3.16.12/.github/workflows/rubocop.yml.ignore000066400000000000000000000020141510053151600213410ustar00rootroot00000000000000 # Don't bother with rubocop. It is too opinionated and the opinions # change. It's not worth chasing when the code is perfectly acceptable # otherwise. name: Rubocop Check on: push: branches: - develop - master paths: - ".rubocop*.yml" - ".github/workflows/rubocop.yml" - "lib/**/*.rb" - "test/*.rb" - "**/*.gemspec" - "**/*.gemfile" - "Gemfile" pull_request: paths: - ".rubocop*.yml" - ".github/workflows/rubocop.yml" - "lib/**/*.rb" - "test/*.rb" - "**/*.gemspec" - "**/*.gemfile" - "Gemfile" jobs: formatting-check: name: Formatting Check runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: "3.2" bundler-cache: true - name: Set-up RuboCop Problem Matcher uses: r7kamura/rubocop-problem-matchers-action@v1 - name: Run rubocop run: bundle exec rubocop oj-3.16.12/.gitignore000066400000000000000000000002301510053151600142540ustar00rootroot00000000000000oj-*.gem .DS_Store \#*\# .\#* *~ *.o Makefile *.bundle .rbenv-version .ruby-version *.rbc .rbx doc .yardoc Gemfile.lock *.so vendor gemfiles/*.lock tmp oj-3.16.12/.rubocop.yml000066400000000000000000000162451510053151600145530ustar00rootroot00000000000000 require: - rubocop-minitest AllCops: TargetRubyVersion: 2.7 NewCops: enable Exclude: - 'vendor/**/*' - 'test/json_gem/**/*' - 'test/activerecord/**/*' - 'test/activesupport6/**/*' - 'test/activesupport7/**/*' # This rule suggests a change that will cause CI tests to fail. Gemspec/DevelopmentDependencies: Enabled: false Style/QuotedSymbols: EnforcedStyle: double_quotes Style/SymbolArray: EnforcedStyle: brackets Style/FormatStringToken: EnforcedStyle: unannotated Style/FrozenStringLiteralComment: EnforcedStyle: always Layout/EmptyLinesAroundClassBody: Enabled: false Style/MethodCallWithoutArgsParentheses: Enabled: false Style/PercentLiteralDelimiters: Enabled: false Layout/SpaceInsideHashLiteralBraces: Enabled: false EnforcedStyle: compact EnforcedStyleForEmptyBraces: no_space Layout/SpaceInsideArrayLiteralBrackets: Enabled: false EnforcedStyle: compact EnforcedStyleForEmptyBrackets: no_space Style/YodaCondition: Enabled: false Style/FormatString: Enabled: false Style/NumericPredicate: Enabled: false Style/HashSyntax: Enabled: false Style/TernaryParentheses: Enabled: false Layout/ExtraSpacing: AllowForAlignment: true, AllowBeforeTrailingComments: true ForceEqualSignAlignment: false Style/Semicolon: AllowAsExpressionSeparator: true Style/SafeNavigation: Enabled: false Layout/LineLength: Max: 160 Exclude: - 'test/_test_active.rb' - 'test/test_gc.rb' Style/WordArray: Enabled: false Style/TrailingCommaInHashLiteral: Enabled: false Style/TrailingCommaInArrayLiteral: Enabled: false Style/SymbolProc: Enabled: false Style/StructInheritance: Enabled: false Layout/EmptyLineBetweenDefs: EmptyLineBetweenMethodDefs: true EmptyLineBetweenClassDefs: true EmptyLineBetweenModuleDefs: true AllowAdjacentOneLineDefs: true NumberOfEmptyLines: 1 Layout/EmptyLinesAroundModuleBody: EnforcedStyle: no_empty_lines # Could not get the indentation the way I like it so disable. Layout/FirstHashElementIndentation: Enabled: false EnforcedStyle: consistent IndentationWidth: 2 Layout/MultilineHashBraceLayout: # test are easier to read with a mix Enabled: false Layout/SpaceAroundEqualsInParameterDefault: EnforcedStyle: no_space Layout/SpaceAroundOperators: Enabled: false Layout/SpaceBeforeBlockBraces: EnforcedStyle: space Layout/TrailingEmptyLines: EnforcedStyle: final_newline Lint/EmptyBlock: Enabled: false # Rescue of an Exception during a test allows all Exceptions to be # rescued and not just StandardError. Lint/RescueException: Enabled: false Metrics/AbcSize: Max: 200 Metrics/ClassLength: Enabled: false Metrics/MethodLength: Enabled: false # Configuration parameters: Lint/UnusedMethodArgument: AllowUnusedKeywordArguments: false IgnoreEmptyMethods: true IgnoreNotImplementedMethods: true Lint/UselessAssignment: Enabled: true Lint/UselessMethodDefinition: Enabled: true Metrics/CyclomaticComplexity: Max: 20 Metrics/PerceivedComplexity: Max: 20 Metrics/ModuleLength: Enabled: false # Offense count: 14 # This cop supports safe autocorrection (--autocorrect). Minitest/AssertEmptyLiteral: Enabled: true Minitest/AssertEqual: Enabled: true Minitest/AssertInDelta: Enabled: true Minitest/AssertIncludes: Enabled: true Minitest/AssertNil: Enabled: true Minitest/AssertPredicate: Enabled: true Minitest/AssertRespondTo: Enabled: true Minitest/AssertTruthy: Enabled: true Minitest/AssertWithExpectedArgument: Enabled: true Minitest/EmptyLineBeforeAssertionMethods: Enabled: false Minitest/LiteralAsActualArgument: Enabled: true Minitest/MultipleAssertions: Enabled: false Minitest/RefuteFalse: Enabled: true Minitest/TestFileName: Enabled: false Minitest/UnspecifiedException: Enabled: false Minitest/UselessAssertion: Enabled: false Naming/BinaryOperatorParameterName: Enabled: false Naming/ConstantName: Enabled: true Naming/HeredocDelimiterNaming: Enabled: true Naming/MethodName: EnforcedStyle: snake_case Naming/MethodParameterName: Enabled: false Naming/PredicateName: Enabled: true Naming/VariableNumber: Enabled: false Security/Eval: Enabled: true Security/JSONLoad: Enabled: true Security/MarshalLoad: Enabled: false Style/AccessorGrouping: Enabled: false Style/Alias: EnforcedStyle: prefer_alias Style/AndOr: EnforcedStyle: always Style/BarePercentLiterals: EnforcedStyle: bare_percent Style/BlockComments: Enabled: false Style/BlockDelimiters: Enabled: false Style/CaseEquality: Enabled: true Style/CharacterLiteral: Enabled: true Style/ClassVars: Enabled: true Style/CommandLiteral: EnforcedStyle: backticks Style/CommentedKeyword: Enabled: false Style/ConditionalAssignment: EnforcedStyle: assign_to_condition Style/DefWithParentheses: Enabled: false Style/Dir: Enabled: true Style/Documentation: Enabled: true Style/DoubleNegation: Enabled: true Style/EachForSimpleLoop: Enabled: true Style/EachWithObject: Enabled: true Style/EmptyCaseCondition: Enabled: true Style/EmptyMethod: EnforcedStyle: expanded Style/Encoding: Enabled: true Style/ExponentialNotation: Enabled: false Style/FileWrite: Enabled: true Style/For: EnforcedStyle: each Style/GlobalStdStream: Enabled: true Style/GlobalVars: Enabled: false Style/GuardClause: Enabled: false Style/HashEachMethods: Enabled: true Style/IfUnlessModifier: Enabled: false Style/IfUnlessModifierOfIfUnless: Enabled: true Style/InverseMethods: InverseMethods: true InverseBlocks: true Style/LineEndConcatenation: Enabled: true Style/MissingRespondToMissing: Enabled: true Style/MultilineIfModifier: Enabled: true Style/MultipleComparison: Enabled: false Style/MutableConstant: EnforcedStyle: strict Style/NegatedIfElseCondition: Enabled: true Style/NestedModifier: Enabled: true Style/NumericLiterals: MinDigits: 5 Style/OpenStructUse: Enabled: false Style/OptionalBooleanParameter: Enabled: false Style/ParenthesesAroundCondition: AllowSafeAssignment: true AllowInMultilineConditions: true Style/PreferredHashMethods: EnforcedStyle: short Style/Proc: Enabled: true Style/RaiseArgs: EnforcedStyle: compact Style/RedundantArgument: Enabled: false Style/RedundantBegin: Enabled: true Style/RedundantConstantBase: Enabled: true Style/RedundantHeredocDelimiterQuotes: Enabled: true Style/RedundantInitialize: Enabled: true Style/RedundantInterpolation: Enabled: true Style/RedundantParentheses: Enabled: true Style/RedundantPercentQ: Enabled: true Style/RedundantRegexpEscape: Enabled: true Style/RedundantReturn: Enabled: true Style/RedundantSelf: Enabled: true Style/RedundantSortBy: Enabled: true Style/RedundantStringEscape: Enabled: true Style/RescueStandardError: Enabled: false Style/SingleLineMethods: Enabled: true Style/SoleNestedConditional: Enabled: true Style/SpecialGlobalVars: Enabled: true Style/StringConcatenation: Enabled: false # Offense count: 678 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline. # SupportedStyles: single_quotes, double_quotes Style/StringLiterals: EnforcedStyle: single_quotes oj-3.16.12/.yardopts000066400000000000000000000004071510053151600141400ustar00rootroot00000000000000--title "Oj API Documentation" --readme README.md --charset utf-8 - pages/Advanced.md pages/Compatibility.md pages/Custom.md pages/Encoding.md pages/JsonGem.md pages/Modes.md pages/Options.md pages/Rails.md pages/Security.md CHANGELOG.md LICENSE RELEASE_NOTES.md oj-3.16.12/CHANGELOG.md000066400000000000000000001346541510053151600141170ustar00rootroot00000000000000# CHANGELOG ## 3.16.12 - 2025-10-29 - Fixed dump realloc bug that occurred when using the compat mode dump options. ## 3.16.11 - 2025-05-29 - Fixed range encoding with the :circular option ## 3.16.10 - 2025-02-24 - Changed oj_parser_type to be non-static. - Changed ARM versions to used Neon instructions thanks to @samyron. ## 3.16.9 - 2024-12-28 - Fixed `Oj::Parser` create_id size issue #931. - Changed parser to be more optimized (PR from @Watson1978) ## 3.16.8 - 2024-12-14 - Fixed StreamWriter to write to non-file IO thanks to @jscheid. ## 3.16.7 - 2024-11-01 - Changed string_writer_as_json to allow multiple arguments. - Fixed Global variable registration added to mimic_json and rails code thanks to @byroot. ## 3.16.6 - 2024-09-09 - Fixed issue with Rails 7.2 that changed the order of calls to to_json and as_json. ## 3.16.5 - 2024-08-07 - Fixed Oj::Parser so that block procedures work correctly. ## 3.16.4 - 2024-06-08 - Fixed Oj::Parse EOF issue on larger stream input. ## 3.16.3 - 2023-12-11 - Fixed the gemspec to allow earlier versions of the bigdecimal gem. ## 3.16.2 - 2023-12-06 - Fixed documentation formatting. - Added option to the "usual" parser to raise an error on an empty input string. ## 3.16.1 - 2023-09-01 - Fixed exception type on number parsing. (thank you @jasonpenny) ## 3.16.0 - 2023-08-16 - Added the `float_format` option. - Expanded the `max_nesting` option to allow integer values as well as the previous boolean (true or nil). - Skip nesting tests with Truffle Ruby in the json gem tests. ## 3.15.1 - 2023-07-30 - Add protection against some using `require 'oj/json`, an internal file. - Fixed non-json errors when in compat mode. ## 3.15.0 - 2023-06-02 - Added `omit_null_byte` option when dumping. ## 3.14.3 - 2023-04-07 - Fixed compat parse with optimized Hash when parsing a JSON::GenericObject. - Deprecated Ruby <= 2.6.10 ## 3.14.2 - 2023-02-10 - Fixed check for \0 in strings. ## 3.14.1 - 2023-02-01 - Fixed issue with uninitialized handler for Oj::Parser::Saj. - Fixed hang on unterminated string with a \0 byte in parse.c. ## 3.14.0 - 2023-01-30 - Tracing is now a compile time option giving a 15 to 20% performance boost. - Some cleanup in the fast parser. ## 3.13.23 - 2022-11-06 - Fixed issue with Oj::Parser extension regarding GC timeing. ## 3.13.22 - 2022-11-01 - Reorganized Oj::Parser code to allow for parser extensions in C. ## 3.13.21 - 2022-08-19 - Bug parsing big numbers fixed in the SAJ parser. ## 3.13.20 - 2022-08-07 - SSE4 made optional with a `--with-sse42` flag to the compile. ## 3.13.19 - 2022-07-29 - TruffleRuby issues resolved. ## 3.13.18 - 2022-07-25 - Fixed SSE detection at run time. ## 3.13.17 - 2022-07-15 - Fixed Oj::Parser to detect unterminated arrays and objects. ## 3.13.16 - 2022-07-06 - Added line and column as optional arguments to the Oj::Parser.saj parser. ## 3.13.15 - 2022-07-03 - Fixed issue dumping NaN value in object mode. ## 3.13.14 - 2022-06-03 - Double fclose() due to bad merger fixed by tonobo. ## 3.13.13 - 2022-05-20 - Fixed flooding stdout with debug output when dumping. ## 3.13.12 - 2022-05-20 - Fixed crash on no arguments to pretty_generate. Now raises an exception. - Register all classes and globals. - Fixed memory issue with dumping. ## 3.13.11 - 2022-01-05 - Fixed write blocking failures on writes to a slow stream with larger writes. ## 3.13.10 - 2021-12-12 - Fixed Oj::Doc re-entrant issue with each_child. - Fixed each_child on empty Oj::Doc. ## 3.13.9 - 2021-10-06 - Fix mimic JSON load so that it honors the `:symbolize_names` option. ## 3.13.8 - 2021-09-27 - Fix `Oj::Doc` behaviour for inexisting path. ```ruby Oj::Doc.open('{"foo":1}') do |doc| doc.fetch('/foo/bar') # used to give `1`, now gives `nil` doc.exists?('/foo/bar') # used to give `true`, now gives `false` end ``` - Fix `Oj::Parser` handling of BigDecimal. `snprint()` does not handle `%Lg` correctly but `sprintf()` does. ## 3.13.7 - 2021-09-16 - The JSON gem allows invalid unicode so Oj, when mimicing JSON now allows it as well. Use `:allow_invalid_unicode` to change that. ## 3.13.6 - 2021-09-11 - Fixed unicode UTF 8 parsing in string values. - Fixed hash key allocation issue. - The `Oj::Parser.new()` function now allows optional arguments that set the allowed options for the mode. As an example `Oj::Parser.new(:usual, cache_keys: true)`. ## 3.13.5 - 2021-09-08 - Assure value strings of zero length are not always cached. ## 3.13.4 - 2021-09-04 - Fixed concurrent GC issue in the cache. ## 3.13.3 - 2021-08-30 - Caches are now self adjusting and clearing so less used entries are expunged to avoid memory growth. - When mimicking the JSON gem the JSON::State now handles all Hash methods. While this is different than the actually JSON gem it avoids failing due to errors in Rails code and other gems. ## 3.13.2 - 2021-08-11 - Fixed C99 compiler errors. ## 3.13.1 - 2021-08-09 - Fixed failing build on Windows. ## 3.13.0 - 2021-08-08 - Added `Oj::Parser`, a faster parser with better option management. - Watson1978 increasd dump performance ever more and is now a collaborator on Oj! ## 3.12.3 - 2021-08-02 - Update documents for the `:cache_keys` and `:cache_strings`. - Watson1978 increased dump performance for rails mode. ## 3.12.2 - 2021-07-25 - Thanks to Watson1978 for the dump performance for time values. ## 3.12.1 - 2021-07-09 - Fixed `:cache_keys` not being honored in compat mode. - Increased the cache size. ## 3.12.0 - 2021-07-05 - Added string and symbol caching options that give Oj about a 20% parse performance boost. ## 3.11.8 - 2021-07-03 - Fixed or reverted change that set the default mode when optimize_Rails was called. ## 3.11.7 - 2021-06-22 - Fixed exception type when parsing after `Oj::Rails.mimic_JSON` is called. ## 3.11.6 - 2021-06-14 - Fixed bug where `Oj::Doc#fetch` on an empty Hash or Array did not return `nil`. - Added an `Oj::Doc#exists?` method. - Deprecated `Oj::Doc#where?` in favor `Oj::Doc#where` or the alias, `Oj::Doc#path`. ## 3.11.5 - 2021-04-15 - Oj.generate fix introduced in previous bug fix. Oj.mimic_JSON is forced if Oj.generate is called. ## 3.11.4 - 2021-04-14 - Code re-formatted with clang-format. Thanks goes to BuonOmo for suggesting and encouraging the use of a formatter and getting the effort started. - Added support for `GC.compact` on `Oj::Doc` - Fixed compatibility issue with Rails and the JSON gem that requires a special case when using JSON.generate versus call `to_json` on an object. ## 3.11.3 - 2021-03-09 - Fixed `respond_to?` method on `Oj::EasyHash`. ## 3.11.2 - 2021-01-27 - Fixed JSON gem `:decimal_class` option. ## 3.11.1 - 2021-01-24 - XrXr fixed Ruby 3.0.0 object movement issue. ## 3.11.0 - 2021-01-12 - Added `:compat_bigdecimal` to support the JSON gem `:decimal_class` undocumented option. - Reverted the use of `:bigdecimal_load` for `:compat` mode. ## 3.10.18 - 2020-12-25 - Fix modes table by marking compat mode `:bigdecimal_load` instead of `:bigdecimal_as_decimal`. - Added `:custom` mode setting that are the same as `:compat` mode. There are some minor differences between the two setting. ## 3.10.17 - 2020-12-15 - The undocumented JSON gem option of `:decimal_class` is now supported and the default option of `:bigdecimal_load` is also honored in JSON.parse() and in compat mode. - Invalid encoding detection bug fixed for rails. ## 3.10.16 - 2020-11-10 - Allow escaping any character in :compat mode to match the json gem behavior. ## 3.10.15 - 2020-10-16 Remove license from code. ## 3.10.14 - 2020-09-05 - Updated float test to check a range. ## 3.10.13 - 2020-08-28 - Removed explicit dependency on bigdecimal. ## 3.10.12 - 2020-08-20 - Another try at bracketing bigdecimal versions to 1.0 and 3. ## 3.10.11 - 2020-08-20 - Bracketed bigdecimal dependency to 1.0 and 3. ## 3.10.10 - 2020-08-20 - Backed off bigdecimal dependency to 1.0. ## 3.10.9 - 2020-08-17 - Add bigdecimal dependency to gemfile. ## 3.10.8 - 2020-07-24 - New fast option for float parsing. - Fixes a float parse error. ## 3.10.7 - 2020-07-13 - Faster float parsing and an adjust to more closely match Ruby. ## 3.10.6 - 2020-04-04 - Correct object dump code to continue instead of return on an _ attribnute. ## 3.10.5 - 2020-03-03 - Fix test ## 3.10.4 - 2020-03-03 - Another adjustment to get Ruby floats to match Oj thanks to klaxit. ## 3.10.3 - 2020-03-01 - Fixed difference between some unicode character encoding in Rails mode. ## 3.10.2 - 2020-01-30 - Fixed circular array reference load. ## 3.10.1 - 2020-01-14 - Fixed bug where setting `ActiveSupport::JSON::Encoding.use_standard_json_time_format` before calling `Oj.optimize_rails` did not have an effect on the time format. - Worked around the Active Support hack that branched in `to_json` depending on the class of the option argument. - Updated for Ruby 2.7.0 ## 3.10.0 - 2019-11-28 - Fixed custom mode load_file to use custom mode. - Fixed rails mode output of IO objects - Fixed issue #567. Second precision is forced if set to the correct number of decimals even if zero nanoseconds. - Fixed issue #568. Dumping bigdecimal in `:rails' mode made more consistent. - Fixed issue #569. `:compat` mode not restricts the escape mode as indicated in the documentation. - Fixed issue #570. In `:strict` mode number parsing follows the JSON specification more closely as intended. - Added `:ignore_under` which when true will ignore attributes that begin with a `_` when dumping in `:object` or `:custom` mode. ## 3.9.2 - 2019-10-01 - Fixed wrong exception type when mimicking the JSON gem. ## 3.9.1 - 2019-08-31 - Raise an exception on an invalid time represented as a decimal in `:object` mode. ## 3.9.0 - 2019-08-18 - Changed custom behavior when `:create_additions` is true and `:create_id` is set to nil. Now Range, Regexp, Rational, and Complex are output as strings instead of a JSON object with members. Setting any other value for `:create_id`, even an empty string will result in an object being dumped. - Detection of pthread mutex support was changed. ## 3.8.1 - 2019-07-22 - Fix replacement of JSON::Parse thanks to paracycle. ## 3.8.0 - 2019-07-17 - Fixed a buffer allocation bug for `JSON.pretty_generate`. - Added mimic `safe` option to not include the complete JSON in a parse error message. - Added `use_raw_json` option for `:compat` and `:rails` mode to allow better performance on dump. StringWriter in particular has been optimized for this option. ## 3.7.12 - 2019-04-14 - The `:omit_nil` option did not work in `:rails` mode. That has been fixed. ## 3.7.11 - 2019-03-19 - Fix to Rails optimize that missed initializing the mimic JSON `:symbolize_names` value. ## 3.7.10 - 2019-03-14 - Corrected time dump so that the none-leap years after a 400 year period are correct. ## 3.7.9 - 2019-02-18 - Return correct value in `create_opt` C function. - Return `Oj::ParseError` if an invalid big decimal string is encountered instead of an argument error ## 3.7.8 - 2019-01-21 - Replace `gmtime` with a custom function. - Oj::Doc crash fix. - Mark odd args to avoid GC. ## 3.7.7 - 2019-01-14 - Exception with other than a single argument initializer can now be decoded. - StreamWriter bug fixed that forces UTF-8 when appending to a stream. Ruby likes to convert to ASCII-8BIT but forcing the append to be UTF-8 avoids that issue. ## 3.7.6 - 2018-12-30 - Changed time encoding for 32 bit to work around a Ruby bug in `rb_time_timespec()` that fails for times before 1970. - Addressed issue #514 by changing reserved identifiers. - Addressed issue #515 by adding return value checks on `strdup()` and `pthread_mutex_init()`. ## 3.7.5 - 2018-12-27 - Address issue #517 with a special escape table for mimicking the JSON gem. ## 3.7.4 - 2018-11-29 - Allow `+` in front of numbers in parse as well as stream parse **EXCEPT** when mimicking the JSON gem. ## 3.7.3 - 2018-11-29 - Allow `+` in front of numbers in parse as well as stream parse. ## 3.7.2 - 2018-11-29 - More tolerant float parsing to allow `123.`. - Parse exceptions raised by user code now preserve the message content of the exception. ## 3.7.1 - 2018-11-09 - Updated to support TruffleRuby. ## 3.7.0 - 2018-10-29 - Thanks to Ziaw for adding a integer range where integers outside that range are written as strings. ## 3.6.13 - 2018-10-25 - Fixed issue where exceptions were not being cleared on parsing. - Added addition unicode dump error information. ## 3.6.12 - 2018-10-16 - Fixed random `:omit_nil` setting with StringWriter and StreamWriter. ## 3.6.11 - 2018-09-26 - Added the JSON path to parse error messages. - BigDecimal parse errors now return Oj::ParseError instead of ArgumentError. ## 3.6.10 - 2018-09-13 - Additional occurrences of `SYM2ID(sym)` replaced. ## 3.6.9 - 2018-09-12 - `SYM2ID(sym)` causes a memory leak. A work around is now used. ## 3.6.8 - 2018-09-08 - Stopped setting the default options when optimize rails is called as the documentation has indicated. - In custom mode `Date` and `DateTime` instances default to use the `:time_format` option is the `:create_additions` option is false. ## 3.6.7 - 2018-08-26 - Fixed incorrect check in StreamWriter when adding raw JSON. ## 3.6.6 - 2018-08-16 - Fixed Debian build issues on several platforms. - `oj_slash_string` is now frozen. ## 3.6.5 - 2018-07-26 - Fixed GC issue with Oj::Doc. - Fixed issue with time encoding with Windows. ## 3.6.4 - 2018-07-10 - JSON.generate() now sets the `to_json` option as expected. - Show `:create_additions` in the default options. It did not appear before. ## 3.6.3 - 2018-06-21 - Fixed compat dump compilation error on Windows. ## 3.6.2 - 2018-05-30 - Regex encoded correctly for rails when using `to_json`. - ActiveSupport::TimeWithZone optimization fixed. ## 3.6.1 - 2018-05-16 - Fixed realloc bug in rails dump. ## 3.6.0 - 2018-05-01 - Add optimization for Rails ActiveRecord::Result encoding. ## 3.5.1 - 2018-04-14 - Fixed issue with \u0000 terminating keys early. - Add trace for calls to `to_json` and 'as_json`. ## 3.5.0 - 2018-03-04 - A trace option is now available in all modes. The format roughly follows the Ruby trace format. ## 3.4.0 - 2018-01-24 - Option to ignore specific classes in :object and :custom mode added. ## 3.3.10 - 2017-12-30 - Re-activated the bigdecimal_as_decimal option in custom mode and made the selection active for Rails mode. - Fixed bug in optimize_rails that did not optimize all classes as expected. - Fixed warnings for Ruby 2.5.0. ## 3.3.9 - 2017-10-27 - Fixed bug where empty strings were sometimes marked as invalid. ## 3.3.8 - 2017-10-04 - Fixed Rail mimic precision bug. ## 3.3.7 - 2017-10-02 - Handle invalid unicode characters better for single byte strings. - Parsers for empty strings handle errors more consistently. ## 3.3.6 - 2017-09-22 - Numerous fixes and cleanup to support Ruby 2.4.2. ## 3.3.5 - 2017-08-11 - Fixed a memory error when using rails string encoding of certain unicode characters. ## 3.3.4 - 2017-08-03 - Oj::Rails.mimic_JSON now uses Float for JSON.parse for large decimals instead of BigDecimal. ## 3.3.3 - 2017-08-01 - Allow nil as a second argument to parse when mimicking the json gem. This is a special case where the gem does not raise an exception on a non-Hash second argument. ## 3.3.2 - 2017-07-11 - Fixed Windows compile issue regarding timegm(). ## 3.3.1 - 2017-07-06 - Some exceptions such as NoMethodError have an invisible attribute where the key name is NULL. Not an empty string but NULL. That is now detected and dealt with. ## 3.3.0 - 2017-07-05 - Added the :wab mode to support the [WABuR](https://github.com/ohler55/wabur) project. The :wab mode only allows the indent option and is faster due to not having to check the multitude of options the other modes support. ## 3.2.1 - 2017-07-04 - Made json gem NaN dumping more consistent. - Fixed :null mode to not revert to strict mode. ## 3.2.0 - 2017-06-20 - A buffer_size option was added to StringWriter and StreamWriter. That option also sets the suggested flush limit for StreamWriter. ## 3.1.4 - 2017-06-16 - :symbolize_names now works with Oj::Rails.mimic_JSON. ## 3.1.3 - 2017-06-13 - JSON.dump used the default mode instead of :compat mode. That has been fixed. - Updated docs on Oj.mimic_JSON to note the :encoding is set to :unicode_xss and not :ascii. ## 3.1.2 - 2017-06-10 - StringWriter was passing incorrect arguments to to_json and as_json. Fixed. - StringWriter now accepts the mode option. This means it also defaults to the default_options mode instead of the custom mode. - JSON.pretty_generate when in rails mode now loads the JSON::State class correctly. ## 3.1.1 - 2017-06-09 - Custom mode now honors the :create_additions option for time. ## 3.1.0 - 2017-06-04 - Added Oj::Rails.mimic_JSON which mimics the json gem when used with ActiveSupport which monkey patches the same to_json methods does. Basically this changes the JSON.parse and other JSON entry points for encoding and decoding. - Oj.optimize_rails now calls Oj::Rails.mimic_JSON. ## 3.0.11 - 2017-06-02 - If rails in required and Oj.mimic_JSON is called without calling Oj.optimize_rails nil.to_json failed. That has been fixed. - Fixed crash on setting create_id to nil after mimic_JSON. ## 3.0.10 - 2017-05-22 - Oj.optimize_rails failed to include Hash and Array in the optimization. It does now. ## 3.0.9 - 2017-05-17 - Missed catching invalid unicodes beginning with \xE2. Fixed. - In :compat mode a non-string and non IO value is converted to a string with a call to to_s. ## 3.0.8 - 2017-05-16 - Float significant digits now match Ruby's unless optimized and then significant digits are set to 16. - Rails Hash post merging of identical keys after calling as_json is preserved only for un-optimized Hashes. - Raise an exception to match json gem behavior on invalid unicode. ## 3.0.7 - 2017-05-10 - Changed JSON.pretty_generate options to a State instead of a Hash to get the json gen to_json method to accept formatting options. - Added optimization for ActionController::Parameters ## 3.0.6 - 2017-05-07 - Added Oj.optimize_rails(). - Fixed argument passing bug on calls to to_json(). ## 3.0.5 - 2017-05-02 - No change in the Oj::Rails.optimize() API but additional classes are now supported. - Added ActiveSupport::TimeWithZone optimization to rails mode. - Added ActiveRecord::Base optimization to rails mode which allows optimization of any class inheriting from ActiveRecord::Base. ## 3.0.4 - 2017-05-01 - Fixed compile problem on Windows again. - Fixed issue with TimeWithZone not being encoded correctly when a member of an object. ## 3.0.3 - 2017-04-28 - Improved compatibility with a json gem and Rails combination when json adds are used. - Fixed compile problem on Windows. ## 3.0.2 - 2017-04-27 - Fixed crash due to unset var with dump to Rails mode. ## 3.0.1 - 2017-04-25 - Fixed compile error with help from Dylan Johnson. ## 3.0.0 - 2017-04-24 - Major changes focused on json gem and Rails compatibility. A new :custom mode was added as well. Starting with this release the json gem tests are being used to test the :compat mode and the ActiveSupport 5 tests are being used to test the :rails mode. - Please give stereobooster a thank you for getting the tests set up and helping out with json gem and Rails understanding. He also has some benchmarks of Oj versus other options [here](https://github.com/stereobooster/ruby-json-benchmark). ## 2.18.3 - 2017-03-14 - Changed to use long doubles for parsing to minimize round off errors. So PI will be accurate to more places for PI day. ## 2.18.2 - 2017-03-01 - Strict mode now allows symbol keys in hashes. - Fixed omit_nil bug discovered by ysmazda. ## 2.18.1 - 2017-01-09 - Missing argument to dump now raises the correct arg exception and with mimic does not crash on missing argument. - Oj::Doc paths can now contain escaped path separators so "a\/b" can match an lement name with a slash in it. ## 2.18.0 - 2016-11-26 - Rubinius compilation fixes. - Added a separate option for as_json instead of piggy backing on the use_to_json. This changes the API slightly. - Ready for Ruby 2.4. - Thanks to faucct for fixing mimic to not redefine JSON::ParserError. ## 2.17.5 - 2016-10-19 - Added additional code to check for as_json arguments and recursive calls. ## 2.17.4 - 2016-09-04 - Added the ascii_only option to JSON.generate when in mimic_JSON mode so that it is consistent with the undocumented feature in the json gem. ## 2.17.3 - 2016-08-16 - Updated mimic_JSON to monkey patch OpenStruct, Range, Rational, Regexp, Struct, Symbol, and Time like the JSON gem does. Also added the JSON.create_id accessor. ## 2.17.2 - 2016-08-13 - Worked around a problem with DateTime and ActiveSupport that causes a hang when hour, minute, second, and some other methods are called from C. ## 2.17.1 - 2016-07-08 - Added an option provide an alternative Hash class for loading. - Added the Oj::EasyHash class. - Fixed test failures on 32 bit machines. - Sped up mimic_JSON. - Added an option to omit Hash and Object attributes with nil values. ## 2.16.1 - 2016-06-21 - Thanks to hsbt for fixing a compile issue with Ruby 2.4.0-preview1. ## 2.16.0 - 2016-06-19 - Added option to allow invalid unicode characters. This is not a suggested option in a majority of the cases. - Fixed float parsing for 32 bit systems so that it does not roll over to BigDecimal until more than 15 significant digits. ## 2.15.1 - 2016-05-26 - Fixed bug with activerecord when to_json returns an array instead of a string. ## 2.15.0 - 2016-03-28 - Fixed bug where encoded strings could be GCed. - :nan option added for dumping Infinity, -Infinity, and NaN. This is an edition to the API. The default value for the :non option is :auto which uses the previous NaN handling on dumping of non-object modes. ## 2.14.7 - 2016-03-20 - Fixed bug where a comment before another JSON element caused an error. Comments are not part of the spec but this keep support consistent. ## 2.14.6 - 2016-02-26 - Changed JSON::ParserError to inherit from JSON::JSONError which inherits from StandardError. ## 2.14.5 - 2016-02-19 - Parse errors in mimic mode are not a separate class than Oj.ParseError so the displayed name is JSON::ParserError instead. ## 2.14.4 - 2016-02-04 - When not in quirks mode strings are now raise an exception if they are the top level JSON value. ## 2.14.3 - 2015-12-31 - Updated to support Ruby 2.3.0. ## 2.14.2 - 2015-12-19 - Non-UTF-8 string input is now converted to UTF-8. ## 2.14.1 - 2015-12-15 - Fixed bug that reverted to BigDecimal when a decimal had preceding zeros after the decimal point. ## 2.14.0 - 2015-12-04 - More tweaking on decimal rounding. - Made dump options available in the default options and not only in the mimic generate calls. ## 2.13.1 - 2015-11-16 - Thanks to Comboy for the fix to a large number rounding bug. ## 2.13.0 - 2015-10-19 - Oj no longer raises an exception if the to_hash method of an object does not return a Hash. ActiveRecord has decided that to_hash should return an Array instead so Oj now encodes what ever is returned. - Added a register_odd_raw function that allows odd marshal functions to return raw JSON as a string to be included in the dumped JSON. - The register_odd function now supports modules in additions to classes. ## 2.12.14 - 2015-09-14 - Change the failure mode for objects that can not be serialized such as a socket. Now in compat mode the to_s of the object is placed in the output instead of raising an exception. ## 2.12.13 - 2015-09-02 - Added a check for the second argument to load() is a Hash. - Yet another attempt to make floating point numbers display better. - Thanks to mkillianey for getting the extconf.rb and gemspec file updated. ## 2.12.12 - 2015-08-09 - Thanks to asurin for adding support for arguments to to_json() that rails uses. ## 2.12.11 - 2015-08-02 - Oj::ParseError is now thrown instead of SyntaxError when there are multiple JSON documents in a string or file and there is no proc or block associated with the parse call. ## 2.12.10 - 2015-07-12 - An exception is now raised if there are multiple JSON documents in a string or file if there is no proc or block associated with the parse call. ## 2.12.9 - 2015-05-30 - Fixed failing test when using Rubinius. - Changed mimic_JSON to support the global/kernel function JSON even when the json gem is loaded first. ## 2.12.8 - 2015-05-16 - mimic_JSON now supports the global/kernel JSON function that will either parse a string argument or dump an array or object argument. ## 2.12.7 - 2015-05-07 - Fixed compile error with 32 bit HAS_NANO_TIME extra paren bug. ## 2.12.6 - 2015-05-05 - Fixed a number of 32bit related bugs. ## 2.12.5 - 2015-04-27 - In :null mode Oj now dumps Infinity and NaN as null. ## 2.12.4 - 2015-04-20 - Fixed memory leak in Oj::Doc when not using a given proc. ## 2.12.3 - 2015-04-16 - Fixed bug when trying to resolve an invalid class path in object mode load. ## 2.12.2 - 2015-04-13 - Fixed Oj::Doc bug that causes a crash on local name lookups. - Fixed Oj::Doc unicode parsing. ## 2.12.1 - 2015-03-12 - Changed the unix_zone encoded format to be the utc epoch. ## 2.12.0 - 2015-03-06 - String formats for UTC time are now explicitly UTC instead of offset of zero. This fixes a problem with pre-2.2.0 Rubies that automatically convert zero offset times to local times. - Added :unix_zone time_format option for formatting numeric time. This option is the same as the :unix time option but the UTC offset is included as an exponent to the number time value. A value of 86400 is an indication of UTC time. ## 2.11.5 - 2015-02-25 - Fixed issue with rails as_json not being called for Structs. - Added support for anonymous Structs with object mode encoding. Note that this will result in a new anonymous Struct for each instance. ## 2.11.4 - 2015-01-20 - DateTime second encoding is now always a Rational to preserve accuracy. - Fixed buf in the Oj.load() callback feature that caused an endless loop when a StringIO was used with a JSON that was a number. ## 2.11.3 - 2015-01-18 - DateTime encoding now includes nanoseconds. ## 2.11.2 - 2015-01-10 - Changed the defaults for mimic_JSON to use 16 significant digits instead of the default 15. - Fixed bug where a subclass of Array would be serialized as if in object mode instead of compat when in compat mode. ## 2.11.1 - 2014-11-09 - Changed the use_to_json option to still allow as_json even when set to false. ## 2.11.0 - 2014-11-02 - Restricted strict dump to not dump NaN nor Infinity but instead raise an exception. - Changed compat mode so that the :bigdecimal_as_decimal option over-rides the to_json method if the option is true. The default for mimic_JSON is to leave the option off. - Added support for Module encoding in compat mode. - Added ActiveSupportHelper so that require 'active_support_helper' will added a helper for serializing ActiveSupport::TimeWithZone. - Added float_precision option to control the number of digits used for floats when dumping. ## 2.10.4 - 2014-10-22 - Fixed Range encoding in compat mode to not use the object mode encoding. - Fixed serialization problem with timestamps. - Fixed compat parser to accept NaN and Infinity. ## 2.10.3 - 2014-10-04 - Using the xmlschema option with :object mode now saves time as a string and preserves the timezone. - Rational recursive loop caused by active support fixed. - Time in mimic_JSON mode are now the ruby string representation of a date. ## 2.10.2 - 2014-08-20 - Fixed string corruption bug due to an uncommented assignment used for debugging. ## 2.10.1 - 2014-08-17 - Changed parse argument error to be a Ruby ArgError instead of a general Exception. ## 2.10.0 - 2014-08-03 - Using an indent of less than zero will not place newline characters between JSON elements when using the string or stream writer. - A new options callback method was added to the Simple Callback Parser. If defined the prepare_key() method will be called when an JSON object ket is first encountered. The return value is then used as the key in the key-value pair. - Increased significants digits to 16 from 15. On occasion there may be unexpected round off results. Tou avoid those use the bigdecimal options. ## 2.9.9 - 2014-07-07 - Missed a character map entry. / in ascii mode is now output as / and not \/ - Fixed SC parser to not treat all IO that respond to fileno as a file. It not checks stat and asks if it is a file. - Tightened object parsing of non-string hash keys so that just "^#x" is parsed as a hash pair and not "~#x". - Using echo to STDIN as an IO input works around the exception raised when asking the IO for it's position (IO.pos). - Simple Callback Parser now uses the new stream parser for handling files and IO so that larger files are handled more efficiently and streams are read as data arrives instead of on close. - Handles file FIFO pipes correctly now. ## 2.9.8 - 2014-06-25 - Changed escaping back to previous release and added a new escape mode. - Strict mode and compat mode no longer parse Infinity or NaN as a valid number. Both are valid in object mode still. ## 2.9.7 - 2014-06-24 - Changed dump to use raw / and raw \n in output instead of escaping. - Changed the writer to always put a new line at the end of a top level JSON object. It makes output easier to view and edit with minimal impact on size. - Worked around the file.gets look ahead caching as long as it is not called while parsing (of course). - Thanks to lautis for a new parse option. quirks_mode allows Oj to behave quirky like the JSON gem. Actually the JSON gem has it backwards with quirky mode supporting the JSON spec and non-quirky limiting parsing to objects and arrays. Oj stays consistent with the JSON gem to avoid confusion. - Fixed problem with sc_parse not terminating the string when loaded from a file. - Thanks go to dchelimsky for expanding the code sample for the ScHandler. ## 2.9.6 - 2014-06-15 - Fixed bug using StringIO with SCParser. - Tightened up JSON mimic to raise an exception if JSON.parse is called on a JSON documents that returns a primitive type. ## 2.9.5 - 2014-06-07 - Mimic mode now monkey patches Object like JSON. - A big thanks to krasnoukhov for reorganizing test and helping get Oj more rails compatible. - Another thanks goes out to lautis for a pull request that provided some optimization and fixed the return exception for an embedded null in a string. - Fixed a bug with zip reader streams where EOF was not handled nicely. ## 2.9.4 - 2014-05-28 - In mimic mode parse errors now match the JSON::ParserError. ## 2.9.3 - 2014-05-15 - Fixed IO read error that showed up in IO objects that return nil instead of raising an EOF error when read is done. ## 2.9.2 - 2014-05-14 - Fixed link error with Windows. ## 2.9.1 - 2014-05-14 - Fixed mimic load when given a block to evalate. It conflicted with the new load option. - Added a true stream that is used when the input argument to load is an IO object such as a stream or file. This is slightly slower for smaller files but allows reading of huge files that will not fit in memory and is more efficient on even larger files that would fit into memory. The load_file() method uses the new stream parser so multiple GB files can be processed without used execessive memory. ## 2.9.0 - 2014-05-01 - Added support for detection and handling of String, Array, and Hash subclasses. - Oj.load() can now take a block which will be yielded to on every object parsed when used with a file or string with multiple JSON entries. ## 2.8.1 - 2014-04-21 - Added additional argument to the register_odd function. - Fixed bug that failed to load on some uses of STDIN. ## 2.8.0 - 2014-04-20 - Added support for registering special encoding and decoding rules for specific classes. This the ActiveSupport subclass of the String class for safe strings. For an example look at the `test_object.rb` file, `test_odd_string` test. ## 2.7.3 - 2014-04-11 - Fixed bug where load and dump of Structs in modules did not work correctly. ## 2.7.2 - 2014-04-06 - Added option return nil if nil is provided as input to load. ## 2.7.1 - 2014-03-30 - Fixed bug in new push_key which caused duplicate characters. ## 2.7.0 - 2014-03-29 - Added the push_key() method to the StringWriter and StreamWriter classes. ## 2.6.1 - 2014-03-21 - Set a limit on the maximum nesting depth to 1000. An exception is raised instead of a segfault unless a reduced stack is used which could trigger the segfault due to an out of memory condition. ## 2.6.0 - 2014-03-11 - Added the :use_to_json option for Oj.dump(). If this option is set to false the to_json() method on objects will not be called when dumping. This is the default behavior. The reason behind the option and change is to better support Rails and ActiveSupport. Previous works arounds have been removed. ## 2.5.5 - 2014-02-18 - Worked around the Rubinius failure to load bigdecimal from a require within the C code. ## 2.5.4 - 2014-01-14 - Fixed bug where unterminated JSON did not raise an exception. ## 2.5.3 - 2014-01-03 - Added support for blocks with StringWriter. ## 2.5.2 - 2014-01-02 - Fixed indent problem with StringWriter so it now indents properly. ## 2.5.1 - 2013-12-18 - Added push_json() to the StringWriter and StreamWriter to allow raw JSON to be added to a JSON document being constructed. ## 2.4.3 - 2013-12-16 - Made include pthread.h conditional for Windows. ## 2.4.2 - 2013-12-14 - Thanks to Patrik Rak for a fix to a buffer short copy when dumping with 0 indent. ## 2.4.1 - 2013-12-10 - Fixed Windows version by removing class cache test. ## 2.4.0 - 2013-12-08 - Merged in a PR to again allow strings with embedded nulls. - Implemented StreamWriter to compliment the StringWriter. - Fixed bug in the class cache hash function that showed up with the sparc compiler. ## 2.3.0 - 2013-12-01 - JRuby is no longer supported. - Thanks to Stefan Kaes the support for structs has been optimized. - Better support for Rubinous. - Added option to disable GG during parsing. - Added StringWriter that allows building a JSON document one element at a time. ## 2.2.3 - 2013-11-19 - Fixed struct segfault on load. - Added option to force float on load if a decimal number. ## 2.2.2 - 2013-11-17 - Added mutex support for Windows. - Protected SCP parser for GC. ## 2.2.1 - 2013-11-15 - Made all VALUEs in parse volatile to avoid garbage collection while in use. ## 2.2.0 - 2013-11-11 - All 1.8.x versions of Ruby now have require 'rational' called. - Removed the temporary GC disable and implemented mark strategy instead. - Added new character encoding mode to support the Rails 4 escape characters of &, as xss_safe mode. The :encoding option replaces the :ascii_only option. - Change parsing of NaN to not use math.h which on older systems does not define NAN. ## 2.1.8 - 2013-10-28 - All 1.8.x versions of Ruby now have require 'rational' called. - Removed the temporary GC disable and implemented mark strategy instead. ## 2.1.7 - 2013-10-19 - Added support for NaN and -NaN to address issue #102. This is not according to the JSON spec but seems to be expected. - Added require for rational if the Ruby version is 1.8.7 to address issue #104. - Added Rails re-call of Oj.dump in the to_json() method which caused loops with Rational objects to fix issue #108 and #105. ## 2.1.6 - 2013-10-07 - Added Oj.to_stream() for dumping JSON to an IO object. ## 2.1.5 - 2013-07-21 - Allow exception dumping magic with Windows. ## 2.1.4 - 2013-07-04 - Fixed Linux 32 bit rounding bug. ## 2.1.3 - 2013-06-30 - Fixed bug that did not deserialize all attributes in an Exception subclass. - Added a sample to demonstrate how to write Exception subclasses that will automatically serialize and deserialize. ## 2.1.2 - 2013-06-19 - Fixed support for Windows. ## 2.1.1 - 2013-06-17 - Fixed off by 1 error in buffer for escaped strings. ## 2.1.0 - 2013-06-16 - This version is a major rewrite of the parser. The parser now uses a constant stack size no matter how deeply nested the JSON document is. The parser is also slightly faster for larger documents and 30% faster for object parsing. - Oj.strict_load() was renamed to Oj.safe_load() to better represent its functionality. A new Oj.strict_load() is simply Oj.load() with :mode set to :strict. - Oj.compat_load() and Oj.object_load() added. - A new Simple Callback Parser was added invoked by Oj.sc_parse(). - Eliminated :max_stack option as it is no longer needed. - Handle cleanup after exceptions better. ## 2.0.14 - 2013-05-26 - Fixed bug in Oj::Doc.each_leaf that caused an incorrect where path to be created and also added a check for where path maximum length. - Updated the documentation to note that invalid JSON documents, which includes an empty string or file, will cause an exception to be raised. ## 2.0.13 - 2013-05-17 - Changed dump to put closing array brackets and closing object curlies on the line following the last element if :indent is set to greater than zero. ## 2.0.12 - 2013-04-28 - Another fix for mimic. - mimic_JSON now can now be called after loading the json gem. This will replace the json gem methods after loading. This may be more compatible in many cases. ## 2.0.11 - 2013-04-23 - Fixed mimic issue with Debian - Added option to not cache classes when loading. This should be used when classes are dynamically unloaded and the redefined. - Float rounding improved by limiting decimal places to 15 places. - Fixed xml time dumping test. ## 2.0.10 - 2013-03-10 - Tweaked dump calls by reducing preallocation. Speeds are now several times faster for smaller objects. - Fixed Windows compile error with Ruby 2.0.0. ## 2.0.9 - 2013-03-04 - Fixed problem with INFINITY with CentOS and Ruby 2.0.0. There are some header file conflicts so a different INFINITY was used. ## 2.0.8 - 2013-03-01 - Added :bigdecimal_load option that forces all decimals in a JSON string to be read as BigDecimals instead of as Floats. This is useful if precision is important. - Worked around bug in active_support 2.3.x where BigDecimal.as_json() returned self instead of a JSON primitive. Of course that creates a loop and blows the stack. Oj ignores the as_json() for any object that returns itself and instead encodes the object as it sees fit which is usually what is expected. - All tests pass with Ruby 2.0.0-p0. Had to modify Exception encoding slightly. ## 2.0.7 - 2013-02-18 - Fixed bug where undefined classes specified in a JSON document would freeze Ruby instead of raising an exception when the auto_define option was not set. (It seems that Ruby freezes on trying to add variables to nil.) ## 2.0.6 - 2013-02-18 - Worked around an undocumented feature in linux when using make that misreports the stack limits. ## 2.0.5 - 2013-02-16 - DateTimes are now output the same in compat mode for both 1.8.7 and 1.9.3 even though they are implemented differently in each Ruby. - Objects implemented as data structs can now change the encoding by implemented either to_json(), as_json(), or to_hash(). - Added an option to allow BigDecimals to be dumped as either a string or as a number. There was no agreement on which was the best or correct so both are possible with the correct option setting. ## 2.0.4 - 2013-02-11 - Fixed bug related to long class names. - Change the default for the auto_define option. - Added Oj.strict_load() method that sets the options to public safe options. This should be safe for loading JSON documents from a public unverified source. It does not eleviate to need for reasonable programming practices of course. See the section on the proper use of Oj in a public exposure. ## 2.0.3 - 2013-02-03 - Fixed round off error in time format when rounding up to the next second. ## 2.0.2 - 2013-01-23 - Fixed bug in Oj.load where loading a hash with symbold keys and also turning on symbolize keys would try to symbolize a symbol. ## 2.0.1 - 2013-01-15 - BigDecimals now dump to a string in compat mode thanks to cgriego. - High precision time (nano time) can be turned off for better compatibility with other JSON parsers. - Times before 1970 now encode correctly. ## 2.0.0 - 2012-12-18 - Thanks to yuki24 Floats are now output with a decimal even if they are an integer value. - The Simple API for JSON (SAJ) API has been added. Read more about it on the Oj::Saj page. ## 1.4.7 - 2012-12-09 - In compat mode non-String keys are converted to Strings instead of raising and error. (issue #52) ## 1.4.6 - 2012-12-03 - Silently ignores BOM on files and Strings. - Now works with JRuby 1.7.0 to the extent possible with the unsupported C extension in JRuby. ## 1.4.5 - 2012-11-19 - Adds the old deprecated methods of unparse(), fast_unparse(), and pretty_unparse() to JSON_mimic. ## 1.4.4 - 2012-11-07 - Fixed bug in mimic that missed mimicking json_pure. ## 1.4.3 - 2012-10-19 - Fixed Exception encoding in Windows version. ## 1.4.2 - 2012-10-17 - Fixed dump and load of BigDecimals in :object mode. - BigDecimals are now dumped and loaded in all modes. ## 1.4.1 - 2012-10-17 - Windows RubyInstaller and TCS-Ruby now supported thanks to Jarmo Pertman. Thanks Jarmo. ## 1.4.0 - 2012-10-11 - Parse errors now raise an Exception that inherites form Oj::Error which inherits from StandardError. Some other Exceptions were changed as well to make it easier to rescue errors. ## 1.3.7 - 2012-10-05 - Added header file for linux builds. ## 1.3.6 - 2012-10-04 - Oj.load() now raises a SystemStackError if a JSON is too deeply nested. The loading is allowed to use on 75% of the stack. - Oj::Doc.open() now raises a SystemStackError if a JSON is too deeply nested. The loading is allowed to use on 75% of the stack. Oj::Doc.open will allow much deeper nesting than Oj.load(). ## 1.3.5 - 2012-09-25 - Fixed mimic_JSON so it convinces Ruby that the ALL versions of the json gem are already loaded. ## 1.3.4 - 2012-08-12 - Fixed mimic_JSON so it convinces Ruby that the json gem is already loaded. ## 1.3.2 - 2012-07-28 - Fixed compile problems with native Ruby on OS X 10.8 (Mountain Lion) ## 1.3.1 - 2012-07-01 - Fixed time zone issue with :xmlschema date format. ## 1.3.0 - 2012-07-09 - extconf.rb fixed to not pause on some OSs when checking CentOS special case. - Added an option to control the time format output when in :compat mode. ## 1.2.13 - 2012-07-08 - Fixed double free bug in Oj::Doc that showed up for larger documents. ## 1.2.12 - 2012-07-06 - Fixed GC bug in Oj::Doc, the fast parser. - Serialization of Exceptions in Ruby 1.8.7 now includes message and backtrace. ## 1.2.11 - 2012-06-21 - Added :max_stack option to limit the size of string allocated on the stack. ## 1.2.10 - 2012-06-20 - Added check for circular on loading of circular dumped JSON. - Added support for direct serialization of BigDecimal, Rational, Date, and DateTime. - Added json.rb to $" in mimic mode to avoid pulling in the real JSON by accident. - Oj is now thread safe for all functions. - The / (solidus) character is now placed in strings without being escaped. ## 1.2.9 - 2012-05-29 ## 1.2.8 - 2012-05-03 - Included a contribution by nevans to fix a math.h issue with an old fedora linux machine. - Included a fix to the documentation found by mat. ## 1.2.7 - 2012-04-22 - Fixed bug where a float with too many characters would generate an error. It is not parsed as accuractly as Ruby will support. - Cleaned up documentation errors. - Added support for OS X Ruby 1.8.7. ## 1.2.6 - 2012-04-22 - Cleaned up documentation errors. - Added support for OS X Ruby 1.8.7. ## 1.2.5 - 2012-04-18 - Added support for create_id in Oj and in mimic_JSON mode ## 1.2.4 - 2012-04-13 - Removed all use of math.h to get around CentOS 5.4 compile problem. ## 1.2.3 - 2012-04-09 - Fixed compile error for the latest RBX on Travis. ## 1.2.2 - 2012-04-02 - minor bug fixes for different rubies along with test updates - Oj::Doc will now automatically close on GC. ## 1.2.1 - 2012-03-30 - Organized compile configuration better. - as_json() support now more flexible thanks to a contribution by sauliusg. ## 1.2.0 - 2012-03-30 - Removed the encoding option and fixed a misunderstanding of the string encoding. Unicode code points are now used instead of byte codes. This is not compatible with previous releases but is compliant with RFC4627. - Time encoding in :object mode is faster and higher nanosecond precision. ## 1.1.1 - 2012-03-27 - The encoding option can now be an Encoding Object or a String. - Fixed Rubinius errors. ## 1.1.0 - 2012-03-27 - Errors are not longer raised when comments are encountered in JSON documents. - Oj can now mimic JSON. With some exceptions calling JSON.mimic_JSON will allow all JSON calls to use OJ instead of JSON. This gives a speedup of more than 2x on parsing and 5x for generating over the JSON::Ext module. - Oj::Doc now allows a document to be left open and then closed with the Oj::Doc.close() class. - Changed the default encoding to UTF-8 instead of the Ruby default String encoding. ## 1.0.6 - 2012-03-20 - Gave Oj::Doc a speed increase. It is now 8 times fast than JSON::Ext. ## 1.0.5 - 2012-03-17 - Added :ascii_only options for dumping JSON where all high-bit characters are encoded as escaped sequences. ## 1.0.4 - 2012-03-16 - Fixed bug that did not allow symbols as keys in :compat mode. ## 1.0.3 - 2012-03-15 - Added :symbol_keys option to convert String hash keys into Symbols. - The load() method now supports IO Objects as input as well as Strings. ## 1.0.2 - 2012-03-15 - Added RSTRING_NOT_MODIFIED for Rubinius optimization. ## 1.0.1 - 2012-03-15 - Fixed compatibility problems with Ruby 1.8.7. ## 1.0.0 - 2012-03-13 - The screaming fast Oj::Doc parser added. ## 0.9.0 - 2012-03-05 - Added support for circular references. ## 0.8.0 - 2012-02-27 - Auto creation of data classes when unmarshalling Objects if the Class is not defined ## 0.7.0 - 2012-02-26 - changed the object JSON format - serialized Ruby Objects can now be deserialized - improved performance testing ## 0.6.0 - 2012-02-22 - supports arbitrary Object dumping/serialization - to_hash() method called if the Object responds to to_hash and the result is converted to JSON - to_json() method called if the Object responds to to_json - almost any Object can be dumped, including Exceptions (not including Thread, Mutex and Objects that only make sense within a process) - default options have been added ## 0.5.2 - 2012-02-19 - Release 0.5.2 fixes encoding and float encoding. - This is the first release sith a version of 0.5 indicating it is only half done. Basic load() and dump() is supported for Hash, Array, NilClass, TrueClass, FalseClass, Fixnum, Float, Symbol, and String Objects. ## 0.5.1 - 2012-02-19 ## 0.5 - 2012-02-19 - This is the first release with a version of 0.5 indicating it is only half done. Basic load() and dump() is supported for Hash, Array, NilClass, TrueClass, FalseClass, Fixnum, Float, Symbol, and String Objects. oj-3.16.12/Gemfile000066400000000000000000000004401510053151600135620ustar00rootroot00000000000000# frozen_string_literal: true source 'https://rubygems.org' gemspec group :development do gem 'minitest', '~> 5' gem 'rake-compiler', '>= 0.9', '< 2.0' gem 'rubocop', '~> 1.47', require: false gem 'rubocop-minitest', '~> 0.28.0', require: false gem 'test-unit', '~> 3.0' end oj-3.16.12/LICENSE000066400000000000000000000020661510053151600133020ustar00rootroot00000000000000The MIT License (MIT) Copyright (c) 2012 Peter Ohler Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. oj-3.16.12/README.md000066400000000000000000000105501510053151600135510ustar00rootroot00000000000000# [![{}j](http://www.ohler.com/dev/images/oj_comet_64.svg)](http://www.ohler.com/oj) gem [![CI](https://github.com/ohler55/oj/actions/workflows/CI.yml/badge.svg)](https://github.com/ohler55/oj/actions/workflows/CI.yml) ![Gem](https://img.shields.io/gem/v/oj.svg) ![Gem](https://img.shields.io/gem/dt/oj.svg) [![TideLift](https://tidelift.com/badges/github/ohler55/oj)](https://tidelift.com/subscription/pkg/rubygems-oj?utm_source=rubygems-oj&utm_medium=referral&utm_campaign=readme) A *fast* JSON parser and Object marshaller as a Ruby gem. Version 3.13 is out with a much faster parser (`Oj::Parser`) and option isolation. ## Using ```ruby require 'oj' h = { 'one' => 1, 'array' => [ true, false ] } json = Oj.dump(h) # json = # { # "one":1, # "array":[ # true, # false # ] # } h2 = Oj.load(json) puts "Same? #{h == h2}" # true ``` ## Installation ``` gem install oj ``` or in Bundler: ``` gem 'oj' ``` ## Rails and json quickstart See the Quickstart sections of the [Rails](pages/Rails.md) and [json](pages/JsonGem.md) docs. ## multi_json Code which uses [multi_json](https://github.com/intridea/multi_json) will automatically prefer Oj if it is installed. ## Support [Get supported Oj with a Tidelift Subscription.](https://tidelift.com/subscription/pkg/rubygems-oj?utm_source=rubygems-oj&utm_medium=referral&utm_campaign=readme) Security updates are [supported](https://tidelift.com/security). ## Further Reading For more details on options, modes, advanced features, and more follow these links. - [{file:Options.md}](pages/Options.md) for parse and dump options. - [{file:Modes.md}](pages/Modes.md) for details on modes for strict JSON compliance, mimicking the JSON gem, and mimicking Rails and ActiveSupport behavior. - [{file:JsonGem.md}](pages/JsonGem.md) includes more details on json gem compatibility and use. - [{file:Rails.md}](pages/Rails.md) includes more details on Rails and ActiveSupport compatibility and use. - [{file:Custom.md}](pages/Custom.md) includes more details on Custom mode. - [{file:Encoding.md}](pages/Encoding.md) describes the :object encoding format. - [{file:Compatibility.md}](pages/Compatibility.md) lists current compatibility with Rubys and Rails. - [{file:Advanced.md}](pages/Advanced.md) for fast parser and marshalling features. - [{file:Security.md}](pages/Security.md) for security considerations. - [{file:InstallOptions.md}](pages/InstallOptions.md) for install option. ## Releases See [{file:CHANGELOG.md}](CHANGELOG.md) and [{file:RELEASE_NOTES.md}](RELEASE_NOTES.md) ## Links - *Documentation*: http://www.ohler.com/oj/doc, http://rubydoc.info/gems/oj - *GitHub* *repo*: https://github.com/ohler55/oj - *RubyGems* *repo*: https://rubygems.org/gems/oj Follow [@peterohler on Twitter](http://twitter.com/peterohler) for announcements and news about the Oj gem. #### Performance Comparisons - [Oj Strict Mode Performance](http://www.ohler.com/dev/oj_misc/performance_strict.html) compares Oj strict mode parser performance to other JSON parsers. - [Oj Compat Mode Performance](http://www.ohler.com/dev/oj_misc/performance_compat.html) compares Oj compat mode parser performance to other JSON parsers. - [Oj Object Mode Performance](http://www.ohler.com/dev/oj_misc/performance_object.html) compares Oj object mode parser performance to other marshallers. - [Oj Callback Performance](http://www.ohler.com/dev/oj_misc/performance_callback.html) compares Oj callback parser performance to other JSON parsers. #### Links of Interest - *Fast XML parser and marshaller on RubyGems*: https://rubygems.org/gems/ox - *Fast XML parser and marshaller on GitHub*: https://github.com/ohler55/ox - [Need for Speed](http://www.ohler.com/dev/need_for_speed/need_for_speed.html) for an overview of how Oj::Doc was designed. - *OjC, a C JSON parser*: https://www.ohler.com/ojc also at https://github.com/ohler55/ojc - *Agoo, a high performance Ruby web server supporting GraphQL on GitHub*: https://github.com/ohler55/agoo - *Agoo-C, a high performance C web server supporting GraphQL on GitHub*: https://github.com/ohler55/agoo-c - *oj-introspect, an example of creating an Oj parser extension in C*: https://github.com/meinac/oj-introspect #### Contributing + Provide a Pull Request off the `develop` branch. + Report a bug + Suggest an idea + Code is now formatted with the clang-format tool with the configuration file in the root of the repo. oj-3.16.12/RELEASE_NOTES.md000066400000000000000000000043151510053151600146460ustar00rootroot00000000000000# RELEASE NOTES The release notes here are organized by release. For a list of changes see the See [{file:CHANGELOG.md}](CHANGELOG.md) file. In this file are the steps to take to aid in keeping things rolling after updating to the latest version. ## 3.13.7 The default for JSON when mimicked by Oj is now to set `:allow_invalid_unicode`. To change that behavior JSON.load, set that option to false. ## 3.13.x This release included a new cache that performs better than the earlier cache and a new high performance parser. ### Cache The new cache includes a least recently used expiration to reduce memory use. The cache is also self adjusting and will expand as needed for better performance. It also handles Hash keys and string values with two options, `:cache_keys`, a boolean and `:cache_str` an integer. The `:cache_str` if set to more than zero is the limit for the length of string values to cache. The maximum value is 35 which allows strings up to 34 bytes to be cached. One interesting aspect of the cache is not so much the string caching which performs similar to the Ruby intern functions but the caching of symbols and object attribute names. There is a significant gain for symbols and object attributes. If the cache is not desired then setting the default options to turn it off can be done with this line: ``` ruby Oj.default_options = { cache_keys: false, cache_str: 0 } ``` ### Oj::Parser The new parser uses a different core that follows the approach taken by [OjC](https://github.com/ohler55/ojc) and [OjG](https://github.com/ohler55/ojg). It also takes advantage of the bulk Array and Hash functions. Another issue the new parser addresses is option management. Instead of a single global default_options each parser instance maintains it's own options. There is a price to be paid when using the Oj::Parser. The API is not the same the older parser. A single parser can only be used in a single thread. This allows reuse of internal buffers for additional improvements in performance. The performane advantage of the Oj::Parse is that it is more than 3 times faster than the Oj::compat_load call and 6 times faster than the JSON gem. ### Dump Performance Thanks to Watson1978 Oj.dump also received a speed boost. oj-3.16.12/Rakefile000077500000000000000000000031501510053151600137400ustar00rootroot00000000000000#!/usr/bin/env rake # frozen_string_literal: true require 'bundler/gem_tasks' require 'rake/extensiontask' require 'rake/testtask' Rake::ExtensionTask.new('oj') do |ext| ext.lib_dir = 'lib/oj' end =begin Rake::TestTask.new(:test) do |test| test.libs << 'test' test.pattern = 'test/test_*.rb' test.options = "-v" end =end task :test_all => [:clean, :compile] do $stdout.flush exitcode = 0 status = 0 cmds = 'bundle exec ruby test/tests.rb -v && bundle exec ruby test/tests_mimic.rb -v && bundle exec ruby test/tests_mimic_addition.rb -v' $stdout.syswrite "\n#{'#'*90}\n#{cmds}\n" Bundler.with_original_env do status = system(cmds) end exitcode = 1 unless status Dir.glob('test/json_gem/*_test.rb').each do |file| cmd = "bundle exec ruby -Itest #{file}" $stdout.syswrite "\n#{'#'*90}\n#{cmd}\n" Bundler.with_original_env do ENV['REAL_JSON_GEM'] = '1' status = system(cmd) end exitcode = 1 unless status end Rake::Task['test'].invoke exit(1) if exitcode == 1 end task :default => :test_all begin require 'rails/version' Rake::TestTask.new "activesupport#{Rails::VERSION::MAJOR}" do |t| t.libs << 'test' t.pattern = "test/activesupport#{Rails::VERSION::MAJOR}/*_test.rb" t.warning = true t.verbose = true end Rake::Task[:test_all].enhance ["activesupport#{Rails::VERSION::MAJOR}"] Rake::TestTask.new 'activerecord' do |t| t.libs << 'test' t.pattern = 'test/activerecord/*_test.rb' t.warning = true t.verbose = true end Rake::Task[:test_all].enhance ['activerecord'] rescue LoadError => e puts "Rake failed #{e}" end oj-3.16.12/SECURITY.md000066400000000000000000000007661510053151600140730ustar00rootroot00000000000000# Security Policy ## Supported Versions Use this section to tell people about which versions of your project are currently being supported with security updates. | Version | Supported | | ------- | ------------------ | | 3.9.2 | :white_check_mark: | ## Reporting a Vulnerability Report a vulnerability by creating an issue. Tell them where to go, how often they can expect to get an update on a reported vulnerability, what to expect if the vulnerability is accepted or declined, etc. oj-3.16.12/_config.yml000066400000000000000000000000311510053151600144120ustar00rootroot00000000000000theme: jekyll-theme-slateoj-3.16.12/build_test.sh000077500000000000000000000013741510053151600147730ustar00rootroot00000000000000#!/bin/sh # 1.8.7-p374\ for ruby in \ 1.9.3-p551\ 2.1.5\ 2.2.3\ 2.4.0-preview1\ 2.3.3 do echo "\n********************************************************************************" echo "Building $ruby\n" cd ext/oj rbenv local $ruby ruby extconf.rb make echo "\nRunning tests for $ruby" cd ../../test rbenv local $ruby cd isolated rbenv local $ruby cd .. ./test_all.sh cd .. echo "\n" done PATH=/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin:$PATH echo "\n********************************************************************************" echo "Building OS X Ruby\n" cd ext/oj ruby extconf.rb make echo "\nRunning tests for OS X Ruby" cd ../../test ./test_all.sh cd .. echo "\n" oj-3.16.12/docs/000077500000000000000000000000001510053151600132215ustar00rootroot00000000000000oj-3.16.12/docs/index.md000066400000000000000000000006721510053151600146570ustar00rootroot00000000000000# Oj Fork me on GitHub oj-3.16.12/docs/mode_table.html000066400000000000000000000124451510053151600162100ustar00rootroot00000000000000
Optiontypenullstrictcompatrailsobjectcustomwab
:allow_blankBoolean11x
:allow_gcBooleanxxxxxx
:allow_invalid_unicodeBooleanxx
:allow_nanBooleanxxx
:array_classClassxxx
:array_nlStringx
:ascii_onlyBooleanxx22xx
:auto_defineBooleanxx
:bigdecimal_as_decimalBoolean3xx
:bigdecimal_loadBooleanx
:compat_bigdecimalBooleanxx
:cache_keysBooleanxxxxx
:cache_stringsFixnumxxxxx
:circularBooleanxxxxxx
:class_cacheBooleanxx
:create_additionsBooleanxxx
:create_idStringxxx
:empty_stringBooleanx
:escape_modeSymbolx
:float_precisionFixnumxxx
:hash_classClassxxx
:ignoreArrayxx
:indentIntegerxx34xxx
:indent_strStringxxx
:integer_rangeRangexxxxxxx
:match_stringHashxxx
:max_nestingFixnum44x54
:modeSymbol------
:nanSymbolx
:nilnilBooleanx
:object_classClassxx
:object_nlStringxxx
:omit_nilBooleanxxxxxx
:quirks_modeBoolean6x
:safeStringx
:second_precisionFixnumxx
:skip_null_byteBooleanxxxxxx
:spaceStringxxx
:space_beforeStringxxx
:symbol_keysBooleanxxxxxx
:traceBooleanxxxxxxx
:time_formatSymbolxx
:use_as_jsonBooleanx
:use_raw_jsonBooleanxxxx
:use_to_hashBooleanx
:use_to_jsonBooleanx
oj-3.16.12/ext/000077500000000000000000000000001510053151600130715ustar00rootroot00000000000000oj-3.16.12/ext/oj/000077500000000000000000000000001510053151600135015ustar00rootroot00000000000000oj-3.16.12/ext/oj/buf.h000066400000000000000000000041121510053151600144240ustar00rootroot00000000000000// Copyright (c) 2011 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #ifndef OJ_BUF_H #define OJ_BUF_H #include "mem.h" #include "ruby.h" typedef struct _buf { char *head; char *end; char *tail; char base[1024]; } *Buf; inline static void buf_init(Buf buf) { buf->head = buf->base; buf->end = buf->base + sizeof(buf->base) - 1; buf->tail = buf->head; } inline static void buf_reset(Buf buf) { buf->tail = buf->head; } inline static void buf_cleanup(Buf buf) { if (buf->base != buf->head) { OJ_R_FREE(buf->head); } } inline static size_t buf_len(Buf buf) { return buf->tail - buf->head; } inline static const char *buf_str(Buf buf) { *buf->tail = '\0'; return buf->head; } inline static void buf_append_string(Buf buf, const char *s, size_t slen) { if (0 == slen) { return; } if (buf->end <= buf->tail + slen) { size_t len = buf->end - buf->head; size_t toff = buf->tail - buf->head; size_t new_len = len + slen + len / 2; if (buf->base == buf->head) { buf->head = OJ_R_ALLOC_N(char, new_len); memcpy(buf->head, buf->base, len); } else { OJ_R_REALLOC_N(buf->head, char, new_len); } buf->tail = buf->head + toff; buf->end = buf->head + new_len - 1; } memcpy(buf->tail, s, slen); buf->tail += slen; } inline static void buf_append(Buf buf, char c) { if (buf->end <= buf->tail) { size_t len = buf->end - buf->head; size_t toff = buf->tail - buf->head; size_t new_len = len + len / 2; if (buf->base == buf->head) { buf->head = OJ_R_ALLOC_N(char, new_len); memcpy(buf->head, buf->base, len); } else { OJ_R_REALLOC_N(buf->head, char, new_len); } buf->tail = buf->head + toff; buf->end = buf->head + new_len - 1; } *buf->tail = c; buf->tail++; //*buf->tail = '\0'; // for debugging } #endif /* OJ_BUF_H */ oj-3.16.12/ext/oj/cache.c000066400000000000000000000203671510053151600147200ustar00rootroot00000000000000// Copyright (c) 2011, 2021 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #if HAVE_PTHREAD_MUTEX_INIT #include #endif #include #include "cache.h" #include "mem.h" // The stdlib calloc, realloc, and free are used instead of the Ruby ALLOC, // ALLOC_N, REALLOC, and xfree since the later could trigger a GC which will // either corrupt memory or if the mark function locks will deadlock. #define REHASH_LIMIT 4 #define MIN_SHIFT 8 #define REUSE_MAX 8192 #if HAVE_PTHREAD_MUTEX_INIT #define CACHE_LOCK(c) pthread_mutex_lock(&((c)->mutex)) #define CACHE_UNLOCK(c) pthread_mutex_unlock(&((c)->mutex)) #else #define CACHE_LOCK(c) rb_mutex_lock((c)->mutex) #define CACHE_UNLOCK(c) rb_mutex_unlock((c)->mutex) #endif // almost the Murmur hash algorithm #define M 0x5bd1e995 typedef struct _slot { struct _slot *next; VALUE val; uint64_t hash; volatile uint32_t use_cnt; uint8_t klen; char key[CACHE_MAX_KEY]; } *Slot; typedef struct _cache { volatile Slot *slots; volatile size_t cnt; VALUE (*form)(const char *str, size_t len); uint64_t size; uint64_t mask; VALUE (*intern)(struct _cache *c, const char *key, size_t len); volatile Slot reuse; size_t rcnt; #if HAVE_PTHREAD_MUTEX_INIT pthread_mutex_t mutex; #else VALUE mutex; #endif uint8_t xrate; bool mark; } *Cache; void cache_set_form(Cache c, VALUE (*form)(const char *str, size_t len)) { c->form = form; } static uint64_t hash_calc(const uint8_t *key, size_t len) { const uint8_t *end = key + len; const uint8_t *endless = key + (len & 0xFFFFFFFC); uint64_t h = (uint64_t)len; uint64_t k; while (key < endless) { k = (uint64_t)*key++; k |= (uint64_t)*key++ << 8; k |= (uint64_t)*key++ << 16; k |= (uint64_t)*key++ << 24; k *= M; k ^= k >> 24; h *= M; h ^= k * M; } if (1 < end - key) { uint16_t k16 = (uint16_t)*key++; k16 |= (uint16_t)*key++ << 8; h ^= k16 << 8; } if (key < end) { h ^= *key; } h *= M; h ^= h >> 13; h *= M; h ^= h >> 15; return h; } static void rehash(Cache c) { uint64_t osize; Slot *end; Slot *sp; osize = c->size; c->size = osize * 4; c->mask = c->size - 1; c->slots = OJ_REALLOC((void *)c->slots, sizeof(Slot) * c->size); memset((Slot *)c->slots + osize, 0, sizeof(Slot) * osize * 3); end = (Slot *)c->slots + osize; for (sp = (Slot *)c->slots; sp < end; sp++) { Slot s = *sp; Slot next = NULL; *sp = NULL; for (; NULL != s; s = next) { uint64_t h = s->hash & c->mask; Slot *bucket = (Slot *)c->slots + h; next = s->next; s->next = *bucket; *bucket = s; } } } static VALUE lockless_intern(Cache c, const char *key, size_t len) { uint64_t h = hash_calc((const uint8_t *)key, len); Slot *bucket = (Slot *)c->slots + (h & c->mask); Slot b; volatile VALUE rkey; while (REUSE_MAX < c->rcnt) { if (NULL != (b = c->reuse)) { c->reuse = b->next; OJ_FREE(b); c->rcnt--; } else { // An accounting error occured somewhere so correct it. c->rcnt = 0; } } for (b = *bucket; NULL != b; b = b->next) { if ((uint8_t)len == b->klen && 0 == strncmp(b->key, key, len)) { b->use_cnt += 16; return b->val; } } rkey = c->form(key, len); if (NULL == (b = c->reuse)) { b = OJ_CALLOC(1, sizeof(struct _slot)); } else { c->reuse = b->next; c->rcnt--; } b->hash = h; memcpy(b->key, key, len); b->klen = (uint8_t)len; b->key[len] = '\0'; b->val = rkey; b->use_cnt = 4; b->next = *bucket; *bucket = b; c->cnt++; // Don't worry about wrapping. Worse case is the entry is removed and recreated. if (REHASH_LIMIT < c->cnt / c->size) { rehash(c); } return rkey; } static VALUE locking_intern(Cache c, const char *key, size_t len) { uint64_t h; Slot *bucket; Slot b; uint64_t old_size; volatile VALUE rkey; CACHE_LOCK(c); while (REUSE_MAX < c->rcnt) { if (NULL != (b = c->reuse)) { c->reuse = b->next; OJ_FREE(b); c->rcnt--; } else { // An accounting error occured somewhere so correct it. c->rcnt = 0; } } h = hash_calc((const uint8_t *)key, len); bucket = (Slot *)c->slots + (h & c->mask); for (b = *bucket; NULL != b; b = b->next) { if ((uint8_t)len == b->klen && 0 == strncmp(b->key, key, len)) { b->use_cnt += 4; CACHE_UNLOCK(c); return b->val; } } old_size = c->size; // The creation of a new value may trigger a GC which be a problem if the // cache is locked so make sure it is unlocked for the key value creation. if (NULL != (b = c->reuse)) { c->reuse = b->next; c->rcnt--; } CACHE_UNLOCK(c); if (NULL == b) { b = OJ_CALLOC(1, sizeof(struct _slot)); } rkey = c->form(key, len); b->hash = h; memcpy(b->key, key, len); b->klen = (uint8_t)len; b->key[len] = '\0'; b->val = rkey; b->use_cnt = 16; // Lock again to add the new entry. CACHE_LOCK(c); if (old_size != c->size) { h = hash_calc((const uint8_t *)key, len); bucket = (Slot *)c->slots + (h & c->mask); } b->next = *bucket; *bucket = b; c->cnt++; // Don't worry about wrapping. Worse case is the entry is removed and recreated. if (REHASH_LIMIT < c->cnt / c->size) { rehash(c); } CACHE_UNLOCK(c); return rkey; } Cache cache_create(size_t size, VALUE (*form)(const char *str, size_t len), bool mark, bool locking) { Cache c = OJ_CALLOC(1, sizeof(struct _cache)); int shift = 0; for (; REHASH_LIMIT < size; size /= 2, shift++) { } if (shift < MIN_SHIFT) { shift = MIN_SHIFT; } #if HAVE_PTHREAD_MUTEX_INIT pthread_mutex_init(&c->mutex, NULL); #else c->mutex = rb_mutex_new(); #endif c->size = 1 << shift; c->mask = c->size - 1; c->slots = OJ_CALLOC(c->size, sizeof(Slot)); c->form = form; c->xrate = 1; // low c->mark = mark; if (locking) { c->intern = locking_intern; } else { c->intern = lockless_intern; } return c; } void cache_set_expunge_rate(Cache c, int rate) { c->xrate = (uint8_t)rate; } void cache_free(void *data) { Cache c = (Cache)data; uint64_t i; for (i = 0; i < c->size; i++) { Slot next; Slot s; for (s = c->slots[i]; NULL != s; s = next) { next = s->next; OJ_FREE(s); } } OJ_FREE((void *)c->slots); OJ_FREE(c); } void cache_mark(void *data) { Cache c = (Cache)data; uint64_t i; #if !HAVE_PTHREAD_MUTEX_INIT rb_gc_mark(c->mutex); #endif if (0 == c->cnt) { return; } for (i = 0; i < c->size; i++) { Slot s; Slot prev = NULL; Slot next; for (s = c->slots[i]; NULL != s; s = next) { next = s->next; if (0 == s->use_cnt) { if (NULL == prev) { c->slots[i] = next; } else { prev->next = next; } c->cnt--; s->next = c->reuse; c->reuse = s; c->rcnt++; continue; } switch (c->xrate) { case 0: break; case 2: s->use_cnt -= 2; break; case 3: s->use_cnt /= 2; break; default: s->use_cnt--; break; } if (c->mark) { rb_gc_mark(s->val); } prev = s; } } } VALUE cache_intern(Cache c, const char *key, size_t len) { if (CACHE_MAX_KEY <= len) { return c->form(key, len); } return c->intern(c, key, len); } oj-3.16.12/ext/oj/cache.h000066400000000000000000000014201510053151600147120ustar00rootroot00000000000000// Copyright (c) 2021 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #ifndef CACHE_H #define CACHE_H #include #include #define CACHE_MAX_KEY 35 struct _cache; typedef struct _cache *Cache; extern struct _cache *cache_create(size_t size, VALUE (*form)(const char *str, size_t len), bool mark, bool locking); extern void cache_free(void *data); extern void cache_mark(void *data); extern void cache_set_form(struct _cache *c, VALUE (*form)(const char *str, size_t len)); extern VALUE cache_intern(struct _cache *c, const char *key, size_t len); extern void cache_set_expunge_rate(struct _cache *c, int rate); #endif /* CACHE_H */ oj-3.16.12/ext/oj/cache8.c000066400000000000000000000047661510053151600150150ustar00rootroot00000000000000// Copyright (c) 2011 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #include "cache8.h" #include #include #include #include #include #include "mem.h" #include "ruby.h" #define BITS 4 #define MASK 0x000000000000000FULL #define SLOT_CNT 16 #define DEPTH 16 typedef union { struct _cache8 *child; slot_t value; } Bucket; struct _cache8 { Bucket buckets[SLOT_CNT]; }; static void cache8_delete(Cache8 cache, int depth); static void slot_print(Cache8 cache, sid_t key, unsigned int depth); void oj_cache8_new(Cache8 *cache) { Bucket *b; int i; *cache = OJ_R_ALLOC(struct _cache8); for (i = SLOT_CNT, b = (*cache)->buckets; 0 < i; i--, b++) { b->value = 0; } } void oj_cache8_delete(Cache8 cache) { cache8_delete(cache, 0); } static void cache8_delete(Cache8 cache, int depth) { Bucket *b; unsigned int i; for (i = 0, b = cache->buckets; i < SLOT_CNT; i++, b++) { if (0 != b->child) { if (DEPTH - 1 != depth) { cache8_delete(b->child, depth + 1); } } } OJ_R_FREE(cache); } slot_t oj_cache8_get(Cache8 cache, sid_t key, slot_t **slot) { Bucket *b; int i; sid_t k8 = (sid_t)key; sid_t k; for (i = 64 - BITS; 0 < i; i -= BITS) { k = (k8 >> i) & MASK; b = cache->buckets + k; if (0 == b->child) { oj_cache8_new(&b->child); } cache = b->child; } *slot = &(cache->buckets + (k8 & MASK))->value; return **slot; } void oj_cache8_print(Cache8 cache) { /*printf("-------------------------------------------\n"); */ slot_print(cache, 0, 0); } static void slot_print(Cache8 c, sid_t key, unsigned int depth) { Bucket *b; unsigned int i; sid_t k8 = (sid_t)key; sid_t k; for (i = 0, b = c->buckets; i < SLOT_CNT; i++, b++) { if (0 != b->child) { k = (k8 << BITS) | i; /*printf("*** key: 0x%016llx depth: %u i: %u\n", k, depth, i); */ if (DEPTH - 1 == depth) { #if IS_WINDOWS printf("0x%016lx: %4lu\n", (long unsigned int)k, (long unsigned int)b->value); #else printf("0x%016llx: %4llu\n", (long long unsigned int)k, (long long unsigned int)b->value); #endif } else { slot_print(b->child, k, depth + 1); } } } } oj-3.16.12/ext/oj/cache8.h000066400000000000000000000010501510053151600150010ustar00rootroot00000000000000// Copyright (c) 2011 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #ifndef OJ_CACHE8_H #define OJ_CACHE8_H #include "ruby.h" #include "stdint.h" typedef struct _cache8 *Cache8; typedef uint64_t slot_t; typedef uint64_t sid_t; extern void oj_cache8_new(Cache8 *cache); extern void oj_cache8_delete(Cache8 cache); extern slot_t oj_cache8_get(Cache8 cache, sid_t key, slot_t **slot); extern void oj_cache8_print(Cache8 cache); #endif /* OJ_CACHE8_H */ oj-3.16.12/ext/oj/circarray.c000066400000000000000000000030641510053151600156270ustar00rootroot00000000000000// Copyright (c) 2012 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #include "circarray.h" #include "mem.h" CircArray oj_circ_array_new(void) { CircArray ca; if (0 == (ca = OJ_R_ALLOC(struct _circArray))) { rb_raise(rb_eNoMemError, "not enough memory\n"); } ca->objs = ca->obj_array; ca->size = sizeof(ca->obj_array) / sizeof(VALUE); ca->cnt = 0; return ca; } void oj_circ_array_free(CircArray ca) { if (ca->objs != ca->obj_array) { OJ_R_FREE(ca->objs); } OJ_R_FREE(ca); } void oj_circ_array_set(CircArray ca, VALUE obj, unsigned long id) { if (0 < id && 0 != ca) { unsigned long i; if (ca->size < id) { unsigned long cnt = id + 512; if (ca->objs == ca->obj_array) { if (0 == (ca->objs = OJ_R_ALLOC_N(VALUE, cnt))) { rb_raise(rb_eNoMemError, "not enough memory\n"); } memcpy(ca->objs, ca->obj_array, sizeof(VALUE) * ca->cnt); } else { OJ_R_REALLOC_N(ca->objs, VALUE, cnt); } ca->size = cnt; } id--; for (i = ca->cnt; i < id; i++) { ca->objs[i] = Qnil; } ca->objs[id] = obj; if (ca->cnt <= id) { ca->cnt = id + 1; } } } VALUE oj_circ_array_get(CircArray ca, unsigned long id) { VALUE obj = Qnil; if (id <= ca->cnt && 0 != ca) { obj = ca->objs[id - 1]; } return obj; } oj-3.16.12/ext/oj/circarray.h000066400000000000000000000012461510053151600156340ustar00rootroot00000000000000// Copyright (c) 2012 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for // license details. #ifndef OJ_CIRCARRAY_H #define OJ_CIRCARRAY_H #include "ruby.h" typedef struct _circArray { VALUE obj_array[1024]; VALUE* objs; unsigned long size; // allocated size or initial array size unsigned long cnt; }* CircArray; extern CircArray oj_circ_array_new(void); extern void oj_circ_array_free(CircArray ca); extern void oj_circ_array_set(CircArray ca, VALUE obj, unsigned long id); extern VALUE oj_circ_array_get(CircArray ca, unsigned long id); #endif /* OJ_CIRCARRAY_H */ oj-3.16.12/ext/oj/code.c000066400000000000000000000144371510053151600145700ustar00rootroot00000000000000// Copyright (c) 2017 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #include "code.h" #include "dump.h" inline static VALUE resolve_classname(VALUE mod, const char *classname) { VALUE clas = Qundef; ID ci = rb_intern(classname); if (rb_const_defined_at(mod, ci)) { clas = rb_const_get_at(mod, ci); } return clas; } static VALUE path2class(const char *name) { char class_name[1024]; VALUE clas; char *end = class_name + sizeof(class_name) - 1; char *s; const char *n = name; clas = rb_cObject; for (s = class_name; '\0' != *n; n++) { if (':' == *n) { *s = '\0'; n++; if (':' != *n) { return Qundef; } if (Qundef == (clas = resolve_classname(clas, class_name))) { return Qundef; } s = class_name; } else if (end <= s) { return Qundef; } else { *s++ = *n; } } *s = '\0'; return resolve_classname(clas, class_name); } bool oj_code_dump(Code codes, VALUE obj, int depth, Out out) { VALUE clas = rb_obj_class(obj); Code c = codes; for (; NULL != c->name; c++) { if (Qundef == c->clas) { // indicates not defined continue; } if (Qnil == c->clas) { c->clas = path2class(c->name); } if (clas == c->clas && c->active) { c->encode(obj, depth, out); return true; } } return false; } VALUE oj_code_load(Code codes, VALUE clas, VALUE args) { Code c = codes; for (; NULL != c->name; c++) { if (Qundef == c->clas) { // indicates not defined continue; } if (Qnil == c->clas) { c->clas = path2class(c->name); } if (clas == c->clas) { if (NULL == c->decode) { break; } return c->decode(clas, args); } } return Qnil; } void oj_code_set_active(Code codes, VALUE clas, bool active) { Code c = codes; for (; NULL != c->name; c++) { if (Qundef == c->clas) { // indicates not defined continue; } if (Qnil == c->clas) { c->clas = path2class(c->name); } if (clas == c->clas || Qnil == clas) { c->active = active; if (Qnil != clas) { break; } } } } bool oj_code_has(Code codes, VALUE clas, bool encode) { Code c = codes; for (; NULL != c->name; c++) { if (Qundef == c->clas) { // indicates not defined continue; } if (Qnil == c->clas) { c->clas = path2class(c->name); } if (clas == c->clas) { if (encode) { return c->active && NULL != c->encode; } else { return c->active && NULL != c->decode; } } } return false; } void oj_code_attrs(VALUE obj, Attr attrs, int depth, Out out, bool with_class) { int d2 = depth + 1; int d3 = d2 + 1; size_t sep_len = out->opts->dump_opts.before_size + out->opts->dump_opts.after_size + 2; const char *classname = rb_obj_classname(obj); size_t len = strlen(classname); size_t size = d2 * out->indent + 10 + len + out->opts->create_id_len + sep_len; bool no_comma = true; assure_size(out, size); *out->cur++ = '{'; if (with_class) { fill_indent(out, d2); *out->cur++ = '"'; APPEND_CHARS(out->cur, out->opts->create_id, out->opts->create_id_len); *out->cur++ = '"'; if (0 < out->opts->dump_opts.before_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.before_sep, out->opts->dump_opts.before_size); } *out->cur++ = ':'; if (0 < out->opts->dump_opts.after_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.after_sep, out->opts->dump_opts.after_size); } *out->cur++ = '"'; APPEND_CHARS(out->cur, classname, len); *out->cur++ = '"'; no_comma = false; } size = d3 * out->indent + 2; for (; NULL != attrs->name; attrs++) { assure_size(out, size + attrs->len + sep_len + 2); if (no_comma) { no_comma = false; } else { *out->cur++ = ','; } fill_indent(out, d2); *out->cur++ = '"'; APPEND_CHARS(out->cur, attrs->name, attrs->len); *out->cur++ = '"'; if (0 < out->opts->dump_opts.before_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.before_sep, out->opts->dump_opts.before_size); } *out->cur++ = ':'; if (0 < out->opts->dump_opts.after_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.after_sep, out->opts->dump_opts.after_size); } if (Qundef == attrs->value) { if (Qundef != attrs->time) { switch (out->opts->time_format) { case RubyTime: oj_dump_ruby_time(attrs->time, out); break; case XmlTime: oj_dump_xml_time(attrs->time, out); break; case UnixZTime: oj_dump_time(attrs->time, out, true); break; case UnixTime: default: oj_dump_time(attrs->time, out, false); break; } } else { char buf[32]; char *b = buf + sizeof(buf) - 1; bool neg = false; long num = attrs->num; size_t cnt = 0; if (0 > num) { neg = true; num = -num; } *b-- = '\0'; if (0 < num) { b = oj_longlong_to_string(num, neg, b); } else { *b = '0'; } cnt = sizeof(buf) - (b - buf) - 1; assure_size(out, cnt); APPEND_CHARS(out->cur, b, cnt); } } else { oj_dump_compat_val(attrs->value, d3, out, true); } } assure_size(out, depth * out->indent + 2); fill_indent(out, depth); *out->cur++ = '}'; *out->cur = '\0'; } oj-3.16.12/ext/oj/code.h000066400000000000000000000021071510053151600145640ustar00rootroot00000000000000// Copyright (c) 2017 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #ifndef OJ_CODE_H #define OJ_CODE_H #include #include "oj.h" typedef void (*EncodeFunc)(VALUE obj, int depth, Out out); typedef VALUE (*DecodeFunc)(VALUE clas, VALUE args); typedef struct _code { const char *name; VALUE clas; EncodeFunc encode; DecodeFunc decode; bool active; // For compat mode. } *Code; // Used by encode functions. typedef struct _attr { const char *name; int len; VALUE value; long num; VALUE time; } *Attr; extern bool oj_code_dump(Code codes, VALUE obj, int depth, Out out); extern VALUE oj_code_load(Code codes, VALUE clas, VALUE args); extern void oj_code_set_active(Code codes, VALUE clas, bool active); extern bool oj_code_has(Code codes, VALUE clas, bool encode); extern void oj_code_attrs(VALUE obj, Attr attrs, int depth, Out out, bool with_class); extern struct _code oj_compat_codes[]; #endif /* OJ_CODE_H */ oj-3.16.12/ext/oj/compat.c000066400000000000000000000204631510053151600151350ustar00rootroot00000000000000// Copyright (c) 2012 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #include #include "encode.h" #include "err.h" #include "intern.h" #include "mem.h" #include "oj.h" #include "parse.h" #include "resolve.h" #include "trace.h" static void hash_set_cstr(ParseInfo pi, Val kval, const char *str, size_t len, const char *orig) { const char *key = kval->key; int klen = kval->klen; Val parent = stack_peek(&pi->stack); if (Qundef == kval->key_val && Yes == pi->options.create_ok && NULL != pi->options.create_id && *pi->options.create_id == *key && (int)pi->options.create_id_len == klen && 0 == strncmp(pi->options.create_id, key, klen)) { parent->classname = oj_strndup(str, len); parent->clen = len; } else { volatile VALUE rstr = oj_cstr_to_value(str, len, (size_t)pi->options.cache_str); volatile VALUE rkey = oj_calc_hash_key(pi, kval); if (Yes == pi->options.create_ok && NULL != pi->options.str_rx.head) { VALUE clas = oj_rxclass_match(&pi->options.str_rx, str, (int)len); if (Qnil != clas) { rstr = rb_funcall(clas, oj_json_create_id, 1, rstr); } } if (rb_cHash != rb_obj_class(parent->val)) { // The rb_hash_set would still work but the unit tests for the // json gem require the less efficient []= method be called to set // values. Even using the store method to set the values will fail // the unit tests. rb_funcall(parent->val, rb_intern("[]="), 2, rkey, rstr); } else { rb_hash_aset(parent->val, rkey, rstr); } TRACE_PARSE_CALL(pi->options.trace, "set_string", pi, rstr); } } static VALUE start_hash(ParseInfo pi) { volatile VALUE h; if (Qnil != pi->options.hash_class) { h = rb_class_new_instance(0, NULL, pi->options.hash_class); } else { h = rb_hash_new(); } TRACE_PARSE_IN(pi->options.trace, "start_hash", pi); return h; } static void end_hash(struct _parseInfo *pi) { Val parent = stack_peek(&pi->stack); if (0 != parent->classname) { volatile VALUE clas; clas = oj_name2class(pi, parent->classname, parent->clen, 0, rb_eArgError); if (Qundef != clas) { // else an error ID creatable = rb_intern("json_creatable?"); if (!rb_respond_to(clas, creatable) || Qtrue == rb_funcall(clas, creatable, 0)) { parent->val = rb_funcall(clas, oj_json_create_id, 1, parent->val); } } if (0 != parent->classname) { OJ_R_FREE((char *)parent->classname); parent->classname = 0; } } TRACE_PARSE_HASH_END(pi->options.trace, pi); } static void add_cstr(ParseInfo pi, const char *str, size_t len, const char *orig) { volatile VALUE rstr = oj_cstr_to_value(str, len, (size_t)pi->options.cache_str); if (Yes == pi->options.create_ok && NULL != pi->options.str_rx.head) { VALUE clas = oj_rxclass_match(&pi->options.str_rx, str, (int)len); if (Qnil != clas) { pi->stack.head->val = rb_funcall(clas, oj_json_create_id, 1, rstr); return; } } pi->stack.head->val = rstr; TRACE_PARSE_CALL(pi->options.trace, "add_string", pi, rstr); } static void add_num(ParseInfo pi, NumInfo ni) { pi->stack.head->val = oj_num_as_value(ni); TRACE_PARSE_CALL(pi->options.trace, "add_number", pi, pi->stack.head->val); } static void hash_set_num(struct _parseInfo *pi, Val parent, NumInfo ni) { volatile VALUE rval = oj_num_as_value(ni); if (rb_cHash != rb_obj_class(parent->val)) { // The rb_hash_set would still work but the unit tests for the // json gem require the less efficient []= method be called to set // values. Even using the store method to set the values will fail // the unit tests. rb_funcall(stack_peek(&pi->stack)->val, rb_intern("[]="), 2, oj_calc_hash_key(pi, parent), rval); } else { rb_hash_aset(stack_peek(&pi->stack)->val, oj_calc_hash_key(pi, parent), rval); } TRACE_PARSE_CALL(pi->options.trace, "set_number", pi, rval); } static void hash_set_value(ParseInfo pi, Val parent, VALUE value) { if (rb_cHash != rb_obj_class(parent->val)) { // The rb_hash_set would still work but the unit tests for the // json gem require the less efficient []= method be called to set // values. Even using the store method to set the values will fail // the unit tests. rb_funcall(stack_peek(&pi->stack)->val, rb_intern("[]="), 2, oj_calc_hash_key(pi, parent), value); } else { rb_hash_aset(stack_peek(&pi->stack)->val, oj_calc_hash_key(pi, parent), value); } TRACE_PARSE_CALL(pi->options.trace, "set_value", pi, value); } static VALUE start_array(ParseInfo pi) { if (Qnil != pi->options.array_class) { return rb_class_new_instance(0, NULL, pi->options.array_class); } TRACE_PARSE_IN(pi->options.trace, "start_array", pi); return rb_ary_new(); } static void array_append_num(ParseInfo pi, NumInfo ni) { Val parent = stack_peek(&pi->stack); volatile VALUE rval = oj_num_as_value(ni); if (!oj_use_array_alt && rb_cArray != rb_obj_class(parent->val)) { // The rb_ary_push would still work but the unit tests for the json // gem require the less efficient << method be called to push the // values. rb_funcall(parent->val, rb_intern("<<"), 1, rval); } else { rb_ary_push(parent->val, rval); } TRACE_PARSE_CALL(pi->options.trace, "append_number", pi, rval); } static void array_append_cstr(ParseInfo pi, const char *str, size_t len, const char *orig) { volatile VALUE rstr = oj_cstr_to_value(str, len, (size_t)pi->options.cache_str); if (Yes == pi->options.create_ok && NULL != pi->options.str_rx.head) { VALUE clas = oj_rxclass_match(&pi->options.str_rx, str, (int)len); if (Qnil != clas) { rb_ary_push(stack_peek(&pi->stack)->val, rb_funcall(clas, oj_json_create_id, 1, rstr)); return; } } rb_ary_push(stack_peek(&pi->stack)->val, rstr); TRACE_PARSE_CALL(pi->options.trace, "append_string", pi, rstr); } void oj_set_compat_callbacks(ParseInfo pi) { oj_set_strict_callbacks(pi); pi->start_hash = start_hash; pi->end_hash = end_hash; pi->hash_set_cstr = hash_set_cstr; pi->hash_set_num = hash_set_num; pi->hash_set_value = hash_set_value; pi->add_num = add_num; pi->add_cstr = add_cstr; pi->array_append_cstr = array_append_cstr; pi->start_array = start_array; pi->array_append_num = array_append_num; } VALUE oj_compat_parse(int argc, VALUE *argv, VALUE self) { struct _parseInfo pi; parse_info_init(&pi); pi.options = oj_default_options; pi.handler = Qnil; pi.err_class = Qnil; pi.max_depth = 0; pi.options.allow_nan = Yes; pi.options.nilnil = Yes; pi.options.empty_string = No; oj_set_compat_callbacks(&pi); if (T_STRING == rb_type(*argv)) { return oj_pi_parse(argc, argv, &pi, 0, 0, false); } else { return oj_pi_sparse(argc, argv, &pi, 0); } } VALUE oj_compat_load(int argc, VALUE *argv, VALUE self) { struct _parseInfo pi; parse_info_init(&pi); pi.options = oj_default_options; pi.handler = Qnil; pi.err_class = Qnil; pi.max_depth = 0; pi.options.allow_nan = Yes; pi.options.nilnil = Yes; pi.options.empty_string = Yes; oj_set_compat_callbacks(&pi); if (T_STRING == rb_type(*argv)) { return oj_pi_parse(argc, argv, &pi, 0, 0, false); } else { return oj_pi_sparse(argc, argv, &pi, 0); } } VALUE oj_compat_parse_cstr(int argc, VALUE *argv, char *json, size_t len) { struct _parseInfo pi; parse_info_init(&pi); pi.options = oj_default_options; pi.handler = Qnil; pi.err_class = Qnil; pi.max_depth = 0; pi.options.allow_nan = Yes; pi.options.nilnil = Yes; oj_set_compat_callbacks(&pi); return oj_pi_parse(argc, argv, &pi, json, len, false); } oj-3.16.12/ext/oj/custom.c000066400000000000000000001070101510053151600151560ustar00rootroot00000000000000// Copyright (c) 2012, 2017 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #include #include #include "code.h" #include "dump.h" #include "encode.h" #include "err.h" #include "intern.h" #include "mem.h" #include "odd.h" #include "oj.h" #include "parse.h" #include "resolve.h" #include "trace.h" #include "util.h" extern void oj_set_obj_ivar(Val parent, Val kval, VALUE value); extern VALUE oj_parse_xml_time(const char *str, int len); // from object.c static void dump_obj_str(VALUE obj, int depth, Out out) { struct _attr attrs[] = { {"s", 1, Qnil}, {NULL, 0, Qnil}, }; attrs->value = oj_safe_string_convert(obj); oj_code_attrs(obj, attrs, depth, out, Yes == out->opts->create_ok); } static void dump_obj_as_str(VALUE obj, int depth, Out out) { volatile VALUE rstr = oj_safe_string_convert(obj); const char *str = RSTRING_PTR(rstr); oj_dump_cstr(str, RSTRING_LEN(rstr), 0, 0, out); } static void bigdecimal_dump(VALUE obj, int depth, Out out) { volatile VALUE rstr = oj_safe_string_convert(obj); const char *str = RSTRING_PTR(rstr); size_t len = RSTRING_LEN(rstr); if (0 == strcasecmp("Infinity", str)) { str = oj_nan_str(obj, out->opts->dump_opts.nan_dump, out->opts->mode, true, &len); oj_dump_raw(str, len, out); } else if (0 == strcasecmp("-Infinity", str)) { str = oj_nan_str(obj, out->opts->dump_opts.nan_dump, out->opts->mode, false, &len); oj_dump_raw(str, len, out); } else if (No == out->opts->bigdec_as_num) { oj_dump_cstr(str, len, 0, 0, out); } else { oj_dump_raw(str, len, out); } } static ID real_id = 0; static ID imag_id = 0; static void complex_dump(VALUE obj, int depth, Out out) { if (NULL != out->opts->create_id) { struct _attr attrs[] = { {"real", 4, Qnil}, {"imag", 4, Qnil}, {NULL, 0, Qnil}, }; if (0 == real_id) { real_id = rb_intern("real"); imag_id = rb_intern("imag"); } attrs[0].value = rb_funcall(obj, real_id, 0); attrs[1].value = rb_funcall(obj, imag_id, 0); oj_code_attrs(obj, attrs, depth, out, Yes == out->opts->create_ok); } else { dump_obj_as_str(obj, depth, out); } } static VALUE complex_load(VALUE clas, VALUE args) { if (0 == real_id) { real_id = rb_intern("real"); imag_id = rb_intern("imag"); } return rb_complex_new(rb_hash_aref(args, rb_id2str(real_id)), rb_hash_aref(args, rb_id2str(imag_id))); } static void time_dump(VALUE obj, int depth, Out out) { if (Yes == out->opts->create_ok) { struct _attr attrs[] = { {"time", 4, Qundef, 0, Qundef}, {NULL, 0, Qnil}, }; attrs->time = obj; oj_code_attrs(obj, attrs, depth, out, true); } else { switch (out->opts->time_format) { case RubyTime: oj_dump_ruby_time(obj, out); break; case XmlTime: oj_dump_xml_time(obj, out); break; case UnixZTime: oj_dump_time(obj, out, true); break; case UnixTime: default: oj_dump_time(obj, out, false); break; } } } static void date_dump(VALUE obj, int depth, Out out) { if (Yes == out->opts->create_ok) { struct _attr attrs[] = { {"s", 1, Qnil}, {NULL, 0, Qnil}, }; attrs->value = rb_funcall(obj, rb_intern("iso8601"), 0); oj_code_attrs(obj, attrs, depth, out, Yes == out->opts->create_ok); } else { volatile VALUE v; volatile VALUE ov; switch (out->opts->time_format) { case RubyTime: case XmlTime: v = rb_funcall(obj, rb_intern("iso8601"), 0); oj_dump_cstr(RSTRING_PTR(v), RSTRING_LEN(v), 0, 0, out); break; case UnixZTime: v = rb_funcall(obj, rb_intern("to_time"), 0); if (oj_date_class == rb_obj_class(obj)) { ov = rb_funcall(v, rb_intern("utc_offset"), 0); v = rb_funcall(v, rb_intern("utc"), 0); v = rb_funcall(v, rb_intern("+"), 1, ov); oj_dump_time(v, out, false); } else { oj_dump_time(v, out, true); } break; case UnixTime: default: v = rb_funcall(obj, rb_intern("to_time"), 0); if (oj_date_class == rb_obj_class(obj)) { ov = rb_funcall(v, rb_intern("utc_offset"), 0); v = rb_funcall(v, rb_intern("utc"), 0); v = rb_funcall(v, rb_intern("+"), 1, ov); } oj_dump_time(v, out, false); break; } } } static VALUE date_load(VALUE clas, VALUE args) { volatile VALUE v; if (Qnil != (v = rb_hash_aref(args, rb_str_new2("s")))) { return rb_funcall(oj_date_class, rb_intern("parse"), 1, v); } return Qnil; } static VALUE datetime_load(VALUE clas, VALUE args) { volatile VALUE v; if (Qnil != (v = rb_hash_aref(args, rb_str_new2("s")))) { return rb_funcall(oj_datetime_class, rb_intern("parse"), 1, v); } return Qnil; } static ID table_id = 0; static void openstruct_dump(VALUE obj, int depth, Out out) { struct _attr attrs[] = { {"table", 5, Qnil}, {NULL, 0, Qnil}, }; if (0 == table_id) { table_id = rb_intern("table"); } attrs->value = rb_funcall(obj, table_id, 0); oj_code_attrs(obj, attrs, depth, out, Yes == out->opts->create_ok); } static VALUE openstruct_load(VALUE clas, VALUE args) { if (0 == table_id) { table_id = rb_intern("table"); } return rb_funcall(clas, oj_new_id, 1, rb_hash_aref(args, rb_id2str(table_id))); } static void range_dump(VALUE obj, int depth, Out out) { if (NULL != out->opts->create_id) { struct _attr attrs[] = { {"begin", 5, Qnil}, {"end", 3, Qnil}, {"exclude", 7, Qnil}, {NULL, 0, Qnil}, }; attrs[0].value = rb_funcall(obj, oj_begin_id, 0); attrs[1].value = rb_funcall(obj, oj_end_id, 0); attrs[2].value = rb_funcall(obj, oj_exclude_end_id, 0); oj_code_attrs(obj, attrs, depth, out, Yes == out->opts->create_ok); } else { dump_obj_as_str(obj, depth, out); } } static VALUE range_load(VALUE clas, VALUE args) { VALUE nargs[3]; nargs[0] = rb_hash_aref(args, rb_id2str(oj_begin_id)); nargs[1] = rb_hash_aref(args, rb_id2str(oj_end_id)); nargs[2] = rb_hash_aref(args, rb_id2str(oj_exclude_end_id)); return rb_class_new_instance(3, nargs, rb_cRange); } static ID numerator_id = 0; static ID denominator_id = 0; static void rational_dump(VALUE obj, int depth, Out out) { if (NULL != out->opts->create_id) { struct _attr attrs[] = { {"numerator", 9, Qnil}, {"denominator", 11, Qnil}, {NULL, 0, Qnil}, }; if (0 == numerator_id) { numerator_id = rb_intern("numerator"); denominator_id = rb_intern("denominator"); } attrs[0].value = rb_funcall(obj, numerator_id, 0); attrs[1].value = rb_funcall(obj, denominator_id, 0); oj_code_attrs(obj, attrs, depth, out, Yes == out->opts->create_ok); } else { dump_obj_as_str(obj, depth, out); } } static VALUE rational_load(VALUE clas, VALUE args) { if (0 == numerator_id) { numerator_id = rb_intern("numerator"); denominator_id = rb_intern("denominator"); } return rb_rational_new(rb_hash_aref(args, rb_id2str(numerator_id)), rb_hash_aref(args, rb_id2str(denominator_id))); } static VALUE regexp_load(VALUE clas, VALUE args) { volatile VALUE v; if (Qnil != (v = rb_hash_aref(args, rb_str_new2("s")))) { return rb_funcall(rb_cRegexp, oj_new_id, 1, v); } return Qnil; } static VALUE time_load(VALUE clas, VALUE args) { // Value should have already been replaced in one of the hash_set_xxx // functions. return args; } static struct _code codes[] = { {"BigDecimal", Qnil, bigdecimal_dump, NULL, true}, {"Complex", Qnil, complex_dump, complex_load, true}, {"Date", Qnil, date_dump, date_load, true}, {"DateTime", Qnil, date_dump, datetime_load, true}, {"OpenStruct", Qnil, openstruct_dump, openstruct_load, true}, {"Range", Qnil, range_dump, range_load, true}, {"Rational", Qnil, rational_dump, rational_load, true}, {"Regexp", Qnil, dump_obj_str, regexp_load, true}, {"Time", Qnil, time_dump, time_load, true}, {NULL, Qundef, NULL, NULL, false}, }; static int hash_cb(VALUE key, VALUE value, VALUE ov) { Out out = (Out)ov; int depth = out->depth; if (dump_ignore(out->opts, value)) { return ST_CONTINUE; } if (out->omit_nil && Qnil == value) { return ST_CONTINUE; } if (!out->opts->dump_opts.use) { assure_size(out, depth * out->indent + 1); fill_indent(out, depth); } else { assure_size(out, depth * out->opts->dump_opts.indent_size + out->opts->dump_opts.hash_size + 1); if (0 < out->opts->dump_opts.hash_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.hash_nl, out->opts->dump_opts.hash_size); } if (0 < out->opts->dump_opts.indent_size) { int i; for (i = depth; 0 < i; i--) { APPEND_CHARS(out->cur, out->opts->dump_opts.indent_str, out->opts->dump_opts.indent_size); } } } switch (rb_type(key)) { case T_STRING: oj_dump_str(key, 0, out, false); break; case T_SYMBOL: oj_dump_sym(key, 0, out, false); break; default: oj_dump_str(oj_safe_string_convert(key), 0, out, false); break; } if (!out->opts->dump_opts.use) { *out->cur++ = ':'; } else { assure_size(out, out->opts->dump_opts.before_size + out->opts->dump_opts.after_size + 2); if (0 < out->opts->dump_opts.before_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.before_sep, out->opts->dump_opts.before_size); } *out->cur++ = ':'; if (0 < out->opts->dump_opts.after_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.after_sep, out->opts->dump_opts.after_size); } } oj_dump_custom_val(value, depth, out, true); out->depth = depth; *out->cur++ = ','; return ST_CONTINUE; } static void dump_hash(VALUE obj, int depth, Out out, bool as_ok) { int cnt; long id = oj_check_circular(obj, out); if (0 > id) { oj_dump_nil(Qnil, depth, out, false); return; } cnt = (int)RHASH_SIZE(obj); assure_size(out, 2); if (0 == cnt) { APPEND_CHARS(out->cur, "{}", 2); } else { *out->cur++ = '{'; out->depth = depth + 1; rb_hash_foreach(obj, hash_cb, (VALUE)out); if (',' == *(out->cur - 1)) { out->cur--; // backup to overwrite last comma } if (!out->opts->dump_opts.use) { assure_size(out, depth * out->indent + 2); fill_indent(out, depth); } else { assure_size(out, depth * out->opts->dump_opts.indent_size + out->opts->dump_opts.hash_size + 1); if (0 < out->opts->dump_opts.hash_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.hash_nl, out->opts->dump_opts.hash_size); } if (0 < out->opts->dump_opts.indent_size) { int i; for (i = depth; 0 < i; i--) { APPEND_CHARS(out->cur, out->opts->dump_opts.indent_str, out->opts->dump_opts.indent_size); } } } *out->cur++ = '}'; } *out->cur = '\0'; } static void dump_odd(VALUE obj, Odd odd, VALUE clas, int depth, Out out) { ID *idp; AttrGetFunc *fp; volatile VALUE v; const char *name; size_t size; int d2 = depth + 1; assure_size(out, 2); *out->cur++ = '{'; if (NULL != out->opts->create_id && Yes == out->opts->create_ok) { const char *classname = rb_class2name(clas); int clen = (int)strlen(classname); size_t sep_len = out->opts->dump_opts.before_size + out->opts->dump_opts.after_size + 2; size = d2 * out->indent + 10 + clen + out->opts->create_id_len + sep_len; assure_size(out, size); fill_indent(out, d2); *out->cur++ = '"'; APPEND_CHARS(out->cur, out->opts->create_id, out->opts->create_id_len); *out->cur++ = '"'; if (0 < out->opts->dump_opts.before_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.before_sep, out->opts->dump_opts.before_size); } *out->cur++ = ':'; if (0 < out->opts->dump_opts.after_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.after_sep, out->opts->dump_opts.after_size); } *out->cur++ = '"'; APPEND_CHARS(out->cur, classname, clen); APPEND_CHARS(out->cur, "\",", 2); } if (odd->raw) { v = rb_funcall(obj, *odd->attrs, 0); if (Qundef == v || T_STRING != rb_type(v)) { rb_raise(rb_eEncodingError, "Invalid type for raw JSON.\n"); } else { const char *s = RSTRING_PTR(v); size_t len = RSTRING_LEN(v); const char *name = rb_id2name(*odd->attrs); size_t nlen = strlen(name); size = len + d2 * out->indent + nlen + 10; assure_size(out, size); fill_indent(out, d2); *out->cur++ = '"'; APPEND_CHARS(out->cur, name, nlen); APPEND_CHARS(out->cur, "\":", 2); APPEND_CHARS(out->cur, s, len); *out->cur = '\0'; } } else { size = d2 * out->indent + 1; for (idp = odd->attrs, fp = odd->attrFuncs; 0 != *idp; idp++, fp++) { size_t nlen; assure_size(out, size); name = rb_id2name(*idp); nlen = strlen(name); if (0 != *fp) { v = (*fp)(obj); } else if (0 == strchr(name, '.')) { v = rb_funcall(obj, *idp, 0); } else { char nbuf[256]; char *n2 = nbuf; char *n; char *end; ID i; if (sizeof(nbuf) <= nlen) { if (NULL == (n2 = OJ_STRDUP(name))) { rb_raise(rb_eNoMemError, "for attribute name."); } } else { strcpy(n2, name); } n = n2; v = obj; while (0 != (end = strchr(n, '.'))) { *end = '\0'; i = rb_intern(n); v = rb_funcall(v, i, 0); n = end + 1; } i = rb_intern(n); v = rb_funcall(v, i, 0); if (nbuf != n2) { OJ_FREE(n2); } } fill_indent(out, d2); oj_dump_cstr(name, nlen, 0, 0, out); *out->cur++ = ':'; oj_dump_custom_val(v, d2, out, true); assure_size(out, 2); *out->cur++ = ','; } out->cur--; } *out->cur++ = '}'; *out->cur = '\0'; } // Return class if still needs dumping. static VALUE dump_common(VALUE obj, int depth, Out out) { if (Yes == out->opts->raw_json && rb_respond_to(obj, oj_raw_json_id)) { oj_dump_raw_json(obj, depth, out); } else if (Yes == out->opts->to_json && rb_respond_to(obj, oj_to_json_id)) { volatile VALUE rs; const char *s; size_t len; TRACE(out->opts->trace, "to_json", obj, depth + 1, TraceRubyIn); if (0 == rb_obj_method_arity(obj, oj_to_json_id)) { rs = rb_funcall(obj, oj_to_json_id, 0); } else { rs = rb_funcall2(obj, oj_to_json_id, out->argc, out->argv); } TRACE(out->opts->trace, "to_json", obj, depth + 1, TraceRubyOut); s = RSTRING_PTR(rs); len = RSTRING_LEN(rs); assure_size(out, len + 1); APPEND_CHARS(out->cur, s, len); *out->cur = '\0'; } else if (Yes == out->opts->as_json && rb_respond_to(obj, oj_as_json_id)) { volatile VALUE aj; TRACE(out->opts->trace, "as_json", obj, depth + 1, TraceRubyIn); // Some classes elect to not take an options argument so check the arity // of as_json. if (0 == rb_obj_method_arity(obj, oj_as_json_id)) { aj = rb_funcall(obj, oj_as_json_id, 0); } else { aj = rb_funcall2(obj, oj_as_json_id, out->argc, out->argv); } TRACE(out->opts->trace, "as_json", obj, depth + 1, TraceRubyOut); // Catch the obvious brain damaged recursive dumping. if (aj == obj) { volatile VALUE rstr = oj_safe_string_convert(obj); oj_dump_cstr(RSTRING_PTR(rstr), RSTRING_LEN(rstr), false, false, out); } else { oj_dump_custom_val(aj, depth, out, true); } } else if (Yes == out->opts->to_hash && rb_respond_to(obj, oj_to_hash_id)) { volatile VALUE h = rb_funcall(obj, oj_to_hash_id, 0); if (T_HASH != rb_type(h)) { // It seems that ActiveRecord implemented to_hash so that it returns // an Array and not a Hash. To get around that any value returned // will be dumped. // rb_raise(rb_eTypeError, "%s.to_hash() did not return a Hash.\n", // rb_class2name(rb_obj_class(obj))); oj_dump_custom_val(h, depth, out, false); } else { dump_hash(h, depth, out, true); } } else if (!oj_code_dump(codes, obj, depth, out)) { VALUE clas = rb_obj_class(obj); Odd odd = oj_get_odd(clas); if (NULL == odd) { return clas; } dump_odd(obj, odd, clas, depth + 1, out); } return Qnil; } static int dump_attr_cb(ID key, VALUE value, VALUE ov) { Out out = (Out)ov; int depth = out->depth; size_t size; const char *attr; if (dump_ignore(out->opts, value)) { return ST_CONTINUE; } if (out->omit_nil && Qnil == value) { return ST_CONTINUE; } size = depth * out->indent + 1; attr = rb_id2name(key); // Some exceptions such as NoMethodError have an invisible attribute where // the key name is NULL. Not an empty string but NULL. if (NULL == attr) { attr = ""; } else if (Yes == out->opts->ignore_under && '@' == *attr && '_' == attr[1]) { return ST_CONTINUE; } if (0 == strcmp("bt", attr) || 0 == strcmp("mesg", attr)) { return ST_CONTINUE; } assure_size(out, size); fill_indent(out, depth); if ('@' == *attr) { attr++; oj_dump_cstr(attr, strlen(attr), 0, 0, out); } else { char buf[32]; *buf = '~'; strncpy(buf + 1, attr, sizeof(buf) - 2); buf[sizeof(buf) - 1] = '\0'; oj_dump_cstr(buf, strlen(buf), 0, 0, out); } *out->cur++ = ':'; oj_dump_custom_val(value, depth, out, true); out->depth = depth; *out->cur++ = ','; return ST_CONTINUE; } static void dump_obj_attrs(VALUE obj, VALUE clas, slot_t id, int depth, Out out) { size_t size = 0; int d2 = depth + 1; int cnt; bool class_written = false; assure_size(out, 2); *out->cur++ = '{'; if (Qundef != clas && NULL != out->opts->create_id && Yes == out->opts->create_ok) { size_t sep_len = out->opts->dump_opts.before_size + out->opts->dump_opts.after_size + 2; const char *classname = rb_obj_classname(obj); size_t len = strlen(classname); size = d2 * out->indent + 10 + len + out->opts->create_id_len + sep_len; assure_size(out, size); fill_indent(out, d2); *out->cur++ = '"'; APPEND_CHARS(out->cur, out->opts->create_id, out->opts->create_id_len); *out->cur++ = '"'; if (0 < out->opts->dump_opts.before_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.before_sep, out->opts->dump_opts.before_size); } *out->cur++ = ':'; if (0 < out->opts->dump_opts.after_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.after_sep, out->opts->dump_opts.after_size); } *out->cur++ = '"'; APPEND_CHARS(out->cur, classname, len); *out->cur++ = '"'; class_written = true; } cnt = (int)rb_ivar_count(obj); if (class_written) { *out->cur++ = ','; } if (0 == cnt && Qundef == clas) { // Might be something special like an Enumerable. if (Qtrue == rb_obj_is_kind_of(obj, oj_enumerable_class)) { out->cur--; oj_dump_custom_val(rb_funcall(obj, rb_intern("entries"), 0), depth, out, false); return; } } out->depth = depth + 1; rb_ivar_foreach(obj, dump_attr_cb, (VALUE)out); if (',' == *(out->cur - 1)) { out->cur--; // backup to overwrite last comma } if (rb_obj_is_kind_of(obj, rb_eException)) { volatile VALUE rv; if (',' != *(out->cur - 1)) { *out->cur++ = ','; } // message assure_size(out, 2); fill_indent(out, d2); oj_dump_cstr("~mesg", 5, 0, 0, out); *out->cur++ = ':'; rv = rb_funcall2(obj, rb_intern("message"), 0, 0); oj_dump_custom_val(rv, d2, out, true); assure_size(out, size + 2); *out->cur++ = ','; // backtrace fill_indent(out, d2); oj_dump_cstr("~bt", 3, 0, 0, out); *out->cur++ = ':'; rv = rb_funcall2(obj, rb_intern("backtrace"), 0, 0); oj_dump_custom_val(rv, d2, out, true); assure_size(out, 2); } out->depth = depth; fill_indent(out, depth); *out->cur++ = '}'; *out->cur = '\0'; } static void dump_obj(VALUE obj, int depth, Out out, bool as_ok) { long id = oj_check_circular(obj, out); VALUE clas; if (0 > id) { oj_dump_nil(Qnil, depth, out, false); } else if (Qnil != (clas = dump_common(obj, depth, out))) { dump_obj_attrs(obj, clas, 0, depth, out); } *out->cur = '\0'; } static void dump_array(VALUE a, int depth, Out out, bool as_ok) { size_t size; size_t i; size_t cnt; int d2 = depth + 1; long id = oj_check_circular(a, out); if (0 > id) { oj_dump_nil(Qnil, depth, out, false); return; } cnt = RARRAY_LEN(a); *out->cur++ = '['; assure_size(out, 2); if (0 == cnt) { *out->cur++ = ']'; } else { if (out->opts->dump_opts.use) { size = d2 * out->opts->dump_opts.indent_size + out->opts->dump_opts.array_size + 1; } else { size = d2 * out->indent + 2; } assure_size(out, size * cnt); cnt--; for (i = 0; i <= cnt; i++) { if (out->opts->dump_opts.use) { if (0 < out->opts->dump_opts.array_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.array_nl, out->opts->dump_opts.array_size); } if (0 < out->opts->dump_opts.indent_size) { int i; for (i = d2; 0 < i; i--) { APPEND_CHARS(out->cur, out->opts->dump_opts.indent_str, out->opts->dump_opts.indent_size); } } } else { fill_indent(out, d2); } oj_dump_custom_val(RARRAY_AREF(a, i), d2, out, true); if (i < cnt) { *out->cur++ = ','; } } size = depth * out->indent + 1; assure_size(out, size); if (out->opts->dump_opts.use) { if (0 < out->opts->dump_opts.array_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.array_nl, out->opts->dump_opts.array_size); } if (0 < out->opts->dump_opts.indent_size) { int i; for (i = depth; 0 < i; i--) { APPEND_CHARS(out->cur, out->opts->dump_opts.indent_str, out->opts->dump_opts.indent_size); } } } else { fill_indent(out, depth); } *out->cur++ = ']'; } *out->cur = '\0'; } static void dump_struct(VALUE obj, int depth, Out out, bool as_ok) { long id = oj_check_circular(obj, out); VALUE clas; if (0 > id) { oj_dump_nil(Qnil, depth, out, false); } else if (Qnil != (clas = dump_common(obj, depth, out))) { VALUE ma = Qnil; VALUE v; char num_id[32]; int i; int d2 = depth + 1; int d3 = d2 + 1; size_t size = d2 * out->indent + d3 * out->indent + 3; const char *name; int cnt; size_t len; assure_size(out, size); if (clas == rb_cRange) { *out->cur++ = '"'; oj_dump_custom_val(rb_funcall(obj, oj_begin_id, 0), d3, out, false); assure_size(out, 3); APPEND_CHARS(out->cur, "..", 2); if (Qtrue == rb_funcall(obj, oj_exclude_end_id, 0)) { *out->cur++ = '.'; } oj_dump_custom_val(rb_funcall(obj, oj_end_id, 0), d3, out, false); *out->cur++ = '"'; return; } *out->cur++ = '{'; fill_indent(out, d2); size = d3 * out->indent + 2; ma = rb_struct_s_members(clas); #ifdef RSTRUCT_LEN #if RSTRUCT_LEN_RETURNS_INTEGER_OBJECT cnt = (int)NUM2LONG(RSTRUCT_LEN(obj)); #else // RSTRUCT_LEN_RETURNS_INTEGER_OBJECT cnt = (int)RSTRUCT_LEN(obj); #endif // RSTRUCT_LEN_RETURNS_INTEGER_OBJECT #else // This is a bit risky as a struct in C ruby is not the same as a Struct // class in interpreted Ruby so length() may not be defined. cnt = FIX2INT(rb_funcall2(obj, oj_length_id, 0, 0)); #endif for (i = 0; i < cnt; i++) { #ifdef RSTRUCT_LEN v = RSTRUCT_GET(obj, i); #else v = rb_struct_aref(obj, INT2FIX(i)); #endif if (ma != Qnil) { volatile VALUE s = rb_sym2str(RARRAY_AREF(ma, i)); name = RSTRING_PTR(s); len = RSTRING_LEN(s); } else { len = snprintf(num_id, sizeof(num_id), "%d", i); name = num_id; } assure_size(out, size + len + 3); fill_indent(out, d3); *out->cur++ = '"'; APPEND_CHARS(out->cur, name, len); APPEND_CHARS(out->cur, "\":", 2); oj_dump_custom_val(v, d3, out, true); *out->cur++ = ','; } out->cur--; *out->cur++ = '}'; *out->cur = '\0'; } } static void dump_data(VALUE obj, int depth, Out out, bool as_ok) { long id = oj_check_circular(obj, out); VALUE clas; if (0 > id) { oj_dump_nil(Qnil, depth, out, false); } else if (Qnil != (clas = dump_common(obj, depth, out))) { dump_obj_attrs(obj, clas, id, depth, out); } } static void dump_regexp(VALUE obj, int depth, Out out, bool as_ok) { if (NULL != out->opts->create_id) { dump_obj_str(obj, depth, out); } else { dump_obj_as_str(obj, depth, out); } } static void dump_complex(VALUE obj, int depth, Out out, bool as_ok) { complex_dump(obj, depth, out); } static void dump_rational(VALUE obj, int depth, Out out, bool as_ok) { rational_dump(obj, depth, out); } static DumpFunc custom_funcs[] = { NULL, // RUBY_T_NONE = 0x00, dump_obj, // RUBY_T_OBJECT = 0x01, oj_dump_class, // RUBY_T_CLASS = 0x02, oj_dump_class, // RUBY_T_MODULE = 0x03, oj_dump_float, // RUBY_T_FLOAT = 0x04, oj_dump_str, // RUBY_T_STRING = 0x05, dump_regexp, // RUBY_T_REGEXP = 0x06, dump_array, // RUBY_T_ARRAY = 0x07, dump_hash, // RUBY_T_HASH = 0x08, dump_struct, // RUBY_T_STRUCT = 0x09, oj_dump_bignum, // RUBY_T_BIGNUM = 0x0a, NULL, // RUBY_T_FILE = 0x0b, dump_data, // RUBY_T_DATA = 0x0c, NULL, // RUBY_T_MATCH = 0x0d, dump_complex, // RUBY_T_COMPLEX = 0x0e, dump_rational, // RUBY_T_RATIONAL = 0x0f, NULL, // 0x10 oj_dump_nil, // RUBY_T_NIL = 0x11, oj_dump_true, // RUBY_T_TRUE = 0x12, oj_dump_false, // RUBY_T_FALSE = 0x13, oj_dump_sym, // RUBY_T_SYMBOL = 0x14, oj_dump_fixnum, // RUBY_T_FIXNUM = 0x15, }; void oj_dump_custom_val(VALUE obj, int depth, Out out, bool as_ok) { int type = rb_type(obj); TRACE(out->opts->trace, "dump", obj, depth, TraceIn); if (MAX_DEPTH < depth) { rb_raise(rb_eNoMemError, "Too deeply nested.\n"); } if (0 < type && type <= RUBY_T_FIXNUM) { DumpFunc f = custom_funcs[type]; if (NULL != f) { f(obj, depth, out, true); TRACE(out->opts->trace, "dump", obj, depth, TraceOut); return; } } oj_dump_nil(Qnil, depth, out, false); TRACE(out->opts->trace, "dump", Qnil, depth, TraceOut); } ///// load functions ///// static void hash_set_cstr(ParseInfo pi, Val kval, const char *str, size_t len, const char *orig) { const char *key = kval->key; int klen = kval->klen; Val parent = stack_peek(&pi->stack); if (Qundef == kval->key_val && Yes == pi->options.create_ok && NULL != pi->options.create_id && *pi->options.create_id == *key && (int)pi->options.create_id_len == klen && 0 == strncmp(pi->options.create_id, key, klen)) { parent->clas = oj_name2class(pi, str, len, false, rb_eArgError); if (2 == klen && '^' == *key && 'o' == key[1]) { if (Qundef != parent->clas) { if (!oj_code_has(codes, parent->clas, false)) { parent->val = rb_obj_alloc(parent->clas); } } } } else { volatile VALUE rstr = oj_cstr_to_value(str, len, (size_t)pi->options.cache_str); volatile VALUE rkey = oj_calc_hash_key(pi, kval); if (Yes == pi->options.create_ok && NULL != pi->options.str_rx.head) { VALUE clas = oj_rxclass_match(&pi->options.str_rx, str, (int)len); if (Qnil != clas) { rstr = rb_funcall(clas, oj_json_create_id, 1, rstr); } } switch (rb_type(parent->val)) { case T_OBJECT: oj_set_obj_ivar(parent, kval, rstr); break; case T_HASH: if (4 == parent->klen && NULL != parent->key && rb_cTime == parent->clas && 0 == strncmp("time", parent->key, 4)) { if (Qnil == (parent->val = oj_parse_xml_time(str, (int)len))) { parent->val = rb_funcall(rb_cTime, rb_intern("parse"), 1, rb_str_new(str, len)); } } else { rb_hash_aset(parent->val, rkey, rstr); } break; default: break; } TRACE_PARSE_CALL(pi->options.trace, "set_string", pi, rstr); } } static void end_hash(struct _parseInfo *pi) { Val parent = stack_peek(&pi->stack); if (Qundef != parent->clas && parent->clas != rb_obj_class(parent->val)) { volatile VALUE obj = oj_code_load(codes, parent->clas, parent->val); if (Qnil != obj) { parent->val = obj; } else { parent->val = rb_funcall(parent->clas, oj_json_create_id, 1, parent->val); } parent->clas = Qundef; } TRACE_PARSE_HASH_END(pi->options.trace, pi); } static void hash_set_num(struct _parseInfo *pi, Val kval, NumInfo ni) { Val parent = stack_peek(&pi->stack); volatile VALUE rval = oj_num_as_value(ni); switch (rb_type(parent->val)) { case T_OBJECT: oj_set_obj_ivar(parent, kval, rval); break; case T_HASH: if (4 == parent->klen && NULL != parent->key && rb_cTime == parent->clas && 0 != ni->div && 0 == strncmp("time", parent->key, 4)) { int64_t nsec = ni->num * 1000000000LL / ni->div; if (ni->neg) { ni->i = -ni->i; if (0 < nsec) { ni->i--; nsec = 1000000000LL - nsec; } } if (86400 == ni->exp) { // UTC time parent->val = rb_time_nano_new(ni->i, (long)nsec); // Since the ruby C routines always create local time, the // offset and then a conversion to UTC keeps makes the time // match the expected value. parent->val = rb_funcall2(parent->val, oj_utc_id, 0, 0); } else if (ni->has_exp) { struct timespec ts; ts.tv_sec = ni->i; ts.tv_nsec = nsec; parent->val = rb_time_timespec_new(&ts, (int)ni->exp); } else { parent->val = rb_time_nano_new(ni->i, (long)nsec); } rval = parent->val; } else { rb_hash_aset(parent->val, oj_calc_hash_key(pi, kval), rval); } break; default: break; } TRACE_PARSE_CALL(pi->options.trace, "set_string", pi, rval); } static void hash_set_value(ParseInfo pi, Val kval, VALUE value) { Val parent = stack_peek(&pi->stack); switch (rb_type(parent->val)) { case T_OBJECT: oj_set_obj_ivar(parent, kval, value); break; case T_HASH: rb_hash_aset(parent->val, oj_calc_hash_key(pi, kval), value); break; default: break; } TRACE_PARSE_CALL(pi->options.trace, "set_value", pi, value); } static void array_append_num(ParseInfo pi, NumInfo ni) { Val parent = stack_peek(&pi->stack); volatile VALUE rval = oj_num_as_value(ni); rb_ary_push(parent->val, rval); TRACE_PARSE_CALL(pi->options.trace, "append_number", pi, rval); } static void array_append_cstr(ParseInfo pi, const char *str, size_t len, const char *orig) { volatile VALUE rstr = rb_utf8_str_new(str, len); if (Yes == pi->options.create_ok && NULL != pi->options.str_rx.head) { VALUE clas = oj_rxclass_match(&pi->options.str_rx, str, (int)len); if (Qnil != clas) { rb_ary_push(stack_peek(&pi->stack)->val, rb_funcall(clas, oj_json_create_id, 1, rstr)); return; } } rb_ary_push(stack_peek(&pi->stack)->val, rstr); TRACE_PARSE_CALL(pi->options.trace, "append_string", pi, rstr); } void oj_set_custom_callbacks(ParseInfo pi) { oj_set_compat_callbacks(pi); pi->hash_set_cstr = hash_set_cstr; pi->end_hash = end_hash; pi->hash_set_num = hash_set_num; pi->hash_set_value = hash_set_value; pi->array_append_cstr = array_append_cstr; pi->array_append_num = array_append_num; } VALUE oj_custom_parse(int argc, VALUE *argv, VALUE self) { struct _parseInfo pi; parse_info_init(&pi); pi.options = oj_default_options; pi.handler = Qnil; pi.err_class = Qnil; pi.max_depth = 0; pi.options.allow_nan = Yes; pi.options.nilnil = Yes; oj_set_custom_callbacks(&pi); if (T_STRING == rb_type(*argv)) { return oj_pi_parse(argc, argv, &pi, 0, 0, false); } else { return oj_pi_sparse(argc, argv, &pi, 0); } } VALUE oj_custom_parse_cstr(int argc, VALUE *argv, char *json, size_t len) { struct _parseInfo pi; parse_info_init(&pi); pi.options = oj_default_options; pi.handler = Qnil; pi.err_class = Qnil; pi.max_depth = 0; pi.options.allow_nan = Yes; pi.options.nilnil = Yes; oj_set_custom_callbacks(&pi); pi.end_hash = end_hash; return oj_pi_parse(argc, argv, &pi, json, len, false); } oj-3.16.12/ext/oj/debug.c000066400000000000000000000101161510053151600147320ustar00rootroot00000000000000// Copyright (c) 2021, Peter Ohler, All rights reserved. #include "parser.h" static void add_null(struct _ojParser *p) { switch (p->stack[p->depth]) { case TOP_FUN: printf("*** add_null at top\n"); break; case ARRAY_FUN: printf("*** add_null to array\n"); break; case OBJECT_FUN: printf("*** add_null with '%s'\n", buf_str(&p->key)); break; } } static void add_true(struct _ojParser *p) { switch (p->stack[p->depth]) { case TOP_FUN: printf("*** add_true at top\n"); break; case ARRAY_FUN: printf("*** add_true to array\n"); break; case OBJECT_FUN: printf("*** add_true with '%s'\n", buf_str(&p->key)); break; } } static void add_false(struct _ojParser *p) { switch (p->stack[p->depth]) { case TOP_FUN: printf("*** add_false at top\n"); break; case ARRAY_FUN: printf("*** add_false to array\n"); break; case OBJECT_FUN: printf("*** add_false with '%s'\n", buf_str(&p->key)); break; } } static void add_int(struct _ojParser *p) { switch (p->stack[p->depth]) { case TOP_FUN: printf("*** add_int %lld at top\n", (long long)p->num.fixnum); break; case ARRAY_FUN: printf("*** add_int %lld to array\n", (long long)p->num.fixnum); break; case OBJECT_FUN: printf("*** add_int %lld with '%s'\n", (long long)p->num.fixnum, buf_str(&p->key)); break; } } static void add_float(struct _ojParser *p) { switch (p->stack[p->depth]) { case TOP_FUN: printf("*** add_float %Lf at top\n", p->num.dub); break; case ARRAY_FUN: printf("*** add_float %Lf to array\n", p->num.dub); break; case OBJECT_FUN: printf("*** add_float %Lf with '%s'\n", p->num.dub, buf_str(&p->key)); break; } } static void add_big(struct _ojParser *p) { switch (p->stack[p->depth]) { case TOP_FUN: printf("*** add_big %s at top\n", buf_str(&p->buf)); break; case ARRAY_FUN: printf("*** add_big %s to array\n", buf_str(&p->buf)); break; case OBJECT_FUN: printf("*** add_big %s with '%s'\n", buf_str(&p->buf), buf_str(&p->key)); break; } } static void add_str(struct _ojParser *p) { switch (p->stack[p->depth]) { case TOP_FUN: printf("*** add_str '%s' at top\n", buf_str(&p->buf)); break; case ARRAY_FUN: printf("*** add_str '%s' to array\n", buf_str(&p->buf)); break; case OBJECT_FUN: printf("*** add_str '%s' with '%s'\n", buf_str(&p->buf), buf_str(&p->key)); break; } } static void open_array(struct _ojParser *p) { switch (p->stack[p->depth]) { case TOP_FUN: printf("*** open_array at top\n"); break; case ARRAY_FUN: printf("*** open_array to array\n"); break; case OBJECT_FUN: printf("*** open_array with '%s'\n", buf_str(&p->key)); break; } } static void close_array(struct _ojParser *p) { printf("*** close_array\n"); } static void open_object(struct _ojParser *p) { switch (p->stack[p->depth]) { case TOP_FUN: printf("*** open_object at top\n"); break; case ARRAY_FUN: printf("*** open_object to array\n"); break; case OBJECT_FUN: printf("*** open_object with '%s'\n", buf_str(&p->key)); break; } } static void close_object(struct _ojParser *p) { printf("*** close_object\n"); } static VALUE option(ojParser p, const char *key, VALUE value) { rb_raise(rb_eArgError, "%s is not an option for the debug delegate", key); return Qnil; } static VALUE result(struct _ojParser *p) { return Qnil; } static void start(struct _ojParser *p) { printf("*** start\n"); } static void dfree(struct _ojParser *p) { } static void mark(struct _ojParser *p) { } void oj_set_parser_debug(ojParser p) { Funcs end = p->funcs + 3; Funcs f; for (f = p->funcs; f < end; f++) { f->add_null = add_null; f->add_true = add_true; f->add_false = add_false; f->add_int = add_int; f->add_float = add_float; f->add_big = add_big; f->add_str = add_str; f->open_array = open_array; f->close_array = close_array; f->open_object = open_object; f->close_object = close_object; } p->option = option; p->result = result; p->free = dfree; p->mark = mark; p->start = start; } oj-3.16.12/ext/oj/design.txt000066400000000000000000000056421510053151600155220ustar00rootroot00000000000000 Oj Design notes --------------- Oj follows a modular design that follows an object orient pattern. At the core is the parser. The parser is a single pass callback parser. For historical and performance reasons there are currently two parsers. The raw string parser and the more generic sparser. If performance can be made the same the older string parser will be removed in favor of the sparser. The parser in sparse.c is represented by the ParseInfo struct in parser.h. Key elements of that struct are the reader, options, and the callbacks. The options and reader are inputs to the parser while the callbacks are effectively the outputs. The options are simply flags and parameters that modify the parse output or behavior. They are constructed from the default options and the arguments to the Ruby calls. The Reader is defined in reader.h and is struct that represented an object that is able to read bytes from some source and provide those bytes to the parser. The single method on the Reader is the 'read_func' which is a pointer to a function. The function pointed to by this member is selected based on the input type. The pseudo subclasses of the Reader are readers for files, general IO, IO that supports partial reads, and strings. A mentioned earlier the string version does not perform as well as direct string access so the original parser is used instead. On the output side the callback functions such as 'start_hash' represent the method of the parser. By assigning different functions to those members the parser is effectively subclassed to be either the object, compat, strict, or SCP parsers. In a future release those callbacks and the specifics of each parser may be pulled out to become the handlers. options v +------------+ +-------- +--------+ | handler | | reader \ \ parser ( O start_hash | | / / ( O end_hash | +-------- | ( O hash_key | +--------+ +------------+ The SCP parser functions are set in scp.c. This is the simplest handler. The functions are set when the oj_sc_parse() function is called. The functions themselves simply call a Ruby handler. An optimization used for this and other parsers is that if the Ruby handler does not implement a specific method then the callback to the Ruby handler is not called. The overhead of even calling a Ruby method has a significant impact on performance. The object, compat, and strict parsers are all similar in that they build a stack of Ruby objects. This stack is build as parsing continues and is collapsed as JSON elements are closed. The Ruby objects are pushed onto the parent objects as the child is closed so that modification can be made before adding the child to the parent. This occurs when converting a hash to an object. The Ruby functions pull all the pieces together according to the function and options so that a reader/parser/handler is ready to process an input. oj-3.16.12/ext/oj/dump.c000066400000000000000000001410131510053151600146120ustar00rootroot00000000000000// Copyright (c) 2012, 2017 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #include "dump.h" #include #include #include #include #include #include #include #if !IS_WINDOWS #include #endif #include "cache8.h" #include "mem.h" #include "odd.h" #include "oj.h" #include "trace.h" #include "util.h" // Workaround in case INFINITY is not defined in math.h or if the OS is CentOS #define OJ_INFINITY (1.0 / 0.0) #define MAX_DEPTH 1000 static const char inf_val[] = INF_VAL; static const char ninf_val[] = NINF_VAL; static const char nan_val[] = NAN_VAL; typedef unsigned long ulong; static size_t hibit_friendly_size(const uint8_t *str, size_t len); static size_t slash_friendly_size(const uint8_t *str, size_t len); static size_t xss_friendly_size(const uint8_t *str, size_t len); static size_t ascii_friendly_size(const uint8_t *str, size_t len); static const char hex_chars[17] = "0123456789abcdef"; // JSON standard except newlines are no escaped static char newline_friendly_chars[256] = "\ 66666666221622666666666666666666\ 11211111111111111111111111111111\ 11111111111111111111111111112111\ 11111111111111111111111111111111\ 11111111111111111111111111111111\ 11111111111111111111111111111111\ 11111111111111111111111111111111\ 11111111111111111111111111111111"; // JSON standard static char hibit_friendly_chars[256] = "\ 66666666222622666666666666666666\ 11211111111111111111111111111111\ 11111111111111111111111111112111\ 11111111111111111111111111111111\ 11111111111111111111111111111111\ 11111111111111111111111111111111\ 11111111111111111111111111111111\ 11111111111111111111111111111111"; // JSON standard but escape forward slashes `/` static char slash_friendly_chars[256] = "\ 66666666222622666666666666666666\ 11211111111111121111111111111111\ 11111111111111111111111111112111\ 11111111111111111111111111111111\ 11111111111111111111111111111111\ 11111111111111111111111111111111\ 11111111111111111111111111111111\ 11111111111111111111111111111111"; // High bit set characters are always encoded as unicode. Worse case is 3 // bytes per character in the output. That makes this conservative. static char ascii_friendly_chars[256] = "\ 66666666222622666666666666666666\ 11211111111111111111111111111111\ 11111111111111111111111111112111\ 11111111111111111111111111111116\ 33333333333333333333333333333333\ 33333333333333333333333333333333\ 33333333333333333333333333333333\ 33333333333333333333333333333333"; // XSS safe mode static char xss_friendly_chars[256] = "\ 66666666222622666666666666666666\ 11211161111111121111111111116161\ 11111111111111111111111111112111\ 11111111111111111111111111111116\ 33333333333333333333333333333333\ 33333333333333333333333333333333\ 33333333333333333333333333333333\ 33333333333333333333333333333333"; // JSON XSS combo static char hixss_friendly_chars[256] = "\ 66666666222622666666666666666666\ 11211111111111111111111111111111\ 11111111111111111111111111112111\ 11111111111111111111111111111111\ 11111111111111111111111111111111\ 11111111111111111111111111111111\ 11111111111111111111111111111111\ 11611111111111111111111111111111"; // Rails XSS combo static char rails_xss_friendly_chars[256] = "\ 66666666222622666666666666666666\ 11211161111111111111111111116161\ 11111111111111111111111111112111\ 11111111111111111111111111111111\ 11111111111111111111111111111111\ 11111111111111111111111111111111\ 11111111111111111111111111111111\ 11611111111111111111111111111111"; // Rails HTML non-escape static char rails_friendly_chars[256] = "\ 66666666222622666666666666666666\ 11211111111111111111111111111111\ 11111111111111111111111111112111\ 11111111111111111111111111111111\ 11111111111111111111111111111111\ 11111111111111111111111111111111\ 11111111111111111111111111111111\ 11111111111111111111111111111111"; static void raise_strict(VALUE obj) { rb_raise(rb_eTypeError, "Failed to dump %s Object to JSON in strict mode.", rb_class2name(rb_obj_class(obj))); } inline static size_t calculate_string_size(const uint8_t *str, size_t len, const char *table) { size_t size = 0; size_t i = len; for (; 3 < i; i -= 4) { size += table[*str++]; size += table[*str++]; size += table[*str++]; size += table[*str++]; } for (; 0 < i; i--) { size += table[*str++]; } return size - len * (size_t)'0'; } inline static size_t newline_friendly_size(const uint8_t *str, size_t len) { return calculate_string_size(str, len, newline_friendly_chars); } #ifdef HAVE_SIMD_NEON inline static uint8x16x4_t load_uint8x16_4(const unsigned char *table) { uint8x16x4_t tab; tab.val[0] = vld1q_u8(table); tab.val[1] = vld1q_u8(table + 16); tab.val[2] = vld1q_u8(table + 32); tab.val[3] = vld1q_u8(table + 48); return tab; } static uint8x16x4_t hibit_friendly_chars_neon[2]; static uint8x16x4_t rails_friendly_chars_neon[2]; static uint8x16x4_t rails_xss_friendly_chars_neon[4]; void initialize_neon(void) { // We only need the first 128 bytes of the hibit friendly chars table. Everything above 127 is // set to 1. If that ever changes, the code will need to be updated. hibit_friendly_chars_neon[0] = load_uint8x16_4((const unsigned char *)hibit_friendly_chars); hibit_friendly_chars_neon[1] = load_uint8x16_4((const unsigned char *)hibit_friendly_chars + 64); // rails_friendly_chars is the same as hibit_friendly_chars. Only the first 128 bytes have values // that are not '1'. If that ever changes, the code will need to be updated. rails_friendly_chars_neon[0] = load_uint8x16_4((const unsigned char *)rails_friendly_chars); rails_friendly_chars_neon[1] = load_uint8x16_4((const unsigned char *)rails_friendly_chars + 64); rails_xss_friendly_chars_neon[0] = load_uint8x16_4((const unsigned char *)rails_xss_friendly_chars); rails_xss_friendly_chars_neon[1] = load_uint8x16_4((const unsigned char *)rails_xss_friendly_chars + 64); rails_xss_friendly_chars_neon[2] = load_uint8x16_4((const unsigned char *)rails_xss_friendly_chars + 128); rails_xss_friendly_chars_neon[3] = load_uint8x16_4((const unsigned char *)rails_xss_friendly_chars + 192); // All bytes should be 0 except for those that need more than 1 byte of output. This will allow the // code to limit the lookups to the first 128 bytes (values 0 - 127). Bytes above 127 will result // in 0 with the vqtbl4q_u8 instruction. uint8x16_t one = vdupq_n_u8('1'); for (int i = 0; i < 2; i++) { for (int j = 0; j < 4; j++) { hibit_friendly_chars_neon[i].val[j] = vsubq_u8(hibit_friendly_chars_neon[i].val[j], one); rails_friendly_chars_neon[i].val[j] = vsubq_u8(rails_friendly_chars_neon[i].val[j], one); } } for (int i = 0; i < 4; i++) { for (int j = 0; j < 4; j++) { rails_xss_friendly_chars_neon[i].val[j] = vsubq_u8(rails_xss_friendly_chars_neon[i].val[j], one); } } } #endif inline static size_t hibit_friendly_size(const uint8_t *str, size_t len) { #ifdef HAVE_SIMD_NEON size_t size = 0; size_t i = 0; for (; i + sizeof(uint8x16_t) <= len; i += sizeof(uint8x16_t), str += sizeof(uint8x16_t)) { size += sizeof(uint8x16_t); // See https://lemire.me/blog/2019/07/23/arbitrary-byte-to-byte-maps-using-arm-neon/ uint8x16_t chunk = vld1q_u8(str); uint8x16_t tmp1 = vqtbl4q_u8(hibit_friendly_chars_neon[0], chunk); uint8x16_t tmp2 = vqtbl4q_u8(hibit_friendly_chars_neon[1], veorq_u8(chunk, vdupq_n_u8(0x40))); uint8x16_t result = vorrq_u8(tmp1, tmp2); uint8_t tmp = vaddvq_u8(result); size += tmp; } size_t total = size + calculate_string_size(str, len - i, hibit_friendly_chars); return total; #else return calculate_string_size(str, len, hibit_friendly_chars); #endif } inline static size_t slash_friendly_size(const uint8_t *str, size_t len) { return calculate_string_size(str, len, slash_friendly_chars); } inline static size_t ascii_friendly_size(const uint8_t *str, size_t len) { return calculate_string_size(str, len, ascii_friendly_chars); } inline static size_t xss_friendly_size(const uint8_t *str, size_t len) { return calculate_string_size(str, len, xss_friendly_chars); } inline static size_t hixss_friendly_size(const uint8_t *str, size_t len) { size_t size = 0; size_t i = len; bool check = false; for (; 0 < i; str++, i--) { size += hixss_friendly_chars[*str]; if (0 != (0x80 & *str)) { check = true; } } return size - len * (size_t)'0' + check; } inline static long rails_xss_friendly_size(const uint8_t *str, size_t len) { long size = 0; uint32_t hi = 0; #ifdef HAVE_SIMD_NEON size_t i = 0; if (len >= sizeof(uint8x16_t)) { uint8x16_t has_some_hibit = vdupq_n_u8(0); uint8x16_t hibit = vdupq_n_u8(0x80); for (; i + sizeof(uint8x16_t) <= len; i += sizeof(uint8x16_t), str += sizeof(uint8x16_t)) { size += sizeof(uint8x16_t); uint8x16_t chunk = vld1q_u8(str); // Check to see if any of these bytes have the high bit set. has_some_hibit = vorrq_u8(has_some_hibit, vandq_u8(chunk, hibit)); uint8x16_t tmp1 = vqtbl4q_u8(rails_xss_friendly_chars_neon[0], chunk); uint8x16_t tmp2 = vqtbl4q_u8(rails_xss_friendly_chars_neon[1], veorq_u8(chunk, vdupq_n_u8(0x40))); uint8x16_t tmp3 = vqtbl4q_u8(rails_xss_friendly_chars_neon[2], veorq_u8(chunk, vdupq_n_u8(0x80))); uint8x16_t tmp4 = vqtbl4q_u8(rails_xss_friendly_chars_neon[3], veorq_u8(chunk, vdupq_n_u8(0xc0))); uint8x16_t result = vorrq_u8(tmp4, vorrq_u8(tmp3, vorrq_u8(tmp1, tmp2))); uint8_t tmp = vaddvq_u8(result); size += tmp; } // 'hi' should be set if any of the bytes we processed have the high bit set. It doesn't matter which ones. hi = vmaxvq_u8(has_some_hibit) != 0; } size_t len_remaining = len - i; for (; i < len; str++, i++) { size += rails_xss_friendly_chars[*str]; hi |= *str & 0x80; } size -= (len_remaining * ((size_t)'0')); if (0 == hi) { return size; } return -(size); #else size_t i = len; for (; 0 < i; str++, i--) { size += rails_xss_friendly_chars[*str]; hi |= *str & 0x80; } if (0 == hi) { return size - len * (size_t)'0'; } return -(size - len * (size_t)'0'); #endif /* HAVE_SIMD_NEON */ } inline static size_t rails_friendly_size(const uint8_t *str, size_t len) { long size = 0; uint32_t hi = 0; #ifdef HAVE_SIMD_NEON size_t i = 0; long extra = 0; if (len >= sizeof(uint8x16_t)) { uint8x16_t has_some_hibit = vdupq_n_u8(0); uint8x16_t hibit = vdupq_n_u8(0x80); for (; i + sizeof(uint8x16_t) <= len; i += sizeof(uint8x16_t), str += sizeof(uint8x16_t)) { size += sizeof(uint8x16_t); // See https://lemire.me/blog/2019/07/23/arbitrary-byte-to-byte-maps-using-arm-neon/ uint8x16_t chunk = vld1q_u8(str); // Check to see if any of these bytes have the high bit set. has_some_hibit = vorrq_u8(has_some_hibit, vandq_u8(chunk, hibit)); uint8x16_t tmp1 = vqtbl4q_u8(rails_friendly_chars_neon[0], chunk); uint8x16_t tmp2 = vqtbl4q_u8(rails_friendly_chars_neon[1], veorq_u8(chunk, vdupq_n_u8(0x40))); uint8x16_t result = vorrq_u8(tmp1, tmp2); uint8_t tmp = vaddvq_u8(result); size += tmp; } // 'hi' should be set if any of the bytes we processed have the high bit set. It doesn't matter which ones. hi = vmaxvq_u8(has_some_hibit) != 0; } for (; i < len; str++, i++, extra++) { size += rails_friendly_chars[*str]; hi |= *str & 0x80; } size -= (extra * ((size_t)'0')); if (0 == hi) { return size; } return -(size); #else size_t i = len; for (; 0 < i; str++, i--) { size += rails_friendly_chars[*str]; hi |= *str & 0x80; } if (0 == hi) { return size - len * (size_t)'0'; } return -(size - len * (size_t)'0'); #endif /* HAVE_SIMD_NEON */ } const char *oj_nan_str(VALUE obj, int opt, int mode, bool plus, size_t *lenp) { const char *str = NULL; if (AutoNan == opt) { switch (mode) { case CompatMode: opt = WordNan; break; case StrictMode: opt = RaiseNan; break; default: break; } } switch (opt) { case RaiseNan: raise_strict(obj); break; case WordNan: if (plus) { str = "Infinity"; *lenp = 8; } else { str = "-Infinity"; *lenp = 9; } break; case NullNan: str = "null"; *lenp = 4; break; case HugeNan: default: if (plus) { str = inf_val; *lenp = sizeof(inf_val) - 1; } else { str = ninf_val; *lenp = sizeof(ninf_val) - 1; } break; } return str; } inline static void dump_hex(uint8_t c, Out out) { uint8_t d = (c >> 4) & 0x0F; *out->cur++ = hex_chars[d]; d = c & 0x0F; *out->cur++ = hex_chars[d]; } static void raise_invalid_unicode(const char *str, int len, int pos) { char c; char code[32]; char *cp = code; int i; uint8_t d; *cp++ = '['; for (i = pos; i < len && i - pos < 5; i++) { c = str[i]; d = (c >> 4) & 0x0F; *cp++ = hex_chars[d]; d = c & 0x0F; *cp++ = hex_chars[d]; *cp++ = ' '; } cp--; *cp++ = ']'; *cp = '\0'; rb_raise(oj_json_generator_error_class, "Invalid Unicode %s at %d", code, pos); } static const char *dump_unicode(const char *str, const char *end, Out out, const char *orig) { uint32_t code = 0; uint8_t b = *(uint8_t *)str; int i, cnt; if (0xC0 == (0xE0 & b)) { cnt = 1; code = b & 0x0000001F; } else if (0xE0 == (0xF0 & b)) { cnt = 2; code = b & 0x0000000F; } else if (0xF0 == (0xF8 & b)) { cnt = 3; code = b & 0x00000007; } else if (0xF8 == (0xFC & b)) { cnt = 4; code = b & 0x00000003; } else if (0xFC == (0xFE & b)) { cnt = 5; code = b & 0x00000001; } else { cnt = 0; raise_invalid_unicode(orig, (int)(end - orig), (int)(str - orig)); } str++; for (; 0 < cnt; cnt--, str++) { b = *(uint8_t *)str; if (end <= str || 0x80 != (0xC0 & b)) { raise_invalid_unicode(orig, (int)(end - orig), (int)(str - orig)); } code = (code << 6) | (b & 0x0000003F); } if (0x0000FFFF < code) { uint32_t c1; code -= 0x00010000; c1 = ((code >> 10) & 0x000003FF) + 0x0000D800; code = (code & 0x000003FF) + 0x0000DC00; APPEND_CHARS(out->cur, "\\u", 2); for (i = 3; 0 <= i; i--) { *out->cur++ = hex_chars[(uint8_t)(c1 >> (i * 4)) & 0x0F]; } } APPEND_CHARS(out->cur, "\\u", 2); for (i = 3; 0 <= i; i--) { *out->cur++ = hex_chars[(uint8_t)(code >> (i * 4)) & 0x0F]; } return str - 1; } static const char *check_unicode(const char *str, const char *end, const char *orig) { uint8_t b = *(uint8_t *)str; int cnt = 0; if (0xC0 == (0xE0 & b)) { cnt = 1; } else if (0xE0 == (0xF0 & b)) { cnt = 2; } else if (0xF0 == (0xF8 & b)) { cnt = 3; } else if (0xF8 == (0xFC & b)) { cnt = 4; } else if (0xFC == (0xFE & b)) { cnt = 5; } else { raise_invalid_unicode(orig, (int)(end - orig), (int)(str - orig)); } str++; for (; 0 < cnt; cnt--, str++) { b = *(uint8_t *)str; if (end <= str || 0x80 != (0xC0 & b)) { raise_invalid_unicode(orig, (int)(end - orig), (int)(str - orig)); } } return str; } // Returns 0 if not using circular references, -1 if no further writing is // needed (duplicate), and a positive value if the object was added to the // cache. long oj_check_circular(VALUE obj, Out out) { slot_t id = 0; slot_t *slot; if (Yes == out->opts->circular) { if (0 == (id = oj_cache8_get(out->circ_cache, obj, &slot))) { out->circ_cnt++; id = out->circ_cnt; *slot = id; } else { if (ObjectMode == out->opts->mode) { assure_size(out, 18); APPEND_CHARS(out->cur, "\"^r", 3); dump_ulong(id, out); *out->cur++ = '"'; } return -1; } } return (long)id; } void oj_dump_time(VALUE obj, Out out, int withZone) { char buf[64]; char *b = buf + sizeof(buf) - 1; long size; char *dot; int neg = 0; long one = 1000000000; long long sec; long long nsec; // rb_time_timespec as well as rb_time_timeeval have a bug that causes an // exception to be raised if a time is before 1970 on 32 bit systems so // check the timespec size and use the ruby calls if a 32 bit system. if (16 <= sizeof(struct timespec)) { struct timespec ts = rb_time_timespec(obj); sec = (long long)ts.tv_sec; nsec = ts.tv_nsec; } else { sec = NUM2LL(rb_funcall2(obj, oj_tv_sec_id, 0, 0)); nsec = NUM2LL(rb_funcall2(obj, oj_tv_nsec_id, 0, 0)); } *b-- = '\0'; if (withZone) { long tzsecs = NUM2LONG(rb_funcall2(obj, oj_utc_offset_id, 0, 0)); int zneg = (0 > tzsecs); if (0 == tzsecs && rb_funcall2(obj, oj_utcq_id, 0, 0)) { tzsecs = 86400; } if (zneg) { tzsecs = -tzsecs; } if (0 == tzsecs) { *b-- = '0'; } else { for (; 0 < tzsecs; b--, tzsecs /= 10) { *b = '0' + (tzsecs % 10); } if (zneg) { *b-- = '-'; } } *b-- = 'e'; } if (0 > sec) { neg = 1; sec = -sec; if (0 < nsec) { nsec = 1000000000 - nsec; sec--; } } dot = b - 9; if (0 < out->opts->sec_prec) { if (9 > out->opts->sec_prec) { int i; for (i = 9 - out->opts->sec_prec; 0 < i; i--) { dot++; nsec = (nsec + 5) / 10; one /= 10; } } if (one <= nsec) { nsec -= one; sec++; } for (; dot < b; b--, nsec /= 10) { *b = '0' + (nsec % 10); } *b-- = '.'; } if (0 == sec) { *b-- = '0'; } else { for (; 0 < sec; b--, sec /= 10) { *b = '0' + (sec % 10); } } if (neg) { *b-- = '-'; } b++; size = sizeof(buf) - (b - buf) - 1; assure_size(out, size); APPEND_CHARS(out->cur, b, size); *out->cur = '\0'; } void oj_dump_ruby_time(VALUE obj, Out out) { volatile VALUE rstr = oj_safe_string_convert(obj); oj_dump_cstr(RSTRING_PTR(rstr), RSTRING_LEN(rstr), 0, 0, out); } void oj_dump_xml_time(VALUE obj, Out out) { char buf[64]; struct _timeInfo ti; long one = 1000000000; int64_t sec; long long nsec; long tzsecs = NUM2LONG(rb_funcall2(obj, oj_utc_offset_id, 0, 0)); int tzhour, tzmin; char tzsign = '+'; if (16 <= sizeof(struct timespec)) { struct timespec ts = rb_time_timespec(obj); sec = ts.tv_sec; nsec = ts.tv_nsec; } else { sec = NUM2LL(rb_funcall2(obj, oj_tv_sec_id, 0, 0)); nsec = NUM2LL(rb_funcall2(obj, oj_tv_nsec_id, 0, 0)); } assure_size(out, 36); if (9 > out->opts->sec_prec) { int i; // This is pretty lame but to be compatible with rails and active // support rounding is not done but instead a floor is done when // second precision is 3 just to be like rails. sigh. if (3 == out->opts->sec_prec) { nsec /= 1000000; one = 1000; } else { for (i = 9 - out->opts->sec_prec; 0 < i; i--) { nsec = (nsec + 5) / 10; one /= 10; } if (one <= nsec) { nsec -= one; sec++; } } } // 2012-01-05T23:58:07.123456000+09:00 // tm = localtime(&sec); sec += tzsecs; sec_as_time((int64_t)sec, &ti); if (0 > tzsecs) { tzsign = '-'; tzhour = (int)(tzsecs / -3600); tzmin = (int)(tzsecs / -60) - (tzhour * 60); } else { tzhour = (int)(tzsecs / 3600); tzmin = (int)(tzsecs / 60) - (tzhour * 60); } if ((0 == nsec && !out->opts->sec_prec_set) || 0 == out->opts->sec_prec) { if (0 == tzsecs && rb_funcall2(obj, oj_utcq_id, 0, 0)) { int len = sprintf(buf, "%04d-%02d-%02dT%02d:%02d:%02dZ", ti.year, ti.mon, ti.day, ti.hour, ti.min, ti.sec); oj_dump_cstr(buf, len, 0, 0, out); } else { int len = sprintf(buf, "%04d-%02d-%02dT%02d:%02d:%02d%c%02d:%02d", ti.year, ti.mon, ti.day, ti.hour, ti.min, ti.sec, tzsign, tzhour, tzmin); oj_dump_cstr(buf, len, 0, 0, out); } } else if (0 == tzsecs && rb_funcall2(obj, oj_utcq_id, 0, 0)) { char format[64] = "%04d-%02d-%02dT%02d:%02d:%02d.%09ldZ"; int len; if (9 > out->opts->sec_prec) { format[32] = '0' + out->opts->sec_prec; } len = sprintf(buf, format, ti.year, ti.mon, ti.day, ti.hour, ti.min, ti.sec, (long)nsec); oj_dump_cstr(buf, len, 0, 0, out); } else { char format[64] = "%04d-%02d-%02dT%02d:%02d:%02d.%09ld%c%02d:%02d"; int len; if (9 > out->opts->sec_prec) { format[32] = '0' + out->opts->sec_prec; } len = sprintf(buf, format, ti.year, ti.mon, ti.day, ti.hour, ti.min, ti.sec, (long)nsec, tzsign, tzhour, tzmin); oj_dump_cstr(buf, len, 0, 0, out); } } void oj_dump_obj_to_json(VALUE obj, Options copts, Out out) { oj_dump_obj_to_json_using_params(obj, copts, out, 0, 0); } void oj_dump_obj_to_json_using_params(VALUE obj, Options copts, Out out, int argc, VALUE *argv) { if (0 == out->buf) { oj_out_init(out); } out->circ_cnt = 0; out->opts = copts; out->hash_cnt = 0; out->indent = copts->indent; out->argc = argc; out->argv = argv; out->ropts = NULL; if (Yes == copts->circular) { oj_cache8_new(&out->circ_cache); } switch (copts->mode) { case StrictMode: oj_dump_strict_val(obj, 0, out); break; case NullMode: oj_dump_null_val(obj, 0, out); break; case ObjectMode: oj_dump_obj_val(obj, 0, out); break; case CompatMode: oj_dump_compat_val(obj, 0, out, Yes == copts->to_json); break; case RailsMode: oj_dump_rails_val(obj, 0, out); break; case CustomMode: oj_dump_custom_val(obj, 0, out, true); break; case WabMode: oj_dump_wab_val(obj, 0, out); break; default: oj_dump_custom_val(obj, 0, out, true); break; } if (0 < out->indent) { switch (*(out->cur - 1)) { case ']': case '}': assure_size(out, 1); *out->cur++ = '\n'; default: break; } } *out->cur = '\0'; if (Yes == copts->circular) { oj_cache8_delete(out->circ_cache); } } void oj_write_obj_to_file(VALUE obj, const char *path, Options copts) { struct _out out; size_t size; FILE *f; int ok; oj_out_init(&out); out.omit_nil = copts->dump_opts.omit_nil; oj_dump_obj_to_json(obj, copts, &out); size = out.cur - out.buf; if (0 == (f = fopen(path, "w"))) { oj_out_free(&out); rb_raise(rb_eIOError, "%s", strerror(errno)); } ok = (size == fwrite(out.buf, 1, size, f)); oj_out_free(&out); if (!ok) { int err = ferror(f); fclose(f); rb_raise(rb_eIOError, "Write failed. [%d:%s]", err, strerror(err)); } fclose(f); } #if !IS_WINDOWS static void write_ready(int fd) { struct pollfd pp; int i; pp.fd = fd; pp.events = POLLERR | POLLOUT; pp.revents = 0; if (0 >= (i = poll(&pp, 1, 5000))) { if (0 == i || EAGAIN == errno) { rb_raise(rb_eIOError, "write timed out"); } rb_raise(rb_eIOError, "write failed. %d %s.", errno, strerror(errno)); } } #endif void oj_write_obj_to_stream(VALUE obj, VALUE stream, Options copts) { struct _out out; ssize_t size; VALUE clas = rb_obj_class(stream); #if !IS_WINDOWS int fd; VALUE s; #endif oj_out_init(&out); out.omit_nil = copts->dump_opts.omit_nil; oj_dump_obj_to_json(obj, copts, &out); size = out.cur - out.buf; if (oj_stringio_class == clas) { rb_funcall(stream, oj_write_id, 1, rb_str_new(out.buf, size)); #if !IS_WINDOWS } else if (rb_respond_to(stream, oj_fileno_id) && Qnil != (s = rb_funcall(stream, oj_fileno_id, 0)) && 0 != (fd = FIX2INT(s))) { ssize_t cnt; ssize_t total = 0; while (true) { if (0 > (cnt = write(fd, out.buf + total, size - total))) { if (EAGAIN != errno) { rb_raise(rb_eIOError, "write failed. %d %s.", errno, strerror(errno)); break; } } total += cnt; if (size <= total) { // Completed break; } write_ready(fd); } #endif } else if (rb_respond_to(stream, oj_write_id)) { rb_funcall(stream, oj_write_id, 1, rb_str_new(out.buf, size)); } else { oj_out_free(&out); rb_raise(rb_eArgError, "to_stream() expected an IO Object."); } oj_out_free(&out); } void oj_dump_str(VALUE obj, int depth, Out out, bool as_ok) { int idx = RB_ENCODING_GET(obj); if (oj_utf8_encoding_index != idx) { rb_encoding *enc = rb_enc_from_index(idx); obj = rb_str_conv_enc(obj, enc, oj_utf8_encoding); } oj_dump_cstr(RSTRING_PTR(obj), RSTRING_LEN(obj), 0, 0, out); } void oj_dump_sym(VALUE obj, int depth, Out out, bool as_ok) { volatile VALUE s = rb_sym2str(obj); oj_dump_cstr(RSTRING_PTR(s), RSTRING_LEN(s), 0, 0, out); } static void debug_raise(const char *orig, size_t cnt, int line) { char buf[1024]; char *b = buf; const char *s = orig; const char *s_end = s + cnt; if (32 < s_end - s) { s_end = s + 32; } for (; s < s_end; s++) { b += sprintf(b, " %02x", *s); } *b = '\0'; rb_raise(oj_json_generator_error_class, "Partial character in string. %s @ %d", buf, line); } void oj_dump_raw_json(VALUE obj, int depth, Out out) { if (oj_string_writer_class == rb_obj_class(obj)) { StrWriter sw; size_t len; sw = oj_str_writer_unwrap(obj); len = sw->out.cur - sw->out.buf; if (0 < len) { len--; } oj_dump_raw(sw->out.buf, len, out); } else { volatile VALUE jv; TRACE(out->opts->trace, "raw_json", obj, depth + 1, TraceRubyIn); jv = rb_funcall(obj, oj_raw_json_id, 2, RB_INT2NUM(depth), RB_INT2NUM(out->indent)); TRACE(out->opts->trace, "raw_json", obj, depth + 1, TraceRubyOut); oj_dump_raw(RSTRING_PTR(jv), (size_t)RSTRING_LEN(jv), out); } } #if defined(__clang__) || defined(__GNUC__) #define FORCE_INLINE __attribute__((always_inline)) #else #define FORCE_INLINE #endif #ifdef HAVE_SIMD_NEON typedef struct _neon_match_result { uint8x16_t needs_escape; bool has_some_hibit; bool do_unicode_validation; } neon_match_result; static inline FORCE_INLINE neon_match_result neon_update(const char *str, uint8x16x4_t *cmap_neon, int neon_table_size, bool do_unicode_validation, bool has_hi) { neon_match_result result = {.has_some_hibit = false, .do_unicode_validation = false}; uint8x16_t chunk = vld1q_u8((const unsigned char *)str); uint8x16_t tmp1 = vqtbl4q_u8(cmap_neon[0], chunk); uint8x16_t tmp2 = vqtbl4q_u8(cmap_neon[1], veorq_u8(chunk, vdupq_n_u8(0x40))); result.needs_escape = vorrq_u8(tmp1, tmp2); if (neon_table_size > 2) { uint8x16_t tmp3 = vqtbl4q_u8(cmap_neon[2], veorq_u8(chunk, vdupq_n_u8(0x80))); uint8x16_t tmp4 = vqtbl4q_u8(cmap_neon[3], veorq_u8(chunk, vdupq_n_u8(0xc0))); result.needs_escape = vorrq_u8(result.needs_escape, vorrq_u8(tmp4, tmp3)); } if (has_hi && do_unicode_validation) { uint8x16_t has_some_hibit = vandq_u8(chunk, vdupq_n_u8(0x80)); result.has_some_hibit = vmaxvq_u8(has_some_hibit) != 0; result.do_unicode_validation = has_hi && do_unicode_validation && result.has_some_hibit; } return result; } #endif /* HAVE_SIMD_NEON */ static inline FORCE_INLINE const char *process_character(char action, const char *str, const char *end, Out out, const char *orig, bool do_unicode_validation, const char **check_start_) { const char *check_start = *check_start_; switch (action) { case '1': if (do_unicode_validation && check_start <= str) { if (0 != (0x80 & (uint8_t)*str)) { if (0xC0 == (0xC0 & (uint8_t)*str)) { *check_start_ = check_unicode(str, end, orig); } else { raise_invalid_unicode(orig, (int)(end - orig), (int)(str - orig)); } } } *out->cur++ = *str; break; case '2': *out->cur++ = '\\'; switch (*str) { case '\\': *out->cur++ = '\\'; break; case '\b': *out->cur++ = 'b'; break; case '\t': *out->cur++ = 't'; break; case '\n': *out->cur++ = 'n'; break; case '\f': *out->cur++ = 'f'; break; case '\r': *out->cur++ = 'r'; break; default: *out->cur++ = *str; break; } break; case '3': // Unicode if (0xe2 == (uint8_t)*str && do_unicode_validation && 2 <= end - str) { if (0x80 == (uint8_t)str[1] && (0xa8 == (uint8_t)str[2] || 0xa9 == (uint8_t)str[2])) { str = dump_unicode(str, end, out, orig); } else { *check_start_ = check_unicode(str, end, orig); *out->cur++ = *str; } break; } str = dump_unicode(str, end, out, orig); break; case '6': // control characters if (*(uint8_t *)str < 0x80) { if (0 == (uint8_t)*str && out->opts->dump_opts.omit_null_byte) { break; } APPEND_CHARS(out->cur, "\\u00", 4); dump_hex((uint8_t)*str, out); } else { if (0xe2 == (uint8_t)*str && do_unicode_validation && 2 <= end - str) { if (0x80 == (uint8_t)str[1] && (0xa8 == (uint8_t)str[2] || 0xa9 == (uint8_t)str[2])) { str = dump_unicode(str, end, out, orig); } else { *check_start_ = check_unicode(str, end, orig); *out->cur++ = *str; } break; } str = dump_unicode(str, end, out, orig); } break; default: break; // ignore, should never happen if the table is correct } return str; } void oj_dump_cstr(const char *str, size_t cnt, bool is_sym, bool escape1, Out out) { size_t size; char *cmap; #ifdef HAVE_SIMD_NEON uint8x16x4_t *cmap_neon = NULL; int neon_table_size = 0; #endif /* HAVE_SIMD_NEON */ const char *orig = str; bool has_hi = false; bool do_unicode_validation = false; switch (out->opts->escape_mode) { case NLEsc: cmap = newline_friendly_chars; size = newline_friendly_size((uint8_t *)str, cnt); break; case ASCIIEsc: cmap = ascii_friendly_chars; size = ascii_friendly_size((uint8_t *)str, cnt); break; case SlashEsc: has_hi = true; cmap = slash_friendly_chars; size = slash_friendly_size((uint8_t *)str, cnt); break; case XSSEsc: cmap = xss_friendly_chars; size = xss_friendly_size((uint8_t *)str, cnt); break; case JXEsc: cmap = hixss_friendly_chars; size = hixss_friendly_size((uint8_t *)str, cnt); do_unicode_validation = true; break; case RailsXEsc: { long sz; cmap = rails_xss_friendly_chars; #ifdef HAVE_SIMD_NEON cmap_neon = rails_xss_friendly_chars_neon; neon_table_size = 4; #endif /* HAVE_NEON_SIMD */ sz = rails_xss_friendly_size((uint8_t *)str, cnt); if (sz < 0) { has_hi = true; size = (size_t)-sz; } else { size = (size_t)sz; } do_unicode_validation = true; break; } case RailsEsc: { long sz; cmap = rails_friendly_chars; #ifdef HAVE_SIMD_NEON cmap_neon = rails_friendly_chars_neon; neon_table_size = 2; #endif /* HAVE_NEON_SIMD */ sz = rails_friendly_size((uint8_t *)str, cnt); if (sz < 0) { has_hi = true; size = (size_t)-sz; } else { size = (size_t)sz; } do_unicode_validation = true; break; } case JSONEsc: default: cmap = hibit_friendly_chars; #ifdef HAVE_SIMD_NEON cmap_neon = hibit_friendly_chars_neon; neon_table_size = 2; #endif /* HAVE_NEON_SIMD */ size = hibit_friendly_size((uint8_t *)str, cnt); } assure_size(out, size + BUFFER_EXTRA); *out->cur++ = '"'; if (escape1) { APPEND_CHARS(out->cur, "\\u00", 4); dump_hex((uint8_t)*str, out); cnt--; size--; str++; is_sym = 0; // just to make sure } if (cnt == size && !has_hi) { if (is_sym) { *out->cur++ = ':'; } APPEND_CHARS(out->cur, str, cnt); *out->cur++ = '"'; } else { const char *end = str + cnt; const char *check_start = str; if (is_sym) { *out->cur++ = ':'; } #ifdef HAVE_SIMD_NEON const char *chunk_start; const char *chunk_end; const char *cursor = str; bool use_neon = (cmap_neon != NULL && cnt >= (sizeof(uint8x16_t))) ? true : false; char matches[16]; #define SEARCH_FLUSH \ if (str > cursor) { \ APPEND_CHARS(out->cur, cursor, str - cursor); \ cursor = str; \ } #endif /* HAVE_SIMD_NEON */ #ifdef HAVE_SIMD_NEON if (use_neon) { while (str < end) { const char *chunk_ptr = NULL; if (str + sizeof(uint8x16_t) <= end) { chunk_ptr = str; chunk_start = str; chunk_end = str + sizeof(uint8x16_t); } else if ((end - str) >= SIMD_MINIMUM_THRESHOLD) { memset(out->cur, 'A', sizeof(uint8x16_t)); memcpy(out->cur, str, (end - str)); chunk_ptr = out->cur; chunk_start = str; chunk_end = end; } else { break; } neon_match_result result = neon_update(chunk_ptr, cmap_neon, neon_table_size, do_unicode_validation, has_hi); if ((result.do_unicode_validation) || vmaxvq_u8(result.needs_escape) != 0) { SEARCH_FLUSH; uint8x16_t actions = vaddq_u8(result.needs_escape, vdupq_n_u8('1')); uint8_t num_matches = vaddvq_u8(vandq_u8(result.needs_escape, vdupq_n_u8(0x1))); vst1q_u8((unsigned char *)matches, actions); bool process_each = result.do_unicode_validation || (num_matches > sizeof(uint8x16_t) / 2); // If no byte in this chunk had the high bit set then we can skip // all of the '1' bytes by directly copying them to the output. if (!process_each) { while (str < chunk_end) { long i = str - chunk_start; char action; while (str < chunk_end && (action = matches[i++]) == '1') { *out->cur++ = *str++; } cursor = str; if (str >= chunk_end) { break; } str = process_character(action, str, end, out, orig, do_unicode_validation, &check_start); str++; } } else { while (str < chunk_end) { long match_index = str - chunk_start; str = process_character(matches[match_index], str, end, out, orig, do_unicode_validation, &check_start); str++; } } cursor = str; continue; } str = chunk_end; } SEARCH_FLUSH; } #endif /* HAVE_SIMD_NEON */ for (; str < end; str++) { str = process_character(cmap[(uint8_t)*str], str, end, out, orig, do_unicode_validation, &check_start); } *out->cur++ = '"'; } if (do_unicode_validation && 0 < str - orig && 0 != (0x80 & *(str - 1))) { uint8_t c = (uint8_t)*(str - 1); int i; int scnt = (int)(str - orig); // Last utf-8 characters must be 0x10xxxxxx. The start must be // 0x110xxxxx for 2 characters, 0x1110xxxx for 3, and 0x11110xxx for // 4. if (0 != (0x40 & c)) { debug_raise(orig, cnt, __LINE__); } for (i = 1; i < (int)scnt && i < 4; i++) { c = str[-1 - i]; if (0x80 != (0xC0 & c)) { switch (i) { case 1: if (0xC0 != (0xE0 & c)) { debug_raise(orig, cnt, __LINE__); } break; case 2: if (0xE0 != (0xF0 & c)) { debug_raise(orig, cnt, __LINE__); } break; case 3: if (0xF0 != (0xF8 & c)) { debug_raise(orig, cnt, __LINE__); } break; default: // can't get here break; } break; } } if (i == (int)scnt || 4 <= i) { debug_raise(orig, cnt, __LINE__); } } *out->cur = '\0'; } void oj_dump_class(VALUE obj, int depth, Out out, bool as_ok) { const char *s = rb_class2name(obj); oj_dump_cstr(s, strlen(s), 0, 0, out); } void oj_dump_obj_to_s(VALUE obj, Out out) { volatile VALUE rstr = oj_safe_string_convert(obj); oj_dump_cstr(RSTRING_PTR(rstr), RSTRING_LEN(rstr), 0, 0, out); } void oj_dump_raw(const char *str, size_t cnt, Out out) { assure_size(out, cnt + 10); APPEND_CHARS(out->cur, str, cnt); *out->cur = '\0'; } void oj_out_init(Out out) { out->buf = out->stack_buffer; out->cur = out->buf; out->end = out->buf + sizeof(out->stack_buffer) - BUFFER_EXTRA; out->allocated = false; } void oj_out_free(Out out) { if (out->allocated) { OJ_R_FREE(out->buf); // TBD } } void oj_grow_out(Out out, size_t len) { size_t size = out->end - out->buf; long pos = out->cur - out->buf; char *buf = out->buf; size *= 2; if (size <= len * 2 + pos) { size += len; } if (out->allocated) { OJ_R_REALLOC_N(buf, char, (size + BUFFER_EXTRA)); } else { buf = OJ_R_ALLOC_N(char, (size + BUFFER_EXTRA)); out->allocated = true; memcpy(buf, out->buf, out->end - out->buf + BUFFER_EXTRA); } if (0 == buf) { rb_raise(rb_eNoMemError, "Failed to create string. [%d:%s]", ENOSPC, strerror(ENOSPC)); } out->buf = buf; out->end = buf + size; out->cur = out->buf + pos; } void oj_dump_nil(VALUE obj, int depth, Out out, bool as_ok) { assure_size(out, 4); APPEND_CHARS(out->cur, "null", 4); *out->cur = '\0'; } void oj_dump_true(VALUE obj, int depth, Out out, bool as_ok) { assure_size(out, 4); APPEND_CHARS(out->cur, "true", 4); *out->cur = '\0'; } void oj_dump_false(VALUE obj, int depth, Out out, bool as_ok) { assure_size(out, 5); APPEND_CHARS(out->cur, "false", 5); *out->cur = '\0'; } static const char digits_table[] = "\ 00010203040506070809\ 10111213141516171819\ 20212223242526272829\ 30313233343536373839\ 40414243444546474849\ 50515253545556575859\ 60616263646566676869\ 70717273747576777879\ 80818283848586878889\ 90919293949596979899"; char *oj_longlong_to_string(long long num, bool negative, char *buf) { while (100 <= num) { unsigned idx = num % 100 * 2; *buf-- = digits_table[idx + 1]; *buf-- = digits_table[idx]; num /= 100; } if (num < 10) { *buf-- = num + '0'; } else { *buf-- = digits_table[num * 2 + 1]; *buf-- = digits_table[num * 2]; } if (negative) { *buf = '-'; } else { buf++; } return buf; } void oj_dump_fixnum(VALUE obj, int depth, Out out, bool as_ok) { char buf[32]; char *b = buf + sizeof(buf) - 1; long long num = NUM2LL(obj); bool neg = false; size_t cnt = 0; bool dump_as_string = false; if (out->opts->int_range_max != 0 && out->opts->int_range_min != 0 && (out->opts->int_range_max < num || out->opts->int_range_min > num)) { dump_as_string = true; } if (0 > num) { neg = true; num = -num; } *b-- = '\0'; if (dump_as_string) { *b-- = '"'; } if (0 < num) { b = oj_longlong_to_string(num, neg, b); } else { *b = '0'; } if (dump_as_string) { *--b = '"'; } cnt = sizeof(buf) - (b - buf) - 1; assure_size(out, cnt); APPEND_CHARS(out->cur, b, cnt); *out->cur = '\0'; } void oj_dump_bignum(VALUE obj, int depth, Out out, bool as_ok) { volatile VALUE rs = rb_big2str(obj, 10); size_t cnt = RSTRING_LEN(rs); bool dump_as_string = false; if (out->opts->int_range_max != 0 || out->opts->int_range_min != 0) { // Bignum cannot be inside of Fixnum range dump_as_string = true; assure_size(out, cnt + 2); *out->cur++ = '"'; } else { assure_size(out, cnt); } APPEND_CHARS(out->cur, RSTRING_PTR(rs), cnt); if (dump_as_string) { *out->cur++ = '"'; } *out->cur = '\0'; } // Removed dependencies on math due to problems with CentOS 5.4. void oj_dump_float(VALUE obj, int depth, Out out, bool as_ok) { char buf[64]; char *b; double d = rb_num2dbl(obj); size_t cnt = 0; if (0.0 == d) { b = buf; *b++ = '0'; *b++ = '.'; *b++ = '0'; *b++ = '\0'; cnt = 3; } else if (OJ_INFINITY == d) { if (ObjectMode == out->opts->mode) { strcpy(buf, inf_val); cnt = sizeof(inf_val) - 1; } else { NanDump nd = out->opts->dump_opts.nan_dump; if (AutoNan == nd) { switch (out->opts->mode) { case CompatMode: nd = WordNan; break; case StrictMode: nd = RaiseNan; break; case NullMode: nd = NullNan; break; case CustomMode: nd = NullNan; break; default: break; } } switch (nd) { case RaiseNan: raise_strict(obj); break; case WordNan: strcpy(buf, "Infinity"); cnt = 8; break; case NullNan: strcpy(buf, "null"); cnt = 4; break; case HugeNan: default: strcpy(buf, inf_val); cnt = sizeof(inf_val) - 1; break; } } } else if (-OJ_INFINITY == d) { if (ObjectMode == out->opts->mode) { strcpy(buf, ninf_val); cnt = sizeof(ninf_val) - 1; } else { NanDump nd = out->opts->dump_opts.nan_dump; if (AutoNan == nd) { switch (out->opts->mode) { case CompatMode: nd = WordNan; break; case StrictMode: nd = RaiseNan; break; case NullMode: nd = NullNan; break; default: break; } } switch (nd) { case RaiseNan: raise_strict(obj); break; case WordNan: strcpy(buf, "-Infinity"); cnt = 9; break; case NullNan: strcpy(buf, "null"); cnt = 4; break; case HugeNan: default: strcpy(buf, ninf_val); cnt = sizeof(ninf_val) - 1; break; } } } else if (isnan(d)) { if (ObjectMode == out->opts->mode) { strcpy(buf, nan_val); cnt = sizeof(nan_val) - 1; } else { NanDump nd = out->opts->dump_opts.nan_dump; if (AutoNan == nd) { switch (out->opts->mode) { case ObjectMode: nd = HugeNan; break; case StrictMode: nd = RaiseNan; break; case NullMode: nd = NullNan; break; default: break; } } switch (nd) { case RaiseNan: raise_strict(obj); break; case WordNan: strcpy(buf, "NaN"); cnt = 3; break; case NullNan: strcpy(buf, "null"); cnt = 4; break; case HugeNan: default: strcpy(buf, nan_val); cnt = sizeof(nan_val) - 1; break; } } } else if (d == (double)(long long int)d) { cnt = snprintf(buf, sizeof(buf), "%.1f", d); } else if (0 == out->opts->float_prec) { volatile VALUE rstr = oj_safe_string_convert(obj); cnt = RSTRING_LEN(rstr); if ((int)sizeof(buf) <= cnt) { cnt = sizeof(buf) - 1; } memcpy(buf, RSTRING_PTR(rstr), cnt); buf[cnt] = '\0'; } else { cnt = oj_dump_float_printf(buf, sizeof(buf), obj, d, out->opts->float_fmt); } assure_size(out, cnt); APPEND_CHARS(out->cur, buf, cnt); *out->cur = '\0'; } size_t oj_dump_float_printf(char *buf, size_t blen, VALUE obj, double d, const char *format) { size_t cnt = snprintf(buf, blen, format, d); // Round off issues at 16 significant digits so check for obvious ones of // 0001 and 9999. if (17 <= cnt && (0 == strcmp("0001", buf + cnt - 4) || 0 == strcmp("9999", buf + cnt - 4))) { volatile VALUE rstr = oj_safe_string_convert(obj); strcpy(buf, RSTRING_PTR(rstr)); cnt = RSTRING_LEN(rstr); } return cnt; } oj-3.16.12/ext/oj/dump.h000066400000000000000000000071711510053151600146250ustar00rootroot00000000000000// Copyright (c) 2011 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #ifndef OJ_DUMP_H #define OJ_DUMP_H #include #include "oj.h" #include "simd.h" #define MAX_DEPTH 1000 // Extra padding at end of buffer. #define BUFFER_EXTRA 64 #ifdef HAVE_SIMD_NEON extern void initialize_neon(void); #endif /* HAVE_SIMD_NEON */ extern void oj_dump_nil(VALUE obj, int depth, Out out, bool as_ok); extern void oj_dump_true(VALUE obj, int depth, Out out, bool as_ok); extern void oj_dump_false(VALUE obj, int depth, Out out, bool as_ok); extern void oj_dump_fixnum(VALUE obj, int depth, Out out, bool as_ok); extern void oj_dump_bignum(VALUE obj, int depth, Out out, bool as_ok); extern void oj_dump_float(VALUE obj, int depth, Out out, bool as_ok); extern void oj_dump_str(VALUE obj, int depth, Out out, bool as_ok); extern void oj_dump_sym(VALUE obj, int depth, Out out, bool as_ok); extern void oj_dump_class(VALUE obj, int depth, Out out, bool as_ok); extern void oj_dump_raw(const char *str, size_t cnt, Out out); extern void oj_dump_cstr(const char *str, size_t cnt, bool is_sym, bool escape1, Out out); extern void oj_dump_ruby_time(VALUE obj, Out out); extern void oj_dump_xml_time(VALUE obj, Out out); extern void oj_dump_time(VALUE obj, Out out, int withZone); extern void oj_dump_obj_to_s(VALUE obj, Out out); extern const char *oj_nan_str(VALUE obj, int opt, int mode, bool plus, size_t *lenp); // initialize an out buffer with the provided stack allocated memory extern void oj_out_init(Out out); // clean up the out buffer if it uses heap allocated memory extern void oj_out_free(Out out); extern void oj_grow_out(Out out, size_t len); extern long oj_check_circular(VALUE obj, Out out); extern void oj_dump_strict_val(VALUE obj, int depth, Out out); extern void oj_dump_null_val(VALUE obj, int depth, Out out); extern void oj_dump_obj_val(VALUE obj, int depth, Out out); extern void oj_dump_compat_val(VALUE obj, int depth, Out out, bool as_ok); extern void oj_dump_rails_val(VALUE obj, int depth, Out out); extern void oj_dump_custom_val(VALUE obj, int depth, Out out, bool as_ok); extern void oj_dump_wab_val(VALUE obj, int depth, Out out); extern void oj_dump_raw_json(VALUE obj, int depth, Out out); extern VALUE oj_add_to_json(int argc, VALUE *argv, VALUE self); extern VALUE oj_remove_to_json(int argc, VALUE *argv, VALUE self); extern size_t oj_dump_float_printf(char *buf, size_t blen, VALUE obj, double d, const char *format); extern time_t oj_sec_from_time_hard_way(VALUE obj); inline static void assure_size(Out out, size_t len) { if (out->end - out->cur <= (long)len) { oj_grow_out(out, len); } } inline static void fill_indent(Out out, int cnt) { if (0 < out->indent) { cnt *= out->indent; *out->cur++ = '\n'; memset(out->cur, ' ', cnt); out->cur += cnt; } } inline static bool dump_ignore(Options opts, VALUE obj) { if (NULL != opts->ignore && (ObjectMode == opts->mode || CustomMode == opts->mode)) { VALUE *vp = opts->ignore; VALUE clas = rb_obj_class(obj); for (; Qnil != *vp; vp++) { if (clas == *vp) { return true; } } } return false; } inline static void dump_ulong(unsigned long num, Out out) { char buf[32]; char *b = buf + sizeof(buf) - 1; size_t cnt = 0; *b-- = '\0'; if (0 < num) { b = oj_longlong_to_string((long long)num, false, b); } else { *b = '0'; } cnt = sizeof(buf) - (b - buf) - 1; APPEND_CHARS(out->cur, b, cnt); *out->cur = '\0'; } #endif /* OJ_DUMP_H */ oj-3.16.12/ext/oj/dump_compat.c000066400000000000000000000716311510053151600161650ustar00rootroot00000000000000// Copyright (c) 2012, 2017 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #include "code.h" #include "dump.h" #include "rails.h" #include "trace.h" // Workaround in case INFINITY is not defined in math.h or if the OS is CentOS #define OJ_INFINITY (1.0 / 0.0) bool oj_use_hash_alt = false; bool oj_use_array_alt = false; static bool use_struct_alt = false; static bool use_exception_alt = false; static bool use_bignum_alt = false; static void raise_json_err(const char *msg, const char *err_classname) { rb_raise(oj_get_json_err_class(err_classname), "%s", msg); } static void dump_obj_classname(const char *classname, int depth, Out out) { int d2 = depth + 1; size_t len = strlen(classname); size_t sep_len = out->opts->dump_opts.before_size + out->opts->dump_opts.after_size + 2; size_t size = d2 * out->indent + 10 + len + out->opts->create_id_len + sep_len; assure_size(out, size); *out->cur++ = '{'; fill_indent(out, d2); *out->cur++ = '"'; APPEND_CHARS(out->cur, out->opts->create_id, out->opts->create_id_len); *out->cur++ = '"'; if (0 < out->opts->dump_opts.before_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.before_sep, out->opts->dump_opts.before_size); } *out->cur++ = ':'; if (0 < out->opts->dump_opts.after_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.after_sep, out->opts->dump_opts.after_size); } *out->cur++ = '"'; APPEND_CHARS(out->cur, classname, len); *out->cur++ = '"'; } static void dump_values_array(VALUE *values, int depth, Out out) { size_t size; int d2 = depth + 1; assure_size(out, d2 * out->indent + 3); *out->cur++ = '['; if (Qundef == *values) { *out->cur++ = ']'; } else { if (out->opts->dump_opts.use) { size = d2 * out->opts->dump_opts.indent_size + out->opts->dump_opts.array_size + 2; size += out->opts->dump_opts.array_size; size += out->opts->dump_opts.indent_size; } else { size = d2 * out->indent + 3; } for (; Qundef != *values; values++) { assure_size(out, size); if (out->opts->dump_opts.use) { if (0 < out->opts->dump_opts.array_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.array_nl, out->opts->dump_opts.array_size); } if (0 < out->opts->dump_opts.indent_size) { int i; for (i = d2; 0 < i; i--) { APPEND_CHARS(out->cur, out->opts->dump_opts.indent_str, out->opts->dump_opts.indent_size); } } } else { fill_indent(out, d2); } oj_dump_compat_val(*values, d2, out, true); if (Qundef != *(values + 1)) { *out->cur++ = ','; } } assure_size(out, size); if (out->opts->dump_opts.use) { if (0 < out->opts->dump_opts.array_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.array_nl, out->opts->dump_opts.array_size); } if (0 < out->opts->dump_opts.indent_size) { int i; for (i = depth; 0 < i; i--) { APPEND_CHARS(out->cur, out->opts->dump_opts.indent_str, out->opts->dump_opts.indent_size); } } } else { fill_indent(out, depth); } *out->cur++ = ']'; } } static void dump_to_json(VALUE obj, Out out) { volatile VALUE rs; const char *s; size_t len; TRACE(out->opts->trace, "to_json", obj, 0, TraceRubyIn); if (0 == rb_obj_method_arity(obj, oj_to_json_id)) { rs = rb_funcall(obj, oj_to_json_id, 0); } else { rs = rb_funcall2(obj, oj_to_json_id, out->argc, out->argv); } TRACE(out->opts->trace, "to_json", obj, 0, TraceRubyOut); StringValue(rs); s = RSTRING_PTR(rs); len = RSTRING_LEN(rs); assure_size(out, len + 1); APPEND_CHARS(out->cur, s, len); *out->cur = '\0'; } static void dump_array(VALUE a, int depth, Out out, bool as_ok) { size_t size; size_t i; size_t cnt; int d2 = depth + 1; long id = oj_check_circular(a, out); if (0 > id) { raise_json_err("Too deeply nested", "NestingError"); return; } if (as_ok && !oj_use_array_alt && rb_obj_class(a) != rb_cArray && rb_respond_to(a, oj_to_json_id)) { dump_to_json(a, out); return; } cnt = RARRAY_LEN(a); *out->cur++ = '['; assure_size(out, 2); if (0 == cnt) { *out->cur++ = ']'; } else { if (out->opts->dump_opts.use) { size = d2 * out->opts->dump_opts.indent_size + out->opts->dump_opts.array_size + 1; } else { size = d2 * out->indent + 2; } cnt--; for (i = 0; i <= cnt; i++) { if (out->opts->dump_opts.use) { assure_size(out, size); if (0 < out->opts->dump_opts.array_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.array_nl, out->opts->dump_opts.array_size); } if (0 < out->opts->dump_opts.indent_size) { int i; for (i = d2; 0 < i; i--) { APPEND_CHARS(out->cur, out->opts->dump_opts.indent_str, out->opts->dump_opts.indent_size); } } } else { fill_indent(out, d2); } oj_dump_compat_val(RARRAY_AREF(a, i), d2, out, true); if (i < cnt) { *out->cur++ = ','; } } if (out->opts->dump_opts.use) { size = out->opts->dump_opts.array_size + out->opts->dump_opts.indent_size * depth + 1; assure_size(out, size); if (0 < out->opts->dump_opts.array_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.array_nl, out->opts->dump_opts.array_size); } if (0 < out->opts->dump_opts.indent_size) { int i; for (i = depth; 0 < i; i--) { APPEND_CHARS(out->cur, out->opts->dump_opts.indent_str, out->opts->dump_opts.indent_size); } } } else { size = depth * out->indent + 1; assure_size(out, size); fill_indent(out, depth); } *out->cur++ = ']'; } *out->cur = '\0'; } static ID _dump_id = 0; static void bigdecimal_alt(VALUE obj, int depth, Out out) { struct _attr attrs[] = { {"b", 1, Qnil}, {NULL, 0, Qnil}, }; if (0 == _dump_id) { _dump_id = rb_intern("_dump"); } attrs[0].value = rb_funcall(obj, _dump_id, 0); oj_code_attrs(obj, attrs, depth, out, true); } static ID real_id = 0; static ID imag_id = 0; static void complex_alt(VALUE obj, int depth, Out out) { struct _attr attrs[] = { {"r", 1, Qnil}, {"i", 1, Qnil}, {NULL, 0, Qnil}, }; if (0 == real_id) { real_id = rb_intern("real"); imag_id = rb_intern("imag"); } attrs[0].value = rb_funcall(obj, real_id, 0); attrs[1].value = rb_funcall(obj, imag_id, 0); oj_code_attrs(obj, attrs, depth, out, true); } static ID year_id = 0; static ID month_id = 0; static ID day_id = 0; static ID start_id = 0; static void date_alt(VALUE obj, int depth, Out out) { struct _attr attrs[] = { {"y", 1, Qnil}, {"m", 1, Qnil}, {"d", 1, Qnil}, {"sg", 2, Qnil}, {NULL, 0, Qnil}, }; if (0 == year_id) { year_id = rb_intern("year"); month_id = rb_intern("month"); day_id = rb_intern("day"); start_id = rb_intern("start"); } attrs[0].value = rb_funcall(obj, year_id, 0); attrs[1].value = rb_funcall(obj, month_id, 0); attrs[2].value = rb_funcall(obj, day_id, 0); attrs[3].value = rb_funcall(obj, start_id, 0); oj_code_attrs(obj, attrs, depth, out, true); } static ID hour_id = 0; static ID min_id = 0; static ID sec_id = 0; static ID offset_id = 0; static void datetime_alt(VALUE obj, int depth, Out out) { struct _attr attrs[] = { {"y", 1, Qnil}, {"m", 1, Qnil}, {"d", 1, Qnil}, {"H", 1, Qnil}, {"M", 1, Qnil}, {"S", 1, Qnil}, {"of", 2, Qnil}, {"sg", 2, Qnil}, {NULL, 0, Qnil}, }; if (0 == hour_id) { year_id = rb_intern("year"); month_id = rb_intern("month"); day_id = rb_intern("day"); hour_id = rb_intern("hour"); min_id = rb_intern("min"); sec_id = rb_intern("sec"); offset_id = rb_intern("offset"); start_id = rb_intern("start"); } attrs[0].value = rb_funcall(obj, year_id, 0); attrs[1].value = rb_funcall(obj, month_id, 0); attrs[2].value = rb_funcall(obj, day_id, 0); attrs[3].value = rb_funcall(obj, hour_id, 0); attrs[4].value = rb_funcall(obj, min_id, 0); attrs[5].value = rb_funcall(obj, sec_id, 0); attrs[6].value = oj_safe_string_convert(rb_funcall(obj, offset_id, 0)); attrs[7].value = rb_funcall(obj, start_id, 0); oj_code_attrs(obj, attrs, depth, out, true); } static ID message_id = 0; static ID backtrace_id = 0; static void exception_alt(VALUE obj, int depth, Out out) { int d3 = depth + 2; size_t size = d3 * out->indent + 2; size_t sep_len = out->opts->dump_opts.before_size + out->opts->dump_opts.after_size + 2; if (0 == message_id) { message_id = rb_intern("message"); backtrace_id = rb_intern("backtrace"); } dump_obj_classname(rb_class2name(rb_obj_class(obj)), depth, out); assure_size(out, size + sep_len + 6); *out->cur++ = ','; fill_indent(out, d3); APPEND_CHARS(out->cur, "\"m\"", 3); if (0 < out->opts->dump_opts.before_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.before_sep, out->opts->dump_opts.before_size); } *out->cur++ = ':'; if (0 < out->opts->dump_opts.after_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.after_sep, out->opts->dump_opts.after_size); } oj_dump_str(rb_funcall(obj, message_id, 0), 0, out, false); assure_size(out, size + sep_len + 6); *out->cur++ = ','; fill_indent(out, d3); APPEND_CHARS(out->cur, "\"b\"", 3); if (0 < out->opts->dump_opts.before_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.before_sep, out->opts->dump_opts.before_size); } *out->cur++ = ':'; if (0 < out->opts->dump_opts.after_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.after_sep, out->opts->dump_opts.after_size); } dump_array(rb_funcall(obj, backtrace_id, 0), depth, out, false); fill_indent(out, depth); *out->cur++ = '}'; *out->cur = '\0'; } static ID table_id = 0; static void openstruct_alt(VALUE obj, int depth, Out out) { struct _attr attrs[] = { {"t", 1, Qnil}, {NULL, 0, Qnil}, }; if (0 == table_id) { table_id = rb_intern("table"); } attrs[0].value = rb_funcall(obj, table_id, 0); oj_code_attrs(obj, attrs, depth, out, true); } static void range_alt(VALUE obj, int depth, Out out) { int d3 = depth + 2; size_t size = d3 * out->indent + 2; size_t sep_len = out->opts->dump_opts.before_size + out->opts->dump_opts.after_size + 2; VALUE args[] = {Qundef, Qundef, Qundef, Qundef}; dump_obj_classname(rb_class2name(rb_obj_class(obj)), depth, out); assure_size(out, size + sep_len + 6); *out->cur++ = ','; fill_indent(out, d3); APPEND_CHARS(out->cur, "\"a\"", 3); if (0 < out->opts->dump_opts.before_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.before_sep, out->opts->dump_opts.before_size); } *out->cur++ = ':'; if (0 < out->opts->dump_opts.after_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.after_sep, out->opts->dump_opts.after_size); } args[0] = rb_funcall(obj, oj_begin_id, 0); args[1] = rb_funcall(obj, oj_end_id, 0); args[2] = rb_funcall(obj, oj_exclude_end_id, 0); dump_values_array(args, depth, out); fill_indent(out, depth); *out->cur++ = '}'; *out->cur = '\0'; } static ID numerator_id = 0; static ID denominator_id = 0; static void rational_alt(VALUE obj, int depth, Out out) { struct _attr attrs[] = { {"n", 1, Qnil}, {"d", 1, Qnil}, {NULL, 0, Qnil}, }; if (0 == numerator_id) { numerator_id = rb_intern("numerator"); denominator_id = rb_intern("denominator"); } attrs[0].value = rb_funcall(obj, numerator_id, 0); attrs[1].value = rb_funcall(obj, denominator_id, 0); oj_code_attrs(obj, attrs, depth, out, true); } static ID options_id = 0; static ID source_id = 0; static void regexp_alt(VALUE obj, int depth, Out out) { struct _attr attrs[] = { {"o", 1, Qnil}, {"s", 1, Qnil}, {NULL, 0, Qnil}, }; if (0 == options_id) { options_id = rb_intern("options"); source_id = rb_intern("source"); } attrs[0].value = rb_funcall(obj, options_id, 0); attrs[1].value = rb_funcall(obj, source_id, 0); oj_code_attrs(obj, attrs, depth, out, true); } static void time_alt(VALUE obj, int depth, Out out) { struct _attr attrs[] = { {"s", 1, Qundef, 0, Qundef}, {"n", 1, Qundef, 0, Qundef}, {NULL, 0, Qnil}, }; time_t sec; long long nsec; if (16 <= sizeof(struct timespec)) { struct timespec ts = rb_time_timespec(obj); sec = (long long)ts.tv_sec; nsec = ts.tv_nsec; } else { sec = NUM2LL(rb_funcall2(obj, oj_tv_sec_id, 0, 0)); nsec = NUM2LL(rb_funcall2(obj, oj_tv_nsec_id, 0, 0)); } attrs[0].num = sec; attrs[1].num = nsec; oj_code_attrs(obj, attrs, depth, out, true); } struct _code oj_compat_codes[] = { {"BigDecimal", Qnil, bigdecimal_alt, NULL, false}, {"Complex", Qnil, complex_alt, NULL, false}, {"Date", Qnil, date_alt, false}, {"DateTime", Qnil, datetime_alt, NULL, false}, {"OpenStruct", Qnil, openstruct_alt, NULL, false}, {"Range", Qnil, range_alt, NULL, false}, {"Rational", Qnil, rational_alt, NULL, false}, {"Regexp", Qnil, regexp_alt, NULL, false}, {"Time", Qnil, time_alt, NULL, false}, // TBD the rest of the library classes {NULL, Qundef, NULL, NULL, false}, }; VALUE oj_add_to_json(int argc, VALUE *argv, VALUE self) { Code a; if (0 == argc) { for (a = oj_compat_codes; NULL != a->name; a++) { if (Qnil == a->clas || Qundef == a->clas) { a->clas = rb_const_get_at(rb_cObject, rb_intern(a->name)); } a->active = true; } use_struct_alt = true; use_exception_alt = true; use_bignum_alt = true; oj_use_hash_alt = true; oj_use_array_alt = true; } else { for (; 0 < argc; argc--, argv++) { if (rb_cStruct == *argv) { use_struct_alt = true; continue; } if (rb_eException == *argv) { use_exception_alt = true; continue; } if (rb_cInteger == *argv) { use_bignum_alt = true; continue; } if (rb_cHash == *argv) { oj_use_hash_alt = true; continue; } if (rb_cArray == *argv) { oj_use_array_alt = true; continue; } for (a = oj_compat_codes; NULL != a->name; a++) { if (Qnil == a->clas || Qundef == a->clas) { a->clas = rb_const_get_at(rb_cObject, rb_intern(a->name)); } if (*argv == a->clas) { a->active = true; break; } } } } return Qnil; } VALUE oj_remove_to_json(int argc, VALUE *argv, VALUE self) { if (0 == argc) { oj_code_set_active(oj_compat_codes, Qnil, false); use_struct_alt = false; use_exception_alt = false; use_bignum_alt = false; oj_use_hash_alt = false; oj_use_array_alt = false; } else { for (; 0 < argc; argc--, argv++) { if (rb_cStruct == *argv) { use_struct_alt = false; continue; } if (rb_eException == *argv) { use_exception_alt = false; continue; } if (rb_cInteger == *argv) { use_bignum_alt = false; continue; } if (rb_cHash == *argv) { oj_use_hash_alt = false; continue; } if (rb_cArray == *argv) { oj_use_array_alt = false; continue; } oj_code_set_active(oj_compat_codes, *argv, false); } } return Qnil; } // The JSON gem is inconsistent with handling of infinity. Using // JSON.dump(0.1/0) returns the string Infinity but (0.1/0).to_json raise and // exception. Worse, for BigDecimals a quoted "Infinity" is returned. static void dump_float(VALUE obj, int depth, Out out, bool as_ok) { char buf[64]; char *b; double d = rb_num2dbl(obj); size_t cnt = 0; if (0.0 == d) { b = buf; *b++ = '0'; *b++ = '.'; *b++ = '0'; *b++ = '\0'; cnt = 3; } else if (OJ_INFINITY == d) { if (WordNan == out->opts->dump_opts.nan_dump) { strcpy(buf, "Infinity"); cnt = 8; } else { raise_json_err("Infinity not allowed in JSON.", "GeneratorError"); } } else if (-OJ_INFINITY == d) { if (WordNan == out->opts->dump_opts.nan_dump) { strcpy(buf, "-Infinity"); cnt = 9; } else { raise_json_err("-Infinity not allowed in JSON.", "GeneratorError"); } } else if (isnan(d)) { if (WordNan == out->opts->dump_opts.nan_dump) { strcpy(buf, "NaN"); cnt = 3; } else { raise_json_err("NaN not allowed in JSON.", "GeneratorError"); } } else if (d == (double)(long long int)d) { cnt = snprintf(buf, sizeof(buf), "%.1f", d); } else if (oj_rails_float_opt) { cnt = oj_dump_float_printf(buf, sizeof(buf), obj, d, "%0.16g"); } else { volatile VALUE rstr = oj_safe_string_convert(obj); strcpy(buf, RSTRING_PTR(rstr)); cnt = RSTRING_LEN(rstr); } assure_size(out, cnt); APPEND_CHARS(out->cur, buf, cnt); *out->cur = '\0'; } static int hash_cb(VALUE key, VALUE value, VALUE ov) { Out out = (Out)ov; int depth = out->depth; if (out->omit_nil && Qnil == value) { return ST_CONTINUE; } if (!out->opts->dump_opts.use) { assure_size(out, depth * out->indent + 1); fill_indent(out, depth); } else { assure_size(out, depth * out->opts->dump_opts.indent_size + out->opts->dump_opts.hash_size + 1); if (0 < out->opts->dump_opts.hash_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.hash_nl, out->opts->dump_opts.hash_size); } if (0 < out->opts->dump_opts.indent_size) { int i; for (i = depth; 0 < i; i--) { APPEND_CHARS(out->cur, out->opts->dump_opts.indent_str, out->opts->dump_opts.indent_size); } } } switch (rb_type(key)) { case T_STRING: oj_dump_str(key, 0, out, false); break; case T_SYMBOL: oj_dump_sym(key, 0, out, false); break; default: /*rb_raise(rb_eTypeError, "In :compat mode all Hash keys must be Strings or Symbols, not %s.\n", * rb_class2name(rb_obj_class(key)));*/ oj_dump_str(oj_safe_string_convert(key), 0, out, false); break; } if (!out->opts->dump_opts.use) { *out->cur++ = ':'; } else { assure_size(out, out->opts->dump_opts.before_size + out->opts->dump_opts.after_size + 2); if (0 < out->opts->dump_opts.before_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.before_sep, out->opts->dump_opts.before_size); } *out->cur++ = ':'; if (0 < out->opts->dump_opts.after_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.after_sep, out->opts->dump_opts.after_size); } } oj_dump_compat_val(value, depth, out, true); out->depth = depth; *out->cur++ = ','; return ST_CONTINUE; } static void dump_hash(VALUE obj, int depth, Out out, bool as_ok) { int cnt; long id = oj_check_circular(obj, out); if (0 > id) { raise_json_err("Too deeply nested", "NestingError"); return; } if (as_ok && !oj_use_hash_alt && rb_obj_class(obj) != rb_cHash && rb_respond_to(obj, oj_to_json_id)) { dump_to_json(obj, out); return; } cnt = (int)RHASH_SIZE(obj); assure_size(out, 2); if (0 == cnt) { APPEND_CHARS(out->cur, "{}", 2); } else { *out->cur++ = '{'; out->depth = depth + 1; rb_hash_foreach(obj, hash_cb, (VALUE)out); if (',' == *(out->cur - 1)) { out->cur--; // backup to overwrite last comma } if (!out->opts->dump_opts.use) { assure_size(out, depth * out->indent + 2); fill_indent(out, depth); } else { assure_size(out, depth * out->opts->dump_opts.indent_size + out->opts->dump_opts.hash_size + 1); if (0 < out->opts->dump_opts.hash_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.hash_nl, out->opts->dump_opts.hash_size); } if (0 < out->opts->dump_opts.indent_size) { int i; for (i = depth; 0 < i; i--) { APPEND_CHARS(out->cur, out->opts->dump_opts.indent_str, out->opts->dump_opts.indent_size); } } } *out->cur++ = '}'; } *out->cur = '\0'; } // In compat mode only the first call check for to_json. After that to_s is // called. static void dump_obj(VALUE obj, int depth, Out out, bool as_ok) { if (oj_code_dump(oj_compat_codes, obj, depth, out)) { return; } if (use_exception_alt && rb_obj_is_kind_of(obj, rb_eException)) { exception_alt(obj, depth, out); return; } if (Yes == out->opts->raw_json && rb_respond_to(obj, oj_raw_json_id)) { oj_dump_raw_json(obj, depth, out); return; } if (as_ok && rb_respond_to(obj, oj_to_json_id)) { dump_to_json(obj, out); return; } // Nothing else matched so encode as a JSON object with Ruby obj members // as JSON object members. oj_dump_obj_to_s(obj, out); } static void dump_struct(VALUE obj, int depth, Out out, bool as_ok) { VALUE clas = rb_obj_class(obj); if (oj_code_dump(oj_compat_codes, obj, depth, out)) { return; } if (rb_cRange == clas) { *out->cur++ = '"'; oj_dump_compat_val(rb_funcall(obj, oj_begin_id, 0), 0, out, false); assure_size(out, 3); APPEND_CHARS(out->cur, "..", 2); if (Qtrue == rb_funcall(obj, oj_exclude_end_id, 0)) { *out->cur++ = '.'; } oj_dump_compat_val(rb_funcall(obj, oj_end_id, 0), 0, out, false); *out->cur++ = '"'; return; } if (as_ok && rb_respond_to(obj, oj_to_json_id)) { dump_to_json(obj, out); return; } if (use_struct_alt) { int d3 = depth + 2; size_t size = d3 * out->indent + 2; size_t sep_len = out->opts->dump_opts.before_size + out->opts->dump_opts.after_size + 2; const char *classname = rb_class2name(rb_obj_class(obj)); VALUE args[100]; int cnt; int i; if (NULL == classname || '#' == *classname) { raise_json_err("Only named structs are supported.", "JSONError"); } #ifdef RSTRUCT_LEN #if RSTRUCT_LEN_RETURNS_INTEGER_OBJECT cnt = (int)NUM2LONG(RSTRUCT_LEN(obj)); #else // RSTRUCT_LEN_RETURNS_INTEGER_OBJECT cnt = (int)RSTRUCT_LEN(obj); #endif // RSTRUCT_LEN_RETURNS_INTEGER_OBJECT #else // This is a bit risky as a struct in C ruby is not the same as a Struct // class in interpreted Ruby so length() may not be defined. cnt = FIX2INT(rb_funcall2(obj, oj_length_id, 0, 0)); #endif if (sizeof(args) / sizeof(*args) <= (size_t)cnt) { // TBD allocate and try again cnt = 99; } dump_obj_classname(rb_class2name(rb_obj_class(obj)), depth, out); assure_size(out, size + sep_len + 6); *out->cur++ = ','; fill_indent(out, d3); APPEND_CHARS(out->cur, "\"v\"", 3); if (0 < out->opts->dump_opts.before_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.before_sep, out->opts->dump_opts.before_size); } *out->cur++ = ':'; if (0 < out->opts->dump_opts.after_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.after_sep, out->opts->dump_opts.after_size); } for (i = 0; i < cnt; i++) { #ifdef RSTRUCT_LEN args[i] = RSTRUCT_GET(obj, i); #else args[i] = rb_struct_aref(obj, INT2FIX(i)); #endif } args[cnt] = Qundef; dump_values_array(args, depth, out); fill_indent(out, depth); *out->cur++ = '}'; *out->cur = '\0'; } else { oj_dump_obj_to_s(obj, out); } } static void dump_bignum(VALUE obj, int depth, Out out, bool as_ok) { // The json gem uses to_s explicitly. to_s can be overridden while // rb_big2str can not so unless overridden by using add_to_json(Integer) // this must use to_s to pass the json gem unit tests. volatile VALUE rs; size_t cnt; bool dump_as_string = false; if (use_bignum_alt) { rs = rb_big2str(obj, 10); } else { rs = oj_safe_string_convert(obj); } rb_check_type(rs, T_STRING); cnt = RSTRING_LEN(rs); if (out->opts->int_range_min != 0 || out->opts->int_range_max != 0) { dump_as_string = true; // Bignum cannot be inside of Fixnum range assure_size(out, cnt + 2); *out->cur++ = '"'; } else { assure_size(out, cnt); } APPEND_CHARS(out->cur, RSTRING_PTR(rs), cnt); if (dump_as_string) { *out->cur++ = '"'; } *out->cur = '\0'; } static DumpFunc compat_funcs[] = { NULL, // RUBY_T_NONE = 0x00, dump_obj, // RUBY_T_OBJECT = 0x01, oj_dump_class, // RUBY_T_CLASS = 0x02, oj_dump_class, // RUBY_T_MODULE = 0x03, dump_float, // RUBY_T_FLOAT = 0x04, oj_dump_str, // RUBY_T_STRING = 0x05, dump_obj, // RUBY_T_REGEXP = 0x06, dump_array, // RUBY_T_ARRAY = 0x07, dump_hash, // RUBY_T_HASH = 0x08, dump_struct, // RUBY_T_STRUCT = 0x09, dump_bignum, // RUBY_T_BIGNUM = 0x0a, NULL, // RUBY_T_FILE = 0x0b, dump_obj, // RUBY_T_DATA = 0x0c, NULL, // RUBY_T_MATCH = 0x0d, dump_obj, // RUBY_T_COMPLEX = 0x0e, dump_obj, // RUBY_T_RATIONAL = 0x0f, NULL, // 0x10 oj_dump_nil, // RUBY_T_NIL = 0x11, oj_dump_true, // RUBY_T_TRUE = 0x12, oj_dump_false, // RUBY_T_FALSE = 0x13, oj_dump_sym, // RUBY_T_SYMBOL = 0x14, oj_dump_fixnum, // RUBY_T_FIXNUM = 0x15, }; static void set_state_depth(VALUE state, int depth) { if (0 == rb_const_defined(rb_cObject, rb_intern("JSON"))) { rb_require("oj/json"); } { VALUE json_module = rb_const_get_at(rb_cObject, rb_intern("JSON")); VALUE ext = rb_const_get(json_module, rb_intern("Ext")); VALUE generator = rb_const_get(ext, rb_intern("Generator")); VALUE state_class = rb_const_get(generator, rb_intern("State")); if (state_class == rb_obj_class(state)) { rb_funcall(state, rb_intern("depth="), 1, INT2NUM(depth)); } } } void oj_dump_compat_val(VALUE obj, int depth, Out out, bool as_ok) { int type = rb_type(obj); TRACE(out->opts->trace, "dump", obj, depth, TraceIn); // The max_nesting logic is that an empty Array or Hash is assumed to have // content so the max_nesting should fail but a non-collection value is // okay. That means a check for a collectable value is needed before // raising. if (out->opts->dump_opts.max_depth <= depth) { if (RUBY_T_ARRAY == type || RUBY_T_HASH == type) { if (0 < out->argc) { set_state_depth(*out->argv, depth); } raise_json_err("Too deeply nested", "NestingError"); } } if (0 < type && type <= RUBY_T_FIXNUM) { DumpFunc f = compat_funcs[type]; if (NULL != f) { f(obj, depth, out, as_ok); TRACE(out->opts->trace, "dump", obj, depth, TraceOut); return; } } oj_dump_nil(Qnil, depth, out, false); TRACE(out->opts->trace, "dump", Qnil, depth, TraceOut); } oj-3.16.12/ext/oj/dump_leaf.c000066400000000000000000000113041510053151600156000ustar00rootroot00000000000000// Copyright (c) 2012, 2017 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #include #include "dump.h" #include "oj.h" static void dump_leaf(Leaf leaf, int depth, Out out); inline static void dump_chars(const char *s, size_t size, Out out) { assure_size(out, size); APPEND_CHARS(out->cur, s, size); *out->cur = '\0'; } static void dump_leaf_str(Leaf leaf, Out out) { switch (leaf->value_type) { case STR_VAL: oj_dump_cstr(leaf->str, strlen(leaf->str), 0, 0, out); break; case RUBY_VAL: oj_dump_cstr(StringValueCStr(leaf->value), RSTRING_LEN(leaf->value), 0, 0, out); break; case COL_VAL: default: rb_raise(rb_eTypeError, "Unexpected value type %02x.\n", leaf->value_type); break; } } static void dump_leaf_fixnum(Leaf leaf, Out out) { switch (leaf->value_type) { case STR_VAL: dump_chars(leaf->str, strlen(leaf->str), out); break; case RUBY_VAL: if (T_BIGNUM == rb_type(leaf->value)) { oj_dump_bignum(leaf->value, 0, out, false); } else { oj_dump_fixnum(leaf->value, 0, out, false); } break; case COL_VAL: default: rb_raise(rb_eTypeError, "Unexpected value type %02x.\n", leaf->value_type); break; } } static void dump_leaf_float(Leaf leaf, Out out) { switch (leaf->value_type) { case STR_VAL: dump_chars(leaf->str, strlen(leaf->str), out); break; case RUBY_VAL: oj_dump_float(leaf->value, 0, out, false); break; case COL_VAL: default: rb_raise(rb_eTypeError, "Unexpected value type %02x.\n", leaf->value_type); break; } } static void dump_leaf_array(Leaf leaf, int depth, Out out) { size_t size; int d2 = depth + 1; size = 2; assure_size(out, size); *out->cur++ = '['; if (0 == leaf->elements) { *out->cur++ = ']'; } else { Leaf first = leaf->elements->next; Leaf e = first; size = d2 * out->indent + 2; do { assure_size(out, size); fill_indent(out, d2); dump_leaf(e, d2, out); if (e->next != first) { *out->cur++ = ','; } e = e->next; } while (e != first); size = depth * out->indent + 1; assure_size(out, size); fill_indent(out, depth); *out->cur++ = ']'; } *out->cur = '\0'; } static void dump_leaf_hash(Leaf leaf, int depth, Out out) { size_t size; int d2 = depth + 1; size = 2; assure_size(out, size); *out->cur++ = '{'; if (0 == leaf->elements) { *out->cur++ = '}'; } else { Leaf first = leaf->elements->next; Leaf e = first; size = d2 * out->indent + 2; do { assure_size(out, size); fill_indent(out, d2); oj_dump_cstr(e->key, strlen(e->key), 0, 0, out); *out->cur++ = ':'; dump_leaf(e, d2, out); if (e->next != first) { *out->cur++ = ','; } e = e->next; } while (e != first); size = depth * out->indent + 1; assure_size(out, size); fill_indent(out, depth); *out->cur++ = '}'; } *out->cur = '\0'; } static void dump_leaf(Leaf leaf, int depth, Out out) { switch (leaf->rtype) { case T_NIL: oj_dump_nil(Qnil, 0, out, false); break; case T_TRUE: oj_dump_true(Qtrue, 0, out, false); break; case T_FALSE: oj_dump_false(Qfalse, 0, out, false); break; case T_STRING: dump_leaf_str(leaf, out); break; case T_FIXNUM: dump_leaf_fixnum(leaf, out); break; case T_FLOAT: dump_leaf_float(leaf, out); break; case T_ARRAY: dump_leaf_array(leaf, depth, out); break; case T_HASH: dump_leaf_hash(leaf, depth, out); break; default: rb_raise(rb_eTypeError, "Unexpected type %02x.\n", leaf->rtype); break; } } void oj_dump_leaf_to_json(Leaf leaf, Options copts, Out out) { if (0 == out->buf) { oj_out_init(out); } out->cur = out->buf; out->circ_cnt = 0; out->opts = copts; out->hash_cnt = 0; out->indent = copts->indent; dump_leaf(leaf, 0, out); } void oj_write_leaf_to_file(Leaf leaf, const char *path, Options copts) { struct _out out; size_t size; FILE *f; oj_out_init(&out); out.omit_nil = copts->dump_opts.omit_nil; oj_dump_leaf_to_json(leaf, copts, &out); size = out.cur - out.buf; if (0 == (f = fopen(path, "w"))) { rb_raise(rb_eIOError, "%s\n", strerror(errno)); } if (size != fwrite(out.buf, 1, size, f)) { int err = ferror(f); rb_raise(rb_eIOError, "Write failed. [%d:%s]\n", err, strerror(err)); } oj_out_free(&out); fclose(f); } oj-3.16.12/ext/oj/dump_object.c000066400000000000000000000540171510053151600161470ustar00rootroot00000000000000// Copyright (c) 2012, 2017 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #include "dump.h" #include "mem.h" #include "odd.h" #include "trace.h" static const char hex_chars[17] = "0123456789abcdef"; static void dump_obj_attrs(VALUE obj, VALUE clas, slot_t id, int depth, Out out); static void dump_time(VALUE obj, Out out) { switch (out->opts->time_format) { case RubyTime: case XmlTime: oj_dump_xml_time(obj, out); break; case UnixZTime: oj_dump_time(obj, out, 1); break; case UnixTime: default: oj_dump_time(obj, out, 0); break; } } static void dump_data(VALUE obj, int depth, Out out, bool as_ok) { VALUE clas = rb_obj_class(obj); if (rb_cTime == clas) { assure_size(out, 6); APPEND_CHARS(out->cur, "{\"^t\":", 6); dump_time(obj, out); *out->cur++ = '}'; *out->cur = '\0'; } else { if (oj_bigdecimal_class == clas) { volatile VALUE rstr = oj_safe_string_convert(obj); const char *str = RSTRING_PTR(rstr); size_t len = RSTRING_LEN(rstr); if (No != out->opts->bigdec_as_num) { oj_dump_raw(str, len, out); } else if (0 == strcasecmp("Infinity", str)) { str = oj_nan_str(obj, out->opts->dump_opts.nan_dump, out->opts->mode, true, &len); oj_dump_raw(str, len, out); } else if (0 == strcasecmp("-Infinity", str)) { str = oj_nan_str(obj, out->opts->dump_opts.nan_dump, out->opts->mode, false, &len); oj_dump_raw(str, len, out); } else { oj_dump_cstr(str, len, 0, 0, out); } } else { long id = oj_check_circular(obj, out); if (0 <= id) { dump_obj_attrs(obj, clas, id, depth, out); } } } } static void dump_obj(VALUE obj, int depth, Out out, bool as_ok) { VALUE clas = rb_obj_class(obj); if (oj_bigdecimal_class == clas) { volatile VALUE rstr = oj_safe_string_convert(obj); const char *str = RSTRING_PTR(rstr); size_t len = RSTRING_LEN(rstr); if (0 == strcasecmp("Infinity", str)) { str = oj_nan_str(obj, out->opts->dump_opts.nan_dump, out->opts->mode, true, &len); oj_dump_raw(str, len, out); } else if (0 == strcasecmp("-Infinity", str)) { str = oj_nan_str(obj, out->opts->dump_opts.nan_dump, out->opts->mode, false, &len); oj_dump_raw(str, len, out); } else { oj_dump_raw(str, len, out); } } else { long id = oj_check_circular(obj, out); if (0 <= id) { dump_obj_attrs(obj, clas, id, depth, out); } } } static void dump_class(VALUE obj, int depth, Out out, bool as_ok) { const char *s = rb_class2name(obj); size_t len = strlen(s); assure_size(out, 6); APPEND_CHARS(out->cur, "{\"^c\":", 6); oj_dump_cstr(s, len, 0, 0, out); *out->cur++ = '}'; *out->cur = '\0'; } static void dump_array_class(VALUE a, VALUE clas, int depth, Out out) { size_t size; size_t i; size_t cnt; int d2 = depth + 1; long id = oj_check_circular(a, out); if (id < 0) { return; } if (Qundef != clas && rb_cArray != clas && ObjectMode == out->opts->mode) { dump_obj_attrs(a, clas, 0, depth, out); return; } cnt = RARRAY_LEN(a); *out->cur++ = '['; if (0 < id) { assure_size(out, d2 * out->indent + 16); fill_indent(out, d2); APPEND_CHARS(out->cur, "\"^i", 3); dump_ulong(id, out); *out->cur++ = '"'; } size = 2; assure_size(out, 2); if (0 == cnt) { *out->cur++ = ']'; } else { if (0 < id) { *out->cur++ = ','; } if (out->opts->dump_opts.use) { size = d2 * out->opts->dump_opts.indent_size + out->opts->dump_opts.array_size + 1; } else { size = d2 * out->indent + 2; } assure_size(out, size * cnt); cnt--; for (i = 0; i <= cnt; i++) { if (out->opts->dump_opts.use) { if (0 < out->opts->dump_opts.array_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.array_nl, out->opts->dump_opts.array_size); } if (0 < out->opts->dump_opts.indent_size) { int i; for (i = d2; 0 < i; i--) { APPEND_CHARS(out->cur, out->opts->dump_opts.indent_str, out->opts->dump_opts.indent_size); } } } else { fill_indent(out, d2); } oj_dump_obj_val(RARRAY_AREF(a, i), d2, out); if (i < cnt) { *out->cur++ = ','; } } size = depth * out->indent + 1; assure_size(out, size); if (out->opts->dump_opts.use) { // printf("*** d2: %u indent: %u '%s'\n", d2, out->opts->dump_opts->indent_size, // out->opts->dump_opts->indent); if (0 < out->opts->dump_opts.array_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.array_nl, out->opts->dump_opts.array_size); } if (0 < out->opts->dump_opts.indent_size) { int i; for (i = depth; 0 < i; i--) { APPEND_CHARS(out->cur, out->opts->dump_opts.indent_str, out->opts->dump_opts.indent_size); } } } else { fill_indent(out, depth); } *out->cur++ = ']'; } *out->cur = '\0'; } static void dump_array(VALUE obj, int depth, Out out, bool as_ok) { dump_array_class(obj, rb_obj_class(obj), depth, out); } static void dump_str_class(VALUE obj, VALUE clas, int depth, Out out) { if (Qundef != clas && rb_cString != clas) { dump_obj_attrs(obj, clas, 0, depth, out); } else { const char *s = RSTRING_PTR(obj); size_t len = RSTRING_LEN(obj); char s1 = s[1]; oj_dump_cstr(s, len, 0, (':' == *s || ('^' == *s && ('r' == s1 || 'i' == s1))), out); } } static void dump_str(VALUE obj, int depth, Out out, bool as_ok) { dump_str_class(obj, rb_obj_class(obj), depth, out); } static void dump_sym(VALUE obj, int depth, Out out, bool as_ok) { volatile VALUE s = rb_sym2str(obj); oj_dump_cstr(RSTRING_PTR(s), RSTRING_LEN(s), 1, 0, out); } static int hash_cb(VALUE key, VALUE value, VALUE ov) { Out out = (Out)ov; int depth = out->depth; long size = depth * out->indent + 1; if (dump_ignore(out->opts, value)) { return ST_CONTINUE; } if (out->omit_nil && Qnil == value) { return ST_CONTINUE; } assure_size(out, size); fill_indent(out, depth); switch (rb_type(key)) { case T_STRING: dump_str_class(key, Qundef, depth, out); *out->cur++ = ':'; oj_dump_obj_val(value, depth, out); break; case T_SYMBOL: dump_sym(key, 0, out, false); *out->cur++ = ':'; oj_dump_obj_val(value, depth, out); break; default: { int d2 = depth + 1; long s2 = size + out->indent + 1; int i; int started = 0; uint8_t b; assure_size(out, s2 + 15); APPEND_CHARS(out->cur, "\"^#", 3); out->hash_cnt++; for (i = 28; 0 <= i; i -= 4) { b = (uint8_t)((out->hash_cnt >> i) & 0x0000000F); if ('\0' != b) { started = 1; } if (started) { *out->cur++ = hex_chars[b]; } } APPEND_CHARS(out->cur, "\":[", 3); fill_indent(out, d2); oj_dump_obj_val(key, d2, out); assure_size(out, s2); *out->cur++ = ','; fill_indent(out, d2); oj_dump_obj_val(value, d2, out); assure_size(out, size); fill_indent(out, depth); *out->cur++ = ']'; } } out->depth = depth; *out->cur++ = ','; return ST_CONTINUE; } static void dump_hash_class(VALUE obj, VALUE clas, int depth, Out out) { int cnt; size_t size; if (Qundef != clas && rb_cHash != clas) { dump_obj_attrs(obj, clas, 0, depth, out); return; } cnt = (int)RHASH_SIZE(obj); size = depth * out->indent + 2; assure_size(out, 2); if (0 == cnt) { APPEND_CHARS(out->cur, "{}", 2); } else { long id = oj_check_circular(obj, out); if (0 > id) { return; } *out->cur++ = '{'; if (0 < id) { assure_size(out, size + 16); fill_indent(out, depth + 1); APPEND_CHARS(out->cur, "\"^i\":", 5); dump_ulong(id, out); *out->cur++ = ','; } out->depth = depth + 1; rb_hash_foreach(obj, hash_cb, (VALUE)out); if (',' == *(out->cur - 1)) { out->cur--; // backup to overwrite last comma } if (!out->opts->dump_opts.use) { assure_size(out, size); fill_indent(out, depth); } else { size = depth * out->opts->dump_opts.indent_size + out->opts->dump_opts.hash_size + 1; assure_size(out, size); if (0 < out->opts->dump_opts.hash_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.hash_nl, out->opts->dump_opts.hash_size); } if (0 < out->opts->dump_opts.indent_size) { int i; for (i = depth; 0 < i; i--) { APPEND_CHARS(out->cur, out->opts->dump_opts.indent_str, out->opts->dump_opts.indent_size); } } } *out->cur++ = '}'; } *out->cur = '\0'; } static int dump_attr_cb(ID key, VALUE value, VALUE ov) { Out out = (Out)ov; int depth = out->depth; size_t size = depth * out->indent + 1; const char *attr = rb_id2name(key); if (dump_ignore(out->opts, value)) { return ST_CONTINUE; } if (out->omit_nil && Qnil == value) { return ST_CONTINUE; } // Some exceptions such as NoMethodError have an invisible attribute where // the key name is NULL. Not an empty string but NULL. if (NULL == attr) { attr = ""; } else if (Yes == out->opts->ignore_under && '@' == *attr && '_' == attr[1]) { return ST_CONTINUE; } if (0 == strcmp("bt", attr) || 0 == strcmp("mesg", attr)) { return ST_CONTINUE; } assure_size(out, size); fill_indent(out, depth); if ('@' == *attr) { attr++; oj_dump_cstr(attr, strlen(attr), 0, 0, out); } else { char buf[32]; *buf = '~'; strncpy(buf + 1, attr, sizeof(buf) - 2); buf[sizeof(buf) - 1] = '\0'; oj_dump_cstr(buf, strlen(buf), 0, 0, out); } *out->cur++ = ':'; oj_dump_obj_val(value, depth, out); out->depth = depth; *out->cur++ = ','; return ST_CONTINUE; } static void dump_hash(VALUE obj, int depth, Out out, bool as_ok) { dump_hash_class(obj, rb_obj_class(obj), depth, out); } static void dump_odd(VALUE obj, Odd odd, VALUE clas, int depth, Out out) { ID *idp; AttrGetFunc *fp; volatile VALUE v; const char *name; size_t size; int d2 = depth + 1; assure_size(out, 2); *out->cur++ = '{'; if (Qundef != clas) { const char *class_name = rb_class2name(clas); int clen = (int)strlen(class_name); size = d2 * out->indent + clen + 10; assure_size(out, size); fill_indent(out, d2); APPEND_CHARS(out->cur, "\"^O\":", 5); oj_dump_cstr(class_name, clen, 0, 0, out); *out->cur++ = ','; } if (odd->raw) { v = rb_funcall(obj, *odd->attrs, 0); if (Qundef == v || T_STRING != rb_type(v)) { rb_raise(rb_eEncodingError, "Invalid type for raw JSON."); } else { const char *s = RSTRING_PTR(v); size_t len = RSTRING_LEN(v); const char *name = rb_id2name(*odd->attrs); size_t nlen = strlen(name); size = len + d2 * out->indent + nlen + 10; assure_size(out, size); fill_indent(out, d2); *out->cur++ = '"'; APPEND_CHARS(out->cur, name, nlen); APPEND_CHARS(out->cur, "\":", 2); APPEND_CHARS(out->cur, s, len); *out->cur = '\0'; } } else { size = d2 * out->indent + 1; for (idp = odd->attrs, fp = odd->attrFuncs; 0 != *idp; idp++, fp++) { size_t nlen; assure_size(out, size); name = rb_id2name(*idp); nlen = strlen(name); if (NULL != *fp) { v = (*fp)(obj); } else if (0 == strchr(name, '.')) { v = rb_funcall(obj, *idp, 0); } else { char nbuf[256]; char *n2 = nbuf; char *n; char *end; ID i; if (sizeof(nbuf) <= nlen) { if (NULL == (n2 = OJ_STRDUP(name))) { rb_raise(rb_eNoMemError, "for attribute name."); } } else { strcpy(n2, name); } n = n2; v = obj; while (0 != (end = strchr(n, '.'))) { *end = '\0'; i = rb_intern(n); v = rb_funcall(v, i, 0); n = end + 1; } i = rb_intern(n); v = rb_funcall(v, i, 0); if (nbuf != n2) { OJ_FREE(n2); } } fill_indent(out, d2); oj_dump_cstr(name, nlen, 0, 0, out); *out->cur++ = ':'; oj_dump_obj_val(v, d2, out); assure_size(out, 2); *out->cur++ = ','; } out->cur--; } *out->cur++ = '}'; *out->cur = '\0'; } static void dump_obj_attrs(VALUE obj, VALUE clas, slot_t id, int depth, Out out) { size_t size = 0; int d2 = depth + 1; int type = rb_type(obj); Odd odd; if (0 != (odd = oj_get_odd(clas))) { dump_odd(obj, odd, clas, depth + 1, out); return; } assure_size(out, 2); *out->cur++ = '{'; if (Qundef != clas) { const char *class_name = rb_class2name(clas); int clen = (int)strlen(class_name); assure_size(out, d2 * out->indent + clen + 10); fill_indent(out, d2); APPEND_CHARS(out->cur, "\"^o\":", 5); oj_dump_cstr(class_name, clen, 0, 0, out); } if (0 < id) { assure_size(out, d2 * out->indent + 16); *out->cur++ = ','; fill_indent(out, d2); APPEND_CHARS(out->cur, "\"^i\":", 5); dump_ulong(id, out); } switch (type) { case T_STRING: assure_size(out, d2 * out->indent + 14); *out->cur++ = ','; fill_indent(out, d2); APPEND_CHARS(out->cur, "\"self\":", 7); oj_dump_cstr(RSTRING_PTR(obj), RSTRING_LEN(obj), 0, 0, out); break; case T_ARRAY: assure_size(out, d2 * out->indent + 14); *out->cur++ = ','; fill_indent(out, d2); APPEND_CHARS(out->cur, "\"self\":", 7); dump_array_class(obj, Qundef, depth + 1, out); break; case T_HASH: assure_size(out, d2 * out->indent + 14); *out->cur++ = ','; fill_indent(out, d2); APPEND_CHARS(out->cur, "\"self\":", 7); dump_hash_class(obj, Qundef, depth + 1, out); break; default: break; } { int cnt = (int)rb_ivar_count(obj); if (Qundef != clas && 0 < cnt) { *out->cur++ = ','; } if (0 == cnt && Qundef == clas) { // Might be something special like an Enumerable. if (Qtrue == rb_obj_is_kind_of(obj, oj_enumerable_class)) { out->cur--; oj_dump_obj_val(rb_funcall(obj, rb_intern("entries"), 0), depth, out); return; } } out->depth = depth + 1; rb_ivar_foreach(obj, dump_attr_cb, (VALUE)out); if (',' == *(out->cur - 1)) { out->cur--; // backup to overwrite last comma } if (rb_obj_is_kind_of(obj, rb_eException)) { volatile VALUE rv; if (',' != *(out->cur - 1)) { *out->cur++ = ','; } // message assure_size(out, size); fill_indent(out, d2); oj_dump_cstr("~mesg", 5, 0, 0, out); *out->cur++ = ':'; rv = rb_funcall2(obj, rb_intern("message"), 0, 0); oj_dump_obj_val(rv, d2, out); assure_size(out, 2); *out->cur++ = ','; // backtrace assure_size(out, size); fill_indent(out, d2); oj_dump_cstr("~bt", 3, 0, 0, out); *out->cur++ = ':'; rv = rb_funcall2(obj, rb_intern("backtrace"), 0, 0); oj_dump_obj_val(rv, d2, out); assure_size(out, 2); } out->depth = depth; } fill_indent(out, depth); *out->cur++ = '}'; *out->cur = '\0'; } static void dump_regexp(VALUE obj, int depth, Out out, bool as_ok) { dump_obj_attrs(obj, rb_obj_class(obj), 0, depth, out); } static void dump_struct(VALUE obj, int depth, Out out, bool as_ok) { VALUE clas = rb_obj_class(obj); const char *class_name = rb_class2name(clas); size_t i; int d2 = depth + 1; int d3 = d2 + 1; size_t len = strlen(class_name); size_t size = d2 * out->indent + d3 * out->indent + 10 + len; char circular = out->opts->circular; assure_size(out, size); *out->cur++ = '{'; fill_indent(out, d2); APPEND_CHARS(out->cur, "\"^u\":[", 6); if ('#' == *class_name) { VALUE ma = rb_struct_s_members(clas); const char *name; size_t cnt = RARRAY_LEN(ma); *out->cur++ = '['; for (i = 0; i < cnt; i++) { volatile VALUE s = rb_sym2str(RARRAY_AREF(ma, i)); name = RSTRING_PTR(s); len = RSTRING_LEN(s); size = len + 3; assure_size(out, size); if (0 < i) { *out->cur++ = ','; } *out->cur++ = '"'; APPEND_CHARS(out->cur, name, len); *out->cur++ = '"'; } *out->cur++ = ']'; } else { fill_indent(out, d3); *out->cur++ = '"'; APPEND_CHARS(out->cur, class_name, len); *out->cur++ = '"'; } *out->cur++ = ','; size = d3 * out->indent + 2; #ifdef RSTRUCT_LEN { VALUE v; int cnt; #if RSTRUCT_LEN_RETURNS_INTEGER_OBJECT cnt = (int)NUM2LONG(RSTRUCT_LEN(obj)); #else // RSTRUCT_LEN_RETURNS_INTEGER_OBJECT cnt = (int)RSTRUCT_LEN(obj); #endif // RSTRUCT_LEN_RETURNS_INTEGER_OBJECT if (0 == strcmp(class_name, "Range")) { out->opts->circular = 'n'; } for (i = 0; i < (size_t)cnt; i++) { v = RSTRUCT_GET(obj, (int)i); if (dump_ignore(out->opts, v)) { v = Qnil; } assure_size(out, size); fill_indent(out, d3); oj_dump_obj_val(v, d3, out); *out->cur++ = ','; } } #else { // This is a bit risky as a struct in C ruby is not the same as a Struct // class in interpreted Ruby so length() may not be defined. int slen = FIX2INT(rb_funcall2(obj, oj_length_id, 0, 0)); if (0 == strcmp(class_name, "Range")) { out->opts->circular = 'n'; } for (i = 0; i < slen; i++) { assure_size(out, size); fill_indent(out, d3); if (dump_ignore(out->opts, v)) { v = Qnil; } oj_dump_obj_val(rb_struct_aref(obj, INT2FIX(i)), d3, out, 0, 0, true); *out->cur++ = ','; } } #endif out->opts->circular = circular; out->cur--; APPEND_CHARS(out->cur, "]}", 2); *out->cur = '\0'; } static void dump_complex(VALUE obj, int depth, Out out, bool as_ok) { dump_obj_attrs(obj, rb_obj_class(obj), 0, depth, out); } static void dump_rational(VALUE obj, int depth, Out out, bool as_ok) { dump_obj_attrs(obj, rb_obj_class(obj), 0, depth, out); } static DumpFunc obj_funcs[] = { NULL, // RUBY_T_NONE = 0x00, dump_obj, // RUBY_T_OBJECT = 0x01, dump_class, // RUBY_T_CLASS = 0x02, dump_class, // RUBY_T_MODULE = 0x03, oj_dump_float, // RUBY_T_FLOAT = 0x04, dump_str, // RUBY_T_STRING = 0x05, dump_regexp, // RUBY_T_REGEXP = 0x06, dump_array, // RUBY_T_ARRAY = 0x07, dump_hash, // RUBY_T_HASH = 0x08, dump_struct, // RUBY_T_STRUCT = 0x09, oj_dump_bignum, // RUBY_T_BIGNUM = 0x0a, NULL, // RUBY_T_FILE = 0x0b, dump_data, // RUBY_T_DATA = 0x0c, NULL, // RUBY_T_MATCH = 0x0d, dump_complex, // RUBY_T_COMPLEX = 0x0e, dump_rational, // RUBY_T_RATIONAL = 0x0f, NULL, // 0x10 oj_dump_nil, // RUBY_T_NIL = 0x11, oj_dump_true, // RUBY_T_TRUE = 0x12, oj_dump_false, // RUBY_T_FALSE = 0x13, dump_sym, // RUBY_T_SYMBOL = 0x14, oj_dump_fixnum, // RUBY_T_FIXNUM = 0x15, }; void oj_dump_obj_val(VALUE obj, int depth, Out out) { int type = rb_type(obj); TRACE(out->opts->trace, "dump", obj, depth, TraceIn); if (MAX_DEPTH < depth) { rb_raise(rb_eNoMemError, "Too deeply nested.\n"); } if (0 < type && type <= RUBY_T_FIXNUM) { DumpFunc f = obj_funcs[type]; if (NULL != f) { f(obj, depth, out, false); TRACE(out->opts->trace, "dump", obj, depth, TraceOut); return; } } oj_dump_nil(Qnil, depth, out, false); TRACE(out->opts->trace, "dump", Qnil, depth, TraceOut); } oj-3.16.12/ext/oj/dump_strict.c000066400000000000000000000314371510053151600162120ustar00rootroot00000000000000// Copyright (c) 2012, 2017 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #include #include #include #include #include #include #include #include "dump.h" #include "trace.h" // Workaround in case INFINITY is not defined in math.h or if the OS is CentOS #define OJ_INFINITY (1.0 / 0.0) typedef unsigned long ulong; static const char inf_val[] = INF_VAL; static const char ninf_val[] = NINF_VAL; static const char nan_val[] = NAN_VAL; static void raise_strict(VALUE obj) { rb_raise(rb_eTypeError, "Failed to dump %s Object to JSON in strict mode.\n", rb_class2name(rb_obj_class(obj))); } // Removed dependencies on math due to problems with CentOS 5.4. static void dump_float(VALUE obj, int depth, Out out, bool as_ok) { char buf[64]; char* b; double d = rb_num2dbl(obj); size_t cnt = 0; if (0.0 == d) { b = buf; *b++ = '0'; *b++ = '.'; *b++ = '0'; *b++ = '\0'; cnt = 3; } else { NanDump nd = out->opts->dump_opts.nan_dump; if (AutoNan == nd) { nd = RaiseNan; } if (OJ_INFINITY == d) { switch (nd) { case RaiseNan: case WordNan: raise_strict(obj); break; case NullNan: strcpy(buf, "null"); cnt = 4; break; case HugeNan: default: strcpy(buf, inf_val); cnt = sizeof(inf_val) - 1; break; } } else if (-OJ_INFINITY == d) { switch (nd) { case RaiseNan: case WordNan: raise_strict(obj); break; case NullNan: strcpy(buf, "null"); cnt = 4; break; case HugeNan: default: strcpy(buf, ninf_val); cnt = sizeof(ninf_val) - 1; break; } } else if (isnan(d)) { switch (nd) { case RaiseNan: case WordNan: raise_strict(obj); break; case NullNan: strcpy(buf, "null"); cnt = 4; break; case HugeNan: default: strcpy(buf, nan_val); cnt = sizeof(nan_val) - 1; break; } } else if (d == (double)(long long int)d) { cnt = snprintf(buf, sizeof(buf), "%.1f", d); } else if (0 == out->opts->float_prec) { volatile VALUE rstr = oj_safe_string_convert(obj); cnt = RSTRING_LEN(rstr); if ((int)sizeof(buf) <= cnt) { cnt = sizeof(buf) - 1; } memcpy(buf, RSTRING_PTR(rstr), cnt); buf[cnt] = '\0'; } else { cnt = oj_dump_float_printf(buf, sizeof(buf), obj, d, out->opts->float_fmt); } } assure_size(out, cnt); APPEND_CHARS(out->cur, buf, cnt); *out->cur = '\0'; } static void dump_array(VALUE a, int depth, Out out, bool as_ok) { size_t size; size_t i; size_t cnt; int d2 = depth + 1; if (Yes == out->opts->circular) { if (0 > oj_check_circular(a, out)) { oj_dump_nil(Qnil, 0, out, false); return; } } cnt = RARRAY_LEN(a); *out->cur++ = '['; size = 2; assure_size(out, size); if (0 == cnt) { *out->cur++ = ']'; } else { if (out->opts->dump_opts.use) { size = d2 * out->opts->dump_opts.indent_size + out->opts->dump_opts.array_size + 1; } else { size = d2 * out->indent + 2; } assure_size(out, size * cnt); cnt--; for (i = 0; i <= cnt; i++) { if (out->opts->dump_opts.use) { if (0 < out->opts->dump_opts.array_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.array_nl, out->opts->dump_opts.array_size); } if (0 < out->opts->dump_opts.indent_size) { int i; for (i = d2; 0 < i; i--) { APPEND_CHARS(out->cur, out->opts->dump_opts.indent_str, out->opts->dump_opts.indent_size); } } } else { fill_indent(out, d2); } if (NullMode == out->opts->mode) { oj_dump_null_val(RARRAY_AREF(a, i), d2, out); } else { oj_dump_strict_val(RARRAY_AREF(a, i), d2, out); } if (i < cnt) { *out->cur++ = ','; } } size = depth * out->indent + 1; assure_size(out, size); if (out->opts->dump_opts.use) { // printf("*** d2: %u indent: %u '%s'\n", d2, out->opts->dump_opts->indent_size, // out->opts->dump_opts->indent); if (0 < out->opts->dump_opts.array_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.array_nl, out->opts->dump_opts.array_size); } if (0 < out->opts->dump_opts.indent_size) { int i; for (i = depth; 0 < i; i--) { APPEND_CHARS(out->cur, out->opts->dump_opts.indent_str, out->opts->dump_opts.indent_size); } } } else { fill_indent(out, depth); } *out->cur++ = ']'; } *out->cur = '\0'; } static int hash_cb(VALUE key, VALUE value, VALUE ov) { Out out = (Out)ov; int depth = out->depth; long size; int rtype = rb_type(key); if (rtype != T_STRING && rtype != T_SYMBOL) { rb_raise(rb_eTypeError, "In :strict and :null mode all Hash keys must be Strings or Symbols, not %s.\n", rb_class2name(rb_obj_class(key))); } if (out->omit_nil && Qnil == value) { return ST_CONTINUE; } if (!out->opts->dump_opts.use) { size = depth * out->indent + 1; assure_size(out, size); fill_indent(out, depth); if (rtype == T_STRING) { oj_dump_str(key, 0, out, false); } else { oj_dump_sym(key, 0, out, false); } *out->cur++ = ':'; } else { size = depth * out->opts->dump_opts.indent_size + out->opts->dump_opts.hash_size + 1; assure_size(out, size); if (0 < out->opts->dump_opts.hash_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.hash_nl, out->opts->dump_opts.hash_size); } if (0 < out->opts->dump_opts.indent_size) { int i; for (i = depth; 0 < i; i--) { APPEND_CHARS(out->cur, out->opts->dump_opts.indent_str, out->opts->dump_opts.indent_size); } } if (rtype == T_STRING) { oj_dump_str(key, 0, out, false); } else { oj_dump_sym(key, 0, out, false); } size = out->opts->dump_opts.before_size + out->opts->dump_opts.after_size + 2; assure_size(out, size); if (0 < out->opts->dump_opts.before_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.before_sep, out->opts->dump_opts.before_size); } *out->cur++ = ':'; if (0 < out->opts->dump_opts.after_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.after_sep, out->opts->dump_opts.after_size); } } if (NullMode == out->opts->mode) { oj_dump_null_val(value, depth, out); } else { oj_dump_strict_val(value, depth, out); } out->depth = depth; *out->cur++ = ','; return ST_CONTINUE; } static void dump_hash(VALUE obj, int depth, Out out, bool as_ok) { int cnt; size_t size; if (Yes == out->opts->circular) { if (0 > oj_check_circular(obj, out)) { oj_dump_nil(Qnil, 0, out, false); return; } } cnt = (int)RHASH_SIZE(obj); size = depth * out->indent + 2; assure_size(out, 2); *out->cur++ = '{'; if (0 == cnt) { *out->cur++ = '}'; } else { out->depth = depth + 1; rb_hash_foreach(obj, hash_cb, (VALUE)out); if (',' == *(out->cur - 1)) { out->cur--; // backup to overwrite last comma } if (!out->opts->dump_opts.use) { assure_size(out, size); fill_indent(out, depth); } else { size = depth * out->opts->dump_opts.indent_size + out->opts->dump_opts.hash_size + 1; assure_size(out, size); if (0 < out->opts->dump_opts.hash_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.hash_nl, out->opts->dump_opts.hash_size); } if (0 < out->opts->dump_opts.indent_size) { int i; for (i = depth; 0 < i; i--) { APPEND_CHARS(out->cur, out->opts->dump_opts.indent_str, out->opts->dump_opts.indent_size); } } } *out->cur++ = '}'; } *out->cur = '\0'; } static void dump_data_strict(VALUE obj, int depth, Out out, bool as_ok) { VALUE clas = rb_obj_class(obj); if (oj_bigdecimal_class == clas) { volatile VALUE rstr = oj_safe_string_convert(obj); oj_dump_raw(RSTRING_PTR(rstr), RSTRING_LEN(rstr), out); } else { raise_strict(obj); } } static void dump_data_null(VALUE obj, int depth, Out out, bool as_ok) { VALUE clas = rb_obj_class(obj); if (oj_bigdecimal_class == clas) { volatile VALUE rstr = oj_safe_string_convert(obj); oj_dump_raw(RSTRING_PTR(rstr), RSTRING_LEN(rstr), out); } else { oj_dump_nil(Qnil, depth, out, false); } } static DumpFunc strict_funcs[] = { NULL, // RUBY_T_NONE = 0x00, dump_data_strict, // RUBY_T_OBJECT = 0x01, NULL, // RUBY_T_CLASS = 0x02, NULL, // RUBY_T_MODULE = 0x03, dump_float, // RUBY_T_FLOAT = 0x04, oj_dump_str, // RUBY_T_STRING = 0x05, NULL, // RUBY_T_REGEXP = 0x06, dump_array, // RUBY_T_ARRAY = 0x07, dump_hash, // RUBY_T_HASH = 0x08, NULL, // RUBY_T_STRUCT = 0x09, oj_dump_bignum, // RUBY_T_BIGNUM = 0x0a, NULL, // RUBY_T_FILE = 0x0b, dump_data_strict, // RUBY_T_DATA = 0x0c, NULL, // RUBY_T_MATCH = 0x0d, NULL, // RUBY_T_COMPLEX = 0x0e, NULL, // RUBY_T_RATIONAL = 0x0f, NULL, // 0x10 oj_dump_nil, // RUBY_T_NIL = 0x11, oj_dump_true, // RUBY_T_TRUE = 0x12, oj_dump_false, // RUBY_T_FALSE = 0x13, oj_dump_sym, // RUBY_T_SYMBOL = 0x14, oj_dump_fixnum, // RUBY_T_FIXNUM = 0x15, }; void oj_dump_strict_val(VALUE obj, int depth, Out out) { int type = rb_type(obj); TRACE(out->opts->trace, "dump", obj, depth, TraceIn); if (MAX_DEPTH < depth) { rb_raise(rb_eNoMemError, "Too deeply nested.\n"); } if (0 < type && type <= RUBY_T_FIXNUM) { DumpFunc f = strict_funcs[type]; if (NULL != f) { f(obj, depth, out, false); TRACE(out->opts->trace, "dump", obj, depth, TraceOut); return; } } raise_strict(obj); } static DumpFunc null_funcs[] = { NULL, // RUBY_T_NONE = 0x00, dump_data_null, // RUBY_T_OBJECT = 0x01, NULL, // RUBY_T_CLASS = 0x02, NULL, // RUBY_T_MODULE = 0x03, dump_float, // RUBY_T_FLOAT = 0x04, oj_dump_str, // RUBY_T_STRING = 0x05, NULL, // RUBY_T_REGEXP = 0x06, dump_array, // RUBY_T_ARRAY = 0x07, dump_hash, // RUBY_T_HASH = 0x08, NULL, // RUBY_T_STRUCT = 0x09, oj_dump_bignum, // RUBY_T_BIGNUM = 0x0a, NULL, // RUBY_T_FILE = 0x0b, dump_data_null, // RUBY_T_DATA = 0x0c, NULL, // RUBY_T_MATCH = 0x0d, NULL, // RUBY_T_COMPLEX = 0x0e, NULL, // RUBY_T_RATIONAL = 0x0f, NULL, // 0x10 oj_dump_nil, // RUBY_T_NIL = 0x11, oj_dump_true, // RUBY_T_TRUE = 0x12, oj_dump_false, // RUBY_T_FALSE = 0x13, oj_dump_sym, // RUBY_T_SYMBOL = 0x14, oj_dump_fixnum, // RUBY_T_FIXNUM = 0x15, }; void oj_dump_null_val(VALUE obj, int depth, Out out) { int type = rb_type(obj); TRACE(out->opts->trace, "dump", obj, depth, TraceOut); if (MAX_DEPTH < depth) { rb_raise(rb_eNoMemError, "Too deeply nested.\n"); } if (0 < type && type <= RUBY_T_FIXNUM) { DumpFunc f = null_funcs[type]; if (NULL != f) { f(obj, depth, out, false); TRACE(out->opts->trace, "dump", obj, depth, TraceOut); return; } } oj_dump_nil(Qnil, depth, out, false); TRACE(out->opts->trace, "dump", Qnil, depth, TraceOut); } oj-3.16.12/ext/oj/encode.h000066400000000000000000000006041510053151600151070ustar00rootroot00000000000000// Copyright (c) 2011 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #ifndef OJ_ENCODE_H #define OJ_ENCODE_H #include "oj.h" #include "ruby.h" #include "ruby/encoding.h" static inline VALUE oj_encode(VALUE rstr) { rb_enc_associate(rstr, oj_utf8_encoding); return rstr; } #endif /* OJ_ENCODE_H */ oj-3.16.12/ext/oj/err.c000066400000000000000000000031321510053151600144340ustar00rootroot00000000000000// Copyright (c) 2011 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #include "err.h" #include void oj_err_set(Err e, VALUE clas, const char *format, ...) { va_list ap; va_start(ap, format); e->clas = clas; vsnprintf(e->msg, sizeof(e->msg) - 1, format, ap); va_end(ap); } void oj_err_raise(Err e) { rb_raise(e->clas, "%s", e->msg); } void _oj_err_set_with_location(Err err, VALUE eclas, const char *msg, const char *json, const char *current, const char *file, int line) { int n = 1; int col = 1; for (; json < current && '\n' != *current; current--) { col++; } for (; json < current; current--) { if ('\n' == *current) { n++; } } oj_err_set(err, eclas, "%s at line %d, column %d [%s:%d]", msg, n, col, file, line); } void _oj_raise_error(const char *msg, const char *json, const char *current, const char *file, int line) { struct _err err; int n = 1; int col = 1; for (; json < current && '\n' != *current; current--) { col++; } for (; json < current; current--) { if ('\n' == *current) { n++; } } oj_err_set(&err, oj_parse_error_class, "%s at line %d, column %d [%s:%d]", msg, n, col, file, line); rb_raise(err.clas, "%s", err.msg); } oj-3.16.12/ext/oj/err.h000066400000000000000000000033041510053151600144420ustar00rootroot00000000000000// Copyright (c) 2011 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #ifndef OJ_ERR_H #define OJ_ERR_H #include #include "ruby.h" // Needed to silence 2.4.0 warnings. #ifndef NORETURN #define NORETURN(x) x #endif #define OJ_ERR_START 300 typedef enum { OJ_OK = 0, OJ_ERR_MEMORY = ENOMEM, OJ_ERR_PARSE = OJ_ERR_START, OJ_ERR_READ, OJ_ERR_WRITE, OJ_ERR_OVERFLOW, OJ_ERR_ARG, OJ_ERR_TOO_MANY, OJ_ERR_TYPE, OJ_ERR_KEY, OJ_ABORT, OJ_ERR_LAST, } ojStatus; #define set_error(err, eclas, msg, json, current) _oj_err_set_with_location(err, eclas, msg, json, current, FILE, LINE) typedef struct _err { VALUE clas; char msg[128]; } *Err; extern VALUE oj_parse_error_class; extern void oj_err_set(Err e, VALUE clas, const char *format, ...); extern void _oj_err_set_with_location(Err err, VALUE eclas, const char *msg, const char *json, const char *current, const char *file, int line); NORETURN(extern void oj_err_raise(Err e)); #define raise_error(msg, json, current) _oj_raise_error(msg, json, current, __FILE__, __LINE__) NORETURN( extern void _oj_raise_error(const char *msg, const char *json, const char *current, const char *file, int line)); inline static void err_init(Err e) { e->clas = Qnil; *e->msg = '\0'; } inline static int err_has(Err e) { return (Qnil != e->clas); } #endif /* OJ_ERR_H */ oj-3.16.12/ext/oj/extconf.rb000066400000000000000000000036041510053151600154770ustar00rootroot00000000000000# frozen_string_literal: true require 'mkmf' require 'rbconfig' extension_name = 'oj' dir_config(extension_name) parts = RUBY_DESCRIPTION.split(' ') type = parts[0] type = type[4..] if type.start_with?('tcs-') is_windows = RbConfig::CONFIG['host_os'] =~ /(mingw|mswin)/ platform = RUBY_PLATFORM version = RUBY_VERSION.split('.') puts ">>>>> Creating Makefile for #{type} version #{RUBY_VERSION} on #{platform} <<<<<" dflags = { 'RUBY_TYPE' => type, (type.upcase + '_RUBY') => nil, 'RUBY_VERSION' => RUBY_VERSION, 'RUBY_VERSION_MAJOR' => version[0], 'RUBY_VERSION_MINOR' => version[1], 'RUBY_VERSION_MICRO' => version[2], 'IS_WINDOWS' => is_windows ? 1 : 0, 'RSTRUCT_LEN_RETURNS_INTEGER_OBJECT' => ('ruby' == type && '2' == version[0] && '4' == version[1] && '1' >= version[2]) ? 1 : 0, } # Support for compaction. have_func('rb_gc_mark_movable') have_func('stpcpy') have_func('pthread_mutex_init') have_func('getrlimit', 'sys/resource.h') have_func('rb_enc_interned_str') have_func('rb_ext_ractor_safe', 'ruby.h') dflags['OJ_DEBUG'] = true unless ENV['OJ_DEBUG'].nil? if with_config('--with-sse42') if try_cflags('-msse4.2') $CPPFLAGS += ' -msse4.2' dflags['OJ_USE_SSE4_2'] = 1 else warn 'SSE 4.2 is not supported on this platform.' end end if enable_config('trace-log', false) dflags['OJ_ENABLE_TRACE_LOG'] = 1 end dflags.each do |k, v| if v.nil? $CPPFLAGS += " -D#{k}" else $CPPFLAGS += " -D#{k}=#{v}" end end $CPPFLAGS += ' -Wall' # puts "*** $CPPFLAGS: #{$CPPFLAGS}" # Adding the __attribute__ flag only works with gcc compilers and even then it # does not work to check args with varargs so just remove the check. CONFIG['warnflags'].slice!(/ -Wsuggest-attribute=format/) CONFIG['warnflags'].slice!(/ -Wdeclaration-after-statement/) CONFIG['warnflags'].slice!(/ -Wmissing-noreturn/) create_makefile(File.join(extension_name, extension_name)) %x{make clean} oj-3.16.12/ext/oj/fast.c000066400000000000000000001374621510053151600146170ustar00rootroot00000000000000// Copyright (c) 2012 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for // license details. #if !IS_WINDOWS #include // for getrlimit() on linux #endif #include #include #include #include #include #include "dump.h" #include "encode.h" #include "mem.h" #include "oj.h" // maximum to allocate on the stack, arbitrary limit #define SMALL_JSON 65536 #define MAX_STACK 100 // #define BATCH_SIZE (4096 / sizeof(struct _leaf) - 1) #define BATCH_SIZE 100 // Support for compaction #ifdef HAVE_RB_GC_MARK_MOVABLE #define mark rb_gc_mark_movable #else #define mark rb_gc_mark #endif typedef struct _batch { struct _batch *next; int next_avail; struct _leaf leaves[BATCH_SIZE]; } *Batch; typedef struct _doc { Leaf data; Leaf *where; // points to current location Leaf where_path[MAX_STACK]; // points to head of path char *json; unsigned long size; // number of leaves/branches in the doc VALUE self; Batch batches; struct _batch batch0; } *Doc; typedef struct _parseInfo { char *str; // buffer being read from char *s; // current position in buffer Doc doc; void *stack_min; } *ParseInfo; static void leaf_init(Leaf leaf, int type); static Leaf leaf_new(Doc doc, int type); static void leaf_append_element(Leaf parent, Leaf element); static VALUE leaf_value(Doc doc, Leaf leaf); static void leaf_fixnum_value(Leaf leaf); static void leaf_float_value(Leaf leaf); static VALUE leaf_array_value(Doc doc, Leaf leaf); static VALUE leaf_hash_value(Doc doc, Leaf leaf); static Leaf read_next(ParseInfo pi); static Leaf read_obj(ParseInfo pi); static Leaf read_array(ParseInfo pi); static Leaf read_str(ParseInfo pi); static Leaf read_num(ParseInfo pi); static Leaf read_true(ParseInfo pi); static Leaf read_false(ParseInfo pi); static Leaf read_nil(ParseInfo pi); static void next_non_white(ParseInfo pi); static char *read_quoted_value(ParseInfo pi); static void skip_comment(ParseInfo pi); static VALUE protect_open_proc(VALUE x); static VALUE parse_json(VALUE clas, char *json, bool given); static void each_leaf(Doc doc, VALUE self); static int move_step(Doc doc, const char *path, int loc); static Leaf get_doc_leaf(Doc doc, const char *path); static Leaf get_leaf(Leaf *stack, Leaf *lp, const char *path); static void each_value(Doc doc, Leaf leaf); VALUE oj_doc_class = Qundef; // This is only for CentOS 5.4 with Ruby 1.9.3-p0. #ifndef HAVE_STPCPY char *stpcpy(char *dest, const char *src) { size_t cnt = strlen(src); strcpy(dest, src); return dest + cnt; } #endif inline static void next_non_white(ParseInfo pi) { for (; 1; pi->s++) { switch (*pi->s) { case ' ': case '\t': case '\f': case '\n': case '\r': break; case '/': skip_comment(pi); break; default: return; } } } inline static char *ulong_fill(char *s, size_t num) { char buf[32]; char *b = buf + sizeof(buf) - 1; *b-- = '\0'; b = oj_longlong_to_string((long long)num, false, b); if ('\0' == *b) { b--; *b = '0'; } for (; '\0' != *b; b++, s++) { *s = *b; } return s; } inline static void leaf_init(Leaf leaf, int type) { leaf->next = 0; leaf->rtype = type; leaf->parent_type = T_NONE; switch (type) { case T_ARRAY: case T_HASH: leaf->elements = 0; leaf->value_type = COL_VAL; break; case T_NIL: leaf->value = Qnil; leaf->value_type = RUBY_VAL; break; case T_TRUE: leaf->value = Qtrue; leaf->value_type = RUBY_VAL; break; case T_FALSE: leaf->value = Qfalse; leaf->value_type = RUBY_VAL; break; case T_FIXNUM: case T_FLOAT: case T_STRING: default: leaf->value_type = STR_VAL; break; } } inline static Leaf leaf_new(Doc doc, int type) { Leaf leaf; if (0 == doc->batches || BATCH_SIZE == doc->batches->next_avail) { Batch b = OJ_R_ALLOC(struct _batch); // Initializes all leaves with a NO_VAL value_type memset(b, 0, sizeof(struct _batch)); b->next = doc->batches; doc->batches = b; b->next_avail = 0; } leaf = &doc->batches->leaves[doc->batches->next_avail]; doc->batches->next_avail++; leaf_init(leaf, type); return leaf; } inline static void leaf_append_element(Leaf parent, Leaf element) { if (0 == parent->elements) { parent->elements = element; element->next = element; } else { element->next = parent->elements->next; parent->elements->next = element; parent->elements = element; } } static VALUE leaf_value(Doc doc, Leaf leaf) { if (RUBY_VAL != leaf->value_type) { switch (leaf->rtype) { case T_NIL: leaf->value = Qnil; break; case T_TRUE: leaf->value = Qtrue; break; case T_FALSE: leaf->value = Qfalse; break; case T_FIXNUM: leaf_fixnum_value(leaf); break; case T_FLOAT: leaf_float_value(leaf); break; case T_STRING: leaf->value = rb_utf8_str_new_cstr(leaf->str); leaf->value_type = RUBY_VAL; break; case T_ARRAY: return leaf_array_value(doc, leaf); break; case T_HASH: return leaf_hash_value(doc, leaf); break; default: rb_raise(rb_const_get_at(Oj, rb_intern("Error")), "Unexpected type %02x.", leaf->rtype); break; } } return leaf->value; } inline static Doc self_doc(VALUE self) { Doc doc = DATA_PTR(self); if (0 == doc) { rb_raise(rb_eIOError, "Document already closed or not open."); } return doc; } static void skip_comment(ParseInfo pi) { pi->s++; // skip first / if ('*' == *pi->s) { pi->s++; for (; '\0' != *pi->s; pi->s++) { if ('*' == *pi->s && '/' == *(pi->s + 1)) { pi->s++; return; } else if ('\0' == *pi->s) { raise_error("comment not terminated", pi->str, pi->s); } } } else if ('/' == *pi->s) { for (; 1; pi->s++) { switch (*pi->s) { case '\n': case '\r': case '\f': case '\0': return; default: break; } } } else { raise_error("invalid comment", pi->str, pi->s); } } #ifdef RUBINIUS_RUBY #define NUM_MAX 0x07FFFFFF #else #define NUM_MAX (FIXNUM_MAX >> 8) #endif static void leaf_fixnum_value(Leaf leaf) { char *s = leaf->str; int64_t n = 0; int neg = 0; int big = 0; if ('-' == *s) { s++; neg = 1; } else if ('+' == *s) { s++; } for (; '0' <= *s && *s <= '9'; s++) { n = n * 10 + (*s - '0'); if (NUM_MAX <= n) { big = 1; } } if (big) { char c = *s; *s = '\0'; leaf->value = rb_cstr_to_inum(leaf->str, 10, 0); *s = c; } else { if (neg) { n = -n; } leaf->value = rb_ll2inum(n); } leaf->value_type = RUBY_VAL; } static void leaf_float_value(Leaf leaf) { leaf->value = rb_float_new(rb_cstr_to_dbl(leaf->str, 1)); leaf->value_type = RUBY_VAL; } static VALUE leaf_array_value(Doc doc, Leaf leaf) { volatile VALUE a = rb_ary_new(); if (0 != leaf->elements) { Leaf first = leaf->elements->next; Leaf e = first; do { rb_ary_push(a, leaf_value(doc, e)); e = e->next; } while (e != first); } return a; } static VALUE leaf_hash_value(Doc doc, Leaf leaf) { volatile VALUE h = rb_hash_new(); if (0 != leaf->elements) { Leaf first = leaf->elements->next; Leaf e = first; volatile VALUE key; do { key = rb_utf8_str_new_cstr(e->key); rb_hash_aset(h, key, leaf_value(doc, e)); e = e->next; } while (e != first); } return h; } static Leaf read_next(ParseInfo pi) { Leaf leaf = 0; if ((void *)&leaf < pi->stack_min) { rb_raise(rb_eSysStackError, "JSON is too deeply nested"); } next_non_white(pi); // skip white space switch (*pi->s) { case '{': leaf = read_obj(pi); break; case '[': leaf = read_array(pi); break; case '"': leaf = read_str(pi); break; case '+': case '-': case '0': case '1': case '2': case '3': case '4': case '5': case '6': case '7': case '8': case '9': leaf = read_num(pi); break; case 't': leaf = read_true(pi); break; case 'f': leaf = read_false(pi); break; case 'n': leaf = read_nil(pi); break; case '\0': default: break; // returns 0 } pi->doc->size++; return leaf; } static Leaf read_obj(ParseInfo pi) { Leaf h = leaf_new(pi->doc, T_HASH); char *end; const char *key = 0; Leaf val = 0; pi->s++; next_non_white(pi); if ('}' == *pi->s) { pi->s++; return h; } while (1) { next_non_white(pi); key = 0; val = 0; if ('"' != *pi->s || 0 == (key = read_quoted_value(pi))) { raise_error("unexpected character", pi->str, pi->s); } next_non_white(pi); if (':' == *pi->s) { pi->s++; } else { raise_error("invalid format, expected :", pi->str, pi->s); } if (0 == (val = read_next(pi))) { // printf("*** '%s'\n", pi->s); raise_error("unexpected character", pi->str, pi->s); } end = pi->s; val->key = key; val->parent_type = T_HASH; leaf_append_element(h, val); next_non_white(pi); if ('}' == *pi->s) { pi->s++; *end = '\0'; break; } else if (',' == *pi->s) { pi->s++; } else { // printf("*** '%s'\n", pi->s); raise_error("invalid format, expected , or } while in an object", pi->str, pi->s); } *end = '\0'; } return h; } static Leaf read_array(ParseInfo pi) { Leaf a = leaf_new(pi->doc, T_ARRAY); Leaf e; char *end; int cnt = 0; pi->s++; next_non_white(pi); if (']' == *pi->s) { pi->s++; return a; } while (1) { next_non_white(pi); if (0 == (e = read_next(pi))) { raise_error("unexpected character", pi->str, pi->s); } cnt++; e->index = cnt; e->parent_type = T_ARRAY; leaf_append_element(a, e); end = pi->s; next_non_white(pi); if (',' == *pi->s) { pi->s++; } else if (']' == *pi->s) { pi->s++; *end = '\0'; break; } else { raise_error("invalid format, expected , or ] while in an array", pi->str, pi->s); } *end = '\0'; } return a; } static Leaf read_str(ParseInfo pi) { Leaf leaf = leaf_new(pi->doc, T_STRING); leaf->str = read_quoted_value(pi); return leaf; } static Leaf read_num(ParseInfo pi) { char *start = pi->s; int type = T_FIXNUM; Leaf leaf; if ('-' == *pi->s) { pi->s++; } // digits for (; '0' <= *pi->s && *pi->s <= '9'; pi->s++) { } if ('.' == *pi->s) { type = T_FLOAT; pi->s++; for (; '0' <= *pi->s && *pi->s <= '9'; pi->s++) { } } if ('e' == *pi->s || 'E' == *pi->s) { pi->s++; if ('-' == *pi->s || '+' == *pi->s) { pi->s++; } for (; '0' <= *pi->s && *pi->s <= '9'; pi->s++) { } } leaf = leaf_new(pi->doc, type); leaf->str = start; return leaf; } static Leaf read_true(ParseInfo pi) { Leaf leaf = leaf_new(pi->doc, T_TRUE); pi->s++; if ('r' != *pi->s || 'u' != *(pi->s + 1) || 'e' != *(pi->s + 2)) { raise_error("invalid format, expected 'true'", pi->str, pi->s); } pi->s += 3; return leaf; } static Leaf read_false(ParseInfo pi) { Leaf leaf = leaf_new(pi->doc, T_FALSE); pi->s++; if ('a' != *pi->s || 'l' != *(pi->s + 1) || 's' != *(pi->s + 2) || 'e' != *(pi->s + 3)) { raise_error("invalid format, expected 'false'", pi->str, pi->s); } pi->s += 4; return leaf; } static Leaf read_nil(ParseInfo pi) { Leaf leaf = leaf_new(pi->doc, T_NIL); pi->s++; if ('u' != *pi->s || 'l' != *(pi->s + 1) || 'l' != *(pi->s + 2)) { raise_error("invalid format, expected 'nil'", pi->str, pi->s); } pi->s += 3; return leaf; } static uint32_t read_4hex(ParseInfo pi, const char *h) { uint32_t b = 0; int i; for (i = 0; i < 4; i++, h++) { b = b << 4; if ('0' <= *h && *h <= '9') { b += *h - '0'; } else if ('A' <= *h && *h <= 'F') { b += *h - 'A' + 10; } else if ('a' <= *h && *h <= 'f') { b += *h - 'a' + 10; } else { raise_error("invalid hex character", pi->str, pi->s); } } return b; } static char *unicode_to_chars(ParseInfo pi, char *t, uint32_t code) { if (0x0000007F >= code) { *t++ = (char)code; } else if (0x000007FF >= code) { *t++ = 0xC0 | (code >> 6); *t++ = 0x80 | (0x3F & code); } else if (0x0000FFFF >= code) { *t++ = 0xE0 | (code >> 12); *t++ = 0x80 | ((code >> 6) & 0x3F); *t++ = 0x80 | (0x3F & code); } else if (0x001FFFFF >= code) { *t++ = 0xF0 | (code >> 18); *t++ = 0x80 | ((code >> 12) & 0x3F); *t++ = 0x80 | ((code >> 6) & 0x3F); *t++ = 0x80 | (0x3F & code); } else if (0x03FFFFFF >= code) { *t++ = 0xF8 | (code >> 24); *t++ = 0x80 | ((code >> 18) & 0x3F); *t++ = 0x80 | ((code >> 12) & 0x3F); *t++ = 0x80 | ((code >> 6) & 0x3F); *t++ = 0x80 | (0x3F & code); } else if (0x7FFFFFFF >= code) { *t++ = 0xFC | (code >> 30); *t++ = 0x80 | ((code >> 24) & 0x3F); *t++ = 0x80 | ((code >> 18) & 0x3F); *t++ = 0x80 | ((code >> 12) & 0x3F); *t++ = 0x80 | ((code >> 6) & 0x3F); *t++ = 0x80 | (0x3F & code); } else { raise_error("invalid Unicode character", pi->str, pi->s); } return t; } // Assume the value starts immediately and goes until the quote character is // reached again. Do not read the character after the terminating quote. static char *read_quoted_value(ParseInfo pi) { char *value = 0; char *h = pi->s; // head char *t = h; // tail h++; // skip quote character t++; value = h; for (; '"' != *h; h++, t++) { if ('\0' == *h) { pi->s = h; raise_error("quoted string not terminated", pi->str, pi->s); } else if ('\\' == *h) { h++; switch (*h) { case 'n': *t = '\n'; break; case 'r': *t = '\r'; break; case 't': *t = '\t'; break; case 'f': *t = '\f'; break; case 'b': *t = '\b'; break; case '"': *t = '"'; break; case '/': *t = '/'; break; case '\\': *t = '\\'; break; case 'u': { uint32_t code; h++; code = read_4hex(pi, h); h += 3; if (0x0000D800 <= code && code <= 0x0000DFFF) { uint32_t c1 = (code - 0x0000D800) & 0x000003FF; uint32_t c2; h++; if ('\\' != *h || 'u' != *(h + 1)) { pi->s = h; raise_error("invalid escaped character", pi->str, pi->s); } h += 2; c2 = read_4hex(pi, h); h += 3; c2 = (c2 - 0x0000DC00) & 0x000003FF; code = ((c1 << 10) | c2) + 0x00010000; } t = unicode_to_chars(pi, t, code); t--; break; } default: pi->s = h; raise_error("invalid escaped character", pi->str, pi->s); break; } } else if (t != h) { *t = *h; } } *t = '\0'; // terminate value pi->s = h + 1; return value; } // doc support functions inline static void doc_init(Doc doc) { memset(doc, 0, sizeof(struct _doc)); doc->where = doc->where_path; doc->self = Qundef; doc->batches = &doc->batch0; } static void doc_free(Doc doc) { if (0 != doc) { Batch b; while (0 != (b = doc->batches)) { doc->batches = doc->batches->next; if (&doc->batch0 != b) { OJ_R_FREE(b); } } OJ_R_FREE(doc->json); OJ_R_FREE(doc); } } static VALUE protect_open_proc(VALUE x) { ParseInfo pi = (ParseInfo)x; pi->doc->data = read_next(pi); // parse *pi->doc->where = pi->doc->data; pi->doc->where = pi->doc->where_path; if (rb_block_given_p()) { return rb_yield(pi->doc->self); // caller processing } return Qnil; } static void free_doc_cb(void *x) { Doc doc = (Doc)x; if (0 != doc) { doc_free(doc); } } static void mark_leaf(Leaf leaf) { if (NULL != leaf) { switch (leaf->value_type) { case COL_VAL: if (NULL != leaf->elements) { Leaf first = leaf->elements->next; Leaf e = first; do { mark_leaf(e); e = e->next; } while (e != first); } break; case RUBY_VAL: mark(leaf->value); break; default: break; } } } static void mark_doc(void *ptr) { if (NULL != ptr) { Doc doc = (Doc)ptr; mark(doc->self); mark_leaf(doc->data); } } #ifdef HAVE_RB_GC_MARK_MOVABLE static void compact_leaf(Leaf leaf) { switch (leaf->value_type) { case COL_VAL: if (NULL != leaf->elements) { Leaf first = leaf->elements->next; Leaf e = first; do { compact_leaf(e); e = e->next; } while (e != first); } break; case RUBY_VAL: leaf->value = rb_gc_location(leaf->value); break; default: break; } } static void compact_doc(void *ptr) { Doc doc = (Doc)ptr; if (doc) { doc->self = rb_gc_location(doc->self); compact_leaf(doc->data); } } #endif static const rb_data_type_t oj_doc_type = { "Oj/doc", { mark_doc, free_doc_cb, NULL, #ifdef HAVE_RB_GC_MARK_MOVABLE compact_doc, #endif }, 0, 0, }; static VALUE parse_json(VALUE clas, char *json, bool given) { struct _parseInfo pi; volatile VALUE result = Qnil; Doc doc; int ex = 0; volatile VALUE self; doc = OJ_R_ALLOC_N(struct _doc, 1); // skip UTF-8 BOM if present if (0xEF == (uint8_t)*json && 0xBB == (uint8_t)json[1] && 0xBF == (uint8_t)json[2]) { pi.str = json + 3; } else { pi.str = json; } pi.s = pi.str; doc_init(doc); pi.doc = doc; #if IS_WINDOWS || !defined(HAVE_GETRLIMIT) // assume a 1M stack and give half to ruby pi.stack_min = (void *)((char *)&pi - (512L * 1024L)); #else { struct rlimit lim; if (0 == getrlimit(RLIMIT_STACK, &lim) && RLIM_INFINITY != lim.rlim_cur) { // let 3/4ths of the stack be used only pi.stack_min = (void *)((char *)&lim - (lim.rlim_cur / 4 * 3)); } else { pi.stack_min = 0; // indicates not to check stack limit } } #endif doc->json = json; self = TypedData_Wrap_Struct(clas, &oj_doc_type, doc); doc->self = self; result = rb_protect(protect_open_proc, (VALUE)&pi, &ex); if (given || 0 != ex) { DATA_PTR(doc->self) = NULL; // TBD is this needed? /* doc_free(pi.doc); if (0 != ex) { // will jump so caller will not free OJ_R_FREE(json); } */ } else { result = doc->self; } if (0 != ex) { rb_jump_tag(ex); } return result; } static Leaf get_doc_leaf(Doc doc, const char *path) { Leaf leaf = *doc->where; if (0 != doc->data && 0 != path) { Leaf stack[MAX_STACK]; Leaf *lp; if ('/' == *path) { path++; *stack = doc->data; lp = stack; } else if (doc->where == doc->where_path) { *stack = doc->data; lp = stack; } else { size_t cnt = doc->where - doc->where_path; if (MAX_STACK <= cnt) { rb_raise(rb_const_get_at(Oj, rb_intern("DepthError")), "Path too deep. Limit is %d levels.", MAX_STACK); } memcpy(stack, doc->where_path, sizeof(Leaf) * (cnt + 1)); lp = stack + cnt; } return get_leaf(stack, lp, path); } return leaf; } static const char *next_slash(const char *s) { for (; '\0' != *s; s++) { if ('\\' == *s) { s++; if ('\0' == *s) { break; } } else if ('/' == *s) { return s; } } return NULL; } static bool key_match(const char *pat, const char *key, int plen) { for (; 0 < plen; plen--, pat++, key++) { if ('\\' == *pat) { plen--; pat++; } if (*pat != *key) { return false; } } return '\0' == *key; } static Leaf get_leaf(Leaf *stack, Leaf *lp, const char *path) { Leaf leaf = *lp; if (MAX_STACK <= lp - stack) { rb_raise(rb_const_get_at(Oj, rb_intern("DepthError")), "Path too deep. Limit is %d levels.", MAX_STACK); } if ('\0' != *path) { if ('.' == *path && '.' == *(path + 1)) { path += 2; if ('/' == *path) { path++; } if (stack < lp) { leaf = get_leaf(stack, lp - 1, path); } else { return 0; } } else if (NULL == leaf->elements) { leaf = NULL; } else if (STR_VAL == leaf->value_type || RUBY_VAL == leaf->value_type) { // We are trying to get a children of a leaf, which // doesn't exist. leaf = NULL; } else if (COL_VAL == leaf->value_type) { Leaf first = leaf->elements->next; Leaf e = first; int type = leaf->rtype; leaf = NULL; if (T_ARRAY == type) { int cnt = 0; for (; '0' <= *path && *path <= '9'; path++) { cnt = cnt * 10 + (*path - '0'); } if ('/' == *path) { path++; } do { if (1 >= cnt) { lp++; *lp = e; leaf = get_leaf(stack, lp, path); break; } cnt--; e = e->next; } while (e != first); } else if (T_HASH == type) { const char *key = path; const char *slash = next_slash(path); int klen; leaf = NULL; if (0 == slash) { klen = (int)strlen(key); path += klen; } else { klen = (int)(slash - key); path += klen + 1; } do { if (key_match(key, e->key, klen)) { lp++; *lp = e; leaf = get_leaf(stack, lp, path); break; } e = e->next; } while (e != first); } } } return leaf; } static void each_leaf(Doc doc, VALUE self) { if (COL_VAL == (*doc->where)->value_type) { if (0 != (*doc->where)->elements) { Leaf first = (*doc->where)->elements->next; Leaf e = first; doc->where++; if (MAX_STACK <= doc->where - doc->where_path) { rb_raise(rb_const_get_at(Oj, rb_intern("DepthError")), "Path too deep. Limit is %d levels.", MAX_STACK); } do { *doc->where = e; each_leaf(doc, self); e = e->next; } while (e != first); doc->where--; } } else { rb_yield(self); } } static int move_step(Doc doc, const char *path, int loc) { if (MAX_STACK <= doc->where - doc->where_path) { rb_raise(rb_const_get_at(Oj, rb_intern("DepthError")), "Path too deep. Limit is %d levels.", MAX_STACK); } if ('\0' == *path) { loc = 0; } else { Leaf leaf; if (0 == doc->where || 0 == (leaf = *doc->where)) { printf("*** Internal error at %s\n", path); return loc; } if ('.' == *path && '.' == *(path + 1)) { Leaf init = *doc->where; path += 2; if (doc->where == doc->where_path) { return loc; } if ('/' == *path) { path++; } *doc->where = 0; doc->where--; loc = move_step(doc, path, loc + 1); if (0 != loc) { *doc->where = init; doc->where++; } } else if (COL_VAL == leaf->value_type && 0 != leaf->elements) { Leaf first = leaf->elements->next; Leaf e = first; if (T_ARRAY == leaf->rtype) { int cnt = 0; for (; '0' <= *path && *path <= '9'; path++) { cnt = cnt * 10 + (*path - '0'); } if ('/' == *path) { path++; } else if ('\0' != *path) { return loc; } do { if (1 >= cnt) { doc->where++; *doc->where = e; loc = move_step(doc, path, loc + 1); if (0 != loc) { *doc->where = 0; doc->where--; } break; } cnt--; e = e->next; } while (e != first); } else if (T_HASH == leaf->rtype) { const char *key = path; const char *slash = next_slash(path); int klen; if (0 == slash) { klen = (int)strlen(key); path += klen; } else { klen = (int)(slash - key); path += klen + 1; } do { if (key_match(key, e->key, klen)) { doc->where++; *doc->where = e; loc = move_step(doc, path, loc + 1); if (0 != loc) { *doc->where = 0; doc->where--; } break; } e = e->next; } while (e != first); } } } return loc; } static void each_value(Doc doc, Leaf leaf) { if (COL_VAL == leaf->value_type) { if (0 != leaf->elements) { Leaf first = leaf->elements->next; Leaf e = first; do { each_value(doc, e); e = e->next; } while (e != first); } } else { rb_yield(leaf_value(doc, leaf)); } } // doc functions /* @overload open(json) { |doc| ... } => Object * * Parses a JSON document String and then yields to the provided block if one * is given with an instance of the Oj::Doc as the single yield parameter. If * a block is not given then an Oj::Doc instance is returned and must be * closed with a call to the #close() method when no longer needed. * * @param [String] json JSON document string * @yieldparam [Oj::Doc] doc parsed JSON document * @yieldreturn [Object] returns the result of the yield as the result of the * method call * @example * Oj::Doc.open('[1,2,3]') { |doc| doc.size() } #=> 4 * # or as an alternative * doc = Oj::Doc.open('[1,2,3]') * doc.size() #=> 4 * doc.close() */ static VALUE doc_open(VALUE clas, VALUE str) { char *json; size_t len; volatile VALUE obj; int given = rb_block_given_p(); Check_Type(str, T_STRING); len = RSTRING_LEN(str) + 1; json = OJ_R_ALLOC_N(char, len); memcpy(json, StringValuePtr(str), len); obj = parse_json(clas, json, given); // TBD is this needed /* if (given) { OJ_R_FREE(json); } */ return obj; } /* @overload open_file(filename) { |doc| ... } => Object * * Parses a JSON document from a file and then yields to the provided block if * one is given with an instance of the Oj::Doc as the single yield * parameter. If a block is not given then an Oj::Doc instance is returned and * must be closed with a call to the #close() method when no longer needed. * * @param [String] filename name of file that contains a JSON document * @yieldparam [Oj::Doc] doc parsed JSON document * @yieldreturn [Object] returns the result of the yield as the result of the * method call * @example * File.open('array.json', 'w') { |f| f.write('[1,2,3]') } * Oj::Doc.open_file(filename) { |doc| doc.size() } #=> 4 * # or as an alternative * doc = Oj::Doc.open_file(filename) * doc.size() #=> 4 * doc.close() */ static VALUE doc_open_file(VALUE clas, VALUE filename) { char *path; char *json; FILE *f; size_t len; volatile VALUE obj; int given = rb_block_given_p(); path = StringValuePtr(filename); if (0 == (f = fopen(path, "r"))) { rb_raise(rb_eIOError, "%s", strerror(errno)); } fseek(f, 0, SEEK_END); len = ftell(f); json = OJ_R_ALLOC_N(char, len + 1); fseek(f, 0, SEEK_SET); if (len != fread(json, 1, len, f)) { fclose(f); rb_raise(rb_const_get_at(Oj, rb_intern("LoadError")), "Failed to read %lu bytes from %s.", (unsigned long)len, path); } fclose(f); json[len] = '\0'; obj = parse_json(clas, json, given); // TBD is this needed /* if (given) { OJ_R_FREE(json); } */ return obj; } static int esc_strlen(const char *s) { int cnt = 0; for (; '\0' != *s; s++, cnt++) { if ('/' == *s) { cnt++; } } return cnt; } static char *append_key(char *p, const char *key) { for (; '\0' != *key; p++, key++) { if ('/' == *key) { *p++ = '\\'; } *p = *key; } return p; } /* Document-method: parse * @see Oj::Doc.open */ /* @overload where() => String * * Returns a String that describes the absolute path to the current location * in the JSON document. */ static VALUE doc_where(VALUE self) { Doc doc = self_doc(self); if (0 == *doc->where_path || doc->where == doc->where_path) { return oj_slash_string; } else { Leaf *lp; Leaf leaf; size_t size = 3; // leading / and terminating \0 char *path; char *p; for (lp = doc->where_path; lp <= doc->where; lp++) { leaf = *lp; if (T_HASH == leaf->parent_type) { size += esc_strlen((*lp)->key) + 1; } else if (T_ARRAY == leaf->parent_type) { size += ((*lp)->index < 100) ? 3 : 11; } } path = ALLOCA_N(char, size); p = path; for (lp = doc->where_path; lp <= doc->where; lp++) { leaf = *lp; if (T_HASH == leaf->parent_type) { p = append_key(p, (*lp)->key); } else if (T_ARRAY == leaf->parent_type) { p = ulong_fill(p, (*lp)->index); } *p++ = '/'; } *--p = '\0'; return rb_str_new(path, p - path); } } /* @overload where?() => String * @deprecated * Returns a String that describes the absolute path to the current location * in the JSON document. */ static VALUE doc_where_q(VALUE self) { return doc_where(self); } /* @overload path() => String * * Returns a String that describes the absolute path to the current location * in the JSON document. */ static VALUE doc_path(VALUE self) { return doc_where(self); } /* @overload local_key() => String, Fixnum, nil * * Returns the final key to the current location. * @example * Oj::Doc.open('[1,2,3]') { |doc| doc.move('/2'); doc.local_key() } #=> 2 * Oj::Doc.open('{"one":3}') { |doc| doc.move('/one'); doc.local_key() } #=> * "one" Oj::Doc.open('[1,2,3]') { |doc| doc.local_key() } * #=> nil */ static VALUE doc_local_key(VALUE self) { Doc doc = self_doc(self); Leaf leaf = *doc->where; volatile VALUE key = Qnil; if (T_HASH == leaf->parent_type) { key = rb_utf8_str_new_cstr(leaf->key); } else if (T_ARRAY == leaf->parent_type) { key = LONG2NUM(leaf->index); } return key; } /* @overload home() => nil * * Moves the document marker or location to the hoot or home position. The * same operation can be performed with a Oj::Doc.move('/'). * @example * Oj::Doc.open('[1,2,3]') { |doc| doc.move('/2'); doc.home(); doc.where? } * #=> '/' */ static VALUE doc_home(VALUE self) { Doc doc = self_doc(self); *doc->where_path = doc->data; doc->where = doc->where_path; return oj_slash_string; } /* @overload type(path=nil) => Class * * Returns the Class of the data value at the location identified by the path * or the current location if the path is nil or not provided. This method * does not create the Ruby Object at the location specified so the overhead * is low. * @param [String] path path to the location to get the type of if provided * @example * Oj::Doc.open('[1,2]') { |doc| doc.type() } #=> Array * Oj::Doc.open('[1,2]') { |doc| doc.type('/1') } #=> Fixnum */ static VALUE doc_type(int argc, VALUE *argv, VALUE self) { Doc doc = self_doc(self); Leaf leaf; const char *path = 0; VALUE type = Qnil; if (1 <= argc) { path = StringValuePtr(*argv); } if (0 != (leaf = get_doc_leaf(doc, path))) { switch (leaf->rtype) { case T_NIL: type = rb_cNilClass; break; case T_TRUE: type = rb_cTrueClass; break; case T_FALSE: type = rb_cFalseClass; break; case T_STRING: type = rb_cString; break; case T_FIXNUM: type = rb_cInteger; break; case T_FLOAT: type = rb_cFloat; break; case T_ARRAY: type = rb_cArray; break; case T_HASH: type = rb_cHash; break; default: break; } } return type; } /* @overload fetch(path=nil,default=nil) => nil, true, false, Fixnum, Float, String, Array, * Hash * * Returns the value at the location identified by the path or the current * location if the path is nil or not provided. This method will create and * return an Array or Hash if that is the type of Object at the location * specified. This is more expensive than navigating to the leaves of the JSON * document. If a default is provided that is used if no value if found. * @param [String] path path to the location to get the type of if provided * @example * Oj::Doc.open('[1,2]') { |doc| doc.fetch() } #=> [1, 2] * Oj::Doc.open('[1,2]') { |doc| doc.fetch('/1') } #=> 1 */ static VALUE doc_fetch(int argc, VALUE *argv, VALUE self) { Doc doc; Leaf leaf; volatile VALUE val = Qnil; const char *path = 0; doc = self_doc(self); if (1 <= argc) { path = StringValuePtr(*argv); if (2 == argc) { val = argv[1]; } } if (0 != (leaf = get_doc_leaf(doc, path))) { val = leaf_value(doc, leaf); } return val; } /* @overload exists?(path) => true, false * * Returns true if the value at the location identified by the path exists. * @param [String] path path to the location * @example * Oj::Doc.open('[1,2]') { |doc| doc.exists?('/1') } #=> true * Oj::Doc.open('[1,2]') { |doc| doc.exists?('/3') } #=> false */ static VALUE doc_exists(VALUE self, VALUE str) { Doc doc; Leaf leaf; doc = self_doc(self); if (0 != (leaf = get_doc_leaf(doc, StringValuePtr(str)))) { if (NULL != leaf) { return Qtrue; } } return Qfalse; } /* @overload each_leaf(path=nil) => nil * * Yields to the provided block for each leaf node with the identified * location of the JSON document as the root. The parameter passed to the * block on yield is the Doc instance after moving to the child location. * @param [String] path if provided it identified the top of the branch to * process the leaves of * @yieldparam [Doc] Doc at the child location * @example * Oj::Doc.open('[3,[2,1]]') { |doc| * result = {} * doc.each_leaf() { |d| result[d.where?] = d.fetch() } * result * } * #=> ["/1" => 3, "/2/1" => 2, "/2/2" => 1] */ static VALUE doc_each_leaf(int argc, VALUE *argv, VALUE self) { if (rb_block_given_p()) { Leaf save_path[MAX_STACK]; Doc doc = self_doc(self); const char *path = 0; size_t wlen; wlen = doc->where - doc->where_path; if (0 < wlen) { memcpy(save_path, doc->where_path, sizeof(Leaf) * (wlen + 1)); } if (1 <= argc) { path = StringValuePtr(*argv); if ('/' == *path) { doc->where = doc->where_path; path++; } if (0 != move_step(doc, path, 1)) { if (0 < wlen) { memcpy(doc->where_path, save_path, sizeof(Leaf) * (wlen + 1)); } return Qnil; } } each_leaf(doc, self); if (0 < wlen) { memcpy(doc->where_path, save_path, sizeof(Leaf) * (wlen + 1)); } } return Qnil; } /* @overload move(path) => nil * * Moves the document marker to the path specified. The path can an absolute * path or a relative path. * @param [String] path path to the location to move to * @example * Oj::Doc.open('{"one":[1,2]') { |doc| doc.move('/one/2'); doc.where? } #=> * "/one/2" */ static VALUE doc_move(VALUE self, VALUE str) { Doc doc = self_doc(self); const char *path; int loc; path = StringValuePtr(str); if ('/' == *path) { doc->where = doc->where_path; path++; } if (0 != (loc = move_step(doc, path, 1))) { rb_raise(rb_eArgError, "Failed to locate element %d of the path %s.", loc, path); } return Qnil; } /* @overload each_child(path=nil) { |doc| ... } => nil * * Yields to the provided block for each immediate child node with the * identified location of the JSON document as the root. The parameter passed * to the block on yield is the Doc instance after moving to the child * location. * @param [String] path if provided it identified the top of the branch to * process the children of * @yieldparam [Doc] Doc at the child location * @example * Oj::Doc.open('[3,[2,1]]') { |doc| * result = [] * doc.each_value('/2') { |doc| result << doc.where? } * result * } * #=> ["/2/1", "/2/2"] */ static VALUE doc_each_child(int argc, VALUE *argv, VALUE self) { if (rb_block_given_p()) { Leaf save_path[MAX_STACK]; Doc doc = self_doc(self); const char *path = 0; size_t wlen; Leaf *where_orig = doc->where; wlen = doc->where - doc->where_path; if (0 < wlen) { memcpy(save_path, doc->where_path, sizeof(Leaf) * (wlen + 1)); } if (1 <= argc) { path = StringValuePtr(*argv); if ('/' == *path) { doc->where = doc->where_path; path++; } if (0 != move_step(doc, path, 1)) { if (0 < wlen) { memcpy(doc->where_path, save_path, sizeof(Leaf) * (wlen + 1)); } doc->where = where_orig; return Qnil; } } if (NULL == doc->where || NULL == *doc->where) { return Qnil; } if (COL_VAL == (*doc->where)->value_type && 0 != (*doc->where)->elements) { Leaf first = (*doc->where)->elements->next; Leaf e = first; doc->where++; do { *doc->where = e; rb_yield(self); e = e->next; } while (e != first); } if (0 < wlen) { memcpy(doc->where_path, save_path, sizeof(Leaf) * (wlen + 1)); } doc->where = where_orig; } return Qnil; } /* @overload each_value(path=nil) { |val| ... } => nil * * Yields to the provided block for each leaf value in the identified location * of the JSON document. The parameter passed to the block on yield is the * value of the leaf. Only those leaves below the element specified by the * path parameter are processed. * @param [String] path if provided it identified the top of the branch to * process the leaf values of * @yieldparam [Object] val each leaf value * @example * Oj::Doc.open('[3,[2,1]]') { |doc| * result = [] * doc.each_value() { |v| result << v } * result * } * #=> [3, 2, 1] * * Oj::Doc.open('[3,[2,1]]') { |doc| * result = [] * doc.each_value('/2') { |v| result << v } * result * } * #=> [2, 1] */ static VALUE doc_each_value(int argc, VALUE *argv, VALUE self) { if (rb_block_given_p()) { Doc doc = self_doc(self); const char *path = 0; Leaf leaf; if (1 <= argc) { path = StringValuePtr(*argv); } if (0 != (leaf = get_doc_leaf(doc, path))) { each_value(doc, leaf); } } return Qnil; } /* @overload dump(path, filename) * * Dumps the document or nodes to a new JSON document. It uses the default * options for generating the JSON. * @param path [String] if provided it identified the top of the branch to * dump to JSON * @param filename [String] if provided it is the filename to write the output * to * @example * Oj::Doc.open('[3,[2,1]]') { |doc| * doc.dump('/2') * } * #=> "[2,1]" */ static VALUE doc_dump(int argc, VALUE *argv, VALUE self) { Doc doc = self_doc(self); Leaf leaf; const char *path = 0; const char *filename = 0; if (1 <= argc) { if (Qnil != *argv) { path = StringValuePtr(*argv); } if (2 <= argc) { filename = StringValuePtr(argv[1]); } } if (0 != (leaf = get_doc_leaf(doc, path))) { volatile VALUE rjson; if (0 == filename) { struct _out out; oj_out_init(&out); out.omit_nil = oj_default_options.dump_opts.omit_nil; oj_dump_leaf_to_json(leaf, &oj_default_options, &out); rjson = rb_str_new2(out.buf); oj_out_free(&out); } else { oj_write_leaf_to_file(leaf, filename, &oj_default_options); rjson = Qnil; } return rjson; } return Qnil; } /* @overload size() => Fixnum * * Returns the number of nodes in the JSON document where a node is any one of * the basic JSON components. * @return Returns the size of the JSON document. * @example * Oj::Doc.open('[1,2,3]') { |doc| doc.size() } #=> 4 */ static VALUE doc_size(VALUE self) { Doc d; TypedData_Get_Struct(self, struct _doc, &oj_doc_type, d); return ULONG2NUM(d->size); } /* @overload close() => nil * * Closes an open document. No further calls to the document will be valid * after closing. * @example * doc = Oj::Doc.open('[1,2,3]') * doc.size() #=> 4 * doc.close() */ static VALUE doc_close(VALUE self) { Doc doc = self_doc(self); rb_gc_unregister_address(&doc->self); DATA_PTR(doc->self) = NULL; if (0 != doc) { doc_free(doc); } return Qnil; } #if 0 // hack to keep the doc generator happy Oj = rb_define_module("Oj"); #endif static VALUE doc_not_implemented(VALUE self) { rb_raise(rb_eNotImpError, "Not implemented."); return Qnil; } /* Document-class: Oj::Doc * * The Doc class is used to parse and navigate a JSON document. The model it * employs is that of a document that while open can be navigated and values * extracted. Once the document is closed the document can not longer be * accessed. This allows the parsing and data extraction to be extremely fast * compared to other JSON parses. * * An Oj::Doc class is not created directly but the _open()_ class method is * used to open a document and the yield parameter to the block of the #open() * call is the Doc instance. The Doc instance can be moved across, up, and * down the JSON document. At each element the data associated with the * element can be extracted. It is also possible to just provide a path to the * data to be extracted and retrieve the data in that manner. * * For many of the methods a path is used to describe the location of an * element. Paths follow a subset of the XPath syntax. The slash ('/') * character is the separator. Each step in the path identifies the next * branch to take through the document. A JSON object will expect a key string * while an array will expect a positive index. A .. step indicates a move up * the JSON document. * * @example * json = %{[ * { * "one" : 1, * "two" : 2 * }, * { * "three" : 3, * "four" : 4 * } * ]} * # move and get value * Oj::Doc.open(json) do |doc| * doc.move('/1/two') * # doc location is now at the 'two' element of the hash that is the first * element of the array. doc.fetch() end * #=> 2 * * # Now try again using a path to Oj::Doc.fetch() directly and not using a * block. doc = Oj::Doc.open(json) doc.fetch('/2/three') #=> 3 doc.close() */ void oj_init_doc(void) { oj_doc_class = rb_define_class_under(Oj, "Doc", rb_cObject); rb_gc_register_address(&oj_doc_class); rb_undef_alloc_func(oj_doc_class); rb_define_singleton_method(oj_doc_class, "open", doc_open, 1); rb_define_singleton_method(oj_doc_class, "open_file", doc_open_file, 1); rb_define_singleton_method(oj_doc_class, "parse", doc_open, 1); rb_define_method(oj_doc_class, "where?", doc_where_q, 0); rb_define_method(oj_doc_class, "where", doc_where, 0); rb_define_method(oj_doc_class, "path", doc_path, 0); rb_define_method(oj_doc_class, "local_key", doc_local_key, 0); rb_define_method(oj_doc_class, "home", doc_home, 0); rb_define_method(oj_doc_class, "type", doc_type, -1); rb_define_method(oj_doc_class, "fetch", doc_fetch, -1); rb_define_method(oj_doc_class, "exists?", doc_exists, 1); rb_define_method(oj_doc_class, "each_leaf", doc_each_leaf, -1); rb_define_method(oj_doc_class, "move", doc_move, 1); rb_define_method(oj_doc_class, "each_child", doc_each_child, -1); rb_define_method(oj_doc_class, "each_value", doc_each_value, -1); rb_define_method(oj_doc_class, "dump", doc_dump, -1); rb_define_method(oj_doc_class, "size", doc_size, 0); rb_define_method(oj_doc_class, "close", doc_close, 0); rb_define_method(oj_doc_class, "clone", doc_not_implemented, 0); rb_define_method(oj_doc_class, "dup", doc_not_implemented, 0); } oj-3.16.12/ext/oj/intern.c000066400000000000000000000205611510053151600151500ustar00rootroot00000000000000// Copyright (c) 2011, 2021 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #include "intern.h" #include #if HAVE_PTHREAD_MUTEX_INIT #include #endif #include "cache.h" #include "mem.h" #include "parse.h" // Only used for the class cache so 256 should be sufficient. #define HASH_SLOT_CNT ((uint64_t)256) #define HASH_MASK (HASH_SLOT_CNT - 1) // almost the Murmur hash algorithm #define M 0x5bd1e995 typedef struct _keyVal { struct _keyVal *next; const char *key; size_t len; VALUE val; } *KeyVal; typedef struct _hash { struct _keyVal slots[HASH_SLOT_CNT]; #if HAVE_PTHREAD_MUTEX_INIT pthread_mutex_t mutex; #else VALUE mutex; #endif } *Hash; struct _hash class_hash; struct _hash attr_hash; static VALUE str_cache_obj; static VALUE sym_cache_obj; static VALUE attr_cache_obj; static VALUE form_str(const char *str, size_t len) { return rb_str_freeze(rb_utf8_str_new(str, len)); } static VALUE form_sym(const char *str, size_t len) { return rb_to_symbol(rb_str_intern(rb_utf8_str_new(str, len))); } static VALUE form_attr(const char *str, size_t len) { char buf[256]; if (sizeof(buf) - 2 <= len) { char *b = OJ_R_ALLOC_N(char, len + 2); ID id; if ('~' == *str) { memcpy(b, str + 1, len - 1); b[len - 1] = '\0'; len -= 2; } else { *b = '@'; memcpy(b + 1, str, len); b[len + 1] = '\0'; } id = rb_intern3(buf, len + 1, oj_utf8_encoding); OJ_R_FREE(b); return id; } if ('~' == *str) { memcpy(buf, str + 1, len - 1); buf[len - 1] = '\0'; len -= 2; } else { *buf = '@'; memcpy(buf + 1, str, len); buf[len + 1] = '\0'; } return (VALUE)rb_intern3(buf, len + 1, oj_utf8_encoding); } static const rb_data_type_t oj_cache_type = { "Oj/cache", { cache_mark, cache_free, NULL, }, 0, 0, }; void oj_hash_init(void) { VALUE cache_class = rb_define_class_under(Oj, "Cache", rb_cObject); rb_undef_alloc_func(cache_class); struct _cache *str_cache = cache_create(0, form_str, true, true); str_cache_obj = TypedData_Wrap_Struct(cache_class, &oj_cache_type, str_cache); rb_gc_register_address(&str_cache_obj); struct _cache *sym_cache = cache_create(0, form_sym, true, true); sym_cache_obj = TypedData_Wrap_Struct(cache_class, &oj_cache_type, sym_cache); rb_gc_register_address(&sym_cache_obj); struct _cache *attr_cache = cache_create(0, form_attr, false, true); attr_cache_obj = TypedData_Wrap_Struct(cache_class, &oj_cache_type, attr_cache); rb_gc_register_address(&attr_cache_obj); memset(class_hash.slots, 0, sizeof(class_hash.slots)); #if HAVE_PTHREAD_MUTEX_INIT pthread_mutex_init(&class_hash.mutex, NULL); #else class_hash.mutex = rb_mutex_new(); rb_gc_register_address(&class_hash.mutex); #endif } VALUE oj_str_intern(const char *key, size_t len) { // For huge cache sizes over half a million the rb_enc_interned_str // performs slightly better but at more "normal" size of a several // thousands the cache intern performs about 20% better. #if HAVE_RB_ENC_INTERNED_STR && 0 return rb_enc_interned_str(key, len, rb_utf8_encoding()); #else Cache c; TypedData_Get_Struct(str_cache_obj, struct _cache, &oj_cache_type, c); return cache_intern(c, key, len); #endif } VALUE oj_sym_intern(const char *key, size_t len) { Cache c; TypedData_Get_Struct(sym_cache_obj, struct _cache, &oj_cache_type, c); return cache_intern(c, key, len); } ID oj_attr_intern(const char *key, size_t len) { Cache c; TypedData_Get_Struct(attr_cache_obj, struct _cache, &oj_cache_type, c); return cache_intern(c, key, len); } static uint64_t hash_calc(const uint8_t *key, size_t len) { const uint8_t *end = key + len; const uint8_t *endless = key + (len & 0xFFFFFFFC); uint64_t h = (uint64_t)len; uint64_t k; while (key < endless) { k = (uint64_t)*key++; k |= (uint64_t)*key++ << 8; k |= (uint64_t)*key++ << 16; k |= (uint64_t)*key++ << 24; k *= M; k ^= k >> 24; h *= M; h ^= k * M; } if (1 < end - key) { uint16_t k16 = (uint16_t)*key++; k16 |= (uint16_t)*key++ << 8; h ^= k16 << 8; } if (key < end) { h ^= *key; } h *= M; h ^= h >> 13; h *= M; h ^= h >> 15; return h; } static VALUE resolve_classname(VALUE mod, const char *classname, int auto_define) { VALUE clas; ID ci = rb_intern(classname); if (rb_const_defined_at(mod, ci)) { clas = rb_const_get_at(mod, ci); } else if (auto_define) { clas = rb_define_class_under(mod, classname, oj_bag_class); } else { clas = Qundef; } return clas; } static VALUE resolve_classpath(ParseInfo pi, const char *name, size_t len, int auto_define, VALUE error_class) { char class_name[1024]; VALUE clas; char *end = class_name + sizeof(class_name) - 1; char *s; const char *n = name; size_t nlen = len; clas = rb_cObject; for (s = class_name; 0 < len; n++, len--) { if (':' == *n) { *s = '\0'; n++; len--; if (':' != *n) { return Qundef; } if (Qundef == (clas = resolve_classname(clas, class_name, auto_define))) { return Qundef; } s = class_name; } else if (end <= s) { return Qundef; } else { *s++ = *n; } } *s = '\0'; if (Qundef == (clas = resolve_classname(clas, class_name, auto_define))) { if (sizeof(class_name) <= nlen) { nlen = sizeof(class_name) - 1; } strncpy(class_name, name, nlen); class_name[nlen] = '\0'; oj_set_error_at(pi, error_class, __FILE__, __LINE__, "class '%s' is not defined", class_name); if (Qnil != error_class) { pi->err_class = error_class; } } return clas; } VALUE oj_class_intern(const char *key, size_t len, bool safe, ParseInfo pi, int auto_define, VALUE error_class) { uint64_t h = hash_calc((const uint8_t *)key, len) & HASH_MASK; KeyVal bucket = class_hash.slots + h; KeyVal b; if (safe) { #if HAVE_PTHREAD_MUTEX_INIT pthread_mutex_lock(&class_hash.mutex); #else rb_mutex_lock(class_hash.mutex); #endif if (NULL != bucket->key) { // not the top slot for (b = bucket; 0 != b; b = b->next) { if (len == b->len && 0 == strncmp(b->key, key, len)) { #if HAVE_PTHREAD_MUTEX_INIT pthread_mutex_unlock(&class_hash.mutex); #else rb_mutex_unlock(class_hash.mutex); #endif return b->val; } bucket = b; } b = OJ_R_ALLOC(struct _keyVal); b->next = NULL; bucket->next = b; bucket = b; } bucket->key = oj_strndup(key, len); bucket->len = len; bucket->val = resolve_classpath(pi, key, len, auto_define, error_class); #if HAVE_PTHREAD_MUTEX_INIT pthread_mutex_unlock(&class_hash.mutex); #else rb_mutex_unlock(class_hash.mutex); #endif } else { if (NULL != bucket->key) { for (b = bucket; 0 != b; b = b->next) { if (len == b->len && 0 == strncmp(b->key, key, len)) { return (ID)b->val; } bucket = b; } b = OJ_R_ALLOC(struct _keyVal); b->next = NULL; bucket->next = b; bucket = b; } bucket->key = oj_strndup(key, len); bucket->len = len; bucket->val = resolve_classpath(pi, key, len, auto_define, error_class); } rb_gc_register_mark_object(bucket->val); return bucket->val; } char *oj_strndup(const char *s, size_t len) { char *d = OJ_R_ALLOC_N(char, len + 1); memcpy(d, s, len); d[len] = '\0'; return d; } /* void intern_cleanup(void) { cache_free(str_cache); cache_free(sym_cache); cache_free(attr_cache); } */ oj-3.16.12/ext/oj/intern.h000066400000000000000000000012361510053151600151530ustar00rootroot00000000000000// Copyright (c) 2011, 2021 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #ifndef OJ_INTERN_H #define OJ_INTERN_H #include #include struct _parseInfo; extern void oj_hash_init(void); extern VALUE oj_str_intern(const char *key, size_t len); extern VALUE oj_sym_intern(const char *key, size_t len); extern ID oj_attr_intern(const char *key, size_t len); extern VALUE oj_class_intern(const char *key, size_t len, bool safe, struct _parseInfo *pi, int auto_define, VALUE error_class); extern char *oj_strndup(const char *s, size_t len); #endif /* OJ_INTERN_H */ oj-3.16.12/ext/oj/mem.c000066400000000000000000000205471510053151600144330ustar00rootroot00000000000000// Copyright (c) 2018, Peter Ohler, All rights reserved. #include "mem.h" #include #include #include #include #include #include #include typedef struct _rec { struct _rec *next; const void *ptr; size_t size; const char *file; int line; bool ruby; } *Rec; typedef struct _rep { struct _rep *next; size_t size; const char *file; int line; int cnt; } *Rep; #ifdef MEM_DEBUG static pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER; static Rec recs = NULL; static const char mem_pad[] = "--- This is a memory pad and should not change until being freed. ---"; void *oj_malloc(size_t size, const char *file, int line) { void *ptr = malloc(size + sizeof(mem_pad)); if (NULL != ptr) { Rec r = (Rec)malloc(sizeof(struct _rec)); if (NULL != r) { strcpy(((char *)ptr) + size, mem_pad); r->ptr = ptr; r->size = size; r->file = file; r->line = line; r->ruby = false; pthread_mutex_lock(&lock); r->next = recs; recs = r; pthread_mutex_unlock(&lock); } else { free(ptr); ptr = NULL; } } return ptr; } void *oj_realloc(void *orig, size_t size, const char *file, int line) { void *ptr = realloc(orig, size + sizeof(mem_pad)); Rec r; if (NULL != ptr) { strcpy(((char *)ptr) + size, mem_pad); pthread_mutex_lock(&lock); for (r = recs; NULL != r; r = r->next) { if (orig == r->ptr) { r->ptr = ptr; r->size = size; r->file = file; r->line = line; r->ruby = false; break; } } pthread_mutex_unlock(&lock); if (NULL == r) { printf("Realloc at %s:%d (%p) not allocated.\n", file, line, orig); } } return ptr; } void *oj_calloc(size_t count, size_t size, const char *file, int line) { void *ptr; size *= count; if (NULL != (ptr = malloc(size + sizeof(mem_pad)))) { Rec r = (Rec)malloc(sizeof(struct _rec)); if (NULL != r) { memset(ptr, 0, size); strcpy(((char *)ptr) + size, mem_pad); r->ptr = ptr; r->size = size; r->file = file; r->line = line; r->ruby = false; pthread_mutex_lock(&lock); r->next = recs; recs = r; pthread_mutex_unlock(&lock); } else { free(ptr); ptr = NULL; } } return ptr; } void *oj_r_alloc(size_t size, const char *file, int line) { void *ptr = ruby_xmalloc(size + sizeof(mem_pad)); if (NULL != ptr) { Rec r = (Rec)malloc(sizeof(struct _rec)); if (NULL != r) { strcpy(((char *)ptr) + size, mem_pad); r->ptr = ptr; r->size = size; r->file = file; r->line = line; r->ruby = true; pthread_mutex_lock(&lock); r->next = recs; recs = r; pthread_mutex_unlock(&lock); } else { free(ptr); ptr = NULL; } } return ptr; } void *oj_r_realloc(void *orig, size_t size, const char *file, int line) { void *ptr = ruby_xrealloc2(orig, 1, size + sizeof(mem_pad)); Rec r; if (NULL != ptr) { strcpy(((char *)ptr) + size, mem_pad); pthread_mutex_lock(&lock); for (r = recs; NULL != r; r = r->next) { if (orig == r->ptr) { r->ptr = ptr; r->size = size; r->file = file; r->line = line; r->ruby = true; break; } } pthread_mutex_unlock(&lock); if (NULL == r) { printf("Realloc at %s:%d (%p) not allocated.\n", file, line, orig); } } return ptr; } void oj_freed(void *ptr, const char *file, int line, bool ruby) { if (NULL != ptr) { Rec r = NULL; Rec prev = NULL; pthread_mutex_lock(&lock); for (r = recs; NULL != r; r = r->next) { if (ptr == r->ptr) { if (NULL == prev) { recs = r->next; } else { prev->next = r->next; } break; } prev = r; } pthread_mutex_unlock(&lock); if (NULL == r) { printf("Free at %s:%d (%p) not allocated or already freed.\n", file, line, ptr); } else { char *pad = (char *)r->ptr + r->size; if (r->ruby != ruby) { if (r->ruby) { printf("Memory at %s:%d (%p) allocated with Ruby allocator and freed with stdlib free.\n", file, line, ptr); } else { printf("Memory at %s:%d (%p) allocated with stdlib allocator and freed with Ruby free.\n", file, line, ptr); } } if (0 != strcmp(mem_pad, pad)) { uint8_t *p; uint8_t *end = (uint8_t *)pad + sizeof(mem_pad); printf("Memory at %s:%d (%p) write outside allocated.\n", file, line, ptr); for (p = (uint8_t *)pad; p < end; p++) { if (0x20 < *p && *p < 0x7f) { printf("%c ", *p); } else { printf("%02x ", *(uint8_t *)p); } } printf("\n"); } free(r); } } } void oj_r_free(void *ptr, const char *file, int line) { oj_freed(ptr, file, line, true); xfree(ptr); } void oj_free(void *ptr, const char *file, int line) { oj_freed(ptr, file, line, false); free(ptr); } char *oj_mem_strdup(const char *str, const char *file, int line) { size_t size = strlen(str) + 1; char *ptr = (char *)malloc(size + sizeof(mem_pad)); if (NULL != ptr) { Rec r = (Rec)malloc(sizeof(struct _rec)); if (NULL != r) { strcpy(ptr, str); strcpy(((char *)ptr) + size, mem_pad); r->ptr = (void *)ptr; r->size = size; r->file = file; r->line = line; r->ruby = false; pthread_mutex_lock(&lock); r->next = recs; recs = r; pthread_mutex_unlock(&lock); } else { free(ptr); ptr = NULL; } } return ptr; } #endif #ifdef MEM_DEBUG static Rep update_reps(Rep reps, Rec r) { Rep rp = reps; for (; NULL != rp; rp = rp->next) { if (rp->line == r->line && (rp->file == r->file || 0 == strcmp(rp->file, r->file))) { rp->size += r->size; rp->cnt++; break; } } if (NULL == rp && NULL != (rp = (Rep)malloc(sizeof(struct _rep)))) { rp->size = r->size; rp->file = r->file; rp->line = r->line; rp->cnt = 1; rp->next = reps; reps = rp; } return reps; } static void print_stats() { printf("\n--- Memory Usage Report --------------------------------------------------------\n"); pthread_mutex_lock(&lock); if (NULL == recs) { printf("No memory leaks\n"); } else { Rep reps = NULL; Rep rp; Rec r; size_t leaked = 0; for (r = recs; NULL != r; r = r->next) { reps = update_reps(reps, r); } while (NULL != (rp = reps)) { reps = rp->next; printf("%16s:%3d %8lu bytes over %d occurances allocated and not freed.\n", rp->file, rp->line, rp->size, rp->cnt); leaked += rp->size; free(rp); } printf("%lu bytes leaked\n", leaked); } pthread_mutex_unlock(&lock); printf("--------------------------------------------------------------------------------\n"); } #endif void oj_mem_report(void) { #ifdef MEM_DEBUG rb_gc(); print_stats(); #endif } oj-3.16.12/ext/oj/mem.h000066400000000000000000000034771510053151600144430ustar00rootroot00000000000000// Copyright (c) 2018, Peter Ohler, All rights reserved. #ifndef OJ_MEM_H #define OJ_MEM_H #include #include #include #ifdef MEM_DEBUG #define OJ_MALLOC(size) oj_malloc(size, __FILE__, __LINE__) #define OJ_REALLOC(ptr, size) oj_realloc(ptr, size, __FILE__, __LINE__) #define OJ_CALLOC(count, size) oj_calloc(count, size, __FILE__, __LINE__) #define OJ_FREE(ptr) oj_free(ptr, __FILE__, __LINE__) #define OJ_R_ALLOC(type) oj_r_alloc(sizeof(type), __FILE__, __LINE__) #define OJ_R_ALLOC_N(type, n) (type *)oj_r_alloc(sizeof(type) * (n), __FILE__, __LINE__) #define OJ_R_REALLOC_N(ptr, type, n) ((ptr) = (type *)oj_r_realloc(ptr, (sizeof(type) * (n)), __FILE__, __LINE__)) #define OJ_R_FREE(ptr) oj_r_free(ptr, __FILE__, __LINE__) #define OJ_STRDUP(str) oj_mem_strdup(str, __FILE__, __LINE__) extern void *oj_malloc(size_t size, const char *file, int line); extern void *oj_realloc(void *ptr, size_t size, const char *file, int line); extern void *oj_calloc(size_t count, size_t size, const char *file, int line); extern void oj_free(void *ptr, const char *file, int line); extern void *oj_r_alloc(size_t size, const char *file, int line); extern void *oj_r_realloc(void *ptr, size_t size, const char *file, int line); extern void oj_r_free(void *ptr, const char *file, int line); extern char *oj_mem_strdup(const char *str, const char *file, int line); #else #define OJ_MALLOC(size) malloc(size) #define OJ_REALLOC(ptr, size) realloc(ptr, size) #define OJ_CALLOC(count, size) calloc(count, size) #define OJ_FREE(ptr) free(ptr) #define OJ_R_ALLOC(type) RB_ALLOC(type) #define OJ_R_ALLOC_N(type, n) RB_ALLOC_N(type, n) #define OJ_R_REALLOC_N(ptr, type, n) RB_REALLOC_N(ptr, type, n) #define OJ_R_FREE(ptr) xfree(ptr) #define OJ_STRDUP(str) strdup(str) #endif extern void oj_mem_report(); #endif /* OJ_MEM_H */ oj-3.16.12/ext/oj/mimic_json.c000066400000000000000000001015371510053151600160030ustar00rootroot00000000000000// Copyright (c) 2012, 2017 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #include "dump.h" #include "encode.h" #include "mem.h" #include "oj.h" #include "parse.h" extern const char oj_json_class[]; VALUE oj_array_nl_sym; VALUE oj_ascii_only_sym; VALUE oj_json_generator_error_class; VALUE oj_json_parser_error_class; VALUE oj_max_nesting_sym; VALUE oj_object_nl_sym; VALUE oj_space_before_sym; VALUE oj_space_sym; static VALUE state_class = Qundef; // mimic JSON documentation /* Document-module: JSON::Ext * * The Ext module is a placeholder in the mimic JSON module used for * compatibility only. */ /* Document-class: JSON::Ext::Parser * * The JSON::Ext::Parser is a placeholder in the mimic JSON module used for * compatibility only. */ /* Document-class: JSON::Ext::Generator * * The JSON::Ext::Generator is a placeholder in the mimic JSON module used for * compatibility only. */ /* Document-method: parser= * call-seq: parser=(parser) * * Does nothing other than provide compatibility. * - *parser* [_Object_] ignored */ /* Document-method: generator= * call-seq: generator=(generator) * * Does nothing other than provide compatibility. * - *generator* [_Object_] ignored */ VALUE oj_get_json_err_class(const char *err_classname) { volatile VALUE json_module; volatile VALUE clas; volatile VALUE json_error_class; if (rb_const_defined_at(rb_cObject, rb_intern("JSON"))) { json_module = rb_const_get_at(rb_cObject, rb_intern("JSON")); } else { json_module = rb_define_module("JSON"); } if (rb_const_defined_at(json_module, rb_intern("JSONError"))) { json_error_class = rb_const_get(json_module, rb_intern("JSONError")); } else { json_error_class = rb_define_class_under(json_module, "JSONError", rb_eStandardError); } if (0 == strcmp(err_classname, "JSONError")) { clas = json_error_class; } else { if (rb_const_defined_at(json_module, rb_intern(err_classname))) { clas = rb_const_get(json_module, rb_intern(err_classname)); } else { clas = rb_define_class_under(json_module, err_classname, json_error_class); } } return clas; } void oj_parse_mimic_dump_options(VALUE ropts, Options copts) { VALUE v; size_t len; if (T_HASH != rb_type(ropts)) { if (rb_respond_to(ropts, oj_to_hash_id)) { ropts = rb_funcall(ropts, oj_to_hash_id, 0); } else if (rb_respond_to(ropts, oj_to_h_id)) { ropts = rb_funcall(ropts, oj_to_h_id, 0); } else if (Qnil == ropts) { return; } else { rb_raise(rb_eArgError, "options must be a hash."); } } v = rb_hash_lookup(ropts, oj_max_nesting_sym); if (Qtrue == v) { copts->dump_opts.max_depth = 100; } else if (Qfalse == v || Qnil == v) { copts->dump_opts.max_depth = MAX_DEPTH; } else if (T_FIXNUM == rb_type(v)) { copts->dump_opts.max_depth = NUM2INT(v); if (0 >= copts->dump_opts.max_depth) { copts->dump_opts.max_depth = MAX_DEPTH; } } if (Qnil != (v = rb_hash_lookup(ropts, oj_allow_nan_sym))) { if (Qtrue == v) { copts->dump_opts.nan_dump = WordNan; } else { copts->dump_opts.nan_dump = RaiseNan; } } if (Qnil != (v = rb_hash_lookup(ropts, oj_indent_sym))) { rb_check_type(v, T_STRING); if (sizeof(copts->dump_opts.indent_str) <= (len = RSTRING_LEN(v))) { rb_raise(rb_eArgError, "indent string is limited to %lu characters.", (unsigned long)sizeof(copts->dump_opts.indent_str)); } strcpy(copts->dump_opts.indent_str, StringValuePtr(v)); copts->dump_opts.indent_size = (uint8_t)len; copts->dump_opts.use = true; } if (Qnil != (v = rb_hash_lookup(ropts, oj_space_sym))) { rb_check_type(v, T_STRING); if (sizeof(copts->dump_opts.after_sep) <= (len = RSTRING_LEN(v))) { rb_raise(rb_eArgError, "space string is limited to %lu characters.", (unsigned long)sizeof(copts->dump_opts.after_sep)); } strcpy(copts->dump_opts.after_sep, StringValuePtr(v)); copts->dump_opts.after_size = (uint8_t)len; copts->dump_opts.use = true; } if (Qnil != (v = rb_hash_lookup(ropts, oj_space_before_sym))) { rb_check_type(v, T_STRING); if (sizeof(copts->dump_opts.before_sep) <= (len = RSTRING_LEN(v))) { rb_raise(rb_eArgError, "space_before string is limited to %lu characters.", (unsigned long)sizeof(copts->dump_opts.before_sep)); } strcpy(copts->dump_opts.before_sep, StringValuePtr(v)); copts->dump_opts.before_size = (uint8_t)len; copts->dump_opts.use = true; } if (Qnil != (v = rb_hash_lookup(ropts, oj_object_nl_sym))) { rb_check_type(v, T_STRING); if (sizeof(copts->dump_opts.hash_nl) <= (len = RSTRING_LEN(v))) { rb_raise(rb_eArgError, "object_nl string is limited to %lu characters.", (unsigned long)sizeof(copts->dump_opts.hash_nl)); } strcpy(copts->dump_opts.hash_nl, StringValuePtr(v)); copts->dump_opts.hash_size = (uint8_t)len; copts->dump_opts.use = true; } if (Qnil != (v = rb_hash_lookup(ropts, oj_array_nl_sym))) { rb_check_type(v, T_STRING); if (sizeof(copts->dump_opts.array_nl) <= (len = RSTRING_LEN(v))) { rb_raise(rb_eArgError, "array_nl string is limited to %lu characters.", (unsigned long)sizeof(copts->dump_opts.array_nl)); } strcpy(copts->dump_opts.array_nl, StringValuePtr(v)); copts->dump_opts.array_size = (uint8_t)len; copts->dump_opts.use = true; } if (Qnil != (v = rb_hash_lookup(ropts, oj_quirks_mode_sym))) { copts->quirks_mode = (Qtrue == v) ? Yes : No; } if (Qnil != (v = rb_hash_lookup(ropts, oj_ascii_only_sym))) { // generate seems to assume anything except nil and false are true. if (Qfalse == v) { copts->escape_mode = JXEsc; } else { copts->escape_mode = ASCIIEsc; } } } static int mimic_limit_arg(VALUE a) { if (Qnil == a || T_FIXNUM != rb_type(a)) { return -1; } return NUM2INT(a); } /* Document-method: dump * call-seq: dump(obj, anIO=nil, limit=nil) * * Encodes an object as a JSON String. * * - *obj* [_Object_] object to convert to encode as JSON * - *anIO* [_IO_] an IO that allows writing * - *limit* [_Fixnum_] ignored * * Returns [_String_] a JSON string. */ static VALUE mimic_dump(int argc, VALUE *argv, VALUE self) { struct _out out; struct _options copts = oj_default_options; VALUE rstr; VALUE active_hack[1]; copts.str_rx.head = NULL; copts.str_rx.tail = NULL; oj_out_init(&out); copts.escape_mode = JXEsc; copts.mode = CompatMode; /* seems like this is not correct if (No == copts.nilnil && Qnil == *argv) { rb_raise(rb_eTypeError, "nil not allowed."); } */ copts.dump_opts.max_depth = MAX_DEPTH; // when using dump there is no limit out.omit_nil = copts.dump_opts.omit_nil; if (2 <= argc) { int limit; // The json gem take a more liberal approach to optional // arguments. Expected are (obj, anIO=nil, limit=nil) yet the io // argument can be left off completely and the 2nd argument is then // the limit. if (0 <= (limit = mimic_limit_arg(argv[1]))) { copts.dump_opts.max_depth = limit; } if (3 <= argc && 0 <= (limit = mimic_limit_arg(argv[2]))) { copts.dump_opts.max_depth = limit; } } // ActiveSupport in active_support/core_ext/object/json.rb check the // optional argument type to to_json and it the argument is a // ::JSON::State it calls the JSON gem code otherwise it calls the active // support encoder code. To make sure the desired branch is called a // default ::JSON::State argument is passed in. Basically a hack to get // around the active support hack so two wrongs make a right this time. active_hack[0] = rb_funcall(state_class, oj_new_id, 0); oj_dump_obj_to_json_using_params(*argv, &copts, &out, 1, active_hack); if (0 == out.buf) { rb_raise(rb_eNoMemError, "Not enough memory."); } rstr = rb_utf8_str_new_cstr(out.buf); if (2 <= argc && Qnil != argv[1] && rb_respond_to(argv[1], oj_write_id)) { VALUE io = argv[1]; VALUE args[1]; *args = rstr; rb_funcall2(io, oj_write_id, 1, args); rstr = io; } oj_out_free(&out); return rstr; } // This is the signature for the hash_foreach callback also. static int mimic_walk(VALUE key, VALUE obj, VALUE proc) { switch (rb_type(obj)) { case T_HASH: rb_hash_foreach(obj, mimic_walk, proc); break; case T_ARRAY: { size_t cnt = RARRAY_LEN(obj); size_t i; for (i = 0; i < cnt; i++) { mimic_walk(Qnil, RARRAY_AREF(obj, i), proc); } break; } default: break; } if (Qnil == proc) { if (rb_block_given_p()) { rb_yield(obj); } } else { VALUE args[1]; *args = obj; rb_proc_call_with_block(proc, 1, args, Qnil); } return ST_CONTINUE; } /* Document-method: restore * call-seq: restore(source, proc=nil) * * Loads a Ruby Object from a JSON source that can be either a String or an * IO. If Proc is given or a block is provided it is called with each nested * element of the loaded Object. * * - *source* [_String_|IO] JSON source * - *proc* [_Proc_] to yield to on each element or nil * * Returns [_Object_] the decoded Object. */ /* Document-method: load * call-seq: load(source, proc=nil) * * Loads a Ruby Object from a JSON source that can be either a String or an * IO. If Proc is given or a block is provided it is called with each nested * element of the loaded Object. * * - *source* [_String_|IO] JSON source * - *proc* [_Proc_] to yield to on each element or nil * * Returns [_Object_] the decode Object. */ static VALUE mimic_load(int argc, VALUE *argv, VALUE self) { VALUE obj; VALUE p = Qnil; obj = oj_compat_load(argc, argv, self); if (2 <= argc) { if (rb_cProc == rb_obj_class(argv[1])) { p = argv[1]; } else if (3 <= argc) { if (rb_cProc == rb_obj_class(argv[2])) { p = argv[2]; } } } mimic_walk(Qnil, obj, p); return obj; } /* Document-method: [] * call-seq: [](obj, opts={}) * * If the obj argument is a String then it is assumed to be a JSON String and * parsed otherwise the obj is encoded as a JSON String. * * - *obj* [_String_|Hash|Array] object to convert * - *opts* [_Hash_] same options as either generate or parse * * Returns [_Object_] */ static VALUE mimic_dump_load(int argc, VALUE *argv, VALUE self) { if (1 > argc) { rb_raise(rb_eArgError, "wrong number of arguments (0 for 1)"); } if (T_STRING == rb_type(*argv)) { return mimic_load(argc, argv, self); } return mimic_dump(argc, argv, self); } static VALUE mimic_generate_core(int argc, VALUE *argv, Options copts) { struct _out out; VALUE rstr; if (0 == argc) { rb_raise(rb_eArgError, "wrong number of arguments (0))"); } memset(out.stack_buffer, 0, sizeof(out.stack_buffer)); oj_out_init(&out); out.omit_nil = copts->dump_opts.omit_nil; // For obj.to_json or generate nan is not allowed but if called from dump // it is. copts->dump_opts.nan_dump = RaiseNan; copts->mode = CompatMode; copts->to_json = Yes; if (2 == argc && Qnil != argv[1]) { oj_parse_mimic_dump_options(argv[1], copts); } /* seems like this is not correct if (No == copts->nilnil && Qnil == *argv) { rb_raise(rb_eTypeError, "nil not allowed."); } */ if (1 < argc) { oj_dump_obj_to_json_using_params(*argv, copts, &out, argc - 1, argv + 1); } else { VALUE active_hack[1]; if (Qundef == state_class) { rb_warn("Oj::Rails.mimic_JSON was called implicitly. " "Call it explicitly beforehand if you want to remove this warning."); oj_define_mimic_json(0, NULL, Qnil); } active_hack[0] = rb_funcall(state_class, oj_new_id, 0); oj_dump_obj_to_json_using_params(*argv, copts, &out, 1, active_hack); } if (0 == out.buf) { rb_raise(rb_eNoMemError, "Not enough memory."); } rstr = rb_utf8_str_new_cstr(out.buf); oj_out_free(&out); return rstr; } /* Document-method: fast_generate * call-seq: fast_generate(obj, opts=nil) * Same as generate(). * @see generate */ /* Document-method: generate * call-seq: generate(obj, opts=nil) * * Encode obj as a JSON String. The obj argument must be a Hash, Array, or * respond to to_h or to_json. Options other than those listed such as * +:allow_nan+ or +:max_nesting+ are ignored. * * - *obj* [_Object_|Hash|Array] object to convert to a JSON String * - *opts* [_Hash_] options * - - *:indent* [_String_] String to use for indentation. * - *:space* [_String_] String placed after a , or : delimiter * - *:space_before* [_String_] String placed before a : delimiter * - *:object_nl* [_String_] String placed after a JSON object * - *:array_nl* [_String_] String placed after a JSON array * - *:ascii_only* [_Boolean_] if not nil or false then use only ascii characters in the output. * Note JSON.generate does support this even if it is not documented. * * Returns [_String_] generated JSON. */ VALUE oj_mimic_generate(int argc, VALUE *argv, VALUE self) { struct _options copts = oj_default_options; copts.str_rx.head = NULL; copts.str_rx.tail = NULL; return mimic_generate_core(argc, argv, &copts); } /* Document-method: pretty_generate * call-seq: pretty_generate(obj, opts=nil) * * Same as generate() but with different defaults for the spacing options. * @see generate * * Return [_String_] the generated JSON. */ VALUE oj_mimic_pretty_generate(int argc, VALUE *argv, VALUE self) { struct _options copts = oj_default_options; VALUE rargs[2]; volatile VALUE h; // Some (all?) json gem to_json methods need a State instance and not just // a Hash. I haven't dug deep enough to find out why but using a State // instance and not a Hash gives the desired behavior. *rargs = *argv; if (0 == argc) { rb_raise(rb_eArgError, "wrong number of arguments (0))"); } if (1 == argc || Qnil == argv[1]) { h = rb_hash_new(); } else { h = argv[1]; } if (!oj_hash_has_key(h, oj_indent_sym)) { rb_hash_aset(h, oj_indent_sym, rb_str_new2(" ")); } if (!oj_hash_has_key(h, oj_space_before_sym)) { rb_hash_aset(h, oj_space_before_sym, rb_str_new2("")); } if (!oj_hash_has_key(h, oj_space_sym)) { rb_hash_aset(h, oj_space_sym, rb_str_new2(" ")); } if (!oj_hash_has_key(h, oj_object_nl_sym)) { rb_hash_aset(h, oj_object_nl_sym, rb_str_new2("\n")); } if (!oj_hash_has_key(h, oj_array_nl_sym)) { rb_hash_aset(h, oj_array_nl_sym, rb_str_new2("\n")); } if (Qundef == state_class) { rb_warn("Oj::Rails.mimic_JSON was called implicitly. " "Call it explicitly beforehand if you want to remove this warning."); oj_define_mimic_json(0, NULL, Qnil); } rargs[1] = rb_funcall(state_class, oj_new_id, 1, h); copts.str_rx.head = NULL; copts.str_rx.tail = NULL; strcpy(copts.dump_opts.indent_str, " "); copts.dump_opts.indent_size = (uint8_t)strlen(copts.dump_opts.indent_str); strcpy(copts.dump_opts.before_sep, ""); copts.dump_opts.before_size = (uint8_t)strlen(copts.dump_opts.before_sep); strcpy(copts.dump_opts.after_sep, " "); copts.dump_opts.after_size = (uint8_t)strlen(copts.dump_opts.after_sep); strcpy(copts.dump_opts.hash_nl, "\n"); copts.dump_opts.hash_size = (uint8_t)strlen(copts.dump_opts.hash_nl); strcpy(copts.dump_opts.array_nl, "\n"); copts.dump_opts.array_size = (uint8_t)strlen(copts.dump_opts.array_nl); copts.dump_opts.use = true; return mimic_generate_core(2, rargs, &copts); } static int parse_options_cb(VALUE k, VALUE v, VALUE info) { struct _parseInfo *pi = (struct _parseInfo *)info; if (oj_symbolize_names_sym == k) { pi->options.sym_key = (Qtrue == v) ? Yes : No; } else if (oj_quirks_mode_sym == k) { pi->options.quirks_mode = (Qtrue == v) ? Yes : No; } else if (oj_create_additions_sym == k) { pi->options.create_ok = (Qtrue == v) ? Yes : No; } else if (oj_allow_nan_sym == k) { pi->options.allow_nan = (Qtrue == v) ? Yes : No; } else if (oj_hash_class_sym == k) { if (Qnil == v) { pi->options.hash_class = Qnil; } else { rb_check_type(v, T_CLASS); pi->options.hash_class = v; } } else if (oj_object_class_sym == k) { if (Qnil == v) { pi->options.hash_class = Qnil; } else { rb_check_type(v, T_CLASS); pi->options.hash_class = v; } } else if (oj_array_class_sym == k) { if (Qnil == v) { pi->options.array_class = Qnil; } else { rb_check_type(v, T_CLASS); pi->options.array_class = v; } } else if (oj_decimal_class_sym == k) { pi->options.compat_bigdec = (oj_bigdecimal_class == v); } return ST_CONTINUE; } static VALUE mimic_parse_core(int argc, VALUE *argv, VALUE self, bool bang) { struct _parseInfo pi; VALUE ropts; VALUE args[1]; rb_scan_args(argc, argv, "11", NULL, &ropts); parse_info_init(&pi); oj_set_compat_callbacks(&pi); pi.err_class = oj_json_parser_error_class; // pi.err_class = Qnil; pi.options = oj_default_options; pi.options.auto_define = No; pi.options.quirks_mode = Yes; pi.options.allow_invalid = Yes; pi.options.empty_string = No; pi.options.create_ok = No; pi.options.allow_nan = (bang ? Yes : No); pi.options.nilnil = No; pi.options.bigdec_load = RubyDec; pi.options.mode = CompatMode; pi.max_depth = 100; if (Qnil != ropts) { VALUE v; if (T_HASH != rb_type(ropts)) { rb_raise(rb_eArgError, "options must be a hash."); } rb_hash_foreach(ropts, parse_options_cb, (VALUE)&pi); v = rb_hash_lookup(ropts, oj_max_nesting_sym); if (Qtrue == v) { pi.max_depth = 100; } else if (Qfalse == v || Qnil == v) { pi.max_depth = 0; } else if (T_FIXNUM == rb_type(v)) { pi.max_depth = NUM2INT(v); } oj_parse_opt_match_string(&pi.options.str_rx, ropts); if (Yes == pi.options.create_ok && Yes == pi.options.sym_key) { rb_raise(rb_eArgError, ":symbolize_names and :create_additions can not both be true."); } } *args = *argv; if (T_STRING == rb_type(*args)) { return oj_pi_parse(1, args, &pi, 0, 0, false); } else { return oj_pi_sparse(1, args, &pi, 0); } } /* Document-method: parse * call-seq: parse(source, opts=nil) * * Parses a JSON String or IO into a Ruby Object. Options other than those * listed such as +:allow_nan+ or +:max_nesting+ are ignored. +:object_class+ and * +:array_object+ are not supported. * * - *source* [_String_|IO] source to parse * - *opts* [_Hash_] options * - *:symbolize* [Boolean] _names flag indicating JSON object keys should be Symbols instead of * Strings * - *:create_additions* [Boolean] flag indicating a key matching +create_id+ in a JSON object * should trigger the creation of Ruby Object * * Returns [Object] * @see create_id= */ VALUE oj_mimic_parse(int argc, VALUE *argv, VALUE self) { return mimic_parse_core(argc, argv, self, false); } /* Document-method: parse! * call-seq: parse!(source, opts=nil) * * Same as parse(). * @see parse */ static VALUE mimic_parse_bang(int argc, VALUE *argv, VALUE self) { return mimic_parse_core(argc, argv, self, true); } /* Document-method: recurse_proc * call-seq: recurse_proc(obj, &proc) * * Yields to the proc for every element in the obj recursively. * * - *obj* [_Hash_|Array] object to walk * - *proc* [_Proc_] to yield to on each element */ static VALUE mimic_recurse_proc(VALUE self, VALUE obj) { rb_need_block(); mimic_walk(Qnil, obj, Qnil); return Qnil; } /* Document-method: create_id= * call-seq: create_id=(id) * * Sets the create_id tag to look for in JSON document. That key triggers the * creation of a class with the same name. * * - *id* [_nil_|String] new create_id * * Returns [_nil_|_String_] the id. */ static VALUE mimic_set_create_id(VALUE self, VALUE id) { if (NULL != oj_default_options.create_id) { if (oj_json_class != oj_default_options.create_id) { OJ_R_FREE((char *)oj_default_options.create_id); } oj_default_options.create_id = NULL; oj_default_options.create_id_len = 0; } if (Qnil != id) { const char *ptr = StringValueCStr(id); size_t len = RSTRING_LEN(id) + 1; oj_default_options.create_id = OJ_R_ALLOC_N(char, len); strcpy((char *)oj_default_options.create_id, ptr); oj_default_options.create_id_len = len - 1; } return id; } /* Document-method: create_id * call-seq: create_id() * * Returns [_String_] the create_id. */ static VALUE mimic_create_id(VALUE self) { if (NULL != oj_default_options.create_id) { return rb_utf8_str_new(oj_default_options.create_id, oj_default_options.create_id_len); } return rb_str_new_cstr(oj_json_class); } static struct _options mimic_object_to_json_options = {0, // indent No, // circular No, // auto_define No, // sym_key JXEsc, // escape_mode CompatMode, // mode No, // class_cache RubyTime, // time_format No, // bigdec_as_num RubyDec, // bigdec_load false, // compat_bigdec No, // to_hash No, // to_json No, // as_json No, // raw_json No, // nilnil No, // empty_string Yes, // allow_gc Yes, // quirks_mode Yes, // allow_invalid No, // create_ok No, // allow_nan No, // trace No, // safe false, // sec_prec_set No, // ignore_under Yes, // cache_keys 0, // cache_str 0, // int_range_min 0, // int_range_max oj_json_class, // create_id 10, // create_id_len 3, // sec_prec 0, // float_prec "%0.16g", // float_fmt Qnil, // hash_class Qnil, // array_class { // dump_opts false, // use "", // indent "", // before_sep "", // after_sep "", // hash_nl "", // array_nl 0, // indent_size 0, // before_size 0, // after_size 0, // hash_size 0, // array_size RaiseNan, // nan_dump false, // omit_nil false, // omit_null_byte 100, // max_depth }, { // str_rx NULL, // head NULL, // tail {'\0'}, // err }}; static VALUE mimic_object_to_json(int argc, VALUE *argv, VALUE self) { struct _out out; VALUE rstr; struct _options copts = oj_default_options; copts.str_rx.head = NULL; copts.str_rx.tail = NULL; oj_out_init(&out); out.omit_nil = copts.dump_opts.omit_nil; copts.mode = CompatMode; copts.to_json = No; if (1 <= argc && Qnil != argv[0]) { oj_parse_mimic_dump_options(argv[0], &copts); } // To be strict the mimic_object_to_json_options should be used but people // seem to prefer the option of changing that. // oj_dump_obj_to_json(self, &mimic_object_to_json_options, &out); oj_dump_obj_to_json_using_params(self, &copts, &out, argc, argv); if (NULL == out.buf) { rb_raise(rb_eNoMemError, "Not enough memory."); } rstr = rb_utf8_str_new_cstr(out.buf); oj_out_free(&out); return rstr; } /* Document-method: state * call-seq: state() * * Returns [_JSON::State_] the JSON::State class. */ static VALUE mimic_state(VALUE self) { return state_class; } void oj_mimic_json_methods(VALUE json) { VALUE json_error; VALUE generator; VALUE ext; VALUE verbose; // rb_undef_method doesn't work for modules or maybe sometimes // doesn't. Anyway setting verbose should hide the warning. verbose = rb_gv_get("$VERBOSE"); rb_gv_set("$VERBOSE", Qfalse); rb_undef_method(json, "create_id="); rb_define_module_function(json, "create_id=", mimic_set_create_id, 1); rb_undef_method(json, "create_id"); rb_define_module_function(json, "create_id", mimic_create_id, 0); rb_undef_method(json, "dump"); rb_define_module_function(json, "dump", mimic_dump, -1); rb_undef_method(json, "load"); rb_define_module_function(json, "load", mimic_load, -1); rb_define_module_function(json, "restore", mimic_load, -1); rb_undef_method(json, "recurse_proc"); rb_define_module_function(json, "recurse_proc", mimic_recurse_proc, 1); rb_undef_method(json, "[]"); rb_define_module_function(json, "[]", mimic_dump_load, -1); rb_undef_method(json, "generate"); rb_define_module_function(json, "generate", oj_mimic_generate, -1); rb_undef_method(json, "fast_generate"); rb_define_module_function(json, "fast_generate", oj_mimic_generate, -1); rb_undef_method(json, "pretty_generate"); rb_define_module_function(json, "pretty_generate", oj_mimic_pretty_generate, -1); // For older versions of JSON, the deprecated unparse methods. rb_undef_method(json, "unparse"); rb_define_module_function(json, "unparse", oj_mimic_generate, -1); rb_define_module_function(json, "fast_unparse", oj_mimic_generate, -1); rb_define_module_function(json, "pretty_unparse", oj_mimic_pretty_generate, -1); rb_undef_method(json, "parse"); rb_define_module_function(json, "parse", oj_mimic_parse, -1); rb_undef_method(json, "parse!"); rb_define_module_function(json, "parse!", mimic_parse_bang, -1); rb_undef_method(json, "state"); rb_define_module_function(json, "state", mimic_state, 0); rb_gv_set("$VERBOSE", verbose); if (rb_const_defined_at(json, rb_intern("JSONError"))) { json_error = rb_const_get(json, rb_intern("JSONError")); } else { json_error = rb_define_class_under(json, "JSONError", rb_eStandardError); } rb_global_variable(&oj_json_parser_error_class); if (rb_const_defined_at(json, rb_intern("ParserError"))) { oj_json_parser_error_class = rb_const_get(json, rb_intern("ParserError")); } else { oj_json_parser_error_class = rb_define_class_under(json, "ParserError", json_error); } rb_global_variable(&oj_json_generator_error_class); if (rb_const_defined_at(json, rb_intern("GeneratorError"))) { oj_json_generator_error_class = rb_const_get(json, rb_intern("GeneratorError")); } else { oj_json_generator_error_class = rb_define_class_under(json, "GeneratorError", json_error); } if (rb_const_defined_at(json, rb_intern("NestingError"))) { rb_const_get(json, rb_intern("NestingError")); } else { rb_define_class_under(json, "NestingError", json_error); } if (rb_const_defined_at(json, rb_intern("Ext"))) { ext = rb_const_get_at(json, rb_intern("Ext")); } else { ext = rb_define_module_under(json, "Ext"); } if (rb_const_defined_at(ext, rb_intern("Generator"))) { generator = rb_const_get_at(ext, rb_intern("Generator")); } else { generator = rb_define_module_under(ext, "Generator"); } if (!rb_const_defined_at(generator, rb_intern("State"))) { rb_require("oj/state"); } // Pull in the JSON::State mimic file. rb_global_variable(&state_class); state_class = rb_const_get_at(generator, rb_intern("State")); } /* Document-module: JSON * * A mimic of the json gem module. */ VALUE oj_define_mimic_json(int argc, VALUE *argv, VALUE self) { VALUE dummy; VALUE verbose; VALUE json; // Either set the paths to indicate JSON has been loaded or replaces the // methods if it has been loaded. if (rb_const_defined_at(rb_cObject, rb_intern("JSON"))) { json = rb_const_get_at(rb_cObject, rb_intern("JSON")); } else { json = rb_define_module("JSON"); } verbose = rb_gv_get("$VERBOSE"); rb_gv_set("$VERBOSE", Qfalse); rb_define_module_function(rb_cObject, "JSON", mimic_dump_load, -1); dummy = rb_gv_get("$LOADED_FEATURES"); if (rb_type(dummy) == T_ARRAY) { rb_ary_push(dummy, rb_str_new2("json")); if (0 < argc) { VALUE mimic_args[1]; *mimic_args = *argv; rb_funcall2(Oj, rb_intern("mimic_loaded"), 1, mimic_args); } else { rb_funcall2(Oj, rb_intern("mimic_loaded"), 0, 0); } } oj_mimic_json_methods(json); if (!rb_const_defined(rb_cObject, rb_intern("ActiveSupport"))) { rb_define_method(rb_cObject, "to_json", mimic_object_to_json, -1); } rb_gv_set("$VERBOSE", verbose); oj_default_options = mimic_object_to_json_options; oj_default_options.to_json = Yes; return json; } oj-3.16.12/ext/oj/object.c000066400000000000000000000576571510053151600151370ustar00rootroot00000000000000// Copyright (c) 2012 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #include #include #include #include "encode.h" #include "err.h" #include "intern.h" #include "odd.h" #include "oj.h" #include "parse.h" #include "resolve.h" #include "trace.h" #include "util.h" inline static long read_long(const char *str, size_t len) { long n = 0; for (; 0 < len; str++, len--) { if ('0' <= *str && *str <= '9') { n = n * 10 + (*str - '0'); } else { return -1; } } return n; } static VALUE calc_hash_key(ParseInfo pi, Val kval, char k1) { volatile VALUE rkey; if (':' == k1) { return ID2SYM(rb_intern3(kval->key + 1, kval->klen - 1, oj_utf8_encoding)); } if (Yes == pi->options.sym_key) { return ID2SYM(rb_intern3(kval->key, kval->klen, oj_utf8_encoding)); } #if HAVE_RB_ENC_INTERNED_STR rkey = rb_enc_interned_str(kval->key, kval->klen, oj_utf8_encoding); #else rkey = rb_utf8_str_new(kval->key, kval->klen); OBJ_FREEZE(rkey); #endif return rkey; } static VALUE str_to_value(ParseInfo pi, const char *str, size_t len, const char *orig) { volatile VALUE rstr = Qnil; if (':' == *orig && 0 < len) { rstr = ID2SYM(rb_intern3(str + 1, len - 1, oj_utf8_encoding)); } else if (pi->circ_array && 3 <= len && '^' == *orig && 'r' == orig[1]) { long i = read_long(str + 2, len - 2); if (0 > i) { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "not a valid ID number"); return Qnil; } rstr = oj_circ_array_get(pi->circ_array, i); } else { rstr = rb_utf8_str_new(str, len); } return rstr; } // The much faster approach (4x faster) static int parse_num(const char *str, const char *end, int cnt) { int n = 0; char c; int i; for (i = cnt; 0 < i; i--, str++) { c = *str; if (end <= str || c < '0' || '9' < c) { return -1; } n = n * 10 + (c - '0'); } return n; } VALUE oj_parse_xml_time(const char *str, int len) { VALUE args[7]; const char *end = str + len; const char *orig = str; int n; // year if (0 > (n = parse_num(str, end, 4))) { return Qnil; } str += 4; args[0] = LONG2NUM(n); if ('-' != *str++) { return Qnil; } // month if (0 > (n = parse_num(str, end, 2))) { return Qnil; } str += 2; args[1] = LONG2NUM(n); if ('-' != *str++) { return Qnil; } // day if (0 > (n = parse_num(str, end, 2))) { return Qnil; } str += 2; args[2] = LONG2NUM(n); if ('T' != *str++) { return Qnil; } // hour if (0 > (n = parse_num(str, end, 2))) { return Qnil; } str += 2; args[3] = LONG2NUM(n); if (':' != *str++) { return Qnil; } // minute if (0 > (n = parse_num(str, end, 2))) { return Qnil; } str += 2; args[4] = LONG2NUM(n); if (':' != *str++) { return Qnil; } // second if (0 > (n = parse_num(str, end, 2))) { return Qnil; } str += 2; if (str == end) { args[5] = LONG2NUM(n); args[6] = LONG2NUM(0); } else { char c = *str++; if ('.' == c) { unsigned long long num = 0; unsigned long long den = 1; const unsigned long long last_den_limit = ULLONG_MAX / 10; for (; str < end; str++) { c = *str; if (c < '0' || '9' < c) { str++; break; } if (den > last_den_limit) { // bail to Time.parse if there are more fractional digits than a ULLONG rational can hold return rb_funcall(rb_cTime, oj_parse_id, 1, rb_str_new(orig, len)); } num = num * 10 + (c - '0'); den *= 10; } args[5] = rb_funcall(INT2NUM(n), oj_plus_id, 1, rb_rational_new(ULL2NUM(num), ULL2NUM(den))); } else { args[5] = rb_ll2inum(n); } if (end < str) { args[6] = LONG2NUM(0); } else { if ('Z' == c) { return rb_funcall2(rb_cTime, oj_utc_id, 6, args); } else if ('+' == c) { int hr = parse_num(str, end, 2); int min; str += 2; if (0 > hr || ':' != *str++) { return Qnil; } min = parse_num(str, end, 2); if (0 > min) { return Qnil; } args[6] = LONG2NUM(hr * 3600 + min * 60); } else if ('-' == c) { int hr = parse_num(str, end, 2); int min; str += 2; if (0 > hr || ':' != *str++) { return Qnil; } min = parse_num(str, end, 2); if (0 > min) { return Qnil; } args[6] = LONG2NUM(-(hr * 3600 + min * 60)); } else { args[6] = LONG2NUM(0); } } } return rb_funcall2(rb_cTime, oj_new_id, 7, args); } static int hat_cstr(ParseInfo pi, Val parent, Val kval, const char *str, size_t len) { const char *key = kval->key; int klen = kval->klen; if (2 == klen) { switch (key[1]) { case 'o': // object { // name2class sets an error if the class is not found or created VALUE clas = oj_name2class(pi, str, len, Yes == pi->options.auto_define, rb_eArgError); if (Qundef != clas) { parent->val = rb_obj_alloc(clas); } } break; case 'O': // odd object { Odd odd = oj_get_oddc(str, len); if (0 == odd) { return 0; } parent->val = odd->clas; parent->odd_args = oj_odd_alloc_args(odd); break; } case 'm': parent->val = ID2SYM(rb_intern3(str + 1, len - 1, oj_utf8_encoding)); break; case 's': parent->val = rb_utf8_str_new(str, len); break; case 'c': // class { VALUE clas = oj_name2class(pi, str, len, Yes == pi->options.auto_define, rb_eArgError); if (Qundef == clas) { return 0; } else { parent->val = clas; } break; } case 't': // time parent->val = oj_parse_xml_time(str, (int)len); break; default: return 0; break; } return 1; // handled } return 0; } static int hat_num(ParseInfo pi, Val parent, Val kval, NumInfo ni) { if (2 == kval->klen) { switch (kval->key[1]) { case 't': // time as a float if (0 == ni->div || 9 < ni->di) { rb_raise(rb_eArgError, "Invalid time decimal representation."); // parent->val = rb_time_nano_new(0, 0); } else { int64_t nsec = ni->num * 1000000000LL / ni->div; if (ni->neg) { ni->i = -ni->i; if (0 < nsec) { ni->i--; nsec = 1000000000LL - nsec; } } if (86400 == ni->exp) { // UTC time parent->val = rb_time_nano_new(ni->i, (long)nsec); // Since the ruby C routines always create local time, the // offset and then a conversion to UTC keeps makes the time // match the expected value. parent->val = rb_funcall2(parent->val, oj_utc_id, 0, 0); } else if (ni->has_exp) { struct timespec ts; ts.tv_sec = ni->i; ts.tv_nsec = nsec; parent->val = rb_time_timespec_new(&ts, (int)ni->exp); } else { parent->val = rb_time_nano_new(ni->i, (long)nsec); } } break; case 'i': // circular index if (!ni->infinity && !ni->neg && 1 == ni->div && 0 == ni->exp && 0 != pi->circ_array) { // fixnum if (Qnil == parent->val) { parent->val = rb_hash_new(); } oj_circ_array_set(pi->circ_array, parent->val, ni->i); } else { return 0; } break; default: return 0; break; } return 1; // handled } return 0; } static int hat_value(ParseInfo pi, Val parent, const char *key, size_t klen, volatile VALUE value) { if (T_ARRAY == rb_type(value)) { size_t len = RARRAY_LEN(value); if (2 == klen && 'u' == key[1]) { volatile VALUE sc; volatile VALUE e1; int slen; if (0 == len) { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "Invalid struct data"); return 1; } e1 = *RARRAY_CONST_PTR(value); // check for anonymous Struct if (T_ARRAY == rb_type(e1)) { VALUE args[1024]; volatile VALUE rstr; size_t i; size_t cnt = RARRAY_LEN(e1); for (i = 0; i < cnt; i++) { rstr = RARRAY_AREF(e1, i); args[i] = rb_funcall(rstr, oj_to_sym_id, 0); } sc = rb_funcall2(rb_cStruct, oj_new_id, (int)cnt, args); } else { // If struct is not defined then we let this fail and raise an exception. sc = oj_name2struct(pi, *RARRAY_CONST_PTR(value), rb_eArgError); } if (sc == rb_cRange) { parent->val = rb_class_new_instance((int)(len - 1), RARRAY_CONST_PTR(value) + 1, rb_cRange); } else { // Create a properly initialized struct instance without calling the initialize method. parent->val = rb_obj_alloc(sc); // If the JSON array has more entries than the struct class allows, we record an error. #ifdef RSTRUCT_LEN #if RSTRUCT_LEN_RETURNS_INTEGER_OBJECT slen = (int)NUM2LONG(RSTRUCT_LEN(parent->val)); #else // RSTRUCT_LEN_RETURNS_INTEGER_OBJECT slen = (int)RSTRUCT_LEN(parent->val); #endif // RSTRUCT_LEN_RETURNS_INTEGER_OBJECT #else slen = FIX2INT(rb_funcall2(parent->val, oj_length_id, 0, 0)); #endif // MRI >= 1.9 if (len - 1 > (size_t)slen) { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "Invalid struct data"); } else { size_t i; for (i = 0; i < len - 1; i++) { rb_struct_aset(parent->val, INT2FIX(i), RARRAY_CONST_PTR(value)[i + 1]); } } } return 1; } else if (3 <= klen && '#' == key[1]) { volatile const VALUE *a; if (2 != len) { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "invalid hash pair"); return 1; } parent->val = rb_hash_new(); a = RARRAY_CONST_PTR(value); rb_hash_aset(parent->val, *a, a[1]); return 1; } } return 0; } void oj_set_obj_ivar(Val parent, Val kval, VALUE value) { if (kval->klen == 5 && strncmp("~mesg", kval->key, 5) == 0 && rb_obj_is_kind_of(parent->val, rb_eException)) { parent->val = rb_funcall(parent->val, rb_intern("exception"), 1, value); } else if (kval->klen == 3 && strncmp("~bt", kval->key, 3) == 0 && rb_obj_is_kind_of(parent->val, rb_eException)) { rb_funcall(parent->val, rb_intern("set_backtrace"), 1, value); } else { rb_ivar_set(parent->val, oj_attr_intern(kval->key, kval->klen), value); } } static void hash_set_cstr(ParseInfo pi, Val kval, const char *str, size_t len, const char *orig) { const char *key = kval->key; int klen = kval->klen; Val parent = stack_peek(&pi->stack); volatile VALUE rval = Qnil; WHICH_TYPE: switch (rb_type(parent->val)) { case T_NIL: parent->odd_args = NULL; // make sure it is NULL in case not odd if ('^' != *key || !hat_cstr(pi, parent, kval, str, len)) { parent->val = rb_hash_new(); goto WHICH_TYPE; } break; case T_HASH: rb_hash_aset(parent->val, calc_hash_key(pi, kval, parent->k1), str_to_value(pi, str, len, orig)); break; case T_STRING: rval = str_to_value(pi, str, len, orig); if (4 == klen && 's' == *key && 'e' == key[1] && 'l' == key[2] && 'f' == key[3]) { rb_funcall(parent->val, oj_replace_id, 1, rval); } else { oj_set_obj_ivar(parent, kval, rval); } break; case T_OBJECT: rval = str_to_value(pi, str, len, orig); oj_set_obj_ivar(parent, kval, rval); break; case T_CLASS: if (NULL == parent->odd_args) { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "%s is not an odd class", rb_class2name(rb_obj_class(parent->val))); return; } else { rval = str_to_value(pi, str, len, orig); if (0 != oj_odd_set_arg(parent->odd_args, kval->key, kval->klen, rval)) { char buf[256]; if ((int)sizeof(buf) - 1 <= klen) { klen = sizeof(buf) - 2; } memcpy(buf, key, klen); buf[klen] = '\0'; oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "%s is not an attribute of %s", buf, rb_class2name(rb_obj_class(parent->val))); } } break; default: oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "can not add attributes to a %s", rb_class2name(rb_obj_class(parent->val))); return; } TRACE_PARSE_CALL(pi->options.trace, "set_string", pi, rval); } static void hash_set_num(ParseInfo pi, Val kval, NumInfo ni) { const char *key = kval->key; int klen = kval->klen; Val parent = stack_peek(&pi->stack); volatile VALUE rval = Qnil; WHICH_TYPE: switch (rb_type(parent->val)) { case T_NIL: parent->odd_args = NULL; // make sure it is NULL in case not odd if ('^' != *key || !hat_num(pi, parent, kval, ni)) { parent->val = rb_hash_new(); goto WHICH_TYPE; } break; case T_HASH: rval = oj_num_as_value(ni); rb_hash_aset(parent->val, calc_hash_key(pi, kval, parent->k1), rval); break; case T_OBJECT: if (2 == klen && '^' == *key && 'i' == key[1] && !ni->infinity && !ni->neg && 1 == ni->div && 0 == ni->exp && 0 != pi->circ_array) { // fixnum oj_circ_array_set(pi->circ_array, parent->val, ni->i); } else { rval = oj_num_as_value(ni); oj_set_obj_ivar(parent, kval, rval); } break; case T_CLASS: if (NULL == parent->odd_args) { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "%s is not an odd class", rb_class2name(rb_obj_class(parent->val))); return; } else { rval = oj_num_as_value(ni); if (0 != oj_odd_set_arg(parent->odd_args, key, klen, rval)) { char buf[256]; if ((int)sizeof(buf) - 1 <= klen) { klen = sizeof(buf) - 2; } memcpy(buf, key, klen); buf[klen] = '\0'; oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "%s is not an attribute of %s", buf, rb_class2name(rb_obj_class(parent->val))); } } break; default: oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "can not add attributes to a %s", rb_class2name(rb_obj_class(parent->val))); return; } TRACE_PARSE_CALL(pi->options.trace, "add_number", pi, rval); } static void hash_set_value(ParseInfo pi, Val kval, VALUE value) { const char *key = kval->key; int klen = kval->klen; Val parent = stack_peek(&pi->stack); WHICH_TYPE: switch (rb_type(parent->val)) { case T_NIL: parent->odd_args = NULL; // make sure it is NULL in case not odd if ('^' != *key || !hat_value(pi, parent, key, klen, value)) { parent->val = rb_hash_new(); goto WHICH_TYPE; } break; case T_HASH: if (rb_cHash != rb_obj_class(parent->val)) { if (4 == klen && 's' == *key && 'e' == key[1] && 'l' == key[2] && 'f' == key[3]) { rb_funcall(parent->val, oj_replace_id, 1, value); } else { oj_set_obj_ivar(parent, kval, value); } } else { if (3 <= klen && '^' == *key && '#' == key[1] && T_ARRAY == rb_type(value)) { long len = RARRAY_LEN(value); volatile const VALUE *a = RARRAY_CONST_PTR(value); if (2 != len) { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "invalid hash pair"); return; } rb_hash_aset(parent->val, *a, a[1]); } else { rb_hash_aset(parent->val, calc_hash_key(pi, kval, parent->k1), value); } } break; case T_ARRAY: if (4 == klen && 's' == *key && 'e' == key[1] && 'l' == key[2] && 'f' == key[3]) { rb_funcall(parent->val, oj_replace_id, 1, value); } else { oj_set_obj_ivar(parent, kval, value); } break; case T_STRING: // for subclassed strings case T_OBJECT: oj_set_obj_ivar(parent, kval, value); break; case T_MODULE: case T_CLASS: if (NULL == parent->odd_args) { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "%s is not an odd class", rb_class2name(rb_obj_class(parent->val))); return; } else if (0 != oj_odd_set_arg(parent->odd_args, key, klen, value)) { char buf[256]; if ((int)sizeof(buf) - 1 <= klen) { klen = sizeof(buf) - 2; } memcpy(buf, key, klen); buf[klen] = '\0'; oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "%s is not an attribute of %s", buf, rb_class2name(rb_obj_class(parent->val))); } break; default: oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "can not add attributes to a %s", rb_class2name(rb_obj_class(parent->val))); return; } TRACE_PARSE_CALL(pi->options.trace, "add_value", pi, value); } static VALUE start_hash(ParseInfo pi) { TRACE_PARSE_IN(pi->options.trace, "start_hash", pi); return Qnil; } static void end_hash(ParseInfo pi) { Val parent = stack_peek(&pi->stack); if (Qnil == parent->val) { parent->val = rb_hash_new(); } else if (NULL != parent->odd_args) { OddArgs oa = parent->odd_args; parent->val = rb_funcall2(oa->odd->create_obj, oa->odd->create_op, oa->odd->attr_cnt, oa->args); oj_odd_free(oa); parent->odd_args = NULL; } TRACE_PARSE_HASH_END(pi->options.trace, pi); } static void array_append_cstr(ParseInfo pi, const char *str, size_t len, const char *orig) { volatile VALUE rval = Qnil; // orig lets us know whether the string was ^r1 or \u005er1 if (3 <= len && 0 != pi->circ_array && '^' == orig[0] && 0 == rb_array_len(stack_peek(&pi->stack)->val)) { if ('i' == str[1]) { long i = read_long(str + 2, len - 2); if (0 < i) { oj_circ_array_set(pi->circ_array, stack_peek(&pi->stack)->val, i); return; } } else if ('r' == str[1]) { long i = read_long(str + 2, len - 2); if (0 < i) { rb_ary_push(stack_peek(&pi->stack)->val, oj_circ_array_get(pi->circ_array, i)); return; } } } rval = str_to_value(pi, str, len, orig); rb_ary_push(stack_peek(&pi->stack)->val, rval); TRACE_PARSE_CALL(pi->options.trace, "append_string", pi, rval); } static void array_append_num(ParseInfo pi, NumInfo ni) { volatile VALUE rval = oj_num_as_value(ni); rb_ary_push(stack_peek(&pi->stack)->val, rval); TRACE_PARSE_CALL(pi->options.trace, "append_number", pi, rval); } static void add_cstr(ParseInfo pi, const char *str, size_t len, const char *orig) { pi->stack.head->val = str_to_value(pi, str, len, orig); TRACE_PARSE_CALL(pi->options.trace, "add_string", pi, pi->stack.head->val); } static void add_num(ParseInfo pi, NumInfo ni) { pi->stack.head->val = oj_num_as_value(ni); TRACE_PARSE_CALL(pi->options.trace, "add_num", pi, pi->stack.head->val); } void oj_set_object_callbacks(ParseInfo pi) { oj_set_strict_callbacks(pi); pi->end_hash = end_hash; pi->start_hash = start_hash; pi->hash_set_cstr = hash_set_cstr; pi->hash_set_num = hash_set_num; pi->hash_set_value = hash_set_value; pi->add_cstr = add_cstr; pi->add_num = add_num; pi->array_append_cstr = array_append_cstr; pi->array_append_num = array_append_num; } VALUE oj_object_parse(int argc, VALUE *argv, VALUE self) { struct _parseInfo pi; parse_info_init(&pi); pi.options = oj_default_options; pi.handler = Qnil; pi.err_class = Qnil; oj_set_object_callbacks(&pi); if (T_STRING == rb_type(*argv)) { return oj_pi_parse(argc, argv, &pi, 0, 0, 1); } return oj_pi_sparse(argc, argv, &pi, 0); } VALUE oj_object_parse_cstr(int argc, VALUE *argv, char *json, size_t len) { struct _parseInfo pi; parse_info_init(&pi); pi.options = oj_default_options; pi.handler = Qnil; pi.err_class = Qnil; oj_set_strict_callbacks(&pi); pi.end_hash = end_hash; pi.start_hash = start_hash; pi.hash_set_cstr = hash_set_cstr; pi.hash_set_num = hash_set_num; pi.hash_set_value = hash_set_value; pi.add_cstr = add_cstr; pi.add_num = add_num; pi.array_append_cstr = array_append_cstr; pi.array_append_num = array_append_num; return oj_pi_parse(argc, argv, &pi, json, len, 1); } oj-3.16.12/ext/oj/odd.c000066400000000000000000000151601510053151600144160ustar00rootroot00000000000000// Copyright (c) 2011 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #include "odd.h" #include #include "mem.h" static Odd odds = NULL; static ID sec_id; static ID sec_fraction_id; static ID to_f_id; static ID numerator_id; static ID denominator_id; static ID rational_id; static void set_class(Odd odd, const char *classname) { const char **np; ID *idp; odd->classname = classname; odd->clen = strlen(classname); odd->clas = rb_const_get(rb_cObject, rb_intern(classname)); rb_gc_register_mark_object(odd->clas); odd->create_obj = odd->clas; rb_gc_register_mark_object(odd->create_obj); odd->create_op = rb_intern("new"); odd->is_module = (T_MODULE == rb_type(odd->clas)); odd->raw = 0; for (np = odd->attr_names, idp = odd->attrs; 0 != *np; np++, idp++) { *idp = rb_intern(*np); } *idp = 0; } static VALUE get_datetime_secs(VALUE obj) { volatile VALUE rsecs = rb_funcall(obj, sec_id, 0); volatile VALUE rfrac = rb_funcall(obj, sec_fraction_id, 0); long sec = NUM2LONG(rsecs); long long num = NUM2LL(rb_funcall(rfrac, numerator_id, 0)); long long den = NUM2LL(rb_funcall(rfrac, denominator_id, 0)); num += sec * den; return rb_funcall(rb_cObject, rational_id, 2, rb_ll2inum(num), rb_ll2inum(den)); } static void print_odd(Odd odd) { const char **np; int i; printf(" %s {\n", odd->classname); printf(" attr_cnt: %d %p\n", odd->attr_cnt, (void *)odd->attr_names); printf(" attr_names: %p\n", (void *)*odd->attr_names); printf(" attr_names: %c\n", **odd->attr_names); for (i = odd->attr_cnt, np = odd->attr_names; 0 < i; i--, np++) { printf(" %d %s\n", i, *np); } printf(" }\n"); } void print_all_odds(const char *label) { Odd odd; printf("@ %s {\n", label); for (odd = odds; NULL != odd; odd = odd->next) { print_odd(odd); } printf("}\n"); } static Odd odd_create(void) { Odd odd = OJ_R_ALLOC(struct _odd); memset(odd, 0, sizeof(struct _odd)); odd->next = odds; odds = odd; return odd; } void oj_odd_init(void) { Odd odd; const char **np; sec_id = rb_intern("sec"); sec_fraction_id = rb_intern("sec_fraction"); to_f_id = rb_intern("to_f"); numerator_id = rb_intern("numerator"); denominator_id = rb_intern("denominator"); rational_id = rb_intern("Rational"); // Rational odd = odd_create(); np = odd->attr_names; *np++ = "numerator"; *np++ = "denominator"; *np = 0; set_class(odd, "Rational"); odd->create_obj = rb_cObject; odd->create_op = rational_id; odd->attr_cnt = 2; // Date odd = odd_create(); np = odd->attr_names; *np++ = "year"; *np++ = "month"; *np++ = "day"; *np++ = "start"; *np++ = 0; set_class(odd, "Date"); odd->attr_cnt = 4; // DateTime odd = odd_create(); np = odd->attr_names; *np++ = "year"; *np++ = "month"; *np++ = "day"; *np++ = "hour"; *np++ = "min"; *np++ = "sec"; *np++ = "offset"; *np++ = "start"; *np++ = 0; set_class(odd, "DateTime"); odd->attr_cnt = 8; odd->attrFuncs[5] = get_datetime_secs; // Range odd = odd_create(); np = odd->attr_names; *np++ = "begin"; *np++ = "end"; *np++ = "exclude_end?"; *np++ = 0; set_class(odd, "Range"); odd->attr_cnt = 3; } Odd oj_get_odd(VALUE clas) { Odd odd; const char *classname = NULL; for (odd = odds; NULL != odd; odd = odd->next) { if (clas == odd->clas) { return odd; } if (odd->is_module) { if (NULL == classname) { classname = rb_class2name(clas); } if (0 == strncmp(odd->classname, classname, odd->clen) && ':' == classname[odd->clen]) { return odd; } } } return NULL; } Odd oj_get_oddc(const char *classname, size_t len) { Odd odd; for (odd = odds; NULL != odd; odd = odd->next) { if (len == odd->clen && 0 == strncmp(classname, odd->classname, len)) { return odd; } if (odd->is_module && 0 == strncmp(odd->classname, classname, odd->clen) && ':' == classname[odd->clen]) { return odd; } } return NULL; } OddArgs oj_odd_alloc_args(Odd odd) { OddArgs oa = OJ_R_ALLOC_N(struct _oddArgs, 1); VALUE *a; int i; oa->odd = odd; for (i = odd->attr_cnt, a = oa->args; 0 < i; i--, a++) { *a = Qnil; } return oa; } void oj_odd_free(OddArgs args) { OJ_R_FREE(args); } int oj_odd_set_arg(OddArgs args, const char *key, size_t klen, VALUE value) { const char **np; VALUE *vp; int i; for (i = args->odd->attr_cnt, np = args->odd->attr_names, vp = args->args; 0 < i; i--, np++, vp++) { if (0 == strncmp(key, *np, klen) && '\0' == *((*np) + klen)) { *vp = value; return 0; } } return -1; } void oj_reg_odd(VALUE clas, VALUE create_object, VALUE create_method, int mcnt, VALUE *members, bool raw) { Odd odd; const char **np; ID *ap; AttrGetFunc *fp; odd = odd_create(); odd->clas = clas; rb_gc_register_mark_object(odd->clas); if (NULL == (odd->classname = OJ_STRDUP(rb_class2name(clas)))) { rb_raise(rb_eNoMemError, "for class name."); } odd->clen = strlen(odd->classname); odd->create_obj = create_object; rb_gc_register_mark_object(odd->create_obj); odd->create_op = SYM2ID(create_method); odd->attr_cnt = mcnt; odd->is_module = (T_MODULE == rb_type(clas)); odd->raw = raw; for (ap = odd->attrs, np = odd->attr_names, fp = odd->attrFuncs; 0 < mcnt; mcnt--, ap++, np++, members++, fp++) { *fp = 0; switch (rb_type(*members)) { case T_STRING: if (NULL == (*np = OJ_STRDUP(RSTRING_PTR(*members)))) { rb_raise(rb_eNoMemError, "for attribute name."); } break; case T_SYMBOL: // The symbol can move and invalidate the name so make a copy. if (NULL == (*np = OJ_STRDUP(rb_id2name(SYM2ID(*members))))) { rb_raise(rb_eNoMemError, "for attribute name."); } break; default: rb_raise(rb_eArgError, "registered member identifiers must be Strings or Symbols."); break; } *ap = rb_intern(*np); } *np = 0; *ap = 0; } oj-3.16.12/ext/oj/odd.h000066400000000000000000000024221510053151600144200ustar00rootroot00000000000000// Copyright (c) 2011 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #ifndef OJ_ODD_H #define OJ_ODD_H #include #include "ruby.h" #define MAX_ODD_ARGS 10 typedef VALUE (*AttrGetFunc)(VALUE obj); typedef struct _odd { struct _odd *next; const char *classname; size_t clen; VALUE clas; // Ruby class or module VALUE create_obj; ID create_op; int attr_cnt; bool is_module; bool raw; const char *attr_names[MAX_ODD_ARGS]; // NULL terminated attr names ID attrs[MAX_ODD_ARGS]; // 0 terminated attr IDs AttrGetFunc attrFuncs[MAX_ODD_ARGS]; } *Odd; typedef struct _oddArgs { Odd odd; VALUE args[MAX_ODD_ARGS]; } *OddArgs; extern void oj_odd_init(void); extern Odd oj_get_odd(VALUE clas); extern Odd oj_get_oddc(const char *classname, size_t len); extern OddArgs oj_odd_alloc_args(Odd odd); extern void oj_odd_free(OddArgs args); extern int oj_odd_set_arg(OddArgs args, const char *key, size_t klen, VALUE value); extern void oj_reg_odd(VALUE clas, VALUE create_object, VALUE create_method, int mcnt, VALUE *members, bool raw); #endif /* OJ_ODD_H */ oj-3.16.12/ext/oj/oj.c000066400000000000000000002476121510053151600142710ustar00rootroot00000000000000// Copyright (c) 2012 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #include "oj.h" #include #include #include #include #include #include #include #include "dump.h" #include "encode.h" #include "intern.h" #include "mem.h" #include "odd.h" #include "parse.h" #include "rails.h" #include "simd.h" typedef struct _yesNoOpt { VALUE sym; char *attr; } *YesNoOpt; void Init_oj(); VALUE Oj = Qnil; ID oj_add_value_id; ID oj_array_append_id; ID oj_array_end_id; ID oj_array_start_id; ID oj_as_json_id; ID oj_begin_id; ID oj_bigdecimal_id; ID oj_end_id; ID oj_eofq_id; ID oj_exclude_end_id; ID oj_error_id; ID oj_file_id; ID oj_fileno_id; ID oj_ftype_id; ID oj_hash_end_id; ID oj_hash_key_id; ID oj_hash_set_id; ID oj_hash_start_id; ID oj_iconv_id; ID oj_json_create_id; ID oj_length_id; ID oj_new_id; ID oj_parse_id; ID oj_plus_id; ID oj_pos_id; ID oj_raw_json_id; ID oj_read_id; ID oj_readpartial_id; ID oj_replace_id; ID oj_stat_id; ID oj_string_id; ID oj_to_h_id; ID oj_to_hash_id; ID oj_to_json_id; ID oj_to_s_id; ID oj_to_sym_id; ID oj_to_time_id; ID oj_tv_nsec_id; ID oj_tv_sec_id; ID oj_tv_usec_id; ID oj_utc_id; ID oj_utc_offset_id; ID oj_utcq_id; ID oj_write_id; VALUE oj_bag_class; VALUE oj_bigdecimal_class; VALUE oj_cstack_class; VALUE oj_date_class; VALUE oj_datetime_class; VALUE oj_enumerable_class; VALUE oj_parse_error_class; VALUE oj_stream_writer_class; VALUE oj_string_writer_class; VALUE oj_stringio_class; VALUE oj_struct_class; VALUE oj_slash_string; VALUE oj_allow_nan_sym; VALUE oj_array_class_sym; VALUE oj_create_additions_sym; VALUE oj_decimal_class_sym; VALUE oj_hash_class_sym; VALUE oj_indent_sym; VALUE oj_object_class_sym; VALUE oj_quirks_mode_sym; VALUE oj_safe_sym; VALUE oj_symbolize_names_sym; VALUE oj_trace_sym; static VALUE allow_blank_sym; static VALUE allow_gc_sym; static VALUE allow_invalid_unicode_sym; static VALUE ascii_sym; static VALUE auto_define_sym; static VALUE auto_sym; static VALUE bigdecimal_as_decimal_sym; static VALUE bigdecimal_load_sym; static VALUE bigdecimal_sym; static VALUE cache_keys_sym; static VALUE cache_str_sym; static VALUE cache_string_sym; static VALUE circular_sym; static VALUE class_cache_sym; static VALUE compat_bigdecimal_sym; static VALUE compat_sym; static VALUE create_id_sym; static VALUE custom_sym; static VALUE empty_string_sym; static VALUE escape_mode_sym; static VALUE integer_range_sym; static VALUE fast_sym; static VALUE float_prec_sym; static VALUE float_format_sym; static VALUE float_sym; static VALUE huge_sym; static VALUE ignore_sym; static VALUE ignore_under_sym; static VALUE json_sym; static VALUE match_string_sym; static VALUE mode_sym; static VALUE nan_sym; static VALUE newline_sym; static VALUE nilnil_sym; static VALUE null_sym; static VALUE object_sym; static VALUE omit_null_byte_sym; static VALUE omit_nil_sym; static VALUE rails_sym; static VALUE raise_sym; static VALUE ruby_sym; static VALUE sec_prec_sym; static VALUE slash_sym; static VALUE strict_sym; static VALUE symbol_keys_sym; static VALUE time_format_sym; static VALUE unicode_xss_sym; static VALUE unix_sym; static VALUE unix_zone_sym; static VALUE use_as_json_sym; static VALUE use_raw_json_sym; static VALUE use_to_hash_sym; static VALUE use_to_json_sym; static VALUE wab_sym; static VALUE word_sym; static VALUE xmlschema_sym; static VALUE xss_safe_sym; rb_encoding *oj_utf8_encoding = 0; int oj_utf8_encoding_index = 0; #ifdef HAVE_PTHREAD_MUTEX_INIT pthread_mutex_t oj_cache_mutex; #else VALUE oj_cache_mutex = Qnil; #endif extern void oj_parser_init(); const char oj_json_class[] = "json_class"; struct _options oj_default_options = { 0, // indent No, // circular No, // auto_define No, // sym_key JSONEsc, // escape_mode ObjectMode, // mode Yes, // class_cache UnixTime, // time_format NotSet, // bigdec_as_num AutoDec, // bigdec_load false, // compat_bigdec No, // to_hash No, // to_json No, // as_json No, // raw_json No, // nilnil Yes, // empty_string Yes, // allow_gc Yes, // quirks_mode No, // allow_invalid No, // create_ok Yes, // allow_nan No, // trace No, // safe false, // sec_prec_set No, // ignore_under Yes, // cache_keys 0, // cache_str 0, // int_range_min 0, // int_range_max oj_json_class, // create_id 10, // create_id_len 9, // sec_prec 16, // float_prec "%0.15g", // float_fmt Qnil, // hash_class Qnil, // array_class { // dump_opts false, // use "", // indent "", // before_sep "", // after_sep "", // hash_nl "", // array_nl 0, // indent_size 0, // before_size 0, // after_size 0, // hash_size 0, // array_size AutoNan, // nan_dump false, // omit_nil false, // omit_null_byte MAX_DEPTH, // max_depth }, { // str_rx NULL, // head NULL, // tail {'\0'}, // err }, NULL, }; /* Document-method: default_options() * call-seq: default_options() * * Returns the default load and dump options as a Hash. The options are * - *:indent* [_Fixnum_|_String_|_nil_] number of spaces to indent each element * in an JSON document, zero or nil is no newline between JSON elements, * negative indicates no newline between top level JSON elements in a stream, * a String indicates the string should be used for indentation * - *:circular* [_Boolean_|_nil_] support circular references while dumping as * well as shared references * - *:auto_define* [_Boolean_|_nil_] automatically define classes if they do not exist * - *:symbol_keys* [_Boolean_|_nil_] use symbols instead of strings for hash keys * - *:escape_mode* [_:newline_|_:json_|_:slash_|_:xss_safe_|_:ascii_|_:unicode_xss_|_nil_] * determines the characters to escape * - *:class_cache* [_Boolean_|_nil_] cache classes for faster parsing (if dynamically * modifying classes or reloading classes then don't use this) * - *:mode* [_:object_|_:strict_|_:compat_|_:null_|_:custom_|_:rails_|_:wab_] load and * dump modes to use for JSON * - *:time_format* [_:unix_|_:unix_zone_|_:xmlschema_|_:ruby_] time format when dumping * - *:bigdecimal_as_decimal* [_Boolean_|_nil_] dump BigDecimal as a decimal number or * as a String * - *:bigdecimal_load* [_:bigdecimal_|_:float_|_:auto_|_:fast_|_:ruby_] load decimals * as BigDecimal instead of as a Float. :auto pick the most precise for the number * of digits. :float should be the same as ruby. :fast may require rounding but is * must faster. * - *:compat_bigdecimal* [_true_|_false_] load decimals as BigDecimal instead of as * a Float when in compat or rails mode. * - *:create_id* [_String_|_nil_] create id for json compatible object encoding, * default is 'json_class' * - *:create_additions* [_Boolean_|_nil_] if true allow creation of instances using * create_id on load. * - *:second_precision* [_Fixnum_|_nil_] number of digits after the decimal when * dumping the seconds portion of time * - *:float_precision* [_Fixnum_|_nil_] number of digits of precision when dumping * floats, 0 indicates use Ruby * - *:float_format* [_String_] the C printf format string for printing floats. * Default follows the float_precision and will be changed if float_precision is * changed. The string can be no more than 6 bytes. * - *:use_to_json* [_Boolean_|_nil_] call to_json() methods on dump, default is false * - *:use_as_json* [_Boolean_|_nil_] call as_json() methods on dump, default is false * - *:use_raw_json* [_Boolean_|_nil_] call raw_json() methods on dump, default is false * - *:nilnil* [_Boolean_|_nil_] if true a nil input to load will return nil and * not raise an Exception * - *:empty_string* [_Boolean_|_nil_] if true an empty input will not raise an Exception * - *:allow_gc* [_Boolean_|_nil_] allow or prohibit GC during parsing, default is true (allow) * - *:quirks_mode* [_true,_|_false_|_nil_] Allow single JSON values instead of * documents, default is true (allow) * - *:allow_invalid_unicode* [_true,_|_false_|_nil_] Allow invalid unicode, * default is false (don't allow) * - *:allow_nan* [_true,_|_false_|_nil_] Allow Nan, Infinity, and -Infinity to * be parsed, default is true (allow) * - *:indent_str* [_String_|_nil_] String to use for indentation, overriding the * indent option is not nil * - *:space* [_String_|_nil_] String to use for the space after the colon in JSON * object fields * - *:space_before* [_String_|_nil_] String to use before the colon separator in * JSON object fields * - *:object_nl* [_String_|_nil_] String to use after a JSON object field value * - *:array_nl* [_String_|_nil_] String to use after a JSON array value * - *:nan* [_:null_|_:huge_|_:word_|_:raise_|_:auto_] how to dump Infinity and * NaN. :null places a null, :huge places a huge number, :word places Infinity * or NaN, :raise raises and exception, :auto uses default for each mode. * - *:hash_class* [_Class_|_nil_] Class to use instead of Hash on load, * :object_class can also be used * - *:array_class* [_Class_|_nil_] Class to use instead of Array on load * - *:omit_nil* [_true_|_false_] if true Hash and Object attributes with nil * values are omitted * - *:omit_null_byte* [_true_|_false_] if true null bytes in strings will be * omitted when dumping * - *:ignore* [_nil_|_Array_] either nil or an Array of classes to ignore when dumping * - *:ignore_under* [_Boolean_] if true then attributes that start with _ are * ignored when dumping in object or custom mode. * - *:cache_keys* [_Boolean_] if true then hash keys are cached if less than 35 bytes. * - *:cache_str* [_Fixnum_] maximum string value length to cache (strings less * than this are cached) * - *:integer_range* [_Range_] Dump integers outside range as strings. * - *:trace* [_true,_|_false_] Trace all load and dump calls, default is false * (trace is off) * - *:safe* [_true,_|_false_] Safe mimic breaks JSON mimic to be safer, default * is false (safe is off) * * Return [_Hash_] all current option settings. */ static VALUE get_def_opts(VALUE self) { VALUE opts = rb_hash_new(); if (0 == oj_default_options.dump_opts.indent_size) { rb_hash_aset(opts, oj_indent_sym, INT2FIX(oj_default_options.indent)); } else { rb_hash_aset(opts, oj_indent_sym, rb_str_new2(oj_default_options.dump_opts.indent_str)); } rb_hash_aset(opts, sec_prec_sym, INT2FIX(oj_default_options.sec_prec)); rb_hash_aset(opts, circular_sym, (Yes == oj_default_options.circular) ? Qtrue : ((No == oj_default_options.circular) ? Qfalse : Qnil)); rb_hash_aset( opts, class_cache_sym, (Yes == oj_default_options.class_cache) ? Qtrue : ((No == oj_default_options.class_cache) ? Qfalse : Qnil)); rb_hash_aset( opts, auto_define_sym, (Yes == oj_default_options.auto_define) ? Qtrue : ((No == oj_default_options.auto_define) ? Qfalse : Qnil)); rb_hash_aset(opts, symbol_keys_sym, (Yes == oj_default_options.sym_key) ? Qtrue : ((No == oj_default_options.sym_key) ? Qfalse : Qnil)); rb_hash_aset( opts, bigdecimal_as_decimal_sym, (Yes == oj_default_options.bigdec_as_num) ? Qtrue : ((No == oj_default_options.bigdec_as_num) ? Qfalse : Qnil)); rb_hash_aset( opts, oj_create_additions_sym, (Yes == oj_default_options.create_ok) ? Qtrue : ((No == oj_default_options.create_ok) ? Qfalse : Qnil)); rb_hash_aset(opts, use_to_json_sym, (Yes == oj_default_options.to_json) ? Qtrue : ((No == oj_default_options.to_json) ? Qfalse : Qnil)); rb_hash_aset(opts, use_to_hash_sym, (Yes == oj_default_options.to_hash) ? Qtrue : ((No == oj_default_options.to_hash) ? Qfalse : Qnil)); rb_hash_aset(opts, use_as_json_sym, (Yes == oj_default_options.as_json) ? Qtrue : ((No == oj_default_options.as_json) ? Qfalse : Qnil)); rb_hash_aset(opts, use_raw_json_sym, (Yes == oj_default_options.raw_json) ? Qtrue : ((No == oj_default_options.raw_json) ? Qfalse : Qnil)); rb_hash_aset(opts, nilnil_sym, (Yes == oj_default_options.nilnil) ? Qtrue : ((No == oj_default_options.nilnil) ? Qfalse : Qnil)); rb_hash_aset( opts, empty_string_sym, (Yes == oj_default_options.empty_string) ? Qtrue : ((No == oj_default_options.empty_string) ? Qfalse : Qnil)); rb_hash_aset(opts, allow_gc_sym, (Yes == oj_default_options.allow_gc) ? Qtrue : ((No == oj_default_options.allow_gc) ? Qfalse : Qnil)); rb_hash_aset( opts, oj_quirks_mode_sym, (Yes == oj_default_options.quirks_mode) ? Qtrue : ((No == oj_default_options.quirks_mode) ? Qfalse : Qnil)); rb_hash_aset( opts, allow_invalid_unicode_sym, (Yes == oj_default_options.allow_invalid) ? Qtrue : ((No == oj_default_options.allow_invalid) ? Qfalse : Qnil)); rb_hash_aset( opts, oj_allow_nan_sym, (Yes == oj_default_options.allow_nan) ? Qtrue : ((No == oj_default_options.allow_nan) ? Qfalse : Qnil)); rb_hash_aset(opts, oj_trace_sym, (Yes == oj_default_options.trace) ? Qtrue : ((No == oj_default_options.trace) ? Qfalse : Qnil)); rb_hash_aset(opts, oj_safe_sym, (Yes == oj_default_options.safe) ? Qtrue : ((No == oj_default_options.safe) ? Qfalse : Qnil)); rb_hash_aset(opts, float_prec_sym, INT2FIX(oj_default_options.float_prec)); rb_hash_aset(opts, float_format_sym, rb_str_new_cstr(oj_default_options.float_fmt)); rb_hash_aset(opts, cache_str_sym, INT2FIX(oj_default_options.cache_str)); rb_hash_aset( opts, ignore_under_sym, (Yes == oj_default_options.ignore_under) ? Qtrue : ((No == oj_default_options.ignore_under) ? Qfalse : Qnil)); rb_hash_aset( opts, cache_keys_sym, (Yes == oj_default_options.cache_keys) ? Qtrue : ((No == oj_default_options.cache_keys) ? Qfalse : Qnil)); switch (oj_default_options.mode) { case StrictMode: rb_hash_aset(opts, mode_sym, strict_sym); break; case CompatMode: rb_hash_aset(opts, mode_sym, compat_sym); break; case NullMode: rb_hash_aset(opts, mode_sym, null_sym); break; case ObjectMode: rb_hash_aset(opts, mode_sym, object_sym); break; case CustomMode: rb_hash_aset(opts, mode_sym, custom_sym); break; case RailsMode: rb_hash_aset(opts, mode_sym, rails_sym); break; case WabMode: rb_hash_aset(opts, mode_sym, wab_sym); break; default: rb_hash_aset(opts, mode_sym, object_sym); break; } if (oj_default_options.int_range_max != 0 || oj_default_options.int_range_min != 0) { VALUE range = rb_obj_alloc(rb_cRange); VALUE min = LONG2FIX(oj_default_options.int_range_min); VALUE max = LONG2FIX(oj_default_options.int_range_max); rb_ivar_set(range, oj_begin_id, min); rb_ivar_set(range, oj_end_id, max); rb_hash_aset(opts, integer_range_sym, range); } else { rb_hash_aset(opts, integer_range_sym, Qnil); } switch (oj_default_options.escape_mode) { case NLEsc: rb_hash_aset(opts, escape_mode_sym, newline_sym); break; case JSONEsc: rb_hash_aset(opts, escape_mode_sym, json_sym); break; case SlashEsc: rb_hash_aset(opts, escape_mode_sym, slash_sym); break; case XSSEsc: rb_hash_aset(opts, escape_mode_sym, xss_safe_sym); break; case ASCIIEsc: rb_hash_aset(opts, escape_mode_sym, ascii_sym); break; case JXEsc: rb_hash_aset(opts, escape_mode_sym, unicode_xss_sym); break; default: rb_hash_aset(opts, escape_mode_sym, json_sym); break; } switch (oj_default_options.time_format) { case XmlTime: rb_hash_aset(opts, time_format_sym, xmlschema_sym); break; case RubyTime: rb_hash_aset(opts, time_format_sym, ruby_sym); break; case UnixZTime: rb_hash_aset(opts, time_format_sym, unix_zone_sym); break; case UnixTime: default: rb_hash_aset(opts, time_format_sym, unix_sym); break; } switch (oj_default_options.bigdec_load) { case BigDec: rb_hash_aset(opts, bigdecimal_load_sym, bigdecimal_sym); break; case FloatDec: rb_hash_aset(opts, bigdecimal_load_sym, float_sym); break; case FastDec: rb_hash_aset(opts, bigdecimal_load_sym, fast_sym); break; case AutoDec: default: rb_hash_aset(opts, bigdecimal_load_sym, auto_sym); break; } rb_hash_aset(opts, compat_bigdecimal_sym, oj_default_options.compat_bigdec ? Qtrue : Qfalse); rb_hash_aset(opts, create_id_sym, (NULL == oj_default_options.create_id) ? Qnil : rb_str_new2(oj_default_options.create_id)); rb_hash_aset( opts, oj_space_sym, (0 == oj_default_options.dump_opts.after_size) ? Qnil : rb_str_new2(oj_default_options.dump_opts.after_sep)); rb_hash_aset( opts, oj_space_before_sym, (0 == oj_default_options.dump_opts.before_size) ? Qnil : rb_str_new2(oj_default_options.dump_opts.before_sep)); rb_hash_aset( opts, oj_object_nl_sym, (0 == oj_default_options.dump_opts.hash_size) ? Qnil : rb_str_new2(oj_default_options.dump_opts.hash_nl)); rb_hash_aset( opts, oj_array_nl_sym, (0 == oj_default_options.dump_opts.array_size) ? Qnil : rb_str_new2(oj_default_options.dump_opts.array_nl)); switch (oj_default_options.dump_opts.nan_dump) { case NullNan: rb_hash_aset(opts, nan_sym, null_sym); break; case RaiseNan: rb_hash_aset(opts, nan_sym, raise_sym); break; case WordNan: rb_hash_aset(opts, nan_sym, word_sym); break; case HugeNan: rb_hash_aset(opts, nan_sym, huge_sym); break; case AutoNan: default: rb_hash_aset(opts, nan_sym, auto_sym); break; } rb_hash_aset(opts, omit_nil_sym, oj_default_options.dump_opts.omit_nil ? Qtrue : Qfalse); rb_hash_aset(opts, omit_null_byte_sym, oj_default_options.dump_opts.omit_null_byte ? Qtrue : Qfalse); rb_hash_aset(opts, oj_hash_class_sym, oj_default_options.hash_class); rb_hash_aset(opts, oj_array_class_sym, oj_default_options.array_class); if (NULL == oj_default_options.ignore) { rb_hash_aset(opts, ignore_sym, Qnil); } else { VALUE *vp; volatile VALUE a = rb_ary_new(); for (vp = oj_default_options.ignore; Qnil != *vp; vp++) { rb_ary_push(a, *vp); } rb_hash_aset(opts, ignore_sym, a); } return opts; } /* Document-method: default_options= * call-seq: default_options=(opts) * * Sets the default options for load and dump. * - *opts* [_Hash_] options to change * - *:indent* [_Fixnum_|_String_|_nil_] number of spaces to indent each element * in a JSON document or the String to use for indentation. * - :circular [_Boolean_|_nil_] support circular references while dumping. * - *:auto_define* [_Boolean_|_nil_] automatically define classes if they do not exist. * - *:symbol_keys* [_Boolean_|_nil_] convert hash keys to symbols. * - *:class_cache* [_Boolean_|_nil_] cache classes for faster parsing. * - *:escape* [_:newline_|_:json_|_:xss_safe_|_:ascii_|_unicode_xss_|_nil_] * mode encodes all high-bit characters as escaped sequences if :ascii, :json * is standand UTF-8 JSON encoding, :newline is the same as :json but newlines * are not escaped, :unicode_xss allows unicode but escapes &, <, and >, and * any \u20xx characters along with some others, and :xss_safe escapes &, <, * and >, and some others. * - *:bigdecimal_as_decimal* [_Boolean_|_nil_] dump BigDecimal as a decimal * number or as a String. * - *:bigdecimal_load* [_:bigdecimal_|_:float_|_:auto_|_nil_] load decimals as * BigDecimal instead of as a Float. :auto pick the most precise for the number of digits. * - *:compat_bigdecimal* [_true_|_false_] load decimals as BigDecimal instead * of as a Float in compat mode. * - *:mode* [_:object_|_:strict_|_:compat_|_:null_|_:custom_|_:rails_|_:wab_] load * and dump mode to use for JSON :strict raises an exception when a non-supported * Object is encountered. :compat attempts to extract variable values from an * Object using to_json() or to_hash() then it walks the Object's variables if * neither is found. The :object mode ignores to_hash() and to_json() methods * and encodes variables using code internal to the Oj gem. The :null mode * ignores non-supported Objects and replaces them with a null. The :custom * mode honors all dump options. The :rails more mimics rails and Active behavior. * - *:time_format* [_:unix_|_:xmlschema_|_:ruby_] time format when dumping in :compat * mode :unix decimal number denoting the number of seconds since 1/1/1970, * :unix_zone decimal number denoting the number of seconds since 1/1/1970 * plus the utc_offset in the exponent, :xmlschema date-time format taken * from XML Schema as a String, :ruby Time.to_s formatted String. * - *:create_id* [_String_|_nil_] create id for json compatible object encoding * - *:create_additions* [_Boolean_|_nil_] if true allow creation of instances using create_id on load. * - *:second_precision* [_Fixnum_|_nil_] number of digits after the decimal * when dumping the seconds portion of time. * - *:float_format* [_String_] the C printf format string for printing floats. * Default follows the float_precision and will be changed if float_precision * is changed. The string can be no more than 6 bytes. * - *:float_precision* [_Fixnum_|_nil_] number of digits of precision when dumping floats, 0 indicates use Ruby. * - *:use_to_json* [_Boolean_|_nil_] call to_json() methods on dump, default is false. * - *:use_as_json* [_Boolean_|_nil_] call as_json() methods on dump, default is false. * - *:use_to_hash* [_Boolean_|_nil_] call to_hash() methods on dump, default is false. * - *:use_raw_json* [_Boolean_|_nil_] call raw_json() methods on dump, default is false. * - *:nilnil* [_Boolean_|_nil_] if true a nil input to load will return nil and not raise an Exception. * - *:allow_gc* [_Boolean_|_nil_] allow or prohibit GC during parsing, default is true (allow). * - *:quirks_mode* [_Boolean_|_nil_] allow single JSON values instead of documents, default is true (allow). * - *:allow_invalid_unicode* [_Boolean_|_nil_] allow invalid unicode, default is false (don't allow). * - *:allow_nan* [_Boolean_|_nil_] allow Nan, Infinity, and -Infinity, default is true (allow). * - *:space* [_String_|_nil_] String to use for the space after the colon in JSON object fields. * - *:space_before* [_String_|_nil_] String to use before the colon separator in JSON object fields. * - *:object_nl* [_String_|_nil_] String to use after a JSON object field value. * - *:array_nl* [_String_|_nil_] String to use after a JSON array value * - *:nan* [_:null_|_:huge_|_:word_|_:raise_] how to dump Infinity and NaN in null, * strict, and compat mode. :null places a null, :huge places a huge number, :word * places Infinity or NaN, :raise raises and exception, :auto uses default for each mode. * - *:hash_class* [_Class_|_nil_] Class to use instead of Hash on load, :object_class can also be used. * - *:array_class* [_Class_|_nil_] Class to use instead of Array on load. * - *:omit_nil* [_true_|_false_] if true Hash and Object attributes with nil values are omitted. * - *:ignore* [_nil_|Array] either nil or an Array of classes to ignore when dumping * - *:ignore_under* [_Boolean_] if true then attributes that start with _ are * ignored when dumping in object or custom mode. * - *:cache_keys* [_Boolean_] if true then hash keys are cached * - *:cache_str* [_Fixnum_] maximum string value length to cache (strings less than this are cached) * - *:integer_range* [_Range_] Dump integers outside range as strings. * - *:trace* [_Boolean_] turn trace on or off. * - *:safe* [_Boolean_] turn safe mimic on or off. */ static VALUE set_def_opts(VALUE self, VALUE opts) { Check_Type(opts, T_HASH); oj_parse_options(opts, &oj_default_options); return Qnil; } bool oj_hash_has_key(VALUE hash, VALUE key) { if (Qundef == rb_hash_lookup2(hash, key, Qundef)) { return false; } return true; } bool set_yesno_options(VALUE key, VALUE value, Options copts) { struct _yesNoOpt ynos[] = {{circular_sym, &copts->circular}, {auto_define_sym, &copts->auto_define}, {symbol_keys_sym, &copts->sym_key}, {class_cache_sym, &copts->class_cache}, {bigdecimal_as_decimal_sym, &copts->bigdec_as_num}, {use_to_hash_sym, &copts->to_hash}, {use_to_json_sym, &copts->to_json}, {use_as_json_sym, &copts->as_json}, {use_raw_json_sym, &copts->raw_json}, {nilnil_sym, &copts->nilnil}, {allow_blank_sym, &copts->nilnil}, // same as nilnil {empty_string_sym, &copts->empty_string}, {allow_gc_sym, &copts->allow_gc}, {oj_quirks_mode_sym, &copts->quirks_mode}, {allow_invalid_unicode_sym, &copts->allow_invalid}, {oj_allow_nan_sym, &copts->allow_nan}, {oj_trace_sym, &copts->trace}, {oj_safe_sym, &copts->safe}, {ignore_under_sym, &copts->ignore_under}, {oj_create_additions_sym, &copts->create_ok}, {cache_keys_sym, &copts->cache_keys}, {Qnil, 0}}; YesNoOpt o; for (o = ynos; 0 != o->attr; o++) { if (key == o->sym) { if (Qnil == value) { *o->attr = NotSet; } else if (Qtrue == value) { *o->attr = Yes; } else if (Qfalse == value) { *o->attr = No; } else { rb_raise(rb_eArgError, "%s must be true, false, or nil.", rb_id2name(key)); } return true; } } return false; } static int parse_options_cb(VALUE k, VALUE v, VALUE opts) { Options copts = (Options)opts; size_t len; if (set_yesno_options(k, v, copts)) { return ST_CONTINUE; } if (oj_indent_sym == k) { switch (rb_type(v)) { case T_NIL: copts->dump_opts.indent_size = 0; *copts->dump_opts.indent_str = '\0'; copts->indent = 0; break; case T_FIXNUM: copts->dump_opts.indent_size = 0; *copts->dump_opts.indent_str = '\0'; copts->indent = FIX2INT(v); break; case T_STRING: if (sizeof(copts->dump_opts.indent_str) <= (len = RSTRING_LEN(v))) { rb_raise(rb_eArgError, "indent string is limited to %lu characters.", (unsigned long)sizeof(copts->dump_opts.indent_str)); } strcpy(copts->dump_opts.indent_str, StringValuePtr(v)); copts->dump_opts.indent_size = (uint8_t)len; copts->indent = 0; break; default: rb_raise(rb_eTypeError, "indent must be a Fixnum, String, or nil."); break; } } else if (float_prec_sym == k) { int n; if (rb_cInteger != rb_obj_class(v)) { rb_raise(rb_eArgError, ":float_precision must be a Integer."); } n = FIX2INT(v); if (0 >= n) { *copts->float_fmt = '\0'; copts->float_prec = 0; } else { if (20 < n) { n = 20; } sprintf(copts->float_fmt, "%%0.%dg", n); copts->float_prec = n; } } else if (cache_str_sym == k || cache_string_sym == k) { int n; if (rb_cInteger != rb_obj_class(v)) { rb_raise(rb_eArgError, ":cache_str must be a Integer."); } n = FIX2INT(v); if (0 >= n) { copts->cache_str = 0; } else { if (32 < n) { n = 32; } copts->cache_str = (char)n; } } else if (sec_prec_sym == k) { int n; if (rb_cInteger != rb_obj_class(v)) { rb_raise(rb_eArgError, ":second_precision must be a Integer."); } n = NUM2INT(v); if (0 > n) { n = 0; copts->sec_prec_set = false; } else if (9 < n) { n = 9; copts->sec_prec_set = true; } else { copts->sec_prec_set = true; } copts->sec_prec = n; } else if (mode_sym == k) { if (wab_sym == v) { copts->mode = WabMode; } else if (object_sym == v) { copts->mode = ObjectMode; } else if (strict_sym == v) { copts->mode = StrictMode; } else if (compat_sym == v || json_sym == v) { copts->mode = CompatMode; } else if (null_sym == v) { copts->mode = NullMode; } else if (custom_sym == v) { copts->mode = CustomMode; } else if (rails_sym == v) { copts->mode = RailsMode; } else { rb_raise(rb_eArgError, ":mode must be :object, :strict, :compat, :null, :custom, :rails, or :wab."); } } else if (time_format_sym == k) { if (unix_sym == v) { copts->time_format = UnixTime; } else if (unix_zone_sym == v) { copts->time_format = UnixZTime; } else if (xmlschema_sym == v) { copts->time_format = XmlTime; } else if (ruby_sym == v) { copts->time_format = RubyTime; } else { rb_raise(rb_eArgError, ":time_format must be :unix, :unix_zone, :xmlschema, or :ruby."); } } else if (escape_mode_sym == k) { if (newline_sym == v) { copts->escape_mode = NLEsc; } else if (json_sym == v) { copts->escape_mode = JSONEsc; } else if (slash_sym == v) { copts->escape_mode = SlashEsc; } else if (xss_safe_sym == v) { copts->escape_mode = XSSEsc; } else if (ascii_sym == v) { copts->escape_mode = ASCIIEsc; } else if (unicode_xss_sym == v) { copts->escape_mode = JXEsc; } else { rb_raise(rb_eArgError, ":encoding must be :newline, :json, :xss_safe, :unicode_xss, or :ascii."); } } else if (bigdecimal_load_sym == k) { if (Qnil == v) { return ST_CONTINUE; } if (bigdecimal_sym == v || Qtrue == v) { copts->bigdec_load = BigDec; } else if (float_sym == v) { copts->bigdec_load = FloatDec; } else if (fast_sym == v) { copts->bigdec_load = FastDec; } else if (auto_sym == v || Qfalse == v) { copts->bigdec_load = AutoDec; } else { rb_raise(rb_eArgError, ":bigdecimal_load must be :bigdecimal, :float, or :auto."); } } else if (compat_bigdecimal_sym == k) { if (Qnil == v) { return ST_CONTINUE; } copts->compat_bigdec = (Qtrue == v); } else if (oj_decimal_class_sym == k) { if (rb_cFloat == v) { copts->compat_bigdec = false; } else if (oj_bigdecimal_class == v) { copts->compat_bigdec = true; } else { rb_raise(rb_eArgError, ":decimal_class must be BigDecimal or Float."); } } else if (create_id_sym == k) { if (Qnil == v) { if (oj_json_class != oj_default_options.create_id && NULL != copts->create_id) { OJ_R_FREE((char *)oj_default_options.create_id); } copts->create_id = NULL; copts->create_id_len = 0; } else if (T_STRING == rb_type(v)) { const char *str = StringValuePtr(v); len = RSTRING_LEN(v); if (len != copts->create_id_len || 0 != strcmp(copts->create_id, str)) { copts->create_id = OJ_R_ALLOC_N(char, len + 1); strcpy((char *)copts->create_id, str); copts->create_id_len = len; } } else { rb_raise(rb_eArgError, ":create_id must be string."); } } else if (oj_space_sym == k) { if (Qnil == v) { copts->dump_opts.after_size = 0; *copts->dump_opts.after_sep = '\0'; } else { rb_check_type(v, T_STRING); if (sizeof(copts->dump_opts.after_sep) <= (len = RSTRING_LEN(v))) { rb_raise(rb_eArgError, "space string is limited to %lu characters.", (unsigned long)sizeof(copts->dump_opts.after_sep)); } strcpy(copts->dump_opts.after_sep, StringValuePtr(v)); copts->dump_opts.after_size = (uint8_t)len; } } else if (oj_space_before_sym == k) { if (Qnil == v) { copts->dump_opts.before_size = 0; *copts->dump_opts.before_sep = '\0'; } else { rb_check_type(v, T_STRING); if (sizeof(copts->dump_opts.before_sep) <= (len = RSTRING_LEN(v))) { rb_raise(rb_eArgError, "sapce_before string is limited to %lu characters.", (unsigned long)sizeof(copts->dump_opts.before_sep)); } strcpy(copts->dump_opts.before_sep, StringValuePtr(v)); copts->dump_opts.before_size = (uint8_t)len; } } else if (oj_object_nl_sym == k) { if (Qnil == v) { copts->dump_opts.hash_size = 0; *copts->dump_opts.hash_nl = '\0'; } else { rb_check_type(v, T_STRING); if (sizeof(copts->dump_opts.hash_nl) <= (len = RSTRING_LEN(v))) { rb_raise(rb_eArgError, "object_nl string is limited to %lu characters.", (unsigned long)sizeof(copts->dump_opts.hash_nl)); } strcpy(copts->dump_opts.hash_nl, StringValuePtr(v)); copts->dump_opts.hash_size = (uint8_t)len; } } else if (oj_array_nl_sym == k) { if (Qnil == v) { copts->dump_opts.array_size = 0; *copts->dump_opts.array_nl = '\0'; } else { rb_check_type(v, T_STRING); if (sizeof(copts->dump_opts.array_nl) <= (len = RSTRING_LEN(v))) { rb_raise(rb_eArgError, "array_nl string is limited to %lu characters.", (unsigned long)sizeof(copts->dump_opts.array_nl)); } strcpy(copts->dump_opts.array_nl, StringValuePtr(v)); copts->dump_opts.array_size = (uint8_t)len; } } else if (nan_sym == k) { if (Qnil == v) { return ST_CONTINUE; } if (null_sym == v) { copts->dump_opts.nan_dump = NullNan; } else if (huge_sym == v) { copts->dump_opts.nan_dump = HugeNan; } else if (word_sym == v) { copts->dump_opts.nan_dump = WordNan; } else if (raise_sym == v) { copts->dump_opts.nan_dump = RaiseNan; } else if (auto_sym == v) { copts->dump_opts.nan_dump = AutoNan; } else { rb_raise(rb_eArgError, ":nan must be :null, :huge, :word, :raise, or :auto."); } } else if (omit_nil_sym == k) { if (Qnil == v) { return ST_CONTINUE; } if (Qtrue == v) { copts->dump_opts.omit_nil = true; } else if (Qfalse == v) { copts->dump_opts.omit_nil = false; } else { rb_raise(rb_eArgError, ":omit_nil must be true or false."); } } else if (omit_null_byte_sym == k) { if (Qnil == v) { return ST_CONTINUE; } if (Qtrue == v) { copts->dump_opts.omit_null_byte = true; } else if (Qfalse == v) { copts->dump_opts.omit_null_byte = false; } else { rb_raise(rb_eArgError, ":omit_null_byte must be true or false."); } } else if (oj_ascii_only_sym == k) { // This is here only for backwards compatibility with the original Oj. if (Qtrue == v) { copts->escape_mode = ASCIIEsc; } else if (Qfalse == v) { copts->escape_mode = JSONEsc; } } else if (oj_hash_class_sym == k) { if (Qnil == v) { copts->hash_class = Qnil; } else { rb_check_type(v, T_CLASS); copts->hash_class = v; } } else if (oj_object_class_sym == k) { if (Qnil == v) { copts->hash_class = Qnil; } else { rb_check_type(v, T_CLASS); copts->hash_class = v; } } else if (oj_array_class_sym == k) { if (Qnil == v) { copts->array_class = Qnil; } else { rb_check_type(v, T_CLASS); copts->array_class = v; } } else if (ignore_sym == k) { OJ_R_FREE(copts->ignore); copts->ignore = NULL; if (Qnil != v) { size_t cnt; rb_check_type(v, T_ARRAY); cnt = RARRAY_LEN(v); if (0 < cnt) { size_t i; copts->ignore = OJ_R_ALLOC_N(VALUE, cnt + 1); for (i = 0; i < cnt; i++) { copts->ignore[i] = RARRAY_AREF(v, i); } copts->ignore[i] = Qnil; } } } else if (integer_range_sym == k) { if (Qnil == v) { return ST_CONTINUE; } if (rb_obj_class(v) == rb_cRange) { VALUE min = rb_funcall(v, oj_begin_id, 0); VALUE max = rb_funcall(v, oj_end_id, 0); if (TYPE(min) != T_FIXNUM || TYPE(max) != T_FIXNUM) { rb_raise(rb_eArgError, ":integer_range range bounds is not Fixnum."); } copts->int_range_min = FIX2LONG(min); copts->int_range_max = FIX2LONG(max); } else if (Qfalse != v) { rb_raise(rb_eArgError, ":integer_range must be a range of Fixnum."); } } else if (symbol_keys_sym == k || oj_symbolize_names_sym == k) { if (Qnil == v) { return ST_CONTINUE; } copts->sym_key = (Qtrue == v) ? Yes : No; } else if (oj_max_nesting_sym == k) { if (Qtrue == v) { copts->dump_opts.max_depth = 100; } else if (Qfalse == v || Qnil == v) { copts->dump_opts.max_depth = MAX_DEPTH; } else if (T_FIXNUM == rb_type(v)) { copts->dump_opts.max_depth = NUM2INT(v); if (0 >= copts->dump_opts.max_depth) { copts->dump_opts.max_depth = MAX_DEPTH; } } } else if (float_format_sym == k) { rb_check_type(v, T_STRING); if (6 < RSTRING_LEN(v)) { rb_raise(rb_eArgError, ":float_format must be 6 bytes or less."); } strncpy(copts->float_fmt, RSTRING_PTR(v), (size_t)RSTRING_LEN(v)); copts->float_fmt[RSTRING_LEN(v)] = '\0'; } return ST_CONTINUE; } void oj_parse_options(VALUE ropts, Options copts) { if (T_HASH != rb_type(ropts)) { return; } rb_hash_foreach(ropts, parse_options_cb, (VALUE)copts); oj_parse_opt_match_string(&copts->str_rx, ropts); copts->dump_opts.use = (0 < copts->dump_opts.indent_size || 0 < copts->dump_opts.after_size || 0 < copts->dump_opts.before_size || 0 < copts->dump_opts.hash_size || 0 < copts->dump_opts.array_size); return; } static int match_string_cb(VALUE key, VALUE value, VALUE rx) { RxClass rc = (RxClass)rx; if (T_CLASS != rb_type(value)) { rb_raise(rb_eArgError, "for :match_string, the hash values must be a Class."); } switch (rb_type(key)) { case T_REGEXP: oj_rxclass_rappend(rc, key, value); break; case T_STRING: if (0 != oj_rxclass_append(rc, StringValuePtr(key), value)) { rb_raise(rb_eArgError, "%s", rc->err); } break; default: rb_raise(rb_eArgError, "for :match_string, keys must either a String or RegExp."); break; } return ST_CONTINUE; } void oj_parse_opt_match_string(RxClass rc, VALUE ropts) { VALUE v; if (Qnil != (v = rb_hash_lookup(ropts, match_string_sym))) { rb_check_type(v, T_HASH); // Zero out rc. Pattern are not appended but override. rc->head = NULL; rc->tail = NULL; *rc->err = '\0'; rb_hash_foreach(v, match_string_cb, (VALUE)rc); } } /* Document-method: load * call-seq: load(json, options={}) { _|_obj, start, len_|_ } * * Parses a JSON document String into a Object, Hash, Array, String, Fixnum, * Float, true, false, or nil according to the default mode or the mode * specified. Raises an exception if the JSON is malformed or the classes * specified are not valid. If the string input is not a valid JSON document (an * empty string is not a valid JSON document) an exception is raised. * * When used with a document that has multiple JSON elements the block, if * any, will be yielded to. If no block then the last element read will be * returned. * * This parser operates on string and will attempt to load files into memory if * a file object is passed as the first argument. A stream input will be parsed * using a stream parser but others use the slightly faster string parser. * * A block can be provided with a single argument. That argument will be the * parsed JSON document. This is useful when parsing a string that includes * multiple JSON documents. The block can take up to 3 arguments, the parsed * object, the position in the string or stream of the start of the JSON for * that object, and the length of the JSON for that object plus trailing * whitespace. * * - *json* [_String_|_IO_] JSON String or an Object that responds to read() * - *options* [_Hash_] load options (same as default_options) * - *obj* [_Hash_|_Array_|_String_|_Fixnum_|_Float_|_Boolean_|_nil_] parsed object. * - *start* [_optional, _Integer_] start position of parsed JSON for obj. * - *len* [_optional, _Integer_] length of parsed JSON for obj. * * Returns [_Hash_|_Array_|_String_|_Fixnum_|_Float_|_Boolean_|_nil_] */ static VALUE load(int argc, VALUE *argv, VALUE self) { Mode mode = oj_default_options.mode; if (1 > argc) { rb_raise(rb_eArgError, "Wrong number of arguments to load()."); } if (2 <= argc) { VALUE ropts = argv[1]; VALUE v; if (Qnil != ropts || CompatMode != mode) { Check_Type(ropts, T_HASH); if (Qnil != (v = rb_hash_lookup(ropts, mode_sym))) { if (object_sym == v) { mode = ObjectMode; } else if (strict_sym == v) { mode = StrictMode; } else if (compat_sym == v || json_sym == v) { mode = CompatMode; } else if (null_sym == v) { mode = NullMode; } else if (custom_sym == v) { mode = CustomMode; } else if (rails_sym == v) { mode = RailsMode; } else if (wab_sym == v) { mode = WabMode; } else { rb_raise(rb_eArgError, ":mode must be :object, :strict, :compat, :null, :custom, :rails, or " ":wab."); } } } } switch (mode) { case StrictMode: case NullMode: return oj_strict_parse(argc, argv, self); case CompatMode: case RailsMode: return oj_compat_parse(argc, argv, self); case CustomMode: return oj_custom_parse(argc, argv, self); case WabMode: return oj_wab_parse(argc, argv, self); case ObjectMode: default: break; } return oj_object_parse(argc, argv, self); } /* Document-method: load_file * call-seq: load_file(path, options={}) { _|_obj, start, len_|_ } * * Parses a JSON document String into a Object, Hash, Array, String, Fixnum, * Float, true, false, or nil according to the default mode or the mode * specified. Raises an exception if the JSON is malformed or the classes * specified are not valid. If the string input is not a valid JSON document (an * empty string is not a valid JSON document) an exception is raised. * * When used with a document that has multiple JSON elements the block, if * any, will be yielded to. If no block then the last element read will be * returned. * * If the input file is not a valid JSON document (an empty file is not a valid * JSON document) an exception is raised. * * This is a stream based parser which allows a large or huge file to be loaded * without pulling the whole file into memory. * * A block can be provided with a single argument. That argument will be the * parsed JSON document. This is useful when parsing a string that includes * multiple JSON documents. The block can take up to 3 arguments, the parsed * object, the position in the string or stream of the start of the JSON for * that object, and the length of the JSON for that object plus trailing * whitespace. * * - *path* [_String_] to a file containing a JSON document * - *options* [_Hash_] load options (same as default_options) * - *obj* [_Hash_|_Array_|_String_|_Fixnum_|_Float_|_Boolean_|_nil_] parsed object. * - *start* [_optional, _Integer_] start position of parsed JSON for obj. * - *len* [_optional, _Integer_] length of parsed JSON for obj. * * Returns [_Object_|_Hash_|_Array_|_String_|_Fixnum_|_Float_|_Boolean_|_nil_] */ static VALUE load_file(int argc, VALUE *argv, VALUE self) { char *path; int fd; Mode mode = oj_default_options.mode; struct _parseInfo pi; if (1 > argc) { rb_raise(rb_eArgError, "Wrong number of arguments to load()."); } path = StringValuePtr(*argv); parse_info_init(&pi); pi.options = oj_default_options; pi.handler = Qnil; pi.err_class = Qnil; pi.max_depth = 0; if (2 <= argc) { VALUE ropts = argv[1]; VALUE v; Check_Type(ropts, T_HASH); if (Qnil != (v = rb_hash_lookup(ropts, mode_sym))) { if (object_sym == v) { mode = ObjectMode; } else if (strict_sym == v) { mode = StrictMode; } else if (compat_sym == v || json_sym == v) { mode = CompatMode; } else if (null_sym == v) { mode = NullMode; } else if (custom_sym == v) { mode = CustomMode; } else if (rails_sym == v) { mode = RailsMode; } else if (wab_sym == v) { mode = WabMode; } else { rb_raise(rb_eArgError, ":mode must be :object, :strict, :compat, :null, :custom, :rails, or :wab."); } } } #ifdef _WIN32 { WCHAR *wide_path; wide_path = rb_w32_mbstr_to_wstr(CP_UTF8, path, -1, NULL); fd = rb_w32_wopen(wide_path, O_RDONLY); OJ_FREE(wide_path); } #else fd = open(path, O_RDONLY); #endif if (0 == fd) { rb_raise(rb_eIOError, "%s", strerror(errno)); } switch (mode) { case StrictMode: case NullMode: oj_set_strict_callbacks(&pi); return oj_pi_sparse(argc, argv, &pi, fd); case CustomMode: oj_set_custom_callbacks(&pi); return oj_pi_sparse(argc, argv, &pi, fd); case CompatMode: case RailsMode: oj_set_compat_callbacks(&pi); return oj_pi_sparse(argc, argv, &pi, fd); case WabMode: oj_set_wab_callbacks(&pi); return oj_pi_sparse(argc, argv, &pi, fd); case ObjectMode: default: break; } oj_set_object_callbacks(&pi); return oj_pi_sparse(argc, argv, &pi, fd); } /* Document-method: safe_load * call-seq: safe_load(doc) * * Loads a JSON document in strict mode with :auto_define and :symbol_keys * turned off. This function should be safe to use with JSON received on an * unprotected public interface. * * - *doc* [_String__|_IO_] JSON String or IO to load. * * Returns [_Hash_|_Array_|_String_|_Fixnum_|_Bignum_|_BigDecimal_|_nil_|_True_|_False_] */ static VALUE safe_load(VALUE self, VALUE doc) { struct _parseInfo pi; VALUE args[1]; parse_info_init(&pi); pi.err_class = Qnil; pi.max_depth = 0; pi.options = oj_default_options; pi.options.auto_define = No; pi.options.sym_key = No; pi.options.mode = StrictMode; oj_set_strict_callbacks(&pi); *args = doc; return oj_pi_parse(1, args, &pi, 0, 0, 1); } /* Document-method: saj_parse * call-seq: saj_parse(handler, io) * * Parses an IO stream or file containing a JSON document. Raises an exception * if the JSON is malformed. This is a callback parser that calls the methods in * the handler if they exist. A sample is the Oj::Saj class which can be used as * a base class for the handler. * * - *handler* [_Oj::Saj_] responds to Oj::Saj methods * - *io* [_IO_|_String_] IO Object to read from */ /* Document-method: sc_parse * call-seq: sc_parse(handler, io) * * Parses an IO stream or file containing a JSON document. Raises an exception * if the JSON is malformed. This is a callback parser (Simple Callback Parser) * that calls the methods in the handler if they exist. A sample is the * Oj::ScHandler class which can be used as a base class for the handler. This * callback parser is slightly more efficient than the Saj callback parser and * requires less argument checking. * * - *handler* [_Oj_::ScHandler_] responds to Oj::ScHandler methods * - *io* [_IO__|_String_] IO Object to read from */ struct dump_arg { struct _out *out; struct _options *copts; int argc; VALUE *argv; }; static VALUE dump_body(VALUE a) { volatile struct dump_arg *arg = (void *)a; VALUE rstr; oj_dump_obj_to_json_using_params(*arg->argv, arg->copts, arg->out, arg->argc - 1, arg->argv + 1); if (0 == arg->out->buf) { rb_raise(rb_eNoMemError, "Not enough memory."); } rstr = rb_utf8_str_new_cstr(arg->out->buf); return rstr; } static VALUE dump_ensure(VALUE a) { volatile struct dump_arg *arg = (void *)a; oj_out_free(arg->out); return Qnil; } /* Document-method: dump * call-seq: dump(obj, options={}) * * Dumps an Object (obj) to a string. * - *obj* [_Object_] Object to serialize as an JSON document String * - *options* [_Hash_] same as default_options */ static VALUE dump(int argc, VALUE *argv, VALUE self) { struct dump_arg arg; struct _out out; struct _options copts = oj_default_options; if (1 > argc) { rb_raise(rb_eArgError, "wrong number of arguments (0 for 1)."); } if (CompatMode == copts.mode) { copts.dump_opts.nan_dump = WordNan; } if (2 == argc) { oj_parse_options(argv[1], &copts); } if (CompatMode == copts.mode && copts.escape_mode != ASCIIEsc) { copts.escape_mode = JSONEsc; } arg.out = &out; arg.copts = &copts; arg.argc = argc; arg.argv = argv; oj_out_init(arg.out); arg.out->omit_nil = copts.dump_opts.omit_nil; arg.out->omit_null_byte = copts.dump_opts.omit_null_byte; return rb_ensure(dump_body, (VALUE)&arg, dump_ensure, (VALUE)&arg); } /* Document-method: to_json * call-seq: to_json(obj, options) * * Dumps an Object (obj) to a string. If the object has a to_json method that * will be called. The mode is set to :compat. * - *obj* [_Object_] Object to serialize as an JSON document String * - *options* [_Hash_] * - *:max_nesting* [_Fixnum_|_boolean_] It true nesting is limited to 100. * If a Fixnum nesting is set to the provided value. The option to detect * circular references is available but is not compatible with the json gem., * default is false or unlimited. * - *:allow_nan* [_boolean_] If true non JSON compliant words such as Nan and * Infinity will be used as appropriate, default is true. * - *:quirks_mode* [_boolean_] Allow single JSON values instead of documents, default is true (allow). * - *:indent* [_String_|_nil_] String to use for indentation, overriding the indent option if not nil. * - *:space* [_String_|_nil_] String to use for the space after the colon in JSON object fields. * - *:space_before* [_String_|_nil_] String to use before the colon separator in JSON object fields. * - *:object_nl* [_String_|_nil_] String to use after a JSON object field value. * - *:array_nl* [_String_|_nil_] String to use after a JSON array value. * - *:trace* [_Boolean_] If true trace is turned on. * * Returns [_String_] the encoded JSON. */ static VALUE to_json(int argc, VALUE *argv, VALUE self) { struct _out out; struct _options copts = oj_default_options; VALUE rstr; if (1 > argc) { rb_raise(rb_eArgError, "wrong number of arguments (0 for 1)."); } copts.escape_mode = JXEsc; copts.dump_opts.nan_dump = RaiseNan; if (2 == argc) { oj_parse_mimic_dump_options(argv[1], &copts); } copts.mode = CompatMode; copts.to_json = Yes; oj_out_init(&out); out.omit_nil = copts.dump_opts.omit_nil; out.omit_null_byte = copts.dump_opts.omit_null_byte; // For obj.to_json or generate nan is not allowed but if called from dump // it is. oj_dump_obj_to_json_using_params(*argv, &copts, &out, argc - 1, argv + 1); if (0 == out.buf) { rb_raise(rb_eNoMemError, "Not enough memory."); } rstr = rb_utf8_str_new_cstr(out.buf); oj_out_free(&out); return rstr; } /* Document-method: to_file * call-seq: to_file(file_path, obj, options={}) * * Dumps an Object to the specified file. * - *file* [_String_] _path file path to write the JSON document to * - *obj* [_Object_] Object to serialize as an JSON document String * - *options* [_Hash_] formatting options * - *:indent* [_Fixnum_] format expected * - *:circular* [_Boolean_] allow circular references, default: false */ static VALUE to_file(int argc, VALUE *argv, VALUE self) { struct _options copts = oj_default_options; if (3 == argc) { oj_parse_options(argv[2], &copts); } oj_write_obj_to_file(argv[1], StringValuePtr(*argv), &copts); return Qnil; } /* Document-method: to_stream * call-seq: to_stream(io, obj, options={}) * * Dumps an Object to the specified IO stream. * - *io* [_IO_] IO stream to write the JSON document to * - *obj* [_Object_] Object to serialize as an JSON document String * - *options* [_Hash_] formatting options * - *:indent* [_Fixnum_] format expected * - *:circular* [_Boolean_] allow circular references, default: false */ static VALUE to_stream(int argc, VALUE *argv, VALUE self) { struct _options copts = oj_default_options; if (3 == argc) { oj_parse_options(argv[2], &copts); } oj_write_obj_to_stream(argv[1], *argv, &copts); return Qnil; } /* Document-method: register_odd * call-seq: register_odd(clas, create_object, create_method, *members) * * Registers a class as special. This is useful for working around subclasses of * primitive types as is done with ActiveSupport classes. The use of this * function should be limited to just classes that can not be handled in the * normal way. It is not intended as a hook for changing the output of all * classes as it is not optimized for large numbers of classes. * * - *clas* [_Class__|_Module_] Class or Module to be made special * - *create_object* [_Object_] object to call the create method on * - *create_method* [_Symbol_] method on the clas that will create a new instance * of the clas when given all the member values in the order specified. * - *members* [_Symbol__|_String_] methods used to get the member values from * instances of the clas. */ static VALUE register_odd(int argc, VALUE *argv, VALUE self) { if (3 > argc) { rb_raise(rb_eArgError, "incorrect number of arguments."); } switch (rb_type(*argv)) { case T_CLASS: case T_MODULE: break; default: rb_raise(rb_eTypeError, "expected a class or module."); break; } Check_Type(argv[2], T_SYMBOL); if (MAX_ODD_ARGS < argc - 2) { rb_raise(rb_eArgError, "too many members."); } oj_reg_odd(argv[0], argv[1], argv[2], argc - 3, argv + 3, false); return Qnil; } /* Document-method: register_odd_raw * call-seq: register_odd_raw(clas, create_object, create_method, dump_method) * * Registers a class as special and expect the output to be a string that can be * included in the dumped JSON directly. This is useful for working around * subclasses of primitive types as is done with ActiveSupport classes. The use * of this function should be limited to just classes that can not be handled in * the normal way. It is not intended as a hook for changing the output of all * classes as it is not optimized for large numbers of classes. Be careful with * this option as the JSON may be incorrect if invalid JSON is returned. * * - *clas* [_Class_|_Module_] Class or Module to be made special * - *create_object* [_Object_] object to call the create method on * - *create_method* [_Symbol_] method on the clas that will create a new instance * of the clas when given all the member values in the order specified. * - *dump_method* [_Symbol_|_String_] method to call on the object being * serialized to generate the raw JSON. */ static VALUE register_odd_raw(int argc, VALUE *argv, VALUE self) { if (3 > argc) { rb_raise(rb_eArgError, "incorrect number of arguments."); } switch (rb_type(*argv)) { case T_CLASS: case T_MODULE: break; default: rb_raise(rb_eTypeError, "expected a class or module."); break; } Check_Type(argv[2], T_SYMBOL); if (MAX_ODD_ARGS < argc - 2) { rb_raise(rb_eArgError, "too many members."); } oj_reg_odd(argv[0], argv[1], argv[2], 1, argv + 3, true); return Qnil; } //////////////////////////////////////////////////////////////////////////////// // RDoc entries must be in the same file as the rb_define_method and must be // directly above the C method function. The extern declaration is enough to // get it to work. //////////////////////////////////////////////////////////////////////////////// /* Document-method: strict_load * call-seq: strict_load(json, options) { _|_obj, start, len_|_ } * * Parses a JSON document String into an Hash, Array, String, Fixnum, Float, * true, false, or nil. It parses using a mode that is strict in that it maps * each primitive JSON type to a similar Ruby type. The :create_id is not * honored in this mode. Note that a Ruby Hash is used to represent the JSON * Object type. These two are not the same since the JSON Object type can have * repeating entries with the same key and Ruby Hash can not. * * When used with a document that has multiple JSON elements the block, if * any, will be yielded to. If no block then the last element read will be * returned. * * Raises an exception if the JSON is malformed or the classes specified are not * valid. If the input is not a valid JSON document (an empty string is not a * valid JSON document) an exception is raised. * * A block can be provided with a single argument. That argument will be the * parsed JSON document. This is useful when parsing a string that includes * multiple JSON documents. The block can take up to 3 arguments, the parsed * object, the position in the string or stream of the start of the JSON for * that object, and the length of the JSON for that object plus trailing * whitespace. * * - *json* [_String_|_IO_] JSON String or an Object that responds to read(). * - *options* [_Hash_] load options (same as default_options). * - *obj* [_Hash_|_Array_|_String_|_Fixnum_|_Float_|_Boolean_|_nil_] parsed object. * - *start* [_optional, _Integer_] start position of parsed JSON for obj. * - *len* [_optional, _Integer_] length of parsed JSON for obj. * * Returns [_Hash_|_Array_|_String_|_Fixnum_|_Float_|_Boolean_|_nil_] */ extern VALUE oj_strict_parse(int argc, VALUE *argv, VALUE self); /* Document-method: compat_load * call-seq: compat_load(json, options) { _|_obj, start, len_|_ } * * Parses a JSON document String into an Object, Hash, Array, String, Fixnum, * Float, true, false, or nil. It parses using a mode that is generally * compatible with other Ruby JSON parsers in that it will create objects based * on the :create_id value. It is not compatible in every way to every other * parser though as each parser has it's own variations. * * When used with a document that has multiple JSON elements the block, if * any, will be yielded to. If no block then the last element read will be * returned. * * Raises an exception if the JSON is malformed or the classes specified are not * valid. If the input is not a valid JSON document (an empty string is not a * valid JSON document) an exception is raised. * * A block can be provided with a single argument. That argument will be the * parsed JSON document. This is useful when parsing a string that includes * multiple JSON documents. The block can take up to 3 arguments, the parsed * object, the position in the string or stream of the start of the JSON for * that object, and the length of the JSON for that object plus trailing * whitespace. * * - *json* [_String_|_IO_] JSON String or an Object that responds to read(). * - *options* [_Hash_] load options (same as default_options). * - *obj* [_Hash_|_Array_|_String_|_Fixnum_|_Float_|_Boolean_|_nil_] parsed object. * - *start* [_optional, _Integer_] start position of parsed JSON for obj. * - *len* [_optional, _Integer_] length of parsed JSON for obj. * * Returns [_Hash_|_Array_|_String_|_Fixnum_|_Float_|_Boolean_|_nil_] */ extern VALUE oj_compat_parse(int argc, VALUE *argv, VALUE self); /* Document-method: object_load * call-seq: object_load(json, options) { _|_obj, start, len_|_ } * * Parses a JSON document String into an Object, Hash, Array, String, Fixnum, * Float, true, false, or nil. In the :object mode the JSON should have been * generated by Oj.dump(). The parser will reconstitute the original marshalled * or dumped Object. The :auto_define and :circular options have meaning with * this parsing mode. * * Raises an exception if the JSON is malformed or the classes specified are not * valid. If the input is not a valid JSON document (an empty string is not a * valid JSON document) an exception is raised. * * A block can be provided with a single argument. That argument will be the * parsed JSON document. This is useful when parsing a string that includes * multiple JSON documents. The block can take up to 3 arguments, the parsed * object, the position in the string or stream of the start of the JSON for * that object, and the length of the JSON for that object plus trailing * whitespace. * * - *json* [_String_|_IO_] JSON String or an Object that responds to read(). * - *options* [_Hash_] load options (same as default_options). * - *obj* [_Hash_|_Array_|_String_|_Fixnum_|_Float_|_Boolean_|_nil_] parsed object. * - *start* [_optional, _Integer_] start position of parsed JSON for obj. * - *len* [_optional, _Integer_] length of parsed JSON for obj. * * Returns [_Hash_|_Array_|_String_|_Fixnum_|_Float_|_Boolean_|_nil_] */ extern VALUE oj_object_parse(int argc, VALUE *argv, VALUE self); /* Document-method: wab_load * call-seq: wab_load(json, options) { _|_obj, start, len_|_ } * * Parses a JSON document String into an Hash, Array, String, Fixnum, Float, * true, false, or nil. It parses using a mode that is :wab in that it maps * each primitive JSON type to a similar Ruby type. The :create_id is not * honored in this mode. Note that a Ruby Hash is used to represent the JSON * Object type. These two are not the same since the JSON Object type can have * repeating entries with the same key and Ruby Hash can not. * * When used with a document that has multiple JSON elements the block, if * any, will be yielded to. If no block then the last element read will be * returned. * * Raises an exception if the JSON is malformed or the classes specified are not * valid. If the input is not a valid JSON document (an empty string is not a * valid JSON document) an exception is raised. * * A block can be provided with a single argument. That argument will be the * parsed JSON document. This is useful when parsing a string that includes * multiple JSON documents. The block can take up to 3 arguments, the parsed * object, the position in the string or stream of the start of the JSON for * that object, and the length of the JSON for that object plus trailing * whitespace. * * - *json* [_String_|_IO_] JSON String or an Object that responds to read(). * - *options* [_Hash_] load options (same as default_options). * - *obj* [_Hash_|_Array_|_String_|_Fixnum_|_Float_|_Boolean_|_nil_] parsed object. * - *start* [_optional, _Integer_] start position of parsed JSON for obj. * - *len* [_optional, _Integer_] length of parsed JSON for obj. * * Returns [_Hash_|_Array_|_String_|_Fixnum_|_Float_|_Boolean_|_nil_] */ extern VALUE oj_wab_parse(int argc, VALUE *argv, VALUE self); /* Document-method: add_to_json * call-seq: add_to_json(*args) * * Override simple to_s dump behavior in :compat mode to instead use an * optimized dump that includes the classname and attributes so that the * object can be re-created on load. The format is the same as the json gem * but does not use the ruby methods for encoding. * * The classes supported for optimization are: Array, BigDecimal, Complex, * Date, DateTime, Exception, Hash, Integer, OpenStruct, Range, Rational, * Regexp, Struct, and Time. Providing no classes will result in all those * classes being optimized.q * * - *args( [_Class_] zero or more classes to optimize. */ extern VALUE oj_add_to_json(int argc, VALUE *argv, VALUE self); /* @!method remove_to_json(*args) * * Reverts back to the to_s dump behavior in :compat mode to instead use an * optimized dump that includes the classname and attributes so that the * object can be re-created on load. The format is the same as the json gem * but does not use the ruby methods for encoding. * * The classes supported for optimization are: Array, BigDecimal, Complex, * Date, DateTime, Exception, Hash, Integer, OpenStruct, Range, Rational, * Regexp, Struct, and Time. Providing no classes will result in all those * classes being reverted from the optimized mode. * * - *args* [_Class_] zero or more classes to optimize. */ extern VALUE oj_remove_to_json(int argc, VALUE *argv, VALUE self); /* Document-method: mimic_JSON * call-seq: mimic_JSON() * * Creates the JSON module with methods and classes to mimic the JSON gem. After * this method is invoked calls that expect the JSON module will use Oj instead * and be faster than the original JSON. Most options that could be passed to * the JSON methods are supported. The calls to set parser or generator will not * raise an Exception but will not have any effect. The method can also be * called after the json gem is loaded. The necessary methods on the json gem * will be replaced with Oj methods. * * Note that this also sets the default options of :mode to :compat and * :encoding to :unicode_xss. * * Returns [_Module_] the JSON module. */ extern VALUE oj_define_mimic_json(int argc, VALUE *argv, VALUE self); /* Document-method: generate * call-seq: generate(obj, opts=nil) * * Encode obj as a JSON String. The obj argument must be a Hash, Array, or * respond to to_h or to_json. Options other than those listed such as * +:allow_nan+ or +:max_nesting+ are ignored. Calling this method will call * Oj.mimic_JSON if it is not already called. * * - *obj* [_Object__|_Hash_|_Array_] object to convert to a JSON String * - *opts* [_Hash_] options * - *:indent* [_String_] String to use for indentation. * - *:space* [_String_] String placed after a , or : delimiter * - *:space_before* [_String_] String placed before a : delimiter * - *:object_nl* [_String_] String placed after a JSON object * - *:array_nl* [_String_] String placed after a JSON array * - *:ascii_only* [_Boolean_] if not nil or false then use only ascii characters * in the output. Note JSON.generate does support this even if it is not documented. * * Returns [_String_]generated JSON. */ extern VALUE oj_mimic_generate(int argc, VALUE *argv, VALUE self); /* Document-module: Oj.optimize_rails() * * Sets the Oj as the Rails encoder and decoder. Oj::Rails.optimize is also * called. */ extern VALUE oj_optimize_rails(VALUE self); /* extern void oj_hash_test(); static VALUE hash_test(VALUE self) { oj_hash_test(); return Qnil; } */ /* extern void oj_hash_sizes(); static VALUE hash_test(VALUE self) { oj_hash_sizes(); return Qnil; } */ static VALUE protect_require(VALUE x) { rb_require("time"); rb_require("bigdecimal"); return Qnil; } extern void print_all_odds(const char *label); static VALUE debug_odd(VALUE self, VALUE label) { print_all_odds(RSTRING_PTR(label)); return Qnil; } static VALUE mem_report(VALUE self) { oj_mem_report(); return Qnil; } /* Document-module: Oj * * Optimized JSON (Oj), as the name implies was written to provide speed * optimized JSON handling. * * Oj uses modes to control how object are encoded and decoded. In addition * global and options to methods allow additional behavior modifications. The * modes are: * * - *:strict* mode will only allow the 7 basic JSON types to be serialized. * Any other Object will raise an Exception. * * - *:null* mode is similar to the :strict mode except any Object that is not * one of the JSON base types is replaced by a JSON null. * * - *:object* mode will dump any Object as a JSON Object with keys that match * the Ruby Object's variable names without the '@' character. This is the * highest performance mode. * * - *:compat* or *:json* mode is the compatible mode for the json gem. It mimics * the json gem including the options, defaults, and restrictions. * * - *:rails* is the compatibility mode for Rails or Active support. * * - *:custom* is the most configurable mode. * * - *:wab* specifically for WAB data exchange. */ void Init_oj(void) { int err = 0; #if HAVE_RB_EXT_RACTOR_SAFE rb_ext_ractor_safe(true); #endif Oj = rb_define_module("Oj"); rb_gc_register_address(&Oj); oj_cstack_class = rb_define_class_under(Oj, "CStack", rb_cObject); rb_gc_register_address(&oj_cstack_class); rb_undef_alloc_func(oj_cstack_class); oj_string_writer_init(); oj_stream_writer_init(); rb_require("date"); // On Rubinius the require fails but can be done from a ruby file. rb_protect(protect_require, Qnil, &err); rb_require("stringio"); oj_utf8_encoding_index = rb_enc_find_index("UTF-8"); oj_utf8_encoding = rb_enc_from_index(oj_utf8_encoding_index); // rb_define_module_function(Oj, "hash_test", hash_test, 0); rb_define_module_function(Oj, "debug_odd", debug_odd, 1); rb_define_module_function(Oj, "default_options", get_def_opts, 0); rb_define_module_function(Oj, "default_options=", set_def_opts, 1); rb_define_module_function(Oj, "mimic_JSON", oj_define_mimic_json, -1); rb_define_module_function(Oj, "load", load, -1); rb_define_module_function(Oj, "load_file", load_file, -1); rb_define_module_function(Oj, "safe_load", safe_load, 1); rb_define_module_function(Oj, "strict_load", oj_strict_parse, -1); rb_define_module_function(Oj, "compat_load", oj_compat_parse, -1); rb_define_module_function(Oj, "object_load", oj_object_parse, -1); rb_define_module_function(Oj, "wab_load", oj_wab_parse, -1); rb_define_module_function(Oj, "dump", dump, -1); rb_define_module_function(Oj, "to_file", to_file, -1); rb_define_module_function(Oj, "to_stream", to_stream, -1); // JSON gem compatibility rb_define_module_function(Oj, "to_json", to_json, -1); rb_define_module_function(Oj, "generate", oj_mimic_generate, -1); rb_define_module_function(Oj, "fast_generate", oj_mimic_generate, -1); rb_define_module_function(Oj, "add_to_json", oj_add_to_json, -1); rb_define_module_function(Oj, "remove_to_json", oj_remove_to_json, -1); rb_define_module_function(Oj, "register_odd", register_odd, -1); rb_define_module_function(Oj, "register_odd_raw", register_odd_raw, -1); rb_define_module_function(Oj, "saj_parse", oj_saj_parse, -1); rb_define_module_function(Oj, "sc_parse", oj_sc_parse, -1); rb_define_module_function(Oj, "optimize_rails", oj_optimize_rails, 0); rb_define_module_function(Oj, "mem_report", mem_report, 0); oj_add_value_id = rb_intern("add_value"); oj_array_append_id = rb_intern("array_append"); oj_array_end_id = rb_intern("array_end"); oj_array_start_id = rb_intern("array_start"); oj_as_json_id = rb_intern("as_json"); oj_begin_id = rb_intern("begin"); oj_bigdecimal_id = rb_intern("BigDecimal"); oj_end_id = rb_intern("end"); oj_eofq_id = rb_intern("eof?"); oj_error_id = rb_intern("error"); oj_exclude_end_id = rb_intern("exclude_end?"); oj_file_id = rb_intern("file?"); oj_fileno_id = rb_intern("fileno"); oj_ftype_id = rb_intern("ftype"); oj_hash_end_id = rb_intern("hash_end"); oj_hash_key_id = rb_intern("hash_key"); oj_hash_set_id = rb_intern("hash_set"); oj_hash_start_id = rb_intern("hash_start"); oj_iconv_id = rb_intern("iconv"); oj_json_create_id = rb_intern("json_create"); oj_length_id = rb_intern("length"); oj_new_id = rb_intern("new"); oj_parse_id = rb_intern("parse"); oj_plus_id = rb_intern("+"); oj_pos_id = rb_intern("pos"); oj_raw_json_id = rb_intern("raw_json"); oj_read_id = rb_intern("read"); oj_readpartial_id = rb_intern("readpartial"); oj_replace_id = rb_intern("replace"); oj_stat_id = rb_intern("stat"); oj_string_id = rb_intern("string"); oj_to_h_id = rb_intern("to_h"); oj_to_hash_id = rb_intern("to_hash"); oj_to_json_id = rb_intern("to_json"); oj_to_s_id = rb_intern("to_s"); oj_to_sym_id = rb_intern("to_sym"); oj_to_time_id = rb_intern("to_time"); oj_tv_nsec_id = rb_intern("tv_nsec"); oj_tv_sec_id = rb_intern("tv_sec"); oj_tv_usec_id = rb_intern("tv_usec"); oj_utc_id = rb_intern("utc"); oj_utc_offset_id = rb_intern("utc_offset"); oj_utcq_id = rb_intern("utc?"); oj_write_id = rb_intern("write"); rb_require("oj/bag"); rb_require("oj/error"); rb_require("oj/mimic"); rb_require("oj/saj"); rb_require("oj/schandler"); oj_bag_class = rb_const_get_at(Oj, rb_intern("Bag")); rb_gc_register_mark_object(oj_bag_class); oj_bigdecimal_class = rb_const_get(rb_cObject, rb_intern("BigDecimal")); rb_gc_register_mark_object(oj_bigdecimal_class); oj_date_class = rb_const_get(rb_cObject, rb_intern("Date")); rb_gc_register_mark_object(oj_date_class); oj_datetime_class = rb_const_get(rb_cObject, rb_intern("DateTime")); rb_gc_register_mark_object(oj_datetime_class); oj_enumerable_class = rb_const_get(rb_cObject, rb_intern("Enumerable")); rb_gc_register_mark_object(oj_enumerable_class); oj_parse_error_class = rb_const_get_at(Oj, rb_intern("ParseError")); rb_gc_register_mark_object(oj_parse_error_class); oj_stringio_class = rb_const_get(rb_cObject, rb_intern("StringIO")); rb_gc_register_mark_object(oj_stringio_class); oj_struct_class = rb_const_get(rb_cObject, rb_intern("Struct")); rb_gc_register_mark_object(oj_struct_class); oj_json_parser_error_class = rb_eEncodingError; // replaced if mimic is called oj_json_generator_error_class = rb_eEncodingError; // replaced if mimic is called allow_blank_sym = ID2SYM(rb_intern("allow_blank")); rb_gc_register_address(&allow_blank_sym); allow_gc_sym = ID2SYM(rb_intern("allow_gc")); rb_gc_register_address(&allow_gc_sym); allow_invalid_unicode_sym = ID2SYM(rb_intern("allow_invalid_unicode")); rb_gc_register_address(&allow_invalid_unicode_sym); ascii_sym = ID2SYM(rb_intern("ascii")); rb_gc_register_address(&ascii_sym); auto_define_sym = ID2SYM(rb_intern("auto_define")); rb_gc_register_address(&auto_define_sym); auto_sym = ID2SYM(rb_intern("auto")); rb_gc_register_address(&auto_sym); bigdecimal_as_decimal_sym = ID2SYM(rb_intern("bigdecimal_as_decimal")); rb_gc_register_address(&bigdecimal_as_decimal_sym); bigdecimal_load_sym = ID2SYM(rb_intern("bigdecimal_load")); rb_gc_register_address(&bigdecimal_load_sym); bigdecimal_sym = ID2SYM(rb_intern("bigdecimal")); rb_gc_register_address(&bigdecimal_sym); cache_keys_sym = ID2SYM(rb_intern("cache_keys")); rb_gc_register_address(&cache_keys_sym); cache_str_sym = ID2SYM(rb_intern("cache_str")); rb_gc_register_address(&cache_str_sym); cache_string_sym = ID2SYM(rb_intern("cache_string")); rb_gc_register_address(&cache_string_sym); circular_sym = ID2SYM(rb_intern("circular")); rb_gc_register_address(&circular_sym); class_cache_sym = ID2SYM(rb_intern("class_cache")); rb_gc_register_address(&class_cache_sym); compat_bigdecimal_sym = ID2SYM(rb_intern("compat_bigdecimal")); rb_gc_register_address(&compat_bigdecimal_sym); compat_sym = ID2SYM(rb_intern("compat")); rb_gc_register_address(&compat_sym); create_id_sym = ID2SYM(rb_intern("create_id")); rb_gc_register_address(&create_id_sym); custom_sym = ID2SYM(rb_intern("custom")); rb_gc_register_address(&custom_sym); empty_string_sym = ID2SYM(rb_intern("empty_string")); rb_gc_register_address(&empty_string_sym); escape_mode_sym = ID2SYM(rb_intern("escape_mode")); rb_gc_register_address(&escape_mode_sym); integer_range_sym = ID2SYM(rb_intern("integer_range")); rb_gc_register_address(&integer_range_sym); fast_sym = ID2SYM(rb_intern("fast")); rb_gc_register_address(&fast_sym); float_format_sym = ID2SYM(rb_intern("float_format")); rb_gc_register_address(&float_format_sym); float_prec_sym = ID2SYM(rb_intern("float_precision")); rb_gc_register_address(&float_prec_sym); float_sym = ID2SYM(rb_intern("float")); rb_gc_register_address(&float_sym); huge_sym = ID2SYM(rb_intern("huge")); rb_gc_register_address(&huge_sym); ignore_sym = ID2SYM(rb_intern("ignore")); rb_gc_register_address(&ignore_sym); ignore_under_sym = ID2SYM(rb_intern("ignore_under")); rb_gc_register_address(&ignore_under_sym); json_sym = ID2SYM(rb_intern("json")); rb_gc_register_address(&json_sym); match_string_sym = ID2SYM(rb_intern("match_string")); rb_gc_register_address(&match_string_sym); mode_sym = ID2SYM(rb_intern("mode")); rb_gc_register_address(&mode_sym); nan_sym = ID2SYM(rb_intern("nan")); rb_gc_register_address(&nan_sym); newline_sym = ID2SYM(rb_intern("newline")); rb_gc_register_address(&newline_sym); nilnil_sym = ID2SYM(rb_intern("nilnil")); rb_gc_register_address(&nilnil_sym); null_sym = ID2SYM(rb_intern("null")); rb_gc_register_address(&null_sym); object_sym = ID2SYM(rb_intern("object")); rb_gc_register_address(&object_sym); oj_allow_nan_sym = ID2SYM(rb_intern("allow_nan")); rb_gc_register_address(&oj_allow_nan_sym); oj_array_class_sym = ID2SYM(rb_intern("array_class")); rb_gc_register_address(&oj_array_class_sym); oj_array_nl_sym = ID2SYM(rb_intern("array_nl")); rb_gc_register_address(&oj_array_nl_sym); oj_ascii_only_sym = ID2SYM(rb_intern("ascii_only")); rb_gc_register_address(&oj_ascii_only_sym); oj_create_additions_sym = ID2SYM(rb_intern("create_additions")); rb_gc_register_address(&oj_create_additions_sym); oj_decimal_class_sym = ID2SYM(rb_intern("decimal_class")); rb_gc_register_address(&oj_decimal_class_sym); oj_hash_class_sym = ID2SYM(rb_intern("hash_class")); rb_gc_register_address(&oj_hash_class_sym); oj_indent_sym = ID2SYM(rb_intern("indent")); rb_gc_register_address(&oj_indent_sym); oj_max_nesting_sym = ID2SYM(rb_intern("max_nesting")); rb_gc_register_address(&oj_max_nesting_sym); oj_object_class_sym = ID2SYM(rb_intern("object_class")); rb_gc_register_address(&oj_object_class_sym); oj_object_nl_sym = ID2SYM(rb_intern("object_nl")); rb_gc_register_address(&oj_object_nl_sym); oj_quirks_mode_sym = ID2SYM(rb_intern("quirks_mode")); rb_gc_register_address(&oj_quirks_mode_sym); oj_safe_sym = ID2SYM(rb_intern("safe")); rb_gc_register_address(&oj_safe_sym); omit_null_byte_sym = ID2SYM(rb_intern("omit_null_byte")); rb_gc_register_address(&omit_null_byte_sym); oj_space_before_sym = ID2SYM(rb_intern("space_before")); rb_gc_register_address(&oj_space_before_sym); oj_space_sym = ID2SYM(rb_intern("space")); rb_gc_register_address(&oj_space_sym); oj_trace_sym = ID2SYM(rb_intern("trace")); rb_gc_register_address(&oj_trace_sym); omit_nil_sym = ID2SYM(rb_intern("omit_nil")); rb_gc_register_address(&omit_nil_sym); rails_sym = ID2SYM(rb_intern("rails")); rb_gc_register_address(&rails_sym); raise_sym = ID2SYM(rb_intern("raise")); rb_gc_register_address(&raise_sym); ruby_sym = ID2SYM(rb_intern("ruby")); rb_gc_register_address(&ruby_sym); sec_prec_sym = ID2SYM(rb_intern("second_precision")); rb_gc_register_address(&sec_prec_sym); slash_sym = ID2SYM(rb_intern("slash")); rb_gc_register_address(&slash_sym); strict_sym = ID2SYM(rb_intern("strict")); rb_gc_register_address(&strict_sym); symbol_keys_sym = ID2SYM(rb_intern("symbol_keys")); rb_gc_register_address(&symbol_keys_sym); oj_symbolize_names_sym = ID2SYM(rb_intern("symbolize_names")); rb_gc_register_address(&oj_symbolize_names_sym); time_format_sym = ID2SYM(rb_intern("time_format")); rb_gc_register_address(&time_format_sym); unicode_xss_sym = ID2SYM(rb_intern("unicode_xss")); rb_gc_register_address(&unicode_xss_sym); unix_sym = ID2SYM(rb_intern("unix")); rb_gc_register_address(&unix_sym); unix_zone_sym = ID2SYM(rb_intern("unix_zone")); rb_gc_register_address(&unix_zone_sym); use_as_json_sym = ID2SYM(rb_intern("use_as_json")); rb_gc_register_address(&use_as_json_sym); use_raw_json_sym = ID2SYM(rb_intern("use_raw_json")); rb_gc_register_address(&use_raw_json_sym); use_to_hash_sym = ID2SYM(rb_intern("use_to_hash")); rb_gc_register_address(&use_to_hash_sym); use_to_json_sym = ID2SYM(rb_intern("use_to_json")); rb_gc_register_address(&use_to_json_sym); wab_sym = ID2SYM(rb_intern("wab")); rb_gc_register_address(&wab_sym); word_sym = ID2SYM(rb_intern("word")); rb_gc_register_address(&word_sym); xmlschema_sym = ID2SYM(rb_intern("xmlschema")); rb_gc_register_address(&xmlschema_sym); xss_safe_sym = ID2SYM(rb_intern("xss_safe")); rb_gc_register_address(&xss_safe_sym); oj_slash_string = rb_str_new2("/"); rb_gc_register_address(&oj_slash_string); OBJ_FREEZE(oj_slash_string); oj_default_options.mode = ObjectMode; oj_hash_init(); oj_odd_init(); oj_mimic_rails_init(); #ifdef HAVE_PTHREAD_MUTEX_INIT if (0 != (err = pthread_mutex_init(&oj_cache_mutex, 0))) { rb_raise(rb_eException, "failed to initialize a mutex. %s", strerror(err)); } #else oj_cache_mutex = rb_mutex_new(); rb_gc_register_address(&oj_cache_mutex); #endif oj_init_doc(); oj_parser_init(); oj_scanner_init(); #ifdef HAVE_SIMD_NEON initialize_neon(); #endif /* HAVE_SIMD_NEON */ } oj-3.16.12/ext/oj/oj.h000066400000000000000000000276711510053151600142770ustar00rootroot00000000000000// Copyright (c) 2011 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #ifndef OJ_H #define OJ_H #if defined(cplusplus) extern "C" { #if 0 } /* satisfy cc-mode */ #endif #endif #define RSTRING_NOT_MODIFIED #include #include #include "ruby.h" #include "ruby/encoding.h" #ifdef HAVE_PTHREAD_MUTEX_INIT #include #endif #include "cache8.h" #ifdef RUBINIUS_RUBY #undef T_RATIONAL #undef T_COMPLEX enum st_retval { ST_CONTINUE = 0, ST_STOP = 1, ST_DELETE = 2, ST_CHECK }; #else #include "ruby/st.h" #endif #include "err.h" #include "rxclass.h" #define INF_VAL "3.0e14159265358979323846" #define NINF_VAL "-3.0e14159265358979323846" #define NAN_VAL "3.3e14159265358979323846" #if __STDC_VERSION__ >= 199901L // To avoid using ruby_snprintf with C99. #undef snprintf #include #endif // To avoid using ruby_nonempty_memcpy(). #undef memcpy #include typedef enum { Yes = 'y', No = 'n', NotSet = 0 } YesNo; typedef enum { StrictMode = 's', ObjectMode = 'o', NullMode = 'n', CompatMode = 'c', RailsMode = 'r', CustomMode = 'C', WabMode = 'w', } Mode; typedef enum { UnixTime = 'u', UnixZTime = 'z', XmlTime = 'x', RubyTime = 'r' } TimeFormat; typedef enum { NLEsc = 'n', JSONEsc = 'j', SlashEsc = 's', XSSEsc = 'x', ASCIIEsc = 'a', JXEsc = 'g', // json gem RailsXEsc = 'r', // rails xss mode RailsEsc = 'R', // rails non escape } Encoding; typedef enum { BigDec = 'b', FloatDec = 'f', AutoDec = 'a', FastDec = 'F', RubyDec = 'r', } BigLoad; typedef enum { ArrayNew = 'A', ArrayType = 'a', ObjectNew = 'O', ObjectType = 'o', } DumpType; typedef enum { AutoNan = 'a', NullNan = 'n', HugeNan = 'h', WordNan = 'w', RaiseNan = 'r', } NanDump; typedef enum { STRING_IO = 'c', STREAM_IO = 's', FILE_IO = 'f', } StreamWriterType; typedef struct _dumpOpts { bool use; char indent_str[16]; char before_sep[16]; char after_sep[16]; char hash_nl[16]; char array_nl[16]; uint8_t indent_size; uint8_t before_size; uint8_t after_size; uint8_t hash_size; uint8_t array_size; char nan_dump; // NanDump bool omit_nil; bool omit_null_byte; int max_depth; } *DumpOpts; typedef struct _options { int indent; // indention for dump, default 2 char circular; // YesNo char auto_define; // YesNo char sym_key; // YesNo char escape_mode; // Escape_Mode char mode; // Mode char class_cache; // YesNo char time_format; // TimeFormat char bigdec_as_num; // YesNo char bigdec_load; // BigLoad char compat_bigdec; // boolean (0 or 1) char to_hash; // YesNo char to_json; // YesNo char as_json; // YesNo char raw_json; // YesNo char nilnil; // YesNo char empty_string; // YesNo char allow_gc; // allow GC during parse char quirks_mode; // allow single JSON values instead of documents char allow_invalid; // YesNo - allow invalid unicode char create_ok; // YesNo allow create_id char allow_nan; // YEsyNo for parsing only char trace; // YesNo char safe; // YesNo char sec_prec_set; // boolean (0 or 1) char ignore_under; // YesNo - ignore attrs starting with _ if true in object and custom modes char cache_keys; // YesNo char cache_str; // string short than or equal to this are cache int64_t int_range_min; // dump numbers below as string int64_t int_range_max; // dump numbers above as string const char *create_id; // 0 or string size_t create_id_len; // length of create_id int sec_prec; // second precision when dumping time char float_prec; // float precision, linked to float_fmt char float_fmt[7]; // float format for dumping, if empty use Ruby VALUE hash_class; // class to use in place of Hash on load VALUE array_class; // class to use in place of Array on load struct _dumpOpts dump_opts; struct _rxClass str_rx; VALUE *ignore; // Qnil terminated array of classes or NULL } *Options; struct _out; typedef void (*DumpFunc)(VALUE obj, int depth, struct _out *out, bool as_ok); // rails optimize typedef struct _rOpt { VALUE clas; bool on; DumpFunc dump; } *ROpt; typedef struct _rOptTable { int len; int alen; ROpt table; } *ROptTable; typedef struct _out { char stack_buffer[4096]; char *buf; char *end; char *cur; Cache8 circ_cache; slot_t circ_cnt; int indent; int depth; // used by dump_hash Options opts; uint32_t hash_cnt; bool allocated; bool omit_nil; bool omit_null_byte; int argc; VALUE *argv; ROptTable ropts; } *Out; typedef struct _strWriter { struct _out out; struct _options opts; int depth; char *types; // DumpType char *types_end; int keyWritten; } *StrWriter; typedef struct _streamWriter { struct _strWriter sw; StreamWriterType type; VALUE stream; int fd; int flush_limit; // indicator of when to flush } *StreamWriter; enum { NO_VAL = 0x00, STR_VAL = 0x01, COL_VAL = 0x02, RUBY_VAL = 0x03 }; typedef struct _leaf { struct _leaf *next; union { const char *key; // hash key size_t index; // array index, 0 is not set }; union { char *str; // pointer to location in json string or allocated struct _leaf *elements; // array and hash elements VALUE value; }; uint8_t rtype; uint8_t parent_type; uint8_t value_type; } *Leaf; extern VALUE oj_saj_parse(int argc, VALUE *argv, VALUE self); extern VALUE oj_sc_parse(int argc, VALUE *argv, VALUE self); extern VALUE oj_strict_parse(int argc, VALUE *argv, VALUE self); extern VALUE oj_strict_sparse(int argc, VALUE *argv, VALUE self); extern VALUE oj_compat_parse(int argc, VALUE *argv, VALUE self); extern VALUE oj_compat_load(int argc, VALUE *argv, VALUE self); extern VALUE oj_object_parse(int argc, VALUE *argv, VALUE self); extern VALUE oj_custom_parse(int argc, VALUE *argv, VALUE self); extern VALUE oj_wab_parse(int argc, VALUE *argv, VALUE self); extern VALUE oj_strict_parse_cstr(int argc, VALUE *argv, char *json, size_t len); extern VALUE oj_compat_parse_cstr(int argc, VALUE *argv, char *json, size_t len); extern VALUE oj_object_parse_cstr(int argc, VALUE *argv, char *json, size_t len); extern VALUE oj_custom_parse_cstr(int argc, VALUE *argv, char *json, size_t len); extern bool oj_hash_has_key(VALUE hash, VALUE key); extern void oj_parse_options(VALUE ropts, Options copts); extern void oj_dump_obj_to_json(VALUE obj, Options copts, Out out); extern void oj_dump_obj_to_json_using_params(VALUE obj, Options copts, Out out, int argc, VALUE *argv); extern void oj_write_obj_to_file(VALUE obj, const char *path, Options copts); extern void oj_write_obj_to_stream(VALUE obj, VALUE stream, Options copts); extern void oj_dump_leaf_to_json(Leaf leaf, Options copts, Out out); extern void oj_write_leaf_to_file(Leaf leaf, const char *path, Options copts); extern char *oj_longlong_to_string(long long num, bool negative, char *buf); extern StrWriter oj_str_writer_unwrap(VALUE writer); extern void oj_str_writer_push_key(StrWriter sw, const char *key); extern void oj_str_writer_push_object(StrWriter sw, const char *key); extern void oj_str_writer_push_array(StrWriter sw, const char *key); extern void oj_str_writer_push_value(StrWriter sw, VALUE val, const char *key); extern void oj_str_writer_push_json(StrWriter sw, const char *json, const char *key); extern void oj_str_writer_pop(StrWriter sw); extern void oj_str_writer_pop_all(StrWriter sw); extern void oj_init_doc(void); extern void oj_string_writer_init(void); extern void oj_stream_writer_init(void); extern void oj_str_writer_init(StrWriter sw, int buf_size); extern VALUE oj_define_mimic_json(int argc, VALUE *argv, VALUE self); extern VALUE oj_mimic_generate(int argc, VALUE *argv, VALUE self); extern VALUE oj_mimic_pretty_generate(int argc, VALUE *argv, VALUE self); extern void oj_parse_mimic_dump_options(VALUE ropts, Options copts); extern VALUE oj_mimic_parse(int argc, VALUE *argv, VALUE self); extern VALUE oj_get_json_err_class(const char *err_classname); extern void oj_parse_opt_match_string(RxClass rc, VALUE ropts); extern VALUE oj_rails_encode(int argc, VALUE *argv, VALUE self); extern VALUE Oj; extern struct _options oj_default_options; extern rb_encoding *oj_utf8_encoding; extern int oj_utf8_encoding_index; extern VALUE oj_bag_class; extern VALUE oj_bigdecimal_class; extern VALUE oj_cstack_class; extern VALUE oj_date_class; extern VALUE oj_datetime_class; extern VALUE oj_doc_class; extern VALUE oj_enumerable_class; extern VALUE oj_json_generator_error_class; extern VALUE oj_json_parser_error_class; extern VALUE oj_stream_writer_class; extern VALUE oj_string_writer_class; extern VALUE oj_stringio_class; extern VALUE oj_struct_class; extern VALUE oj_allow_nan_sym; extern VALUE oj_array_class_sym; extern VALUE oj_array_nl_sym; extern VALUE oj_ascii_only_sym; extern VALUE oj_create_additions_sym; extern VALUE oj_decimal_class_sym; extern VALUE oj_hash_class_sym; extern VALUE oj_indent_sym; extern VALUE oj_max_nesting_sym; extern VALUE oj_object_class_sym; extern VALUE oj_object_nl_sym; extern VALUE oj_quirks_mode_sym; extern VALUE oj_skip_null_byte_sym; extern VALUE oj_space_before_sym; extern VALUE oj_space_sym; extern VALUE oj_symbolize_names_sym; extern VALUE oj_trace_sym; extern VALUE oj_slash_string; extern ID oj_add_value_id; extern ID oj_array_append_id; extern ID oj_array_end_id; extern ID oj_array_start_id; extern ID oj_as_json_id; extern ID oj_begin_id; extern ID oj_bigdecimal_id; extern ID oj_end_id; extern ID oj_eofq_id; extern ID oj_error_id; extern ID oj_exclude_end_id; extern ID oj_file_id; extern ID oj_fileno_id; extern ID oj_ftype_id; extern ID oj_hash_end_id; extern ID oj_hash_key_id; extern ID oj_hash_set_id; extern ID oj_hash_start_id; extern ID oj_iconv_id; extern ID oj_json_create_id; extern ID oj_length_id; extern ID oj_new_id; extern ID oj_parse_id; extern ID oj_plus_id; extern ID oj_pos_id; extern ID oj_read_id; extern ID oj_readpartial_id; extern ID oj_replace_id; extern ID oj_stat_id; extern ID oj_string_id; extern ID oj_raw_json_id; extern ID oj_to_h_id; extern ID oj_to_hash_id; extern ID oj_to_json_id; extern ID oj_to_s_id; extern ID oj_to_sym_id; extern ID oj_to_time_id; extern ID oj_tv_nsec_id; extern ID oj_tv_sec_id; extern ID oj_tv_usec_id; extern ID oj_utc_id; extern ID oj_utc_offset_id; extern ID oj_utcq_id; extern ID oj_write_id; extern bool oj_use_hash_alt; extern bool oj_use_array_alt; extern bool string_writer_optimized; static inline VALUE oj_safe_string_convert(VALUE obj) { VALUE rstr = rb_funcall(obj, oj_to_s_id, 0); StringValue(rstr); return rstr; } #define APPEND_CHARS(buffer, chars, size) \ { \ memcpy(buffer, chars, size); \ buffer += size; \ } #ifdef HAVE_PTHREAD_MUTEX_INIT extern pthread_mutex_t oj_cache_mutex; #else extern VALUE oj_cache_mutex; #endif #if defined(cplusplus) #if 0 { /* satisfy cc-mode */ #endif } /* extern "C" { */ #endif #endif /* OJ_H */ oj-3.16.12/ext/oj/parse.c000066400000000000000000001150261510053151600147640ustar00rootroot00000000000000// Copyright (c) 2013 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #include "parse.h" #include #include #include #include #include #include #include "buf.h" #include "encode.h" #include "mem.h" #include "oj.h" #include "rxclass.h" #include "val_stack.h" #ifdef OJ_USE_SSE4_2 #include #endif // Workaround in case INFINITY is not defined in math.h or if the OS is CentOS #define OJ_INFINITY (1.0 / 0.0) // #define EXP_MAX 1023 #define EXP_MAX 100000 #define DEC_MAX 15 static void next_non_white(ParseInfo pi) { for (; 1; pi->cur++) { switch (*pi->cur) { case ' ': case '\t': case '\f': case '\n': case '\r': break; default: return; } } } static void skip_comment(ParseInfo pi) { if ('*' == *pi->cur) { pi->cur++; for (; pi->cur < pi->end; pi->cur++) { if ('*' == *pi->cur && '/' == *(pi->cur + 1)) { pi->cur += 2; return; } else if (pi->end <= pi->cur) { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "comment not terminated"); return; } } } else if ('/' == *pi->cur) { for (; 1; pi->cur++) { switch (*pi->cur) { case '\n': case '\r': case '\f': case '\0': return; default: break; } } } else { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "invalid comment format"); } } static void add_value(ParseInfo pi, VALUE rval) { Val parent = stack_peek(&pi->stack); if (0 == parent) { // simple add pi->add_value(pi, rval); } else { switch (parent->next) { case NEXT_ARRAY_NEW: case NEXT_ARRAY_ELEMENT: pi->array_append_value(pi, rval); parent->next = NEXT_ARRAY_COMMA; break; case NEXT_HASH_VALUE: pi->hash_set_value(pi, parent, rval); if (0 != parent->key && 0 < parent->klen && (parent->key < pi->json || pi->cur < parent->key)) { OJ_R_FREE((char *)parent->key); parent->key = 0; } parent->next = NEXT_HASH_COMMA; break; case NEXT_HASH_NEW: case NEXT_HASH_KEY: case NEXT_HASH_COMMA: case NEXT_NONE: case NEXT_ARRAY_COMMA: case NEXT_HASH_COLON: default: oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "expected %s", oj_stack_next_string(parent->next)); break; } } } static void read_null(ParseInfo pi) { if ('u' == *pi->cur++ && 'l' == *pi->cur++ && 'l' == *pi->cur++) { add_value(pi, Qnil); } else { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "expected null"); } } static void read_true(ParseInfo pi) { if ('r' == *pi->cur++ && 'u' == *pi->cur++ && 'e' == *pi->cur++) { add_value(pi, Qtrue); } else { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "expected true"); } } static void read_false(ParseInfo pi) { if ('a' == *pi->cur++ && 'l' == *pi->cur++ && 's' == *pi->cur++ && 'e' == *pi->cur++) { add_value(pi, Qfalse); } else { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "expected false"); } } static uint32_t read_hex(ParseInfo pi, const char *h) { uint32_t b = 0; int i; for (i = 0; i < 4; i++, h++) { b = b << 4; if ('0' <= *h && *h <= '9') { b += *h - '0'; } else if ('A' <= *h && *h <= 'F') { b += *h - 'A' + 10; } else if ('a' <= *h && *h <= 'f') { b += *h - 'a' + 10; } else { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "invalid hex character"); return 0; } } return b; } static void unicode_to_chars(ParseInfo pi, Buf buf, uint32_t code) { if (0x0000007F >= code) { buf_append(buf, (char)code); } else if (0x000007FF >= code) { buf_append(buf, 0xC0 | (code >> 6)); buf_append(buf, 0x80 | (0x3F & code)); } else if (0x0000FFFF >= code) { buf_append(buf, 0xE0 | (code >> 12)); buf_append(buf, 0x80 | ((code >> 6) & 0x3F)); buf_append(buf, 0x80 | (0x3F & code)); } else if (0x001FFFFF >= code) { buf_append(buf, 0xF0 | (code >> 18)); buf_append(buf, 0x80 | ((code >> 12) & 0x3F)); buf_append(buf, 0x80 | ((code >> 6) & 0x3F)); buf_append(buf, 0x80 | (0x3F & code)); } else if (0x03FFFFFF >= code) { buf_append(buf, 0xF8 | (code >> 24)); buf_append(buf, 0x80 | ((code >> 18) & 0x3F)); buf_append(buf, 0x80 | ((code >> 12) & 0x3F)); buf_append(buf, 0x80 | ((code >> 6) & 0x3F)); buf_append(buf, 0x80 | (0x3F & code)); } else if (0x7FFFFFFF >= code) { buf_append(buf, 0xFC | (code >> 30)); buf_append(buf, 0x80 | ((code >> 24) & 0x3F)); buf_append(buf, 0x80 | ((code >> 18) & 0x3F)); buf_append(buf, 0x80 | ((code >> 12) & 0x3F)); buf_append(buf, 0x80 | ((code >> 6) & 0x3F)); buf_append(buf, 0x80 | (0x3F & code)); } else { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "invalid Unicode character"); } } static const unsigned char end_of_scan_string[] = { // Filled 1 at the positions of '\0', '\\', and '"' 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }; static inline const char *scan_string_noSIMD(const char *str, const char *end) { for (; str < end; str++) { if (end_of_scan_string[(unsigned char)*str]) { break; } } return str; } #ifdef OJ_USE_SSE4_2 static inline const char *scan_string_SIMD(const char *str, const char *end) { static const char chars[16] = "\x00\\\""; const __m128i terminate = _mm_loadu_si128((const __m128i *)&chars[0]); const char *_end = (const char *)(end - 16); for (; str <= _end; str += 16) { const __m128i string = _mm_loadu_si128((const __m128i *)str); const int r = _mm_cmpestri(terminate, 3, string, 16, _SIDD_UBYTE_OPS | _SIDD_CMP_EQUAL_ANY | _SIDD_LEAST_SIGNIFICANT); if (r != 16) { str = (char *)(str + r); return str; } } return scan_string_noSIMD(str, end); } #endif static const char *(*scan_func)(const char *str, const char *end) = scan_string_noSIMD; void oj_scanner_init(void) { #ifdef OJ_USE_SSE4_2 scan_func = scan_string_SIMD; #endif } // entered at / static void read_escaped_str(ParseInfo pi, const char *start) { struct _buf buf; const char *s; int cnt = (int)(pi->cur - start); uint32_t code; Val parent = stack_peek(&pi->stack); buf_init(&buf); buf_append_string(&buf, start, cnt); for (s = pi->cur; '"' != *s;) { const char *scanned = scan_func(s, pi->end); if (scanned >= pi->end || '\0' == *scanned) { // if (scanned >= pi->end) { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "quoted string not terminated"); buf_cleanup(&buf); return; } buf_append_string(&buf, s, (size_t)(scanned - s)); s = scanned; if ('\\' == *s) { s++; switch (*s) { case 'n': buf_append(&buf, '\n'); break; case 'r': buf_append(&buf, '\r'); break; case 't': buf_append(&buf, '\t'); break; case 'f': buf_append(&buf, '\f'); break; case 'b': buf_append(&buf, '\b'); break; case '"': buf_append(&buf, '"'); break; case '/': buf_append(&buf, '/'); break; case '\\': buf_append(&buf, '\\'); break; case 'u': s++; if (0 == (code = read_hex(pi, s)) && err_has(&pi->err)) { buf_cleanup(&buf); return; } s += 3; if (0x0000D800 <= code && code <= 0x0000DFFF) { uint32_t c1 = (code - 0x0000D800) & 0x000003FF; uint32_t c2; s++; if ('\\' != *s || 'u' != *(s + 1)) { if (Yes == pi->options.allow_invalid) { s--; unicode_to_chars(pi, &buf, code); break; } pi->cur = s; oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "invalid escaped character"); buf_cleanup(&buf); return; } s += 2; if (0 == (c2 = read_hex(pi, s)) && err_has(&pi->err)) { buf_cleanup(&buf); return; } s += 3; c2 = (c2 - 0x0000DC00) & 0x000003FF; code = ((c1 << 10) | c2) + 0x00010000; } unicode_to_chars(pi, &buf, code); if (err_has(&pi->err)) { buf_cleanup(&buf); return; } break; default: // The json gem claims this is not an error despite the // ECMA-404 indicating it is not valid. if (CompatMode == pi->options.mode) { buf_append(&buf, *s); break; } pi->cur = s; oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "invalid escaped character"); buf_cleanup(&buf); return; } s++; } } if (0 == parent) { pi->add_cstr(pi, buf.head, buf_len(&buf), start); } else { switch (parent->next) { case NEXT_ARRAY_NEW: case NEXT_ARRAY_ELEMENT: pi->array_append_cstr(pi, buf.head, buf_len(&buf), start); parent->next = NEXT_ARRAY_COMMA; break; case NEXT_HASH_NEW: case NEXT_HASH_KEY: if (Qundef == (parent->key_val = pi->hash_key(pi, buf.head, buf_len(&buf)))) { parent->klen = buf_len(&buf); parent->key = OJ_MALLOC(parent->klen + 1); memcpy((char *)parent->key, buf.head, parent->klen); *(char *)(parent->key + parent->klen) = '\0'; } else { parent->key = ""; parent->klen = 0; } parent->k1 = *start; parent->next = NEXT_HASH_COLON; break; case NEXT_HASH_VALUE: pi->hash_set_cstr(pi, parent, buf.head, buf_len(&buf), start); if (0 != parent->key && 0 < parent->klen && (parent->key < pi->json || pi->cur < parent->key)) { OJ_R_FREE((char *)parent->key); parent->key = 0; } parent->next = NEXT_HASH_COMMA; break; case NEXT_HASH_COMMA: case NEXT_NONE: case NEXT_ARRAY_COMMA: case NEXT_HASH_COLON: default: oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "expected %s, not a string", oj_stack_next_string(parent->next)); break; } } pi->cur = s + 1; buf_cleanup(&buf); } static void read_str(ParseInfo pi) { const char *str = pi->cur; Val parent = stack_peek(&pi->stack); pi->cur = scan_func(pi->cur, pi->end); if (RB_UNLIKELY(pi->end <= pi->cur)) { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "quoted string not terminated"); return; } if (RB_UNLIKELY('\0' == *pi->cur)) { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "NULL byte in string"); return; } if ('\\' == *pi->cur) { read_escaped_str(pi, str); return; } if (0 == parent) { // simple add pi->add_cstr(pi, str, pi->cur - str, str); } else { switch (parent->next) { case NEXT_ARRAY_NEW: case NEXT_ARRAY_ELEMENT: pi->array_append_cstr(pi, str, pi->cur - str, str); parent->next = NEXT_ARRAY_COMMA; break; case NEXT_HASH_NEW: case NEXT_HASH_KEY: if (Qundef == (parent->key_val = pi->hash_key(pi, str, pi->cur - str))) { parent->key = str; parent->klen = pi->cur - str; } else { parent->key = ""; parent->klen = 0; } parent->k1 = *str; parent->next = NEXT_HASH_COLON; break; case NEXT_HASH_VALUE: pi->hash_set_cstr(pi, parent, str, pi->cur - str, str); if (0 != parent->key && 0 < parent->klen && (parent->key < pi->json || pi->cur < parent->key)) { OJ_R_FREE((char *)parent->key); parent->key = 0; } parent->next = NEXT_HASH_COMMA; break; case NEXT_HASH_COMMA: case NEXT_NONE: case NEXT_ARRAY_COMMA: case NEXT_HASH_COLON: default: oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "expected %s, not a string", oj_stack_next_string(parent->next)); break; } } pi->cur++; // move past " } static void read_num(ParseInfo pi) { struct _numInfo ni; Val parent = stack_peek(&pi->stack); ni.pi = pi; ni.str = pi->cur; ni.i = 0; ni.num = 0; ni.div = 1; ni.di = 0; ni.len = 0; ni.exp = 0; ni.big = 0; ni.infinity = 0; ni.nan = 0; ni.neg = 0; ni.has_exp = 0; if (CompatMode == pi->options.mode) { ni.no_big = !pi->options.compat_bigdec; ni.bigdec_load = pi->options.compat_bigdec; } else { ni.no_big = (FloatDec == pi->options.bigdec_load || FastDec == pi->options.bigdec_load || RubyDec == pi->options.bigdec_load); ni.bigdec_load = pi->options.bigdec_load; } if ('-' == *pi->cur) { pi->cur++; ni.neg = 1; } else if ('+' == *pi->cur) { if (StrictMode == pi->options.mode) { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "not a number or other value"); return; } pi->cur++; } if ('I' == *pi->cur) { if (No == pi->options.allow_nan || 0 != strncmp("Infinity", pi->cur, 8)) { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "not a number or other value"); return; } pi->cur += 8; ni.infinity = 1; } else if ('N' == *pi->cur || 'n' == *pi->cur) { if ('a' != pi->cur[1] || ('N' != pi->cur[2] && 'n' != pi->cur[2])) { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "not a number or other value"); return; } pi->cur += 3; ni.nan = 1; } else { int dec_cnt = 0; bool zero1 = false; // Skip leading zeros. for (; '0' == *pi->cur; pi->cur++) { zero1 = true; } for (; '0' <= *pi->cur && *pi->cur <= '9'; pi->cur++) { int d = (*pi->cur - '0'); if (RB_LIKELY(0 != ni.i)) { dec_cnt++; } ni.i = ni.i * 10 + d; } if (RB_UNLIKELY(0 != ni.i && zero1 && CompatMode == pi->options.mode)) { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "not a number"); return; } if (INT64_MAX <= ni.i || DEC_MAX < dec_cnt) { ni.big = true; } if ('.' == *pi->cur) { pi->cur++; // A trailing . is not a valid decimal but if encountered allow it // except when mimicking the JSON gem or in strict mode. if (StrictMode == pi->options.mode || CompatMode == pi->options.mode) { int pos = (int)(pi->cur - ni.str); if (1 == pos || (2 == pos && ni.neg)) { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "not a number"); return; } if (*pi->cur < '0' || '9' < *pi->cur) { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "not a number"); return; } } for (; '0' <= *pi->cur && *pi->cur <= '9'; pi->cur++) { int d = (*pi->cur - '0'); if (RB_LIKELY(0 != ni.num || 0 != ni.i)) { dec_cnt++; } ni.num = ni.num * 10 + d; ni.div *= 10; ni.di++; } } if (INT64_MAX <= ni.div || DEC_MAX < dec_cnt) { if (!ni.no_big) { ni.big = true; } } if ('e' == *pi->cur || 'E' == *pi->cur) { int eneg = 0; ni.has_exp = 1; pi->cur++; if ('-' == *pi->cur) { pi->cur++; eneg = 1; } else if ('+' == *pi->cur) { pi->cur++; } for (; '0' <= *pi->cur && *pi->cur <= '9'; pi->cur++) { ni.exp = ni.exp * 10 + (*pi->cur - '0'); if (EXP_MAX <= ni.exp) { ni.big = true; } } if (eneg) { ni.exp = -ni.exp; } } ni.len = pi->cur - ni.str; } // Check for special reserved values for Infinity and NaN. if (ni.big) { if (0 == strcasecmp(INF_VAL, ni.str)) { ni.infinity = 1; } else if (0 == strcasecmp(NINF_VAL, ni.str)) { ni.infinity = 1; ni.neg = 1; } else if (0 == strcasecmp(NAN_VAL, ni.str)) { ni.nan = 1; } } if (CompatMode == pi->options.mode) { if (pi->options.compat_bigdec) { ni.big = 1; } } else if (BigDec == pi->options.bigdec_load) { ni.big = 1; } if (0 == parent) { pi->add_num(pi, &ni); } else { switch (parent->next) { case NEXT_ARRAY_NEW: case NEXT_ARRAY_ELEMENT: pi->array_append_num(pi, &ni); parent->next = NEXT_ARRAY_COMMA; break; case NEXT_HASH_VALUE: pi->hash_set_num(pi, parent, &ni); if (0 != parent->key && 0 < parent->klen && (parent->key < pi->json || pi->cur < parent->key)) { OJ_R_FREE((char *)parent->key); parent->key = 0; } parent->next = NEXT_HASH_COMMA; break; default: oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "expected %s", oj_stack_next_string(parent->next)); break; } } } static void array_start(ParseInfo pi) { VALUE v = pi->start_array(pi); stack_push(&pi->stack, v, NEXT_ARRAY_NEW); } static void array_end(ParseInfo pi) { Val array = stack_pop(&pi->stack); if (0 == array) { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "unexpected array close"); } else if (NEXT_ARRAY_COMMA != array->next && NEXT_ARRAY_NEW != array->next) { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "expected %s, not an array close", oj_stack_next_string(array->next)); } else { pi->end_array(pi); add_value(pi, array->val); } } static void hash_start(ParseInfo pi) { VALUE v = pi->start_hash(pi); stack_push(&pi->stack, v, NEXT_HASH_NEW); } static void hash_end(ParseInfo pi) { Val hash = stack_peek(&pi->stack); // leave hash on stack until just before if (0 == hash) { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "unexpected hash close"); } else if (NEXT_HASH_COMMA != hash->next && NEXT_HASH_NEW != hash->next) { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "expected %s, not a hash close", oj_stack_next_string(hash->next)); } else { pi->end_hash(pi); stack_pop(&pi->stack); add_value(pi, hash->val); } } static void comma(ParseInfo pi) { Val parent = stack_peek(&pi->stack); if (0 == parent) { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "unexpected comma"); } else if (NEXT_ARRAY_COMMA == parent->next) { parent->next = NEXT_ARRAY_ELEMENT; } else if (NEXT_HASH_COMMA == parent->next) { parent->next = NEXT_HASH_KEY; } else { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "unexpected comma"); } } static void colon(ParseInfo pi) { Val parent = stack_peek(&pi->stack); if (0 != parent && NEXT_HASH_COLON == parent->next) { parent->next = NEXT_HASH_VALUE; } else { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "unexpected colon"); } } void oj_parse2(ParseInfo pi) { int first = 1; long start = 0; pi->cur = pi->json; err_init(&pi->err); while (1) { if (RB_UNLIKELY(0 < pi->max_depth && pi->max_depth <= pi->stack.tail - pi->stack.head - 1)) { VALUE err_clas = oj_get_json_err_class("NestingError"); oj_set_error_at(pi, err_clas, __FILE__, __LINE__, "Too deeply nested."); pi->err_class = err_clas; return; } next_non_white(pi); if (first) { // If no tokens are consumed (i.e. empty string), throw a parse error // this is the behavior of JSON.parse in both Ruby and JS. if (RB_UNLIKELY('\0' == *pi->cur && No == pi->options.empty_string)) { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "unexpected character"); } } else { if (RB_UNLIKELY('\0' != *pi->cur)) { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "unexpected characters after the JSON document"); } } switch (*pi->cur++) { case '{': hash_start(pi); break; case '}': hash_end(pi); break; case ':': colon(pi); break; case '[': array_start(pi); break; case ']': array_end(pi); break; case ',': comma(pi); break; case '"': read_str(pi); break; case '+': if (CompatMode == pi->options.mode) { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "unexpected character"); return; } pi->cur--; read_num(pi); break; case '-': case '0': case '1': case '2': case '3': case '4': case '5': case '6': case '7': case '8': case '9': pi->cur--; read_num(pi); break; case 'I': case 'N': if (Yes == pi->options.allow_nan) { pi->cur--; read_num(pi); } else { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "unexpected character"); } break; case 't': read_true(pi); break; case 'f': read_false(pi); break; case 'n': if ('u' == *pi->cur) { read_null(pi); } else { pi->cur--; read_num(pi); } break; case '/': skip_comment(pi); if (first) { continue; } break; case '\0': pi->cur--; return; default: oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "unexpected character"); return; } if (RB_UNLIKELY(err_has(&pi->err))) { return; } if (stack_empty(&pi->stack)) { if (Qundef != pi->proc) { VALUE args[3]; long len = (pi->cur - pi->json) - start; *args = stack_head_val(&pi->stack); args[1] = LONG2NUM(start); args[2] = LONG2NUM(len); if (Qnil == pi->proc) { rb_yield_values2(3, args); } else { rb_proc_call_with_block(pi->proc, 3, args, Qnil); } } else if (!pi->has_callbacks) { first = 0; } start = pi->cur - pi->json; } } } static VALUE rescue_big_decimal(VALUE str, VALUE ignore) { rb_raise(oj_parse_error_class, "Invalid value for BigDecimal()"); return Qnil; } static VALUE parse_big_decimal(VALUE str) { return rb_funcall(rb_cObject, oj_bigdecimal_id, 1, str); } static long double exp_plus[] = { 1.0, 1.0e1, 1.0e2, 1.0e3, 1.0e4, 1.0e5, 1.0e6, 1.0e7, 1.0e8, 1.0e9, 1.0e10, 1.0e11, 1.0e12, 1.0e13, 1.0e14, 1.0e15, 1.0e16, 1.0e17, 1.0e18, 1.0e19, 1.0e20, 1.0e21, 1.0e22, 1.0e23, 1.0e24, 1.0e25, 1.0e26, 1.0e27, 1.0e28, 1.0e29, 1.0e30, 1.0e31, 1.0e32, 1.0e33, 1.0e34, 1.0e35, 1.0e36, 1.0e37, 1.0e38, 1.0e39, 1.0e40, 1.0e41, 1.0e42, 1.0e43, 1.0e44, 1.0e45, 1.0e46, 1.0e47, 1.0e48, 1.0e49, }; VALUE oj_num_as_value(NumInfo ni) { VALUE rnum = Qnil; if (ni->infinity) { if (ni->neg) { rnum = rb_float_new(-OJ_INFINITY); } else { rnum = rb_float_new(OJ_INFINITY); } } else if (ni->nan) { rnum = rb_float_new(0.0 / 0.0); } else if (1 == ni->div && 0 == ni->exp && !ni->has_exp) { // fixnum if (ni->big) { if (256 > ni->len) { char buf[256]; memcpy(buf, ni->str, ni->len); buf[ni->len] = '\0'; rnum = rb_cstr_to_inum(buf, 10, 0); } else { char *buf = OJ_R_ALLOC_N(char, ni->len + 1); memcpy(buf, ni->str, ni->len); buf[ni->len] = '\0'; rnum = rb_cstr_to_inum(buf, 10, 0); OJ_R_FREE(buf); } } else { if (ni->neg) { rnum = rb_ll2inum(-ni->i); } else { rnum = rb_ll2inum(ni->i); } } } else { // decimal if (ni->big) { VALUE bd = rb_str_new(ni->str, ni->len); rnum = rb_rescue2(parse_big_decimal, bd, rescue_big_decimal, bd, rb_eException, 0); if (ni->no_big) { rnum = rb_funcall(rnum, rb_intern("to_f"), 0); } } else if (FastDec == ni->bigdec_load) { long double ld = (long double)ni->i * (long double)ni->div + (long double)ni->num; int x = (int)((int64_t)ni->exp - ni->di); if (0 < x) { if (x < (int)(sizeof(exp_plus) / sizeof(*exp_plus))) { ld *= exp_plus[x]; } else { ld *= powl(10.0, x); } } else if (x < 0) { if (-x < (int)(sizeof(exp_plus) / sizeof(*exp_plus))) { ld /= exp_plus[-x]; } else { ld /= powl(10.0, -x); } } if (ni->neg) { ld = -ld; } rnum = rb_float_new((double)ld); } else if (RubyDec == ni->bigdec_load) { VALUE sv = rb_str_new(ni->str, ni->len); rnum = rb_funcall(sv, rb_intern("to_f"), 0); } else { char *end; double d = strtod(ni->str, &end); if ((long)ni->len != (long)(end - ni->str)) { if (Qnil == ni->pi->err_class) { rb_raise(oj_parse_error_class, "Invalid float"); } else { rb_raise(ni->pi->err_class, "Invalid float"); } } rnum = rb_float_new(d); } } return rnum; } void oj_set_error_at(ParseInfo pi, VALUE err_clas, const char *file, int line, const char *format, ...) { va_list ap; char msg[256]; char *p = msg; char *end = p + sizeof(msg) - 2; char *start; Val vp; int mlen; va_start(ap, format); mlen = vsnprintf(msg, sizeof(msg) - 1, format, ap); if (0 < mlen) { if (sizeof(msg) - 2 < (size_t)mlen) { p = end - 2; } else { p += mlen; } } va_end(ap); pi->err.clas = err_clas; if (p + 3 < end) { *p++ = ' '; *p++ = '('; *p++ = 'a'; *p++ = 'f'; *p++ = 't'; *p++ = 'e'; *p++ = 'r'; *p++ = ' '; start = p; for (vp = pi->stack.head; vp < pi->stack.tail; vp++) { if (end <= p + 1 + vp->klen) { break; } if (NULL != vp->key) { if (start < p) { *p++ = '.'; } memcpy(p, vp->key, vp->klen); p += vp->klen; } else { if (RUBY_T_ARRAY == rb_type(vp->val)) { if (end <= p + 12) { break; } p += snprintf(p, end - p, "[%ld]", RARRAY_LEN(vp->val)); } } } *p++ = ')'; } *p = '\0'; if (0 == pi->json) { oj_err_set(&pi->err, err_clas, "%s at line %d, column %d [%s:%d]", msg, pi->rd.line, pi->rd.col, file, line); } else { _oj_err_set_with_location(&pi->err, err_clas, msg, pi->json, pi->cur - 1, file, line); } } static VALUE protect_parse(VALUE pip) { oj_parse2((ParseInfo)pip); return Qnil; } extern int oj_utf8_index; static void oj_pi_set_input_str(ParseInfo pi, VALUE *inputp) { int idx = RB_ENCODING_GET(*inputp); if (oj_utf8_encoding_index != idx) { rb_encoding *enc = rb_enc_from_index(idx); *inputp = rb_str_conv_enc(*inputp, enc, oj_utf8_encoding); } pi->json = RSTRING_PTR(*inputp); pi->end = pi->json + RSTRING_LEN(*inputp); } VALUE oj_pi_parse(int argc, VALUE *argv, ParseInfo pi, char *json, size_t len, int yieldOk) { char *buf = 0; VALUE input; VALUE wrapped_stack; VALUE result = Qnil; int line = 0; int free_json = 0; if (argc < 1) { rb_raise(rb_eArgError, "Wrong number of arguments to parse."); } input = argv[0]; if (2 <= argc) { if (T_HASH == rb_type(argv[1])) { oj_parse_options(argv[1], &pi->options); } else if (3 <= argc && T_HASH == rb_type(argv[2])) { oj_parse_options(argv[2], &pi->options); } } if (yieldOk && rb_block_given_p()) { pi->proc = Qnil; } else { pi->proc = Qundef; } if (0 != json) { pi->json = json; pi->end = json + len; free_json = 1; } else if (T_STRING == rb_type(input)) { if (CompatMode == pi->options.mode) { if (No == pi->options.nilnil && 0 == RSTRING_LEN(input)) { rb_raise(oj_json_parser_error_class, "An empty string is not a valid JSON string."); } } oj_pi_set_input_str(pi, &input); } else if (Qnil == input) { if (Yes == pi->options.nilnil) { return Qnil; } else { rb_raise(rb_eTypeError, "Nil is not a valid JSON source."); } } else { VALUE clas = rb_obj_class(input); VALUE s; if (oj_stringio_class == clas) { s = rb_funcall2(input, oj_string_id, 0, 0); oj_pi_set_input_str(pi, &s); #if !IS_WINDOWS } else if (rb_cFile == clas && 0 == FIX2INT(rb_funcall(input, oj_pos_id, 0))) { int fd = FIX2INT(rb_funcall(input, oj_fileno_id, 0)); ssize_t cnt; size_t len = lseek(fd, 0, SEEK_END); lseek(fd, 0, SEEK_SET); buf = OJ_R_ALLOC_N(char, len + 1); pi->json = buf; pi->end = buf + len; if (0 >= (cnt = read(fd, (char *)pi->json, len)) || cnt != (ssize_t)len) { if (0 != buf) { OJ_R_FREE(buf); } rb_raise(rb_eIOError, "failed to read from IO Object."); } ((char *)pi->json)[len] = '\0'; /* skip UTF-8 BOM if present */ if (0xEF == (uint8_t)*pi->json && 0xBB == (uint8_t)pi->json[1] && 0xBF == (uint8_t)pi->json[2]) { pi->cur += 3; } #endif } else if (rb_respond_to(input, oj_read_id)) { // use stream parser instead return oj_pi_sparse(argc, argv, pi, 0); } else { rb_raise(rb_eArgError, "parse() expected a String or IO Object."); } } if (Yes == pi->options.circular) { pi->circ_array = oj_circ_array_new(); } else { pi->circ_array = 0; } if (No == pi->options.allow_gc) { rb_gc_disable(); } // GC can run at any time. When it runs any Object created by C will be // freed. We protect against this by wrapping the value stack in a ruby // data object and poviding a mark function for ruby objects on the // value stack (while it is in scope). wrapped_stack = oj_stack_init(&pi->stack); rb_protect(protect_parse, (VALUE)pi, &line); if (Qundef == pi->stack.head->val && !empty_ok(&pi->options)) { if (No == pi->options.nilnil || (CompatMode == pi->options.mode && 0 < pi->cur - pi->json)) { oj_set_error_at(pi, oj_json_parser_error_class, __FILE__, __LINE__, "Empty input"); } } result = stack_head_val(&pi->stack); DATA_PTR(wrapped_stack) = 0; if (No == pi->options.allow_gc) { rb_gc_enable(); } if (!err_has(&pi->err)) { // If the stack is not empty then the JSON terminated early. Val v; VALUE err_class = oj_parse_error_class; if (0 != line) { VALUE ec = rb_obj_class(rb_errinfo()); if (rb_eArgError != ec && 0 != ec) { err_class = ec; } if (rb_eIOError != ec) { goto CLEANUP; } } if (NULL != (v = stack_peek(&pi->stack))) { switch (v->next) { case NEXT_ARRAY_NEW: case NEXT_ARRAY_ELEMENT: case NEXT_ARRAY_COMMA: oj_set_error_at(pi, err_class, __FILE__, __LINE__, "Array not terminated"); break; case NEXT_HASH_NEW: case NEXT_HASH_KEY: case NEXT_HASH_COLON: case NEXT_HASH_VALUE: case NEXT_HASH_COMMA: oj_set_error_at(pi, err_class, __FILE__, __LINE__, "Hash/Object not terminated"); break; default: oj_set_error_at(pi, err_class, __FILE__, __LINE__, "not terminated"); } } } CLEANUP: // proceed with cleanup if (0 != pi->circ_array) { oj_circ_array_free(pi->circ_array); } if (0 != buf) { OJ_R_FREE(buf); } else if (free_json) { OJ_R_FREE(json); } stack_cleanup(&pi->stack); if (pi->str_rx.head != oj_default_options.str_rx.head) { oj_rxclass_cleanup(&pi->str_rx); } if (err_has(&pi->err)) { rb_set_errinfo(Qnil); if (Qnil != pi->err_class) { pi->err.clas = pi->err_class; } if ((CompatMode == pi->options.mode || RailsMode == pi->options.mode) && Yes != pi->options.safe) { // The json gem requires the error message be UTF-8 encoded. In // additional the complete JSON source must be returned. There // does not seem to be a size limit. VALUE msg = rb_utf8_str_new_cstr(pi->err.msg); VALUE args[1]; if (NULL != pi->json) { msg = rb_str_append(msg, rb_utf8_str_new_cstr(" in '")); msg = rb_str_append(msg, rb_utf8_str_new_cstr(pi->json)); } args[0] = msg; if (pi->err.clas == oj_parse_error_class) { // The error was an Oj::ParseError so change to a JSON::ParserError. pi->err.clas = oj_json_parser_error_class; } rb_exc_raise(rb_class_new_instance(1, args, pi->err.clas)); } else { oj_err_raise(&pi->err); } } else if (0 != line) { rb_jump_tag(line); } if (pi->options.quirks_mode == No) { switch (rb_type(result)) { case T_NIL: case T_TRUE: case T_FALSE: case T_FIXNUM: case T_FLOAT: case T_CLASS: case T_STRING: case T_SYMBOL: { struct _err err; if (Qnil == pi->err_class) { err.clas = oj_parse_error_class; } else { err.clas = pi->err_class; } snprintf(err.msg, sizeof(err.msg), "unexpected non-document value"); oj_err_raise(&err); break; } default: // okay break; } } return result; } oj-3.16.12/ext/oj/parse.h000066400000000000000000000071021510053151600147640ustar00rootroot00000000000000// Copyright (c) 2011 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #ifndef OJ_PARSE_H #define OJ_PARSE_H #include #include #include #include "circarray.h" #include "oj.h" #include "reader.h" #include "ruby.h" #include "rxclass.h" #include "val_stack.h" struct _rxClass; struct _parseInfo; typedef struct _numInfo { int64_t i; int64_t num; int64_t div; int64_t di; const char *str; size_t len; long exp; struct _parseInfo *pi; int big; int infinity; int nan; int neg; int has_exp; int no_big; int bigdec_load; } *NumInfo; typedef struct _parseInfo { // used for the string parser const char *json; const char *cur; const char *end; // used for the stream parser struct _reader rd; struct _err err; struct _options options; VALUE handler; struct _valStack stack; CircArray circ_array; struct _rxClass str_rx; int expect_value; int max_depth; // just for the json gem VALUE proc; VALUE (*start_hash)(struct _parseInfo *pi); void (*end_hash)(struct _parseInfo *pi); VALUE (*hash_key)(struct _parseInfo *pi, const char *key, size_t klen); void (*hash_set_cstr)(struct _parseInfo *pi, Val kval, const char *str, size_t len, const char *orig); void (*hash_set_num)(struct _parseInfo *pi, Val kval, NumInfo ni); void (*hash_set_value)(struct _parseInfo *pi, Val kval, VALUE value); VALUE (*start_array)(struct _parseInfo *pi); void (*end_array)(struct _parseInfo *pi); void (*array_append_cstr)(struct _parseInfo *pi, const char *str, size_t len, const char *orig); void (*array_append_num)(struct _parseInfo *pi, NumInfo ni); void (*array_append_value)(struct _parseInfo *pi, VALUE value); void (*add_cstr)(struct _parseInfo *pi, const char *str, size_t len, const char *orig); void (*add_num)(struct _parseInfo *pi, NumInfo ni); void (*add_value)(struct _parseInfo *pi, VALUE val); VALUE err_class; bool has_callbacks; } *ParseInfo; extern void oj_parse2(ParseInfo pi); extern void oj_set_error_at(ParseInfo pi, VALUE err_clas, const char *file, int line, const char *format, ...); extern VALUE oj_pi_parse(int argc, VALUE *argv, ParseInfo pi, char *json, size_t len, int yieldOk); extern VALUE oj_num_as_value(NumInfo ni); extern void oj_set_strict_callbacks(ParseInfo pi); extern void oj_set_object_callbacks(ParseInfo pi); extern void oj_set_compat_callbacks(ParseInfo pi); extern void oj_set_custom_callbacks(ParseInfo pi); extern void oj_set_wab_callbacks(ParseInfo pi); extern void oj_sparse2(ParseInfo pi); extern VALUE oj_pi_sparse(int argc, VALUE *argv, ParseInfo pi, int fd); extern VALUE oj_cstr_to_value(const char *str, size_t len, size_t cache_str); extern VALUE oj_calc_hash_key(ParseInfo pi, Val parent); static inline void parse_info_init(ParseInfo pi) { memset(pi, 0, sizeof(struct _parseInfo)); } extern void oj_scanner_init(void); static inline bool empty_ok(Options options) { switch (options->mode) { case ObjectMode: case WabMode: return true; case CompatMode: case RailsMode: return false; case StrictMode: case NullMode: case CustomMode: default: break; } return Yes == options->empty_string; } #endif /* OJ_PARSE_H */ oj-3.16.12/ext/oj/parser.c000066400000000000000000001445171510053151600151550ustar00rootroot00000000000000// Copyright (c) 2020, 2021, Peter Ohler, All rights reserved. #include "parser.h" #include #include "oj.h" #define DEBUG 0 #define USE_THREAD_LIMIT 0 // #define USE_THREAD_LIMIT 100000 #define MAX_EXP 4932 // max in the pow_map which is the limit for double #define MAX_POW 308 #define MIN_SLEEP (1000000000LL / (double)CLOCKS_PER_SEC) // 9,223,372,036,854,775,807 #define BIG_LIMIT LLONG_MAX / 10 #define FRAC_LIMIT 10000000000000000ULL // Give better performance with indented JSON but worse with unindented. // #define SPACE_JUMP enum { SKIP_CHAR = 'a', SKIP_NEWLINE = 'b', VAL_NULL = 'c', VAL_TRUE = 'd', VAL_FALSE = 'e', VAL_NEG = 'f', VAL0 = 'g', VAL_DIGIT = 'h', VAL_QUOTE = 'i', OPEN_ARRAY = 'k', OPEN_OBJECT = 'l', CLOSE_ARRAY = 'm', CLOSE_OBJECT = 'n', AFTER_COMMA = 'o', KEY_QUOTE = 'p', COLON_COLON = 'q', NUM_SPC = 'r', NUM_NEWLINE = 's', NUM_DOT = 't', NUM_COMMA = 'u', NUM_FRAC = 'v', FRAC_E = 'w', EXP_SIGN = 'x', EXP_DIGIT = 'y', STR_QUOTE = 'z', NEG_DIGIT = '-', STR_SLASH = 'A', ESC_OK = 'B', BIG_DIGIT = 'C', BIG_DOT = 'D', U_OK = 'E', TOKEN_OK = 'F', NUM_CLOSE_OBJECT = 'G', NUM_CLOSE_ARRAY = 'H', BIG_FRAC = 'I', BIG_E = 'J', BIG_EXP_SIGN = 'K', BIG_EXP = 'L', UTF1 = 'M', // expect 1 more follow byte NUM_DIGIT = 'N', NUM_ZERO = 'O', UTF2 = 'P', // expect 2 more follow byte UTF3 = 'Q', // expect 3 more follow byte STR_OK = 'R', UTFX = 'S', // following bytes ESC_U = 'U', CHAR_ERR = '.', DONE = 'X', }; /* 0123456789abcdef0123456789abcdef */ static const char value_map[257] = "\ X........ab..a..................\ a.i..........f..ghhhhhhhhh......\ ...........................k.m..\ ......e.......c.....d......l.n..\ ................................\ ................................\ ................................\ ................................v"; static const char null_map[257] = "\ ................................\ ............o...................\ ................................\ ............F........F..........\ ................................\ ................................\ ................................\ ................................N"; static const char true_map[257] = "\ ................................\ ............o...................\ ................................\ .....F............F..F..........\ ................................\ ................................\ ................................\ ................................T"; static const char false_map[257] = "\ ................................\ ............o...................\ ................................\ .F...F......F......F............\ ................................\ ................................\ ................................\ ................................F"; static const char comma_map[257] = "\ .........ab..a..................\ a.i..........f..ghhhhhhhhh......\ ...........................k....\ ......e.......c.....d......l....\ ................................\ ................................\ ................................\ ................................,"; static const char after_map[257] = "\ X........ab..a..................\ a...........o...................\ .............................m..\ .............................n..\ ................................\ ................................\ ................................\ ................................a"; static const char key1_map[257] = "\ .........ab..a..................\ a.p.............................\ ................................\ .............................n..\ ................................\ ................................\ ................................\ ................................K"; static const char key_map[257] = "\ .........ab..a..................\ a.p.............................\ ................................\ ................................\ ................................\ ................................\ ................................\ ................................k"; static const char colon_map[257] = "\ .........ab..a..................\ a.........................q.....\ ................................\ ................................\ ................................\ ................................\ ................................\ ................................:"; static const char neg_map[257] = "\ ................................\ ................O---------......\ ................................\ ................................\ ................................\ ................................\ ................................\ ................................-"; static const char zero_map[257] = "\ .........rs..r..................\ r...........u.t.................\ .............................H..\ .............................G..\ ................................\ ................................\ ................................\ ................................0"; static const char digit_map[257] = "\ .........rs..r..................\ r...........u.t.NNNNNNNNNN......\ .....w.......................H..\ .....w.......................G..\ ................................\ ................................\ ................................\ ................................d"; static const char dot_map[257] = "\ ................................\ ................vvvvvvvvvv......\ ................................\ ................................\ ................................\ ................................\ ................................\ ................................."; static const char frac_map[257] = "\ .........rs..r..................\ r...........u...vvvvvvvvvv......\ .....w.......................H..\ .....w.......................G..\ ................................\ ................................\ ................................\ ................................f"; static const char exp_sign_map[257] = "\ ................................\ ...........x.x..yyyyyyyyyy......\ ................................\ ................................\ ................................\ ................................\ ................................\ ................................x"; static const char exp_zero_map[257] = "\ ................................\ ................yyyyyyyyyy......\ ................................\ ................................\ ................................\ ................................\ ................................\ ................................z"; static const char exp_map[257] = "\ .........rs..r..................\ r...........u...yyyyyyyyyy......\ .............................H..\ .............................G..\ ................................\ ................................\ ................................\ ................................X"; static const char big_digit_map[257] = "\ .........rs..r..................\ r...........u.D.CCCCCCCCCC......\ .....J.......................H..\ .....J.......................G..\ ................................\ ................................\ ................................\ ................................D"; static const char big_dot_map[257] = "\ ................................\ ................IIIIIIIIII......\ ................................\ ................................\ ................................\ ................................\ ................................\ ................................o"; static const char big_frac_map[257] = "\ .........rs..r..................\ r...........u...IIIIIIIIII......\ .....J.......................H..\ .....J.......................G..\ ................................\ ................................\ ................................\ ................................g"; static const char big_exp_sign_map[257] = "\ ................................\ ...........K.K..LLLLLLLLLL......\ ................................\ ................................\ ................................\ ................................\ ................................\ ................................B"; static const char big_exp_zero_map[257] = "\ ................................\ ................LLLLLLLLLL......\ ................................\ ................................\ ................................\ ................................\ ................................\ ................................Z"; static const char big_exp_map[257] = "\ .........rs..r..................\ r...........u...LLLLLLLLLL......\ .............................H..\ .............................G..\ ................................\ ................................\ ................................\ ................................Y"; static const char string_map[257] = "\ ................................\ RRzRRRRRRRRRRRRRRRRRRRRRRRRRRRRR\ RRRRRRRRRRRRRRRRRRRRRRRRRRRRARRR\ RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR\ ................................\ ................................\ MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM\ PPPPPPPPPPPPPPPPQQQQQQQQ........s"; static const char esc_map[257] = "\ ................................\ ..B............B................\ ............................B...\ ..B...B.......B...B.BU..........\ ................................\ ................................\ ................................\ ................................~"; static const char esc_byte_map[257] = "\ ................................\ ..\"............/................\ ............................\\...\ ..\b...\f.......\n...\r.\t..........\ ................................\ ................................\ ................................\ ................................b"; static const char u_map[257] = "\ ................................\ ................EEEEEEEEEE......\ .EEEEEE.........................\ .EEEEEE.........................\ ................................\ ................................\ ................................\ ................................u"; static const char utf_map[257] = "\ ................................\ ................................\ ................................\ ................................\ SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS\ SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS\ ................................\ ................................8"; static const char space_map[257] = "\ .........ab..a..................\ a...............................\ ................................\ ................................\ ................................\ ................................\ ................................\ ................................S"; static const char trail_map[257] = "\ .........ab..a..................\ a...............................\ ................................\ ................................\ ................................\ ................................\ ................................\ ................................R"; static const byte hex_map[256] = "\ ................................\ ................\x00\x01\x02\x03\x04\x05\x06\x07\x08\x09......\ .\x0a\x0b\x0c\x0d\x0e\x0f.........................\ .\x0a\x0b\x0c\x0d\x0e\x0f.........................\ ................................\ ................................\ ................................\ ................................"; static long double pow_map[309] = { 1.0L, 1.0e1L, 1.0e2L, 1.0e3L, 1.0e4L, 1.0e5L, 1.0e6L, 1.0e7L, 1.0e8L, 1.0e9L, 1.0e10L, 1.0e11L, 1.0e12L, 1.0e13L, 1.0e14L, 1.0e15L, 1.0e16L, 1.0e17L, 1.0e18L, 1.0e19L, 1.0e20L, 1.0e21L, 1.0e22L, 1.0e23L, 1.0e24L, 1.0e25L, 1.0e26L, 1.0e27L, 1.0e28L, 1.0e29L, 1.0e30L, 1.0e31L, 1.0e32L, 1.0e33L, 1.0e34L, 1.0e35L, 1.0e36L, 1.0e37L, 1.0e38L, 1.0e39L, 1.0e40L, 1.0e41L, 1.0e42L, 1.0e43L, 1.0e44L, 1.0e45L, 1.0e46L, 1.0e47L, 1.0e48L, 1.0e49L, 1.0e50L, 1.0e51L, 1.0e52L, 1.0e53L, 1.0e54L, 1.0e55L, 1.0e56L, 1.0e57L, 1.0e58L, 1.0e59L, 1.0e60L, 1.0e61L, 1.0e62L, 1.0e63L, 1.0e64L, 1.0e65L, 1.0e66L, 1.0e67L, 1.0e68L, 1.0e69L, 1.0e70L, 1.0e71L, 1.0e72L, 1.0e73L, 1.0e74L, 1.0e75L, 1.0e76L, 1.0e77L, 1.0e78L, 1.0e79L, 1.0e80L, 1.0e81L, 1.0e82L, 1.0e83L, 1.0e84L, 1.0e85L, 1.0e86L, 1.0e87L, 1.0e88L, 1.0e89L, 1.0e90L, 1.0e91L, 1.0e92L, 1.0e93L, 1.0e94L, 1.0e95L, 1.0e96L, 1.0e97L, 1.0e98L, 1.0e99L, 1.0e100L, 1.0e101L, 1.0e102L, 1.0e103L, 1.0e104L, 1.0e105L, 1.0e106L, 1.0e107L, 1.0e108L, 1.0e109L, 1.0e110L, 1.0e111L, 1.0e112L, 1.0e113L, 1.0e114L, 1.0e115L, 1.0e116L, 1.0e117L, 1.0e118L, 1.0e119L, 1.0e120L, 1.0e121L, 1.0e122L, 1.0e123L, 1.0e124L, 1.0e125L, 1.0e126L, 1.0e127L, 1.0e128L, 1.0e129L, 1.0e130L, 1.0e131L, 1.0e132L, 1.0e133L, 1.0e134L, 1.0e135L, 1.0e136L, 1.0e137L, 1.0e138L, 1.0e139L, 1.0e140L, 1.0e141L, 1.0e142L, 1.0e143L, 1.0e144L, 1.0e145L, 1.0e146L, 1.0e147L, 1.0e148L, 1.0e149L, 1.0e150L, 1.0e151L, 1.0e152L, 1.0e153L, 1.0e154L, 1.0e155L, 1.0e156L, 1.0e157L, 1.0e158L, 1.0e159L, 1.0e160L, 1.0e161L, 1.0e162L, 1.0e163L, 1.0e164L, 1.0e165L, 1.0e166L, 1.0e167L, 1.0e168L, 1.0e169L, 1.0e170L, 1.0e171L, 1.0e172L, 1.0e173L, 1.0e174L, 1.0e175L, 1.0e176L, 1.0e177L, 1.0e178L, 1.0e179L, 1.0e180L, 1.0e181L, 1.0e182L, 1.0e183L, 1.0e184L, 1.0e185L, 1.0e186L, 1.0e187L, 1.0e188L, 1.0e189L, 1.0e190L, 1.0e191L, 1.0e192L, 1.0e193L, 1.0e194L, 1.0e195L, 1.0e196L, 1.0e197L, 1.0e198L, 1.0e199L, 1.0e200L, 1.0e201L, 1.0e202L, 1.0e203L, 1.0e204L, 1.0e205L, 1.0e206L, 1.0e207L, 1.0e208L, 1.0e209L, 1.0e210L, 1.0e211L, 1.0e212L, 1.0e213L, 1.0e214L, 1.0e215L, 1.0e216L, 1.0e217L, 1.0e218L, 1.0e219L, 1.0e220L, 1.0e221L, 1.0e222L, 1.0e223L, 1.0e224L, 1.0e225L, 1.0e226L, 1.0e227L, 1.0e228L, 1.0e229L, 1.0e230L, 1.0e231L, 1.0e232L, 1.0e233L, 1.0e234L, 1.0e235L, 1.0e236L, 1.0e237L, 1.0e238L, 1.0e239L, 1.0e240L, 1.0e241L, 1.0e242L, 1.0e243L, 1.0e244L, 1.0e245L, 1.0e246L, 1.0e247L, 1.0e248L, 1.0e249L, 1.0e250L, 1.0e251L, 1.0e252L, 1.0e253L, 1.0e254L, 1.0e255L, 1.0e256L, 1.0e257L, 1.0e258L, 1.0e259L, 1.0e260L, 1.0e261L, 1.0e262L, 1.0e263L, 1.0e264L, 1.0e265L, 1.0e266L, 1.0e267L, 1.0e268L, 1.0e269L, 1.0e270L, 1.0e271L, 1.0e272L, 1.0e273L, 1.0e274L, 1.0e275L, 1.0e276L, 1.0e277L, 1.0e278L, 1.0e279L, 1.0e280L, 1.0e281L, 1.0e282L, 1.0e283L, 1.0e284L, 1.0e285L, 1.0e286L, 1.0e287L, 1.0e288L, 1.0e289L, 1.0e290L, 1.0e291L, 1.0e292L, 1.0e293L, 1.0e294L, 1.0e295L, 1.0e296L, 1.0e297L, 1.0e298L, 1.0e299L, 1.0e300L, 1.0e301L, 1.0e302L, 1.0e303L, 1.0e304L, 1.0e305L, 1.0e306L, 1.0e307L, 1.0e308L}; static VALUE parser_class; // Works with extended unicode as well. \Uffffffff if support is desired in // the future. static size_t unicodeToUtf8(uint32_t code, byte *buf) { byte *start = buf; if (0x0000007F >= code) { *buf++ = (byte)code; } else if (0x000007FF >= code) { *buf++ = 0xC0 | (code >> 6); *buf++ = 0x80 | (0x3F & code); } else if (0x0000FFFF >= code) { *buf++ = 0xE0 | (code >> 12); *buf++ = 0x80 | ((code >> 6) & 0x3F); *buf++ = 0x80 | (0x3F & code); } else if (0x001FFFFF >= code) { *buf++ = 0xF0 | (code >> 18); *buf++ = 0x80 | ((code >> 12) & 0x3F); *buf++ = 0x80 | ((code >> 6) & 0x3F); *buf++ = 0x80 | (0x3F & code); } else if (0x03FFFFFF >= code) { *buf++ = 0xF8 | (code >> 24); *buf++ = 0x80 | ((code >> 18) & 0x3F); *buf++ = 0x80 | ((code >> 12) & 0x3F); *buf++ = 0x80 | ((code >> 6) & 0x3F); *buf++ = 0x80 | (0x3F & code); } else if (0x7FFFFFFF >= code) { *buf++ = 0xFC | (code >> 30); *buf++ = 0x80 | ((code >> 24) & 0x3F); *buf++ = 0x80 | ((code >> 18) & 0x3F); *buf++ = 0x80 | ((code >> 12) & 0x3F); *buf++ = 0x80 | ((code >> 6) & 0x3F); *buf++ = 0x80 | (0x3F & code); } return buf - start; } static void parser_reset(ojParser p) { p->reader = 0; memset(&p->num, 0, sizeof(p->num)); buf_reset(&p->key); buf_reset(&p->buf); p->map = value_map; p->next_map = NULL; p->depth = 0; } static void parse_error(ojParser p, const char *fmt, ...) { va_list ap; char buf[256]; va_start(ap, fmt); vsnprintf(buf, sizeof(buf), fmt, ap); va_end(ap); rb_raise(oj_json_parser_error_class, "%s at %ld:%ld", buf, p->line, p->col); } static void byte_error(ojParser p, byte b) { switch (p->map[256]) { case 'N': // null_map parse_error(p, "expected null"); break; case 'T': // true_map parse_error(p, "expected true"); break; case 'F': // false_map parse_error(p, "expected false"); break; case 's': // string_map parse_error(p, "invalid JSON character 0x%02x", b); break; default: parse_error(p, "unexpected character '%c' in '%c' mode", b, p->map[256]); break; } } static void calc_num(ojParser p) { switch (p->type) { case OJ_INT: if (p->num.neg) { p->num.fixnum = -p->num.fixnum; p->num.neg = false; } p->funcs[p->stack[p->depth]].add_int(p); break; case OJ_DECIMAL: { long double d = (long double)p->num.fixnum; if (p->num.neg) { d = -d; } if (0 < p->num.shift) { d /= pow_map[p->num.shift]; } if (0 < p->num.exp) { long double x; if (MAX_POW < p->num.exp) { x = powl(10.0L, (long double)p->num.exp); } else { x = pow_map[p->num.exp]; } if (p->num.exp_neg) { d /= x; } else { d *= x; } } p->num.dub = d; p->funcs[p->stack[p->depth]].add_float(p); break; } case OJ_BIG: p->funcs[p->stack[p->depth]].add_big(p); default: // nothing to do break; } p->type = OJ_NONE; } static void big_change(ojParser p) { char buf[32]; int64_t i = p->num.fixnum; int len = 0; buf[sizeof(buf) - 1] = '\0'; p->buf.tail = p->buf.head; switch (p->type) { case OJ_INT: // If an int then it will fit in the num.raw so no need to check length; for (len = sizeof(buf) - 1; 0 < i; len--, i /= 10) { buf[len] = '0' + (i % 10); } if (p->num.neg) { buf[len] = '-'; len--; } buf_append_string(&p->buf, buf + len + 1, sizeof(buf) - len - 1); p->type = OJ_BIG; break; case OJ_DECIMAL: { int shift = p->num.shift; for (len = sizeof(buf) - 1; 0 < i; len--, i /= 10, shift--) { if (0 == shift) { buf[len] = '.'; len--; } buf[len] = '0' + (i % 10); } if (p->num.neg) { buf[len] = '-'; len--; } buf_append_string(&p->buf, buf + len + 1, sizeof(buf) - len - 1); if (0 < p->num.exp) { int x = p->num.exp; int d, div; bool started = false; buf_append(&p->buf, 'e'); if (0 < p->num.exp_neg) { buf_append(&p->buf, '-'); } for (div = 1000; 0 < div; div /= 10) { d = x / div % 10; if (started || 0 < d) { buf_append(&p->buf, '0' + d); } } } p->type = OJ_BIG; break; } default: break; } } static void parse(ojParser p, const byte *json) { const byte *start; const byte *b = json; int i; p->line = 1; p->col = -1; #if DEBUG printf("*** parse - mode: %c %s\n", p->map[256], (const char *)json); #endif for (; '\0' != *b; b++) { #if DEBUG printf("*** parse - mode: %c %02x %s => %c\n", p->map[256], *b, b, p->map[*b]); #endif switch (p->map[*b]) { case SKIP_NEWLINE: p->line++; p->col = b - json; b++; #ifdef SPACE_JUMP // for (uint32_t *sj = (uint32_t*)b; 0x20202020 == *sj; sj++) { b += 4; } for (uint16_t *sj = (uint16_t *)b; 0x2020 == *sj; sj++) { b += 2; } #endif for (; SKIP_CHAR == space_map[*b]; b++) { } b--; break; case COLON_COLON: p->map = value_map; break; case SKIP_CHAR: break; case KEY_QUOTE: b++; p->key.tail = p->key.head; start = b; for (; STR_OK == string_map[*b]; b++) { } buf_append_string(&p->key, (const char *)start, b - start); if ('"' == *b) { p->map = colon_map; break; } b--; p->map = string_map; p->next_map = colon_map; break; case AFTER_COMMA: if (0 < p->depth && OBJECT_FUN == p->stack[p->depth]) { p->map = key_map; } else { p->map = comma_map; } break; case VAL_QUOTE: b++; start = b; p->buf.tail = p->buf.head; for (; STR_OK == string_map[*b]; b++) { } buf_append_string(&p->buf, (const char *)start, b - start); if ('"' == *b) { p->cur = b - json; p->funcs[p->stack[p->depth]].add_str(p); p->map = (0 == p->depth) ? value_map : after_map; break; } b--; p->map = string_map; p->next_map = (0 == p->depth) ? value_map : after_map; break; case OPEN_OBJECT: p->cur = b - json; p->funcs[p->stack[p->depth]].open_object(p); p->depth++; p->stack[p->depth] = OBJECT_FUN; p->map = key1_map; break; case NUM_CLOSE_OBJECT: p->cur = b - json; calc_num(p); // flow through case CLOSE_OBJECT: p->map = (1 == p->depth) ? value_map : after_map; if (p->depth <= 0 || OBJECT_FUN != p->stack[p->depth]) { p->col = b - json - p->col + 1; parse_error(p, "unexpected object close"); return; } p->depth--; p->cur = b - json; p->funcs[p->stack[p->depth]].close_object(p); break; case OPEN_ARRAY: p->cur = b - json; p->funcs[p->stack[p->depth]].open_array(p); p->depth++; p->stack[p->depth] = ARRAY_FUN; p->map = value_map; break; case NUM_CLOSE_ARRAY: p->cur = b - json; calc_num(p); // flow through case CLOSE_ARRAY: p->map = (1 == p->depth) ? value_map : after_map; if (p->depth <= 0 || ARRAY_FUN != p->stack[p->depth]) { p->col = b - json - p->col + 1; parse_error(p, "unexpected array close"); return; } p->depth--; p->cur = b - json; p->funcs[p->stack[p->depth]].close_array(p); break; case NUM_COMMA: p->cur = b - json; calc_num(p); if (0 < p->depth && OBJECT_FUN == p->stack[p->depth]) { p->map = key_map; } else { p->map = comma_map; } break; case VAL0: p->type = OJ_INT; p->num.fixnum = 0; p->num.neg = false; p->num.shift = 0; p->num.len = 0; p->num.exp = 0; p->num.exp_neg = false; p->map = zero_map; break; case VAL_NEG: p->type = OJ_INT; p->num.fixnum = 0; p->num.neg = true; p->num.shift = 0; p->num.len = 0; p->num.exp = 0; p->num.exp_neg = false; p->map = neg_map; break; ; case VAL_DIGIT: p->type = OJ_INT; p->num.fixnum = 0; p->num.neg = false; p->num.shift = 0; p->num.exp = 0; p->num.exp_neg = false; p->num.len = 0; p->map = digit_map; for (; NUM_DIGIT == digit_map[*b]; b++) { uint64_t x = (uint64_t)p->num.fixnum * 10 + (uint64_t)(*b - '0'); // Tried just checking for an int less than zero but that // fails when optimization is on for some reason with the // clang compiler so us a bit mask instead. if (x < BIG_LIMIT) { p->num.fixnum = (int64_t)x; } else { big_change(p); p->map = big_digit_map; break; } } b--; break; case NUM_DIGIT: for (; NUM_DIGIT == digit_map[*b]; b++) { uint64_t x = p->num.fixnum * 10 + (uint64_t)(*b - '0'); if (x < BIG_LIMIT) { p->num.fixnum = (int64_t)x; } else { big_change(p); p->map = big_digit_map; break; } } b--; break; case NUM_DOT: p->type = OJ_DECIMAL; p->map = dot_map; break; case NUM_FRAC: p->map = frac_map; for (; NUM_FRAC == frac_map[*b]; b++) { uint64_t x = p->num.fixnum * 10 + (uint64_t)(*b - '0'); if (x < FRAC_LIMIT) { p->num.fixnum = (int64_t)x; p->num.shift++; } else { big_change(p); p->map = big_frac_map; break; } } b--; break; case FRAC_E: p->type = OJ_DECIMAL; p->map = exp_sign_map; break; case NUM_ZERO: p->map = zero_map; break; case NEG_DIGIT: for (; NUM_DIGIT == digit_map[*b]; b++) { uint64_t x = p->num.fixnum * 10 + (uint64_t)(*b - '0'); if (x < BIG_LIMIT) { p->num.fixnum = (int64_t)x; } else { big_change(p); p->map = big_digit_map; break; } } b--; p->map = digit_map; break; case EXP_SIGN: p->num.exp_neg = ('-' == *b); p->map = exp_zero_map; break; case EXP_DIGIT: p->map = exp_map; for (; NUM_DIGIT == digit_map[*b]; b++) { int16_t x = p->num.exp * 10 + (int16_t)(*b - '0'); if (x <= MAX_EXP) { p->num.exp = x; } else { big_change(p); p->map = big_exp_map; break; } } b--; break; case BIG_DIGIT: start = b; for (; NUM_DIGIT == digit_map[*b]; b++) { } buf_append_string(&p->buf, (const char *)start, b - start); b--; break; case BIG_DOT: buf_append(&p->buf, '.'); p->map = big_dot_map; break; case BIG_FRAC: p->map = big_frac_map; start = b; for (; NUM_FRAC == frac_map[*b]; b++) { } buf_append_string(&p->buf, (const char *)start, b - start); b--; break; case BIG_E: buf_append(&p->buf, *b); p->map = big_exp_sign_map; break; case BIG_EXP_SIGN: buf_append(&p->buf, *b); p->map = big_exp_zero_map; break; case BIG_EXP: start = b; for (; NUM_DIGIT == digit_map[*b]; b++) { } buf_append_string(&p->buf, (const char *)start, b - start); b--; p->map = big_exp_map; break; case NUM_SPC: p->cur = b - json; calc_num(p); break; case NUM_NEWLINE: p->cur = b - json; calc_num(p); b++; #ifdef SPACE_JUMP // for (uint32_t *sj = (uint32_t*)b; 0x20202020 == *sj; sj++) { b += 4; } for (uint16_t *sj = (uint16_t *)b; 0x2020 == *sj; sj++) { b += 2; } #endif for (; SKIP_CHAR == space_map[*b]; b++) { } b--; break; case STR_OK: start = b; for (; STR_OK == string_map[*b]; b++) { } if (':' == p->next_map[256]) { buf_append_string(&p->key, (const char *)start, b - start); } else { buf_append_string(&p->buf, (const char *)start, b - start); } if ('"' == *b) { p->cur = b - json; p->funcs[p->stack[p->depth]].add_str(p); p->map = p->next_map; break; } b--; break; case STR_SLASH: p->map = esc_map; break; case STR_QUOTE: p->cur = b - json; p->funcs[p->stack[p->depth]].add_str(p); p->map = p->next_map; break; case ESC_U: p->map = u_map; p->ri = 0; p->ucode = 0; break; case U_OK: p->ri++; p->ucode = p->ucode << 4 | (uint32_t)hex_map[*b]; if (4 <= p->ri) { byte utf8[8]; size_t ulen = unicodeToUtf8(p->ucode, utf8); if (0 < ulen) { if (':' == p->next_map[256]) { buf_append_string(&p->key, (const char *)utf8, ulen); } else { buf_append_string(&p->buf, (const char *)utf8, ulen); } } else { parse_error(p, "invalid unicode"); return; } p->map = string_map; } break; case ESC_OK: if (':' == p->next_map[256]) { buf_append(&p->key, esc_byte_map[*b]); } else { buf_append(&p->buf, esc_byte_map[*b]); } p->map = string_map; break; case UTF1: p->ri = 1; p->map = utf_map; if (':' == p->next_map[256]) { buf_append(&p->key, *b); } else { buf_append(&p->buf, *b); } break; case UTF2: p->ri = 2; p->map = utf_map; if (':' == p->next_map[256]) { buf_append(&p->key, *b); } else { buf_append(&p->buf, *b); } break; case UTF3: p->ri = 3; p->map = utf_map; if (':' == p->next_map[256]) { buf_append(&p->key, *b); } else { buf_append(&p->buf, *b); } break; case UTFX: p->ri--; if (':' == p->next_map[256]) { buf_append(&p->key, *b); } else { buf_append(&p->buf, *b); } if (p->ri <= 0) { p->map = string_map; } break; case VAL_NULL: if ('u' == b[1] && 'l' == b[2] && 'l' == b[3]) { b += 3; p->cur = b - json; p->funcs[p->stack[p->depth]].add_null(p); p->map = (0 == p->depth) ? value_map : after_map; break; } p->ri = 0; *p->token = *b++; for (i = 1; i < 4; i++) { if ('\0' == *b) { p->ri = i; break; } else { p->token[i] = *b++; } } if (0 < p->ri) { p->map = null_map; b--; break; } p->col = b - json - p->col; parse_error(p, "expected null"); return; case VAL_TRUE: if ('r' == b[1] && 'u' == b[2] && 'e' == b[3]) { b += 3; p->cur = b - json; p->funcs[p->stack[p->depth]].add_true(p); p->map = (0 == p->depth) ? value_map : after_map; break; } p->ri = 0; *p->token = *b++; for (i = 1; i < 4; i++) { if ('\0' == *b) { p->ri = i; break; } else { p->token[i] = *b++; } } if (0 < p->ri) { p->map = true_map; b--; break; } p->col = b - json - p->col; parse_error(p, "expected true"); return; case VAL_FALSE: if ('a' == b[1] && 'l' == b[2] && 's' == b[3] && 'e' == b[4]) { b += 4; p->cur = b - json; p->funcs[p->stack[p->depth]].add_false(p); p->map = (0 == p->depth) ? value_map : after_map; break; } p->ri = 0; *p->token = *b++; for (i = 1; i < 5; i++) { if ('\0' == *b) { p->ri = i; break; } else { p->token[i] = *b++; } } if (0 < p->ri) { p->map = false_map; b--; break; } p->col = b - json - p->col; parse_error(p, "expected false"); return; case TOKEN_OK: p->token[p->ri] = *b; p->ri++; switch (p->map[256]) { case 'N': if (4 == p->ri) { if (0 != strncmp("null", p->token, 4)) { p->col = b - json - p->col; parse_error(p, "expected null"); return; } p->cur = b - json; p->funcs[p->stack[p->depth]].add_null(p); p->map = (0 == p->depth) ? value_map : after_map; } break; case 'F': if (5 == p->ri) { if (0 != strncmp("false", p->token, 5)) { p->col = b - json - p->col; parse_error(p, "expected false"); return; } p->cur = b - json; p->funcs[p->stack[p->depth]].add_false(p); p->map = (0 == p->depth) ? value_map : after_map; } break; case 'T': if (4 == p->ri) { if (0 != strncmp("true", p->token, 4)) { p->col = b - json - p->col; parse_error(p, "expected true"); return; } p->cur = b - json; p->funcs[p->stack[p->depth]].add_true(p); p->map = (0 == p->depth) ? value_map : after_map; } break; default: p->col = b - json - p->col; parse_error(p, "parse error"); return; } break; case CHAR_ERR: byte_error(p, *b); return; default: break; } if (0 == p->depth && 'v' == p->map[256] && p->just_one) { p->map = trail_map; } } if (0 == p->depth) { switch (p->map[256]) { case '0': case 'd': case 'f': case 'z': case 'X': case 'D': case 'g': case 'B': case 'Y': p->cur = b - json; calc_num(p); break; } } return; } static void parser_free(void *ptr) { ojParser p; if (0 == ptr) { return; } p = (ojParser)ptr; buf_cleanup(&p->key); buf_cleanup(&p->buf); if (NULL != p->free) { p->free(p); } OJ_R_FREE(ptr); } static void parser_mark(void *ptr) { if (NULL != ptr) { ojParser p = (ojParser)ptr; if (0 != p->reader) { rb_gc_mark(p->reader); } if (NULL != p->mark) { p->mark(p); } } } const rb_data_type_t oj_parser_type = { "Oj/parser", { parser_mark, parser_free, NULL, }, 0, 0, }; extern void oj_set_parser_validator(ojParser p); extern void oj_set_parser_saj(ojParser p); extern void oj_set_parser_usual(ojParser p); extern void oj_set_parser_debug(ojParser p); static int opt_cb(VALUE rkey, VALUE value, VALUE ptr) { ojParser p = (ojParser)ptr; const char *key = NULL; char set_key[64]; long klen; switch (rb_type(rkey)) { case RUBY_T_SYMBOL: rkey = rb_sym2str(rkey); // fall through case RUBY_T_STRING: key = StringValuePtr(rkey); klen = RSTRING_LEN(rkey); break; default: rb_raise(rb_eArgError, "option keys must be a symbol or string"); } if ((long)sizeof(set_key) - 1 <= klen) { return ST_CONTINUE; } memcpy(set_key, key, klen); set_key[klen] = '='; set_key[klen + 1] = '\0'; p->option(p, set_key, value); return ST_CONTINUE; } /* Document-method: new * call-seq: new(mode=nil) * * Creates a new Parser with the specified mode. If no mode is provided * validation is assumed. Optional arguments can be provided that match the * mode. For example with the :usual mode the call might look like * Oj::Parser.new(:usual, cache_keys: true). */ static VALUE parser_new(int argc, VALUE *argv, VALUE self) { ojParser p = OJ_R_ALLOC(struct _ojParser); #if HAVE_RB_EXT_RACTOR_SAFE // This doesn't seem to do anything. rb_ext_ractor_safe(true); #endif memset(p, 0, sizeof(struct _ojParser)); buf_init(&p->key); buf_init(&p->buf); p->map = value_map; if (argc < 1) { oj_set_parser_validator(p); } else { VALUE mode = argv[0]; if (Qnil == mode) { oj_set_parser_validator(p); } else { const char *ms = NULL; switch (rb_type(mode)) { case RUBY_T_SYMBOL: mode = rb_sym2str(mode); // fall through case RUBY_T_STRING: ms = RSTRING_PTR(mode); break; default: rb_raise(rb_eArgError, "mode must be :validate, :usual, :saj, or :object"); } if (0 == strcmp("usual", ms) || 0 == strcmp("standard", ms) || 0 == strcmp("strict", ms) || 0 == strcmp("compat", ms)) { oj_set_parser_usual(p); } else if (0 == strcmp("object", ms)) { // TBD } else if (0 == strcmp("saj", ms)) { oj_set_parser_saj(p); } else if (0 == strcmp("validate", ms)) { oj_set_parser_validator(p); } else if (0 == strcmp("debug", ms)) { oj_set_parser_debug(p); } else { rb_raise(rb_eArgError, "mode must be :validate, :usual, :saj, or :object"); } } if (1 < argc) { VALUE ropts = argv[1]; Check_Type(ropts, T_HASH); rb_hash_foreach(ropts, opt_cb, (VALUE)p); } } return TypedData_Wrap_Struct(parser_class, &oj_parser_type, p); } // Create a new parser without setting the delegate. The parser is // wrapped. The parser is (ojParser)DATA_PTR(value) where value is the return // from this function. A delegate must be added before the parser can be // used. Optionally oj_parser_set_options can be called if the options are not // set directly. VALUE oj_parser_new(void) { ojParser p = OJ_R_ALLOC(struct _ojParser); #if HAVE_RB_EXT_RACTOR_SAFE // This doesn't seem to do anything. rb_ext_ractor_safe(true); #endif memset(p, 0, sizeof(struct _ojParser)); buf_init(&p->key); buf_init(&p->buf); p->map = value_map; return TypedData_Wrap_Struct(parser_class, &oj_parser_type, p); } // Set set the options from a hash (ropts). void oj_parser_set_option(ojParser p, VALUE ropts) { Check_Type(ropts, T_HASH); rb_hash_foreach(ropts, opt_cb, (VALUE)p); } /* Document-method: method_missing(value) * call-seq: method_missing(value) * * Methods not handled by the parser are passed to the delegate. The methods * supported by delegate are: * * - *:validate* * - no options * * - *:saj* * - _cache_keys_ is a flag indicating hash keys should be cached. * - _cache_strings_ is a positive integer less than 35. Strings shorter than that length are cached. * - _handler_ is the SAJ handler * * - *:usual* * - _cache_keys_ is a flag indicating hash keys should be cached. * - _cache_strings_ is a positive integer less than 35. Strings shorter than that length are cached. * - _cache_expunge_ dictates when the cache will be expunged where 0 never expunges, * 1 expunges slowly, 2 expunges faster, and 3 or higher expunges agressively. * - _capacity_ is the capacity of the parser's internal stack. The parser grows automatically * but can be updated directly with this call. * - _create_id_ if non-nil is the key that is used to specify the type of object to create * when parsing. Parsed JSON objects that include the specified element use the element * value as the name of the class to create an object from instead of a Hash. * - _decimal_ is the approach to how decimals are parsed. If _:auto_ then * the decimals with significant digits are 16 or less are Floats and long * ones are BigDecimal. _:ruby_ uses a call to Ruby to convert a string to a Float. * _:float_ always generates a Float. _:bigdecimal_ always results in a BigDecimal. * - _ignore_json_create_ is a flag that when set the class json_create method is * ignored on parsing in favor of creating an instance and populating directly. * - _missing_class_ is an indicator that determines how unknown class names are handled. * Valid values are _:auto_ which creates any missing classes on parse, :ignore which ignores * and continues as a Hash (default), and :raise which raises an exception if the class is not found. * - _omit_null_ is a flag that if true then null values in a map or object are omitted * from the resulting Hash or Object. * - _symbol_keys_ is a flag that indicates Hash keys should be parsed to Symbols versus Strings. */ static VALUE parser_missing(int argc, VALUE *argv, VALUE self) { ojParser p; const char *key = NULL; volatile VALUE rkey = *argv; volatile VALUE rv = Qnil; TypedData_Get_Struct(self, struct _ojParser, &oj_parser_type, p); #if HAVE_RB_EXT_RACTOR_SAFE // This doesn't seem to do anything. rb_ext_ractor_safe(true); #endif switch (rb_type(rkey)) { case RUBY_T_SYMBOL: rkey = rb_sym2str(rkey); // fall through case RUBY_T_STRING: key = StringValuePtr(rkey); break; default: rb_raise(rb_eArgError, "option method must be a symbol or string"); } if (1 < argc) { rv = argv[1]; } return p->option(p, key, rv); } /* Document-method: parse(json) * call-seq: parse(json) * * Parse a JSON string. * * Returns the result according to the delegate of the parser. */ static VALUE parser_parse(VALUE self, VALUE json) { ojParser p; const byte *ptr = (const byte *)StringValuePtr(json); TypedData_Get_Struct(self, struct _ojParser, &oj_parser_type, p); parser_reset(p); p->start(p); parse(p, ptr); return p->result(p); } static VALUE load_rescue(VALUE self, VALUE x) { // Normal EOF. No action needed other than to stop loading. return Qfalse; } static VALUE load(VALUE self) { ojParser p; volatile VALUE rbuf = rb_str_new2(""); TypedData_Get_Struct(self, struct _ojParser, &oj_parser_type, p); p->start(p); while (true) { rb_funcall(p->reader, oj_readpartial_id, 2, INT2NUM(16385), rbuf); if (0 < RSTRING_LEN(rbuf)) { parse(p, (byte *)StringValuePtr(rbuf)); } if (Qtrue == rb_funcall(p->reader, oj_eofq_id, 0)) { if (0 < p->depth) { parse_error(p, "parse error, not closed"); } break; } } return Qtrue; } /* Document-method: load(reader) * call-seq: load(reader) * * Parse a JSON stream. * * Returns the result according to the delegate of the parser. */ static VALUE parser_load(VALUE self, VALUE reader) { ojParser p; TypedData_Get_Struct(self, struct _ojParser, &oj_parser_type, p); parser_reset(p); p->reader = reader; rb_rescue2(load, self, load_rescue, Qnil, rb_eEOFError, 0); return p->result(p); } /* Document-method: file(filename) * call-seq: file(filename) * * Parse a JSON file. * * Returns the result according to the delegate of the parser. */ static VALUE parser_file(VALUE self, VALUE filename) { ojParser p; const char *path; int fd; TypedData_Get_Struct(self, struct _ojParser, &oj_parser_type, p); path = StringValuePtr(filename); parser_reset(p); p->start(p); if (0 > (fd = open(path, O_RDONLY))) { rb_raise(rb_eIOError, "error opening %s", path); } #if USE_THREAD_LIMIT struct stat info; // st_size will be 0 if not a file if (0 == fstat(fd, &info) && USE_THREAD_LIMIT < info.st_size) { // Use threaded version. // TBD only if has pthreads // TBD parse_large(p, fd); return p->result(p); } #endif byte buf[16385]; size_t size = sizeof(buf) - 1; size_t rsize; while (true) { if (0 < (rsize = read(fd, buf, size))) { buf[rsize] = '\0'; parse(p, buf); } if (rsize <= 0) { if (0 != rsize) { rb_raise(rb_eIOError, "error reading from %s", path); } break; } } return p->result(p); } /* Document-method: just_one * call-seq: just_one * * Returns the current state of the just_one [_Boolean_] option. */ static VALUE parser_just_one(VALUE self) { ojParser p; TypedData_Get_Struct(self, struct _ojParser, &oj_parser_type, p); return p->just_one ? Qtrue : Qfalse; } /* Document-method: just_one= * call-seq: just_one=(value) * * Sets the *just_one* option which limits the parsing of a string or or * stream to a single JSON element. * * Returns the current state of the just_one [_Boolean_] option. */ static VALUE parser_just_one_set(VALUE self, VALUE v) { ojParser p; TypedData_Get_Struct(self, struct _ojParser, &oj_parser_type, p); p->just_one = (Qtrue == v); return p->just_one ? Qtrue : Qfalse; } static VALUE usual_parser = Qundef; /* Document-method: usual * call-seq: usual * * Returns the default usual parser. Note the default usual parser can not be * used concurrently in more than one thread. */ static VALUE parser_usual(VALUE self) { if (Qundef == usual_parser) { ojParser p = OJ_R_ALLOC(struct _ojParser); memset(p, 0, sizeof(struct _ojParser)); buf_init(&p->key); buf_init(&p->buf); p->map = value_map; oj_set_parser_usual(p); usual_parser = TypedData_Wrap_Struct(parser_class, &oj_parser_type, p); rb_gc_register_address(&usual_parser); } return usual_parser; } static VALUE saj_parser = Qundef; /* Document-method: saj * call-seq: saj * * Returns the default SAJ parser. Note the default SAJ parser can not be used * concurrently in more than one thread. */ static VALUE parser_saj(VALUE self) { if (Qundef == saj_parser) { ojParser p = OJ_R_ALLOC(struct _ojParser); memset(p, 0, sizeof(struct _ojParser)); buf_init(&p->key); buf_init(&p->buf); p->map = value_map; oj_set_parser_saj(p); saj_parser = TypedData_Wrap_Struct(parser_class, &oj_parser_type, p); rb_gc_register_address(&saj_parser); } return saj_parser; } static VALUE validate_parser = Qundef; /* Document-method: validate * call-seq: validate * * Returns the default validate parser. */ static VALUE parser_validate(VALUE self) { if (Qundef == validate_parser) { ojParser p = OJ_R_ALLOC(struct _ojParser); memset(p, 0, sizeof(struct _ojParser)); buf_init(&p->key); buf_init(&p->buf); p->map = value_map; oj_set_parser_validator(p); validate_parser = TypedData_Wrap_Struct(parser_class, &oj_parser_type, p); rb_gc_register_address(&validate_parser); } return validate_parser; } /* Document-class: Oj::Parser * * A reusable parser that makes use of named delegates to determine the * handling of parsed data. Delegates are available for validation, a callback * parser (SAJ), and a usual delegate that builds Ruby objects as parsing * proceeds. * * This parser is considerably faster than the older Oj.parse call and * isolates options to just the parser so that other parts of the code are not * forced to use the same options. */ void oj_parser_init(void) { parser_class = rb_define_class_under(Oj, "Parser", rb_cObject); rb_gc_register_address(&parser_class); rb_undef_alloc_func(parser_class); rb_define_module_function(parser_class, "new", parser_new, -1); rb_define_method(parser_class, "parse", parser_parse, 1); rb_define_method(parser_class, "load", parser_load, 1); rb_define_method(parser_class, "file", parser_file, 1); rb_define_method(parser_class, "just_one", parser_just_one, 0); rb_define_method(parser_class, "just_one=", parser_just_one_set, 1); rb_define_method(parser_class, "method_missing", parser_missing, -1); rb_define_module_function(parser_class, "usual", parser_usual, 0); rb_define_module_function(parser_class, "saj", parser_saj, 0); rb_define_module_function(parser_class, "validate", parser_validate, 0); } oj-3.16.12/ext/oj/parser.h000066400000000000000000000052771510053151600151610ustar00rootroot00000000000000// Copyright (c) 2021 Peter Ohler, All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #ifndef OJ_PARSER_H #define OJ_PARSER_H #include #include #include "buf.h" #define TOP_FUN 0 #define ARRAY_FUN 1 #define OBJECT_FUN 2 typedef uint8_t byte; typedef enum { OJ_NONE = '\0', OJ_NULL = 'n', OJ_TRUE = 't', OJ_FALSE = 'f', OJ_INT = 'i', OJ_DECIMAL = 'd', OJ_BIG = 'b', // indicates parser buf is used OJ_STRING = 's', OJ_OBJECT = 'o', OJ_ARRAY = 'a', } ojType; typedef struct _num { long double dub; int64_t fixnum; // holds all digits uint32_t len; int16_t div; // 10^div int16_t exp; uint8_t shift; // shift of fixnum to get decimal bool neg; bool exp_neg; // for numbers as strings, reuse buf } *Num; struct _ojParser; extern const rb_data_type_t oj_parser_type; typedef struct _funcs { void (*add_null)(struct _ojParser *p); void (*add_true)(struct _ojParser *p); void (*add_false)(struct _ojParser *p); void (*add_int)(struct _ojParser *p); void (*add_float)(struct _ojParser *p); void (*add_big)(struct _ojParser *p); void (*add_str)(struct _ojParser *p); void (*open_array)(struct _ojParser *p); void (*close_array)(struct _ojParser *p); void (*open_object)(struct _ojParser *p); void (*close_object)(struct _ojParser *p); } *Funcs; typedef struct _ojParser { const char *map; const char *next_map; int depth; unsigned char stack[1024]; // value data struct _num num; struct _buf key; struct _buf buf; struct _funcs funcs[3]; // indexed by XXX_FUN defines void (*start)(struct _ojParser *p); VALUE (*option)(struct _ojParser *p, const char *key, VALUE value); VALUE (*result)(struct _ojParser *p); void (*free)(struct _ojParser *p); void (*mark)(struct _ojParser *p); void *ctx; VALUE reader; char token[8]; long line; long cur; // only set before call to a function long col; int ri; uint32_t ucode; ojType type; // valType bool just_one; } *ojParser; // Create a new parser without setting the delegate. The parser is // wrapped. The parser is (ojParser)DATA_PTR(value) where value is the return // from this function. A delegate must be added before the parser can be // used. Optionally oj_parser_set_options can be called if the options are not // set directly. extern VALUE oj_parser_new(); // Set set the options from a hash (ropts). extern void oj_parser_set_option(ojParser p, VALUE ropts); #endif /* OJ_PARSER_H */ oj-3.16.12/ext/oj/rails.c000066400000000000000000001314461510053151600147700ustar00rootroot00000000000000// Copyright (c) 2017 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #include "rails.h" #include "code.h" #include "encode.h" #include "mem.h" #include "trace.h" #include "util.h" #define OJ_INFINITY (1.0 / 0.0) // TBD keep static array of strings and functions to help with rails optimization typedef struct _encoder { struct _rOptTable ropts; struct _options opts; VALUE arg; } *Encoder; bool oj_rails_hash_opt = false; bool oj_rails_array_opt = false; bool oj_rails_float_opt = false; extern void oj_mimic_json_methods(VALUE json); static void dump_rails_val(VALUE obj, int depth, Out out, bool as_ok); extern VALUE Oj; static struct _rOptTable ropts = {0, 0, NULL}; static VALUE encoder_class = Qnil; static bool escape_html = true; static bool xml_time = true; static ROpt create_opt(ROptTable rot, VALUE clas); ROpt oj_rails_get_opt(ROptTable rot, VALUE clas) { if (NULL == rot) { rot = &ropts; } if (0 < rot->len) { int lo = 0; int hi = rot->len - 1; int mid; VALUE v; if (clas < rot->table->clas || rot->table[hi].clas < clas) { return NULL; } if (rot->table[lo].clas == clas) { return rot->table; } if (rot->table[hi].clas == clas) { return &rot->table[hi]; } while (2 <= hi - lo) { mid = (hi + lo) / 2; v = rot->table[mid].clas; if (v == clas) { return &rot->table[mid]; } if (v < clas) { lo = mid; } else { hi = mid; } } } return NULL; } static ROptTable copy_opts(ROptTable src, ROptTable dest) { dest->len = src->len; dest->alen = src->alen; if (NULL == src->table) { dest->table = NULL; } else { dest->table = OJ_R_ALLOC_N(struct _rOpt, dest->alen); memcpy(dest->table, src->table, sizeof(struct _rOpt) * dest->alen); } return NULL; } static int dump_attr_cb(ID key, VALUE value, VALUE ov) { Out out = (Out)ov; int depth = out->depth; size_t size = depth * out->indent + 1; const char *attr = rb_id2name(key); // Some exceptions such as NoMethodError have an invisible attribute where // the key name is NULL. Not an empty string but NULL. if (NULL == attr) { attr = ""; } if (0 == strcmp("bt", attr) || 0 == strcmp("mesg", attr)) { return ST_CONTINUE; } assure_size(out, size); fill_indent(out, depth); if ('@' == *attr) { attr++; oj_dump_cstr(attr, strlen(attr), 0, 0, out); } else { char buf[32]; *buf = '~'; strncpy(buf + 1, attr, sizeof(buf) - 2); buf[sizeof(buf) - 1] = '\0'; oj_dump_cstr(buf, strlen(buf), 0, 0, out); } *out->cur++ = ':'; dump_rails_val(value, depth, out, true); out->depth = depth; *out->cur++ = ','; return ST_CONTINUE; } static void dump_obj_attrs(VALUE obj, int depth, Out out, bool as_ok) { assure_size(out, 2); *out->cur++ = '{'; out->depth = depth + 1; rb_ivar_foreach(obj, dump_attr_cb, (VALUE)out); if (',' == *(out->cur - 1)) { out->cur--; // backup to overwrite last comma } out->depth = depth; fill_indent(out, depth); *out->cur++ = '}'; *out->cur = '\0'; } static void dump_struct(VALUE obj, int depth, Out out, bool as_ok) { int d3 = depth + 2; size_t size = d3 * out->indent + 2; size_t sep_len = out->opts->dump_opts.before_size + out->opts->dump_opts.after_size + 2; volatile VALUE ma; volatile VALUE v; int cnt; int i; size_t len; const char *name; #ifdef RSTRUCT_LEN #if RSTRUCT_LEN_RETURNS_INTEGER_OBJECT cnt = (int)NUM2LONG(RSTRUCT_LEN(obj)); #else // RSTRUCT_LEN_RETURNS_INTEGER_OBJECT cnt = (int)RSTRUCT_LEN(obj); #endif // RSTRUCT_LEN_RETURNS_INTEGER_OBJECT #else // This is a bit risky as a struct in C ruby is not the same as a Struct // class in interpreted Ruby so length() may not be defined. cnt = FIX2INT(rb_funcall(obj, oj_length_id, 0)); #endif ma = rb_struct_s_members(rb_obj_class(obj)); assure_size(out, 2); *out->cur++ = '{'; for (i = 0; i < cnt; i++) { volatile VALUE s = rb_sym2str(RARRAY_AREF(ma, i)); name = RSTRING_PTR(s); len = RSTRING_LEN(s); assure_size(out, size + sep_len + 6); if (0 < i) { *out->cur++ = ','; } fill_indent(out, d3); *out->cur++ = '"'; APPEND_CHARS(out->cur, name, len); *out->cur++ = '"'; if (0 < out->opts->dump_opts.before_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.before_sep, out->opts->dump_opts.before_size); } *out->cur++ = ':'; if (0 < out->opts->dump_opts.after_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.after_sep, out->opts->dump_opts.after_size); } #ifdef RSTRUCT_LEN v = RSTRUCT_GET(obj, i); #else v = rb_struct_aref(obj, INT2FIX(i)); #endif dump_rails_val(v, d3, out, true); } fill_indent(out, depth); *out->cur++ = '}'; *out->cur = '\0'; } static ID to_a_id = 0; static void dump_enumerable(VALUE obj, int depth, Out out, bool as_ok) { if (0 == to_a_id) { to_a_id = rb_intern("to_a"); } dump_rails_val(rb_funcall(obj, to_a_id, 0), depth, out, false); } static void dump_bigdecimal(VALUE obj, int depth, Out out, bool as_ok) { volatile VALUE rstr = oj_safe_string_convert(obj); const char *str = RSTRING_PTR(rstr); if ('I' == *str || 'N' == *str || ('-' == *str && 'I' == str[1])) { oj_dump_nil(Qnil, depth, out, false); } else if (out->opts->int_range_max != 0 || out->opts->int_range_min != 0) { oj_dump_cstr(str, RSTRING_LEN(rstr), 0, 0, out); } else if (Yes == out->opts->bigdec_as_num) { oj_dump_raw(str, RSTRING_LEN(rstr), out); } else { oj_dump_cstr(str, RSTRING_LEN(rstr), 0, 0, out); } } static void dump_sec_nano(VALUE obj, int64_t sec, long nsec, Out out) { char buf[64]; struct _timeInfo ti; long one = 1000000000; long tzsecs = NUM2LONG(rb_funcall2(obj, oj_utc_offset_id, 0, 0)); int tzhour, tzmin; char tzsign = '+'; int len; if (out->end - out->cur <= 36) { assure_size(out, 36); } if (9 > out->opts->sec_prec) { int i; // Rails does not round when reducing precision but instead floors, for (i = 9 - out->opts->sec_prec; 0 < i; i--) { nsec = nsec / 10; one /= 10; } if (one <= nsec) { nsec -= one; sec++; } } // 2012-01-05T23:58:07.123456000+09:00 or 2012/01/05 23:58:07 +0900 sec += tzsecs; sec_as_time(sec, &ti); if (0 > tzsecs) { tzsign = '-'; tzhour = (int)(tzsecs / -3600); tzmin = (int)(tzsecs / -60) - (tzhour * 60); } else { tzhour = (int)(tzsecs / 3600); tzmin = (int)(tzsecs / 60) - (tzhour * 60); } if (!xml_time) { len = sprintf(buf, "%04d/%02d/%02d %02d:%02d:%02d %c%02d%02d", ti.year, ti.mon, ti.day, ti.hour, ti.min, ti.sec, tzsign, tzhour, tzmin); } else if (0 == out->opts->sec_prec) { if (0 == tzsecs && rb_funcall2(obj, oj_utcq_id, 0, 0)) { len = sprintf(buf, "%04d-%02d-%02dT%02d:%02d:%02dZ", ti.year, ti.mon, ti.day, ti.hour, ti.min, ti.sec); } else { len = sprintf(buf, "%04d-%02d-%02dT%02d:%02d:%02d%c%02d:%02d", ti.year, ti.mon, ti.day, ti.hour, ti.min, ti.sec, tzsign, tzhour, tzmin); } } else if (0 == tzsecs && rb_funcall2(obj, oj_utcq_id, 0, 0)) { char format[64] = "%04d-%02d-%02dT%02d:%02d:%02d.%09ldZ"; len = 30; if (9 > out->opts->sec_prec) { format[32] = '0' + out->opts->sec_prec; len -= 9 - out->opts->sec_prec; } len = sprintf(buf, format, ti.year, ti.mon, ti.day, ti.hour, ti.min, ti.sec, nsec); } else { char format[64] = "%04d-%02d-%02dT%02d:%02d:%02d.%09ld%c%02d:%02d"; len = 35; if (9 > out->opts->sec_prec) { format[32] = '0' + out->opts->sec_prec; len -= 9 - out->opts->sec_prec; } len = sprintf(buf, format, ti.year, ti.mon, ti.day, ti.hour, ti.min, ti.sec, nsec, tzsign, tzhour, tzmin); } oj_dump_cstr(buf, len, 0, 0, out); } static void dump_time(VALUE obj, int depth, Out out, bool as_ok) { long long sec; long long nsec; if (16 <= sizeof(struct timespec)) { struct timespec ts = rb_time_timespec(obj); sec = (long long)ts.tv_sec; nsec = ts.tv_nsec; } else { sec = NUM2LL(rb_funcall2(obj, oj_tv_sec_id, 0, 0)); nsec = NUM2LL(rb_funcall2(obj, oj_tv_nsec_id, 0, 0)); } dump_sec_nano(obj, sec, nsec, out); } static void dump_timewithzone(VALUE obj, int depth, Out out, bool as_ok) { int64_t sec = NUM2LONG(rb_funcall2(obj, oj_tv_sec_id, 0, 0)); long long nsec = 0; if (rb_respond_to(obj, oj_tv_nsec_id)) { nsec = NUM2LL(rb_funcall2(obj, oj_tv_nsec_id, 0, 0)); } else if (rb_respond_to(obj, oj_tv_usec_id)) { nsec = NUM2LL(rb_funcall2(obj, oj_tv_usec_id, 0, 0)) * 1000; } dump_sec_nano(obj, sec, nsec, out); } static void dump_to_s(VALUE obj, int depth, Out out, bool as_ok) { volatile VALUE rstr = oj_safe_string_convert(obj); oj_dump_cstr(RSTRING_PTR(rstr), RSTRING_LEN(rstr), 0, 0, out); } static ID parameters_id = 0; typedef struct _strLen { const char *str; size_t len; } *StrLen; static void dump_actioncontroller_parameters(VALUE obj, int depth, Out out, bool as_ok) { if (0 == parameters_id) { parameters_id = rb_intern("@parameters"); } out->argc = 0; dump_rails_val(rb_ivar_get(obj, parameters_id), depth, out, true); } static StrLen columns_array(VALUE rcols, int *ccnt) { volatile VALUE v; StrLen cp; StrLen cols; size_t i; size_t cnt = RARRAY_LEN(rcols); *ccnt = (int)cnt; cols = OJ_R_ALLOC_N(struct _strLen, cnt); for (i = 0, cp = cols; i < cnt; i++, cp++) { v = RARRAY_AREF(rcols, i); if (T_STRING != rb_type(v)) { v = oj_safe_string_convert(v); } cp->str = StringValuePtr(v); cp->len = RSTRING_LEN(v); } return cols; } static void dump_row(VALUE row, StrLen cols, int ccnt, int depth, Out out) { size_t size; int d2 = depth + 1; int i; assure_size(out, 2); *out->cur++ = '{'; size = depth * out->indent + 3; for (i = 0; i < ccnt; i++, cols++) { assure_size(out, size); if (out->opts->dump_opts.use) { if (0 < out->opts->dump_opts.array_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.array_nl, out->opts->dump_opts.array_size); } if (0 < out->opts->dump_opts.indent_size) { int i; for (i = d2; 0 < i; i--) { APPEND_CHARS(out->cur, out->opts->dump_opts.indent_str, out->opts->dump_opts.indent_size); } } } else { fill_indent(out, d2); } oj_dump_cstr(cols->str, cols->len, 0, 0, out); *out->cur++ = ':'; dump_rails_val(RARRAY_AREF(row, i), depth, out, true); if (i < ccnt - 1) { *out->cur++ = ','; } } size = depth * out->indent + 1; assure_size(out, size); if (out->opts->dump_opts.use) { if (0 < out->opts->dump_opts.array_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.array_nl, out->opts->dump_opts.array_size); } if (0 < out->opts->dump_opts.indent_size) { int i; for (i = depth; 0 < i; i--) { APPEND_CHARS(out->cur, out->opts->dump_opts.indent_str, out->opts->dump_opts.indent_size); } } } else { fill_indent(out, depth); } *out->cur++ = '}'; } static ID rows_id = 0; static ID columns_id = 0; static void dump_activerecord_result(VALUE obj, int depth, Out out, bool as_ok) { volatile VALUE rows; StrLen cols; int ccnt = 0; size_t i; size_t rcnt; size_t size; int d2 = depth + 1; if (0 == rows_id) { rows_id = rb_intern("@rows"); columns_id = rb_intern("@columns"); } out->argc = 0; cols = columns_array(rb_ivar_get(obj, columns_id), &ccnt); rows = rb_ivar_get(obj, rows_id); rcnt = RARRAY_LEN(rows); assure_size(out, 2); *out->cur++ = '['; if (out->opts->dump_opts.use) { size = d2 * out->opts->dump_opts.indent_size + out->opts->dump_opts.array_size + 1; } else { size = d2 * out->indent + 2; } assure_size(out, 2); for (i = 0; i < rcnt; i++) { assure_size(out, size); if (out->opts->dump_opts.use) { if (0 < out->opts->dump_opts.array_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.array_nl, out->opts->dump_opts.array_size); } if (0 < out->opts->dump_opts.indent_size) { int i; for (i = d2; 0 < i; i--) { APPEND_CHARS(out->cur, out->opts->dump_opts.indent_str, out->opts->dump_opts.indent_size); } } } else { fill_indent(out, d2); } dump_row(RARRAY_AREF(rows, i), cols, ccnt, d2, out); if (i < rcnt - 1) { *out->cur++ = ','; } } OJ_R_FREE(cols); size = depth * out->indent + 1; assure_size(out, size); if (out->opts->dump_opts.use) { if (0 < out->opts->dump_opts.array_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.array_nl, out->opts->dump_opts.array_size); } if (0 < out->opts->dump_opts.indent_size) { int i; for (i = depth; 0 < i; i--) { APPEND_CHARS(out->cur, out->opts->dump_opts.indent_str, out->opts->dump_opts.indent_size); } } } else { fill_indent(out, depth); } *out->cur++ = ']'; } typedef struct _namedFunc { const char *name; DumpFunc func; } *NamedFunc; static void dump_as_string(VALUE obj, int depth, Out out, bool as_ok) { if (oj_code_dump(oj_compat_codes, obj, depth, out)) { out->argc = 0; return; } oj_dump_obj_to_s(obj, out); } static void dump_as_json(VALUE obj, int depth, Out out, bool as_ok) { volatile VALUE ja; TRACE(out->opts->trace, "as_json", obj, depth + 1, TraceRubyIn); // Some classes elect to not take an options argument so check the arity // of as_json. if (0 == rb_obj_method_arity(obj, oj_as_json_id)) { ja = rb_funcall(obj, oj_as_json_id, 0); } else { ja = rb_funcall2(obj, oj_as_json_id, out->argc, out->argv); } TRACE(out->opts->trace, "as_json", obj, depth + 1, TraceRubyOut); out->argc = 0; if (ja == obj || !as_ok) { // Once as_json is called it should never be called again on the same // object with as_ok. dump_rails_val(ja, depth, out, false); } else { int type = rb_type(ja); if (T_HASH == type || T_ARRAY == type) { dump_rails_val(ja, depth, out, true); } else { dump_rails_val(ja, depth, out, true); } } } static void dump_regexp(VALUE obj, int depth, Out out, bool as_ok) { if (as_ok && rb_respond_to(obj, oj_as_json_id)) { dump_as_json(obj, depth, out, false); return; } dump_as_string(obj, depth, out, as_ok); } static struct _namedFunc dump_map[] = { {"ActionController::Parameters", dump_actioncontroller_parameters}, {"ActiveRecord::Result", dump_activerecord_result}, {"ActiveSupport::TimeWithZone", dump_timewithzone}, {"BigDecimal", dump_bigdecimal}, {"Range", dump_to_s}, {"Regexp", dump_regexp}, //{ "Regexp", dump_to_s }, {"Time", dump_time}, {NULL, NULL}, }; static VALUE activerecord_base = Qundef; static ID attributes_id = 0; static void dump_activerecord(VALUE obj, int depth, Out out, bool as_ok) { if (0 == attributes_id) { attributes_id = rb_intern("@attributes"); } out->argc = 0; dump_rails_val(rb_ivar_get(obj, attributes_id), depth, out, true); } static ROpt create_opt(ROptTable rot, VALUE clas) { ROpt ro; NamedFunc nf; const char *classname = rb_class2name(clas); int olen = rot->len; rot->len++; if (NULL == rot->table) { rot->alen = 256; rot->table = OJ_R_ALLOC_N(struct _rOpt, rot->alen); memset(rot->table, 0, sizeof(struct _rOpt) * rot->alen); } else if (rot->alen <= rot->len) { rot->alen *= 2; OJ_R_REALLOC_N(rot->table, struct _rOpt, rot->alen); memset(rot->table + olen, 0, sizeof(struct _rOpt) * olen); } if (0 == olen) { ro = rot->table; } else if (rot->table[olen - 1].clas < clas) { ro = &rot->table[olen]; } else { int i; for (i = 0, ro = rot->table; i < olen; i++, ro++) { if (clas < ro->clas) { memmove(ro + 1, ro, sizeof(struct _rOpt) * (olen - i)); break; } } } ro->clas = clas; ro->on = true; ro->dump = dump_obj_attrs; for (nf = dump_map; NULL != nf->name; nf++) { if (0 == strcmp(nf->name, classname)) { ro->dump = nf->func; break; } } if (ro->dump == dump_obj_attrs) { if (Qundef == activerecord_base) { // If not defined let an exception be raised. VALUE ar = rb_const_get_at(rb_cObject, rb_intern("ActiveRecord")); if (Qundef != ar) { activerecord_base = rb_const_get_at(ar, rb_intern("Base")); } } if (Qundef != activerecord_base && Qtrue == rb_class_inherited_p(clas, activerecord_base)) { ro->dump = dump_activerecord; } else if (Qtrue == rb_class_inherited_p(clas, rb_cStruct)) { // check before enumerable ro->dump = dump_struct; } else if (Qtrue == rb_class_inherited_p(clas, rb_mEnumerable)) { ro->dump = dump_enumerable; } else if (Qtrue == rb_class_inherited_p(clas, rb_eException)) { ro->dump = dump_to_s; } } return ro; } static void encoder_free(void *ptr) { if (NULL != ptr) { Encoder e = (Encoder)ptr; if (NULL != e->ropts.table) { OJ_R_FREE(e->ropts.table); } OJ_R_FREE(ptr); } } static void encoder_mark(void *ptr) { if (NULL != ptr) { Encoder e = (Encoder)ptr; if (Qnil != e->arg) { rb_gc_mark(e->arg); } } } static const rb_data_type_t oj_encoder_type = { "Oj/encoder", { encoder_mark, encoder_free, NULL, }, 0, 0, }; /* Document-method: new * call-seq: new(options=nil) * * Creates a new Encoder. * - *options* [_Hash_] formatting options */ static VALUE encoder_new(int argc, VALUE *argv, VALUE self) { Encoder e = OJ_R_ALLOC(struct _encoder); e->opts = oj_default_options; e->arg = Qnil; copy_opts(&ropts, &e->ropts); if (1 <= argc && Qnil != *argv) { oj_parse_options(*argv, &e->opts); e->arg = *argv; } return TypedData_Wrap_Struct(encoder_class, &oj_encoder_type, e); } static VALUE resolve_classpath(const char *name) { char class_name[1024]; VALUE clas; char *end = class_name + sizeof(class_name) - 1; char *s; const char *n = name; ID cid; clas = rb_cObject; for (s = class_name; '\0' != *n; n++) { if (':' == *n) { *s = '\0'; n++; if (':' != *n) { return Qnil; } cid = rb_intern(class_name); if (!rb_const_defined_at(clas, cid)) { return Qnil; } clas = rb_const_get_at(clas, cid); s = class_name; } else if (end <= s) { return Qnil; } else { *s++ = *n; } } *s = '\0'; cid = rb_intern(class_name); if (!rb_const_defined_at(clas, cid)) { return Qnil; } clas = rb_const_get_at(clas, cid); return clas; } static void optimize(int argc, VALUE *argv, ROptTable rot, bool on) { ROpt ro; if (0 == argc) { int i; NamedFunc nf; VALUE clas; oj_rails_hash_opt = on; oj_rails_array_opt = on; oj_rails_float_opt = on; for (nf = dump_map; NULL != nf->name; nf++) { if (Qnil != (clas = resolve_classpath(nf->name))) { if (NULL == oj_rails_get_opt(rot, clas)) { create_opt(rot, clas); } } } for (i = 0; i < rot->len; i++) { rot->table[i].on = on; } } for (; 0 < argc; argc--, argv++) { if (rb_cHash == *argv) { oj_rails_hash_opt = on; } else if (rb_cArray == *argv) { oj_rails_array_opt = on; } else if (rb_cFloat == *argv) { oj_rails_float_opt = on; } else if (oj_string_writer_class == *argv) { string_writer_optimized = on; } else if (NULL != (ro = oj_rails_get_opt(rot, *argv)) || NULL != (ro = create_opt(rot, *argv))) { ro->on = on; } } } /* Document-method optimize * call-seq: optimize(*classes) * * Use Oj rails optimized routines to encode the specified classes. This * ignores the as_json() method on the class and uses an internal encoding * instead. Passing in no classes indicates all should use the optimized * version of encoding for all previously optimized classes. Passing in the * Object class set a global switch that will then use the optimized behavior * for all classes. * * - *classes* [_Class_] a list of classes to optimize */ static VALUE encoder_optimize(int argc, VALUE *argv, VALUE self) { Encoder e; TypedData_Get_Struct(self, struct _encoder, &oj_encoder_type, e); optimize(argc, argv, &e->ropts, true); return Qnil; } /* Document-method: optimize * call-seq: optimize(*classes) * * Use Oj rails optimized routines to encode the specified classes. This * ignores the as_json() method on the class and uses an internal encoding * instead. Passing in no classes indicates all should use the optimized * version of encoding for all previously optimized classes. Passing in the * Object class set a global switch that will then use the optimized behavior * for all classes. * * - *classes* [_Class_] a list of classes to optimize */ static VALUE rails_optimize(int argc, VALUE *argv, VALUE self) { optimize(argc, argv, &ropts, true); string_writer_optimized = true; return Qnil; } /* Document-module: mimic_JSON * call-seq: mimic_JSON() * * Sets the JSON method to use Oj similar to Oj.mimic_JSON except with the * ActiveSupport monkey patches instead of the json gem monkey patches. */ VALUE rails_mimic_json(VALUE self) { VALUE json; if (rb_const_defined_at(rb_cObject, rb_intern("JSON"))) { json = rb_const_get_at(rb_cObject, rb_intern("JSON")); } else { json = rb_define_module("JSON"); } oj_mimic_json_methods(json); // Setting the default mode breaks the prmoise in the docs not to. // oj_default_options.mode = RailsMode; return Qnil; } /* Document-method: deoptimize * call-seq: deoptimize(*classes) * * Turn off Oj rails optimization on the specified classes. * * - *classes* [_Class_] a list of classes to deoptimize */ static VALUE encoder_deoptimize(int argc, VALUE *argv, VALUE self) { Encoder e; TypedData_Get_Struct(self, struct _encoder, &oj_encoder_type, e); optimize(argc, argv, &e->ropts, false); return Qnil; } /* Document-method: deoptimize * call-seq: deoptimize(*classes) * * Turn off Oj rails optimization on the specified classes. * * - *classes* [_Class_] a list of classes to deoptimize */ static VALUE rails_deoptimize(int argc, VALUE *argv, VALUE self) { optimize(argc, argv, &ropts, false); string_writer_optimized = false; return Qnil; } /* Document-method:optimized? * call-seq: optimized?(clas) * * - *clas* [_Class_] Class to check * * @return true if the class is being optimized for rails and false otherwise */ static VALUE encoder_optimized(VALUE self, VALUE clas) { Encoder e; ROpt ro; TypedData_Get_Struct(self, struct _encoder, &oj_encoder_type, e); ro = oj_rails_get_opt(&e->ropts, clas); if (NULL == ro) { return Qfalse; } return (ro->on) ? Qtrue : Qfalse; } /* Document-method: optimized? * call-seq: optimized?(clas) * * Returns true if the specified Class is being optimized. */ static VALUE rails_optimized(VALUE self, VALUE clas) { ROpt ro = oj_rails_get_opt(&ropts, clas); if (NULL == ro) { return Qfalse; } return (ro->on) ? Qtrue : Qfalse; } typedef struct _oo { Out out; VALUE obj; } *OO; static VALUE protect_dump(VALUE ov) { OO oo = (OO)ov; dump_rails_val(oo->obj, 0, oo->out, true); return Qnil; } static VALUE encode(VALUE obj, ROptTable ropts, Options opts, int argc, VALUE *argv) { struct _out out; struct _options copts = *opts; volatile VALUE rstr = Qnil; struct _oo oo; int line = 0; oo.out = &out; oo.obj = obj; copts.str_rx.head = NULL; copts.str_rx.tail = NULL; copts.mode = RailsMode; if (escape_html) { copts.escape_mode = RailsXEsc; } else { copts.escape_mode = RailsEsc; } oj_out_init(&out); out.omit_nil = copts.dump_opts.omit_nil; out.cur = out.buf; out.circ_cnt = 0; out.opts = &copts; out.hash_cnt = 0; out.indent = copts.indent; out.argc = argc; out.argv = argv; out.ropts = ropts; if (Yes == copts.circular) { oj_cache8_new(&out.circ_cache); } // dump_rails_val(*argv, 0, &out, true); rb_protect(protect_dump, (VALUE)&oo, &line); if (0 == line) { if (0 < out.indent) { switch (*(out.cur - 1)) { case ']': case '}': assure_size(&out, 2); *out.cur++ = '\n'; default: break; } } *out.cur = '\0'; if (0 == out.buf) { rb_raise(rb_eNoMemError, "Not enough memory."); } rstr = rb_utf8_str_new_cstr(out.buf); } if (Yes == copts.circular) { oj_cache8_delete(out.circ_cache); } oj_out_free(&out); if (0 != line) { rb_jump_tag(line); } return rstr; } /* Document-method: encode * call-seq: encode(obj) * * - *obj* [_Object_] object to encode * * Returns encoded object as a JSON string. */ static VALUE encoder_encode(VALUE self, VALUE obj) { Encoder e; TypedData_Get_Struct(self, struct _encoder, &oj_encoder_type, e); if (Qnil != e->arg) { VALUE argv[1] = {e->arg}; return encode(obj, &e->ropts, &e->opts, 1, argv); } return encode(obj, &e->ropts, &e->opts, 0, NULL); } /* Document-method: encode * call-seq: encode(obj, opts=nil) * * Encode obj as a JSON String. * * - *obj* [_Object_|Hash|Array] object to convert to a JSON String * - *opts* [_Hash_] options * * Returns [_String_] */ static VALUE rails_encode(int argc, VALUE *argv, VALUE self) { if (1 > argc) { rb_raise(rb_eArgError, "wrong number of arguments (0 for 1)."); } if (1 == argc) { return encode(*argv, NULL, &oj_default_options, 0, NULL); } else { return encode(*argv, NULL, &oj_default_options, argc - 1, argv + 1); } } static VALUE rails_use_standard_json_time_format(VALUE self, VALUE state) { if (Qtrue == state || Qfalse == state) { // no change needed } else if (Qnil == state) { state = Qfalse; } else { state = Qtrue; } rb_iv_set(self, "@use_standard_json_time_format", state); xml_time = Qtrue == state; return state; } static VALUE rails_use_standard_json_time_format_get(VALUE self) { return xml_time ? Qtrue : Qfalse; } static VALUE rails_escape_html_entities_in_json(VALUE self, VALUE state) { rb_iv_set(self, "@escape_html_entities_in_json", state); escape_html = Qtrue == state; return state; } static VALUE rails_escape_html_entities_in_json_get(VALUE self) { return escape_html ? Qtrue : Qfalse; } static VALUE rails_time_precision(VALUE self, VALUE prec) { rb_iv_set(self, "@time_precision", prec); oj_default_options.sec_prec = NUM2INT(prec); oj_default_options.sec_prec_set = true; return prec; } /* Document-method: set_encoder * call-seq: set_encoder() * * Sets the ActiveSupport.encoder to Oj::Rails::Encoder and wraps some of the * formatting globals used by ActiveSupport to allow the use of those globals * in the Oj::Rails optimizations. */ static VALUE rails_set_encoder(VALUE self) { VALUE active; VALUE json; VALUE encoding; VALUE pv; VALUE verbose; VALUE enc = resolve_classpath("ActiveSupport::JSON::Encoding"); if (Qnil != enc) { escape_html = Qtrue == rb_iv_get(self, "@escape_html_entities_in_json"); xml_time = Qtrue == rb_iv_get(enc, "@use_standard_json_time_format"); } if (rb_const_defined_at(rb_cObject, rb_intern("ActiveSupport"))) { active = rb_const_get_at(rb_cObject, rb_intern("ActiveSupport")); } else { rb_raise(rb_eStandardError, "ActiveSupport not loaded."); } rb_funcall(active, rb_intern("json_encoder="), 1, encoder_class); json = rb_const_get_at(active, rb_intern("JSON")); encoding = rb_const_get_at(json, rb_intern("Encoding")); // rb_undef_method doesn't work for modules or maybe sometimes // doesn't. Anyway setting verbose should hide the warning. verbose = rb_gv_get("$VERBOSE"); rb_gv_set("$VERBOSE", Qfalse); rb_undef_method(encoding, "use_standard_json_time_format="); rb_define_module_function(encoding, "use_standard_json_time_format=", rails_use_standard_json_time_format, 1); rb_undef_method(encoding, "use_standard_json_time_format"); rb_define_module_function(encoding, "use_standard_json_time_format", rails_use_standard_json_time_format_get, 0); pv = rb_iv_get(encoding, "@escape_html_entities_in_json"); escape_html = Qtrue == pv; rb_undef_method(encoding, "escape_html_entities_in_json="); rb_define_module_function(encoding, "escape_html_entities_in_json=", rails_escape_html_entities_in_json, 1); rb_undef_method(encoding, "escape_html_entities_in_json"); rb_define_module_function(encoding, "escape_html_entities_in_json", rails_escape_html_entities_in_json_get, 0); pv = rb_iv_get(encoding, "@time_precision"); oj_default_options.sec_prec = NUM2INT(pv); oj_default_options.sec_prec_set = true; rb_undef_method(encoding, "time_precision="); rb_define_module_function(encoding, "time_precision=", rails_time_precision, 1); rb_gv_set("$VERBOSE", verbose); return Qnil; } /* Document-method: set_decoder * call-seq: set_decoder() * * Sets the JSON.parse function to be the Oj::parse function which is json gem * compatible. */ static VALUE rails_set_decoder(VALUE self) { VALUE json; VALUE json_error; VALUE verbose; if (rb_const_defined_at(rb_cObject, rb_intern("JSON"))) { json = rb_const_get_at(rb_cObject, rb_intern("JSON")); } else { json = rb_define_module("JSON"); } if (rb_const_defined_at(json, rb_intern("JSONError"))) { json_error = rb_const_get(json, rb_intern("JSONError")); } else { json_error = rb_define_class_under(json, "JSONError", rb_eStandardError); } rb_global_variable(&oj_json_parser_error_class); if (rb_const_defined_at(json, rb_intern("ParserError"))) { oj_json_parser_error_class = rb_const_get(json, rb_intern("ParserError")); } else { oj_json_parser_error_class = rb_define_class_under(json, "ParserError", json_error); } // rb_undef_method doesn't work for modules or maybe sometimes // doesn't. Anyway setting verbose should hide the warning. verbose = rb_gv_get("$VERBOSE"); rb_gv_set("$VERBOSE", Qfalse); rb_undef_method(json, "parse"); rb_define_module_function(json, "parse", oj_mimic_parse, -1); rb_gv_set("$VERBOSE", verbose); return Qnil; } /* Document-module: Oj.optimize_rails() * * Sets the Oj as the Rails encoder and decoder. Oj::Rails.optimize is also * called. */ VALUE oj_optimize_rails(VALUE self) { rails_set_encoder(self); rails_set_decoder(self); rails_optimize(0, NULL, self); rails_mimic_json(self); return Qnil; } /* Document-module: Oj::Rails * * Module that provides rails and active support compatibility. */ /* Document-class: Oj::Rails::Encoder * * The Oj ActiveSupport compliant encoder. */ void oj_mimic_rails_init(void) { VALUE rails = rb_define_module_under(Oj, "Rails"); rb_define_module_function(rails, "encode", rails_encode, -1); encoder_class = rb_define_class_under(rails, "Encoder", rb_cObject); rb_gc_register_address(&encoder_class); rb_undef_alloc_func(encoder_class); rb_define_module_function(encoder_class, "new", encoder_new, -1); rb_define_module_function(rails, "optimize", rails_optimize, -1); rb_define_module_function(rails, "deoptimize", rails_deoptimize, -1); rb_define_module_function(rails, "optimized?", rails_optimized, 1); rb_define_module_function(rails, "mimic_JSON", rails_mimic_json, 0); rb_define_module_function(rails, "set_encoder", rails_set_encoder, 0); rb_define_module_function(rails, "set_decoder", rails_set_decoder, 0); rb_define_method(encoder_class, "encode", encoder_encode, 1); rb_define_method(encoder_class, "optimize", encoder_optimize, -1); rb_define_method(encoder_class, "deoptimize", encoder_deoptimize, -1); rb_define_method(encoder_class, "optimized?", encoder_optimized, 1); } static void dump_to_hash(VALUE obj, int depth, Out out) { dump_rails_val(rb_funcall(obj, oj_to_hash_id, 0), depth, out, true); } static void dump_float(VALUE obj, int depth, Out out, bool as_ok) { char buf[64]; char *b; double d = rb_num2dbl(obj); size_t cnt = 0; if (0.0 == d) { b = buf; *b++ = '0'; *b++ = '.'; *b++ = '0'; *b++ = '\0'; cnt = 3; } else { if (isnan(d) || OJ_INFINITY == d || -OJ_INFINITY == d) { strcpy(buf, "null"); cnt = 4; } else if (d == (double)(long long int)d) { cnt = snprintf(buf, sizeof(buf), "%.1f", d); } else if (oj_rails_float_opt) { cnt = oj_dump_float_printf(buf, sizeof(buf), obj, d, "%0.16g"); } else { volatile VALUE rstr = oj_safe_string_convert(obj); strcpy(buf, RSTRING_PTR(rstr)); cnt = RSTRING_LEN(rstr); } } assure_size(out, cnt); for (b = buf; '\0' != *b; b++) { *out->cur++ = *b; } *out->cur = '\0'; } static void dump_array(VALUE a, int depth, Out out, bool as_ok) { size_t size; size_t i; size_t cnt; int d2 = depth + 1; if (Yes == out->opts->circular) { if (0 > oj_check_circular(a, out)) { oj_dump_nil(Qnil, 0, out, false); return; } } // if (!oj_rails_array_opt && as_ok && 0 < out->argc && rb_respond_to(a, oj_as_json_id)) { if (as_ok && 0 < out->argc && rb_respond_to(a, oj_as_json_id)) { dump_as_json(a, depth, out, false); return; } cnt = RARRAY_LEN(a); *out->cur++ = '['; size = 2; assure_size(out, size); if (0 == cnt) { *out->cur++ = ']'; } else { if (out->opts->dump_opts.use) { size = d2 * out->opts->dump_opts.indent_size + out->opts->dump_opts.array_size + 1; } else { size = d2 * out->indent + 2; } assure_size(out, size * cnt); cnt--; for (i = 0; i <= cnt; i++) { if (out->opts->dump_opts.use) { if (0 < out->opts->dump_opts.array_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.array_nl, out->opts->dump_opts.array_size); } if (0 < out->opts->dump_opts.indent_size) { int i; for (i = d2; 0 < i; i--) { APPEND_CHARS(out->cur, out->opts->dump_opts.indent_str, out->opts->dump_opts.indent_size); } } } else { fill_indent(out, d2); } dump_rails_val(RARRAY_AREF(a, i), d2, out, true); if (i < cnt) { *out->cur++ = ','; } } size = depth * out->indent + 1; assure_size(out, size); if (out->opts->dump_opts.use) { if (0 < out->opts->dump_opts.array_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.array_nl, out->opts->dump_opts.array_size); } if (0 < out->opts->dump_opts.indent_size) { int i; for (i = depth; 0 < i; i--) { APPEND_CHARS(out->cur, out->opts->dump_opts.indent_str, out->opts->dump_opts.indent_size); } } } else { fill_indent(out, depth); } *out->cur++ = ']'; } *out->cur = '\0'; } static int hash_cb(VALUE key, VALUE value, VALUE ov) { Out out = (Out)ov; int depth = out->depth; long size; int rtype = rb_type(key); if (out->omit_nil && Qnil == value) { return ST_CONTINUE; } if (rtype != T_STRING && rtype != T_SYMBOL) { key = oj_safe_string_convert(key); rtype = rb_type(key); } if (!out->opts->dump_opts.use) { size = depth * out->indent + 1; assure_size(out, size); fill_indent(out, depth); if (rtype == T_STRING) { oj_dump_str(key, 0, out, false); } else { oj_dump_sym(key, 0, out, false); } *out->cur++ = ':'; } else { size = depth * out->opts->dump_opts.indent_size + out->opts->dump_opts.hash_size + 1; assure_size(out, size); if (0 < out->opts->dump_opts.hash_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.hash_nl, out->opts->dump_opts.hash_size); } if (0 < out->opts->dump_opts.indent_size) { int i; for (i = depth; 0 < i; i--) { APPEND_CHARS(out->cur, out->opts->dump_opts.indent_str, out->opts->dump_opts.indent_size); } } if (rtype == T_STRING) { oj_dump_str(key, 0, out, false); } else { oj_dump_sym(key, 0, out, false); } size = out->opts->dump_opts.before_size + out->opts->dump_opts.after_size + 2; assure_size(out, size); if (0 < out->opts->dump_opts.before_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.before_sep, out->opts->dump_opts.before_size); } *out->cur++ = ':'; if (0 < out->opts->dump_opts.after_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.after_sep, out->opts->dump_opts.after_size); } } dump_rails_val(value, depth, out, true); out->depth = depth; *out->cur++ = ','; return ST_CONTINUE; } static void dump_hash(VALUE obj, int depth, Out out, bool as_ok) { int cnt; size_t size; if (Yes == out->opts->circular) { if (0 > oj_check_circular(obj, out)) { oj_dump_nil(Qnil, 0, out, false); return; } } if ((!oj_rails_hash_opt || 0 < out->argc) && as_ok && rb_respond_to(obj, oj_as_json_id)) { dump_as_json(obj, depth, out, false); return; } cnt = (int)RHASH_SIZE(obj); size = depth * out->indent + 2; assure_size(out, 2); *out->cur++ = '{'; if (0 == cnt) { *out->cur++ = '}'; } else { out->depth = depth + 1; rb_hash_foreach(obj, hash_cb, (VALUE)out); if (',' == *(out->cur - 1)) { out->cur--; // backup to overwrite last comma } if (!out->opts->dump_opts.use) { assure_size(out, size); fill_indent(out, depth); } else { size = depth * out->opts->dump_opts.indent_size + out->opts->dump_opts.hash_size + 1; assure_size(out, size); if (0 < out->opts->dump_opts.hash_size) { APPEND_CHARS(out->cur, out->opts->dump_opts.hash_nl, out->opts->dump_opts.hash_size); } if (0 < out->opts->dump_opts.indent_size) { int i; for (i = depth; 0 < i; i--) { APPEND_CHARS(out->cur, out->opts->dump_opts.indent_str, out->opts->dump_opts.indent_size); } } } *out->cur++ = '}'; } *out->cur = '\0'; } static void dump_obj(VALUE obj, int depth, Out out, bool as_ok) { VALUE clas; if (oj_code_dump(oj_compat_codes, obj, depth, out)) { out->argc = 0; return; } clas = rb_obj_class(obj); if (as_ok) { ROpt ro; if (NULL != (ro = oj_rails_get_opt(out->ropts, clas)) && ro->on) { ro->dump(obj, depth, out, as_ok); } else if (Yes == out->opts->raw_json && rb_respond_to(obj, oj_raw_json_id)) { oj_dump_raw_json(obj, depth, out); } else if (rb_respond_to(obj, oj_as_json_id)) { dump_as_json(obj, depth, out, true); } else if (rb_respond_to(obj, oj_to_hash_id)) { dump_to_hash(obj, depth, out); } else if (oj_bigdecimal_class == clas) { dump_bigdecimal(obj, depth, out, false); } else { oj_dump_obj_to_s(obj, out); } } else if (Yes == out->opts->raw_json && rb_respond_to(obj, oj_raw_json_id)) { oj_dump_raw_json(obj, depth, out); } else if (rb_respond_to(obj, oj_to_hash_id)) { // Always attempt to_hash. dump_to_hash(obj, depth, out); } else if (oj_bigdecimal_class == clas) { dump_bigdecimal(obj, depth, out, false); } else { oj_dump_obj_to_s(obj, out); } } static DumpFunc rails_funcs[] = { NULL, // RUBY_T_NONE = 0x00, dump_obj, // RUBY_T_OBJECT = 0x01, oj_dump_class, // RUBY_T_CLASS = 0x02, oj_dump_class, // RUBY_T_MODULE = 0x03, dump_float, // RUBY_T_FLOAT = 0x04, oj_dump_str, // RUBY_T_STRING = 0x05, dump_regexp, // RUBY_T_REGEXP = 0x06, // dump_as_string, // RUBY_T_REGEXP = 0x06, dump_array, // RUBY_T_ARRAY = 0x07, dump_hash, // RUBY_T_HASH = 0x08, dump_obj, // RUBY_T_STRUCT = 0x09, oj_dump_bignum, // RUBY_T_BIGNUM = 0x0a, dump_as_string, // RUBY_T_FILE = 0x0b, dump_obj, // RUBY_T_DATA = 0x0c, NULL, // RUBY_T_MATCH = 0x0d, // Rails raises a stack error on Complex and Rational. It also corrupts // something which causes a segfault on the next call. Oj will not mimic // that behavior. dump_as_string, // RUBY_T_COMPLEX = 0x0e, dump_as_string, // RUBY_T_RATIONAL = 0x0f, NULL, // 0x10 oj_dump_nil, // RUBY_T_NIL = 0x11, oj_dump_true, // RUBY_T_TRUE = 0x12, oj_dump_false, // RUBY_T_FALSE = 0x13, oj_dump_sym, // RUBY_T_SYMBOL = 0x14, oj_dump_fixnum, // RUBY_T_FIXNUM = 0x15, }; static void dump_rails_val(VALUE obj, int depth, Out out, bool as_ok) { int type = rb_type(obj); TRACE(out->opts->trace, "dump", obj, depth, TraceIn); if (MAX_DEPTH < depth) { rb_raise(rb_eNoMemError, "Too deeply nested.\n"); } if (0 < type && type <= RUBY_T_FIXNUM) { DumpFunc f = rails_funcs[type]; if (NULL != f) { f(obj, depth, out, as_ok); TRACE(out->opts->trace, "dump", obj, depth, TraceOut); return; } } oj_dump_nil(Qnil, depth, out, false); TRACE(out->opts->trace, "dump", Qnil, depth, TraceOut); } void oj_dump_rails_val(VALUE obj, int depth, Out out) { out->opts->str_rx.head = NULL; out->opts->str_rx.tail = NULL; if (escape_html) { out->opts->escape_mode = RailsXEsc; } else { out->opts->escape_mode = RailsEsc; } dump_rails_val(obj, depth, out, true); } oj-3.16.12/ext/oj/rails.h000066400000000000000000000007261510053151600147710ustar00rootroot00000000000000// Copyright (c) 2017 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #ifndef OJ_RAILS_H #define OJ_RAILS_H #include "dump.h" extern void oj_mimic_rails_init(void); extern ROpt oj_rails_get_opt(ROptTable rot, VALUE clas); extern bool oj_rails_hash_opt; extern bool oj_rails_array_opt; extern bool oj_rails_float_opt; extern VALUE oj_optimize_rails(VALUE self); #endif /* OJ_RAILS_H */ oj-3.16.12/ext/oj/reader.c000066400000000000000000000154621510053151600151170ustar00rootroot00000000000000// Copyright (c) 2011 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #include #include #include #include #include #ifdef NEEDS_UIO #if NEEDS_UIO #include #endif #endif #include #include #include "mem.h" #include "oj.h" #include "reader.h" #include "ruby.h" #define BUF_PAD 4 static VALUE rescue_cb(VALUE rdr, VALUE err); static VALUE io_cb(VALUE rdr); static VALUE partial_io_cb(VALUE rdr); static int read_from_io(Reader reader); static int read_from_fd(Reader reader); static int read_from_io_partial(Reader reader); // static int read_from_str(Reader reader); void oj_reader_init(Reader reader, VALUE io, int fd, bool to_s) { VALUE io_class = rb_obj_class(io); VALUE stat; VALUE ftype; reader->head = reader->base; *((char *)reader->head) = '\0'; reader->end = reader->head + sizeof(reader->base) - BUF_PAD; reader->tail = reader->head; reader->read_end = reader->head; reader->pro = 0; reader->str = 0; reader->pos = 0; reader->line = 1; reader->col = 0; reader->free_head = 0; if (0 != fd) { reader->read_func = read_from_fd; reader->fd = fd; } else if (rb_cString == io_class) { reader->read_func = 0; reader->in_str = StringValuePtr(io); reader->head = (char *)reader->in_str; reader->tail = reader->head; reader->read_end = reader->head + RSTRING_LEN(io); } else if (oj_stringio_class == io_class) { VALUE s = rb_funcall2(io, oj_string_id, 0, 0); reader->read_func = 0; reader->in_str = StringValuePtr(s); reader->head = (char *)reader->in_str; reader->tail = reader->head; reader->read_end = reader->head + RSTRING_LEN(s); } else if (rb_cFile == io_class && Qnil != (stat = rb_funcall(io, oj_stat_id, 0)) && Qnil != (ftype = rb_funcall(stat, oj_ftype_id, 0)) && 0 == strcmp("file", StringValuePtr(ftype)) && 0 == FIX2INT(rb_funcall(io, oj_pos_id, 0))) { reader->read_func = read_from_fd; reader->fd = FIX2INT(rb_funcall(io, oj_fileno_id, 0)); } else if (rb_respond_to(io, oj_readpartial_id)) { reader->read_func = read_from_io_partial; reader->io = io; } else if (rb_respond_to(io, oj_read_id)) { reader->read_func = read_from_io; reader->io = io; } else if (to_s) { volatile VALUE rstr = oj_safe_string_convert(io); reader->read_func = 0; reader->in_str = StringValuePtr(rstr); reader->head = (char *)reader->in_str; reader->tail = reader->head; reader->read_end = reader->head + RSTRING_LEN(rstr); } else { rb_raise(rb_eArgError, "parser io argument must be a String or respond to readpartial() or read().\n"); } } int oj_reader_read(Reader reader) { int err; size_t shift = 0; if (0 == reader->read_func) { return -1; } // if there is not much room to read into, shift or realloc a larger buffer. if (reader->head < reader->tail && 4096 > reader->end - reader->tail) { if (0 == reader->pro) { shift = reader->tail - reader->head; } else { shift = reader->pro - reader->head - 1; // leave one character so we can backup one } if (0 >= shift) { /* no space left so allocate more */ const char *old = reader->head; size_t size = reader->end - reader->head + BUF_PAD; if (reader->head == reader->base) { reader->head = OJ_R_ALLOC_N(char, size * 2); memcpy((char *)reader->head, old, size); } else { OJ_R_REALLOC_N(reader->head, char, size * 2); } reader->free_head = 1; reader->end = reader->head + size * 2 - BUF_PAD; reader->tail = reader->head + (reader->tail - old); reader->read_end = reader->head + (reader->read_end - old); if (0 != reader->pro) { reader->pro = reader->head + (reader->pro - old); } if (0 != reader->str) { reader->str = reader->head + (reader->str - old); } } else { memmove((char *)reader->head, reader->head + shift, reader->read_end - (reader->head + shift)); reader->tail -= shift; reader->read_end -= shift; if (0 != reader->pro) { reader->pro -= shift; } if (0 != reader->str) { reader->str -= shift; } } } err = reader->read_func(reader); *(char *)reader->read_end = '\0'; return err; } static VALUE rescue_cb(VALUE rbuf, VALUE err) { VALUE clas = rb_obj_class(err); if (rb_eTypeError != clas && rb_eEOFError != clas) { Reader reader = (Reader)rbuf; rb_raise(clas, "at line %d, column %d\n", reader->line, reader->col); } return Qfalse; } static VALUE partial_io_cb(VALUE rbuf) { Reader reader = (Reader)rbuf; VALUE args[1]; VALUE rstr; char *str; size_t cnt; args[0] = ULONG2NUM(reader->end - reader->tail); rstr = rb_funcall2(reader->io, oj_readpartial_id, 1, args); if (Qnil == rstr) { return Qfalse; } str = StringValuePtr(rstr); cnt = RSTRING_LEN(rstr); strcpy(reader->tail, str); reader->read_end = reader->tail + cnt; return Qtrue; } static VALUE io_cb(VALUE rbuf) { Reader reader = (Reader)rbuf; VALUE args[1]; VALUE rstr; char *str; size_t cnt; args[0] = ULONG2NUM(reader->end - reader->tail); rstr = rb_funcall2(reader->io, oj_read_id, 1, args); if (Qnil == rstr) { return Qfalse; } str = StringValuePtr(rstr); cnt = RSTRING_LEN(rstr); strcpy(reader->tail, str); reader->read_end = reader->tail + cnt; return Qtrue; } static int read_from_io_partial(Reader reader) { return (Qfalse == rb_rescue(partial_io_cb, (VALUE)reader, rescue_cb, (VALUE)reader)); } static int read_from_io(Reader reader) { return (Qfalse == rb_rescue(io_cb, (VALUE)reader, rescue_cb, (VALUE)reader)); } static int read_from_fd(Reader reader) { ssize_t cnt; size_t max = reader->end - reader->tail; cnt = read(reader->fd, reader->tail, max); if (cnt <= 0) { return -1; } else if (0 != cnt) { reader->read_end = reader->tail + cnt; } return 0; } // This is only called when the end of the string is reached so just return -1. /* static int read_from_str(Reader reader) { return -1; } */ oj-3.16.12/ext/oj/reader.h000066400000000000000000000062601510053151600151200ustar00rootroot00000000000000// Copyright (c) 2011 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #ifndef OJ_READER_H #define OJ_READER_H #include "mem.h" typedef struct _reader { char base[0x00001000]; char *head; char *end; char *tail; char *read_end; /* one past last character read */ char *pro; /* protection start, buffer can not slide past this point */ char *str; /* start of current string being read */ long pos; int line; int col; int free_head; int (*read_func)(struct _reader *reader); union { int fd; VALUE io; const char *in_str; }; } *Reader; extern void oj_reader_init(Reader reader, VALUE io, int fd, bool to_s); extern int oj_reader_read(Reader reader); static inline char reader_get(Reader reader) { // printf("*** drive get from '%s' from start: %ld buf: %p from read_end: %ld\n", // reader->tail, reader->tail - reader->head, reader->head, reader->read_end - reader->tail); if (reader->read_end <= reader->tail) { if (0 != oj_reader_read(reader)) { return '\0'; } } if ('\n' == *reader->tail) { reader->line++; reader->col = 0; } reader->col++; reader->pos++; return *reader->tail++; } static inline void reader_backup(Reader reader) { reader->tail--; reader->col--; reader->pos--; if (0 >= reader->col) { reader->line--; // allow col to be negative since we never backup twice in a row } } static inline void reader_protect(Reader reader) { reader->pro = reader->tail; reader->str = reader->tail; // can't have str before pro } static inline void reader_release(Reader reader) { reader->pro = 0; } /* Starts by reading a character so it is safe to use with an empty or * compacted buffer. */ static inline char reader_next_non_white(Reader reader) { char c; while ('\0' != (c = reader_get(reader))) { switch (c) { case ' ': case '\t': case '\f': case '\n': case '\r': break; default: return c; } } return '\0'; } /* Starts by reading a character so it is safe to use with an empty or * compacted buffer. */ static inline char reader_next_white(Reader reader) { char c; while ('\0' != (c = reader_get(reader))) { switch (c) { case ' ': case '\t': case '\f': case '\n': case '\r': case '\0': return c; default: break; } } return '\0'; } static inline int reader_expect(Reader reader, const char *s) { for (; '\0' != *s; s++) { if (reader_get(reader) != *s) { return -1; } } return 0; } static inline void reader_cleanup(Reader reader) { if (reader->free_head && 0 != reader->head) { OJ_R_FREE((char *)reader->head); reader->head = 0; reader->free_head = 0; } } static inline int is_white(char c) { switch (c) { case ' ': case '\t': case '\f': case '\n': case '\r': return 1; default: break; } return 0; } #endif /* OJ_READER_H */ oj-3.16.12/ext/oj/resolve.c000066400000000000000000000044351510053151600153320ustar00rootroot00000000000000// Copyright (c) 2012 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #include #include #include #ifdef HAVE_PTHREAD_MUTEX_INIT #include #endif #include "err.h" #include "intern.h" #include "oj.h" #include "parse.h" inline static VALUE resolve_classname(VALUE mod, const char *classname, int auto_define) { VALUE clas; ID ci = rb_intern(classname); if (rb_const_defined_at(mod, ci)) { clas = rb_const_get_at(mod, ci); } else if (auto_define) { clas = rb_define_class_under(mod, classname, oj_bag_class); } else { clas = Qundef; } return clas; } static VALUE resolve_classpath(ParseInfo pi, const char *name, size_t len, int auto_define, VALUE error_class) { char class_name[1024]; VALUE clas; char *end = class_name + sizeof(class_name) - 1; char *s; const char *n = name; clas = rb_cObject; for (s = class_name; 0 < len; n++, len--) { if (':' == *n) { *s = '\0'; n++; len--; if (':' != *n) { return Qundef; } if (Qundef == (clas = resolve_classname(clas, class_name, auto_define))) { return Qundef; } s = class_name; } else if (end <= s) { return Qundef; } else { *s++ = *n; } } *s = '\0'; if (Qundef == (clas = resolve_classname(clas, class_name, auto_define))) { oj_set_error_at(pi, error_class, __FILE__, __LINE__, "class %s is not defined", name); if (Qnil != error_class) { pi->err_class = error_class; } } return clas; } VALUE oj_name2class(ParseInfo pi, const char *name, size_t len, int auto_define, VALUE error_class) { if (No == pi->options.class_cache) { return resolve_classpath(pi, name, len, auto_define, error_class); } return oj_class_intern(name, len, true, pi, auto_define, error_class); } VALUE oj_name2struct(ParseInfo pi, VALUE nameVal, VALUE error_class) { size_t len = RSTRING_LEN(nameVal); const char *str = StringValuePtr(nameVal); return resolve_classpath(pi, str, len, 0, error_class); } oj-3.16.12/ext/oj/resolve.h000066400000000000000000000006501510053151600153320ustar00rootroot00000000000000// Copyright (c) 2011 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #ifndef OJ_RESOLVE_H #define OJ_RESOLVE_H #include "ruby.h" extern VALUE oj_name2class(ParseInfo pi, const char *name, size_t len, int auto_define, VALUE error_class); extern VALUE oj_name2struct(ParseInfo pi, VALUE nameVal, VALUE error_class); #endif /* OJ_RESOLVE_H */ oj-3.16.12/ext/oj/rxclass.c000066400000000000000000000066571510053151600153420ustar00rootroot00000000000000// Copyright (c) 2017 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #include #include #include #include #include #if !IS_WINDOWS #include #endif #include "mem.h" #include "rxclass.h" typedef struct _rxC { struct _rxC *next; VALUE rrx; #if !IS_WINDOWS regex_t rx; #endif VALUE clas; char src[256]; } *RxC; void oj_rxclass_init(RxClass rc) { *rc->err = '\0'; rc->head = NULL; rc->tail = NULL; } void oj_rxclass_cleanup(RxClass rc) { RxC rxc; while (NULL != (rxc = rc->head)) { rc->head = rc->head->next; #if !IS_WINDOWS if (Qnil == rxc->rrx) { regfree(&rxc->rx); } OJ_R_FREE(rxc); #endif } } void oj_rxclass_rappend(RxClass rc, VALUE rx, VALUE clas) { RxC rxc = OJ_R_ALLOC_N(struct _rxC, 1); memset(rxc, 0, sizeof(struct _rxC)); rxc->rrx = rx; rxc->clas = clas; if (NULL == rc->tail) { rc->head = rxc; } else { rc->tail->next = rxc; } rc->tail = rxc; } // Attempt to compile the expression. If it fails populate the error code.. int oj_rxclass_append(RxClass rc, const char *expr, VALUE clas) { RxC rxc; #if !IS_WINDOWS int err; int flags = 0; #endif if (sizeof(rxc->src) <= strlen(expr)) { snprintf(rc->err, sizeof(rc->err), "expressions must be less than %lu characters", (unsigned long)sizeof(rxc->src)); return EINVAL; } rxc = OJ_R_ALLOC_N(struct _rxC, 1); rxc->next = 0; rxc->clas = clas; #if IS_WINDOWS rxc->rrx = rb_funcall(rb_cRegexp, rb_intern("new"), 1, rb_str_new2(expr)); #else rxc->rrx = Qnil; if (0 != (err = regcomp(&rxc->rx, expr, flags))) { regerror(err, &rxc->rx, rc->err, sizeof(rc->err)); OJ_FREE(rxc); return err; } #endif if (NULL == rc->tail) { rc->head = rxc; } else { rc->tail->next = rxc; } rc->tail = rxc; return 0; } VALUE oj_rxclass_match(RxClass rc, const char *str, int len) { RxC rxc; char buf[4096]; for (rxc = rc->head; NULL != rxc; rxc = rxc->next) { if (Qnil != rxc->rrx) { // Must use a valiabel for this to work. volatile VALUE rstr = rb_str_new(str, len); // if (Qtrue == rb_funcall(rxc->rrx, rb_intern("match?"), 1, rstr)) { if (Qnil != rb_funcall(rxc->rrx, rb_intern("match"), 1, rstr)) { return rxc->clas; } } else if (len < (int)sizeof(buf)) { #if !IS_WINDOWS // string is not \0 terminated so copy and attempt a match memcpy(buf, str, len); buf[len] = '\0'; if (0 == regexec(&rxc->rx, buf, 0, NULL, 0)) { // match return rxc->clas; } #endif } else { // TBD allocate a larger buffer and attempt } } return Qnil; } void oj_rxclass_copy(RxClass src, RxClass dest) { dest->head = NULL; dest->tail = NULL; if (NULL != src->head) { RxC rxc; for (rxc = src->head; NULL != rxc; rxc = rxc->next) { if (Qnil != rxc->rrx) { oj_rxclass_rappend(dest, rxc->rrx, rxc->clas); } else { #if !IS_WINDOWS oj_rxclass_append(dest, rxc->src, rxc->clas); #endif } } } } oj-3.16.12/ext/oj/rxclass.h000066400000000000000000000013451510053151600153340ustar00rootroot00000000000000// Copyright (c) 2017 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #ifndef OJ_RXCLASS_H #define OJ_RXCLASS_H #include #include "ruby.h" struct _rxC; typedef struct _rxClass { struct _rxC *head; struct _rxC *tail; char err[128]; } *RxClass; extern void oj_rxclass_init(RxClass rc); extern void oj_rxclass_cleanup(RxClass rc); extern int oj_rxclass_append(RxClass rc, const char *expr, VALUE clas); extern VALUE oj_rxclass_match(RxClass rc, const char *str, int len); extern void oj_rxclass_copy(RxClass src, RxClass dest); extern void oj_rxclass_rappend(RxClass rc, VALUE rx, VALUE clas); #endif /* OJ_RXCLASS_H */ oj-3.16.12/ext/oj/saj.c000066400000000000000000000501731510053151600144300ustar00rootroot00000000000000// Copyright (c) 2012 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #if !IS_WINDOWS #include /* for getrlimit() on linux */ #endif #include #include #include #include #include #include // Workaround in case INFINITY is not defined in math.h or if the OS is CentOS #define OJ_INFINITY (1.0 / 0.0) #include "encode.h" #include "mem.h" #include "oj.h" typedef struct _parseInfo { char *str; /* buffer being read from */ char *s; /* current position in buffer */ void *stack_min; VALUE handler; int has_hash_start; int has_hash_end; int has_array_start; int has_array_end; int has_add_value; int has_error; } *ParseInfo; static void read_next(ParseInfo pi, const char *key); static void read_hash(ParseInfo pi, const char *key); static void read_array(ParseInfo pi, const char *key); static void read_str(ParseInfo pi, const char *key); static void read_num(ParseInfo pi, const char *key); static void read_true(ParseInfo pi, const char *key); static void read_false(ParseInfo pi, const char *key); static void read_nil(ParseInfo pi, const char *key); static void next_non_white(ParseInfo pi); static char *read_quoted_value(ParseInfo pi); static void skip_comment(ParseInfo pi); /* This JSON parser is a single pass, destructive, callback parser. It is a * single pass parse since it only make one pass over the characters in the * JSON document string. It is destructive because it re-uses the content of * the string for values in the callback and places \0 characters at various * places to mark the end of tokens and strings. It is a callback parser like * a SAX parser because it uses callback when document elements are * encountered. * * Parsing is very tolerant. Lack of headers and even misspelled element * endings are passed over without raising an error. A best attempt is made in * all cases to parse the string. */ inline static void call_error(const char *msg, ParseInfo pi, const char *file, int line) { char buf[128]; const char *s = pi->s; int jline = 1; int col = 1; for (; pi->str < s && '\n' != *s; s--) { col++; } for (; pi->str < s; s--) { if ('\n' == *s) { jline++; } } sprintf(buf, "%s at line %d, column %d [%s:%d]", msg, jline, col, file, line); rb_funcall(pi->handler, oj_error_id, 3, rb_str_new2(buf), LONG2NUM(jline), LONG2NUM(col)); } inline static void next_non_white(ParseInfo pi) { for (; 1; pi->s++) { switch (*pi->s) { case ' ': case '\t': case '\f': case '\n': case '\r': break; case '/': skip_comment(pi); break; default: return; } } } inline static void call_add_value(VALUE handler, VALUE value, const char *key) { volatile VALUE k; if (0 == key) { k = Qnil; } else { k = rb_utf8_str_new_cstr(key); } rb_funcall(handler, oj_add_value_id, 2, value, k); } inline static void call_no_value(VALUE handler, ID method, const char *key) { volatile VALUE k; if (0 == key) { k = Qnil; } else { k = rb_utf8_str_new_cstr(key); } rb_funcall(handler, method, 1, k); } static void skip_comment(ParseInfo pi) { pi->s++; /* skip first / */ if ('*' == *pi->s) { pi->s++; for (; '\0' != *pi->s; pi->s++) { if ('*' == *pi->s && '/' == *(pi->s + 1)) { pi->s++; return; } else if ('\0' == *pi->s) { if (pi->has_error) { call_error("comment not terminated", pi, __FILE__, __LINE__); } else { raise_error("comment not terminated", pi->str, pi->s); } } } } else if ('/' == *pi->s) { for (; 1; pi->s++) { switch (*pi->s) { case '\n': case '\r': case '\f': case '\0': return; default: break; } } } else { if (pi->has_error) { call_error("invalid comment", pi, __FILE__, __LINE__); } else { raise_error("invalid comment", pi->str, pi->s); } } } static void read_next(ParseInfo pi, const char *key) { VALUE obj; if ((void *)&obj < pi->stack_min) { rb_raise(rb_eSysStackError, "JSON is too deeply nested"); } next_non_white(pi); /* skip white space */ switch (*pi->s) { case '{': read_hash(pi, key); break; case '[': read_array(pi, key); break; case '"': read_str(pi, key); break; case '+': case '-': case '0': case '1': case '2': case '3': case '4': case '5': case '6': case '7': case '8': case '9': read_num(pi, key); break; case 'I': read_num(pi, key); break; case 't': read_true(pi, key); break; case 'f': read_false(pi, key); break; case 'n': read_nil(pi, key); break; case '\0': return; default: return; } } static void read_hash(ParseInfo pi, const char *key) { const char *ks; if (pi->has_hash_start) { call_no_value(pi->handler, oj_hash_start_id, key); } pi->s++; next_non_white(pi); if ('}' == *pi->s) { pi->s++; } else { while (1) { next_non_white(pi); ks = read_quoted_value(pi); next_non_white(pi); if (':' == *pi->s) { pi->s++; } else { if (pi->has_error) { call_error("invalid format, expected :", pi, __FILE__, __LINE__); } raise_error("invalid format, expected :", pi->str, pi->s); } read_next(pi, ks); next_non_white(pi); if ('}' == *pi->s) { pi->s++; break; } else if (',' == *pi->s) { pi->s++; } else { if (pi->has_error) { call_error("invalid format, expected , or } while in an object", pi, __FILE__, __LINE__); } raise_error("invalid format, expected , or } while in an object", pi->str, pi->s); } } } if (pi->has_hash_end) { call_no_value(pi->handler, oj_hash_end_id, key); } } static void read_array(ParseInfo pi, const char *key) { if (pi->has_array_start) { call_no_value(pi->handler, oj_array_start_id, key); } pi->s++; next_non_white(pi); if (']' == *pi->s) { pi->s++; } else { while (1) { read_next(pi, 0); next_non_white(pi); if (',' == *pi->s) { pi->s++; } else if (']' == *pi->s) { pi->s++; break; } else { if (pi->has_error) { call_error("invalid format, expected , or ] while in an array", pi, __FILE__, __LINE__); } raise_error("invalid format, expected , or ] while in an array", pi->str, pi->s); } } } if (pi->has_array_end) { call_no_value(pi->handler, oj_array_end_id, key); } } static void read_str(ParseInfo pi, const char *key) { char *text; text = read_quoted_value(pi); if (pi->has_add_value) { VALUE s = rb_utf8_str_new_cstr(text); call_add_value(pi->handler, s, key); } } #ifdef RUBINIUS_RUBY #define NUM_MAX 0x07FFFFFF #else #define NUM_MAX (FIXNUM_MAX >> 8) #endif static void read_num(ParseInfo pi, const char *key) { char *start = pi->s; int64_t n = 0; long a = 0; long div = 1; long e = 0; int neg = 0; int eneg = 0; int big = 0; if ('-' == *pi->s) { pi->s++; neg = 1; } else if ('+' == *pi->s) { pi->s++; } if ('I' == *pi->s) { if (0 != strncmp("Infinity", pi->s, 8)) { if (pi->has_error) { call_error("number or other value", pi, __FILE__, __LINE__); } raise_error("number or other value", pi->str, pi->s); } pi->s += 8; if (neg) { if (pi->has_add_value) { call_add_value(pi->handler, rb_float_new(-OJ_INFINITY), key); } } else { if (pi->has_add_value) { call_add_value(pi->handler, rb_float_new(OJ_INFINITY), key); } } return; } for (; '0' <= *pi->s && *pi->s <= '9'; pi->s++) { if (big) { big++; } else { n = n * 10 + (*pi->s - '0'); if (NUM_MAX <= n) { big = 1; } } } if ('.' == *pi->s) { pi->s++; for (; '0' <= *pi->s && *pi->s <= '9'; pi->s++) { a = a * 10 + (*pi->s - '0'); div *= 10; if (NUM_MAX <= div) { big = 1; } } } if ('e' == *pi->s || 'E' == *pi->s) { pi->s++; if ('-' == *pi->s) { pi->s++; eneg = 1; } else if ('+' == *pi->s) { pi->s++; } for (; '0' <= *pi->s && *pi->s <= '9'; pi->s++) { e = e * 10 + (*pi->s - '0'); if (NUM_MAX <= e) { big = 1; } } } if (0 == e && 0 == a && 1 == div) { if (big) { char c = *pi->s; *pi->s = '\0'; if (pi->has_add_value) { call_add_value(pi->handler, rb_funcall(rb_cObject, oj_bigdecimal_id, 1, rb_str_new2(start)), key); } *pi->s = c; } else { if (neg) { n = -n; } if (pi->has_add_value) { call_add_value(pi->handler, LONG2NUM(n), key); } } return; } else { /* decimal */ if (big) { char c = *pi->s; *pi->s = '\0'; if (pi->has_add_value) { call_add_value(pi->handler, rb_funcall(rb_cObject, oj_bigdecimal_id, 1, rb_str_new2(start)), key); } *pi->s = c; } else { double d = (double)n + (double)a / (double)div; if (neg) { d = -d; } if (1 < big) { e += big - 1; } if (0 != e) { if (eneg) { e = -e; } d *= pow(10.0, e); } if (pi->has_add_value) { call_add_value(pi->handler, rb_float_new(d), key); } } } } static void read_true(ParseInfo pi, const char *key) { pi->s++; if ('r' != *pi->s || 'u' != *(pi->s + 1) || 'e' != *(pi->s + 2)) { if (pi->has_error) { call_error("invalid format, expected 'true'", pi, __FILE__, __LINE__); } raise_error("invalid format, expected 'true'", pi->str, pi->s); } pi->s += 3; if (pi->has_add_value) { call_add_value(pi->handler, Qtrue, key); } } static void read_false(ParseInfo pi, const char *key) { pi->s++; if ('a' != *pi->s || 'l' != *(pi->s + 1) || 's' != *(pi->s + 2) || 'e' != *(pi->s + 3)) { if (pi->has_error) { call_error("invalid format, expected 'false'", pi, __FILE__, __LINE__); } raise_error("invalid format, expected 'false'", pi->str, pi->s); } pi->s += 4; if (pi->has_add_value) { call_add_value(pi->handler, Qfalse, key); } } static void read_nil(ParseInfo pi, const char *key) { pi->s++; if ('u' != *pi->s || 'l' != *(pi->s + 1) || 'l' != *(pi->s + 2)) { if (pi->has_error) { call_error("invalid format, expected 'null'", pi, __FILE__, __LINE__); } raise_error("invalid format, expected 'null'", pi->str, pi->s); } pi->s += 3; if (pi->has_add_value) { call_add_value(pi->handler, Qnil, key); } } static uint32_t read_hex(ParseInfo pi, char *h) { uint32_t b = 0; int i; /* TBD this can be made faster with a table */ for (i = 0; i < 4; i++, h++) { b = b << 4; if ('0' <= *h && *h <= '9') { b += *h - '0'; } else if ('A' <= *h && *h <= 'F') { b += *h - 'A' + 10; } else if ('a' <= *h && *h <= 'f') { b += *h - 'a' + 10; } else { pi->s = h; if (pi->has_error) { call_error("invalid hex character", pi, __FILE__, __LINE__); } raise_error("invalid hex character", pi->str, pi->s); } } return b; } static char *unicode_to_chars(ParseInfo pi, char *t, uint32_t code) { if (0x0000007F >= code) { *t = (char)code; } else if (0x000007FF >= code) { *t++ = 0xC0 | (code >> 6); *t = 0x80 | (0x3F & code); } else if (0x0000FFFF >= code) { *t++ = 0xE0 | (code >> 12); *t++ = 0x80 | ((code >> 6) & 0x3F); *t = 0x80 | (0x3F & code); } else if (0x001FFFFF >= code) { *t++ = 0xF0 | (code >> 18); *t++ = 0x80 | ((code >> 12) & 0x3F); *t++ = 0x80 | ((code >> 6) & 0x3F); *t = 0x80 | (0x3F & code); } else if (0x03FFFFFF >= code) { *t++ = 0xF8 | (code >> 24); *t++ = 0x80 | ((code >> 18) & 0x3F); *t++ = 0x80 | ((code >> 12) & 0x3F); *t++ = 0x80 | ((code >> 6) & 0x3F); *t = 0x80 | (0x3F & code); } else if (0x7FFFFFFF >= code) { *t++ = 0xFC | (code >> 30); *t++ = 0x80 | ((code >> 24) & 0x3F); *t++ = 0x80 | ((code >> 18) & 0x3F); *t++ = 0x80 | ((code >> 12) & 0x3F); *t++ = 0x80 | ((code >> 6) & 0x3F); *t = 0x80 | (0x3F & code); } else { if (pi->has_error) { call_error("invalid Unicode", pi, __FILE__, __LINE__); } raise_error("invalid Unicode", pi->str, pi->s); } return t; } /* Assume the value starts immediately and goes until the quote character is * reached again. Do not read the character after the terminating quote. */ static char *read_quoted_value(ParseInfo pi) { char *value = 0; char *h = pi->s; /* head */ char *t = h; /* tail */ uint32_t code; h++; /* skip quote character */ t++; value = h; for (; '"' != *h; h++, t++) { if ('\0' == *h) { pi->s = h; raise_error("quoted string not terminated", pi->str, pi->s); } else if ('\\' == *h) { h++; switch (*h) { case 'n': *t = '\n'; break; case 'r': *t = '\r'; break; case 't': *t = '\t'; break; case 'f': *t = '\f'; break; case 'b': *t = '\b'; break; case '"': *t = '"'; break; case '/': *t = '/'; break; case '\\': *t = '\\'; break; case 'u': h++; code = read_hex(pi, h); h += 3; if (0x0000D800 <= code && code <= 0x0000DFFF) { uint32_t c1 = (code - 0x0000D800) & 0x000003FF; uint32_t c2; h++; if ('\\' != *h || 'u' != *(h + 1)) { pi->s = h; if (pi->has_error) { call_error("invalid escaped character", pi, __FILE__, __LINE__); } raise_error("invalid escaped character", pi->str, pi->s); } h += 2; c2 = read_hex(pi, h); h += 3; c2 = (c2 - 0x0000DC00) & 0x000003FF; code = ((c1 << 10) | c2) + 0x00010000; } t = unicode_to_chars(pi, t, code); break; default: pi->s = h; if (pi->has_error) { call_error("invalid escaped character", pi, __FILE__, __LINE__); } raise_error("invalid escaped character", pi->str, pi->s); break; } } else if (t != h) { *t = *h; } } *t = '\0'; /* terminate value */ pi->s = h + 1; return value; } static void saj_parse(VALUE handler, char *json) { volatile VALUE obj = Qnil; struct _parseInfo pi; if (0 == json) { if (pi.has_error) { call_error("Invalid arg, xml string can not be null", &pi, __FILE__, __LINE__); } raise_error("Invalid arg, xml string can not be null", json, 0); } /* skip UTF-8 BOM if present */ if (0xEF == (uint8_t)*json && 0xBB == (uint8_t)json[1] && 0xBF == (uint8_t)json[2]) { json += 3; } /* initialize parse info */ pi.str = json; pi.s = json; #if IS_WINDOWS || !defined(HAVE_GETRLIMIT) pi.stack_min = (void *)((char *)&obj - (512L * 1024L)); /* assume a 1M stack and give half to ruby */ #else { struct rlimit lim; if (0 == getrlimit(RLIMIT_STACK, &lim) && RLIM_INFINITY != lim.rlim_cur) { pi.stack_min = (void *)((char *)&obj - (lim.rlim_cur / 4 * 3)); /* let 3/4ths of the stack be used only */ } else { pi.stack_min = 0; /* indicates not to check stack limit */ } } #endif pi.handler = handler; pi.has_hash_start = rb_respond_to(handler, oj_hash_start_id); pi.has_hash_end = rb_respond_to(handler, oj_hash_end_id); pi.has_array_start = rb_respond_to(handler, oj_array_start_id); pi.has_array_end = rb_respond_to(handler, oj_array_end_id); pi.has_add_value = rb_respond_to(handler, oj_add_value_id); pi.has_error = rb_respond_to(handler, oj_error_id); read_next(&pi, 0); next_non_white(&pi); if ('\0' != *pi.s) { if (pi.has_error) { call_error("invalid format, extra characters", &pi, __FILE__, __LINE__); } else { raise_error("invalid format, extra characters", pi.str, pi.s); } } } /* call-seq: saj_parse(handler, io) * * Parses an IO stream or file containing an JSON document. Raises an exception * if the JSON is malformed. * @param [Oj::Saj] handler Saj (responds to Oj::Saj methods) like handler * @param [IO|String] io IO Object to read from * @deprecated The sc_parse() method along with the ScHandler is the preferred * callback parser. It is slightly faster and handles streams while the * saj_parse() method requires a complete read before parsing. * @see sc_parse */ VALUE oj_saj_parse(int argc, VALUE *argv, VALUE self) { char *json = 0; size_t len = 0; VALUE input = argv[1]; if (argc < 2) { rb_raise(rb_eArgError, "Wrong number of arguments to saj_parse.\n"); } if (rb_type(input) == T_STRING) { // the json string gets modified so make a copy of it len = RSTRING_LEN(input) + 1; json = OJ_R_ALLOC_N(char, len); strcpy(json, StringValuePtr(input)); } else { VALUE clas = rb_obj_class(input); volatile VALUE s; if (oj_stringio_class == clas) { s = rb_funcall2(input, oj_string_id, 0, 0); len = RSTRING_LEN(s) + 1; json = OJ_R_ALLOC_N(char, len); strcpy(json, StringValueCStr(s)); #if !IS_WINDOWS } else if (rb_cFile == clas && 0 == FIX2INT(rb_funcall(input, oj_pos_id, 0))) { int fd = FIX2INT(rb_funcall(input, oj_fileno_id, 0)); ssize_t cnt; len = lseek(fd, 0, SEEK_END); lseek(fd, 0, SEEK_SET); json = OJ_R_ALLOC_N(char, len + 1); if (0 >= (cnt = read(fd, json, len)) || cnt != (ssize_t)len) { rb_raise(rb_eIOError, "failed to read from IO Object."); } json[len] = '\0'; #endif } else if (rb_respond_to(input, oj_read_id)) { s = rb_funcall2(input, oj_read_id, 0, 0); len = RSTRING_LEN(s) + 1; json = OJ_R_ALLOC_N(char, len); strcpy(json, StringValueCStr(s)); } else { rb_raise(rb_eArgError, "saj_parse() expected a String or IO Object."); } } saj_parse(*argv, json); OJ_R_FREE(json); return Qnil; } oj-3.16.12/ext/oj/saj2.c000066400000000000000000000433351510053151600145140ustar00rootroot00000000000000// Copyright (c) 2021, Peter Ohler, All rights reserved. #include "saj2.h" #include "cache.h" #include "mem.h" #include "oj.h" #include "parser.h" static VALUE get_key(ojParser p) { Saj d = (Saj)p->ctx; const char *key = buf_str(&p->key); size_t len = buf_len(&p->key); volatile VALUE rkey; if (d->cache_keys) { rkey = cache_intern(d->str_cache, key, len); } else { rkey = rb_utf8_str_new(key, len); } return rkey; } static void push_key(Saj d, VALUE key) { if (d->klen <= (size_t)(d->tail - d->keys)) { size_t off = d->tail - d->keys; d->klen += d->klen / 2; OJ_R_REALLOC_N(d->keys, VALUE, d->klen); d->tail = d->keys + off; } *d->tail = key; d->tail++; } static void noop(ojParser p) { } static void open_object(ojParser p) { rb_funcall(((Saj)p->ctx)->handler, oj_hash_start_id, 1, Qnil); } static void open_object_loc(ojParser p) { rb_funcall(((Saj)p->ctx)->handler, oj_hash_start_id, 3, Qnil, LONG2FIX(p->line), LONG2FIX(p->cur - p->col)); } static void open_object_key(ojParser p) { Saj d = (Saj)p->ctx; volatile VALUE key = get_key(p); push_key(d, key); rb_funcall(d->handler, oj_hash_start_id, 1, key); } static void open_object_loc_key(ojParser p) { Saj d = (Saj)p->ctx; volatile VALUE key = get_key(p); push_key(d, key); rb_funcall(d->handler, oj_hash_start_id, 3, key, LONG2FIX(p->line), LONG2FIX(p->cur - p->col)); } static void open_array(ojParser p) { rb_funcall(((Saj)p->ctx)->handler, oj_array_start_id, 1, Qnil); } static void open_array_loc(ojParser p) { rb_funcall(((Saj)p->ctx)->handler, oj_array_start_id, 3, Qnil, LONG2FIX(p->line), LONG2FIX(p->cur - p->col)); } static void open_array_key(ojParser p) { Saj d = (Saj)p->ctx; volatile VALUE key = get_key(p); push_key(d, key); rb_funcall(d->handler, oj_array_start_id, 1, key); } static void open_array_loc_key(ojParser p) { Saj d = (Saj)p->ctx; volatile VALUE key = get_key(p); push_key(d, key); rb_funcall(d->handler, oj_array_start_id, 3, key, LONG2FIX(p->line), LONG2FIX(p->cur - p->col)); } static void close_object(ojParser p) { Saj d = (Saj)p->ctx; VALUE key = Qnil; if (OBJECT_FUN == p->stack[p->depth]) { d->tail--; if (d->tail < d->keys) { rb_raise(rb_eIndexError, "accessing key stack"); } key = *d->tail; } rb_funcall(d->handler, oj_hash_end_id, 1, key); } static void close_object_loc(ojParser p) { Saj d = (Saj)p->ctx; VALUE key = Qnil; if (OBJECT_FUN == p->stack[p->depth]) { d->tail--; if (d->tail < d->keys) { rb_raise(rb_eIndexError, "accessing key stack"); } key = *d->tail; } rb_funcall(d->handler, oj_hash_end_id, 3, key, LONG2FIX(p->line), LONG2FIX(p->cur - p->col)); } static void close_array(ojParser p) { Saj d = (Saj)p->ctx; VALUE key = Qnil; if (OBJECT_FUN == p->stack[p->depth]) { d->tail--; if (d->tail < d->keys) { rb_raise(rb_eIndexError, "accessing key stack"); } key = *d->tail; } rb_funcall(d->handler, oj_array_end_id, 1, key); } static void close_array_loc(ojParser p) { Saj d = (Saj)p->ctx; VALUE key = Qnil; if (OBJECT_FUN == p->stack[p->depth]) { d->tail--; if (d->tail < d->keys) { rb_raise(rb_eIndexError, "accessing key stack"); } key = *d->tail; } rb_funcall(d->handler, oj_array_end_id, 3, key, LONG2FIX(p->line), LONG2FIX(p->cur - p->col)); } static void add_null(ojParser p) { rb_funcall(((Saj)p->ctx)->handler, oj_add_value_id, 2, Qnil, Qnil); } static void add_null_loc(ojParser p) { rb_funcall(((Saj)p->ctx)->handler, oj_add_value_id, 4, Qnil, Qnil, LONG2FIX(p->line), LONG2FIX(p->cur - p->col)); } static void add_null_key(ojParser p) { rb_funcall(((Saj)p->ctx)->handler, oj_add_value_id, 2, Qnil, get_key(p)); } static void add_null_key_loc(ojParser p) { rb_funcall(((Saj)p->ctx)->handler, oj_add_value_id, 4, Qnil, get_key(p), LONG2FIX(p->line), LONG2FIX(p->cur - p->col)); } static void add_true(ojParser p) { rb_funcall(((Saj)p->ctx)->handler, oj_add_value_id, 2, Qtrue, Qnil); } static void add_true_loc(ojParser p) { rb_funcall(((Saj)p->ctx)->handler, oj_add_value_id, 4, Qtrue, Qnil, LONG2FIX(p->line), LONG2FIX(p->cur - p->col)); } static void add_true_key(ojParser p) { rb_funcall(((Saj)p->ctx)->handler, oj_add_value_id, 2, Qtrue, get_key(p)); } static void add_true_key_loc(ojParser p) { rb_funcall(((Saj)p->ctx)->handler, oj_add_value_id, 4, Qtrue, get_key(p), LONG2FIX(p->line), LONG2FIX(p->cur - p->col)); } static void add_false(ojParser p) { rb_funcall(((Saj)p->ctx)->handler, oj_add_value_id, 2, Qfalse, Qnil); } static void add_false_loc(ojParser p) { rb_funcall(((Saj)p->ctx)->handler, oj_add_value_id, 4, Qfalse, Qnil, LONG2FIX(p->line), LONG2FIX(p->cur - p->col)); } static void add_false_key(ojParser p) { rb_funcall(((Saj)p->ctx)->handler, oj_add_value_id, 2, Qfalse, get_key(p)); } static void add_false_key_loc(ojParser p) { rb_funcall(((Saj)p->ctx)->handler, oj_add_value_id, 4, Qfalse, get_key(p), LONG2FIX(p->line), LONG2FIX(p->cur - p->col)); } static void add_int(ojParser p) { rb_funcall(((Saj)p->ctx)->handler, oj_add_value_id, 2, LONG2NUM(p->num.fixnum), Qnil); } static void add_int_loc(ojParser p) { rb_funcall(((Saj)p->ctx)->handler, oj_add_value_id, 4, LONG2NUM(p->num.fixnum), Qnil, LONG2FIX(p->line), LONG2FIX(p->cur - p->col)); } static void add_int_key(ojParser p) { rb_funcall(((Saj)p->ctx)->handler, oj_add_value_id, 2, LONG2NUM(p->num.fixnum), get_key(p)); } static void add_int_key_loc(ojParser p) { rb_funcall(((Saj)p->ctx)->handler, oj_add_value_id, 4, LONG2NUM(p->num.fixnum), get_key(p), LONG2FIX(p->line), LONG2FIX(p->cur - p->col)); } static void add_float(ojParser p) { rb_funcall(((Saj)p->ctx)->handler, oj_add_value_id, 2, rb_float_new(p->num.dub), Qnil); } static void add_float_loc(ojParser p) { rb_funcall(((Saj)p->ctx)->handler, oj_add_value_id, 4, rb_float_new(p->num.dub), Qnil, LONG2FIX(p->line), LONG2FIX(p->cur - p->col)); } static void add_float_key(ojParser p) { rb_funcall(((Saj)p->ctx)->handler, oj_add_value_id, 2, rb_float_new(p->num.dub), get_key(p)); } static void add_float_key_loc(ojParser p) { rb_funcall(((Saj)p->ctx)->handler, oj_add_value_id, 4, rb_float_new(p->num.dub), get_key(p), LONG2FIX(p->line), LONG2FIX(p->cur - p->col)); } static void add_big(ojParser p) { rb_funcall(((Saj)p->ctx)->handler, oj_add_value_id, 2, rb_funcall(rb_cObject, oj_bigdecimal_id, 1, rb_str_new(buf_str(&p->buf), buf_len(&p->buf))), Qnil); } static void add_big_loc(ojParser p) { rb_funcall(((Saj)p->ctx)->handler, oj_add_value_id, 4, rb_funcall(rb_cObject, oj_bigdecimal_id, 1, rb_str_new(buf_str(&p->buf), buf_len(&p->buf))), Qnil, LONG2FIX(p->line), LONG2FIX(p->cur - p->col)); } static void add_big_key(ojParser p) { rb_funcall(((Saj)p->ctx)->handler, oj_add_value_id, 2, rb_funcall(rb_cObject, oj_bigdecimal_id, 1, rb_str_new(buf_str(&p->buf), buf_len(&p->buf))), get_key(p)); } static void add_big_key_loc(ojParser p) { rb_funcall(((Saj)p->ctx)->handler, oj_add_value_id, 4, rb_funcall(rb_cObject, oj_bigdecimal_id, 1, rb_str_new(buf_str(&p->buf), buf_len(&p->buf))), get_key(p), LONG2FIX(p->line), LONG2FIX(p->cur - p->col)); } static void add_str(ojParser p) { Saj d = (Saj)p->ctx; volatile VALUE rstr; const char *str = buf_str(&p->buf); size_t len = buf_len(&p->buf); if (d->cache_str < len) { rstr = cache_intern(d->str_cache, str, len); } else { rstr = rb_utf8_str_new(str, len); } rb_funcall(d->handler, oj_add_value_id, 2, rstr, Qnil); } static void add_str_loc(ojParser p) { Saj d = (Saj)p->ctx; volatile VALUE rstr; const char *str = buf_str(&p->buf); size_t len = buf_len(&p->buf); if (d->cache_str < len) { rstr = cache_intern(d->str_cache, str, len); } else { rstr = rb_utf8_str_new(str, len); } rb_funcall(d->handler, oj_add_value_id, 4, rstr, Qnil, LONG2FIX(p->line), LONG2FIX(p->cur - p->col)); } static void add_str_key(ojParser p) { Saj d = (Saj)p->ctx; volatile VALUE rstr; const char *str = buf_str(&p->buf); size_t len = buf_len(&p->buf); if (d->cache_str < len) { rstr = cache_intern(d->str_cache, str, len); } else { rstr = rb_utf8_str_new(str, len); } rb_funcall(d->handler, oj_add_value_id, 2, rstr, get_key(p)); } static void add_str_key_loc(ojParser p) { Saj d = (Saj)p->ctx; volatile VALUE rstr; const char *str = buf_str(&p->buf); size_t len = buf_len(&p->buf); if (d->cache_str < len) { rstr = cache_intern(d->str_cache, str, len); } else { rstr = rb_utf8_str_new(str, len); } rb_funcall(d->handler, oj_add_value_id, 4, rstr, get_key(p), LONG2FIX(p->line), LONG2FIX(p->cur - p->col)); } static void reset(ojParser p) { Funcs end = p->funcs + 3; Funcs f; for (f = p->funcs; f < end; f++) { f->add_null = noop; f->add_true = noop; f->add_false = noop; f->add_int = noop; f->add_float = noop; f->add_big = noop; f->add_str = noop; f->open_array = noop; f->close_array = noop; f->open_object = noop; f->close_object = noop; } } static VALUE option(ojParser p, const char *key, VALUE value) { Saj d = (Saj)p->ctx; if (0 == strcmp(key, "handler")) { return d->handler; } if (0 == strcmp(key, "handler=")) { d->tail = d->keys; d->handler = value; reset(p); if (rb_respond_to(value, oj_hash_start_id)) { if (1 == rb_obj_method_arity(value, oj_hash_start_id)) { p->funcs[TOP_FUN].open_object = open_object; p->funcs[ARRAY_FUN].open_object = open_object; p->funcs[OBJECT_FUN].open_object = open_object_key; } else { p->funcs[TOP_FUN].open_object = open_object_loc; p->funcs[ARRAY_FUN].open_object = open_object_loc; p->funcs[OBJECT_FUN].open_object = open_object_loc_key; } } if (rb_respond_to(value, oj_array_start_id)) { if (1 == rb_obj_method_arity(value, oj_array_start_id)) { p->funcs[TOP_FUN].open_array = open_array; p->funcs[ARRAY_FUN].open_array = open_array; p->funcs[OBJECT_FUN].open_array = open_array_key; } else { p->funcs[TOP_FUN].open_array = open_array_loc; p->funcs[ARRAY_FUN].open_array = open_array_loc; p->funcs[OBJECT_FUN].open_array = open_array_loc_key; } } if (rb_respond_to(value, oj_hash_end_id)) { if (1 == rb_obj_method_arity(value, oj_hash_end_id)) { p->funcs[TOP_FUN].close_object = close_object; p->funcs[ARRAY_FUN].close_object = close_object; p->funcs[OBJECT_FUN].close_object = close_object; } else { p->funcs[TOP_FUN].close_object = close_object_loc; p->funcs[ARRAY_FUN].close_object = close_object_loc; p->funcs[OBJECT_FUN].close_object = close_object_loc; } } if (rb_respond_to(value, oj_array_end_id)) { if (1 == rb_obj_method_arity(value, oj_array_end_id)) { p->funcs[TOP_FUN].close_array = close_array; p->funcs[ARRAY_FUN].close_array = close_array; p->funcs[OBJECT_FUN].close_array = close_array; } else { p->funcs[TOP_FUN].close_array = close_array_loc; p->funcs[ARRAY_FUN].close_array = close_array_loc; p->funcs[OBJECT_FUN].close_array = close_array_loc; } } if (rb_respond_to(value, oj_add_value_id)) { if (2 == rb_obj_method_arity(value, oj_add_value_id)) { p->funcs[TOP_FUN].add_null = add_null; p->funcs[ARRAY_FUN].add_null = add_null; p->funcs[OBJECT_FUN].add_null = add_null_key; p->funcs[TOP_FUN].add_true = add_true; p->funcs[ARRAY_FUN].add_true = add_true; p->funcs[OBJECT_FUN].add_true = add_true_key; p->funcs[TOP_FUN].add_false = add_false; p->funcs[ARRAY_FUN].add_false = add_false; p->funcs[OBJECT_FUN].add_false = add_false_key; p->funcs[TOP_FUN].add_int = add_int; p->funcs[ARRAY_FUN].add_int = add_int; p->funcs[OBJECT_FUN].add_int = add_int_key; p->funcs[TOP_FUN].add_float = add_float; p->funcs[ARRAY_FUN].add_float = add_float; p->funcs[OBJECT_FUN].add_float = add_float_key; p->funcs[TOP_FUN].add_big = add_big; p->funcs[ARRAY_FUN].add_big = add_big; p->funcs[OBJECT_FUN].add_big = add_big_key; p->funcs[TOP_FUN].add_str = add_str; p->funcs[ARRAY_FUN].add_str = add_str; p->funcs[OBJECT_FUN].add_str = add_str_key; } else { p->funcs[TOP_FUN].add_null = add_null_loc; p->funcs[ARRAY_FUN].add_null = add_null_loc; p->funcs[OBJECT_FUN].add_null = add_null_key_loc; p->funcs[TOP_FUN].add_true = add_true_loc; p->funcs[ARRAY_FUN].add_true = add_true_loc; p->funcs[OBJECT_FUN].add_true = add_true_key_loc; p->funcs[TOP_FUN].add_false = add_false_loc; p->funcs[ARRAY_FUN].add_false = add_false_loc; p->funcs[OBJECT_FUN].add_false = add_false_key_loc; p->funcs[TOP_FUN].add_int = add_int_loc; p->funcs[ARRAY_FUN].add_int = add_int_loc; p->funcs[OBJECT_FUN].add_int = add_int_key_loc; p->funcs[TOP_FUN].add_float = add_float_loc; p->funcs[ARRAY_FUN].add_float = add_float_loc; p->funcs[OBJECT_FUN].add_float = add_float_key_loc; p->funcs[TOP_FUN].add_big = add_big_loc; p->funcs[ARRAY_FUN].add_big = add_big_loc; p->funcs[OBJECT_FUN].add_big = add_big_key_loc; p->funcs[TOP_FUN].add_str = add_str_loc; p->funcs[ARRAY_FUN].add_str = add_str_loc; p->funcs[OBJECT_FUN].add_str = add_str_key_loc; } } return Qnil; } if (0 == strcmp(key, "cache_keys")) { return d->cache_keys ? Qtrue : Qfalse; } if (0 == strcmp(key, "cache_keys=")) { d->cache_keys = (Qtrue == value); return d->cache_keys ? Qtrue : Qfalse; } if (0 == strcmp(key, "cache_strings")) { return INT2NUM((int)d->cache_str); } if (0 == strcmp(key, "cache_strings=")) { int limit = NUM2INT(value); if (CACHE_MAX_KEY < limit) { limit = CACHE_MAX_KEY; } else if (limit < 0) { limit = 0; } d->cache_str = limit; return INT2NUM((int)d->cache_str); } rb_raise(rb_eArgError, "%s is not an option for the SAJ (Simple API for JSON) saj", key); return Qnil; // Never reached due to the raise but required by the compiler. } static VALUE result(ojParser p) { return Qnil; } static void start(ojParser p) { Saj d = (Saj)p->ctx; d->tail = d->keys; } static void dfree(ojParser p) { Saj d = (Saj)p->ctx; if (NULL != d->keys) { OJ_R_FREE(d->keys); } cache_free(d->str_cache); OJ_R_FREE(p->ctx); } static void mark(ojParser p) { if (NULL == p || NULL == p->ctx) { return; } Saj d = (Saj)p->ctx; VALUE *kp; cache_mark(d->str_cache); if (Qnil != d->handler) { rb_gc_mark(d->handler); } if (!d->cache_keys) { for (kp = d->keys; kp < d->tail; kp++) { rb_gc_mark(*kp); } } } static VALUE form_str(const char *str, size_t len) { return rb_str_freeze(rb_utf8_str_new(str, len)); } void oj_init_saj(ojParser p, Saj d) { d->klen = 256; d->keys = OJ_R_ALLOC_N(VALUE, d->klen); d->tail = d->keys; d->handler = Qnil; d->str_cache = cache_create(0, form_str, true, false); d->cache_str = 16; d->cache_keys = true; d->thread_safe = false; p->ctx = (void *)d; reset(p); p->option = option; p->result = result; p->free = dfree; p->mark = mark; p->start = start; } void oj_set_parser_saj(ojParser p) { Saj d = OJ_R_ALLOC(struct _saj); oj_init_saj(p, d); } oj-3.16.12/ext/oj/saj2.h000066400000000000000000000011411510053151600145060ustar00rootroot00000000000000// Copyright (c) 2021, Peter Ohler, All rights reserved. #include #include struct _cache; struct _ojParser; typedef struct _saj { VALUE handler; VALUE *keys; VALUE *tail; size_t klen; struct _cache *str_cache; uint8_t cache_str; bool cache_keys; bool thread_safe; } *Saj; // Initialize the parser with the SAJ delegate. If the SAJ delegate is wrapped // then this function is called first and then the parser functions can be // replaced. extern void oj_init_saj(struct _ojParser *p, Saj d); oj-3.16.12/ext/oj/scp.c000066400000000000000000000132211510053151600144310ustar00rootroot00000000000000// Copyright (c) 2012 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #include #include #include #include #include #include #include "encode.h" #include "intern.h" #include "oj.h" #include "parse.h" static VALUE noop_start(ParseInfo pi) { return Qnil; } static void noop_end(ParseInfo pi) { } static void noop_add_value(ParseInfo pi, VALUE val) { } static void noop_add_cstr(ParseInfo pi, const char *str, size_t len, const char *orig) { } static void noop_add_num(ParseInfo pi, NumInfo ni) { } static VALUE noop_hash_key(ParseInfo pi, const char *key, size_t klen) { return Qundef; } static void noop_hash_set_cstr(ParseInfo pi, Val kval, const char *str, size_t len, const char *orig) { } static void noop_hash_set_num(ParseInfo pi, Val kval, NumInfo ni) { } static void noop_hash_set_value(ParseInfo pi, Val kval, VALUE value) { } static void noop_array_append_cstr(ParseInfo pi, const char *str, size_t len, const char *orig) { } static void noop_array_append_num(ParseInfo pi, NumInfo ni) { } static void noop_array_append_value(ParseInfo pi, VALUE value) { } static void add_value(ParseInfo pi, VALUE val) { rb_funcall(pi->handler, oj_add_value_id, 1, val); } static void add_cstr(ParseInfo pi, const char *str, size_t len, const char *orig) { volatile VALUE rstr = rb_utf8_str_new(str, len); rb_funcall(pi->handler, oj_add_value_id, 1, rstr); } static void add_num(ParseInfo pi, NumInfo ni) { rb_funcall(pi->handler, oj_add_value_id, 1, oj_num_as_value(ni)); } static VALUE start_hash(ParseInfo pi) { return rb_funcall(pi->handler, oj_hash_start_id, 0); } static void end_hash(ParseInfo pi) { rb_funcall(pi->handler, oj_hash_end_id, 0); } static VALUE start_array(ParseInfo pi) { return rb_funcall(pi->handler, oj_array_start_id, 0); } static void end_array(ParseInfo pi) { rb_funcall(pi->handler, oj_array_end_id, 0); } static VALUE hash_key(ParseInfo pi, const char *key, size_t klen) { return rb_funcall(pi->handler, oj_hash_key_id, 1, rb_str_new(key, klen)); } static void hash_set_cstr(ParseInfo pi, Val kval, const char *str, size_t len, const char *orig) { volatile VALUE rstr = rb_utf8_str_new(str, len); rb_funcall(pi->handler, oj_hash_set_id, 3, stack_peek(&pi->stack)->val, oj_calc_hash_key(pi, kval), rstr); } static void hash_set_num(ParseInfo pi, Val kval, NumInfo ni) { rb_funcall(pi->handler, oj_hash_set_id, 3, stack_peek(&pi->stack)->val, oj_calc_hash_key(pi, kval), oj_num_as_value(ni)); } static void hash_set_value(ParseInfo pi, Val kval, VALUE value) { rb_funcall(pi->handler, oj_hash_set_id, 3, stack_peek(&pi->stack)->val, oj_calc_hash_key(pi, kval), value); } static void array_append_cstr(ParseInfo pi, const char *str, size_t len, const char *orig) { volatile VALUE rstr = rb_utf8_str_new(str, len); rb_funcall(pi->handler, oj_array_append_id, 2, stack_peek(&pi->stack)->val, rstr); } static void array_append_num(ParseInfo pi, NumInfo ni) { rb_funcall(pi->handler, oj_array_append_id, 2, stack_peek(&pi->stack)->val, oj_num_as_value(ni)); } static void array_append_value(ParseInfo pi, VALUE value) { rb_funcall(pi->handler, oj_array_append_id, 2, stack_peek(&pi->stack)->val, value); } VALUE oj_sc_parse(int argc, VALUE *argv, VALUE self) { struct _parseInfo pi; VALUE input = argv[1]; parse_info_init(&pi); pi.err_class = Qnil; pi.max_depth = 0; pi.options = oj_default_options; if (3 == argc) { oj_parse_options(argv[2], &pi.options); } if (rb_block_given_p()) { pi.proc = Qnil; } else { pi.proc = Qundef; } pi.handler = *argv; pi.start_hash = rb_respond_to(pi.handler, oj_hash_start_id) ? start_hash : noop_start; pi.end_hash = rb_respond_to(pi.handler, oj_hash_end_id) ? end_hash : noop_end; pi.hash_key = rb_respond_to(pi.handler, oj_hash_key_id) ? hash_key : noop_hash_key; pi.start_array = rb_respond_to(pi.handler, oj_array_start_id) ? start_array : noop_start; pi.end_array = rb_respond_to(pi.handler, oj_array_end_id) ? end_array : noop_end; if (rb_respond_to(pi.handler, oj_hash_set_id)) { pi.hash_set_value = hash_set_value; pi.hash_set_cstr = hash_set_cstr; pi.hash_set_num = hash_set_num; pi.expect_value = 1; } else { pi.hash_set_value = noop_hash_set_value; pi.hash_set_cstr = noop_hash_set_cstr; pi.hash_set_num = noop_hash_set_num; pi.expect_value = 0; } if (rb_respond_to(pi.handler, oj_array_append_id)) { pi.array_append_value = array_append_value; pi.array_append_cstr = array_append_cstr; pi.array_append_num = array_append_num; pi.expect_value = 1; } else { pi.array_append_value = noop_array_append_value; pi.array_append_cstr = noop_array_append_cstr; pi.array_append_num = noop_array_append_num; pi.expect_value = 0; } if (rb_respond_to(pi.handler, oj_add_value_id)) { pi.add_cstr = add_cstr; pi.add_num = add_num; pi.add_value = add_value; pi.expect_value = 1; } else { pi.add_cstr = noop_add_cstr; pi.add_num = noop_add_num; pi.add_value = noop_add_value; pi.expect_value = 0; } pi.has_callbacks = true; if (T_STRING == rb_type(input)) { return oj_pi_parse(argc - 1, argv + 1, &pi, 0, 0, 1); } else { return oj_pi_sparse(argc - 1, argv + 1, &pi, 0); } } oj-3.16.12/ext/oj/simd.h000066400000000000000000000003611510053151600146060ustar00rootroot00000000000000#ifndef OJ_SIMD_H #define OJ_SIMD_H #if defined(__ARM_NEON) || defined(__ARM_NEON__) || defined(__aarch64__) || defined(_M_ARM64) #define HAVE_SIMD_NEON 1 #define SIMD_MINIMUM_THRESHOLD 6 #include #endif #endif /* OJ_SIMD_H */oj-3.16.12/ext/oj/sparse.c000066400000000000000000000751721510053151600151560ustar00rootroot00000000000000// Copyright (c) 2013 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #include #include #include #include #include #include "buf.h" #include "encode.h" #include "intern.h" // for oj_strndup() #include "mem.h" #include "oj.h" #include "parse.h" #include "val_stack.h" // Workaround in case INFINITY is not defined in math.h or if the OS is CentOS #define OJ_INFINITY (1.0 / 0.0) #ifdef RUBINIUS_RUBY #define NUM_MAX 0x07FFFFFF #else #define NUM_MAX (FIXNUM_MAX >> 8) #endif #define EXP_MAX 100000 #define DEC_MAX 15 static void skip_comment(ParseInfo pi) { char c = reader_get(&pi->rd); if ('*' == c) { while ('\0' != (c = reader_get(&pi->rd))) { if ('*' == c) { c = reader_get(&pi->rd); if ('/' == c) { return; } } } } else if ('/' == c) { while ('\0' != (c = reader_get(&pi->rd))) { switch (c) { case '\n': case '\r': case '\f': case '\0': return; default: break; } } } else { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "invalid comment format"); } if ('\0' == c) { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "comment not terminated"); return; } } static void add_value(ParseInfo pi, VALUE rval) { Val parent = stack_peek(&pi->stack); if (0 == parent) { // simple add pi->add_value(pi, rval); } else { switch (parent->next) { case NEXT_ARRAY_NEW: case NEXT_ARRAY_ELEMENT: pi->array_append_value(pi, rval); parent->next = NEXT_ARRAY_COMMA; break; case NEXT_HASH_VALUE: pi->hash_set_value(pi, parent, rval); if (parent->kalloc) { OJ_R_FREE((char *)parent->key); } parent->key = 0; parent->kalloc = 0; parent->next = NEXT_HASH_COMMA; break; case NEXT_HASH_NEW: case NEXT_HASH_KEY: case NEXT_HASH_COMMA: case NEXT_NONE: case NEXT_ARRAY_COMMA: case NEXT_HASH_COLON: default: oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "expected %s", oj_stack_next_string(parent->next)); break; } } } static void add_num_value(ParseInfo pi, NumInfo ni) { Val parent = stack_peek(&pi->stack); if (0 == parent) { pi->add_num(pi, ni); } else { switch (parent->next) { case NEXT_ARRAY_NEW: case NEXT_ARRAY_ELEMENT: pi->array_append_num(pi, ni); parent->next = NEXT_ARRAY_COMMA; break; case NEXT_HASH_VALUE: pi->hash_set_num(pi, parent, ni); if (parent->kalloc) { OJ_R_FREE((char *)parent->key); } parent->key = 0; parent->kalloc = 0; parent->next = NEXT_HASH_COMMA; break; default: oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "expected %s", oj_stack_next_string(parent->next)); break; } } } static void read_true(ParseInfo pi) { if (0 == reader_expect(&pi->rd, "rue")) { add_value(pi, Qtrue); } else { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "expected true"); } } static void read_false(ParseInfo pi) { if (0 == reader_expect(&pi->rd, "alse")) { add_value(pi, Qfalse); } else { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "expected false"); } } static uint32_t read_hex(ParseInfo pi) { uint32_t b = 0; int i; char c; for (i = 0; i < 4; i++) { c = reader_get(&pi->rd); b = b << 4; if ('0' <= c && c <= '9') { b += c - '0'; } else if ('A' <= c && c <= 'F') { b += c - 'A' + 10; } else if ('a' <= c && c <= 'f') { b += c - 'a' + 10; } else { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "invalid hex character"); return 0; } } return b; } static void unicode_to_chars(ParseInfo pi, Buf buf, uint32_t code) { if (0x0000007F >= code) { buf_append(buf, (char)code); } else if (0x000007FF >= code) { buf_append(buf, 0xC0 | (code >> 6)); buf_append(buf, 0x80 | (0x3F & code)); } else if (0x0000FFFF >= code) { buf_append(buf, 0xE0 | (code >> 12)); buf_append(buf, 0x80 | ((code >> 6) & 0x3F)); buf_append(buf, 0x80 | (0x3F & code)); } else if (0x001FFFFF >= code) { buf_append(buf, 0xF0 | (code >> 18)); buf_append(buf, 0x80 | ((code >> 12) & 0x3F)); buf_append(buf, 0x80 | ((code >> 6) & 0x3F)); buf_append(buf, 0x80 | (0x3F & code)); } else if (0x03FFFFFF >= code) { buf_append(buf, 0xF8 | (code >> 24)); buf_append(buf, 0x80 | ((code >> 18) & 0x3F)); buf_append(buf, 0x80 | ((code >> 12) & 0x3F)); buf_append(buf, 0x80 | ((code >> 6) & 0x3F)); buf_append(buf, 0x80 | (0x3F & code)); } else if (0x7FFFFFFF >= code) { buf_append(buf, 0xFC | (code >> 30)); buf_append(buf, 0x80 | ((code >> 24) & 0x3F)); buf_append(buf, 0x80 | ((code >> 18) & 0x3F)); buf_append(buf, 0x80 | ((code >> 12) & 0x3F)); buf_append(buf, 0x80 | ((code >> 6) & 0x3F)); buf_append(buf, 0x80 | (0x3F & code)); } else { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "invalid Unicode character"); } } // entered at backslash static void read_escaped_str(ParseInfo pi) { struct _buf buf; char c; uint32_t code; Val parent = stack_peek(&pi->stack); buf_init(&buf); if (pi->rd.str < pi->rd.tail) { buf_append_string(&buf, pi->rd.str, pi->rd.tail - pi->rd.str); } while ('\"' != (c = reader_get(&pi->rd))) { if ('\0' == c) { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "quoted string not terminated"); buf_cleanup(&buf); return; } else if ('\\' == c) { c = reader_get(&pi->rd); switch (c) { case 'n': buf_append(&buf, '\n'); break; case 'r': buf_append(&buf, '\r'); break; case 't': buf_append(&buf, '\t'); break; case 'f': buf_append(&buf, '\f'); break; case 'b': buf_append(&buf, '\b'); break; case '"': buf_append(&buf, '"'); break; case '/': buf_append(&buf, '/'); break; case '\\': buf_append(&buf, '\\'); break; case 'u': if (0 == (code = read_hex(pi)) && err_has(&pi->err)) { buf_cleanup(&buf); return; } if (0x0000D800 <= code && code <= 0x0000DFFF) { uint32_t c1 = (code - 0x0000D800) & 0x000003FF; uint32_t c2; char ch2; c = reader_get(&pi->rd); ch2 = reader_get(&pi->rd); if ('\\' != c || 'u' != ch2) { if (Yes == pi->options.allow_invalid) { unicode_to_chars(pi, &buf, code); reader_backup(&pi->rd); reader_backup(&pi->rd); break; } oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "invalid escaped character"); buf_cleanup(&buf); return; } if (0 == (c2 = read_hex(pi)) && err_has(&pi->err)) { buf_cleanup(&buf); return; } c2 = (c2 - 0x0000DC00) & 0x000003FF; code = ((c1 << 10) | c2) + 0x00010000; } unicode_to_chars(pi, &buf, code); if (err_has(&pi->err)) { buf_cleanup(&buf); return; } break; default: // The json gem claims this is not an error despite the // ECMA-404 indicating it is not valid. if (CompatMode == pi->options.mode) { buf_append(&buf, c); break; } oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "invalid escaped character"); buf_cleanup(&buf); return; } } else { buf_append(&buf, c); } } if (0 == parent) { pi->add_cstr(pi, buf.head, buf_len(&buf), pi->rd.str); } else { switch (parent->next) { case NEXT_ARRAY_NEW: case NEXT_ARRAY_ELEMENT: pi->array_append_cstr(pi, buf.head, buf_len(&buf), pi->rd.str); parent->next = NEXT_ARRAY_COMMA; break; case NEXT_HASH_NEW: case NEXT_HASH_KEY: if (Qundef == (parent->key_val = pi->hash_key(pi, buf.head, buf_len(&buf)))) { parent->klen = buf_len(&buf); parent->key = malloc(parent->klen + 1); memcpy((char *)parent->key, buf.head, parent->klen); *(char *)(parent->key + parent->klen) = '\0'; } else { parent->key = ""; parent->klen = 0; } parent->k1 = *pi->rd.str; parent->next = NEXT_HASH_COLON; break; case NEXT_HASH_VALUE: pi->hash_set_cstr(pi, parent, buf.head, buf_len(&buf), pi->rd.str); if (parent->kalloc) { OJ_R_FREE((char *)parent->key); } parent->key = 0; parent->kalloc = 0; parent->next = NEXT_HASH_COMMA; break; case NEXT_HASH_COMMA: case NEXT_NONE: case NEXT_ARRAY_COMMA: case NEXT_HASH_COLON: default: oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "expected %s, not a string", oj_stack_next_string(parent->next)); break; } } buf_cleanup(&buf); } static void read_str(ParseInfo pi) { Val parent = stack_peek(&pi->stack); char c; reader_protect(&pi->rd); while ('\"' != (c = reader_get(&pi->rd))) { if ('\0' == c) { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "quoted string not terminated"); return; } else if ('\\' == c) { reader_backup(&pi->rd); read_escaped_str(pi); reader_release(&pi->rd); return; } } if (0 == parent) { // simple add pi->add_cstr(pi, pi->rd.str, pi->rd.tail - pi->rd.str - 1, pi->rd.str); } else { switch (parent->next) { case NEXT_ARRAY_NEW: case NEXT_ARRAY_ELEMENT: pi->array_append_cstr(pi, pi->rd.str, pi->rd.tail - pi->rd.str - 1, pi->rd.str); parent->next = NEXT_ARRAY_COMMA; break; case NEXT_HASH_NEW: case NEXT_HASH_KEY: parent->klen = pi->rd.tail - pi->rd.str - 1; if (sizeof(parent->karray) <= parent->klen) { parent->key = oj_strndup(pi->rd.str, parent->klen); parent->kalloc = 1; } else { memcpy(parent->karray, pi->rd.str, parent->klen); parent->karray[parent->klen] = '\0'; parent->key = parent->karray; parent->kalloc = 0; } parent->key_val = pi->hash_key(pi, parent->key, parent->klen); parent->k1 = *pi->rd.str; parent->next = NEXT_HASH_COLON; break; case NEXT_HASH_VALUE: pi->hash_set_cstr(pi, parent, pi->rd.str, pi->rd.tail - pi->rd.str - 1, pi->rd.str); if (parent->kalloc) { OJ_R_FREE((char *)parent->key); } parent->key = 0; parent->kalloc = 0; parent->next = NEXT_HASH_COMMA; break; case NEXT_HASH_COMMA: case NEXT_NONE: case NEXT_ARRAY_COMMA: case NEXT_HASH_COLON: default: oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "expected %s, not a string", oj_stack_next_string(parent->next)); break; } } reader_release(&pi->rd); } static void read_num(ParseInfo pi) { struct _numInfo ni; char c; reader_protect(&pi->rd); ni.i = 0; ni.num = 0; ni.div = 1; ni.di = 0; ni.len = 0; ni.exp = 0; ni.big = 0; ni.infinity = 0; ni.nan = 0; ni.neg = 0; ni.has_exp = 0; if (CompatMode == pi->options.mode) { ni.no_big = !pi->options.compat_bigdec; ni.bigdec_load = pi->options.compat_bigdec; } else { ni.no_big = (FloatDec == pi->options.bigdec_load || FastDec == pi->options.bigdec_load || RubyDec == pi->options.bigdec_load); ni.bigdec_load = pi->options.bigdec_load; } c = reader_get(&pi->rd); if ('-' == c) { c = reader_get(&pi->rd); ni.neg = 1; } else if ('+' == c) { c = reader_get(&pi->rd); } if ('I' == c) { if (No == pi->options.allow_nan) { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "not a number or other value"); return; } else if (0 != reader_expect(&pi->rd, "nfinity")) { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "not a number or other value"); return; } ni.infinity = 1; } else { int dec_cnt = 0; bool zero1 = false; for (; '0' <= c && c <= '9'; c = reader_get(&pi->rd)) { if (0 == ni.i && '0' == c) { zero1 = true; } if (0 < ni.i) { dec_cnt++; } if (ni.big) { ni.big++; } else { int d = (c - '0'); if (0 < d) { if (zero1 && CompatMode == pi->options.mode) { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "not a number"); return; } zero1 = false; } ni.i = ni.i * 10 + d; if (INT64_MAX <= ni.i || DEC_MAX < dec_cnt) { ni.big = 1; } } } if ('.' == c) { c = reader_get(&pi->rd); // A trailing . is not a valid decimal but if encountered allow it // except when mimicking the JSON gem. if (CompatMode == pi->options.mode) { if (c < '0' || '9' < c) { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "not a number"); } } for (; '0' <= c && c <= '9'; c = reader_get(&pi->rd)) { int d = (c - '0'); if (0 < ni.num || 0 < ni.i) { dec_cnt++; } if (INT64_MAX <= ni.div) { if (!ni.no_big) { ni.big = true; } } else { ni.num = ni.num * 10 + d; ni.div *= 10; ni.di++; if (INT64_MAX <= ni.div || DEC_MAX < dec_cnt) { if (!ni.no_big) { ni.big = true; } } } } } if ('e' == c || 'E' == c) { int eneg = 0; ni.has_exp = 1; c = reader_get(&pi->rd); if ('-' == c) { c = reader_get(&pi->rd); eneg = 1; } else if ('+' == c) { c = reader_get(&pi->rd); } for (; '0' <= c && c <= '9'; c = reader_get(&pi->rd)) { ni.exp = ni.exp * 10 + (c - '0'); if (EXP_MAX <= ni.exp) { ni.big = 1; } } if (eneg) { ni.exp = -ni.exp; } } ni.len = pi->rd.tail - pi->rd.str; if (0 != c) { reader_backup(&pi->rd); } } ni.str = pi->rd.str; ni.len = pi->rd.tail - pi->rd.str; // Check for special reserved values for Infinity and NaN. if (ni.big) { if (0 == strcasecmp(INF_VAL, ni.str)) { ni.infinity = 1; } else if (0 == strcasecmp(NINF_VAL, ni.str)) { ni.infinity = 1; ni.neg = 1; } else if (0 == strcasecmp(NAN_VAL, ni.str)) { ni.nan = 1; } } if (CompatMode == pi->options.mode) { if (pi->options.compat_bigdec) { ni.big = 1; } } else if (BigDec == pi->options.bigdec_load) { ni.big = 1; } add_num_value(pi, &ni); reader_release(&pi->rd); } static void read_nan(ParseInfo pi) { struct _numInfo ni; char c; ni.str = pi->rd.str; ni.i = 0; ni.num = 0; ni.div = 1; ni.di = 0; ni.len = 0; ni.exp = 0; ni.big = 0; ni.infinity = 0; ni.nan = 1; ni.neg = 0; if (CompatMode == pi->options.mode) { ni.no_big = !pi->options.compat_bigdec; ni.bigdec_load = pi->options.compat_bigdec; } else { ni.no_big = (FloatDec == pi->options.bigdec_load || FastDec == pi->options.bigdec_load || RubyDec == pi->options.bigdec_load); ni.bigdec_load = pi->options.bigdec_load; } if ('a' != reader_get(&pi->rd) || ('N' != (c = reader_get(&pi->rd)) && 'n' != c)) { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "not a number or other value"); return; } if (CompatMode == pi->options.mode) { if (pi->options.compat_bigdec) { ni.big = 1; } } else if (BigDec == pi->options.bigdec_load) { ni.big = 1; } add_num_value(pi, &ni); } static void array_start(ParseInfo pi) { VALUE v = pi->start_array(pi); stack_push(&pi->stack, v, NEXT_ARRAY_NEW); } static void array_end(ParseInfo pi) { Val array = stack_pop(&pi->stack); if (0 == array) { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "unexpected array close"); } else if (NEXT_ARRAY_COMMA != array->next && NEXT_ARRAY_NEW != array->next) { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "expected %s, not an array close", oj_stack_next_string(array->next)); } else { pi->end_array(pi); add_value(pi, array->val); } } static void hash_start(ParseInfo pi) { volatile VALUE v = pi->start_hash(pi); stack_push(&pi->stack, v, NEXT_HASH_NEW); } static void hash_end(ParseInfo pi) { volatile Val hash = stack_peek(&pi->stack); // leave hash on stack until just before if (0 == hash) { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "unexpected hash close"); } else if (NEXT_HASH_COMMA != hash->next && NEXT_HASH_NEW != hash->next) { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "expected %s, not a hash close", oj_stack_next_string(hash->next)); } else { pi->end_hash(pi); stack_pop(&pi->stack); add_value(pi, hash->val); } } static void comma(ParseInfo pi) { Val parent = stack_peek(&pi->stack); if (0 == parent) { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "unexpected comma"); } else if (NEXT_ARRAY_COMMA == parent->next) { parent->next = NEXT_ARRAY_ELEMENT; } else if (NEXT_HASH_COMMA == parent->next) { parent->next = NEXT_HASH_KEY; } else { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "unexpected comma"); } } static void colon(ParseInfo pi) { Val parent = stack_peek(&pi->stack); if (0 != parent && NEXT_HASH_COLON == parent->next) { parent->next = NEXT_HASH_VALUE; } else { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "unexpected colon"); } } void oj_sparse2(ParseInfo pi) { int first = 1; char c; long start = 0; err_init(&pi->err); while (1) { if (0 < pi->max_depth && pi->max_depth <= pi->stack.tail - pi->stack.head - 1) { VALUE err_clas = oj_get_json_err_class("NestingError"); oj_set_error_at(pi, err_clas, __FILE__, __LINE__, "Too deeply nested."); pi->err_class = err_clas; return; } c = reader_next_non_white(&pi->rd); if (!first && '\0' != c) { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "unexpected characters after the JSON document"); } switch (c) { case '{': hash_start(pi); break; case '}': hash_end(pi); break; case ':': colon(pi); break; case '[': array_start(pi); break; case ']': array_end(pi); break; case ',': comma(pi); break; case '"': read_str(pi); break; case '+': if (CompatMode == pi->options.mode) { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "unexpected character"); return; } pi->cur--; read_num(pi); break; case '-': case '0': case '1': case '2': case '3': case '4': case '5': case '6': case '7': case '8': case '9': reader_backup(&pi->rd); read_num(pi); break; case 'I': if (Yes == pi->options.allow_nan) { reader_backup(&pi->rd); read_num(pi); } else { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "unexpected character"); return; } break; case 'N': if (Yes == pi->options.allow_nan) { read_nan(pi); } else { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "unexpected character"); return; } break; case 't': read_true(pi); break; case 'f': read_false(pi); break; case 'n': c = reader_get(&pi->rd); if ('u' == c) { if (0 == reader_expect(&pi->rd, "ll")) { add_value(pi, Qnil); } else { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "expected null"); return; } } else if ('a' == c) { struct _numInfo ni; c = reader_get(&pi->rd); if ('N' != c && 'n' != c) { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "expected NaN"); return; } ni.str = pi->rd.str; ni.i = 0; ni.num = 0; ni.div = 1; ni.di = 0; ni.len = 0; ni.exp = 0; ni.big = 0; ni.infinity = 0; ni.nan = 1; ni.neg = 0; if (CompatMode == pi->options.mode) { ni.no_big = !pi->options.compat_bigdec; ni.bigdec_load = pi->options.compat_bigdec; } else { ni.no_big = (FloatDec == pi->options.bigdec_load || FastDec == pi->options.bigdec_load || RubyDec == pi->options.bigdec_load); ni.bigdec_load = pi->options.bigdec_load; } add_num_value(pi, &ni); } else { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "invalid token"); return; } break; case '/': skip_comment(pi); break; case '\0': return; default: oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "unexpected character '%c' [0x%02x]", c, c); return; } if (err_has(&pi->err)) { return; } if (stack_empty(&pi->stack)) { if (Qundef != pi->proc) { VALUE args[3]; long len = pi->rd.pos - start; *args = stack_head_val(&pi->stack); args[1] = LONG2NUM(start); args[2] = LONG2NUM(len); if (Qnil == pi->proc) { rb_yield_values2(3, args); } else { rb_proc_call_with_block(pi->proc, 3, args, Qnil); } } else if (!pi->has_callbacks) { first = 0; } start = pi->rd.pos; // TBD break if option set to allow that } } } static VALUE protect_parse(VALUE pip) { oj_sparse2((ParseInfo)pip); return Qnil; } VALUE oj_pi_sparse(int argc, VALUE *argv, ParseInfo pi, int fd) { volatile VALUE input; volatile VALUE wrapped_stack; VALUE result = Qnil; int line = 0; if (argc < 1) { rb_raise(rb_eArgError, "Wrong number of arguments to parse."); } input = argv[0]; if (2 <= argc) { if (T_HASH == rb_type(argv[1])) { oj_parse_options(argv[1], &pi->options); } else if (3 <= argc && T_HASH == rb_type(argv[2])) { oj_parse_options(argv[2], &pi->options); } } if (Qnil == input) { if (Yes == pi->options.nilnil) { return Qnil; } else { rb_raise(rb_eTypeError, "Nil is not a valid JSON source."); } } else if (CompatMode == pi->options.mode && T_STRING == rb_type(input) && No == pi->options.nilnil && 0 == RSTRING_LEN(input)) { rb_raise(oj_json_parser_error_class, "An empty string is not a valid JSON string."); } if (rb_block_given_p()) { pi->proc = Qnil; } else { pi->proc = Qundef; } oj_reader_init(&pi->rd, input, fd, CompatMode == pi->options.mode); pi->json = 0; // indicates reader is in use if (Yes == pi->options.circular) { pi->circ_array = oj_circ_array_new(); } else { pi->circ_array = 0; } if (No == pi->options.allow_gc) { rb_gc_disable(); } // GC can run at any time. When it runs any Object created by C will be // freed. We protect against this by wrapping the value stack in a ruby // data object and providing a mark function for ruby objects on the // value stack (while it is in scope). wrapped_stack = oj_stack_init(&pi->stack); rb_protect(protect_parse, (VALUE)pi, &line); if (Qundef == pi->stack.head->val && !empty_ok(&pi->options)) { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "Empty input"); } result = stack_head_val(&pi->stack); DATA_PTR(wrapped_stack) = 0; if (No == pi->options.allow_gc) { rb_gc_enable(); } if (!err_has(&pi->err)) { // If the stack is not empty then the JSON terminated early. Val v; VALUE err_class = oj_parse_error_class; if (0 != line) { VALUE ec = rb_obj_class(rb_errinfo()); if (rb_eIOError != ec) { goto CLEANUP; } // Sometimes the class of the error is 0 which seems broken. if (rb_eArgError != ec && 0 != ec) { err_class = ec; } } if (0 != (v = stack_peek(&pi->stack))) { switch (v->next) { case NEXT_ARRAY_NEW: case NEXT_ARRAY_ELEMENT: case NEXT_ARRAY_COMMA: oj_set_error_at(pi, err_class, __FILE__, __LINE__, "Array not terminated"); break; case NEXT_HASH_NEW: case NEXT_HASH_KEY: case NEXT_HASH_COLON: case NEXT_HASH_VALUE: case NEXT_HASH_COMMA: oj_set_error_at(pi, err_class, __FILE__, __LINE__, "Hash/Object not terminated"); break; default: oj_set_error_at(pi, err_class, __FILE__, __LINE__, "not terminated"); } } } CLEANUP: // proceed with cleanup if (0 != pi->circ_array) { oj_circ_array_free(pi->circ_array); } stack_cleanup(&pi->stack); if (0 != fd) { #ifdef _WIN32 rb_w32_close(fd); #else close(fd); #endif } if (err_has(&pi->err)) { rb_set_errinfo(Qnil); if (Qnil != pi->err_class && 0 != pi->err_class) { pi->err.clas = pi->err_class; } if (CompatMode == pi->options.mode && Yes != pi->options.safe) { // The json gem requires the error message be UTF-8 encoded. In // additional the complete JSON source should be returned but that // is not possible without stored all the bytes read and reading // the remaining bytes on the stream. Both seem like a very bad // idea. VALUE args[] = {oj_encode(rb_str_new2(pi->err.msg))}; if (pi->err.clas == oj_parse_error_class) { // The error was an Oj::ParseError so change to a JSON::ParserError. pi->err.clas = oj_json_parser_error_class; } rb_exc_raise(rb_class_new_instance(1, args, pi->err.clas)); } else { oj_err_raise(&pi->err); } oj_err_raise(&pi->err); } else if (0 != line) { rb_jump_tag(line); } return result; } oj-3.16.12/ext/oj/stream_writer.c000066400000000000000000000250631510053151600165420ustar00rootroot00000000000000// Copyright (c) 2012, 2017 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #include #include #include "encode.h" #include "mem.h" extern VALUE Oj; static void stream_writer_free(void *ptr) { StreamWriter sw; if (0 == ptr) { return; } sw = (StreamWriter)ptr; OJ_R_FREE(sw->sw.out.buf); OJ_R_FREE(sw->sw.types); OJ_R_FREE(ptr); } static const rb_data_type_t oj_stream_writer_type = { "Oj/stream_writer", { NULL, stream_writer_free, NULL, }, 0, 0, }; static void stream_writer_reset_buf(StreamWriter sw) { sw->sw.out.cur = sw->sw.out.buf; *sw->sw.out.cur = '\0'; } static void stream_writer_write(StreamWriter sw) { ssize_t size = sw->sw.out.cur - sw->sw.out.buf; switch (sw->type) { case STRING_IO: case STREAM_IO: case FILE_IO: { volatile VALUE rs = rb_utf8_str_new(sw->sw.out.buf, size); rb_funcall(sw->stream, oj_write_id, 1, rs); break; } default: rb_raise(rb_eArgError, "expected an IO Object."); } stream_writer_reset_buf(sw); } static VALUE buffer_size_sym = Qundef; /* Document-method: new * call-seq: new(io, options) * * Creates a new StreamWriter. Options are supported according the specified * mode or the mode in the default options. Note that if mimic_JSON or * Oj.optimize_rails has not been called then the behavior of the modes may * not be the same as if they were. * * In addition to the regular dump options for the various modes a * _:buffer_size_ option is available. It should be set to a positive * integer. It is considered a hint of how large the initial internal buffer * should be and also a hint on when to flush. * * - *io* [_IO_] stream to write to * - *options* [_Hash_] formatting options */ static VALUE stream_writer_new(int argc, VALUE *argv, VALUE self) { StreamWriterType type = STREAM_IO; int fd = 0; VALUE stream = argv[0]; VALUE clas = rb_obj_class(stream); StreamWriter sw; #if !IS_WINDOWS VALUE s; #endif if (oj_stringio_class == clas) { type = STRING_IO; #if !IS_WINDOWS } else if (rb_respond_to(stream, oj_fileno_id) && Qnil != (s = rb_funcall(stream, oj_fileno_id, 0)) && 0 != (fd = FIX2INT(s))) { type = FILE_IO; #endif } else if (rb_respond_to(stream, oj_write_id)) { type = STREAM_IO; } else { rb_raise(rb_eArgError, "expected an IO Object."); } sw = OJ_R_ALLOC(struct _streamWriter); if (2 == argc && T_HASH == rb_type(argv[1])) { volatile VALUE v; int buf_size = 0; if (Qundef == buffer_size_sym) { buffer_size_sym = ID2SYM(rb_intern("buffer_size")); rb_gc_register_address(&buffer_size_sym); } if (Qnil != (v = rb_hash_lookup(argv[1], buffer_size_sym))) { if (rb_cInteger != rb_obj_class(v)) { OJ_R_FREE(sw); rb_raise(rb_eArgError, ":buffer size must be a Integer."); } buf_size = FIX2INT(v); } oj_str_writer_init(&sw->sw, buf_size); oj_parse_options(argv[1], &sw->sw.opts); sw->flush_limit = buf_size; } else { oj_str_writer_init(&sw->sw, 4096); sw->flush_limit = 0; } sw->sw.out.indent = sw->sw.opts.indent; sw->stream = stream; sw->type = type; sw->fd = fd; return TypedData_Wrap_Struct(oj_stream_writer_class, &oj_stream_writer_type, sw); } /* Document-method: push_key * call-seq: push_key(key) * * Pushes a key onto the JSON document. The key will be used for the next push * if currently in a JSON object and ignored otherwise. If a key is provided on * the next push then that new key will be ignored. * * - *key* [_String_] the key pending for the next push */ static VALUE stream_writer_push_key(VALUE self, VALUE key) { StreamWriter sw; TypedData_Get_Struct(self, struct _streamWriter, &oj_stream_writer_type, sw); oj_str_writer_push_key(&sw->sw, StringValuePtr(key)); if (sw->flush_limit < sw->sw.out.cur - sw->sw.out.buf) { stream_writer_write(sw); } return Qnil; } /* Document-method: push_object * call-seq: push_object(key=nil) * * Pushes an object onto the JSON document. Future pushes will be to this object * until a pop() is called. * * - *key* [_String_] the key if adding to an object in the JSON document */ static VALUE stream_writer_push_object(int argc, VALUE *argv, VALUE self) { StreamWriter sw; TypedData_Get_Struct(self, struct _streamWriter, &oj_stream_writer_type, sw); switch (argc) { case 0: oj_str_writer_push_object(&sw->sw, 0); break; case 1: if (Qnil == argv[0]) { oj_str_writer_push_object(&sw->sw, 0); } else { oj_str_writer_push_object(&sw->sw, StringValuePtr(argv[0])); } break; default: rb_raise(rb_eArgError, "Wrong number of argument to 'push_object'."); break; } if (sw->flush_limit < sw->sw.out.cur - sw->sw.out.buf) { stream_writer_write(sw); } return Qnil; } /* Document-method: push_array * call-seq: push_array(key=nil) * * Pushes an array onto the JSON document. Future pushes will be to this object * until a pop() is called. * * - *key* [_String_] the key if adding to an object in the JSON document */ static VALUE stream_writer_push_array(int argc, VALUE *argv, VALUE self) { StreamWriter sw; TypedData_Get_Struct(self, struct _streamWriter, &oj_stream_writer_type, sw); switch (argc) { case 0: oj_str_writer_push_array(&sw->sw, 0); break; case 1: if (Qnil == argv[0]) { oj_str_writer_push_array(&sw->sw, 0); } else { oj_str_writer_push_array(&sw->sw, StringValuePtr(argv[0])); } break; default: rb_raise(rb_eArgError, "Wrong number of argument to 'push_object'."); break; } if (sw->flush_limit < sw->sw.out.cur - sw->sw.out.buf) { stream_writer_write(sw); } return Qnil; } /* Document-method: push_value * call-seq: push_value(value, key=nil) * * Pushes a value onto the JSON document. * - *value* [_Object_] value to add to the JSON document * - *key* [_String_] the key if adding to an object in the JSON document */ static VALUE stream_writer_push_value(int argc, VALUE *argv, VALUE self) { StreamWriter sw; TypedData_Get_Struct(self, struct _streamWriter, &oj_stream_writer_type, sw); switch (argc) { case 1: oj_str_writer_push_value((StrWriter)sw, *argv, 0); break; case 2: if (Qnil == argv[1]) { oj_str_writer_push_value((StrWriter)sw, *argv, 0); } else { oj_str_writer_push_value((StrWriter)sw, *argv, StringValuePtr(argv[1])); } break; default: rb_raise(rb_eArgError, "Wrong number of argument to 'push_value'."); break; } if (sw->flush_limit < sw->sw.out.cur - sw->sw.out.buf) { stream_writer_write(sw); } return Qnil; } /* Document-method: push_json * call-seq: push_json(value, key=nil) * * Pushes a string onto the JSON document. The String must be a valid JSON * encoded string. No additional checking is done to verify the validity of the * string. * - *value* [_Object_] value to add to the JSON document * - *key* [_String_] the key if adding to an object in the JSON document */ static VALUE stream_writer_push_json(int argc, VALUE *argv, VALUE self) { StreamWriter sw; TypedData_Get_Struct(self, struct _streamWriter, &oj_stream_writer_type, sw); switch (argc) { case 1: oj_str_writer_push_json((StrWriter)sw, StringValuePtr(*argv), 0); break; case 2: if (Qnil == argv[1]) { oj_str_writer_push_json((StrWriter)sw, StringValuePtr(*argv), 0); } else { oj_str_writer_push_json((StrWriter)sw, StringValuePtr(*argv), StringValuePtr(argv[1])); } break; default: rb_raise(rb_eArgError, "Wrong number of argument to 'push_json'."); break; } if (sw->flush_limit < sw->sw.out.cur - sw->sw.out.buf) { stream_writer_write(sw); } return Qnil; } /* Document-method: pop * call-seq: pop() * * Pops up a level in the JSON document closing the array or object that is * currently open. */ static VALUE stream_writer_pop(VALUE self) { StreamWriter sw; TypedData_Get_Struct(self, struct _streamWriter, &oj_stream_writer_type, sw); oj_str_writer_pop(&sw->sw); if (sw->flush_limit < sw->sw.out.cur - sw->sw.out.buf) { stream_writer_write(sw); } return Qnil; } /* Document-method: pop_all * call-seq: pop_all() * * Pops all level in the JSON document closing all the array or object that is * currently open. */ static VALUE stream_writer_pop_all(VALUE self) { StreamWriter sw; TypedData_Get_Struct(self, struct _streamWriter, &oj_stream_writer_type, sw); oj_str_writer_pop_all(&sw->sw); stream_writer_write(sw); return Qnil; } /* Document-method: flush * call-seq: flush() * * Flush any remaining characters in the buffer. */ static VALUE stream_writer_flush(VALUE self) { StreamWriter sw; TypedData_Get_Struct(self, struct _streamWriter, &oj_stream_writer_type, sw); stream_writer_write(sw); return Qnil; } /* Document-class: Oj::StreamWriter * * Supports building a JSON document one element at a time. Build the IO stream * document by pushing values into the document. Pushing an array or an object * will create that element in the JSON document and subsequent pushes will add * the elements to that array or object until a pop() is called. */ void oj_stream_writer_init(void) { oj_stream_writer_class = rb_define_class_under(Oj, "StreamWriter", rb_cObject); rb_gc_register_address(&oj_stream_writer_class); rb_undef_alloc_func(oj_stream_writer_class); rb_define_module_function(oj_stream_writer_class, "new", stream_writer_new, -1); rb_define_method(oj_stream_writer_class, "push_key", stream_writer_push_key, 1); rb_define_method(oj_stream_writer_class, "push_object", stream_writer_push_object, -1); rb_define_method(oj_stream_writer_class, "push_array", stream_writer_push_array, -1); rb_define_method(oj_stream_writer_class, "push_value", stream_writer_push_value, -1); rb_define_method(oj_stream_writer_class, "push_json", stream_writer_push_json, -1); rb_define_method(oj_stream_writer_class, "pop", stream_writer_pop, 0); rb_define_method(oj_stream_writer_class, "pop_all", stream_writer_pop_all, 0); rb_define_method(oj_stream_writer_class, "flush", stream_writer_flush, 0); } oj-3.16.12/ext/oj/strict.c000066400000000000000000000133761510053151600151670ustar00rootroot00000000000000// Copyright (c) 2012 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #include #include #include #include #include "encode.h" #include "err.h" #include "intern.h" #include "oj.h" #include "parse.h" #include "trace.h" VALUE oj_cstr_to_value(const char *str, size_t len, size_t cache_str) { volatile VALUE rstr = Qnil; if (len < cache_str) { rstr = oj_str_intern(str, len); } else { rstr = rb_utf8_str_new(str, len); } return rstr; } VALUE oj_calc_hash_key(ParseInfo pi, Val parent) { volatile VALUE rkey = parent->key_val; if (Qundef != rkey) { return rkey; } if (Yes != pi->options.cache_keys) { if (Yes == pi->options.sym_key) { rkey = ID2SYM(rb_intern3(parent->key, parent->klen, oj_utf8_encoding)); } else { rkey = rb_utf8_str_new(parent->key, parent->klen); OBJ_FREEZE(rkey); // frozen when used as a Hash key anyway } return rkey; } if (Yes == pi->options.sym_key) { rkey = oj_sym_intern(parent->key, parent->klen); } else { rkey = oj_str_intern(parent->key, parent->klen); } return rkey; } static void hash_end(ParseInfo pi) { TRACE_PARSE_HASH_END(pi->options.trace, pi); } static void array_end(ParseInfo pi) { TRACE_PARSE_ARRAY_END(pi->options.trace, pi); } static VALUE noop_hash_key(ParseInfo pi, const char *key, size_t klen) { return Qundef; } static void add_value(ParseInfo pi, VALUE val) { TRACE_PARSE_CALL(pi->options.trace, "add_value", pi, val); pi->stack.head->val = val; } static void add_cstr(ParseInfo pi, const char *str, size_t len, const char *orig) { volatile VALUE rstr = oj_cstr_to_value(str, len, (size_t)pi->options.cache_str); pi->stack.head->val = rstr; TRACE_PARSE_CALL(pi->options.trace, "add_string", pi, rstr); } static void add_num(ParseInfo pi, NumInfo ni) { if (ni->infinity || ni->nan) { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "not a number or other value"); } pi->stack.head->val = oj_num_as_value(ni); TRACE_PARSE_CALL(pi->options.trace, "add_number", pi, pi->stack.head->val); } static VALUE start_hash(ParseInfo pi) { if (Qnil != pi->options.hash_class) { return rb_class_new_instance(0, NULL, pi->options.hash_class); } TRACE_PARSE_IN(pi->options.trace, "start_hash", pi); return rb_hash_new(); } static void hash_set_cstr(ParseInfo pi, Val parent, const char *str, size_t len, const char *orig) { volatile VALUE rstr = oj_cstr_to_value(str, len, (size_t)pi->options.cache_str); rb_hash_aset(stack_peek(&pi->stack)->val, oj_calc_hash_key(pi, parent), rstr); TRACE_PARSE_CALL(pi->options.trace, "set_string", pi, rstr); } static void hash_set_num(ParseInfo pi, Val parent, NumInfo ni) { volatile VALUE v; if (ni->infinity || ni->nan) { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "not a number or other value"); } v = oj_num_as_value(ni); rb_hash_aset(stack_peek(&pi->stack)->val, oj_calc_hash_key(pi, parent), v); TRACE_PARSE_CALL(pi->options.trace, "set_number", pi, v); } static void hash_set_value(ParseInfo pi, Val parent, VALUE value) { rb_hash_aset(stack_peek(&pi->stack)->val, oj_calc_hash_key(pi, parent), value); TRACE_PARSE_CALL(pi->options.trace, "set_value", pi, value); } static VALUE start_array(ParseInfo pi) { TRACE_PARSE_IN(pi->options.trace, "start_array", pi); return rb_ary_new(); } static void array_append_cstr(ParseInfo pi, const char *str, size_t len, const char *orig) { volatile VALUE rstr = oj_cstr_to_value(str, len, (size_t)pi->options.cache_str); rb_ary_push(stack_peek(&pi->stack)->val, rstr); TRACE_PARSE_CALL(pi->options.trace, "append_string", pi, rstr); } static void array_append_num(ParseInfo pi, NumInfo ni) { volatile VALUE v; if (ni->infinity || ni->nan) { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "not a number or other value"); } v = oj_num_as_value(ni); rb_ary_push(stack_peek(&pi->stack)->val, v); TRACE_PARSE_CALL(pi->options.trace, "append_number", pi, v); } static void array_append_value(ParseInfo pi, VALUE value) { rb_ary_push(stack_peek(&pi->stack)->val, value); TRACE_PARSE_CALL(pi->options.trace, "append_value", pi, value); } void oj_set_strict_callbacks(ParseInfo pi) { pi->start_hash = start_hash; pi->end_hash = hash_end; pi->hash_key = noop_hash_key; pi->hash_set_cstr = hash_set_cstr; pi->hash_set_num = hash_set_num; pi->hash_set_value = hash_set_value; pi->start_array = start_array; pi->end_array = array_end; pi->array_append_cstr = array_append_cstr; pi->array_append_num = array_append_num; pi->array_append_value = array_append_value; pi->add_cstr = add_cstr; pi->add_num = add_num; pi->add_value = add_value; pi->expect_value = 1; } VALUE oj_strict_parse(int argc, VALUE *argv, VALUE self) { struct _parseInfo pi; parse_info_init(&pi); pi.options = oj_default_options; pi.handler = Qnil; pi.err_class = Qnil; oj_set_strict_callbacks(&pi); if (T_STRING == rb_type(*argv)) { return oj_pi_parse(argc, argv, &pi, 0, 0, true); } else { return oj_pi_sparse(argc, argv, &pi, 0); } } VALUE oj_strict_parse_cstr(int argc, VALUE *argv, char *json, size_t len) { struct _parseInfo pi; parse_info_init(&pi); pi.options = oj_default_options; pi.handler = Qnil; pi.err_class = Qnil; oj_set_strict_callbacks(&pi); return oj_pi_parse(argc, argv, &pi, json, len, true); } oj-3.16.12/ext/oj/string_writer.c000066400000000000000000000374311510053151600165570ustar00rootroot00000000000000// Copyright (c) 2012, 2017 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #include "dump.h" #include "encode.h" #include "mem.h" extern VALUE Oj; bool string_writer_optimized = false; static void key_check(StrWriter sw, const char *key) { DumpType type = sw->types[sw->depth]; if (0 == key && (ObjectNew == type || ObjectType == type)) { rb_raise(rb_eStandardError, "Can not push onto an Object without a key."); } } static void push_type(StrWriter sw, DumpType type) { if (sw->types_end <= sw->types + sw->depth + 1) { size_t size = (sw->types_end - sw->types) * 2; OJ_R_REALLOC_N(sw->types, char, size); sw->types_end = sw->types + size; } sw->depth++; sw->types[sw->depth] = type; } static void maybe_comma(StrWriter sw) { switch (sw->types[sw->depth]) { case ObjectNew: sw->types[sw->depth] = ObjectType; break; case ArrayNew: sw->types[sw->depth] = ArrayType; break; case ObjectType: case ArrayType: // Always have a few characters available in the out.buf. *sw->out.cur++ = ','; break; } } // Used by stream writer also. void oj_str_writer_init(StrWriter sw, int buf_size) { sw->opts = oj_default_options; sw->depth = 0; sw->types = OJ_R_ALLOC_N(char, 256); sw->types_end = sw->types + 256; *sw->types = '\0'; sw->keyWritten = 0; if (0 == buf_size) { buf_size = 4096; } else if (buf_size < 1024) { buf_size = 1024; } // Must be allocated. Using the out.stack_buffer results in double frees // and I haven't figured out why yet. sw->out.buf = OJ_R_ALLOC_N(char, buf_size); sw->out.cur = sw->out.buf; sw->out.end = sw->out.buf + buf_size - BUFFER_EXTRA; sw->out.allocated = true; *sw->out.cur = '\0'; sw->out.circ_cache = NULL; sw->out.circ_cnt = 0; sw->out.hash_cnt = 0; sw->out.opts = &sw->opts; sw->out.indent = sw->opts.indent; sw->out.depth = 0; sw->out.argc = 0; sw->out.argv = NULL; sw->out.ropts = NULL; sw->out.omit_nil = oj_default_options.dump_opts.omit_nil; } void oj_str_writer_push_key(StrWriter sw, const char *key) { DumpType type = sw->types[sw->depth]; long size; if (sw->keyWritten) { rb_raise(rb_eStandardError, "Can not push more than one key before pushing a non-key."); } if (ObjectNew != type && ObjectType != type) { rb_raise(rb_eStandardError, "Can only push a key onto an Object."); } size = sw->depth * sw->out.indent + 3; assure_size(&sw->out, size); maybe_comma(sw); if (0 < sw->depth) { fill_indent(&sw->out, sw->depth); } oj_dump_cstr(key, strlen(key), 0, 0, &sw->out); *sw->out.cur++ = ':'; sw->keyWritten = 1; } void oj_str_writer_push_object(StrWriter sw, const char *key) { if (sw->keyWritten) { sw->keyWritten = 0; assure_size(&sw->out, 1); } else { long size; key_check(sw, key); size = sw->depth * sw->out.indent + 3; assure_size(&sw->out, size); maybe_comma(sw); if (0 < sw->depth) { fill_indent(&sw->out, sw->depth); } if (0 != key) { oj_dump_cstr(key, strlen(key), 0, 0, &sw->out); *sw->out.cur++ = ':'; } } *sw->out.cur++ = '{'; push_type(sw, ObjectNew); } void oj_str_writer_push_array(StrWriter sw, const char *key) { if (sw->keyWritten) { sw->keyWritten = 0; assure_size(&sw->out, 1); } else { long size; key_check(sw, key); size = sw->depth * sw->out.indent + 3; assure_size(&sw->out, size); maybe_comma(sw); if (0 < sw->depth) { fill_indent(&sw->out, sw->depth); } if (0 != key) { oj_dump_cstr(key, strlen(key), 0, 0, &sw->out); *sw->out.cur++ = ':'; } } *sw->out.cur++ = '['; push_type(sw, ArrayNew); } void oj_str_writer_push_value(StrWriter sw, VALUE val, const char *key) { Out out = &sw->out; if (sw->keyWritten) { sw->keyWritten = 0; } else { long size; key_check(sw, key); size = sw->depth * out->indent + 3; assure_size(out, size); maybe_comma(sw); if (0 < sw->depth) { fill_indent(&sw->out, sw->depth); } if (0 != key) { oj_dump_cstr(key, strlen(key), 0, 0, out); *out->cur++ = ':'; } } switch (out->opts->mode) { case StrictMode: oj_dump_strict_val(val, sw->depth, out); break; case NullMode: oj_dump_null_val(val, sw->depth, out); break; case ObjectMode: oj_dump_obj_val(val, sw->depth, out); break; case CompatMode: oj_dump_compat_val(val, sw->depth, out, Yes == out->opts->to_json); break; case RailsMode: oj_dump_rails_val(val, sw->depth, out); break; case CustomMode: oj_dump_custom_val(val, sw->depth, out, true); break; default: oj_dump_custom_val(val, sw->depth, out, true); break; } } void oj_str_writer_push_json(StrWriter sw, const char *json, const char *key) { if (sw->keyWritten) { sw->keyWritten = 0; } else { long size; key_check(sw, key); size = sw->depth * sw->out.indent + 3; assure_size(&sw->out, size); maybe_comma(sw); if (0 < sw->depth) { fill_indent(&sw->out, sw->depth); } if (0 != key) { oj_dump_cstr(key, strlen(key), 0, 0, &sw->out); *sw->out.cur++ = ':'; } } oj_dump_raw(json, strlen(json), &sw->out); } void oj_str_writer_pop(StrWriter sw) { long size; DumpType type = sw->types[sw->depth]; if (sw->keyWritten) { sw->keyWritten = 0; rb_raise(rb_eStandardError, "Can not pop after writing a key but no value."); } sw->depth--; if (0 > sw->depth) { rb_raise(rb_eStandardError, "Can not pop with no open array or object."); } size = sw->depth * sw->out.indent + 2; assure_size(&sw->out, size); fill_indent(&sw->out, sw->depth); switch (type) { case ObjectNew: case ObjectType: *sw->out.cur++ = '}'; break; case ArrayNew: case ArrayType: *sw->out.cur++ = ']'; break; } if (0 == sw->depth && 0 <= sw->out.indent) { *sw->out.cur++ = '\n'; } } void oj_str_writer_pop_all(StrWriter sw) { while (0 < sw->depth) { oj_str_writer_pop(sw); } } static void string_writer_free(void *ptr) { StrWriter sw; if (0 == ptr) { return; } sw = (StrWriter)ptr; oj_out_free(&sw->out); OJ_R_FREE(sw->types); OJ_R_FREE(ptr); } static const rb_data_type_t oj_string_writer_type = { "Oj/string_writer", { NULL, string_writer_free, NULL, }, 0, 0, }; StrWriter oj_str_writer_unwrap(VALUE writer) { StrWriter sw; TypedData_Get_Struct(writer, struct _strWriter, &oj_string_writer_type, sw); return sw; } /* Document-method: new * call-seq: new(io, options) * * Creates a new StringWriter. Options are supported according the the * specified mode or the mode in the default options. Note that if mimic_JSON * or Oj.optimize_rails has not been called then the behavior of the modes may * not be the same as if they were. * * In addition to the regular dump options for the various modes a * _:buffer_size_ option is available. It should be set to a positive * integer. It is considered a hint of how large the initial internal buffer * should be. * * - *io* [_IO_] stream to write to * - *options* [_Hash_] formatting options */ static VALUE str_writer_new(int argc, VALUE *argv, VALUE self) { StrWriter sw = OJ_R_ALLOC(struct _strWriter); oj_str_writer_init(sw, 0); if (1 == argc) { oj_parse_options(argv[0], &sw->opts); } sw->out.argc = argc - 1; sw->out.argv = argv + 1; sw->out.indent = sw->opts.indent; return TypedData_Wrap_Struct(oj_string_writer_class, &oj_string_writer_type, sw); } /* Document-method: push_key * call-seq: push_key(key) * * Pushes a key onto the JSON document. The key will be used for the next push * if currently in a JSON object and ignored otherwise. If a key is provided on * the next push then that new key will be ignored. * - *key* [_String_] the key pending for the next push */ static VALUE str_writer_push_key(VALUE self, VALUE key) { StrWriter sw; TypedData_Get_Struct(self, struct _strWriter, &oj_string_writer_type, sw); oj_str_writer_push_key(sw, StringValuePtr(key)); return Qnil; } /* Document-method: push_object * call-seq: push_object(key=nil) * * Pushes an object onto the JSON document. Future pushes will be to this object * until a pop() is called. * - *key* [_String_] the key if adding to an object in the JSON document */ static VALUE str_writer_push_object(int argc, VALUE *argv, VALUE self) { StrWriter sw; TypedData_Get_Struct(self, struct _strWriter, &oj_string_writer_type, sw); switch (argc) { case 0: oj_str_writer_push_object(sw, 0); break; case 1: if (Qnil == argv[0]) { oj_str_writer_push_object(sw, 0); } else { oj_str_writer_push_object(sw, StringValuePtr(argv[0])); } break; default: rb_raise(rb_eArgError, "Wrong number of argument to 'push_object'."); break; } if (rb_block_given_p()) { rb_yield(Qnil); oj_str_writer_pop(sw); } return Qnil; } /* Document-method: push_array * call-seq: push_array(key=nil) * * Pushes an array onto the JSON document. Future pushes will be to this object * until a pop() is called. * - *key* [_String_] the key if adding to an object in the JSON document */ static VALUE str_writer_push_array(int argc, VALUE *argv, VALUE self) { StrWriter sw; TypedData_Get_Struct(self, struct _strWriter, &oj_string_writer_type, sw); switch (argc) { case 0: oj_str_writer_push_array(sw, 0); break; case 1: if (Qnil == argv[0]) { oj_str_writer_push_array(sw, 0); } else { oj_str_writer_push_array(sw, StringValuePtr(argv[0])); } break; default: rb_raise(rb_eArgError, "Wrong number of argument to 'push_object'."); break; } if (rb_block_given_p()) { rb_yield(Qnil); oj_str_writer_pop(sw); } return Qnil; } /* Document-method: push_value * call-seq: push_value(value, key=nil) * * Pushes a value onto the JSON document. * - *value* [_Object_] value to add to the JSON document * - *key* [_String_] the key if adding to an object in the JSON document */ static VALUE str_writer_push_value(int argc, VALUE *argv, VALUE self) { StrWriter sw; TypedData_Get_Struct(self, struct _strWriter, &oj_string_writer_type, sw); switch (argc) { case 1: oj_str_writer_push_value(sw, *argv, 0); break; case 2: if (Qnil == argv[1]) { oj_str_writer_push_value(sw, *argv, 0); } else { oj_str_writer_push_value(sw, *argv, StringValuePtr(argv[1])); } break; default: rb_raise(rb_eArgError, "Wrong number of argument to 'push_value'."); break; } return Qnil; } /* Document-method: push_json * call-seq: push_json(value, key=nil) * * Pushes a string onto the JSON document. The String must be a valid JSON * encoded string. No additional checking is done to verify the validity of the * string. * - *value* [_Object_] value to add to the JSON document * - *key* [_String_] the key if adding to an object in the JSON document */ static VALUE str_writer_push_json(int argc, VALUE *argv, VALUE self) { StrWriter sw; TypedData_Get_Struct(self, struct _strWriter, &oj_string_writer_type, sw); switch (argc) { case 1: oj_str_writer_push_json(sw, StringValuePtr(*argv), 0); break; case 2: if (Qnil == argv[1]) { oj_str_writer_push_json(sw, StringValuePtr(*argv), 0); } else { oj_str_writer_push_json(sw, StringValuePtr(*argv), StringValuePtr(argv[1])); } break; default: rb_raise(rb_eArgError, "Wrong number of argument to 'push_json'."); break; } return Qnil; } /* Document-method: pop * call-seq: pop() * * Pops up a level in the JSON document closing the array or object that is * currently open. */ static VALUE str_writer_pop(VALUE self) { StrWriter sw; TypedData_Get_Struct(self, struct _strWriter, &oj_string_writer_type, sw); oj_str_writer_pop(sw); return Qnil; } /* Document-method: pop_all * call-seq: pop_all() * * Pops all level in the JSON document closing all the array or object that is * currently open. */ static VALUE str_writer_pop_all(VALUE self) { StrWriter sw; TypedData_Get_Struct(self, struct _strWriter, &oj_string_writer_type, sw); oj_str_writer_pop_all(sw); return Qnil; } /* Document-method: reset * call-seq: reset() * * Reset the writer back to the empty state. */ static VALUE str_writer_reset(VALUE self) { StrWriter sw; TypedData_Get_Struct(self, struct _strWriter, &oj_string_writer_type, sw); sw->depth = 0; *sw->types = '\0'; sw->keyWritten = 0; sw->out.cur = sw->out.buf; *sw->out.cur = '\0'; return Qnil; } /* Document-method: to_s * call-seq: to_s() * * Returns the JSON document string in what ever state the construction is at. * * *return* [_String_] */ static VALUE str_writer_to_s(VALUE self) { StrWriter sw; TypedData_Get_Struct(self, struct _strWriter, &oj_string_writer_type, sw); return rb_utf8_str_new(sw->out.buf, sw->out.cur - sw->out.buf); } /* Document-method: as_json * call-seq: as_json(*) * * Returns the contents of the writer as a JSON element. If called from inside * an array or hash by Oj the raw buffer will be used othersize a more * inefficient parse of the contents and a return of the result is * completed. The parse uses the strict mode. Optional arguments are ignored. * * *return* [_Hash_|_Array_|_String_|_Integer_|_Float_|_True_|_False_|_nil|) */ static VALUE str_writer_as_json(int argc, VALUE *argv, VALUE self) { if (string_writer_optimized) { return self; } return rb_hash_new(); } /* Document-class: Oj::StringWriter * * Supports building a JSON document one element at a time. Build the document * by pushing values into the document. Pushing an array or an object will * create that element in the JSON document and subsequent pushes will add the * elements to that array or object until a pop() is called. When complete * calling to_s() will return the JSON document. Note that calling to_s() before * construction is complete will return the document in it's current state. */ void oj_string_writer_init(void) { oj_string_writer_class = rb_define_class_under(Oj, "StringWriter", rb_cObject); rb_gc_register_address(&oj_string_writer_class); rb_undef_alloc_func(oj_string_writer_class); rb_define_module_function(oj_string_writer_class, "new", str_writer_new, -1); rb_define_method(oj_string_writer_class, "push_key", str_writer_push_key, 1); rb_define_method(oj_string_writer_class, "push_object", str_writer_push_object, -1); rb_define_method(oj_string_writer_class, "push_array", str_writer_push_array, -1); rb_define_method(oj_string_writer_class, "push_value", str_writer_push_value, -1); rb_define_method(oj_string_writer_class, "push_json", str_writer_push_json, -1); rb_define_method(oj_string_writer_class, "pop", str_writer_pop, 0); rb_define_method(oj_string_writer_class, "pop_all", str_writer_pop_all, 0); rb_define_method(oj_string_writer_class, "reset", str_writer_reset, 0); rb_define_method(oj_string_writer_class, "to_s", str_writer_to_s, 0); rb_define_method(oj_string_writer_class, "raw_json", str_writer_to_s, 0); rb_define_method(oj_string_writer_class, "as_json", str_writer_as_json, -1); } oj-3.16.12/ext/oj/tp.x000066400000000000000000000215041510053151600143170ustar00rootroot00000000000000/* tp.c * Copyright (c) 2012, Peter Ohler * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * - Redistributions of source code must retain the above copyright notice, this * list of conditions and the following disclaimer. * * - Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * * - Neither the name of Peter Ohler nor the names of its contributors may be * used to endorse or promote products derived from this software without * specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /*** This is just a prototype. Turns out the waiting for processing is expensive so the approach is slower that just *** parsing with callbacks. The parsing is only 10% or less of the processing so not much gain would be expected even *** in the best case. ***/ #include #if !IS_WINDOWS #include // for getrlimit() on linux #endif #include #include #include #include #include #include "oj.h" typedef enum { UNDEF = 0, HASH_START, HASH_END, ARRAY_START, ARRAY_END, ADD_STR, ADD_BIG, ADD_FLOAT, ADD_FIXNUM, ADD_TRUE, ADD_FALSE, ADD_NIL, DONE } OpType; typedef struct _Op { OpType op; const char *key; union { VALUE rval; double d; uint64_t i; const char *s; }; } *Op; typedef struct _CX { char *json; VALUE *cur; VALUE *end; struct _Op ops[4096]; Op ops_end; Op iop; VALUE stack[1024]; } *CX; typedef struct _Wait { pthread_mutex_t mutex; pthread_cond_t cond; volatile int waiting; } *Wait; static void hash_start(void *context, const char *key); static void hash_end(void *context, const char *key); static void array_start(void *context, const char *key); static void array_end(void *context, const char *key); static void add_str(void *context, const char *str, const char *key); static void add_big(void *context, const char *str, const char *key); static void add_float(void *context, double num, const char *key); static void add_fixnum(void *context, int64_t num, const char *key); static void add_true(void *context, const char *key); static void add_false(void *context, const char *key); static void add_nil(void *context, const char *key); static void done(void *context); static struct _SajCB tcb = { hash_start, hash_end, array_start, array_end, add_str, add_big, add_float, add_fixnum, add_true, add_false, add_nil, done }; static inline void wakeup(Wait w) { if (w->waiting) { pthread_mutex_lock(&w->mutex); pthread_cond_signal(&w->cond); pthread_mutex_unlock(&w->mutex); } } static int wait_init(Wait w) { int err; w->waiting = 0; if (0 != (err = pthread_mutex_init(&w->mutex, 0)) || 0 != (err = pthread_cond_init(&w->cond, 0))) { return err; } return 0; } static void wait_for_it(Wait w, double timeout) { struct timespec done; struct timeval tv; double end; gettimeofday(&tv, 0); end = (double)tv.tv_sec + (double)tv.tv_usec / 1000000.0; end += timeout; done.tv_sec = (time_t)end; done.tv_nsec = (long)((end - done.tv_sec) * 1000000000.0); pthread_mutex_lock(&w->mutex); w->waiting = 1; pthread_cond_timedwait(&w->cond, &w->mutex, &done); w->waiting = 0; pthread_mutex_unlock(&w->mutex); } static int wait_destroy(Wait w) { int err; if (0 != (err = pthread_mutex_destroy(&w->mutex))) { return err; } if (0 != (err = pthread_cond_destroy(&w->cond))) { return err; } return 0; } static void cx_add(CX cx, VALUE obj, const char *key) { if (0 == cx->cur) { cx->cur = cx->stack; *cx->cur = obj; } else { if (0 != key) { VALUE ks = rb_str_new2(key); #if HAS_ENCODING_SUPPORT rb_enc_associate(ks, oj_utf8_encoding); #endif rb_hash_aset(*cx->cur, ks, obj); } else { rb_ary_push(*cx->cur, obj); } } } static void cx_push(CX cx, VALUE obj, const char *key) { if (0 == cx->cur) { cx->cur = cx->stack; } else { if (cx->end <= cx->cur) { rb_raise(oj_parse_error_class, "too deeply nested"); } cx_add(cx, obj, key); cx->cur++; } *cx->cur = obj; } static pthread_t parse_thread; static CX job = 0; static struct _Wait parse_wait; static struct _Wait proc_wait; static void* parse_loop(void *data) { while (1) { if (0 == job) { wait_for_it(&parse_wait, 0.1); } if (0 != job) { CX cx = job; job = 0; oj_saj_parse(cx->json, &tcb, cx); } } return 0; } void oj_tp_init() { wait_init(&parse_wait); wait_init(&proc_wait); pthread_create(&parse_thread, 0, parse_loop, (void*)job); } VALUE oj_t_parse(char *json) { // TBD change to allocated for each thread or each call, make smaller and block parser when full struct _CX cx; Op op; cx.json = json; cx.cur = 0; cx.end = cx.stack + (sizeof(cx.stack) / sizeof(*cx.stack)); *cx.stack = Qnil; cx.ops_end = cx.ops + (sizeof(cx.ops) / sizeof(*cx.ops)); cx.iop = cx.ops; op = cx.ops; op->op = UNDEF; #if 1 job = &cx; wakeup(&parse_wait); #else oj_saj_parse(cx.json, &tcb, &cx); #endif for (; op < cx.ops_end; op++) { while (UNDEF == op->op) { wait_for_it(&proc_wait, 0.0001); } switch (op->op) { case HASH_START: cx_push(&cx, rb_hash_new(), op->key); break; case HASH_END: cx.cur--; break; case ARRAY_START: cx_push(&cx, rb_ary_new(), op->key); break; case ARRAY_END: cx.cur--; break; case ADD_STR: { VALUE s; s = rb_str_new2(op->s); #if HAS_ENCODING_SUPPORT rb_enc_associate(s, oj_utf8_encoding); #endif cx_add(&cx, s, op->key); } break; case ADD_BIG: cx_add(&cx, rb_funcall(oj_bigdecimal_class, oj_new_id, 1, rb_str_new2(op->s)), op->key); break; case ADD_FLOAT: cx_add(&cx, rb_float_new(op->d), op->key); break; case ADD_FIXNUM: cx_add(&cx, LONG2NUM(op->i), op->key); break; case ADD_TRUE: cx_add(&cx, Qtrue, op->key); break; case ADD_FALSE: cx_add(&cx, Qfalse, op->key); break; case ADD_NIL: cx_add(&cx, Qnil, op->key); break; case DONE: return *cx.stack; default: // TBD raise printf("*** unknown op type %d\n", op->op); return Qnil; } } return *cx.stack; } inline static void append_op(CX cx, OpType op, const char *key) { (cx->iop + 1)->op = UNDEF; cx->iop->key = key; cx->iop->op = op; wakeup(&proc_wait); cx->iop++; } static void hash_start(void *context, const char *key) { append_op((CX)context, HASH_START, key); } static void hash_end(void *context, const char *key) { append_op((CX)context, HASH_END, key); } static void array_start(void *context, const char *key) { append_op((CX)context, ARRAY_START, key); } static void array_end(void *context, const char *key) { append_op((CX)context, ARRAY_END, key); } static void add_str(void *context, const char *str, const char *key) { CX cx = (CX)context; cx->iop->s = str; append_op(cx, ADD_STR, key); } static void add_big(void *context, const char *str, const char *key) { CX cx = (CX)context; cx->iop->s = str; append_op(cx, ADD_BIG, key); } static void add_float(void *context, double num, const char *key) { CX cx = (CX)context; cx->iop->d = num; append_op(cx, ADD_FLOAT, key); } static void add_fixnum(void *context, int64_t num, const char *key) { CX cx = (CX)context; cx->iop->i = num; append_op(cx, ADD_FIXNUM, key); } static void add_true(void *context, const char *key) { append_op((CX)context, ADD_TRUE, key); } static void add_false(void *context, const char *key) { append_op((CX)context, ADD_FALSE, key); } static void add_nil(void *context, const char *key) { append_op((CX)context, ADD_NIL, key); } static void done(void *context) { append_op((CX)context, DONE, 0); } oj-3.16.12/ext/oj/trace.c000066400000000000000000000042501510053151600147440ustar00rootroot00000000000000// Copyright (c) 2018 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #include "trace.h" #include "parse.h" #define MAX_INDENT 256 static void fill_indent(char *indent, int depth) { if (MAX_INDENT <= depth) { depth = MAX_INDENT - 1; } else if (depth < 0) { depth = 0; } if (0 < depth) { memset(indent, ' ', depth); } indent[depth] = '\0'; } void oj_trace(const char *func, VALUE obj, const char *file, int line, int depth, TraceWhere where) { char fmt[64]; char indent[MAX_INDENT]; depth *= 2; fill_indent(indent, depth); sprintf(fmt, "#0:%%13s:%%3d:Oj:%c:%%%ds %%s %%s\n", where, depth); printf(fmt, file, line, indent, func, rb_obj_classname(obj)); } void oj_trace_parse_call(const char *func, ParseInfo pi, const char *file, int line, VALUE obj) { char fmt[64]; char indent[MAX_INDENT]; int depth = (int)(stack_size(&pi->stack) * 2); fill_indent(indent, depth); sprintf(fmt, "#0:%%13s:%%3d:Oj:-:%%%ds %%s %%s\n", depth); printf(fmt, file, line, indent, func, rb_obj_classname(obj)); } void oj_trace_parse_in(const char *func, ParseInfo pi, const char *file, int line) { char fmt[64]; char indent[MAX_INDENT]; int depth = (int)(stack_size(&pi->stack) * 2); fill_indent(indent, depth); sprintf(fmt, "#0:%%13s:%%3d:Oj:}:%%%ds %%s\n", depth); printf(fmt, file, line, indent, func); } void oj_trace_parse_hash_end(ParseInfo pi, const char *file, int line) { char fmt[64]; char indent[MAX_INDENT]; int depth = (int)(stack_size(&pi->stack) * 2 - 2); Val v = stack_peek(&pi->stack); VALUE obj = v->val; fill_indent(indent, depth); sprintf(fmt, "#0:%%13s:%%3d:Oj:{:%%%ds hash_end %%s\n", depth); printf(fmt, file, line, indent, rb_obj_classname(obj)); } void oj_trace_parse_array_end(ParseInfo pi, const char *file, int line) { char fmt[64]; char indent[MAX_INDENT]; int depth = (int)(stack_size(&pi->stack) * 2); fill_indent(indent, depth); sprintf(fmt, "#0:%%13s:%%3d:Oj:{:%%%ds array_ned\n", depth); printf(fmt, file, line, indent); } oj-3.16.12/ext/oj/trace.h000066400000000000000000000041331510053151600147510ustar00rootroot00000000000000// Copyright (c) 2018 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #ifndef OJ_TRACE_H #define OJ_TRACE_H #include #include typedef enum { TraceIn = '}', TraceOut = '{', TraceCall = '-', TraceRubyIn = '>', TraceRubyOut = '<', } TraceWhere; struct _parseInfo; extern void oj_trace(const char *func, VALUE obj, const char *file, int line, int depth, TraceWhere where); extern void oj_trace_parse_in(const char *func, struct _parseInfo *pi, const char *file, int line); extern void oj_trace_parse_call(const char *func, struct _parseInfo *pi, const char *file, int line, VALUE obj); extern void oj_trace_parse_hash_end(struct _parseInfo *pi, const char *file, int line); extern void oj_trace_parse_array_end(struct _parseInfo *pi, const char *file, int line); #ifdef OJ_ENABLE_TRACE_LOG #define TRACE(option, func, obj, depth, where) \ if (RB_UNLIKELY(Yes == option)) { \ oj_trace(func, obj, __FILE__, __LINE__, depth, where); \ } #define TRACE_PARSE_IN(option, func, pi) \ if (RB_UNLIKELY(Yes == option)) { \ oj_trace_parse_in(func, pi, __FILE__, __LINE__); \ } #define TRACE_PARSE_CALL(option, func, pi, obj) \ if (RB_UNLIKELY(Yes == option)) { \ oj_trace_parse_call(func, pi, __FILE__, __LINE__, obj); \ } #define TRACE_PARSE_HASH_END(option, pi) \ if (RB_UNLIKELY(Yes == option)) { \ oj_trace_parse_hash_end(pi, __FILE__, __LINE__); \ } #define TRACE_PARSE_ARRAY_END(option, pi) \ if (RB_UNLIKELY(Yes == option)) { \ oj_trace_parse_array_end(pi, __FILE__, __LINE__); \ } #else #define TRACE(option, func, obj, depth, where) #define TRACE_PARSE_IN(option, func, pi) #define TRACE_PARSE_CALL(option, func, pi, obj) #define TRACE_PARSE_HASH_END(option, pi) #define TRACE_PARSE_ARRAY_END(option, pi) #endif #endif /* OJ_TRACE_H */ oj-3.16.12/ext/oj/usual.c000066400000000000000000001044251510053151600150040ustar00rootroot00000000000000// Copyright (c) 2021, Peter Ohler, All rights reserved. #include "usual.h" #include "cache.h" #include "mem.h" #include "oj.h" #include "parser.h" // The Usual delegate builds Ruby objects during parsing. It makes use of // three stacks. The first is the value stack. This is where parsed values are // placed. With the value stack the bulk creation and setting can be used // which is significantly faster than setting Array (15x) or Hash (3x) // elements one at a time. // // The second stack is the collection stack. Each element on the collection // stack marks the start of a Hash, Array, or Object. // // The third stack is the key stack which is used for Hash and Object // members. The key stack elements store the keys that could be used for // either a Hash or Object. Since the decision on whether the parent is a Hash // or Object can not be made until the end of the JSON object the keys remain // as strings until just before setting the Hash or Object members. // // The approach taken with the usual delegate is to configure the delegate for // the parser up front so that the various options are not checked during // parsing and thus avoiding conditionals as much as reasonably possible in // the more time sensitive parsing. Configuration is simply setting the // function pointers to point to the function to be used for the selected // option. #define DEBUG 0 static ID to_f_id = 0; static ID ltlt_id = 0; static ID hset_id = 0; static char *str_dup(const char *s, size_t len) { char *d = OJ_R_ALLOC_N(char, len + 1); memcpy(d, s, len); d[len] = '\0'; return d; } static VALUE form_str(const char *str, size_t len) { return rb_str_freeze(rb_utf8_str_new(str, len)); } static VALUE form_sym(const char *str, size_t len) { return rb_str_intern(rb_utf8_str_new(str, len)); } static VALUE form_attr(const char *str, size_t len) { char buf[256]; if (sizeof(buf) - 2 <= len) { char *b = OJ_R_ALLOC_N(char, len + 2); ID id; *b = '@'; memcpy(b + 1, str, len); b[len + 1] = '\0'; id = rb_intern3(buf, len + 1, oj_utf8_encoding); OJ_R_FREE(b); return id; } *buf = '@'; memcpy(buf + 1, str, len); buf[len + 1] = '\0'; return (VALUE)rb_intern3(buf, len + 1, oj_utf8_encoding); } static VALUE resolve_classname(VALUE mod, const char *classname, bool auto_define) { VALUE clas; ID ci = rb_intern(classname); if (rb_const_defined_at(mod, ci)) { clas = rb_const_get_at(mod, ci); } else if (auto_define) { clas = rb_define_class_under(mod, classname, oj_bag_class); } else { clas = Qundef; } return clas; } static VALUE resolve_classpath(const char *name, size_t len, bool auto_define) { char class_name[1024]; VALUE clas; char *end = class_name + sizeof(class_name) - 1; char *s; const char *n = name; clas = rb_cObject; for (s = class_name; 0 < len; n++, len--) { if (':' == *n) { *s = '\0'; n++; len--; if (':' != *n) { return Qundef; } if (Qundef == (clas = resolve_classname(clas, class_name, auto_define))) { return Qundef; } s = class_name; } else if (end <= s) { return Qundef; } else { *s++ = *n; } } *s = '\0'; return resolve_classname(clas, class_name, auto_define); } static VALUE form_class(const char *str, size_t len) { return resolve_classpath(str, len, false); } static VALUE form_class_auto(const char *str, size_t len) { return resolve_classpath(str, len, true); } static void assure_cstack(Usual d) { if (d->cend <= d->ctail + 1) { size_t cap = d->cend - d->chead; long pos = d->ctail - d->chead; cap *= 2; OJ_R_REALLOC_N(d->chead, struct _col, cap); d->ctail = d->chead + pos; d->cend = d->chead + cap; } } static void push(ojParser p, VALUE v) { Usual d = (Usual)p->ctx; if (d->vend <= d->vtail) { size_t cap = d->vend - d->vhead; long pos = d->vtail - d->vhead; cap *= 2; OJ_R_REALLOC_N(d->vhead, VALUE, cap); d->vtail = d->vhead + pos; d->vend = d->vhead + cap; } *d->vtail = v; d->vtail++; } static VALUE cache_key(ojParser p, Key kp) { Usual d = (Usual)p->ctx; if ((size_t)kp->len < sizeof(kp->buf)) { return cache_intern(d->key_cache, kp->buf, kp->len); } return cache_intern(d->key_cache, kp->key, kp->len); } static VALUE str_key(ojParser p, Key kp) { if ((size_t)kp->len < sizeof(kp->buf)) { return rb_str_freeze(rb_utf8_str_new(kp->buf, kp->len)); } return rb_str_freeze(rb_utf8_str_new(kp->key, kp->len)); } static VALUE sym_key(ojParser p, Key kp) { if ((size_t)kp->len < sizeof(kp->buf)) { return rb_str_freeze(rb_str_intern(rb_utf8_str_new(kp->buf, kp->len))); } return rb_str_freeze(rb_str_intern(rb_utf8_str_new(kp->key, kp->len))); } static ID get_attr_id(ojParser p, Key kp) { Usual d = (Usual)p->ctx; if ((size_t)kp->len < sizeof(kp->buf)) { return (ID)cache_intern(d->attr_cache, kp->buf, kp->len); } return (ID)cache_intern(d->attr_cache, kp->key, kp->len); } static void push_key(ojParser p) { Usual d = (Usual)p->ctx; size_t klen = buf_len(&p->key); const char *key = buf_str(&p->key); if (d->kend <= d->ktail) { size_t cap = d->kend - d->khead; long pos = d->ktail - d->khead; cap *= 2; OJ_R_REALLOC_N(d->khead, union _key, cap); d->ktail = d->khead + pos; d->kend = d->khead + cap; } d->ktail->len = klen; if (klen < sizeof(d->ktail->buf)) { memcpy(d->ktail->buf, key, klen); d->ktail->buf[klen] = '\0'; } else { d->ktail->key = str_dup(key, klen); } d->ktail++; } static void push2(ojParser p, VALUE v) { Usual d = (Usual)p->ctx; if (d->vend <= d->vtail + 1) { size_t cap = d->vend - d->vhead; long pos = d->vtail - d->vhead; cap *= 2; OJ_R_REALLOC_N(d->vhead, VALUE, cap); d->vtail = d->vhead + pos; d->vend = d->vhead + cap; } *d->vtail = Qundef; // key place holder d->vtail++; *d->vtail = v; d->vtail++; } static void open_object(ojParser p) { Usual d = (Usual)p->ctx; assure_cstack(d); d->ctail->vi = d->vtail - d->vhead; d->ctail->ki = d->ktail - d->khead; d->ctail++; push(p, Qundef); } static void open_object_key(ojParser p) { Usual d = (Usual)p->ctx; push_key(p); assure_cstack(d); d->ctail->vi = d->vtail - d->vhead + 1; d->ctail->ki = d->ktail - d->khead; d->ctail++; push2(p, Qundef); } static void open_array(ojParser p) { Usual d = (Usual)p->ctx; assure_cstack(d); d->ctail->vi = d->vtail - d->vhead; d->ctail->ki = -1; d->ctail++; push(p, Qundef); } static void open_array_key(ojParser p) { Usual d = (Usual)p->ctx; push_key(p); assure_cstack(d); d->ctail->vi = d->vtail - d->vhead + 1; d->ctail->ki = -1; d->ctail++; push2(p, Qundef); } static void close_object(ojParser p) { VALUE *vp; Usual d = (Usual)p->ctx; d->ctail--; Col c = d->ctail; Key kp = d->khead + c->ki; VALUE *head = d->vhead + c->vi + 1; volatile VALUE obj = rb_hash_new(); for (vp = head; kp < d->ktail; kp++, vp += 2) { *vp = d->get_key(p, kp); if (sizeof(kp->buf) <= (size_t)kp->len) { OJ_R_FREE(kp->key); } } rb_hash_bulk_insert(d->vtail - head, head, obj); d->ktail = d->khead + c->ki; d->vtail = head; head--; *head = obj; if (1 == d->vtail - d->vhead && rb_block_given_p()) { d->vtail = d->vhead; rb_yield(obj); } } static void close_object_class(ojParser p) { VALUE *vp; Usual d = (Usual)p->ctx; d->ctail--; Col c = d->ctail; Key kp = d->khead + c->ki; VALUE *head = d->vhead + c->vi + 1; volatile VALUE obj = rb_class_new_instance(0, NULL, d->hash_class); for (vp = head; kp < d->ktail; kp++, vp += 2) { rb_funcall(obj, hset_id, 2, d->get_key(p, kp), *(vp + 1)); if (sizeof(kp->buf) <= (size_t)kp->len) { OJ_R_FREE(kp->key); } } d->ktail = d->khead + c->ki; d->vtail = head; head--; *head = obj; } static void close_object_create(ojParser p) { VALUE *vp; Usual d = (Usual)p->ctx; d->ctail--; Col c = d->ctail; Key kp = d->khead + c->ki; VALUE *head = d->vhead + c->vi; volatile VALUE obj; if (Qundef == *head) { head++; if (Qnil == d->hash_class) { obj = rb_hash_new(); for (vp = head; kp < d->ktail; kp++, vp += 2) { *vp = d->get_key(p, kp); if (sizeof(kp->buf) <= (size_t)kp->len) { OJ_R_FREE(kp->key); } } rb_hash_bulk_insert(d->vtail - head, head, obj); } else { obj = rb_class_new_instance(0, NULL, d->hash_class); for (vp = head; kp < d->ktail; kp++, vp += 2) { rb_funcall(obj, hset_id, 2, d->get_key(p, kp), *(vp + 1)); if (sizeof(kp->buf) <= (size_t)kp->len) { OJ_R_FREE(kp->key); } } } } else { VALUE clas = *head; head++; if (!d->ignore_json_create && rb_respond_to(clas, oj_json_create_id)) { volatile VALUE arg = rb_hash_new(); for (vp = head; kp < d->ktail; kp++, vp += 2) { *vp = d->get_key(p, kp); if (sizeof(kp->buf) <= (size_t)kp->len) { OJ_R_FREE(kp->key); } } rb_hash_bulk_insert(d->vtail - head, head, arg); obj = rb_funcall(clas, oj_json_create_id, 1, arg); } else { obj = rb_class_new_instance(0, NULL, clas); for (vp = head; kp < d->ktail; kp++, vp += 2) { rb_ivar_set(obj, get_attr_id(p, kp), *(vp + 1)); if (sizeof(kp->buf) <= (size_t)kp->len) { OJ_R_FREE(kp->key); } } } } d->ktail = d->khead + c->ki; d->vtail = head; head--; *head = obj; } static void close_array(ojParser p) { Usual d = (Usual)p->ctx; d->ctail--; VALUE *head = d->vhead + d->ctail->vi + 1; volatile VALUE a = rb_ary_new_from_values(d->vtail - head, head); d->vtail = head; head--; *head = a; } static void close_array_class(ojParser p) { VALUE *vp; Usual d = (Usual)p->ctx; d->ctail--; VALUE *head = d->vhead + d->ctail->vi + 1; volatile VALUE a = rb_class_new_instance(0, NULL, d->array_class); for (vp = head; vp < d->vtail; vp++) { rb_funcall(a, ltlt_id, 1, *vp); } d->vtail = head; head--; *head = a; } static void noop(ojParser p) { } static void add_null(ojParser p) { push(p, Qnil); } static void add_null_key(ojParser p) { push_key(p); push2(p, Qnil); } static void add_true(ojParser p) { push(p, Qtrue); } static void add_true_key(ojParser p) { push_key(p); push2(p, Qtrue); } static void add_false(ojParser p) { push(p, Qfalse); } static void add_false_key(ojParser p) { push_key(p); push2(p, Qfalse); } static void add_int(ojParser p) { push(p, LONG2NUM(p->num.fixnum)); } static void add_int_key(ojParser p) { push_key(p); push2(p, LONG2NUM(p->num.fixnum)); } static void add_float(ojParser p) { push(p, rb_float_new(p->num.dub)); } static void add_float_key(ojParser p) { push_key(p); push2(p, rb_float_new(p->num.dub)); } static void add_float_as_big(ojParser p) { char buf[64]; // snprintf fails on ubuntu and macOS for long double // snprintf(buf, sizeof(buf), "%Lg", p->num.dub); sprintf(buf, "%Lg", p->num.dub); push(p, rb_funcall(rb_cObject, oj_bigdecimal_id, 1, rb_str_new2(buf))); } static void add_float_as_big_key(ojParser p) { char buf[64]; // snprintf fails on ubuntu and macOS for long double // snprintf(buf, sizeof(buf), "%Lg", p->num.dub); sprintf(buf, "%Lg", p->num.dub); push_key(p); push2(p, rb_funcall(rb_cObject, oj_bigdecimal_id, 1, rb_str_new2(buf))); } static void add_big(ojParser p) { push(p, rb_funcall(rb_cObject, oj_bigdecimal_id, 1, rb_str_new(buf_str(&p->buf), buf_len(&p->buf)))); } static void add_big_key(ojParser p) { push_key(p); push2(p, rb_funcall(rb_cObject, oj_bigdecimal_id, 1, rb_str_new(buf_str(&p->buf), buf_len(&p->buf)))); } static void add_big_as_float(ojParser p) { volatile VALUE big = rb_funcall(rb_cObject, oj_bigdecimal_id, 1, rb_str_new(buf_str(&p->buf), buf_len(&p->buf))); push(p, rb_funcall(big, to_f_id, 0)); } static void add_big_as_float_key(ojParser p) { volatile VALUE big = rb_funcall(rb_cObject, oj_bigdecimal_id, 1, rb_str_new(buf_str(&p->buf), buf_len(&p->buf))); push_key(p); push2(p, rb_funcall(big, to_f_id, 0)); } static void add_big_as_ruby(ojParser p) { push(p, rb_funcall(rb_str_new(buf_str(&p->buf), buf_len(&p->buf)), to_f_id, 0)); } static void add_big_as_ruby_key(ojParser p) { push_key(p); push2(p, rb_funcall(rb_str_new(buf_str(&p->buf), buf_len(&p->buf)), to_f_id, 0)); } static void add_str(ojParser p) { Usual d = (Usual)p->ctx; volatile VALUE rstr; const char *str = buf_str(&p->buf); size_t len = buf_len(&p->buf); if (len < d->cache_str) { rstr = cache_intern(d->str_cache, str, len); } else { rstr = rb_utf8_str_new(str, len); } push(p, rstr); } static void add_str_key(ojParser p) { Usual d = (Usual)p->ctx; volatile VALUE rstr; const char *str = buf_str(&p->buf); size_t len = buf_len(&p->buf); if (len < d->cache_str) { rstr = cache_intern(d->str_cache, str, len); } else { rstr = rb_utf8_str_new(str, len); } push_key(p); push2(p, rstr); } static void add_str_key_create(ojParser p) { Usual d = (Usual)p->ctx; volatile VALUE rstr; const char *str = buf_str(&p->buf); size_t len = buf_len(&p->buf); const char *key = buf_str(&p->key); size_t klen = buf_len(&p->key); if (klen == (size_t)d->create_id_len && 0 == strncmp(d->create_id, key, klen)) { Col c = d->ctail - 1; VALUE clas; if (NULL != d->class_cache) { clas = cache_intern(d->class_cache, str, len); } else { clas = resolve_classpath(str, len, MISS_AUTO == d->miss_class); } if (Qundef != clas) { *(d->vhead + c->vi) = clas; return; } if (MISS_RAISE == d->miss_class) { rb_raise(rb_eLoadError, "%s is not define", str); } } if (len < d->cache_str) { rstr = cache_intern(d->str_cache, str, len); } else { rstr = rb_utf8_str_new(str, len); } push_key(p); push2(p, rstr); } static VALUE result(ojParser p) { Usual d = (Usual)p->ctx; if (d->vhead < d->vtail) { long cnt = d->vtail - d->vhead; volatile VALUE ary; volatile VALUE *vp; if (1 == cnt) { return *d->vhead; } ary = rb_ary_new(); for (vp = d->vhead; vp < d->vtail; vp++) { rb_ary_push(ary, *vp); } return ary; } if (d->raise_on_empty) { rb_raise(oj_parse_error_class, "empty string"); } return Qnil; } static void start(ojParser p) { Usual d = (Usual)p->ctx; d->vtail = d->vhead; d->ctail = d->chead; d->ktail = d->khead; } static void dfree(ojParser p) { Usual d = (Usual)p->ctx; cache_free(d->str_cache); cache_free(d->attr_cache); if (NULL != d->sym_cache) { cache_free(d->sym_cache); } if (NULL != d->class_cache) { cache_free(d->class_cache); } OJ_R_FREE(d->vhead); OJ_R_FREE(d->chead); OJ_R_FREE(d->khead); OJ_R_FREE(d->create_id); OJ_R_FREE(p->ctx); p->ctx = NULL; } static void mark(ojParser p) { if (NULL == p || NULL == p->ctx) { return; } Usual d = (Usual)p->ctx; VALUE *vp; if (NULL == d) { return; } cache_mark(d->str_cache); if (NULL != d->sym_cache) { cache_mark(d->sym_cache); } if (NULL != d->class_cache) { cache_mark(d->class_cache); } for (vp = d->vhead; vp < d->vtail; vp++) { if (Qundef != *vp) { rb_gc_mark(*vp); } } } ///// options ///////////////////////////////////////////////////////////////// // Each option is handled by a separate function and then added to an assoc // list (struct opt}. The list is then iterated over until there is a name // match. This is done primarily to keep each option separate and easier to // understand instead of placing all in one large function. struct opt { const char *name; VALUE (*func)(ojParser p, VALUE value); }; static VALUE opt_array_class(ojParser p, VALUE value) { Usual d = (Usual)p->ctx; return d->array_class; } static VALUE opt_array_class_set(ojParser p, VALUE value) { Usual d = (Usual)p->ctx; if (Qnil == value) { p->funcs[TOP_FUN].close_array = close_array; p->funcs[ARRAY_FUN].close_array = close_array; p->funcs[OBJECT_FUN].close_array = close_array; } else { rb_check_type(value, T_CLASS); if (!rb_method_boundp(value, ltlt_id, 1)) { rb_raise(rb_eArgError, "An array class must implement the << method."); } p->funcs[TOP_FUN].close_array = close_array_class; p->funcs[ARRAY_FUN].close_array = close_array_class; p->funcs[OBJECT_FUN].close_array = close_array_class; } d->array_class = value; return d->array_class; } static VALUE opt_cache_keys(ojParser p, VALUE value) { Usual d = (Usual)p->ctx; return d->cache_keys ? Qtrue : Qfalse; } static VALUE opt_cache_keys_set(ojParser p, VALUE value) { Usual d = (Usual)p->ctx; if (Qtrue == value) { d->cache_keys = true; d->get_key = cache_key; if (NULL == d->sym_cache) { d->key_cache = d->str_cache; } else { d->key_cache = d->sym_cache; } } else { d->cache_keys = false; if (NULL == d->sym_cache) { d->get_key = str_key; } else { d->get_key = sym_key; } } return d->cache_keys ? Qtrue : Qfalse; } static VALUE opt_cache_strings(ojParser p, VALUE value) { Usual d = (Usual)p->ctx; return INT2NUM((int)d->cache_str); } static VALUE opt_cache_strings_set(ojParser p, VALUE value) { Usual d = (Usual)p->ctx; int limit = NUM2INT(value); if (CACHE_MAX_KEY < limit) { limit = CACHE_MAX_KEY; } else if (limit < 0) { limit = 0; } d->cache_str = limit; return INT2NUM((int)d->cache_str); } static VALUE opt_cache_expunge(ojParser p, VALUE value) { Usual d = (Usual)p->ctx; return INT2NUM((int)d->cache_xrate); } static VALUE opt_cache_expunge_set(ojParser p, VALUE value) { Usual d = (Usual)p->ctx; int rate = NUM2INT(value); if (rate < 0) { rate = 0; } else if (3 < rate) { rate = 3; } d->cache_xrate = (uint8_t)rate; cache_set_expunge_rate(d->str_cache, rate); cache_set_expunge_rate(d->attr_cache, rate); if (NULL != d->sym_cache) { cache_set_expunge_rate(d->sym_cache, rate); } return INT2NUM((int)rate); } static VALUE opt_capacity(ojParser p, VALUE value) { Usual d = (Usual)p->ctx; return ULONG2NUM(d->vend - d->vhead); } static VALUE opt_capacity_set(ojParser p, VALUE value) { Usual d = (Usual)p->ctx; long cap = NUM2LONG(value); if (d->vend - d->vhead < cap) { long pos = d->vtail - d->vhead; OJ_R_REALLOC_N(d->vhead, VALUE, cap); d->vtail = d->vhead + pos; d->vend = d->vhead + cap; } if (d->kend - d->khead < cap) { long pos = d->ktail - d->khead; OJ_R_REALLOC_N(d->khead, union _key, cap); d->ktail = d->khead + pos; d->kend = d->khead + cap; } return ULONG2NUM(d->vend - d->vhead); } static VALUE opt_class_cache(ojParser p, VALUE value) { Usual d = (Usual)p->ctx; return (NULL != d->class_cache) ? Qtrue : Qfalse; } static VALUE opt_class_cache_set(ojParser p, VALUE value) { Usual d = (Usual)p->ctx; if (Qtrue == value) { if (NULL == d->class_cache) { d->class_cache = cache_create(0, form_class_auto, MISS_AUTO == d->miss_class, false); } } else if (NULL != d->class_cache) { cache_free(d->class_cache); d->class_cache = NULL; } return (NULL != d->class_cache) ? Qtrue : Qfalse; } static VALUE opt_create_id(ojParser p, VALUE value) { Usual d = (Usual)p->ctx; if (NULL == d->create_id) { return Qnil; } return rb_utf8_str_new(d->create_id, d->create_id_len); } static VALUE opt_create_id_set(ojParser p, VALUE value) { Usual d = (Usual)p->ctx; if (Qnil == value) { d->create_id = NULL; d->create_id_len = 0; p->funcs[OBJECT_FUN].add_str = add_str_key; if (Qnil == d->hash_class) { p->funcs[TOP_FUN].close_object = close_object; p->funcs[ARRAY_FUN].close_object = close_object; p->funcs[OBJECT_FUN].close_object = close_object; } else { p->funcs[TOP_FUN].close_object = close_object_class; p->funcs[ARRAY_FUN].close_object = close_object_class; p->funcs[OBJECT_FUN].close_object = close_object_class; } } else { rb_check_type(value, T_STRING); size_t len = RSTRING_LEN(value); if (1 << (8 * sizeof(d->create_id_len)) <= len) { rb_raise(rb_eArgError, "The create_id values is limited to %d bytes.", 1 << (8 * sizeof(d->create_id_len))); } d->create_id_len = (uint8_t)len; d->create_id = str_dup(RSTRING_PTR(value), len); p->funcs[OBJECT_FUN].add_str = add_str_key_create; p->funcs[TOP_FUN].close_object = close_object_create; p->funcs[ARRAY_FUN].close_object = close_object_create; p->funcs[OBJECT_FUN].close_object = close_object_create; } return opt_create_id(p, value); } static VALUE opt_decimal(ojParser p, VALUE value) { if (add_float_as_big == p->funcs[TOP_FUN].add_float) { return ID2SYM(rb_intern("bigdecimal")); } if (add_big == p->funcs[TOP_FUN].add_big) { return ID2SYM(rb_intern("auto")); } if (add_big_as_float == p->funcs[TOP_FUN].add_big) { return ID2SYM(rb_intern("float")); } if (add_big_as_ruby == p->funcs[TOP_FUN].add_big) { return ID2SYM(rb_intern("ruby")); } return Qnil; } static VALUE opt_decimal_set(ojParser p, VALUE value) { const char *mode; volatile VALUE s; switch (rb_type(value)) { case T_STRING: mode = RSTRING_PTR(value); break; case T_SYMBOL: s = rb_sym2str(value); mode = RSTRING_PTR(s); break; default: rb_raise(rb_eTypeError, "the decimal options must be a Symbol or String, not %s.", rb_class2name(rb_obj_class(value))); break; } if (0 == strcmp("auto", mode)) { p->funcs[TOP_FUN].add_big = add_big; p->funcs[ARRAY_FUN].add_big = add_big; p->funcs[OBJECT_FUN].add_big = add_big_key; p->funcs[TOP_FUN].add_float = add_float; p->funcs[ARRAY_FUN].add_float = add_float; p->funcs[OBJECT_FUN].add_float = add_float_key; return opt_decimal(p, Qnil); } if (0 == strcmp("bigdecimal", mode)) { p->funcs[TOP_FUN].add_big = add_big; p->funcs[ARRAY_FUN].add_big = add_big; p->funcs[OBJECT_FUN].add_big = add_big_key; p->funcs[TOP_FUN].add_float = add_float_as_big; p->funcs[ARRAY_FUN].add_float = add_float_as_big; p->funcs[OBJECT_FUN].add_float = add_float_as_big_key; return opt_decimal(p, Qnil); } if (0 == strcmp("float", mode)) { p->funcs[TOP_FUN].add_big = add_big_as_float; p->funcs[ARRAY_FUN].add_big = add_big_as_float; p->funcs[OBJECT_FUN].add_big = add_big_as_float_key; p->funcs[TOP_FUN].add_float = add_float; p->funcs[ARRAY_FUN].add_float = add_float; p->funcs[OBJECT_FUN].add_float = add_float_key; return opt_decimal(p, Qnil); } if (0 == strcmp("ruby", mode)) { p->funcs[TOP_FUN].add_big = add_big_as_ruby; p->funcs[ARRAY_FUN].add_big = add_big_as_ruby; p->funcs[OBJECT_FUN].add_big = add_big_as_ruby_key; p->funcs[TOP_FUN].add_float = add_float; p->funcs[ARRAY_FUN].add_float = add_float; p->funcs[OBJECT_FUN].add_float = add_float_key; return opt_decimal(p, Qnil); } rb_raise(rb_eArgError, "%s is not a valid option for the decimal option.", mode); return Qnil; } static VALUE opt_hash_class(ojParser p, VALUE value) { Usual d = (Usual)p->ctx; return d->hash_class; } static VALUE opt_hash_class_set(ojParser p, VALUE value) { Usual d = (Usual)p->ctx; if (Qnil != value) { rb_check_type(value, T_CLASS); if (!rb_method_boundp(value, hset_id, 1)) { rb_raise(rb_eArgError, "A hash class must implement the []= method."); } } d->hash_class = value; if (NULL == d->create_id) { if (Qnil == value) { p->funcs[TOP_FUN].close_object = close_object; p->funcs[ARRAY_FUN].close_object = close_object; p->funcs[OBJECT_FUN].close_object = close_object; } else { p->funcs[TOP_FUN].close_object = close_object_class; p->funcs[ARRAY_FUN].close_object = close_object_class; p->funcs[OBJECT_FUN].close_object = close_object_class; } } return d->hash_class; } static VALUE opt_ignore_json_create(ojParser p, VALUE value) { Usual d = (Usual)p->ctx; return d->ignore_json_create ? Qtrue : Qfalse; } static VALUE opt_ignore_json_create_set(ojParser p, VALUE value) { Usual d = (Usual)p->ctx; d->ignore_json_create = (Qtrue == value); return d->ignore_json_create ? Qtrue : Qfalse; } static VALUE opt_missing_class(ojParser p, VALUE value) { Usual d = (Usual)p->ctx; switch (d->miss_class) { case MISS_AUTO: return ID2SYM(rb_intern("auto")); case MISS_RAISE: return ID2SYM(rb_intern("raise")); case MISS_IGNORE: default: return ID2SYM(rb_intern("ignore")); } } static VALUE opt_missing_class_set(ojParser p, VALUE value) { Usual d = (Usual)p->ctx; const char *mode; volatile VALUE s; switch (rb_type(value)) { case T_STRING: mode = RSTRING_PTR(value); break; case T_SYMBOL: s = rb_sym2str(value); mode = RSTRING_PTR(s); break; default: rb_raise(rb_eTypeError, "the missing_class options must be a Symbol or String, not %s.", rb_class2name(rb_obj_class(value))); break; } if (0 == strcmp("auto", mode)) { d->miss_class = MISS_AUTO; if (NULL != d->class_cache) { cache_set_form(d->class_cache, form_class_auto); } } else if (0 == strcmp("ignore", mode)) { d->miss_class = MISS_IGNORE; if (NULL != d->class_cache) { cache_set_form(d->class_cache, form_class); } } else if (0 == strcmp("raise", mode)) { d->miss_class = MISS_RAISE; if (NULL != d->class_cache) { cache_set_form(d->class_cache, form_class); } } else { rb_raise(rb_eArgError, "%s is not a valid value for the missing_class option.", mode); } return opt_missing_class(p, value); } static VALUE opt_omit_null(ojParser p, VALUE value) { return (noop == p->funcs[OBJECT_FUN].add_null) ? Qtrue : Qfalse; } static VALUE opt_omit_null_set(ojParser p, VALUE value) { if (Qtrue == value) { p->funcs[OBJECT_FUN].add_null = noop; } else { p->funcs[OBJECT_FUN].add_null = add_null_key; } return (noop == p->funcs[OBJECT_FUN].add_null) ? Qtrue : Qfalse; } static VALUE opt_symbol_keys(ojParser p, VALUE value) { Usual d = (Usual)p->ctx; return (NULL != d->sym_cache) ? Qtrue : Qfalse; } static VALUE opt_symbol_keys_set(ojParser p, VALUE value) { Usual d = (Usual)p->ctx; if (Qtrue == value) { d->sym_cache = cache_create(0, form_sym, true, false); cache_set_expunge_rate(d->sym_cache, d->cache_xrate); d->key_cache = d->sym_cache; if (!d->cache_keys) { d->get_key = sym_key; } } else { if (NULL != d->sym_cache) { cache_free(d->sym_cache); d->sym_cache = NULL; } if (!d->cache_keys) { d->get_key = str_key; } } return (NULL != d->sym_cache) ? Qtrue : Qfalse; } static VALUE opt_raise_on_empty(ojParser p, VALUE value) { Usual d = (Usual)p->ctx; return d->raise_on_empty ? Qtrue : Qfalse; } static VALUE opt_raise_on_empty_set(ojParser p, VALUE value) { Usual d = (Usual)p->ctx; d->raise_on_empty = (Qtrue == value); return d->raise_on_empty ? Qtrue : Qfalse; } static VALUE option(ojParser p, const char *key, VALUE value) { struct opt *op; struct opt opts[] = { {.name = "array_class", .func = opt_array_class}, {.name = "array_class=", .func = opt_array_class_set}, {.name = "cache_keys", .func = opt_cache_keys}, {.name = "cache_keys=", .func = opt_cache_keys_set}, {.name = "cache_strings", .func = opt_cache_strings}, {.name = "cache_strings=", .func = opt_cache_strings_set}, {.name = "cache_expunge", .func = opt_cache_expunge}, {.name = "cache_expunge=", .func = opt_cache_expunge_set}, {.name = "capacity", .func = opt_capacity}, {.name = "capacity=", .func = opt_capacity_set}, {.name = "class_cache", .func = opt_class_cache}, {.name = "class_cache=", .func = opt_class_cache_set}, {.name = "create_id", .func = opt_create_id}, {.name = "create_id=", .func = opt_create_id_set}, {.name = "decimal", .func = opt_decimal}, {.name = "decimal=", .func = opt_decimal_set}, {.name = "hash_class", .func = opt_hash_class}, {.name = "hash_class=", .func = opt_hash_class_set}, {.name = "ignore_json_create", .func = opt_ignore_json_create}, {.name = "ignore_json_create=", .func = opt_ignore_json_create_set}, {.name = "missing_class", .func = opt_missing_class}, {.name = "missing_class=", .func = opt_missing_class_set}, {.name = "omit_null", .func = opt_omit_null}, {.name = "omit_null=", .func = opt_omit_null_set}, {.name = "symbol_keys", .func = opt_symbol_keys}, {.name = "symbol_keys=", .func = opt_symbol_keys_set}, {.name = "raise_on_empty", .func = opt_raise_on_empty}, {.name = "raise_on_empty=", .func = opt_raise_on_empty_set}, {.name = NULL}, }; for (op = opts; NULL != op->name; op++) { if (0 == strcmp(key, op->name)) { return op->func(p, value); } } rb_raise(rb_eArgError, "%s is not an option for the Usual delegate", key); return Qnil; // Never reached due to the raise but required by the compiler. } ///// the set up ////////////////////////////////////////////////////////////// void oj_init_usual(ojParser p, Usual d) { int cap = 4096; d->vhead = OJ_R_ALLOC_N(VALUE, cap); d->vend = d->vhead + cap; d->vtail = d->vhead; d->khead = OJ_R_ALLOC_N(union _key, cap); d->kend = d->khead + cap; d->ktail = d->khead; cap = 256; d->chead = OJ_R_ALLOC_N(struct _col, cap); d->cend = d->chead + cap; d->ctail = d->chead; d->get_key = cache_key; d->cache_keys = true; d->ignore_json_create = false; d->raise_on_empty = false; d->cache_str = 6; d->array_class = Qnil; d->hash_class = Qnil; d->create_id = NULL; d->create_id_len = 0; d->miss_class = MISS_IGNORE; d->cache_xrate = 1; Funcs f = &p->funcs[TOP_FUN]; f->add_null = add_null; f->add_true = add_true; f->add_false = add_false; f->add_int = add_int; f->add_float = add_float; f->add_big = add_big; f->add_str = add_str; f->open_array = open_array; f->close_array = close_array; f->open_object = open_object; f->close_object = close_object; f = &p->funcs[ARRAY_FUN]; f->add_null = add_null; f->add_true = add_true; f->add_false = add_false; f->add_int = add_int; f->add_float = add_float; f->add_big = add_big; f->add_str = add_str; f->open_array = open_array; f->close_array = close_array; f->open_object = open_object; f->close_object = close_object; f = &p->funcs[OBJECT_FUN]; f->add_null = add_null_key; f->add_true = add_true_key; f->add_false = add_false_key; f->add_int = add_int_key; f->add_float = add_float_key; f->add_big = add_big_key; f->add_str = add_str_key; f->open_array = open_array_key; f->close_array = close_array; f->open_object = open_object_key; f->close_object = close_object; d->str_cache = cache_create(0, form_str, true, false); d->attr_cache = cache_create(0, form_attr, false, false); d->sym_cache = NULL; d->class_cache = NULL; d->key_cache = d->str_cache; // The parser fields are set but the functions can be replaced by a // delegate that wraps the usual delegate. p->ctx = (void *)d; p->option = option; p->result = result; p->free = dfree; p->mark = mark; p->start = start; if (0 == to_f_id) { to_f_id = rb_intern("to_f"); } if (0 == ltlt_id) { ltlt_id = rb_intern("<<"); } if (0 == hset_id) { hset_id = rb_intern("[]="); } } void oj_set_parser_usual(ojParser p) { Usual d = OJ_R_ALLOC(struct _usual); oj_init_usual(p, d); } oj-3.16.12/ext/oj/usual.h000066400000000000000000000031101510053151600147760ustar00rootroot00000000000000// Copyright (c) 2022, Peter Ohler, All rights reserved. #include #include #include struct _cache; struct _ojParser; // Used to mark the start of each Hash, Array, or Object. The members point at // positions of the start in the value stack and if not an Array into the key // stack. typedef struct _col { long vi; // value stack index long ki; // key stack index if an hash else -1 for an array } *Col; typedef union _key { struct { int16_t len; char buf[30]; }; struct { int16_t xlen; // should be the same as len char *key; }; } *Key; #define MISS_AUTO 'A' #define MISS_RAISE 'R' #define MISS_IGNORE 'I' typedef struct _usual { VALUE *vhead; VALUE *vtail; VALUE *vend; Col chead; Col ctail; Col cend; Key khead; Key ktail; Key kend; VALUE (*get_key)(struct _ojParser *p, Key kp); struct _cache *key_cache; // same as str_cache or sym_cache struct _cache *str_cache; struct _cache *sym_cache; struct _cache *class_cache; struct _cache *attr_cache; VALUE array_class; VALUE hash_class; char *create_id; uint8_t create_id_len; uint8_t cache_str; uint8_t cache_xrate; uint8_t miss_class; bool cache_keys; bool ignore_json_create; bool raise_on_empty; } *Usual; // Initialize the parser with the usual delegate. If the usual delegate is // wrapped then this function is called first and then the parser functions // can be replaced. extern void oj_init_usual(struct _ojParser *p, Usual d); oj-3.16.12/ext/oj/util.c000066400000000000000000000100201510053151600146130ustar00rootroot00000000000000// Copyright (c) 2019 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #include "util.h" #include #include #include #include #include #define SECS_PER_DAY 86400LL #define SECS_PER_YEAR 31536000LL #define SECS_PER_LEAP 31622400LL #define SECS_PER_QUAD_YEAR (SECS_PER_YEAR * 3 + SECS_PER_LEAP) #define SECS_PER_CENT (SECS_PER_QUAD_YEAR * 24 + SECS_PER_YEAR * 4) #define SECS_PER_LEAP_CENT (SECS_PER_CENT + SECS_PER_DAY) #define SECS_PER_QUAD_CENT (SECS_PER_CENT * 4 + SECS_PER_DAY) static int64_t eom_secs[] = { 2678400, // January (31) 5097600, // February (28) 2419200 2505600 7776000, // March (31) 10368000, // April (30 2592000 13046400, // May (31) 15638400, // June (30) 18316800, // July (31) 20995200, // August (31) 23587200, // September (30) 26265600, // October (31) 28857600, // November (30) 31536000, // December (31) }; static int64_t eom_leap_secs[] = { 2678400, // January (31) 5184000, // February (28) 2419200 2505600 7862400, // March (31) 10454400, // April (30 2592000 13132800, // May (31) 15724800, // June (30) 18403200, // July (31) 21081600, // August (31) 23673600, // September (30) 26352000, // October (31) 28944000, // November (30) 31622400, // December (31) }; void sec_as_time(int64_t secs, TimeInfo ti) { int64_t qc = 0; int64_t c = 0; int64_t qy = 0; int64_t y = 0; bool leap = false; int64_t *ms; int m; int shift = 0; secs += 62167219200LL; // normalize to first day of the year 0 if (secs < 0) { shift = -secs / SECS_PER_QUAD_CENT; shift++; secs += shift * SECS_PER_QUAD_CENT; } qc = secs / SECS_PER_QUAD_CENT; secs = secs - qc * SECS_PER_QUAD_CENT; if (secs < SECS_PER_LEAP) { leap = true; } else if (secs < SECS_PER_QUAD_YEAR) { if (SECS_PER_LEAP <= secs) { secs -= SECS_PER_LEAP; y = secs / SECS_PER_YEAR; secs = secs - y * SECS_PER_YEAR; y++; leap = false; } } else if (secs < SECS_PER_LEAP_CENT) { // first century in 400 years is a leap century (one // extra day) qy = secs / SECS_PER_QUAD_YEAR; secs = secs - qy * SECS_PER_QUAD_YEAR; if (secs < SECS_PER_LEAP) { leap = true; } else { secs -= SECS_PER_LEAP; y = secs / SECS_PER_YEAR; secs = secs - y * SECS_PER_YEAR; y++; } } else { secs -= SECS_PER_LEAP_CENT; c = secs / SECS_PER_CENT; secs = secs - c * SECS_PER_CENT; c++; if (secs < SECS_PER_YEAR * 4) { y = secs / SECS_PER_YEAR; secs = secs - y * SECS_PER_YEAR; } else { secs -= SECS_PER_YEAR * 4; qy = secs / SECS_PER_QUAD_YEAR; secs = secs - qy * SECS_PER_QUAD_YEAR; qy++; if (secs < SECS_PER_LEAP) { leap = true; } else { secs -= SECS_PER_LEAP; y = secs / SECS_PER_YEAR; secs = secs - y * SECS_PER_YEAR; y++; } } } ti->year = (int)((qc - (int64_t)shift) * 400 + c * 100 + qy * 4 + y); if (leap) { ms = eom_leap_secs; } else { ms = eom_secs; } for (m = 1; m <= 12; m++, ms++) { if (secs < *ms) { if (1 < m) { secs -= *(ms - 1); } ti->mon = m; break; } } ti->day = (int)(secs / 86400LL); secs = secs - (int64_t)ti->day * 86400LL; ti->day++; ti->hour = (int)(secs / 3600LL); secs = secs - (int64_t)ti->hour * 3600LL; ti->min = (int)(secs / 60LL); secs = secs - (int64_t)ti->min * 60LL; ti->sec = (int)secs; } oj-3.16.12/ext/oj/util.h000066400000000000000000000006251510053151600146320ustar00rootroot00000000000000// Copyright (c) 2019 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #ifndef OJ_UTIL_H #define OJ_UTIL_H #include typedef struct _timeInfo { int sec; int min; int hour; int day; int mon; int year; }* TimeInfo; extern void sec_as_time(int64_t secs, TimeInfo ti); #endif /* OJ_UTIL_H */ oj-3.16.12/ext/oj/val_stack.c000066400000000000000000000051671510053151600156250ustar00rootroot00000000000000// Copyright (c) 2011 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #include "val_stack.h" #include #include "odd.h" #include "oj.h" static void stack_mark(void *ptr) { ValStack stack = (ValStack)ptr; Val v; if (NULL == ptr) { return; } #ifdef HAVE_PTHREAD_MUTEX_INIT pthread_mutex_lock(&stack->mutex); #else rb_mutex_lock(stack->mutex); rb_gc_mark(stack->mutex); #endif for (v = stack->head; v < stack->tail; v++) { if (Qnil != v->val && Qundef != v->val) { rb_gc_mark(v->val); } if (Qnil != v->key_val && Qundef != v->key_val) { rb_gc_mark(v->key_val); } if (NULL != v->odd_args) { VALUE *a; int i; for (i = v->odd_args->odd->attr_cnt, a = v->odd_args->args; 0 < i; i--, a++) { if (Qnil != *a) { rb_gc_mark(*a); } } } } #ifdef HAVE_PTHREAD_MUTEX_INIT pthread_mutex_unlock(&stack->mutex); #else rb_mutex_unlock(stack->mutex); #endif } static const rb_data_type_t oj_stack_type = { "Oj/stack", { stack_mark, NULL, NULL, }, 0, 0, }; VALUE oj_stack_init(ValStack stack) { #ifdef HAVE_PTHREAD_MUTEX_INIT int err; if (0 != (err = pthread_mutex_init(&stack->mutex, 0))) { rb_raise(rb_eException, "failed to initialize a mutex. %s", strerror(err)); } #else stack->mutex = rb_mutex_new(); #endif stack->head = stack->base; stack->end = stack->base + sizeof(stack->base) / sizeof(struct _val); stack->tail = stack->head; stack->head->val = Qundef; stack->head->key = NULL; stack->head->key_val = Qundef; stack->head->classname = NULL; stack->head->odd_args = NULL; stack->head->clas = Qundef; stack->head->klen = 0; stack->head->clen = 0; stack->head->next = NEXT_NONE; return TypedData_Wrap_Struct(oj_cstack_class, &oj_stack_type, stack); } const char *oj_stack_next_string(ValNext n) { switch (n) { case NEXT_ARRAY_NEW: return "array element or close"; case NEXT_ARRAY_ELEMENT: return "array element"; case NEXT_ARRAY_COMMA: return "comma"; case NEXT_HASH_NEW: return "hash pair or close"; case NEXT_HASH_KEY: return "hash key"; case NEXT_HASH_COLON: return "colon"; case NEXT_HASH_VALUE: return "hash value"; case NEXT_HASH_COMMA: return "comma"; case NEXT_NONE: break; default: break; } return "nothing"; } oj-3.16.12/ext/oj/val_stack.h000066400000000000000000000074331510053151600156300ustar00rootroot00000000000000// Copyright (c) 2011 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #ifndef OJ_VAL_STACK_H #define OJ_VAL_STACK_H #include #include "mem.h" #include "odd.h" #include "ruby.h" #ifdef HAVE_PTHREAD_MUTEX_INIT #include #endif #define STACK_INC 64 typedef enum { NEXT_NONE = 0, NEXT_ARRAY_NEW = 'a', NEXT_ARRAY_ELEMENT = 'e', NEXT_ARRAY_COMMA = ',', NEXT_HASH_NEW = 'h', NEXT_HASH_KEY = 'k', NEXT_HASH_COLON = ':', NEXT_HASH_VALUE = 'v', NEXT_HASH_COMMA = 'n', } ValNext; typedef struct _val { volatile VALUE val; const char *key; char karray[32]; volatile VALUE key_val; const char *classname; VALUE clas; OddArgs odd_args; uint16_t klen; uint16_t clen; char next; // ValNext char k1; // first original character in the key char kalloc; } *Val; typedef struct _valStack { struct _val base[STACK_INC]; Val head; // current stack Val end; // stack end Val tail; // pointer to one past last element name on stack #ifdef HAVE_PTHREAD_MUTEX_INIT pthread_mutex_t mutex; #else VALUE mutex; #endif } *ValStack; extern VALUE oj_stack_init(ValStack stack); inline static int stack_empty(ValStack stack) { return (stack->head == stack->tail); } inline static void stack_cleanup(ValStack stack) { if (stack->base != stack->head) { OJ_R_FREE(stack->head); stack->head = NULL; } } inline static void stack_push(ValStack stack, VALUE val, ValNext next) { if (stack->end <= stack->tail) { size_t len = stack->end - stack->head; size_t toff = stack->tail - stack->head; Val head = stack->head; // A realloc can trigger a GC so make sure it happens outside the lock // but lock before changing pointers. if (stack->base == stack->head) { head = OJ_R_ALLOC_N(struct _val, len + STACK_INC); memcpy(head, stack->base, sizeof(struct _val) * len); } else { OJ_R_REALLOC_N(head, struct _val, len + STACK_INC); } #ifdef HAVE_PTHREAD_MUTEX_INIT pthread_mutex_lock(&stack->mutex); #else rb_mutex_lock(stack->mutex); #endif stack->head = head; stack->tail = stack->head + toff; stack->end = stack->head + len + STACK_INC; #ifdef HAVE_PTHREAD_MUTEX_INIT pthread_mutex_unlock(&stack->mutex); #else rb_mutex_unlock(stack->mutex); #endif } stack->tail->val = val; stack->tail->next = next; stack->tail->classname = NULL; stack->tail->clas = Qundef; stack->tail->odd_args = NULL; stack->tail->key = 0; stack->tail->key_val = Qundef; stack->tail->clen = 0; stack->tail->klen = 0; stack->tail->kalloc = 0; stack->tail++; } inline static size_t stack_size(ValStack stack) { return stack->tail - stack->head; } inline static Val stack_peek(ValStack stack) { if (stack->head < stack->tail) { return stack->tail - 1; } return 0; } inline static Val stack_peek_up(ValStack stack) { if (stack->head < stack->tail - 1) { return stack->tail - 2; } return 0; } inline static Val stack_prev(ValStack stack) { return stack->tail; } inline static VALUE stack_head_val(ValStack stack) { if (Qundef != stack->head->val) { return stack->head->val; } return Qnil; } inline static Val stack_pop(ValStack stack) { if (stack->head < stack->tail) { stack->tail--; return stack->tail; } return 0; } extern const char *oj_stack_next_string(ValNext n); #endif /* OJ_VAL_STACK_H */ oj-3.16.12/ext/oj/validate.c000066400000000000000000000017761510053151600154510ustar00rootroot00000000000000// Copyright (c) 2021, Peter Ohler, All rights reserved. #include "parser.h" static void noop(ojParser p) { } static VALUE option(ojParser p, const char *key, VALUE value) { rb_raise(rb_eArgError, "%s is not an option for the validate delegate", key); return Qnil; } static VALUE result(ojParser p) { return Qnil; } static void dfree(ojParser p) { } static void mark(ojParser p) { } void oj_set_parser_validator(ojParser p) { Funcs end = p->funcs + 3; Funcs f; p->ctx = NULL; for (f = p->funcs; f < end; f++) { f->add_null = noop; f->add_true = noop; f->add_false = noop; f->add_int = noop; f->add_float = noop; f->add_big = noop; f->add_str = noop; f->open_array = noop; f->close_array = noop; f->open_object = noop; f->close_object = noop; } p->option = option; p->result = result; p->free = dfree; p->mark = mark; p->start = noop; } oj-3.16.12/ext/oj/wab.c000066400000000000000000000406141510053151600144230ustar00rootroot00000000000000// Copyright (c) 2012 Peter Ohler. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license details. #include #include #include #include #include #include "dump.h" #include "encode.h" #include "err.h" #include "intern.h" #include "oj.h" #include "parse.h" #include "trace.h" #include "util.h" // Workaround in case INFINITY is not defined in math.h or if the OS is CentOS #define OJ_INFINITY (1.0 / 0.0) static char hex_chars[256] = "\ ................................\ ................xxxxxxxxxx......\ .xxxxxx.........................\ .xxxxxx.........................\ ................................\ ................................\ ................................\ ................................"; static VALUE wab_uuid_clas = Qundef; static VALUE uri_clas = Qundef; static VALUE uri_http_clas = Qundef; ///// dump functions ///// static VALUE resolve_wab_uuid_class(void) { if (Qundef == wab_uuid_clas) { volatile VALUE wab_module; wab_uuid_clas = Qnil; if (rb_const_defined_at(rb_cObject, rb_intern("WAB"))) { wab_module = rb_const_get_at(rb_cObject, rb_intern("WAB")); if (rb_const_defined_at(wab_module, rb_intern("UUID"))) { wab_uuid_clas = rb_const_get(wab_module, rb_intern("UUID")); } } } return wab_uuid_clas; } static VALUE resolve_uri_class(void) { if (Qundef == uri_clas) { uri_clas = Qnil; if (rb_const_defined_at(rb_cObject, rb_intern("URI"))) { uri_clas = rb_const_get_at(rb_cObject, rb_intern("URI")); } } return uri_clas; } static VALUE resolve_uri_http_class(void) { if (Qundef == uri_http_clas) { volatile VALUE uri_module; uri_http_clas = Qnil; if (rb_const_defined_at(rb_cObject, rb_intern("URI"))) { uri_module = rb_const_get_at(rb_cObject, rb_intern("URI")); if (rb_const_defined_at(uri_module, rb_intern("HTTP"))) { uri_http_clas = rb_const_get(uri_module, rb_intern("HTTP")); } } } return uri_http_clas; } static void raise_wab(VALUE obj) { rb_raise(rb_eTypeError, "Failed to dump %s Object to JSON in wab mode.\n", rb_class2name(rb_obj_class(obj))); } // Removed dependencies on math due to problems with CentOS 5.4. static void dump_float(VALUE obj, int depth, Out out, bool as_ok) { char buf[64]; char *b; double d = rb_num2dbl(obj); int cnt = 0; if (0.0 == d) { b = buf; *b++ = '0'; *b++ = '.'; *b++ = '0'; *b++ = '\0'; cnt = 3; } else { if (OJ_INFINITY == d || -OJ_INFINITY == d || isnan(d)) { raise_wab(obj); } else if (d == (double)(long long int)d) { cnt = snprintf(buf, sizeof(buf), "%.1f", d); } else { cnt = snprintf(buf, sizeof(buf), "%0.16g", d); } } assure_size(out, cnt); for (b = buf; '\0' != *b; b++) { *out->cur++ = *b; } *out->cur = '\0'; } static void dump_array(VALUE a, int depth, Out out, bool as_ok) { size_t size; size_t i; size_t cnt; int d2 = depth + 1; cnt = RARRAY_LEN(a); *out->cur++ = '['; size = 2; assure_size(out, size); if (0 == cnt) { *out->cur++ = ']'; } else { size = d2 * out->indent + 2; assure_size(out, size * cnt); cnt--; for (i = 0; i <= cnt; i++) { fill_indent(out, d2); oj_dump_wab_val(RARRAY_AREF(a, i), d2, out); if (i < cnt) { *out->cur++ = ','; } } size = depth * out->indent + 1; assure_size(out, size); fill_indent(out, depth); *out->cur++ = ']'; } *out->cur = '\0'; } static int hash_cb(VALUE key, VALUE value, VALUE ov) { Out out = (Out)ov; int depth = out->depth; long size; int rtype = rb_type(key); if (rtype != T_SYMBOL) { rb_raise(rb_eTypeError, "In :wab mode all Hash keys must be Symbols, not %s.\n", rb_class2name(rb_obj_class(key))); } size = depth * out->indent + 1; assure_size(out, size); fill_indent(out, depth); oj_dump_sym(key, 0, out, false); *out->cur++ = ':'; oj_dump_wab_val(value, depth, out); out->depth = depth; *out->cur++ = ','; return ST_CONTINUE; } static void dump_hash(VALUE obj, int depth, Out out, bool as_ok) { int cnt; size_t size; cnt = (int)RHASH_SIZE(obj); size = depth * out->indent + 2; assure_size(out, 2); *out->cur++ = '{'; if (0 == cnt) { *out->cur++ = '}'; } else { out->depth = depth + 1; rb_hash_foreach(obj, hash_cb, (VALUE)out); if (',' == *(out->cur - 1)) { out->cur--; // backup to overwrite last comma } assure_size(out, size); fill_indent(out, depth); *out->cur++ = '}'; } *out->cur = '\0'; } static void dump_time(VALUE obj, Out out) { char buf[64]; struct _timeInfo ti; int len; time_t sec; long long nsec; if (16 <= sizeof(struct timespec)) { struct timespec ts = rb_time_timespec(obj); sec = ts.tv_sec; nsec = ts.tv_nsec; } else { sec = NUM2LL(rb_funcall2(obj, oj_tv_sec_id, 0, 0)); nsec = NUM2LL(rb_funcall2(obj, oj_tv_nsec_id, 0, 0)); } assure_size(out, 36); // 2012-01-05T23:58:07.123456000Z sec_as_time(sec, &ti); len = sprintf(buf, "%04d-%02d-%02dT%02d:%02d:%02d.%09ldZ", ti.year, ti.mon, ti.day, ti.hour, ti.min, ti.sec, (long)nsec); oj_dump_cstr(buf, len, 0, 0, out); } static void dump_obj(VALUE obj, int depth, Out out, bool as_ok) { volatile VALUE clas = rb_obj_class(obj); if (rb_cTime == clas) { dump_time(obj, out); } else if (oj_bigdecimal_class == clas) { volatile VALUE rstr = oj_safe_string_convert(obj); oj_dump_raw(RSTRING_PTR(rstr), RSTRING_LEN(rstr), out); } else if (resolve_wab_uuid_class() == clas) { oj_dump_str(oj_safe_string_convert(obj), depth, out, false); } else if (resolve_uri_http_class() == clas) { oj_dump_str(oj_safe_string_convert(obj), depth, out, false); } else { raise_wab(obj); } } static DumpFunc wab_funcs[] = { NULL, // RUBY_T_NONE = 0x00, dump_obj, // RUBY_T_OBJECT = 0x01, NULL, // RUBY_T_CLASS = 0x02, NULL, // RUBY_T_MODULE = 0x03, dump_float, // RUBY_T_FLOAT = 0x04, oj_dump_str, // RUBY_T_STRING = 0x05, NULL, // RUBY_T_REGEXP = 0x06, dump_array, // RUBY_T_ARRAY = 0x07, dump_hash, // RUBY_T_HASH = 0x08, NULL, // RUBY_T_STRUCT = 0x09, oj_dump_bignum, // RUBY_T_BIGNUM = 0x0a, NULL, // RUBY_T_FILE = 0x0b, dump_obj, // RUBY_T_DATA = 0x0c, NULL, // RUBY_T_MATCH = 0x0d, NULL, // RUBY_T_COMPLEX = 0x0e, NULL, // RUBY_T_RATIONAL = 0x0f, NULL, // 0x10 oj_dump_nil, // RUBY_T_NIL = 0x11, oj_dump_true, // RUBY_T_TRUE = 0x12, oj_dump_false, // RUBY_T_FALSE = 0x13, oj_dump_sym, // RUBY_T_SYMBOL = 0x14, oj_dump_fixnum, // RUBY_T_FIXNUM = 0x15, }; void oj_dump_wab_val(VALUE obj, int depth, Out out) { int type = rb_type(obj); TRACE(out->opts->trace, "dump", obj, depth, TraceIn); if (MAX_DEPTH < depth) { rb_raise(rb_eNoMemError, "Too deeply nested.\n"); } if (0 < type && type <= RUBY_T_FIXNUM) { DumpFunc f = wab_funcs[type]; if (NULL != f) { f(obj, depth, out, false); TRACE(out->opts->trace, "dump", obj, depth, TraceOut); return; } } raise_wab(obj); } ///// load functions ///// static VALUE calc_hash_key(ParseInfo pi, Val parent) { volatile VALUE rkey = parent->key_val; if (Qundef != rkey) { rkey = oj_encode(rkey); rkey = rb_str_intern(rkey); return rkey; } if (Yes == pi->options.cache_keys) { rkey = oj_sym_intern(parent->key, parent->klen); } else { #if HAVE_RB_ENC_INTERNED_STR rkey = rb_enc_interned_str(parent->key, parent->klen, oj_utf8_encoding); #else rkey = rb_utf8_str_new(parent->key, parent->klen); rkey = rb_str_intern(rkey); OBJ_FREEZE(rkey); #endif } return rkey; } static void hash_end(ParseInfo pi) { TRACE_PARSE_HASH_END(pi->options.trace, pi); } static void array_end(ParseInfo pi) { TRACE_PARSE_ARRAY_END(pi->options.trace, pi); } static VALUE noop_hash_key(ParseInfo pi, const char *key, size_t klen) { return Qundef; } static void add_value(ParseInfo pi, VALUE val) { TRACE_PARSE_CALL(pi->options.trace, "add_value", pi, val); pi->stack.head->val = val; } // 123e4567-e89b-12d3-a456-426655440000 static bool uuid_check(const char *str, int len) { int i; for (i = 0; i < 8; i++, str++) { if ('x' != hex_chars[*(uint8_t *)str]) { return false; } } str++; for (i = 0; i < 4; i++, str++) { if ('x' != hex_chars[*(uint8_t *)str]) { return false; } } str++; for (i = 0; i < 4; i++, str++) { if ('x' != hex_chars[*(uint8_t *)str]) { return false; } } str++; for (i = 0; i < 4; i++, str++) { if ('x' != hex_chars[*(uint8_t *)str]) { return false; } } str++; for (i = 0; i < 12; i++, str++) { if ('x' != hex_chars[*(uint8_t *)str]) { return false; } } return true; } static const char *read_num(const char *s, int len, int *vp) { uint32_t v = 0; for (; 0 < len; len--, s++) { if ('0' <= *s && *s <= '9') { v = v * 10 + *s - '0'; } else { return NULL; } } *vp = (int)v; return s; } static VALUE time_parse(const char *s, int len) { struct tm tm; bool neg = false; long nsecs = 0; int i; time_t secs; memset(&tm, 0, sizeof(tm)); if ('-' == *s) { s++; neg = true; } if (NULL == (s = read_num(s, 4, &tm.tm_year))) { return Qnil; } if (neg) { tm.tm_year = -tm.tm_year; neg = false; } tm.tm_year -= 1900; s++; if (NULL == (s = read_num(s, 2, &tm.tm_mon))) { return Qnil; } tm.tm_mon--; s++; if (NULL == (s = read_num(s, 2, &tm.tm_mday))) { return Qnil; } s++; if (NULL == (s = read_num(s, 2, &tm.tm_hour))) { return Qnil; } s++; if (NULL == (s = read_num(s, 2, &tm.tm_min))) { return Qnil; } s++; if (NULL == (s = read_num(s, 2, &tm.tm_sec))) { return Qnil; } s++; for (i = 9; 0 < i; i--, s++) { if ('0' <= *s && *s <= '9') { nsecs = nsecs * 10 + *s - '0'; } else { return Qnil; } } #if IS_WINDOWS secs = (time_t)mktime(&tm); memset(&tm, 0, sizeof(tm)); tm.tm_year = 70; tm.tm_mday = 1; secs -= (time_t)mktime(&tm); #else secs = (time_t)timegm(&tm); #endif return rb_funcall(rb_time_nano_new(secs, nsecs), oj_utc_id, 0); } static VALUE protect_uri(VALUE rstr) { return rb_funcall(resolve_uri_class(), oj_parse_id, 1, rstr); } static VALUE cstr_to_rstr(ParseInfo pi, const char *str, size_t len) { volatile VALUE v = Qnil; if (30 == len && '-' == str[4] && '-' == str[7] && 'T' == str[10] && ':' == str[13] && ':' == str[16] && '.' == str[19] && 'Z' == str[29]) { if (Qnil != (v = time_parse(str, (int)len))) { return v; } } if (36 == len && '-' == str[8] && '-' == str[13] && '-' == str[18] && '-' == str[23] && uuid_check(str, (int)len) && Qnil != resolve_wab_uuid_class()) { return rb_funcall(wab_uuid_clas, oj_new_id, 1, rb_str_new(str, len)); } if (7 < len && 0 == strncasecmp("http://", str, 7)) { int err = 0; v = rb_str_new(str, len); volatile VALUE uri = rb_protect(protect_uri, v, &err); if (0 == err) { return uri; } } return oj_cstr_to_value(str, len, (size_t)pi->options.cache_str); } static void add_cstr(ParseInfo pi, const char *str, size_t len, const char *orig) { pi->stack.head->val = cstr_to_rstr(pi, str, len); TRACE_PARSE_CALL(pi->options.trace, "add_string", pi, pi->stack.head->val); } static void add_num(ParseInfo pi, NumInfo ni) { if (ni->infinity || ni->nan) { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "not a number or other value"); } pi->stack.head->val = oj_num_as_value(ni); TRACE_PARSE_CALL(pi->options.trace, "add_number", pi, pi->stack.head->val); } static VALUE start_hash(ParseInfo pi) { TRACE_PARSE_IN(pi->options.trace, "start_hash", pi); if (Qnil != pi->options.hash_class) { return rb_class_new_instance(0, NULL, pi->options.hash_class); } return rb_hash_new(); } static void hash_set_cstr(ParseInfo pi, Val parent, const char *str, size_t len, const char *orig) { volatile VALUE rval = cstr_to_rstr(pi, str, len); rb_hash_aset(stack_peek(&pi->stack)->val, calc_hash_key(pi, parent), rval); TRACE_PARSE_CALL(pi->options.trace, "set_string", pi, rval); } static void hash_set_num(ParseInfo pi, Val parent, NumInfo ni) { volatile VALUE rval = Qnil; if (ni->infinity || ni->nan) { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "not a number or other value"); } rval = oj_num_as_value(ni); rb_hash_aset(stack_peek(&pi->stack)->val, calc_hash_key(pi, parent), rval); TRACE_PARSE_CALL(pi->options.trace, "set_number", pi, rval); } static void hash_set_value(ParseInfo pi, Val parent, VALUE value) { rb_hash_aset(stack_peek(&pi->stack)->val, calc_hash_key(pi, parent), value); TRACE_PARSE_CALL(pi->options.trace, "set_value", pi, value); } static VALUE start_array(ParseInfo pi) { TRACE_PARSE_IN(pi->options.trace, "start_array", pi); return rb_ary_new(); } static void array_append_cstr(ParseInfo pi, const char *str, size_t len, const char *orig) { volatile VALUE rval = cstr_to_rstr(pi, str, len); rb_ary_push(stack_peek(&pi->stack)->val, rval); TRACE_PARSE_CALL(pi->options.trace, "set_value", pi, rval); } static void array_append_num(ParseInfo pi, NumInfo ni) { volatile VALUE rval = Qnil; if (ni->infinity || ni->nan) { oj_set_error_at(pi, oj_parse_error_class, __FILE__, __LINE__, "not a number or other value"); } rval = oj_num_as_value(ni); rb_ary_push(stack_peek(&pi->stack)->val, rval); TRACE_PARSE_CALL(pi->options.trace, "append_number", pi, rval); } static void array_append_value(ParseInfo pi, VALUE value) { rb_ary_push(stack_peek(&pi->stack)->val, value); TRACE_PARSE_CALL(pi->options.trace, "append_value", pi, value); } void oj_set_wab_callbacks(ParseInfo pi) { pi->start_hash = start_hash; pi->end_hash = hash_end; pi->hash_key = noop_hash_key; pi->hash_set_cstr = hash_set_cstr; pi->hash_set_num = hash_set_num; pi->hash_set_value = hash_set_value; pi->start_array = start_array; pi->end_array = array_end; pi->array_append_cstr = array_append_cstr; pi->array_append_num = array_append_num; pi->array_append_value = array_append_value; pi->add_cstr = add_cstr; pi->add_num = add_num; pi->add_value = add_value; pi->expect_value = 1; } VALUE oj_wab_parse(int argc, VALUE *argv, VALUE self) { struct _parseInfo pi; parse_info_init(&pi); pi.options = oj_default_options; pi.handler = Qnil; pi.err_class = Qnil; oj_set_wab_callbacks(&pi); if (T_STRING == rb_type(*argv)) { return oj_pi_parse(argc, argv, &pi, 0, 0, true); } else { return oj_pi_sparse(argc, argv, &pi, 0); } } VALUE oj_wab_parse_cstr(int argc, VALUE *argv, char *json, size_t len) { struct _parseInfo pi; parse_info_init(&pi); pi.options = oj_default_options; pi.handler = Qnil; pi.err_class = Qnil; oj_set_wab_callbacks(&pi); return oj_pi_parse(argc, argv, &pi, json, len, true); } oj-3.16.12/gemfiles/000077500000000000000000000000001510053151600140645ustar00rootroot00000000000000oj-3.16.12/gemfiles/no_rails.gemfile000066400000000000000000000001251510053151600172220ustar00rootroot00000000000000# frozen_string_literal: true source 'https://rubygems.org' gemspec :path => '../' oj-3.16.12/gemfiles/rails_6.gemfile000066400000000000000000000001731510053151600167560ustar00rootroot00000000000000# frozen_string_literal: true source 'https://rubygems.org' gem 'rails', '6.0.3.6' gem 'sqlite3' gemspec :path => '../' oj-3.16.12/gemfiles/rails_7.1.gemfile000066400000000000000000000002411510053151600171120ustar00rootroot00000000000000# frozen_string_literal: true source 'https://rubygems.org' gem 'rails', '~> 7.1.3' gem 'sqlite3' gem 'mutex_m' gem 'base64' gem 'drb' gemspec :path => '../' oj-3.16.12/gemfiles/rails_7.2.gemfile000066400000000000000000000002411510053151600171130ustar00rootroot00000000000000# frozen_string_literal: true source 'https://rubygems.org' gem 'rails', '~> 7.2.0' gem 'sqlite3' gem 'mutex_m' gem 'base64' gem 'drb' gemspec :path => '../' oj-3.16.12/gemfiles/rails_7.gemfile000066400000000000000000000002411510053151600167530ustar00rootroot00000000000000# frozen_string_literal: true source 'https://rubygems.org' gem 'rails', '~> 7.0.3' gem 'sqlite3' gem 'mutex_m' gem 'base64' gem 'drb' gemspec :path => '../' oj-3.16.12/gemfiles/rails_8.gemfile000066400000000000000000000002411510053151600167540ustar00rootroot00000000000000# frozen_string_literal: true source 'https://rubygems.org' gem 'rails', '~> 8.0.1' gem 'sqlite3' gem 'mutex_m' gem 'base64' gem 'drb' gemspec :path => '../' oj-3.16.12/lib/000077500000000000000000000000001510053151600130375ustar00rootroot00000000000000oj-3.16.12/lib/oj.rb000066400000000000000000000003701510053151600137740ustar00rootroot00000000000000# frozen_string_literal: true # Oj module is defined in oj.c. module Oj end require 'oj/version' require 'oj/bag' require 'oj/easy_hash' require 'oj/error' require 'oj/mimic' require 'oj/saj' require 'oj/schandler' require 'oj/oj' # C extension oj-3.16.12/lib/oj/000077500000000000000000000000001510053151600134475ustar00rootroot00000000000000oj-3.16.12/lib/oj/active_support_helper.rb000066400000000000000000000020601510053151600204000ustar00rootroot00000000000000# frozen_string_literal: true require 'active_support/time' module Oj # Exists only to handle the ActiveSupport::TimeWithZone. class ActiveSupportHelper def self.createTimeWithZone(utc, zone) ActiveSupport::TimeWithZone.new(utc - utc.gmt_offset, ActiveSupport::TimeZone[zone]) end end end Oj.register_odd(ActiveSupport::TimeWithZone, Oj::ActiveSupportHelper, :createTimeWithZone, :utc, 'time_zone.name') # This is a hack to work around an oddness with DateTime and the ActiveSupport # that causes a hang when some methods are called from C. Hour, min(ute), # sec(ond) and other methods are special but they can be called from C until # activesupport/time is required. After that they can not be even though # resond_to? returns true. By defining methods to call super the problem goes # away. There is obviously some magic going on under the covers that I don't # understand. class DateTime def hour() super end def min() super end def sec() super end def sec_fraction() super end def offset() super end end oj-3.16.12/lib/oj/bag.rb000066400000000000000000000066201510053151600145310ustar00rootroot00000000000000# frozen_string_literal: true module Oj # A generic class that is used only for storing attributes. It is the base # Class for auto-generated classes in the storage system. Instance variables # are added using the instance_variable_set() method. All instance variables # can be accessed using the variable name (without the @ prefix). No setters # are provided as the Class is intended for reading only. class Bag # The initializer can take multiple arguments in the form of key values # where the key is the variable name and the value is the variable # value. This is intended for testing purposes only. # @example Oj::Bag.new(:@x => 42, :@y => 57) # @param [Hash] args instance variable symbols and their values def initialize(args = {}) args.each do |k, v| self.instance_variable_set(k, v) end end # Replaces the Object.respond_to?() method. # @param [Symbol] m method symbol # @return [Boolean] true for any method that matches an instance # variable reader, otherwise false. def respond_to?(m) return true if super instance_variables.include?(:"@#{m}") end # Handles requests for variable values. Others cause an Exception to be # raised. # @param [Symbol] m method symbol # @return [Boolean] the value of the specified instance variable. # @raise [ArgumentError] if an argument is given. Zero arguments expected. # @raise [NoMethodError] if the instance variable is not defined. def method_missing(m, *args, &block) raise ArgumentError.new("wrong number of arguments (#{args.size} for 0) to method #{m}") unless args.nil? or args.empty? at_m = :"@#{m}" raise NoMethodError.new("undefined method #{m}", m) unless instance_variable_defined?(at_m) instance_variable_get(at_m) end # Replaces eql?() with something more reasonable for this Class. # @param [Object] other Object to compare self to # @return [Boolean] true if each variable and value are the same, otherwise false. def eql?(other) return false if (other.nil? or self.class != other.class) ova = other.instance_variables iv = instance_variables return false if ova.size != iv.size iv.all? { |vid| instance_variable_get(vid) != other.instance_variable_get(vid) } end alias == eql? # Define a new class based on the Oj::Bag class. This is used internally in # the Oj module and is available to service wrappers that receive XML # requests that include Objects of Classes not defined in the storage # process. # @param [String] classname Class name or symbol that includes Module names. # @return [Object] an instance of the specified Class. # @raise [NameError] if the classname is invalid. def self.define_class(classname) classname = classname.to_s unless classname.is_a?(String) tokens = classname.split('::').map(&:to_sym) raise NameError.new("Invalid classname '#{classname}") if tokens.empty? m = Object tokens[0..-2].each do |sym| if m.const_defined?(sym) m = m.const_get(sym) else c = Module.new m.const_set(sym, c) m = c end end sym = tokens[-1] if m.const_defined?(sym) c = m.const_get(sym) else c = Class.new(Oj::Bag) m.const_set(sym, c) end c end end # Bag end # Oj oj-3.16.12/lib/oj/easy_hash.rb000066400000000000000000000037171510053151600157500ustar00rootroot00000000000000module Oj # A Hash subclass that normalizes the hash keys to allow lookup by the # key.to_s or key.to_sym. It also supports looking up hash values by methods # that match the keys. class EasyHash < Hash # Replaces the Object.respond_to?() method. # @param [Symbol] m method symbol # @param [Boolean] include_all whether to include private and protected methods in the search # @return [Boolean] true for any method that matches an instance # variable reader, otherwise false. def respond_to?(m, include_all = false) return true if super return true if has_key?(m) return true if has_key?(m.to_s) has_key?(m.to_sym) end def [](key) return fetch(key, nil) if has_key?(key) return fetch(key.to_s, nil) if has_key?(key.to_s) fetch(key.to_sym, nil) end # Handles requests for Hash values. Others cause an Exception to be raised. # @param [Symbol|String] m method symbol # @return [Boolean] the value of the specified instance variable. # @raise [ArgumentError] if an argument is given. Zero arguments expected. # @raise [NoMethodError] if the instance variable is not defined. def method_missing(m, *args, &block) if m.to_s.end_with?('=') raise ArgumentError.new("wrong number of arguments (#{args.size} for 1 with #{m}) to method #{m}") if args.nil? or 1 != args.length m = m[0..-2] return store(m.to_s, args[0]) if has_key?(m.to_s) return store(m.to_sym, args[0]) if has_key?(m.to_sym) return store(m, args[0]) else raise ArgumentError.new("wrong number of arguments (#{args.size} for 0 with #{m}) to method #{m}") unless args.nil? or args.empty? return fetch(m, nil) if has_key?(m) return fetch(m.to_s, nil) if has_key?(m.to_s) return fetch(m.to_sym, nil) if has_key?(m.to_sym) end raise NoMethodError.new("undefined method #{m}", m) end end # EasyHash end # Oj oj-3.16.12/lib/oj/error.rb000066400000000000000000000011661510053151600151310ustar00rootroot00000000000000module Oj # Inherit Error class from StandardError. Error = Class.new(StandardError) # Following classes inherit from the Error class. # ----------------------------------------------- # An Exception that is raised as a result of a parse error while parsing a JSON document. ParseError = Class.new(Error) # An Exception that is raised as a result of a path being too deep. DepthError = Class.new(Error) # An Exception that is raised if a file fails to load. LoadError = Class.new(Error) # An Exception that is raised if there is a conflict with mimicking JSON MimicError = Class.new(Error) end # Oj oj-3.16.12/lib/oj/json.rb000066400000000000000000000152141510053151600147500ustar00rootroot00000000000000require 'ostruct' require 'oj/state' if defined?(JSON::PRETTY_STATE_PROTOTYPE) # There are enough people that try to use both the json gen and oj in mimic # mode so don't display the warning. # warn "WARNING: oj/json is a compatability shim used by Oj. Requiring the file explicitly is not recommended." end unless defined?(JSON::PRETTY_STATE_PROTOTYPE) module JSON NaN = 0.0/0.0 unless defined?(::JSON::NaN) Infinity = 1.0/0.0 unless defined?(::JSON::Infinity) MinusInfinity = -1.0/0.0 unless defined?(::JSON::MinusInfinity) # Taken from the unit test. Note that items like check_circular? are not # present. PRETTY_STATE_PROTOTYPE = Ext::Generator::State.from_state({ :allow_nan => false, :array_nl => "\n", :ascii_only => false, :buffer_initial_length => 1024, :depth => 0, :indent => " ", :max_nesting => 100, :object_nl => "\n", :space => " ", :space_before => "", }) unless defined?(::JSON::PRETTY_STATE_PROTOTYPE) SAFE_STATE_PROTOTYPE = Ext::Generator::State.from_state({ :allow_nan => false, :array_nl => "", :ascii_only => false, :buffer_initial_length => 1024, :depth => 0, :indent => "", :max_nesting => 100, :object_nl => "", :space => "", :space_before => "", }) unless defined?(::JSON::SAFE_STATE_PROTOTYPE) FAST_STATE_PROTOTYPE = Ext::Generator::State.from_state({ :allow_nan => false, :array_nl => "", :ascii_only => false, :buffer_initial_length => 1024, :depth => 0, :indent => "", :max_nesting => 0, :object_nl => "", :space => "", :space_before => "", }) unless defined?(::JSON::FAST_STATE_PROTOTYPE) def self.dump_default_options Oj::MimicDumpOption.new end def self.dump_default_options=(h) m = Oj::MimicDumpOption.new h.each do |k, v| m[k] = v end end def self.parser=(p) @@parser = p end def self.parser() @@parser end def self.generator=(g) @@generator = g end def self.generator() @@generator end module Ext class Parser def initialize(src) raise TypeError.new("already initialized") unless @source.nil? @source = src end def source() raise TypeError.new("already initialized") if @source.nil? @source end def parse() raise TypeError.new("already initialized") if @source.nil? JSON.parse(@source) end end # Parser end # Ext State = ::JSON::Ext::Generator::State unless defined?(::JSON::State) begin send(:remove_const, :Parser) rescue # ignore and move on end Parser = ::JSON::Ext::Parser unless defined?(::JSON::Parser) self.parser = ::JSON::Ext::Parser self.generator = ::JSON::Ext::Generator # Taken directly from the json gem. Shamelessly copied. It is similar in # some ways to the Oj::Bag class or the Oj::EasyHash class. class GenericObject < OpenStruct class << self alias [] new def json_creatable? @json_creatable end attr_writer :json_creatable def json_create(data) data = data.dup data.delete JSON.create_id self[data] end def from_hash(object) case when object.respond_to?(:to_hash) result = new object.to_hash.each do |key, value| result[key] = from_hash(value) end result when object.respond_to?(:to_ary) object.to_ary.map { |a| from_hash(a) } else object end end def load(source, proc = nil, opts = {}) result = ::JSON.load(source, proc, opts.merge(:object_class => self)) result.nil? ? new : result end def dump(obj, *args) ::JSON.dump(obj, *args) end end # self self.json_creatable = false def to_hash table end def [](name) __send__(name) end unless method_defined?(:[]) def []=(name, value) __send__("#{name}=", value) end unless method_defined?(:[]=) def |(other) self.class[other.to_hash.merge(to_hash)] end def as_json(*) { JSON.create_id => self.class.name }.merge to_hash end def to_json(*a) as_json.to_json(*a) end end end # JSON end oj-3.16.12/lib/oj/mimic.rb000066400000000000000000000200771510053151600151000ustar00rootroot00000000000000# frozen_string_literal: false require 'bigdecimal' require 'ostruct' module Oj ## # Custom mode can be used to emulate the compat mode with some minor # differences. These are the options that setup the custom mode to be like # the compat mode. CUSTOM_MIMIC_JSON_OPTIONS = { allow_gc: true, allow_invalid_unicode: false, allow_nan: false, array_class: nil, array_nl: nil, auto_define: false, bigdecimal_as_decimal: false, bigdecimal_load: :auto, circular: false, class_cache: false, cache_keys: true, cache_str: 5, create_additions: false, create_id: "json_class", empty_string: false, escape_mode: :unicode_xss, float_precision: 0, hash_class: nil, ignore: nil, ignore_under: false, indent: 0, integer_range: nil, mode: :custom, nan: :raise, nilnil: false, object_nl: nil, omit_nil: false, quirks_mode: true, safe: false, second_precision: 3, space: nil, space_before: nil, symbol_keys: false, time_format: :ruby, trace: false, use_as_json: false, use_raw_json: false, use_to_hash: false, use_to_json: true, } # A bit hack-ish but does the trick. The JSON.dump_default_options is a Hash # but in mimic we use a C struct to store defaults. This class creates a view # onto that struct. class MimicDumpOption < Hash def initialize() oo = Oj.default_options self.store(:max_nesting, false) self.store(:allow_nan, true) self.store(:quirks_mode, oo[:quirks_mode]) self.store(:ascii_only, (:ascii == oo[:escape_mode])) super end def []=(key, value) case key when :quirks_mode Oj.default_options = {:quirks_mode => value} when :ascii_only Oj.default_options = {:ascii_only => value} end end end # Loads mimic-ed JSON paths. Used by Oj.mimic_JSON(). # @param mimic_paths [Array] additional paths to add to the Ruby loaded features. def self.mimic_loaded(mimic_paths=[]) $LOAD_PATH.each do |d| next unless File.exist?(d) jfile = File.join(d, 'json.rb') $LOADED_FEATURES << jfile unless $LOADED_FEATURES.include?(jfile) if File.exist?(jfile) Dir.glob(File.join(d, 'json', '**', '*.rb')).each do |file| # allow json/add/xxx to be loaded. User can override with Oj.add_to_json(xxx). $LOADED_FEATURES << file unless $LOADED_FEATURES.include?(file) unless file.include?('add') end end mimic_paths.each { |p| $LOADED_FEATURES << p } $LOADED_FEATURES << 'json' unless $LOADED_FEATURES.include?('json') require 'oj/json' if Object.const_defined?('OpenStruct') OpenStruct.class_eval do # Both the JSON gem and Rails monkey patch as_json. Let them battle it out. unless defined?(self.as_json) def as_json(*) name = self.class.name.to_s raise JSON::JSONError, "Only named structs are supported!" if 0 == name.length { JSON.create_id => name, 't' => table } end end def self.json_create(h) new(h['t'] || h[:t]) end end end BigDecimal.class_eval do # Both the JSON gem and Rails monkey patch as_json. Let them battle it out. unless defined?(self.as_json) def as_json(*) {JSON.create_id => 'BigDecimal', 'b' => _dump } end end def self.json_create(h) BigDecimal._load(h['b']) end end Complex.class_eval do # Both the JSON gem and Rails monkey patch as_json. Let them battle it out. unless defined?(self.as_json) def as_json(*) {JSON.create_id => 'Complex', 'r' => real, 'i' => imag } end end def self.json_create(h) Complex(h['r'], h['i']) end end DateTime.class_eval do # Both the JSON gem and Rails monkey patch as_json. Let them battle it out. unless defined?(self.as_json) def as_json(*) { JSON.create_id => 'DateTime', 'y' => year, 'm' => month, 'd' => day, 'H' => hour, 'M' => min, 'S' => sec, 'of' => offset.to_s, 'sg' => start } end end def self.json_create(h) # offset is a rational as a string as, bs = h['of'].split('/') a = as.to_i b = bs.to_i if 0 == b off = a else off = Rational(a, b) end civil(h['y'], h['m'], h['d'], h['H'], h['M'], h['S'], off, h['sg']) end end Date.class_eval do # Both the JSON gem and Rails monkey patch as_json. Let them battle it out. unless defined?(self.as_json) def as_json(*) { JSON.create_id => 'Date', 'y' => year, 'm' => month, 'd' => day, 'sg' => start } end end def self.json_create(h) civil(h['y'], h['m'], h['d'], h['sg']) end end Exception.class_eval do # Both the JSON gem and Rails monkey patch as_json. Let them battle it out. unless defined?(self.as_json) def as_json(*) {JSON.create_id => self.class.name, 'm' => message, 'b' => backtrace } end end def self.json_create(h) e = new(h['m']) e.set_backtrace(h['b']) e end end Range.class_eval do # Both the JSON gem and Rails monkey patch as_json. Let them battle it out. unless defined?(self.as_json) def as_json(*) {JSON.create_id => 'Range', 'a' => [first, last, exclude_end?]} end end def self.json_create(h) new(*h['a']) end end Rational.class_eval do # Both the JSON gem and Rails monkey patch as_json. Let them battle it out. unless defined?(self.as_json) def as_json(*) {JSON.create_id => 'Rational', 'n' => numerator, 'd' => denominator } end end def self.json_create(h) Rational(h['n'], h['d']) end end Regexp.class_eval do # Both the JSON gem and Rails monkey patch as_json. Let them battle it out. unless defined?(self.as_json) def as_json(*) {JSON.create_id => 'Regexp', 'o' => options, 's' => source } end end def self.json_create(h) new(h['s'], h['o']) end end Struct.class_eval do # Both the JSON gem and Rails monkey patch as_json. Let them battle it out. unless defined?(self.as_json) def as_json(*) name = self.class.name.to_s raise JSON::JSONError, "Only named structs are supported!" if 0 == name.length { JSON.create_id => name, 'v' => values } end end def self.json_create(h) new(*h['v']) end end Symbol.class_eval do # Both the JSON gem and Rails monkey patch as_json. Let them battle it out. unless defined?(self.as_json) def as_json(*) {JSON.create_id => 'Symbol', 's' => to_s } end end def self.json_create(h) h['s'].to_sym end end Time.class_eval do # Both the JSON gem and Rails monkey patch as_json. Let them battle it out. unless defined?(self.as_json) def as_json(*) nsecs = [ tv_usec * 1000 ] nsecs << tv_nsec if respond_to?(:tv_nsec) nsecs = nsecs.max { JSON.create_id => 'Time', 's' => tv_sec, 'n' => nsecs } end end def self.json_create(h) if (usec = h.delete('u')) h['n'] = usec * 1000 end if instance_methods.include?(:tv_nsec) at(h['s'], Rational(h['n'], 1000)) else at(h['s'], h['n'] / 1000) end end end end # self.mimic_loaded end # Oj # More monkey patches. class String def to_json_raw_object { JSON.create_id => self.class.name, 'raw' => self.bytes } end def to_json_raw(*) to_json_raw_object().to_json() end def self.json_create(obj) s = '' s.encode!(Encoding::ASCII_8BIT) if s.respond_to?(:encode!) raw = obj['raw'] if raw.is_a? Array raw.each { |v| s << v } end s end end oj-3.16.12/lib/oj/saj.rb000066400000000000000000000036601510053151600145560ustar00rootroot00000000000000module Oj # A SAX style parse handler for JSON hence the acronym SAJ for Simple API # for JSON. The Oj::Saj handler class can be subclassed and then used with # the Oj::Saj key_parse() method or with the more resent # Oj::Parser.new(:saj). The Saj methods will then be called as the file is # parsed. # # With Oj::Parser.new(:saj) each method can also include a line and column # argument so hash_start(key) could also be hash_start(key, line, # column). The error() method is no used with Oj::Parser.new(:saj) so it # will never be called. # # @example # # require 'oj' # # class MySaj < ::Oj::Saj # def initialize() # @hash_cnt = 0 # end # # def hash_start(key) # @hash_cnt += 1 # end # end # # cnt = MySaj.new() # File.open('any.json', 'r') do |f| # Oj.saj_parse(cnt, f) # end # # or # # p = Oj::Parser.new(:saj) # p.handler = MySaj.new() # File.open('any.json', 'r') do |f| # p.parse(f.read) # end # # To make the desired methods active while parsing the desired method should # be made public in the subclasses. If the methods remain private they will # not be called during parsing. # # def hash_start(key); end # def hash_end(key); end # def array_start(key); end # def array_end(key); end # def add_value(value, key); end # def error(message, line, column); end # class Saj # Create a new instance of the Saj handler class. def initialize() end # To make the desired methods active while parsing the desired method should # be made public in the subclasses. If the methods remain private they will # not be called during parsing. private def hash_start(key) end def hash_end(key) end def array_start(key) end def array_end(key) end def add_value(value, key) end def error(message, line, column) end end # Saj end # Oj oj-3.16.12/lib/oj/schandler.rb000066400000000000000000000076001510053151600157420ustar00rootroot00000000000000module Oj # A Simple Callback Parser (SCP) for JSON. The Oj::ScHandler class should be # subclassed and then used with the Oj.sc_parse() method. The Scp methods will # then be called as the file is parsed. The handler does not have to be a # subclass of the ScHandler class as long as it responds to the desired # methods. # # @example # # require 'oj' # # class MyHandler < ::Oj::ScHandler # def hash_start # {} # end # # def hash_set(h,k,v) # h[k] = v # end # # def array_start # [] # end # # def array_append(a,v) # a << v # end # # def add_value(v) # p v # end # # def error(message, line, column) # p "ERROR: #{message}" # end # end # # File.open('any.json', 'r') do |f| # Oj.sc_parse(MyHandler.new, f) # end # # To make the desired methods active while parsing the desired method should # be made public in the subclasses. If the methods remain private they will # not be called during parsing. # # def hash_start(); end # def hash_end(); end # def hash_key(key); end # def hash_set(h, key, value); end # def array_start(); end # def array_end(); end # def array_append(a, value); end # def add_value(value); end # # As certain elements of a JSON document are reached during parsing the # callbacks are called. The parser helps by keeping track of objects created # by the callbacks but does not create those objects itself. # # hash_start # # When a JSON object element starts the hash_start() callback is called if # public. It should return what ever Ruby Object is to be used as the element # that will later be included in the hash_set() callback. # # hash_end # # At the end of a JSON object element the hash_end() callback is called if # public. # # hash_key # # When a hash key is encountered the hash_key() method is called with the # parsed hash value key. The return value from the call is then used as the # key in the key-value pair that follows. # # hash_set # # When a key value pair is encountered during parsing the hash_set() callback # is called if public. The first element will be the object returned from the # enclosing hash_start() callback. The second argument is the key and the last # is the value. # # array_start # # When a JSON array element is started the array_start() callback is called if # public. It should return what ever Ruby Object is to be used as the element # that will later be included in the array_append() callback. # # array_end # # At the end of a JSON array element the array_end() callback is called if public. # # array_append # # When a element is encountered that is an element of an array the # array_append() callback is called if public. The first argument to the # callback is the Ruby object returned from the enclosing array_start() # callback. # # add_value # # The handler is expected to handle multiple JSON elements in one stream, # file, or string. When a top level JSON has been read completely the # add_value() callback is called. Even if only one element was ready this # callback returns the Ruby object that was constructed during the parsing. # class ScHandler # Create a new instance of the ScHandler class. def initialize() end # To make the desired methods active while parsing the desired method should # be made public in the subclasses. If the methods remain private they will # not be called during parsing. private def hash_start() end def hash_end() end def hash_key(key) key end def hash_set(h, key, value) end def array_start() end def array_end() end def add_value(value) end def array_append(a, value) end end # ScHandler end # Oj oj-3.16.12/lib/oj/state.rb000066400000000000000000000103451510053151600151170ustar00rootroot00000000000000module JSON module Ext module Generator unless defined?(::JSON::Ext::Generator::State) # This class exists for json gem compatibility only. While it can be # used as the options for other than compatibility a simple Hash is # recommended as it is simpler and performs better. The only bit # missing by not using a state object is the depth availability which # may be the depth during dumping or maybe not since it can be set and # the docs for depth= is the same as max_nesting. Note: Had to make # this a subclass of Object instead of Hash like EashyHash due to # conflicts with the json gem. class State def self.from_state(opts) s = self.new() s.clear() s.merge(opts) s end def initialize(opts = {}) @attrs = {} # Populate with all vars then merge in opts. This class deviates from # the json gem in that any of the options can be set with the opts # argument. The json gem limits the opts use to 7 of the options. @attrs[:indent] = '' @attrs[:space] = '' @attrs[:space_before] = '' @attrs[:array_nl] = '' @attrs[:object_nl] = '' @attrs[:allow_nan] = false @attrs[:buffer_initial_length] = 1024 # completely ignored by Oj @attrs[:depth] = 0 @attrs[:max_nesting] = 100 @attrs[:check_circular?] = true @attrs[:ascii_only] = false @attrs.merge!(opts) end def to_h() return @attrs.dup end def to_hash() return @attrs.dup end def allow_nan?() @attrs[:allow_nan] end def ascii_only?() @attrs[:ascii_only] end def configure(opts) raise TypeError.new('expected a Hash') unless opts.respond_to?(:to_h) @attrs.merge!(opts.to_h) end def generate(obj) JSON.generate(obj) end def merge(opts) @attrs.merge!(opts) end # special rule for this. def buffer_initial_length=(len) len = 1024 if 0 >= len @attrs[:buffer_initial_length] = len end # Replaces the Object.respond_to?() method. # @param [Symbol] m method symbol # @return [Boolean] true for any method that matches an instance # variable reader, otherwise false. def respond_to?(m, include_all = false) return true if super return true if has_key?(key) return true if has_key?(key.to_s) has_key?(key.to_sym) end def [](key) key = key.to_sym @attrs.fetch(key, nil) end def []=(key, value) key = key.to_sym @attrs[key] = value end def clear() @attrs.clear() end def has_key?(k) @attrs.has_key?(key.to_sym) end # Handles requests for Hash values. Others cause an Exception to be raised. # @param [Symbol|String] m method symbol # @return [Boolean] the value of the specified instance variable. # @raise [ArgumentError] if an argument is given. Zero arguments expected. # @raise [NoMethodError] if the instance variable is not defined. def method_missing(m, *args, &block) if m.to_s.end_with?('=') raise ArgumentError.new("wrong number of arguments (#{args.size} for 1 with #{m}) to method #{m}") if args.nil? or 1 != args.length m = m.to_s[0..-2] m = m.to_sym return @attrs.store(m, args[0]) end if @attrs.has_key?(m.to_sym) raise ArgumentError.new("wrong number of arguments (#{args.size} for 0 with #{m}) to method #{m}") unless args.nil? or args.empty? return @attrs[m.to_sym] end return @attrs.send(m, *args, &block) end end # State end # defined check end # Generator end # Ext end # JSON oj-3.16.12/lib/oj/version.rb000066400000000000000000000001071510053151600154570ustar00rootroot00000000000000module Oj # Current version of the module. VERSION = '3.16.12' end oj-3.16.12/notes000066400000000000000000000061331510053151600133470ustar00rootroot00000000000000;; -*- mode: outline; outline-regexp: " *[-\+]"; indent-tabs-mode: nil; fill-column: 120 -*- ^c^d hide subtree ^c^s show subtree - skip_null_byte => omit_null_byte - and move to dump parameters - stream writes - dump.c:685 - stream_writer.c - use io C calls instead - future - object mode delegate - future - usual delegate - detect_time (maybe) - parser - read file in separate thread - object delegate - new parser reasons or design notes - parser itself is faster due to reduced branching - bulk array create - 15x - bulk hash - 3x - reuse of memory - better control over options - auto rehash of cache - memory use when reading from a file - add default_options[]= method - big decimal - just in custom mode, maybe in strict? - encode_big_decimal_as_string - add as fix for rails change - rails - Process::Status - ActiveSupport::TimeWithZone - ActiveModel::Errors - ActiveSupport::Multibyte::Chars - ActiveRecord::Relation - future - option to allow invalid unicode through - unit tests for 32 bit - test_float_parse - look at RUBY_PLATFORM maybe? - look at env var for OJ_DEBUG when doing ruby extconf.rb - add printf for keys spots in parse and dump - invalid character option - don't check options - replace with best attempt such as \ud83d => \xED\xA0\xBD - that would be the normal replacement - allow_invalid_unicode --------------------------- Tried a separate thread for the parser and the results were poor. The parsing is 10% to 15% of the total so splitting ruby calls and c does not help much and the overhead of swapping data was too high. It was not possible to split ruby calls into both threads due to not getting a lock on the ruby environment for object creation. ---------------- todo - #570 - complain in strict mode about leading + or trailing . - #569 - < and > are not escaped in compat mode - ruby -r oj -e 'puts "#{Oj::VERSION} -> #{Oj.dump("<", {mode: :compat, escape_mode: :unicode_xss})}"' 3.7.5 -> "<" 3.7.4 -> "\u003c" - #568 - We're still at Rails 4.2 so maybe all of this is outdated, but still. It's documented that :bigdecimal_as_decimal isn't available for mode: :rails. However, if I run it like this: Oj.optimize_rails Oj.default_options = { mode: :rails, bigdecimal_as_decimal: true } It does the job - Oj dumps BigDecimal as number. If I later add bigdecimal_as_decimal: true explicitly in the dump it works for single number dump, but not for Hash. Oj.dump(BigDecimal('1.2')) # => "1.2" Oj.dump({a: BigDecimal('1.2')}) # => "{\"a\":1.2}" Oj.dump(BigDecimal('1.2'), bigdecimal_as_decimal: true) # => "1.2" Oj.dump({a: BigDecimal('1.2')}, bigdecimal_as_decimal: true) # => "{\"a\":\"1.2\"}" - unexpected Also when I remove running Oj.optimize_rails, Oj ignores bigdecimal_as_decimal and dumps BigDecimal as string. Currently, it works OK for me, just wanted to check what's the expected behavior and if it should be aware when upgrading Rails or Oj. - #567 - irb(main):001:0> Oj.dump(Time.utc(2000, 1, 1, 1, 0, 0, 0), mode: :compat) => "\"2000-01-01 01:00:00 UTC\"" - missing fractional part in custom with second_precision id 0 fraction oj-3.16.12/oj.gemspec000066400000000000000000000027301510053151600142500ustar00rootroot00000000000000# frozen_string_literal: true require 'date' require File.join(File.dirname(__FILE__), 'lib/oj/version') Gem::Specification.new do |s| s.name = 'oj' s.version = Oj::VERSION s.authors = 'Peter Ohler' s.email = 'peter@ohler.com' s.homepage = 'http://www.ohler.com/oj' s.metadata = { 'bug_tracker_uri' => 'https://github.com/ohler55/oj/issues', 'changelog_uri' => 'https://github.com/ohler55/oj/blob/master/CHANGELOG.md', 'documentation_uri' => 'http://www.ohler.com/oj/doc/index.html', 'homepage_uri' => 'http://www.ohler.com/oj/', 'source_code_uri' => 'https://github.com/ohler55/oj', 'wiki_uri' => 'https://github.com/ohler55/oj/wiki', 'rubygems_mfa_required' => 'true' } s.summary = 'A fast JSON parser and serializer.' s.description = 'The fastest JSON parser and object serializer.' s.licenses = ['MIT'] s.required_ruby_version = '>= 2.7' s.files = Dir['{lib,ext}/**/*.{rb,h,c}'] + ['LICENSE', 'README.md', 'CHANGELOG.md', 'RELEASE_NOTES.md'] + Dir['pages/*.md'] s.extensions = ['ext/oj/extconf.rb'] s.extra_rdoc_files = ['README.md', 'LICENSE', 'CHANGELOG.md', 'RELEASE_NOTES.md'] + Dir['pages/*.md'] s.rdoc_options = ['--title', 'Oj', '--main', 'README.md'] s.add_runtime_dependency 'bigdecimal', '>= 3.0' s.add_runtime_dependency 'ostruct', '>= 0.2' s.add_development_dependency 'minitest', '~> 5' s.add_development_dependency 'rake-compiler', '>= 0.9', '< 2.0' s.add_development_dependency 'test-unit', '~> 3.0' end oj-3.16.12/pages/000077500000000000000000000000001510053151600133705ustar00rootroot00000000000000oj-3.16.12/pages/Advanced.md000066400000000000000000000024131510053151600154170ustar00rootroot00000000000000# Advanced Features Optimized JSON (Oj), as the name implies, was written to provide speed optimized JSON handling. It was designed as a faster alternative to Yajl and other common Ruby JSON parsers. So far it has achieved that, and is about 2 times faster than any other Ruby JSON parser, and 3 or more times faster at serializing JSON. Oj has several `dump` or serialization modes which control how Ruby `Object`s are converted to JSON. These modes are set with the `:mode` option in either the default options or as one of the options to the `dump` method. In addition to the various options there are also alternative APIs for parsing JSON. The fastest alternative parser API is the `Oj::Doc` API. The `Oj::Doc` API takes a completely different approach by opening a JSON document and providing calls to navigate around the JSON while it is open. With this approach, JSON access can be well over 20 times faster than conventional JSON parsing. The `Oj::Saj` and `Oj::ScHandler` APIs are callback parsers that walk the JSON document depth first and makes callbacks for each element. Both callback parser are useful when only portions of the JSON are of interest. Performance up to 20 times faster than conventional JSON is possible if only a few elements of the JSON are of interest. oj-3.16.12/pages/Compatibility.md000066400000000000000000000017231510053151600165260ustar00rootroot00000000000000# Compatibility **Ruby** Oj is compatible with Ruby 2.4+ and RBX. Support for JRuby has been removed as JRuby no longer supports C extensions and there are bugs in the older versions that are not being fixed. **Rails** Although up until 4.1 Rails uses [multi_json](https://github.com/intridea/multi_json), an [issue in Rails](https://github.com/rails/rails/issues/9212) causes ActiveSupport to fail to make use Oj for JSON handling. There is a [gem to patch this](https://github.com/GoodLife/rails-patch-json-encode) for Rails 3.2 and 4.0. As of the Oj 2.6.0 release the default behavior is to not use the `to_json()` method unless the `:use_to_json` option is set. This provides another work around to the rails older and newer behavior. The latest ActiveRecord is able to work with Oj by simply using the line: ``` serialize :metadata, Oj ``` In version Rails 4.1, multi_json has been removed, and this patch is unnecessary and will no longer work. See {file:Rails.md}. oj-3.16.12/pages/Custom.md000066400000000000000000000023131510053151600151630ustar00rootroot00000000000000# Custom mode The `:custom` mode is the most configurable mode and honors almost all options. It provides the most flexibility although it can not be configured to be exactly like any of the other modes. Each mode has some special aspect that makes it unique. For example, the `:object` mode has it's own unique format for object dumping and loading. The `:compat` mode mimic the json gem including methods called for encoding and inconsistencies between `JSON.dump()`, `JSON.generate()`, and `JSON()`. The `:custom` mode is the default mode. It can be configured either by passing options to the `Oj.dump()` and `Oj.load()` methods or by modifying the default options. The ability to create objects from JSON object elements is supported and considers the `:create_additions` option. Special treatment is given to the `:create_id` though. If the `:create_id` is set to `"^o"` then the Oj internal encoding and decoding is used. These are more efficient than calling out to a `to_json` method or `create_json` method on the classes. Those method do not have to exist for the `"^o"` behavior to be utilized. Any other `:create_id` value behaves similar to the json gem by calling `to_json` and `create_json` as appropriate. oj-3.16.12/pages/Encoding.md000066400000000000000000000065611510053151600154500ustar00rootroot00000000000000# Oj `:object` Mode Encoding Object mode is for fast Ruby object serialization and deserialization. That was the primary purpose of Oj when it was first developed. As such it is the default mode unless changed in the Oj default options. In :object mode Oj generates JSON that follows conventions which allow Class and other information such as Object IDs for circular reference detection to be encoded in a JSON document. The formatting follows these rules. * JSON native types, true, false, nil, String, Hash, Array, and Number are encoded normally. * A Symbol is encoded as a JSON string with a preceding `':'` character. * The `'^'` character denotes a special key value when in a JSON Object sequence. * A Ruby String that starts with `':'`or the sequence `'^i'` or `'^r'` are encoded by escaping the first character so that it appears as `'\u005e'` or `'\u003a'` instead of `':'` or `'^'`. * A `"^c"` JSON Object key indicates the value should be converted to a Ruby class. The sequence `{"^c":"Oj::Bag"}` is read as the Oj::Bag class. * A `"^t"` JSON Object key indicates the value should be converted to a Ruby Time. The sequence `{"^t":1325775487.000000}` is read as Jan 5, 2012 at 23:58:07. * A `"^o"` JSON Object key indicates the value should be converted to a Ruby Object. The first entry in the JSON Object must be a class with the `"^o"` key. After that each entry is treated as a variable of the Object where the key is the variable name without the preceding `'@'`. An example is `{"^o":"Oj::Bag","x":58,"y":"marbles"}`. `"^O"`is the same except that it is for built in or odd classes that don't obey the normal Ruby rules. Examples are Rational, Date, and DateTime. * A `"^u"` JSON Object key indicates the value should be converted to a Ruby Struct. The first entry in the JSON Object must be a class with the `"^u"` key. After that each entry is is given a numeric position in the struct and that is used as the key in the JSON Object. An example is `{"^u":["Range",1,7,false]}`. * When encoding an Object, if the variable name does not begin with an `'@'`character then the name preceded by a `'~'` character. This occurs in the Exception class. An example is `{"^o":"StandardError","~mesg":"A Message","~bt":[".\/tests.rb:345:in 'test_exception'"]}`. * If a Hash entry has a key that is not a String or Symbol then the entry is encoded with a key of the form `"^#n"` where n is a hex number. The value is an Array where the first element is the key in the Hash and the second is the value. An example is `{"^#3":[2,5]}`. * A `"^i"` JSON entry in either an Object or Array is the ID of the Ruby Object being encoded. It is used when the :circular flag is set. It can appear in either a JSON Object or in a JSON Array. In an Object the `"^i"` key has a corresponding reference Fixnum. In an array the sequence will include an embedded reference number. An example is `{"^o":"Oj::Bag","^i":1,"x":["^i2",true],"me":"^r1"}`. * A `"^r"`JSON entry in an Object is a references to a Object or Array that already appears in the JSON String. It must match up with a previous `"^i"` ID. An example is `{"^o":"Oj::Bag","^i":1,"x":3,"me":"^r1"}`. * If an Array element is a String and starts with `"^i"` then the first character, the `'^'` is encoded as a hex character sequence. An example is `["\u005ei37",3]`. oj-3.16.12/pages/InstallOptions.md000066400000000000000000000007731510053151600167030ustar00rootroot00000000000000# Oj Install Options ### Enable trace log ``` $ gem install oj -- --enable-trace-log ``` To enable Oj trace feature, it uses `--enable-trace-log` option when installing the gem. Then, the trace logs will be displayed when `:trace` option is set to `true`. ### Enable SIMD instructions ``` $ gem install oj -- --with-sse42 ``` To enable the use of SIMD instructions in Oj, it uses the `--with-sse42` option when installing the gem. This will enable the use of the SSE4.2 instructions in the internal. oj-3.16.12/pages/JsonGem.md000066400000000000000000000063401510053151600152570ustar00rootroot00000000000000# JSON Quickstart To have Oj universally "take over" many methods on the JSON constant (`load`, `parse`, etc.) with their faster Oj counterparts, in a mode that is compatible with the json gem: ```ruby Oj.mimic_JSON() ``` If the project does not already use the json gem, `JSON` will become available. If the project does require the json gem, `Oj.mimic_JSON()` should be invoked after the json gem has been required. For more details and options, read on... # Oj JSON Gem Compatibility The `:compat` mode mimics the json gem. The json gem is built around the use of the `to_json(*)` method defined for a class. Oj attempts to provide the same functionality by being a drop in replacement for the 2.0.x version of the json gem with a few exceptions. First a description of the json gem behavior and then the differences between the json gem and the Oj.mimic_JSON behavior. ```ruby require 'oj' Oj.mimic_JSON() Oj.add_to_json(Array, BigDecimal, Complex, Date, DateTime, Exception, Hash, Integer, OpenStruct, Range, Rational, Regexp, Struct, Time) # Alternativel just call without arguments to add all available. # Oj.add_to_json() ``` The json gem monkey patches core and base library classes with a `to_json(*)` method. This allows calls such as `obj.to_json()` to be used to generate a JSON string. The json gem also provides the JSON.generate(), JSON.dump(), and JSON() functions. These functions generally act the same with some exceptions such as JSON.generate(), JSON(), and to_json raise an exception when attempting to encode infinity while JSON.dump() returns a the string "Infinity". The String class is also monkey patched with to_json_raw() and to_json_raw_object(). Oj in mimic mode mimics this behavior including the seemly inconsistent behavior with NaN and Infinity. Any class can define a to_json() method and JSON.generate(), JSON.dump(), and JSON() functions will call that method when an object of that type is encountered when traversing a Hash or Array. The core classes monkey patches can be over-ridden but unless the to_json() method is called directory the to_json() method will be ignored. Oj in mimic mode follow the same logic, The json gem includes additions. These additions change the behavior of some library and core classes. These additions also add the as_json() method and json_create() class method. They are activated by requiring the appropriate files. As an example, to get the modified to_json() for the Rational class this line would be added. ```ruby require 'json/add/rational' ``` Oj in mimic mode does not include these files although it will support the modified to_json() methods. In keeping with the goal of providing a faster encoder Oj offers an alternative. To activate faster addition version of the to_json() method call ```ruby Oj.add_to_json(Rational) ``` To revert back to the unoptimized version, just remove the Oj flag on that class. ```ruby Oj.remove_to_json(Rational) ``` The classes that can be added are: * Array * BigDecimal * Complex * Date * DateTime * Exception * Hash * Integer * OpenStruct * Range * Rational * Regexp * Struct * Time The compatibility target version is 2.0.3. The json gem unit tests were used to verify compatibility with a few changes to use Oj instead of the original gem. oj-3.16.12/pages/Modes.md000066400000000000000000000240141510053151600147620ustar00rootroot00000000000000# Oj Modes Oj uses modes to switch the load and dump behavior. Initially Oj supported on the :object mode which uses a format that allows Ruby object encoding and decoding in a manner that lets almost any Ruby object be encoded and decoded without monkey patching the object classes. From that start other demands were made the were best met by giving Oj multiple modes of operation. The current modes are: - `:strict` - `:null` - `:compat` or `:json` - `:rails` - `:object` - `:custom` Since modes determine what the JSON output will look like and alternatively what Oj expects when the `Oj.load()` method is called, mixing the output and input mode formats will most likely not behave as intended. If the object mode is used for producing JSON then use object mode for reading. The same is true for each mode. It is possible to mix but only for advanced users. ## :strict Mode Strict mode follows the JSON specifications and only supports the JSON native types, Boolean, nil, String, Hash, Array, and Numbers are encoded as expected. Encountering any other type causes an Exception to be raised. This is the safest mode as it is just simple translation, no code outside Oj or the core Ruby is execution on loading. Very few options are supported by this mode other than formatting options. ## :null Mode Null mode is similar to the :strict mode except that a JSON null is inserted if a non-native type is encountered instead of raising an Exception. ## :compat or :json Mode The `:compat` mode mimics the json gem. The json gem is built around the use of the `to_json(*)` method defined for a class. Oj attempts to provide the same functionality by being a drop in replacement with a few exceptions. To universally replace many `JSON` methods with their faster Oj counterparts, simply run `Oj.mimic_json`. [{file:JsonGem.md}](JsonGem.md) includes more details on compatibility and use. ## :rails Mode The `:rails` mode mimics the ActiveSupport version 5 encoder. Rails and ActiveSupport are built around the use of the `as_json(*)` method defined for a class. Oj attempts to provide the same functionality by being a drop in replacement with a few exceptions. [{file:Rails.md}](Rails.md) includes more details on compatibility and use. ## :object Mode Object mode is for fast Ruby object serialization and deserialization. That was the primary purpose of Oj when it was first developed. As such it is the default mode unless changed in the Oj default options. In :object mode Oj generates JSON that follows conventions which allow Class and other information such as Object IDs for circular reference detection to be encoded in a JSON document. The formatting follows the rules describe on the [{file:Encoding.md}](Encoding.md) page. ## :custom Mode Custom mode honors all options. It provides the most flexibility although it can not be configured to be exactly like any of the other modes. Each mode has some special aspect that makes it unique. For example, the `:object` mode has it's own unique format for object dumping and loading. The `:compat` mode mimic the json gem including methods called for encoding and inconsistencies between `JSON.dump()`, `JSON.generate()`, and `JSON()`. More details on the [{file:Custom.md}](Custom.md) page. ## :wab Mode WAB mode ignores all options except the indent option. Performance of this mode is on slightly better than the :strict and :null modes. It is included to support the [WABuR](https://github.com/ohler55/wabur) project. More details on the [{file:WAB.md}](WAB.md) page. ## Options Matrix Not all options are available in all modes. The options matrix identifies the options available in each mode. An `x` in the matrix indicates the option is supported in that mode. A number indicates the footnotes describe additional information. | Option | type | :null | :strict | :compat | :rails | :object | :custom | :wab | | ---------------------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | | :allow_blank | Boolean | | | 1 | 1 | | x | | | :allow_gc | Boolean | x | x | x | x | x | x | | | :allow_invalid_unicode | Boolean | | | | | x | x | | | :allow_nan | Boolean | | | x | | x | x | | | :array_class | Class | | | x | x | | x | | | :array_nl | String | | | | | | x | | | :ascii_only | Boolean | x | x | 2 | 2 | x | x | | | :auto_define | Boolean | | | | | x | x | | | :bigdecimal_as_decimal | Boolean | | | | 3 | x | x | | | :bigdecimal_load | Boolean | | | | | | x | | | :compat_bigdecimal | Boolean | | | x | | | x | | | :cache_keys | Boolean | x | x | x | x | | x | | | :cache_strings | Fixnum | x | x | x | x | | x | | | :circular | Boolean | x | x | x | x | x | x | | | :class_cache | Boolean | | | | | x | x | | | :create_additions | Boolean | | | x | x | | x | | | :create_id | String | | | x | x | | x | | | :empty_string | Boolean | | | | | | x | | | :escape_mode | Symbol | | | | | | x | | | :float_precision | Fixnum | x | x | | | | x | | | :hash_class | Class | | | x | x | | x | | | :ignore | Array | | | | | x | x | | | :indent | Integer | x | x | 4 | 4 | x | x | x | | :indent_str | String | | | x | x | | x | | | :integer_range | Range | x | x | x | x | x | x | x | | :match_string | Hash | | | x | x | | x | | | :max_nesting | Fixnum | 5 | 5 | x | | 5 | 5 | | | :mode | Symbol | - | - | - | - | - | - | | | :nan | Symbol | | | | | | x | | | :nilnil | Boolean | | | | | | x | | | :object_class | Class | | | x | | | x | | | :object_nl | String | | | x | x | | x | | | :omit_nil | Boolean | x | x | x | x | x | x | | | :quirks_mode | Boolean | | | 6 | | | x | | | :safe | String | | | x | | | | | | :second_precision | Fixnum | | | | | x | x | | | :space | String | | | x | x | | x | | | :space_before | String | | | x | x | | x | | | :symbol_keys | Boolean | x | x | x | x | x | x | | | :trace | Boolean | x | x | x | x | x | x | x | | :time_format | Symbol | | | | | x | x | | | :use_as_json | Boolean | | | | | | x | | | :use_raw_json | Boolean | | | x | x | x | x | | | :use_to_hash | Boolean | | | | | | x | | | :use_to_json | Boolean | | | | | | x | | -------------------------------------------------------------------------------------------------------- 1. :allow_blank an alias for :nilnil. 2. The :ascii_only options is an undocumented json gem option. 3. By default the bigdecimal_as decimal is not set and the default encoding for Rails is as a string. Setting the value to true will encode a BigDecimal as a number which breaks compatibility. Note: after version 3.11.3 both `Oj.generate` and `JSON.generate` will not honour this option in Rails Mode, detais on https://github.com/ohler55/oj/pull/716. 4. The integer indent value in the default options will be honored by since the json gem expects a String type the indent in calls to 'to_json()', 'Oj.generate()', or 'Oj.generate_fast()' expect a String and not an integer. 5. The max_nesting option is for the json gem and rails only. It exists for compatibility. For other Oj dump modes the maximum nesting is set to over 1000. If reference loops exist in the object being dumped then using the `:circular` option is a far better choice. It adds a slight overhead but detects an object that appears more than once in a dump and does not dump that object a second time. 6. The quirks mode option is no longer supported in the most recent json gem. It is supported by Oj for backward compatibility with older json gem versions. oj-3.16.12/pages/Options.md000066400000000000000000000245701510053151600153550ustar00rootroot00000000000000# Oj Options To change default serialization mode use the following form. Attempting to modify the Oj.default_options Hash directly will not set the changes on the actual default options but on a copy of the Hash: ```ruby Oj.default_options = {:mode => :compat } ``` Another way to make use of options when calling load or dump methods is to pass in a Hash with the options already set in the Hash. This is slightly less efficient than setting the globals for many smaller JSON documents but does provide a more thread safe approach to using custom options for loading and dumping. ### Options for serializer and parser ### :allow_blank [Boolean] If true a nil input to load will return nil and not raise an Exception. ### :allow_gc [Boolean] Allow or prohibit GC during parsing, default is true (allow). ### :allow_invalid_unicode [Boolean] Allow invalid unicode, default is false (don't allow). ### :allow_nan Alias for the :nan option. ### :array_class [Class] Class to use instead of Array on load. ### :array_nl Trailer appended to the end of an array dump. The default is an empty string. Primarily intended for json gem compatibility. Using just indent as an integer gives better performance. ### :ascii_only If true all non-ASCII character are escaped when dumping. This is the same as setting the :escape_mode options to :ascii and exists for json gem compatibility. ### :auto_define [Boolean] Automatically define classes if they do not exist. ### :bigdecimal_as_decimal [Boolean] If true dump BigDecimal as a decimal number otherwise as a String ### :bigdecimal_load [Symbol] Determines how to load decimals. - `:bigdecimal` convert all decimal numbers to BigDecimal. - `:float` convert all decimal numbers to Float. - `:auto` the most precise for the number of digits is used. - `:fast` faster conversion to Float. - `:ruby` convert to Float using the Ruby `to_f` conversion. This can also be set with `:decimal_class` when used as a load or parse option to match the JSON gem. In that case either `Float`, `BigDecimal`, or `nil` can be provided. ### :cache_keys [Boolean] If true Hash keys are cached or interned. There are trade-offs with caching keys. Large caches will use more memory and in extreme cases (like over a million) the cache may be slower than not using it. Repeated parsing of similar JSON docs is where cache_keys shines especially with symbol keys. There is a maximum length for cached keys. Any key longer than 34 bytes is not cached. Everything still works but the key is not cached. ### :cache_strings [Int] Shorter strings can be cached for better performance. A limit, cache_strings, defines the upper limit on what strings are cached. As with cached keys only strings less than 35 bytes are cached even if the limit is set higher. Setting the limit to zero effectively disables the caching of string values. Note that caching for strings is for string values and not Hash keys or Object attributes. ### :circular [Boolean] Detect circular references while dumping. In :compat mode raise a NestingError. For other modes except the :object mode place a null in the output. For :object mode place references in the output that will be used to recreate the looped references on load. ### :class_cache [Boolean] Cache classes for faster parsing. This option should not be used if dynamically modifying classes or reloading classes then don't use this. ### :compat_bigdecimal [Boolean] Determines how to load decimals when in `:compat` mode. - `true` convert all decimal numbers to BigDecimal. - `false` convert all decimal numbers to Float. ### :create_additions A flag indicating that the :create_id key, when encountered during parsing, should create an Object matching the class name specified in the value associated with the key. ### :create_id [String] The :create_id option specifies that key is used for dumping and loading when specifying the class for an encoded object. The default is `json_create`. In the `:custom` mode, setting the `:create_id` to nil will cause Complex, Rational, Range, and Regexp to be output as strings instead of as JSON objects. ### :empty_string [Boolean] If true an empty or all whitespace input will not raise an Exception. The default_options will be honored for :null, :strict, and :custom modes. Ignored for :custom and :wab. The :compat has a more complex set of rules. The JSON gem compatibility is best described by examples. ``` JSON.parse('') => raise JSON.parse(' ') => raise JSON.load('') => nil JSON.load('', nil, allow_blank: false) => raise JSON.load('', nil, allow_blank: true) => nil JSON.load(' ') => raise JSON.load(' ', nil, allow_blank: false) => raise JSON.load(' ', nil, allow_blank: true) => raise ``` ### :escape_mode [Symbol] Determines the characters to escape when dumping. Only the :ascii and :json modes are supported in :compat mode. - `:newline` allows unescaped newlines in the output. - `:json` follows the JSON specification. This is the default mode. - `:slash` escapes `/` characters. - `:xss_safe` escapes HTML and XML characters such as `&` and `<`. - `:ascii` escapes all non-ascii or characters with the hi-bit set. - `:unicode_xss` escapes a special unicodes and is xss safe. ### :float_precision [Fixnum] The number of digits of precision when dumping floats, 0 indicates use Ruby directly. ### :hash_class [Class] Class to use instead of Hash on load. This is the same as the :object_class. ### :ignore [Array] Ignore all the classes in the Array when dumping. A value of nil indicates ignore nothing. ### :indent [Fixnum] Number of spaces to indent each element in a JSON document, zero is no newline between JSON elements, negative indicates no newline between top level JSON elements in a stream. ### :indent_str Indentation for each element when dumping. The default is an empty string. Primarily intended for json gem compatibility. Using just indent as an integer gives better performance. ### :integer_range [Range] Dump integers outside range as strings. Note: range bounds must be Fixnum. ### :match_string Provides a means to detect strings that should be used to create non-String objects. The value to the option must be a Hash with keys that are regular expressions and values are class names. For strict json gem compatibility a RegExp should be used. For better performance but sacrificing some regexp options a string can be used and the C version of regex will be used instead. ### :max_nesting The maximum nesting depth on both dump and load that is allowed. This exists for json gem compatibility. ### :mode [Symbol] Primary behavior for loading and dumping. The :mode option controls which other options are in effect. For more details see the {file:Modes.md} page. By default Oj uses the :custom mode which is provides the highest degree of customization. ### :nan [Symbol] How to dump Infinity, -Infinity, and NaN in :null, :strict, and :compat mode. Default is :auto but is ignored in the :compat and :rails modes. - `:null` places a null - `:huge` places a huge number - `:word` places Infinity or NaN - `:raise` raises and exception - `:auto` uses default for each mode which are `:raise` for `:strict`, `:null` for `:null`, and `:word` for `:compat`. ### :nilnil [Boolean] If true a nil input to load will return nil and not raise an Exception. ### :object_class The class to use when creating a Hash on load instead of the Hash class. ### :object_nl Trailer appended to the end of an object dump. The default is an empty string. Primarily intended for json gem compatibility. Using just indent as an integer gives better performance. ### :omit_nil [Boolean] If true, Hash and Object attributes with nil values are omitted. ### :quirks_mode [Boolean] Allow single JSON values instead of documents, default is true (allow). This can also be used in :compat mode to be backward compatible with older versions of the json gem. ### :safe The JSON gem includes the complete JSON in parse errors with no limit on size. To break from the JSON gem behavior for this case set `:safe` to true. ### :second_precision [Fixnum] The number of digits after the decimal when dumping the seconds of time. ### :skip_null_byte [Boolean] If true, null bytes in strings will be omitted when dumping. ### :space String inserted after the ':' character when dumping a JSON object. The default is an empty string. Primarily intended for json gem compatibility. Using just indent as an integer gives better performance. ### :space_before String inserted before the ':' character when dumping a JSON object. The default is an empty string. Primarily intended for json gem compatibility. Using just indent as an integer gives better performance. ### :symbol_keys [Boolean] Use symbols instead of strings for hash keys. ### :symbolize_names [Boolean] Like :symbol_keys has keys are made into symbols but only when mimicking the JSON gem and then only as the JSON gem honors it so JSON.parse honors the option but JSON.load does not. ### :trace When true dump and load functions are traced by printing beginning and ending of blocks and of specific calls. ### :time_format [Symbol] The :time_format when dumping. - `:unix` time is output as a decimal number in seconds since epoch including fractions of a second. - `:unix_zone` is similar to the `:unix` format but with the timezone encoded in the exponent of the decimal number of seconds since epoch. - `:xmlschema` time is output as a string that follows the XML schema definition. - `:ruby` time is output as a string formatted using the Ruby `to_s` conversion. ### :use_as_json [Boolean] Call `as_json()` methods on dump, default is false. The option is ignored in the :compat and :rails modes. ### :use_raw_json [Boolean] Call `raw_json()` methods on dump, default is false. The option is accepted in the :compat and :rails modes even though it is not supported by other JSON gems. It provides a means to optimize dump or generate performance. The `raw_json(depth, indent)` method should be called only by Oj. It is not intended for any other use. This is meant to replace the abused `to_json` methods. Calling `Oj.dump` inside the `raw_json` with the object itself when `:use_raw_json` is true will result in an infinite loop. ### :use_to_hash [Boolean] Call `to_hash()` methods on dump, default is false. The option is ignored in the :compat and :rails modes. ### :use_to_json [Boolean] Call `to_json()` methods on dump, default is false. The option is ignored in the :compat and :rails modes. oj-3.16.12/pages/Parser.md000066400000000000000000000323751510053151600151600ustar00rootroot00000000000000# How Oj Just Got Faster The original Oj parser is a performant parser that supports several modes. As of this writing Oj is almost 10 years old. A dinosaur by coding standards. It was time for an upgrade. Dealing with issues over the years it became clear that a few things could have been done better. The new `Oj::Parser` is a response that not only attempts to address some of the issues but also give the Oj parser a significant boost in performance. `Oj::Parser` takes a different approach to JSON parsing than the now legacy Oj parser. Not really a legacy parser yet since the `Oj::Parser` is not a drop-in replacement for the JSON gem but it is as much 3 times or more faster than the previous parser in some modes. ## Address Issues There are a few features of the`Oj.load` parser that continue to be the reason for many of the issue on the project. The most significant area is compatibility with both Rails and the JSON gem as they battle it out for which behavior will win out in any particular situation. Most of the issues are on the writing or dumping side of the JSON packages but some are present on the parsing as well. Conversion of decimals is one area where the Rails and the JSON gem vary. The `Oj::Parser` addresses this by allowing for completely separate parser instances. Create a parser and configure it for the situation and leave the others parsers on their own. The `Oj::Parser` is mostly compatible with the JSON gem and Rails but no claims are made that the behavior will be the same as either. The most frequent issues that can addressed with the new parser are around the handling of options. For `Oj.load` there is a set of default options that can be set and the same options can be specified for each call to parse or load. This approach as a couple of downsides. One the defaults are shared across all calls to parse no matter what the desire mode is. The second is that having to provide all the options on each parse call incurs a performance penalty and is just annoying to repeat the same set of options over may calls. By localizing options to a specific parser instance there is never any bleed over to other instances. ## How It's wonderful to wish for a faster parser that solves all the annoyances of the previous parser but how was it done is a much more interesting question to answer. At the core, the API for parsing was changed. Instead of a sinle global parser any number of parsers can be created and each is separate from the others. The parser itself is able to rip through a JSON string, stream, or file and then make calls to a delegate to process the JSON elements according to the delegate behavior. This is similar to the `Oj.load` parser but the new parser takes advantage of character maps, reduced conditional branching, and calling function pointers. ### Options As mentioned, one way to change the options issues was to change the API. Instead of having a shared set of default options a separate parser is created and configured for each use case. Options are set with methods on the parser so no more guessing what options are available. With options isolated to individual parsers there is no unintended leakage to other parse use cases. ### Structure A relative small amount of time is spent in the actual parsing of JSON in `Oj.load`. Most of the time is spent building the Ruby Objects. Even cutting the parsing time in half only gives a 10% improvement in performance but 10% is still an improvement. The `Oj::Parser` is designed to reduce conditional branching. To do that it uses character maps for the various states that the parser goes through when parsing. There is no recursion as the JSON elements are parsed. The use of a character maps for each parser state means the parser function can and is re-entrant so partial blocks of JSON can be parsed and the results combined. There are no Ruby calls in the parser itself. Instead delegates are used to implement the various behaviors of the parser which are currently validation (validate), callbacks (SAJ), or building Ruby objects (usual). The delegates are where all the Ruby calls and related optimizations take place. Considering JSON file parsing, `Oj.load_file` is able to read a file a block at a time and the new `Oj::Parser` does the same. There was a change in how that is done though. `Oj.load_file` sets up a reader that must be called for each character. Basically a buffered reader. `Oj::Parser` drops down a level and uses a re-entrant parser that takes a block of bytes at a time so there is no call needed for each character but rather just iterating over the block read from the file. Reading a block at a time also allows for an efficient second thread to be used for reading blocks. That feature is not in the first iteration of the `Oj::Parser` but the stage is set for it in the future. The same approach was used successfully in [OjC](https://github.com/ohler55/ojc) which is where the code for the parser was taken from. ### Delegates There are three delegates; validate, SAJ, and usual. #### Validate The validate delegate is trivial in that does nothing other than let the parser complete. There are no options for the validate delegate. By not making any Ruby calls other than to start the parsing the validate delegate is no surprise that the validate delegate is the best performer. #### SAJ (Simple API for JSON) The SAJ delegate is compatible with the SAJ handlers used with `Oj.saj_parse` so it needs to keep track of keys for the callbacks. Two optimizations are used. The first is a reuseable key stack while the second is a string cache similar to the Ruby intern function. When parsing a Hash (JSON object) element the key is passed to the callback function if the SAJ handler responds to the method. The key is also provided when closing an Array or Hash that is part of a parent Hash. A key stack supports this. If the option is turned on a lookup is made and previously cached key VALUEs are used. This avoids creating the string for the key and setting the encoding on it. The cache used is a auto expanding hash implementation that is limited to strings less than 35 characters which covers most keys. Larger strings use the slower string creation approach. The use of the cache reduces object creation which save on both memory allocation and time. It is not appropriate for one time parsing of say all the keys in a dictionary but is ideally suited for loading similar JSON multiple times. #### Usual By far the more complex of the delegates is the 'usual' delegate. The usual delegate builds Ruby Objects when parsing JSON. It incorporates many options for configuration and makes use of a number of optimizations. ##### Reduce Branching In keeping with the goal of reducing conditional branching most of the delegate options are implemented by changing a function pointer according to the option selected. For example when turning on or off `:symbol_keys` the function to calculate the key is changed so no decision needs to be made during parsing. Using this approach option branching happens when the option is set and not each time when parsing. ##### Cache Creating Ruby Objects whether Strings, Array, or some other class is expensive. Well expensive when running at the speeds Oj runs at. One way to reduce Object creation is to cache those objects on the assumption that they will most likely be used again. This is especially true of Hash keys and Object attribute IDs. When creating Objects from a class name in the JSON a class cache saves resolving the string to a class each time. Of course there are times when caching is not preferred so caching can be turned on or off with option methods on the parser which are passed down to the delegate.. The Oj cache implementation is an auto expanding hash. When certain limits are reached the hash is expanded and rehashed. Rehashing can take some time as the number of items cached increases so there is also an option to start with a larger cache size to avoid or reduce the likelihood of a rehash. The Oj cache has an advantage over the Ruby intern function (`rb_intern()`) in that several steps are needed for some cached items. As an example Object attribute IDs are created by adding an `@` character prefix to a string and then converting to a ID. This is done once when inserting into the cache and after that only a lookup is needed. ##### Bulk Insert The Ruby functions available for C extension functions are extensive and offer many options across the board. The bulk insert functions for both Arrays and Hashes are much faster than appending or setting functions that set one value at a time. The Array bulk insert is around 15 times faster and for Hash it is about 3 times faster. To take advantage of the bulk inserts arrays of VALUEs are needed. With a little planning there VALUE arrays can be reused which leads into another optimization, the use of stacks. ##### Stacks Parsing requires memory to keep track of values when parsing nested JSON elements. That can be done on the call stack making use of recursive calls or it can be done with a stack managed by the parser. The `Oj.load` method maintains a stack for Ruby object and builds the output as the parsing progresses. `Oj::Parser` uses three different stacks. One stack for values, one for keys, and one for collections (Array and Hash). By postponing the creation of the collection elements the bulk insertions for Array and Hash can be used. For arrays the use of a value stack and creating the array after all elements have been identified gives a 15x improvement in array creation. For Hash the story is a little different. The bulk insert for Hash alternates keys and values but there is a wrinkle to consider. Since Ruby Object creation is triggered by the occurrence of an element that matches a creation identifier the creation of a collection is not just for Array and Hash but also Object. Setting Object attributes uses an ID and not a VALUE. For that reason the keys should not be created as String or Symbol types as they would be ignored and the VALUE creation wasted when setting Object attributes. Using the bulk insert for Hash gives a 3x improvement for that part of the object building. Looking at the Object creation the JSON gem expects a class method of `#json_create(arg)`. The single argument is the Hash resulting from the parsing assuming that the parser parsed to a Hash first. This is less than ideal from a performance perspective so `Oj::Parser` provides an option to take that approach or to use the much more efficient approach of never creating the Hash but instead creating the Object and then setting the attributes directly. To further improve performance and reduce the amount of memory allocations and frees the stacks are reused from one call to `#parse` to another. ## Results The results are even better than expected. Running the [perf_parser.rb](https://github.com/ohler55/oj/blob/develop/test/perf_parser.rb) file shows the improvements. There are four comparisons all run on a MacBook Pro with Intel processor. ### Validation Without a comparible parser that just validates a JSON document the `Oj.saj_parse` callback parser with a nil handler is used for comparison to the new `Oj::Parser.new(:validate)`. In that case the comparison is: ``` System time (secs) rate (ops/sec) ------------------- ----------- -------------- Oj::Parser.validate 0.101 494369.136 Oj::Saj.none 0.205 244122.745 ``` The `Oj::Parser.new(:validate)` is **2.03** times faster! ### Callback Oj has two callback parsers. One is SCP and the other SAJ. Both are similar in that a handler is provided that implements methods for processing the various element types in a JSON document. Comparing `Oj.saj_parse` to `Oj::Parser.new(:saj)` with a all callback methods implemented handler gives the following raw results: ``` System time (secs) rate (ops/sec) -------------- ----------- -------------- Oj::Parser.saj 0.783 63836.986 Oj::Saj.all 1.182 42315.397 ``` The `Oj::Parser.new(:saj)` is **1.51** times faster. ### Parse to Ruby primitives Parsing to Ruby primitives and Array and Hash is possible with most parsers including the JSON gem parser. The raw results comparing `Oj.strict_load`, `Oj::Parser.new(:usual)`, and the JSON gem are: ``` System time (secs) rate (ops/sec) ---------------- ----------- -------------- Oj::Parser.usual 0.452 110544.876 Oj::strict_load 0.699 71490.257 JSON::Ext 1.009 49555.094 ``` The `Oj::Parser.new(:saj)` is **1.55** times faster than `Oj.load` and **2.23** times faster than the JSON gem. ### Object Oj supports two modes for Object serialization and deserialization. Comparing to the JSON gem compatible mode `Oj.compat_load`, `Oj::Parser.new(:usual)`, and the JSON gem yields the following raw results: ``` System time (secs) rate (ops/sec) ---------------- ----------- -------------- Oj::Parser.usual 0.071 703502.033 Oj::compat_load 0.225 221762.927 JSON::Ext 0.401 124638.859 ``` The `Oj::Parser.new(:saj)` is **3.17** times faster than `Oj.compat_load` and **5.64** times faster than the JSON gem. ## Summary With a performance boost of from 1.5x to over 3x over the `Oj.load` parser the new `Oj::Parser` is a big win in the performance arena. The isolation of options is another feature that should make life easier for developers. oj-3.16.12/pages/Rails.md000066400000000000000000000133341510053151600147700ustar00rootroot00000000000000# Rails Quickstart To universally replace Rails' use of the json gem with Oj, and also have Oj "take over" many methods on the JSON constant (`load`, `parse`, etc.) with their faster Oj counterparts, add this to an initializer: ```ruby Oj.optimize_rails() ``` For more details and options, read on... # Oj Rails Compatibility The `:rails` mode mimics the ActiveSupport version 5 encoder. Rails and ActiveSupport are built around the use of the `as_json(*)` method defined for a class. Oj attempts to provide the same functionality by being a drop in replacement with a few exceptions. ```ruby require 'oj' Oj::Rails.set_encoder() Oj::Rails.set_decoder() Oj::Rails.optimize() Oj::Rails.mimic_JSON() ``` or simply call ```ruby Oj.optimize_rails() ``` Either of those steps will setup Oj to mimic Rails but it will not change the default mode type as the mode type is only used when calling the Oj encoding directly. If Rails mode is also desired then use the `Oj.default_options` to change the default mode. Some of the Oj options are supported as arguments to the encoder if called from `Oj::Rails.encode()` but when using the `Oj::Rails::Encoder` class the `encode()` method does not support optional arguments as required by the ActiveSupport compliance guidelines. The general approach Rails takes for configuring encoding options is to either set global values or to create a new instance of the Encoder class and provide options in the initializer. The globals that ActiveSupport uses for encoding are: * `ActiveSupport::JSON::Encoding.use_standard_json_time_format` * `ActiveSupport::JSON::Encoding.escape_html_entities_in_json` * `ActiveSupport::JSON::Encoding.time_precision` * `ActiveSupport::JSON::Encoding.json_encoder` Those globals are aliased to also be accessed from the ActiveSupport module directly so `ActiveSupport::JSON::Encoding.time_precision` can also be accessed from `ActiveSupport.time_precision`. Oj makes use of these globals in mimicking Rails after the `Oj::Rails.set_encode()` method is called. That also sets the `ActiveSupport.json_encoder` to the `Oj::Rails::Encoder` class. Options passed into a call to `to_json()` are passed to the `as_json()` methods. These are mostly ignored by Oj and simply passed on without modifications as per the guidelines. The exception to this are the options specific to Oj such as the `:circular` option which it used to detect circular references while encoding. By default Oj acts like the ActiveSupport encoder and honors any changes in the `as_json()` methods. There are some optimized Oj encoders for some classes. When the optimized encoder it toggled the `as_json()` methods will not be called for that class but instead the optimized version will be called. The optimized version is the same as the ActiveSupport default encoding for a given class. The optimized versions are toggled with the `optimize()` and `deoptimize()` methods. There is a default optimized version for every class that takes the visible attributes and encodes them but that may not be the same as what Rails uses. Trial and error is the best approach for classes not listed here. The classes that can be put in optimized mode and are optimized when `Oj::Rails.optimize` is called with no arguments are: * Array * BigDecimal * Float * Hash * Range * Regexp * Time * ActiveSupport::TimeWithZone * ActionController::Parameters * any class inheriting from ActiveRecord::Base * any other class where all attributes should be dumped The ActiveSupport decoder is the `JSON.parse()` method. Calling the `Oj::Rails.set_decoder()` method replaces that method with the Oj equivalent. ### Usage in Rails 3 To support Rails 3 you can create a new module mixin to prepend to controllers: ```ruby require 'oj' module OjJsonEncoder def render(options = nil, extra_options = {}, &block) if options && options.is_a?(Hash) && options[:json] obj = options.delete(:json) obj = Oj.dump(obj, :mode => :rails) unless obj.is_a?(String) options[:text] = obj response.content_type ||= Mime::JSON end super end end ``` Usage: ```ruby class MyController < ApplicationController prepend OjJsonEncoder def index render :json => { :hello => 'world' } end end ``` ### Older Ruby Version Support (Pre 2.3.0) If you are using an older version of Ruby, you can pin `oj` to an earlier version in your Gemfile: ```ruby gem 'oj', '3.7.12' ``` ### Notes: 1. Optimized Floats set the significant digits to 16. This is different than Ruby which is used by the json gem and by Rails. Ruby varies the significant digits which can be either 16 or 17 depending on the value. 2. Optimized Hashes do not collapse keys that become the same in the output. As an example, a non-String object that has a `to_s()` method will become the return value of the `to_s()` method in the output without checking to see if that has already been used. This could occur is a mix of String and Symbols are used as keys or if a other non-String objects such as Numerics are mixed with numbers as Strings. 3. To verify Oj is being used turn on the Oj `:trace` option. Similar to the Ruby Tracer Oj will then print out trace information. Another approach is to turn on C extension tracing. Set `tracer = TracePoint.new(:c_call) do |tp| p [tp.lineno, tp.event, tp.defined_class, tp.method_id] end` or, in older Rubies, set `Tracer.display_c_call = true`. For example: ``` require 'active_support/core_ext' require 'active_support/json' require 'oj' Oj.optimize_rails tracer.enable { Time.now.to_json } # prints output including .... [20, :c_call, #, :new] [20, :c_call, Oj::Rails::Encoder, :encode] .... => "\"2018-02-23T12:13:42.493-06:00\"" ``` oj-3.16.12/pages/Security.md000066400000000000000000000024641510053151600155270ustar00rootroot00000000000000# Security and Optimization Two settings in Oj are useful for parsing but do expose a vulnerability if used from an untrusted source. Symbolized keys can cause memory to be filled with previous versions of ruby. Ruby 2.1 and below does not garbage collect Symbols. The same is true for auto defining classes in all versions of ruby; memory will also be exhausted if too many classes are automatically defined. Auto defining is a useful feature during development and from trusted sources but it allows too many classes to be created in the object load mode and auto defined is used with an untrusted source. The `Oj.safe_load()` method sets and uses the most strict and safest options. It should be used by developers who find it difficult to understand the options available in Oj. The options in Oj are designed to provide flexibility to the developer. This flexibility allows Objects to be serialized and deserialized. No methods are ever called on these created Objects but that does not stop the developer from calling methods on them. As in any system, check your inputs before working with them. Taking an arbitrary `String` from a user and evaluating it is never a good idea from an unsecure source. The same is true for `Object` attributes as they are not more than `String`s. Always check inputs from untrusted sources. oj-3.16.12/pages/WAB.md000066400000000000000000000011311510053151600143170ustar00rootroot00000000000000# WAB mode The `:wab` mode ignores all options except the indent option. Performance of this mode is slightly faster than the :strict and :null modes. It is included to support the [WABuR](https://github.com/ohler55/wabur) project. Options other than the indentation are not supported since the encoding and formats are defined by the API that is used to encode data being passed from one components in a WAB system and allowing an option that would break the data exchange is best not supported. The mode encodes like the strict mode except the URI, Time, WAB::UUID, and BigDecimal are supported. oj-3.16.12/samples/000077500000000000000000000000001510053151600137355ustar00rootroot00000000000000oj-3.16.12/samples/wrapexception.rb000077500000000000000000000045721510053151600171650ustar00rootroot00000000000000#!/usr/bin/env ruby # frozen_string_literal: true # Ubuntu does not accept arguments to ruby when called using env. To get warnings to show up the -w options is # required. That can be set in the RUBYOPT environment variable. # export RUBYOPT=-w $VERBOSE = true # $LOAD_PATH << File.join(File.dirname(__FILE__), "../lib") # $LOAD_PATH << File.join(File.dirname(__FILE__), "../ext") require 'oj' # Oj is not able to automatically deserialize all classes that are a subclass of # a Ruby Exception. Only exception that take one required string argument in the # initialize() method are supported. This is an example of how to write an # Exception subclass that supports both a single string initializer and an # Exception as an argument. Additional optional arguments can be added as well. # # The reason for this restriction has to do with a design decision on the part # of the Ruby developers. Exceptions are special Objects. They do not follow the # rules of other Objects. Exceptions have 'mesg' and a 'bt' attribute. Note that # these are not '@mesg' and '@bt'. They can not be set using the normal C or # Ruby calls. The only way I have found to set the 'mesg' attribute is through # the initializer. Unfortunately that means any subclass that provides a # different initializer can not be automatically decoded. A way around this is # to use a create function but this example shows an alternative. class WrapException < StandardError attr_reader :original def initialize(msg_or_err) if msg_or_err.is_a?(Exception) super(msg_or_err.message) @original = msg_or_err set_backtrace(msg_or_err.backtrace) else super(message) @original = nil end end end e = WrapException.new(RuntimeError.new('Something broke.')) json = Oj.dump(e, :mode => :object) puts "original:\n#{json}" # outputs: # original: # {"^o":"WrapException","original":{"^o":"RuntimeError","~mesg":"Something broke.","~bt":null},"~mesg":"Something broke.","~bt":null} e2 = Oj.load(json, :mode => :object) puts "dumped, loaded, and dumped again:\n#{Oj.dump(e2, :mode => :object)}" # outputs: # original: {"^o":"WrapException","original":{"^o":"RuntimeError","~mesg":"Something broke.","~bt":null},"~mesg":"Something broke.","~bt":null} # dumped, loaded, and dumped again: # {"^o":"WrapException","original":{"^o":"RuntimeError","~mesg":"Something broke.","~bt":null},"~mesg":"Something broke.","~bt":null} oj-3.16.12/tea.yaml000066400000000000000000000001761510053151600137320ustar00rootroot00000000000000# https://tea.xyz/what-is-this-file --- version: 1.0.0 codeOwners: - '0xc21Bc159777F9Ee363BCE126F958a09BFCF44bE0' quorum: 1 oj-3.16.12/test/000077500000000000000000000000001510053151600132505ustar00rootroot00000000000000oj-3.16.12/test/.gitignore000066400000000000000000000002041510053151600152340ustar00rootroot00000000000000oj.json yajl.json open_file_test.json json_ext.json sample.json sample.marshal sample.xml file_test.json open_file_writer_test.json oj-3.16.12/test/_test_active.rb000077500000000000000000000033711510053151600162550ustar00rootroot00000000000000#!/usr/bin/env ruby # frozen_string_literal: true $LOAD_PATH << __dir__ %w(lib ext test).each do |dir| $LOAD_PATH.unshift File.expand_path("../../#{dir}", __FILE__) end require 'minitest' require 'minitest/autorun' require 'sqlite3' require 'active_record' require 'oj' # Oj.mimic_JSON() Oj.default_options = {mode: :compat, indent: 2} # ActiveRecord::Base.logger = Logger.new(STDERR) ActiveRecord::Base.establish_connection( :adapter => 'sqlite3', :database => ':memory:' ) ActiveRecord::Schema.define do create_table :users do |table| table.column :first_name, :string table.column :last_name, :string table.column :email, :string end end class User < ActiveRecord::Base end class ActiveTest < Minitest::Test def test_active User.find_or_create_by(first_name: 'John', last_name: 'Smith', email: 'john@example.com') User.find_or_create_by(first_name: 'Joan', last_name: 'Smith', email: 'joan@example.com') # Single instance. assert_equal(%|{ "id":1, "first_name":"John", "last_name":"Smith", "email":"john@example.com" } |, Oj.dump(User.first)) # Array of instances. assert_equal(%|[ { "id":1, "first_name":"John", "last_name":"Smith", "email":"john@example.com" }, { "id":2, "first_name":"Joan", "last_name":"Smith", "email":"joan@example.com" } ] |, Oj.dump(User.all)) # Single instance as json. (not Oj) assert_equal(%|{"id":1,"first_name":"John","last_name":"Smith","email":"john@example.com"}|, User.first.to_json) # Array of instances as json. (not Oj) assert_equal(%|[{"id":1,"first_name":"John","last_name":"Smith","email":"john@example.com"},{"id":2,"first_name":"Joan","last_name":"Smith","email":"joan@example.com"}]|, User.all.to_json) end end oj-3.16.12/test/_test_active_mimic.rb000077500000000000000000000034731510053151600174360ustar00rootroot00000000000000#!/usr/bin/env ruby # frozen_string_literal: true $LOAD_PATH << __dir__ %w(lib ext test).each do |dir| $LOAD_PATH.unshift File.expand_path("../../#{dir}", __FILE__) end require 'minitest' require 'minitest/autorun' require 'sqlite3' require 'active_record' require 'oj' Oj.mimic_JSON() Oj.default_options = {mode: :compat, indent: 2} # ActiveRecord::Base.logger = Logger.new(STDERR) ActiveRecord::Base.establish_connection( :adapter => 'sqlite3', :database => ':memory:' ) ActiveRecord::Schema.define do create_table :users do |table| table.column :first_name, :string table.column :last_name, :string table.column :email, :string end end class User < ActiveRecord::Base end class ActiveTest < Minitest::Test def test_active User.find_or_create_by(first_name: 'John', last_name: 'Smith', email: 'john@example.com') User.find_or_create_by(first_name: 'Joan', last_name: 'Smith', email: 'joan@example.com') # Single instance. assert_equal(%|{ "id":1, "first_name":"John", "last_name":"Smith", "email":"john@example.com" } |, Oj.dump(User.first)) # Array of instances. assert_equal(%|[ { "id":1, "first_name":"John", "last_name":"Smith", "email":"john@example.com" }, { "id":2, "first_name":"Joan", "last_name":"Smith", "email":"joan@example.com" } ] |, Oj.dump(User.all)) # Single instance as json. (not Oj) assert_equal(%|{ "id":1, "first_name":"John", "last_name":"Smith", "email":"john@example.com" } |, User.first.to_json) # Array of instances as json. (not Oj) assert_equal(%|[ { "id":1, "first_name":"John", "last_name":"Smith", "email":"john@example.com" }, { "id":2, "first_name":"Joan", "last_name":"Smith", "email":"joan@example.com" } ] |, User.all.to_json) end end oj-3.16.12/test/_test_mimic_rails.rb000077500000000000000000000054571510053151600173010ustar00rootroot00000000000000#!/usr/bin/env ruby # frozen_string_literal: true $LOAD_PATH << __dir__ require 'helper' # Oj.mimic_JSON require 'rails/all' require 'active_model' require 'active_model_serializers' require 'active_support/json' require 'active_support/time' require 'active_support/all' require 'oj/active_support_helper' Oj.mimic_JSON class Category include ActiveModel::Model include ActiveModel::SerializerSupport attr_accessor :id, :name def initialize(id, name) @id = id @name = name end end class CategorySerializer < ActiveModel::Serializer attributes :id, :name end class MimicRails < Minitest::Test def test_mimic_exception ActiveSupport::JSON.decode('{') puts 'Failed' rescue ActiveSupport::JSON.parse_error assert(true) rescue Exception assert(false, 'Expected a JSON::ParserError') end def test_dump_string Oj.default_options= {:indent => 2} json = ActiveSupport::JSON.encode([1, true, nil]) assert_equal(%{[ 1, true, null ] }, json) end def test_dump_rational Oj.default_options= {:indent => 2} json = ActiveSupport::JSON.encode([1, true, Rational(1)]) assert_equal(%{[ 1, true, "1/1" ] }, json) end def test_dump_range Oj.default_options= {:indent => 2} json = ActiveSupport::JSON.encode([1, true, '01'..'12']) assert_equal(%{[ 1, true, "01..12" ] }, json) end def test_dump_object Oj.default_options= {:indent => 2} category = Category.new(1, 'test') serializer = CategorySerializer.new(category) serializer.to_json() puts "*** serializer.to_json() #{serializer.to_json()}" serializer.as_json() puts "*** serializer.as_json() #{serializer.as_json()}" JSON.dump(serializer) puts "*** JSON.dump(serializer) #{JSON.dump(serializer)}" puts "*** category.to_json() #{category.to_json()}" puts "*** category.as_json() #{category.as_json()}" puts "*** JSON.dump(serializer) #{JSON.dump(category)}" puts "*** Oj.dump(serializer) #{Oj.dump(category)}" end def test_dump_object_array Oj.default_options= {:indent => 2} cat1 = Category.new(1, 'test') cat2 = Category.new(2, 'test') a = Array.wrap([cat1, cat2]) # serializer = CategorySerializer.new(a) puts "*** a.to_json() #{a.to_json()}" puts "*** a.as_json() #{a.as_json()}" puts "*** JSON.dump(a) #{JSON.dump(a)}" puts "*** Oj.dump(a) #{Oj.dump(a)}" end def test_dump_time Oj.default_options= {:indent => 2} now = ActiveSupport::TimeZone['America/Chicago'].parse('2014-11-01 13:20:47') json = Oj.dump(now, mode: :object, time_format: :xmlschema) # puts "*** json: #{json}" oj_dump = Oj.load(json, mode: :object, time_format: :xmlschema) # puts "Now: #{now}\n Oj: #{oj_dump}" assert_equal('2014-11-01T13:20:47-05:00', oj_dump.xmlschema) end end # MimicRails oj-3.16.12/test/activerecord/000077500000000000000000000000001510053151600157225ustar00rootroot00000000000000oj-3.16.12/test/activerecord/result_test.rb000077500000000000000000000016641510053151600206360ustar00rootroot00000000000000#!/usr/bin/env ruby $: << File.dirname(__FILE__) $: << File.dirname(File.dirname(__FILE__)) require 'helper' require "rails/all" Oj::Rails.set_encoder() Oj::Rails.optimize() Oj.default_options = { mode: :rails } class ActiveRecordResultTest < Minitest::Test def test_hash_rows result = ActiveRecord::Result.new(["one", "two"], [ ["row 1 col 1", "row 1 col 2"], ["row 2 col 1", "row 2 col 2"], ["row 3 col 1", "row 3 col 2"], ]) #puts "*** result: #{Oj.dump(result, indent: 2)}" json_result = if ActiveRecord.version >= Gem::Version.new("6") result.to_a else result.to_hash end assert_equal Oj.dump(result, mode: :rails), Oj.dump(json_result) end end oj-3.16.12/test/activesupport6/000077500000000000000000000000001510053151600162465ustar00rootroot00000000000000oj-3.16.12/test/activesupport6/Readme.md000066400000000000000000000006601510053151600177670ustar00rootroot00000000000000Tests copied from [rails/activesupport/test/json/], [rails/activesupport/lib/active_support], [rails/activesupport/test]. [rails/activesupport/test/json/]: https://github.com/rails/rails/tree/v6.0.0/activesupport/test/json [rails/activesupport/lib/active_support]: https://github.com/rails/rails/tree/v6.0.0/activesupport/lib/active_support [rails/activesupport/test]: https://github.com/rails/rails/tree/v6.0.0/activesupport/test oj-3.16.12/test/activesupport6/abstract_unit.rb000066400000000000000000000023101510053151600214310ustar00rootroot00000000000000# frozen_string_literal: true ORIG_ARGV = ARGV.dup require "active_support/core_ext/kernel/reporting" silence_warnings do Encoding.default_internal = Encoding::UTF_8 Encoding.default_external = Encoding::UTF_8 end require "active_support/testing/autorun" require "active_support/testing/method_call_assertions" ENV["NO_RELOAD"] = "1" require "active_support" Thread.abort_on_exception = true # Show backtraces for deprecated behavior for quicker cleanup. ActiveSupport::Deprecation.debug = true # Default to old to_time behavior but allow running tests with new behavior ActiveSupport.to_time_preserves_timezone = ENV["PRESERVE_TIMEZONES"] == "1" # Disable available locale checks to avoid warnings running the test suite. I18n.enforce_available_locales = false class ActiveSupport::TestCase include ActiveSupport::Testing::MethodCallAssertions private # Skips the current run on Rubinius using Minitest::Assertions#skip def rubinius_skip(message = "") skip message if RUBY_ENGINE == "rbx" end # Skips the current run on JRuby using Minitest::Assertions#skip def jruby_skip(message = "") skip message if defined?(JRUBY_VERSION) end end require_relative "test_common" oj-3.16.12/test/activesupport6/decoding_test.rb000066400000000000000000000134401510053151600214100ustar00rootroot00000000000000# frozen_string_literal: true require_relative "abstract_unit" require "active_support/json" require "active_support/time" require_relative "time_zone_test_helpers" require 'oj' Oj::Rails.set_decoder() class TestJSONDecoding < ActiveSupport::TestCase include TimeZoneTestHelpers # Added for testing if Oj is used. test "oj is used as an encoder" do assert_equal ActiveSupport.json_encoder, Oj::Rails::Encoder end class Foo def self.json_create(object) "Foo" end end TESTS = { %q({"returnTo":{"\/categories":"\/"}}) => { "returnTo" => { "/categories" => "/" } }, %q({"return\\"To\\":":{"\/categories":"\/"}}) => { "return\"To\":" => { "/categories" => "/" } }, %q({"returnTo":{"\/categories":1}}) => { "returnTo" => { "/categories" => 1 } }, %({"returnTo":[1,"a"]}) => { "returnTo" => [1, "a"] }, %({"returnTo":[1,"\\"a\\",", "b"]}) => { "returnTo" => [1, "\"a\",", "b"] }, %({"a": "'", "b": "5,000"}) => { "a" => "'", "b" => "5,000" }, %({"a": "a's, b's and c's", "b": "5,000"}) => { "a" => "a's, b's and c's", "b" => "5,000" }, # multibyte %({"matzue": "松江", "asakusa": "浅草"}) => { "matzue" => "松江", "asakusa" => "浅草" }, %({"a": "2007-01-01"}) => { "a" => Date.new(2007, 1, 1) }, %({"a": "2007-01-01 01:12:34 Z"}) => { "a" => Time.utc(2007, 1, 1, 1, 12, 34) }, %(["2007-01-01 01:12:34 Z"]) => [Time.utc(2007, 1, 1, 1, 12, 34)], %(["2007-01-01 01:12:34 Z", "2007-01-01 01:12:35 Z"]) => [Time.utc(2007, 1, 1, 1, 12, 34), Time.utc(2007, 1, 1, 1, 12, 35)], # no time zone %({"a": "2007-01-01 01:12:34"}) => { "a" => Time.new(2007, 1, 1, 1, 12, 34, "-05:00") }, # invalid date %({"a": "1089-10-40"}) => { "a" => "1089-10-40" }, # xmlschema date notation %({"a": "2009-08-10T19:01:02"}) => { "a" => Time.new(2009, 8, 10, 19, 1, 2, "-04:00") }, %({"a": "2009-08-10T19:01:02Z"}) => { "a" => Time.utc(2009, 8, 10, 19, 1, 2) }, %({"a": "2009-08-10T19:01:02+02:00"}) => { "a" => Time.utc(2009, 8, 10, 17, 1, 2) }, %({"a": "2009-08-10T19:01:02-05:00"}) => { "a" => Time.utc(2009, 8, 11, 00, 1, 2) }, # needs to be *exact* %({"a": " 2007-01-01 01:12:34 Z "}) => { "a" => " 2007-01-01 01:12:34 Z " }, %({"a": "2007-01-01 : it's your birthday"}) => { "a" => "2007-01-01 : it's your birthday" }, %([]) => [], %({}) => {}, %({"a":1}) => { "a" => 1 }, %({"a": ""}) => { "a" => "" }, %({"a":"\\""}) => { "a" => "\"" }, %({"a": null}) => { "a" => nil }, %({"a": true}) => { "a" => true }, %({"a": false}) => { "a" => false }, '{"bad":"\\\\","trailing":""}' => { "bad" => "\\", "trailing" => "" }, %q({"a": "http:\/\/test.host\/posts\/1"}) => { "a" => "http://test.host/posts/1" }, %q({"a": "\u003cunicode\u0020escape\u003e"}) => { "a" => "" }, '{"a": "\\\\u0020skip double backslashes"}' => { "a" => "\\u0020skip double backslashes" }, %q({"a": "\u003cbr /\u003e"}) => { "a" => "
" }, %q({"b":["\u003ci\u003e","\u003cb\u003e","\u003cu\u003e"]}) => { "b" => ["", "", ""] }, # test combination of dates and escaped or unicode encoded data in arrays %q([{"d":"1970-01-01", "s":"\u0020escape"},{"d":"1970-01-01", "s":"\u0020escape"}]) => [{ "d" => Date.new(1970, 1, 1), "s" => " escape" }, { "d" => Date.new(1970, 1, 1), "s" => " escape" }], %q([{"d":"1970-01-01","s":"http:\/\/example.com"},{"d":"1970-01-01","s":"http:\/\/example.com"}]) => [{ "d" => Date.new(1970, 1, 1), "s" => "http://example.com" }, { "d" => Date.new(1970, 1, 1), "s" => "http://example.com" }], # tests escaping of "\n" char with Yaml backend %q({"a":"\n"}) => { "a" => "\n" }, %q({"a":"\u000a"}) => { "a" => "\n" }, %q({"a":"Line1\u000aLine2"}) => { "a" => "Line1\nLine2" }, # prevent json unmarshalling '{"json_class":"TestJSONDecoding::Foo"}' => { "json_class" => "TestJSONDecoding::Foo" }, # json "fragments" - these are invalid JSON, but ActionPack relies on this '"a string"' => "a string", "1.1" => 1.1, "1" => 1, "-1" => -1, "true" => true, "false" => false, "null" => nil } TESTS.each_with_index do |(json, expected), index| fail_message = "JSON decoding failed for #{json}" test "json decodes #{index}" do with_tz_default "Eastern Time (US & Canada)" do with_parse_json_times(true) do silence_warnings do if expected.nil? assert_nil ActiveSupport::JSON.decode(json), fail_message else assert_equal expected, ActiveSupport::JSON.decode(json), fail_message end end end end end end test "json decodes time json with time parsing disabled" do with_parse_json_times(false) do expected = { "a" => "2007-01-01 01:12:34 Z" } assert_equal expected, ActiveSupport::JSON.decode(%({"a": "2007-01-01 01:12:34 Z"})) end end def test_failed_json_decoding assert_raise(ActiveSupport::JSON.parse_error) { ActiveSupport::JSON.decode(%(undefined)) } assert_raise(ActiveSupport::JSON.parse_error) { ActiveSupport::JSON.decode(%({a: 1})) } assert_raise(ActiveSupport::JSON.parse_error) { ActiveSupport::JSON.decode(%({: 1})) } assert_raise(ActiveSupport::JSON.parse_error) { ActiveSupport::JSON.decode(%()) } end def test_cannot_pass_unsupported_options assert_raise(ArgumentError) { ActiveSupport::JSON.decode("", create_additions: true) } end private def with_parse_json_times(value) old_value = ActiveSupport.parse_json_times ActiveSupport.parse_json_times = value yield ensure ActiveSupport.parse_json_times = old_value end end oj-3.16.12/test/activesupport6/encoding_test.rb000066400000000000000000000377311510053151600214330ustar00rootroot00000000000000# frozen_string_literal: true require "securerandom" require_relative "abstract_unit" require "active_support/core_ext/string/inflections" require "active_support/json" require "active_support/time" require_relative "time_zone_test_helpers" require_relative "encoding_test_cases" require 'oj' # Sets the ActiveSupport encoder to be Oj and also wraps the setting of # globals. Oj::Rails.set_encoder() #Oj::Rails.optimize(Hash, Array, BigDecimal, Time, Range, Regexp, ActiveSupport::TimeWithZone) Oj::Rails.optimize() class TestJSONEncoding < ActiveSupport::TestCase include TimeZoneTestHelpers # Added for testing if Oj is used. test "oj is used as an encoder" do assert_equal ActiveSupport.json_encoder, Oj::Rails::Encoder end def sorted_json(json) if json.start_with?("{") && json.end_with?("}") "{" + json[1..-2].split(",").sort.join(",") + "}" else json end end JSONTest::EncodingTestCases.constants.each do |class_tests| define_method("test_#{class_tests[0..-6].underscore}") do prev = ActiveSupport.use_standard_json_time_format standard_class_tests = /Standard/.match?(class_tests) ActiveSupport.escape_html_entities_in_json = !standard_class_tests ActiveSupport.use_standard_json_time_format = standard_class_tests JSONTest::EncodingTestCases.const_get(class_tests).each do |pair| assert_equal pair.last, sorted_json(ActiveSupport::JSON.encode(pair.first)) end ensure ActiveSupport.escape_html_entities_in_json = false ActiveSupport.use_standard_json_time_format = prev end end def test_process_status rubinius_skip "https://github.com/rubinius/rubinius/issues/3334" # There doesn't seem to be a good way to get a handle on a Process::Status object without actually # creating a child process, hence this to populate $? system("not_a_real_program_#{SecureRandom.hex}") assert_equal %({"exitstatus":#{$?.exitstatus},"pid":#{$?.pid}}), ActiveSupport::JSON.encode($?) end def test_hash_encoding assert_equal %({\"a\":\"b\"}), ActiveSupport::JSON.encode(a: :b) assert_equal %({\"a\":1}), ActiveSupport::JSON.encode("a" => 1) assert_equal %({\"a\":[1,2]}), ActiveSupport::JSON.encode("a" => [1, 2]) assert_equal %({"1":2}), ActiveSupport::JSON.encode(1 => 2) assert_equal %({\"a\":\"b\",\"c\":\"d\"}), sorted_json(ActiveSupport::JSON.encode(a: :b, c: :d)) end def test_hash_keys_encoding ActiveSupport.escape_html_entities_in_json = true assert_equal "{\"\\u003c\\u003e\":\"\\u003c\\u003e\"}", ActiveSupport::JSON.encode("<>" => "<>") ensure ActiveSupport.escape_html_entities_in_json = false end def test_hash_keys_encoding_without_escaping assert_equal "{\"<>\":\"<>\"}", ActiveSupport::JSON.encode("<>" => "<>") end module UnicodeTests def test_utf8_string_encoded_properly result = ActiveSupport::JSON.encode("€2.99") assert_equal '"€2.99"', result assert_equal(Encoding::UTF_8, result.encoding) result = ActiveSupport::JSON.encode("✎☺") assert_equal '"✎☺"', result assert_equal(Encoding::UTF_8, result.encoding) end def test_non_utf8_string_transcodes s = "二".encode("Shift_JIS") result = ActiveSupport::JSON.encode(s) assert_equal '"二"', result assert_equal Encoding::UTF_8, result.encoding end def test_wide_utf8_chars w = "𠜎" result = ActiveSupport::JSON.encode(w) assert_equal '"𠜎"', result end def test_wide_utf8_roundtrip hash = { string: "𐒑" } json = ActiveSupport::JSON.encode(hash) decoded_hash = ActiveSupport::JSON.decode(json) assert_equal "𐒑", decoded_hash["string"] end def test_invalid_encoding_raises s = "\xAE\xFF\x9F" refute s.valid_encoding? # n.b. this raises EncodingError, because we didn't call Oj.mimic_JSON in the test setup; but, # if you do that (even indirectly through Oj.optimize_rails), then this raises a # JSON::GeneratorError instead of an EncodingError. assert_raises(EncodingError) do ActiveSupport::JSON.encode([s]) end end end module UnicodeTestsWithEscapingOn def setup ActiveSupport.escape_html_entities_in_json = true end def teardown ActiveSupport.escape_html_entities_in_json = false end include UnicodeTests end module UnicodeTestsWithEscapingOff def setup ActiveSupport.escape_html_entities_in_json = false end include UnicodeTests end include UnicodeTestsWithEscapingOn include UnicodeTestsWithEscapingOff def test_hash_key_identifiers_are_always_quoted values = { 0 => 0, 1 => 1, :_ => :_, "$" => "$", "a" => "a", :A => :A, :A0 => :A0, "A0B" => "A0B" } assert_equal %w( "$" "A" "A0" "A0B" "_" "a" "0" "1" ).sort, object_keys(ActiveSupport::JSON.encode(values)) end def test_hash_should_allow_key_filtering_with_only assert_equal %({"a":1}), ActiveSupport::JSON.encode({ "a" => 1, :b => 2, :c => 3 }, { only: "a" }) end def test_hash_should_allow_key_filtering_with_except assert_equal %({"b":2}), ActiveSupport::JSON.encode({ "foo" => "bar", :b => 2, :c => 3 }, { except: ["foo", :c] }) end def test_time_to_json_includes_local_offset with_standard_json_time_format(true) do with_env_tz "US/Eastern" do assert_equal %("2005-02-01T15:15:10.000-05:00"), ActiveSupport::JSON.encode(Time.local(2005, 2, 1, 15, 15, 10)) end end end def test_hash_with_time_to_json with_standard_json_time_format(false) do assert_equal '{"time":"2009/01/01 00:00:00 +0000"}', { time: Time.utc(2009) }.to_json end end def test_nested_hash_with_float assert_nothing_raised do hash = { "CHI" => { display_name: "chicago", latitude: 123.234 } } ActiveSupport::JSON.encode(hash) end end def test_hash_like_with_options h = JSONTest::Hashlike.new json = h.to_json only: [:foo] assert_equal({ "foo" => "hello" }, JSON.parse(json)) end def test_object_to_json_with_options obj = Object.new obj.instance_variable_set :@foo, "hello" obj.instance_variable_set :@bar, "world" json = obj.to_json only: ["foo"] assert_equal({ "foo" => "hello" }, JSON.parse(json)) end def test_struct_to_json_with_options struct = Struct.new(:foo, :bar).new struct.foo = "hello" struct.bar = "world" json = struct.to_json only: [:foo] assert_equal({ "foo" => "hello" }, JSON.parse(json)) end def test_struct_to_json_with_options_nested klass = Struct.new(:foo, :bar) struct = klass.new "hello", "world" parent_struct = klass.new struct, "world" json = parent_struct.to_json only: [:foo] assert_equal({ "foo" => { "foo" => "hello" } }, JSON.parse(json)) end def test_hash_should_pass_encoding_options_to_children_in_as_json person = { name: "John", address: { city: "London", country: "UK" } } json = person.as_json only: [:address, :city] assert_equal({ "address" => { "city" => "London" } }, json) end def test_hash_should_pass_encoding_options_to_children_in_to_json person = { name: "John", address: { city: "London", country: "UK" } } json = person.to_json only: [:address, :city] assert_equal(%({"address":{"city":"London"}}), json) end def test_array_should_pass_encoding_options_to_children_in_as_json people = [ { name: "John", address: { city: "London", country: "UK" } }, { name: "Jean", address: { city: "Paris", country: "France" } } ] json = people.as_json only: [:address, :city] expected = [ { "address" => { "city" => "London" } }, { "address" => { "city" => "Paris" } } ] assert_equal(expected, json) end def test_array_should_pass_encoding_options_to_children_in_to_json people = [ { name: "John", address: { city: "London", country: "UK" } }, { name: "Jean", address: { city: "Paris", country: "France" } } ] json = people.to_json only: [:address, :city] assert_equal(%([{"address":{"city":"London"}},{"address":{"city":"Paris"}}]), json) end People = Class.new(BasicObject) do include Enumerable def initialize @people = [ { name: "John", address: { city: "London", country: "UK" } }, { name: "Jean", address: { city: "Paris", country: "France" } } ] end def each(*, &blk) @people.each do |p| yield p if blk p end.each end end def test_enumerable_should_generate_json_with_as_json json = People.new.as_json only: [:address, :city] expected = [ { "address" => { "city" => "London" } }, { "address" => { "city" => "Paris" } } ] assert_equal(expected, json) end def test_enumerable_should_generate_json_with_to_json json = People.new.to_json only: [:address, :city] assert_equal(%([{"address":{"city":"London"}},{"address":{"city":"Paris"}}]), json) end def test_enumerable_should_pass_encoding_options_to_children_in_as_json json = People.new.each.as_json only: [:address, :city] expected = [ { "address" => { "city" => "London" } }, { "address" => { "city" => "Paris" } } ] assert_equal(expected, json) end def test_enumerable_should_pass_encoding_options_to_children_in_to_json json = People.new.each.to_json only: [:address, :city] assert_equal(%([{"address":{"city":"London"}},{"address":{"city":"Paris"}}]), json) end class CustomWithOptions attr_accessor :foo, :bar def as_json(options = {}) options[:only] = %w(foo bar) super(options) end end def test_hash_to_json_should_not_keep_options_around f = CustomWithOptions.new f.foo = "hello" f.bar = "world" hash = { "foo" => f, "other_hash" => { "foo" => "other_foo", "test" => "other_test" } } assert_equal({ "foo" => { "foo" => "hello", "bar" => "world" }, "other_hash" => { "foo" => "other_foo", "test" => "other_test" } }, ActiveSupport::JSON.decode(hash.to_json)) end def test_array_to_json_should_not_keep_options_around f = CustomWithOptions.new f.foo = "hello" f.bar = "world" array = [f, { "foo" => "other_foo", "test" => "other_test" }] assert_equal([{ "foo" => "hello", "bar" => "world" }, { "foo" => "other_foo", "test" => "other_test" }], ActiveSupport::JSON.decode(array.to_json)) end class OptionsTest def as_json(options = :default) options end end def test_hash_as_json_without_options json = { foo: OptionsTest.new }.as_json assert_equal({ "foo" => :default }, json) end def test_array_as_json_without_options json = [ OptionsTest.new ].as_json assert_equal([:default], json) end def test_struct_encoding Struct.new("UserNameAndEmail", :name, :email) Struct.new("UserNameAndDate", :name, :date) Struct.new("Custom", :name, :sub) user_email = Struct::UserNameAndEmail.new "David", "sample@example.com" user_birthday = Struct::UserNameAndDate.new "David", Date.new(2010, 01, 01) custom = Struct::Custom.new "David", user_birthday json_strings = "" json_string_and_date = "" json_custom = "" assert_nothing_raised do json_strings = user_email.to_json json_string_and_date = user_birthday.to_json json_custom = custom.to_json end assert_equal({ "name" => "David", "sub" => { "name" => "David", "date" => "2010-01-01" } }, ActiveSupport::JSON.decode(json_custom)) assert_equal({ "name" => "David", "email" => "sample@example.com" }, ActiveSupport::JSON.decode(json_strings)) assert_equal({ "name" => "David", "date" => "2010-01-01" }, ActiveSupport::JSON.decode(json_string_and_date)) end def test_nil_true_and_false_represented_as_themselves assert_nil nil.as_json assert_equal true, true.as_json assert_equal false, false.as_json end class HashWithAsJson < Hash attr_accessor :as_json_called def initialize(*) super end def as_json(options = {}) @as_json_called = true super end end def test_json_gem_dump_by_passing_active_support_encoder h = HashWithAsJson.new h[:foo] = "hello" h[:bar] = "world" assert_equal %({"foo":"hello","bar":"world"}), JSON.dump(h) assert_nil h.as_json_called end def test_json_gem_generate_by_passing_active_support_encoder h = HashWithAsJson.new h[:foo] = "hello" h[:bar] = "world" assert_equal %({"foo":"hello","bar":"world"}), JSON.generate(h) assert_nil h.as_json_called end def test_json_gem_pretty_generate_by_passing_active_support_encoder h = HashWithAsJson.new h[:foo] = "hello" h[:bar] = "world" assert_equal < Float::INFINITY } end end def test_to_json_works_when_as_json_returns_infinite_number assert_equal '{"number":null}', InfiniteNumber.new.to_json end class NaNNumber def as_json(options = nil) { "number" => Float::NAN } end end def test_to_json_works_when_as_json_returns_NaN_number assert_equal '{"number":null}', NaNNumber.new.to_json end def test_to_json_works_on_io_objects assert_equal STDOUT.to_s.to_json, STDOUT.to_json end private def object_keys(json_object) json_object[1..-2].scan(/([^{}:,\s]+):/).flatten.sort end def with_standard_json_time_format(boolean = true) old, ActiveSupport.use_standard_json_time_format = ActiveSupport.use_standard_json_time_format, boolean yield ensure ActiveSupport.use_standard_json_time_format = old end def with_time_precision(value) old_value = ActiveSupport::JSON::Encoding.time_precision ActiveSupport::JSON::Encoding.time_precision = value yield ensure ActiveSupport::JSON::Encoding.time_precision = old_value end end oj-3.16.12/test/activesupport6/encoding_test_cases.rb000066400000000000000000000101231510053151600225730ustar00rootroot00000000000000# frozen_string_literal: true require "bigdecimal" require "date" require "time" require "pathname" require "uri" module JSONTest class Foo def initialize(a, b) @a, @b = a, b end end class Hashlike def to_hash { foo: "hello", bar: "world" } end end class Custom def initialize(serialized) @serialized = serialized end def as_json(options = nil) @serialized end end MyStruct = Struct.new(:name, :value) do def initialize(*) @unused = "unused instance variable" super end end module EncodingTestCases TrueTests = [[ true, %(true) ]] FalseTests = [[ false, %(false) ]] NilTests = [[ nil, %(null) ]] NumericTests = [[ 1, %(1) ], [ 2.5, %(2.5) ], [ 0.0 / 0.0, %(null) ], [ 1.0 / 0.0, %(null) ], [ -1.0 / 0.0, %(null) ], [ BigDecimal("0.0") / BigDecimal("0.0"), %(null) ], [ BigDecimal("2.5"), %("#{BigDecimal('2.5')}") ]] StringTests = [[ "this is the ", %("this is the \\u003cstring\\u003e")], [ 'a "string" with quotes & an ampersand', %("a \\"string\\" with quotes \\u0026 an ampersand") ], [ "http://test.host/posts/1", %("http://test.host/posts/1")], [ "Control characters: \x00\x01\x02\x03\x04\x05\x06\x07\x08\x09\x0a\x0b\x0c\x0d\x0e\x0f\x10\x11\x12\x13\x14\x15\x16\x17\x18\x19\x1a\x1b\x1c\x1d\x1e\x1f\u2028\u2029", %("Control characters: \\u0000\\u0001\\u0002\\u0003\\u0004\\u0005\\u0006\\u0007\\b\\t\\n\\u000b\\f\\r\\u000e\\u000f\\u0010\\u0011\\u0012\\u0013\\u0014\\u0015\\u0016\\u0017\\u0018\\u0019\\u001a\\u001b\\u001c\\u001d\\u001e\\u001f\\u2028\\u2029") ]] ArrayTests = [[ ["a", "b", "c"], %([\"a\",\"b\",\"c\"]) ], [ [1, "a", :b, nil, false], %([1,\"a\",\"b\",null,false]) ]] HashTests = [[ { foo: "bar" }, %({\"foo\":\"bar\"}) ], [ { 1 => 1, 2 => "a", 3 => :b, 4 => nil, 5 => false }, %({\"1\":1,\"2\":\"a\",\"3\":\"b\",\"4\":null,\"5\":false}) ]] RangeTests = [[ 1..2, %("1..2")], [ 1...2, %("1...2")], [ 1.5..2.5, %("1.5..2.5")]] SymbolTests = [[ :a, %("a") ], [ :this, %("this") ], [ :"a b", %("a b") ]] ObjectTests = [[ Foo.new(1, 2), %({\"a\":1,\"b\":2}) ]] HashlikeTests = [[ Hashlike.new, %({\"bar\":\"world\",\"foo\":\"hello\"}) ]] StructTests = [[ MyStruct.new(:foo, "bar"), %({\"name\":\"foo\",\"value\":\"bar\"}) ], [ MyStruct.new(nil, nil), %({\"name\":null,\"value\":null}) ]] CustomTests = [[ Custom.new("custom"), '"custom"' ], [ Custom.new(nil), "null" ], [ Custom.new(:a), '"a"' ], [ Custom.new([ :foo, "bar" ]), '["foo","bar"]' ], [ Custom.new(foo: "hello", bar: "world"), '{"bar":"world","foo":"hello"}' ], [ Custom.new(Hashlike.new), '{"bar":"world","foo":"hello"}' ], [ Custom.new(Custom.new(Custom.new(:a))), '"a"' ]] RegexpTests = [[ /^a/, '"(?-mix:^a)"' ], [/^\w{1,2}[a-z]+/ix, '"(?ix-m:^\\\\w{1,2}[a-z]+)"']] URITests = [[ URI.parse("http://example.com"), %("http://example.com") ]] PathnameTests = [[ Pathname.new("lib/index.rb"), %("lib/index.rb") ]] DateTests = [[ Date.new(2005, 2, 1), %("2005/02/01") ]] TimeTests = [[ Time.utc(2005, 2, 1, 15, 15, 10), %("2005/02/01 15:15:10 +0000") ]] DateTimeTests = [[ DateTime.civil(2005, 2, 1, 15, 15, 10), %("2005/02/01 15:15:10 +0000") ]] StandardDateTests = [[ Date.new(2005, 2, 1), %("2005-02-01") ]] StandardTimeTests = [[ Time.utc(2005, 2, 1, 15, 15, 10), %("2005-02-01T15:15:10.000Z") ]] StandardDateTimeTests = [[ DateTime.civil(2005, 2, 1, 15, 15, 10), %("2005-02-01T15:15:10.000+00:00") ]] StandardStringTests = [[ "this is the ", %("this is the ")]] end end oj-3.16.12/test/activesupport6/test_common.rb000066400000000000000000000007611510053151600211260ustar00rootroot00000000000000# frozen_string_literal: true if ENV["BUILDKITE"] require "minitest/reporters" require "fileutils" module Minitest def self.plugin_rails_ci_junit_format_test_report_for_buildkite_init(*) dir = File.join(__dir__, "../test-reports/#{ENV['BUILDKITE_JOB_ID']}") reporter << Minitest::Reporters::JUnitReporter.new(dir, false) FileUtils.mkdir_p(dir) end end Minitest.load_plugins Minitest.extensions.unshift "rails_ci_junit_format_test_report_for_buildkite" end oj-3.16.12/test/activesupport6/test_helper.rb000066400000000000000000000140451510053151600211150ustar00rootroot00000000000000# frozen_string_literal: true gem "minitest" # make sure we get the gem, not stdlib require "minitest" require "active_support/testing/tagged_logging" require "active_support/testing/setup_and_teardown" require "active_support/testing/assertions" require "active_support/testing/deprecation" require "active_support/testing/declarative" require "active_support/testing/isolation" require "active_support/testing/constant_lookup" require "active_support/testing/time_helpers" require "active_support/testing/file_fixtures" require "active_support/testing/parallelization" require "concurrent/utility/processor_counter" module ActiveSupport class TestCase < ::Minitest::Test Assertion = Minitest::Assertion class << self # Sets the order in which test cases are run. # # ActiveSupport::TestCase.test_order = :random # => :random # # Valid values are: # * +:random+ (to run tests in random order) # * +:parallel+ (to run tests in parallel) # * +:sorted+ (to run tests alphabetically by method name) # * +:alpha+ (equivalent to +:sorted+) def test_order=(new_order) ActiveSupport.test_order = new_order end # Returns the order in which test cases are run. # # ActiveSupport::TestCase.test_order # => :random # # Possible values are +:random+, +:parallel+, +:alpha+, +:sorted+. # Defaults to +:random+. def test_order ActiveSupport.test_order ||= :random end # Parallelizes the test suite. # # Takes a +workers+ argument that controls how many times the process # is forked. For each process a new database will be created suffixed # with the worker number. # # test-database-0 # test-database-1 # # If ENV["PARALLEL_WORKERS"] is set the workers argument will be ignored # and the environment variable will be used instead. This is useful for CI # environments, or other environments where you may need more workers than # you do for local testing. # # If the number of workers is set to +1+ or fewer, the tests will not be # parallelized. # # If +workers+ is set to +:number_of_processors+, the number of workers will be # set to the actual core count on the machine you are on. # # The default parallelization method is to fork processes. If you'd like to # use threads instead you can pass with: :threads to the +parallelize+ # method. Note the threaded parallelization does not create multiple # database and will not work with system tests at this time. # # parallelize(workers: :number_of_processors, with: :threads) # # The threaded parallelization uses minitest's parallel executor directly. # The processes parallelization uses a Ruby DRb server. def parallelize(workers: :number_of_processors, with: :processes) workers = Concurrent.physical_processor_count if workers == :number_of_processors workers = ENV["PARALLEL_WORKERS"].to_i if ENV["PARALLEL_WORKERS"] return if workers <= 1 executor = case with when :processes Testing::Parallelization.new(workers) when :threads Minitest::Parallel::Executor.new(workers) else raise ArgumentError, "#{with} is not a supported parallelization executor." end self.lock_threads = false if defined?(self.lock_threads) && with == :threads Minitest.parallel_executor = executor parallelize_me! end # Set up hook for parallel testing. This can be used if you have multiple # databases or any behavior that needs to be run after the process is forked # but before the tests run. # # Note: this feature is not available with the threaded parallelization. # # In your +test_helper.rb+ add the following: # # class ActiveSupport::TestCase # parallelize_setup do # # create databases # end # end def parallelize_setup(&block) ActiveSupport::Testing::Parallelization.after_fork_hook do |worker| yield worker end end # Clean up hook for parallel testing. This can be used to drop databases # if your app uses multiple write/read databases or other clean up before # the tests finish. This runs before the forked process is closed. # # Note: this feature is not available with the threaded parallelization. # # In your +test_helper.rb+ add the following: # # class ActiveSupport::TestCase # parallelize_teardown do # # drop databases # end # end def parallelize_teardown(&block) ActiveSupport::Testing::Parallelization.run_cleanup_hook do |worker| yield worker end end end alias_method :method_name, :name include ActiveSupport::Testing::TaggedLogging prepend ActiveSupport::Testing::SetupAndTeardown include ActiveSupport::Testing::Assertions include ActiveSupport::Testing::Deprecation include ActiveSupport::Testing::TimeHelpers include ActiveSupport::Testing::FileFixtures extend ActiveSupport::Testing::Declarative # test/unit backwards compatibility methods alias :assert_raise :assert_raises alias :assert_not_empty :refute_empty alias :assert_not_equal :refute_equal alias :assert_not_in_delta :refute_in_delta alias :assert_not_in_epsilon :refute_in_epsilon alias :assert_not_includes :refute_includes alias :assert_not_instance_of :refute_instance_of alias :assert_not_kind_of :refute_kind_of alias :assert_no_match :refute_match alias :assert_not_nil :refute_nil alias :assert_not_operator :refute_operator alias :assert_not_predicate :refute_predicate alias :assert_not_respond_to :refute_respond_to alias :assert_not_same :refute_same ActiveSupport.run_load_hooks(:active_support_test_case, self) end end oj-3.16.12/test/activesupport6/time_zone_test_helpers.rb000066400000000000000000000017071510053151600233520ustar00rootroot00000000000000# frozen_string_literal: true module TimeZoneTestHelpers def with_tz_default(tz = nil) old_tz = Time.zone Time.zone = tz yield ensure Time.zone = old_tz end def with_env_tz(new_tz = "US/Eastern") old_tz, ENV["TZ"] = ENV["TZ"], new_tz yield ensure old_tz ? ENV["TZ"] = old_tz : ENV.delete("TZ") end def with_preserve_timezone(value) old_preserve_tz = ActiveSupport.to_time_preserves_timezone ActiveSupport.to_time_preserves_timezone = value yield ensure ActiveSupport.to_time_preserves_timezone = old_preserve_tz end def with_tz_mappings(mappings) old_mappings = ActiveSupport::TimeZone::MAPPING.dup ActiveSupport::TimeZone.clear ActiveSupport::TimeZone::MAPPING.clear ActiveSupport::TimeZone::MAPPING.merge!(mappings) yield ensure ActiveSupport::TimeZone.clear ActiveSupport::TimeZone::MAPPING.clear ActiveSupport::TimeZone::MAPPING.merge!(old_mappings) end end oj-3.16.12/test/activesupport7/000077500000000000000000000000001510053151600162475ustar00rootroot00000000000000oj-3.16.12/test/activesupport7/Readme.md000066400000000000000000000006601510053151600177700ustar00rootroot00000000000000Tests copied from [rails/activesupport/test/json/], [rails/activesupport/lib/active_support], [rails/activesupport/test]. [rails/activesupport/test/json/]: https://github.com/rails/rails/tree/v7.0.3/activesupport/test/json [rails/activesupport/lib/active_support]: https://github.com/rails/rails/tree/v7.0.3/activesupport/lib/active_support [rails/activesupport/test]: https://github.com/rails/rails/tree/v7.0.3/activesupport/test oj-3.16.12/test/activesupport7/abstract_unit.rb000066400000000000000000000026511510053151600214420ustar00rootroot00000000000000# frozen_string_literal: true ORIG_ARGV = ARGV.dup require "bundler/setup" require "active_support/core_ext/kernel/reporting" silence_warnings do Encoding.default_internal = Encoding::UTF_8 Encoding.default_external = Encoding::UTF_8 end require "active_support/testing/autorun" require "active_support/testing/method_call_assertions" ENV["NO_RELOAD"] = "1" require "active_support" Thread.abort_on_exception = true # Show backtraces for deprecated behavior for quicker cleanup. if ActiveSupport::Deprecation.respond_to?(:debug) # Rails 7.2 does not have ActiveSupport::Deprecation.debug ActiveSupport::Deprecation.debug = true end # Default to old to_time behavior but allow running tests with new behavior ActiveSupport.to_time_preserves_timezone = ENV["PRESERVE_TIMEZONES"] == "1" # Disable available locale checks to avoid warnings running the test suite. I18n.enforce_available_locales = false class ActiveSupport::TestCase if Process.respond_to?(:fork) && !Gem.win_platform? parallelize else parallelize(with: :threads) end include ActiveSupport::Testing::MethodCallAssertions private # Skips the current run on Rubinius using Minitest::Assertions#skip def rubinius_skip(message = "") skip message if RUBY_ENGINE == "rbx" end # Skips the current run on JRuby using Minitest::Assertions#skip def jruby_skip(message = "") skip message if defined?(JRUBY_VERSION) end end oj-3.16.12/test/activesupport7/decoding_test.rb000066400000000000000000000134571510053151600214210ustar00rootroot00000000000000# frozen_string_literal: true require_relative "abstract_unit" require "active_support/json" require "active_support/time" require_relative "time_zone_test_helpers" class TestJSONDecoding < ActiveSupport::TestCase include TimeZoneTestHelpers class Foo def self.json_create(object) "Foo" end end TESTS = { %q({"returnTo":{"\/categories":"\/"}}) => { "returnTo" => { "/categories" => "/" } }, %q({"return\\"To\\":":{"\/categories":"\/"}}) => { "return\"To\":" => { "/categories" => "/" } }, %q({"returnTo":{"\/categories":1}}) => { "returnTo" => { "/categories" => 1 } }, %({"returnTo":[1,"a"]}) => { "returnTo" => [1, "a"] }, %({"returnTo":[1,"\\"a\\",", "b"]}) => { "returnTo" => [1, "\"a\",", "b"] }, %({"a": "'", "b": "5,000"}) => { "a" => "'", "b" => "5,000" }, %({"a": "a's, b's and c's", "b": "5,000"}) => { "a" => "a's, b's and c's", "b" => "5,000" }, # multibyte %({"matzue": "松江", "asakusa": "浅草"}) => { "matzue" => "松江", "asakusa" => "浅草" }, %({"a": "2007-01-01"}) => { "a" => Date.new(2007, 1, 1) }, %({"a": "2007-01-01 01:12:34 Z"}) => { "a" => Time.utc(2007, 1, 1, 1, 12, 34) }, %(["2007-01-01 01:12:34 Z"]) => [Time.utc(2007, 1, 1, 1, 12, 34)], %(["2007-01-01 01:12:34 Z", "2007-01-01 01:12:35 Z"]) => [Time.utc(2007, 1, 1, 1, 12, 34), Time.utc(2007, 1, 1, 1, 12, 35)], # no time zone %({"a": "2007-01-01 01:12:34"}) => { "a" => Time.new(2007, 1, 1, 1, 12, 34, "-05:00") }, # invalid date %({"a": "1089-10-40"}) => { "a" => "1089-10-40" }, # xmlschema date notation %({"a": "2009-08-10T19:01:02"}) => { "a" => Time.new(2009, 8, 10, 19, 1, 2, "-04:00") }, %({"a": "2009-08-10T19:01:02Z"}) => { "a" => Time.utc(2009, 8, 10, 19, 1, 2) }, %({"a": "2009-08-10T19:01:02+02:00"}) => { "a" => Time.utc(2009, 8, 10, 17, 1, 2) }, %({"a": "2009-08-10T19:01:02-05:00"}) => { "a" => Time.utc(2009, 8, 11, 00, 1, 2) }, # needs to be *exact* %({"a": " 2007-01-01 01:12:34 Z "}) => { "a" => " 2007-01-01 01:12:34 Z " }, %({"a": "2007-01-01 : it's your birthday"}) => { "a" => "2007-01-01 : it's your birthday" }, %({"a": "Today is:\\n2020-05-21"}) => { "a" => "Today is:\n2020-05-21" }, %({"a": "2007-01-01 01:12:34 Z\\nwas my birthday"}) => { "a" => "2007-01-01 01:12:34 Z\nwas my birthday" }, %([]) => [], %({}) => {}, %({"a":1}) => { "a" => 1 }, %({"a": ""}) => { "a" => "" }, %({"a":"\\""}) => { "a" => "\"" }, %({"a": null}) => { "a" => nil }, %({"a": true}) => { "a" => true }, %({"a": false}) => { "a" => false }, '{"bad":"\\\\","trailing":""}' => { "bad" => "\\", "trailing" => "" }, %q({"a": "http:\/\/test.host\/posts\/1"}) => { "a" => "http://test.host/posts/1" }, %q({"a": "\u003cunicode\u0020escape\u003e"}) => { "a" => "" }, '{"a": "\\\\u0020skip double backslashes"}' => { "a" => "\\u0020skip double backslashes" }, %q({"a": "\u003cbr /\u003e"}) => { "a" => "
" }, %q({"b":["\u003ci\u003e","\u003cb\u003e","\u003cu\u003e"]}) => { "b" => ["", "", ""] }, # test combination of dates and escaped or unicode encoded data in arrays %q([{"d":"1970-01-01", "s":"\u0020escape"},{"d":"1970-01-01", "s":"\u0020escape"}]) => [{ "d" => Date.new(1970, 1, 1), "s" => " escape" }, { "d" => Date.new(1970, 1, 1), "s" => " escape" }], %q([{"d":"1970-01-01","s":"http:\/\/example.com"},{"d":"1970-01-01","s":"http:\/\/example.com"}]) => [{ "d" => Date.new(1970, 1, 1), "s" => "http://example.com" }, { "d" => Date.new(1970, 1, 1), "s" => "http://example.com" }], # tests escaping of "\n" char with Yaml backend %q({"a":"\n"}) => { "a" => "\n" }, %q({"a":"\u000a"}) => { "a" => "\n" }, %q({"a":"Line1\u000aLine2"}) => { "a" => "Line1\nLine2" }, # prevent json unmarshalling '{"json_class":"TestJSONDecoding::Foo"}' => { "json_class" => "TestJSONDecoding::Foo" }, # json "fragments" - these are invalid JSON, but ActionPack relies on this '"a string"' => "a string", "1.1" => 1.1, "1" => 1, "-1" => -1, "true" => true, "false" => false, "null" => nil } TESTS.each_with_index do |(json, expected), index| fail_message = "JSON decoding failed for #{json}" test "json decodes #{index}" do with_tz_default "Eastern Time (US & Canada)" do with_parse_json_times(true) do silence_warnings do if expected.nil? assert_nil ActiveSupport::JSON.decode(json), fail_message else assert_equal expected, ActiveSupport::JSON.decode(json), fail_message end end end end end end test "json decodes time json with time parsing disabled" do with_parse_json_times(false) do expected = { "a" => "2007-01-01 01:12:34 Z" } assert_equal expected, ActiveSupport::JSON.decode(%({"a": "2007-01-01 01:12:34 Z"})) end end def test_failed_json_decoding assert_raise(ActiveSupport::JSON.parse_error) { ActiveSupport::JSON.decode(%(undefined)) } assert_raise(ActiveSupport::JSON.parse_error) { ActiveSupport::JSON.decode(%({a: 1})) } assert_raise(ActiveSupport::JSON.parse_error) { ActiveSupport::JSON.decode(%({: 1})) } assert_raise(ActiveSupport::JSON.parse_error) { ActiveSupport::JSON.decode(%()) } end def test_cannot_pass_unsupported_options assert_raise(ArgumentError) { ActiveSupport::JSON.decode("", create_additions: true) } end private def with_parse_json_times(value) old_value = ActiveSupport.parse_json_times ActiveSupport.parse_json_times = value yield ensure ActiveSupport.parse_json_times = old_value end end oj-3.16.12/test/activesupport7/encoding_test.rb000066400000000000000000000375051510053151600214330ustar00rootroot00000000000000# frozen_string_literal: true require "securerandom" require_relative "abstract_unit" require "active_support/core_ext/string/inflections" require "active_support/json" require "active_support/time" require_relative "time_zone_test_helpers" require_relative "encoding_test_cases" require 'oj' # Sets the ActiveSupport encoder to be Oj and also wraps the setting of globals. Oj::Rails.set_encoder() Oj::Rails.optimize() class TestJSONEncoding < ActiveSupport::TestCase include TimeZoneTestHelpers def test_is_actually_oj assert_equal Oj::Rails::Encoder, ActiveSupport.json_encoder end def sorted_json(json) if json.start_with?("{") && json.end_with?("}") "{" + json[1..-2].split(",").sort.join(",") + "}" else json end end JSONTest::EncodingTestCases.constants.each do |class_tests| define_method("test_#{class_tests[0..-6].underscore}") do prev = ActiveSupport.use_standard_json_time_format standard_class_tests = /Standard/.match?(class_tests) ActiveSupport.escape_html_entities_in_json = !standard_class_tests ActiveSupport.use_standard_json_time_format = standard_class_tests JSONTest::EncodingTestCases.const_get(class_tests).each do |pair| assert_equal pair.last, sorted_json(ActiveSupport::JSON.encode(pair.first)) end ensure ActiveSupport.escape_html_entities_in_json = false ActiveSupport.use_standard_json_time_format = prev end end def test_process_status rubinius_skip "https://github.com/rubinius/rubinius/issues/3334" # There doesn't seem to be a good way to get a handle on a Process::Status object without actually # creating a child process, hence this to populate $? system("not_a_real_program_#{SecureRandom.hex}") assert_equal %({"exitstatus":#{$?.exitstatus},"pid":#{$?.pid}}), ActiveSupport::JSON.encode($?) end def test_hash_encoding assert_equal %({\"a\":\"b\"}), ActiveSupport::JSON.encode(a: :b) assert_equal %({\"a\":1}), ActiveSupport::JSON.encode("a" => 1) assert_equal %({\"a\":[1,2]}), ActiveSupport::JSON.encode("a" => [1, 2]) assert_equal %({"1":2}), ActiveSupport::JSON.encode(1 => 2) assert_equal %({\"a\":\"b\",\"c\":\"d\"}), sorted_json(ActiveSupport::JSON.encode(a: :b, c: :d)) end def test_hash_keys_encoding ActiveSupport.escape_html_entities_in_json = true assert_equal "{\"\\u003c\\u003e\":\"\\u003c\\u003e\"}", ActiveSupport::JSON.encode("<>" => "<>") ensure ActiveSupport.escape_html_entities_in_json = false end def test_hash_keys_encoding_without_escaping assert_equal "{\"<>\":\"<>\"}", ActiveSupport::JSON.encode("<>" => "<>") end module UnicodeTests def test_utf8_string_encoded_properly result = ActiveSupport::JSON.encode("€2.99") assert_equal '"€2.99"', result assert_equal(Encoding::UTF_8, result.encoding) result = ActiveSupport::JSON.encode("✎☺") assert_equal '"✎☺"', result assert_equal(Encoding::UTF_8, result.encoding) end def test_non_utf8_string_transcodes s = "二".encode("Shift_JIS") result = ActiveSupport::JSON.encode(s) assert_equal '"二"', result assert_equal Encoding::UTF_8, result.encoding end def test_wide_utf8_chars w = "𠜎" result = ActiveSupport::JSON.encode(w) assert_equal '"𠜎"', result end def test_wide_utf8_roundtrip hash = { string: "𐒑" } json = ActiveSupport::JSON.encode(hash) decoded_hash = ActiveSupport::JSON.decode(json) assert_equal "𐒑", decoded_hash["string"] end def test_invalid_encoding_raises s = "\xAE\xFF\x9F" refute s.valid_encoding? # n.b. this raises EncodingError, because we didn't call Oj.mimic_JSON in the test setup; but, # if you do that (even indirectly through Oj.optimize_rails), then this raises a # JSON::GeneratorError instead of an EncodingError. assert_raises(EncodingError) do ActiveSupport::JSON.encode([s]) end end end module UnicodeTestsWithEscapingOn def setup ActiveSupport.escape_html_entities_in_json = true end def teardown ActiveSupport.escape_html_entities_in_json = false end include UnicodeTests end module UnicodeTestsWithEscapingOff def setup ActiveSupport.escape_html_entities_in_json = false end include UnicodeTests end include UnicodeTestsWithEscapingOn include UnicodeTestsWithEscapingOff def test_hash_key_identifiers_are_always_quoted values = { 0 => 0, 1 => 1, :_ => :_, "$" => "$", "a" => "a", :A => :A, :A0 => :A0, "A0B" => "A0B" } assert_equal %w( "$" "A" "A0" "A0B" "_" "a" "0" "1" ).sort, object_keys(ActiveSupport::JSON.encode(values)) end def test_hash_should_allow_key_filtering_with_only assert_equal %({"a":1}), ActiveSupport::JSON.encode({ "a" => 1, :b => 2, :c => 3 }, { only: "a" }) end def test_hash_should_allow_key_filtering_with_except assert_equal %({"b":2}), ActiveSupport::JSON.encode({ "foo" => "bar", :b => 2, :c => 3 }, { except: ["foo", :c] }) end def test_time_to_json_includes_local_offset with_standard_json_time_format(true) do with_env_tz "US/Eastern" do assert_equal %("2005-02-01T15:15:10.000-05:00"), ActiveSupport::JSON.encode(Time.local(2005, 2, 1, 15, 15, 10)) end end end def test_hash_with_time_to_json with_standard_json_time_format(false) do assert_equal '{"time":"2009/01/01 00:00:00 +0000"}', { time: Time.utc(2009) }.to_json end end def test_nested_hash_with_float assert_nothing_raised do hash = { "CHI" => { display_name: "chicago", latitude: 123.234 } } ActiveSupport::JSON.encode(hash) end end def test_hash_like_with_options h = JSONTest::Hashlike.new json = h.to_json only: [:foo] assert_equal({ "foo" => "hello" }, JSON.parse(json)) end def test_object_to_json_with_options obj = Object.new obj.instance_variable_set :@foo, "hello" obj.instance_variable_set :@bar, "world" json = obj.to_json only: ["foo"] assert_equal({ "foo" => "hello" }, JSON.parse(json)) end def test_struct_to_json_with_options struct = Struct.new(:foo, :bar).new struct.foo = "hello" struct.bar = "world" json = struct.to_json only: [:foo] assert_equal({ "foo" => "hello" }, JSON.parse(json)) end def test_struct_to_json_with_options_nested klass = Struct.new(:foo, :bar) struct = klass.new "hello", "world" parent_struct = klass.new struct, "world" json = parent_struct.to_json only: [:foo] assert_equal({ "foo" => { "foo" => "hello" } }, JSON.parse(json)) end def test_hash_should_pass_encoding_options_to_children_in_as_json person = { name: "John", address: { city: "London", country: "UK" } } json = person.as_json only: [:address, :city] assert_equal({ "address" => { "city" => "London" } }, json) end def test_hash_should_pass_encoding_options_to_children_in_to_json person = { name: "John", address: { city: "London", country: "UK" } } json = person.to_json only: [:address, :city] assert_equal(%({"address":{"city":"London"}}), json) end def test_array_should_pass_encoding_options_to_children_in_as_json people = [ { name: "John", address: { city: "London", country: "UK" } }, { name: "Jean", address: { city: "Paris", country: "France" } } ] json = people.as_json only: [:address, :city] expected = [ { "address" => { "city" => "London" } }, { "address" => { "city" => "Paris" } } ] assert_equal(expected, json) end def test_array_should_pass_encoding_options_to_children_in_to_json people = [ { name: "John", address: { city: "London", country: "UK" } }, { name: "Jean", address: { city: "Paris", country: "France" } } ] json = people.to_json only: [:address, :city] assert_equal(%([{"address":{"city":"London"}},{"address":{"city":"Paris"}}]), json) end People = Class.new(BasicObject) do include Enumerable def initialize @people = [ { name: "John", address: { city: "London", country: "UK" } }, { name: "Jean", address: { city: "Paris", country: "France" } } ] end def each(*, &blk) @people.each do |p| yield p if blk p end.each end end def test_enumerable_should_generate_json_with_as_json json = People.new.as_json only: [:address, :city] expected = [ { "address" => { "city" => "London" } }, { "address" => { "city" => "Paris" } } ] assert_equal(expected, json) end def test_enumerable_should_generate_json_with_to_json json = People.new.to_json only: [:address, :city] assert_equal(%([{"address":{"city":"London"}},{"address":{"city":"Paris"}}]), json) end def test_enumerable_should_pass_encoding_options_to_children_in_as_json json = People.new.each.as_json only: [:address, :city] expected = [ { "address" => { "city" => "London" } }, { "address" => { "city" => "Paris" } } ] assert_equal(expected, json) end def test_enumerable_should_pass_encoding_options_to_children_in_to_json json = People.new.each.to_json only: [:address, :city] assert_equal(%([{"address":{"city":"London"}},{"address":{"city":"Paris"}}]), json) end class CustomWithOptions attr_accessor :foo, :bar def as_json(options = {}) options[:only] = %w(foo bar) super(options) end end def test_hash_to_json_should_not_keep_options_around f = CustomWithOptions.new f.foo = "hello" f.bar = "world" hash = { "foo" => f, "other_hash" => { "foo" => "other_foo", "test" => "other_test" } } assert_equal({ "foo" => { "foo" => "hello", "bar" => "world" }, "other_hash" => { "foo" => "other_foo", "test" => "other_test" } }, ActiveSupport::JSON.decode(hash.to_json)) end def test_array_to_json_should_not_keep_options_around f = CustomWithOptions.new f.foo = "hello" f.bar = "world" array = [f, { "foo" => "other_foo", "test" => "other_test" }] assert_equal([{ "foo" => "hello", "bar" => "world" }, { "foo" => "other_foo", "test" => "other_test" }], ActiveSupport::JSON.decode(array.to_json)) end class OptionsTest def as_json(options = :default) options end end def test_hash_as_json_without_options json = { foo: OptionsTest.new }.as_json assert_equal({ "foo" => :default }, json) end def test_array_as_json_without_options json = [ OptionsTest.new ].as_json assert_equal([:default], json) end def test_struct_encoding Struct.new("UserNameAndEmail", :name, :email) Struct.new("UserNameAndDate", :name, :date) Struct.new("Custom", :name, :sub) user_email = Struct::UserNameAndEmail.new "David", "sample@example.com" user_birthday = Struct::UserNameAndDate.new "David", Date.new(2010, 01, 01) custom = Struct::Custom.new "David", user_birthday json_strings = "" json_string_and_date = "" json_custom = "" assert_nothing_raised do json_strings = user_email.to_json json_string_and_date = user_birthday.to_json json_custom = custom.to_json end assert_equal({ "name" => "David", "sub" => { "name" => "David", "date" => "2010-01-01" } }, ActiveSupport::JSON.decode(json_custom)) assert_equal({ "name" => "David", "email" => "sample@example.com" }, ActiveSupport::JSON.decode(json_strings)) assert_equal({ "name" => "David", "date" => "2010-01-01" }, ActiveSupport::JSON.decode(json_string_and_date)) end def test_nil_true_and_false_represented_as_themselves assert_nil nil.as_json assert_equal true, true.as_json assert_equal false, false.as_json end class HashWithAsJson < Hash attr_accessor :as_json_called def initialize(*) super end def as_json(options = {}) @as_json_called = true super end end def test_json_gem_dump_by_passing_active_support_encoder h = HashWithAsJson.new h[:foo] = "hello" h[:bar] = "world" assert_equal %({"foo":"hello","bar":"world"}), JSON.dump(h) assert_nil h.as_json_called end def test_json_gem_generate_by_passing_active_support_encoder h = HashWithAsJson.new h[:foo] = "hello" h[:bar] = "world" assert_equal %({"foo":"hello","bar":"world"}), JSON.generate(h) assert_nil h.as_json_called end def test_json_gem_pretty_generate_by_passing_active_support_encoder h = HashWithAsJson.new h[:foo] = "hello" h[:bar] = "world" assert_equal < Float::INFINITY } end end def test_to_json_works_when_as_json_returns_infinite_number assert_equal '{"number":null}', InfiniteNumber.new.to_json end class NaNNumber def as_json(options = nil) { "number" => Float::NAN } end end def test_to_json_works_when_as_json_returns_NaN_number assert_equal '{"number":null}', NaNNumber.new.to_json end def test_to_json_works_on_io_objects assert_equal STDOUT.to_s.to_json, STDOUT.to_json end private def object_keys(json_object) json_object[1..-2].scan(/([^{}:,\s]+):/).flatten.sort end def with_standard_json_time_format(boolean = true) old, ActiveSupport.use_standard_json_time_format = ActiveSupport.use_standard_json_time_format, boolean yield ensure ActiveSupport.use_standard_json_time_format = old end def with_time_precision(value) old_value = ActiveSupport::JSON::Encoding.time_precision ActiveSupport::JSON::Encoding.time_precision = value yield ensure ActiveSupport::JSON::Encoding.time_precision = old_value end end oj-3.16.12/test/activesupport7/encoding_test_cases.rb000066400000000000000000000106631510053151600226050ustar00rootroot00000000000000# frozen_string_literal: true require "bigdecimal" require "date" require "time" require "pathname" require "uri" module JSONTest class Foo def initialize(a, b) @a, @b = a, b end end class Hashlike def to_hash { foo: "hello", bar: "world" } end end class Custom def initialize(serialized) @serialized = serialized end def as_json(options = nil) @serialized end end MyStruct = Struct.new(:name, :value) do def initialize(*) @unused = "unused instance variable" super end end module EncodingTestCases TrueTests = [[ true, %(true) ]] FalseTests = [[ false, %(false) ]] NilTests = [[ nil, %(null) ]] NumericTests = [[ 1, %(1) ], [ 2.5, %(2.5) ], [ 0.0 / 0.0, %(null) ], [ 1.0 / 0.0, %(null) ], [ -1.0 / 0.0, %(null) ], [ BigDecimal("0.0") / BigDecimal("0.0"), %(null) ], [ BigDecimal("2.5"), %("#{BigDecimal('2.5')}") ]] StringTests = [[ "this is the ", %("this is the \\u003cstring\\u003e")], [ 'a "string" with quotes & an ampersand', %("a \\"string\\" with quotes \\u0026 an ampersand") ], [ "http://test.host/posts/1", %("http://test.host/posts/1")], [ "Control characters: \x00\x01\x02\x03\x04\x05\x06\x07\x08\x09\x0a\x0b\x0c\x0d\x0e\x0f\x10\x11\x12\x13\x14\x15\x16\x17\x18\x19\x1a\x1b\x1c\x1d\x1e\x1f\u2028\u2029", %("Control characters: \\u0000\\u0001\\u0002\\u0003\\u0004\\u0005\\u0006\\u0007\\b\\t\\n\\u000b\\f\\r\\u000e\\u000f\\u0010\\u0011\\u0012\\u0013\\u0014\\u0015\\u0016\\u0017\\u0018\\u0019\\u001a\\u001b\\u001c\\u001d\\u001e\\u001f\\u2028\\u2029") ]] ArrayTests = [[ ["a", "b", "c"], %([\"a\",\"b\",\"c\"]) ], [ [1, "a", :b, nil, false], %([1,\"a\",\"b\",null,false]) ]] HashTests = [[ { foo: "bar" }, %({\"foo\":\"bar\"}) ], [ { 1 => 1, 2 => "a", 3 => :b, 4 => nil, 5 => false }, %({\"1\":1,\"2\":\"a\",\"3\":\"b\",\"4\":null,\"5\":false}) ]] RangeTests = [[ 1..2, %("1..2")], [ 1...2, %("1...2")], [ 1.5..2.5, %("1.5..2.5")]] SymbolTests = [[ :a, %("a") ], [ :this, %("this") ], [ :"a b", %("a b") ]] ModuleTests = [[ Module, %("Module") ], [ Class, %("Class") ], [ ActiveSupport, %("ActiveSupport") ], [ ActiveSupport::MessageEncryptor, %("ActiveSupport::MessageEncryptor") ]] ObjectTests = [[ Foo.new(1, 2), %({\"a\":1,\"b\":2}) ]] HashlikeTests = [[ Hashlike.new, %({\"bar\":\"world\",\"foo\":\"hello\"}) ]] StructTests = [[ MyStruct.new(:foo, "bar"), %({\"name\":\"foo\",\"value\":\"bar\"}) ], [ MyStruct.new(nil, nil), %({\"name\":null,\"value\":null}) ]] CustomTests = [[ Custom.new("custom"), '"custom"' ], [ Custom.new(nil), "null" ], [ Custom.new(:a), '"a"' ], [ Custom.new([ :foo, "bar" ]), '["foo","bar"]' ], [ Custom.new(foo: "hello", bar: "world"), '{"bar":"world","foo":"hello"}' ], [ Custom.new(Hashlike.new), '{"bar":"world","foo":"hello"}' ], [ Custom.new(Custom.new(Custom.new(:a))), '"a"' ]] RegexpTests = [[ /^a/, '"(?-mix:^a)"' ], [/^\w{1,2}[a-z]+/ix, '"(?ix-m:^\\\\w{1,2}[a-z]+)"']] URITests = [[ URI.parse("http://example.com"), %("http://example.com") ]] PathnameTests = [[ Pathname.new("lib/index.rb"), %("lib/index.rb") ]] IPAddrTests = [[ IPAddr.new("127.0.0.1"), %("127.0.0.1") ]] DateTests = [[ Date.new(2005, 2, 1), %("2005/02/01") ]] TimeTests = [[ Time.utc(2005, 2, 1, 15, 15, 10), %("2005/02/01 15:15:10 +0000") ]] DateTimeTests = [[ DateTime.civil(2005, 2, 1, 15, 15, 10), %("2005/02/01 15:15:10 +0000") ]] StandardDateTests = [[ Date.new(2005, 2, 1), %("2005-02-01") ]] StandardTimeTests = [[ Time.utc(2005, 2, 1, 15, 15, 10), %("2005-02-01T15:15:10.000Z") ]] StandardDateTimeTests = [[ DateTime.civil(2005, 2, 1, 15, 15, 10), %("2005-02-01T15:15:10.000+00:00") ]] StandardStringTests = [[ "this is the ", %("this is the ")]] end end oj-3.16.12/test/activesupport7/time_zone_test_helpers.rb000066400000000000000000000023631510053151600233520ustar00rootroot00000000000000# frozen_string_literal: true module TimeZoneTestHelpers def with_tz_default(tz = nil) old_tz = Time.zone Time.zone = tz yield ensure Time.zone = old_tz end def with_env_tz(new_tz = "US/Eastern") old_tz, ENV["TZ"] = ENV["TZ"], new_tz yield ensure old_tz ? ENV["TZ"] = old_tz : ENV.delete("TZ") end def with_preserve_timezone(value) old_preserve_tz = ActiveSupport.to_time_preserves_timezone ActiveSupport.to_time_preserves_timezone = value yield ensure ActiveSupport.to_time_preserves_timezone = old_preserve_tz end def with_tz_mappings(mappings) old_mappings = ActiveSupport::TimeZone::MAPPING.dup ActiveSupport::TimeZone.clear ActiveSupport::TimeZone::MAPPING.clear ActiveSupport::TimeZone::MAPPING.merge!(mappings) yield ensure ActiveSupport::TimeZone.clear ActiveSupport::TimeZone::MAPPING.clear ActiveSupport::TimeZone::MAPPING.merge!(old_mappings) end def with_utc_to_local_returns_utc_offset_times(value) old_tzinfo2_format = ActiveSupport.utc_to_local_returns_utc_offset_times ActiveSupport.utc_to_local_returns_utc_offset_times = value yield ensure ActiveSupport.utc_to_local_returns_utc_offset_times = old_tzinfo2_format end end oj-3.16.12/test/data/000077500000000000000000000000001510053151600141615ustar00rootroot00000000000000oj-3.16.12/test/data/activitypub.compat.json000066400000000000000000001465631510053151600207200ustar00rootroot00000000000000{"@context":["https://www.w3.org/ns/activitystreams",{"ostatus":"http://ostatus.org#","atomUri":"ostatus:atomUri","inReplyToAtomUri":"ostatus:inReplyToAtomUri","conversation":"ostatus:conversation","sensitive":"as:sensitive","toot":"http://joinmastodon.org/ns#","votersCount":"toot:votersCount","blurhash":"toot:blurhash","focalPoint":{"@container":"@list","@id":"toot:focalPoint"},"Hashtag":"as:Hashtag"}],"id":"https://ruby.social/users/byroot/outbox?page=true","type":"OrderedCollectionPage","next":"https://ruby.social/users/byroot/outbox?max_id=112610149145350336&page=true","prev":"https://ruby.social/users/byroot/outbox?min_id=113395951825326098&page=true","partOf":"https://ruby.social/users/byroot/outbox","orderedItems":[{"id":"https://ruby.social/users/byroot/statuses/113395951825326098/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-10-30T10:41:49Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers"],"object":{"id":"https://ruby.social/users/byroot/statuses/113395951825326098","type":"Note","summary":null,"inReplyTo":null,"published":"2024-10-30T10:41:49Z","url":"https://ruby.social/@byroot/113395951825326098","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/113395951825326098","inReplyToAtomUri":null,"conversation":"tag:ruby.social,2024-10-30:objectId=57644998:objectType=Conversation","content":"

Here's the post I teased last week.

TL;DR; Average latency: -5%, p99 latency -10%

https://railsatscale.com/2024-10-23-next-generation-oob-gc/

","contentMap":{"en":"

Here's the post I teased last week.

TL;DR; Average latency: -5%, p99 latency -10%

https://railsatscale.com/2024-10-23-next-generation-oob-gc/

"},"attachment":[],"tag":[],"replies":{"id":"https://ruby.social/users/byroot/statuses/113395951825326098/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/113395951825326098/replies?only_other_accounts=true&page=true","partOf":"https://ruby.social/users/byroot/statuses/113395951825326098/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/113395951825326098/likes","type":"Collection","totalItems":7},"shares":{"id":"https://ruby.social/users/byroot/statuses/113395951825326098/shares","type":"Collection","totalItems":5}}},{"id":"https://ruby.social/users/byroot/statuses/113364382912445498/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-10-24T20:53:26Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://oisaur.com/users/renchap"],"object":{"id":"https://ruby.social/users/byroot/statuses/113364382912445498","type":"Note","summary":null,"inReplyTo":"https://oisaur.com/users/renchap/statuses/113364257424669603","published":"2024-10-24T20:53:26Z","url":"https://ruby.social/@byroot/113364382912445498","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://oisaur.com/users/renchap"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/113364382912445498","inReplyToAtomUri":"https://oisaur.com/users/renchap/statuses/113364257424669603","conversation":"tag:ruby.social,2024-10-24:objectId=57167969:objectType=Conversation","content":"

@renchap for JSON generation yes.

If you can turn that into an easy to run benchmark of some sort and somehow Oj is faster, I'm happy to take a look.

And even if it's not faster, I'd also be happy to see if I can squeeze some more perf out of `json`.

","contentMap":{"en":"

@renchap for JSON generation yes.

If you can turn that into an easy to run benchmark of some sort and somehow Oj is faster, I'm happy to take a look.

And even if it's not faster, I'd also be happy to see if I can squeeze some more perf out of `json`.

"},"attachment":[],"tag":[{"type":"Mention","href":"https://oisaur.com/users/renchap","name":"@renchap@oisaur.com"}],"replies":{"id":"https://ruby.social/users/byroot/statuses/113364382912445498/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/113364382912445498/replies?only_other_accounts=true&page=true","partOf":"https://ruby.social/users/byroot/statuses/113364382912445498/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/113364382912445498/likes","type":"Collection","totalItems":2},"shares":{"id":"https://ruby.social/users/byroot/statuses/113364382912445498/shares","type":"Collection","totalItems":0}}},{"id":"https://ruby.social/users/byroot/statuses/113361790648929484/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-10-24T09:54:11Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers"],"object":{"id":"https://ruby.social/users/byroot/statuses/113361790648929484","type":"Note","summary":null,"inReplyTo":null,"published":"2024-10-24T09:54:11Z","url":"https://ruby.social/@byroot/113361790648929484","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/113361790648929484","inReplyToAtomUri":null,"conversation":"tag:ruby.social,2024-10-24:objectId=57167969:objectType=Conversation","content":"

I've just released json 2.7.3 with some bug fixes and lots of performance improvements: https://github.com/ruby/json/releases/tag/v2.7.3

This is my first release after being made maintainer two weeks ago.

If you got some realistic benchmarks in which JSON.dump is significantly slower than an alternative gem, please let me know.

As long as it's not the result of the alternative doing something incorrect, I'll consider it as a bug.

","contentMap":{"en":"

I've just released json 2.7.3 with some bug fixes and lots of performance improvements: https://github.com/ruby/json/releases/tag/v2.7.3

This is my first release after being made maintainer two weeks ago.

If you got some realistic benchmarks in which JSON.dump is significantly slower than an alternative gem, please let me know.

As long as it's not the result of the alternative doing something incorrect, I'll consider it as a bug.

"},"attachment":[{"type":"Document","mediaType":"image/png","url":"https://cdn.masto.host/rubysocial/media_attachments/files/113/361/788/681/127/110/original/5f0931fc4b8fe796.png","name":null,"blurhash":"UASF-ENLo#xY_4RkM_xu9Yoea#V@_MITWB%g","width":1870,"height":960}],"tag":[],"replies":{"id":"https://ruby.social/users/byroot/statuses/113361790648929484/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/113361790648929484/replies?only_other_accounts=true&page=true","partOf":"https://ruby.social/users/byroot/statuses/113361790648929484/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/113361790648929484/likes","type":"Collection","totalItems":36},"shares":{"id":"https://ruby.social/users/byroot/statuses/113361790648929484/shares","type":"Collection","totalItems":16}}},{"id":"https://ruby.social/users/byroot/statuses/113356365626792579/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-10-23T10:54:31Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers"],"object":{"id":"https://ruby.social/users/byroot/statuses/113356365626792579","type":"Note","summary":null,"inReplyTo":null,"published":"2024-10-23T10:54:31Z","url":"https://ruby.social/@byroot/113356365626792579","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/113356365626792579","inReplyToAtomUri":null,"conversation":"tag:ruby.social,2024-10-23:objectId=57090061:objectType=Conversation","content":"

I'm working on a blog post about our new out of band GC. Sneak peak:

","contentMap":{"en":"

I'm working on a blog post about our new out of band GC. Sneak peak:

"},"attachment":[{"type":"Document","mediaType":"image/png","url":"https://cdn.masto.host/rubysocial/media_attachments/files/113/356/364/818/271/017/original/9df7ff5c6469cfbd.png","name":null,"blurhash":"UJRfqJ-=xct5yXjEayWV-rIoRjoL~Wt7oLkC","width":4096,"height":988}],"tag":[],"replies":{"id":"https://ruby.social/users/byroot/statuses/113356365626792579/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/113356365626792579/replies?only_other_accounts=true&page=true","partOf":"https://ruby.social/users/byroot/statuses/113356365626792579/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/113356365626792579/likes","type":"Collection","totalItems":8},"shares":{"id":"https://ruby.social/users/byroot/statuses/113356365626792579/shares","type":"Collection","totalItems":3}}},{"id":"https://ruby.social/users/byroot/statuses/113350171031468562/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-10-22T08:39:09Z","to":["https://ruby.social/users/byroot/followers"],"cc":["https://www.w3.org/ns/activitystreams#Public","https://hachyderm.io/users/baweaver"],"object":{"id":"https://ruby.social/users/byroot/statuses/113350171031468562","type":"Note","summary":null,"inReplyTo":"https://hachyderm.io/users/baweaver/statuses/113350162298585353","published":"2024-10-22T08:39:09Z","url":"https://ruby.social/@byroot/113350171031468562","attributedTo":"https://ruby.social/users/byroot","to":["https://ruby.social/users/byroot/followers"],"cc":["https://www.w3.org/ns/activitystreams#Public","https://hachyderm.io/users/baweaver"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/113350171031468562","inReplyToAtomUri":"https://hachyderm.io/users/baweaver/statuses/113350162298585353","conversation":"tag:hachyderm.io,2024-10-22:objectId=202069168:objectType=Conversation","content":"

@baweaver how would that have been different without CD?

Whatever bug that caused the outage would have been deployed just the same, just as part of a bigger batch.

You take make 0 sense to me.

","contentMap":{"en":"

@baweaver how would that have been different without CD?

Whatever bug that caused the outage would have been deployed just the same, just as part of a bigger batch.

You take make 0 sense to me.

"},"attachment":[],"tag":[{"type":"Mention","href":"https://hachyderm.io/users/baweaver","name":"@baweaver@hachyderm.io"}],"replies":{"id":"https://ruby.social/users/byroot/statuses/113350171031468562/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/113350171031468562/replies?only_other_accounts=true&page=true","partOf":"https://ruby.social/users/byroot/statuses/113350171031468562/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/113350171031468562/likes","type":"Collection","totalItems":0},"shares":{"id":"https://ruby.social/users/byroot/statuses/113350171031468562/shares","type":"Collection","totalItems":0}}},{"id":"https://ruby.social/users/byroot/statuses/113350159628598017/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-10-22T08:36:15Z","to":["https://ruby.social/users/byroot/followers"],"cc":["https://www.w3.org/ns/activitystreams#Public","https://hachyderm.io/users/baweaver"],"object":{"id":"https://ruby.social/users/byroot/statuses/113350159628598017","type":"Note","summary":null,"inReplyTo":"https://hachyderm.io/users/baweaver/statuses/113350151359487275","published":"2024-10-22T08:36:15Z","url":"https://ruby.social/@byroot/113350159628598017","attributedTo":"https://ruby.social/users/byroot","to":["https://ruby.social/users/byroot/followers"],"cc":["https://www.w3.org/ns/activitystreams#Public","https://hachyderm.io/users/baweaver"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/113350159628598017","inReplyToAtomUri":"https://hachyderm.io/users/baweaver/statuses/113350151359487275","conversation":"tag:hachyderm.io,2024-10-22:objectId=202069168:objectType=Conversation","content":"

@baweaver that doesn't answer my point.

Why do you think (all things being equal) releasing less often is better?

","contentMap":{"en":"

@baweaver that doesn't answer my point.

Why do you think (all things being equal) releasing less often is better?

"},"attachment":[],"tag":[{"type":"Mention","href":"https://hachyderm.io/users/baweaver","name":"@baweaver@hachyderm.io"}],"replies":{"id":"https://ruby.social/users/byroot/statuses/113350159628598017/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/113350159628598017/replies?only_other_accounts=true&page=true","partOf":"https://ruby.social/users/byroot/statuses/113350159628598017/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/113350159628598017/likes","type":"Collection","totalItems":0},"shares":{"id":"https://ruby.social/users/byroot/statuses/113350159628598017/shares","type":"Collection","totalItems":0}}},{"id":"https://ruby.social/users/byroot/statuses/113350126777528742/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-10-22T08:27:54Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://hachyderm.io/users/baweaver"],"object":{"id":"https://ruby.social/users/byroot/statuses/113350126777528742","type":"Note","summary":null,"inReplyTo":"https://ruby.social/users/byroot/statuses/113350126084035477","published":"2024-10-22T08:27:54Z","url":"https://ruby.social/@byroot/113350126777528742","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://hachyderm.io/users/baweaver"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/113350126777528742","inReplyToAtomUri":"https://ruby.social/users/byroot/statuses/113350126084035477","conversation":"tag:hachyderm.io,2024-10-22:objectId=202069168:objectType=Conversation","content":"

@baweaver

I get the monitoring etc argument, but CD doesn't necessarily means merge and go get a coffee, while things deploy automatically.

If you don't trust your monitoring and don't have automatic rollbacks when an anomaly is detected, you can perfectly enforce that whoever has a change deploying must be around and check everything is going well.

","contentMap":{"en":"

@baweaver

I get the monitoring etc argument, but CD doesn't necessarily means merge and go get a coffee, while things deploy automatically.

If you don't trust your monitoring and don't have automatic rollbacks when an anomaly is detected, you can perfectly enforce that whoever has a change deploying must be around and check everything is going well.

"},"attachment":[],"tag":[{"type":"Mention","href":"https://hachyderm.io/users/baweaver","name":"@baweaver@hachyderm.io"}],"replies":{"id":"https://ruby.social/users/byroot/statuses/113350126777528742/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/113350126777528742/replies?only_other_accounts=true&page=true","partOf":"https://ruby.social/users/byroot/statuses/113350126777528742/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/113350126777528742/likes","type":"Collection","totalItems":1},"shares":{"id":"https://ruby.social/users/byroot/statuses/113350126777528742/shares","type":"Collection","totalItems":0}}},{"id":"https://ruby.social/users/byroot/statuses/113350126084035477/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-10-22T08:27:44Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://hachyderm.io/users/baweaver"],"object":{"id":"https://ruby.social/users/byroot/statuses/113350126084035477","type":"Note","summary":null,"inReplyTo":"https://hachyderm.io/users/baweaver/statuses/113348847094225477","published":"2024-10-22T08:27:44Z","url":"https://ruby.social/@byroot/113350126084035477","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://hachyderm.io/users/baweaver"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/113350126084035477","inReplyToAtomUri":"https://hachyderm.io/users/baweaver/statuses/113348847094225477","conversation":"tag:hachyderm.io,2024-10-22:objectId=202069168:objectType=Conversation","content":"

@baweaver

Can't disagree more. All things equal, CD reduce the turn around time to deal with a bad release.

Assuming your devs ship 100 PR per week, and 1% of these have a bug, if you ship say, once a day when you hit that bug you need to figure out which of the 20 PRs in the batch is responsible.

If you ship 20 times a day, so each PR independently, it becomes extremely obvious which PR need to be rolled back and reverted.

","contentMap":{"en":"

@baweaver

Can't disagree more. All things equal, CD reduce the turn around time to deal with a bad release.

Assuming your devs ship 100 PR per week, and 1% of these have a bug, if you ship say, once a day when you hit that bug you need to figure out which of the 20 PRs in the batch is responsible.

If you ship 20 times a day, so each PR independently, it becomes extremely obvious which PR need to be rolled back and reverted.

"},"updated":"2024-10-22T08:28:50Z","attachment":[],"tag":[{"type":"Mention","href":"https://hachyderm.io/users/baweaver","name":"@baweaver@hachyderm.io"}],"replies":{"id":"https://ruby.social/users/byroot/statuses/113350126084035477/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/113350126084035477/replies?min_id=113350126777528742&page=true","partOf":"https://ruby.social/users/byroot/statuses/113350126084035477/replies","items":["https://ruby.social/users/byroot/statuses/113350126777528742"]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/113350126084035477/likes","type":"Collection","totalItems":2},"shares":{"id":"https://ruby.social/users/byroot/statuses/113350126084035477/shares","type":"Collection","totalItems":0}}},{"id":"https://ruby.social/users/byroot/statuses/113287895679614930/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-10-11T08:41:43Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://ruby.social/users/postmodern"],"object":{"id":"https://ruby.social/users/byroot/statuses/113287895679614930","type":"Note","summary":null,"inReplyTo":null,"published":"2024-10-11T08:41:43Z","url":"https://ruby.social/@byroot/113287895679614930","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://ruby.social/users/postmodern"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/113287895679614930","inReplyToAtomUri":null,"conversation":"tag:ruby.social,2024-10-11:objectId=56178826:objectType=Conversation","content":"

@postmodern it's a big company, so the experience can vary a ton depending on where in the the org you are.

Feel free to DM details and questions if you want a more targeted answer.

","contentMap":{"en":"

@postmodern it's a big company, so the experience can vary a ton depending on where in the the org you are.

Feel free to DM details and questions if you want a more targeted answer.

"},"attachment":[],"tag":[{"type":"Mention","href":"https://ruby.social/users/postmodern","name":"@postmodern"}],"replies":{"id":"https://ruby.social/users/byroot/statuses/113287895679614930/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/113287895679614930/replies?only_other_accounts=true&page=true","partOf":"https://ruby.social/users/byroot/statuses/113287895679614930/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/113287895679614930/likes","type":"Collection","totalItems":1},"shares":{"id":"https://ruby.social/users/byroot/statuses/113287895679614930/shares","type":"Collection","totalItems":0}}},{"id":"https://ruby.social/users/byroot/statuses/113057980213460794/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-08-31T18:11:11Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://ruby.social/users/flavorjones"],"object":{"id":"https://ruby.social/users/byroot/statuses/113057980213460794","type":"Note","summary":null,"inReplyTo":null,"published":"2024-08-31T18:11:11Z","url":"https://ruby.social/@byroot/113057980213460794","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://ruby.social/users/flavorjones"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/113057980213460794","inReplyToAtomUri":null,"conversation":"tag:ruby.social,2024-08-31:objectId=53204977:objectType=Conversation","content":"

@flavorjones Exceptionally, I was listening.

","contentMap":{"en":"

@flavorjones Exceptionally, I was listening.

"},"attachment":[],"tag":[{"type":"Mention","href":"https://ruby.social/users/flavorjones","name":"@flavorjones"}],"replies":{"id":"https://ruby.social/users/byroot/statuses/113057980213460794/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/113057980213460794/replies?only_other_accounts=true&page=true","partOf":"https://ruby.social/users/byroot/statuses/113057980213460794/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/113057980213460794/likes","type":"Collection","totalItems":2},"shares":{"id":"https://ruby.social/users/byroot/statuses/113057980213460794/shares","type":"Collection","totalItems":0}}},{"id":"https://ruby.social/users/byroot/statuses/113032547130202524/activity","type":"Announce","actor":"https://ruby.social/users/byroot","published":"2024-08-27T06:23:13Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/pushcx","https://ruby.social/users/byroot/followers"],"object":"https://ruby.social/users/pushcx/statuses/113030799240706907"},{"id":"https://ruby.social/users/byroot/statuses/112929088810252037/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-08-08T23:52:25Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://sfba.social/users/soaproot","https://ruby.social/users/flavorjones"],"object":{"id":"https://ruby.social/users/byroot/statuses/112929088810252037","type":"Note","summary":null,"inReplyTo":"https://sfba.social/users/soaproot/statuses/112928555487199451","published":"2024-08-08T23:52:25Z","url":"https://ruby.social/@byroot/112929088810252037","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://sfba.social/users/soaproot","https://ruby.social/users/flavorjones"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/112929088810252037","inReplyToAtomUri":"https://sfba.social/users/soaproot/statuses/112928555487199451","conversation":"tag:ruby.social,2024-08-08:objectId=51576086:objectType=Conversation","content":"

@soaproot @flavorjones this is open source. Your dependencies are your code too.

Which means open a PR to fix it there if there isn't one yet, or at the very least ensure there is an open issue.

Then there are mechanisms to silence specific warnings, such as https://rubygems.org/gems/warning

","contentMap":{"en":"

@soaproot @flavorjones this is open source. Your dependencies are your code too.

Which means open a PR to fix it there if there isn't one yet, or at the very least ensure there is an open issue.

Then there are mechanisms to silence specific warnings, such as https://rubygems.org/gems/warning

"},"attachment":[],"tag":[{"type":"Mention","href":"https://sfba.social/users/soaproot","name":"@soaproot@sfba.social"},{"type":"Mention","href":"https://ruby.social/users/flavorjones","name":"@flavorjones"}],"replies":{"id":"https://ruby.social/users/byroot/statuses/112929088810252037/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/112929088810252037/replies?only_other_accounts=true&page=true","partOf":"https://ruby.social/users/byroot/statuses/112929088810252037/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/112929088810252037/likes","type":"Collection","totalItems":4},"shares":{"id":"https://ruby.social/users/byroot/statuses/112929088810252037/shares","type":"Collection","totalItems":1}}},{"id":"https://ruby.social/users/byroot/statuses/112733460786406967/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-07-05T10:41:38Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://ruby.social/users/floehopper"],"object":{"id":"https://ruby.social/users/byroot/statuses/112733460786406967","type":"Note","summary":null,"inReplyTo":"https://ruby.social/users/floehopper/statuses/112732960288445318","published":"2024-07-05T10:41:38Z","url":"https://ruby.social/@byroot/112733460786406967","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://ruby.social/users/floehopper"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/112733460786406967","inReplyToAtomUri":"https://ruby.social/users/floehopper/statuses/112732960288445318","conversation":"tag:ruby.social,2024-07-05:objectId=49065856:objectType=Conversation","content":"

@floehopper while the French system isn't strictly FPTP, in practice it is similar enough that historically it almost always gave an absolute majority to minority formations.

It only failed to do so the last two years.

It's was designed this way on purpose for the sake of "stability"...

","contentMap":{"en":"

@floehopper while the French system isn't strictly FPTP, in practice it is similar enough that historically it almost always gave an absolute majority to minority formations.

It only failed to do so the last two years.

It's was designed this way on purpose for the sake of "stability"...

"},"attachment":[],"tag":[{"type":"Mention","href":"https://ruby.social/users/floehopper","name":"@floehopper"}],"replies":{"id":"https://ruby.social/users/byroot/statuses/112733460786406967/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/112733460786406967/replies?only_other_accounts=true&page=true","partOf":"https://ruby.social/users/byroot/statuses/112733460786406967/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/112733460786406967/likes","type":"Collection","totalItems":1},"shares":{"id":"https://ruby.social/users/byroot/statuses/112733460786406967/shares","type":"Collection","totalItems":0}}},{"id":"https://ruby.social/users/byroot/statuses/112682265852412256/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-06-26T09:42:05Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://status.pointless.one/users/pointlessone","https://ruby.social/users/codefolio"],"object":{"id":"https://ruby.social/users/byroot/statuses/112682265852412256","type":"Note","summary":null,"inReplyTo":"https://status.pointless.one/users/pointlessone/statuses/112682262345182185","published":"2024-06-26T09:42:05Z","url":"https://ruby.social/@byroot/112682265852412256","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://status.pointless.one/users/pointlessone","https://ruby.social/users/codefolio"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/112682265852412256","inReplyToAtomUri":"https://status.pointless.one/users/pointlessone/statuses/112682262345182185","conversation":"tag:ruby.social,2024-06-26:objectId=48431832:objectType=Conversation","content":"

@pointlessone @codefolio the trailing comma is the number one reason I can't agree with standardrb.

Totally agree on minimizing diff noise.

","contentMap":{"en":"

@pointlessone @codefolio the trailing comma is the number one reason I can't agree with standardrb.

Totally agree on minimizing diff noise.

"},"attachment":[],"tag":[{"type":"Mention","href":"https://status.pointless.one/users/pointlessone","name":"@pointlessone@status.pointless.one"},{"type":"Mention","href":"https://ruby.social/users/codefolio","name":"@codefolio"}],"replies":{"id":"https://ruby.social/users/byroot/statuses/112682265852412256/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/112682265852412256/replies?only_other_accounts=true&page=true","partOf":"https://ruby.social/users/byroot/statuses/112682265852412256/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/112682265852412256/likes","type":"Collection","totalItems":1},"shares":{"id":"https://ruby.social/users/byroot/statuses/112682265852412256/shares","type":"Collection","totalItems":0}}},{"id":"https://ruby.social/users/byroot/statuses/112682089780639728/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-06-26T08:57:19Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://ruby.social/users/codefolio"],"object":{"id":"https://ruby.social/users/byroot/statuses/112682089780639728","type":"Note","summary":null,"inReplyTo":"https://ruby.social/users/codefolio/statuses/112682077769593093","published":"2024-06-26T08:57:19Z","url":"https://ruby.social/@byroot/112682089780639728","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://ruby.social/users/codefolio"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/112682089780639728","inReplyToAtomUri":"https://ruby.social/users/codefolio/statuses/112682077769593093","conversation":"tag:ruby.social,2024-06-26:objectId=48431832:objectType=Conversation","content":"

@codefolio I still do, because I think there is a baseline of cops that save a lot of time during review when people submit PRs.

But the default config is really puzzling, always have to disable tons of cops: https://github.com/redis-rb/redis-client/blob/master/.rubocop.yml

Wish I could use `standard`, but while it's less annoying, I just plain can't agree with some of the choices they made, and they don't allow to deviate so...

","contentMap":{"en":"

@codefolio I still do, because I think there is a baseline of cops that save a lot of time during review when people submit PRs.

But the default config is really puzzling, always have to disable tons of cops: https://github.com/redis-rb/redis-client/blob/master/.rubocop.yml

Wish I could use `standard`, but while it's less annoying, I just plain can't agree with some of the choices they made, and they don't allow to deviate so...

"},"attachment":[],"tag":[{"type":"Mention","href":"https://ruby.social/users/codefolio","name":"@codefolio"}],"replies":{"id":"https://ruby.social/users/byroot/statuses/112682089780639728/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/112682089780639728/replies?only_other_accounts=true&page=true","partOf":"https://ruby.social/users/byroot/statuses/112682089780639728/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/112682089780639728/likes","type":"Collection","totalItems":4},"shares":{"id":"https://ruby.social/users/byroot/statuses/112682089780639728/shares","type":"Collection","totalItems":0}}},{"id":"https://ruby.social/users/byroot/statuses/112682075988473643/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-06-26T08:53:48Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://ruby.social/users/codefolio"],"object":{"id":"https://ruby.social/users/byroot/statuses/112682075988473643","type":"Note","summary":null,"inReplyTo":"https://ruby.social/users/codefolio/statuses/112682069742608695","published":"2024-06-26T08:53:48Z","url":"https://ruby.social/@byroot/112682075988473643","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://ruby.social/users/codefolio"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/112682075988473643","inReplyToAtomUri":"https://ruby.social/users/codefolio/statuses/112682069742608695","conversation":"tag:ruby.social,2024-06-26:objectId=48431832:objectType=Conversation","content":"

@codefolio Yeah. I started a project a few hours ago, already had to disable 6 cops that I consider plain wrong.

","contentMap":{"en":"

@codefolio Yeah. I started a project a few hours ago, already had to disable 6 cops that I consider plain wrong.

"},"attachment":[],"tag":[{"type":"Mention","href":"https://ruby.social/users/codefolio","name":"@codefolio"}],"replies":{"id":"https://ruby.social/users/byroot/statuses/112682075988473643/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/112682075988473643/replies?only_other_accounts=true&page=true","partOf":"https://ruby.social/users/byroot/statuses/112682075988473643/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/112682075988473643/likes","type":"Collection","totalItems":1},"shares":{"id":"https://ruby.social/users/byroot/statuses/112682075988473643/shares","type":"Collection","totalItems":0}}},{"id":"https://ruby.social/users/byroot/statuses/112682051957106547/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-06-26T08:47:41Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers"],"object":{"id":"https://ruby.social/users/byroot/statuses/112682051957106547","type":"Note","summary":null,"inReplyTo":null,"published":"2024-06-26T08:47:41Z","url":"https://ruby.social/@byroot/112682051957106547","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/112682051957106547","inReplyToAtomUri":null,"conversation":"tag:ruby.social,2024-06-26:objectId=48431832:objectType=Conversation","content":"

I just discovered this rubocop rule while working on a new project https://www.rubydoc.info/gems/rubocop/RuboCop/Cop/Naming/RescuedExceptionsVariableName

I mean seriously? Why should a single name be enforced for all rescued exceptions? If in context there's something more meaningful than `error`, then I'm gonna use it.

Also why on earth would you enforce a single letter as variable name? #notmyruby

","contentMap":{"en":"

I just discovered this rubocop rule while working on a new project https://www.rubydoc.info/gems/rubocop/RuboCop/Cop/Naming/RescuedExceptionsVariableName

I mean seriously? Why should a single name be enforced for all rescued exceptions? If in context there's something more meaningful than `error`, then I'm gonna use it.

Also why on earth would you enforce a single letter as variable name? #notmyruby

"},"updated":"2024-06-26T08:54:27Z","attachment":[],"tag":[{"type":"Hashtag","href":"https://ruby.social/tags/notmyruby","name":"#notmyruby"}],"replies":{"id":"https://ruby.social/users/byroot/statuses/112682051957106547/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/112682051957106547/replies?only_other_accounts=true&page=true","partOf":"https://ruby.social/users/byroot/statuses/112682051957106547/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/112682051957106547/likes","type":"Collection","totalItems":8},"shares":{"id":"https://ruby.social/users/byroot/statuses/112682051957106547/shares","type":"Collection","totalItems":0}}},{"id":"https://ruby.social/users/byroot/statuses/112671530887629815/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-06-24T12:12:03Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://ruby.social/users/nony","https://ruby.social/users/eileencodes"],"object":{"id":"https://ruby.social/users/byroot/statuses/112671530887629815","type":"Note","summary":null,"inReplyTo":"https://ruby.social/users/nony/statuses/112671249287497537","published":"2024-06-24T12:12:03Z","url":"https://ruby.social/@byroot/112671530887629815","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://ruby.social/users/nony","https://ruby.social/users/eileencodes"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/112671530887629815","inReplyToAtomUri":"https://ruby.social/users/nony/statuses/112671249287497537","conversation":"tag:ruby.social,2024-06-24:objectId=48293543:objectType=Conversation","content":"

@nony @eileencodes no particular feeling no.

Also I don't think Eileen is very active around here, so best to discuss this on GitHub or something.

If your planned refactoring isn't a ton of work, the simpler is to discuss over a PR. Otherwise you can start a GitHub discussion and tag Eileen: https://github.com/rails/rails/discussions

","contentMap":{"en":"

@nony @eileencodes no particular feeling no.

Also I don't think Eileen is very active around here, so best to discuss this on GitHub or something.

If your planned refactoring isn't a ton of work, the simpler is to discuss over a PR. Otherwise you can start a GitHub discussion and tag Eileen: https://github.com/rails/rails/discussions

"},"attachment":[],"tag":[{"type":"Mention","href":"https://ruby.social/users/nony","name":"@nony"},{"type":"Mention","href":"https://ruby.social/users/eileencodes","name":"@eileencodes"}],"replies":{"id":"https://ruby.social/users/byroot/statuses/112671530887629815/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/112671530887629815/replies?only_other_accounts=true&page=true","partOf":"https://ruby.social/users/byroot/statuses/112671530887629815/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/112671530887629815/likes","type":"Collection","totalItems":0},"shares":{"id":"https://ruby.social/users/byroot/statuses/112671530887629815/shares","type":"Collection","totalItems":0}}},{"id":"https://ruby.social/users/byroot/statuses/112671245079603460/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-06-24T10:59:22Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://ruby.social/users/nony","https://ruby.social/users/eileencodes"],"object":{"id":"https://ruby.social/users/byroot/statuses/112671245079603460","type":"Note","summary":null,"inReplyTo":"https://ruby.social/users/nony/statuses/112671240096770145","published":"2024-06-24T10:59:22Z","url":"https://ruby.social/@byroot/112671245079603460","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://ruby.social/users/nony","https://ruby.social/users/eileencodes"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/112671245079603460","inReplyToAtomUri":"https://ruby.social/users/nony/statuses/112671240096770145","conversation":"tag:ruby.social,2024-06-24:objectId=48293543:objectType=Conversation","content":"

@nony That's more @eileencodes 's area of expertise.

","contentMap":{"en":"

@nony That's more @eileencodes 's area of expertise.

"},"attachment":[],"tag":[{"type":"Mention","href":"https://ruby.social/users/nony","name":"@nony"},{"type":"Mention","href":"https://ruby.social/users/eileencodes","name":"@eileencodes"}],"replies":{"id":"https://ruby.social/users/byroot/statuses/112671245079603460/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/112671245079603460/replies?only_other_accounts=true&page=true","partOf":"https://ruby.social/users/byroot/statuses/112671245079603460/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/112671245079603460/likes","type":"Collection","totalItems":0},"shares":{"id":"https://ruby.social/users/byroot/statuses/112671245079603460/shares","type":"Collection","totalItems":0}}},{"id":"https://ruby.social/users/byroot/statuses/112610149145350336/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-06-13T16:01:52Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://ruby.social/users/samsaffron"],"object":{"id":"https://ruby.social/users/byroot/statuses/112610149145350336","type":"Note","summary":null,"inReplyTo":"https://ruby.social/users/byroot/statuses/112608230956169882","published":"2024-06-13T16:01:52Z","url":"https://ruby.social/@byroot/112610149145350336","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://ruby.social/users/samsaffron"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/112610149145350336","inReplyToAtomUri":"https://ruby.social/users/byroot/statuses/112608230956169882","conversation":"tag:ruby.social,2024-06-13:objectId=47554849:objectType=Conversation","content":"

@samsaffron Thanks for the repro. It's fixed an backported to 7.1.

","contentMap":{"en":"

@samsaffron Thanks for the repro. It's fixed an backported to 7.1.

"},"attachment":[],"tag":[{"type":"Mention","href":"https://ruby.social/users/samsaffron","name":"@samsaffron"}],"replies":{"id":"https://ruby.social/users/byroot/statuses/112610149145350336/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/112610149145350336/replies?only_other_accounts=true&page=true","partOf":"https://ruby.social/users/byroot/statuses/112610149145350336/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/112610149145350336/likes","type":"Collection","totalItems":1},"shares":{"id":"https://ruby.social/users/byroot/statuses/112610149145350336/shares","type":"Collection","totalItems":0}}}]}oj-3.16.12/test/data/activitypub.json000066400000000000000000001614601510053151600174270ustar00rootroot00000000000000{"@context":["https://www.w3.org/ns/activitystreams",{"ostatus":"http://ostatus.org#","atomUri":"ostatus:atomUri","inReplyToAtomUri":"ostatus:inReplyToAtomUri","conversation":"ostatus:conversation","sensitive":"as:sensitive","toot":"http://joinmastodon.org/ns#","votersCount":"toot:votersCount","blurhash":"toot:blurhash","focalPoint":{"@container":"@list","@id":"toot:focalPoint"},"Hashtag":"as:Hashtag"}],"id":"https://ruby.social/users/byroot/outbox?page=true","type":"OrderedCollectionPage","next":"https://ruby.social/users/byroot/outbox?max_id=112610149145350336\u0026page=true","prev":"https://ruby.social/users/byroot/outbox?min_id=113395951825326098\u0026page=true","partOf":"https://ruby.social/users/byroot/outbox","orderedItems":[{"id":"https://ruby.social/users/byroot/statuses/113395951825326098/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-10-30T10:41:49Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers"],"object":{"id":"https://ruby.social/users/byroot/statuses/113395951825326098","type":"Note","summary":null,"inReplyTo":null,"published":"2024-10-30T10:41:49Z","url":"https://ruby.social/@byroot/113395951825326098","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/113395951825326098","inReplyToAtomUri":null,"conversation":"tag:ruby.social,2024-10-30:objectId=57644998:objectType=Conversation","content":"\u003cp\u003eHere\u0026#39;s the post I teased last week.\u003c/p\u003e\u003cp\u003eTL;DR; Average latency: -5%, p99 latency -10%\u003c/p\u003e\u003cp\u003e\u003ca href=\"https://railsatscale.com/2024-10-23-next-generation-oob-gc/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"\u003e\u003cspan class=\"invisible\"\u003ehttps://\u003c/span\u003e\u003cspan class=\"ellipsis\"\u003erailsatscale.com/2024-10-23-ne\u003c/span\u003e\u003cspan class=\"invisible\"\u003ext-generation-oob-gc/\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","contentMap":{"en":"\u003cp\u003eHere\u0026#39;s the post I teased last week.\u003c/p\u003e\u003cp\u003eTL;DR; Average latency: -5%, p99 latency -10%\u003c/p\u003e\u003cp\u003e\u003ca href=\"https://railsatscale.com/2024-10-23-next-generation-oob-gc/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"\u003e\u003cspan class=\"invisible\"\u003ehttps://\u003c/span\u003e\u003cspan class=\"ellipsis\"\u003erailsatscale.com/2024-10-23-ne\u003c/span\u003e\u003cspan class=\"invisible\"\u003ext-generation-oob-gc/\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e"},"attachment":[],"tag":[],"replies":{"id":"https://ruby.social/users/byroot/statuses/113395951825326098/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/113395951825326098/replies?only_other_accounts=true\u0026page=true","partOf":"https://ruby.social/users/byroot/statuses/113395951825326098/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/113395951825326098/likes","type":"Collection","totalItems":7},"shares":{"id":"https://ruby.social/users/byroot/statuses/113395951825326098/shares","type":"Collection","totalItems":5}}},{"id":"https://ruby.social/users/byroot/statuses/113364382912445498/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-10-24T20:53:26Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://oisaur.com/users/renchap"],"object":{"id":"https://ruby.social/users/byroot/statuses/113364382912445498","type":"Note","summary":null,"inReplyTo":"https://oisaur.com/users/renchap/statuses/113364257424669603","published":"2024-10-24T20:53:26Z","url":"https://ruby.social/@byroot/113364382912445498","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://oisaur.com/users/renchap"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/113364382912445498","inReplyToAtomUri":"https://oisaur.com/users/renchap/statuses/113364257424669603","conversation":"tag:ruby.social,2024-10-24:objectId=57167969:objectType=Conversation","content":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://oisaur.com/@renchap\" class=\"u-url mention\"\u003e@\u003cspan\u003erenchap\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e for JSON generation yes.\u003c/p\u003e\u003cp\u003eIf you can turn that into an easy to run benchmark of some sort and somehow Oj is faster, I\u0026#39;m happy to take a look.\u003c/p\u003e\u003cp\u003eAnd even if it\u0026#39;s not faster, I\u0026#39;d also be happy to see if I can squeeze some more perf out of `json`.\u003c/p\u003e","contentMap":{"en":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://oisaur.com/@renchap\" class=\"u-url mention\"\u003e@\u003cspan\u003erenchap\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e for JSON generation yes.\u003c/p\u003e\u003cp\u003eIf you can turn that into an easy to run benchmark of some sort and somehow Oj is faster, I\u0026#39;m happy to take a look.\u003c/p\u003e\u003cp\u003eAnd even if it\u0026#39;s not faster, I\u0026#39;d also be happy to see if I can squeeze some more perf out of `json`.\u003c/p\u003e"},"attachment":[],"tag":[{"type":"Mention","href":"https://oisaur.com/users/renchap","name":"@renchap@oisaur.com"}],"replies":{"id":"https://ruby.social/users/byroot/statuses/113364382912445498/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/113364382912445498/replies?only_other_accounts=true\u0026page=true","partOf":"https://ruby.social/users/byroot/statuses/113364382912445498/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/113364382912445498/likes","type":"Collection","totalItems":2},"shares":{"id":"https://ruby.social/users/byroot/statuses/113364382912445498/shares","type":"Collection","totalItems":0}}},{"id":"https://ruby.social/users/byroot/statuses/113361790648929484/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-10-24T09:54:11Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers"],"object":{"id":"https://ruby.social/users/byroot/statuses/113361790648929484","type":"Note","summary":null,"inReplyTo":null,"published":"2024-10-24T09:54:11Z","url":"https://ruby.social/@byroot/113361790648929484","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/113361790648929484","inReplyToAtomUri":null,"conversation":"tag:ruby.social,2024-10-24:objectId=57167969:objectType=Conversation","content":"\u003cp\u003eI\u0026#39;ve just released json 2.7.3 with some bug fixes and lots of performance improvements: \u003ca href=\"https://github.com/ruby/json/releases/tag/v2.7.3\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"\u003e\u003cspan class=\"invisible\"\u003ehttps://\u003c/span\u003e\u003cspan class=\"ellipsis\"\u003egithub.com/ruby/json/releases/\u003c/span\u003e\u003cspan class=\"invisible\"\u003etag/v2.7.3\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e\u003cp\u003eThis is my first release after being made maintainer two weeks ago.\u003c/p\u003e\u003cp\u003eIf you got some realistic benchmarks in which JSON.dump is significantly slower than an alternative gem, please let me know.\u003c/p\u003e\u003cp\u003eAs long as it\u0026#39;s not the result of the alternative doing something incorrect, I\u0026#39;ll consider it as a bug.\u003c/p\u003e","contentMap":{"en":"\u003cp\u003eI\u0026#39;ve just released json 2.7.3 with some bug fixes and lots of performance improvements: \u003ca href=\"https://github.com/ruby/json/releases/tag/v2.7.3\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"\u003e\u003cspan class=\"invisible\"\u003ehttps://\u003c/span\u003e\u003cspan class=\"ellipsis\"\u003egithub.com/ruby/json/releases/\u003c/span\u003e\u003cspan class=\"invisible\"\u003etag/v2.7.3\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e\u003cp\u003eThis is my first release after being made maintainer two weeks ago.\u003c/p\u003e\u003cp\u003eIf you got some realistic benchmarks in which JSON.dump is significantly slower than an alternative gem, please let me know.\u003c/p\u003e\u003cp\u003eAs long as it\u0026#39;s not the result of the alternative doing something incorrect, I\u0026#39;ll consider it as a bug.\u003c/p\u003e"},"attachment":[{"type":"Document","mediaType":"image/png","url":"https://cdn.masto.host/rubysocial/media_attachments/files/113/361/788/681/127/110/original/5f0931fc4b8fe796.png","name":null,"blurhash":"UASF-ENLo#xY_4RkM_xu9Yoea#V@_MITWB%g","width":1870,"height":960}],"tag":[],"replies":{"id":"https://ruby.social/users/byroot/statuses/113361790648929484/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/113361790648929484/replies?only_other_accounts=true\u0026page=true","partOf":"https://ruby.social/users/byroot/statuses/113361790648929484/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/113361790648929484/likes","type":"Collection","totalItems":36},"shares":{"id":"https://ruby.social/users/byroot/statuses/113361790648929484/shares","type":"Collection","totalItems":16}}},{"id":"https://ruby.social/users/byroot/statuses/113356365626792579/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-10-23T10:54:31Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers"],"object":{"id":"https://ruby.social/users/byroot/statuses/113356365626792579","type":"Note","summary":null,"inReplyTo":null,"published":"2024-10-23T10:54:31Z","url":"https://ruby.social/@byroot/113356365626792579","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/113356365626792579","inReplyToAtomUri":null,"conversation":"tag:ruby.social,2024-10-23:objectId=57090061:objectType=Conversation","content":"\u003cp\u003eI\u0026#39;m working on a blog post about our new out of band GC. Sneak peak:\u003c/p\u003e","contentMap":{"en":"\u003cp\u003eI\u0026#39;m working on a blog post about our new out of band GC. Sneak peak:\u003c/p\u003e"},"attachment":[{"type":"Document","mediaType":"image/png","url":"https://cdn.masto.host/rubysocial/media_attachments/files/113/356/364/818/271/017/original/9df7ff5c6469cfbd.png","name":null,"blurhash":"UJRfqJ-=xct5yXjEayWV-rIoRjoL~Wt7oLkC","width":4096,"height":988}],"tag":[],"replies":{"id":"https://ruby.social/users/byroot/statuses/113356365626792579/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/113356365626792579/replies?only_other_accounts=true\u0026page=true","partOf":"https://ruby.social/users/byroot/statuses/113356365626792579/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/113356365626792579/likes","type":"Collection","totalItems":8},"shares":{"id":"https://ruby.social/users/byroot/statuses/113356365626792579/shares","type":"Collection","totalItems":3}}},{"id":"https://ruby.social/users/byroot/statuses/113350171031468562/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-10-22T08:39:09Z","to":["https://ruby.social/users/byroot/followers"],"cc":["https://www.w3.org/ns/activitystreams#Public","https://hachyderm.io/users/baweaver"],"object":{"id":"https://ruby.social/users/byroot/statuses/113350171031468562","type":"Note","summary":null,"inReplyTo":"https://hachyderm.io/users/baweaver/statuses/113350162298585353","published":"2024-10-22T08:39:09Z","url":"https://ruby.social/@byroot/113350171031468562","attributedTo":"https://ruby.social/users/byroot","to":["https://ruby.social/users/byroot/followers"],"cc":["https://www.w3.org/ns/activitystreams#Public","https://hachyderm.io/users/baweaver"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/113350171031468562","inReplyToAtomUri":"https://hachyderm.io/users/baweaver/statuses/113350162298585353","conversation":"tag:hachyderm.io,2024-10-22:objectId=202069168:objectType=Conversation","content":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://hachyderm.io/@baweaver\" class=\"u-url mention\"\u003e@\u003cspan\u003ebaweaver\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e how would that have been different without CD? \u003c/p\u003e\u003cp\u003eWhatever bug that caused the outage would have been deployed just the same, just as part of a bigger batch.\u003c/p\u003e\u003cp\u003eYou take make 0 sense to me.\u003c/p\u003e","contentMap":{"en":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://hachyderm.io/@baweaver\" class=\"u-url mention\"\u003e@\u003cspan\u003ebaweaver\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e how would that have been different without CD? \u003c/p\u003e\u003cp\u003eWhatever bug that caused the outage would have been deployed just the same, just as part of a bigger batch.\u003c/p\u003e\u003cp\u003eYou take make 0 sense to me.\u003c/p\u003e"},"attachment":[],"tag":[{"type":"Mention","href":"https://hachyderm.io/users/baweaver","name":"@baweaver@hachyderm.io"}],"replies":{"id":"https://ruby.social/users/byroot/statuses/113350171031468562/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/113350171031468562/replies?only_other_accounts=true\u0026page=true","partOf":"https://ruby.social/users/byroot/statuses/113350171031468562/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/113350171031468562/likes","type":"Collection","totalItems":0},"shares":{"id":"https://ruby.social/users/byroot/statuses/113350171031468562/shares","type":"Collection","totalItems":0}}},{"id":"https://ruby.social/users/byroot/statuses/113350159628598017/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-10-22T08:36:15Z","to":["https://ruby.social/users/byroot/followers"],"cc":["https://www.w3.org/ns/activitystreams#Public","https://hachyderm.io/users/baweaver"],"object":{"id":"https://ruby.social/users/byroot/statuses/113350159628598017","type":"Note","summary":null,"inReplyTo":"https://hachyderm.io/users/baweaver/statuses/113350151359487275","published":"2024-10-22T08:36:15Z","url":"https://ruby.social/@byroot/113350159628598017","attributedTo":"https://ruby.social/users/byroot","to":["https://ruby.social/users/byroot/followers"],"cc":["https://www.w3.org/ns/activitystreams#Public","https://hachyderm.io/users/baweaver"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/113350159628598017","inReplyToAtomUri":"https://hachyderm.io/users/baweaver/statuses/113350151359487275","conversation":"tag:hachyderm.io,2024-10-22:objectId=202069168:objectType=Conversation","content":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://hachyderm.io/@baweaver\" class=\"u-url mention\"\u003e@\u003cspan\u003ebaweaver\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e that doesn\u0026#39;t answer my point.\u003c/p\u003e\u003cp\u003eWhy do you think (all things being equal) releasing less often is better?\u003c/p\u003e","contentMap":{"en":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://hachyderm.io/@baweaver\" class=\"u-url mention\"\u003e@\u003cspan\u003ebaweaver\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e that doesn\u0026#39;t answer my point.\u003c/p\u003e\u003cp\u003eWhy do you think (all things being equal) releasing less often is better?\u003c/p\u003e"},"attachment":[],"tag":[{"type":"Mention","href":"https://hachyderm.io/users/baweaver","name":"@baweaver@hachyderm.io"}],"replies":{"id":"https://ruby.social/users/byroot/statuses/113350159628598017/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/113350159628598017/replies?only_other_accounts=true\u0026page=true","partOf":"https://ruby.social/users/byroot/statuses/113350159628598017/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/113350159628598017/likes","type":"Collection","totalItems":0},"shares":{"id":"https://ruby.social/users/byroot/statuses/113350159628598017/shares","type":"Collection","totalItems":0}}},{"id":"https://ruby.social/users/byroot/statuses/113350126777528742/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-10-22T08:27:54Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://hachyderm.io/users/baweaver"],"object":{"id":"https://ruby.social/users/byroot/statuses/113350126777528742","type":"Note","summary":null,"inReplyTo":"https://ruby.social/users/byroot/statuses/113350126084035477","published":"2024-10-22T08:27:54Z","url":"https://ruby.social/@byroot/113350126777528742","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://hachyderm.io/users/baweaver"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/113350126777528742","inReplyToAtomUri":"https://ruby.social/users/byroot/statuses/113350126084035477","conversation":"tag:hachyderm.io,2024-10-22:objectId=202069168:objectType=Conversation","content":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://hachyderm.io/@baweaver\" class=\"u-url mention\"\u003e@\u003cspan\u003ebaweaver\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003c/p\u003e\u003cp\u003eI get the monitoring etc argument, but CD doesn\u0026#39;t necessarily means merge and go get a coffee, while things deploy automatically.\u003c/p\u003e\u003cp\u003eIf you don\u0026#39;t trust your monitoring and don\u0026#39;t have automatic rollbacks when an anomaly is detected, you can perfectly enforce that whoever has a change deploying must be around and check everything is going well.\u003c/p\u003e","contentMap":{"en":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://hachyderm.io/@baweaver\" class=\"u-url mention\"\u003e@\u003cspan\u003ebaweaver\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003c/p\u003e\u003cp\u003eI get the monitoring etc argument, but CD doesn\u0026#39;t necessarily means merge and go get a coffee, while things deploy automatically.\u003c/p\u003e\u003cp\u003eIf you don\u0026#39;t trust your monitoring and don\u0026#39;t have automatic rollbacks when an anomaly is detected, you can perfectly enforce that whoever has a change deploying must be around and check everything is going well.\u003c/p\u003e"},"attachment":[],"tag":[{"type":"Mention","href":"https://hachyderm.io/users/baweaver","name":"@baweaver@hachyderm.io"}],"replies":{"id":"https://ruby.social/users/byroot/statuses/113350126777528742/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/113350126777528742/replies?only_other_accounts=true\u0026page=true","partOf":"https://ruby.social/users/byroot/statuses/113350126777528742/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/113350126777528742/likes","type":"Collection","totalItems":1},"shares":{"id":"https://ruby.social/users/byroot/statuses/113350126777528742/shares","type":"Collection","totalItems":0}}},{"id":"https://ruby.social/users/byroot/statuses/113350126084035477/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-10-22T08:27:44Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://hachyderm.io/users/baweaver"],"object":{"id":"https://ruby.social/users/byroot/statuses/113350126084035477","type":"Note","summary":null,"inReplyTo":"https://hachyderm.io/users/baweaver/statuses/113348847094225477","published":"2024-10-22T08:27:44Z","url":"https://ruby.social/@byroot/113350126084035477","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://hachyderm.io/users/baweaver"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/113350126084035477","inReplyToAtomUri":"https://hachyderm.io/users/baweaver/statuses/113348847094225477","conversation":"tag:hachyderm.io,2024-10-22:objectId=202069168:objectType=Conversation","content":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://hachyderm.io/@baweaver\" class=\"u-url mention\"\u003e@\u003cspan\u003ebaweaver\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003c/p\u003e\u003cp\u003eCan\u0026#39;t disagree more. All things equal, CD reduce the turn around time to deal with a bad release.\u003c/p\u003e\u003cp\u003eAssuming your devs ship 100 PR per week, and 1% of these have a bug, if you ship say, once a day when you hit that bug you need to figure out which of the 20 PRs in the batch is responsible.\u003c/p\u003e\u003cp\u003eIf you ship 20 times a day, so each PR independently, it becomes extremely obvious which PR need to be rolled back and reverted.\u003c/p\u003e","contentMap":{"en":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://hachyderm.io/@baweaver\" class=\"u-url mention\"\u003e@\u003cspan\u003ebaweaver\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003c/p\u003e\u003cp\u003eCan\u0026#39;t disagree more. All things equal, CD reduce the turn around time to deal with a bad release.\u003c/p\u003e\u003cp\u003eAssuming your devs ship 100 PR per week, and 1% of these have a bug, if you ship say, once a day when you hit that bug you need to figure out which of the 20 PRs in the batch is responsible.\u003c/p\u003e\u003cp\u003eIf you ship 20 times a day, so each PR independently, it becomes extremely obvious which PR need to be rolled back and reverted.\u003c/p\u003e"},"updated":"2024-10-22T08:28:50Z","attachment":[],"tag":[{"type":"Mention","href":"https://hachyderm.io/users/baweaver","name":"@baweaver@hachyderm.io"}],"replies":{"id":"https://ruby.social/users/byroot/statuses/113350126084035477/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/113350126084035477/replies?min_id=113350126777528742\u0026page=true","partOf":"https://ruby.social/users/byroot/statuses/113350126084035477/replies","items":["https://ruby.social/users/byroot/statuses/113350126777528742"]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/113350126084035477/likes","type":"Collection","totalItems":2},"shares":{"id":"https://ruby.social/users/byroot/statuses/113350126084035477/shares","type":"Collection","totalItems":0}}},{"id":"https://ruby.social/users/byroot/statuses/113287895679614930/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-10-11T08:41:43Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://ruby.social/users/postmodern"],"object":{"id":"https://ruby.social/users/byroot/statuses/113287895679614930","type":"Note","summary":null,"inReplyTo":null,"published":"2024-10-11T08:41:43Z","url":"https://ruby.social/@byroot/113287895679614930","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://ruby.social/users/postmodern"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/113287895679614930","inReplyToAtomUri":null,"conversation":"tag:ruby.social,2024-10-11:objectId=56178826:objectType=Conversation","content":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://ruby.social/@postmodern\" class=\"u-url mention\"\u003e@\u003cspan\u003epostmodern\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e it\u0026#39;s a big company, so the experience can vary a ton depending on where in the the org you are.\u003c/p\u003e\u003cp\u003eFeel free to DM details and questions if you want a more targeted answer.\u003c/p\u003e","contentMap":{"en":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://ruby.social/@postmodern\" class=\"u-url mention\"\u003e@\u003cspan\u003epostmodern\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e it\u0026#39;s a big company, so the experience can vary a ton depending on where in the the org you are.\u003c/p\u003e\u003cp\u003eFeel free to DM details and questions if you want a more targeted answer.\u003c/p\u003e"},"attachment":[],"tag":[{"type":"Mention","href":"https://ruby.social/users/postmodern","name":"@postmodern"}],"replies":{"id":"https://ruby.social/users/byroot/statuses/113287895679614930/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/113287895679614930/replies?only_other_accounts=true\u0026page=true","partOf":"https://ruby.social/users/byroot/statuses/113287895679614930/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/113287895679614930/likes","type":"Collection","totalItems":1},"shares":{"id":"https://ruby.social/users/byroot/statuses/113287895679614930/shares","type":"Collection","totalItems":0}}},{"id":"https://ruby.social/users/byroot/statuses/113057980213460794/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-08-31T18:11:11Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://ruby.social/users/flavorjones"],"object":{"id":"https://ruby.social/users/byroot/statuses/113057980213460794","type":"Note","summary":null,"inReplyTo":null,"published":"2024-08-31T18:11:11Z","url":"https://ruby.social/@byroot/113057980213460794","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://ruby.social/users/flavorjones"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/113057980213460794","inReplyToAtomUri":null,"conversation":"tag:ruby.social,2024-08-31:objectId=53204977:objectType=Conversation","content":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://ruby.social/@flavorjones\" class=\"u-url mention\"\u003e@\u003cspan\u003eflavorjones\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e Exceptionally, I was listening.\u003c/p\u003e","contentMap":{"en":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://ruby.social/@flavorjones\" class=\"u-url mention\"\u003e@\u003cspan\u003eflavorjones\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e Exceptionally, I was listening.\u003c/p\u003e"},"attachment":[],"tag":[{"type":"Mention","href":"https://ruby.social/users/flavorjones","name":"@flavorjones"}],"replies":{"id":"https://ruby.social/users/byroot/statuses/113057980213460794/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/113057980213460794/replies?only_other_accounts=true\u0026page=true","partOf":"https://ruby.social/users/byroot/statuses/113057980213460794/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/113057980213460794/likes","type":"Collection","totalItems":2},"shares":{"id":"https://ruby.social/users/byroot/statuses/113057980213460794/shares","type":"Collection","totalItems":0}}},{"id":"https://ruby.social/users/byroot/statuses/113032547130202524/activity","type":"Announce","actor":"https://ruby.social/users/byroot","published":"2024-08-27T06:23:13Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/pushcx","https://ruby.social/users/byroot/followers"],"object":"https://ruby.social/users/pushcx/statuses/113030799240706907"},{"id":"https://ruby.social/users/byroot/statuses/112929088810252037/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-08-08T23:52:25Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://sfba.social/users/soaproot","https://ruby.social/users/flavorjones"],"object":{"id":"https://ruby.social/users/byroot/statuses/112929088810252037","type":"Note","summary":null,"inReplyTo":"https://sfba.social/users/soaproot/statuses/112928555487199451","published":"2024-08-08T23:52:25Z","url":"https://ruby.social/@byroot/112929088810252037","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://sfba.social/users/soaproot","https://ruby.social/users/flavorjones"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/112929088810252037","inReplyToAtomUri":"https://sfba.social/users/soaproot/statuses/112928555487199451","conversation":"tag:ruby.social,2024-08-08:objectId=51576086:objectType=Conversation","content":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://sfba.social/@soaproot\" class=\"u-url mention\"\u003e@\u003cspan\u003esoaproot\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://ruby.social/@flavorjones\" class=\"u-url mention\"\u003e@\u003cspan\u003eflavorjones\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e this is open source. Your dependencies are your code too.\u003c/p\u003e\u003cp\u003eWhich means open a PR to fix it there if there isn\u0026#39;t one yet, or at the very least ensure there is an open issue.\u003c/p\u003e\u003cp\u003eThen there are mechanisms to silence specific warnings, such as \u003ca href=\"https://rubygems.org/gems/warning\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"\u003e\u003cspan class=\"invisible\"\u003ehttps://\u003c/span\u003e\u003cspan class=\"\"\u003erubygems.org/gems/warning\u003c/span\u003e\u003cspan class=\"invisible\"\u003e\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","contentMap":{"en":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://sfba.social/@soaproot\" class=\"u-url mention\"\u003e@\u003cspan\u003esoaproot\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://ruby.social/@flavorjones\" class=\"u-url mention\"\u003e@\u003cspan\u003eflavorjones\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e this is open source. Your dependencies are your code too.\u003c/p\u003e\u003cp\u003eWhich means open a PR to fix it there if there isn\u0026#39;t one yet, or at the very least ensure there is an open issue.\u003c/p\u003e\u003cp\u003eThen there are mechanisms to silence specific warnings, such as \u003ca href=\"https://rubygems.org/gems/warning\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"\u003e\u003cspan class=\"invisible\"\u003ehttps://\u003c/span\u003e\u003cspan class=\"\"\u003erubygems.org/gems/warning\u003c/span\u003e\u003cspan class=\"invisible\"\u003e\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e"},"attachment":[],"tag":[{"type":"Mention","href":"https://sfba.social/users/soaproot","name":"@soaproot@sfba.social"},{"type":"Mention","href":"https://ruby.social/users/flavorjones","name":"@flavorjones"}],"replies":{"id":"https://ruby.social/users/byroot/statuses/112929088810252037/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/112929088810252037/replies?only_other_accounts=true\u0026page=true","partOf":"https://ruby.social/users/byroot/statuses/112929088810252037/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/112929088810252037/likes","type":"Collection","totalItems":4},"shares":{"id":"https://ruby.social/users/byroot/statuses/112929088810252037/shares","type":"Collection","totalItems":1}}},{"id":"https://ruby.social/users/byroot/statuses/112733460786406967/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-07-05T10:41:38Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://ruby.social/users/floehopper"],"object":{"id":"https://ruby.social/users/byroot/statuses/112733460786406967","type":"Note","summary":null,"inReplyTo":"https://ruby.social/users/floehopper/statuses/112732960288445318","published":"2024-07-05T10:41:38Z","url":"https://ruby.social/@byroot/112733460786406967","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://ruby.social/users/floehopper"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/112733460786406967","inReplyToAtomUri":"https://ruby.social/users/floehopper/statuses/112732960288445318","conversation":"tag:ruby.social,2024-07-05:objectId=49065856:objectType=Conversation","content":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://ruby.social/@floehopper\" class=\"u-url mention\"\u003e@\u003cspan\u003efloehopper\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e while the French system isn\u0026#39;t strictly FPTP, in practice it is similar enough that historically it almost always gave an absolute majority to minority formations.\u003c/p\u003e\u003cp\u003eIt only failed to do so the last two years.\u003c/p\u003e\u003cp\u003eIt\u0026#39;s was designed this way on purpose for the sake of \u0026quot;stability\u0026quot;...\u003c/p\u003e","contentMap":{"en":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://ruby.social/@floehopper\" class=\"u-url mention\"\u003e@\u003cspan\u003efloehopper\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e while the French system isn\u0026#39;t strictly FPTP, in practice it is similar enough that historically it almost always gave an absolute majority to minority formations.\u003c/p\u003e\u003cp\u003eIt only failed to do so the last two years.\u003c/p\u003e\u003cp\u003eIt\u0026#39;s was designed this way on purpose for the sake of \u0026quot;stability\u0026quot;...\u003c/p\u003e"},"attachment":[],"tag":[{"type":"Mention","href":"https://ruby.social/users/floehopper","name":"@floehopper"}],"replies":{"id":"https://ruby.social/users/byroot/statuses/112733460786406967/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/112733460786406967/replies?only_other_accounts=true\u0026page=true","partOf":"https://ruby.social/users/byroot/statuses/112733460786406967/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/112733460786406967/likes","type":"Collection","totalItems":1},"shares":{"id":"https://ruby.social/users/byroot/statuses/112733460786406967/shares","type":"Collection","totalItems":0}}},{"id":"https://ruby.social/users/byroot/statuses/112682265852412256/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-06-26T09:42:05Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://status.pointless.one/users/pointlessone","https://ruby.social/users/codefolio"],"object":{"id":"https://ruby.social/users/byroot/statuses/112682265852412256","type":"Note","summary":null,"inReplyTo":"https://status.pointless.one/users/pointlessone/statuses/112682262345182185","published":"2024-06-26T09:42:05Z","url":"https://ruby.social/@byroot/112682265852412256","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://status.pointless.one/users/pointlessone","https://ruby.social/users/codefolio"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/112682265852412256","inReplyToAtomUri":"https://status.pointless.one/users/pointlessone/statuses/112682262345182185","conversation":"tag:ruby.social,2024-06-26:objectId=48431832:objectType=Conversation","content":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://status.pointless.one/@pointlessone\" class=\"u-url mention\"\u003e@\u003cspan\u003epointlessone\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://ruby.social/@codefolio\" class=\"u-url mention\"\u003e@\u003cspan\u003ecodefolio\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e the trailing comma is the number one reason I can\u0026#39;t agree with standardrb.\u003c/p\u003e\u003cp\u003eTotally agree on minimizing diff noise.\u003c/p\u003e","contentMap":{"en":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://status.pointless.one/@pointlessone\" class=\"u-url mention\"\u003e@\u003cspan\u003epointlessone\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://ruby.social/@codefolio\" class=\"u-url mention\"\u003e@\u003cspan\u003ecodefolio\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e the trailing comma is the number one reason I can\u0026#39;t agree with standardrb.\u003c/p\u003e\u003cp\u003eTotally agree on minimizing diff noise.\u003c/p\u003e"},"attachment":[],"tag":[{"type":"Mention","href":"https://status.pointless.one/users/pointlessone","name":"@pointlessone@status.pointless.one"},{"type":"Mention","href":"https://ruby.social/users/codefolio","name":"@codefolio"}],"replies":{"id":"https://ruby.social/users/byroot/statuses/112682265852412256/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/112682265852412256/replies?only_other_accounts=true\u0026page=true","partOf":"https://ruby.social/users/byroot/statuses/112682265852412256/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/112682265852412256/likes","type":"Collection","totalItems":1},"shares":{"id":"https://ruby.social/users/byroot/statuses/112682265852412256/shares","type":"Collection","totalItems":0}}},{"id":"https://ruby.social/users/byroot/statuses/112682089780639728/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-06-26T08:57:19Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://ruby.social/users/codefolio"],"object":{"id":"https://ruby.social/users/byroot/statuses/112682089780639728","type":"Note","summary":null,"inReplyTo":"https://ruby.social/users/codefolio/statuses/112682077769593093","published":"2024-06-26T08:57:19Z","url":"https://ruby.social/@byroot/112682089780639728","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://ruby.social/users/codefolio"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/112682089780639728","inReplyToAtomUri":"https://ruby.social/users/codefolio/statuses/112682077769593093","conversation":"tag:ruby.social,2024-06-26:objectId=48431832:objectType=Conversation","content":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://ruby.social/@codefolio\" class=\"u-url mention\"\u003e@\u003cspan\u003ecodefolio\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e I still do, because I think there is a baseline of cops that save a lot of time during review when people submit PRs.\u003c/p\u003e\u003cp\u003eBut the default config is really puzzling, always have to disable tons of cops: \u003ca href=\"https://github.com/redis-rb/redis-client/blob/master/.rubocop.yml\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"\u003e\u003cspan class=\"invisible\"\u003ehttps://\u003c/span\u003e\u003cspan class=\"ellipsis\"\u003egithub.com/redis-rb/redis-clie\u003c/span\u003e\u003cspan class=\"invisible\"\u003ent/blob/master/.rubocop.yml\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e\u003cp\u003eWish I could use `standard`, but while it\u0026#39;s less annoying, I just plain can\u0026#39;t agree with some of the choices they made, and they don\u0026#39;t allow to deviate so...\u003c/p\u003e","contentMap":{"en":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://ruby.social/@codefolio\" class=\"u-url mention\"\u003e@\u003cspan\u003ecodefolio\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e I still do, because I think there is a baseline of cops that save a lot of time during review when people submit PRs.\u003c/p\u003e\u003cp\u003eBut the default config is really puzzling, always have to disable tons of cops: \u003ca href=\"https://github.com/redis-rb/redis-client/blob/master/.rubocop.yml\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"\u003e\u003cspan class=\"invisible\"\u003ehttps://\u003c/span\u003e\u003cspan class=\"ellipsis\"\u003egithub.com/redis-rb/redis-clie\u003c/span\u003e\u003cspan class=\"invisible\"\u003ent/blob/master/.rubocop.yml\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e\u003cp\u003eWish I could use `standard`, but while it\u0026#39;s less annoying, I just plain can\u0026#39;t agree with some of the choices they made, and they don\u0026#39;t allow to deviate so...\u003c/p\u003e"},"attachment":[],"tag":[{"type":"Mention","href":"https://ruby.social/users/codefolio","name":"@codefolio"}],"replies":{"id":"https://ruby.social/users/byroot/statuses/112682089780639728/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/112682089780639728/replies?only_other_accounts=true\u0026page=true","partOf":"https://ruby.social/users/byroot/statuses/112682089780639728/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/112682089780639728/likes","type":"Collection","totalItems":4},"shares":{"id":"https://ruby.social/users/byroot/statuses/112682089780639728/shares","type":"Collection","totalItems":0}}},{"id":"https://ruby.social/users/byroot/statuses/112682075988473643/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-06-26T08:53:48Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://ruby.social/users/codefolio"],"object":{"id":"https://ruby.social/users/byroot/statuses/112682075988473643","type":"Note","summary":null,"inReplyTo":"https://ruby.social/users/codefolio/statuses/112682069742608695","published":"2024-06-26T08:53:48Z","url":"https://ruby.social/@byroot/112682075988473643","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://ruby.social/users/codefolio"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/112682075988473643","inReplyToAtomUri":"https://ruby.social/users/codefolio/statuses/112682069742608695","conversation":"tag:ruby.social,2024-06-26:objectId=48431832:objectType=Conversation","content":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://ruby.social/@codefolio\" class=\"u-url mention\"\u003e@\u003cspan\u003ecodefolio\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e Yeah. I started a project a few hours ago, already had to disable 6 cops that I consider plain wrong.\u003c/p\u003e","contentMap":{"en":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://ruby.social/@codefolio\" class=\"u-url mention\"\u003e@\u003cspan\u003ecodefolio\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e Yeah. I started a project a few hours ago, already had to disable 6 cops that I consider plain wrong.\u003c/p\u003e"},"attachment":[],"tag":[{"type":"Mention","href":"https://ruby.social/users/codefolio","name":"@codefolio"}],"replies":{"id":"https://ruby.social/users/byroot/statuses/112682075988473643/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/112682075988473643/replies?only_other_accounts=true\u0026page=true","partOf":"https://ruby.social/users/byroot/statuses/112682075988473643/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/112682075988473643/likes","type":"Collection","totalItems":1},"shares":{"id":"https://ruby.social/users/byroot/statuses/112682075988473643/shares","type":"Collection","totalItems":0}}},{"id":"https://ruby.social/users/byroot/statuses/112682051957106547/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-06-26T08:47:41Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers"],"object":{"id":"https://ruby.social/users/byroot/statuses/112682051957106547","type":"Note","summary":null,"inReplyTo":null,"published":"2024-06-26T08:47:41Z","url":"https://ruby.social/@byroot/112682051957106547","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/112682051957106547","inReplyToAtomUri":null,"conversation":"tag:ruby.social,2024-06-26:objectId=48431832:objectType=Conversation","content":"\u003cp\u003eI just discovered this rubocop rule while working on a new project \u003ca href=\"https://www.rubydoc.info/gems/rubocop/RuboCop/Cop/Naming/RescuedExceptionsVariableName\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"\u003e\u003cspan class=\"invisible\"\u003ehttps://www.\u003c/span\u003e\u003cspan class=\"ellipsis\"\u003erubydoc.info/gems/rubocop/Rubo\u003c/span\u003e\u003cspan class=\"invisible\"\u003eCop/Cop/Naming/RescuedExceptionsVariableName\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e\u003cp\u003eI mean seriously? Why should a single name be enforced for all rescued exceptions? If in context there\u0026#39;s something more meaningful than `error`, then I\u0026#39;m gonna use it.\u003c/p\u003e\u003cp\u003eAlso why on earth would you enforce a single letter as variable name? \u003ca href=\"https://ruby.social/tags/notmyruby\" class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003enotmyruby\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","contentMap":{"en":"\u003cp\u003eI just discovered this rubocop rule while working on a new project \u003ca href=\"https://www.rubydoc.info/gems/rubocop/RuboCop/Cop/Naming/RescuedExceptionsVariableName\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"\u003e\u003cspan class=\"invisible\"\u003ehttps://www.\u003c/span\u003e\u003cspan class=\"ellipsis\"\u003erubydoc.info/gems/rubocop/Rubo\u003c/span\u003e\u003cspan class=\"invisible\"\u003eCop/Cop/Naming/RescuedExceptionsVariableName\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e\u003cp\u003eI mean seriously? Why should a single name be enforced for all rescued exceptions? If in context there\u0026#39;s something more meaningful than `error`, then I\u0026#39;m gonna use it.\u003c/p\u003e\u003cp\u003eAlso why on earth would you enforce a single letter as variable name? \u003ca href=\"https://ruby.social/tags/notmyruby\" class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003enotmyruby\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e"},"updated":"2024-06-26T08:54:27Z","attachment":[],"tag":[{"type":"Hashtag","href":"https://ruby.social/tags/notmyruby","name":"#notmyruby"}],"replies":{"id":"https://ruby.social/users/byroot/statuses/112682051957106547/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/112682051957106547/replies?only_other_accounts=true\u0026page=true","partOf":"https://ruby.social/users/byroot/statuses/112682051957106547/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/112682051957106547/likes","type":"Collection","totalItems":8},"shares":{"id":"https://ruby.social/users/byroot/statuses/112682051957106547/shares","type":"Collection","totalItems":0}}},{"id":"https://ruby.social/users/byroot/statuses/112671530887629815/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-06-24T12:12:03Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://ruby.social/users/nony","https://ruby.social/users/eileencodes"],"object":{"id":"https://ruby.social/users/byroot/statuses/112671530887629815","type":"Note","summary":null,"inReplyTo":"https://ruby.social/users/nony/statuses/112671249287497537","published":"2024-06-24T12:12:03Z","url":"https://ruby.social/@byroot/112671530887629815","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://ruby.social/users/nony","https://ruby.social/users/eileencodes"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/112671530887629815","inReplyToAtomUri":"https://ruby.social/users/nony/statuses/112671249287497537","conversation":"tag:ruby.social,2024-06-24:objectId=48293543:objectType=Conversation","content":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://ruby.social/@nony\" class=\"u-url mention\"\u003e@\u003cspan\u003enony\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://ruby.social/@eileencodes\" class=\"u-url mention\"\u003e@\u003cspan\u003eeileencodes\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e no particular feeling no.\u003c/p\u003e\u003cp\u003eAlso I don\u0026#39;t think Eileen is very active around here, so best to discuss this on GitHub or something.\u003c/p\u003e\u003cp\u003eIf your planned refactoring isn\u0026#39;t a ton of work, the simpler is to discuss over a PR. Otherwise you can start a GitHub discussion and tag Eileen: \u003ca href=\"https://github.com/rails/rails/discussions\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"\u003e\u003cspan class=\"invisible\"\u003ehttps://\u003c/span\u003e\u003cspan class=\"ellipsis\"\u003egithub.com/rails/rails/discuss\u003c/span\u003e\u003cspan class=\"invisible\"\u003eions\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","contentMap":{"en":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://ruby.social/@nony\" class=\"u-url mention\"\u003e@\u003cspan\u003enony\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://ruby.social/@eileencodes\" class=\"u-url mention\"\u003e@\u003cspan\u003eeileencodes\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e no particular feeling no.\u003c/p\u003e\u003cp\u003eAlso I don\u0026#39;t think Eileen is very active around here, so best to discuss this on GitHub or something.\u003c/p\u003e\u003cp\u003eIf your planned refactoring isn\u0026#39;t a ton of work, the simpler is to discuss over a PR. Otherwise you can start a GitHub discussion and tag Eileen: \u003ca href=\"https://github.com/rails/rails/discussions\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"\u003e\u003cspan class=\"invisible\"\u003ehttps://\u003c/span\u003e\u003cspan class=\"ellipsis\"\u003egithub.com/rails/rails/discuss\u003c/span\u003e\u003cspan class=\"invisible\"\u003eions\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e"},"attachment":[],"tag":[{"type":"Mention","href":"https://ruby.social/users/nony","name":"@nony"},{"type":"Mention","href":"https://ruby.social/users/eileencodes","name":"@eileencodes"}],"replies":{"id":"https://ruby.social/users/byroot/statuses/112671530887629815/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/112671530887629815/replies?only_other_accounts=true\u0026page=true","partOf":"https://ruby.social/users/byroot/statuses/112671530887629815/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/112671530887629815/likes","type":"Collection","totalItems":0},"shares":{"id":"https://ruby.social/users/byroot/statuses/112671530887629815/shares","type":"Collection","totalItems":0}}},{"id":"https://ruby.social/users/byroot/statuses/112671245079603460/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-06-24T10:59:22Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://ruby.social/users/nony","https://ruby.social/users/eileencodes"],"object":{"id":"https://ruby.social/users/byroot/statuses/112671245079603460","type":"Note","summary":null,"inReplyTo":"https://ruby.social/users/nony/statuses/112671240096770145","published":"2024-06-24T10:59:22Z","url":"https://ruby.social/@byroot/112671245079603460","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://ruby.social/users/nony","https://ruby.social/users/eileencodes"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/112671245079603460","inReplyToAtomUri":"https://ruby.social/users/nony/statuses/112671240096770145","conversation":"tag:ruby.social,2024-06-24:objectId=48293543:objectType=Conversation","content":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://ruby.social/@nony\" class=\"u-url mention\"\u003e@\u003cspan\u003enony\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e That\u0026#39;s more \u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://ruby.social/@eileencodes\" class=\"u-url mention\"\u003e@\u003cspan\u003eeileencodes\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u0026#39;s area of expertise.\u003c/p\u003e","contentMap":{"en":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://ruby.social/@nony\" class=\"u-url mention\"\u003e@\u003cspan\u003enony\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e That\u0026#39;s more \u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://ruby.social/@eileencodes\" class=\"u-url mention\"\u003e@\u003cspan\u003eeileencodes\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u0026#39;s area of expertise.\u003c/p\u003e"},"attachment":[],"tag":[{"type":"Mention","href":"https://ruby.social/users/nony","name":"@nony"},{"type":"Mention","href":"https://ruby.social/users/eileencodes","name":"@eileencodes"}],"replies":{"id":"https://ruby.social/users/byroot/statuses/112671245079603460/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/112671245079603460/replies?only_other_accounts=true\u0026page=true","partOf":"https://ruby.social/users/byroot/statuses/112671245079603460/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/112671245079603460/likes","type":"Collection","totalItems":0},"shares":{"id":"https://ruby.social/users/byroot/statuses/112671245079603460/shares","type":"Collection","totalItems":0}}},{"id":"https://ruby.social/users/byroot/statuses/112610149145350336/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-06-13T16:01:52Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://ruby.social/users/samsaffron"],"object":{"id":"https://ruby.social/users/byroot/statuses/112610149145350336","type":"Note","summary":null,"inReplyTo":"https://ruby.social/users/byroot/statuses/112608230956169882","published":"2024-06-13T16:01:52Z","url":"https://ruby.social/@byroot/112610149145350336","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://ruby.social/users/samsaffron"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/112610149145350336","inReplyToAtomUri":"https://ruby.social/users/byroot/statuses/112608230956169882","conversation":"tag:ruby.social,2024-06-13:objectId=47554849:objectType=Conversation","content":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://ruby.social/@samsaffron\" class=\"u-url mention\"\u003e@\u003cspan\u003esamsaffron\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e Thanks for the repro. It\u0026#39;s fixed an backported to 7.1.\u003c/p\u003e","contentMap":{"en":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://ruby.social/@samsaffron\" class=\"u-url mention\"\u003e@\u003cspan\u003esamsaffron\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e Thanks for the repro. It\u0026#39;s fixed an backported to 7.1.\u003c/p\u003e"},"attachment":[],"tag":[{"type":"Mention","href":"https://ruby.social/users/samsaffron","name":"@samsaffron"}],"replies":{"id":"https://ruby.social/users/byroot/statuses/112610149145350336/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/112610149145350336/replies?only_other_accounts=true\u0026page=true","partOf":"https://ruby.social/users/byroot/statuses/112610149145350336/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/112610149145350336/likes","type":"Collection","totalItems":1},"shares":{"id":"https://ruby.social/users/byroot/statuses/112610149145350336/shares","type":"Collection","totalItems":0}}}]}oj-3.16.12/test/data/activitypub.rails.json000066400000000000000000001614601510053151600205400ustar00rootroot00000000000000{"@context":["https://www.w3.org/ns/activitystreams",{"ostatus":"http://ostatus.org#","atomUri":"ostatus:atomUri","inReplyToAtomUri":"ostatus:inReplyToAtomUri","conversation":"ostatus:conversation","sensitive":"as:sensitive","toot":"http://joinmastodon.org/ns#","votersCount":"toot:votersCount","blurhash":"toot:blurhash","focalPoint":{"@container":"@list","@id":"toot:focalPoint"},"Hashtag":"as:Hashtag"}],"id":"https://ruby.social/users/byroot/outbox?page=true","type":"OrderedCollectionPage","next":"https://ruby.social/users/byroot/outbox?max_id=112610149145350336\u0026page=true","prev":"https://ruby.social/users/byroot/outbox?min_id=113395951825326098\u0026page=true","partOf":"https://ruby.social/users/byroot/outbox","orderedItems":[{"id":"https://ruby.social/users/byroot/statuses/113395951825326098/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-10-30T10:41:49Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers"],"object":{"id":"https://ruby.social/users/byroot/statuses/113395951825326098","type":"Note","summary":null,"inReplyTo":null,"published":"2024-10-30T10:41:49Z","url":"https://ruby.social/@byroot/113395951825326098","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/113395951825326098","inReplyToAtomUri":null,"conversation":"tag:ruby.social,2024-10-30:objectId=57644998:objectType=Conversation","content":"\u003cp\u003eHere\u0026#39;s the post I teased last week.\u003c/p\u003e\u003cp\u003eTL;DR; Average latency: -5%, p99 latency -10%\u003c/p\u003e\u003cp\u003e\u003ca href=\"https://railsatscale.com/2024-10-23-next-generation-oob-gc/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"\u003e\u003cspan class=\"invisible\"\u003ehttps://\u003c/span\u003e\u003cspan class=\"ellipsis\"\u003erailsatscale.com/2024-10-23-ne\u003c/span\u003e\u003cspan class=\"invisible\"\u003ext-generation-oob-gc/\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","contentMap":{"en":"\u003cp\u003eHere\u0026#39;s the post I teased last week.\u003c/p\u003e\u003cp\u003eTL;DR; Average latency: -5%, p99 latency -10%\u003c/p\u003e\u003cp\u003e\u003ca href=\"https://railsatscale.com/2024-10-23-next-generation-oob-gc/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"\u003e\u003cspan class=\"invisible\"\u003ehttps://\u003c/span\u003e\u003cspan class=\"ellipsis\"\u003erailsatscale.com/2024-10-23-ne\u003c/span\u003e\u003cspan class=\"invisible\"\u003ext-generation-oob-gc/\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e"},"attachment":[],"tag":[],"replies":{"id":"https://ruby.social/users/byroot/statuses/113395951825326098/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/113395951825326098/replies?only_other_accounts=true\u0026page=true","partOf":"https://ruby.social/users/byroot/statuses/113395951825326098/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/113395951825326098/likes","type":"Collection","totalItems":7},"shares":{"id":"https://ruby.social/users/byroot/statuses/113395951825326098/shares","type":"Collection","totalItems":5}}},{"id":"https://ruby.social/users/byroot/statuses/113364382912445498/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-10-24T20:53:26Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://oisaur.com/users/renchap"],"object":{"id":"https://ruby.social/users/byroot/statuses/113364382912445498","type":"Note","summary":null,"inReplyTo":"https://oisaur.com/users/renchap/statuses/113364257424669603","published":"2024-10-24T20:53:26Z","url":"https://ruby.social/@byroot/113364382912445498","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://oisaur.com/users/renchap"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/113364382912445498","inReplyToAtomUri":"https://oisaur.com/users/renchap/statuses/113364257424669603","conversation":"tag:ruby.social,2024-10-24:objectId=57167969:objectType=Conversation","content":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://oisaur.com/@renchap\" class=\"u-url mention\"\u003e@\u003cspan\u003erenchap\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e for JSON generation yes.\u003c/p\u003e\u003cp\u003eIf you can turn that into an easy to run benchmark of some sort and somehow Oj is faster, I\u0026#39;m happy to take a look.\u003c/p\u003e\u003cp\u003eAnd even if it\u0026#39;s not faster, I\u0026#39;d also be happy to see if I can squeeze some more perf out of `json`.\u003c/p\u003e","contentMap":{"en":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://oisaur.com/@renchap\" class=\"u-url mention\"\u003e@\u003cspan\u003erenchap\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e for JSON generation yes.\u003c/p\u003e\u003cp\u003eIf you can turn that into an easy to run benchmark of some sort and somehow Oj is faster, I\u0026#39;m happy to take a look.\u003c/p\u003e\u003cp\u003eAnd even if it\u0026#39;s not faster, I\u0026#39;d also be happy to see if I can squeeze some more perf out of `json`.\u003c/p\u003e"},"attachment":[],"tag":[{"type":"Mention","href":"https://oisaur.com/users/renchap","name":"@renchap@oisaur.com"}],"replies":{"id":"https://ruby.social/users/byroot/statuses/113364382912445498/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/113364382912445498/replies?only_other_accounts=true\u0026page=true","partOf":"https://ruby.social/users/byroot/statuses/113364382912445498/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/113364382912445498/likes","type":"Collection","totalItems":2},"shares":{"id":"https://ruby.social/users/byroot/statuses/113364382912445498/shares","type":"Collection","totalItems":0}}},{"id":"https://ruby.social/users/byroot/statuses/113361790648929484/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-10-24T09:54:11Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers"],"object":{"id":"https://ruby.social/users/byroot/statuses/113361790648929484","type":"Note","summary":null,"inReplyTo":null,"published":"2024-10-24T09:54:11Z","url":"https://ruby.social/@byroot/113361790648929484","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/113361790648929484","inReplyToAtomUri":null,"conversation":"tag:ruby.social,2024-10-24:objectId=57167969:objectType=Conversation","content":"\u003cp\u003eI\u0026#39;ve just released json 2.7.3 with some bug fixes and lots of performance improvements: \u003ca href=\"https://github.com/ruby/json/releases/tag/v2.7.3\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"\u003e\u003cspan class=\"invisible\"\u003ehttps://\u003c/span\u003e\u003cspan class=\"ellipsis\"\u003egithub.com/ruby/json/releases/\u003c/span\u003e\u003cspan class=\"invisible\"\u003etag/v2.7.3\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e\u003cp\u003eThis is my first release after being made maintainer two weeks ago.\u003c/p\u003e\u003cp\u003eIf you got some realistic benchmarks in which JSON.dump is significantly slower than an alternative gem, please let me know.\u003c/p\u003e\u003cp\u003eAs long as it\u0026#39;s not the result of the alternative doing something incorrect, I\u0026#39;ll consider it as a bug.\u003c/p\u003e","contentMap":{"en":"\u003cp\u003eI\u0026#39;ve just released json 2.7.3 with some bug fixes and lots of performance improvements: \u003ca href=\"https://github.com/ruby/json/releases/tag/v2.7.3\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"\u003e\u003cspan class=\"invisible\"\u003ehttps://\u003c/span\u003e\u003cspan class=\"ellipsis\"\u003egithub.com/ruby/json/releases/\u003c/span\u003e\u003cspan class=\"invisible\"\u003etag/v2.7.3\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e\u003cp\u003eThis is my first release after being made maintainer two weeks ago.\u003c/p\u003e\u003cp\u003eIf you got some realistic benchmarks in which JSON.dump is significantly slower than an alternative gem, please let me know.\u003c/p\u003e\u003cp\u003eAs long as it\u0026#39;s not the result of the alternative doing something incorrect, I\u0026#39;ll consider it as a bug.\u003c/p\u003e"},"attachment":[{"type":"Document","mediaType":"image/png","url":"https://cdn.masto.host/rubysocial/media_attachments/files/113/361/788/681/127/110/original/5f0931fc4b8fe796.png","name":null,"blurhash":"UASF-ENLo#xY_4RkM_xu9Yoea#V@_MITWB%g","width":1870,"height":960}],"tag":[],"replies":{"id":"https://ruby.social/users/byroot/statuses/113361790648929484/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/113361790648929484/replies?only_other_accounts=true\u0026page=true","partOf":"https://ruby.social/users/byroot/statuses/113361790648929484/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/113361790648929484/likes","type":"Collection","totalItems":36},"shares":{"id":"https://ruby.social/users/byroot/statuses/113361790648929484/shares","type":"Collection","totalItems":16}}},{"id":"https://ruby.social/users/byroot/statuses/113356365626792579/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-10-23T10:54:31Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers"],"object":{"id":"https://ruby.social/users/byroot/statuses/113356365626792579","type":"Note","summary":null,"inReplyTo":null,"published":"2024-10-23T10:54:31Z","url":"https://ruby.social/@byroot/113356365626792579","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/113356365626792579","inReplyToAtomUri":null,"conversation":"tag:ruby.social,2024-10-23:objectId=57090061:objectType=Conversation","content":"\u003cp\u003eI\u0026#39;m working on a blog post about our new out of band GC. Sneak peak:\u003c/p\u003e","contentMap":{"en":"\u003cp\u003eI\u0026#39;m working on a blog post about our new out of band GC. Sneak peak:\u003c/p\u003e"},"attachment":[{"type":"Document","mediaType":"image/png","url":"https://cdn.masto.host/rubysocial/media_attachments/files/113/356/364/818/271/017/original/9df7ff5c6469cfbd.png","name":null,"blurhash":"UJRfqJ-=xct5yXjEayWV-rIoRjoL~Wt7oLkC","width":4096,"height":988}],"tag":[],"replies":{"id":"https://ruby.social/users/byroot/statuses/113356365626792579/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/113356365626792579/replies?only_other_accounts=true\u0026page=true","partOf":"https://ruby.social/users/byroot/statuses/113356365626792579/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/113356365626792579/likes","type":"Collection","totalItems":8},"shares":{"id":"https://ruby.social/users/byroot/statuses/113356365626792579/shares","type":"Collection","totalItems":3}}},{"id":"https://ruby.social/users/byroot/statuses/113350171031468562/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-10-22T08:39:09Z","to":["https://ruby.social/users/byroot/followers"],"cc":["https://www.w3.org/ns/activitystreams#Public","https://hachyderm.io/users/baweaver"],"object":{"id":"https://ruby.social/users/byroot/statuses/113350171031468562","type":"Note","summary":null,"inReplyTo":"https://hachyderm.io/users/baweaver/statuses/113350162298585353","published":"2024-10-22T08:39:09Z","url":"https://ruby.social/@byroot/113350171031468562","attributedTo":"https://ruby.social/users/byroot","to":["https://ruby.social/users/byroot/followers"],"cc":["https://www.w3.org/ns/activitystreams#Public","https://hachyderm.io/users/baweaver"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/113350171031468562","inReplyToAtomUri":"https://hachyderm.io/users/baweaver/statuses/113350162298585353","conversation":"tag:hachyderm.io,2024-10-22:objectId=202069168:objectType=Conversation","content":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://hachyderm.io/@baweaver\" class=\"u-url mention\"\u003e@\u003cspan\u003ebaweaver\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e how would that have been different without CD? \u003c/p\u003e\u003cp\u003eWhatever bug that caused the outage would have been deployed just the same, just as part of a bigger batch.\u003c/p\u003e\u003cp\u003eYou take make 0 sense to me.\u003c/p\u003e","contentMap":{"en":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://hachyderm.io/@baweaver\" class=\"u-url mention\"\u003e@\u003cspan\u003ebaweaver\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e how would that have been different without CD? \u003c/p\u003e\u003cp\u003eWhatever bug that caused the outage would have been deployed just the same, just as part of a bigger batch.\u003c/p\u003e\u003cp\u003eYou take make 0 sense to me.\u003c/p\u003e"},"attachment":[],"tag":[{"type":"Mention","href":"https://hachyderm.io/users/baweaver","name":"@baweaver@hachyderm.io"}],"replies":{"id":"https://ruby.social/users/byroot/statuses/113350171031468562/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/113350171031468562/replies?only_other_accounts=true\u0026page=true","partOf":"https://ruby.social/users/byroot/statuses/113350171031468562/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/113350171031468562/likes","type":"Collection","totalItems":0},"shares":{"id":"https://ruby.social/users/byroot/statuses/113350171031468562/shares","type":"Collection","totalItems":0}}},{"id":"https://ruby.social/users/byroot/statuses/113350159628598017/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-10-22T08:36:15Z","to":["https://ruby.social/users/byroot/followers"],"cc":["https://www.w3.org/ns/activitystreams#Public","https://hachyderm.io/users/baweaver"],"object":{"id":"https://ruby.social/users/byroot/statuses/113350159628598017","type":"Note","summary":null,"inReplyTo":"https://hachyderm.io/users/baweaver/statuses/113350151359487275","published":"2024-10-22T08:36:15Z","url":"https://ruby.social/@byroot/113350159628598017","attributedTo":"https://ruby.social/users/byroot","to":["https://ruby.social/users/byroot/followers"],"cc":["https://www.w3.org/ns/activitystreams#Public","https://hachyderm.io/users/baweaver"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/113350159628598017","inReplyToAtomUri":"https://hachyderm.io/users/baweaver/statuses/113350151359487275","conversation":"tag:hachyderm.io,2024-10-22:objectId=202069168:objectType=Conversation","content":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://hachyderm.io/@baweaver\" class=\"u-url mention\"\u003e@\u003cspan\u003ebaweaver\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e that doesn\u0026#39;t answer my point.\u003c/p\u003e\u003cp\u003eWhy do you think (all things being equal) releasing less often is better?\u003c/p\u003e","contentMap":{"en":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://hachyderm.io/@baweaver\" class=\"u-url mention\"\u003e@\u003cspan\u003ebaweaver\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e that doesn\u0026#39;t answer my point.\u003c/p\u003e\u003cp\u003eWhy do you think (all things being equal) releasing less often is better?\u003c/p\u003e"},"attachment":[],"tag":[{"type":"Mention","href":"https://hachyderm.io/users/baweaver","name":"@baweaver@hachyderm.io"}],"replies":{"id":"https://ruby.social/users/byroot/statuses/113350159628598017/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/113350159628598017/replies?only_other_accounts=true\u0026page=true","partOf":"https://ruby.social/users/byroot/statuses/113350159628598017/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/113350159628598017/likes","type":"Collection","totalItems":0},"shares":{"id":"https://ruby.social/users/byroot/statuses/113350159628598017/shares","type":"Collection","totalItems":0}}},{"id":"https://ruby.social/users/byroot/statuses/113350126777528742/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-10-22T08:27:54Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://hachyderm.io/users/baweaver"],"object":{"id":"https://ruby.social/users/byroot/statuses/113350126777528742","type":"Note","summary":null,"inReplyTo":"https://ruby.social/users/byroot/statuses/113350126084035477","published":"2024-10-22T08:27:54Z","url":"https://ruby.social/@byroot/113350126777528742","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://hachyderm.io/users/baweaver"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/113350126777528742","inReplyToAtomUri":"https://ruby.social/users/byroot/statuses/113350126084035477","conversation":"tag:hachyderm.io,2024-10-22:objectId=202069168:objectType=Conversation","content":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://hachyderm.io/@baweaver\" class=\"u-url mention\"\u003e@\u003cspan\u003ebaweaver\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003c/p\u003e\u003cp\u003eI get the monitoring etc argument, but CD doesn\u0026#39;t necessarily means merge and go get a coffee, while things deploy automatically.\u003c/p\u003e\u003cp\u003eIf you don\u0026#39;t trust your monitoring and don\u0026#39;t have automatic rollbacks when an anomaly is detected, you can perfectly enforce that whoever has a change deploying must be around and check everything is going well.\u003c/p\u003e","contentMap":{"en":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://hachyderm.io/@baweaver\" class=\"u-url mention\"\u003e@\u003cspan\u003ebaweaver\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003c/p\u003e\u003cp\u003eI get the monitoring etc argument, but CD doesn\u0026#39;t necessarily means merge and go get a coffee, while things deploy automatically.\u003c/p\u003e\u003cp\u003eIf you don\u0026#39;t trust your monitoring and don\u0026#39;t have automatic rollbacks when an anomaly is detected, you can perfectly enforce that whoever has a change deploying must be around and check everything is going well.\u003c/p\u003e"},"attachment":[],"tag":[{"type":"Mention","href":"https://hachyderm.io/users/baweaver","name":"@baweaver@hachyderm.io"}],"replies":{"id":"https://ruby.social/users/byroot/statuses/113350126777528742/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/113350126777528742/replies?only_other_accounts=true\u0026page=true","partOf":"https://ruby.social/users/byroot/statuses/113350126777528742/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/113350126777528742/likes","type":"Collection","totalItems":1},"shares":{"id":"https://ruby.social/users/byroot/statuses/113350126777528742/shares","type":"Collection","totalItems":0}}},{"id":"https://ruby.social/users/byroot/statuses/113350126084035477/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-10-22T08:27:44Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://hachyderm.io/users/baweaver"],"object":{"id":"https://ruby.social/users/byroot/statuses/113350126084035477","type":"Note","summary":null,"inReplyTo":"https://hachyderm.io/users/baweaver/statuses/113348847094225477","published":"2024-10-22T08:27:44Z","url":"https://ruby.social/@byroot/113350126084035477","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://hachyderm.io/users/baweaver"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/113350126084035477","inReplyToAtomUri":"https://hachyderm.io/users/baweaver/statuses/113348847094225477","conversation":"tag:hachyderm.io,2024-10-22:objectId=202069168:objectType=Conversation","content":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://hachyderm.io/@baweaver\" class=\"u-url mention\"\u003e@\u003cspan\u003ebaweaver\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003c/p\u003e\u003cp\u003eCan\u0026#39;t disagree more. All things equal, CD reduce the turn around time to deal with a bad release.\u003c/p\u003e\u003cp\u003eAssuming your devs ship 100 PR per week, and 1% of these have a bug, if you ship say, once a day when you hit that bug you need to figure out which of the 20 PRs in the batch is responsible.\u003c/p\u003e\u003cp\u003eIf you ship 20 times a day, so each PR independently, it becomes extremely obvious which PR need to be rolled back and reverted.\u003c/p\u003e","contentMap":{"en":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://hachyderm.io/@baweaver\" class=\"u-url mention\"\u003e@\u003cspan\u003ebaweaver\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003c/p\u003e\u003cp\u003eCan\u0026#39;t disagree more. All things equal, CD reduce the turn around time to deal with a bad release.\u003c/p\u003e\u003cp\u003eAssuming your devs ship 100 PR per week, and 1% of these have a bug, if you ship say, once a day when you hit that bug you need to figure out which of the 20 PRs in the batch is responsible.\u003c/p\u003e\u003cp\u003eIf you ship 20 times a day, so each PR independently, it becomes extremely obvious which PR need to be rolled back and reverted.\u003c/p\u003e"},"updated":"2024-10-22T08:28:50Z","attachment":[],"tag":[{"type":"Mention","href":"https://hachyderm.io/users/baweaver","name":"@baweaver@hachyderm.io"}],"replies":{"id":"https://ruby.social/users/byroot/statuses/113350126084035477/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/113350126084035477/replies?min_id=113350126777528742\u0026page=true","partOf":"https://ruby.social/users/byroot/statuses/113350126084035477/replies","items":["https://ruby.social/users/byroot/statuses/113350126777528742"]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/113350126084035477/likes","type":"Collection","totalItems":2},"shares":{"id":"https://ruby.social/users/byroot/statuses/113350126084035477/shares","type":"Collection","totalItems":0}}},{"id":"https://ruby.social/users/byroot/statuses/113287895679614930/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-10-11T08:41:43Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://ruby.social/users/postmodern"],"object":{"id":"https://ruby.social/users/byroot/statuses/113287895679614930","type":"Note","summary":null,"inReplyTo":null,"published":"2024-10-11T08:41:43Z","url":"https://ruby.social/@byroot/113287895679614930","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://ruby.social/users/postmodern"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/113287895679614930","inReplyToAtomUri":null,"conversation":"tag:ruby.social,2024-10-11:objectId=56178826:objectType=Conversation","content":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://ruby.social/@postmodern\" class=\"u-url mention\"\u003e@\u003cspan\u003epostmodern\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e it\u0026#39;s a big company, so the experience can vary a ton depending on where in the the org you are.\u003c/p\u003e\u003cp\u003eFeel free to DM details and questions if you want a more targeted answer.\u003c/p\u003e","contentMap":{"en":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://ruby.social/@postmodern\" class=\"u-url mention\"\u003e@\u003cspan\u003epostmodern\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e it\u0026#39;s a big company, so the experience can vary a ton depending on where in the the org you are.\u003c/p\u003e\u003cp\u003eFeel free to DM details and questions if you want a more targeted answer.\u003c/p\u003e"},"attachment":[],"tag":[{"type":"Mention","href":"https://ruby.social/users/postmodern","name":"@postmodern"}],"replies":{"id":"https://ruby.social/users/byroot/statuses/113287895679614930/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/113287895679614930/replies?only_other_accounts=true\u0026page=true","partOf":"https://ruby.social/users/byroot/statuses/113287895679614930/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/113287895679614930/likes","type":"Collection","totalItems":1},"shares":{"id":"https://ruby.social/users/byroot/statuses/113287895679614930/shares","type":"Collection","totalItems":0}}},{"id":"https://ruby.social/users/byroot/statuses/113057980213460794/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-08-31T18:11:11Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://ruby.social/users/flavorjones"],"object":{"id":"https://ruby.social/users/byroot/statuses/113057980213460794","type":"Note","summary":null,"inReplyTo":null,"published":"2024-08-31T18:11:11Z","url":"https://ruby.social/@byroot/113057980213460794","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://ruby.social/users/flavorjones"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/113057980213460794","inReplyToAtomUri":null,"conversation":"tag:ruby.social,2024-08-31:objectId=53204977:objectType=Conversation","content":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://ruby.social/@flavorjones\" class=\"u-url mention\"\u003e@\u003cspan\u003eflavorjones\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e Exceptionally, I was listening.\u003c/p\u003e","contentMap":{"en":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://ruby.social/@flavorjones\" class=\"u-url mention\"\u003e@\u003cspan\u003eflavorjones\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e Exceptionally, I was listening.\u003c/p\u003e"},"attachment":[],"tag":[{"type":"Mention","href":"https://ruby.social/users/flavorjones","name":"@flavorjones"}],"replies":{"id":"https://ruby.social/users/byroot/statuses/113057980213460794/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/113057980213460794/replies?only_other_accounts=true\u0026page=true","partOf":"https://ruby.social/users/byroot/statuses/113057980213460794/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/113057980213460794/likes","type":"Collection","totalItems":2},"shares":{"id":"https://ruby.social/users/byroot/statuses/113057980213460794/shares","type":"Collection","totalItems":0}}},{"id":"https://ruby.social/users/byroot/statuses/113032547130202524/activity","type":"Announce","actor":"https://ruby.social/users/byroot","published":"2024-08-27T06:23:13Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/pushcx","https://ruby.social/users/byroot/followers"],"object":"https://ruby.social/users/pushcx/statuses/113030799240706907"},{"id":"https://ruby.social/users/byroot/statuses/112929088810252037/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-08-08T23:52:25Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://sfba.social/users/soaproot","https://ruby.social/users/flavorjones"],"object":{"id":"https://ruby.social/users/byroot/statuses/112929088810252037","type":"Note","summary":null,"inReplyTo":"https://sfba.social/users/soaproot/statuses/112928555487199451","published":"2024-08-08T23:52:25Z","url":"https://ruby.social/@byroot/112929088810252037","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://sfba.social/users/soaproot","https://ruby.social/users/flavorjones"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/112929088810252037","inReplyToAtomUri":"https://sfba.social/users/soaproot/statuses/112928555487199451","conversation":"tag:ruby.social,2024-08-08:objectId=51576086:objectType=Conversation","content":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://sfba.social/@soaproot\" class=\"u-url mention\"\u003e@\u003cspan\u003esoaproot\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://ruby.social/@flavorjones\" class=\"u-url mention\"\u003e@\u003cspan\u003eflavorjones\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e this is open source. Your dependencies are your code too.\u003c/p\u003e\u003cp\u003eWhich means open a PR to fix it there if there isn\u0026#39;t one yet, or at the very least ensure there is an open issue.\u003c/p\u003e\u003cp\u003eThen there are mechanisms to silence specific warnings, such as \u003ca href=\"https://rubygems.org/gems/warning\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"\u003e\u003cspan class=\"invisible\"\u003ehttps://\u003c/span\u003e\u003cspan class=\"\"\u003erubygems.org/gems/warning\u003c/span\u003e\u003cspan class=\"invisible\"\u003e\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","contentMap":{"en":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://sfba.social/@soaproot\" class=\"u-url mention\"\u003e@\u003cspan\u003esoaproot\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://ruby.social/@flavorjones\" class=\"u-url mention\"\u003e@\u003cspan\u003eflavorjones\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e this is open source. Your dependencies are your code too.\u003c/p\u003e\u003cp\u003eWhich means open a PR to fix it there if there isn\u0026#39;t one yet, or at the very least ensure there is an open issue.\u003c/p\u003e\u003cp\u003eThen there are mechanisms to silence specific warnings, such as \u003ca href=\"https://rubygems.org/gems/warning\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"\u003e\u003cspan class=\"invisible\"\u003ehttps://\u003c/span\u003e\u003cspan class=\"\"\u003erubygems.org/gems/warning\u003c/span\u003e\u003cspan class=\"invisible\"\u003e\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e"},"attachment":[],"tag":[{"type":"Mention","href":"https://sfba.social/users/soaproot","name":"@soaproot@sfba.social"},{"type":"Mention","href":"https://ruby.social/users/flavorjones","name":"@flavorjones"}],"replies":{"id":"https://ruby.social/users/byroot/statuses/112929088810252037/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/112929088810252037/replies?only_other_accounts=true\u0026page=true","partOf":"https://ruby.social/users/byroot/statuses/112929088810252037/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/112929088810252037/likes","type":"Collection","totalItems":4},"shares":{"id":"https://ruby.social/users/byroot/statuses/112929088810252037/shares","type":"Collection","totalItems":1}}},{"id":"https://ruby.social/users/byroot/statuses/112733460786406967/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-07-05T10:41:38Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://ruby.social/users/floehopper"],"object":{"id":"https://ruby.social/users/byroot/statuses/112733460786406967","type":"Note","summary":null,"inReplyTo":"https://ruby.social/users/floehopper/statuses/112732960288445318","published":"2024-07-05T10:41:38Z","url":"https://ruby.social/@byroot/112733460786406967","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://ruby.social/users/floehopper"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/112733460786406967","inReplyToAtomUri":"https://ruby.social/users/floehopper/statuses/112732960288445318","conversation":"tag:ruby.social,2024-07-05:objectId=49065856:objectType=Conversation","content":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://ruby.social/@floehopper\" class=\"u-url mention\"\u003e@\u003cspan\u003efloehopper\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e while the French system isn\u0026#39;t strictly FPTP, in practice it is similar enough that historically it almost always gave an absolute majority to minority formations.\u003c/p\u003e\u003cp\u003eIt only failed to do so the last two years.\u003c/p\u003e\u003cp\u003eIt\u0026#39;s was designed this way on purpose for the sake of \u0026quot;stability\u0026quot;...\u003c/p\u003e","contentMap":{"en":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://ruby.social/@floehopper\" class=\"u-url mention\"\u003e@\u003cspan\u003efloehopper\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e while the French system isn\u0026#39;t strictly FPTP, in practice it is similar enough that historically it almost always gave an absolute majority to minority formations.\u003c/p\u003e\u003cp\u003eIt only failed to do so the last two years.\u003c/p\u003e\u003cp\u003eIt\u0026#39;s was designed this way on purpose for the sake of \u0026quot;stability\u0026quot;...\u003c/p\u003e"},"attachment":[],"tag":[{"type":"Mention","href":"https://ruby.social/users/floehopper","name":"@floehopper"}],"replies":{"id":"https://ruby.social/users/byroot/statuses/112733460786406967/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/112733460786406967/replies?only_other_accounts=true\u0026page=true","partOf":"https://ruby.social/users/byroot/statuses/112733460786406967/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/112733460786406967/likes","type":"Collection","totalItems":1},"shares":{"id":"https://ruby.social/users/byroot/statuses/112733460786406967/shares","type":"Collection","totalItems":0}}},{"id":"https://ruby.social/users/byroot/statuses/112682265852412256/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-06-26T09:42:05Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://status.pointless.one/users/pointlessone","https://ruby.social/users/codefolio"],"object":{"id":"https://ruby.social/users/byroot/statuses/112682265852412256","type":"Note","summary":null,"inReplyTo":"https://status.pointless.one/users/pointlessone/statuses/112682262345182185","published":"2024-06-26T09:42:05Z","url":"https://ruby.social/@byroot/112682265852412256","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://status.pointless.one/users/pointlessone","https://ruby.social/users/codefolio"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/112682265852412256","inReplyToAtomUri":"https://status.pointless.one/users/pointlessone/statuses/112682262345182185","conversation":"tag:ruby.social,2024-06-26:objectId=48431832:objectType=Conversation","content":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://status.pointless.one/@pointlessone\" class=\"u-url mention\"\u003e@\u003cspan\u003epointlessone\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://ruby.social/@codefolio\" class=\"u-url mention\"\u003e@\u003cspan\u003ecodefolio\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e the trailing comma is the number one reason I can\u0026#39;t agree with standardrb.\u003c/p\u003e\u003cp\u003eTotally agree on minimizing diff noise.\u003c/p\u003e","contentMap":{"en":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://status.pointless.one/@pointlessone\" class=\"u-url mention\"\u003e@\u003cspan\u003epointlessone\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://ruby.social/@codefolio\" class=\"u-url mention\"\u003e@\u003cspan\u003ecodefolio\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e the trailing comma is the number one reason I can\u0026#39;t agree with standardrb.\u003c/p\u003e\u003cp\u003eTotally agree on minimizing diff noise.\u003c/p\u003e"},"attachment":[],"tag":[{"type":"Mention","href":"https://status.pointless.one/users/pointlessone","name":"@pointlessone@status.pointless.one"},{"type":"Mention","href":"https://ruby.social/users/codefolio","name":"@codefolio"}],"replies":{"id":"https://ruby.social/users/byroot/statuses/112682265852412256/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/112682265852412256/replies?only_other_accounts=true\u0026page=true","partOf":"https://ruby.social/users/byroot/statuses/112682265852412256/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/112682265852412256/likes","type":"Collection","totalItems":1},"shares":{"id":"https://ruby.social/users/byroot/statuses/112682265852412256/shares","type":"Collection","totalItems":0}}},{"id":"https://ruby.social/users/byroot/statuses/112682089780639728/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-06-26T08:57:19Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://ruby.social/users/codefolio"],"object":{"id":"https://ruby.social/users/byroot/statuses/112682089780639728","type":"Note","summary":null,"inReplyTo":"https://ruby.social/users/codefolio/statuses/112682077769593093","published":"2024-06-26T08:57:19Z","url":"https://ruby.social/@byroot/112682089780639728","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://ruby.social/users/codefolio"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/112682089780639728","inReplyToAtomUri":"https://ruby.social/users/codefolio/statuses/112682077769593093","conversation":"tag:ruby.social,2024-06-26:objectId=48431832:objectType=Conversation","content":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://ruby.social/@codefolio\" class=\"u-url mention\"\u003e@\u003cspan\u003ecodefolio\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e I still do, because I think there is a baseline of cops that save a lot of time during review when people submit PRs.\u003c/p\u003e\u003cp\u003eBut the default config is really puzzling, always have to disable tons of cops: \u003ca href=\"https://github.com/redis-rb/redis-client/blob/master/.rubocop.yml\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"\u003e\u003cspan class=\"invisible\"\u003ehttps://\u003c/span\u003e\u003cspan class=\"ellipsis\"\u003egithub.com/redis-rb/redis-clie\u003c/span\u003e\u003cspan class=\"invisible\"\u003ent/blob/master/.rubocop.yml\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e\u003cp\u003eWish I could use `standard`, but while it\u0026#39;s less annoying, I just plain can\u0026#39;t agree with some of the choices they made, and they don\u0026#39;t allow to deviate so...\u003c/p\u003e","contentMap":{"en":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://ruby.social/@codefolio\" class=\"u-url mention\"\u003e@\u003cspan\u003ecodefolio\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e I still do, because I think there is a baseline of cops that save a lot of time during review when people submit PRs.\u003c/p\u003e\u003cp\u003eBut the default config is really puzzling, always have to disable tons of cops: \u003ca href=\"https://github.com/redis-rb/redis-client/blob/master/.rubocop.yml\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"\u003e\u003cspan class=\"invisible\"\u003ehttps://\u003c/span\u003e\u003cspan class=\"ellipsis\"\u003egithub.com/redis-rb/redis-clie\u003c/span\u003e\u003cspan class=\"invisible\"\u003ent/blob/master/.rubocop.yml\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e\u003cp\u003eWish I could use `standard`, but while it\u0026#39;s less annoying, I just plain can\u0026#39;t agree with some of the choices they made, and they don\u0026#39;t allow to deviate so...\u003c/p\u003e"},"attachment":[],"tag":[{"type":"Mention","href":"https://ruby.social/users/codefolio","name":"@codefolio"}],"replies":{"id":"https://ruby.social/users/byroot/statuses/112682089780639728/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/112682089780639728/replies?only_other_accounts=true\u0026page=true","partOf":"https://ruby.social/users/byroot/statuses/112682089780639728/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/112682089780639728/likes","type":"Collection","totalItems":4},"shares":{"id":"https://ruby.social/users/byroot/statuses/112682089780639728/shares","type":"Collection","totalItems":0}}},{"id":"https://ruby.social/users/byroot/statuses/112682075988473643/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-06-26T08:53:48Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://ruby.social/users/codefolio"],"object":{"id":"https://ruby.social/users/byroot/statuses/112682075988473643","type":"Note","summary":null,"inReplyTo":"https://ruby.social/users/codefolio/statuses/112682069742608695","published":"2024-06-26T08:53:48Z","url":"https://ruby.social/@byroot/112682075988473643","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://ruby.social/users/codefolio"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/112682075988473643","inReplyToAtomUri":"https://ruby.social/users/codefolio/statuses/112682069742608695","conversation":"tag:ruby.social,2024-06-26:objectId=48431832:objectType=Conversation","content":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://ruby.social/@codefolio\" class=\"u-url mention\"\u003e@\u003cspan\u003ecodefolio\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e Yeah. I started a project a few hours ago, already had to disable 6 cops that I consider plain wrong.\u003c/p\u003e","contentMap":{"en":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://ruby.social/@codefolio\" class=\"u-url mention\"\u003e@\u003cspan\u003ecodefolio\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e Yeah. I started a project a few hours ago, already had to disable 6 cops that I consider plain wrong.\u003c/p\u003e"},"attachment":[],"tag":[{"type":"Mention","href":"https://ruby.social/users/codefolio","name":"@codefolio"}],"replies":{"id":"https://ruby.social/users/byroot/statuses/112682075988473643/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/112682075988473643/replies?only_other_accounts=true\u0026page=true","partOf":"https://ruby.social/users/byroot/statuses/112682075988473643/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/112682075988473643/likes","type":"Collection","totalItems":1},"shares":{"id":"https://ruby.social/users/byroot/statuses/112682075988473643/shares","type":"Collection","totalItems":0}}},{"id":"https://ruby.social/users/byroot/statuses/112682051957106547/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-06-26T08:47:41Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers"],"object":{"id":"https://ruby.social/users/byroot/statuses/112682051957106547","type":"Note","summary":null,"inReplyTo":null,"published":"2024-06-26T08:47:41Z","url":"https://ruby.social/@byroot/112682051957106547","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/112682051957106547","inReplyToAtomUri":null,"conversation":"tag:ruby.social,2024-06-26:objectId=48431832:objectType=Conversation","content":"\u003cp\u003eI just discovered this rubocop rule while working on a new project \u003ca href=\"https://www.rubydoc.info/gems/rubocop/RuboCop/Cop/Naming/RescuedExceptionsVariableName\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"\u003e\u003cspan class=\"invisible\"\u003ehttps://www.\u003c/span\u003e\u003cspan class=\"ellipsis\"\u003erubydoc.info/gems/rubocop/Rubo\u003c/span\u003e\u003cspan class=\"invisible\"\u003eCop/Cop/Naming/RescuedExceptionsVariableName\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e\u003cp\u003eI mean seriously? Why should a single name be enforced for all rescued exceptions? If in context there\u0026#39;s something more meaningful than `error`, then I\u0026#39;m gonna use it.\u003c/p\u003e\u003cp\u003eAlso why on earth would you enforce a single letter as variable name? \u003ca href=\"https://ruby.social/tags/notmyruby\" class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003enotmyruby\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","contentMap":{"en":"\u003cp\u003eI just discovered this rubocop rule while working on a new project \u003ca href=\"https://www.rubydoc.info/gems/rubocop/RuboCop/Cop/Naming/RescuedExceptionsVariableName\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"\u003e\u003cspan class=\"invisible\"\u003ehttps://www.\u003c/span\u003e\u003cspan class=\"ellipsis\"\u003erubydoc.info/gems/rubocop/Rubo\u003c/span\u003e\u003cspan class=\"invisible\"\u003eCop/Cop/Naming/RescuedExceptionsVariableName\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e\u003cp\u003eI mean seriously? Why should a single name be enforced for all rescued exceptions? If in context there\u0026#39;s something more meaningful than `error`, then I\u0026#39;m gonna use it.\u003c/p\u003e\u003cp\u003eAlso why on earth would you enforce a single letter as variable name? \u003ca href=\"https://ruby.social/tags/notmyruby\" class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003enotmyruby\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e"},"updated":"2024-06-26T08:54:27Z","attachment":[],"tag":[{"type":"Hashtag","href":"https://ruby.social/tags/notmyruby","name":"#notmyruby"}],"replies":{"id":"https://ruby.social/users/byroot/statuses/112682051957106547/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/112682051957106547/replies?only_other_accounts=true\u0026page=true","partOf":"https://ruby.social/users/byroot/statuses/112682051957106547/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/112682051957106547/likes","type":"Collection","totalItems":8},"shares":{"id":"https://ruby.social/users/byroot/statuses/112682051957106547/shares","type":"Collection","totalItems":0}}},{"id":"https://ruby.social/users/byroot/statuses/112671530887629815/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-06-24T12:12:03Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://ruby.social/users/nony","https://ruby.social/users/eileencodes"],"object":{"id":"https://ruby.social/users/byroot/statuses/112671530887629815","type":"Note","summary":null,"inReplyTo":"https://ruby.social/users/nony/statuses/112671249287497537","published":"2024-06-24T12:12:03Z","url":"https://ruby.social/@byroot/112671530887629815","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://ruby.social/users/nony","https://ruby.social/users/eileencodes"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/112671530887629815","inReplyToAtomUri":"https://ruby.social/users/nony/statuses/112671249287497537","conversation":"tag:ruby.social,2024-06-24:objectId=48293543:objectType=Conversation","content":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://ruby.social/@nony\" class=\"u-url mention\"\u003e@\u003cspan\u003enony\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://ruby.social/@eileencodes\" class=\"u-url mention\"\u003e@\u003cspan\u003eeileencodes\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e no particular feeling no.\u003c/p\u003e\u003cp\u003eAlso I don\u0026#39;t think Eileen is very active around here, so best to discuss this on GitHub or something.\u003c/p\u003e\u003cp\u003eIf your planned refactoring isn\u0026#39;t a ton of work, the simpler is to discuss over a PR. Otherwise you can start a GitHub discussion and tag Eileen: \u003ca href=\"https://github.com/rails/rails/discussions\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"\u003e\u003cspan class=\"invisible\"\u003ehttps://\u003c/span\u003e\u003cspan class=\"ellipsis\"\u003egithub.com/rails/rails/discuss\u003c/span\u003e\u003cspan class=\"invisible\"\u003eions\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","contentMap":{"en":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://ruby.social/@nony\" class=\"u-url mention\"\u003e@\u003cspan\u003enony\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://ruby.social/@eileencodes\" class=\"u-url mention\"\u003e@\u003cspan\u003eeileencodes\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e no particular feeling no.\u003c/p\u003e\u003cp\u003eAlso I don\u0026#39;t think Eileen is very active around here, so best to discuss this on GitHub or something.\u003c/p\u003e\u003cp\u003eIf your planned refactoring isn\u0026#39;t a ton of work, the simpler is to discuss over a PR. Otherwise you can start a GitHub discussion and tag Eileen: \u003ca href=\"https://github.com/rails/rails/discussions\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"\u003e\u003cspan class=\"invisible\"\u003ehttps://\u003c/span\u003e\u003cspan class=\"ellipsis\"\u003egithub.com/rails/rails/discuss\u003c/span\u003e\u003cspan class=\"invisible\"\u003eions\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e"},"attachment":[],"tag":[{"type":"Mention","href":"https://ruby.social/users/nony","name":"@nony"},{"type":"Mention","href":"https://ruby.social/users/eileencodes","name":"@eileencodes"}],"replies":{"id":"https://ruby.social/users/byroot/statuses/112671530887629815/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/112671530887629815/replies?only_other_accounts=true\u0026page=true","partOf":"https://ruby.social/users/byroot/statuses/112671530887629815/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/112671530887629815/likes","type":"Collection","totalItems":0},"shares":{"id":"https://ruby.social/users/byroot/statuses/112671530887629815/shares","type":"Collection","totalItems":0}}},{"id":"https://ruby.social/users/byroot/statuses/112671245079603460/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-06-24T10:59:22Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://ruby.social/users/nony","https://ruby.social/users/eileencodes"],"object":{"id":"https://ruby.social/users/byroot/statuses/112671245079603460","type":"Note","summary":null,"inReplyTo":"https://ruby.social/users/nony/statuses/112671240096770145","published":"2024-06-24T10:59:22Z","url":"https://ruby.social/@byroot/112671245079603460","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://ruby.social/users/nony","https://ruby.social/users/eileencodes"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/112671245079603460","inReplyToAtomUri":"https://ruby.social/users/nony/statuses/112671240096770145","conversation":"tag:ruby.social,2024-06-24:objectId=48293543:objectType=Conversation","content":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://ruby.social/@nony\" class=\"u-url mention\"\u003e@\u003cspan\u003enony\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e That\u0026#39;s more \u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://ruby.social/@eileencodes\" class=\"u-url mention\"\u003e@\u003cspan\u003eeileencodes\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u0026#39;s area of expertise.\u003c/p\u003e","contentMap":{"en":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://ruby.social/@nony\" class=\"u-url mention\"\u003e@\u003cspan\u003enony\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e That\u0026#39;s more \u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://ruby.social/@eileencodes\" class=\"u-url mention\"\u003e@\u003cspan\u003eeileencodes\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u0026#39;s area of expertise.\u003c/p\u003e"},"attachment":[],"tag":[{"type":"Mention","href":"https://ruby.social/users/nony","name":"@nony"},{"type":"Mention","href":"https://ruby.social/users/eileencodes","name":"@eileencodes"}],"replies":{"id":"https://ruby.social/users/byroot/statuses/112671245079603460/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/112671245079603460/replies?only_other_accounts=true\u0026page=true","partOf":"https://ruby.social/users/byroot/statuses/112671245079603460/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/112671245079603460/likes","type":"Collection","totalItems":0},"shares":{"id":"https://ruby.social/users/byroot/statuses/112671245079603460/shares","type":"Collection","totalItems":0}}},{"id":"https://ruby.social/users/byroot/statuses/112610149145350336/activity","type":"Create","actor":"https://ruby.social/users/byroot","published":"2024-06-13T16:01:52Z","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://ruby.social/users/samsaffron"],"object":{"id":"https://ruby.social/users/byroot/statuses/112610149145350336","type":"Note","summary":null,"inReplyTo":"https://ruby.social/users/byroot/statuses/112608230956169882","published":"2024-06-13T16:01:52Z","url":"https://ruby.social/@byroot/112610149145350336","attributedTo":"https://ruby.social/users/byroot","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://ruby.social/users/byroot/followers","https://ruby.social/users/samsaffron"],"sensitive":false,"atomUri":"https://ruby.social/users/byroot/statuses/112610149145350336","inReplyToAtomUri":"https://ruby.social/users/byroot/statuses/112608230956169882","conversation":"tag:ruby.social,2024-06-13:objectId=47554849:objectType=Conversation","content":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://ruby.social/@samsaffron\" class=\"u-url mention\"\u003e@\u003cspan\u003esamsaffron\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e Thanks for the repro. It\u0026#39;s fixed an backported to 7.1.\u003c/p\u003e","contentMap":{"en":"\u003cp\u003e\u003cspan class=\"h-card\" translate=\"no\"\u003e\u003ca href=\"https://ruby.social/@samsaffron\" class=\"u-url mention\"\u003e@\u003cspan\u003esamsaffron\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e Thanks for the repro. It\u0026#39;s fixed an backported to 7.1.\u003c/p\u003e"},"attachment":[],"tag":[{"type":"Mention","href":"https://ruby.social/users/samsaffron","name":"@samsaffron"}],"replies":{"id":"https://ruby.social/users/byroot/statuses/112610149145350336/replies","type":"Collection","first":{"type":"CollectionPage","next":"https://ruby.social/users/byroot/statuses/112610149145350336/replies?only_other_accounts=true\u0026page=true","partOf":"https://ruby.social/users/byroot/statuses/112610149145350336/replies","items":[]}},"likes":{"id":"https://ruby.social/users/byroot/statuses/112610149145350336/likes","type":"Collection","totalItems":1},"shares":{"id":"https://ruby.social/users/byroot/statuses/112610149145350336/shares","type":"Collection","totalItems":0}}}]}oj-3.16.12/test/data/canada.compat.json000066400000000000000000124040641510053151600175600ustar00rootroot00000000000000{"type":"FeatureCollection","features":[{"type":"Feature","properties":{"name":"Canada"},"geometry":{"type":"Polygon","coordinates":[[["-0.65613616999999977e2","0.43420273000000009e2"],["-0.65619720000000029e2","0.43418052999999986e2"],[-65.625,"0.43421379000000059e2"],["-0.65636123999999882e2","0.43449714999999969e2"],["-0.65633056999999951e2","0.43474709000000132e2"],["-0.65611389000000031e2","0.43513054000000068e2"],["-0.65605835000000013e2","0.43516105999999979e2"],[-65.598343,"0.43515830999999935e2"],["-0.65566101000000003e2","0.43508331000000055e2"],["-0.65561935000000005e2","0.43504439999999988e2"],[-65.55999799999995,"0.43499718000000087e2"],["-0.65573333999999988e2","0.43476379000000065e2"],["-0.65593612999999948e2","0.43444153000000028e2"],["-0.65613616999999977e2","0.43420273000000009e2"]],[["-0.59816947999999911e2","0.43928328999999962e2"],["-0.59841667000000029e2","0.43918602000000021e2"],["-0.59866393999999957e2","0.43909987999999998e2"],["-0.59879722999999956e2","0.43906654000000003e2"],["-0.59895835999999974e2","0.43904160000000047e2"],["-0.59919448999999929e2","0.43901099999999985e2"],["-0.59953330999999991e2","0.43898604999999975e2"],["-0.60013617999999951e2","0.43903320000000008e2"],["-0.60028609999999958e2","0.43905548000000124e2"],["-0.60078338999999914e2","0.43917496000000028e2"],["-0.60103888999999981e2","0.43926659000000029e2"],["-0.60121666000000005e2","0.43934990000000084e2"],["-0.60129997000000003e2","0.43941933000000063e2"],["-0.60124167999999997e2","0.43945267000000058e2"],["-0.60095000999999968e2","0.43939430000000129e2"],["-0.60017776000000026e2","0.43925827000000083e2"],["-0.59975554999999986e2","0.43921936000000017e2"],["-0.59966942000000017e2","0.43921936000000017e2"],["-0.59915000999999961e2","0.43925552000000096e2"],["-0.59861945999999989e2","0.43934433000000013e2"],["-0.59841385000000002e2","0.43938880999999981e2"],[-59.80972300000002,"0.43950828999999999e2"],["-0.59793334999999956e2","0.43959435000000099e2"],["-0.59777221999999938e2","0.43968048000000067e2"],["-0.59755279999999971e2","0.43979431000000091e2"],["-0.59724716000000001e2","0.43991104000000121e2"],["-0.59727775999999949e2","0.43986382000000049e2"],["-0.59736389000000031e2","0.43979156000000103e2"],["-0.59753615999999965e2","0.43964995999999985e2"],["-0.59762504999999919e2","0.43957771000000093e2"],["-0.59782501000000025e2","0.43944434999999999e2"],["-0.59793059999999969e2",43.93832400000008],["-0.59816947999999911e2","0.43928328999999962e2"]],[["-0.66282775999999956e2","0.44289719000000105e2"],["-0.66314437999999996e2","0.44250548999999978e2"],["-0.66322234999999978e2","0.44252777000000094e2"],["-0.66324448000000018e2",44.25750000000005],["-0.66323897999999986e2","0.44263329000000113e2"],["-0.66310271999999998e2","0.44289993000000038e2"],["-0.66303054999999915e2","0.44300545000000056e2"],["-0.66294723999999917e2","0.44310271999999998e2"],["-0.66228333000000021e2","0.44385826000000009e2"],[-66.21945199999999,"0.44394713999999965e2"],["-0.66214447000000007e2","0.44397774000000027e2"],["-0.66206389999999942e2","0.44395271000000037e2"],["-0.66204726999999934e2","0.44384995000000004e2"],["-0.66205275999999969e2","0.44379433000000063e2"],["-0.66208053999999947e2","0.44372765000000072e2"],["-0.66214721999999938e2",44.36360900000011],["-0.66249725000000012e2","0.44327217000000132e2"],["-0.66282775999999956e2","0.44289719000000105e2"]],[["-0.66886123999999995e2","0.44614440999999999e2"],["-0.66900283999999999e2",44.61332699999997],["-0.66904174999999952e2","0.44618049999999982e2"],[-66.904449,"0.44622489999999971e2"],["-0.66884734999999978e2",44.68332700000002],["-0.66858611999999937e2","0.44743050000000039e2"],["-0.66837783999999942e2","0.44770827999999995e2"],["-0.66833327999999938e2","0.44774994000000049e2"],["-0.66803329000000019e2","0.44798881999999992e2"],["-0.66798049999999932e2","0.44802490000000091e2"],["-0.66786666999999852e2","0.44808044000000109e2"],["-0.66779723999999931e2","0.44809158000000082e2"],["-0.66772507000000019e2","0.44809158000000082e2"],["-0.66767226999999934e2","0.44805549999999982e2"],["-0.66764724999999999e2","0.44801102000000014e2"],["-0.66757781999999963e2","0.44792496000000085e2"],["-0.66734726000000023e2","0.44729156000000103e2"],["-0.66736938000000009e2","0.44717209000000139e2"],["-0.66740279999999927e2",44.70777099999998],["-0.66761123999999995e2","0.44676102000000128e2"],["-0.66765015000000005e2","0.44671378999999945e2"],["-0.66875274999999931e2","0.44619438000000059e2"],["-0.66886123999999995e2","0.44614440999999999e2"]],[["-0.61199996999999996e2","0.45558327000000077e2"],["-0.61204720000000009e2","0.45555267000000072e2"],["-0.61212775999999963e2","0.45556656000000032e2"],["-0.61219993999999986e2","0.45559990000000028e2"],["-0.61224167000000023e2","0.45564156000000139e2"],["-0.61222220999999934e2","0.45569443000000035e2"],[-61.21416499999998,"0.45568886000000134e2"],["-0.61208610999999962e2",45.56721500000009],["-0.61202498999999989e2","0.45563324000000023e2"],["-0.61199996999999996e2","0.45558327000000077e2"]],[["-0.60993889000000024e2",45.45777099999998],[-61.00028199999997,"0.45455826000000002e2"],["-0.61007781999999963e2","0.45457214000000079e2"],["-0.61019446999999957e2","0.45463882000000069e2"],["-0.61101943999999946e2","0.45523048000000017e2"],["-0.61105835000000013e2","0.45526939000000084e2"],["-0.61108337000000006e2","0.45540833000000021e2"],["-0.61104445999999939e2","0.45546387000000038e2"],["-0.61098609999999951e2","0.45549164000000076e2"],["-0.61023612999999955e2","0.45574997000000053e2"],["-0.61017220000000009e2","0.45575272000000041e2"],["-0.60936942999999985e2","0.45576659999999947e2"],[-60.908051,"0.45576103000000046e2"],["-0.60900275999999906e2","0.45575554000000125e2"],["-0.60879996999999946e2","0.45560547000000099e2"],["-0.60878608999999869e2","0.45555824000000143e2"],["-0.60883888000000013e2","0.45550544999999943e2"],["-0.60889167999999984e2","0.45548332000000016e2"],["-0.60910277999999948e2","0.45546104000000071e2"],["-0.60936110999999983e2","0.45539161999999976e2"],["-0.60947495000000004e2","0.45533607000000075e2"],["-0.60952498999999932e2","0.45529990999999995e2"],["-0.60962501999999915e2","0.45519989000000066e2"],[-60.96305799999999,"0.45514998999999989e2"],["-0.60961669999999913e2","0.45510277000000087e2"],["-0.60958611000000019e2","0.45505829000000119e2"],["-0.60950553999999954e2","0.45497771999999998e2"],["-0.60993889000000024e2",45.45777099999998]],[["-0.63246391000000017e2","0.46435547000000042e2"],[-63.25389100000001,"0.46435265000000129e2"],[-63.26167299999986,"0.46436378000000047e2"],["-0.63269446999999957e2","0.46439713000000097e2"],["-0.63285004000000015e2","0.46450829000000056e2"],[-63.27055399999989,"0.46450271999999984e2"],["-0.63245834000000002e2","0.46442764000000125e2"],["-0.63240836999999999e2","0.46438599000000124e2"],["-0.63246391000000017e2","0.46435547000000042e2"]],[["-0.71111114999999984e2","0.46850548000000003e2"],["-0.71118606999999997e2","0.46850273000000016e2"],["-0.71127486999999917e2","0.46851662000000033e2"],["-0.71130279999999914e2","0.46856102000000021e2"],["-0.71128326000000015e2","0.46862213000000111e2"],["-0.71121383999999978e2","0.46874161000000129e2"],["-0.71098891999999978e2","0.46898048000000017e2"],["-0.71078339000000028e2","0.46913605000000075e2"],["-0.70936935000000005e2","0.46992493000000024e2"],["-0.70896666999999866e2","0.47013329000000056e2"],[-70.87222300000002,"0.47024162000000047e2"],["-0.70860001000000011e2",47.02777100000003],["-0.70845276000000013e2","0.47029160000000047e2"],["-0.70836394999999982e2",47.02777100000003],["-0.70818893000000003e2",47.02276599999999],[-70.81361400000003,"0.47019440000000145e2"],["-0.70809158000000025e2",47.01527400000009],["-0.70807495000000017e2",47.00999500000006],["-0.70809432999999956e2","0.47004439999999988e2"],["-0.70814437999999996e2","0.46998329000000126e2"],["-0.70877212999999983e2","0.46931107000000111e2"],["-0.70887512000000015e2","0.46923607000000004e2"],["-0.70904174999999952e2","0.46913605000000075e2"],["-0.71009170999999924e2","0.46871101000000067e2"],["-0.71033324999999934e2","0.46862494999999967e2"],["-0.71040832999999964e2","0.46860549999999989e2"],["-0.71082229999999925e2","0.46853325000000098e2"],["-0.71111114999999984e2","0.46850548000000003e2"]],[["-0.60445273999999984e2","0.46861664000000133e2"],["-0.60436942999999985e2","0.46861107000000061e2"],["-0.60352782999999988e2","0.46861664000000133e2"],["-0.60345832999999857e2","0.46862494999999967e2"],["-0.60334441999999967e2","0.46868881000000101e2"],["-0.60326110999999969e2","0.46868323999999973e2"],["-0.60320838999999978e2","0.46864441000000056e2"],["-0.60309440999999936e2","0.46851105000000132e2"],["-0.60302223000000026e2","0.46837493999999936e2"],["-0.60301392000000021e2","0.46831940000000145e2"],["-0.60304442999999935e2","0.46815269000000114e2"],["-0.60322776999999917e2","0.46736382000000049e2"],["-0.60327224999999885e2","0.46724991000000045e2"],["-0.60478881999999942e2","0.46389992000000063e2"],["-0.60535277999999948e2","0.46321663000000058e2"],["-0.60589438999999857e2",46.25499700000006],["-0.60609169000000009e2","0.46201934999999935e2"],["-0.60590331999999933e2","0.46207821000000081e2"],["-0.60587001999999984e2","0.46209488000000135e2"],[-60.57150299999995,"0.46228653000000122e2"],["-0.60553329000000019e2","0.46248878000000047e2"],["-0.60551391999999964e2",46.25499700000006],["-0.60543335000000013e2","0.46266663000000051e2"],[-60.528053,"0.46278602999999919e2"],["-0.60479720999999984e2","0.46311104000000057e2"],[-60.46805599999999,"0.46316665999999998e2"],[-60.44388600000002,"0.46326942000000088e2"],["-0.60430557000000022e2",46.33138299999996],["-0.60424171000000001e2","0.46331665000000044e2"],["-0.60416388999999867e2","0.46328049000000021e2"],["-0.60412216000000001e2",46.31888600000002],["-0.60417777999999942e2","0.46285827999999981e2"],["-0.60419997999999964e2","0.46279991000000052e2"],[-60.42472099999992,46.27526899999998],["-0.60438048999999921e2","0.46270828000000051e2"],["-0.60454719999999952e2","0.46262215000000083e2"],["-0.60470550999999944e2","0.46251105999999993e2"],[-60.53583100000003,"0.46192436000000043e2"],[-60.59027900000001,"0.46138603000000103e2"],["-0.60600280999999939e2","0.46130271999999991e2"],[-60.61611199999993,"0.46120827000000133e2"],["-0.60645836000000031e2","0.46106102000000021e2"],["-0.60687774999999874e2","0.46088326000000052e2"],["-0.60701110999999912e2",46.08526599999999],["-0.60788895000000025e2","0.46066666000000055e2"],[-60.86333499999995,"0.46052490000000034e2"],["-0.60986114999999927e2","0.45982491000000095e2"],["-0.61023887999999943e2","0.45969437000000028e2"],["-0.61080283999999949e2","0.45951660000000004e2"],["-0.61087776000000019e2",45.95138500000013],["-0.61095832999999971e2","0.45952217000000076e2"],["-0.61105003000000011e2","0.45954712000000086e2"],["-0.61113059999999905e2","0.45955268999999987e2"],["-0.61117774999999938e2","0.45950828999999999e2"],["-0.61126944999999978e2","0.45928329000000133e2"],["-0.61125556999999958e2","0.45923607000000061e2"],["-0.61118332000000009e2","0.45923049999999932e2"],["-0.61056999000000019e2","0.45931216999999947e2"],["-0.61052834000000018e2","0.45931881000000033e2"],["-0.61017497999999989e2","0.45940712000000076e2"],["-0.61014835000000005e2","0.45943382000000042e2"],["-0.60989165999999955e2",45.95638300000013],["-0.60987777999999935e2","0.45962494000000049e2"],["-0.60984168999999952e2","0.45967490999999939e2"],["-0.60957221999999945e2","0.45984992999999974e2"],["-0.60940551999999911e2","0.45994438000000059e2"],["-0.60892776000000026e2",46.01527400000009],["-0.60853057999999976e2",46.03138000000007],["-0.60770835999999917e2","0.46057495000000074e2"],["-0.60757506999999919e2","0.46060546999999985e2"],["-0.60743056999999965e2","0.46061661000000015e2"],["-0.60735557999999912e2","0.46058044000000052e2"],["-0.60734169000000009e2",46.05332199999998],["-0.60734169000000009e2","0.46047493000000145e2"],["-0.60807502999999997e2","0.45931107000000111e2"],["-0.60870276999999987e2","0.45910820000000058e2"],["-0.60898055999999997e2","0.45906654000000117e2"],["-0.60956947000000014e2","0.45903046000000018e2"],["-0.61042888999999946e2","0.45891327000000103e2"],["-0.61047053999999946e2","0.45890659000000085e2"],["-0.61050555999999972e2","0.45888991999999973e2"],["-0.61053390999999976e2","0.45886162000000127e2"],["-0.61096663999999976e2","0.45860275000000001e2"],["-0.61097777999999948e2","0.45854713000000061e2"],["-0.61094718999999998e2","0.45850273000000016e2"],["-0.61087776000000019e2","0.45847487999999998e2"],["-0.61079726999999991e2",45.84693900000002],["-0.61073059000000001e2",45.84804500000007],["-0.61060829000000012e2","0.45852776000000006e2"],["-0.61049445999999989e2","0.45858330000000024e2"],["-0.61026107999999965e2",45.86971299999999],["-0.60989997999999957e2","0.45881934999999999e2"],[-60.96805599999999,"0.45883331000000055e2"],["-0.60960281000000009e2","0.45880272000000048e2"],["-0.60919448999999986e2","0.45857498000000078e2"],["-0.60915833000000021e2","0.45852776000000006e2"],["-0.60917777999999942e2","0.45847487999999998e2"],["-0.60935271999999941e2","0.45825271999999984e2"],["-0.60940551999999911e2","0.45821663000000001e2"],["-0.60947495000000004e2","0.45820549000000028e2"],["-0.61019446999999957e2","0.45809989999999971e2"],["-0.61067504999999983e2","0.45791663999999969e2"],["-0.61079169999999976e2","0.45786110000000008e2"],["-0.61118057000000022e2","0.45763611000000026e2"],[-61.12777699999998,"0.45755271999999991e2"],["-0.61147223999999994e2","0.45704993999999999e2"],["-0.61149170000000026e2","0.45699715000000026e2"],["-0.61142501999999922e2","0.45696381000000031e2"],["-0.61077498999999932e2","0.45688880999999981e2"],["-0.61070838999999978e2","0.45689987000000031e2"],["-0.61041945999999996e2","0.45704162999999994e2"],["-0.61012778999999966e2","0.45718880000000013e2"],["-0.60996391000000017e2","0.45727767999999969e2"],["-0.60972771000000023e2",45.738045],["-0.60954719999999952e2","0.45745543999999938e2"],["-0.60935829000000012e2","0.45751389000000074e2"],[-60.92222599999991,45.75360900000004],["-0.60914443999999946e2",45.75360900000004],["-0.60890556000000004e2","0.45751663000000008e2"],["-0.60881942999999922e2","0.45750000000000057e2"],["-0.60864165999999898e2","0.45744438000000116e2"],["-0.60844161999999983e2","0.45735268000000076e2"],["-0.60816665999999998e2","0.45722488000000112e2"],["-0.60809998000000007e2","0.45719154000000117e2"],["-0.60800835000000006e2",45.71166199999999],["-0.60729438999999957e2","0.45778603000000032e2"],["-0.60719718999999998e2","0.45788329999999974e2"],["-0.60516944999999964e2","0.45920830000000137e2"],["-0.60491942999999878e2","0.45929436000000067e2"],["-0.60466942000000017e2","0.45938041999999996e2"],["-0.60409163999999976e2","0.45979987999999935e2"],["-0.60404166999999973e2","0.45984436000000073e2"],["-0.60395835999999974e2",45.99610100000001],[-60.40166499999998,"0.45994713000000104e2"],["-0.60555000000000007e2","0.45946938000000102e2"],["-0.60611671000000001e2","0.45924995000000138e2"],["-0.60629722999999899e2","0.45917496000000142e2"],["-0.60639998999999989e2",45.91027100000008],["-0.60644721999999945e2","0.45905548000000124e2"],["-0.60655272999999966e2","0.45898330999999985e2"],["-0.60661110000000008e2","0.45895270999999923e2"],["-0.60673331999999903e2","0.45890549000000021e2"],["-0.60686110999999926e2","0.45886940000000038e2"],[-60.69388600000002,"0.45886107999999922e2"],["-0.60708892999999875e2","0.45887215000000026e2"],["-0.60723327999999981e2","0.45893326000000116e2"],["-0.60788337999999953e2","0.45929436000000067e2"],["-0.60789725999999973e2","0.45934433000000126e2"],["-0.60788895000000025e2","0.45939986999999974e2"],["-0.60785278000000005e2","0.45946381000000031e2"],[-60.78055599999999,"0.45950828999999999e2"],["-0.60691382999999973e2","0.46001937999999939e2"],["-0.60679168999999945e2","0.46006660000000011e2"],["-0.60601395000000025e2","0.46039719000000105e2"],["-0.60541114999999991e2","0.46065544000000102e2"],["-0.60523612999999955e2","0.46075554000000011e2"],["-0.60490836999999942e2","0.46094437000000084e2"],[-60.30999799999995,"0.46206939999999975e2"],[-60.30499999999995,"0.46210548000000074e2"],["-0.60299994999999967e2","0.46214996000000042e2"],["-0.60295279999999934e2","0.46226936000000137e2"],["-0.60295279999999934e2","0.46232208000000071e2"],["-0.60304169000000002e2","0.46233878999999945e2"],["-0.60365554999999972e2","0.46224990999999989e2"],["-0.60372771999999998e2","0.46223320000000115e2"],["-0.60396111000000019e2","0.46213051000000064e2"],["-0.60401938999999913e2",46.21027399999997],["-0.60418335000000013e2","0.46199996999999996e2"],["-0.60428054999999915e2","0.46192490000000078e2"],["-0.60442497000000003e2",46.17943600000001],["-0.60463332999999921e2","0.46163879000000122e2"],["-0.60479163999999912e2","0.46152771000000143e2"],[-60.528053,"0.46121658000000139e2"],["-0.60605835000000013e2","0.46074715000000083e2"],["-0.60629997000000003e2","0.46065269000000114e2"],["-0.60644164999999987e2","0.46063049000000092e2"],[-60.65193899999997,"0.46063880999999981e2"],["-0.60656104999999968e2","0.46067772000000048e2"],["-0.60656386999999938e2","0.46073051000000021e2"],["-0.60652495999999985e2","0.46079436999999984e2"],["-0.60638335999999867e2","0.46093048000000124e2"],["-0.60456107999999972e2","0.46241379000000052e2"],["-0.60404998999999975e2","0.46279991000000052e2"],["-0.60399726999999984e2","0.46283882000000119e2"],["-0.60388892999999996e2","0.46291106999999954e2"],["-0.60359725999999966e2","0.46304993000000138e2"],["-0.60347778000000005e2","0.46310546999999985e2"],["-0.60285278000000005e2","0.46321381000000031e2"],["-0.60205558999999994e2","0.46240273000000002e2"],["-0.60138054000000011e2","0.46246658000000025e2"],["-0.60131942999999922e2","0.46248604000000114e2"],["-0.60124167999999997e2","0.46248604000000114e2"],["-0.60099997999999971e2","0.46246384000000091e2"],["-0.60091666999999916e2","0.46244713000000047e2"],["-0.59950553999999897e2","0.46201385000000073e2"],["-0.59873054999999965e2",46.17582699999997],["-0.59808608999999876e2","0.46111938000000066e2"],[-59.80972300000002,"0.46106384000000048e2"],["-0.59819449999999961e2","0.46097214000000008e2"],["-0.59834166999999979e2","0.46084717000000012e2"],["-0.59853888999999924e2",46.00249500000001],[-59.840553,"0.45938324000000023e2"],["-0.59958610999999962e2","0.45901657000000057e2"],["-0.60130279999999971e2","0.45867767000000129e2"],["-0.60136115999999959e2","0.45864997999999957e2"],["-0.60155272999999966e2","0.45846656999999993e2"],["-0.60159438999999963e2","0.45841102999999976e2"],["-0.60160552999999936e2","0.45835548000000074e2"],["-0.60174445999999989e2",45.76388500000013],["-0.60229163999999969e2","0.45705551000000128e2"],["-0.60233886999999925e2","0.45701102999999932e2"],["-0.60245834000000002e2",45.69499200000007],["-0.60379723000000013e2","0.45644997000000046e2"],["-0.60392226999999991e2","0.45641105999999979e2"],["-0.60411666999999966e2","0.45636940000000095e2"],[-60.49888599999997,"0.45620269999999948e2"],["-0.60513061999999934e2","0.45618880999999988e2"],[-60.55750299999994,"0.45618049999999982e2"],["-0.60765556000000004e2","0.45594994000000099e2"],["-0.60960830999999928e2","0.45599433999999917e2"],["-0.61101669000000015e2","0.45564437999999996e2"],[-61.14833799999991,"0.45555267000000072e2"],["-0.61168334999999956e2","0.45551384000000098e2"],["-0.61196917999999982e2","0.45583740000000091e2"],["-0.61218696999999963e2","0.45580788000000098e2"],["-0.61237521999999956e2","0.45581528000000048e2"],["-0.61273055999999997e2","0.45561935000000005e2"],["-0.61336945000000014e2","0.45573326000000009e2"],[-61.37557599999991,"0.45622131000000138e2"],["-0.61430556999999965e2","0.45665543000000071e2"],["-0.61454719999999952e2","0.45705551000000128e2"],["-0.61457503999999972e2",45.71527100000003],["-0.61478049999999996e2","0.45803879000000109e2"],["-0.61494720000000029e2","0.45846381999999949e2"],["-0.61527495999999985e2",45.98943300000002],["-0.61455558999999994e2","0.46137497000000053e2"],["-0.61447776999999974e2","0.46149436999999978e2"],["-0.61438888999999961e2","0.46159430999999984e2"],["-0.61412772999999959e2","0.46178329000000076e2"],["-0.61390839000000028e2","0.46191376000000105e2"],[-61.37388599999997,"0.46200829000000113e2"],["-0.61343329999999924e2","0.46212493999999992e2"],["-0.61305557000000022e2","0.46224990999999989e2"],["-0.61293892000000028e2","0.46230819999999994e2"],["-0.61283332999999971e2","0.46238884000000041e2"],[-61.09722099999999,46.44609800000012],["-0.61089438999999913e2","0.46458046000000138e2"],["-0.61035278000000005e2","0.46555549999999982e2"],["-0.61033057999999926e2","0.46561661000000072e2"],["-0.61031113000000005e2","0.46572769000000051e2"],["-0.61032501000000025e2","0.46577492000000063e2"],["-0.60996947999999918e2","0.46634720000000073e2"],["-0.60892226999999991e2",46.77388000000002],["-0.60873610999999869e2","0.46793052999999929e2"],[-60.86361699999992,"0.46801384000000041e2"],[-60.84027900000001,"0.46813605999999993e2"],["-0.60833884999999896e2","0.46815543999999932e2"],["-0.60805557000000022e2","0.46820273999999984e2"],["-0.60793892000000028e2","0.46825271999999984e2"],["-0.60724716000000001e2","0.46874992000000134e2"],["-0.60714721999999995e2",46.88249200000007],["-0.60704444999999907e2","0.46891380000000026e2"],["-0.60695273999999927e2",46.901657],["-0.60686660999999958e2","0.46912491000000045e2"],["-0.60678336999999942e2","0.46930824000000143e2"],["-0.60670554999999979e2","0.46953606000000036e2"],["-0.60664444000000003e2","0.46966103000000032e2"],[-60.65694400000001,"0.46978600000000029e2"],["-0.60640282000000013e2",47],["-0.60609169000000009e2","0.47024437000000091e2"],["-0.60597777999999892e2","0.47031105000000025e2"],["-0.60591942000000017e2","0.47033333000000027e2"],["-0.60583327999999938e2","0.47031661999999926e2"],["-0.60460830999999871e2","0.46999161000000015e2"],["-0.60427498000000014e2","0.46965827999999988e2"],["-0.60493889000000024e2","0.46902214000000072e2"],["-0.60498055000000022e2","0.46896660000000111e2"],["-0.60452224999999942e2","0.46864441000000056e2"],["-0.60445273999999984e2","0.46861664000000133e2"]],[["-0.64039718999999991e2","0.46743324000000086e2"],["-0.64031677000000002e2","0.46742767000000015e2"],["-0.64016402999999912e2","0.46743607000000054e2"],["-0.64009170999999981e2","0.46744156000000032e2"],["-0.64005004999999983e2","0.46749718000000144e2"],["-0.63999999999999943e2",46.75360900000004],["-0.63991668999999945e2","0.46753052000000139e2"],["-0.63979163999999912e2","0.46746383999999978e2"],["-0.63974715999999944e2","0.46742493000000081e2"],["-0.63832503999999972e2","0.46617210000000057e2"],["-0.63831673000000023e2","0.46611938000000123e2"],["-0.63865004999999883e2","0.46537498000000085e2"],["-0.63868888999999967e2","0.46531937000000084e2"],["-0.63840836000000024e2","0.46464438999999913e2"],["-0.63828339000000028e2","0.46458046000000138e2"],["-0.63780281000000002e2",46.44499200000007],["-0.63742226000000016e2","0.46439430000000129e2"],["-0.63733054999999979e2","0.46438881000000038e2"],["-0.63709442000000024e2",46.43749200000002],["-0.63703888000000006e2","0.46440544000000102e2"],["-0.63698050999999964e2","0.46456383000000073e2"],["-0.63698607999999979e2","0.46461662000000047e2"],["-0.63700279000000023e2","0.46466385000000002e2"],["-0.63722771000000023e2",46.48054500000012],["-0.63738051999999982e2","0.46491378999999995e2"],["-0.63739998000000014e2","0.46496101000000067e2"],["-0.63723327999999924e2","0.46543610000000058e2"],["-0.63716110000000015e2","0.46553879000000109e2"],["-0.63709723999999994e2","0.46556099000000131e2"],["-0.63676391999999964e2","0.46564156000000082e2"],["-0.63662216000000001e2","0.46566382999999973e2"],["-0.63647223999999881e2",46.56721500000009],["-0.63618889000000024e2",46.561104],["-0.63497779999999977e2","0.46527771000000143e2"],["-0.63315001999999936e2","0.46488602000000071e2"],["-0.63271979999999928e2","0.46426926000000094e2"],["-0.63240661999999986e2","0.46420456000000001e2"],["-0.63216392999999982e2","0.46412209000000132e2"],["-0.62942771999999877e2","0.46426941000000113e2"],["-0.62862777999999935e2","0.46434715000000097e2"],["-0.62698607999999979e2","0.46452492000000007e2"],["-0.62692497000000003e2","0.46456100000000106e2"],["-0.62686385999999914e2","0.46457497000000046e2"],["-0.62665833000000021e2","0.46461104999999975e2"],["-0.62595001000000025e2","0.46470825000000048e2"],["-0.62477218999999991e2","0.46477768000000026e2"],["-0.62455558999999994e2","0.46478600000000142e2"],["-0.62182502999999997e2","0.46485824999999977e2"],["-0.62166388999999981e2","0.46486107000000061e2"],["-0.62133330999999941e2","0.46482764999999915e2"],["-0.62058051999999975e2","0.46472762999999986e2"],["-0.62014724999999942e2",46.46527100000003],["-0.61979720999999984e2",46.45915999999994],[-61.970551,"0.46456940000000145e2"],["-0.61965003999999965e2","0.46453323000000012e2"],["-0.61968886999999995e2","0.46447768999999994e2"],["-0.61973609999999951e2","0.46443047000000092e2"],["-0.62013061999999991e2","0.46421104000000128e2"],["-0.62101112000000001e2","0.46379715000000033e2"],["-0.62173331999999959e2","0.46349433999999974e2"],["-0.62215552999999943e2","0.46343605000000139e2"],["-0.62279723999999931e2","0.46338043000000027e2"],["-0.62309166000000005e2","0.46349998000000085e2"],["-0.62326392999999996e2","0.46354996000000085e2"],["-0.62342773000000022e2","0.46356102000000135e2"],["-0.62357779999999934e2",46.35582700000009],["-0.62355834999999956e2",46.35083000000003],["-0.62348052999999993e2","0.46332214000000022e2"],["-0.62334723999999994e2","0.46311935000000062e2"],["-0.62361945999999932e2","0.46276657000000057e2"],["-0.62419448999999986e2","0.46219986000000119e2"],["-0.62424720999999977e2","0.46215546000000074e2"],["-0.62453888000000006e2",46.21443899999997],["-0.62507506999999919e2","0.46214157000000114e2"],["-0.62603888999999924e2","0.46182495000000131e2"],["-0.62603888999999924e2","0.46177215999999987e2"],[-62.54222900000002,"0.46122490000000028e2"],["-0.62507506999999919e2","0.46118881000000044e2"],[-62.5,"0.46119156000000089e2"],["-0.62478333000000021e2","0.46120827000000133e2"],["-0.62477218999999991e2","0.46126380999999924e2"],["-0.62478881999999999e2","0.46131935000000112e2"],["-0.62481667000000016e2",46.13638300000008],["-0.62489998000000014e2","0.46138328999999999e2"],["-0.62497222999999963e2","0.46138046000000031e2"],["-0.62506110999999976e2","0.46139717000000076e2"],["-0.62513892999999996e2","0.46142220000000066e2"],["-0.62509726999999998e2","0.46148605000000032e2"],["-0.62504448000000025e2","0.46150825999999995e2"],["-0.62489166000000012e2","0.46151382000000126e2"],["-0.62473052999999993e2","0.46150269000000094e2"],["-0.62468886999999995e2","0.46146102999999982e2"],["-0.62449164999999937e2","0.46100548000000003e2"],["-0.62447494999999947e2","0.46095543000000134e2"],["-0.62446945000000028e2","0.46090546000000018e2"],["-0.62454720000000009e2","0.46018883000000073e2"],["-0.62459166999999979e2","0.46006386000000077e2"],["-0.62473609999999951e2","0.45994713000000104e2"],["-0.62496947999999975e2","0.45983879000000002e2"],["-0.62510001999999929e2","0.45979156000000046e2"],["-0.62541671999999949e2","0.45970543000000077e2"],["-0.62548614999999927e2","0.45969437000000028e2"],["-0.62591667000000029e2","0.45964996000000099e2"],["-0.62613891999999964e2","0.45962769000000037e2"],["-0.62650276000000019e2","0.45960274000000027e2"],["-0.62761115999999959e2","0.45954162999999937e2"],["-0.62837776000000019e2","0.45967490999999939e2"],["-0.62856667000000016e2","0.45977486000000056e2"],["-0.62882773999999984e2","0.45995544000000109e2"],["-0.62930283000000031e2","0.46037215999999944e2"],["-0.62970832999999971e2",46.07416500000005],["-0.62922500999999954e2","0.46092491000000052e2"],["-0.62917220999999984e2","0.46096382000000119e2"],["-0.62875274999999931e2","0.46134995000000004e2"],["-0.62871940999999936e2","0.46143607999999972e2"],["-0.62885276999999974e2","0.46155823000000055e2"],["-0.62890839000000028e2","0.46159430999999984e2"],["-0.63025276000000019e2","0.46189156000000082e2"],["-0.63103614999999991e2","0.46201934999999935e2"],["-0.63112777999999992e2","0.46204163000000108e2"],["-0.63119445999999868e2","0.46207214000000135e2"],[-63.12222300000002,"0.46211662000000103e2"],["-0.63120276999999987e2","0.46217766000000097e2"],["-0.63115836999999942e2","0.46222487999999998e2"],["-0.63038895000000025e2","0.46280273000000079e2"],[-63.02416999999997,"0.46290275999999949e2"],["-0.63017776000000026e2","0.46292496000000142e2"],["-0.63010284000000013e2","0.46292770000000075e2"],["-0.63002228000000002e2","0.46289992999999981e2"],[-62.99610899999999,"0.46292220999999984e2"],["-0.62979438999999957e2","0.46301658999999972e2"],["-0.62969161999999983e2","0.46309432999999956e2"],["-0.62964721999999881e2","0.46314156000000139e2"],["-0.62962775999999963e2","0.46319992000000013e2"],["-0.62969443999999953e2",46.31888600000002],["-0.63035277999999892e2","0.46301658999999972e2"],["-0.63041388999999981e2","0.46299721000000034e2"],["-0.63052779999999927e2","0.46293884000000048e2"],["-0.63058608999999933e2","0.46290833000000021e2"],["-0.63090836000000024e2",46.26915699999995],["-0.63165001000000018e2","0.46210548000000074e2"],["-0.63143332999999984e2","0.46201660000000118e2"],["-0.63139167999999984e2","0.46197769000000051e2"],["-0.63138610999999912e2","0.46192490000000078e2"],["-0.63140556000000004e2","0.46186378000000104e2"],[-63.22444200000001,"0.46139717000000076e2"],[-63.23860899999994,"0.46138046000000031e2"],["-0.63253615999999965e2","0.46137497000000053e2"],[-63.26167299999986,"0.46138046000000031e2"],["-0.63289169000000015e2",46.14388299999996],["-0.63409163999999919e2","0.46176940999999999e2"],["-0.63519722000000002e2","0.46206099999999935e2"],["-0.63591942000000017e2","0.46211937000000091e2"],["-0.63642775999999913e2","0.46224990999999989e2"],["-0.63649726999999928e2","0.46228043000000071e2"],["-0.63699722000000008e2","0.46259437999999989e2"],["-0.63700553999999954e2","0.46269989000000066e2"],["-0.63702224999999999e2",46.27526899999998],[-63.70666499999993,"0.46278602999999919e2"],["-0.63741942999999935e2","0.46304436000000067e2"],["-0.63754447999999968e2","0.46310822000000144e2"],["-0.63811110999999926e2",46.32749200000012],["-0.63772223999999937e2","0.46360825000000091e2"],["-0.63736945999999932e2","0.46353882000000112e2"],["-0.63729163999999969e2","0.46352776000000063e2"],["-0.63714721999999995e2","0.46354164000000026e2"],["-0.63739166000000012e2","0.46391106000000036e2"],["-0.63745002999999997e2","0.46394714000000135e2"],["-0.63754447999999968e2","0.46396385000000009e2"],["-0.63761672999999917e2","0.46396659999999997e2"],["-0.63841109999999958e2",46.39888000000002],["-0.63963615000000004e2","0.46401100000000042e2"],["-0.63981941000000006e2",46.39388300000013],["-0.63989165999999898e2","0.46393608000000086e2"],["-0.64121933000000013e2","0.46404709000000025e2"],["-0.64129989999999964e2","0.46407211000000132e2"],["-0.64133057000000008e2",46.4116590000001],["-0.64135009999999909e2","0.46416382000000056e2"],["-0.64133057000000008e2",46.43332700000002],["-0.64115828999999962e2","0.46523048000000017e2"],[-64.11332699999997,46.53472099999999],["-0.64110000999999954e2","0.46541107000000125e2"],["-0.64105559999999969e2",46.54583000000008],["-0.64100280999999882e2","0.46549720999999977e2"],["-0.64094161999999926e2","0.46551659000000086e2"],["-0.64105559999999969e2","0.46618050000000096e2"],["-0.64273894999999982e2",46.62332200000003],["-0.64387511999999958e2",46.62082700000002],["-0.64391952999999944e2","0.46624709999999936e2"],["-0.64413895000000025e2","0.46665825000000098e2"],["-0.64415558000000033e2","0.46670546999999999e2"],["-0.64416655999999932e2",46.68110699999994],["-0.64414718999999991e2","0.46697769000000108e2"],["-0.64410277999999948e2","0.46711105000000089e2"],["-0.64400283999999942e2","0.46727486000000113e2"],["-0.64382492000000013e2","0.46746658000000082e2"],["-0.64346953999999982e2","0.46773605000000032e2"],["-0.64323897999999929e2","0.46786384999999996e2"],["-0.64296386999999982e2","0.46801659000000029e2"],["-0.64286117999999931e2",46.80943300000007],[-64.27305599999994,"0.46823607999999979e2"],["-0.64249724999999955e2","0.46868050000000039e2"],["-0.64247771999999941e2","0.46874161000000129e2"],["-0.64247222999999906e2","0.46879714999999976e2"],["-0.64243880999999988e2","0.46886108000000092e2"],["-0.64236389000000031e2","0.46897491000000116e2"],["-0.64226943999999946e2","0.46906097000000045e2"],["-0.64182770000000005e2","0.46945541000000105e2"],["-0.64168610000000001e2","0.46956657000000064e2"],["-0.64020844000000011e2","0.47038605000000132e2"],[-63.99500299999994,"0.46984161000000086e2"],["-0.63969993999999986e2",46.901657],["-0.63967498999999862e2","0.46891662999999994e2"],["-0.64041381999999999e2",46.82249500000006],["-0.64066100999999946e2","0.46804436000000123e2"],["-0.64076401000000033e2","0.46798881999999992e2"],["-0.64091674999999952e2","0.46778603000000032e2"],["-0.64077498999999932e2","0.46756386000000134e2"],["-0.64074448000000018e2","0.46752220000000023e2"],["-0.64067504999999926e2","0.46749161000000072e2"],["-0.64039718999999991e2","0.46743324000000086e2"]],[["-0.55876105999999993e2","0.47260551000000021e2"],["-0.55968329999999867e2","0.47257773999999927e2"],["-0.55946388000000013e2","0.47273323000000062e2"],["-0.55934440999999936e2","0.47279434000000094e2"],["-0.55895003999999972e2","0.47290833000000021e2"],["-0.55888053999999954e2","0.47292496000000142e2"],["-0.55881110999999976e2","0.47293326999999977e2"],["-0.55872771999999998e2","0.47292221000000097e2"],["-0.55865836999999885e2","0.47287773000000129e2"],["-0.55855003000000011e2","0.47269714000000022e2"],["-0.55876105999999993e2","0.47260551000000021e2"]],[["-0.61380554000000018e2","0.47620270000000119e2"],["-0.61493057000000022e2","0.47552490000000091e2"],["-0.61498610999999926e2","0.47550270000000069e2"],["-0.61535560999999973e2",47.54583000000008],[-61.54222900000002,"0.47545547000000113e2"],["-0.61547782999999868e2","0.47549164000000076e2"],["-0.61549445999999989e2","0.47553879000000109e2"],["-0.61545279999999991e2",47.55943300000007],["-0.61520279000000016e2","0.47569160000000011e2"],["-0.61513892999999939e2","0.47572495000000117e2"],["-0.61477492999999924e2",47.60054800000006],["-0.61473610000000008e2",47.6055530000001],["-0.61471382000000006e2","0.47611382000000106e2"],[-61.470551,"0.47616936000000123e2"],["-0.61479163999999969e2","0.47618599000000017e2"],[-61.534447,"0.47618881000000101e2"],["-0.61541945999999996e2","0.47617210000000057e2"],["-0.61559440999999993e2","0.47609161000000029e2"],["-0.61653610000000015e2","0.47549995000000081e2"],["-0.61855559999999969e2","0.47417213000000061e2"],["-0.61849723999999981e2","0.47413605000000132e2"],["-0.61841667000000029e2","0.47410820000000115e2"],["-0.61833611000000019e2","0.47409987999999998e2"],["-0.61789169000000015e2","0.47425827000000083e2"],["-0.61777221999999995e2","0.47431664000000069e2"],["-0.61766662999999937e2","0.47439156000000025e2"],["-0.61714447000000007e2","0.47489989999999977e2"],["-0.61691382999999973e2","0.47515548999999965e2"],["-0.61701392999999939e2","0.47491936000000067e2"],["-0.61740836999999942e2",47.44499200000007],["-0.61843329999999924e2","0.47388603000000046e2"],[-61.90589099999994,"0.47354935000000012e2"],["-0.61925277999999992e2","0.47343605000000139e2"],[-61.93332700000002,"0.47333327999999938e2"],["-0.61962776000000019e2","0.47281662000000097e2"],["-0.61965003999999965e2","0.47275551000000007e2"],["-0.61964721999999995e2","0.47270271000000093e2"],["-0.61961945000000014e2","0.47266106000000093e2"],["-0.61957503999999972e2","0.47261940000000038e2"],["-0.61938605999999993e2","0.47257217000000026e2"],["-0.61827782000000013e2","0.47234161000000029e2"],["-0.61819450000000018e2","0.47233330000000024e2"],["-0.61807776999999987e2","0.47239159000000029e2"],["-0.61799445999999989e2","0.47250274999999931e2"],["-0.61794723999999917e2","0.47254714999999976e2"],["-0.61783057999999869e2","0.47260551000000021e2"],["-0.61782775999999956e2","0.47255272000000048e2"],["-0.61789725999999916e2","0.47242493000000024e2"],["-0.61793892000000028e2","0.47236938000000123e2"],["-0.61799445999999989e2","0.47232764999999972e2"],["-0.61810279999999977e2","0.47226654000000053e2"],["-0.61816948000000025e2","0.47224709000000075e2"],[-61.84444400000001,"0.47219436999999971e2"],["-0.61859443999999883e2","0.47218047999999953e2"],["-0.61955276000000026e2","0.47211662000000047e2"],["-0.61979995999999971e2","0.47213608000000136e2"],["-0.61996390999999903e2","0.47214996000000042e2"],["-0.62004722999999956e2","0.47217766000000097e2"],["-0.62010001999999872e2",47.22137500000008],["-0.62013061999999991e2","0.47225821999999994e2"],["-0.62014724999999942e2",47.23054500000012],["-0.62015006999999912e2","0.47235825000000034e2"],["-0.62013061999999991e2","0.47241661000000079e2"],["-0.61948607999999979e2","0.47379432999999949e2"],["-0.61941665999999941e2","0.47392219999999952e2"],["-0.61937499999999943e2",47.39777400000014],["-0.61928054999999972e2","0.47407211000000075e2"],["-0.61922225999999966e2","0.47409987999999998e2"],["-0.61908889999999928e2","0.47413879000000065e2"],["-0.61736114999999984e2","0.47507216999999969e2"],["-0.61705832999999984e2","0.47532494000000099e2"],["-0.61684440999999936e2","0.47547492999999974e2"],["-0.61662216000000001e2","0.47561661000000072e2"],["-0.61616942999999992e2","0.47588042999999914e2"],["-0.61571114000000023e2","0.47613608999999997e2"],["-0.61553611999999987e2","0.47623046999999985e2"],[-61.53583500000002,"0.47631659999999954e2"],["-0.61529167000000029e2","0.47633606000000043e2"],["-0.61521110999999962e2","0.47634437999999989e2"],["-0.61425277999999992e2","0.47642769000000044e2"],["-0.61407775999999956e2","0.47641105999999922e2"],["-0.61388892999999996e2","0.47637771999999984e2"],["-0.61381942999999922e2","0.47634437999999989e2"],["-0.61377776999999924e2","0.47631103999999993e2"],["-0.61376105999999993e2","0.47626380999999981e2"],["-0.61380554000000018e2","0.47620270000000119e2"]],[["-0.54261391000000003e2",47.39027400000009],["-0.54268889999999999e2","0.47389717000000019e2"],["-0.54293059999999969e2","0.47391663000000051e2"],["-0.54341385000000002e2","0.47398048000000074e2"],["-0.54358054999999979e2","0.47403046000000074e2"],["-0.54364448999999979e2","0.47406654000000003e2"],["-0.54365554999999915e2","0.47411659000000043e2"],["-0.54359726000000023e2","0.47416664000000083e2"],["-0.54326392999999996e2","0.47436653000000035e2"],["-0.54295279999999991e2",47.44999700000011],[-54.278053,"0.47460823000000062e2"],["-0.54267220000000009e2","0.47469437000000084e2"],["-0.54262222000000008e2","0.47474709000000018e2"],["-0.54257781999999963e2","0.47480820000000108e2"],["-0.54230552999999986e2","0.47523605000000032e2"],["-0.54229996000000028e2","0.47550270000000069e2"],["-0.54204719999999952e2","0.47593605000000082e2"],[-54.13527699999986,"0.47668053000000043e2"],["-0.54128882999999973e2","0.47670546999999999e2"],["-0.54122771999999998e2",47.66693900000007],["-0.54121940999999993e2","0.47661934000000031e2"],["-0.54122222999999963e2","0.47656937000000084e2"],["-0.54124999999999943e2","0.47640831000000105e2"],["-0.54160827999999981e2","0.47534996000000035e2"],["-0.54238892000000021e2",47.40387700000008],["-0.54243331999999953e2","0.47399437000000091e2"],["-0.54255004999999983e2","0.47392769000000101e2"],["-0.54261391000000003e2",47.39027400000009]],[["-0.54077498999999989e2","0.47479431000000091e2"],[-54.08306099999993,"0.47474991000000102e2"],["-0.54093055999999933e2","0.47483046999999999e2"],["-0.54096663999999976e2","0.47487213000000054e2"],["-0.54101112000000001e2","0.47496384000000035e2"],["-0.54101944000000003e2","0.47501389000000074e2"],["-0.54099723999999924e2","0.47558883999999978e2"],[-54.09833500000002,"0.47589714000000015e2"],["-0.54097220999999934e2","0.47605270000000132e2"],[-54.09332999999998,"0.47631659999999954e2"],["-0.54083610999999962e2","0.47679717999999923e2"],["-0.54078612999999962e2","0.47684990000000028e2"],["-0.54071388000000013e2","0.47685546999999929e2"],["-0.54067504999999983e2","0.47681107000000111e2"],["-0.54060555000000022e2","0.47651099999999985e2"],["-0.54078056000000004e2","0.47563881000000038e2"],[-54.05972300000002,"0.47532211000000132e2"],["-0.54058891000000017e2","0.47527214000000072e2"],["-0.54077498999999989e2","0.47479431000000091e2"]],[["-0.55901938999999857e2","0.47602493000000038e2"],["-0.55923057999999912e2","0.47599434000000088e2"],["-0.55947220000000016e2","0.47601936000000137e2"],["-0.56013335999999981e2","0.47611664000000019e2"],["-0.56097778000000005e2","0.47627487000000031e2"],["-0.56105559999999855e2","0.47630821000000026e2"],["-0.56109169000000009e2",47.63499500000006],["-0.56113616999999977e2","0.47644714000000022e2"],["-0.56112220999999977e2","0.47649719000000118e2"],["-0.56106666999999959e2","0.47654709000000139e2"],["-0.56100280999999939e2","0.47657211000000018e2"],["-0.56005835999999988e2","0.47680274999999995e2"],["-0.55941108999999983e2","0.47689156000000139e2"],["-0.55933883999999978e2","0.47688324000000023e2"],[-55.92861199999993,"0.47684432999999956e2"],["-0.55927498000000014e2","0.47676658999999972e2"],["-0.55934440999999936e2","0.47658882000000119e2"],["-0.55934440999999936e2","0.47653877000000023e2"],["-0.55932502999999997e2","0.47643883000000017e2"],["-0.55930000000000007e2","0.47639435000000049e2"],["-0.55926392000000021e2","0.47635268999999994e2"],["-0.55914161999999976e2","0.47628326000000015e2"],["-0.55889442000000031e2","0.47618881000000101e2"],["-0.55876388999999961e2","0.47611664000000019e2"],["-0.55882499999999936e2","0.47607773000000122e2"],["-0.55901938999999857e2","0.47602493000000038e2"]],[["-0.64482773000000009e2","0.47917770000000019e2"],[-64.50167799999997,"0.47856384000000048e2"],["-0.64503615999999909e2","0.47850273000000016e2"],["-0.64514724999999999e2","0.47832497000000046e2"],["-0.64523055999999997e2","0.47822220000000016e2"],["-0.64541106999999954e2",47.80332199999998],["-0.64604995999999971e2","0.47748329000000126e2"],["-0.64610549999999989e2","0.47745270000000005e2"],["-0.64635833999999988e2","0.47735825000000091e2"],["-0.64647507000000019e2","0.47733879000000002e2"],["-0.64690551999999968e2","0.47753052000000139e2"],["-0.64693328999999949e2","0.47758049000000028e2"],["-0.64702788999999939e2","0.47823607999999979e2"],["-0.64697768999999994e2","0.47836104999999918e2"],["-0.64685546999999985e2","0.47852219000000048e2"],["-0.64667496000000028e2","0.47866936000000067e2"],["-0.64662215999999944e2","0.47870827000000133e2"],["-0.64624160999999958e2","0.47884719999999959e2"],["-0.64617767000000015e2","0.47886658000000125e2"],["-0.64609160999999972e2","0.47886939999999981e2"],["-0.64584166999999923e2","0.47884995000000004e2"],["-0.64508057000000008e2","0.47903877000000023e2"],["-0.64482773000000009e2","0.47917770000000019e2"]],[["-0.64567504999999926e2","0.47899436999999978e2"],["-0.64574448000000018e2",47.89804799999996],["-0.64583617999999888e2","0.47899436999999978e2"],["-0.64589447000000007e2","0.47902771000000143e2"],["-0.64593886999999995e2",47.90665400000006],["-0.64594451999999933e2","0.47911933999999974e2"],["-0.64593612999999891e2","0.47918052999999986e2"],["-0.64531677000000002e2","0.48016105999999979e2"],[-64.52694699999995,48.02165999999994],["-0.64522780999999952e2","0.48025551000000007e2"],["-0.64516952999999944e2","0.48028602999999976e2"],["-0.64509734999999921e2","0.48029991000000052e2"],[-64.50111400000003,"0.48027488999999946e2"],["-0.64495543999999938e2","0.48023880000000133e2"],["-0.64490828999999906e2","0.48019989000000066e2"],[-64.48582499999992,"0.48013054000000011e2"],["-0.64482773000000009e2","0.48008606000000043e2"],["-0.64469726999999978e2","0.47969711000000132e2"],["-0.64469161999999869e2",47.96443899999997],["-0.64470550999999944e2","0.47953323000000069e2"],[-64.47444200000001,"0.47947769000000051e2"],["-0.64496383999999978e2","0.47933875999999998e2"],["-0.64513901000000033e2","0.47924712999999997e2"],["-0.64567504999999926e2","0.47899436999999978e2"]],[["-0.53712775999999963e2",48.14888000000002],["-0.53689720000000023e2","0.48147217000000126e2"],["-0.53682502999999997e2","0.48147774000000027e2"],["-0.53667503000000011e2","0.48150542999999971e2"],["-0.53647781000000009e2","0.48155265999999926e2"],["-0.53615554999999915e2","0.48167496000000028e2"],["-0.53583327999999995e2",48.18082400000003],["-0.53571113999999909e2","0.48186104000000114e2"],["-0.53564162999999951e2","0.48190543999999932e2"],["-0.53553054999999972e2","0.48199158000000011e2"],["-0.53539444000000003e2","0.48202217000000132e2"],[-53.53167000000002,"0.48202774000000034e2"],["-0.53516395999999986e2","0.48201935000000105e2"],["-0.53509726999999941e2","0.48198326000000066e2"],["-0.53509170999999867e2","0.48193321000000026e2"],["-0.53510833999999988e2","0.48150826000000109e2"],["-0.53512504999999919e2","0.48145271000000037e2"],["-0.53530829999999924e2","0.48097771000000023e2"],["-0.53536391999999978e2","0.48093323000000055e2"],["-0.53549445999999989e2","0.48088600000000099e2"],[-53.56361400000003,"0.48084991000000116e2"],["-0.53598884999999996e2","0.48079437000000098e2"],["-0.53634170999999924e2","0.48075272000000098e2"],["-0.53823333999999932e2","0.48092765999999983e2"],[-53.83943899999997,"0.48094437000000084e2"],["-0.53856110000000001e2","0.48098044999999956e2"],["-0.53871940999999936e2","0.48104713000000118e2"],["-0.53876663000000008e2","0.48108604000000014e2"],[-53.93250299999994,"0.48172767999999962e2"],["-0.53935829000000012e2","0.48182495000000131e2"],["-0.53932776999999987e2","0.48198326000000066e2"],["-0.53929168999999945e2","0.48209434999999985e2"],["-0.53922225999999966e2","0.48212493999999936e2"],["-0.53906386999999938e2",48.21027400000014],["-0.53898887999999943e2","0.48206657000000007e2"],["-0.53860000999999954e2","0.48174438000000123e2"],["-0.53855559999999969e2","0.48169991000000095e2"],["-0.53712775999999963e2",48.14888000000002]],[["-0.12347444200000001e3","0.48709160000000054e2"],["-0.12348277300000001e3","0.48708328000000108e2"],["-0.12348999000000003e3","0.48709435000000042e2"],["-0.12351306199999993e3","0.48716385000000116e2"],["-0.12352471899999989e3","0.48722488000000055e2"],["-0.12354943800000001e3","0.48746658000000082e2"],[-123.551941,"0.48752220000000023e2"],["-0.12359277299999991e3","0.48898331000000098e2"],[-123.595551,"0.48909714000000122e2"],["-0.12359612299999998e3","0.48928329000000076e2"],["-0.12359665699999994e3","0.48946938000000046e2"],["-0.12359361299999995e3","0.48947211999999979e2"],["-0.12358056599999992e3","0.48935547000000042e2"],["-0.12357721699999996e3","0.48929161000000136e2"],["-0.12353611799999999e3","0.48914993000000095e2"],["-0.12353028899999998e3","0.48911933999999974e2"],["-0.12345749699999993e3","0.48863052000000039e2"],["-0.12343388400000003e3","0.48844437000000084e2"],[-123.37027,"0.48768326000000002e2"],["-0.12336888099999993e3","0.48762771999999984e2"],["-0.12337165800000002e3",48.75750000000005],["-0.12337638900000002e3","0.48753608999999983e2"],["-0.12343195300000002e3","0.48721099999999979e2"],["-0.12347444200000001e3","0.48709160000000054e2"]],[["-0.58342223999999987e2","0.49066101000000117e2"],["-0.58349166999999966e2","0.49064437999999996e2"],["-0.58356109999999944e2","0.49065826000000129e2"],["-0.58351943999999889e2","0.49071938000000102e2"],["-0.58341385000000002e2",49.07638500000013],["-0.58333611000000019e2","0.49077773999999977e2"],["-0.58330558999999994e2","0.49073326000000009e2"],["-0.58335830999999928e2","0.49068885999999964e2"],["-0.58342223999999987e2","0.49066101000000117e2"]],[["-0.12332277699999997e3","0.48861107000000004e2"],[-123.3705369999999,"0.48856384000000048e2"],["-0.12337888299999997e3",48.85694100000012],["-0.12338474299999996e3","0.48859993000000031e2"],["-0.12354055799999998e3","0.48944992000000127e2"],["-0.12366251399999999e3",49.03527100000008],["-0.12370388800000001e3","0.49095268000000033e2"],["-0.12370527599999997e3","0.49100273000000072e2"],["-0.12370249899999999e3","0.49105552999999986e2"],[-123.695831,"0.49108047000000113e2"],["-0.12368639400000001e3","0.49106659000000036e2"],["-0.12368055700000002e3","0.49103607000000068e2"],[-123.674713,"0.49093048000000067e2"],["-0.12365943900000002e3","0.49073608000000036e2"],["-0.12360444599999994e3","0.49014717000000132e2"],["-0.12358640300000002e3","0.49000549000000092e2"],["-0.12352166699999998e3",48.96027400000014],["-0.12349916099999996e3","0.48947211999999979e2"],[-123.487503,48.94110100000006],["-0.12345973200000003e3","0.48930549999999982e2"],["-0.12343639399999995e3","0.48924438000000009e2"],["-0.12342027299999995e3","0.48920547000000113e2"],["-0.12338194299999992e3","0.48910819999999944e2"],["-0.12332833900000003e3","0.48895827999999938e2"],["-0.12332250999999991e3","0.48892768999999987e2"],["-0.12331777999999997e3",48.88888500000013],["-0.12331276700000001e3","0.48872765000000072e2"],[-123.3125,"0.48868050000000039e2"],["-0.12331639100000001e3","0.48863327000000027e2"],["-0.12332277699999997e3","0.48861107000000004e2"]],[[-125.816101,"0.49125824000000136e2"],["-0.12582028200000002e3","0.49124709999999993e2"],["-0.12586028299999998e3","0.49134438000000046e2"],[-125.906387,"0.49160820000000115e2"],["-0.12591027800000001e3","0.49165543000000071e2"],["-0.12592582699999991e3","0.49190826000000015e2"],["-0.12593360899999993e3","0.49211104999999918e2"],["-0.12593306000000001e3","0.49218048000000124e2"],["-0.12593055700000002e3","0.49219986000000063e2"],["-0.12592610200000001e3","0.49223320000000058e2"],["-0.12587888299999992e3","0.49235824999999977e2"],["-0.12586749299999997e3","0.49233330000000137e2"],["-0.12582917800000001e3","0.49226379000000009e2"],["-0.12581806899999987e3","0.49220543000000134e2"],["-0.12579915599999998e3","0.49208328000000051e2"],["-0.12578888699999993e3","0.49172768000000133e2"],["-0.12579583699999995e3","0.49151932000000102e2"],["-0.12579833999999994e3","0.49146385000000009e2"],["-0.12581249999999994e3","0.49129158000000132e2"],[-125.816101,"0.49125824000000136e2"]],[["-0.12613194299999992e3","0.49393325999999945e2"],[-126.126938,"0.49390274000000034e2"],["-0.12612470999999999e3","0.49390274000000034e2"],["-0.12612053699999996e3","0.49388602999999989e2"],["-0.12611054999999999e3","0.49382210000000043e2"],["-0.12610665899999992e3","0.49378601000000003e2"],["-0.12609612300000003e3","0.49368599000000074e2"],["-0.12608640300000002e3","0.49358604000000128e2"],["-0.12607277699999997e3",49.34304800000001],[-126.0497279999999,"0.49265548999999965e2"],[-126.0511019999999,"0.49260550999999964e2"],["-0.12605583200000001e3","0.49256104000000107e2"],["-0.12606471299999987e3","0.49250832000000003e2"],["-0.12607112100000001e3","0.49248329000000012e2"],["-0.12607972699999999e3","0.49246658000000139e2"],["-0.12608917199999991e3","0.49246101000000067e2"],["-0.12609638999999999e3",49.24721500000004],["-0.12618666100000002e3","0.49263328999999999e2"],["-0.12619167299999992e3","0.49265548999999965e2"],["-0.12622332799999992e3","0.49279716000000121e2"],["-0.12622944599999994e3","0.49282493999999929e2"],["-0.12623916600000001e3","0.49289718999999991e2"],["-0.12623473399999995e3","0.49374161000000015e2"],["-0.12622917200000001e3","0.49378601000000003e2"],["-0.12622138999999999e3","0.49380547000000092e2"],["-0.12614138800000001e3",49.39415699999995],["-0.12613194299999992e3","0.49393325999999945e2"]],[["-0.12337943999999999e3","0.49326941999999974e2"],["-0.12339222699999999e3","0.49326103000000046e2"],["-0.12341027799999995e3","0.49334159999999997e2"],["-0.12342194399999994e3","0.49339714000000015e2"],["-0.12342666600000001e3","0.49344154000000003e2"],["-0.12342804699999999e3","0.49348877000000016e2"],["-0.12342027299999995e3","0.49381660000000011e2"],["-0.12341332999999997e3","0.49386107999999979e2"],[-123.3600009999999,"0.49411658999999986e2"],["-0.12335472099999998e3","0.49413322000000107e2"],[-123.327789,"0.49416664000000083e2"],["-0.12331696299999999e3","0.49417496000000142e2"],["-0.12331220999999999e3","0.49414992999999981e2"],["-0.12330943300000001e3",49.41137700000013],["-0.12331027199999994e3",49.40526600000004],["-0.12331194299999993e3","0.49401932000000045e2"],[-123.327789,"0.49363052000000096e2"],["-0.12333112299999999e3","0.49354996000000028e2"],["-0.12334472699999998e3","0.49341934000000037e2"],["-0.12336833199999995e3","0.49330275999999969e2"],["-0.12337943999999999e3","0.49326941999999974e2"]],[["-0.54705276000000026e2","0.49400543000000084e2"],["-0.54712776000000019e2","0.49398330999999985e2"],["-0.54730277999999998e2","0.49403046000000018e2"],["-0.54735557999999969e2","0.49407211000000018e2"],["-0.54759726999999941e2","0.49432495000000017e2"],["-0.54759170999999981e2","0.49437766999999951e2"],["-0.54754723000000013e2","0.49443878000000041e2"],["-0.54749442999999928e2","0.49449158000000125e2"],[-54.73833499999995,"0.49457771000000093e2"],["-0.54680556999999908e2",49.49193600000001],["-0.54673057999999912e2","0.49492493000000081e2"],["-0.54665001000000018e2","0.49489159000000086e2"],["-0.54644164999999987e2","0.49473320000000001e2"],["-0.54640281999999956e2",49.46915400000006],["-0.54640838999999971e2","0.49463881999999955e2"],["-0.54654716000000008e2","0.49460823000000005e2"],["-0.54684440999999993e2","0.49420546999999999e2"],["-0.54699164999999994e2",49.40387700000008],["-0.54705276000000026e2","0.49400543000000084e2"]],[[-124.179169,"0.49441101000000117e2"],["-0.12418554699999999e3","0.49439986999999974e2"],["-0.12431360599999999e3","0.49456099999999992e2"],["-0.12432668299999995e3","0.49460823000000005e2"],["-0.12436000099999995e3","0.49474433999999974e2"],["-0.12436609599999997e3","0.49477486000000056e2"],["-0.12437082699999996e3","0.49481102000000135e2"],["-0.12437165799999997e3","0.49483047000000113e2"],["-0.12438054699999998e3","0.49506943000000035e2"],["-0.12438110399999994e3","0.49511940000000095e2"],["-0.12437832599999996e3","0.49515830999999991e2"],["-0.12437165799999997e3","0.49518326000000002e2"],[-124.361107,"0.49519157000000064e2"],["-0.12435500299999995e3","0.49517494000000113e2"],["-0.12434889199999998e3","0.49514442000000031e2"],["-0.12430471799999992e3","0.49512214999999969e2"],["-0.12424471999999997e3","0.49501389000000017e2"],["-0.12423750299999995e3","0.49498329000000126e2"],["-0.12422138999999993e3","0.49491379000000109e2"],[-124.1875,"0.49474433999999974e2"],["-0.12418167099999999e3","0.49471375000000023e2"],["-0.12417388900000003e3",49.45638299999996],["-0.12417194399999994e3","0.49446655000000135e2"],["-0.12417223399999989e3","0.49444153000000085e2"],[-124.179169,"0.49441101000000117e2"]],[["-0.12333277899999996e3","0.49441101000000117e2"],["-0.12336028299999987e3","0.49433051999999918e2"],["-0.12337499999999994e3","0.49433327000000133e2"],[-123.442207,"0.49438599000000067e2"],[-123.448036,"0.49441658000000018e2"],["-0.12345944199999997e3","0.49467209000000082e2"],["-0.12345973200000003e3","0.49470543000000077e2"],["-0.12345305599999995e3","0.49495544000000109e2"],["-0.12344526699999994e3",49.51527400000009],["-0.12343666100000002e3","0.49522217000000069e2"],["-0.12338082899999995e3","0.49536110000000122e2"],["-0.12337000299999994e3","0.49536110000000122e2"],[-123.360817,"0.49534995999999978e2"],[-123.3550029999999,"0.49531936999999971e2"],["-0.12333833300000003e3",49.50610400000005],["-0.12333167999999995e3","0.49500832000000116e2"],["-0.12332805599999995e3","0.49496383999999978e2"],["-0.12332389799999993e3","0.49488602000000014e2"],[-123.319458,"0.49474708999999962e2"],["-0.12331777999999997e3",49.464157],[-123.319458,"0.49451934999999992e2"],["-0.12332224300000001e3","0.49448043999999925e2"],["-0.12332695000000001e3","0.49444153000000085e2"],["-0.12333277899999996e3","0.49441101000000117e2"]],[["-0.55695548999999971e2","0.49506943000000035e2"],["-0.55725829999999974e2","0.49505554000000018e2"],["-0.55732497999999964e2","0.49509163000000001e2"],["-0.55735001000000011e2","0.49513610999999969e2"],["-0.55736114999999984e2","0.49518599999999935e2"],["-0.55735832000000016e2",49.52388000000002],["-0.55730277999999942e2","0.49545547000000056e2"],["-0.55722771000000023e2","0.49557770000000119e2"],["-0.55716110000000015e2","0.49560271999999998e2"],["-0.55684998000000007e2","0.49561104000000114e2"],["-0.55676948999999979e2","0.49561104000000114e2"],["-0.55658332999999971e2","0.49559158000000025e2"],["-0.55653052999999886e2","0.49555267000000129e2"],["-0.55652221999999938e2","0.49550270000000069e2"],["-0.55653885000000002e2","0.49544716000000051e2"],["-0.55661384999999939e2","0.49529716000000064e2"],["-0.55664444000000003e2",49.52388000000002],[-55.68111399999998,"0.49510826000000122e2"],["-0.55687499999999943e2","0.49508049000000028e2"],["-0.55695548999999971e2","0.49506943000000035e2"]],[["-0.12468943799999994e3","0.49480270000000019e2"],["-0.12469611399999997e3","0.49477767999999969e2"],["-0.12470221700000002e3","0.49478042999999957e2"],["-0.12474137899999994e3","0.49488045000000113e2"],["-0.12475361599999991e3","0.49491379000000109e2"],["-0.12482362399999994e3","0.49539435999999966e2"],["-0.12483666999999997e3","0.49554993000000024e2"],["-0.12484111000000001e3","0.49562767000000008e2"],["-0.12484249899999992e3","0.49578605999999979e2"],["-0.12484194899999989e3",49.58415999999994],["-0.12483416699999992e3","0.49607773000000066e2"],["-0.12483168000000001e3","0.49610549999999989e2"],["-0.12482749899999993e3","0.49608887000000038e2"],["-0.12481054699999993e3","0.49589714000000129e2"],["-0.12480888400000003e3","0.49586655000000007e2"],["-0.12480583200000001e3","0.49585823000000062e2"],["-0.12477887699999997e3","0.49568886000000077e2"],["-0.12468804899999986e3","0.49483604000000014e2"],["-0.12468943799999994e3","0.49480270000000019e2"]],[["-0.55693053999999961e2",49.56749700000006],["-0.55709166999999979e2","0.49566383000000087e2"],["-0.55716659999999933e2","0.49567214999999976e2"],["-0.55720832999999971e2","0.49571381000000088e2"],["-0.55723052999999993e2","0.49576102999999989e2"],["-0.55722771000000023e2","0.49581383000000073e2"],["-0.55705832999999927e2","0.49613883999999985e2"],["-0.55684998000000007e2","0.49624992000000134e2"],["-0.55673888999999974e2","0.49630547000000035e2"],["-0.55659720999999934e2","0.49635551000000021e2"],["-0.55653052999999886e2",49.63638300000008],["-0.55572776999999974e2","0.49603881999999999e2"],["-0.55567504999999926e2","0.49599998000000141e2"],["-0.55573058999999944e2","0.49595543000000134e2"],["-0.55586387999999943e2",49.59137700000008],["-0.55608054999999979e2","0.49586104999999975e2"],["-0.55671669000000009e2","0.49571381000000088e2"],["-0.55693053999999961e2",49.56749700000006]],[["-0.54576667999999984e2","0.49558601000000124e2"],[-54.77305599999994,"0.49493880999999988e2"],["-0.54809440999999993e2","0.49488045000000113e2"],[-54.83916499999998,49.48443600000013],["-0.54855835000000013e2",49.48443600000013],["-0.54863060000000019e2","0.49485268000000019e2"],["-0.54871940999999936e2","0.49487495000000081e2"],["-0.54873055000000022e2","0.49492218000000094e2"],["-0.54893616000000009e2","0.49580551000000128e2"],["-0.54894447000000014e2",49.58526599999999],["-0.54891945000000021e2","0.49590546000000074e2"],["-0.54885276999999974e2","0.49593048000000124e2"],["-0.54805556999999965e2","0.49595825000000048e2"],["-0.54792228999999963e2","0.49572768999999994e2"],["-0.54793335000000013e2","0.49566939999999988e2"],["-0.54791671999999892e2",49.56249200000002],[-54.78833800000001,"0.49557770000000119e2"],["-0.54784172000000012e2","0.49554161000000136e2"],["-0.54768607999999972e2","0.49546661000000029e2"],["-0.54760001999999986e2","0.49545547000000056e2"],["-0.54743889000000024e2","0.49544998000000135e2"],["-0.54729720999999984e2","0.49548050000000046e2"],["-0.54708611000000019e2","0.49554436000000123e2"],["-0.54614722999999969e2","0.49606102000000021e2"],["-0.54574722000000008e2","0.49635269000000108e2"],["-0.54561942999999928e2","0.49653603000000089e2"],["-0.54548889000000031e2","0.49659988000000055e2"],["-0.54536117999999931e2","0.49664153999999996e2"],["-0.54529723999999987e2","0.49633881000000031e2"],["-0.54531669999999963e2",49.62221500000004],["-0.54538054999999986e2","0.49587494000000106e2"],["-0.54543334999999956e2","0.49582497000000046e2"],["-0.54570557000000008e2","0.49562209999999936e2"],["-0.54576667999999984e2","0.49558601000000124e2"]],[["-0.54004448000000025e2","0.49647491000000116e2"],["-0.54257781999999963e2","0.49566666000000055e2"],["-0.54265839000000028e2","0.49566939999999988e2"],["-0.54274719000000005e2","0.49569160000000011e2"],["-0.54289444000000003e2","0.49576102999999989e2"],["-0.54293335000000013e2","0.49580551000000128e2"],["-0.54298888999999917e2","0.49609993000000088e2"],["-0.54297782999999981e2","0.49651100000000099e2"],["-0.54288054999999929e2",49.71138000000002],["-0.54282775999999956e2","0.49716660000000104e2"],["-0.54269996999999989e2","0.49722487999999998e2"],["-0.54141945000000021e2",49.75],["-0.54102225999999973e2","0.49750274999999988e2"],["-0.54093886999999938e2","0.49748878000000047e2"],["-0.54085830999999985e2","0.49745544000000052e2"],["-0.54081115999999952e2","0.49736381999999935e2"],["-0.54040000999999961e2","0.49689987000000087e2"],["-0.54003058999999951e2","0.49659988000000055e2"],["-0.54004448000000025e2","0.49647491000000116e2"]],[[-124.129707,"0.49650825999999995e2"],[-124.139183,"0.49650543000000027e2"],["-0.12415361000000001e3","0.49655548000000067e2"],["-0.12418694299999993e3","0.49668883999999991e2"],[-124.196663,"0.49676940999999999e2"],["-0.12420195000000001e3","0.49701934999999992e2"],["-0.12419943199999989e3","0.49706099999999992e2"],["-0.12414750699999996e3","0.49746658000000025e2"],["-0.12414277600000003e3",49.75],["-0.12413722199999995e3","0.49752219999999966e2"],["-0.12409166699999997e3","0.49767769000000101e2"],["-0.12403611799999999e3","0.49777214000000129e2"],[-124.029449,"0.49778328000000101e2"],[-124.021118,49.77777100000003],["-0.12401611299999996e3","0.49775551000000007e2"],["-0.12401862299999999e3",49.77165999999994],["-0.12402555799999993e3","0.49767769000000101e2"],["-0.12404611199999999e3","0.49756386000000077e2"],["-0.12406054699999999e3","0.49744995000000131e2"],["-0.12407472200000001e3","0.49733330000000024e2"],["-0.12409084300000001e3","0.49715546000000131e2"],["-0.12410109699999992e3","0.49700272000000041e2"],["-0.12410555999999991e3","0.49689430000000016e2"],["-0.12410722399999992e3","0.49677215999999987e2"],["-0.12411081699999994e3","0.49664992999999924e2"],["-0.12411361699999998e3","0.49659713999999951e2"],["-0.12412304699999993e3","0.49651931999999988e2"],[-124.129707,"0.49650825999999995e2"]],[[-56.80361199999993,"0.49763329000000056e2"],["-0.56827498999999989e2","0.49761107999999979e2"],[-56.83555599999994,"0.49762771999999984e2"],[-56.83805099999995,"0.49767494000000056e2"],["-0.56832779000000016e2","0.49771934999999985e2"],["-0.56826667999999984e2",49.77526899999998],["-0.56792503000000011e2","0.49785552999999993e2"],["-0.56782218999999998e2",49.78694200000001],[-56.78194400000001,"0.49780822999999941e2"],["-0.56790840000000003e2","0.49768326000000002e2"],["-0.56796669000000009e2","0.49764999000000046e2"],[-56.80361199999993,"0.49763329000000056e2"]],[["-0.12444611399999991e3","0.49723320000000115e2"],["-0.12443749999999994e3","0.49723045000000127e2"],["-0.12442887899999994e3","0.49723877000000016e2"],["-0.12441000400000001e3","0.49723045000000127e2"],["-0.12438137799999998e3","0.49713326000000109e2"],["-0.12435138699999999e3","0.49698044000000095e2"],["-0.12433277900000002e3","0.49683327000000077e2"],["-0.12413474300000001e3","0.49525269000000037e2"],["-0.12413221699999991e3","0.49520271000000037e2"],["-0.12412416100000002e3","0.49499161000000072e2"],[-124.122772,"0.49493607000000054e2"],["-0.12412748699999997e3","0.49489715999999987e2"],["-0.12413417099999992e3","0.49487495000000081e2"],["-0.12414167799999996e3","0.49485825000000091e2"],["-0.12414916999999997e3","0.49486107000000004e2"],["-0.12415527299999985e3","0.49488602000000014e2"],[-124.281387,"0.49546661000000029e2"],["-0.12440583800000002e3","0.49605826999999977e2"],["-0.12443804899999998e3","0.49628875999999991e2"],["-0.12444220699999994e3","0.49638046000000031e2"],["-0.12447666900000002e3",49.67193600000013],[-124.5396649999999,"0.49692768000000001e2"],["-0.12455249799999996e3","0.49697105000000022e2"],["-0.12456167599999998e3","0.49699935999999923e2"],["-0.12461416600000001e3","0.49713607999999965e2"],["-0.12462721299999993e3",49.71915400000006],["-0.12465416699999997e3","0.49736107000000118e2"],["-0.12466082799999992e3","0.49742767000000129e2"],["-0.12465666199999993e3","0.49796943999999939e2"],["-0.12465110800000002e3","0.49799995000000138e2"],["-0.12461945300000002e3","0.49797218000000044e2"],[-124.604446,"0.49789436000000137e2"],["-0.12459944199999995e3",49.78443900000002],["-0.12459028599999999e3",49.77165999999994],["-0.12456234000000001e3","0.49753326000000015e2"],["-0.12455933399999998e3","0.49751495000000034e2"],["-0.12449472000000003e3","0.49733330000000024e2"],["-0.12444611399999991e3","0.49723320000000115e2"]],[["-0.12667610199999996e3","0.49583603000000039e2"],["-0.12668138099999993e3","0.49583054000000118e2"],["-0.12668888899999996e3","0.49583878000000084e2"],["-0.12669722000000002e3","0.49585548000000074e2"],["-0.12678971899999999e3","0.49612213000000111e2"],["-0.12680803699999996e3",49.61971299999999],["-0.12681416299999995e3","0.49622765000000072e2"],["-0.12690556300000003e3","0.49685547000000099e2"],["-0.12696528599999999e3","0.49726935999999966e2"],["-0.12696945199999999e3","0.49731102000000078e2"],["-0.12697416699999991e3","0.49740273000000002e2"],["-0.12697556299999997e3",49.75],["-0.12694055200000003e3","0.49831383000000017e2"],[-126.890556,49.84777100000008],["-0.12679915599999993e3","0.49876099000000011e2"],["-0.12677749599999993e3",49.87971500000009],["-0.12676872299999997e3","0.49878616000000079e2"],["-0.12674944299999999e3",49.85694100000012],["-0.12673416099999997e3","0.49848045000000013e2"],["-0.12667804699999994e3","0.49825272000000098e2"],["-0.12664472999999992e3","0.49774162000000047e2"],[-126.636124,"0.49759437999999989e2"],["-0.12663445300000001e3","0.49753883000000087e2"],["-0.12661332699999997e3","0.49648330999999985e2"],["-0.12661609599999997e3","0.49624435000000062e2"],["-0.12662053699999996e3","0.49606102000000021e2"],["-0.12662416099999996e3","0.49601386999999988e2"],["-0.12663305700000001e3","0.49596100000000035e2"],[-126.66861,"0.49585548000000074e2"],["-0.12667610199999996e3","0.49583603000000039e2"]],[["-0.62089721999999881e2","0.49386383000000137e2"],["-0.62081389999999999e2","0.49385551000000078e2"],["-0.62051665999999955e2","0.49390274000000034e2"],["-0.62043616999999927e2","0.49390549000000078e2"],["-0.62025276000000019e2",49.38749700000011],["-0.61892226999999934e2","0.49351387000000045e2"],["-0.61875557000000015e2","0.49344994000000042e2"],["-0.61825835999999924e2","0.49312209999999993e2"],["-0.61821114000000023e2","0.49308883999999978e2"],["-0.61663329999999917e2","0.49149162000000047e2"],["-0.61661666999999966e2","0.49144439999999975e2"],["-0.61670837000000006e2","0.49134163000000001e2"],["-0.61702224999999942e2","0.49111107000000004e2"],["-0.61735557999999969e2","0.49096099999999979e2"],["-0.61796111999999937e2","0.49078048999999965e2"],["-0.62019996999999989e2","0.49069443000000035e2"],["-0.62029167000000029e2","0.49069443000000035e2"],["-0.62195549000000028e2","0.49074997000000053e2"],["-0.62368057000000022e2",49.0991590000001],["-0.62726105000000018e2","0.49154709000000025e2"],["-0.62782218999999884e2","0.49165824999999984e2"],["-0.62946662999999944e2","0.49198874999999987e2"],["-0.63089995999999985e2","0.49228043000000014e2"],["-0.63097778000000005e2",49.23054500000012],["-0.63209442000000024e2","0.49270827999999995e2"],[-63.23082699999992,"0.49280273000000022e2"],["-0.63242774999999938e2","0.49287498000000085e2"],["-0.63253059000000007e2","0.49294997999999964e2"],["-0.63269996999999989e2",49.311104],["-0.63275832999999977e2","0.49314712999999983e2"],["-0.63283332999999914e2","0.49317771999999934e2"],["-0.63387221999999952e2",49.34388000000007],["-0.63416945999999882e2","0.49350829999999974e2"],["-0.63501296999999965e2","0.49370384000000115e2"],["-0.63537223999999867e2","0.49379714999999976e2"],["-0.63573058999999944e2","0.49396660000000111e2"],[-63.61611199999993,"0.49446938000000102e2"],["-0.63621940999999879e2","0.49455551000000071e2"],["-0.63620833999999945e2","0.49461105000000089e2"],["-0.63616660999999908e2",49.46665999999999],[-63.61333499999995,"0.49473044999999956e2"],["-0.63612502999999947e2","0.49478873999999962e2"],[-63.61611199999993,"0.49488327000000027e2"],["-0.63619720000000029e2","0.49492767000000015e2"],["-0.63662772999999959e2",49.533051],[-63.67888599999992,"0.49544716000000051e2"],["-0.63714446999999893e2","0.49566383000000087e2"],[-63.84194199999996,"0.49639160000000004e2"],["-0.63881942999999978e2",49.65915700000005],["-0.63918334999999956e2","0.49674438000000009e2"],[-64.01556399999987,"0.49702492000000063e2"],["-0.64306945999999925e2","0.49777489000000003e2"],["-0.64382216999999969e2","0.49789436000000137e2"],["-0.64389998999999932e2","0.49789719000000105e2"],["-0.64418335000000013e2","0.49801658999999972e2"],["-0.64511123999999995e2","0.49858604000000014e2"],["-0.64513901000000033e2","0.49863609000000054e2"],["-0.64510283999999956e2","0.49868599000000131e2"],[-64.50111400000003,"0.49878043999999989e2"],["-0.64496108999999876e2","0.49883049000000085e2"],["-0.64490828999999906e2","0.49886939999999925e2"],["-0.64472778000000005e2","0.49895828000000108e2"],["-0.64458618000000001e2","0.49900826000000109e2"],["-0.64445540999999992e2","0.49904434000000037e2"],["-0.64226943999999946e2","0.49948326000000066e2"],["-0.64203613000000018e2","0.49950271999999984e2"],["-0.64142775999999969e2","0.49948044000000039e2"],["-0.64133057000000008e2","0.49947212000000093e2"],[-64.12388599999997,"0.49945267000000115e2"],["-0.64029175000000009e2","0.49924438000000123e2"],["-0.63958892999999932e2","0.49898048000000131e2"],["-0.63615836999999942e2","0.49849158999999986e2"],["-0.63545006000000001e2","0.49843323000000112e2"],[-63.49222599999996,"0.49840828000000045e2"],["-0.63475272999999959e2","0.49840546000000018e2"],["-0.63346946999999943e2","0.49820274000000097e2"],["-0.63309722999999963e2","0.49813880999999981e2"],["-0.63136115999999959e2","0.49780822999999941e2"],["-0.63074447999999961e2","0.49764160000000061e2"],[-62.99610899999999,"0.49736656000000096e2"],["-0.62786667000000023e2","0.49676384000000098e2"],[-62.71055599999994,"0.49660820000000001e2"],["-0.62545554999999979e2","0.49599998000000141e2"],["-0.62443610999999919e2",49.5472180000001],[-62.340553,"0.49486938000000009e2"],["-0.62212218999999948e2",49.41443600000008],["-0.62205832999999984e2",49.41137700000013],["-0.62188889000000017e2","0.49405823000000112e2"],["-0.62169166999999959e2","0.49401099999999985e2"],["-0.62099167000000023e2","0.49387771999999984e2"],["-0.62089721999999881e2","0.49386383000000137e2"]],[["-0.12492415599999998e3",50.05860100000001],["-0.12496861299999995e3","0.50035827999999981e2"],["-0.12500055699999996e3","0.50056656000000032e2"],["-0.12506304899999998e3","0.50103324999999984e2"],["-0.12506696299999999e3","0.50107498000000135e2"],[-125.066101,"0.50113884000000041e2"],[-125.0625,"0.50118324000000086e2"],["-0.12503971899999999e3","0.50130546999999922e2"],[-124.991669,"0.50168327000000033e2"],["-0.12498222399999992e3","0.50176102000000128e2"],["-0.12498055999999991e3",50.18221299999999],["-0.12498332199999999e3","0.50225548000000003e2"],["-0.12493138099999993e3","0.50171104000000128e2"],["-0.12492859599999997e3","0.50166100000000142e2"],["-0.12491528299999999e3","0.50141380000000083e2"],["-0.12489778100000001e3","0.50077492000000063e2"],["-0.12492415599999998e3",50.05860100000001]],[["-0.63859443999999996e2","0.50197768999999937e2"],["-0.63873610999999983e2","0.50194434999999999e2"],["-0.63890282000000013e2","0.50194709999999986e2"],["-0.63899993999999936e2","0.50196098000000063e2"],["-0.63908607000000018e2","0.50198601000000053e2"],["-0.63916107000000011e2","0.50201660000000004e2"],["-0.63920837000000006e2","0.50205551000000071e2"],["-0.63930557000000022e2","0.50218597000000045e2"],["-0.63931389000000024e2","0.50223877000000073e2"],["-0.63930557000000022e2","0.50229431000000091e2"],["-0.63926948999999922e2","0.50236107000000004e2"],["-0.63922774999999888e2","0.50241661000000022e2"],["-0.63916663999999969e2","0.50244713000000104e2"],["-0.63909995999999921e2","0.50246658000000139e2"],[-63.90193899999997,50.24721500000004],["-0.63889724999999999e2","0.50242218000000094e2"],["-0.63865554999999915e2","0.50228325000000041e2"],["-0.63859443999999996e2","0.50224709000000018e2"],["-0.63854720999999927e2","0.50220824999999991e2"],["-0.63852782999999988e2","0.50216103000000089e2"],["-0.63853614999999991e2","0.50210548000000017e2"],["-0.63855835000000013e2","0.50204437000000098e2"],["-0.63859443999999996e2","0.50197768999999937e2"]],[["-0.12516777000000002e3","0.49980819999999937e2"],["-0.12516999800000002e3","0.49980819999999937e2"],["-0.12517111199999994e3","0.49981659000000093e2"],["-0.12518582199999997e3","0.50004165999999998e2"],["-0.12520722999999998e3","0.50044998000000021e2"],["-0.12521417199999996e3","0.50069992000000013e2"],["-0.12528167699999989e3",50.11332700000014],["-0.12531777999999986e3","0.50136107999999979e2"],["-0.12532362399999994e3","0.50143326000000002e2"],["-0.12533999599999993e3","0.50203049000000021e2"],["-0.12534916699999997e3","0.50242493000000138e2"],["-0.12534973100000002e3",50.25777400000004],[-125.348343,"0.50261665000000107e2"],["-0.12534554299999996e3","0.50263901000000033e2"],["-0.12533999599999993e3",50.26888300000013],["-0.12531082200000003e3","0.50281380000000127e2"],["-0.12526334400000002e3","0.50293883999999991e2"],["-0.12525472999999988e3","0.50293610000000058e2"],["-0.12524638399999998e3","0.50290549999999996e2"],["-0.12524333199999995e3","0.50288329999999974e2"],["-0.12516722099999987e3","0.50213608000000079e2"],["-0.12516111799999999e3","0.50200272000000098e2"],["-0.12516000400000001e3","0.50190544000000102e2"],["-0.12518666100000002e3","0.50141663000000051e2"],[-125.1536099999999,"0.50006103999999937e2"],["-0.12515416699999997e3","0.50000832000000003e2"],["-0.12516416900000002e3","0.49985268000000133e2"],["-0.12516777000000002e3","0.49980819999999937e2"]],[[-124.8125,"0.50111381999999992e2"],["-0.12482112100000001e3","0.50111107000000118e2"],["-0.12482749899999993e3","0.50111937999999952e2"],["-0.12483361799999989e3","0.50114441000000113e2"],["-0.12486110699999989e3","0.50136383000000023e2"],["-0.12493916299999995e3","0.50207771000000093e2"],["-0.12496305799999999e3","0.50236382000000049e2"],["-0.12496610999999996e3","0.50246941000000106e2"],["-0.12496556099999992e3","0.50251663000000008e2"],["-0.12492304999999993e3","0.50296386999999982e2"],["-0.12491832699999986e3",50.29972099999992],["-0.12491082799999998e3","0.50299995000000081e2"],["-0.12490249599999999e3",50.29833200000013],["-0.12489862099999999e3","0.50293883999999991e2"],["-0.12487581599999993e3",50.28472099999999],["-0.12482167099999992e3","0.50239716000000044e2"],["-0.12475666799999999e3","0.50178328999999962e2"],["-0.12475250199999999e3","0.50167770000000132e2"],[-124.752228,"0.50161376999999959e2"],["-0.12475499699999995e3","0.50156097000000102e2"],["-0.12480695300000002e3","0.50113884000000041e2"],[-124.8125,"0.50111381999999992e2"]],[["-0.12473082699999992e3","0.50302215999999987e2"],["-0.12472693599999997e3","0.50299164000000019e2"],["-0.12472471599999994e3","0.50299164000000019e2"],["-0.12469554099999999e3","0.50289436000000023e2"],["-0.12468331899999993e3","0.50283333000000084e2"],["-0.12467250100000001e3","0.50276100000000042e2"],["-0.12466860999999994e3","0.50272491000000059e2"],["-0.12466111799999993e3","0.50263054000000125e2"],["-0.12465943900000002e3","0.50258330999999941e2"],["-0.12465750099999997e3","0.50247772000000111e2"],["-0.12465611299999989e3","0.50231377000000009e2"],["-0.12465834000000001e3","0.50212212000000022e2"],["-0.12466000399999996e3","0.50207496999999989e2"],["-0.12466251399999999e3","0.50203323000000125e2"],[-124.695831,"0.50157494000000042e2"],["-0.12470195000000001e3","0.50158600000000092e2"],["-0.12470805399999995e3","0.50161376999999959e2"],["-0.12479222099999993e3",50.22526600000009],["-0.12479499800000002e3","0.50228874000000019e2"],["-0.12478083800000002e3","0.50269440000000031e2"],["-0.12477778599999999e3",50.27748900000006],["-0.12474500299999994e3","0.50299437999999952e2"],["-0.12474054699999994e3",50.30193300000002],["-0.12473082699999992e3","0.50302215999999987e2"]],[["-0.12554387700000001e3","0.50393883000000017e2"],["-0.12563583399999999e3","0.50379714999999976e2"],["-0.12569360399999999e3","0.50383330999999998e2"],["-0.12570333899999991e3","0.50384163000000115e2"],["-0.12575527999999997e3","0.50391662999999994e2"],[-125.762787,"0.50394157000000121e2"],["-0.12576363400000002e3","0.50397491000000116e2"],["-0.12575527999999997e3","0.50405548000000067e2"],["-0.12574416399999996e3",50.40776800000009],["-0.12559528399999999e3","0.50433052000000089e2"],["-0.12558640300000002e3","0.50434158000000139e2"],["-0.12552390300000002e3","0.50434433000000126e2"],[-125.51889,"0.50431381000000044e2"],["-0.12551806599999998e3","0.50428604000000121e2"],["-0.12551777600000003e3","0.50409431000000041e2"],[-125.520554,"0.50403320000000122e2"],["-0.12552500899999995e3","0.50400825999999995e2"],["-0.12553639199999998e3","0.50395827999999995e2"],["-0.12554387700000001e3","0.50393883000000017e2"]],[["-0.12516555800000003e3","0.50374435000000062e2"],["-0.12506139400000001e3","0.50240547000000049e2"],["-0.12505194099999989e3","0.50226653999999996e2"],["-0.12505027799999993e3","0.50221657000000107e2"],[-125.048607,"0.50207771000000093e2"],["-0.12504915599999993e3","0.50193320999999969e2"],["-0.12505166599999995e3","0.50190826000000129e2"],["-0.12511638599999998e3","0.50136658000000011e2"],["-0.12512917299999998e3","0.50126098999999954e2"],["-0.12513390400000003e3","0.50122764999999958e2"],["-0.12514028899999994e3","0.50121658000000025e2"],["-0.12514472999999987e3",50.12193300000007],["-0.12515083299999998e3",50.12499200000002],["-0.12515416699999997e3","0.50133331000000055e2"],["-0.12513971699999996e3","0.50159431000000097e2"],["-0.12515611299999995e3","0.50239158999999972e2"],["-0.12521083099999993e3","0.50313048999999921e2"],["-0.12521362299999993e3","0.50316666000000055e2"],["-0.12522000099999991e3","0.50318329000000006e2"],["-0.12526363400000002e3","0.50323607999999979e2"],["-0.12527194199999997e3","0.50323883000000023e2"],["-0.12531555199999997e3","0.50318054000000018e2"],["-0.12532112099999989e3","0.50316939999999988e2"],["-0.12532695000000001e3","0.50313881000000038e2"],["-0.12533306900000002e3","0.50304435999999953e2"],["-0.12533473200000003e3",50.29972099999992],["-0.12533944699999989e3",50.29583000000008],["-0.12535610999999994e3","0.50290276000000063e2"],["-0.12537222300000002e3","0.50289436000000023e2"],["-0.12538527699999997e3","0.50289993000000095e2"],[-125.390289,50.29222100000004],["-0.12539306599999998e3",50.29583000000008],["-0.12539917000000003e3","0.50311104000000114e2"],[-125.400284,"0.50320831000000055e2"],["-0.12539943699999998e3","0.50331108000000086e2"],["-0.12539806399999998e3","0.50333878000000084e2"],[-125.391953,"0.50340546000000074e2"],[-125.291946,"0.50433876000000055e2"],["-0.12528443899999996e3","0.50435822000000144e2"],["-0.12527500900000001e3","0.50433327000000133e2"],["-0.12527306399999992e3","0.50431107000000111e2"],["-0.12523665599999993e3","0.50415825000000098e2"],["-0.12521640000000002e3","0.50404709000000139e2"],["-0.12516555800000003e3","0.50374435000000062e2"]],[["-0.12542610200000001e3",50.3555530000001],["-0.12545777899999996e3","0.50349434000000088e2"],["-0.12546749899999998e3","0.50350273000000016e2"],["-0.12552610800000002e3","0.50378875999999991e2"],["-0.12552806099999998e3","0.50381660000000124e2"],["-0.12551862299999993e3","0.50390274000000034e2"],["-0.12547749299999998e3","0.50424164000000133e2"],["-0.12547165699999999e3","0.50427489999999977e2"],[-125.465012,"0.50429993000000138e2"],["-0.12537998999999996e3","0.50460823000000005e2"],["-0.12537165799999997e3","0.50457771000000037e2"],["-0.12537082699999996e3","0.50455826000000059e2"],["-0.12536665299999993e3","0.50454162999999937e2"],["-0.12534306300000003e3","0.50441658000000018e2"],["-0.12533194700000001e3","0.50435547000000099e2"],["-0.12533000199999998e3","0.50430824000000143e2"],["-0.12533056599999986e3","0.50425270000000125e2"],["-0.12533693700000003e3","0.50416664000000026e2"],["-0.12538583399999999e3",50.36971299999999],["-0.12539835399999998e3","0.50364159000000029e2"],["-0.12542610200000001e3",50.3555530000001]],[["-0.12580721999999997e3","0.50413605000000075e2"],["-0.12590695199999993e3","0.50409714000000008e2"],["-0.12592194399999988e3",50.41027100000008],["-0.12592804699999999e3","0.50411658999999986e2"],["-0.12593110699999988e3","0.50413879000000009e2"],["-0.12595111099999997e3","0.50433876000000055e2"],["-0.12593943799999988e3","0.50443047000000035e2"],["-0.12590583799999996e3",50.45638300000013],["-0.12581416299999995e3",50.46804800000001],[-125.80777,"0.50467765999999983e2"],["-0.12580359599999997e3","0.50465546000000131e2"],["-0.12579055799999998e3","0.50456940000000031e2"],["-0.12574109599999997e3","0.50431664000000012e2"],["-0.12573805199999998e3","0.50428047000000049e2"],["-0.12573805199999998e3","0.50426658999999972e2"],["-0.12574276700000001e3","0.50424164000000133e2"],["-0.12575834700000001e3","0.50419990999999982e2"],["-0.12579110700000001e3","0.50414992999999981e2"],["-0.12580721999999997e3","0.50413605000000075e2"]],[["-0.12622582999999997e3","0.50555267000000129e2"],["-0.12630888399999998e3","0.50528327999999988e2"],["-0.12633640299999996e3","0.50521659999999997e2"],["-0.12635056299999997e3",50.52027099999998],[-126.486107,"0.50515549000000078e2"],["-0.12658805799999999e3","0.50521378000000084e2"],["-0.12660417199999995e3",50.52526899999998],["-0.12662389400000001e3","0.50533881999999949e2"],["-0.12660417199999995e3","0.50539719000000105e2"],["-0.12657444800000002e3","0.50546387000000095e2"],["-0.12655695300000002e3","0.50548607000000118e2"],["-0.12654194599999994e3","0.50549438000000123e2"],["-0.12652667200000002e3","0.50548882000000106e2"],["-0.12648860200000001e3","0.50553321999999923e2"],["-0.12638110399999999e3","0.50574715000000026e2"],["-0.12628611799999999e3","0.50598327999999981e2"],["-0.12628278399999999e3","0.50597488000000112e2"],["-0.12622609699999998e3","0.50564156000000025e2"],["-0.12622305299999999e3","0.50560546999999985e2"],[-126.224716,"0.50556655999999919e2"],["-0.12622582999999997e3","0.50555267000000129e2"]],[["-0.12646639999999996e3","0.50575829000000056e2"],["-0.12647501399999993e3","0.50575554000000011e2"],["-0.12647917199999995e3","0.50576385000000016e2"],["-0.12653555299999999e3","0.50590546000000018e2"],["-0.12654915599999998e3","0.50596382000000062e2"],["-0.12655222300000003e3","0.50598602000000085e2"],[-126.554169,"0.50602776000000119e2"],["-0.12655248999999998e3","0.50607498000000021e2"],["-0.12655027799999999e3","0.50608604000000071e2"],["-0.12654360999999994e3","0.50611382000000049e2"],["-0.12652916699999997e3","0.50614998000000128e2"],["-0.12645361299999996e3","0.50626937999999996e2"],["-0.12640499899999992e3","0.50626099000000067e2"],[-126.385559,"0.50625549000000035e2"],["-0.12637721299999993e3","0.50623877999999934e2"],[-126.364441,"0.50619438000000116e2"],["-0.12636138900000003e3","0.50615829000000133e2"],["-0.12636165599999998e3","0.50613052000000039e2"],["-0.12636971999999992e3","0.50605826999999977e2"],["-0.12638027999999997e3","0.50598602000000085e2"],["-0.12638474300000001e3","0.50596100000000035e2"],["-0.12639138799999995e3",50.59276600000004],["-0.12639806399999998e3","0.50591103000000089e2"],["-0.12646639999999996e3","0.50575829000000056e2"]],[["-0.59345832999999971e2","0.50533881999999949e2"],["-0.59353888999999924e2","0.50533881999999949e2"],["-0.59358337000000006e2","0.50537773000000016e2"],["-0.59384170999999924e2","0.50633049000000085e2"],["-0.59384170999999924e2","0.50638328999999999e2"],["-0.59382773999999984e2",50.64388300000013],["-0.59378051999999911e2","0.50649161999999933e2"],["-0.59371940999999993e2","0.50652771000000143e2"],["-0.59364448999999979e2","0.50653876999999966e2"],["-0.59355003000000011e2","0.50652214000000072e2"],["-0.59337775999999906e2","0.50640831000000048e2"],["-0.59333610999999905e2","0.50636108000000036e2"],["-0.59321670999999981e2","0.50618881000000044e2"],["-0.59305556999999965e2",50.59165999999999],["-0.59300277999999992e2","0.50581940000000088e2"],["-0.59298339999999939e2",50.57249500000006],["-0.59298339999999939e2","0.50561935000000119e2"],["-0.59308891000000017e2","0.50553047000000106e2"],["-0.59320557000000008e2","0.50545830000000024e2"],["-0.59333060999999873e2","0.50539436000000137e2"],["-0.59345832999999971e2","0.50533881999999949e2"]],[["-0.12687332200000003e3","0.50663322000000051e2"],["-0.12683416699999998e3","0.50634163000000058e2"],["-0.12683112299999999e3","0.50629158000000018e2"],["-0.12683583099999998e3","0.50625267000000122e2"],["-0.12690249599999993e3","0.50613883999999928e2"],["-0.12691251399999999e3",50.61360900000011],["-0.12701666299999999e3","0.50638328999999999e2"],[-127.025284,"0.50639992000000063e2"],["-0.12704276999999996e3","0.50637497000000053e2"],["-0.12705832700000002e3","0.50632492000000013e2"],["-0.12710193600000002e3","0.50627486999999974e2"],["-0.12712249800000001e3",50.62721300000004],["-0.12713221699999991e3","0.50628326000000129e2"],["-0.12714055599999995e3",50.62971500000009],["-0.12714472999999998e3","0.50633881000000031e2"],["-0.12714334100000002e3",50.63888500000013],["-0.12713166799999999e3","0.50652214000000072e2"],["-0.12712721299999998e3","0.50656096999999988e2"],["-0.12710916099999997e3","0.50665267999999969e2"],[-127.093887,"0.50669159000000036e2"],["-0.12708640300000002e3","0.50669716000000108e2"],["-0.12689028899999994e3","0.50667213000000118e2"],["-0.12687970699999994e3","0.50666100000000029e2"],["-0.12687332200000003e3","0.50663322000000051e2"]],[["-0.12664388999999994e3","0.50691933000000006e2"],["-0.12665249599999999e3","0.50691376000000105e2"],["-0.12665888999999993e3","0.50694435000000055e2"],[-126.662781,50.69860099999994],["-0.12666583300000002e3","0.50703323000000012e2"],["-0.12669027699999998e3",50.75499700000006],["-0.12668554699999993e3","0.50758888000000127e2"],["-0.12666832699999998e3","0.50759163000000115e2"],["-0.12660221899999999e3","0.50770828000000051e2"],["-0.12658277900000002e3","0.50769714000000022e2"],["-0.12654387700000001e3","0.50765831000000105e2"],["-0.12653639199999992e3","0.50763611000000083e2"],["-0.12653582799999998e3","0.50758606000000043e2"],["-0.12663806199999993e3","0.50694992000000127e2"],["-0.12664388999999994e3","0.50691933000000006e2"]],[["-0.55564720000000023e2","0.50699714999999912e2"],["-0.55580001999999922e2","0.50698326000000122e2"],["-0.55588889999999992e2","0.50699431999999945e2"],[-55.64527899999996,50.71888000000007],[-55.65166499999998,50.72304500000007],["-0.55653052999999886e2","0.50727211000000011e2"],["-0.55629439999999931e2","0.50780823000000112e2"],[-55.62471800000003,"0.50787216000000058e2"],["-0.55619163999999955e2","0.50791381999999999e2"],["-0.55462775999999963e2","0.50805824000000143e2"],["-0.55454444999999964e2","0.50802489999999977e2"],["-0.55450554000000011e2","0.50798332000000016e2"],["-0.55449722000000008e2","0.50792770000000075e2"],["-0.55454720000000009e2","0.50788048000000003e2"],[-55.46694199999996,"0.50784163999999976e2"],["-0.55512504999999976e2","0.50722763000000043e2"],["-0.55525001999999972e2","0.50715827999999988e2"],["-0.55551392000000021e2","0.50703323000000012e2"],["-0.55557502999999997e2","0.50701385000000073e2"],["-0.55564720000000023e2","0.50699714999999912e2"]],[["-0.12627306399999998e3","0.50652771000000143e2"],["-0.12646333300000003e3","0.50641662999999937e2"],["-0.12656806899999998e3","0.50648331000000098e2"],["-0.12658416699999992e3","0.50650269000000037e2"],["-0.12659889199999998e3","0.50654159999999933e2"],["-0.12660637699999995e3","0.50657211000000132e2"],[-126.612503,"0.50659988000000055e2"],["-0.12661749299999997e3","0.50664993000000095e2"],["-0.12661749299999997e3","0.50667770000000019e2"],["-0.12654583700000001e3","0.50726096999999982e2"],["-0.12643720999999999e3","0.50783882000000119e2"],["-0.12638971699999996e3","0.50806381000000044e2"],["-0.12638221699999997e3","0.50808043999999995e2"],["-0.12628056299999997e3","0.50828331000000048e2"],["-0.12626640299999997e3","0.50827773999999977e2"],["-0.12625805699999995e3","0.50824715000000026e2"],[-126.2538909999999,"0.50821938000000102e2"],["-0.12625171699999987e3","0.50818932000000075e2"],["-0.12623832699999997e3","0.50811104000000057e2"],["-0.12622944599999994e3","0.50803322000000094e2"],["-0.12617832900000002e3","0.50750832000000059e2"],["-0.12617722299999997e3","0.50748604000000114e2"],["-0.12617666600000001e3","0.50743881000000101e2"],["-0.12625305200000003e3","0.50699646000000087e2"],["-0.12625611900000001e3","0.50661377000000073e2"],["-0.12626083399999999e3","0.50657211000000132e2"],["-0.12626640299999997e3","0.50654709000000082e2"],["-0.12627306399999998e3","0.50652771000000143e2"]],[["-0.12673137700000001e3","0.50771934999999985e2"],["-0.12679778299999992e3","0.50768883000000017e2"],[-126.807503,"0.50769989000000066e2"],["-0.12685333300000002e3","0.50782767999999919e2"],["-0.12686472299999997e3",50.78943600000008],["-0.12690583799999996e3","0.50822769000000108e2"],["-0.12690139799999992e3","0.50825272000000098e2"],["-0.12688806199999999e3","0.50829162999999994e2"],["-0.12688137799999993e3","0.50830276000000026e2"],["-0.12664862099999999e3","0.50847214000000122e2"],["-0.12664334100000002e3","0.50846939000000134e2"],["-0.12663583399999999e3","0.50845268000000033e2"],["-0.12662943999999993e3","0.50842490999999995e2"],["-0.12658860800000002e3","0.50821381000000031e2"],["-0.12656806899999998e3","0.50807770000000062e2"],["-0.12656304899999992e3","0.50799995000000138e2"],["-0.12656861900000001e3","0.50797493000000088e2"],["-0.12673137700000001e3","0.50771934999999985e2"]],[["-0.12722693599999991e3","0.50636108000000036e2"],[-126.975281,"0.50576942000000088e2"],["-0.12685472099999993e3","0.50554436000000123e2"],["-0.12677639799999997e3","0.50546104000000128e2"],["-0.12676806599999998e3","0.50544441000000006e2"],["-0.12672138999999999e3","0.50531936999999971e2"],["-0.12670527600000003e3","0.50527489000000003e2"],["-0.12663999899999999e3","0.50507773999999984e2"],["-0.12662332199999992e3","0.50498329000000126e2"],["-0.12656388899999996e3","0.50483604000000014e2"],["-0.12649388099999993e3","0.50481934000000024e2"],["-0.12639472999999998e3","0.50481658999999979e2"],["-0.12638694800000002e3","0.50482765000000029e2"],["-0.12635582699999998e3",50.48333000000008],[-126.327789,"0.50480820000000051e2"],["-0.12622112299999998e3","0.50468596999999988e2"],["-0.12620500199999992e3","0.50466660000000104e2"],["-0.12615471600000001e3","0.50459435000000042e2"],["-0.12606916799999999e3","0.50438599000000067e2"],["-0.12604611199999994e3","0.50432495000000017e2"],[-126.031387,"0.50427773000000116e2"],[-126.01889,50.42193600000013],["-0.12597609699999992e3","0.50394996999999989e2"],["-0.12596250900000001e3","0.50388885000000016e2"],["-0.12594776899999994e3",50.38499500000006],["-0.12592859599999997e3","0.50382209999999986e2"],["-0.12581696299999999e3","0.50378044000000102e2"],["-0.12558000199999987e3","0.50365828999999962e2"],["-0.12556416300000001e3","0.50363883999999985e2"],["-0.12554860699999989e3","0.50359161000000029e2"],["-0.12546305799999993e3","0.50329719999999952e2"],["-0.12544972200000001e3","0.50323607999999979e2"],["-0.12544055200000003e3","0.50318329000000006e2"],["-0.12543554699999999e3","0.50314712999999983e2"],["-0.12543167099999999e3","0.50310547000000042e2"],["-0.12542887899999994e3","0.50305549999999982e2"],["-0.12542722300000003e3","0.50299995000000081e2"],["-0.12542666599999995e3","0.50293883999999991e2"],["-0.12542722300000003e3","0.50287498000000085e2"],["-0.12541500899999994e3","0.50261665000000107e2"],["-0.12539362299999999e3","0.50215546000000018e2"],["-0.12537777699999998e3",50.17971799999998],["-0.12536277799999993e3","0.50138046000000088e2"],["-0.12533084099999996e3","0.50113884000000041e2"],["-0.12528694199999995e3",50.08138300000013],[-125.229446,50.026657],["-0.12522165699999999e3","0.50018051000000071e2"],["-0.12521611000000001e3","0.50001389000000074e2"],["-0.12521417199999996e3","0.49976379000000065e2"],[-125.212784,"0.49970825000000048e2"],["-0.12520722999999998e3","0.49961662000000047e2"],["-0.12516860999999994e3","0.49912766000000033e2"],["-0.12511221299999994e3","0.49868324000000086e2"],["-0.12499305699999991e3","0.49788330000000087e2"],["-0.12489806399999998e3","0.49731658999999979e2"],["-0.12489138799999989e3","0.49664711000000068e2"],["-0.12491639700000002e3","0.49631660000000124e2"],["-0.12486028299999992e3","0.49541663999999969e2"],["-0.12485305800000003e3","0.49532494000000099e2"],["-0.12483306900000002e3","0.49510826000000122e2"],["-0.12478943599999991e3",49.464157],[-124.579453,49.38749700000011],["-0.12455110200000001e3","0.49378044000000102e2"],["-0.12453555299999999e3","0.49373878000000047e2"],["-0.12451917300000002e3","0.49370270000000119e2"],["-0.12426083399999993e3","0.49315269000000001e2"],["-0.12412193299999996e3","0.49270271000000093e2"],["-0.12394304699999992e3","0.49211104999999918e2"],["-0.12385637699999995e3","0.49149162000000047e2"],["-0.12386028299999992e3","0.49153046000000074e2"],["-0.12386638599999998e3","0.49160820000000115e2"],["-0.12386805700000002e3","0.49164436000000137e2"],["-0.12387110899999988e3","0.49173607000000118e2"],["-0.12387138399999998e3","0.49181106999999997e2"],["-0.12386638599999998e3","0.49186378000000047e2"],["-0.12386165599999993e3","0.49188880999999981e2"],["-0.12384999099999999e3","0.49191658000000075e2"],["-0.12382444800000002e3","0.49192764000000125e2"],["-0.12382055699999995e3","0.49190544000000102e2"],["-0.12380722000000003e3","0.49180275000000051e2"],["-0.12379444899999993e3","0.49173325000000034e2"],["-0.12378859699999998e3","0.49170273000000122e2"],["-0.12376944700000001e3",49.16304800000006],["-0.12373805199999993e3","0.49154433999999981e2"],["-0.12371112099999999e3","0.49149993999999992e2"],["-0.12370417800000001e3","0.49147491000000002e2"],[-123.699432,"0.49143883000000073e2"],[-123.696663,49.14027400000009],["-0.12369638099999997e3","0.49135551000000078e2"],["-0.12369915799999995e3","0.49130272000000105e2"],["-0.12370388800000001e3","0.49126381000000038e2"],["-0.12373137700000001e3","0.49117493000000081e2"],["-0.12374166899999989e3","0.49118049999999982e2"],["-0.12383750899999995e3",49.14138000000014],["-0.12385056299999997e3","0.49145546000000024e2"],["-0.12381027199999994e3","0.49115829000000076e2"],["-0.12375195300000001e3","0.49040833000000021e2"],["-0.12374944299999999e3",49.03527100000008],["-0.12375028999999989e3",49.02915999999999],["-0.12375695799999994e3","0.48986938000000123e2"],["-0.12375862099999989e3","0.48980819999999994e2"],["-0.12376334399999996e3","0.48976936000000137e2"],["-0.12369193999999993e3","0.48908325000000104e2"],["-0.12368222000000003e3","0.48902214000000072e2"],[-123.5911099999999,"0.48839989000000116e2"],["-0.12358277900000002e3","0.48831940000000088e2"],["-0.12356555199999997e3","0.48789719000000105e2"],["-0.12356304899999998e3","0.48778327999999988e2"],["-0.12356471299999993e3","0.48749718000000087e2"],["-0.12350945300000001e3","0.48587493999999992e2"],["-0.12347666899999996e3","0.48631660000000124e2"],["-0.12347083999999995e3","0.48673324999999977e2"],["-0.12346916199999993e3",48.67943600000001],["-0.12346444700000001e3","0.48683327000000077e2"],["-0.12345973200000003e3","0.48685822000000144e2"],["-0.12345140100000003e3","0.48686652999999978e2"],["-0.12344193999999999e3","0.48686652999999978e2"],["-0.12341639699999996e3","0.48684433000000126e2"],["-0.12340110800000002e3","0.48681381000000044e2"],["-0.12339639299999999e3","0.48677773000000116e2"],["-0.12334973099999996e3","0.48547775000000058e2"],["-0.12334834299999994e3","0.48535828000000095e2"],["-0.12329527300000001e3","0.48484718000000044e2"],["-0.12329167200000001e3","0.48480820000000108e2"],["-0.12327861000000001e3","0.48456100000000049e2"],["-0.12327610800000002e3","0.48451103000000103e2"],["-0.12327694700000001e3","0.48445540999999992e2"],["-0.12328694200000001e3","0.48418602000000021e2"],["-0.12328971899999999e3","0.48413321999999937e2"],["-0.12329444899999993e3","0.48409714000000065e2"],["-0.12330082699999997e3","0.48406654000000003e2"],["-0.12332055699999989e3","0.48399437000000034e2"],["-0.12333640299999996e3","0.48396942000000024e2"],["-0.12336028299999987e3","0.48397217000000069e2"],["-0.12341665599999999e3","0.48423882000000106e2"],["-0.12342138699999992e3","0.48427490000000034e2"],[-123.425003,"0.48431938000000002e2"],["-0.12345973200000003e3","0.48411934000000031e2"],["-0.12351334400000002e3","0.48374709999999993e2"],["-0.12353694200000001e3","0.48338326000000109e2"],["-0.12354250300000001e3","0.48312492000000077e2"],["-0.12354611199999999e3","0.48307770000000005e2"],["-0.12355166600000001e3","0.48304710000000114e2"],["-0.12355915800000002e3","0.48303047000000049e2"],["-0.12358332799999994e3","0.48301102000000014e2"],[-123.598343,"0.48311661000000072e2"],["-0.12371444699999995e3","0.48348045000000127e2"],["-0.12376251199999996e3","0.48361664000000019e2"],["-0.12377166699999998e3","0.48361664000000019e2"],["-0.12377999899999998e3","0.48360550000000046e2"],["-0.12379499799999996e3","0.48357498000000135e2"],["-0.12380888400000003e3","0.48353324999999984e2"],[-123.817497,"0.48352493000000095e2"],[-123.823624,"0.48352776000000063e2"],["-0.12391610699999995e3","0.48364159000000029e2"],["-0.12392415599999998e3","0.48366104000000064e2"],["-0.12397609699999998e3","0.48381934999999999e2"],["-0.12426363399999997e3","0.48468880000000013e2"],[-124.423607,"0.48516937000000041e2"],[-124.609444,"0.48560547000000042e2"],[-124.6885989999999,"0.48578330999999991e2"],["-0.12472083999999995e3","0.48586655000000007e2"],["-0.12475917099999998e3",48.6055530000001],["-0.12477111799999994e3","0.48611663999999962e2"],["-0.12479499800000002e3","0.48629989999999964e2"],["-0.12481777999999997e3","0.48648880000000133e2"],["-0.12482277699999997e3","0.48652489000000116e2"],[-124.9225009999999,"0.48679993000000138e2"],["-0.12502887699999997e3","0.48708885000000009e2"],[-125.0625,"0.48714996000000099e2"],["-0.12509500100000002e3","0.48721930999999984e2"],["-0.12510221899999993e3","0.48724433999999917e2"],["-0.12511389199999996e3","0.48731102000000078e2"],["-0.12518443299999996e3","0.48796104000000128e2"],["-0.12518499800000001e3","0.48800827000000083e2"],["-0.12501722699999999e3","0.48920547000000113e2"],["-0.12490862300000003e3","0.48969154000000003e2"],["-0.12490306099999998e3",48.97137500000008],["-0.12484750399999996e3","0.49011664999999994e2"],["-0.12484277299999985e3","0.49015549000000021e2"],["-0.12483556399999998e3",49.02416199999999],["-0.12478083800000002e3","0.49131377999999984e2"],["-0.12477944899999994e3","0.49144439999999975e2"],["-0.12478083800000002e3","0.49150542999999914e2"],["-0.12479695099999998e3","0.49215828000000101e2"],["-0.12479972799999996e3",49.22693600000008],["-0.12480499299999997e3","0.49236938000000066e2"],["-0.12480776999999995e3","0.49240547000000049e2"],["-0.12481555199999997e3",49.238045],[-124.818893,"0.49234718000000044e2"],["-0.12482444800000002e3","0.49224158999999986e2"],["-0.12482501199999996e3","0.49217209000000139e2"],["-0.12482333399999993e3","0.49205551000000128e2"],[-124.81723,49.18332700000002],["-0.12481610099999995e3","0.49164711000000011e2"],["-0.12481806899999998e3","0.49146103000000096e2"],["-0.12482611099999997e3","0.49122489999999971e2"],[-124.83139,"0.49112495000000081e2"],["-0.12487832599999996e3","0.49025268999999923e2"],["-0.12488194299999998e3","0.49020546000000138e2"],["-0.12489472999999998e3","0.49008888000000127e2"],["-0.12490055799999993e3",49.00499700000006],[-124.906113,"0.49001938000000052e2"],["-0.12493694299999999e3","0.48988045000000056e2"],["-0.12494999699999994e3","0.48983330000000024e2"],["-0.12496278399999994e3","0.48981102000000021e2"],["-0.12506916799999999e3","0.48984436000000017e2"],[-125.126938,"0.48991104000000007e2"],["-0.12519888300000002e3",48.96276899999998],["-0.12521000699999996e3","0.48955826000000002e2"],["-0.12521665999999988e3","0.48953323000000012e2"],["-0.12522416699999991e3","0.48951660000000118e2"],["-0.12523137699999995e3","0.48951103000000046e2"],["-0.12524194299999988e3","0.48951660000000118e2"],[-125.318893,48.96443899999997],["-0.12532721699999996e3","0.48966102999999976e2"],["-0.12545722999999992e3","0.48918052999999986e2"],["-0.12546472199999988e3","0.48916382000000112e2"],["-0.12548361199999999e3","0.48915825000000041e2"],[-125.502228,"0.48917770000000019e2"],["-0.12550723299999999e3","0.48920273000000009e2"],["-0.12575110599999994e3","0.49055267000000072e2"],["-0.12576806599999998e3","0.49098602000000028e2"],["-0.12573805199999998e3","0.49105552999999986e2"],["-0.12569304699999992e3",49.12860100000006],["-0.12564167800000001e3",49.16304800000006],["-0.12563722200000001e3","0.49166939000000127e2"],["-0.12560888699999998e3","0.49198043999999982e2"],["-0.12560582699999992e3","0.49210274000000084e2"],["-0.12560749800000002e3","0.49215828000000101e2"],[-125.611107,"0.49220267999999919e2"],["-0.12561638599999998e3","0.49219711000000018e2"],["-0.12566443599999991e3","0.49189987000000031e2"],["-0.12572083999999995e3","0.49157767999999976e2"],["-0.12574694799999997e3","0.49148604999999975e2"],["-0.12575334199999998e3","0.49147491000000002e2"],["-0.12575611899999996e3","0.49151657000000114e2"],[-125.779449,"0.49241661000000022e2"],["-0.12579666099999992e3","0.49310272000000055e2"],["-0.12586609599999991e3","0.49274436999999978e2"],[-125.952789,"0.49230270000000075e2"],["-0.12596501199999989e3",49.22526599999992],["-0.12597028399999999e3","0.49224709000000018e2"],["-0.12597444199999995e3","0.49224991000000102e2"],["-0.12598137700000001e3","0.49227211000000125e2"],["-0.12598750299999989e3","0.49230270000000075e2"],[-126.020554,"0.49263054000000125e2"],["-0.12602333099999993e3","0.49268051000000071e2"],["-0.12602223200000003e3","0.49280823000000055e2"],["-0.12601862299999993e3","0.49285553000000107e2"],["-0.12601306199999999e3","0.49288887000000102e2"],["-0.12600666799999993e3","0.49290549999999996e2"],["-0.12598029300000002e3","0.49292496000000085e2"],["-0.12597361799999999e3","0.49294997999999964e2"],["-0.12596916199999998e3","0.49297493000000031e2"],[-125.950287,"0.49311935000000005e2"],["-0.12594554099999999e3","0.49316666000000112e2"],["-0.12589750699999996e3",49.41027100000008],["-0.12589584399999995e3","0.49416381999999999e2"],["-0.12589695699999993e3","0.49428047000000049e2"],["-0.12589972699999998e3","0.49433601000000067e2"],["-0.12590471599999995e3","0.49435822000000144e2"],["-0.12590915699999988e3","0.49431938000000116e2"],["-0.12594722000000002e3","0.49395546000000138e2"],["-0.12596250900000001e3","0.49377487000000031e2"],["-0.12596501199999989e3","0.49373604000000114e2"],["-0.12596528599999999e3","0.49367493000000024e2"],[-125.962219,49.3555530000001],[-125.962784,"0.49350273000000072e2"],["-0.12596610999999996e3","0.49345543000000021e2"],[-125.99527,"0.49324440000000095e2"],["-0.12600195300000001e3","0.49321938000000046e2"],["-0.12600945299999989e3","0.49321663000000001e2"],["-0.12603916900000002e3","0.49330275999999969e2"],["-0.12604638699999987e3","0.49333328000000108e2"],["-0.12606111099999998e3","0.49344154000000003e2"],["-0.12606500199999999e3","0.49348328000000038e2"],["-0.12607556199999999e3","0.49386383000000137e2"],["-0.12607389799999999e3","0.49392494000000056e2"],[-126.120003,"0.49423049999999989e2"],["-0.12622556299999991e3",49.41027100000008],["-0.12626390099999998e3","0.49389435000000049e2"],["-0.12636527999999998e3","0.49401657000000057e2"],["-0.12645916699999998e3","0.49401932000000045e2"],["-0.12646167000000003e3","0.49382767000000115e2"],["-0.12646611000000001e3","0.49380272000000048e2"],["-0.12652667200000002e3","0.49371933000000013e2"],["-0.12654222099999993e3","0.49374435000000119e2"],["-0.12654723399999995e3","0.49378044000000102e2"],["-0.12657778899999988e3","0.49407767999999919e2"],[-126.579453,"0.49413322000000107e2"],["-0.12657917799999996e3","0.49419440999999949e2"],["-0.12656973299999999e3","0.49576385000000073e2"],["-0.12656610099999995e3","0.49584434999999985e2"],["-0.12647028399999999e3","0.49635551000000021e2"],["-0.12646167000000003e3","0.49636658000000125e2"],["-0.12640416699999997e3","0.49637772000000098e2"],["-0.12638417099999992e3",49.63638300000008],["-0.12636749299999997e3","0.49633049000000085e2"],["-0.12636028299999998e3","0.49630820999999969e2"],["-0.12634137699999997e3","0.49628875999999991e2"],["-0.12628472899999997e3","0.49634438000000102e2"],["-0.12622389199999998e3","0.49640549000000021e2"],["-0.12613417099999998e3","0.49649994000000049e2"],["-0.12609445199999988e3","0.49655548000000067e2"],["-0.12608693699999998e3","0.49657211000000018e2"],["-0.12608750899999995e3","0.49662209000000018e2"],["-0.12609028599999999e3","0.49666382000000112e2"],["-0.12609416199999993e3","0.49671104000000014e2"],["-0.12610305799999998e3","0.49679161000000022e2"],["-0.12611028299999992e3","0.49681380999999988e2"],["-0.12611972000000003e3","0.49681107000000054e2"],["-0.12620944199999991e3","0.49673881999999992e2"],["-0.12623444399999994e3","0.49669159000000036e2"],["-0.12624638400000003e3","0.49664711000000068e2"],[-126.283073,"0.49654990999999995e2"],["-0.12629833999999994e3","0.49652214000000072e2"],["-0.12634084300000001e3","0.49648605000000089e2"],["-0.12643110699999994e3","0.49662491000000045e2"],["-0.12643831599999993e3","0.49664153999999996e2"],["-0.12658500699999996e3","0.49701103000000046e2"],["-0.12659028599999994e3","0.49704437000000041e2"],["-0.12663027999999997e3","0.49794998000000078e2"],["-0.12667971799999998e3","0.49878876000000105e2"],["-0.12680444299999988e3","0.49909156999999993e2"],["-0.12683917200000002e3","0.49884720000000129e2"],["-0.12684555099999989e3",49.8822100000001],["-0.12685221899999993e3",49.87971500000009],["-0.12687609899999995e3","0.49873322000000087e2"],["-0.12693943799999994e3","0.49862770000000125e2"],["-0.12699416399999996e3","0.49855270000000019e2"],["-0.12712111699999997e3",49.85228699999999],["-0.12713249200000001e3",49.85694100000012],["-0.12717749000000003e3",49.88888500000013],["-0.12718554699999999e3","0.49897491000000059e2"],["-0.12722444199999995e3","0.49940269000000114e2"],["-0.12724137899999999e3","0.49961937000000034e2"],["-0.12723889199999996e3","0.49967208999999968e2"],[-127.234444,49.97137500000008],["-0.12717999299999991e3","0.50021378000000027e2"],[-127.18277,50.03166200000004],["-0.12718360899999999e3","0.50051102000000014e2"],["-0.12717666599999995e3",50.061104],[-127.172234,"0.50064995000000067e2"],["-0.12713027999999997e3","0.50084717000000126e2"],["-0.12715833999999995e3","0.50096382000000006e2"],["-0.12727055399999995e3",50.0991590000001],["-0.12727500899999995e3","0.50059990000000028e2"],["-0.12727749599999993e3","0.50055267000000015e2"],["-0.12728388999999999e3","0.50052216000000044e2"],["-0.12733000199999998e3","0.50033882000000062e2"],["-0.12734500100000002e3","0.50030273000000079e2"],["-0.12738054699999998e3","0.50026100000000099e2"],["-0.12738999899999993e3","0.50028603000000089e2"],["-0.12742331699999994e3","0.50042221000000097e2"],["-0.12745195000000001e3","0.50069716999999969e2"],["-0.12746916199999993e3","0.50088042999999971e2"],["-0.12747193900000002e3","0.50092765999999983e2"],["-0.12754804999999993e3","0.50130272000000105e2"],["-0.12763276699999994e3","0.50129990000000021e2"],["-0.12778028899999993e3","0.50084160000000054e2"],[-127.781387,"0.50084160000000054e2"],["-0.12778362299999998e3","0.50084160000000054e2"],[-127.890556,"0.50106941000000063e2"],["-0.12789584400000001e3","0.50108886999999925e2"],["-0.12790083299999998e3","0.50112495000000024e2"],["-0.12790695199999999e3",50.12082700000002],["-0.12790666199999998e3","0.50127769000000114e2"],["-0.12790334300000001e3","0.50132492000000127e2"],["-0.12789222699999988e3","0.50139160000000061e2"],["-0.12787917299999998e3","0.50144440000000145e2"],["-0.12786805700000002e3","0.50151099999999985e2"],["-0.12783721899999995e3","0.50172493000000088e2"],["-0.12782833900000003e3","0.50180550000000096e2"],["-0.12778888699999999e3","0.50222214000000008e2"],["-0.12779915599999993e3","0.50317772000000105e2"],["-0.12780444299999994e3","0.50321380999999917e2"],["-0.12786389200000002e3","0.50336937000000091e2"],["-0.12787138399999998e3",50.33776899999998],["-0.12788110399999999e3","0.50337212000000079e2"],[-127.895554,"0.50326385000000073e2"],["-0.12790778399999999e3","0.50319717000000082e2"],["-0.12792166099999997e3","0.50316666000000055e2"],["-0.12793138099999993e3",50.31610100000006],["-0.12794833399999993e3","0.50321937999999989e2"],["-0.12795249899999993e3","0.50324715000000083e2"],["-0.12797860700000001e3","0.50342491000000052e2"],["-0.12797944599999994e3","0.50347214000000065e2"],["-0.12792610199999996e3","0.50459991000000059e2"],["-0.12792388900000003e3","0.50462769000000037e2"],["-0.12791722099999993e3","0.50464156999999943e2"],["-0.12775666799999993e3","0.50486381999999992e2"],[-127.708054,"0.50491661000000136e2"],["-0.12770028699999995e3","0.50492218000000037e2"],["-0.12758416699999998e3","0.50486938000000009e2"],[-127.576683,"0.50484717999999987e2"],["-0.12757140400000003e3","0.50481934000000024e2"],["-0.12756331599999999e3",50.4741590000001],["-0.12753278399999999e3","0.50439986999999974e2"],["-0.12750750700000003e3","0.50409157000000107e2"],[-127.49527,"0.50395827999999995e2"],["-0.12747444200000001e3","0.50381660000000124e2"],["-0.12746193699999998e3",50.37582400000008],[-127.454453,"0.50373604000000057e2"],["-0.12744695300000001e3","0.50372765000000129e2"],[-127.446663,"0.50379714999999976e2"],["-0.12745249899999988e3","0.50388885000000016e2"],["-0.12748665599999993e3","0.50437492000000134e2"],["-0.12750583599999999e3","0.50458602999999982e2"],["-0.12752027899999996e3","0.50469711000000132e2"],["-0.12753083800000002e3","0.50476936000000023e2"],["-0.12754750100000001e3","0.50486938000000009e2"],["-0.12756388899999996e3","0.50502220000000023e2"],["-0.12757000699999998e3","0.50512214999999912e2"],["-0.12756749699999995e3","0.50516105999999979e2"],["-0.12755027799999999e3","0.50538329999999917e2"],["-0.12754472399999997e3","0.50541664000000083e2"],["-0.12750361599999997e3","0.50562210000000107e2"],["-0.12749694799999992e3","0.50565269000000058e2"],["-0.12749027999999993e3","0.50568054000000132e2"],["-0.12747501399999999e3","0.50571663000000115e2"],["-0.12744360399999999e3","0.50571663000000115e2"],["-0.12741972399999992e3","0.50573883000000137e2"],["-0.12741416900000002e3","0.50575829000000056e2"],["-0.12741166699999997e3","0.50581383000000017e2"],["-0.12741139199999992e3","0.50587494000000106e2"],["-0.12741944899999999e3","0.50596657000000107e2"],["-0.12758168000000001e3","0.50593880000000013e2"],["-0.12769138299999997e3","0.50606659000000093e2"],["-0.12787332200000003e3","0.50623877999999934e2"],["-0.12787666299999995e3","0.50621658000000139e2"],["-0.12787361099999993e3","0.50616936000000067e2"],[-127.854446,"0.50608330000000137e2"],["-0.12780055199999998e3","0.50587494000000106e2"],["-0.12778666699999997e3","0.50582214000000022e2"],["-0.12776834099999996e3","0.50579994000000056e2"],["-0.12775110599999999e3","0.50581108000000029e2"],["-0.12772501399999993e3","0.50584434999999928e2"],[-127.708618,"0.50584991000000116e2"],["-0.12766251399999999e3","0.50581383000000017e2"],["-0.12763445300000001e3","0.50578049000000021e2"],["-0.12761028299999998e3","0.50565825999999959e2"],[-127.595551,50.55582400000003],["-0.12759166699999997e3","0.50551659000000029e2"],["-0.12758972199999999e3","0.50546104000000128e2"],[-127.595551,"0.50536659000000043e2"],["-0.12760109699999998e3","0.50533333000000027e2"],["-0.12760888699999987e3",50.53138000000007],["-0.12805142199999995e3","0.50446693000000039e2"],["-0.12813363599999997e3","0.50474709000000132e2"],[-128.224152,"0.50531105000000082e2"],[-128.319458,"0.50608604000000071e2"],["-0.12837527499999993e3","0.50678604000000064e2"],["-0.12840695199999999e3","0.50738883999999985e2"],["-0.12841473399999995e3","0.50762771999999984e2"],["-0.12841665599999999e3",50.76915699999995],["-0.12841305499999993e3","0.50773880000000133e2"],["-0.12840863000000002e3",50.77777100000003],["-0.12835583499999996e3","0.50799721000000034e2"],[-128.349152,"0.50801658999999972e2"],["-0.12810693400000002e3","0.50860550000000103e2"],["-0.12805306999999999e3",50.87193300000007],["-0.12791832699999998e3","0.50872214999999983e2"],["-0.12790972899999991e3","0.50871375999999998e2"],[-127.882767,"0.50865546999999992e2"],["-0.12783332799999999e3","0.50854163999999969e2"],["-0.12767749000000003e3","0.50817497000000003e2"],["-0.12751471700000002e3","0.50774437000000034e2"],["-0.12750723299999993e3","0.50772217000000012e2"],["-0.12749582699999996e3","0.50765831000000105e2"],["-0.12748750299999995e3","0.50757217000000082e2"],["-0.12745916699999992e3","0.50718322999999998e2"],[-127.354446,"0.50676102000000014e2"],["-0.12722693599999991e3","0.50636108000000036e2"]],[["-0.12765471599999995e3","0.50837769000000094e2"],["-0.12766139199999998e3","0.50834991000000059e2"],["-0.12767027300000001e3","0.50835266000000104e2"],["-0.12775306699999999e3","0.50852776000000063e2"],["-0.12783332799999999e3","0.50879715000000033e2"],["-0.12783860799999997e3","0.50881660000000068e2"],["-0.12783306899999997e3","0.50884995000000117e2"],["-0.12773500100000001e3","0.50909987999999998e2"],["-0.12772638699999993e3","0.50908600000000092e2"],["-0.12771665999999999e3",50.90554800000001],["-0.12771028099999995e3","0.50901932000000102e2"],["-0.12769138299999997e3","0.50887214999999969e2"],["-0.12767083699999995e3",50.86693600000001],["-0.12765833999999995e3","0.50854163999999969e2"],["-0.12765527299999997e3","0.50849433999999974e2"],["-0.12765334299999995e3","0.50843880000000127e2"],["-0.12765471599999995e3","0.50837769000000094e2"]],[["-0.55555557000000022e2","0.50886383000000023e2"],["-0.55563888999999961e2","0.50884995000000117e2"],["-0.55571670999999924e2","0.50885826000000122e2"],["-0.55581116000000009e2","0.50888046000000145e2"],["-0.55604720999999984e2","0.50898048000000074e2"],["-0.55615554999999972e2","0.50906097000000102e2"],["-0.55619720000000029e2","0.50910271000000137e2"],["-0.55636115999999959e2","0.50950829000000056e2"],["-0.55635276999999917e2","0.50961380000000133e2"],["-0.55629439999999931e2","0.50965546000000018e2"],["-0.55565552000000025e2","0.50983046999999999e2"],["-0.55558334000000002e2","0.50984436000000017e2"],["-0.55550551999999925e2","0.50985268000000076e2"],[-55.54222900000002,"0.50984993000000088e2"],["-0.55535277999999948e2","0.50981377000000009e2"],["-0.55531386999999995e2","0.50977211000000125e2"],["-0.55529723999999987e2","0.50968323000000112e2"],["-0.55549995000000024e2","0.50890830999999991e2"],["-0.55555557000000022e2","0.50886383000000023e2"]],[["-0.55993889000000024e2","0.51200272000000098e2"],["-0.55999999999999943e2","0.51196655000000135e2"],[-56.00111400000003,"0.51201660000000004e2"],["-0.55998055000000022e2","0.51207496999999989e2"],["-0.55992774999999995e2","0.51212769000000094e2"],["-0.55981383999999935e2",51.22165700000005],["-0.55975554999999986e2","0.51225822000000051e2"],["-0.55967772999999966e2","0.51226653999999996e2"],["-0.55968329999999867e2","0.51221375000000023e2"],["-0.55970550999999944e2","0.51218323000000055e2"],["-0.55982498000000021e2","0.51208885000000066e2"],["-0.55993889000000024e2","0.51200272000000098e2"]],[["-0.58413329999999917e2","0.51238884000000098e2"],["-0.58462219000000005e2","0.51216103000000089e2"],["-0.58563613999999973e2","0.51228325000000041e2"],["-0.58565001999999993e2",51.23333000000008],["-0.58561942999999928e2","0.51239159000000086e2"],["-0.58555831999999953e2","0.51242767000000015e2"],["-0.58513335999999924e2","0.51264999000000103e2"],["-0.58506392999999946e2","0.51268326000000059e2"],["-0.58419448999999986e2","0.51274712000000136e2"],["-0.58412773000000016e2","0.51267212000000029e2"],["-0.58409163999999919e2","0.51256943000000035e2"],["-0.58413329999999917e2","0.51238884000000098e2"]],[["-0.53756366999999955e2",48.50326200000012],["-0.53997498000000007e2","0.48425552000000039e2"],["-0.54011116000000015e2","0.48421660999999972e2"],["-0.54025001999999915e2","0.48418602000000021e2"],["-0.54048889000000031e2","0.48420546999999999e2"],["-0.54057220000000029e2","0.48421936000000017e2"],["-0.54072776999999917e2","0.48428604000000007e2"],["-0.54081115999999952e2","0.48429992999999968e2"],["-0.54094443999999953e2","0.48425827000000083e2"],["-0.54100554999999929e2","0.48422493000000088e2"],["-0.54147223999999994e2","0.48391380000000083e2"],["-0.54138054000000011e2","0.48359161000000029e2"],["-0.54134726999999998e2","0.48354438999999957e2"],[-54.12749500000001,"0.48353324999999984e2"],["-0.54118606999999997e2","0.48364998000000014e2"],["-0.54088607999999965e2","0.48395545999999968e2"],["-0.54075561999999934e2","0.48401932000000102e2"],["-0.54069449999999961e2",48.40387700000008],["-0.54054442999999935e2","0.48404160000000047e2"],["-0.54045554999999979e2","0.48401932000000102e2"],["-0.54029167000000029e2","0.48399437000000034e2"],["-0.54021111000000019e2","0.48399162000000047e2"],["-0.53998885999999914e2","0.48400826000000052e2"],[-53.99222599999996,"0.48402489000000003e2"],[-53.97972099999987,"0.48408042999999964e2"],["-0.53913054999999929e2","0.48444153000000085e2"],["-0.53756366999999955e2",48.50326200000012],["-0.53674445999999932e2","0.48534164000000089e2"],["-0.53647223999999994e2","0.48541107000000068e2"],["-0.53631942999999978e2","0.48541382000000056e2"],["-0.53623054999999965e2",48.53916200000009],["-0.53586387999999999e2","0.48525269000000037e2"],["-0.53574722000000008e2","0.48507216999999969e2"],["-0.53558051999999975e2","0.48474709000000018e2"],["-0.53588051000000007e2","0.48428047000000106e2"],["-0.53562217999999973e2","0.48439155999999969e2"],["-0.53533889999999985e2","0.48451935000000049e2"],[-53.48860899999994,"0.48507216999999969e2"],["-0.53461945000000014e2","0.48555266999999958e2"],[-53.46527900000001,"0.48568603999999993e2"],["-0.53465835999999967e2",48.57416500000005],["-0.53465003999999965e2","0.48579436999999984e2"],["-0.53437217999999973e2","0.48619987000000094e2"],["-0.53424445999999989e2","0.48625549000000035e2"],["-0.53345832999999914e2","0.48615828999999962e2"],[-53.33805099999995,"0.48612494999999967e2"],["-0.53313056999999958e2","0.48595267999999976e2"],["-0.53305832000000009e2","0.48586655000000007e2"],["-0.53303329000000019e2","0.48581940000000145e2"],["-0.53226386999999932e2","0.48555549999999926e2"],["-0.53216392999999925e2","0.48566939999999988e2"],["-0.53153884999999946e2","0.48628601000000003e2"],["-0.53079726999999991e2",48.6988750000001],["-0.53072776999999917e2","0.48700272000000041e2"],["-0.53067779999999914e2","0.48696380999999974e2"],[-53.02305599999994,"0.48660820000000001e2"],["-0.53018889999999942e2","0.48656380000000013e2"],["-0.52978049999999996e2","0.48604439000000127e2"],["-0.52976386999999988e2","0.48599159000000043e2"],["-0.52976944000000003e2",48.59388000000007],["-0.52987220999999977e2","0.48548050000000046e2"],["-0.53053885999999977e2","0.48442764000000068e2"],["-0.53075561999999991e2","0.48422493000000088e2"],["-0.53097495999999978e2","0.48405266000000097e2"],[-53.1875,"0.48350829999999974e2"],["-0.53194159999999954e2","0.48348602000000028e2"],["-0.53201941999999974e2","0.48347488000000055e2"],["-0.53209723999999937e2","0.48347771000000023e2"],["-0.53218055999999933e2",48.3491590000001],[-53.24888599999997,"0.48362770000000069e2"],["-0.53261391000000003e2",48.37082700000002],["-0.53266395999999986e2",48.37499200000002],["-0.53345001000000025e2","0.48360275000000058e2"],["-0.53388892999999882e2","0.48303879000000109e2"],["-0.53615279999999984e2","0.48178046999999935e2"],["-0.53621383999999921e2","0.48174712999999997e2"],["-0.53634170999999924e2","0.48169991000000095e2"],["-0.53662216000000001e2","0.48163321999999994e2"],["-0.53668609999999944e2","0.48162490999999989e2"],["-0.53676948999999979e2","0.48163879000000065e2"],["-0.53694716999999912e2","0.48169158999999979e2"],[-53.71055599999994,48.17582700000014],["-0.53892501999999979e2","0.48226936000000137e2"],["-0.53901389999999935e2","0.48229156000000103e2"],["-0.53934165999999948e2","0.48233330000000137e2"],["-0.53940551999999968e2","0.48230819999999937e2"],["-0.53945273999999984e2","0.48178879000000052e2"],["-0.53944159999999897e2","0.48163879000000065e2"],["-0.53917777999999998e2","0.48088043000000027e2"],["-0.53912498000000028e2","0.48084160000000054e2"],["-0.53904167000000029e2","0.48081940000000088e2"],["-0.53823616000000015e2","0.48074439999999981e2"],["-0.53793335000000013e2","0.48073608000000092e2"],[-53.77027899999996,"0.48073326000000009e2"],["-0.53733611999999994e2","0.48076103000000103e2"],["-0.53718604999999968e2","0.48078049000000021e2"],["-0.53696944999999971e2","0.48079162999999994e2"],["-0.53689163000000008e2","0.48078880000000026e2"],["-0.53692885999999874e2","0.48067993000000001e2"],["-0.53688389000000029e2","0.48065989999999999e2"],["-0.53685219000000018e2","0.48063660000000141e2"],["-0.53683887000000027e2","0.48060822000000144e2"],["-0.53684222999999918e2","0.48057822999999985e2"],["-0.53687888999999927e2","0.48054825000000108e2"],["-0.53691055000000006e2","0.48052658000000065e2"],["-0.53698883000000023e2","0.48049328000000003e2"],["-0.53736945999999989e2","0.48032767999999976e2"],["-0.53763335999999981e2","0.48026382000000012e2"],["-0.53799445999999989e2",48.02165999999994],["-0.53836661999999933e2","0.48022217000000012e2"],["-0.53852225999999973e2","0.48023048000000074e2"],["-0.53876389000000017e2","0.48025826000000052e2"],["-0.53893889999999942e2","0.48029991000000052e2"],[-53.90166499999998,"0.48033607000000075e2"],["-0.53909438999999963e2","0.48033882000000119e2"],["-0.53916663999999912e2","0.48033332999999971e2"],["-0.53923614999999984e2","0.48031662000000097e2"],["-0.53924170999999944e2","0.48026657000000057e2"],["-0.53919167000000016e2","0.48022490999999945e2"],["-0.53911384999999939e2","0.48019157000000007e2"],["-0.53893058999999937e2","0.48014442000000145e2"],["-0.53794448999999986e2","0.47996384000000091e2"],["-0.53779166999999973e2","0.47996658000000025e2"],["-0.53695388999999921e2","0.48018218999999988e2"],[-53.69138700000002,"0.48019215000000145e2"],["-0.53668723999999997e2","0.48029880999999989e2"],["-0.53650218999999993e2","0.48037884000000133e2"],["-0.53607779999999991e2","0.48051102000000071e2"],["-0.53605835000000013e2","0.48046387000000038e2"],["-0.53619164000000012e2","0.47998878000000047e2"],["-0.53622498000000007e2","0.47993050000000096e2"],["-0.53723610000000008e2","0.47843880000000013e2"],["-0.53737777999999992e2","0.47826660000000061e2"],["-0.53787506000000008e2","0.47773048000000074e2"],["-0.53793335000000013e2","0.47768599999999935e2"],["-0.53801391999999964e2","0.47769989000000123e2"],["-0.53807502999999997e2","0.47773604999999975e2"],["-0.53825561999999991e2","0.47794998000000078e2"],["-0.53852500999999961e2","0.47785271000000137e2"],["-0.53850554999999986e2","0.47760551000000135e2"],["-0.53837501999999915e2","0.47699432000000058e2"],["-0.53760283999999956e2","0.47609993000000145e2"],["-0.53631110999999976e2",47.54332700000009],["-0.53550551999999982e2","0.47529159999999933e2"],["-0.53545279999999991e2","0.47534439000000134e2"],["-0.53542502999999954e2","0.47550270000000069e2"],["-0.53541114999999991e2","0.47585266000000047e2"],["-0.53497779999999977e2","0.47734717999999987e2"],["-0.53495834000000002e2","0.47740273000000059e2"],["-0.53461113000000012e2","0.47806655999999975e2"],["-0.53434998000000007e2",47.83776899999998],[-53.30610699999994,"0.47984161000000029e2"],["-0.53290840000000003e2","0.47999435000000119e2"],["-0.53274445000000014e2","0.48013329000000056e2"],["-0.53170554999999979e2",48.05360399999995],["-0.53110001000000011e2",48.03943600000008],["-0.53101943999999946e2","0.48038048000000003e2"],["-0.53095001000000025e2",48.03943600000008],["-0.53053329000000019e2","0.48049721000000034e2"],["-0.53041945999999996e2","0.48055824000000143e2"],["-0.52996947999999975e2","0.48086380000000077e2"],["-0.52974716000000001e2","0.48116385999999977e2"],["-0.52959723999999994e2","0.48143051000000014e2"],["-0.52956389999999999e2","0.48148605000000032e2"],["-0.52926948999999979e2","0.48169991000000095e2"],["-0.52919998000000021e2","0.48171379000000002e2"],["-0.52902221999999995e2",48.16304800000006],["-0.52886115999999959e2","0.48151100000000042e2"],["-0.52881942999999922e2","0.48147491000000059e2"],[-52.83555599999994,"0.48106383999999991e2"],["-0.52831389999999942e2","0.48101661999999919e2"],["-0.52832779000000016e2","0.48096939000000134e2"],["-0.52838889999999935e2","0.48093605000000139e2"],["-0.52871940999999993e2","0.48082214000000022e2"],["-0.52880279999999914e2","0.48083327999999995e2"],["-0.52898055999999997e2","0.48090546000000018e2"],["-0.52904167000000029e2","0.48089714000000072e2"],["-0.52911384999999996e2","0.48088043000000027e2"],["-0.52917503000000011e2","0.48084716999999955e2"],["-0.52928336999999999e2","0.48075553999999954e2"],["-0.53058051999999975e2","0.47922493000000031e2"],[-53.05999799999995,"0.47916939000000013e2"],["-0.53059440999999993e2","0.47886658000000125e2"],["-0.53075835999999981e2","0.47850830000000087e2"],["-0.53158607000000018e2","0.47683052000000089e2"],["-0.53178336999999999e2","0.47651382000000012e2"],["-0.53183608999999933e2","0.47646385000000123e2"],["-0.53201667999999984e2","0.47636383000000137e2"],["-0.53221106999999961e2","0.47628601000000003e2"],["-0.53240836999999942e2","0.47622489999999914e2"],["-0.53259726999999998e2","0.47615829000000019e2"],["-0.53265006999999969e2","0.47611664000000019e2"],["-0.53267220000000009e2","0.47606102000000078e2"],["-0.53261672999999973e2","0.47546386999999982e2"],["-0.53175560000000019e2","0.47431381000000101e2"],["-0.53128333999999995e2","0.47411102000000142e2"],["-0.53121940999999993e2","0.47413321999999994e2"],["-0.53111945999999989e2","0.47423607000000118e2"],["-0.53083060999999987e2","0.47458327999999995e2"],["-0.53065833999999938e2","0.47469986000000063e2"],["-0.53013061999999934e2","0.47501389000000074e2"],["-0.52995002999999997e2",47.51138300000008],["-0.52951667999999927e2","0.47530823000000055e2"],["-0.52919167000000016e2","0.47541663999999969e2"],["-0.52907218999999998e2",47.54833200000013],["-0.52896949999999947e2",47.55860100000001],["-0.52849167000000023e2","0.47621101000000124e2"],["-0.52842498999999918e2","0.47632767000000115e2"],["-0.52840552999999943e2","0.47638329000000056e2"],["-0.52837501999999915e2",47.65415999999999],["-0.52838889999999935e2","0.47663879000000009e2"],["-0.52841110000000015e2","0.47668602000000021e2"],["-0.52841667000000029e2","0.47673324999999977e2"],["-0.52840552999999943e2","0.47683876000000055e2"],["-0.52798889000000031e2","0.47784164000000033e2"],["-0.52791388999999981e2","0.47795547000000056e2"],[-52.78556100000003,47.79972100000009],["-0.52779442000000017e2","0.47803047000000106e2"],["-0.52770554000000004e2",47.79972100000009],["-0.52704169999999976e2","0.47753882999999973e2"],["-0.52700554000000011e2","0.47749435000000005e2"],["-0.52657776000000013e2","0.47657493999999986e2"],["-0.52614448999999979e2","0.47516662999999937e2"],["-0.52620276999999987e2","0.47500275000000101e2"],["-0.52625832000000003e2","0.47489158999999972e2"],["-0.52653327999999988e2","0.47437767000000008e2"],["-0.52718055999999933e2","0.47364998000000014e2"],["-0.52787506000000008e2","0.47308043999999938e2"],["-0.52818610999999976e2","0.47224159000000043e2"],["-0.52849723999999981e2",47.1616590000001],["-0.52845276000000013e2","0.47142493999999942e2"],["-0.52843613000000005e2","0.47063880999999981e2"],["-0.52844161999999983e2","0.47058601000000067e2"],["-0.52852782999999988e2","0.47022491000000002e2"],["-0.52884170999999981e2",46.9741590000001],["-0.52909995999999978e2","0.46911658999999986e2"],[-52.92972599999996,"0.46851662000000033e2"],["-0.52932776999999987e2","0.46825554000000068e2"],["-0.52934998000000007e2","0.46804993000000024e2"],["-0.52938332000000003e2",46.78916200000009],["-0.53090836000000024e2","0.46643326000000002e2"],["-0.53102501000000018e2","0.46636658000000011e2"],["-0.53161110000000008e2","0.46619986999999981e2"],["-0.53169166999999959e2","0.46619713000000047e2"],["-0.53192497000000003e2",46.62332200000003],["-0.53207221999999888e2","0.46630272000000105e2"],["-0.53213332999999977e2","0.46633881000000088e2"],["-0.53315552000000025e2","0.46694709999999986e2"],["-0.53354171999999949e2","0.46736938000000009e2"],["-0.53361945999999932e2","0.46737495000000081e2"],["-0.53384170999999981e2","0.46721375000000023e2"],["-0.53410552999999936e2","0.46700828999999999e2"],["-0.53426391999999964e2","0.46687210000000107e2"],["-0.53451392999999996e2",46.66137700000013],["-0.53463614999999947e2","0.46654160000000047e2"],["-0.53521111000000019e2",46.62082700000002],["-0.53532776000000013e2","0.46614159000000029e2"],["-0.53561667999999941e2","0.46612770000000069e2"],["-0.53569449999999961e2","0.46614159000000029e2"],["-0.53577224999999999e2","0.46617493000000024e2"],["-0.53607779999999991e2","0.46636107999999979e2"],["-0.53613891999999964e2","0.46640274000000034e2"],["-0.53617774999999995e2","0.46644157000000007e2"],["-0.53635001999999929e2","0.46680823999999973e2"],["-0.53643058999999994e2","0.46704437000000098e2"],[-53.64416499999993,"0.46709160000000111e2"],["-0.53648055999999997e2","0.46796661000000029e2"],["-0.53647781000000009e2","0.46801932999999963e2"],["-0.53645279000000016e2",46.81249200000002],["-0.53639724999999999e2","0.46829163000000051e2"],["-0.53636391000000003e2","0.46834717000000069e2"],["-0.53594718999999998e2",46.9447100000001],[-53.64166999999992,"0.46983879000000002e2"],["-0.53633614000000023e2","0.47001105999999993e2"],["-0.53577781999999956e2","0.47085265999999933e2"],[-53.55083499999995,"0.47106659000000036e2"],["-0.53539444000000003e2","0.47114158999999972e2"],["-0.53591385000000002e2","0.47156096999999988e2"],["-0.53646392999999989e2","0.47105270000000075e2"],["-0.53703612999999962e2","0.47053047000000106e2"],["-0.53823059000000001e2","0.46956657000000064e2"],["-0.53894164999999987e2","0.46899994000000106e2"],["-0.53945830999999941e2","0.46858887000000038e2"],["-0.54053328999999962e2","0.46794998000000135e2"],["-0.54097220999999934e2","0.46799438000000123e2"],[-54.17888599999992,46.81610100000006],["-0.54187774999999988e2","0.46819160000000011e2"],[-54.18999500000001,"0.46823607999999979e2"],["-0.54190833999999995e2","0.46828605999999979e2"],["-0.54196387999999956e2","0.46862494999999967e2"],["-0.54196663000000001e2","0.46883330999999998e2"],["-0.54193329000000006e2","0.46893607999999972e2"],["-0.54160827999999981e2","0.46981934000000024e2"],["-0.54131942999999978e2","0.47012496999999996e2"],[-54.11500499999994,"0.47039719000000105e2"],["-0.54092498999999975e2","0.47079437000000098e2"],["-0.54066665999999998e2","0.47131104000000107e2"],["-0.53993889000000024e2","0.47265274000000034e2"],["-0.53964721999999995e2","0.47299721000000034e2"],["-0.53928611999999987e2","0.47302773000000116e2"],["-0.53921943999999996e2","0.47304161000000022e2"],["-0.53879997000000003e2","0.47348045000000127e2"],["-0.53875557000000015e2","0.47354163999999969e2"],["-0.53867500000000007e2","0.47402771000000087e2"],["-0.53879439999999931e2",47.43082400000003],["-0.53900275999999963e2","0.47486107000000061e2"],["-0.53891669999999976e2","0.47524711999999965e2"],["-0.53885558999999944e2","0.47576941999999974e2"],["-0.53894721999999945e2",47.6055530000001],["-0.53896950000000004e2","0.47609993000000145e2"],["-0.53983886999999925e2",47.75777400000004],["-0.54003333999999995e2","0.47778877000000136e2"],["-0.54033332999999914e2","0.47796661000000029e2"],["-0.54195273999999984e2","0.47857498000000021e2"],["-0.54194999999999993e2","0.47843048000000124e2"],["-0.54197219999999902e2","0.47832214000000079e2"],["-0.54212776000000019e2","0.47777771000000087e2"],["-0.54219161999999926e2","0.47766106000000036e2"],["-0.54223884999999939e2","0.47759995000000117e2"],["-0.54259170999999981e2","0.47715271000000143e2"],["-0.54337776000000019e2","0.47621658000000025e2"],["-0.54435271999999998e2","0.47505554000000075e2"],["-0.54468605000000025e2","0.47441658000000075e2"],["-0.54477492999999981e2","0.47404991000000052e2"],["-0.54472495999999978e2","0.47401099999999985e2"],["-0.54477492999999981e2","0.47395828000000051e2"],["-0.54482772999999952e2","0.47391663000000051e2"],["-0.54511116000000015e2","0.47372765000000015e2"],["-0.54517219999999952e2","0.47369438000000059e2"],["-0.54601394999999968e2","0.47345268000000033e2"],["-0.54611388999999974e2","0.47353049999999996e2"],["-0.54613060000000019e2",47.35833000000008],[-54.61333499999995,"0.47362770000000069e2"],["-0.54606948999999986e2","0.47374434999999949e2"],["-0.54601944000000003e2","0.47379715000000033e2"],["-0.54596663999999862e2","0.47383880999999917e2"],["-0.54559998000000007e2","0.47413879000000065e2"],["-0.54529166999999973e2","0.47442214999999976e2"],["-0.54489998000000014e2","0.47486382000000049e2"],["-0.54417220999999984e2","0.47583603000000096e2"],["-0.54410827999999867e2","0.47594994000000042e2"],["-0.54413329999999917e2","0.47599715999999944e2"],["-0.54418334999999956e2","0.47603607000000011e2"],["-0.54430557000000022e2","0.47597771000000137e2"],["-0.54440833999999938e2","0.47586937000000091e2"],["-0.54508614000000023e2","0.47513328999999999e2"],[-54.53194400000001,"0.47479987999999992e2"],["-0.54539444000000003e2","0.47468048000000124e2"],["-0.54563613999999973e2","0.47439987000000031e2"],["-0.54578887999999893e2","0.47423882000000106e2"],["-0.54604720999999984e2","0.47401932000000102e2"],["-0.54621383999999978e2","0.47389992000000007e2"],["-0.54700279000000023e2","0.47357773000000009e2"],["-0.54719993999999929e2","0.47352218999999991e2"],["-0.54727218999999991e2","0.47351387000000045e2"],["-0.54818610999999862e2","0.47363609000000054e2"],["-0.54819450000000018e2","0.47368599000000074e2"],["-0.54803054999999972e2","0.47380546999999979e2"],["-0.54793616999999983e2","0.47391936999999984e2"],["-0.54786667000000023e2","0.47413879000000065e2"],["-0.54787506000000008e2","0.47418884000000105e2"],["-0.54796111999999994e2","0.47420830000000024e2"],["-0.54856392000000028e2","0.47390549000000078e2"],["-0.54980552999999929e2","0.47285552999999936e2"],["-0.55039169000000015e2","0.47225821999999994e2"],["-0.55043892000000028e2","0.47220825000000048e2"],["-0.55045554999999979e2","0.47215271000000087e2"],["-0.55043335000000013e2","0.47210548000000074e2"],[-55.05361199999993,"0.47150826000000109e2"],["-0.55065833999999995e2","0.47093323000000112e2"],["-0.55069450000000018e2","0.47082214000000022e2"],["-0.55100280999999995e2",47.05471],["-0.55149444999999957e2","0.47012215000000083e2"],["-0.55154716000000008e2","0.47008049000000028e2"],["-0.55193329000000006e2","0.46984993000000145e2"],["-0.55225829999999974e2","0.46934433000000126e2"],["-0.55230277999999942e2","0.46928329000000076e2"],["-0.55236945999999932e2","0.46923607000000004e2"],["-0.55246947999999975e2","0.46916939000000013e2"],["-0.55258613999999966e2",46.91027100000008],["-0.55358337000000006e2","0.46874161000000129e2"],["-0.55384170999999924e2","0.46865829000000133e2"],["-0.55399993999999936e2","0.46865829000000133e2"],["-0.55456664999999987e2","0.46874710000000107e2"],["-0.55463615000000004e2","0.46877486999999974e2"],["-0.55468604999999968e2","0.46881660000000124e2"],["-0.55471938999999963e2","0.46886383000000137e2"],["-0.55626944999999921e2","0.46868881000000101e2"],["-0.55634170999999981e2","0.46866661000000079e2"],["-0.55689719999999966e2","0.46858329999999967e2"],["-0.55803328999999962e2","0.46860549999999989e2"],["-0.55845832999999971e2",46.86971299999999],["-0.55915000999999961e2",46.88749700000011],["-0.55923614999999927e2","0.46889717000000076e2"],["-0.55931389000000024e2","0.46892769000000044e2"],["-0.55946663000000001e2","0.46899436999999978e2"],["-0.55966110000000015e2","0.46909988000000112e2"],[-55.98082699999992,"0.46932213000000104e2"],["-0.55982773000000009e2","0.46936652999999978e2"],["-0.55984168999999952e2","0.46941658000000018e2"],["-0.55983054999999979e2","0.46952492000000063e2"],["-0.55980552999999986e2","0.46957771000000037e2"],[-55.96665999999999,"0.46981377000000123e2"],["-0.55952498999999989e2","0.46996383999999921e2"],["-0.55886948000000018e2","0.47056099000000017e2"],[-55.87110899999999,"0.47069160000000124e2"],["-0.55865554999999972e2","0.47072768999999937e2"],["-0.55775276000000019e2",47.10193600000008],["-0.55768607999999972e2","0.47103325000000041e2"],["-0.55745551999999918e2",47.10443900000007],["-0.55738892000000021e2",47.10443900000007],["-0.55723609999999951e2","0.47104164000000026e2"],[-55.715553,"0.47103050000000053e2"],["-0.55698050999999964e2","0.47098045000000013e2"],[-55.68250299999994,"0.47091377000000023e2"],["-0.55674445999999989e2","0.47090270999999973e2"],["-0.55586945000000014e2","0.47110275000000115e2"],["-0.55573616000000015e2",47.11360900000011],["-0.55493331999999896e2","0.47133880999999974e2"],["-0.55487777999999992e2","0.47137214999999969e2"],["-0.55329445000000021e2","0.47242493000000024e2"],["-0.55298339999999939e2","0.47267211999999972e2"],["-0.55290557999999976e2","0.47278328000000101e2"],["-0.55285278000000005e2","0.47294998000000021e2"],[-55.28583500000002,"0.47310272000000111e2"],["-0.55286948999999993e2","0.47314995000000067e2"],["-0.55286117999999988e2","0.47325554000000125e2"],["-0.55269721999999945e2","0.47390830999999991e2"],["-0.55266662999999994e2","0.47396659999999997e2"],["-0.55262221999999895e2","0.47402771000000087e2"],["-0.55256949999999961e2","0.47407211000000075e2"],["-0.55202224999999999e2",47.44609800000012],["-0.55179169000000002e2","0.47460548000000017e2"],["-0.55172501000000011e2","0.47463882000000012e2"],["-0.55107779999999991e2","0.47483604000000071e2"],["-0.55100554999999986e2","0.47484160999999972e2"],["-0.55083611000000019e2","0.47481101999999964e2"],["-0.55075835999999867e2","0.47480820000000108e2"],["-0.55040282999999931e2","0.47484993000000031e2"],["-0.54951392999999882e2","0.47504997000000003e2"],["-0.54868057000000022e2","0.47543883999999991e2"],["-0.54845832999999971e2","0.47556938000000059e2"],["-0.54841666999999973e2","0.47563324000000136e2"],["-0.54841385000000002e2","0.47583603000000096e2"],[-54.845551,"0.47633881000000088e2"],["-0.54949439999999925e2","0.47599715999999944e2"],["-0.54956389999999999e2",47.59804500000007],["-0.54970832999999971e2","0.47596656999999993e2"],["-0.55019278999999926e2","0.47621101000000124e2"],["-0.55028277999999887e2","0.47620766000000117e2"],["-0.55033278999999936e2","0.47621601000000112e2"],["-0.55036109999999894e2","0.47623936000000015e2"],["-0.55037612999999908e2","0.47626601999999991e2"],["-0.55037440999999887e2",47.62977200000006],[-55.03561000000002,"0.47633269999999982e2"],["-0.55029612999999927e2","0.47639598999999976e2"],[-55.013779,47.65310299999993],[-55.00777800000003,47.65943500000003],["-0.54956389999999999e2","0.47741379000000109e2"],["-0.54947494999999947e2",47.75360900000004],["-0.54938048999999978e2","0.47771103000000096e2"],["-0.54936110999999926e2","0.47781661999999983e2"],["-0.54943054000000018e2","0.47781105000000082e2"],["-0.54948607999999922e2","0.47776657000000114e2"],["-0.55011391000000003e2","0.47721374999999966e2"],["-0.55021942000000024e2","0.47711661999999933e2"],["-0.55025276000000019e2","0.47705268999999987e2"],["-0.55027221999999995e2","0.47695267000000058e2"],[-55.03055599999999,"0.47684158000000139e2"],["-0.55033614999999941e2","0.47678329000000133e2"],["-0.55119114000000025e2","0.47616936000000123e2"],["-0.55122443999999916e2","0.47614269000000093e2"],["-0.55126281999999946e2","0.47612774000000002e2"],["-0.55130774999999915e2","0.47611938000000123e2"],["-0.55135777000000019e2","0.47613605000000007e2"],["-0.55262778999999966e2","0.47650543000000084e2"],["-0.55349167000000023e2","0.47704437000000098e2"],[-55.34833500000002,"0.47710274000000027e2"],["-0.55357506000000001e2","0.47726097000000095e2"],["-0.55365004999999996e2","0.47726379000000122e2"],["-0.55379722999999956e2","0.47724991000000045e2"],["-0.55427497999999957e2","0.47711661999999933e2"],["-0.55432502999999997e2",47.70638299999996],["-0.55461944999999957e2","0.47646103000000039e2"],["-0.55464721999999938e2","0.47640274000000034e2"],["-0.55467498999999975e2","0.47619155999999919e2"],[-55.46665999999999,"0.47614159000000029e2"],["-0.55461387999999943e2","0.47610275000000001e2"],["-0.55454444999999964e2","0.47611107000000118e2"],["-0.55446663000000001e2","0.47623046999999985e2"],["-0.55436110999999926e2","0.47631659999999954e2"],["-0.55430000000000007e2","0.47634163000000115e2"],["-0.55423057999999969e2","0.47635826000000066e2"],["-0.55415276000000006e2",47.63249200000007],["-0.55407776000000013e2","0.47624161000000015e2"],["-0.55400276000000019e2","0.47615547000000106e2"],["-0.55398337999999967e2","0.47610275000000001e2"],["-0.55389724999999999e2",47.58638000000002],["-0.55400276000000019e2","0.47514717000000076e2"],["-0.55406661999999926e2","0.47493050000000039e2"],[-55.40972099999999,"0.47487213000000054e2"],["-0.55414161999999919e2","0.47481101999999964e2"],["-0.55429726000000016e2","0.47467209000000139e2"],[-55.43638599999997,"0.47465546000000018e2"],["-0.55498610999999983e2","0.47453880000000026e2"],["-0.55505835999999931e2","0.47453322999999955e2"],["-0.55526108000000022e2","0.47454436999999928e2"],["-0.55555274999999938e2","0.47440269000000058e2"],["-0.55560555000000022e2","0.47436104000000057e2"],["-0.55565001999999993e2","0.47429993000000024e2"],["-0.55587776000000019e2","0.47398604999999975e2"],[-55.625,"0.47463608000000079e2"],["-0.55654167000000029e2","0.47495270000000062e2"],["-0.55795279999999991e2","0.47492767000000072e2"],["-0.55914443999999946e2","0.47437767000000008e2"],["-0.55920279999999934e2","0.47435265000000129e2"],["-0.55925560000000019e2","0.47439156000000025e2"],["-0.55923889000000031e2","0.47444709999999986e2"],[-55.91972399999986,"0.47450829000000056e2"],["-0.55831673000000023e2","0.47517212000000086e2"],["-0.55788895000000025e2","0.47551102000000014e2"],["-0.55745834000000002e2","0.47585266000000047e2"],[-55.77305599999994,"0.47579720000000009e2"],["-0.55824172999999973e2","0.47566382999999973e2"],["-0.55892226999999991e2",47.5366590000001],["-0.55987777999999992e2","0.47500549000000035e2"],["-0.56104172000000005e2","0.47463608000000079e2"],["-0.56110557999999855e2","0.47462494000000106e2"],[-56.11860699999994,"0.47463608000000079e2"],["-0.56158889999999928e2","0.47484718000000044e2"],["-0.56169167000000016e2","0.47492493000000138e2"],["-0.56172500999999897e2",47.49721500000004],["-0.56172500999999897e2","0.47501663000000008e2"],["-0.56168059999999969e2","0.47507216999999969e2"],["-0.56162498000000028e2",47.51138300000008],[-56.12027699999993,"0.47519157000000064e2"],["-0.56044448999999986e2","0.47535271000000023e2"],["-0.55941939999999931e2","0.47561661000000072e2"],["-0.55889998999999932e2","0.47578330999999991e2"],["-0.55639998999999989e2","0.47668053000000043e2"],["-0.55633330999999998e2","0.47671104000000071e2"],["-0.55628333999999995e2","0.47674713000000054e2"],["-0.55635001999999986e2","0.47678329000000133e2"],["-0.55642501999999979e2","0.47678604000000121e2"],["-0.55649993999999992e2","0.47677773000000116e2"],["-0.55663886999999932e2","0.47675552000000039e2"],["-0.55704169999999976e2","0.47664992999999981e2"],[-55.75,"0.47649437000000034e2"],["-0.55756110999999976e2","0.47646942000000024e2"],["-0.55774718999999948e2","0.47638329000000056e2"],[-55.80471799999998,"0.47624435000000119e2"],["-0.55824447999999961e2","0.47618599000000017e2"],["-0.55838889999999935e2","0.47617210000000057e2"],["-0.55855835000000013e2","0.47620270000000119e2"],["-0.55903327999999931e2","0.47645270999999923e2"],["-0.55913611999999944e2","0.47653046000000018e2"],["-0.55917503000000011e2","0.47657493999999986e2"],["-0.55919448999999929e2","0.47667213000000004e2"],["-0.55918609999999944e2","0.47673049999999989e2"],["-0.55916388999999981e2","0.47678329000000133e2"],[-55.91194200000001,"0.47684432999999956e2"],["-0.55901389999999992e2","0.47693047000000035e2"],["-0.55895554000000004e2","0.47696655000000135e2"],["-0.55866393999999957e2","0.47713882000000126e2"],[-55.83277899999996,"0.47742493000000081e2"],["-0.55815001999999993e2","0.47772491000000002e2"],["-0.55799445999999875e2","0.47799164000000019e2"],["-0.55742226000000016e2","0.47923325000000091e2"],["-0.55746947999999975e2",47.93249499999996],["-0.55754447999999968e2",47.94110100000006],["-0.55767219999999952e2","0.47953323000000069e2"],["-0.55773613000000012e2","0.47956940000000031e2"],[-55.78055599999999,47.95526899999993],["-0.55817504999999983e2","0.47886939999999981e2"],["-0.55835273999999913e2","0.47850830000000087e2"],["-0.55835555999999997e2","0.47845543000000134e2"],["-0.55847220999999934e2","0.47806938000000002e2"],["-0.55849998000000028e2","0.47801102000000128e2"],["-0.55854445999999996e2","0.47794716000000051e2"],["-0.55865279999999984e2","0.47786110000000122e2"],["-0.55877219999999966e2","0.47778602999999976e2"],["-0.55888892999999996e2","0.47773048000000074e2"],["-0.56049727999999959e2","0.47699432000000058e2"],["-0.56087501999999972e2","0.47736938000000009e2"],["-0.56081116000000009e2","0.47739715999999987e2"],["-0.56053611999999987e2",47.77388000000002],["-0.56057502999999997e2","0.47778327999999988e2"],["-0.56064163000000008e2","0.47776657000000114e2"],["-0.56111671000000001e2","0.47763610999999969e2"],[-56.125,"0.47757216999999969e2"],["-0.56185271999999998e2","0.47680274999999995e2"],["-0.56160278000000005e2","0.47642220000000123e2"],["-0.56154998999999862e2","0.47638329000000056e2"],["-0.56161384999999939e2","0.47634163000000115e2"],["-0.56173332000000016e2","0.47629714999999976e2"],["-0.56187499999999943e2","0.47627213000000097e2"],["-0.56358336999999892e2","0.47603324999999984e2"],["-0.56394722000000002e2","0.47601105000000132e2"],["-0.56410277999999948e2","0.47601387000000045e2"],["-0.56418892000000028e2","0.47601936000000137e2"],["-0.56443053999999904e2","0.47605827000000033e2"],["-0.56546950999999979e2","0.47613883999999985e2"],["-0.56615554999999915e2","0.47613327000000083e2"],["-0.56644164999999987e2","0.47596100000000092e2"],["-0.56641113000000018e2","0.47592216000000064e2"],["-0.56639998999999989e2","0.47587212000000079e2"],["-0.56644164999999987e2","0.47581108000000086e2"],[-56.65055099999995,"0.47578330999999991e2"],["-0.56774719000000005e2","0.47531937000000028e2"],["-0.56840836000000024e2",47.52137799999997],["-0.56902221999999995e2","0.47552490000000091e2"],["-0.56924445999999989e2","0.47562209999999993e2"],["-0.56956107999999972e2","0.47574996999999996e2"],[-56.96527900000001,47.57777400000009],["-0.56992500000000007e2","0.47583878000000141e2"],["-0.56999725000000012e2","0.47584717000000069e2"],["-0.57014724999999942e2","0.47583878000000141e2"],["-0.57096663999999976e2",47.56610100000006],["-0.57118332000000009e2","0.47563881000000038e2"],["-0.57126105999999993e2","0.47563881000000038e2"],["-0.57134445000000028e2","0.47566382999999973e2"],["-0.57150276000000019e2","0.47572769000000051e2"],["-0.57163329999999917e2","0.47579720000000009e2"],["-0.57204720000000009e2",47.59304800000001],["-0.57530829999999867e2","0.47630821000000026e2"],["-0.57657776000000013e2",47.60305000000011],["-0.57779441999999904e2","0.47627487000000031e2"],["-0.57882499999999993e2","0.47651382000000012e2"],["-0.58027495999999928e2","0.47694153000000028e2"],["-0.58036391999999978e2","0.47696098000000063e2"],["-0.58359443999999939e2","0.47647217000000012e2"],["-0.58690552000000025e2","0.47598877000000016e2"],["-0.58771110999999962e2",47.59137700000008],["-0.58861945999999932e2","0.47589157000000114e2"],["-0.58885001999999872e2","0.47592766000000097e2"],["-0.58894164999999873e2",47.59388000000007],["-0.58937499999999943e2","0.47589989000000003e2"],["-0.59076667999999984e2","0.47571663000000001e2"],["-0.59102130999999929e2","0.47564251000000127e2"],[-59.11361699999992,"0.47558327000000077e2"],["-0.59118889000000024e2","0.47554710000000114e2"],["-0.59135559000000001e2","0.47556380999999988e2"],["-0.59161941999999954e2","0.47561661000000072e2"],["-0.59297782999999868e2","0.47606658999999979e2"],["-0.59304442999999992e2","0.47609993000000145e2"],["-0.59305831999999953e2","0.47614998000000014e2"],["-0.59309440999999993e2","0.47661102000000085e2"],["-0.59309440999999993e2","0.47671379000000059e2"],[-59.30499999999995,"0.47724991000000045e2"],[-59.3024979999999,"0.47736107000000004e2"],["-0.59325561999999991e2","0.47807213000000047e2"],["-0.59329726999999991e2","0.47816383000000087e2"],["-0.59369164000000012e2","0.47852775999999949e2"],[-59.40193899999997,"0.47880271999999991e2"],[-59.40694400000001,"0.47889717000000076e2"],["-0.59404715999999951e2","0.47900269000000094e2"],["-0.59400832999999921e2",47.90665400000006],[-59.39166999999992,"0.47916664000000026e2"],["-0.59378051999999911e2","0.47922493000000031e2"],["-0.59365554999999915e2","0.47924995000000081e2"],["-0.59328612999999905e2","0.47928879000000109e2"],["-0.59321945000000028e2","0.47930549999999982e2"],[-59.31639100000001,"0.47934158000000082e2"],[-59.31138599999997,"0.47938881000000094e2"],["-0.59267775999999969e2","0.47982208000000071e2"],["-0.59265006999999912e2","0.47988045000000056e2"],["-0.59262778999999966e2","0.47999435000000119e2"],["-0.59246947999999975e2","0.48011940000000038e2"],["-0.59230277999999942e2",48.02276599999999],["-0.59218605000000025e2","0.48029160000000047e2"],["-0.59091384999999946e2","0.48090271000000143e2"],["-0.59053885999999864e2","0.48105552999999986e2"],["-0.59041114999999934e2","0.48110275000000058e2"],["-0.59020554000000004e2","0.48116385999999977e2"],["-0.58958054000000004e2","0.48149993999999992e2"],[-58.75,"0.48287498000000085e2"],["-0.58701392999999996e2","0.48319716999999969e2"],["-0.58691108999999983e2",48.32888000000014],["-0.58686385999999914e2","0.48334160000000054e2"],["-0.58682502999999997e2","0.48340546000000131e2"],["-0.58678336999999999e2","0.48351936000000023e2"],["-0.58675835000000006e2","0.48363051999999925e2"],["-0.58670279999999991e2",48.37499200000002],["-0.58598884999999939e2","0.48423325000000034e2"],["-0.58587775999999963e2","0.48430550000000039e2"],["-0.58568892999999889e2","0.48438599000000067e2"],["-0.58555831999999953e2","0.48443047000000035e2"],["-0.58514724999999999e2","0.48452773999999977e2"],["-0.58500556999999958e2","0.48455551000000071e2"],["-0.58492774999999995e2","0.48455551000000071e2"],["-0.58492774999999995e2","0.48450272000000098e2"],["-0.58497779999999977e2",48.44582400000013],["-0.58518889999999999e2","0.48441375999999991e2"],["-0.58526108000000022e2","0.48440544000000102e2"],["-0.58546394000000021e2","0.48434990000000084e2"],["-0.58558891000000017e2",48.42971799999998],["-0.58588889999999935e2","0.48412765999999976e2"],["-0.58599998000000028e2","0.48405822999999998e2"],["-0.58601112000000001e2","0.48400826000000052e2"],[-58.59194199999996,"0.48398879999999963e2"],["-0.58483611999999994e2","0.48427773000000002e2"],["-0.58470832999999971e2",48.43221299999999],["-0.58464721999999995e2","0.48436377999999991e2"],["-0.58449439999999925e2","0.48449158000000125e2"],[-58.4183349999999,"0.48486655999999982e2"],["-0.58420279999999991e2","0.48508049000000085e2"],["-0.58569449999999961e2","0.48538605000000018e2"],["-0.58673614999999984e2","0.48554710000000057e2"],["-0.58682502999999997e2","0.48554993000000024e2"],["-0.58697219999999959e2","0.48553046999999992e2"],["-0.58732215999999994e2","0.48545830000000024e2"],["-0.58765556000000004e2","0.48535828000000095e2"],["-0.58778052999999886e2","0.48531937000000028e2"],["-0.58812499999999943e2",48.52388000000002],["-0.58857506000000001e2","0.48518599999999992e2"],["-0.58931389000000024e2","0.48511939999999981e2"],["-0.58954720000000009e2","0.48510825999999952e2"],["-0.58979163999999969e2","0.48512497000000053e2"],["-0.58988335000000006e2","0.48514442000000031e2"],["-0.59004722999999956e2","0.48520271000000037e2"],["-0.59013335999999924e2","0.48522217000000126e2"],["-0.59091667000000029e2","0.48508331000000112e2"],["-0.59105559999999969e2",48.50471500000009],["-0.59118889000000024e2",48.50110600000005],["-0.59146392999999875e2","0.48493049999999982e2"],["-0.59192771999999991e2","0.48477767999999969e2"],["-0.59232497999999964e2","0.48468597000000045e2"],["-0.59246947999999975e2",48.46665999999999],["-0.59255279999999971e2","0.48467490999999995e2"],["-0.59260558999999944e2","0.48471931000000041e2"],["-0.59261115999999959e2","0.48476653999999996e2"],["-0.59232773000000009e2","0.48523048000000131e2"],["-0.59228881999999999e2","0.48529160000000104e2"],["-0.59215003999999965e2","0.48545547000000056e2"],["-0.59209998999999925e2","0.48549995000000024e2"],["-0.59137504999999976e2","0.48598876999999959e2"],["-0.59084166999999866e2","0.48626380999999981e2"],["-0.59077782000000013e2","0.48629158000000075e2"],["-0.59050277999999935e2","0.48635551000000021e2"],[-59.03055599999999,"0.48641937000000098e2"],[-59.02416999999997,"0.48644714000000022e2"],["-0.58908889999999985e2","0.48701934999999992e2"],["-0.58828888000000006e2","0.48750832000000116e2"],["-0.58811667999999941e2",48.76166500000005],["-0.58799727999999959e2","0.48768050999999957e2"],["-0.58774719000000005e2",48.77887700000008],["-0.58767775999999969e2","0.48775551000000064e2"],["-0.58772498999999982e2","0.48769989000000123e2"],["-0.58815001999999936e2","0.48735825000000091e2"],["-0.58849723999999867e2","0.48714996000000099e2"],["-0.58873885999999914e2","0.48701659999999947e2"],["-0.58891113000000018e2","0.48690826000000072e2"],["-0.58912773000000016e2","0.48674713000000054e2"],["-0.58938605999999879e2","0.48653603000000089e2"],["-0.58947776999999917e2","0.48642769000000044e2"],["-0.58955832999999984e2","0.48630272000000048e2"],["-0.58958610999999962e2","0.48624161000000129e2"],["-0.58958610999999962e2","0.48613883999999985e2"],["-0.58955832999999984e2","0.48609436000000017e2"],["-0.58947494999999947e2","0.48601105000000132e2"],["-0.58896950000000004e2",48.55193300000002],["-0.58888335999999924e2","0.48551101999999958e2"],["-0.58743057000000022e2","0.48560822000000087e2"],["-0.58728332999999964e2",48.56249200000002],["-0.58721381999999949e2","0.48564438000000109e2"],["-0.58715003999999965e2","0.48567215000000033e2"],["-0.58709442000000024e2","0.48570831000000055e2"],["-0.58704445000000021e2","0.48575271999999984e2"],["-0.58695549000000028e2","0.48586937000000091e2"],[-58.68332700000002,"0.48605827000000033e2"],["-0.58676666000000012e2","0.48618050000000096e2"],["-0.58672501000000011e2","0.48629433000000063e2"],["-0.58669998000000021e2","0.48640831000000105e2"],["-0.58671386999999925e2","0.48650825999999995e2"],["-0.58674171000000001e2",48.65526600000004],["-0.58679442999999992e2",48.66944100000012],["-0.58680832000000009e2",48.68471500000004],[-58.658051,"0.48743049999999982e2"],["-0.58618331999999896e2","0.48779716000000064e2"],["-0.58543892000000028e2","0.48860824999999977e2"],["-0.58535834999999963e2","0.48878601000000117e2"],["-0.58506667999999934e2","0.48949431999999945e2"],["-0.58506667999999934e2",48.98054499999995],["-0.58503333999999995e2","0.48997490000000084e2"],["-0.58500838999999928e2","0.49003608999999926e2"],["-0.58400832999999864e2","0.49127487000000087e2"],["-0.58396110999999962e2","0.49131377999999984e2"],["-0.58351943999999889e2",49.15026899999998],["-0.58348884999999996e2","0.49145828000000108e2"],["-0.58342967999999985e2","0.49100201000000027e2"],["-0.58365634999999997e2","0.49079922000000067e2"],["-0.58368019000000004e2","0.49061428000000035e2"],["-0.58353702999999939e2","0.49056656000000032e2"],[-58.31075299999992,"0.49068584000000044e2"],["-0.58292857999999967e2","0.49072762000000068e2"],["-0.58240554999999972e2","0.49070274000000097e2"],[-58.17832199999998,"0.49063217000000066e2"],["-0.58143726000000015e2","0.49041740000000118e2"],[-58.09833500000002,48.99221799999998],["-0.58084723999999937e2","0.48985268000000133e2"],["-0.58077781999999956e2","0.48981934000000138e2"],["-0.58060279999999921e2","0.48976096999999982e2"],["-0.58050551999999982e2","0.48973320000000115e2"],[-57.99610899999999,48.96138000000002],["-0.57961387999999999e2","0.48956657000000007e2"],["-0.57938605999999993e2","0.48958328000000051e2"],[-57.90166499999998,48.96276899999998],["-0.57888054000000011e2","0.48966102999999976e2"],["-0.57881667999999991e2",48.96888000000007],["-0.57892226999999934e2","0.48981658999999922e2"],["-0.57900551000000007e2",48.9847180000001],["-0.57929442999999992e2","0.48978874000000076e2"],["-0.57958611000000019e2","0.48976096999999982e2"],["-0.57974716000000001e2","0.48976096999999982e2"],["-0.58009223999999961e2",48.98041500000005],[-58.02777900000001,"0.48985549999999989e2"],["-0.58035834999999963e2","0.48988602000000128e2"],["-0.58050551999999982e2",48.99582700000002],[-58.09332999999998,"0.49025825999999995e2"],["-0.58103888999999924e2","0.49033607000000075e2"],["-0.58108054999999922e2","0.49037772999999959e2"],["-0.58135276999999974e2","0.49082771000000037e2"],["-0.58144447000000014e2",49.12193300000007],["-0.58122612000000004e2","0.49124931000000004e2"],["-0.58119281999999998e2","0.49127102000000036e2"],["-0.58115608000000009e2","0.49129105000000038e2"],["-0.58111110999999994e2","0.49129771999999946e2"],["-0.58094775999999968e2","0.49124603000000036e2"],["-0.58078776999999945e2","0.49121769000000029e2"],["-0.58049445999999932e2","0.49120270000000005e2"],["-0.57925559999999962e2","0.49123047000000042e2"],["-0.57918610000000001e2","0.49124709999999993e2"],["-0.57913329999999974e2","0.49129158000000132e2"],["-0.57882773999999927e2","0.49157767999999976e2"],["-0.57878882999999973e2","0.49170273000000122e2"],[-57.89805599999994,"0.49158600000000092e2"],["-0.57912215999999944e2","0.49152771000000087e2"],["-0.57925834999999893e2","0.49148331000000042e2"],["-0.57939437999999996e2","0.49144997000000046e2"],["-0.57947494999999947e2","0.49144997000000046e2"],["-0.58057220000000029e2","0.49144997000000046e2"],["-0.58075558000000001e2","0.49153271000000075e2"],["-0.58081054999999992e2","0.49154438000000141e2"],["-0.58086055999999928e2","0.49156269000000123e2"],["-0.58092555999999945e2","0.49160934000000111e2"],[-58.09589399999993,"0.49166271000000108e2"],["-0.58064055999999994e2","0.49183350000000132e2"],["-0.58063057000000015e2","0.49185451999999941e2"],["-0.58065455999999983e2","0.49190414000000033e2"],["-0.58060622999999964e2","0.49188583000000051e2"],[-58.05495499999995,"0.49187583999999958e2"],["-0.58034957999999904e2","0.49185749000000044e2"],["-0.58025459000000012e2","0.49185749000000044e2"],["-0.58011292000000026e2","0.49186252999999965e2"],["-0.58002456999999993e2","0.49188251000000093e2"],["-0.57995621000000028e2","0.49192078000000038e2"],["-0.57988785000000007e2","0.49197247000000118e2"],["-0.57932219999999973e2","0.49234160999999972e2"],["-0.57928054999999972e2","0.49240273000000116e2"],[-57.93638599999997,"0.49239716000000044e2"],["-0.57995162999999991e2","0.49236885000000086e2"],["-0.58003330000000005e2","0.49234215000000006e2"],["-0.58011662000000001e2",49.23071299999998],["-0.58031001999999944e2","0.49224548000000027e2"],[-58.03566399999994,"0.49223713000000032e2"],["-0.58049331999999936e2","0.49222717000000046e2"],["-0.58058829999999944e2","0.49223049000000003e2"],["-0.58191939999999931e2","0.49236382000000049e2"],["-0.58200835999999867e2","0.49239716000000044e2"],["-0.58211945000000014e2",49.24721500000004],["-0.58233886999999982e2",49.27304799999996],["-0.58236663999999905e2",49.27748900000006],["-0.58240836999999942e2","0.49286942000000067e2"],["-0.58241942999999992e2","0.49291663999999969e2"],["-0.58241942999999992e2","0.49302215999999987e2"],["-0.58223327999999924e2","0.49390274000000034e2"],["-0.58216392999999982e2","0.49402488999999946e2"],["-0.58192497000000003e2","0.49429436000000067e2"],["-0.58157776000000013e2","0.49464439000000027e2"],["-0.58152221999999995e2","0.49468879999999956e2"],["-0.58043892000000028e2","0.49541382000000056e2"],["-0.58032218999999941e2","0.49548332000000073e2"],["-0.58019164999999873e2","0.49553879000000052e2"],["-0.57998336999999992e2","0.49559158000000025e2"],["-0.57971107000000018e2","0.49554993000000024e2"],["-0.57915112000000022e2","0.49532047000000034e2"],["-0.57910609999999963e2","0.49530216000000053e2"],["-0.57903445999999974e2","0.49525551000000064e2"],["-0.57861445999999944e2","0.49505885999999975e2"],["-0.57746947999999918e2","0.49453606000000093e2"],["-0.57715004000000022e2","0.49454712000000086e2"],["-0.57707503999999915e2","0.49455551000000071e2"],["-0.57701110999999969e2","0.49458327999999995e2"],["-0.57696388000000013e2","0.49463608000000022e2"],["-0.57698883000000023e2","0.49468323000000055e2"],["-0.57705832999999984e2",49.47165700000005],["-0.57788895000000025e2","0.49500832000000116e2"],["-0.57864222999999981e2","0.49534939000000065e2"],["-0.57869389000000012e2","0.49535439000000054e2"],["-0.57872719000000018e2","0.49537773000000072e2"],["-0.57942223000000013e2",49.60305000000011],["-0.57944716999999969e2","0.49607498000000078e2"],["-0.57951110999999912e2","0.49652771000000143e2"],["-0.57951110999999912e2",49.65776800000009],["-0.57948333999999932e2","0.49674164000000076e2"],["-0.57935271999999998e2","0.49708602999999925e2"],["-0.57926391999999964e2","0.49726379000000065e2"],["-0.57899993999999992e2","0.49762215000000083e2"],[-57.82916999999992,"0.49845543000000077e2"],["-0.57671111999999937e2","0.50084160000000054e2"],["-0.57631667999999934e2","0.50144714000000079e2"],["-0.57543334999999956e2",50.29833200000013],["-0.57524445000000014e2","0.50334159999999997e2"],["-0.57521384999999952e2","0.50345267999999976e2"],["-0.57521111000000019e2",50.35054800000006],["-0.57515555999999947e2","0.50373604000000057e2"],["-0.57507224999999949e2","0.50390831000000105e2"],["-0.57498336999999992e2","0.50408600000000035e2"],["-0.57490836999999999e2","0.50420830000000137e2"],["-0.57448607999999979e2","0.50486106999999947e2"],["-0.57377220000000023e2","0.50584434999999928e2"],[-57.37249799999995,"0.50590828000000101e2"],["-0.57361114999999927e2","0.50598602000000085e2"],["-0.57341667000000029e2","0.50607498000000021e2"],["-0.57310059000000024e2","0.50608940000000132e2"],["-0.57300220000000024e2","0.50609776000000068e2"],["-0.57295559000000026e2",50.60927200000009],["-0.57291224999999997e2","0.50607105000000047e2"],["-0.57276222000000018e2","0.50601440000000082e2"],["-0.57245276999999987e2","0.50596382000000062e2"],["-0.57228049999999939e2","0.50594437000000084e2"],["-0.57204444999999964e2","0.50596100000000035e2"],["-0.57173614999999927e2",50.60083000000003],["-0.57166945999999996e2","0.50603325000000098e2"],["-0.57161384999999996e2","0.50606384000000048e2"],["-0.57150832999999921e2","0.50616104000000121e2"],["-0.57148055999999997e2","0.50621933000000126e2"],["-0.57154715999999951e2","0.50625549000000035e2"],["-0.57171943999999996e2","0.50624992000000134e2"],["-0.57276442999999915e2","0.50640717000000052e2"],["-0.57378608999999926e2","0.50687767000000065e2"],["-0.57334166999999923e2","0.50711937000000091e2"],["-0.57325004999999919e2","0.50711662000000047e2"],["-0.57236945999999989e2","0.50727211000000011e2"],["-0.57162498000000028e2","0.50751105999999993e2"],[-57.14833799999991,"0.50756103999999993e2"],["-0.57089438999999913e2","0.50780548000000124e2"],["-0.57072501999999986e2","0.50793884000000048e2"],["-0.56983054999999979e2","0.50868324000000086e2"],["-0.56927498000000014e2","0.50915824999999984e2"],["-0.56898055999999997e2","0.51019440000000088e2"],["-0.56899170000000026e2","0.51024436999999978e2"],["-0.56903327999999988e2","0.51028603000000089e2"],["-0.56909995999999978e2",51.03276800000009],["-0.56927223000000026e2","0.51038605000000018e2"],["-0.56964721999999995e2",51.04332700000009],["-0.56921669000000009e2","0.51051384000000098e2"],["-0.56892226999999991e2","0.51060272000000055e2"],["-0.56879996999999946e2","0.51065543999999989e2"],["-0.56784446999999943e2","0.51137771999999984e2"],["-0.56781386999999995e2","0.51143608000000029e2"],[-56.78194400000001,"0.51149162000000047e2"],["-0.56785278000000005e2","0.51153046000000074e2"],["-0.56793334999999956e2",51.16137700000013],[-56.80972300000002,"0.51183601000000067e2"],["-0.56793892000000028e2","0.51239989999999921e2"],["-0.56744164000000012e2","0.51293052999999929e2"],["-0.56738608999999997e2","0.51298881999999935e2"],["-0.56733330000000024e2","0.51302773000000002e2"],[-56.68250299999994,"0.51339432000000102e2"],["-0.56623885999999914e2","0.51366386000000034e2"],["-0.56616942999999935e2","0.51368881000000044e2"],["-0.56512504999999976e2","0.51402214000000072e2"],["-0.56476661999999919e2","0.51411658999999986e2"],["-0.56461945000000014e2","0.51414992999999981e2"],[-56.45416999999992,"0.51415543000000014e2"],["-0.56271384999999952e2","0.51471656999999993e2"],["-0.56110557999999855e2","0.51523879999999963e2"],["-0.56011391000000003e2",51.56638300000003],["-0.55998336999999992e2","0.51572220000000016e2"],["-0.55960281000000009e2","0.51593880000000013e2"],["-0.55943329000000006e2","0.51606384000000048e2"],["-0.55918609999999944e2",51.62110100000001],[-55.90555599999999,"0.51626937999999996e2"],["-0.55898055999999997e2","0.51628601000000117e2"],["-0.55890282000000013e2","0.51629433000000006e2"],["-0.55837775999999963e2","0.51621376000000055e2"],["-0.55846389999999928e2",51.60193600000008],["-0.55857779999999991e2","0.51593323000000112e2"],["-0.55885001999999929e2","0.51562492000000134e2"],["-0.55886664999999937e2","0.51556938000000002e2"],["-0.55886948000000018e2","0.51551933000000133e2"],["-0.55887222000000008e2","0.51500274999999988e2"],["-0.55886116000000015e2","0.51495270000000119e2"],[-55.87777699999998,"0.51492218000000037e2"],["-0.55694442999999978e2","0.51481102000000078e2"],["-0.55639998999999989e2","0.51481934000000024e2"],["-0.55648612999999955e2","0.51485267999999962e2"],[-55.68360899999999,51.5],["-0.55729720999999984e2","0.51543327000000033e2"],["-0.55737503000000004e2","0.51552490000000034e2"],["-0.55739166000000012e2","0.51556656000000089e2"],[-55.73860899999994,"0.51567214999999976e2"],["-0.55735274999999945e2","0.51573051000000021e2"],["-0.55724716000000001e2","0.51583603000000039e2"],["-0.55718605000000025e2","0.51587212000000022e2"],["-0.55653327999999988e2","0.51590546000000018e2"],["-0.55631667999999991e2","0.51569717000000026e2"],[-55.625,"0.51565544000000102e2"],["-0.55598610000000008e2","0.51561377999999991e2"],["-0.55589721999999995e2","0.51560271999999941e2"],["-0.55581389999999942e2","0.51560271999999941e2"],["-0.55574448000000018e2","0.51562767000000008e2"],["-0.55547501000000011e2","0.51584991000000116e2"],["-0.55515838999999971e2","0.51602219000000048e2"],["-0.55458610999999962e2","0.51592216000000008e2"],["-0.55411110000000008e2","0.51580826000000116e2"],[-55.40555599999999,"0.51576942000000088e2"],["-0.55404442000000017e2","0.51571938000000102e2"],["-0.55405273000000022e2","0.51561661000000129e2"],[-55.40694400000001,"0.51556099000000017e2"],["-0.55454444999999964e2","0.51455268999999987e2"],["-0.55492226000000016e2","0.51377769000000058e2"],["-0.55508057000000008e2","0.51363327000000083e2"],["-0.55597778000000005e2","0.51303604000000064e2"],["-0.55612777999999935e2","0.51301102000000128e2"],[-55.62222300000002,51.30332199999998],["-0.55702782000000013e2","0.51328049000000078e2"],["-0.55820557000000008e2","0.51350830000000087e2"],["-0.56030555999999876e2","0.51378600999999946e2"],["-0.56078338999999971e2",51.36971299999999],["-0.56085555999999997e2","0.51368323999999973e2"],["-0.56096389999999985e2","0.51318329000000006e2"],["-0.56025557999999876e2","0.51238327000000027e2"],["-0.56012252999999987e2","0.51212337000000048e2"],["-0.55992561000000023e2","0.51176575000000128e2"],["-0.55959441999999967e2","0.51197487000000081e2"],["-0.55851394999999968e2","0.51226936000000023e2"],["-0.55837775999999963e2","0.51230545000000063e2"],["-0.55769164999999987e2","0.51216934000000094e2"],["-0.55760833999999988e2","0.51213881999999955e2"],["-0.55726105000000018e2","0.51190544000000045e2"],["-0.55712776000000019e2","0.51178047000000049e2"],["-0.55709998999999982e2","0.51173607000000061e2"],["-0.55719161999999983e2","0.51123047000000042e2"],["-0.55732497999999964e2","0.51079994000000113e2"],["-0.55735557999999912e2","0.51074165000000107e2"],["-0.55751113999999973e2","0.51058327000000077e2"],["-0.55756950000000018e2","0.51053879000000109e2"],["-0.55796111999999994e2",51.03916200000009],["-0.55805557000000022e2","0.51009163000000058e2"],["-0.55859169000000009e2","0.50942490000000021e2"],["-0.55999442999999872e2","0.50788605000000075e2"],["-0.56068893000000003e2","0.50724434000000088e2"],["-0.56092278000000022e2","0.50725716000000091e2"],["-0.56097279000000015e2","0.50725880000000018e2"],["-0.56101279999999917e2","0.50728045999999949e2"],["-0.56125832000000003e2","0.50754166000000055e2"],["-0.56130829000000006e2","0.50763329000000056e2"],["-0.56133330999999998e2","0.50773048000000017e2"],["-0.56128052000000025e2","0.50846382000000062e2"],[-56.12222300000002,"0.50863884000000098e2"],["-0.56119720000000029e2","0.50869156000000032e2"],["-0.56116394000000014e2","0.50874992000000077e2"],["-0.56107223999999974e2","0.50887214999999969e2"],["-0.56103888999999981e2","0.50893326000000002e2"],["-0.56103888999999981e2","0.50898331000000042e2"],["-0.56107779999999934e2","0.50902771000000087e2"],[-56.12222300000002,"0.50899437000000091e2"],["-0.56143058999999937e2","0.50892494000000113e2"],["-0.56155272999999966e2","0.50885551000000135e2"],["-0.56172500999999897e2",50.85582700000009],["-0.56157218999999941e2","0.50690826000000072e2"],["-0.56141272999999956e2","0.50671047000000101e2"],["-0.56135776999999962e2","0.50669884000000138e2"],["-0.56163329999999917e2","0.50617767000000072e2"],["-0.56258614000000023e2","0.50502777000000094e2"],["-0.56323615999999959e2","0.50446380999999974e2"],["-0.56423057999999912e2","0.50352776000000006e2"],["-0.56421943999999939e2","0.50347771000000137e2"],["-0.56422226000000023e2","0.50342491000000052e2"],["-0.56423614999999984e2","0.50336937000000091e2"],["-0.56426666000000012e2","0.50331108000000086e2"],["-0.56462501999999915e2","0.50272217000000126e2"],["-0.56501944999999921e2","0.50214439000000084e2"],["-0.56511947999999961e2","0.50203606000000093e2"],["-0.56555832000000009e2","0.50167496000000028e2"],["-0.56635276999999974e2","0.50106383999999991e2"],["-0.56743056999999965e2","0.50022766000000104e2"],["-0.56767501999999922e2","0.49962212000000079e2"],["-0.56778610000000015e2","0.49933875999999998e2"],[-56.78194400000001,"0.49917496000000028e2"],["-0.56775001999999972e2","0.49919158999999979e2"],["-0.56726661999999976e2","0.49916100000000029e2"],["-0.56759845999999982e2","0.49837275999999974e2"],[-56.82790399999999,"0.49785000000000082e2"],["-0.56866863000000023e2","0.49777602999999999e2"],[-56.90533099999999,"0.49747520000000122e2"],["-0.56820999000000029e2",49.74209600000006],["-0.56784007999999972e2","0.49731243000000006e2"],["-0.56782776000000013e2","0.49690826000000072e2"],["-0.56815552000000025e2","0.49594994000000042e2"],["-0.56818610999999976e2","0.49588882000000012e2"],["-0.56848884999999939e2","0.49544441000000006e2"],["-0.56843055999999933e2","0.49548050000000046e2"],["-0.56826667999999984e2","0.49562767000000008e2"],["-0.56782776000000013e2","0.49609993000000088e2"],["-0.56763061999999991e2","0.49631378000000041e2"],["-0.56749167999999884e2",49.64916199999999],["-0.56735557999999969e2","0.49666939000000013e2"],["-0.56712501999999972e2","0.49696380999999974e2"],["-0.56677779999999927e2","0.49733604000000128e2"],["-0.56598609999999894e2","0.49811935000000062e2"],[-56.56138599999997,"0.49842215999999951e2"],["-0.56477776000000006e2","0.49892220000000009e2"],["-0.56464164999999923e2","0.49896385000000009e2"],["-0.56431945999999982e2","0.49890549000000135e2"],["-0.56412216000000001e2","0.49909714000000122e2"],["-0.56388054000000011e2","0.49943047000000092e2"],["-0.56385001999999929e2","0.49949158000000011e2"],["-0.56330284000000006e2","0.50024994000000106e2"],["-0.56324172999999973e2","0.50029990999999995e2"],["-0.56237777999999992e2","0.50100273000000072e2"],["-0.56220832999999971e2","0.50112495000000024e2"],["-0.56208892999999989e2","0.50120270000000119e2"],["-0.56160278000000005e2","0.50148048000000074e2"],["-0.56153884999999946e2","0.50150543000000084e2"],["-0.56132499999999993e2","0.50155548000000124e2"],[-56.12471800000003,50.15638000000007],["-0.56116660999999965e2","0.50153046000000074e2"],["-0.56067222999999956e2","0.50096382000000006e2"],["-0.56065001999999936e2","0.50091377000000136e2"],["-0.56005004999999983e2","0.50031380000000013e2"],["-0.55938605999999936e2","0.50036385000000053e2"],["-0.55905273000000022e2","0.50033882000000062e2"],["-0.55896111000000019e2","0.50031937000000084e2"],["-0.55881110999999976e2","0.50024994000000106e2"],["-0.55853888999999924e2","0.50005554000000075e2"],["-0.55846106999999961e2","0.49996940999999936e2"],["-0.55845275999999956e2",49.99221799999998],[-55.845551,"0.49986938000000066e2"],["-0.55844161999999983e2","0.49981934000000138e2"],["-0.55840836000000024e2","0.49977211000000125e2"],["-0.55830001999999979e2","0.49969154000000003e2"],["-0.55755004999999869e2","0.49924164000000019e2"],["-0.55746108999999933e2","0.49923050000000046e2"],["-0.55587218999999948e2","0.49964157000000057e2"],[-55.55610699999994,"0.49980270000000132e2"],["-0.55543892000000028e2","0.49987213000000111e2"],["-0.55527221999999995e2","0.50000275000000101e2"],["-0.55491698999999983e2","0.50007309000000021e2"],["-0.55463332999999977e2","0.49966933999999981e2"],["-0.55460830999999985e2","0.49962212000000079e2"],["-0.55459723999999937e2","0.49957497000000046e2"],["-0.55460281000000009e2","0.49952216999999962e2"],["-0.55465004000000022e2","0.49940826000000015e2"],["-0.55475272999999959e2","0.49930275000000108e2"],["-0.55492226000000016e2","0.49917213000000061e2"],["-0.55511391000000003e2","0.49908882000000006e2"],["-0.55659163999999976e2",49.84777100000008],["-0.55843055999999933e2","0.49788330000000087e2"],[-55.98611499999987,"0.49746940999999993e2"],["-0.56115279999999927e2",49.63999200000012],["-0.56124167999999997e2","0.49613327000000083e2"],["-0.56050551999999925e2","0.49666382000000112e2"],["-0.56044448999999986e2","0.49669990999999925e2"],["-0.55963889999999935e2","0.49698600999999996e2"],["-0.55957779000000016e2","0.49700272000000041e2"],["-0.55893889999999999e2","0.49714157000000114e2"],["-0.55833327999999995e2","0.49686652999999922e2"],["-0.55880279999999971e2","0.49584990999999945e2"],["-0.55935443999999961e2","0.49543991000000119e2"],["-0.55945441999999957e2","0.49536159999999995e2"],["-0.55953444999999988e2","0.49533660999999995e2"],["-0.55971607000000006e2","0.49531826000000024e2"],["-0.55980277999999998e2",49.53049500000003],["-0.56035277999999948e2","0.49506660000000068e2"],["-0.56080001999999922e2","0.49486938000000009e2"],[-56.12749500000001,"0.49431107000000111e2"],["-0.56129165999999998e2","0.49425552000000039e2"],["-0.56122771999999941e2","0.49421379000000115e2"],["-0.56073891000000003e2","0.49434432999999956e2"],[-56.06221800000003,"0.49440544000000045e2"],["-0.56025275999999963e2","0.49461105000000089e2"],[-56.02027899999996,"0.49464995999999928e2"],["-0.56005279999999914e2","0.49480820000000051e2"],["-0.55999725000000012e2","0.49485268000000019e2"],[-55.96305499999994,"0.49496155000000044e2"],[-55.91705300000001,"0.49507496000000117e2"],["-0.55874717999999973e2","0.49517212000000029e2"],["-0.55827781999999956e2","0.49524162000000103e2"],["-0.55783332999999914e2","0.49511940000000095e2"],["-0.55775001999999915e2","0.49508605999999929e2"],["-0.55724997999999971e2","0.49479431000000091e2"],["-0.55720832999999971e2","0.49475822000000051e2"],["-0.55725554999999986e2","0.49470543000000077e2"],["-0.55722771000000023e2","0.49453880000000026e2"],["-0.55678336999999942e2","0.49386940000000038e2"],["-0.55673057999999969e2","0.49383049000000142e2"],["-0.55664444000000003e2","0.49381934999999999e2"],["-0.55656386999999938e2","0.49382210000000043e2"],["-0.55650275999999963e2","0.49384162999999944e2"],["-0.55639167999999984e2","0.49392769000000044e2"],["-0.55636115999999959e2","0.49398604999999918e2"],["-0.55637778999999966e2","0.49409157000000107e2"],["-0.55637778999999966e2","0.49413605000000075e2"],["-0.55636115999999959e2","0.49419159000000093e2"],["-0.55589164999999923e2","0.49462494000000049e2"],["-0.55560279999999977e2","0.49482490999999925e2"],[-55.55388599999992,"0.49484993000000031e2"],["-0.55546950999999979e2","0.49486381999999992e2"],[-55.53167000000002,"0.49487770000000125e2"],["-0.55523055999999997e2","0.49486655999999925e2"],["-0.55522223999999994e2","0.49481934000000024e2"],["-0.55566390999999953e2","0.49409157000000107e2"],["-0.55572776999999974e2","0.49376656000000025e2"],["-0.55573058999999944e2","0.49371658000000025e2"],["-0.55570556999999951e2","0.49366936000000123e2"],["-0.55566665999999998e2","0.49362770000000012e2"],["-0.55559998000000007e2","0.49365273000000002e2"],["-0.55554717999999923e2","0.49369713000000047e2"],["-0.55539443999999946e2","0.49385551000000078e2"],["-0.55529723999999987e2","0.49396942000000024e2"],[-55.528053,"0.49402488999999946e2"],["-0.55528885000000002e2","0.49408043000000134e2"],["-0.55529166999999973e2","0.49423324999999977e2"],["-0.55526389999999992e2",49.42860399999995],[-55.49610899999999,"0.49453880000000026e2"],["-0.55441665999999998e2","0.49491104000000064e2"],["-0.55430282999999974e2","0.49498878000000104e2"],[-55.37749500000001,49.50360900000004],["-0.55369445999999982e2","0.49503326000000072e2"],["-0.55349276999999972e2","0.49468159000000014e2"],["-0.55332946999999933e2","0.49416489000000126e2"],[-55.33577699999995,"0.49388161000000025e2"],["-0.55333610999999905e2","0.49359161000000029e2"],["-0.55338608000000022e2","0.49355270000000132e2"],["-0.55336112999999955e2","0.49350829999999974e2"],["-0.55315276999999924e2","0.49314437999999939e2"],["-0.55310996999999929e2","0.49355937999999981e2"],["-0.55306830999999931e2","0.49356772999999976e2"],["-0.55274833999999998e2","0.49385605000000055e2"],["-0.55267501999999979e2","0.49396603000000027e2"],["-0.55264499999999998e2","0.49403435000000059e2"],["-0.55264336000000014e2","0.49406441000000086e2"],["-0.55266669999999863e2","0.49409103000000073e2"],["-0.55269833000000006e2","0.49411438000000032e2"],["-0.55280838000000017e2",49.41443600000008],[-55.28317299999992,49.41693500000008],["-0.55310000999999943e2","0.49484772000000021e2"],["-0.55310832999999946e2","0.49487770000000125e2"],["-0.55305557000000022e2","0.49534439000000077e2"],["-0.55261390999999946e2","0.49541107000000068e2"],["-0.55149726999999928e2","0.49546387000000095e2"],["-0.55141112999999962e2","0.49545273000000122e2"],["-0.55137222000000008e2","0.49540833000000134e2"],["-0.55123328999999956e2","0.49496941000000049e2"],["-0.55124717999999973e2","0.49465271000000143e2"],["-0.55221107000000018e2","0.49261939999999981e2"],["-0.55231109999999944e2","0.49251389000000074e2"],["-0.55237220999999977e2","0.49248046999999929e2"],["-0.55296394000000021e2","0.49226379000000009e2"],["-0.55315001999999936e2","0.49216933999999924e2"],["-0.55365836999999999e2","0.49165268000000083e2"],["-0.55369164000000012e2","0.49159431000000097e2"],["-0.55369445999999982e2","0.49154160000000047e2"],["-0.55360001000000011e2","0.49151382000000069e2"],["-0.55347495999999978e2","0.49157211000000075e2"],["-0.55339721999999995e2","0.49158600000000092e2"],["-0.55331673000000023e2","0.49156654000000003e2"],["-0.55323615999999959e2","0.49153602999999976e2"],["-0.55319449999999904e2","0.49149162000000047e2"],["-0.55307219999999973e2","0.49104996000000085e2"],["-0.55307776999999987e2",49.0991590000001],["-0.55317504999999983e2","0.49087769000000037e2"],["-0.55323059000000001e2","0.49083327999999938e2"],["-0.55383330999999998e2","0.49040833000000021e2"],[-55.345551,"0.49057770000000062e2"],["-0.55272223999999937e2","0.49099998000000085e2"],["-0.55277495999999985e2","0.49103882000000112e2"],["-0.55282501000000025e2","0.49113051999999982e2"],["-0.55283332999999914e2","0.49118049999999982e2"],["-0.55288054999999986e2","0.49182495000000074e2"],["-0.55288054999999986e2","0.49187210000000107e2"],["-0.55285004000000015e2","0.49193047000000092e2"],["-0.55280555999999933e2","0.49199157999999954e2"],["-0.55275275999999963e2","0.49204436999999984e2"],["-0.55148055999999997e2","0.49259995000000004e2"],["-0.55081116000000009e2","0.49283882000000062e2"],["-0.55081673000000023e2","0.49345825000000104e2"],["-0.55081389999999942e2","0.49351105000000132e2"],["-0.55078055999999947e2","0.49356941000000006e2"],["-0.55069450000000018e2",49.3555530000001],["-0.55010284000000013e2","0.49323883000000023e2"],["-0.54989998000000014e2","0.49286942000000067e2"],["-0.54990554999999972e2",49.28166200000004],["-0.54824448000000018e2","0.49269157000000064e2"],["-0.54817779999999914e2","0.49271660000000054e2"],["-0.54787506000000008e2","0.49288605000000018e2"],[-54.78194400000001,"0.49292770000000019e2"],[-54.67972599999996,"0.49379990000000021e2"],["-0.54658332999999971e2","0.49399162000000047e2"],["-0.54648055999999997e2","0.49409431000000041e2"],["-0.54641388000000006e2","0.49421104000000071e2"],["-0.54643889999999999e2","0.49425827000000083e2"],["-0.54579726999999934e2","0.49494713000000104e2"],["-0.54541114999999934e2","0.49526657000000114e2"],["-0.54528885000000002e2","0.49533333000000027e2"],["-0.54521111000000019e2","0.49533882000000006e2"],["-0.54474716000000001e2","0.49534995999999978e2"],["-0.54431945999999925e2","0.49470824999999991e2"],["-0.54430831999999953e2","0.49465828000000045e2"],["-0.54450554000000011e2","0.49427773000000116e2"],["-0.54483330000000024e2","0.49361938000000123e2"],[-54.49361399999998,"0.49268051000000071e2"],["-0.54492500000000007e2","0.49263611000000026e2"],["-0.54486945999999989e2","0.49259719999999959e2"],["-0.54480552999999929e2","0.49262215000000026e2"],["-0.54474716000000001e2","0.49266662999999994e2"],["-0.54406386999999938e2","0.49320831000000112e2"],["-0.54400832999999921e2","0.49325272000000041e2"],["-0.54399170000000026e2","0.49330551000000014e2"],["-0.54410278000000005e2","0.49343605000000082e2"],["-0.54412773000000016e2",49.34804500000007],["-0.54413612000000001e2","0.49353049999999939e2"],["-0.54407501000000025e2","0.49374710000000107e2"],["-0.54404167000000029e2","0.49380547000000092e2"],["-0.54395003999999915e2","0.49392769000000044e2"],["-0.54380279999999971e2","0.49408882000000119e2"],[-54.36999499999996,"0.49419159000000093e2"],["-0.54364166000000012e2","0.49423607000000061e2"],["-0.54358054999999979e2","0.49426941000000056e2"],["-0.54325279000000023e2","0.49423882000000049e2"],[-54.24888599999997,"0.49397490999999945e2"],["-0.54186661000000015e2","0.49371101000000124e2"],[-54.17888599999992,49.37082700000002],["-0.54166106999999897e2","0.49378044000000102e2"],["-0.54161941999999897e2","0.49383606000000043e2"],[-54.15582999999998,49.40526600000004],["-0.54153327999999931e2","0.49416100000000085e2"],["-0.54151938999999913e2","0.49427216000000044e2"],["-0.54148337999999967e2","0.49437492000000134e2"],["-0.54145279000000016e2","0.49443320999999969e2"],["-0.54139998999999932e2","0.49448601000000053e2"],["-0.54133888000000013e2","0.49451934999999992e2"],["-0.54048889000000031e2","0.49479431000000091e2"],["-0.54041671999999949e2","0.49480820000000051e2"],["-0.53919998000000021e2","0.49447769000000108e2"],["-0.53775001999999972e2","0.49396103000000039e2"],["-0.53673331999999959e2",49.34304800000001],["-0.53511116000000015e2","0.49277214000000072e2"],[-53.48860899999994,"0.49220543000000134e2"],["-0.53588332999999977e2","0.49040833000000021e2"],["-0.53593886999999995e2","0.49035552999999993e2"],[-53.66194200000001,"0.49032211000000018e2"],["-0.53714721999999938e2",49.02915999999999],["-0.53804442999999992e2","0.49022217000000012e2"],["-0.53785277999999948e2","0.49011107999999922e2"],["-0.53731667000000016e2","0.49013329000000056e2"],["-0.53725273000000016e2","0.49009720000000016e2"],["-0.53736664000000019e2","0.49001105999999993e2"],["-0.53742774999999995e2","0.48997771999999998e2"],["-0.53749167999999941e2","0.48995270000000119e2"],[-53.77027899999996,"0.48989433000000133e2"],["-0.53803611999999987e2","0.48978043000000071e2"],["-0.53813056999999958e2","0.48938881000000038e2"],["-0.53974441999999954e2",48.84777100000008],["-0.54021384999999952e2","0.48833327999999995e2"],["-0.54096106999999961e2","0.48812210000000107e2"],["-0.53920279999999991e2","0.48834991000000116e2"],["-0.53899170000000026e2","0.48838043000000027e2"],["-0.53875557000000015e2","0.48836937000000034e2"],["-0.53829445000000021e2","0.48831383000000017e2"],["-0.53820556999999951e2","0.48829436999999928e2"],["-0.53800835000000006e2","0.48812767000000008e2"],["-0.53802223000000026e2","0.48807770000000062e2"],["-0.53845276000000013e2","0.48766936999999984e2"],["-0.53867774999999938e2",48.75],[-53.89055599999989,"0.48733604000000014e2"],["-0.53897223999999937e2","0.48731377000000123e2"],["-0.53932219999999973e2",48.71393599999999],["-0.53950554000000011e2","0.48670830000000137e2"],[-53.93250299999994,"0.48624710000000107e2"],["-0.53924445999999989e2","0.48624435000000062e2"],["-0.53917220999999927e2","0.48624991999999963e2"],["-0.53888610999999969e2","0.48631660000000124e2"],["-0.53882773999999927e2","0.48633606000000043e2"],["-0.53869163999999955e2","0.48638885000000016e2"],["-0.53857223999999974e2","0.48644157000000121e2"],["-0.53795554999999922e2","0.48675827000000027e2"],["-0.53790001000000018e2","0.48679993000000138e2"],["-0.53798889000000031e2","0.48682213000000104e2"],["-0.53817779999999971e2","0.48673882000000049e2"],["-0.53831389999999999e2","0.48669990999999982e2"],["-0.53852782999999931e2","0.48666381999999942e2"],["-0.53896950000000004e2","0.48662209000000018e2"],["-0.53913054999999929e2","0.48663605000000075e2"],["-0.53920836999999949e2","0.48667213000000004e2"],["-0.53924445999999989e2","0.48671379000000059e2"],["-0.53892058999999904e2","0.48682938000000092e2"],["-0.53887225999999941e2","0.48690102000000024e2"],["-0.53884051999999997e2","0.48693100000000129e2"],["-0.53880554000000018e2","0.48695099000000141e2"],["-0.53857558999999981e2","0.48704937000000029e2"],["-0.53759170999999981e2","0.48714156999999943e2"],["-0.53618056999999965e2","0.48694435000000112e2"],["-0.53610001000000011e2","0.48693046999999979e2"],["-0.53601943999999946e2",48.68971300000004],["-0.53599723999999924e2","0.48684990000000028e2"],["-0.53603888999999924e2","0.48674164000000076e2"],["-0.53610001000000011e2","0.48668602000000135e2"],["-0.53645835999999974e2","0.48648330999999985e2"],["-0.53658607000000018e2","0.48641937000000098e2"],["-0.53671943999999939e2","0.48638602999999932e2"],["-0.53728881999999942e2","0.48629433000000063e2"],["-0.53779998999999975e2","0.48623604000000057e2"],["-0.53787780999999995e2","0.48622490000000084e2"],["-0.53928336999999942e2","0.48575829000000056e2"],[-53.93332700000002,"0.48572220000000073e2"],["-0.53951392999999996e2","0.48549995000000024e2"],["-0.53956107999999915e2","0.48543883999999991e2"],["-0.53952498999999932e2","0.48539436000000023e2"],["-0.53944159999999897e2","0.48539718999999991e2"],["-0.53932219999999973e2","0.48544998000000135e2"],["-0.53919998000000021e2","0.48551659000000086e2"],["-0.53914444000000003e2","0.48555824000000086e2"],["-0.53908332999999914e2","0.48559158000000025e2"],["-0.53901389999999935e2","0.48562209999999993e2"],["-0.53895003999999858e2","0.48563048999999921e2"],["-0.53804169000000002e2","0.48568053999999961e2"],["-0.53788054999999929e2","0.48566383000000087e2"],["-0.53746391000000017e2","0.48558600999999953e2"],["-0.53746947999999918e2","0.48523322999999948e2"],[-53.74888599999997,"0.48513329000000113e2"],["-0.53750838999999985e2",48.50777400000004],["-0.53756366999999955e2",48.50326200000012]],[["-0.12791443599999991e3","0.51410820000000001e2"],["-0.12792443799999995e3",51.41027100000008],["-0.12806527700000004e3","0.51464157000000114e2"],["-0.12807583599999998e3","0.51470543000000021e2"],["-0.12808111599999995e3","0.51474709000000132e2"],["-0.12815307599999988e3","0.51601661999999976e2"],["-0.12815417499999995e3","0.51605826999999977e2"],["-0.12815280199999995e3","0.51638046000000145e2"],["-0.12815249600000004e3","0.51641937000000041e2"],["-0.12815029899999996e3","0.51647491000000059e2"],["-0.12814556900000002e3","0.51653603000000032e2"],[-128.136414,51.6616590000001],["-0.12801306199999993e3",51.72137500000008],["-0.12800527999999997e3","0.51723320000000058e2"],[-128,"0.51720542999999964e2"],["-0.12799694799999997e3","0.51714157000000057e2"],["-0.12799804699999999e3","0.51711662000000047e2"],[-127.995003,"0.51705269000000101e2"],["-0.12798388699999998e3","0.51682495000000131e2"],["-0.12796749899999992e3","0.51651931999999988e2"],[-127.951683,"0.51633880999999974e2"],["-0.12793776699999995e3","0.51621933000000126e2"],["-0.12792639199999996e3","0.51608886999999982e2"],["-0.12791999800000002e3","0.51600547999999947e2"],["-0.12790556300000003e3",51.55971500000004],["-0.12787361099999993e3","0.51464439000000027e2"],["-0.12787193300000001e3","0.51451934999999992e2"],["-0.12787332200000003e3","0.51447769000000051e2"],["-0.12787666299999995e3","0.51443046999999979e2"],["-0.12790444899999994e3","0.51414711000000068e2"],["-0.12791443599999991e3","0.51410820000000001e2"]],[["-0.55367500000000007e2","0.51874161000000015e2"],[-55.37471800000003,"0.51873878000000047e2"],["-0.55382216999999912e2","0.51875267000000065e2"],["-0.55428885999999977e2","0.51884163000000001e2"],["-0.55430000000000007e2","0.51885826000000122e2"],["-0.55431113999999923e2","0.51887771999999984e2"],["-0.55430557000000022e2","0.51896659999999997e2"],[-55.42610899999994,"0.51905822999999998e2"],["-0.55423331999999959e2","0.51909431000000097e2"],["-0.55387779000000023e2","0.51942764000000125e2"],["-0.55353614999999991e2","0.51963608000000079e2"],["-0.55301392000000021e2","0.51993050000000039e2"],["-0.55283889999999985e2","0.52001389000000074e2"],["-0.55277221999999938e2","0.52002495000000067e2"],["-0.55269996999999989e2","0.52000549000000035e2"],["-0.55268889999999942e2",51.998604],["-0.55267501999999979e2","0.51993881000000044e2"],["-0.55274170000000026e2",51.97693600000008],["-0.55274170000000026e2","0.51975548000000003e2"],[-55.28194400000001,"0.51961937000000034e2"],["-0.55295005999999944e2","0.51943321000000026e2"],["-0.55302222999999969e2","0.51933326999999963e2"],["-0.55332503999999972e2","0.51896384999999952e2"],["-0.55342223999999874e2","0.51886383000000023e2"],["-0.55354720999999927e2","0.51878043999999989e2"],["-0.55360001000000011e2","0.51875824000000136e2"],["-0.55367500000000007e2","0.51874161000000015e2"]],[["-0.12805389400000001e3","0.51753609000000097e2"],["-0.12811972000000003e3","0.51741661000000079e2"],["-0.12813192699999996e3","0.51743881000000101e2"],["-0.12813613899999996e3","0.51746657999999968e2"],["-0.12825445599999995e3","0.51865829000000019e2"],["-0.12825308199999995e3","0.51872214999999983e2"],["-0.12822222899999997e3","0.51953323000000125e2"],["-0.12821749899999998e3","0.51962769000000094e2"],[-128.177795,"0.52008330999999941e2"],[-128.150848,"0.52035271000000023e2"],["-0.12814529400000004e3","0.52038605000000018e2"],["-0.12810775799999999e3","0.52051659000000086e2"],["-0.12806082200000003e3","0.52056380999999988e2"],["-0.12799582699999996e3","0.52062767000000065e2"],["-0.12798332199999993e3","0.52061934999999949e2"],["-0.12796028100000001e3","0.52055549999999982e2"],["-0.12795472699999999e3",52.05332199999998],["-0.12795121799999998e3","0.52046913000000131e2"],["-0.12795140100000003e3",52.03054800000001],["-0.12795472699999999e3","0.51981101999999964e2"],["-0.12800723299999993e3","0.51782493999999986e2"],["-0.12800945999999999e3","0.51778328000000101e2"],["-0.12801306199999993e3","0.51773605000000089e2"],["-0.12801861600000001e3","0.51770271000000093e2"],["-0.12803582800000004e3","0.51760826000000066e2"],["-0.12805389400000001e3","0.51753609000000097e2"]],[["-0.79252791999999999e2","0.52071380999999917e2"],["-0.79319732999999985e2","0.51969986000000063e2"],["-0.79364440999999943e2","0.51942214999999976e2"],["-0.79370543999999995e2","0.51938599000000124e2"],["-0.79376663000000008e2","0.51936104000000057e2"],["-0.79385833999999988e2","0.51935546999999985e2"],[-79.42361499999987,"0.51936935000000062e2"],["-0.79433318999999869e2",51.93832400000008],["-0.79450561999999877e2","0.51942214999999976e2"],[-79.50111400000003,"0.51942489999999964e2"],["-0.79568344000000025e2","0.51935546999999985e2"],["-0.79576675000000023e2","0.51934158000000025e2"],[-79.591949,"0.51922768000000133e2"],["-0.79604445999999996e2","0.51916664000000083e2"],["-0.79611664000000019e2","0.51914436000000137e2"],["-0.79617767000000015e2","0.51917770000000132e2"],["-0.79621383999999978e2",51.9222180000001],["-0.79652785999999992e2","0.51981101999999964e2"],["-0.79654175000000009e2","0.51986655999999982e2"],["-0.79650832999999977e2","0.51991936000000067e2"],["-0.79633895999999993e2","0.52017493999999942e2"],["-0.79629439999999988e2","0.52022217000000126e2"],[-79.62332200000003,"0.52025269000000037e2"],[-79.61471599999993,"0.52023048000000131e2"],["-0.79608611999999994e2",52.01998900000001],["-0.79603881999999942e2","0.52016106000000036e2"],["-0.79596114999999998e2","0.52013611000000026e2"],["-0.79585281000000009e2","0.52012772000000041e2"],["-0.79567779999999971e2","0.52014999000000103e2"],["-0.79538329999999974e2","0.52023323000000005e2"],["-0.79408889999999985e2","0.52071938000000046e2"],["-0.79396666999999866e2","0.52077217000000019e2"],["-0.79383895999999936e2","0.52090827999999988e2"],[-79.345551,"0.52108604000000128e2"],["-0.79338332999999977e2","0.52110275000000001e2"],["-0.79297225999999966e2","0.52091933999999981e2"],["-0.79277221999999881e2","0.52090546000000074e2"],["-0.79269729999999925e2",52.08776899999998],["-0.79263625999999988e2","0.52083878000000084e2"],["-0.79252791999999999e2","0.52071380999999917e2"]],[[-131.01889,"0.51946098000000063e2"],["-0.13102166699999998e3","0.51940825999999959e2"],["-0.13102917500000001e3","0.51941375999999991e2"],["-0.13103695700000003e3","0.51944434999999999e2"],["-0.13104861499999998e3","0.51951385000000016e2"],["-0.13107415800000001e3","0.51970543000000134e2"],["-0.13109500099999997e3","0.51989989999999977e2"],["-0.13110165399999994e3",52.00277699999998],[-131.120544,"0.52055549999999982e2"],["-0.13112719699999997e3","0.52095543000000021e2"],[-131.126373,"0.52106941000000006e2"],["-0.13112249800000001e3","0.52124710000000107e2"],["-0.13111639400000001e3","0.52148048000000017e2"],["-0.13111026000000004e3","0.52151099999999929e2"],["-0.13110192899999998e3","0.52151932000000045e2"],["-0.13108361799999989e3","0.52151382000000012e2"],["-0.13107720900000004e3","0.52150268999999923e2"],["-0.13100945999999999e3","0.52102776000000006e2"],["-0.13099249299999991e3","0.52060822000000087e2"],[-131.00473,"0.52005829000000062e2"],[-131.01889,"0.51946098000000063e2"]],[["-0.12796278399999989e3","0.52074714999999912e2"],["-0.12805111699999992e3",52.07416500000005],["-0.12806222500000001e3","0.52074996999999996e2"],["-0.12807638499999996e3","0.52079994000000113e2"],["-0.12809387199999998e3","0.52090546000000074e2"],["-0.12810583500000001e3","0.52100273000000016e2"],["-0.12810888699999992e3","0.52105270000000132e2"],["-0.12812081899999998e3","0.52141936999999928e2"],["-0.12811471599999987e3",52.14916199999999],["-0.12810693400000002e3","0.52152489000000116e2"],["-0.12803167699999995e3","0.52163292000000126e2"],["-0.12801583900000003e3","0.52164711000000125e2"],["-0.12789111299999996e3","0.52171660999999972e2"],["-0.12788110399999999e3","0.52172218000000044e2"],["-0.12787917299999998e3","0.52166664000000026e2"],["-0.12788971700000002e3","0.52131103999999993e2"],["-0.12789334100000002e3","0.52126938000000052e2"],["-0.12794360399999999e3","0.52079163000000051e2"],["-0.12794721999999996e3","0.52075829000000113e2"],["-0.12796278399999989e3","0.52074714999999912e2"]],[["-0.12821194499999996e3","0.52015549000000135e2"],["-0.12822082499999999e3","0.52014442000000031e2"],["-0.12823858599999994e3","0.52014717000000076e2"],[-128.2463679999999,"0.52016662999999937e2"],["-0.12825308199999995e3","0.52019714000000135e2"],["-0.12829110699999995e3","0.52101936000000137e2"],["-0.12829415899999998e3","0.52113608999999997e2"],["-0.12829168700000002e3","0.52118881000000101e2"],["-0.12825280799999996e3","0.52171379000000059e2"],["-0.12824444600000004e3","0.52179993000000138e2"],["-0.12823971599999993e3","0.52184158000000139e2"],["-0.12823193399999997e3","0.52187492000000134e2"],["-0.12818804899999998e3","0.52193604000000107e2"],["-0.12816223100000002e3","0.52196655000000135e2"],["-0.12815307599999988e3","0.52195267000000001e2"],["-0.12814779699999997e3","0.52191658000000018e2"],["-0.12814584399999995e3",52.186104],[-128.1480709999999,"0.52183327000000133e2"],["-0.12815472399999999e3","0.52159431000000041e2"],["-0.12815612799999997e3","0.52153320000000122e2"],["-0.12815862999999996e3",52.11971299999999],[-128.154449,"0.52108604000000128e2"],["-0.12815139799999997e3","0.52103882000000056e2"],["-0.12814752199999998e3","0.52092766000000097e2"],["-0.12815112299999993e3","0.52081108000000086e2"],["-0.12820611600000001e3",52.01888300000013],["-0.12821194499999996e3","0.52015549000000135e2"]],[["-0.12842834499999992e3",52.13749700000011],["-0.12844415300000003e3","0.52134163000000115e2"],["-0.12844638099999997e3",52.13499500000006],["-0.12850472999999994e3",52.16027100000008],["-0.12850918599999994e3",52.16443600000008],["-0.12851113899999996e3","0.52169990999999982e2"],["-0.12850863600000002e3","0.52175552000000039e2"],["-0.12850527999999997e3","0.52180274999999995e2"],["-0.12850058000000001e3","0.52184158000000139e2"],["-0.12845138499999996e3","0.52217209000000082e2"],[-128.448059,52.21915400000006],["-0.12843331899999998e3","0.52223320000000001e2"],["-0.12841641200000004e3","0.52226379000000122e2"],["-0.12840972899999997e3","0.52224991000000045e2"],["-0.12840640299999995e3",52.2227630000001],["-0.12840527299999997e3","0.52218596999999988e2"],[-128.4100039999999,"0.52214714000000072e2"],["-0.12840777599999996e3",52.15277100000003],[-128.408905,"0.52149437000000034e2"],["-0.12841363499999994e3","0.52145270999999923e2"],["-0.12842834499999992e3",52.13749700000011]],[["-0.12829998799999998e3","0.52133606000000043e2"],[-128.308044,"0.52128875999999991e2"],["-0.12831362899999999e3","0.52129714999999976e2"],["-0.12836499000000003e3","0.52162491000000102e2"],["-0.12837304699999999e3","0.52185265000000072e2"],[-128.378601,"0.52213608000000022e2"],["-0.12837832599999996e3","0.52220268000000033e2"],["-0.12837719699999991e3","0.52223877000000073e2"],[-128.37027,"0.52228600000000029e2"],["-0.12835665900000004e3","0.52235825000000091e2"],["-0.12834527600000001e3","0.52238602000000014e2"],["-0.12829724099999999e3","0.52237212999999997e2"],["-0.12823721299999994e3","0.52222488000000055e2"],["-0.12822943099999998e3","0.52220268000000033e2"],["-0.12822720300000003e3","0.52218880000000127e2"],["-0.12822610499999996e3","0.52216934000000037e2"],["-0.12822747799999996e3","0.52212769000000037e2"],["-0.12822997999999995e3","0.52209435000000099e2"],["-0.12829998799999998e3","0.52133606000000043e2"]],[["-0.81476944000000003e2","0.52249161000000072e2"],[-81.48582499999992,"0.52248329000000126e2"],["-0.81646118000000001e2","0.52251389000000017e2"],["-0.81687499999999943e2","0.52254997000000117e2"],["-0.81706115999999952e2","0.52258049000000028e2"],["-0.81710007000000019e2","0.52262496999999996e2"],["-0.81695830999999941e2","0.52267212000000029e2"],["-0.81578063999999983e2","0.52294716000000051e2"],["-0.81551666000000012e2","0.52298050000000046e2"],["-0.81541672000000005e2","0.52296661000000029e2"],["-0.81493057000000022e2","0.52283881999999949e2"],["-0.81480559999999969e2","0.52277489000000003e2"],["-0.81475280999999995e2",52.27388000000002],["-0.81471664000000033e2","0.52268051000000014e2"],["-0.81468063000000029e2","0.52263054000000068e2"],["-0.81467772999999966e2","0.52256942999999978e2"],["-0.81470839999999953e2","0.52252220000000023e2"],["-0.81476944000000003e2","0.52249161000000072e2"]],[[-127.924713,"0.52174164000000133e2"],["-0.12793360899999999e3","0.52173049999999932e2"],[-128.036407,"0.52177489999999977e2"],["-0.12805416899999994e3","0.52180550000000039e2"],["-0.12807971199999997e3","0.52186377999999934e2"],["-0.12808639500000004e3","0.52188599000000067e2"],["-0.12809277299999991e3",52.19221500000009],["-0.12816696199999996e3","0.52244713000000104e2"],["-0.12817001299999998e3","0.52249718000000144e2"],["-0.12815862999999996e3","0.52256386000000077e2"],["-0.12806945799999994e3","0.52294716000000051e2"],[-128.0477909999999,"0.52300545000000056e2"],["-0.12804000899999994e3","0.52301659000000029e2"],["-0.12797944599999994e3","0.52296661000000029e2"],["-0.12797277800000001e3","0.52295273000000122e2"],["-0.12796193700000003e3","0.52289436000000137e2"],["-0.12795861799999989e3","0.52287498000000028e2"],["-0.12795111099999997e3","0.52279716000000064e2"],["-0.12790943899999996e3","0.52210274000000027e2"],["-0.12790750100000002e3","0.52204712000000086e2"],["-0.12790666199999998e3","0.52198600999999996e2"],["-0.12791055299999988e3","0.52186377999999934e2"],["-0.12791776999999996e3","0.52176940999999999e2"],[-127.924713,"0.52174164000000133e2"]],[["-0.12818444799999992e3","0.52278602999999976e2"],["-0.12820361299999996e3","0.52277489000000003e2"],["-0.12821026599999993e3","0.52278327999999988e2"],["-0.12821362299999998e3","0.52279716000000064e2"],["-0.12818917799999986e3","0.52330826000000116e2"],["-0.12818307499999997e3","0.52339714000000129e2"],["-0.12811471599999987e3",52.41832700000009],["-0.12811111499999998e3","0.52421661000000086e2"],["-0.12810443099999992e3","0.52421379000000002e2"],["-0.12809997599999991e3","0.52418602000000135e2"],["-0.12809359699999999e3","0.52411658999999929e2"],["-0.12809249899999998e3","0.52408324999999934e2"],["-0.12808526599999999e3","0.52396385000000066e2"],["-0.12805917399999998e3","0.52352219000000048e2"],["-0.12805694600000004e3","0.52346100000000035e2"],["-0.12805526699999996e3","0.52334991000000116e2"],["-0.12805667099999994e3","0.52328880000000083e2"],["-0.12806140099999999e3","0.52324715000000083e2"],["-0.12815194700000001e3","0.52282211000000075e2"],["-0.12818444799999992e3","0.52278602999999976e2"]],[["-0.12772444199999995e3",51.97693600000008],["-0.12787082699999991e3","0.51944709999999986e2"],["-0.12787970699999994e3",51.94499200000007],[-127.886124,"0.51947768999999994e2"],["-0.12789167800000001e3","0.51951385000000016e2"],["-0.12789472999999992e3","0.51956100000000049e2"],["-0.12789943700000003e3","0.51973320000000001e2"],["-0.12790110799999991e3","0.51985824999999977e2"],["-0.12790055799999988e3","0.51999435000000005e2"],["-0.12788110399999999e3","0.52078880000000083e2"],["-0.12787361099999993e3","0.52094994000000042e2"],["-0.12785138699999999e3","0.52141380000000026e2"],["-0.12782833900000003e3","0.52175827000000027e2"],[-127.817497,"0.52191375999999934e2"],["-0.12779750100000001e3","0.52213882000000126e2"],["-0.12778916899999996e3","0.52221930999999984e2"],["-0.12775334199999998e3","0.52245827000000077e2"],[-127.74527,"0.52247772000000055e2"],[-127.699997,"0.52257216999999912e2"],["-0.12768083199999995e3","0.52258888000000013e2"],["-0.12765943900000002e3","0.52259163000000001e2"],["-0.12765055799999999e3","0.52260276999999974e2"],["-0.12758640300000002e3","0.52281105000000082e2"],["-0.12751666299999999e3","0.52304436000000123e2"],["-0.12751000999999985e3","0.52306938000000002e2"],["-0.12746056399999998e3","0.52345824999999991e2"],["-0.12745694700000001e3","0.52350548000000003e2"],["-0.12745612299999988e3","0.52362213000000054e2"],["-0.12745694700000001e3","0.52368324000000143e2"],["-0.12745333900000003e3","0.52373046999999929e2"],[-127.4177699999999,"0.52385269000000108e2"],["-0.12736277799999999e3","0.52403876999999966e2"],["-0.12726390100000003e3","0.52436653000000092e2"],["-0.12725945300000001e3","0.52435265000000015e2"],["-0.12723473399999995e3","0.52416939000000013e2"],["-0.12720777899999996e3","0.52344711000000018e2"],["-0.12721056399999992e3",52.33526599999999],[-127.218887,"0.52325829000000056e2"],["-0.12723222399999992e3","0.52313049000000092e2"],["-0.12724749800000001e3","0.52301933000000133e2"],["-0.12727084399999995e3","0.52288605000000132e2"],["-0.12728916899999996e3","0.52279433999999981e2"],["-0.12730304699999999e3","0.52274162000000047e2"],["-0.12730999800000001e3","0.52271659999999997e2"],["-0.12732584400000002e3","0.52268051000000014e2"],["-0.12736193800000001e3","0.52264717000000019e2"],["-0.12742582699999997e3",52.24610100000001],["-0.12743971299999993e3","0.52240829000000076e2"],["-0.12744526699999994e3",52.23832699999997],["-0.12757972699999999e3","0.52177216000000044e2"],["-0.12758444199999991e3","0.52173324999999977e2"],["-0.12758805799999999e3","0.52167770000000075e2"],["-0.12759631300000001e3","0.52151793999999995e2"],["-0.12765416700000003e3","0.52123877999999991e2"],["-0.12768694299999993e3","0.52074440000000095e2"],["-0.12769193999999993e3",52.06360600000005],["-0.12770111099999991e3","0.52041107000000068e2"],["-0.12770388800000001e3","0.52028877000000136e2"],[-127.699997,"0.52017768999999987e2"],["-0.12769915799999995e3",52.01138300000008],[-127.699432,52.00471500000009],["-0.12770194999999995e3",51.998604],[-127.708054,"0.51988327000000027e2"],["-0.12771749899999998e3","0.51980270000000075e2"],["-0.12772444199999995e3",51.97693600000008]],[["-0.12866860999999994e3","0.52266388000000063e2"],["-0.12867556799999994e3","0.52266388000000063e2"],["-0.12872055099999994e3","0.52306938000000002e2"],[-128.724152,"0.52311378000000047e2"],["-0.12872637899999995e3","0.52316101000000003e2"],["-0.12874832200000003e3","0.52369156000000089e2"],["-0.12876196299999998e3",52.41832700000009],["-0.12876251200000002e3","0.52423325000000091e2"],["-0.12876196299999998e3","0.52429160999999965e2"],[-128.759186,"0.52449432000000002e2"],["-0.12875280799999996e3","0.52467766000000097e2"],["-0.12874722299999996e3","0.52471656999999993e2"],["-0.12868139599999989e3","0.52482208000000071e2"],["-0.12867443800000001e3","0.52482208000000071e2"],["-0.12865029899999996e3","0.52474434000000088e2"],["-0.12863696299999992e3","0.52468597000000102e2"],[-128.624146,"0.52461662000000103e2"],["-0.12861914099999996e3","0.52457771000000037e2"],[-128.615814,"0.52453606000000036e2"],["-0.12861608899999993e3",52.44860099999994],["-0.12861331199999995e3","0.52364441000000056e2"],["-0.12861471599999993e3","0.52353325000000098e2"],["-0.12861776699999996e3","0.52329994000000056e2"],["-0.12861999500000002e3","0.52323883000000137e2"],["-0.12862554899999992e3","0.52311378000000047e2"],["-0.12862997399999995e3","0.52305550000000096e2"],["-0.12866860999999994e3","0.52266388000000063e2"]],[[-128.471924,"0.52492767000000129e2"],["-0.12846777299999991e3","0.52483047000000056e2"],["-0.12846499599999993e3",52.47304500000007],["-0.12846417199999996e3",52.46804800000001],["-0.12846499599999993e3","0.52462212000000136e2"],["-0.12846722399999999e3","0.52456099999999935e2"],["-0.12847082499999993e3","0.52449714999999969e2"],["-0.12848055999999991e3","0.52440269000000001e2"],[-128.4869379999999,"0.52437209999999993e2"],["-0.12849414100000001e3","0.52434989999999971e2"],["-0.12850945999999999e3","0.52432213000000104e2"],["-0.12851806599999998e3","0.52431938000000059e2"],["-0.12859553499999998e3","0.52460140000000081e2"],["-0.12866314699999987e3","0.52491927999999973e2"],["-0.12875500499999998e3","0.52487770000000012e2"],["-0.12877557399999995e3",52.49332400000003],["-0.12878472899999991e3","0.52496101000000124e2"],["-0.12880944799999997e3","0.52515549000000078e2"],["-0.12881304899999992e3","0.52519989000000066e2"],["-0.12881390399999998e3","0.52524994000000106e2"],[-128.811127,"0.52536941999999954e2"],[-128.808899,"0.52543053000000043e2"],["-0.12873889199999996e3","0.52587494000000049e2"],[-128.732483,"0.52590545999999961e2"],["-0.12872470099999998e3",52.59165999999999],[-128.5781859999999,52.5936430000001],["-0.12856750499999998e3","0.52622490000000028e2"],["-0.12853527800000001e3","0.52647217000000069e2"],["-0.12853167699999995e3",52.62110100000001],["-0.12852890000000002e3","0.52611107000000004e2"],["-0.12852194199999997e3","0.52591377000000023e2"],["-0.12850085399999995e3","0.52543610000000115e2"],["-0.12848889199999991e3",52.52027099999998],["-0.12848526000000004e3","0.52515831000000105e2"],["-0.12847970599999996e3","0.52506660000000011e2"],[-128.471924,"0.52492767000000129e2"]],[["-0.13146444700000001e3","0.52627487000000087e2"],["-0.13158554099999998e3","0.52585266000000104e2"],["-0.13159359699999999e3","0.52585823000000005e2"],["-0.13160137900000001e3","0.52588600000000099e2"],[-131.6119379999999,"0.52596099999999979e2"],["-0.13162359600000002e3","0.52608886999999982e2"],["-0.13170971700000001e3","0.52705269000000044e2"],[-131.691101,"0.52724991000000102e2"],["-0.13168499799999995e3","0.52728043000000014e2"],["-0.13165945399999993e3","0.52730270000000075e2"],["-0.13148471099999995e3","0.52736938000000066e2"],[-131.475281,"0.52736655999999982e2"],["-0.13146859699999999e3","0.52733330000000137e2"],["-0.13146887200000003e3",52.73054500000012],["-0.13144943199999994e3","0.52714996000000042e2"],["-0.13144027699999998e3","0.52706940000000145e2"],["-0.13143917799999991e3","0.52701660000000061e2"],["-0.13144137599999999e3","0.52684158000000025e2"],["-0.13145443699999998e3","0.52636383000000023e2"],["-0.13145834399999995e3","0.52630821000000083e2"],["-0.13146444700000001e3","0.52627487000000087e2"]],[["-0.12843029799999994e3","0.52368050000000039e2"],["-0.12844168099999996e3","0.52368050000000039e2"],["-0.12845611599999989e3","0.52373046999999929e2"],["-0.12846026599999999e3",52.37721300000004],["-0.12846664399999986e3","0.52386939999999981e2"],["-0.12846777299999991e3","0.52393051000000071e2"],["-0.12843777499999999e3","0.52543610000000115e2"],["-0.12844973800000002e3","0.52620827000000077e2"],["-0.12845056199999999e3","0.52626937999999996e2"],["-0.12844168099999996e3","0.52746941000000106e2"],["-0.12843917799999997e3","0.52752220000000079e2"],["-0.12843582200000003e3","0.52756943000000092e2"],["-0.12839001500000001e3","0.52797493000000031e2"],[-128.383331,"0.52797493000000031e2"],["-0.12837332200000003e3","0.52791107000000125e2"],["-0.12836276199999998e3","0.52740272999999945e2"],["-0.12835861199999988e3","0.52729156000000103e2"],["-0.12832138099999992e3","0.52634720000000129e2"],[-128.275848,"0.52496101000000124e2"],["-0.12827502400000003e3","0.52489990000000034e2"],["-0.12828640699999994e3","0.52457771000000037e2"],["-0.12831140099999999e3","0.52423881999999992e2"],[-128.365814,52.38220999999993],["-0.12837164300000001e3","0.52378875999999991e2"],[-128.386414,"0.52374992000000134e2"],["-0.12840335099999993e3","0.52371658000000139e2"],["-0.12843029799999994e3","0.52368050000000039e2"]],[["-0.12897442599999999e3","0.52453323000000069e2"],["-0.12898275799999999e3","0.52453049000000135e2"],["-0.12911471599999993e3","0.52556656000000089e2"],["-0.12921081499999997e3",52.64888000000002],["-0.12926333599999998e3","0.52710548000000074e2"],["-0.12927056899999997e3","0.52719153999999946e2"],["-0.12929196200000001e3","0.52761664999999994e2"],["-0.12929278599999998e3","0.52766937000000098e2"],["-0.12928140299999995e3",52.81721500000009],["-0.12927722199999988e3","0.52823051000000135e2"],["-0.12927084400000001e3","0.52826103000000046e2"],["-0.12926223799999997e3","0.52826660000000118e2"],[-129.252228,"0.52825272000000041e2"],[-129.23111,52.81610100000006],[-129.218323,"0.52809158000000082e2"],["-0.12910415599999999e3",52.74110399999995],[-129.066101,"0.52714714000000129e2"],["-0.12894695999999993e3","0.52626381000000094e2"],[-128.926941,"0.52610825000000091e2"],["-0.12892333999999994e3","0.52606659000000036e2"],["-0.12891973899999999e3","0.52602218999999991e2"],[-128.91861,"0.52527488999999946e2"],["-0.12892251599999997e3","0.52515274000000034e2"],["-0.12893640099999999e3","0.52480545000000006e2"],["-0.12894360399999999e3","0.52469711000000075e2"],[-128.9491579999999,"0.52465546000000074e2"],["-0.12896166999999997e3","0.52459435000000042e2"],["-0.12897442599999999e3","0.52453323000000069e2"]],[["-0.12826974499999994e3","0.52596939000000134e2"],["-0.12827416999999997e3","0.52595543000000077e2"],["-0.12827890000000002e3","0.52595824999999991e2"],["-0.12828445399999998e3","0.52598602000000028e2"],["-0.12828750600000001e3","0.52602776000000063e2"],["-0.12828973399999995e3",52.60833000000008],["-0.12829269399999993e3","0.52661549000000036e2"],["-0.12832305899999994e3",52.74110399999995],["-0.12832638499999996e3","0.52771378000000027e2"],["-0.12832501199999996e3","0.52776100000000099e2"],["-0.12826322900000002e3","0.52784645000000125e2"],["-0.12821063200000003e3","0.52798515000000009e2"],["-0.12818582199999992e3","0.52826942000000031e2"],[-128.177795,"0.52826103000000046e2"],[-128.17334,"0.52823326000000122e2"],["-0.12817028799999997e3","0.52817771999999991e2"],["-0.12817584199999999e3","0.52787773000000129e2"],["-0.12817861899999997e3","0.52776100000000099e2"],["-0.12820776399999994e3","0.52704436999999984e2"],["-0.12821026599999993e3","0.52698875000000044e2"],["-0.12824722299999996e3","0.52620544000000109e2"],["-0.12824972500000001e3","0.52616660999999965e2"],["-0.12826141399999995e3","0.52604439000000013e2"],["-0.12826974499999994e3","0.52596939000000134e2"]],[["-0.13163973999999996e3","0.52828049000000135e2"],["-0.13164666699999992e3","0.52825829000000113e2"],["-0.13164889499999998e3","0.52826103000000046e2"],["-0.13166973899999999e3","0.52819160000000068e2"],["-0.13170834400000001e3","0.52811378000000104e2"],["-0.13172387700000002e3","0.52808327000000077e2"],["-0.13173306299999996e3",52.80860100000001],["-0.13181332399999997e3",52.82027400000004],["-0.13182388300000002e3",52.82777400000009],["-0.13183138999999994e3","0.52841934000000037e2"],["-0.13183029199999999e3","0.52846656999999993e2"],["-0.13182250999999991e3","0.52848045000000127e2"],["-0.13174859599999996e3","0.52853324999999984e2"],["-0.13172860699999995e3","0.52851387000000045e2"],[-131.644745,"0.52835548000000131e2"],[-131.636414,"0.52832497000000103e2"],["-0.13163973999999996e3","0.52828049000000135e2"]],[["-0.12850527999999997e3","0.52641106000000036e2"],[-128.5125119999999,"0.52641106000000036e2"],["-0.12851611300000002e3","0.52645271000000037e2"],["-0.12852029400000004e3","0.52654991000000109e2"],["-0.12854000899999994e3","0.52703323000000012e2"],["-0.12853500399999996e3","0.52758049000000085e2"],["-0.12853362999999996e3","0.52769157000000121e2"],["-0.12851391599999999e3","0.52860825000000034e2"],["-0.12851028400000001e3","0.52867493000000024e2"],["-0.12850613399999992e3","0.52873047000000042e2"],["-0.12849887100000001e3",52.87082700000002],["-0.12849194299999994e3","0.52868599000000074e2"],["-0.12848553499999997e3","0.52865273000000002e2"],[-128.471924,"0.52853049999999996e2"],["-0.12846832299999994e3","0.52848602000000028e2"],["-0.12845083599999992e3","0.52805267000000015e2"],["-0.12845361300000002e3","0.52782493999999986e2"],["-0.12845443699999998e3","0.52776939000000084e2"],["-0.12850167799999991e3","0.52647491000000002e2"],["-0.12850527999999997e3","0.52641106000000036e2"]],[["-0.12961053500000003e3","0.52954993999999999e2"],["-0.12961831699999999e3","0.52953606000000093e2"],["-0.12962222299999996e3","0.52958046000000081e2"],["-0.12965139799999992e3","0.53013329000000113e2"],[-129.650848,53.01888300000013],["-0.12962441999999993e3",53.02388000000002],[-129.615814,"0.53024436999999921e2"],["-0.12960720800000001e3","0.53022766000000047e2"],["-0.12957055699999989e3","0.53013611000000026e2"],[-129.5625,"0.53010551000000135e2"],["-0.12955749499999996e3","0.53006660000000068e2"],["-0.12955667099999999e3","0.53001389000000017e2"],["-0.12955862400000001e3","0.52997490000000028e2"],["-0.12955334500000004e3","0.52984993000000031e2"],[-129.561127,"0.52970543000000077e2"],["-0.12959637499999991e3","0.52959435000000099e2"],["-0.12961053500000003e3","0.52954993999999999e2"]],[[-129.531677,"0.53010551000000135e2"],["-0.12953890999999993e3","0.53008049000000085e2"],[-129.546967,"0.53008888000000013e2"],["-0.12958859299999995e3","0.53024162000000103e2"],["-0.12964001500000001e3","0.53044158999999979e2"],["-0.12963391099999996e3","0.53056099000000074e2"],["-0.12956277499999993e3","0.53053046999999992e2"],["-0.12952444500000001e3","0.53033606999999961e2"],["-0.12951779199999993e3","0.53029991000000109e2"],["-0.12951724200000001e3","0.53024993999999992e2"],["-0.12952056900000002e3","0.53018326000000059e2"],[-129.531677,"0.53010551000000135e2"]],[["-0.55763061999999991e2","0.53029434000000037e2"],["-0.55853333000000021e2",53.01527399999992],["-0.55861945999999989e2","0.53015549000000135e2"],["-0.55870834000000002e2","0.53018599999999992e2"],["-0.55876388999999961e2",53.02748900000006],["-0.55876105999999993e2","0.53032768000000033e2"],["-0.55872771999999998e2","0.53043883999999991e2"],["-0.55869719999999973e2",53.04972100000009],["-0.55857779999999991e2",53.06749700000006],["-0.55854445999999996e2","0.53071663000000001e2"],["-0.55848609999999951e2","0.53076102999999989e2"],["-0.55808333999999945e2",53.09137700000008],["-0.55800551999999982e2","0.53093605000000025e2"],[-55.79222900000002,"0.53093048000000124e2"],["-0.55788612000000001e2","0.53089714000000129e2"],["-0.55788337999999953e2","0.53086655000000007e2"],["-0.55749167999999997e2","0.53069160000000011e2"],["-0.55748885999999914e2","0.53064712999999927e2"],["-0.55755004999999869e2","0.53038604999999961e2"],["-0.55756667999999991e2",53.033051],["-0.55763061999999991e2","0.53029434000000037e2"]],[["-0.12960247799999996e3","0.53057213000000047e2"],["-0.12961080899999996e3","0.53056655999999975e2"],["-0.12969250499999993e3","0.53075829000000056e2"],["-0.12970193499999999e3","0.53078330999999935e2"],["-0.12970834399999995e3",53.08166499999993],["-0.12972305299999999e3","0.53099159000000043e2"],["-0.12973611500000004e3",53.12221500000004],["-0.12973831200000001e3",53.12721300000004],["-0.12973275799999999e3","0.53131103999999937e2"],[-129.716949,"0.53133881000000031e2"],["-0.12969973800000002e3","0.53134995000000004e2"],["-0.12966805999999991e3","0.53136108000000092e2"],["-0.12966250600000001e3","0.53135551000000021e2"],["-0.12965444899999994e3","0.53132767000000058e2"],[-129.650848,"0.53130547000000035e2"],["-0.12964416499999999e3",53.12721300000004],["-0.12962081899999998e3","0.53112494999999967e2"],[-129.615814,"0.53108604000000071e2"],["-0.12958804299999991e3","0.53084717000000069e2"],["-0.12958416699999998e3",53.08027600000014],["-0.12958193999999997e3","0.53075554000000068e2"],["-0.12958612099999999e3","0.53069992000000127e2"],["-0.12959664900000001e3","0.53061104000000114e2"],["-0.12960247799999996e3","0.53057213000000047e2"]],[["-0.79909164000000033e2","0.53081940000000145e2"],["-0.79919723999999974e2","0.53081940000000145e2"],["-0.79926102000000014e2","0.53084991000000002e2"],[-79.92971799999998,"0.53089432000000102e2"],["-0.79932220000000029e2","0.53094436999999971e2"],["-0.79938599000000011e2","0.53122490000000084e2"],["-0.79938599000000011e2","0.53134995000000004e2"],[-79.93499799999995,"0.53147774000000084e2"],["-0.79930557000000022e2","0.53152489000000116e2"],["-0.79906386999999995e2","0.53172768000000076e2"],["-0.79897781000000009e2","0.53174438000000009e2"],["-0.79887511999999958e2","0.53174438000000009e2"],["-0.79877486999999974e2","0.53173050000000103e2"],["-0.79866393999999957e2",53.16944100000012],["-0.79858886999999868e2","0.53166939000000013e2"],["-0.79846114999999941e2","0.53160545000000013e2"],["-0.79795836999999892e2","0.53116386000000034e2"],["-0.79789444000000003e2","0.53106941000000006e2"],["-0.79787215999999944e2","0.53101936000000137e2"],["-0.79789444000000003e2","0.53095825000000048e2"],["-0.79796951000000035e2","0.53093605000000025e2"],["-0.79835555999999997e2","0.53083878000000084e2"],["-0.79843886999999995e2","0.53082214000000079e2"],["-0.79909164000000033e2","0.53081940000000145e2"]],[[-129.4324949999999,"0.53151382000000012e2"],["-0.12935278299999993e3","0.53072220000000073e2"],["-0.12929000899999988e3","0.52993607000000054e2"],["-0.12928750600000001e3","0.52978043000000014e2"],["-0.12928945899999985e3","0.52971930999999984e2"],["-0.12929583700000001e3","0.52968880000000013e2"],["-0.12931222499999996e3","0.52966934000000094e2"],[-129.341095,"0.52973320000000001e2"],["-0.12941418499999997e3","0.53010551000000135e2"],["-0.12941915900000004e3","0.53014442000000031e2"],["-0.12942138699999998e3","0.53019157000000064e2"],["-0.12942471299999994e3","0.53040276000000063e2"],["-0.12942916899999994e3",53.04972100000009],[-129.475281,"0.53101936000000137e2"],["-0.12950527999999997e3","0.53126380999999981e2"],["-0.12951196300000004e3","0.53129714999999976e2"],["-0.12952194199999985e3","0.53131103999999937e2"],["-0.12953750600000001e3","0.53128326000000129e2"],["-0.12954473899999994e3","0.53128326000000129e2"],["-0.12954724099999993e3","0.53133049000000142e2"],["-0.12954806500000001e3",53.14916199999999],[-129.546967,53.16027100000008],[-129.5386049999999,"0.53171660999999915e2"],["-0.12952166699999992e3",53.18360100000001],["-0.12951446499999997e3","0.53185822000000144e2"],["-0.12949859599999996e3","0.53188599000000011e2"],["-0.12949026499999997e3","0.53188881000000094e2"],["-0.12947997999999995e3","0.53187767000000122e2"],[-129.470551,"0.53185265000000015e2"],["-0.12946276899999992e3","0.53179993000000081e2"],[-129.4324949999999,"0.53151382000000012e2"]],[["-0.81106109999999887e2","0.53199714999999969e2"],["-0.81087783999999886e2",53.17943600000001],["-0.81045272999999952e2","0.53148605000000089e2"],["-0.80978881999999942e2","0.53113052000000039e2"],["-0.80973617999999988e2","0.53109436000000017e2"],["-0.80809433000000013e2",52.97693600000008],["-0.80775008999999955e2","0.52944434999999942e2"],["-0.80763335999999924e2","0.52931381000000044e2"],["-0.80669158999999979e2","0.52776939000000084e2"],["-0.80667769999999962e2","0.52771935000000099e2"],["-0.80667496000000028e2","0.52759438000000102e2"],["-0.80670836999999892e2","0.52745827000000133e2"],["-0.80673049999999932e2","0.52740547000000049e2"],["-0.80699722000000008e2",52.69609800000012],["-0.80705001999999979e2","0.52692214999999976e2"],["-0.80712509000000011e2","0.52689156000000025e2"],[-80.720551,"0.52688324000000136e2"],["-0.80731673999999998e2","0.52688881000000038e2"],["-0.80739166000000012e2","0.52691376000000048e2"],["-0.80749161000000015e2","0.52698875000000044e2"],["-0.80753066999999987e2","0.52703323000000012e2"],["-0.80765839000000028e2","0.52709717000000012e2"],["-0.80797500999999954e2","0.52719153999999946e2"],["-0.80815001999999993e2","0.52723045000000013e2"],["-0.80861388999999917e2","0.52731102000000021e2"],["-0.80898894999999982e2","0.52737495000000138e2"],["-0.80918883999999991e2","0.52740272999999945e2"],["-0.80995543999999938e2","0.52746101000000067e2"],["-0.81015563999999927e2","0.52748604000000057e2"],["-0.81024444999999957e2","0.52750549000000035e2"],["-0.81138061999999934e2","0.52788048000000117e2"],[-81.15306099999998,"0.52793052999999986e2"],["-0.81198882999999967e2","0.52814156000000082e2"],["-0.81212783999999942e2","0.52819991999999957e2"],["-0.81251953000000015e2","0.52832497000000103e2"],["-0.81287216000000001e2",52.83998900000006],["-0.81369155999999862e2","0.52856102000000078e2"],[-81.41722099999987,"0.52863052000000096e2"],[-81.58444199999991,"0.52889160000000061e2"],["-0.81649170000000026e2","0.52907211000000075e2"],["-0.81763625999999931e2","0.52937767000000008e2"],["-0.81781386999999995e2","0.52941658000000075e2"],["-0.81811660999999958e2","0.52945267000000058e2"],["-0.81834166999999866e2","0.52946381000000031e2"],["-0.81881377999999984e2","0.52954162999999994e2"],["-0.81916655999999989e2",52.96166199999999],["-0.81933318999999983e2","0.52965828000000045e2"],["-0.81949721999999952e2","0.52971375000000023e2"],["-0.81962783999999886e2",52.97693600000008],["-0.82049987999999985e2","0.53014442000000031e2"],["-0.82056655999999862e2","0.53017494000000113e2"],["-0.82061661000000015e2","0.53021102999999925e2"],["-0.82063323999999909e2","0.53026657000000114e2"],["-0.82060271999999998e2","0.53031937000000028e2"],["-0.82053329000000019e2","0.53041938999999957e2"],["-0.82049164000000019e2","0.53046661000000029e2"],["-0.81974716000000001e2","0.53113883999999985e2"],["-0.81965285999999935e2",53.12221500000004],["-0.81954177999999956e2","0.53129990000000134e2"],["-0.81910827999999981e2","0.53158882000000062e2"],["-0.81892226999999991e2","0.53168326999999977e2"],["-0.81864440999999999e2","0.53178604000000121e2"],["-0.81848052999999936e2","0.53181664000000012e2"],["-0.81826110999999969e2","0.53181381000000044e2"],["-0.81714721999999881e2","0.53188599000000011e2"],["-0.81543059999999969e2","0.53209160000000054e2"],["-0.81385283999999899e2","0.53224990999999989e2"],["-0.81374999999999943e2","0.53224990999999989e2"],["-0.81295546999999999e2","0.53217765999999983e2"],["-0.81116394000000014e2","0.53200829000000113e2"],["-0.81106109999999887e2","0.53199714999999969e2"]],[["-0.13176223800000002e3","0.53196655000000078e2"],[-131.6305539999999,"0.53084159999999997e2"],[-131.595551,"0.53046103999999957e2"],["-0.13159304800000001e3","0.53041382000000056e2"],["-0.13159472700000003e3","0.53035271000000023e2"],["-0.13160165399999994e3",53.033051],["-0.13161026000000004e3","0.53032211000000132e2"],["-0.13162887599999999e3","0.53032494000000099e2"],["-0.13163973999999996e3","0.53034439000000077e2"],["-0.13173666400000002e3","0.53053879000000052e2"],["-0.13175558499999994e3","0.53058601000000124e2"],["-0.13177444500000001e3","0.53068886000000077e2"],["-0.13178390499999989e3","0.53071381000000088e2"],["-0.13179473899999994e3","0.53073051000000078e2"],["-0.13181362899999999e3","0.53073607999999979e2"],["-0.13182971199999992e3","0.53071381000000088e2"],["-0.13194332900000001e3","0.53054993000000024e2"],["-0.13196472199999999e3","0.53046386999999925e2"],["-0.13191195700000003e3","0.53005271999999991e2"],["-0.13190835599999991e3","0.53011108000000036e2"],["-0.13189944499999996e3","0.53019714000000135e2"],["-0.13188806199999999e3","0.53026939000000027e2"],[-131.87027,"0.53037498000000028e2"],[-131.85611,53.04222100000004],["-0.13184777800000001e3","0.53043052999999929e2"],["-0.13183111600000001e3","0.53043052999999929e2"],["-0.13181167600000003e3","0.53039718999999991e2"],[-131.662781,53.00777400000004],[-131.644745,"0.53003882999999973e2"],["-0.13162860099999995e3","0.52998328999999956e2"],["-0.13161498999999998e3","0.52991661000000022e2"],[-131.609711,"0.52988045000000113e2"],["-0.13159805299999999e3",52.97526600000009],["-0.13159582499999993e3","0.52964714000000072e2"],["-0.13159750399999996e3","0.52958602999999982e2"],["-0.13161554000000001e3","0.52920273000000066e2"],[-131.662781,"0.52882210000000043e2"],["-0.13166805999999997e3","0.52878043999999932e2"],["-0.13168057299999992e3","0.52871658000000025e2"],["-0.13168749999999994e3","0.52869155999999975e2"],["-0.13170443699999993e3","0.52867767000000129e2"],["-0.13180221599999999e3",52.86471599999993],["-0.13180862400000001e3","0.52865829000000019e2"],[-131.833618,52.88499500000006],[-131.849152,"0.52901932000000102e2"],[-131.87027,"0.52922768000000076e2"],["-0.13188473499999992e3","0.52934433000000013e2"],["-0.13189001500000001e3",52.93832400000008],[-131.898346,"0.52941100999999946e2"],[-131.906677,"0.52940269000000058e2"],["-0.13193859899999995e3","0.52934990000000084e2"],["-0.13194473299999999e3","0.52931664000000012e2"],[-131.982483,"0.52879715000000033e2"],["-0.13197860700000001e3","0.52875549000000092e2"],["-0.13196859699999999e3","0.52874435000000119e2"],["-0.13195278899999988e3","0.52875267000000065e2"],["-0.13194528200000002e3","0.52876938000000109e2"],["-0.13193139599999995e3","0.52881660000000011e2"],["-0.13185638399999993e3","0.52856102000000078e2"],["-0.13177557399999989e3","0.52716660000000047e2"],[-131.767517,"0.52713882000000012e2"],["-0.13173361199999999e3",52.69860100000011],["-0.13172692900000004e3","0.52695541000000048e2"],["-0.13172305299999988e3","0.52691101000000003e2"],[-131.683899,"0.52642220000000009e2"],["-0.13168139600000001e3","0.52637496999999996e2"],["-0.13165945399999993e3","0.52581665000000044e2"],["-0.13157278400000001e3","0.52529991000000052e2"],["-0.13156527700000004e3","0.52531662000000097e2"],["-0.13155667099999994e3","0.52532211000000018e2"],["-0.13154583700000001e3","0.52530273000000079e2"],["-0.13148193400000002e3","0.52507773999999984e2"],["-0.13146749899999992e3","0.52501389000000131e2"],["-0.13142361499999998e3","0.52460823000000119e2"],["-0.13142748999999998e3","0.52414993000000095e2"],["-0.13139849899999996e3","0.52377827000000025e2"],["-0.13139533999999998e3","0.52375492000000122e2"],["-0.13139016699999996e3","0.52374660000000006e2"],["-0.13136749299999991e3","0.52381827999999985e2"],["-0.13136549400000001e3","0.52384491000000025e2"],["-0.13136599699999988e3","0.52390986999999996e2"],["-0.13136715700000002e3","0.52397160000000042e2"],[-131.357483,"0.52403320000000065e2"],["-0.13135833699999989e3","0.52414153999999996e2"],["-0.13135305799999998e3",52.41832700000009],["-0.13132833900000003e3","0.52431107000000054e2"],["-0.13131304899999998e3","0.52434158000000082e2"],["-0.13127252199999998e3","0.52438881000000038e2"],["-0.13125558499999988e3","0.52440269000000001e2"],["-0.13123638900000003e3","0.52439156000000082e2"],["-0.13123248299999995e3","0.52434714999999983e2"],["-0.13124749800000001e3","0.52365829000000133e2"],["-0.13125085399999995e3","0.52359160999999972e2"],["-0.13125836200000003e3",52.34777100000008],["-0.13126306199999999e3",52.34276600000004],["-0.13130311599999993e3","0.52332100000000025e2"],["-0.13131977799999993e3","0.52335106000000053e2"],["-0.13133059700000001e3","0.52332770999999923e2"],["-0.13133248899999995e3","0.52293610000000001e2"],["-0.13132833900000003e3","0.52284995999999978e2"],["-0.13132443199999989e3","0.52280822999999998e2"],["-0.13127139299999999e3","0.52277771000000087e2"],[-131.259186,"0.52284164000000033e2"],["-0.13125613399999992e3","0.52290833000000077e2"],["-0.13124832199999997e3","0.52302216000000101e2"],["-0.13117971799999998e3","0.52317772000000048e2"],["-0.13117193599999996e3","0.52319442999999922e2"],[-131.136414,"0.52311378000000047e2"],["-0.13109500099999997e3","0.52286110000000122e2"],["-0.13101501500000001e3","0.52225548000000117e2"],["-0.13100750699999998e3","0.52217209000000082e2"],["-0.13100527999999991e3","0.52206657000000064e2"],["-0.13101168799999988e3","0.52193604000000107e2"],["-0.13101556400000004e3","0.52187767000000122e2"],[-131.024719,"0.52178047000000049e2"],[-131.030304,"0.52173882000000049e2"],[-131.036407,"0.52170830000000137e2"],["-0.13104305999999991e3","0.52168326999999977e2"],["-0.13111512799999997e3","0.52168289000000016e2"],["-0.13116610700000001e3","0.52125549000000092e2"],["-0.13118057299999987e3","0.52121658000000025e2"],["-0.13126473999999985e3",52.11971299999999],["-0.13129888900000003e3","0.52150268999999923e2"],["-0.13136025999999993e3","0.52189156000000139e2"],["-0.13136694299999999e3","0.52192490000000134e2"],["-0.13138946499999997e3","0.52205826000000059e2"],["-0.13141168200000004e3","0.52220543000000077e2"],["-0.13155111699999998e3","0.52333878000000084e2"],["-0.13157333399999993e3","0.52360824999999977e2"],["-0.13158194000000003e3","0.52379990000000134e2"],[-131.582764,"0.52385269000000108e2"],["-0.13158056599999986e3","0.52390548999999965e2"],["-0.13157778899999994e3","0.52393607999999972e2"],["-0.13157083099999994e3","0.52396102999999982e2"],["-0.13154806500000001e3","0.52400543000000027e2"],["-0.13153973399999995e3","0.52401100000000099e2"],["-0.13152972399999993e3","0.52400269000000094e2"],["-0.13152029400000004e3","0.52397774000000027e2"],["-0.13156140099999999e3","0.52431664000000126e2"],["-0.13166168199999998e3","0.52478324999999984e2"],["-0.13167916899999994e3","0.52483604000000128e2"],["-0.13170944199999991e3","0.52491104000000007e2"],["-0.13176223800000002e3",52.50499700000006],["-0.13177529899999996e3",52.51166500000005],["-0.13189279199999999e3","0.52582771000000093e2"],["-0.13201751699999994e3","0.52677490000000034e2"],["-0.13208194000000003e3","0.52727485999999942e2"],["-0.13208471700000001e3","0.52732208000000014e2"],[-132.060272,"0.52755272000000048e2"],["-0.13201028399999996e3","0.52775269000000094e2"],["-0.13200250199999999e3","0.52776939000000084e2"],[-131.993042,"0.52774436999999978e2"],["-0.13197305299999999e3","0.52764717000000076e2"],["-0.13196389799999997e3","0.52756660000000124e2"],["-0.13194445799999988e3","0.52735549999999989e2"],["-0.13193362400000001e3","0.52728043000000014e2"],["-0.13192694099999994e3","0.52724709000000075e2"],["-0.13191751099999988e3","0.52722487999999942e2"],["-0.13191723599999995e3","0.52725822000000107e2"],["-0.13193722499999996e3","0.52763611000000083e2"],["-0.13193972799999995e3","0.52768326000000116e2"],[-131.95166,"0.52781105000000139e2"],["-0.13196221899999995e3","0.52788605000000018e2"],["-0.13196887200000003e3","0.52791939000000013e2"],["-0.13203417999999994e3","0.52812767000000122e2"],["-0.13206167599999998e3","0.52813881000000094e2"],["-0.13205804399999994e3","0.52804161000000022e2"],["-0.13205557299999987e3","0.52793610000000058e2"],["-0.13210247800000002e3","0.52749435000000062e2"],["-0.13211026000000004e3","0.52748046999999985e2"],["-0.13212026999999995e3","0.52748877999999991e2"],["-0.13212747199999995e3","0.52750832000000003e2"],["-0.13221417199999991e3","0.52804710000000114e2"],["-0.13221945199999999e3","0.52808327000000077e2"],["-0.13222888199999994e3","0.52816382999999973e2"],["-0.13231640599999997e3","0.52902214000000129e2"],["-0.13234414700000002e3","0.52931664000000012e2"],["-0.13234695399999993e3","0.52936377999999991e2"],["-0.13234304799999995e3","0.52942214999999976e2"],["-0.13232971199999992e3",52.94582400000013],["-0.13231362899999999e3","0.52948043999999982e2"],["-0.13225558499999994e3","0.52954711999999915e2"],[-132.24527,"0.52953880000000026e2"],["-0.13223803699999991e3","0.52951935000000049e2"],["-0.13216778599999992e3","0.52928047000000106e2"],["-0.13215640300000001e3","0.52958885000000066e2"],["-0.13211248799999998e3","0.52987770000000125e2"],["-0.13211026000000004e3","0.52993049999999982e2"],["-0.13211276199999992e3","0.52997772000000055e2"],["-0.13211944599999998e3",53.00110600000005],["-0.13225613399999997e3","0.53028877000000136e2"],["-0.13226696799999996e3","0.53030823000000055e2"],["-0.13229501300000004e3","0.53031105000000082e2"],["-0.13241195700000003e3","0.53031937000000028e2"],["-0.13247970599999996e3","0.53027214000000015e2"],["-0.13249609399999991e3","0.53032768000000033e2"],["-0.13250778199999996e3","0.53040549999999996e2"],["-0.13251196300000004e3","0.53044716000000051e2"],["-0.13255279499999995e3","0.53089714000000129e2"],["-0.13255557299999992e3","0.53094436999999971e2"],["-0.13256362899999999e3","0.53139160000000004e2"],["-0.13256222500000001e3","0.53145271000000093e2"],["-0.13255667099999994e3","0.53149436999999978e2"],["-0.13254916399999991e3","0.53151100000000099e2"],["-0.13253945899999991e3","0.53148880000000077e2"],["-0.13252584799999994e3","0.53142220000000066e2"],["-0.13250140399999998e3","0.53133881000000031e2"],["-0.13248165899999998e3","0.53130820999999969e2"],["-0.13245111099999986e3","0.53128044000000102e2"],["-0.13241363499999989e3","0.53127486999999974e2"],[-132.378601,"0.53129433000000063e2"],["-0.13221081499999997e3","0.53141662999999994e2"],["-0.13207083099999994e3","0.53153877000000023e2"],["-0.13206390399999987e3","0.53156380000000013e2"],[-132.05777,"0.53159714000000008e2"],["-0.13203057899999999e3","0.53179993000000081e2"],["-0.13200750700000003e3",53.1947100000001],["-0.13192834500000004e3","0.53230545000000006e2"],["-0.13192138699999992e3","0.53233047000000056e2"],[-131.811127,"0.53253608999999983e2"],["-0.13180194099999994e3","0.53253326000000015e2"],[-131.794464,"0.53251388999999961e2"],["-0.13179055800000003e3","0.53247214999999926e2"],["-0.13176223800000002e3","0.53196655000000078e2"]],[["-0.55778052999999943e2","0.53289719000000105e2"],["-0.55786667000000023e2","0.53288330000000087e2"],["-0.55794448999999929e2","0.53291107000000011e2"],["-0.55797226000000023e2","0.53295546999999999e2"],["-0.55793334999999956e2",53.300545],["-0.55785003999999958e2","0.53303604000000007e2"],["-0.55776108000000022e2","0.53300270000000012e2"],["-0.55776389999999992e2","0.53295273000000066e2"],["-0.55778052999999943e2","0.53289719000000105e2"]],[["-0.12868945299999996e3",53.16443600000008],["-0.12867944299999994e3","0.53163047999999947e2"],["-0.12867083700000001e3","0.53163605000000075e2"],["-0.12865222199999999e3",53.16276600000009],["-0.12864196799999996e3","0.53161377000000073e2"],["-0.12862469499999997e3","0.53155548000000067e2"],["-0.12860555999999997e3","0.53145271000000093e2"],["-0.12857611099999991e3","0.53105270000000132e2"],["-0.12853167699999995e3","0.53021102999999925e2"],["-0.12852890000000002e3","0.53011108000000036e2"],["-0.12852056900000002e3","0.52959435000000099e2"],["-0.12851834099999991e3","0.52943604000000107e2"],["-0.12851779199999987e3","0.52927489999999977e2"],["-0.12851834099999991e3","0.52911102000000142e2"],["-0.12852001999999999e3","0.52899719000000118e2"],["-0.12852279699999991e3","0.52888046000000088e2"],["-0.12857028199999996e3","0.52691376000000048e2"],["-0.12857223499999992e3","0.52685265000000129e2"],["-0.12857528699999995e3","0.52679993000000024e2"],["-0.12859359699999993e3","0.52659156999999993e2"],["-0.12858526599999988e3","0.52659431000000097e2"],["-0.12857748400000003e3",52.65638000000007],["-0.12858581499999991e3",52.6322100000001],["-0.12859222399999993e3","0.52613884000000098e2"],["-0.12859722899999991e3","0.52609161000000086e2"],["-0.12860497999999995e3","0.52607773000000009e2"],["-0.12874887099999995e3","0.52597214000000122e2"],["-0.12875167799999997e3",52.60083000000003],["-0.12874859600000002e3","0.52748604000000057e2"],["-0.12874804699999999e3","0.52754165999999998e2"],["-0.12874444600000004e3","0.52760826000000009e2"],["-0.12869250499999998e3","0.52856102000000078e2"],["-0.12865335099999999e3","0.52892769000000101e2"],[-128.648346,52.89777400000014],["-0.12864474499999994e3","0.52904160000000047e2"],["-0.12864334099999996e3","0.52915543000000071e2"],["-0.12864196799999996e3","0.52948601000000053e2"],["-0.12864334099999996e3","0.52958885000000066e2"],[-128.646973,"0.52963325999999995e2"],["-0.12865335099999999e3",52.96665999999999],[-128.663635,"0.52968048000000067e2"],["-0.12867138699999998e3",52.96665999999999],["-0.12867694099999994e3","0.52962769000000094e2"],["-0.12867999299999997e3","0.52957771000000093e2"],["-0.12875112899999999e3","0.52835823000000119e2"],["-0.12875390600000003e3","0.52830826000000059e2"],["-0.12876223800000002e3","0.52810822000000087e2"],["-0.12876446499999997e3","0.52804710000000114e2"],["-0.12878057899999999e3","0.52739989999999977e2"],["-0.12878140299999995e3","0.52734160999999972e2"],["-0.12877999899999998e3",52.72387700000013],["-0.12877780200000001e3","0.52718880000000013e2"],["-0.12877111799999994e3","0.52704711999999972e2"],["-0.12876556400000004e3","0.52695541000000048e2"],["-0.12877889999999991e3",52.66415400000011],["-0.12884637499999997e3","0.52653320000000065e2"],["-0.12888445999999999e3","0.52648048000000131e2"],["-0.12889251699999994e3",52.64888000000002],[-129,"0.52697212000000093e2"],["-0.12903277600000001e3","0.52719711000000075e2"],["-0.12904779099999996e3","0.52731377000000009e2"],["-0.12908029199999999e3","0.52772491000000116e2"],["-0.12910861199999999e3","0.52812767000000122e2"],["-0.12911080899999996e3","0.52817497000000117e2"],[-129.114441,"0.52821938000000046e2"],["-0.12911886600000003e3",52.83138300000013],["-0.12912191799999994e3","0.52852218999999934e2"],["-0.12912191799999994e3","0.52863052000000096e2"],["-0.12911999500000002e3","0.52869155999999975e2"],["-0.12911080899999996e3","0.52877487000000031e2"],["-0.12910360699999995e3","0.52879715000000033e2"],["-0.12909500100000002e3","0.52880272000000105e2"],["-0.12908444199999997e3","0.52878043999999932e2"],[-129.0763849999999,52.87499200000002],["-0.12902224699999988e3","0.52905548000000124e2"],["-0.12895178199999992e3","0.52973660000000052e2"],["-0.12886999499999996e3","0.53021935000000042e2"],["-0.12885498000000001e3","0.53025269000000037e2"],["-0.12884082000000001e3","0.53029716000000121e2"],["-0.12883639499999998e3",53.03555300000005],["-0.12884359699999999e3","0.53044158999999979e2"],["-0.12889556899999997e3",53.08277099999998],["-0.12896389799999992e3","0.53121657999999968e2"],[-128.970551,"0.53124992000000134e2"],["-0.12900222799999995e3","0.53136940000000038e2"],["-0.12901168799999999e3","0.53139717000000076e2"],["-0.12901583900000003e3","0.53133881000000031e2"],["-0.12901501499999995e3","0.53128875999999991e2"],[-129.00473,"0.53109993000000088e2"],["-0.12899386599999997e3","0.53097214000000065e2"],["-0.12898748799999998e3","0.53095825000000048e2"],["-0.12898110999999994e3",53.09887700000013],["-0.12897387700000002e3","0.53101105000000132e2"],["-0.12896444699999995e3","0.53100548000000003e2"],["-0.12895666499999999e3","0.53097771000000137e2"],[-128.912781,"0.53073051000000078e2"],["-0.12886444099999989e3","0.53038887000000045e2"],[-128.862213,"0.53034164000000089e2"],["-0.12905584699999997e3","0.52909156999999936e2"],["-0.12906915299999991e3",52.90387700000008],["-0.12909500100000002e3","0.52902489000000003e2"],["-0.12910583500000001e3","0.52904708999999968e2"],["-0.12915945399999998e3","0.52919715999999994e2"],["-0.12916583299999996e3","0.52923049999999989e2"],[-129.169464,"0.52927489999999977e2"],["-0.12917529300000001e3","0.52936377999999991e2"],["-0.12918554700000004e3","0.52955269000000044e2"],["-0.12918722499999996e3","0.52965546000000018e2"],[-129.191956,53.00777400000004],["-0.12919137599999999e3","0.53013329000000113e2"],["-0.12918804899999992e3","0.53024162000000103e2"],["-0.12916665599999993e3",53.06610100000006],["-0.12916168200000004e3",53.0711060000001],["-0.12915472399999999e3","0.53073326000000066e2"],["-0.12913165300000003e3","0.53078049000000078e2"],["-0.12911804199999989e3","0.53079163000000051e2"],["-0.12911749299999991e3","0.53073882999999967e2"],["-0.12911804199999989e3","0.53068329000000006e2"],["-0.12911499000000003e3","0.53064712999999927e2"],["-0.12910861199999999e3","0.53067772000000105e2"],["-0.12908248899999995e3","0.53089989000000003e2"],[-129.075287,53.10305000000011],["-0.12907333399999999e3","0.53109160999999972e2"],["-0.12907055700000001e3","0.53131660000000124e2"],["-0.12905889899999988e3","0.53231377000000123e2"],["-0.12906027199999988e3","0.53241661000000136e2"],[-129.064728,"0.53251105999999993e2"],["-0.12907193000000001e3",53.25999500000006],["-0.12908221400000002e3","0.53267769000000101e2"],["-0.12908972199999994e3","0.53287216000000114e2"],["-0.12908612099999999e3","0.53293610000000001e2"],["-0.12907971199999997e3","0.53296661000000029e2"],["-0.12906664999999992e3","0.53300827000000083e2"],["-0.12904305999999997e3",53.30471],[-129.025848,"0.53305550000000096e2"],["-0.12901861600000001e3","0.53305550000000096e2"],["-0.12890084799999994e3","0.53290276000000006e2"],["-0.12889138799999989e3","0.53287773000000016e2"],["-0.12888137800000004e3","0.53279991000000052e2"],["-0.12887777699999992e3","0.53275826000000052e2"],["-0.12886389199999991e3","0.53263610999999969e2"],["-0.12884359699999999e3","0.53248047000000042e2"],["-0.12883221399999996e3","0.53240546999999992e2"],["-0.12877529900000002e3","0.53208885000000009e2"],["-0.12871167000000003e3","0.53173882000000049e2"],["-0.12870526099999989e3","0.53170546999999942e2"],["-0.12868945299999996e3",53.16443600000008]],[["-0.12915307599999994e3","0.53098328000000038e2"],["-0.12916168200000004e3","0.53097771000000137e2"],["-0.12925945999999999e3",53.09804500000007],["-0.12928945899999985e3","0.53101936000000137e2"],["-0.12931140099999999e3","0.53116936000000067e2"],["-0.12932665999999989e3","0.53128601000000003e2"],["-0.12933248900000001e3",53.13749700000011],["-0.12933471699999996e3","0.53142493999999999e2"],["-0.12933639500000004e3","0.53152770999999973e2"],["-0.12933889799999986e3","0.53179161000000022e2"],[-129.3383179999999,"0.53184990000000028e2"],["-0.12933639500000004e3","0.53191101000000117e2"],["-0.12932528699999989e3","0.53216103000000032e2"],["-0.12927389500000004e3","0.53328049000000021e2"],["-0.12926806599999992e3","0.53331940000000088e2"],["-0.12926028399999996e3","0.53333327999999995e2"],[-129.250854,"0.53333054000000061e2"],["-0.12922915599999988e3","0.53328880000000026e2"],["-0.12922692899999998e3","0.53326102999999932e2"],["-0.12920889299999999e3","0.53321937999999932e2"],["-0.12919415299999997e3","0.53315544000000102e2"],["-0.12918112199999996e3","0.53308601000000067e2"],["-0.12917611699999998e3",53.30471],["-0.12916860999999994e3","0.53296104000000128e2"],["-0.12914529399999998e3",53.22165700000005],["-0.12913247699999999e3","0.53118599000000017e2"],["-0.12913192699999996e3",53.11360899999994],[-129.1339109999999,"0.53107498000000078e2"],["-0.12913891599999994e3","0.53102493000000038e2"],["-0.12915307599999994e3","0.53098328000000038e2"]],[["-0.79942764000000011e2","0.53266936999999984e2"],["-0.80009170999999924e2","0.53263885000000073e2"],["-0.80018065999999862e2","0.53265830999999991e2"],["-0.80024445000000014e2","0.53268883000000073e2"],["-0.80081679999999949e2","0.53316101000000003e2"],["-0.80083892999999989e2","0.53321106000000043e2"],["-0.80085281000000009e2","0.53326942000000088e2"],["-0.80073333999999988e2","0.53348877000000073e2"],["-0.80068892999999946e2","0.53353325000000041e2"],["-0.80061385999999914e2","0.53355553000000043e2"],["-0.79999724999999955e2","0.53364716000000044e2"],["-0.79944716999999969e2","0.53368050000000039e2"],["-0.79950561999999934e2","0.53349716000000058e2"],["-0.79951949999999954e2","0.53348327999999981e2"],["-0.79913054999999986e2","0.53296104000000128e2"],[-79.91194200000001,53.29055000000011],["-0.79913329999999917e2","0.53283051000000114e2"],["-0.79920836999999949e2","0.53273048000000074e2"],["-0.79927215999999987e2",53.27027099999998],["-0.79942764000000011e2","0.53266936999999984e2"]],[["-0.12935833700000001e3","0.53304161000000079e2"],["-0.12937441999999999e3","0.53301383999999985e2"],["-0.12938363600000002e3","0.53301933000000133e2"],[-129.3875119999999,"0.53306099000000017e2"],["-0.12943499799999995e3","0.53378876000000105e2"],["-0.12943307500000003e3","0.53384720000000129e2"],["-0.12939501999999999e3","0.53410819999999944e2"],[-129.386414,53.40915700000005],["-0.12937970000000001e3",53.40554800000001],["-0.12937387100000001e3","0.53400826000000109e2"],["-0.12936663799999991e3","0.53398880000000077e2"],["-0.12932861300000002e3","0.53377769000000001e2"],["-0.12930557299999998e3","0.53335823000000005e2"],["-0.12930334499999992e3","0.53331107999999972e2"],["-0.12930749500000002e3",53.31888600000002],["-0.12931249999999989e3","0.53313880999999981e2"],["-0.12932693499999999e3","0.53309715000000097e2"],["-0.12935833700000001e3","0.53304161000000079e2"]],[["-0.55787505999999951e2","0.53394157000000064e2"],["-0.55793059999999969e2","0.53391663000000108e2"],["-0.55801392000000021e2","0.53392493999999942e2"],["-0.55949439999999981e2","0.53430275000000108e2"],["-0.55958053999999947e2","0.53434158000000082e2"],["-0.55971663999999919e2","0.53445824000000016e2"],["-0.55978881999999942e2","0.53454712000000029e2"],["-0.55979163999999912e2","0.53459159999999997e2"],["-0.55976386999999988e2","0.53463051000000064e2"],["-0.55958892999999932e2","0.53472487999999998e2"],["-0.55945549000000028e2","0.53478600000000142e2"],["-0.55931670999999994e2","0.53483879000000115e2"],["-0.55923889000000031e2","0.53485549999999989e2"],["-0.55916388999999981e2","0.53485825000000034e2"],["-0.55883057000000008e2","0.53486382000000106e2"],["-0.55878051999999968e2","0.53486656000000039e2"],["-0.55811942999999928e2","0.53483879000000115e2"],["-0.55757224999999949e2","0.53468322999999998e2"],["-0.55740554999999915e2","0.53462212000000079e2"],["-0.55729163999999969e2","0.53455269000000101e2"],["-0.55729439000000013e2","0.53450271999999984e2"],["-0.55787505999999951e2","0.53394157000000064e2"]],[["-0.12894250499999998e3","0.53317497000000003e2"],["-0.12911138899999997e3","0.53315826000000129e2"],["-0.12912222299999996e3","0.53318054000000132e2"],["-0.12912582399999991e3","0.53322495000000004e2"],["-0.12913891599999994e3","0.53339989000000116e2"],["-0.12914334099999996e3","0.53349716000000058e2"],["-0.12914416499999993e3","0.53354996000000142e2"],["-0.12914306599999986e3","0.53366104000000121e2"],["-0.12914083899999997e3",53.37221500000004],["-0.12913445999999993e3","0.53383880999999974e2"],["-0.12908270299999998e3","0.53429259999999999e2"],["-0.12905406199999999e3","0.53453601999999989e2"],["-0.12905883799999998e3","0.53487965000000145e2"],[-129.051941,53.50499700000006],["-0.12904779099999996e3","0.53510551000000021e2"],["-0.12903778099999988e3","0.53520271000000093e2"],["-0.12902194199999997e3","0.53533882000000062e2"],[-129.015289,"0.53536658999999986e2"],["-0.12899941999999987e3",53.53943600000008],[-128.988586,"0.53537216000000058e2"],[-128.984711,"0.53533051000000057e2"],["-0.12898416099999997e3",53.52777100000003],["-0.12898553499999997e3","0.53523048000000017e2"],["-0.12898611499999998e3","0.53513054000000011e2"],["-0.12898611499999998e3","0.53502220000000136e2"],[-128.9844359999999,"0.53491661000000079e2"],["-0.12897555499999987e3","0.53472762999999986e2"],["-0.12895361300000002e3","0.53446655000000021e2"],["-0.12894137599999993e3","0.53434158000000082e2"],["-0.12893612699999994e3","0.53430275000000108e2"],["-0.12890335099999993e3",53.39138000000014],["-0.12890112299999998e3","0.53386658000000068e2"],["-0.12890029900000002e3","0.53381378000000041e2"],["-0.12891805999999997e3","0.53331383000000017e2"],["-0.12892251599999997e3","0.53325828999999999e2"],["-0.12892806999999999e3","0.53321663000000115e2"],["-0.12894250499999998e3","0.53317497000000003e2"]],[["-0.79709732000000031e2","0.53508049000000142e2"],["-0.79720276000000013e2","0.53507499999999993e2"],["-0.79730559999999969e2","0.53508888000000127e2"],["-0.79746947999999918e2","0.53513328999999999e2"],["-0.79764724999999942e2","0.53523605000000089e2"],["-0.79769729999999925e2","0.53527214000000129e2"],["-0.79773620999999991e2","0.53531662000000097e2"],[-79.77027899999996,"0.53536942000000124e2"],["-0.79761397999999929e2","0.53546104000000071e2"],["-0.79755004999999983e2","0.53543053000000043e2"],[-79.70695499999988,"0.53515549000000021e2"],["-0.79703338999999914e2","0.53511108000000092e2"],["-0.79709732000000031e2","0.53508049000000142e2"]],[["-0.12993472299999985e3","0.53484161000000029e2"],["-0.12994277999999991e3","0.53482764999999972e2"],["-0.12995220899999998e3","0.53483047000000056e2"],["-0.13001446499999997e3","0.53501938000000052e2"],["-0.13002111799999994e3","0.53505272000000048e2"],["-0.12998858599999988e3","0.53528603000000089e2"],["-0.12994195599999995e3","0.53551102000000071e2"],["-0.12993417399999998e3","0.53552489999999977e2"],["-0.12992611699999992e3","0.53551658999999972e2"],["-0.12989334099999991e3","0.53545546999999999e2"],["-0.12988668799999999e3","0.53542221000000097e2"],["-0.12988418599999994e3","0.53537216000000058e2"],["-0.12988696300000004e3","0.53534163999999976e2"],[-129.894745,"0.53521934999999928e2"],["-0.12989889499999998e3","0.53516388000000006e2"],[-129.913635,"0.53501938000000052e2"],["-0.12992916899999994e3","0.53488327000000083e2"],["-0.12993472299999985e3","0.53484161000000029e2"]],[["-0.12987942499999991e3","0.53392768999999987e2"],["-0.12972915599999993e3","0.53215271000000087e2"],["-0.12973028599999992e3","0.53204163000000108e2"],["-0.12973220799999996e3","0.53198044000000095e2"],["-0.12974249299999997e3","0.53178329000000076e2"],["-0.12975085399999989e3","0.53166939000000013e2"],["-0.12975585899999993e3","0.53162209000000018e2"],["-0.12976223799999997e3","0.53158882000000062e2"],["-0.12986416600000001e3","0.53153046000000018e2"],["-0.12991223100000002e3","0.53156380000000013e2"],["-0.12993167099999999e3","0.53158043000000077e2"],["-0.12993695099999997e3","0.53161933999999974e2"],["-0.13008804299999991e3","0.53289436000000137e2"],["-0.13011111500000004e3","0.53328049000000021e2"],["-0.13016500899999988e3","0.53358330000000137e2"],["-0.13020333899999997e3","0.53378876000000105e2"],["-0.13024249299999997e3","0.53384163000000058e2"],[-130.261414,"0.53384720000000129e2"],["-0.13028695700000003e3","0.53381378000000041e2"],["-0.13029638699999998e3","0.53381660000000068e2"],["-0.13030584699999997e3","0.53384163000000058e2"],["-0.13031640600000003e3","0.53391937000000041e2"],["-0.13040194700000001e3","0.53479988000000048e2"],["-0.13052722199999999e3","0.53552216000000044e2"],["-0.13052999899999998e3","0.53567771999999991e2"],["-0.13052944899999994e3","0.53573326000000009e2"],["-0.13052224699999994e3","0.53618599000000074e2"],["-0.13052029399999998e3","0.53624709999999993e2"],["-0.13050836200000003e3","0.53631935000000055e2"],[-130.459991,"0.53637496999999996e2"],[-130.450287,"0.53634995000000117e2"],["-0.13039584399999995e3","0.53619438000000059e2"],["-0.13039111300000002e3",53.61693600000001],["-0.13037554899999992e3","0.53612212999999997e2"],["-0.13027529900000002e3","0.53580276000000026e2"],["-0.13020220900000004e3","0.53553878999999938e2"],["-0.13014083900000003e3","0.53528877000000023e2"],["-0.12997720300000003e3","0.53455550999999957e2"],["-0.12994415299999991e3","0.53438598999999954e2"],["-0.12993222000000003e3","0.53431380999999988e2"],["-0.12992056300000002e3","0.53424164000000019e2"],["-0.12988418599999994e3","0.53397217000000126e2"],["-0.12987942499999991e3","0.53392768999999987e2"]],[["-0.12908639500000004e3","0.53446097999999949e2"],["-0.12915750099999997e3","0.53392768999999987e2"],["-0.12916778599999998e3","0.53593880000000127e2"],["-0.12916583299999996e3","0.53610825000000091e2"],["-0.12916305499999999e3","0.53622489999999971e2"],["-0.12916082799999998e3",53.62860100000006],["-0.12915307599999994e3","0.53638603000000046e2"],["-0.12914724699999994e3","0.53642494000000113e2"],["-0.12914083899999997e3","0.53645546000000024e2"],["-0.12905249000000003e3","0.53681106999999997e2"],["-0.12903860499999985e3","0.53686377999999991e2"],["-0.12900805699999995e3","0.53693321000000026e2"],["-0.12898330699999991e3","0.53696655000000021e2"],["-0.12887554899999998e3","0.53709434999999928e2"],[-128.832764,"0.53712494000000106e2"],["-0.12882388299999997e3","0.53713051000000007e2"],["-0.12881887800000004e3","0.53709160000000111e2"],["-0.12882110599999999e3","0.53703049000000021e2"],["-0.12882360799999998e3","0.53700546000000088e2"],["-0.12887222299999991e3","0.53661102000000142e2"],["-0.12897970599999996e3",53.58387799999997],["-0.12898638900000003e3","0.53580826000000059e2"],["-0.12899221799999992e3","0.53576942000000031e2"],["-0.12907556199999993e3","0.53514717000000132e2"],["-0.12908554100000003e3",53.50499700000006],["-0.12908999599999999e3","0.53499435000000062e2"],["-0.12909359699999993e3","0.53492767000000129e2"],["-0.12909414699999996e3","0.53487213000000111e2"],[-129.093323,"0.53481934000000138e2"],["-0.12908889799999997e3","0.53472487999999998e2"],["-0.12908526599999993e3","0.53468047999999953e2"],["-0.12908306899999997e3","0.53463326000000052e2"],["-0.12908221400000002e3","0.53458328000000051e2"],["-0.12908276399999988e3","0.53452492000000007e2"],["-0.12908639500000004e3","0.53446097999999949e2"]],[["-0.13009109499999994e3","0.53569443000000035e2"],["-0.13009832800000004e3","0.53566940000000102e2"],["-0.13010775799999999e3","0.53567497000000003e2"],["-0.13014862099999999e3","0.53571938000000102e2"],["-0.13021887199999992e3","0.53587212000000136e2"],["-0.13022833299999996e3","0.53589431999999988e2"],["-0.13032916299999994e3","0.53618049999999982e2"],["-0.13034249899999998e3","0.53624709999999993e2"],["-0.13039028899999988e3","0.53669991000000039e2"],["-0.13040335099999999e3","0.53682495000000074e2"],["-0.13039111300000002e3","0.53699432000000058e2"],["-0.13029888899999997e3","0.53796944000000053e2"],[-130.2836299999999,53.79833200000013],["-0.13027194199999997e3","0.53797775000000058e2"],["-0.13026168799999994e3","0.53796386999999982e2"],["-0.13024664299999989e3","0.53790276000000063e2"],["-0.13023330699999985e3","0.53783607000000018e2"],["-0.13011944600000004e3","0.53686653000000035e2"],["-0.13011721799999998e3","0.53681938000000002e2"],["-0.13009109499999994e3","0.53569443000000035e2"]],[[-56.86721799999998,"0.53764998999999932e2"],["-0.56948607999999979e2","0.53750000000000057e2"],["-0.56982773000000009e2","0.53755271999999991e2"],[-57.01139099999989,"0.53781105000000139e2"],["-0.57014450000000011e2","0.53785553000000107e2"],["-0.57012222000000008e2","0.53790276000000063e2"],["-0.57006667999999991e2","0.53794716000000108e2"],[-57,53.79833200000013],["-0.56984726000000023e2","0.53803879000000109e2"],["-0.56966942000000017e2","0.53803879000000109e2"],["-0.56863060000000019e2","0.53798050000000103e2"],[-56.84444400000001,"0.53792496000000085e2"],["-0.56847518999999977e2","0.53786644000000138e2"],[-56.86721799999998,"0.53764998999999932e2"]],[["-0.12982611099999991e3","0.53724158999999986e2"],["-0.12959722899999997e3","0.53550270000000125e2"],["-0.12951611300000002e3","0.53488045000000056e2"],["-0.12942471299999994e3","0.53411377000000016e2"],["-0.12943472299999996e3","0.53401656999999943e2"],["-0.12945165999999995e3","0.53379158000000018e2"],["-0.12945498699999996e3","0.53372490000000028e2"],["-0.12947415199999995e3","0.53289162000000033e2"],["-0.12947387700000002e3","0.53239990000000091e2"],["-0.12950668299999995e3","0.53216660000000104e2"],["-0.12956390399999998e3","0.53207497000000103e2"],["-0.12972582999999992e3","0.53340546000000018e2"],[-129.800568,"0.53380546999999979e2"],["-0.12980721999999997e3","0.53384163000000058e2"],["-0.12982223499999986e3","0.53401382000000126e2"],["-0.12985833700000001e3","0.53456383000000073e2"],["-0.12987719699999997e3",53.50499700000006],["-0.12987026999999995e3","0.53518051000000128e2"],["-0.12986999500000002e3","0.53534721000000047e2"],["-0.12987026999999995e3","0.53545546999999999e2"],["-0.12988391100000001e3","0.53579720000000009e2"],["-0.12991607699999992e3","0.53601715000000013e2"],[-129.9192349999999,"0.53604050000000143e2"],["-0.12992489599999999e3","0.53605545000000006e2"],["-0.12993022199999996e3","0.53605213000000106e2"],[-129.939728,"0.53603549999999984e2"],["-0.12994305399999985e3","0.53601215000000025e2"],["-0.12994605999999987e3","0.53598216999999977e2"],["-0.12994555700000001e3",53.59521500000011],["-0.12996139500000004e3","0.53594711000000132e2"],["-0.12996554600000002e3","0.53589156999999943e2"],["-0.12999941999999993e3","0.53574714999999969e2"],["-0.13000750699999998e3","0.53573326000000009e2"],["-0.13001611300000002e3","0.53572769000000108e2"],["-0.13002694699999989e3","0.53574714999999969e2"],["-0.13004028299999993e3",53.58138300000013],["-0.13005166600000001e3","0.53594437000000028e2"],["-0.13005639599999995e3","0.53603882000000112e2"],["-0.13005584699999991e3","0.53609436000000073e2"],["-0.13005166600000001e3","0.53615273000000059e2"],["-0.13003085299999987e3","0.53622765000000015e2"],["-0.12998288000000002e3","0.53641605000000084e2"],["-0.12997805799999992e3","0.53642436999999973e2"],["-0.12996240199999994e3","0.53643436000000065e2"],["-0.12995622300000002e3","0.53642769000000101e2"],["-0.12994955400000003e3","0.53641434000000118e2"],["-0.12993505900000002e3","0.53636272000000076e2"],["-0.12992938199999998e3","0.53634765999999956e2"],[-129.926895,"0.53636772000000065e2"],["-0.12992820699999993e3","0.53639602999999966e2"],["-0.12993440199999992e3","0.53644268000000125e2"],["-0.12994956999999994e3","0.53646805000000086e2"],["-0.12995996100000002e3","0.53649501999999927e2"],["-0.12996726999999993e3","0.53650299000000018e2"],["-0.12998693799999995e3","0.53658600000000092e2"],[-130.01889,"0.53653046000000074e2"],[-130.091949,"0.53677216000000101e2"],["-0.13015695199999999e3","0.53721375000000023e2"],[-130.283905,53.83277099999998],[-130.286407,"0.53837493999999992e2"],["-0.13027917499999995e3","0.53856384000000105e2"],["-0.13027029400000004e3","0.53875549000000092e2"],["-0.13026641799999999e3","0.53881378000000097e2"],["-0.13025472999999994e3","0.53889160000000061e2"],[-130.20166,"0.53912491000000102e2"],["-0.13019445799999994e3","0.53914711000000125e2"],["-0.13018640099999999e3","0.53916100000000085e2"],["-0.13010916099999992e3","0.53885551000000021e2"],["-0.12996444699999995e3","0.53805824000000086e2"],[-129.83139,"0.53728043000000014e2"],["-0.12982611099999991e3","0.53724158999999986e2"]],[["-0.79864166000000012e2","0.53906380000000013e2"],["-0.79873885999999914e2",53.90415999999999],["-0.79906113000000005e2","0.53913879000000009e2"],["-0.79918883999999991e2","0.53920273000000066e2"],["-0.79922775000000001e2","0.53924713000000054e2"],["-0.79925277999999878e2","0.53929717999999923e2"],["-0.79926392000000021e2","0.53935265000000072e2"],["-0.79915008999999998e2","0.53933876000000055e2"],["-0.79867492999999968e2","0.53919715999999994e2"],["-0.79862212999999997e2","0.53915825000000098e2"],["-0.79860001000000011e2","0.53910820000000058e2"],["-0.79864166000000012e2","0.53906380000000013e2"]],[["-0.13014974999999998e3","0.53989159000000086e2"],["-0.13016805999999997e3","0.53988884000000098e2"],[-130.179169,"0.53990829000000076e2"],["-0.13019415300000003e3","0.53997214999999983e2"],["-0.13020306400000004e3","0.54005271999999934e2"],["-0.13021499600000004e3","0.54029160000000104e2"],["-0.13021694899999994e3","0.54039436000000137e2"],["-0.13021640000000002e3","0.54044998000000078e2"],["-0.13021304299999997e3","0.54051659000000029e2"],["-0.13020278899999994e3","0.54069160000000011e2"],["-0.13019360399999999e3","0.54079720000000123e2"],["-0.13018640099999999e3","0.54081940000000145e2"],["-0.13017834500000004e3","0.54083328000000051e2"],[-130.16861,"0.54083054000000118e2"],["-0.13015917999999994e3","0.54080551000000128e2"],["-0.13015557899999999e3","0.54075554000000011e2"],["-0.13014889500000004e3","0.54072220000000016e2"],["-0.13014361599999995e3","0.54068328999999949e2"],["-0.13013973999999996e3","0.54064156000000025e2"],["-0.13013247699999999e3","0.54049995000000024e2"],["-0.13012249799999995e3","0.54024993999999992e2"],[-130.1213679999999,"0.54019989000000123e2"],["-0.13012249799999995e3",54.0086060000001],["-0.13012441999999999e3","0.54002495000000067e2"],["-0.13013528399999996e3","0.53993607000000054e2"],["-0.13014974999999998e3","0.53989159000000086e2"]],[["-0.13025918599999994e3","0.54004715000000033e2"],[-130.237213,"0.53984161000000086e2"],["-0.13023330699999985e3","0.53979987999999935e2"],["-0.13023083499999996e3","0.53975266000000033e2"],[-130.228882,"0.53964714000000072e2"],["-0.13022998000000001e3","0.53953606000000093e2"],["-0.13023330699999985e3","0.53946938000000102e2"],["-0.13024249299999997e3","0.53936377999999991e2"],[-130.338593,"0.53839157000000114e2"],["-0.13034445199999999e3","0.53835266000000047e2"],["-0.13035220299999997e3","0.53833878000000141e2"],["-0.13037860099999995e3","0.53831939999999975e2"],["-0.13038723800000002e3","0.53831383000000073e2"],["-0.13045016499999997e3","0.53864326000000005e2"],["-0.13045433000000003e3","0.53866325000000018e2"],["-0.13045849599999997e3","0.53882159999999942e2"],["-0.13041278099999994e3","0.53958602999999982e2"],["-0.13040777600000001e3","0.53963325999999995e2"],[-130.400848,"0.53965828000000045e2"],["-0.13038165300000003e3","0.53965271000000143e2"],["-0.13035055499999993e3","0.53961661999999933e2"],[-130.341095,"0.53961380000000077e2"],["-0.13033306899999991e3","0.53962769000000094e2"],["-0.13032748400000003e3","0.53966934000000094e2"],["-0.13034359699999987e3","0.53984993000000031e2"],["-0.13035497999999995e3","0.53993324000000086e2"],["-0.13042944299999994e3","0.53983047000000113e2"],[-130.4375,"0.53981659000000036e2"],["-0.13044387800000004e3","0.53978600000000029e2"],[-130.452789,"0.53968048000000067e2"],["-0.13047517400000004e3","0.53944213999999931e2"],["-0.13047550999999993e3","0.53940712000000076e2"],["-0.13047917199999995e3","0.53926379999999995e2"],["-0.13048266599999988e3","0.53915379000000144e2"],["-0.13048516799999993e3","0.53912048000000027e2"],[-130.4895019999999,"0.53910549000000003e2"],["-0.13049465900000001e3","0.53910217000000046e2"],[-130.500854,"0.53910881000000131e2"],[-130.524338,"0.53914711000000125e2"],["-0.13054724099999999e3","0.53903877000000023e2"],["-0.13055248999999998e3","0.53907767999999919e2"],["-0.13055639599999995e3","0.53911934000000031e2"],["-0.13056527699999998e3","0.53925827000000027e2"],["-0.13057748400000003e3",53.93721000000005],[-130.591949,"0.53949158000000125e2"],["-0.13059722899999997e3","0.53953048999999965e2"],["-0.13060278299999993e3","0.53956657000000064e2"],["-0.13061080900000002e3","0.53959717000000126e2"],["-0.13062191799999999e3","0.53961661999999933e2"],["-0.13065805099999989e3","0.53964439000000027e2"],["-0.13066696200000001e3","0.53963882000000126e2"],["-0.13067251599999997e3","0.53959991000000059e2"],["-0.13067666600000001e3","0.53954162999999994e2"],["-0.13069528200000002e3",53.91944100000012],[-130.698059,"0.53914154000000053e2"],["-0.13069555700000001e3","0.53909431000000041e2"],["-0.13068499799999989e3","0.53901932000000045e2"],["-0.13066305499999993e3","0.53892220000000123e2"],["-0.13064666699999998e3","0.53886657999999954e2"],[-130.633331,"0.53879990000000021e2"],["-0.13062777700000004e3","0.53876099000000124e2"],["-0.13062249799999995e3","0.53872215000000097e2"],[-130.6177669999999,"0.53862770000000012e2"],["-0.13061804199999995e3","0.53857216000000051e2"],["-0.13062136799999996e3",53.85054800000006],["-0.13062554899999998e3","0.53844711000000075e2"],[-130.6305539999999,"0.53839989000000003e2"],["-0.13064251699999994e3",53.83277099999998],["-0.13065139799999997e3","0.53834435000000042e2"],["-0.13069583099999994e3","0.53844436999999971e2"],[-130.70639,"0.53851936000000137e2"],["-0.13071026599999999e3","0.53856384000000105e2"],["-0.13071276899999998e3","0.53861107000000118e2"],["-0.13072305299999999e3","0.53917213000000004e2"],["-0.13072277799999995e3","0.53922768000000076e2"],[-130.7202759999999,53.93471500000004],["-0.13071777299999991e3","0.53939986999999974e2"],[-130.667236,"0.53986938000000009e2"],["-0.13066168200000004e3","0.53990829000000076e2"],["-0.13059527600000001e3","0.54026382000000069e2"],[-130.523346,"0.54059989999999914e2"],["-0.13041113300000001e3","0.54100830000000087e2"],["-0.13040249600000004e3","0.54101386999999988e2"],["-0.13037081899999998e3","0.54087212000000079e2"],["-0.13033612099999999e3",54.06749700000006],["-0.13030499299999991e3","0.54045273000000122e2"],["-0.13025918599999994e3","0.54004715000000033e2"]],[["-0.58518332999999927e2","0.54051659000000029e2"],["-0.58526664999999923e2","0.54050545000000056e2"],["-0.58536666999999966e2",54.05082700000014],["-0.58545554999999979e2","0.54052216000000101e2"],["-0.58556389000000024e2","0.54054710000000057e2"],[-58.56138599999997,"0.54058044000000052e2"],[-58.56138599999997,"0.54063880999999981e2"],[-58.55777699999993,"0.54069160000000011e2"],["-0.58552779999999927e2","0.54074440000000038e2"],[-58.53556100000003,"0.54086654999999951e2"],["-0.58503058999999951e2","0.54103050000000053e2"],["-0.58468605000000025e2","0.54114716000000044e2"],["-0.58450554000000011e2",54.11721],["-0.58437774999999988e2","0.54115547000000049e2"],["-0.58378608999999926e2","0.54106659000000093e2"],["-0.58373885999999914e2","0.54104164000000083e2"],["-0.58378052000000025e2","0.54099998000000141e2"],["-0.58407172999999943e2","0.54090561000000037e2"],["-0.58426108999999997e2","0.54070831000000055e2"],[-58.43250299999994,"0.54067214999999976e2"],["-0.58440551999999968e2","0.54064713000000097e2"],["-0.58456389999999999e2","0.54061661000000015e2"],["-0.58518332999999927e2","0.54051659000000029e2"]],[[-132.808044,"0.54120270000000062e2"],["-0.13278890999999999e3","0.54119987000000094e2"],["-0.13277999899999998e3","0.54120827000000133e2"],["-0.13275723300000004e3","0.54126380999999924e2"],["-0.13273580899999996e3","0.54133881000000031e2"],["-0.13270306399999993e3","0.54139160000000004e2"],["-0.13265835600000003e3","0.54142220000000066e2"],[-132.6480709999999,"0.54141380000000026e2"],["-0.13263946499999997e3","0.54138603000000103e2"],["-0.13257528699999995e3","0.54115547000000049e2"],["-0.13256973300000004e3","0.54111938000000066e2"],[-132.55777,"0.54088043000000084e2"],[-132.558899,"0.54048332000000073e2"],["-0.13256054699999999e3",54.04222100000004],["-0.13256664999999992e3","0.54029160000000104e2"],["-0.13257583599999998e3","0.54019157000000007e2"],[-132.58139,"0.54014999000000103e2"],["-0.13259387199999998e3",54.0086060000001],["-0.13262554899999992e3","0.54002220000000023e2"],["-0.13263275099999993e3","0.53999718000000144e2"],["-0.13266418499999997e3",53.98333000000008],["-0.13267999299999997e3","0.53958885000000066e2"],["-0.13268167099999999e3","0.53952773999999977e2"],["-0.13268029799999999e3","0.53947769000000108e2"],["-0.13265890499999989e3","0.53939430000000073e2"],["-0.13257223499999992e3","0.53976653999999996e2"],["-0.13255584699999997e3","0.53989159000000086e2"],["-0.13255029299999995e3","0.53993880999999988e2"],[-132.5477909999999,"0.53999161000000072e2"],["-0.13254888899999997e3","0.54004166000000112e2"],["-0.13255306999999999e3","0.54008331000000112e2"],["-0.13254833999999994e3",54.02693899999997],["-0.13254528800000003e3","0.54033607000000131e2"],["-0.13254055799999998e3","0.54038329999999974e2"],["-0.13241665599999999e3","0.54096100000000035e2"],["-0.13240972899999997e3","0.54098602000000085e2"],["-0.13240167199999985e3","0.54099998000000141e2"],["-0.13230111699999998e3","0.54111664000000133e2"],["-0.13229055800000003e3","0.54110549999999989e2"],["-0.13228582799999998e3","0.54107773000000066e2"],["-0.13225280799999996e3",54.08526599999999],["-0.13222833300000002e3","0.54065826000000015e2"],["-0.13215029899999996e3","0.53992767000000015e2"],[-132.142517,"0.53978600000000029e2"],["-0.13211111499999998e3","0.53878326000000015e2"],["-0.13211721799999992e3","0.53864998000000014e2"],[-132.125,"0.53853324999999984e2"],["-0.13213445999999988e3","0.53843605000000082e2"],["-0.13222500600000001e3","0.53780273000000022e2"],[-132.23111,"0.53776939000000027e2"],[-132.24527,"0.53772217000000126e2"],["-0.13247442599999999e3","0.53707496999999989e2"],["-0.13250500499999998e3","0.53700271999999927e2"],["-0.13252084399999995e3","0.53697212000000093e2"],["-0.13253805499999999e3","0.53695823999999959e2"],["-0.13255721999999997e3","0.53695823999999959e2"],["-0.13256832899999995e3","0.53697768999999994e2"],["-0.13258889799999992e3","0.53699715000000026e2"],["-0.13260693399999991e3","0.53698874999999987e2"],["-0.13262441999999993e3","0.53697487000000081e2"],["-0.13264724699999994e3",53.69193300000012],["-0.13265890499999989e3","0.53684433000000013e2"],["-0.13266332999999997e3","0.53679436000000123e2"],[-132.665009,"0.53673325000000034e2"],["-0.13246362299999993e3","0.53612770000000069e2"],["-0.13241805999999997e3","0.53606102000000078e2"],["-0.13232138099999992e3","0.53663605000000132e2"],["-0.13231527699999998e3","0.53666939000000127e2"],[-132.308044,"0.53669158999999922e2"],["-0.13229943799999995e3","0.53669991000000039e2"],[-132.290009,"0.53669716000000051e2"],["-0.13227890000000002e3",53.6680530000001],["-0.13224554399999994e3","0.53662490999999989e2"],["-0.13215640300000001e3","0.53716385000000002e2"],["-0.13215249600000004e3","0.53812492000000077e2"],["-0.13208450299999998e3","0.53872738000000027e2"],[-132.106201,"0.53917881000000023e2"],[-132.126373,"0.53979431000000034e2"],["-0.13207250999999997e3","0.54022766000000047e2"],["-0.13201501499999989e3","0.54021935000000042e2"],["-0.13198803699999996e3","0.54023048000000074e2"],["-0.13197109999999998e3","0.54025269000000037e2"],["-0.13187499999999994e3","0.54052773000000002e2"],["-0.13186053500000003e3","0.54057495000000074e2"],["-0.13181777999999997e3","0.54071937999999989e2"],[-131.75473,"0.54094993999999986e2"],["-0.13172778299999999e3","0.54106102000000021e2"],["-0.13171499599999999e3","0.54112495000000138e2"],["-0.13170361299999996e3","0.54120543999999995e2"],["-0.13167193599999996e3","0.54146660000000054e2"],["-0.13166305499999999e3","0.54152214000000072e2"],["-0.13166000399999996e3","0.54131104000000107e2"],["-0.13166665599999999e3","0.54079436999999984e2"],["-0.13167279099999996e3","0.54044158999999979e2"],["-0.13167971799999998e3","0.54019714000000135e2"],["-0.13170498699999996e3","0.53966934000000094e2"],["-0.13172082499999999e3","0.53943878000000041e2"],["-0.13173889199999996e3","0.53923324999999977e2"],["-0.13178640699999994e3","0.53874435000000119e2"],["-0.13179666099999997e3","0.53865273000000002e2"],["-0.13182971199999992e3","0.53841102999999976e2"],["-0.13185333300000002e3","0.53816382999999973e2"],["-0.13186886600000003e3",53.79332700000009],["-0.13187222299999996e3","0.53786942000000067e2"],["-0.13193331899999998e3","0.53615273000000059e2"],["-0.13193499800000001e3","0.53609161000000086e2"],["-0.13194000199999988e3","0.53519714000000022e2"],["-0.13193917799999991e3","0.53508888000000127e2"],["-0.13191778599999998e3","0.53399162000000103e2"],["-0.13190863000000002e3","0.53357498000000021e2"],["-0.13195916699999992e3","0.53276382000000069e2"],["-0.13196832299999988e3","0.53266388000000063e2"],["-0.13198220799999996e3","0.53251663000000121e2"],[-131.988586,"0.53248604000000114e2"],["-0.13200585899999993e3","0.53247214999999926e2"],[-132.036407,53.25],[-132.0561219999999,"0.53253326000000015e2"],["-0.13208331299999992e3","0.53253052000000082e2"],["-0.13217138699999998e3",53.23832700000014],["-0.13219500700000003e3","0.53233879000000002e2"],["-0.13221054100000003e3","0.53230545000000006e2"],["-0.13221749899999998e3","0.53228324999999984e2"],["-0.13227279699999997e3","0.53210274000000027e2"],["-0.13227029399999998e3","0.53205551000000014e2"],["-0.13226611300000002e3",53.20138500000013],["-0.13225558499999994e3","0.53193877999999984e2"],["-0.13223776199999998e3","0.53188881000000094e2"],["-0.13222997999999995e3","0.53190544000000045e2"],["-0.13221581999999995e3","0.53195267000000001e2"],["-0.13220361299999996e3","0.53201659999999947e2"],["-0.13219415299999991e3","0.53201659999999947e2"],["-0.13214501999999999e3","0.53198325999999952e2"],["-0.13213391100000001e3","0.53196655000000078e2"],["-0.13212441999999987e3","0.53194153000000028e2"],["-0.13212191799999999e3","0.53189430000000016e2"],[-132.158905,"0.53169990999999982e2"],["-0.13218695099999997e3","0.53160545000000013e2"],["-0.13219473300000004e3","0.53158882000000062e2"],[-132.390289,"0.53142769000000044e2"],["-0.13240835599999997e3","0.53142220000000066e2"],["-0.13244665499999991e3","0.53143607999999972e2"],["-0.13245748900000001e3","0.53145271000000093e2"],[-132.506958,"0.53161102000000085e2"],["-0.13253668199999998e3","0.53178879000000109e2"],["-0.13256527700000004e3","0.53212769000000037e2"],["-0.13257638499999996e3","0.53232208000000128e2"],["-0.13258581500000003e3","0.53240273000000059e2"],["-0.13259664899999996e3","0.53247489999999971e2"],["-0.13261471599999993e3","0.53252777000000094e2"],["-0.13264529399999992e3","0.53255553999999961e2"],["-0.13266473400000001e3","0.53256386000000077e2"],["-0.13268362400000001e3","0.53256660000000011e2"],["-0.13267584199999999e3","0.53281661999999926e2"],["-0.13261944599999998e3","0.53300270000000012e2"],["-0.13255221599999999e3","0.53308043999999995e2"],["-0.13254446399999995e3","0.53309433000000013e2"],["-0.13253973400000001e3","0.53314438000000052e2"],["-0.13253695700000003e3","0.53321106000000043e2"],["-0.13253918499999997e3","0.53326385000000016e2"],["-0.13254333499999996e3","0.53330551000000071e2"],["-0.13254998799999987e3","0.53333878000000027e2"],["-0.13255835000000002e3","0.53336655000000121e2"],["-0.13256860399999999e3","0.53337494000000106e2"],["-0.13267001300000004e3","0.53326942000000088e2"],["-0.13272000100000002e3","0.53320830999999998e2"],["-0.13273388699999998e3","0.53337212000000022e2"],[-132.709991,"0.53370270000000005e2"],["-0.13270443699999993e3","0.53374435000000005e2"],["-0.13269750999999991e3","0.53376937999999996e2"],["-0.13252076699999998e3","0.53340160000000026e2"],["-0.13251744099999996e3","0.53337990000000104e2"],["-0.13241641200000004e3",53.2972180000001],["-0.13241055299999994e3","0.53294715999999994e2"],[-132.406677,53.300545],["-0.13240362500000003e3",53.30721299999999],["-0.13240057399999995e3","0.53319443000000092e2"],["-0.13240029900000002e3","0.53330826000000116e2"],["-0.13240280200000001e3","0.53335548000000017e2"],[-132.406677,"0.53339714000000072e2"],["-0.13241223099999996e3","0.53343604999999968e2"],["-0.13252084399999995e3","0.53412209000000132e2"],["-0.13254138199999994e3","0.53416382000000112e2"],["-0.13273580899999996e3","0.53453323000000012e2"],["-0.13285775799999999e3","0.53461104999999975e2"],["-0.13286749299999997e3","0.53463608000000136e2"],["-0.13287277199999988e3","0.53467209000000025e2"],["-0.13297250399999996e3","0.53555824000000143e2"],[-132.991669,"0.53583054000000004e2"],[-132.9941409999999,"0.53587769000000037e2"],["-0.13298889199999991e3","0.53591934000000037e2"],["-0.13296139500000004e3","0.53600273000000072e2"],["-0.13295361300000002e3","0.53601936000000023e2"],["-0.13294415300000003e3","0.53601936000000023e2"],["-0.13293444799999986e3","0.53599716000000001e2"],["-0.13291805999999997e3","0.53588600000000042e2"],["-0.13290972899999997e3","0.53585823000000005e2"],["-0.13289862099999999e3","0.53584160000000054e2"],["-0.13289083900000003e3","0.53585548000000131e2"],["-0.13288445999999999e3","0.53588882000000126e2"],["-0.13288082900000001e3","0.53594711000000132e2"],[-132.8805539999999,"0.53600273000000072e2"],["-0.13288192700000002e3","0.53605552999999986e2"],[-132.8861389999999,"0.53609717999999987e2"],["-0.13292028800000003e3","0.53637214999999912e2"],[-132.935272,"0.53648604999999975e2"],["-0.13295056199999999e3","0.53654709000000025e2"],["-0.13300778200000002e3","0.53676383999999985e2"],["-0.13295361300000002e3","0.53682770000000119e2"],["-0.13295443699999998e3","0.53702774000000034e2"],[-132.9844359999999,"0.53742767000000072e2"],["-0.13302471899999995e3","0.53751389000000074e2"],["-0.13303362999999996e3",53.75277699999998],["-0.13309387200000003e3","0.53775551000000121e2"],["-0.13310082999999997e3","0.53778603000000032e2"],["-0.13310638399999993e3","0.53782494000000099e2"],["-0.13310916099999997e3","0.53786942000000067e2"],["-0.13313751199999996e3",53.87499200000002],["-0.13313891599999994e3","0.53880272000000048e2"],["-0.13314001500000001e3","0.53908043000000134e2"],["-0.13313833599999992e3","0.53914154000000053e2"],["-0.13313391100000001e3","0.53919159000000093e2"],["-0.13311639399999996e3","0.53934158000000139e2"],["-0.13309527599999996e3","0.53949432000000058e2"],["-0.13309081999999995e3","0.53954162999999994e2"],["-0.13304110700000001e3","0.54031661999999983e2"],["-0.13303973400000001e3","0.54037773000000072e2"],["-0.13304083299999996e3",54.0430530000001],["-0.13305862399999995e3","0.54076102999999989e2"],["-0.13307916299999999e3",54.09777100000008],["-0.13308193999999992e3","0.54102492999999981e2"],["-0.13307165499999996e3","0.54168883999999991e2"],["-0.13306722999999988e3","0.54173881999999992e2"],["-0.13304083299999996e3","0.54176102000000014e2"],["-0.13303112799999991e3","0.54176102000000014e2"],["-0.13294027700000004e3","0.54161377000000073e2"],["-0.13293029799999994e3",54.15915700000005],["-0.13292001299999993e3",54.15248900000006],["-0.13290335099999993e3","0.54135826000000009e2"],["-0.13282748400000003e3","0.54122490000000084e2"],[-132.808044,"0.54120270000000062e2"]],[["-0.13019555699999995e3","0.54118050000000039e2"],["-0.13021166999999997e3","0.54115273000000116e2"],["-0.13022109999999998e3","0.54115547000000049e2"],["-0.13023220799999996e3","0.54117493000000138e2"],["-0.13024581899999993e3","0.54124161000000129e2"],["-0.13025112899999999e3","0.54128044000000045e2"],["-0.13025500499999998e3","0.54132209999999986e2"],[-130.261414,"0.54141380000000026e2"],["-0.13026364099999995e3","0.54146102999999982e2"],["-0.13026473999999996e3","0.54151381999999955e2"],["-0.13026306199999993e3",54.16832700000009],[-130.2611389999999,"0.54174164000000076e2"],["-0.13025778199999996e3","0.54180824000000086e2"],[-130.2528079999999,"0.54185547000000099e2"],["-0.13023971599999999e3","0.54189712999999983e2"],["-0.13023083499999996e3","0.54190269000000001e2"],["-0.13020944199999985e3","0.54187209999999993e2"],["-0.13020999099999989e3",54.18360100000001],[-130.20166,"0.54183052000000032e2"],[-130.19223,"0.54180549999999982e2"],["-0.13017861900000003e3","0.54173607000000004e2"],["-0.13016113300000001e3",54.16276600000009],["-0.13015585299999992e3","0.54158882000000062e2"],["-0.13015194699999995e3","0.54154434000000094e2"],["-0.13015112299999998e3","0.54149436999999978e2"],[-130.153076,"0.54143326000000059e2"],[-130.158051,"0.54138328999999999e2"],[-130.169464,"0.54130547000000035e2"],["-0.13019555699999995e3","0.54118050000000039e2"]],[["-0.79469727000000034e2","0.54167496000000085e2"],["-0.79477218999999877e2","0.54165825000000041e2"],["-0.79483611999999994e2","0.54169159000000036e2"],["-0.79485001000000011e2","0.54174712999999997e2"],["-0.79481109999999944e2","0.54187492000000077e2"],["-0.79475554999999929e2","0.54191376000000105e2"],[-79.43472300000002,"0.54200272000000041e2"],["-0.79413054999999986e2","0.54191657999999961e2"],["-0.79418610000000001e2","0.54187209999999993e2"],["-0.79426392000000021e2","0.54183052000000032e2"],["-0.79469727000000034e2","0.54167496000000085e2"]],[["-0.13064862099999999e3","0.54114441000000056e2"],["-0.13067138699999992e3","0.54107773000000066e2"],["-0.13069055199999997e3","0.54108330000000137e2"],["-0.13069888299999997e3","0.54111107000000061e2"],["-0.13077417000000003e3","0.54142220000000066e2"],["-0.13078500399999996e3","0.54149994000000049e2"],["-0.13079806500000001e3","0.54162208999999962e2"],[-130.800568,"0.54166939000000013e2"],["-0.13079861500000004e3","0.54173050000000103e2"],["-0.13078167699999995e3","0.54211662000000103e2"],["-0.13077444500000001e3","0.54213882000000069e2"],["-0.13076391599999999e3","0.54212769000000037e2"],["-0.13075613399999992e3","0.54209159999999997e2"],["-0.13074636799999996e3","0.54206657000000064e2"],["-0.13072582999999997e3","0.54196655000000078e2"],["-0.13064889500000004e3","0.54149719000000061e2"],["-0.13064501999999993e3","0.54145271000000093e2"],["-0.13064001500000001e3","0.54135826000000009e2"],["-0.13063919099999993e3","0.54130820999999969e2"],["-0.13063946499999997e3","0.54124992000000134e2"],["-0.13064279199999999e3","0.54118599000000017e2"],["-0.13064862099999999e3","0.54114441000000056e2"]],[["-0.13035555999999991e3","0.54257773999999984e2"],["-0.13036663799999991e3","0.54241104000000007e2"],[-130.375,"0.54244155999999975e2"],["-0.13038861099999997e3","0.54250832000000059e2"],["-0.13040057400000001e3","0.54258048999999971e2"],["-0.13045556599999998e3","0.54295830000000137e2"],["-0.13046639999999996e3","0.54303322000000094e2"],["-0.13046722399999993e3","0.54308601000000067e2"],["-0.13044750999999991e3","0.54325828999999999e2"],["-0.13044000199999999e3","0.54328049000000021e2"],["-0.13043112199999996e3","0.54328606000000093e2"],["-0.13041778599999992e3","0.54326385000000016e2"],["-0.13039196799999996e3","0.54312492000000134e2"],["-0.13038528400000001e3","0.54308884000000035e2"],["-0.13037997399999995e3","0.54305267000000072e2"],["-0.13037582399999997e3","0.54300827000000083e2"],["-0.13035470599999996e3","0.54269157000000007e2"],["-0.13035220299999997e3","0.54264442000000145e2"],["-0.13035555999999991e3","0.54257773999999984e2"]],[["-0.13026641799999999e3","0.54260551000000078e2"],["-0.13032528699999995e3","0.54243050000000096e2"],["-0.13033416699999998e3","0.54244713000000047e2"],["-0.13033804299999997e3","0.54248878000000047e2"],[-130.355255,"0.54282211000000075e2"],["-0.13035415599999999e3","0.54293326999999977e2"],[-130.350281,"0.54305550000000039e2"],["-0.13034445199999999e3",54.30971500000004],["-0.13029000899999994e3","0.54332214000000022e2"],["-0.13027279699999991e3","0.54329720000000066e2"],["-0.13026751699999994e3","0.54325828999999999e2"],["-0.13025973499999998e3","0.54317497000000003e2"],["-0.13025250199999999e3","0.54303047000000049e2"],["-0.13025058000000001e3","0.54292770000000075e2"],["-0.13025167799999991e3","0.54281380000000013e2"],[-130.255585,"0.54269440000000145e2"],["-0.13025973499999998e3","0.54263610999999912e2"],["-0.13026641799999999e3","0.54260551000000078e2"]],[["-0.13070416299999994e3","0.54356659000000036e2"],[-130.745544,"0.54354713000000118e2"],[-130.754456,"0.54356102000000135e2"],["-0.13076391599999999e3","0.54364159000000086e2"],["-0.13076724200000001e3","0.54374161000000072e2"],["-0.13076834099999991e3","0.54379433000000006e2"],["-0.13076779199999987e3","0.54384995000000117e2"],["-0.13076446499999992e3","0.54389434999999992e2"],["-0.13075805699999995e3","0.54392494000000113e2"],["-0.13072943099999986e3","0.54402771000000087e2"],["-0.13072222899999991e3","0.54404991000000109e2"],["-0.13071417199999996e3","0.54406380000000127e2"],[-130.699432,54.40665400000006],["-0.13068890399999998e3","0.54393326000000059e2"],["-0.13068331899999998e3","0.54373047000000099e2"],[-130.685272,54.36693600000001],[-130.6894529999999,"0.54361381999999992e2"],["-0.13069610599999999e3","0.54358047000000113e2"],["-0.13070416299999994e3","0.54356659000000036e2"]],[["-0.57324721999999952e2","0.54498877999999991e2"],["-0.57342498999999918e2","0.54498604000000057e2"],["-0.57351668999999958e2","0.54500275000000101e2"],["-0.57356666999999959e2","0.54502220000000079e2"],["-0.57362777999999992e2","0.54506104000000107e2"],["-0.57365004999999996e2","0.54511664999999994e2"],["-0.57365554999999972e2","0.54516387999999949e2"],["-0.57362502999999947e2","0.54527489000000116e2"],["-0.57359443999999996e2","0.54533332999999914e2"],["-0.57333327999999995e2","0.54565543999999989e2"],["-0.57327782000000013e2","0.54570831000000112e2"],["-0.57321114000000023e2","0.54574997000000053e2"],["-0.57267220000000009e2","0.54585548000000131e2"],["-0.57265556000000004e2","0.54580551000000014e2"],["-0.57269722000000002e2","0.54574997000000053e2"],["-0.57272728000000029e2","0.54572495000000117e2"],["-0.57239440999999999e2","0.54522217000000012e2"],["-0.57240279999999984e2","0.54517769000000044e2"],["-0.57255004999999926e2","0.54513328999999999e2"],["-0.57293059999999912e2","0.54503609000000097e2"],["-0.57307776999999987e2","0.54500549000000035e2"],["-0.57324721999999952e2","0.54498877999999991e2"]],[[-130.95166,"0.54454711999999972e2"],["-0.13095944199999997e3","0.54453323000000012e2"],["-0.13096499600000004e3","0.54456940000000145e2"],["-0.13096749899999992e3","0.54461662000000047e2"],["-0.13096609499999994e3","0.54510826000000009e2"],["-0.13096472199999994e3","0.54527771000000143e2"],["-0.13096112099999999e3","0.54539992999999981e2"],["-0.13093057299999998e3",54.61471599999993],["-0.13092556799999994e3","0.54619438000000059e2"],["-0.13088891599999994e3","0.54628876000000048e2"],["-0.13088137800000004e3","0.54629158000000132e2"],[-130.754456,54.62943300000012],["-0.13074777199999994e3","0.54626099000000124e2"],["-0.13074664299999995e3",54.62082700000002],["-0.13074694799999997e3","0.54615273000000059e2"],[-130.7441409999999,54.60166200000009],[-130.745544,"0.54584717000000126e2"],["-0.13074914599999994e3","0.54572769000000051e2"],["-0.13075250199999999e3","0.54566101000000117e2"],["-0.13075613399999992e3","0.54559433000000126e2"],["-0.13076083399999999e3","0.54554710000000114e2"],["-0.13076666299999999e3","0.54550545000000113e2"],["-0.13084915199999995e3","0.54496941000000106e2"],["-0.13085583500000001e3","0.54493881000000044e2"],["-0.13093695099999997e3","0.54459434999999985e2"],[-130.95166,"0.54454711999999972e2"]],[["-0.79667220999999927e2",54.76388500000013],["-0.79726944000000003e2","0.54752495000000067e2"],["-0.79710281000000009e2",54.76388500000013],["-0.79703613000000018e2","0.54766937000000041e2"],["-0.79611114999999984e2",54.79332700000009],["-0.79587218999999948e2","0.54799164000000019e2"],["-0.79624435000000005e2","0.54779716000000121e2"],["-0.79631103999999993e2","0.54776657000000114e2"],["-0.79637786999999946e2","0.54773605000000032e2"],["-0.79659728999999913e2","0.54766106000000036e2"],["-0.79667220999999927e2",54.76388500000013]],[["-0.13026834099999991e3","0.54714995999999985e2"],[-130.370544,"0.54692214999999976e2"],["-0.13037887599999988e3","0.54695267000000058e2"],["-0.13037609899999995e3","0.54700546000000031e2"],["-0.13037109399999991e3","0.54705269000000044e2"],["-0.13032693499999999e3","0.54739716000000044e2"],["-0.13032110599999987e3","0.54743881000000044e2"],["-0.13022415199999989e3","0.54803046999999992e2"],["-0.13021749899999998e3","0.54806380999999988e2"],["-0.13020944199999985e3","0.54807770000000119e2"],["-0.13020694000000003e3","0.54803046999999992e2"],["-0.13019860800000004e3","0.54783607000000018e2"],["-0.13020056199999999e3",54.77748900000006],["-0.13020971699999996e3","0.54760551000000135e2"],["-0.13021362299999993e3","0.54748329000000012e2"],["-0.13021722399999999e3","0.54741661000000022e2"],["-0.13022222899999986e3","0.54736938000000009e2"],["-0.13023388699999998e3","0.54728874000000019e2"],[-130.2611389999999,"0.54717209000000139e2"],["-0.13026834099999991e3","0.54714995999999985e2"]],[["-0.13051834099999996e3",54.70249200000012],["-0.13052722199999999e3","0.54701935000000049e2"],[-130.5386049999999,"0.54703880000000026e2"],["-0.13056750499999993e3","0.54716934000000094e2"],["-0.13057443199999994e3",54.72026800000009],["-0.13058526599999999e3","0.54727767999999969e2"],["-0.13060803199999992e3","0.54748329000000012e2"],["-0.13061053499999991e3","0.54753052000000139e2"],["-0.13061166399999996e3","0.54758049000000085e2"],["-0.13060665900000004e3","0.54763054000000125e2"],["-0.13048803699999991e3","0.54807495000000131e2"],["-0.13047998000000001e3","0.54808883999999921e2"],["-0.13046945199999999e3","0.54807770000000119e2"],[-130.458618,"0.54800270000000069e2"],["-0.13044665499999996e3","0.54787216000000001e2"],["-0.13044027699999992e3","0.54778327999999988e2"],["-0.13043777499999993e3","0.54773605000000032e2"],["-0.13043582199999997e3","0.54763329000000113e2"],["-0.13043972799999989e3",54.75110600000005],["-0.13045388799999989e3","0.54719154000000117e2"],["-0.13045748900000001e3","0.54712769000000094e2"],["-0.13046331799999996e3","0.54708603000000039e2"],["-0.13051834099999996e3",54.70249200000012]],[["-0.57940833999999938e2","0.54911933999999974e2"],["-0.57985832000000016e2","0.54870826999999963e2"],[-57.98860899999994,54.86721],["-0.57991942999999935e2","0.54833878000000084e2"],["-0.57983886999999868e2","0.54802215999999987e2"],["-0.57980277999999942e2","0.54798607000000118e2"],["-0.57971663999999976e2","0.54798050000000046e2"],[-57.965553,"0.54799437999999952e2"],["-0.57958892999999989e2","0.54803046999999992e2"],["-0.57955558999999994e2","0.54805824000000086e2"],["-0.57923888999999974e2","0.54823326000000122e2"],["-0.57871666000000005e2",54.83166499999993],["-0.57864723000000026e2","0.54832214000000079e2"],["-0.57859726000000023e2",54.83027600000014],["-0.57843613000000005e2","0.54820549000000028e2"],["-0.57841110000000015e2","0.54816939999999988e2"],["-0.57841667000000029e2",54.81249200000002],["-0.57848334999999963e2","0.54806938000000059e2"],[-57.875,54.79332700000009],["-0.57881942999999922e2","0.54790549999999996e2"],["-0.58022774000000027e2","0.54755554000000018e2"],["-0.58031386999999995e2","0.54753882999999973e2"],["-0.58040000999999961e2",54.75277699999998],[-58.04999499999991,"0.54753052000000139e2"],["-0.58119995000000017e2","0.54755554000000018e2"],["-0.58139167999999927e2","0.54757216999999969e2"],[-58.15943900000002,54.76138300000008],["-0.58174171000000001e2","0.54767768999999987e2"],["-0.58176948999999979e2","0.54770828000000108e2"],["-0.58172378999999978e2","0.54797314000000085e2"],["-0.58184173999999985e2","0.54808471999999938e2"],["-0.58219718999999941e2","0.54825829000000056e2"],["-0.58222771000000023e2",54.83027600000014],["-0.58224715999999944e2",54.83526599999999],["-0.58225554999999986e2","0.54850273000000016e2"],["-0.58225554999999986e2","0.54862770000000012e2"],["-0.58224998000000028e2","0.54866936000000067e2"],["-0.58218886999999938e2","0.54875267000000008e2"],["-0.58215836000000024e2","0.54878044000000102e2"],["-0.58209723999999937e2","0.54877487000000031e2"],["-0.58049445999999932e2","0.54893326000000116e2"],["-0.57967773000000022e2","0.54919159000000036e2"],["-0.57942771999999991e2","0.54924995000000138e2"],[-57.94027699999998,"0.54923607000000004e2"],["-0.57938605999999993e2","0.54918602000000135e2"],["-0.57940833999999938e2","0.54911933999999974e2"]],[["-0.79125823999999909e2","0.54897217000000012e2"],["-0.79134445000000028e2","0.54895827999999995e2"],["-0.79235000999999954e2","0.54896660000000111e2"],["-0.79515288999999939e2","0.54840546000000074e2"],["-0.79660277999999948e2","0.54805549999999926e2"],["-0.79763625999999988e2","0.54771660000000054e2"],["-0.79774170000000026e2","0.54773048000000131e2"],["-0.79776947000000007e2","0.54778046000000131e2"],["-0.79773330999999985e2","0.54783333000000084e2"],["-0.79768889999999942e2","0.54787773000000072e2"],["-0.79725554999999986e2","0.54818886000000077e2"],["-0.79714721999999995e2","0.54826385000000073e2"],["-0.79686934999999949e2","0.54838326000000052e2"],["-0.79656661999999983e2","0.54846656999999993e2"],["-0.79467223999999931e2","0.54888328999999999e2"],["-0.79458617999999944e2",54.88999200000012],["-0.79430557000000022e2","0.54892769000000044e2"],["-0.79419448999999872e2","0.54892769000000044e2"],["-0.79339446999999893e2","0.54896941999999967e2"],["-0.79164169000000015e2","0.54925552000000039e2"],["-0.79053878999999995e2","0.54946655000000078e2"],["-0.79041945999999882e2","0.54945824000000073e2"],["-0.79015014999999948e2","0.54938324000000023e2"],["-0.79015014999999948e2","0.54932213000000104e2"],["-0.79027221999999995e2","0.54925270000000125e2"],[-79.05749499999996,"0.54917770000000075e2"],["-0.79102782999999988e2","0.54903877000000023e2"],["-0.79125823999999909e2","0.54897217000000012e2"]],[["-0.58675277999999992e2","0.54914153999999996e2"],[-58.68360899999999,"0.54913048000000003e2"],["-0.58752501999999993e2","0.54915825000000041e2"],["-0.58757225000000005e2","0.54916100000000085e2"],["-0.58760558999999887e2","0.54920546999999942e2"],["-0.58759170999999981e2","0.54926102000000071e2"],["-0.58754723000000013e2","0.54932495000000017e2"],["-0.58701667999999927e2","0.54999161000000015e2"],["-0.58697495000000004e2","0.55003326000000015e2"],["-0.58691108999999983e2","0.55006942999999978e2"],["-0.58684722999999906e2","0.55008331000000055e2"],["-0.58676391999999908e2","0.55009437999999989e2"],["-0.58660277999999948e2",55.0086060000001],["-0.58653609999999901e2","0.55005554000000018e2"],["-0.58652778999999953e2",55.00110600000005],["-0.58657500999999968e2","0.54996100999999953e2"],["-0.58662772999999902e2","0.54992218000000037e2"],["-0.58658332999999971e2","0.54962494000000049e2"],["-0.58656661999999983e2",54.94221500000009],["-0.58658607000000018e2","0.54932495000000017e2"],["-0.58663054999999986e2","0.54922493000000031e2"],["-0.58668892000000028e2","0.54917770000000075e2"],["-0.58675277999999992e2","0.54914153999999996e2"]],[["-0.13038528400000001e3","0.54769988999999953e2"],["-0.13039916999999997e3","0.54764717000000019e2"],["-0.13040917999999999e3","0.54767212000000086e2"],["-0.13041445899999997e3","0.54770828000000108e2"],["-0.13045556599999998e3","0.54813324000000136e2"],["-0.13045944199999997e3",54.81749700000006],["-0.13046194499999996e3","0.54822220000000073e2"],[-130.459991,"0.54828330999999991e2"],["-0.13041833499999996e3","0.54853324999999927e2"],["-0.13038528400000001e3","0.54868881000000101e2"],["-0.13034304800000001e3","0.54894996999999989e2"],["-0.13027029400000004e3","0.54950272000000041e2"],[-130.25,"0.54969711000000132e2"],["-0.13022778299999993e3","0.54997214999999983e2"],[-130.2133179999999,"0.55012496999999996e2"],["-0.13020083599999992e3","0.55019714000000079e2"],["-0.13018499800000001e3","0.55023323000000119e2"],["-0.13017529300000001e3","0.55023048000000074e2"],["-0.13016833500000001e3","0.55019714000000079e2"],["-0.13016500899999988e3","0.55014160000000118e2"],["-0.13016027799999995e3","0.55004439999999988e2"],[-130.146973,"0.54975822000000051e2"],["-0.13014529399999998e3","0.54965271000000143e2"],["-0.13014556899999997e3","0.54959717000000126e2"],["-0.13014611799999994e3","0.54954163000000108e2"],["-0.13014974999999998e3","0.54947487000000024e2"],["-0.13016332999999997e3","0.54931381000000044e2"],["-0.13027029400000004e3","0.54830826000000002e2"],["-0.13038528400000001e3","0.54769988999999953e2"]],[["-0.82964721999999995e2","0.55263611000000083e2"],["-0.82970000999999968e2","0.55259720000000016e2"],["-0.83014450000000011e2","0.55269714000000022e2"],["-0.83031951999999876e2","0.55273880000000133e2"],["-0.83035278000000005e2","0.55278877000000023e2"],["-0.83027495999999928e2","0.55281380000000013e2"],["-0.83016953000000001e2","0.55281662000000097e2"],["-0.82990279999999984e2","0.55280548000000124e2"],["-0.82980835000000013e2","0.55278877000000023e2"],["-0.82963332999999977e2","0.55273880000000133e2"],[-82.96166999999997,"0.55269157000000121e2"],["-0.82964721999999995e2","0.55263611000000083e2"]],[["-0.77592772999999909e2","0.55435265000000129e2"],["-0.77633330999999998e2","0.55424438000000123e2"],["-0.77644164999999873e2","0.55425827000000083e2"],["-0.77449431999999945e2","0.55533882000000062e2"],["-0.77336120999999991e2","0.55604439000000127e2"],["-0.77323058999999944e2","0.55610550000000046e2"],["-0.77221389999999928e2","0.55653602999999919e2"],["-0.77213897999999915e2",55.65526600000004],["-0.77205276000000026e2",55.65387700000008],["-0.77199996999999939e2",55.65026899999998],["-0.77201110999999912e2",55.64415699999995],["-0.77210555999999997e2","0.55639717000000132e2"],["-0.77252227999999945e2","0.55618050000000096e2"],["-0.77389174999999966e2","0.55546386999999982e2"],["-0.77452224999999942e2","0.55512772000000098e2"],["-0.77474166999999966e2","0.55498046999999929e2"],["-0.77484160999999915e2","0.55489158999999972e2"],[-77.49499499999996,"0.55481377000000009e2"],["-0.77500564999999938e2","0.55478325000000098e2"],[-77.55221599999993,"0.55453049000000021e2"],["-0.77592772999999909e2","0.55435265000000129e2"]],[["-0.60970832999999914e2","0.55869437999999946e2"],[-60.98833499999995,55.86721],["-0.60998336999999992e2","0.55867767000000072e2"],["-0.61008895999999936e2","0.55869156000000089e2"],["-0.61016944999999964e2","0.55873046999999985e2"],["-0.61051666000000012e2","0.55901100000000099e2"],["-0.61056664000000012e2","0.55905823000000055e2"],["-0.61059165999999948e2","0.55909988000000055e2"],["-0.61070557000000008e2","0.55938599000000011e2"],["-0.61065551999999968e2","0.55944153000000028e2"],["-0.61047782999999981e2","0.55945541000000105e2"],["-0.61036948999999993e2",55.9447100000001],[-60.96805599999999,"0.55936652999999922e2"],["-0.60948607999999979e2","0.55930549999999982e2"],["-0.60908332999999971e2","0.55898330999999985e2"],["-0.60906386999999995e2","0.55893326000000116e2"],["-0.60911109999999951e2","0.55887772000000098e2"],["-0.60917503000000011e2","0.55884163000000115e2"],["-0.60970832999999914e2","0.55869437999999946e2"]],[["-0.60858611999999994e2","0.55864716000000044e2"],["-0.60876105999999993e2","0.55863883999999985e2"],["-0.60892501999999979e2","0.55864441000000056e2"],["-0.60898612999999955e2",55.86721],["-0.60902221999999995e2","0.55871376000000112e2"],["-0.60900551000000007e2","0.55876380999999981e2"],["-0.60873610999999869e2",55.94360400000005],["-0.60869995000000017e2","0.55949432000000002e2"],[-60.86500499999994,55.95277400000009],["-0.60851944000000003e2",55.95526899999993],["-0.60748336999999935e2","0.55944153000000028e2"],[-60.74138599999992,"0.55942764000000011e2"],["-0.60742500000000007e2","0.55939156000000082e2"],["-0.60747498000000007e2","0.55931663999999955e2"],["-0.60691939999999875e2","0.55925270000000125e2"],[-60.68638599999997,55.92193600000013],["-0.60688048999999978e2","0.55917213000000118e2"],["-0.60692771999999991e2","0.55911658999999986e2"],["-0.60705001999999979e2","0.55903046000000018e2"],["-0.60718604999999911e2","0.55896385000000066e2"],["-0.60756393000000003e2","0.55880272000000048e2"],["-0.60778610000000015e2","0.55876099000000067e2"],["-0.60840836000000024e2",55.86610399999995],["-0.60858611999999994e2","0.55864716000000044e2"]],[["-0.79123046999999929e2","0.55789993000000038e2"],["-0.79130553999999961e2","0.55788887000000045e2"],["-0.79135559000000001e2","0.55789162000000033e2"],["-0.79137786999999946e2","0.55790549999999939e2"],["-0.79136123999999938e2","0.55794158999999979e2"],["-0.79131667999999934e2","0.55799995000000024e2"],["-0.79126099000000011e2","0.55803879000000052e2"],["-0.79121932999999956e2","0.55808601000000124e2"],["-0.79108886999999925e2","0.55823883000000137e2"],["-0.79102782999999988e2","0.55833054000000118e2"],["-0.79039168999999958e2","0.55952492000000063e2"],[-79.03083799999996,"0.55968596999999932e2"],["-0.79027221999999995e2","0.55976935999999966e2"],["-0.79022232000000031e2","0.55996384000000091e2"],["-0.79009353999999973e2","0.56063614000000086e2"],["-0.78960007000000019e2","0.56083054000000061e2"],["-0.78957503999999972e2","0.56083602999999982e2"],["-0.78952788999999939e2","0.56080826000000116e2"],["-0.78949157999999898e2","0.56071663000000115e2"],["-0.78939712999999983e2",56.02526899999998],["-0.79054442999999935e2","0.55865547000000049e2"],["-0.79089995999999985e2","0.55816939999999988e2"],["-0.79104445999999996e2",55.80082700000014],["-0.79116652999999985e2","0.55792496000000028e2"],["-0.79123046999999929e2","0.55789993000000038e2"]],[["-0.60943329000000006e2","0.56006660000000011e2"],["-0.61040557999999976e2","0.56005272000000105e2"],[-61.0819469999999,"0.56011382999999967e2"],["-0.61141387999999949e2","0.56020545999999968e2"],[-61.17111199999988,"0.56028602999999976e2"],[-61.18721800000003,"0.56033882000000119e2"],["-0.61215836000000024e2","0.56046387000000038e2"],["-0.61220832999999971e2","0.56050827000000083e2"],["-0.61228333000000021e2",56.06332400000008],["-0.61232772999999952e2","0.56072769000000108e2"],["-0.61233611999999994e2","0.56085548000000017e2"],["-0.61232772999999952e2","0.56091103000000089e2"],["-0.61226944000000003e2","0.56098045000000013e2"],["-0.61217498999999975e2","0.56100547999999947e2"],["-0.61211670000000026e2","0.56101387000000102e2"],[-61.08916499999998,"0.56169991000000095e2"],["-0.61059165999999948e2","0.56159714000000122e2"],["-0.61045836999999892e2","0.56153877000000136e2"],["-0.60944442999999978e2","0.56094993999999986e2"],["-0.60943610999999976e2","0.56090271000000143e2"],["-0.60934440999999993e2","0.56015830999999935e2"],["-0.60934722999999963e2","0.56011382999999967e2"],["-0.60943329000000006e2","0.56006660000000011e2"]],[["-0.61623610999999983e2","0.56399993999999992e2"],["-0.61546668999999952e2","0.56390830999999991e2"],["-0.61493057000000022e2","0.56404991000000052e2"],["-0.61482773000000009e2","0.56406654000000003e2"],["-0.61474716000000001e2","0.56406654000000003e2"],["-0.61468329999999924e2","0.56404433999999981e2"],["-0.61415275999999949e2","0.56376656000000025e2"],["-0.61411667000000023e2","0.56372214999999926e2"],["-0.61411109999999951e2","0.56367210000000057e2"],["-0.61412216000000001e2","0.56326659999999947e2"],["-0.61416106999999954e2","0.56322220000000129e2"],["-0.61424171000000001e2",56.32027400000004],["-0.61482773000000009e2","0.56309990000000028e2"],["-0.61569449999999904e2","0.56320549000000085e2"],["-0.61579726999999991e2","0.56322494999999947e2"],["-0.61599723999999924e2",56.32777399999992],["-0.61686385999999857e2","0.56352776000000063e2"],["-0.61719993999999986e2","0.56365829000000019e2"],["-0.61788895000000025e2","0.56405822999999998e2"],["-0.61793335000000013e2","0.56408882000000119e2"],["-0.61796111999999937e2",56.41304800000006],["-0.61790557999999919e2","0.56415824999999927e2"],["-0.61783889999999872e2","0.56415824999999927e2"],["-0.61677779999999927e2","0.56405548000000124e2"],["-0.61623610999999983e2","0.56399993999999992e2"]],[["-0.78839995999999928e2","0.56129990000000078e2"],["-0.78927490000000034e2","0.56113884000000098e2"],["-0.78933318999999983e2","0.56115547000000049e2"],["-0.78930556999999965e2","0.56128601000000117e2"],["-0.78916945999999996e2","0.56172493000000145e2"],["-0.78908339999999896e2","0.56182495000000131e2"],["-0.78903884999999946e2","0.56187209999999993e2"],["-0.78883330999999998e2","0.56201935000000105e2"],["-0.78846389999999985e2",56.2347180000001],["-0.78830291999999929e2","0.56253326000000129e2"],["-0.78825287000000003e2","0.56262772000000098e2"],["-0.78813323999999966e2","0.56304709999999943e2"],["-0.78809432999999956e2","0.56338882000000126e2"],["-0.78813888999999961e2","0.56343323000000055e2"],["-0.78834732000000031e2","0.56345543000000021e2"],["-0.78832503999999915e2","0.56350829999999974e2"],["-0.78762512000000015e2","0.56424713000000111e2"],["-0.78751403999999923e2","0.56432495000000074e2"],["-0.78731673999999941e2","0.56440544000000102e2"],["-0.78694992000000013e2","0.56443878000000097e2"],["-0.78686385999999914e2","0.56443320999999969e2"],["-0.78667220999999984e2","0.56439713000000097e2"],["-0.78661666999999966e2","0.56436104000000057e2"],["-0.78660003999999958e2","0.56430550000000096e2"],["-0.78650832999999921e2","0.56289161999999976e2"],["-0.78652785999999935e2","0.56241936000000067e2"],["-0.78655563000000029e2","0.56223602000000142e2"],["-0.78676392000000021e2","0.56181106999999997e2"],["-0.78688599000000011e2","0.56172767999999962e2"],["-0.78839995999999928e2","0.56129990000000078e2"]],[["-0.79626937999999996e2","0.56265273999999977e2"],["-0.79635833999999988e2","0.56264998999999989e2"],["-0.79636672999999973e2","0.56266388000000006e2"],["-0.79636397999999872e2","0.56269157000000121e2"],["-0.79609436000000017e2","0.56319716999999969e2"],["-0.79538605000000018e2","0.56433051999999975e2"],[-79.53443900000002,"0.56437491999999963e2"],["-0.79523894999999982e2","0.56442764000000068e2"],["-0.79511123999999938e2","0.56446381000000031e2"],["-0.79496947999999975e2","0.56448601000000053e2"],["-0.79492217999999923e2","0.56446937999999932e2"],["-0.79490554999999915e2","0.56440826000000129e2"],["-0.79510833999999932e2","0.56397491000000002e2"],["-0.79557769999999891e2","0.56305267000000015e2"],["-0.79561110999999926e2","0.56299164000000076e2"],["-0.79565552000000025e2","0.56293884000000048e2"],["-0.79569457999999997e2","0.56289992999999981e2"],["-0.79619445999999868e2","0.56267211999999972e2"],["-0.79626937999999996e2","0.56265273999999977e2"]],[["-0.79619995000000017e2","0.56385268999999994e2"],["-0.79638061999999991e2","0.56360550000000046e2"],["-0.79649444999999957e2","0.56346382000000006e2"],["-0.79663329999999974e2","0.56333878000000141e2"],["-0.79682495000000017e2","0.56317496999999946e2"],["-0.79701110999999969e2","0.56306381000000044e2"],["-0.79714447000000007e2","0.56299995000000081e2"],["-0.79906661999999926e2","0.56227211000000125e2"],["-0.79928328999999962e2","0.56219711000000075e2"],["-0.79986114999999984e2","0.56199715000000083e2"],[-80.01916499999993,"0.56191376000000048e2"],["-0.80060546999999985e2",56.18443300000007],["-0.80082503999999915e2","0.56186653000000092e2"],["-0.80092223999999987e2","0.56188324000000136e2"],["-0.80100554999999986e2","0.56191376000000048e2"],["-0.80107497999999907e2","0.56194992000000127e2"],["-0.80109726000000023e2","0.56197768999999994e2"],["-0.80110275000000001e2","0.56203323000000012e2"],["-0.80100280999999995e2","0.56239158999999972e2"],["-0.80098617999999874e2","0.56244156000000089e2"],["-0.80055267000000015e2","0.56303604000000121e2"],["-0.80044448999999929e2","0.56310822000000144e2"],["-0.80040558000000033e2","0.56312767000000122e2"],["-0.80022506999999962e2","0.56319716999999969e2"],["-0.79867492999999968e2","0.56357498000000135e2"],["-0.79795546999999942e2","0.56366661000000136e2"],["-0.79756667999999991e2","0.56361937999999952e2"],[-79.72444200000001,"0.56362770000000069e2"],[-79.69888299999991,"0.56368880999999988e2"],["-0.79679169000000002e2","0.56378326000000015e2"],["-0.79656386999999995e2","0.56392769000000101e2"],["-0.79642501999999979e2","0.56404433999999981e2"],["-0.79618880999999931e2","0.56426941000000056e2"],["-0.79614440999999999e2","0.56431664000000069e2"],["-0.79604171999999949e2","0.56444153000000085e2"],["-0.79598052999999936e2","0.56454437000000098e2"],["-0.79591384999999946e2","0.56469154000000117e2"],["-0.79588333000000034e2","0.56493881000000044e2"],["-0.79585281000000009e2","0.56499161000000072e2"],["-0.79582503999999915e2","0.56501663000000008e2"],["-0.79549728000000016e2","0.56525269000000037e2"],["-0.79543334999999956e2","0.56527771000000143e2"],["-0.79542770000000019e2","0.56522217000000126e2"],["-0.79549438000000009e2","0.56508049000000085e2"],["-0.79613891999999964e2",56.39527099999998],["-0.79619995000000017e2","0.56385268999999994e2"]],[["-0.61435829000000012e2","0.56541382000000112e2"],["-0.61168059999999969e2","0.56474709000000018e2"],["-0.61149993999999992e2","0.56445540999999992e2"],["-0.61148887999999943e2","0.56441101000000003e2"],["-0.61154442000000017e2","0.56438599000000067e2"],["-0.61163612000000001e2","0.56436653000000035e2"],["-0.61181945999999925e2","0.56435265000000129e2"],["-0.61200278999999966e2","0.56435265000000129e2"],["-0.61220832999999971e2","0.56435546999999985e2"],["-0.61517501999999865e2","0.56446937999999932e2"],["-0.61609169000000009e2",56.46166199999999],["-0.61630553999999961e2","0.56465270999999973e2"],["-0.61642226999999991e2","0.56486382000000049e2"],["-0.61637221999999952e2","0.56489716000000044e2"],["-0.61629997000000003e2","0.56490547000000049e2"],["-0.61546394000000021e2","0.56488044999999943e2"],["-0.61538612000000001e2","0.56485824999999977e2"],["-0.61525832999999864e2","0.56478874000000019e2"],["-0.61512778999999966e2","0.56474991000000102e2"],["-0.61438048999999921e2","0.56476379000000009e2"],["-0.61423057999999969e2","0.56479156000000103e2"],["-0.61417777999999998e2","0.56483330000000137e2"],["-0.61418335000000013e2","0.56488327000000027e2"],["-0.61422501000000011e2","0.56490547000000049e2"],["-0.61455276000000026e2","0.56496383999999978e2"],["-0.61496666000000005e2","0.56500000000000057e2"],["-0.61527221999999938e2","0.56501663000000008e2"],["-0.61624167999999997e2","0.56503882999999973e2"],["-0.61633330999999998e2","0.56506386000000134e2"],["-0.61634445000000028e2","0.56512497000000053e2"],["-0.61631942999999978e2",56.51638800000012],["-0.61602225999999916e2","0.56552773000000059e2"],["-0.61595832999999971e2","0.56556380999999988e2"],["-0.61588332999999977e2","0.56558044000000052e2"],["-0.61576667999999984e2","0.56557769999999948e2"],["-0.61561667999999941e2","0.56554161000000136e2"],["-0.61558051999999975e2",56.55193300000002],["-0.61525947999999971e2","0.56550212999999985e2"],["-0.61459166999999923e2",56.54583000000008],["-0.61435829000000012e2","0.56541382000000112e2"]],[["-0.79021666999999923e2","0.56426941000000056e2"],["-0.79009445000000028e2","0.56426383999999985e2"],[-78.98832699999997,"0.56426941000000056e2"],["-0.78949157999999898e2",56.43082400000003],["-0.78943054000000018e2","0.56430550000000096e2"],[-78.93582200000003,"0.56428878999999995e2"],["-0.78928878999999938e2","0.56425827000000083e2"],[-78.92471299999994,"0.56419441000000006e2"],["-0.78922775000000001e2","0.56415268000000026e2"],["-0.78921111999999994e2","0.56409714000000065e2"],["-0.78920546999999942e2","0.56403320000000008e2"],["-0.78923049999999932e2","0.56386940000000095e2"],[-78.93638599999997,"0.56317496999999946e2"],["-0.78943328999999949e2","0.56284996000000035e2"],["-0.78949996999999939e2","0.56282493999999986e2"],["-0.78955276000000026e2",56.27915999999999],["-0.78961394999999868e2","0.56271378000000027e2"],["-0.79029174999999952e2","0.56172493000000145e2"],[-79.06138599999997,"0.56124435000000005e2"],["-0.79071670999999981e2","0.56104996000000085e2"],["-0.79085007000000019e2",56.07749200000012],["-0.79094161999999983e2","0.56054993000000138e2"],["-0.79129990000000021e2","0.55989432999999963e2"],["-0.79175277999999935e2",55.92332499999992],["-0.79195266999999944e2","0.55891937000000098e2"],["-0.79203613000000018e2","0.55894157000000121e2"],["-0.79166267000000005e2","0.55973881000000006e2"],["-0.79122116000000005e2","0.56046715000000006e2"],["-0.79061935000000005e2","0.56148605000000032e2"],["-0.79022781000000009e2","0.56202492000000007e2"],["-0.79008895999999993e2","0.56221656999999936e2"],["-0.78990829000000019e2","0.56261664999999994e2"],["-0.78985824999999977e2","0.56273605000000089e2"],["-0.78972777999999948e2","0.56306656000000032e2"],["-0.78970275999999956e2","0.56314156000000082e2"],["-0.78967772999999909e2","0.56323608000000036e2"],["-0.78966109999999901e2","0.56336105000000032e2"],["-0.78970275999999956e2","0.56378043999999989e2"],[-78.97084000000001,56.3836060000001],["-0.78977218999999991e2","0.56388602999999989e2"],["-0.78983321999999987e2","0.56389716999999962e2"],["-0.78998885999999914e2","0.56384163000000001e2"],["-0.79043334999999956e2","0.56360550000000046e2"],["-0.79055267000000015e2","0.56344437000000028e2"],["-0.79062209999999993e2","0.56329720000000009e2"],["-0.79089172000000019e2","0.56267769000000044e2"],["-0.79091109999999958e2","0.56263054000000011e2"],["-0.79093062999999972e2","0.56256943000000092e2"],["-0.79092948999999976e2","0.56231716000000006e2"],["-0.79095443999999986e2",56.2190480000001],["-0.79093948000000012e2","0.56213717999999972e2"],["-0.79092781000000002e2","0.56211551999999983e2"],["-0.79089110999999946e2","0.56211884000000111e2"],["-0.79083327999999995e2","0.56174164000000019e2"],["-0.79212783999999999e2","0.55954163000000108e2"],["-0.79236114999999927e2","0.55917496000000085e2"],["-0.79259444999999914e2","0.55886108000000092e2"],["-0.79275283999999999e2","0.55870270000000062e2"],["-0.79283324999999991e2","0.55864441000000056e2"],["-0.79286666999999852e2","0.55866661000000079e2"],["-0.79286117999999988e2","0.55869987000000094e2"],["-0.79278060999999923e2","0.55885551000000021e2"],["-0.79267226999999934e2","0.55903046000000018e2"],["-0.79226668999999958e2","0.55962493999999992e2"],["-0.79183608999999933e2","0.56037497999999971e2"],["-0.79139998999999932e2","0.56115273000000116e2"],["-0.79133895999999993e2","0.56126656000000082e2"],["-0.79132721000000004e2","0.56175770000000057e2"],["-0.79138564999999858e2","0.56205269000000101e2"],["-0.79139724999999999e2",56.20776699999999],["-0.79143561999999974e2","0.56211266000000137e2"],[-79.15055799999999,"0.56233046999999999e2"],["-0.79160552999999993e2","0.56231377000000066e2"],["-0.79170272999999952e2","0.56225548000000003e2"],["-0.79205565999999976e2","0.56190826000000015e2"],["-0.79243880999999988e2","0.56151100000000042e2"],["-0.79256393000000003e2",56.13110400000005],["-0.79270844000000011e2","0.56104712999999947e2"],["-0.79277495999999985e2","0.56090828000000045e2"],["-0.79284164000000033e2","0.56078049000000021e2"],["-0.79299727999999959e2","0.56051658999999972e2"],["-0.79309158000000025e2","0.56036385000000109e2"],["-0.79323623999999938e2","0.56016936999999984e2"],["-0.79358611999999937e2","0.55974434000000088e2"],["-0.79452498999999989e2","0.55879990000000134e2"],["-0.79479996000000028e2","0.55863883999999985e2"],["-0.79493056999999965e2","0.55858887000000038e2"],["-0.79500564999999995e2","0.55856659000000093e2"],["-0.79510559000000001e2","0.55855553000000043e2"],["-0.79520279000000016e2","0.55854713000000004e2"],["-0.79532500999999968e2","0.55854996000000142e2"],["-0.79567779999999971e2","0.55864716000000044e2"],["-0.79593886999999938e2","0.55874435000000062e2"],["-0.79604996000000028e2","0.55881660000000124e2"],[-79.78195199999999,55.78804800000006],["-0.79763061999999934e2","0.55814156000000025e2"],["-0.79598052999999936e2","0.55981658999999979e2"],["-0.79486937999999952e2","0.56087212000000022e2"],["-0.79474716000000001e2","0.56098327999999981e2"],["-0.79470275999999956e2","0.56104439000000013e2"],[-79.470551,"0.56112770000000125e2"],["-0.79472504000000015e2",56.11693600000001],["-0.79478881999999999e2","0.56123322000000087e2"],["-0.79497222999999963e2","0.56133605999999986e2"],["-0.79513061999999991e2","0.56134995000000117e2"],["-0.79523055999999997e2","0.56133880999999974e2"],["-0.79537216000000001e2",56.12971500000009],["-0.79550277999999935e2","0.56123322000000087e2"],["-0.79567504999999983e2","0.56112770000000125e2"],[-79.59722899999997,"0.56091377000000023e2"],["-0.79645003999999972e2",56.050545],["-0.79819457999999941e2","0.55901100000000099e2"],["-0.79831680000000006e2",55.88999200000012],["-0.79846663999999976e2","0.55874161000000129e2"],["-0.79858046999999999e2","0.55859993000000088e2"],["-0.79863892000000021e2","0.55850830000000087e2"],["-0.79865829000000019e2","0.55847214000000008e2"],["-0.79909164000000033e2","0.55840546000000074e2"],["-0.79985824999999977e2","0.55898048000000017e2"],["-0.79961944999999957e2","0.55960274000000027e2"],["-0.79774444999999957e2","0.56112213000000054e2"],["-0.79668059999999912e2","0.56189987000000031e2"],["-0.79648620999999991e2","0.56198326000000066e2"],["-0.79642226999999991e2","0.56201385000000073e2"],["-0.79587783999999999e2","0.56230270000000132e2"],["-0.79536330999999961e2","0.56295052000000055e2"],["-0.79526839999999993e2","0.56304214000000115e2"],["-0.79516173999999978e2","0.56319881000000066e2"],["-0.79494666999999993e2","0.56367214000000047e2"],[-79.48733500000003,"0.56402714000000117e2"],["-0.79458892999999875e2",56.464157],["-0.79458617999999944e2","0.56468323000000112e2"],["-0.79458617999999944e2","0.56478600000000085e2"],["-0.79466109999999958e2","0.56498878000000104e2"],["-0.79474441999999954e2","0.56521102999999982e2"],["-0.79471389999999928e2","0.56544441000000063e2"],["-0.79466109999999958e2",56.54833200000013],["-0.79456664999999987e2",56.55332199999998],["-0.79448883000000023e2","0.56554435999999953e2"],["-0.79445267000000001e2","0.56553604000000064e2"],["-0.79441939999999875e2","0.56551384000000041e2"],["-0.79438599000000011e2","0.56547775000000058e2"],["-0.79418334999999956e2","0.56490829000000076e2"],["-0.79419448999999872e2","0.56443603999999937e2"],["-0.79443000999999981e2","0.56393436000000008e2"],["-0.79474998000000028e2","0.56320438000000138e2"],["-0.79531386999999995e2","0.56206940000000145e2"],["-0.79514450000000011e2","0.56186378000000047e2"],["-0.79461670000000026e2","0.56193321000000026e2"],["-0.79438889000000017e2","0.56197212000000093e2"],["-0.79427215999999987e2","0.56203049000000078e2"],["-0.79416397000000018e2","0.56212212000000079e2"],["-0.79413054999999986e2","0.56216660000000047e2"],["-0.79309998000000007e2","0.56424163999999962e2"],["-0.79301101999999958e2","0.56447212000000036e2"],["-0.79298049999999932e2","0.56459435000000099e2"],["-0.79293335000000013e2","0.56488044999999943e2"],["-0.79291672000000005e2","0.56498878000000104e2"],["-0.79286391999999921e2","0.56570273999999984e2"],["-0.79139998999999932e2","0.56546386999999982e2"],["-0.79133057000000008e2","0.56542770000000019e2"],["-0.79129990000000021e2","0.56537773000000072e2"],["-0.79125548999999978e2","0.56514159999999947e2"],["-0.79121932999999956e2","0.56495543999999938e2"],["-0.79119995000000017e2","0.56489989999999977e2"],["-0.79111938000000009e2",56.47526600000009],["-0.79099990999999989e2","0.56463051000000007e2"],["-0.79091384999999889e2","0.56454437000000098e2"],["-0.79075561999999934e2","0.56444153000000085e2"],["-0.79055557000000022e2","0.56433876000000112e2"],["-0.79038895000000025e2","0.56428878999999995e2"],["-0.79021666999999923e2","0.56426941000000056e2"]],[["-0.79141952999999944e2","0.56616661000000079e2"],[-79.15194699999995,"0.56616386000000091e2"],["-0.79260009999999966e2","0.56628044000000102e2"],["-0.79268889999999999e2","0.56629158000000075e2"],["-0.79274719000000005e2","0.56632209999999986e2"],["-0.79277495999999985e2","0.56637215000000026e2"],["-0.79279998999999975e2","0.56648880000000133e2"],["-0.79280288999999982e2","0.56654990999999995e2"],["-0.79275009000000011e2","0.56667213000000004e2"],["-0.79271941999999967e2",56.67193600000013],["-0.79254729999999881e2","0.56679993000000138e2"],["-0.79244155999999919e2","0.56682495000000017e2"],["-0.79218886999999938e2","0.56684990000000028e2"],["-0.79208892999999989e2","0.56683876000000055e2"],["-0.79193603999999937e2","0.56678329000000133e2"],["-0.79160004000000015e2",56.65776800000009],["-0.79151108000000022e2","0.56649994000000106e2"],["-0.79141678000000013e2","0.56635826000000066e2"],["-0.79138061999999991e2","0.56626099000000124e2"],["-0.79138901000000033e2","0.56619986999999924e2"],["-0.79141952999999944e2","0.56616661000000079e2"]],[[-61.1875,"0.56586104999999975e2"],["-0.61211670000000026e2","0.56581664999999987e2"],["-0.61217498999999975e2",56.58277099999998],["-0.61222770999999966e2","0.56588882000000069e2"],["-0.61231667000000016e2","0.56611663999999962e2"],["-0.61231941000000006e2",56.61971299999999],["-0.61226104999999961e2","0.56626656000000025e2"],["-0.61165832999999964e2","0.56684433000000126e2"],["-0.61159163999999919e2","0.56688324000000023e2"],["-0.61150276000000019e2","0.56689430000000073e2"],["-0.61131942999999978e2",56.68721000000005],[-61.0819469999999,"0.56678878999999938e2"],[-61.0777819999999,"0.56674995000000138e2"],["-0.61057776999999987e2","0.56628875999999991e2"],["-0.61059440999999993e2","0.56626380999999981e2"],[-61.06361400000003,"0.56624160999999958e2"],["-0.61103888999999867e2","0.56606658999999922e2"],[-61.1875,"0.56586104999999975e2"]],[["-0.79560821999999973e2","0.56617767000000129e2"],["-0.79567504999999983e2","0.56615273000000002e2"],["-0.79573333999999988e2","0.56618881000000101e2"],["-0.79583618000000001e2","0.56648048000000017e2"],["-0.79583892999999932e2",56.65277100000003],["-0.79589995999999985e2","0.56768326000000002e2"],["-0.79587508999999898e2","0.56788886999999988e2"],["-0.79581679999999949e2",56.80721299999999],["-0.79578339000000028e2",56.81249200000002],[-79.57417299999986,"0.56815825999999959e2"],["-0.79567504999999983e2","0.56817772000000048e2"],["-0.79516662999999937e2",56.78555300000005],["-0.79496384000000035e2","0.56766936999999984e2"],["-0.79476943999999946e2",56.72165700000005],["-0.79474716000000001e2","0.56689156000000139e2"],["-0.79486114999999984e2","0.56658043000000134e2"],["-0.79488891999999964e2","0.56655548000000067e2"],["-0.79560821999999973e2","0.56617767000000129e2"]],[["-0.79881942999999978e2","0.56743607000000054e2"],["-0.79888610999999969e2","0.56741104000000064e2"],["-0.79904723999999987e2","0.56741661000000136e2"],["-0.79923889000000031e2","0.56751389000000017e2"],["-0.79930831999999953e2","0.56754997000000117e2"],["-0.79941101000000003e2","0.56763610999999969e2"],["-0.79944442999999922e2","0.56767769000000101e2"],["-0.79947494999999947e2","0.56773323000000119e2"],["-0.79957229999999925e2","0.56799164000000019e2"],["-0.79958892999999932e2","0.56805267000000129e2"],["-0.79958618000000001e2","0.56811377999999991e2"],["-0.79954726999999934e2","0.56823607999999922e2"],["-0.79945830999999998e2","0.56833603000000039e2"],["-0.79919158999999922e2","0.56858330000000137e2"],["-0.79915008999999998e2","0.56861382000000049e2"],["-0.79865829000000019e2","0.56866104000000121e2"],["-0.79858046999999999e2","0.56865829000000133e2"],["-0.79843886999999995e2","0.56858330000000137e2"],[-79.83444199999991,"0.56852492999999981e2"],["-0.79819457999999941e2",56.84027100000003],[-79.81639100000001,"0.56835548000000017e2"],["-0.79814712999999927e2","0.56829162999999994e2"],[-79.81361400000003,"0.56816939999999988e2"],["-0.79833892999999989e2","0.56793610000000001e2"],[-79.83805799999999,"0.56788886999999988e2"],["-0.79872222999999906e2","0.56752220000000023e2"],["-0.79876663000000008e2","0.56747772000000055e2"],["-0.79881942999999978e2","0.56743607000000054e2"]],[["-0.79750564999999938e2","0.56905823000000055e2"],["-0.79717498999999918e2","0.56813605999999993e2"],[-79.71833799999996,56.80721299999999],["-0.79721114999999884e2","0.56802773000000002e2"],["-0.79725554999999986e2","0.56798049999999989e2"],["-0.79730834999999956e2","0.56794158999999922e2"],["-0.79749725000000012e2","0.56783607000000131e2"],["-0.79757507000000032e2","0.56781936999999971e2"],["-0.79781113000000005e2","0.56784721000000104e2"],[-79.78832999999986,"0.56785828000000038e2"],["-0.79793555999999967e2","0.56795792000000063e2"],["-0.79794373000000007e2","0.56832947000000104e2"],["-0.79793143999999984e2","0.56859890000000064e2"],[-79.82376899999997,"0.56895003999999972e2"],["-0.79852753000000007e2","0.56885204000000044e2"],["-0.79894164999999873e2","0.56881935000000112e2"],["-0.79897506999999962e2","0.56884995000000004e2"],[-79.89805599999994,"0.56891106000000036e2"],["-0.79896118000000001e2","0.56897217000000126e2"],["-0.79892776000000026e2",56.90248900000006],["-0.79858611999999937e2","0.56938599000000011e2"],["-0.79851943999999946e2","0.56940268999999944e2"],["-0.79808333999999945e2","0.56948326000000122e2"],["-0.79799438000000009e2","0.56949431999999945e2"],["-0.79790833000000021e2","0.56947769000000051e2"],["-0.79784164000000033e2","0.56940826000000072e2"],["-0.79753615999999965e2","0.56910820000000001e2"],["-0.79750564999999938e2","0.56905823000000055e2"]],[["-0.61429211000000009e2","0.56929707000000008e2"],["-0.61397204999999985e2","0.56927715000000035e2"],[-61.37261199999989,"0.56930972999999994e2"],["-0.61354888999999957e2",56.93639799999994],["-0.61343319000000008e2","0.56934227000000078e2"],["-0.61340785999999866e2","0.56930248000000006e2"],["-0.61355277999999998e2","0.56910820000000001e2"],["-0.61400275999999963e2","0.56884720000000129e2"],["-0.61404716000000008e2",56.87971500000009],["-0.61399444999999957e2","0.56875824000000023e2"],["-0.61378052000000025e2","0.56871658000000139e2"],["-0.61360282999999924e2","0.56866104000000121e2"],["-0.61352225999999973e2","0.56857773000000066e2"],["-0.61355834999999956e2","0.56852776000000119e2"],["-0.61361670999999944e2","0.56848045000000013e2"],["-0.61375831999999946e2","0.56840546000000018e2"],["-0.61443168999999898e2","0.56817719000000125e2"],[-61.48966999999999,"0.56807549000000108e2"],["-0.61563331999999946e2","0.56784721000000104e2"],["-0.61570281999999906e2","0.56781661999999983e2"],["-0.61576949999999954e2","0.56778046000000074e2"],["-0.61585555999999997e2","0.56766388000000063e2"],["-0.61584998999999982e2","0.56761383000000023e2"],[-61.58277899999996,"0.56756660000000011e2"],["-0.61575561999999991e2","0.56753052000000082e2"],["-0.61564720000000023e2","0.56751663000000121e2"],["-0.61555831999999953e2","0.56752777000000094e2"],["-0.61540839999999946e2","0.56757773999999984e2"],["-0.61526664999999866e2",56.76527400000009],["-0.61515282000000013e2","0.56774712000000079e2"],["-0.61497653999999955e2",56.78694200000001],["-0.61488975999999923e2","0.56789295000000038e2"],[-61.476315,56.79019900000003],["-0.61434002000000021e2","0.56783688000000097e2"],["-0.61393313999999918e2","0.56778988000000027e2"],["-0.61386626999999976e2","0.56775913000000003e2"],["-0.61382107000000019e2","0.56771393000000103e2"],["-0.61373965999999996e2",56.74390800000009],["-0.61368724999999984e2",56.695988],["-0.61368632999999988e2",56.6857720000001],["-0.61370804000000021e2","0.56675282000000038e2"],["-0.61378399000000002e2","0.56632607000000007e2"],["-0.61379119999999944e2","0.56626820000000066e2"],[-61.39358900000002,"0.56617779000000041e2"],["-0.61409137999999928e2","0.56615608000000009e2"],["-0.61444217999999978e2","0.56619587000000081e2"],["-0.61484000999999978e2","0.56641647000000091e2"],["-0.61521975999999938e2","0.56669857000000093e2"],["-0.61561034999999947e2","0.56682513999999969e2"],["-0.61588157999999964e2","0.56703853999999978e2"],["-0.61605334999999968e2","0.56713798999999995e2"],["-0.61635353000000009e2","0.56731518000000051e2"],["-0.61644393999999977e2","0.56734775999999954e2"],["-0.61644031999999868e2",56.73802900000004],["-0.61634991000000014e2","0.56770938999999998e2"],["-0.61624865999999997e2",56.82591200000013],["-0.61632098999999982e2","0.56859547000000077e2"],["-0.61588698999999963e2","0.56893539000000089e2"],["-0.61534812999999986e2","0.56901859000000002e2"],["-0.61522517999999934e2","0.56914879000000099e2"],[-61.5261339999999,"0.56933323000000087e2"],["-0.61523963999999921e2","0.56940193000000079e2"],["-0.61499370999999996e2","0.56952849999999955e2"],["-0.61473694000000023e2",56.95900000000006],["-0.61460673999999983e2","0.56955021000000045e2"],["-0.61446571000000006e2","0.56935131000000126e2"],["-0.61429211000000009e2","0.56929707000000008e2"]],[["-0.76621108999999933e2","0.57075554000000125e2"],["-0.76646956999999986e2","0.57073050999999964e2"],["-0.76660278000000005e2","0.57075828999999999e2"],["-0.76671386999999925e2","0.57083327999999995e2"],["-0.76675551999999925e2","0.57087769000000094e2"],["-0.76681106999999997e2","0.57097771000000023e2"],["-0.76709732000000031e2","0.57182213000000047e2"],["-0.76708617999999944e2",57.18832400000008],["-0.76678329000000019e2","0.57205269000000044e2"],["-0.76669998000000021e2",57.20249199999995],["-0.76667496000000028e2","0.57195541000000048e2"],["-0.76626099000000011e2","0.57142769000000101e2"],["-0.76618880999999988e2","0.57080276000000026e2"],["-0.76621108999999933e2","0.57075554000000125e2"]],[["-0.61621666000000005e2","0.57335548000000131e2"],["-0.61611114999999984e2","0.57334991000000002e2"],["-0.61605559999999912e2","0.57335548000000131e2"],["-0.61594443999999953e2","0.57334159999999997e2"],["-0.61589995999999985e2","0.57330275999999969e2"],["-0.61589438999999913e2","0.57325272000000041e2"],[-61.59194199999996,"0.57321380999999974e2"],["-0.61608337000000006e2","0.57308327000000077e2"],["-0.61652221999999995e2","0.57290549999999996e2"],[-61.658051,"0.57290276000000063e2"],["-0.61734725999999966e2","0.57290276000000063e2"],["-0.61739998000000014e2","0.57291939000000013e2"],["-0.61753333999999938e2","0.57302490000000091e2"],["-0.61763617999999951e2","0.57311661000000072e2"],["-0.61766662999999937e2","0.57315269000000001e2"],["-0.61767776000000026e2","0.57319716999999969e2"],["-0.61768607999999915e2","0.57324996999999996e2"],["-0.61767501999999979e2","0.57328330999999991e2"],["-0.61752228000000002e2","0.57360275000000001e2"],[-61.74888599999997,"0.57365546999999935e2"],[-61.74500299999994,"0.57369155999999975e2"],["-0.61726944000000003e2","0.57374435000000119e2"],["-0.61702498999999989e2","0.57372765000000129e2"],["-0.61693329000000006e2","0.57368050000000096e2"],["-0.61677497999999957e2","0.57357216000000051e2"],["-0.61632216999999912e2","0.57337769000000037e2"],["-0.61621666000000005e2","0.57335548000000131e2"]],[["-0.76715012000000002e2","0.57292770000000019e2"],[-76.72972099999987,"0.57289718999999991e2"],["-0.76734726000000023e2","0.57291382000000112e2"],["-0.76740279999999984e2","0.57294441000000063e2"],["-0.76744445999999982e2","0.57299438000000009e2"],["-0.76793059999999969e2","0.57374709999999936e2"],["-0.76821944999999914e2","0.57419715999999994e2"],["-0.76823623999999995e2","0.57424713000000111e2"],["-0.76821670999999981e2","0.57429436000000067e2"],["-0.76812774999999931e2","0.57428329000000133e2"],[-76.78443900000002,57.41693900000007],["-0.76761397999999986e2",57.40387700000008],["-0.76735549999999989e2","0.57386383000000137e2"],["-0.76731109999999944e2","0.57381934999999999e2"],["-0.76725554999999986e2","0.57372765000000129e2"],["-0.76721114999999941e2","0.57356658999999979e2"],["-0.76708054000000004e2",57.29583000000008],["-0.76715012000000002e2","0.57292770000000019e2"]],[["-0.61655273000000022e2","0.57391380000000083e2"],["-0.61675003000000004e2","0.57389992000000007e2"],["-0.61839721999999995e2","0.57408043000000134e2"],["-0.61860000999999954e2","0.57412491000000102e2"],["-0.61877494999999954e2","0.57418602000000021e2"],["-0.61889998999999989e2","0.57426102000000071e2"],["-0.61894446999999957e2",57.42971799999998],["-0.61897780999999952e2","0.57433327000000133e2"],["-0.61900275999999963e2","0.57437492000000134e2"],["-0.61897498999999982e2","0.57444153000000085e2"],["-0.61813003999999921e2","0.57473709000000042e2"],["-0.61772738999999945e2","0.57495097999999984e2"],["-0.61742774999999995e2","0.57534995999999978e2"],["-0.61737220999999977e2","0.57536942000000067e2"],["-0.61719993999999986e2","0.57536384999999996e2"],["-0.61648055999999997e2","0.57530272999999966e2"],["-0.61643889999999999e2","0.57522766000000047e2"],["-0.61634726999999998e2","0.57509438000000046e2"],["-0.61613616999999977e2","0.57416100000000142e2"],["-0.61615279999999984e2","0.57409157000000107e2"],["-0.61634170999999924e2","0.57398880000000133e2"],["-0.61648337999999967e2","0.57393608000000029e2"],["-0.61655273000000022e2","0.57391380000000083e2"]],[["-0.61878333999999995e2",57.46305099999995],["-0.61926948999999979e2",57.45249200000012],["-0.61937499999999943e2","0.57453049000000021e2"],["-0.61946945000000028e2","0.57454993999999999e2"],["-0.61955832999999927e2","0.57458046000000081e2"],["-0.61962776000000019e2","0.57462212000000022e2"],["-0.62012504999999919e2","0.57508331000000112e2"],["-0.62021942000000024e2","0.57521102999999925e2"],[-62.02305599999994,"0.57534164000000033e2"],["-0.62020279000000016e2","0.57540276000000063e2"],["-0.62014450000000011e2","0.57549438000000123e2"],["-0.61992500000000007e2","0.57569160000000011e2"],["-0.61974997999999971e2","0.57581383000000073e2"],["-0.61968886999999995e2","0.57584434999999985e2"],["-0.61953056000000004e2",57.59027100000003],["-0.61944442999999978e2","0.57590828000000101e2"],["-0.61878052000000025e2","0.57584991000000002e2"],["-0.61855002999999954e2","0.57580551000000128e2"],["-0.61833327999999995e2","0.57574440000000038e2"],["-0.61817504999999926e2","0.57567215000000033e2"],["-0.61783614999999941e2","0.57550545000000056e2"],["-0.61781386999999995e2","0.57548050000000046e2"],["-0.61778885000000002e2","0.57543883999999935e2"],[-61.77694699999995,57.52388000000002],["-0.61777778999999953e2","0.57518326000000059e2"],["-0.61779441999999904e2","0.57513611000000026e2"],["-0.61783057999999869e2","0.57508331000000112e2"],["-0.61864165999999955e2","0.57466385000000116e2"],["-0.61878333999999995e2",57.46305099999995]],[["-0.79797501000000011e2","0.57418884000000048e2"],["-0.79801666000000012e2","0.57415825000000098e2"],["-0.79805556999999965e2","0.57418053000000043e2"],["-0.79835830999999985e2","0.57460274000000084e2"],["-0.79826949999999897e2",57.53804800000006],["-0.79808883999999978e2","0.57561661000000015e2"],["-0.79792769999999962e2","0.57578880000000083e2"],["-0.79749160999999958e2","0.57609718000000044e2"],["-0.79740828999999962e2","0.57615547000000106e2"],["-0.79734160999999915e2","0.57618881000000044e2"],["-0.79727782999999931e2",57.61721],["-0.79723052999999993e2","0.57612770000000012e2"],["-0.79706116000000009e2","0.57585548000000074e2"],[-79.70666499999993,"0.57580826000000002e2"],["-0.79704726999999991e2","0.57576660000000061e2"],["-0.79698607999999979e2","0.57563324000000136e2"],["-0.79695830999999998e2","0.57531661999999983e2"],["-0.79698607999999979e2","0.57519989000000123e2"],["-0.79705001999999922e2","0.57508605999999929e2"],["-0.79712508999999955e2","0.57500548999999978e2"],["-0.79797501000000011e2","0.57418884000000048e2"]],[["-0.61688605999999936e2","0.57713051000000121e2"],["-0.61696105999999929e2","0.57712212000000136e2"],["-0.61757506999999976e2","0.57715546000000131e2"],["-0.61768889999999999e2","0.57716934000000037e2"],["-0.61894164999999987e2","0.57754166000000055e2"],["-0.61896950000000004e2","0.57758331000000055e2"],["-0.61896110999999962e2","0.57769714000000079e2"],["-0.61891669999999976e2","0.57779160000000047e2"],["-0.61865836999999999e2","0.57799721000000034e2"],["-0.61853614999999934e2","0.57808327000000133e2"],[-61.80889099999996,"0.57836936999999978e2"],["-0.61800551999999925e2","0.57841377000000023e2"],["-0.61778885000000002e2",57.84526800000009],["-0.61773055999999997e2","0.57845543000000077e2"],["-0.61711113000000012e2","0.57834160000000111e2"],["-0.61698607999999922e2","0.57830276000000083e2"],["-0.61653610000000015e2","0.57784721000000104e2"],["-0.61652221999999995e2","0.57782494000000042e2"],["-0.61651664999999923e2","0.57779433999999981e2"],["-0.61652495999999928e2","0.57775826000000052e2"],["-0.61654166999999916e2","0.57771103000000096e2"],["-0.61668609999999887e2","0.57738884000000041e2"],["-0.61674171000000001e2","0.57726936000000023e2"],["-0.61684440999999936e2","0.57714996000000099e2"],["-0.61688605999999936e2","0.57713051000000121e2"]],[["-0.61947494999999947e2","0.57787216000000114e2"],["-0.61957222000000002e2",57.78694200000001],[-62.08916499999998,"0.57808043999999995e2"],["-0.62100280999999995e2","0.57816101000000003e2"],["-0.62108337000000006e2","0.57824715000000026e2"],["-0.62109443999999996e2","0.57829437000000098e2"],["-0.62108054999999922e2","0.57837769000000094e2"],["-0.62099723999999924e2","0.57846382000000062e2"],["-0.62094443999999953e2","0.57850547999999947e2"],["-0.62065276999999924e2","0.57870544000000109e2"],["-0.62028884999999946e2","0.57892768999999987e2"],["-0.62009170999999924e2","0.57904434000000037e2"],["-0.61995002999999997e2",57.90915700000005],["-0.61986114999999984e2","0.57910271000000023e2"],["-0.61971663999999976e2","0.57911377000000016e2"],["-0.61941108999999983e2","0.57909988000000055e2"],["-0.61928336999999942e2","0.57908599999999922e2"],["-0.61923332000000016e2","0.57906096999999988e2"],["-0.61918891999999971e2",57.90248900000006],["-0.61884444999999971e2",57.86693600000001],["-0.61867774999999881e2",57.84276600000004],["-0.61867774999999881e2","0.57838600000000099e2"],["-0.61879439999999931e2","0.57816665999999998e2"],["-0.61881942999999922e2","0.57812767000000008e2"],["-0.61885558999999887e2","0.57809157999999968e2"],["-0.61889998999999989e2","0.57806381000000101e2"],["-0.61940833999999938e2","0.57788886999999988e2"],["-0.61947494999999947e2","0.57787216000000114e2"]],[["-0.77678328999999962e2","0.58235549999999932e2"],["-0.77687774999999931e2","0.58235268000000076e2"],["-0.77702788999999996e2","0.58238884000000098e2"],["-0.77761123999999938e2","0.58257499999999936e2"],["-0.77946380999999917e2",58.3211060000001],["-0.77950835999999924e2",58.32416500000005],["-0.77947495000000004e2","0.58328605999999979e2"],["-0.77940551999999968e2","0.58330551000000014e2"],["-0.77932495000000017e2","0.58331383000000073e2"],["-0.77917312999999922e2","0.58329369000000042e2"],["-0.77829726999999934e2","0.58311378000000047e2"],[-77.80749499999996,"0.58305267000000015e2"],["-0.77801392000000021e2","0.58303046999999992e2"],["-0.77702788999999996e2","0.58260277000000031e2"],["-0.77689437999999996e2","0.58253882999999973e2"],["-0.77670273000000009e2","0.58244156000000032e2"],["-0.77668334999999956e2","0.58241936000000067e2"],["-0.77668334999999956e2","0.58240547000000049e2"],["-0.77678328999999962e2","0.58235549999999932e2"]],[["-0.67596114999999998e2","0.58284164000000089e2"],["-0.67616394000000014e2","0.58284164000000089e2"],["-0.67637786999999946e2",58.28472099999999],["-0.67666106999999954e2","0.58292770000000019e2"],["-0.67673888999999917e2","0.58296104000000014e2"],["-0.67676666000000012e2","0.58301384000000041e2"],["-0.67675827000000027e2","0.58306099000000074e2"],["-0.67672775000000001e2","0.58312209999999993e2"],["-0.67624435000000005e2","0.58368050000000096e2"],[-67.61999499999996,"0.58372215000000097e2"],[-67.61082499999992,"0.58373877999999991e2"],["-0.67599166999999909e2","0.58373046999999985e2"],["-0.67580565999999976e2","0.58369986999999924e2"],["-0.67527221999999995e2","0.58343605000000082e2"],["-0.67520844000000011e2","0.58339989000000003e2"],["-0.67517501999999979e2","0.58335266000000047e2"],[-67.51916499999993,"0.58329719999999952e2"],["-0.67524445000000014e2",58.32416500000005],["-0.67551102000000014e2","0.58302215999999987e2"],["-0.67557220000000029e2","0.58298050000000046e2"],["-0.67571670999999867e2","0.58290833000000134e2"],["-0.67596114999999998e2","0.58284164000000089e2"]],[["-0.78453888000000006e2","0.58539993000000038e2"],["-0.78455565999999862e2","0.58537215999999944e2"],["-0.78463332999999977e2","0.58537498000000028e2"],["-0.78474716000000001e2","0.58541382000000056e2"],["-0.78649993999999936e2","0.58601386999999988e2"],["-0.78672501000000011e2","0.58610549999999989e2"],["-0.78683884000000035e2","0.58620827000000133e2"],["-0.78697495000000004e2","0.58678329000000076e2"],["-0.78698607999999979e2","0.58688599000000011e2"],["-0.78696944999999971e2","0.58690543999999989e2"],["-0.78692764000000011e2","0.58691933000000006e2"],["-0.78665008999999998e2","0.58674995000000081e2"],["-0.78659163999999976e2","0.58669991000000095e2"],["-0.78635284000000013e2","0.58618598999999961e2"],["-0.78631942999999978e2","0.58616386000000034e2"],["-0.78628051999999968e2","0.58614158999999972e2"],[-78.56639100000001,"0.58586104999999918e2"],["-0.78513061999999934e2","0.58563880999999981e2"],["-0.78457229999999981e2","0.58542770000000132e2"],["-0.78453888000000006e2","0.58539993000000038e2"]],[["-0.69194442999999922e2","0.59064712999999983e2"],[-69.18638599999997,"0.59064437999999996e2"],["-0.69180831999999953e2",59.06721500000009],["-0.69178328999999906e2","0.59029715999999951e2"],["-0.69227218999999934e2","0.58971931000000041e2"],["-0.69320281999999963e2","0.58946381000000088e2"],["-0.69327498999999989e2",58.94499200000007],["-0.69338897999999972e2","0.58944434999999999e2"],["-0.69350280999999995e2","0.58946381000000088e2"],["-0.69355559999999969e2","0.58949715000000083e2"],["-0.69360000999999954e2","0.58958603000000039e2"],["-0.69357223999999974e2","0.58964714000000129e2"],["-0.69318344000000025e2",59.02555099999995],["-0.69319457999999997e2","0.59098045000000127e2"],["-0.69353057999999976e2","0.59127213000000097e2"],["-0.69357773000000009e2",59.13499500000006],["-0.69357223999999974e2","0.59139717000000132e2"],["-0.69345550999999944e2","0.59144714000000079e2"],["-0.69339447000000007e2","0.59146103000000039e2"],["-0.69282227000000034e2","0.59154433999999981e2"],["-0.69275283999999942e2","0.59154991000000052e2"],["-0.69198607999999922e2",59.14527099999998],[-69.18638599999997,"0.59138329000000056e2"],[-69.18249499999996,"0.59128601000000003e2"],["-0.69194991999999957e2",59.09415400000006],["-0.69199996999999996e2","0.59077217000000019e2"],["-0.69200561999999877e2","0.59072495000000117e2"],["-0.69198607999999922e2",59.06721500000009],["-0.69194442999999922e2","0.59064712999999983e2"]],[[-80.53443900000002,"0.59369438000000002e2"],["-0.80544158999999979e2","0.59365547000000106e2"],["-0.80552215999999873e2","0.59365829000000133e2"],["-0.80555832000000009e2","0.59369438000000002e2"],["-0.80549437999999952e2","0.59446938000000046e2"],["-0.80537506000000008e2","0.59455268999999987e2"],["-0.80488051999999982e2","0.59477486000000056e2"],["-0.80475554999999929e2","0.59481102000000078e2"],["-0.80465011999999945e2","0.59463882000000126e2"],["-0.80471389999999928e2","0.59454994000000113e2"],["-0.80477218999999934e2","0.59451103000000046e2"],["-0.80520844000000011e2","0.59382767000000058e2"],["-0.80525283999999942e2","0.59377486999999974e2"],[-80.53443900000002,"0.59369438000000002e2"]],[["-0.80277495999999985e2","0.59618599000000131e2"],["-0.80319167999999991e2","0.59612213000000054e2"],["-0.80329726999999991e2","0.59612495000000138e2"],["-0.80340560999999923e2","0.59614158999999972e2"],["-0.80343886999999995e2","0.59619156000000032e2"],["-0.80340835999999967e2","0.59625267000000122e2"],["-0.80295273000000009e2","0.59678329000000019e2"],["-0.80232773000000009e2","0.59725265999999976e2"],["-0.80222228999999857e2","0.59723602000000142e2"],["-0.80171386999999925e2","0.59715271000000087e2"],["-0.80154175000000009e2","0.59709991000000002e2"],[-80.14527899999996,"0.59705550999999957e2"],["-0.80154723999999931e2","0.59682495000000131e2"],["-0.80156661999999983e2","0.59678329000000019e2"],["-0.80170546999999999e2","0.59673881999999992e2"],["-0.80205840999999964e2","0.59665267999999912e2"],["-0.80222777999999892e2","0.59660271000000023e2"],["-0.80229720999999984e2","0.59656380000000127e2"],["-0.80233063000000016e2","0.59651100000000042e2"],["-0.80237212999999997e2","0.59639434999999992e2"],["-0.80240554999999858e2","0.59634163000000058e2"],["-0.80246384000000035e2","0.59629990000000078e2"],["-0.80260833999999988e2",59.623604],["-0.80277495999999985e2","0.59618599000000131e2"]],[["-0.64019729999999925e2","0.59714713999999958e2"],["-0.64124160999999958e2","0.59695267000000115e2"],["-0.64134170999999981e2","0.59695541000000048e2"],["-0.64146118000000001e2","0.59696655000000021e2"],["-0.64157226999999978e2","0.59699715000000083e2"],[-64.16332999999986,"0.59703605999999979e2"],["-0.64204452999999944e2","0.59734436000000017e2"],["-0.64192490000000021e2","0.59765549000000021e2"],["-0.64121933000000013e2","0.59849433999999974e2"],["-0.64115828999999962e2","0.59852776000000063e2"],["-0.64107223999999974e2","0.59854996000000085e2"],["-0.64067504999999926e2","0.59863884000000041e2"],["-0.64061385999999914e2","0.59864440999999943e2"],["-0.64052779999999984e2","0.59859992999999974e2"],["-0.64049727999999959e2","0.59855270000000019e2"],["-0.64047774999999945e2","0.59849433999999974e2"],["-0.64055266999999958e2","0.59835266000000104e2"],["-0.64054442999999992e2","0.59829437000000041e2"],["-0.64042769999999905e2","0.59783882000000062e2"],["-0.64020278999999903e2","0.59781104999999968e2"],["-0.64002791999999943e2","0.59774712000000022e2"],["-0.63959723999999937e2",59.75638600000002],["-0.63959441999999967e2","0.59752220000000136e2"],[-63.99722300000002,"0.59723602000000142e2"],["-0.64011397999999872e2","0.59716385000000059e2"],["-0.64019729999999925e2","0.59714713999999958e2"]],[["-0.80089721999999938e2","0.59751938000000052e2"],["-0.80166945999999996e2","0.59742493000000024e2"],["-0.80177779999999984e2","0.59744156000000089e2"],["-0.80184158000000025e2","0.59747771999999998e2"],["-0.80184722999999963e2","0.59752777000000037e2"],["-0.80128875999999991e2",59.82388300000008],[-80.11500499999994,"0.59837769000000037e2"],["-0.80103057999999976e2","0.59844994000000099e2"],["-0.80015015000000005e2","0.59884995000000117e2"],[-80.00778200000002,"0.59886107999999979e2"],["-0.79946944999999914e2","0.59880272000000105e2"],["-0.79937774999999931e2","0.59877768999999944e2"],["-0.79929992999999911e2","0.59873603999999943e2"],["-0.79884170999999924e2",59.85833000000008],["-0.79878875999999991e2","0.59854713000000118e2"],["-0.79883621000000005e2","0.59849998000000085e2"],["-0.79906661999999926e2","0.59828049000000135e2"],["-0.79922226000000023e2","0.59815544000000045e2"],["-0.79928054999999972e2","0.59811661000000072e2"],["-0.80025283999999942e2","0.59764442000000088e2"],["-0.80089721999999938e2","0.59751938000000052e2"]],[["-0.64427673000000027e2","0.60372932000000048e2"],["-0.64452788999999996e2","0.60357215999999994e2"],["-0.64442763999999897e2","0.60309715000000097e2"],["-0.64438323999999966e2","0.60305550000000096e2"],["-0.64423614999999984e2","0.60282494000000042e2"],["-0.64429442999999935e2","0.60281936999999971e2"],["-0.64438048999999864e2","0.60282494000000042e2"],["-0.64448607999999979e2","0.60284164000000033e2"],[-64.50111400000003,"0.60301933000000133e2"],["-0.64521712999999977e2","0.60310730000000035e2"],["-0.64541106999999954e2","0.60324440000000038e2"],["-0.64557219999999916e2","0.60331383000000017e2"],["-0.64601943999999889e2","0.60350273000000016e2"],["-0.64610001000000011e2","0.60353606999999954e2"],["-0.64632216999999912e2","0.60357498000000021e2"],["-0.64643889999999942e2","0.60357773000000066e2"],["-0.64655562999999972e2","0.60357498000000021e2"],["-0.64666107000000011e2","0.60356940999999949e2"],["-0.64675551999999982e2","0.60355270000000075e2"],["-0.64710007000000019e2","0.60358330000000137e2"],["-0.64728881999999999e2","0.60363327000000083e2"],["-0.64790282999999931e2","0.60391106000000093e2"],["-0.64815552000000025e2","0.60406096999999988e2"],["-0.64831116000000009e2","0.60419159000000036e2"],["-0.64867492999999911e2","0.60450272000000041e2"],["-0.64868606999999997e2","0.60453323000000069e2"],["-0.64868056999999965e2","0.60458885000000009e2"],["-0.64856110000000001e2","0.60473877000000016e2"],[-64.84722899999997,"0.60478874000000133e2"],["-0.64837783999999999e2","0.60482491000000039e2"],["-0.64823058999999944e2","0.60485268000000133e2"],["-0.64639998999999989e2",60.4847180000001],[-64.61860699999994,"0.60477211000000011e2"],["-0.64426940999999943e2","0.60401381999999955e2"],["-0.64423889000000031e2","0.60397216999999955e2"],["-0.64422501000000011e2","0.60391937000000098e2"],["-0.64423889000000031e2","0.60383049000000085e2"],["-0.64427673000000027e2","0.60372932000000048e2"]],[[-68.25140399999998,"0.60230820000000051e2"],["-0.68310546999999985e2","0.60223045000000127e2"],["-0.68340285999999992e2","0.60223320000000001e2"],["-0.68361937999999952e2","0.60225822000000051e2"],["-0.68376937999999996e2","0.60232491000000095e2"],["-0.68387222000000008e2","0.60240829000000076e2"],["-0.68393065999999976e2","0.60249161000000072e2"],["-0.68394729999999981e2","0.60254440000000045e2"],["-0.68395003999999972e2","0.60259995000000117e2"],["-0.68393065999999976e2","0.60276100000000042e2"],["-0.68384170999999924e2",60.29972100000009],[-68.37777699999998,"0.60310271999999998e2"],["-0.68314437999999996e2","0.60390273999999977e2"],["-0.68175277999999992e2",60.53443900000002],["-0.68129439999999931e2","0.60570549000000085e2"],["-0.68119155999999919e2","0.60577217000000076e2"],["-0.68092223999999987e2","0.60581665000000044e2"],["-0.68081679999999949e2","0.60582496999999989e2"],["-0.68035277999999948e2","0.60581107999999972e2"],["-0.67999435000000005e2",60.57749200000012],["-0.67956664999999987e2","0.60566100999999946e2"],["-0.67948607999999922e2","0.60561377999999991e2"],["-0.67887221999999952e2","0.60503883000000087e2"],["-0.67862212999999997e2","0.60488045000000056e2"],["-0.67839721999999995e2","0.60478043000000071e2"],["-0.67831389999999999e2","0.60474990999999989e2"],["-0.67821395999999993e2","0.60472487999999998e2"],["-0.67808043999999938e2","0.60467209000000025e2"],["-0.67803054999999972e2","0.60463051000000064e2"],[-67.79861499999987,"0.60457497000000103e2"],["-0.67794998000000021e2","0.60447769000000051e2"],["-0.67795546999999942e2","0.60443877999999984e2"],[-67.79861499999987,"0.60432213000000104e2"],["-0.67806106999999997e2","0.60417496000000085e2"],["-0.67815276999999924e2","0.60408043000000077e2"],["-0.67836394999999925e2","0.60388603000000103e2"],["-0.67841385000000002e2","0.60384438000000102e2"],["-0.67853333000000021e2","0.60375266999999951e2"],["-0.67885559000000001e2","0.60353606999999954e2"],["-0.67898055999999997e2","0.60345267999999919e2"],["-0.67934433000000013e2","0.60321662999999944e2"],["-0.67965285999999992e2",60.30832700000002],[-67.97222899999997,60.30582400000003],["-0.68167496000000028e2","0.60245544000000109e2"],[-68.17721599999993,"0.60243049999999982e2"],["-0.68205276000000026e2","0.60238045000000113e2"],[-68.25140399999998,"0.60230820000000051e2"]],[["-0.64689986999999917e2","0.60584435000000099e2"],["-0.64697220000000016e2","0.60582214000000022e2"],["-0.64704452999999944e2","0.60582496999999989e2"],["-0.64712783999999942e2","0.60590271000000143e2"],["-0.64713897999999915e2",60.59526800000009],["-0.64713057999999876e2","0.60598877000000073e2"],["-0.64710830999999985e2","0.60602776000000119e2"],["-0.64615554999999858e2","0.60681664000000069e2"],["-0.64610274999999945e2","0.60685265000000129e2"],["-0.64599166999999966e2","0.60689430000000129e2"],["-0.64592772999999909e2","0.60685547000000042e2"],["-0.64590835999999967e2","0.60676659000000029e2"],["-0.64592498999999975e2","0.60666939000000127e2"],["-0.64593886999999995e2","0.60648331000000098e2"],[-64.59584000000001,"0.60645271000000037e2"],["-0.64620543999999995e2","0.60616661000000022e2"],["-0.64631667999999991e2",60.60833000000008],["-0.64638061999999934e2","0.60604996000000085e2"],["-0.64689986999999917e2","0.60584435000000099e2"]],[["-0.78656386999999995e2","0.60702774000000034e2"],["-0.78664718999999991e2","0.60702217000000132e2"],["-0.78674163999999962e2","0.60704711999999972e2"],["-0.78689986999999974e2","0.60712212000000079e2"],["-0.78694716999999912e2","0.60716660000000047e2"],["-0.78698333999999988e2","0.60721656999999936e2"],["-0.78697768999999937e2","0.60724159000000043e2"],["-0.78616393999999957e2","0.60771935000000099e2"],["-0.78573623999999995e2","0.60784163999999919e2"],["-0.78399993999999992e2","0.60809990000000028e2"],["-0.78223891999999978e2","0.60830826000000059e2"],[-78.21945199999999,"0.60823883000000023e2"],["-0.78219161999999983e2","0.60817497000000117e2"],["-0.78221114999999998e2","0.60814156000000082e2"],["-0.78226669000000015e2","0.60808883999999978e2"],["-0.78277221999999995e2","0.60769157000000121e2"],["-0.78285004000000015e2","0.60766106000000093e2"],["-0.78397231999999917e2","0.60743881000000044e2"],[-78.62332200000003,"0.60705551000000128e2"],["-0.78656386999999995e2","0.60702774000000034e2"]],[["-0.69977218999999991e2","0.60933051999999975e2"],["-0.69983886999999982e2",60.93110699999994],["-0.69995269999999948e2","0.60931381000000101e2"],["-0.70003615999999965e2","0.60935265000000072e2"],["-0.70007781999999963e2","0.60939155999999969e2"],["-0.70026107999999965e2","0.60995827000000077e2"],["-0.70025008999999955e2","0.61001937999999996e2"],["-0.70021666999999866e2","0.61008605999999986e2"],["-0.70016662999999994e2","0.61013611000000026e2"],["-0.70009170999999867e2","0.61017768999999987e2"],["-0.70003341999999918e2","0.61020828000000108e2"],["-0.69982772999999895e2","0.61028327999999988e2"],["-0.69964721999999995e2","0.61032768000000033e2"],["-0.69954177999999956e2","0.61033882000000006e2"],["-0.69943603999999993e2","0.61031380000000127e2"],["-0.69931380999999931e2","0.61020271000000037e2"],["-0.69929992999999854e2","0.61016663000000108e2"],["-0.69929717999999923e2","0.61010825999999952e2"],["-0.69930832000000009e2",61.00471500000009],["-0.69933883999999921e2","0.60998047000000099e2"],["-0.69977218999999991e2","0.60933051999999975e2"]],[["-0.64723891999999921e2",61.53833000000003],[-64.71665999999999,"0.61535827999999981e2"],["-0.64706954999999994e2","0.61536658999999986e2"],["-0.64688323999999909e2","0.61535552999999993e2"],["-0.64683318999999869e2","0.61531105000000025e2"],["-0.64675277999999992e2","0.61508606000000043e2"],["-0.64674164000000019e2","0.61503325999999959e2"],["-0.64686935000000005e2","0.61465827999999988e2"],["-0.64705276000000026e2","0.61444153000000142e2"],["-0.64715012000000002e2","0.61433327000000077e2"],["-0.64820557000000008e2","0.61355270000000075e2"],["-0.64866942999999992e2","0.61324164999999994e2"],["-0.64870833999999945e2",61.32249500000006],["-0.64875274999999988e2",61.32249500000006],["-0.64887222000000008e2","0.61324715000000026e2"],["-0.64972503999999958e2","0.61344154000000117e2"],["-0.64977492999999924e2",61.34777100000008],["-0.64985000999999954e2","0.61367493000000138e2"],["-0.65179168999999945e2","0.61466933999999981e2"],[-65.18582200000003,61.47554800000006],["-0.65187499999999943e2","0.61480270000000132e2"],["-0.65190552000000025e2","0.61494995000000074e2"],["-0.65195267000000001e2","0.61499160999999958e2"],["-0.65295272999999895e2","0.61528877000000023e2"],["-0.65329453000000001e2","0.61531937000000084e2"],["-0.65353333000000021e2","0.61534721000000047e2"],[-65.37249799999995,"0.61537216000000058e2"],["-0.65381103999999993e2","0.61540550000000053e2"],[-65.47444200000001,"0.61586936999999978e2"],["-0.65481109999999887e2","0.61590828000000045e2"],["-0.65487777999999935e2","0.61599433999999974e2"],["-0.65486938000000009e2","0.61610825000000091e2"],["-0.65485000999999954e2",61.62193300000007],["-0.65482223999999974e2",61.62860100000006],["-0.65472228999999857e2",61.64027400000009],["-0.65466400000000021e2","0.61644997000000046e2"],["-0.65459441999999854e2","0.61649162000000047e2"],["-0.65453063999999983e2","0.61651932000000102e2"],["-0.65449158000000011e2","0.61653602999999976e2"],["-0.65441375999999934e2","0.61656654000000003e2"],[-65.43582200000003,"0.61658043000000021e2"],["-0.65339721999999938e2","0.61670547000000056e2"],["-0.65247498000000007e2",61.68082400000003],["-0.65174438000000009e2","0.61686935000000119e2"],["-0.65068343999999968e2","0.61693047000000092e2"],["-0.65036391999999921e2","0.61693603999999993e2"],["-0.65018889999999885e2","0.61692490000000021e2"],["-0.65016112999999962e2","0.61692214999999976e2"],[-64.99499499999996,"0.61689987000000031e2"],["-0.64733062999999959e2","0.61659987999999998e2"],["-0.64719161999999983e2","0.61658043000000021e2"],["-0.64646392999999932e2","0.61603882000000112e2"],["-0.64646118000000001e2","0.61599716000000001e2"],["-0.64650833000000034e2","0.61594437000000028e2"],[-64.65972899999997,"0.61588042999999971e2"],["-0.64662780999999995e2","0.61587769000000037e2"],["-0.64714172000000019e2","0.61556381000000044e2"],["-0.64720275999999956e2","0.61551383999999928e2"],["-0.64726104999999961e2","0.61542220999999927e2"],["-0.64723891999999921e2",61.53833000000003]],[["-0.65695266999999888e2",61.776657],[-65.71945199999999,"0.61754165999999998e2"],["-0.65803054999999915e2","0.61755554000000075e2"],["-0.65827224999999942e2","0.61758049000000085e2"],["-0.65891388000000006e2",61.76638800000012],["-0.65903885000000002e2","0.61768326000000059e2"],["-0.65931106999999997e2","0.61778328000000045e2"],["-0.65939163000000008e2","0.61782210999999961e2"],["-0.65944442999999978e2","0.61785828000000095e2"],["-0.65948043999999925e2","0.61790276000000063e2"],[-65.94749499999989,"0.61796104000000014e2"],["-0.65943877999999927e2","0.61799720999999977e2"],["-0.65818344000000025e2","0.61860825000000034e2"],["-0.65809432999999956e2",61.86332700000014],["-0.65789992999999981e2","0.61865547000000106e2"],["-0.65778060999999866e2","0.61865547000000106e2"],["-0.65767501999999979e2","0.61862770000000012e2"],["-0.65718613000000005e2","0.61841102999999976e2"],["-0.65714721999999938e2","0.61836937000000091e2"],["-0.65713622999999984e2","0.61824165000000107e2"],["-0.65695266999999888e2",61.776657]],[["-0.92963897999999972e2","0.61879158000000075e2"],["-0.92995270000000005e2","0.61851105000000132e2"],[-93.00167799999997,"0.61847214000000065e2"],["-0.93051940999999943e2","0.61829437000000041e2"],[-93.07028200000002,"0.61825272000000041e2"],["-0.93079726999999991e2","0.61826941999999974e2"],["-0.93086669999999913e2","0.61829437000000041e2"],["-0.93115828999999962e2","0.61860275000000001e2"],["-0.93120270000000005e2","0.61864441000000113e2"],["-0.93126937999999882e2","0.61868599000000074e2"],["-0.93135833999999988e2","0.61872489999999914e2"],[-93.14805599999994,61.87582400000008],["-0.93179717999999923e2","0.61875549000000092e2"],["-0.93189437999999996e2","0.61874161000000015e2"],["-0.93211120999999935e2","0.61875267000000008e2"],["-0.93218886999999995e2",61.87943300000012],["-0.93223327999999981e2","0.61888329000000056e2"],["-0.93226105000000018e2","0.61908325000000048e2"],["-0.93223617999999931e2","0.61913048000000003e2"],["-0.93218886999999995e2","0.61918884000000048e2"],[-93.20944199999991,"0.61921104000000071e2"],["-0.93072509999999909e2","0.61929993000000138e2"],["-0.93062209999999993e2","0.61930550000000039e2"],[-92.96945199999999,"0.61888329000000056e2"],["-0.92962783999999999e2","0.61884162999999944e2"],["-0.92963897999999972e2","0.61879158000000075e2"]],[["-0.64916106999999954e2","0.61719437000000084e2"],["-0.64926940999999943e2","0.61718880000000013e2"],["-0.64951950000000011e2","0.61722488000000112e2"],[-65.14805599999994,"0.61780548000000067e2"],["-0.65156661999999926e2","0.61783882000000062e2"],["-0.65210555999999883e2","0.61816940000000045e2"],["-0.65214721999999881e2","0.61821938000000046e2"],["-0.65251953000000015e2","0.61869713000000047e2"],["-0.65255843999999968e2","0.61885551000000078e2"],["-0.65255004999999926e2","0.61901657000000057e2"],["-0.65249435000000005e2",61.91027100000008],["-0.65245270000000005e2","0.61914711000000125e2"],["-0.65189712999999983e2","0.61945540999999992e2"],["-0.65170273000000009e2","0.61947769000000108e2"],["-0.65156951999999876e2","0.61946938000000102e2"],["-0.65080291999999929e2","0.61931107000000111e2"],["-0.65074448000000018e2","0.61928329000000133e2"],[-65.06806899999998,"0.61923882000000049e2"],["-0.65039169000000015e2","0.61899719000000118e2"],["-0.64980834999999956e2","0.61885826000000066e2"],["-0.64893341000000021e2","0.61829994000000113e2"],["-0.64886948000000018e2","0.61825554000000068e2"],["-0.64828887999999893e2","0.61766662999999994e2"],["-0.64825835999999981e2","0.61761939999999981e2"],["-0.64825287000000003e2","0.61758330999999998e2"],["-0.64828887999999893e2","0.61752220000000079e2"],[-64.83555599999994,"0.61748877999999991e2"],["-0.64858046999999942e2","0.61739158999999972e2"],["-0.64889449999999954e2","0.61725822000000107e2"],["-0.64906112999999948e2","0.61721100000000035e2"],["-0.64916106999999954e2","0.61719437000000084e2"]],[["-0.65852492999999924e2","0.62084717000000012e2"],["-0.65869155999999919e2","0.62079720000000123e2"],["-0.65889998999999989e2","0.62080551000000128e2"],["-0.65913329999999974e2","0.62084990999999945e2"],["-0.66009734999999978e2","0.62116661000000079e2"],["-0.66016662999999994e2","0.62120543999999995e2"],["-0.66020279000000016e2","0.62124435000000062e2"],["-0.66021118000000001e2","0.62128326000000129e2"],["-0.66020843999999954e2","0.62131660000000124e2"],["-0.66014724999999942e2","0.62136658000000125e2"],["-0.65991942999999935e2","0.62141380000000026e2"],["-0.65928054999999972e2",62.151657],[-65.904449,"0.62152771000000143e2"],["-0.65853607000000011e2","0.62131104000000107e2"],["-0.65845000999999911e2","0.62124992000000134e2"],[-65.83555599999994,"0.62115272999999945e2"],["-0.65835830999999928e2","0.62099716000000114e2"],["-0.65843886999999995e2","0.62088599999999985e2"],["-0.65852492999999924e2","0.62084717000000012e2"]],[["-0.92223617999999931e2","0.62355552999999986e2"],["-0.92306106999999997e2","0.62351661999999919e2"],["-0.92339721999999995e2","0.62354712999999947e2"],[-92.34973100000002,"0.62356659000000036e2"],["-0.92371932999999956e2","0.62386939999999925e2"],["-0.92372498000000007e2","0.62391937000000041e2"],["-0.92354445999999939e2","0.62410820000000115e2"],["-0.92347777999999948e2","0.62414436000000023e2"],["-0.92319457999999941e2","0.62415268000000083e2"],["-0.92308333999999945e2","0.62414436000000023e2"],["-0.92162216000000001e2","0.62402214000000015e2"],["-0.92139724999999999e2","0.62399719000000005e2"],["-0.92141112999999905e2","0.62394714000000135e2"],[-92.15834000000001,"0.62390549000000135e2"],["-0.92223617999999931e2","0.62355552999999986e2"]],[["-0.79540558000000033e2","0.62411102000000028e2"],["-0.79449996999999939e2","0.62382767000000001e2"],["-0.79442764000000011e2","0.62379990000000078e2"],["-0.79433883999999978e2","0.62371376000000055e2"],["-0.79429168999999945e2","0.62361664000000076e2"],["-0.79427215999999987e2","0.62356102000000135e2"],["-0.79424438000000009e2","0.62344154000000117e2"],["-0.79420546999999942e2","0.62339989000000116e2"],["-0.79359160999999972e2","0.62296104000000071e2"],["-0.79347228999999913e2","0.62288886999999988e2"],["-0.79328613000000018e2","0.62283332999999971e2"],["-0.79272780999999952e2","0.62262215000000083e2"],["-0.79266112999999962e2","0.62258048999999971e2"],["-0.79260833999999988e2","0.62253608999999983e2"],["-0.79256393000000003e2","0.62244438000000002e2"],["-0.79255568999999923e2",62.23971599999993],["-0.79261397999999929e2","0.62163605000000018e2"],["-0.79262222000000008e2","0.62158882000000062e2"],["-0.79329726999999991e2",62.01527400000009],["-0.79353881999999999e2","0.61999718000000144e2"],["-0.79396392999999932e2","0.61968879999999956e2"],["-0.79457229999999925e2","0.61893883000000017e2"],["-0.79461944999999957e2","0.61881660000000011e2"],["-0.79465560999999923e2","0.61876099000000124e2"],["-0.79524445000000014e2","0.61811378000000104e2"],["-0.79541320999999925e2","0.61799789000000089e2"],["-0.79552779999999927e2","0.61796386999999982e2"],["-0.79568344000000025e2","0.61790276000000063e2"],["-0.79583618000000001e2",61.783051],["-0.79596664000000033e2","0.61774436999999978e2"],["-0.79605269999999962e2","0.61765273999999977e2"],["-0.79611114999999984e2","0.61754440000000102e2"],["-0.79612777999999992e2","0.61742767000000072e2"],["-0.79611938000000009e2",61.738045],["-0.79608336999999949e2","0.61732208000000014e2"],["-0.79606110000000001e2","0.61726654000000053e2"],["-0.79605559999999969e2","0.61721100000000035e2"],["-0.79607498000000021e2","0.61708885000000123e2"],["-0.79628875999999934e2","0.61669158999999979e2"],["-0.79632216999999969e2","0.61664993000000038e2"],["-0.79642226999999991e2","0.61655822999999998e2"],[-79.65695199999999,"0.61642494000000113e2"],["-0.79740828999999962e2","0.61588600000000099e2"],[-79.75389100000001,"0.61580276000000026e2"],["-0.79761397999999929e2","0.61576942000000031e2"],[-79.779449,"0.61571938000000102e2"],["-0.79805831999999896e2","0.61568054000000075e2"],["-0.79827788999999939e2","0.61566665999999998e2"],["-0.79846114999999941e2","0.61569992000000013e2"],[-79.87110899999999,"0.61609717999999987e2"],["-0.79954178000000013e2","0.61683601000000124e2"],[-80.06806899999998,"0.61745270000000062e2"],["-0.80079453000000001e2","0.61747772000000111e2"],["-0.80092223999999987e2","0.61748046999999929e2"],["-0.80138610999999912e2","0.61748604000000057e2"],["-0.80161941999999954e2","0.61748604000000057e2"],["-0.80173324999999977e2","0.61750275000000101e2"],["-0.80191665999999884e2","0.61755554000000075e2"],["-0.80205276000000026e2","0.61762772000000098e2"],["-0.80275283999999999e2","0.61806656000000032e2"],[-80.27806099999998,"0.61810272000000055e2"],["-0.80278884999999946e2","0.61816382999999973e2"],["-0.80291381999999942e2","0.61929993000000138e2"],["-0.80295273000000009e2","0.61983604000000014e2"],["-0.80268616000000009e2","0.62107215999999994e2"],["-0.80266662999999994e2","0.62111382000000049e2"],["-0.80198607999999979e2",62.1988750000001],["-0.80180283000000031e2","0.62217491000000109e2"],["-0.80017501999999979e2","0.62358604000000014e2"],["-0.80009445000000028e2","0.62362495000000081e2"],["-0.79981383999999935e2","0.62374161000000072e2"],["-0.79947220000000016e2","0.62386108000000036e2"],["-0.79938048999999978e2","0.62388603000000046e2"],["-0.79919723999999974e2","0.62393051000000014e2"],["-0.79900283999999999e2","0.62395828000000108e2"],["-0.79842772999999909e2","0.62403603000000032e2"],["-0.79833617999999944e2","0.62404160000000104e2"],["-0.79730834999999956e2","0.62399162000000103e2"],["-0.79605559999999969e2",62.41304800000006],["-0.79584166999999979e2","0.62417213000000061e2"],["-0.79561934999999892e2","0.62417213000000061e2"],["-0.79540558000000033e2","0.62411102000000028e2"]],[["-0.92411117999999931e2",62.39388300000013],["-0.92420546999999942e2","0.62391663000000108e2"],["-0.92431380999999988e2","0.62391663000000108e2"],["-0.92440825999999959e2","0.62393608000000086e2"],["-0.92529175000000009e2","0.62378326000000072e2"],["-0.92539443999999946e2","0.62377212999999983e2"],["-0.92561385999999914e2","0.62377486999999917e2"],["-0.92583892999999989e2","0.62379990000000078e2"],["-0.92595839999999953e2","0.62382491999999957e2"],["-0.92600554999999986e2","0.62386939999999925e2"],["-0.92600280999999995e2","0.62392494000000113e2"],["-0.92596953999999926e2","0.62397774000000027e2"],["-0.92592772999999966e2",62.40248900000006],["-0.92539992999999981e2","0.62428329000000019e2"],["-0.92531112999999948e2","0.62431380999999931e2"],["-0.92410278000000005e2","0.62408882000000006e2"],["-0.92403884999999946e2","0.62404709000000025e2"],["-0.92405563000000029e2","0.62399436999999921e2"],["-0.92411117999999931e2",62.39388300000013]],[["-0.64653884999999946e2","0.62540833000000021e2"],["-0.64580840999999964e2","0.62538605000000075e2"],["-0.64559722999999963e2","0.62554161000000022e2"],["-0.64559998000000007e2",62.55860100000001],["-0.64555556999999965e2","0.62560822000000144e2"],["-0.64549727999999959e2",62.56221000000005],["-0.64397506999999962e2","0.62536385000000053e2"],["-0.64389724999999999e2","0.62533882000000062e2"],["-0.64385284000000013e2","0.62531105000000139e2"],["-0.64382767000000001e2","0.62525825999999995e2"],["-0.64382767000000001e2","0.62511383000000137e2"],[-64.39416499999993,"0.62461379999999963e2"],["-0.64477218999999991e2","0.62408043000000021e2"],["-0.64528609999999958e2","0.62386658000000068e2"],[-64.59056099999998,"0.62367210000000114e2"],["-0.64598891999999978e2","0.62366385999999977e2"],["-0.64653610000000015e2","0.62372490000000028e2"],["-0.64772781000000009e2","0.62386383000000023e2"],[-64.87110899999999,"0.62406380000000127e2"],["-0.64926666000000012e2",62.41832700000009],["-0.64937209999999993e2","0.62421103999999957e2"],["-0.64945830999999998e2","0.62424438000000123e2"],["-0.64952498999999875e2","0.62428329000000019e2"],["-0.64953887999999949e2","0.62431380999999931e2"],["-0.64965835999999911e2","0.62465827999999931e2"],["-0.64846114999999998e2","0.62555267000000015e2"],["-0.64815552000000025e2","0.62559714999999983e2"],["-0.64797500999999954e2","0.62561378000000104e2"],["-0.64766953000000001e2","0.62562767000000122e2"],["-0.64753066999999987e2","0.62562492000000077e2"],["-0.64741669000000002e2","0.62560822000000144e2"],["-0.64653884999999946e2","0.62540833000000021e2"]],[["-0.78008347000000015e2","0.62593605000000082e2"],[-77.86721799999998,"0.62589157000000114e2"],["-0.77850554999999986e2","0.62582771000000037e2"],["-0.77841674999999952e2","0.62568054000000018e2"],["-0.77837783999999999e2","0.62556938000000116e2"],["-0.77840835999999911e2","0.62549995000000081e2"],["-0.77844726999999978e2","0.62544716000000108e2"],["-0.77852782999999988e2","0.62541664000000026e2"],[-77.86221299999994,62.53943600000008],["-0.77873046999999985e2","0.62537773000000129e2"],["-0.77885009999999966e2","0.62537498000000141e2"],["-0.77913054999999929e2",62.53943600000008],["-0.78103333000000021e2","0.62559158000000082e2"],["-0.78113051999999925e2",62.56221000000005],["-0.78114440999999943e2","0.62570549000000085e2"],["-0.78111664000000019e2","0.62578049000000135e2"],["-0.78107772999999952e2","0.62582771000000037e2"],["-0.78105835000000013e2","0.62583328000000108e2"],["-0.78047500999999897e2","0.62591934000000037e2"],["-0.78030838000000017e2","0.62593323000000055e2"],["-0.78019164999999987e2","0.62591934000000037e2"],["-0.78008347000000015e2","0.62593605000000082e2"]],[["-0.77805267000000015e2","0.62592491000000109e2"],["-0.77727218999999934e2","0.62585822999999948e2"],["-0.77665832999999907e2","0.62586655000000064e2"],["-0.77628052000000025e2","0.62588326000000109e2"],["-0.77621384000000035e2","0.62584435000000042e2"],["-0.77637787000000003e2","0.62570831000000112e2"],["-0.77651108000000022e2","0.62563881000000094e2"],["-0.77659164000000033e2","0.62560822000000144e2"],["-0.77734725999999966e2","0.62535827999999981e2"],["-0.77745270000000005e2","0.62534163999999976e2"],["-0.77758620999999891e2","0.62535553000000107e2"],["-0.77780288999999925e2","0.62539161999999976e2"],["-0.77808608999999933e2","0.62546660999999915e2"],["-0.77813613999999973e2","0.62551102000000014e2"],["-0.77831116000000009e2","0.62590271000000087e2"],["-0.77831679999999949e2","0.62595825000000104e2"],["-0.77821121000000005e2","0.62596099999999922e2"],["-0.77809433000000013e2",62.59415400000006],["-0.77805267000000015e2","0.62592491000000109e2"]],[["-0.64983063000000016e2","0.62528046000000018e2"],["-0.65007232999999928e2","0.62526382000000012e2"],["-0.65096389999999985e2","0.62534996000000035e2"],["-0.65119720000000029e2","0.62537498000000141e2"],["-0.65131942999999978e2","0.62539719000000048e2"],["-0.65138061999999991e2","0.62542770000000075e2"],["-0.65141677999999956e2",62.54694400000011],["-0.65137787000000003e2","0.62550544999999943e2"],["-0.65022507000000019e2","0.62594994000000099e2"],[-65.00306699999993,"0.62598877000000016e2"],["-0.64972503999999958e2","0.62602493000000095e2"],["-0.64909163999999976e2","0.62604438999999957e2"],["-0.64892501999999979e2","0.62598877000000016e2"],["-0.64884734999999921e2",62.59415400000006],["-0.64843886999999938e2","0.62582771000000037e2"],["-0.64839447000000007e2",62.57777399999992],["-0.64860824999999863e2","0.62561378000000104e2"],["-0.64866104000000007e2","0.62558044000000109e2"],["-0.64874435000000005e2","0.62554709999999943e2"],["-0.64965285999999878e2","0.62531380000000013e2"],["-0.64972778000000005e2","0.62529716000000008e2"],["-0.64983063000000016e2","0.62528046000000018e2"]],[["-0.91572783999999956e2","0.62627487000000087e2"],["-0.91578612999999962e2",62.62193300000007],["-0.91668059999999912e2","0.62649162000000047e2"],["-0.91683059999999955e2","0.62662209000000075e2"],["-0.91685546999999985e2","0.62666939000000127e2"],[-91.67582699999997,"0.62669159000000093e2"],["-0.91663329999999974e2","0.62665543000000071e2"],["-0.91655272999999909e2","0.62662209000000075e2"],["-0.91581954999999994e2","0.62641380000000083e2"],["-0.91575561999999934e2","0.62637215000000083e2"],["-0.91571121000000005e2","0.62632767000000115e2"],["-0.91572783999999956e2","0.62627487000000087e2"]],[["-0.90979995999999971e2","0.62657767999999976e2"],["-0.90990279999999984e2","0.62656654000000003e2"],["-0.91003341999999918e2","0.62657211000000075e2"],["-0.91098891999999921e2","0.62654433999999981e2"],["-0.91244719999999973e2","0.62669991000000039e2"],["-0.91256393000000003e2","0.62671936000000017e2"],["-0.91266952999999944e2","0.62675552000000096e2"],["-0.91271117999999944e2","0.62679992999999968e2"],["-0.91267226999999991e2","0.62685546999999985e2"],["-0.91226944000000003e2","0.62691658000000075e2"],["-0.91173049999999989e2","0.62691375999999991e2"],["-0.91080291999999986e2","0.62686935000000062e2"],["-0.91056106999999997e2","0.62681664000000069e2"],["-0.90981673999999998e2","0.62661376999999959e2"],["-0.90979995999999971e2","0.62657767999999976e2"]],[["-0.74347778000000005e2","0.62679436000000067e2"],["-0.74309998000000007e2","0.62679161000000079e2"],["-0.74285552999999993e2","0.62679992999999968e2"],[-74.25028999999995,"0.62682495000000074e2"],["-0.74216109999999958e2","0.62684990000000084e2"],["-0.74181670999999994e2","0.62688880999999981e2"],["-0.74158889999999985e2","0.62688880999999981e2"],["-0.74145843999999954e2","0.62687767000000008e2"],["-0.74015839000000028e2","0.62664993000000038e2"],["-0.74009170999999981e2","0.62662490999999932e2"],["-0.73959732000000031e2",62.62082700000002],["-0.73958054000000004e2","0.62616661000000136e2"],["-0.73958054000000004e2","0.62612495000000024e2"],["-0.73962508999999955e2","0.62607772999999952e2"],["-0.73969727000000034e2","0.62604163999999969e2"],["-0.73988602000000014e2","0.62602218999999991e2"],["-0.74128875999999877e2","0.62600829999999974e2"],["-0.74154448999999886e2","0.62601105000000018e2"],["-0.74169158999999922e2","0.62602218999999991e2"],["-0.74183608999999933e2","0.62603882000000056e2"],["-0.74333618000000001e2",62.62943300000012],["-0.74541381999999942e2","0.62668327000000033e2"],["-0.74551102000000014e2","0.62670829999999967e2"],["-0.74586394999999925e2","0.62683051999999975e2"],["-0.74617217999999923e2","0.62696098000000063e2"],["-0.74639724999999999e2","0.62706383000000017e2"],[-74.64973399999991,"0.62712769000000094e2"],["-0.74651397999999858e2","0.62716934000000094e2"],["-0.74645844000000011e2","0.62720824999999991e2"],["-0.74537215999999944e2","0.62748878000000104e2"],["-0.74526671999999905e2","0.62748878000000104e2"],["-0.74519164999999873e2","0.62747772000000111e2"],["-0.74482772999999952e2","0.62739716000000044e2"],["-0.74392226999999934e2","0.62687210000000107e2"],["-0.74379989999999964e2","0.62682495000000074e2"],["-0.74374160999999958e2","0.62681381000000101e2"],["-0.74347778000000005e2","0.62679436000000067e2"]],[["-0.70711670000000026e2",62.81499500000001],["-0.70659728999999913e2",62.79833200000013],["-0.70587783999999999e2","0.62774162000000103e2"],["-0.70547500999999954e2","0.62765273999999977e2"],["-0.70415557999999976e2","0.62729156000000103e2"],["-0.70396956999999986e2","0.62723045000000013e2"],["-0.70226104999999961e2","0.62603049999999996e2"],["-0.70217772999999966e2","0.62594437000000028e2"],["-0.70212218999999948e2","0.62584160000000054e2"],["-0.70211120999999991e2","0.62579163000000108e2"],["-0.70211945000000014e2",62.57777399999992],["-0.70264724999999999e2","0.62559158000000082e2"],["-0.70283324999999991e2",62.55443600000001],["-0.70373610999999926e2","0.62533332999999914e2"],["-0.70393065999999976e2","0.62530273000000079e2"],["-0.70414444000000003e2","0.62529434000000094e2"],["-0.70466659999999933e2",62.53166200000004],["-0.70501113999999973e2","0.62533607000000075e2"],["-0.70686385999999914e2","0.62546104000000014e2"],["-0.70723891999999978e2","0.62550270000000125e2"],["-0.70746383999999978e2","0.62554709999999943e2"],["-0.70765015000000005e2","0.62560547000000099e2"],["-0.70770844000000011e2","0.62564712999999983e2"],["-0.70819732999999985e2","0.62604713000000118e2"],["-0.70825011999999958e2","0.62614441000000113e2"],["-0.70854445999999939e2","0.62713608000000079e2"],["-0.70846663999999976e2","0.62766106000000036e2"],["-0.70945540999999935e2","0.62798050000000046e2"],[-71.01916499999993,"0.62811934999999949e2"],["-0.71032500999999968e2",62.81249200000002],["-0.71043334999999956e2","0.62811934999999949e2"],["-0.71051665999999955e2","0.62810547000000042e2"],["-0.71106383999999935e2",62.80082700000014],["-0.71141113000000018e2","0.62794998000000135e2"],["-0.71148620999999935e2","0.62794998000000135e2"],[-71.15834000000001,"0.62797217999999987e2"],["-0.71176101999999958e2","0.62809158000000082e2"],["-0.71240554999999972e2","0.62876380999999981e2"],["-0.71241378999999995e2","0.62881378000000097e2"],["-0.71236389000000031e2","0.62886658000000125e2"],["-0.71229445999999882e2","0.62888046000000031e2"],["-0.71191100999999946e2","0.62884720000000016e2"],["-0.71073897999999929e2","0.62871933000000013e2"],["-0.70788054999999929e2","0.62836104999999975e2"],["-0.70760283999999956e2","0.62829994000000056e2"],["-0.70711670000000026e2",62.81499500000001]],[["-0.66368331999999953e2",62.83526599999999],["-0.66373885999999857e2","0.62833603000000096e2"],["-0.66386123999999995e2","0.62834434999999985e2"],["-0.66490279999999984e2","0.62855270000000132e2"],["-0.66505279999999971e2","0.62861382000000106e2"],["-0.66601669000000015e2","0.62906654000000117e2"],["-0.66593886999999938e2","0.62911934000000031e2"],["-0.66574172999999973e2","0.62913048000000003e2"],["-0.66547775000000001e2","0.62910545000000013e2"],["-0.66540282999999931e2","0.62907493999999986e2"],["-0.66441939999999988e2","0.62871101000000124e2"],["-0.66377776999999924e2","0.62843322999999998e2"],["-0.66370270000000005e2","0.62839713999999958e2"],["-0.66368331999999953e2",62.83526599999999]],[[-81.87110899999999,"0.62928329000000133e2"],["-0.81865554999999972e2","0.62923324999999977e2"],["-0.81864165999999955e2","0.62919990999999982e2"],[-81.90695199999999,"0.62866386000000091e2"],["-0.81926101999999958e2","0.62744156000000032e2"],["-0.81924712999999997e2","0.62739158999999972e2"],["-0.81923889000000031e2","0.62733046999999942e2"],["-0.81924164000000019e2","0.62728325000000041e2"],["-0.81926101999999958e2","0.62723602000000085e2"],["-0.81929169000000002e2","0.62719437000000084e2"],["-0.81938598999999954e2","0.62709991000000116e2"],["-0.81958892999999989e2","0.62697768999999937e2"],["-0.81973052999999993e2","0.62689713000000097e2"],["-0.82102218999999991e2","0.62629158000000132e2"],[-82.1875,"0.62599433999999917e2"],["-0.82277785999999935e2","0.62584160000000054e2"],["-0.82286941999999897e2","0.62581664999999987e2"],["-0.82315552000000025e2","0.62571663000000058e2"],["-0.82369155999999919e2","0.62547493000000031e2"],["-0.82381667999999991e2",62.53943600000008],["-0.82387786999999946e2","0.62534721000000047e2"],[-82.40194699999995,"0.62520546000000138e2"],[-82.40834000000001,"0.62509720000000016e2"],["-0.82408889999999928e2","0.62496657999999968e2"],["-0.82414444000000003e2","0.62478043000000071e2"],["-0.82425811999999951e2","0.62469986000000063e2"],["-0.82442214999999919e2","0.62458603000000096e2"],["-0.82449722000000008e2","0.62455269000000101e2"],["-0.82499434999999949e2","0.62438599000000124e2"],["-0.82533889999999985e2","0.62428604000000064e2"],["-0.82551940999999999e2","0.62423881999999992e2"],["-0.82583617999999944e2","0.62412766000000033e2"],["-0.82621384000000035e2","0.62395271000000037e2"],["-0.82641113000000018e2","0.62385269000000051e2"],["-0.82647232000000031e2",62.38110400000005],["-0.82670273000000009e2",62.35943600000013],["-0.82688599000000011e2","0.62341103000000089e2"],["-0.82713057999999933e2","0.62321381000000031e2"],["-0.82731383999999935e2","0.62309990000000084e2"],["-0.82743606999999997e2","0.62302489999999977e2"],["-0.82769164999999987e2","0.62290276000000006e2"],["-0.82985549999999989e2","0.62209717000000126e2"],["-0.83001953000000015e2","0.62204437000000041e2"],["-0.83087783999999999e2","0.62178879000000109e2"],["-0.83121932999999956e2","0.62173050000000103e2"],["-0.83136397999999986e2","0.62173050000000103e2"],["-0.83143889999999999e2","0.62176659000000086e2"],["-0.83150832999999977e2","0.62182770000000005e2"],[-83.15943900000002,"0.62198600999999996e2"],["-0.83168059999999912e2","0.62207497000000103e2"],["-0.83176392000000021e2","0.62213051000000064e2"],["-0.83198607999999979e2","0.62222214000000065e2"],["-0.83249435000000005e2","0.62240829000000019e2"],["-0.83275832999999977e2","0.62248604000000114e2"],["-0.83308043999999882e2","0.62252777000000037e2"],["-0.83322784000000013e2","0.62253052000000082e2"],["-0.83337783999999942e2","0.62252219999999966e2"],["-0.83359726000000023e2","0.62249718000000087e2"],["-0.83405562999999972e2","0.62238884000000041e2"],["-0.83471938999999907e2","0.62222763000000043e2"],["-0.83480835000000013e2","0.62219986000000119e2"],["-0.83498885999999914e2","0.62213326000000109e2"],["-0.83513335999999924e2",62.20638300000013],["-0.83539992999999924e2","0.62191933000000006e2"],[-83.57417299999986,"0.62176384000000098e2"],["-0.83639174999999966e2","0.62151100000000099e2"],["-0.83653885000000002e2","0.62145827999999995e2"],["-0.83672774999999945e2","0.62141106000000093e2"],["-0.83683318999999983e2","0.62139717000000076e2"],["-0.83703887999999949e2","0.62141662999999994e2"],["-0.83709441999999967e2","0.62144440000000088e2"],["-0.83713897999999972e2","0.62147216999999955e2"],[-83.71833799999996,"0.62152214000000072e2"],["-0.83722778000000005e2","0.62160271000000023e2"],["-0.83722778000000005e2","0.62167213000000118e2"],["-0.83718063000000029e2",62.17943600000001],["-0.83711945000000014e2","0.62217209000000025e2"],["-0.83711669999999913e2","0.62235825000000034e2"],["-0.83721389999999985e2","0.62281662000000097e2"],["-0.83722778000000005e2","0.62286385000000109e2"],["-0.83725829999999917e2","0.62295273000000066e2"],["-0.83731673999999998e2","0.62303604000000007e2"],["-0.83738892000000021e2","0.62306937999999946e2"],["-0.83756667999999991e2","0.62312492000000134e2"],["-0.83783324999999991e2",62.31888600000002],["-0.83806655999999975e2","0.62326385000000016e2"],["-0.83824448000000018e2","0.62337212000000022e2"],["-0.83902495999999871e2","0.62387497000000053e2"],["-0.83918610000000001e2","0.62399162000000103e2"],["-0.83933608999999876e2","0.62412209000000132e2"],["-0.83942489999999964e2","0.62421661000000029e2"],["-0.83945267000000001e2",62.42721599999993],["-0.83946654999999964e2","0.62434158000000025e2"],["-0.83946654999999964e2","0.62440269000000114e2"],["-0.83945267000000001e2","0.62447212000000093e2"],["-0.83939162999999951e2","0.62457497000000046e2"],["-0.83914168999999958e2","0.62478600000000142e2"],["-0.83908339999999953e2","0.62482764999999972e2"],["-0.83869445999999982e2","0.62501105999999936e2"],["-0.83853058000000033e2","0.62508049000000142e2"],["-0.83814437999999996e2","0.62523880000000077e2"],["-0.83741378999999995e2","0.62551658999999916e2"],["-0.83704177999999956e2","0.62569443000000035e2"],["-0.83698043999999925e2","0.62573051000000135e2"],["-0.83570007000000032e2","0.62675270000000012e2"],["-0.83559433000000013e2","0.62684157999999968e2"],["-0.83550277999999935e2",62.69999700000011],["-0.83545546999999999e2","0.62712212000000022e2"],["-0.83545546999999999e2",62.71776600000004],["-0.83551392000000021e2","0.62726653999999996e2"],["-0.83555831999999953e2","0.62731659000000036e2"],["-0.83558884000000035e2","0.62743881000000044e2"],["-0.83533614999999884e2","0.62810272000000055e2"],["-0.83527495999999928e2",62.8211060000001],["-0.83523055999999997e2","0.62825271999999984e2"],["-0.83516953000000001e2","0.62829994000000056e2"],["-0.83400283999999999e2","0.62897491000000116e2"],["-0.83374160999999958e2","0.62906937000000084e2"],[-83.31082200000003,"0.62924438000000066e2"],["-0.83298614999999984e2","0.62925827000000027e2"],["-0.83211670000000026e2","0.62913605000000075e2"],["-0.83204177999999956e2",62.91027100000008],["-0.83198333999999988e2","0.62906654000000117e2"],["-0.83193877999999984e2","0.62901932000000045e2"],["-0.83182495000000017e2","0.62881378000000097e2"],["-0.83178054999999915e2","0.62876380999999981e2"],["-0.83156112999999948e2","0.62860549999999989e2"],["-0.83142501999999979e2","0.62854439000000127e2"],["-0.83124709999999936e2",62.84804500000007],["-0.83108337000000006e2","0.62843322999999998e2"],["-0.83087509000000011e2","0.62840271000000087e2"],["-0.83061935000000005e2","0.62837493999999992e2"],["-0.83041107000000011e2","0.62837212000000079e2"],["-0.83021392999999989e2","0.62838599999999985e2"],["-0.83001677999999913e2","0.62842491000000052e2"],["-0.82982223999999917e2","0.62847771000000137e2"],["-0.82857497999999964e2",62.88999200000012],["-0.82825561999999991e2",62.90277100000003],["-0.82793335000000013e2","0.62915543000000014e2"],["-0.82759734999999921e2","0.62926940999999999e2"],["-0.82751952999999901e2","0.62928878999999938e2"],["-0.82694442999999978e2","0.62939430000000073e2"],["-0.82652221999999995e2","0.62943878000000041e2"],[-82.62470999999988,"0.62945540999999935e2"],["-0.82606658999999979e2","0.62945540999999935e2"],["-0.82573623999999995e2","0.62943878000000041e2"],["-0.82540833000000021e2","0.62939430000000073e2"],["-0.82507781999999963e2","0.62933601000000067e2"],["-0.82461394999999982e2","0.62927489999999977e2"],["-0.82436110999999983e2","0.62925270000000125e2"],["-0.82420837000000006e2","0.62924995000000138e2"],["-0.82398055999999883e2","0.62927489999999977e2"],["-0.82381377999999984e2","0.62932770000000005e2"],["-0.82378052000000025e2","0.62936377999999934e2"],["-0.82376389000000017e2","0.62941101000000117e2"],["-0.82379165999999998e2","0.62946655000000135e2"],["-0.82383620999999948e2",62.95138500000013],["-0.82379989999999964e2","0.62957497000000103e2"],[-82.37222300000002,"0.62960274000000027e2"],["-0.82292770000000019e2",62.98333000000008],["-0.82266662999999937e2","0.62989159000000086e2"],["-0.82239440999999999e2","0.62990273000000059e2"],["-0.82185821999999916e2","0.62979988000000105e2"],["-0.82121932999999956e2","0.62966660000000104e2"],["-0.82008057000000008e2","0.62954993999999942e2"],[-81.94027699999998,62.95387999999997],["-0.81911666999999966e2","0.62952217000000076e2"],["-0.81905838000000017e2","0.62949997000000053e2"],[-81.87110899999999,"0.62928329000000133e2"]],[["-0.66825561999999991e2","0.62984161000000086e2"],["-0.66831389999999999e2","0.62982765000000029e2"],["-0.66871384000000035e2","0.62988884000000041e2"],["-0.66881942999999978e2","0.62991661000000136e2"],["-0.66889450000000011e2","0.62995269999999948e2"],["-0.67069457999999997e2","0.63107498000000021e2"],["-0.67032776000000013e2","0.63103881999999999e2"],["-0.66965285999999992e2","0.63082496999999989e2"],["-0.66952224999999999e2","0.63078049000000021e2"],["-0.66946105999999872e2",63.07499700000011],["-0.66944442999999922e2","0.63072768999999994e2"],["-0.66930557000000022e2","0.63066939999999988e2"],["-0.66917496000000028e2","0.63059715000000097e2"],["-0.66907501000000025e2","0.63052773000000002e2"],["-0.66830001999999922e2","0.62992493000000081e2"],["-0.66826950000000011e2","0.62989990000000091e2"],["-0.66825011999999958e2","0.62985550000000046e2"],["-0.66825561999999991e2","0.62984161000000086e2"]],[["-0.67764450000000011e2","0.63162491000000045e2"],["-0.67775833000000034e2",63.1616590000001],["-0.67787505999999951e2","0.63163048000000117e2"],[-67.79861499999987,"0.63165543000000127e2"],["-0.67806380999999988e2","0.63168602000000135e2"],["-0.67851943999999946e2","0.63191376000000105e2"],["-0.67863327000000027e2","0.63199158000000011e2"],["-0.67876388999999961e2","0.63211937000000091e2"],["-0.67876937999999996e2","0.63216933999999981e2"],[-67.875,63.22304500000007],["-0.67866393999999957e2","0.63232491000000039e2"],["-0.67852218999999877e2","0.63244438000000002e2"],[-67.84445199999999,"0.63247215000000097e2"],["-0.67839721999999995e2","0.63247215000000097e2"],["-0.67831954999999994e2","0.63244155999999919e2"],["-0.67821945000000028e2","0.63236656000000039e2"],["-0.67822234999999921e2","0.63233330000000024e2"],["-0.67816101000000003e2",63.23054499999995],["-0.67791671999999949e2","0.63214996000000042e2"],["-0.67769454999999994e2","0.63198326000000122e2"],["-0.67746108999999933e2","0.63178879000000109e2"],["-0.67744720000000029e2","0.63173050000000103e2"],["-0.67746384000000035e2","0.63166939000000013e2"],["-0.67764450000000011e2","0.63162491000000045e2"]],[["-0.67925003000000004e2","0.63183327000000077e2"],["-0.67956116000000009e2","0.63181107000000054e2"],[-67.966949,"0.63183875999999998e2"],["-0.68000838999999985e2","0.63208046000000024e2"],["-0.68017226999999991e2","0.63220543000000021e2"],["-0.68061385999999914e2","0.63257773999999984e2"],["-0.68105834999999956e2","0.63299438000000066e2"],["-0.68111663999999962e2","0.63309158000000139e2"],["-0.68112212999999997e2","0.63313606000000107e2"],["-0.68106383999999991e2","0.63318604000000107e2"],["-0.68096953999999926e2","0.63318885999999964e2"],["-0.68085555999999997e2","0.63316101000000117e2"],["-0.68069167999999877e2","0.63309432999999956e2"],["-0.68048889000000031e2","0.63297493000000088e2"],["-0.68032227000000034e2","0.63284996000000092e2"],[-68.00028999999995,"0.63260276999999917e2"],[-67.92582699999997,"0.63196098000000006e2"],["-0.67920546999999999e2","0.63191376000000105e2"],["-0.67916945999999939e2","0.63186653000000092e2"],["-0.67925003000000004e2","0.63183327000000077e2"]],[["-0.78079726999999991e2","0.63469436999999914e2"],["-0.77946105999999986e2","0.63468048000000124e2"],["-0.77937774999999988e2","0.63471100000000035e2"],["-0.77930556999999965e2","0.63474991000000102e2"],["-0.77924164000000019e2",63.47693600000008],["-0.77911941999999954e2","0.63476379000000009e2"],["-0.77845001000000025e2","0.63472214000000008e2"],["-0.77680557000000022e2","0.63434433000000013e2"],["-0.77636672999999917e2","0.63402771000000087e2"],["-0.77495834000000002e2","0.63274994000000106e2"],["-0.77493880999999988e2","0.63269989000000066e2"],[-77.49499499999996,"0.63265831000000105e2"],[-77.50389100000001,"0.63252494999999954e2"],["-0.77573333999999932e2","0.63200546000000145e2"],["-0.77641953000000001e2","0.63171936000000073e2"],["-0.77785277999999892e2","0.63121658000000139e2"],["-0.77898894999999925e2",63.09276600000004],["-0.77906661999999983e2",63.09165999999999],["-0.77931380999999931e2","0.63090546000000018e2"],["-0.77946655000000021e2","0.63091103000000089e2"],["-0.77958343999999954e2","0.63093048000000124e2"],["-0.78025008999999898e2",63.11721],["-0.78124709999999993e2","0.63165825000000041e2"],["-0.78226944000000003e2","0.63221656999999993e2"],["-0.78295546999999999e2",63.25999500000006],["-0.78311385999999914e2","0.63272217000000012e2"],["-0.78322234999999978e2","0.63281105000000025e2"],["-0.78343613000000005e2",63.29694400000011],["-0.78354445999999996e2","0.63303604000000121e2"],["-0.78446655000000021e2","0.63350273000000129e2"],["-0.78486937999999896e2","0.63364998000000071e2"],["-0.78519729999999981e2","0.63370270000000005e2"],["-0.78523894999999982e2","0.63372489999999971e2"],["-0.78562499999999943e2","0.63395828000000108e2"],["-0.78572234999999921e2","0.63434715000000097e2"],["-0.78572783999999956e2","0.63440269000000114e2"],["-0.78551665999999955e2",63.44499200000007],["-0.78379989999999964e2","0.63476379000000009e2"],["-0.78278885000000002e2","0.63489716000000044e2"],["-0.78214111000000003e2","0.63496535999999992e2"],["-0.78212783999999999e2","0.63496101000000067e2"],["-0.78158614999999884e2","0.63482208000000014e2"],["-0.78091675000000009e2","0.63470543000000134e2"],["-0.78079726999999991e2","0.63469436999999914e2"]],[["-0.90653884999999946e2","0.63441101000000003e2"],["-0.90697495000000004e2","0.63439713000000097e2"],["-0.90708892999999932e2","0.63440544000000102e2"],["-0.90719161999999983e2","0.63443603999999993e2"],[-90.72582999999986,"0.63448043999999982e2"],["-0.90755004999999983e2","0.63489716000000044e2"],["-0.90757232999999985e2","0.63494438000000116e2"],["-0.90748046999999929e2","0.63498329000000012e2"],["-0.90737502999999947e2","0.63499161000000129e2"],["-0.90645553999999947e2","0.63483330000000137e2"],["-0.90620269999999948e2",63.47693600000008],["-0.90602782999999988e2","0.63463882000000012e2"],["-0.90598052999999993e2","0.63454436999999984e2"],["-0.90602218999999991e2","0.63449158000000011e2"],["-0.90611937999999952e2",63.44609800000012],["-0.90621932999999956e2","0.63444153000000142e2"],["-0.90653884999999946e2","0.63441101000000003e2"]],[[-78.55749499999996,"0.63457497000000046e2"],["-0.78600554999999929e2","0.63456383000000017e2"],["-0.78603333000000021e2",63.45777099999998],[-78.56138599999997,"0.63502495000000124e2"],["-0.78543334999999956e2","0.63516106000000093e2"],["-0.78515839000000028e2",63.53166200000004],["-0.78505004999999869e2","0.63532493999999929e2"],["-0.78496108999999933e2","0.63529434000000094e2"],["-0.78473327999999981e2","0.63519157000000121e2"],["-0.78468063000000029e2","0.63515549000000021e2"],[-78.46166999999997,"0.63507499999999993e2"],["-0.78459166999999979e2","0.63479988000000048e2"],["-0.78461945000000014e2",63.47387700000013],["-0.78467223999999987e2","0.63469436999999914e2"],["-0.78475554999999986e2","0.63466933999999981e2"],["-0.78531113000000005e2","0.63458603000000039e2"],[-78.55749499999996,"0.63457497000000046e2"]],[["-0.90793609999999944e2","0.63494156000000089e2"],["-0.90804442999999935e2","0.63493324000000143e2"],["-0.90816956000000005e2","0.63495827000000133e2"],["-0.90877212999999983e2","0.63514717000000076e2"],["-0.90933318999999983e2","0.63534164000000089e2"],["-0.90965835999999967e2",63.54583000000008],[-90.96833799999996,"0.63550270000000125e2"],["-0.90957503999999972e2","0.63551384000000098e2"],["-0.90771117999999944e2",63.55193300000002],["-0.90748046999999929e2","0.63550270000000125e2"],["-0.90720001000000025e2","0.63543052999999986e2"],["-0.90709731999999974e2","0.63539992999999924e2"],["-0.90700835999999981e2","0.63536110000000008e2"],["-0.90681380999999988e2",63.52304799999996],["-0.90676940999999886e2","0.63518599999999992e2"],["-0.90674712999999997e2","0.63513884999999959e2"],["-0.90678604000000007e2","0.63508330999999998e2"],["-0.90688889000000017e2",63.50638600000002],["-0.90793609999999944e2","0.63494156000000089e2"]],[["-0.64851944000000003e2","0.63385826000000122e2"],["-0.64856948999999986e2","0.63385826000000122e2"],["-0.64882216999999969e2","0.63395546000000024e2"],["-0.64904175000000009e2",63.40638000000007],["-0.64918335000000013e2","0.63413879000000065e2"],["-0.64942215000000033e2",63.43082400000003],["-0.64950835999999924e2","0.63439156000000025e2"],["-0.65026672000000019e2","0.63515549000000021e2"],["-0.65035278000000005e2","0.63524436999999978e2"],["-0.65053054999999972e2","0.63548331999999959e2"],["-0.65051940999999999e2","0.63552215999999987e2"],["-0.64977218999999991e2","0.63568329000000062e2"],["-0.64967498999999918e2","0.63568329000000062e2"],["-0.64954726999999991e2","0.63558883999999978e2"],["-0.64954726999999991e2","0.63553879000000109e2"],[-64.93360899999999,"0.63544716000000108e2"],["-0.64912216000000001e2","0.63533333000000084e2"],["-0.64909163999999976e2","0.63528603000000089e2"],["-0.64867492999999911e2","0.63461662000000047e2"],["-0.64860824999999863e2","0.63447212000000093e2"],["-0.64847504000000015e2","0.63407494000000042e2"],["-0.64844726999999978e2","0.63396942000000081e2"],["-0.64847778000000005e2","0.63387496999999996e2"],["-0.64851944000000003e2","0.63385826000000122e2"]],[["-0.72182495000000017e2",63.51998900000001],["-0.72207503999999972e2",63.51998900000001],["-0.72218886999999995e2","0.63522491000000059e2"],["-0.72226943999999946e2","0.63525825999999995e2"],["-0.72232772999999895e2","0.63530273000000022e2"],["-0.72286666999999909e2","0.63583328000000108e2"],["-0.72279174999999952e2","0.63585548000000131e2"],["-0.72232223999999917e2","0.63586655000000064e2"],["-0.72230285999999978e2","0.63587212000000136e2"],["-0.72205276000000026e2","0.63583054000000004e2"],["-0.72184432999999956e2","0.63577217000000019e2"],["-0.72135559000000001e2","0.63562767000000065e2"],["-0.72129165999999998e2","0.63558883999999978e2"],["-0.72128052000000025e2","0.63553879000000109e2"],["-0.72145003999999972e2","0.63539436000000023e2"],["-0.72165833000000021e2","0.63526381999999955e2"],["-0.72173614999999984e2","0.63522766000000104e2"],["-0.72182495000000017e2",63.51998900000001]],[["-0.91329177999999956e2","0.63559714999999983e2"],["-0.91401947000000007e2","0.63549438000000009e2"],["-0.91424438000000009e2","0.63550270000000125e2"],[-91.43638599999997,63.55193300000002],["-0.91461944999999901e2","0.63558327000000077e2"],["-0.91540282999999931e2","0.63601662000000033e2"],["-0.91540558000000033e2","0.63606658999999979e2"],["-0.91534164000000033e2","0.63611381999999935e2"],["-0.91501113999999973e2","0.63611938000000123e2"],["-0.91463897999999915e2",63.6097180000001],["-0.91440826000000015e2","0.63608047000000056e2"],["-0.91428604000000007e2","0.63606383999999935e2"],["-0.91416396999999961e2","0.63603607000000068e2"],["-0.91362503000000004e2","0.63590271000000087e2"],[-91.34944200000001,"0.63586655000000064e2"],["-0.91299727999999959e2","0.63567771999999934e2"],["-0.91308884000000035e2","0.63563881000000094e2"],["-0.91329177999999956e2","0.63559714999999983e2"]],[["-0.64092498999999918e2","0.63481659000000093e2"],["-0.64101944000000003e2",63.47943099999992],["-0.64109160999999915e2","0.63483046999999999e2"],["-0.64169448999999986e2","0.63523605000000089e2"],["-0.64180556999999965e2","0.63533051000000057e2"],["-0.64184158000000025e2","0.63537216000000058e2"],["-0.64209166999999979e2","0.63574996999999996e2"],["-0.64216109999999901e2","0.63595268000000033e2"],["-0.64216948999999943e2","0.63601105000000132e2"],["-0.64215285999999935e2","0.63617493000000024e2"],["-0.64212783999999942e2","0.63623604000000114e2"],["-0.64199722000000008e2","0.63633331000000055e2"],["-0.64191939999999988e2","0.63637215000000083e2"],["-0.64182495000000017e2","0.63639435000000105e2"],[-64.17193599999996,"0.63633606000000043e2"],[-64.09333799999996,"0.63568329000000062e2"],["-0.64078338999999914e2","0.63550545000000113e2"],["-0.64077224999999999e2","0.63545273000000009e2"],["-0.64077788999999882e2","0.63539718999999991e2"],["-0.64086120999999935e2","0.63493050000000039e2"],["-0.64087508999999955e2","0.63486655999999982e2"],["-0.64092498999999918e2","0.63481659000000093e2"]],[["-0.68656386999999938e2","0.63626381000000038e2"],["-0.68717772999999909e2","0.63624161000000015e2"],["-0.68731109999999944e2","0.63625549000000092e2"],["-0.68815552000000025e2","0.63649162000000047e2"],["-0.68821670999999981e2","0.63652488999999946e2"],["-0.68820007000000032e2",63.65526600000004],["-0.68793059999999969e2","0.63661659000000043e2"],[-68.71444699999995,"0.63672493000000088e2"],["-0.68691665999999941e2","0.63673607000000061e2"],["-0.68676940999999999e2","0.63671379000000115e2"],["-0.68668883999999935e2","0.63668326999999977e2"],["-0.68666397000000018e2","0.63663879000000009e2"],["-0.68666259999999966e2","0.63662581999999986e2"],["-0.68655272999999966e2","0.63634437999999989e2"],[-68.654449,"0.63630272000000105e2"],["-0.68656386999999938e2","0.63626381000000038e2"]],[["-0.64061110999999983e2","0.63270546000000138e2"],["-0.64070556999999951e2","0.63268326000000116e2"],["-0.64078338999999914e2","0.63268883000000017e2"],["-0.64181945999999982e2",63.29694400000011],[-64.25140399999998,"0.63320830999999998e2"],["-0.64266953000000001e2","0.63326384999999959e2"],["-0.64349730999999963e2","0.63392220000000009e2"],["-0.64353881999999885e2","0.63395828000000108e2"],["-0.64421936000000017e2","0.63471657000000107e2"],["-0.64496108999999876e2",63.6097180000001],["-0.64490554999999972e2","0.63620544000000052e2"],["-0.64479171999999949e2","0.63636940000000038e2"],["-0.64473617999999874e2","0.63640549000000078e2"],["-0.64386672999999973e2","0.63675270000000012e2"],["-0.64377212999999927e2","0.63677489999999977e2"],["-0.64367217999999923e2","0.63675270000000012e2"],["-0.64363051999999925e2","0.63671936000000017e2"],["-0.64328888000000006e2","0.63644440000000145e2"],["-0.64325561999999934e2","0.63637496999999939e2"],["-0.64325561999999934e2",63.59804500000007],["-0.64324447999999961e2","0.63588042999999971e2"],["-0.64321670999999981e2","0.63577492000000063e2"],["-0.64316101000000003e2","0.63562492000000077e2"],["-0.64262511999999958e2","0.63421104000000128e2"],["-0.64232498000000021e2","0.63388329000000113e2"],["-0.64225280999999939e2","0.63384438000000046e2"],[-64.20666499999993,"0.63384163000000001e2"],["-0.64166945999999996e2","0.63369438000000059e2"],["-0.64144729999999925e2","0.63355552999999986e2"],["-0.64099990999999932e2","0.63322769000000108e2"],["-0.64057495000000017e2","0.63278046000000018e2"],["-0.64057495000000017e2","0.63273880000000133e2"],["-0.64061110999999983e2","0.63270546000000138e2"]],[["-0.71799164000000019e2","0.63615546999999935e2"],["-0.71806945999999868e2","0.63611938000000123e2"],["-0.71845275999999956e2","0.63613608999999997e2"],["-0.71855269999999905e2","0.63615829000000019e2"],["-0.71863327000000027e2","0.63619438000000002e2"],["-0.71865829000000019e2","0.63624435000000119e2"],["-0.71865829000000019e2","0.63636383000000137e2"],["-0.71864166000000012e2","0.63669440999999949e2"],["-0.71830565999999919e2","0.63693878000000041e2"],["-0.71821945000000028e2","0.63695267000000058e2"],["-0.71789444000000003e2","0.63691375999999991e2"],[-71.779449,63.68832400000008],["-0.71775283999999999e2","0.63683051999999918e2"],["-0.71777221999999938e2","0.63670830000000137e2"],["-0.71791107000000011e2","0.63627213000000097e2"],["-0.71799164000000019e2","0.63615546999999935e2"]],[["-0.76810546999999985e2","0.63601105000000132e2"],["-0.76710555999999997e2","0.63565826000000072e2"],["-0.76672225999999966e2","0.63528877000000023e2"],["-0.76675551999999925e2","0.63496658000000139e2"],["-0.76681609999999978e2","0.63481354000000067e2"],[-76.61332699999997,"0.63473602000000085e2"],["-0.76565551999999911e2",63.46776600000004],["-0.76546111999999994e2","0.63464714000000129e2"],["-0.76541945999999939e2","0.63462494000000106e2"],["-0.76543883999999991e2","0.63461104999999918e2"],["-0.76675002999999947e2","0.63374709999999993e2"],["-0.76682219999999973e2","0.63370827000000077e2"],["-0.76692214999999976e2","0.63367767000000015e2"],["-0.76703338999999971e2","0.63365829000000076e2"],["-0.76712783999999942e2","0.63365546999999992e2"],["-0.76726105000000018e2",63.36693600000001],["-0.76847778000000005e2","0.63385269000000051e2"],["-0.76984160999999915e2",63.40638000000007],["-0.77035277999999948e2","0.63423882000000106e2"],["-0.77039443999999946e2","0.63426102000000128e2"],["-0.77046111999999994e2",63.42971799999998],["-0.77051391999999964e2","0.63434158000000025e2"],[-77.05360399999995,"0.63436935000000119e2"],["-0.77055556999999965e2","0.63442764000000125e2"],[-77.06138599999997,"0.63450546000000088e2"],["-0.77105834999999956e2","0.63476654000000053e2"],["-0.77111663999999962e2","0.63479713000000004e2"],["-0.77327788999999996e2","0.63572220000000129e2"],[-77.36721799999998,"0.63583054000000004e2"],["-0.77391388000000006e2","0.63585548000000131e2"],["-0.77411666999999966e2","0.63584991000000002e2"],["-0.77422226000000023e2","0.63586655000000064e2"],["-0.77427779999999984e2","0.63589157000000114e2"],["-0.77431945999999982e2","0.63591934000000037e2"],["-0.77442215000000033e2","0.63608330000000024e2"],["-0.77457229999999981e2","0.63643325999999945e2"],["-0.77453887999999949e2","0.63652214000000129e2"],[-77.44027699999998,"0.63665268000000026e2"],["-0.77410277999999948e2","0.63686652999999978e2"],[-77.40055799999999,"0.63688880999999981e2"],["-0.77378051999999968e2","0.63692214999999919e2"],["-0.77343338000000017e2","0.63696098000000063e2"],["-0.77116942999999935e2","0.63681107000000111e2"],["-0.77103332999999964e2",63.67971799999998],[-77.06138599999997,"0.63672768000000076e2"],["-0.77021392999999932e2","0.63664154000000053e2"],["-0.76810546999999985e2","0.63601105000000132e2"]],[["-0.72594727000000034e2","0.63642494000000056e2"],["-0.72604445999999939e2","0.63641663000000051e2"],["-0.72780563000000029e2","0.63659987999999942e2"],["-0.72783324999999877e2",63.66443600000008],["-0.72770553999999947e2","0.63669715999999994e2"],["-0.72756667999999877e2","0.63672768000000076e2"],["-0.72723052999999993e2",63.67860399999995],["-0.72506667999999991e2","0.63707214000000022e2"],["-0.72483886999999982e2","0.63708885000000066e2"],["-0.72474166999999909e2","0.63705826000000116e2"],["-0.72470839999999953e2","0.63702217000000076e2"],["-0.72471389999999985e2","0.63700828999999999e2"],["-0.72468886999999938e2","0.63699158000000125e2"],["-0.72463333000000034e2","0.63689156000000139e2"],["-0.72459731999999974e2","0.63679161000000079e2"],[-72.46055599999994,"0.63672768000000076e2"],["-0.72463897999999972e2","0.63668326999999977e2"],["-0.72584441999999967e2","0.63644440000000145e2"],["-0.72594727000000034e2","0.63642494000000056e2"]],[["-0.64032501000000025e2",63.68971300000004],["-0.64161117999999988e2","0.63674438000000066e2"],["-0.64181106999999997e2","0.63675827000000083e2"],["-0.64200286999999946e2","0.63685546999999985e2"],["-0.64208344000000011e2","0.63697487000000081e2"],[-64.21166999999997,"0.63706383000000017e2"],["-0.64212509000000011e2","0.63712212000000022e2"],["-0.64208892999999989e2","0.63721930999999984e2"],["-0.64180283000000031e2","0.63742218000000094e2"],[-64.17471299999994,"0.63745270000000005e2"],["-0.64166655999999989e2","0.63747772000000055e2"],["-0.64083069000000023e2","0.63758331000000112e2"],["-0.64078063999999983e2","0.63758331000000112e2"],["-0.64075287000000003e2","0.63758049000000028e2"],["-0.64073333999999932e2","0.63756386000000134e2"],["-0.64054840000000013e2","0.63736595000000079e2"],["-0.64043335000000013e2","0.63734161000000086e2"],["-0.64030288999999982e2","0.63729713000000118e2"],["-0.64025283999999942e2",63.70249200000012],["-0.64025283999999942e2","0.63697487000000081e2"],["-0.64026397999999915e2","0.63693878000000041e2"],["-0.64032501000000025e2",63.68971300000004]],[["-0.72667769999999962e2",63.69582400000013],[-72.6949919999999,"0.63690269000000058e2"],["-0.72703613000000018e2","0.63692490000000134e2"],["-0.72734160999999972e2","0.63710823000000005e2"],["-0.72738891999999908e2","0.63714439000000084e2"],["-0.72741669000000002e2","0.63719711000000018e2"],["-0.72743880999999874e2","0.63730270000000019e2"],["-0.72739989999999977e2","0.63736107000000004e2"],["-0.72719727000000034e2",63.76388500000013],["-0.72715560999999923e2","0.63766106000000036e2"],["-0.72705841000000021e2","0.63767494000000113e2"],["-0.72693877999999984e2","0.63765830999999991e2"],["-0.72682495000000017e2","0.63762214999999969e2"],["-0.72664718999999934e2","0.63755554000000018e2"],["-0.72642226999999934e2","0.63745270000000005e2"],["-0.72635833999999988e2","0.63741379000000109e2"],["-0.72626663000000008e2","0.63732207999999957e2"],["-0.72625823999999966e2","0.63727486000000056e2"],["-0.72626389000000017e2","0.63721099999999979e2"],["-0.72634170999999981e2","0.63709160000000054e2"],["-0.72649993999999992e2","0.63701385000000016e2"],["-0.72667769999999962e2",63.69582400000013]],[[-64.28443900000002,"0.63708602999999982e2"],["-0.64286391999999978e2","0.63708046000000081e2"],["-0.64311110999999926e2","0.63709991000000116e2"],["-0.64329178000000013e2",63.71665999999999],["-0.64336394999999925e2","0.63719986000000006e2"],["-0.64348617999999988e2","0.63728042999999957e2"],["-0.64356948999999986e2","0.63736938000000009e2"],["-0.64363616999999977e2","0.63746383999999978e2"],["-0.64381103999999993e2","0.63807495000000131e2"],[-64.35943599999996,"0.63803879000000052e2"],["-0.64339721999999938e2","0.63796943999999996e2"],["-0.64331954999999994e2","0.63791663999999969e2"],["-0.64302779999999927e2",63.78054800000001],["-0.64278610000000015e2","0.63770828000000108e2"],["-0.64275008999999955e2","0.63766663000000108e2"],["-0.64255279999999971e2","0.63729713000000118e2"],["-0.64255004999999926e2",63.72526600000009],["-0.64260833999999875e2","0.63719711000000018e2"],[-64.28443900000002,"0.63708602999999982e2"]],[["-0.64170273000000009e2","0.63856384000000105e2"],["-0.64180831999999896e2","0.63785270999999966e2"],["-0.64195267000000001e2","0.63778603000000032e2"],["-0.64203338999999971e2","0.63776382000000126e2"],["-0.64234435999999903e2","0.63771378000000141e2"],["-0.64245834000000002e2","0.63771378000000141e2"],["-0.64256957999999997e2","0.63774162000000103e2"],["-0.64325561999999934e2",63.80582400000003],["-0.64398346000000004e2","0.63845543000000134e2"],[-64.39916999999997,"0.63849434000000031e2"],["-0.64397780999999895e2","0.63851386999999988e2"],["-0.64396117999999944e2","0.63851936000000137e2"],["-0.64353881999999885e2","0.63861107000000061e2"],["-0.64334091000000001e2","0.63852081000000055e2"],["-0.64325561999999934e2","0.63850273000000016e2"],[-64.31082200000003,"0.63848328000000038e2"],["-0.64268340999999907e2","0.63846100000000035e2"],["-0.64215012000000002e2","0.63850273000000016e2"],["-0.64208344000000011e2","0.63852776000000006e2"],["-0.64200286999999946e2","0.63859718000000044e2"],["-0.64186661000000015e2",63.86721],["-0.64179992999999911e2","0.63865547000000106e2"],["-0.64175827000000027e2","0.63861938000000066e2"],["-0.64170273000000009e2","0.63856384000000105e2"]],[["-0.92954178000000013e2","0.63871101000000067e2"],[-92.96055599999994,"0.63866386000000034e2"],["-0.92972778000000005e2","0.63867767000000072e2"],["-0.92998610999999983e2","0.63873046999999985e2"],["-0.93068619000000012e2","0.63888046000000031e2"],["-0.93093886999999995e2","0.63899994000000049e2"],["-0.93094451999999933e2","0.63904990999999995e2"],["-0.93087783999999999e2","0.63908882000000062e2"],["-0.93070007000000032e2","0.63909713999999951e2"],["-0.93002791999999943e2","0.63911377000000073e2"],["-0.92990829000000019e2","0.63910820000000001e2"],["-0.92978333000000021e2","0.63908324999999991e2"],[-92.97444200000001,63.901657],["-0.92955275999999969e2","0.63880820999999969e2"],["-0.92952498999999989e2","0.63876099000000067e2"],["-0.92954178000000013e2","0.63871101000000067e2"]],[["-0.64576110999999855e2","0.63780822999999998e2"],["-0.64525832999999977e2","0.63771378000000141e2"],["-0.64467772999999966e2","0.63771378000000141e2"],["-0.64461945000000014e2","0.63774712000000136e2"],["-0.64452498999999989e2","0.63777214000000015e2"],["-0.64432769999999948e2","0.63779434000000037e2"],["-0.64426102000000014e2","0.63777771000000087e2"],["-0.64394729999999981e2","0.63745827000000077e2"],["-0.64387511999999958e2","0.63737495000000081e2"],["-0.64386123999999938e2",63.73443600000013],["-0.64386123999999938e2","0.63701660000000004e2"],["-0.64389998999999932e2","0.63696381000000031e2"],["-0.64404175000000009e2","0.63687492000000134e2"],["-0.64419158999999979e2",63.67971799999998],["-0.64436385999999914e2","0.63673324999999977e2"],["-0.64450561999999934e2","0.63671660999999972e2"],["-0.64459441999999967e2","0.63672768000000076e2"],[-64.47444200000001,"0.63679161000000079e2"],["-0.64496947999999918e2","0.63690826000000129e2"],["-0.64661666999999909e2","0.63754997000000117e2"],["-0.64802215999999987e2","0.63764442000000031e2"],["-0.64813323999999966e2","0.63767212000000029e2"],["-0.64890288999999939e2","0.63789435999999966e2"],[-64.90055799999999,"0.63793883999999935e2"],["-0.64906386999999995e2","0.63797493000000145e2"],["-0.64916396999999904e2","0.63806380999999931e2"],["-0.64918335000000013e2","0.63815269000000114e2"],["-0.64920272999999952e2","0.63824715000000083e2"],["-0.64917769999999905e2","0.63831108000000029e2"],["-0.64910277999999948e2","0.63837212000000079e2"],["-0.64896392999999989e2","0.63845267999999976e2"],["-0.64811660999999958e2",63.87721300000004],["-0.64710555999999997e2","0.63908882000000062e2"],["-0.64682494999999903e2",63.91443600000008],["-0.64660278000000005e2","0.63916382000000112e2"],["-0.64647231999999974e2","0.63916100000000085e2"],["-0.64557219999999916e2","0.63909988000000112e2"],["-0.64553054999999915e2","0.63906380000000013e2"],["-0.64549437999999952e2","0.63895271000000093e2"],["-0.64571121000000005e2","0.63870827000000133e2"],["-0.64585555999999997e2","0.63844994000000042e2"],["-0.64576110999999855e2","0.63780822999999998e2"]],[["-0.77743880999999931e2","0.63926658999999916e2"],["-0.77753341999999975e2","0.63925551999999982e2"],["-0.77948607999999979e2","0.63950829000000113e2"],["-0.77956954999999937e2",63.95388000000014],["-0.77966948999999886e2","0.63959160000000054e2"],["-0.77978881999999999e2",63.96915400000006],["-0.77982497999999964e2",63.97554800000006],["-0.77982497999999964e2","0.63983047000000056e2"],["-0.77976105000000018e2","0.63990273000000059e2"],["-0.77957503999999972e2","0.64004715000000033e2"],["-0.77950287000000003e2","0.64009155000000021e2"],["-0.77943603999999993e2","0.64011107999999979e2"],["-0.77923889000000031e2","0.64014999000000046e2"],["-0.77889998999999989e2","0.64019989000000066e2"],["-0.77774445000000014e2","0.64031662000000097e2"],["-0.77753890999999953e2","0.64032761000000107e2"],["-0.77648620999999991e2","0.64032486000000063e2"],["-0.77591110000000015e2","0.64030272999999966e2"],["-0.77557219999999973e2","0.64028046000000074e2"],["-0.77549727999999959e2","0.64025543000000084e2"],["-0.77544448999999986e2","0.64021927000000062e2"],["-0.77545273000000009e2","0.64018600000000106e2"],["-0.77623610999999983e2","0.63997214999999926e2"],["-0.77623885999999914e2",63.99582700000002],["-0.77628052000000025e2","0.63991104000000064e2"],["-0.77639450000000011e2","0.63981934000000024e2"],[-77.68638599999997,"0.63954437000000041e2"],["-0.77728606999999954e2","0.63932213000000104e2"],["-0.77737212999999883e2","0.63928329000000076e2"],["-0.77743880999999931e2","0.63926658999999916e2"]],[["-0.89808884000000035e2","0.64056366000000082e2"],["-0.89817229999999938e2","0.64054703000000131e2"],["-0.89828887999999893e2","0.64055816999999934e2"],["-0.89839447000000007e2","0.64058868000000132e2"],["-0.89847778000000005e2","0.64063034000000073e2"],["-0.89861114999999984e2","0.64071655000000135e2"],["-0.89869995000000017e2","0.64080826000000116e2"],["-0.89871933000000013e2","0.64085541000000148e2"],["-0.89867767000000015e2","0.64095824999999991e2"],["-0.89857498000000021e2",64.0977630000001],["-0.89831679999999892e2","0.64091094999999939e2"],["-0.89828063999999927e2","0.64088318000000072e2"],["-0.89819732999999928e2","0.64080276000000083e2"],[-89.80471799999998,64.0619200000001],["-0.89808884000000035e2","0.64056366000000082e2"]],[["-0.64962783999999999e2","0.64110809000000074e2"],["-0.64948607999999979e2","0.64109710999999947e2"],["-0.64903609999999901e2","0.64111099000000081e2"],[-64.87110899999999,"0.64099152000000117e2"],["-0.64869445999999982e2","0.64096649000000127e2"],["-0.64869995000000017e2","0.64093323000000112e2"],[-64.87332200000003,"0.64090820000000122e2"],["-0.64884445000000028e2","0.64086655000000121e2"],["-0.64905563000000029e2","0.64082214000000022e2"],["-0.64946655000000021e2","0.64078872999999987e2"],["-0.64988892000000021e2","0.64081375000000037e2"],["-0.65002228000000002e2","0.64083878000000027e2"],[-65.02305599999994,"0.64089432000000045e2"],["-0.65045546999999942e2","0.64099426000000051e2"],["-0.65055556999999965e2","0.64108596999999975e2"],["-0.65057495000000017e2",64.11303700000002],["-0.65056380999999931e2","0.64117203000000075e2"],[-65.05221599999993,"0.64121093999999971e2"],["-0.65039718999999934e2","0.64124985000000038e2"],["-0.65025009000000011e2","0.64127472000000125e2"],["-0.65015563999999927e2","0.64126922999999977e2"],["-0.64995270000000005e2",64.12303199999991],["-0.64989990000000034e2","0.64118590999999981e2"],["-0.64980834999999956e2","0.64115265000000136e2"],["-0.64962783999999999e2","0.64110809000000074e2"]],[["-0.64491104000000007e2","0.64109146000000123e2"],["-0.64499999999999943e2",64.10803199999998],["-0.64511397999999929e2","0.64108321999999987e2"],["-0.64587508999999955e2","0.64147491000000059e2"],["-0.64592498999999975e2","0.64151931999999988e2"],["-0.64595276000000013e2",64.15498400000007],[-64.59584000000001,"0.64156647000000021e2"],["-0.64567779999999971e2","0.64163605000000018e2"],["-0.64554169000000002e2","0.64166931000000034e2"],["-0.64524444999999957e2","0.64167206000000022e2"],["-0.64518111999999917e2","0.64166214000000025e2"],[-64.50111400000003,"0.64163314999999955e2"],["-0.64453339000000028e2","0.64146942000000081e2"],["-0.64450287000000003e2","0.64130264000000011e2"],["-0.64491104000000007e2","0.64109146000000123e2"]],[["-0.73176940999999999e2","0.64200271999999984e2"],["-0.73282776000000013e2","0.64143326000000059e2"],["-0.73291945999999939e2",64.14387499999998],["-0.73386397999999872e2","0.64158874999999966e2"],["-0.73396956999999986e2","0.64161102000000028e2"],["-0.73401672000000019e2","0.64165543000000127e2"],["-0.73394729999999925e2","0.64187759000000085e2"],["-0.73393065999999919e2","0.64192474000000118e2"],["-0.73385559000000001e2","0.64196365000000014e2"],["-0.73309433000000013e2","0.64194977000000108e2"],["-0.73206664999999987e2","0.64213882000000069e2"],["-0.73189986999999917e2","0.64212203999999929e2"],["-0.73178054999999972e2","0.64209991000000002e2"],[-73.17332499999992,"0.64205261000000121e2"],["-0.73176940999999999e2","0.64200271999999984e2"]],[["-0.81471389999999985e2","0.64188873000000058e2"],["-0.81493606999999997e2","0.64188309000000118e2"],["-0.81516112999999962e2","0.64190536000000009e2"],["-0.81527785999999992e2","0.64194137999999953e2"],["-0.81536666999999852e2","0.64208603000000096e2"],["-0.81538054999999929e2","0.64218048000000124e2"],["-0.81532226999999921e2","0.64223038000000031e2"],["-0.81470000999999911e2","0.64239426000000094e2"],["-0.81458618000000001e2","0.64238876000000062e2"],["-0.81413329999999974e2","0.64233322000000044e2"],["-0.81390288999999939e2","0.64229155999999932e2"],["-0.81378601000000003e2",64.22554000000008],["-0.81375823999999909e2","0.64220825000000048e2"],["-0.81374999999999943e2","0.64215820000000008e2"],["-0.81378875999999934e2","0.64211929000000112e2"],["-0.81388901000000033e2","0.64204987000000017e2"],["-0.81405272999999909e2",64.19470200000012],["-0.81471389999999985e2","0.64188873000000058e2"]],[[-64.52027899999996,"0.64220261000000107e2"],["-0.64576401000000033e2","0.64210541000000035e2"],["-0.64601668999999958e2","0.64212493999999992e2"],["-0.64611938000000009e2","0.64215820000000008e2"],["-0.64619445999999925e2","0.64219711000000075e2"],["-0.64646956999999986e2","0.64244141000000127e2"],["-0.64647781000000009e2","0.64250000000000114e2"],["-0.64643616000000009e2","0.64255829000000119e2"],["-0.64637512000000015e2","0.64259995000000004e2"],["-0.64629715000000033e2","0.64261658000000125e2"],["-0.64571670999999924e2","0.64264998999999989e2"],["-0.64557525999999996e2","0.64264862000000051e2"],["-0.64553054999999915e2","0.64263321000000076e2"],[-64.55221599999993,"0.64261658000000125e2"],["-0.64552490000000034e2","0.64256653000000085e2"],["-0.64468062999999972e2","0.64243316999999934e2"],["-0.64464721999999938e2",64.240814],["-0.64462218999999948e2","0.64237487999999928e2"],["-0.64464447000000007e2","0.64234420999999998e2"],["-0.64471114999999998e2","0.64231659000000093e2"],[-64.52027899999996,"0.64220261000000107e2"]],[["-0.75551392000000021e2","0.64303863999999976e2"],["-0.75691939999999988e2","0.64302475000000129e2"],["-0.75702224999999999e2","0.64305817000000104e2"],["-0.75708892999999989e2","0.64315262000000132e2"],["-0.75705840999999964e2","0.64341934000000037e2"],["-0.75696655000000021e2","0.64351089000000115e2"],["-0.75686385999999914e2","0.64353317000000061e2"],["-0.75665008999999998e2","0.64350815000000011e2"],["-0.75578887999999949e2","0.64346099999999979e2"],["-0.75572784000000013e2","0.64344985999999949e2"],["-0.75502501999999936e2","0.64319716999999969e2"],["-0.75493606999999997e2","0.64316376000000105e2"],[-75.50111400000003,"0.64313309000000004e2"],["-0.75511123999999938e2","0.64311096000000077e2"],["-0.75551392000000021e2","0.64303863999999976e2"]],[["-0.64938598999999954e2","0.64235535000000027e2"],["-0.64989165999999955e2","0.64209152000000017e2"],[-65.00306699999993,64.21026599999999],["-0.65048614999999984e2","0.64218322999999998e2"],["-0.65052779999999984e2","0.64219436999999971e2"],["-0.65059997999999894e2","0.64223312000000135e2"],["-0.65065551999999968e2","0.64227478000000019e2"],["-0.65073059000000001e2","0.64240540000000067e2"],["-0.65102492999999981e2","0.64296371000000136e2"],["-0.65109160999999972e2","0.64310806000000071e2"],["-0.65113892000000021e2","0.64323608000000036e2"],["-0.65114715999999987e2","0.64329437000000041e2"],["-0.65114166000000012e2","0.64334991000000059e2"],["-0.65112503000000004e2","0.64339706000000092e2"],["-0.65110001000000011e2","0.64343596999999988e2"],["-0.65101669000000015e2","0.64346374999999966e2"],[-65.08944699999995,"0.64349716000000001e2"],["-0.65028884999999889e2","0.64361099000000024e2"],["-0.65021392999999932e2","0.64362487999999985e2"],["-0.65010283999999956e2","0.64361649000000057e2"],["-0.65006393000000003e2","0.64360535000000084e2"],["-0.65001952999999958e2","0.64356934000000024e2"],[-64.99888599999997,"0.64354431000000034e2"],["-0.64982223999999974e2","0.64333054000000004e2"],["-0.64884734999999921e2",64.28776600000009],["-0.64886123999999938e2","0.64283051000000057e2"],["-0.64890838999999971e2","0.64276382000000012e2"],["-0.64926940999999943e2","0.64242477000000065e2"],["-0.64938598999999954e2","0.64235535000000027e2"]],[["-0.73876389000000017e2","0.64301376000000005e2"],["-0.73883620999999948e2","0.64298874000000069e2"],["-0.73951674999999966e2","0.64304977000000008e2"],[-73.96556099999998,64.30664100000007],["-0.73972503999999958e2","0.64309707999999944e2"],[-73.97444200000001,"0.64313309000000004e2"],["-0.73960281000000009e2","0.64362197999999978e2"],[-73.95666499999993,"0.64368317000000047e2"],["-0.73952498999999932e2","0.64370819000000097e2"],["-0.73942214999999919e2","0.64372757000000036e2"],["-0.73932219999999916e2",64.37359600000002],["-0.73918335000000013e2","0.64371918000000051e2"],["-0.73909438999999963e2","0.64369980000000112e2"],["-0.73889175000000023e2","0.64359711000000118e2"],["-0.73879165999999941e2","0.64351928999999984e2"],["-0.73874160999999958e2","0.64343323000000055e2"],[-73.87332200000003,"0.64305252000000053e2"],["-0.73876389000000017e2","0.64301376000000005e2"]],[[-73.69776899999988,"0.64269989000000066e2"],["-0.73704726999999934e2","0.64268875000000037e2"],[-73.72084000000001,"0.64272765999999933e2"],[-73.75389100000001,64.28276100000005],["-0.73776671999999962e2","0.64294708000000014e2"],["-0.73823333999999988e2","0.64324707000000046e2"],["-0.73833618000000001e2","0.64331665000000044e2"],["-0.73781386999999995e2","0.64405547999999953e2"],["-0.73776108000000022e2","0.64407486000000119e2"],["-0.73765563999999983e2","0.64409424000000058e2"],["-0.73749161000000015e2","0.64410262999999986e2"],["-0.73744445999999982e2","0.64405822999999998e2"],["-0.73730835000000013e2","0.64386383000000023e2"],["-0.73729172000000005e2","0.64386107999999979e2"],["-0.73726944000000003e2","0.64383331000000055e2"],["-0.73724441999999954e2","0.64377472000000068e2"],["-0.73702498999999989e2","0.64322769000000108e2"],["-0.73699157999999954e2","0.64314147999999989e2"],["-0.73690552000000025e2","0.64276932000000045e2"],["-0.73691665999999998e2","0.64273605000000089e2"],["-0.73694442999999922e2","0.64271103000000039e2"],[-73.69776899999988,"0.64269989000000066e2"]],[["-0.64849730999999963e2","0.64307479999999998e2"],["-0.64861388999999974e2","0.64307479999999998e2"],["-0.64877212999999983e2","0.64313309000000004e2"],["-0.64888061999999991e2","0.64321105999999986e2"],["-0.64937774999999988e2","0.64361649000000057e2"],["-0.64944992000000013e2",64.37052900000009],["-0.64955565999999976e2","0.64383880999999917e2"],["-0.64959732000000031e2","0.64397217000000069e2"],["-0.64958618000000001e2","0.64405822999999998e2"],["-0.64951674999999909e2","0.64411376999999959e2"],["-0.64946655000000021e2","0.64413605000000132e2"],["-0.64932495000000017e2","0.64417480000000126e2"],["-0.64925277999999992e2","0.64418594000000098e2"],["-0.64910004000000015e2","0.64416655999999989e2"],["-0.64902495999999985e2","0.64412766000000147e2"],["-0.64897507000000019e2","0.64408600000000092e2"],["-0.64820007000000032e2","0.64379425000000026e2"],["-0.64771941999999967e2","0.64348877000000016e2"],["-0.64770553999999947e2","0.64345825000000104e2"],["-0.64773055999999997e2",64.34248400000007],["-0.64849730999999963e2","0.64307479999999998e2"]],[[-74.27194199999991,"0.64413605000000132e2"],["-0.74285004000000015e2",64.41304000000008],["-0.74357497999999964e2","0.64421097000000088e2"],["-0.74377212999999983e2","0.64424423000000104e2"],["-0.74423324999999977e2","0.64443863000000079e2"],["-0.74437209999999936e2","0.64450271999999927e2"],["-0.74439437999999996e2","0.64453323000000125e2"],["-0.74338608000000022e2",64.49470500000001],["-0.74331679999999949e2","0.64496933000000126e2"],[-74.31040999999999,64.49884000000003],["-0.74285277999999948e2","0.64481659000000036e2"],["-0.74228607000000011e2","0.64451096000000064e2"],["-0.74205841000000021e2",64.44747899999993],["-0.74183060000000012e2","0.64443039000000113e2"],[-74.17332499999992,"0.64439148000000046e2"],["-0.74174712999999997e2","0.64434981999999991e2"],["-0.74178328999999962e2","0.64433867999999961e2"],[-74.27194199999991,"0.64413605000000132e2"]],[["-0.73744995000000017e2","0.64426086000000055e2"],["-0.73758346999999958e2","0.64425537000000077e2"],[-73.77806099999998,64.428314],["-0.73781386999999995e2","0.64431931000000134e2"],["-0.73782776000000013e2","0.64437484999999924e2"],["-0.73782500999999968e2","0.64442474000000061e2"],["-0.73776108000000022e2","0.64495818999999983e2"],["-0.73773894999999982e2","0.64501937999999996e2"],["-0.73773330999999928e2","0.64503326000000072e2"],["-0.73746917999999937e2","0.64508513999999991e2"],["-0.73736664000000019e2","0.64507216999999969e2"],["-0.73729172000000005e2","0.64505264000000068e2"],["-0.73724166999999852e2",64.50221300000004],["-0.73673049999999989e2","0.64469711000000018e2"],["-0.73668610000000001e2","0.64464432000000045e2"],["-0.73668334999999956e2","0.64460265999999933e2"],["-0.73671936000000017e2","0.64455826000000116e2"],[-73.67971799999998,"0.64452208999999982e2"],["-0.73727218999999934e2","0.64431091000000094e2"],["-0.73735001000000011e2","0.64428040000000067e2"],["-0.73744995000000017e2","0.64426086000000055e2"]],[["-0.74212783999999999e2","0.64483046999999999e2"],["-0.74223327999999981e2","0.64480270000000075e2"],["-0.74229171999999949e2","0.64481369000000029e2"],["-0.74307495000000017e2","0.64516098000000113e2"],["-0.74331116000000009e2","0.64526656999999943e2"],["-0.74337508999999955e2","0.64531096999999988e2"],["-0.74357773000000009e2","0.64546936000000073e2"],["-0.74357773000000009e2","0.64551086000000112e2"],["-0.74353881999999999e2","0.64553589000000045e2"],["-0.74345550999999944e2","0.64555251999999996e2"],["-0.74253066999999987e2","0.64548035000000084e2"],["-0.74240554999999972e2","0.64546371000000079e2"],["-0.74236114999999984e2","0.64545532000000094e2"],["-0.74169723999999974e2","0.64523880000000077e2"],["-0.74169448999999929e2","0.64519714000000135e2"],["-0.74206664999999987e2","0.64486374000000069e2"],["-0.74212783999999999e2","0.64483046999999999e2"]],[["-0.73557495000000017e2","0.64312758999999971e2"],["-0.73577788999999939e2","0.64309982000000105e2"],["-0.73601669000000015e2","0.64310257000000092e2"],["-0.73626388999999904e2","0.64312758999999971e2"],["-0.73650283999999999e2",64.31721500000009],["-0.73655563000000029e2","0.64320267000000001e2"],["-0.73658339999999953e2","0.64334991000000059e2"],["-0.73669532999999888e2","0.64426849000000118e2"],["-0.73610442999999975e2","0.64470489999999984e2"],[-73.68249499999996,"0.64509720000000129e2"],["-0.73679992999999911e2","0.64526093000000003e2"],["-0.73677779999999927e2","0.64532211000000132e2"],["-0.73666655999999875e2","0.64535538000000088e2"],["-0.73577224999999999e2","0.64559982000000048e2"],["-0.73537215999999944e2","0.64567764000000011e2"],["-0.73527785999999992e2","0.64566940000000045e2"],["-0.73521118000000001e2",64.56303400000013],["-0.73509170999999981e2","0.64552475000000072e2"],["-0.73504729999999938e2","0.64542480000000012e2"],[-73.50306699999993,64.53414900000007],["-0.73489165999999955e2","0.64463318000000072e2"],["-0.73488051999999982e2",64.453598],[-73.48832699999997,"0.64443863000000079e2"],["-0.73490279999999927e2","0.64439148000000046e2"],["-0.73555266999999958e2","0.64314697000000137e2"],["-0.73557495000000017e2","0.64312758999999971e2"]],[["-0.65492767000000015e2","0.64517761000000007e2"],["-0.65658339999999953e2","0.64509720000000129e2"],["-0.65669448999999929e2","0.64510269000000108e2"],[-65.67971799999998,"0.64512207000000046e2"],["-0.65686110999999926e2","0.64515273999999977e2"],["-0.65689712999999983e2",64.51998900000001],["-0.65690276999999924e2","0.64524155000000064e2"],["-0.65689712999999983e2",64.52998400000007],["-0.65686935000000005e2","0.64538879000000122e2"],["-0.65672500999999954e2",64.56053200000008],["-0.65660278000000005e2","0.64573883000000023e2"],["-0.65651108000000022e2","0.64580551000000014e2"],["-0.65615829000000019e2","0.64599152000000004e2"],["-0.65563323999999909e2","0.64615540000000067e2"],["-0.65554442999999992e2","0.64618591000000094e2"],["-0.65546951000000035e2","0.64622481999999991e2"],["-0.65449158000000011e2","0.64678863999999976e2"],["-0.65443877999999927e2","0.64684708000000001e2"],[-65.43582200000003,"0.64696365000000128e2"],["-0.65381942999999922e2","0.64716934000000037e2"],["-0.65292495999999971e2","0.64735535000000084e2"],["-0.65256957999999941e2","0.64709991000000059e2"],["-0.65252501999999936e2","0.64706375000000037e2"],["-0.65258057000000008e2","0.64700821000000019e2"],["-0.65266402999999912e2",64.6933140000001],["-0.65249999999999886e2","0.64663605000000075e2"],["-0.65208054000000004e2","0.64639708999999982e2"],["-0.65208618000000001e2","0.64631363000000079e2"],["-0.65213897999999915e2","0.64626083000000051e2"],["-0.65228057999999919e2",64.6202550000001],["-0.65309433000000013e2",64.60054000000008],["-0.65420272999999952e2",64.55442800000003],["-0.65452788999999939e2","0.64532760999999994e2"],["-0.65450835999999924e2","0.64528320000000065e2"],["-0.65453613000000018e2","0.64524428999999998e2"],["-0.65460555999999997e2","0.64521102999999982e2"],["-0.65468886999999995e2","0.64519150000000025e2"],["-0.65492767000000015e2","0.64517761000000007e2"]],[["-0.63353333000000021e2","0.64994980000000112e2"],["-0.63349167000000023e2","0.64991652999999985e2"],[-63.34722099999999,"0.64991927999999973e2"],["-0.63330558999999994e2","0.64986923000000104e2"],["-0.63257506999999976e2",64.92942800000003],["-0.63256392999999889e2","0.64926376000000118e2"],["-0.63258895999999936e2","0.64921097000000145e2"],[-63.27305599999994,"0.64918045000000063e2"],["-0.63281386999999938e2","0.64918320000000051e2"],[-63.37777699999998,"0.64940811000000053e2"],["-0.63385276999999974e2","0.64944138000000009e2"],["-0.63393889999999942e2","0.64951096000000007e2"],["-0.63417220999999984e2",64.97137499999991],["-0.63420279999999934e2","0.64976089000000059e2"],["-0.63420279999999934e2","0.64978317000000004e2"],["-0.63418892000000028e2","0.64982483000000116e2"],["-0.63415549999999996e2","0.64986923000000104e2"],["-0.63395279000000016e2","0.64995529000000033e2"],["-0.63376105999999993e2","0.64998871000000008e2"],["-0.63363616999999977e2","0.64997208000000057e2"],["-0.63353333000000021e2","0.64994980000000112e2"]],[["-0.63243613999999923e2","0.65254990000000134e2"],["-0.63251395999999943e2","0.65253875999999991e2"],["-0.63256667999999991e2","0.65256104000000107e2"],["-0.63310554999999965e2","0.65290542999999957e2"],["-0.63313331999999946e2","0.65293869000000029e2"],["-0.63311667999999941e2","0.65298035000000084e2"],["-0.63306663999999898e2","0.65302475000000129e2"],["-0.63257781999999963e2","0.65320831000000112e2"],["-0.63244445999999925e2","0.65322769000000051e2"],["-0.63236663999999962e2","0.65321655000000078e2"],["-0.63227218999999991e2","0.65313873000000115e2"],["-0.63166388999999924e2","0.65286102000000085e2"],["-0.63165833000000021e2","0.65282486000000006e2"],["-0.63166663999999969e2",65.27915999999999],["-0.63235274999999888e2","0.65256943000000092e2"],["-0.63243613999999923e2","0.65254990000000134e2"]],[[-66.92471299999994,"0.65284424000000115e2"],["-0.66933883999999978e2","0.65283324999999991e2"],["-0.66962509000000011e2","0.65283599999999979e2"],["-0.66976943999999946e2","0.65284424000000115e2"],["-0.66989166000000012e2","0.65286377000000073e2"],[-66.99110399999995,"0.65288878999999952e2"],["-0.67011123999999938e2","0.65319153000000028e2"],["-0.67011948000000018e2","0.65323044000000095e2"],["-0.67010559000000001e2","0.65333328000000108e2"],["-0.67005004999999926e2","0.65339706000000092e2"],["-0.66992217999999923e2","0.65346100000000092e2"],["-0.66974441999999954e2","0.65350540000000137e2"],["-0.66932494999999903e2","0.65358032000000094e2"],["-0.66920273000000009e2","0.65358597000000088e2"],["-0.66910827999999867e2","0.65356933999999967e2"],["-0.66908614999999998e2",65.355255],["-0.66908050999999944e2","0.65351089000000059e2"],[-66.90943900000002,"0.65346100000000092e2"],[-66.91194200000001,"0.65342209000000025e2"],["-0.66920273000000009e2","0.65294434000000024e2"],["-0.66921386999999982e2","0.65289703000000088e2"],[-66.92471299999994,"0.65284424000000115e2"]],[["-0.89005568999999923e2","0.65385544000000039e2"],["-0.89017501999999979e2","0.65385544000000039e2"],["-0.89030288999999982e2","0.65387496999999939e2"],["-0.89076110999999969e2","0.65394714000000079e2"],["-0.89100280999999882e2","0.65400818000000072e2"],["-0.89099990999999932e2","0.65405822999999941e2"],["-0.89091674999999952e2","0.65408325000000048e2"],[-89.06806899999998,"0.65408325000000048e2"],[-89.03195199999999,"0.65407211000000075e2"],["-0.89018615999999952e2","0.65403320000000008e2"],["-0.89009445000000028e2","0.65399155000000007e2"],["-0.89005279999999914e2","0.65395538000000045e2"],["-0.89003066999999987e2","0.65390549000000078e2"],["-0.89005568999999923e2","0.65385544000000039e2"]],[["-0.88430282999999918e2","0.65455261000000064e2"],["-0.88465011999999888e2","0.65453597999999943e2"],["-0.88489990000000034e2","0.65456650000000081e2"],["-0.88503615999999909e2","0.65460541000000148e2"],["-0.88510284000000013e2","0.65464995999999985e2"],["-0.88512222000000008e2","0.65469711000000018e2"],["-0.88507506999999976e2","0.65474991000000045e2"],["-0.88496383999999978e2","0.65476928999999984e2"],["-0.88485001000000011e2","0.65477767999999969e2"],["-0.88461120999999991e2","0.65477478000000133e2"],["-0.88424163999999962e2","0.65474426000000051e2"],["-0.88398620999999878e2",65.47026100000005],[-88.39416499999993,"0.65465820000000122e2"],["-0.88399733999999967e2","0.65461380000000077e2"],["-0.88421386999999982e2","0.65456940000000088e2"],["-0.88430282999999918e2","0.65455261000000064e2"]],[["-0.62795005999999887e2","0.65519988999999953e2"],["-0.62804442999999992e2","0.65519150000000025e2"],["-0.62819450000000018e2","0.65524155000000064e2"],["-0.62826950000000011e2","0.65528046000000131e2"],["-0.62893889999999942e2","0.65581100000000106e2"],["-0.62895553999999947e2","0.65585541000000035e2"],["-0.62895553999999947e2","0.65589981000000023e2"],["-0.62889724999999942e2","0.65599152000000004e2"],["-0.62884444999999971e2",65.60554500000012],[-62.87471800000003,"0.65613602000000071e2"],[-62.8663939999999,"0.65617477000000065e2"],["-0.62856392000000028e2",65.61914100000007],["-0.62849723999999981e2","0.65618866000000082e2"],["-0.62842773000000022e2","0.65616378999999995e2"],["-0.62838051000000007e2","0.65613602000000071e2"],["-0.62834998999999925e2","0.65606644000000131e2"],["-0.62834998999999925e2","0.65604705999999965e2"],["-0.62830001999999979e2","0.65593048000000124e2"],["-0.62824448000000018e2",65.58526599999999],["-0.62817504999999926e2",65.578598],["-0.62810279999999977e2","0.65574706999999933e2"],["-0.62785560999999973e2","0.65564148000000102e2"],["-0.62765006999999969e2","0.65557480000000112e2"],["-0.62750838999999985e2","0.65551376000000062e2"],["-0.62788894999999968e2","0.65523315000000025e2"],["-0.62795005999999887e2","0.65519988999999953e2"]],[["-0.83882766999999944e2","0.65666931000000091e2"],["-0.83893889999999942e2","0.65664703000000145e2"],["-0.83906386999999938e2","0.65666931000000091e2"],["-0.83937499999999943e2","0.65677199999999914e2"],["-0.83943054000000018e2","0.65681931000000077e2"],["-0.83942214999999976e2","0.65686920000000043e2"],[-83.93638599999997,"0.65691925000000083e2"],["-0.83928328999999962e2",65.69720500000011],["-0.83896118000000001e2","0.65710266000000047e2"],["-0.83884734999999978e2","0.65712769000000037e2"],["-0.83872771999999941e2","0.65712203999999986e2"],["-0.83864440999999943e2","0.65707763999999997e2"],["-0.83868880999999988e2","0.65696930000000123e2"],["-0.83871384000000035e2","0.65686920000000043e2"],["-0.83876937999999939e2","0.65672210999999947e2"],["-0.83882766999999944e2","0.65666931000000091e2"]],[["-0.67472504000000015e2","0.65705261000000007e2"],[-67.55972300000002,"0.65702209000000096e2"],["-0.67584731999999974e2","0.65703598000000113e2"],["-0.67640563999999927e2","0.65696091000000138e2"],["-0.67691375999999934e2","0.65685806000000014e2"],["-0.67701401000000033e2","0.65686096000000077e2"],["-0.67706954999999937e2","0.65688034000000016e2"],["-0.67713897999999858e2","0.65696640000000116e2"],["-0.67715835999999967e2","0.65701659999999947e2"],["-0.67713332999999921e2","0.65705551000000014e2"],["-0.67695830999999885e2","0.65720825000000104e2"],["-0.67658614999999998e2","0.65725266000000033e2"],["-0.67577498999999989e2","0.65731658999999979e2"],["-0.67529175000000009e2","0.65734985000000052e2"],["-0.67499999999999943e2","0.65734985000000052e2"],[-67.48971599999993,"0.65734985000000052e2"],["-0.67424438000000009e2","0.65735260000000039e2"],["-0.67446944999999914e2","0.65718596999999988e2"],["-0.67472504000000015e2","0.65705261000000007e2"]],[["-0.62268332999999984e2","0.65701659999999947e2"],["-0.62259445000000028e2","0.65699707000000046e2"],["-0.62238051999999982e2","0.65702484000000084e2"],["-0.62221107000000018e2","0.65708038000000101e2"],[-62.20416999999992,"0.65711655000000064e2"],["-0.62186385999999914e2","0.65711928999999998e2"],["-0.62167777999999942e2",65.70277399999992],["-0.62131667999999934e2","0.65678863999999976e2"],["-0.62128333999999938e2","0.65674149000000114e2"],["-0.62131942999999978e2","0.65657211000000018e2"],["-0.62135276999999974e2","0.65651382000000012e2"],["-0.62142226999999991e2",65.64498900000001],["-0.62194999999999993e2","0.65612762000000032e2"],["-0.62202498999999989e2","0.65610259999999982e2"],["-0.62215004000000022e2","0.65609984999999938e2"],[-62.22444200000001,"0.65611098999999967e2"],["-0.62296950999999979e2","0.65624985000000095e2"],["-0.62455001999999979e2","0.65659988000000112e2"],["-0.62466109999999958e2","0.65663879000000009e2"],["-0.62483886999999925e2","0.65721099999999922e2"],["-0.62484443999999939e2","0.65726928999999984e2"],["-0.62483611999999994e2","0.65731658999999979e2"],["-0.62480552999999873e2","0.65737761999999918e2"],["-0.62473609999999951e2",65.74192800000003],[-62.46832999999998,"0.65744140999999956e2"],["-0.62461944999999957e2","0.65745254999999986e2"],["-0.62283889999999928e2",65.74443100000002],[-62.27194199999991,"0.65744140999999956e2"],["-0.62260283999999956e2",65.74331699999999],["-0.62252501999999993e2",65.74192800000003],[-62.251396,"0.65739151000000106e2"],["-0.62258613999999909e2","0.65728592000000049e2"],[-62.27027899999996,"0.65723038000000088e2"],["-0.62297501000000011e2","0.65708602999999982e2"],["-0.62268332999999984e2","0.65701659999999947e2"]],[["-0.83283889999999928e2","0.65834152000000131e2"],["-0.83292220999999927e2","0.65828872999999987e2"],[-83.30360399999995,"0.65826385000000016e2"],["-0.83315551999999968e2","0.65826096000000064e2"],["-0.83327498999999932e2",65.82748399999997],["-0.83347777999999892e2","0.65832489000000066e2"],["-0.83395279000000016e2",65.8316650000001],["-0.83406661999999983e2","0.65830276000000083e2"],["-0.83418059999999969e2","0.65827774000000034e2"],["-0.83429168999999945e2","0.65824432000000058e2"],["-0.83439986999999917e2","0.65819153000000085e2"],["-0.83456389999999999e2","0.65808867999999961e2"],["-0.83473327999999981e2","0.65800262000000032e2"],["-0.83485274999999945e2","0.65800812000000064e2"],["-0.83498046999999929e2","0.65804152999999928e2"],["-0.83529723999999987e2","0.65817489999999964e2"],["-0.83559157999999968e2","0.65831100000000049e2"],["-0.83575561999999934e2","0.65839980999999966e2"],["-0.83581679999999892e2","0.65844711000000018e2"],["-0.83585007000000019e2","0.65849426000000051e2"],["-0.83586120999999991e2","0.65854156000000103e2"],["-0.83580291999999986e2","0.65859420999999941e2"],["-0.83571670999999981e2","0.65862488000000042e2"],["-0.83560271999999941e2","0.65864990000000148e2"],["-0.83525283999999886e2","0.65868317000000104e2"],["-0.83478058000000033e2","0.65870255000000043e2"],["-0.83442490000000021e2","0.65870818999999983e2"],[-83.36999499999996,"0.65866653000000042e2"],[-83.345551,"0.65863876000000005e2"],["-0.83333069000000023e2","0.65860260000000096e2"],["-0.83291106999999954e2","0.65843597000000045e2"],["-0.83285277999999948e2","0.65838882000000012e2"],["-0.83283889999999928e2","0.65834152000000131e2"]],[["-0.65645843999999954e2","0.65813034000000073e2"],["-0.65656386999999995e2","0.65812759000000028e2"],["-0.65660278000000005e2","0.65819717000000026e2"],["-0.65654998999999918e2","0.65869431000000077e2"],["-0.65651671999999962e2","0.65876647999999989e2"],["-0.65647781000000009e2","0.65879974000000004e2"],["-0.65636123999999882e2",65.88638300000008],["-0.65623885999999914e2","0.65891373000000101e2"],["-0.65583069000000023e2","0.65902771000000143e2"],["-0.65542769999999962e2","0.65908035000000098e2"],["-0.65531676999999945e2","0.65908874999999966e2"],["-0.65516112999999962e2","0.65906371999999976e2"],["-0.65511397999999929e2","0.65903046000000131e2"],["-0.65512221999999895e2","0.65894440000000031e2"],["-0.65513335999999981e2","0.65890548999999965e2"],[-65.52806099999998,"0.65859420999999941e2"],["-0.65559433000000013e2","0.65834717000000012e2"],["-0.65645843999999954e2","0.65813034000000073e2"]],[["-0.85480559999999969e2","0.65791930999999977e2"],["-0.85468062999999972e2","0.65790817000000004e2"],["-0.85456389999999942e2","0.65791367000000037e2"],["-0.85445266999999944e2","0.65793869000000086e2"],["-0.85424164000000019e2","0.65801926000000094e2"],["-0.85413895000000025e2","0.65807480000000055e2"],[-85.40834000000001,"0.65812485000000095e2"],["-0.85404998999999975e2","0.65817489999999964e2"],["-0.85404175000000009e2","0.65822495000000004e2"],["-0.85393065999999862e2","0.65832764000000054e2"],["-0.85381942999999978e2","0.65835265999999933e2"],["-0.85369995000000017e2","0.65834991000000116e2"],["-0.85333327999999995e2","0.65832214000000022e2"],["-0.85313613999999916e2","0.65830276000000083e2"],["-0.85288605000000018e2","0.65826660000000004e2"],["-0.85263061999999991e2","0.65821106000000043e2"],["-0.85213622999999984e2","0.65808029000000033e2"],["-0.85202788999999939e2","0.65803588999999988e2"],[-85.18582200000003,"0.65794708000000071e2"],["-0.85162505999999894e2",65.78137200000009],["-0.85156386999999938e2","0.65776657000000057e2"],["-0.85049164000000019e2","0.65621643000000006e2"],["-0.85047774999999945e2","0.65616928000000144e2"],["-0.85048614999999984e2","0.65611923000000104e2"],["-0.85051666000000012e2","0.65606934000000138e2"],["-0.85067504999999926e2",65.59637500000008],[-85.08805799999999,"0.65585541000000035e2"],["-0.85120270000000005e2","0.65574996999999996e2"],["-0.85142226999999934e2","0.65569992000000127e2"],["-0.85175827000000027e2","0.65563309000000118e2"],["-0.85232223999999917e2","0.65554703000000018e2"],[-85.24360699999994,65.55386400000009],["-0.85267776000000026e2","0.65555542000000003e2"],["-0.85280563000000029e2",65.55802900000009],["-0.85291945999999882e2","0.65557205000000124e2"],["-0.85302490000000034e2","0.65552765000000079e2"],["-0.85307770000000005e2","0.65547760000000039e2"],["-0.85311110999999926e2","0.65542479999999955e2"],["-0.85311935000000005e2","0.65537766000000033e2"],["-0.85308043999999995e2",65.533051],["-0.85295836999999949e2",65.52388000000002],["-0.85271118000000001e2","0.65511658000000068e2"],["-0.85240829000000019e2","0.65498322000000087e2"],["-0.85204178000000013e2","0.65485809000000017e2"],["-0.85165557999999976e2","0.65474991000000045e2"],["-0.85127776999999924e2","0.65466095000000109e2"],["-0.85088608000000022e2","0.65453597999999943e2"],["-0.85043609999999944e2","0.65436371000000122e2"],[-85.02694699999995,"0.65427475000000015e2"],["-0.85015015000000005e2","0.65418319999999937e2"],["-0.85011123999999938e2","0.65413605000000075e2"],["-0.85002791999999943e2","0.65401382000000069e2"],["-0.85001403999999923e2","0.65396652000000017e2"],["-0.85005004999999983e2",65.37692300000009],["-0.85011672999999973e2","0.65352203000000031e2"],["-0.84930557000000022e2","0.65214157000000057e2"],["-0.84924712999999997e2","0.65209717000000012e2"],["-0.84912216000000001e2","0.65206375000000094e2"],["-0.84900283999999942e2","0.65206100000000106e2"],["-0.84832503999999972e2","0.65212494000000106e2"],["-0.84821395999999879e2","0.65213882000000012e2"],["-0.84810271999999998e2","0.65216385000000002e2"],["-0.84800277999999992e2","0.65221649000000014e2"],["-0.84792496000000028e2","0.65226929000000041e2"],["-0.84748046999999985e2","0.65292755000000056e2"],["-0.84746947999999975e2","0.65297485000000052e2"],["-0.84749724999999899e2","0.65307204999999954e2"],["-0.84755004999999869e2","0.65316666000000112e2"],["-0.84762221999999952e2","0.65326096000000007e2"],["-0.84761123999999995e2","0.65331099999999992e2"],["-0.84758056999999951e2","0.65336105000000032e2"],["-0.84754729999999938e2","0.65341095000000053e2"],["-0.84745834000000002e2","0.65351379000000065e2"],["-0.84740279999999984e2","0.65356368999999972e2"],["-0.84595839999999953e2","0.65475540000000024e2"],[-84.58555599999994,"0.65481093999999985e2"],["-0.84573623999999995e2","0.65481659000000036e2"],["-0.84561934999999949e2","0.65481093999999985e2"],["-0.84549437999999952e2",65.47886699999998],["-0.84440276999999924e2","0.65456650000000081e2"],["-0.84432220000000029e2","0.65453323000000125e2"],["-0.84426392000000021e2","0.65448593000000074e2"],["-0.84424712999999997e2","0.65443863000000079e2"],[-84.42582699999997,"0.65438873000000001e2"],["-0.84314437999999996e2","0.65381653000000142e2"],["-0.84291945999999996e2",65.37692300000009],["-0.84161391999999921e2","0.65341934000000037e2"],["-0.84151107999999908e2","0.65338593000000003e2"],["-0.84147507000000019e2","0.65333878000000141e2"],["-0.84153060999999923e2","0.65328598000000056e2"],["-0.84194153000000028e2","0.65297485000000052e2"],["-0.84201950000000011e2","0.65292206000000078e2"],["-0.84220839999999953e2","0.65284713999999951e2"],["-0.84228881999999999e2","0.65279434000000094e2"],["-0.84230834999999956e2","0.65269440000000088e2"],["-0.84229720999999984e2","0.65264708999999982e2"],["-0.84141388000000006e2","0.65219986000000063e2"],["-0.84088333000000034e2","0.65203873000000044e2"],["-0.83899993999999992e2","0.65165543000000071e2"],["-0.83876098999999954e2","0.65162766000000033e2"],["-0.83852782999999931e2","0.65161652000000004e2"],["-0.83666945999999939e2","0.65160811999999964e2"],["-0.83620543999999938e2","0.65160811999999964e2"],["-0.83540282999999931e2",65.16415400000011],[-83.52806099999998,"0.65161925999999937e2"],["-0.83408614999999998e2","0.65135544000000095e2"],["-0.83388061999999934e2","0.65126647999999932e2"],["-0.83378875999999991e2","0.65117203000000075e2"],[-83.33805799999999,"0.65074707000000046e2"],["-0.83334732000000031e2","0.65069992000000013e2"],["-0.83335830999999928e2","0.65064986999999974e2"],["-0.83339447000000007e2","0.65059982000000105e2"],["-0.83343063000000029e2","0.65045258000000047e2"],["-0.83340835999999967e2","0.65035537999999974e2"],["-0.83330840999999964e2","0.65021378000000084e2"],["-0.83319457999999941e2","0.65012207000000103e2"],["-0.83208053999999947e2","0.64945526000000086e2"],["-0.83198043999999868e2","0.64941086000000098e2"],["-0.83190552000000025e2","0.64939423000000147e2"],["-0.83156386999999995e2","0.64939972000000068e2"],["-0.83005004999999926e2","0.64913039999999967e2"],["-0.82992766999999901e2","0.64909714000000122e2"],["-0.82865828999999962e2","0.64873596000000077e2"],["-0.82855834999999956e2",64.86914100000007],["-0.82848052999999993e2","0.64864426000000037e2"],["-0.82842498999999918e2","0.64859985000000108e2"],["-0.82829726999999991e2","0.64840819999999951e2"],["-0.82828613000000018e2","0.64836104999999918e2"],["-0.82825287000000003e2","0.64831375000000094e2"],["-0.82816390999999953e2","0.64821930000000009e2"],["-0.82800277999999992e2","0.64808868000000018e2"],["-0.82770003999999972e2","0.64795532000000037e2"],[-82.75778200000002,"0.64791092000000049e2"],["-0.82709166999999979e2","0.64776382000000069e2"],["-0.82697220000000016e2",64.77388000000002],["-0.82569732999999928e2","0.64763885000000073e2"],["-0.82361388999999974e2","0.64763610999999969e2"],[-82.34944200000001,"0.64760269000000051e2"],["-0.82211944999999957e2","0.64718323000000055e2"],["-0.82202224999999885e2","0.64713608000000022e2"],["-0.82203339000000028e2","0.64708602999999982e2"],["-0.82209166999999979e2","0.64703598000000113e2"],["-0.82217498999999975e2","0.64698593000000074e2"],["-0.82203612999999962e2","0.64684417999999994e2"],["-0.82064437999999996e2","0.64648605000000089e2"],["-0.81932495000000017e2","0.64584427000000062e2"],["-0.81763061999999991e2","0.64501099000000067e2"],["-0.81753890999999953e2","0.64486923000000047e2"],[-81.75140399999998,"0.64472488000000112e2"],["-0.81753066999999987e2","0.64355820000000051e2"],["-0.81764174999999966e2","0.64341095000000109e2"],["-0.81770003999999972e2","0.64336105000000032e2"],["-0.81777221999999995e2","0.64326096000000007e2"],["-0.81778885000000002e2","0.64321105999999986e2"],["-0.81777221999999995e2",64.31164600000011],[-81.77416999999997,64.30664100000007],[-81.74888599999997,"0.64273605000000089e2"],["-0.81727218999999934e2","0.64258330999999998e2"],["-0.81712783999999999e2","0.64250000000000114e2"],["-0.81702788999999996e2",64.2452550000001],["-0.81669723999999974e2","0.64232758000000103e2"],["-0.81646118000000001e2",64.22554000000008],["-0.81622498000000007e2","0.64216660000000047e2"],["-0.81613051999999982e2","0.64212203999999929e2"],["-0.81600280999999939e2",64.20277400000009],["-0.81594451999999933e2","0.64193313999999987e2"],["-0.81590835999999967e2","0.64183594000000085e2"],["-0.81589995999999928e2",64.17886400000009],["-0.81602492999999981e2","0.64129974000000004e2"],["-0.81610824999999977e2","0.64125809000000004e2"],["-0.81717772999999966e2","0.64099426000000051e2"],["-0.81758621000000005e2","0.64089432000000045e2"],[-81.76916499999993,"0.64088043000000027e2"],["-0.81824447999999961e2","0.64086380000000077e2"],["-0.81879165999999941e2","0.64080826000000116e2"],["-0.81955840999999964e2",64.0619200000001],["-0.81964171999999962e2",64.0577550000001],["-0.81970000999999968e2","0.64052765000000022e2"],["-0.81973617999999931e2","0.64047759999999982e2"],["-0.81999160999999958e2","0.64003326000000015e2"],["-0.81996384000000035e2","0.63998604000000114e2"],["-0.81986938000000009e2","0.63994155999999975e2"],["-0.81975005999999951e2","0.63990546999999992e2"],["-0.81963897999999972e2","0.63988884000000041e2"],["-0.81952498999999932e2",63.98832700000014],["-0.81930556999999965e2","0.63988045000000056e2"],["-0.81897507000000019e2","0.63989990000000091e2"],["-0.81875823999999909e2","0.63991661000000136e2"],[-81.56082200000003,"0.64029433999999981e2"],[-81.44027699999998,"0.64067764000000068e2"],["-0.81383620999999948e2","0.64090546000000018e2"],["-0.81287780999999882e2","0.64080276000000083e2"],["-0.81276397999999972e2",64.07748399999997],["-0.81270003999999915e2","0.64072495000000004e2"],["-0.81264174999999966e2","0.64062759000000028e2"],["-0.81256957999999997e2","0.64059143000000006e2"],["-0.81245543999999995e2","0.64055542000000116e2"],["-0.80964721999999938e2","0.63991936000000123e2"],["-0.80942489999999964e2","0.63990546999999992e2"],["-0.80931670999999994e2","0.63991936000000123e2"],["-0.80920837000000006e2","0.63994995000000131e2"],["-0.80910277999999892e2","0.63999161000000015e2"],["-0.80906661999999926e2","0.64004166000000055e2"],["-0.80903335999999967e2","0.64013885000000073e2"],["-0.80909163999999976e2","0.64023315000000139e2"],["-0.80914168999999958e2","0.64028046000000074e2"],[-80.92582699999997,"0.64032761000000107e2"],["-0.80948607999999979e2","0.64038879000000065e2"],["-0.80967498999999918e2",64.04803499999997],["-0.80972778000000005e2","0.64052765000000022e2"],["-0.80975554999999986e2",64.0577550000001],["-0.80973891999999978e2","0.64062485000000095e2"],["-0.80935821999999973e2","0.64111923000000047e2"],["-0.80890838999999971e2",64.11554000000001],["-0.80812209999999993e2","0.64091094999999939e2"],["-0.80777495999999871e2","0.64079437000000098e2"],["-0.80734726000000023e2","0.64054153000000099e2"],["-0.80566100999999946e2","0.63994155999999975e2"],["-0.80543335000000013e2","0.63987770000000069e2"],["-0.80531677000000002e2","0.63983330000000024e2"],["-0.80522507000000019e2","0.63978600000000029e2"],["-0.80517501999999979e2","0.63973877000000016e2"],["-0.80488327000000027e2","0.63910545000000013e2"],[-80.49221799999998,"0.63905548000000067e2"],["-0.80503066999999987e2","0.63902489000000116e2"],["-0.80567504999999926e2","0.63889435000000049e2"],["-0.80453063999999927e2","0.63859436000000017e2"],["-0.80363051999999925e2","0.63841102999999976e2"],["-0.80217223999999987e2","0.63809989999999971e2"],["-0.80194480999999996e2","0.63804474000000084e2"],["-0.80189986999999974e2","0.63799995000000024e2"],["-0.80174712999999883e2","0.63780822999999998e2"],["-0.80172225999999966e2","0.63776100000000042e2"],["-0.80171660999999972e2","0.63771102999999925e2"],["-0.80178878999999881e2","0.63756660000000068e2"],["-0.80184998000000007e2","0.63751663000000121e2"],["-0.80195830999999885e2",63.748604],["-0.80346953999999982e2","0.63728042999999957e2"],["-0.80357772999999952e2","0.63728600000000085e2"],["-0.80369155999999975e2",63.73333000000008],["-0.80380279999999971e2","0.63734993000000031e2"],["-0.80391387999999949e2","0.63734993000000031e2"],["-0.80402221999999995e2","0.63734717999999987e2"],["-0.80434433000000013e2","0.63731102000000135e2"],["-0.80454178000000013e2","0.63727767999999969e2"],["-0.80485275000000001e2","0.63715546000000018e2"],["-0.80493606999999997e2","0.63710274000000084e2"],["-0.80504729999999995e2","0.63690826000000129e2"],["-0.80506393000000003e2","0.63685822000000144e2"],["-0.80510009999999966e2","0.63681107000000111e2"],[-80.52194199999991,"0.63671104000000071e2"],["-0.80587783999999999e2","0.63635826000000066e2"],["-0.80608886999999982e2","0.63628326000000015e2"],["-0.80774445000000014e2","0.63573326000000122e2"],["-0.80912216000000001e2","0.63526381999999955e2"],["-0.80922501000000011e2","0.63521378000000027e2"],["-0.80930557000000022e2","0.63516106000000093e2"],["-0.80936385999999914e2","0.63511108000000092e2"],["-0.80938048999999864e2",63.50638600000002],[-80.9375,"0.63501389000000074e2"],["-0.80934433000000013e2","0.63496658000000139e2"],["-0.80930557000000022e2","0.63482208000000014e2"],["-0.80930282999999974e2","0.63477486000000113e2"],[-80.9375,"0.63467491000000052e2"],["-0.80958053999999947e2","0.63458328000000051e2"],["-0.80968613000000005e2","0.63455269000000044e2"],["-0.80989440999999999e2","0.63450829000000056e2"],["-0.81011123999999995e2","0.63449158000000011e2"],["-0.81032775999999956e2",63.44860100000011],["-0.81054442999999992e2","0.63449158000000011e2"],["-0.81076401000000033e2","0.63451385000000016e2"],["-0.81110000999999954e2","0.63458328000000051e2"],["-0.81386123999999938e2","0.63526381999999955e2"],["-0.81694153000000028e2","0.63607498000000135e2"],["-0.81734160999999972e2","0.63625549000000092e2"],["-0.81757232999999985e2","0.63634720000000073e2"],["-0.81768889999999999e2","0.63638046000000088e2"],["-0.81779998999999975e2","0.63639717000000132e2"],["-0.81801940999999943e2","0.63641105999999979e2"],["-0.81823623999999995e2","0.63639435000000105e2"],["-0.81855270000000019e2",63.63249200000007],["-0.81876662999999951e2","0.63629990000000021e2"],["-0.81887512000000015e2",63.62943300000012],["-0.81909728999999913e2","0.63631934999999999e2"],["-0.81995270000000005e2","0.63661102000000142e2"],[-82.01167299999986,"0.63667213000000004e2"],["-0.82026397999999972e2","0.63676383999999985e2"],["-0.82031386999999938e2","0.63681107000000111e2"],["-0.82041107000000011e2","0.63685822000000144e2"],["-0.82052490000000034e2","0.63689156000000139e2"],[-82.06361400000003,"0.63690826000000129e2"],["-0.82107772999999952e2","0.63692214999999919e2"],["-0.82129439999999988e2","0.63691658000000018e2"],["-0.82214172000000019e2","0.63687766999999951e2"],["-0.82224715999999887e2","0.63686377999999991e2"],["-0.82285552999999993e2","0.63678047000000049e2"],["-0.82296111999999937e2","0.63674713000000111e2"],["-0.82299437999999952e2","0.63669715999999994e2"],["-0.82298889000000031e2","0.63664992999999981e2"],["-0.82302215999999987e2","0.63659987999999942e2"],["-0.82307769999999948e2","0.63654991000000052e2"],["-0.82318344000000025e2","0.63651657000000057e2"],["-0.82328887999999949e2",63.65026899999998],["-0.82339995999999871e2","0.63650826000000052e2"],["-0.82351395000000025e2","0.63653320000000008e2"],["-0.82472228999999913e2","0.63680275000000051e2"],["-0.82483886999999982e2",63.68471500000004],["-0.82491103999999893e2","0.63689156000000139e2"],["-0.82535278000000005e2","0.63726378999999952e2"],["-0.82545836999999949e2","0.63735550000000103e2"],["-0.82549728000000016e2","0.63745270000000005e2"],["-0.82550827000000027e2","0.63750000000000057e2"],["-0.82546951000000035e2","0.63764717000000019e2"],["-0.82543334999999956e2","0.63769714000000135e2"],["-0.82532226999999978e2","0.63779991000000109e2"],["-0.82514450000000011e2","0.63790276000000063e2"],["-0.82504456000000005e2","0.63795547000000056e2"],["-0.82484160999999972e2","0.63804993000000024e2"],["-0.82473617999999931e2",63.80832700000002],["-0.82431945999999982e2","0.63820273999999984e2"],["-0.82420837000000006e2","0.63820831000000055e2"],[-82.40972899999997,"0.63819160000000011e2"],["-0.82398055999999883e2","0.63815826000000015e2"],["-0.82386672999999973e2","0.63814156000000025e2"],["-0.82376389000000017e2",63.81749700000006],["-0.82372771999999998e2",63.82249500000006],["-0.82353881999999942e2","0.63852219000000105e2"],["-0.82351395000000025e2","0.63861938000000066e2"],["-0.82358336999999949e2","0.63900543000000027e2"],["-0.82361388999999974e2","0.63905265999999983e2"],["-0.82368880999999988e2","0.63909988000000112e2"],["-0.82378325999999959e2",63.91443600000008],["-0.82413894999999968e2","0.63926940999999999e2"],["-0.82525833000000034e2","0.63966103000000032e2"],["-0.82548888999999974e2",63.96915400000006],["-0.82828613000000018e2","0.63979431000000034e2"],["-0.82967223999999987e2","0.63965546000000131e2"],["-0.82978058000000033e2","0.63963051000000121e2"],["-0.83064162999999951e2","0.63951934999999992e2"],["-0.83086944999999957e2","0.63954994000000113e2"],["-0.83098891999999921e2","0.63959160000000054e2"],[-83.12388599999997,"0.63972763000000043e2"],["-0.83129165999999941e2","0.63977486000000056e2"],["-0.83145279000000016e2","0.64001099000000124e2"],["-0.83139724999999999e2","0.64006103999999993e2"],["-0.83095550999999887e2","0.64028320000000008e2"],[-83.029449,"0.64074707000000103e2"],["-0.83016113000000018e2","0.64084991000000116e2"],["-0.82996947999999975e2",64.10026600000009],["-0.82980285999999978e2",64.11554000000001],[-82.97084000000001,"0.64125534000000016e2"],["-0.82961944999999901e2","0.64135818000000029e2"],["-0.82960555999999997e2","0.64140548999999965e2"],[-82.96166999999997,"0.64145538000000101e2"],["-0.82964721999999995e2","0.64150269000000037e2"],["-0.83008346999999958e2","0.64187484999999981e2"],["-0.83019729999999981e2","0.64188873000000058e2"],["-0.83072783999999956e2","0.64186646000000053e2"],["-0.83105269999999962e2","0.64181655999999975e2"],["-0.83126388999999961e2","0.64175811999999951e2"],["-0.83157227000000034e2","0.64163040000000137e2"],["-0.83339447000000007e2","0.64134720000000129e2"],["-0.83488327000000027e2","0.64122482000000048e2"],["-0.83519729999999981e2",64.11442599999998],["-0.83530288999999925e2","0.64111099000000081e2"],["-0.83548339999999996e2","0.64102478000000133e2"],["-0.83673324999999977e2","0.64017212000000029e2"],["-0.83682220000000029e2","0.64007217000000082e2"],["-0.83683318999999983e2","0.64002212999999927e2"],["-0.83676666000000012e2","0.63992766999999958e2"],["-0.83665833000000021e2","0.63983603999999957e2"],["-0.83642501999999979e2","0.63969986000000119e2"],["-0.83626099000000011e2","0.63956099999999992e2"],["-0.83608611999999994e2","0.63937492000000077e2"],["-0.83605559999999969e2","0.63932770000000005e2"],["-0.83604171999999949e2","0.63928047000000049e2"],["-0.83595839999999896e2","0.63825829000000056e2"],["-0.83596664000000033e2","0.63820831000000055e2"],["-0.83623046999999929e2","0.63781661999999983e2"],["-0.83631942999999865e2","0.63771659999999997e2"],["-0.83637222000000008e2","0.63766388000000063e2"],["-0.83647507000000019e2","0.63763054000000125e2"],["-0.83658614999999941e2","0.63763611000000026e2"],["-0.83670272999999952e2","0.63766937000000041e2"],["-0.83694442999999978e2","0.63775826000000109e2"],["-0.83718613000000005e2","0.63779991000000109e2"],["-0.83740554999999972e2","0.63779991000000109e2"],["-0.83750838999999985e2","0.63776657000000114e2"],["-0.83824172999999973e2","0.63747490000000028e2"],["-0.84007232999999985e2","0.63668053000000043e2"],["-0.84012786999999889e2","0.63662765999999976e2"],["-0.84021117999999944e2",63.65277100000003],["-0.84027495999999928e2","0.63642769000000044e2"],["-0.84050277999999935e2","0.63626938000000109e2"],["-0.84069457999999997e2","0.63616386000000091e2"],["-0.84079453000000001e2","0.63611938000000123e2"],["-0.84089447000000007e2","0.63607773000000122e2"],[-84.09973100000002,"0.63605270000000132e2"],["-0.84110000999999954e2","0.63603607000000068e2"],["-0.84121383999999978e2","0.63604163999999969e2"],["-0.84132767000000001e2","0.63606658999999979e2"],["-0.84144729999999925e2","0.63610825000000034e2"],["-0.84162216000000001e2","0.63619713000000047e2"],["-0.84174164000000019e2","0.63623047000000042e2"],["-0.84196380999999917e2",63.62499200000002],["-0.84261123999999995e2",63.62082700000002],["-0.84286117999999988e2","0.63615546999999935e2"],["-0.84388061999999991e2","0.63559158000000082e2"],["-0.84395279000000016e2","0.63553879000000109e2"],[-84.40055799999999,"0.63548607000000004e2"],["-0.84446380999999974e2",63.488045],["-0.84449431999999888e2","0.63483046999999999e2"],["-0.84452224999999942e2","0.63472488000000112e2"],["-0.84447220000000016e2","0.63453323000000012e2"],["-0.84449157999999954e2","0.63443603999999993e2"],["-0.84477492999999981e2",63.3836060000001],["-0.84563323999999966e2","0.63337494000000049e2"],["-0.84754456000000005e2","0.63264160000000061e2"],["-0.84774170000000026e2","0.63257217000000082e2"],["-0.84793883999999991e2","0.63250274999999988e2"],["-0.84823059000000001e2","0.63237213000000111e2"],[-84.841949,"0.63227211000000011e2"],["-0.84870834000000002e2","0.63214157000000114e2"],["-0.84890563999999983e2","0.63207214000000079e2"],["-0.85143341000000021e2","0.63139992000000063e2"],["-0.85224166999999966e2","0.63120827000000133e2"],["-0.85244995000000017e2","0.63118598999999961e2"],["-0.85266402999999968e2","0.63117493000000138e2"],["-0.85288054999999986e2","0.63118324000000143e2"],["-0.85343338000000017e2","0.63122765000000072e2"],["-0.85375823999999909e2","0.63123877999999934e2"],["-0.85396956999999929e2","0.63122765000000072e2"],["-0.85449158000000011e2","0.63116661000000022e2"],["-0.85482223999999974e2","0.63118598999999961e2"],["-0.85493331999999953e2","0.63119987000000094e2"],["-0.85505004999999983e2","0.63123046999999929e2"],["-0.85536391999999921e2","0.63134995000000004e2"],["-0.85543883999999935e2","0.63138328999999999e2"],["-0.85577788999999939e2","0.63165543000000127e2"],["-0.85589171999999962e2","0.63174712999999997e2"],["-0.85592498999999975e2",63.17943600000001],["-0.85638061999999934e2","0.63244995000000074e2"],["-0.85639175000000023e2","0.63249718000000087e2"],["-0.85648345999999947e2",63.33554799999996],["-0.85653884999999946e2","0.63408882000000006e2"],["-0.85650833000000034e2","0.63428604000000007e2"],["-0.85644454999999994e2","0.63443603999999993e2"],["-0.85635833999999988e2","0.63458603000000039e2"],["-0.85626098999999897e2","0.63468880000000013e2"],["-0.85618057000000022e2","0.63479156000000103e2"],[-85.60722399999986,"0.63494438000000116e2"],["-0.85604995999999971e2","0.63509163000000058e2"],["-0.85591110000000015e2","0.63617493000000024e2"],[-85.59333799999996,"0.63631934999999999e2"],["-0.85596114999999941e2","0.63641380000000083e2"],["-0.85607497999999964e2","0.63665268000000026e2"],[-85.61332699999997,"0.63669715999999994e2"],["-0.85717498999999975e2","0.63716103000000089e2"],["-0.85879439999999988e2","0.63704711999999915e2"],[-85.98582499999992,"0.63693320999999969e2"],["-0.86017226999999934e2",63.68832400000008],["-0.86183608999999933e2","0.63653046000000074e2"],["-0.86224441999999954e2","0.63642769000000044e2"],["-0.86244995000000017e2","0.63639435000000105e2"],["-0.86266952999999944e2","0.63638046000000088e2"],["-0.86300277999999935e2","0.63639717000000132e2"],["-0.86346114999999998e2","0.63645546000000138e2"],["-0.86381377999999984e2","0.63652214000000129e2"],["-0.86450286999999889e2","0.63660545000000013e2"],["-0.86552779999999871e2","0.63670273000000066e2"],[-86.56361400000003,"0.63670546999999999e2"],["-0.86596114999999941e2","0.63668602000000021e2"],["-0.86626937999999996e2","0.63661659000000043e2"],["-0.86666397000000018e2","0.63648331000000042e2"],["-0.86694442999999922e2","0.63633606000000043e2"],["-0.86733886999999982e2","0.63606658999999979e2"],["-0.86759170999999981e2","0.63590271000000087e2"],["-0.86778060999999923e2","0.63581108000000086e2"],["-0.86807495000000017e2","0.63571380999999974e2"],["-0.86837783999999999e2","0.63563323999999966e2"],["-0.86847778000000005e2","0.63560822000000087e2"],["-0.86879165999999998e2","0.63555549999999982e2"],["-0.86922225999999966e2","0.63552773000000059e2"],["-0.87050551999999982e2","0.63549720999999977e2"],["-0.87083618000000001e2","0.63550270000000125e2"],["-0.87095275999999956e2","0.63551384000000098e2"],["-0.87118606999999997e2","0.63555824000000086e2"],["-0.87141388000000006e2","0.63563881000000094e2"],[-87.14973399999991,"0.63568329000000062e2"],["-0.87188048999999864e2","0.63589989000000003e2"],["-0.87217223999999987e2","0.63622215000000097e2"],["-0.87222778000000005e2","0.63631660000000011e2"],["-0.87226394999999968e2","0.63641105999999979e2"],["-0.87225280999999995e2","0.63651099999999985e2"],[-87.22193900000002,"0.63665825000000098e2"],["-0.87218886999999938e2","0.63675827000000083e2"],["-0.87210830999999985e2","0.63691100999999946e2"],["-0.87200835999999867e2","0.63706657000000121e2"],["-0.87186661000000015e2","0.63722213999999951e2"],["-0.87161117999999931e2","0.63743607000000054e2"],["-0.86943877999999927e2","0.63900543000000027e2"],["-0.86934432999999956e2","0.63906097000000045e2"],["-0.86915282999999988e2",63.91443600000008],["-0.86875823999999966e2","0.63928604000000121e2"],["-0.86784163999999976e2","0.63956940000000031e2"],["-0.86763625999999988e2","0.63962212000000136e2"],["-0.86700287000000003e2","0.63972214000000122e2"],["-0.86668609999999887e2","0.63978324999999984e2"],["-0.86503890999999896e2","0.64018326000000002e2"],[-86.41361999999998,"0.64048598999999967e2"],["-0.86255004999999926e2","0.64076096000000064e2"],["-0.86233611999999994e2","0.64079437000000098e2"],["-0.86223327999999981e2","0.64081940000000088e2"],["-0.86213333000000034e2","0.64085541000000148e2"],["-0.86203888000000006e2","0.64091094999999939e2"],["-0.86189437999999882e2","0.64101653999999996e2"],["-0.86178328999999962e2","0.64121918000000107e2"],["-0.86178878999999995e2","0.64131653000000028e2"],["-0.86182220000000029e2","0.64141373000000101e2"],["-0.86212219000000005e2","0.64178589000000045e2"],["-0.86253066999999987e2","0.64200546000000088e2"],["-0.86273894999999982e2","0.64208878000000084e2"],["-0.86300551999999982e2","0.64221924000000058e2"],["-0.86308884000000035e2","0.64226379000000065e2"],[-86.3125,"0.64230819999999994e2"],["-0.86354720999999984e2","0.64289978000000133e2"],["-0.86384170999999981e2",64.36442599999998],["-0.86401672000000019e2","0.64436645999999996e2"],["-0.86401107999999965e2","0.64441649999999925e2"],["-0.86383620999999948e2","0.64564987000000087e2"],["-0.86368880999999988e2","0.64629424999999969e2"],["-0.86315552000000025e2","0.64701096000000064e2"],["-0.86272506999999962e2","0.64768051000000014e2"],[-86.24888599999997,"0.64793868999999916e2"],["-0.86238891999999964e2","0.64804152999999985e2"],["-0.86231383999999935e2","0.64809418000000051e2"],["-0.86221114999999998e2","0.64813034000000073e2"],["-0.86210280999999952e2","0.64814697000000024e2"],["-0.86198607999999922e2",64.81442300000009],["-0.86187209999999993e2","0.64815262000000018e2"],["-0.86176665999999955e2","0.64817764000000125e2"],["-0.86171660999999915e2","0.64823043999999982e2"],["-0.86152495999999928e2","0.64918045000000063e2"],["-0.86151947000000007e2","0.64923035000000084e2"],["-0.86153335999999911e2","0.64927765000000136e2"],["-0.86157226999999978e2","0.64932479999999998e2"],["-0.86181106999999997e2","0.64955551000000014e2"],["-0.86187209999999993e2","0.64959991000000002e2"],["-0.86212509000000011e2","0.64966385000000059e2"],[-86.22084000000001,"0.64970535000000041e2"],["-0.86226394999999968e2","0.64979980000000126e2"],["-0.86227782999999988e2","0.64983871000000022e2"],["-0.86225829999999974e2","0.64998596000000134e2"],["-0.86225006000000008e2","0.65003601000000003e2"],["-0.86212219000000005e2",65.03387500000008],["-0.86206389999999885e2","0.65043869000000086e2"],["-0.86198333999999988e2","0.65054153000000099e2"],["-0.86189986999999917e2","0.65064423000000033e2"],[-86.18472300000002,"0.65069717000000026e2"],["-0.86165282999999931e2","0.65080551000000071e2"],["-0.86144729999999981e2",65.08859300000006],["-0.86138335999999924e2","0.65094437000000028e2"],["-0.86138061999999991e2","0.65099425999999994e2"],["-0.86135558999999944e2",65.1827550000001],["-0.86137221999999952e2","0.65197753999999975e2"],["-0.86141953000000001e2","0.65212204000000099e2"],["-0.86146118000000001e2","0.65216660000000047e2"],["-0.86151397999999972e2","0.65226379000000009e2"],["-0.86164168999999958e2","0.65250000000000114e2"],["-0.86170546999999942e2","0.65269150000000081e2"],["-0.86171660999999915e2","0.65278869999999984e2"],["-0.86153335999999911e2","0.65384720000000073e2"],["-0.86149733999999967e2","0.65394714000000079e2"],["-0.86111937999999952e2","0.65494141000000013e2"],["-0.86097777999999948e2","0.65529160000000104e2"],["-0.86013900999999976e2","0.65709152000000074e2"],["-0.86010009999999909e2","0.65714996000000099e2"],["-0.85993880999999988e2","0.65730545000000006e2"],["-0.85982773000000009e2","0.65740814000000057e2"],["-0.85975280999999882e2","0.65746094000000085e2"],["-0.85888335999999981e2","0.65799987999999928e2"],["-0.85832503999999915e2","0.65832489000000066e2"],["-0.85791381999999999e2","0.65853317000000118e2"],["-0.85770554000000004e2","0.65862198000000035e2"],["-0.85728333000000021e2","0.65879425000000083e2"],["-0.85696654999999907e2","0.65891937000000041e2"],["-0.85621108999999933e2","0.65917480000000012e2"],[-85.56527699999998,"0.65930267000000015e2"],["-0.85542496000000028e2","0.65933319000000097e2"],["-0.85506667999999991e2","0.65934418000000051e2"],["-0.85493880999999988e2","0.65932205000000124e2"],["-0.85491013000000009e2","0.65931060999999943e2"],["-0.85482773000000009e2","0.65927765000000079e2"],["-0.85476944000000003e2","0.65923309000000017e2"],["-0.85468886999999938e2","0.65913879000000122e2"],["-0.85469726999999978e2","0.65908874999999966e2"],["-0.85473891999999978e2","0.65898880000000077e2"],["-0.85488892000000021e2","0.65878586000000098e2"],["-0.85511123999999995e2","0.65857758000000047e2"],["-0.85520554000000004e2",65.84275800000006],["-0.85523620999999991e2","0.65823043999999982e2"],["-0.85520554000000004e2","0.65813309000000061e2"],["-0.85516662999999994e2","0.65808594000000028e2"],["-0.85510559000000001e2","0.65804152999999928e2"],["-0.85493331999999953e2","0.65795258000000103e2"],["-0.85480559999999969e2","0.65791930999999977e2"]],[["-0.62136664999999937e2","0.65851379000000009e2"],["-0.62141669999999976e2","0.65849716000000058e2"],["-0.62154442000000017e2","0.65850815000000068e2"],["-0.62162216000000001e2","0.65854156000000103e2"],["-0.62210830999999985e2","0.65880539000000056e2"],["-0.62296950999999979e2","0.65927765000000079e2"],["-0.62296669000000009e2","0.65938583000000051e2"],["-0.62281386999999995e2","0.65946365000000014e2"],["-0.62265006999999969e2","0.65946930000000066e2"],["-0.62230552999999986e2","0.65943862999999965e2"],["-0.62167220999999984e2","0.65932754999999986e2"],["-0.62137779000000023e2","0.65925811999999951e2"],["-0.62139724999999999e2","0.65913040000000137e2"],["-0.62118606999999997e2","0.65881087999999977e2"],["-0.62129996999999889e2","0.65859146000000123e2"],["-0.62136664999999937e2","0.65851379000000009e2"]],[["-0.67138335999999981e2",65.92692599999998],["-0.67145844000000011e2","0.65926376000000118e2"],["-0.67154448999999943e2",65.92886400000009],["-0.67161117999999988e2","0.65932205000000124e2"],["-0.67185271999999941e2","0.65948317999999972e2"],["-0.67209166999999923e2","0.65978867000000037e2"],["-0.67211945000000014e2","0.65982758000000103e2"],["-0.67208892999999989e2","0.65984421000000054e2"],["-0.67199158000000011e2","0.65986373999999955e2"],["-0.67181380999999874e2","0.65987198000000092e2"],["-0.67166945999999939e2","0.65984984999999995e2"],["-0.67153885000000002e2","0.65978591999999992e2"],["-0.67152785999999992e2","0.65974990999999989e2"],["-0.67152602999999885e2","0.65970733999999993e2"],["-0.67134445000000028e2","0.65933044000000052e2"],["-0.67134734999999921e2","0.65930267000000015e2"],["-0.67138335999999981e2",65.92692599999998]],[["-0.83576950000000011e2","0.65983047000000056e2"],["-0.83588607999999965e2","0.65981658999999922e2"],[-83.60082999999986,"0.65983322000000044e2"],["-0.83604445999999996e2","0.65987762000000089e2"],[-83.60082999999986,"0.65993042000000116e2"],["-0.83588897999999972e2","0.66003052000000025e2"],["-0.83570007000000032e2","0.66013611000000083e2"],["-0.83547500999999954e2","0.66019440000000088e2"],["-0.83511397999999986e2","0.66019989000000066e2"],["-0.83498885999999914e2",66.01748699999996],["-0.83493056999999965e2","0.66012771999999927e2"],[-83.50140399999998,66.00749200000007],["-0.83510009999999966e2","0.66003325999999959e2"],["-0.83554442999999935e2","0.65988876000000062e2"],["-0.83576950000000011e2","0.65983047000000056e2"]],[["-0.84722777999999948e2","0.65546097000000088e2"],["-0.84733886999999982e2","0.65544708000000128e2"],["-0.84746108999999933e2","0.65545822000000101e2"],[-84.78472899999997,"0.65556640999999956e2"],["-0.84803604000000007e2","0.65565536000000009e2"],["-0.84828612999999962e2","0.65578873000000044e2"],["-0.84840835999999967e2","0.65588043000000084e2"],["-0.84848052999999879e2","0.65597487999999998e2"],["-0.84853333000000021e2","0.65606934000000138e2"],["-0.84852218999999934e2","0.65611923000000104e2"],["-0.84857772999999952e2","0.65645827999999995e2"],["-0.84858886999999925e2","0.65650818000000072e2"],["-0.84866393999999957e2","0.65659988000000112e2"],["-0.84878601000000003e2","0.65669144000000074e2"],["-0.84900283999999942e2",65.67804000000001],["-0.85028609999999958e2","0.65711655000000064e2"],["-0.85063048999999921e2","0.65723312000000021e2"],["-0.85073897999999986e2","0.65727768000000083e2"],["-0.85082229999999981e2","0.65732208000000128e2"],["-0.85106948999999929e2","0.65750548999999921e2"],["-0.85118057000000022e2","0.65764709000000039e2"],["-0.85181945999999982e2","0.65945526000000086e2"],["-0.85173049999999932e2","0.65994705000000067e2"],["-0.85143889999999942e2","0.66021103000000039e2"],["-0.85137222000000008e2","0.66023315000000082e2"],["-0.85081679999999949e2",66.026657],["-0.85057495000000017e2",66.02609300000006],[-84.9375,"0.66010543999999982e2"],["-0.84924712999999997e2","0.66008040999999992e2"],["-0.84910277999999892e2","0.66000000000000114e2"],["-0.84887221999999952e2","0.65945526000000086e2"],["-0.84883330999999885e2","0.65940811000000053e2"],["-0.84807770000000005e2","0.65895828000000108e2"],["-0.84755004999999869e2","0.65853317000000118e2"],["-0.84716110000000015e2","0.65817215000000147e2"],["-0.84714171999999962e2","0.65807205000000067e2"],["-0.84712783999999942e2","0.65802200000000028e2"],["-0.84707779000000016e2","0.65792755000000113e2"],["-0.84637222000000008e2","0.65712203999999986e2"],["-0.84597503999999958e2","0.65696640000000116e2"],["-0.84586670000000026e2","0.65692200000000071e2"],["-0.84574172999999917e2","0.65639160000000004e2"],["-0.84576110999999969e2","0.65629150000000095e2"],["-0.84585006999999962e2",65.61914100000007],["-0.84598617999999931e2","0.65608597000000032e2"],["-0.84667769999999962e2","0.65560532000000023e2"],["-0.84722777999999948e2","0.65546097000000088e2"]],[["-0.83608611999999994e2","0.66044144000000074e2"],["-0.83642226999999991e2","0.66034988000000112e2"],["-0.83652221999999995e2","0.66036652000000117e2"],["-0.83653609999999901e2",66.04136699999998],["-0.83647507000000019e2","0.66046646000000123e2"],["-0.83644164999999987e2","0.66051650999999993e2"],["-0.83626099000000011e2","0.66066940000000102e2"],["-0.83618056999999965e2","0.66072220000000129e2"],["-0.83607223999999974e2",66.07748400000014],["-0.83597778000000005e2","0.66078873000000101e2"],["-0.83583618000000001e2","0.66070540999999935e2"],["-0.83577788999999996e2",66.06581100000011],["-0.83570847000000015e2","0.66056366000000025e2"],["-0.83574447999999961e2","0.66051376000000005e2"],[-83.58555599999994,"0.66048035000000141e2"],[-83.59722899999997,"0.66046646000000123e2"],["-0.83608611999999994e2","0.66044144000000074e2"]],[["-0.85019164999999987e2",66.05720500000001],["-0.85135558999999944e2","0.66044434000000081e2"],["-0.85147781000000009e2","0.66045821999999987e2"],["-0.85149170000000026e2",66.05053700000002],["-0.85107773000000009e2","0.66084427000000119e2"],[-85.09973100000002,"0.66089706000000092e2"],["-0.85063323999999966e2","0.66087769000000037e2"],["-0.85038604999999961e2","0.66086105000000032e2"],["-0.85016112999999905e2","0.66079712000000086e2"],["-0.85008620999999948e2","0.66070540999999935e2"],["-0.85006957999999941e2","0.66065536000000066e2"],["-0.85010283999999956e2","0.66060531999999967e2"],["-0.85019164999999987e2",66.05720500000001]],[["-0.83649444999999901e2","0.66083602999999982e2"],["-0.83661117999999988e2","0.66081940000000031e2"],["-0.83673614999999984e2","0.66083327999999938e2"],["-0.83692490000000021e2","0.66091370000000097e2"],["-0.83696105999999986e2","0.66096099999999979e2"],["-0.83689986999999974e2","0.66111099000000024e2"],["-0.83685271999999941e2","0.66121093999999914e2"],["-0.83678878999999995e2","0.66125259000000142e2"],["-0.83606658999999979e2","0.66124146000000053e2"],["-0.83593886999999938e2","0.66121643000000063e2"],["-0.83587783999999999e2","0.66117203000000075e2"],["-0.83591674999999896e2","0.66112197999999978e2"],["-0.83604445999999996e2","0.66105820000000051e2"],["-0.83610549999999932e2",66.10165399999994],["-0.83638061999999991e2","0.66086928999999998e2"],["-0.83649444999999901e2","0.66083602999999982e2"]],[["-0.83921386999999982e2","0.66009720000000016e2"],["-0.83730834999999956e2","0.65947754000000032e2"],["-0.83705840999999964e2","0.65934143000000063e2"],["-0.83694152999999972e2","0.65924697999999978e2"],["-0.83683318999999983e2","0.65910538000000088e2"],["-0.83680832000000009e2","0.65901093000000003e2"],["-0.83689163000000008e2","0.65866653000000042e2"],["-0.83699721999999952e2","0.65851379000000009e2"],["-0.83713897999999972e2","0.65841094999999939e2"],["-0.83724715999999944e2","0.65836929000000055e2"],[-83.73582499999992,"0.65833603000000039e2"],["-0.83727492999999924e2","0.65799713000000111e2"],["-0.83525008999999955e2","0.65737761999999918e2"],["-0.83360001000000011e2","0.65727478000000076e2"],["-0.83348052999999993e2","0.65726928999999984e2"],[-83.25111400000003,"0.65716934000000037e2"],["-0.83226944000000003e2","0.65714157000000114e2"],["-0.83214447000000007e2","0.65710541000000092e2"],["-0.83210830999999871e2","0.65705826000000059e2"],[-83.25111400000003,"0.65654709000000139e2"],["-0.83259445000000028e2","0.65649429000000055e2"],["-0.83288894999999968e2","0.65632750999999985e2"],["-0.83299727999999959e2","0.65629424999999969e2"],["-0.83311110999999983e2","0.65627196999999967e2"],["-0.83345000999999968e2",65.62081900000004],["-0.83379165999999998e2","0.65615540000000067e2"],["-0.83391387999999949e2","0.65617203000000131e2"],["-0.83399170000000026e2",65.62081900000004],["-0.83406113000000005e2","0.65630264000000068e2"],[-83.41194200000001,"0.65634720000000016e2"],["-0.83419998000000021e2","0.65639435000000049e2"],["-0.83430557000000022e2","0.65643875000000037e2"],["-0.83443328999999949e2","0.65648041000000148e2"],["-0.83468612999999948e2","0.65654984000000127e2"],["-0.83493056999999965e2",65.65776100000005],["-0.83505004999999926e2","0.65658324999999991e2"],["-0.83528610000000015e2","0.65658324999999991e2"],["-0.83598891999999978e2","0.65656372000000033e2"],["-0.83660277999999948e2","0.65647217000000012e2"],["-0.83829726999999991e2",65.64498900000001],["-0.83842772999999909e2","0.65649155000000121e2"],["-0.83846114999999941e2","0.65653869999999984e2"],[-83.84973100000002,"0.65668320000000108e2"],["-0.83846389999999985e2","0.65673309000000074e2"],["-0.83840560999999866e2","0.65678589000000102e2"],["-0.83794158999999979e2","0.65719437000000028e2"],["-0.83785827999999981e2","0.65724700999999982e2"],["-0.83775009000000011e2","0.65728043000000127e2"],["-0.83740828999999962e2","0.65733322000000101e2"],["-0.83695266999999944e2","0.65741089000000045e2"],["-0.83684158000000025e2",65.74443100000002],["-0.83682769999999948e2","0.65749419999999986e2"],["-0.83688888999999961e2","0.65754166000000055e2"],["-0.83785278000000005e2","0.65788879000000065e2"],["-0.83797501000000011e2","0.65789429000000098e2"],["-0.83808883999999978e2",65.78804000000008],[-83.84973100000002,"0.65780548000000124e2"],[-83.90583799999996,"0.65767487000000017e2"],["-0.83927490000000034e2","0.65759720000000073e2"],["-0.83938048999999978e2",65.74443100000002],["-0.83948607999999922e2","0.65740265000000079e2"],["-0.83960007000000019e2","0.65737761999999918e2"],["-0.83971664000000033e2","0.65737198000000149e2"],["-0.83983886999999925e2","0.65738586000000055e2"],["-0.84071121000000005e2",65.75],["-0.84120543999999938e2","0.65758331000000055e2"],["-0.84133330999999941e2","0.65760817999999972e2"],["-0.84143615999999952e2","0.65764160000000061e2"],["-0.84145003999999972e2","0.65769149999999968e2"],["-0.84141388000000006e2","0.65774155000000007e2"],[-84.11721799999998,"0.65789703000000031e2"],["-0.84111388999999974e2","0.65794983000000059e2"],["-0.84103333000000021e2","0.65809981999999934e2"],["-0.84101105000000018e2","0.65819717000000026e2"],["-0.84123610999999926e2","0.65900269000000037e2"],["-0.84189437999999996e2","0.65968322999999998e2"],["-0.84198043999999925e2","0.65973038000000031e2"],["-0.84208617999999888e2","0.65977203000000031e2"],["-0.84286391999999978e2","0.65999145999999996e2"],["-0.84299438000000009e2","0.66002487000000031e2"],[-84.31138599999997,"0.66003052000000025e2"],["-0.84323333999999988e2","0.66002487000000031e2"],["-0.84358046999999999e2","0.65997756999999979e2"],["-0.84369995000000017e2","0.65997208000000057e2"],["-0.84382766999999944e2","0.66000549000000092e2"],["-0.84424163999999962e2","0.66028046000000018e2"],["-0.84436110999999926e2","0.66037201000000096e2"],["-0.84464447000000007e2","0.66060257000000092e2"],["-0.84468062999999972e2","0.66064986999999974e2"],["-0.84469161999999983e2","0.66069992000000013e2"],["-0.84470001000000025e2","0.66089431999999988e2"],["-0.84471114999999998e2","0.66128311000000053e2"],["-0.84470275999999956e2","0.66133331000000112e2"],["-0.84464447000000007e2","0.66138321000000133e2"],["-0.84455841000000021e2","0.66141663000000051e2"],["-0.84433060000000012e2","0.66138885000000073e2"],["-0.84381103999999993e2","0.66129149999999981e2"],["-0.84368056999999908e2","0.66125808999999947e2"],["-0.84240279999999927e2","0.66098328000000095e2"],["-0.84146392999999875e2","0.66081099999999992e2"],["-0.84039443999999946e2","0.66076934999999992e2"],[-84.00167799999997,"0.66033600000000035e2"],["-0.83921386999999982e2","0.66009720000000016e2"]],[["-0.84579726999999991e2","0.66141373000000044e2"],["-0.84627486999999917e2","0.66139160000000118e2"],["-0.84639998999999989e2","0.66140549000000078e2"],["-0.84648346000000004e2","0.66144989000000123e2"],[-84.654449,"0.66149429000000112e2"],["-0.84675827000000027e2","0.66173035000000027e2"],["-0.84678604000000007e2","0.66182480000000055e2"],["-0.84667220999999927e2","0.66184981999999991e2"],["-0.84618880999999988e2","0.66176651000000049e2"],[-84.59333799999996,"0.66171097000000088e2"],["-0.84589447000000007e2","0.66166382000000056e2"],["-0.84574448000000018e2","0.66147491000000002e2"],["-0.84579726999999991e2","0.66141373000000044e2"]],[["-0.84265288999999996e2","0.66177765000000022e2"],["-0.84276947000000007e2","0.66175262000000089e2"],["-0.84289169000000015e2","0.66175537000000077e2"],["-0.84301391999999964e2","0.66176926000000094e2"],["-0.84313889000000017e2","0.66179428000000144e2"],["-0.84353333000000021e2","0.66190262000000018e2"],["-0.84361937999999952e2","0.66194702000000063e2"],["-0.84364440999999943e2","0.66204436999999928e2"],["-0.84363616999999977e2","0.66209427000000005e2"],["-0.84360001000000011e2","0.66214432000000045e2"],[-84.348343,"0.66215820000000122e2"],["-0.84335830999999985e2","0.66214432000000045e2"],[-84.30972300000002,"0.66207764000000054e2"],["-0.84299164000000019e2","0.66203322999999955e2"],[-84.27305599999994,"0.66196640000000002e2"],["-0.84264450000000011e2","0.66192199999999957e2"],["-0.84258347000000015e2","0.66187759000000085e2"],["-0.84256957999999997e2",66.1827550000001],["-0.84265288999999996e2","0.66177765000000022e2"]],[["-0.62183883999999864e2","0.66237198000000092e2"],["-0.62199164999999994e2","0.66216933999999924e2"],["-0.62404998999999862e2","0.66218597000000045e2"],["-0.62415276000000006e2","0.66219147000000078e2"],["-0.62421668999999952e2","0.66222214000000008e2"],[-62.42999999999995,"0.66229156000000103e2"],["-0.62426665999999898e2","0.66233046999999999e2"],["-0.62419167000000016e2","0.66237762000000032e2"],["-0.62319450000000018e2","0.66269440000000031e2"],["-0.62301940999999999e2","0.66274994000000049e2"],["-0.62287223999999924e2","0.66278046000000131e2"],["-0.62278336000000024e2","0.66279709000000082e2"],["-0.62261672999999973e2","0.66280273000000022e2"],[-62.24888599999997,"0.66278595000000109e2"],["-0.62243057000000022e2","0.66276931999999988e2"],["-0.62231383999999935e2","0.66269440000000031e2"],["-0.62183883999999864e2","0.66237198000000092e2"]],[["-0.83067229999999881e2","0.66255554000000075e2"],["-0.83054992999999911e2","0.66254990000000134e2"],["-0.83043059999999969e2","0.66255264000000068e2"],["-0.83031113000000005e2","0.66256653000000028e2"],["-0.83019454999999994e2","0.66259155000000135e2"],["-0.82996947999999975e2","0.66265823000000069e2"],["-0.82960830999999985e2","0.66272491000000059e2"],["-0.82937209999999936e2","0.66275269000000037e2"],[-82.91332999999986,"0.66276093000000003e2"],["-0.82902495999999985e2","0.66271652000000131e2"],["-0.82904175000000009e2","0.66266662999999937e2"],["-0.82910278000000005e2","0.66261658000000068e2"],["-0.82918610000000001e2","0.66257492000000013e2"],[-82.92971799999998,66.25221300000004],["-0.82935546999999929e2","0.66251389000000074e2"],["-0.82990279999999984e2",66.203598],["-0.82996384000000035e2",66.19859300000013],[-83.00778200000002,"0.66195250999999985e2"],["-0.83019729999999981e2","0.66194977000000051e2"],["-0.83080291999999986e2","0.66196640000000002e2"],["-0.83093062999999972e2","0.66198868000000118e2"],["-0.83263335999999981e2","0.66247208000000001e2"],["-0.83287216000000001e2","0.66256104000000107e2"],["-0.83293335000000013e2","0.66260544000000095e2"],["-0.83296660999999972e2","0.66265273999999977e2"],["-0.83297775000000001e2","0.66270263999999997e2"],["-0.83298339999999882e2","0.66313873000000115e2"],["-0.83285004000000015e2","0.66329163000000108e2"],["-0.83273055999999997e2","0.66339432000000102e2"],["-0.83264175000000023e2","0.66343597000000102e2"],["-0.83252228000000002e2","0.66344986000000119e2"],["-0.83226944000000003e2",66.33998100000008],["-0.83216110000000015e2","0.66335541000000035e2"],["-0.83204726999999934e2","0.66316666000000112e2"],["-0.83173889000000031e2","0.66288589000000115e2"],["-0.83168059999999912e2","0.66283874999999966e2"],["-0.83067229999999881e2","0.66255554000000075e2"]],[[-66.62332200000003,"0.66280823000000055e2"],["-0.66641952999999944e2","0.66279434000000037e2"],["-0.66656951999999933e2","0.66280273000000022e2"],["-0.66667495999999971e2","0.66282760999999994e2"],["-0.66678878999999995e2","0.66286925999999994e2"],["-0.66701400999999976e2","0.66297760000000039e2"],["-0.66741942999999878e2","0.66316376000000105e2"],["-0.66843063000000029e2","0.66362487999999985e2"],["-0.66905837999999903e2","0.66376648000000046e2"],["-0.66916107000000011e2","0.66379974000000118e2"],["-0.66944716999999969e2","0.66394989000000066e2"],["-0.66956115999999952e2","0.66401932000000045e2"],["-0.66958617999999944e2",66.40637200000009],["-0.66958344000000011e2","0.66411926000000051e2"],["-0.66955276000000026e2","0.66413605000000075e2"],["-0.66944442999999922e2","0.66413879000000009e2"],["-0.66851943999999946e2","0.66402205999999978e2"],["-0.66829726999999991e2","0.66398330999999985e2"],["-0.66823059000000001e2","0.66392761000000121e2"],["-0.66820846999999958e2","0.66388046000000088e2"],["-0.66801101999999958e2","0.66375534000000073e2"],["-0.66782227000000034e2","0.66369141000000127e2"],["-0.66726944000000003e2","0.66354980000000126e2"],["-0.66705565999999976e2","0.66349715999999944e2"],["-0.66678329000000019e2","0.66345535000000041e2"],["-0.66662216000000001e2","0.66343597000000102e2"],["-0.66650283999999942e2",66.34304800000001],["-0.66639724999999999e2","0.66340546000000074e2"],[-66.62388599999997,"0.66335266000000047e2"],["-0.66584441999999967e2","0.66320541000000105e2"],["-0.66575012000000015e2","0.66313873000000115e2"],["-0.66573623999999995e2","0.66310806000000014e2"],["-0.66591675000000009e2","0.66293593999999985e2"],["-0.66605269999999962e2","0.66286652000000061e2"],[-66.62332200000003,"0.66280823000000055e2"]],[["-0.66998336999999935e2","0.66493042000000003e2"],["-0.66990279999999984e2","0.66489150999999936e2"],["-0.66976104999999961e2","0.66489150999999936e2"],["-0.66963332999999977e2","0.66487198000000035e2"],["-0.66873321999999973e2","0.66468596999999988e2"],["-0.66868880999999988e2","0.66464431999999988e2"],["-0.66871384000000035e2","0.66460541000000092e2"],["-0.66878052000000025e2","0.66458327999999995e2"],["-0.66936110999999926e2","0.66445525999999973e2"],["-0.66948883000000023e2","0.66444702000000007e2"],["-0.66987212999999997e2","0.66445250999999928e2"],["-0.67030288999999925e2",66.45248400000014],["-0.67036666999999966e2","0.66456099999999992e2"],["-0.67038329999999974e2","0.66472488000000055e2"],["-0.67038054999999986e2","0.66478043000000127e2"],["-0.67035278000000005e2","0.66484711000000118e2"],["-0.67025008999999955e2","0.66489975000000129e2"],["-0.67006957999999884e2","0.66493042000000003e2"],["-0.66998336999999935e2","0.66493042000000003e2"]],[["-0.10792304999999993e3","0.66850540000000024e2"],["-0.10793499799999989e3","0.66849152000000117e2"],["-0.10794611399999991e3","0.66851089000000115e2"],["-0.10794554099999993e3","0.66856934000000024e2"],[-107.837784,"0.67003875999999991e2"],["-0.10783029199999993e3","0.67008606000000043e2"],["-0.10781696299999993e3","0.67009155000000135e2"],["-0.10780666400000001e3","0.67005829000000119e2"],["-0.10779499800000002e3","0.66997208000000001e2"],["-0.10779110699999995e3","0.66988312000000064e2"],["-0.10778971899999999e3","0.66985259999999982e2"],["-0.10779055800000003e3","0.66979705999999965e2"],["-0.10782389799999999e3","0.66901093000000003e2"],["-0.10783000199999992e3","0.66895538000000101e2"],["-0.10789499699999999e3","0.66860809000000017e2"],["-0.10790360999999996e3","0.66856934000000024e2"],["-0.10792304999999993e3","0.66850540000000024e2"]],[["-0.10801445000000001e3","0.66897766000000047e2"],[-108.025284,"0.66895538000000101e2"],["-0.10803859699999998e3","0.66897217000000126e2"],["-0.10804444899999993e3","0.66901382000000126e2"],["-0.10809638999999993e3","0.66967484000000013e2"],["-0.10809777800000001e3","0.66972762999999986e2"],["-0.10810659799999996e3","0.67026001000000065e2"],["-0.10806360599999988e3","0.67001099000000067e2"],["-0.10793831599999999e3","0.66946930000000066e2"],["-0.10795944199999991e3","0.66931655999999975e2"],["-0.10796665999999993e3","0.66926651000000106e2"],["-0.10800583599999987e3","0.66901931999999931e2"],["-0.10801445000000001e3","0.66897766000000047e2"]],[["-0.63059166000000005e2","0.66957764000000111e2"],["-0.63083327999999995e2","0.66954987000000017e2"],["-0.63095550999999944e2","0.66955826000000002e2"],["-0.63116942999999992e2","0.66963043000000084e2"],["-0.63136391000000003e2","0.66974701000000096e2"],["-0.63163054999999929e2","0.66995255000000043e2"],["-0.63165549999999996e2","0.66999145999999939e2"],["-0.63166106999999954e2","0.67004990000000134e2"],["-0.63159163999999976e2","0.67015549000000021e2"],["-0.63154166999999973e2","0.67021378000000027e2"],["-0.63144446999999957e2","0.67028869999999984e2"],["-0.63127494999999954e2","0.67033599999999979e2"],["-0.63123055000000022e2","0.67034713999999951e2"],["-0.63110831999999903e2","0.67033875000000023e2"],["-0.63101668999999902e2","0.67029709000000082e2"],["-0.63098052999999936e2","0.67027205999999978e2"],["-0.63097778000000005e2","0.67023315000000082e2"],["-0.63021111000000019e2","0.66996643000000006e2"],["-0.63011672999999973e2","0.66992477000000065e2"],["-0.63003890999999953e2","0.66988585999999998e2"],["-0.62999999999999886e2","0.66984420999999998e2"],["-0.62999442999999985e2","0.66978591999999992e2"],["-0.63002228000000002e2",66.97554000000008],["-0.63020835999999974e2","0.66966385000000002e2"],["-0.63040000999999961e2","0.66960815000000139e2"],["-0.63059166000000005e2","0.66957764000000111e2"]],[["-0.62918334999999956e2","0.67009720000000016e2"],["-0.62938048999999978e2","0.67005829000000119e2"],["-0.62977775999999949e2","0.67006653000000085e2"],["-0.63009726999999998e2","0.67009995000000004e2"],["-0.63037780999999939e2","0.67015823000000125e2"],["-0.63068335999999988e2","0.67025543000000027e2"],["-0.63092772999999966e2","0.67035812000000078e2"],[-63.12388599999997,"0.67049149000000114e2"],["-0.63135559000000001e2","0.67054703000000075e2"],["-0.63138892999999996e2","0.67059418000000107e2"],["-0.63138054000000011e2","0.67065262000000132e2"],["-0.63135833999999988e2","0.67069716999999969e2"],["-0.63130279999999914e2","0.67074158000000068e2"],[-63.11721799999998,"0.67078873000000101e2"],["-0.63110557999999969e2","0.67080276000000026e2"],["-0.63100081999999929e2","0.67079712000000086e2"],["-0.63002228000000002e2","0.67069443000000035e2"],["-0.62978333000000021e2","0.67062759000000142e2"],["-0.62961112999999955e2","0.67054703000000075e2"],["-0.62941108999999926e2","0.67043593999999985e2"],["-0.62922500999999954e2","0.67031097000000045e2"],["-0.62914444000000003e2","0.67023041000000148e2"],["-0.62912215999999944e2","0.67014708999999982e2"],["-0.62918334999999956e2","0.67009720000000016e2"]],[[-62.64416499999993,"0.67057479999999998e2"],["-0.62646949999999947e2","0.67049988000000042e2"],[-62.65166499999998,67.04693600000013],["-0.62752501999999993e2","0.67010543999999982e2"],["-0.62764449999999954e2","0.67009155000000135e2"],["-0.62782775999999956e2","0.67009430000000009e2"],["-0.62813056999999958e2","0.67016937000000098e2"],["-0.62832222000000002e2","0.67024429000000055e2"],["-0.62899445000000014e2","0.67058318999999983e2"],["-0.62894599999999969e2","0.67059113000000082e2"],["-0.62865004999999996e2","0.67057479999999998e2"],[-62.82028200000002,"0.67055817000000047e2"],["-0.62810279999999977e2",67.05693100000002],["-0.62806664000000012e2",67.05914300000012],["-0.62702869000000021e2","0.67128685000000075e2"],["-0.62652221999999995e2","0.67166091999999992e2"],["-0.62641945000000021e2",67.174149],["-0.62631942999999865e2","0.67176926000000037e2"],["-0.62547782999999924e2","0.67186096000000134e2"],["-0.62533889999999985e2","0.67187195000000088e2"],["-0.62425277999999992e2","0.67191085999999984e2"],["-0.62418059999999969e2",67.19081099999994],[-62.37888299999986,"0.67169708000000071e2"],["-0.62375274999999931e2","0.67165817000000004e2"],["-0.62376105999999936e2","0.67164429000000098e2"],["-0.62388054000000011e2","0.67157486000000063e2"],["-0.62443610999999919e2","0.67135817999999972e2"],["-0.62451942000000031e2","0.67132751000000042e2"],["-0.62472495999999978e2","0.67126083000000051e2"],["-0.62504172999999923e2","0.67119430999999963e2"],["-0.62538612000000001e2","0.67113876000000062e2"],["-0.62569449999999961e2","0.67105819999999994e2"],["-0.62580001999999979e2","0.67102203000000088e2"],["-0.62596106999999961e2","0.67092209000000025e2"],["-0.62631667999999934e2","0.67069991999999957e2"],["-0.62638610999999912e2","0.67063873000000115e2"],[-62.64416499999993,"0.67057479999999998e2"]],[["-0.10740778399999999e3","0.67083054000000004e2"],["-0.10749054699999999e3","0.67071380999999974e2"],["-0.10750639299999995e3","0.67072495000000117e2"],["-0.10751750199999987e3","0.67074706999999989e2"],["-0.10752778599999999e3","0.67078048999999965e2"],["-0.10754972800000002e3",67.08998100000008],["-0.10756500199999999e3","0.67103317000000061e2"],["-0.10757444799999996e3","0.67112198000000149e2"],["-0.10758389299999988e3","0.67121368000000018e2"],["-0.10759110999999996e3","0.67130813999999987e2"],["-0.10762917299999992e3",67.18331900000004],["-0.10763054699999992e3","0.67188582999999994e2"],["-0.10762970699999988e3","0.67194138000000066e2"],["-0.10762666300000001e3","0.67200272000000098e2"],["-0.10762053700000001e3","0.67206100000000049e2"],["-0.10760833700000001e3",67.20748900000001],["-0.10759777799999995e3","0.67204162999999994e2"],["-0.10758168000000001e3","0.67196365000000128e2"],["-0.10757584400000002e3","0.67192200000000128e2"],["-0.10756194299999987e3","0.67183868000000132e2"],["-0.10751000999999991e3",67.15637200000009],["-0.10747778299999993e3","0.67140823000000012e2"],["-0.10746193700000003e3","0.67133331000000055e2"],["-0.10744360399999999e3","0.67126083000000051e2"],[-107.412781,"0.67115814000000057e2"],["-0.10740055799999993e3","0.67113037000000134e2"],["-0.10740778399999999e3","0.67083054000000004e2"]],[["-0.95361663999999962e2","0.67197754000000145e2"],["-0.95373610999999926e2","0.67196365000000128e2"],["-0.95400557999999933e2","0.67197204999999997e2"],["-0.95415282999999988e2","0.67199707000000103e2"],["-0.95430831999999896e2","0.67202773999999977e2"],["-0.95527495999999928e2","0.67223037999999974e2"],["-0.95543334999999956e2","0.67226379000000009e2"],["-0.95551392000000021e2","0.67230270000000075e2"],["-0.95552779999999927e2","0.67235260000000096e2"],["-0.95542220999999984e2","0.67238585999999941e2"],["-0.95391112999999962e2","0.67263046000000145e2"],["-0.95377776999999924e2","0.67262772000000041e2"],["-0.95317229999999995e2","0.67255554000000018e2"],["-0.95307220000000029e2","0.67252486999999917e2"],["-0.95305832000000009e2","0.67247757000000092e2"],["-0.95309432999999956e2","0.67242203000000075e2"],["-0.95314712999999927e2","0.67238585999999941e2"],["-0.95336669999999913e2","0.67212769000000094e2"],["-0.95342772999999966e2","0.67206940000000088e2"],["-0.95361663999999962e2","0.67197754000000145e2"]],[["-0.10766278099999994e3",67.22026100000005],[-107.675003,"0.67218872000000033e2"],["-0.10773029300000002e3","0.67289978000000076e2"],["-0.10773306300000002e3","0.67300261999999918e2"],["-0.10773029300000002e3","0.67306366000000139e2"],["-0.10772501399999993e3",67.31303400000013],["-0.10771083099999998e3","0.67319153000000142e2"],["-0.10767777999999993e3","0.67311919999999986e2"],["-0.10766944899999993e3",67.30802900000009],["-0.10766000399999996e3","0.67298874000000012e2"],["-0.10764472999999998e3","0.67269150000000025e2"],["-0.10764028899999994e3","0.67253601000000117e2"],["-0.10763945000000001e3","0.67242752000000053e2"],["-0.10764250199999992e3","0.67236649000000114e2"],["-0.10764778100000001e3","0.67229980000000012e2"],["-0.10765416699999997e3","0.67224426000000051e2"],["-0.10766278099999994e3",67.22026100000005]],[["-0.63366393999999957e2","0.67287766000000033e2"],["-0.63396111000000019e2","0.67269988999999953e2"],["-0.63417777999999998e2",67.26638800000012],["-0.63456107999999972e2","0.67264434999999992e2"],["-0.63507506999999976e2","0.67269440000000031e2"],["-0.63541945999999939e2","0.67272491000000059e2"],[-63.55972300000002,"0.67273041000000092e2"],["-0.63578339000000028e2","0.67273315000000025e2"],[-63.62027699999993,"0.67269150000000025e2"],["-0.63763618000000008e2","0.67272491000000059e2"],[-63.81361400000003,"0.67279160000000104e2"],["-0.63829726999999878e2",67.28414900000007],["-0.63819449999999961e2","0.67289978000000076e2"],["-0.63796668999999952e2","0.67299987999999985e2"],["-0.63688331999999889e2","0.67341660000000047e2"],["-0.63666663999999969e2","0.67345535000000041e2"],["-0.63646110999999962e2","0.67348038000000031e2"],["-0.63605559999999969e2","0.67352203000000031e2"],["-0.63585830999999871e2","0.67353317000000004e2"],["-0.63485001000000011e2","0.67341094999999996e2"],["-0.63369164000000012e2","0.67302475000000072e2"],["-0.63357779999999991e2","0.67293868999999972e2"],["-0.63366393999999957e2","0.67287766000000033e2"]],[["-0.10791082799999998e3","0.67310532000000023e2"],["-0.10793443300000001e3","0.67306640999999956e2"],["-0.10794803599999995e3","0.67308319000000097e2"],["-0.10808444199999997e3","0.67381363000000079e2"],[-108.076683,"0.67424698000000035e2"],["-0.10807389799999993e3","0.67430817000000104e2"],["-0.10806861899999996e3","0.67437485000000038e2"],["-0.10806111099999993e3","0.67442200000000071e2"],["-0.10794748700000002e3","0.67479980000000012e2"],["-0.10791776999999996e3",67.48942599999998],["-0.10790306099999992e3","0.67489151000000106e2"],["-0.10789472999999992e3","0.67485535000000084e2"],["-0.10788722200000001e3","0.67476089000000115e2"],["-0.10788276699999989e3","0.67462494000000049e2"],["-0.10789806399999998e3","0.67319717000000082e2"],["-0.10790110799999997e3","0.67313598999999954e2"],["-0.10791082799999998e3","0.67310532000000023e2"]],[["-0.10836833200000001e3","0.67467209000000082e2"],["-0.10838194299999998e3","0.67466660000000104e2"],["-0.10839806399999998e3","0.67467758000000003e2"],["-0.10843388399999998e3",67.47665400000011],["-0.10844444299999992e3","0.67479980000000012e2"],["-0.10845278899999994e3","0.67483871000000079e2"],["-0.10845889299999988e3","0.67488037000000134e2"],["-0.10849249299999997e3","0.67519714000000079e2"],["-0.10849638400000003e3","0.67524429000000112e2"],["-0.10849582700000002e3","0.67529984000000013e2"],["-0.10849137899999999e3","0.67563034000000073e2"],["-0.10848137700000001e3","0.67566375999999991e2"],["-0.10845777899999996e3","0.67568054000000132e2"],["-0.10833583099999993e3","0.67565810999999997e2"],["-0.10829750100000001e3","0.67557205000000067e2"],["-0.10828582799999998e3",67.54304500000012],["-0.10828443899999996e3","0.67537766000000147e2"],["-0.10829527299999995e3",67.49693300000007],["-0.10830166600000001e3","0.67491089000000045e2"],["-0.10835722399999986e3","0.67469437000000028e2"],["-0.10836833200000001e3","0.67467209000000082e2"]],[["-0.10814111300000002e3","0.67449997000000053e2"],["-0.10816944899999993e3","0.67449707000000046e2"],["-0.10823665599999993e3","0.67456650000000025e2"],["-0.10825167799999997e3","0.67458878000000141e2"],["-0.10826222200000001e3","0.67462204000000042e2"],["-0.10826806599999992e3","0.67466660000000104e2"],["-0.10827194199999991e3","0.67471374999999966e2"],[-108.275284,"0.67481658999999979e2"],["-0.10822556299999997e3","0.67565536000000122e2"],["-0.10821916199999987e3","0.67571106000000043e2"],["-0.10820638999999994e3","0.67570540999999992e2"],["-0.10819833399999999e3","0.67566665999999998e2"],["-0.10817360699999995e3","0.67552475000000015e2"],[-108.1661069999999,67.54304500000012],["-0.10813137799999993e3","0.67481934000000024e2"],["-0.10812970699999994e3",67.47665400000011],["-0.10812888299999997e3","0.67465820000000065e2"],["-0.10812943999999999e3","0.67460266000000047e2"],["-0.10813249200000001e3","0.67454163000000108e2"],["-0.10814111300000002e3","0.67449997000000053e2"]],[["-0.10832277699999997e3","0.67589980999999966e2"],["-0.10832362399999994e3","0.67586655000000121e2"],["-0.10833944700000001e3","0.67587769000000094e2"],["-0.10842027300000001e3","0.67599426000000051e2"],["-0.10848222399999992e3","0.67631363000000022e2"],["-0.10848388699999992e3","0.67636658000000068e2"],[-108.475281,"0.67640548999999965e2"],["-0.10846389799999992e3","0.67643051000000071e2"],["-0.10844803599999995e3","0.67641937000000041e2"],["-0.10841832699999992e3",67.63638300000008],["-0.10840334299999995e3","0.67634155000000135e2"],[-108.390289,"0.67631088000000034e2"],[-108.379707,"0.67627762000000132e2"],["-0.10837138400000003e3",67.62414600000011],["-0.10833416699999992e3","0.67604156000000103e2"],["-0.10832277699999997e3","0.67589980999999966e2"]],[["-0.63881942999999978e2","0.67503326000000015e2"],["-0.63935555000000022e2","0.67501938000000109e2"],["-0.63979163999999912e2","0.67503052000000082e2"],[-63.99500299999994,"0.67504166000000055e2"],["-0.64005279999999914e2","0.67505263999999954e2"],["-0.64025283999999942e2","0.67510544000000039e2"],["-0.64029723999999874e2","0.67513885000000073e2"],["-0.64031677000000002e2","0.67518600000000106e2"],["-0.64034728999999913e2",67.52887000000004],["-0.64038054999999872e2","0.67542755000000113e2"],["-0.64034438999999907e2","0.67558594000000028e2"],["-0.63981110000000001e2","0.67644150000000025e2"],["-0.63976944000000003e2","0.67649428999999998e2"],["-0.63969993999999986e2","0.67653595000000109e2"],["-0.63962775999999963e2",67.65554800000001],["-0.63952498999999989e2","0.67654434000000037e2"],["-0.63945549000000028e2","0.67651382000000126e2"],[-63.93721800000003,"0.67645263999999997e2"],["-0.63926392000000021e2","0.67633330999999941e2"],["-0.63922226000000023e2","0.67624985000000038e2"],["-0.63915549999999996e2","0.67617203000000131e2"],["-0.63904442000000017e2",67.60803199999998],["-0.63875556999999958e2","0.67593048000000067e2"],["-0.63853888999999924e2","0.67585541000000148e2"],["-0.63815276999999924e2","0.67566665999999998e2"],["-0.63787223999999981e2","0.67550537000000077e2"],["-0.63769996999999989e2","0.67537766000000147e2"],["-0.63763618000000008e2","0.67529709000000025e2"],["-0.63758056999999951e2","0.67520538000000045e2"],["-0.63760833999999988e2",67.51527400000009],["-0.63769447000000014e2","0.67513321000000133e2"],["-0.63818335999999988e2",67.5086060000001],["-0.63842223999999931e2","0.67506377999999984e2"],["-0.63881942999999978e2","0.67503326000000015e2"]],[["-0.10805999799999995e3","0.67475266000000033e2"],["-0.10808972199999994e3","0.67465546000000131e2"],["-0.10810333300000002e3","0.67467209000000082e2"],[-108.109444,"0.67471374999999966e2"],["-0.10811332700000003e3","0.67476089000000115e2"],[-108.14389,"0.67530547999999953e2"],["-0.10814277600000003e3","0.67541655999999989e2"],["-0.10813362099999989e3","0.67628036000000066e2"],["-0.10813221699999997e3","0.67639434999999992e2"],["-0.10811776699999996e3","0.67669982999999945e2"],["-0.10811361699999998e3","0.67675261999999975e2"],["-0.10810109699999992e3","0.67676651000000106e2"],[-108.087219,"0.67674988000000042e2"],["-0.10801418299999995e3","0.67662491000000045e2"],["-0.10800361599999997e3",67.65914900000007],["-0.10799553700000001e3","0.67655258000000003e2"],["-0.10798944099999994e3","0.67651093000000003e2"],["-0.10798332199999999e3","0.67644714000000135e2"],["-0.10792832900000002e3","0.67561645999999996e2"],["-0.10792304999999993e3","0.67551651000000049e2"],["-0.10792138699999992e3",67.54664600000001],[-107.922234,"0.67540817000000004e2"],["-0.10792749000000003e3","0.67534424000000058e2"],["-0.10805999799999995e3","0.67475266000000033e2"]],[["-0.97502791999999943e2","0.67624420000000043e2"],["-0.97515563999999927e2","0.67623871000000065e2"],["-0.97530288999999982e2","0.67624985000000038e2"],["-0.97541381999999999e2","0.67628860000000032e2"],["-0.97549437999999952e2","0.67638045999999974e2"],["-0.97551391999999964e2","0.67642761000000007e2"],["-0.97553054999999915e2","0.67647766000000104e2"],["-0.97560546999999929e2","0.67692748999999992e2"],[-97.40055799999999,"0.67731658999999922e2"],["-0.97387786999999889e2","0.67732208000000071e2"],["-0.97360001000000011e2","0.67731658999999922e2"],["-0.97346389999999928e2","0.67728317000000004e2"],["-0.97337783999999999e2","0.67724152000000004e2"],["-0.97337783999999999e2","0.67721100000000092e2"],[-97.33277899999996,67.70637499999998],["-0.97327224999999999e2","0.67681655999999975e2"],[-97.33277899999996,"0.67675812000000008e2"],["-0.97341675000000009e2","0.67670532000000094e2"],["-0.97370543999999882e2","0.67657760999999994e2"],["-0.97433608999999933e2","0.67637497000000053e2"],["-0.97478881999999942e2","0.67627472000000125e2"],["-0.97502791999999943e2","0.67624420000000043e2"]],[["-0.10911221299999994e3","0.67763321000000076e2"],["-0.10912581599999987e3",67.76249700000011],["-0.10914111299999996e3","0.67764998999999989e2"],[-109.195267,"0.67775543000000027e2"],["-0.10920612299999993e3","0.67778869999999984e2"],["-0.10920777900000002e3","0.67783875000000023e2"],["-0.10916944899999999e3","0.67797759999999926e2"],["-0.10915943899999996e3","0.67801085999999998e2"],[-109.135559,"0.67802764999999965e2"],[-109.0933379999999,"0.67803863999999976e2"],["-0.10907584400000002e3","0.67802199999999971e2"],["-0.10906054699999999e3","0.67799713000000054e2"],["-0.10903916899999996e3","0.67793320000000108e2"],["-0.10904083299999996e3","0.67788315000000068e2"],["-0.10905277999999993e3","0.67782486000000063e2"],["-0.10908000199999987e3","0.67771103000000039e2"],["-0.10908972199999994e3","0.67768051000000128e2"],["-0.10911221299999994e3","0.67763321000000076e2"]],[["-0.96170546999999999e2","0.67773041000000148e2"],["-0.96182769999999948e2",67.77165199999996],["-0.96192490000000021e2","0.67773605000000089e2"],["-0.96196380999999917e2","0.67778046000000018e2"],["-0.96185821999999973e2","0.67794708000000014e2"],["-0.96179992999999968e2","0.67800262000000032e2"],["-0.96171386999999925e2","0.67806366000000025e2"],["-0.96098617999999988e2","0.67832213999999965e2"],["-0.96077224999999942e2","0.67838882000000126e2"],["-0.96065552000000025e2","0.67841095000000109e2"],["-0.96053328999999962e2","0.67842758000000003e2"],["-0.96040282999999931e2","0.67843323000000055e2"],[-96.02806099999998,"0.67841659999999933e2"],["-0.95997498000000007e2","0.67820830999999998e2"],["-0.95996384000000035e2",67.81581100000011],["-0.96004729999999995e2","0.67809708000000001e2"],["-0.96016113000000018e2","0.67807479999999998e2"],["-0.96040832999999964e2","0.67804428000000087e2"],["-0.96170546999999999e2","0.67773041000000148e2"]],[["-0.11411501299999998e3","0.67883880999999974e2"],["-0.11408222999999998e3","0.67883041000000105e2"],["-0.11402223200000003e3","0.67884155000000078e2"],["-0.11400583599999999e3",67.8836060000001],["-0.11395500199999998e3","0.67881362999999965e2"],["-0.11392138699999998e3","0.67878036000000009e2"],[-113.925003,"0.67874694999999974e2"],["-0.11394138299999986e3","0.67875259000000142e2"],["-0.11398638899999997e3","0.67874419999999986e2"],["-0.11399999999999994e3","0.67873306000000014e2"],["-0.11401027699999992e3","0.67871368000000075e2"],["-0.11405166600000001e3","0.67870254999999986e2"],["-0.11408306900000002e3",67.87052900000009],[-114.195267,"0.67872482000000048e2"],["-0.11422972099999987e3","0.67874146000000053e2"],["-0.11425250199999999e3","0.67879974000000004e2"],["-0.11429638699999998e3","0.67892212000000029e2"],["-0.11429695100000004e3","0.67895263999999941e2"],["-0.11427555799999999e3","0.67900542999999914e2"],["-0.11425110599999994e3","0.67904433999999981e2"],["-0.11421972700000003e3","0.67904160000000047e2"],["-0.11420612299999993e3","0.67901932000000102e2"],["-0.11417388899999997e3","0.67892487000000074e2"],["-0.11414862099999999e3","0.67887206999999989e2"],["-0.11413305700000001e3","0.67885269000000051e2"],["-0.11411501299999998e3","0.67883880999999974e2"]],[["-0.97856383999999935e2","0.67850539999999967e2"],["-0.97866942999999992e2","0.67846939000000134e2"],["-0.97924164000000019e2","0.67849991000000045e2"],["-0.97954453000000001e2","0.67856368999999972e2"],["-0.97963333000000034e2","0.67860260000000039e2"],["-0.97970001000000025e2",67.86442599999998],["-0.97974166999999909e2","0.67869141000000013e2"],["-0.97973327999999924e2","0.67874146000000053e2"],["-0.97976944000000003e2","0.67884155000000078e2"],[-97.97444200000001,"0.67904984000000013e2"],["-0.97961120999999991e2",67.90554800000001],["-0.97933318999999983e2",67.89888000000002],["-0.97920272999999952e2","0.67893600000000106e2"],[-97.91361999999998,"0.67889160000000118e2"],["-0.97895554000000004e2","0.67881362999999965e2"],[-97.86221299999994,"0.67859985000000052e2"],["-0.97858046999999942e2",67.855255],["-0.97856383999999935e2","0.67850539999999967e2"]],[["-0.10864695699999999e3",67.86943100000002],["-0.10866082799999998e3","0.67868865999999969e2"],["-0.10866915899999998e3","0.67872482000000048e2"],["-0.10864666699999998e3","0.67887206999999989e2"],["-0.10858500700000002e3","0.67915543000000071e2"],["-0.10856610099999989e3","0.67922759999999982e2"],["-0.10854472399999997e3",67.928314],[-108.531113,"0.67928864000000033e2"],["-0.10838027999999997e3","0.67922484999999995e2"],["-0.10837082699999996e3","0.67919708000000071e2"],["-0.10836444099999994e3","0.67915543000000071e2"],["-0.10836110699999989e3","0.67905257999999947e2"],["-0.10835944399999994e3","0.67899993999999992e2"],["-0.10841221599999994e3","0.67885817999999972e2"],["-0.10864695699999999e3",67.86943100000002]],[[-113.390289,"0.67897766000000047e2"],["-0.11346389799999997e3","0.67895828000000108e2"],["-0.11352694699999995e3","0.67896378000000141e2"],["-0.11355972300000002e3","0.67897491000000002e2"],["-0.11359416199999993e3","0.67899428999999941e2"],["-0.11360333299999991e3","0.67903046000000074e2"],["-0.11359750399999996e3","0.67906647000000135e2"],["-0.11358528100000001e3","0.67908600000000092e2"],["-0.11341972399999997e3","0.67925262000000089e2"],["-0.11339111300000002e3","0.67926651000000049e2"],["-0.11334750400000001e3","0.67928040000000067e2"],["-0.11327390299999996e3","0.67929977000000122e2"],["-0.11325723299999993e3","0.67929428000000144e2"],["-0.11325029000000001e3","0.67925262000000089e2"],["-0.11324694799999997e3","0.67914429000000098e2"],["-0.11325361599999997e3","0.67909424000000058e2"],["-0.11327778599999999e3","0.67905822999999998e2"],[-113.297234,"0.67904433999999981e2"],["-0.11333444199999991e3","0.67901092999999946e2"],[-113.390289,"0.67897766000000047e2"]],[["-0.11293055700000002e3","0.67916655999999989e2"],["-0.11298361199999999e3","0.67915268000000083e2"],["-0.11299999999999989e3","0.67916092000000049e2"],["-0.11306027199999994e3","0.67915268000000083e2"],["-0.11313110399999999e3","0.67911652000000004e2"],["-0.11314750700000002e3","0.67912200999999982e2"],["-0.11314750700000002e3","0.67915817000000004e2"],["-0.11313806199999999e3","0.67919144000000131e2"],["-0.11294304699999998e3","0.67931091000000094e2"],["-0.11289639299999999e3",67.93081699999999],["-0.11288722199999995e3","0.67927200000000028e2"],[-112.890289,"0.67921921000000054e2"],["-0.11290110800000002e3","0.67919144000000131e2"],["-0.11293055700000002e3","0.67916655999999989e2"]],[["-0.11107167099999998e3","0.67847488000000055e2"],["-0.11108666999999997e3","0.67847488000000055e2"],[-111.0911099999999,"0.67852203000000088e2"],["-0.11108693700000003e3","0.67858871000000079e2"],["-0.11107028200000002e3","0.67867203000000075e2"],["-0.11084889199999998e3","0.67954711999999972e2"],["-0.11083917200000002e3","0.67958037999999988e2"],["-0.11082668299999995e3","0.67959717000000012e2"],["-0.11081388900000002e3","0.67959152000000017e2"],["-0.11080722000000003e3","0.67954987000000017e2"],["-0.11080943300000001e3","0.67948867999999948e2"],["-0.11081696299999999e3","0.67940262000000018e2"],["-0.11086221299999994e3","0.67894989000000123e2"],["-0.11086945300000002e3","0.67889984000000084e2"],["-0.11088027999999991e3","0.67887496999999996e2"],["-0.11105943300000001e3","0.67849152000000061e2"],["-0.11107167099999998e3","0.67847488000000055e2"]],[["-0.11421916199999998e3","0.67945250999999985e2"],["-0.11429583699999995e3","0.67944702000000063e2"],["-0.11430999799999995e3","0.67945816000000036e2"],["-0.11431722999999988e3","0.67949707000000103e2"],["-0.11431082200000003e3","0.67954711999999972e2"],["-0.11430027799999988e3","0.67957489000000066e2"],["-0.11425446299999987e3","0.67963318000000072e2"],["-0.11417138699999992e3","0.67969147000000078e2"],["-0.11413999899999999e3",67.96887200000009],["-0.11412416099999996e3","0.67967209000000139e2"],["-0.11412110899999993e3","0.67961929000000055e2"],["-0.11412332199999992e3","0.67958037999999988e2"],["-0.11416332999999986e3","0.67949142000000052e2"],["-0.11420388800000001e3","0.67945816000000036e2"],["-0.11421916199999998e3","0.67945250999999985e2"]],[["-0.10813806199999999e3","0.67872482000000048e2"],["-0.10815167199999996e3","0.67871918000000107e2"],["-0.10824553699999996e3","0.67878036000000009e2"],["-0.10825418100000002e3","0.67881927000000076e2"],["-0.10825556899999992e3","0.67887206999999989e2"],["-0.10823916599999995e3","0.67920258000000103e2"],[-108.236107,"0.67926376000000062e2"],[-108.23111,"0.67933044000000052e2"],["-0.10822471599999994e3","0.67938873000000058e2"],[-108.198036,"0.67950821000000076e2"],["-0.10814723200000003e3",67.96665999999999],["-0.10812581599999999e3","0.67972214000000008e2"],[-108.114441,"0.67974426000000051e2"],["-0.10810056299999997e3","0.67974991000000102e2"],["-0.10808416699999998e3",67.97387700000013],["-0.10807140399999992e3","0.67971100000000035e2"],["-0.10806054699999999e3","0.67967758000000117e2"],["-0.10805444299999988e3","0.67963318000000072e2"],["-0.10805055199999998e3","0.67958603000000039e2"],[-108.048607,"0.67949142000000052e2"],["-0.10805139200000002e3","0.67926651000000049e2"],["-0.10806331599999993e3","0.67902206000000035e2"],["-0.10806833599999999e3","0.67895538000000045e2"],["-0.10807501200000002e3","0.67889709000000039e2"],["-0.10808249699999999e3","0.67884995000000117e2"],["-0.10809137699999985e3","0.67880814000000044e2"],["-0.10811277799999999e3",67.87553400000013],["-0.10813806199999999e3","0.67872482000000048e2"]],[["-0.11372000099999997e3","0.67973312000000078e2"],["-0.11372778299999993e3","0.67969147000000078e2"],["-0.11373998999999998e3","0.67967209000000139e2"],["-0.11375361599999997e3","0.67966094999999996e2"],["-0.11379750099999995e3","0.67964705999999978e2"],["-0.11399305699999996e3","0.67961104999999918e2"],["-0.11399109599999997e3","0.67964995999999985e2"],["-0.11398249800000002e3","0.67967209000000139e2"],["-0.11397250400000001e3","0.67968597000000045e2"],["-0.11391639700000002e3","0.67972214000000008e2"],["-0.11388639799999999e3","0.67972762999999986e2"],["-0.11383833299999998e3","0.67971924000000001e2"],["-0.11381111099999993e3",67.97387700000013],["-0.11378527800000001e3","0.67976929000000041e2"],["-0.11377223199999997e3","0.67980270000000075e2"],["-0.11374082899999996e3","0.67979980000000069e2"],["-0.11372501399999999e3","0.67978043000000014e2"],["-0.11372000099999997e3","0.67973312000000078e2"]],[[-109.195267,"0.67989974999999959e2"],["-0.10904998799999993e3","0.67958328000000051e2"],["-0.10903028899999993e3","0.67966933999999924e2"],["-0.10899082900000002e3","0.67976379000000009e2"],["-0.10897693599999997e3","0.67976929000000041e2"],["-0.10895111099999991e3","0.67973312000000078e2"],["-0.10889723199999997e3","0.67956940000000088e2"],["-0.10888445300000001e3",67.94859300000013],["-0.10886554699999999e3","0.67905822999999998e2"],["-0.10886609599999991e3",67.90026899999998],["-0.10887943999999999e3","0.67875259000000142e2"],["-0.10888806199999999e3","0.67871093999999971e2"],["-0.10890055799999999e3","0.67869705000000124e2"],[-108.916946,67.87052900000009],["-0.10904888900000003e3",67.90387000000004],["-0.10910305799999998e3","0.67920258000000103e2"],[-109.135559,"0.67930267000000129e2"],["-0.10916972399999992e3","0.67945250999999985e2"],["-0.10918888899999996e3","0.67957764000000054e2"],[-109.195267,"0.67962204000000099e2"],["-0.10919888299999997e3","0.67972488000000112e2"],[-109.198036,"0.67983871000000136e2"],[-109.195267,"0.67989974999999959e2"]],[["-0.11033444199999997e3","0.68011658000000125e2"],["-0.11039362299999993e3","0.68011108000000092e2"],["-0.11041000400000001e3","0.68011932000000058e2"],["-0.11042111199999994e3","0.68014998999999932e2"],["-0.11042083700000001e3","0.68020827999999995e2"],["-0.11041055299999999e3","0.68024704000000042e2"],["-0.11032640099999992e3","0.68047760000000096e2"],[-110.317497,"0.68049712999999997e2"],["-0.11031082199999992e3","0.68045532000000094e2"],["-0.11030888400000003e3","0.68037491000000045e2"],[-110.316101,"0.68019150000000025e2"],["-0.11032333399999999e3","0.68014160000000004e2"],["-0.11033444199999997e3","0.68011658000000125e2"]],[["-0.98951401000000033e2","0.67979980000000069e2"],["-0.98963622999999927e2","0.67978317000000118e2"],["-0.98979445999999939e2","0.67980270000000075e2"],["-0.99005004999999983e2","0.67987198000000092e2"],["-0.99014450000000011e2","0.67991088999999988e2"],["-0.99028335999999911e2","0.67999420000000043e2"],["-0.99078612999999905e2","0.68045592999999997e2"],["-0.99051392000000021e2","0.68055817000000047e2"],["-0.98990554999999858e2","0.68078323000000069e2"],["-0.98975554999999986e2","0.68077209000000039e2"],["-0.98968886999999995e2","0.68073044000000039e2"],["-0.98964721999999995e2","0.68064987000000087e2"],["-0.98934432999999956e2",67.99664300000012],["-0.98934998000000007e2","0.67991363999999976e2"],["-0.98942763999999954e2","0.67985259999999926e2"],["-0.98951401000000033e2","0.67979980000000069e2"]],[["-0.65397232000000031e2","0.68039978000000133e2"],["-0.65409163999999976e2","0.68039428999999984e2"],["-0.65500290000000007e2","0.68046097000000145e2"],["-0.65510833999999988e2",68.04942299999999],["-0.65516662999999994e2",68.05442800000003],["-0.65519729999999981e2","0.68067490000000078e2"],["-0.65518065999999976e2","0.68072220000000073e2"],["-0.65505279999999971e2","0.68076385000000073e2"],[-65.43582200000003,"0.68088042999999971e2"],["-0.65394454999999994e2",68.08998100000008],["-0.65386397999999929e2","0.68088318000000129e2"],["-0.65390288999999996e2","0.68078323000000069e2"],["-0.65383057000000008e2","0.68053314000000057e2"],["-0.65383330999999941e2","0.68048599000000024e2"],["-0.65387222000000008e2","0.68043320000000051e2"],["-0.65397232000000031e2","0.68039978000000133e2"]],[["-0.10850611900000001e3","0.68034714000000122e2"],["-0.10851862299999993e3","0.68033324999999934e2"],["-0.10853388999999999e3","0.68035538000000088e2"],["-0.10854028299999993e3","0.68039978000000133e2"],["-0.10853751399999999e3","0.68046097000000145e2"],["-0.10845472699999999e3","0.68090546000000074e2"],["-0.10844748700000002e3","0.68087769000000037e2"],["-0.10844583099999994e3","0.68082489000000123e2"],["-0.10844611399999991e3","0.68074706999999989e2"],["-0.10845140100000003e3","0.68068054000000018e2"],["-0.10846665999999999e3","0.68058319000000097e2"],["-0.10849722299999996e3","0.68038879000000122e2"],["-0.10850611900000001e3","0.68034714000000122e2"]],[["-0.10932167099999998e3","0.67981094000000041e2"],["-0.10933556399999992e3","0.67980270000000075e2"],["-0.10935193600000002e3","0.67981369000000086e2"],["-0.10937805199999991e3","0.67986923000000047e2"],[-109.432503,"0.68003052000000025e2"],["-0.10949804699999993e3","0.68022766000000104e2"],["-0.10950666799999993e3","0.68026382000000126e2"],["-0.10953888699999999e3","0.68047485000000052e2"],["-0.10954305999999991e3","0.68052200000000084e2"],[-109.50473,"0.68088882000000069e2"],["-0.10949749799999989e3","0.68093597000000102e2"],[-109.484734,"0.68095260999999937e2"],["-0.10944722000000002e3","0.68092209000000025e2"],["-0.10941055299999999e3","0.68071930000000066e2"],["-0.10932167099999998e3","0.68039978000000133e2"],["-0.10931527699999987e3","0.68035812000000021e2"],[-109.3116609999999,"0.68025543000000027e2"],["-0.10931111099999987e3","0.67997756999999922e2"],[-109.3116609999999,"0.67991928000000087e2"],["-0.10931416299999995e3","0.67985809000000074e2"],["-0.10932167099999998e3","0.67981094000000041e2"]],[["-0.10836054999999999e3","0.68049712999999997e2"],["-0.10837444299999993e3","0.68048874000000069e2"],["-0.10838751200000002e3",68.05192599999998],["-0.10840638699999994e3","0.68064697000000081e2"],["-0.10840805099999994e3","0.68069716999999969e2"],["-0.10840167200000002e3","0.68075546000000145e2"],["-0.10838221699999991e3","0.68092758000000003e2"],["-0.10837444299999993e3","0.68095535000000041e2"],["-0.10836193800000001e3","0.68096939000000077e2"],["-0.10832000699999992e3","0.68098877000000016e2"],[-108.306107,"0.68099425999999937e2"],["-0.10829444899999999e3","0.68097214000000065e2"],[-108.297234,"0.68091095000000053e2"],["-0.10829778299999998e3","0.68085541000000035e2"],["-0.10830082700000003e3","0.68079437000000041e2"],["-0.10830860899999999e3","0.68074706999999989e2"],["-0.10834916699999997e3",68.05192599999998],["-0.10836054999999999e3","0.68049712999999997e2"]],[["-0.11021362299999998e3","0.68038039999999967e2"],["-0.11023998999999998e3","0.68035812000000021e2"],["-0.11025639299999995e3","0.68036652000000061e2"],["-0.11025862100000001e3","0.68041931000000034e2"],[-110.25,"0.68046097000000145e2"],["-0.11022165699999994e3","0.68056641000000013e2"],["-0.11018195300000002e3","0.68069716999999969e2"],["-0.10993276999999989e3","0.68131927000000076e2"],["-0.10992166099999997e3","0.68134155000000021e2"],["-0.10989639299999999e3",68.13749700000011],["-0.10988583399999993e3","0.68136383000000137e2"],["-0.10987721299999993e3",68.12692300000009],["-0.10987748699999997e3","0.68121368000000018e2"],[-109.882767,"0.68114151000000106e2"],["-0.10988527699999997e3","0.68108032000000037e2"],["-0.10988999899999993e3","0.68101379000000065e2"],["-0.10989584399999995e3","0.68095535000000041e2"],["-0.10990334300000001e3","0.68090546000000074e2"],["-0.10992111199999994e3","0.68081664999999987e2"],["-0.10993222000000003e3","0.68079163000000108e2"],["-0.11008721899999995e3","0.68053314000000057e2"],["-0.11021362299999998e3","0.68038039999999967e2"]],[["-0.11278056299999997e3","0.68131088000000091e2"],["-0.11279276999999996e3","0.68129424999999969e2"],["-0.11288999899999999e3","0.68137207000000103e2"],[-112.9058379999999,"0.68139160000000061e2"],["-0.11291722099999998e3","0.68142211999999972e2"],[-112.922234,"0.68146652000000017e2"],["-0.11291832699999992e3","0.68153594999999996e2"],["-0.11291306299999997e3","0.68159424000000001e2"],["-0.11290638699999994e3","0.68164429000000041e2"],["-0.11289835399999998e3","0.68168869000000086e2"],["-0.11288861099999997e3","0.68172211000000004e2"],["-0.11287638900000002e3","0.68173874000000126e2"],["-0.11286110699999995e3","0.68174149000000114e2"],["-0.11276722699999993e3","0.68166656000000103e2"],["-0.11275167799999997e3","0.68164703000000145e2"],["-0.11274973299999994e3","0.68158034999999984e2"],["-0.11274472000000003e3","0.68153594999999996e2"],["-0.11274638399999998e3","0.68147490999999945e2"],["-0.11275334199999998e3","0.68142211999999972e2"],["-0.11276139799999993e3","0.68138046000000088e2"],["-0.11278056299999997e3","0.68131088000000091e2"]],[[-74.21556099999998,"0.68117751999999939e2"],["-0.74164718999999991e2","0.68065536000000066e2"],["-0.73974716000000001e2","0.68041092000000106e2"],["-0.73736388999999974e2","0.68013611000000026e2"],["-0.73655471999999975e2","0.68007705999999985e2"],["-0.73643340999999907e2","0.68012207000000046e2"],["-0.73619995000000017e2","0.68014998999999932e2"],["-0.73608886999999868e2","0.68015548999999965e2"],["-0.73578063999999983e2","0.68014434999999992e2"],["-0.73567504999999983e2","0.68013046000000031e2"],["-0.73543883999999935e2","0.68008330999999998e2"],["-0.73439986999999974e2","0.67985535000000141e2"],["-0.73428329000000019e2","0.67982208000000014e2"],["-0.73418883999999991e2",67.97886699999998],["-0.73411666999999966e2","0.67974991000000102e2"],["-0.73409728999999913e2","0.67970534999999984e2"],["-0.73348617999999988e2","0.67828048999999965e2"],["-0.73361664000000019e2","0.67810257000000092e2"],["-0.73377776999999867e2","0.67793869000000029e2"],["-0.73383330999999941e2","0.67789429000000041e2"],["-0.73404175000000009e2","0.67774994000000106e2"],["-0.73411391999999921e2","0.67770537999999988e2"],["-0.73418609999999944e2","0.67766388000000006e2"],["-0.73429442999999992e2","0.67762771999999927e2"],["-0.73449431999999945e2",67.76249700000011],["-0.73664168999999958e2","0.67774704000000099e2"],["-0.73932219999999916e2",67.78637700000013],["-0.73993057000000022e2","0.67788040000000024e2"],["-0.74038329999999917e2","0.67788589000000002e2"],["-0.74083892999999875e2","0.67788315000000068e2"],["-0.74113327000000027e2","0.67787201000000096e2"],["-0.74168059999999855e2",67.78276100000005],["-0.74228881999999942e2","0.67775268999999923e2"],["-0.74251952999999901e2","0.67772491000000116e2"],["-0.74263061999999991e2",67.77165199999996],["-0.74305832000000009e2","0.67768600000000049e2"],[-74.32028200000002,"0.67768875000000094e2"],["-0.74388610999999969e2","0.67775268999999923e2"],["-0.74400833000000034e2","0.67776657000000057e2"],["-0.74481109999999944e2","0.67789429000000041e2"],["-0.74535278000000005e2","0.67804703000000131e2"],["-0.74564162999999951e2","0.67814423000000033e2"],["-0.74581680000000006e2","0.67821381000000031e2"],[-74.59722899999997,"0.67828598000000113e2"],["-0.74640838999999971e2","0.67852203000000088e2"],["-0.74659728999999913e2","0.67864700000000084e2"],["-0.74684433000000013e2","0.67881927000000076e2"],["-0.74758895999999993e2","0.67950271999999984e2"],["-0.74772232000000031e2","0.67963318000000072e2"],["-0.74775557999999876e2","0.67969147000000078e2"],["-0.74777221999999995e2",67.97387700000013],["-0.74778060999999923e2","0.68006104000000107e2"],["-0.74777495999999985e2","0.68017761000000064e2"],["-0.74773055999999997e2","0.68029984000000127e2"],["-0.74760009999999966e2",68.05442800000003],["-0.74754181000000017e2",68.06053200000008],["-0.74748610999999926e2","0.68065536000000066e2"],["-0.74731948999999872e2","0.68070831000000112e2"],["-0.74718613000000005e2","0.68072220000000073e2"],["-0.74629990000000021e2","0.68078598000000056e2"],["-0.74615279999999984e2","0.68078323000000069e2"],["-0.74436661000000015e2","0.68097487999999998e2"],["-0.74363892000000021e2","0.68166381999999999e2"],["-0.74355834999999956e2","0.68172759999999982e2"],["-0.74346953999999926e2","0.68176376000000005e2"],["-0.74339447000000007e2","0.68177199999999971e2"],["-0.74322509999999909e2","0.68173035000000141e2"],["-0.74268889999999999e2","0.68154984000000013e2"],["-0.74239440999999999e2","0.68144989000000066e2"],["-0.74231673999999941e2","0.68141936999999984e2"],["-0.74216399999999965e2","0.68134155000000021e2"],["-0.74212509000000011e2","0.68130538999999942e2"],["-0.74210830999999985e2","0.68124984999999981e2"],[-74.21556099999998,"0.68117751999999939e2"]],[["-0.65642226999999991e2","0.68159424000000001e2"],[-65.56639100000001,"0.68152205999999978e2"],["-0.65512787000000003e2",68.15277100000003],["-0.65502791999999999e2","0.68151093000000117e2"],["-0.65497771999999941e2",68.14776599999999],["-0.65494445999999925e2","0.68142487000000017e2"],["-0.65495543999999995e2","0.68128310999999997e2"],["-0.65500838999999985e2","0.68121918000000051e2"],["-0.65516953000000001e2","0.68113037000000077e2"],["-0.65525283999999999e2","0.68109711000000061e2"],["-0.65675551999999982e2","0.68096100000000092e2"],["-0.65686935000000005e2","0.68095825000000104e2"],["-0.65696105999999929e2","0.68098877000000016e2"],["-0.65709731999999974e2","0.68106094000000098e2"],["-0.65713897999999972e2","0.68112762000000089e2"],["-0.65721938999999963e2","0.68164429000000041e2"],[-65.716949,"0.68175812000000064e2"],["-0.65711670000000026e2","0.68180267000000072e2"],["-0.65701400999999976e2","0.68181366000000082e2"],[-65.67582699999997,"0.68179977000000065e2"],["-0.65656661999999926e2","0.68175262000000032e2"],["-0.65648345999999947e2","0.68168594000000041e2"],["-0.65646666999999923e2","0.68163605000000075e2"],["-0.65642226999999991e2","0.68159424000000001e2"]],[["-0.10747361799999993e3","0.68144714000000079e2"],["-0.10748500100000001e3","0.68142487000000017e2"],["-0.10750140399999998e3","0.68143600000000049e2"],["-0.10755499299999991e3","0.68160537999999974e2"],["-0.10755416899999994e3","0.68166091999999992e2"],["-0.10754499800000002e3","0.68169983000000059e2"],[-107.5038909999999,"0.68182480000000055e2"],["-0.10749472000000003e3",68.18664600000011],["-0.10748444399999994e3","0.68189697000000137e2"],["-0.10746806300000003e3","0.68188582999999994e2"],["-0.10746193700000003e3","0.68184142999999949e2"],["-0.10746028100000001e3","0.68179153000000099e2"],["-0.10745935800000001e3","0.68175629000000015e2"],["-0.10745667299999997e3","0.68174423000000047e2"],["-0.10745527600000003e3","0.68169144000000074e2"],["-0.10745584099999996e3","0.68163605000000075e2"],["-0.10746694899999994e3",68.15026899999998],["-0.10747361799999993e3","0.68144714000000079e2"]],[[-104.453056,"0.68102203000000031e2"],["-0.10448277299999995e3","0.68079712000000029e2"],[-104.497772,"0.68080275999999969e2"],["-0.10450334199999992e3","0.68084717000000069e2"],["-0.10455304699999999e3","0.68140274000000034e2"],["-0.10455610699999994e3","0.68145264000000111e2"],["-0.10455695299999996e3",68.15026899999998],["-0.10455387899999999e3","0.68161651999999947e2"],["-0.10454666099999997e3","0.68164992999999981e2"],["-0.10442639200000002e3","0.68199997000000053e2"],["-0.10441555799999998e3","0.68202773999999977e2"],[-104.391953,"0.68206940000000088e2"],["-0.10437721299999998e3","0.68199707000000046e2"],["-0.10436860699999994e3","0.68190536000000122e2"],[-104.370003,"0.68184982000000105e2"],["-0.10437416100000002e3","0.68178863999999976e2"],["-0.10440499899999992e3","0.68139435000000049e2"],[-104.453056,"0.68102203000000031e2"]],[["-0.10738890100000003e3","0.68172211000000004e2"],["-0.10740278599999999e3","0.68171645999999953e2"],["-0.10741111799999999e3",68.17553700000002],["-0.10744167299999992e3","0.68196929999999952e2"],[-107.445267,"0.68201660000000004e2"],["-0.10743998699999997e3","0.68208327999999995e2"],["-0.10742944299999999e3","0.68211380000000077e2"],["-0.10741443599999997e3","0.68211105000000089e2"],["-0.10730972300000002e3","0.68209152000000131e2"],[-107.295547,68.20748900000001],["-0.10729167200000001e3","0.68202773999999977e2"],["-0.10731054699999999e3","0.68196091000000024e2"],["-0.10738890100000003e3","0.68172211000000004e2"]],[["-0.11183332799999999e3","0.68181931000000077e2"],["-0.11184722899999997e3","0.68180817000000104e2"],[-111.860817,"0.68183594000000028e2"],["-0.11186554699999999e3","0.68188034000000016e2"],["-0.11183222999999998e3","0.68204987000000131e2"],["-0.11181416300000001e3","0.68212494000000049e2"],["-0.11179194599999994e3",68.21775800000006],["-0.11177944899999994e3","0.68219437000000028e2"],[-111.764183,"0.68219437000000028e2"],["-0.11175499699999995e3","0.68215820000000122e2"],["-0.11175945299999995e3","0.68209152000000131e2"],["-0.11176666299999994e3","0.68206375000000037e2"],["-0.11179194599999994e3","0.68193588000000034e2"],["-0.11181111099999998e3","0.68186920000000043e2"],["-0.11183332799999999e3","0.68181931000000077e2"]],[["-0.98650283999999999e2","0.68180267000000072e2"],["-0.98674438000000009e2","0.68173874000000126e2"],["-0.98704453000000001e2","0.68176085999999998e2"],["-0.98702788999999996e2","0.68191650000000095e2"],["-0.98693328999999949e2","0.68213608000000022e2"],["-0.98684433000000013e2","0.68218872000000033e2"],["-0.98672226000000023e2","0.68220534999999927e2"],["-0.98657226999999978e2","0.68219437000000028e2"],["-0.98643065999999976e2","0.68216095000000109e2"],["-0.98638610999999969e2","0.68211655000000121e2"],["-0.98636672999999917e2","0.68206650000000025e2"],["-0.98643065999999976e2","0.68201660000000004e2"],["-0.98650283999999999e2","0.68180267000000072e2"]],[["-0.74062774999999988e2","0.68151657000000057e2"],["-0.74073623999999938e2","0.68150818000000072e2"],["-0.74138335999999924e2","0.68170258000000047e2"],["-0.74169723999999974e2","0.68195525999999973e2"],["-0.74176392000000021e2","0.68204162999999994e2"],["-0.74171386999999982e2","0.68208602999999982e2"],[-74.15583799999996,"0.68217484000000127e2"],["-0.74138061999999991e2","0.68225815000000011e2"],["-0.74117217999999923e2","0.68232207999999957e2"],["-0.74105835000000013e2","0.68235260000000096e2"],["-0.74097228999999913e2","0.68236649000000057e2"],["-0.74086944999999957e2","0.68235260000000096e2"],["-0.74079726999999991e2","0.68232483000000002e2"],["-0.74075286999999946e2","0.68227767999999969e2"],["-0.74073059000000001e2","0.68223877000000073e2"],["-0.74063323999999909e2","0.68203049000000021e2"],["-0.74055557000000022e2","0.68172485000000108e2"],["-0.74054442999999992e2","0.68159988000000112e2"],["-0.74057219999999973e2","0.68154984000000013e2"],["-0.74062774999999988e2","0.68151657000000057e2"]],[["-0.10859028599999999e3","0.68214431999999988e2"],["-0.10863944999999995e3","0.68151382000000012e2"],[-108.6499859999999,"0.68152481000000023e2"],["-0.10865862299999998e3","0.68156097000000045e2"],["-0.10867748999999998e3","0.68168869000000086e2"],["-0.10867360699999995e3","0.68186371000000122e2"],["-0.10867194399999994e3","0.68191085999999984e2"],["-0.10863500999999997e3","0.68228592000000106e2"],["-0.10862748699999992e3","0.68233597000000145e2"],["-0.10860555999999997e3",68.23692299999999],["-0.10856610099999989e3","0.68240540000000124e2"],["-0.10855972300000002e3","0.68236099000000024e2"],["-0.10859028599999999e3","0.68214431999999988e2"]],[["-0.10978388999999999e3",68.13749700000011],["-0.10981166099999996e3","0.68136107999999979e2"],[-109.828056,"0.68136932000000115e2"],["-0.10984137699999997e3","0.68139708999999982e2"],["-0.10984999099999999e3","0.68143325999999945e2"],["-0.10985665899999998e3",68.14776599999999],["-0.10985417200000001e3","0.68153869999999984e2"],[-109.845551,"0.68158034999999984e2"],["-0.10977194199999997e3","0.68188309000000061e2"],[-109.676941,"0.68224152000000061e2"],["-0.10964417300000002e3","0.68232207999999957e2"],["-0.10958889799999997e3","0.68245254999999986e2"],["-0.10957749899999988e3","0.68247482000000048e2"],["-0.10956806899999998e3","0.68247208000000114e2"],["-0.10957055699999995e3","0.68241089000000102e2"],["-0.10957695000000001e3","0.68232483000000002e2"],["-0.10958194700000001e3","0.68225815000000011e2"],["-0.10959416199999993e3","0.68214431999999988e2"],["-0.10967388899999997e3","0.68173309000000074e2"],[-109.7625119999999,"0.68143325999999945e2"],["-0.10977250699999991e3","0.68139984000000027e2"],["-0.10978388999999999e3",68.13749700000011]],[[-66.31361400000003,68.14776599999999],["-0.66326950000000011e2","0.68147490999999945e2"],["-0.66354995999999971e2","0.68153319999999951e2"],["-0.66381103999999937e2","0.68158600000000035e2"],["-0.66396392999999932e2","0.68161102000000085e2"],["-0.66468612999999948e2","0.68171097000000032e2"],["-0.66527785999999878e2","0.68177765000000022e2"],["-0.66570847000000015e2","0.68181366000000082e2"],["-0.66601944000000003e2","0.68182480000000055e2"],["-0.66607223999999974e2","0.68217209000000082e2"],[-66.5,"0.68239700000000084e2"],["-0.66299437999999952e2","0.68254440000000045e2"],["-0.66221938999999963e2","0.68241089000000102e2"],["-0.66256667999999991e2","0.68163605000000075e2"],["-0.66269729999999925e2","0.68158600000000035e2"],["-0.66301391999999964e2","0.68149154999999951e2"],[-66.31361400000003,68.14776599999999]],[["-0.96384170999999924e2","0.68200821000000019e2"],["-0.96422775000000001e2","0.68198318000000086e2"],["-0.96436935000000005e2","0.68198593000000074e2"],["-0.96448607999999922e2",68.20248400000014],["-0.96454726999999934e2","0.68206650000000025e2"],["-0.96462783999999999e2","0.68216095000000109e2"],["-0.96456664999999987e2","0.68221649000000127e2"],[-96.375,"0.68254715000000033e2"],["-0.96364166000000012e2","0.68258041000000105e2"],["-0.96350829999999974e2","0.68258605999999929e2"],["-0.96344451999999933e2","0.68254166000000112e2"],["-0.96317504999999926e2","0.68231934000000024e2"],["-0.96324448000000018e2","0.68221099999999979e2"],["-0.96338897999999915e2","0.68212204000000042e2"],["-0.96348891999999864e2","0.68208037999999988e2"],["-0.96360001000000011e2","0.68204712000000086e2"],["-0.96384170999999924e2","0.68200821000000019e2"]],[["-0.78571670999999981e2","0.68200272000000098e2"],["-0.78655563000000029e2","0.68187759000000028e2"],["-0.78662216000000001e2","0.68189147999999989e2"],["-0.78660277999999892e2","0.68196365000000128e2"],["-0.78643065999999976e2","0.68218323000000055e2"],["-0.78607223999999917e2","0.68248322000000087e2"],["-0.78593886999999881e2","0.68255554000000018e2"],["-0.78581115999999952e2","0.68258880999999974e2"],["-0.78550277999999992e2","0.68263610999999969e2"],["-0.78548049999999989e2","0.68263046000000145e2"],["-0.78545273000000009e2",68.25],["-0.78525283999999999e2","0.68233597000000145e2"],["-0.78517226999999934e2","0.68223312000000021e2"],["-0.78522506999999905e2",68.21775800000006],["-0.78532226999999978e2","0.68213043000000027e2"],["-0.78558883999999978e2","0.68203049000000021e2"],["-0.78571670999999981e2","0.68200272000000098e2"]],[["-0.86426391999999964e2","0.68069152999999972e2"],["-0.86397507000000019e2","0.68021652000000131e2"],["-0.86378325999999959e2","0.67993317000000104e2"],["-0.86376662999999951e2","0.67988585999999998e2"],["-0.86368606999999997e2","0.67954711999999972e2"],["-0.86370833999999945e2","0.67939972000000012e2"],["-0.86396117999999944e2","0.67859711000000118e2"],["-0.86403609999999958e2","0.67848877000000073e2"],["-0.86465012000000002e2","0.67786652000000117e2"],[-86.47084000000001,67.78137200000009],["-0.86489989999999977e2","0.67770537999999988e2"],["-0.86571945000000028e2","0.67728867000000037e2"],["-0.86583617999999944e2","0.67725266000000147e2"],["-0.86596663999999976e2",67.72554000000008],["-0.86676665999999955e2","0.67731658999999922e2"],["-0.86690552000000025e2","0.67733871000000022e2"],["-0.86858336999999949e2",67.79693599999996],["-0.86879439999999931e2","0.67810257000000092e2"],["-0.86883895999999936e2","0.67814986999999974e2"],["-0.86910278000000005e2",67.8477630000001],["-0.86918610000000001e2",67.86192299999999],["-0.86926940999999999e2","0.67876373000000115e2"],["-0.86945830999999941e2","0.67909424000000058e2"],["-0.86951949999999897e2","0.67923874000000012e2"],["-0.86948607999999979e2","0.67928864000000033e2"],["-0.86940551999999968e2","0.67934418000000051e2"],["-0.86926101999999958e2","0.67931366000000082e2"],["-0.86913329999999974e2","0.67931931000000134e2"],["-0.86854445999999882e2","0.67954163000000051e2"],[-86.84333799999996,"0.67958603000000039e2"],["-0.86838897999999972e2","0.67986374000000126e2"],["-0.86836945000000014e2","0.68001099000000067e2"],["-0.86840835999999911e2","0.68010818000000029e2"],["-0.86847503999999958e2","0.68020263999999997e2"],["-0.86851944000000003e2","0.68024994000000049e2"],["-0.86863892000000021e2","0.68029159999999933e2"],["-0.86878325999999959e2","0.68032210999999961e2"],["-0.86904175000000009e2","0.68030548000000067e2"],["-0.86932495000000017e2","0.68035812000000021e2"],["-0.86942214999999976e2","0.68040267999999969e2"],["-0.86986664000000019e2","0.68061646000000053e2"],["-0.86992766999999901e2","0.68066666000000112e2"],["-0.86991942999999935e2","0.68071655000000078e2"],[-86.98832699999997,"0.68081664999999987e2"],["-0.86978881999999999e2","0.68096939000000077e2"],["-0.86906386999999938e2","0.68180267000000072e2"],[-86.89805599999994,"0.68185531999999967e2"],["-0.86742492999999911e2","0.68282760999999937e2"],["-0.86711944999999957e2",68.299149],["-0.86700561999999934e2","0.68303589000000045e2"],["-0.86675003000000004e2","0.68306091000000094e2"],["-0.86646666999999923e2","0.68301651000000106e2"],["-0.86602782999999988e2","0.68291367000000037e2"],["-0.86538605000000018e2","0.68270538000000101e2"],["-0.86487503000000004e2",68.24859600000002],["-0.86458617999999888e2","0.68235535000000084e2"],["-0.86411117999999988e2","0.68208878000000027e2"],["-0.86406661999999983e2","0.68204162999999994e2"],["-0.86402785999999992e2","0.68194427000000019e2"],["-0.86434998000000007e2","0.68162491000000102e2"],["-0.86433884000000035e2","0.68098601999999971e2"],["-0.86432495000000017e2","0.68088882000000069e2"],["-0.86426391999999964e2","0.68069152999999972e2"]],[["-0.11171028100000001e3","0.68220534999999927e2"],["-0.11172556299999997e3","0.68220260999999994e2"],["-0.11174221799999998e3","0.68221099999999979e2"],["-0.11175583599999993e3","0.68223602000000028e2"],["-0.11176500699999997e3","0.68227203000000088e2"],["-0.11177194199999991e3","0.68231369000000029e2"],["-0.11177639799999992e3","0.68236099000000024e2"],["-0.11177887699999997e3","0.68241089000000102e2"],["-0.11177916699999997e3","0.68246933000000126e2"],["-0.11177722199999999e3","0.68253052000000139e2"],["-0.11177166699999998e3","0.68258880999999974e2"],["-0.11171501199999994e3","0.68296936000000073e2"],["-0.11170388799999989e3","0.68299422999999933e2"],["-0.11152887699999991e3","0.68310806000000127e2"],["-0.11151363400000002e3","0.68311096000000134e2"],["-0.11149944299999993e3","0.68296936000000073e2"],["-0.11150446299999999e3","0.68292480000000126e2"],["-0.11152861000000001e3","0.68290543000000071e2"],[-111.55777,"0.68289429000000098e2"],["-0.11158277899999996e3","0.68286101999999971e2"],["-0.11160526999999996e3","0.68281096999999932e2"],["-0.11161361699999998e3","0.68276657000000114e2"],["-0.11162777699999998e3","0.68266663000000108e2"],[-111.633331,"0.68260818000000029e2"],["-0.11163305699999995e3","0.68249709999999993e2"],["-0.11163054699999992e3",68.24443100000002],["-0.11163249200000001e3","0.68238312000000008e2"],["-0.11163945000000001e3",68.23332199999993],["-0.11164943700000003e3","0.68229980000000012e2"],["-0.11167166099999997e3","0.68224701000000039e2"],[-111.696663,"0.68221375000000023e2"],["-0.11171028100000001e3","0.68220534999999927e2"]],[["-0.75582779000000016e2","0.68300262000000089e2"],[-75.5625,"0.68294433999999967e2"],["-0.75453888000000006e2","0.68266663000000108e2"],[-75.42971799999998,"0.68262206999999989e2"],["-0.75386672999999917e2","0.68258041000000105e2"],["-0.75263061999999934e2","0.68247208000000114e2"],["-0.75228881999999942e2",68.24552900000009],["-0.75199158000000011e2",68.24552900000009],["-0.75183059999999955e2","0.68243866000000025e2"],["-0.75158614999999941e2","0.68239975000000129e2"],["-0.75134734999999864e2","0.68234711000000118e2"],["-0.75121933000000013e2","0.68229156000000046e2"],["-0.75030563000000029e2","0.68167205999999965e2"],["-0.75011948000000018e2",68.14776599999999],["-0.75003066999999987e2","0.68132202000000063e2"],[-75,"0.68119690000000105e2"],["-0.75002227999999945e2","0.68114426000000094e2"],["-0.75049163999999962e2","0.68041367000000093e2"],["-0.75052490000000034e2","0.68036652000000061e2"],["-0.75063323999999966e2","0.68027206000000092e2"],["-0.75091675000000009e2","0.68009995000000004e2"],["-0.75148055999999997e2","0.67974426000000051e2"],["-0.75153609999999901e2","0.67969437000000084e2"],["-0.75164443999999946e2","0.67954163000000051e2"],["-0.75164443999999946e2","0.67949417000000096e2"],["-0.75162780999999939e2","0.67943863000000079e2"],["-0.75113891999999964e2",67.86192299999999],["-0.75104445999999996e2","0.67847488000000055e2"],["-0.75064162999999951e2","0.67782486000000063e2"],["-0.75025008999999955e2","0.67625534000000016e2"],["-0.75025283999999999e2","0.67619431000000077e2"],["-0.75068892999999889e2","0.67542755000000113e2"],["-0.75071944999999971e2","0.67538879000000065e2"],["-0.75133620999999948e2","0.67481658999999979e2"],["-0.75161117999999988e2","0.67463882000000126e2"],["-0.75198607999999979e2","0.67443314000000044e2"],["-0.75388061999999934e2","0.67354705999999965e2"],["-0.75395843999999954e2","0.67353043000000071e2"],["-0.75553603999999893e2","0.67333603000000096e2"],["-0.75662506000000008e2","0.67305251999999996e2"],[-75.84445199999999,"0.67264159999999947e2"],["-0.75946105999999929e2","0.67251937999999996e2"],["-0.76116652999999928e2","0.67255554000000018e2"],["-0.76226943999999946e2","0.67260818000000029e2"],[-76.30860899999999,"0.67253601000000117e2"],["-0.76490829000000019e2","0.67236374000000069e2"],[-76.66361999999998,"0.67219986000000006e2"],["-0.76693053999999961e2","0.67221099999999979e2"],["-0.76978057999999976e2","0.67245529000000147e2"],["-0.77026672000000019e2","0.67254990000000078e2"],["-0.77044723999999917e2","0.67260544000000095e2"],["-0.77057219999999916e2","0.67267212000000086e2"],["-0.77074448000000018e2","0.67280823000000055e2"],["-0.77101395000000025e2",67.30581699999999],["-0.77246947999999975e2","0.67451934999999992e2"],["-0.77247222999999963e2","0.67457214000000135e2"],["-0.77236937999999952e2","0.67495254999999986e2"],["-0.77224441999999954e2","0.67535538000000031e2"],["-0.77225829999999974e2","0.67543869000000086e2"],["-0.77230285999999978e2","0.67554428000000144e2"],["-0.77242217999999923e2","0.67569153000000085e2"],["-0.77275008999999955e2","0.67614699999999971e2"],["-0.77312209999999993e2","0.67676376000000118e2"],["-0.77320847000000015e2","0.67691649999999981e2"],["-0.77322509999999909e2","0.67698029000000076e2"],["-0.77319167999999991e2",67.71138000000002],["-0.77258346999999958e2","0.67816375999999934e2"],["-0.77251953000000015e2",67.82638500000013],["-0.77243332000000009e2","0.67837494000000049e2"],["-0.77233062999999959e2","0.67848877000000073e2"],["-0.77228333000000021e2","0.67853867000000093e2"],[-77.220551,67.86192299999999],["-0.77203888000000006e2","0.67876373000000115e2"],["-0.76865554999999972e2",68.15776100000005],["-0.76858886999999925e2","0.68161651999999947e2"],["-0.76726105000000018e2","0.68238876000000118e2"],["-0.76702498999999932e2",68.24859600000002],["-0.76673888999999974e2","0.68259155000000078e2"],["-0.76635009999999909e2","0.68271927000000062e2"],["-0.76606948999999929e2","0.68279434000000037e2"],[-76.28195199999999,"0.68332764000000111e2"],["-0.76267226999999934e2","0.68332764000000111e2"],["-0.76258346999999901e2",68.3316650000001],["-0.76251953000000015e2",68.328598],[-76.25,"0.68323044000000039e2"],[-76.25306699999993,"0.68313599000000124e2"],["-0.76249161000000015e2","0.68307480000000112e2"],["-0.76235824999999977e2",68.303314],["-0.76221663999999976e2","0.68301376000000062e2"],["-0.76116104000000007e2","0.68296646000000067e2"],["-0.76083327999999995e2","0.68295257999999933e2"],["-0.76060546999999985e2","0.68296936000000073e2"],["-0.76052779999999984e2","0.68298598999999967e2"],["-0.76032227000000034e2","0.68304703000000018e2"],["-0.76000564999999995e2","0.68316939999999988e2"],["-0.75985001000000011e2","0.68324432000000115e2"],["-0.75966399999999965e2","0.68331100000000106e2"],["-0.75954178000000013e2","0.68333878000000084e2"],["-0.75930831999999953e2","0.68336929000000112e2"],["-0.75917495999999915e2","0.68338318000000072e2"],["-0.75887511999999958e2","0.68339705999999978e2"],["-0.75818068999999866e2","0.68336655000000007e2"],["-0.75756667999999991e2","0.68332489000000066e2"],["-0.75726105000000018e2",68.33027600000014],["-0.75695540999999878e2","0.68326935000000105e2"],["-0.75667496000000028e2","0.68322768999999994e2"],[-75.62249799999995,"0.68313034000000073e2"],["-0.75602492999999868e2","0.68307480000000112e2"],["-0.75582779000000016e2","0.68300262000000089e2"]],[["-0.79020553999999947e2","0.68169144000000074e2"],["-0.79032500999999911e2","0.68165268000000026e2"],["-0.79075012000000015e2","0.68168320000000108e2"],["-0.79089721999999938e2","0.68170258000000047e2"],["-0.79101669000000015e2","0.68175262000000032e2"],["-0.79171386999999868e2","0.68205261000000064e2"],["-0.79176940999999943e2","0.68209427000000119e2"],["-0.79179992999999968e2","0.68215545999999961e2"],["-0.79188323999999966e2","0.68247208000000114e2"],["-0.79191100999999946e2","0.68319442999999978e2"],["-0.79151671999999962e2","0.68346649000000014e2"],["-0.79141952999999944e2",68.34887700000013],["-0.79125548999999978e2","0.68350266000000147e2"],["-0.79099441999999954e2","0.68348602000000142e2"],["-0.79044997999999964e2","0.68343322999999941e2"],["-0.78929992999999911e2","0.68338882000000012e2"],["-0.78826110999999969e2","0.68295532000000037e2"],["-0.78809998000000007e2","0.68287490999999989e2"],["-0.78804717999999923e2",68.283051],["-0.78801666000000012e2","0.68279160000000104e2"],[-78.80221599999993,"0.68272491000000002e2"],["-0.78805266999999958e2","0.68266663000000108e2"],["-0.78815551999999911e2","0.68255554000000018e2"],["-0.78823333999999932e2","0.68250548999999978e2"],["-0.78841948999999886e2","0.68240540000000124e2"],["-0.79020553999999947e2","0.68169144000000074e2"]],[["-0.10007472200000001e3","0.68349716000000114e2"],["-0.10008640299999996e3","0.68296097000000088e2"],["-0.10009166700000003e3","0.68284987999999998e2"],["-0.10009944200000001e3","0.68278595000000053e2"],["-0.10011221299999994e3","0.68276382000000069e2"],["-0.10012832600000002e3","0.68278320000000065e2"],["-0.10014028899999994e3","0.68281661999999983e2"],["-0.10016443600000002e3","0.68288589000000059e2"],["-0.10020056199999999e3",68.299149],["-0.10022693600000002e3","0.68316086000000041e2"],["-0.10023082699999992e3","0.68319717000000082e2"],["-0.10021556099999998e3","0.68318603999999993e2"],["-0.10020249899999988e3","0.68319717000000082e2"],["-0.10019110099999995e3","0.68322220000000073e2"],[-100.1183319999999,"0.68347214000000008e2"],["-0.10011000100000001e3","0.68352478000000019e2"],["-0.10008583099999998e3","0.68368866000000082e2"],["-0.10007668299999989e3","0.68359711000000004e2"],["-0.10007444799999996e3","0.68354980000000069e2"],["-0.10007472200000001e3","0.68349716000000114e2"]],[[-82.05999799999995,"0.68306091000000094e2"],["-0.82072509999999966e2","0.68303040000000067e2"],["-0.82271117999999944e2","0.68338593000000117e2"],["-0.82312774999999988e2","0.68349151999999947e2"],["-0.82326675000000023e2","0.68353591999999992e2"],[-82.33805799999999,"0.68358322000000044e2"],["-0.82344451999999876e2","0.68362762000000032e2"],["-0.82345550999999944e2",68.36775200000011],["-0.82333327999999995e2","0.68371917999999994e2"],["-0.82230559999999969e2","0.68385543999999982e2"],[-82.216949,"0.68384155000000135e2"],["-0.82135558999999944e2","0.68372756999999979e2"],["-0.82012512000000015e2","0.68350815000000068e2"],["-0.82001113999999973e2",68.34637500000008],[-81.99722300000002,68.34137000000004],["-0.82010009999999909e2","0.68332764000000111e2"],[-82.05999799999995,"0.68306091000000094e2"]],[["-0.11111444099999994e3","0.68405823000000055e2"],["-0.11112832600000002e3","0.68404984000000127e2"],["-0.11113751199999996e3","0.68408599999999979e2"],[-111.141953,"0.68413315000000011e2"],["-0.11114890300000002e3","0.68428863999999919e2"],["-0.11114917000000003e3","0.68439972000000125e2"],[-111.141953,"0.68444976999999994e2"],["-0.11113054699999992e3","0.68447479000000044e2"],["-0.11111527999999998e3","0.68447754000000089e2"],["-0.11109861799999999e3","0.68446930000000123e2"],["-0.11108249699999993e3",68.44470200000012],["-0.11107611099999991e3","0.68436919999999986e2"],["-0.11108416699999998e3","0.68424988000000042e2"],["-0.11110582699999998e3","0.68409988000000055e2"],["-0.11111444099999994e3","0.68405823000000055e2"]],[["-0.99045273000000009e2","0.68423874000000069e2"],["-0.99054992999999911e2","0.68408324999999991e2"],["-0.99147781000000009e2","0.68442200000000071e2"],["-0.99154723999999987e2","0.68446365000000071e2"],["-0.99159163999999919e2","0.68451096000000007e2"],["-0.99149733999999853e2","0.68455261000000007e2"],[-99.12110899999999,"0.68454987000000074e2"],["-0.99105269999999962e2","0.68453048999999965e2"],["-0.99087219000000005e2","0.68449416999999983e2"],["-0.99045273000000009e2","0.68423874000000069e2"]],[["-0.74162216000000001e2","0.68246093999999971e2"],["-0.74190552000000025e2","0.68242477000000008e2"],[-74.20777899999996,"0.68243317000000047e2"],["-0.74221114999999998e2","0.68247208000000114e2"],["-0.74228881999999942e2","0.68250823999999966e2"],["-0.74244155999999862e2","0.68261383000000023e2"],["-0.74260559000000001e2","0.68273314999999968e2"],["-0.74388610999999969e2","0.68398330999999985e2"],["-0.74399733999999967e2",68.42025799999999],["-0.74402221999999938e2","0.68427765000000136e2"],["-0.74400283999999999e2",68.43414300000012],["-0.74393065999999919e2","0.68445251000000098e2"],["-0.74376937999999882e2","0.68459717000000126e2"],["-0.74360275000000001e2","0.68463882000000126e2"],["-0.74340835999999911e2","0.68462493999999992e2"],["-0.74307769999999948e2","0.68461655000000064e2"],["-0.74293883999999991e2","0.68460541000000092e2"],["-0.74279448999999943e2","0.68458328000000108e2"],["-0.74269729999999868e2","0.68454712000000029e2"],["-0.74217498999999862e2","0.68426086000000112e2"],["-0.74198043999999982e2","0.68414992999999924e2"],["-0.74079452999999944e2","0.68338593000000117e2"],["-0.74074722000000008e2","0.68330825999999945e2"],["-0.74077498999999989e2","0.68325546000000088e2"],["-0.74144454999999937e2","0.68254440000000045e2"],["-0.74149733999999853e2",68.25],["-0.74162216000000001e2","0.68246093999999971e2"]],[["-0.10071056399999998e3","0.68402480999999966e2"],["-0.10072416699999997e3",68.401657],["-0.10078943599999997e3","0.68409988000000055e2"],["-0.10088971699999996e3",68.45277400000009],["-0.10088027999999997e3","0.68457214000000135e2"],["-0.10084889199999992e3","0.68464996000000099e2"],["-0.10083029199999999e3","0.68468596999999932e2"],["-0.10079332699999986e3","0.68468872000000147e2"],["-0.10078611799999999e3","0.68464706000000092e2"],["-0.10071806300000003e3","0.68411926000000051e2"],["-0.10071305799999999e3","0.68407486000000006e2"],["-0.10071056399999998e3","0.68402480999999966e2"]],[["-0.11086250299999995e3","0.68474152000000061e2"],["-0.11092610199999996e3","0.68465820000000065e2"],["-0.11105444299999999e3","0.68469711000000132e2"],["-0.11108833299999998e3","0.68473311999999964e2"],["-0.11109750400000001e3","0.68477203000000031e2"],["-0.11109750400000001e3","0.68482757999999933e2"],["-0.11109249899999998e3","0.68487198000000149e2"],["-0.11108528099999995e3","0.68492203000000018e2"],["-0.11107528699999995e3","0.68495529000000033e2"],[-110.984734,"0.68515549000000078e2"],["-0.11082167099999998e3",68.54803499999997],["-0.11080332899999996e3","0.68546371000000136e2"],["-0.11079222099999998e3","0.68543319999999937e2"],["-0.11076390100000003e3","0.68533600000000035e2"],["-0.11074582700000002e3","0.68526382000000069e2"],["-0.11069833399999999e3","0.68491364000000033e2"],["-0.11069611399999991e3","0.68486374000000012e2"],["-0.11070889299999988e3","0.68484711000000061e2"],["-0.11072833300000002e3","0.68484421000000054e2"],["-0.11079499799999996e3","0.68479980000000126e2"],["-0.11086250299999995e3","0.68474152000000061e2"]],[["-0.11058693700000003e3","0.68524155000000007e2"],[-110.625,"0.68519440000000145e2"],[-110.6600039999999,"0.68521927000000005e2"],["-0.11072112299999998e3","0.68531097000000102e2"],["-0.11073249800000002e3","0.68534149000000014e2"],["-0.11074610899999999e3","0.68542480000000069e2"],["-0.11075974300000001e3",68.55664100000007],["-0.11076194800000002e3","0.68561645999999939e2"],[-110.75473,"0.68566665999999998e2"],["-0.11063861099999997e3","0.68569443000000092e2"],["-0.11062832600000002e3","0.68559143000000006e2"],["-0.11052971600000001e3",68.54803499999997],[-110.520554,"0.68544144000000074e2"],["-0.11051834100000002e3","0.68539154000000053e2"],["-0.11052722199999988e3","0.68534987999999942e2"],["-0.11053859699999992e3","0.68532486000000063e2"],["-0.11058693700000003e3","0.68524155000000007e2"]],[["-0.10454527300000001e3","0.68396102999999982e2"],["-0.10458667000000003e3","0.68394440000000088e2"],["-0.10464666699999998e3","0.68395827999999995e2"],["-0.10469332900000001e3","0.68402480999999966e2"],[-104.708618,68.40525800000006],["-0.10475974299999996e3","0.68418045000000063e2"],["-0.10488305699999995e3","0.68449996999999996e2"],["-0.10491915899999992e3","0.68459991000000059e2"],[-104.9375,68.46748400000007],["-0.10508167999999995e3","0.68546371000000136e2"],["-0.10504415899999998e3","0.68562759000000028e2"],[-105.024719,"0.68570540999999992e2"],["-0.10501390100000003e3","0.68573318000000086e2"],["-0.10498999000000003e3",68.57748400000014],["-0.10493859900000001e3","0.68583327999999995e2"],["-0.10491000399999996e3","0.68583878000000027e2"],["-0.10476167299999997e3","0.68582764000000054e2"],["-0.10474610899999993e3","0.68582214000000022e2"],["-0.10471193699999998e3","0.68578597999999943e2"],[-104.682503,68.57388300000008],["-0.10455332899999996e3","0.68537201000000096e2"],["-0.10452999899999992e3","0.68530548000000124e2"],["-0.10450917099999992e3","0.68523315000000139e2"],["-0.10448277299999995e3","0.68511658000000011e2"],["-0.10446916199999998e3","0.68503326000000015e2"],["-0.10446362299999998e3","0.68498871000000008e2"],["-0.10444915799999995e3","0.68485260000000039e2"],["-0.10444055200000003e3","0.68476089000000059e2"],["-0.10442777999999987e3","0.68456940000000031e2"],["-0.10442527799999999e3","0.68441360000000032e2"],[-104.426941,"0.68435806000000014e2"],["-0.10443083199999995e3","0.68429703000000075e2"],["-0.10443499799999995e3","0.68423599000000024e2"],["-0.10444138299999997e3","0.68417206000000078e2"],["-0.10445111099999991e3","0.68413315000000011e2"],["-0.10448332199999999e3","0.68404709000000082e2"],["-0.10451917299999997e3","0.68398330999999985e2"],["-0.10454527300000001e3","0.68396102999999982e2"]],[[-105.139183,68.53637700000013],["-0.10512609900000001e3","0.68533325000000048e2"],["-0.10511305199999998e3","0.68534424000000001e2"],["-0.10510109699999998e3","0.68536652000000004e2"],["-0.10508693699999998e3","0.68536926000000108e2"],["-0.10507861300000002e3","0.68533051000000114e2"],["-0.10506639099999995e3","0.68519149999999968e2"],["-0.10505972300000002e3","0.68509430000000066e2"],["-0.10505888400000003e3","0.68504166000000055e2"],["-0.10506833599999999e3","0.68500274999999988e2"],["-0.10508612099999999e3","0.68502777000000037e2"],["-0.10511193800000001e3","0.68508881000000088e2"],["-0.10523361199999994e3","0.68541091999999992e2"],["-0.10524416400000001e3","0.68544708000000071e2"],["-0.10529110700000001e3","0.68576935000000049e2"],["-0.10529222099999998e3","0.68582214000000022e2"],["-0.10528138699999994e3","0.68584991000000116e2"],["-0.10525611900000001e3","0.68588318000000015e2"],["-0.10524305700000002e3","0.68589705999999978e2"],[-105.228882,"0.68589980999999966e2"],["-0.10521112099999993e3","0.68587769000000094e2"],["-0.10518582200000003e3","0.68580826000000116e2"],["-0.10518611099999998e3","0.68576660000000004e2"],["-0.10518167099999994e3","0.68566665999999998e2"],["-0.10517832900000002e3","0.68561645999999939e2"],[-105.139183,68.53637700000013]],[["-0.11378611799999999e3","0.68582764000000054e2"],["-0.11380166599999995e3",68.58248900000001],["-0.11385249299999998e3","0.68584152000000131e2"],["-0.11388945000000001e3","0.68586929000000055e2"],["-0.11393138099999999e3","0.68593872000000033e2"],["-0.11395259099999987e3","0.68597389000000078e2"],["-0.11395966299999998e3","0.68603195000000142e2"],["-0.11396611000000001e3","0.68611099000000081e2"],["-0.11395667300000002e3","0.68614699999999914e2"],["-0.11394248999999996e3","0.68615814000000114e2"],["-0.11391388699999999e3","0.68615814000000114e2"],["-0.11389972699999998e3","0.68616928000000087e2"],["-0.11383693700000003e3","0.68608871000000079e2"],["-0.11380027799999999e3","0.68606093999999985e2"],["-0.11378611799999999e3",68.60386699999998],["-0.11377667200000002e3",68.60026600000009],["-0.11376194800000002e3","0.68592209000000082e2"],[-113.761124,"0.68586655000000121e2"],["-0.11377223199999997e3","0.68583878000000027e2"],["-0.11378611799999999e3","0.68582764000000054e2"]],[["-0.10074054699999999e3","0.68596375000000023e2"],["-0.10078388999999993e3","0.68594437000000084e2"],["-0.10086805699999991e3","0.68603043000000014e2"],["-0.10088249200000001e3","0.68611374000000069e2"],["-0.10087666300000001e3","0.68616379000000109e2"],["-0.10086527999999998e3","0.68619141000000013e2"],["-0.10085305800000003e3","0.68620818999999983e2"],["-0.10083972199999999e3",68.62164300000012],["-0.10081388900000002e3","0.68619141000000013e2"],["-0.10075556899999992e3","0.68607758000000047e2"],["-0.10074082899999996e3","0.68604706000000078e2"],["-0.10073361199999994e3","0.68600540000000024e2"],["-0.10074054699999999e3","0.68596375000000023e2"]],[["-0.78468886999999995e2","0.68563873000000001e2"],["-0.78474441999999897e2",68.55831900000004],["-0.78482223999999917e2","0.68553313999999943e2"],["-0.78503066999999987e2","0.68545532000000037e2"],["-0.78530837999999903e2","0.68541091999999992e2"],["-0.78545836999999949e2","0.68540817000000004e2"],["-0.78562209999999993e2","0.68541930999999977e2"],["-0.78599227999999925e2","0.68550644000000034e2"],["-0.78614554999999939e2","0.68553650000000061e2"],["-0.78638901000000033e2","0.68558028999999976e2"],["-0.78654723999999987e2","0.68558594000000028e2"],["-0.78668883999999991e2","0.68554153000000099e2"],["-0.78724715999999944e2","0.68521927000000005e2"],["-0.78715835999999911e2","0.68515823000000012e2"],["-0.78691375999999991e2","0.68509155000000021e2"],["-0.78674438000000009e2","0.68509720000000073e2"],["-0.78653335999999967e2","0.68512496999999939e2"],["-0.78636123999999938e2","0.68513046000000088e2"],["-0.78621947999999975e2","0.68509720000000073e2"],["-0.78617615000000001e2","0.68507217000000082e2"],["-0.78610275000000001e2","0.68502213000000097e2"],["-0.78610824999999977e2","0.68498032000000023e2"],["-0.78618056999999965e2","0.68492203000000018e2"],["-0.78705565999999976e2","0.68451660000000118e2"],["-0.78716110000000015e2","0.68447754000000089e2"],["-0.78743057000000022e2","0.68442748999999992e2"],["-0.78776672000000019e2","0.68439147999999989e2"],["-0.78795272999999952e2","0.68438583000000108e2"],["-0.78813048999999921e2","0.68438873000000115e2"],["-0.78828063999999983e2","0.68440811000000053e2"],["-0.78861663999999962e2","0.68446365000000071e2"],["-0.78876389000000017e2","0.68450546000000145e2"],["-0.78959732000000031e2","0.68474700999999982e2"],["-0.78946105999999986e2","0.68508041000000048e2"],["-0.78943328999999949e2","0.68511932000000115e2"],["-0.78936935000000005e2","0.68516388000000006e2"],["-0.78822784000000013e2","0.68547759999999982e2"],["-0.78809432999999956e2","0.68550537000000077e2"],["-0.78791672000000005e2","0.68550262000000032e2"],["-0.78759170999999981e2",68.54803499999997],["-0.78743880999999988e2","0.68546097000000032e2"],["-0.78723891999999978e2","0.68547484999999938e2"],["-0.78704177999999899e2","0.68554703000000131e2"],["-0.78698883000000023e2","0.68558028999999976e2"],["-0.78688889000000017e2","0.68564697000000137e2"],["-0.78670837000000006e2","0.68578872999999987e2"],["-0.78668609999999944e2","0.68583327999999995e2"],["-0.78672774999999945e2",68.58859300000006],["-0.78680557000000022e2","0.68593323000000112e2"],["-0.78693054000000018e2","0.68596939000000134e2"],["-0.78705841000000021e2","0.68600540000000024e2"],["-0.78784163999999976e2","0.68618590999999981e2"],["-0.78851395000000025e2","0.68634155000000078e2"],["-0.78894454999999994e2","0.68646378000000141e2"],[-78.89805599999994,68.64888000000002],["-0.78889724999999942e2","0.68652771000000087e2"],["-0.78863892000000021e2","0.68659714000000122e2"],["-0.78837783999999886e2","0.68661102000000028e2"],["-0.78720001000000025e2","0.68657211000000132e2"],["-0.78689437999999939e2","0.68653320000000065e2"],["-0.78495834000000002e2","0.68627762000000132e2"],["-0.78481948999999929e2","0.68624985000000038e2"],["-0.78469451999999933e2","0.68621093999999971e2"],["-0.78460555999999997e2","0.68617203000000075e2"],["-0.78467223999999987e2","0.68569153000000085e2"],["-0.78468886999999995e2","0.68563873000000001e2"]],[["-0.74768889999999999e2","0.68673874000000012e2"],["-0.74756667999999991e2","0.68672760000000039e2"],[-74.65583799999996,68.65498400000007],["-0.74648346000000004e2","0.68652206000000092e2"],["-0.74522231999999974e2","0.68565262000000018e2"],["-0.74518340999999907e2","0.68558594000000028e2"],["-0.74531951999999876e2","0.68552765000000022e2"],["-0.74551392000000021e2","0.68550537000000077e2"],["-0.74586944999999957e2","0.68548874000000126e2"],["-0.74726668999999902e2","0.68556091000000038e2"],["-0.74742767000000015e2","0.68557480000000055e2"],["-0.74807219999999916e2","0.68563599000000067e2"],["-0.74821945000000028e2",68.56581099999994],["-0.74833892999999989e2","0.68569717000000026e2"],[-74.84333799999996,"0.68575821000000076e2"],["-0.74870543999999995e2","0.68598877000000073e2"],["-0.74883056999999894e2",68.61303700000002],["-0.74890288999999996e2","0.68624985000000038e2"],["-0.74805832000000009e2","0.68668868999999972e2"],["-0.74796111999999994e2","0.68671646000000067e2"],["-0.74787216000000001e2","0.68673035000000027e2"],["-0.74779998999999975e2","0.68673874000000012e2"],[-74.77194199999991,"0.68673035000000027e2"],["-0.74768889999999999e2","0.68673874000000012e2"]],[["-0.11404723399999995e3","0.68613602000000014e2"],["-0.11406139399999995e3","0.68612488000000042e2"],[-114.075287,"0.68614699999999914e2"],["-0.11410193600000002e3","0.68625809000000004e2"],["-0.11412666299999995e3","0.68637206999999989e2"],["-0.11414890299999996e3","0.68649428999999998e2"],["-0.11416166699999991e3","0.68658035000000098e2"],["-0.11418998699999986e3","0.68680266999999958e2"],["-0.11418639400000001e3","0.68683594000000085e2"],["-0.11415387699999991e3","0.68679703000000018e2"],[-114.141953,"0.68676925999999924e2"],["-0.11414111299999996e3","0.68671097000000088e2"],["-0.11405638099999987e3","0.68635818000000029e2"],["-0.11404888900000003e3","0.68631927000000132e2"],["-0.11404167200000001e3","0.68627762000000132e2"],["-0.11403778099999994e3","0.68616928000000087e2"],["-0.11404723399999995e3","0.68613602000000014e2"]],[["-0.74811385999999914e2","0.68320541000000048e2"],["-0.74817504999999926e2","0.68318603999999993e2"],[-75,"0.68333344000000125e2"],["-0.75002227999999945e2","0.68333603000000039e2"],["-0.75008346999999958e2","0.68337204000000099e2"],["-0.75010284000000013e2","0.68346649000000014e2"],["-0.75005004999999926e2","0.68353591999999992e2"],["-0.75002791999999999e2",68.35914600000001],[-75.00140399999998,"0.68366378999999995e2"],["-0.75015014999999948e2","0.68379700000000128e2"],["-0.75029174999999952e2","0.68390549000000021e2"],["-0.75037505999999951e2","0.68394714000000022e2"],["-0.75081679999999892e2","0.68404984000000127e2"],[-75.10943599999996,"0.68406937000000084e2"],["-0.75138061999999991e2","0.68409988000000055e2"],["-0.75153060999999866e2","0.68413040000000024e2"],["-0.75241378999999995e2","0.68436371000000065e2"],["-0.75263900999999919e2","0.68444976999999994e2"],["-0.75294723999999974e2","0.68457763999999997e2"],["-0.75369995000000017e2","0.68489700000000028e2"],["-0.75396118000000001e2","0.68503601000000003e2"],["-0.75416397000000018e2","0.68518051000000128e2"],["-0.75416397000000018e2","0.68524429000000112e2"],["-0.75396956999999873e2","0.68611099000000081e2"],["-0.75389175000000023e2",68.62303200000008],["-0.75307770000000005e2","0.68694702000000063e2"],["-0.75299727999999959e2","0.68700546000000088e2"],["-0.75280562999999972e2","0.68709717000000069e2"],["-0.75254729999999881e2","0.68717484000000013e2"],["-0.75239440999999999e2","0.68718048000000124e2"],["-0.75014450000000011e2","0.68677200000000028e2"],[-75,"0.68672241000000099e2"],["-0.74942764000000011e2","0.68576096000000064e2"],["-0.74938323999999909e2","0.68571655000000135e2"],["-0.74931380999999931e2","0.68566665999999998e2"],["-0.74836945000000014e2","0.68511658000000011e2"],["-0.74801940999999999e2","0.68501099000000124e2"],["-0.74785004000000015e2","0.68494705000000067e2"],["-0.74780288999999982e2","0.68490265000000079e2"],["-0.74772232000000031e2","0.68479980000000126e2"],["-0.74768341000000021e2","0.68473311999999964e2"],["-0.74776397999999915e2","0.68410537999999917e2"],["-0.74811385999999914e2","0.68320541000000048e2"]],[["-0.84808043999999938e2","0.68763885000000016e2"],["-0.84821395999999879e2","0.68763611000000083e2"],["-0.84835830999999985e2","0.68766662999999994e2"],["-0.84939163000000008e2","0.68793594000000041e2"],["-0.84907776000000013e2","0.68803589000000102e2"],["-0.84895279000000016e2",68.80720500000001],["-0.84882492000000013e2","0.68809707999999944e2"],["-0.84855835000000013e2","0.68810806000000014e2"],["-0.84841385000000002e2","0.68807479999999998e2"],["-0.84837219000000005e2","0.68802765000000136e2"],["-0.84837783999999999e2",68.79693600000013],["-0.84801665999999955e2","0.68769150000000081e2"],["-0.84808043999999938e2","0.68763885000000016e2"]],[["-0.68110275000000001e2",68.78276100000005],["-0.67807494999999903e2","0.68733597000000032e2"],["-0.67781676999999945e2","0.68729155999999932e2"],["-0.67679169000000002e2","0.68711379999999963e2"],["-0.67668335000000013e2","0.68707214000000079e2"],["-0.67661391999999921e2","0.68701935000000105e2"],["-0.67662216000000001e2","0.68698317999999972e2"],["-0.67676666000000012e2","0.68695816000000093e2"],["-0.67850554999999929e2","0.68697754000000032e2"],["-0.67869720000000029e2",68.69859299999996],["-0.67897781000000009e2","0.68704987000000017e2"],["-0.67918609999999887e2","0.68712493999999936e2"],["-0.67951400999999976e2","0.68721649000000014e2"],["-0.68039169000000015e2","0.68738037000000077e2"],["-0.68188323999999909e2","0.68763885000000016e2"],["-0.68306106999999997e2","0.68779434000000094e2"],["-0.68323623999999995e2","0.68779984000000127e2"],["-0.68339995999999985e2","0.68778594999999939e2"],["-0.68352492999999981e2","0.68775543000000027e2"],["-0.68367492999999854e2","0.68774994000000106e2"],["-0.68433608999999933e2","0.68781097000000045e2"],["-0.68451400999999976e2","0.68783875000000023e2"],["-0.68457779000000016e2","0.68785812000000078e2"],["-0.68459441999999967e2","0.68791092000000106e2"],["-0.68455275999999969e2","0.68802199999999914e2"],["-0.68450835999999867e2",68.80720500000001],["-0.68439163000000008e2","0.68812485000000038e2"],["-0.68428328999999962e2","0.68813034000000016e2"],["-0.68418899999999894e2","0.68810257000000092e2"],["-0.68375548999999921e2","0.68808029000000147e2"],["-0.68241942999999935e2","0.68798874000000069e2"],["-0.68224716000000001e2","0.68797485000000108e2"],["-0.68110275000000001e2",68.78276100000005]],[["-0.10183112299999999e3","0.68566940000000102e2"],["-0.10184555099999989e3","0.68566665999999998e2"],["-0.10186028299999998e3","0.68569717000000026e2"],["-0.10188527699999986e3","0.68576385000000016e2"],["-0.10190527299999991e3","0.68583878000000027e2"],["-0.10200583599999999e3","0.68613875999999948e2"],[-102.112213,68.62359600000002],["-0.10223000300000001e3",68.64027399999992],[-102.254997,"0.68646942000000081e2"],["-0.10231639100000001e3","0.68672211000000061e2"],[-102.3125,"0.68688583000000051e2"],["-0.10221665999999999e3","0.68718322999999998e2"],["-0.10214862099999999e3","0.68734984999999938e2"],["-0.10213639799999993e3","0.68736923000000104e2"],["-0.10211389200000002e3","0.68742477000000065e2"],["-0.10209249899999998e3","0.68748871000000122e2"],[-102.073059,"0.68756943000000092e2"],["-0.10205638099999993e3","0.68768051000000071e2"],["-0.10205166600000001e3","0.68773880000000077e2"],["-0.10204943799999995e3","0.68779434000000094e2"],["-0.10204972799999996e3","0.68784714000000008e2"],["-0.10205555699999996e3","0.68794434000000081e2"],["-0.10205555699999996e3","0.68799713000000054e2"],["-0.10205082700000003e3","0.68805542000000059e2"],["-0.10204276999999996e3","0.68811096000000077e2"],["-0.10202306399999992e3","0.68819443000000035e2"],["-0.10199833699999999e3","0.68823044000000095e2"],["-0.10198500099999995e3","0.68824158000000068e2"],["-0.10195612299999999e3","0.68824158000000068e2"],["-0.10193943799999994e3","0.68822494999999947e2"],[-101.9119419999999,"0.68816086000000098e2"],["-0.10177861000000001e3","0.68783875000000023e2"],["-0.10169387799999993e3","0.68768051000000071e2"],["-0.10169999699999994e3","0.68737762000000032e2"],["-0.10168055699999996e3","0.68672484999999995e2"],["-0.10168250299999994e3","0.68661652000000061e2"],[-101.701683,"0.68637772000000041e2"],["-0.10183112299999999e3","0.68566940000000102e2"]],[["-0.10260082999999997e3","0.68813309000000004e2"],["-0.10260749799999996e3",68.80914300000012],["-0.10269695299999995e3","0.68813034000000016e2"],["-0.10270722999999992e3","0.68816666000000112e2"],["-0.10268888900000002e3","0.68833328000000108e2"],["-0.10267859599999997e3","0.68836928999999998e2"],["-0.10264055599999995e3","0.68841934000000037e2"],["-0.10261277799999993e3",68.84304800000001],["-0.10259889199999986e3","0.68841095000000053e2"],["-0.10260221899999999e3","0.68834152000000074e2"],["-0.10260082999999997e3","0.68813309000000004e2"]],[["-0.89944442999999978e2","0.68662200999999982e2"],["-0.89956389999999942e2","0.68661652000000061e2"],["-0.89974166999999966e2","0.68705826000000002e2"],["-0.89999160999999958e2","0.68730819999999937e2"],["-0.90017226999999934e2","0.68740540000000067e2"],["-0.90022507000000019e2",68.74581900000004],["-0.90027495999999985e2","0.68752486999999974e2"],["-0.90027785999999992e2","0.68758606000000043e2"],["-0.90025557999999933e2","0.68771927000000005e2"],[-90.00306699999993,"0.68806641000000013e2"],["-0.89958618000000001e2","0.68838042999999971e2"],["-0.89944442999999978e2","0.68847488000000055e2"],["-0.89931945999999982e2","0.68852203000000088e2"],["-0.89921935999999903e2","0.68853867000000093e2"],["-0.89914443999999946e2","0.68853043000000127e2"],["-0.89781677000000002e2","0.68766662999999994e2"],["-0.89784163999999919e2","0.68760818000000086e2"],["-0.89791381999999999e2","0.68752486999999974e2"],["-0.89808884000000035e2","0.68733322000000044e2"],["-0.89857498000000021e2","0.68700546000000088e2"],["-0.89877486999999917e2","0.68690810999999997e2"],["-0.89944442999999978e2","0.68662200999999982e2"]],[["-0.11435082999999997e3","0.68871643000000063e2"],["-0.11437917299999992e3",68.86943100000002],["-0.11439639299999999e3","0.68869705000000124e2"],[-114.429169,68.87359600000002],["-0.11445333900000003e3","0.68879425000000026e2"],["-0.11446305799999999e3","0.68882751000000042e2"],[-114.468613,"0.68887206999999989e2"],["-0.11447165699999999e3","0.68892487000000017e2"],["-0.11446056399999998e3","0.68895264000000111e2"],["-0.11444444299999998e3","0.68896103000000096e2"],[-114.424713,"0.68896942000000024e2"],["-0.11437609899999995e3","0.68893600000000106e2"],["-0.11434084300000001e3","0.68890549000000078e2"],["-0.11432888800000001e3","0.68887496999999996e2"],["-0.11432333399999999e3","0.68883041000000048e2"],["-0.11432861299999996e3",68.87692300000009],["-0.11433805799999993e3",68.87359600000002],["-0.11435082999999997e3","0.68871643000000063e2"]],[["-0.67847777999999948e2","0.68851928999999984e2"],["-0.67863891999999964e2","0.68849425999999994e2"],["-0.67883056999999951e2","0.68849990999999989e2"],["-0.67897232000000031e2","0.68853043000000127e2"],[-67.908051,"0.68857208000000128e2"],["-0.67956389999999942e2","0.68915268000000026e2"],[-67.96055599999994,"0.68922484999999995e2"],[-67.96055599999994,"0.68929977000000065e2"],["-0.67954726999999934e2","0.68935806000000127e2"],["-0.67946654999999964e2","0.68940810999999997e2"],["-0.67938048999999978e2","0.68944427000000019e2"],["-0.67923889000000031e2",68.94859300000013],["-0.67892226999999991e2","0.68951660000000004e2"],["-0.67876388999999961e2","0.68949417000000096e2"],["-0.67869445999999982e2","0.68944138000000066e2"],[-67.83944699999995,"0.68911926000000108e2"],["-0.67831389999999999e2","0.68875809000000118e2"],["-0.67833068999999909e2","0.68861374000000012e2"],["-0.67837509000000011e2","0.68856368999999972e2"],["-0.67847777999999948e2","0.68851928999999984e2"]],[["-0.85341675000000009e2","0.68983596999999975e2"],["-0.85351669000000015e2","0.68981094000000041e2"],["-0.85379165999999941e2","0.68981934000000081e2"],["-0.85407227000000034e2","0.68984420999999941e2"],["-0.85437209999999993e2","0.68991928000000087e2"],["-0.85446944999999971e2","0.68996368000000075e2"],["-0.85451400999999976e2","0.69001099000000011e2"],["-0.85453063999999983e2","0.69005829000000062e2"],[-85.44387799999987,"0.69010269000000108e2"],["-0.85418883999999991e2","0.69009430000000123e2"],["-0.85369995000000017e2","0.69001937999999996e2"],["-0.85354720999999927e2","0.68997757000000092e2"],["-0.85342223999999931e2","0.68993317000000104e2"],["-0.85337783999999999e2","0.68988585999999941e2"],["-0.85341675000000009e2","0.68983596999999975e2"]],[[-89.90834000000001,"0.68917755000000113e2"],["-0.89915008999999998e2","0.68913315000000125e2"],["-0.89952498999999875e2","0.68926376000000062e2"],["-0.89978332999999964e2","0.68933867999999961e2"],[-90,"0.68937575999999979e2"],[-90.03195199999999,"0.68943039000000113e2"],["-0.90075561999999991e2","0.68948028999999963e2"],["-0.90070557000000008e2","0.68981934000000081e2"],["-0.89946380999999917e2","0.69010269000000108e2"],[-89.93360899999999,"0.69011658000000068e2"],["-0.89920837000000006e2","0.69010269000000108e2"],["-0.89914169000000015e2","0.69006943000000035e2"],["-0.89910277999999948e2","0.69003052000000139e2"],["-0.89906661999999983e2","0.68922484999999995e2"],[-89.90834000000001,"0.68917755000000113e2"]],[["-0.10017555199999987e3","0.68794708000000014e2"],["-0.10022083999999995e3","0.68764435000000049e2"],["-0.10025446299999999e3","0.68769150000000081e2"],["-0.10026917300000002e3","0.68772217000000012e2"],["-0.10028555299999994e3","0.68774155000000121e2"],["-0.10029915599999998e3","0.68773315000000082e2"],["-0.10030860899999999e3","0.68768875000000037e2"],["-0.10031639100000001e3",68.76249700000011],["-0.10035749799999996e3",68.71527100000003],["-0.10036694299999994e3","0.68710541000000035e2"],["-0.10040722699999998e3","0.68708038000000045e2"],[-100.423607,"0.68709991000000002e2"],["-0.10061332700000003e3","0.68758040999999992e2"],["-0.10062304699999999e3","0.68761932000000058e2"],["-0.10062805199999997e3","0.68766388000000006e2"],[-100.632767,68.77609300000006],["-0.10062581599999999e3","0.68912490999999932e2"],["-0.10059999099999999e3","0.69000548999999978e2"],["-0.10056111099999993e3","0.69025818000000015e2"],["-0.10054360999999994e3","0.69036652000000061e2"],["-0.10052916699999997e3","0.69036652000000061e2"],[-100.497772,"0.69034714000000122e2"],["-0.10041610700000001e3","0.69026382000000126e2"],["-0.10038110399999994e3","0.69020828000000108e2"],["-0.10035082999999997e3","0.69014709000000096e2"],["-0.10034111000000001e3","0.69010818000000029e2"],["-0.10033361799999994e3","0.69006653000000028e2"],["-0.10032861300000002e3",69.00221300000004],["-0.10032362399999994e3","0.68996093999999971e2"],["-0.10032888800000001e3","0.68989975000000129e2"],["-0.10033168000000001e3","0.68984420999999941e2"],["-0.10033168000000001e3","0.68979431000000091e2"],[-100.326683,"0.68974701000000039e2"],["-0.10031276700000001e3","0.68965820000000122e2"],["-0.10023889200000002e3",68.924149],["-0.10022888199999994e3","0.68920258000000103e2"],["-0.10021665999999988e3","0.68916930999999977e2"],["-0.10020361300000002e3","0.68915543000000071e2"],["-0.10016027799999995e3","0.68915268000000026e2"],["-0.10014362299999993e3","0.68913315000000125e2"],["-0.10013110399999999e3","0.68909987999999998e2"],["-0.10012638899999996e3","0.68905548000000124e2"],["-0.10017194399999994e3","0.68799423000000047e2"],["-0.10017555199999987e3","0.68794708000000014e2"]],[["-0.85119445999999925e2","0.69014709000000096e2"],["-0.85132216999999855e2","0.69013045999999974e2"],["-0.85166107000000011e2","0.69031096999999988e2"],["-0.85170273000000009e2","0.69035812000000021e2"],["-0.85155562999999972e2","0.69056090999999981e2"],[-85.14555399999989,"0.69058319000000097e2"],[-85.095551,"0.69048035000000084e2"],["-0.85068343999999968e2","0.69041367000000093e2"],["-0.85061385999999914e2","0.69036652000000061e2"],["-0.85075835999999924e2","0.69031096999999988e2"],["-0.85119445999999925e2","0.69014709000000096e2"]],[["-0.85265288999999996e2","0.69072495000000117e2"],["-0.85343886999999938e2",69.06303400000013],["-0.85357773000000009e2","0.69063598999999954e2"],["-0.85373046999999929e2","0.69067763999999954e2"],["-0.85392776000000026e2","0.69076660000000118e2"],["-0.85397232000000031e2","0.69081374999999923e2"],["-0.85398894999999982e2","0.69086104999999975e2"],["-0.85392501999999979e2",69.09137000000004],["-0.85380279999999914e2","0.69095825000000048e2"],["-0.85301392000000021e2","0.69104155999999989e2"],["-0.85287780999999882e2","0.69104706000000022e2"],["-0.85258895999999993e2","0.69100266000000147e2"],["-0.85248885999999914e2","0.69095825000000048e2"],["-0.85241942999999992e2",69.09137000000004],["-0.85245543999999995e2","0.69086104999999975e2"],["-0.85246658000000025e2","0.69081374999999923e2"],["-0.85253066999999987e2",69.07609599999995],["-0.85265288999999996e2","0.69072495000000117e2"]],[["-0.99999434999999949e2","0.68943588000000034e2"],[-100.006958,"0.68939423000000033e2"],[-100.021118,"0.68939696999999967e2"],["-0.10003778099999988e3","0.68941360000000088e2"],["-0.10012000299999994e3","0.68950821000000076e2"],["-0.10016166699999997e3","0.68961380000000133e2"],["-0.10018138099999999e3","0.68968872000000033e2"],["-0.10019860799999998e3","0.68976929000000041e2"],["-0.10020612299999988e3","0.68981094000000041e2"],["-0.10023693800000001e3","0.69008605999999986e2"],["-0.10025666799999999e3","0.69026656999999943e2"],["-0.10025890399999992e3","0.69031661999999983e2"],["-0.10025862099999995e3","0.69041931000000034e2"],["-0.10023693800000001e3","0.69081374999999923e2"],["-0.10023194899999993e3","0.69087203999999986e2"],["-0.10021333300000003e3","0.69097214000000065e2"],["-0.10012970699999994e3","0.69130264000000125e2"],["-0.10009555099999994e3","0.69117477000000122e2"],["-0.10005304699999999e3","0.69102478000000019e2"],["-0.10003333299999991e3","0.69094711000000075e2"],["-0.10002834299999995e3","0.69090271000000087e2"],["-0.99978881999999999e2",69.01388500000013],["-0.99976943999999946e2","0.69003876000000105e2"],["-0.99999434999999949e2","0.68943588000000034e2"]],[["-0.90124709999999993e2",69.04942299999999],[-90.12721299999987,"0.69044982999999945e2"],["-0.90138061999999991e2",69.04525799999999],["-0.90231948999999986e2","0.69065536000000009e2"],["-0.90247498000000007e2","0.69070267000000115e2"],["-0.90279175000000009e2","0.69098328000000038e2"],["-0.90276397999999858e2","0.69125809000000061e2"],["-0.90263335999999924e2","0.69141936999999928e2"],["-0.90262511999999958e2","0.69142761000000064e2"],["-0.90253890999999953e2","0.69142761000000064e2"],["-0.90147231999999974e2","0.69103591999999992e2"],[-90.125,"0.69055542000000003e2"],["-0.90124709999999993e2",69.04942299999999]],[["-0.10166416900000002e3","0.69083603000000096e2"],["-0.10167749000000003e3","0.69082764000000111e2"],["-0.10169027699999998e3","0.69086104999999975e2"],["-0.10169554099999993e3","0.69090546000000074e2"],["-0.10169833399999993e3","0.69095261000000107e2"],["-0.10171806300000003e3","0.69178588999999931e2"],["-0.10171584300000001e3","0.69189147999999989e2"],["-0.10171112099999993e3","0.69195251000000098e2"],["-0.10170361300000002e3","0.69201660000000004e2"],[-101.695267,"0.69206940000000031e2"],["-0.10168443300000001e3","0.69210815000000025e2"],["-0.10165834000000001e3","0.69213608000000022e2"],["-0.10160166899999996e3","0.69215546000000131e2"],["-0.10155860899999999e3","0.69216660000000104e2"],["-0.10153527799999995e3","0.69209427000000119e2"],[-101.5202789999999,"0.69197479000000101e2"],[-101.497772,"0.69170258000000047e2"],["-0.10149500299999994e3","0.69165543000000014e2"],["-0.10149500299999994e3","0.69160262999999929e2"],["-0.10149999999999994e3","0.69154434000000094e2"],["-0.10155555699999991e3","0.69105255000000113e2"],["-0.10156360599999999e3","0.69099990999999989e2"],["-0.10165139799999997e3","0.69085541000000035e2"],["-0.10166416900000002e3","0.69083603000000096e2"]],[["-0.90512512000000015e2",69.20248400000014],["-0.90575561999999991e2","0.69198593000000074e2"],["-0.90613327000000027e2","0.69207763999999997e2"],["-0.90777221999999995e2","0.69272491000000002e2"],["-0.90778609999999901e2","0.69317215000000147e2"],["-0.90775832999999977e2",69.32998699999996],["-0.90762512000000015e2","0.69345534999999984e2"],["-0.90757232999999985e2","0.69349426000000051e2"],["-0.90740829000000019e2","0.69357483000000059e2"],["-0.90692215000000033e2",69.37164300000012],[-90.67332499999992,"0.69373871000000065e2"],["-0.90655272999999966e2","0.69374695000000031e2"],["-0.90638610999999969e2","0.69373871000000065e2"],["-0.90608046999999999e2",69.36970500000001],["-0.90595001000000025e2","0.69365264999999965e2"],["-0.90582503999999972e2","0.69359711000000004e2"],["-0.90559433000000013e2","0.69347214000000008e2"],["-0.90548614999999984e2","0.69339981000000023e2"],[-90.47193900000002,"0.69281097000000102e2"],["-0.90460830999999928e2","0.69267487000000017e2"],["-0.90455565999999976e2","0.69234711000000118e2"],["-0.90454452999999887e2","0.69226379000000122e2"],["-0.90457503999999972e2","0.69222763000000043e2"],["-0.90512512000000015e2",69.20248400000014]],[["-0.78412215999999887e2","0.69379700000000128e2"],["-0.78396392999999932e2","0.69377761999999962e2"],["-0.78338608000000022e2",69.3808140000001],["-0.78305832000000009e2","0.69377761999999962e2"],["-0.78291381999999999e2","0.69374985000000095e2"],["-0.78279723999999987e2","0.69370255000000043e2"],["-0.78270844000000011e2","0.69364150999999993e2"],["-0.78211394999999925e2","0.69299987999999985e2"],["-0.78210830999999985e2","0.69294434000000138e2"],["-0.78214447000000007e2","0.69288315000000125e2"],["-0.78318344000000025e2","0.69238312000000008e2"],["-0.78396118000000001e2","0.69210541000000092e2"],["-0.78472504000000015e2","0.69191360000000032e2"],["-0.78551392000000021e2","0.69089157000000057e2"],["-0.78556655999999919e2","0.69083603000000096e2"],["-0.78572234999999921e2","0.69073317999999972e2"],["-0.78601943999999946e2","0.69066086000000041e2"],[-78.62777699999998,"0.69058593999999914e2"],["-0.78707229999999981e2","0.69014709000000096e2"],["-0.78715011999999945e2","0.69009720000000129e2"],["-0.78718062999999972e2","0.69003601000000117e2"],[-78.71665999999999,68.99664300000012],["-0.78712783999999999e2","0.68984985000000108e2"],["-0.78716110000000015e2","0.68979156000000103e2"],["-0.78725280999999995e2","0.68968872000000033e2"],["-0.78735000999999954e2","0.68963608000000079e2"],["-0.78830291999999929e2",68.91304000000008],["-0.78840285999999935e2","0.68908600000000092e2"],["-0.78867492999999968e2","0.68900543000000084e2"],["-0.78934433000000013e2","0.68888596000000121e2"],["-0.78978881999999999e2","0.68882477000000108e2"],["-0.79033614999999998e2","0.68877197000000024e2"],["-0.79095275999999956e2","0.68872757000000036e2"],["-0.79185271999999941e2","0.68853317000000061e2"],["-0.79194152999999972e2","0.68849425999999994e2"],["-0.79197219999999902e2","0.68839157000000114e2"],["-0.79204726999999991e2","0.68833878000000141e2"],[-79.216949,"0.68829987000000074e2"],["-0.79238892000000021e2","0.68827484000000084e2"],["-0.79287216000000001e2",68.83137499999998],["-0.79353332999999964e2","0.68844147000000021e2"],["-0.79366103999999893e2","0.68847763000000043e2"],["-0.79386948000000018e2","0.68856093999999985e2"],["-0.79392501999999865e2","0.68860535000000084e2"],["-0.79396392999999932e2","0.68864990000000091e2"],["-0.79400283999999999e2","0.68871918000000051e2"],["-0.79402221999999938e2","0.68923598999999967e2"],["-0.79379439999999931e2","0.68931656000000089e2"],["-0.79353881999999999e2","0.68943863000000079e2"],["-0.79330565999999976e2","0.68958327999999995e2"],["-0.79309432999999956e2","0.68973602000000085e2"],["-0.79303878999999938e2","0.68978317000000118e2"],["-0.79292769999999962e2","0.68995818999999983e2"],["-0.79283065999999963e2","0.69012772000000041e2"],["-0.79238892000000021e2","0.69066376000000048e2"],["-0.79227218999999991e2","0.69076385000000073e2"],[-79.216949,"0.69081100000000106e2"],["-0.79146117999999944e2","0.69093597000000102e2"],["-0.79049438000000009e2","0.69102203000000031e2"],["-0.78985824999999977e2","0.69099990999999989e2"],["-0.78974441999999954e2","0.69100266000000147e2"],["-0.78960280999999952e2","0.69102478000000019e2"],["-0.78864165999999955e2",69.141098],["-0.78855834999999956e2","0.69145537999999988e2"],["-0.78749160999999901e2","0.69261107999999979e2"],["-0.78721938999999963e2","0.69310532000000023e2"],["-0.78726668999999902e2","0.69318603999999993e2"],["-0.78724715999999944e2","0.69331100000000049e2"],["-0.78722778000000005e2","0.69336105000000089e2"],["-0.78716110000000015e2",69.34027100000003],["-0.78606948999999986e2","0.69371368000000132e2"],["-0.78577498999999989e2","0.69377197000000137e2"],["-0.78568618999999956e2","0.69378860000000032e2"],["-0.78489989999999977e2","0.69391098000000113e2"],[-78.47084000000001,"0.69392212000000086e2"],["-0.78458617999999944e2",69.38998400000014],["-0.78412215999999887e2","0.69379700000000128e2"]],[["-0.13528890999999993e3","0.69309418000000051e2"],["-0.13529751599999997e3","0.69304977000000122e2"],["-0.13533138999999989e3","0.69322768999999994e2"],["-0.13534805299999994e3","0.69330551000000128e2"],["-0.13538613899999996e3","0.69344986000000063e2"],["-0.13539779699999997e3","0.69348037999999974e2"],["-0.13544000199999999e3","0.69355820000000108e2"],["-0.13548693800000001e3","0.69362198000000092e2"],["-0.13551501500000001e3","0.69367477000000065e2"],["-0.13552694699999995e3","0.69370529000000147e2"],["-0.13555999800000001e3","0.69380264000000068e2"],["-0.13556527700000004e3","0.69384995000000004e2"],["-0.13556555199999997e3","0.69390548999999965e2"],["-0.13555999800000001e3","0.69396652000000131e2"],["-0.13554998799999998e3","0.69399994000000049e2"],["-0.13552444499999996e3","0.69403595000000109e2"],["-0.13550723300000004e3","0.69403046000000131e2"],["-0.13542028799999997e3","0.69397491000000059e2"],[-135.365814,"0.69393599999999992e2"],["-0.13533776899999992e3","0.69388596000000064e2"],["-0.13532806400000004e3","0.69384995000000004e2"],["-0.13527224699999988e3","0.69358321999999987e2"],["-0.13527139299999999e3","0.69346938999999963e2"],["-0.13527722199999999e3","0.69328322999999955e2"],["-0.13528332499999988e3","0.69315262000000018e2"],["-0.13528890999999993e3","0.69309418000000051e2"]],[["-0.76950835999999867e2","0.69395263999999997e2"],["-0.76923614999999984e2","0.69393599999999992e2"],["-0.76902221999999995e2","0.69394713999999965e2"],["-0.76804168999999945e2","0.69400269000000037e2"],["-0.76787780999999995e2","0.69402480999999966e2"],["-0.76779174999999952e2","0.69403870000000097e2"],["-0.76760833999999875e2",69.40914900000007],[-76.75140399999998,"0.69412766000000033e2"],["-0.76744445999999982e2","0.69416931000000034e2"],["-0.76732772999999952e2","0.69422760000000039e2"],["-0.76723327999999981e2","0.69423599000000024e2"],["-0.76716400000000021e2","0.69422211000000118e2"],["-0.76705840999999964e2","0.69418868999999972e2"],["-0.76652221999999938e2",69.38638300000008],["-0.76644729999999925e2","0.69381363000000022e2"],["-0.76643889999999942e2","0.69374420000000043e2"],["-0.76646666999999979e2","0.69336929000000055e2"],["-0.76648894999999925e2","0.69331940000000088e2"],["-0.76676391999999964e2","0.69306091000000094e2"],["-0.76706389999999999e2","0.69303588999999988e2"],["-0.76718886999999995e2","0.69301651000000049e2"],["-0.76736937999999952e2","0.69296371000000022e2"],["-0.76799438000000009e2","0.69272491000000002e2"],["-0.76926392000000021e2",69.21748400000007],["-0.76933608999999933e2","0.69213882000000126e2"],["-0.76939986999999974e2","0.69209152000000074e2"],["-0.76945830999999998e2","0.69203598000000113e2"],["-0.76949431999999945e2","0.69197479000000101e2"],["-0.76950561999999934e2",69.1933140000001],["-0.76958892999999989e2",69.14248699999996],["-0.77118057000000022e2","0.69119431000000134e2"],["-0.77137787000000003e2","0.69116652999999928e2"],["-0.77171660999999915e2","0.69117202999999961e2"],["-0.77213622999999984e2","0.69125809000000061e2"],["-0.77238601999999958e2","0.69132750999999985e2"],[-77.25778200000002,"0.69139984000000027e2"],["-0.77285827999999924e2","0.69153594999999996e2"],["-0.77301392000000021e2","0.69164153999999996e2"],["-0.77320281999999963e2","0.69181366000000025e2"],["-0.77381942999999865e2","0.69247482000000048e2"],["-0.77384170999999981e2","0.69263610999999969e2"],["-0.77383330999999941e2","0.69270538000000045e2"],["-0.77359725999999966e2","0.69392761000000064e2"],["-0.77356383999999935e2","0.69396652000000131e2"],["-0.77348342999999943e2",69.401657],["-0.77288329999999917e2",69.417755],["-0.77259170999999924e2","0.69424698000000035e2"],["-0.77189162999999951e2","0.69438309000000004e2"],["-0.77153610000000015e2","0.69444427000000076e2"],["-0.77129989999999964e2","0.69445251000000042e2"],["-0.77113616999999977e2","0.69441650000000038e2"],["-0.77075561999999991e2","0.69428314000000057e2"],["-0.77043335000000013e2","0.69417206000000078e2"],["-0.77006957999999997e2","0.69406372000000033e2"],["-0.76978332999999907e2","0.69399994000000049e2"],["-0.76950835999999867e2","0.69395263999999997e2"]],[["-0.90329453000000001e2","0.69235809000000017e2"],[-90.34722899999997,"0.69234711000000118e2"],["-0.90361388999999974e2","0.69238312000000008e2"],["-0.90506392999999946e2","0.69329162999999994e2"],["-0.90510009999999909e2","0.69334717000000012e2"],["-0.90514450000000011e2","0.69363876000000005e2"],["-0.90501113999999973e2","0.69372482000000105e2"],["-0.90491669000000002e2","0.69376647999999989e2"],["-0.90301940999999943e2","0.69434418000000107e2"],["-0.90205275999999913e2","0.69445816000000093e2"],["-0.90200835999999981e2","0.69444427000000076e2"],["-0.90199722000000008e2","0.69439148000000102e2"],["-0.90195267000000001e2","0.69416931000000034e2"],["-0.90178604000000007e2","0.69409988000000055e2"],["-0.90149733999999967e2","0.69375534000000016e2"],["-0.90148345999999947e2","0.69370255000000043e2"],["-0.90154723999999987e2","0.69350815000000068e2"],[-90.15972899999997,69.34526100000005],["-0.90271666999999923e2","0.69255554000000018e2"],["-0.90288605000000018e2","0.69249419999999986e2"],["-0.90329453000000001e2","0.69235809000000017e2"]],[["-0.13559222399999999e3","0.69482208000000071e2"],[-135.574432,"0.69446640000000059e2"],["-0.13561999499999996e3","0.69468597000000102e2"],["-0.13562942499999991e3","0.69472214000000065e2"],["-0.13566528299999999e3","0.69481368999999916e2"],["-0.13569360399999999e3",69.486649],["-0.13574081399999994e3","0.69493041999999946e2"],["-0.13577835099999999e3","0.69496094000000085e2"],["-0.13581054700000004e3","0.69497756999999979e2"],["-0.13581555200000003e3","0.69502487000000031e2"],[-135.8125,"0.69508041000000048e2"],["-0.13579528799999997e3","0.69516663000000051e2"],["-0.13578555299999999e3","0.69519989000000066e2"],["-0.13577389500000004e3",69.52276599999999],["-0.13576113899999996e3","0.69524429000000055e2"],["-0.13574526999999995e3","0.69524704000000099e2"],["-0.13566610700000001e3","0.69505828999999949e2"],["-0.13559942599999999e3","0.69486098999999967e2"],["-0.13559222399999999e3","0.69482208000000071e2"]],[["-0.10105304699999999e3","0.69504439999999988e2"],["-0.10100611900000001e3","0.69486923000000104e2"],["-0.10100862099999995e3","0.69450272000000041e2"],["-0.10112526700000001e3","0.69401382000000126e2"],["-0.10121861299999989e3","0.69371368000000132e2"],["-0.10123029299999996e3","0.69368591000000038e2"],["-0.10124305700000002e3","0.69371917999999994e2"],["-0.10126888999999994e3","0.69378860000000032e2"],["-0.10127916700000003e3","0.69382476999999994e2"],[-101.271118,"0.69385818000000029e2"],[-101.256958,"0.69386658000000068e2"],["-0.10124526999999995e3","0.69389434999999992e2"],[-101.2369379999999,"0.69394713999999965e2"],["-0.10123166699999996e3","0.69400818000000015e2"],["-0.10118888899999996e3","0.69469711000000075e2"],["-0.10118639400000001e3","0.69475265999999976e2"],["-0.10122749299999992e3","0.69495529000000033e2"],["-0.10123805199999998e3","0.69499145999999996e2"],[-101.2538909999999,"0.69500274999999988e2"],[-101.266953,69.49832200000003],["-0.10131749699999995e3","0.69511107999999922e2"],["-0.10138445300000001e3",69.53276100000005],["-0.10138722199999995e3",69.53776600000009],["-0.10135833700000001e3","0.69566940000000102e2"],["-0.10134973099999996e3","0.69572495000000004e2"],["-0.10134056099999992e3","0.69574707000000046e2"],["-0.10127555799999993e3","0.69580826000000059e2"],["-0.10126167299999992e3","0.69581665000000044e2"],["-0.10107305899999994e3","0.69534988000000112e2"],["-0.10106276699999995e3",69.53137200000009],["-0.10105999800000001e3","0.69526382000000012e2"],["-0.10105304699999999e3","0.69504439999999988e2"]],[["-0.96663054999999929e2","0.69569717000000026e2"],["-0.96563323999999966e2","0.69564147999999989e2"],["-0.96461120999999991e2","0.69564147999999989e2"],["-0.96401671999999905e2","0.69562759000000028e2"],["-0.96373610999999983e2","0.69560806000000071e2"],["-0.96358886999999868e2",69.55720500000001],["-0.96351943999999946e2",69.55304000000001],["-0.96345275999999899e2","0.69548599000000081e2"],["-0.96343886999999995e2","0.69543594000000041e2"],["-0.96335555999999997e2","0.69534424000000001e2"],["-0.96328613000000018e2","0.69529983999999956e2"],[-96.31639100000001,"0.69526382000000012e2"],["-0.96291671999999892e2","0.69531097000000045e2"],["-0.96218063000000029e2","0.69546371000000136e2"],["-0.96207229999999981e2",69.55053700000002],["-0.96198333999999875e2",69.55664100000007],["-0.96194442999999978e2","0.69561920000000043e2"],["-0.96184432999999956e2",69.56721500000009],["-0.96169723999999917e2","0.69566940000000102e2"],["-0.96152221999999995e2","0.69563599000000067e2"],["-0.96139998999999932e2","0.69559982000000105e2"],["-0.96133330999999941e2","0.69555542000000059e2"],["-0.96134445000000028e2","0.69550262000000032e2"],["-0.96136397999999986e2","0.69546097000000032e2"],["-0.96104171999999949e2",69.49832200000003],["-0.96101104999999961e2","0.69493041999999946e2"],["-0.96097778000000005e2","0.69483322000000044e2"],["-0.96096114999999998e2",69.46804800000001],["-0.96098617999999988e2","0.69457763999999941e2"],["-0.96143065999999919e2","0.69351379000000009e2"],["-0.96146666999999979e2","0.69345824999999991e2"],["-0.96163329999999974e2","0.69348037999999974e2"],["-0.96233886999999982e2","0.69359711000000004e2"],["-0.96248610999999926e2",69.36303700000002],["-0.96270003999999972e2","0.69370818999999983e2"],["-0.96288604999999961e2","0.69378860000000032e2"],["-0.96304992999999911e2","0.69387497000000053e2"],["-0.96325286999999946e2","0.69400269000000037e2"],["-0.96333617999999944e2","0.69409714000000122e2"],[-96.348343,"0.69423035000000084e2"],["-0.96382216999999912e2",69.44470200000012],["-0.96401108000000022e2","0.69453048999999908e2"],["-0.96430557000000022e2","0.69459717000000069e2"],["-0.96461944999999957e2","0.69462493999999992e2"],["-0.96507232999999985e2","0.69464432000000102e2"],["-0.96524719000000005e2","0.69467484000000013e2"],["-0.96548889000000031e2","0.69474990999999989e2"],["-0.96630828999999949e2","0.69512207000000103e2"],["-0.96654175000000009e2","0.69524994000000106e2"],["-0.96736663999999962e2","0.69576660000000004e2"],["-0.96735549999999989e2","0.69581940000000031e2"],["-0.96721663999999919e2",69.58248900000001],["-0.96691665999999884e2","0.69581940000000031e2"],["-0.96676940999999999e2","0.69578323000000125e2"],["-0.96663054999999929e2","0.69569717000000026e2"]],[["-0.67310546999999929e2","0.69549149000000114e2"],["-0.67324172999999973e2","0.69533875000000023e2"],["-0.67331680000000006e2",69.53137200000009],["-0.67351105000000018e2","0.69530823000000112e2"],["-0.67388610999999969e2","0.69533051000000057e2"],["-0.67473052999999936e2","0.69533875000000023e2"],["-0.67492766999999958e2","0.69533051000000057e2"],[-67.53083799999996,69.52915999999999],["-0.67545272999999895e2","0.69525818000000072e2"],["-0.67552489999999977e2","0.69523041000000148e2"],["-0.67549437999999896e2","0.69519714000000022e2"],["-0.67507232999999985e2","0.69514998999999989e2"],["-0.67499999999999943e2","0.69512833000000057e2"],[-67.49888599999997,69.51249700000011],["-0.67489990000000034e2","0.69508606000000043e2"],["-0.67481673999999941e2","0.69500000000000114e2"],["-0.67492492999999854e2","0.69495529000000033e2"],[-67.50778200000002,"0.69494980000000112e2"],["-0.67573623999999995e2","0.69506653000000085e2"],[-67.58555599999994,69.50749200000007],["-0.67598891999999978e2","0.69506378000000097e2"],["-0.67626662999999951e2","0.69500549000000092e2"],["-0.67642226999999878e2","0.69500274999999988e2"],["-0.67731948999999929e2","0.69513611000000083e2"],["-0.67744445999999925e2","0.69515822999999955e2"],["-0.67749725000000012e2","0.69521103000000039e2"],["-0.67739440999999943e2","0.69540817000000118e2"],["-0.67730834999999956e2","0.69544434000000081e2"],["-0.67723052999999993e2","0.69545258000000047e2"],["-0.67707229999999981e2","0.69544434000000081e2"],["-0.67686661000000015e2","0.69541091999999992e2"],["-0.67674712999999883e2","0.69540268000000026e2"],["-0.67663329999999974e2",69.54193099999992],["-0.67578063999999983e2","0.69559708000000001e2"],["-0.67550277999999935e2","0.69565536000000122e2"],["-0.67541381999999999e2","0.69569153000000028e2"],["-0.67531386999999995e2","0.69576384999999959e2"],["-0.67527221999999995e2","0.69581940000000031e2"],[-67.48443599999996,"0.69590271000000143e2"],["-0.67425002999999947e2","0.69588882000000126e2"],["-0.67394454999999994e2","0.69584991000000059e2"],["-0.67367217999999923e2","0.69578323000000125e2"],["-0.67321395999999993e2","0.69560531999999967e2"],["-0.67314437999999996e2",69.55664100000007],["-0.67309433000000013e2","0.69552765000000022e2"],["-0.67310546999999929e2","0.69549149000000114e2"]],[["-0.96760558999999944e2",69.54553199999998],["-0.96770003999999915e2","0.69543594000000041e2"],["-0.96786666999999909e2",69.54553199999998],["-0.96868880999999874e2","0.69555817000000104e2"],["-0.96883895999999993e2",69.55914300000012],["-0.96888061999999991e2","0.69563873000000001e2"],["-0.96902221999999995e2",69.5977630000001],["-0.96900283999999999e2","0.69602203000000088e2"],["-0.96870543999999995e2","0.69601379000000122e2"],["-0.96851395000000025e2","0.69599425999999994e2"],["-0.96840835999999967e2","0.69597488000000055e2"],[-96.81639100000001,"0.69590271000000143e2"],["-0.96809433000000013e2","0.69585815000000025e2"],["-0.96766402999999968e2","0.69554977000000065e2"],["-0.96761947999999961e2",69.55053700000002],["-0.96760558999999944e2",69.54553199999998]],[["-0.91110001000000011e2","0.69549423000000047e2"],["-0.91119155999999975e2","0.69548324999999977e2"],["-0.91140288999999939e2","0.69560806000000071e2"],["-0.91142501999999922e2","0.69564986999999974e2"],["-0.91136397999999986e2","0.69575546000000031e2"],["-0.91121384000000035e2","0.69593048000000067e2"],["-0.91108886999999925e2","0.69602203000000088e2"],["-0.91037215999999944e2","0.69614990000000091e2"],["-0.90969161999999926e2","0.69618317000000047e2"],["-0.90959732000000031e2",69.61943100000002],["-0.90937499999999943e2","0.69616379000000109e2"],["-0.90923049999999932e2","0.69611374000000069e2"],["-0.90920272999999952e2","0.69608032000000094e2"],["-0.90919158999999979e2","0.69606093999999985e2"],["-0.90930832000000009e2","0.69599152000000061e2"],["-0.91110001000000011e2","0.69549423000000047e2"]],[["-0.13393222000000003e3","0.69560256999999922e2"],[-133.948059,"0.69560256999999922e2"],["-0.13396304299999997e3","0.69561371000000122e2"],["-0.13398611499999998e3","0.69565536000000122e2"],["-0.13401196299999992e3","0.69571381000000031e2"],["-0.13401666299999994e3","0.69576096000000064e2"],["-0.13401419099999998e3",69.58248900000001],["-0.13401028400000001e3","0.69585541000000092e2"],["-0.13394528199999996e3","0.69613312000000008e2"],["-0.13393362399999995e3","0.69616089000000102e2"],["-0.13389446999999996e3","0.69621093999999971e2"],["-0.13387997399999995e3","0.69621918000000107e2"],["-0.13386581399999994e3","0.69619141000000013e2"],["-0.13384472700000003e3","0.69600815000000011e2"],["-0.13384695399999998e3","0.69588882000000126e2"],[-133.868042,69.56721500000009],["-0.13387719699999997e3","0.69565261999999962e2"],["-0.13393222000000003e3","0.69560256999999922e2"]],[["-0.95488892000000021e2","0.69565536000000122e2"],["-0.95452498999999932e2","0.69550262000000032e2"],["-0.95375548999999978e2","0.69517761000000121e2"],["-0.95366104000000007e2","0.69513611000000083e2"],["-0.95359726000000023e2","0.69509155000000021e2"],["-0.95362212999999997e2","0.69498870999999951e2"],["-0.95402495999999985e2","0.69383330999999998e2"],["-0.95515839000000028e2","0.69330826000000116e2"],["-0.95527221999999995e2","0.69327484000000027e2"],["-0.95539718999999991e2","0.69325271999999927e2"],["-0.95606383999999935e2","0.69319153000000085e2"],["-0.95620270000000005e2","0.69318603999999993e2"],["-0.95634170999999924e2","0.69318329000000119e2"],["-0.95692489999999964e2","0.69319153000000085e2"],["-0.95706954999999994e2","0.69319442999999922e2"],["-0.95722778000000005e2","0.69320831000000055e2"],["-0.95736938000000009e2","0.69324432000000058e2"],["-0.95741104000000007e2","0.69329162999999994e2"],["-0.95741668999999945e2","0.69334717000000012e2"],["-0.95731673999999941e2","0.69373031999999967e2"],["-0.95727782999999874e2","0.69378585999999927e2"],[-95.716949,"0.69382750999999928e2"],["-0.95693877999999984e2","0.69389434999999992e2"],["-0.95669158999999979e2","0.69394150000000025e2"],["-0.95657776000000013e2","0.69397217000000126e2"],["-0.95648346000000004e2","0.69403320000000065e2"],["-0.95666397000000018e2","0.69497756999999979e2"],["-0.95669158999999979e2",69.50749200000007],["-0.95694442999999978e2","0.69540268000000026e2"],["-0.95708053999999947e2","0.69548874000000126e2"],["-0.95720001000000025e2","0.69552765000000022e2"],["-0.95736663999999905e2","0.69554977000000065e2"],["-0.95815826000000015e2","0.69562759000000028e2"],["-0.95827498999999932e2","0.69559708000000001e2"],["-0.95831680000000006e2","0.69554153000000099e2"],["-0.95822784000000013e2","0.69514435000000049e2"],["-0.95817504999999926e2","0.69504990000000021e2"],["-0.95809432999999956e2","0.69495529000000033e2"],["-0.95797225999999966e2","0.69481658999999979e2"],["-0.95862212999999997e2","0.69348037999999974e2"],[-95.87222300000002,69.34275800000006],["-0.95899445000000014e2","0.69340820000000122e2"],["-0.95961670000000026e2","0.69346375000000023e2"],["-0.95978881999999999e2","0.69349426000000051e2"],["-0.95990829000000019e2","0.69353317000000118e2"],["-0.96011123999999882e2","0.69478043000000071e2"],["-0.96009734999999978e2","0.69483047000000056e2"],["-0.95919998000000021e2","0.69595260999999994e2"],["-0.95909164000000033e2","0.69599425999999994e2"],["-0.95789443999999946e2","0.69634155000000078e2"],["-0.95773894999999925e2","0.69632751000000098e2"],["-0.95625548999999921e2","0.69616089000000102e2"],[-95.61221299999994,69.61442599999998],["-0.95488892000000021e2","0.69565536000000122e2"]],[["-0.13886721799999992e3","0.69588318000000015e2"],["-0.13887332200000003e3","0.69583054000000061e2"],["-0.13888305699999995e3","0.69579437000000098e2"],["-0.13891000399999996e3","0.69576096000000064e2"],[-138.945831,69.57887299999993],["-0.13897720300000003e3","0.69583054000000061e2"],["-0.13899609399999997e3","0.69584152000000131e2"],["-0.13902307099999996e3","0.69580826000000059e2"],["-0.13903417999999999e3","0.69578048999999965e2"],["-0.13905306999999999e3","0.69570540999999992e2"],["-0.13912109399999997e3",69.52915999999999],[-139.137787,"0.69530823000000112e2"],["-0.13933248899999995e3","0.69566085999999927e2"],["-0.13932998699999996e3","0.69571655000000135e2"],["-0.13932223499999992e3","0.69576096000000064e2"],["-0.13926779199999993e3","0.69605820000000051e2"],["-0.13924221799999992e3","0.69618317000000047e2"],["-0.13923275799999999e3","0.69621918000000107e2"],["-0.13919973800000002e3","0.69630538999999999e2"],["-0.13914416499999999e3","0.69644989000000123e2"],["-0.13913305700000001e3","0.69647766000000047e2"],[-139.12027,"0.69649993999999992e2"],["-0.13910333299999996e3","0.69648041000000035e2"],["-0.13902029399999998e3","0.69633331000000112e2"],["-0.13895611600000001e3","0.69619705000000124e2"],["-0.13892111199999994e3","0.69610535000000084e2"],["-0.13888055399999996e3","0.69596939000000134e2"],[-138.872772,69.59275800000006],["-0.13886721799999992e3","0.69588318000000015e2"]],[["-0.13551724199999995e3","0.69569153000000028e2"],["-0.13554305999999997e3","0.69565536000000122e2"],["-0.13555721999999997e3","0.69568054000000075e2"],["-0.13557138099999997e3","0.69576934999999992e2"],["-0.13558111600000001e3","0.69580551000000071e2"],[-135.5883179999999,"0.69584717000000126e2"],[-135.591095,"0.69589980999999966e2"],["-0.13558944699999989e3","0.69596099999999979e2"],["-0.13558612099999993e3","0.69601653999999996e2"],["-0.13557888800000001e3","0.69606644000000017e2"],["-0.13555471799999992e3","0.69620254999999986e2"],["-0.13551196299999998e3","0.69641663000000108e2"],["-0.13550030500000003e3","0.69644439999999975e2"],["-0.13543972799999995e3",69.65248100000008],["-0.13542388900000003e3",69.65248100000008],["-0.13540972899999991e3","0.69649993999999992e2"],["-0.13539779699999997e3","0.69646942000000081e2"],["-0.13540917999999999e3","0.69634995000000117e2"],[-135.4655459999999,"0.69585541000000092e2"],[-135.474152,"0.69581375000000037e2"],[-135.505585,"0.69571655000000135e2"],["-0.13551724199999995e3","0.69569153000000028e2"]],[["-0.67920273000000009e2","0.69521927000000005e2"],["-0.67935271999999941e2","0.69518875000000094e2"],["-0.68002228000000002e2","0.69526657000000057e2"],["-0.68049437999999952e2","0.69533875000000023e2"],["-0.68238892000000021e2","0.69570267000000058e2"],["-0.68248885999999914e2","0.69596649000000127e2"],["-0.68078339000000028e2","0.69665268000000083e2"],["-0.67970839999999896e2","0.69701935000000049e2"],["-0.67959731999999974e2","0.69704987000000017e2"],["-0.67946380999999974e2","0.69706375000000094e2"],["-0.67895553999999947e2","0.69708603000000039e2"],["-0.67889724999999999e2","0.69708328000000051e2"],["-0.67869720000000029e2","0.69700821000000076e2"],["-0.67821120999999948e2","0.69676376000000062e2"],["-0.67831680000000006e2","0.69601928999999984e2"],["-0.67910278000000005e2","0.69526657000000057e2"],["-0.67920273000000009e2","0.69521927000000005e2"]],[["-0.13426058999999987e3","0.68733535999999958e2"],["-0.13423248299999989e3","0.68706100000000106e2"],["-0.13422778299999993e3","0.68701385000000073e2"],["-0.13422726399999999e3","0.68696426000000088e2"],["-0.13423580900000002e3","0.68694977000000108e2"],["-0.13426779199999999e3","0.68695816000000093e2"],["-0.13435693400000002e3","0.68703049000000078e2"],["-0.13438861099999997e3","0.68707214000000079e2"],[-134.436127,"0.68713608000000136e2"],["-0.13445748899999995e3","0.68719147000000135e2"],["-0.13446194499999996e3",68.72387700000013],["-0.13449554399999994e3",68.75221300000004],["-0.13453640699999994e3","0.68786926000000051e2"],["-0.13466946399999989e3","0.68894440000000145e2"],[-134.741669,"0.68935531999999967e2"],["-0.13475500499999987e3","0.68944427000000019e2"],["-0.13476696799999991e3","0.68953323000000125e2"],["-0.13478306599999996e3","0.68965355000000045e2"],["-0.13482583599999998e3",68.97886699999998],["-0.13485278299999999e3","0.68976379000000009e2"],["-0.13489224200000001e3","0.68971924000000001e2"],["-0.13490472399999999e3","0.68969986000000006e2"],["-0.13491473400000001e3",68.96665999999999],["-0.13492028799999997e3","0.68960815000000082e2"],["-0.13491973899999994e3","0.68949417000000096e2"],["-0.13491723599999995e3","0.68944138000000066e2"],["-0.13491641199999998e3","0.68926926000000094e2"],["-0.13492028799999997e3","0.68914703000000031e2"],["-0.13492584199999999e3","0.68908600000000092e2"],["-0.13493307499999997e3","0.68903594999999996e2"],["-0.13494137599999999e3","0.68899429000000112e2"],["-0.13496112099999999e3","0.68892487000000017e2"],["-0.13497500599999995e3","0.68891663000000051e2"],["-0.13499999999999994e3","0.68892082000000073e2"],["-0.13500750699999998e3","0.68892212000000029e2"],["-0.13512609900000001e3","0.68899429000000112e2"],["-0.13514196800000002e3","0.68901382000000069e2"],[-135.167236,"0.68907211000000075e2"],["-0.13517083699999995e3","0.68911102000000142e2"],["-0.13517806999999999e3","0.68920822000000044e2"],["-0.13518084699999997e3","0.68926085999999998e2"],["-0.13520165999999995e3",68.9327550000001],["-0.13523330699999991e3","0.68934708000000001e2"],[-135.262787,"0.68933594000000028e2"],["-0.13536111500000004e3","0.68926651000000049e2"],["-0.13539196799999996e3","0.68926651000000049e2"],["-0.13542138699999987e3","0.68928864000000033e2"],[-135.444458,"0.68934981999999934e2"],["-0.13545388799999995e3","0.68938582999999994e2"],["-0.13546081499999997e3","0.68942749000000106e2"],["-0.13576916499999993e3","0.68896378000000084e2"],[-135.808044,"0.68895264000000111e2"],[-135.843323,"0.68897217000000069e2"],["-0.13588247699999999e3","0.68905258000000117e2"],["-0.13590585299999992e3","0.68911376999999959e2"],["-0.13594805899999994e3","0.68924698000000092e2"],[-135.99527,"0.68942474000000061e2"],["-0.13600250199999999e3","0.68946640000000002e2"],["-0.13600527999999997e3","0.68951935000000049e2"],["-0.13598916599999995e3","0.69029160000000104e2"],["-0.13598525999999998e3","0.69035812000000021e2"],["-0.13597833299999996e3","0.69040817000000061e2"],["-0.13596859699999999e3","0.69044434000000024e2"],["-0.13595443699999998e3","0.69045532000000094e2"],["-0.13588861099999991e3","0.69026093000000003e2"],["-0.13585012800000004e3","0.69007401000000129e2"],["-0.13583389299999993e3","0.68998322000000144e2"],["-0.13582888799999989e3","0.68993591000000038e2"],["-0.13580248999999992e3","0.68989426000000037e2"],["-0.13577001999999999e3","0.68989150999999993e2"],["-0.13564889499999998e3","0.68991928000000087e2"],["-0.13563473499999998e3","0.68993042000000059e2"],["-0.13557861300000002e3","0.69006104000000107e2"],["-0.13552557399999995e3","0.69021102999999982e2"],["-0.13551779199999999e3","0.69023880000000077e2"],[-135.529449,"0.69026931999999988e2"],["-0.13572082499999999e3","0.69046097000000145e2"],["-0.13591583300000002e3","0.69088318000000129e2"],["-0.13592748999999998e3",69.09137000000004],["-0.13593472299999996e3","0.69095535000000041e2"],["-0.13595138499999996e3","0.69142761000000064e2"],["-0.13596582000000001e3","0.69197754000000089e2"],["-0.13596722399999999e3","0.69214706000000092e2"],["-0.13595944199999997e3","0.69228317000000061e2"],["-0.13594695999999993e3",69.23942599999998],["-0.13592611699999998e3","0.69254715000000033e2"],[-135.915009,"0.69257492000000127e2"],["-0.13589862099999999e3","0.69255554000000018e2"],["-0.13589138800000001e3","0.69251389000000017e2"],["-0.13582138099999986e3","0.69215271000000143e2"],["-0.13575140399999998e3","0.69179428000000087e2"],["-0.13574194299999999e3","0.69175812000000064e2"],["-0.13566610700000001e3","0.69146941999999967e2"],["-0.13565667699999995e3","0.69143600000000049e2"],["-0.13556750499999993e3",69.11775200000011],["-0.13555279499999989e3","0.69116652999999928e2"],["-0.13548693800000001e3","0.69113312000000121e2"],["-0.13549581899999993e3","0.69124145999999996e2"],["-0.13560720799999996e3","0.69145264000000054e2"],[-135.6305539999999,"0.69151382000000012e2"],["-0.13564001499999995e3","0.69154984000000127e2"],["-0.13581082199999997e3","0.69242751999999996e2"],["-0.13583999600000004e3","0.69259430000000066e2"],["-0.13585220300000003e3","0.69268051000000014e2"],["-0.13585498000000001e3","0.69273315000000139e2"],[-135.8558349999999,"0.69284714000000065e2"],["-0.13585415599999999e3","0.69290817000000004e2"],["-0.13584860199999997e3","0.69296936000000017e2"],[-135.8416749999999,"0.69301926000000094e2"],["-0.13583331299999998e3","0.69306366000000082e2"],["-0.13580389400000001e3","0.69316666000000055e2"],["-0.13579251099999999e3","0.69319442999999922e2"],["-0.13557192999999995e3",69.33859300000006],[-135.5561219999999,"0.69338882000000012e2"],["-0.13548580900000002e3",69.33526599999999],["-0.13544860799999998e3","0.69332214000000022e2"],["-0.13541332999999997e3","0.69323043999999982e2"],["-0.13539196799999996e3","0.69309981999999991e2"],["-0.13538723800000002e3",69.30525200000011],[-135.379974,"0.69301086000000055e2"],[-135.37027,"0.69297484999999995e2"],["-0.13532333399999999e3","0.69285262999999986e2"],["-0.13525778200000002e3","0.69271378000000084e2"],["-0.13524386599999997e3","0.69268600000000106e2"],["-0.13522970599999996e3","0.69266098000000056e2"],["-0.13518554699999993e3","0.69258880999999917e2"],["-0.13517056300000002e3","0.69257766999999944e2"],["-0.13516223099999996e3","0.69261931999999945e2"],["-0.13515805099999994e3","0.69268600000000106e2"],["-0.13515835599999997e3","0.69274429000000112e2"],["-0.13516500899999994e3","0.69279160000000047e2"],["-0.13517443800000001e3","0.69283051000000114e2"],["-0.13523971599999987e3",69.3316650000001],["-0.13528695699999992e3","0.69413605000000018e2"],["-0.13528723100000002e3","0.69419144000000017e2"],["-0.13528527800000001e3","0.69425537000000134e2"],[-135.278076,"0.69430542000000003e2"],["-0.13526834099999996e3","0.69434143000000063e2"],["-0.13516082800000004e3","0.69473602000000142e2"],["-0.13515084799999994e3","0.69476929000000098e2"],[-135.137787,"0.69478592000000049e2"],["-0.13499664300000001e3",69.48414600000001],["-0.13491528299999993e3","0.69485259999999982e2"],["-0.13469473300000004e3","0.69481658999999979e2"],["-0.13467749000000003e3","0.69480819999999994e2"],["-0.13464251699999988e3","0.69477203000000031e2"],["-0.13462832599999996e3","0.69474426000000108e2"],["-0.13460861199999988e3","0.69468597000000102e2"],[-134.570831,"0.69453873000000044e2"],["-0.13455917399999987e3","0.69450821000000133e2"],["-0.13453112799999997e3","0.69445526000000086e2"],["-0.13449609399999997e3","0.69441925000000026e2"],["-0.13448165900000004e3","0.69442748999999992e2"],["-0.13446859699999993e3","0.69444427000000076e2"],["-0.13443832399999997e3","0.69454712000000029e2"],["-0.13442083699999995e3","0.69463042999999914e2"],[-134.413635,"0.69468322999999998e2"],["-0.13440777600000001e3","0.69474152000000004e2"],["-0.13440557899999993e3","0.69480270000000132e2"],["-0.13440835600000003e3","0.69491364000000033e2"],["-0.13441778599999992e3","0.69500549000000092e2"],["-0.13443667600000003e3","0.69508041000000048e2"],["-0.13444833399999999e3","0.69511107999999922e2"],["-0.13446887200000003e3","0.69542755000000056e2"],["-0.13440167199999996e3","0.69638321000000133e2"],["-0.13440249600000004e3","0.69649719000000005e2"],[-134.406677,"0.69654434000000037e2"],["-0.13444277999999997e3",69.68081699999999],["-0.13448580899999996e3","0.69706100000000049e2"],["-0.13449054000000001e3","0.69710815000000082e2"],["-0.13449304199999995e3","0.69715819999999951e2"],["-0.13449108899999993e3","0.69722214000000008e2"],["-0.13447637900000001e3","0.69723037999999974e2"],["-0.13430972299999996e3","0.69715819999999951e2"],["-0.13420388799999995e3","0.69668868999999972e2"],["-0.13417748999999998e3",69.64027400000009],["-0.13419638099999992e3","0.69621093999999971e2"],["-0.13420388799999995e3","0.69616089000000102e2"],["-0.13424026500000002e3","0.69585815000000025e2"],["-0.13424472000000003e3","0.69579162999999994e2"],["-0.13424472000000003e3","0.69573318000000029e2"],["-0.13424221799999998e3","0.69568054000000075e2"],["-0.13411331200000001e3","0.69538879000000009e2"],["-0.13409860199999997e3","0.69539978000000019e2"],["-0.13408111600000001e3","0.69548324999999977e2"],["-0.13406195099999997e3","0.69555817000000104e2"],["-0.13403750600000001e3","0.69560256999999922e2"],["-0.13402001999999999e3","0.69559417999999994e2"],["-0.13400836200000003e3","0.69556091000000038e2"],["-0.13400140399999998e3","0.69551926000000037e2"],["-0.13397778299999999e3","0.69528594999999996e2"],["-0.13396112099999999e3","0.69509155000000021e2"],["-0.13394723499999992e3","0.69506378000000097e2"],["-0.13391833499999996e3","0.69508331000000055e2"],["-0.13387914999999998e3","0.69513321000000076e2"],["-0.13386749299999997e3","0.69515822999999955e2"],["-0.13386026000000004e3","0.69520828000000051e2"],["-0.13382250999999997e3","0.69555252000000053e2"],[-133.823151,69.5600740000001],["-0.13381973300000004e3","0.69564986999999974e2"],[-133.801941,"0.69573608000000092e2"],["-0.13379168699999997e3","0.69576934999999992e2"],["-0.13377835099999993e3","0.69576384999999959e2"],["-0.13375057999999996e3","0.69547485000000108e2"],["-0.13374832199999992e3","0.69542205999999965e2"],["-0.13379861500000004e3","0.69481094000000098e2"],["-0.13381805399999996e3","0.69464157000000114e2"],["-0.13385055499999999e3","0.69445816000000093e2"],["-0.13387692300000003e3","0.69433044000000109e2"],["-0.13392083699999995e3","0.69412201000000039e2"],["-0.13394137599999999e3","0.69405258000000003e2"],["-0.13396444699999995e3","0.69400269000000037e2"],["-0.13408554100000003e3","0.69340546000000018e2"],["-0.13421112099999993e3","0.69276092999999946e2"],["-0.13421832299999988e3","0.69271103000000096e2"],["-0.13427557400000001e3","0.69226089000000115e2"],["-0.13427999899999986e3","0.69219437000000028e2"],["-0.13428222699999998e3","0.69213318000000015e2"],["-0.13428195199999999e3",69.20748900000001],["-0.13427722199999994e3","0.69202773999999977e2"],["-0.13427471899999995e3","0.69197754000000089e2"],["-0.13427444500000001e3","0.69186096000000077e2"],["-0.13428030399999994e3","0.69180267000000072e2"],[-134.287781,"0.69175262000000032e2"],["-0.13438363599999997e3",69.11831699999999],["-0.13439779699999997e3","0.69117477000000122e2"],["-0.13444888300000002e3","0.69119705000000067e2"],["-0.13447720300000003e3","0.69118042000000116e2"],["-0.13453112799999997e3","0.69112762000000089e2"],[-134.5680539999999,"0.69106644000000131e2"],["-0.13458526599999999e3","0.69098038000000031e2"],["-0.13467361500000004e3","0.69017761000000007e2"],["-0.13467584199999993e3",69.01138300000008],[-134.675568,"0.69005829000000062e2"],["-0.13466973899999999e3",68.9727630000001],["-0.13467166099999997e3","0.68966385000000002e2"],["-0.13466665599999999e3","0.68956100000000049e2"],["-0.13465280200000001e3","0.68947754000000145e2"],["-0.13460665900000004e3","0.68935256999999979e2"],["-0.13458831799999996e3","0.68928040000000067e2"],["-0.13451419099999987e3","0.68887496999999996e2"],["-0.13450723300000004e3","0.68883041000000048e2"],["-0.13448858599999994e3","0.68870254999999986e2"],["-0.13447470099999998e3","0.68856093999999985e2"],["-0.13446417199999991e3",68.84248400000007],["-0.13445693999999997e3","0.68826934999999992e2"],["-0.13444750999999991e3","0.68811920000000043e2"],["-0.13444027700000004e3",68.80192599999998],["-0.13443112199999996e3","0.68792755000000056e2"],[-134.417236,"0.68784423999999944e2"],["-0.13439889499999998e3","0.68777205999999978e2"],["-0.13437609899999995e3","0.68770827999999995e2"],[-134.3511049999999,"0.68764998999999989e2"],["-0.13429666099999992e3","0.68754440000000102e2"],["-0.13428750599999995e3",68.75082400000008],["-0.13428057899999999e3","0.68746643000000006e2"],["-0.13426058999999987e3","0.68733535999999958e2"]],[["-0.10214527900000002e3","0.69648604999999975e2"],["-0.10216027800000001e3","0.69648331000000042e2"],["-0.10217832900000002e3","0.69651093000000003e2"],["-0.10221028099999995e3","0.69662200999999982e2"],["-0.10222609699999992e3","0.69670258000000103e2"],["-0.10223166700000002e3","0.69674698000000149e2"],["-0.10224305699999996e3","0.69694138000000123e2"],[-102.243607,"0.69704436999999984e2"],["-0.10224137899999999e3",69.71026599999999],["-0.10223416099999997e3","0.69716660000000047e2"],["-0.10222556299999991e3","0.69721924000000001e2"],["-0.10221584300000001e3","0.69726654000000053e2"],["-0.10215778399999999e3","0.69736099000000081e2"],["-0.10213474300000001e3","0.69724701000000096e2"],["-0.10212943999999993e3",69.72026100000005],["-0.10212332199999997e3",69.71276899999998],["-0.10212026999999989e3","0.69708038000000045e2"],["-0.10211721799999998e3","0.69697753999999975e2"],["-0.10211554699999999e3","0.69666655999999989e2"],["-0.10211805700000002e3","0.69660812000000135e2"],["-0.10212277199999994e3",69.65498400000007],["-0.10213221699999991e3","0.69650542999999971e2"],["-0.10214527900000002e3","0.69648604999999975e2"]],[["-0.77946655000000021e2","0.69646652000000074e2"],["-0.77944992000000013e2","0.69639709000000039e2"],["-0.77946105999999986e2","0.69633331000000112e2"],["-0.77965835999999967e2","0.69624985000000038e2"],[-78.07028200000002,69.59275800000006],["-0.78169997999999964e2","0.69570540999999992e2"],["-0.78311934999999949e2",69.54304500000012],["-0.78397780999999952e2","0.69520828000000051e2"],["-0.78505004999999869e2","0.69488876000000062e2"],["-0.78576401000000033e2","0.69501663000000065e2"],["-0.78588057999999933e2","0.69506103999999993e2"],["-0.78611388999999917e2","0.69509430000000009e2"],["-0.78626098999999954e2",69.50999500000006],["-0.78646117999999888e2",69.50999500000006],["-0.78664443999999889e2",69.50749200000007],["-0.78685271999999941e2",69.49832200000003],["-0.78698043999999982e2","0.69489151000000049e2"],["-0.78718886999999938e2","0.69479980000000126e2"],["-0.78756957999999941e2","0.69467484000000013e2"],["-0.78801940999999943e2","0.69455826000000002e2"],["-0.78817504999999926e2",69.45277400000009],["-0.78838608000000022e2","0.69451385000000073e2"],["-0.78853058000000033e2","0.69454163000000108e2"],["-0.78861938000000009e2","0.69457489000000123e2"],["-0.78868331999999953e2","0.69460541000000035e2"],["-0.78873885999999857e2","0.69464706000000035e2"],["-0.78880279999999971e2","0.69476929000000098e2"],[-78.87860099999989,"0.69479980000000126e2"],["-0.78874160999999958e2","0.69486923000000104e2"],["-0.78865004999999996e2","0.69494980000000112e2"],["-0.78841385000000002e2","0.69508041000000048e2"],["-0.78826110999999969e2","0.69511657999999954e2"],["-0.78809722999999963e2","0.69514160000000061e2"],["-0.78783324999999991e2","0.69521103000000039e2"],["-0.78764175000000023e2","0.69527205999999978e2"],["-0.78717772999999966e2","0.69544708000000014e2"],["-0.78695266999999944e2","0.69556931000000077e2"],["-0.78674438000000009e2","0.69568329000000062e2"],["-0.78652785999999935e2","0.69581940000000031e2"],["-0.78628051999999968e2","0.69608597000000145e2"],["-0.78615554999999915e2","0.69617477000000008e2"],["-0.78586394999999925e2","0.69631927000000132e2"],["-0.78575835999999981e2","0.69636383000000023e2"],["-0.78522506999999905e2","0.69648331000000042e2"],["-0.78499724999999899e2","0.69650542999999971e2"],["-0.78482772999999895e2","0.69649428999999941e2"],["-0.78400283999999999e2","0.69643326000000002e2"],["-0.78260833999999932e2","0.69659987999999998e2"],["-0.78245270000000005e2","0.69663605000000132e2"],["-0.78229445999999996e2",69.67164600000001],["-0.78228057999999976e2","0.69677475000000072e2"],["-0.78236938000000009e2","0.69688583000000051e2"],["-0.78244995000000017e2","0.69693313999999987e2"],["-0.78256957999999941e2","0.69705825999999945e2"],["-0.78263625999999931e2","0.69713608000000079e2"],[-78.26916499999993,"0.69728043000000014e2"],["-0.78268615999999952e2","0.69732208000000014e2"],["-0.78265838999999971e2","0.69733871000000136e2"],["-0.78180557000000022e2",69.75221300000004],["-0.78164168999999958e2","0.69752486999999974e2"],["-0.78154174999999952e2","0.69750549000000035e2"],["-0.78141953000000001e2","0.69742477000000065e2"],["-0.78080001999999979e2",69.72943099999992],["-0.78018341000000021e2","0.69708328000000051e2"],["-0.77992767000000015e2","0.69699417000000096e2"],["-0.77982773000000009e2","0.69694702000000063e2"],["-0.77973891999999978e2","0.69688583000000051e2"],["-0.77966110000000015e2","0.69681655999999975e2"],["-0.77955565999999976e2","0.69668319999999994e2"],["-0.77946655000000021e2","0.69646652000000074e2"]],[["-0.82507781999999963e2","0.69704987000000017e2"],["-0.82542770000000019e2","0.69704163000000051e2"],["-0.82678878999999995e2","0.69726379000000009e2"],["-0.82720001000000025e2","0.69733321999999987e2"],["-0.82865004999999996e2","0.69770827999999995e2"],["-0.82877776999999924e2","0.69774994000000049e2"],["-0.82879439999999931e2","0.69778595000000109e2"],["-0.82856383999999991e2","0.69800261999999975e2"],["-0.82846664000000033e2","0.69803040000000124e2"],["-0.82839171999999962e2",69.80386400000009],["-0.82811661000000015e2","0.69806090999999981e2"],["-0.82803054999999915e2","0.69805817000000047e2"],["-0.82796111999999994e2","0.69805251999999996e2"],["-0.82776108000000022e2","0.69804153000000042e2"],["-0.82677779999999927e2","0.69794707999999957e2"],["-0.82629990000000021e2","0.69789153999999996e2"],["-0.82563889000000017e2","0.69778595000000109e2"],["-0.82460281000000009e2","0.69761658000000125e2"],["-0.82453063999999983e2","0.69720534999999984e2"],["-0.82455001999999922e2","0.69714432000000045e2"],["-0.82467223999999987e2","0.69709990999999945e2"],["-0.82507781999999963e2","0.69704987000000017e2"]],[["-0.79423049999999989e2","0.69784988000000055e2"],["-0.79331680000000006e2","0.69713318000000072e2"],["-0.79328338999999971e2","0.69707214000000079e2"],["-0.79329452999999944e2","0.69701385000000016e2"],["-0.79333892999999989e2","0.69697478999999987e2"],["-0.79354720999999984e2","0.69688034000000073e2"],["-0.79482223999999917e2","0.69646103000000096e2"],["-0.79544997999999964e2","0.69626647999999932e2"],["-0.79571670999999981e2",69.61943100000002],["-0.79600280999999995e2","0.69612761999999975e2"],["-0.79631667999999934e2","0.69608871000000079e2"],["-0.79957503999999972e2","0.69619979999999998e2"],["-0.79963333000000034e2","0.69626373000000115e2"],["-0.79974166999999852e2","0.69631652999999972e2"],["-0.79994995000000017e2","0.69638596000000007e2"],[-80.02194199999991,"0.69643599999999935e2"],["-0.80038054999999986e2","0.69645263999999941e2"],["-0.80059432999999899e2",69.64387499999998],["-0.80065552000000025e2","0.69641663000000108e2"],["-0.80081954999999994e2","0.69630538999999999e2"],["-0.80082779000000016e2","0.69626923000000147e2"],["-0.80078887999999949e2","0.69622208000000114e2"],["-0.80032776000000013e2","0.69587204000000042e2"],["-0.79991378999999938e2","0.69568878000000041e2"],["-0.79937774999999931e2","0.69531937000000084e2"],["-0.79935546999999985e2","0.69527205999999978e2"],[-79.93638599999997,"0.69523604999999918e2"],["-0.79940276999999924e2","0.69518875000000094e2"],["-0.79974441999999954e2","0.69502213000000097e2"],["-0.79993880999999931e2","0.69494431000000134e2"],["-0.80011948000000018e2","0.69491652999999985e2"],["-0.80021117999999944e2",69.49275200000011],["-0.80046111999999937e2","0.69497756999999979e2"],["-0.80200561999999991e2","0.69530823000000112e2"],["-0.80214721999999995e2","0.69586655000000064e2"],["-0.80353606999999954e2","0.69614700000000084e2"],["-0.80461944999999957e2","0.69656372000000147e2"],["-0.80492767000000015e2","0.69664993000000038e2"],["-0.80577788999999996e2","0.69667480000000126e2"],[-80.74360699999994,"0.69666092000000049e2"],["-0.80761123999999995e2","0.69666930999999977e2"],["-0.80793334999999956e2","0.69670258000000103e2"],["-0.80804442999999878e2","0.69675537000000077e2"],["-0.80809433000000013e2","0.69683044000000052e2"],["-0.80809433000000013e2",69.68942300000009],["-0.80801392000000021e2","0.69701096000000121e2"],["-0.80730835000000013e2","0.69746368000000132e2"],["-0.80725006000000008e2",69.74914600000011],["-0.80720275999999899e2","0.69750549000000035e2"],["-0.80649733999999967e2","0.69748596000000077e2"],["-0.80520003999999972e2","0.69720825000000048e2"],["-0.80498610999999983e2","0.69759719999999959e2"],[-80.50111400000003,"0.69762497000000053e2"],["-0.80502791999999943e2",69.76638800000012],["-0.80504455999999948e2","0.69774994000000049e2"],["-0.80503066999999987e2","0.69779984000000127e2"],["-0.80499999999999943e2","0.69783324999999991e2"],["-0.80490554999999972e2","0.69788589000000115e2"],[-80.46665999999999,"0.69791931000000091e2"],["-0.80388901000000033e2","0.69799988000000042e2"],["-0.80371384000000035e2","0.69799149000000057e2"],["-0.80340285999999992e2","0.69794707999999957e2"],["-0.80338607999999908e2","0.69790542999999957e2"],["-0.80343063000000029e2","0.69784149000000127e2"],[-80.34445199999999,"0.69776931999999988e2"],["-0.80329726999999991e2","0.69774155000000121e2"],["-0.80314712999999983e2","0.69778045999999961e2"],["-0.80289444000000003e2","0.69786652000000061e2"],["-0.80264175000000023e2",69.79525799999999],["-0.80246657999999968e2","0.69798599000000024e2"],["-0.80232773000000009e2",69.79942299999999],[-80.20666499999993,"0.69798035000000084e2"],["-0.80191665999999884e2",69.79525799999999],["-0.80182769999999948e2","0.69792755000000056e2"],["-0.80129165999999941e2","0.69765549000000021e2"],["-0.80073058999999944e2",69.74971000000005],["-0.79972778000000005e2","0.69723312000000078e2"],["-0.79862777999999935e2","0.69741088999999988e2"],["-0.79768065999999976e2",69.75277699999998],["-0.79756392999999889e2","0.69778869999999927e2"],["-0.79752501999999993e2","0.69783599999999979e2"],["-0.79744720000000029e2","0.69788589000000115e2"],["-0.79687209999999993e2","0.69814697000000081e2"],["-0.79678329000000019e2","0.69814423000000147e2"],["-0.79512787000000003e2",69.80693100000002],["-0.79476943999999946e2","0.69803589000000102e2"],["-0.79453888000000006e2","0.69798874000000069e2"],["-0.79442489999999907e2","0.69794983000000002e2"],["-0.79431670999999938e2","0.69789703000000088e2"],["-0.79423049999999989e2","0.69784988000000055e2"]],[["-0.83674437999999952e2","0.69719986000000063e2"],["-0.83688598999999954e2","0.69719436999999914e2"],["-0.83717772999999966e2","0.69723312000000078e2"],["-0.83776947000000007e2","0.69732758000000047e2"],["-0.83806945999999982e2","0.69739426000000037e2"],["-0.83898894999999982e2","0.69764434999999992e2"],["-0.83908614999999998e2","0.69769150000000025e2"],["-0.83917220999999984e2","0.69778595000000109e2"],["-0.83913054999999986e2","0.69793320000000051e2"],["-0.83900833000000034e2","0.69808318999999926e2"],["-0.83886948000000018e2",69.81860400000005],["-0.83873885999999914e2","0.69823044000000095e2"],["-0.83860274999999945e2","0.69824432000000002e2"],["-0.83832503999999972e2","0.69825272000000041e2"],["-0.83577498999999989e2","0.69797760000000096e2"],["-0.83533324999999934e2","0.69791366999999923e2"],["-0.83529174999999952e2","0.69786652000000061e2"],["-0.83542220999999984e2","0.69783324999999991e2"],["-0.83576675000000023e2","0.69780823000000055e2"],["-0.83601944000000003e2","0.69779984000000127e2"],["-0.83695830999999998e2","0.69763884999999959e2"],["-0.83708618000000001e2","0.69759429999999952e2"],["-0.83712783999999999e2","0.69754440000000102e2"],["-0.83705840999999964e2","0.69750000000000057e2"],["-0.83693329000000006e2","0.69745529000000147e2"],["-0.83662506000000008e2","0.69736923000000047e2"],["-0.83655838000000017e2","0.69732208000000014e2"],["-0.83654175000000009e2","0.69727203000000145e2"],["-0.83661117999999988e2","0.69722214000000008e2"],["-0.83674437999999952e2","0.69719986000000063e2"]],[["-0.82429442999999992e2","0.69782210999999961e2"],["-0.82444153000000028e2","0.69778320000000122e2"],[-82.470551,"0.69781372000000033e2"],["-0.82513335999999867e2","0.69788315000000011e2"],["-0.82526107999999965e2","0.69790542999999957e2"],["-0.82551392000000021e2","0.69796646000000123e2"],["-0.82564437999999996e2","0.69800812000000008e2"],["-0.82688599000000011e2","0.69850815000000125e2"],["-0.82674438000000009e2","0.69874984999999981e2"],["-0.82673049999999989e2","0.69875809000000118e2"],["-0.82660552999999993e2","0.69876083000000051e2"],["-0.82636397999999986e2","0.69871094000000085e2"],["-0.82555831999999953e2","0.69860809000000131e2"],["-0.82517226999999934e2","0.69854155999999989e2"],["-0.82446105999999986e2","0.69822220000000129e2"],["-0.82436661000000015e2","0.69817490000000078e2"],["-0.82428878999999938e2","0.69812195000000031e2"],["-0.82426666000000012e2","0.69799988000000042e2"],["-0.82425827000000027e2","0.69793045000000063e2"],["-0.82426101999999958e2","0.69786925999999994e2"],["-0.82429442999999992e2","0.69782210999999961e2"]],[["-0.91520003999999915e2","0.69731369000000086e2"],["-0.91535278000000005e2","0.69726929000000041e2"],["-0.91549438000000009e2","0.69727203000000145e2"],["-0.91560271999999884e2","0.69728316999999947e2"],["-0.91725280999999995e2","0.69784149000000127e2"],["-0.91735549999999989e2","0.69789153999999996e2"],["-0.91733321999999873e2","0.69791931000000091e2"],["-0.91475829999999974e2","0.69875534000000073e2"],["-0.91449432000000002e2","0.69879149999999981e2"],["-0.91433883999999978e2","0.69880538999999942e2"],["-0.91419448999999986e2","0.69879974000000118e2"],["-0.91409164000000033e2","0.69874984999999981e2"],["-0.91456664999999987e2","0.69774994000000049e2"],["-0.91463332999999977e2","0.69763611000000026e2"],[-91.470551,"0.69755554000000075e2"],["-0.91520003999999915e2","0.69731369000000086e2"]],[["-0.91819167999999934e2","0.69821655000000078e2"],["-0.91833892999999989e2","0.69821105999999929e2"],["-0.91844727000000034e2","0.69822220000000129e2"],["-0.91860001000000011e2","0.69838593000000003e2"],["-0.91864166000000012e2","0.69844146999999964e2"],["-0.91860549999999989e2","0.69848877000000016e2"],[-91.84944200000001,"0.69858871000000022e2"],["-0.91821120999999891e2","0.69868042000000003e2"],["-0.91782501000000025e2","0.69877762000000075e2"],["-0.91763901000000033e2","0.69880264000000125e2"],["-0.91745543999999995e2","0.69881653000000142e2"],["-0.91728607000000011e2","0.69880813999999987e2"],[-91.71305799999999,"0.69878310999999997e2"],["-0.91701110999999969e2","0.69875259000000085e2"],["-0.91644454999999937e2","0.69859421000000054e2"],["-0.91639724999999999e2","0.69854980000000126e2"],["-0.91651671999999962e2","0.69851089000000059e2"],["-0.91666397000000018e2","0.69847487999999998e2"],["-0.91819167999999934e2","0.69821655000000078e2"]],[["-0.97397781000000009e2","0.69685532000000023e2"],[-97.41194200000001,"0.69684708000000057e2"],["-0.97441939999999931e2","0.69685532000000023e2"],["-0.97455841000000021e2","0.69684708000000057e2"],["-0.97468338000000017e2","0.69682480000000112e2"],["-0.97479720999999984e2","0.69678864000000033e2"],["-0.97489440999999999e2","0.69673874000000012e2"],["-0.97490279999999871e2","0.69668594000000098e2"],["-0.97476944000000003e2","0.69654709000000025e2"],["-0.97398346000000004e2","0.69597488000000055e2"],["-0.97391388000000006e2","0.69593323000000055e2"],["-0.97378875999999934e2","0.69592484000000127e2"],["-0.97372771999999998e2","0.69598328000000095e2"],["-0.97351943999999946e2","0.69631362999999965e2"],["-0.97350829999999974e2","0.69636658000000068e2"],["-0.97347504000000015e2","0.69642212000000029e2"],["-0.97329726999999878e2","0.69669708000000071e2"],[-97.31639100000001,"0.69686645999999996e2"],["-0.97303878999999938e2","0.69698317999999915e2"],["-0.97289168999999958e2",69.69802900000002],["-0.97273894999999982e2","0.69694702000000063e2"],["-0.97226395000000025e2","0.69675537000000077e2"],["-0.97206954999999937e2","0.69667480000000126e2"],["-0.97113892000000021e2","0.69622208000000114e2"],["-0.97106948999999929e2","0.69617751999999996e2"],["-0.97103607000000011e2","0.69614150999999936e2"],["-0.97101944000000003e2","0.69609146000000067e2"],["-0.97102782999999931e2","0.69603867000000093e2"],[-97.09944200000001,"0.69594147000000021e2"],[-97.09056099999998,"0.69584991000000059e2"],["-0.97064437999999939e2","0.69572769000000108e2"],["-0.96955565999999976e2","0.69523315000000082e2"],["-0.96879165999999998e2","0.69491364000000033e2"],["-0.96866942999999992e2","0.69487762000000089e2"],["-0.96637786999999946e2","0.69437194999999974e2"],["-0.96502501999999936e2","0.69409714000000122e2"],[-96.32028200000002,"0.69354705999999965e2"],["-0.96301391999999964e2","0.69346648999999957e2"],["-0.96208892999999989e2","0.69306931000000134e2"],["-0.96202224999999942e2","0.69302765000000022e2"],["-0.96189986999999974e2","0.69288879000000065e2"],["-0.96172226000000023e2",69.26527400000009],["-0.96170546999999999e2","0.69260544000000039e2"],["-0.96171935999999903e2","0.69255264000000011e2"],["-0.96175551999999925e2","0.69249709999999993e2"],["-0.96193329000000006e2","0.69237488000000042e2"],["-0.96203339000000028e2","0.69232482999999945e2"],["-0.96209732000000031e2",69.22665399999994],[-96.21305799999999,"0.69211105000000032e2"],["-0.96223617999999931e2","0.69141936999999928e2"],["-0.96235000999999954e2","0.69064148000000102e2"],[-96.23361199999988,"0.69059418000000051e2"],["-0.96229720999999984e2","0.69054703000000018e2"],["-0.96225554999999986e2","0.69049987999999985e2"],["-0.96218886999999995e2","0.69045822000000101e2"],["-0.96195266999999944e2","0.69038315000000011e2"],["-0.96166396999999904e2","0.69031371999999976e2"],[-96.1324919999999,"0.69024994000000049e2"],["-0.96118880999999931e2","0.69025542999999971e2"],["-0.96115279999999984e2","0.69030823000000055e2"],["-0.96113891999999964e2","0.69036102000000028e2"],["-0.96129990000000021e2","0.69054703000000018e2"],["-0.96152221999999995e2","0.69103043000000071e2"],[-96.15695199999999,"0.69163315000000068e2"],["-0.96155838000000017e2","0.69168594000000041e2"],["-0.96149444999999901e2","0.69174423000000047e2"],["-0.96073623999999995e2","0.69231658999999979e2"],[-96.05972300000002,"0.69232208000000128e2"],["-0.96047774999999888e2","0.69228317000000061e2"],["-0.96041107000000011e2","0.69223877000000073e2"],["-0.95955565999999919e2","0.69141936999999928e2"],["-0.95951675000000023e2",69.13749700000011],["-0.95924438000000009e2","0.69089432000000102e2"],["-0.95925827000000027e2","0.69084427000000062e2"],[-95.93472300000002,"0.69078323000000012e2"],["-0.95953612999999905e2","0.69067215000000033e2"],["-0.95971389999999928e2","0.69054976999999951e2"],["-0.95977782999999988e2","0.69049149000000057e2"],["-0.95978881999999999e2","0.69043868999999972e2"],[-95.97084000000001,"0.69034714000000122e2"],["-0.95938599000000011e2","0.69003876000000105e2"],["-0.95925551999999982e2","0.68995255000000043e2"],["-0.95843886999999995e2","0.68923035000000027e2"],[-95.82028200000002,"0.68870254999999986e2"],["-0.95770554000000004e2","0.68891098000000056e2"],["-0.95756957999999997e2","0.68891373000000044e2"],["-0.95745833999999945e2","0.68888596000000121e2"],["-0.95674163999999962e2","0.68869980000000112e2"],["-0.95670272999999895e2","0.68865540000000124e2"],["-0.95668609999999944e2","0.68860535000000084e2"],["-0.95667495999999971e2","0.68855545000000006e2"],["-0.95671386999999982e2","0.68850266000000033e2"],["-0.95667220999999984e2","0.68835266000000047e2"],["-0.95663329999999974e2","0.68830826000000059e2"],["-0.95654175000000009e2","0.68826659999999947e2"],["-0.95626098999999954e2","0.68826659999999947e2"],["-0.95575835999999981e2","0.68830276000000026e2"],["-0.95550277999999878e2","0.68833054000000004e2"],["-0.95528335999999911e2","0.68840271000000087e2"],["-0.95510284000000013e2","0.68852478000000076e2"],["-0.95489989999999977e2","0.68861649000000057e2"],["-0.95446655000000021e2","0.68879149999999981e2"],[-95.42471299999994,"0.68886658000000011e2"],["-0.95389998999999989e2","0.68895264000000111e2"],["-0.95378052000000025e2",68.89776599999999],["-0.95365004999999996e2","0.68899155000000007e2"],["-0.95351395000000025e2","0.68899429000000112e2"],["-0.95335555999999997e2","0.68897217000000069e2"],["-0.95321395999999993e2","0.68893600000000106e2"],["-0.95240279999999984e2",68.86692800000003],["-0.95228881999999942e2","0.68863037000000134e2"],[-95.21055599999994,"0.68854706000000022e2"],["-0.95206954999999994e2","0.68850266000000033e2"],["-0.95210830999999985e2","0.68844711000000132e2"],["-0.95263061999999991e2","0.68802765000000136e2"],["-0.95273055999999997e2","0.68797485000000108e2"],["-0.95476395000000025e2","0.68711929000000112e2"],["-0.95543610000000001e2","0.68702484000000027e2"],["-0.95539992999999924e2","0.68708038000000045e2"],["-0.95538895000000025e2","0.68713318000000129e2"],["-0.95538895000000025e2","0.68723312000000135e2"],["-0.95546386999999982e2","0.68732483000000059e2"],["-0.95559433000000013e2","0.68741364000000033e2"],["-0.95568344000000025e2","0.68745529000000033e2"],["-0.95593886999999938e2","0.68752777000000037e2"],["-0.95608046999999885e2","0.68753326000000129e2"],["-0.95621932999999956e2","0.68752777000000037e2"],["-0.95790558000000033e2","0.68737198000000092e2"],["-0.95801666000000012e2","0.68733870999999965e2"],[-95.848343,"0.68669983000000116e2"],["-0.95859726000000023e2","0.68653320000000065e2"],["-0.95988891999999964e2",68.62164300000012],["-0.96000838999999928e2",68.61943100000002],[-96.14973399999991,68.55720500000001],["-0.96256393000000003e2","0.68503326000000015e2"],["-0.96262512000000015e2","0.68497481999999991e2"],["-0.96264724999999885e2","0.68487198000000149e2"],["-0.96270844000000011e2","0.68481368999999972e2"],["-0.96291381999999942e2","0.68473038000000031e2"],[-96.30221599999993,"0.68469711000000132e2"],["-0.96313888999999961e2","0.68467209000000025e2"],["-0.96503615999999909e2","0.68446091000000138e2"],["-0.96530563000000029e2","0.68444976999999994e2"],["-0.96717498999999918e2","0.68474990999999989e2"],["-0.96768341000000021e2","0.68485260000000039e2"],["-0.96913895000000025e2","0.68518051000000128e2"],["-0.96928328999999962e2","0.68521378000000084e2"],["-0.97094451999999876e2","0.68539154000000053e2"],["-0.97095550999999944e2","0.68534149000000014e2"],["-0.97098891999999978e2","0.68528594999999996e2"],[-97.11999499999996,"0.68520828000000051e2"],["-0.97130828999999949e2","0.68517487000000017e2"],["-0.97142501999999979e2","0.68514999000000046e2"],["-0.97154175000000009e2","0.68512771999999984e2"],["-0.97181106999999997e2","0.68511382999999967e2"],["-0.97460007000000019e2","0.68534149000000014e2"],["-0.97475005999999951e2","0.68535537999999974e2"],["-0.97506118999999956e2","0.68541930999999977e2"],["-0.97553329000000019e2",68.55664100000007],["-0.97574172999999917e2","0.68564148000000046e2"],["-0.97583618000000001e2","0.68568054000000075e2"],["-0.97667220999999927e2",68.60386699999998],["-0.97727218999999991e2",68.63220199999995],["-0.97918609999999944e2","0.68675537000000134e2"],["-0.98020554000000004e2","0.68693588000000091e2"],["-0.98035552999999936e2","0.68694702000000063e2"],["-0.98049987999999985e2","0.68694977000000108e2"],["-0.98062774999999988e2","0.68693588000000091e2"],["-0.98078338999999971e2","0.68683319000000097e2"],["-0.98083892999999989e2","0.68677475000000072e2"],[-98.09333799999996,"0.68672211000000061e2"],["-0.98104995999999971e2","0.68669708000000128e2"],[-98.11999499999996,"0.68670822000000101e2"],["-0.98129715000000033e2","0.68674698000000149e2"],["-0.98240279999999984e2","0.68720825000000048e2"],["-0.98261123999999938e2","0.68733597000000032e2"],["-0.98281677000000002e2","0.68746368000000132e2"],["-0.98290558000000033e2","0.68755554000000075e2"],["-0.98292495999999971e2","0.68760543999999982e2"],["-0.98291945999999939e2","0.68765823000000125e2"],["-0.98286117999999931e2","0.68771652000000131e2"],["-0.98269729999999981e2","0.68783875000000023e2"],["-0.98260833999999932e2","0.68789153999999996e2"],["-0.98249161000000015e2","0.68800812000000008e2"],["-0.98243056999999965e2","0.68811920000000043e2"],["-0.98244155999999975e2","0.68822220000000129e2"],["-0.98263061999999991e2","0.68829987000000074e2"],["-0.98275283999999886e2","0.68833602999999982e2"],["-0.98369719999999973e2","0.68857483000000116e2"],["-0.98383330999999941e2","0.68859985000000052e2"],[-98.408051,"0.68855820000000051e2"],["-0.98418609999999944e2","0.68852478000000076e2"],["-0.98425003000000004e2","0.68841370000000097e2"],["-0.98415282999999988e2","0.68815262000000132e2"],[-98.40194699999995,"0.68801650999999993e2"],["-0.98393615999999952e2","0.68787201000000039e2"],["-0.98394729999999925e2","0.68776932000000045e2"],["-0.98400283999999942e2","0.68770827999999995e2"],["-0.98408614999999941e2","0.68764708999999982e2"],["-0.98418609999999944e2","0.68760543999999982e2"],["-0.98451110999999969e2","0.68750000000000114e2"],["-0.98476395000000025e2","0.68746933000000013e2"],["-0.98489990000000034e2","0.68746094000000028e2"],["-0.98519454999999994e2","0.68747481999999934e2"],["-0.98724715999999887e2","0.68791092000000106e2"],[-98.84722899999997,"0.68825546000000145e2"],["-0.98859436000000017e2","0.68829163000000108e2"],["-0.98866394000000014e2","0.68833328000000108e2"],["-0.98875548999999978e2",68.84248400000007],["-0.98879714999999976e2","0.68852203000000088e2"],["-0.98879165999999941e2","0.68857483000000116e2"],[-98.86999499999996,"0.68874146000000053e2"],["-0.98864440999999999e2","0.68879974000000118e2"],["-0.98856383999999991e2","0.68886383000000023e2"],["-0.98847503999999958e2","0.68891663000000051e2"],["-0.98826675000000023e2","0.68899429000000112e2"],["-0.98817504999999869e2","0.68904709000000025e2"],["-0.98811934999999949e2","0.68910538000000031e2"],["-0.98811385999999914e2","0.68915817000000004e2"],["-0.98820556999999951e2","0.68924987999999928e2"],["-0.98827498999999989e2","0.68929152999999928e2"],[-98.84944200000001,"0.68933594000000028e2"],["-0.98965835999999967e2","0.68949417000000096e2"],["-0.98981109999999944e2","0.68950546000000031e2"],["-0.98993057000000022e2","0.68947754000000145e2"],["-0.99077498999999989e2","0.68918319999999994e2"],[-99.09584000000001,"0.68899429000000112e2"],["-0.99076401000000033e2","0.68891663000000051e2"],["-0.99062209999999936e2","0.68883041000000048e2"],["-0.99043883999999935e2","0.68864990000000091e2"],["-0.99044158999999866e2","0.68859711000000118e2"],["-0.99176102000000014e2","0.68825821000000019e2"],["-0.99188599000000011e2","0.68824158000000068e2"],[-99.21055599999994,"0.68831664999999987e2"],["-0.99236664000000019e2","0.68848877000000016e2"],[-99.24610899999999,"0.68852768000000083e2"],["-0.99267226999999991e2","0.68859146000000067e2"],["-0.99311385999999914e2","0.68868866000000139e2"],["-0.99413329999999974e2","0.68884155000000021e2"],["-0.99428054999999972e2","0.68887206999999989e2"],["-0.99437774999999988e2","0.68891098000000056e2"],["-0.99444992000000013e2","0.68895538000000045e2"],["-0.99449722000000008e2","0.68899993999999992e2"],["-0.99454178000000013e2","0.68909714000000065e2"],["-0.99451110999999912e2","0.68915268000000026e2"],["-0.99447768999999994e2","0.68926085999999998e2"],["-0.99448882999999967e2","0.68936645999999996e2"],["-0.99450835999999981e2","0.68941650000000095e2"],["-0.99460555999999997e2","0.68950821000000076e2"],["-0.99489166000000012e2","0.68967484000000127e2"],["-0.99523330999999871e2","0.68983596999999975e2"],["-0.99562499999999943e2",68.99914600000011],["-0.99589721999999881e2","0.69011108000000036e2"],["-0.99594161999999983e2","0.69015823000000069e2"],["-0.99596389999999928e2","0.69020538000000101e2"],["-0.99596114999999998e2","0.69025818000000015e2"],["-0.99593338000000017e2","0.69031371999999976e2"],["-0.99579880000000003e2","0.69043930000000046e2"],["-0.99513625999999874e2","0.69101929000000098e2"],["-0.99492217999999866e2",69.1202550000001],["-0.99485824999999977e2","0.69125259000000028e2"],["-0.99476943999999946e2",69.13081399999993],["-0.99466659999999933e2",69.13499500000006],["-0.99311385999999914e2","0.69158875000000023e2"],["-0.99296660999999972e2","0.69158600000000035e2"],["-0.99238051999999982e2","0.69149719000000061e2"],["-0.99168334999999956e2","0.69138321000000076e2"],["-0.99035278000000005e2","0.69135818000000086e2"],["-0.99006957999999997e2","0.69136383000000137e2"],["-0.98798049999999989e2",69.17053199999998],["-0.98774445000000014e2",69.17553700000002],["-0.98730559999999969e2","0.69189423000000033e2"],["-0.98720275999999956e2","0.69193863000000022e2"],["-0.98711120999999991e2","0.69199141999999995e2"],["-0.98702788999999996e2","0.69205261000000007e2"],["-0.98699722000000008e2","0.69210815000000025e2"],["-0.98701110999999969e2","0.69220825000000104e2"],["-0.98705275999999969e2","0.69230820000000051e2"],["-0.98615554999999915e2","0.69294708000000071e2"],["-0.98533889999999928e2","0.69291367000000037e2"],["-0.98441375999999877e2","0.69298035000000027e2"],["-0.98415558000000033e2","0.69301086000000055e2"],["-0.98403335999999967e2","0.69303588999999988e2"],["-0.98393341000000021e2","0.69308029000000033e2"],["-0.98387512000000015e2","0.69313873000000058e2"],["-0.98384170999999981e2","0.69319442999999922e2"],["-0.98388061999999991e2","0.69329162999999994e2"],["-0.98397232000000031e2","0.69338318000000072e2"],[-98.44027699999998,"0.69363876000000005e2"],["-0.98457229999999981e2","0.69371917999999994e2"],["-0.98476944000000003e2","0.69379974000000061e2"],["-0.98488892000000021e2","0.69383605999999986e2"],["-0.98523330999999985e2","0.69388321000000019e2"],["-0.98535552999999936e2","0.69391937000000098e2"],["-0.98555556999999965e2","0.69399994000000049e2"],["-0.98562499999999943e2","0.69404159999999933e2"],["-0.98598052999999993e2","0.69430542000000003e2"],["-0.98611937999999952e2","0.69444138000000009e2"],["-0.98608886999999868e2","0.69449706999999989e2"],["-0.98591675000000009e2","0.69467484000000013e2"],["-0.98585555999999997e2","0.69473312000000135e2"],["-0.98577224999999999e2","0.69479430999999977e2"],["-0.98563323999999909e2","0.69477203000000031e2"],["-0.98553329000000019e2","0.69473312000000135e2"],["-0.98540833000000021e2","0.69469711000000075e2"],["-0.98508347000000015e2","0.69463318000000129e2"],["-0.98477492999999924e2","0.69461928999999941e2"],["-0.98447768999999994e2","0.69461655000000007e2"],["-0.98422501000000011e2","0.69465820000000008e2"],["-0.98419448999999986e2",69.47137499999991],["-0.98424164000000019e2","0.69475815000000125e2"],[-98.44888299999991,"0.69483047000000056e2"],["-0.98463897999999972e2","0.69486374000000012e2"],["-0.98549438000000009e2","0.69501389000000131e2"],["-0.98564712999999927e2","0.69504715000000147e2"],["-0.98577224999999999e2","0.69508331000000055e2"],["-0.98586944999999901e2","0.69512207000000103e2"],["-0.98601669000000015e2","0.69520828000000051e2"],["-0.98605559999999912e2","0.69530548000000124e2"],["-0.98604995999999971e2","0.69535812000000078e2"],["-0.98601943999999946e2","0.69541091999999992e2"],["-0.98592772999999909e2","0.69552765000000022e2"],["-0.98575561999999991e2","0.69570267000000058e2"],["-0.98566955999999948e2","0.69576384999999959e2"],["-0.98556655999999862e2","0.69580826000000059e2"],["-0.98531386999999938e2","0.69584991000000059e2"],["-0.98501403999999923e2","0.69584427000000119e2"],["-0.98485549999999989e2","0.69583327999999995e2"],["-0.98433318999999983e2","0.69575546000000031e2"],["-0.98385559000000001e2","0.69566085999999927e2"],["-0.98357773000000009e2",69.55914300000012],["-0.98350554999999929e2","0.69554703000000131e2"],["-0.98338897999999972e2","0.69546097000000032e2"],["-0.98334166999999979e2",69.54136699999998],["-0.98322509999999909e2","0.69532486000000063e2"],["-0.98310821999999973e2","0.69523880000000133e2"],[-98.28443900000002,"0.69506378000000097e2"],["-0.98248610999999983e2","0.69484984999999995e2"],["-0.98092498999999975e2","0.69424988000000042e2"],["-0.98078613000000018e2","0.69422760000000039e2"],["-0.98049727999999959e2","0.69423035000000084e2"],["-0.98036666999999852e2","0.69424698000000035e2"],["-0.98024719000000005e2","0.69427200000000084e2"],[-98.00389100000001,"0.69435806000000014e2"],["-0.97997771999999998e2","0.69441650000000038e2"],[-97.99722300000002,"0.69446930000000066e2"],["-0.98006957999999997e2","0.69450821000000133e2"],["-0.98071395999999993e2","0.69468872000000147e2"],["-0.98157226999999978e2",69.4994200000001],["-0.98166945999999996e2","0.69503326000000015e2"],["-0.98188599000000011e2",69.516098],["-0.98211394999999925e2","0.69538879000000009e2"],["-0.98255843999999968e2","0.69574707000000046e2"],["-0.98263061999999991e2",69.57887299999993],["-0.98295837000000006e2","0.69585266000000104e2"],["-0.98330291999999986e2","0.69590271000000143e2"],["-0.98360549999999932e2","0.69596649000000127e2"],["-0.98367767000000015e2","0.69601089000000115e2"],["-0.98321670999999981e2","0.69713608000000079e2"],["-0.98314163000000008e2","0.69722214000000008e2"],["-0.98281951999999933e2","0.69751663000000008e2"],["-0.98230285999999978e2","0.69788879000000122e2"],["-0.98211120999999991e2",69.79942299999999],["-0.98199722000000008e2","0.69802765000000136e2"],["-0.98187209999999936e2","0.69805251999999996e2"],["-0.98143889999999942e2","0.69806366000000025e2"],["-0.98118057000000022e2",69.81053200000008],["-0.98107772999999895e2","0.69814697000000081e2"],["-0.98088608000000022e2","0.69825272000000041e2"],["-0.98079726999999991e2",69.83137499999998],["-0.98061661000000015e2","0.69848877000000016e2"],["-0.98058333999999888e2","0.69854431000000034e2"],["-0.98049164000000019e2",69.865814],["-0.98043059999999969e2","0.69871643000000006e2"],["-0.98034164000000033e2","0.69878036000000009e2"],["-0.98012222000000008e2","0.69885817999999972e2"],["-0.97999725000000012e2","0.69888046000000088e2"],["-0.97974166999999909e2","0.69892211999999972e2"],["-0.97945540999999992e2","0.69893600000000106e2"],["-0.97930557000000022e2","0.69893325999999945e2"],["-0.97913329999999974e2",69.891098],["-0.97880279999999914e2",69.88499500000006],["-0.97755004999999926e2","0.69851379000000065e2"],["-0.97691101000000003e2","0.69819992000000127e2"],["-0.97689162999999951e2","0.69815262000000132e2"],["-0.97682219999999973e2","0.69810806000000014e2"],["-0.97660004000000015e2","0.69803314000000057e2"],["-0.97610000999999954e2","0.69788589000000115e2"],["-0.97579726999999991e2","0.69781937000000028e2"],["-0.97449158000000011e2","0.69760269000000108e2"],["-0.97341109999999958e2","0.69706375000000094e2"],[-97.33944699999995,"0.69701385000000016e2"],["-0.97348052999999879e2","0.69695251000000042e2"],["-0.97358611999999994e2","0.69690810999999997e2"],[-97.37110899999999,"0.69688583000000051e2"],["-0.97397781000000009e2","0.69685532000000023e2"]],[["-0.97325012000000015e2","0.69889160000000061e2"],["-0.97315276999999924e2","0.69888046000000088e2"],["-0.97301665999999955e2","0.69889709000000039e2"],["-0.97289992999999924e2","0.69893051000000128e2"],["-0.97276947000000007e2","0.69894440000000145e2"],["-0.97267775999999969e2","0.69894440000000145e2"],[-97.25,"0.69891373000000044e2"],["-0.97237503000000004e2","0.69887771999999984e2"],["-0.97230559999999912e2","0.69883331000000055e2"],["-0.97226943999999946e2","0.69873596000000134e2"],["-0.97230559999999912e2","0.69868042000000003e2"],["-0.97236937999999896e2","0.69862198000000149e2"],["-0.97243880999999988e2","0.69857483000000116e2"],["-0.97269164999999987e2","0.69852478000000076e2"],["-0.97283889999999985e2","0.69852768000000083e2"],["-0.97299163999999905e2","0.69856094000000098e2"],["-0.97308883999999978e2","0.69860260000000039e2"],["-0.97317779999999914e2","0.69869431000000134e2"],["-0.97418334999999956e2","0.69893600000000106e2"],["-0.97448883000000023e2","0.69894149999999911e2"],["-0.97465835999999911e2","0.69896378000000084e2"],["-0.97480285999999921e2","0.69898880000000133e2"],["-0.97488892000000021e2","0.69908035000000041e2"],["-0.97492767000000015e2","0.69917755000000113e2"],["-0.97488602000000014e2","0.69943863000000079e2"],["-0.97485000999999954e2","0.69949417000000039e2"],["-0.97476105000000018e2","0.69955551000000071e2"],["-0.97466399999999965e2","0.69960815000000082e2"],["-0.97453612999999962e2","0.69963043000000027e2"],[-97.4375,"0.69961929000000055e2"],["-0.97350829999999974e2","0.69949417000000039e2"],["-0.97335555999999997e2","0.69946091000000024e2"],["-0.97328339000000028e2","0.69941650000000095e2"],["-0.97327498999999989e2","0.69931656000000089e2"],["-0.97346114999999998e2","0.69917205999999965e2"],["-0.97349730999999963e2","0.69911651999999947e2"],["-0.97351669000000015e2","0.69901382000000012e2"],["-0.97347228999999913e2","0.69896652000000017e2"],["-0.97337509000000011e2","0.69892761000000121e2"],["-0.97325012000000015e2","0.69889160000000061e2"]],[["-0.10084973099999991e3","0.69925537000000077e2"],["-0.10086389199999991e3","0.69924698000000092e2"],["-0.10087444299999999e3","0.69928588999999988e2"],["-0.10087999000000002e3","0.69933043999999995e2"],["-0.10087999000000002e3","0.69938309000000061e2"],["-0.10085861199999994e3","0.69977767999999969e2"],["-0.10085333300000002e3","0.69983597000000145e2"],["-0.10084333800000002e3",69.98803700000002],["-0.10083112299999993e3","0.69990814000000057e2"],["-0.10081500199999994e3","0.69989700000000084e2"],["-0.10080695300000002e3","0.69985809000000017e2"],["-0.10080526700000001e3","0.69980270000000019e2"],["-0.10080721999999997e3",69.97526600000009],["-0.10080721999999997e3","0.69969986000000006e2"],["-0.10081249999999994e3","0.69958878000000027e2"],["-0.10083112299999993e3","0.69935531999999967e2"],["-0.10083999599999999e3","0.69929977000000065e2"],["-0.10084973099999991e3","0.69925537000000077e2"]],[["-0.87091385000000002e2","0.70150269000000094e2"],[-87.06361400000003,"0.70147766000000104e2"],["-0.87051665999999955e2","0.70141937000000098e2"],[-87.02555799999999,"0.70135543999999982e2"],["-0.87020843999999954e2","0.70131927000000019e2"],["-0.87023894999999982e2","0.70127762000000018e2"],["-0.87021941999999967e2","0.70121094000000028e2"],["-0.87009170999999924e2","0.70116378999999995e2"],["-0.86994155999999975e2","0.70113602000000071e2"],["-0.86922501000000011e2","0.70104156000000103e2"],["-0.86905562999999972e2","0.70103043000000071e2"],[-86.87388599999997,70.09887700000013],["-0.86856658999999922e2","0.70097762999999986e2"],["-0.86825835999999924e2","0.70092758000000117e2"],["-0.86798889000000031e2","0.70087204000000099e2"],["-0.86778060999999923e2","0.70089706000000035e2"],["-0.86761123999999938e2","0.70093597000000102e2"],["-0.86688599000000011e2","0.70115265000000022e2"],["-0.86670273000000009e2","0.70118042000000116e2"],["-0.86639724999999999e2","0.70116653000000099e2"],["-0.86611664000000019e2","0.70111923000000104e2"],["-0.86598617999999988e2","0.70108597000000032e2"],["-0.86586670000000026e2","0.70104430999999977e2"],["-0.86545546999999942e2","0.70081375000000094e2"],["-0.86549728000000016e2",70.07249500000006],["-0.86550551999999982e2","0.70066376000000048e2"],["-0.86536666999999909e2","0.70062484999999981e2"],["-0.86511123999999995e2","0.70053040000000067e2"],["-0.86505004999999983e2","0.70048035000000027e2"],["-0.86503615999999965e2","0.70036925999999994e2"],["-0.86505844000000025e2","0.70028595000000053e2"],[-86.50556899999998,"0.70023315000000025e2"],["-0.86502501999999993e2","0.70020828000000108e2"],["-0.86487503000000004e2","0.70017761000000007e2"],[-86.47193900000002,"0.70015823000000069e2"],["-0.86460555999999997e2","0.70012206999999989e2"],[-86.45666499999993,"0.70007491999999957e2"],["-0.86460006999999962e2",70.00471500000009],["-0.86468886999999995e2","0.69999709999999993e2"],["-0.86489715999999987e2","0.69983871000000079e2"],["-0.86502791999999999e2","0.69980545000000063e2"],["-0.86523620999999991e2","0.69978042999999957e2"],["-0.86542496000000028e2","0.69977478000000133e2"],["-0.86662216000000001e2","0.69967484000000127e2"],["-0.86714447000000007e2","0.69966934000000094e2"],["-0.86747771999999998e2","0.69969437000000084e2"],[-86.76556399999987,"0.69969711000000018e2"],["-0.86833069000000023e2","0.69974426000000051e2"],["-0.86864440999999999e2","0.69978592000000106e2"],["-0.86881377999999984e2","0.69979706000000078e2"],[-86.89805599999994,"0.69982207999999957e2"],["-0.86926391999999964e2","0.69989150999999993e2"],["-0.86938599000000011e2","0.69993317000000047e2"],["-0.86962219000000005e2",70.00471500000009],["-0.86985274999999945e2",70.01388500000013],["-0.87002227999999945e2","0.70014999000000103e2"],["-0.87016113000000018e2","0.70010544000000095e2"],["-0.87021941999999967e2","0.70005264000000011e2"],[-87.029449,"0.70000824000000023e2"],["-0.87037215999999944e2",69.99664300000012],["-0.87050277999999878e2","0.69991653000000042e2"],["-0.87066665999999998e2","0.69989150999999993e2"],["-0.87086394999999925e2","0.69987761999999975e2"],["-0.87104172000000005e2","0.69987761999999975e2"],["-0.87135009999999966e2","0.69992752000000053e2"],["-0.87148055999999997e2","0.69997482000000048e2"],["-0.87168883999999991e2","0.70008605999999929e2"],["-0.87182769999999948e2",70.01388500000013],["-0.87195830999999998e2","0.70017212000000029e2"],[-87.21362299999987,"0.70017487000000074e2"],["-0.87229445999999996e2","0.70019440000000031e2"],["-0.87240828999999906e2","0.70021378000000141e2"],["-0.87255004999999983e2","0.70025269000000037e2"],["-0.87274444999999957e2","0.70034987999999998e2"],["-0.87277495999999985e2","0.70038879000000065e2"],[-87.27694699999995,"0.70044983000000116e2"],["-0.87273620999999991e2","0.70050812000000121e2"],["-0.87272507000000019e2","0.70054703000000018e2"],["-0.87272780999999952e2","0.70059981999999991e2"],["-0.87278335999999967e2","0.70067490000000021e2"],["-0.87288329999999974e2","0.70073317999999972e2"],["-0.87295837000000006e2","0.70077484000000027e2"],["-0.87307495000000017e2","0.70080826000000002e2"],["-0.87319457999999884e2","0.70083328000000051e2"],["-0.87335555999999997e2","0.70085541000000035e2"],[-87.34973100000002,"0.70086104999999975e2"],["-0.87363892000000021e2","0.70088593000000117e2"],["-0.87376937999999939e2","0.70093322999999941e2"],["-0.87378325999999959e2","0.70096100000000035e2"],["-0.87376099000000011e2","0.70099426000000108e2"],["-0.87371384000000035e2","0.70103867000000037e2"],["-0.87355834999999956e2","0.70107208000000071e2"],["-0.87341948999999886e2","0.70108597000000032e2"],["-0.87307495000000017e2","0.70107208000000071e2"],["-0.87277785999999992e2","0.70114699999999971e2"],["-0.87267226999999878e2","0.70113312000000064e2"],["-0.87265609999999924e2","0.70113556000000017e2"],["-0.87254729999999995e2","0.70112198000000092e2"],["-0.87222503999999901e2","0.70111374000000126e2"],["-0.87187774999999931e2","0.70108322000000044e2"],["-0.87180557000000022e2","0.70109420999999998e2"],["-0.87173049999999989e2","0.70112198000000092e2"],["-0.87164443999999946e2","0.70117203000000131e2"],["-0.87156112999999891e2",70.11914100000007],["-0.87130829000000006e2","0.70120255000000043e2"],["-0.87118332000000009e2",70.11914100000007],["-0.87102782999999988e2",70.12081900000004],["-0.87099730999999963e2","0.70123596000000077e2"],["-0.87100554999999929e2","0.70125534000000073e2"],["-0.87143065999999976e2","0.70139435000000049e2"],["-0.87145279000000016e2","0.70142761000000064e2"],["-0.87141388000000006e2","0.70146378000000027e2"],["-0.87128326000000015e2","0.70149719000000061e2"],["-0.87113891999999964e2","0.70148880000000077e2"],["-0.87091385000000002e2","0.70150269000000094e2"]],[["-0.12505695299999996e3","0.70118317000000104e2"],["-0.12508500700000002e3","0.70116333000000111e2"],["-0.12510221899999993e3","0.70118072999999981e2"],["-0.12511971999999997e3","0.70124954000000002e2"],[-125.122772,"0.70130066000000056e2"],["-0.12512332200000003e3",70.13546800000006],["-0.12512110899999999e3","0.70141372999999987e2"],["-0.12511277799999999e3",70.14697300000006],["-0.12510333300000002e3","0.70151688000000092e2"],["-0.12508332799999999e3","0.70159973000000093e2"],["-0.12507055700000001e3",70.16187999999994],[-125,"0.70162933000000066e2"],["-0.12497693600000002e3","0.70167206000000078e2"],["-0.12496305799999999e3","0.70168320000000051e2"],["-0.12495500199999998e3","0.70164153999999996e2"],["-0.12498832700000003e3","0.70134430000000009e2"],["-0.12499777199999994e3","0.70129974000000061e2"],["-0.12504415899999992e3","0.70120315999999946e2"],["-0.12505695299999996e3","0.70118317000000104e2"]],[["-0.12467944299999994e3","0.70161652000000117e2"],["-0.12469444299999998e3","0.70161377000000073e2"],["-0.12473750299999995e3","0.70174149000000114e2"],["-0.12475361599999991e3","0.70182479999999998e2"],["-0.12475917099999998e3","0.70186919999999986e2"],["-0.12476194799999996e3","0.70191925000000083e2"],["-0.12475890400000003e3","0.70196640000000116e2"],["-0.12474471999999997e3","0.70197754000000089e2"],["-0.12455110200000001e3","0.70208602999999925e2"],["-0.12453611799999987e3","0.70208602999999925e2"],["-0.12451888999999994e3","0.70206940000000031e2"],["-0.12451055899999994e3",70.20277399999992],["-0.12450527999999997e3","0.70198318000000029e2"],["-0.12450750700000003e3","0.70192749000000049e2"],["-0.12453694200000001e3",70.18193100000002],["-0.12467944299999994e3","0.70161652000000117e2"]],[["-0.11265527299999991e3",70.266098],["-0.11267223399999995e3",70.266098],["-0.11269193999999999e3","0.70267487000000017e2"],["-0.11272193900000002e3","0.70272491000000002e2"],["-0.11274722300000002e3","0.70278594999999996e2"],["-0.11275499699999995e3","0.70282761000000107e2"],["-0.11276027699999992e3","0.70287201000000096e2"],["-0.11276306199999993e3","0.70292480000000069e2"],["-0.11276139799999993e3","0.70298598999999967e2"],["-0.11275389100000001e3","0.70303588999999988e2"],[-112.73111,"0.70309708000000001e2"],["-0.11271611000000001e3","0.70310531999999967e2"],[-112.699997,"0.70309417999999994e2"],[-112.6875,"0.70306366000000082e2"],["-0.11267971799999992e3","0.70302475000000015e2"],["-0.11267859599999991e3","0.70300812000000064e2"],["-0.11264334099999996e3",70.28137200000009],["-0.11264277600000003e3","0.70275818000000129e2"],["-0.11264472999999987e3","0.70269714000000079e2"],["-0.11265527299999991e3",70.266098]],[["-0.11296972700000003e3",70.28137200000009],["-0.11300306699999999e3","0.70281097000000102e2"],[-113.104446,"0.70281936999999971e2"],["-0.11314083899999997e3","0.70283325000000048e2"],["-0.11315834000000001e3","0.70285262999999986e2"],["-0.11320361300000002e3","0.70292480000000069e2"],["-0.11316972399999992e3","0.70306931000000134e2"],["-0.11315750100000002e3","0.70309708000000001e2"],["-0.11312888299999997e3","0.70312485000000095e2"],["-0.11311054999999993e3",70.3119200000001],[-112.993607,"0.70299423000000104e2"],["-0.11297609699999992e3","0.70297484999999938e2"],["-0.11296362299999998e3","0.70294434000000138e2"],["-0.11295333900000003e3","0.70290817000000004e2"],["-0.11294554099999999e3","0.70286652000000004e2"],["-0.11295612299999999e3","0.70283325000000048e2"],["-0.11296972700000003e3",70.28137200000009]],[[-100.765289,70.25],["-0.10078083800000002e3",70.25],[-100.7938769999999,"0.70253326000000015e2"],["-0.10084166699999997e3","0.70278320000000008e2"],["-0.10086305199999993e3","0.70291091999999992e2"],["-0.10086833200000001e3","0.70295532000000037e2"],["-0.10085193600000002e3","0.70323883000000137e2"],["-0.10083889799999992e3","0.70325546000000031e2"],["-0.10080943300000001e3","0.70324158000000125e2"],["-0.10077639799999997e3","0.70322495000000004e2"],["-0.10075890399999997e3","0.70320540999999992e2"],["-0.10074804699999999e3","0.70316940000000102e2"],["-0.10074082899999996e3","0.70310531999999967e2"],["-0.10075890399999997e3","0.70254990000000021e2"],[-100.765289,70.25]],[["-0.11680526699999996e3","0.70509430000000009e2"],["-0.11678971899999993e3","0.70507217000000026e2"],["-0.11675418100000002e3",70.50749200000007],["-0.11663390400000003e3","0.70493591000000094e2"],["-0.11660722399999997e3","0.70488037000000077e2"],["-0.11659638999999993e3","0.70484984999999995e2"],["-0.11656833599999999e3","0.70473876999999959e2"],["-0.11657305899999989e3","0.70467758000000117e2"],["-0.11670111099999997e3","0.70468597000000102e2"],["-0.11671916199999993e3","0.70470261000000107e2"],[-116.787781,"0.70483597000000032e2"],[-116.814438,"0.70488876000000062e2"],["-0.11682055700000001e3","0.70493591000000094e2"],["-0.11682861300000002e3","0.70503601000000003e2"],["-0.11682224300000001e3","0.70508881000000031e2"],["-0.11680526699999996e3","0.70509430000000009e2"]],[[-116.287781,"0.70553314000000114e2"],["-0.11626027699999992e3","0.70549988000000042e2"],["-0.11624333199999995e3","0.70550261999999975e2"],["-0.11618943799999994e3",70.54553199999998],[-116.140556,"0.70538589000000002e2"],["-0.11612748699999997e3","0.70535812000000078e2"],["-0.11613110399999999e3","0.70532486000000006e2"],["-0.11629110699999995e3","0.70515549000000021e2"],["-0.11632333399999993e3","0.70513611000000083e2"],["-0.11644611399999991e3","0.70508881000000031e2"],["-0.11646472199999999e3","0.70509154999999964e2"],["-0.11647778299999999e3","0.70511932000000058e2"],[-116.495003,"0.70519989000000066e2"],["-0.11649582700000002e3","0.70522765999999933e2"],["-0.11647000099999997e3","0.70538040000000024e2"],["-0.11630304699999988e3","0.70552199999999971e2"],[-116.287781,"0.70553314000000114e2"]],[["-0.11656304899999998e3","0.70534424000000001e2"],["-0.11657833900000003e3","0.70533051000000057e2"],[-116.596947,"0.70533324999999991e2"],["-0.11675028999999995e3","0.70539153999999996e2"],["-0.11676363400000002e3","0.70541931000000091e2"],["-0.11677443700000003e3","0.70545258000000047e2"],[-116.766953,"0.70548324999999977e2"],["-0.11675527999999991e3","0.70551085999999941e2"],["-0.11672361799999987e3","0.70556366000000025e2"],["-0.11671193699999998e3","0.70559417999999937e2"],["-0.11668167099999999e3","0.70561920000000043e2"],["-0.11666471899999999e3","0.70562485000000038e2"],["-0.11664611799999994e3","0.70562195000000031e2"],["-0.11654305999999997e3","0.70559707999999944e2"],["-0.11652278100000001e3","0.70558593999999971e2"],["-0.11650945300000001e3","0.70556091000000038e2"],["-0.11650778200000002e3","0.70550261999999975e2"],["-0.11651806599999998e3","0.70546646000000123e2"],["-0.11656304899999998e3","0.70534424000000001e2"]],[["-0.11592054699999989e3",70.54136699999998],["-0.11595445299999994e3","0.70540267999999969e2"],["-0.11599333200000001e3","0.70541656000000103e2"],[-116.051941,70.54553199999998],["-0.11606111099999993e3","0.70548324999999977e2"],["-0.11604250299999995e3","0.70552199999999971e2"],["-0.11598388699999998e3","0.70560806000000071e2"],["-0.11597222899999991e3","0.70563599000000011e2"],["-0.11591972399999997e3","0.70572494999999947e2"],["-0.11587917299999998e3","0.70578598000000113e2"],["-0.11586389200000002e3","0.70579987000000074e2"],["-0.11582501199999996e3","0.70578323000000069e2"],["-0.11581416300000001e3","0.70574997000000053e2"],["-0.11580803700000001e3","0.70570541000000105e2"],["-0.11581082199999997e3","0.70564986999999974e2"],["-0.11581916799999999e3","0.70560806000000071e2"],["-0.11584111000000001e3","0.70554153000000042e2"],["-0.11586638599999998e3","0.70549423000000047e2"],["-0.11592054699999989e3",70.54136699999998]],[["-0.11687943999999993e3","0.70547485000000108e2"],["-0.11688945000000001e3","0.70543869000000029e2"],[-116.923317,"0.70542755000000056e2"],["-0.11703611799999993e3","0.70546371000000136e2"],["-0.11718331899999998e3","0.70537491000000102e2"],["-0.11720195000000001e3",70.53776600000009],["-0.11722000099999997e3","0.70539153999999996e2"],["-0.11727555799999993e3","0.70550261999999975e2"],["-0.11728888699999993e3",70.55304000000001],["-0.11729778299999998e3","0.70556931000000077e2"],["-0.11730166600000001e3","0.70561920000000043e2"],["-0.11729778299999998e3","0.70571380999999974e2"],["-0.11726083399999999e3","0.70584717000000126e2"],["-0.11725140399999992e3","0.70587204000000042e2"],["-0.11723805199999998e3","0.70589156999999943e2"],["-0.11721640000000002e3","0.70591095000000109e2"],["-0.11719943199999994e3","0.70591660000000104e2"],["-0.11716332999999997e3","0.70588593000000003e2"],["-0.11689444700000001e3","0.70556091000000038e2"],["-0.11688362100000001e3","0.70552765000000136e2"],["-0.11687943999999993e3","0.70547485000000108e2"]],[["-0.12808612099999999e3","0.70605545000000006e2"],["-0.12810415599999999e3","0.70595825000000104e2"],[-128.1201779999999,"0.70597214000000122e2"],["-0.12811444099999994e3","0.70591934000000037e2"],["-0.12811721799999992e3","0.70580551000000014e2"],["-0.12812387100000001e3",70.57388300000008],["-0.12813275099999993e3","0.70569153000000028e2"],["-0.12834054599999996e3","0.70539153999999996e2"],["-0.12834167499999995e3","0.70542205999999908e2"],[-128.252228,"0.70646378000000084e2"],["-0.12824581899999998e3","0.70653046000000074e2"],["-0.12823416099999986e3","0.70656097000000102e2"],["-0.12821639999999996e3","0.70654709000000025e2"],["-0.12818832399999997e3","0.70648604999999975e2"],["-0.12811498999999998e3","0.70628036000000009e2"],["-0.12810360699999995e3","0.70624419999999986e2"],["-0.12809472700000003e3",70.62052900000009],[-128.0883179999999,"0.70616089000000045e2"],["-0.12808499099999995e3","0.70611099000000024e2"],["-0.12808612099999999e3","0.70605545000000006e2"]],[["-0.10023082699999992e3","0.70451660000000061e2"],["-0.10024333199999995e3","0.70449142000000109e2"],["-0.10026000999999985e3","0.70449996999999996e2"],["-0.10027610799999997e3","0.70453049000000078e2"],["-0.10047250400000001e3","0.70496367999999961e2"],["-0.10049916100000002e3","0.70503326000000129e2"],["-0.10063054699999998e3","0.70543320000000108e2"],[-100.662781,"0.70554703000000075e2"],["-0.10067083700000001e3","0.70558868000000075e2"],["-0.10067639199999996e3","0.70563309000000004e2"],["-0.10068138099999993e3","0.70573044000000095e2"],["-0.10068138099999993e3","0.70583602999999982e2"],["-0.10067832900000002e3","0.70594147000000021e2"],["-0.10066443599999991e3","0.70637771999999984e2"],["-0.10065194699999995e3","0.70669708000000071e2"],["-0.10051194800000002e3","0.70676376000000062e2"],["-0.10049500299999988e3","0.70675262000000089e2"],["-0.10048000300000001e3","0.70673309000000131e2"],["-0.10046916199999998e3","0.70669434000000138e2"],["-0.10046112099999999e3","0.70659987999999998e2"],[-100.451683,"0.70651932000000102e2"],["-0.10044360399999999e3",70.64776599999999],["-0.10034722899999991e3","0.70608032000000094e2"],["-0.10033640300000002e3","0.70604431000000034e2"],["-0.10031945799999994e3","0.70603317000000061e2"],["-0.10021833799999996e3","0.70564422999999977e2"],["-0.10022444200000001e3","0.70456649999999968e2"],["-0.10023082699999992e3","0.70451660000000061e2"]],[["-0.10317777999999993e3","0.70622482000000048e2"],["-0.10319360399999994e3","0.70622208000000114e2"],["-0.10324833699999994e3","0.70622757000000036e2"],["-0.10326640299999991e3","0.70624146000000053e2"],["-0.10327500900000001e3","0.70628311000000053e2"],["-0.10328111299999995e3","0.70632751000000042e2"],[-103.281387,"0.70638046000000088e2"],["-0.10326834099999996e3","0.70666382000000056e2"],["-0.10322582999999986e3","0.70676376000000062e2"],["-0.10321000700000002e3","0.70676651000000049e2"],["-0.10319415299999997e3","0.70673035000000027e2"],[-103.173607,70.6336060000001],["-0.10317304999999999e3","0.70628586000000041e2"],["-0.10317777999999993e3","0.70622482000000048e2"]],[["-0.10335082999999992e3","0.70687195000000088e2"],["-0.10336416599999995e3","0.70685256999999979e2"],["-0.10338110399999988e3","0.70685806000000127e2"],["-0.10339499699999999e3","0.70689148000000046e2"],["-0.10342887899999994e3",70.69999700000011],["-0.10343776700000001e3","0.70703872999999987e2"],["-0.10344638099999997e3","0.70708037999999988e2"],["-0.10345249899999993e3","0.70712494000000106e2"],["-0.10345889299999999e3","0.70722214000000008e2"],["-0.10346278399999994e3","0.70732208000000014e2"],["-0.10345694700000001e3","0.70737198000000035e2"],["-0.10344360399999999e3","0.70739150999999993e2"],["-0.10342777999999998e3","0.70739426000000037e2"],["-0.10339917000000003e3","0.70737198000000035e2"],["-0.10336361699999992e3","0.70727767999999969e2"],["-0.10334111000000001e3",70.72026100000005],["-0.10333500699999996e3","0.70716094999999996e2"],["-0.10333444199999997e3","0.70710815000000082e2"],["-0.10333860800000002e3","0.70699417000000096e2"],["-0.10334333799999996e3","0.70693588000000091e2"],["-0.10335082999999992e3","0.70687195000000088e2"]],[["-0.71471664000000033e2","0.71012772000000041e2"],["-0.71428878999999995e2","0.71012206999999989e2"],["-0.71389175000000023e2","0.71013885000000073e2"],["-0.71371108999999933e2","0.71011931999999945e2"],["-0.71357497999999964e2","0.71009720000000073e2"],["-0.71344727000000034e2","0.71005554000000018e2"],["-0.71339171999999962e2","0.70998322000000087e2"],["-0.71339721999999995e2",70.99136400000009],["-0.71343063000000029e2","0.70984985000000052e2"],["-0.71386672999999917e2","0.70922485000000108e2"],["-0.71392226999999991e2","0.70916656000000103e2"],["-0.71402495999999871e2","0.70911926000000051e2"],["-0.71415557999999976e2",70.90776100000005],["-0.71433060000000012e2","0.70904709000000139e2"],["-0.71451110999999912e2","0.70903046000000018e2"],["-0.71474441999999954e2","0.70902481000000023e2"],["-0.71495543999999938e2",70.90277100000003],["-0.71654448999999943e2","0.70890822999999955e2"],["-0.71733063000000016e2","0.70874984999999924e2"],["-0.71933884000000035e2","0.70833328000000051e2"],["-0.71937774999999931e2","0.70824706999999989e2"],["-0.71946380999999974e2","0.70820831000000112e2"],["-0.71955565999999976e2","0.70818329000000006e2"],["-0.71991668999999945e2","0.70814697000000081e2"],["-0.72038605000000018e2","0.70811371000000008e2"],["-0.72081954999999994e2","0.70809708000000114e2"],["-0.72096664000000033e2","0.70809708000000114e2"],["-0.72112212999999997e2","0.70811371000000008e2"],["-0.72198607999999979e2","0.70882750999999985e2"],["-0.72223327999999981e2","0.70916931000000091e2"],["-0.72225280999999939e2","0.70924423000000047e2"],["-0.72226395000000025e2","0.70930542000000059e2"],["-0.72213897999999915e2","0.70934708000000001e2"],["-0.72202224999999999e2",70.93664600000011],["-0.72166655999999989e2","0.70938034000000016e2"],["-0.72148894999999925e2","0.70936371000000065e2"],["-0.72136672999999973e2","0.70933594000000028e2"],["-0.72133620999999948e2","0.70931656000000032e2"],["-0.72145554000000004e2","0.70926085999999998e2"],["-0.72149170000000026e2","0.70921097000000032e2"],["-0.72136123999999995e2","0.70916931000000091e2"],["-0.72117492999999911e2","0.70917205999999965e2"],["-0.72097778000000005e2","0.70919708000000014e2"],["-0.72078339000000028e2","0.70923599000000081e2"],["-0.72057769999999948e2","0.70933043999999995e2"],["-0.72044723999999917e2","0.70944426999999962e2"],["-0.72039443999999946e2","0.70950272000000098e2"],["-0.72033324999999934e2","0.70963042999999971e2"],["-0.72026672000000019e2",70.98275799999999],["-0.72019729999999868e2","0.71034424000000058e2"],["-0.72021392999999989e2","0.71041930999999977e2"],["-0.72008620999999948e2","0.71049713000000111e2"],["-0.71916107000000011e2",71.06442300000009],["-0.71884170999999924e2","0.71068878000000097e2"],["-0.71851669000000015e2","0.71072220000000016e2"],["-0.71831680000000006e2","0.71071106000000043e2"],["-0.71794723999999974e2","0.71053040000000067e2"],["-0.71730834999999956e2","0.71045532000000037e2"],["-0.71644454999999994e2","0.71034987999999998e2"],["-0.71546950999999979e2","0.71018600000000106e2"],["-0.71471664000000033e2","0.71012772000000041e2"]],[["-0.96563323999999966e2","0.71292205999999965e2"],["-0.96546950999999979e2","0.71289154000000053e2"],["-0.96535552999999993e2",71.28276100000005],["-0.96472504000000015e2","0.71232208000000071e2"],["-0.96470275999999956e2","0.71226089000000059e2"],["-0.96480835000000013e2","0.71208878000000141e2"],["-0.96487503000000004e2","0.71203598000000056e2"],["-0.96561110999999983e2","0.71208328000000108e2"],["-0.96578063999999983e2","0.71210541000000035e2"],["-0.96628601000000003e2","0.71220260999999937e2"],["-0.96638610999999912e2","0.71226089000000059e2"],["-0.96641678000000013e2","0.71231368999999972e2"],["-0.96642776000000026e2","0.71234421000000054e2"],["-0.96652495999999985e2","0.71287201000000096e2"],["-0.96649170000000026e2",71.29304500000012],["-0.96610549999999989e2","0.71290543000000014e2"],["-0.96581116000000009e2","0.71293594000000041e2"],["-0.96563323999999966e2","0.71292205999999965e2"]],[["-0.98895554000000004e2",71.27777100000003],[-98.90834000000001,"0.71273040999999978e2"],[-98.97444200000001,"0.71284714000000008e2"],["-0.98989715999999987e2","0.71290543000000014e2"],["-0.99000290000000007e2","0.71297211000000004e2"],[-99.00556899999998,"0.71301926000000037e2"],["-0.99008621000000005e2","0.71308029000000147e2"],["-0.99008895999999936e2","0.71313873000000001e2"],[-99.00306699999993,"0.71319443000000092e2"],["-0.98963622999999927e2","0.71352203000000088e2"],["-0.98955840999999964e2","0.71352203000000088e2"],["-0.98930283000000031e2","0.71342209000000082e2"],["-0.98923324999999977e2","0.71337769000000094e2"],["-0.98914443999999946e2","0.71331665000000044e2"],["-0.98895554000000004e2",71.27777100000003]],[["-0.73120543999999995e2","0.71479705999999965e2"],["-0.73129439999999931e2","0.71450821000000076e2"],["-0.73077498999999932e2","0.71466385000000002e2"],["-0.73043335000000013e2",71.47886699999998],["-0.73035552999999936e2",71.48414600000001],["-0.73016402999999968e2","0.71500000000000114e2"],["-0.73005844000000025e2","0.71511658000000125e2"],["-0.72998046999999985e2","0.71517211999999915e2"],["-0.72985275000000001e2","0.71521378000000027e2"],[-72.97222899999997,"0.71521378000000027e2"],["-0.72962508999999955e2",71.51998900000001],["-0.72934157999999968e2","0.71509155000000135e2"],["-0.72827498999999989e2","0.71454987000000017e2"],["-0.72820281999999963e2","0.71449707000000103e2"],["-0.72817504999999983e2","0.71444977000000108e2"],["-0.72823333999999988e2","0.71439697000000024e2"],["-0.72831954999999994e2","0.71435806000000127e2"],["-0.72849730999999963e2",71.4327550000001],["-0.72872497999999894e2",71.43081699999999],["-0.72921660999999972e2",71.428314],["-0.72992767000000015e2","0.71419433999999967e2"],["-0.73010009999999966e2","0.71415543000000071e2"],["-0.73022780999999952e2","0.71411101999999971e2"],["-0.73031112999999948e2","0.71406646999999964e2"],["-0.73028885000000002e2","0.71399155000000064e2"],["-0.73007507000000032e2","0.71352203000000088e2"],["-0.72978881999999942e2","0.71329712000000086e2"],["-0.72974166999999909e2","0.71324997000000053e2"],[-72.97193900000002,"0.71317490000000134e2"],["-0.72973617999999874e2","0.71313309000000061e2"],["-0.72983886999999982e2","0.71308594000000028e2"],["-0.72996657999999911e2","0.71304153000000099e2"],["-0.73025283999999999e2","0.71297485000000108e2"],["-0.73060546999999929e2","0.71294708000000014e2"],["-0.73089446999999893e2","0.71313873000000001e2"],["-0.73163329999999917e2",71.33248900000001],["-0.73198607999999922e2","0.71336380000000077e2"],["-0.73244995000000017e2","0.71348877000000073e2"],["-0.73265288999999939e2","0.71357483000000002e2"],["-0.73272506999999962e2",71.36192299999999],["-0.73275008999999955e2","0.71365814000000057e2"],["-0.73276397999999972e2","0.71379150000000038e2"],["-0.73265015000000005e2","0.71396378000000141e2"],["-0.73255004999999926e2","0.71408874999999966e2"],["-0.73254729999999995e2","0.71415268000000083e2"],["-0.73293609999999887e2","0.71454711999999972e2"],["-0.73301392000000021e2","0.71459717000000012e2"],["-0.73320556999999894e2","0.71469711000000075e2"],["-0.73347504000000015e2","0.71477768000000026e2"],["-0.73362502999999947e2","0.71481094000000041e2"],["-0.73374160999999901e2","0.71485809000000074e2"],["-0.73379990000000021e2","0.71519714000000022e2"],["-0.73377212999999983e2","0.71522766000000104e2"],["-0.73366942999999992e2","0.71527480999999966e2"],["-0.73189986999999917e2","0.71565536000000066e2"],["-0.73176940999999999e2","0.71566376000000105e2"],["-0.73147507000000019e2","0.71564423000000147e2"],["-0.73132216999999912e2","0.71561371000000065e2"],["-0.73090285999999935e2","0.71546371000000079e2"],["-0.73081116000000009e2","0.71542206000000078e2"],["-0.73073623999999938e2","0.71536926000000051e2"],["-0.73074722000000008e2","0.71531372000000033e2"],[-73.11332699999997,"0.71485809000000074e2"],["-0.73120543999999995e2","0.71479705999999965e2"]],[["-0.72760833999999875e2","0.71531937000000084e2"],["-0.72786391999999978e2","0.71530273000000022e2"],["-0.72830841000000021e2","0.71531096999999988e2"],["-0.72848891999999921e2","0.71532211000000018e2"],["-0.72867492999999911e2","0.71533875000000023e2"],["-0.72949996999999996e2","0.71547211000000118e2"],["-0.72982497999999907e2","0.71553589000000102e2"],["-0.73008895999999879e2",71.56109600000002],["-0.73020554000000004e2","0.71565811000000053e2"],["-0.73030562999999916e2","0.71571655000000078e2"],["-0.73035277999999948e2","0.71575546000000145e2"],["-0.73039992999999981e2","0.71579987000000074e2"],["-0.73037506000000008e2","0.71587203999999986e2"],["-0.73034164000000033e2","0.71592209000000025e2"],["-0.72968062999999972e2","0.71636658000000011e2"],["-0.72948607999999979e2","0.71644714000000079e2"],["-0.72924712999999997e2","0.71649429000000112e2"],["-0.72806655999999919e2","0.71659149000000014e2"],["-0.72781113000000005e2","0.71660812000000135e2"],["-0.72745269999999948e2","0.71659987999999942e2"],["-0.72726669000000015e2","0.71658325000000048e2"],["-0.72709166999999979e2","0.71655258000000117e2"],["-0.72695830999999941e2","0.71651093000000117e2"],["-0.72684433000000013e2","0.71642761000000121e2"],["-0.72662215999999944e2","0.71604431000000034e2"],["-0.72660552999999936e2","0.71598038000000031e2"],["-0.72671111999999994e2","0.71585815000000025e2"],["-0.72682495000000017e2","0.71574706999999989e2"],["-0.72701110999999912e2","0.71557479999999998e2"],["-0.72712783999999942e2","0.71547211000000118e2"],["-0.72718886999999995e2","0.71542755000000056e2"],["-0.72727492999999981e2","0.71538589000000115e2"],["-0.72742492999999968e2","0.71534149000000127e2"],["-0.72760833999999875e2","0.71531937000000084e2"]],[["-0.73370270000000005e2","0.71554428000000087e2"],["-0.73394454999999937e2","0.71554428000000087e2"],["-0.73406661999999983e2","0.71556366000000025e2"],["-0.73418335000000013e2",71.56109600000002],[-73.42860399999995,"0.71566940000000045e2"],["-0.73436934999999949e2","0.71573318000000029e2"],["-0.73450561999999991e2","0.71584152000000074e2"],["-0.73449721999999952e2",71.58998100000008],["-0.73448043999999925e2","0.71594146999999964e2"],["-0.73441939999999988e2","0.71598877000000016e2"],["-0.73388610999999912e2","0.71634155000000021e2"],["-0.73348342999999943e2","0.71658325000000048e2"],["-0.73276108000000022e2","0.71691924999999912e2"],["-0.73243332000000009e2","0.71696639999999945e2"],["-0.73213332999999977e2","0.71698593000000074e2"],["-0.73209166999999979e2","0.71698868000000118e2"],["-0.73190552000000025e2","0.71697204999999997e2"],["-0.73167496000000028e2","0.71692200000000128e2"],["-0.73155562999999972e2","0.71687195000000088e2"],["-0.73148894999999982e2","0.71679977000000065e2"],["-0.73149993999999992e2","0.71674423000000104e2"],["-0.73170546999999942e2","0.71668319999999937e2"],["-0.73221114999999998e2","0.71660262999999986e2"],["-0.73249434999999949e2","0.71652481000000023e2"],["-0.73262511999999958e2","0.71648041000000035e2"],["-0.73282776000000013e2","0.71637771999999984e2"],["-0.73303604000000007e2","0.71621918000000051e2"],["-0.73320281999999963e2","0.71605545000000006e2"],["-0.73325012000000015e2","0.71599152000000061e2"],["-0.73331679999999949e2","0.71588042999999971e2"],["-0.73338607999999965e2","0.71571105999999929e2"],["-0.73339721999999938e2","0.71565262000000132e2"],["-0.73352492999999981e2","0.71557479999999998e2"],["-0.73370270000000005e2","0.71554428000000087e2"]],[["-0.96958892999999932e2","0.71704437000000098e2"],[-96.99888599999997,"0.71701096000000064e2"],["-0.97036391999999921e2","0.71701385000000016e2"],["-0.97050277999999935e2","0.71704162999999994e2"],["-0.97049727999999902e2","0.71709991000000116e2"],["-0.97040282999999988e2",71.72026100000005],[-97.02416999999997,"0.71731093999999985e2"],[-96.99888599999997,"0.71741363999999919e2"],["-0.96991668999999945e2","0.71743042000000059e2"],["-0.96990829000000019e2","0.71743866000000025e2"],[-96.96945199999999,71.74859600000002],["-0.96963897999999972e2","0.71752212999999983e2"],["-0.96924163999999962e2","0.71755554000000018e2"],["-0.96886397999999986e2","0.71755264000000011e2"],["-0.96866942999999992e2","0.71753601000000117e2"],["-0.96850554999999872e2","0.71749419999999986e2"],[-96.84445199999999,"0.71744141000000013e2"],["-0.96851104999999905e2","0.71738875999999948e2"],[-96.86860699999994,"0.71728592000000106e2"],["-0.96881377999999927e2","0.71723312000000078e2"],["-0.96896956999999929e2","0.71718323000000112e2"],["-0.96915832999999964e2","0.71713608000000079e2"],["-0.96958892999999932e2","0.71704437000000098e2"]],[["-0.95339995999999928e2","0.71731369000000029e2"],[-95.39805599999994,"0.71729431000000091e2"],[-95.43582200000003,"0.71729980000000012e2"],["-0.95471114999999941e2","0.71733597000000145e2"],["-0.95483062999999902e2","0.71736923000000047e2"],[-95.48832699999997,"0.71740814000000114e2"],["-0.95488051999999868e2","0.71745529000000147e2"],["-0.95450286999999946e2","0.71818877999999927e2"],[-95.44027699999998,"0.71824158000000011e2"],["-0.95420836999999892e2","0.71828873000000044e2"],["-0.95384170999999981e2","0.71836104999999975e2"],["-0.95348891999999978e2","0.71840546000000074e2"],["-0.95328613000000018e2","0.71842208999999968e2"],["-0.95301666000000012e2","0.71844147000000135e2"],["-0.95286666999999966e2","0.71843048000000124e2"],["-0.95275832999999977e2",71.84027100000003],["-0.95265838999999971e2","0.71836655000000007e2"],["-0.95261672999999973e2","0.71833328000000051e2"],["-0.95259734999999921e2","0.71827484000000027e2"],["-0.95310546999999929e2","0.71737198000000035e2"],["-0.95324721999999952e2","0.71732758000000047e2"],["-0.95339995999999928e2","0.71731369000000029e2"]],[["-0.13449554399999994e3",68.75221300000004],["-0.13448803699999991e3",68.736649],["-0.13448803699999991e3","0.68731094000000098e2"],["-0.13448306299999996e3","0.68720535000000041e2"],["-0.13447387700000002e3","0.68711379999999963e2"],["-0.13446472199999994e3","0.68707489000000066e2"],["-0.13444638099999997e3","0.68700271999999984e2"],["-0.13440112299999993e3","0.68687759000000085e2"],["-0.13437387100000001e3","0.68682480000000112e2"],["-0.13433999599999999e3",68.67886400000009],["-0.13430804399999994e3","0.68678040000000124e2"],["-0.13428277600000001e3","0.68681366000000139e2"],["-0.13424636799999996e3","0.68687484999999981e2"],["-0.13423071299999998e3","0.68692841000000101e2"],["-0.13422692899999998e3","0.68694138000000123e2"],["-0.13422332800000004e3","0.68699706999999933e2"],["-0.13426058999999987e3","0.68733535999999958e2"],["-0.13426251200000002e3","0.68736374000000126e2"],["-0.13428750599999995e3","0.68753601000000003e2"],["-0.13430835000000002e3","0.68766097999999943e2"],["-0.13432638499999996e3","0.68773605000000089e2"],["-0.13442306500000001e3","0.68831664999999987e2"],["-0.13454168700000002e3","0.68919708000000071e2"],[-134.558044,"0.68933043999999995e2"],[-134.614441,"0.68983321999999987e2"],["-0.13462387099999995e3","0.68992752000000053e2"],["-0.13462887599999999e3","0.69003052000000139e2"],["-0.13462914999999992e3","0.69008880999999974e2"],["-0.13462469499999992e3","0.69015548999999965e2"],["-0.13456222499999996e3","0.69082764000000111e2"],["-0.13455499299999997e3",69.08776899999998],["-0.13453750600000001e3",69.09387200000009],["-0.13449194299999999e3","0.69104155999999989e2"],["-0.13446362299999998e3","0.69106094000000098e2"],["-0.13444805899999989e3","0.69106094000000098e2"],["-0.13436303699999996e3","0.69102203000000031e2"],["-0.13434887700000002e3","0.69103043000000071e2"],["-0.13433889799999992e3","0.69106369000000086e2"],["-0.13422747800000002e3","0.69174988000000099e2"],["-0.13422305299999999e3","0.69181656000000032e2"],["-0.13422082499999993e3","0.69188034000000016e2"],["-0.13422137499999997e3","0.69216385000000116e2"],["-0.13421694899999989e3","0.69223038000000088e2"],[-134.162781,"0.69254715000000033e2"],["-0.13415389999999996e3","0.69258880999999917e2"],[-134.142517,"0.69261383000000023e2"],["-0.13412832599999996e3","0.69262206999999989e2"],["-0.13406915299999997e3","0.69262771999999984e2"],["-0.13405471799999998e3","0.69263610999999969e2"],["-0.13402917500000001e3","0.69266936999999984e2"],["-0.13392861899999991e3","0.69282211000000075e2"],["-0.13390557899999988e3","0.69287490999999989e2"],["-0.13389529400000004e3","0.69290817000000004e2"],["-0.13388668799999999e3","0.69294983000000116e2"],["-0.13387914999999998e3","0.69299987999999985e2"],["-0.13387332199999997e3",69.30581699999999],["-0.13386859100000004e3","0.69312484999999924e2"],["-0.13386886599999997e3","0.69318329000000119e2"],["-0.13387332199999997e3","0.69323043999999982e2"],["-0.13387582399999997e3","0.69328322999999955e2"],["-0.13386972000000003e3",69.33415199999996],["-0.13367028799999997e3","0.69386658000000068e2"],["-0.13365863000000002e3","0.69389160000000004e2"],["-0.13355056799999994e3","0.69405823000000055e2"],["-0.13340777600000001e3","0.69414703000000088e2"],["-0.13337222299999991e3","0.69412201000000039e2"],["-0.13335583499999996e3","0.69409988000000055e2"],["-0.13332806400000004e3","0.69404709000000082e2"],["-0.13330972299999996e3","0.69402771000000143e2"],["-0.13323443599999996e3","0.69397217000000126e2"],["-0.13321749899999992e3",69.39637799999997],["-0.13320584099999991e3","0.69398880000000077e2"],[-133.073059,"0.69434982000000048e2"],["-0.13299941999999999e3","0.69481934000000138e2"],[-132.966095,"0.69511657999999954e2"],["-0.13295220899999998e3","0.69563309000000061e2"],["-0.13295193499999999e3","0.69569153000000028e2"],["-0.13295666499999993e3",69.57388300000008],["-0.13296581999999995e3",69.57748400000014],["-0.13298638900000003e3","0.69590271000000143e2"],[-132.988586,"0.69595260999999994e2"],["-0.13298361199999994e3","0.69602203000000088e2"],["-0.13297747800000002e3","0.69608032000000094e2"],["-0.13292251599999997e3","0.69642212000000029e2"],[-132.904449,"0.69650542999999971e2"],["-0.13289388999999994e3",69.65387000000004],["-0.13286471599999999e3","0.69658325000000104e2"],["-0.13282110599999999e3","0.69660538000000031e2"],["-0.13278778099999994e3","0.69659714000000065e2"],["-0.13266229199999998e3","0.69651206999999999e2"],[-132.628784,"0.69648048000000074e2"],["-0.13262028499999997e3","0.69646378000000141e2"],["-0.13261479199999991e3","0.69644043000000011e2"],[-132.606628,"0.69639046000000121e2"],["-0.13255279499999995e3","0.69631362999999965e2"],["-0.13253527800000001e3","0.69630264000000011e2"],["-0.13241751099999993e3","0.69635544000000039e2"],[-132.39389,69.64027400000009],[-132.372772,"0.69646942000000081e2"],["-0.13234527600000001e3","0.69659424000000058e2"],["-0.13233248900000001e3","0.69671097000000088e2"],["-0.13232748399999997e3","0.69677765000000079e2"],[-132.333618,"0.69682480000000112e2"],[-132.441101,"0.69702484000000027e2"],["-0.13245748900000001e3","0.69704711999999972e2"],["-0.13246777299999991e3","0.69701385000000016e2"],["-0.13251779199999999e3",69.68331900000004],["-0.13254823299999998e3","0.69685310000000129e2"],["-0.13255523700000003e3","0.69683823000000018e2"],["-0.13257455400000003e3","0.69683983000000126e2"],[-132.582718,69.685654],[-132.586884,"0.69688148000000126e2"],["-0.13258673099999993e3","0.69691649999999981e2"],["-0.13254833999999994e3","0.69735809000000074e2"],["-0.13254055799999998e3","0.69740814000000114e2"],["-0.13252749600000004e3","0.69742477000000065e2"],["-0.13247305299999999e3","0.69747756999999922e2"],["-0.13239974999999998e3","0.69751663000000008e2"],["-0.13228918499999992e3","0.69724991000000102e2"],["-0.13221304299999997e3","0.69690810999999997e2"],["-0.13219888300000002e3","0.69688034000000073e2"],["-0.13216305499999999e3","0.69685256999999979e2"],["-0.13214697299999995e3","0.69685256999999979e2"],["-0.13212304700000004e3","0.69713608000000079e2"],["-0.13211663799999991e3","0.69719436999999914e2"],["-0.13210720800000001e3","0.69723602000000085e2"],["-0.13208331299999992e3","0.69728591999999992e2"],["-0.13195443699999998e3",69.75471500000009],["-0.13187469499999992e3","0.69763884999999959e2"],["-0.13185861199999999e3","0.69763611000000026e2"],["-0.13184527600000001e3","0.69765273999999977e2"],[-131.8347169999999,"0.69768599999999992e2"],["-0.13176556400000004e3","0.69794707999999957e2"],["-0.13175891100000001e3","0.69800536999999963e2"],["-0.13175836200000003e3","0.69806366000000025e2"],["-0.13176028400000001e3","0.69811646000000053e2"],[-131.7647399999999,"0.69816376000000105e2"],["-0.13176666299999994e3","0.69821655000000078e2"],["-0.13176000999999997e3","0.69827484000000084e2"],["-0.13175058000000001e3",69.83137499999998],["-0.13164501999999999e3","0.69864990000000034e2"],["-0.13162359600000002e3","0.69871368000000018e2"],["-0.13144778400000001e3","0.69918594000000041e2"],["-0.13142639199999991e3","0.69947479000000101e2"],["-0.13142111199999994e3","0.69954162999999994e2"],["-0.13141027799999995e3","0.69957214000000022e2"],["-0.13134887700000002e3",69.95248400000014],["-0.13126916499999993e3","0.69937759000000028e2"],["-0.13124609399999991e3","0.69931091000000038e2"],[-131.237213,"0.69927199999999971e2"],["-0.13123055999999991e3","0.69923035000000141e2"],["-0.13120916699999998e3","0.69899155000000007e2"],["-0.13120333899999997e3","0.69889160000000061e2"],["-0.13120138499999996e3","0.69883881000000088e2"],["-0.13120193499999999e3","0.69878036000000009e2"],[-131.2049869999999,"0.69871918000000051e2"],["-0.13121054099999998e3","0.69865265000000079e2"],["-0.13121722399999987e3","0.69859421000000054e2"],["-0.13122164899999996e3","0.69854155999999989e2"],["-0.13122222899999991e3","0.69848328000000038e2"],[-131.220551,69.84304800000001],["-0.13121194499999996e3","0.69833603000000096e2"],["-0.13120526100000001e3","0.69829437000000041e2"],["-0.13119638099999997e3","0.69825546000000145e2"],["-0.13118499799999995e3","0.69824158000000068e2"],["-0.13108056599999998e3",69.88499500000006],["-0.13107501199999996e3","0.69891663000000051e2"],["-0.13103140299999995e3","0.69949417000000039e2"],["-0.13101028399999996e3",69.98692299999999],["-0.13101278699999995e3","0.70023315000000025e2"],["-0.13101947000000001e3","0.70027771000000087e2"],["-0.13093029799999999e3","0.70083054000000118e2"],["-0.13089224200000001e3","0.70099152000000004e2"],["-0.13074832199999997e3","0.70081940000000145e2"],["-0.13065612799999991e3","0.70108597000000032e2"],[-130.554169,"0.70165267999999969e2"],["-0.13054305999999991e3","0.70168320000000051e2"],["-0.13048721299999994e3","0.70173309000000017e2"],["-0.13047222899999997e3","0.70173874000000069e2"],["-0.13046771200000001e3","0.70170089999999959e2"],["-0.13047271699999993e3","0.70167099000000121e2"],["-0.13048388699999998e3","0.70164992999999981e2"],["-0.13051141399999995e3","0.70162201000000039e2"],["-0.13052224699999994e3","0.70158875000000023e2"],["-0.13054724099999999e3","0.70127472000000012e2"],["-0.13054806499999995e3","0.70121643000000006e2"],["-0.13054638699999992e3","0.70116378999999995e2"],["-0.13054223599999995e3","0.70111648999999943e2"],["-0.13053555299999999e3","0.70107483000000059e2"],["-0.13052416999999997e3","0.70103867000000037e2"],[-130.5102839999999,"0.70101089000000002e2"],[-130.49527,"0.70101654000000053e2"],["-0.13048416099999992e3","0.70104705999999965e2"],["-0.13043237299999998e3","0.70125870000000134e2"],["-0.13040722700000003e3","0.70140533000000119e2"],["-0.13035360699999995e3","0.70132202000000007e2"],["-0.13033084099999996e3","0.70110809000000074e2"],["-0.13032250999999997e3","0.70101379000000009e2"],["-0.13018472299999996e3","0.70053589000000045e2"],[-130.16861,70.053314],["-0.12997555499999993e3","0.70069442999999978e2"],["-0.12996304299999997e3","0.70071655000000021e2"],["-0.12992611699999992e3",70.078598],["-0.12989083900000003e3","0.70092758000000117e2"],["-0.12986444099999994e3","0.70126923000000033e2"],["-0.12984609999999986e3","0.70154984000000127e2"],[-129.8324889999999,"0.70195525999999916e2"],["-0.12979000899999994e3","0.70219986000000119e2"],["-0.12973138399999999e3","0.70253052000000082e2"],["-0.12969778400000001e3","0.70262496999999996e2"],["-0.12968667600000003e3","0.70265549000000078e2"],["-0.12967306499999995e3","0.70266936999999984e2"],["-0.12964724699999999e3","0.70251663000000065e2"],["-0.12960916099999992e3","0.70213042999999971e2"],["-0.12945916699999998e3","0.70147491000000116e2"],["-0.12940472399999999e3","0.70123031999999967e2"],["-0.12940335099999999e3",70.11775200000011],["-0.12940527299999997e3","0.70106369000000086e2"],["-0.12940640300000001e3",70.10054000000008],[-129.4100039999999,"0.70094436999999971e2"],[-129.433899,"0.70068054000000132e2"],["-0.12949749800000001e3","0.70020538000000101e2"],["-0.12957360799999998e3","0.69997757000000092e2"],["-0.12959555099999994e3","0.69991363999999919e2"],["-0.12988946499999992e3","0.69917205999999965e2"],["-0.12999304199999989e3","0.69892487000000017e2"],["-0.13022805800000003e3","0.69840546000000131e2"],["-0.13049581899999998e3",69.78166200000004],["-0.13055999800000001e3","0.69737198000000092e2"],["-0.13056140099999999e3","0.69725815000000068e2"],["-0.13056472799999995e3","0.69719711000000018e2"],["-0.13057028200000002e3","0.69713043000000084e2"],["-0.13057833900000003e3","0.69708038000000045e2"],["-0.13062136799999996e3","0.69695251000000042e2"],["-0.13064697299999989e3","0.69691360000000145e2"],["-0.13070416299999994e3","0.69688309000000118e2"],["-0.13075750700000003e3","0.69682480000000112e2"],["-0.13078030399999994e3","0.69676926000000094e2"],["-0.13078973400000001e3","0.69672760000000039e2"],["-0.13083639500000004e3",69.6336060000001],["-0.13083944699999995e3","0.69627472000000068e2"],["-0.13084081999999995e3","0.69616089000000102e2"],["-0.13083667000000003e3","0.69611099000000024e2"],["-0.13083749399999999e3","0.69605545000000063e2"],["-0.13084414699999996e3","0.69599716000000001e2"],["-0.13091915899999998e3",69.56721500000009],["-0.13092861899999997e3","0.69563309000000061e2"],["-0.13094473299999999e3","0.69565536000000122e2"],["-0.13102667199999996e3","0.69593048000000067e2"],["-0.13103973399999995e3","0.69601653999999996e2"],["-0.13104168699999997e3","0.69606934000000024e2"],["-0.13104083300000002e3","0.69612761999999975e2"],["-0.13105306999999999e3","0.69637206999999989e2"],["-0.13116332999999992e3","0.69627762000000132e2"],["-0.13118859900000001e3","0.69623871000000065e2"],["-0.13132861299999996e3","0.69579987000000131e2"],["-0.13140750099999997e3","0.69586655000000064e2"],["-0.13158694500000001e3","0.69567490000000134e2"],["-0.13169168100000002e3","0.69551650999999993e2"],["-0.13170498699999996e3","0.69560256999999922e2"],["-0.13171389799999992e3","0.69563873000000001e2"],["-0.13172778299999999e3","0.69566940000000102e2"],["-0.13174108899999993e3","0.69567490000000134e2"],["-0.13175585899999999e3","0.69566940000000102e2"],["-0.13199722299999991e3",69.53137200000009],["-0.13200640899999996e3","0.69527205999999978e2"],["-0.13203890999999999e3","0.69508331000000055e2"],["-0.13204666099999992e3","0.69503326000000015e2"],[-132.0799869999999,"0.69480819999999994e2"],["-0.13214169300000003e3","0.69412766000000033e2"],["-0.13213305699999995e3","0.69403320000000065e2"],["-0.13212164299999995e3","0.69399994000000049e2"],["-0.13209750399999996e3","0.69396057000000098e2"],["-0.13208526599999999e3","0.69390823000000069e2"],["-0.13208084099999996e3","0.69386108000000036e2"],["-0.13207888800000001e3",69.3808140000001],["-0.13208166499999999e3","0.69374695000000031e2"],["-0.13209472700000003e3","0.69362762000000032e2"],["-0.13211663799999991e3","0.69357208000000014e2"],["-0.13232916299999999e3",69.31442300000009],["-0.13252417000000003e3","0.69277771000000087e2"],["-0.13253195199999999e3","0.69280547999999953e2"],["-0.13254556300000002e3","0.69283325000000048e2"],["-0.13256167599999998e3","0.69285812000000135e2"],["-0.13257998699999996e3","0.69287490999999989e2"],["-0.13259222399999993e3","0.69287200999999982e2"],["-0.13270611600000001e3",69.26887499999998],["-0.13271777299999997e3","0.69266388000000063e2"],[-132.739441,"0.69260817999999972e2"],["-0.13276028399999996e3","0.69254166000000112e2"],["-0.13276779199999999e3","0.69249146000000053e2"],["-0.13290722699999998e3",69.1244200000001],["-0.13290722699999998e3","0.69118866000000082e2"],["-0.13290527299999997e3",69.042755],["-0.13294610599999999e3","0.69037491000000045e2"],["-0.13305084199999999e3","0.69054703000000018e2"],["-0.13310638399999993e3","0.69050537000000134e2"],[-133.1719359999999,"0.69043320000000051e2"],["-0.13318331899999998e3","0.69040817000000061e2"],["-0.13319332900000001e3","0.69037491000000045e2"],["-0.13320083599999987e3","0.69032485999999949e2"],["-0.13320556599999998e3","0.69025818000000015e2"],["-0.13321499600000004e3","0.69006653000000028e2"],["-0.13321664399999997e3","0.69001937999999996e2"],["-0.13321444700000001e3",68.99664300000012],[-133.209991,"0.68991928000000087e2"],["-0.13320333900000003e3","0.68987761999999975e2"],["-0.13319860799999998e3","0.68983046999999942e2"],["-0.13319888300000002e3","0.68977203000000145e2"],["-0.13321304299999991e3","0.68938034000000073e2"],["-0.13322610499999996e3","0.68913605000000132e2"],["-0.13323361199999999e3","0.68908600000000092e2"],["-0.13331332399999985e3","0.68871918000000051e2"],["-0.13332333399999993e3","0.68868590999999924e2"],["-0.13333471699999996e3","0.68866089000000045e2"],["-0.13334887699999996e3","0.68865265000000079e2"],["-0.13336331200000001e3","0.68866652999999985e2"],["-0.13337692300000003e3","0.68869140999999956e2"],["-0.13338583399999999e3","0.68873032000000023e2"],["-0.13339944500000001e3","0.68881362999999965e2"],["-0.13340167199999991e3","0.68886658000000011e2"],["-0.13339529400000004e3",68.89027400000009],["-0.13337969999999996e3",68.89027400000009],["-0.13336694299999994e3","0.68891936999999984e2"],[-133.359711,"0.68896942000000024e2"],["-0.13335360700000001e3",68.90277100000003],["-0.13335803199999992e3","0.68907486000000063e2"],["-0.13336944599999993e3","0.68910538000000031e2"],["-0.13338275099999998e3","0.68911102000000142e2"],["-0.13339556899999997e3","0.68909424000000058e2"],["-0.13346112099999999e3","0.68892761000000121e2"],[-133.466095,"0.68888321000000133e2"],[-133.484711,"0.68850266000000033e2"],[-133.493042,"0.68826659999999947e2"],["-0.13349081399999994e3","0.68821655000000078e2"],["-0.13348416099999997e3",68.81164600000011],["-0.13347082499999999e3","0.68797485000000108e2"],["-0.13346389799999992e3","0.68793320000000108e2"],[-133.4549869999999,"0.68789703000000145e2"],["-0.13340557899999999e3","0.68772217000000012e2"],["-0.13332138099999992e3","0.68746368000000132e2"],["-0.13316418499999992e3","0.68707214000000079e2"],["-0.13308999599999999e3","0.68694977000000108e2"],["-0.13305416899999994e3","0.68691360000000145e2"],["-0.13303750599999995e3","0.68690536000000009e2"],["-0.13302334599999995e3","0.68691360000000145e2"],["-0.13301083399999987e3","0.68693038999999999e2"],["-0.13298803699999996e3","0.68697754000000032e2"],["-0.13295861799999994e3",68.69859299999996],["-0.13294305399999996e3","0.68696365000000014e2"],["-0.13291833500000001e3","0.68690262000000075e2"],["-0.13292056299999996e3","0.68695526000000029e2"],[-132.9336239999999,"0.68709717000000069e2"],["-0.13294250499999998e3","0.68713318000000129e2"],["-0.13295471199999997e3",68.71527100000003],["-0.13300723299999999e3","0.68719711000000075e2"],["-0.13302252199999998e3","0.68719711000000075e2"],["-0.13303527800000001e3","0.68718048000000124e2"],["-0.13304583699999995e3","0.68711379999999963e2"],["-0.13311248799999998e3","0.68714996000000042e2"],[-133.142517,"0.68718597000000102e2"],["-0.13315249599999993e3","0.68720825000000048e2"],["-0.13325500499999998e3","0.68758606000000043e2"],["-0.13325945999999999e3","0.68763321000000076e2"],["-0.13326611299999996e3","0.68778869999999984e2"],["-0.13326141399999995e3","0.68785537999999974e2"],["-0.13324999999999994e3","0.68788040000000024e2"],["-0.13323416099999992e3","0.68785812000000078e2"],[-133.225281,"0.68782211000000018e2"],["-0.13322082499999999e3","0.68777480999999966e2"],["-0.13322082499999999e3","0.68771652000000131e2"],["-0.13321664399999997e3","0.68766937000000098e2"],["-0.13320306399999998e3","0.68764160000000004e2"],["-0.13316168200000004e3",68.75749200000007],["-0.13314752199999998e3","0.68758330999999998e2"],["-0.13313891599999994e3",68.76249700000011],[-133.1397399999999,"0.68766937000000098e2"],["-0.13321139499999998e3","0.68790817000000118e2"],["-0.13323498499999999e3","0.68795821999999987e2"],[-133.250854,"0.68798035000000141e2"],["-0.13328178399999996e3","0.68794426000000101e2"],["-0.13328863499999989e3","0.68793097999999986e2"],["-0.13330145300000004e3","0.68789429000000041e2"],["-0.13332556199999999e3","0.68787491000000045e2"],["-0.13333554099999992e3","0.68789703000000145e2"],["-0.13334445199999993e3","0.68793594000000041e2"],["-0.13335665899999992e3","0.68801085999999941e2"],["-0.13335888699999998e3","0.68806366000000025e2"],["-0.13335415599999993e3","0.68832214000000135e2"],[-133.332764,"0.68843872000000147e2"],["-0.13327722199999988e3","0.68856934000000024e2"],["-0.13326583900000003e3","0.68859421000000054e2"],["-0.13323776199999998e3","0.68861099000000024e2"],["-0.13322192399999994e3","0.68858871000000022e2"],["-0.13318804899999986e3","0.68849152000000061e2"],["-0.13316778599999998e3","0.68836655000000064e2"],["-0.13315917999999999e3","0.68827209000000096e2"],["-0.13315222199999999e3","0.68823044000000095e2"],["-0.13312191799999994e3","0.68805817000000047e2"],["-0.13310833700000001e3",68.80304000000001],["-0.13309167500000001e3","0.68802199999999914e2"],["-0.13306222500000001e3","0.68802765000000136e2"],["-0.13300527999999997e3","0.68815262000000132e2"],["-0.13295803799999993e3","0.68835541000000092e2"],[-132.962219,"0.68846099999999922e2"],[-132.9619449999999,68.85165400000011],["-0.13295193499999999e3","0.68854979999999955e2"],["-0.13293667599999998e3","0.68854979999999955e2"],["-0.13286749299999997e3","0.68846099999999922e2"],[-132.85611,"0.68842758000000003e2"],["-0.13278594999999996e3","0.68818428000000097e2"],["-0.13275363199999998e3","0.68802765000000136e2"],["-0.13249194299999994e3","0.68801085999999941e2"],["-0.13248055999999991e3","0.68803589000000102e2"],["-0.13247027600000001e3","0.68806931000000077e2"],["-0.13240557899999999e3","0.68842758000000003e2"],["-0.13240029900000002e3","0.68847214000000122e2"],["-0.13239529400000004e3","0.68853867000000093e2"],["-0.13239279199999999e3","0.68859985000000052e2"],[-132.396973,"0.68864700000000084e2"],["-0.13249249299999997e3",68.90637200000009],["-0.13250363200000004e3","0.68909714000000065e2"],["-0.13255334499999998e3","0.68916091999999992e2"],["-0.13256750499999998e3","0.68915268000000026e2"],["-0.13257638499999996e3","0.68911102000000142e2"],[-132.574432,"0.68906097000000102e2"],["-0.13256777999999991e3","0.68901657000000057e2"],["-0.13254055799999998e3","0.68896103000000096e2"],["-0.13255557299999992e3","0.68878311000000053e2"],["-0.13266528299999993e3","0.68841934000000037e2"],["-0.13267806999999993e3","0.68840271000000087e2"],["-0.13269360399999994e3","0.68840546000000131e2"],["-0.13276229899999998e3","0.68857491000000095e2"],["-0.13277094999999997e3","0.68858147000000031e2"],["-0.13277778599999999e3","0.68860153000000082e2"],["-0.13278027299999991e3","0.68862983999999983e2"],[-132.833618,"0.68917755000000113e2"],["-0.13285998499999988e3","0.68989150999999993e2"],[-132.868042,"0.69021378000000141e2"],["-0.13287191799999999e3","0.69056641000000013e2"],["-0.13286944600000004e3","0.69062759000000085e2"],["-0.13286553999999995e3","0.69068329000000006e2"],["-0.13281527699999998e3",69.08638000000002],["-0.13280526699999996e3","0.69089432000000102e2"],["-0.13277111799999994e3","0.69085541000000035e2"],["-0.13275418100000002e3","0.69084717000000069e2"],["-0.13268917799999991e3","0.69082489000000123e2"],["-0.13267501800000002e3","0.69083328000000051e2"],["-0.13266332999999997e3","0.69085815000000139e2"],["-0.13254083300000002e3","0.69135268999999994e2"],["-0.13246081500000003e3","0.69124695000000088e2"],["-0.13246472199999999e3","0.69119141000000127e2"],["-0.13246749899999998e3","0.69107208000000071e2"],["-0.13245916699999992e3","0.69108032000000037e2"],["-0.13242861900000003e3",69.11775200000011],["-0.13240777599999996e3",69.1244200000001],["-0.13238500999999997e3","0.69139160000000061e2"],["-0.13237887599999999e3","0.69145264000000054e2"],["-0.13236886600000003e3","0.69158600000000035e2"],["-0.13236138899999997e3","0.69171371000000136e2"],[-132.343323,"0.69203323000000069e2"],["-0.13234249899999992e3","0.69220260999999994e2"],["-0.13233972199999994e3",69.22665399999994],["-0.13233056599999998e3","0.69230820000000051e2"],["-0.13232055699999995e3","0.69233871000000079e2"],["-0.13230612199999996e3","0.69234711000000118e2"],["-0.13222360199999997e3","0.69213608000000022e2"],[-132.2225039999999,"0.69141662999999994e2"],["-0.13216805999999997e3","0.69213882000000126e2"],["-0.13211694299999999e3","0.69242203000000075e2"],["-0.13205804399999994e3","0.69242203000000075e2"],["-0.13199600199999998e3","0.69251632999999913e2"],["-0.13196389799999997e3","0.69256942999999978e2"],["-0.13187527499999999e3","0.69279709000000025e2"],["-0.13186499000000003e3","0.69283051000000114e2"],[-131.8052669999999,"0.69316375999999991e2"],["-0.13179751599999986e3","0.69321381000000088e2"],["-0.13179110700000001e3","0.69327208999999982e2"],["-0.13171444699999995e3","0.69397766000000104e2"],["-0.13172555499999993e3","0.69401093000000003e2"],["-0.13173416099999997e3","0.69400542999999971e2"],["-0.13180667099999999e3",69.39137299999993],[-131.950287,"0.69395827999999938e2"],["-0.13196499600000004e3","0.69397217000000126e2"],["-0.13197277800000001e3","0.69400269000000037e2"],["-0.13197000099999997e3","0.69406372000000033e2"],["-0.13165222199999994e3","0.69471924000000058e2"],["-0.13163919099999998e3","0.69473602000000142e2"],["-0.13160748299999995e3","0.69473312000000135e2"],["-0.13159136999999993e3","0.69470825000000048e2"],["-0.13145889299999999e3","0.69449141999999938e2"],["-0.13144528200000002e3","0.69446365000000071e2"],[-131.432953,"0.69437194999999974e2"],["-0.13142910799999993e3","0.69434700000000134e2"],["-0.13143160999999998e3","0.69431365999999969e2"],["-0.13143710299999992e3","0.69429031000000066e2"],["-0.13145193499999999e3","0.69420532000000094e2"],["-0.13146221899999995e3","0.69417206000000078e2"],["-0.13147164900000001e3","0.69413039999999967e2"],["-0.13147943099999998e3","0.69408035000000098e2"],["-0.13148611500000004e3","0.69402206000000092e2"],["-0.13153472899999997e3","0.69333327999999995e2"],["-0.13152584799999994e3","0.69329436999999928e2"],["-0.13149941999999999e3","0.69332489000000066e2"],["-0.13142083700000001e3","0.69361649000000114e2"],["-0.13141278099999994e3","0.69366653000000099e2"],["-0.13140750099999997e3","0.69373306000000071e2"],["-0.13138989300000003e3","0.69404159999999933e2"],[-131.377228,"0.69427483000000052e2"],["-0.13132193000000001e3",69.49331699999999],["-0.13127166699999992e3","0.69501099000000124e2"],["-0.13125723299999999e3","0.69501663000000065e2"],["-0.13124581899999998e3",69.49832200000003],["-0.13123330699999991e3",69.48414600000001],["-0.13122387700000002e3","0.69463608000000136e2"],["-0.13122027599999996e3","0.69453323000000012e2"],["-0.13121664399999992e3","0.69442748999999992e2"],["-0.13121276899999992e3","0.69422202999999968e2"],["-0.13121093799999989e3",69.4125370000001],["-0.13121026599999999e3","0.69406044000000065e2"],["-0.13121304299999997e3","0.69387497000000053e2"],["-0.13122360200000003e3","0.69384430000000123e2"],["-0.13123330699999991e3","0.69384720000000129e2"],["-0.13124526999999995e3","0.69382202000000007e2"],["-0.13126641799999993e3","0.69375809000000061e2"],["-0.13131777999999997e3","0.69358871000000136e2"],["-0.13139529399999998e3","0.69318603999999993e2"],["-0.13140307599999994e3","0.69313873000000058e2"],[-131.415009,"0.69301376000000062e2"],["-0.13141445899999997e3","0.69296936000000017e2"],["-0.13133526599999993e3","0.69316666000000055e2"],["-0.13132470699999999e3",69.31999200000007],["-0.13119332899999995e3","0.69365264999999965e2"],["-0.13118859900000001e3","0.69368317000000104e2"],["-0.13116650400000003e3","0.69404930000000093e2"],["-0.13116223099999996e3","0.69490540000000067e2"],["-0.13116418499999997e3","0.69495529000000033e2"],["-0.13123123199999992e3","0.69543892000000028e2"],["-0.13125385999999997e3","0.69571846000000107e2"],["-0.13122546399999999e3","0.69580719000000101e2"],["-0.13120681799999994e3",69.55720500000001],["-0.13115046699999994e3","0.69518600000000049e2"],["-0.13113006599999994e3","0.69516388000000006e2"],["-0.13111053499999997e3","0.69485329000000036e2"],[-131.130157,"0.69429375000000107e2"],["-0.13114851399999992e3","0.69403534000000036e2"],[-131.1458439999999,"0.69374695000000031e2"],["-0.13113583399999999e3","0.69359985000000108e2"],["-0.13112832599999996e3","0.69361923000000047e2"],["-0.13110122699999999e3","0.69393921000000091e2"],["-0.13108525099999991e3","0.69440514000000007e2"],["-0.13106085199999995e3","0.69470688000000109e2"],["-0.13106617699999993e3","0.69491096000000084e2"],["-0.13106394999999998e3","0.69512389999999982e2"],["-0.13108924899999994e3","0.69531914000000143e2"],["-0.13110920699999997e3","0.69543449000000123e2"],[-131.127838,"0.69554543000000024e2"],["-0.13114781199999993e3","0.69561195000000112e2"],["-0.13116599999999988e3","0.69567856000000006e2"],["-0.13118832399999991e3","0.69574707000000046e2"],["-0.13119473300000004e3",69.57887299999993],["-0.13119665499999991e3","0.69584152000000131e2"],["-0.13119610599999999e3","0.69589980999999966e2"],["-0.13119055199999997e3","0.69596649000000127e2"],[-131.183899,"0.69602478000000133e2"],["-0.13117471299999994e3","0.69606369000000029e2"],["-0.13113833599999998e3","0.69614150999999936e2"],["-0.13112359600000002e3","0.69614700000000084e2"],["-0.13110748299999989e3","0.69612488000000042e2"],["-0.13109359699999999e3","0.69609421000000111e2"],[-131.087219,69.605255],["-0.13108306900000002e3","0.69600539999999967e2"],["-0.13104577599999999e3","0.69524429000000055e2"],["-0.13102999899999998e3","0.69485809000000131e2"],["-0.13102780200000001e3","0.69463882000000069e2"],["-0.13103390499999995e3","0.69429153000000042e2"],["-0.13103695700000003e3","0.69423035000000084e2"],["-0.13107028200000002e3","0.69367477000000065e2"],["-0.13110803199999992e3",69.33526599999999],["-0.13111331200000001e3",69.328598],["-0.13111639400000001e3",69.32249500000006],["-0.13110888699999998e3","0.69321655000000021e2"],["-0.13109973100000002e3","0.69325821000000076e2"],["-0.13105084199999993e3","0.69354431000000091e2"],["-0.13102667199999996e3","0.69383865000000128e2"],["-0.13098999000000003e3","0.69449141999999938e2"],["-0.13099121099999996e3",69.50104500000009],[-130.9922029999999,"0.69504203999999959e2"],["-0.13099026500000002e3","0.69539429000000041e2"],["-0.13098083499999996e3","0.69543594000000041e2"],["-0.13096887200000003e3","0.69545821999999987e2"],[-130.952789,"0.69543320000000108e2"],["-0.13094638099999992e3","0.69539154000000053e2"],["-0.13094222999999994e3","0.69534148999999957e2"],["-0.13094055200000003e3",69.52915999999999],[-130.9244379999999,"0.69448593000000017e2"],["-0.13093971299999998e3","0.69421486000000016e2"],["-0.13094154400000002e3","0.69417816000000073e2"],["-0.13094555699999995e3","0.69414314000000047e2"],["-0.13095039399999996e3","0.69411324000000093e2"],["-0.13098580900000002e3","0.69383040999999935e2"],["-0.13102583299999998e3","0.69347878000000037e2"],["-0.13102984600000002e3","0.69344368000000088e2"],["-0.13103317300000003e3","0.69340377999999987e2"],["-0.13103199799999999e3","0.69337212000000022e2"],["-0.13103668200000004e3","0.69310532000000023e2"],["-0.13102780200000001e3","0.69306641000000127e2"],["-0.13101696800000002e3","0.69307480000000055e2"],["-0.13101419099999993e3","0.69313873000000058e2"],["-0.13101333599999998e3","0.69319442999999922e2"],[-131.010559,"0.69325546000000088e2"],["-0.13100500499999998e3","0.69332214000000022e2"],["-0.13099832200000003e3","0.69338043000000027e2"],["-0.13095693999999997e3","0.69371917999999994e2"],["-0.13093194599999998e3",69.38348400000001],["-0.13092710899999992e3","0.69386490000000038e2"],["-0.13091844200000003e3","0.69386818000000005e2"],["-0.13091177400000004e3","0.69384818999999993e2"],["-0.13090928599999995e3","0.69381980999999996e2"],["-0.13089611799999994e3","0.69380539000000056e2"],["-0.13089889500000004e3","0.69352768000000026e2"],["-0.13090249600000004e3","0.69340820000000122e2"],["-0.13090640300000001e3","0.69328872999999987e2"],["-0.13091427599999992e3","0.69318313999999987e2"],["-0.13093194599999998e3","0.69304977000000122e2"],["-0.13093972799999995e3","0.69299987999999985e2"],["-0.13096362299999987e3","0.69285262999999986e2"],["-0.13100057999999996e3","0.69256653000000142e2"],[-131.024719,"0.69209717000000126e2"],["-0.13101806599999992e3","0.69141936999999928e2"],["-0.13101419099999993e3","0.69136932000000058e2"],["-0.13099832200000003e3","0.69134720000000016e2"],[-130.9372249999999,"0.69134430000000009e2"],["-0.13092861899999997e3","0.69145264000000054e2"],["-0.13093112199999996e3","0.69222488000000055e2"],["-0.13093276999999995e3","0.69227767999999912e2"],["-0.13093917799999991e3","0.69232208000000128e2"],[-130.9513849999999,"0.69246368000000075e2"],[-130.950287,"0.69257766999999944e2"],["-0.13094723499999998e3","0.69264160000000118e2"],["-0.13094168100000002e3","0.69270538000000045e2"],["-0.13093499800000001e3","0.69276382000000069e2"],["-0.13082110599999993e3","0.69374695000000031e2"],["-0.13081304899999998e3","0.69379700000000128e2"],["-0.13077139299999999e3","0.69398880000000077e2"],["-0.13076055899999994e3","0.69402206000000092e2"],["-0.13073165899999998e3","0.69403320000000065e2"],["-0.13071472199999999e3","0.69402206000000092e2"],["-0.13070028699999995e3","0.69402771000000143e2"],[-130.689728,"0.69406096999999988e2"],["-0.13066027800000001e3",69.42942800000003],["-0.13065472399999993e3",69.43609600000002],["-0.13064529400000004e3","0.69454712000000029e2"],["-0.13065280200000001e3","0.69457763999999941e2"],[-130.667236,"0.69457214000000079e2"],["-0.13074777199999994e3","0.69449141999999938e2"],["-0.13071499599999993e3","0.69462203999999986e2"],["-0.13052502400000003e3","0.69543594000000041e2"],["-0.13050723300000004e3","0.69552474999999959e2"],["-0.13047860700000001e3","0.69574707000000046e2"],[-130.392517,"0.69645828000000108e2"],[-130.385559,"0.69651657000000114e2"],["-0.13036248799999998e3","0.69673874000000012e2"],["-0.13036608899999987e3","0.69686371000000008e2"],["-0.13028112799999991e3","0.69700271999999984e2"],["-0.13003308099999998e3","0.69731934000000081e2"],[-129.691956,"0.69784424000000115e2"],["-0.12967251599999992e3","0.69792480000000012e2"],["-0.12965307599999994e3","0.69800536999999963e2"],[-129.624146,"0.69812485000000038e2"],["-0.12960220300000003e3","0.69818877999999984e2"],["-0.12941332999999992e3","0.69838042999999971e2"],["-0.12931555199999997e3",69.84664900000007],["-0.12924276699999984e3","0.69849990999999989e2"],["-0.12917999299999997e3","0.69849152000000004e2"],["-0.12914862099999993e3","0.69849990999999989e2"],["-0.12909942599999994e3","0.69858871000000022e2"],["-0.12905889899999988e3","0.69873871000000008e2"],["-0.12904196199999996e3","0.69883606000000043e2"],["-0.12902722199999999e3","0.69895264000000111e2"],["-0.12901501499999995e3","0.69908325000000048e2"],["-0.12900058000000001e3","0.69933043999999995e2"],["-0.12898831199999995e3","0.69946091000000024e2"],["-0.12897360200000003e3",69.95748900000001],["-0.12896527100000003e3","0.69962494000000049e2"],["-0.12895526100000001e3","0.69966385000000116e2"],["-0.12894415300000003e3","0.69969437000000084e2"],["-0.12893194600000004e3","0.69971649000000127e2"],["-0.12890084799999994e3","0.69971924000000115e2"],["-0.12888723799999997e3","0.69968872000000033e2"],["-0.12886471599999999e3","0.69961655000000121e2"],["-0.12885610999999989e3","0.69957764000000054e2"],["-0.12885470599999996e3","0.69954711999999915e2"],["-0.12893444799999992e3","0.69844146999999964e2"],["-0.12894665499999991e3","0.69841934000000037e2"],["-0.12896417199999996e3","0.69843322999999998e2"],["-0.12903805499999999e3","0.69851929000000098e2"],["-0.12908248899999995e3","0.69850540000000137e2"],["-0.12910971099999989e3","0.69847763000000043e2"],[-129.134186,"0.69843322999999998e2"],["-0.12914529399999998e3","0.69840271000000087e2"],["-0.12915612799999997e3","0.69836928999999998e2"],[-129.163635,69.83137499999998],[-129.169464,"0.69824706999999989e2"],["-0.12916027799999995e3","0.69715819999999951e2"],["-0.12915390000000002e3","0.69700271999999984e2"],["-0.12914999399999994e3","0.69695526000000029e2"],["-0.12914138800000001e3","0.69691649999999981e2"],["-0.12913027999999991e3","0.69688034000000073e2"],["-0.12897747800000002e3","0.69674698000000149e2"],["-0.12896304299999997e3","0.69675262000000089e2"],["-0.12892501799999997e3",69.68081699999999],["-0.12878613300000001e3","0.69760818000000086e2"],["-0.12864001500000001e3",69.84304800000001],["-0.12854473899999999e3","0.69885268999999994e2"],["-0.12844195599999989e3","0.69921920999999998e2"],["-0.12832415800000001e3","0.69948318000000086e2"],["-0.12831054700000004e3","0.69958327999999995e2"],["-0.12830862400000001e3","0.70008041000000105e2"],["-0.12831222499999996e3","0.70012772000000041e2"],[-128.349152,70.03915400000011],["-0.12835638399999999e3","0.70048874000000012e2"],["-0.12836138900000003e3","0.70058868000000018e2"],["-0.12836972000000003e3","0.70095825000000048e2"],["-0.12836831699999988e3","0.70101654000000053e2"],["-0.12836193800000001e3","0.70108322000000044e2"],["-0.12835333299999996e3","0.70113037000000077e2"],["-0.12834304799999995e3","0.70116928000000144e2"],["-0.12831054700000004e3","0.70126923000000033e2"],["-0.12824414099999996e3","0.70146378000000027e2"],["-0.12810916099999997e3","0.70182204999999954e2"],["-0.12809414700000002e3","0.70182479999999998e2"],["-0.12805667099999994e3","0.70178039999999953e2"],["-0.12801055899999994e3","0.70178314000000114e2"],["-0.12799472000000003e3","0.70179428000000087e2"],["-0.12796833799999996e3","0.70182754999999986e2"],["-0.12784861799999999e3","0.70208878000000141e2"],["-0.12761501299999992e3","0.70228867000000093e2"],["-0.12758500699999996e3","0.70229431000000034e2"],["-0.12754998799999998e3",70.22665400000011],["-0.12751500699999985e3",70.22164900000007],["-0.12751750199999998e3","0.70225540000000137e2"],["-0.12755082700000003e3","0.70236374000000012e2"],[-127.578056,"0.70242751999999996e2"],["-0.12761305199999987e3","0.70247757000000036e2"],["-0.12771665999999999e3","0.70259720000000073e2"],["-0.12773166700000002e3","0.70261382999999967e2"],["-0.12779194599999994e3",70.25999500000006],["-0.12785833699999995e3","0.70263046000000088e2"],["-0.12787581599999987e3","0.70264435000000105e2"],["-0.12802835099999993e3",70.28637700000013],["-0.12803695700000003e3","0.70290543000000071e2"],["-0.12806664999999987e3","0.70307205000000067e2"],["-0.12807611099999991e3","0.70343597000000045e2"],["-0.12807843000000003e3","0.70346436000000097e2"],["-0.12807144199999988e3","0.70348267000000078e2"],[-128.0616149999999,"0.70347923000000037e2"],["-0.12805343599999998e3","0.70346092000000056e2"],["-0.12804661599999986e3","0.70343933000000106e2"],["-0.12802711499999998e3","0.70340766999999971e2"],["-0.12798889200000002e3","0.70345824999999991e2"],["-0.12797250399999996e3",70.34526100000005],["-0.12796000699999996e3","0.70347488000000112e2"],["-0.12794860799999998e3","0.70350540000000024e2"],["-0.12794082600000002e3","0.70356094000000041e2"],["-0.12790194699999995e3","0.70393326000000059e2"],["-0.12791555800000003e3","0.70396652000000074e2"],["-0.12793195300000002e3","0.70396942000000081e2"],["-0.12795417799999996e3",70.39387499999998],["-0.12797693600000002e3","0.70387772000000041e2"],[-127.987213,"0.70383880999999974e2"],["-0.12802166699999998e3","0.70374695000000031e2"],["-0.12806500199999994e3","0.70377312000000018e2"],["-0.12813833599999992e3",70.37598400000013],["-0.12815183999999994e3","0.70380310000000122e2"],["-0.12815933199999995e3","0.70385483000000022e2"],["-0.12819665499999996e3","0.70391937000000041e2"],["-0.12819888300000002e3",70.40248100000008],["-0.12819055200000003e3","0.70436646000000053e2"],["-0.12817749000000003e3","0.70460815000000139e2"],["-0.12816055299999999e3","0.70491364000000033e2"],["-0.12815249600000004e3","0.70503601000000003e2"],["-0.12813583399999993e3","0.70523041000000148e2"],[-128.006958,"0.70588593000000003e2"],["-0.12799665799999997e3","0.70590546000000131e2"],["-0.12797138999999999e3","0.70583878000000141e2"],["-0.12790360999999996e3","0.70562485000000038e2"],["-0.12783556399999998e3","0.70540817000000118e2"],["-0.12768028300000003e3","0.70486098999999967e2"],["-0.12751583900000003e3","0.70426086000000055e2"],["-0.12742859599999991e3","0.70393326000000059e2"],["-0.12727471899999995e3","0.70326096000000064e2"],["-0.12724889399999995e3","0.70314148000000046e2"],["-0.12718831599999999e3","0.70280548000000124e2"],[-127.173607,"0.70272217000000069e2"],[-127.125,"0.70237198000000149e2"],["-0.12707640100000003e3","0.70196365000000071e2"],["-0.12705499299999997e3","0.70178039999999953e2"],["-0.12703443899999996e3","0.70148880000000077e2"],["-0.12689334099999996e3","0.70008880999999974e2"],["-0.12687888299999997e3","0.70000548999999978e2"],["-0.12681276700000001e3","0.69910537999999974e2"],["-0.12681194299999993e3","0.69905258000000117e2"],["-0.12680526700000001e3","0.69895538000000045e2"],["-0.12674388099999999e3","0.69813873000000115e2"],["-0.12671472199999999e3","0.69775269000000094e2"],["-0.12670584099999996e3","0.69766098000000113e2"],["-0.12669999699999994e3",69.76138300000008],[-126.6808319999999,"0.69748031999999967e2"],["-0.12667250100000001e3","0.69743866000000082e2"],["-0.12662053699999996e3","0.69719986000000063e2"],["-0.12660166899999996e3","0.69712479000000144e2"],["-0.12645944199999997e3","0.69644149999999968e2"],["-0.12629055799999998e3","0.69558594000000028e2"],["-0.12626777599999997e3","0.69540817000000118e2"],["-0.12626722699999993e3","0.69535537999999974e2"],["-0.12625583599999999e3","0.69526657000000057e2"],["-0.12611221299999994e3","0.69469436999999971e2"],["-0.12608860800000002e3","0.69462493999999992e2"],[-126.0497279999999,69.45277400000009],["-0.12603666699999997e3","0.69449706999999989e2"],["-0.12598889199999996e3","0.69430542000000003e2"],["-0.12596806299999997e3","0.69423035000000084e2"],["-0.12595749699999999e3","0.69419434000000024e2"],["-0.12591055299999999e3","0.69405548000000067e2"],["-0.12588474300000001e3","0.69399155000000064e2"],["-0.12583972199999999e3","0.69389160000000004e2"],["-0.12555110200000001e3",69.33718900000008],["-0.12542639200000002e3","0.69312180000000126e2"],["-0.12541528299999987e3","0.69313019000000054e2"],["-0.12537249800000001e3",69.33580000000012],["-0.12536554699999999e3","0.69342468000000054e2"],["-0.12539083900000003e3","0.69370513999999957e2"],["-0.12540110800000002e3","0.69374130000000036e2"],["-0.12537748699999997e3","0.69396087999999963e2"],["-0.12521000699999996e3",69.381912],["-0.12516528299999999e3","0.69381638000000066e2"],["-0.12514167800000001e3",69.38638300000008],["-0.12513249200000001e3","0.69391098000000113e2"],["-0.12512554899999998e3","0.69397491000000059e2"],["-0.12511193800000001e3","0.69415817000000061e2"],["-0.12508944700000001e3","0.69449706999999989e2"],["-0.12511277799999999e3","0.69464157000000114e2"],["-0.12512304699999993e3","0.69468032999999991e2"],[-125.462784,"0.69452469000000065e2"],["-0.12553056300000003e3","0.69435242000000073e2"],[-125.609444,"0.69415253000000121e2"],["-0.12562249799999995e3","0.69418593999999985e2"],["-0.12561805700000002e3",69.42442299999999],["-0.12557805599999995e3","0.69471649000000014e2"],["-0.12548832700000003e3",69.50749200000007],["-0.12547721899999993e3","0.69510268999999994e2"],["-0.12546472199999988e3","0.69512207000000103e2"],[-125.449997,69.51249700000011],["-0.12530695300000002e3","0.69499984999999981e2"],["-0.12514723200000003e3","0.69485519000000124e2"],["-0.12513166799999993e3","0.69484694999999988e2"],["-0.12511805699999996e3","0.69485793999999942e2"],["-0.12512082700000002e3","0.69490798999999981e2"],["-0.12513137799999993e3",69.49441500000006],["-0.12518554699999987e3","0.69507202000000063e2"],["-0.12521640000000002e3","0.69513031000000069e2"],["-0.12525499699999995e3","0.69523026000000016e2"],[-125.265556,"0.69526917000000083e2"],["-0.12541000399999996e3","0.69628036000000066e2"],["-0.12541306299999997e3","0.69633041000000105e2"],["-0.12541361999999992e3","0.69638321000000133e2"],["-0.12541166699999991e3",69.64387499999998],["-0.12537805200000003e3","0.69678589000000045e2"],["-0.12536554699999999e3","0.69690262000000075e2"],["-0.12535527000000002e3","0.69694138000000123e2"],[-125.079453,"0.69742752000000053e2"],["-0.12506555200000003e3","0.69743591000000038e2"],["-0.12504972800000002e3","0.69743042000000116e2"],[-125.016953,"0.69740524000000107e2"],[-125,"0.69738190000000088e2"],["-0.12498581699999994e3","0.69734711000000004e2"],["-0.12497528099999994e3","0.69730820000000108e2"],["-0.12496749899999998e3","0.69726929000000041e2"],["-0.12493554699999999e3",69.678314],["-0.12492500299999995e3","0.69644714000000135e2"],["-0.12490638699999994e3",69.65387000000004],["-0.12488166799999999e3","0.69670532000000037e2"],["-0.12482195300000001e3","0.69714995999999985e2"],["-0.12482972699999999e3","0.69719147000000078e2"],["-0.12486165599999993e3","0.69735809000000074e2"],["-0.12488555899999994e3","0.69748031999999967e2"],["-0.12489750700000002e3","0.69750549000000035e2"],["-0.12501418299999995e3","0.69750534000000016e2"],["-0.12522805799999998e3","0.69759140000000116e2"],["-0.12524137899999999e3","0.69760254000000089e2"],["-0.12525890399999992e3","0.69784103000000016e2"],["-0.12527639799999997e3","0.69808243000000061e2"],[-125.225281,"0.69839676000000054e2"],["-0.12520638999999994e3","0.69849120999999968e2"],["-0.12519611399999997e3","0.69853026999999997e2"],["-0.12518443299999996e3","0.69855804000000091e2"],["-0.12516750300000001e3",69.85414099999997],["-0.12516194199999995e3","0.69849700999999982e2"],["-0.12515722700000003e3","0.69823563000000036e2"],["-0.12515666199999998e3","0.69818283000000122e2"],["-0.12517083700000001e3","0.69805496000000119e2"],[-125.170547,"0.69800216999999975e2"],[-125.165009,"0.69795502000000113e2"],["-0.12515055799999999e3","0.69793564000000003e2"],["-0.12505666399999996e3","0.69795242000000087e2"],["-0.12503222700000003e3","0.69817200000000071e2"],["-0.12500945300000001e3","0.69845520000000079e2"],["-0.12494748700000002e3","0.69910537999999974e2"],["-0.12494027699999987e3","0.69916930999999977e2"],["-0.12489334100000002e3","0.69940262000000018e2"],["-0.12476444999999995e3","0.69970824999999991e2"],["-0.12479527299999995e3","0.70008880999999974e2"],["-0.12482695000000001e3","0.70012496999999996e2"],["-0.12488694799999996e3","0.70011932000000002e2"],["-0.12499027999999998e3",70.00610400000005],[-125.025284,"0.69998000999999988e2"],["-0.12504695100000004e3","0.69989990000000091e2"],["-0.12508640299999996e3","0.69968535999999915e2"],["-0.12510722399999997e3","0.69953522000000078e2"],["-0.12510759699999994e3","0.69947975000000099e2"],["-0.12511138899999997e3","0.69941940000000102e2"],["-0.12512389400000001e3","0.69939956999999993e2"],["-0.12519082600000002e3","0.69932433999999944e2"],["-0.12520667299999991e3","0.69933228000000099e2"],["-0.12521721599999995e3","0.69936905000000081e2"],["-0.12521777299999997e3","0.69942337000000066e2"],["-0.12520221699999991e3","0.69998581000000058e2"],["-0.12519748700000002e3","0.70004501000000118e2"],["-0.12518831599999999e3","0.70009033000000102e2"],[-125.016953,"0.70076218000000097e2"],[-125,"0.70079987000000017e2"],["-0.12498972300000003e3",70.078598],["-0.12498166700000002e3","0.70074432000000115e2"],["-0.12497556299999991e3","0.70064697000000024e2"],["-0.12497528099999994e3","0.70059418000000051e2"],["-0.12498194899999999e3","0.70047760000000039e2"],["-0.12498665599999998e3","0.70041655999999989e2"],["-0.12499610899999999e3","0.70036925999999994e2"],["-0.12499768799999998e3","0.70036925999999994e2"],[-125,"0.70036925999999994e2"],["-0.12503999299999992e3","0.70029068000000109e2"],["-0.12504804999999999e3","0.70023041000000092e2"],["-0.12504527300000001e3","0.70017990000000111e2"],["-0.12503443900000002e3","0.70013931000000014e2"],["-0.12501999699999993e3","0.70011993000000075e2"],["-0.12490139799999997e3","0.70021378000000141e2"],["-0.12486332699999997e3","0.70027206000000092e2"],["-0.12485527000000002e3",70.03054800000001],["-0.12486972000000003e3","0.70032760999999994e2"],["-0.12493916299999995e3",70.02748100000008],["-0.12495500199999998e3","0.70028320000000065e2"],["-0.12495694699999996e3","0.70032211000000132e2"],["-0.12493916299999995e3","0.70042480000000126e2"],["-0.12492859599999997e3","0.70046097000000088e2"],["-0.12481416300000001e3","0.70061645999999996e2"],["-0.12471444700000001e3","0.70069153000000142e2"],["-0.12467527799999993e3","0.70071930000000066e2"],["-0.12464527900000002e3","0.70071930000000066e2"],["-0.12463474300000001e3","0.70068329000000006e2"],["-0.12463417099999992e3","0.70057754999999929e2"],["-0.12460333300000002e3","0.70019714000000135e2"],["-0.12459777799999995e3",70.01527400000009],["-0.12458473199999992e3","0.70011932000000002e2"],["-0.12456861899999996e3","0.70011108000000036e2"],["-0.12455583199999995e3","0.70013046000000145e2"],["-0.12445754999999997e3","0.70035706000000118e2"],["-0.12445172100000002e3","0.70038376000000028e2"],["-0.12444672400000002e3",70.0417020000001],[-124.423607,"0.70056366000000139e2"],["-0.12444138299999997e3","0.70076096000000121e2"],[-124.449432,70.08027600000014],[-124.506958,"0.70100266000000147e2"],["-0.12451999699999999e3","0.70103867000000037e2"],["-0.12454888899999997e3","0.70109984999999938e2"],["-0.12458556399999992e3","0.70115265000000022e2"],["-0.12459944199999995e3","0.70114151000000049e2"],["-0.12462053700000001e3","0.70106644000000074e2"],["-0.12463221699999997e3","0.70103867000000037e2"],["-0.12468138099999999e3","0.70094436999999971e2"],["-0.12471972699999998e3","0.70088593000000117e2"],[-124.735817,"0.70089432000000102e2"],["-0.12473889200000002e3","0.70094436999999971e2"],["-0.12475195299999996e3","0.70116378999999995e2"],["-0.12475250199999999e3","0.70121643000000006e2"],["-0.12474388099999999e3","0.70127197000000137e2"],[-124.734444,"0.70131927000000019e2"],["-0.12470472699999993e3",70.14498900000001],["-0.12469415299999997e3","0.70148605000000089e2"],["-0.12468028299999997e3","0.70149719000000061e2"],["-0.12443611099999998e3",70.15109300000006],["-0.12439138800000001e3","0.70134155000000135e2"],["-0.12435861199999988e3","0.70068603999999993e2"],["-0.12436945299999996e3","0.70034987999999998e2"],["-0.12437193300000001e3","0.70029434000000037e2"],["-0.12438394199999993e3","0.70017761000000007e2"],["-0.12441776999999996e3",69.98942599999998],["-0.12442610199999996e3","0.69983871000000079e2"],["-0.12445944199999991e3","0.69956375000000037e2"],["-0.12442971799999992e3","0.69849425999999937e2"],["-0.12444249000000002e3","0.69832763999999997e2"],["-0.12445722999999998e3","0.69819716999999969e2"],["-0.12447972099999998e3","0.69803589000000102e2"],["-0.12450167799999991e3","0.69784424000000115e2"],["-0.12450361599999997e3","0.69730820000000108e2"],[-124.5005569999999,"0.69725815000000068e2"],["-0.12449526999999995e3",69.72137500000008],[-124.487503,"0.69717209000000139e2"],["-0.12445916699999998e3","0.69710815000000082e2"],["-0.12436138900000003e3","0.69701096000000121e2"],["-0.12429499800000002e3","0.69695251000000042e2"],["-0.12428111299999995e3","0.69696091000000081e2"],["-0.12426862299999993e3",69.69802900000002],[-124.2433319999999,"0.69714705999999978e2"],["-0.12423388699999998e3","0.69719147000000078e2"],["-0.12421305799999993e3","0.69726654000000053e2"],["-0.12420140099999998e3",69.72943099999992],[-124.1875,69.73054500000012],["-0.12406973299999987e3","0.69723602000000085e2"],["-0.12404083300000002e3","0.69701385000000016e2"],["-0.12405526700000001e3","0.69670532000000037e2"],["-0.12421193699999998e3","0.69586380000000077e2"],["-0.12424054699999994e3","0.69550262000000032e2"],["-0.12424999999999994e3",69.54553199999998],["-0.12428028899999998e3","0.69533600000000035e2"],["-0.12433444199999997e3","0.69516936999999984e2"],["-0.12437777699999992e3","0.69496933000000013e2"],["-0.12439527899999996e3","0.69486923000000104e2"],["-0.12451888999999994e3","0.69404159999999933e2"],["-0.12451390099999998e3","0.69399428999999998e2"],["-0.12448000300000001e3","0.69378036000000066e2"],["-0.12447222899999991e3",69.37414600000011],["-0.12444666299999994e3","0.69367203000000131e2"],["-0.12432584399999996e3","0.69351929000000041e2"],["-0.12426363399999997e3","0.69348602000000085e2"],["-0.12421888699999994e3","0.69347762999999929e2"],["-0.12416194200000001e3","0.69349152000000117e2"],["-0.12412026999999995e3","0.69351379000000009e2"],["-0.12409528399999999e3","0.69354980000000069e2"],["-0.12401640299999997e3","0.69379150000000095e2"],[-123.962219,"0.69383040999999935e2"],["-0.12383138999999994e3",69.38888500000013],["-0.12381696299999999e3",69.38888500000013],["-0.12373055999999997e3","0.69377472000000125e2"],[-123.702789,"0.69371094000000028e2"],["-0.12369776899999988e3","0.69366378999999995e2"],["-0.12369748699999997e3","0.69361099000000081e2"],["-0.12369248999999996e3","0.69356644000000074e2"],["-0.12367999299999991e3","0.69353317000000118e2"],["-0.12366639700000002e3","0.69354156000000103e2"],[-123.502792,"0.69377197000000137e2"],["-0.12347778299999993e3","0.69381088000000034e2"],["-0.12346611000000001e3","0.69383881000000031e2"],["-0.12341915899999998e3","0.69404434000000037e2"],["-0.12340750100000002e3","0.69416092000000106e2"],["-0.12343276999999995e3","0.69423035000000084e2"],["-0.12344027699999998e3","0.69427200000000084e2"],["-0.12345084399999996e3","0.69446930000000066e2"],["-0.12345084399999996e3","0.69452209000000039e2"],["-0.12344833399999993e3","0.69457763999999941e2"],["-0.12344332900000001e3","0.69463882000000069e2"],["-0.12343611099999998e3","0.69470261000000107e2"],["-0.12342859599999991e3","0.69476379000000065e2"],["-0.12339998599999996e3","0.69490265000000079e2"],["-0.12336527999999998e3",69.49832200000003],["-0.12333999599999999e3","0.69502213000000097e2"],["-0.12330110200000001e3","0.69506653000000085e2"],["-0.12327306399999998e3","0.69507767000000115e2"],["-0.12326139799999999e3","0.69504990000000021e2"],["-0.12326287799999994e3","0.69500267000000008e2"],["-0.12325723299999999e3","0.69496094000000085e2"],["-0.12319275699999997e3",69.490814],["-0.12317999299999991e3","0.69492477000000122e2"],[-123.16861,69.4952550000001],["-0.12316332999999992e3","0.69501389000000131e2"],["-0.12313166799999999e3","0.69559708000000001e2"],["-0.12312666300000001e3","0.69571105999999986e2"],["-0.12309638999999999e3","0.69670532000000037e2"],["-0.12309612299999998e3","0.69686371000000008e2"],["-0.12310637700000001e3","0.69743042000000116e2"],["-0.12310888699999998e3","0.69747756999999922e2"],["-0.12311665299999993e3",69.75221300000004],["-0.12310527000000002e3",69.77915999999999],["-0.12301583900000003e3","0.69818329000000062e2"],["-0.12297083999999995e3","0.69830826000000002e2"],["-0.12295916699999992e3","0.69833603000000096e2"],["-0.12294332900000001e3","0.69832763999999997e2"],["-0.12290499899999998e3","0.69822220000000129e2"],[-122.876938,"0.69810257000000092e2"],["-0.12285388199999994e3","0.69803040000000124e2"],["-0.12282584400000002e3","0.69796371000000079e2"],["-0.12280803699999996e3","0.69793593999999985e2"],["-0.12279332699999992e3","0.69793593999999985e2"],[-122.779449,"0.69794707999999957e2"],["-0.12276666299999999e3","0.69796371000000079e2"],[-122.754997,"0.69799149000000057e2"],["-0.12274610899999999e3",69.80442800000003],["-0.12266443599999997e3","0.69818054000000018e2"],["-0.12261554699999999e3","0.69812195000000031e2"],["-0.12258833300000003e3","0.69807479999999998e2"],["-0.12247778299999999e3","0.69802765000000136e2"],["-0.12245805399999995e3","0.69802475000000129e2"],["-0.12224333200000001e3","0.69802200000000084e2"],["-0.12212777699999992e3","0.69802475000000129e2"],["-0.12206220999999999e3","0.69813309000000004e2"],["-0.12204415899999998e3","0.69813599000000011e2"],["-0.12189639299999999e3","0.69805542000000059e2"],["-0.12171916199999993e3",69.79582199999993],["-0.12168388400000003e3","0.69793593999999985e2"],["-0.12144304699999998e3","0.69765549000000021e2"],["-0.12141639700000002e3","0.69760818000000086e2"],["-0.12138054699999992e3",69.75221300000004],["-0.12133332799999994e3","0.69740814000000114e2"],["-0.12128611799999999e3","0.69729156000000103e2"],["-0.12118305999999995e3","0.69702484000000027e2"],[-121.12027,69.6827550000001],["-0.12108667000000003e3","0.69673598999999967e2"],["-0.12103555299999999e3","0.69663315000000125e2"],["-0.12100890400000003e3","0.69658325000000104e2"],["-0.12093415800000002e3","0.69648604999999975e2"],["-0.12088110399999994e3","0.69638885000000073e2"],["-0.12082556199999999e3",69.62359600000002],["-0.12079638699999992e3","0.69613036999999963e2"],[-120.760559,"0.69598328000000095e2"],["-0.12073999000000003e3","0.69585266000000104e2"],["-0.12073528299999992e3","0.69580276000000026e2"],["-0.12072860700000001e3","0.69575821000000019e2"],["-0.12070111099999997e3","0.69558594000000028e2"],["-0.12067859599999991e3","0.69546097000000032e2"],["-0.12061609599999997e3","0.69520264000000054e2"],["-0.12039334100000002e3","0.69439697000000081e2"],["-0.12027528399999994e3","0.69404159999999933e2"],["-0.12023166700000002e3","0.69391662999999937e2"],["-0.11998222399999986e3","0.69344711000000018e2"],["-0.11993499800000001e3","0.69339705999999978e2"],["-0.11991776999999996e3","0.69338318000000072e2"],["-0.11963527699999997e3","0.69315810999999997e2"],["-0.11946140300000002e3",69.303314],["-0.11933500700000002e3","0.69301926000000094e2"],["-0.11931582599999996e3","0.69301086000000055e2"],["-0.11923000300000001e3","0.69294434000000138e2"],["-0.11894082600000002e3","0.69259430000000066e2"],["-0.11885555999999997e3","0.69252487000000087e2"],["-0.11884056099999992e3","0.69250548999999978e2"],["-0.11879998799999993e3","0.69243317000000047e2"],["-0.11869360399999999e3","0.69223602000000028e2"],["-0.11865527299999997e3","0.69215820000000065e2"],["-0.11864472999999998e3","0.69212494000000049e2"],["-0.11863639799999993e3",69.20887799999997],["-0.11858168000000001e3","0.69180267000000072e2"],["-0.11855248999999998e3","0.69163605000000075e2"],["-0.11853999299999998e3","0.69154984000000127e2"],[-118.502228,"0.69134720000000016e2"],["-0.11848554999999999e3",69.12692300000009],["-0.11845777900000002e3","0.69117477000000122e2"],[-118.432503,"0.69112198000000092e2"],["-0.11818611099999998e3","0.69063873000000115e2"],["-0.11808167999999995e3","0.69031371999999976e2"],["-0.11803555299999999e3","0.69019714000000135e2"],[-118.010559,"0.69014434999999992e2"],["-0.11787053700000001e3","0.68985535000000141e2"],["-0.11783693700000003e3","0.68982483000000002e2"],["-0.11774221799999998e3","0.68978043000000014e2"],["-0.11763390400000003e3","0.68973602000000085e2"],["-0.11759612300000003e3","0.68971649000000127e2"],[-117.5625,"0.68968597000000045e2"],["-0.11741583299999996e3",68.953598],["-0.11726917300000002e3","0.68915268000000026e2"],["-0.11719110099999995e3","0.68893874999999923e2"],["-0.11715387699999997e3","0.68885544000000039e2"],["-0.11713667299999997e3","0.68885544000000039e2"],[-116.978882,"0.68899993999999992e2"],["-0.11696639999999996e3","0.68902206000000035e2"],["-0.11696056399999992e3","0.68907211000000075e2"],["-0.11693907899999994e3","0.68911003000000107e2"],["-0.11688667299999992e3",68.90887500000008],["-0.11674445299999996e3","0.68880538999999999e2"],[-116.515289,"0.68858032000000094e2"],["-0.11650029000000001e3","0.68857208000000128e2"],["-0.11643611099999998e3","0.68858597000000088e2"],["-0.11642054699999994e3","0.68859146000000067e2"],["-0.11641111799999999e3","0.68862761999999918e2"],["-0.11640666199999998e3","0.68868590999999924e2"],["-0.11640943899999996e3","0.68879974000000118e2"],["-0.11639862099999999e3","0.68882751000000042e2"],["-0.11638137799999998e3","0.68882477000000108e2"],["-0.11636472300000003e3","0.68880813999999987e2"],["-0.11634028599999994e3","0.68875259000000085e2"],["-0.11628555299999999e3","0.68859711000000118e2"],["-0.11622721899999993e3","0.68839157000000114e2"],["-0.11622138999999999e3","0.68834427000000119e2"],["-0.11621362299999998e3","0.68830551000000014e2"],["-0.11612304699999993e3","0.68818329000000062e2"],["-0.11610637700000001e3","0.68816666000000112e2"],["-0.11599388099999999e3","0.68806641000000013e2"],["-0.11596000699999996e3","0.68804703000000075e2"],["-0.11594915800000001e3","0.68807479999999998e2"],["-0.11594138299999997e3","0.68811920000000043e2"],["-0.11594471699999997e3","0.68816940000000045e2"],["-0.11595249899999993e3","0.68820831000000112e2"],["-0.11612193299999996e3","0.68872481999999991e2"],["-0.11631639099999995e3",68.94747899999993],["-0.11632417299999992e3","0.68951660000000004e2"],["-0.11633000199999992e3","0.68956100000000049e2"],[-116.325287,"0.68961929000000055e2"],["-0.11631610099999995e3","0.68965546000000018e2"],["-0.11630526699999996e3","0.68968597000000045e2"],["-0.11626139799999987e3","0.68979980000000069e2"],[-116.239441,"0.68985535000000141e2"],["-0.11620500199999987e3","0.68984985000000108e2"],["-0.11619027699999998e3","0.68982758000000047e2"],[-116.068893,"0.68960541000000148e2"],["-0.11600750700000003e3","0.68946365000000128e2"],["-0.11596833799999996e3","0.68938582999999994e2"],["-0.11588417099999998e3","0.68924698000000092e2"],["-0.11586749299999991e3","0.68922759999999982e2"],["-0.11577806099999987e3","0.68936371000000122e2"],["-0.11576695299999994e3","0.68939148000000046e2"],["-0.11577500900000001e3","0.68943039000000113e2"],["-0.11580943299999996e3","0.68952208999999982e2"],["-0.11583332799999999e3","0.68992477000000008e2"],["-0.11559306300000003e3","0.68971649000000127e2"],["-0.11544638099999992e3","0.68937759000000028e2"],["-0.11506471299999993e3","0.68867476999999951e2"],["-0.11505055199999993e3","0.68868866000000139e2"],["-0.11503500400000001e3","0.68869140999999956e2"],["-0.11501640299999997e3","0.68868042000000003e2"],["-0.11498999000000003e3","0.68862761999999918e2"],["-0.11497805800000003e3","0.68859146000000067e2"],["-0.11482167099999998e3","0.68809707999999944e2"],["-0.11479194599999994e3","0.68799423000000047e2"],["-0.11477916699999992e3",68.77915999999999],["-0.11477055399999995e3","0.68769440000000088e2"],["-0.11474916100000002e3","0.68751389000000074e2"],[-114.729446,"0.68744431000000134e2"],["-0.11471528599999999e3","0.68742203000000131e2"],["-0.11469666299999994e3",68.740814],["-0.11466555799999998e3","0.68741653000000099e2"],["-0.11457833899999997e3","0.68728043000000071e2"],["-0.11454250300000001e3","0.68719436999999971e2"],["-0.11444833399999999e3","0.68689697000000024e2"],["-0.11444055200000003e3","0.68685805999999957e2"],["-0.11446028100000001e3","0.68670532000000094e2"],["-0.11446528599999999e3","0.68664428999999927e2"],["-0.11446221899999995e3","0.68659424000000058e2"],["-0.11445667300000002e3","0.68654709000000025e2"],["-0.11440471600000001e3","0.68614990000000148e2"],["-0.11439499699999993e3","0.68611374000000069e2"],["-0.11430444299999988e3","0.68586929000000055e2"],["-0.11423361199999994e3","0.68569443000000092e2"],["-0.11412165799999997e3","0.68517487000000017e2"],["-0.11410665899999992e3","0.68509430000000066e2"],["-0.11408889799999997e3","0.68496368000000018e2"],["-0.11407055699999995e3","0.68477478000000076e2"],[-114.064438,"0.68467209000000025e2"],["-0.11406054699999993e3","0.68456650000000025e2"],["-0.11401112399999994e3","0.68250275000000045e2"],["-0.11401390100000003e3","0.68244979999999998e2"],["-0.11402333099999998e3",68.24136400000009],["-0.11403582799999998e3",68.23942599999998],["-0.11428806299999997e3","0.68228866999999923e2"],["-0.11432000700000003e3","0.68229156000000046e2"],["-0.11433805799999993e3","0.68230545000000063e2"],["-0.11435166900000002e3","0.68233597000000145e2"],["-0.11437053700000001e3","0.68240540000000124e2"],["-0.11437805199999997e3",68.24443100000002],["-0.11438305700000001e3","0.68248871000000065e2"],[-114.390556,"0.68253052000000139e2"],["-0.11441166699999997e3","0.68259430000000066e2"],["-0.11442555199999998e3","0.68261932000000002e2"],["-0.11444167299999987e3","0.68263610999999969e2"],["-0.11447361799999987e3",68.26388500000013],["-0.11470249899999999e3","0.68250275000000045e2"],["-0.11475527999999997e3","0.68189697000000137e2"],["-0.11476471699999996e3","0.68186096000000077e2"],[-114.861107,"0.68153594999999996e2"],["-0.11487193300000001e3","0.68151093000000117e2"],["-0.11489639299999999e3","0.68146942000000024e2"],["-0.11492971799999992e3",68.14776599999999],["-0.11497749299999992e3","0.68153319999999951e2"],["-0.11500750700000003e3","0.68157211000000018e2"],[-115.076683,"0.68168869000000086e2"],["-0.11517054699999994e3","0.68180542000000116e2"],["-0.11522501399999993e3","0.68184142999999949e2"],["-0.11523721299999988e3",68.18220500000001],["-0.11524194299999999e3","0.68176376000000005e2"],["-0.11524388099999993e3","0.68041367000000093e2"],["-0.11524054699999994e3","0.68036377000000073e2"],["-0.11523528299999998e3",68.03166200000004],[-115.220551,"0.68023880000000077e2"],[-115.204453,"0.68021927000000119e2"],["-0.11517138699999998e3","0.68021102999999982e2"],["-0.11515638699999994e3","0.68021652000000131e2"],["-0.11512526699999995e3","0.68020263999999997e2"],["-0.11511389200000002e3","0.68017487000000131e2"],["-0.11511054999999999e3","0.68012207000000046e2"],["-0.11511665299999999e3","0.68007217000000026e2"],["-0.11512581599999999e3","0.68003601000000117e2"],["-0.11520472699999993e3","0.67978043000000014e2"],[-115.216949,"0.67976089000000002e2"],["-0.11534221599999995e3","0.67958037999999988e2"],["-0.11550334199999986e3","0.67934418000000051e2"],["-0.11552749599999999e3","0.67930267000000129e2"],["-0.11553639199999998e3","0.67926651000000049e2"],[-115.5425029999999,67.92164600000001],["-0.11553694200000001e3","0.67905257999999947e2"],["-0.11553388999999993e3","0.67899993999999992e2"],["-0.11552834299999995e3","0.67895538000000045e2"],[-115.521118,"0.67891663000000108e2"],["-0.11550723299999993e3","0.67889435000000105e2"],[-115.281387,"0.67866379000000109e2"],["-0.11527610800000002e3","0.67861649000000057e2"],["-0.11520028699999995e3","0.67821930000000123e2"],["-0.11519082599999996e3","0.67818329000000062e2"],["-0.11511361699999998e3","0.67798599000000081e2"],[-115.1036069999999,"0.67796646000000123e2"],["-0.11502887699999985e3","0.67786652000000117e2"],["-0.11501251200000002e3",67.78637700000013],["-0.11499916099999996e3","0.67787491000000102e2"],["-0.11493611099999998e3",67.79553199999998],["-0.11488667299999997e3","0.67802764999999965e2"],["-0.11484916699999991e3","0.67807755000000043e2"],["-0.11480999800000001e3","0.67812195000000031e2"],["-0.11478307299999989e3","0.67814423000000033e2"],["-0.11475334199999992e3","0.67814986999999974e2"],["-0.11473693799999995e3","0.67814697000000137e2"],[-114.718887,"0.67813309000000061e2"],["-0.11470749699999999e3","0.67810531999999967e2"],[-114.6866609999999,"0.67804153000000099e2"],["-0.11467722299999997e3","0.67800812000000064e2"],["-0.11465527299999997e3","0.67788879000000009e2"],["-0.11464499699999999e3","0.67779709000000139e2"],[-114.637787,"0.67775543000000027e2"],["-0.11429778299999992e3","0.67718597000000102e2"],["-0.11428362300000003e3","0.67717484000000013e2"],["-0.11427139299999999e3","0.67719436999999971e2"],["-0.11425029000000001e3","0.67724700999999982e2"],["-0.11424109599999991e3","0.67728317000000004e2"],["-0.11422000099999997e3","0.67733871000000022e2"],["-0.11419583099999994e3","0.67737762000000089e2"],[-114.1808319999999,"0.67738037000000077e2"],["-0.11414835399999993e3","0.67736923000000104e2"],["-0.11411472300000003e3","0.67733871000000022e2"],["-0.11399694799999992e3","0.67723038000000031e2"],["-0.11398332199999999e3","0.67720535000000041e2"],["-0.11394943199999994e3","0.67711655000000007e2"],["-0.11389250199999992e3","0.67696930000000066e2"],["-0.11384584000000001e3","0.67691359999999975e2"],["-0.11376862299999999e3","0.67691086000000041e2"],["-0.11370889299999999e3","0.67691925000000026e2"],["-0.11355082699999997e3","0.67698029000000076e2"],["-0.11325583599999999e3","0.67704436999999984e2"],["-0.11324082899999996e3","0.67704436999999984e2"],["-0.11320694700000001e3","0.67702484000000084e2"],["-0.11317804699999988e3","0.67698029000000076e2"],["-0.11315556300000003e3","0.67692200000000014e2"],["-0.11311916399999996e3","0.67678040000000124e2"],["-0.11310777300000001e3","0.67674988000000042e2"],["-0.11306777999999997e3","0.67667480000000012e2"],["-0.11304998799999993e3","0.67666092000000106e2"],[-112.965012,"0.67669708000000128e2"],["-0.11273972300000003e3","0.67669434000000024e2"],[-112.3958439999999,"0.67679153000000042e2"],[-112.370003,67.68193100000002],[-112.348343,"0.67687194999999974e2"],["-0.11234056099999998e3","0.67691359999999975e2"],["-0.11233361799999989e3","0.67696365000000014e2"],["-0.11218331899999993e3","0.67727768000000083e2"],[-111.912781,"0.67754166000000055e2"],["-0.11188305700000001e3","0.67754439999999988e2"],["-0.11179972799999996e3",67.75082400000008],["-0.11166000399999996e3","0.67733322000000044e2"],["-0.11157277699999992e3","0.67744431000000134e2"],["-0.11145861799999989e3","0.67763046000000088e2"],["-0.11137082699999991e3","0.67781097000000045e2"],["-0.11132250999999991e3","0.67806931000000077e2"],["-0.11131276699999995e3","0.67810531999999967e2"],["-0.11129083299999996e3","0.67815536000000066e2"],[-111.200287,"0.67834152000000131e2"],["-0.11117582699999991e3","0.67837494000000049e2"],["-0.11115943900000002e3","0.67836655000000064e2"],["-0.11114835399999998e3","0.67833602999999982e2"],["-0.11114388999999994e3",67.82887299999993],[-111.146118,"0.67822769000000108e2"],["-0.11112082700000002e3","0.67780823000000112e2"],["-0.11103443899999996e3","0.67764160000000061e2"],["-0.11101834100000002e3","0.67763321000000076e2"],["-0.11100583599999999e3","0.67764998999999989e2"],["-0.11084056099999998e3","0.67800262000000032e2"],["-0.11083222999999998e3","0.67804428000000087e2"],["-0.11080972300000002e3","0.67818604000000107e2"],["-0.11078859699999998e3","0.67833602999999982e2"],["-0.11078278399999994e3","0.67839431999999988e2"],["-0.11075890400000003e3","0.67852767999999969e2"],["-0.11074221799999992e3","0.67861099000000024e2"],["-0.11073249800000002e3",67.86442599999998],["-0.11041443600000002e3","0.67947754000000145e2"],["-0.11033999599999999e3","0.67965546000000018e2"],[-110.1991579999999,"0.67972214000000008e2"],["-0.11017999299999991e3","0.67994431000000077e2"],[-110.1725009999999,"0.67999420000000043e2"],[-110.162781,68.00277699999998],["-0.11015167200000002e3","0.68005264000000068e2"],["-0.11013054699999998e3","0.68008040999999992e2"],["-0.11011694299999994e3","0.68008881000000031e2"],["-0.11008389299999999e3","0.68006943000000092e2"],["-0.11007084699999996e3","0.68004165999999998e2"],["-0.11004888900000003e3","0.67997756999999922e2"],["-0.11000110599999999e3","0.67979705999999965e2"],[-109.979446,"0.67967483999999956e2"],["-0.10997083999999995e3","0.67958037999999988e2"],["-0.10996888699999994e3","0.67953049000000021e2"],["-0.10996749899999992e3","0.67941360000000145e2"],["-0.10997028399999999e3","0.67929703000000018e2"],["-0.10997749299999987e3","0.67911377000000016e2"],["-0.10999166899999994e3","0.67891373000000044e2"],["-0.11000110599999999e3","0.67872482000000048e2"],["-0.11000361599999991e3","0.67866379000000109e2"],["-0.11000361599999991e3","0.67860535000000084e2"],["-0.10999749799999995e3","0.67850815000000011e2"],["-0.10998889200000002e3","0.67841370000000097e2"],["-0.10998249800000002e3","0.67837204000000042e2"],["-0.10997389199999998e3","0.67833602999999982e2"],["-0.10996305799999993e3","0.67830276000000026e2"],[-109.948036,"0.67830276000000026e2"],["-0.10993554699999999e3","0.67831940000000031e2"],["-0.10992582699999997e3","0.67835266000000104e2"],["-0.10991722099999998e3",67.839157],["-0.10991251399999999e3","0.67845824999999934e2"],[-109.912216,67.85165399999994],["-0.10991639700000002e3","0.67856093999999985e2"],["-0.10994888300000002e3","0.67877197000000081e2"],["-0.10995305599999995e3","0.67881927000000076e2"],["-0.10994193999999993e3","0.67884430000000066e2"],["-0.10989028899999994e3","0.67879974000000004e2"],["-0.10986193799999995e3","0.67874985000000038e2"],[-109.823059,"0.67866089000000102e2"],["-0.10981416299999995e3","0.67862198000000035e2"],[-109.80777,"0.67858032000000094e2"],["-0.10976722699999993e3","0.67827773999999977e2"],["-0.10973082699999998e3","0.67791931000000091e2"],["-0.10972917200000001e3","0.67767761000000121e2"],["-0.10973581699999994e3",67.74275200000011],["-0.10974553700000001e3","0.67739426000000094e2"],["-0.10975167799999991e3","0.67733597000000088e2"],["-0.10974973299999994e3","0.67728592000000049e2"],[-109.7369379999999,"0.67720261000000107e2"],["-0.10972609699999998e3","0.67716933999999981e2"],["-0.10955222300000003e3","0.67687759000000142e2"],["-0.10953472899999991e3","0.67685806000000014e2"],["-0.10952250700000002e3","0.67687484999999981e2"],["-0.10951139799999999e3","0.67689697000000081e2"],["-0.10950279199999994e3","0.67693862999999965e2"],["-0.10948805199999993e3","0.67703873000000044e2"],["-0.10937026999999995e3","0.67729155999999989e2"],["-0.10925361599999997e3","0.67731934000000138e2"],["-0.10921028100000001e3","0.67732208000000071e2"],["-0.10915915699999999e3","0.67727478000000019e2"],["-0.10906582600000002e3","0.67714157000000114e2"],["-0.10905972300000002e3","0.67709991000000002e2"],["-0.10901471699999996e3","0.67676651000000106e2"],["-0.10900279199999994e3","0.67662491000000045e2"],["-0.10891915899999992e3","0.67535812000000135e2"],[-108.921944,"0.67529709000000025e2"],["-0.10895388800000001e3","0.67511932000000115e2"],["-0.10896362299999998e3",67.5086060000001],["-0.10899665800000002e3","0.67501389000000017e2"],["-0.10900119000000001e3",67.5],["-0.10900666799999993e3","0.67498322000000087e2"],["-0.10901528899999994e3","0.67494141000000013e2"],["-0.10902139299999999e3","0.67488311999999951e2"],["-0.10902528399999994e3","0.67483322000000101e2"],["-0.10901806599999998e3","0.67462494000000049e2"],[-109.002228,"0.67443587999999977e2"],["-0.10898554999999993e3","0.67436096000000077e2"],["-0.10884999099999993e3","0.67388596000000064e2"],["-0.10883112299999993e3","0.67353591999999992e2"],["-0.10882501200000002e3","0.67349426000000108e2"],["-0.10881276700000001e3","0.67348876999999959e2"],["-0.10880416899999994e3","0.67352768000000026e2"],["-0.10879666099999986e3","0.67357758000000103e2"],["-0.10879055799999998e3","0.67363602000000128e2"],["-0.10876611299999996e3","0.67396378000000027e2"],["-0.10875834700000001e3","0.67409149000000127e2"],["-0.10875583599999999e3","0.67415267999999969e2"],["-0.10874445299999996e3","0.67445525999999973e2"],["-0.10874109599999997e3","0.67457214000000135e2"],["-0.10873638900000003e3","0.67481093999999985e2"],[-108.735817,"0.67486649000000057e2"],[-108.734734,"0.67547759999999982e2"],[-108.735817,"0.67558594000000028e2"],["-0.10873777799999993e3","0.67563873000000058e2"],["-0.10873889200000002e3","0.67574707000000103e2"],["-0.10873916599999995e3","0.67596938999999963e2"],["-0.10873638900000003e3","0.67603043000000014e2"],["-0.10873000299999995e3","0.67608597000000032e2"],["-0.10871472199999999e3",67.61914100000007],["-0.10870612299999988e3","0.67623306000000071e2"],["-0.10869611399999997e3","0.67626373000000001e2"],["-0.10867027299999995e3","0.67628586000000098e2"],["-0.10865527299999991e3",67.62831100000011],["-0.10862053700000001e3","0.67624695000000031e2"],[-108.6100009999999,"0.67621093999999971e2"],["-0.10858500700000002e3","0.67609985000000108e2"],["-0.10857888799999989e3","0.67605545000000063e2"],[-108.516953,"0.67497482000000048e2"],["-0.10851139799999999e3","0.67487487999999985e2"],[-108.510559,67.47665400000011],["-0.10851334399999996e3","0.67470535000000098e2"],["-0.10852333099999993e3",67.45748900000001],["-0.10852390300000002e3","0.67451659999999947e2"],["-0.10852278100000001e3",67.44081100000011],["-0.10849804699999993e3","0.67363037000000077e2"],["-0.10849027999999998e3","0.67353591999999992e2"],["-0.10848416099999997e3","0.67349426000000108e2"],["-0.10847138999999993e3","0.67346649000000014e2"],[-108.458054,"0.67347214000000065e2"],["-0.10843720999999994e3","0.67352768000000026e2"],["-0.10842971799999998e3","0.67357483000000059e2"],["-0.10842471299999994e3","0.67364151000000049e2"],[-108.421944,67.3702550000001],["-0.10842944299999999e3","0.67379700000000128e2"],["-0.10843554699999999e3","0.67383881000000031e2"],[-108.439438,"0.67388596000000064e2"],["-0.10844275699999997e3","0.67399155000000121e2"],["-0.10843998699999992e3","0.67427475000000129e2"],["-0.10843472300000002e3","0.67431656000000032e2"],["-0.10839388999999994e3","0.67443587999999977e2"],["-0.10838166799999999e3","0.67445251000000098e2"],["-0.10836694299999994e3","0.67444976999999994e2"],["-0.10834361299999989e3","0.67438582999999937e2"],["-0.10833556399999998e3","0.67434982000000105e2"],["-0.10832112100000001e3","0.67426926000000037e2"],["-0.10830750299999988e3","0.67413040000000024e2"],[-108.301941,"0.67403320000000122e2"],["-0.10830027799999999e3","0.67398041000000148e2"],["-0.10829666099999997e3","0.67393326000000116e2"],["-0.10828832999999997e3","0.67389435000000049e2"],["-0.10813417099999992e3","0.67329163000000051e2"],["-0.10806360599999988e3","0.67305251999999996e2"],["-0.10802583300000003e3","0.67296371000000022e2"],[-108.015289,"0.67293045000000006e2"],["-0.10798554999999999e3","0.67271927000000119e2"],["-0.10794471699999997e3","0.67236374000000069e2"],["-0.10794082600000002e3","0.67231659000000036e2"],[-107.875,"0.67140823000000012e2"],["-0.10787526700000001e3","0.67052765000000136e2"],["-0.10788054699999998e3",67.04832499999992],["-0.10789362299999999e3","0.67047760000000096e2"],["-0.10790499899999998e3","0.67049713000000054e2"],["-0.10795028699999995e3","0.67062195000000031e2"],["-0.10800834699999996e3","0.67077484000000084e2"],["-0.10802084399999995e3","0.67080551000000014e2"],["-0.10803666699999991e3","0.67081664999999987e2"],["-0.10814862099999993e3","0.67076660000000118e2"],["-0.10815722700000003e3","0.67072769000000051e2"],["-0.10818916300000001e3","0.67054977000000008e2"],["-0.10819304699999986e3","0.67049713000000054e2"],[-108.192207,"0.67038878999999952e2"],["-0.10819082600000002e3","0.67033599999999979e2"],["-0.10819138299999992e3","0.67028046000000018e2"],["-0.10819526699999994e3","0.67022766000000104e2"],["-0.10820388799999995e3","0.67018875000000037e2"],["-0.10821611000000001e3","0.67017211999999915e2"],["-0.10823277300000001e3","0.67019150000000081e2"],[-108.24527,"0.67022217000000012e2"],["-0.10845028699999995e3","0.67083328000000108e2"],["-0.10846056399999992e3","0.67086928999999998e2"],[-108.495003,"0.67102203000000088e2"],["-0.10851722699999999e3","0.67113876000000062e2"],[-108.541382,"0.67130813999999987e2"],["-0.10855555700000002e3","0.67138885000000073e2"],["-0.10858029199999999e3",67.15026899999998],["-0.10859056099999998e3","0.67153594999999996e2"],[-108.6063769999999,"0.67154708999999968e2"],["-0.10861971999999997e3",67.15387000000004],[-108.622772,"0.67149993999999936e2"],["-0.10853028899999993e3","0.67042480000000012e2"],["-0.10852416999999997e3","0.67038315000000011e2"],["-0.10851611300000002e3","0.67034423999999944e2"],["-0.10850140399999998e3","0.67032211000000018e2"],[-108.491669,67.0352630000001],["-0.10848554999999988e3","0.67041092000000106e2"],["-0.10848500100000001e3","0.67046646000000123e2"],["-0.10848665599999998e3",67.05192599999998],["-0.10849054699999988e3","0.67056641000000013e2"],["-0.10848944099999994e3","0.67067764000000011e2"],["-0.10848194899999999e3","0.67072769000000051e2"],[-108.468887,"0.67073318000000029e2"],["-0.10845612299999999e3","0.67070541000000105e2"],["-0.10844193999999999e3","0.67062485000000038e2"],["-0.10839222699999993e3","0.67028869999999984e2"],["-0.10835637700000001e3","0.67003326000000129e2"],["-0.10834665699999994e3","0.66994431000000077e2"],["-0.10833056599999998e3","0.66986923000000104e2"],["-0.10831806899999998e3","0.66983871000000136e2"],["-0.10828971899999993e3","0.66979980000000069e2"],["-0.10825862099999995e3","0.66977768000000026e2"],["-0.10822860700000001e3","0.66976654000000053e2"],["-0.10819695300000001e3","0.66972214000000008e2"],["-0.10816639700000002e3","0.66962204000000099e2"],["-0.10814998600000001e3","0.66954436999999984e2"],["-0.10811472299999997e3","0.66928864000000033e2"],["-0.10798528299999998e3","0.66828598000000113e2"],["-0.10794138299999997e3","0.66788315000000068e2"],["-0.10793831599999999e3","0.66778046000000074e2"],["-0.10793971299999993e3","0.66766663000000051e2"],["-0.10794193999999999e3","0.66749709999999936e2"],["-0.10794471699999997e3","0.66743591000000094e2"],["-0.10794803599999995e3","0.66731933999999967e2"],[-107.949432,"0.66720535000000098e2"],["-0.10794583099999994e3","0.66715820000000065e2"],["-0.10789444699999996e3","0.66671646000000123e2"],["-0.10788276699999989e3","0.66663315000000011e2"],["-0.10787082699999996e3","0.66662491000000045e2"],["-0.10786444099999989e3","0.66668320000000051e2"],["-0.10786389200000002e3","0.66673874000000069e2"],["-0.10786776700000001e3",66.71138000000002],["-0.10788474299999996e3","0.66750823999999909e2"],["-0.10788834400000002e3","0.66755554000000132e2"],["-0.10788194299999992e3","0.66759155000000021e2"],["-0.10786776700000001e3","0.66758881000000088e2"],["-0.10785333299999996e3","0.66756378000000097e2"],[-107.829453,"0.66744980000000112e2"],["-0.10781777999999997e3","0.66736374000000012e2"],["-0.10776500699999997e3","0.66686919999999986e2"],["-0.10772416699999991e3","0.66629700000000128e2"],["-0.10764750699999996e3","0.66574707000000103e2"],["-0.10762805199999997e3","0.66562194999999974e2"],["-0.10760082999999997e3","0.66546097000000088e2"],["-0.10756945799999994e3",66.53054800000001],["-0.10755721999999997e3","0.66527771000000087e2"],["-0.10743305999999995e3","0.66453598000000113e2"],[-107.2911069999999,66.36831699999999],["-0.10726027699999986e3","0.66353043000000071e2"],["-0.10724804699999993e3","0.66349990999999989e2"],["-0.10723500100000001e3","0.66348602000000142e2"],["-0.10722222899999997e3","0.66349152000000004e2"],["-0.10721140299999996e3","0.66351379000000065e2"],[-107.203056,"0.66355254999999943e2"],[-107.196663,"0.66360809000000131e2"],[-107.195831,"0.66366379000000052e2"],["-0.10719722000000002e3","0.66371643000000006e2"],["-0.10720056199999993e3","0.66376373000000058e2"],["-0.10723554999999993e3","0.66407486000000063e2"],["-0.10734221599999995e3","0.66461655000000064e2"],["-0.10743888899999996e3","0.66513046000000145e2"],["-0.10756220999999994e3","0.66591369999999984e2"],["-0.10756582599999996e3","0.66596100000000035e2"],["-0.10756861899999996e3","0.66606644000000074e2"],["-0.10756777999999991e3","0.66612198000000092e2"],["-0.10756916799999999e3","0.66617477000000065e2"],["-0.10757055700000001e3","0.66622482000000105e2"],["-0.10757417299999997e3","0.66627471999999955e2"],["-0.10762416100000002e3","0.66660812000000021e2"],["-0.10764943700000003e3","0.66693862999999965e2"],["-0.10769387799999998e3","0.66755829000000006e2"],["-0.10774665800000002e3","0.66922760000000039e2"],["-0.10768861399999997e3","0.66977097000000128e2"],["-0.10763806199999999e3","0.67024429000000055e2"],["-0.10766665599999993e3","0.67063034000000016e2"],["-0.10766805999999985e3","0.67068329000000062e2"],["-0.10766166699999997e3","0.67073883000000023e2"],["-0.10765083299999992e3","0.67076096000000007e2"],["-0.10763612399999994e3","0.67073883000000023e2"],["-0.10760777299999995e3","0.67063309000000004e2"],["-0.10758361799999994e3","0.67051650999999993e2"],["-0.10752390300000002e3","0.67020264000000054e2"],["-0.10751666299999999e3","0.67010543999999982e2"],["-0.10748388699999998e3",66.924149],["-0.10748473399999995e3","0.66918593999999928e2"],["-0.10749694799999997e3","0.66917206000000022e2"],["-0.10757972699999988e3","0.66916382000000056e2"],["-0.10759445199999999e3","0.66918868999999972e2"],["-0.10760221899999988e3","0.66922760000000039e2"],[-107.608047,"0.66926926000000094e2"],["-0.10762332200000003e3","0.66940262000000075e2"],[-107.626938,"0.66944977000000108e2"],[-107.632767,"0.66949417000000096e2"],["-0.10764083899999997e3","0.66953049000000078e2"],[-107.647064,"0.66942711000000031e2"],["-0.10765521999999999e3","0.66943710000000067e2"],["-0.10766238399999997e3","0.66942879000000062e2"],["-0.10766754900000001e3","0.66940376000000072e2"],["-0.10767138699999998e3","0.66937035000000037e2"],["-0.10767038700000001e3","0.66933868000000018e2"],["-0.10763527699999997e3","0.66892212000000029e2"],["-0.10757028199999991e3","0.66837769000000094e2"],[-107.564438,"0.66833602999999982e2"],["-0.10751306199999993e3","0.66822220000000016e2"],["-0.10742832900000002e3","0.66804703000000131e2"],["-0.10741610699999995e3","0.66806091000000038e2"],["-0.10740888999999993e3","0.66811096000000077e2"],["-0.10739111299999996e3","0.66891373000000101e2"],["-0.10739584400000001e3","0.66901382000000126e2"],[-107.422234,"0.66939697000000024e2"],["-0.10742944299999999e3","0.66949142000000109e2"],["-0.10743888899999996e3","0.66958328000000051e2"],["-0.10744471699999997e3","0.66962493999999936e2"],["-0.10744387799999993e3","0.66968048000000124e2"],[-107.435272,"0.66972214000000008e2"],[-107.421944,"0.66972762999999986e2"],["-0.10740611299999995e3",66.97137500000008],["-0.10737943999999993e3","0.66966094999999996e2"],["-0.10735916099999992e3","0.66959427000000005e2"],["-0.10723388699999992e3","0.66902206000000092e2"],["-0.10721806299999997e3","0.66894714000000135e2"],["-0.10721028099999995e3","0.66890823000000069e2"],[-107.1875,66.87359600000002],["-0.10715750099999991e3","0.66846939000000134e2"],["-0.10715055799999999e3","0.66837494000000049e2"],["-0.10714916999999991e3","0.66832214000000022e2"],[-107.137787,"0.66823608000000092e2"],["-0.10712554899999992e3","0.66820540999999992e2"],["-0.10709472700000003e3","0.66818329000000119e2"],["-0.10708361799999994e3","0.66820540999999992e2"],["-0.10715527299999997e3","0.66899719000000005e2"],["-0.10720388800000001e3","0.66944702000000063e2"],["-0.10722666900000002e3","0.66961655000000007e2"],["-0.10724027999999998e3","0.66969986000000063e2"],["-0.10729750100000001e3","0.67001938000000052e2"],[-107.3052669999999,"0.67005829000000119e2"],["-0.10731139399999995e3","0.67127197000000024e2"],["-0.10738806199999993e3","0.67144440000000145e2"],["-0.10743083200000001e3","0.67158325000000048e2"],["-0.10744915800000001e3","0.67165543000000071e2"],["-0.10747332799999992e3","0.67176926000000037e2"],["-0.10748137700000001e3","0.67180816999999934e2"],["-0.10750306699999993e3","0.67192749000000106e2"],["-0.10753250100000002e3",67.214157],["-0.10764862099999993e3","0.67359984999999995e2"],["-0.10757694999999995e3","0.67475540000000137e2"],["-0.10757389799999993e3","0.67481658999999979e2"],["-0.10757528699999995e3",67.48692299999999],["-0.10757888800000001e3","0.67491652999999985e2"],["-0.10758277899999996e3","0.67496368000000018e2"],["-0.10758860799999991e3","0.67500823999999966e2"],["-0.10771833800000002e3","0.67573318000000086e2"],["-0.10774054699999994e3","0.67585265999999933e2"],["-0.10777362099999999e3","0.67600540000000024e2"],["-0.10781331599999999e3","0.67614426000000037e2"],["-0.10784472700000003e3","0.67624420000000043e2"],["-0.10789055599999989e3","0.67642487000000074e2"],["-0.10796916199999998e3","0.67676651000000106e2"],["-0.10798972300000003e3","0.67688873000000115e2"],["-0.10799944299999999e3","0.67698029000000076e2"],[-108.006958,"0.67707489000000123e2"],["-0.10801334399999996e3","0.67728317000000004e2"],["-0.10801445000000001e3",67.73414600000001],[-108.015289,"0.67744980000000055e2"],["-0.10801390099999998e3","0.67756103999999993e2"],["-0.10800805699999995e3","0.67768326000000116e2"],["-0.10799249299999997e3","0.67788040000000024e2"],["-0.10794833399999993e3","0.67841095000000109e2"],["-0.10794193999999999e3","0.67846939000000134e2"],["-0.10793415800000002e3",67.85165399999994],["-0.10792278299999998e3","0.67853867000000093e2"],[-107.890289,67.85165399999994],["-0.10787777699999992e3","0.67853317000000061e2"],["-0.10785527000000002e3",67.85775799999999],["-0.10775666799999993e3","0.67880814000000044e2"],["-0.10771472199999994e3","0.67892487000000074e2"],["-0.10770472699999993e3","0.67895828000000108e2"],[-107.674713,"0.67916092000000049e2"],["-0.10766166699999997e3","0.67927475000000015e2"],["-0.10765110800000002e3","0.67940535999999952e2"],["-0.10765499899999992e3","0.67945250999999985e2"],["-0.10766555800000003e3",67.94859300000013],["-0.10777050800000001e3",67.96526300000005],["-0.10781133999999992e3","0.67971596000000034e2"],["-0.10791027800000001e3","0.67988585999999998e2"],["-0.10791639699999996e3","0.67993042000000059e2"],["-0.10791999800000002e3","0.67997756999999922e2"],["-0.10789055599999989e3","0.68081664999999987e2"],["-0.10788527699999997e3","0.68088318000000129e2"],["-0.10787888299999997e3","0.68093872000000147e2"],["-0.10786332699999997e3","0.68103592000000049e2"],["-0.10785166899999996e3","0.68106094000000098e2"],[-107.837784,"0.68104430999999977e2"],["-0.10772112300000003e3","0.68082763999999941e2"],["-0.10769943199999994e3","0.68075821000000133e2"],["-0.10769360399999994e3","0.68071655000000078e2"],["-0.10769776899999994e3","0.68066376000000105e2"],["-0.10770667300000002e3","0.68062485000000038e2"],["-0.10772721899999993e3","0.68056090999999981e2"],["-0.10773860200000001e3",68.05386400000009],["-0.10777250700000002e3",68.05693100000002],["-0.10778778099999994e3","0.68057205000000124e2"],["-0.10780027799999999e3","0.68055817000000047e2"],["-0.10780943299999996e3","0.68051650999999936e2"],["-0.10783332799999988e3","0.68013046000000031e2"],["-0.10783389299999999e3","0.68007217000000026e2"],["-0.10782778899999988e3","0.68003052000000025e2"],[-107.8038479999999,"0.68004264999999975e2"],["-0.10778733799999998e3","0.67997597000000042e2"],["-0.10777900699999998e3","0.67996765000000096e2"],[-107.763847,"0.67998428000000047e2"],["-0.10775699599999996e3","0.67999771000000123e2"],["-0.10775426500000003e3","0.68006812999999966e2"],["-0.10773306300000002e3","0.68020827999999995e2"],["-0.10772501399999993e3","0.68025818000000015e2"],["-0.10769027699999992e3","0.68042480000000012e2"],["-0.10767999299999997e3",68.04582199999993],["-0.10761028299999998e3","0.68058593999999971e2"],["-0.10758583099999998e3","0.68059982000000048e2"],["-0.10757084700000001e3","0.68059708000000114e2"],["-0.10753806299999997e3","0.68057479999999998e2"],["-0.10745028699999989e3","0.68047211000000118e2"],["-0.10738890100000003e3",68.04525799999999],["-0.10736221299999994e3",68.04693600000013],["-0.10734944200000001e3","0.68048599000000024e2"],["-0.10732640099999998e3","0.68053040000000124e2"],["-0.10728778099999994e3","0.68064987000000087e2"],["-0.10725140399999998e3","0.68080826000000002e2"],["-0.10722638699999993e3","0.68094436999999971e2"],[-107.154449,68.12692300000009],[-107.141953,"0.68128310999999997e2"],["-0.10711028299999998e3",68.12692300000009],["-0.10710665899999998e3","0.68122208000000057e2"],["-0.10711888099999987e3","0.68084717000000069e2"],["-0.10696556099999998e3","0.68113312000000121e2"],["-0.10695278899999988e3","0.68114700000000028e2"],[-106.85611,"0.68116927999999973e2"],["-0.10684111000000001e3","0.68116379000000052e2"],["-0.10680194099999994e3","0.68197479000000101e2"],["-0.10680943300000001e3","0.68207214000000022e2"],["-0.10680610699999994e3","0.68213043000000027e2"],["-0.10680027799999993e3","0.68217484000000127e2"],["-0.10679110700000001e3","0.68221375000000023e2"],["-0.10662748699999997e3","0.68246643000000063e2"],["-0.10661444099999994e3",68.24803200000008],[-106.5994419999999,"0.68247482000000048e2"],["-0.10658860800000002e3","0.68244141000000013e2"],[-106.468613,"0.68190536000000122e2"],["-0.10645777900000002e3","0.68176376000000005e2"],["-0.10645417799999996e3","0.68160812000000078e2"],["-0.10645056199999999e3","0.68155823000000112e2"],["-0.10644471699999991e3","0.68151657000000057e2"],["-0.10643195300000002e3","0.68153046000000018e2"],["-0.10642138699999987e3","0.68156097000000045e2"],["-0.10635056299999997e3","0.68179153000000099e2"],["-0.10634472699999998e3","0.68183318999999983e2"],["-0.10635056299999997e3","0.68187759000000028e2"],["-0.10635888699999992e3","0.68191650000000095e2"],["-0.10639277600000003e3","0.68201660000000004e2"],["-0.10642083700000001e3","0.68207214000000022e2"],[-106.468887,"0.68214431999999988e2"],["-0.10648194899999993e3","0.68217484000000127e2"],["-0.10648999000000003e3","0.68221375000000023e2"],["-0.10649582699999996e3","0.68225540000000024e2"],["-0.10649722300000002e3","0.68230820000000051e2"],["-0.10646833799999996e3","0.68329711999999972e2"],["-0.10646501199999994e3","0.68335815000000139e2"],["-0.10645667299999991e3","0.68340820000000008e2"],["-0.10644748700000002e3","0.68344711000000075e2"],["-0.10642639200000002e3","0.68350815000000068e2"],["-0.10625611900000001e3","0.68387772000000098e2"],["-0.10624416400000001e3",68.38998400000014],["-0.10621833800000002e3","0.68392487000000131e2"],[-106.203056,"0.68392211999999915e2"],[-106.185272,68.38998400000014],["-0.10617471299999994e3","0.68386658000000125e2"],["-0.10616665599999999e3","0.68382750999999985e2"],["-0.10615471599999989e3","0.68373871000000122e2"],["-0.10579638699999998e3","0.68422211000000118e2"],["-0.10579055799999998e3","0.68418045000000063e2"],["-0.10578222699999998e3","0.68413878999999952e2"],["-0.10576583900000003e3",68.41276600000009],["-0.10575167799999991e3","0.68413040000000024e2"],["-0.10573972300000003e3","0.68415267999999969e2"],["-0.10573029300000002e3","0.68419144000000017e2"],["-0.10572305299999999e3","0.68424698000000035e2"],["-0.10570111099999991e3","0.68469711000000132e2"],["-0.10569721999999996e3",68.486649],["-0.10569833399999993e3",68.49192800000003],["-0.10570278899999994e3","0.68501938000000109e2"],["-0.10571444699999995e3","0.68510544000000039e2"],["-0.10574305700000002e3","0.68564697000000137e2"],[-105.724716,"0.68574158000000125e2"],["-0.10564499699999999e3","0.68633880999999974e2"],["-0.10565083300000003e3","0.68638046000000145e2"],["-0.10566639699999996e3","0.68638596000000007e2"],["-0.10590222199999999e3","0.68635269000000051e2"],["-0.10592832899999996e3","0.68632476999999994e2"],["-0.10602944899999994e3","0.68619704999999954e2"],[-106.041382,"0.68617477000000008e2"],["-0.10604972799999996e3","0.68612761999999975e2"],["-0.10604750100000001e3","0.68602203000000145e2"],["-0.10605332900000002e3","0.68595824999999991e2"],["-0.10606416300000001e3",68.59275800000006],[-106.2077789999999,"0.68567764000000068e2"],["-0.10623638900000003e3","0.68566665999999998e2"],[-106.37027,"0.68545258000000103e2"],["-0.10651083399999999e3","0.68518326000000002e2"],["-0.10654387700000001e3","0.68511932000000115e2"],["-0.10662470999999999e3",68.46748400000007],["-0.10663166799999999e3","0.68461928999999998e2"],["-0.10662888299999992e3",68.45138500000013],["-0.10662165799999997e3","0.68441925000000026e2"],["-0.10661582899999996e3","0.68437759000000142e2"],["-0.10659528399999994e3","0.68425261999999975e2"],["-0.10658473200000003e3","0.68421646000000123e2"],["-0.10657167099999992e3","0.68418593999999985e2"],["-0.10655387899999994e3","0.68416656000000046e2"],["-0.10652194199999997e3","0.68414992999999924e2"],["-0.10650446299999999e3",68.41276600000009],[-106.493607,"0.68409424000000115e2"],["-0.10648777799999988e3","0.68404984000000127e2"],["-0.10648055999999997e3","0.68395537999999988e2"],["-0.10652722199999994e3","0.68300812000000121e2"],["-0.10653415699999999e3","0.68295257999999933e2"],["-0.10654332699999998e3","0.68291367000000037e2"],[-106.556107,"0.68289978000000076e2"],["-0.10657277699999986e3","0.68291092000000049e2"],["-0.10658444199999991e3","0.68293319999999994e2"],["-0.10659500099999997e3","0.68296646000000067e2"],["-0.10660109699999998e3","0.68301086000000055e2"],[-106.6119379999999,"0.68315262000000075e2"],[-106.6383439999999,"0.68343048000000124e2"],["-0.10664444700000001e3","0.68347487999999942e2"],["-0.10677887699999997e3","0.68408034999999984e2"],["-0.10678971899999999e3","0.68411652000000117e2"],["-0.10680277999999993e3","0.68414428999999984e2"],["-0.10701363400000002e3","0.68369431000000077e2"],["-0.10702166699999998e3","0.68364699999999971e2"],["-0.10702027899999996e3","0.68359420999999998e2"],["-0.10701666299999999e3","0.68354705999999965e2"],["-0.10701750199999998e3","0.68349151999999947e2"],["-0.10703138699999994e3",68.33776899999998],["-0.10713221699999991e3","0.68283325000000104e2"],["-0.10724610899999999e3","0.68261383000000023e2"],["-0.10725890400000003e3","0.68259995000000117e2"],["-0.10726500699999997e3","0.68264160000000118e2"],[-107.274719,"0.68273314999999968e2"],["-0.10728611799999993e3","0.68287490999999989e2"],["-0.10729611199999994e3","0.68296646000000067e2"],["-0.10730194099999994e3","0.68300812000000121e2"],["-0.10732721699999991e3","0.68312484999999981e2"],["-0.10733805799999999e3","0.68315810999999997e2"],["-0.10754666099999992e3","0.68347487999999942e2"],["-0.10756082200000003e3","0.68349151999999947e2"],["-0.10781331599999999e3","0.68342484000000013e2"],["-0.10782611099999997e3","0.68341094999999996e2"],["-0.10783640300000002e3","0.68338043000000084e2"],["-0.10784973100000002e3","0.68326385000000073e2"],["-0.10785500299999995e3",68.31999200000007],["-0.10788527699999997e3",68.26887499999998],["-0.10788362100000001e3","0.68263610999999969e2"],[-107.879707,"0.68258880999999974e2"],["-0.10785417199999995e3","0.68247482000000048e2"],["-0.10783029199999993e3","0.68241089000000102e2"],["-0.10774194299999999e3","0.68216934000000094e2"],["-0.10761332700000003e3","0.68178588999999988e2"],["-0.10760249299999998e3","0.68175262000000032e2"],["-0.10759861799999999e3",68.17053199999998],["-0.10760305800000003e3","0.68165268000000026e2"],["-0.10761582900000002e3","0.68163879000000009e2"],["-0.10763221699999997e3","0.68164992999999981e2"],["-0.10768998699999997e3","0.68174423000000047e2"],["-0.10778639199999992e3","0.68183868000000132e2"],["-0.10780027799999999e3","0.68183318999999983e2"],["-0.10782584399999996e3","0.68180542000000116e2"],["-0.10787193300000001e3","0.68171371000000136e2"],["-0.10803388999999999e3","0.68168594000000041e2"],["-0.10816139199999986e3","0.68172759999999982e2"],["-0.10818694299999999e3","0.68169983000000059e2"],["-0.10819695300000001e3","0.68166656000000103e2"],["-0.10822028399999999e3","0.68152205999999978e2"],["-0.10824944299999993e3","0.68141663000000051e2"],["-0.10830055199999993e3","0.68125809000000118e2"],["-0.10833222999999998e3","0.68117203000000018e2"],["-0.10837026999999989e3","0.68112762000000089e2"],["-0.10838555899999994e3","0.68113037000000077e2"],["-0.10840306099999998e3","0.68114990000000034e2"],["-0.10841388699999993e3",68.11831699999999],["-0.10842250099999995e3","0.68122208000000057e2"],[-108.43277,"0.68131088000000091e2"],["-0.10843611099999987e3","0.68141373000000044e2"],["-0.10843306000000001e3","0.68147490999999945e2"],["-0.10842804699999994e3","0.68154160000000047e2"],["-0.10840888999999999e3",68.16137700000013],["-0.10839750700000002e3","0.68163605000000075e2"],["-0.10836694299999994e3","0.68161102000000085e2"],["-0.10836277799999993e3",68.15637200000009],["-0.10836582899999996e3",68.15026899999998],["-0.10837361099999993e3","0.68145264000000111e2"],["-0.10837998999999996e3","0.68139708999999982e2"],["-0.10837832599999996e3","0.68134430000000009e2"],["-0.10836527999999993e3","0.68133606000000043e2"],["-0.10834612299999998e3","0.68140823000000012e2"],["-0.10833860800000002e3","0.68145828000000051e2"],["-0.10833332799999994e3","0.68152205999999978e2"],["-0.10833056599999998e3","0.68158600000000035e2"],["-0.10832695000000001e3","0.68170258000000047e2"],["-0.10832444800000002e3","0.68192749000000049e2"],["-0.10832945299999989e3","0.68208327999999995e2"],[-108.3958439999999,"0.68289978000000076e2"],["-0.10840222199999994e3","0.68294144000000131e2"],["-0.10844360399999999e3","0.68308029000000033e2"],["-0.10846000700000002e3","0.68309143000000006e2"],[-108.484444,"0.68305251999999939e2"],[-108.504997,"0.68298874000000012e2"],["-0.10855999800000001e3","0.68275542999999971e2"],["-0.10856500199999999e3",68.26887499999998],["-0.10856806899999992e3","0.68262772000000041e2"],["-0.10857444799999996e3","0.68257216999999969e2"],["-0.10858444199999997e3","0.68253876000000105e2"],["-0.10871556099999998e3","0.68231369000000029e2"],["-0.10872944599999988e3","0.68230820000000051e2"],["-0.10874610899999993e3","0.68231934000000024e2"],[-108.756958,"0.68235260000000096e2"],[-108.765556,"0.68238876000000118e2"],["-0.10881527699999998e3","0.68262206999999989e2"],["-0.10881916799999993e3","0.68266663000000108e2"],["-0.10881416299999989e3","0.68273314999999968e2"],["-0.10874889400000001e3",68.33776899999998],["-0.10874109599999997e3","0.68342758000000117e2"],["-0.10871417199999996e3","0.68354705999999965e2"],["-0.10870417799999996e3",68.35803199999998],["-0.10869387799999993e3","0.68361098999999911e2"],["-0.10867083700000001e3","0.68365813999999943e2"],["-0.10863999899999993e3","0.68375534000000016e2"],["-0.10862082700000002e3","0.68382750999999985e2"],["-0.10861193800000001e3","0.68386658000000125e2"],["-0.10858112299999999e3","0.68406372000000033e2"],["-0.10856667299999998e3","0.68416931000000091e2"],["-0.10853443900000002e3","0.68445526000000086e2"],["-0.10852916699999992e3","0.68452209000000096e2"],["-0.10852278100000001e3","0.68458038000000101e2"],["-0.10843167099999994e3","0.68538315000000068e2"],["-0.10840416700000003e3","0.68560256999999979e2"],[-108.383331,"0.68576660000000004e2"],["-0.10836888099999999e3","0.68587204000000042e2"],["-0.10834528399999994e3","0.68601928999999984e2"],["-0.10831416300000001e3","0.68611374000000069e2"],["-0.10827916700000003e3","0.68618317000000047e2"],["-0.10825195299999996e3","0.68620529000000147e2"],[-108.1702729999999,"0.68626647999999989e2"],["-0.10793331899999998e3",68.64027399999992],["-0.10780499299999997e3","0.68645538000000101e2"],["-0.10763834399999996e3","0.68665543000000127e2"],["-0.10743167099999994e3","0.68690536000000009e2"],["-0.10723137700000001e3",68.71887200000009],["-0.10710833700000001e3","0.68748596000000134e2"],["-0.10696140300000002e3","0.68783051000000057e2"],["-0.10693859899999995e3","0.68788315000000011e2"],["-0.10682084700000001e3","0.68811371000000065e2"],["-0.10679444899999993e3","0.68813872999999944e2"],[-106.765556,"0.68814986999999917e2"],["-0.10663500999999991e3","0.68818329000000062e2"],["-0.10631555200000003e3","0.68892761000000121e2"],["-0.10627250699999996e3","0.68904709000000025e2"],[-106.262787,68.90887500000008],["-0.10625446299999993e3","0.68913605000000132e2"],["-0.10624833699999988e3","0.68919983000000059e2"],["-0.10624472000000003e3","0.68926085999999998e2"],["-0.10624360699999994e3","0.68931656000000089e2"],["-0.10623998999999998e3","0.68937759000000028e2"],["-0.10622917200000001e3","0.68940810999999997e2"],["-0.10621472199999999e3","0.68941360000000088e2"],["-0.10620140100000003e3","0.68940536000000122e2"],["-0.10614943699999998e3","0.68933594000000028e2"],["-0.10608084099999996e3","0.68918869000000086e2"],["-0.10581360599999988e3","0.68881927000000076e2"],["-0.10579804999999999e3","0.68879425000000026e2"],["-0.10577639799999997e3","0.68872481999999991e2"],["-0.10571806300000003e3","0.68844985999999949e2"],["-0.10548693800000001e3","0.68729430999999977e2"],[-105.475281,"0.68720535000000041e2"],["-0.10547165699999999e3","0.68715820000000008e2"],["-0.10547833300000002e3",68.69859299999996],["-0.10548194899999999e3","0.68692474000000118e2"],[-105.4891659999999,68.68691999999993],["-0.10549889400000001e3","0.68683044000000052e2"],["-0.10549944299999999e3","0.68621368000000075e2"],["-0.10541443600000002e3","0.68528594999999996e2"],["-0.10538082900000001e3",68.486649],["-0.10540888999999999e3","0.68492477000000122e2"],["-0.10542304999999999e3",68.49192800000003],["-0.10543388400000003e3","0.68489151000000106e2"],["-0.10544360399999994e3","0.68485260000000039e2"],["-0.10552944899999994e3","0.68450272000000041e2"],["-0.10553806299999991e3","0.68445526000000086e2"],["-0.10554387700000001e3","0.68439147999999989e2"],["-0.10554778299999998e3","0.68433044000000109e2"],["-0.10554888900000003e3","0.68427475000000129e2"],["-0.10554804999999999e3","0.68422211000000118e2"],["-0.10554110699999995e3",68.41276600000009],["-0.10553307299999994e3","0.68408599999999979e2"],["-0.10551777600000003e3","0.68406096999999988e2"],["-0.10541639700000002e3","0.68406937000000084e2"],["-0.10539028899999988e3","0.68409424000000115e2"],["-0.10534528399999999e3","0.68384155000000135e2"],["-0.10534889199999992e3","0.68378036000000122e2"],[-105.350281,"0.68372482000000105e2"],["-0.10534472700000003e3","0.68368042000000116e2"],["-0.10529499800000002e3","0.68339157000000057e2"],["-0.10528694200000001e3",68.33526599999999],["-0.10510082999999992e3","0.68266098000000056e2"],["-0.10507305899999994e3","0.68260269000000051e2"],["-0.10505555700000002e3","0.68258041000000105e2"],["-0.10502639799999992e3","0.68257767000000001e2"],["-0.10500894900000003e3","0.68264938000000029e2"],["-0.10500661500000001e3","0.68268599999999935e2"],["-0.10500578300000001e3","0.68272094999999922e2"],["-0.10500666799999993e3","0.68278595000000053e2"],["-0.10501695299999994e3","0.68282211000000132e2"],["-0.10502610800000002e3","0.68309418000000051e2"],["-0.10488474300000001e3","0.68339705999999978e2"],["-0.10486416600000001e3","0.68332489000000066e2"],["-0.10484805299999999e3","0.68324707000000103e2"],["-0.10483917200000002e3","0.68315536000000009e2"],["-0.10483583099999998e3","0.68310806000000127e2"],["-0.10483416699999998e3","0.68300262000000089e2"],["-0.10483944699999995e3","0.68288589000000059e2"],["-0.10484584000000001e3","0.68282211000000132e2"],["-0.10485305800000003e3","0.68276657000000114e2"],["-0.10486277799999993e3","0.68272766000000047e2"],["-0.10487332199999997e3","0.68269714000000135e2"],["-0.10494554099999999e3","0.68258041000000105e2"],[-104.952789,"0.68252487000000087e2"],["-0.10495194999999995e3","0.68247482000000048e2"],["-0.10494055200000003e3","0.68238586000000112e2"],[-104.924713,"0.68230545000000063e2"],["-0.10491443600000002e3","0.68227203000000088e2"],[-104.900284,68.22526600000009],["-0.10488639799999999e3","0.68225540000000024e2"],["-0.10487332199999997e3","0.68226928999999984e2"],["-0.10479750100000001e3",68.24443100000002],[-104.73111,"0.68250275000000045e2"],["-0.10468776699999995e3","0.68250275000000045e2"],["-0.10463999899999999e3","0.68246933000000126e2"],[-104.609734,68.24136400000009],["-0.10459889199999998e3","0.68232483000000002e2"],["-0.10459722899999997e3","0.68222214000000122e2"],["-0.10461277799999999e3","0.68198029000000133e2"],["-0.10461888099999993e3","0.68191650000000095e2"],[-104.6324919999999,"0.68179428000000087e2"],["-0.10465471600000001e3","0.68162766000000147e2"],["-0.10466722099999993e3","0.68149994000000106e2"],["-0.10467027299999995e3","0.68138596000000121e2"],["-0.10459221599999989e3","0.68083603000000096e2"],["-0.10450778200000002e3","0.68035812000000021e2"],[-104.5,"0.68031937000000028e2"],["-0.10448638900000003e3","0.68029984000000127e2"],["-0.10445722999999992e3","0.68029709000000082e2"],["-0.10436694299999994e3","0.68034149000000127e2"],["-0.10421472199999994e3","0.68024155000000064e2"],[-104.199997,"0.68021378000000027e2"],["-0.10416665599999993e3","0.68017487000000131e2"],["-0.10412470999999994e3","0.68018326000000059e2"],["-0.10411193800000001e3","0.68019440000000031e2"],["-0.10406471299999998e3","0.68027480999999966e2"],["-0.10401139799999999e3","0.68042206000000078e2"],["-0.10399944299999999e3","0.68044144000000017e2"],["-0.10398554999999999e3","0.68044434000000024e2"],["-0.10397084000000001e3","0.68043869000000029e2"],["-0.10394082600000002e3","0.68038315000000011e2"],["-0.10392832900000002e3","0.68034988000000055e2"],["-0.10389806399999998e3","0.68024155000000064e2"],["-0.10388362100000001e3","0.68021378000000027e2"],["-0.10387082699999996e3","0.68020263999999997e2"],["-0.10384306300000003e3","0.68020827999999995e2"],[-103.791382,"0.68025269000000094e2"],["-0.10376695299999994e3","0.68028320000000065e2"],["-0.10355526700000001e3","0.68057205000000124e2"],["-0.10354444899999987e3","0.68059982000000048e2"],["-0.10353694200000001e3","0.68065536000000066e2"],["-0.10353278399999999e3","0.68071655000000078e2"],["-0.10353333299999991e3","0.68076660000000118e2"],["-0.10353639199999998e3","0.68081664999999987e2"],["-0.10354472399999997e3","0.68090820000000008e2"],["-0.10355526700000001e3","0.68099715999999944e2"],["-0.10355803699999996e3","0.68104430999999977e2"],["-0.10355304699999999e3","0.68109711000000061e2"],["-0.10352139299999999e3","0.68130813999999987e2"],["-0.10350389099999995e3","0.68140274000000034e2"],["-0.10349526999999995e3","0.68144714000000079e2"],["-0.10346694899999994e3","0.68156936999999914e2"],["-0.10345722999999998e3","0.68160537999999974e2"],["-0.10342166099999997e3","0.68166656000000103e2"],["-0.10340416700000003e3","0.68164154000000053e2"],["-0.10338971700000002e3",68.16137700000013],["-0.10338194299999992e3","0.68157211000000018e2"],["-0.10336888099999999e3","0.68148880000000133e2"],["-0.10334416199999993e3","0.68121094000000085e2"],["-0.10334137699999991e3","0.68116089000000045e2"],["-0.10334028599999988e3","0.68105819999999994e2"],[-103.341949,"0.68100265999999976e2"],["-0.10337249799999995e3",68.06860400000005],["-0.10336916399999996e3","0.68010818000000029e2"],["-0.10336609599999997e3","0.68005829000000062e2"],["-0.10325418100000002e3","0.67966385000000002e2"],["-0.10322084000000001e3","0.67962204000000099e2"],["-0.10320612299999999e3","0.67961380000000133e2"],["-0.10317832899999996e3","0.67961929000000055e2"],["-0.10314943699999998e3","0.67961380000000133e2"],["-0.10313694800000002e3","0.67958037999999988e2"],["-0.10312943999999999e3","0.67953872999999987e2"],["-0.10312416100000002e3","0.67949707000000103e2"],["-0.10311277799999999e3","0.67930267000000129e2"],[-103.1052699999999,"0.67926086000000055e2"],["-0.10309306300000003e3","0.67923035000000027e2"],["-0.10301471700000002e3","0.67913605000000132e2"],["-0.10300083899999998e3","0.67913879000000065e2"],["-0.10299082899999996e3","0.67917480000000126e2"],["-0.10298222399999997e3","0.67922211000000061e2"],["-0.10297250399999996e3","0.67925812000000121e2"],["-0.10295944199999985e3","0.67926926000000094e2"],["-0.10294972199999995e3","0.67923309000000131e2"],["-0.10294444299999998e3","0.67918868999999916e2"],[-102.939438,"0.67914429000000098e2"],["-0.10292111199999999e3","0.67896378000000141e2"],["-0.10282972699999993e3","0.67831940000000031e2"],["-0.10280027799999993e3","0.67820830999999998e2"],["-0.10268639400000001e3","0.67804703000000131e2"],["-0.10267054699999994e3",67.80304000000001],["-0.10253611799999999e3","0.67795258000000047e2"],["-0.10250446299999999e3","0.67791931000000091e2"],["-0.10247083999999995e3","0.67786926000000051e2"],[-102.446663,"0.67780273000000079e2"],["-0.10239306599999992e3",67.76249700000011],["-0.10233972199999994e3","0.67744705000000067e2"],["-0.10225110599999999e3","0.67725266000000147e2"],["-0.10222444199999995e3","0.67733871000000022e2"],["-0.10221556099999992e3","0.67738312000000121e2"],["-0.10215139799999997e3","0.67765549000000021e2"],[-102.1416779999999,"0.67769150000000081e2"],["-0.10192610200000001e3","0.67760268999999994e2"],["-0.10176471699999991e3","0.67723312000000135e2"],[-101.671944,"0.67691649999999981e2"],["-0.10154250300000001e3",67.67942800000003],["-0.10151500699999997e3",67.67942800000003],[-101.446663,"0.67732483000000116e2"],["-0.10143388400000003e3","0.67733322000000044e2"],["-0.10110582699999992e3","0.67741928000000144e2"],["-0.10109889199999998e3","0.67737762000000089e2"],["-0.10101278699999995e3","0.67742477000000122e2"],["-0.10099973299999999e3",67.74331699999999],["-0.10092749000000003e3","0.67753325999999959e2"],["-0.10090387699999991e3","0.67756942999999922e2"],["-0.10089277600000003e3","0.67759720000000016e2"],["-0.10081139400000001e3","0.67794708000000014e2"],["-0.10072028399999994e3","0.67834427000000119e2"],["-0.10058167999999995e3","0.67834152000000131e2"],["-0.10039555399999995e3","0.67847488000000055e2"],["-0.10018415799999997e3","0.67843048000000067e2"],["-0.10016832699999998e3","0.67841095000000109e2"],[-100.156387,"0.67837769000000037e2"],["-0.10014723200000003e3","0.67828598000000113e2"],[-100.135559,"0.67825272000000098e2"],[-100.083618,"0.67814986999999974e2"],["-0.99820006999999919e2","0.67795821999999987e2"],["-0.99618606999999997e2","0.67789153999999996e2"],["-0.99607772999999952e2","0.67791931000000091e2"],["-0.99589172000000019e2","0.67800812000000064e2"],["-0.99577788999999996e2","0.67803314000000114e2"],["-0.99500564999999938e2","0.67799713000000054e2"],["-0.99412215999999887e2","0.67788315000000068e2"],["-0.99403060999999923e2","0.67784424000000001e2"],["-0.99398620999999991e2","0.67779983999999956e2"],["-0.99396666999999979e2","0.67774994000000106e2"],["-0.99387787000000003e2","0.67765822999999955e2"],["-0.99378325999999959e2","0.67761932000000058e2"],["-0.99236114999999984e2","0.67713608000000136e2"],[-99.21055599999994,"0.67706940000000145e2"],["-0.98986938000000009e2","0.67718322999999998e2"],["-0.98813613999999973e2","0.67741928000000144e2"],["-0.98528884999999889e2","0.67777481000000023e2"],["-0.98385833999999988e2","0.67785812000000078e2"],["-0.98363327000000027e2","0.67790817000000118e2"],["-0.98354445999999996e2","0.67796097000000032e2"],["-0.98358046999999942e2","0.67805817000000104e2"],["-0.98442490000000021e2","0.67861374000000069e2"],["-0.98449431999999945e2","0.67865814000000057e2"],["-0.98463333000000034e2","0.67868865999999969e2"],["-0.98475554999999986e2","0.67867203000000075e2"],["-0.98486114999999927e2","0.67863876000000118e2"],[-98.49888599999997,"0.67863312000000008e2"],["-0.98514724999999942e2","0.67865265000000136e2"],["-0.98540282999999988e2","0.67872208000000114e2"],[-98.65583799999996,"0.67916382000000056e2"],["-0.98665008999999998e2","0.67920258000000103e2"],["-0.98696944999999914e2","0.67936645999999996e2"],["-0.98719726999999921e2","0.67948867999999948e2"],["-0.98724166999999852e2",67.953598],["-0.98746947999999975e2","0.68047760000000096e2"],["-0.98732772999999952e2","0.68070267000000001e2"],["-0.98615554999999915e2","0.68074706999999989e2"],["-0.98544998000000021e2","0.68061371000000065e2"],["-0.98336945000000014e2",67.96026599999999],["-0.98321121000000005e2","0.67952208999999982e2"],["-0.98266952999999887e2","0.67923309000000131e2"],["-0.98233321999999987e2","0.67901932000000102e2"],["-0.98171111999999994e2","0.67843323000000055e2"],["-0.98169158999999922e2","0.67838593000000003e2"],["-0.98122771999999941e2","0.67788040000000024e2"],["-0.98094451999999933e2",67.766098],["-0.97956664999999873e2","0.67727768000000083e2"],["-0.97799438000000009e2",67.68553200000008],[-97.66194200000001,"0.67643051000000071e2"],["-0.97650283999999999e2","0.67639434999999992e2"],["-0.97637512000000015e2",67.6308140000001],["-0.97626099000000011e2","0.67618042000000059e2"],["-0.97613051999999982e2","0.67609420999999998e2"],["-0.97603881999999999e2","0.67605255000000056e2"],["-0.97592772999999852e2","0.67601653999999996e2"],["-0.97576674999999966e2","0.67598602000000085e2"],["-0.97561385999999914e2","0.67596649000000127e2"],["-0.97547501000000011e2","0.67596375000000023e2"],["-0.97509734999999921e2","0.67599152000000117e2"],[-97.48582499999992,"0.67602203000000145e2"],["-0.97415008999999998e2","0.67613312000000064e2"],["-0.97392226999999991e2","0.67618042000000059e2"],["-0.97381942999999978e2","0.67621368000000132e2"],["-0.97353058000000033e2","0.67634430000000123e2"],[-97.33444199999991,"0.67643875000000037e2"],["-0.97316665999999941e2","0.67654434000000037e2"],["-0.97295546999999942e2","0.67661102000000028e2"],["-0.97283324999999991e2","0.67662491000000045e2"],["-0.97167220999999927e2","0.67675537000000134e2"],["-0.97138900999999919e2","0.67674149000000057e2"],["-0.97116942999999878e2","0.67777481000000023e2"],["-0.97115828999999962e2",67.78276100000005],["-0.97119155999999919e2","0.67792480000000069e2"],["-0.97127212999999983e2","0.67801650999999993e2"],["-0.97240279999999984e2","0.67926086000000055e2"],["-0.97254180999999903e2","0.67929428000000144e2"],["-0.97263061999999934e2",67.924149],["-0.97268889999999942e2","0.67918319999999994e2"],[-97.27305599999994,"0.67907761000000107e2"],["-0.97273620999999991e2",67.90248100000008],["-0.97277221999999938e2","0.67896942000000081e2"],["-0.97282776000000013e2","0.67891098000000056e2"],["-0.97291107000000011e2","0.67884995000000117e2"],["-0.97301392000000021e2","0.67881652999999972e2"],["-0.97324447999999961e2","0.67876648000000102e2"],["-0.97336670000000026e2","0.67875259000000142e2"],["-0.97362503000000004e2","0.67873871000000008e2"],["-0.97376388999999961e2","0.67874146000000053e2"],["-0.97392226999999991e2","0.67876373000000115e2"],["-0.97403335999999967e2","0.67879974000000004e2"],["-0.97412216000000001e2","0.67884155000000078e2"],["-0.97416397000000018e2","0.67888596000000007e2"],[-97.41972399999986,"0.67898331000000042e2"],["-0.97428054999999858e2","0.67907761000000107e2"],["-0.97434433000000013e2","0.67911926000000108e2"],["-0.97449996999999996e2","0.67920258000000103e2"],["-0.97643616000000009e2","0.68008330999999998e2"],["-0.97652495999999985e2","0.68012207000000046e2"],["-0.97683060000000012e2","0.68018599999999992e2"],["-0.97695267000000001e2","0.68017212000000086e2"],["-0.97705001999999979e2","0.68012772000000098e2"],["-0.97708344000000011e2","0.68007217000000026e2"],["-0.97710555999999997e2","0.67991653000000099e2"],[-97.87777699999998,"0.67963608000000079e2"],["-0.97996657999999911e2","0.67950271999999984e2"],["-0.98009734999999921e2","0.67949707000000103e2"],["-0.98029998999999975e2","0.67941924999999969e2"],["-0.98045837000000006e2","0.67929428000000144e2"],["-0.98051391999999964e2","0.67923598999999967e2"],["-0.98057495000000017e2","0.67912490999999989e2"],["-0.98060271999999998e2","0.67891663000000108e2"],["-0.98063888999999961e2","0.67829162999999937e2"],["-0.98078613000000018e2","0.67830276000000026e2"],["-0.98095276000000013e2","0.67833327999999938e2"],["-0.98106658999999979e2","0.67836928999999998e2"],["-0.98115828999999962e2","0.67840820000000065e2"],["-0.98176392000000021e2","0.67873871000000008e2"],["-0.98189437999999996e2","0.67882476999999938e2"],["-0.98194716999999969e2","0.67897217000000069e2"],["-0.98200835999999981e2","0.67906647000000135e2"],["-0.98213622999999984e2","0.67920532000000037e2"],["-0.98224716000000001e2","0.67929428000000144e2"],[-98.25140399999998,"0.67946365000000014e2"],["-0.98283324999999934e2","0.67962768999999923e2"],["-0.98319732999999928e2","0.67978591999999992e2"],[-98.34056099999998,"0.67986099000000081e2"],["-0.98378051999999968e2","0.67996368000000132e2"],["-0.98398620999999991e2","0.68004165999999998e2"],["-0.98412216000000001e2","0.68012497000000053e2"],["-0.98581115999999952e2","0.68139984000000027e2"],["-0.98587509000000011e2","0.68149429000000112e2"],[-98.58444199999991,"0.68154984000000013e2"],["-0.98485275000000001e2","0.68184417999999994e2"],["-0.98473891999999978e2","0.68186920000000043e2"],["-0.98459732000000031e2","0.68183594000000028e2"],["-0.98450561999999991e2","0.68179703000000131e2"],["-0.98432495000000017e2","0.68166656000000103e2"],["-0.98428054999999915e2","0.68162201000000096e2"],["-0.98424437999999952e2","0.68152205999999978e2"],["-0.98425551999999925e2","0.68141936999999984e2"],["-0.98428329000000019e2","0.68136383000000137e2"],["-0.98434158000000025e2","0.68130538999999942e2"],[-98.44027699999998,"0.68119431000000134e2"],["-0.98441100999999946e2",68.10914600000001],["-0.98439437999999996e2","0.68104155999999989e2"],["-0.98430556999999908e2","0.68094986000000119e2"],["-0.98417220999999927e2",68.08638000000002],[-98.408051,"0.68082489000000123e2"],["-0.98393889999999999e2","0.68079163000000108e2"],["-0.98379990000000021e2","0.68079163000000108e2"],["-0.98367767000000015e2","0.68080551000000014e2"],["-0.98358886999999982e2","0.68085814999999968e2"],["-0.98350829999999917e2","0.68092209000000025e2"],["-0.98339721999999938e2","0.68103867000000037e2"],["-0.98321670999999981e2","0.68136932000000115e2"],["-0.98317779999999971e2",68.14776599999999],["-0.98317229999999938e2","0.68153046000000018e2"],["-0.98317504999999983e2","0.68162201000000096e2"],["-0.98326110999999969e2","0.68171371000000136e2"],["-0.98333068999999966e2",68.17553700000002],["-0.98342223999999931e2","0.68179428000000087e2"],["-0.98377486999999917e2","0.68190262000000018e2"],[-98.40834000000001,"0.68196640000000116e2"],["-0.98439712999999927e2","0.68200821000000019e2"],["-0.98469727000000034e2","0.68203049000000021e2"],["-0.98485275000000001e2","0.68204987000000131e2"],["-0.98501113999999973e2","0.68208602999999982e2"],["-0.98531113000000005e2",68.22526600000009],["-0.98537780999999995e2","0.68229431000000091e2"],["-0.98542220999999927e2","0.68234146000000123e2"],["-0.98561110999999983e2",68.27388000000002],["-0.98607772999999952e2","0.68293319999999994e2"],["-0.98704178000000013e2","0.68352768000000026e2"],["-0.98710830999999985e2","0.68356934000000081e2"],["-0.98715285999999992e2","0.68361648999999943e2"],["-0.98717223999999931e2","0.68366378999999995e2"],[-98.71444699999995,"0.68372208000000001e2"],["-0.98704726999999934e2","0.68376373000000001e2"],["-0.98680557000000022e2","0.68380539000000113e2"],["-0.98667496000000028e2","0.68381363000000079e2"],["-0.98637221999999952e2","0.68379150000000095e2"],["-0.98606383999999991e2","0.68372756999999979e2"],["-0.98594161999999983e2",68.36914100000007],["-0.98580565999999919e2","0.68360809000000074e2"],["-0.98571670999999981e2","0.68351654000000053e2"],["-0.98548614999999984e2","0.68339157000000057e2"],["-0.98532501000000025e2","0.68331100000000106e2"],["-0.98521392999999932e2","0.68328323000000012e2"],["-0.98511397999999929e2","0.68329711999999972e2"],["-0.98470839999999953e2","0.68348327999999981e2"],["-0.98462218999999948e2","0.68353591999999992e2"],["-0.98461394999999982e2","0.68358871000000136e2"],["-0.98471389999999985e2","0.68373596000000077e2"],["-0.98491942999999935e2",68.38638300000008],["-0.98503615999999965e2",68.38998400000014],[-98.49499499999996,"0.68409424000000115e2"],["-0.98319457999999997e2","0.68358871000000136e2"],[-98.30972300000002,"0.68354980000000069e2"],["-0.98298889000000031e2","0.68346100000000035e2"],["-0.98294448999999929e2",68.34137000000004],["-0.98292495999999971e2","0.68336655000000007e2"],["-0.98288329999999974e2","0.68331940000000145e2"],["-0.98281386999999995e2","0.68327774000000034e2"],["-0.98225554999999929e2","0.68304152999999985e2"],["-0.98213897999999915e2","0.68300537000000134e2"],["-0.98199722000000008e2","0.68300262000000089e2"],["-0.98187499999999943e2","0.68301926000000094e2"],["-0.98096663999999976e2","0.68317764000000125e2"],["-0.98073897999999986e2","0.68334990999999945e2"],["-0.97905838000000017e2","0.68384155000000135e2"],["-0.97894118999999932e2","0.68386459000000002e2"],[-97.86471599999993,"0.68384995000000004e2"],["-0.97849166999999909e2","0.68383040999999992e2"],["-0.97777785999999878e2","0.68366378999999995e2"],["-0.97761123999999995e2","0.68363312000000064e2"],["-0.97748885999999914e2","0.68364699999999971e2"],["-0.97743056999999908e2","0.68370528999999976e2"],[-97.75140399999998,"0.68379700000000128e2"],["-0.97764174999999909e2","0.68393600000000049e2"],["-0.97768616000000009e2","0.68398041000000148e2"],["-0.97781951999999933e2","0.68406647000000021e2"],[-97.79611199999988,"0.68409988000000055e2"],[-97.81138599999997,"0.68411377000000073e2"],["-0.97869719999999973e2","0.68414153999999996e2"],["-0.97885559000000001e2","0.68416382000000112e2"],["-0.97899993999999936e2","0.68419707999999957e2"],["-0.97906386999999995e2","0.68423874000000069e2"],["-0.98009734999999921e2","0.68498032000000023e2"],["-0.98011397999999929e2","0.68503052000000082e2"],["-0.98010833999999988e2","0.68508041000000048e2"],["-0.97999725000000012e2","0.68535262999999986e2"],["-0.97994155999999919e2","0.68541091999999992e2"],["-0.97852492999999981e2","0.68542480000000069e2"],["-0.97836394999999925e2","0.68540268000000026e2"],["-0.97723891999999921e2","0.68523041000000035e2"],["-0.97692764000000011e2","0.68516663000000051e2"],["-0.97665008999999941e2","0.68504715000000033e2"],["-0.97658339999999896e2","0.68500549000000092e2"],["-0.97654174999999896e2","0.68496094000000085e2"],["-0.97650557999999933e2","0.68486098999999967e2"],["-0.97653884999999946e2","0.68480545000000006e2"],["-0.97655272999999966e2","0.68470260999999994e2"],["-0.97650283999999999e2","0.68455551000000014e2"],["-0.97646118000000001e2","0.68450820999999962e2"],["-0.97639175000000023e2","0.68446640000000059e2"],["-0.97611663999999962e2","0.68434708000000114e2"],["-0.97537780999999995e2","0.68418320000000051e2"],["-0.97523055999999997e2","0.68416931000000091e2"],["-0.97511123999999938e2","0.68419434000000024e2"],["-0.97502228000000002e2","0.68424698000000035e2"],[-97.49888599999997,"0.68430267000000015e2"],["-0.97500564999999995e2","0.68434982000000048e2"],["-0.97509170999999981e2","0.68444427000000132e2"],["-0.97520554000000004e2","0.68448029000000076e2"],["-0.97535552999999993e2","0.68449141999999995e2"],["-0.97547501000000011e2","0.68446640000000059e2"],["-0.97573333999999932e2","0.68444427000000132e2"],["-0.97589171999999962e2","0.68446640000000059e2"],["-0.97603332999999964e2","0.68449996999999996e2"],["-0.97615004999999996e2","0.68453598000000056e2"],["-0.97619155999999919e2","0.68458328000000108e2"],["-0.97617767000000015e2","0.68462493999999992e2"],["-0.97597778000000005e2","0.68483597000000088e2"],["-0.97578613000000018e2","0.68493042000000003e2"],["-0.97567779999999971e2","0.68496368000000018e2"],["-0.97544448999999986e2","0.68501389000000131e2"],["-0.97531112999999948e2","0.68501938000000109e2"],["-0.97516952999999944e2","0.68501663000000065e2"],["-0.97385559000000001e2","0.68495254999999929e2"],["-0.97353606999999954e2","0.68491089000000045e2"],["-0.97282776000000013e2","0.68474152000000061e2"],["-0.97259170999999867e2","0.68466660000000104e2"],["-0.97160278000000005e2","0.68389435000000049e2"],["-0.97053329000000019e2","0.68353316999999947e2"],["-0.97058334000000002e2","0.68302765000000079e2"],["-0.97070007000000032e2","0.68300262000000089e2"],["-0.97075835999999924e2","0.68294433999999967e2"],["-0.97091110000000015e2","0.68268051000000014e2"],["-0.97089447000000007e2","0.68263320999999962e2"],["-0.97080291999999929e2","0.68259155000000078e2"],["-0.96939162999999951e2","0.68239700000000084e2"],["-0.96925003000000004e2","0.68239150999999993e2"],["-0.96912505999999951e2","0.68240814000000057e2"],["-0.96817779999999914e2","0.68258331000000112e2"],["-0.96806380999999931e2","0.68260818000000029e2"],["-0.96799438000000009e2","0.68265548999999965e2"],["-0.96767775999999969e2","0.68270263999999997e2"],["-0.96693877999999927e2","0.68280272999999966e2"],["-0.96680556999999965e2","0.68280822999999998e2"],["-0.96669158999999979e2","0.68276931999999931e2"],["-0.96625274999999874e2","0.68251663000000121e2"],["-0.96553328999999962e2","0.68273605000000032e2"],["-0.96533066000000019e2","0.68281936999999971e2"],[-96.47084000000001,"0.68305542000000003e2"],["-0.96448883000000023e2","0.68312194999999974e2"],["-0.96437209999999993e2","0.68314697000000024e2"],[-96.42471299999994,"0.68316086000000041e2"],["-0.96410552999999993e2","0.68315536000000009e2"],["-0.96404174999999952e2","0.68311371000000008e2"],["-0.96496947999999975e2","0.68207764000000054e2"],["-0.96508895999999993e2","0.68196365000000128e2"],["-0.96525832999999977e2","0.68184142999999949e2"],["-0.96623046999999985e2","0.68115540000000067e2"],["-0.96690551999999968e2","0.68079987000000074e2"],["-0.96702224999999999e2","0.68077484000000084e2"],["-0.96730285999999921e2","0.68078323000000069e2"],["-0.96743057000000022e2",68.07777400000009],[-96.75556899999998,"0.68076096000000007e2"],["-0.96778884999999946e2","0.68071380999999974e2"],["-0.96797225999999966e2",68.06109600000002],["-0.96808883999999978e2",68.04942299999999],["-0.96812209999999936e2","0.68043869000000029e2"],["-0.96813323999999909e2","0.68038589000000115e2"],["-0.96811660999999901e2","0.68033599999999979e2"],["-0.96801940999999999e2","0.68025818000000015e2"],["-0.96789169000000015e2","0.68017212000000086e2"],[-96.77305599999994,"0.68013884999999959e2"],["-0.96722778000000005e2","0.68009719999999959e2"],["-0.96708343999999954e2","0.68008605999999986e2"],["-0.96676101999999958e2","0.68018599999999992e2"],["-0.96556655999999975e2","0.68033324999999934e2"],["-0.96540282999999931e2","0.68030273000000022e2"],[-96.52806099999998,68.03166200000004],["-0.96466399999999965e2","0.68038879000000122e2"],["-0.96450835999999981e2","0.68053040000000124e2"],["-0.96479996000000028e2","0.68090271000000087e2"],[-96.49110399999995,"0.68094147000000135e2"],["-0.96505004999999926e2","0.68094436999999971e2"],["-0.96516113000000018e2","0.68091095000000053e2"],[-96.53443900000002,"0.68080826000000002e2"],["-0.96546950999999979e2","0.68079437000000041e2"],["-0.96548339999999996e2","0.68084152000000074e2"],["-0.96547501000000011e2","0.68089432000000102e2"],["-0.96535277999999892e2","0.68101089000000059e2"],["-0.96510009999999966e2","0.68119431000000134e2"],["-0.96482498000000021e2","0.68134720000000016e2"],["-0.96463057999999933e2","0.68144149999999911e2"],["-0.96432220000000029e2","0.68156097000000045e2"],[-96.31082200000003,"0.68192200000000128e2"],["-0.96288329999999974e2","0.68197754000000089e2"],["-0.96171386999999925e2","0.68221649000000127e2"],["-0.96136123999999938e2","0.68228592000000106e2"],["-0.95980285999999978e2","0.68254715000000033e2"],["-0.95968338000000017e2","0.68230820000000051e2"],["-0.96043334999999956e2","0.68179428000000087e2"],["-0.96069167999999991e2",68.16137700000013],["-0.96075012000000015e2","0.68155548000000124e2"],["-0.96078612999999962e2","0.68149994000000106e2"],["-0.96077498999999989e2","0.68144989000000066e2"],["-0.96073623999999995e2","0.68140274000000034e2"],["-0.96045837000000006e2","0.68133331000000055e2"],[-96.03443900000002,"0.68129700000000014e2"],[-96.02806099999998,"0.68125259000000085e2"],["-0.96020553999999947e2","0.68116089000000045e2"],[-96.01916499999993,"0.68111098999999967e2"],["-0.96020279000000016e2","0.68106094000000098e2"],["-0.96083618000000001e2",68.00221300000004],["-0.96144164999999987e2","0.67923598999999967e2"],["-0.96211669999999913e2","0.67829162999999937e2"],["-0.96215285999999878e2","0.67823608000000036e2"],["-0.96217223999999987e2","0.67813309000000061e2"],["-0.96221389999999985e2","0.67697754000000032e2"],["-0.96220000999999911e2","0.67693038999999999e2"],["-0.96212508999999955e2","0.67683868000000075e2"],["-0.96206116000000009e2",67.67942800000003],["-0.96195540999999992e2","0.67682754999999986e2"],["-0.96186934999999949e2","0.67688873000000115e2"],["-0.96179717999999923e2","0.67692748999999992e2"],["-0.96168335000000013e2","0.67694977000000108e2"],["-0.96166655999999989e2","0.67690262000000075e2"],["-0.96174712999999997e2","0.67643051000000071e2"],["-0.96185271999999941e2","0.67626373000000001e2"],["-0.96191939999999988e2",67.62164300000012],["-0.96203339000000028e2",67.61914100000007],["-0.96216400000000021e2","0.67618591000000038e2"],["-0.96230834999999956e2","0.67619979999999998e2"],["-0.96246657999999968e2","0.67623306000000071e2"],["-0.96257781999999963e2","0.67626923000000033e2"],["-0.96266402999999968e2","0.67631088000000034e2"],["-0.96329726999999991e2","0.67610260000000096e2"],["-0.96437774999999931e2","0.67541367000000037e2"],["-0.96461394999999925e2","0.67508880999999917e2"],["-0.96464721999999881e2","0.67503326000000015e2"],["-0.96469161999999983e2","0.67492751999999996e2"],["-0.96464721999999881e2","0.67478043000000127e2"],["-0.96461120999999991e2","0.67473312000000021e2"],["-0.96451675000000023e2","0.67471374999999966e2"],["-0.96441939999999931e2","0.67475540000000137e2"],["-0.96363892000000021e2","0.67478043000000127e2"],["-0.96294158999999979e2","0.67444702000000007e2"],["-0.96222778000000005e2","0.67421920999999941e2"],["-0.96210006999999962e2","0.67419144000000074e2"],["-0.96196380999999917e2","0.67418869000000029e2"],["-0.96185821999999973e2","0.67422211000000004e2"],[-96.158051,67.43664600000011],["-0.96141388000000006e2","0.67448868000000061e2"],["-0.96135559000000001e2","0.67454712000000086e2"],["-0.96118880999999931e2","0.67466660000000104e2"],["-0.96107498000000021e2","0.67469147000000021e2"],[-96.09722899999997,"0.67464706000000092e2"],["-0.96069457999999997e2","0.67433593999999971e2"],["-0.96070281999999963e2","0.67428314000000114e2"],["-0.96124161000000015e2","0.67377196999999967e2"],["-0.96166655999999989e2","0.67341660000000047e2"],["-0.96177215999999873e2","0.67336929000000112e2"],["-0.96208618000000001e2","0.67326935000000105e2"],["-0.96218613000000005e2","0.67322768999999994e2"],["-0.96226944000000003e2","0.67316666000000055e2"],["-0.96251113999999916e2",67.25277699999998],["-0.96252228000000002e2","0.67247482000000048e2"],["-0.96243606999999884e2","0.67243317000000047e2"],["-0.96129990000000021e2",67.21665999999999],["-0.96114440999999999e2","0.67213318000000072e2"],["-0.96102492999999981e2","0.67214705999999978e2"],["-0.96091384999999946e2","0.67217209000000139e2"],["-0.95921111999999994e2","0.67278595000000053e2"],["-0.95817504999999926e2","0.67331940000000145e2"],["-0.95756393000000003e2","0.67367477000000065e2"],["-0.95739990000000034e2","0.67376648000000046e2"],["-0.95603057999999919e2","0.67383330999999998e2"],[-95.58944699999995,"0.67383040999999992e2"],["-0.95576949999999954e2","0.67380264000000068e2"],["-0.95565825999999959e2","0.67376648000000046e2"],["-0.95549163999999962e2","0.67368316999999934e2"],[-95.53472899999997,"0.67359984999999995e2"],["-0.95528610000000015e2",67.35554500000012],["-0.95525008999999955e2","0.67351089000000059e2"],["-0.95553328999999962e2","0.67313309000000118e2"],["-0.95561660999999958e2","0.67307205000000124e2"],["-0.95618056999999965e2","0.67278320000000065e2"],["-0.95638061999999991e2","0.67270828000000108e2"],["-0.95677489999999977e2","0.67254166000000112e2"],["-0.95696654999999964e2","0.67244979999999998e2"],["-0.95763061999999877e2","0.67212769000000094e2"],["-0.95807495000000017e2","0.67186096000000134e2"],["-0.95823897999999986e2",67.174149],["-0.95829726999999991e2","0.67168319999999937e2"],["-0.95833327999999938e2","0.67162766000000147e2"],["-0.95821670999999924e2","0.67161102000000142e2"],["-0.95796951000000035e2",67.16304000000008],["-0.95774719000000005e2","0.67167755000000113e2"],[-95.74221799999998,"0.67176651000000049e2"],["-0.95712218999999948e2","0.67188309000000061e2"],["-0.95651397999999915e2","0.67198868000000118e2"],["-0.95568893000000003e2","0.67210541000000148e2"],["-0.95544158999999922e2","0.67212494000000106e2"],["-0.95515839000000028e2","0.67209717000000012e2"],["-0.95501113999999973e2",67.20748900000001],["-0.95435546999999929e2","0.67193863000000079e2"],["-0.95379439999999931e2","0.67154708999999968e2"],["-0.95326110999999969e2","0.67027205999999978e2"],["-0.95328613000000018e2","0.67016937000000098e2"],["-0.95337218999999948e2",66.99054000000001],[-95.34333799999996,"0.66974701000000096e2"],["-0.95350280999999882e2","0.66963882000000069e2"],["-0.95357773000000009e2","0.66959991000000002e2"],["-0.95416396999999961e2","0.66951935000000105e2"],[-95.53472899999997,"0.66941086000000041e2"],["-0.95597778000000005e2","0.66948868000000004e2"],["-0.95614166000000012e2","0.66970261000000107e2"],["-0.95721114999999998e2","0.66964706000000035e2"],["-0.95743331999999953e2","0.66959991000000002e2"],["-0.95839171999999962e2",66.94802900000002],["-0.95876099000000011e2","0.66945816000000036e2"],["-0.95902495999999985e2","0.66946640000000002e2"],["-0.95928054999999972e2","0.66952484000000027e2"],[-95.93638599999997,"0.66956649999999968e2"],["-0.95990279999999984e2","0.67004990000000134e2"],["-0.95993880999999931e2","0.67009720000000016e2"],["-0.95990554999999915e2","0.67014998999999989e2"],["-0.95978881999999999e2",67.026657],["-0.95961120999999991e2","0.67043869000000029e2"],[-95.93638599999997,"0.67065262000000132e2"],["-0.95932219999999973e2","0.67069716999999969e2"],["-0.95946945000000028e2","0.67072220000000129e2"],["-0.95958344000000011e2","0.67069716999999969e2"],["-0.95967772999999909e2","0.67065536000000066e2"],["-0.96004456000000005e2","0.67045821999999987e2"],["-0.96046111999999937e2","0.67016387999999949e2"],["-0.96051665999999955e2","0.67010818000000086e2"],["-0.96053878999999995e2","0.67000275000000101e2"],["-0.96046660999999972e2","0.66991088999999988e2"],["-0.96040558000000033e2","0.66986648999999943e2"],["-0.96023620999999935e2","0.66978591999999992e2"],["-0.96025008999999955e2","0.66973312000000135e2"],["-0.96033066000000019e2","0.66967484000000013e2"],["-0.96042770000000019e2","0.66963043000000084e2"],["-0.96110549999999932e2","0.66950821000000133e2"],[-96.12332200000003,"0.66950271999999984e2"],["-0.96138610999999912e2",66.953598],["-0.96240828999999962e2","0.66983597000000032e2"],["-0.96262512000000015e2","0.66991088999999988e2"],["-0.96279175000000009e2","0.66999145999999939e2"],["-0.96285278000000005e2","0.67003600999999946e2"],["-0.96286941999999954e2","0.67008606000000043e2"],["-0.96285827999999981e2","0.67013611000000083e2"],["-0.96274170000000026e2","0.67025269000000094e2"],["-0.96265288999999996e2","0.67030548000000067e2"],["-0.96261947999999961e2","0.67035812000000078e2"],["-0.96261123999999995e2","0.67041092000000106e2"],["-0.96263625999999988e2","0.67051086000000112e2"],["-0.96268889999999885e2",67.06053200000008],["-0.96288054999999929e2","0.67068329000000062e2"],[-96.37721299999987,"0.67084717000000126e2"],["-0.96392226999999991e2","0.67086928999999998e2"],["-0.96403884999999946e2","0.67085541000000092e2"],["-0.96452498999999989e2","0.67068329000000062e2"],["-0.96460555999999883e2","0.67062195000000031e2"],["-0.96456664999999987e2","0.67057754999999986e2"],["-0.96403884999999946e2","0.67008330999999998e2"],["-0.96273620999999991e2","0.66950271999999984e2"],["-0.96146392999999989e2","0.66894714000000135e2"],["-0.96128051999999968e2","0.66881653000000028e2"],[-96.11721799999998,"0.66867752000000053e2"],["-0.96115829000000019e2","0.66862761999999975e2"],[-96.11721799999998,"0.66857483000000002e2"],["-0.96116652999999985e2","0.66847488000000055e2"],["-0.96115554999999972e2","0.66842484000000127e2"],["-0.96114165999999898e2","0.66837494000000049e2"],["-0.96108886999999982e2","0.66832764000000054e2"],["-0.96100554999999929e2","0.66828598000000113e2"],["-0.96006667999999934e2","0.66794434000000081e2"],["-0.95980559999999912e2","0.66787491000000102e2"],["-0.95956115999999952e2","0.66782211000000075e2"],["-0.95912215999999944e2","0.66775543000000084e2"],["-0.95883621000000005e2","0.66768875000000094e2"],["-0.95862212999999997e2","0.66761107999999979e2"],["-0.95848052999999993e2","0.66752777000000037e2"],["-0.95841948999999943e2",66.74832200000003],["-0.95784728999999913e2","0.66674149000000057e2"],["-0.95777495999999985e2","0.66654984000000127e2"],["-0.95777221999999881e2","0.66644714000000022e2"],["-0.95780838000000017e2","0.66629150000000095e2"],["-0.95741378999999938e2","0.66638046000000031e2"],["-0.95656386999999995e2",66.6602630000001],["-0.95646666999999979e2","0.66664428999999984e2"],["-0.95629714999999976e2","0.66675536999999963e2"],["-0.95627486999999974e2",66.68609600000002],["-0.95648894999999982e2","0.66724152000000004e2"],["-0.95652221999999995e2","0.66728592000000049e2"],["-0.95660552999999993e2","0.66732757999999933e2"],["-0.95674437999999896e2","0.66734146000000067e2"],["-0.95784728999999913e2","0.66737198000000149e2"],["-0.95993056999999965e2",66.84275800000006],["-0.96087783999999999e2","0.66907486000000119e2"],["-0.96091674999999896e2","0.66911925999999994e2"],["-0.96092772999999966e2","0.66916931000000034e2"],["-0.96091674999999896e2","0.66922211000000061e2"],[-96.08555599999994,"0.66926926000000094e2"],["-0.96066956000000005e2","0.66936371000000008e2"],["-0.96047500999999954e2","0.66944702000000063e2"],["-0.96037216000000001e2",66.94802900000002],["-0.96026108000000022e2","0.66950271999999984e2"],["-0.96000290000000007e2","0.66950546000000088e2"],["-0.95902495999999985e2","0.66946640000000002e2"],["-0.95814437999999996e2","0.66941360000000145e2"],["-0.95785004000000015e2",66.93691999999993],["-0.95772780999999952e2","0.66932754999999929e2"],["-0.95766662999999994e2",66.928314],["-0.95763061999999877e2","0.66923874000000012e2"],["-0.95760559000000001e2","0.66913879000000065e2"],["-0.95756957999999997e2",66.90914900000007],[-95.75111400000003,66.90498400000007],["-0.95738051999999982e2","0.66901382000000126e2"],["-0.95724715999999944e2","0.66900817999999958e2"],["-0.95516662999999994e2","0.66902206000000092e2"],["-0.95493057000000022e2",66.90498400000007],["-0.95472228999999913e2","0.66911652000000061e2"],["-0.95389175000000023e2","0.66911102000000028e2"],["-0.95336669999999913e2","0.66893051000000014e2"],["-0.95323623999999882e2","0.66889434999999992e2"],["-0.95311385999999914e2","0.66889984000000084e2"],["-0.95300827000000027e2","0.66893326000000059e2"],["-0.95291672000000005e2","0.66898331000000098e2"],["-0.95267501999999979e2",66.91415400000011],["-0.95259170999999981e2","0.66920257999999933e2"],["-0.95220839999999896e2","0.66968322999999941e2"],[-95.21945199999999,"0.66973602000000142e2"],["-0.95226394999999968e2","0.66982758000000103e2"],["-0.95232223999999974e2","0.66987198000000092e2"],["-0.95289443999999946e2","0.67024994000000049e2"],["-0.95345000999999968e2","0.67084427000000119e2"],["-0.95352218999999991e2","0.67148331000000042e2"],["-0.95346389999999985e2",67.15387000000004],["-0.95266112999999905e2","0.67212769000000094e2"],["-0.95166107000000011e2","0.67276931999999988e2"],["-0.95162216000000001e2","0.67282211000000132e2"],["-0.95163329999999974e2","0.67287200999999982e2"],["-0.95171936000000017e2","0.67291367000000093e2"],[-95.18249499999996,67.29525799999999],["-0.95217223999999931e2","0.67306366000000139e2"],["-0.95279723999999874e2","0.67319442999999978e2"],["-0.95306380999999874e2","0.67326660000000061e2"],["-0.95314712999999927e2","0.67330550999999957e2"],["-0.95332779000000016e2",67.34387200000009],["-0.95336394999999982e2","0.67348328000000038e2"],["-0.95384170999999981e2","0.67444138000000009e2"],["-0.95339995999999928e2","0.67499709999999993e2"],["-0.95331679999999949e2","0.67505829000000006e2"],["-0.95324172999999917e2","0.67516663000000051e2"],["-0.95321670999999924e2","0.67527206000000035e2"],["-0.95323058999999944e2","0.67531936999999971e2"],["-0.95330001999999922e2","0.67541367000000037e2"],["-0.95343613000000005e2","0.67554977000000122e2"],[-95.34973100000002,"0.67559417999999994e2"],["-0.95466400000000021e2","0.67637207000000046e2"],["-0.95492492999999968e2","0.67643326000000059e2"],["-0.95535003999999958e2","0.67646652000000074e2"],["-0.95548339999999996e2","0.67649994000000049e2"],["-0.95693054000000018e2","0.67704436999999984e2"],["-0.95707779000000016e2","0.67723038000000031e2"],["-0.95709166999999923e2","0.67727768000000083e2"],["-0.95708053999999947e2","0.67733047000000056e2"],["-0.95704453000000001e2","0.67738586000000055e2"],["-0.95698333999999988e2","0.67744431000000134e2"],[-95.68110699999994,"0.67756378000000097e2"],["-0.95671936000000017e2","0.67761657999999954e2"],[-95.64973399999991,"0.67767211999999972e2"],["-0.95637511999999958e2","0.67768600000000049e2"],["-0.95626388999999961e2","0.67771927000000005e2"],["-0.95577498999999989e2","0.67787491000000102e2"],["-0.95558883999999978e2","0.67797759999999926e2"],["-0.95550277999999878e2","0.67803863999999976e2"],["-0.95544158999999922e2","0.67809708000000001e2"],[-95.53443900000002,"0.67820830999999998e2"],["-0.95525833000000034e2","0.67836928999999998e2"],["-0.95522231999999974e2","0.67852767999999969e2"],["-0.95527221999999995e2","0.67872208000000114e2"],["-0.95452224999999999e2","0.67981094000000041e2"],["-0.95416945999999996e2","0.68027771000000143e2"],[-95.42721599999993,"0.68032486000000006e2"],[-95.47193900000002,"0.68054977000000008e2"],["-0.95475280999999939e2","0.68058319000000097e2"],["-0.95472777999999948e2",68.06053200000008],["-0.95461394999999868e2","0.68063873000000115e2"],["-0.95404175000000009e2","0.68069443000000035e2"],[-95.34973100000002,"0.68074432000000002e2"],["-0.95343063000000029e2","0.68074432000000002e2"],["-0.95075561999999877e2","0.68068877999999984e2"],["-0.95071120999999948e2","0.68063599000000011e2"],["-0.95065276999999924e2","0.68060257000000036e2"],["-0.95054992999999911e2","0.68055251999999996e2"],["-0.95043883999999935e2","0.68051376000000118e2"],["-0.95023620999999991e2",68.04582199999993],["-0.95008895999999936e2","0.68044434000000024e2"],[-94.86721799999998,"0.68034149000000127e2"],["-0.94839721999999938e2","0.68034149000000127e2"],["-0.94788054999999986e2","0.68040543000000127e2"],[-94.72222899999997,"0.68054977000000008e2"],["-0.94714172000000019e2","0.68059418000000107e2"],["-0.94707503999999972e2","0.68065811000000053e2"],["-0.94696654999999964e2","0.68078598000000056e2"],["-0.94693877999999984e2","0.68083328000000108e2"],["-0.94604995999999971e2","0.68139708999999982e2"],[-94.37249799999995,"0.68221375000000023e2"],["-0.94210555999999997e2","0.68262772000000041e2"],["-0.94199157999999954e2","0.68267761000000007e2"],["-0.94193603999999993e2","0.68272217000000069e2"],["-0.94192214999999976e2","0.68276382000000069e2"],["-0.94191665999999941e2","0.68281372000000147e2"],["-0.94192489999999907e2","0.68292206000000022e2"],["-0.94193603999999993e2","0.68298325000000034e2"],["-0.94205275999999913e2","0.68313309000000118e2"],["-0.94209166999999979e2","0.68323607999999979e2"],["-0.94210280999999952e2","0.68328049000000078e2"],["-0.94210830999999985e2","0.68361374000000126e2"],["-0.94208054000000004e2","0.68366088999999988e2"],["-0.94203888000000006e2","0.68370255000000043e2"],["-0.94123046999999985e2","0.68416931000000091e2"],["-0.94104720999999984e2","0.68424149000000057e2"],[-94.00028999999995,"0.68460815000000025e2"],["-0.93968063000000029e2","0.68468596999999932e2"],["-0.93953613000000018e2","0.68471924000000058e2"],["-0.93936661000000015e2","0.68474700999999982e2"],["-0.93922774999999945e2","0.68475540000000137e2"],["-0.93893615999999952e2","0.68474700999999982e2"],["-0.93875823999999909e2","0.68477203000000031e2"],[-93.81138599999997,"0.68488037000000134e2"],["-0.93661391999999978e2","0.68520828000000051e2"],["-0.93656661999999983e2","0.68523315000000139e2"],["-0.93619155999999975e2","0.68544144000000074e2"],["-0.93553329000000019e2","0.68586380000000077e2"],["-0.93559722999999963e2","0.68611649000000114e2"],["-0.93621933000000013e2","0.68624419999999986e2"],["-0.93647507000000019e2","0.68626923000000147e2"],[-93.65306099999998,"0.68626373000000115e2"],["-0.93705276000000026e2","0.68657211000000132e2"],["-0.93697220000000016e2","0.68749145999999939e2"],["-0.93695267000000001e2","0.68751938000000052e2"],["-0.93639450000000011e2","0.68780548000000067e2"],["-0.93571670999999924e2","0.68834152000000074e2"],["-0.93567504999999926e2","0.68839706000000092e2"],["-0.93566100999999946e2","0.68849425999999994e2"],["-0.93634444999999971e2","0.68959152000000131e2"],["-0.93642226999999934e2","0.68963882000000012e2"],["-0.93666945999999996e2","0.68972214000000008e2"],["-0.93731383999999991e2","0.68974991000000102e2"],["-0.93925551999999868e2","0.68974701000000039e2"],["-0.94030838000000017e2","0.68918594000000098e2"],["-0.94039169000000015e2","0.68914154000000053e2"],["-0.94055832000000009e2","0.68901932000000102e2"],["-0.94068893000000003e2","0.68891098000000056e2"],["-0.94079726999999991e2","0.68847488000000055e2"],["-0.94071120999999891e2","0.68843596999999988e2"],["-0.94034164000000033e2","0.68833328000000108e2"],["-0.94021118000000001e2","0.68836105000000032e2"],["-0.93933884000000035e2",68.855255],["-0.93852492999999981e2","0.68879149999999981e2"],["-0.93838607999999965e2","0.68885268999999994e2"],["-0.93837783999999999e2","0.68886383000000023e2"],["-0.93824722000000008e2","0.68891373000000044e2"],["-0.93813889000000017e2","0.68893050999999957e2"],[-93.80999799999995,"0.68890549000000078e2"],["-0.93813889000000017e2",68.88499500000006],["-0.93829726999999934e2","0.68876083000000051e2"],["-0.93934157999999968e2","0.68824997000000053e2"],["-0.94085006999999962e2","0.68761108000000092e2"],["-0.94095276000000013e2","0.68758040999999992e2"],["-0.94108046999999999e2","0.68755264000000068e2"],[-94.15972899999997,"0.68747756999999979e2"],["-0.94385559000000001e2","0.68729155999999932e2"],["-0.94490828999999962e2","0.68728867000000037e2"],[-94.625,"0.68761383000000137e2"],["-0.94608886999999925e2","0.68819443000000035e2"],["-0.94588897999999915e2","0.68841370000000097e2"],["-0.94583327999999938e2","0.68845825000000104e2"],["-0.94570847000000015e2","0.68850266000000033e2"],["-0.94561661000000015e2",68.855255],["-0.94556106999999997e2","0.68859985000000052e2"],["-0.94553054999999972e2","0.68864425999999924e2"],["-0.94545273000000009e2","0.68884720000000073e2"],["-0.94548049999999932e2","0.68888885000000073e2"],["-0.94557495000000017e2","0.68893050999999957e2"],["-0.94569457999999941e2","0.68893600000000106e2"],["-0.94577224999999999e2","0.68896652000000017e2"],["-0.94585555999999997e2","0.68903046000000074e2"],["-0.94589995999999985e2","0.68908325000000048e2"],["-0.94605835000000013e2","0.68951096000000064e2"],["-0.94604172000000005e2","0.68961929000000055e2"],["-0.94599166999999966e2","0.68965546000000018e2"],["-0.94587219000000005e2","0.68968872000000033e2"],["-0.94553329000000019e2","0.68973877000000073e2"],[-94.37388599999997,"0.69003052000000139e2"],["-0.94224166999999966e2","0.69027771000000143e2"],["-0.94163054999999986e2","0.69052200000000084e2"],["-0.94151397999999972e2","0.69057205000000124e2"],["-0.94072784000000013e2","0.69126648000000046e2"],["-0.94072509999999966e2","0.69144989000000066e2"],["-0.94137511999999901e2","0.69131927000000019e2"],[-94.22084000000001,69.1202550000001],["-0.94235001000000011e2","0.69119431000000134e2"],["-0.94248336999999935e2","0.69120529000000033e2"],["-0.94312209999999993e2","0.69144989000000066e2"],["-0.94323058999999944e2","0.69149994000000106e2"],["-0.94327498999999989e2",69.15525800000006],["-0.94329177999999899e2",69.16137700000013],["-0.94309433000000013e2","0.69294144000000131e2"],["-0.94306655999999975e2","0.69300262000000089e2"],["-0.94303328999999962e2","0.69304977000000122e2"],["-0.94291672000000005e2","0.69313873000000058e2"],["-0.94284163999999976e2","0.69318878000000097e2"],["-0.94259170999999924e2","0.69326660000000061e2"],["-0.94166655999999989e2","0.69342483999999956e2"],["-0.94043335000000013e2","0.69357483000000059e2"],["-0.94025009000000011e2","0.69359711000000004e2"],["-0.93955276000000026e2","0.69362762000000032e2"],["-0.93736664000000019e2","0.69399994000000049e2"],["-0.93626937999999939e2","0.69432479999999941e2"],["-0.93574721999999952e2","0.69441650000000038e2"],["-0.93562774999999988e2","0.69442748999999992e2"],["-0.93526397999999915e2","0.69438309000000004e2"],["-0.93532501000000025e2","0.69429977000000008e2"],["-0.93547774999999945e2","0.69420532000000094e2"],[-93.67971799999998,"0.69347762999999929e2"],["-0.93691665999999941e2",69.34275800000006],["-0.93741378999999995e2","0.69324432000000058e2"],["-0.93753066999999987e2","0.69320540999999992e2"],["-0.93764174999999966e2","0.69320540999999992e2"],["-0.93828612999999962e2","0.69265549000000078e2"],["-0.93856110000000001e2","0.69176926000000037e2"],["-0.93856658999999979e2","0.69172211000000004e2"],["-0.93845001000000025e2","0.69164992999999981e2"],["-0.93837218999999891e2","0.69164429000000041e2"],["-0.93634734999999978e2","0.69251663000000121e2"],["-0.93467498999999918e2","0.69317490000000021e2"],["-0.93456664999999987e2","0.69323043999999982e2"],["-0.93362777999999992e2",69.37164300000012],["-0.93365279999999984e2","0.69376082999999994e2"],["-0.93379439999999988e2","0.69376373000000001e2"],["-0.93459166999999866e2","0.69359711000000004e2"],["-0.93470001000000025e2","0.69356644000000074e2"],["-0.93478057999999976e2","0.69353317000000118e2"],["-0.93498046999999985e2","0.69349152000000117e2"],["-0.93511947999999961e2","0.69349426000000051e2"],["-0.93565001999999936e2","0.69367752000000053e2"],["-0.93560546999999929e2","0.69383881000000031e2"],["-0.93538054999999929e2","0.69410538000000088e2"],["-0.93527221999999995e2","0.69421646000000067e2"],["-0.93515839000000028e2","0.69425537000000134e2"],["-0.93503066999999874e2","0.69427475000000072e2"],["-0.93488892000000021e2","0.69434982000000048e2"],["-0.93439437999999939e2","0.69475265999999976e2"],["-0.93441375999999991e2",69.48054499999995],["-0.93487777999999992e2","0.69502777000000037e2"],["-0.93509734999999921e2","0.69513046000000088e2"],["-0.93532501000000025e2","0.69521103000000039e2"],["-0.93540833000000021e2","0.69523315000000082e2"],["-0.93587219000000005e2","0.69528046000000018e2"],["-0.93621933000000013e2","0.69527205999999978e2"],["-0.93683883999999978e2","0.69522217000000012e2"],["-0.93709732000000031e2",69.516098],["-0.93808884000000035e2","0.69488876000000062e2"],["-0.93869719999999973e2","0.69451660000000118e2"],["-0.94045272999999952e2","0.69439148000000102e2"],["-0.94279175000000009e2","0.69440262000000075e2"],["-0.94299728000000016e2","0.69443038999999999e2"],["-0.94313048999999978e2","0.69446640000000059e2"],["-0.94343886999999938e2","0.69459152000000074e2"],["-0.94451674999999966e2","0.69518600000000049e2"],["-0.94502501999999993e2","0.69556366000000025e2"],["-0.94591948999999943e2","0.69637206999999989e2"],["-0.94629439999999988e2","0.69683044000000052e2"],["-0.94670273000000009e2","0.69677475000000072e2"],["-0.94712783999999999e2",69.67164600000001],["-0.94749435000000005e2","0.69663605000000132e2"],["-0.94755004999999926e2","0.69661652000000004e2"],["-0.94764174999999966e2",69.65498400000007],["-0.94766662999999937e2","0.69651093000000003e2"],["-0.94762222000000008e2","0.69644714000000135e2"],["-0.94742217999999923e2","0.69628311000000053e2"],["-0.94724441999999954e2",69.61442599999998],["-0.94725554999999929e2","0.69608597000000145e2"],["-0.94730835000000013e2","0.69602767999999969e2"],["-0.94740279999999984e2","0.69597488000000055e2"],["-0.94769729999999981e2","0.69583054000000061e2"],["-0.94801101999999901e2","0.69572219999999959e2"],["-0.94820007000000032e2",69.56721500000009],["-0.94831116000000009e2",69.56581100000011],["-0.94846664000000033e2","0.69565536000000122e2"],["-0.94862777999999878e2","0.69566940000000102e2"],["-0.94951950000000011e2","0.69584427000000119e2"],["-0.95010558999999944e2","0.69603043000000127e2"],[-95,"0.69618865999999969e2"],["-0.95009444999999971e2","0.69621643000000063e2"],["-0.95021118000000001e2","0.69621643000000063e2"],["-0.95078612999999962e2","0.69616379000000109e2"],["-0.95168609999999887e2","0.69630538999999999e2"],["-0.95396118000000001e2","0.69678864000000033e2"],[-95.40834000000001,"0.69681931000000134e2"],["-0.95423049999999932e2","0.69686096000000134e2"],["-0.95544997999999964e2","0.69726929000000041e2"],["-0.95648055999999997e2","0.69780273000000022e2"],[-95.71556099999998,"0.69791366999999923e2"],["-0.95724715999999944e2","0.69789978000000133e2"],["-0.95728332999999907e2","0.69789153999999996e2"],["-0.95738892000000021e2","0.69786102000000028e2"],["-0.95757232999999928e2","0.69777205999999921e2"],["-0.95758620999999948e2","0.69772766000000104e2"],[-95.86332699999997,"0.69772216999999955e2"],["-0.95960830999999985e2","0.69778045999999961e2"],["-0.95975554999999929e2","0.69781937000000028e2"],["-0.96020279000000016e2",69.80442800000003],["-0.96035827999999924e2","0.69813873000000115e2"],["-0.96074447999999961e2","0.69841934000000037e2"],["-0.96087783999999999e2","0.69869141000000127e2"],["-0.96082229999999925e2","0.69873596000000134e2"],["-0.96085007000000019e2",69.91137700000013],["-0.96097778000000005e2","0.69946639999999945e2"],["-0.96116104000000007e2","0.69953872999999987e2"],["-0.96177215999999873e2","0.69964705999999921e2"],["-0.96195540999999992e2","0.69965546000000018e2"],["-0.96198607999999979e2","0.69964995999999985e2"],["-0.96209441999999967e2","0.69961655000000121e2"],["-0.96217223999999987e2","0.69958327999999995e2"],["-0.96220550999999944e2",69.95748900000001],["-0.96235000999999954e2",69.95748900000001],["-0.96246947999999918e2","0.69958878000000027e2"],["-0.96257232999999928e2","0.69963043000000027e2"],["-0.96272780999999952e2","0.69971099999999979e2"],[-96.38137799999987,70.02748100000008],["-0.96402495999999871e2","0.70039978000000076e2"],["-0.96459441999999967e2","0.70075546000000088e2"],["-0.96500290000000007e2","0.70101379000000009e2"],["-0.96509170999999924e2","0.70108597000000032e2"],["-0.96525283999999942e2","0.70122756999999979e2"],["-0.96531677000000002e2","0.70131088000000034e2"],[-96.55610699999994,"0.70191925000000083e2"],["-0.96568892999999946e2","0.70224425999999994e2"],["-0.96571670999999867e2","0.70234421000000054e2"],["-0.96570281999999963e2","0.70251099000000124e2"],["-0.96568619000000012e2","0.70268600000000106e2"],["-0.96562774999999931e2","0.70300262000000032e2"],["-0.96558608999999933e2",70.3119200000001],["-0.96555557000000022e2","0.70317490000000134e2"],["-0.96548339999999996e2","0.70328872999999987e2"],["-0.96535003999999958e2","0.70344147000000078e2"],["-0.96294723999999974e2","0.70522491000000116e2"],["-0.96232773000000009e2","0.70562195000000031e2"],["-0.96078887999999893e2","0.70587494000000049e2"],["-0.96069732999999928e2","0.70587769000000037e2"],["-0.96045273000000009e2","0.70584152000000074e2"],["-0.96041107000000011e2","0.70576934999999992e2"],["-0.96033324999999934e2","0.70572769000000108e2"],["-0.95995269999999948e2","0.70559707999999944e2"],[-95.93499799999995,"0.70547485000000108e2"],[-95.92332499999992,"0.70545258000000047e2"],["-0.95806106999999997e2","0.70528869999999984e2"],["-0.95797225999999966e2","0.70529434000000094e2"],["-0.95789443999999946e2","0.70536652000000117e2"],["-0.95791381999999999e2","0.70542755000000056e2"],["-0.95799164000000019e2","0.70549149000000114e2"],["-0.95855834999999956e2","0.70553314000000114e2"],["-0.95914168999999902e2","0.70559417999999937e2"],["-0.95931670999999938e2","0.70562195000000031e2"],[-95.96444699999995,"0.70568878000000041e2"],["-0.96000564999999995e2","0.70579987000000074e2"],["-0.96049987999999928e2","0.70600266000000033e2"],["-0.96058334000000002e2","0.70605820000000051e2"],["-0.96061385999999857e2","0.70617203000000018e2"],["-0.96055557000000022e2","0.70643050999999957e2"],["-0.96048339999999996e2","0.70646942000000024e2"],["-0.95952498999999989e2","0.70679702999999961e2"],[-95.848343,"0.70706940000000088e2"],["-0.95815551999999968e2",70.70915199999996],["-0.95817779999999971e2","0.70710265999999933e2"],["-0.95901947000000007e2","0.70707764000000054e2"],["-0.95932770000000005e2","0.70701096000000064e2"],["-0.96115554999999972e2","0.70656097000000102e2"],["-0.96138061999999991e2","0.70646378000000084e2"],["-0.96149993999999936e2","0.70637206999999989e2"],["-0.96152785999999935e2","0.70632477000000108e2"],["-0.96154723999999987e2","0.70624694999999974e2"],["-0.96153885000000002e2","0.70621643000000063e2"],[-96.158051,"0.70617476999999951e2"],["-0.96160277999999948e2","0.70616379000000052e2"],[-96.16361999999998,"0.70615540000000124e2"],["-0.96202788999999996e2","0.70621643000000063e2"],["-0.96376098999999954e2","0.70673035000000027e2"],["-0.96385284000000013e2","0.70677765000000022e2"],["-0.96394729999999981e2","0.70683594000000028e2"],["-0.96401108000000022e2","0.70690536000000122e2"],["-0.96410003999999958e2","0.70702484000000027e2"],["-0.96415557999999976e2",70.71527100000003],["-0.96422500999999954e2","0.70726089000000002e2"],[-96.43472300000002,"0.70737198000000035e2"],["-0.96446654999999964e2","0.70741928000000087e2"],[-96.53694200000001,"0.70763321000000019e2"],["-0.96580565999999976e2","0.70777480999999909e2"],["-0.96603881999999942e2","0.70788040000000137e2"],["-0.96611938000000009e2","0.70794434000000024e2"],[-96.61500499999994,70.80442800000003],[-96.61361699999992,70.8211060000001],["-0.96601944000000003e2","0.70849990999999989e2"],["-0.96591674999999952e2","0.70866928000000144e2"],["-0.96578613000000018e2","0.70878035999999952e2"],["-0.96571121000000005e2","0.70883040999999992e2"],["-0.96545272999999895e2","0.70904983999999956e2"],[-96.53083799999996,"0.70921371000000136e2"],[-96.52416999999997,"0.70931656000000032e2"],["-0.96513061999999991e2","0.70949707000000046e2"],["-0.96510833999999932e2","0.70955826000000059e2"],["-0.96503066999999987e2",70.99693300000007],["-0.96495833999999888e2","0.71040268000000083e2"],["-0.96481673999999884e2","0.71043319999999994e2"],["-0.96450286999999946e2","0.71044983000000116e2"],["-0.96414444000000003e2","0.71053589000000045e2"],["-0.96406661999999926e2","0.71058594000000085e2"],["-0.96369995000000017e2","0.71089981000000023e2"],["-0.96371108999999933e2","0.71093048000000124e2"],["-0.96375823999999966e2","0.71098037999999974e2"],[-96.40943900000002,"0.71119431000000077e2"],["-0.96417770000000019e2","0.71113602000000071e2"],["-0.96420273000000009e2","0.71107208000000014e2"],["-0.96412215999999944e2","0.71095824999999991e2"],["-0.96410003999999958e2","0.71089705999999978e2"],["-0.96413619999999923e2","0.71084152000000017e2"],["-0.96421111999999994e2",71.0816650000001],["-0.96440825999999959e2","0.71079163000000051e2"],["-0.96461394999999925e2","0.71080551000000128e2"],["-0.96476669000000015e2",71.08526599999999],[-96.50556899999998,"0.71097214000000008e2"],["-0.96538329999999974e2",71.11303700000002],["-0.96552215999999987e2","0.71119980000000055e2"],["-0.96560546999999985e2","0.71126373000000001e2"],["-0.96559433000000013e2",71.1308140000001],["-0.96553878999999995e2","0.71136932000000058e2"],["-0.96548614999999927e2","0.71140548999999965e2"],["-0.96467223999999931e2","0.71165267999999969e2"],["-0.96457992999999988e2","0.71195564000000047e2"],["-0.96462203999999986e2","0.71255501000000038e2"],["-0.96504455999999891e2","0.71276093000000117e2"],["-0.96503890999999953e2","0.71277205999999978e2"],["-0.96488891999999964e2","0.71286102000000085e2"],["-0.96278060999999923e2","0.71326384999999959e2"],[-96.24499499999996,"0.71353866999999923e2"],[-96.21833799999996,"0.71375809000000004e2"],["-0.96193329000000006e2","0.71389984000000084e2"],["-0.96168335000000013e2","0.71399993999999992e2"],["-0.96134170999999981e2","0.71409714000000065e2"],["-0.96046386999999982e2","0.71418045000000006e2"],["-0.96027785999999935e2",71.417755],["-0.95926392000000021e2","0.71400542999999971e2"],["-0.95893889999999942e2","0.71390823000000069e2"],["-0.95882766999999944e2","0.71384155000000078e2"],["-0.95878875999999991e2","0.71378586000000098e2"],["-0.95878052000000025e2",71.37303200000008],["-0.95878875999999991e2","0.71367203000000075e2"],["-0.95859160999999972e2","0.71354980000000012e2"],["-0.95830001999999922e2","0.71343048000000067e2"],["-0.95792220999999927e2","0.71328049000000021e2"],["-0.95673049999999989e2","0.71287491000000102e2"],["-0.95658889999999985e2","0.71285537999999974e2"],["-0.95551102000000014e2","0.71289978000000019e2"],["-0.95535278000000005e2","0.71290816999999947e2"],["-0.95455276000000026e2","0.71367751999999996e2"],["-0.95451401000000033e2","0.71375809000000004e2"],["-0.95547775000000001e2","0.71487762000000032e2"],["-0.95779998999999975e2","0.71503875999999991e2"],["-0.95832779000000016e2","0.71515823000000125e2"],["-0.95936660999999901e2","0.71546646000000123e2"],["-0.95943054000000018e2","0.71553589000000102e2"],["-0.95908339999999953e2","0.71600540000000137e2"],["-0.95895003999999915e2","0.71610535000000027e2"],["-0.95889998999999989e2","0.71613312000000121e2"],["-0.95877212999999983e2",71.61831699999999],["-0.95863892000000021e2","0.71619430999999963e2"],["-0.95812209999999936e2","0.71621918000000051e2"],["-0.95744719999999973e2","0.71624145999999996e2"],["-0.95678878999999995e2","0.71646378000000084e2"],["-0.95539718999999991e2","0.71703597999999943e2"],["-0.95399733999999967e2","0.71718597000000045e2"],["-0.95301620000000014e2","0.71721099999999979e2"],["-0.95289443999999946e2","0.71753601000000117e2"],["-0.95289443999999946e2","0.71757491999999957e2"],["-0.95288054999999872e2","0.71761932000000002e2"],["-0.95285827999999981e2","0.71767212000000086e2"],["-0.95239440999999999e2",71.82249500000006],["-0.95226944000000003e2","0.71826660000000061e2"],["-0.95073059000000001e2",71.84137000000004],["-0.94890288999999996e2","0.71844711000000075e2"],["-0.94856383999999991e2","0.71843322999999998e2"],["-0.94838897999999972e2","0.71841094999999996e2"],["-0.94795272999999952e2","0.71833328000000051e2"],["-0.94744155999999975e2","0.71823044000000039e2"],[-94.73443599999996,"0.71823317999999972e2"],["-0.94716399999999965e2","0.71826096000000121e2"],["-0.94653884999999946e2","0.71845261000000107e2"],["-0.94612503000000004e2","0.71859711000000004e2"],["-0.94606658999999979e2","0.71863312000000064e2"],["-0.94607772999999952e2","0.71866378999999995e2"],["-0.94615279999999984e2","0.71868866000000082e2"],["-0.94629715000000033e2","0.71866928000000144e2"],[-94.65583799999996,"0.71861923000000104e2"],["-0.94706115999999952e2","0.71848038000000031e2"],["-0.94743056999999965e2","0.71839432000000102e2"],["-0.94756957999999941e2","0.71837493999999936e2"],["-0.94775283999999942e2","0.71838882000000069e2"],["-0.94783066000000019e2",71.84137000000004],["-0.94826110999999969e2","0.71847487999999998e2"],["-0.94853607000000011e2","0.71849426000000108e2"],["-0.94903885000000002e2","0.71850266000000147e2"],["-0.95102492999999981e2","0.71851089000000002e2"],["-0.95119155999999975e2","0.71850266000000147e2"],["-0.95157227000000034e2","0.71845825000000048e2"],["-0.95179992999999968e2","0.71843048000000124e2"],["-0.95180557000000022e2","0.71842208999999968e2"],["-0.95192489999999964e2",71.84137000000004],["-0.95213333000000034e2","0.71843048000000124e2"],["-0.95231110000000001e2","0.71849152000000004e2"],["-0.95240829000000019e2","0.71853867000000037e2"],[-95.25167799999997,71.86053499999997],["-0.95256667999999934e2","0.71866928000000144e2"],["-0.95255004999999983e2","0.71895537999999988e2"],["-0.95222778000000005e2","0.71942200000000071e2"],["-0.95217498999999862e2","0.71944976999999994e2"],["-0.95201400999999976e2",71.94720500000011],[-94.97193900000002,"0.71975814999999955e2"],["-0.94741104000000007e2",71.99192800000003],["-0.94698043999999982e2","0.71993590999999924e2"],["-0.94661666999999966e2","0.71994980000000112e2"],["-0.94579726999999991e2",71.99693300000007],[-94.56361400000003,71.99693300000007],["-0.94530288999999982e2",71.99443100000002],["-0.94499435000000005e2","0.71988037000000134e2"],["-0.94487212999999997e2","0.71983322000000101e2"],["-0.94393615999999952e2","0.71938309000000004e2"],["-0.94387222000000008e2","0.71933868000000075e2"],["-0.94388610999999912e2","0.71924149000000114e2"],["-0.94460555999999997e2","0.71849426000000108e2"],[-94.47222899999997,"0.71847214000000065e2"],["-0.94506667999999991e2","0.71847762999999986e2"],["-0.94521118000000001e2","0.71849990999999932e2"],["-0.94539444000000003e2","0.71851379000000065e2"],["-0.94562499999999943e2","0.71849990999999932e2"],["-0.94574448000000018e2",71.84693900000002],[-94.64416499999993,"0.71818329000000006e2"],[-94.61860699999994,"0.71753326000000072e2"],["-0.94611937999999952e2",71.74971000000005],["-0.94599730999999906e2","0.71744704999999954e2"],["-0.94594161999999983e2","0.71743317000000047e2"],["-0.94569457999999941e2","0.71744979999999998e2"],["-0.94555831999999896e2","0.71750000000000057e2"],["-0.94538604999999961e2","0.71758331000000112e2"],["-0.94536391999999978e2","0.71761108000000036e2"],["-0.94528609999999958e2","0.71771378000000141e2"],["-0.94519729999999925e2",71.78915400000011],["-0.94497498000000007e2","0.71818329000000006e2"],[-94.48832699999997,"0.71824158000000011e2"],["-0.94484726000000023e2","0.71824706999999933e2"],["-0.94392226999999991e2",71.81442300000009],["-0.94366104000000007e2","0.71802475000000072e2"],["-0.94356658999999866e2","0.71796371000000022e2"],["-0.94354720999999984e2","0.71792479999999955e2"],["-0.94389998999999989e2",71.71775800000006],["-0.94419448999999986e2","0.71667205999999965e2"],["-0.94423889000000031e2",71.66137700000013],["-0.94418335000000013e2","0.71659987999999942e2"],[-94.40695199999999,"0.71660812000000135e2"],["-0.94368880999999988e2","0.71675262000000032e2"],["-0.94267226999999991e2","0.71730820000000051e2"],["-0.94258895999999993e2","0.71741928000000087e2"],["-0.94255843999999968e2","0.71753876000000105e2"],["-0.94242766999999958e2","0.71770828000000108e2"],["-0.94228058000000033e2","0.71781661999999983e2"],["-0.94207229999999925e2","0.71789428999999927e2"],["-0.94194442999999922e2","0.71791931000000034e2"],["-0.94181670999999994e2","0.71791931000000034e2"],["-0.94036941999999954e2","0.71787200999999982e2"],["-0.94023620999999991e2","0.71785812000000021e2"],["-0.94014724999999885e2","0.71781096999999988e2"],["-0.94008347000000015e2","0.71774993999999992e2"],["-0.94006393000000003e2","0.71763321000000019e2"],["-0.93993880999999988e2","0.71753052000000139e2"],["-0.93972503999999958e2","0.71745818999999983e2"],["-0.93942490000000021e2","0.71743590999999981e2"],["-0.93909728999999913e2","0.71744979999999998e2"],["-0.93888061999999991e2","0.71748322000000087e2"],["-0.93871383999999978e2","0.71753052000000139e2"],["-0.93850280999999995e2","0.71763321000000019e2"],["-0.93830841000000021e2","0.71771652000000074e2"],["-0.93818892999999889e2","0.71774703999999986e2"],["-0.93802215999999987e2","0.71775542999999971e2"],["-0.93784164000000033e2","0.71774155000000064e2"],["-0.93741942999999992e2","0.71769150000000025e2"],["-0.93726669000000015e2",71.76638800000012],[-93.71166999999997,"0.71761383000000023e2"],["-0.93707229999999925e2","0.71754990000000078e2"],["-0.93694153000000028e2","0.71716095000000109e2"],["-0.93696655000000021e2","0.71710815000000082e2"],["-0.93704452999999944e2","0.71705261000000064e2"],["-0.93737777999999992e2","0.71689423000000033e2"],["-0.93764724999999999e2","0.71679703000000131e2"],["-0.93811110999999926e2","0.71657486000000063e2"],["-0.93818618999999956e2","0.71651932000000102e2"],[-93.81138599999997,"0.71645538000000045e2"],["-0.93797226000000023e2","0.71639435000000105e2"],["-0.93658339999999896e2","0.71581940000000031e2"],["-0.93618057000000022e2",71.56860400000005],["-0.93589447000000007e2","0.71561371000000065e2"],["-0.93513061999999877e2","0.71544707999999957e2"],["-0.93494994999999903e2","0.71541656000000046e2"],["-0.93476944000000003e2","0.71540267999999969e2"],["-0.93428328999999962e2","0.71534149000000127e2"],["-0.93412216000000001e2","0.71530823000000055e2"],["-0.93230835000000013e2","0.71473602000000142e2"],["-0.93214171999999962e2","0.71467209000000139e2"],["-0.93201401000000033e2","0.71461380000000133e2"],[-93.18638599999997,"0.71435806000000127e2"],[-93.18638599999997,"0.71430267000000129e2"],[-93.18998699999986,"0.71423874000000012e2"],["-0.93193877999999927e2","0.71419433999999967e2"],["-0.93195540999999935e2","0.71413605000000132e2"],["-0.93190551999999968e2","0.71408035000000098e2"],["-0.93180556999999965e2","0.71401093000000003e2"],["-0.93142501999999979e2","0.71374985000000038e2"],["-0.93128875999999991e2","0.71368866000000025e2"],["-0.93101944000000003e2","0.71367477000000008e2"],["-0.93062774999999988e2",71.36943100000002],["-0.93045272999999952e2","0.71367751999999996e2"],["-0.93029175000000009e2",71.36442599999998],["-0.92997222999999963e2","0.71353866999999923e2"],["-0.92985824999999863e2","0.71348877000000073e2"],["-0.92977218999999934e2","0.71343872000000033e2"],["-0.92973891999999978e2","0.71340820000000122e2"],["-0.92941939999999931e2","0.71288879000000009e2"],["-0.92938599000000011e2","0.71270538000000045e2"],["-0.92936110999999926e2","0.71247481999999991e2"],["-0.92931945999999925e2","0.71220535000000041e2"],["-0.92930831999999953e2","0.71214432000000102e2"],["-0.92923889000000031e2","0.71207763999999941e2"],["-0.92854445999999996e2","0.71151382000000126e2"],["-0.92862777999999992e2","0.71139434999999992e2"],["-0.92869155999999975e2","0.71128036000000122e2"],["-0.92888610999999969e2","0.71074707000000103e2"],["-0.92889998999999932e2","0.71065810999999997e2"],["-0.92906951999999933e2","0.70912491000000102e2"],["-0.93030838000000017e2","0.70878860000000088e2"],["-0.93040833000000021e2","0.70877762000000018e2"],["-0.93048339999999996e2","0.70873870999999951e2"],["-0.93046111999999937e2","0.70867203000000018e2"],["-0.93042769999999905e2","0.70863876000000062e2"],["-0.93027495999999985e2","0.70852768000000083e2"],["-0.92982498000000021e2","0.70825546000000145e2"],["-0.92958618000000001e2","0.70817490000000078e2"],["-0.92928328999999962e2","0.70811371000000008e2"],["-0.92911391999999978e2","0.70809982000000048e2"],["-0.92813048999999978e2","0.70805817000000047e2"],["-0.92688598999999954e2","0.70775542999999971e2"],["-0.92676666000000012e2","0.70771652000000074e2"],["-0.92641112999999962e2",70.71527100000003],["-0.92639449999999954e2","0.70709991000000116e2"],["-0.92642501999999979e2","0.70706375000000094e2"],["-0.92621933000000013e2","0.70683594000000028e2"],["-0.92592772999999966e2","0.70685806000000127e2"],["-0.92430557000000022e2","0.70666091999999992e2"],["-0.92418059999999969e2",70.66304000000008],["-0.92208053999999947e2","0.70610260000000039e2"],["-0.92199158000000011e2","0.70606644000000017e2"],["-0.92169158999999979e2","0.70590271000000143e2"],["-0.92159163999999976e2","0.70584152000000074e2"],["-0.92157501000000025e2","0.70579163000000108e2"],["-0.92156661999999983e2","0.70573044000000095e2"],["-0.92168335000000013e2","0.70569992000000013e2"],["-0.92196105999999986e2","0.70571105999999986e2"],["-0.92228607000000011e2","0.70573608000000036e2"],["-0.92245543999999995e2","0.70571380999999974e2"],[-92.25,"0.70569716999999969e2"],["-0.92265014999999892e2","0.70551926000000037e2"],["-0.92265014999999892e2","0.70548035000000141e2"],[-92.25,"0.70501389000000131e2"],["-0.92238051999999982e2","0.70487198000000092e2"],["-0.92116652999999985e2","0.70470825000000048e2"],["-0.92110000999999897e2","0.70468322999999998e2"],["-0.91996947999999975e2","0.70390823000000069e2"],["-0.91987777999999992e2","0.70355820000000108e2"],["-0.91992492999999968e2","0.70320540999999992e2"],["-0.91995269999999948e2","0.70316665999999998e2"],["-0.91985549999999932e2","0.70289703000000031e2"],["-0.91959732000000031e2",70.2586060000001],["-0.91952224999999999e2","0.70255264000000125e2"],["-0.91946945000000028e2","0.70258041000000048e2"],["-0.91942214999999976e2","0.70263610999999969e2"],["-0.91920273000000009e2","0.70296370999999965e2"],["-0.91900283999999999e2","0.70330826000000116e2"],["-0.91903610000000015e2","0.70337204000000042e2"],[-91.904449,"0.70343323000000112e2"],[-91.89805599999994,"0.70349152000000117e2"],["-0.91890288999999996e2","0.70354431000000091e2"],["-0.91878052000000025e2","0.70358321999999987e2"],["-0.91867492999999968e2","0.70360260000000096e2"],["-0.91853058000000033e2","0.70361374000000069e2"],[-91.73721299999994,"0.70358596999999975e2"],["-0.91729720999999984e2","0.70356934000000081e2"],["-0.91703887999999949e2",70.34526100000005],["-0.91698883000000023e2","0.70342484000000127e2"],[-91.69387799999987,"0.70336380000000077e2"],["-0.91636123999999938e2","0.70231658999999979e2"],["-0.91565276999999924e2","0.70200546000000145e2"],["-0.91524169999999913e2","0.70179153000000042e2"],["-0.91513625999999931e2","0.70167206000000078e2"],["-0.91511948000000018e2","0.70158875000000023e2"],["-0.91511397999999986e2","0.70152771000000143e2"],["-0.91516953000000001e2","0.70146378000000027e2"],["-0.91529174999999952e2","0.70142487000000131e2"],["-0.91542495999999915e2","0.70140823000000125e2"],["-0.91578063999999927e2",70.13749700000011],["-0.91916655999999989e2","0.70119980000000055e2"],["-0.91953339000000028e2","0.70118317000000104e2"],["-0.91972228999999913e2","0.70118591000000038e2"],["-0.92003890999999953e2","0.70121368000000132e2"],["-0.92021392999999989e2","0.70123596000000077e2"],["-0.92036117999999931e2","0.70126923000000033e2"],["-0.92049438000000009e2","0.70132202000000007e2"],[-92.05749499999996,"0.70136932000000058e2"],["-0.92234436000000017e2","0.70212203999999986e2"],["-0.92268341000000021e2","0.70208878000000141e2"],["-0.92393065999999976e2","0.70150543000000027e2"],["-0.92450287000000003e2",70.0711060000001],["-0.92432220000000029e2","0.70075546000000088e2"],["-0.92285278000000005e2","0.70089706000000035e2"],["-0.92268341000000021e2","0.70090546000000074e2"],["-0.92177489999999977e2","0.70088318000000072e2"],["-0.92129990000000021e2","0.70084991000000002e2"],["-0.92087508999999898e2","0.70079711999999972e2"],["-0.92026397999999972e2","0.70066376000000048e2"],["-0.91993056999999965e2","0.70058594000000085e2"],["-0.91985274999999945e2","0.70053864000000033e2"],["-0.91939712999999983e2","0.70020263999999997e2"],["-0.91946654999999907e2","0.70015823000000069e2"],["-0.92114440999999999e2","0.69956375000000037e2"],["-0.92148894999999925e2","0.69946639999999945e2"],["-0.92203887999999949e2",69.92053199999998],["-0.92369445999999982e2","0.69847763000000043e2"],["-0.92543335000000013e2","0.69780548000000067e2"],["-0.92658614999999998e2","0.69761108000000092e2"],["-0.92778610000000015e2","0.69722214000000008e2"],["-0.92775283999999999e2","0.69706375000000094e2"],["-0.92565552000000025e2",69.71276899999998],["-0.92551392000000021e2","0.69712494000000106e2"],["-0.92535004000000015e2","0.69709427000000005e2"],["-0.92535277999999948e2","0.69705261000000121e2"],["-0.92709732000000031e2","0.69673874000000012e2"],["-0.92728881999999999e2",69.67164600000001],["-0.92743805000000009e2","0.69671951000000035e2"],["-0.92777221999999938e2","0.69676086000000055e2"],["-0.92858046999999999e2",69.6827550000001],["-0.92871384000000035e2","0.69682480000000112e2"],["-0.92908889999999985e2","0.69680541999999946e2"],["-0.92922774999999888e2","0.69679427999999973e2"],["-0.92923614999999927e2",69.678314],["-0.92920273000000009e2","0.69669708000000071e2"],["-0.92897506999999962e2","0.69665543000000071e2"],["-0.92836120999999991e2","0.69655822999999998e2"],["-0.92827498999999989e2","0.69655822999999998e2"],["-0.92694442999999978e2","0.69656372000000147e2"],["-0.92634726999999998e2","0.69671088999999938e2"],["-0.92629378999999972e2","0.69673592000000099e2"],["-0.92619056999999998e2","0.69675758000000087e2"],[-92.5625,"0.69687484999999981e2"],["-0.92523620999999935e2","0.69692749000000106e2"],["-0.92506957999999941e2","0.69693588000000091e2"],["-0.92340835999999967e2","0.69694138000000123e2"],["-0.92305831999999896e2","0.69665817000000004e2"],["-0.92205276000000026e2","0.69645538000000101e2"],["-0.92091110000000015e2","0.69624695000000031e2"],["-0.92088333000000034e2",69.62303200000008],["-0.92088607999999965e2","0.69618865999999969e2"],["-0.92090835999999911e2","0.69616089000000102e2"],["-0.92110549999999932e2","0.69613036999999963e2"],["-0.92122771999999998e2","0.69612198000000035e2"],["-0.92134170999999981e2","0.69612488000000042e2"],["-0.92243606999999884e2","0.69630264000000011e2"],[-92.28195199999999,"0.69639984000000084e2"],["-0.92291107000000011e2","0.69641373000000101e2"],["-0.92300551999999925e2","0.69641663000000108e2"],["-0.92297501000000011e2","0.69636932000000002e2"],["-0.92124709999999936e2","0.69554977000000065e2"],["-0.92084166999999979e2","0.69544708000000014e2"],["-0.91938323999999909e2","0.69517761000000121e2"],["-0.91803329000000019e2","0.69498870999999951e2"],["-0.91804168999999888e2","0.69504990000000021e2"],["-0.91798339999999939e2","0.69513885000000016e2"],["-0.91497498000000007e2","0.69658600000000092e2"],["-0.91485001000000011e2","0.69663315000000125e2"],["-0.91475280999999939e2","0.69664429000000098e2"],["-0.91450835999999981e2",69.65887499999991],["-0.91418883999999935e2",69.65554800000001],["-0.91314163000000008e2","0.69652771000000087e2"],["-0.91221114999999998e2","0.69653320000000008e2"],["-0.91202224999999942e2","0.69655258000000003e2"],["-0.91188599000000011e2",69.65387000000004],["-0.91097777999999948e2","0.69638321000000133e2"],["-0.91094161999999983e2","0.69636108000000036e2"],[-91.091949,"0.69631652999999972e2"],["-0.91095275999999956e2","0.69626647999999932e2"],["-0.91101943999999946e2","0.69620819000000097e2"],["-0.91105835000000013e2","0.69619141000000013e2"],["-0.91334441999999967e2","0.69552765000000022e2"],[-91.36082499999992,69.54553199999998],["-0.91380554000000018e2","0.69542480000000069e2"],["-0.91396118000000001e2","0.69541091999999992e2"],["-0.91460555999999997e2","0.69539703000000145e2"],["-0.91494720000000029e2","0.69537201000000096e2"],["-0.91514450000000011e2","0.69534148999999957e2"],["-0.91562774999999931e2","0.69522491000000116e2"],["-0.91570281999999963e2","0.69520264000000054e2"],[-91.56639100000001,"0.69514708999999982e2"],["-0.91557770000000005e2","0.69508041000000048e2"],["-0.91553878999999995e2","0.69505554000000132e2"],["-0.91402221999999938e2","0.69522217000000012e2"],["-0.91333618000000001e2","0.69534988000000112e2"],["-0.91321670999999924e2","0.69538879000000009e2"],["-0.91192215000000033e2","0.69562759000000028e2"],[-91.17971799999998,"0.69558868000000132e2"],["-0.91160277999999892e2","0.69546097000000032e2"],[-91.15055799999999,"0.69537201000000096e2"],["-0.91146666999999923e2","0.69531662000000097e2"],["-0.91143616000000009e2","0.69525268999999923e2"],["-0.91138610999999855e2","0.69519150000000081e2"],["-0.91128326000000015e2","0.69514160000000061e2"],["-0.91114166000000012e2","0.69510817999999915e2"],["-0.91102782999999988e2","0.69508881000000088e2"],["-0.90969727000000034e2","0.69511383000000137e2"],["-0.90830001999999922e2","0.69484984999999995e2"],["-0.90758620999999948e2","0.69482758000000103e2"],["-0.90751953000000015e2","0.69487198000000149e2"],["-0.90751403999999866e2",69.49275200000011],["-0.90758057000000008e2","0.69501389000000131e2"],["-0.90755843999999968e2","0.69507217000000082e2"],["-0.90754181000000017e2","0.69509155000000021e2"],["-0.90716109999999958e2","0.69539429000000041e2"],["-0.90698607999999922e2","0.69539429000000041e2"],["-0.90651108000000022e2","0.69534424000000001e2"],["-0.90536666999999909e2","0.69513885000000016e2"],["-0.90493332000000009e2","0.69504166000000055e2"],["-0.90436661000000015e2","0.69489700000000028e2"],["-0.90318619000000012e2","0.69454437000000041e2"],["-0.90307769999999948e2","0.69450272000000041e2"],["-0.90307769999999948e2",69.44720500000011],["-0.90319457999999997e2","0.69440536000000009e2"],[-90.34445199999999,"0.69432205000000124e2"],["-0.90358046999999942e2","0.69429703000000075e2"],["-0.90396392999999875e2","0.69428589000000102e2"],["-0.90411391999999921e2","0.69431365999999969e2"],["-0.90427489999999977e2","0.69440811000000053e2"],[-90.43360899999999,"0.69444976999999938e2"],["-0.90438323999999966e2","0.69448029000000076e2"],["-0.90450561999999991e2","0.69450272000000041e2"],["-0.90463332999999921e2","0.69448593000000017e2"],["-0.90493332000000009e2","0.69440811000000053e2"],["-0.90555556999999965e2","0.69422485000000052e2"],["-0.90613891999999908e2","0.69451096000000007e2"],["-0.90621932999999956e2","0.69453323000000012e2"],["-0.90703612999999962e2","0.69453598000000056e2"],["-0.90704453000000001e2","0.69451385000000073e2"],["-0.90698607999999922e2","0.69446091000000138e2"],["-0.90636948000000018e2","0.69429703000000075e2"],["-0.90585830999999985e2","0.69419144000000017e2"],["-0.90582229999999925e2","0.69416931000000034e2"],["-0.90584732000000031e2",69.41415399999994],["-0.90600829999999974e2","0.69408599999999979e2"],["-0.90694991999999957e2","0.69389709000000096e2"],["-0.90705275999999969e2","0.69387772000000098e2"],["-0.90718613000000005e2","0.69387772000000098e2"],["-0.90741378999999938e2","0.69382750999999928e2"],["-0.90790282999999988e2","0.69362762000000032e2"],["-0.90809432999999956e2","0.69342209000000139e2"],["-0.90813048999999921e2","0.69338318000000072e2"],["-0.90815826000000015e2","0.69333327999999995e2"],["-0.90818619000000012e2","0.69298598999999967e2"],["-0.90815001999999993e2","0.69293319999999994e2"],[-90.80860899999999,"0.69287490999999989e2"],["-0.90805557000000022e2","0.69282761000000107e2"],["-0.90803878999999995e2","0.69259720000000073e2"],["-0.90804717999999923e2","0.69255829000000006e2"],["-0.90809432999999956e2","0.69253326000000015e2"],["-0.90822234999999978e2","0.69251663000000121e2"],["-0.90903885000000002e2","0.69246368000000075e2"],["-0.90920837000000006e2","0.69246368000000075e2"],["-0.90931380999999931e2","0.69247482000000048e2"],["-0.91081115999999952e2","0.69266936999999984e2"],["-0.91214721999999938e2","0.69290268000000083e2"],["-0.91296386999999925e2",69.3119200000001],["-0.91345276000000013e2","0.69328049000000021e2"],["-0.91355834999999956e2","0.69332214000000022e2"],["-0.91426391999999964e2","0.69350540000000024e2"],["-0.91438599000000011e2","0.69352768000000026e2"],["-0.91447220000000016e2","0.69352768000000026e2"],["-0.91446655000000021e2","0.69349716000000058e2"],["-0.91431945999999982e2",69.33859300000006],["-0.91335281000000009e2","0.69304428000000144e2"],["-0.91130553999999961e2",69.24192800000003],["-0.91031386999999938e2","0.69218323000000055e2"],["-0.90918883999999935e2","0.69160812000000078e2"],["-0.90895003999999972e2","0.69150818000000072e2"],["-0.90815001999999993e2","0.69133606000000043e2"],["-0.90664718999999991e2","0.69083328000000051e2"],["-0.90654998999999918e2","0.69078049000000078e2"],["-0.90654174999999952e2",69.07609599999995],[-90.654449,"0.69070541000000048e2"],["-0.90660552999999993e2","0.69059982000000048e2"],["-0.90669448999999929e2","0.69049987999999985e2"],["-0.90583892999999989e2","0.68928864000000033e2"],["-0.90544998000000021e2","0.68911102000000142e2"],["-0.90528884999999946e2","0.68908600000000092e2"],[-90.47444200000001,"0.68890549000000078e2"],["-0.90436385999999914e2","0.68874419999999986e2"],["-0.90419448999999986e2","0.68840820000000065e2"],["-0.90446105999999986e2","0.68779709000000139e2"],["-0.90449158000000011e2",68.77609300000006],["-0.90454177999999956e2","0.68773605000000089e2"],["-0.90464721999999995e2","0.68770827999999995e2"],["-0.90478332999999964e2","0.68768326000000116e2"],["-0.90492492999999968e2","0.68767761000000064e2"],["-0.90497498000000007e2","0.68768326000000116e2"],["-0.90501113999999973e2","0.68770827999999995e2"],["-0.90513900999999976e2","0.68759155000000135e2"],["-0.90526672000000019e2","0.68744431000000134e2"],["-0.90527785999999992e2",68.736649],["-0.90522507000000019e2","0.68729980000000069e2"],["-0.90506957999999997e2","0.68724990999999932e2"],["-0.90480285999999921e2","0.68707764000000111e2"],["-0.90479172000000005e2","0.68705826000000002e2"],[-90.47444200000001,"0.68530822999999941e2"],["-0.90509734999999978e2","0.68495254999999929e2"],["-0.90519454999999994e2","0.68487487999999985e2"],["-0.90528335999999911e2","0.68483322000000101e2"],["-0.90557770000000005e2","0.68474700999999982e2"],["-0.90584732000000031e2","0.68465546000000131e2"],["-0.90603881999999999e2","0.68455826000000059e2"],["-0.90607772999999952e2","0.68451096000000007e2"],["-0.90606658999999979e2","0.68446091000000138e2"],["-0.90603881999999999e2","0.68439697000000081e2"],["-0.90601395000000025e2","0.68436371000000065e2"],[-90.55999799999995,"0.68423599000000024e2"],["-0.90523894999999982e2","0.68414428999999984e2"],["-0.90466948999999886e2","0.68403869999999984e2"],["-0.90361938000000009e2","0.68384155000000135e2"],["-0.90332779000000016e2","0.68378036000000122e2"],["-0.90317504999999983e2","0.68373306000000071e2"],["-0.90315001999999993e2","0.68369980000000055e2"],["-0.90319167999999991e2","0.68368317000000104e2"],["-0.90343886999999938e2","0.68365265000000022e2"],["-0.90367492999999911e2","0.68345261000000107e2"],["-0.90271392999999989e2","0.68238876000000118e2"],["-0.90255004999999926e2",68.23275799999999],["-0.90232772999999952e2","0.68230270000000019e2"],["-0.90207229999999925e2","0.68231093999999985e2"],["-0.90178604000000007e2","0.68235809000000017e2"],["-0.90144454999999994e2","0.68243866000000025e2"],["-0.90132216999999912e2",68.24859600000002],["-0.90122771999999941e2",68.25360100000006],["-0.90119720000000029e2","0.68257216999999969e2"],["-0.90118057000000022e2","0.68262206999999989e2"],["-0.90038604999999961e2","0.68352202999999975e2"],["-0.89985275000000001e2","0.68396102999999982e2"],["-0.89912216000000001e2","0.68467209000000025e2"],["-0.89893065999999919e2","0.68543319999999937e2"],["-0.89911666999999966e2","0.68547484999999938e2"],["-0.89919998000000021e2","0.68553588999999988e2"],["-0.89927779999999984e2","0.68563599000000067e2"],["-0.89948607999999979e2","0.68599426000000051e2"],["-0.89950561999999991e2",68.60386699999998],["-0.89949721999999952e2","0.68607758000000047e2"],["-0.89894729999999868e2",68.65248100000008],[-89.80972300000002,68.71026599999999],["-0.89802489999999921e2","0.68712203999999929e2"],["-0.89789168999999958e2",68.71026599999999],["-0.89780563000000029e2","0.68705826000000002e2"],["-0.89763335999999924e2","0.68690536000000009e2"],["-0.89757507000000032e2","0.68684708000000057e2"],["-0.89746947999999975e2","0.68669708000000128e2"],["-0.89729172000000005e2","0.68699142000000109e2"],["-0.89693328999999949e2","0.68763885000000016e2"],[-89.68472300000002,"0.68810257000000092e2"],["-0.89687499999999943e2","0.68819716999999969e2"],["-0.89689986999999917e2","0.68824707000000046e2"],["-0.89714721999999995e2","0.68846939000000077e2"],["-0.89733886999999925e2","0.68881653000000142e2"],["-0.89739166000000012e2","0.68892761000000121e2"],["-0.89756957999999884e2","0.68939972000000012e2"],[-89.75556899999998,"0.68954162999999994e2"],["-0.89753066999999987e2","0.68958327999999995e2"],[-89.71665999999999,"0.69006104000000107e2"],["-0.89707229999999925e2","0.69014709000000096e2"],["-0.89700561999999991e2","0.69019150000000025e2"],["-0.89684433000000013e2","0.69028870000000097e2"],["-0.89666107000000011e2","0.69038315000000011e2"],["-0.89644164999999987e2","0.69048325000000091e2"],["-0.89582779000000016e2",69.06860400000005],[-89.56082200000003,"0.69077209000000039e2"],["-0.89529357999999945e2","0.69090606999999977e2"],["-0.89489990000000034e2","0.69110535000000027e2"],["-0.89482497999999907e2","0.69115540000000067e2"],["-0.89458618000000001e2","0.69133606000000043e2"],["-0.89402221999999995e2","0.69178863999999976e2"],["-0.89398620999999935e2","0.69182479999999998e2"],["-0.89394454999999937e2","0.69193039000000056e2"],["-0.89394454999999937e2","0.69199141999999995e2"],["-0.89396956999999929e2","0.69208602999999982e2"],["-0.89394454999999937e2","0.69214431999999988e2"],["-0.89389998999999932e2","0.69219147000000021e2"],["-0.89322234999999921e2","0.69247208000000114e2"],["-0.89306655999999919e2","0.69251389000000017e2"],["-0.89258621000000005e2","0.69259995000000117e2"],[-89.220551,"0.69266663000000051e2"],["-0.89174164000000019e2","0.69273315000000139e2"],["-0.89134170999999981e2","0.69275542999999914e2"],["-0.89114440999999886e2",69.27526899999998],[-89.09056099999998,"0.69271927000000062e2"],["-0.89049987999999985e2","0.69264435000000105e2"],["-0.89038054999999872e2","0.69261931999999945e2"],["-0.88999435000000005e2","0.69251389000000017e2"],["-0.88968886999999938e2",69.24136400000009],["-0.88942489999999964e2","0.69229980000000012e2"],["-0.88938048999999978e2","0.69226928999999984e2"],["-0.88935546999999985e2","0.69222214000000122e2"],[-88.93472300000002,"0.69219986000000006e2"],[-88.9375,"0.69214156999999943e2"],["-0.88936660999999958e2","0.69209152000000074e2"],["-0.88929992999999968e2","0.69198029000000133e2"],["-0.88870269999999948e2","0.69148605000000089e2"],[-88.85943599999996,"0.69142211999999972e2"],["-0.88782501000000025e2","0.69103043000000071e2"],["-0.88772507000000019e2","0.69098876999999959e2"],[-88.62388599999997,69.042755],["-0.88480285999999978e2","0.68998871000000065e2"],["-0.88457229999999925e2","0.68992752000000053e2"],["-0.88406113000000005e2","0.68982758000000047e2"],["-0.88270844000000011e2","0.68934981999999934e2"],["-0.88208618000000001e2","0.68911652000000004e2"],["-0.88197768999999994e2","0.68906647000000135e2"],["-0.88115829000000019e2","0.68860535000000084e2"],["-0.88082229999999981e2","0.68841370000000097e2"],["-0.88052215999999987e2","0.68823044000000095e2"],["-0.88038329999999974e2","0.68814147999999989e2"],["-0.87971664000000033e2","0.68766097999999943e2"],[-87.96444699999995,"0.68760543999999982e2"],["-0.87947768999999994e2","0.68731659000000093e2"],["-0.87921660999999915e2","0.68673035000000027e2"],["-0.87916655999999989e2","0.68656372000000147e2"],["-0.87917496000000028e2","0.68647491000000059e2"],["-0.87925002999999947e2","0.68632476999999994e2"],[-87.93499799999995,68.61943100000002],["-0.87942489999999907e2","0.68610809000000017e2"],["-0.87947768999999994e2","0.68605255000000056e2"],["-0.87933883999999978e2","0.68576935000000049e2"],["-0.87924163999999905e2","0.68559708000000001e2"],["-0.87883621000000005e2","0.68494430999999963e2"],["-0.87881377999999984e2","0.68491089000000045e2"],["-0.87841675000000009e2","0.68432479999999998e2"],["-0.87835555999999997e2",68.42442299999999],["-0.87817504999999926e2","0.68417206000000078e2"],["-0.87798614999999984e2",68.40525800000006],["-0.87791672000000005e2","0.68398330999999985e2"],["-0.87789718999999934e2","0.68391937000000098e2"],["-0.87789444000000003e2","0.68386658000000125e2"],["-0.87792220999999927e2","0.68334427000000005e2"],["-0.87800551999999925e2",68.3119200000001],["-0.87845276000000013e2","0.68247757000000092e2"],["-0.87848891999999864e2","0.68244141000000013e2"],["-0.87929168999999945e2","0.68197204999999997e2"],[-87.93582200000003,"0.68195815999999979e2"],["-0.87946945000000028e2","0.68198593000000074e2"],["-0.88106658999999866e2","0.68242751999999996e2"],[-88.22193900000002,68.36554000000001],["-0.88384445000000028e2","0.68291092000000049e2"],["-0.88392226999999991e2","0.68287490999999989e2"],["-0.88395553999999947e2","0.68285263000000043e2"],["-0.88401671999999962e2","0.68280272999999966e2"],["-0.88403335999999911e2","0.68275542999999971e2"],["-0.88402785999999878e2","0.68270263999999997e2"],["-0.88398345999999947e2","0.68260544000000095e2"],["-0.88380829000000006e2",68.24552900000009],["-0.88361937999999952e2","0.68233871000000079e2"],["-0.88342498999999975e2","0.68223602000000028e2"],["-0.88334732000000031e2","0.68217484000000127e2"],["-0.88330841000000021e2","0.68213043000000027e2"],["-0.88279723999999931e2","0.68118041999999946e2"],["-0.88277495999999985e2",68.111649],["-0.88277785999999992e2","0.68105545000000006e2"],["-0.88283065999999963e2","0.68099990999999989e2"],["-0.88315551999999968e2","0.68086104999999975e2"],["-0.88331680000000006e2","0.68076385000000073e2"],["-0.88338332999999977e2","0.68070541000000105e2"],["-0.88341109999999901e2","0.68064987000000087e2"],["-0.88347777999999948e2","0.68037201000000039e2"],["-0.88366942999999992e2",68.03166200000004],["-0.88381103999999993e2","0.68025269000000094e2"],["-0.88372771999999941e2",67.96887200000009],["-0.88370834000000002e2","0.67959152000000017e2"],[-88.36860699999994,"0.67954436999999984e2"],["-0.88285278000000005e2",67.81721500000009],["-0.88276397999999972e2",67.80304000000001],["-0.88269164999999987e2","0.67793594000000041e2"],["-0.88160552999999993e2","0.67682479999999941e2"],["-0.88151107999999908e2","0.67673309000000017e2"],["-0.88139449999999954e2","0.67664428999999984e2"],["-0.88124999999999943e2",67.65554800000001],["-0.88095839999999953e2","0.67642487000000074e2"],["-0.88066100999999946e2","0.67634720000000129e2"],["-0.88009170999999924e2","0.67622757000000092e2"],["-0.87979996000000028e2","0.67615814000000114e2"],["-0.87965285999999992e2","0.67611649000000114e2"],["-0.87955841000000021e2","0.67607483000000002e2"],["-0.87881377999999984e2","0.67568054000000132e2"],["-0.87841385000000002e2","0.67536102000000142e2"],["-0.87827224999999999e2","0.67527206000000035e2"],["-0.87789169000000015e2","0.67505263999999954e2"],["-0.87623046999999929e2","0.67412491000000102e2"],["-0.87606383999999935e2","0.67403869999999984e2"],["-0.87585007000000019e2","0.67395264000000054e2"],[-87.53694200000001,"0.67378860000000088e2"],["-0.87460830999999985e2","0.67344147000000135e2"],["-0.87357773000000009e2","0.67262207000000046e2"],["-0.87359160999999972e2","0.67247482000000048e2"],["-0.87361938000000009e2","0.67242203000000075e2"],["-0.87429168999999945e2","0.67208603000000039e2"],["-0.87440551999999968e2","0.67204987000000131e2"],["-0.87486664000000019e2","0.67194138000000066e2"],["-0.87497771999999941e2","0.67190536000000122e2"],[-87.50556899999998,"0.67185256999999979e2"],["-0.87511397999999986e2","0.67174988000000099e2"],["-0.87511948000000018e2","0.67169983000000059e2"],["-0.87516953000000001e2","0.67115540000000124e2"],["-0.87510284000000013e2","0.67112198000000149e2"],["-0.87497498000000007e2","0.67115265000000079e2"],["-0.87322784000000013e2","0.67162766000000147e2"],["-0.87240828999999906e2","0.67216094999999939e2"],["-0.87117766999999958e2","0.67212769000000094e2"],["-0.87069732999999928e2","0.67219437000000084e2"],["-0.86968612999999948e2","0.67245255000000043e2"],[-86.96305799999999,"0.67250548999999978e2"],["-0.86967498999999975e2","0.67255264000000011e2"],["-0.87008895999999936e2","0.67282211000000132e2"],["-0.87075561999999934e2","0.67327209000000039e2"],["-0.87086670000000026e2","0.67336379999999963e2"],["-0.87090560999999923e2","0.67345825000000048e2"],["-0.87089995999999985e2","0.67350815000000125e2"],["-0.87081389999999999e2","0.67354430999999977e2"],["-0.86874435000000005e2","0.67404984000000127e2"],["-0.86804169000000002e2","0.67420821999999987e2"],[-86.79222099999987,"0.67422485000000108e2"],["-0.86779175000000009e2","0.67422211000000004e2"],["-0.86765288999999939e2","0.67419144000000074e2"],["-0.86709731999999974e2","0.67388046000000031e2"],["-0.86689163000000008e2",67.3744200000001],[-86.68472300000002,"0.67369980000000055e2"],["-0.86675551999999982e2","0.67365540000000067e2"],["-0.86647232000000031e2","0.67358322000000044e2"],["-0.86592498999999975e2","0.67345261000000107e2"],["-0.86579726999999991e2","0.67344986000000063e2"],["-0.86543883999999935e2","0.67344986000000063e2"],[-86.53195199999999,"0.67346649000000014e2"],["-0.86523620999999991e2","0.67352203000000031e2"],["-0.86518065999999976e2","0.67357208000000071e2"],["-0.86509170999999981e2",67.36775200000011],[-86.50306699999993,"0.67377762000000018e2"],["-0.86473891999999978e2","0.67468596999999988e2"],["-0.86472777999999892e2","0.67478592000000049e2"],[-86.47444200000001,"0.67483322000000101e2"],[-86.49499499999996,67.49693300000007],["-0.86485001000000011e2","0.67516936999999984e2"],["-0.86452224999999999e2","0.67592484000000127e2"],["-0.86451401000000033e2","0.67597488000000112e2"],["-0.86455840999999964e2","0.67601929000000041e2"],["-0.86465285999999935e2","0.67606369000000029e2"],["-0.86479720999999984e2","0.67610535000000141e2"],["-0.86488892000000021e2","0.67614699999999971e2"],["-0.86521392999999932e2","0.67671921000000111e2"],["-0.86525283999999999e2","0.67681366000000139e2"],["-0.86508056999999894e2",67.69720500000011],["-0.86359160999999915e2","0.67827773999999977e2"],["-0.86350554999999986e2","0.67833327999999938e2"],["-0.86286941999999897e2","0.67869979999999941e2"],["-0.86098052999999993e2","0.67978043000000014e2"],["-0.86041381999999942e2","0.68000549000000035e2"],["-0.86029723999999931e2","0.68004990000000134e2"],["-0.86005004999999983e2","0.68008330999999998e2"],[-85.99221799999998,"0.68009155000000135e2"],["-0.85979995999999915e2","0.68011658000000125e2"],["-0.85898346000000004e2","0.68046097000000145e2"],["-0.85892501999999979e2","0.68051376000000118e2"],["-0.85890838999999971e2","0.68061371000000065e2"],["-0.85912506000000008e2","0.68084717000000069e2"],["-0.85916396999999961e2","0.68094147000000135e2"],["-0.85914443999999946e2","0.68104155999999989e2"],["-0.85888061999999991e2","0.68189697000000137e2"],["-0.85842772999999966e2","0.68317214999999976e2"],["-0.85839172000000019e2","0.68321381000000088e2"],["-0.85712783999999942e2","0.68411652000000117e2"],["-0.85726943999999946e2","0.68486374000000012e2"],["-0.85733321999999987e2","0.68598602000000085e2"],["-0.85675277999999992e2","0.68711104999999975e2"],["-0.85663619999999923e2","0.68726929000000098e2"],["-0.85645843999999954e2","0.68737488000000099e2"],["-0.85633895999999936e2","0.68741928000000144e2"],["-0.85620269999999948e2","0.68741653000000099e2"],["-0.85606383999999991e2","0.68740265000000022e2"],["-0.85591675000000009e2","0.68737198000000092e2"],["-0.85569457999999941e2","0.68728317000000004e2"],["-0.85558043999999938e2","0.68726089000000002e2"],["-0.85494445999999925e2","0.68736923000000104e2"],["-0.85481948999999929e2","0.68739426000000037e2"],["-0.85466171000000031e2","0.68749992000000134e2"],["-0.85464164999999923e2","0.68752991000000122e2"],["-0.85464721999999938e2","0.68759720000000016e2"],["-0.85507781999999963e2","0.68766662999999994e2"],["-0.85550827000000027e2","0.68773315000000082e2"],["-0.85562774999999988e2",68.776657],[-85.55360399999995,"0.68781097000000045e2"],["-0.85540833000000021e2",68.78276100000005],["-0.85514175000000023e2","0.68783875000000023e2"],["-0.85458053999999947e2","0.68777770999999973e2"],["-0.85415008999999998e2","0.68770827999999995e2"],["-0.85371383999999978e2","0.68762207000000103e2"],["-0.85361664000000019e2","0.68757767000000058e2"],["-0.85368056999999965e2","0.68752486999999974e2"],["-0.85379439999999988e2","0.68747208000000001e2"],["-0.85388335999999981e2","0.68741928000000144e2"],["-0.85384170999999981e2","0.68737198000000092e2"],["-0.85328612999999962e2","0.68724990999999932e2"],["-0.85314162999999951e2","0.68722762999999986e2"],["-0.85228881999999999e2",68.71026599999999],["-0.85215835999999967e2","0.68710815000000139e2"],["-0.85209166999999979e2","0.68714996000000042e2"],["-0.85210830999999985e2","0.68719711000000075e2"],[-85.21945199999999,"0.68729155999999932e2"],["-0.85226669000000015e2","0.68733597000000032e2"],["-0.85148345999999947e2","0.68750000000000114e2"],["-0.85067504999999926e2","0.68749710000000107e2"],["-0.84912780999999939e2","0.68746933000000013e2"],["-0.84898055999999997e2","0.68742477000000065e2"],["-0.84883895999999993e2","0.68740265000000022e2"],["-0.84801102000000014e2",68.73414600000001],["-0.84787215999999944e2","0.68733597000000032e2"],["-0.84775283999999999e2","0.68737198000000092e2"],["-0.84767501999999922e2","0.68747208000000001e2"],["-0.84760009999999909e2","0.68757217000000026e2"],["-0.84752791999999999e2","0.68767487000000131e2"],["-0.84754180999999903e2","0.68772217000000012e2"],["-0.84761123999999995e2","0.68776932000000045e2"],["-0.84834732000000031e2","0.68820541000000105e2"],["-0.84846664000000033e2",68.82388300000008],["-0.84860824999999977e2","0.68825272000000041e2"],["-0.84899993999999936e2","0.68820541000000105e2"],["-0.84912216000000001e2","0.68818054000000018e2"],["-0.84976944000000003e2","0.68809418000000107e2"],["-0.85003615999999909e2","0.68808318999999983e2"],["-0.85031677000000002e2","0.68810806000000014e2"],["-0.85131942999999922e2","0.68826934999999992e2"],["-0.85143889999999942e2","0.68830276000000026e2"],["-0.85163054999999929e2","0.68839157000000114e2"],[-85.17721599999993,"0.68848328000000095e2"],["-0.85184158000000025e2","0.68853043000000127e2"],["-0.85192764000000011e2","0.68862198000000149e2"],["-0.85194442999999865e2","0.68867203000000018e2"],["-0.85190826000000015e2","0.68872208000000057e2"],["-0.85177779999999984e2",68.87359600000002],[-85.15306099999998,"0.68873032000000023e2"],[-85.125,"0.68870254999999986e2"],["-0.85053329000000019e2","0.68858871000000022e2"],["-0.85039992999999981e2","0.68859421000000054e2"],["-0.85005568999999923e2","0.68877472000000068e2"],["-0.85001952999999958e2","0.68882477000000108e2"],[-84.99749799999995,"0.68925812000000064e2"],["-0.85007232999999871e2","0.68930267000000129e2"],["-0.85021117999999944e2","0.68931656000000089e2"],["-0.85046660999999972e2","0.68926651000000049e2"],["-0.85059998000000007e2","0.68925812000000064e2"],[-85.08805799999999,"0.68928588999999988e2"],["-0.85116942999999935e2",68.93331900000004],["-0.85129439999999931e2","0.68937485000000095e2"],["-0.85136123999999995e2","0.68942200000000128e2"],["-0.85140563999999927e2","0.68946640000000002e2"],["-0.85136947999999961e2","0.68951935000000049e2"],["-0.85127776999999924e2","0.68956100000000049e2"],["-0.85115004999999996e2","0.68958603000000039e2"],["-0.85087508999999955e2","0.68958037999999988e2"],["-0.84973785000000021e2","0.68946869000000106e2"],["-0.84914718999999991e2","0.68938034000000073e2"],["-0.84818893000000003e2","0.68927765000000022e2"],["-0.84805831999999953e2","0.68929152999999928e2"],["-0.84796386999999982e2","0.68933594000000028e2"],["-0.84791381999999942e2",68.94331399999993],["-0.84793334999999956e2","0.68948318000000086e2"],["-0.84799987999999871e2","0.68952774000000034e2"],["-0.84809433000000013e2","0.68957214000000022e2"],["-0.84821945000000028e2","0.68961655000000121e2"],["-0.84837219000000005e2","0.68965820000000122e2"],["-0.84851394999999968e2","0.68968323000000112e2"],["-0.84865554999999915e2","0.68969711000000018e2"],["-0.84906951999999933e2","0.68971649000000127e2"],["-0.84921386999999982e2","0.68973877000000073e2"],["-0.84936110999999926e2","0.68977203000000145e2"],["-0.84986922999999933e2","0.68999511999999982e2"],["-0.84981673999999941e2","0.69007492000000013e2"],["-0.84957779000000016e2","0.69017487000000074e2"],["-0.84944442999999978e2","0.69018051000000014e2"],["-0.84836394999999925e2","0.69012772000000041e2"],["-0.84720000999999968e2","0.69006943000000035e2"],["-0.84591674999999952e2","0.68994431000000077e2"],["-0.84578063999999983e2","0.68993866000000025e2"],["-0.84565552000000025e2","0.68997482000000105e2"],["-0.84541381999999999e2","0.69007216999999969e2"],["-0.84532227000000034e2","0.69012497000000053e2"],["-0.84528335999999967e2","0.69017487000000074e2"],["-0.84535277999999948e2","0.69022217000000126e2"],["-0.84563613999999973e2","0.69025818000000015e2"],["-0.84745543999999995e2","0.69039703000000088e2"],["-0.84953887999999949e2","0.69085815000000139e2"],["-0.85108337000000006e2","0.69113312000000121e2"],["-0.85020554000000004e2","0.69160262999999929e2"],["-0.85006957999999941e2","0.69160812000000078e2"],["-0.84994155999999919e2","0.69163315000000068e2"],["-0.84987502999999947e2","0.69168594000000041e2"],["-0.84994719999999973e2","0.69173035000000141e2"],["-0.85008895999999993e2","0.69174423000000047e2"],["-0.85064712999999927e2","0.69176926000000037e2"],["-0.85143775999999946e2","0.69167091000000028e2"],["-0.85151778999999976e2","0.69166091999999935e2"],["-0.85159110999999996e2","0.69164101000000073e2"],["-0.85163276999999994e2","0.69161598000000083e2"],["-0.85155272999999966e2","0.69153107000000091e2"],["-0.85176665999999898e2","0.69143600000000049e2"],["-0.85197494999999947e2","0.69132750999999985e2"],["-0.85210555999999997e2","0.69130264000000125e2"],["-0.85223617999999988e2","0.69128860000000088e2"],["-0.85236937999999952e2","0.69128036000000122e2"],[-85.25140399999998,"0.69130264000000125e2"],["-0.85266662999999994e2","0.69133606000000043e2"],["-0.85308334000000002e2","0.69143600000000049e2"],["-0.85315552000000025e2","0.69148041000000148e2"],["-0.85317504999999983e2",69.15277100000003],["-0.85308043999999995e2","0.69158034999999984e2"],[-85.29611199999988,"0.69162491000000102e2"],["-0.85283324999999877e2","0.69165267999999969e2"],["-0.85235001000000011e2","0.69174698000000035e2"],["-0.85227501000000018e2","0.69176872000000003e2"],["-0.85226836999999989e2","0.69179870999999991e2"],["-0.85231162999999981e2","0.69182541000000072e2"],["-0.85240829000000019e2","0.69192474000000004e2"],["-0.85254729999999995e2","0.69192749000000049e2"],["-0.85337783999999999e2","0.69193863000000022e2"],["-0.85383057000000008e2","0.69205551000000071e2"],["-0.85392776000000026e2","0.69209991000000059e2"],["-0.85473327999999924e2","0.69271927000000062e2"],["-0.85477782999999874e2","0.69276382000000069e2"],[-85.50306699999993,69.31442300000009],["-0.85508057000000008e2","0.69395263999999997e2"],["-0.85506957999999997e2","0.69400269000000037e2"],["-0.85503341999999975e2","0.69405258000000003e2"],["-0.85494155999999919e2","0.69410812000000021e2"],["-0.85481948999999929e2","0.69415267999999969e2"],["-0.85467498999999918e2","0.69417206000000078e2"],["-0.85453339000000028e2","0.69416931000000034e2"],["-0.85424437999999952e2","0.69413315000000011e2"],["-0.85396117999999944e2","0.69411652000000061e2"],["-0.85383330999999941e2","0.69415267999999969e2"],["-0.85339172000000019e2","0.69438873000000115e2"],["-0.85343613000000005e2","0.69443587999999977e2"],["-0.85353606999999954e2","0.69448029000000076e2"],["-0.85378875999999934e2","0.69456649999999968e2"],[-85.39416499999993,"0.69460815000000139e2"],["-0.85422774999999945e2","0.69462493999999992e2"],["-0.85436385999999914e2","0.69460815000000139e2"],["-0.85445830999999998e2",69.45637499999998],["-0.85465011999999945e2","0.69440811000000053e2"],["-0.85477218999999991e2","0.69436371000000008e2"],["-0.85491378999999995e2","0.69436646000000053e2"],["-0.85500838999999985e2","0.69439148000000102e2"],["-0.85510833999999988e2","0.69443587999999977e2"],["-0.85525283999999999e2",69.45277400000009],["-0.85538894999999968e2","0.69466933999999981e2"],["-0.85542496000000028e2","0.69476379000000065e2"],["-0.85547775000000001e2","0.69647217000000069e2"],["-0.85546951000000035e2","0.69652206000000035e2"],["-0.85514724999999999e2","0.69768051000000071e2"],["-0.85450287000000003e2","0.69784714000000122e2"],["-0.85423324999999977e2","0.69788879000000122e2"],["-0.85409163999999976e2","0.69788589000000115e2"],["-0.85393889999999999e2",69.7852630000001],["-0.85389174999999966e2","0.69780548000000067e2"],["-0.85389998999999932e2","0.69775818000000015e2"],[-85.39416499999993,"0.69770537999999988e2"],["-0.85406951999999933e2","0.69760269000000108e2"],["-0.85410827999999981e2","0.69755264000000068e2"],["-0.85406386999999995e2","0.69750549000000035e2"],["-0.85391952999999944e2","0.69750275000000101e2"],["-0.85379165999999941e2","0.69753601000000117e2"],["-0.85366652999999985e2","0.69758040999999992e2"],["-0.85342498999999975e2","0.69768875000000037e2"],["-0.85333068999999966e2","0.69774155000000121e2"],["-0.85331954999999994e2",69.77915999999999],[-85.34445199999999,"0.69813033999999959e2"],["-0.85349166999999909e2","0.69817490000000078e2"],["-0.85361938000000009e2","0.69821930000000066e2"],["-0.85377212999999927e2","0.69824158000000068e2"],["-0.85433608999999933e2","0.69823608000000036e2"],["-0.85461394999999982e2","0.69822495000000117e2"],["-0.85489990000000034e2","0.69823044000000095e2"],["-0.85518615999999952e2","0.69823608000000036e2"],[-85.56138599999997,"0.69824706999999989e2"],["-0.85586394999999982e2","0.69826934999999935e2"],["-0.85582229999999981e2","0.69845825000000104e2"],["-0.85578613000000018e2","0.69850815000000125e2"],["-0.85571945000000028e2","0.69856094000000098e2"],["-0.85561935000000005e2","0.69859421000000054e2"],["-0.85548049999999932e2","0.69859984999999995e2"],["-0.85377212999999927e2","0.69851089000000059e2"],["-0.85361938000000009e2","0.69848877000000016e2"],["-0.85315552000000025e2","0.69838042999999971e2"],["-0.85274169999999913e2","0.69825272000000041e2"],["-0.85222504000000015e2",69.80802900000009],["-0.85212509000000011e2","0.69803589000000102e2"],["-0.85199432000000002e2","0.69799149000000057e2"],["-0.85170836999999949e2","0.69790542999999957e2"],["-0.85093886999999995e2","0.69773315000000025e2"],["-0.85079177999999956e2","0.69771102999999982e2"],["-0.85064437999999996e2",69.76998900000001],["-0.84871658000000025e2","0.69816086000000098e2"],[-84.86471599999993,"0.69821105999999929e2"],["-0.84854172000000005e2",69.83137499999998],["-0.84574172999999917e2","0.69857483000000116e2"],["-0.84546386999999868e2","0.69859421000000054e2"],["-0.84476669000000015e2","0.69862198000000149e2"],["-0.84433608999999933e2","0.69861098999999967e2"],["-0.84375823999999966e2","0.69857483000000116e2"],["-0.84346663999999976e2","0.69854706000000022e2"],["-0.84331680000000006e2","0.69852203000000031e2"],["-0.84169448999999986e2","0.69822220000000129e2"],["-0.84125823999999909e2","0.69809418000000107e2"],["-0.84118606999999997e2","0.69804703000000075e2"],["-0.84114165999999955e2","0.69799988000000042e2"],["-0.84112220999999977e2","0.69793593999999985e2"],["-0.84104171999999949e2","0.69785812000000021e2"],["-0.84091674999999952e2","0.69781372000000033e2"],["-0.83971938999999963e2",69.74971000000005],["-0.83941665999999998e2","0.69743042000000116e2"],["-0.83748610999999926e2","0.69708878000000084e2"],["-0.83733886999999982e2","0.69706649999999911e2"],["-0.83705001999999922e2",69.703598],["-0.83603881999999942e2","0.69693588000000091e2"],["-0.83589447000000007e2","0.69692200000000014e2"],["-0.83360549999999989e2","0.69676376000000062e2"],["-0.83346389999999985e2","0.69676086000000055e2"],["-0.83333069000000023e2",69.678314],["-0.83306380999999931e2","0.69693862999999908e2"],["-0.83293610000000001e2","0.69699142000000109e2"],["-0.83280562999999916e2","0.69702484000000027e2"],["-0.83253341999999975e2","0.69705261000000121e2"],["-0.83238892000000021e2","0.69704711999999972e2"],["-0.83180557000000022e2","0.69694977000000108e2"],["-0.83122771999999998e2","0.69689148000000046e2"],["-0.83021941999999967e2","0.69679703000000018e2"],["-0.83008056999999951e2","0.69679152999999985e2"],["-0.82826950000000011e2","0.69688873000000058e2"],["-0.82696654999999964e2","0.69695816000000036e2"],["-0.82541007999999977e2","0.69674477000000138e2"],["-0.82539672999999937e2","0.69671593000000087e2"],["-0.82536162999999874e2","0.69668823000000032e2"],["-0.82527328000000011e2","0.69666153000000122e2"],["-0.82509505999999874e2","0.69661979999999971e2"],["-0.82500671000000011e2","0.69660491999999977e2"],["-0.82483329999999967e2","0.69657990000000098e2"],["-0.82457503999999972e2",69.655327],["-0.82291672000000005e2","0.69639984000000084e2"],["-0.82263335999999981e2","0.69638046000000145e2"],["-0.82254729999999995e2","0.69636383000000023e2"],["-0.82307495000000017e2","0.69622208000000114e2"],["-0.82334731999999974e2",69.61943100000002],["-0.82390288999999996e2","0.69618865999999969e2"],[-82.47066499999994,69.62303200000008],["-0.82476333999999952e2","0.69625870000000077e2"],["-0.82483664999999974e2","0.69628539999999987e2"],["-0.82492500000000007e2","0.69630043000000001e2"],["-0.82552337999999963e2","0.69635376000000008e2"],["-0.82560836999999992e2","0.69635704000000146e2"],[-82.56899999999996,"0.69634872000000087e2"],["-0.82577002999999991e2","0.69632874000000129e2"],["-0.82653885000000002e2",69.62303200000008],["-0.82654723999999987e2","0.69568604000000107e2"],["-0.82612503000000004e2","0.69566940000000102e2"],["-0.82600280999999995e2","0.69562485000000095e2"],["-0.82535278000000005e2","0.69534988000000112e2"],["-0.82489989999999977e2","0.69507217000000082e2"],["-0.82476668999999958e2","0.69497756999999979e2"],["-0.82486937999999896e2","0.69493591000000094e2"],["-0.82500564999999938e2","0.69492203000000018e2"],["-0.82528884999999946e2",69.4952550000001],[-82.74221799999998,69.50999500000006],["-0.82897507000000019e2","0.69518875000000094e2"],["-0.82939712999999927e2","0.69521378000000084e2"],["-0.82982223999999917e2","0.69524154999999951e2"],["-0.83067779999999914e2","0.69533051000000057e2"],["-0.83125548999999921e2","0.69539978000000019e2"],["-0.83154175000000009e2","0.69543869000000086e2"],["-0.83228057999999976e2","0.69538589000000002e2"],["-0.83082503999999972e2","0.69514160000000061e2"],["-0.83025283999999999e2","0.69508041000000048e2"],["-0.82954726999999991e2","0.69503601000000003e2"],["-0.82870270000000005e2","0.69500274999999988e2"],["-0.82856658999999922e2",69.50082400000008],["-0.82842498999999918e2","0.69500274999999988e2"],["-0.82785277999999948e2","0.69494141000000127e2"],[-82.68472300000002,"0.69479706000000022e2"],["-0.82324172999999917e2","0.69418868999999972e2"],["-0.82295272999999952e2","0.69413879000000122e2"],[-82.23721299999994,"0.69400818000000015e2"],["-0.82225280999999995e2",69.39637799999997],["-0.82221389999999928e2","0.69391662999999937e2"],["-0.82231673999999941e2","0.69387497000000053e2"],["-0.82289718999999991e2","0.69251663000000121e2"],["-0.82291381999999999e2","0.69246643000000063e2"],["-0.82273055999999997e2","0.69237488000000042e2"],["-0.82258620999999948e2","0.69233871000000079e2"],["-0.82244995000000017e2","0.69233322000000101e2"],["-0.82217223999999931e2","0.69233047000000113e2"],["-0.82203612999999962e2","0.69233597000000145e2"],["-0.82054442999999992e2",69.24136400000009],["-0.82041107000000011e2","0.69242751999999996e2"],["-0.82027785999999992e2","0.69244979999999941e2"],[-81.99129499999998,69.25470700000011],["-0.81914718999999877e2","0.69269440000000145e2"],[-81.70777899999996,"0.69264709000000039e2"],["-0.81693877999999984e2","0.69263046000000145e2"],[-81.67971799999998,"0.69260544000000039e2"],["-0.81650283999999999e2","0.69251663000000121e2"],["-0.81512222000000008e2",69.20138500000013],["-0.81416396999999904e2","0.69208038000000101e2"],["-0.81402221999999995e2","0.69207214000000135e2"],["-0.81388335999999981e2","0.69204712000000086e2"],["-0.81359725999999966e2","0.69196640000000116e2"],["-0.81347778000000005e2","0.69191925000000083e2"],["-0.81338897999999972e2","0.69187485000000038e2"],["-0.81332503999999858e2","0.69182479999999998e2"],["-0.81299438000000009e2",69.1202550000001],["-0.81330841000000021e2","0.69095261000000107e2"],[-81.57028200000002,"0.68992477000000008e2"],[-81.59584000000001,"0.68984146000000123e2"],[-81.71665999999999,"0.68949142000000052e2"],[-81.75556899999998,"0.68941360000000088e2"],["-0.81809433000000013e2",68.9327550000001],["-0.81888061999999991e2","0.68919144000000131e2"],["-0.81914169000000015e2","0.68914429000000098e2"],["-0.81966110000000015e2","0.68904433999999981e2"],["-0.82005004999999983e2","0.68895538000000045e2"],["-0.82043059999999969e2","0.68883881000000088e2"],["-0.82055556999999965e2","0.68878586000000041e2"],["-0.82057219999999973e2","0.68873871000000008e2"],["-0.82043335000000013e2","0.68872208000000057e2"],[-82.00306699999993,"0.68874146000000053e2"],["-0.81977218999999991e2","0.68879700000000014e2"],["-0.81833068999999966e2","0.68907211000000075e2"],["-0.81819457999999997e2","0.68908600000000092e2"],[-81.68638599999997,"0.68905258000000117e2"],["-0.81673049999999989e2","0.68904433999999981e2"],[-81.66194200000001,68.90277100000003],["-0.81650283999999999e2","0.68899155000000007e2"],[-81.58805799999999,"0.68869705000000124e2"],["-0.81581954999999937e2","0.68864990000000091e2"],["-0.81438323999999966e2","0.68874984999999981e2"],["-0.81424712999999997e2",68.87553400000013],["-0.81382767000000001e2","0.68866652999999985e2"],["-0.81354171999999892e2","0.68857483000000116e2"],["-0.81238051999999925e2","0.68774704000000042e2"],[-81.23443599999996,68.76998900000001],["-0.81232772999999952e2","0.68760268999999937e2"],["-0.81252227999999945e2","0.68653046000000131e2"],["-0.81255843999999911e2","0.68643051000000014e2"],["-0.81260558999999944e2","0.68638046000000145e2"],["-0.81267501999999922e2","0.68633041000000105e2"],["-0.81357773000000009e2","0.68599152000000117e2"],["-0.81560271999999998e2","0.68541656000000103e2"],["-0.81687209999999993e2","0.68509430000000066e2"],["-0.81798889000000031e2","0.68489700000000028e2"],["-0.81816390999999896e2","0.68469711000000132e2"],["-0.81830291999999986e2","0.68459717000000126e2"],["-0.81842498999999918e2","0.68455551000000014e2"],["-0.81958053999999947e2","0.68423309000000017e2"],["-0.81970839999999953e2","0.68421097000000145e2"],["-0.81997771999999941e2","0.68423035000000084e2"],["-0.82011947999999961e2","0.68427765000000136e2"],["-0.82024444999999957e2","0.68436919999999986e2"],["-0.82027785999999992e2","0.68441650000000038e2"],["-0.82028884999999946e2","0.68446640000000059e2"],["-0.82033324999999991e2","0.68456099999999992e2"],["-0.82038054999999929e2","0.68465820000000065e2"],["-0.82041671999999949e2","0.68470535000000098e2"],["-0.82062209999999936e2","0.68494430999999963e2"],["-0.82068618999999899e2","0.68499145999999996e2"],["-0.82077498999999932e2","0.68503601000000003e2"],["-0.82091675000000009e2","0.68507217000000082e2"],["-0.82229445999999996e2","0.68531662000000097e2"],["-0.82256393000000003e2","0.68533600000000035e2"],["-0.82269454999999937e2","0.68532486000000063e2"],["-0.82271117999999944e2","0.68527481000000023e2"],["-0.82267226999999991e2",68.52276599999999],["-0.82254729999999995e2","0.68513321000000133e2"],["-0.82243056999999965e2","0.68508881000000088e2"],["-0.82229171999999892e2","0.68505264000000125e2"],[-82.1875,"0.68495819000000097e2"],["-0.82175826999999913e2","0.68491364000000033e2"],[-82.17332499999992,"0.68485808999999961e2"],["-0.82175002999999947e2","0.68481093999999928e2"],["-0.82179169000000002e2","0.68476089000000059e2"],["-0.82183608999999933e2","0.68471100000000092e2"],["-0.82190552000000025e2","0.68466095000000053e2"],["-0.82202498999999989e2","0.68460815000000025e2"],["-0.82215011999999888e2","0.68457489000000123e2"],["-0.82228057999999976e2","0.68455261000000007e2"],[-82.25418099999996,"0.68454437000000041e2"],["-0.82382767000000001e2","0.68466934000000037e2"],["-0.82393889999999999e2","0.68468322999999998e2"],["-0.82448882999999967e2","0.68478592000000049e2"],["-0.82476943999999946e2","0.68485535000000027e2"],["-0.82500290000000007e2","0.68494430999999963e2"],["-0.82532501000000025e2","0.68508041000000048e2"],["-0.82545273000000009e2","0.68517487000000017e2"],["-0.82549163999999905e2","0.68522217000000069e2"],["-0.82557770000000005e2","0.68526932000000102e2"],["-0.82571395999999993e2","0.68526382000000069e2"],["-0.82583892999999875e2","0.68524155000000007e2"],["-0.82608886999999925e2","0.68517487000000017e2"],[-82.62110899999999,"0.68512206999999933e2"],["-0.82634734999999978e2","0.68502213000000097e2"],["-0.82638901000000033e2","0.68497208000000057e2"],["-0.82635284000000013e2","0.68492203000000018e2"],["-0.82491103999999893e2","0.68453873000000101e2"],["-0.82490554999999915e2","0.68402205999999921e2"],["-0.82363051999999982e2",68.35054000000008],["-0.82356658999999922e2","0.68345825000000048e2"],["-0.82353057999999976e2","0.68341094999999996e2"],["-0.82351105000000018e2","0.68331375000000094e2"],["-0.82352492999999924e2","0.68326660000000061e2"],["-0.82356658999999922e2","0.68321655000000021e2"],["-0.82369445999999925e2","0.68318329000000006e2"],["-0.82381942999999922e2","0.68316939999999988e2"],[-82.39527899999996,"0.68316666000000055e2"],["-0.82422225999999966e2","0.68318603999999993e2"],["-0.82448607999999979e2","0.68320831000000055e2"],["-0.82475006000000008e2","0.68321106000000043e2"],["-0.82500838999999985e2","0.68317490000000021e2"],["-0.82507781999999963e2","0.68313309000000118e2"],[-82.50140399999998,"0.68308594000000085e2"],["-0.82483611999999937e2","0.68299422999999933e2"],["-0.82426101999999958e2","0.68276657000000114e2"],["-0.82400557999999933e2",68.26887499999998],["-0.82386947999999961e2","0.68266388000000063e2"],[-82.37388599999997,"0.68265548999999965e2"],[-82.36082499999992,"0.68266937000000041e2"],["-0.82311661000000015e2",68.283051],["-0.82286941999999897e2","0.68289703000000031e2"],["-0.82273330999999928e2","0.68288879000000065e2"],["-0.82264724999999999e2","0.68284424000000058e2"],["-0.82260009999999966e2","0.68274993999999992e2"],["-0.82259170999999981e2","0.68269989000000123e2"],["-0.82258620999999948e2","0.68255554000000018e2"],["-0.82264449999999897e2",68.24552900000009],["-0.82270279000000016e2","0.68235535000000084e2"],["-0.82278610000000015e2","0.68225540000000024e2"],["-0.82289443999999946e2","0.68215545999999961e2"],["-0.82300551999999868e2","0.68205551000000071e2"],["-0.82321121000000005e2","0.68190262000000018e2"],["-0.82330291999999872e2","0.68185256999999922e2"],["-0.82337218999999948e2","0.68180267000000072e2"],["-0.82345550999999944e2","0.68170258000000047e2"],[-82.34722899999997,"0.68165268000000026e2"],["-0.82345839999999953e2","0.68160537999999974e2"],["-0.82337218999999948e2","0.68155823000000112e2"],["-0.82314437999999939e2","0.68146652000000017e2"],["-0.82272506999999962e2","0.68133331000000055e2"],["-0.82230835000000013e2","0.68121918000000051e2"],["-0.82206115999999952e2",68.115814],["-0.82192489999999964e2","0.68112487999999985e2"],["-0.82179169000000002e2",68.111649],["-0.82166397000000018e2","0.68114151000000106e2"],["-0.82145781999999997e2","0.68125488000000018e2"],["-0.82099166999999966e2","0.68154984000000013e2"],["-0.82080565999999919e2","0.68179703000000131e2"],[-82.06361400000003,"0.68199707000000046e2"],["-0.82056945999999982e2","0.68204712000000086e2"],["-0.82047500999999897e2","0.68209716999999955e2"],["-0.82037505999999894e2","0.68213881999999955e2"],["-0.82025009000000011e2","0.68216095000000109e2"],[-82.01167299999986,"0.68214705999999921e2"],["-0.81997771999999941e2","0.68211105000000089e2"],["-0.81988892000000021e2","0.68206650000000025e2"],["-0.81985549999999989e2","0.68201660000000004e2"],["-0.81984726000000023e2","0.68196929999999952e2"],["-0.81993057000000022e2","0.68172485000000108e2"],["-0.82008895999999936e2",68.14776599999999],["-0.82019164999999987e2","0.68132751000000042e2"],["-0.82027221999999938e2","0.68122756999999979e2"],["-0.82034164000000033e2","0.68117751999999939e2"],["-0.82043610000000001e2","0.68112762000000089e2"],["-0.82056106999999997e2","0.68109421000000054e2"],["-0.82114502000000016e2","0.68082870000000014e2"],["-0.82173889000000031e2","0.68002486999999974e2"],["-0.82175551999999982e2","0.67997482000000105e2"],["-0.82102782999999988e2","0.67907211000000075e2"],["-0.82096663999999976e2",67.90248100000008],["-0.82079452999999944e2","0.67893326000000002e2"],["-0.82070557000000008e2","0.67888596000000007e2"],["-0.81837783999999999e2","0.67783875000000023e2"],["-0.81727218999999934e2",67.740814],["-0.81707503999999972e2","0.67731658999999922e2"],["-0.81690552000000025e2","0.67722487999999998e2"],["-0.81678328999999906e2","0.67713042999999914e2"],["-0.81666397000000018e2","0.67703598000000056e2"],[-81.65972899999997,"0.67694138000000009e2"],["-0.81653884999999946e2","0.67689423000000147e2"],["-0.81636672999999917e2","0.67679977000000008e2"],["-0.81592498999999975e2","0.67661652000000061e2"],["-0.81538329999999974e2","0.67643599999999992e2"],["-0.81498046999999985e2","0.67631927000000132e2"],["-0.81457779000000016e2","0.67620529000000147e2"],["-0.81433059999999955e2","0.67611374000000069e2"],["-0.81416396999999904e2","0.67601929000000041e2"],["-0.81248885999999914e2","0.67479706000000078e2"],["-0.81243056999999908e2","0.67474991000000045e2"],["-0.81239715999999873e2","0.67470260999999994e2"],["-0.81237212999999997e2","0.67455551000000014e2"],["-0.81237503000000004e2","0.67441086000000098e2"],["-0.81239166000000012e2","0.67436096000000077e2"],["-0.81245269999999948e2","0.67426376000000005e2"],["-0.81256392999999946e2","0.67416381999999942e2"],["-0.81293610000000001e2","0.67396103000000039e2"],["-0.81300551999999982e2",67.391098],[-81.30471799999998,"0.67386108000000092e2"],["-0.81347778000000005e2",67.292755],["-0.81366394000000014e2","0.67238875999999948e2"],["-0.81373610999999983e2","0.67204711999999972e2"],["-0.81376099000000011e2","0.67189972000000012e2"],["-0.81375274999999988e2","0.67185256999999979e2"],["-0.81380279999999914e2","0.67170532000000037e2"],["-0.81413895000000025e2","0.67091370000000097e2"],["-0.81432220000000029e2","0.67066666000000112e2"],["-0.81496657999999911e2","0.67004715000000147e2"],[-81.50306699999993,"0.66999710000000107e2"],["-0.81512512000000015e2",66.99470500000001],["-0.81524170000000026e2",66.99054000000001],["-0.81536117999999988e2","0.66988312000000064e2"],["-0.81699722000000008e2","0.66970261000000107e2"],["-0.81711944999999957e2","0.66969986000000063e2"],["-0.81750838999999928e2","0.66978591999999992e2"],["-0.81763901000000033e2","0.66983046999999999e2"],["-0.81772232000000031e2","0.66987762000000032e2"],["-0.81783066000000019e2","0.66992477000000065e2"],["-0.81796111999999937e2","0.66996933000000013e2"],["-0.81809157999999968e2","0.66998321999999973e2"],["-0.81833618000000001e2","0.66997756999999979e2"],["-0.81929717999999923e2","0.66978591999999992e2"],["-0.81952498999999932e2","0.66968048000000124e2"],["-0.81988892000000021e2","0.66949706999999933e2"],["-0.82026947000000007e2","0.66926086000000055e2"],["-0.82179992999999968e2","0.66768875000000094e2"],["-0.82183884000000035e2","0.66764160000000061e2"],["-0.82369720000000029e2","0.66725815000000125e2"],["-0.82481109999999944e2","0.66669707999999957e2"],["-0.82556380999999988e2","0.66623871000000122e2"],["-0.82562774999999874e2","0.66618866000000082e2"],["-0.82566665999999941e2","0.66613876000000005e2"],["-0.82571670999999981e2",66.60386699999998],["-0.82577498999999989e2","0.66584427000000005e2"],["-0.82576675000000023e2","0.66579436999999984e2"],["-0.82579452999999944e2","0.66569717000000082e2"],["-0.82585555999999997e2","0.66564697000000024e2"],["-0.82596953999999982e2","0.66560256999999979e2"],["-0.82694442999999978e2","0.66558029000000033e2"],[-82.78195199999999,"0.66566666000000055e2"],[-82.86999499999996,"0.66567490000000021e2"],["-0.83018065999999976e2","0.66539978000000076e2"],["-0.83012787000000003e2","0.66515823000000069e2"],["-0.83015288999999996e2",66.50610400000005],["-0.83019164999999873e2","0.66501099000000011e2"],["-0.83025283999999999e2","0.66495819000000097e2"],["-0.83049987999999928e2","0.66475539999999967e2"],["-0.83058608999999933e2","0.66470260999999994e2"],["-0.83357497999999964e2","0.66353043000000071e2"],["-0.83368332000000009e2","0.66348877000000016e2"],["-0.83402221999999938e2","0.66347487999999998e2"],["-0.83450561999999991e2","0.66346649000000014e2"],["-0.83515288999999882e2","0.66353867000000037e2"],["-0.83567504999999983e2","0.66367477000000122e2"],["-0.83652785999999935e2",66.40776100000005],["-0.83654175000000009e2","0.66412491000000102e2"],["-0.83639449999999954e2","0.66437195000000088e2"],["-0.83630828999999949e2","0.66442200000000128e2"],["-0.83618331999999896e2",66.44081100000011],["-0.83607773000000009e2","0.66436371000000122e2"],["-0.83597778000000005e2","0.66426926000000037e2"],["-0.83601669000000015e2","0.66412201000000096e2"],["-0.83597778000000005e2","0.66407486000000063e2"],["-0.83545273000000009e2","0.66381363000000079e2"],[-83.53472899999997,"0.66378035999999952e2"],["-0.83579726999999934e2","0.66431656000000089e2"],["-0.83672501000000011e2","0.66520538000000101e2"],[-83.68110699999994,"0.66524993999999992e2"],[-83.70695499999988,"0.66530822999999998e2"],["-0.83732497999999964e2","0.66534714000000065e2"],["-0.83795273000000009e2","0.66541930999999977e2"],[-83.82028200000002,"0.66542754999999943e2"],["-0.83832229999999981e2","0.66542206000000022e2"],["-0.83857497999999964e2","0.66544144000000131e2"],["-0.83968886999999881e2","0.66577484000000027e2"],["-0.83977492999999981e2","0.66582214000000079e2"],["-0.83985001000000011e2","0.66591660000000047e2"],["-0.84011397999999986e2","0.66663605000000018e2"],["-0.84014174999999966e2","0.66673309000000017e2"],["-0.84015563999999983e2","0.66687759000000142e2"],["-0.84014450000000011e2","0.66692748999999992e2"],["-0.84006119000000012e2","0.66698029000000076e2"],["-0.83994719999999973e2",66.70138500000013],["-0.83982772999999952e2",66.70277400000009],["-0.83945540999999992e2","0.66702484000000084e2"],["-0.83891113000000018e2","0.66804153000000099e2"],["-0.83886123999999995e2","0.66813873000000001e2"],["-0.83883895999999936e2",66.82388300000008],["-0.83884170999999924e2","0.66833602999999982e2"],["-0.83890288999999996e2",66.85775799999999],["-0.83901671999999905e2","0.66871918000000107e2"],["-0.83907776000000013e2","0.66876647999999989e2"],["-0.83916397000000018e2","0.66881087999999977e2"],["-0.83928878999999995e2",66.86303700000002],["-0.83938323999999909e2","0.66823608000000092e2"],["-0.83945540999999992e2","0.66813599000000067e2"],["-0.84104996000000028e2","0.66708328000000108e2"],["-0.84116394000000014e2","0.66704987000000074e2"],["-0.84140288999999996e2","0.66701934999999935e2"],["-0.84152785999999992e2","0.66702484000000084e2"],["-0.84165558000000033e2","0.66703873000000101e2"],["-0.84260284000000013e2","0.66716385000000059e2"],[-84.27305599999994,"0.66718596999999932e2"],["-0.84286666999999909e2","0.66723038000000031e2"],["-0.84295273000000009e2","0.66727478000000076e2"],[-84.43638599999997,"0.66818329000000119e2"],["-0.84427779999999927e2","0.66961104999999975e2"],["-0.84415008999999998e2","0.66960815000000139e2"],["-0.84390288999999882e2","0.66961929000000112e2"],["-0.84378600999999946e2","0.66964157000000057e2"],["-0.84367492999999968e2","0.66968597000000102e2"],["-0.84370834000000002e2",66.97137500000008],["-0.84436110999999926e2","0.66981369000000086e2"],["-0.84488051999999925e2","0.66988876000000005e2"],["-0.84618057000000022e2","0.67006378000000041e2"],["-0.84694153000000028e2","0.67009720000000016e2"],["-0.84733063000000016e2","0.67014708999999982e2"],["-0.84837783999999999e2","0.67029434000000094e2"],["-0.84850829999999974e2",67.03166200000004],[-84.87332200000003,"0.67039428999999984e2"],["-0.84881942999999978e2","0.67043869000000029e2"],["-0.84886123999999938e2","0.67048599000000081e2"],["-0.84892501999999922e2","0.67053314000000114e2"],["-0.84901397999999858e2","0.67057754999999986e2"],["-0.84915008999999998e2","0.67060806000000014e2"],["-0.84926940999999943e2","0.67059418000000107e2"],["-0.84936110999999926e2","0.67056090999999981e2"],["-0.84880279999999971e2","0.66989426000000037e2"],["-0.84871658000000025e2","0.66984984999999938e2"],["-0.84857772999999952e2","0.66981659000000093e2"],[-84.84584000000001,"0.66982208000000071e2"],["-0.84833892999999932e2","0.66984711000000004e2"],["-0.84811110999999926e2","0.66991653000000099e2"],["-0.84789444000000003e2","0.67002486999999974e2"],["-0.84778335999999911e2","0.67006653000000085e2"],["-0.84765563999999983e2","0.67006378000000041e2"],["-0.84699996999999939e2",66.99581900000004],["-0.84645844000000011e2","0.66981659000000093e2"],["-0.84639724999999885e2","0.66978043000000071e2"],["-0.84651397999999972e2",66.97554000000008],["-0.84712783999999942e2","0.66972762999999986e2"],["-0.84885833999999932e2","0.66966660000000047e2"],["-0.84960007000000019e2","0.66964157000000057e2"],["-0.85010009999999966e2","0.66964706000000035e2"],["-0.85048339999999996e2","0.66963318000000072e2"],["-0.85059722999999963e2","0.66959717000000069e2"],["-0.85142775999999969e2","0.66930267000000129e2"],["-0.85228333000000021e2","0.66878311000000053e2"],["-0.85228881999999999e2","0.66873306000000014e2"],["-0.85222777999999948e2","0.66868866000000025e2"],["-0.85196105999999986e2","0.66855255000000056e2"],["-0.85184433000000013e2","0.66851089000000115e2"],["-0.85146118000000001e2","0.66839431999999988e2"],["-0.85133057000000008e2","0.66836929000000055e2"],[-85.11999499999996,"0.66835541000000148e2"],["-0.84948607999999979e2","0.66858597000000145e2"],[-84.94027699999998,"0.66863876000000118e2"],["-0.84904556000000014e2","0.66897202000000107e2"],["-0.84901053999999988e2","0.66900375000000111e2"],["-0.84904892000000018e2","0.66903037999999981e2"],["-0.84912888000000009e2","0.66905044999999973e2"],["-0.84920546999999999e2","0.66905373000000111e2"],["-0.84935225999999886e2","0.66904540999999995e2"],["-0.84943061999999941e2","0.66905373000000111e2"],["-0.84951050000000009e2","0.66907378999999992e2"],[-84.95788600000003,"0.66909874000000002e2"],["-0.84961730999999986e2","0.66912704000000019e2"],["-0.84956389999999942e2","0.66915367000000117e2"],[-84.86233500000003,"0.66939835000000073e2"],["-0.84855164000000002e2","0.66940666000000078e2"],["-0.84767775999999969e2","0.66952209000000039e2"],["-0.84755279999999971e2","0.66951660000000061e2"],["-0.84602218999999991e2","0.66935806000000127e2"],["-0.84562209999999993e2","0.66901382000000126e2"],["-0.84573897999999986e2",66.89888000000002],[-84.61082499999992,66.89387499999998],[-84.62332200000003,"0.66893326000000059e2"],["-0.84650283999999999e2","0.66900817999999958e2"],["-0.84675827000000027e2","0.66902771000000087e2"],["-0.84688323999999909e2","0.66903046000000131e2"],["-0.84746384000000035e2","0.66897491000000059e2"],["-0.84706389999999999e2","0.66888596000000007e2"],[-84.58555599999994,"0.66858871000000079e2"],["-0.84558334000000002e2","0.66850540000000024e2"],["-0.84523330999999985e2","0.66836929000000055e2"],["-0.84505843999999968e2","0.66827773999999977e2"],["-0.84504729999999995e2","0.66823043999999982e2"],["-0.84516113000000018e2","0.66820540999999992e2"],["-0.84541381999999999e2","0.66821381000000031e2"],["-0.84580565999999976e2","0.66828323000000125e2"],["-0.84634170999999981e2",66.84165999999999],["-0.84660278000000005e2","0.66846375000000023e2"],["-0.84672501000000011e2","0.66845824999999991e2"],["-0.84684432999999956e2","0.66844147000000021e2"],["-0.84690551999999968e2","0.66839980999999966e2"],["-0.84684432999999956e2","0.66835266000000104e2"],["-0.84675551999999925e2","0.66830826000000116e2"],["-0.84664444000000003e2",66.82748400000014],["-0.84651107999999965e2","0.66824158000000125e2"],[-84.466949,"0.66787766000000147e2"],["-0.84434433000000013e2","0.66725540000000137e2"],["-0.84445266999999888e2","0.66720260999999937e2"],["-0.84448607999999922e2","0.66715271000000087e2"],["-0.84442489999999964e2","0.66710814999999968e2"],["-0.84429442999999935e2","0.66708328000000108e2"],["-0.84404174999999952e2","0.66705551000000014e2"],["-0.84343063000000029e2","0.66699416999999983e2"],["-0.84203887999999949e2","0.66691360000000032e2"],["-0.84153060999999923e2","0.66685806000000014e2"],["-0.84144454999999994e2","0.66681366000000025e2"],["-0.84136672999999973e2","0.66662201000000039e2"],["-0.84138061999999877e2","0.66657210999999961e2"],["-0.84142501999999979e2","0.66647216999999955e2"],["-0.84146117999999944e2","0.66642212000000086e2"],["-0.84180556999999965e2","0.66606644000000074e2"],["-0.84186385999999914e2","0.66601379000000009e2"],["-0.84128325999999959e2","0.66554703000000018e2"],["-0.83967223999999931e2","0.66473877000000073e2"],["-0.83916397000000018e2","0.66446640000000116e2"],[-83.89805599999994,"0.66432755000000043e2"],["-0.83888061999999991e2","0.66423599000000081e2"],["-0.83871108999999933e2","0.66394989000000066e2"],["-0.83867492999999968e2","0.66380539000000113e2"],["-0.83804717999999923e2","0.66307205000000124e2"],["-0.83773620999999991e2","0.66289703000000088e2"],["-0.83774719000000005e2","0.66275269000000037e2"],["-0.83772231999999974e2","0.66265548999999965e2"],["-0.83768615999999952e2","0.66260818000000029e2"],["-0.83762787000000003e2","0.66256104000000107e2"],["-0.83728881999999999e2",66.23803700000002],[-83.71833799999996,"0.66233597000000032e2"],["-0.83684722999999906e2","0.66215546000000018e2"],[-83.68110699999994,"0.66210815000000082e2"],[-83.67860399999995,"0.66201096000000121e2"],["-0.83684432999999956e2","0.66196091000000024e2"],["-0.83693053999999961e2","0.66190810999999997e2"],["-0.83767898999999943e2","0.66168639999999982e2"],["-0.83789718999999934e2","0.66163315000000125e2"],["-0.83835830999999928e2","0.66154709000000025e2"],["-0.83847777999999948e2","0.66153320000000008e2"],["-0.83855559999999912e2","0.66155822999999998e2"],["-0.83977782999999988e2","0.66199417000000096e2"],["-0.84118057000000022e2",66.25471500000009],["-0.84135283999999956e2",66.26388500000013],["-0.84141112999999962e2","0.66268326000000059e2"],["-0.84148620999999991e2","0.66277771000000143e2"],["-0.84149993999999992e2","0.66282760999999994e2"],["-0.84150283999999942e2","0.66292480000000012e2"],["-0.84148894999999925e2","0.66297485000000052e2"],["-0.84152495999999985e2","0.66302200000000084e2"],["-0.84158614999999998e2","0.66306641000000013e2"],["-0.84167220999999927e2",66.31109600000002],["-0.84178329000000019e2","0.66315536000000009e2"],["-0.84190826000000015e2","0.66318054000000018e2"],["-0.84216400000000021e2","0.66321655000000078e2"],["-0.84228332999999964e2",66.3211060000001],["-0.84317229999999995e2","0.66299712999999997e2"],["-0.84426940999999886e2","0.66363037000000077e2"],["-0.84441939999999931e2","0.66372208000000057e2"],["-0.84506393000000003e2","0.66402205999999978e2"],["-0.84516952999999944e2","0.66404709000000139e2"],["-0.84528885000000002e2",66.40415999999999],["-0.84550551999999868e2","0.66394440000000088e2"],["-0.84558884000000035e2","0.66389160000000061e2"],["-0.84619155999999919e2","0.66349715999999944e2"],["-0.84626937999999882e2","0.66343597000000102e2"],["-0.84635559000000001e2","0.66334991000000002e2"],["-0.84636123999999995e2","0.66328873000000044e2"],[-84.625,"0.66319152999999972e2"],["-0.84527221999999995e2","0.66278595000000109e2"],["-0.84424438000000009e2","0.66224701000000096e2"],["-0.84407500999999968e2","0.66215546000000018e2"],["-0.84401397999999972e2","0.66211105000000089e2"],["-0.84389998999999932e2","0.66196930000000009e2"],["-0.84386397999999986e2","0.66192199999999957e2"],[-84.37777699999998,"0.66178040000000067e2"],["-0.84372498000000007e2","0.66168319999999994e2"],["-0.84374709999999993e2","0.66158600000000092e2"],["-0.84448607999999922e2","0.66158600000000092e2"],[-84.46055599999994,"0.66159149000000014e2"],["-0.84473327999999981e2","0.66161377000000016e2"],["-0.84483886999999925e2","0.66164703000000031e2"],["-0.84509445000000028e2",66.178314],["-0.84641112999999962e2","0.66216094999999996e2"],["-0.84869155999999975e2","0.66266662999999937e2"],["-0.84881942999999978e2","0.66268051000000071e2"],[-84.90583799999996,"0.66266937000000098e2"],["-0.84927489999999977e2","0.66258881000000031e2"],["-0.84943877999999984e2","0.66248322000000144e2"],["-0.84954726999999934e2","0.66243866000000025e2"],[-84.96665999999999,"0.66244431000000077e2"],["-0.84979720999999984e2",66.24664300000012],[-85.00167799999997,"0.66255264000000068e2"],["-0.85131942999999922e2","0.66291931000000034e2"],["-0.85178329000000019e2","0.66262207000000046e2"],["-0.85190276999999867e2","0.66260544000000095e2"],["-0.85202498999999932e2","0.66260818000000029e2"],["-0.85214721999999995e2","0.66262207000000046e2"],["-0.85227782999999988e2","0.66264434999999992e2"],["-0.85252227999999945e2","0.66273041000000092e2"],["-0.85269729999999981e2","0.66281937000000028e2"],["-0.85301392000000021e2","0.66304703000000075e2"],["-0.85306655999999919e2","0.66314148000000102e2"],["-0.85339721999999938e2","0.66399154999999951e2"],["-0.85345550999999887e2","0.66447754000000089e2"],["-0.85346114999999998e2",66.45748900000001],["-0.85341675000000009e2","0.66482208000000128e2"],["-0.85343338000000017e2",66.48692299999999],["-0.85351394999999968e2","0.66496093999999971e2"],["-0.85457503999999915e2","0.66573883000000137e2"],["-0.85466400000000021e2","0.66578323000000012e2"],["-0.85479720999999984e2","0.66581375000000094e2"],["-0.85491942999999878e2","0.66581940000000145e2"],[-85.55221599999993,"0.66577774000000034e2"],["-0.85575561999999991e2","0.66574707000000103e2"],["-0.85598617999999931e2","0.66569442999999978e2"],["-0.85710555999999997e2","0.66536101999999971e2"],["-0.85845276000000013e2","0.66499419999999986e2"],["-0.85857773000000009e2","0.66499709999999993e2"],["-0.85868880999999931e2","0.66504166000000112e2"],["-0.85875548999999978e2",66.5086060000001],["-0.85888901000000033e2","0.66511932000000002e2"],["-0.85995543999999995e2","0.66508041000000105e2"],["-0.86007507000000032e2","0.66507216999999969e2"],["-0.86078888000000006e2",66.49693300000007],["-0.86103333000000021e2","0.66496643000000063e2"],["-0.86128326000000015e2",66.49803200000008],["-0.86141113000000018e2","0.66499419999999986e2"],["-0.86256667999999934e2","0.66513321000000133e2"],["-0.86283324999999934e2","0.66518599999999935e2"],["-0.86578888000000006e2","0.66530272999999966e2"],["-0.86580001999999979e2","0.66520538000000101e2"],["-0.86587783999999942e2",66.51527400000009],["-0.86599730999999963e2","0.66511108000000036e2"],["-0.86611389000000031e2","0.66508331000000112e2"],["-0.86622771999999998e2","0.66506652999999972e2"],["-0.86635009999999966e2",66.50610400000005],[-86.65972899999997,"0.66506377999999984e2"],["-0.86672500999999954e2","0.66507767000000001e2"],["-0.86685546999999985e2","0.66509720000000073e2"],["-0.86698883000000023e2","0.66513046000000145e2"],["-0.86726944000000003e2","0.66521103000000096e2"],["-0.86738051999999982e2","0.66525269000000037e2"],[-86.75167799999997,"0.66528320000000008e2"],["-0.86764174999999966e2","0.66528595000000053e2"],["-0.86775283999999942e2","0.66526093000000003e2"],["-0.86780838000000017e2","0.66520828000000108e2"],["-0.86781386999999995e2","0.66515823000000069e2"],["-0.86777221999999995e2","0.66511108000000036e2"],["-0.86743880999999931e2","0.66488586000000112e2"],["-0.86701110999999969e2","0.66466659999999933e2"],["-0.86662780999999939e2","0.66449417000000039e2"],["-0.86639998999999932e2","0.66441085999999927e2"],["-0.86633621000000005e2","0.66436371000000122e2"],["-0.86641677999999956e2","0.66431931000000077e2"],["-0.86678604000000007e2","0.66432755000000043e2"],["-0.86730559999999969e2","0.66436920000000043e2"],["-0.86756957999999941e2","0.66441360000000088e2"],["-0.86783614999999941e2","0.66447479000000101e2"],["-0.86796386999999925e2","0.66448593000000074e2"],["-0.86807495000000017e2","0.66446091000000024e2"],["-0.86811110999999983e2","0.66441925000000083e2"],["-0.86809158000000025e2","0.66437195000000088e2"],["-0.86804992999999968e2","0.66432480000000055e2"],["-0.86651671999999962e2","0.66324158000000011e2"],["-0.86638335999999924e2","0.66315262000000075e2"],["-0.86612777999999992e2","0.66311646000000053e2"],[-86.49722300000002,66.29942299999999],["-0.86396117999999944e2","0.66289703000000088e2"],[-86.30610699999994,"0.66276382000000126e2"],["-0.86142226999999991e2","0.66239699999999971e2"],["-0.86076110999999912e2",66.22387700000013],["-0.85927489999999977e2","0.66186370999999951e2"],["-0.85913895000000025e2","0.66182205000000067e2"],["-0.85901108000000022e2","0.66173035000000027e2"],["-0.85897232000000031e2","0.66168319999999994e2"],["-0.85977492999999924e2","0.66077773999999977e2"],["-0.85975829999999917e2","0.66073044000000095e2"],["-0.85973891999999978e2","0.66038879000000009e2"],["-0.85974716000000001e2","0.66033875000000023e2"],["-0.85979995999999915e2","0.66028594999999996e2"],["-0.85990554999999972e2","0.66024155000000121e2"],["-0.86077224999999999e2",65.99581900000004],["-0.86121384000000035e2","0.65984421000000054e2"],["-0.86217498999999975e2","0.65957489000000123e2"],[-86.22084000000001,"0.65952209000000039e2"],["-0.86231383999999935e2","0.65941925000000026e2"],["-0.86239166000000012e2","0.65936646000000053e2"],["-0.86249435000000005e2",65.93193100000002],["-0.86326400999999976e2",65.90498400000007],["-0.86348617999999874e2","0.65899719000000005e2"],["-0.86360275000000001e2","0.65899155000000064e2"],["-0.86420272999999952e2","0.65892487000000074e2"],["-0.86472228999999857e2","0.65839980999999966e2"],["-0.86496947999999975e2","0.65808029000000033e2"],[-86.49499499999996,65.803314],["-0.86486389000000031e2",65.799149],["-0.86464171999999962e2","0.65790543000000071e2"],["-0.86455276000000026e2","0.65786102000000142e2"],["-0.86453888000000006e2",65.78137200000009],["-0.86451110999999855e2","0.65747208000000057e2"],["-0.86454177999999956e2","0.65742203000000018e2"],["-0.86530288999999868e2","0.65695525999999916e2"],["-0.86716109999999958e2","0.65617477000000065e2"],["-0.86819457999999997e2","0.65560532000000023e2"],["-0.86829726999999991e2",65.55581699999999],[-86.84056099999998,"0.65553314000000057e2"],["-0.86852782999999931e2",65.55442800000003],["-0.86865828999999962e2","0.65557480000000112e2"],["-0.86878052000000025e2","0.65557754999999929e2"],["-0.86888610999999969e2","0.65555251999999996e2"],["-0.86953888000000006e2",65.53915400000011],["-0.86972777999999948e2","0.65520263999999997e2"],["-0.87017226999999991e2","0.65486923000000047e2"],["-0.87024445000000014e2","0.65481659000000036e2"],["-0.87035278000000005e2","0.65479156000000046e2"],[-87.05471799999998,"0.65486649000000114e2"],["-0.87067504999999983e2","0.65488875999999948e2"],["-0.87077788999999996e2","0.65484985000000052e2"],["-0.87087783999999999e2","0.65479431000000091e2"],["-0.87095001000000025e2","0.65474152000000117e2"],["-0.87110275000000001e2","0.65458602999999982e2"],["-0.87118606999999997e2",65.4433140000001],["-0.87119155999999975e2","0.65438309000000061e2"],[-87.11500499999994,"0.65433594000000028e2"],["-0.87101944000000003e2","0.65429703000000131e2"],["-0.87111664000000019e2","0.65390274000000034e2"],["-0.87351105000000018e2","0.65327209000000096e2"],["-0.87361938000000009e2","0.65324432000000002e2"],["-0.87372771999999941e2","0.65322769000000051e2"],["-0.87395843999999897e2","0.65321380999999974e2"],["-0.87430831999999953e2","0.65320831000000112e2"],["-0.87833327999999938e2","0.65323883000000023e2"],["-0.87869155999999975e2","0.65325272000000041e2"],["-0.87893065999999976e2","0.65326660000000118e2"],["-0.87941939999999875e2","0.65330826000000059e2"],[-87.96665999999999,"0.65333054000000004e2"],["-0.88004456000000005e2","0.65339157000000114e2"],["-0.88030288999999925e2","0.65345260999999994e2"],["-0.88070281999999963e2","0.65356093999999928e2"],[-88.09445199999999,"0.65363312000000121e2"],["-0.88212783999999886e2",65.40277100000003],["-0.88221389999999985e2","0.65407211000000075e2"],["-0.88234726000000023e2","0.65416091999999992e2"],["-0.88243331999999953e2","0.65425262000000032e2"],["-0.88245270000000005e2","0.65429977000000065e2"],[-88.25389100000001,"0.65439148000000046e2"],[-88.31361400000003,"0.65479156000000046e2"],["-0.88333617999999944e2","0.65492477000000008e2"],["-0.88548614999999984e2","0.65582764000000111e2"],[-88.55972300000002,"0.65586929000000112e2"],["-0.88573058999999944e2","0.65589706000000035e2"],[-88.58555599999994,"0.65590820000000008e2"],["-0.88633330999999998e2","0.65591094999999996e2"],["-0.88645554000000004e2","0.65592208999999968e2"],["-0.88658889999999928e2","0.65594986000000063e2"],[-88.68582200000003,"0.65601929000000098e2"],["-0.88829726999999878e2","0.65641372999999987e2"],["-0.88828888000000006e2","0.65644150000000081e2"],["-0.88756667999999991e2","0.65642761000000064e2"],[-88.62249799999995,"0.65637207000000103e2"],[-88.49888599999997,"0.65626923000000033e2"],["-0.88513335999999981e2","0.65644440000000088e2"],["-0.88779723999999987e2","0.65676085999999941e2"],["-0.88949721999999895e2",65.68664600000011],["-0.88962783999999999e2","0.65688583000000108e2"],["-0.89000838999999985e2","0.65698593000000017e2"],[-89.09944200000001,"0.65725266000000033e2"],["-0.89124435000000005e2","0.65733322000000101e2"],["-0.89133895999999936e2","0.65737487999999985e2"],["-0.89140563999999927e2",65.74192800000003],[-89.14527899999996,"0.65746368000000018e2"],["-0.89147507000000019e2","0.65751388999999961e2"],["-0.89147231999999974e2","0.65761107999999979e2"],["-0.89149444999999957e2","0.65765823000000012e2"],["-0.89156386999999938e2","0.65770264000000111e2"],["-0.89174438000000009e2","0.65778594999999996e2"],["-0.89379990000000021e2","0.65846375000000023e2"],["-0.89525283999999999e2","0.65886932000000002e2"],["-0.89597228999999857e2","0.65910812000000021e2"],["-0.89664718999999934e2","0.65934982000000048e2"],["-0.89671660999999915e2","0.65939423000000147e2"],[-89.70944199999991,"0.65942200000000014e2"],["-0.89967223999999987e2","0.65948593000000017e2"],["-0.89991104000000007e2","0.65947478999999987e2"],[-90,"0.65944359000000134e2"],["-0.89964171999999962e2","0.65936919999999986e2"],["-0.89939163000000008e2",65.93609600000002],["-0.89926391999999908e2","0.65934143000000063e2"],[-89.89916999999997,"0.65928589000000045e2"],[-89.87110899999999,"0.65921097000000145e2"],["-0.89834166999999979e2","0.65910263000000043e2"],["-0.89799438000000009e2","0.65898331000000098e2"],["-0.89740829000000019e2","0.65873306000000071e2"],["-0.89731673999999998e2",65.86914100000007],["-0.89726943999999946e2","0.65839980999999966e2"],["-0.89729172000000005e2","0.65834717000000012e2"],["-0.89736389000000031e2","0.65829162999999994e2"],["-0.89746947999999975e2","0.65826385000000016e2"],[-89.76916499999993,"0.65822495000000004e2"],["-0.89793334999999956e2","0.65822495000000004e2"],["-0.89818892999999889e2","0.65825546000000031e2"],["-0.89832229999999925e2","0.65828323000000125e2"],["-0.89843886999999938e2","0.65832214000000022e2"],[-89.89056399999987,"0.65853043000000014e2"],["-0.89902221999999995e2","0.65857208000000014e2"],["-0.90048614999999984e2","0.65888321000000019e2"],["-0.90073623999999938e2","0.65890273999999977e2"],["-0.90085555999999997e2","0.65889159999999947e2"],["-0.90119995000000017e2","0.65883880999999974e2"],["-0.90162780999999995e2","0.65872207999999944e2"],["-0.90207229999999925e2","0.65864426000000037e2"],["-0.90241942999999992e2","0.65861374000000069e2"],["-0.90265838999999971e2","0.65860535000000141e2"],["-0.90315001999999993e2","0.65862198000000035e2"],["-0.90404448999999943e2","0.65871093999999971e2"],["-0.90418335000000013e2",65.87414600000011],["-0.90427489999999977e2","0.65878036000000066e2"],["-0.90432495000000017e2","0.65882751000000098e2"],["-0.90425551999999925e2","0.65888321000000019e2"],["-0.90393065999999919e2","0.65896102999999982e2"],["-0.90357773000000009e2","0.65898041000000092e2"],["-0.90333327999999995e2","0.65897217000000126e2"],["-0.90272781000000009e2","0.65897491000000059e2"],["-0.90225554999999929e2","0.65900542999999971e2"],["-0.90215560999999923e2","0.65904434000000037e2"],["-0.90213333000000034e2","0.65909424000000115e2"],["-0.90213333000000034e2","0.65914428999999984e2"],[-90.220551,"0.65918868999999972e2"],["-0.90234725999999966e2","0.65922485000000052e2"],["-0.90258895999999993e2","0.65922485000000052e2"],["-0.90293335000000013e2","0.65918593999999985e2"],["-0.90360275000000001e2","0.65907760999999994e2"],["-0.90418883999999878e2","0.65901093000000003e2"],["-0.90574172999999973e2","0.65896652000000074e2"],["-0.90596114999999941e2","0.65896652000000074e2"],["-0.90708618000000001e2","0.65902480999999909e2"],["-0.90733886999999925e2","0.65904160000000104e2"],["-0.90850280999999995e2","0.65915267999999912e2"],["-0.91068344000000025e2","0.65940262000000075e2"],["-0.91316390999999953e2","0.65969986000000119e2"],["-0.91328613000000018e2","0.65969986000000119e2"],["-0.91340285999999935e2",65.96887200000009],["-0.91429168999999945e2",65.95109599999995],["-0.91444442999999865e2","0.65930817000000047e2"],["-0.91362777999999935e2","0.65893599999999992e2"],["-0.91353332999999964e2","0.65889434999999992e2"],["-0.91341385000000002e2","0.65885818000000029e2"],["-0.91328063999999983e2","0.65883880999999974e2"],["-0.91189437999999939e2","0.65853043000000014e2"],[-91.06082200000003,"0.65813309000000061e2"],["-0.91046660999999915e2","0.65809417999999994e2"],["-0.91020553999999947e2","0.65806091000000094e2"],["-0.91008621000000005e2","0.65806091000000094e2"],["-0.91004180999999903e2","0.65811371000000122e2"],["-0.91013900999999976e2","0.65820540999999992e2"],[-91.05471799999998,"0.65846649000000127e2"],["-0.91108337000000006e2","0.65891373000000101e2"],["-0.91123046999999929e2","0.65904709000000082e2"],["-0.91125823999999852e2","0.65909714000000122e2"],["-0.91121384000000035e2","0.65914993000000095e2"],["-0.91099730999999963e2","0.65919982999999945e2"],["-0.91088057999999933e2","0.65921097000000145e2"],["-0.91063889000000017e2","0.65921097000000145e2"],["-0.90990279999999984e2","0.65919982999999945e2"],["-0.90976943999999946e2","0.65918045000000006e2"],["-0.90948607999999979e2","0.65910812000000021e2"],["-0.90921386999999925e2","0.65905258000000003e2"],[-90.90834000000001,"0.65903595000000109e2"],["-0.90741942999999992e2","0.65887772000000041e2"],["-0.90692489999999964e2","0.65886108000000036e2"],["-0.90531676999999945e2","0.65880539000000056e2"],["-0.90078063999999983e2","0.65812485000000095e2"],["-0.90013900999999919e2","0.65800262000000032e2"],[-90,"0.65797400999999923e2"],["-0.89986938000000009e2","0.65794708000000071e2"],["-0.89960006999999962e2","0.65788879000000065e2"],["-0.89932220000000029e2",65.78137200000009],["-0.89744995000000017e2","0.65724700999999982e2"],["-0.89720275999999956e2","0.65713042999999971e2"],["-0.89660278000000005e2","0.65683318999999983e2"],["-0.89653335999999911e2","0.65678863999999976e2"],["-0.89428328999999962e2","0.65529434000000037e2"],["-0.89308883999999978e2","0.65469437000000084e2"],["-0.89146118000000001e2","0.65400543000000084e2"],["-0.89065551999999911e2","0.65333054000000004e2"],["-0.89054442999999992e2","0.65328873000000101e2"],["-0.89044448999999986e2",65.32777400000009],["-0.88771118000000001e2","0.65307754999999986e2"],["-0.88733886999999982e2","0.65306090999999981e2"],["-0.88710281000000009e2","0.65306090999999981e2"],["-0.88698607999999979e2",65.30693100000002],["-0.88676940999999999e2",65.31053200000008],["-0.88606948999999929e2",65.30693100000002],["-0.88490279999999984e2","0.65293320000000051e2"],["-0.88389174999999909e2","0.65277205999999921e2"],["-0.88364715999999873e2","0.65274994000000049e2"],["-0.88215012000000002e2","0.65277205999999921e2"],["-0.88133330999999941e2","0.65278320000000122e2"],["-0.88109725999999966e2","0.65278046000000018e2"],["-0.88096664000000033e2","0.65274994000000049e2"],["-0.88061660999999958e2","0.65258881000000031e2"],["-0.88021117999999888e2","0.65274704000000042e2"],["-0.88011123999999938e2","0.65278320000000122e2"],["-0.87978058000000033e2","0.65283599999999979e2"],["-0.87943603999999993e2","0.65286102000000085e2"],["-0.87731383999999991e2","0.65290267999999969e2"],["-0.87673049999999989e2","0.65291366999999923e2"],["-0.87602218999999934e2","0.65290542999999957e2"],["-0.87357773000000009e2","0.65270827999999995e2"],[-87.21055599999994,"0.65254165999999998e2"],["-0.87075012000000015e2","0.65236648999999943e2"],["-0.86957779000000016e2","0.65165817000000004e2"],["-0.86944992000000013e2","0.65156936999999971e2"],["-0.86936935000000005e2","0.65147766000000047e2"],["-0.86933318999999983e2","0.65138046000000145e2"],["-0.86967498999999975e2","0.65059417999999994e2"],["-0.86970275999999899e2","0.65054428000000087e2"],["-0.86977492999999981e2","0.65048874000000126e2"],["-0.86997771999999941e2","0.65040816999999947e2"],["-0.87040557999999976e2","0.65031097000000045e2"],["-0.87110001000000011e2","0.64999145999999996e2"],["-0.87430283000000031e2","0.64711928999999998e2"],["-0.87521666999999923e2","0.64621094000000085e2"],["-0.87571944999999971e2","0.64573607999999979e2"],["-0.87579178000000013e2","0.64568054000000018e2"],["-0.87586120999999991e2","0.64562759000000142e2"],["-0.87595550999999944e2","0.64557205000000124e2"],["-0.87698043999999925e2","0.64527206000000092e2"],["-0.87764419999999973e2","0.64520904999999914e2"],["-0.87786391999999921e2",64.51998900000001],["-0.87797225999999966e2","0.64518051000000071e2"],["-0.87807219999999973e2","0.64514434999999992e2"],["-0.87855270000000019e2",64.43942300000009],["-0.87855835000000013e2","0.64429428000000144e2"],["-0.87863616999999977e2","0.64379700000000014e2"],[-87.8663939999999,"0.64369705000000124e2"],["-0.87983886999999925e2","0.64191086000000041e2"],["-0.87990829000000019e2","0.64185805999999957e2"],["-0.88113327000000027e2","0.64136108000000036e2"],[-88.12332200000003,"0.64133605999999986e2"],["-0.88285552999999936e2","0.64106369000000029e2"],["-0.88551666000000012e2","0.64025543000000084e2"],["-0.88553878999999995e2","0.64020538000000045e2"],["-0.88674437999999952e2","0.63980269999999962e2"],["-0.88684432999999956e2","0.63977486000000056e2"],["-0.88736663999999962e2","0.63968323000000055e2"],["-0.88759444999999971e2","0.63969437000000028e2"],["-0.88993880999999931e2","0.63998604000000114e2"],["-0.89077788999999882e2","0.64026093000000117e2"],["-0.89110000999999954e2",64.03804000000008],["-0.89127212999999983e2",64.04664600000001],["-0.89150833000000034e2","0.64059417999999994e2"],["-0.89182770000000005e2","0.64081375000000037e2"],["-0.89198043999999982e2","0.64094711000000018e2"],["-0.89202224999999999e2","0.64099426000000051e2"],["-0.89208617999999944e2","0.64108871000000079e2"],["-0.89210555999999997e2","0.64118317000000047e2"],["-0.89210555999999997e2","0.64123306000000014e2"],["-0.89212783999999942e2","0.64128036000000066e2"],[-89.22084000000001,"0.64137207000000046e2"],["-0.89244720000000029e2",64.15498400000007],["-0.89251113999999973e2","0.64159424000000115e2"],["-0.89260833999999875e2","0.64160538000000088e2"],["-0.89284164000000033e2","0.64141937000000041e2"],["-0.89286391999999978e2","0.64136658000000068e2"],["-0.89182495000000017e2","0.64036652000000004e2"],["-0.89096664000000033e2","0.63973877000000016e2"],["-0.89061661000000015e2","0.63960823000000119e2"],["-0.89051101999999958e2","0.63961936999999921e2"],["-0.89040833000000021e2","0.63958602999999925e2"],["-0.89023620999999991e2","0.63950272000000041e2"],["-0.89028609999999958e2","0.63946098000000006e2"],["-0.89039443999999946e2","0.63944991999999957e2"],["-0.89050551999999925e2","0.63944991999999957e2"],["-0.89246657999999968e2","0.63959717000000126e2"],["-0.89254729999999938e2","0.63963051000000121e2"],["-0.89321395999999936e2","0.63996658000000025e2"],["-0.89396117999999944e2","0.64038589000000002e2"],["-0.89507232999999928e2","0.64070540999999992e2"],["-0.89551101999999958e2",64.07748399999997],[-89.55860899999999,"0.64073883000000137e2"],[-89.56082200000003,"0.64068878000000041e2"],[-89.56527699999998,"0.64019149999999968e2"],["-0.89563323999999852e2","0.64009430000000066e2"],["-0.89554442999999992e2","0.64000274999999988e2"],["-0.89548049999999932e2","0.63996101000000124e2"],["-0.89530838000000017e2","0.63987770000000069e2"],["-0.89517775999999913e2","0.63978874000000133e2"],["-0.89489990000000034e2","0.63956657000000064e2"],["-0.89485549999999989e2","0.63951934999999992e2"],["-0.89483321999999873e2","0.63947211999999979e2"],["-0.89485549999999989e2",63.94221500000009],[-89.49722300000002,"0.63943046999999979e2"],["-0.89521117999999944e2","0.63955826000000059e2"],["-0.89527495999999985e2","0.63960274000000027e2"],["-0.89577224999999999e2","0.63995544000000052e2"],["-0.89585555999999997e2","0.64004439999999988e2"],["-0.89589995999999928e2","0.64014160000000061e2"],["-0.89594161999999926e2","0.64018600000000106e2"],["-0.89637787000000003e2","0.64049423000000104e2"],["-0.89644164999999987e2","0.64053864000000033e2"],["-0.89699722000000008e2","0.64076385000000016e2"],["-0.89712219000000005e2","0.64079437000000098e2"],["-0.89719161999999983e2","0.64074707000000103e2"],["-0.89726943999999946e2","0.64047484999999938e2"],["-0.89785552999999993e2","0.64076935000000049e2"],["-0.89818068999999923e2","0.64098602000000085e2"],["-0.89822509999999909e2","0.64103317000000118e2"],["-0.89822783999999956e2",64.10803199999998],["-0.89820557000000008e2","0.64113312000000008e2"],[-89.80972300000002,"0.64128860000000032e2"],["-0.89802215999999987e2","0.64132476999999994e2"],["-0.89780563000000029e2","0.64134430000000123e2"],["-0.89757507000000032e2","0.64133605999999986e2"],["-0.89746947999999975e2","0.64135544000000095e2"],["-0.89738051999999925e2",64.14027399999992],["-0.89735824999999977e2","0.64145263999999997e2"],[-89.75111400000003,"0.64218048000000124e2"],[-89.75556899999998,"0.64227478000000019e2"],["-0.89760009999999966e2","0.64232208000000071e2"],["-0.89773055999999997e2",64.240814],["-0.89784163999999919e2","0.64244705000000067e2"],["-0.89794158999999922e2","0.64241928000000144e2"],["-0.89801102000000014e2","0.64237487999999928e2"],["-0.89805557000000022e2","0.64227203000000031e2"],["-0.89803328999999962e2","0.64222487999999998e2"],["-0.89803054999999972e2",64.20277400000009],[-89.81639100000001,"0.64148041000000092e2"],["-0.89823623999999995e2","0.64144440000000031e2"],["-0.89845550999999944e2","0.64142761000000007e2"],["-0.89879439999999988e2","0.64142487000000074e2"],["-0.89892226999999991e2","0.64145538000000101e2"],["-0.89909728999999913e2","0.64158599999999922e2"],["-0.89922501000000011e2","0.64161377000000016e2"],["-0.89967498999999918e2","0.64161377000000016e2"],["-0.89986938000000009e2","0.64159714000000122e2"],["-0.90124161000000015e2","0.64128586000000098e2"],["-0.90118057000000022e2","0.64125259000000142e2"],["-0.90104995999999971e2","0.64121368000000075e2"],[-90.05860899999999,"0.64109710999999947e2"],["-0.89950561999999991e2","0.64086929000000055e2"],["-0.89946105999999986e2","0.64057480000000055e2"],["-0.89904175000000009e2","0.64015823000000012e2"],["-0.89866942999999992e2",63.98971599999993],["-0.89841674999999896e2","0.63983879000000002e2"],["-0.89831116000000009e2","0.63979988000000105e2"],["-0.89824447999999961e2",63.97554800000006],["-0.89820281999999963e2","0.63971099999999922e2"],["-0.89813613999999973e2","0.63946938000000046e2"],["-0.89813613999999973e2",63.93721000000005],["-0.89815552000000025e2","0.63931938000000116e2"],["-0.89821944999999971e2","0.63926384000000098e2"],["-0.89828612999999962e2","0.63921104000000014e2"],["-0.89838057999999933e2","0.63917212999999947e2"],["-0.89938888999999961e2","0.63909713999999951e2"],["-0.89951400999999976e2","0.63912491000000045e2"],["-0.89989440999999999e2",63.92193600000013],["-0.89998336999999992e2","0.63926102000000014e2"],["-0.89995270000000005e2","0.63929161000000022e2"],["-0.89974715999999944e2","0.63933052000000089e2"],["-0.89964721999999995e2","0.63935822000000087e2"],["-0.89955276000000026e2","0.63939712999999983e2"],["-0.89948607999999979e2","0.63945267000000001e2"],["-0.89946655000000021e2","0.63950546000000145e2"],["-0.89946655000000021e2","0.63960274000000027e2"],["-0.89946655000000021e2","0.63965271000000087e2"],[-89.94888299999991,"0.63969986000000119e2"],["-0.89955565999999976e2",63.9741590000001],["-0.89968613000000005e2","0.63978043000000127e2"],[-90,"0.63984043000000042e2"],[-90.18249499999996,64.0086060000001],["-0.90194153000000028e2","0.64009430000000066e2"],["-0.90249435000000005e2","0.64007492000000127e2"],["-0.90271392999999989e2","0.64006377999999927e2"],["-0.90279175000000009e2",64.00360100000006],["-0.90275009000000011e2","0.63999161000000015e2"],["-0.90262786999999889e2","0.63997214999999926e2"],["-0.90227492999999981e2","0.63994438000000059e2"],["-0.90214721999999881e2","0.63990829000000019e2"],["-0.90196944999999914e2","0.63982491000000095e2"],["-0.90113892000000021e2","0.63930824000000086e2"],["-0.89975005999999951e2","0.63825829000000056e2"],["-0.89966400000000021e2","0.63816939999999988e2"],["-0.89964171999999962e2","0.63811935000000119e2"],["-0.89964171999999962e2",63.80221599999993],["-0.89966110000000015e2",63.79222100000004],[-89.96833799999996,"0.63782211000000132e2"],["-0.89972503999999958e2","0.63776657000000114e2"],["-0.89981673999999998e2","0.63773048000000131e2"],["-0.90057770000000005e2","0.63744438000000059e2"],["-0.90089995999999928e2","0.63698874999999987e2"],["-0.90148894999999982e2","0.63629158000000075e2"],["-0.90156386999999938e2","0.63626656000000025e2"],["-0.90205275999999913e2",63.61221299999994],["-0.90236388999999917e2","0.63607216000000051e2"],["-0.90258620999999891e2","0.63607216000000051e2"],["-0.90429442999999992e2","0.63615829000000019e2"],["-0.90461394999999982e2","0.63640549000000078e2"],["-0.90468613000000005e2","0.63652309000000002e2"],["-0.90488051999999982e2","0.63672493000000088e2"],["-0.90501113999999973e2","0.63676383999999985e2"],["-0.90611937999999952e2",63.70249200000012],["-0.90623885999999914e2","0.63704162999999994e2"],["-0.90634445000000028e2","0.63703049000000021e2"],[-90.64416499999993,"0.63700272000000098e2"],["-0.90701400999999976e2","0.63662209000000075e2"],["-0.90699157999999954e2","0.63657494000000042e2"],["-0.90686660999999958e2","0.63654709000000139e2"],["-0.90677779999999927e2","0.63654433999999981e2"],["-0.90655563000000029e2","0.63654709000000139e2"],["-0.90623610999999983e2","0.63657767999999976e2"],["-0.90613891999999908e2","0.63660545000000013e2"],[-90.60972599999991,"0.63665825000000098e2"],["-0.90610001000000011e2","0.63675827000000083e2"],["-0.90602782999999988e2","0.63679436000000067e2"],["-0.90590285999999992e2","0.63676658999999972e2"],[-90.55972300000002,"0.63659714000000008e2"],["-0.90555556999999965e2",63.65526600000004],["-0.90553329000000019e2","0.63650543000000084e2"],["-0.90541381999999942e2","0.63617210000000057e2"],["-0.90541381999999942e2",63.61221299999994],["-0.90545273000000009e2","0.63606941000000006e2"],["-0.90551391999999964e2","0.63601387000000045e2"],[-90.56082200000003,"0.63597487999999998e2"],["-0.90571120999999948e2","0.63595543000000021e2"],["-0.90733886999999925e2","0.63573883000000023e2"],["-0.90828063999999983e2","0.63561661000000072e2"],[-90.84944200000001,"0.63559714999999983e2"],["-0.90930556999999965e2","0.63564156000000082e2"],["-0.90942763999999954e2","0.63566666000000112e2"],["-0.90978881999999999e2","0.63576103000000046e2"],["-0.90989440999999943e2","0.63579994000000113e2"],["-0.91035003999999958e2",63.5991590000001],["-0.91137786999999889e2","0.63630821000000026e2"],[-91.158051,"0.63635551000000078e2"],["-0.91188599000000011e2",63.62943300000012],["-0.91198883000000023e2","0.63628601000000003e2"],["-0.91210281000000009e2","0.63628326000000015e2"],["-0.91233321999999987e2","0.63629990000000021e2"],["-0.91375823999999966e2","0.63659157000000107e2"],["-0.91399733999999967e2","0.63666664000000083e2"],["-0.91406386999999938e2","0.63671104000000071e2"],["-0.91406661999999983e2","0.63676102000000071e2"],["-0.91402785999999992e2","0.63681381000000044e2"],["-0.91393616000000009e2","0.63685265000000072e2"],["-0.91371384000000035e2","0.63685546999999985e2"],[-91.34973100000002,"0.63677772999999945e2"],["-0.91336945000000014e2","0.63675270000000012e2"],["-0.91329453000000001e2","0.63677772999999945e2"],["-0.91333892999999989e2","0.63682495000000017e2"],[-91.34056099999998,"0.63686652999999978e2"],[-91.34944200000001,"0.63690826000000129e2"],["-0.91362503000000004e2","0.63694435000000112e2"],["-0.91411666999999909e2","0.63707214000000022e2"],["-0.91529174999999952e2","0.63729987999999992e2"],["-0.91540558000000033e2","0.63730820000000051e2"],["-0.91551392000000021e2","0.63729713000000118e2"],["-0.91560821999999916e2","0.63726653999999996e2"],["-0.91569457999999997e2","0.63721930999999984e2"],["-0.91575561999999934e2","0.63716385000000116e2"],["-0.91584166999999979e2","0.63711380000000077e2"],["-0.91595550999999887e2","0.63711380000000077e2"],["-0.91910552999999936e2","0.63740546999999992e2"],[-92.06639100000001,63.74193600000001],["-0.92136123999999938e2","0.63745544000000109e2"],["-0.92148620999999991e2","0.63748047000000099e2"],["-0.92175003000000004e2","0.63755271999999991e2"],["-0.92186110999999983e2","0.63758888000000013e2"],["-0.92434433000000013e2","0.63804993000000024e2"],["-0.92482772999999952e2","0.63811935000000119e2"],["-0.92471664000000033e2",63.80832700000002],["-0.92437774999999931e2",63.79222100000004],["-0.92428328999999962e2",63.783051],["-0.92425551999999982e2","0.63778603000000032e2"],["-0.92422500999999954e2","0.63748878000000104e2"],["-0.92415832999999964e2","0.63744713000000104e2"],["-0.92406661999999926e2","0.63740546999999992e2"],["-0.92395553999999947e2","0.63736938000000009e2"],["-0.92382766999999944e2","0.63734161000000086e2"],["-0.92348891999999921e2","0.63733879000000059e2"],["-0.92306380999999931e2","0.63738602000000014e2"],["-0.92263061999999934e2","0.63741379000000109e2"],["-0.92251113999999973e2","0.63740546999999992e2"],["-0.92148055999999997e2","0.63716934000000094e2"],["-0.92103881999999942e2","0.63701660000000004e2"],["-0.92101669000000015e2","0.63696938000000102e2"],["-0.92105559999999969e2","0.63691658000000018e2"],["-0.92204177999999956e2","0.63638046000000088e2"],["-0.92252501999999993e2","0.63623878000000047e2"],["-0.92262512000000015e2",63.62193300000007],["-0.92385009999999909e2","0.63592491000000109e2"],[-92.48971599999993,"0.63567215000000033e2"],["-0.92493056999999965e2","0.63540832999999964e2"],["-0.92480835000000013e2","0.63527214000000072e2"],["-0.92429168999999945e2","0.63546944000000053e2"],["-0.92336394999999868e2","0.63556938000000059e2"],["-0.92279998999999975e2","0.63556099000000131e2"],[-92.20666499999993,"0.63606102000000078e2"],["-0.92202788999999882e2","0.63611381999999935e2"],["-0.92193877999999927e2","0.63615273000000002e2"],["-0.92165282999999988e2","0.63624435000000119e2"],["-0.91971114999999998e2","0.63679993000000138e2"],["-0.91830291999999929e2","0.63712212000000022e2"],["-0.91820006999999976e2",63.714157],["-0.91809432999999956e2","0.63715271000000143e2"],["-0.91776107999999965e2","0.63715828000000045e2"],["-0.91763335999999981e2","0.63713325999999995e2"],["-0.91695266999999944e2","0.63690544000000045e2"],["-0.91670837000000006e2","0.63678047000000049e2"],["-0.91617492999999911e2","0.63648880000000133e2"],["-0.91613051999999925e2","0.63644440000000145e2"],["-0.91611388999999974e2","0.63639160000000061e2"],[-91.61250299999989,"0.63629158000000075e2"],["-0.91618056999999965e2","0.63613608999999997e2"],["-0.91617217999999923e2","0.63603882000000056e2"],["-0.91607498000000021e2","0.63584991000000002e2"],["-0.91600829999999974e2","0.63580551000000014e2"],[-91.39805599999994,"0.63524994000000049e2"],["-0.91274170000000026e2","0.63502495000000124e2"],["-0.91133056999999951e2","0.63478043000000014e2"],["-0.90945540999999935e2","0.63440269000000114e2"],["-0.90854720999999984e2","0.63408600000000092e2"],["-0.90915557999999919e2",63.41054500000007],["-0.90932770000000005e2","0.63418602000000078e2"],["-0.90945540999999935e2","0.63422493000000145e2"],["-0.90956954999999937e2","0.63423325000000034e2"],[-90.96833799999996,"0.63423050000000046e2"],["-0.90975006000000008e2","0.63419441000000006e2"],["-0.90972777999999948e2","0.63414711000000011e2"],["-0.90957503999999972e2","0.63401382000000069e2"],["-0.90942214999999976e2","0.63393051000000014e2"],["-0.90931380999999931e2","0.63389160000000118e2"],["-0.90918883999999935e2","0.63386383000000023e2"],["-0.90816665999999998e2","0.63369156000000032e2"],["-0.90741942999999992e2","0.63360825000000091e2"],["-0.90690825999999959e2","0.63228324999999984e2"],["-0.90627486999999974e2","0.63059433000000013e2"],["-0.90649169999999913e2","0.63036385000000109e2"],["-0.90739990000000034e2","0.62962212000000136e2"],["-0.90775832999999977e2","0.62941933000000006e2"],["-0.90785004000000015e2","0.62938041999999939e2"],["-0.90794998000000021e2",62.936104],["-0.90825835999999924e2","0.62933052000000089e2"],["-0.90847778000000005e2","0.62932770000000005e2"],["-0.90870270000000005e2","0.62934433000000126e2"],["-0.90929442999999992e2","0.62944435000000112e2"],["-0.90940551999999968e2","0.62945267000000001e2"],["-0.91017226999999934e2","0.62946380999999974e2"],["-0.91038329999999917e2","0.62944153000000028e2"],["-0.91048049999999989e2",62.94221500000009],["-0.91173049999999989e2","0.62908600000000035e2"],[-91.18249499999996,"0.62905823000000112e2"],["-0.91190825999999959e2","0.62900825999999995e2"],["-0.91196654999999964e2","0.62895271000000093e2"],["-0.91200561999999934e2",62.88999200000012],["-0.91199721999999895e2","0.62870270000000062e2"],["-0.91207229999999981e2",62.8597180000001],["-0.91213333000000034e2","0.62854164000000083e2"],["-0.91356383999999991e2","0.62788605000000018e2"],["-0.91366652999999928e2","0.62787498000000085e2"],["-0.91440276999999867e2","0.62782768000000033e2"],[-91.46166999999997,"0.62782494000000099e2"],["-0.91579178000000013e2","0.62799995000000081e2"],["-0.91840285999999935e2","0.62826385000000073e2"],["-0.91990279999999984e2",62.84693900000002],["-0.92087508999999898e2","0.62818886000000077e2"],["-0.92214721999999995e2","0.62824715000000083e2"],["-0.92223052999999993e2","0.62828880000000083e2"],["-0.92236114999999927e2","0.62832214000000079e2"],["-0.92339995999999985e2","0.62843605000000025e2"],["-0.92361937999999952e2","0.62844154000000003e2"],["-0.92382766999999944e2","0.62841660000000047e2"],["-0.92392501999999922e2","0.62839713999999958e2"],["-0.92402221999999995e2","0.62837493999999992e2"],["-0.92420836999999949e2","0.62831383000000073e2"],["-0.92438323999999966e2","0.62823607999999979e2"],["-0.92455275999999969e2","0.62814712999999983e2"],["-0.92459441999999967e2","0.62810272000000055e2"],["-0.92458618000000001e2","0.62800270000000069e2"],["-0.92455841000000021e2",62.79583000000008],["-0.92451400999999919e2","0.62791107000000068e2"],["-0.92333617999999944e2","0.62709991000000116e2"],["-0.92232773000000009e2","0.62673049999999989e2"],["-0.92188598999999954e2","0.62659156999999993e2"],["-0.92178329000000019e2",62.65638000000007],["-0.92067779999999971e2","0.62651657000000057e2"],["-0.92034728999999857e2",62.65026899999998],["-0.91971389999999928e2","0.62653320000000008e2"],["-0.91948883000000023e2","0.62651932000000102e2"],["-0.91925827000000027e2","0.62644440000000145e2"],["-0.91908614999999998e2","0.62636383000000023e2"],["-0.91882766999999944e2","0.62624161000000015e2"],["-0.91880554000000018e2","0.62619438000000059e2"],["-0.91883330999999998e2","0.62604438999999957e2"],["-0.91885009999999909e2",62.5991590000001],["-0.91890288999999996e2","0.62588600000000042e2"],["-0.91941375999999991e2","0.62534996000000035e2"],["-0.91948043999999982e2","0.62531380000000013e2"],["-0.92053328999999962e2",62.526657],["-0.92153060999999923e2","0.62598045000000127e2"],["-0.92163329999999974e2","0.62600829999999974e2"],["-0.92186110999999983e2","0.62603324999999984e2"],["-0.92196655000000021e2","0.62603049999999996e2"],["-0.92266112999999962e2","0.62595268000000033e2"],["-0.92275009000000011e2","0.62591377000000136e2"],["-0.92271399999999971e2","0.62578049000000135e2"],["-0.92275557999999933e2","0.62560272000000111e2"],["-0.92325561999999991e2","0.62540833000000021e2"],["-0.92365004999999996e2","0.62533332999999914e2"],["-0.92384734999999978e2","0.62529990999999995e2"],["-0.92396118000000001e2","0.62530823000000112e2"],["-0.92430831999999953e2","0.62535827999999981e2"],["-0.92468062999999972e2",62.54444100000012],["-0.92539169000000015e2","0.62532493999999986e2"],["-0.92606110000000001e2","0.62464996000000042e2"],["-0.92617767000000015e2","0.62466660000000047e2"],["-0.92710006999999962e2","0.62465827999999931e2"],["-0.92726105000000018e2","0.62444153000000142e2"],["-0.92729720999999984e2","0.62438599000000124e2"],["-0.92731109999999944e2","0.62433601000000124e2"],["-0.92730834999999956e2","0.62428604000000064e2"],["-0.92724716000000001e2","0.62358604000000014e2"],["-0.92714721999999995e2","0.62343880000000013e2"],["-0.92665833000000021e2","0.62332771000000093e2"],["-0.92628052000000025e2","0.62322220000000016e2"],["-0.92606658999999922e2",62.31471300000004],["-0.92598052999999936e2","0.62310821999999973e2"],["-0.92585006999999905e2","0.62302216000000044e2"],["-0.92584441999999967e2","0.62297493000000088e2"],["-0.92585830999999871e2","0.62292220999999984e2"],["-0.92601668999999958e2","0.62265549000000078e2"],["-0.92610275000000001e2","0.62261382999999967e2"],["-0.92603995999999938e2","0.62236324000000138e2"],["-0.92573058999999944e2","0.62196098000000006e2"],["-0.92568619000000012e2","0.62191657999999961e2"],["-0.92561934999999949e2","0.62187492000000077e2"],["-0.92536666999999966e2","0.62175551999999982e2"],["-0.92486388999999974e2","0.62161377000000073e2"],["-0.92478057999999919e2","0.62157493999999986e2"],[-92.47001599999993,62.146614],["-0.92477782999999988e2","0.62143883000000017e2"],[-92.48721299999994,"0.62144157000000121e2"],["-0.92592223999999987e2","0.62154990999999995e2"],["-0.92603881999999942e2","0.62156379999999956e2"],["-0.92625823999999909e2","0.62191657999999961e2"],[-92.64044199999995,"0.62209098999999924e2"],["-0.92638435000000015e2","0.62212273000000039e2"],["-0.92638275000000021e2","0.62215103000000056e2"],["-0.92639938000000029e2","0.62217770000000087e2"],["-0.92700561999999991e2","0.62265549000000078e2"],["-0.92741103999999893e2",62.28694200000001],["-0.92747498000000007e2","0.62289993000000038e2"],[-92.845551,"0.62309433000000013e2"],["-0.93075561999999991e2","0.62332214000000022e2"],[-93.12222300000002,"0.62334991000000116e2"],["-0.92904174999999952e2","0.62262215000000083e2"],["-0.92892226999999991e2","0.62259720000000073e2"],["-0.92866393999999957e2","0.62263054000000068e2"],["-0.92839995999999985e2","0.62260276999999974e2"],["-0.92828612999999905e2","0.62257217000000082e2"],["-0.92780288999999868e2","0.62236938000000123e2"],["-0.92765288999999996e2","0.62224434000000088e2"],["-0.92764724999999942e2","0.62219437000000028e2"],["-0.92790282999999988e2","0.62177489999999921e2"],["-0.92795836999999949e2","0.62172768000000019e2"],["-0.92800963999999965e2","0.62172905000000014e2"],["-0.92840285999999992e2","0.62174438000000009e2"],["-0.92851943999999946e2","0.62175827000000027e2"],["-0.92862503000000004e2",62.17943600000001],["-0.92954453000000001e2","0.62192764000000011e2"],[-93.06806899999998,"0.62174995000000081e2"],["-0.93076674999999909e2",62.17193600000013],["-0.93110000999999954e2","0.62156654000000117e2"],["-0.93114440999999999e2",62.15415999999999],["-0.93119720000000029e2","0.62148330999999985e2"],["-0.93126937999999882e2","0.62132492000000013e2"],["-0.93124160999999958e2","0.62128044000000045e2"],["-0.93119445999999925e2","0.62123604000000057e2"],["-0.93081389999999942e2",62.10443900000007],["-0.93069167999999877e2","0.62103607000000011e2"],["-0.93059722999999906e2","0.62105826999999977e2"],["-0.93037506000000008e2","0.62121658000000139e2"],["-0.93028885000000002e2",62.12471000000005],["-0.93019164999999987e2","0.62126099000000067e2"],["-0.93008057000000008e2","0.62125549000000035e2"],["-0.92940552000000025e2","0.62115547000000049e2"],["-0.92933060000000012e2",62.11360900000011],["-0.92930557000000022e2","0.62109160999999972e2"],["-0.92931380999999988e2","0.62104164000000083e2"],["-0.92936935000000005e2","0.62099159000000043e2"],["-0.92968338000000017e2","0.62077217000000132e2"],["-0.92991104000000007e2","0.62067772000000105e2"],["-0.93140839000000028e2","0.62009720000000129e2"],["-0.93237212999999997e2",62.02693899999997],["-0.93246384000000035e2","0.62033333000000027e2"],["-0.93277495999999871e2","0.62042770000000132e2"],["-0.93302779999999927e2","0.62049438000000123e2"],["-0.93325286999999946e2","0.62051384000000041e2"],["-0.93411391999999978e2",62.03138000000007],["-0.93413054999999986e2","0.62025551000000064e2"],[-93.39416499999993,"0.62013610999999969e2"],["-0.93385559000000001e2","0.62009995000000117e2"],["-0.93373610999999983e2","0.62007500000000107e2"],["-0.93361937999999952e2",62.00610400000005],["-0.93342223999999931e2","0.62004997000000117e2"],["-0.93318893000000003e2","0.61998047000000099e2"],["-0.93244445999999982e2","0.61969437000000028e2"],["-0.93235549999999989e2","0.61965545999999961e2"],["-0.93222228999999913e2","0.61957496999999989e2"],["-0.93218338000000017e2",61.95249200000012],["-0.93217223999999987e2","0.61947769000000108e2"],["-0.93281951999999876e2","0.61891380000000083e2"],["-0.93299728000000016e2","0.61885826000000066e2"],["-0.93309157999999911e2","0.61883606000000043e2"],["-0.93330565999999919e2","0.61886383000000137e2"],["-0.93442489999999964e2","0.61915268000000026e2"],["-0.93461670000000026e2","0.61922493000000088e2"],["-0.93616104000000007e2","0.61939986999999974e2"],["-0.93600280999999939e2","0.61879158000000075e2"],[-93.61721799999998,"0.61861938000000123e2"],["-0.93556945999999982e2","0.61847771000000137e2"],["-0.93435821999999973e2","0.61808883999999978e2"],["-0.93282776000000013e2","0.61788887000000102e2"],["-0.93248610999999983e2",61.78472099999999],["-0.93237777999999935e2","0.61777214000000072e2"],["-0.93242492999999968e2","0.61767493999999999e2"],[-93.25556899999998,"0.61742493000000138e2"],["-0.93356948999999986e2","0.61707214000000022e2"],["-0.93449431999999945e2","0.61682213000000047e2"],["-0.93542769999999962e2","0.61663321999999994e2"],["-0.93594161999999926e2","0.61648048000000074e2"],["-0.93654998999999862e2","0.61629158000000132e2"],["-0.93856658999999979e2","0.61549164000000133e2"],["-0.93984726000000023e2","0.61456100000000106e2"],["-0.93985275000000001e2","0.61454163000000051e2"],["-0.93968613000000005e2","0.61396660000000054e2"],["-0.93932495000000017e2","0.61387214999999969e2"],["-0.93921935999999903e2","0.61385269000000108e2"],["-0.93911666999999966e2","0.61385826000000009e2"],["-0.93906386999999995e2","0.61387497000000053e2"],["-0.93895003999999972e2","0.61389160000000004e2"],["-0.93884734999999864e2","0.61389717000000076e2"],["-0.93868056999999965e2","0.61389160000000004e2"],["-0.93857498000000021e2","0.61385551000000135e2"],["-0.93820281999999963e2","0.61355826999999977e2"],["-0.93817504999999983e2","0.61351386999999932e2"],["-0.93819167999999991e2","0.61347214000000008e2"],["-0.93839447000000007e2","0.61319443000000092e2"],[-93.84445199999999,"0.61316101000000003e2"],["-0.93858046999999942e2","0.61312767000000008e2"],["-0.93932220000000029e2","0.61296661000000029e2"],["-0.93940552000000025e2","0.61294998000000078e2"],["-0.94057219999999973e2","0.61178329000000076e2"],[-94.14805599999994,"0.61043610000000058e2"],["-0.94226943999999946e2","0.60942764000000068e2"],["-0.94349166999999909e2","0.60858603999999957e2"],["-0.94353333000000021e2","0.60853607000000068e2"],["-0.94391112999999905e2","0.60798882000000049e2"],["-0.94415282999999988e2","0.60762215000000026e2"],["-0.94415008999999998e2","0.60756660000000124e2"],["-0.94451674999999966e2","0.60671104000000128e2"],["-0.94505004999999983e2","0.60549995000000138e2"],["-0.94509444999999971e2","0.60544159000000093e2"],["-0.94563048999999978e2","0.60522217000000012e2"],["-0.94575835999999981e2",60.52027099999998],["-0.94611389000000031e2",60.52777100000003],[-94.67332499999992,"0.60522490999999945e2"],["-0.94671660999999915e2","0.60466103000000032e2"],["-0.94629439999999988e2",60.41832700000009],["-0.94626388999999961e2","0.60413605000000018e2"],["-0.94614715999999873e2",60.38999200000012],["-0.94613891999999908e2","0.60380547000000035e2"],["-0.94615004999999996e2","0.60375266999999951e2"],["-0.94620834000000002e2","0.60363883999999985e2"],["-0.94681945999999925e2","0.60224158999999929e2"],["-0.94673614999999927e2","0.60191101000000117e2"],["-0.94704726999999934e2","0.60091933999999981e2"],["-0.94707503999999972e2","0.60083603000000096e2"],["-0.94711394999999925e2","0.60078330999999991e2"],["-0.94714721999999938e2","0.60075272000000041e2"],["-0.94728333000000021e2","0.60071380999999974e2"],["-0.94746658000000025e2","0.60069992000000127e2"],["-0.94752791999999943e2",60.06860400000005],["-0.94766402999999912e2","0.60061378000000104e2"],["-0.94771117999999944e2","0.60055549999999982e2"],["-0.94803878999999995e2","0.60008330999999998e2"],["-0.94803878999999995e2","0.60003609000000097e2"],["-0.94800430000000006e2","0.59999565000000132e2"],["-0.94819167999999991e2","0.59964714000000129e2"],["-0.94821670999999924e2","0.59959160000000111e2"],["-0.94822509999999909e2","0.59954162999999994e2"],["-0.94820556999999951e2","0.59944434999999999e2"],["-0.94803329000000019e2","0.59877768999999944e2"],["-0.94803329000000019e2","0.59711104999999975e2"],["-0.94819167999999991e2",59.63638300000008],["-0.94788605000000018e2",59.51527400000009],["-0.94735275000000001e2","0.59426384000000098e2"],["-0.94680557000000022e2","0.59357215999999994e2"],["-0.94715285999999992e2","0.59323326000000066e2"],["-0.94770003999999972e2",59.29833200000013],["-0.94775009000000011e2",59.29332700000009],["-0.94781386999999995e2","0.59263611000000026e2"],["-0.94782227000000034e2","0.59258331000000112e2"],["-0.94789718999999991e2","0.59092216000000064e2"],["-0.94681670999999994e2","0.58975822000000107e2"],["-0.94679992999999968e2",58.97137500000008],["-0.94676392000000021e2",58.93443300000007],["-0.94597777999999948e2","0.58878326000000072e2"],["-0.94586394999999868e2","0.58874992000000077e2"],["-0.94486938000000009e2","0.58815269000000058e2"],["-0.94482223999999974e2","0.58811104000000057e2"],["-0.94477782999999931e2","0.58806656000000089e2"],["-0.94474716000000001e2","0.58802216000000044e2"],["-0.94457503999999915e2","0.58774162000000047e2"],["-0.94453338999999914e2","0.58765274000000034e2"],["-0.94452788999999882e2","0.58759720000000016e2"],["-0.94453338999999914e2","0.58750549000000092e2"],["-0.94448607999999979e2","0.58736382000000106e2"],["-0.94446105999999986e2","0.58731658999999979e2"],[-94.43720999999988,58.72304500000007],["-0.94421660999999972e2","0.58716385000000059e2"],["-0.94410552999999993e2","0.58714157000000114e2"],["-0.94361388999999974e2","0.58712769000000037e2"],["-0.94343613000000005e2","0.58715546000000074e2"],["-0.94326950000000011e2","0.58721656999999993e2"],["-0.94291107000000011e2","0.58743606999999997e2"],["-0.94279175000000009e2","0.58771103000000039e2"],["-0.94228881999999999e2","0.58784996000000092e2"],["-0.94234725999999966e2","0.58714714000000015e2"],["-0.94252228000000002e2","0.58649994000000049e2"],["-0.94285277999999892e2","0.58512496999999996e2"],["-0.94287216000000001e2","0.58438041999999996e2"],["-0.94289168999999958e2","0.58427773000000116e2"],["-0.94291672000000005e2","0.58422218000000044e2"],["-0.94296660999999972e2","0.58415825000000098e2"],["-0.94326400999999976e2","0.58349159000000043e2"],["-0.94348617999999988e2",58.2866590000001],["-0.94351668999999902e2","0.58276656999999943e2"],["-0.94363892000000021e2",58.22387700000013],["-0.94363327000000027e2","0.58218880000000013e2"],["-0.94360275000000001e2","0.58220543000000134e2"],[-94.3558349999999,"0.58226097000000095e2"],["-0.94259445000000028e2","0.58351386999999988e2"],["-0.94231110000000001e2","0.58390549000000021e2"],["-0.94228606999999954e2","0.58396103000000039e2"],["-0.94226943999999946e2","0.58406380000000013e2"],["-0.94231110000000001e2","0.58430824000000143e2"],["-0.94238891999999964e2","0.58494155999999975e2"],[-94.24610899999999,"0.58576385000000016e2"],[-94.24610899999999,"0.58586654999999951e2"],["-0.94245269999999948e2",58.59165999999999],["-0.94242766999999958e2","0.58597214000000008e2"],["-0.94143889999999942e2","0.58763610999999912e2"],["-0.94113892000000021e2","0.58762215000000083e2"],["-0.93995833999999945e2","0.58760826000000066e2"],["-0.93949158000000011e2",58.76249700000011],["-0.93843886999999938e2","0.58767769000000044e2"],["-0.93798614999999927e2","0.58773604999999918e2"],["-0.93728058000000033e2","0.58783882000000119e2"],["-0.93709732000000031e2","0.58785827999999981e2"],["-0.93673049999999932e2","0.58780823000000112e2"],["-0.93575561999999991e2","0.58763885000000016e2"],["-0.93475554999999986e2","0.58732491000000039e2"],["-0.93350554999999929e2",58.74582700000002],["-0.93343886999999881e2","0.58750832000000059e2"],["-0.93327788999999996e2","0.58757217000000082e2"],["-0.93319167999999991e2","0.58758606000000043e2"],["-0.93236664000000019e2","0.58766936999999984e2"],["-0.93216659999999933e2","0.58764160000000061e2"],["-0.93196380999999974e2","0.58758331000000055e2"],["-0.93155562999999972e2","0.58740273000000002e2"],["-0.93152221999999938e2","0.58737770000000012e2"],["-0.93141112999999962e2","0.58691933000000006e2"],["-0.93139724999999885e2","0.58653876999999966e2"],["-0.93126937999999882e2","0.58532494000000042e2"],["-0.93126099000000011e2","0.58527771000000087e2"],["-0.93118057000000022e2","0.58508888000000013e2"],["-0.93095276000000013e2","0.58467209000000082e2"],["-0.93035277999999948e2",58.37082700000002],["-0.92964721999999938e2","0.58261108000000036e2"],[-92.93110699999994,58.21166199999999],["-0.92868880999999931e2","0.58143050999999957e2"],["-0.92811660999999901e2","0.58071663000000058e2"],["-0.92803329000000019e2","0.58057213000000104e2"],["-0.92799987999999985e2","0.58042221000000097e2"],["-0.92805557000000022e2","0.58011940000000038e2"],["-0.92805557000000022e2",58.00638600000002],[-92.80471799999998,"0.57997490000000084e2"],["-0.92795273000000009e2",57.96888000000007],["-0.92753615999999965e2",57.85083000000003],["-0.92724716000000001e2","0.57801383999999985e2"],["-0.92672501000000011e2","0.57733047000000056e2"],["-0.92621108999999876e2","0.57670547000000113e2"],["-0.92450835999999981e2","0.57442490000000134e2"],["-0.92446380999999974e2","0.57433051999999918e2"],["-0.92418883999999991e2","0.57337493999999992e2"],["-0.92418334999999956e2","0.57332497000000103e2"],["-0.92418883999999991e2","0.57323326000000122e2"],["-0.92427215999999987e2","0.57263053999999954e2"],["-0.92430283000000031e2","0.57252220000000079e2"],["-0.92441101000000003e2",57.23054500000012],["-0.92549437999999896e2",57.08554799999996],["-0.92563889000000017e2","0.57068885999999964e2"],["-0.92576400999999976e2","0.57056938000000116e2"],["-0.92695267000000001e2","0.56961662000000047e2"],["-0.92708617999999888e2","0.56951660000000118e2"],["-0.92715835999999967e2","0.56947487000000137e2"],["-0.92723327999999924e2","0.56944435000000055e2"],[-92.73832699999997,56.94110100000006],["-0.92771392999999932e2",56.93804200000011],["-0.92837219000000005e2","0.56924438000000009e2"],["-0.92868056999999965e2",56.91415399999994],["-0.92877212999999927e2",56.90915700000005],["-0.92876098999999954e2","0.56907494000000099e2"],["-0.92868332000000009e2",56.90665400000006],["-0.92850554999999929e2","0.56907211000000132e2"],["-0.92831680000000006e2","0.56908599999999979e2"],["-0.92790557999999976e2","0.56913879000000122e2"],["-0.92756957999999997e2","0.56918602000000135e2"],["-0.92731383999999991e2","0.56922492999999974e2"],["-0.92691101000000003e2",56.93360100000001],["-0.92660277999999948e2","0.56945266999999944e2"],["-0.92652221999999881e2","0.56949158000000011e2"],[-92.61721799999998,56.96888000000007],["-0.92610000999999954e2","0.56974709000000075e2"],["-0.92589171999999905e2","0.56986382000000106e2"],["-0.92552779999999984e2","0.57004714999999976e2"],["-0.92514450000000011e2","0.57023604999999918e2"],["-0.92492217999999923e2","0.57032493999999986e2"],["-0.92475280999999995e2","0.57037498000000141e2"],["-0.92443054000000018e2","0.57044715999999994e2"],[-92.40055799999999,"0.57052216000000044e2"],["-0.92376098999999954e2","0.57056381000000044e2"],["-0.92253615999999965e2","0.57065544000000045e2"],["-0.92235549999999989e2","0.57066101000000117e2"],["-0.92226105000000018e2","0.57065544000000045e2"],["-0.92217223999999987e2","0.57063049000000035e2"],["-0.92212218999999948e2","0.57058043999999995e2"],["-0.92218932999999993e2","0.57052779999999984e2"],["-0.92337509000000011e2","0.56981377000000066e2"],["-0.92344727000000034e2","0.56977485999999999e2"],["-0.92352218999999991e2","0.56974159000000043e2"],["-0.92368332000000009e2","0.56969711000000075e2"],["-0.92385558999999944e2","0.56967209000000025e2"],["-0.92394454999999994e2","0.56966933999999981e2"],["-0.92418610000000001e2","0.56961937000000091e2"],["-0.92432220000000029e2","0.56955826000000002e2"],[-92.46945199999999,"0.56934989999999971e2"],["-0.92466399999999965e2","0.56932495000000131e2"],[-92.375,"0.56949714999999912e2"],["-0.92303054999999972e2","0.56967491000000109e2"],["-0.92287215999999944e2","0.56974434000000088e2"],["-0.92281113000000005e2","0.56978874000000076e2"],["-0.92268616000000009e2","0.56990829000000019e2"],["-0.92261947999999961e2",56.99582700000002],["-0.92235275000000001e2","0.57012771999999984e2"],["-0.92220276000000013e2","0.57018883000000017e2"],["-0.92204453000000001e2",57.02416199999999],["-0.92180282999999974e2","0.57030823000000112e2"],["-0.92155272999999909e2","0.57036658999999986e2"],["-0.92146666999999979e2","0.57037772999999959e2"],["-0.92129165999999941e2",57.03943600000008],["-0.92093062999999972e2","0.57040833000000021e2"],["-0.92057769999999891e2","0.57043884000000048e2"],["-0.92031677000000002e2","0.57046660999999972e2"],["-0.91987503000000004e2","0.57052489999999977e2"],["-0.91952224999999999e2",57.05721299999999],["-0.91828888000000006e2","0.57087211999999965e2"],["-0.91779998999999975e2","0.57100273000000129e2"],["-0.91241104000000007e2","0.57222214000000008e2"],[-91.15583799999996,"0.57239989999999977e2"],[-91.08944699999995,"0.57251106000000107e2"],[-91.05471799999998,"0.57256104000000107e2"],["-0.91036391999999978e2","0.57258049000000085e2"],["-0.91001677999999913e2",57.26138300000008],["-0.90992767000000015e2",57.26138300000008],["-0.90834166999999923e2","0.57257217000000026e2"],[-90.81527699999998,"0.57255829000000119e2"],["-0.90795546999999999e2",57.24971800000003],["-0.90779175000000009e2","0.57243324000000143e2"],["-0.90758895999999993e2","0.57237769999999955e2"],["-0.90738051999999925e2","0.57232490999999982e2"],[-90.71945199999999,"0.57228043000000014e2"],["-0.90709441999999967e2","0.57226379000000009e2"],["-0.90563323999999909e2","0.57212212000000079e2"],["-0.90451110999999969e2","0.57193878000000097e2"],["-0.90408614999999998e2","0.57181664000000069e2"],["-0.90391678000000013e2","0.57176102000000128e2"],["-0.90387786999999946e2","0.57171378999999945e2"],["-0.90310821999999973e2","0.57134995000000117e2"],["-0.90225554999999929e2","0.57104439000000013e2"],["-0.90025009000000011e2","0.57031380000000013e2"],["-0.90005004999999983e2",57.01915699999995],[-90,"0.57016369000000054e2"],["-0.89990554999999972e2","0.57011107999999922e2"],["-0.89970276000000013e2","0.57004166000000055e2"],["-0.89833068999999966e2","0.56978324999999984e2"],["-0.89715285999999992e2","0.56957214000000079e2"],["-0.89521392999999932e2",56.92943600000001],["-0.89439163000000008e2","0.56923881999999992e2"],["-0.89132941999999957e2","0.56864852999999982e2"],[-89.06806899999998,"0.56852219000000048e2"],["-0.89015288999999939e2",56.84777100000008],["-0.88950287000000003e2","0.56843048000000124e2"],[-88.94261199999994,"0.56844269000000054e2"],["-0.88815001999999993e2","0.56824440000000038e2"],["-0.88742767000000015e2","0.56764442000000145e2"],[-88.67193599999996,"0.56709435000000042e2"],["-0.88654723999999931e2","0.56696380999999974e2"],["-0.88639998999999989e2","0.56688599000000067e2"],["-0.88631377999999984e2",56.68471500000004],["-0.88584166999999923e2","0.56670546999999999e2"],["-0.88440552000000025e2","0.56603607000000011e2"],["-0.88415008999999998e2",56.58638000000002],["-0.88365829000000019e2","0.56561661000000015e2"],["-0.88324172999999973e2","0.56542770000000019e2"],["-0.88218886999999995e2","0.56504440000000045e2"],["-0.88149444999999957e2","0.56486938000000009e2"],["-0.88103057999999976e2","0.56476097000000095e2"],["-0.88069732999999928e2","0.56468880000000013e2"],["-0.88048889000000031e2","0.56465546000000018e2"],["-0.88028885000000002e2","0.56459991000000116e2"],["-0.88018616000000009e2","0.56456100000000049e2"],["-0.87982772999999952e2","0.56441658000000075e2"],["-0.87975554999999929e2","0.56437491999999963e2"],["-0.87841110000000015e2","0.56315269000000001e2"],["-0.87723891999999978e2","0.56203880000000083e2"],["-0.87719161999999926e2","0.56198875000000044e2"],["-0.87715011999999945e2","0.56189987000000031e2"],[-87.71556099999998,"0.56169716000000051e2"],["-0.87713897999999972e2","0.56164993000000095e2"],["-0.87708053999999947e2","0.56156096999999988e2"],["-0.87702788999999996e2","0.56151931999999988e2"],["-0.87548614999999927e2","0.56049995000000138e2"],["-0.87478881999999999e2","0.56029160000000047e2"],["-0.87368880999999988e2","0.56000832000000059e2"],["-0.87351943999999889e2","0.55992767000000129e2"],["-0.87345276000000013e2","0.55988602000000128e2"],["-0.87343613000000005e2","0.55983879000000002e2"],[-87.348343,"0.55973320000000115e2"],["-0.87355270000000019e2","0.55962769000000037e2"],["-0.87198333999999988e2","0.55940269000000001e2"],["-0.87110001000000011e2",55.92943600000001],["-0.87091675000000009e2","0.55927489999999921e2"],["-0.87057220000000029e2","0.55926940999999999e2"],["-0.87031676999999945e2","0.55929718000000094e2"],["-0.86996947999999975e2","0.55931663999999955e2"],["-0.86979445999999939e2","0.55931663999999955e2"],["-0.86970000999999968e2","0.55929718000000094e2"],["-0.86881942999999922e2","0.55907211000000018e2"],["-0.86837783999999999e2","0.55891380000000026e2"],["-0.86616942999999992e2","0.55838882000000012e2"],["-0.86572783999999956e2",55.83027600000014],["-0.86544448999999986e2","0.55824440000000038e2"],["-0.86486663999999962e2","0.55811378000000047e2"],["-0.86477782999999931e2","0.55808884000000091e2"],["-0.86448607999999979e2","0.55799995000000024e2"],["-0.86398620999999991e2","0.55784164000000033e2"],["-0.86372771999999998e2","0.55774993999999992e2"],["-0.86346114999999998e2","0.55763054000000068e2"],["-0.86332779000000016e2","0.55754715000000033e2"],["-0.86321944999999971e2","0.55745544000000109e2"],[-86.31527699999998,"0.55741104000000064e2"],["-0.86277221999999995e2","0.55728873999999962e2"],["-0.86267776000000026e2","0.55726936000000023e2"],[-85.86721799999998,"0.55657493999999986e2"],["-0.85740829000000019e2","0.55638046000000088e2"],["-0.85731673999999998e2","0.55636940000000038e2"],[-85.71444699999995,"0.55631660000000011e2"],["-0.85569457999999941e2",55.55860100000001],["-0.85556655999999975e2","0.55550270000000069e2"],["-0.85532227000000034e2","0.55528045999999961e2"],["-0.85525833000000034e2",55.51888299999996],["-0.85516662999999994e2","0.55500000000000057e2"],["-0.85515015000000005e2","0.55495270000000062e2"],["-0.85515288999999996e2","0.55490273000000116e2"],["-0.85509170999999981e2","0.55481102000000021e2"],["-0.85499435000000005e2","0.55472214000000008e2"],["-0.85474166999999909e2","0.55454711999999972e2"],["-0.85393340999999964e2","0.55408881999999949e2"],["-0.85383620999999948e2","0.55404991000000109e2"],["-0.85272232000000031e2","0.55374709999999993e2"],["-0.85234726000000023e2","0.55364715999999987e2"],["-0.85224716000000001e2","0.55364159000000086e2"],["-0.85208617999999944e2","0.55365273000000059e2"],["-0.85182219999999973e2","0.55365273000000059e2"],["-0.85164444000000003e2","0.55361664000000076e2"],["-0.85146118000000001e2","0.55354996000000085e2"],["-0.85128875999999991e2","0.55346382000000006e2"],["-0.85123885999999857e2","0.55341934000000037e2"],["-0.85121933000000013e2","0.55337769000000037e2"],["-0.85116652999999928e2","0.55323050999999964e2"],["-0.85116394000000014e2","0.55313606000000107e2"],["-0.85118331999999953e2","0.55308601000000067e2"],["-0.85121933000000013e2","0.55303322000000094e2"],["-0.85129165999999998e2","0.55297775000000115e2"],["-0.85144164999999987e2","0.55290276000000119e2"],["-0.85215285999999935e2","0.55268600000000049e2"],["-0.85275283999999999e2","0.55216660000000047e2"],["-0.85398055999999997e2",55.10083000000003],["-0.85399993999999936e2","0.55095824999999991e2"],["-0.85397506999999962e2","0.55090546000000018e2"],["-0.85383620999999948e2",55.06749700000006],["-0.85398055999999997e2",55.0472180000001],["-0.85419448999999986e2","0.55010826000000122e2"],["-0.85425003000000004e2","0.55000274999999988e2"],["-0.85425003000000004e2","0.54995544000000052e2"],["-0.85423889000000031e2","0.54990546999999992e2"],["-0.85414443999999946e2","0.54991104000000064e2"],["-0.85407500999999968e2","0.54993324000000086e2"],["-0.85400283999999942e2","0.54997772000000055e2"],["-0.85386123999999938e2","0.55008049000000028e2"],["-0.85370543999999938e2","0.55024437000000091e2"],["-0.85366942999999992e2","0.55029716000000064e2"],[-85.36250299999989,55.04055000000011],["-0.85347778000000005e2","0.55080826000000116e2"],[-85.33555599999994,"0.55101661999999976e2"],["-0.85318344000000025e2","0.55127486999999974e2"],["-0.85313048999999978e2","0.55132767000000001e2"],["-0.85220275999999956e2","0.55224434000000088e2"],["-0.85194153000000028e2","0.55244155999999919e2"],[-85.17971799999998,"0.55253608999999926e2"],["-0.85156113000000005e2","0.55264160000000061e2"],["-0.85139998999999989e2","0.55270270999999923e2"],["-0.85116652999999928e2","0.55276657000000057e2"],[-85.06806899999998,"0.55287498000000141e2"],["-0.85043883999999878e2","0.55292770000000075e2"],["-0.85001952999999958e2","0.55296660999999972e2"],["-0.84974715999999944e2","0.55295830000000137e2"],["-0.84869445999999982e2","0.55279716000000008e2"],[-84.75140399999998,"0.55256103999999993e2"],["-0.84723617999999931e2","0.55249718000000087e2"],["-0.84712783999999942e2","0.55247771999999998e2"],["-0.84688048999999921e2","0.55245270000000119e2"],["-0.84635559000000001e2",55.24221799999998],["-0.84599166999999909e2","0.55241661000000079e2"],["-0.84566390999999953e2","0.55244155999999919e2"],["-0.84541381999999999e2","0.55247490000000084e2"],["-0.84444716999999855e2","0.55267769000000044e2"],["-0.84428878999999995e2","0.55273048000000017e2"],["-0.84388610999999969e2","0.55282493999999986e2"],["-0.84322783999999956e2","0.55289992999999981e2"],["-0.84206954999999937e2","0.55295546999999999e2"],["-0.84198607999999979e2","0.55295273000000066e2"],["-0.84189437999999996e2","0.55294159000000093e2"],["-0.84170837000000006e2","0.55283051000000057e2"],["-0.84159438999999963e2","0.55278328000000101e2"],["-0.84149170000000026e2","0.55275551000000007e2"],[-84.12222300000002,"0.55272217000000012e2"],["-0.84113892000000021e2","0.55271934999999928e2"],["-0.84092223999999987e2","0.55271660000000111e2"],["-0.84076110999999969e2","0.55276099999999929e2"],["-0.84049987999999928e2","0.55286110000000065e2"],["-0.84006393000000003e2","0.55301383999999928e2"],["-0.83968886999999881e2","0.55313881000000094e2"],["-0.83951675000000023e2","0.55317497000000003e2"],[-83.93249499999996,"0.55319443000000035e2"],["-0.83920273000000009e2","0.55319160000000068e2"],["-0.83897506999999905e2","0.55316940000000102e2"],["-0.83658386000000007e2","0.55237324000000058e2"],[-83.65439600000002,"0.55235493000000076e2"],["-0.83651732999999922e2","0.55232985999999983e2"],["-0.83570281999999963e2",55.18804200000011],["-0.83567229999999938e2","0.55183052000000032e2"],["-0.83570007000000032e2","0.55177773000000059e2"],[-83.58555599999994,"0.55166100000000029e2"],["-0.83591674999999896e2","0.55154434000000037e2"],["-0.83589721999999938e2","0.55149719000000005e2"],["-0.83574447999999961e2","0.55138045999999974e2"],["-0.83561935000000005e2","0.55130820999999969e2"],["-0.83556655999999919e2","0.55134163000000058e2"],["-0.83556655999999919e2",55.17943600000001],["-0.83558608999999933e2","0.55184989999999971e2"],["-0.83579505999999867e2","0.55221157000000005e2"],["-0.83588057999999933e2","0.55233330000000024e2"],["-0.83593886999999938e2","0.55236938000000123e2"],[-83.60082999999986,"0.55239990000000034e2"],["-0.83620833999999945e2","0.55242767000000129e2"],["-0.83643889999999999e2","0.55242767000000129e2"],["-0.83654448999999943e2","0.55243881000000101e2"],["-0.83670837000000006e2","0.55248604000000057e2"],["-0.83684432999999956e2","0.55254439999999988e2"],["-0.83696105999999986e2","0.55261664999999994e2"],["-0.83706116000000009e2","0.55269714000000022e2"],["-0.83708892999999989e2","0.55274437000000034e2"],["-0.83706116000000009e2","0.55279990999999995e2"],["-0.83698607999999979e2","0.55283051000000057e2"],["-0.83688888999999961e2","0.55281937000000084e2"],[-83.57417299999986,"0.55262215000000026e2"],["-0.83533324999999934e2","0.55250549000000092e2"],["-0.83519454999999937e2","0.55243881000000101e2"],["-0.83498885999999914e2","0.55235549999999989e2"],["-0.83489440999999943e2","0.55233879000000115e2"],["-0.83179717999999866e2","0.55197211999999979e2"],["-0.83168609999999944e2","0.55197487000000137e2"],["-0.83150283999999942e2","0.55200271999999984e2"],["-0.83128051999999968e2","0.55207497000000046e2"],["-0.83120270000000005e2","0.55210823000000119e2"],["-0.83089721999999938e2","0.55226654000000053e2"],["-0.83074447999999961e2","0.55231658999999922e2"],["-0.83037505999999951e2","0.55238327000000083e2"],["-0.83029174999999952e2","0.55238883999999985e2"],["-0.83006392999999946e2","0.55238602000000128e2"],["-0.82985001000000011e2","0.55236382000000106e2"],["-0.82964721999999995e2","0.55233604000000128e2"],["-0.82948607999999865e2","0.55228874000000076e2"],["-0.82941665999999941e2","0.55225821999999994e2"],["-0.82930556999999965e2","0.55218322999999998e2"],[-82.91332999999986,"0.55201385000000073e2"],["-0.82906113000000005e2","0.55191932999999949e2"],["-0.82896956999999986e2","0.55177215999999987e2"],["-0.82874435000000005e2","0.55154434000000037e2"],["-0.82838333000000034e2","0.55146660000000054e2"],["-0.82809998000000007e2","0.55142220000000009e2"],["-0.82786117999999988e2","0.55141106000000036e2"],["-0.82775283999999942e2",55.14137999999997],[-82.76556399999987,"0.55142493999999942e2"],[-82.73971599999993,"0.55147491000000059e2"],["-0.82708618000000001e2","0.55156380000000127e2"],["-0.82700835999999981e2","0.55159714000000122e2"],["-0.82669723999999974e2","0.55168052999999986e2"],["-0.82661117999999931e2","0.55169716000000108e2"],["-0.82650283999999886e2","0.55169716000000108e2"],["-0.82508346999999901e2","0.55152771000000143e2"],["-0.82449432000000002e2","0.55133049000000085e2"],["-0.82412506000000008e2","0.55112770000000125e2"],[-82.40972899999997,"0.55108046999999999e2"],["-0.82400833000000034e2","0.55082771000000093e2"],[-82.33555599999994,"0.55071014000000048e2"],["-0.82307495000000017e2","0.55115829000000133e2"],["-0.82308043999999995e2","0.55121933000000126e2"],["-0.82309432999999899e2","0.55127486999999974e2"],[-82.3125,"0.55132492000000013e2"],["-0.82323623999999995e2","0.55139992000000063e2"],["-0.82337218999999948e2","0.55146102999999982e2"],["-0.82345276000000013e2","0.55148331000000098e2"],["-0.82355559999999969e2","0.55162491000000045e2"],["-0.82349990999999875e2","0.55166382000000112e2"],[-82.34056099999998,"0.55164711000000011e2"],["-0.82333618000000001e2",55.1616590000001],["-0.82307769999999948e2","0.55148880000000077e2"],[-82.25418099999996,"0.55111382000000049e2"],["-0.82245833999999945e2","0.55102776000000119e2"],["-0.82244995000000017e2",55.09027100000003],["-0.82246947999999861e2","0.55084160000000111e2"],["-0.82253341999999975e2","0.55073608000000092e2"],[-82.25778200000002,55.06888600000002],["-0.82273620999999935e2",55.05721299999999],["-0.82282227000000034e2","0.55048049999999989e2"],["-0.82285277999999948e2","0.55042770000000132e2"],["-0.82287216000000001e2","0.55036659000000043e2"],["-0.82287216000000001e2","0.55030273000000136e2"],["-0.82270844000000011e2","0.54931381000000044e2"],["-0.82267226999999991e2","0.54920273000000009e2"],["-0.82255279999999914e2","0.54894157000000121e2"],["-0.82246947999999861e2","0.54879433000000063e2"],["-0.82241378999999938e2","0.54874991999999963e2"],["-0.82231948999999986e2","0.54873877999999991e2"],["-0.82221114999999998e2","0.54787498000000085e2"],["-0.82320846999999958e2","0.54571380999999974e2"],["-0.82403885000000002e2","0.54410820000000115e2"],["-0.82419158999999979e2","0.54384163000000058e2"],["-0.82431670999999938e2","0.54370270000000005e2"],["-0.82436935000000005e2","0.54366385999999977e2"],["-0.82441101000000003e2","0.54361664000000076e2"],["-0.82441665999999941e2","0.54330826000000116e2"],["-0.82434158000000025e2","0.54209435000000042e2"],["-0.82421660999999972e2","0.54197211999999979e2"],["-0.82389998999999989e2",54.16832700000009],["-0.82362777999999878e2","0.54143607999999972e2"],["-0.82301392000000021e2","0.54103050000000053e2"],["-0.82283889999999985e2","0.54092491000000052e2"],["-0.82253341999999975e2","0.54076102999999989e2"],["-0.82248046999999929e2","0.54072220000000016e2"],["-0.82243880999999931e2","0.54068054000000132e2"],["-0.82238327000000027e2","0.54057495000000074e2"],["-0.82160278000000005e2","0.53898880000000133e2"],["-0.82131942999999978e2","0.53817772000000105e2"],["-0.82130553999999961e2","0.53793052999999986e2"],["-0.82129715000000033e2","0.53774436999999978e2"],["-0.82130553999999961e2","0.53767493999999999e2"],["-0.82136672999999917e2","0.53749161000000129e2"],["-0.82148894999999982e2","0.53727768000000026e2"],["-0.82189986999999917e2","0.53674164000000019e2"],["-0.82194152999999915e2","0.53669441000000006e2"],["-0.82203063999999927e2","0.53653320000000008e2"],["-0.82208344000000011e2","0.53641936999999984e2"],["-0.82212783999999999e2","0.53622765000000015e2"],[-82.21665999999999,"0.53603882000000112e2"],["-0.82211944999999957e2","0.53536110000000065e2"],["-0.82208618000000001e2","0.53524994000000106e2"],["-0.82198883000000023e2","0.53504714999999976e2"],["-0.82190552000000025e2","0.53489716000000101e2"],["-0.82172500999999954e2","0.53460548000000074e2"],["-0.82165558000000033e2","0.53451385000000073e2"],["-0.82158614999999998e2","0.53442215000000033e2"],["-0.82147781000000009e2","0.53421661000000086e2"],["-0.82138061999999991e2",53.38888500000013],["-0.82125823999999966e2","0.53344154000000117e2"],["-0.82119445999999982e2","0.53315826000000129e2"],["-0.82115829000000019e2","0.53298332000000073e2"],["-0.82113891999999908e2","0.53286659000000043e2"],["-0.82113891999999908e2","0.53280273000000136e2"],["-0.82114715999999873e2","0.53273604999999975e2"],["-0.82117766999999958e2","0.53268050999999957e2"],["-0.82121932999999956e2","0.53263610999999969e2"],["-0.82141387999999949e2","0.53254715000000033e2"],[-82.21055599999994,"0.53220268000000033e2"],["-0.82248336999999935e2","0.53193877999999984e2"],["-0.82269454999999937e2","0.53163879000000009e2"],[-82.27555799999999,"0.53153320000000122e2"],["-0.82279448999999943e2","0.53141106000000093e2"],["-0.82300277999999935e2","0.53060271999999998e2"],["-0.82301392000000021e2",53.05332199999998],["-0.82301666000000012e2","0.53041663999999969e2"],["-0.82296660999999972e2","0.53018599999999992e2"],["-0.82273894999999982e2","0.52956383000000017e2"],["-0.82261397999999986e2","0.52937210000000107e2"],["-0.82257506999999976e2","0.52932770000000062e2"],["-0.82235824999999977e2","0.52924164000000133e2"],["-0.82196380999999974e2","0.52913321999999937e2"],["-0.82136123999999995e2","0.52894714000000079e2"],["-0.82120543999999995e2","0.52889717000000132e2"],["-0.82101669000000015e2","0.52879990000000021e2"],["-0.82050551999999982e2",52.84304800000001],["-0.82025833000000034e2","0.52823883000000023e2"],["-0.82001113999999973e2","0.52804710000000114e2"],["-0.81977782999999931e2","0.52784996000000035e2"],["-0.81973617999999931e2","0.52780548000000067e2"],["-0.81951401000000033e2","0.52736938000000066e2"],["-0.81733611999999994e2","0.52549995000000138e2"],["-0.81719161999999983e2","0.52538330000000087e2"],["-0.81714172000000019e2","0.52534721000000047e2"],["-0.81697494999999947e2","0.52524162000000047e2"],["-0.81639175000000023e2","0.52490547000000106e2"],["-0.81621384000000035e2","0.52480819999999994e2"],["-0.81607497999999964e2","0.52475265999999976e2"],["-0.81577224999999999e2","0.52465271000000087e2"],["-0.81569457999999941e2","0.52462212000000136e2"],["-0.81558043999999938e2","0.52456099999999935e2"],["-0.81554168999999888e2","0.52451660000000118e2"],["-0.81551391999999964e2","0.52446655000000078e2"],["-0.81549987999999985e2",52.44110100000006],["-0.81542496000000028e2","0.52338882000000012e2"],[-81.56138599999997,"0.52316383000000087e2"],["-0.81663054999999986e2","0.52292220999999984e2"],["-0.81822509999999909e2","0.52254440000000045e2"],["-0.81850829999999917e2","0.52244995000000131e2"],["-0.81863051999999982e2","0.52238884000000041e2"],["-0.81865829000000019e2",52.23333000000008],["-0.81883620999999948e2","0.52187492000000134e2"],["-0.81874160999999901e2","0.52188324000000023e2"],[-81.841949,"0.52194992000000013e2"],["-0.81826950000000011e2",52.19887499999993],["-0.81805557000000022e2","0.52206099999999992e2"],["-0.81795546999999999e2","0.52213882000000126e2"],["-0.81792495999999971e2",52.21915400000006],["-0.81788605000000018e2","0.52223877000000073e2"],["-0.81779448999999943e2","0.52232208000000128e2"],["-0.81765015000000005e2","0.52237770000000069e2"],["-0.81758346999999958e2",52.23943300000002],[-81.74888599999997,"0.52240273000000059e2"],["-0.81718886999999881e2","0.52240829000000076e2"],["-0.81554992999999854e2","0.52237495000000081e2"],["-0.81521392999999932e2","0.52235825000000091e2"],[-81.50167799999997,52.23333000000008],["-0.81478881999999942e2","0.52225822000000051e2"],["-0.81472778000000005e2","0.52221930999999984e2"],["-0.81460006999999962e2","0.52210274000000027e2"],["-0.81443603999999937e2","0.52192764000000068e2"],["-0.81440552000000025e2","0.52188599000000067e2"],["-0.81434432999999956e2","0.52179161000000022e2"],["-0.81431670999999994e2","0.52174164000000133e2"],["-0.81430557000000022e2","0.52168053000000043e2"],["-0.81418335000000013e2","0.52149437000000034e2"],["-0.81414443999999946e2","0.52144996999999989e2"],["-0.81405838000000017e2","0.52136940000000038e2"],["-0.81365279999999984e2","0.52107216000000051e2"],["-0.81352782999999988e2","0.52101105000000132e2"],["-0.81337783999999999e2","0.52096100000000092e2"],["-0.81310546999999985e2","0.52091102999999976e2"],["-0.81290832999999964e2","0.52088599999999985e2"],["-0.81264724999999999e2",52.08277099999998],["-0.81212509000000011e2","0.52065543999999989e2"],["-0.81186110999999869e2","0.52053604000000064e2"],["-0.81167496000000028e2","0.52044158999999979e2"],["-0.81118057000000022e2","0.52045547000000113e2"],["-0.80994445999999925e2",52.01138300000008],["-0.80988327000000027e2","0.52008049000000085e2"],["-0.80978333000000021e2","0.52000832000000003e2"],[-80.97444200000001,"0.51996384000000035e2"],["-0.80973052999999936e2","0.51990829000000133e2"],["-0.80972778000000005e2","0.51978325000000098e2"],["-0.80929992999999968e2","0.51924163999999962e2"],["-0.80918609999999944e2","0.51910271000000137e2"],["-0.80899993999999936e2",51.89527099999998],["-0.80894729999999981e2","0.51891663000000051e2"],[-80.80972300000002,"0.51857498000000135e2"],["-0.80698607999999979e2","0.51794715999999937e2"],["-0.80615279999999927e2","0.51730270000000132e2"],["-0.80610275000000001e2","0.51726379000000065e2"],["-0.80589171999999962e2","0.51699715000000083e2"],["-0.80589171999999962e2","0.51693321000000026e2"],["-0.80590285999999878e2","0.51686653000000092e2"],["-0.80589995999999928e2","0.51674164000000019e2"],["-0.80586120999999878e2","0.51663605000000018e2"],["-0.80578887999999949e2","0.51648605000000032e2"],["-0.80571395999999993e2","0.51633605999999986e2"],["-0.80515015000000005e2","0.51524437000000034e2"],["-0.80507506999999976e2","0.51515830999999935e2"],["-0.80497771999999998e2","0.51508331000000055e2"],["-0.80462218999999891e2","0.51488601999999958e2"],["-0.80457229999999925e2","0.51484993000000145e2"],["-0.80442489999999964e2","0.51473602000000028e2"],["-0.80438889000000017e2",51.46915400000006],["-0.80436385999999857e2","0.51464157000000114e2"],["-0.80434998000000007e2","0.51458602999999925e2"],["-0.80424438000000009e2",51.36360899999994],["-0.80426392000000021e2","0.51358887000000038e2"],["-0.80430557000000022e2","0.51354164000000083e2"],["-0.80442489999999964e2",51.34804500000007],["-0.80471664000000033e2","0.51339714000000129e2"],["-0.80502791999999943e2","0.51331940000000145e2"],["-0.80540558000000033e2","0.51323326000000066e2"],["-0.80568619000000012e2","0.51314156000000025e2"],["-0.80652495999999985e2","0.51278327999999988e2"],["-0.80691939999999988e2","0.51247490000000028e2"],["-0.80706954999999937e2","0.51235550000000103e2"],["-0.80831680000000006e2","0.51155822999999941e2"],["-0.80952498999999989e2","0.51079720000000009e2"],["-0.80959441999999967e2","0.51077492000000063e2"],["-0.80965285999999992e2","0.51074440000000095e2"],["-0.80981110000000001e2",51.06360600000005],["-0.80994994999999903e2","0.51051384000000098e2"],["-0.81004181000000017e2","0.51043052999999986e2"],["-0.81012222000000008e2","0.51033882000000062e2"],["-0.81015015000000005e2","0.51028328000000045e2"],["-0.81005279999999914e2","0.51028603000000089e2"],["-0.80928054999999915e2",51.04583000000008],["-0.80888335999999924e2","0.51082771000000037e2"],["-0.80875274999999988e2","0.51103324999999984e2"],["-0.80862212999999883e2","0.51116104000000007e2"],["-0.80850280999999995e2","0.51122489999999971e2"],["-0.80835280999999952e2","0.51126938000000109e2"],["-0.80820557000000008e2","0.51130272000000105e2"],["-0.80793610000000001e2","0.51132767000000115e2"],["-0.80765014999999948e2","0.51133606000000043e2"],["-0.80748046999999985e2","0.51136658000000011e2"],["-0.80740829000000019e2","0.51138885000000073e2"],["-0.80694442999999978e2","0.51156097000000045e2"],["-0.80688599000000011e2","0.51159157000000107e2"],["-0.80610000999999954e2",51.214157],["-0.80567779999999971e2","0.51258331000000112e2"],["-0.80562774999999988e2","0.51262214999999969e2"],["-0.80541381999999999e2","0.51276657000000114e2"],["-0.80530563000000029e2","0.51283606999999961e2"],["-0.80512512000000015e2","0.51292769999999962e2"],["-0.80480285999999865e2","0.51307213000000047e2"],["-0.80414444000000003e2","0.51332497000000046e2"],["-0.80400283999999886e2","0.51337212000000079e2"],["-0.80392226999999991e2","0.51338599999999985e2"],["-0.80371658000000025e2","0.51336655000000007e2"],["-0.80330291999999986e2","0.51326385000000073e2"],["-0.80219727000000034e2","0.51301659000000029e2"],["-0.80190551999999968e2","0.51297493000000145e2"],["-0.80129989999999907e2","0.51297775000000001e2"],["-0.80120270000000005e2","0.51296387000000095e2"],["-0.80016952999999944e2","0.51263054000000125e2"],["-0.79996383999999921e2",51.25471500000009],["-0.79800277999999992e2","0.51156097000000045e2"],["-0.79788054999999929e2","0.51149719000000118e2"],["-0.79741104000000007e2","0.51123604000000114e2"],["-0.79736389000000031e2","0.51119713000000047e2"],["-0.79729171999999949e2","0.51110825000000034e2"],["-0.79716515000000015e2","0.51081715000000031e2"],["-0.79685103999999967e2","0.51045361000000014e2"],["-0.79612777999999992e2","0.51008049000000085e2"],["-0.79537612999999908e2","0.50958397000000048e2"],["-0.79519729999999981e2","0.50929993000000024e2"],["-0.79516113000000018e2","0.50926384000000041e2"],["-0.79466109999999958e2","0.50889434999999935e2"],["-0.79450561999999877e2",50.87860100000006],["-0.79438599000000011e2","0.50872214999999983e2"],["-0.79415008999999941e2","0.50846939000000134e2"],["-0.79411391999999978e2","0.50842490999999995e2"],["-0.79352782999999931e2","0.50748329000000069e2"],["-0.79350280999999939e2","0.50736938000000123e2"],["-0.79348052999999993e2","0.50731934000000138e2"],["-0.79343612999999891e2","0.50728324999999984e2"],["-0.79337509000000011e2","0.50724990999999989e2"],["-0.79332229999999981e2","0.50723877000000016e2"],["-0.79330001999999922e2","0.50758331000000055e2"],["-0.79330001999999922e2","0.50764442000000088e2"],["-0.79332229999999981e2","0.50775826000000052e2"],["-0.79420836999999949e2","0.50879715000000033e2"],["-0.79439986999999917e2","0.50894997000000103e2"],["-0.79464721999999995e2","0.50913321999999994e2"],["-0.79515015000000005e2",50.95665699999995],["-0.79537353999999993e2","0.50983765000000062e2"],["-0.79571121000000005e2",51.00277699999998],["-0.79660004000000015e2","0.51045273000000009e2"],["-0.79673049999999876e2","0.51050827000000027e2"],["-0.79678054999999915e2","0.51054710000000114e2"],["-0.79698333999999932e2","0.51075554000000068e2"],["-0.79705276000000026e2","0.51084435000000042e2"],["-0.79749435000000005e2","0.51168326999999977e2"],["-0.79751952999999958e2","0.51178878999999995e2"],["-0.79752227999999889e2","0.51184433000000013e2"],["-0.79751113999999973e2","0.51197487000000081e2"],["-0.79745543999999995e2","0.51208885000000066e2"],["-0.79742492999999968e2",51.214157],[-79.720551,"0.51243607000000054e2"],["-0.79703887999999949e2","0.51261665000000107e2"],["-0.79699431999999945e2","0.51266937000000041e2"],["-0.79688888999999961e2","0.51281937000000028e2"],["-0.79682495000000017e2","0.51292496000000028e2"],["-0.79680556999999908e2","0.51298050000000046e2"],["-0.79679442999999992e2","0.51304710000000057e2"],["-0.79668609999999944e2","0.51398605000000089e2"],["-0.79593886999999938e2","0.51449158000000068e2"],["-0.79581679999999949e2","0.51455268999999987e2"],["-0.79574721999999895e2","0.51457497000000103e2"],["-0.79547103999999877e2","0.51460129000000109e2"],["-0.79533614999999941e2",51.50499700000006],["-0.79474166999999966e2","0.51579162999999994e2"],["-0.79376389000000017e2","0.51642494000000113e2"],["-0.79353881999999999e2","0.51656096999999988e2"],["-0.79331680000000006e2","0.51661933999999917e2"],["-0.79322234999999978e2","0.51662766000000033e2"],["-0.79239715999999987e2","0.51634994999999947e2"],["-0.79236114999999927e2","0.51630820999999912e2"],["-0.79235000999999954e2","0.51624992000000077e2"],[-79.23721299999994,"0.51619156000000032e2"],["-0.79251952999999958e2",51.60694100000012],["-0.79275283999999999e2","0.51577773999999977e2"],["-0.79285277999999948e2","0.51562492000000134e2"],["-0.79285277999999948e2","0.51556381000000101e2"],["-0.79274719000000005e2","0.51530548000000124e2"],["-0.79271118000000001e2","0.51525551000000064e2"],["-0.79267226999999934e2","0.51521659999999997e2"],["-0.79202498999999989e2","0.51518883000000073e2"],["-0.79183318999999983e2","0.51519714000000079e2"],["-0.79175277999999935e2","0.51521103000000096e2"],["-0.79161117999999931e2","0.51525551000000064e2"],["-0.79154998999999975e2","0.51528602999999976e2"],["-0.79144454999999937e2","0.51536110000000065e2"],["-0.79137512000000015e2","0.51538330000000087e2"],[-79.12748699999986,"0.51538048000000003e2"],["-0.79120270000000005e2","0.51535552999999993e2"],["-0.79024445000000014e2","0.51476379000000122e2"],["-0.79020553999999947e2","0.51473320000000115e2"],["-0.79012221999999952e2","0.51464996000000099e2"],["-0.79005004999999926e2","0.51449997000000053e2"],["-0.78963332999999977e2","0.51353325000000098e2"],["-0.78950286999999946e2",51.29222100000004],["-0.78955276000000026e2","0.51256660000000068e2"],[-78.95944199999991,"0.51252220000000023e2"],["-0.78962783999999942e2","0.51246941000000049e2"],["-0.78962783999999942e2","0.51240546999999992e2"],["-0.78958344000000011e2","0.51230545000000063e2"],["-0.78951401000000033e2","0.51215546000000018e2"],["-0.78937209999999936e2","0.51197769000000108e2"],["-0.78928878999999938e2",51.18971300000004],["-0.78924164000000019e2","0.51185822000000144e2"],["-0.78912215999999944e2","0.51179436000000067e2"],["-0.78906113000000005e2","0.51176658999999972e2"],["-0.78853332999999964e2","0.51165543000000014e2"],["-0.78914718999999934e2",51.22165700000005],["-0.78918335000000013e2","0.51226097000000095e2"],["-0.78920546999999942e2","0.51231102000000135e2"],["-0.78921660999999915e2","0.51237495000000081e2"],["-0.78920273000000009e2","0.51249718000000144e2"],["-0.78890563999999927e2","0.51390549000000021e2"],["-0.78888335999999981e2","0.51396660000000111e2"],["-0.78883057000000008e2","0.51401100000000099e2"],["-0.78832229999999981e2","0.51438599000000011e2"],["-0.78779175000000009e2","0.51474990999999989e2"],[-78.82028200000002,"0.51513054000000068e2"],["-0.78823897999999986e2","0.51517494000000056e2"],["-0.78826110999999969e2","0.51522491000000002e2"],["-0.78824448000000018e2","0.51541664000000083e2"],["-0.78820846999999958e2","0.51554436000000067e2"],[-78.80860899999999,"0.51576385000000016e2"],["-0.78791672000000005e2","0.51603881999999942e2"],["-0.78796386999999925e2","0.51608604000000014e2"],["-0.78859160999999972e2","0.51634163000000058e2"],["-0.78944153000000028e2","0.51670547000000056e2"],[-79.03472899999997,"0.51764717000000132e2"],["-0.79035552999999993e2","0.51770271000000093e2"],["-0.79033324999999877e2","0.51776382000000012e2"],["-0.79029174999999952e2","0.51781380000000013e2"],["-0.79008346999999958e2","0.51795830000000137e2"],["-0.78995834000000002e2","0.51801658999999972e2"],["-0.78985824999999977e2","0.51801658999999972e2"],["-0.78976104999999905e2","0.51799720999999977e2"],["-0.78961394999999868e2","0.51794998000000021e2"],["-0.78944442999999865e2","0.51790833000000021e2"],["-0.78918059999999969e2",51.79444100000012],["-0.78910827999999981e2","0.51796660999999972e2"],["-0.78903609999999958e2","0.51799438000000009e2"],["-0.78879989999999964e2","0.51811378000000104e2"],["-0.78851944000000003e2","0.51828606000000036e2"],["-0.78846389999999985e2","0.51832497000000103e2"],["-0.78836945000000014e2","0.51841377000000136e2"],["-0.78833618000000001e2","0.51845825000000104e2"],["-0.78832229999999981e2","0.51852776000000063e2"],["-0.78834441999999967e2","0.51857772999999952e2"],["-0.78841674999999952e2","0.51866661000000136e2"],["-0.78846389999999985e2","0.51870269999999948e2"],["-0.78858611999999937e2","0.51876938000000109e2"],[-78.86361699999992,"0.51880821000000083e2"],[-78.89555399999989,"0.51926659000000029e2"],["-0.78896392999999932e2","0.51932495000000074e2"],["-0.78894164999999987e2",51.93832400000008],["-0.78881942999999922e2","0.51944434999999999e2"],["-0.78860274999999888e2","0.51951102999999932e2"],["-0.78851944000000003e2",51.95249200000012],["-0.78810546999999929e2","0.51958885000000066e2"],["-0.78769454999999994e2","0.51966103000000089e2"],["-0.78747771999999998e2","0.51973320000000001e2"],["-0.78736664000000019e2","0.51979431000000091e2"],["-0.78695830999999998e2","0.52008049000000085e2"],["-0.78579452999999944e2","0.52111382000000106e2"],["-0.78537505999999951e2","0.52180824000000143e2"],["-0.78501113999999973e2","0.52255829000000006e2"],["-0.78524445000000014e2","0.52311104000000114e2"],["-0.78516953000000001e2","0.52367767000000072e2"],["-0.78507232999999985e2","0.52454437000000041e2"],["-0.78506957999999997e2","0.52460548000000074e2"],["-0.78545273000000009e2","0.52514717000000132e2"],["-0.78564712999999983e2","0.52530273000000079e2"],["-0.78577224999999999e2","0.52536658999999986e2"],["-0.78585555999999997e2","0.52538605000000075e2"],[-78.59584000000001,"0.52538886999999988e2"],["-0.78654448999999943e2",52.54694400000011],["-0.78684433000000013e2","0.52551383999999985e2"],["-0.78763335999999981e2","0.52564438000000052e2"],["-0.78761123999999938e2","0.52570549000000085e2"],["-0.78755568999999923e2","0.52574164999999994e2"],["-0.78721114999999998e2","0.52586655000000121e2"],["-0.78691939999999931e2","0.52596099999999979e2"],["-0.78713333000000034e2","0.52628876000000105e2"],["-0.78753066999999874e2","0.52683875999999941e2"],["-0.78790833000000021e2","0.52737495000000138e2"],["-0.78796950999999979e2","0.52773880000000077e2"],["-0.78765015000000005e2","0.52777489000000116e2"],["-0.78731948999999986e2","0.52783333000000084e2"],["-0.78724715999999944e2","0.52785553000000107e2"],["-0.78722503999999901e2","0.52791664000000026e2"],["-0.78725554999999986e2","0.52819443000000035e2"],["-0.78738327000000027e2","0.52872215000000097e2"],["-0.78794448999999986e2","0.52861381999999935e2"],["-0.78856109999999887e2","0.52877769000000114e2"],["-0.78880829000000006e2","0.52896942000000024e2"],["-0.78881942999999922e2",52.90277100000003],[-78.87860099999989,"0.52908043000000134e2"],["-0.78864715999999987e2","0.52963608000000079e2"],["-0.78915833000000021e2","0.53000000000000057e2"],["-0.78923049999999932e2","0.53068886000000077e2"],["-0.78888061999999934e2","0.53224709000000132e2"],["-0.78894454999999994e2","0.53259720000000073e2"],["-0.78895844000000011e2",53.26527400000009],["-0.78942490000000021e2","0.53384994999999947e2"],["-0.78949722000000008e2","0.53399994000000049e2"],["-0.78991721999999925e2","0.53434048000000018e2"],["-0.78994720000000029e2","0.53436378000000047e2"],["-0.79004554999999925e2","0.53439216999999928e2"],["-0.79009551999999928e2","0.53438213000000019e2"],["-0.79044723999999974e2","0.53439430000000016e2"],["-0.79053054999999972e2","0.53438042000000053e2"],["-0.79063323999999966e2","0.53439430000000016e2"],["-0.79068068999999923e2","0.53443321000000083e2"],["-0.79090285999999992e2","0.53470543000000021e2"],["-0.79093062999999972e2","0.53474709000000075e2"],["-0.79107773000000009e2","0.53497215000000097e2"],["-0.79110275000000001e2","0.53502495000000124e2"],["-0.79103606999999954e2","0.53513054000000011e2"],["-0.79084166999999979e2","0.53522491000000116e2"],["-0.79054442999999935e2","0.53531380000000013e2"],["-0.79035552999999993e2",53.53276800000009],["-0.79012787000000003e2","0.53531104999999968e2"],["-0.79031386999999995e2","0.53529716000000008e2"],["-0.79038054999999986e2",53.526657],["-0.79043334999999956e2","0.53523048000000017e2"],["-0.79042495999999915e2","0.53511108000000092e2"],["-0.79041381999999999e2","0.53505554000000132e2"],["-0.79036391999999978e2","0.53501663000000065e2"],["-0.79014838999999938e2","0.53498940000000005e2"],["-0.79011002000000019e2","0.53496937000000003e2"],["-0.79005675999999937e2",53.49577000000005],["-0.79000678999999934e2","0.53496609000000035e2"],["-0.78962783999999942e2","0.53508888000000127e2"],["-0.78919158999999979e2","0.53555267000000072e2"],["-0.78915833000000021e2","0.53560547000000099e2"],["-0.78918335000000013e2","0.53565544000000045e2"],[-78.92193599999996,"0.53569992000000013e2"],["-0.78950561999999991e2","0.53599716000000001e2"],["-0.79003341999999918e2","0.53641663000000051e2"],["-0.79089721999999938e2","0.53691658000000075e2"],["-0.79145003999999972e2","0.53701660000000061e2"],["-0.79151397999999915e2","0.53704994000000056e2"],["-0.79152221999999995e2","0.53710548000000017e2"],["-0.79052490000000034e2","0.53831939999999975e2"],["-0.79046951000000035e2","0.53835548000000074e2"],["-0.79039444000000003e2",53.83776899999998],["-0.79029723999999987e2","0.53839157000000114e2"],["-0.79011123999999995e2","0.53839989000000003e2"],["-0.78988891999999908e2","0.53838882000000069e2"],["-0.78979995999999971e2","0.53836104999999975e2"],["-0.78966109999999901e2",53.83027600000014],["-0.78948333999999932e2","0.53820831000000112e2"],["-0.78932770000000005e2","0.53815543999999989e2"],["-0.78910827999999981e2","0.53814437999999939e2"],["-0.78901397999999972e2","0.53815268999999944e2"],["-0.78902221999999938e2","0.53821380999999974e2"],["-0.78906386999999938e2","0.53825272000000041e2"],["-0.78917769999999962e2","0.53832214000000079e2"],["-0.78924164000000019e2","0.53835548000000074e2"],["-0.78969727000000034e2","0.53851387000000045e2"],["-0.78988891999999908e2","0.53854713000000061e2"],["-0.79011948000000018e2","0.53856658999999979e2"],["-0.79056655999999919e2","0.53873046999999985e2"],["-0.79101104999999961e2","0.53901657000000057e2"],["-0.79106110000000001e2","0.53905548000000124e2"],["-0.79072509999999852e2","0.53999161000000072e2"],["-0.79066956000000005e2","0.54002777000000094e2"],["-0.79051102000000014e2","0.54006660000000068e2"],["-0.79041381999999999e2",54.00777400000004],["-0.79031676999999945e2",54.00777400000004],["-0.79021392999999989e2","0.54006386000000134e2"],["-0.79001098999999954e2","0.53999992000000077e2"],["-0.78964950999999928e2",53.99716200000006],["-0.78961623999999972e2","0.53999992000000077e2"],["-0.78960280999999952e2","0.54001389000000017e2"],["-0.78962783999999942e2","0.54006386000000134e2"],["-0.78966659999999933e2","0.54010826000000122e2"],["-0.78976669000000015e2","0.54018326000000002e2"],["-0.78984160999999972e2","0.54021659999999997e2"],["-0.79119445999999982e2","0.54078605999999979e2"],["-0.79116393999999957e2","0.54103050000000053e2"],["-0.79106383999999935e2","0.54111382000000049e2"],["-0.79046386999999982e2","0.54178329000000076e2"],["-0.79048889000000031e2","0.54183327000000077e2"],["-0.79060546999999985e2","0.54184158000000082e2"],["-0.79173324999999977e2","0.54174995000000081e2"],["-0.79191665999999998e2","0.54172768000000019e2"],["-0.79198043999999868e2","0.54169716000000108e2"],["-0.79196944999999971e2","0.54163605000000018e2"],["-0.79198333999999988e2","0.54157210999999961e2"],["-0.79205840999999907e2","0.54154990999999995e2"],["-0.79238051999999982e2","0.54158882000000062e2"],["-0.79276397999999915e2","0.54166939000000013e2"],["-0.79345276000000013e2","0.54199432000000002e2"],["-0.79419998000000021e2","0.54274437000000034e2"],["-0.79430557000000022e2","0.54290275999999949e2"],["-0.79476669000000015e2","0.54368599000000131e2"],["-0.79505004999999926e2",54.42582700000014],["-0.79488051999999925e2","0.54452217000000132e2"],["-0.79488051999999925e2","0.54458603000000039e2"],["-0.79521392999999989e2","0.54587212000000136e2"],["-0.79525283999999886e2","0.54591377000000136e2"],["-0.79531677000000002e2","0.54594711000000132e2"],["-0.79565552000000025e2","0.54609993000000145e2"],["-0.79618880999999931e2","0.54623878000000047e2"],["-0.79675551999999925e2","0.54625824000000136e2"],["-0.79686110999999983e2","0.54627212999999927e2"],["-0.79760833999999988e2","0.54648048000000074e2"],["-0.79764449999999954e2","0.54652214000000129e2"],["-0.79761123999999995e2","0.54658325000000048e2"],["-0.79631667999999934e2","0.54702773999999977e2"],["-0.79494155999999975e2","0.54744713000000104e2"],["-0.79463622999999984e2",54.75360900000004],["-0.79457229999999925e2","0.54750275000000045e2"],["-0.79447494999999947e2",54.75110600000005],["-0.79337783999999942e2","0.54772491000000059e2"],["-0.79315826000000015e2","0.54779991000000109e2"],["-0.79101104999999961e2","0.54827216999999962e2"],["-0.78976669000000015e2","0.54843048000000124e2"],["-0.78968886999999995e2","0.54845267999999976e2"],["-0.78956664999999987e2","0.54851936000000137e2"],["-0.78945540999999935e2","0.54859436000000017e2"],["-0.78912505999999894e2","0.54884163000000115e2"],["-0.78838608000000022e2",54.91443600000008],["-0.78732773000000009e2","0.54931107000000111e2"],["-0.78561110999999926e2","0.54977767999999912e2"],[-78.37388599999997,"0.55030273000000136e2"],["-0.78256118999999899e2","0.55082214000000022e2"],["-0.78207672000000002e2","0.55111655999999982e2"],["-0.78182220000000029e2","0.55125267000000122e2"],["-0.78119445999999982e2","0.55149994000000049e2"],["-0.77972778000000005e2","0.55204994000000113e2"],[-77.87249799999995,"0.55243606999999997e2"],["-0.77748610999999983e2","0.55300827000000027e2"],[-77.62222300000002,"0.55382766999999944e2"],["-0.77416655999999989e2","0.55486107000000061e2"],["-0.77225829999999974e2","0.55588326000000109e2"],["-0.77214721999999995e2","0.55595267999999976e2"],["-0.77137221999999895e2","0.55654160000000047e2"],["-0.77115279999999927e2","0.55674164000000133e2"],["-0.77104720999999984e2","0.55683876000000055e2"],["-0.77088332999999921e2","0.55699432000000058e2"],["-0.77086120999999935e2","0.55705551000000071e2"],["-0.77085555999999997e2","0.55708046000000081e2"],["-0.77087783999999942e2","0.55709716999999955e2"],["-0.77068343999999968e2","0.55754715000000033e2"],["-0.77013061999999877e2","0.55803046999999935e2"],[-76.81138599999997,"0.55971100000000092e2"],["-0.76751953000000015e2","0.55997771999999998e2"],["-0.76737503000000004e2","0.56001663000000065e2"],["-0.76718886999999995e2","0.56008048999999971e2"],["-0.76702498999999932e2","0.56017494000000056e2"],["-0.76689162999999894e2","0.56027489000000003e2"],["-0.76681945999999982e2","0.56033882000000119e2"],[-76.67721599999993,"0.56038605000000075e2"],["-0.76670836999999892e2","0.56045830000000137e2"],["-0.76658050999999944e2","0.56060821999999973e2"],["-0.76650833000000034e2","0.56071938000000102e2"],["-0.76626662999999951e2","0.56118049999999982e2"],["-0.76538329999999974e2","0.56297775000000115e2"],["-0.76532227000000034e2","0.56315269000000001e2"],["-0.76531112999999948e2","0.56322220000000129e2"],["-0.76518889999999999e2","0.56406097000000102e2"],["-0.76517501999999979e2","0.56423325000000034e2"],["-0.76517501999999979e2",56.43582200000003],["-0.76519164999999987e2","0.56464714000000072e2"],["-0.76525832999999977e2","0.56492767000000072e2"],["-0.76527221999999995e2","0.56503052000000139e2"],["-0.76526397999999915e2","0.56605827000000033e2"],["-0.76506957999999941e2","0.56710823000000005e2"],["-0.76505004999999983e2","0.56733879000000002e2"],["-0.76504455999999948e2","0.56771934999999985e2"],["-0.76505568999999923e2","0.56784995999999921e2"],["-0.76505279999999914e2","0.56791382000000056e2"],["-0.76505568999999923e2","0.56803047000000106e2"],["-0.76509445000000028e2","0.56819717000000026e2"],["-0.76530838000000017e2",56.90665400000006],["-0.76554442999999992e2","0.57005828999999949e2"],["-0.76554717999999923e2","0.57010826000000066e2"],["-0.76555832000000009e2","0.57034996000000092e2"],["-0.76553329000000019e2","0.57053322000000094e2"],["-0.76549164000000019e2",57.06221000000005],["-0.76545272999999952e2","0.57068885999999964e2"],["-0.76535552999999993e2","0.57077773999999977e2"],["-0.76531112999999948e2","0.57087211999999965e2"],["-0.76529175000000009e2",57.09665700000005],["-0.76529723999999874e2",57.10582700000009],["-0.76564437999999996e2","0.57207214000000079e2"],["-0.76591384999999946e2","0.57274436999999978e2"],["-0.76599990999999932e2","0.57293610000000058e2"],["-0.76604445999999882e2","0.57302773000000059e2"],["-0.76653060999999923e2","0.57401382000000012e2"],[-76.65834000000001,"0.57406653999999946e2"],["-0.76688048999999978e2","0.57430550000000039e2"],["-0.76732223999999917e2","0.57490273000000059e2"],["-0.76740829000000019e2","0.57503326000000072e2"],[-76.81138599999997,"0.57624710000000107e2"],["-0.76809433000000013e2","0.57634720000000016e2"],["-0.76807770000000005e2","0.57641662999999994e2"],["-0.76805557000000022e2","0.57647774000000084e2"],["-0.76861937999999952e2",57.71915400000006],["-0.76923049999999989e2","0.57786110000000065e2"],["-0.77147231999999974e2","0.58022765999999933e2"],["-0.77246658000000025e2",58.07388300000008],["-0.77279723999999987e2","0.58084435000000042e2"],["-0.77317504999999983e2","0.58091934000000037e2"],[-77.34944200000001,"0.58101936000000023e2"],["-0.77444442999999978e2","0.58152489000000003e2"],["-0.77451110999999969e2","0.58171379000000115e2"],["-0.77446655000000021e2","0.58173882000000106e2"],["-0.77441100999999946e2","0.58182770000000062e2"],["-0.77444152999999972e2","0.58187767000000008e2"],["-0.77454453000000001e2","0.58196381000000031e2"],["-0.77467223999999987e2","0.58203323000000125e2"],["-0.77487777999999935e2","0.58212769000000094e2"],["-0.77571670999999981e2","0.58248047000000099e2"],["-0.77645843999999954e2","0.58278603000000032e2"],[-77.81527699999998,"0.58327217000000019e2"],["-0.77851944000000003e2","0.58334991000000002e2"],["-0.77883895999999993e2","0.58339989000000003e2"],["-0.77914443999999946e2","0.58345543000000021e2"],["-0.77939163000000008e2",58.35305000000011],["-0.77955276000000026e2","0.58358604000000128e2"],["-0.78012512000000015e2","0.58378601000000003e2"],["-0.78024445000000014e2","0.58384163000000115e2"],[-78.02806099999998,"0.58386940000000038e2"],["-0.78031386999999938e2","0.58391380000000026e2"],["-0.78062682999999993e2","0.58417309000000103e2"],["-0.78130553999999961e2","0.58462769000000037e2"],["-0.78355559999999969e2","0.58601661999999976e2"],["-0.78397231999999917e2","0.58620827000000133e2"],["-0.78419998000000021e2",58.62721300000004],["-0.78425277999999992e2","0.58626099000000067e2"],["-0.78428329000000019e2","0.58623604000000057e2"],["-0.78427779999999984e2","0.58611107000000061e2"],["-0.78426101999999958e2","0.58606102000000021e2"],["-0.78347778000000005e2","0.58536659000000043e2"],["-0.78389724999999885e2","0.58544716000000051e2"],["-0.78549163999999905e2","0.58603881999999999e2"],["-0.78563889000000017e2","0.58609993000000088e2"],["-0.78568618999999956e2","0.58614441000000056e2"],["-0.78573897999999929e2","0.58630547000000035e2"],["-0.78574722000000008e2","0.58635269000000108e2"],["-0.78570006999999976e2","0.58673050000000103e2"],["-0.78563889000000017e2","0.58676940999999999e2"],["-0.78555831999999953e2","0.58677773000000059e2"],["-0.78543883999999991e2","0.58678046999999992e2"],["-0.78514724999999942e2",58.67943600000001],["-0.78469727000000034e2","0.58695541000000105e2"],["-0.78467223999999987e2","0.58701660000000118e2"],[-78.48832699999997,"0.58786385000000053e2"],[-78.50556899999998,"0.58835266000000104e2"],["-0.78511672999999917e2",58.839157],["-0.78516402999999968e2","0.58843323000000055e2"],["-0.78538605000000018e2","0.58886940000000095e2"],["-0.78571395999999879e2","0.58957214000000079e2"],["-0.78570557000000008e2","0.58961380000000133e2"],["-0.78561935000000005e2","0.58965828000000101e2"],["-0.78552215999999987e2","0.58968048000000124e2"],["-0.78396392999999932e2","0.58964714000000129e2"],["-0.78361663999999962e2","0.58958603000000039e2"],["-0.78352492999999924e2","0.58956657000000007e2"],["-0.78346389999999985e2","0.58953605999999979e2"],["-0.78344451999999876e2","0.58949432000000115e2"],["-0.78344726999999978e2","0.58946655000000021e2"],["-0.78345276000000013e2","0.58944710000000043e2"],["-0.78348342999999943e2","0.58942214999999976e2"],["-0.78366394000000014e2","0.58920273000000122e2"],["-0.78363892000000021e2","0.58912490999999989e2"],["-0.78357773000000009e2","0.58910270999999966e2"],["-0.78345839999999953e2","0.58909714000000065e2"],["-0.78338333000000034e2","0.58912766000000033e2"],["-0.78310821999999973e2","0.58927216000000101e2"],["-0.78304717999999923e2","0.58931106999999997e2"],["-0.78205565999999976e2","0.59050545000000113e2"],["-0.78127486999999974e2","0.59108330000000024e2"],[-78.08666999999997,"0.59156654000000003e2"],["-0.78093886999999995e2","0.59193047000000035e2"],["-0.78098617999999988e2","0.59196655000000135e2"],["-0.78101943999999946e2","0.59200828999999999e2"],["-0.78103881999999999e2","0.59205826000000116e2"],["-0.78092772999999909e2","0.59214995999999985e2"],["-0.77961120999999935e2","0.59258331000000112e2"],["-0.77949721999999952e2","0.59261939999999925e2"],["-0.77930283000000031e2",59.26527399999992],["-0.77884445000000028e2","0.59271935000000042e2"],["-0.77860000999999954e2","0.59272217000000126e2"],["-0.77843613000000005e2","0.59275551000000121e2"],["-0.77828887999999949e2","0.59281105000000082e2"],["-0.77824448000000018e2","0.59283606999999961e2"],[-77.68499799999995,"0.59393326000000116e2"],["-0.77677215999999987e2","0.59399994000000106e2"],["-0.77678328999999962e2","0.59401932000000045e2"],["-0.77779175000000009e2","0.59426102000000014e2"],["-0.77787216000000001e2","0.59426658999999916e2"],["-0.77798049999999989e2","0.59426384000000098e2"],["-0.77831389999999942e2","0.59414711000000068e2"],["-0.77880279999999914e2",59.39916199999999],["-0.77887512000000015e2","0.59397491000000116e2"],["-0.77896956999999986e2","0.59397217000000012e2"],["-0.77902221999999995e2","0.59398880000000077e2"],["-0.77905838000000017e2","0.59401100000000099e2"],["-0.77910277999999948e2","0.59405548000000067e2"],["-0.77912506000000008e2","0.59415267999999969e2"],["-0.77910552999999879e2","0.59425551999999982e2"],["-0.77872771999999998e2","0.59491935999999953e2"],["-0.77867492999999911e2",59.5],[-77.86111499999987,"0.59503883000000087e2"],[-77.84056099999998,"0.59513054000000068e2"],["-0.77798889000000031e2","0.59524993999999992e2"],["-0.77779175000000009e2",59.52887700000008],["-0.77769454999999937e2","0.59529160000000047e2"],["-0.77749999999999886e2","0.59532211000000075e2"],["-0.77721389999999928e2","0.59539719000000105e2"],["-0.77724716000000001e2","0.59593880000000013e2"],["-0.77755004999999926e2","0.59628326000000072e2"],["-0.77762786999999889e2","0.59631378000000041e2"],["-0.77767501999999922e2","0.59634994999999947e2"],["-0.77797774999999945e2","0.59670272999999952e2"],["-0.77801102000000014e2","0.59675270000000069e2"],["-0.77798614999999927e2","0.59679993000000081e2"],["-0.77773894999999982e2","0.59709717000000069e2"],["-0.77761672999999973e2","0.59709991000000002e2"],["-0.77731948999999986e2",59.70777099999998],["-0.77710555999999883e2","0.59704712000000029e2"],["-0.77585228000000029e2",59.66921200000013],[-77.53988599999991,"0.59653381000000138e2"],["-0.77535392999999942e2","0.59651379000000077e2"],["-0.77524390999999923e2","0.59644714000000135e2"],["-0.77518889999999885e2","0.59639381000000128e2"],["-0.77513229000000024e2","0.59630546999999979e2"],["-0.77513725000000022e2","0.59620215999999971e2"],["-0.77514893000000029e2","0.59614044000000035e2"],["-0.77464721999999995e2","0.59587212000000022e2"],["-0.77460006999999962e2","0.59582771000000093e2"],["-0.77454177999999956e2","0.59579162999999994e2"],["-0.77444992000000013e2","0.59576385000000016e2"],["-0.77426940999999943e2","0.59571381000000031e2"],["-0.77353607000000011e2","0.59563605999999936e2"],["-0.77322509999999909e2","0.59562767000000008e2"],["-0.77313889000000017e2","0.59564995000000124e2"],["-0.77311935000000005e2","0.59566939999999931e2"],["-0.77316956000000005e2",59.56999200000007],["-0.77344161999999983e2","0.59576942000000088e2"],["-0.77427994000000012e2","0.59619049000000075e2"],["-0.77433334000000002e2","0.59620543999999938e2"],["-0.77441665999999998e2","0.59624717999999973e2"],["-0.77502335000000016e2","0.59678215000000023e2"],["-0.77542496000000028e2","0.59747490000000084e2"],["-0.77541945999999996e2","0.59750274999999931e2"],["-0.77533065999999963e2","0.59754714999999976e2"],["-0.77432769999999948e2","0.59784163999999976e2"],["-0.77412780999999939e2","0.59787773000000129e2"],["-0.77389449999999954e2","0.59788886999999932e2"],["-0.77333618000000001e2",59.78527100000008],["-0.77311660999999958e2","0.59785552999999936e2"],[-77.30471799999998,"0.59787216000000058e2"],["-0.77298889000000031e2","0.59789719000000048e2"],["-0.77293609999999887e2","0.59793610000000115e2"],["-0.77296111999999937e2","0.59801933000000076e2"],["-0.77301392000000021e2",59.811104],["-0.77363616999999863e2","0.59890830999999991e2"],["-0.77368056999999965e2","0.59894714000000079e2"],["-0.77378051999999968e2","0.59901382000000069e2"],["-0.77385559000000001e2","0.59904433999999981e2"],["-0.77427489999999977e2","0.59914710999999954e2"],["-0.77206954999999994e2","0.60042770000000019e2"],["-0.77070006999999919e2","0.60064156000000082e2"],["-0.76848052999999936e2","0.60099159000000043e2"],["-0.76775833000000034e2","0.60131659999999954e2"],["-0.76770843999999954e2","0.60136383000000137e2"],["-0.76758895999999993e2","0.60159157000000107e2"],["-0.76808608999999933e2","0.60159714000000008e2"],["-0.76828339000000028e2","0.60157493999999986e2"],["-0.76846114999999998e2","0.60152214000000129e2"],["-0.76852492999999981e2","0.60148330999999985e2"],["-0.76857772999999952e2","0.60143883000000017e2"],["-0.76860549999999932e2","0.60137771999999984e2"],["-0.76857498000000021e2","0.60132767000000115e2"],["-0.76854172000000005e2","0.60121658000000025e2"],[-76.85943599999996,"0.60116936000000123e2"],["-0.76866942999999992e2","0.60113883999999985e2"],["-0.76889724999999999e2","0.60112495000000024e2"],["-0.76924437999999896e2","0.60111664000000019e2"],["-0.76950561999999934e2","0.60112213000000111e2"],["-0.76962783999999999e2","0.60113608999999997e2"],[-77.00389100000001,"0.60121933000000013e2"],["-0.77031386999999881e2","0.60129714999999976e2"],["-0.77055556999999965e2","0.60138602999999989e2"],["-0.77074172999999973e2","0.60142769000000044e2"],["-0.77111938000000009e2","0.60146942000000024e2"],["-0.77173888999999974e2","0.60150268999999923e2"],["-0.77187499999999943e2","0.60150826000000052e2"],["-0.77199996999999939e2","0.60150826000000052e2"],["-0.77199722000000008e2","0.60145270999999923e2"],["-0.77194716999999969e2","0.60129158000000075e2"],["-0.77232498000000021e2","0.60053879000000109e2"],["-0.77272781000000009e2","0.60039993000000095e2"],["-0.77315825999999959e2","0.60030548000000067e2"],["-0.77519164999999987e2","0.60044159000000036e2"],["-0.77540282999999988e2","0.60048050000000103e2"],["-0.77557219999999973e2","0.60052773000000059e2"],["-0.77592223999999987e2","0.60064156000000082e2"],["-0.77600280999999939e2","0.60108604000000128e2"],["-0.77595275999999899e2","0.60112495000000024e2"],["-0.77581680000000006e2","0.60118881000000101e2"],["-0.77558043999999938e2","0.60126656000000025e2"],["-0.77549164000000019e2","0.60129158000000075e2"],["-0.77496947999999918e2","0.60156097000000045e2"],["-0.77470276000000013e2","0.60213325999999995e2"],["-0.77473617999999931e2","0.60216934000000094e2"],["-0.77602782999999931e2","0.60329994000000056e2"],["-0.77639724999999942e2","0.60362213000000054e2"],["-0.77647506999999905e2","0.60365273000000116e2"],["-0.77658339999999953e2","0.60368050000000039e2"],["-0.77683060000000012e2","0.60367767000000072e2"],["-0.77692489999999964e2","0.60369438000000116e2"],["-0.77708344000000011e2","0.60375824000000023e2"],["-0.77743606999999997e2","0.60393326000000059e2"],["-0.77747222999999963e2","0.60396942000000138e2"],["-0.77747756999999922e2","0.60408134000000132e2"],["-0.77740829000000019e2","0.60423607000000004e2"],["-0.77736937999999952e2","0.60428879000000109e2"],[-77.71945199999999,"0.60447211999999979e2"],["-0.77691939999999931e2","0.60466660000000104e2"],["-0.77567504999999926e2","0.60529716000000008e2"],["-0.77479995999999915e2",60.54055000000011],["-0.77430832000000009e2","0.60540275999999949e2"],["-0.77419723999999917e2","0.60541107000000011e2"],["-0.77413329999999974e2","0.60544159000000093e2"],["-0.77436385999999914e2","0.60554436000000067e2"],["-0.77464447000000007e2","0.60561935000000062e2"],["-0.77486114999999927e2",60.56638300000003],["-0.77521666999999979e2","0.60570274000000097e2"],["-0.77549438000000009e2","0.60571381000000031e2"],["-0.77573623999999938e2","0.60570549000000085e2"],["-0.77598617999999931e2","0.60563606000000107e2"],["-0.77631942999999978e2","0.60551933000000076e2"],["-0.77640563999999983e2","0.60550270000000012e2"],[-77.65055799999999,"0.60548882000000049e2"],["-0.77670273000000009e2","0.60549721000000034e2"],["-0.77680831999999953e2","0.60552216000000044e2"],["-0.77704453000000001e2","0.60561661000000129e2"],["-0.77787216000000001e2",60.59665700000005],["-0.77829453000000001e2","0.60633605999999929e2"],["-0.77833892999999932e2","0.60639434999999992e2"],["-0.77831679999999949e2","0.60644714000000135e2"],["-0.77821670999999867e2","0.60651931999999931e2"],["-0.77775832999999977e2","0.60671104000000128e2"],["-0.77722504000000015e2",60.69193300000012],["-0.77716399999999965e2","0.60694434999999999e2"],["-0.77610001000000011e2","0.60755554000000075e2"],["-0.77515839000000028e2","0.60830551000000014e2"],["-0.77512512000000015e2","0.60833602999999925e2"],["-0.77511672999999973e2",60.83638000000002],[-77.53195199999999,"0.60835266000000047e2"],["-0.77571670999999981e2","0.60828330999999991e2"],["-0.77708054000000004e2","0.60795547000000113e2"],["-0.77856383999999935e2","0.60764442000000088e2"],["-0.77920546999999999e2","0.60791382000000112e2"],["-0.77903885000000002e2","0.60812492000000077e2"],["-0.77889998999999989e2","0.60818886000000134e2"],["-0.77883330999999941e2","0.60823325999999952e2"],["-0.77887222000000008e2","0.60825829000000113e2"],["-0.77896392999999875e2","0.60828049000000135e2"],["-0.77909163999999976e2",60.82888000000014],["-0.77975280999999939e2","0.60822769000000051e2"],["-0.78078612999999905e2","0.60806099000000131e2"],["-0.78116942999999992e2","0.60798050000000103e2"],["-0.78125823999999966e2","0.60795547000000113e2"],["-0.78172500999999954e2","0.60787216000000058e2"],[-78.17971799999998,"0.60786942000000124e2"],[-78.18638599999997,"0.60788047999999947e2"],["-0.78190552000000025e2","0.60788887000000102e2"],["-0.78192764000000011e2","0.60790833000000021e2"],["-0.78171660999999915e2","0.60854713000000061e2"],[-78.15943900000002,"0.60867210000000057e2"],["-0.77954726999999991e2","0.61000831999999946e2"],["-0.77925551999999925e2",61.01888300000013],["-0.77889175000000023e2","0.61038048000000117e2"],["-0.77873610999999926e2","0.61045547000000056e2"],["-0.77858046999999942e2","0.61051101999999958e2"],["-0.77853881999999942e2","0.61052215999999987e2"],["-0.77846664000000033e2","0.61052490000000091e2"],["-0.77701675000000023e2","0.61217491000000109e2"],["-0.77724441999999954e2","0.61254439999999988e2"],["-0.77739990000000034e2","0.61298607000000061e2"],["-0.77746658000000025e2","0.61337494000000106e2"],["-0.77761123999999938e2","0.61410271000000023e2"],["-0.77678878999999995e2","0.61461104999999975e2"],["-0.77620834000000002e2","0.61462493999999992e2"],[-77.56361400000003,"0.61466660000000047e2"],["-0.77560546999999929e2","0.61468047999999953e2"],["-0.77542496000000028e2","0.61479430999999977e2"],["-0.77543335000000013e2","0.61483047000000056e2"],["-0.77548339999999939e2","0.61486107000000118e2"],["-0.77613892000000021e2","0.61504166000000055e2"],["-0.77596114999999941e2","0.61555824000000143e2"],["-0.77572784000000013e2","0.61549995000000138e2"],["-0.77517226999999934e2","0.61539719000000048e2"],["-0.77478607000000011e2","0.61536385000000053e2"],["-0.77475005999999951e2","0.61539161999999976e2"],["-0.77474715999999944e2","0.61541664000000026e2"],["-0.77480285999999921e2","0.61548882000000049e2"],["-0.77581389999999999e2","0.61600548000000117e2"],["-0.77589171999999962e2","0.61604439000000013e2"],["-0.77616500999999971e2","0.61606327000000078e2"],["-0.77627997999999991e2","0.61605995000000121e2"],["-0.77667496000000028e2","0.61603049999999996e2"],["-0.77690825999999959e2","0.61602218999999991e2"],["-0.77702498999999989e2","0.61602776000000063e2"],["-0.77710555999999883e2",61.60582700000009],["-0.77744155999999975e2",61.64027400000009],["-0.77816665999999998e2","0.61684989999999914e2"],["-0.77884445000000028e2",61.68582200000003],["-0.77898894999999925e2","0.61686378000000047e2"],["-0.77931380999999931e2",61.69193300000012],["-0.77975829999999974e2","0.61702774000000034e2"],["-0.77982223999999974e2",61.70665699999995],["-0.77992492999999968e2","0.61714714000000129e2"],[-78.00306699999993,"0.61728325000000098e2"],["-0.78006119000000012e2","0.61733046999999999e2"],["-0.78011947999999961e2","0.61748604000000057e2"],["-0.78074447999999904e2","0.61917213000000004e2"],["-0.78077498999999989e2","0.61940544000000045e2"],["-0.78081389999999999e2","0.61951103000000103e2"],["-0.78091675000000009e2","0.61965271000000143e2"],["-0.78110001000000011e2","0.61984161000000086e2"],["-0.78120269999999948e2",61.99193600000001],["-0.78137787000000003e2","0.62009163000000001e2"],["-0.78141387999999949e2","0.62020546000000024e2"],["-0.78143616000000009e2",62.03138000000007],[-78.15943900000002,"0.62149994000000049e2"],["-0.78161666999999966e2","0.62169159000000036e2"],["-0.78157776000000013e2","0.62267494000000056e2"],[-78.15583799999996,"0.62278328000000101e2"],["-0.78149733999999967e2","0.62287216000000114e2"],["-0.78103058000000033e2","0.62337494000000049e2"],["-0.78085007000000019e2","0.62353325000000041e2"],["-0.78023894999999982e2","0.62393326000000059e2"],["-0.78016402999999968e2",62.39388300000013],["-0.78008056999999894e2","0.62390549000000135e2"],["-0.77996657999999968e2","0.62388046000000145e2"],["-0.77983063000000016e2","0.62388329000000113e2"],[-77.96305799999999,"0.62392768999999987e2"],["-0.77711394999999925e2","0.62468048000000124e2"],["-0.77687209999999993e2","0.62476654000000053e2"],["-0.77555556999999965e2","0.62536110000000008e2"],["-0.77535278000000005e2",62.54694400000011],["-0.77508347000000015e2","0.62561661000000072e2"],["-0.77354996000000028e2","0.62558044000000109e2"],["-0.77073623999999938e2","0.62534163999999976e2"],[-76.92582699999997,"0.62526382000000012e2"],["-0.76756957999999997e2","0.62506943000000092e2"],["-0.76746947999999975e2","0.62504997000000003e2"],["-0.76655562999999972e2","0.62469986000000063e2"],["-0.76498610999999869e2",62.44110100000006],["-0.76401947000000007e2","0.62427490000000091e2"],["-0.76317779999999914e2","0.62412209000000132e2"],["-0.76143065999999919e2","0.62379158000000018e2"],["-0.75709732000000031e2","0.62296387000000038e2"],["-0.75719214999999963e2","0.62242493000000024e2"],["-0.75739562999999919e2","0.62236160000000041e2"],["-0.75819884999999999e2","0.62205657999999971e2"],["-0.75878875999999991e2","0.62168602000000135e2"],["-0.75891113000000018e2","0.62161933999999974e2"],["-0.75895003999999915e2","0.62158599999999979e2"],["-0.75890839000000028e2","0.62156937000000084e2"],["-0.75835830999999985e2","0.62158043000000077e2"],["-0.75826949999999954e2","0.62158882000000062e2"],["-0.75772399999999948e2","0.62177215999999987e2"],["-0.75770720999999924e2","0.62180049999999994e2"],["-0.75765052999999909e2","0.62184718999999973e2"],["-0.75760887000000025e2","0.62187050000000113e2"],["-0.75756057999999882e2","0.62188713000000007e2"],["-0.75705062999999996e2","0.62203216999999995e2"],["-0.75656882999999993e2","0.62216544999999996e2"],["-0.75579177999999899e2","0.62242218000000037e2"],["-0.75573897999999929e2","0.62244155999999975e2"],["-0.75556945999999925e2","0.62252777000000037e2"],["-0.75552779999999927e2","0.62256660000000011e2"],["-0.75550277999999935e2","0.62260826000000066e2"],["-0.75539443999999889e2","0.62268326000000002e2"],["-0.75493606999999997e2","0.62293326999999977e2"],["-0.75486937999999952e2","0.62296387000000038e2"],["-0.75478881999999999e2","0.62298607000000061e2"],["-0.75472777999999948e2","0.62299438000000066e2"],["-0.75402221999999938e2","0.62306381000000044e2"],["-0.75356383999999991e2","0.62310546999999985e2"],["-0.75321945000000028e2","0.62311104000000057e2"],["-0.75307495000000017e2","0.62310271999999941e2"],["-0.75184432999999956e2","0.62292220999999984e2"],["-0.75015563999999983e2","0.62264999000000046e2"],[-75,"0.62262245000000064e2"],["-0.74938323999999909e2","0.62250274999999988e2"],["-0.74918610000000001e2","0.62245544000000052e2"],[-74.89805599999994,"0.62240273000000002e2"],["-0.74889998999999989e2","0.62237495000000024e2"],["-0.74882216999999912e2","0.62233604000000128e2"],["-0.74873885999999857e2","0.62226097000000038e2"],["-0.74767226999999878e2","0.62161102000000085e2"],["-0.74700835999999867e2","0.62131104000000107e2"],["-0.74693054000000018e2","0.62127769000000058e2"],["-0.74668883999999991e2","0.62119156000000089e2"],["-0.74620833999999888e2","0.62107215999999994e2"],["-0.74598052999999936e2","0.62104164000000083e2"],["-0.74571670999999981e2",62.10305000000011],["-0.74556380999999988e2","0.62104713000000004e2"],["-0.74553054999999972e2","0.62106102000000021e2"],["-0.74553878999999995e2","0.62108046999999999e2"],["-0.74558608999999876e2","0.62111938000000066e2"],["-0.74618880999999931e2","0.62132492000000013e2"],["-0.74662216000000001e2","0.62146660000000054e2"],["-0.74686110999999983e2","0.62155823000000055e2"],["-0.74700287000000003e2",62.16276600000009],[-74.75111400000003,62.19110100000006],["-0.74758895999999993e2","0.62199158000000068e2"],["-0.74759734999999921e2",62.20138500000013],["-0.74759734999999921e2",62.20638300000013],["-0.74756393000000003e2","0.62212212000000136e2"],["-0.74725829999999917e2","0.62244995000000131e2"],["-0.74717498999999918e2","0.62247771999999998e2"],["-0.74700287000000003e2","0.62250832000000059e2"],["-0.74678328999999962e2","0.62253608999999983e2"],["-0.74645844000000011e2","0.62253608999999983e2"],["-0.74579453000000001e2","0.62251938000000109e2"],["-0.74525833000000034e2","0.62246940999999993e2"],["-0.74473617999999931e2",62.24332400000003],["-0.74461394999999982e2","0.62243880999999931e2"],["-0.74428878999999938e2","0.62247771999999998e2"],["-0.74410004000000015e2","0.62251389000000131e2"],["-0.74383895999999936e2",62.2586060000001],["-0.74141677999999956e2","0.62326660000000004e2"],["-0.73981383999999991e2","0.62377769000000001e2"],[-73.97444200000001,"0.62386108000000036e2"],["-0.73969727000000034e2","0.62390830999999991e2"],[-73.94027699999998,"0.62412209000000132e2"],["-0.73888901000000033e2","0.62440543999999932e2"],[-73.83805799999999,"0.62457497000000046e2"],["-0.73688048999999978e2","0.62479988000000048e2"],["-0.73678878999999995e2","0.62479988000000048e2"],[-73.65972899999997,"0.62475265999999976e2"],["-0.73648345999999947e2","0.62468322999999998e2"],["-0.73642501999999922e2","0.62463608000000136e2"],["-0.73502791999999999e2","0.62386658000000068e2"],["-0.73369995000000017e2","0.62363609000000054e2"],["-0.73227218999999877e2","0.62318054000000075e2"],["-0.73211394999999925e2","0.62312767000000008e2"],["-0.73206664999999987e2","0.62308884000000035e2"],["-0.73204178000000013e2","0.62303878999999995e2"],["-0.73202788999999996e2","0.62298882000000106e2"],["-0.73207229999999925e2","0.62285828000000038e2"],["-0.73210280999999952e2","0.62281936999999971e2"],["-0.73210830999999985e2","0.62275826000000052e2"],["-0.73209732000000031e2","0.62270828000000051e2"],["-0.73204178000000013e2","0.62261382999999967e2"],["-0.73191939999999875e2","0.62253608999999983e2"],["-0.73178054999999972e2","0.62246101000000124e2"],["-0.73131942999999978e2","0.62225266000000033e2"],["-0.73070006999999976e2","0.62197487000000024e2"],["-0.72899445000000014e2","0.62138328999999999e2"],["-0.72723891999999921e2","0.62142220000000066e2"],["-0.72626663000000008e2","0.62115547000000049e2"],[-72.61721799999998,"0.62108604000000071e2"],["-0.72596114999999884e2","0.62049164000000019e2"],["-0.72618713000000014e2","0.61974212999999963e2"],["-0.72619888000000003e2","0.61970878999999968e2"],["-0.72665717999999913e2","0.61928382999999997e2"],["-0.72689986999999917e2","0.61891936999999984e2"],["-0.72748610999999983e2","0.61856384000000105e2"],["-0.72724716000000001e2","0.61845267999999976e2"],["-0.72612503000000004e2","0.61804993000000081e2"],["-0.72602782999999931e2","0.61804160999999965e2"],["-0.72596114999999884e2","0.61805549999999982e2"],["-0.72591674999999952e2","0.61809989999999971e2"],["-0.72587783999999886e2",61.82027400000004],["-0.72622771999999941e2","0.61861382000000106e2"],["-0.72628875999999991e2","0.61873047000000042e2"],["-0.72609557999999993e2",61.88771400000013],["-0.72610893000000033e2","0.61893714999999986e2"],["-0.72611397000000011e2","0.61900047000000086e2"],["-0.72610222000000022e2","0.61905380000000093e2"],["-0.72607551999999998e2","0.61910049000000015e2"],["-0.72597548999999958e2","0.61920211999999992e2"],["-0.72593886999999995e2",61.92321400000003],["-0.72587226999999984e2","0.61924376999999993e2"],["-0.72581222999999966e2","0.61923378000000127e2"],["-0.72519729999999925e2","0.61920546999999999e2"],["-0.72448607999999979e2","0.61901382000000012e2"],["-0.72396666999999923e2","0.61889435000000049e2"],["-0.72386948000000018e2","0.61887771999999984e2"],[-72.345551,"0.61884437999999989e2"],["-0.72321945000000028e2","0.61883881000000088e2"],["-0.72256957999999997e2","0.61876938000000109e2"],["-0.72235001000000011e2","0.61872215000000097e2"],["-0.72205840999999964e2",61.86332700000014],["-0.72200835999999924e2","0.61860275000000001e2"],["-0.72041381999999999e2","0.61722488000000112e2"],[-72.01005600000002,"0.61675270000000012e2"],["-0.72038054999999986e2","0.61624709999999993e2"],["-0.72080565999999976e2","0.61601936000000023e2"],["-0.72087783999999999e2","0.61598877000000073e2"],["-0.72095839999999953e2","0.61596099999999979e2"],["-0.72113892000000021e2","0.61595543000000077e2"],[-72.12388599999997,"0.61596382000000006e2"],["-0.72160004000000015e2","0.61605270000000019e2"],["-0.72194153000000028e2","0.61615829000000076e2"],["-0.72227492999999981e2","0.61619987000000037e2"],["-0.72236663999999962e2","0.61619438000000059e2"],["-0.72254456000000005e2","0.61615546999999992e2"],["-0.72271118000000001e2","0.61609161000000086e2"],["-0.72303328999999906e2","0.61570830999999998e2"],["-0.72303878999999938e2","0.61568885999999964e2"],["-0.72303328999999906e2",61.56721500000009],["-0.72083618000000001e2","0.61582496999999933e2"],["-0.72057220000000029e2","0.61586655000000064e2"],["-0.71980285999999978e2","0.61599998000000085e2"],["-0.71978333000000021e2","0.61601387000000102e2"],["-0.71967772999999966e2","0.61609436000000073e2"],["-0.71940825999999959e2","0.61648331000000042e2"],["-0.71936660999999958e2",61.65554800000001],["-0.71933608999999933e2","0.61663605000000132e2"],["-0.71933060000000012e2","0.61668602000000078e2"],["-0.71933884000000035e2","0.61674164000000019e2"],["-0.71936660999999958e2","0.61677773000000002e2"],["-0.71941375999999991e2","0.61681106999999997e2"],["-0.71946884000000011e2","0.61688380999999993e2"],["-0.71950385999999867e2","0.61688713000000121e2"],["-0.71953888000000006e2","0.61690716000000123e2"],["-0.71956557999999916e2","0.61693047000000092e2"],["-0.71956885999999884e2","0.61694213999999988e2"],["-0.71956054999999935e2","0.61698883000000137e2"],["-0.71950546000000031e2","0.61701218000000097e2"],["-0.71948883000000023e2","0.61701549999999997e2"],["-0.71945221000000004e2","0.61701714000000095e2"],["-0.71928878999999995e2","0.61705826000000116e2"],["-0.71819457999999941e2","0.61688599000000124e2"],["-0.71795273000000009e2","0.61682213000000047e2"],["-0.71644729999999925e2","0.61639435000000105e2"],["-0.71575011999999901e2","0.61608604000000014e2"],["-0.71571670999999867e2","0.61605552999999986e2"],["-0.71545546999999999e2","0.61571938000000102e2"],["-0.71546111999999937e2","0.61566940000000102e2"],["-0.71549437999999896e2","0.61558884000000035e2"],["-0.71560271999999941e2","0.61557212999999933e2"],["-0.71629714999999976e2","0.61548607000000061e2"],["-0.71635009999999966e2","0.61545830000000137e2"],["-0.71652221999999995e2","0.61543053000000043e2"],["-0.71663054999999929e2",61.54193900000007],["-0.71751113999999973e2","0.61538048000000003e2"],["-0.71789444000000003e2","0.61521934999999928e2"],["-0.71746384000000035e2",61.47137500000008],["-0.71746947999999975e2","0.61465827999999988e2"],["-0.71802779999999984e2","0.61446938000000046e2"],["-0.71817504999999983e2","0.61442764000000011e2"],["-0.71875548999999921e2","0.61436103999999943e2"],["-0.71885558999999944e2","0.61432769999999948e2"],["-0.71887787000000003e2","0.61430824000000086e2"],["-0.71887511999999958e2","0.61428046999999992e2"],["-0.71879439999999988e2","0.61422492999999974e2"],["-0.71873046999999929e2","0.61419716000000108e2"],["-0.71853333000000021e2","0.61414436000000023e2"],["-0.71700561999999991e2","0.61405823000000055e2"],["-0.71684722999999963e2","0.61404990999999939e2"],["-0.71676101999999958e2",61.37221500000004],[-71.67193599999996,"0.61330551000000128e2"],["-0.71598891999999978e2","0.61254166000000055e2"],[-71.53083799999996,"0.61213608000000022e2"],["-0.71389998999999989e2","0.61137772000000098e2"],["-0.71295836999999892e2","0.61148605000000089e2"],["-0.71286666999999909e2","0.61149719000000061e2"],["-0.71279175000000009e2","0.61151100000000099e2"],["-0.71174712999999997e2",61.13999200000012],["-0.71011397999999986e2","0.61121657999999968e2"],["-0.70966948999999943e2","0.61113883999999985e2"],["-0.70945830999999941e2","0.61108887000000095e2"],["-0.70928329000000019e2","0.61102493000000038e2"],["-0.70921936000000017e2",61.09693900000002],["-0.70921386999999982e2",61.09137700000008],["-0.70773330999999985e2",61.08166499999993],["-0.70656386999999995e2","0.61050545000000056e2"],["-0.70553054999999972e2","0.61024994000000049e2"],["-0.70539718999999991e2","0.61055824000000086e2"],["-0.70535278000000005e2",61.05943300000007],["-0.70419998000000021e2",61.08526599999999],[-70.41361999999998,"0.61086655000000007e2"],["-0.70315551999999911e2","0.61094994000000042e2"],["-0.70165008999999998e2","0.61088043000000084e2"],["-0.70146117999999888e2","0.61084717000000069e2"],["-0.70141387999999949e2",61.08277099999998],["-0.70107223999999917e2","0.61064438000000109e2"],["-0.70085830999999985e2","0.60954993999999999e2"],["-0.70088057999999876e2",60.89777400000014],["-0.69927490000000034e2","0.60807770000000005e2"],["-0.69914444000000003e2",60.80860100000001],["-0.69901107999999965e2",60.81221000000005],["-0.69888061999999934e2","0.60819160000000068e2"],["-0.69856383999999991e2","0.60838326000000109e2"],["-0.69850554999999986e2","0.60841934000000037e2"],[-69.84973100000002,"0.60846656999999993e2"],["-0.69851395000000025e2","0.60849716000000001e2"],["-0.69858886999999982e2","0.60851936000000023e2"],["-0.69869445999999925e2","0.60850829999999974e2"],["-0.69883620999999948e2","0.60845268000000033e2"],["-0.69894729999999925e2","0.60855552999999929e2"],["-0.69833327999999995e2","0.60889992000000007e2"],["-0.69826110999999969e2","0.60893326000000002e2"],["-0.69778885000000002e2",60.91137700000013],["-0.69756957999999941e2","0.60918884000000105e2"],["-0.69750838999999928e2","0.60919715999999994e2"],["-0.69741104000000007e2",60.9180530000001],["-0.69738051999999925e2","0.60915543000000071e2"],["-0.69743332000000009e2","0.60906936999999971e2"],[-69.75140399999998,"0.60898879999999963e2"],["-0.69750564999999995e2","0.60894440000000145e2"],[-69.74610899999999,"0.60884720000000073e2"],["-0.69740554999999972e2","0.60881377999999927e2"],[-69.71055599999994,"0.60873878000000047e2"],["-0.69688599000000011e2","0.60871658000000025e2"],["-0.69677215999999987e2","0.60871101000000124e2"],["-0.69658614999999998e2","0.60876938000000109e2"],["-0.69649993999999879e2",60.8836060000001],["-0.69645843999999954e2","0.60893051000000128e2"],["-0.69643889999999942e2","0.60903320000000008e2"],["-0.69649169999999913e2","0.60913879000000065e2"],["-0.69655563000000029e2",60.9222180000001],["-0.69671660999999915e2","0.60934433000000013e2"],["-0.69680831999999953e2","0.60943047000000035e2"],["-0.69688599000000011e2","0.60951660000000004e2"],["-0.69689437999999882e2","0.60956100000000049e2"],["-0.69689712999999983e2",60.96166199999999],["-0.69680557000000022e2","0.61014159999999947e2"],["-0.69679442999999935e2","0.61019440000000031e2"],["-0.69676665999999955e2","0.61025551000000121e2"],["-0.69656661999999926e2","0.61053604000000064e2"],["-0.69653884999999946e2","0.61056938000000059e2"],["-0.69613051999999925e2","0.61079163000000051e2"],["-0.69599990999999989e2","0.61081940000000145e2"],["-0.69554168999999945e2","0.61080550999999957e2"],["-0.69528609999999958e2","0.61076385000000073e2"],["-0.69519729999999925e2","0.61073326000000122e2"],["-0.69514450000000011e2","0.61069442999999978e2"],["-0.69511397999999929e2",61.06610100000006],["-0.69508347000000015e2","0.61060822000000087e2"],["-0.69492767000000015e2","0.61031937000000028e2"],["-0.69468886999999995e2","0.60994995000000017e2"],["-0.69465285999999935e2","0.60990273000000116e2"],["-0.69453613000000018e2","0.60974991000000045e2"],["-0.69368057000000022e2","0.60903046000000074e2"],["-0.69368606999999997e2",60.811104],["-0.69371933000000013e2",60.80443600000001],["-0.69380554000000018e2","0.60794716000000108e2"],["-0.69386672999999973e2","0.60790550000000053e2"],["-0.69404448999999943e2","0.60783332999999914e2"],["-0.69421386999999925e2","0.60778046000000018e2"],["-0.69438598999999954e2","0.60774994000000049e2"],["-0.69496657999999968e2","0.60764442000000088e2"],["-0.69533065999999963e2","0.60757217000000026e2"],["-0.69591675000000009e2","0.60739158999999972e2"],["-0.69615829000000019e2","0.60730270000000075e2"],["-0.69708618000000001e2","0.60686935000000119e2"],["-0.69716109999999958e2","0.60682770000000119e2"],[-69.71055599999994,"0.60675270000000069e2"],["-0.69705001999999979e2","0.60671936000000073e2"],["-0.69695830999999998e2","0.60663879000000065e2"],["-0.69656386999999995e2","0.60595543000000077e2"],["-0.69654174999999952e2","0.60584991000000116e2"],["-0.69654174999999952e2","0.60581383000000017e2"],["-0.69656951999999933e2","0.60574715000000026e2"],[-69.6875,"0.60551383999999985e2"],["-0.69693603999999937e2",60.54694400000011],["-0.69702224999999885e2","0.60544440999999949e2"],["-0.69748610999999983e2","0.60539719000000048e2"],["-0.69797774999999945e2",60.53443900000002],["-0.69813888999999904e2","0.60530548000000124e2"],["-0.69822234999999978e2",60.52777100000003],["-0.69826110999999969e2","0.60525551000000007e2"],["-0.69824448000000018e2","0.60522490999999945e2"],["-0.69787506000000008e2","0.60480545000000006e2"],[-69.78443900000002,"0.60478043000000071e2"],["-0.69778335999999967e2","0.60475266000000033e2"],["-0.69762222000000008e2","0.60470268000000033e2"],[-69.74888599999997,"0.60461662000000103e2"],["-0.69721664000000033e2","0.60368881000000044e2"],["-0.69722504000000015e2","0.60364158999999972e2"],["-0.69727782999999988e2",60.35193600000008],["-0.69744445999999982e2","0.60340546000000018e2"],["-0.69751953000000015e2","0.60336380000000133e2"],["-0.69756667999999934e2","0.60331940000000145e2"],["-0.69764724999999999e2","0.60323607999999979e2"],["-0.69766952999999944e2","0.60318328999999949e2"],["-0.69768065999999862e2","0.60312210000000107e2"],["-0.69764724999999999e2","0.60307495000000074e2"],["-0.69758895999999993e2","0.60304710000000057e2"],["-0.69696380999999974e2","0.60278877000000136e2"],["-0.69606383999999991e2","0.60232765000000029e2"],["-0.69605269999999905e2",60.2227630000001],["-0.69605835000000013e2","0.60218596999999988e2"],["-0.69610001000000011e2","0.60208327999999995e2"],["-0.69614166000000012e2","0.60202492000000063e2"],["-0.69636977999999999e2","0.60179047000000025e2"],["-0.69601943999999946e2","0.60183052000000089e2"],["-0.69594161999999983e2","0.60180824000000143e2"],["-0.69593886999999995e2","0.60175827000000027e2"],["-0.69603606999999954e2",60.10305000000011],["-0.69624709999999993e2","0.60067497000000117e2"],["-0.69636948000000018e2","0.60065268999999944e2"],["-0.69706664999999987e2","0.60057495000000131e2"],["-0.69837218999999948e2","0.60019713999999965e2"],["-0.69892226999999934e2",59.99971800000003],["-0.70217223999999931e2","0.60007216999999969e2"],["-0.70296393999999907e2","0.60011196000000041e2"],["-0.70336120999999935e2","0.60004440000000102e2"],["-0.70488051999999868e2","0.59993607000000111e2"],["-0.70505004999999926e2","0.59992493000000138e2"],[-70.53472899999997,"0.59991936000000067e2"],["-0.70556945999999925e2","0.59992767000000072e2"],["-0.70579726999999934e2","0.59994712999999933e2"],["-0.70593062999999972e2","0.59996658000000139e2"],["-0.70770844000000011e2","0.60028046000000131e2"],["-0.70945830999999941e2","0.60063048999999978e2"],["-0.70900283999999999e2","0.60040276000000063e2"],["-0.70631103999999993e2","0.59985824999999977e2"],["-0.70610549999999932e2","0.59980820000000108e2"],["-0.70585007000000019e2","0.59971931000000041e2"],["-0.70566955999999948e2","0.59968597000000045e2"],["-0.70507232999999985e2",59.96665999999999],["-0.70475829999999974e2","0.59968323000000112e2"],[-70.33805799999999,"0.59976379000000009e2"],["-0.70236938000000009e2","0.59986938000000066e2"],["-0.70227218999999934e2","0.59986655999999982e2"],["-0.70218613000000005e2","0.59984160999999972e2"],["-0.70197495000000004e2","0.59974158999999986e2"],["-0.70164718999999991e2","0.59962494000000106e2"],["-0.70112503000000004e2","0.59949715000000026e2"],["-0.70086120999999991e2","0.59946381000000088e2"],[-70.06138599999997,59.94499200000007],["-0.70049987999999871e2","0.59945267000000058e2"],["-0.70030837999999903e2","0.59948043999999982e2"],["-0.69947768999999994e2","0.59958885000000123e2"],["-0.69758895999999993e2",59.96776600000004],["-0.69726944000000003e2","0.59963608000000079e2"],["-0.69718886999999938e2","0.59959717000000012e2"],["-0.69600554999999872e2","0.59833054000000004e2"],["-0.69605559999999912e2","0.59777214000000129e2"],["-0.69610001000000011e2","0.59728600000000142e2"],["-0.69540833000000021e2","0.59671104000000014e2"],["-0.69604995999999971e2","0.59588325999999995e2"],[-69.61332699999997,"0.59588325999999995e2"],[-69.62777699999998,"0.59583878000000027e2"],["-0.69658889999999985e2","0.59572495000000004e2"],["-0.69679442999999935e2","0.59563605999999936e2"],["-0.69698043999999982e2","0.59553047000000106e2"],["-0.69718613000000005e2","0.59537773000000016e2"],["-0.69729720999999927e2",59.52777100000003],["-0.69748336999999935e2",59.50999500000006],["-0.69759445000000028e2","0.59493880999999988e2"],["-0.69761123999999938e2","0.59484161000000086e2"],["-0.69759445000000028e2","0.59481102000000078e2"],["-0.69756393000000003e2","0.59478600000000029e2"],["-0.69728333000000021e2","0.59479713000000118e2"],["-0.69703888000000006e2","0.59481934000000024e2"],["-0.69698607999999922e2","0.59481377000000123e2"],["-0.69697495000000004e2","0.59480545000000006e2"],["-0.69669448999999929e2","0.59455551000000014e2"],["-0.69665832999999964e2","0.59451659999999947e2"],["-0.69649445000000014e2","0.59428879000000109e2"],["-0.69645279000000016e2","0.59419159000000036e2"],["-0.69631667999999877e2","0.59377769000000058e2"],["-0.69631377999999927e2","0.59374992000000134e2"],["-0.69639998999999875e2","0.59361107000000061e2"],["-0.69646392999999989e2","0.59358887000000038e2"],["-0.69677779999999927e2","0.59356941000000006e2"],["-0.69736664000000019e2","0.59345267999999976e2"],["-0.69744155999999975e2","0.59343322999999998e2"],[-69.75778200000002,"0.59330826000000002e2"],["-0.69758347000000015e2","0.59320273999999984e2"],[-69.75111400000003,"0.59311104000000114e2"],["-0.69746947999999861e2","0.59307770000000119e2"],["-0.69738601999999958e2","0.59305266999999958e2"],["-0.69645003999999915e2",59.29833200000013],["-0.69631103999999993e2","0.59298881999999992e2"],["-0.69626663000000008e2",59.29972100000009],["-0.69616393999999957e2","0.59304436000000123e2"],["-0.69550277999999992e2","0.59329720000000123e2"],["-0.69445830999999998e2",59.35443900000007],[-69.43582200000003,59.3555530000001],["-0.69412506000000008e2","0.59354995999999971e2"],["-0.69259445000000028e2","0.59326660000000061e2"],["-0.69249724999999955e2","0.59323607999999979e2"],["-0.69238327000000027e2","0.59259720000000129e2"],["-0.69235001000000011e2",59.23943300000002],["-0.69234725999999966e2","0.59233879000000059e2"],["-0.69238051999999925e2","0.59229431000000091e2"],["-0.69244445999999982e2","0.59224433999999974e2"],["-0.69285827999999924e2","0.59208327999999995e2"],["-0.69366394000000014e2","0.59190826000000129e2"],[-69.37388599999997,"0.59189430000000073e2"],["-0.69404998999999975e2","0.59190269000000058e2"],["-0.69419158999999979e2","0.59192490000000134e2"],["-0.69420272999999952e2","0.59196098000000063e2"],["-0.69417496000000028e2","0.59202217000000076e2"],["-0.69414443999999946e2","0.59212494000000049e2"],["-0.69416655999999989e2","0.59219711000000018e2"],["-0.69420837000000006e2","0.59223045000000013e2"],["-0.69429717999999923e2","0.59224709000000018e2"],["-0.69439437999999996e2","0.59224433999999974e2"],["-0.69448607999999979e2",59.2227630000001],["-0.69470276000000013e2","0.59213882000000012e2"],["-0.69512222000000008e2","0.59192764000000068e2"],["-0.69530562999999972e2",59.18221299999999],["-0.69537505999999894e2","0.59172493000000088e2"],["-0.69540282999999988e2","0.59166381999999999e2"],["-0.69541107000000011e2","0.59161659000000043e2"],["-0.69537215999999944e2","0.59123047000000042e2"],["-0.69533065999999963e2","0.59110825000000034e2"],["-0.69527785999999992e2","0.59106658999999979e2"],[-69.52055399999989,"0.59104439000000127e2"],["-0.69511397999999929e2","0.59103324999999984e2"],["-0.69505568999999923e2","0.59104163999999969e2"],[-69.49499499999996,"0.59109993000000145e2"],["-0.69484436000000017e2","0.59121375999999998e2"],["-0.69474716000000001e2","0.59128043999999932e2"],[-69.46305799999999,59.12943300000012],["-0.69453887999999949e2","0.59128326000000015e2"],["-0.69384170999999981e2","0.59118880999999931e2"],["-0.69367492999999911e2","0.59116386000000091e2"],["-0.69359725999999966e2","0.59112770000000069e2"],["-0.69349166999999909e2","0.59104996000000028e2"],["-0.69345276000000013e2","0.59095543000000021e2"],["-0.69344161999999983e2","0.59091103000000032e2"],["-0.69352782999999988e2","0.59080826000000059e2"],["-0.69431945999999982e2","0.59025269000000094e2"],["-0.69466110000000015e2","0.59044159000000036e2"],["-0.69493331999999953e2","0.59037498000000085e2"],["-0.69475280999999939e2","0.58971931000000041e2"],["-0.69457503999999915e2","0.58915824999999984e2"],["-0.69454726999999991e2",58.90638000000007],["-0.69453887999999949e2","0.58895828000000108e2"],["-0.69454177999999956e2","0.58892220000000009e2"],["-0.69456389999999999e2","0.58884163000000001e2"],["-0.69460006999999962e2","0.58878876000000105e2"],["-0.69547500999999897e2","0.58808043999999995e2"],["-0.69557495000000017e2",58.80360399999995],["-0.69587783999999942e2","0.58796660999999972e2"],["-0.69611114999999984e2","0.58792220999999984e2"],["-0.69656386999999995e2","0.58787773000000016e2"],["-0.69670836999999949e2","0.58792220999999984e2"],["-0.69680831999999953e2","0.58800269999999955e2"],["-0.69711944999999957e2","0.58848877000000073e2"],["-0.69714721999999938e2",58.85833000000008],["-0.69716109999999958e2","0.58864715999999987e2"],["-0.69702788999999996e2","0.58876381000000094e2"],["-0.69672226000000023e2",58.89138000000014],["-0.69668610000000001e2","0.58899437000000091e2"],["-0.69668334999999956e2","0.58902771000000087e2"],["-0.69668334999999956e2",58.92582700000014],["-0.69671660999999915e2","0.58930550000000096e2"],["-0.69709441999999967e2","0.58972762999999986e2"],["-0.69848342999999943e2","0.59047217999999987e2"],["-0.69865279999999927e2","0.59052773000000059e2"],["-0.69869155999999919e2","0.59053046999999992e2"],["-0.69872771999999998e2","0.59050827000000027e2"],[-69.87388599999997,"0.59041107000000125e2"],["-0.69874160999999958e2","0.59034163999999919e2"],[-69.87388599999997,59.02915999999999],["-0.69865554999999972e2","0.58977768000000026e2"],["-0.69832779000000016e2","0.58951660000000061e2"],["-0.69815826000000015e2",58.82388300000008],["-0.69972777999999892e2","0.58808601000000067e2"],["-0.70153610000000015e2","0.58777488999999946e2"],["-0.70158889999999985e2","0.58761107999999979e2"],["-0.70049728000000016e2","0.58743606999999997e2"],["-0.69974716000000001e2","0.58755554000000132e2"],["-0.69931106999999997e2","0.58733047000000056e2"],["-0.69910552999999936e2",58.68804200000011],["-0.69864440999999999e2","0.58617493000000138e2"],["-0.69861663999999962e2","0.58614998000000128e2"],["-0.69818892999999946e2","0.58588599999999985e2"],["-0.69813048999999921e2","0.58589157000000057e2"],["-0.69799437999999952e2",58.59887700000013],["-0.69793335000000013e2","0.58603881999999999e2"],["-0.69724441999999954e2","0.58668883999999991e2"],[-69.625,"0.58743881000000101e2"],["-0.69608046999999999e2","0.58754714999999976e2"],["-0.69581680000000006e2","0.58765831000000105e2"],["-0.69570847000000015e2","0.58769440000000145e2"],["-0.69544723999999974e2","0.58773323000000062e2"],["-0.69507507000000032e2","0.58774712000000079e2"],["-0.69498885999999857e2","0.58778602999999919e2"],["-0.69445540999999878e2","0.58808327000000133e2"],["-0.69418883999999878e2","0.58825553999999954e2"],["-0.69411666999999966e2","0.58830276000000026e2"],["-0.69410277999999948e2",58.83998900000006],["-0.69405838000000017e2","0.58850273000000129e2"],["-0.69394729999999925e2","0.58856659000000036e2"],["-0.69381942999999922e2","0.58861381999999992e2"],["-0.69348891999999978e2","0.58871658000000082e2"],["-0.69279175000000009e2","0.58888046000000145e2"],["-0.69153884999999946e2","0.58899993999999992e2"],["-0.69129989999999964e2","0.58901657000000114e2"],[-69.098343,"0.58899162000000103e2"],["-0.69031676999999888e2","0.58893326000000002e2"],[-68.99221799999998,"0.58883880999999974e2"],["-0.68841675000000009e2","0.58891106000000036e2"],["-0.68756957999999997e2","0.58912490999999989e2"],["-0.68656386999999938e2","0.58900269000000037e2"],["-0.68637512000000015e2","0.58896659999999997e2"],["-0.68601668999999958e2","0.58885826000000122e2"],["-0.68396392999999989e2","0.58816101000000117e2"],["-0.68390686000000017e2","0.58811707000000013e2"],["-0.68360549999999932e2","0.58781936999999914e2"],["-0.68355835000000013e2","0.58774437000000034e2"],["-0.68357772999999952e2","0.58764717000000132e2"],["-0.68360275000000001e2","0.58759437999999989e2"],["-0.68366393999999957e2","0.58687492000000077e2"],[-68.34584000000001,"0.58626937999999996e2"],["-0.68323059000000001e2",58.58526599999999],["-0.68290832999999907e2","0.58541107000000011e2"],["-0.68216659999999933e2","0.58490829000000076e2"],["-0.68209732000000031e2","0.58462494000000049e2"],["-0.68204726999999991e2","0.58453323000000069e2"],["-0.68203063999999983e2","0.58441658000000018e2"],["-0.68204178000000013e2","0.58436935000000062e2"],["-0.68226943999999946e2","0.58376380999999981e2"],["-0.68244720000000029e2",58.33776899999998],["-0.68256667999999991e2","0.58323607999999979e2"],["-0.68285827999999924e2","0.58294998000000135e2"],["-0.68289992999999924e2",58.28916200000009],["-0.68309157999999911e2","0.58253326000000072e2"],["-0.68322509999999966e2",58.22693600000008],[-68.34584000000001,"0.58169991000000039e2"],["-0.68348052999999936e2","0.58159714000000065e2"],["-0.68347777999999948e2",58.15387700000008],["-0.68344161999999983e2","0.58141663000000051e2"],["-0.68341385000000002e2","0.58133331000000055e2"],["-0.68344161999999983e2","0.58127487000000087e2"],["-0.68350554999999929e2",58.12193300000007],[-68.46665999999999,"0.58045546999999942e2"],["-0.68477218999999934e2","0.58039992999999981e2"],["-0.68503615999999909e2","0.58031380000000013e2"],["-0.68528609999999958e2","0.58029434000000094e2"],["-0.68729889000000014e2",57.99971800000003],["-0.68874161000000015e2","0.57969154000000003e2"],["-0.69127212999999983e2","0.57899436999999921e2"],["-0.69135009999999909e2","0.57896942000000081e2"],["-0.69181380999999988e2","0.57878044000000045e2"],["-0.69202498999999989e2","0.57868599000000131e2"],["-0.69221389999999928e2","0.57858886999999982e2"],["-0.69262511999999958e2","0.57833603000000039e2"],["-0.69357773000000009e2","0.57774162000000047e2"],["-0.69369048999999961e2","0.57765251000000092e2"],["-0.69363892000000021e2","0.57765830999999935e2"],["-0.69339721999999938e2","0.57773323000000062e2"],["-0.69304992999999968e2","0.57786659000000043e2"],["-0.69298339999999996e2","0.57789436000000137e2"],["-0.69210280999999952e2","0.57829437000000098e2"],["-0.69190825999999959e2","0.57840546000000018e2"],["-0.69172775000000001e2","0.57851661999999976e2"],["-0.69111937999999896e2","0.57885825999999952e2"],["-0.68965285999999878e2","0.57933875999999998e2"],["-0.68904175000000009e2","0.57949715000000083e2"],["-0.68695723999999984e2","0.57987713000000099e2"],["-0.68678894000000014e2","0.57989716000000101e2"],["-0.68667388999999957e2","0.57990383000000008e2"],["-0.68634720000000016e2","0.57988879999999995e2"],[-68.62239099999988,"0.57989379999999983e2"],["-0.68545272999999952e2","0.58000549000000035e2"],["-0.68495833999999945e2","0.58013328999999999e2"],["-0.68416945999999939e2","0.58034439000000134e2"],["-0.68404175000000009e2","0.58039719000000048e2"],[-68.31361400000003,"0.58103049999999996e2"],["-0.68308883999999978e2","0.58108047000000113e2"],["-0.68304992999999911e2","0.58113884000000041e2"],["-0.68302490000000034e2","0.58119155999999975e2"],["-0.68299987999999928e2","0.58127487000000087e2"],["-0.68300277999999878e2","0.58132492000000127e2"],[-68.30471799999998,"0.58146384999999952e2"],["-0.68305557000000022e2","0.58149993999999992e2"],["-0.68307220000000029e2","0.58164436000000137e2"],["-0.68306106999999997e2","0.58181106999999997e2"],["-0.68305267000000015e2","0.58186104000000057e2"],["-0.68301102000000014e2","0.58198043999999982e2"],["-0.68295273000000009e2","0.58209991000000116e2"],["-0.68284164000000033e2","0.58219986000000063e2"],["-0.68230835000000013e2",58.26888300000013],[-68.18582200000003,"0.58360549999999989e2"],["-0.68168335000000013e2","0.58414711000000125e2"],["-0.68166655999999989e2","0.58424438000000066e2"],["-0.68166945999999996e2","0.58435822000000144e2"],["-0.68169998000000021e2","0.58446655000000135e2"],["-0.68172775000000001e2","0.58454993999999999e2"],["-0.68178054999999972e2","0.58469711000000132e2"],["-0.68178329000000019e2","0.58480270000000019e2"],["-0.68171386999999925e2","0.58489990000000091e2"],["-0.68139175000000023e2","0.58521103000000096e2"],["-0.68135009999999852e2","0.58524162000000047e2"],["-0.68013061999999991e2","0.58573607999999922e2"],["-0.68003341999999975e2","0.58576385000000016e2"],["-0.67983321999999987e2","0.58573051000000021e2"],["-0.67969161999999983e2","0.58565826000000015e2"],["-0.67959166999999979e2","0.58558044000000052e2"],["-0.67896118000000001e2","0.58500548999999978e2"],["-0.67893889999999999e2","0.58496658000000082e2"],["-0.67892226999999991e2","0.58491379000000109e2"],["-0.67891953000000001e2","0.58483604000000014e2"],["-0.67895003999999915e2","0.58476936000000023e2"],["-0.67901108000000022e2","0.58467209000000082e2"],[-67.908051,"0.58458046000000081e2"],["-0.67914444000000003e2","0.58453323000000069e2"],["-0.67919448999999929e2","0.58445540999999935e2"],["-0.67920837000000006e2","0.58439430000000073e2"],["-0.67924163999999962e2",58.41276600000009],[-67.92332499999992,"0.58403046000000018e2"],["-0.67908339999999953e2","0.58360825000000034e2"],["-0.67906113000000005e2","0.58356941000000006e2"],["-0.67903610000000015e2","0.58353607000000011e2"],["-0.67893340999999964e2","0.58346656999999993e2"],["-0.67868056999999965e2","0.58332214000000079e2"],["-0.67864166000000012e2","0.58328880000000083e2"],["-0.67857498000000021e2","0.58320273999999984e2"],["-0.67894500999999934e2","0.58287163000000078e2"],["-0.67896659999999883e2","0.58281158000000062e2"],[-67.90449499999994,58.26766200000003],["-0.67913329999999917e2",58.25616100000002],["-0.67919341999999972e2","0.58250159999999994e2"],["-0.67926330999999948e2","0.58245491000000015e2"],["-0.67934829999999977e2","0.58241161000000034e2"],["-0.67946999000000005e2","0.58235992000000124e2"],["-0.67974990999999989e2","0.58220993000000021e2"],["-0.68047501000000011e2","0.58170547000000056e2"],["-0.68065826000000015e2","0.58159431000000097e2"],["-0.68095839999999953e2","0.58138602999999989e2"],["-0.68101105000000018e2","0.58133049000000028e2"],["-0.68127486999999917e2","0.58084717000000126e2"],["-0.68129989999999964e2",58.07888000000014],["-0.68128325999999959e2","0.58073608000000036e2"],["-0.68125548999999978e2","0.58071105999999986e2"],["-0.68115828999999962e2","0.58071938000000046e2"],["-0.68101105000000018e2","0.58077773999999977e2"],["-0.68006667999999934e2","0.58131935000000055e2"],["-0.67991668999999945e2","0.58146103000000096e2"],["-0.67978333000000021e2","0.58163605000000132e2"],["-0.67876944999999978e2","0.58243050000000039e2"],["-0.67801392000000021e2","0.58296661000000086e2"],["-0.67815551999999968e2","0.58308883999999978e2"],["-0.67823897999999872e2","0.58317215000000033e2"],["-0.67829178000000013e2","0.58326385000000073e2"],["-0.67830565999999919e2","0.58331383000000073e2"],["-0.67828888000000006e2","0.58349716000000114e2"],["-0.67819732999999871e2","0.58393608000000029e2"],["-0.67817229999999995e2",58.40526600000004],["-0.67813323999999909e2","0.58416100000000085e2"],["-0.67787505999999951e2","0.58464439000000027e2"],["-0.67783066000000019e2","0.58468048000000067e2"],["-0.67775008999999898e2","0.58471099999999979e2"],["-0.67764450000000011e2","0.58470543000000077e2"],["-0.67723891999999978e2","0.58458885000000066e2"],["-0.67669448999999986e2","0.58431938000000116e2"],["-0.67667496000000028e2","0.58427489999999977e2"],["-0.67669998000000021e2",58.42193599999996],["-0.67679992999999968e2",58.41276600000009],["-0.67691939999999988e2","0.58404433999999924e2"],["-0.67696945000000028e2","0.58399437000000034e2"],["-0.67704726999999991e2","0.58389160000000061e2"],["-0.67737212999999997e2","0.58326942000000145e2"],["-0.67738892000000021e2","0.58320831000000112e2"],["-0.67737212999999997e2","0.58315543999999989e2"],["-0.67732497999999964e2","0.58311661000000015e2"],["-0.67698043999999925e2","0.58284995999999978e2"],["-0.67660827999999981e2","0.58264442000000031e2"],["-0.67646117999999944e2","0.58253326000000072e2"],["-0.67642775999999913e2",58.248604],["-0.67652495999999985e2","0.58214714000000129e2"],["-0.67654175000000009e2","0.58210548000000017e2"],["-0.67728607000000011e2","0.57976654000000053e2"],["-0.67713897999999858e2","0.57923050000000046e2"],["-0.67710281000000009e2",57.97554800000006],["-0.67708343999999954e2","0.57982491000000039e2"],["-0.67659438999999963e2","0.58110275000000058e2"],["-0.67653609999999958e2","0.58122765000000015e2"],[-67.64527899999996,"0.58134437999999989e2"],[-67.591949,"0.58200828999999999e2"],["-0.67578339000000028e2",58.21527100000003],["-0.67566100999999946e2","0.58223602000000085e2"],["-0.67481383999999935e2","0.58273880000000077e2"],[-67.46665999999999,"0.58279716000000121e2"],["-0.67332779000000016e2",58.31610100000006],[-67.17222599999991,"0.58376380999999981e2"],["-0.67168609999999944e2","0.58378044000000102e2"],[-67.15194699999995,"0.58376656000000025e2"],["-0.67137512000000015e2","0.58373046999999985e2"],["-0.67116652999999985e2","0.58363327000000083e2"],["-0.67106948999999986e2",58.3555530000001],["-0.67095550999999944e2","0.58348877000000016e2"],[-67.09056099999998,58.35054800000006],["-0.66995834000000002e2","0.58439430000000073e2"],["-0.66991669000000002e2","0.58445267000000001e2"],["-0.66989989999999977e2",58.45138500000013],["-0.66986664000000019e2","0.58458046000000081e2"],["-0.66978881999999999e2","0.58468323000000055e2"],["-0.66951401000000033e2","0.58498603999999943e2"],["-0.66944153000000028e2","0.58501937999999939e2"],["-0.66928054999999972e2","0.58501663000000121e2"],["-0.66887221999999952e2","0.58485550000000103e2"],["-0.66876937999999939e2","0.58479156000000046e2"],["-0.66875548999999864e2","0.58473877000000073e2"],["-0.66878052000000025e2","0.58468596999999988e2"],["-0.66801101999999958e2","0.58473602000000028e2"],["-0.66629714999999976e2",58.50360900000004],["-0.66651671999999962e2","0.58542770000000132e2"],["-0.66551940999999999e2",58.71138000000002],["-0.66469727000000034e2",58.81638300000003],["-0.66465012000000002e2","0.58819992000000013e2"],["-0.66388610999999969e2","0.58850548000000117e2"],["-0.66366652999999928e2","0.58848044999999956e2"],["-0.66357773000000009e2","0.58846099999999979e2"],["-0.66349990999999932e2","0.58843048000000067e2"],["-0.66350280999999939e2","0.58837212000000022e2"],["-0.66348891999999978e2","0.58831940000000088e2"],["-0.66344161999999926e2","0.58827773999999977e2"],[-66.11471599999993,"0.58699714999999969e2"],["-0.66106110000000001e2","0.58684989999999971e2"],["-0.66077224999999999e2","0.58654434000000094e2"],["-0.66072234999999921e2","0.58650825999999995e2"],["-0.66067779999999914e2","0.58648880000000077e2"],["-0.66054168999999945e2","0.58646102999999982e2"],["-0.65945540999999935e2","0.58616936000000067e2"],["-0.65938888999999961e2","0.58613883999999928e2"],[-65.93582200000003,"0.58609718000000044e2"],[-65.93582200000003,"0.58604713000000004e2"],["-0.65938598999999954e2","0.58594437000000084e2"],["-0.65941939999999988e2","0.58582770999999923e2"],["-0.66021941999999967e2","0.58486938000000009e2"],[-66.08944699999995,"0.58365273000000002e2"],["-0.66091385000000002e2","0.58358887000000095e2"],["-0.66091385000000002e2","0.58354164000000083e2"],["-0.66073059000000001e2","0.58327217000000019e2"],["-0.66065552000000025e2","0.58320273999999984e2"],["-0.66058883999999978e2","0.58320273999999984e2"],["-0.66052779999999927e2",58.34693900000002],["-0.66051392000000021e2","0.58352493000000038e2"],["-0.66045546999999942e2","0.58363052000000096e2"],["-0.66041671999999949e2","0.58368050000000096e2"],["-0.66030562999999972e2","0.58376380999999981e2"],[-66.02305599999994,"0.58379714999999976e2"],["-0.66015014999999948e2","0.58381934999999999e2"],["-0.65988051999999982e2","0.58384437999999989e2"],["-0.65979172000000005e2","0.58386107999999922e2"],["-0.65972777999999948e2","0.58388046000000088e2"],["-0.65965012000000002e2","0.58391936999999928e2"],["-0.65960280999999895e2","0.58396103000000039e2"],["-0.65920272999999952e2",58.44582400000013],["-0.65920837000000006e2","0.58449432000000002e2"],["-0.65926666000000012e2","0.58456099999999992e2"],["-0.65932219999999973e2","0.58458885000000066e2"],[-65.94027699999998,"0.58461661999999933e2"],[-65.96166999999997,"0.58464714000000072e2"],["-0.65980559999999912e2","0.58470268000000033e2"],["-0.65982497999999964e2",58.4741590000001],["-0.65981948999999929e2","0.58480545000000006e2"],["-0.65980559999999912e2","0.58483047000000113e2"],["-0.65887512000000015e2","0.58577774000000034e2"],["-0.65884170999999981e2","0.58580826000000116e2"],["-0.65876937999999882e2","0.58581940000000088e2"],["-0.65879989999999964e2",58.62721300000004],["-0.65945540999999935e2","0.58665267999999969e2"],["-0.66032226999999978e2","0.58710548000000074e2"],["-0.66101394999999968e2","0.58771103000000039e2"],["-0.66103881999999999e2","0.58773604999999918e2"],["-0.66081954999999994e2",58.80971500000004],["-0.66037215999999944e2",58.85166200000009],["-0.65990111999999954e2","0.58852661000000012e2"],["-0.65984954999999957e2","0.58851494000000059e2"],["-0.65952277999999865e2","0.58836822999999981e2"],["-0.65845839999999953e2","0.58826660000000004e2"],["-0.65839721999999995e2","0.58827217000000076e2"],["-0.65797501000000011e2","0.58847488000000055e2"],["-0.65792770000000019e2","0.58853325000000041e2"],["-0.65790282999999988e2","0.58857773000000009e2"],["-0.65789443999999946e2","0.58861938000000009e2"],["-0.65791381999999999e2","0.58865829000000076e2"],["-0.65794998000000021e2",58.86693600000001],[-65.80610699999994,"0.58866660999999965e2"],["-0.65833327999999995e2","0.58864715999999987e2"],["-0.65861938000000009e2","0.58863327000000027e2"],["-0.65880279999999914e2","0.58864440999999999e2"],["-0.65940445000000011e2","0.58879105000000038e2"],["-0.65952606000000003e2",58.88126799999992],["-0.65958115000000021e2","0.58882935000000032e2"],["-0.65964775000000031e2","0.58887440000000083e2"],["-0.65968276999999887e2","0.58893440000000055e2"],["-0.65988602000000014e2","0.58903603000000032e2"],["-0.65885559000000001e2","0.59001938000000052e2"],["-0.65777495999999985e2","0.59029990999999995e2"],["-0.65695266999999888e2","0.59043610000000058e2"],["-0.65673049999999989e2","0.59046104000000014e2"],["-0.65660278000000005e2","0.59044159000000036e2"],["-0.65654174999999952e2","0.59042496000000085e2"],["-0.65634673999999904e2","0.59033217999999977e2"],["-0.65632492000000013e2","0.59031216000000086e2"],["-0.65614166000000012e2","0.59019440000000088e2"],["-0.65565001999999936e2","0.58993607000000111e2"],["-0.65514450000000011e2","0.58984718000000044e2"],[-65.5,"0.58983330000000137e2"],[-65.49499499999996,"0.58984718000000044e2"],["-0.65493332000000009e2","0.58987495000000138e2"],[-65.49499499999996,"0.58991936000000067e2"],["-0.65509444999999971e2","0.59008330999999998e2"],["-0.65516402999999968e2","0.59010826000000009e2"],["-0.65533614999999998e2","0.59014717000000076e2"],["-0.65543059999999969e2","0.59015549000000021e2"],["-0.65553054999999972e2","0.59017493999999999e2"],[-65.56082200000003,"0.59020827999999995e2"],["-0.65571388000000013e2","0.59039108000000112e2"],["-0.65572891000000027e2","0.59044106000000113e2"],["-0.65570221000000004e2","0.59045772999999997e2"],["-0.65568054000000018e2","0.59046776000000023e2"],["-0.65532776000000013e2","0.59063881000000094e2"],["-0.65518616000000009e2","0.59066666000000112e2"],["-0.65510284000000013e2","0.59066940000000045e2"],["-0.65506392999999946e2","0.59066382999999973e2"],["-0.65492492999999968e2","0.59061378000000104e2"],["-0.65454726999999991e2","0.59042221000000097e2"],["-0.65340285999999992e2",59.03833000000003],["-0.65330565999999976e2","0.59038048000000117e2"],["-0.65324721999999952e2","0.59038887000000102e2"],["-0.65317504999999983e2","0.59041382000000112e2"],["-0.65319732999999985e2","0.59047217999999987e2"],["-0.65333618000000001e2","0.59059990000000028e2"],["-0.65344726999999978e2","0.59064712999999983e2"],["-0.65354171999999949e2","0.59067497000000117e2"],["-0.65533553999999924e2","0.59077663000000143e2"],[-65.53687999999994,"0.59074665000000095e2"],["-0.65546721999999988e2","0.59071831000000088e2"],["-0.65564383999999961e2","0.59070163999999977e2"],["-0.65577056999999968e2","0.59069996000000117e2"],[-65.58406100000002,"0.59070999000000143e2"],["-0.65586563000000012e2","0.59072159000000056e2"],["-0.65651947000000007e2","0.59079163000000108e2"],["-0.65715011999999945e2","0.59148331000000042e2"],["-0.65718062999999972e2","0.59153046000000074e2"],["-0.65740829000000019e2","0.59214714000000072e2"],["-0.65742492999999911e2","0.59219437000000084e2"],["-0.65743056999999965e2","0.59228043000000014e2"],["-0.65744995000000017e2","0.59259720000000129e2"],["-0.65744719999999973e2","0.59263054000000125e2"],["-0.65743056999999965e2","0.59265830999999991e2"],["-0.65731948999999986e2","0.59269066000000009e2"],["-0.65706664999999987e2","0.59268326000000059e2"],["-0.65685271999999884e2","0.59264442000000031e2"],["-0.65676102000000014e2","0.59261108000000036e2"],["-0.65646118000000001e2","0.59244713000000104e2"],["-0.65587509000000011e2",59.20249200000012],["-0.65612503000000004e2","0.59237495000000081e2"],["-0.65614715999999873e2","0.59243607000000054e2"],["-0.65614166000000012e2","0.59246941000000049e2"],["-0.65581680000000006e2",59.37721300000004],["-0.65572509999999966e2","0.59378601000000003e2"],["-0.65570006999999976e2","0.59378326000000129e2"],["-0.65551940999999999e2","0.59372765000000072e2"],["-0.65499160999999958e2","0.59352219000000105e2"],[-65.48332199999993,"0.59345542999999964e2"],["-0.65476105000000018e2","0.59338882000000069e2"],["-0.65471114999999941e2","0.59327492000000007e2"],["-0.65453338999999971e2","0.59316939999999988e2"],["-0.65383895999999993e2","0.59281661999999983e2"],["-0.65372771999999998e2","0.59276657000000114e2"],["-0.65366652999999872e2","0.59274993999999992e2"],[-65.36111499999987,"0.59274712000000136e2"],["-0.65357223999999974e2","0.59277214000000015e2"],["-0.65356658999999922e2","0.59282768000000033e2"],["-0.65437774999999988e2","0.59393883000000017e2"],["-0.65495269999999891e2","0.59433876000000055e2"],["-0.65559433000000013e2","0.59481658999999979e2"],[-65.56138599999997,"0.59486107000000118e2"],["-0.65557495000000017e2","0.59487770000000069e2"],["-0.65549438000000009e2",59.48943300000002],["-0.65542220999999984e2","0.59489990000000091e2"],["-0.65360000999999954e2","0.59481658999999979e2"],["-0.65347778000000005e2","0.59480820000000051e2"],["-0.65260559000000001e2","0.59466385000000116e2"],[-65.19766199999998,"0.59450493000000051e2"],["-0.65195830999999998e2","0.59447659000000044e2"],["-0.65176940999999999e2","0.59440269000000001e2"],["-0.65170273000000009e2","0.59434433000000126e2"],["-0.65141953000000001e2","0.59415825000000041e2"],["-0.65126663000000008e2",59.40776800000009],["-0.65119995000000017e2",59.40526600000004],["-0.65060271999999998e2","0.59384438000000102e2"],["-0.65041381999999942e2","0.59378601000000003e2"],["-0.65017775999999969e2","0.59373046999999985e2"],["-0.65005844000000025e2","0.59371933000000013e2"],["-0.64995543999999995e2","0.59372490000000084e2"],[-64.98332199999993,"0.59376380999999981e2"],["-0.65031386999999938e2","0.59392769000000044e2"],["-0.65075835999999981e2","0.59408043000000077e2"],["-0.65111114999999984e2","0.59420546999999942e2"],["-0.65118880999999988e2","0.59423882000000049e2"],["-0.65141113000000018e2","0.59434433000000126e2"],["-0.65147231999999974e2",59.43804200000011],["-0.65151397999999972e2","0.59443046999999979e2"],["-0.65156386999999938e2","0.59451659999999947e2"],["-0.65158996999999886e2","0.59460827000000108e2"],[-65.16194200000001,"0.59466660000000104e2"],["-0.65168059999999969e2","0.59470543000000021e2"],[-65.22084000000001,59.48832700000014],["-0.65290832999999964e2","0.59506660000000011e2"],["-0.65308608999999933e2",59.50999500000006],["-0.65330001999999865e2","0.59509437999999989e2"],["-0.65388901000000033e2",59.50750000000005],["-0.65411666999999966e2","0.59509437999999989e2"],["-0.65419998000000021e2","0.59516936999999984e2"],["-0.65462783999999886e2","0.59578049000000021e2"],["-0.65494155999999975e2","0.59626937999999996e2"],["-0.65501677999999913e2",59.63888500000013],["-0.65527785999999992e2","0.59716933999999981e2"],["-0.65501952999999958e2","0.59747215000000097e2"],["-0.65433318999999983e2","0.59798049999999932e2"],["-0.65374999999999943e2","0.59828049000000135e2"],[-65.33555599999994,59.84665700000005],["-0.65333892999999932e2","0.59847214000000122e2"],["-0.65323623999999995e2","0.59845543000000077e2"],["-0.65236114999999984e2","0.59819381999999962e2"],[-65.21945199999999,"0.59814377000000093e2"],["-0.65205947999999978e2","0.59808548000000087e2"],["-0.65203444999999931e2","0.59806881000000033e2"],["-0.65198775999999953e2","0.59802879000000019e2"],["-0.65195281999999963e2","0.59797218000000044e2"],["-0.65158614999999998e2","0.59782211000000018e2"],["-0.65152785999999992e2","0.59779990999999995e2"],["-0.65136123999999995e2",59.776657],["-0.65053054999999972e2","0.59763611000000083e2"],["-0.65033065999999963e2","0.59761383000000137e2"],["-0.65006667999999991e2","0.59760277000000087e2"],["-0.64988602000000014e2","0.59761940000000038e2"],["-0.64983886999999982e2","0.59762771999999927e2"],["-0.64983063000000016e2","0.59764160000000061e2"],["-0.64989165999999955e2","0.59765831000000105e2"],["-0.65055556999999965e2","0.59778328000000101e2"],["-0.65132766999999944e2",59.79694400000011],["-0.65161391999999978e2","0.59817490000000134e2"],["-0.65199393999999927e2","0.59835659000000078e2"],["-0.65202713000000017e2","0.59837326000000019e2"],["-0.65206054999999992e2","0.59840492000000097e2"],["-0.65230835000000013e2","0.59880546999999979e2"],["-0.65231948999999986e2","0.59885826000000122e2"],["-0.65226104999999961e2","0.59888603000000046e2"],["-0.65206389999999999e2","0.59888603000000046e2"],["-0.65143340999999907e2",59.94999700000011],["-0.65126098999999954e2","0.60011108000000036e2"],["-0.65110001000000011e2","0.60043052999999986e2"],["-0.65029723999999931e2","0.60077217000000019e2"],["-0.64921111999999937e2","0.60194992000000013e2"],["-0.64834166999999979e2","0.60323051000000078e2"],["-0.64832229999999925e2","0.60328605999999979e2"],["-0.64834441999999967e2","0.60334434999999985e2"],["-0.64846389999999928e2","0.60345543000000134e2"],["-0.64858336999999949e2","0.60352492999999981e2"],["-0.64857223999999974e2","0.60359436000000017e2"],["-0.64854445999999996e2","0.60361107000000061e2"],["-0.64846114999999998e2","0.60362769999999955e2"],[-64.83555599999994,"0.60363327000000083e2"],[-64.65306099999998,60.34693900000002],["-0.64641677999999899e2","0.60344711000000018e2"],["-0.64610274999999945e2","0.60336380000000133e2"],["-0.64576674999999966e2","0.60322768999999994e2"],["-0.64533249000000012e2","0.60302498000000014e2"],["-0.64475600999999983e2","0.60281609000000003e2"],["-0.64466919000000019e2","0.60278602999999976e2"],["-0.64431090999999981e2","0.60258105999999941e2"],["-0.64432593999999995e2","0.60255608000000052e2"],[-64.43460099999993,"0.60255108000000064e2"],["-0.64446091000000024e2","0.60254771999999946e2"],["-0.64453093999999908e2","0.60256271000000027e2"],["-0.64462424999999939e2","0.60259273999999948e2"],["-0.64477591999999959e2","0.60265609999999981e2"],["-0.64477218999999991e2","0.60260551000000135e2"],["-0.64557495000000017e2","0.60281105000000082e2"],["-0.64580291999999929e2","0.60286110000000122e2"],["-0.64613051999999982e2","0.60289436000000137e2"],["-0.64643065999999976e2","0.60287498000000028e2"],["-0.64721114999999941e2","0.60261108000000036e2"],["-0.64725829999999974e2","0.60258331000000112e2"],["-0.64758056999999951e2","0.60235825000000091e2"],["-0.64759445000000028e2","0.60231102000000135e2"],["-0.64752501999999879e2","0.60228600000000029e2"],["-0.64745269999999948e2","0.60228325000000041e2"],["-0.64736937999999952e2","0.60230545000000063e2"],["-0.64685546999999985e2","0.60250832000000116e2"],["-0.64646118000000001e2","0.60265830999999991e2"],["-0.64634170999999981e2","0.60268883000000073e2"],["-0.64596389999999985e2","0.60266937000000041e2"],["-0.64574448000000018e2","0.60264999000000103e2"],["-0.64554169000000002e2","0.60262772000000041e2"],["-0.64536391999999921e2",60.2586060000001],["-0.64421676999999988e2","0.60215656000000024e2"],["-0.64419501999999966e2","0.60213661000000002e2"],["-0.64376937999999996e2","0.60160545000000013e2"],["-0.64465011999999945e2","0.60084991000000002e2"],["-0.64469161999999869e2",60.08277099999998],["-0.64476944000000003e2","0.60079720000000009e2"],["-0.64491378999999938e2","0.60074714999999912e2"],["-0.64504455999999948e2","0.60072495000000117e2"],["-0.64515015000000005e2","0.60071938000000046e2"],["-0.64654998999999918e2","0.60053604000000064e2"],[-64.80471799999998,"0.60007216999999969e2"],[-64.8125,"0.60004165999999998e2"],["-0.64823333999999988e2","0.59997772000000111e2"],["-0.64826675000000023e2","0.59994712999999933e2"],["-0.64827498999999989e2","0.59986382000000049e2"],["-0.64820007000000032e2","0.59979431000000091e2"],["-0.64811935000000005e2","0.59978325000000098e2"],["-0.64796660999999972e2","0.59980270000000075e2"],["-0.64735274999999945e2","0.60001106000000107e2"],["-0.64490828999999906e2",60.05943300000007],["-0.64410277999999948e2","0.60111107000000118e2"],["-0.64396392999999989e2","0.60121933000000013e2"],["-0.64392226999999991e2","0.60124161000000015e2"],["-0.64385833999999932e2","0.60125267000000008e2"],["-0.64379990000000021e2","0.60125267000000008e2"],[-64.37388599999997,"0.60123604000000114e2"],["-0.64367766999999958e2","0.60119713000000047e2"],["-0.64366104000000007e2","0.60117493000000024e2"],[-64.36500499999994,"0.60109993000000145e2"],["-0.64374611000000016e2","0.60033829000000082e2"],["-0.64375281999999856e2","0.60028324000000055e2"],["-0.64394729999999981e2","0.59941658000000075e2"],["-0.64396956999999929e2","0.59937767000000008e2"],["-0.64408889999999985e2","0.59932495000000074e2"],["-0.64450561999999934e2","0.59925270000000012e2"],["-0.64462218999999948e2","0.59922493000000088e2"],["-0.64491942999999992e2","0.59913605000000132e2"],["-0.64506957999999997e2","0.59907211000000075e2"],["-0.64514724999999999e2","0.59901932000000102e2"],["-0.64513901000000033e2","0.59896103000000096e2"],["-0.64506393000000003e2","0.59891936999999984e2"],["-0.64499435000000005e2","0.59891663000000051e2"],["-0.64481948999999872e2","0.59894714000000079e2"],["-0.64376098999999954e2",59.9180530000001],["-0.64367766999999958e2","0.59920273000000122e2"],["-0.64363327000000027e2","0.59922493000000088e2"],["-0.64360549999999932e2","0.59924995000000024e2"],["-0.64320281999999963e2","0.60004107999999974e2"],["-0.64322112999999945e2","0.60006439000000114e2"],["-0.64324119999999994e2","0.60011604000000091e2"],[-64.32428699999997,"0.60014107000000024e2"],["-0.64322112999999945e2","0.60024605000000008e2"],["-0.64320449999999937e2","0.60027270999999985e2"],["-0.64317443999999909e2","0.60028103000000044e2"],["-0.64265014999999948e2","0.60048050000000103e2"],["-0.64216659999999933e2","0.60039993000000095e2"],["-0.64173614999999984e2","0.60028328000000045e2"],["-0.64166945999999996e2","0.60024994000000049e2"],["-0.64160827999999981e2",60.01638800000012],["-0.64150283999999999e2","0.59985268000000076e2"],["-0.64150283999999999e2","0.59982208000000014e2"],["-0.64165833000000021e2","0.59850548000000117e2"],[-64.17721599999993,"0.59785552999999936e2"],["-0.64180831999999896e2","0.59781662000000097e2"],["-0.64193053999999961e2","0.59775825999999995e2"],["-0.64202498999999932e2",59.77416199999999],["-0.64220000999999968e2",59.77416199999999],["-0.64236664000000019e2","0.59779716000000008e2"],["-0.64244720000000029e2","0.59784996000000035e2"],[-64.25140399999998,"0.59787498000000141e2"],["-0.64257507000000032e2",59.78943600000008],["-0.64261948000000018e2","0.59789161999999976e2"],["-0.64264450000000011e2","0.59787498000000141e2"],["-0.64266662999999994e2",59.77915999999999],["-0.64261123999999995e2","0.59764717000000132e2"],["-0.64255004999999926e2","0.59756660000000124e2"],[-64.21305799999999,"0.59717766000000097e2"],["-0.64197768999999994e2","0.59705269000000101e2"],["-0.64173888999999974e2","0.59688598999999954e2"],["-0.64163894999999968e2","0.59684158000000082e2"],["-0.64151672000000019e2","0.59680824000000086e2"],["-0.64129989999999964e2","0.59676659000000086e2"],["-0.64057769999999948e2","0.59625267000000122e2"],["-0.64116942999999935e2","0.59517494000000056e2"],["-0.64047501000000011e2","0.59549721000000034e2"],["-0.64040833000000021e2","0.59553604000000007e2"],["-0.64033324999999991e2","0.59563880999999981e2"],["-0.64034438999999907e2","0.59573608000000092e2"],["-0.64034438999999907e2","0.59582771000000093e2"],["-0.64029723999999874e2","0.59599433999999974e2"],["-0.64024719000000005e2","0.59609993000000031e2"],["-0.64019454999999937e2","0.59618599000000131e2"],["-0.64011123999999938e2","0.59624992000000077e2"],["-0.64004729999999995e2","0.59626381000000094e2"],[-63.99722300000002,"0.59626656000000139e2"],[-63.90055099999995,"0.59619987000000037e2"],["-0.63885559000000001e2","0.59618881000000044e2"],["-0.63876105999999993e2","0.59615829000000076e2"],["-0.63865554999999915e2","0.59609993000000031e2"],["-0.63731666999999959e2","0.59526099999999985e2"],["-0.63724166999999966e2","0.59517769000000101e2"],["-0.63722495999999978e2","0.59513885000000073e2"],["-0.63723884999999996e2","0.59506660000000011e2"],["-0.63785278000000005e2","0.59426102000000014e2"],["-0.63807837999999947e2","0.59420437000000106e2"],["-0.63810172999999963e2",59.41944100000012],["-0.63814502999999945e2","0.59418101999999976e2"],["-0.63866393999999957e2","0.59421104000000014e2"],[-63.90694400000001,"0.59421660999999915e2"],["-0.63947776999999974e2","0.59419716000000108e2"],["-0.64000564999999995e2",59.41443600000008],["-0.64018341000000021e2","0.59410545000000013e2"],["-0.64033324999999991e2","0.59406654000000117e2"],["-0.64050277999999992e2","0.59399994000000106e2"],["-0.64061110999999983e2","0.59393883000000017e2"],["-0.64065826000000015e2","0.59388046000000031e2"],["-0.64062209999999993e2",59.38249200000007],["-0.64052779999999984e2","0.59379433000000063e2"],["-0.63805167999999924e2","0.59368164000000093e2"],["-0.63790145999999993e2","0.59370293000000004e2"],["-0.63786652000000004e2","0.59371792000000084e2"],[-63.78264999999999,"0.59374126000000103e2"],["-0.63751395999999943e2",59.37582400000008],["-0.63748111999999935e2","0.59333878000000084e2"],[-63.75644699999998,59.30838],["-0.63768280000000004e2",59.28788000000003],[-63.77044699999999,"0.59284381999999994e2"],["-0.63773444999999981e2","0.59282215000000122e2"],["-0.63780944999999974e2","0.59278213999999991e2"],["-0.63814162999999951e2","0.59249435000000005e2"],["-0.63824722000000008e2",59.24610100000001],["-0.63825499999999977e2","0.59244377000000043e2"],[-63.82527899999991,"0.59243324000000086e2"],["-0.63813889000000017e2","0.59240829000000076e2"],["-0.63777942999999993e2","0.59263938999999993e2"],[-63.76677699999999,"0.59264275000000055e2"],["-0.63760940999999946e2","0.59265434000000027e2"],["-0.63755942999999945e2","0.59266773000000001e2"],["-0.63739112999999975e2","0.59273605000000032e2"],["-0.63730441999999925e2","0.59280769000000021e2"],["-0.63723777999999925e2","0.59287436999999954e2"],["-0.63718776999999932e2","0.59293941000000075e2"],["-0.63716113999999891e2","0.59300934000000098e2"],[-63.71527900000001,"0.59303768000000105e2"],[-63.71527900000001,"0.59306438000000071e2"],[-63.71594199999987,"0.59309437000000059e2"],["-0.63713775999999996e2","0.59315605000000005e2"],["-0.63710608999999863e2","0.59318107999999995e2"],["-0.63658332999999971e2","0.59358046999999999e2"],["-0.63649993999999992e2","0.59362494999999967e2"],["-0.63543059999999912e2",59.34804500000007],["-0.63535277999999948e2","0.59344436999999971e2"],["-0.63393332999999927e2","0.59264999000000103e2"],["-0.63357506000000001e2","0.59208046000000081e2"],["-0.63356392000000028e2","0.59204993999999999e2"],["-0.63358054999999922e2","0.59198043999999982e2"],["-0.63366661000000022e2","0.59186377999999991e2"],["-0.63412773000000016e2","0.59135826000000066e2"],["-0.63425560000000019e2","0.59126381000000038e2"],["-0.63441108999999926e2","0.59119438000000002e2"],["-0.63476944000000003e2","0.59104439000000127e2"],["-0.63563613999999973e2","0.59073326000000122e2"],["-0.63580001999999922e2","0.59067497000000117e2"],["-0.63589721999999938e2","0.59065543999999989e2"],["-0.63731392000000028e2","0.59056270999999981e2"],["-0.63741055000000017e2","0.59055770999999993e2"],[-63.74872199999993,"0.59056934000000126e2"],["-0.63753890999999896e2","0.59058266000000003e2"],["-0.63760222999999939e2","0.59062767000000122e2"],["-0.63812217999999973e2","0.59065826000000072e2"],["-0.63934440999999936e2","0.59081108000000086e2"],["-0.63948333999999988e2",59.07888000000014],["-0.63966110000000015e2","0.59074714999999969e2"],[-63.98833499999995,"0.59068329000000062e2"],["-0.64045546999999999e2",59.02416199999999],[-64.04722599999991,"0.59019440000000088e2"],["-0.64043883999999991e2","0.59015273999999977e2"],["-0.64039443999999946e2","0.59013885000000016e2"],["-0.63912216000000001e2","0.59000549000000035e2"],["-0.63801719999999989e2","0.59013992000000144e2"],["-0.63798388999999986e2","0.59011329999999987e2"],["-0.63766395999999986e2","0.59012772000000098e2"],["-0.63759444999999971e2","0.59012497000000053e2"],["-0.63734443999999939e2","0.59014998999999989e2"],["-0.63508057000000008e2","0.59052773000000059e2"],["-0.63381667999999877e2","0.59098045000000127e2"],["-0.63372771999999941e2","0.59101104999999961e2"],["-0.63365554999999915e2","0.59101104999999961e2"],["-0.63309440999999993e2",59.09415400000006],["-0.63293335000000013e2","0.59091377000000136e2"],["-0.63134170999999981e2","0.59058327000000077e2"],["-0.63124999999999943e2","0.59055267000000015e2"],["-0.63121940999999993e2","0.59051384000000098e2"],["-0.63122771999999998e2","0.59045547000000113e2"],["-0.63126944999999921e2","0.59041382000000112e2"],["-0.63133330999999941e2","0.59038048000000117e2"],["-0.63159438999999907e2","0.59029990999999995e2"],["-0.63175277999999992e2","0.59026939000000084e2"],["-0.63185271999999998e2","0.59026381999999955e2"],["-0.63216942000000017e2","0.59027489000000116e2"],["-0.63238892000000021e2","0.59030548000000067e2"],["-0.63323333999999932e2","0.59027771000000143e2"],["-0.63336112999999955e2","0.59024994000000049e2"],["-0.63335555999999997e2","0.59021935000000099e2"],["-0.63264450000000011e2","0.58985549999999989e2"],["-0.63213889999999992e2","0.58977211000000125e2"],["-0.63195273999999984e2","0.58979713000000004e2"],["-0.63185271999999998e2","0.58980270000000075e2"],["-0.63173057999999912e2","0.58979713000000004e2"],["-0.63167503000000011e2","0.58970825000000048e2"],["-0.63160552999999993e2","0.58926384000000041e2"],["-0.63163054999999929e2","0.58920273000000122e2"],["-0.63236389000000031e2","0.58876937999999996e2"],["-0.63313331999999946e2","0.58861107000000004e2"],["-0.63325004999999976e2",58.85582700000009],["-0.63312774999999988e2","0.58853049999999996e2"],["-0.63294723999999974e2",58.85083000000003],[-63.19027699999998,"0.58854996000000085e2"],["-0.63112777999999992e2","0.58878043999999989e2"],["-0.63033332999999971e2","0.58873878000000104e2"],["-0.62924170999999944e2","0.58821381000000031e2"],["-0.62918334999999956e2","0.58817497000000003e2"],[-62.90694400000001,58.80471],["-0.62904167000000029e2","0.58799995000000138e2"],["-0.62847495999999978e2","0.58690543999999989e2"],["-0.62845276000000013e2","0.58684989999999971e2"],["-0.62842223999999987e2","0.58669991000000095e2"],["-0.62843612999999948e2","0.58659430999999984e2"],["-0.62847777999999948e2","0.58653045999999961e2"],["-0.62915832999999907e2","0.58600272999999959e2"],["-0.62974998000000028e2","0.58576660000000061e2"],["-0.63169167000000016e2","0.58503052000000139e2"],["-0.63334109999999896e2","0.58455768999999975e2"],["-0.63334609999999941e2",58.45227100000011],["-0.63337108999999941e2","0.58448437000000126e2"],["-0.63373444000000006e2","0.58417435000000069e2"],[-63.38528100000002,58.41027100000008],[-63.39910900000001,"0.58405273000000079e2"],["-0.63486388999999974e2",58.37082700000002],["-0.63522498999999982e2","0.58361107000000118e2"],["-0.63537506000000008e2","0.58354164000000083e2"],["-0.63583060999999987e2","0.58311378000000047e2"],["-0.63587776000000019e2","0.58305549999999982e2"],[-63.58943899999997,58.30082700000014],["-0.63584998999999925e2","0.58298881999999992e2"],["-0.63579726999999991e2","0.58298606999999947e2"],["-0.63571670999999924e2","0.58299995000000081e2"],["-0.63555274999999938e2","0.58305267000000015e2"],["-0.63533057999999983e2","0.58314438000000109e2"],["-0.63428223000000003e2","0.58369049000000132e2"],["-0.63392386999999928e2","0.58388381999999979e2"],["-0.63378558999999939e2","0.58399044000000004e2"],["-0.63364219999999932e2","0.58410049000000015e2"],["-0.63351555000000019e2","0.58418716000000018e2"],["-0.63286391999999978e2","0.58456657000000064e2"],[-63.28082999999998,"0.58459160000000054e2"],["-0.63264724999999942e2","0.58463051000000121e2"],["-0.63241669000000002e2","0.58466385000000116e2"],["-0.63213615000000004e2","0.58469437000000028e2"],["-0.63148612999999955e2","0.58476379000000122e2"],[-63.13277399999987,"0.58477211000000068e2"],["-0.63124442999999872e2","0.58475266000000033e2"],[-63.096947,"0.58461936999999978e2"],["-0.63089721999999938e2","0.58458327999999938e2"],["-0.63086113000000012e2","0.58454993999999999e2"],["-0.63037506000000008e2","0.58453048999999965e2"],["-0.62763335999999981e2","0.58480820000000051e2"],["-0.62636664999999937e2","0.58501389000000017e2"],["-0.62620551999999975e2","0.58504997000000117e2"],["-0.62610001000000011e2","0.58503882999999973e2"],[-62.58943899999997,"0.58499718000000144e2"],["-0.62573615999999959e2","0.58493880999999988e2"],["-0.62566108999999926e2","0.58490546999999992e2"],[-62.56138599999997,"0.58487495000000081e2"],["-0.62557502999999997e2","0.58482491000000095e2"],["-0.62556389000000024e2","0.58478043000000127e2"],["-0.62619719999999973e2","0.58376938000000052e2"],["-0.62619445999999982e2","0.58310272000000055e2"],["-0.62623054999999965e2",58.30443600000001],["-0.62634170999999981e2","0.58297775000000058e2"],["-0.62708611000000019e2","0.58276100000000042e2"],[-62.77666499999998,"0.58268599999999992e2"],["-0.62828056000000004e2","0.58252220000000079e2"],["-0.62661666999999966e2",58.26998900000001],["-0.62658607000000018e2","0.58270271000000037e2"],["-0.62654442000000017e2","0.58270271000000037e2"],["-0.62609725999999966e2","0.58256660000000068e2"],["-0.62597778000000005e2","0.58251663000000008e2"],["-0.62592772999999966e2",58.248604],["-0.62582503999999858e2",58.23443600000013],["-0.62581116000000009e2","0.58221931000000041e2"],[-62.58277899999996,"0.58216934000000094e2"],["-0.62584441999999967e2","0.58214439000000084e2"],["-0.62631942999999865e2","0.58185265000000129e2"],["-0.62638054000000011e2","0.58181938000000002e2"],[-62.653053,"0.58175270000000012e2"],["-0.62661384999999996e2","0.58173049999999989e2"],["-0.62689163000000008e2","0.58169991000000039e2"],["-0.62719718999999941e2","0.58169715999999994e2"],["-0.62740279999999927e2","0.58171936000000017e2"],["-0.62773887999999886e2","0.58176941000000056e2"],["-0.62783889999999928e2","0.58176659000000029e2"],["-0.62822226999999998e2","0.58174713000000111e2"],["-0.62841666999999973e2",58.1722180000001],["-0.62965004000000022e2",58.15387700000008],["-0.63012221999999952e2","0.58135551000000078e2"],["-0.63016662999999937e2","0.58126098999999954e2"],["-0.63023887999999999e2","0.58118880999999988e2"],["-0.63045279999999934e2","0.58108886999999982e2"],["-0.63126944999999921e2","0.58086936999999978e2"],["-0.63205558999999994e2","0.58065826000000072e2"],[-63.21166999999997,"0.58062492000000077e2"],["-0.63211387999999999e2","0.58060272000000111e2"],["-0.63208892999999989e2","0.58057770000000005e2"],[-63.19027699999998,"0.58053047000000049e2"],["-0.63140838999999971e2","0.58048882000000049e2"],["-0.63146998999999994e2","0.58036831000000006e2"],[-63.15582999999998,"0.58026939000000084e2"],["-0.63167777999999942e2","0.58021103000000039e2"],["-0.63193329000000006e2","0.58014717000000132e2"],["-0.63267220000000009e2","0.58007217000000026e2"],["-0.63275275999999963e2","0.58005554000000132e2"],[-63.30471799999998,"0.57996940999999936e2"],["-0.63341666999999973e2","0.57981102000000021e2"],["-0.63340835999999967e2","0.57979988000000048e2"],["-0.63329726999999991e2","0.57980270000000132e2"],[-63.15166499999998,"0.57993606999999997e2"],["-0.63128882999999973e2","0.57997771999999998e2"],["-0.63107779999999991e2","0.58007774000000097e2"],["-0.63101944000000003e2",58.01249700000011],["-0.63098884999999939e2","0.58017769000000044e2"],["-0.63097778000000005e2","0.58019714000000022e2"],[-63.09833500000002,"0.58026939000000084e2"],["-0.63099998000000028e2","0.58033051000000057e2"],["-0.63101944000000003e2","0.58036942000000124e2"],["-0.63101668999999902e2","0.58044159000000036e2"],["-0.63097778000000005e2","0.58052216000000044e2"],["-0.63094718999999941e2","0.58057495000000017e2"],["-0.63089164999999866e2",58.06221000000005],["-0.62946662999999944e2","0.58124161000000015e2"],["-0.62940276999999924e2","0.58125824000000136e2"],["-0.62886390999999946e2","0.58137496999999996e2"],["-0.62838051000000007e2","0.58144997000000046e2"],["-0.62832222000000002e2",58.14527099999998],["-0.62829445000000021e2","0.58143326000000002e2"],[-62.77277399999997,"0.58129158000000132e2"],["-0.62652221999999995e2","0.58118599000000074e2"],["-0.62646111000000019e2","0.58119155999999975e2"],["-0.62643058999999994e2","0.58119986999999981e2"],["-0.62612502999999947e2","0.58137771999999984e2"],[-62.59944200000001,"0.58145546000000024e2"],["-0.62560828999999956e2","0.58156654000000003e2"],["-0.62515838999999914e2","0.58169158999999922e2"],["-0.62491942999999992e2","0.58174163999999962e2"],[-62.46665999999999,"0.58175552000000096e2"],["-0.62452781999999956e2","0.58175270000000012e2"],["-0.62448051000000021e2",58.1722180000001],["-0.62446388000000013e2","0.58168327000000033e2"],["-0.62447776999999917e2","0.58164154000000053e2"],["-0.62463000999999963e2","0.58151047000000062e2"],["-0.62469666000000018e2","0.58145718000000045e2"],["-0.62478333000000021e2","0.58141212000000053e2"],["-0.62486168000000021e2","0.58136547000000064e2"],["-0.62503890999999953e2","0.58123604000000114e2"],["-0.62519447000000014e2","0.58111937999999952e2"],["-0.62529166999999916e2","0.58102776000000063e2"],["-0.62531386999999995e2","0.58095268000000033e2"],["-0.62514450000000011e2","0.58057495000000017e2"],["-0.62506392999999946e2","0.58055267000000072e2"],["-0.62498054999999908e2","0.58057213000000104e2"],[-62.49138599999992,"0.58061378000000104e2"],["-0.62486664000000019e2","0.58066940000000045e2"],["-0.62484443999999939e2","0.58072220000000129e2"],["-0.62485557999999912e2","0.58081107999999915e2"],["-0.62488051999999925e2","0.58086105000000032e2"],["-0.62488891999999908e2","0.58091103000000032e2"],["-0.62488051999999925e2",58.09665700000005],["-0.62482772999999952e2","0.58100273000000072e2"],["-0.62444827999999916e2","0.58106720000000053e2"],["-0.62413054999999929e2","0.58110825000000091e2"],[-62.375,"0.58112770000000069e2"],["-0.62368889000000024e2","0.58111664000000019e2"],["-0.62363892000000021e2","0.58108604000000014e2"],["-0.62317779999999971e2","0.58052489999999977e2"],["-0.62307502999999883e2","0.58039161999999976e2"],["-0.62306945999999982e2","0.58031104999999968e2"],["-0.62309722999999963e2","0.58028603000000089e2"],[-62.38144699999998,"0.58008327000000065e2"],["-0.62394112000000007e2","0.58003658000000087e2"],["-0.62406280999999979e2","0.58002827000000082e2"],[-62.41311300000001,"0.58003658000000087e2"],["-0.62437613999999883e2","0.58010159000000101e2"],["-0.62450443000000007e2","0.58011993000000132e2"],["-0.62500838999999928e2","0.58008049000000142e2"],[-62.51916499999993,"0.58006943000000092e2"],["-0.62528335999999967e2","0.58005554000000132e2"],["-0.62545279999999934e2","0.58000549000000035e2"],["-0.62648055999999997e2","0.57958328000000051e2"],["-0.62655273000000022e2","0.57953605999999979e2"],[-62.65972099999999,57.94860100000011],["-0.62672774999999945e2","0.57929993000000024e2"],["-0.62664443999999946e2","0.57928604000000064e2"],["-0.62655273000000022e2","0.57929993000000024e2"],["-0.62640838999999971e2","0.57935264999999958e2"],["-0.62636116000000015e2","0.57938598999999954e2"],["-0.62620833999999945e2","0.57947487000000137e2"],["-0.62611670999999944e2","0.57951660000000061e2"],["-0.62577498999999989e2","0.57962212000000079e2"],["-0.62537780999999882e2","0.57971100000000092e2"],["-0.62512504999999919e2","0.57972487999999998e2"],["-0.62455165999999963e2","0.57968212000000051e2"],["-0.62448001999999974e2","0.57967708999999957e2"],["-0.62325004999999919e2","0.57956100000000106e2"],["-0.62268332999999984e2","0.57948875000000044e2"],["-0.62200278999999966e2","0.57935822000000087e2"],["-0.62148887999999999e2","0.57974990999999932e2"],["-0.62145279000000016e2","0.57974159000000043e2"],[-62.12749500000001,"0.57968048000000124e2"],["-0.62116111999999987e2","0.57962493999999992e2"],["-0.62083610999999962e2","0.57944992000000127e2"],["-0.62079726999999934e2","0.57942763999999954e2"],["-0.62072226999999998e2","0.57931107000000054e2"],[-62.05972300000002,"0.57897774000000027e2"],["-0.62060828999999956e2","0.57889992000000063e2"],["-0.62062774999999931e2","0.57886658000000068e2"],["-0.62115279999999984e2","0.57854164000000026e2"],["-0.62131942999999978e2",57.84276600000004],["-0.62138053999999954e2","0.57835823000000005e2"],["-0.62139167999999927e2","0.57831940000000088e2"],["-0.62125274999999988e2","0.57806938000000002e2"],["-0.62120833999999888e2","0.57800827000000083e2"],["-0.62119995000000017e2","0.57799994999999967e2"],["-0.62107779999999991e2","0.57789719000000105e2"],[-62.08916499999998,"0.57780548000000124e2"],["-0.62085830999999985e2","0.57779433999999981e2"],["-0.62079169999999976e2","0.57779433999999981e2"],["-0.62061110999999926e2","0.57781936999999971e2"],["-0.62046394000000021e2","0.57785828000000038e2"],["-0.62033332999999914e2","0.57787216000000114e2"],["-0.62018058999999937e2","0.57783607000000131e2"],["-0.61996666000000005e2","0.57772217000000069e2"],[-61.99138599999992,"0.57767769000000101e2"],["-0.61889998999999989e2","0.57666382000000112e2"],["-0.61883330999999998e2","0.57645546000000081e2"],["-0.61883057000000008e2",57.63749700000011],["-0.61884444999999971e2","0.57626938000000052e2"],["-0.61888610999999969e2","0.57622490000000084e2"],[-61.89805599999994,"0.57616386000000034e2"],["-0.62071670999999981e2","0.57563605999999993e2"],["-0.62192222999999899e2","0.57535828000000095e2"],[-62.30860899999999,"0.57490546999999992e2"],["-0.62421386999999982e2","0.57482207999999957e2"],["-0.62431945999999868e2","0.57484717999999987e2"],["-0.62531113000000005e2","0.57506943000000035e2"],["-0.62541388999999981e2","0.57507500000000107e2"],["-0.62544723999999974e2","0.57504440000000045e2"],["-0.62545279999999934e2",57.50110600000005],["-0.62533332999999914e2","0.57492218000000094e2"],["-0.62520553999999947e2","0.57484993000000031e2"],[-62.46444699999995,"0.57454437000000098e2"],["-0.62457222000000002e2","0.57451103000000103e2"],["-0.62377220000000023e2","0.57421936000000017e2"],["-0.62365279999999927e2","0.57419715999999994e2"],["-0.62353888999999981e2","0.57418326999999977e2"],["-0.62335830999999928e2","0.57419440999999949e2"],["-0.62230552999999986e2","0.57443604000000107e2"],["-0.62173331999999959e2","0.57463608000000022e2"],["-0.62167220999999984e2","0.57464439000000084e2"],["-0.62060828999999956e2","0.57456383000000017e2"],["-0.62039725999999973e2","0.57453323000000125e2"],["-0.61891388000000006e2","0.57411934000000031e2"],["-0.61816948000000025e2","0.57376938000000109e2"],["-0.61803054999999915e2","0.57369155999999975e2"],["-0.61801391999999908e2","0.57363052000000096e2"],["-0.61803054999999915e2","0.57358887000000095e2"],["-0.61863892000000021e2","0.57285553000000107e2"],["-0.61894164999999987e2","0.57269440000000088e2"],["-0.61937499999999943e2","0.57252220000000079e2"],["-0.61944999999999936e2","0.57250832000000003e2"],["-0.61953888000000006e2","0.57249435000000062e2"],["-0.61997779999999977e2",57.25638600000002],["-0.62017219999999952e2","0.57256943000000092e2"],["-0.62026389999999992e2","0.57255829000000119e2"],["-0.62023613000000012e2","0.57251663000000008e2"],["-0.62015839000000028e2","0.57243050000000039e2"],["-0.62005004999999869e2","0.57236655999999982e2"],["-0.61858894000000021e2","0.57167770000000132e2"],["-0.61852500999999961e2","0.57165268000000083e2"],["-0.61664444000000003e2","0.57143883000000073e2"],[-61.65555599999999,"0.57143051000000014e2"],["-0.61565551999999968e2","0.57149719000000005e2"],["-0.61515555999999947e2",57.15638000000007],["-0.61490836999999999e2","0.57159431000000097e2"],["-0.61478881999999999e2","0.57159431000000097e2"],["-0.61458892999999989e2","0.57154709000000025e2"],["-0.61441665999999884e2","0.57148604999999975e2"],[-61.39305899999988,"0.57124709999999993e2"],["-0.61380279999999914e2","0.57117210000000114e2"],["-0.61363892000000021e2","0.57097214000000122e2"],["-0.61358336999999949e2","0.57087494000000049e2"],["-0.61355559999999969e2","0.57016388000000006e2"],["-0.61370833999999945e2","0.56978600000000142e2"],["-0.61378052000000025e2","0.56982208000000071e2"],["-0.61393332999999984e2","0.56983047000000056e2"],["-0.61479720999999984e2","0.56983604000000128e2"],["-0.61487777999999935e2","0.56981658999999979e2"],["-0.61495551999999861e2","0.56979430999999977e2"],["-0.61516395999999929e2","0.56970267999999976e2"],["-0.61535560999999973e2","0.56961104999999975e2"],["-0.61546668999999952e2","0.56954437000000041e2"],["-0.61639998999999932e2","0.56883881000000031e2"],["-0.61645003999999915e2","0.56878326000000129e2"],["-0.61648337999999967e2","0.56873046999999929e2"],["-0.61650832999999921e2","0.56866936000000067e2"],[-61.65277900000001,"0.56855826999999977e2"],[-61.65277900000001,"0.56845543000000134e2"],[-61.65055099999995,"0.56840828000000101e2"],["-0.61646111000000019e2","0.56826942000000088e2"],["-0.61646111000000019e2","0.56821106000000043e2"],["-0.61650276000000019e2","0.56816666000000055e2"],["-0.61661384999999996e2","0.56809433000000013e2"],["-0.61676392000000021e2","0.56802773000000002e2"],["-0.61782391000000018e2","0.56794441000000006e2"],["-0.61799224999999922e2","0.56792937999999992e2"],["-0.61816886999999952e2","0.56793610000000001e2"],["-0.61823558999999989e2","0.56794441000000006e2"],["-0.61834556999999961e2","0.56796108000000117e2"],["-0.61844559000000004e2","0.56798943000000008e2"],["-0.61892226999999934e2","0.56798607000000118e2"],["-0.61906386999999938e2","0.56795273000000122e2"],["-0.61908606999999961e2","0.56789162000000033e2"],["-0.61902221999999938e2","0.56714156999999943e2"],["-0.61899993999999992e2","0.56707214000000135e2"],["-0.61897223999999937e2","0.56703049000000135e2"],["-0.61889998999999989e2","0.56698044000000095e2"],["-0.61886115999999959e2","0.56698044000000095e2"],["-0.61877776999999924e2","0.56713051000000121e2"],[-61.87027699999993,"0.56726936000000023e2"],["-0.61833667999999932e2","0.56741993000000093e2"],["-0.61830832999999927e2","0.56745327000000088e2"],["-0.61824996999999996e2","0.56746826000000112e2"],["-0.61811504000000014e2","0.56746826000000112e2"],["-0.61793335000000013e2","0.56746826000000112e2"],["-0.61780498999999963e2","0.56745658999999989e2"],["-0.61772834999999986e2","0.56744160000000136e2"],[-61.76266899999996,"0.56741325000000074e2"],["-0.61716392999999925e2","0.56738045000000113e2"],["-0.61702498999999989e2","0.56730820000000051e2"],["-0.61696944999999971e2","0.56724709000000132e2"],["-0.61701667999999984e2","0.56713325999999938e2"],[-61.71055599999994,"0.56705551000000071e2"],["-0.61721106999999961e2","0.56701103000000103e2"],["-0.61734443999999996e2","0.56697212000000036e2"],[-61.75417299999998,"0.56697487000000024e2"],["-0.61765006999999969e2",56.6988750000001],["-0.61773055999999997e2","0.56701103000000103e2"],["-0.61798339999999996e2","0.56710823000000005e2"],["-0.61808334000000002e2","0.56712212000000136e2"],["-0.61821670999999924e2","0.56709717000000126e2"],["-0.61825004999999919e2","0.56706657000000064e2"],["-0.61821670999999924e2","0.56701660000000004e2"],["-0.61799171000000001e2","0.56682770000000005e2"],["-0.61792503000000011e2","0.56680824000000143e2"],["-0.61732215999999937e2","0.56663322000000107e2"],["-0.61681670999999994e2","0.56653603000000089e2"],["-0.61674445999999932e2","0.56653046000000018e2"],["-0.61658889999999985e2","0.56647774000000084e2"],["-0.61649726999999984e2","0.56641662999999994e2"],["-0.61649993999999936e2","0.56635268999999994e2"],["-0.61658607000000018e2","0.56627487000000031e2"],["-0.61672500999999954e2","0.56619986999999924e2"],["-0.61680557000000022e2","0.56618050000000096e2"],["-0.61688889000000017e2","0.56617210000000057e2"],["-0.61699164999999994e2","0.56617767000000129e2"],["-0.61835555999999997e2","0.56631660000000124e2"],["-0.61911667000000023e2","0.56642769000000044e2"],["-0.61992774999999938e2",56.66027100000008],["-0.62010001999999872e2","0.56664153999999996e2"],["-0.62066947999999911e2","0.56678604000000121e2"],["-0.62311110999999983e2","0.56735550000000046e2"],["-0.62479995999999971e2",56.77388000000002],["-0.62498885999999914e2","0.56779716000000064e2"],["-0.62504448000000025e2","0.56783607000000131e2"],["-0.62505004999999926e2","0.56788886999999988e2"],["-0.62501944999999978e2","0.56791939000000127e2"],["-0.62486114999999984e2","0.56796104000000128e2"],["-0.62468886999999995e2","0.56798607000000118e2"],["-0.62326392999999996e2","0.56812767000000008e2"],["-0.62227492999999868e2","0.56816666000000055e2"],[-62.18999500000001,56.81332400000008],["-0.62138335999999924e2",56.81082200000003],["-0.62068335999999988e2","0.56817214999999976e2"],["-0.62059440999999879e2","0.56818603999999993e2"],["-0.62051665999999955e2","0.56820549000000142e2"],["-0.62042502999999954e2","0.56826942000000088e2"],["-0.62043334999999956e2","0.56829994000000056e2"],["-0.62049445999999875e2","0.56832496999999989e2"],["-0.62066947999999911e2","0.56834434999999928e2"],["-0.62234726000000023e2","0.56836937000000034e2"],["-0.62381667999999991e2","0.56830276000000083e2"],["-0.62478606999999954e2","0.56846657000000107e2"],["-0.62488891999999908e2","0.56849434000000031e2"],["-0.62498885999999914e2","0.56850548000000003e2"],["-0.62508338999999921e2","0.56849998000000141e2"],["-0.62517219999999952e2","0.56848045000000013e2"],[-62.53194400000001,"0.56843605000000025e2"],["-0.62543892000000028e2","0.56837212000000022e2"],["-0.62546950999999922e2","0.56834717000000012e2"],["-0.62570281999999963e2","0.56798607000000118e2"],[-62.57389099999989,"0.56792770000000132e2"],["-0.62538337999999953e2","0.56775551000000064e2"],["-0.62503058999999951e2","0.56762214999999912e2"],["-0.62356109999999887e2","0.56722214000000122e2"],["-0.62162773000000016e2","0.56672768000000076e2"],[-62.02277399999997,"0.56627487000000031e2"],["-0.62005279999999971e2","0.56616936000000123e2"],["-0.62117500000000007e2","0.56623046999999985e2"],["-0.62175003000000004e2","0.56623877999999991e2"],["-0.62235557999999969e2","0.56623604000000057e2"],["-0.62241111999999873e2",56.62332200000003],["-0.62239722999999969e2","0.56617210000000057e2"],["-0.62224715999999944e2","0.56609161000000029e2"],["-0.62192222999999899e2","0.56602493000000038e2"],["-0.62105003000000011e2",56.59693900000002],["-0.62046394000000021e2","0.56595825000000048e2"],["-0.62036117999999874e2","0.56595267999999976e2"],["-0.61901389999999935e2",56.58776899999998],["-0.61729439000000013e2","0.56574440000000095e2"],["-0.61715004000000022e2","0.56572220000000073e2"],[-61.70805399999989,"0.56568886000000077e2"],["-0.61701110999999969e2","0.56560822000000087e2"],["-0.61690833999999995e2","0.56548050000000046e2"],["-0.61666663999999969e2","0.56540549999999996e2"],["-0.61658332999999971e2","0.56537498000000085e2"],["-0.61655273000000022e2","0.56533882000000006e2"],["-0.61653327999999931e2",56.53054800000001],["-0.61652221999999995e2","0.56526100000000042e2"],["-0.61653327999999931e2","0.56520546000000081e2"],["-0.61656661999999926e2","0.56510826000000009e2"],["-0.61662216000000001e2","0.56506104000000107e2"],["-0.61680282999999974e2","0.56496658000000139e2"],["-0.61689163000000008e2","0.56494713000000104e2"],["-0.61754723000000013e2","0.56484993000000031e2"],["-0.61773055999999997e2","0.56484718000000044e2"],[-61.80388599999992,"0.56487770000000125e2"],["-0.61878052000000025e2","0.56497772000000111e2"],["-0.61951942000000031e2","0.56505554000000075e2"],["-0.62038612000000001e2","0.56505271999999991e2"],["-0.62046950999999922e2",56.50471500000009],[-62.05471799999998,"0.56502495000000067e2"],["-0.62061667999999997e2","0.56499435000000005e2"],["-0.62075561999999934e2",56.49193600000001],[-62.08306099999993,"0.56486938000000009e2"],["-0.62085273999999913e2","0.56483046999999942e2"],["-0.62082222000000002e2","0.56481659000000036e2"],["-0.62076667999999984e2","0.56479987999999992e2"],["-0.62070838999999978e2","0.56481102000000135e2"],["-0.62024170000000026e2",56.48443600000013],["-0.61976386999999988e2","0.56483330000000137e2"],["-0.61965278999999896e2","0.56481934000000081e2"],["-0.61952224999999999e2","0.56475822000000107e2"],["-0.61946945000000028e2","0.56471100000000035e2"],["-0.61956164999999942e2","0.56464050000000043e2"],["-0.61958831999999973e2","0.56461048000000005e2"],["-0.61961333999999965e2","0.56459717000000012e2"],["-0.61966003000000001e2","0.56458549000000005e2"],["-0.61979835999999978e2","0.56455551000000071e2"],["-0.61999724999999955e2",56.44999700000011],["-0.62010284000000013e2",56.44999700000011],["-0.62019996999999989e2","0.56451102999999932e2"],["-0.62048888999999974e2","0.56457214000000022e2"],[-62.05972300000002,"0.56458603000000039e2"],["-0.62069999999999993e2","0.56459160000000111e2"],["-0.62124999999999886e2","0.56457214000000022e2"],["-0.62139998999999932e2","0.56452217000000132e2"],["-0.62143058999999994e2","0.56449158000000125e2"],["-0.62139167999999927e2","0.56444709999999986e2"],["-0.62124999999999886e2",56.43832400000008],["-0.62117500000000007e2","0.56435546999999985e2"],["-0.62083327999999995e2","0.56423325000000034e2"],["-0.62073059000000001e2","0.56420546999999999e2"],["-0.61984726000000023e2","0.56415268000000026e2"],["-0.61963717999999972e2","0.56415657000000067e2"],["-0.61956889999999987e2","0.56417823999999939e2"],["-0.61909720999999934e2","0.56413879000000065e2"],["-0.61798057999999912e2",56.39527099999998],["-0.61790840000000003e2","0.56392494000000056e2"],["-0.61661384999999996e2","0.56270271000000093e2"],["-0.61678332999999952e2","0.56269161000000111e2"],["-0.61679169000000002e2","0.56267993999999987e2"],["-0.61686835999999971e2","0.56266994000000011e2"],["-0.61702834999999993e2","0.56265327000000127e2"],["-0.61749999999999943e2","0.56261329999999987e2"],["-0.61760665999999958e2","0.56261662000000115e2"],["-0.61772166999999968e2","0.56263493000000096e2"],["-0.61777167999999961e2","0.56265327000000127e2"],["-0.61779671000000008e2","0.56267493999999999e2"],["-0.61778335999999967e2","0.56268661000000122e2"],["-0.61775001999999972e2","0.56268826000000104e2"],["-0.61765166999999963e2","0.56268162000000018e2"],["-0.61756667999999934e2","0.56266994000000011e2"],["-0.61746001999999919e2","0.56267493999999999e2"],["-0.61741000999999926e2","0.56269161000000111e2"],["-0.61753616000000022e2","0.56273048000000017e2"],["-0.61753059000000007e2","0.56277770999999973e2"],["-0.61769996999999933e2","0.56284163999999976e2"],["-0.61800835000000006e2",56.28943600000008],["-0.61878608999999926e2","0.56298607000000004e2"],["-0.61888610999999969e2","0.56299164000000076e2"],["-0.62029723999999987e2","0.56305267000000015e2"],["-0.62074447999999961e2","0.56296386999999982e2"],["-0.62080001999999979e2","0.56293610000000115e2"],["-0.62080832999999984e2","0.56292496000000142e2"],["-0.62076110999999912e2","0.56284996000000035e2"],["-0.62016395999999986e2","0.56238883999999985e2"],["-0.62011672999999917e2","0.56235825000000034e2"],["-0.62003890999999953e2","0.56233604000000071e2"],["-0.61956947000000014e2","0.56220825000000048e2"],["-0.61938331999999946e2","0.56215827999999931e2"],["-0.61919448999999986e2","0.56212212000000079e2"],["-0.61910278000000005e2","0.56212493999999936e2"],["-0.61802054999999939e2","0.56216381000000069e2"],["-0.61769889999999975e2","0.56218048000000124e2"],["-0.61575004999999976e2","0.56216933999999981e2"],["-0.61575561999999991e2","0.56211937000000034e2"],["-0.61578612999999905e2","0.56206940000000145e2"],["-0.61579726999999991e2","0.56199158000000011e2"],["-0.61575279000000023e2",56.19609800000012],["-0.61560279999999921e2","0.56194434999999999e2"],[-61.53583500000002,"0.56196381000000088e2"],["-0.61450553999999954e2","0.56204994000000056e2"],["-0.61411941999999954e2","0.56214714000000129e2"],[-61.40444199999996,"0.56217491000000052e2"],["-0.61380279999999914e2",56.22304500000007],["-0.61361670999999944e2","0.56223602000000142e2"],["-0.61350837999999953e2","0.56222214000000065e2"],["-0.61345550999999944e2","0.56218322999999998e2"],[-61.33083299999987,"0.56181938000000059e2"],["-0.61330284000000006e2","0.56176659000000029e2"],[-61.33555599999994,"0.56172767999999962e2"],["-0.61343329999999924e2","0.56170547000000056e2"],["-0.61377220000000023e2","0.56168602000000078e2"],["-0.61383613999999909e2","0.56164711000000011e2"],["-0.61397223999999881e2","0.56155823000000055e2"],["-0.61406104999999911e2","0.56146102999999925e2"],["-0.61452498999999932e2","0.56062767000000008e2"],["-0.61452224999999999e2","0.56056937999999946e2"],["-0.61448607999999979e2","0.56052772999999945e2"],["-0.61413886999999932e2","0.56037773000000016e2"],["-0.61411384999999882e2","0.56037497999999971e2"],["-0.61397498999999982e2","0.56041107000000011e2"],["-0.61382773999999927e2","0.56047493000000088e2"],["-0.61356391999999971e2","0.56058327000000133e2"],["-0.61346663999999919e2","0.56061377999999991e2"],[-61.34027900000001,"0.56063049000000035e2"],["-0.61324721999999952e2","0.56065269000000058e2"],["-0.61315552000000025e2","0.56065544000000045e2"],[-61.24361399999998,"0.56047493000000088e2"],["-0.61239722999999969e2","0.56045273000000066e2"],[-61.23750299999989,"0.56042770000000075e2"],["-0.61240554999999972e2","0.56040276000000006e2"],["-0.61265838999999971e2",56.02276599999999],["-0.61273613000000012e2","0.56020828000000051e2"],["-0.61282500999999968e2","0.56019714000000079e2"],["-0.61310279999999977e2","0.56018600000000106e2"],["-0.61357223999999974e2","0.56018600000000106e2"],["-0.61388610999999912e2","0.56021934999999985e2"],["-0.61419167000000016e2","0.56027214000000129e2"],["-0.61438605999999993e2","0.56027489000000003e2"],["-0.61489997999999957e2",56.02027099999998],["-0.61501395999999943e2","0.56014442000000145e2"],["-0.61503890999999896e2","0.56010551000000078e2"],["-0.61503615999999965e2","0.56006942999999978e2"],["-0.61421943999999996e2","0.55963882000000126e2"],["-0.61415001000000018e2","0.55960274000000027e2"],["-0.61399170000000026e2","0.55958602999999925e2"],["-0.61389998999999989e2","0.55958885000000009e2"],[-61.38138600000002,"0.55960274000000027e2"],["-0.61328055999999947e2","0.55964157000000114e2"],["-0.61254722999999956e2","0.55967491000000109e2"],["-0.61154442000000017e2","0.55971375000000137e2"],["-0.61143616000000009e2","0.55970543000000021e2"],["-0.61125556999999958e2","0.55968596999999932e2"],["-0.61117774999999938e2","0.55966103000000032e2"],["-0.61113616999999977e2","0.55962493999999992e2"],["-0.61074448000000018e2","0.55928329000000076e2"],["-0.61073891000000003e2","0.55923050000000103e2"],["-0.61076667999999984e2","0.55906937000000084e2"],["-0.61094111999999939e2","0.55895606999999984e2"],["-0.61156386999999995e2","0.55891937000000098e2"],["-0.61165276000000006e2","0.55892220000000066e2"],["-0.61181670999999994e2",55.89916199999999],["-0.61194999999999993e2","0.55892220000000066e2"],["-0.61201667999999984e2","0.55884163000000115e2"],["-0.61198607999999922e2","0.55876380999999981e2"],["-0.61192771999999934e2","0.55869437999999946e2"],["-0.61104445999999939e2","0.55845543000000134e2"],["-0.61095275999999899e2","0.55843880000000013e2"],["-0.61085274000000027e2","0.55843322999999941e2"],["-0.61077224999999999e2","0.55843880000000013e2"],["-0.61068061999999998e2","0.55845543000000134e2"],["-0.61039665000000014e2","0.55850937000000044e2"],["-0.61035999000000004e2","0.55853271000000063e2"],["-0.61027168000000017e2","0.55857273000000077e2"],["-0.60946105999999986e2","0.55865829000000133e2"],["-0.60917220999999927e2","0.55864441000000056e2"],["-0.60782500999999968e2","0.55854164000000083e2"],["-0.60762221999999952e2","0.55851386999999988e2"],["-0.60755561999999998e2","0.55849434000000031e2"],["-0.60741669000000002e2","0.55843048000000124e2"],["-0.60729720999999927e2","0.55829436999999984e2"],["-0.60729163999999969e2","0.55824440000000038e2"],["-0.60730826999999977e2","0.55808044000000052e2"],["-0.60734443999999996e2","0.55801212000000021e2"],["-0.60736941999999999e2","0.55797382000000027e2"],[-60.74222599999996,"0.55790549999999939e2"],["-0.60774719000000005e2","0.55772491000000002e2"],[-60.80777699999993,"0.55755271999999934e2"],["-0.60880554000000018e2","0.55749161000000072e2"],["-0.60879439999999988e2","0.55732765000000029e2"],["-0.60765006999999969e2","0.55728042999999957e2"],["-0.60756393000000003e2","0.55729431000000091e2"],["-0.60746947999999975e2","0.55731659000000036e2"],["-0.60740279999999984e2","0.55734161000000086e2"],["-0.60727218999999877e2","0.55739990000000091e2"],["-0.60721663999999976e2","0.55744713000000104e2"],[-60.7016109999999,"0.55763443000000109e2"],["-0.60668891999999971e2","0.55795830000000024e2"],["-0.60656386999999938e2","0.55812767000000008e2"],["-0.60647223999999937e2","0.55822768999999994e2"],["-0.60639998999999989e2","0.55825554000000011e2"],["-0.60631667999999991e2","0.55826660000000061e2"],["-0.60623885999999914e2","0.55824996999999939e2"],["-0.60615279999999927e2","0.55821937999999989e2"],["-0.60601943999999946e2","0.55814713000000097e2"],["-0.60597777999999892e2",55.80943300000007],["-0.60598052999999993e2","0.55804436000000123e2"],["-0.60605835000000013e2","0.55733879000000059e2"],["-0.60615836999999999e2","0.55686935000000062e2"],["-0.60629722999999899e2","0.55638329000000056e2"],["-0.60668059999999969e2","0.55589432000000102e2"],["-0.60655555999999933e2","0.55584435000000042e2"],["-0.60606109999999944e2","0.55622489999999914e2"],[-60.60222599999986,"0.55626656000000025e2"],[-60.59027900000001,"0.55644714000000079e2"],["-0.60544167000000016e2","0.55726936000000023e2"],["-0.60527221999999881e2","0.55760551000000135e2"],["-0.60527495999999985e2","0.55765830999999991e2"],["-0.60525557999999933e2",55.77693899999997],["-0.60519446999999957e2",55.78804800000006],["-0.60514449999999954e2","0.55793610000000001e2"],["-0.60503059000000007e2","0.55803046999999935e2"],["-0.60487777999999878e2","0.55808601000000124e2"],["-0.60483611999999994e2","0.55809158000000025e2"],["-0.60339995999999985e2","0.55786384999999939e2"],["-0.60334998999999982e2","0.55784439000000077e2"],["-0.60328888000000006e2","0.55781661999999983e2"],["-0.60327224999999885e2","0.55772766000000047e2"],["-0.60329444999999964e2","0.55761383000000023e2"],["-0.60337775999999963e2",55.748604],["-0.60380553999999961e2","0.55691933000000063e2"],["-0.60406386999999995e2","0.55674713000000054e2"],["-0.60463218999999924e2","0.55666046000000108e2"],["-0.60472720999999979e2","0.55663212000000101e2"],["-0.60493889000000024e2","0.55658043000000134e2"],["-0.60499999999999943e2","0.55654160000000047e2"],[-60.50389100000001,"0.55648330999999985e2"],["-0.60525001999999972e2","0.55610550000000046e2"],["-0.60531112999999948e2","0.55597214000000065e2"],["-0.60532218999999884e2","0.55591660000000104e2"],["-0.60531859999999938e2","0.55588195999999982e2"],["-0.60515006999999969e2","0.55599715999999944e2"],["-0.60506110999999919e2","0.55611664000000019e2"],["-0.60495002999999997e2","0.55621101000000124e2"],["-0.60481383999999991e2","0.55627769000000114e2"],["-0.60440334000000007e2","0.55620216000000084e2"],["-0.60426167000000021e2","0.55618217000000072e2"],["-0.60420334000000025e2","0.55616379000000052e2"],["-0.60415501000000006e2",55.61454800000007],["-0.60322776999999917e2","0.55578330999999991e2"],[-60.31639100000001,"0.55573883000000023e2"],[-60.31639100000001,55.57027400000004],["-0.60319449999999961e2","0.55530823000000055e2"],["-0.60321670999999981e2","0.55509995000000004e2"],["-0.60426318999999978e2","0.55448204000000089e2"],["-0.60442210999999986e2","0.55427696000000026e2"],["-0.60437774999999988e2","0.55399437000000091e2"],["-0.60478332999999907e2","0.55347488000000055e2"],["-0.60472771000000023e2","0.55347771000000023e2"],["-0.60451392999999939e2","0.55357216000000108e2"],[-60.42610899999994,"0.55376656000000082e2"],["-0.60420837000000006e2","0.55382210000000043e2"],["-0.60418335000000013e2","0.55386107999999979e2"],["-0.60415275999999949e2","0.55394714000000079e2"],["-0.60417777999999942e2","0.55402771000000087e2"],["-0.60422501000000011e2","0.55407211000000075e2"],["-0.60425003000000004e2","0.55411377000000016e2"],["-0.60423614999999984e2","0.55421378999999945e2"],["-0.60418335000000013e2","0.55427490000000034e2"],["-0.60413054999999986e2","0.55431664000000069e2"],["-0.60349167000000023e2","0.55475822000000107e2"],["-0.60331673000000023e2","0.55486655999999982e2"],["-0.60319449999999961e2","0.55491378999999995e2"],["-0.60268607999999972e2","0.55502495000000124e2"],["-0.60253890999999953e2","0.55503052000000025e2"],["-0.60213889999999992e2","0.55489433000000076e2"],["-0.60203613000000018e2","0.55483604000000071e2"],["-0.60201667999999984e2","0.55478600000000085e2"],["-0.60195548999999971e2","0.55431381000000101e2"],["-0.60265839000000028e2","0.55409156999999993e2"],["-0.60274169999999913e2","0.55408043000000021e2"],["-0.60284171999999955e2","0.55408600000000092e2"],["-0.60295279999999934e2","0.55411102000000142e2"],["-0.60305274999999881e2","0.55411659000000043e2"],["-0.60313332000000003e2","0.55411102000000142e2"],["-0.60354720999999927e2","0.55394997000000046e2"],["-0.60468886999999938e2","0.55285827999999981e2"],[-60.49888599999997,"0.55253325999999959e2"],["-0.60538054999999929e2","0.55200546000000145e2"],["-0.60499999999999943e2","0.55218047999999953e2"],["-0.60488892000000021e2","0.55227210999999954e2"],["-0.60482215999999994e2","0.55231658999999922e2"],["-0.60476386999999988e2",55.2347180000001],["-0.60468329999999924e2","0.55237495000000024e2"],[-60.37388599999997,"0.55260551000000021e2"],["-0.60365836999999942e2","0.55260826000000066e2"],["-0.60355277999999998e2","0.55259437999999989e2"],["-0.60348610000000008e2","0.55255829000000119e2"],["-0.60348052999999936e2","0.55250549000000092e2"],["-0.60353057999999976e2","0.55244995000000074e2"],["-0.60512222000000008e2","0.55120543999999938e2"],["-0.60587776000000019e2","0.55088599999999929e2"],["-0.60616660999999965e2","0.55077217000000132e2"],["-0.60636116000000015e2","0.55066665999999998e2"],["-0.60670554999999979e2","0.55044715999999994e2"],["-0.60681113999999923e2","0.55004715000000033e2"],["-0.60683326999999906e2","0.54994995000000131e2"],["-0.60592773000000022e2","0.55058884000000091e2"],["-0.60475273000000016e2","0.55124435000000005e2"],["-0.60266395999999986e2","0.55240547000000106e2"],["-0.60259170999999924e2","0.55244155999999919e2"],["-0.60252501999999993e2","0.55246384000000091e2"],["-0.60176108999999997e2","0.55270827999999995e2"],["-0.60079781000000025e2","0.55249602999999979e2"],["-0.60073776000000009e2","0.55247940000000028e2"],["-0.60072776999999974e2","0.55245106000000021e2"],["-0.60110778999999923e2","0.55199268000000075e2"],["-0.60123610999999926e2","0.55156380000000127e2"],["-0.60146392999999932e2","0.55137214999999969e2"],["-0.60157218999999941e2","0.55128601000000117e2"],["-0.60187217999999973e2","0.55108046999999999e2"],["-0.60204445000000021e2","0.55107498000000021e2"],["-0.60212776000000019e2","0.55108604000000071e2"],[-60.220551,"0.55106384000000048e2"],["-0.60282776000000013e2","0.55057770000000062e2"],["-0.60288337999999953e2","0.55053321999999923e2"],["-0.60295006000000001e2","0.55041382000000056e2"],["-0.60296950999999922e2",55.03443900000002],["-0.60296668999999952e2","0.55024993999999992e2"],["-0.60293892000000028e2","0.55019440000000145e2"],["-0.60284171999999955e2","0.55024437000000091e2"],["-0.60152495999999985e2","0.55102776000000119e2"],["-0.60124442999999928e2","0.55120270000000005e2"],[-60.09944200000001,"0.55136658000000068e2"],["-0.60088332999999921e2","0.55145827999999938e2"],["-0.60083884999999952e2","0.55152214000000072e2"],["-0.60051223999999934e2","0.55182381000000134e2"],[-60.04571900000002,"0.55193046999999979e2"],["-0.60044723999999917e2","0.55196711999999991e2"],["-0.60042721000000029e2",55.199883],["-0.60039718999999877e2","0.55203213000000005e2"],["-0.60036057000000028e2","0.55206383000000073e2"],["-0.60021888999999987e2","0.55218547999999942e2"],["-0.60015223999999989e2","0.55221546000000046e2"],["-0.60009224000000017e2","0.55221214000000089e2"],["-0.59964721999999938e2","0.55235549999999989e2"],["-0.59939437999999939e2","0.55233047000000056e2"],["-0.59922774999999945e2","0.55233047000000056e2"],["-0.59916945999999939e2","0.55233879000000115e2"],["-0.59912497999999971e2","0.55238883999999985e2"],["-0.59890838999999971e2","0.55265549000000021e2"],["-0.59868332000000009e2","0.55291381999999999e2"],["-0.59863891999999964e2","0.55296104000000071e2"],["-0.59851394999999968e2","0.55303047000000049e2"],[-59.80750299999994,"0.55324164999999937e2"],["-0.59795279999999991e2","0.55327492000000063e2"],["-0.59779167000000029e2","0.55329720000000066e2"],["-0.59776108000000022e2","0.55329162999999937e2"],["-0.59715003999999965e2","0.55276099999999929e2"],["-0.59711945000000014e2","0.55269714000000022e2"],["-0.59713332999999977e2","0.55256103999999993e2"],["-0.59729439000000013e2","0.55205269000000101e2"],["-0.59732497999999964e2","0.55197211999999979e2"],["-0.59735832000000016e2","0.55194153000000142e2"],["-0.59742774999999938e2","0.55191376000000048e2"],["-0.59831389999999999e2","0.55162491000000045e2"],["-0.59847495999999978e2","0.55158043000000077e2"],["-0.59863891999999964e2","0.55154160000000104e2"],["-0.59897781000000009e2","0.55151382000000126e2"],["-0.59918334999999956e2","0.55155265999999983e2"],[-59.94027699999998,"0.55162766000000033e2"],["-0.59950553999999897e2","0.55164436000000023e2"],["-0.59962775999999963e2","0.55161102000000028e2"],["-0.59967215999999951e2","0.55158599999999979e2"],["-0.59970832999999914e2",55.15554800000001],["-0.59973327999999867e2","0.55147491000000059e2"],["-0.59968055999999933e2","0.55119156000000032e2"],["-0.59963615000000004e2","0.55110275000000115e2"],[-59.80083499999995,"0.55108887000000038e2"],["-0.59795279999999991e2","0.55109160999999972e2"],["-0.59615836999999999e2",55.13638300000008],[-59.57028200000002,"0.55159988000000055e2"],["-0.59531386999999995e2","0.55181380999999988e2"],["-0.59487777999999992e2","0.55181380999999988e2"],["-0.59430557000000022e2","0.55151931999999988e2"],["-0.59428336999999999e2","0.55149719000000005e2"],["-0.59427223000000026e2","0.55139992000000063e2"],["-0.59427779999999927e2","0.55135826000000009e2"],["-0.59431945999999925e2","0.55129433000000006e2"],["-0.59438605999999936e2",55.123604],[-59.49610899999999,"0.55078331000000105e2"],["-0.59539169000000015e2","0.55049163999999962e2"],["-0.59593886999999995e2","0.55020828000000051e2"],["-0.59610831999999959e2","0.55012771999999984e2"],["-0.59716659999999933e2","0.54955826000000059e2"],["-0.59802165999999943e2","0.54887268000000006e2"],["-0.59823996999999963e2","0.54851105000000132e2"],["-0.59939163000000008e2","0.54758888000000013e2"],["-0.59944160000000011e2","0.54755554000000018e2"],["-0.59945549000000028e2","0.54753052000000139e2"],["-0.59944160000000011e2","0.54749718000000144e2"],["-0.59938605999999936e2","0.54746383999999978e2"],["-0.59919166999999959e2","0.54741379000000109e2"],[-59.90943900000002,"0.54740829000000076e2"],["-0.59888610999999855e2","0.54743324000000143e2"],["-0.59882499999999936e2","0.54744995000000017e2"],["-0.59797500999999954e2","0.54781661999999983e2"],["-0.59791114999999991e2",54.78555300000005],["-0.59788612000000001e2","0.54789436000000023e2"],["-0.59790282999999874e2","0.54794158999999979e2"],[-59.79099999999994,"0.54822658999999987e2"],["-0.59794166999999959e2","0.54828159000000142e2"],[-59.79466599999995,"0.54830994000000032e2"],["-0.59793830999999898e2","0.54839992999999993e2"],[-59.79099999999994,"0.54846825000000024e2"],["-0.59784339999999929e2","0.54857658000000015e2"],["-0.59772002999999927e2","0.54869492000000037e2"],["-0.59754722999999899e2","0.54897491000000116e2"],["-0.59729995999999971e2","0.54907493999999986e2"],["-0.59703888000000006e2","0.54910545000000013e2"],["-0.59688888999999961e2","0.54913605000000075e2"],["-0.59674445999999989e2","0.54919990999999982e2"],["-0.59618331999999953e2","0.54948600999999996e2"],["-0.59411110000000008e2","0.55056381000000101e2"],["-0.59293891999999971e2","0.55169716000000108e2"],["-0.59165275999999949e2","0.55234993000000088e2"],["-0.59161384999999996e2","0.55236938000000123e2"],["-0.59154716000000008e2","0.55235549999999989e2"],["-0.59144164999999987e2","0.55228043000000071e2"],["-0.59139442000000031e2","0.55223877000000016e2"],["-0.59131110999999919e2","0.55215546000000074e2"],["-0.59127494999999954e2","0.55205826000000002e2"],["-0.59124999999999943e2","0.55196380999999917e2"],["-0.59124442999999872e2","0.55186103999999943e2"],["-0.59149440999999911e2",55.16182699999996],[-59.15060799999992,"0.55158992999999953e2"],["-0.59155276999999955e2","0.55152156999999931e2"],["-0.59161277999999982e2","0.55146823999999924e2"],["-0.59168609999999944e2","0.55141827000000035e2"],["-0.59176608999999985e2","0.55137989000000061e2"],["-0.59205276000000026e2",55.13116100000002],[-59.20911000000001,"0.55129822000000047e2"],["-0.59240279999999927e2","0.55111382000000049e2"],[-59.25278499999996,"0.55102492999999981e2"],["-0.59363335000000006e2","0.55015830999999991e2"],[-59.37471800000003,"0.55006386000000077e2"],["-0.59383056999999951e2","0.54998047000000042e2"],["-0.59386390999999946e2","0.54993049999999982e2"],["-0.59391113000000018e2","0.54982208000000128e2"],["-0.59391387999999949e2","0.54980270000000019e2"],["-0.59388610999999969e2",54.97665400000011],["-0.59384170999999924e2","0.54973319999999944e2"],[-59.37471800000003,"0.54972763000000043e2"],["-0.59369164000000012e2","0.54975266000000033e2"],["-0.59275001999999915e2","0.55021659999999997e2"],["-0.59262504999999862e2","0.55028327999999988e2"],["-0.59250838999999985e2","0.55035828000000038e2"],["-0.59237220999999977e2","0.55048332000000073e2"],["-0.59242500000000007e2","0.55061104000000057e2"],["-0.59243057000000022e2",55.06638300000003],["-0.59240836999999999e2","0.55071106000000043e2"],["-0.59236663999999962e2",55.07749200000012],["-0.59133330999999941e2","0.55120491000000015e2"],["-0.59051666000000012e2","0.55153320000000065e2"],["-0.59035277999999892e2","0.55156937000000028e2"],["-0.59023613000000012e2",55.15665400000006],["-0.58960555999999883e2","0.55134995000000004e2"],["-0.58956107999999915e2","0.55130271999999991e2"],["-0.58955832999999984e2","0.55126381000000094e2"],["-0.58955832999999984e2",55.10083000000003],["-0.58958336000000031e2",55.09165999999999],["-0.58961670000000026e2","0.55085265999999933e2"],["-0.58971106999999961e2","0.55071106000000043e2"],["-0.58980277999999998e2","0.55059990000000084e2"],["-0.59005561999999998e2","0.55032767999999976e2"],["-0.59001944999999978e2","0.55017769000000101e2"],["-0.58972495999999978e2","0.54995544000000052e2"],["-0.58947220000000016e2","0.54985550000000046e2"],["-0.58907218999999941e2","0.54963882000000126e2"],["-0.58896950000000004e2",54.95638300000013],["-0.58894164999999873e2","0.54952773999999977e2"],["-0.58895279000000016e2","0.54947769000000108e2"],[-58.90055099999995,"0.54943878000000041e2"],[-58.90694400000001,"0.54940269000000001e2"],["-0.58964721999999881e2","0.54917496000000142e2"],["-0.59013061999999991e2","0.54896103000000039e2"],["-0.59015556000000004e2","0.54892220000000066e2"],["-0.59013618000000008e2","0.54889717000000132e2"],["-0.58904167000000029e2","0.54844711000000075e2"],["-0.58838332999999977e2","0.54832497000000046e2"],["-0.58832503999999972e2","0.54831940000000145e2"],["-0.58824172999999973e2","0.54834434999999985e2"],["-0.58694442999999978e2","0.54820549000000028e2"],["-0.58685271999999941e2","0.54815543999999989e2"],["-0.58560828999999956e2","0.54776100000000042e2"],["-0.58443610999999919e2",54.77388000000002],["-0.58398887999999943e2",54.78472099999999],["-0.58391944999999964e2","0.54787498000000085e2"],["-0.58379997000000003e2","0.54789993000000095e2"],["-0.58328056000000004e2","0.54792496000000085e2"],["-0.58243331999999953e2","0.54794716000000051e2"],["-0.58196663000000001e2","0.54795272999999952e2"],["-0.58191108999999983e2","0.54794158999999979e2"],["-0.58188332000000003e2","0.54792496000000085e2"],[-58.18721800000003,"0.54788605000000018e2"],["-0.58188605999999936e2",54.783051],[-58.19388600000002,"0.54777771000000087e2"],["-0.58196944999999971e2","0.54773322999999948e2"],["-0.58198607999999979e2","0.54767768999999987e2"],["-0.58184166000000005e2","0.54751662999999951e2"],["-0.58173332000000016e2","0.54745544000000109e2"],["-0.58145554000000004e2","0.54739716000000044e2"],["-0.58110001000000011e2","0.54737213000000054e2"],["-0.58001395999999943e2",54.73333000000008],["-0.57945548999999971e2","0.54739989999999977e2"],["-0.57935554999999965e2","0.54741104000000121e2"],["-0.57910552999999936e2",54.74193600000001],["-0.57855002999999954e2","0.54737495000000081e2"],["-0.57847495999999921e2","0.54735550000000103e2"],["-0.57842498999999918e2","0.54731377000000009e2"],["-0.57831947000000014e2",54.71776600000004],["-0.57789725999999916e2",54.68221299999999],[-57.78556100000003,"0.54679161000000079e2"],["-0.57713057999999933e2","0.54643051000000128e2"],["-0.57700835999999981e2","0.54637215000000083e2"],["-0.57693610999999976e2","0.54634720000000073e2"],["-0.57676392000000021e2","0.54630272000000105e2"],["-0.57660278000000005e2","0.54628043999999932e2"],["-0.57642226999999991e2","0.54628043999999932e2"],["-0.57626388999999961e2","0.54629990000000021e2"],["-0.57577781999999956e2","0.54638885000000073e2"],["-0.57574172999999973e2","0.54640274000000034e2"],["-0.57569725000000005e2","0.54644440000000145e2"],["-0.57567223000000013e2","0.54648331000000042e2"],["-0.57559165999999948e2","0.54655822999999998e2"],["-0.57545836999999949e2","0.54661659000000043e2"],["-0.57539168999999902e2","0.54662209000000075e2"],["-0.57456389999999999e2","0.54650826000000052e2"],["-0.57450553999999954e2","0.54649993999999936e2"],["-0.57444716999999969e2","0.54647217000000069e2"],["-0.57355834999999956e2","0.54590271000000087e2"],["-0.57352782999999874e2","0.54587493999999992e2"],["-0.57347495999999921e2","0.54579437000000041e2"],[-57.346947,"0.54574714999999969e2"],["-0.57348610000000008e2","0.54566940000000045e2"],["-0.57380828999999949e2","0.54507499999999993e2"],["-0.57385276999999917e2","0.54503326000000129e2"],["-0.57396949999999947e2","0.54495827000000133e2"],["-0.57427222999999969e2","0.54487770000000012e2"],["-0.57484726000000023e2","0.54482491000000039e2"],["-0.57493057000000022e2","0.54483330000000137e2"],["-0.57519447000000014e2","0.54483879000000115e2"],["-0.57590836000000024e2","0.54484160999999972e2"],["-0.57618056999999965e2","0.54483604000000071e2"],["-0.57672774999999888e2","0.54479988000000048e2"],["-0.57694999999999993e2","0.54475548000000003e2"],["-0.57702224999999942e2",54.47304500000007],["-0.57704169999999976e2","0.54470543000000134e2"],["-0.57705275999999969e2","0.54466933999999981e2"],["-0.57700554000000011e2",54.45915999999994],["-0.57686942999999928e2","0.54458885000000123e2"],["-0.57658332999999971e2","0.54463051000000007e2"],["-0.57587775999999963e2","0.54467208999999968e2"],["-0.57487777999999935e2",54.47304500000007],[-57.47222099999999,"0.54473602000000142e2"],["-0.57449996999999939e2","0.54467491000000052e2"],["-0.57442497000000003e2","0.54464996000000042e2"],["-0.57425277999999992e2",54.45915999999994],["-0.57421111999999994e2","0.54455826000000002e2"],["-0.57421669000000009e2","0.54453605999999979e2"],["-0.57523330999999985e2","0.54417213000000061e2"],["-0.57621666000000005e2","0.54383605999999929e2"],["-0.57629439999999988e2","0.54381660000000068e2"],["-0.57660827999999924e2","0.54376937999999996e2"],["-0.57678336999999999e2","0.54375267000000122e2"],["-0.57695273999999927e2","0.54374992000000077e2"],["-0.57715552999999943e2","0.54376937999999996e2"],["-0.57743056999999965e2","0.54380821000000083e2"],["-0.57783332999999971e2","0.54388329000000113e2"],["-0.57797226000000023e2",54.38888500000013],["-0.57876105999999936e2","0.54386658000000068e2"],["-0.57910278000000005e2","0.54385269000000051e2"],["-0.58050277999999878e2","0.54377487000000087e2"],["-0.58146392999999989e2","0.54365273000000059e2"],["-0.58154166999999973e2","0.54363327000000027e2"],["-0.58172501000000011e2","0.54357498000000021e2"],["-0.58185271999999941e2","0.54351661999999919e2"],["-0.58248055000000022e2","0.54320274000000097e2"],["-0.58259726999999998e2","0.54312766999999951e2"],["-0.58261947999999961e2","0.54311104000000057e2"],["-0.58259170999999981e2",54.30971500000004],["-0.58253333999999995e2","0.54308884000000035e2"],["-0.58221107000000018e2","0.54311661000000129e2"],["-0.58197495000000004e2",54.31638300000003],["-0.58108337000000006e2","0.54328049000000021e2"],["-0.58098609999999951e2","0.54327217000000076e2"],["-0.58095832999999971e2","0.54325828999999999e2"],["-0.58233886999999982e2","0.54254166000000055e2"],[-58.24722300000002,"0.54252777000000037e2"],["-0.58344161999999926e2","0.54244438000000002e2"],["-0.58383056999999894e2","0.54241104000000007e2"],["-0.58410278000000005e2","0.54241661000000136e2"],["-0.58417220999999984e2","0.54242493000000024e2"],["-0.58431388999999967e2","0.54242218000000037e2"],["-0.58453888000000006e2",54.23721299999994],["-0.58566108999999926e2","0.54204163000000108e2"],["-0.58579169999999976e2","0.54199996999999996e2"],["-0.58601394999999968e2",54.186104],["-0.58611945999999989e2","0.54178329000000076e2"],["-0.58628882999999973e2","0.54169716000000108e2"],[-58.6444469999999,"0.54165267999999969e2"],["-0.58692771999999991e2",54.151657],["-0.58724715999999944e2","0.54145271000000093e2"],["-0.58756949999999961e2","0.54141106000000093e2"],["-0.58771110999999962e2",54.13999200000012],["-0.58797782999999981e2","0.54139717000000076e2"],["-0.58833611000000019e2","0.54145827999999995e2"],["-0.58842773000000022e2","0.54145827999999995e2"],["-0.58860001000000011e2","0.54144714000000022e2"],["-0.58915276000000006e2","0.54138603000000103e2"],["-0.58928336999999942e2",54.13638300000008],["-0.59114165999999955e2","0.54103881999999999e2"],["-0.59190551999999968e2","0.54087212000000079e2"],["-0.59248336999999992e2","0.54071937999999989e2"],[-59.27944199999996,"0.54064438000000109e2"],["-0.59376105999999993e2","0.54046943999999996e2"],["-0.59434440999999936e2",54.0472180000001],["-0.59470275999999956e2","0.54051659000000029e2"],["-0.59510001999999929e2","0.54059433000000013e2"],["-0.59534446999999943e2",54.05832700000002],["-0.59561385999999914e2",54.05332199999998],["-0.59575561999999991e2","0.54049438000000123e2"],["-0.59582221999999945e2","0.54046387000000095e2"],["-0.59586945000000014e2",54.0430530000001],["-0.59588608000000022e2","0.54040549999999939e2"],["-0.59584723999999994e2","0.54035271000000137e2"],["-0.59517220000000009e2","0.53997214999999983e2"],["-0.59509726999999998e2","0.53995544000000109e2"],["-0.59494445999999982e2","0.53996383999999978e2"],["-0.59265839000000028e2","0.54023048000000074e2"],["-0.59049445999999932e2","0.54057495000000074e2"],["-0.58877220000000023e2","0.54094993999999986e2"],["-0.58703055999999947e2","0.54124161000000129e2"],["-0.58431113999999923e2","0.54217209000000025e2"],["-0.58426392000000021e2","0.54221931000000097e2"],["-0.58417502999999954e2","0.54228043000000071e2"],["-0.58406386999999938e2","0.54229713000000061e2"],["-0.58379439999999931e2","0.54229988000000105e2"],["-0.58371940999999936e2","0.54228043000000071e2"],["-0.58374442999999928e2","0.54224434000000088e2"],["-0.58449722000000008e2","0.54154434000000094e2"],["-0.58605003000000011e2","0.54044158999999979e2"],["-0.58610282999999981e2","0.54041663999999912e2"],["-0.58632499999999936e2","0.54035271000000137e2"],["-0.58654998999999975e2","0.54031661999999983e2"],["-0.58678054999999915e2","0.54029160000000104e2"],["-0.58704445000000021e2","0.54027214000000015e2"],["-0.58721663999999919e2","0.54027489000000003e2"],["-0.58749167999999997e2","0.54031105000000082e2"],["-0.58759170999999981e2","0.54032767999999976e2"],["-0.58768058999999937e2","0.54034995999999978e2"],["-0.58779723999999931e2","0.54037773000000072e2"],[-58.80750299999994,"0.54043327000000033e2"],["-0.58835830999999928e2",54.0472180000001],["-0.58879997000000003e2","0.54044998000000078e2"],["-0.58937499999999943e2","0.54041663999999912e2"],["-0.59002501999999936e2","0.54032494000000042e2"],["-0.59038611999999944e2",54.02693899999997],["-0.59041388999999981e2","0.54026100000000042e2"],["-0.59042777999999942e2","0.54022766000000047e2"],["-0.59040557999999862e2","0.54021751000000052e2"],["-0.59006950000000018e2","0.54018051000000014e2"],["-0.58951942000000031e2","0.54014717000000019e2"],["-0.58944159999999954e2",54.01527400000009],[-58.92583499999995,"0.54014717000000019e2"],["-0.58922500999999954e2","0.54013885000000073e2"],["-0.58919448999999929e2","0.54010826000000122e2"],["-0.58923057999999969e2","0.54007216999999969e2"],["-0.58954169999999976e2","0.53983879000000002e2"],["-0.58963057999999933e2","0.53977767999999969e2"],["-0.58980826999999977e2","0.53966385000000116e2"],["-0.59008338999999921e2","0.53955268999999987e2"],["-0.59015838999999971e2","0.53953323000000125e2"],["-0.59047782999999981e2","0.53948326000000009e2"],["-0.59072226999999941e2","0.53947487000000024e2"],["-0.59115279999999871e2","0.53946381000000031e2"],[-59.12222300000002,"0.53945267000000058e2"],["-0.59172774999999945e2","0.53934990000000028e2"],["-0.59201392999999996e2","0.53927489999999977e2"],["-0.59331946999999957e2","0.53888329000000056e2"],[-59.345551,"0.53883049000000142e2"],["-0.59363891999999908e2","0.53872215000000097e2"],["-0.59369445999999982e2","0.53867493000000024e2"],["-0.59393616000000009e2",53.8555530000001],[-59.43638599999997,"0.53837493999999992e2"],["-0.59463332999999977e2","0.53830551000000014e2"],["-0.59480277999999998e2",53.82777400000009],["-0.59527221999999995e2","0.53822495000000117e2"],["-0.59543892000000028e2",53.8211060000001],["-0.59596107000000018e2","0.53819160000000011e2"],[-59.62388599999997,53.82027400000004],["-0.59635833999999988e2","0.53820831000000112e2"],["-0.59698607999999979e2","0.53829437000000041e2"],["-0.59716659999999933e2","0.53831939999999975e2"],["-0.59728049999999996e2","0.53835266000000047e2"],["-0.59755561999999941e2","0.53838600000000042e2"],["-0.59798339999999939e2","0.53843322999999998e2"],["-0.59807776999999874e2",53.84388000000007],["-0.59825835999999981e2","0.53842766000000097e2"],["-0.59852782999999988e2","0.53839432000000102e2"],["-0.59872498000000007e2","0.53833603000000096e2"],["-0.59877219999999966e2",53.83027600000014],["-0.59880553999999961e2","0.53825272000000041e2"],["-0.59989165999999955e2","0.53779716000000121e2"],["-0.60082779000000016e2","0.53762497000000053e2"],["-0.60121108999999933e2","0.53625267000000065e2"],[-60.11999499999996,"0.53611381999999992e2"],[-60.11361699999992,"0.53602493000000095e2"],["-0.60110000999999954e2","0.53598877000000073e2"],["-0.60105002999999954e2","0.53594711000000132e2"],["-0.60087501999999915e2","0.53583602999999982e2"],["-0.60068061999999998e2","0.53573326000000009e2"],["-0.60064444999999978e2","0.53569716999999969e2"],["-0.60063332000000003e2","0.53565826000000072e2"],["-0.60064444999999978e2","0.53560272000000111e2"],["-0.60069724999999949e2","0.53555550000000039e2"],["-0.60075004999999919e2","0.53553047000000049e2"],["-0.60133888000000013e2","0.53528328000000101e2"],["-0.60138335999999981e2","0.53528603000000089e2"],["-0.60347495999999978e2","0.53626938000000109e2"],["-0.60358611999999994e2","0.53634438000000046e2"],["-0.60361670999999944e2","0.53639717000000019e2"],["-0.60364448999999979e2","0.53648331000000042e2"],["-0.60368056999999965e2","0.53652771000000087e2"],["-0.60382499999999936e2","0.53662490999999989e2"],["-0.60390556000000004e2","0.53665543000000071e2"],["-0.60503059000000007e2","0.53705826000000116e2"],["-0.60511115999999959e2","0.53708327999999995e2"],["-0.60560279999999977e2","0.53718323000000112e2"],["-0.60648613000000012e2","0.53737376999999981e2"],["-0.60670612000000006e2","0.53740047000000061e2"],["-0.60705115999999975e2","0.53744881000000021e2"],[-60.75894900000003,"0.53761718999999971e2"],["-0.60769943000000012e2","0.53765381000000104e2"],["-0.60856948999999986e2","0.53792770000000019e2"],["-0.60887222000000008e2","0.53751389000000074e2"],["-0.60880279999999914e2","0.53713051000000007e2"],["-0.60834723999999937e2","0.53721375000000023e2"],["-0.60757724999999994e2","0.53713768000000016e2"],["-0.60747222999999963e2",53.71276499999999],["-0.60654891999999961e2","0.53698768999999913e2"],["-0.60644225999999946e2","0.53696937999999989e2"],["-0.60537223999999924e2","0.53678329000000019e2"],["-0.60511947999999961e2","0.53669716000000051e2"],["-0.60446563999999967e2","0.53644852000000128e2"],["-0.60431670999999994e2","0.53639160000000118e2"],["-0.60360282999999981e2","0.53606658999999979e2"],["-0.60354445999999996e2","0.53603882000000112e2"],["-0.60342223999999931e2","0.53596099999999979e2"],["-0.60334166999999979e2","0.53589156999999943e2"],["-0.60323333999999988e2","0.53581665000000044e2"],["-0.60298614999999927e2","0.53568054000000075e2"],["-0.60278884999999946e2","0.53558601000000067e2"],["-0.60253616000000022e2","0.53549995000000138e2"],["-0.60103614999999934e2","0.53500549000000092e2"],["-0.60106392000000028e2","0.53457497000000046e2"],["-0.60123328999999956e2","0.53456100000000106e2"],["-0.60138054000000011e2","0.53453605999999979e2"],["-0.60202224999999999e2","0.53433600999999953e2"],[-60.40582999999998,"0.53364158999999972e2"],["-0.60413329999999974e2","0.53357773000000009e2"],["-0.60412216000000001e2","0.53349716000000058e2"],["-0.60404998999999975e2","0.53334160000000111e2"],["-0.60395835999999974e2","0.53331383000000017e2"],["-0.60391113000000018e2","0.53331107999999972e2"],["-0.60301392000000021e2","0.53336380000000133e2"],["-0.60230826999999977e2","0.53343323000000112e2"],["-0.60216109999999901e2","0.53345824999999991e2"],["-0.60203888000000006e2","0.53349716000000058e2"],["-0.60198607999999865e2","0.53350548000000003e2"],["-0.60188605999999993e2","0.53350548000000003e2"],[-60.18332700000002,"0.53349433999999974e2"],["-0.60176665999999898e2","0.53346382000000062e2"],["-0.60175002999999947e2","0.53343048000000067e2"],["-0.60174720999999977e2","0.53338043000000027e2"],["-0.60180831999999896e2","0.53329993999999999e2"],["-0.60190833999999938e2","0.53321937999999932e2"],["-0.60202224999999999e2","0.53313605999999936e2"],["-0.60208892999999989e2","0.53310546999999985e2"],["-0.60283332999999914e2","0.53289436000000137e2"],["-0.60295836999999949e2","0.53286659000000043e2"],["-0.60333885000000009e2","0.53280548000000124e2"],["-0.60367217999999923e2",53.27777100000003],["-0.60389724999999999e2",53.27693899999997],["-0.60418335000000013e2","0.53269440000000145e2"],["-0.60416663999999969e2","0.53268326000000002e2"],["-0.60398055999999997e2","0.53265549000000078e2"],["-0.60316108999999926e2","0.53264160000000061e2"],["-0.60289444000000003e2","0.53263885000000073e2"],["-0.60133613999999966e2","0.53283607000000131e2"],["-0.60024719000000005e2","0.53354996000000142e2"],["-0.59953887999999949e2","0.53406937000000028e2"],["-0.59931945999999925e2",53.42582700000014],[-59.84194199999996,"0.53476379000000065e2"],["-0.59821670999999981e2","0.53471656999999993e2"],["-0.59806106999999997e2","0.53471100000000092e2"],["-0.59798057999999969e2","0.53472214000000065e2"],["-0.59789168999999958e2","0.53474434000000088e2"],["-0.59785003999999958e2","0.53477210999999954e2"],["-0.59783614999999998e2","0.53481102000000021e2"],[-59.78472899999997,"0.53485268000000133e2"],["-0.59799170999999944e2","0.53491378999999995e2"],["-0.59823615999999959e2",53.49332400000003],["-0.59858611999999994e2","0.53496101000000124e2"],[-59.89916999999997,"0.53516936999999928e2"],["-0.59901108000000022e2","0.53519714000000022e2"],["-0.59898337999999967e2",53.52416199999999],["-0.59893058999999994e2","0.53528603000000089e2"],["-0.59875556999999958e2","0.53534996000000035e2"],["-0.59855835000000013e2","0.53536942000000124e2"],["-0.59847495999999978e2","0.53536658999999986e2"],[-59.80999799999995,"0.53529716000000008e2"],["-0.59773613000000012e2","0.53517769000000044e2"],["-0.59763061999999934e2","0.53515274000000034e2"],["-0.59755561999999941e2","0.53514998999999989e2"],["-0.59740279999999984e2","0.53515831000000105e2"],["-0.59621108999999933e2","0.53527214000000129e2"],["-0.59605834999999956e2","0.53529716000000008e2"],["-0.59560829000000012e2","0.53540550000000053e2"],[-59.53082999999998,"0.53548882000000049e2"],["-0.59517501999999979e2","0.53553878999999938e2"],["-0.59478333000000021e2","0.53572769000000108e2"],["-0.59329726999999991e2",53.65387700000008],["-0.59162216000000001e2","0.53671379000000115e2"],["-0.59079726999999934e2","0.53680550000000096e2"],["-0.59074172999999917e2","0.53683051999999975e2"],["-0.59023887999999999e2","0.53713882000000012e2"],[-59.01916499999993,"0.53719154000000117e2"],["-0.59010833999999932e2","0.53744438000000116e2"],["-0.59010559000000001e2","0.53746658000000139e2"],["-0.59018889999999999e2","0.53749161000000129e2"],["-0.59035003999999958e2",53.74721500000004],["-0.59041388999999981e2",53.748604],["-0.59046111999999937e2",53.75277699999998],[-59.06527699999998,"0.53791107000000068e2"],["-0.59066390999999896e2","0.53794998000000135e2"],["-0.59058334000000002e2","0.53803322000000037e2"],["-0.59049445999999932e2","0.53810822000000087e2"],["-0.59042777999999942e2",53.81499500000001],["-0.58870276999999987e2","0.53904709000000139e2"],["-0.58550277999999935e2","0.54009163000000001e2"],["-0.58326110999999969e2","0.54046271999999988e2"],["-0.58216942000000017e2","0.54071770000000129e2"],["-0.58204612999999995e2","0.54074604000000136e2"],[-58.19377499999996,"0.54075939000000062e2"],["-0.58180446999999958e2","0.54075436000000025e2"],["-0.58156780000000026e2","0.54071434000000011e2"],[-58.15060799999992,"0.54069438999999988e2"],["-0.58028610000000015e2","0.54079720000000123e2"],["-0.57951942000000031e2","0.54070831000000055e2"],["-0.57938605999999993e2","0.54070273999999984e2"],["-0.57815552000000025e2","0.54066101000000003e2"],["-0.57797501000000011e2","0.54066101000000003e2"],["-0.57789443999999946e2","0.54068603999999993e2"],["-0.57786391999999921e2","0.54071662999999944e2"],["-0.57786117999999988e2","0.54075271999999984e2"],["-0.57789443999999946e2","0.54079720000000123e2"],["-0.57805556999999908e2","0.54086654999999951e2"],["-0.57851668999999958e2","0.54100273000000016e2"],["-0.57869720000000029e2","0.54103050000000053e2"],[-58.07650000000001,"0.54124489000000096e2"],["-0.58152495999999928e2","0.54129158000000018e2"],["-0.58167163999999957e2","0.54127827000000025e2"],["-0.58181503000000021e2","0.54124660000000006e2"],["-0.58195830999999998e2","0.54120159000000115e2"],["-0.58210834999999918e2","0.54113995000000102e2"],["-0.58214668000000017e2","0.54111828000000003e2"],["-0.58216994999999997e2","0.54110493000000076e2"],["-0.58223000000000013e2","0.54103992000000062e2"],["-0.58226832999999942e2","0.54101826000000074e2"],["-0.58229831999999931e2","0.54100822000000107e2"],["-0.58236834999999928e2","0.54099327000000073e2"],["-0.58245166999999981e2","0.54099158999999986e2"],["-0.58254332999999974e2","0.54101322000000096e2"],["-0.58415276000000006e2","0.54135269000000108e2"],[-58.4183349999999,"0.54139717000000076e2"],["-0.58417220999999984e2","0.54143051000000071e2"],["-0.58383613999999966e2","0.54189712999999983e2"],["-0.58379439999999931e2","0.54193877999999984e2"],["-0.58373885999999914e2","0.54198326000000122e2"],["-0.58367500000000007e2","0.54201934999999935e2"],["-0.58355559999999912e2",54.20638300000013],["-0.58203613000000018e2","0.54234161000000029e2"],["-0.58177779999999984e2","0.54236938000000123e2"],["-0.58030829999999924e2","0.54235550000000046e2"],["-0.58003058999999951e2","0.54233879000000002e2"],[-57.99361399999998,"0.54230819999999994e2"],["-0.57973609999999951e2","0.54221656999999993e2"],["-0.57961112999999898e2","0.54217766000000097e2"],["-0.57935271999999998e2","0.54211662000000103e2"],["-0.57866660999999965e2","0.54197769000000051e2"],["-0.57856392000000028e2","0.54196098000000006e2"],["-0.57659163999999919e2","0.54199432000000002e2"],["-0.57468329999999924e2","0.54193877999999984e2"],["-0.57428336999999885e2",54.18249499999996],["-0.57384170999999981e2","0.54150543000000027e2"],["-0.57385559000000001e2","0.54145827999999995e2"],["-0.57389998999999989e2","0.54141106000000093e2"],["-0.57383613999999966e2","0.54128875999999991e2"],["-0.57370833999999945e2","0.54106384000000048e2"],["-0.57367774999999995e2",54.10193600000008],["-0.57323333999999988e2","0.54039719000000105e2"],["-0.57221106999999961e2","0.53918326999999977e2"],["-0.57115279999999984e2","0.53838600000000042e2"],["-0.57092773000000022e2","0.53831664999999987e2"],["-0.57083611000000019e2","0.53828605999999979e2"],["-0.57079726999999991e2","0.53826660000000118e2"],["-0.57076392999999996e2","0.53823051000000078e2"],["-0.57077498999999932e2","0.53819442999999978e2"],["-0.57151389999999992e2","0.53735824999999977e2"],["-0.57302498000000014e2","0.53679161000000079e2"],["-0.57314720000000023e2","0.53676383999999985e2"],["-0.57387504999999976e2","0.53658325000000048e2"],["-0.57429169000000002e2","0.53647491000000002e2"],["-0.57484169000000009e2","0.53631660000000011e2"],[-57.49111199999993,"0.53628876000000048e2"],[-57.52305599999994,"0.53612495000000081e2"],["-0.57538894999999968e2","0.53602218999999991e2"],["-0.57544448999999986e2","0.53597771000000023e2"],["-0.57549995000000024e2","0.53591934000000037e2"],["-0.57550551999999982e2","0.53587494000000049e2"],["-0.57545279999999991e2","0.53584717000000126e2"],["-0.57541114999999991e2","0.53585266000000104e2"],["-0.57533332999999914e2","0.53587494000000049e2"],[-57.52777900000001,"0.53591377000000136e2"],[-57.49361399999998,"0.53609436000000073e2"],["-0.57479720999999984e2",53.61332700000014],["-0.57458054000000004e2","0.53617493000000081e2"],["-0.57444716999999969e2","0.53618599000000074e2"],["-0.57373610999999926e2","0.53606658999999979e2"],["-0.57316665999999998e2","0.53579720000000009e2"],["-0.57313613999999973e2","0.53573608000000036e2"],["-0.57303054999999915e2","0.53530823000000112e2"],["-0.57302498000000014e2","0.53526382000000012e2"],["-0.57303329000000019e2","0.53509437999999932e2"],["-0.57305557000000022e2",53.49971800000003],["-0.57306664000000012e2","0.53496384000000091e2"],["-0.57317779999999971e2",53.47554800000006],["-0.57328887999999949e2","0.53461937000000091e2"],["-0.57332503999999915e2","0.53458328000000051e2"],["-0.57345832999999914e2","0.53450546000000088e2"],["-0.57336945000000014e2","0.53440269000000114e2"],["-0.57316390999999953e2","0.53435822000000087e2"],["-0.57303329000000019e2",53.43332700000002],["-0.57297501000000011e2","0.53433052000000032e2"],["-0.57289169000000015e2","0.53433875999999998e2"],["-0.57283332999999971e2","0.53438598999999954e2"],["-0.57293616999999983e2","0.53467766000000097e2"],["-0.57285277999999948e2","0.53477485999999999e2"],["-0.57281386999999995e2","0.53479430999999977e2"],["-0.57248610999999983e2","0.53494156000000089e2"],[-57.23750299999989,"0.53498604000000057e2"],["-0.57130279999999971e2","0.53593880000000127e2"],["-0.57111389000000031e2","0.53621658000000082e2"],[-57.06138599999997,"0.53671379000000115e2"],["-0.57014724999999942e2","0.53711380000000133e2"],["-0.56973610000000008e2","0.53724434000000031e2"],["-0.56959442000000024e2","0.53728325000000098e2"],["-0.56926391999999964e2","0.53730270000000075e2"],["-0.56916663999999969e2","0.53728600000000085e2"],["-0.56860832000000016e2","0.53722488000000112e2"],["-0.56797226000000023e2","0.53719986000000063e2"],["-0.56660827999999924e2","0.53720543000000134e2"],[-56.62222300000002,"0.53733604000000071e2"],["-0.56628608999999983e2","0.53741936000000067e2"],["-0.56628333999999995e2","0.53744156000000032e2"],["-0.56626105999999936e2","0.53745827000000133e2"],["-0.56603332999999964e2","0.53759163000000058e2"],["-0.56483611999999994e2","0.53782494000000099e2"],["-0.56464691000000016e2","0.53782272000000034e2"],["-0.56448333999999988e2","0.53777771000000143e2"],["-0.56431670999999994e2","0.53764442000000031e2"],["-0.56426948999999979e2","0.53757216999999969e2"],["-0.56413886999999988e2","0.53727768000000026e2"],["-0.56414443999999946e2","0.53721931000000041e2"],["-0.56415275999999949e2","0.53720543000000134e2"],["-0.56421669000000009e2","0.53716933999999924e2"],["-0.56429169000000002e2",53.71527100000003],["-0.56438048999999921e2",53.71527100000003],["-0.56446944999999971e2","0.53716933999999924e2"],["-0.56482773000000009e2","0.53718048000000124e2"],["-0.56506393000000003e2","0.53716933999999924e2"],["-0.56521666999999979e2","0.53714714000000129e2"],["-0.56544448999999986e2","0.53709717000000012e2"],["-0.56662215999999944e2","0.53679993000000024e2"],["-0.56680283000000031e2","0.53672768000000133e2"],["-0.56627220000000023e2","0.53650826000000052e2"],["-0.56618057000000022e2","0.53647491000000002e2"],["-0.56340552999999943e2","0.53588325999999938e2"],["-0.56320281999999963e2","0.53585266000000104e2"],["-0.56225554999999872e2","0.53577217000000076e2"],[-56.21665999999999,"0.53577217000000076e2"],["-0.56205832999999984e2","0.53581665000000044e2"],[-56.15582999999998,"0.53591660000000104e2"],["-0.56078613000000018e2",53.58387799999997],["-0.56069167999999934e2","0.53582771000000037e2"],["-0.56031386999999995e2",53.57638500000013],["-0.56027221999999995e2","0.53575272000000041e2"],["-0.55991385999999977e2","0.53552216000000044e2"],["-0.55978881999999942e2","0.53542221000000097e2"],["-0.55990836999999942e2","0.53510277000000087e2"],["-0.55996947999999918e2","0.53505272000000048e2"],["-0.56008780999999942e2","0.53503666000000067e2"],[-56.01294699999994,"0.53503993999999977e2"],["-0.56017444999999952e2","0.53505996999999979e2"],["-0.56018611999999962e2","0.53508495000000096e2"],["-0.56021110999999962e2","0.53513054000000011e2"],["-0.56022498999999982e2","0.53516388000000006e2"],["-0.56047501000000011e2","0.53533607000000075e2"],["-0.56063332000000003e2","0.53540833000000021e2"],["-0.56145836000000031e2","0.53553047000000049e2"],["-0.56208892999999989e2","0.53559433000000126e2"],["-0.56242500000000007e2","0.53559990000000028e2"],["-0.56258338999999921e2","0.53559158000000139e2"],["-0.56264724999999999e2","0.53555550000000039e2"],["-0.56266113000000018e2","0.53549995000000138e2"],["-0.56263335999999924e2","0.53540276000000119e2"],["-0.56259170999999924e2","0.53537773000000129e2"],["-0.56145553999999947e2","0.53500000000000114e2"],["-0.56115279999999927e2","0.53491936000000123e2"],["-0.56077498999999932e2","0.53483330000000024e2"],["-0.56037780999999995e2","0.53461655000000007e2"],["-0.56027442999999948e2","0.53454326999999978e2"],["-0.55965552999999943e2",53.40915700000005],["-0.55965836000000024e2",53.40554800000001],[-55.96944400000001,"0.53400542999999971e2"],[-56.00417299999998,"0.53388045999999974e2"],["-0.56025275999999963e2",53.37971500000009],[-56.03167000000002,"0.53376099000000011e2"],[-56.03833800000001,"0.53367493000000138e2"],["-0.56029998999999975e2","0.53365273000000116e2"],["-0.56020835999999974e2","0.53364158999999972e2"],["-0.56013061999999991e2","0.53364440999999999e2"],[-56.001396,"0.53366661000000022e2"],["-0.55988051999999982e2","0.53369713000000104e2"],["-0.55981383999999935e2","0.53373047000000099e2"],["-0.55969497999999874e2","0.53380775000000028e2"],["-0.55959723999999937e2","0.53390273999999977e2"],["-0.55953132999999923e2","0.53392441000000019e2"],["-0.55938605999999936e2","0.53395271000000037e2"],["-0.55925116999999943e2","0.53396133000000134e2"],["-0.55912216000000001e2","0.53394997000000103e2"],["-0.55893616000000009e2","0.53389717000000076e2"],["-0.55881385999999964e2","0.53382767000000001e2"],["-0.55808051999999975e2","0.53340546000000018e2"],["-0.55807456999999943e2","0.53284966000000111e2"],["-0.55745834000000002e2","0.53249435000000119e2"],["-0.55747498000000007e2","0.53143607999999972e2"],["-0.55749442999999985e2","0.53139717000000076e2"],["-0.55754172999999923e2","0.53134995000000004e2"],["-0.55833312999999919e2","0.53097931000000017e2"],["-0.55879856000000018e2","0.53073795000000018e2"],[-55.91194200000001,"0.53028327999999988e2"],["-0.55926666000000012e2","0.53023323000000119e2"],["-0.55934440999999936e2","0.53021660000000054e2"],["-0.55943329000000006e2","0.53021102999999925e2"],["-0.55964447000000007e2","0.53021660000000054e2"],["-0.55990836999999942e2","0.53024162000000103e2"],["-0.56008338999999978e2",53.02748900000006],["-0.56025001999999972e2","0.53033606999999961e2"],["-0.56034172000000012e2","0.53036110000000122e2"],["-0.56056106999999997e2","0.53038329999999974e2"],["-0.56160278000000005e2","0.53033606999999961e2"],["-0.56165833000000021e2","0.53032768000000033e2"],["-0.56166945999999996e2","0.53029434000000037e2"],["-0.56165276000000006e2","0.53024993999999992e2"],["-0.56040840000000003e2","0.53005829000000062e2"],["-0.55958611000000019e2",52.99610100000001],["-0.55949439999999981e2","0.52994995000000017e2"],["-0.55889442000000031e2","0.52969154000000117e2"],["-0.55885276999999974e2","0.52966384999999946e2"],["-0.55834166999999979e2","0.52921936000000017e2"],[-55.80471799999998,"0.52877213000000097e2"],["-0.55803328999999962e2","0.52839431999999931e2"],["-0.55803885999999977e2","0.52831940000000031e2"],["-0.55808051999999975e2",52.82638500000013],["-0.55841109999999958e2","0.52827217000000019e2"],["-0.55879165999999941e2","0.52824165000000107e2"],["-0.55973610000000008e2","0.52810547000000099e2"],["-0.55987777999999992e2","0.52806099000000131e2"],["-0.56060829000000012e2","0.52766106000000093e2"],["-0.55964721999999938e2","0.52681664000000069e2"],[-55.96055599999994,"0.52679161000000136e2"],["-0.55950553999999897e2","0.52677216000000101e2"],["-0.55933608999999933e2","0.52675552000000096e2"],["-0.55918335000000013e2","0.52677490000000034e2"],["-0.55874717999999973e2",52.68332700000002],["-0.55786948999999993e2","0.52683601000000124e2"],["-0.55779167000000029e2","0.52682495000000074e2"],[-55.77305599999994,"0.52679161000000136e2"],["-0.55768889999999942e2","0.52674995000000024e2"],["-0.55740836999999999e2","0.52646385000000009e2"],[-55.73860899999994,52.64276899999993],["-0.55739998000000014e2","0.52639434999999935e2"],["-0.55757506999999919e2","0.52614440999999999e2"],["-0.55769447000000014e2","0.52608047000000113e2"],["-0.55792777999999998e2",52.60166200000009],["-0.55888892999999996e2","0.52608047000000113e2"],["-0.55898613000000012e2","0.52609993000000031e2"],["-0.55939940999999976e2","0.52628268999999989e2"],["-0.55958777999999995e2","0.52635604999999941e2"],["-0.56032775999999956e2","0.52654709000000025e2"],["-0.56048889000000031e2","0.52656096999999932e2"],["-0.56075004999999919e2","0.52655822999999998e2"],["-0.56108611999999937e2","0.52655266000000097e2"],["-0.56122771999999941e2","0.52651100000000042e2"],["-0.56123885999999857e2","0.52647491000000002e2"],["-0.56119720000000029e2","0.52643326000000002e2"],["-0.56112007000000006e2","0.52641036999999983e2"],["-0.56099060000000009e2","0.52641006000000118e2"],["-0.56071945000000028e2","0.52644714000000135e2"],[-56.06361400000003,"0.52644714000000135e2"],["-0.56054442999999992e2","0.52643608000000086e2"],["-0.55982773000000009e2","0.52622490000000028e2"],["-0.55974998000000028e2","0.52619713000000104e2"],["-0.55970832999999914e2","0.52615546999999992e2"],["-0.55972770999999966e2","0.52610825000000091e2"],["-0.55985275000000001e2","0.52602218999999991e2"],["-0.56039169000000015e2","0.52584991000000059e2"],[-56.155777,"0.52557438000000104e2"],["-0.56172611000000018e2","0.52553608000000111e2"],["-0.56186110999999983e2","0.52550938000000031e2"],["-0.56200779000000011e2","0.52550938000000031e2"],["-0.56253058999999951e2","0.52543884000000048e2"],["-0.56297500999999954e2","0.52563606000000107e2"],["-0.56315552000000025e2","0.52572219999999959e2"],["-0.56322501999999986e2","0.52574715000000026e2"],["-0.56333327999999995e2","0.52576942000000088e2"],["-0.56356391999999971e2","0.52580276000000026e2"],["-0.56456389999999942e2","0.52592765999999983e2"],["-0.56478607000000011e2","0.52594437000000028e2"],["-0.56496871999999939e2","0.52594147000000021e2"],["-0.56452782000000013e2",52.56888600000002],["-0.56444160000000011e2","0.52565826000000129e2"],[-56.28055599999999,"0.52534996000000092e2"],["-0.56262221999999952e2","0.52531662000000097e2"],[-56.19755600000002,"0.52525105000000053e2"],["-0.56153556999999921e2","0.52526103999999918e2"],["-0.55988892000000021e2","0.52506386000000077e2"],["-0.55829726999999934e2",52.51249700000011],["-0.55761390999999946e2","0.52498878000000047e2"],["-0.55751395999999943e2","0.52496101000000124e2"],["-0.55746947999999975e2","0.52493881000000101e2"],["-0.55743057000000022e2","0.52490829000000019e2"],["-0.55735001000000011e2","0.52478599999999972e2"],["-0.55734169000000009e2","0.52474709000000075e2"],["-0.55735832000000016e2","0.52469154000000003e2"],["-0.55764450000000011e2",52.45388000000014],["-0.55767501999999922e2","0.52451103000000046e2"],["-0.55766395999999986e2","0.52447769000000051e2"],["-0.55732772999999952e2","0.52442215000000033e2"],["-0.55706107999999915e2","0.52441658000000132e2"],["-0.55676666000000012e2","0.52441658000000132e2"],["-0.55656661999999983e2","0.52441933000000006e2"],["-0.55648612999999955e2","0.52439712999999983e2"],["-0.55645554000000004e2","0.52437492000000077e2"],["-0.55642775999999969e2","0.52432770000000005e2"],["-0.55642775999999969e2","0.52427773000000059e2"],["-0.55641669999999976e2","0.52368881000000044e2"],["-0.55641944999999964e2","0.52363883999999928e2"],["-0.55643332999999984e2","0.52358330000000137e2"],["-0.55647780999999952e2","0.52354164000000026e2"],[-55.65444199999996,"0.52351661999999976e2"],["-0.55782501000000025e2","0.52334160000000111e2"],["-0.55825004999999976e2","0.52343048000000124e2"],[-55.92861199999993,"0.52369438000000116e2"],["-0.56068335999999931e2","0.52407210999999961e2"],["-0.56173614999999984e2","0.52438881000000038e2"],["-0.56180556999999965e2","0.52440826000000072e2"],["-0.56194442999999922e2","0.52442215000000033e2"],["-0.56196945000000028e2","0.52439987000000087e2"],["-0.56195273999999984e2","0.52435822000000087e2"],["-0.56191382999999973e2","0.52431107000000054e2"],["-0.56181388999999967e2","0.52423050000000103e2"],["-0.56169448999999986e2","0.52416100000000029e2"],["-0.55956664999999987e2","0.52350272999999959e2"],["-0.55857779999999991e2","0.52325271999999984e2"],["-0.55707222000000002e2","0.52248329000000126e2"],["-0.55677222999999969e2","0.52208327999999938e2"],[-55.68638599999997,"0.52109436000000017e2"],["-0.55696945000000028e2","0.52088326000000052e2"],["-0.55701667999999927e2","0.52082214000000079e2"],["-0.55896666999999923e2","0.51950828999999999e2"],["-0.56023330999999985e2","0.51901932000000102e2"],["-0.56203330999999935e2","0.51793326999999977e2"],["-0.56209723999999994e2","0.51789719000000048e2"],["-0.56235832000000016e2","0.51783607000000075e2"],["-0.56346663999999976e2","0.51759720000000016e2"],["-0.56468886999999995e2","0.51709434999999985e2"],["-0.56689720000000023e2","0.51592216000000008e2"],["-0.56764450000000011e2","0.51548607000000061e2"],["-0.56804169000000002e2","0.51507773999999984e2"],["-0.56805832000000009e2","0.51502219999999966e2"],["-0.56808891000000017e2","0.51496384000000091e2"],["-0.56813613999999973e2","0.51491661000000136e2"],["-0.56942771999999991e2","0.51427489999999921e2"],["-0.56949721999999952e2","0.51424713000000054e2"],["-0.56956947000000014e2","0.51423050000000103e2"],["-0.57005561999999941e2",51.41944100000012],["-0.57078056000000004e2",51.41443600000008],["-0.57104239999999947e2","0.51412674000000095e2"],["-0.57142226999999991e2","0.51424164000000076e2"],["-0.57232215999999937e2","0.51498604000000114e2"],["-0.57237777999999992e2","0.51502219999999966e2"],["-0.57247222999999963e2","0.51504166000000055e2"],["-0.57255561999999998e2","0.51504439999999988e2"],["-0.57263617999999894e2","0.51503608999999983e2"],["-0.57421386999999925e2","0.51480545000000006e2"],["-0.57437774999999988e2","0.51461105000000032e2"],[-57.43638599999997,51.45638300000013],["-0.57440833999999938e2","0.51449997000000053e2"],["-0.57447495000000004e2","0.51447487000000024e2"],["-0.57454720000000009e2","0.51445541000000105e2"],[-57.58666199999999,"0.51429718000000094e2"],["-0.57602225999999916e2","0.51428047000000049e2"],["-0.57676665999999955e2","0.51429993000000081e2"],["-0.57685828999999956e2","0.51430824000000086e2"],["-0.57688605999999936e2","0.51435547000000099e2"],["-0.57692497000000003e2","0.51455268999999987e2"],["-0.57691939999999931e2","0.51461105000000032e2"],["-0.57689437999999939e2","0.51466385000000059e2"],["-0.57705275999999969e2","0.51469437000000028e2"],["-0.57730826999999863e2","0.51471099999999922e2"],["-0.57748054999999965e2","0.51472214000000122e2"],["-0.57883888000000013e2","0.51392493999999999e2"],["-0.57889998999999989e2","0.51388885000000016e2"],["-0.57942771999999991e2","0.51356102000000021e2"],["-0.57954720000000009e2",51.34804500000007],["-0.57966110000000015e2","0.51338599999999985e2"],["-0.57975554999999986e2","0.51328330999999935e2"],["-0.57986664000000019e2","0.51319442999999978e2"],["-0.58006950000000018e2",51.31249200000002],["-0.58021384999999952e2","0.51308884000000091e2"],["-0.58211387999999943e2","0.51271659999999997e2"],["-0.58297225999999966e2","0.51268599999999992e2"],["-0.58305556999999965e2","0.51268599999999992e2"],["-0.58324448000000018e2","0.51272217000000126e2"],["-0.58407776000000013e2","0.51295547000000056e2"],["-0.58620551999999975e2","0.51277214000000015e2"],["-0.58628051999999968e2","0.51275551000000064e2"],["-0.58675003000000004e2","0.51255271999999991e2"],["-0.58680000000000007e2","0.51250000000000057e2"],["-0.58680556999999908e2","0.51244156000000032e2"],["-0.58680000000000007e2","0.51234161000000086e2"],["-0.58678336999999999e2","0.51229431000000091e2"],["-0.58675559999999905e2","0.51224991000000045e2"],["-0.58671111999999937e2","0.51220824999999991e2"],["-0.58665549999999996e2","0.51216934000000094e2"],["-0.58635833999999932e2","0.51197769000000108e2"],["-0.58621383999999978e2","0.51191100999999946e2"],["-0.58592223999999931e2",51.18471500000004],[-58.61333499999995,"0.51157494000000042e2"],["-0.58618606999999997e2","0.51153046000000074e2"],["-0.58630554000000018e2","0.51145828000000051e2"],["-0.58713615000000004e2","0.51106102000000078e2"],["-0.58726944000000003e2","0.51099998000000028e2"],["-0.58733329999999967e2",51.09804500000007],["-0.58785278000000005e2","0.51088042999999971e2"],["-0.58914718999999991e2","0.51052490000000091e2"],["-0.58928054999999972e2","0.51048607000000004e2"],["-0.58990836999999885e2","0.51021935000000099e2"],["-0.59003333999999938e2","0.51015549000000021e2"],["-0.59006110999999976e2","0.51009719999999959e2"],["-0.59003616000000022e2","0.51004440000000102e2"],[-58.99888599999997,"0.51001106000000107e2"],["-0.58990279999999984e2","0.50998046999999985e2"],["-0.58981383999999935e2",50.99721500000004],["-0.58975272999999959e2","0.51000832000000003e2"],[-58.96832999999998,"0.51002495000000124e2"],["-0.58959441999999967e2","0.51001663000000008e2"],["-0.58954720000000009e2","0.50996658000000139e2"],["-0.58952498999999989e2","0.50992493000000138e2"],["-0.58946662999999944e2","0.50833878000000027e2"],["-0.58948051000000021e2","0.50828331000000048e2"],["-0.59010559000000001e2","0.50754166000000055e2"],["-0.59015282000000013e2","0.50748604000000114e2"],["-0.59041672000000005e2","0.50751389000000131e2"],["-0.59061385999999914e2","0.50755554000000132e2"],["-0.59068335999999988e2","0.50759163000000115e2"],["-0.59087218999999948e2","0.50775268999999923e2"],["-0.59093055999999933e2",50.78943600000008],[-59.09444400000001,"0.50799438000000066e2"],["-0.59094718999999941e2","0.50815269000000058e2"],["-0.59118889000000024e2","0.50803604000000121e2"],[-59.15582999999998,"0.50771103000000039e2"],["-0.59186385999999914e2",50.74221799999998],["-0.59228881999999999e2","0.50738327000000083e2"],["-0.59397223999999994e2","0.50657211000000132e2"],["-0.59454444999999964e2","0.50621933000000126e2"],["-0.59459723999999937e2",50.61721],[-59.51916499999993,"0.50552773000000002e2"],["-0.59570556999999951e2","0.50493607000000054e2"],["-0.59580001999999922e2","0.50482765000000029e2"],["-0.59585274000000027e2","0.50478043000000127e2"],["-0.59591667000000029e2","0.50475266000000033e2"],["-0.59598610000000008e2","0.50473602000000028e2"],["-0.59733611999999937e2","0.50444992000000013e2"],["-0.59778336000000024e2","0.50438881000000094e2"],["-0.59803885999999977e2","0.50438881000000094e2"],["-0.59810555000000022e2","0.50437492000000134e2"],["-0.59816108999999926e2","0.50433876000000055e2"],["-0.59821670999999981e2","0.50429436000000067e2"],["-0.59872222999999963e2","0.50381103999999993e2"],["-0.59881667999999934e2","0.50371658000000025e2"],["-0.59881667999999934e2","0.50366386000000091e2"],["-0.59858893999999964e2","0.50329436999999984e2"],["-0.59853888999999924e2","0.50326102999999989e2"],["-0.59844718999999998e2","0.50324440000000095e2"],["-0.59837775999999963e2","0.50326102999999989e2"],["-0.59834723999999881e2","0.50338043000000084e2"],["-0.59834998999999982e2","0.50343322999999998e2"],["-0.59830832999999984e2","0.50349434000000088e2"],["-0.59824722000000008e2","0.50351662000000033e2"],["-0.59815001999999993e2","0.50349159000000043e2"],["-0.59813331999999946e2","0.50344154000000003e2"],["-0.59817223000000013e2",50.33277099999998],["-0.59827498999999989e2","0.50323607999999979e2"],["-0.59833885000000009e2","0.50319160000000011e2"],["-0.59860282999999981e2","0.50310547000000042e2"],["-0.59905273000000022e2","0.50291107000000068e2"],["-0.60005004999999983e2","0.50248878000000104e2"],["-0.60114448999999922e2","0.50233046999999942e2"],["-0.60147781000000009e2","0.50274162000000103e2"],["-0.60184440999999993e2","0.50279716000000121e2"],["-0.60236945999999989e2","0.50268051000000014e2"],["-0.60291671999999949e2","0.50245270000000005e2"],["-0.60298614999999927e2","0.50243324000000143e2"],["-0.60324447999999961e2","0.50244713000000104e2"],["-0.60360001000000011e2","0.50250831999999946e2"],["-0.60404442000000017e2","0.50251389000000074e2"],["-0.60458892999999989e2","0.50251106000000107e2"],[-60.48332999999991,"0.50250831999999946e2"],["-0.60491668999999945e2","0.50250548999999978e2"],["-0.60498610999999926e2",50.248604],["-0.60511672999999973e2","0.50242493000000138e2"],["-0.60522223999999881e2","0.50234718000000044e2"],[-60.52694699999995,"0.50229156000000103e2"],["-0.60583611000000019e2","0.50208327999999995e2"],["-0.60591666999999973e2","0.50208046000000138e2"],["-0.60674445999999989e2","0.50219986000000006e2"],["-0.60710555999999997e2",50.2227630000001],["-0.60838607999999965e2","0.50214995999999985e2"],["-0.61052222999999969e2","0.50215546000000018e2"],["-0.61289443999999946e2","0.50199158000000125e2"],["-0.61427779999999984e2","0.50171379000000115e2"],["-0.61505561999999941e2","0.50152489000000003e2"],["-0.61583610999999905e2","0.50132492000000127e2"],["-0.61650832999999921e2","0.50109993000000145e2"],["-0.61720832999999914e2","0.50091934000000037e2"],["-0.61731612999999982e2","0.50101936000000023e2"],["-0.61742106999999976e2","0.50105270000000019e2"],["-0.61746277000000021e2","0.50107269000000031e2"],["-0.61748280000000022e2","0.50109940000000051e2"],["-0.61712104999999951e2",50.12226899999996],["-0.61703780999999992e2","0.50124771000000067e2"],["-0.61699443999999971e2","0.50125435000000095e2"],["-0.61694442999999922e2","0.50125435000000095e2"],["-0.61671386999999982e2","0.50136940000000095e2"],["-0.61620551999999918e2","0.50147491000000002e2"],["-0.61593055999999876e2","0.50155266000000097e2"],["-0.61579726999999991e2","0.50160820000000058e2"],["-0.61574447999999904e2","0.50165543000000071e2"],["-0.61571945000000028e2","0.50171661000000029e2"],["-0.61573891000000003e2","0.50181664000000069e2"],["-0.61577224999999999e2","0.50186104000000057e2"],[-61.58916499999998,"0.50188880999999981e2"],["-0.61593612999999948e2","0.50185546999999985e2"],["-0.61602225999999916e2","0.50174438000000066e2"],["-0.61607779999999991e2","0.50170829999999967e2"],["-0.61622222999999963e2","0.50166100000000142e2"],["-0.61731833999999935e2","0.50144268000000125e2"],["-0.61746997999999905e2","0.50144431999999995e2"],["-0.61757503999999983e2",50.14527099999998],["-0.61761832999999967e2","0.50147269999999992e2"],["-0.61763663999999949e2","0.50149768999999992e2"],["-0.61762999999999977e2","0.50153271000000018e2"],["-0.61760665999999958e2","0.50157097000000078e2"],["-0.61794448999999986e2","0.50159431000000097e2"],["-0.61795279999999991e2","0.50169991000000039e2"],["-0.61796950999999979e2","0.50174713000000111e2"],["-0.61804442999999992e2","0.50183326999999963e2"],["-0.61848884999999996e2","0.50222488000000112e2"],["-0.61864723000000026e2","0.50228600000000085e2"],["-0.61898338000000024e2","0.50233604000000071e2"],["-0.61907218999999941e2","0.50234160999999972e2"],["-0.61963332999999977e2","0.50236107000000004e2"],["-0.61977218999999991e2","0.50231934000000081e2"],["-0.61989723000000026e2","0.50226379000000009e2"],["-0.61996666000000005e2","0.50224158999999986e2"],["-0.62004172999999923e2","0.50223045000000013e2"],["-0.62202498999999989e2",50.23443600000013],["-0.62268889999999999e2","0.50259720000000129e2"],["-0.62317779999999971e2","0.50281380000000127e2"],["-0.62328056000000004e2","0.50283882000000006e2"],["-0.62397498999999982e2","0.50294441000000063e2"],["-0.62404167000000029e2",50.29222100000004],["-0.62415549999999939e2",50.28472099999999],["-0.62425560000000019e2","0.50275269000000037e2"],[-62.42999999999995,"0.50269714000000135e2"],["-0.62439994999999954e2","0.50260551000000135e2"],["-0.62446105999999986e2","0.50257500000000107e2"],["-0.62572226999999941e2","0.50274712000000136e2"],["-0.62746947999999918e2",50.28472099999999],["-0.63112502999999947e2","0.50291382000000112e2"],["-0.63158332999999971e2","0.50260277000000031e2"],["-0.63159163999999976e2",50.25471500000009],["-0.63228607000000011e2","0.50234718000000044e2"],["-0.63236663999999962e2",50.23443600000013],["-0.63371940999999993e2","0.50236655999999982e2"],["-0.63469443999999953e2","0.50257216999999969e2"],["-0.63565552000000025e2","0.50264159999999947e2"],["-0.63616660999999908e2","0.50266663000000108e2"],["-0.63649726999999928e2","0.50272766000000047e2"],["-0.63687499999999886e2","0.50282494000000099e2"],["-0.63693885999999964e2","0.50291939000000013e2"],["-0.63698607999999979e2","0.50295272999999952e2"],["-0.63707503999999972e2","0.50297775000000058e2"],["-0.63803328999999906e2","0.50311661000000015e2"],["-0.63821388000000013e2","0.50312209999999993e2"],["-0.63976104999999961e2","0.50305549999999982e2"],["-0.64067229999999995e2",50.29222100000004],["-0.64127776999999924e2","0.50271935000000042e2"],["-0.64140563999999927e2","0.50266937000000041e2"],["-0.64154175000000009e2","0.50262497000000053e2"],["-0.64162215999999944e2","0.50262214999999969e2"],["-0.64215285999999935e2","0.50264999000000103e2"],["-0.64234726000000023e2","0.50266937000000041e2"],["-0.64262787000000003e2","0.50271660000000054e2"],["-0.64365279999999984e2",50.29222100000004],[-64.37388599999997,"0.50294998000000135e2"],["-0.64402221999999995e2","0.50307495000000131e2"],["-0.64417770000000019e2","0.50313048999999921e2"],["-0.64436661000000015e2","0.50317772000000105e2"],["-0.64446105999999986e2","0.50319160000000011e2"],["-0.64455001999999922e2","0.50319442999999978e2"],[-64.46305799999999,"0.50319160000000011e2"],["-0.64470839999999953e2","0.50317772000000105e2"],["-0.64510009999999966e2","0.50303046999999992e2"],["-0.64611938000000009e2","0.50281380000000127e2"],["-0.64628052000000025e2","0.50279160000000104e2"],["-0.64659438999999963e2","0.50277214000000015e2"],["-0.64725006000000008e2","0.50274436999999978e2"],["-0.64899993999999936e2","0.50270828000000108e2"],["-0.65180557000000022e2",50.28555300000005],["-0.65189986999999917e2",50.2866590000001],["-0.65222777999999948e2","0.50297775000000058e2"],["-0.65237503000000004e2","0.50303879000000052e2"],["-0.65242492999999854e2","0.50307769999999948e2"],["-0.65275009000000011e2","0.50308044000000052e2"],["-0.65464447000000007e2","0.50299437999999952e2"],["-0.65486663999999962e2","0.50295272999999952e2"],["-0.65521666999999979e2","0.50285828000000095e2"],["-0.65589995999999985e2","0.50275269000000037e2"],["-0.65690552000000025e2","0.50261108000000036e2"],["-0.65747771999999998e2","0.50256943000000035e2"],["-0.65829453000000001e2","0.50253326000000072e2"],["-0.65845839999999953e2","0.50258888000000013e2"],["-0.65864440999999999e2",50.26888300000013],["-0.65876389000000017e2","0.50276382000000126e2"],["-0.65898055999999883e2","0.50284995999999978e2"],["-0.65918059999999969e2","0.50288329999999974e2"],["-0.65952498999999932e2","0.50288887000000045e2"],["-0.65974166999999966e2","0.50283882000000006e2"],["-0.65986937999999896e2","0.50278328000000045e2"],["-0.65993057000000022e2","0.50275269000000037e2"],["-0.66004180999999903e2","0.50268326000000059e2"],["-0.66024718999999948e2","0.50251389000000074e2"],["-0.66043334999999956e2","0.50222214000000008e2"],["-0.66083327999999995e2","0.50193603999999937e2"],["-0.66089721999999881e2","0.50191375999999991e2"],["-0.66163329999999974e2","0.50197212000000036e2"],["-0.66314163000000008e2","0.50209717000000012e2"],["-0.66406386999999938e2","0.50239989999999977e2"],[-66.40695199999999,"0.50245270000000005e2"],["-0.66412215999999944e2","0.50260551000000135e2"],["-0.66416945999999996e2","0.50264442000000031e2"],["-0.66423049999999932e2","0.50267768999999987e2"],["-0.66433318999999983e2","0.50269714000000135e2"],["-0.66441665999999941e2","0.50269157000000064e2"],["-0.66456389999999999e2",50.26638800000012],["-0.66469727000000034e2","0.50261939999999981e2"],["-0.66494720000000029e2","0.50249435000000005e2"],["-0.66511948000000018e2","0.50239158999999972e2"],["-0.66700835999999924e2","0.50102493000000095e2"],["-0.66723327999999924e2","0.50078331000000048e2"],["-0.66861937999999896e2","0.50022491000000116e2"],["-0.66882492000000013e2","0.50016662999999994e2"],["-0.66896118000000001e2","0.50011940000000038e2"],["-0.66920273000000009e2","0.50000275000000101e2"],["-0.66942489999999907e2","0.49985825000000034e2"],["-0.66958617999999944e2","0.49974709000000075e2"],["-0.66963622999999984e2","0.49969154000000003e2"],["-0.66966399999999965e2","0.49963326000000052e2"],["-0.66975280999999995e2","0.49943603999999993e2"],["-0.66975829999999974e2","0.49937767000000065e2"],["-0.66965560999999923e2","0.49919441000000063e2"],["-0.66963332999999977e2","0.49914711000000011e2"],["-0.67016402999999855e2","0.49854712999999947e2"],["-0.67061385999999857e2","0.49841377000000023e2"],["-0.67065276999999924e2","0.49845543000000077e2"],["-0.67073897999999929e2","0.49848045000000013e2"],["-0.67095839999999896e2","0.49843605000000139e2"],["-0.67115829000000019e2","0.49836655000000121e2"],["-0.67121658000000025e2","0.49833327999999995e2"],["-0.67137222000000008e2","0.49821381000000031e2"],["-0.67146666999999979e2","0.49812492000000134e2"],["-0.67151397999999915e2","0.49806937999999946e2"],["-0.67162216000000001e2",49.79055000000011],["-0.67174164000000019e2","0.49764717000000132e2"],["-0.67238892000000021e2","0.49590546000000074e2"],["-0.67240828999999962e2","0.49578880000000083e2"],["-0.67241378999999995e2",49.56749700000006],["-0.67240828999999962e2","0.49556655999999975e2"],["-0.67239990000000034e2","0.49551659000000029e2"],["-0.67235000999999954e2",49.53555300000005],["-0.67228881999999999e2","0.49510277000000031e2"],["-0.67229171999999949e2","0.49483047000000113e2"],["-0.67230834999999956e2","0.49476936000000023e2"],["-0.67233886999999982e2",49.47026800000009],["-0.67369155999999975e2","0.49332771000000037e2"],[-67.375,"0.49327217000000019e2"],["-0.67386123999999995e2","0.49322220000000073e2"],["-0.67402785999999878e2",49.3211060000001],["-0.67420273000000009e2","0.49321663000000001e2"],["-0.67438599000000011e2","0.49324440000000095e2"],["-0.67473617999999988e2","0.49326660000000118e2"],["-0.67569732999999985e2","0.49329994000000113e2"],["-0.67577498999999989e2","0.49329163000000108e2"],["-0.67706389999999999e2","0.49312767000000065e2"],["-0.67939163000000008e2","0.49287773000000129e2"],["-0.67975280999999995e2","0.49284996000000035e2"],["-0.68119720000000029e2","0.49271660000000054e2"],["-0.68127212999999983e2","0.49269440000000031e2"],["-0.68131942999999922e2","0.49266106000000093e2"],["-0.68136397999999929e2","0.49260550999999964e2"],["-0.68138900999999919e2",49.25471500000009],["-0.68140563999999927e2","0.49248604000000057e2"],["-0.68143889999999885e2",49.23054500000012],["-0.68180832000000009e2",49.12193300000007],["-0.68184997999999894e2","0.49116104000000064e2"],["-0.68189712999999927e2","0.49112212999999997e2"],["-0.68194992000000013e2",49.10833000000008],["-0.68201110999999912e2","0.49105552999999986e2"],["-0.68221663999999976e2","0.49100273000000072e2"],["-0.68369445999999982e2","0.49069443000000035e2"],["-0.68442489999999964e2","0.49095543000000077e2"],["-0.68571395999999993e2",49.061104],[-68.59056099999998,"0.49054161000000022e2"],["-0.68606948999999929e2","0.49042496000000142e2"],["-0.68626099000000011e2","0.49023880000000133e2"],["-0.68696380999999974e2","0.48939987000000087e2"],["-0.68876937999999996e2",48.85193600000008],["-0.69047775000000001e2","0.48773048000000074e2"],[-69.06082200000003,"0.48767494000000056e2"],["-0.69064437999999996e2","0.48762496999999996e2"],["-0.69084732000000031e2",48.72165700000005],["-0.69089446999999893e2","0.48709435000000042e2"],["-0.69093612999999948e2","0.48691933000000006e2"],["-0.69096114999999941e2","0.48674995000000138e2"],["-0.69099441999999897e2","0.48663322000000107e2"],["-0.69106109999999944e2","0.48644996999999989e2"],["-0.69111937999999896e2",48.63249200000007],["-0.69123885999999914e2","0.48614716000000101e2"],["-0.69142501999999922e2","0.48594994000000042e2"],[-69.14805599999994,"0.48591102999999976e2"],[-69.15972899999997,48.58526599999999],["-0.69166397000000018e2","0.48583328000000051e2"],["-0.69184158000000025e2","0.48584717000000069e2"],["-0.69201675000000023e2","0.48588599999999985e2"],["-0.69218612999999948e2","0.48589713999999958e2"],["-0.69226669000000015e2","0.48588882000000069e2"],["-0.69231383999999935e2","0.48585548000000074e2"],["-0.69236388999999917e2","0.48581108000000029e2"],["-0.69265288999999939e2","0.48541663999999969e2"],["-0.69279448999999943e2","0.48515831000000048e2"],["-0.69282776000000013e2","0.48504166000000112e2"],["-0.69283324999999934e2","0.48493049999999982e2"],["-0.69282500999999968e2","0.48482490999999982e2"],["-0.69292770000000019e2","0.48457771000000093e2"],["-0.69301102000000014e2","0.48446655000000135e2"],["-0.69432769999999948e2","0.48307770000000005e2"],["-0.69437774999999988e2","0.48303047000000049e2"],["-0.69454726999999991e2","0.48291939000000013e2"],["-0.69597777999999948e2","0.48207497000000046e2"],["-0.69672775000000001e2",48.14388300000013],["-0.69683884000000035e2","0.48137772000000041e2"],["-0.69691375999999991e2","0.48137496999999996e2"],[-69.80082699999997,"0.48153603000000032e2"],["-0.69810271999999941e2","0.48155822999999998e2"],["-0.69734725999999966e2","0.48113609000000054e2"],["-0.69730285999999978e2",48.10943600000013],["-0.69732498000000021e2","0.48103607000000125e2"],["-0.69786391999999864e2","0.47994713000000047e2"],["-0.69839447000000007e2","0.47907210999999961e2"],["-0.69925827000000027e2","0.47773048000000074e2"],[-69.93582200000003,"0.47764441999999974e2"],["-0.70002227999999945e2","0.47711936999999978e2"],["-0.70015563999999983e2","0.47702773999999977e2"],["-0.70071945000000028e2","0.47674713000000054e2"],["-0.70077498999999989e2","0.47672493000000088e2"],["-0.70091109999999958e2","0.47669159000000093e2"],["-0.70132767000000001e2","0.47644996999999989e2"],["-0.70179992999999968e2","0.47608330000000024e2"],["-0.70190276999999924e2","0.47599159000000043e2"],["-0.70202498999999989e2","0.47583053999999947e2"],["-0.70206116000000009e2","0.47576660000000118e2"],["-0.70208343999999897e2","0.47570549000000028e2"],["-0.70209441999999967e2","0.47553879000000109e2"],["-0.70207503999999915e2",47.533051],["-0.70208618000000001e2","0.47527214000000072e2"],["-0.70217223999999931e2","0.47508330999999998e2"],["-0.70225554999999929e2","0.47496384000000035e2"],[-70.2308349999999,"0.47492493000000138e2"],["-0.70299727999999959e2","0.47466933999999924e2"],["-0.70341674999999952e2","0.47460548000000017e2"],["-0.70461944999999901e2","0.47429993000000024e2"],["-0.70502501999999993e2","0.47390830999999991e2"],["-0.70555831999999953e2","0.47322769000000108e2"],[-70.56639100000001,"0.47304161000000022e2"],["-0.70568618999999956e2","0.47298049999999932e2"],["-0.70571120999999948e2","0.47281104999999968e2"],["-0.70574172999999973e2","0.47274437000000034e2"],["-0.70586120999999991e2","0.47257773999999927e2"],["-0.70699431999999945e2","0.47126099000000011e2"],["-0.70721664000000033e2","0.47101387000000102e2"],["-0.70733063000000016e2","0.47095543000000134e2"],["-0.70792496000000028e2","0.47068329000000119e2"],["-0.70817504999999926e2","0.47058884000000035e2"],["-0.70823623999999938e2","0.47056938000000002e2"],["-0.70866942999999935e2","0.47051383999999985e2"],["-0.70893341000000021e2","0.47045273000000066e2"],["-0.70923049999999932e2","0.47032211000000075e2"],["-0.70973617999999988e2","0.47003326000000015e2"],["-0.71113616999999863e2","0.46912491000000045e2"],["-0.71182495000000017e2","0.46864158999999972e2"],["-0.71197495000000004e2","0.46852493000000038e2"],["-0.71198607999999979e2","0.46846382000000119e2"],["-0.71299164000000019e2","0.46742218000000094e2"],["-0.71291945999999996e2","0.46744156000000032e2"],["-0.71279723999999931e2","0.46749161000000072e2"],["-0.71209441999999967e2","0.46782494000000099e2"],[-71.19888299999991,"0.46788887000000045e2"],["-0.71188888999999961e2","0.46796661000000029e2"],["-0.71184432999999956e2","0.46802773000000059e2"],["-0.71178329000000019e2","0.46815269000000114e2"],["-0.71166396999999904e2","0.46831108000000029e2"],["-0.71156112999999948e2","0.46838882000000069e2"],["-0.71149993999999936e2","0.46842491000000052e2"],["-0.71143615999999952e2","0.46844711000000075e2"],["-0.71130554000000018e2","0.46847487999999998e2"],["-0.71115279999999984e2",46.84887700000013],["-0.71100280999999995e2",46.84887700000013],["-0.71083327999999995e2","0.46847487999999998e2"],["-0.70986937999999952e2","0.46854164000000083e2"],["-0.70772232000000031e2","0.46915825000000041e2"],["-0.70766402999999912e2","0.46918884000000048e2"],["-0.70755004999999983e2","0.46936652999999978e2"],["-0.70744445999999925e2","0.46943320999999912e2"],["-0.70737502999999947e2","0.46946098000000006e2"],["-0.70638061999999991e2","0.46981658999999979e2"],["-0.70618880999999931e2","0.46988045000000056e2"],["-0.70604996000000028e2","0.46990273000000059e2"],["-0.70575012000000015e2","0.46993324000000086e2"],["-0.70553328999999962e2","0.46998047000000042e2"],["-0.70541381999999942e2",47.00249500000001],["-0.70530288999999925e2","0.47007773999999984e2"],["-0.70506957999999997e2",47.02027099999998],["-0.70486389000000031e2","0.47033607000000131e2"],["-0.70461120999999935e2","0.47053604000000007e2"],["-0.70334166999999923e2",47.15554800000001],["-0.70310271999999941e2","0.47176659000000086e2"],["-0.70273055999999997e2","0.47213608000000136e2"],["-0.70111114999999984e2","0.47340546000000131e2"],["-0.70078888000000006e2","0.47361106999999947e2"],["-0.70048888999999974e2","0.47386107999999979e2"],["-0.70044158999999922e2","0.47390830999999991e2"],["-0.70040833000000021e2","0.47397217000000069e2"],["-0.70039992999999868e2","0.47402771000000087e2"],["-0.69967498999999975e2","0.47505829000000062e2"],[-69.90194699999995,"0.47537216000000001e2"],["-0.69896392999999932e2","0.47541107000000068e2"],["-0.69805832000000009e2","0.47613052000000096e2"],[-69.65943900000002,"0.47744713000000104e2"],["-0.69639998999999875e2","0.47762772000000041e2"],["-0.69593063000000029e2","0.47808884000000091e2"],["-0.69556655999999862e2","0.47856384000000048e2"],["-0.69556380999999931e2","0.47866661000000022e2"],["-0.69544158999999979e2","0.47883605999999986e2"],["-0.69526672000000019e2",47.90415999999999],["-0.69508057000000008e2","0.47924438000000009e2"],["-0.69498885999999857e2","0.47933875999999998e2"],["-0.69469727000000034e2","0.47961937000000091e2"],["-0.69450561999999991e2","0.47979155999999989e2"],["-0.69429169000000002e2","0.47995270000000119e2"],["-0.69418335000000013e2","0.48001389000000131e2"],["-0.69411666999999966e2","0.48003326000000015e2"],["-0.69275283999999942e2","0.48067772000000048e2"],[-69.11610399999995,"0.48178604000000064e2"],["-0.69101943999999946e2","0.48192764000000125e2"],[-69.08666999999997,"0.48204994000000056e2"],["-0.69054168999999888e2","0.48228600000000142e2"],["-0.69016402999999968e2","0.48254165999999998e2"],["-0.68968613000000005e2","0.48279990999999995e2"],["-0.68940552000000025e2","0.48294998000000021e2"],["-0.68831679999999892e2","0.48344711000000132e2"],["-0.68695267000000001e2","0.48396385000000123e2"],["-0.68541381999999999e2","0.48451385000000016e2"],["-0.68529448999999943e2","0.48457214000000022e2"],["-0.68519164999999987e2",48.464157],["-0.68513061999999877e2","0.48469437000000084e2"],["-0.68496947999999918e2","0.48490273000000116e2"],["-0.68473891999999978e2","0.48515549000000135e2"],["-0.68469161999999869e2","0.48520271000000037e2"],["-0.68453613000000018e2","0.48532494000000099e2"],["-0.68434433000000013e2","0.48541663999999969e2"],["-0.68422501000000011e2","0.48545272999999952e2"],["-0.68407776000000013e2","0.48548050000000046e2"],["-0.68375823999999852e2","0.48546386999999925e2"],["-0.68368606999999997e2","0.48547493000000145e2"],["-0.68354445999999996e2","0.48551384000000041e2"],["-0.68348342999999886e2","0.48554161000000136e2"],["-0.68336670000000026e2","0.48561661000000015e2"],["-0.68283324999999991e2","0.48600273000000016e2"],["-0.68236937999999952e2","0.48625549000000035e2"],["-0.68211120999999935e2","0.48636658000000125e2"],["-0.68193328999999892e2","0.48643051000000071e2"],["-0.68179168999999945e2","0.48646660000000111e2"],[-68.15695199999999,48.64916199999999],["-0.68125548999999978e2","0.48648330999999985e2"],["-0.68111938000000009e2","0.48651382000000012e2"],["-0.67973617999999988e2","0.48695541000000105e2"],["-0.67709441999999854e2","0.48793884000000105e2"],["-0.67531386999999995e2","0.48859160999999972e2"],["-0.67209732000000031e2","0.48935822000000087e2"],["-0.67087783999999999e2","0.48960823000000119e2"],["-0.67067504999999983e2","0.48966933999999981e2"],["-0.67015838999999971e2","0.48986938000000123e2"],["-0.66991669000000002e2","0.48999160999999958e2"],["-0.66960830999999985e2","0.49011940000000038e2"],["-0.66922775000000001e2","0.49026657000000057e2"],["-0.66916397000000018e2","0.49028877000000023e2"],["-0.66722503999999958e2",49.08998900000006],["-0.66421660999999915e2","0.49162765999999976e2"],["-0.66306106999999997e2","0.49186935000000119e2"],["-0.66225005999999951e2","0.49200829000000056e2"],["-0.66089172000000019e2","0.49218597000000045e2"],["-0.66074172999999973e2","0.49219711000000018e2"],["-0.65832503999999915e2","0.49231377000000009e2"],["-0.65678328999999962e2","0.49245543999999995e2"],["-0.65496947999999975e2","0.49261664999999994e2"],["-0.65447219999999959e2","0.49262215000000026e2"],["-0.65394454999999994e2","0.49259719999999959e2"],["-0.65359726000000023e2","0.49256660000000124e2"],["-0.64996947999999918e2","0.49220267999999919e2"],["-0.64916655999999989e2",49.20665699999995],["-0.64825561999999934e2","0.49187767000000008e2"],["-0.64805831999999953e2",49.18332700000002],["-0.64795273000000009e2","0.49176102000000128e2"],["-0.64791945999999939e2","0.49171661000000029e2"],["-0.64774718999999948e2","0.49159987999999998e2"],["-0.64763335999999924e2","0.49154160000000047e2"],["-0.64748885999999914e2","0.49148048000000074e2"],["-0.64731948999999986e2","0.49142220000000009e2"],["-0.64660827999999867e2","0.49123047000000042e2"],["-0.64641112999999962e2","0.49118880999999988e2"],["-0.64606658999999922e2","0.49117210000000114e2"],[-64.58805799999999,"0.49112212999999997e2"],["-0.64376388999999961e2","0.48997771999999998e2"],["-0.64235549999999989e2","0.48910271000000023e2"],["-0.64221663999999976e2","0.48898331000000098e2"],[-64.21444699999995,"0.48889434999999992e2"],["-0.64208892999999989e2","0.48880547000000035e2"],["-0.64152221999999938e2","0.48764999000000046e2"],["-0.64152495999999985e2","0.48759995000000117e2"],["-0.64158050999999944e2",48.75610400000005],["-0.64167769999999962e2","0.48758331000000055e2"],["-0.64208892999999989e2","0.48782767999999976e2"],["-0.64213332999999977e2","0.48786659000000043e2"],["-0.64229995999999971e2","0.48797493000000088e2"],["-0.64244155999999975e2","0.48803604000000007e2"],["-0.64290282999999931e2","0.48821106000000043e2"],["-0.64298889000000031e2","0.48823883000000137e2"],["-0.64315552000000025e2","0.48828880000000026e2"],["-0.64377212999999927e2","0.48846382000000062e2"],["-0.64395844000000011e2","0.48851105000000075e2"],["-0.64512222000000008e2",48.87471000000005],["-0.64530562999999916e2",48.87721300000004],["-0.64548888999999917e2","0.48878326000000072e2"],["-0.64543335000000013e2",48.873604],["-0.64532775999999956e2","0.48866936000000067e2"],["-0.64464447000000007e2","0.48824440000000038e2"],["-0.64374161000000015e2","0.48787773000000016e2"],["-0.64266662999999994e2","0.48713326000000109e2"],["-0.64256957999999997e2","0.48706099999999992e2"],["-0.64173049999999932e2","0.48639435000000049e2"],[-64.16194200000001,"0.48627487000000031e2"],["-0.64160004000000015e2","0.48622765000000129e2"],["-0.64166945999999996e2","0.48621376000000112e2"],["-0.64193053999999961e2","0.48623604000000057e2"],[-64.24110399999995,"0.48622215000000097e2"],["-0.64255004999999926e2","0.48618599000000017e2"],["-0.64260833999999875e2","0.48615828999999962e2"],["-0.64265288999999996e2","0.48610825000000034e2"],["-0.64269729999999981e2","0.48604713000000061e2"],["-0.64274718999999948e2","0.48592766000000097e2"],["-0.64280563000000029e2","0.48575271999999984e2"],["-0.64282500999999911e2","0.48569160000000011e2"],["-0.64283324999999877e2","0.48563605999999993e2"],["-0.64279174999999952e2","0.48554161000000136e2"],["-0.64273330999999928e2","0.48550545000000056e2"],["-0.64264174999999909e2","0.48549164000000019e2"],["-0.64245834000000002e2","0.48546661000000086e2"],["-0.64219161999999983e2","0.48528327999999988e2"],["-0.64246384000000035e2","0.48488044999999943e2"],["-0.64322509999999852e2","0.48437210000000107e2"],["-0.64426392000000021e2","0.48404160000000047e2"],["-0.64493057000000022e2","0.48394440000000145e2"],["-0.64506667999999991e2","0.48391663000000051e2"],["-0.64586945000000014e2",48.36832400000003],[-64.68638599999997,"0.48338326000000109e2"],["-0.64731383999999878e2","0.48274712000000022e2"],["-0.64750290000000007e2","0.48245827000000133e2"],["-0.64753890999999953e2","0.48239989999999977e2"],["-0.64760559000000001e2","0.48227211000000125e2"],["-0.64768065999999976e2","0.48202774000000034e2"],["-0.64771392999999989e2","0.48196381000000088e2"],["-0.64778610000000015e2",48.19499200000007],[-64.87332200000003,"0.48180550000000096e2"],["-0.64931670999999994e2","0.48171661000000029e2"],["-0.64972503999999958e2","0.48135269000000051e2"],[-65.15306099999998,"0.48052216000000044e2"],["-0.65196654999999964e2","0.48033607000000075e2"],["-0.65202788999999996e2","0.48031380000000013e2"],["-0.65270003999999972e2","0.48012771999999984e2"],["-0.65305832000000009e2","0.48005554000000132e2"],["-0.65326950000000011e2","0.48002220000000136e2"],["-0.65455565999999976e2","0.48000274999999988e2"],["-0.65463897999999972e2","0.48002777000000037e2"],["-0.65472778000000005e2","0.48011383000000137e2"],["-0.65478607000000011e2","0.48019714000000079e2"],["-0.65484726000000023e2","0.48033882000000119e2"],["-0.65491104000000007e2","0.48042496000000142e2"],["-0.65504181000000017e2","0.48048882000000049e2"],["-0.65689162999999951e2","0.48093879999999956e2"],["-0.65764449999999897e2","0.48109993000000031e2"],["-0.65888900999999919e2","0.48199158000000011e2"],["-0.65904175000000009e2","0.48205826000000002e2"],["-0.65949996999999939e2","0.48191101000000003e2"],["-0.65956389999999999e2","0.48188881000000038e2"],["-0.66006957999999997e2","0.48159156999999993e2"],["-0.66024718999999948e2","0.48139160000000118e2"],["-0.66129714999999919e2","0.48107216000000108e2"],["-0.66242767000000015e2","0.48109161000000086e2"],["-0.66396392999999932e2","0.48114998000000071e2"],["-0.66406386999999938e2","0.48116385999999977e2"],["-0.66432495000000017e2","0.48118599000000131e2"],[-66.47084000000001,"0.48119438000000059e2"],["-0.66477782999999988e2","0.48118049999999982e2"],["-0.66484160999999972e2","0.48115546999999992e2"],["-0.66495543999999995e2",48.10943600000013],["-0.66506392999999946e2","0.48102218999999991e2"],[-66.52555799999999,"0.48085548000000017e2"],["-0.66529998999999918e2","0.48080551000000071e2"],["-0.66667220999999984e2","0.48028328000000101e2"],["-0.66673614999999984e2","0.48026099999999985e2"],["-0.66763717999999983e2",48.00622599999997],["-0.66843703999999946e2","0.47996650999999986e2"],["-0.66842498999999975e2","0.47992218000000037e2"],[-66.83666999999997,"0.47988884000000041e2"],["-0.66828888000000006e2",47.98721299999994],["-0.66749999999999943e2","0.47979988000000105e2"],["-0.66728881999999942e2","0.47984436000000073e2"],["-0.66610824999999977e2","0.48011107999999979e2"],["-0.66584731999999974e2","0.48019440000000145e2"],["-0.66573333999999988e2","0.48025826000000052e2"],["-0.66540558000000033e2","0.48036385000000109e2"],["-0.66434433000000013e2","0.48067497000000003e2"],["-0.66420273000000009e2","0.48070549000000085e2"],["-0.66364165999999955e2","0.48073326000000009e2"],["-0.66356658999999922e2","0.48073326000000009e2"],["-0.66350829999999917e2","0.48069717000000026e2"],["-0.66349990999999932e2",48.06471300000004],["-0.66259170999999981e2","0.47999435000000119e2"],["-0.66042220999999984e2","0.47935822000000087e2"],["-0.65988892000000021e2","0.47923881999999992e2"],["-0.65970276000000013e2",47.92083000000008],["-0.65936935000000005e2",47.92083000000008],["-0.65922225999999966e2","0.47922768000000019e2"],[-65.90695199999999,"0.47923325000000091e2"],["-0.65880279999999914e2","0.47920547000000113e2"],["-0.65843886999999995e2","0.47911377000000073e2"],["-0.65818619000000012e2","0.47903877000000023e2"],["-0.65811385999999914e2","0.47900825999999995e2"],["-0.65793609999999944e2","0.47890831000000048e2"],["-0.65772780999999952e2","0.47876380999999924e2"],["-0.65757506999999976e2","0.47865273000000116e2"],["-0.65746383999999978e2","0.47852775999999949e2"],["-0.65725005999999894e2",47.82749199999995],["-0.65718613000000005e2","0.47818886000000077e2"],["-0.65714447000000007e2","0.47809433000000013e2"],["-0.65713622999999984e2","0.47804161000000079e2"],["-0.65696944999999971e2","0.47733047000000113e2"],["-0.65671936000000017e2","0.47645828000000051e2"],["-0.65667770000000019e2","0.47641380000000083e2"],["-0.65634734999999978e2",47.62082700000002],["-0.65628326000000015e2","0.47623046999999985e2"],["-0.65389998999999989e2","0.47736107000000004e2"],["-0.65332779000000016e2","0.47766937000000041e2"],["-0.65253890999999953e2","0.47801659000000029e2"],["-0.65240829000000019e2","0.47806655999999975e2"],["-0.65202788999999996e2","0.47818603999999993e2"],["-0.65167496000000028e2","0.47825271999999984e2"],["-0.65044723999999974e2","0.47844436999999914e2"],["-0.65020844000000011e2","0.47844993999999986e2"],["-0.64985000999999954e2",47.84137700000008],["-0.64815552000000025e2","0.47811104000000114e2"],["-0.64805557000000022e2","0.47808884000000091e2"],["-0.64797226000000023e2","0.47806381000000101e2"],["-0.64719161999999983e2","0.47764441999999974e2"],["-0.64713332999999977e2","0.47761108000000036e2"],["-0.64676665999999955e2","0.47735550000000103e2"],["-0.64670273000000009e2","0.47726936000000023e2"],[-64.67332499999992,"0.47720268000000033e2"],["-0.64679442999999992e2","0.47716659999999933e2"],["-0.64703612999999905e2","0.47706940000000031e2"],["-0.64803328999999962e2","0.47630547000000092e2"],["-0.64859725999999966e2","0.47576660000000118e2"],["-0.64870093999999995e2","0.47536293000000057e2"],[-64.87110899999999,"0.47515831000000048e2"],["-0.64870270000000005e2","0.47510826000000009e2"],["-0.64875548999999978e2","0.47460823000000062e2"],["-0.64880828999999949e2","0.47432495000000074e2"],["-0.64886397999999986e2","0.47414154000000053e2"],["-0.64910004000000015e2","0.47353049999999996e2"],["-0.65138061999999991e2","0.47192215000000033e2"],["-0.65226944000000003e2","0.47140831000000048e2"],["-0.65238327000000027e2","0.47134720000000129e2"],["-0.65263335999999924e2","0.47124435000000005e2"],["-0.65339721999999938e2","0.47099433999999974e2"],["-0.65364165999999955e2","0.47089714000000072e2"],["-0.65369994999999903e2","0.47086655000000121e2"],["-0.65365279999999871e2","0.47082771000000093e2"],["-0.65218886999999881e2","0.47053604000000007e2"],["-0.65101105000000018e2","0.47076942000000088e2"],["-0.65017226999999934e2","0.47091377000000023e2"],["-0.64805557000000022e2","0.47083054000000061e2"],["-0.64798614999999927e2","0.47079993999999999e2"],["-0.64802779999999927e2","0.46993049999999926e2"],["-0.64803328999999962e2","0.46987495000000024e2"],["-0.64807220000000029e2","0.46981658999999979e2"],["-0.64812209999999993e2","0.46977768000000083e2"],["-0.64818068999999923e2",46.9741590000001],["-0.64835830999999985e2","0.46965827999999988e2"],["-0.64857223999999974e2",46.95277399999992],["-0.64871933000000013e2","0.46939430000000016e2"],["-0.64880279999999914e2","0.46930549999999982e2"],["-0.64892226999999991e2",46.91443600000008],["-0.64896117999999944e2","0.46908882000000062e2"],[-64.89916999999997,"0.46902489000000116e2"],["-0.64904998999999975e2","0.46883606000000043e2"],["-0.64906386999999995e2","0.46872490000000084e2"],["-0.64904998999999975e2","0.46851105000000132e2"],["-0.64903609999999901e2","0.46840827999999931e2"],["-0.64877212999999983e2","0.46791107000000068e2"],["-0.64863891999999964e2","0.46774436999999921e2"],["-0.64818068999999923e2",46.72165700000005],["-0.64748610999999983e2","0.46702773999999977e2"],["-0.64740279999999984e2",46.70249200000012],["-0.64726394999999911e2","0.46696381000000031e2"],[-64.72084000000001,"0.46693047000000035e2"],["-0.64713332999999977e2","0.46684158000000139e2"],["-0.64711120999999991e2","0.46679993000000138e2"],["-0.64708617999999944e2","0.46669991000000039e2"],["-0.64705001999999979e2","0.46638329000000056e2"],[-64.67332499999992,"0.46500832000000003e2"],[-64.66194200000001,"0.46468048000000124e2"],["-0.64650833000000034e2","0.46460548000000074e2"],["-0.64621933000000013e2","0.46427216000000101e2"],["-0.64613616999999977e2","0.46414435999999966e2"],["-0.64611938000000009e2","0.46409714000000065e2"],["-0.64615004999999996e2","0.46392494000000113e2"],["-0.64613051999999982e2","0.46366104000000064e2"],["-0.64504181000000017e2","0.46240273000000002e2"],["-0.64402221999999995e2","0.46233047000000056e2"],["-0.64237503000000004e2","0.46229155999999989e2"],["-0.64116942999999935e2","0.46181938000000059e2"],["-0.64035552999999993e2","0.46182213000000104e2"],["-0.63970832999999914e2","0.46180549999999982e2"],["-0.63954444999999964e2","0.46178046999999992e2"],["-0.63830283999999949e2","0.46146385000000066e2"],["-0.63822226999999998e2",46.14388299999996],["-0.63776389999999935e2","0.46121101000000067e2"],[-63.77305599999994,"0.46117493000000138e2"],["-0.63771111000000019e2","0.46112769999999955e2"],["-0.63772498999999868e2","0.46108046999999999e2"],["-0.63776947000000007e2","0.46103325000000098e2"],["-0.63783057999999983e2","0.46099716000000058e2"],["-0.63799445999999989e2","0.46091377000000023e2"],["-0.63805557000000022e2","0.46089157000000057e2"],["-0.63886391000000003e2",46.06082200000003],["-0.63892501999999922e2","0.46058884000000091e2"],["-0.63919448999999929e2","0.46053047000000106e2"],["-0.63926948999999922e2","0.46052490000000034e2"],["-0.63988608999999997e2","0.46051933000000133e2"],["-0.64023330999999985e2","0.46057495000000074e2"],[-64.06806899999998,"0.46059433000000013e2"],["-0.64072509999999966e2","0.46054710000000057e2"],["-0.64093886999999995e2","0.46021659999999997e2"],["-0.64065001999999879e2","0.46004715000000033e2"],["-0.64042785999999978e2","0.45991898000000049e2"],["-0.64012512000000015e2","0.46005829000000006e2"],["-0.64005279999999914e2","0.46005554000000018e2"],["-0.63913054999999986e2","0.45979987999999935e2"],["-0.63864166000000012e2","0.45961105000000032e2"],["-0.63859443999999996e2","0.45951934999999992e2"],["-0.63861389000000031e2",45.94582400000013],["-0.63846106999999961e2","0.45930824000000143e2"],["-0.63714721999999995e2","0.45840546000000074e2"],["-0.63669998000000021e2","0.45818054000000018e2"],["-0.63664161999999976e2","0.45815268999999944e2"],["-0.63645836000000031e2","0.45833328000000051e2"],["-0.63631667999999991e2","0.45859436000000017e2"],["-0.63600280999999995e2","0.45869986999999924e2"],["-0.63580558999999937e2","0.45874435000000119e2"],["-0.63482498000000021e2","0.45877213000000097e2"],["-0.63474441999999954e2","0.45876938000000052e2"],["-0.63457221999999888e2","0.45874160999999958e2"],["-0.63420279999999934e2","0.45864997999999957e2"],["-0.63406661999999926e2","0.45858887000000095e2"],["-0.63403884999999946e2","0.45854439000000127e2"],[-63.42861199999993,"0.45823607999999979e2"],["-0.63434440999999936e2","0.45820831000000112e2"],["-0.63441108999999926e2","0.45819442999999978e2"],["-0.63456107999999972e2","0.45818886000000077e2"],["-0.63488051999999925e2","0.45820831000000112e2"],["-0.63513335999999981e2",45.82416500000005],["-0.63520835999999974e2","0.45823883000000023e2"],["-0.63525832999999977e2","0.45819992000000127e2"],[-63.52666499999998,"0.45814438000000109e2"],["-0.63523612999999898e2","0.45809989999999971e2"],["-0.63515556000000004e2","0.45807213000000047e2"],["-0.63506950000000018e2","0.45805824000000086e2"],["-0.63433608999999933e2","0.45799438000000009e2"],["-0.63425560000000019e2","0.45799164000000076e2"],[-63.34332999999998,"0.45797492999999974e2"],["-0.63328338999999971e2",45.79833200000013],["-0.63287223999999981e2","0.45805549999999982e2"],["-0.63281113000000005e2","0.45807769999999948e2"],["-0.63274170000000026e2","0.45808883999999978e2"],["-0.63251113999999973e2","0.45809714999999983e2"],["-0.63235000999999954e2",45.80860100000001],["-0.63229439000000013e2","0.45804993000000081e2"],["-0.63233329999999967e2","0.45799438000000009e2"],["-0.63238892000000021e2","0.45796386999999982e2"],["-0.63313889000000017e2","0.45769440000000031e2"],["-0.63319725000000005e2","0.45768051000000071e2"],["-0.63355835000000013e2","0.45764442000000031e2"],["-0.63372222999999906e2",45.76638800000012],["-0.63379997000000003e2","0.45766106000000036e2"],["-0.63381942999999978e2","0.45759995000000004e2"],["-0.63376663000000008e2","0.45755829000000062e2"],["-0.63361114999999984e2","0.45745543999999938e2"],["-0.63354445999999939e2","0.45742493000000138e2"],[-63.31361400000003,"0.45736938000000066e2"],["-0.63282501000000025e2","0.45733330000000137e2"],["-0.63189719999999966e2",45.73443600000013],["-0.63120833999999945e2","0.45759438000000102e2"],["-0.63090552999999943e2","0.45790276000000063e2"],["-0.63082779000000016e2",45.80332199999998],["-0.62993888999999967e2","0.45796386999999982e2"],["-0.62985275000000001e2","0.45794998000000135e2"],["-0.62958336000000031e2","0.45788887000000045e2"],["-0.62723610000000008e2","0.45764160000000004e2"],["-0.62677779999999984e2","0.45764160000000004e2"],["-0.62557220000000029e2","0.45674713000000111e2"],["-0.62503890999999953e2","0.45627487000000087e2"],["-0.62461944999999957e2","0.45612495000000081e2"],["-0.62250281999999913e2","0.45708327999999995e2"],["-0.62092772999999966e2","0.45781105000000139e2"],["-0.62035003999999958e2","0.45820831000000112e2"],["-0.62015006999999912e2","0.45836655000000007e2"],["-0.61973327999999981e2","0.45867210000000057e2"],["-0.61931388999999967e2","0.45884720000000016e2"],["-0.61925559999999962e2","0.45886107999999922e2"],["-0.61917503000000011e2","0.45885551000000021e2"],["-0.61903052999999886e2",45.87943300000012],[-61.89805599999994,"0.45875267000000008e2"],["-0.61896110999999962e2","0.45871101000000124e2"],[-61.89805599999994,"0.45865273000000002e2"],["-0.61903327999999988e2","0.45861382000000106e2"],["-0.61914718999999934e2",45.8555530000001],["-0.61919448999999986e2","0.45851105000000132e2"],["-0.61923332000000016e2","0.45845543000000021e2"],["-0.61925559999999962e2","0.45839432000000102e2"],["-0.61925277999999992e2","0.45834434999999985e2"],["-0.61889998999999989e2","0.45701385000000016e2"],["-0.61885558999999887e2","0.45690544000000102e2"],[-61.88138600000002,"0.45686653000000035e2"],["-0.61792228999999907e2","0.45639160000000118e2"],["-0.61783332999999971e2","0.45636658000000011e2"],["-0.61735000999999897e2","0.45623322000000087e2"],["-0.61724998000000028e2",45.62082700000002],["-0.61618056999999965e2","0.45610550000000046e2"],["-0.61603888999999924e2","0.45635269000000051e2"],["-0.61569999999999936e2","0.45669991000000039e2"],["-0.61565001999999936e2","0.45673882000000106e2"],["-0.61559165999999948e2","0.45676659000000029e2"],["-0.61546111999999994e2","0.45681106999999997e2"],["-0.61526107999999965e2","0.45685265000000129e2"],["-0.61504447999999968e2","0.45686935000000062e2"],["-0.61488892000000021e2","0.45686935000000062e2"],["-0.61471382000000006e2","0.45682495000000074e2"],["-0.61466110000000015e2","0.45678878999999995e2"],["-0.61396392999999932e2","0.45626656000000082e2"],["-0.61386947999999961e2","0.45618880999999988e2"],["-0.61353427999999951e2",45.56971400000009],["-0.61316146999999944e2","0.45533173000000033e2"],["-0.61260001999999929e2","0.45510277000000087e2"],["-0.61232356999999979e2",45.46119299999998],["-0.61294167000000016e2","0.45434714999999926e2"],[-61.36500499999994,"0.45404160000000104e2"],["-0.61368057000000022e2","0.45413879000000122e2"],["-0.61374717999999973e2","0.45416938999999957e2"],["-0.61388610999999912e2",45.41415400000011],["-0.61400832999999977e2","0.45410820000000115e2"],["-0.61413329999999974e2","0.45406937000000028e2"],["-0.61462219000000005e2","0.45384438000000046e2"],["-0.61477492999999924e2","0.45373047000000099e2"],["-0.61481666999999959e2","0.45367767000000015e2"],["-0.61478881999999999e2","0.45363327000000027e2"],["-0.61463889999999992e2","0.45346939000000134e2"],["-0.61457222000000002e2","0.45343605000000139e2"],["-0.61226386999999932e2","0.45344154000000117e2"],["-0.61153327999999874e2","0.45348327999999981e2"],["-0.61139441999999974e2","0.45348877000000073e2"],["-0.61131667999999991e2","0.45348327999999981e2"],["-0.61047225999999966e2","0.45335548000000017e2"],["-0.60996391000000017e2",45.32749200000012],["-0.60980552999999986e2","0.45324440000000038e2"],[-60.970551,"0.45321663000000115e2"],["-0.60966110000000015e2","0.45318329000000119e2"],["-0.60964721999999995e2","0.45313049000000035e2"],[-60.96527900000001,"0.45295546999999999e2"],["-0.60970276000000013e2","0.45269714000000079e2"],["-0.61050834999999893e2","0.45231102000000078e2"],[-61.0777819999999,"0.45219437000000028e2"],["-0.61090278999999953e2","0.45215546000000131e2"],["-0.61109726000000023e2","0.45210823000000119e2"],["-0.61123329000000012e2","0.45208602999999925e2"],["-0.61139724999999942e2","0.45210823000000119e2"],["-0.61142226999999991e2","0.45215271000000087e2"],["-0.61222220999999934e2",45.23832700000014],["-0.61267501999999979e2","0.45246384000000091e2"],["-0.61313056999999901e2","0.45242766999999958e2"],["-0.61323890999999946e2","0.45236107000000118e2"],["-0.61360000999999954e2","0.45209991000000059e2"],["-0.61373610999999926e2","0.45196380999999974e2"],["-0.61373328999999956e2","0.45191101000000117e2"],["-0.61365554999999972e2","0.45188324000000023e2"],["-0.61349723999999981e2","0.45186935000000005e2"],["-0.61340836000000024e2","0.45184433000000126e2"],["-0.61344161999999869e2","0.45178047000000049e2"],[-61.34944200000001,"0.45174438000000009e2"],["-0.61355002999999954e2","0.45171660999999915e2"],["-0.61384445000000028e2",45.15915700000005],["-0.61397498999999982e2","0.45156097000000045e2"],["-0.61450835999999924e2","0.45145546000000081e2"],["-0.61458611000000019e2","0.45144714000000022e2"],["-0.61543891999999971e2","0.45141662999999994e2"],["-0.61638053999999954e2","0.45120270000000062e2"],["-0.61724715999999944e2","0.45091660000000047e2"],["-0.61898338000000024e2","0.45024993999999992e2"],["-0.62026664999999923e2","0.44984717999999987e2"],["-0.62087775999999963e2",44.97026800000009],["-0.62286391999999921e2","0.44928047000000049e2"],["-0.62391944999999964e2","0.44908325000000048e2"],["-0.62476386999999875e2","0.44895546000000138e2"],["-0.62521942000000024e2","0.44850829999999974e2"],["-0.62546111999999937e2","0.44821663000000001e2"],["-0.62641388000000006e2","0.44809158000000082e2"],["-0.62795005999999887e2","0.44780548000000067e2"],["-0.62801108999999997e2","0.44778603000000089e2"],["-0.62813888999999961e2","0.44750832000000003e2"],["-0.62809998000000007e2","0.44734718000000044e2"],["-0.62851111999999944e2","0.44718323000000112e2"],["-0.62928611999999873e2","0.44733879000000115e2"],["-0.63012779000000023e2","0.44773323000000005e2"],["-0.63020554000000004e2","0.44773880000000077e2"],["-0.63055557000000022e2","0.44772766000000104e2"],[-63.0625,"0.44771378000000027e2"],["-0.63061942999999928e2",44.76638800000012],["-0.63060279999999977e2","0.44761664999999994e2"],["-0.63057502999999997e2","0.44757217000000026e2"],["-0.63043616999999927e2","0.44739989999999977e2"],["-0.63017776000000026e2","0.44722488000000112e2"],["-0.63012504999999919e2","0.44713326000000052e2"],["-0.63011948000000018e2","0.44708046000000138e2"],["-0.63013618000000008e2","0.44702774000000034e2"],["-0.63018332999999927e2","0.44697487000000081e2"],["-0.63048339999999996e2","0.44676102000000128e2"],[-63.05471799999998,"0.44673325000000034e2"],["-0.63104445999999996e2","0.44746658000000139e2"],["-0.63115279999999871e2","0.44731377000000009e2"],["-0.63118331999999953e2","0.44724991000000102e2"],["-0.63138335999999981e2","0.44693047000000092e2"],["-0.63142776000000026e2","0.44688599000000124e2"],["-0.63283057999999926e2","0.44627212999999983e2"],["-0.63439994999999954e2","0.44590828000000045e2"],["-0.63448883000000023e2","0.44593048000000067e2"],[-63.49500299999994,"0.44614715999999987e2"],["-0.63526336999999955e2",44.63610099999994],["-0.63535167999999999e2","0.44642769000000101e2"],["-0.63545334000000025e2","0.44652107000000058e2"],["-0.63556999000000019e2",44.66160600000012],["-0.63615836999999942e2",44.70249199999995],["-0.63635001999999986e2","0.44711380000000133e2"],["-0.63642775999999913e2","0.44714157000000057e2"],["-0.63651107999999965e2","0.44715546000000018e2"],["-0.63658332999999971e2","0.44714995999999985e2"],["-0.63660552999999936e2","0.44708328000000051e2"],["-0.63649444999999957e2","0.44686104000000114e2"],["-0.63640556000000004e2","0.44673050000000046e2"],["-0.63635559000000001e2","0.44668884000000105e2"],["-0.63627776999999924e2","0.44666382000000056e2"],["-0.63606110000000001e2","0.44668884000000105e2"],["-0.63598610000000008e2","0.44667770000000132e2"],["-0.63591942000000017e2","0.44664711000000011e2"],["-0.63583611000000019e2","0.44656936999999971e2"],["-0.63564223999999911e2","0.44620769999999993e2"],["-0.63558220000000006e2","0.44613266000000124e2"],["-0.63555388999999934e2","0.44607769000000019e2"],["-0.63546059000000014e2","0.44588604000000032e2"],["-0.63520835999999974e2","0.44512771999999984e2"],["-0.63520279000000016e2","0.44507773999999984e2"],["-0.63525276000000019e2","0.44495270000000119e2"],["-0.63533332999999971e2","0.44484993000000145e2"],["-0.63542777999999942e2","0.44476379000000065e2"],["-0.63553054999999915e2","0.44469711000000075e2"],["-0.63570838999999921e2","0.44461937000000091e2"],["-0.63631110999999919e2","0.44435822000000087e2"],["-0.63638610999999912e2","0.44436935000000005e2"],[-63.90694400000001,"0.44495270000000119e2"],["-0.63913611999999887e2","0.44498604000000114e2"],["-0.63924171000000001e2","0.44506103999999993e2"],["-0.63932502999999997e2","0.44513329000000056e2"],["-0.63935555000000022e2","0.44517494000000056e2"],[-63.94388600000002,"0.44536110000000065e2"],["-0.63938605999999936e2","0.44616104000000064e2"],["-0.63937774999999931e2","0.44621658000000082e2"],["-0.63928054999999858e2","0.44642220000000009e2"],["-0.63919166999999959e2","0.44651657000000114e2"],["-0.63914443999999889e2",44.65554800000001],["-0.63908607000000018e2","0.44678047000000106e2"],["-0.64008347000000015e2","0.44647491000000002e2"],["-0.64045272999999952e2","0.44635826000000122e2"],["-0.64055266999999958e2","0.44619438000000059e2"],["-0.64065551999999911e2","0.44595268000000033e2"],["-0.64063888999999961e2","0.44590545999999961e2"],["-0.64059158000000025e2","0.44581665000000044e2"],["-0.64054992999999968e2","0.44577773999999977e2"],["-0.64039443999999946e2","0.44572495000000004e2"],["-0.64033614999999941e2","0.44563049000000035e2"],["-0.64009170999999981e2","0.44513329000000056e2"],["-0.64010009999999966e2","0.44507773999999984e2"],["-0.64083069000000023e2","0.44466660000000047e2"],[-64.091949,44.46888000000007],["-0.64110549999999989e2","0.44478324999999984e2"],["-0.64121657999999968e2","0.44485268000000133e2"],["-0.64125548999999978e2","0.44510551000000021e2"],["-0.64123610999999926e2","0.44527489000000116e2"],["-0.64119720000000029e2",44.53943600000008],["-0.64121657999999968e2","0.44544159000000093e2"],["-0.64127486999999917e2","0.44552773000000116e2"],["-0.64135833999999988e2","0.44560546999999929e2"],["-0.64146118000000001e2","0.44568329000000062e2"],["-0.64170273000000009e2","0.44586105000000032e2"],["-0.64200835999999981e2","0.44576384999999959e2"],["-0.64305267000000015e2","0.44533332999999971e2"],["-0.64337509000000011e2","0.44411933999999974e2"],["-0.64346664000000033e2","0.44362495000000138e2"],["-0.64346114999999998e2","0.44357215999999994e2"],["-0.64329726999999934e2","0.44328880000000026e2"],["-0.64311110999999926e2","0.44319159999999954e2"],["-0.64303328999999962e2","0.44316666000000055e2"],["-0.64295273000000009e2","0.44316101000000003e2"],["-0.64290557999999976e2",44.31999200000007],["-0.64292220999999984e2","0.44324715000000026e2"],["-0.64299987999999928e2",44.32749200000012],["-0.64305557000000022e2","0.44330826000000116e2"],["-0.64309433000000013e2","0.44335548000000017e2"],["-0.64307770000000005e2","0.44340828000000101e2"],["-0.64301102000000014e2","0.44341933999999924e2"],["-0.64273620999999878e2","0.44330276000000083e2"],["-0.64260558999999944e2","0.44324164999999994e2"],["-0.64239440999999943e2","0.44294158999999922e2"],["-0.64253341999999918e2",44.27526899999998],["-0.64258056999999951e2","0.44269989000000123e2"],["-0.64283324999999877e2","0.44253052000000082e2"],["-0.64319457999999997e2","0.44264717000000019e2"],["-0.64355835000000013e2","0.44273323000000119e2"],["-0.64391113000000018e2","0.44253326000000015e2"],["-0.64428054999999915e2","0.44228325000000041e2"],["-0.64432220000000029e2","0.44223602000000028e2"],["-0.64444716999999912e2","0.44190269000000001e2"],["-0.64616394000000014e2","0.44133049000000142e2"],[-64.61860699999994,"0.44071937999999989e2"],["-0.64666397000000018e2","0.43990273000000116e2"],["-0.64671386999999982e2","0.43986382000000049e2"],["-0.64732223999999917e2","0.43951660000000004e2"],["-0.64738051999999925e2","0.43949432000000058e2"],["-0.64745269999999948e2","0.43948874999999987e2"],["-0.64776397999999972e2","0.43950828999999999e2"],[-64.80610699999994,"0.43950546000000031e2"],["-0.64812774999999931e2","0.43949432000000058e2"],["-0.64818068999999923e2","0.43946381000000031e2"],["-0.64832229999999925e2","0.43926102000000128e2"],["-0.64881103999999993e2","0.43838882000000126e2"],["-0.64906386999999995e2","0.43800544999999943e2"],["-0.65030562999999972e2","0.43704163000000051e2"],["-0.65066665999999941e2","0.43696381000000088e2"],["-0.65242217999999923e2","0.43679161000000136e2"],["-0.65325835999999867e2","0.43674995000000024e2"],["-0.65375274999999874e2","0.43575272000000098e2"],["-0.65449158000000011e2",43.55971500000004],["-0.65453338999999971e2","0.43554993000000138e2"],["-0.65475829999999974e2","0.43505829000000006e2"],["-0.65481383999999991e2","0.43464439000000027e2"],["-0.65496947999999975e2","0.43490829000000019e2"],["-0.65548049999999932e2","0.43556099000000017e2"],["-0.65559433000000013e2","0.43568054000000075e2"],["-0.65568618999999956e2","0.43570274000000097e2"],["-0.65575561999999991e2","0.43569717000000026e2"],["-0.65584732000000031e2","0.43560271999999941e2"],["-0.65591385000000002e2","0.43549721000000034e2"],["-0.65603881999999999e2","0.43534721000000104e2"],["-0.65612212999999997e2","0.43526099999999985e2"],["-0.65617492999999968e2","0.43523604999999975e2"],["-0.65646118000000001e2","0.43511940000000038e2"],[-65.67332499999992,"0.43506103999999993e2"],["-0.65712783999999999e2","0.43498604000000114e2"],["-0.65720550999999944e2","0.43499161000000015e2"],[-65.72582999999986,43.50249500000001],["-0.65777221999999995e2","0.43562492000000134e2"],["-0.65783324999999934e2","0.43571106000000043e2"],["-0.65783889999999985e2","0.43576385000000016e2"],["-0.65781951999999933e2","0.43587769000000094e2"],["-0.65778885000000002e2","0.43599998000000085e2"],["-0.65773055999999997e2","0.43612770000000125e2"],["-0.65771117999999944e2","0.43624435000000005e2"],["-0.65769454999999937e2",43.64138000000014],["-0.65768065999999919e2","0.43658043000000021e2"],["-0.65768340999999964e2","0.43668883999999991e2"],["-0.65769729999999868e2","0.43679161000000136e2"],[-65.77555799999999,"0.43688324000000136e2"],["-0.65868880999999988e2","0.43786385000000053e2"],["-0.65907775999999956e2","0.43821663000000058e2"],["-0.65912215999999887e2","0.43825272000000041e2"],["-0.65918610000000001e2","0.43828331000000048e2"],["-0.65932770000000005e2","0.43827217000000019e2"],["-0.65938888999999961e2","0.43824997000000053e2"],["-0.65942490000000021e2","0.43819443000000035e2"],["-0.65956115999999895e2","0.43776100000000099e2"],["-0.65968886999999995e2","0.43719436999999971e2"],["-0.65971663999999976e2",43.71276899999998],["-0.65975006000000008e2","0.43707214000000079e2"],["-0.65983063000000016e2","0.43697768999999994e2"],["-0.66013335999999867e2","0.43691658000000132e2"],["-0.66020553999999947e2",43.69110100000006],[-66.029449,"0.43731659000000093e2"],["-0.66030562999999972e2","0.43736107000000061e2"],["-0.66033614999999998e2","0.43740273000000002e2"],["-0.66042220999999984e2","0.43748046999999985e2"],["-0.66080841000000021e2","0.43768051000000071e2"],["-0.66088607999999965e2","0.43768326000000116e2"],[-66.09445199999999,"0.43766106000000093e2"],["-0.66107772999999952e2","0.43753326000000129e2"],["-0.66121658000000025e2","0.43762215000000026e2"],["-0.66135559000000001e2",43.78943600000008],["-0.66166945999999939e2","0.43858603999999957e2"],["-0.66168059999999912e2","0.43863051999999925e2"],["-0.66168059999999912e2","0.43895546000000024e2"],["-0.66167495999999971e2","0.43901382000000069e2"],["-0.66165832999999964e2","0.43907211000000075e2"],["-0.66151947000000007e2","0.43919159000000093e2"],["-0.66150283999999942e2","0.43925270000000012e2"],["-0.66149993999999936e2",43.93082400000003],[-66.14916999999997,"0.44001106000000107e2"],[-66.14973399999991,"0.44011108000000036e2"],["-0.66181945999999925e2","0.44067497000000117e2"],["-0.66204453000000001e2","0.44086655000000007e2"],["-0.66190552000000025e2","0.44150543000000027e2"],["-0.66187774999999931e2","0.44161934000000031e2"],["-0.66118606999999997e2","0.44338043000000027e2"],["-0.66093886999999881e2","0.44367493000000138e2"],["-0.66089995999999985e2","0.44371658000000139e2"],["-0.66037505999999951e2","0.44423325000000091e2"],["-0.65976943999999946e2","0.44477485999999999e2"],["-0.65967223999999987e2","0.44486107000000118e2"],[-65.95666499999993,"0.44491661000000079e2"],["-0.65950286999999946e2","0.44493050000000096e2"],["-0.65944442999999978e2","0.44489716000000101e2"],["-0.65938048999999921e2","0.44491104000000007e2"],["-0.65865828999999962e2","0.44538886999999988e2"],["-0.65841674999999952e2","0.44568604000000107e2"],["-0.65841384999999946e2","0.44574164999999994e2"],["-0.65844451999999876e2","0.44578331000000048e2"],["-0.65848891999999978e2","0.44582213999999965e2"],["-0.65855270000000019e2","0.44585823000000005e2"],["-0.65862777999999878e2","0.44586936999999978e2"],["-0.65931106999999997e2","0.44582213999999965e2"],["-0.65943053999999961e2","0.44577773999999977e2"],["-0.65958617999999944e2","0.44567497000000003e2"],["-0.66004456000000005e2","0.44535827999999981e2"],[-66.03472899999997,"0.44514717000000132e2"],[-66.12332200000003,"0.44448875000000044e2"],["-0.66177779999999927e2","0.44396660000000054e2"],["-0.66185821999999973e2","0.44387214999999969e2"],["-0.66190552000000025e2","0.44383330999999998e2"],["-0.66197220000000016e2","0.44386108000000036e2"],["-0.66198607999999979e2","0.44412766000000033e2"],["-0.66191100999999946e2","0.44423325000000091e2"],["-0.66103058000000033e2","0.44500000000000114e2"],["-0.66068068999999923e2","0.44524994000000106e2"],["-0.65971663999999976e2","0.44591934000000094e2"],["-0.65820220999999947e2","0.44654434000000037e2"],["-0.65816726999999958e2","0.44655768999999964e2"],["-0.65808722999999929e2","0.44651936000000092e2"],["-0.65802895000000035e2","0.44644604000000072e2"],["-0.65796394000000021e2","0.44624268000000029e2"],["-0.65796897999999942e2","0.44617603000000145e2"],["-0.65797897000000034e2","0.44613937000000021e2"],["-0.65756957999999941e2","0.44615273000000059e2"],["-0.65756393000000003e2","0.44609993000000031e2"],["-0.65753066999999987e2",44.60582700000009],["-0.65745270000000005e2","0.44605552999999986e2"],["-0.65697220000000016e2","0.44612495000000081e2"],["-0.65690276999999924e2","0.44614440999999999e2"],[-65.68499799999995,44.61693600000001],["-0.65625274999999988e2","0.44658882000000006e2"],["-0.65522507000000019e2","0.44737769999999955e2"],["-0.65548614999999984e2","0.44733879000000115e2"],["-0.65682616999999937e2","0.44693156999999928e2"],["-0.65686278999999956e2","0.44691825999999935e2"],["-0.65690276999999924e2","0.44691162000000077e2"],["-0.65695441999999957e2","0.44691825999999935e2"],["-0.65704116999999997e2",44.69499200000007],["-0.65706116000000009e2","0.44697654999999997e2"],["-0.65707114999999988e2","0.44700489000000005e2"],["-0.65707450999999992e2","0.44703487000000052e2"],["-0.65705947999999978e2","0.44707489000000066e2"],["-0.65700942999999938e2","0.44713157999999964e2"],["-0.65697937000000024e2",44.71549200000004],["-0.65717772999999966e2","0.44721931000000041e2"],["-0.65658339999999953e2","0.44758605999999986e2"],["-0.65646956999999929e2","0.44765273999999977e2"],["-0.65299987999999928e2","0.44928329000000133e2"],["-0.65202498999999989e2","0.44973877000000073e2"],["-0.65114166000000012e2","0.45011665000000107e2"],["-0.64934158000000025e2","0.45100273000000016e2"],["-0.64918059999999912e2","0.45111107000000061e2"],["-0.64879439999999988e2","0.45130820999999969e2"],["-0.64861938000000009e2","0.45139717000000076e2"],["-0.64814712999999983e2","0.45158043000000077e2"],["-0.64808608999999933e2",45.16027100000008],["-0.64777221999999995e2","0.45169990999999982e2"],["-0.64744995000000017e2","0.45178329000000076e2"],["-0.64710830999999985e2","0.45183876000000055e2"],["-0.64590285999999935e2","0.45208046000000024e2"],["-0.64550551999999925e2","0.45216660000000104e2"],["-0.64468886999999938e2","0.45242766999999958e2"],["-0.64451400999999976e2","0.45249435000000119e2"],["-0.64434432999999899e2",45.25750000000005],["-0.64417770000000019e2","0.45266663000000051e2"],["-0.64397506999999962e2","0.45281105000000025e2"],["-0.64393889999999999e2",45.28694200000001],["-0.64391952999999944e2","0.45292770000000132e2"],["-0.64391113000000018e2","0.45298332000000073e2"],["-0.64393065999999862e2","0.45303322000000094e2"],["-0.64401671999999962e2","0.45311104000000057e2"],["-0.64406951999999933e2","0.45314438000000052e2"],["-0.64413895000000025e2","0.45317497000000003e2"],["-0.64430832000000009e2","0.45322220000000016e2"],["-0.64454726999999934e2","0.45323608000000092e2"],["-0.64462218999999948e2","0.45323051000000021e2"],["-0.64470839999999953e2","0.45324440000000038e2"],["-0.64488051999999982e2","0.45329162999999994e2"],["-0.64494719999999973e2","0.45332214000000022e2"],["-0.64489165999999955e2","0.45335266000000104e2"],["-0.64465835999999911e2","0.45334717000000012e2"],["-0.64440552000000025e2","0.45331665000000044e2"],["-0.64353057999999919e2","0.45316101000000003e2"],["-0.64338333000000034e2","0.45310271999999941e2"],["-0.64327498999999989e2","0.45303322000000094e2"],["-0.64321395999999936e2","0.45294715999999994e2"],["-0.64317779999999914e2","0.45285271000000137e2"],["-0.64317229999999881e2","0.45280273000000136e2"],["-0.64317779999999914e2","0.45274437000000034e2"],["-0.64321944999999914e2","0.45269714000000079e2"],["-0.64327498999999989e2","0.45266936999999984e2"],["-0.64343062999999972e2","0.45256103999999993e2"],["-0.64353333000000021e2","0.45239159000000029e2"],["-0.64385833999999932e2","0.45145546000000081e2"],["-0.64380279999999857e2","0.45131104000000107e2"],["-0.64363891999999964e2","0.45101386999999988e2"],["-0.64359725999999966e2","0.45097487999999942e2"],["-0.64352218999999934e2",45.09804500000007],["-0.64346953999999982e2","0.45101105000000075e2"],["-0.64337219000000005e2","0.45108604000000071e2"],["-0.64333892999999932e2","0.45115272999999945e2"],["-0.64334441999999967e2","0.45120270000000062e2"],["-0.64333327999999995e2","0.45131660000000124e2"],["-0.64329178000000013e2",45.13638300000008],["-0.64324387000000002e2","0.45139343000000054e2"],[-64.31138599999997,"0.45141380000000026e2"],["-0.64295836999999949e2","0.45141380000000026e2"],["-0.64244155999999975e2","0.45123877999999991e2"],["-0.64221114999999941e2","0.45110549999999989e2"],["-0.64210280999999952e2","0.45103607000000011e2"],["-0.64157226999999978e2","0.45056938000000002e2"],["-0.64146956999999986e2","0.45044441000000063e2"],[-64.14555399999989,"0.45034720999999934e2"],[-64.154449,44.98443600000013],["-0.64156386999999938e2","0.44978325000000041e2"],["-0.64116942999999935e2","0.45009163000000058e2"],["-0.64114165999999955e2","0.45046661000000029e2"],["-0.64121933000000013e2","0.45058044000000052e2"],["-0.64136397999999929e2","0.45074440000000038e2"],["-0.64141678000000013e2","0.45078605999999979e2"],["-0.64162505999999894e2","0.45092216000000008e2"],["-0.64188323999999909e2","0.45104713000000004e2"],["-0.64192490000000021e2","0.45108604000000071e2"],["-0.64198607999999865e2",45.11721],["-0.64198882999999967e2","0.45122490000000084e2"],["-0.64195830999999941e2","0.45150543000000027e2"],[-64.16361999999998,"0.45185265000000015e2"],["-0.64152785999999992e2","0.45192764000000011e2"],["-0.64118331999999953e2","0.45208885000000009e2"],["-0.64106110000000001e2","0.45213326000000109e2"],["-0.64099990999999932e2","0.45215271000000087e2"],["-0.64065826000000015e2","0.45222214000000122e2"],["-0.64008057000000008e2","0.45236381999999992e2"],["-0.63982215999999937e2","0.45243049999999926e2"],["-0.63956664999999987e2","0.45251388999999961e2"],["-0.63805831999999953e2","0.45301933000000133e2"],["-0.63596107000000018e2","0.45315544000000102e2"],["-0.63470832999999857e2","0.45321663000000115e2"],["-0.63384170999999924e2",45.35083000000003],["-0.63371940999999993e2","0.45354996000000142e2"],["-0.63365554999999915e2","0.45357773000000009e2"],["-0.63360832000000016e2","0.45360824999999977e2"],[-63.36860699999994,45.36360900000011],["-0.63738892000000021e2","0.45396660000000054e2"],["-0.63755561999999941e2","0.45398048000000131e2"],["-0.63797226000000023e2","0.45392768999999987e2"],["-0.63837775999999963e2","0.45385551000000135e2"],["-0.63988051999999982e2","0.45384438000000046e2"],["-0.64040558000000033e2","0.45401100000000042e2"],["-0.64044998000000021e2","0.45404434000000037e2"],["-0.64061110999999983e2","0.45409714000000122e2"],["-0.64069732999999985e2","0.45410271000000023e2"],["-0.64083618000000001e2","0.45409430999999984e2"],[-64.16332999999986,"0.45403877000000136e2"],["-0.64214721999999995e2","0.45399719000000005e2"],["-0.64312774999999931e2",45.39138000000014],["-0.64357772999999952e2",45.38110400000005],["-0.64529998999999975e2","0.45408043000000021e2"],["-0.64674164000000019e2","0.45383049000000085e2"],["-0.64815825999999959e2","0.45348602000000085e2"],["-0.64929442999999992e2","0.45324440000000038e2"],["-0.64937209999999993e2","0.45326942000000088e2"],["-0.64938048999999921e2","0.45332214000000022e2"],["-0.64936661000000015e2","0.45343323000000112e2"],["-0.64933318999999983e2","0.45355553000000043e2"],["-0.64917769999999905e2","0.45408599999999922e2"],["-0.64909163999999976e2","0.45418052999999986e2"],["-0.64831389999999942e2","0.45479155999999932e2"],["-0.64765563999999983e2","0.45505554000000132e2"],["-0.64699157999999954e2","0.45531104999999968e2"],["-0.64568893000000003e2","0.45604163999999969e2"],["-0.64470550999999944e2","0.45670273000000122e2"],["-0.64430282999999974e2","0.45715546000000018e2"],["-0.64332229999999925e2",45.76888300000013],["-0.64331680000000006e2","0.45763611000000026e2"],["-0.64326110999999969e2","0.45749435000000005e2"],["-0.64296660999999915e2","0.45763328999999942e2"],["-0.64283066000000019e2","0.45776656999999943e2"],[-64.27555799999999,"0.45799995000000081e2"],[-64.27305599999994,"0.45811661000000015e2"],["-0.64270003999999915e2","0.45828880000000083e2"],["-0.64272933999999964e2","0.45835754000000065e2"],["-0.64273620999999878e2","0.45838599999999985e2"],["-0.64276671999999962e2","0.45842766000000097e2"],["-0.64324722000000008e2","0.45879990000000021e2"],[-64.33277899999996,"0.45882767000000058e2"],["-0.64347778000000005e2","0.45881934999999999e2"],["-0.64361388999999974e2","0.45879158000000075e2"],["-0.64366942999999992e2","0.45876380999999981e2"],["-0.64367766999999958e2","0.45870544000000052e2"],["-0.64363327000000027e2","0.45866661000000079e2"],["-0.64354720999999927e2","0.45865547000000106e2"],["-0.64357498000000021e2","0.45851105000000132e2"],["-0.64418059999999912e2","0.45796104000000014e2"],["-0.64478332999999907e2","0.45750549000000035e2"],[-64.49722300000002,"0.45783882000000006e2"],["-0.64489990000000034e2","0.45794998000000135e2"],["-0.64488051999999982e2","0.45801102000000014e2"],["-0.64489165999999955e2","0.45811378000000047e2"],[-64.49221799999998,"0.45815543999999989e2"],["-0.64597335999999984e2","0.45922104000000047e2"],["-0.64681945999999868e2","0.46021659999999997e2"],["-0.64686935000000005e2","0.46041382000000056e2"],["-0.64690551999999968e2","0.46050827000000083e2"],["-0.64694991999999957e2","0.46054710000000057e2"],["-0.64736937999999952e2","0.46083878000000084e2"],["-0.64747498000000007e2","0.46090546000000018e2"],["-0.64754456000000005e2","0.46089157000000057e2"],["-0.64764450000000011e2","0.46083054000000118e2"],["-0.64706389999999999e2","0.45994713000000104e2"],["-0.64701949999999954e2","0.45990829000000076e2"],["-0.64648009999999942e2","0.45933047999999928e2"],["-0.64631171999999992e2","0.45922718000000032e2"],["-0.64628998000000024e2","0.45920383000000072e2"],["-0.64601180999999997e2","0.45881550000000118e2"],["-0.64601180999999997e2","0.45877384000000006e2"],["-0.64601340999999991e2","0.45873881999999981e2"],["-0.64602844000000005e2",45.86721399999999],["-0.64604507000000012e2","0.45863552000000084e2"],["-0.64583069000000023e2","0.45826942000000145e2"],["-0.64756392999999946e2","0.45622489999999971e2"],["-0.64772506999999962e2","0.45609993000000145e2"],["-0.64778335999999967e2","0.45607216000000051e2"],["-0.64785827999999924e2","0.45610275000000058e2"],["-0.64791381999999999e2","0.45613609000000054e2"],["-0.64796660999999972e2","0.45622489999999971e2"],["-0.64801665999999955e2","0.45626381000000038e2"],["-0.64808334000000002e2","0.45629715000000033e2"],["-0.64817229999999938e2","0.45632492000000127e2"],["-0.64825287000000003e2","0.45633331000000055e2"],["-0.64847504000000015e2","0.45633331000000055e2"],["-0.64884445000000028e2","0.45631660000000011e2"],["-0.64904175000000009e2","0.45627769000000114e2"],["-0.64941375999999991e2","0.45602218999999991e2"],["-0.64947219999999959e2","0.45598045000000127e2"],["-0.64961945000000014e2","0.45586105000000032e2"],["-0.64976395000000025e2","0.45572494999999947e2"],["-0.64986663999999962e2","0.45564437999999996e2"],[-64.99722300000002,"0.45557213000000104e2"],["-0.65015015000000005e2","0.45548882000000049e2"],["-0.65047501000000011e2","0.45539161999999976e2"],["-0.65104445999999939e2","0.45524994000000106e2"],["-0.65138335999999924e2","0.45517769000000044e2"],["-0.65152221999999938e2","0.45516106000000093e2"],["-0.65164444000000003e2","0.45513054000000011e2"],[-65.220551,"0.45493881000000101e2"],["-0.65326675000000023e2","0.45457497000000046e2"],["-0.65339447000000007e2","0.45452216999999962e2"],["-0.65368057000000022e2","0.45437767000000065e2"],["-0.65394454999999994e2","0.45419441000000063e2"],["-0.65421386999999925e2","0.45402771000000087e2"],[-65.53195199999999,"0.45342490999999995e2"],["-0.65883620999999948e2","0.45209160000000054e2"],["-0.65889998999999989e2","0.45207497000000103e2"],["-0.65903609999999958e2","0.45205551000000014e2"],["-0.65910827999999981e2","0.45205268999999987e2"],["-0.65918883999999935e2","0.45206099999999992e2"],[-65.98332199999993,"0.45219711000000132e2"],["-0.65989989999999977e2","0.45223045000000127e2"],[-66.09060699999992,"0.45295657999999946e2"],["-0.66092940999999939e2","0.45297989000000086e2"],["-0.66094611999999984e2","0.45300659000000053e2"],["-0.66091605999999956e2","0.45303824999999961e2"],["-0.66083892999999932e2",45.34276600000004],["-0.66078063999999927e2","0.45345543000000077e2"],[-66.05749499999996,"0.45348602000000085e2"],["-0.66045273000000009e2","0.45353325000000041e2"],[-66.029449,"0.45364158999999916e2"],["-0.66015288999999996e2","0.45377769000000001e2"],["-0.66003066999999987e2","0.45394997000000103e2"],["-0.66000838999999985e2","0.45401100000000042e2"],[-65.99722300000002,"0.45417770000000019e2"],["-0.65994445999999982e2","0.45455550999999957e2"],["-0.65994445999999982e2","0.45460823000000062e2"],["-0.66002501999999993e2","0.45461662000000047e2"],["-0.66008346999999901e2","0.45458885000000123e2"],[-66.19027699999998,"0.45339432000000045e2"],["-0.66193329000000006e2","0.45333603000000039e2"],["-0.66193329000000006e2","0.45328331000000105e2"],["-0.66190552000000025e2","0.45323883000000137e2"],["-0.66179169000000002e2","0.45305823999999973e2"],["-0.66176102000000014e2","0.45301933000000133e2"],["-0.66145279000000016e2","0.45279160000000047e2"],[-66.14166999999992,"0.45259769000000006e2"],["-0.66137000999999941e2","0.45259270000000129e2"],["-0.66113997999999981e2",45.25877400000013],["-0.66113509999999906e2","0.45237770000000069e2"],["-0.66147232000000031e2",45.19221500000009],["-0.66205565999999976e2","0.45163878999999952e2"],[-66.21665999999999,45.15915700000005],["-0.66427779999999984e2","0.45084991000000002e2"],["-0.66459732000000031e2","0.45106102000000021e2"],["-0.66459732000000031e2","0.45111382000000106e2"],["-0.66461120999999935e2","0.45116104000000007e2"],["-0.66468063000000029e2","0.45129714999999976e2"],["-0.66488891999999908e2","0.45149994000000049e2"],["-0.66496384000000035e2","0.45149719000000061e2"],["-0.66531386999999995e2","0.45147217000000012e2"],["-0.66537505999999951e2","0.45145271000000093e2"],[-66.55999799999995,"0.45133330999999998e2"],["-0.66571395999999936e2","0.45126656000000139e2"],["-0.66586120999999991e2","0.45116936000000067e2"],["-0.66608046999999942e2","0.45104164000000083e2"],["-0.66642226999999991e2","0.45086380000000133e2"],["-0.66648055999999997e2","0.45083603000000039e2"],["-0.66754729999999881e2","0.45055550000000096e2"],["-0.66792496000000028e2","0.45055267000000129e2"],[-66.77694699999995,"0.45086380000000133e2"],["-0.66776107999999965e2",45.09137700000008],["-0.66777785999999992e2","0.45096100000000035e2"],["-0.66783065999999963e2","0.45099716000000114e2"],["-0.66965560999999923e2",45.17943600000001],["-0.67021941999999854e2","0.45170273000000009e2"],["-0.67027221999999995e2","0.45168052999999986e2"],["-0.67046386999999982e2","0.45126938000000052e2"],["-0.67129439999999988e2","0.45172217999999987e2"],["-0.67186934999999949e2",45.19221500000009],["-0.67206542999999897e2",45.18303700000007],["-0.67236114999999927e2","0.45193877999999984e2"],[-67.25306699999993,"0.45199432000000002e2"],["-0.67261123999999995e2","0.45201103000000046e2"],["-0.67267775999999969e2","0.45200546000000145e2"],["-0.67275009000000011e2",45.1988750000001],["-0.67287215999999944e2","0.45194153000000028e2"],["-0.67290557999999976e2","0.45182770000000005e2"],["-0.67290282999999988e2","0.45177489999999921e2"],["-0.67292220999999927e2","0.45166100000000085e2"],["-0.67296386999999925e2","0.45160820000000001e2"],["-0.67301391999999964e2","0.45156937000000084e2"],["-0.67306655999999862e2","0.45153320000000122e2"],["-0.67318893000000003e2","0.45148605000000089e2"],["-0.67325561999999991e2","0.45147491000000116e2"],["-0.67333069000000023e2","0.45147491000000116e2"],["-0.67341948999999943e2","0.45149994000000049e2"],["-0.67354172000000005e2","0.45156097000000045e2"],["-0.67403884999999946e2","0.45194435000000055e2"],["-0.67408050999999944e2","0.45198325999999952e2"],["-0.67422500999999954e2","0.45214996000000099e2"],["-0.67455275999999969e2","0.45263054000000068e2"],["-0.67462783999999999e2","0.45276099999999985e2"],["-0.67465011999999888e2","0.45281105000000025e2"],["-0.67465285999999992e2","0.45286385000000109e2"],["-0.67464172000000019e2",45.29193900000007],["-0.67450561999999934e2","0.45333054000000061e2"],["-0.67485001000000011e2","0.45489159000000029e2"],["-0.67485275000000001e2","0.45494438000000002e2"],["-0.67482772999999952e2","0.45500274999999931e2"],["-0.67478881999999885e2","0.45504439999999931e2"],["-0.67467772999999966e2","0.45510826000000066e2"],[-67.43638599999997,"0.45521378000000027e2"],["-0.67421936000000017e2","0.45523323000000005e2"],["-0.67415832999999964e2","0.45525269000000094e2"],["-0.67410827999999924e2","0.45529990999999995e2"],["-0.67406951999999876e2","0.45578049000000135e2"],["-0.67408889999999985e2","0.45582214000000135e2"],["-0.67412505999999951e2","0.45586936999999978e2"],["-0.67424163999999962e2","0.45594711000000132e2"],["-0.67453888000000006e2","0.45612495000000081e2"],["-0.67462219000000005e2","0.45614715999999987e2"],[-67.46945199999999,"0.45613051999999982e2"],["-0.67486114999999984e2","0.45603607000000068e2"],["-0.67499999999999943e2",45.60166200000009],["-0.67515015000000005e2","0.45601105000000018e2"],["-0.67573897999999986e2","0.45611664000000019e2"],["-0.67656661999999983e2","0.45630546999999922e2"],["-0.67664443999999946e2",45.6336060000001],["-0.67791107000000011e2","0.45693047000000092e2"],["-0.67796660999999915e2","0.45696098000000063e2"],["-0.67799164000000019e2","0.45701102999999932e2"],["-0.67804442999999992e2","0.45731377000000009e2"],["-0.67806380999999988e2",45.78472099999999],["-0.67786666999999909e2","0.45888329000000056e2"],["-0.67772507000000019e2","0.45957496999999933e2"],["-0.67779174999999952e2","0.46283332999999971e2"],["-0.67788894999999968e2","0.46787773000000072e2"],["-0.67791671999999949e2","0.46921379000000059e2"],["-0.67794998000000021e2",47.06999200000007],[-67.85972599999991,"0.47097488000000112e2"],["-0.67874161000000015e2","0.47103607000000125e2"],["-0.67892226999999991e2","0.47114440999999999e2"],["-0.67948607999999922e2","0.47166382000000112e2"],["-0.67951400999999976e2",47.17083000000008],["-0.67955841000000021e2","0.47179993000000081e2"],["-0.67957229999999925e2","0.47184989999999971e2"],["-0.67961944999999957e2","0.47194153000000142e2"],["-0.67968886999999938e2",47.20277400000009],[-68.18582200000003,"0.47332771000000037e2"],["-0.68208617999999944e2","0.47341660000000104e2"],["-0.68244995000000017e2","0.47351936000000023e2"],["-0.68306655999999919e2","0.47364440999999943e2"],["-0.68323059000000001e2","0.47365829000000076e2"],["-0.68337219000000005e2","0.47363609000000054e2"],["-0.68348891999999921e2","0.47359992999999974e2"],["-0.68367766999999958e2","0.47351105000000018e2"],["-0.68373046999999929e2","0.47347214000000122e2"],["-0.68564712999999927e2","0.47289719000000048e2"],["-0.68761948000000018e2","0.47232764999999972e2"],["-0.68787505999999951e2","0.47224709000000075e2"],["-0.68831679999999892e2","0.47208884999999952e2"],["-0.68887786999999946e2","0.47188042000000053e2"],["-0.68895279000000016e2","0.47189987000000087e2"],["-0.68958618000000001e2","0.47217209000000025e2"],["-0.68965285999999878e2","0.47220543000000021e2"],["-0.69023894999999925e2","0.47250274999999931e2"],["-0.69036117999999988e2","0.47257217000000026e2"],["-0.69044998000000021e2","0.47264442000000088e2"],["-0.69049164000000019e2","0.47274437000000034e2"],["-0.69053054999999972e2",47.28943600000008],["-0.69053588999999931e2","0.47293777000000091e2"],["-0.69054992999999854e2","0.47299438000000066e2"],["-0.69055266999999958e2",47.30471],["-0.69056106999999997e2","0.47336655000000064e2"],["-0.69055556999999965e2","0.47347488000000055e2"],["-0.69052490000000034e2","0.47380546999999979e2"],["-0.69049437999999952e2","0.47392219999999952e2"],["-0.69045837000000006e2","0.47398604999999975e2"],["-0.69043610000000001e2","0.47404709000000025e2"],["-0.69039444000000003e2","0.47416939000000127e2"],["-0.69038329999999974e2","0.47422493000000088e2"],["-0.69039992999999981e2","0.47427490000000034e2"],["-0.69048614999999984e2","0.47435546999999985e2"],["-0.69055556999999965e2","0.47438599000000124e2"],["-0.69123885999999914e2","0.47458327999999995e2"],["-0.69132766999999944e2","0.47459991000000116e2"],["-0.69232498000000021e2","0.47471375000000023e2"],["-0.69239623999999992e2","0.47464413000000093e2"],["-0.69305267000000015e2",47.40026899999998],["-0.69423614999999984e2","0.47283332999999971e2"],["-0.69653884999999946e2","0.47055267000000129e2"],["-0.69712509000000011e2","0.46996940999999993e2"],[-69.84722899999997,"0.46862213000000111e2"],["-0.69992767000000015e2","0.46715828000000045e2"],["-0.70009170999999867e2","0.46698043999999982e2"],["-0.70026947000000007e2","0.46587493999999992e2"],["-0.70038605000000018e2","0.46509995000000004e2"],["-0.70044158999999922e2","0.46474991000000102e2"],["-0.70047775000000001e2","0.46453880000000083e2"],["-0.70050551999999982e2","0.46438599000000124e2"],[-70.06361400000003,"0.46424164000000019e2"],["-0.70068893000000003e2","0.46419716000000051e2"],["-0.70075286999999946e2","0.46417770000000132e2"],["-0.70081389999999999e2","0.46417770000000132e2"],["-0.70088057999999876e2","0.46414993000000038e2"],["-0.70119155999999975e2","0.46393608000000086e2"],["-0.70200287000000003e2","0.46336380000000077e2"],["-0.70242492999999911e2","0.46279160000000047e2"],["-0.70287780999999939e2","0.46203049000000135e2"],["-0.70305556999999908e2","0.46078880000000083e2"],[-70.3125,"0.45985825000000091e2"],["-0.70309722999999963e2","0.45980820000000051e2"],["-0.70303329000000019e2","0.45977767999999969e2"],["-0.70293883999999991e2","0.45975548000000117e2"],["-0.70278335999999967e2","0.45975266000000033e2"],["-0.70260559000000001e2","0.45971374999999966e2"],["-0.70253615999999909e2","0.45968323000000055e2"],["-0.70248336999999935e2","0.45964714000000072e2"],[-70.23971599999993,"0.45956657000000064e2"],["-0.70238051999999982e2","0.45951934999999992e2"],["-0.70255004999999983e2","0.45913048000000003e2"],["-0.70258895999999993e2","0.45907493999999986e2"],["-0.70263335999999981e2",45.90277100000003],["-0.70393889999999942e2","0.45778046000000131e2"],["-0.70466659999999933e2","0.45711937000000034e2"],["-0.70555267000000015e2","0.45672768000000133e2"],["-0.70576949999999954e2","0.45660820000000058e2"],["-0.70631942999999978e2","0.45627769000000114e2"],["-0.70693054000000018e2","0.45571938000000046e2"],["-0.70720276000000013e2","0.45528328000000101e2"],["-0.70725280999999995e2",45.49971800000003],["-0.70724715999999944e2",45.49471299999999],["-0.70712783999999999e2","0.45477768000000026e2"],["-0.70704726999999934e2","0.45469154000000003e2"],["-0.70689437999999939e2","0.45458046000000024e2"],[-70.86860699999994,"0.45246101000000124e2"],["-0.70873046999999985e2","0.45241379000000052e2"],["-0.70878600999999946e2","0.45238601999999958e2"],["-0.70886123999999995e2","0.45238045000000056e2"],["-0.71021118000000001e2","0.45326660000000004e2"],["-0.71085128999999995e2","0.45307708999999988e2"],["-0.71139998999999932e2","0.45253052000000082e2"],["-0.71146392999999989e2",45.25249500000001],["-0.71170272999999952e2","0.45253883000000087e2"],["-0.71189163000000008e2","0.45257773999999984e2"],["-0.71211669999999913e2","0.45266105999999979e2"],["-0.71233063000000016e2","0.45274993999999936e2"],["-0.71239715999999987e2","0.45278046000000074e2"],["-0.71264449999999954e2","0.45290833000000077e2"],["-0.71280562999999972e2","0.45301933000000133e2"],["-0.71288604999999961e2","0.45304436000000067e2"],["-0.71302779999999984e2","0.45303047000000106e2"],["-0.71314712999999927e2","0.45299438000000066e2"],["-0.71327498999999932e2","0.45294441000000006e2"],["-0.71424438000000009e2",45.25],["-0.71408614999999998e2","0.45223045000000127e2"],["-0.71402221999999938e2",45.21915400000006],["-0.71398894999999982e2","0.45215546000000131e2"],["-0.71396118000000001e2","0.45210548000000131e2"],["-0.71395843999999954e2","0.45205268999999987e2"],["-0.71398620999999991e2","0.45199432000000002e2"],[-71.43249499999996,"0.45130272000000048e2"],["-0.71436110999999926e2","0.45125267000000008e2"],["-0.71459166999999979e2","0.45102776000000006e2"],["-0.71482772999999952e2","0.45083878000000084e2"],["-0.71493056999999965e2","0.45075271999999984e2"],["-0.71496383999999921e2","0.45068886000000077e2"],[-71.49888599999997,"0.45057213000000047e2"],["-0.71497222999999963e2","0.45041663999999969e2"],["-0.71494155999999975e2","0.45020546000000024e2"],[-71.55471799999998,"0.45019989000000123e2"],["-0.71892776000000026e2","0.45019157000000064e2"],["-0.72049987999999985e2","0.45019440000000031e2"],["-0.72271652000000017e2","0.45018775999999946e2"],["-0.72459166999999866e2","0.45017494000000113e2"],["-0.72510283999999956e2","0.45017212000000029e2"],["-0.72778884999999946e2","0.45020828000000108e2"],["-0.72956389999999942e2","0.45018326000000059e2"],["-0.73337173000000007e2",45.01186400000006],["-0.73346114999999998e2","0.45011383000000023e2"],["-0.73352997000000016e2","0.45009421999999972e2"],["-0.73359267999999986e2","0.45010063000000059e2"],["-0.73376662999999951e2","0.45011108000000036e2"],["-0.73622771999999941e2","0.45006660000000068e2"],[-73.91164399999991,"0.45000000000000057e2"],["-0.74249161000000015e2","0.44992218000000094e2"],["-0.74682021999999904e2","0.45006714000000102e2"],[-74.75111400000003,"0.45002220000000023e2"],["-0.74769729999999925e2","0.45006386000000134e2"],["-0.74785827999999981e2","0.45011383000000023e2"],[-74.81220999999988,45.01776899999993],["-0.74828887999999949e2","0.45019157000000064e2"],["-0.74850280999999939e2","0.45016663000000108e2"],["-0.74990829000000019e2","0.44986655999999925e2"],[-75.00140399999998,"0.44980545000000063e2"],["-0.75170546999999999e2","0.44898604999999975e2"],["-0.75278060999999923e2","0.44857216000000051e2"],["-0.75301666000000012e2","0.44846656999999993e2"],["-0.75317779999999857e2","0.44837212000000136e2"],["-0.75395843999999954e2","0.44785827999999924e2"],["-0.75537216000000001e2","0.44691376000000048e2"],[-75.5625,"0.44673882000000106e2"],["-0.75618057000000022e2","0.44634995000000117e2"],["-0.75628051999999968e2","0.44627769000000001e2"],["-0.75682495000000017e2","0.44588043000000027e2"],["-0.75736114999999927e2","0.44546387000000038e2"],["-0.75801940999999999e2","0.44491104000000007e2"],[-75.81138599999997,"0.44483047000000056e2"],["-0.75820557000000008e2","0.44474990999999989e2"],["-0.75824722000000008e2","0.44469986000000119e2"],["-0.75828338999999971e2","0.44446655000000078e2"],["-0.75834166999999979e2",44.43443300000007],["-0.75841109999999901e2","0.44423050000000103e2"],["-0.75849441999999954e2","0.44414711000000068e2"],["-0.75864166000000012e2","0.44402771000000143e2"],["-0.75879990000000021e2","0.44393326000000059e2"],[-75.904449,"0.44384995000000004e2"],["-0.75966109999999958e2","0.44364158999999972e2"],["-0.75982177999999919e2","0.44358864000000096e2"],["-0.75997771999999998e2","0.44355270000000075e2"],["-0.76019454999999937e2","0.44353325000000098e2"],["-0.76034728999999913e2","0.44353050000000053e2"],["-0.76046950999999979e2","0.44349716000000058e2"],["-0.76057769999999948e2","0.44344993999999986e2"],["-0.76064437999999939e2","0.44341377000000023e2"],["-0.76363373000000024e2","0.44150992999999971e2"],["-0.76410278000000005e2","0.44121101000000124e2"],[-76.43472300000002,"0.44104713000000061e2"],["-0.76439986999999974e2","0.44099434000000088e2"],["-0.76531386999999995e2","0.43983046999999942e2"],["-0.76569457999999997e2","0.43934157999999968e2"],["-0.76583618000000001e2","0.43915824999999927e2"],["-0.76697494999999947e2","0.43768600000000049e2"],["-0.76801940999999999e2","0.43633605999999986e2"],["-0.76816955999999948e2","0.43633049000000085e2"],["-0.76974166999999909e2","0.43634438000000046e2"],["-0.77288329999999917e2","0.43636658000000068e2"],["-0.77582779000000016e2","0.43638603000000046e2"],["-0.77729996000000028e2","0.43639160000000118e2"],["-0.77857773000000009e2","0.43639434999999992e2"],["-0.77887222000000008e2","0.43639434999999992e2"],["-0.78388061999999934e2","0.43638329000000113e2"],["-0.78663054999999986e2","0.43637497000000053e2"],["-0.78724715999999944e2","0.43629433000000006e2"],["-0.78938323999999909e2","0.43553878999999995e2"],[-79.02806099999998,"0.43521934999999985e2"],["-0.79095275999999956e2","0.43497771999999998e2"],[-79.18472300000002,"0.43465546000000131e2"],["-0.79132216999999969e2","0.43382492000000013e2"],["-0.79066787999999974e2","0.43279400000000066e2"],["-0.79054169000000002e2","0.43262496999999996e2"],["-0.79053328999999962e2","0.43256660000000068e2"],["-0.79044997999999964e2","0.43165543000000014e2"],["-0.79044723999999974e2","0.43160545000000013e2"],["-0.79045836999999949e2","0.43148880000000133e2"],["-0.79049438000000009e2","0.43143883000000017e2"],[-79.05972300000002,"0.43137215000000083e2"],["-0.79063613999999916e2","0.43132210000000043e2"],["-0.79081115999999952e2","0.43085548000000074e2"],["-0.79043334999999956e2","0.43011664999999994e2"],["-0.79040832999999964e2","0.43007774000000097e2"],["-0.79021666999999923e2","0.42987213000000054e2"],["-0.79005843999999911e2","0.42977211000000125e2"],["-0.78978606999999954e2","0.42961380000000133e2"],[-78.97193900000002,"0.42958046000000138e2"],["-0.78962783999999942e2","0.42956383000000017e2"],["-0.78946655000000021e2","0.42955551000000128e2"],["-0.78938599000000011e2","0.42953322999999955e2"],["-0.78932770000000005e2","0.42950829000000056e2"],["-0.78927490000000034e2","0.42946937999999989e2"],["-0.78920273000000009e2","0.42939156000000025e2"],["-0.78918335000000013e2","0.42934715000000097e2"],["-0.78915282999999988e2","0.42924164000000019e2"],["-0.78917220999999927e2","0.42904991000000109e2"],["-0.78918335000000013e2",42.89888000000002],["-0.78926665999999898e2","0.42880546999999979e2"],["-0.78932219999999973e2","0.42868324000000086e2"],["-0.78935271999999998e2","0.42862495000000081e2"],["-0.78942490000000021e2","0.42852493000000095e2"],["-0.78965835999999967e2","0.42833602999999982e2"],["-0.78986937999999952e2","0.42819992000000013e2"],[-79.12110899999999,"0.42769157000000121e2"],["-0.79154448999999943e2","0.42757217000000026e2"],["-0.79299437999999952e2","0.42702492000000007e2"],[-79.56645199999997,"0.42600708000000054e2"],["-0.79763427999999919e2","0.42524703999999986e2"],["-0.79776672000000019e2",42.52027099999998],["-0.80086120999999991e2","0.42399994000000106e2"],["-0.80096953999999926e2","0.42396385000000066e2"],["-0.80510283999999899e2","0.42329163000000051e2"],["-0.80528548999999998e2","0.42326617999999996e2"],["-0.80869155999999975e2","0.42279160000000104e2"],["-0.81249161000000015e2","0.42224991000000045e2"],["-0.81424437999999952e2","0.42144997000000046e2"],["-0.81623610999999983e2","0.42052773000000116e2"],["-0.81822234999999978e2",41.96027400000014],["-0.82218062999999972e2","0.41774437000000034e2"],["-0.82238891999999964e2","0.41763885000000073e2"],["-0.82425277999999992e2","0.41675551999999982e2"],["-0.82462783999999942e2","0.41676102000000014e2"],["-0.82649993999999936e2","0.41681938000000059e2"],["-0.82696654999999964e2","0.41683875999999998e2"],["-0.83071944999999914e2","0.41859717999999987e2"],["-0.83080841000000021e2","0.41874992000000077e2"],["-0.83117415999999878e2","0.41946194000000048e2"],["-0.83130828999999892e2","0.41970543000000134e2"],["-0.83150283999999942e2","0.42008330999999998e2"],["-0.83168609999999944e2","0.42046104000000014e2"],["-0.83168335000000013e2","0.42048050000000103e2"],["-0.83137222000000008e2","0.42201385000000016e2"],["-0.83132492000000013e2","0.42220824999999991e2"],[-83.12332200000003,"0.42245827000000077e2"],["-0.83118056999999965e2",42.25777400000004],["-0.83107772999999952e2","0.42272766000000047e2"],["-0.83086959999999976e2","0.42300545000000056e2"],["-0.83062209999999993e2","0.42318603999999993e2"],["-0.83051940999999999e2","0.42324715000000083e2"],["-0.83027221999999995e2","0.42331940000000145e2"],["-0.83002227999999945e2","0.42339157000000057e2"],["-0.82975829999999974e2","0.42344711000000075e2"],["-0.82940551999999968e2","0.42357498000000078e2"],["-0.82841384999999946e2","0.42396941999999967e2"],["-0.82808884000000035e2","0.42413322000000107e2"],["-0.82793609999999944e2","0.42422768000000076e2"],["-0.82775283999999942e2",42.43721000000005],["-0.82763061999999991e2","0.42448600999999996e2"],["-0.82729996000000028e2",42.48333000000008],["-0.82704453000000001e2","0.42508331000000055e2"],["-0.82670273000000009e2","0.42539993000000038e2"],["-0.82665282999999931e2","0.42544158999999922e2"],["-0.82659103000000016e2","0.42548195000000078e2"],["-0.82650756999999942e2","0.42553642000000139e2"],["-0.82644973999999991e2","0.42556411999999966e2"],["-0.82630553999999961e2","0.42557495000000074e2"],["-0.82622222999999963e2","0.42556656000000089e2"],["-0.82614166000000012e2","0.42554710000000057e2"],["-0.82605835000000013e2","0.42554161000000079e2"],["-0.82586394999999925e2","0.42558601000000124e2"],["-0.82571670999999981e2",42.56888600000002],["-0.82535827999999867e2","0.42599434000000031e2"],["-0.82521392999999932e2","0.42618881000000044e2"],["-0.82513335999999867e2",42.63638300000008],["-0.82484726000000023e2","0.42719154000000003e2"],["-0.82474716000000001e2","0.42751663000000065e2"],["-0.82471114999999941e2","0.42769989000000066e2"],[-82.470551,"0.42782493999999986e2"],[-82.47193900000002,"0.42793053000000043e2"],["-0.82473327999999924e2","0.42797493000000031e2"],["-0.82480559999999912e2","0.42812492000000134e2"],["-0.82481948999999929e2","0.42823326000000009e2"],["-0.82481109999999944e2","0.42829437000000098e2"],["-0.82464446999999893e2","0.42898048000000074e2"],["-0.82462509000000011e2","0.42904709000000025e2"],["-0.82418776999999977e2","0.43018639000000064e2"],["-0.82404175000000009e2","0.43049164000000076e2"],["-0.82322234999999978e2",43.21054799999996],["-0.82252791999999943e2","0.43346382000000119e2"],["-0.82228881999999942e2","0.43391380000000026e2"],["-0.82146118000000001e2","0.43553047000000106e2"],["-0.82130279999999971e2","0.43585266000000104e2"],["-0.82214447000000007e2","0.43952217000000132e2"],["-0.82331679999999949e2","0.44460823000000119e2"],["-0.82430556999999965e2","0.44882767000000115e2"],["-0.82543059999999969e2","0.45355826999999977e2"],["-0.82629990000000021e2","0.45396102999999982e2"],["-0.82665008999999998e2","0.45411933999999917e2"],["-0.82954178000000013e2",45.54193900000007],["-0.83050826999999913e2","0.45585266000000047e2"],[-83.11221299999994,"0.45612770000000069e2"],["-0.83270844000000011e2","0.45683326999999963e2"],["-0.83500290000000007e2","0.45784995999999978e2"],["-0.83597778000000005e2","0.45827217000000019e2"],["-0.83523894999999982e2","0.45918053000000043e2"],["-0.83487777999999992e2","0.45961661999999933e2"],["-0.83447768999999994e2","0.46011940000000095e2"],["-0.83474716000000001e2","0.46036385000000109e2"],["-0.83483321999999987e2","0.46043884000000105e2"],["-0.83566665999999998e2","0.46098602000000085e2"],["-0.83577498999999989e2","0.46105270000000075e2"],["-0.83596114999999998e2","0.46114158999999972e2"],["-0.83610549999999932e2","0.46119156000000089e2"],["-0.83627776999999867e2","0.46123046999999929e2"],["-0.83663054999999872e2","0.46126099000000067e2"],["-0.83830565999999862e2","0.46126099000000067e2"],["-0.83846114999999941e2","0.46124992000000134e2"],["-0.83883895999999936e2","0.46102776000000119e2"],["-0.83888031000000012e2","0.46096161000000109e2"],["-0.83892257999999913e2","0.46092346000000134e2"],["-0.83898009999999942e2",46.08718900000008],["-0.83917998999999952e2","0.46073303000000124e2"],["-0.83923003999999935e2","0.46070250999999985e2"],["-0.83936004999999966e2","0.46065383999999995e2"],["-0.83942840999999987e2","0.46066101000000003e2"],["-0.83952788999999996e2","0.46068603999999993e2"],["-0.83958892999999932e2","0.46071663000000115e2"],["-0.83962783999999999e2","0.46075554000000011e2"],["-0.84076675000000023e2","0.46203049000000135e2"],["-0.84089721999999938e2","0.46220267999999976e2"],["-0.84099166999999909e2","0.46232764999999972e2"],["-0.84105834999999956e2","0.46247771999999998e2"],[-84.15695199999999,"0.46391663000000108e2"],[-84.15834000000001,"0.46396659999999997e2"],["-0.84160277999999948e2","0.46424995000000024e2"],["-0.84154448999999943e2","0.46445267000000115e2"],["-0.84149170000000026e2","0.46457214000000079e2"],["-0.84139998999999989e2","0.46474159000000043e2"],["-0.84121933000000013e2","0.46498877999999991e2"],["-0.84118057000000022e2","0.46512497000000053e2"],["-0.84118331999999953e2","0.46518051000000071e2"],["-0.84119994999999903e2","0.46523323000000005e2"],[-84.12249799999995,"0.46527771000000143e2"],["-0.84126389000000017e2","0.46531937000000084e2"],["-0.84132491999999957e2",46.53472099999999],["-0.84192763999999954e2","0.46546661000000086e2"],["-0.84408614999999884e2","0.46508605999999986e2"],["-0.84428328999999962e2","0.46503052000000025e2"],["-0.84434433000000013e2","0.46500275000000101e2"],["-0.84454453000000001e2","0.46486938000000066e2"],["-0.84459441999999967e2","0.46482764999999915e2"],["-0.84463897999999972e2","0.46478325000000098e2"],["-0.84474715999999944e2","0.46463608000000079e2"],["-0.84479996000000028e2",46.46027400000014],["-0.84486388999999974e2","0.46458885000000123e2"],["-0.84494719999999973e2","0.46458046000000138e2"],["-0.84512512000000015e2",46.45915999999994],["-0.84529998999999975e2","0.46461380000000133e2"],["-0.84565001999999993e2","0.46466385000000002e2"],["-0.84775008999999955e2","0.46653046000000074e2"],["-0.84787780999999995e2",46.68971300000004],["-0.84806945999999925e2","0.46748328999999956e2"],["-0.84825561999999877e2","0.46806938000000059e2"],[-84.83277899999996,"0.46829163000000051e2"],["-0.84856948999999986e2","0.46902214000000072e2"],["-0.84872222999999963e2","0.46909431000000041e2"],["-0.84917495999999971e2","0.46928604000000121e2"],["-0.85354445999999996e2","0.47111664000000076e2"],["-0.85464171999999905e2","0.47157211000000132e2"],["-0.85738891999999964e2","0.47270827999999995e2"],["-0.85839721999999938e2",47.31221000000005],["-0.86014724999999942e2","0.47383880999999917e2"],["-0.86051391999999964e2",47.39888000000002],["-0.86466659999999933e2","0.47567215000000033e2"],["-0.86568893000000003e2","0.47608330000000024e2"],["-0.86884444999999971e2","0.47734717999999987e2"],["-0.87201400999999976e2","0.47860275000000115e2"],["-0.87341674999999952e2","0.47915542999999957e2"],["-0.87444716999999969e2","0.47955826000000002e2"],["-0.88188323999999966e2","0.48244156000000089e2"],["-0.88368056999999908e2",48.31221000000005],["-0.88645554000000004e2","0.48264160000000004e2"],["-0.88691665999999941e2","0.48255554000000075e2"],["-0.88974166999999909e2","0.48139160000000118e2"],["-0.89323333999999988e2","0.47993050000000096e2"],["-0.89356658999999979e2","0.47979713000000061e2"],["-0.89447768999999937e2","0.48003326000000015e2"],["-0.89493125999999961e2","0.48003166000000078e2"],["-0.89556655999999975e2","0.48001389000000131e2"],["-0.89573059000000001e2","0.48001663000000065e2"],[-89.57887299999993,48.00262500000008],["-0.89583069000000023e2","0.48003326000000015e2"],["-0.89598617999999931e2","0.48006660000000011e2"],["-0.89603881999999999e2",48.00999500000006],["-0.89608337000000006e2","0.48014160000000061e2"],["-0.89614715999999987e2","0.48016663000000051e2"],["-0.89750564999999995e2","0.48029160000000047e2"],["-0.89760559000000001e2","0.48029991000000052e2"],["-0.89838897999999972e2",48.01166500000005],["-0.89862502999999947e2","0.48000832000000059e2"],["-0.89888061999999991e2","0.47991936000000123e2"],["-0.89895554000000004e2","0.47989990000000034e2"],["-0.89903885000000002e2","0.47989159000000029e2"],["-0.89911666999999966e2","0.47991379000000052e2"],["-0.89982223999999974e2","0.48016105999999979e2"],["-0.89993057000000022e2",48.02276599999999],[-90,"0.48030204999999967e2"],["-0.90000838999999985e2","0.48031105000000025e2"],["-0.90032775999999956e2","0.48069717000000026e2"],["-0.90056106999999997e2","0.48100548000000117e2"],["-0.90059432999999956e2","0.48104996000000085e2"],["-0.90065001999999936e2",48.10833000000008],["-0.90081680000000006e2","0.48111938000000009e2"],[-90.12721299999987,"0.48119156000000032e2"],["-0.90146118000000001e2","0.48121658000000082e2"],["-0.90156386999999938e2","0.48122490000000028e2"],["-0.90279998999999975e2","0.48113051999999982e2"],["-0.90740829000000019e2","0.48090828000000045e2"],["-0.90758895999999993e2","0.48094711000000018e2"],["-0.90769454999999937e2","0.48099998000000085e2"],["-0.90778335999999967e2","0.48107498000000021e2"],["-0.90838608000000022e2","0.48184158000000025e2"],["-0.90841674999999952e2","0.48191658000000132e2"],["-0.90843063000000029e2","0.48205826000000002e2"],[-90.83805799999999,"0.48208603000000039e2"],["-0.90833625999999924e2","0.48209099000000094e2"],["-0.90829726999999991e2","0.48212493999999936e2"],["-0.90829192999999975e2","0.48214638000000093e2"],["-0.90828887999999949e2","0.48221656999999936e2"],["-0.90830291999999929e2","0.48225548000000003e2"],["-0.90832503999999915e2","0.48227211000000125e2"],["-0.90849166999999909e2","0.48233879000000115e2"],["-0.90868606999999997e2","0.48237495000000138e2"],["-0.90898055999999883e2","0.48236656000000039e2"],["-0.90928329000000019e2","0.48228600000000142e2"],["-0.90969161999999926e2","0.48214714000000129e2"],["-0.91126098999999954e2","0.48154991000000109e2"],[-91.14916999999997,"0.48144157000000064e2"],["-0.91192489999999964e2","0.48114998000000071e2"],["-0.91232223999999974e2","0.48087769000000094e2"],[-91.24888599999997,"0.48079437000000098e2"],["-0.91269454999999994e2",48.07388300000008],["-0.91283324999999991e2","0.48071381000000031e2"],["-0.91311661000000015e2","0.48069160000000124e2"],["-0.91325561999999991e2","0.48069717000000026e2"],[-91.34722899999997,"0.48068054000000075e2"],["-0.91381377999999984e2","0.48061661000000129e2"],["-0.91392226999999934e2","0.48056099000000017e2"],["-0.91418335000000013e2","0.48041107000000011e2"],["-0.91462783999999942e2","0.48057770000000062e2"],["-0.91573623999999995e2","0.48093048000000067e2"],["-0.91645142000000021e2","0.48098343000000114e2"],[-91.6875,"0.48144714000000135e2"],["-0.91729720999999984e2","0.48187209999999936e2"],["-0.91734160999999915e2","0.48190543999999932e2"],["-0.91739715999999987e2","0.48193321000000026e2"],["-0.91756957999999997e2","0.48194434999999999e2"],["-0.91776107999999965e2","0.48194153000000142e2"],["-0.91791672000000005e2","0.48195267000000115e2"],["-0.91850554999999986e2","0.48203880000000083e2"],["-0.91940276999999924e2",48.23054500000012],["-0.91956589000000008e2",48.23663300000004],[-91.97084000000001,"0.48244437999999946e2"],["-0.91985824999999977e2","0.48255829000000119e2"],["-0.91997771999999998e2","0.48266662999999994e2"],["-0.92007232999999985e2",48.27915999999999],["-0.92008895999999993e2",48.28276800000009],["-0.92011123999999938e2","0.48292496000000085e2"],["-0.92011672999999917e2","0.48297493000000031e2"],["-0.92013335999999924e2","0.48304993000000081e2"],["-0.92020554000000004e2","0.48322769000000051e2"],[-92.02806099999998,"0.48336105000000032e2"],["-0.92035552999999993e2","0.48343605000000082e2"],["-0.92041945999999939e2","0.48347771000000023e2"],["-0.92051940999999943e2","0.48353882000000056e2"],["-0.92141678000000013e2","0.48357216000000051e2"],["-0.92162216000000001e2","0.48356658999999979e2"],["-0.92257232999999928e2","0.48346939000000077e2"],["-0.92265014999999892e2","0.48343605000000082e2"],["-0.92276107999999965e2","0.48337493999999992e2"],["-0.92280288999999982e2","0.48332771000000037e2"],["-0.92285827999999981e2","0.48326103000000046e2"],["-0.92300551999999925e2","0.48304993000000081e2"],["-0.92300827000000027e2","0.48298050000000103e2"],["-0.92297225999999966e2",48.28943600000008],["-0.92288604999999961e2","0.48276100000000099e2"],["-0.92283614999999998e2","0.48263885000000016e2"],["-0.92283065999999963e2","0.48256660000000124e2"],["-0.92285552999999936e2","0.48250549000000035e2"],["-0.92290282999999988e2","0.48246658000000139e2"],["-0.92306716999999935e2","0.48241592000000026e2"],["-0.92331680000000006e2","0.48234160999999972e2"],["-0.92351943999999946e2","0.48228325000000098e2"],["-0.92356658999999979e2","0.48228600000000142e2"],["-0.92361664000000019e2","0.48231102000000021e2"],["-0.92369155999999975e2","0.48238883999999985e2"],["-0.92426392000000021e2","0.48311661000000072e2"],["-0.92455275999999969e2","0.48394157000000007e2"],["-0.92582229999999981e2","0.48441375999999991e2"],["-0.92697768999999994e2","0.48485268000000076e2"],["-0.92715285999999935e2","0.48541382000000056e2"],["-0.92943054000000018e2","0.48621101000000067e2"],["-0.92953063999999927e2",48.62332200000003],["-0.92966109999999958e2","0.48624991999999963e2"],["-0.93244995000000017e2","0.48640549000000021e2"],["-0.93308883999999978e2","0.48630272000000048e2"],["-0.93322509999999966e2","0.48628044000000102e2"],[-93.40834000000001,"0.48608604000000128e2"],["-0.93449996999999996e2","0.48597214000000065e2"],["-0.93456664999999987e2","0.48594994000000042e2"],["-0.93458618000000001e2","0.48592491000000052e2"],["-0.93458618000000001e2","0.48589432000000102e2"],["-0.93456116000000009e2","0.48583054000000118e2"],["-0.93452788999999996e2","0.48579436999999984e2"],["-0.93449721999999952e2","0.48570549000000028e2"],["-0.93449996999999996e2",48.56749700000006],["-0.93454177999999899e2","0.48559714999999926e2"],[-93.46055599999994,48.55332199999998],["-0.93465835999999911e2",48.54972099999992],["-0.93476394999999968e2","0.48544158999999979e2"],["-0.93489440999999999e2","0.48539718999999991e2"],["-0.93503066999999874e2","0.48537498000000085e2"],[-93.65695199999999,48.51527399999992],["-0.93664444000000003e2","0.48514999000000103e2"],["-0.93724166999999966e2",48.51388500000013],["-0.93778610000000015e2",48.51638800000012],["-0.93793059999999969e2","0.48517768999999987e2"],["-0.93800277999999935e2","0.48520271000000037e2"],["-0.93803604000000007e2","0.48524712000000136e2"],["-0.93805557000000022e2","0.48532211000000132e2"],[-93.80972300000002,"0.48550270000000069e2"],["-0.93817779999999971e2","0.48581940000000145e2"],["-0.93820007000000032e2","0.48590546000000074e2"],["-0.93830001999999979e2","0.48612770000000012e2"],["-0.93833327999999995e2","0.48616386000000034e2"],["-0.93842498999999975e2","0.48623604000000057e2"],["-0.93851944000000003e2","0.48626938000000052e2"],["-0.93865554999999972e2","0.48630272000000048e2"],["-0.93880553999999961e2","0.48630272000000048e2"],["-0.93885283999999899e2","0.48630272000000048e2"],["-0.94063888999999961e2","0.48638046000000031e2"],["-0.94111937999999896e2","0.48641106000000093e2"],["-0.94134170999999867e2","0.48642769000000044e2"],["-0.94235275000000001e2","0.48653046000000018e2"],["-0.94250564999999995e2","0.48656097000000045e2"],["-0.94252791999999886e2",48.65776800000009],[-94.25418099999996,"0.48660545000000013e2"],["-0.94252228000000002e2","0.48671379000000059e2"],["-0.94252228000000002e2","0.48679993000000138e2"],["-0.94256667999999934e2","0.48687767000000122e2"],["-0.94263061999999991e2","0.48694153000000028e2"],["-0.94271117999999888e2","0.48699158000000068e2"],["-0.94278610000000015e2","0.48702492000000063e2"],["-0.94291107000000011e2","0.48706099999999992e2"],["-0.94305832000000009e2","0.48708328000000108e2"],["-0.94390563999999927e2","0.48711105000000032e2"],["-0.94406112999999948e2","0.48711105000000032e2"],["-0.94414169000000015e2","0.48709991000000059e2"],["-0.94433318999999983e2","0.48701934999999992e2"],["-0.94453613000000018e2","0.48695824000000073e2"],["-0.94460555999999997e2","0.48694435000000112e2"],["-0.94476395000000025e2","0.48693878000000041e2"],["-0.94500838999999985e2","0.48696938000000046e2"],["-0.94523894999999925e2","0.48701934999999992e2"],["-0.94605835000000013e2","0.48724433999999917e2"],["-0.94637221999999952e2","0.48739159000000086e2"],["-0.94643616000000009e2","0.48743049999999982e2"],["-0.94689986999999917e2","0.48774712000000079e2"],["-0.94699996999999996e2","0.48782767999999976e2"],["-0.94706664999999987e2",48.79055000000011],["-0.94709441999999967e2","0.48803047000000106e2"],["-0.94711120999999991e2","0.48846382000000062e2"],["-0.94710007000000019e2","0.48855270000000075e2"],["-0.94709075999999982e2","0.48857948000000135e2"],["-0.94705001999999979e2","0.48862770000000125e2"],["-0.94700287000000003e2","0.48868881000000044e2"],["-0.94699722000000008e2","0.48871101000000067e2"],["-0.94700287000000003e2","0.48895271000000037e2"],["-0.94701675000000023e2","0.48909714000000122e2"],["-0.94704178000000013e2","0.48924438000000009e2"],["-0.94707503999999972e2","0.48941932999999949e2"],[-94.71665999999999,"0.48970543000000021e2"],["-0.94720550999999887e2","0.48978874000000076e2"],["-0.94727218999999934e2",48.99221799999998],["-0.94732773000000009e2","0.49001663000000065e2"],["-0.94745270000000005e2","0.49028603000000089e2"],["-0.94766952999999944e2","0.49075554000000125e2"],["-0.94797774999999945e2","0.49155822999999998e2"],["-0.94798889000000031e2","0.49159156999999993e2"],["-0.94804717999999866e2",49.17971799999998],["-0.94806655999999975e2","0.49193603999999993e2"],[-94.81527699999998,49.29332700000009],["-0.94815552000000025e2","0.49306099000000131e2"],["-0.94818344000000025e2","0.49309989999999971e2"],["-0.94821944999999971e2","0.49312767000000065e2"],["-0.94922775000000001e2","0.49355827000000033e2"],["-0.94935927999999933e2","0.49360297999999943e2"],["-0.94946380999999974e2",49.36221299999994],["-0.94958617999999944e2","0.49361664000000019e2"],[-94.96556099999998,"0.49360275000000001e2"],["-0.94998610999999983e2","0.49357498000000078e2"],["-0.95025833000000034e2","0.49357498000000078e2"],["-0.95078063999999927e2","0.49359161000000029e2"],["-0.95085662999999954e2","0.49360023000000126e2"],["-0.95120834000000002e2","0.49364998000000014e2"],["-0.95142501999999922e2","0.49371658000000025e2"],["-0.95152785999999935e2","0.49376656000000025e2"],["-0.95154174999999952e2","0.49366386000000091e2"],["-0.95154448999999886e2","0.49333328000000108e2"],["-0.95153960999999981e2","0.49173332000000073e2"],["-0.95154174999999952e2","0.48999435000000119e2"],[-95.26655599999998,"0.48999977000000001e2"],["-0.97219940000000008e2","0.48999718000000087e2"],["-0.97502791999999943e2","0.48999435000000119e2"],["-0.97635833999999988e2","0.48999435000000119e2"],["-0.97801940999999999e2","0.49000000000000114e2"],["-0.97969161999999926e2","0.49000274999999988e2"],[-98.26916499999993,"0.49000274999999988e2"],["-0.98502227999999889e2","0.48999435000000119e2"],["-0.98868606999999997e2","0.49000000000000114e2"],["-0.99335555999999997e2","0.48999435000000119e2"],["-0.99835555999999997e2","0.49000000000000114e2"],["-0.10000222799999995e3","0.49000000000000114e2"],["-0.10050195300000001e3","0.48999718000000087e2"],["-0.10106916799999999e3","0.49000000000000114e2"],["-0.10130222299999997e3","0.49000274999999988e2"],[-101.367233,"0.48998787000000107e2"],["-0.10146888699999994e3","0.48999435000000119e2"],["-0.10216887699999995e3","0.49000000000000114e2"],["-0.10233556399999998e3","0.48999435000000119e2"],["-0.10253555299999994e3","0.49000274999999988e2"],["-0.10276834099999996e3","0.48999435000000119e2"],["-0.10303527800000001e3","0.48999435000000119e2"],["-0.10316832699999992e3","0.48999435000000119e2"],[-103.26889,"0.49000000000000114e2"],["-0.10343554699999993e3","0.49000274999999988e2"],["-0.10353527800000001e3","0.48999435000000119e2"],["-0.10373528299999987e3","0.48999435000000119e2"],[-104.033096,"0.49000251999999989e2"],["-0.10413527699999986e3","0.48999718000000087e2"],["-0.10433500699999996e3","0.48999435000000119e2"],["-0.10483500700000002e3","0.48999435000000119e2"],["-0.10500140399999998e3","0.48999435000000119e2"],["-0.10526834100000002e3","0.49000000000000114e2"],["-0.10570221699999996e3","0.48999435000000119e2"],["-0.10593554699999999e3","0.48999435000000119e2"],["-0.10603472899999991e3","0.48999435000000119e2"],["-0.10613527699999997e3","0.48999435000000119e2"],["-0.10626862299999993e3","0.48999435000000119e2"],["-0.10646806300000003e3","0.48999435000000119e2"],["-0.10673554999999993e3","0.48999435000000119e2"],["-0.10733528100000001e3","0.49000000000000114e2"],["-0.10743499800000001e3","0.49000000000000114e2"],["-0.10763474300000001e3","0.48999435000000119e2"],["-0.10773554999999993e3","0.48999435000000119e2"],["-0.10780110199999996e3","0.48999435000000119e2"],["-0.10816887700000001e3","0.48999435000000119e2"],["-0.10833500699999996e3","0.48999435000000119e2"],["-0.10853472899999997e3","0.48999435000000119e2"],[-108.6677699999999,"0.48999435000000119e2"],["-0.10883473200000003e3","0.48999435000000119e2"],["-0.10933473200000003e3","0.48999435000000119e2"],["-0.10963474299999996e3","0.48999435000000119e2"],[-109.801941,"0.48999435000000119e2"],["-0.10996777299999997e3","0.48999718000000087e2"],["-0.10999965700000001e3","0.49000603000000126e2"],["-0.11010138699999999e3","0.48999435000000119e2"],["-0.11020111099999991e3","0.48999435000000119e2"],["-0.11030166599999995e3","0.49000000000000114e2"],["-0.11036776699999996e3","0.49000000000000114e2"],["-0.11050110599999988e3","0.49000000000000114e2"],["-0.11066777000000002e3","0.49000000000000114e2"],["-0.11076862299999993e3","0.48999435000000119e2"],["-0.11136833199999995e3","0.48999435000000119e2"],["-0.11180110199999996e3","0.48999435000000119e2"],["-0.11203472899999997e3","0.48999435000000119e2"],["-0.11216832699999998e3","0.48999435000000119e2"],[-112.234734,"0.49000000000000114e2"],["-0.11233500699999996e3","0.49000000000000114e2"],["-0.11243499799999995e3","0.49000000000000114e2"],["-0.11253500399999996e3","0.49000000000000114e2"],["-0.11260166900000002e3","0.49000000000000114e2"],["-0.11293472300000002e3","0.49000000000000114e2"],["-0.11303443900000002e3","0.49000000000000114e2"],["-0.11323416099999997e3","0.48999435000000119e2"],["-0.11336833200000001e3","0.48999435000000119e2"],[-113.567497,"0.48999435000000119e2"],["-0.11403443899999991e3","0.48999435000000119e2"],["-0.11405985999999996e3","0.49000603000000126e2"],["-0.11433500700000002e3","0.48999435000000119e2"],["-0.11446749899999992e3","0.48999435000000119e2"],["-0.11453472899999991e3","0.49000000000000114e2"],["-0.11463390399999997e3","0.49000000000000114e2"],["-0.11490110800000002e3","0.48999435000000119e2"],["-0.11503415699999999e3","0.48999435000000119e2"],["-0.11516750299999995e3","0.48999435000000119e2"],["-0.11536805700000002e3","0.49000000000000114e2"],["-0.11546806300000003e3","0.49000000000000114e2"],[-115.56723,"0.49000000000000114e2"],["-0.11560138699999987e3","0.48999435000000119e2"],[-115.734444,"0.48999435000000119e2"],["-0.11604833999999994e3","0.48999718000000087e2"],["-0.11700140399999998e3","0.48999718000000087e2"],["-0.11703662099999997e3","0.49003128000000117e2"],["-0.11706722999999994e3","0.48999718000000087e2"],["-0.11720084399999996e3","0.48999435000000119e2"],[-117.234734,"0.49000000000000114e2"],["-0.11730055199999993e3","0.49000000000000114e2"],[-117.567497,"0.49000000000000114e2"],["-0.11783444199999991e3","0.49000000000000114e2"],["-0.11786749299999997e3","0.48999435000000119e2"],["-0.11800083899999998e3","0.48999435000000119e2"],["-0.11813417099999998e3","0.48999435000000119e2"],["-0.11836805699999996e3","0.48999435000000119e2"],["-0.11876777600000003e3","0.48999435000000119e2"],["-0.11896749899999992e3","0.48999435000000119e2"],["-0.11913417099999987e3","0.48999435000000119e2"],["-0.11926722699999999e3","0.48999435000000119e2"],["-0.11946777299999985e3","0.48999435000000119e2"],["-0.11986749299999991e3","0.48999435000000119e2"],["-0.11993415800000002e3","0.48999435000000119e2"],["-0.12003415699999999e3","0.48999435000000119e2"],["-0.12053472899999997e3","0.48999435000000119e2"],["-0.12108497599999993e3","0.48999718000000087e2"],["-0.12210056299999997e3","0.49000000000000114e2"],["-0.12233389299999993e3","0.49000000000000114e2"],["-0.12243360899999993e3","0.49000000000000114e2"],["-0.12256667299999992e3","0.49000000000000114e2"],["-0.12269999699999994e3","0.49000000000000114e2"],["-0.12276030000000003e3","0.48999435000000119e2"],["-0.12281360599999994e3","0.49005272000000048e2"],["-0.12283112299999999e3","0.49008606000000043e2"],["-0.12286250299999989e3","0.49022217000000012e2"],["-0.12287777699999998e3","0.49032211000000018e2"],["-0.12287970699999994e3","0.49034438999999963e2"],["-0.12288110399999999e3","0.49038605000000075e2"],["-0.12287748699999986e3","0.49049438000000066e2"],["-0.12287609900000001e3","0.49051383999999928e2"],["-0.12287249799999989e3","0.49054436000000067e2"],["-0.12286416600000001e3","0.49061661000000129e2"],["-0.12285888699999992e3","0.49067497000000003e2"],["-0.12285804699999994e3","0.49072769000000108e2"],[-122.859444,"0.49077217000000076e2"],["-0.12286638599999998e3","0.49081107999999972e2"],["-0.12287444299999999e3","0.49083602999999982e2"],["-0.12289998600000001e3","0.49087211999999965e2"],["-0.12291887700000001e3","0.49087211999999965e2"],["-0.12294167299999992e3","0.49082496999999933e2"],["-0.12302194199999997e3","0.49051658999999972e2"],["-0.12303916900000002e3","0.49042496000000142e2"],["-0.12304666099999997e3","0.49033332999999971e2"],[-123.048607,"0.49027214000000129e2"],["-0.12304833999999994e3","0.49022491000000116e2"],["-0.12304778299999998e3","0.49018326000000116e2"],["-0.12303916900000002e3","0.49005272000000048e2"],["-0.12303431699999999e3","0.48999435000000119e2"],["-0.12309374999999994e3","0.48999435000000119e2"],["-0.12311332699999997e3","0.49036658999999986e2"],["-0.12313890099999998e3","0.49107216000000108e2"],["-0.12314835399999998e3",49.10833000000008],["-0.12320500199999998e3","0.49123603999999943e2"],["-0.12320973200000003e3","0.49127212999999983e2"],[-123.247772,"0.49265273999999977e2"],["-0.12324889399999995e3","0.49273605000000032e2"],["-0.12324749800000001e3","0.49275551000000121e2"],["-0.12309449799999993e3","0.49283938999999975e2"],["-0.12300933800000001e3","0.49281944000000067e2"],["-0.12294332900000001e3","0.49284164000000089e2"],["-0.12292360699999995e3",49.28833000000003],["-0.12291251399999999e3",49.29332700000009],["-0.12287917299999998e3","0.49339157000000114e2"],["-0.12287499999999994e3","0.49351387000000045e2"],["-0.12285388199999994e3","0.49429993000000138e2"],["-0.12285278299999999e3","0.49436104000000057e2"],["-0.12285333300000002e3","0.49438880999999924e2"],["-0.12286054999999993e3","0.49447487000000024e2"],["-0.12287082700000002e3","0.49457214000000022e2"],["-0.12287638899999996e3","0.49455551000000071e2"],["-0.12287832600000002e3","0.49449432000000058e2"],[-122.876938,"0.49429993000000138e2"],["-0.12287721299999993e3","0.49414992999999981e2"],["-0.12288110399999999e3",49.40277100000003],["-0.12288583399999993e3","0.49391936999999984e2"],["-0.12290139799999992e3","0.49360550000000046e2"],["-0.12291555800000003e3","0.49342216000000064e2"],["-0.12293138099999999e3","0.49328049000000135e2"],["-0.12300538599999999e3","0.49319549999999992e2"],["-0.12303671999999989e3","0.49313217000000009e2"],["-0.12304521899999992e3","0.49312550000000044e2"],["-0.12306339299999996e3","0.49313217000000009e2"],["-0.12308023100000003e3","0.49315547999999978e2"],["-0.12323638900000003e3","0.49338882000000069e2"],["-0.12325418099999996e3","0.49384720000000016e2"],["-0.12325666799999993e3","0.49512772000000041e2"],["-0.12325334199999992e3","0.49523048000000131e2"],["-0.12324722299999996e3","0.49534995999999978e2"],["-0.12320162199999999e3","0.49615715000000137e2"],[-123.1558379999999,"0.49676102000000014e2"],["-0.12315416700000003e3",49.67943600000001],["-0.12315222199999994e3","0.49685547000000099e2"],["-0.12315361000000001e3","0.49690269000000001e2"],["-0.12315972899999997e3","0.49699158000000068e2"],["-0.12316471899999993e3","0.49702217000000019e2"],["-0.12316777000000002e3","0.49702217000000019e2"],["-0.12317027300000001e3","0.49701103000000046e2"],["-0.12324194299999999e3","0.49660544999999956e2"],["-0.12324804699999993e3","0.49648605000000089e2"],["-0.12324804699999993e3","0.49639717000000076e2"],["-0.12326677699999999e3","0.49617378000000031e2"],["-0.12326594499999999e3","0.49610382000000129e2"],[-123.265106,"0.49607880000000023e2"],["-0.12326494600000001e3","0.49603713999999968e2"],["-0.12326576999999997e3","0.49598381000000131e2"],["-0.12326812000000001e3","0.49595551000000114e2"],["-0.12327095799999995e3","0.49593215999999984e2"],["-0.12327977799999991e3","0.49590050000000019e2"],["-0.12334333800000002e3","0.49561378000000047e2"],["-0.12338110399999999e3","0.49556655999999975e2"],["-0.12339444699999996e3","0.49551933000000133e2"],["-0.12343028299999997e3","0.49538329999999974e2"],["-0.12348306300000002e3","0.49516663000000108e2"],["-0.12349249299999997e3","0.49509720000000129e2"],[-123.495003,"0.49506943000000035e2"],["-0.12349610899999993e3","0.49500275000000045e2"],["-0.12349416399999996e3","0.49468596999999988e2"],[-123.491669,"0.49463608000000022e2"],["-0.12348777799999993e3",49.46054799999996],["-0.12347778299999993e3","0.49455268999999987e2"],["-0.12347416699999997e3","0.49450828999999999e2"],["-0.12347332799999992e3","0.49441101000000117e2"],["-0.12347609699999998e3","0.49421936000000017e2"],["-0.12347666899999996e3","0.49419159000000093e2"],["-0.12348194899999993e3","0.49409988000000112e2"],["-0.12348665599999993e3","0.49406097000000045e2"],[-123.506958,"0.49389435000000049e2"],[-123.512787,"0.49386383000000137e2"],["-0.12351944699999996e3","0.49383881000000088e2"],["-0.12352694700000001e3","0.49382210000000043e2"],["-0.12353555299999994e3","0.49381378000000097e2"],["-0.12354499800000002e3","0.49383331000000055e2"],["-0.12360109699999987e3","0.49397490999999945e2"],["-0.12360610999999994e3","0.49399994000000106e2"],["-0.12367555199999998e3","0.49425269999999955e2"],["-0.12377500900000001e3","0.49458327999999995e2"],["-0.12385500299999995e3","0.49468879999999956e2"],["-0.12386165599999993e3",49.46665999999999],["-0.12388082899999995e3","0.49466385000000116e2"],["-0.12388890100000003e3","0.49468048000000067e2"],["-0.12389611799999994e3","0.49470543000000077e2"],["-0.12395973200000003e3","0.49510551000000135e2"],["-0.12396362299999993e3","0.49513329000000113e2"],["-0.12398860200000001e3","0.49541663999999969e2"],["-0.12406806899999992e3","0.49633881000000031e2"],["-0.12407055700000001e3","0.49638046000000031e2"],["-0.12407112099999995e3","0.49644440000000088e2"],["-0.12407028199999991e3","0.49649719000000061e2"],["-0.12405915800000002e3","0.49671104000000014e2"],["-0.12403250100000002e3","0.49713882000000126e2"],["-0.12402861000000001e3",49.71915400000006],[-124.021118,"0.49726379000000065e2"],["-0.12400527999999997e3","0.49735825000000034e2"],["-0.12399833699999999e3","0.49738884000000041e2"],[-123.987213,"0.49743050000000096e2"],["-0.12397528099999994e3","0.49745270000000119e2"],["-0.12395694700000001e3","0.49746101000000124e2"],["-0.12394748700000002e3","0.49744995000000131e2"],["-0.12394055199999997e3","0.49742493000000024e2"],["-0.12393443299999996e3","0.49739432999999963e2"],["-0.12392971799999992e3","0.49735825000000034e2"],[-123.876938,"0.49683327000000077e2"],["-0.12383306900000002e3","0.49627486999999974e2"],["-0.12382917799999996e3","0.49616936000000067e2"],["-0.12382444800000002e3","0.49595825000000048e2"],["-0.12382277699999997e3","0.49585548000000074e2"],["-0.12382333399999999e3","0.49581383000000073e2"],["-0.12382224300000001e3","0.49573051000000078e2"],["-0.12379972800000002e3","0.49519440000000031e2"],["-0.12379444899999993e3","0.49510277000000031e2"],["-0.12378971899999999e3","0.49506660000000068e2"],["-0.12378250099999997e3","0.49504166000000112e2"],["-0.12377639799999992e3","0.49503882999999973e2"],["-0.12376972999999998e3","0.49504715000000033e2"],["-0.12376640299999991e3","0.49506660000000068e2"],["-0.12376390100000003e3","0.49509438000000046e2"],["-0.12376139799999999e3","0.49513329000000113e2"],["-0.12375389100000001e3","0.49537773000000072e2"],["-0.12376862299999993e3","0.49561935000000119e2"],["-0.12377139299999999e3","0.49572220000000073e2"],["-0.12377223200000003e3","0.49581940000000145e2"],["-0.12377027900000002e3","0.49588043000000084e2"],["-0.12374017300000003e3","0.49602599999999995e2"],["-0.12373733500000003e3","0.49605270000000075e2"],["-0.12373517599999991e3","0.49606937000000016e2"],["-0.12369599899999997e3","0.49623604000000057e2"],["-0.12368683599999997e3","0.49625603000000069e2"],["-0.12367283599999996e3","0.49625271000000112e2"],["-0.12363890099999998e3","0.49634995000000004e2"],["-0.12361501299999992e3","0.49639160000000004e2"],["-0.12356331599999999e3","0.49667213000000118e2"],["-0.12354695100000004e3","0.49677215999999987e2"],["-0.12353751399999993e3","0.49684990000000028e2"],["-0.12353362300000003e3","0.49689712999999983e2"],["-0.12353167699999995e3","0.49695541000000105e2"],["-0.12353222699999998e3","0.49700546000000145e2"],["-0.12353388999999993e3","0.49701934999999992e2"],["-0.12354167199999989e3","0.49701103000000046e2"],["-0.12354998799999998e3","0.49693877999999984e2"],["-0.12356054699999993e3","0.49686935000000005e2"],["-0.12357195299999995e3","0.49680824000000086e2"],["-0.12358556399999992e3","0.49676102000000014e2"],["-0.12367578100000003e3","0.49653046000000018e2"],["-0.12369061299999993e3","0.49651051000000109e2"],["-0.12373978399999999e3","0.49645882000000029e2"],["-0.12375010700000001e3",49.64521400000001],["-0.12379666099999997e3","0.49638328999999999e2"],["-0.12380387899999999e3","0.49640831000000048e2"],[-123.8125,"0.49647491000000116e2"],["-0.12393499800000001e3","0.49768326000000002e2"],["-0.12393749999999989e3",49.77276599999999],["-0.12393582200000003e3","0.49778046000000074e2"],["-0.12393055699999996e3","0.49785271000000137e2"],["-0.12391999800000002e3","0.49792495999999971e2"],["-0.12388890100000003e3","0.49819717000000026e2"],["-0.12388500999999997e3","0.49823608000000092e2"],["-0.12388249199999996e3",49.82749200000012],["-0.12387970699999994e3","0.49832771000000093e2"],["-0.12387638900000002e3","0.49842215999999951e2"],["-0.12387332200000003e3","0.49864158999999916e2"],["-0.12387249799999995e3",49.87110100000001],[-123.872772,"0.49877212999999983e2"],["-0.12388500999999997e3","0.49914993000000095e2"],[-123.889183,"0.49922767999999962e2"],["-0.12389417300000002e3",49.92721599999993],["-0.12390139799999992e3","0.49928879000000052e2"],["-0.12391082799999998e3","0.49930275000000108e2"],[-123.920547,"0.49928604000000064e2"],["-0.12392999299999997e3","0.49929718000000037e2"],["-0.12393720999999994e3","0.49932213000000047e2"],["-0.12394193999999999e3","0.49936104000000114e2"],["-0.12394860799999998e3","0.49943877999999927e2"],["-0.12395472699999999e3","0.49953049000000078e2"],["-0.12395889299999999e3","0.49962212000000079e2"],[-123.929779,"0.49985321000000056e2"],[-123.929283,"0.49989493999999979e2"],["-0.12392544599999997e3","0.49994156000000089e2"],["-0.12392044099999998e3","0.49997325999999987e2"],["-0.12388160700000003e3",50.01499600000011],["-0.12387343599999986e3","0.50018326000000116e2"],[-123.860771,"0.50021660000000111e2"],["-0.12385294299999998e3","0.50022995000000037e2"],["-0.12384310199999999e3","0.50023659000000123e2"],["-0.12380832699999996e3","0.50040276000000119e2"],["-0.12379611199999994e3",50.04444100000012],["-0.12375334199999998e3",50.07638500000013],["-0.12374861099999998e3","0.50080276000000026e2"],["-0.12374445300000002e3","0.50086936999999921e2"],["-0.12374944299999999e3",50.09665700000005],["-0.12382140399999997e3","0.50152213999999958e2"],["-0.12383056599999998e3","0.50156936999999971e2"],[-123.846947,"0.50163321999999994e2"],["-0.12397778299999993e3","0.50213882000000012e2"],["-0.12398500100000001e3","0.50216103000000089e2"],["-0.12399054699999999e3","0.50215828000000101e2"],["-0.12399109599999986e3",50.21166199999999],["-0.12398832699999997e3","0.50207496999999989e2"],["-0.12396056399999998e3","0.50180550000000096e2"],["-0.12394695300000001e3","0.50169441000000006e2"],["-0.12393720999999994e3","0.50163321999999994e2"],["-0.12392388899999992e3","0.50158600000000092e2"],["-0.12390583800000002e3",50.15638000000007],["-0.12388806199999988e3","0.50152489000000003e2"],[-123.882767,"0.50150826000000052e2"],["-0.12387165800000002e3","0.50145546000000024e2"],["-0.12380915799999997e3","0.50099998000000085e2"],[-123.8125,"0.50090546000000131e2"],["-0.12381639099999995e3","0.50086105000000032e2"],["-0.12385716200000002e3","0.50066883000000132e2"],["-0.12386933099999993e3","0.50058048000000099e2"],["-0.12387499999999994e3","0.50054214000000115e2"],["-0.12387899799999997e3","0.50052380000000085e2"],[-123.916,"0.50039883000000088e2"],["-0.12395465899999988e3","0.50029217000000074e2"],["-0.12399526999999989e3","0.50011664999999994e2"],["-0.12399916099999996e3",50.00638600000002],[-124,"0.50000275000000101e2"],["-0.12399916099999996e3","0.49990547000000106e2"],["-0.12399526999999989e3","0.49961662000000047e2"],["-0.12399249299999997e3","0.49942764000000125e2"],["-0.12399109599999986e3","0.49937209999999993e2"],["-0.12398860200000001e3","0.49931664000000126e2"],["-0.12397972099999998e3","0.49916663999999969e2"],["-0.12396721600000001e3","0.49906380000000127e2"],["-0.12395140100000003e3","0.49895828000000108e2"],["-0.12391972399999992e3","0.49877769000000001e2"],["-0.12391471899999993e3","0.49873878000000104e2"],["-0.12391111799999999e3","0.49869713000000104e2"],[-123.922234,"0.49834435000000099e2"],["-0.12392639199999996e3","0.49825828999999999e2"],["-0.12397277799999989e3",49.80471],["-0.12397833299999996e3","0.49803047000000106e2"],["-0.12398581699999994e3","0.49802772999999945e2"],["-0.12399194299999994e3","0.49804436000000067e2"],["-0.12400418100000002e3","0.49810546999999985e2"],["-0.12401012400000002e3","0.49834602000000075e2"],["-0.12400862100000001e3","0.49841938000000084e2"],["-0.12400728600000002e3","0.49856769999999983e2"],["-0.12401806599999998e3","0.49909156999999993e2"],["-0.12402166699999987e3",49.91415400000011],[-124.029449,"0.49920547000000056e2"],[-124.037781,"0.49922493000000145e2"],["-0.12404222099999998e3","0.49921379000000002e2"],["-0.12404472399999997e3","0.49917496000000028e2"],[-124.068893,"0.49878876000000105e2"],["-0.12407195299999995e3","0.49873322000000087e2"],["-0.12407028199999991e3","0.49869156000000032e2"],["-0.12406261399999988e3","0.49846328999999912e2"],["-0.12405877700000002e3","0.49841991000000007e2"],["-0.12405860899999999e3","0.49838325999999995e2"],["-0.12406028000000003e3","0.49835158999999976e2"],["-0.12408444199999991e3","0.49799164000000133e2"],["-0.12409028599999999e3","0.49795830000000137e2"],["-0.12414555399999995e3","0.49779716000000008e2"],["-0.12417694099999989e3","0.49773604999999975e2"],["-0.12418582199999997e3",49.77276599999999],[-124.2702789999999,"0.49768051000000128e2"],["-0.12440416700000003e3","0.49763329000000056e2"],["-0.12441361999999998e3","0.49763610999999969e2"],["-0.12442916899999994e3","0.49766388000000006e2"],["-0.12443639400000001e3","0.49768883000000073e2"],["-0.12451194800000002e3","0.49796104000000071e2"],["-0.12452166699999992e3","0.49804161000000079e2"],["-0.12452443699999998e3","0.49808327000000133e2"],["-0.12452583300000003e3","0.49813880999999981e2"],["-0.12452583300000003e3","0.49831665000000044e2"],["-0.12452749599999987e3","0.49837212000000022e2"],["-0.12453278399999999e3","0.49844437000000084e2"],["-0.12457195299999995e3","0.49874435000000005e2"],["-0.12459137699999997e3","0.49883049000000085e2"],["-0.12463221699999997e3","0.49899436999999921e2"],[-124.702789,"0.49934989999999971e2"],["-0.12474194299999999e3","0.49958328000000051e2"],["-0.12477306399999992e3","0.49985825000000034e2"],["-0.12480332900000002e3","0.50020271000000093e2"],["-0.12482556199999999e3","0.50051384000000098e2"],["-0.12482972699999999e3","0.50061935000000005e2"],[-124.828056,"0.50066666000000112e2"],["-0.12482140400000003e3","0.50069160000000068e2"],["-0.12481304899999992e3","0.50067496999999946e2"],["-0.12480695300000002e3",50.06360600000005],["-0.12476722699999988e3","0.50036385000000053e2"],["-0.12470333900000003e3","0.49995543999999995e2"],["-0.12466805999999991e3",50.07027400000004],["-0.12461694299999999e3","0.50179161000000079e2"],["-0.12460193599999997e3","0.50234993000000031e2"],["-0.12460138699999993e3","0.50238884000000098e2"],["-0.12460417200000001e3","0.50243881000000044e2"],["-0.12463110399999999e3","0.50279716000000121e2"],["-0.12463890100000003e3","0.50286942000000067e2"],[-124.665009,"0.50303879000000052e2"],[-124.708618,"0.50318329000000006e2"],["-0.12471362299999987e3","0.50321937999999989e2"],["-0.12471501199999994e3","0.50327492000000007e2"],["-0.12465778399999994e3","0.50386108000000092e2"],["-0.12465194699999989e3","0.50389160000000061e2"],["-0.12462609899999995e3","0.50398330999999985e2"],["-0.12460193599999997e3",50.40277100000003],["-0.12458055100000001e3","0.50399990000000116e2"],["-0.12457555400000001e3",50.39899400000013],["-0.12457122800000002e3","0.50397495000000106e2"],["-0.12454998799999993e3","0.50393883000000017e2"],["-0.12453362300000003e3","0.50395827999999995e2"],["-0.12451999699999999e3","0.50399994000000106e2"],["-0.12443415800000002e3","0.50431664000000012e2"],["-0.12442054699999994e3",50.43721000000005],["-0.12439862099999999e3","0.50450545999999974e2"],["-0.12438305700000001e3","0.50462212000000136e2"],["-0.12436138900000003e3","0.50479713000000118e2"],["-0.12435193600000002e3","0.50487495000000081e2"],["-0.12434805299999999e3","0.50492218000000037e2"],["-0.12434528399999988e3","0.50497489999999971e2"],["-0.12434777800000001e3",50.50249500000001],["-0.12435527000000002e3","0.50504997000000117e2"],["-0.12436389200000002e3","0.50503882999999917e2"],[-124.378601,"0.50499161000000015e2"],["-0.12438445299999995e3",50.49610100000001],["-0.12439388999999989e3","0.50488884000000041e2"],["-0.12439778099999995e3","0.50484161000000086e2"],["-0.12440055799999993e3","0.50478874000000133e2"],[-124.404449,50.4741590000001],["-0.12440915699999999e3","0.50470268000000033e2"],["-0.12442749000000003e3","0.50462212000000136e2"],["-0.12451834099999991e3","0.50432212999999933e2"],["-0.12458383199999997e3","0.50414051000000029e2"],["-0.12458833300000003e3",50.41338300000001],["-0.12459999800000003e3","0.50413048000000003e2"],["-0.12471167000000003e3","0.50375549000000092e2"],["-0.12473916599999995e3","0.50351936000000137e2"],["-0.12480332900000002e3","0.50317772000000105e2"],["-0.12481582600000002e3","0.50312209999999993e2"],["-0.12483000199999992e3",50.30943300000007],["-0.12485056299999991e3","0.50309714999999983e2"],["-0.12493916299999995e3","0.50325271999999984e2"],["-0.12506388900000002e3","0.50317772000000105e2"],["-0.12507224299999996e3","0.50319442999999978e2"],["-0.12507833900000003e3","0.50322495000000117e2"],["-0.12508416699999998e3","0.50329719999999952e2"],["-0.12508889799999997e3","0.50346382000000119e2"],["-0.12508750900000001e3","0.50357215999999994e2"],["-0.12505666399999996e3","0.50476936000000023e2"],["-0.12505194099999989e3","0.50480820000000051e2"],["-0.12504499799999996e3",50.48333000000008],["-0.12502667199999996e3","0.50483047000000113e2"],["-0.12501806599999998e3","0.50484161000000086e2"],["-0.12497112299999998e3","0.50498047000000042e2"],["-0.12496528599999999e3",50.50110600000005],["-0.12488082900000001e3","0.50560546999999985e2"],["-0.12485973399999989e3","0.50585823000000062e2"],[-124.858047,"0.50590546000000018e2"],["-0.12485444599999994e3","0.50691376000000105e2"],["-0.12486888099999999e3","0.50764998999999989e2"],["-0.12487805200000003e3","0.50811377999999991e2"],["-0.12486749299999997e3","0.50817771999999991e2"],["-0.12478943599999991e3",50.88110400000005],["-0.12478694199999995e3","0.50884438000000046e2"],["-0.12478751399999993e3","0.50889160000000118e2"],["-0.12479998799999998e3",50.91304800000006],["-0.12480277999999998e3",50.9180530000001],["-0.12480583200000001e3","0.50920830000000024e2"],["-0.12481916799999993e3","0.50926384000000041e2"],["-0.12484999099999993e3","0.50935265000000129e2"],["-0.12485417200000001e3","0.50935547000000042e2"],["-0.12486138900000003e3","0.50928879000000052e2"],["-0.12492443800000001e3","0.50834717000000126e2"],[-124.9449919999999,"0.50775268999999923e2"],["-0.12491221599999994e3","0.50699431999999945e2"],["-0.12490139799999997e3","0.50630271999999991e2"],["-0.12490194700000001e3",50.62471000000005],["-0.12490361000000001e3","0.50619987000000094e2"],["-0.12491111799999999e3","0.50611382000000049e2"],["-0.12492887899999994e3","0.50596382000000062e2"],["-0.12502694700000001e3","0.50540833000000077e2"],["-0.12509944200000001e3",50.5],["-0.12510417199999989e3","0.50496941000000049e2"],["-0.12511277799999999e3","0.50487495000000081e2"],["-0.12511694299999999e3","0.50478043000000127e2"],[-125.118607,"0.50471930999999984e2"],["-0.12511193800000001e3","0.50452492000000063e2"],["-0.12511138899999997e3","0.50447769000000108e2"],["-0.12511221299999994e3",50.44221500000009],["-0.12511472299999997e3","0.50436935000000005e2"],["-0.12511945300000002e3","0.50432770000000005e2"],["-0.12512526700000001e3","0.50429718000000094e2"],["-0.12517027299999995e3","0.50412491000000102e2"],["-0.12517777999999998e3",50.41137700000013],[-125.1875,"0.50412491000000102e2"],[-125.195831,"0.50414711000000068e2"],["-0.12520221699999991e3","0.50417213000000004e2"],["-0.12520722999999998e3","0.50420830000000137e2"],["-0.12524610899999993e3","0.50462212000000136e2"],["-0.12533612099999993e3","0.50479713000000118e2"],["-0.12540361000000001e3","0.50473602000000028e2"],["-0.12542166099999992e3","0.50465271000000143e2"],["-0.12544275699999997e3","0.50459435000000042e2"],["-0.12546028099999995e3","0.50457214000000135e2"],["-0.12548832700000003e3",50.45638300000013],["-0.12554444899999993e3","0.50490379000000132e2"],["-0.12554811099999995e3","0.50492050000000006e2"],["-0.12554928599999994e3","0.50494549000000006e2"],["-0.12554961399999996e3","0.50497547000000054e2"],["-0.12554911799999996e3","0.50501545000000135e2"],["-0.12553222700000003e3",50.62721300000004],["-0.12551944700000001e3","0.50647217000000126e2"],["-0.12551194800000002e3","0.50657211000000132e2"],["-0.12550723299999999e3","0.50661102000000028e2"],["-0.12550055699999996e3","0.50663048000000117e2"],["-0.12548194899999999e3","0.50664993000000095e2"],["-0.12546749899999998e3","0.50668602000000135e2"],["-0.12545612299999999e3","0.50674995000000081e2"],["-0.12545140100000003e3","0.50678879000000109e2"],["-0.12542804699999999e3","0.50705551000000014e2"],["-0.12542555199999998e3","0.50710823000000119e2"],[-125.43277,"0.50713882000000069e2"],["-0.12544360399999999e3","0.50714157000000114e2"],["-0.12545889299999993e3","0.50713608000000136e2"],["-0.12546639999999996e3","0.50713051000000064e2"],["-0.12547332799999998e3","0.50709159999999997e2"],["-0.12553778099999994e3","0.50669991000000095e2"],["-0.12554723399999995e3","0.50661933999999974e2"],["-0.12555832699999996e3","0.50648048000000131e2"],["-0.12556388900000002e3","0.50637214999999969e2"],["-0.12556806899999998e3",50.62721300000004],["-0.12557167099999998e3","0.50611382000000049e2"],["-0.12557224300000001e3","0.50605270000000075e2"],[-125.5849,"0.50571323000000064e2"],["-0.12558206899999999e3",50.56582300000008],["-0.12558039099999996e3","0.50563656000000037e2"],[-125.5800549999999,"0.50559994000000074e2"],["-0.12558623499999999e3","0.50536659000000043e2"],[-125.610229,"0.50489326000000062e2"],["-0.12561238900000001e3","0.50486492000000055e2"],["-0.12563722200000001e3","0.50445540999999935e2"],["-0.12565167200000002e3","0.50441375999999934e2"],["-0.12569249000000002e3","0.50429993000000138e2"],[-125.700287,"0.50428047000000049e2"],["-0.12570584099999996e3","0.50427773000000116e2"],["-0.12571611000000001e3","0.50432212999999933e2"],["-0.12584665699999994e3","0.50502777000000094e2"],["-0.12586472300000003e3","0.50495269999999948e2"],["-0.12593028299999992e3","0.50473602000000028e2"],["-0.12595221700000002e3","0.50468880000000127e2"],[-125.968613,"0.50468880000000127e2"],["-0.12606331599999999e3","0.50470825000000104e2"],["-0.12615915699999999e3","0.50484992999999974e2"],["-0.12619332900000001e3","0.50490273000000059e2"],["-0.12626777599999997e3","0.50504997000000117e2"],["-0.12627500899999995e3",50.50750000000005],["-0.12627916700000003e3",50.51166500000005],[-126.2808379999999,"0.50515830999999991e2"],[-126.279449,"0.50520546000000024e2"],["-0.12627694700000001e3","0.50524712000000079e2"],["-0.12622670699999998e3","0.50536285000000021e2"],["-0.12618665299999998e3","0.50548405000000059e2"],["-0.12618559999999997e3","0.50566322000000014e2"],["-0.12623805199999998e3","0.50591377000000023e2"],["-0.12625167799999991e3","0.50609718000000044e2"],["-0.12626418299999995e3","0.50615547000000049e2"],["-0.12627500899999995e3","0.50627486999999974e2"],["-0.12627471899999995e3","0.50631660000000068e2"],[-126.266953,"0.50634720000000129e2"],["-0.12602006499999999e3",50.66188000000011],[-126.014725,"0.50662048000000141e2"],["-0.12590856200000002e3","0.50664046999999982e2"],["-0.12573832699999997e3","0.50682213000000104e2"],["-0.12569387799999993e3","0.50704712000000029e2"],["-0.12562249799999995e3","0.50750000000000114e2"],["-0.12561776700000001e3","0.50754166000000055e2"],["-0.12554305999999991e3","0.50863884000000098e2"],["-0.12553778099999994e3",50.87193300000007],["-0.12551000999999997e3","0.50921661000000029e2"],["-0.12550723299999999e3","0.50926941000000113e2"],["-0.12550556899999998e3",50.93332700000002],["-0.12550666799999993e3","0.50945541000000048e2"],["-0.12550834699999996e3","0.50951102999999989e2"],["-0.12555166600000001e3","0.51042221000000097e2"],["-0.12556555200000003e3","0.51056380999999988e2"],["-0.12558167999999995e3","0.51072220000000129e2"],["-0.12559306299999997e3",51.07888000000014],[-125.610817,"0.51087769000000037e2"],["-0.12563390400000003e3","0.51096939000000077e2"],["-0.12563722200000001e3","0.51096382000000006e2"],["-0.12563890100000003e3","0.51090271000000087e2"],[-125.639183,"0.51077217000000019e2"],["-0.12563806199999999e3",51.06610100000006],["-0.12558332799999999e3","0.50974709000000018e2"],["-0.12561028299999987e3",50.89888000000002],["-0.12569110099999995e3","0.50771378000000084e2"],["-0.12573110999999989e3","0.50735550000000046e2"],["-0.12581527699999987e3","0.50707214000000079e2"],["-0.12596383700000001e3","0.50688660000000084e2"],["-0.12612516799999997e3","0.50678989000000115e2"],["-0.12613100400000002e3","0.50678658000000098e2"],[-126.133667,"0.50678825000000074e2"],["-0.12613799999999998e3","0.50681827999999996e2"],["-0.12613917500000002e3","0.50683495000000107e2"],["-0.12622222899999991e3",50.69110100000006],["-0.12621362299999993e3",50.70388000000014],["-0.12620889299999999e3",50.70777099999998],["-0.12620333899999997e3","0.50711104999999975e2"],["-0.12611165599999993e3","0.50753883000000087e2"],["-0.12619888299999997e3",50.85582700000009],["-0.12626944700000001e3","0.50858047000000113e2"],["-0.12637609899999995e3","0.50855270000000019e2"],["-0.12639750699999996e3","0.50848602000000028e2"],["-0.12640306099999998e3","0.50845268000000033e2"],["-0.12642166099999997e3","0.50829437000000098e2"],["-0.12642748999999992e3","0.50826103000000103e2"],["-0.12643415799999997e3","0.50823608000000092e2"],["-0.12644304699999998e3","0.50821663000000058e2"],["-0.12649333199999995e3",50.81638300000003],["-0.12655277999999998e3","0.50834717000000126e2"],["-0.12655695300000002e3","0.50838882000000126e2"],["-0.12655972299999996e3","0.50843880000000127e2"],[-126.557503,"0.50876656000000082e2"],["-0.12655359599999991e3","0.50881377999999984e2"],["-0.12653611799999999e3","0.50898048000000074e2"],[-126.531387,"0.50901932000000102e2"],["-0.12650110599999999e3","0.50916099999999972e2"],["-0.12649445300000002e3",50.9180530000001],["-0.12648332199999999e3","0.50919158999999979e2"],["-0.12647471599999994e3","0.50917496000000028e2"],[-126.468613,"0.50914436000000137e2"],["-0.12646444700000001e3","0.50910271000000137e2"],["-0.12645805399999995e3","0.50907211000000075e2"],["-0.12636833200000001e3","0.50901932000000102e2"],["-0.12635833700000001e3","0.50901382000000069e2"],["-0.12624638400000003e3","0.50898604999999975e2"],["-0.12622582999999997e3","0.50898604999999975e2"],["-0.12621028100000001e3","0.50902771000000087e2"],["-0.12620445299999994e3",50.90554800000001],["-0.12618388399999992e3","0.50918602000000078e2"],["-0.12617555199999993e3",50.92582700000014],["-0.12617027299999995e3","0.50936653000000035e2"],["-0.12617166099999997e3","0.50946381000000088e2"],["-0.12617471299999988e3","0.50950546000000088e2"],["-0.12617777999999998e3","0.50951385000000016e2"],[-126.181107,"0.50950829000000056e2"],["-0.12618888899999996e3","0.50948875000000044e2"],["-0.12620028699999989e3","0.50942490000000021e2"],["-0.12620500199999992e3",50.93832400000008],["-0.12621556099999998e3","0.50931106999999997e2"],[-126.228882,"0.50926102000000128e2"],["-0.12624553700000001e3","0.50923325000000034e2"],["-0.12630860899999999e3","0.50925270000000012e2"],[-126.412216,"0.50936104000000114e2"],["-0.12642639200000002e3","0.50938599000000124e2"],[-126.5625,"0.50907767999999976e2"],["-0.12656833599999993e3","0.50903877000000136e2"],["-0.12658084099999996e3","0.50898604999999975e2"],["-0.12666139199999998e3","0.50868049999999982e2"],["-0.12667777999999998e3","0.50866385999999977e2"],["-0.12672165699999994e3","0.50876099000000011e2"],["-0.12680638099999999e3","0.50909156999999993e2"],["-0.12681916799999999e3","0.50915824999999984e2"],["-0.12690261799999996e3","0.50905098000000066e2"],["-0.12690595199999996e3",50.90410200000008],["-0.12691711399999997e3","0.50903439000000105e2"],["-0.12701471700000002e3","0.50903877000000136e2"],["-0.12704804999999993e3","0.50910271000000137e2"],["-0.12708556399999998e3","0.50921378999999945e2"],[-127.112213,"0.50931106999999997e2"],[-127.1641689999999,"0.50932495000000074e2"],["-0.12717639200000002e3","0.50929161000000079e2"],["-0.12717999299999991e3",50.92582700000014],["-0.12717804699999994e3","0.50920273000000122e2"],["-0.12717166099999992e3","0.50917496000000028e2"],["-0.12706276699999995e3","0.50885269000000051e2"],["-0.12701883700000002e3","0.50868267000000003e2"],["-0.12700765999999993e3","0.50867939000000035e2"],[-126.976158,"0.50870438000000036e2"],["-0.12697166400000003e3","0.50869938000000047e2"],["-0.12696916999999991e3","0.50869105999999931e2"],["-0.12696599600000002e3",50.86693600000001],["-0.12696681999999998e3","0.50864101000000062e2"],["-0.12701471700000002e3","0.50819443000000092e2"],["-0.12702250700000002e3","0.50817497000000003e2"],["-0.12703333299999997e3","0.50817771999999991e2"],[-127.047234,"0.50821663000000058e2"],["-0.12705776999999995e3","0.50828048999999965e2"],["-0.12706166100000002e3","0.50832213999999965e2"],["-0.12706696299999993e3","0.50835823000000005e2"],["-0.12707333399999993e3","0.50838882000000126e2"],["-0.12713276699999994e3","0.50862212999999997e2"],[-127.243607,"0.50896659999999997e2"],["-0.12733444199999997e3","0.50906936999999971e2"],["-0.12739862099999993e3","0.50926384000000041e2"],["-0.12743055699999991e3","0.50940544000000102e2"],["-0.12753527800000001e3","0.51000549000000035e2"],["-0.12753832999999997e3","0.51005554000000075e2"],["-0.12753806299999997e3","0.51008330999999998e2"],[-127.502792,"0.51097487999999998e2"],[-127.495003,51.0991590000001],["-0.12747749299999992e3","0.51097487999999998e2"],["-0.12743582199999997e3","0.51082771000000037e2"],["-0.12740888999999987e3","0.51071938000000046e2"],["-0.12739306599999992e3","0.51064712999999983e2"],["-0.12738137799999998e3","0.51059714999999983e2"],[-127.3683319999999,"0.51055267000000015e2"],[-127.354446,"0.51051659000000086e2"],["-0.12733056599999998e3","0.51048331999999959e2"],["-0.12724249299999997e3","0.51041382000000112e2"],["-0.12723610699999995e3","0.51041107000000125e2"],["-0.12721861299999995e3","0.51040832999999964e2"],["-0.12709612299999998e3","0.51043883999999991e2"],["-0.12699873400000001e3","0.51058883999999978e2"],["-0.12697956099999999e3","0.51062881000000118e2"],["-0.12694840199999999e3","0.51067050999999992e2"],["-0.12687339800000001e3","0.51072883999999988e2"],["-0.12686672999999996e3","0.51072716000000128e2"],["-0.12682656899999995e3","0.51067050999999992e2"],["-0.12681689499999987e3","0.51064716000000033e2"],["-0.12669167299999998e3","0.51110550000000046e2"],["-0.12668694299999999e3","0.51114716000000101e2"],["-0.12665278599999999e3","0.51149994000000106e2"],["-0.12665139799999997e3","0.51153320000000008e2"],["-0.12665110799999997e3","0.51157494000000042e2"],[-126.654449,"0.51185822000000144e2"],["-0.12665527299999997e3","0.51187766999999951e2"],["-0.12665834000000001e3","0.51192764000000068e2"],["-0.12666251399999993e3","0.51194992000000013e2"],["-0.12667582700000003e3","0.51193878000000041e2"],["-0.12667916899999994e3","0.51192764000000068e2"],["-0.12668167099999994e3","0.51188599000000067e2"],["-0.12668250299999994e3","0.51176383999999985e2"],["-0.12668167099999994e3","0.51172768000000076e2"],["-0.12668331899999998e3","0.51165268000000026e2"],["-0.12668831599999999e3","0.51157211000000075e2"],["-0.12669666299999994e3",51.14777400000014],["-0.12671749899999998e3","0.51132767000000115e2"],["-0.12684055299999989e3","0.51094936000000075e2"],["-0.12684654999999992e3","0.51093105000000094e2"],["-0.12685589599999997e3","0.51092102000000068e2"],[-126.927887,"0.51084938000000079e2"],["-0.12714111299999996e3","0.51060272000000055e2"],["-0.12719249000000002e3","0.51057213000000104e2"],["-0.12720667300000002e3","0.51056380999999988e2"],["-0.12723832700000003e3","0.51056938000000059e2"],["-0.12732668299999995e3","0.51059714999999983e2"],["-0.12734084299999989e3","0.51060822000000087e2"],["-0.12735916099999992e3","0.51063323999999966e2"],["-0.12738861099999991e3","0.51068054000000018e2"],["-0.12749273700000003e3","0.51114883000000077e2"],["-0.12750985000000003e3","0.51117359000000135e2"],["-0.12753376000000003e3","0.51108082000000138e2"],[-127.556107,"0.51099998000000028e2"],["-0.12763194299999998e3","0.51091934000000037e2"],["-0.12764943699999998e3","0.51092216000000064e2"],["-0.12766665599999988e3","0.51095268000000033e2"],["-0.12767944299999988e3","0.51101105000000132e2"],["-0.12778999299999992e3","0.51165543000000014e2"],["-0.12779611199999994e3","0.51197212000000036e2"],["-0.12779583700000001e3","0.51202217000000076e2"],[-127.787216,"0.51226097000000095e2"],["-0.12778472899999991e3","0.51231376999999952e2"],["-0.12776194800000002e3","0.51249435000000005e2"],["-0.12759973100000002e3","0.51289435999999966e2"],["-0.12759306300000003e3","0.51290833000000134e2"],["-0.12756555199999997e3","0.51293052999999929e2"],["-0.12753999299999998e3","0.51294441000000063e2"],["-0.12745140099999998e3","0.51291939000000127e2"],[-127.4036099999999,"0.51282494000000099e2"],["-0.12737554899999998e3","0.51274437000000091e2"],["-0.12736472299999997e3","0.51274162000000103e2"],["-0.12723110999999994e3","0.51286110000000122e2"],["-0.12722222899999991e3","0.51287216000000001e2"],["-0.12721444699999995e3","0.51290549999999996e2"],["-0.12720388800000001e3","0.51298607000000118e2"],["-0.12714334100000002e3","0.51318329000000006e2"],["-0.12713305699999989e3","0.51325554000000068e2"],["-0.12712693799999994e3","0.51334991000000002e2"],["-0.12711776700000001e3","0.51357498000000078e2"],["-0.12711110699999989e3",51.37721300000004],["-0.12710973399999995e3","0.51383330999999998e2"],["-0.12711028299999992e3","0.51389717000000076e2"],["-0.12711582899999996e3","0.51391662999999994e2"],["-0.12712249800000001e3","0.51389160000000004e2"],["-0.12713054699999998e3","0.51381934999999942e2"],["-0.12713417099999998e3",51.37721300000004],["-0.12714417300000002e3","0.51358046999999999e2"],["-0.12718250299999994e3","0.51326942000000145e2"],["-0.12718804899999998e3","0.51323607999999979e2"],["-0.12720834400000001e3","0.51315826000000015e2"],["-0.12724749800000001e3","0.51306380999999931e2"],["-0.12728056300000003e3","0.51301102000000128e2"],["-0.12729055800000003e3","0.51300545000000056e2"],["-0.12736749299999991e3","0.51298881999999935e2"],["-0.12739584400000001e3",51.30221599999993],["-0.12745221699999996e3","0.51315826000000015e2"],[-127.462784,"0.51341660000000047e2"],["-0.12755444299999999e3","0.51332497000000046e2"],["-0.12757000699999998e3","0.51328605999999979e2"],["-0.12775499699999989e3","0.51319442999999978e2"],["-0.12776390100000003e3","0.51319442999999978e2"],["-0.12777250699999996e3",51.3211060000001],["-0.12777887699999997e3","0.51324715000000083e2"],["-0.12778415699999994e3","0.51333054000000118e2"],["-0.12778778099999994e3",51.34887700000013],["-0.12778307299999994e3","0.51356941000000006e2"],["-0.12777834300000001e3","0.51361107000000061e2"],["-0.12774109599999997e3","0.51380272000000048e2"],["-0.12772749299999998e3","0.51385551000000021e2"],["-0.12769332899999995e3","0.51390831000000048e2"],["-0.12768443300000001e3","0.51390831000000048e2"],["-0.12765055799999999e3","0.51408043000000077e2"],["-0.12755166600000001e3","0.51468323000000055e2"],["-0.12751583900000003e3","0.51519157000000007e2"],["-0.12751306199999993e3","0.51529991000000052e2"],[-127.512787,"0.51535552999999993e2"],[-127.515289,51.5472180000001],[-127.521118,"0.51563880999999981e2"],["-0.12751640299999997e3","0.51587769000000094e2"],["-0.12751500699999985e3","0.51593880000000013e2"],["-0.12750890399999997e3","0.51604712999999947e2"],["-0.12750055700000001e3",51.61360900000011],["-0.12748805199999998e3","0.51619438000000116e2"],["-0.12744444299999998e3","0.51629990000000078e2"],["-0.12737609900000001e3","0.51644997000000103e2"],["-0.12732584400000002e3","0.51651382000000126e2"],["-0.12723332199999999e3","0.51662490999999989e2"],["-0.12709584000000001e3","0.51668052999999986e2"],["-0.12695344499999999e3","0.51658325000000104e2"],["-0.12694693799999993e3","0.51657657999999969e2"],["-0.12693778199999997e3","0.51655327000000057e2"],["-0.12688377400000002e3","0.51649494000000061e2"],[-126.708054,"0.51641937000000041e2"],["-0.12666332999999986e3",51.64888000000002],["-0.12665527299999997e3","0.51651382000000126e2"],[-126.620003,"0.51679993000000024e2"],["-0.12660694899999993e3","0.51706940000000145e2"],["-0.12660527000000002e3","0.51713051000000064e2"],["-0.12660582699999992e3","0.51719436999999971e2"],["-0.12660777300000001e3","0.51724990999999932e2"],["-0.12663555899999989e3","0.51769714000000022e2"],["-0.12663944999999995e3","0.51773880000000133e2"],["-0.12666027800000001e3","0.51792221000000097e2"],["-0.12666528299999999e3","0.51772491000000116e2"],["-0.12666665599999999e3","0.51766388000000006e2"],["-0.12666251399999993e3","0.51747215000000097e2"],["-0.12665387699999991e3","0.51732491000000039e2"],["-0.12664362299999999e3","0.51719154000000003e2"],["-0.12663999899999999e3","0.51709991000000002e2"],["-0.12664138800000001e3","0.51705269000000101e2"],["-0.12664388999999994e3","0.51701102999999989e2"],["-0.12664750700000002e3","0.51697768999999994e2"],["-0.12669304699999998e3","0.51664711000000011e2"],[-126.703056,"0.51664436000000023e2"],["-0.12691521499999999e3","0.51682438000000047e2"],["-0.12696421799999996e3","0.51686604000000102e2"],["-0.12697788199999997e3","0.51690605000000062e2"],["-0.12705387899999988e3","0.51697768999999994e2"],["-0.12707501199999996e3","0.51697768999999994e2"],["-0.12714055599999995e3","0.51694435000000055e2"],["-0.12727416999999997e3",51.68332700000002],[-127.3999859999999,"0.51669716000000051e2"],["-0.12741583300000002e3","0.51665824999999984e2"],["-0.12742582699999997e3","0.51666663999999969e2"],["-0.12743222000000003e3",51.66832700000009],["-0.12743554699999987e3","0.51671103999999957e2"],["-0.12743971299999993e3","0.51674712999999997e2"],["-0.12744167299999992e3","0.51680275000000108e2"],["-0.12742748999999998e3","0.51731934000000138e2"],[-127.364441,"0.51768326000000116e2"],["-0.12736193800000001e3","0.51771660000000111e2"],[-127.359444,"0.51777214000000072e2"],["-0.12733917200000002e3","0.51839156999999943e2"],["-0.12733721899999989e3","0.51851387000000045e2"],["-0.12733999599999999e3","0.51861106999999947e2"],["-0.12734555099999994e3","0.51864159000000086e2"],["-0.12735109699999992e3","0.51863609000000054e2"],["-0.12735694899999999e3","0.51860275000000058e2"],["-0.12744833399999987e3","0.51777214000000072e2"],["-0.12757195299999989e3","0.51706940000000145e2"],["-0.12758556399999986e3","0.51677773000000059e2"],["-0.12754638699999992e3","0.51627486999999917e2"],["-0.12755860899999999e3","0.51543884000000105e2"],["-0.12756111099999998e3","0.51538605000000132e2"],["-0.12757417299999997e3","0.51518883000000073e2"],[-127.58139,"0.51509437999999989e2"],["-0.12763583399999999e3","0.51460548000000131e2"],[-127.640289,"0.51458602999999925e2"],["-0.12765915699999999e3","0.51457497000000103e2"],[-127.70639,51.45638300000013],["-0.12771639999999996e3","0.51457214000000135e2"],["-0.12772389199999992e3","0.51459435000000042e2"],["-0.12773029300000002e3","0.51463051000000121e2"],[-127.75473,"0.51479988000000105e2"],["-0.12775917099999992e3","0.51484161000000029e2"],["-0.12776083399999993e3",51.48971599999993],["-0.12775974300000001e3","0.51494438000000059e2"],["-0.12774416400000001e3","0.51498329000000126e2"],[-127.712784,"0.51504439999999988e2"],[-127.787216,"0.51560271999999941e2"],["-0.12787416099999996e3","0.51663322000000051e2"],["-0.12787805200000003e3","0.51673881999999992e2"],["-0.12788999899999999e3","0.51798332000000016e2"],["-0.12788944999999995e3","0.51807770000000005e2"],[-127.886124,"0.51852218999999991e2"],["-0.12788474299999996e3","0.51858604000000014e2"],["-0.12786971999999997e3",51.89527099999998],["-0.12786609599999997e3","0.51899993999999992e2"],["-0.12786165599999987e3","0.51904160000000047e2"],["-0.12783306899999997e3","0.51919991000000039e2"],["-0.12782055699999995e3","0.51926659000000029e2"],["-0.12779638699999998e3","0.51938599000000124e2"],["-0.12778971899999999e3","0.51941101000000003e2"],["-0.12776611300000002e3","0.51946937999999932e2"],["-0.12773805199999993e3","0.51949715000000026e2"],["-0.12766443600000002e3","0.51953880000000026e2"],["-0.12765527299999997e3","0.52040276000000063e2"],["-0.12765387699999991e3","0.52046386999999982e2"],["-0.12765139799999997e3","0.52051659000000086e2"],["-0.12764527900000002e3","0.52061934999999949e2"],["-0.12762943999999999e3","0.52088326000000052e2"],["-0.12762581599999999e3","0.52093047999999953e2"],["-0.12761749299999997e3","0.52101936000000137e2"],["-0.12758029199999993e3","0.52129158000000075e2"],["-0.12752555799999993e3","0.52147217000000012e2"],["-0.12749944299999993e3","0.52151657000000057e2"],["-0.12748055999999997e3","0.52151099999999929e2"],["-0.12747721899999999e3","0.52150543000000027e2"],["-0.12746528599999988e3","0.52143883000000017e2"],["-0.12746140300000002e3","0.52133049000000142e2"],["-0.12746250899999995e3","0.52112495000000024e2"],["-0.12746611000000001e3","0.52107773000000122e2"],["-0.12747556299999997e3","0.52099716000000114e2"],["-0.12748249799999996e3",52.09693900000002],["-0.12749833699999999e3","0.52093322999999998e2"],["-0.12750834700000001e3","0.52093322999999998e2"],["-0.12751834100000002e3","0.52094436999999971e2"],["-0.12752722199999994e3","0.52095825000000048e2"],["-0.12753500400000001e3","0.52098877000000016e2"],["-0.12755277999999998e3","0.52101105000000132e2"],["-0.12756276700000001e3","0.52100829999999917e2"],["-0.12757167099999998e3","0.52098877000000016e2"],["-0.12758444199999991e3","0.52093605000000082e2"],["-0.12758889799999992e3","0.52089714000000015e2"],["-0.12761416600000001e3","0.52035828000000095e2"],["-0.12761332699999997e3","0.52032494000000099e2"],["-0.12759416199999998e3","0.52035553000000107e2"],["-0.12758612099999993e3","0.52038048000000117e2"],["-0.12742083700000001e3","0.52120270000000119e2"],["-0.12743360899999999e3","0.52131659999999954e2"],["-0.12745056199999999e3","0.52169159000000093e2"],["-0.12745249899999988e3","0.52173882000000049e2"],["-0.12745305599999995e3","0.52179993000000138e2"],["-0.12744972199999995e3","0.52182770000000062e2"],["-0.12737609900000001e3","0.52216934000000037e2"],["-0.12735417199999995e3","0.52224709000000132e2"],["-0.12733138999999994e3","0.52230270000000019e2"],["-0.12730027799999993e3","0.52228325000000041e2"],["-0.12729110700000001e3","0.52229431000000034e2"],["-0.12728443900000002e3","0.52231934000000024e2"],["-0.12724526999999995e3","0.52248878000000104e2"],["-0.12723944099999994e3","0.52252220000000023e2"],["-0.12719304699999998e3","0.52290833000000077e2"],["-0.12718582200000003e3","0.52300270000000012e2"],["-0.12717749000000003e3","0.52309715000000097e2"],["-0.12717166099999992e3",52.31249200000002],["-0.12716361999999987e3","0.52314156000000025e2"],["-0.12704276999999996e3","0.52309158000000025e2"],["-0.12701251200000002e3","0.52306381000000101e2"],["-0.12700499699999995e3","0.52303604000000007e2"],["-0.12699861099999993e3","0.52298607000000118e2"],["-0.12696444700000001e3","0.52271659999999997e2"],["-0.12694526699999994e3",52.25610400000005],["-0.12693804899999986e3","0.52246941000000049e2"],["-0.12693611099999998e3","0.52241379000000109e2"],["-0.12693554699999999e3","0.52235268000000019e2"],["-0.12682749899999999e3","0.52128044000000102e2"],["-0.12675195300000001e3","0.52078605999999979e2"],["-0.12671193700000003e3","0.52044441000000063e2"],["-0.12669415300000003e3","0.52028877000000136e2"],[-126.691101,"0.52023880000000077e2"],["-0.12668388399999998e3","0.51999717999999973e2"],["-0.12667804699999994e3","0.51990547000000049e2"],["-0.12667388899999997e3","0.51986382000000049e2"],["-0.12666944899999999e3","0.51983604000000071e2"],["-0.12666832699999998e3","0.51985549999999932e2"],["-0.12666776999999996e3","0.51991104000000121e2"],["-0.12666583300000002e3","0.52031380000000127e2"],["-0.12666665599999999e3","0.52036384999999996e2"],["-0.12666972399999997e3","0.52041939000000013e2"],["-0.12673805199999987e3","0.52113052000000096e2"],["-0.12676363399999991e3",52.13249200000007],["-0.12681722999999988e3","0.52166100000000085e2"],["-0.12683112299999999e3",52.17193599999996],["-0.12685555999999997e3","0.52178047000000049e2"],["-0.12686305199999993e3","0.52181107000000111e2"],["-0.12688027999999986e3","0.52190544000000045e2"],["-0.12690055799999999e3","0.52205268999999987e2"],["-0.12690666199999993e3","0.52215271000000143e2"],["-0.12694082600000002e3","0.52303879000000052e2"],["-0.12694027699999998e3",52.31082200000003],["-0.12693611099999998e3",52.32249500000006],[-126.932503,"0.52327217000000132e2"],["-0.12692083700000001e3","0.52333603000000039e2"],["-0.12687361099999998e3","0.52350830000000087e2"],["-0.12682084700000001e3","0.52363883999999928e2"],["-0.12681416299999995e3","0.52365273000000116e2"],["-0.12678888699999999e3","0.52369987000000094e2"],["-0.12677667199999996e3","0.52370270000000062e2"],["-0.12676194800000002e3","0.52370543999999995e2"],["-0.12673638900000003e3","0.52366386000000034e2"],["-0.12673166700000002e3","0.52367767000000072e2"],["-0.12673249800000002e3","0.52373877999999991e2"],["-0.12673665599999998e3","0.52378044000000045e2"],["-0.12675167799999991e3","0.52388328999999999e2"],["-0.12676363399999991e3","0.52393326000000059e2"],["-0.12679277000000002e3","0.52395546000000081e2"],["-0.12691027799999995e3","0.52373877999999991e2"],["-0.12692610200000001e3","0.52370827000000133e2"],["-0.12694110099999995e3","0.52366386000000034e2"],[-126.948036,"0.52363883999999928e2"],["-0.12695973199999997e3","0.52357215999999994e2"],["-0.12696972699999998e3",52.34165999999999],["-0.12697444200000001e3","0.52337768999999923e2"],["-0.12698137699999995e3",52.33526599999999],["-0.12700279199999994e3","0.52334991000000116e2"],["-0.12708249699999993e3","0.52334991000000116e2"],["-0.12714111299999996e3","0.52348045000000013e2"],["-0.12715778399999999e3","0.52352492999999981e2"],["-0.12718639400000001e3","0.52380820999999969e2"],["-0.12722805800000003e3","0.52453049000000135e2"],["-0.12723610699999995e3","0.52505554000000132e2"],["-0.12723665599999998e3",52.51166500000005],["-0.12723416099999997e3","0.52517211999999972e2"],["-0.12719695299999995e3","0.52549995000000138e2"],["-0.12718639400000001e3","0.52557770000000062e2"],["-0.12708112299999993e3","0.52613051999999982e2"],["-0.12707417299999997e3","0.52616385999999977e2"],["-0.12705915800000002e3","0.52620827000000077e2"],["-0.12700446299999999e3","0.52626937999999996e2"],["-0.12699638399999998e3",52.62860100000006],[-126.989441,"0.52631935000000055e2"],["-0.12697972099999998e3","0.52639434999999935e2"],["-0.12697609699999998e3",52.64388300000013],[-126.924713,"0.52714714000000129e2"],["-0.12692223399999995e3","0.52718880000000013e2"],["-0.12692166099999997e3","0.52725822000000107e2"],["-0.12692250100000001e3","0.52731102000000021e2"],[-126.966949,"0.52828606000000036e2"],["-0.12697112300000003e3","0.52832771000000037e2"],[-126.975281,"0.52835548000000131e2"],["-0.12698332199999987e3","0.52837769000000037e2"],["-0.12701777599999991e3","0.52845543000000021e2"],["-0.12702139299999993e3",52.82777400000009],["-0.12701834100000002e3","0.52823608000000036e2"],["-0.12700778199999996e3","0.52808883999999978e2"],["-0.12698082699999992e3","0.52724434000000031e2"],[-126.98111,"0.52717491000000052e2"],["-0.12698528299999992e3","0.52707497000000046e2"],["-0.12704250300000001e3",52.64777399999997],["-0.12704737899999992e3","0.52643462999999997e2"],["-0.12705561799999998e3","0.52641815000000065e2"],["-0.12713445300000001e3",52.60943600000013],["-0.12724054699999988e3","0.52557770000000062e2"],["-0.12725723299999999e3","0.52545830000000137e2"],["-0.12728083799999996e3","0.52509162999999944e2"],["-0.12728222700000003e3","0.52503052000000082e2"],["-0.12728028899999993e3","0.52497489999999914e2"],["-0.12727610800000002e3",52.49332400000003],["-0.12726528899999988e3","0.52485550000000046e2"],["-0.12725805699999995e3","0.52477211000000011e2"],["-0.12725834699999996e3",52.47304500000007],["-0.12726194800000002e3","0.52467491000000109e2"],["-0.12726666299999988e3","0.52464157000000114e2"],["-0.12733345800000001e3","0.52433895000000007e2"],["-0.12740082599999994e3","0.52424431000000141e2"],["-0.12746541599999995e3","0.52395477000000085e2"],["-0.12748935699999987e3","0.52362072000000126e2"],["-0.12761165599999998e3","0.52294716000000051e2"],["-0.12761833200000001e3","0.52291939000000127e2"],["-0.12772138999999993e3","0.52274712000000079e2"],["-0.12773055999999997e3","0.52273604999999975e2"],[-127.739441,52.27388000000002],["-0.12774610899999999e3","0.52276657000000114e2"],["-0.12775029000000001e3","0.52281661999999983e2"],["-0.12780471799999998e3","0.52248878000000104e2"],["-0.12784277299999997e3",52.2241590000001],["-0.12784528399999999e3","0.52219437000000028e2"],["-0.12785249299999987e3","0.52209991000000059e2"],["-0.12785833699999995e3","0.52206657000000064e2"],["-0.12786389200000002e3","0.52207496999999933e2"],["-0.12786916399999996e3","0.52211105000000032e2"],["-0.12787110899999999e3","0.52216385000000116e2"],["-0.12787304699999999e3","0.52223320000000001e2"],["-0.12790527299999991e3",52.27887700000008],["-0.12786776700000001e3","0.52494995000000074e2"],["-0.12786776700000001e3","0.52500549000000092e2"],["-0.12786971999999997e3","0.52506103999999993e2"],["-0.12787499999999994e3","0.52510276999999917e2"],["-0.12788166799999999e3",52.51249700000011],["-0.12789195299999994e3","0.52513329000000056e2"],["-0.12789998599999996e3",52.50999500000006],["-0.12792488899999995e3","0.52443886000000134e2"],["-0.12792971799999992e3","0.52427547000000004e2"],["-0.12792854299999999e3","0.52424213000000009e2"],["-0.12792588000000001e3","0.52421215000000132e2"],[-127.916718,"0.52414879000000099e2"],["-0.12790905800000002e3","0.52407382999999982e2"],["-0.12790589099999988e3","0.52401549999999986e2"],["-0.12790538800000002e3",52.39788400000009],["-0.12795694700000001e3","0.52324440000000038e2"],["-0.12796389799999997e3","0.52321663000000115e2"],["-0.12797277800000001e3","0.52323326000000066e2"],[-127.995003,"0.52330551000000128e2"],["-0.12800805699999989e3","0.52336937000000034e2"],["-0.12801251200000002e3","0.52341102999999919e2"],["-0.12805721999999997e3","0.52394713999999965e2"],["-0.12805917399999998e3","0.52400269000000094e2"],["-0.12806832899999995e3","0.52447769000000051e2"],["-0.12806695599999995e3",52.45388000000014],["-0.12805944799999992e3","0.52470267999999976e2"],["-0.12805111699999992e3","0.52478874000000076e2"],[-128.0419619999999,"0.52487770000000012e2"],["-0.12803250100000002e3","0.52495270000000119e2"],["-0.12800945999999999e3","0.52508606000000043e2"],["-0.12797721899999999e3","0.52519714000000079e2"],["-0.12796916199999993e3","0.52521660000000111e2"],["-0.12796140300000002e3","0.52519440000000145e2"],["-0.12795612299999993e3","0.52515831000000105e2"],["-0.12789611799999994e3","0.52542220999999984e2"],["-0.12789138800000001e3","0.52546387000000038e2"],["-0.12788778699999995e3","0.52551102000000071e2"],["-0.12787998999999991e3","0.52574164999999994e2"],["-0.12787970699999994e3","0.52579720000000066e2"],["-0.12788751200000002e3","0.52577773999999977e2"],[-128.0291749999999,"0.52541664000000083e2"],["-0.12804083300000002e3","0.52535827999999981e2"],["-0.12809973099999991e3","0.52503052000000082e2"],[-128.1049349999999,"0.52492382000000077e2"],["-0.12811831699999999e3","0.52465546000000074e2"],["-0.12814834599999995e3","0.52422217999999987e2"],["-0.12822500599999989e3","0.52330826000000116e2"],["-0.12823330699999997e3","0.52321937999999989e2"],["-0.12827862499999998e3","0.52280822999999998e2"],["-0.12828332499999993e3","0.52276657000000114e2"],["-0.12828890999999999e3","0.52273323000000119e2"],["-0.12829583700000001e3","0.52270828000000108e2"],["-0.12830499299999997e3","0.52269439999999975e2"],["-0.12839388999999989e3","0.52291382000000056e2"],["-0.12832971199999992e3","0.52380271999999991e2"],["-0.12829751599999992e3","0.52400543000000027e2"],["-0.12829083300000002e3",52.401657],["-0.12828085299999992e3","0.52400825999999995e2"],["-0.12827416999999997e3",52.39804799999996],[-128.267517,"0.52396660000000054e2"],[-128.260559,"0.52399161999999933e2"],["-0.12825585899999999e3","0.52403320000000065e2"],["-0.12822442599999994e3","0.52459717000000069e2"],["-0.12822192399999989e3","0.52465271000000087e2"],["-0.12822055099999994e3","0.52471375000000137e2"],["-0.12822109999999992e3","0.52484436000000073e2"],["-0.12822860700000001e3","0.52523048000000017e2"],["-0.12823055999999997e3","0.52528328000000101e2"],["-0.12823831200000001e3","0.52536658999999986e2"],["-0.12824221799999998e3","0.52547775000000115e2"],["-0.12824194299999999e3",52.55471],["-0.12823916600000001e3","0.52566940000000102e2"],["-0.12818527199999988e3","0.52671104000000128e2"],["-0.12814584399999995e3","0.52719986000000063e2"],[-128.120544,"0.52757217000000026e2"],["-0.12813165300000003e3","0.52876381000000038e2"],["-0.12817001299999998e3","0.52856658999999979e2"],["-0.12817501800000002e3","0.52851935999999966e2"],["-0.12822305299999994e3","0.52812492000000077e2"],["-0.12822888199999994e3",52.80860100000001],["-0.12823525999999993e3","0.52805824000000086e2"],["-0.12824972500000001e3","0.52801384000000098e2"],[-128.2744449999999,"0.52799438000000009e2"],["-0.12830029300000001e3","0.52800270000000125e2"],["-0.12833999600000004e3","0.52805549999999982e2"],["-0.12842611699999998e3","0.52817497000000117e2"],["-0.12843612699999994e3","0.52818886000000134e2"],[-128.441101,"0.52822769000000051e2"],["-0.12848776199999986e3","0.52873604000000114e2"],["-0.12849359100000004e3","0.52882767000000115e2"],[-128.495544,"0.52887496999999939e2"],["-0.12849887100000001e3","0.52903602999999976e2"],["-0.12850640899999996e3",52.96305099999995],["-0.12851556399999998e3","0.53019988999999953e2"],["-0.12853973400000001e3","0.53131934999999942e2"],["-0.12862554899999992e3","0.53202217000000019e2"],["-0.12866140699999994e3","0.53202217000000019e2"],["-0.12866082799999992e3","0.53196938000000046e2"],["-0.12866305499999999e3","0.53190826000000072e2"],["-0.12866723599999995e3","0.53187492000000077e2"],["-0.12867666600000001e3","0.53187767000000122e2"],["-0.12868527199999994e3","0.53189430000000016e2"],["-0.12870111099999997e3","0.53195541000000105e2"],["-0.12878832999999997e3","0.53239715999999987e2"],["-0.12879473899999999e3","0.53243324000000086e2"],["-0.12884887699999996e3","0.53275826000000052e2"],["-0.12885888699999998e3","0.53283607000000131e2"],["-0.12886639400000001e3","0.53292220999999984e2"],["-0.12886944600000004e3",53.2972180000001],["-0.12887832599999996e3",53.31638300000003],["-0.12888558999999998e3","0.53374378000000092e2"],["-0.12888798499999996e3","0.53424965000000043e2"],["-0.12892186000000004e3","0.53453601999999989e2"],["-0.12895916699999998e3","0.53502777000000037e2"],["-0.12897332799999998e3","0.53547493000000031e2"],["-0.12897277799999995e3","0.53553047000000049e2"],[-128.966095,"0.53556099000000131e2"],["-0.12880499299999997e3","0.53569992000000013e2"],["-0.12879501300000004e3","0.53568604000000107e2"],["-0.12878832999999997e3","0.53564995000000067e2"],["-0.12878332499999999e3",53.561104],["-0.12877972399999987e3","0.53556938000000116e2"],["-0.12869250499999998e3","0.53485268000000133e2"],["-0.12855862399999995e3","0.53413879000000122e2"],["-0.12852362099999999e3","0.53396660000000054e2"],["-0.12844601399999999e3","0.53413158000000124e2"],["-0.12844517499999995e3","0.53415993000000071e2"],["-0.12842950399999989e3","0.53429824999999994e2"],["-0.12818972799999989e3","0.53459991000000002e2"],["-0.12815945399999993e3","0.53455826000000002e2"],["-0.12814862099999993e3","0.53453605999999979e2"],["-0.12813192699999996e3","0.53448875000000044e2"],[-128.105255,"0.53440543999999989e2"],["-0.12809387199999998e3","0.53433052000000032e2"],["-0.12807081600000004e3","0.53394114999999942e2"],["-0.12803488200000004e3","0.53369289000000038e2"],["-0.12800598099999996e3",53.34705699999995],["-0.12795195000000001e3","0.53326102999999932e2"],["-0.12794999699999988e3","0.53321381000000031e2"],[-127.951683,"0.53309990000000084e2"],["-0.12795388799999995e3","0.53304161000000079e2"],["-0.12795694700000001e3",53.28138000000007],["-0.12795527600000003e3","0.53265830999999991e2"],["-0.12795111099999997e3","0.53256386000000077e2"],["-0.12794611399999985e3","0.53252220000000023e2"],["-0.12787526700000001e3","0.53224433999999917e2"],[-127.87027,"0.53222763000000043e2"],[-127.868607,"0.53233879000000002e2"],["-0.12786776700000001e3","0.53239715999999987e2"],["-0.12787138399999998e3","0.53244155999999975e2"],["-0.12792259999999993e3",53.273685],["-0.12793297599999994e3","0.53293323999999927e2"],[-127.92408,"0.53318153000000109e2"],["-0.12792593399999993e3","0.53330750000000023e2"],["-0.12798805199999998e3","0.53353881999999942e2"],["-0.12807165499999991e3","0.53431380999999988e2"],["-0.12809387199999998e3","0.53451935000000105e2"],["-0.12812692300000003e3","0.53481102000000021e2"],["-0.12816528299999993e3","0.53483879000000115e2"],["-0.12818331899999993e3","0.53484161000000029e2"],["-0.12830139199999991e3","0.53478324999999927e2"],["-0.12845187399999992e3",53.50332300000008],["-0.12845339999999999e3","0.53499656999999956e2"],["-0.12845640600000002e3","0.53496822000000066e2"],["-0.12848156700000004e3","0.53487987999999916e2"],["-0.12849021900000002e3","0.53485325000000046e2"],["-0.12853340100000003e3","0.53478324999999927e2"],["-0.12854457100000002e3","0.53478992000000062e2"],["-0.12854937699999994e3","0.53480823999999927e2"],["-0.12881304899999992e3","0.53619155999999975e2"],["-0.12881664999999998e3","0.53623322000000087e2"],["-0.12881805399999996e3","0.53644714000000079e2"],["-0.12881750499999993e3",53.65026899999998],["-0.12881390399999998e3","0.53656936999999971e2"],[-128.808899,"0.53661659000000043e2"],["-0.12878417999999988e3","0.53675552000000096e2"],["-0.12877279699999997e3","0.53733330000000137e2"],["-0.12879388399999988e3","0.53764998999999932e2"],["-0.12879333500000001e3","0.53770546000000081e2"],["-0.12879110699999995e3",53.776657],["-0.12877056899999991e3",53.79583000000008],["-0.12867767300000003e3","0.53839775000000088e2"],["-0.12867384300000003e3",53.84160600000007],["-0.12866551200000004e3","0.53844608000000107e2"],["-0.12866067499999997e3","0.53845439999999996e2"],["-0.12865583799999996e3","0.53843605000000082e2"],["-0.12864482099999987e3","0.53837105000000122e2"],["-0.12864166299999994e3","0.53834770000000049e2"],["-0.12860360699999995e3","0.53842216000000064e2"],["-0.12859387199999998e3","0.53839714000000015e2"],["-0.12847720299999997e3","0.53828605999999979e2"],["-0.12847137499999997e3","0.53832497000000046e2"],["-0.12847555499999999e3","0.53842216000000064e2"],["-0.12848275799999999e3","0.53850829999999917e2"],["-0.12848944099999994e3","0.53854163999999912e2"],["-0.12849887100000001e3","0.53856941000000006e2"],["-0.12851000999999991e3","0.53859161000000029e2"],["-0.12853030399999994e3","0.53861664000000019e2"],["-0.12853832999999992e3","0.53860275000000001e2"],["-0.12854501299999998e3","0.53857216000000051e2"],["-0.12855306999999988e3","0.53856102000000078e2"],["-0.12861726399999992e3","0.53868546000000094e2"],["-0.12865962199999996e3","0.53882885000000101e2"],[-128.662598,"0.53885216000000014e2"],["-0.12866461200000003e3","0.53888218000000109e2"],["-0.12867903099999995e3","0.53907524000000024e2"],["-0.12867869599999995e3","0.53910857999999962e2"],["-0.12866686999999996e3",53.92285900000013],["-0.12866072099999997e3","0.53928524000000095e2"],[-128.6480709999999,"0.53949432000000058e2"],["-0.12863946499999997e3",53.96054799999996],["-0.12859832799999998e3",54.02693899999997],["-0.12860055499999993e3","0.54031661999999983e2"],["-0.12860916099999997e3",54.03138000000007],["-0.12861663799999997e3","0.54029160000000104e2"],["-0.12867861899999997e3",54.00360900000004],["-0.12868527199999994e3","0.54000832000000116e2"],["-0.12868890399999998e3","0.53994156000000032e2"],["-0.12869555699999989e3","0.53976097000000095e2"],["-0.12872283899999991e3","0.53944046000000071e2"],["-0.12872499099999999e3","0.53940216000000078e2"],["-0.12872766100000001e3","0.53936710000000062e2"],["-0.12873100299999993e3","0.53933547999999917e2"],["-0.12879943799999995e3",53.87499200000002],["-0.12891528299999999e3","0.53787216000000001e2"],["-0.12893194600000004e3","0.53774711999999965e2"],["-0.12898361199999994e3","0.53762214999999969e2"],["-0.12910497999999995e3",53.72026800000009],["-0.12911804199999989e3","0.53714157000000057e2"],["-0.12912359599999996e3","0.53710274000000084e2"],["-0.12921749899999992e3",53.64027400000009],[-129.232483,"0.53625824000000136e2"],["-0.12923803699999991e3",53.61332700000014],[-129.239441,"0.53601936000000023e2"],["-0.12923693800000001e3","0.53537216000000058e2"],["-0.12923138399999999e3","0.53500832000000059e2"],["-0.12923443599999996e3","0.53461937000000091e2"],["-0.12923498499999999e3","0.53456100000000106e2"],["-0.12923748799999993e3","0.53433600999999953e2"],["-0.12927279699999997e3","0.53379158000000018e2"],["-0.12930334499999992e3","0.53384994999999947e2"],["-0.12933389299999999e3","0.53397491000000059e2"],["-0.12935360700000001e3","0.53407768000000033e2"],["-0.12951861600000001e3","0.53514998999999989e2"],["-0.12962914999999987e3","0.53587769000000037e2"],[-129.686127,"0.53630272000000105e2"],["-0.12983084099999996e3",53.74721500000004],["-0.12986111499999998e3","0.53765273999999977e2"],[-129.912781,53.79833200000013],["-0.13004501300000004e3","0.53883049000000142e2"],["-0.13005029300000001e3","0.53886940000000038e2"],[-130.099152,"0.53941933000000063e2"],["-0.13010137899999995e3","0.53946655000000135e2"],["-0.13009136999999987e3","0.54066101000000003e2"],["-0.13009082000000001e3","0.54071662999999944e2"],["-0.13007693499999993e3","0.54114441000000056e2"],["-0.13007333399999999e3","0.54120827000000133e2"],["-0.13006500199999999e3","0.54132209999999986e2"],["-0.13005166600000001e3","0.54148605000000089e2"],["-0.13004666099999997e3","0.54153320000000122e2"],["-0.12986361699999998e3","0.54213051000000064e2"],["-0.12984887700000002e3","0.54217491000000109e2"],["-0.12983194000000003e3","0.54219436999999971e2"],["-0.12978205899999995e3","0.54210601999999938e2"],["-0.12972637899999995e3","0.54200771000000088e2"],["-0.12969738799999993e3","0.54194435000000055e2"],["-0.12968756099999996e3",54.19093300000003],["-0.12964416499999999e3","0.54181938000000059e2"],["-0.12963333099999994e3","0.54179993000000081e2"],[-129.6141659999999,"0.54178917000000069e2"],[-129.591949,"0.54185822000000087e2"],["-0.12947082499999999e3","0.54235825000000034e2"],["-0.12947000100000002e3",54.23721299999994],["-0.12947442599999999e3","0.54239990000000034e2"],["-0.12948275799999988e3","0.54243050000000096e2"],["-0.12951141399999989e3","0.54244155999999975e2"],[-129.51889,"0.54241936000000123e2"],["-0.12956140099999993e3","0.54226935999999966e2"],["-0.12956777999999997e3","0.54223877000000016e2"],["-0.12968238799999995e3","0.54221602999999959e2"],["-0.12968823199999997e3","0.54223099000000104e2"],["-0.12977654999999993e3","0.54234767999999974e2"],["-0.12983666999999997e3",54.23832700000014],[-129.8549799999999,"0.54238045000000056e2"],["-0.12987136799999996e3","0.54235268000000133e2"],[-129.966949,"0.54206940000000031e2"],["-0.12997997999999995e3","0.54200829000000113e2"],["-0.12999166899999989e3","0.54192764000000011e2"],["-0.13003750600000001e3","0.54173050000000103e2"],["-0.13010443099999998e3","0.54154434000000094e2"],["-0.13011331200000001e3","0.54153877000000023e2"],[-130.122772,"0.54154434000000094e2"],["-0.13013110399999999e3","0.54157210999999961e2"],["-0.13019168099999996e3","0.54193321000000083e2"],["-0.13022805800000003e3","0.54258606000000043e2"],[-130.238586,"0.54294998000000078e2"],[-130.2611389999999,"0.54342765999999983e2"],["-0.13027584799999994e3","0.54349716000000058e2"],["-0.13028250100000002e3","0.54346382000000062e2"],[-130.332764,"0.54329720000000066e2"],["-0.13034887700000002e3","0.54326942000000088e2"],["-0.13039138799999995e3","0.54330276000000083e2"],[-130.45166,"0.54336655000000121e2"],["-0.13045916699999998e3","0.54338600000000099e2"],[-130.48111,"0.54364715999999987e2"],["-0.13048388699999998e3","0.54401657000000114e2"],["-0.13047637899999989e3","0.54430550000000096e2"],["-0.13047360199999997e3",54.43582200000003],["-0.13043362400000001e3","0.54496658000000139e2"],["-0.13042999299999997e3","0.54562492000000077e2"],["-0.13043972799999989e3","0.54612212999999997e2"],["-0.13044055200000003e3","0.54617493000000024e2"],["-0.13043859900000001e3","0.54623604000000114e2"],[-130.43277,"0.54627487000000031e2"],["-0.13042556799999994e3","0.54629715000000033e2"],["-0.13041665599999993e3","0.54630272000000105e2"],["-0.13040750099999997e3",54.62860100000006],["-0.13039779699999997e3","0.54626381000000038e2"],["-0.13038946499999992e3",54.62332200000003],["-0.13037554899999992e3","0.54616661000000136e2"],["-0.13033215299999995e3","0.54578552000000002e2"],["-0.13028167699999995e3","0.54528381000000024e2"],["-0.13022277799999989e3","0.54471931000000041e2"],["-0.13006304899999986e3","0.54339989000000116e2"],["-0.13005776999999995e3","0.54336105000000089e2"],["-0.13003723100000002e3","0.54326103000000103e2"],["-0.13002084400000001e3","0.54319992000000013e2"],["-0.12999304199999989e3",54.31221000000005],["-0.12998275799999993e3","0.54311104000000057e2"],["-0.12996581999999995e3","0.54313049000000035e2"],["-0.12995916699999998e3","0.54316100999999946e2"],["-0.12995584099999985e3","0.54322495000000004e2"],["-0.12995971700000001e3","0.54326942000000088e2"],["-0.12996722399999993e3","0.54328880000000026e2"],["-0.12998165900000004e3","0.54324439999999981e2"],["-0.12999054000000001e3",54.32388300000008],["-0.13002362099999993e3","0.54335548000000017e2"],[-130.0386049999999,"0.54341934000000094e2"],["-0.13004388399999999e3","0.54345824999999991e2"],["-0.13014779699999997e3",54.44193300000012],["-0.13031382799999994e3","0.54586269000000073e2"],["-0.13036721799999992e3","0.54635268999999994e2"],["-0.13037222299999996e3","0.54644714000000079e2"],[-130.374146,"0.54654991000000052e2"],["-0.13036859100000004e3","0.54667770000000132e2"],["-0.13035861199999999e3","0.54677490000000034e2"],["-0.13035278299999999e3","0.54681381000000101e2"],["-0.13033972199999999e3","0.54687492000000134e2"],["-0.13032501200000002e3","0.54692214999999976e2"],["-0.13024386599999997e3","0.54707771000000093e2"],["-0.13023553499999997e3","0.54709160000000111e2"],["-0.13022582999999997e3","0.54708885000000066e2"],["-0.13017193599999996e3","0.54703606000000093e2"],["-0.13016195700000003e3","0.54701103000000103e2"],["-0.13015362500000003e3","0.54698326000000009e2"],["-0.13010110499999996e3","0.54671660999999972e2"],[-130.075287,"0.54657767999999976e2"],["-0.13006887800000004e3","0.54648604999999975e2"],["-0.13006500199999999e3","0.54644440000000145e2"],[-130.054169,"0.54636658000000011e2"],["-0.13002694699999989e3","0.54623047000000042e2"],["-0.13000058000000001e3",54.61471599999993],["-0.12998083500000001e3","0.54609993000000145e2"],[-129.959991,"0.54607498000000135e2"],["-0.12991027800000001e3","0.54605552999999929e2"],[-129.968323,54.62193300000007],["-0.13000445599999989e3","0.54632767000000115e2"],["-0.13002807599999994e3","0.54641936999999984e2"],["-0.13019473299999999e3","0.54723320000000001e2"],[-130.20166,54.72693600000008],["-0.13020111099999986e3","0.54732490999999982e2"],["-0.13017388899999992e3","0.54846656999999993e2"],["-0.13017111199999999e3","0.54851662000000033e2"],["-0.13016583300000002e3","0.54856659000000093e2"],["-0.13016082799999998e3","0.54861382000000106e2"],["-0.13005835000000002e3","0.54952773999999977e2"],["-0.13004583700000001e3","0.54959991000000059e2"],["-0.13003195199999993e3","0.54965271000000143e2"],["-0.12994694499999991e3","0.54970490000000098e2"],[-129.9362789999999,"0.54971153000000072e2"],["-0.12992394999999993e3","0.54970322000000067e2"],["-0.12991810599999985e3","0.54968826000000092e2"],["-0.12990977499999997e3","0.54964661000000092e2"],["-0.12990745500000003e3","0.54962158000000102e2"],["-0.12965444899999994e3","0.54980545000000006e2"],[-129.646973,"0.54982765000000029e2"],["-0.12964028899999994e3","0.54985825000000091e2"],["-0.12962249799999995e3","0.54997772000000055e2"],["-0.12962499999999994e3",55.00249500000001],["-0.12979998799999998e3","0.55006942999999978e2"],["-0.12986608899999999e3","0.55006660000000011e2"],["-0.12987527499999999e3",55.00610400000005],[-129.883331,"0.55004715000000033e2"],["-0.12990585299999998e3","0.54997772000000055e2"],["-0.12991390999999993e3","0.54996383999999921e2"],["-0.12996487400000001e3","0.55003436999999963e2"],["-0.12997171000000003e3","0.55004608000000076e2"],["-0.12997905000000003e3","0.55008938000000057e2"],["-0.12998138399999993e3","0.55011608000000138e2"],["-0.12998104899999993e3","0.55014938000000143e2"],[-129.9963679999999,"0.55024162000000047e2"],["-0.12997555499999993e3","0.55066939999999931e2"],["-0.12996139500000004e3","0.55093323000000112e2"],["-0.12995638999999989e3","0.55098045000000013e2"],["-0.12984750399999996e3","0.55210548000000074e2"],["-0.12972665399999988e3","0.55338600000000099e2"],["-0.12966300999999999e3","0.55412212000000011e2"],["-0.12964334099999996e3","0.55434158000000025e2"],["-0.12963723800000002e3","0.55438042000000053e2"],["-0.12962222299999996e3","0.55442490000000021e2"],["-0.12960525499999994e3","0.55445267000000115e2"],["-0.12958471700000001e3","0.55443878000000097e2"],["-0.12954110700000001e3","0.55438042000000053e2"],["-0.12952389500000004e3","0.55439987000000031e2"],["-0.12950863599999997e3","0.55444434999999999e2"],["-0.12948831199999995e3","0.55453605999999922e2"],["-0.12947610499999996e3","0.55461380000000133e2"],["-0.12947164899999996e3","0.55467209000000139e2"],["-0.12947109999999992e3","0.55472762999999986e2"],["-0.12947500600000001e3",55.47693600000008],["-0.12948416099999997e3","0.55478600000000085e2"],[-129.62027,"0.55459434999999985e2"],["-0.12963696299999998e3",55.45665699999995],[-129.679123,"0.55473156000000131e2"],["-0.12968611099999998e3","0.55467491000000052e2"],["-0.12969662500000004e3",55.45399100000003],["-0.12969979899999993e3","0.55450993000000096e2"],["-0.12970428500000003e3","0.55449661000000049e2"],["-0.12970979299999993e3","0.55450657000000035e2"],["-0.12971211199999999e3","0.55453327000000115e2"],["-0.12971362299999993e3","0.55456161000000122e2"],["-0.12978695700000003e3","0.55566666000000112e2"],["-0.12978582800000004e3",55.50277699999998],[-129.779449,"0.55493607000000111e2"],["-0.12977224699999999e3",55.47943099999992],["-0.12978030399999994e3","0.55359717999999987e2"],["-0.12978250100000002e3","0.55353607000000068e2"],["-0.12981390399999987e3","0.55289719000000048e2"],["-0.12981750499999998e3","0.55283332999999971e2"],["-0.12990695199999988e3","0.55168052999999986e2"],[-129.911407,"0.55162491000000045e2"],["-0.12992083699999995e3","0.55151931999999988e2"],["-0.13002835099999999e3","0.55036385000000109e2"],["-0.13006832900000001e3","0.54996941000000049e2"],["-0.13007443199999994e3","0.54992767000000015e2"],["-0.13008166499999999e3","0.54990546999999992e2"],["-0.13009082000000001e3","0.54989990000000091e2"],["-0.13010055499999999e3","0.54990546999999992e2"],["-0.13010833699999995e3","0.54992493000000081e2"],["-0.13011361699999992e3","0.54996383999999921e2"],["-0.13012777700000004e3","0.55013885000000073e2"],["-0.13016027799999995e3","0.55069717000000026e2"],["-0.13016223099999996e3","0.55079993999999999e2"],[-130.1600039999999,"0.55086105000000089e2"],["-0.13011859099999998e3","0.55142493999999942e2"],["-0.13011416599999995e3","0.55148331000000098e2"],["-0.13008084099999991e3","0.55184714999999983e2"],["-0.13006390399999998e3","0.55195266999999944e2"],["-0.13004528799999997e3","0.55204163000000051e2"],["-0.13003918499999992e3","0.55208046000000024e2"],[-129.948059,"0.55276382000000012e2"],["-0.12994387799999998e3","0.55282211000000018e2"],["-0.12994473300000004e3","0.55287216000000058e2"],["-0.12994888300000002e3","0.55295830000000137e2"],["-0.12996054100000003e3","0.55308884000000035e2"],["-0.13000863599999997e3","0.55370827000000077e2"],[-130.101654,"0.55556380999999988e2"],["-0.13010360700000001e3","0.55566666000000112e2"],["-0.13012887599999999e3","0.55722214000000122e2"],["-0.13012942499999997e3","0.55732765000000029e2"],["-0.13012887599999999e3","0.55738602000000014e2"],["-0.13012609900000001e3","0.55750275000000045e2"],["-0.13012191799999994e3","0.55762496999999996e2"],["-0.13011639400000001e3","0.55774993999999992e2"],["-0.13011276199999998e3","0.55781661999999983e2"],["-0.13010833699999995e3","0.55787216000000001e2"],["-0.13009109499999994e3","0.55799995000000024e2"],["-0.13007916299999999e3","0.55808044000000052e2"],["-0.13006722999999994e3","0.55815826000000015e2"],[-130.0552669999999,"0.55823883000000137e2"],["-0.13003945899999997e3","0.55838326000000052e2"],["-0.12996664399999992e3","0.55912209000000018e2"],[-129.962219,"0.55917770000000019e2"],["-0.12996417199999991e3","0.55928329000000076e2"],["-0.12997137499999985e3","0.55931663999999955e2"],["-0.12997970599999985e3","0.55932213000000104e2"],["-0.12999499500000002e3","0.55927773000000059e2"],[-130.0019529999999,"0.55924713000000054e2"],["-0.13000500499999993e3","0.55921661000000086e2"],["-0.13001507600000002e3","0.55909179999999992e2"],["-0.13001419099999998e3","0.56023880000000133e2"],[-130.0147399999999,"0.56025826000000052e2"],[-130.0538939999999,"0.56075554000000011e2"],["-0.13008859299999995e3","0.56118049999999982e2"],["-0.13022915599999993e3","0.56090271000000143e2"],["-0.13036526499999991e3","0.56123878000000104e2"],["-0.13044750999999991e3","0.56206383000000073e2"],["-0.13046194499999996e3","0.56235268000000133e2"],["-0.13048471099999995e3","0.56239433000000133e2"],["-0.13053277599999996e3","0.56246384000000035e2"],[-130.5607149999999,"0.56250000000000114e2"],["-0.13062719699999997e3","0.56258606000000043e2"],[-130.720551,"0.56325554000000125e2"],["-0.13075585899999999e3","0.56353049999999996e2"],["-0.13077444500000001e3","0.56366104000000064e2"],["-0.13084722899999997e3","0.56374435000000119e2"],["-0.13092001300000004e3","0.56382492000000127e2"],["-0.13105499299999997e3","0.56398048000000074e2"],["-0.13107055699999995e3","0.56403602999999976e2"],["-0.13112582399999997e3","0.56424163999999962e2"],[-131.1444699999999,"0.56434715000000097e2"],["-0.13116473400000001e3","0.56445267000000058e2"],["-0.13120526100000001e3","0.56465828000000101e2"],["-0.13122137499999997e3","0.56472488000000112e2"],[-131.290009,"0.56500548999999978e2"],["-0.13131445299999996e3","0.56509994999999947e2"],["-0.13153945899999991e3","0.56596656999999993e2"],[-131.55777,"0.56602219000000105e2"],["-0.13157888800000001e3","0.56603324999999927e2"],["-0.13161111499999998e3","0.56602219000000105e2"],["-0.13181610099999995e3","0.56594994000000042e2"],["-0.13182415800000001e3",56.59693900000002],["-0.13182861299999996e3","0.56600830000000087e2"],["-0.13185803199999987e3","0.56718880000000127e2"],["-0.13186361699999992e3","0.56786110000000122e2"],["-0.13186053500000003e3","0.56797775000000001e2"],["-0.13186138899999997e3",56.79972100000009],["-0.13210305800000003e3","0.56866661000000022e2"],["-0.13209194899999994e3","0.56893607999999972e2"],["-0.13206195100000002e3","0.56959717000000069e2"],["-0.13203668199999993e3","0.57013054000000011e2"],["-0.13202749600000004e3","0.57036385000000053e2"],["-0.13222109999999992e3","0.57068054000000075e2"],[-132.316956,"0.57083878000000027e2"],["-0.13233694500000001e3","0.57088325999999995e2"],["-0.13232611099999997e3","0.57100548000000117e2"],["-0.13226806599999986e3",57.16304800000006],[-132.25473,57.17471299999994],[-132.226654,"0.57204711999999972e2"],["-0.13235415599999988e3","0.57354439000000127e2"],["-0.13236972000000003e3",57.37082700000002],["-0.13237914999999992e3",57.37943300000012],["-0.13245111099999986e3","0.57435265000000072e2"],[-132.471924,"0.57451103000000103e2"],[-132.4927669999999,57.46665999999999],["-0.13250363200000004e3","0.57474158999999986e2"],["-0.13261944599999998e3","0.57583328000000051e2"],["-0.13275250199999994e3","0.57709435000000042e2"],["-0.13276113899999996e3","0.57717765999999926e2"],[-132.76889,57.72665400000011],["-0.13278222700000003e3","0.57745270000000119e2"],["-0.13279110699999995e3",57.7586060000001],["-0.13279583700000001e3","0.57768883000000073e2"],["-0.13279611199999999e3","0.57773879999999963e2"],["-0.13280722000000003e3","0.57787773000000016e2"],["-0.13281362899999988e3","0.57795546999999999e2"],["-0.13282138099999992e3","0.57804436000000067e2"],["-0.13287304699999999e3","0.57855270000000075e2"],["-0.13288165299999997e3",57.86360900000011],["-0.13292861900000003e3",57.90554800000001],["-0.13293777499999999e3","0.57913322000000051e2"],["-0.13296472199999999e3",57.93332700000002],["-0.13299499500000002e3","0.57951660000000061e2"],["-0.13303332499999988e3","0.57978874000000076e2"],["-0.13304388399999999e3","0.57986938000000066e2"],["-0.13305306999999993e3",57.99471299999999],[-133.058044,"0.57999435000000062e2"],[-133.070831,"0.58012215000000026e2"],["-0.13308749399999999e3","0.58033332999999971e2"],["-0.13309500100000002e3","0.58047775000000115e2"],["-0.13310415599999999e3","0.58073051000000135e2"],["-0.13310720800000001e3","0.58083328000000108e2"],["-0.13311111500000004e3","0.58093323000000055e2"],["-0.13313696299999998e3","0.58135826000000122e2"],["-0.13318472299999991e3","0.58176102000000128e2"],["-0.13319500700000003e3","0.58184158000000025e2"],["-0.13321139499999998e3","0.58196381000000031e2"],["-0.13323361199999999e3","0.58211380000000133e2"],[-133.3061219999999,"0.58257216999999969e2"],["-0.13336111499999993e3",58.28054800000001],["-0.13343029799999994e3","0.58359993000000088e2"],[-133.408905,"0.58400268999999923e2"],["-0.13338790899999998e3",58.4120640000001],["-0.13342999299999991e3","0.58459160000000054e2"],["-0.13355889899999994e3","0.58528046000000074e2"],["-0.13373580900000002e3","0.58644713999999965e2"],["-0.13380834999999996e3","0.58709991000000002e2"],["-0.13382693499999999e3","0.58726097000000038e2"],["-0.13408749399999999e3","0.58808327000000133e2"],["-0.13423110999999989e3","0.58851936000000023e2"],[-134.245544,"0.58856941000000063e2"],["-0.13432000699999998e3","0.58916099999999972e2"],["-0.13432556199999999e3","0.58920830000000024e2"],["-0.13433221400000002e3","0.58929718000000037e2"],["-0.13433221400000002e3","0.58935265000000129e2"],["-0.13432556199999999e3","0.58971100000000035e2"],["-0.13437942499999991e3","0.59049164000000076e2"],["-0.13438613899999996e3","0.59058044000000109e2"],["-0.13445556599999998e3","0.59122489999999971e2"],["-0.13446139499999992e3","0.59126656000000025e2"],["-0.13447500599999989e3",59.1336060000001],["-0.13453222700000003e3","0.59132210000000043e2"],["-0.13456640599999997e3","0.59130547000000092e2"],["-0.13465084799999994e3","0.59185546999999985e2"],["-0.13467166099999997e3","0.59200272000000098e2"],["-0.13467529300000001e3","0.59214714000000072e2"],["-0.13468804899999992e3","0.59243324000000086e2"],["-0.13473889199999991e3","0.59250275000000045e2"],["-0.13495193499999993e3","0.59279991000000109e2"],["-0.13509167499999995e3","0.59426940999999999e2"],["-0.13507971199999992e3",59.4447100000001],["-0.13506332399999997e3","0.59458046000000081e2"],["-0.13503973399999995e3","0.59466934000000037e2"],["-0.13503057899999999e3",59.46804800000001],["-0.13502111799999994e3","0.59471099999999922e2"],["-0.13501779199999999e3","0.59498878000000047e2"],["-0.13501501500000001e3",59.54055000000011],["-0.13501446499999997e3","0.59567497000000003e2"],["-0.13509722899999997e3","0.59621376000000055e2"],[-135.12027,"0.59621658000000139e2"],["-0.13513275099999998e3","0.59622765000000072e2"],[-135.1541749999999,59.62721300000004],["-0.13517749000000003e3","0.59636939999999981e2"],["-0.13533612099999999e3","0.59726654000000053e2"],["-0.13547360199999997e3","0.59801933000000076e2"],["-0.13550613399999997e3","0.59793884000000048e2"],["-0.13582333399999999e3","0.59705550999999957e2"],["-0.13594915800000001e3","0.59669158999999979e2"],["-0.13607138099999997e3","0.59657494000000099e2"],["-0.13612081899999998e3","0.59651656999999943e2"],["-0.13616000399999996e3","0.59646660000000054e2"],["-0.13620776399999988e3","0.59639434999999992e2"],["-0.13631054700000004e3","0.59612495000000138e2"],["-0.13634387200000003e3","0.59602776000000119e2"],["-0.13634637499999991e3","0.59600548000000003e2"],[-136.29834,"0.59583603000000039e2"],["-0.13623916600000001e3","0.59561377999999991e2"],["-0.13623388699999992e3","0.59525826000000052e2"],["-0.13629305999999991e3","0.59476097000000038e2"],["-0.13629998799999993e3","0.59471099999999922e2"],["-0.13637164300000001e3","0.59452492000000063e2"],["-0.13646362299999993e3","0.59469711000000132e2"],["-0.13646417199999996e3","0.59414153999999996e2"],["-0.13646249399999994e3",59.37221500000004],["-0.13646249399999994e3","0.59302490000000091e2"],["-0.13646276899999998e3","0.59289436000000023e2"],["-0.13648083499999996e3","0.59261939999999925e2"],["-0.13649221799999998e3","0.59249718000000144e2"],["-0.13655835000000002e3","0.59186377999999991e2"],["-0.13658389299999988e3","0.59163321999999937e2"],["-0.13661138900000003e3","0.59164711000000125e2"],["-0.13671972699999998e3","0.59165268000000026e2"],["-0.13680889899999994e3","0.59165268000000026e2"],["-0.13688833599999998e3","0.59131934999999999e2"],["-0.13694195599999995e3","0.59109436000000073e2"],["-0.13696972700000003e3","0.59098328000000095e2"],["-0.13703308100000004e3","0.59077492000000063e2"],["-0.13725167799999997e3","0.59006104000000107e2"],["-0.13729611199999999e3","0.58989989999999977e2"],["-0.13731417799999997e3","0.58981102000000021e2"],["-0.13733889799999997e3","0.58965546000000074e2"],["-0.13739279199999999e3","0.58928329000000019e2"],["-0.13742028800000003e3",58.91415400000011],["-0.13742749000000003e3","0.58911377000000016e2"],["-0.13744500699999998e3","0.58907494000000099e2"],["-0.13746554600000002e3","0.58906096999999932e2"],["-0.13747805800000003e3","0.58907211000000132e2"],["-0.13748803699999996e3","0.58909156999999993e2"],["-0.13749581899999998e3","0.58911934000000088e2"],["-0.13750167799999991e3","0.58916382000000056e2"],["-0.13750500499999993e3","0.58920273000000122e2"],["-0.13750750700000003e3","0.58925552000000096e2"],["-0.13750723299999999e3","0.58937767000000008e2"],["-0.13750527999999997e3","0.58944153000000142e2"],["-0.13749722299999996e3","0.58964157000000057e2"],["-0.13748776199999992e3","0.58982490999999982e2"],["-0.13747970599999996e3","0.58998046999999985e2"],["-0.13749914599999994e3","0.59041382000000112e2"],["-0.13754528799999997e3","0.59143051000000128e2"],[-137.566101,"0.59186935000000062e2"],["-0.13759082000000001e3","0.59238602000000014e2"],["-0.13791027800000001e3","0.59408043000000077e2"],["-0.13811776699999996e3","0.59516663000000051e2"],["-0.13830361900000003e3","0.59613052000000039e2"],["-0.13849108899999993e3","0.59708328000000051e2"],[-138.5386049999999,"0.59732208000000071e2"],[-138.615814,59.77416199999999],["-0.13864724699999999e3","0.59805550000000039e2"],["-0.13865472399999993e3",59.81471300000004],["-0.13866363499999989e3","0.59829162999999937e2"],["-0.13866610699999995e3","0.59834435000000042e2"],["-0.13866915900000004e3","0.59844994000000099e2"],["-0.13867501799999997e3",59.86693600000001],["-0.13869027700000004e3","0.59906936999999971e2"],["-0.13897192399999994e3","0.59978600000000085e2"],["-0.13904779099999996e3","0.59997490000000028e2"],["-0.13911639400000001e3","0.60041382000000112e2"],[-139.161407,60.07027400000004],["-0.13918890399999987e3","0.60088882000000069e2"],[-139.183899,"0.60102219000000105e2"],["-0.13915527299999997e3","0.60154991000000052e2"],["-0.13913363600000002e3","0.60194435000000112e2"],["-0.13912527499999993e3","0.60207771000000093e2"],["-0.13908221399999996e3","0.60287498000000028e2"],["-0.13906500199999988e3","0.60330276000000083e2"],["-0.13906640600000003e3","0.60344153999999946e2"],["-0.13906805399999996e3","0.60352219000000048e2"],["-0.13951947000000001e3","0.60344711000000018e2"],["-0.13967666599999995e3","0.60340546000000018e2"],["-0.13977166699999992e3","0.60292496000000028e2"],["-0.13986639400000001e3","0.60244438000000059e2"],["-0.13991305499999987e3","0.60220824999999934e2"],["-0.13997943099999998e3","0.60187767000000122e2"],[-140.005585,"0.60193878000000041e2"],["-0.14045083599999992e3","0.60309715000000097e2"],[-140.471924,"0.60283882000000006e2"],[-140.493042,60.25777400000004],["-0.14050195299999996e3","0.60244713000000104e2"],["-0.14052139299999993e3","0.60222214000000122e2"],["-0.14094638099999997e3","0.60297775000000001e2"],[-140.995544,"0.60307213000000047e2"],["-0.14100058000000001e3","0.60366661000000022e2"],["-0.14100112899999999e3","0.60399436999999978e2"],["-0.14100030500000003e3","0.60933051999999975e2"],["-0.14100167799999991e3","0.60966384999999946e2"],["-0.14100030500000003e3","0.62733046999999942e2"],["-0.14100140399999998e3","0.63099998000000141e2"],["-0.14100195299999996e3",63.83277099999998],["-0.14100030500000003e3","0.63966385000000059e2"],["-0.14100030500000003e3","0.64199706999999989e2"],["-0.14100195299999996e3","0.65132751000000098e2"],["-0.14100030500000003e3","0.65166092000000049e2"],["-0.14100030500000003e3","0.65232758000000047e2"],["-0.14100195299999996e3","0.65699416999999983e2"],["-0.14100195299999996e3","0.66099425999999994e2"],["-0.14100167799999991e3","0.66499419999999986e2"],["-0.14100085399999995e3","0.66666382000000112e2"],["-0.14100058000000001e3","0.66866089000000102e2"],["-0.14100167799999991e3","0.67066376000000105e2"],["-0.14100222799999995e3","0.67299149000000057e2"],["-0.14100058000000001e3","0.67532486000000119e2"],[-141,"0.67732758000000103e2"],["-0.14100195299999996e3","0.67865814000000057e2"],["-0.14100195299999996e3","0.68065811000000053e2"],["-0.14100195299999996e3",68.23275799999999],["-0.14100167799999991e3","0.68532761000000107e2"],["-0.14100085399999995e3","0.68965546000000018e2"],["-0.14100058000000001e3","0.69432479999999941e2"],["-0.14100085399999995e3","0.69532211000000018e2"],["-0.14100299100000001e3","0.69642365000000098e2"],["-0.14098220800000001e3","0.69642761000000007e2"],["-0.14090945399999998e3","0.69639160000000118e2"],["-0.14083306900000002e3","0.69635269000000051e2"],["-0.14081610099999995e3",69.6336060000001],["-0.14079528799999997e3","0.69627197000000081e2"],["-0.14077001999999999e3","0.69621643000000063e2"],["-0.14073831200000001e3","0.69617751999999996e2"],["-0.14061554000000001e3",69.60832199999993],["-0.14048831200000001e3","0.69599425999999994e2"],["-0.14039611799999994e3","0.69596099999999979e2"],["-0.14026141399999995e3","0.69596649000000127e2"],["-0.14021887200000003e3","0.69600815000000011e2"],["-0.14017944299999988e3","0.69606369000000029e2"],["-0.14012914999999998e3","0.69614990000000091e2"],["-0.14010055499999999e3","0.69617477000000008e2"],["-0.14008471700000001e3","0.69618042000000003e2"],["-0.13994387800000004e3","0.69618865999999969e2"],["-0.13992639199999991e3","0.69618590999999981e2"],["-0.13988833599999998e3","0.69616653000000042e2"],["-0.13981054699999999e3","0.69606644000000017e2"],["-0.13978112799999997e3","0.69602203000000088e2"],[-139.605255,"0.69575546000000031e2"],["-0.13957611099999986e3","0.69570830999999998e2"],["-0.13967001299999998e3","0.69579162999999994e2"],["-0.13968472299999996e3","0.69581375000000037e2"],["-0.13977639799999997e3","0.69599716000000001e2"],[-139.7647399999999,"0.69590820000000065e2"],["-0.13975668299999995e3","0.69586655000000064e2"],["-0.13973165899999998e3","0.69581099999999992e2"],["-0.13960665899999992e3","0.69559417999999994e2"],[-139.573059,"0.69556091000000038e2"],[-139.5350039999999,"0.69553863999999976e2"],[-139.351654,69.53637700000013],["-0.13914306599999998e3","0.69510817999999915e2"],["-0.13911639400000001e3","0.69505554000000132e2"],["-0.13910833699999995e3","0.69501663000000065e2"],["-0.13910137899999995e3","0.69491364000000033e2"],["-0.13909222399999999e3","0.69481658999999979e2"],[-139.069458,"0.69463318000000129e2"],["-0.13905584699999991e3","0.69454987000000074e2"],["-0.13904806499999995e3","0.69450821000000133e2"],[-138.975281,"0.69414993000000095e2"],["-0.13895748900000001e3","0.69407486000000006e2"],["-0.13893945299999996e3","0.69399994000000049e2"],["-0.13888275099999993e3","0.69384720000000129e2"],["-0.13883361799999994e3","0.69373306000000071e2"],["-0.13879916399999991e3","0.69364150999999993e2"],["-0.13876916499999999e3",69.35386699999998],["-0.13875140399999998e3","0.69346375000000023e2"],[-138.64389,"0.69291367000000037e2"],["-0.13862164300000001e3","0.69273041000000035e2"],["-0.13861639400000001e3","0.69268326000000002e2"],["-0.13860720799999996e3",69.2586060000001],["-0.13860498000000001e3","0.69247482000000048e2"],["-0.13844998199999992e3","0.69229156000000046e2"],["-0.13826916499999999e3","0.69196365000000071e2"],["-0.13825390599999997e3","0.69188309000000004e2"],["-0.13821887200000003e3","0.69173309000000074e2"],["-0.13817721599999993e3","0.69159988000000112e2"],["-0.13814334099999996e3","0.69150818000000072e2"],["-0.13806332399999997e3","0.69129424999999969e2"],["-0.13803945899999997e3","0.69123596000000134e2"],["-0.13800112899999993e3","0.69115265000000022e2"],["-0.13769638099999992e3","0.69049712999999997e2"],["-0.13759445199999999e3","0.69027771000000143e2"],["-0.13741915900000004e3","0.68988876000000005e2"],["-0.13725500499999998e3","0.68948318000000086e2"],["-0.13722610499999996e3","0.68944977000000051e2"],["-0.13719222999999994e3","0.68943863000000079e2"],["-0.13713027999999986e3","0.68944977000000051e2"],[-136.9786069999999,"0.68931931000000134e2"],["-0.13697332799999998e3","0.68927200000000028e2"],[-136.966095,"0.68923309000000131e2"],["-0.13695416299999994e3","0.68920258000000103e2"],["-0.13678973399999995e3","0.68881927000000076e2"],["-0.13674554399999994e3","0.68875259000000085e2"],["-0.13668249499999996e3","0.68871918000000051e2"],["-0.13665972899999997e3","0.68874984999999981e2"],["-0.13664279199999993e3","0.68878036000000009e2"],["-0.13663751199999996e3","0.68884155000000021e2"],["-0.13663082900000001e3","0.68889160000000061e2"],["-0.13661999500000002e3","0.68891936999999984e2"],["-0.13652224699999999e3","0.68909149000000014e2"],["-0.13650836199999998e3","0.68910262999999986e2"],["-0.13647747800000002e3","0.68910812000000135e2"],["-0.13642059299999994e3",68.9015500000001],["-0.13639306599999992e3","0.68897217000000069e2"],["-0.13635861199999999e3","0.68893874999999923e2"],["-0.13625585899999999e3","0.68889435000000105e2"],["-0.13614501999999999e3","0.68885817999999972e2"],["-0.13609722899999991e3",68.88220200000012],["-0.13602780199999989e3","0.68873032000000023e2"],["-0.13598666399999996e3","0.68864990000000091e2"],["-0.13585879499999993e3","0.68838974000000064e2"],["-0.13583166499999999e3","0.68831940000000031e2"],["-0.13554055799999992e3","0.68752486999999974e2"],[-135.519745,68.74581900000004],["-0.13549194299999988e3","0.68735259999999982e2"],["-0.13548498499999999e3","0.68731094000000098e2"],["-0.13545388799999995e3","0.68709427000000062e2"],["-0.13540695199999993e3","0.68679977000000122e2"],["-0.13536554000000001e3","0.68675812000000121e2"],["-0.13521054099999998e3","0.68661377000000016e2"],[-135.1600039999999,"0.68657211000000132e2"],["-0.13514752199999998e3","0.68658874999999966e2"],["-0.13514639299999993e3","0.68663879000000122e2"],["-0.13521444699999995e3","0.68693038999999999e2"],["-0.13525363200000004e3","0.68706940000000145e2"],["-0.13534359699999993e3","0.68737762000000032e2"],["-0.13548193400000002e3","0.68809418000000107e2"],["-0.13550613399999997e3","0.68832488999999953e2"],[-135.500854,"0.68838593000000003e2"],["-0.13548666399999996e3","0.68839431999999988e2"],["-0.13545306399999998e3","0.68838042999999971e2"],["-0.13543917799999991e3","0.68835541000000092e2"],["-0.13540499899999998e3","0.68831940000000031e2"],[-135.341949,"0.68831664999999987e2"],["-0.13533804299999997e3","0.68834991000000059e2"],["-0.13534973099999996e3","0.68838042999999971e2"],["-0.13542166099999997e3","0.68848877000000016e2"],["-0.13549472000000003e3","0.68854979999999955e2"],["-0.13552835099999993e3","0.68856368999999972e2"],["-0.13556054700000004e3","0.68860260000000039e2"],["-0.13559527600000001e3",68.86943100000002],["-0.13560443099999998e3","0.68873032000000023e2"],["-0.13561886599999997e3","0.68881362999999965e2"],["-0.13562359600000002e3","0.68886107999999979e2"],["-0.13561389199999991e3","0.68889435000000105e2"],["-0.13533581499999997e3","0.68917755000000113e2"],[-135.241669,"0.68926926000000094e2"],["-0.13522720299999997e3","0.68925537000000077e2"],["-0.13521554600000002e3","0.68922484999999995e2"],["-0.13520861799999994e3","0.68918319999999994e2"],["-0.13519665499999991e3","0.68909714000000065e2"],["-0.13519168100000002e3","0.68904984000000013e2"],["-0.13518695100000002e3",68.90026899999998],["-0.13512191799999999e3","0.68893326000000002e2"],["-0.13497747799999996e3","0.68878311000000053e2"],["-0.13495111099999997e3",68.88108799999992],["-0.13491723599999995e3","0.68898041000000035e2"],["-0.13489474499999994e3","0.68912490999999932e2"],["-0.13487777700000004e3","0.68920822000000044e2"],["-0.13485803199999998e3","0.68927765000000022e2"],[-134.845551,"0.68929428000000144e2"],[-134.81723,"0.68925812000000064e2"],["-0.13480334499999998e3","0.68923035000000027e2"],["-0.13474581899999998e3","0.68907486000000063e2"],["-0.13470889299999999e3","0.68892761000000121e2"],["-0.13466946399999989e3","0.68873305999999957e2"],["-0.13464169299999992e3","0.68856644000000017e2"],["-0.13449554399999994e3",68.75221300000004]],[["-0.93519729999999925e2","0.63839432000000102e2"],["-0.93339995999999985e2",63.80832700000002],["-0.93329726999999934e2","0.63809715000000097e2"],["-0.93217498999999975e2","0.63838599999999985e2"],["-0.93216110000000015e2","0.63843605000000025e2"],["-0.93225006000000008e2","0.63847771000000137e2"],["-0.93236389000000031e2","0.63847487999999942e2"],["-0.93267501999999922e2",63.84276600000004],["-0.93278884999999946e2","0.63842491000000052e2"],["-0.93291671999999949e2","0.63844994000000042e2"],["-0.93333892999999932e2","0.63859160999999972e2"],["-0.93343338000000017e2","0.63863052000000039e2"],["-0.93357498000000021e2","0.63871376000000112e2"],["-0.93441939999999931e2","0.63921660999999915e2"],["-0.93448883000000023e2","0.63925827000000027e2"],["-0.93449721999999952e2","0.63930824000000086e2"],["-0.93452498999999989e2","0.63954437000000041e2"],["-0.93451110999999969e2","0.63959717000000126e2"],["-0.93443329000000006e2","0.63965546000000131e2"],["-0.93433884000000035e2","0.63968596999999988e2"],["-0.93423614999999927e2","0.63970825000000104e2"],["-0.93413054999999986e2","0.63971930999999927e2"],["-0.93389998999999932e2","0.63971656999999993e2"],[-93.36471599999993,"0.63967491000000109e2"],[-93.27305599999994,"0.63928047000000049e2"],[-93.12222300000002,"0.63892493999999999e2"],["-0.92960281000000009e2","0.63855826999999977e2"],["-0.92841675000000009e2",63.83526599999999],[-92.65194699999995,"0.63787498000000028e2"],["-0.92549728000000016e2",63.81082200000003],["-0.92540558000000033e2","0.63814713000000097e2"],["-0.92530563000000029e2","0.63816939999999988e2"],["-0.92507506999999976e2","0.63816383000000087e2"],["-0.92583892999999989e2","0.63829436999999984e2"],["-0.92606948999999872e2","0.63829720000000123e2"],["-0.92619155999999919e2","0.63831383000000073e2"],["-0.92669158999999979e2","0.63839989000000003e2"],["-0.92706954999999937e2","0.63846656999999936e2"],["-0.92935546999999985e2","0.63904990999999995e2"],["-0.92942489999999964e2",63.90915700000005],["-0.92956116000000009e2","0.63932770000000005e2"],["-0.92965285999999992e2","0.63936652999999922e2"],["-0.93218886999999995e2","0.63979431000000034e2"],["-0.93266113000000018e2","0.63981934000000024e2"],["-0.93276397999999972e2","0.63979713000000061e2"],["-0.93288054999999986e2","0.63980545000000006e2"],["-0.93301102000000014e2","0.63983047000000056e2"],["-0.93436661000000015e2","0.64015274000000034e2"],["-0.93612212999999997e2","0.64093048000000067e2"],["-0.93627212999999983e2","0.64106369000000029e2"],["-0.93635009999999909e2","0.64115265000000136e2"],["-0.93635833999999988e2","0.64120255000000043e2"],["-0.93689986999999917e2","0.64156096999999988e2"],["-0.93751677999999913e2","0.64188873000000058e2"],["-0.93761123999999882e2","0.64192748999999992e2"],["-0.93773055999999997e2",64.19358799999992],["-0.93779723999999987e2","0.64189697000000024e2"],["-0.93776947000000007e2","0.64184981999999991e2"],["-0.93665008999999941e2","0.64087204000000042e2"],["-0.93660004000000015e2","0.64083054000000061e2"],["-0.93604172000000005e2","0.64044434000000138e2"],["-0.93654723999999931e2","0.63992493000000024e2"],["-0.93731673999999998e2","0.63987212999999997e2"],["-0.93759170999999924e2","0.63984161000000029e2"],["-0.93770553999999947e2","0.63957771000000037e2"],[-93.654449,"0.63896660000000111e2"],[-93.59973100000002,"0.63870270000000062e2"],[-93.55360399999995,"0.63850548000000003e2"],["-0.93533324999999991e2",63.84276600000004],["-0.93519729999999925e2","0.63839432000000102e2"]],[["-0.70783065999999963e2","0.48380547000000092e2"],["-0.70782501000000025e2","0.48348045000000127e2"],["-0.70768065999999919e2",48.35054800000006],["-0.70548049999999989e2","0.48356383999999991e2"],["-0.70498885999999914e2","0.48353324999999984e2"],["-0.70464172000000019e2",48.3491590000001],["-0.70383057000000008e2","0.48331108000000086e2"],["-0.70332229999999981e2","0.48316666000000112e2"],["-0.70272780999999952e2","0.48298332000000016e2"],["-0.70237777999999992e2","0.48282493999999986e2"],["-0.70210007000000019e2","0.48269714000000022e2"],["-0.70198607999999979e2",48.26249700000011],[-70.06138599999997,"0.48239989999999977e2"],["-0.70040833000000021e2","0.48244437999999946e2"],["-0.70025833000000034e2","0.48246101000000067e2"],["-0.70017501999999865e2","0.48245270000000062e2"],["-0.69995543999999995e2","0.48239989999999977e2"],["-0.69936935000000005e2","0.48221931000000041e2"],["-0.69920546999999885e2","0.48216385000000002e2"],["-0.69828339000000028e2","0.48166382000000056e2"],["-0.69838333000000034e2","0.48173881999999935e2"],[-69.84722899999997,"0.48181938000000002e2"],["-0.69861938000000009e2","0.48198875000000044e2"],["-0.69871933000000013e2","0.48212493999999936e2"],["-0.69879439999999931e2","0.48220825000000048e2"],["-0.69884170999999981e2","0.48224159000000043e2"],[-69.95944199999991,"0.48269440000000088e2"],["-0.69977218999999991e2","0.48274436999999978e2"],["-0.69985549999999989e2","0.48274994000000049e2"],["-0.69993332000000009e2","0.48274712000000022e2"],["-0.70043610000000001e2","0.48267211999999915e2"],["-0.70099990999999989e2","0.48267211999999915e2"],["-0.70131942999999978e2","0.48269714000000022e2"],["-0.70151108000000022e2","0.48274436999999978e2"],["-0.70167770000000019e2","0.48279990999999995e2"],["-0.70272507000000019e2","0.48325554000000125e2"],["-0.70420273000000009e2","0.48361381999999992e2"],["-0.70427779999999984e2","0.48361107000000118e2"],["-0.70635009999999966e2","0.48390549000000078e2"],["-0.70727782999999874e2","0.48415825000000098e2"],["-0.70739165999999955e2","0.48423049999999989e2"],["-0.70751952999999958e2",48.42849300000006],["-0.70761397999999929e2","0.48431938000000002e2"],["-0.70779998999999975e2","0.48435546999999985e2"],["-0.70954726999999991e2","0.48459717000000012e2"],["-0.70980559999999912e2","0.48462212000000022e2"],["-0.71012221999999952e2",48.46166199999999],["-0.71025283999999886e2","0.48457496999999989e2"],["-0.71048614999999927e2","0.48445267000000058e2"],["-0.71047774999999888e2","0.48444434999999942e2"],["-0.71031386999999995e2","0.48443320999999969e2"],["-0.70906386999999938e2","0.48423325000000034e2"],["-0.70799987999999985e2","0.48401657000000057e2"],["-0.70785552999999879e2","0.48395828000000051e2"],["-0.70781386999999881e2","0.48391936999999984e2"],[-70.779449,"0.48386940000000095e2"],["-0.70783065999999963e2","0.48380547000000092e2"]],[["-0.10813890100000003e3","0.71981658999999979e2"],["-0.10815583799999996e3","0.71980820000000051e2"],["-0.10817415599999998e3","0.71983322000000101e2"],["-0.10818720999999999e3","0.71986649000000057e2"],["-0.10818916300000001e3",71.99192800000003],["-0.10819972199999995e3","0.72050537000000077e2"],["-0.10819027699999998e3","0.72055542000000116e2"],[-108.1702729999999,"0.72064423000000033e2"],["-0.10816027799999995e3","0.72062759000000028e2"],["-0.10813417099999992e3","0.72056091000000094e2"],["-0.10807444799999996e3","0.72034149000000014e2"],["-0.10806416299999995e3","0.72030272999999966e2"],["-0.10806220999999999e3",72.02526899999998],["-0.10806304899999998e3","0.72019440000000145e2"],[-108.069458,"0.72013046000000088e2"],["-0.10807721700000002e3","0.72007217000000082e2"],["-0.10810526999999996e3","0.71992751999999996e2"],["-0.10812526700000001e3","0.71983871000000022e2"],["-0.10813890100000003e3","0.71981658999999979e2"]],[[-85.84722899999997,"0.72294144000000074e2"],["-0.85837218999999948e2","0.72288879000000009e2"],["-0.85837218999999948e2","0.72262771999999927e2"],["-0.85851669000000015e2","0.72241364000000033e2"],["-0.85877486999999917e2","0.72221649000000014e2"],["-0.85889175000000023e2","0.72218047999999953e2"],[-85.90834000000001,"0.72217758000000117e2"],["-0.85981110000000001e2","0.72236373999999955e2"],["-0.86005844000000025e2","0.72243591000000094e2"],["-0.86061110999999983e2","0.72261658000000125e2"],["-0.86096389999999985e2","0.72276382000000012e2"],["-0.86107223999999917e2","0.72283875000000023e2"],["-0.86110001000000011e2","0.72289703000000145e2"],["-0.86101395000000025e2","0.72293594000000041e2"],["-0.86093338000000017e2","0.72294708000000014e2"],["-0.86067229999999995e2","0.72293869000000029e2"],["-0.86005004999999983e2","0.72296646000000123e2"],["-0.85863891999999964e2","0.72297211000000004e2"],[-85.84722899999997,"0.72294144000000074e2"]],[["-0.78735000999999954e2","0.72365540000000124e2"],[-78.75389100000001,"0.72363312000000008e2"],[-78.81220999999988,"0.72365265000000079e2"],["-0.78830840999999964e2","0.72364990000000091e2"],["-0.78854172000000005e2","0.72362197999999978e2"],["-0.78874435000000005e2","0.72358871000000079e2"],["-0.78889450000000011e2","0.72354706000000078e2"],[-78.91332999999986,"0.72345535000000098e2"],["-0.78920836999999949e2","0.72341370000000097e2"],[-78.93499799999995,"0.72336380000000077e2"],["-0.78950286999999946e2","0.72334991000000059e2"],["-0.79053054999999972e2","0.72360809000000017e2"],["-0.79075561999999934e2","0.72403046000000074e2"],["-0.79075012000000015e2","0.72409714000000065e2"],["-0.79070847000000015e2","0.72414993000000038e2"],["-0.79066665999999998e2","0.72420258000000103e2"],["-0.79044448999999929e2","0.72426651000000049e2"],[-79.00140399999998,"0.72438309000000118e2"],[-78.97084000000001,"0.72445250999999985e2"],["-0.78955565999999919e2","0.72444427000000019e2"],["-0.78950561999999991e2","0.72442199999999957e2"],["-0.78946655000000021e2","0.72440262000000018e2"],["-0.78939986999999917e2","0.72435806000000127e2"],["-0.78846953999999926e2","0.72415543000000071e2"],["-0.78833892999999989e2","0.72411926000000108e2"],["-0.78740829000000019e2","0.72374419999999986e2"],["-0.78731673999999941e2",72.36943100000002],["-0.78735000999999954e2","0.72365540000000124e2"]],[["-0.79508056999999951e2","0.72348602000000028e2"],["-0.79533889999999985e2","0.72346099999999979e2"],["-0.79555832000000009e2","0.72346939000000077e2"],["-0.79572234999999978e2","0.72349152000000061e2"],["-0.79581954999999994e2",72.35165399999994],[-79.59445199999999,"0.72356934000000024e2"],["-0.79609436000000017e2",72.36692800000003],["-0.79624160999999901e2","0.72379425000000026e2"],["-0.79683318999999983e2","0.72430542000000116e2"],["-0.79586120999999991e2","0.72453872999999987e2"],["-0.79576675000000023e2","0.72456100000000049e2"],["-0.79552489999999921e2","0.72451096000000121e2"],["-0.79541381999999999e2","0.72444977000000051e2"],["-0.79529174999999952e2","0.72439697000000024e2"],["-0.79502791999999886e2","0.72429977000000122e2"],[-79.46945199999999,"0.72423035000000027e2"],[-79.43638599999997,"0.72418319999999994e2"],[-79.42971799999998,"0.72411652000000004e2"],["-0.79440552000000025e2",72.37052900000009],["-0.79446654999999907e2","0.72364990000000091e2"],["-0.79455565999999919e2","0.72359985000000052e2"],["-0.79470275999999956e2","0.72355545000000006e2"],["-0.79508056999999951e2","0.72348602000000028e2"]],[["-0.79993606999999997e2","0.72413315000000125e2"],["-0.80009445000000028e2","0.72410538000000031e2"],["-0.80022232000000031e2","0.72413605000000132e2"],["-0.80124435000000005e2","0.72506653000000028e2"],["-0.80130554000000018e2","0.72512497000000053e2"],["-0.80133330999999941e2","0.72519440000000031e2"],["-0.80129989999999907e2","0.72523041000000092e2"],[-80.11999499999996,"0.72526931999999988e2"],["-0.80112502999999947e2","0.72526931999999988e2"],["-0.80063613999999973e2","0.72523880000000077e2"],["-0.80036941999999897e2",72.51638800000012],["-0.79921936000000017e2","0.72463318000000072e2"],["-0.79916397000000018e2","0.72458037999999988e2"],["-0.79926940999999999e2","0.72447754000000145e2"],["-0.79939162999999951e2","0.72436645999999996e2"],["-0.79956954999999994e2","0.72426086000000055e2"],["-0.79978881999999885e2","0.72417755000000113e2"],["-0.79993606999999997e2","0.72413315000000125e2"]],[["-0.11046916199999993e3","0.72569152999999972e2"],["-0.11048137699999995e3","0.72565811000000053e2"],["-0.11054415899999998e3","0.72569152999999972e2"],["-0.11057195300000001e3","0.72575546000000145e2"],["-0.11058833299999998e3","0.72583878000000141e2"],[-110.593887,"0.72588592999999946e2"],[-110.593887,"0.72594147000000135e2"],[-110.576683,"0.72594986000000119e2"],["-0.11053888699999993e3","0.72594986000000119e2"],["-0.11051666299999999e3","0.72593322999999998e2"],["-0.11050446299999999e3","0.72590820000000008e2"],["-0.11048249799999991e3","0.72583603000000096e2"],["-0.11047444200000001e3","0.72579437000000041e2"],["-0.11046888699999994e3","0.72574706999999989e2"],["-0.11046916199999993e3","0.72569152999999972e2"]],[["-0.11035582699999998e3","0.72601929000000098e2"],["-0.11037304699999993e3","0.72601379000000065e2"],["-0.11039499699999993e3","0.72603043000000071e2"],["-0.11046417199999991e3","0.72613312000000121e2"],["-0.11049472000000003e3","0.72619141000000127e2"],["-0.11046916199999993e3","0.72621368000000018e2"],[-110.450287,"0.72621368000000018e2"],["-0.11039862099999993e3","0.72618041999999946e2"],["-0.11035888699999992e3","0.72614990000000034e2"],["-0.11034500100000002e3","0.72611923000000104e2"],["-0.11034500100000002e3","0.72606094000000098e2"],["-0.11035582699999998e3","0.72601929000000098e2"]],[[-108.510559,"0.72602768000000083e2"],["-0.10851999699999993e3","0.72598038000000031e2"],["-0.10853778099999994e3","0.72599426000000108e2"],[-108.593613,72.61775200000011],[-108.604446,"0.72621643000000006e2"],["-0.10861221299999994e3","0.72625809000000118e2"],[-108.6141659999999,"0.72631088000000091e2"],["-0.10861361699999986e3","0.72636657999999954e2"],["-0.10860388199999994e3","0.72639435000000049e2"],["-0.10851722699999999e3","0.72642487000000017e2"],["-0.10849665800000002e3","0.72641372999999987e2"],["-0.10849194299999999e3","0.72636657999999954e2"],["-0.10849416400000001e3","0.72631927000000019e2"],[-108.510559,"0.72602768000000083e2"]],[["-0.11030722000000003e3","0.72630813999999987e2"],["-0.11036389199999996e3","0.72630813999999987e2"],["-0.11039695699999993e3","0.72636383000000137e2"],["-0.11041082799999998e3","0.72639435000000049e2"],["-0.11040028399999994e3","0.72643600000000049e2"],["-0.11036000100000001e3","0.72648880000000133e2"],["-0.11031500199999999e3","0.72651932000000045e2"],["-0.11028083799999996e3","0.72642211999999972e2"],[-110.281113,"0.72636383000000137e2"],["-0.11028999299999992e3","0.72631653000000085e2"],["-0.11030722000000003e3","0.72630813999999987e2"]],[[-109.215012,"0.72790268000000083e2"],["-0.10922749299999992e3","0.72787200999999982e2"],["-0.10924833699999999e3","0.72788040000000137e2"],["-0.10937277199999994e3","0.72806091000000094e2"],["-0.10941694599999988e3","0.72815262000000075e2"],["-0.10941944899999993e3","0.72820541000000048e2"],["-0.10937832600000002e3",72.828598],["-0.10933389299999999e3","0.72834990999999945e2"],["-0.10932028200000002e3",72.8316650000001],["-0.10931220999999994e3","0.72827484000000027e2"],["-0.10922444200000001e3","0.72811096000000134e2"],["-0.10921056399999998e3",72.8077550000001],["-0.10921166999999997e3","0.72796371000000022e2"],[-109.215012,"0.72790268000000083e2"]],[["-0.95735000999999954e2","0.72798874000000012e2"],["-0.95753615999999909e2","0.72796097000000088e2"],["-0.95771392999999932e2",72.799149],["-0.95835555999999997e2","0.72831100000000049e2"],["-0.95854172000000005e2","0.72853591999999992e2"],["-0.95850829999999974e2","0.72858321999999987e2"],["-0.95810546999999929e2","0.72876647999999989e2"],["-0.95791106999999954e2","0.72880264000000068e2"],["-0.95774170000000026e2","0.72880264000000068e2"],["-0.95769164999999987e2","0.72878036000000122e2"],["-0.95763061999999877e2","0.72872482000000105e2"],["-0.95735275000000001e2","0.72859985000000108e2"],["-0.95720550999999944e2","0.72848037999999974e2"],[-95.716949,72.84387200000009],["-0.95714171999999905e2","0.72838593000000117e2"],[-95.71362299999987,"0.72832214000000079e2"],["-0.95718886999999938e2","0.72809418000000051e2"],["-0.95725005999999951e2",72.803314],["-0.95735000999999954e2","0.72798874000000012e2"]],[["-0.96754181000000017e2","0.72721374999999966e2"],[-96.77027899999996,"0.72719710999999961e2"],["-0.96955275999999969e2","0.72734146000000067e2"],[-96.96945199999999,"0.72737761999999975e2"],["-0.96977782999999988e2","0.72745254999999986e2"],["-0.97011123999999938e2","0.72775818000000129e2"],["-0.97010283999999899e2","0.72776657000000114e2"],["-0.96921386999999982e2","0.72835815000000082e2"],["-0.96911117999999931e2","0.72841094999999996e2"],["-0.96798614999999984e2","0.72881363000000022e2"],["-0.96757232999999928e2","0.72892761000000064e2"],["-0.96737212999999997e2","0.72895264000000054e2"],["-0.96725554999999986e2",72.89498900000001],["-0.96713332999999921e2","0.72893326000000059e2"],["-0.96688323999999966e2","0.72883330999999998e2"],["-0.96692215000000033e2","0.72862762000000032e2"],["-0.96666945999999996e2","0.72811096000000134e2"],["-0.96651672000000019e2","0.72804152999999985e2"],["-0.96642501999999979e2","0.72797760000000039e2"],["-0.96639998999999989e2","0.72791655999999989e2"],["-0.96639998999999989e2","0.72786652000000004e2"],["-0.96641388000000006e2","0.72782211000000075e2"],["-0.96728058000000033e2","0.72730545000000063e2"],["-0.96741378999999995e2","0.72725539999999967e2"],["-0.96754181000000017e2","0.72721374999999966e2"]],[["-0.95756957999999997e2","0.72892487000000131e2"],["-0.95777495999999985e2","0.72891937000000098e2"],["-0.95795272999999952e2",72.89498900000001],["-0.95808334000000002e2","0.72907210999999961e2"],["-0.95824721999999952e2","0.72965271000000087e2"],["-0.95786666999999966e2","0.73012496999999939e2"],["-0.95761672999999973e2","0.73004714999999976e2"],["-0.95757232999999928e2","0.73001663000000065e2"],["-0.95756118999999956e2","0.72998596000000134e2"],["-0.95743606999999997e2","0.72987762000000089e2"],["-0.95702498999999989e2","0.72933593999999971e2"],["-0.95708343999999954e2","0.72917206000000078e2"],["-0.95735549999999989e2","0.72900543000000027e2"],["-0.95744445999999925e2","0.72895827999999995e2"],["-0.95756957999999997e2","0.72892487000000131e2"]],[["-0.95733886999999982e2","0.73128860000000032e2"],["-0.95718062999999972e2","0.73118042000000059e2"],["-0.95715835999999911e2",73.11192299999999],[-95.71556099999998,"0.73105545000000063e2"],["-0.95717772999999966e2",73.10026600000009],["-0.95726395000000025e2","0.73088881999999955e2"],["-0.95729171999999949e2","0.73071105999999986e2"],["-0.95724715999999944e2","0.73059142999999949e2"],["-0.95728332999999907e2","0.73054428000000144e2"],["-0.95745543999999938e2","0.73049423000000047e2"],["-0.95775283999999999e2",73.05525200000011],["-0.95787216000000001e2","0.73061920000000043e2"],["-0.95799437999999952e2","0.73072769000000108e2"],["-0.95822509999999966e2","0.73083054000000061e2"],["-0.95859726000000023e2","0.73090820000000122e2"],["-0.95893341000000021e2","0.73095824999999991e2"],["-0.95893065999999976e2","0.73100815000000011e2"],["-0.95891112999999962e2","0.73101089000000115e2"],["-0.95885009999999909e2","0.73104706000000078e2"],["-0.95881942999999978e2","0.73108597000000145e2"],["-0.95874709999999993e2","0.73114150999999993e2"],["-0.95865279999999927e2","0.73119979999999998e2"],["-0.95863051999999982e2","0.73125259000000142e2"],["-0.95865279999999927e2","0.73131363000000022e2"],["-0.95868332000000009e2","0.73136383000000023e2"],["-0.95868880999999988e2","0.73140548999999965e2"],["-0.95854995999999971e2","0.73140548999999965e2"],["-0.95840835999999967e2","0.73136658000000068e2"],["-0.95828888000000006e2","0.73129974000000004e2"],["-0.95822509999999966e2","0.73124695000000031e2"],["-0.95818343999999968e2","0.73125533999999959e2"],["-0.95814163000000008e2","0.73131087999999977e2"],["-0.95807495000000017e2","0.73135544000000095e2"],["-0.95790833000000021e2","0.73139434999999992e2"],["-0.95776397999999915e2","0.73140548999999965e2"],["-0.95763335999999981e2","0.73139709000000096e2"],[-95.74499499999996,"0.73136658000000068e2"],["-0.95738892000000021e2","0.73133880999999974e2"],["-0.95733886999999982e2","0.73128860000000032e2"]],[["-0.96808333999999945e2","0.72926376000000118e2"],["-0.96915282999999931e2","0.72917755000000056e2"],["-0.96955275999999969e2","0.72920531999999923e2"],["-0.96968338000000017e2","0.72923874000000069e2"],["-0.96990554999999972e2","0.72931090999999981e2"],["-0.97017776000000026e2","0.72940536000000066e2"],["-0.97032227000000034e2","0.72946640000000059e2"],["-0.97061385999999914e2","0.72963318000000129e2"],["-0.97089721999999995e2","0.72981658999999979e2"],["-0.97105834999999956e2",72.99832200000003],["-0.97111938000000009e2","0.73004714999999976e2"],["-0.97136947999999961e2","0.73045822000000044e2"],["-0.97139724999999885e2","0.73051926000000037e2"],["-0.97141953000000001e2","0.73064148000000046e2"],["-0.97142775999999969e2","0.73075272000000098e2"],["-0.97141112999999962e2","0.73085541000000148e2"],["-0.97127776999999924e2","0.73095824999999991e2"],["-0.97069732999999985e2","0.73136932000000002e2"],["-0.97059432999999956e2","0.73142212000000029e2"],["-0.97045546999999999e2","0.73147491000000059e2"],["-0.97003341999999975e2","0.73159714000000065e2"],["-0.96946944999999971e2","0.73172484999999995e2"],[-96.904449,"0.73179977000000122e2"],["-0.96848052999999993e2","0.73187484999999981e2"],["-0.96809433000000013e2","0.73189148000000102e2"],["-0.96786391999999978e2",73.18803400000013],["-0.96771941999999967e2","0.73181655999999975e2"],["-0.96755279999999971e2","0.73175812000000121e2"],["-0.96653060999999923e2","0.73136383000000023e2"],["-0.96602218999999934e2","0.73099152000000117e2"],["-0.96580841000000021e2","0.73081100000000049e2"],["-0.96575011999999901e2","0.73074997000000053e2"],["-0.96568619000000012e2","0.73062195000000088e2"],["-0.96565826000000015e2","0.73056091000000038e2"],["-0.96564712999999983e2","0.73050537000000077e2"],["-0.96565552000000025e2","0.73044708000000014e2"],["-0.96573623999999995e2","0.73033325000000048e2"],["-0.96636672999999973e2","0.72965820000000065e2"],["-0.96643341000000021e2",72.96138000000002],[-96.65834000000001,"0.72954163000000108e2"],["-0.96697219999999959e2","0.72941650000000038e2"],["-0.96743057000000022e2","0.72933593999999971e2"],["-0.96765014999999948e2","0.72930817000000047e2"],["-0.96808333999999945e2","0.72926376000000118e2"]],[[-96.90583799999996,"0.73220825000000048e2"],["-0.96924712999999997e2","0.73218048000000124e2"],["-0.96944991999999957e2","0.73218322999999941e2"],["-0.96984725999999966e2","0.73220535000000041e2"],["-0.97040833000000021e2","0.73228591999999992e2"],["-0.97079177999999956e2","0.73235259999999982e2"],["-0.97106948999999929e2","0.73242203000000131e2"],["-0.97117767000000015e2","0.73249145999999939e2"],["-0.97115279999999927e2","0.73253052000000025e2"],["-0.97090285999999878e2","0.73261932000000058e2"],["-0.97058043999999995e2","0.73269150000000081e2"],["-0.97035004000000015e2","0.73272766000000104e2"],["-0.96977492999999981e2","0.73273880000000077e2"],["-0.96967772999999966e2","0.73273315000000082e2"],["-0.96968338000000017e2","0.73267487000000131e2"],["-0.96951400999999976e2","0.73239426000000037e2"],["-0.96909164000000033e2","0.73238312000000064e2"],["-0.96896118000000001e2","0.73237762000000032e2"],["-0.96886672999999917e2","0.73231094000000041e2"],["-0.96889174999999966e2","0.73224991000000102e2"],[-96.90583799999996,"0.73220825000000048e2"]],[["-0.11399749799999995e3","0.72799423000000104e2"],["-0.11401112399999994e3",72.79664600000001],["-0.11406806899999998e3","0.72795822000000044e2"],["-0.11415167200000002e3","0.72798035000000027e2"],["-0.11420861799999994e3","0.72796936000000073e2"],["-0.11422416699999997e3","0.72794983000000116e2"],["-0.11423581699999994e3","0.72791655999999989e2"],["-0.11435138699999993e3","0.72747482000000048e2"],["-0.11435749800000002e3",72.74136400000009],["-0.11435637700000001e3","0.72735809000000017e2"],["-0.11433444199999997e3","0.72693588000000034e2"],[-114.327789,"0.72688873000000001e2"],["-0.11436582900000002e3",72.66276600000009],["-0.11445168299999995e3","0.72623032000000023e2"],["-0.11446501199999994e3",72.6202550000001],["-0.11449553699999996e3","0.72616379000000052e2"],["-0.11453138699999988e3","0.72614990000000034e2"],[-114.576683,72.60914600000001],["-0.11458999599999993e3","0.72606368999999916e2"],["-0.11460472099999998e3",72.60165400000011],["-0.11455832700000002e3","0.72560806000000014e2"],["-0.11442666600000001e3","0.72556090999999981e2"],["-0.11438527699999986e3","0.72555251999999996e2"],["-0.11435138699999993e3","0.72557479999999941e2"],["-0.11433999599999999e3","0.72560806000000014e2"],["-0.11433029199999999e3","0.72565262000000075e2"],["-0.11432584400000002e3","0.72571930000000066e2"],["-0.11412805200000003e3","0.72626083000000051e2"],["-0.11410305800000003e3","0.72632202000000063e2"],["-0.11406276699999995e3","0.72640274000000034e2"],["-0.11399027999999998e3","0.72651382000000012e2"],["-0.11391027800000001e3","0.72659148999999957e2"],["-0.11389306599999998e3","0.72660262999999986e2"],["-0.11388333099999988e3","0.72657486000000063e2"],["-0.11389046499999995e3","0.72648048000000017e2"],["-0.11389222699999999e3","0.72640822999999955e2"],["-0.11388054699999992e3","0.72637207000000103e2"],[-113.858047,"0.72635817999999915e2"],["-0.11380666399999996e3","0.72639160000000061e2"],["-0.11376222199999995e3","0.72646103000000039e2"],["-0.11370834400000001e3","0.72656937000000084e2"],["-0.11367138699999992e3","0.72666656000000103e2"],["-0.11361277799999988e3","0.72683868000000132e2"],["-0.11358750899999995e3","0.72689971999999955e2"],["-0.11354666099999997e3","0.72698029000000133e2"],["-0.11351611300000002e3","0.72701934999999992e2"],["-0.11350611900000001e3","0.72699141999999995e2"],["-0.11352084400000001e3","0.72688034000000016e2"],["-0.11355055199999987e3","0.72675262000000032e2"],["-0.11357250999999991e3","0.72667480000000069e2"],["-0.11361945299999996e3","0.72653594999999996e2"],["-0.11364277599999991e3","0.72646652000000017e2"],["-0.11368776699999995e3","0.72631927000000019e2"],["-0.11370944199999991e3","0.72624145999999996e2"],["-0.11372917200000001e3","0.72615540000000067e2"],["-0.11373082699999998e3","0.72609421000000054e2"],["-0.11372193900000002e3",72.60554499999995],["-0.11369972200000001e3","0.72604155999999989e2"],["-0.11368443299999996e3","0.72606094000000098e2"],["-0.11365750100000002e3","0.72611374000000012e2"],["-0.11346639999999996e3","0.72665268000000026e2"],["-0.11344275700000003e3","0.72672211000000004e2"],["-0.11343639400000001e3",72.67804000000001],["-0.11343167099999999e3","0.72684708000000001e2"],["-0.11341000399999996e3","0.72729431000000034e2"],["-0.11341332999999992e3","0.72734711000000118e2"],["-0.11341972399999997e3","0.72739150999999936e2"],["-0.11343138099999999e3","0.72742751999999996e2"],["-0.11344860799999992e3","0.72744979999999998e2"],["-0.11353527799999995e3","0.72748871000000065e2"],["-0.11358029199999987e3","0.72751663000000121e2"],["-0.11359750399999996e3","0.72754166000000112e2"],["-0.11360637699999995e3","0.72758331000000112e2"],["-0.11360804699999994e3","0.72769439999999975e2"],["-0.11359889199999998e3","0.72782760999999937e2"],["-0.11358249699999999e3","0.72793045000000006e2"],["-0.11338694800000002e3","0.72907486000000006e2"],[-113.33139,"0.72935257000000092e2"],["-0.11330277999999998e3","0.72948868000000061e2"],["-0.11326862299999999e3","0.72960266000000047e2"],["-0.11314862099999999e3","0.72994705000000067e2"],["-0.11306276699999989e3",73.00749200000007],["-0.11302806099999998e3","0.73009430000000009e2"],["-0.11300695799999994e3","0.73008881000000088e2"],[-112.823059,"0.72998871000000008e2"],["-0.11281139400000001e3",72.9952550000001],["-0.11279472399999997e3","0.72982208000000071e2"],["-0.11278582799999998e3","0.72978317000000004e2"],["-0.11277139299999993e3","0.72975266000000033e2"],["-0.11275418100000002e3","0.72972763000000043e2"],[-112.708618,"0.72969711000000132e2"],["-0.11264362299999993e3","0.72966934000000037e2"],["-0.11260082999999986e3","0.72963607999999965e2"],["-0.11256360599999994e3","0.72959152000000074e2"],["-0.11251500699999991e3","0.72951096000000007e2"],[-112.5,"0.72947922000000119e2"],["-0.11247165699999994e3","0.72941925000000026e2"],["-0.11244583099999994e3","0.72935257000000092e2"],["-0.11241388699999993e3","0.72924149000000057e2"],[-112.387787,"0.72911102000000028e2"],["-0.11237638900000002e3","0.72907760999999994e2"],["-0.11236193800000001e3","0.72904709000000082e2"],["-0.11234472700000003e3","0.72902205999999921e2"],["-0.11227944899999994e3","0.72896941999999967e2"],["-0.11223777799999999e3","0.72895537999999988e2"],["-0.11214195299999994e3","0.72896378000000027e2"],["-0.11209834299999989e3","0.72894150000000025e2"],["-0.11206166099999996e3","0.72889434999999992e2"],["-0.11194776899999999e3","0.72870529000000147e2"],["-0.11178333299999997e3","0.72834717000000012e2"],["-0.11167582699999997e3","0.72814697000000024e2"],["-0.11165888999999999e3",72.8119200000001],["-0.11159416199999998e3","0.72806641000000127e2"],["-0.11154055799999998e3","0.72799423000000104e2"],["-0.11152639799999997e3","0.72796371000000022e2"],["-0.11123693799999995e3","0.72726379000000122e2"],["-0.11122582999999997e3",72.7227630000001],["-0.11122000100000002e3","0.72718323000000055e2"],["-0.11120249899999999e3",72.67053199999998],["-0.11120527599999997e3","0.72664429000000041e2"],["-0.11126278699999995e3","0.72579163000000108e2"],["-0.11127694699999989e3","0.72567490000000078e2"],["-0.11145221699999996e3","0.72477768000000026e2"],["-0.11152778599999999e3",72.44999700000011],["-0.11165110800000002e3",72.40887500000008],[-111.675003,"0.72402206000000035e2"],[-111.736107,"0.72395264000000111e2"],["-0.11176999699999993e3","0.72393600000000106e2"],["-0.11178527799999995e3","0.72391936999999984e2"],["-0.11181220999999999e3","0.72386658000000011e2"],[-111.859734,"0.72373306000000014e2"],[-111.890289,"0.72360535000000084e2"],["-0.11189890299999996e3","0.72355545000000006e2"],["-0.11190556299999997e3","0.72349716000000001e2"],["-0.11190167200000002e3","0.72346099999999979e2"],["-0.11186250299999995e3","0.72330551000000071e2"],["-0.11185138699999999e3","0.72326934999999992e2"],["-0.11166388699999999e3","0.72276382000000012e2"],["-0.11150446299999999e3","0.72311920000000043e2"],["-0.11144499200000001e3","0.72328873000000101e2"],["-0.11142443799999995e3","0.72337204000000042e2"],["-0.11141915899999998e3","0.72343871999999976e2"],["-0.11143305999999995e3","0.72346939000000077e2"],["-0.11145140100000003e3","0.72346939000000077e2"],[-111.487213,"0.72336655000000064e2"],["-0.11151944700000001e3","0.72334152000000074e2"],[-111.5616609999999,"0.72336655000000064e2"],[-111.578056,"0.72339156999999943e2"],["-0.11158917200000002e3","0.72342758000000003e2"],["-0.11160582699999998e3","0.72350815000000011e2"],["-0.11161165599999998e3","0.72361099000000024e2"],[-111.609444,"0.72367203000000075e2"],["-0.11158833299999998e3","0.72376373000000115e2"],["-0.11137444299999993e3","0.72446640000000002e2"],[-111.350281,"0.72453322999999955e2"],[-111.3094329999999,"0.72460815000000082e2"],["-0.11129387700000001e3","0.72462768999999923e2"],["-0.11126583899999997e3","0.72465546000000018e2"],["-0.11124889400000001e3","0.72466385000000002e2"],["-0.11122860699999995e3","0.72465546000000018e2"],["-0.11120249899999999e3",72.46026599999999],["-0.11121333300000003e3","0.72446930000000009e2"],["-0.11123277299999995e3",72.4369200000001],["-0.11124500299999994e3","0.72433594000000085e2"],["-0.11127223200000003e3","0.72428588999999988e2"],["-0.11130139200000002e3","0.72404160000000047e2"],["-0.11127749599999993e3","0.72369979999999941e2"],["-0.11111277799999993e3","0.72335266000000104e2"],["-0.11109528399999994e3","0.72379700000000014e2"],["-0.11109137699999997e3","0.72401932000000102e2"],["-0.11100446299999999e3",72.46527100000003],[-110.8691639999999,"0.72473312000000078e2"],["-0.11082444799999996e3","0.72479156000000103e2"],["-0.11080304699999999e3","0.72485259999999926e2"],["-0.11082501200000002e3","0.72503875999999934e2"],["-0.11083332799999999e3","0.72519150000000025e2"],[-110.827789,"0.72525818000000015e2"],["-0.11073805199999993e3","0.72565536000000009e2"],["-0.11072749299999998e3","0.72569716999999912e2"],["-0.11071528599999999e3","0.72573044000000039e2"],["-0.11070140100000003e3","0.72575546000000145e2"],["-0.11068083199999995e3","0.72574706999999989e2"],["-0.11066610700000001e3","0.72573044000000039e2"],["-0.11053527799999995e3","0.72546646000000067e2"],["-0.11052639799999992e3","0.72526931999999988e2"],["-0.11057501199999996e3",72.51388500000013],["-0.11059445199999993e3",72.50471500000009],["-0.11060166899999996e3","0.72498871000000065e2"],["-0.11060193600000002e3","0.72493317000000104e2"],["-0.11059361299999989e3","0.72489150999999993e2"],["-0.11055249000000003e3",72.47387700000013],["-0.11053083800000002e3",72.46665999999999],["-0.11035056299999997e3","0.72428040000000067e2"],["-0.11032861299999996e3","0.72426086000000055e2"],["-0.11030999799999995e3","0.72426086000000055e2"],["-0.11030387899999999e3","0.72430542000000116e2"],["-0.11031194299999993e3","0.72434708000000057e2"],["-0.11041027799999995e3","0.72462204000000099e2"],["-0.11050334199999998e3","0.72484985000000108e2"],[-110.514183,"0.72488585999999998e2"],["-0.11052250700000002e3","0.72492752000000053e2"],["-0.11052778599999999e3","0.72497482000000105e2"],["-0.11053056299999992e3","0.72502486999999974e2"],["-0.11052333099999998e3","0.72508330999999998e2"],["-0.11039639299999999e3","0.72552200000000084e2"],["-0.11038417099999998e3","0.72555542000000003e2"],["-0.11036527999999998e3","0.72555542000000003e2"],["-0.11034333800000002e3",72.55386400000009],["-0.11032389799999993e3","0.72551650999999936e2"],["-0.11031304899999998e3","0.72547760000000039e2"],["-0.11022028399999994e3",72.51388500000013],["-0.11020140100000003e3","0.72505829000000062e2"],["-0.11015527299999997e3","0.72480270000000075e2"],["-0.11006139399999995e3","0.72437484999999924e2"],["-0.11005055199999993e3","0.72433868000000018e2"],["-0.11003999299999998e3","0.72438034000000073e2"],["-0.11002194199999991e3","0.72447754000000145e2"],["-0.10999889400000001e3","0.72455261000000121e2"],["-0.10997112300000003e3",72.46026599999999],["-0.10995249899999999e3","0.72459991000000116e2"],["-0.10991972399999986e3","0.72454711999999972e2"],["-0.10981388900000002e3",72.428314],["-0.10979666099999992e3","0.72426926000000094e2"],["-0.10978278399999999e3","0.72429428000000144e2"],["-0.10977806099999998e3","0.72434708000000057e2"],["-0.10978582799999992e3","0.72438873000000058e2"],["-0.10980583199999995e3","0.72445526000000029e2"],["-0.10983029199999999e3","0.72452208999999982e2"],["-0.11004250300000001e3",72.50471500000009],["-0.11022305299999999e3","0.72545822000000101e2"],["-0.11023665599999998e3","0.72548874000000069e2"],["-0.11024777199999994e3","0.72552765000000136e2"],["-0.11025583599999987e3",72.55693100000002],[-110.252792,72.56303400000013],["-0.11024221799999992e3","0.72566940000000045e2"],["-0.11022165699999994e3","0.72566086000000041e2"],["-0.11012082699999996e3","0.72560257000000036e2"],["-0.11010417200000001e3","0.72557754999999986e2"],["-0.11009056099999998e3",72.55442800000003],["-0.11006889299999995e3","0.72546936000000073e2"],["-0.11003888699999987e3","0.72535538000000088e2"],["-0.11002278099999995e3","0.72527206000000092e2"],["-0.11000361599999991e3","0.72519440000000031e2"],["-0.10997112300000003e3","0.72508330999999998e2"],["-0.10990499899999998e3","0.72487198000000092e2"],["-0.10988861099999986e3","0.72484711000000004e2"],["-0.10980943300000001e3","0.72491653000000099e2"],["-0.10979527300000001e3",72.49414100000007],["-0.10978472899999997e3","0.72498322000000144e2"],["-0.10978278399999999e3","0.72503051999999968e2"],["-0.10994275700000003e3","0.72604155999999989e2"],["-0.10995889299999993e3","0.72612762000000089e2"],["-0.11009306300000003e3",72.65637200000009],["-0.11011332699999997e3","0.72657211000000018e2"],["-0.11017111199999999e3","0.72648330999999985e2"],["-0.11018666100000002e3","0.72646652000000017e2"],["-0.11022112299999998e3","0.72645264000000054e2"],[-110.241669,"0.72646103000000039e2"],["-0.11025556899999998e3","0.72649429000000055e2"],["-0.11026666299999999e3","0.72653046000000018e2"],[-110.283073,72.66137700000013],["-0.11028832999999992e3","0.72666091999999992e2"],["-0.11029110700000001e3","0.72671097000000032e2"],["-0.11020973200000003e3",72.71775800000006],["-0.11020056199999999e3",72.7227630000001],["-0.11018831599999999e3","0.72726089000000115e2"],["-0.11017083699999995e3","0.72726928999999984e2"],[-110.078079,"0.72727065999999979e2"],["-0.11004167200000001e3","0.72722488000000055e2"],["-0.11003056300000003e3","0.72718596999999988e2"],["-0.10999804699999999e3","0.72701934999999992e2"],["-0.10998693800000001e3","0.72698318000000029e2"],["-0.10985221899999993e3","0.72665817000000118e2"],["-0.10983277899999996e3","0.72663315000000068e2"],[-109.81723,"0.72664992999999981e2"],["-0.10977084399999995e3","0.72716385000000116e2"],["-0.10977027900000002e3","0.72722214000000122e2"],["-0.10978138699999994e3","0.72725815000000011e2"],["-0.10980082700000003e3","0.72728043000000127e2"],["-0.10981973299999993e3","0.72728043000000127e2"],["-0.11003111299999995e3","0.72747757000000036e2"],["-0.11017887899999994e3","0.72769149999999968e2"],["-0.11017138699999998e3","0.72774993999999992e2"],["-0.11016832699999986e3","0.72781097000000102e2"],["-0.11017083699999995e3","0.72786101999999971e2"],["-0.11017639199999996e3","0.72790817000000004e2"],["-0.11021166999999997e3","0.72818328999999949e2"],["-0.11024526999999995e3","0.72823607999999979e2"],["-0.11032640099999992e3","0.72826385000000016e2"],["-0.11036638599999998e3","0.72827208999999982e2"],["-0.11047666899999996e3","0.72834990999999945e2"],[-110.493607,72.83776899999998],["-0.11053555299999994e3","0.72847214000000008e2"],["-0.11054666099999997e3","0.72850815000000068e2"],["-0.11056331599999999e3","0.72859145999999953e2"],["-0.11074276699999996e3","0.72957214000000135e2"],["-0.11075389099999995e3","0.72966385000000059e2"],["-0.11075666799999993e3","0.72971374999999966e2"],["-0.11075389099999995e3","0.72977768000000083e2"],["-0.11074804699999993e3","0.72984421000000054e2"],["-0.11074082900000002e3","0.72989975000000072e2"],["-0.11073166700000002e3","0.72994980000000112e2"],["-0.11070834400000001e3","0.73002487000000031e2"],["-0.11069415300000003e3","0.73004990000000021e2"],["-0.11067832899999991e3","0.73006653000000142e2"],["-0.11061860699999994e3","0.73011383000000137e2"],["-0.11051139799999993e3","0.73015274000000034e2"],[-110.432503,"0.73014435000000105e2"],["-0.11039083899999997e3","0.73012496999999939e2"],["-0.11016610700000001e3","0.72996094000000085e2"],["-0.11005110199999996e3","0.72984711000000061e2"],["-0.10991887700000001e3",72.96804800000001],["-0.10965943899999996e3","0.72924988000000042e2"],["-0.10963445299999995e3","0.72918045000000063e2"],["-0.10961805700000002e3","0.72909424000000115e2"],[-109.618607,"0.72903869999999927e2"],["-0.10962943999999993e3","0.72899719000000061e2"],["-0.10966111799999999e3","0.72896652000000131e2"],["-0.10969471699999997e3","0.72894440000000088e2"],[-109.724716,"0.72890549000000021e2"],["-0.10973889200000002e3","0.72888046000000031e2"],[-109.75,"0.72883881000000031e2"],["-0.10975472999999994e3","0.72878585999999984e2"],["-0.10974665799999997e3","0.72874420000000043e2"],["-0.10965862300000003e3","0.72844711000000018e2"],[-109.379707,"0.72770538000000101e2"],["-0.10922778299999993e3","0.72761658000000068e2"],["-0.10905110200000001e3","0.72680267000000072e2"],["-0.10902999899999998e3","0.72647217000000012e2"],["-0.10904915599999993e3","0.72604155999999989e2"],[-109.045547,"0.72572495000000117e2"],["-0.10904332699999998e3","0.72567490000000078e2"],["-0.10902861000000001e3","0.72565536000000009e2"],["-0.10888249200000001e3","0.72564423000000147e2"],["-0.10886527999999998e3","0.72564987000000087e2"],["-0.10885109699999998e3","0.72567490000000078e2"],["-0.10884194899999994e3","0.72572495000000117e2"],["-0.10881916799999993e3","0.72591095000000053e2"],["-0.10872277800000001e3","0.72582763999999941e2"],["-0.10870361300000002e3",72.58027600000014],["-0.10867666600000001e3","0.72573883000000023e2"],["-0.10864472999999987e3","0.72562485000000038e2"],["-0.10862138399999998e3","0.72549988000000042e2"],["-0.10861638599999998e3",72.54525799999999],["-0.10858805799999993e3","0.72505554000000075e2"],["-0.10858944700000001e3","0.72494431000000077e2"],["-0.10859638999999993e3","0.72482208000000014e2"],["-0.10860278299999999e3","0.72475540000000024e2"],["-0.10861054999999993e3","0.72469986000000063e2"],["-0.10862470999999994e3","0.72457489000000066e2"],["-0.10863722200000001e3","0.72444427000000019e2"],["-0.10864499699999993e3","0.72426651000000049e2"],["-0.10865055799999999e3","0.72403595000000053e2"],["-0.10866361999999998e3","0.72362761999999975e2"],["-0.10866278099999994e3","0.72346374999999966e2"],["-0.10865834000000001e3","0.72336105000000032e2"],["-0.10852416999999997e3","0.72199706999999989e2"],["-0.10845500199999998e3","0.72157211000000132e2"],["-0.10844415300000003e3","0.72161102000000028e2"],["-0.10842832900000002e3","0.72158325000000104e2"],["-0.10841805999999997e3","0.72154434000000037e2"],[-108.404449,72.14694199999991],["-0.10840222199999994e3","0.72141663000000108e2"],["-0.10839890300000002e3","0.72113602000000071e2"],["-0.10839472999999998e3","0.72042755000000113e2"],["-0.10839527900000002e3","0.72036926000000108e2"],[-108.396118,72.03137200000009],["-0.10831639099999995e3","0.71984146000000067e2"],["-0.10820417799999996e3","0.71963882000000126e2"],["-0.10819138299999992e3","0.71960541000000092e2"],["-0.10818666100000002e3","0.71955826000000059e2"],["-0.10818276999999995e3","0.71945525999999916e2"],["-0.10818971299999998e3","0.71933318999999983e2"],["-0.10819611399999997e3",71.92692599999998],["-0.10823361199999999e3","0.71899719000000061e2"],["-0.10828639199999992e3","0.71860809000000131e2"],["-0.10828278399999999e3","0.71792206000000022e2"],["-0.10828083800000002e3","0.71786925999999994e2"],["-0.10824276700000001e3","0.71718597000000045e2"],["-0.10823805199999998e3","0.71713882000000012e2"],["-0.10823082699999992e3","0.71709426999999948e2"],["-0.10822055099999994e3","0.71705826000000116e2"],["-0.10820777900000002e3",71.70248400000014],["-0.10819248999999996e3","0.71699707000000046e2"],["-0.10817748999999998e3","0.71701096000000064e2"],["-0.10814111300000002e3","0.71710541000000148e2"],["-0.10813054699999992e3","0.71714432000000045e2"],["-0.10810333300000002e3","0.71719147000000078e2"],["-0.10808693700000003e3","0.71719711000000018e2"],[-108.066101,71.71775800000006],["-0.10803639199999998e3","0.71705826000000116e2"],["-0.10802194199999997e3","0.71697204999999997e2"],["-0.10798805199999987e3","0.71675537000000077e2"],["-0.10797609699999987e3","0.71666381999999999e2"],["-0.10796694899999994e3","0.71656936999999971e2"],["-0.10796777299999991e3","0.71651382000000069e2"],["-0.10791583300000002e3","0.71624984999999981e2"],["-0.10784528399999994e3","0.71603867000000093e2"],["-0.10782888799999995e3","0.71604431000000034e2"],["-0.10775334199999998e3","0.71610260000000039e2"],["-0.10774109599999997e3","0.71613312000000121e2"],["-0.10773194899999999e3","0.71618042000000003e2"],["-0.10772416699999991e3","0.71623871000000008e2"],["-0.10772609699999998e3","0.71629149999999981e2"],["-0.10774054699999994e3","0.71637496999999939e2"],["-0.10775028999999995e3","0.71641373000000044e2"],["-0.10777583299999998e3","0.71648041000000035e2"],["-0.10782472199999995e3","0.71672759999999982e2"],["-0.10783194700000001e3","0.71676926000000037e2"],["-0.10783640300000002e3","0.71681656000000089e2"],["-0.10783833300000003e3","0.71686920000000043e2"],["-0.10783750899999995e3","0.71692474000000061e2"],["-0.10782305899999994e3","0.71716934000000094e2"],["-0.10781527699999998e3",71.7227630000001],["-0.10780444299999999e3","0.71726653999999996e2"],["-0.10778943600000002e3","0.71728043000000014e2"],[-107.7519529999999,"0.71726653999999996e2"],["-0.10773665599999998e3","0.71723602000000085e2"],["-0.10763027999999997e3","0.71732208000000014e2"],["-0.10749472000000003e3","0.71786377000000016e2"],[-107.451683,"0.71857483000000059e2"],["-0.10736361699999992e3","0.71871917999999994e2"],["-0.10734555099999994e3","0.71871643000000006e2"],["-0.10729695099999998e3","0.71874145999999939e2"],["-0.10728333299999997e3","0.71876373000000001e2"],["-0.10727084400000001e3","0.71879424999999969e2"],["-0.10726139799999999e3","0.71884155000000135e2"],["-0.10725334199999998e3","0.71889708999999982e2"],["-0.10725250199999994e3","0.71895537999999988e2"],["-0.10725695799999994e3","0.71900269000000094e2"],[-107.264183,"0.71904434000000094e2"],["-0.10741805999999997e3","0.71953873000000101e2"],["-0.10759638999999993e3","0.72004439999999988e2"],["-0.10761389199999996e3","0.72012496999999996e2"],["-0.10762581599999999e3","0.72021652000000017e2"],["-0.10763027999999997e3","0.72026382000000069e2"],["-0.10765139799999997e3","0.72061096000000134e2"],["-0.10765334300000001e3","0.72066375999999991e2"],["-0.10764943700000003e3","0.72072495000000004e2"],["-0.10763999899999993e3","0.72077208999999982e2"],["-0.10762609899999995e3","0.72079437000000098e2"],["-0.10761389199999996e3","0.72082764000000054e2"],["-0.10761000100000001e3",72.08859300000006],["-0.10761193799999995e3","0.72093872000000033e2"],["-0.10763527699999997e3","0.72121917999999937e2"],["-0.10768138099999999e3","0.72136108000000036e2"],[-107.699997,"0.72138596000000007e2"],[-107.729446,"0.72137207000000046e2"],["-0.10774333199999995e3","0.72134994999999947e2"],["-0.10776027699999992e3","0.72134430000000123e2"],["-0.10777887699999997e3","0.72136658000000068e2"],["-0.10778083800000002e3","0.72141937000000041e2"],[-107.787216,"0.72184708000000114e2"],["-0.10777806099999992e3","0.72208038000000045e2"],[-107.843887,"0.72354156000000046e2"],["-0.10787748699999992e3","0.72424423000000104e2"],["-0.10788639799999993e3","0.72519713999999965e2"],["-0.10787693799999994e3","0.72524428999999998e2"],["-0.10787165799999997e3","0.72529709000000082e2"],["-0.10787666299999995e3","0.72567215000000033e2"],["-0.10788054699999998e3","0.72577484000000084e2"],["-0.10788555899999989e3","0.72586655000000007e2"],["-0.10791555799999998e3","0.72597214000000065e2"],["-0.10792887899999994e3",72.60054000000008],["-0.10799082900000002e3","0.72612487999999985e2"],["-0.10800418099999996e3",72.615814],["-0.10801194800000002e3","0.72619980000000112e2"],[-108.025284,"0.72666091999999992e2"],["-0.10802639799999997e3","0.72676926000000037e2"],["-0.10802667199999996e3","0.72719986000000006e2"],["-0.10805110200000001e3","0.72781372000000147e2"],["-0.10805803699999996e3","0.72791092000000049e2"],["-0.10811193799999995e3","0.72890823000000125e2"],["-0.10815194699999989e3","0.72971100000000092e2"],["-0.10816528299999993e3","0.73010817999999972e2"],["-0.10826363400000002e3","0.73091934000000094e2"],[-108.29361,"0.73120254999999986e2"],["-0.10829998799999998e3","0.73135544000000095e2"],[-108.295547,"0.73147491000000059e2"],[-108.291946,"0.73153595000000053e2"],["-0.10828527799999995e3","0.73159987999999998e2"],["-0.10826862299999999e3","0.73171371000000022e2"],["-0.10823029299999996e3","0.73187484999999981e2"],["-0.10818110699999994e3","0.73201660000000061e2"],["-0.10816639700000002e3","0.73203873000000044e2"],["-0.10813390400000003e3","0.73206940000000145e2"],["-0.10811582900000002e3","0.73207489000000066e2"],["-0.10807389799999993e3","0.73205261000000121e2"],["-0.10802390300000002e3","0.73201096000000121e2"],["-0.10793443300000001e3","0.73187484999999981e2"],["-0.10791471899999993e3","0.73184981999999991e2"],["-0.10789388999999994e3","0.73183868000000018e2"],["-0.10787416099999996e3","0.73183594000000085e2"],["-0.10786416599999995e3","0.73188583000000051e2"],["-0.10787222300000002e3","0.73192748999999935e2"],["-0.10790471600000001e3","0.73204163000000051e2"],["-0.10794611399999991e3","0.73214157000000057e2"],["-0.10801027699999997e3","0.73226089000000002e2"],["-0.10805166599999995e3","0.73236098999999911e2"],["-0.10808444199999997e3","0.73247482000000105e2"],["-0.10811638599999992e3","0.73264435000000049e2"],["-0.10815361000000001e3","0.73302475000000129e2"],["-0.10808444199999997e3","0.73349990999999989e2"],["-0.10807140399999992e3","0.73353317000000061e2"],["-0.10805332899999996e3","0.73353867000000093e2"],["-0.10799109599999991e3","0.73351379000000122e2"],["-0.10794722000000002e3","0.73348328000000095e2"],["-0.10777139299999999e3","0.73323883000000023e2"],[-107.675003,"0.73323318000000029e2"],["-0.10763110399999999e3","0.73319991999999957e2"],[-107.614441,73.31721500000009],["-0.10740334300000001e3","0.73270537999999988e2"],["-0.10733583099999987e3","0.73248031999999967e2"],["-0.10724999999999994e3","0.73217484000000013e2"],["-0.10721028099999995e3","0.73201660000000061e2"],["-0.10718888900000002e3","0.73194138000000123e2"],[-107.172234,"0.73191086000000041e2"],["-0.10710582699999998e3",73.17942800000003],["-0.10706973299999999e3","0.73173874000000012e2"],["-0.10705027799999999e3","0.73173598999999967e2"],["-0.10703694200000001e3","0.73176651000000106e2"],[-107.025284,"0.73180542000000003e2"],["-0.10701666299999999e3","0.73186095999999964e2"],["-0.10701083399999999e3","0.73191360000000145e2"],["-0.10702027899999996e3","0.73200821000000133e2"],["-0.10705249000000003e3","0.73212493999999936e2"],["-0.10709028599999994e3","0.73223037999999974e2"],["-0.10711081699999994e3","0.73231369000000086e2"],["-0.10711860699999994e3",73.23553499999997],["-0.10712361099999998e3","0.73240265000000022e2"],["-0.10711945300000002e3","0.73246368000000132e2"],["-0.10703028899999998e3",73.29553199999998],["-0.10701862299999999e3","0.73299423000000047e2"],["-0.10688249199999996e3","0.73312195000000031e2"],["-0.10686138899999997e3","0.73310806000000014e2"],["-0.10676139799999999e3","0.73293045000000063e2"],["-0.10675083899999993e3","0.73289153999999996e2"],["-0.10674610899999999e3","0.73284423999999944e2"],["-0.10674109599999991e3","0.73268875000000037e2"],["-0.10672721899999993e3","0.73254715000000147e2"],["-0.10669666299999994e3","0.73237488000000099e2"],["-0.10666471899999999e3","0.73226089000000002e2"],["-0.10665110800000002e3","0.73222487999999942e2"],["-0.10663474300000001e3","0.73219711000000075e2"],["-0.10660305800000003e3","0.73216660000000047e2"],["-0.10658222999999998e3",73.21527100000003],["-0.10639862099999993e3","0.73149155000000064e2"],["-0.10624027999999998e3","0.73085815000000082e2"],["-0.10606388899999996e3","0.73047759999999982e2"],["-0.10604750100000001e3","0.73044708000000014e2"],["-0.10602834300000001e3","0.73044434000000081e2"],["-0.10594888300000002e3","0.73053313999999943e2"],["-0.10591027799999989e3","0.73058868000000132e2"],["-0.10587638899999996e3","0.73058318999999983e2"],["-0.10585555999999997e3","0.73056931000000077e2"],["-0.10584221600000001e3","0.73053588999999988e2"],["-0.10583194699999996e3","0.73049713000000111e2"],["-0.10582472200000001e3","0.73045258000000047e2"],["-0.10582195299999995e3","0.73034987999999942e2"],["-0.10582333399999999e3","0.73029433999999981e2"],["-0.10583249699999999e3","0.73017211999999972e2"],["-0.10582972699999993e3","0.73006942999999978e2"],["-0.10582224299999996e3","0.73002487000000031e2"],["-0.10580471799999998e3","0.72994431000000134e2"],["-0.10579444899999993e3","0.72990265000000079e2"],["-0.10576083399999999e3","0.72976929000000098e2"],[-105.737503,"0.72969436999999971e2"],["-0.10569776899999999e3","0.72959152000000074e2"],["-0.10567859599999997e3",72.95637499999998],["-0.10562917299999998e3","0.72939972000000125e2"],["-0.10556220999999999e3","0.72913040000000024e2"],[-105.445831,"0.72838318000000072e2"],["-0.10532611099999991e3","0.72746368000000075e2"],["-0.10532195299999995e3","0.72741653000000042e2"],["-0.10532055700000001e3","0.72736649000000057e2"],["-0.10532528699999995e3","0.72730545000000063e2"],["-0.10533693700000003e3","0.72726653999999996e2"],["-0.10535610999999994e3","0.72727203000000088e2"],["-0.10537777699999998e3","0.72729431000000034e2"],["-0.10539778100000001e3","0.72737198000000035e2"],["-0.10541194200000001e3","0.72745819000000097e2"],["-0.10541915899999992e3","0.72750275000000045e2"],["-0.10542748999999992e3","0.72759720000000073e2"],["-0.10543472300000002e3","0.72764160000000118e2"],["-0.10546472199999994e3","0.72775818000000129e2"],["-0.10547778299999999e3","0.72779434000000037e2"],["-0.10549833699999994e3","0.72780822999999998e2"],["-0.10551000999999997e3","0.72776932000000102e2"],["-0.10545722999999992e3","0.72702773999999977e2"],["-0.10544722000000002e3","0.72698868000000061e2"],["-0.10538249200000001e3","0.72681366000000025e2"],["-0.10535665899999998e3","0.72674423000000047e2"],["-0.10529472399999997e3","0.72631927000000019e2"],["-0.10523110999999994e3","0.72543320000000051e2"],["-0.10519583099999988e3","0.72482483000000059e2"],["-0.10519972199999995e3","0.72460541000000148e2"],["-0.10520140100000003e3","0.72454711999999972e2"],["-0.10520612299999993e3","0.72448868000000118e2"],["-0.10521777299999991e3","0.72444977000000051e2"],["-0.10523194899999993e3","0.72447205000000054e2"],["-0.10526167299999992e3","0.72458878000000027e2"],["-0.10527722199999994e3","0.72462204000000099e2"],["-0.10529305999999997e3","0.72460815000000082e2"],[-105.301941,"0.72455261000000121e2"],["-0.10529778299999987e3","0.72450546000000088e2"],["-0.10524137899999999e3","0.72399718999999948e2"],["-0.10523029299999996e3","0.72390549000000078e2"],["-0.10521665999999993e3","0.72381927000000076e2"],["-0.10518998699999997e3","0.72369705000000124e2"],["-0.10516055299999988e3",72.35775799999999],["-0.10513999899999999e3","0.72344711000000132e2"],["-0.10504415899999998e3","0.72248032000000023e2"],["-0.10503639199999986e3","0.72238586000000055e2"],["-0.10503362299999998e3","0.72234711000000061e2"],["-0.10502443700000003e3","0.72219986000000119e2"],["-0.10499166899999989e3","0.72203323000000012e2"],["-0.10495749699999999e3","0.72181366000000139e2"],["-0.10495527599999997e3","0.72171097000000145e2"],["-0.10495722999999992e3","0.72165543000000127e2"],["-0.10496167000000003e3","0.72159424000000115e2"],["-0.10496916199999998e3","0.72153046000000131e2"],["-0.10497805799999992e3","0.72147491000000059e2"],["-0.10498805199999993e3","0.72142761000000007e2"],["-0.10499973299999999e3",72.13888500000013],["-0.10502999899999998e3","0.72124695000000031e2"],["-0.10503751399999999e3","0.72118317000000104e2"],["-0.10503639199999986e3",72.11303700000002],["-0.10501862299999993e3","0.72066939999999931e2"],["-0.10492944299999988e3","0.72034149000000014e2"],["-0.10487193299999996e3","0.71989975000000072e2"],["-0.10482917800000001e3","0.71937195000000031e2"],["-0.10482444800000002e3","0.71927475000000129e2"],["-0.10482028200000002e3","0.71906647000000078e2"],["-0.10482556199999999e3","0.71889708999999982e2"],["-0.10482250999999997e3","0.71874145999999939e2"],[-104.8186189999999,71.86914100000007],["-0.10478999299999998e3",71.84137000000004],["-0.10478333299999986e3","0.71836929000000112e2"],[-104.771118,"0.71833603000000096e2"],["-0.10470056199999999e3","0.71829987000000017e2"],["-0.10468554699999993e3","0.71826935000000105e2"],["-0.10467331699999994e3","0.71823317999999972e2"],["-0.10466000400000001e3",71.81442300000009],["-0.10453472899999986e3","0.71719711000000018e2"],["-0.10437638900000002e3","0.71598038000000031e2"],["-0.10436638600000003e3","0.71588882000000126e2"],["-0.10435527000000002e3","0.71574432000000002e2"],["-0.10435916099999997e3","0.71563309000000004e2"],["-0.10436361699999998e3","0.71557204999999954e2"],["-0.10437581599999993e3","0.71544707999999957e2"],[-104.383331,"0.71538315000000011e2"],["-0.10440167200000002e3","0.71514435000000049e2"],["-0.10440361000000001e3","0.71508605999999986e2"],["-0.10440194700000001e3","0.71498322000000144e2"],["-0.10434416199999993e3","0.71410811999999964e2"],["-0.10433332799999994e3","0.71396378000000141e2"],["-0.10435722399999986e3","0.71357483000000002e2"],["-0.10437165799999997e3","0.71360809000000017e2"],["-0.10438918299999995e3","0.71363602000000014e2"],["-0.10440805099999994e3","0.71364990000000091e2"],["-0.10443804899999998e3","0.71362761999999975e2"],["-0.10445056199999988e3","0.71359711000000118e2"],["-0.10446167000000003e3","0.71355820000000051e2"],["-0.10447138999999993e3","0.71351089000000115e2"],["-0.10448860199999996e3","0.71339980999999966e2"],["-0.10449333200000001e3","0.71334152000000131e2"],["-0.10449694799999997e3","0.71322769000000108e2"],["-0.10449500299999988e3","0.71312485000000095e2"],["-0.10449137899999988e3","0.71307480000000055e2"],["-0.10446250900000001e3","0.71281097000000045e2"],["-0.10444972200000001e3","0.71272217000000012e2"],["-0.10443888900000002e3","0.71257767000000115e2"],["-0.10443971299999998e3","0.71246933000000013e2"],["-0.10444055200000003e3","0.71236098999999967e2"],["-0.10444444299999992e3","0.71224990999999989e2"],["-0.10444888300000002e3","0.71218872000000147e2"],[-104.470551,"0.71199706999999989e2"],["-0.10449610899999999e3","0.71183044000000109e2"],["-0.10452555799999999e3","0.71168869000000029e2"],["-0.10455610699999994e3","0.71155548000000067e2"],["-0.10457805599999995e3","0.71148041000000092e2"],["-0.10459056099999998e3","0.71145263999999997e2"],["-0.10462361099999987e3","0.71133605999999986e2"],["-0.10464862099999999e3",71.11914100000007],["-0.10460472099999998e3","0.71079711999999972e2"],["-0.10458583099999998e3","0.71066666000000055e2"],["-0.10457028199999996e3",71.05831900000004],["-0.10453666699999997e3","0.71044144000000131e2"],["-0.10448916600000001e3","0.71024703999999986e2"],["-0.10445667300000002e3","0.71013610999999969e2"],["-0.10433778399999994e3","0.70979706000000078e2"],["-0.10423805199999998e3","0.70964996000000099e2"],["-0.10422389199999998e3","0.70961928999999998e2"],[-104.122772,"0.70914703000000145e2"],["-0.10411665299999999e3","0.70910262999999929e2"],["-0.10409999099999999e3","0.70891372999999987e2"],["-0.10407640099999992e3","0.70863037000000077e2"],["-0.10405277999999993e3","0.70834427000000062e2"],["-0.10404583699999995e3","0.70824996999999996e2"],["-0.10404277000000002e3","0.70804153000000042e2"],["-0.10402887699999991e3","0.70784988000000055e2"],["-0.10401583900000003e3","0.70770827999999938e2"],["-0.10400029000000001e3","0.70757216999999969e2"],["-0.10399416400000001e3",70.75277699999998],["-0.10398528299999998e3","0.70748871000000065e2"],["-0.10397138999999987e3","0.70745529000000147e2"],["-0.10395472699999999e3","0.70742752000000053e2"],["-0.10394027699999987e3","0.70741653000000099e2"],["-0.10392443800000001e3","0.70741928000000087e2"],[-103.806107,"0.70723037999999974e2"],[-103.73111,"0.70691649999999925e2"],["-0.10364083899999997e3","0.70646652000000017e2"],["-0.10363417099999992e3","0.70637206999999989e2"],["-0.10362470999999994e3","0.70628036000000009e2"],["-0.10359889199999992e3","0.70615814000000057e2"],["-0.10355638099999999e3","0.70600815000000011e2"],["-0.10352333099999987e3",70.59304800000001],[-103.506958,"0.70590271000000143e2"],["-0.10349027999999998e3","0.70587494000000049e2"],["-0.10347305299999999e3","0.70586928999999998e2"],["-0.10344193999999999e3","0.70587204000000042e2"],["-0.10339835399999993e3","0.70590546000000131e2"],["-0.10334277299999997e3",70.59664900000007],["-0.10332721699999991e3",70.59664900000007],["-0.10330915799999997e3","0.70595260999999994e2"],["-0.10326500699999997e3","0.70581665000000044e2"],[-103.239441,"0.70569443000000035e2"],["-0.10320472699999993e3","0.70548035000000141e2"],["-0.10314972699999998e3","0.70513885000000016e2"],["-0.10313276699999994e3","0.70505829000000119e2"],["-0.10312165800000002e3","0.70501938000000052e2"],[-103.095551,"0.70498031999999967e2"],["-0.10301194799999996e3","0.70492202999999961e2"],["-0.10297693600000002e3","0.70489975000000015e2"],["-0.10296056399999998e3","0.70489151000000049e2"],["-0.10293055699999996e3","0.70490540000000067e2"],["-0.10292027299999995e3","0.70494980000000055e2"],["-0.10291443599999991e3","0.70500000000000114e2"],[-102.915009,"0.70505264000000068e2"],["-0.10291832699999998e3","0.70510268999999937e2"],["-0.10292388900000003e3","0.70514435000000049e2"],["-0.10293250299999988e3","0.70518600000000049e2"],["-0.10295722999999998e3","0.70525543000000027e2"],["-0.10297528099999994e3","0.70527205999999978e2"],["-0.10303028899999998e3","0.70534988000000112e2"],["-0.10305526700000001e3","0.70541931000000091e2"],["-0.10309973099999991e3",70.55664100000007],["-0.10310833700000001e3",70.56053199999991],["-0.10312609899999995e3",70.57388300000008],["-0.10313999899999993e3","0.70609421000000111e2"],["-0.10315556300000003e3","0.70654984000000013e2"],[-103.156113,"0.70659987999999998e2"],["-0.10315387699999997e3","0.70665817000000004e2"],["-0.10314916999999991e3",70.67164600000001],["-0.10313667299999992e3","0.70674423000000104e2"],["-0.10312110899999999e3","0.70674698000000092e2"],["-0.10310417200000001e3","0.70673873999999955e2"],["-0.10308583099999998e3","0.70672484999999995e2"],["-0.10306667299999998e3","0.70669983000000059e2"],[-103.0250089999999,"0.70660262999999986e2"],["-0.10300250199999999e3","0.70652771000000087e2"],["-0.10285665899999992e3","0.70597763000000043e2"],["-0.10284834299999994e3","0.70593871999999976e2"],["-0.10284528399999999e3","0.70588882000000126e2"],["-0.10283833300000003e3","0.70574158000000068e2"],["-0.10283583099999998e3","0.70548035000000141e2"],["-0.10274445300000002e3","0.70494705000000067e2"],["-0.10261501299999992e3","0.70460541000000035e2"],["-0.10260138699999999e3","0.70457214000000079e2"],["-0.10252027899999996e3","0.70438309000000118e2"],["-0.10245749699999988e3","0.70426376000000118e2"],["-0.10240862299999998e3","0.70417479999999955e2"],["-0.10233332799999999e3","0.70397766000000047e2"],[-102.281387,"0.70384155000000078e2"],["-0.10211749299999997e3","0.70339432000000045e2"],["-0.10199610899999988e3","0.70287201000000096e2"],["-0.10197972099999998e3","0.70279160000000047e2"],["-0.10192555199999998e3","0.70260544000000039e2"],["-0.10189334099999996e3","0.70254439999999988e2"],["-0.10187666300000001e3",70.25360100000006],["-0.10186138899999997e3","0.70253876000000048e2"],["-0.10184916699999985e3","0.70256653000000142e2"],["-0.10183805799999993e3","0.70260268999999994e2"],[-101.828056,"0.70264709000000039e2"],["-0.10182195299999995e3","0.70269714000000079e2"],["-0.10181722999999988e3","0.70281097000000102e2"],["-0.10181749699999995e3","0.70286102000000142e2"],["-0.10180972300000002e3","0.70297759999999982e2"],["-0.10179972800000002e3","0.70302199999999971e2"],["-0.10171472199999999e3","0.70308868000000132e2"],["-0.10169803599999995e3","0.70308029000000033e2"],["-0.10168195300000002e3","0.70304977000000065e2"],["-0.10159944200000001e3","0.70275818000000129e2"],["-0.10158860800000002e3","0.70271927000000062e2"],["-0.10158029199999993e3","0.70267761000000121e2"],["-0.10158029199999993e3","0.70262771999999984e2"],["-0.10158556399999998e3","0.70256653000000142e2"],["-0.10160555999999997e3","0.70247757000000036e2"],["-0.10163417099999998e3","0.70233047000000056e2"],["-0.10164306599999998e3","0.70227768000000083e2"],["-0.10165083300000003e3","0.70221374999999966e2"],["-0.10165055799999993e3","0.70210815000000025e2"],["-0.10164222699999993e3","0.70196365000000071e2"],["-0.10162249799999995e3","0.70162491000000045e2"],["-0.10161416599999995e3","0.70153046000000018e2"],["-0.10155999800000001e3","0.70113602000000071e2"],["-0.10155194099999994e3","0.70109420999999998e2"],["-0.10153971899999999e3","0.70106934000000138e2"],["-0.10152667200000002e3","0.70108597000000032e2"],["-0.10139723200000003e3","0.70139435000000049e2"],["-0.10139222699999999e3","0.70150543000000027e2"],["-0.10137581599999999e3","0.70177765000000136e2"],[-101.358047,"0.70176086000000112e2"],["-0.10128666699999991e3","0.70152480999999966e2"],[-101.265289,70.14498900000001],["-0.10125723299999999e3","0.70140823000000125e2"],["-0.10125195300000001e3",70.13638300000008],["-0.10123889200000002e3","0.70133040999999992e2"],["-0.10122222899999991e3","0.70131927000000019e2"],["-0.10114499699999999e3",70.15525800000006],["-0.10113500999999997e3","0.70159713999999951e2"],["-0.10112721299999998e3","0.70166092000000106e2"],["-0.10112193300000001e3","0.70171921000000111e2"],["-0.10111665299999993e3","0.70183044000000109e2"],["-0.10112193300000001e3","0.70192749000000049e2"],["-0.10111193800000001e3",70.19720500000011],["-0.10109555099999994e3","0.70196365000000071e2"],["-0.10103971899999999e3","0.70183044000000109e2"],["-0.10099973299999999e3","0.70172760000000096e2"],["-0.10098388699999992e3","0.70164703000000145e2"],["-0.10097332799999998e3","0.70155548000000067e2"],["-0.10097332799999998e3","0.70145264000000054e2"],["-0.10097609699999992e3","0.70134430000000009e2"],["-0.10096028099999995e3","0.70053040000000067e2"],["-0.10092194399999988e3","0.69965271000000143e2"],["-0.10088694800000002e3","0.69884155000000021e2"],[-100.870003,"0.69814423000000147e2"],[-100.870003,"0.69788315000000011e2"],["-0.10087805200000003e3","0.69771652000000131e2"],["-0.10089998600000001e3","0.69753875999999991e2"],["-0.10092555199999998e3","0.69721100000000035e2"],["-0.10092027300000001e3","0.69711380000000133e2"],["-0.10092027300000001e3","0.69701096000000121e2"],["-0.10092832899999996e3","0.69684143000000006e2"],["-0.10093859900000001e3","0.69672484999999995e2"],["-0.10094748699999997e3","0.69666930999999977e2"],["-0.10095722999999992e3","0.69662490999999989e2"],["-0.10096916199999998e3","0.69659714000000065e2"],["-0.10106443799999994e3","0.69648604999999975e2"],["-0.10128362300000003e3","0.69663879000000065e2"],["-0.10131777999999991e3","0.69667480000000126e2"],["-0.10132972699999988e3","0.69669983000000116e2"],["-0.10134028599999999e3","0.69678864000000033e2"],["-0.10143831599999993e3","0.69769714000000022e2"],["-0.10145472699999993e3","0.69798874000000069e2"],["-0.10146806299999997e3","0.69823044000000095e2"],["-0.10147332799999998e3","0.69832763999999997e2"],[-101.468613,"0.69838882000000069e2"],[-101.458618,"0.69843322999999998e2"],["-0.10143998699999997e3","0.69853317000000004e2"],["-0.10143472300000002e3","0.69859146000000067e2"],["-0.10141610700000001e3","0.69886932000000115e2"],["-0.10141860999999989e3","0.69891936999999984e2"],["-0.10142944299999994e3","0.69906097000000045e2"],["-0.10144526699999994e3","0.69909149000000014e2"],["-0.10145638999999994e3","0.69905548000000124e2"],["-0.10146888699999994e3","0.69893051000000128e2"],["-0.10147917199999995e3","0.69881362999999908e2"],["-0.10151972999999992e3","0.69828323000000069e2"],["-0.10153999299999998e3",69.79942299999999],["-0.10154750100000001e3",69.78776600000009],["-0.10155972299999996e3","0.69764998999999989e2"],["-0.10156220999999999e3","0.69754165999999998e2"],["-0.10156194299999999e3",69.74914600000011],[-101.564438,"0.69743317000000104e2"],[-101.569458,"0.69737488000000099e2"],["-0.10160777300000001e3","0.69705825999999945e2"],["-0.10165249599999999e3",69.6827550000001],["-0.10169193999999999e3","0.69680267000000129e2"],["-0.10169722000000002e3","0.69684708000000057e2"],["-0.10175805699999995e3","0.69717758000000117e2"],["-0.10176611300000002e3","0.69721924000000001e2"],["-0.10177916700000003e3","0.69725266000000147e2"],["-0.10185637700000001e3","0.69743042000000116e2"],["-0.10187000299999994e3",69.74414100000007],["-0.10188722200000001e3","0.69733321999999987e2"],["-0.10189916999999997e3",69.73054500000012],["-0.10191416900000002e3",69.73054500000012],["-0.10192999299999997e3","0.69733597000000032e2"],["-0.10194055200000003e3","0.69737198000000092e2"],["-0.10194860799999998e3","0.69741363999999976e2"],[-101.962784,"0.69753052000000025e2"],["-0.10202306399999992e3","0.69817764000000011e2"],["-0.10206555199999997e3","0.69850540000000137e2"],["-0.10220667300000002e3",69.91304000000008],["-0.10221749899999998e3","0.69916930999999977e2"],["-0.10223029300000002e3","0.69917205999999965e2"],["-0.10224082900000002e3","0.69913315000000068e2"],["-0.10237581599999999e3","0.69809418000000107e2"],["-0.10251027699999992e3","0.69758040999999992e2"],["-0.10257640100000003e3","0.69737488000000099e2"],["-0.10259249899999998e3","0.69738312000000064e2"],["-0.10260582699999998e3","0.69741653000000099e2"],["-0.10261638600000003e3","0.69745255000000043e2"],["-0.10264890300000002e3","0.69761658000000125e2"],["-0.10265972899999997e3","0.69765273999999977e2"],[-102.673317,69.76638800000012],["-0.10268055700000002e3","0.69759995000000004e2"],["-0.10267443800000001e3","0.69750275000000101e2"],["-0.10265805099999994e3","0.69736923000000047e2"],["-0.10260028099999994e3",69.69802900000002],["-0.10259221600000001e3","0.69693862999999908e2"],["-0.10257640100000003e3","0.69691086000000041e2"],["-0.10255943299999996e3",69.68942300000009],["-0.10253138699999994e3","0.69691360000000145e2"],["-0.10252084400000001e3","0.69695251000000042e2"],["-0.10250917099999998e3",69.69802900000002],["-0.10249194299999994e3","0.69696365000000014e2"],["-0.10248361199999988e3","0.69692200000000014e2"],["-0.10247805800000003e3","0.69682480000000112e2"],["-0.10249777199999988e3","0.69595260999999994e2"],["-0.10250778199999996e3","0.69564147999999989e2"],["-0.10251500699999985e3","0.69559982000000105e2"],[-102.525284,"0.69556366000000025e2"],["-0.10260305800000003e3","0.69538315000000068e2"],["-0.10281304899999986e3","0.69529709000000139e2"],["-0.10282861300000002e3",69.53276100000005],["-0.10294387799999993e3","0.69559417999999994e2"],["-0.10308528099999995e3","0.69597214000000122e2"],["-0.10318666099999996e3","0.69629425000000026e2"],["-0.10320556599999998e3","0.69636932000000002e2"],["-0.10322471599999994e3","0.69644714000000135e2"],["-0.10323277300000001e3","0.69648604999999975e2"],[-103.260559,"0.69665543000000071e2"],["-0.10327166699999998e3","0.69674423000000104e2"],["-0.10332195300000001e3","0.69692200000000014e2"],["-0.10341639699999996e3","0.69706375000000094e2"],["-0.10343055699999996e3","0.69705261000000121e2"],["-0.10347693600000002e3","0.69693588000000091e2"],["-0.10348665599999998e3","0.69684708000000057e2"],["-0.10350723299999999e3","0.69617751999999996e2"],[-103.5041809999999,"0.69613036999999963e2"],["-0.10333528100000001e3","0.69574997000000053e2"],["-0.10308917200000002e3","0.69521927000000005e2"],["-0.10307528699999995e3","0.69523041000000148e2"],["-0.10305695300000002e3","0.69520537999999988e2"],["-0.10304638699999998e3","0.69516936999999984e2"],["-0.10303806299999997e3","0.69512771999999984e2"],["-0.10303278399999999e3","0.69508331000000055e2"],["-0.10302333099999998e3","0.69493866000000082e2"],["-0.10301390099999998e3","0.69474152000000004e2"],["-0.10299137899999999e3","0.69424698000000035e2"],["-0.10299082899999996e3","0.69419434000000024e2"],["-0.10300778199999996e3","0.69326935000000049e2"],["-0.10301917300000002e3","0.69282761000000107e2"],["-0.10302306399999998e3","0.69271652000000017e2"],["-0.10304444899999999e3","0.69252487000000087e2"],["-0.10307195299999995e3","0.69238586000000112e2"],["-0.10311332700000003e3","0.69223602000000028e2"],["-0.10312444299999999e3","0.69220825000000104e2"],["-0.10316000399999996e3","0.69213042999999971e2"],["-0.10317250099999995e3","0.69211380000000077e2"],["-0.10319415299999997e3","0.69204712000000086e2"],[-103.204453,"0.69200821000000019e2"],["-0.10321140299999996e3","0.69194427000000132e2"],["-0.10321444700000001e3","0.69189697000000137e2"],["-0.10321777299999997e3","0.69137207000000103e2"],[-103.208618,"0.69122756999999979e2"],["-0.10320305599999989e3",69.11831699999999],["-0.10319499199999996e3","0.69114426000000094e2"],["-0.10318222000000003e3","0.69111098999999967e2"],[-103.141953,69.15776100000005],["-0.10313390400000003e3","0.69163315000000068e2"],["-0.10312444299999999e3","0.69167755000000056e2"],["-0.10310500300000001e3","0.69176085999999998e2"],["-0.10307417299999997e3","0.69187485000000038e2"],["-0.10303721599999994e3","0.69205826000000059e2"],[-103.021118,"0.69216934000000037e2"],["-0.10300611900000001e3","0.69228592000000106e2"],["-0.10299889399999989e3","0.69234985000000052e2"],["-0.10298082699999992e3","0.69259155000000078e2"],["-0.10296916199999993e3","0.69271378000000084e2"],["-0.10295056199999999e3","0.69290268000000083e2"],["-0.10294360399999999e3",69.29664600000001],["-0.10287249799999995e3","0.69360535000000141e2"],["-0.10284084299999995e3","0.69383330999999998e2"],[-102.829453,"0.69386108000000036e2"],[-102.817497,"0.69383881000000031e2"],["-0.10280666400000001e3","0.69379974000000061e2"],["-0.10279360999999994e3","0.69376923000000033e2"],["-0.10276083399999993e3","0.69374420000000043e2"],["-0.10274694799999997e3","0.69375534000000016e2"],["-0.10272277799999995e3","0.69380264000000068e2"],["-0.10251083399999999e3","0.69439697000000081e2"],["-0.10250862100000001e3","0.69445526000000086e2"],["-0.10248972300000003e3","0.69469436999999971e2"],["-0.10247193900000002e3","0.69479430999999977e2"],["-0.10246028100000001e3","0.69482208000000071e2"],["-0.10231304899999998e3",69.49832200000003],["-0.10229804999999999e3","0.69498596000000134e2"],["-0.10209306300000003e3","0.69487762000000089e2"],["-0.10205750299999988e3","0.69483597000000088e2"],["-0.10204750100000001e3","0.69479980000000126e2"],["-0.10195527599999997e3",69.43553200000008],["-0.10194748699999997e3","0.69431365999999969e2"],["-0.10193694299999999e3","0.69422485000000052e2"],["-0.10193138099999999e3","0.69412766000000033e2"],["-0.10193110699999994e3","0.69407486000000006e2"],["-0.10193611099999998e3",69.401657],["-0.10203527799999995e3","0.69287200999999982e2"],["-0.10214890300000002e3","0.69270264000000111e2"],["-0.10215943899999996e3",69.27388000000002],["-0.10218776700000001e3","0.69280272999999966e2"],["-0.10220140100000003e3","0.69279160000000047e2"],["-0.10221278399999994e3","0.69276382000000069e2"],["-0.10222972099999993e3","0.69265549000000078e2"],["-0.10223194899999999e3","0.69259720000000073e2"],["-0.10221721600000001e3","0.69225266000000033e2"],["-0.10211972000000003e3","0.69183043999999938e2"],["-0.10210665899999992e3","0.69179703000000131e2"],["-0.10209361299999989e3","0.69178588999999931e2"],["-0.10208112299999993e3","0.69180267000000072e2"],["-0.10207167099999992e3","0.69184982000000105e2"],["-0.10206416300000001e3","0.69191360000000032e2"],["-0.10205943299999996e3",69.19720499999994],["-0.10205721999999992e3","0.69202773999999977e2"],["-0.10205750299999988e3","0.69208038000000101e2"],["-0.10205444299999999e3","0.69214431999999988e2"],["-0.10204499800000002e3","0.69226089000000115e2"],["-0.10203666699999997e3","0.69231658999999979e2"],["-0.10201666299999999e3","0.69239975000000072e2"],["-0.10200611899999996e3","0.69243590999999981e2"],["-0.10196305799999999e3","0.69257216999999912e2"],["-0.10195140099999998e3","0.69259995000000117e2"],[-101.9385989999999,"0.69261931999999945e2"],["-0.10192194399999994e3","0.69260269000000051e2"],["-0.10178500399999996e3","0.69196365000000071e2"],["-0.10177055399999995e3","0.69189147999999989e2"],["-0.10175472999999994e3","0.69175812000000064e2"],["-0.10175195300000001e3","0.69165543000000014e2"],["-0.10175167799999991e3","0.69160537999999974e2"],["-0.10175389099999995e3","0.69149719000000061e2"],["-0.10180638099999999e3","0.69003876000000105e2"],["-0.10180860899999993e3",68.99803199999991],["-0.10181806899999992e3","0.68993591000000038e2"],["-0.10185138699999993e3","0.68984420999999941e2"],["-0.10189916999999997e3",68.97526600000009],["-0.10194888300000002e3",68.96775800000006],[-101.962784,68.96665999999999],["-0.10197693600000002e3",68.96665999999999],[-101.993607,"0.68968323000000112e2"],["-0.10200140399999992e3","0.68972488000000112e2"],["-0.10202223200000003e3","0.68990265000000136e2"],["-0.10203250100000002e3",68.99414100000007],["-0.10204778299999998e3","0.68996933000000126e2"],["-0.10206220999999994e3","0.68996933000000126e2"],["-0.10209665699999994e3","0.68988585999999941e2"],["-0.10211305199999998e3","0.68977767999999969e2"],["-0.10212609900000001e3","0.68966385000000002e2"],["-0.10213082900000001e3","0.68960265999999933e2"],["-0.10214502699999997e3",68.94766199999998],["-0.10215638699999994e3","0.68944702000000063e2"],["-0.10216972399999997e3","0.68946091000000024e2"],[-102.323624,"0.68937195000000088e2"],["-0.10238612399999994e3","0.68925537000000077e2"],["-0.10238583399999993e3","0.68920258000000103e2"],["-0.10239028899999994e3","0.68914429000000098e2"],["-0.10239835399999987e3",68.90887500000008],["-0.10248554999999999e3","0.68871368000000018e2"],["-0.10253582799999998e3","0.68864425999999924e2"],["-0.10258972199999999e3","0.68860535000000084e2"],["-0.10260417200000001e3","0.68860260000000039e2"],["-0.10261972000000003e3","0.68861099000000024e2"],["-0.10263500999999991e3","0.68863876000000118e2"],["-0.10264527900000002e3","0.68867751999999996e2"],["-0.10276306199999999e3","0.68877762000000075e2"],["-0.10281889299999995e3","0.68834152000000074e2"],["-0.10289472999999992e3","0.68799988000000042e2"],["-0.10299054699999999e3","0.68794434000000081e2"],["-0.10300583599999999e3","0.68795258000000047e2"],[-103.047234,"0.68809707999999944e2"],[-103.146118,"0.68840546000000131e2"],["-0.10316416899999996e3",68.84304800000001],["-0.10319499199999996e3","0.68844437000000028e2"],[-103.208618,"0.68843596999999988e2"],["-0.10332084699999996e3","0.68829712000000086e2"],["-0.10334111000000001e3","0.68822220000000129e2"],["-0.10336000099999995e3","0.68813872999999944e2"],["-0.10336805700000002e3","0.68808318999999983e2"],["-0.10340306099999992e3","0.68777205999999978e2"],["-0.10350917099999987e3","0.68801375999999948e2"],["-0.10383583099999993e3",68.83638000000002],["-0.10409472699999992e3","0.68856644000000017e2"],["-0.10411028299999998e3","0.68859421000000054e2"],["-0.10413834399999996e3","0.68865540000000124e2"],[-104.287781,"0.68901932000000102e2"],["-0.10440249599999999e3","0.68931091000000094e2"],["-0.10443083199999995e3",68.9369200000001],[-104.445267,"0.68938873000000001e2"],["-0.10445749699999999e3","0.68936645999999996e2"],["-0.10446167000000003e3","0.68930542000000116e2"],["-0.10446305799999988e3","0.68924987999999928e2"],["-0.10446250900000001e3","0.68919708000000071e2"],["-0.10447444199999995e3","0.68901657000000057e2"],[-104.487503,"0.68888885000000073e2"],["-0.10450279199999989e3","0.68877762000000075e2"],["-0.10451167299999992e3","0.68873032000000023e2"],["-0.10452139299999999e3","0.68869140999999956e2"],["-0.10454360999999989e3","0.68863311999999951e2"],[-104.583618,"0.68859711000000118e2"],["-0.10484999099999993e3","0.68870254999999986e2"],["-0.10512917299999998e3","0.68896378000000084e2"],["-0.10514472999999992e3","0.68899155000000007e2"],["-0.10516610699999995e3","0.68906097000000102e2"],["-0.10519332900000001e3","0.68917480000000126e2"],["-0.10524889399999989e3","0.68945526000000029e2"],["-0.10518305999999995e3","0.68988312000000008e2"],[-105.173317,"0.68991928000000087e2"],["-0.10514666699999998e3","0.68992477000000008e2"],[-105.128601,"0.68989975000000129e2"],["-0.10506471299999998e3","0.68986923000000047e2"],["-0.10503916900000002e3","0.68990265000000136e2"],["-0.10493639400000001e3",69.03054800000001],["-0.10492887899999999e3","0.69036102000000028e2"],["-0.10491610700000001e3","0.69048874000000012e2"],["-0.10491166699999991e3","0.69065811000000053e2"],[-104.915009,"0.69070541000000048e2"],["-0.10492304999999999e3","0.69074706999999989e2"],["-0.10493388399999998e3","0.69078323000000012e2"],["-0.10506500199999999e3","0.69104155999999989e2"],["-0.10508332799999999e3","0.69106369000000086e2"],["-0.10509665699999999e3","0.69105255000000113e2"],[-105.122772,"0.69091095000000053e2"],["-0.10516027799999995e3","0.69071930000000066e2"],["-0.10547361799999999e3","0.69106934000000138e2"],["-0.10548055999999997e3","0.69116652999999928e2"],["-0.10549249299999991e3","0.69125259000000028e2"],["-0.10550695799999994e3","0.69133606000000043e2"],["-0.10551528899999994e3",69.13749700000011],["-0.10555387899999999e3","0.69152480999999966e2"],["-0.10558056599999998e3","0.69156372000000033e2"],["-0.10561694299999994e3","0.69160812000000078e2"],["-0.10576806599999998e3","0.69171371000000136e2"],["-0.10583029199999999e3","0.69172211000000004e2"],["-0.10587416100000002e3","0.69171097000000032e2"],["-0.10590222199999999e3","0.69169144000000074e2"],["-0.10591443600000002e3","0.69167205999999965e2"],["-0.10592555199999998e3","0.69164153999999996e2"],["-0.10603888699999993e3","0.69153869999999984e2"],["-0.10617777999999998e3","0.69144150000000081e2"],["-0.10619360399999999e3","0.69144714000000022e2"],[-106.256958,"0.69154984000000127e2"],["-0.10628888699999999e3","0.69160262999999929e2"],["-0.10639611799999994e3",69.17804000000001],["-0.10640611299999995e3","0.69180542000000059e2"],["-0.10641471899999999e3","0.69184417999999937e2"],["-0.10641471899999999e3","0.69195251000000098e2"],["-0.10641027799999995e3","0.69217758000000003e2"],["-0.10640666199999998e3","0.69223877000000073e2"],[-106.3944469999999,69.23692299999999],["-0.10638612399999994e3","0.69241653000000042e2"],["-0.10637638899999996e3",69.24552900000009],[-106.30777,"0.69262206999999989e2"],["-0.10628832999999992e3","0.69269989000000123e2"],["-0.10627362099999993e3","0.69281372000000147e2"],["-0.10626777600000003e3","0.69292206000000022e2"],[-106.26889,"0.69297211000000061e2"],["-0.10631639100000001e3","0.69386658000000068e2"],[-106.49527,"0.69474426000000108e2"],["-0.10652139299999993e3","0.69486098999999967e2"],["-0.10654138199999989e3",69.49331699999999],["-0.10655499299999985e3","0.69496368000000018e2"],["-0.10657112099999989e3","0.69498870999999951e2"],["-0.10660221899999999e3","0.69498870999999951e2"],["-0.10661444099999994e3","0.69496643000000006e2"],["-0.10662554899999986e3","0.69493591000000094e2"],["-0.10673306299999996e3","0.69441650000000038e2"],["-0.10674027999999998e3","0.69435806000000014e2"],["-0.10674388099999993e3","0.69429703000000075e2"],["-0.10674553700000001e3","0.69407760999999994e2"],["-0.10686277799999999e3",69.36914100000007],["-0.10693083200000001e3","0.69361649000000114e2"],["-0.10695500199999992e3","0.69357208000000014e2"],["-0.10696611000000001e3","0.69354156000000103e2"],["-0.10698554999999999e3","0.69346100000000035e2"],["-0.10699249299999997e3","0.69340546000000018e2"],["-0.10699722300000002e3",69.33526599999999],["-0.10699833699999999e3","0.69329711999999972e2"],["-0.10699694799999997e3","0.69324432000000058e2"],["-0.10696528599999994e3","0.69303040000000067e2"],["-0.10695749699999993e3","0.69293319999999994e2"],[-106.925003,69.23942599999998],["-0.10692223399999995e3","0.69228867000000093e2"],[-106.929169,"0.69216660000000104e2"],["-0.10693611099999998e3","0.69211105000000032e2"],["-0.10694444299999998e3","0.69206375000000037e2"],["-0.10696362299999993e3","0.69198318000000029e2"],["-0.10703999299999998e3","0.69181091000000038e2"],["-0.10712832600000002e3","0.69154434000000094e2"],["-0.10713806199999999e3","0.69150543000000027e2"],["-0.10716221599999994e3","0.69134430000000009e2"],["-0.10719167299999998e3","0.69112487999999928e2"],["-0.10722666900000002e3","0.69084152000000017e2"],["-0.10724889400000001e3","0.69068054000000018e2"],[-107.264183,"0.69057480000000112e2"],["-0.10727944899999994e3","0.69046936000000073e2"],[-107.304169,"0.69032485999999949e2"],["-0.10731360599999994e3","0.69028595000000109e2"],["-0.10734221599999995e3",69.01887499999998],["-0.10737444299999993e3","0.69009430000000123e2"],["-0.10743167099999994e3","0.68996368000000075e2"],["-0.10750334199999992e3","0.68982758000000047e2"],["-0.10755387899999994e3","0.68975540000000024e2"],["-0.10764611799999989e3","0.68965546000000018e2"],["-0.10767388900000003e3","0.68963608000000079e2"],["-0.10774610899999999e3","0.68960815000000082e2"],["-0.10793749999999994e3","0.68934981999999934e2"],["-0.10795584099999996e3","0.68931046000000094e2"],["-0.10797693600000002e3","0.68930542000000116e2"],["-0.10817555199999998e3","0.68931091000000094e2"],["-0.10820944199999997e3",68.93331900000004],["-0.10826444999999995e3","0.68939148000000046e2"],["-0.10829833999999988e3","0.68941360000000088e2"],["-0.10842804699999994e3","0.68945816000000036e2"],["-0.10849221799999992e3",68.94747899999993],[-108.521118,"0.68946365000000128e2"],["-0.10853443900000002e3","0.68944702000000063e2"],["-0.10854611199999994e3","0.68942474000000061e2"],["-0.10856331599999993e3","0.68933594000000028e2"],["-0.10856388900000002e3","0.68927765000000022e2"],["-0.10855082699999997e3","0.68919434000000138e2"],["-0.10854194599999994e3","0.68915543000000071e2"],["-0.10853555299999999e3","0.68911376999999959e2"],[-108.531387,"0.68906647000000135e2"],["-0.10852971599999995e3","0.68901382000000069e2"],["-0.10853028899999993e3","0.68895828000000051e2"],["-0.10853555299999999e3","0.68889160000000061e2"],["-0.10855139200000002e3","0.68879425000000026e2"],["-0.10859722899999997e3","0.68859146000000067e2"],["-0.10867443799999995e3","0.68829437000000041e2"],[-108.926941,"0.68744431000000134e2"],["-0.10893749999999994e3","0.68741088999999988e2"],["-0.10897250400000001e3","0.68733870999999965e2"],["-0.10910472099999998e3","0.68710541000000035e2"],["-0.10919138299999992e3","0.68697205000000054e2"],["-0.10923416099999997e3","0.68694977000000108e2"],["-0.10926390099999998e3","0.68694427000000076e2"],["-0.10931194299999999e3","0.68695816000000093e2"],[-109.345551,"0.68697754000000032e2"],["-0.10937416100000002e3","0.68696365000000014e2"],["-0.10939998600000001e3","0.68693313999999987e2"],["-0.10943472300000002e3","0.68686095999999964e2"],["-0.10949137899999994e3","0.68673308999999961e2"],["-0.10952306399999992e3","0.68664993000000095e2"],["-0.10955359599999991e3","0.68655258000000003e2"],["-0.10959722899999997e3",68.64387499999998],["-0.10964362299999999e3","0.68634430000000123e2"],["-0.10965638699999994e3","0.68632751000000098e2"],["-0.10968331899999998e3","0.68630539000000056e2"],[-109.756958,"0.68628586000000098e2"],["-0.10997028399999999e3","0.68627197000000081e2"],["-0.11012416099999996e3","0.68627197000000081e2"],["-0.11016055299999994e3","0.68630539000000056e2"],["-0.11019167299999998e3","0.68630814000000044e2"],["-0.11022000099999997e3","0.68629150000000038e2"],["-0.11024416400000001e3","0.68625259000000142e2"],["-0.11026306199999999e3","0.68617752000000053e2"],["-0.11027194199999997e3","0.68613602000000014e2"],["-0.11027916700000003e3","0.68608597000000145e2"],[-110.295547,"0.68599426000000051e2"],["-0.11032917800000001e3","0.68582214000000022e2"],["-0.11033917200000002e3","0.68578872999999987e2"],["-0.11035082999999997e3","0.68576385000000016e2"],["-0.11036361699999998e3","0.68574707000000046e2"],["-0.11037777699999998e3","0.68574158000000125e2"],["-0.11039138800000001e3","0.68576660000000004e2"],["-0.11039806399999986e3","0.68580826000000116e2"],["-0.11042027299999995e3","0.68604156000000046e2"],["-0.11042722300000003e3","0.68608321999999987e2"],["-0.11044082600000002e3","0.68611099000000081e2"],["-0.11045889299999999e3","0.68612761999999975e2"],["-0.11056111099999998e3","0.68616653000000042e2"],[-110.576683,"0.68616653000000042e2"],["-0.11058944699999989e3","0.68614990000000148e2"],["-0.11060944399999994e3","0.68608321999999987e2"],["-0.11061694299999994e3","0.68603592000000106e2"],["-0.11063417099999987e3",68.59526100000005],["-0.11065695199999999e3","0.68590271000000143e2"],["-0.11068138099999999e3","0.68586105000000089e2"],["-0.11089666699999998e3",68.55720500000001],["-0.11092223399999995e3","0.68553863999999976e2"],[-110.950287,"0.68551926000000037e2"],["-0.11101363400000002e3","0.68552765000000022e2"],["-0.11103195199999999e3","0.68554428000000144e2"],["-0.11103859699999992e3","0.68558594000000028e2"],["-0.11103500400000001e3","0.68563873000000001e2"],["-0.11098332199999993e3","0.68577773999999977e2"],["-0.11097193900000002e3","0.68580276000000083e2"],["-0.11095777900000002e3","0.68581100000000049e2"],["-0.11092555199999993e3","0.68580276000000083e2"],["-0.11089723200000003e3","0.68581940000000088e2"],["-0.11087165800000002e3","0.68585266000000104e2"],["-0.11086028299999987e3","0.68587769000000094e2"],[-110.850281,"0.68591095000000109e2"],["-0.11084306299999997e3","0.68596099999999979e2"],["-0.11084306299999997e3","0.68601653999999996e2"],["-0.11084973099999996e3","0.68605820000000051e2"],["-0.11086361699999992e3","0.68608597000000145e2"],["-0.11101750199999998e3","0.68598327999999981e2"],["-0.11103028899999998e3","0.68596649000000127e2"],["-0.11105888399999998e3","0.68585815000000082e2"],[-111.068893,68.58248900000001],["-0.11108029199999999e3","0.68579987000000131e2"],["-0.11109306300000003e3","0.68578323000000125e2"],["-0.11113527699999997e3","0.68575821000000076e2"],["-0.11116639700000002e3","0.68575821000000076e2"],["-0.11123249800000002e3","0.68578049000000021e2"],["-0.11126750199999998e3","0.68580551000000071e2"],["-0.11128362299999998e3","0.68582764000000054e2"],["-0.11132000700000003e3","0.68585815000000082e2"],["-0.11133693699999998e3","0.68586655000000121e2"],["-0.11137917299999998e3","0.68584152000000131e2"],["-0.11139195299999994e3",68.58248900000001],["-0.11141166699999997e3","0.68575546000000031e2"],["-0.11141665599999999e3","0.68571106000000043e2"],["-0.11140527299999997e3","0.68568054000000075e2"],[-111.389183,68.56581099999994],["-0.11129804999999999e3","0.68557755000000043e2"],["-0.11125028999999989e3",68.55720500000001],["-0.11123194899999999e3","0.68555542000000116e2"],["-0.11121833800000002e3","0.68552765000000022e2"],["-0.11120916699999998e3","0.68549148999999943e2"],[-111.204453,"0.68544708000000071e2"],[-111.204453,"0.68538879000000009e2"],["-0.11121112099999999e3","0.68526093000000117e2"],["-0.11121556099999992e3","0.68519440000000145e2"],["-0.11122556299999997e3",68.516098],["-0.11123805199999993e3","0.68514435000000105e2"],["-0.11125361599999991e3","0.68514435000000105e2"],["-0.11135861199999999e3","0.68521652000000017e2"],["-0.11137470999999999e3","0.68523604999999975e2"],["-0.11138834400000002e3","0.68526382000000069e2"],["-0.11146806300000003e3","0.68536926000000108e2"],["-0.11152278100000001e3","0.68541656000000103e2"],["-0.11160056299999991e3","0.68543594000000041e2"],["-0.11185109699999998e3","0.68534149000000014e2"],[-112.060272,"0.68523041000000035e2"],["-0.11221000700000002e3","0.68513610999999969e2"],["-0.11223665599999987e3","0.68510817999999972e2"],["-0.11235916099999997e3","0.68501938000000109e2"],["-0.11240110799999997e3","0.68499145999999996e2"],["-0.11250917099999992e3","0.68498032000000023e2"],["-0.11263527699999992e3","0.68483047000000056e2"],["-0.11263694800000002e3","0.68476928999999927e2"],["-0.11264527900000002e3","0.68472763000000043e2"],["-0.11267027299999995e3","0.68469146999999964e2"],["-0.11272749299999992e3","0.68465820000000065e2"],["-0.11277390299999996e3","0.68465546000000131e2"],["-0.11280750299999994e3","0.68466660000000104e2"],["-0.11305166600000001e3","0.68464157000000114e2"],[-113.091949,"0.68460266000000047e2"],[-113.220551,68.45277400000009],["-0.11325140399999992e3","0.68452209000000096e2"],["-0.11326944699999996e3","0.68453873000000101e2"],[-113.297234,"0.68458602999999925e2"],["-0.11330444299999999e3","0.68462769000000037e2"],["-0.11330943300000001e3","0.68467209000000025e2"],[-113.310272,"0.68473038000000031e2"],["-0.11330638099999993e3","0.68479706000000022e2"],["-0.11329972800000002e3","0.68484711000000061e2"],["-0.11329138199999994e3","0.68489151000000106e2"],["-0.11326944699999996e3","0.68494430999999963e2"],[-113.256958,"0.68496094000000085e2"],["-0.11319360399999999e3","0.68496368000000018e2"],["-0.11305166600000001e3","0.68487487999999985e2"],["-0.11303778099999994e3","0.68488312000000121e2"],["-0.11303388999999999e3","0.68494980000000112e2"],["-0.11304360999999994e3","0.68504166000000055e2"],["-0.11307250999999991e3","0.68520538000000045e2"],["-0.11311805700000002e3","0.68544434000000138e2"],["-0.11314138800000001e3","0.68550537000000077e2"],["-0.11319721999999996e3","0.68560256999999979e2"],["-0.11321333300000003e3","0.68562195000000088e2"],["-0.11326888999999994e3","0.68572220000000016e2"],["-0.11333416699999998e3","0.68585541000000148e2"],["-0.11335777299999995e3","0.68591369999999984e2"],["-0.11336721799999992e3","0.68594986000000006e2"],["-0.11338166799999988e3","0.68603043000000014e2"],["-0.11344304699999998e3","0.68640548999999965e2"],["-0.11344833399999999e3","0.68645263999999997e2"],["-0.11345111099999997e3","0.68650269000000037e2"],["-0.11345249899999999e3","0.68661652000000061e2"],["-0.11345084400000002e3",68.667755],["-0.11352443700000003e3","0.68724990999999932e2"],["-0.11366665599999999e3","0.68802199999999914e2"],[-113.676941,"0.68811096000000077e2"],["-0.11367887899999994e3","0.68894714000000079e2"],["-0.11367722299999997e3","0.68900818000000129e2"],[-113.671944,"0.68906647000000135e2"],["-0.11362389400000001e3",68.93331900000004],["-0.11360694899999993e3","0.68942474000000061e2"],["-0.11358444199999997e3","0.68948028999999963e2"],["-0.11357472199999995e3","0.68951385000000016e2"],[-113.569458,"0.68957214000000022e2"],["-0.11354583700000001e3","0.69043045000000006e2"],["-0.11354499799999996e3","0.69048035000000084e2"],["-0.11355471799999987e3","0.69051376000000118e2"],["-0.11361501299999998e3","0.69066376000000048e2"],["-0.11363221699999997e3","0.69073883000000023e2"],["-0.11364723199999992e3","0.69081940000000145e2"],["-0.11365778399999999e3","0.69091095000000053e2"],["-0.11369611399999991e3","0.69154709000000139e2"],["-0.11369220699999994e3","0.69189423000000033e2"],["-0.11368083200000001e3","0.69191925000000083e2"],["-0.11366583300000002e3","0.69191086000000098e2"],["-0.11365583800000002e3","0.69187485000000038e2"],["-0.11362193300000001e3",69.17804000000001],["-0.11353888699999999e3","0.69168594000000041e2"],["-0.11351972999999998e3","0.69167205999999965e2"],["-0.11350862099999995e3","0.69169708000000014e2"],["-0.11351363399999997e3","0.69174423000000047e2"],["-0.11352111799999994e3","0.69178588999999931e2"],["-0.11355359599999991e3","0.69187195000000031e2"],["-0.11358000199999992e3","0.69192474000000004e2"],["-0.11362332200000003e3","0.69199707000000046e2"],["-0.11390888999999999e3",69.24192800000003],["-0.11427555799999999e3","0.69281936999999971e2"],["-0.11431139400000001e3","0.69284987999999998e2"],["-0.11432888800000001e3","0.69285538000000031e2"],["-0.11439277600000003e3","0.69284149000000014e2"],["-0.11442138699999998e3","0.69281936999999971e2"],[-114.4472199999999,"0.69278046000000074e2"],["-0.11449249299999991e3","0.69267212000000029e2"],["-0.11451834100000002e3","0.69263321000000133e2"],["-0.11466972399999997e3","0.69255829000000006e2"],[-114.764183,"0.69252212999999983e2"],["-0.11508889799999992e3","0.69244705000000124e2"],["-0.11525361599999991e3","0.69245254999999986e2"],["-0.11540083299999998e3","0.69256942999999978e2"],["-0.11564472999999998e3","0.69273315000000139e2"],["-0.11579527299999995e3","0.69282761000000107e2"],["-0.11592138699999992e3","0.69290268000000083e2"],["-0.11595584099999996e3","0.69292206000000022e2"],["-0.11596833799999996e3","0.69294983000000116e2"],[-115.9786069999999,"0.69298598999999967e2"],["-0.11598665599999998e3","0.69302475000000015e2"],["-0.11600029000000001e3","0.69310806000000127e2"],["-0.11600611900000001e3","0.69315262000000018e2"],[-116.016953,"0.69322220000000016e2"],["-0.11602694700000001e3","0.69325546000000088e2"],["-0.11605638099999999e3",69.32998699999996],["-0.11617527799999993e3",69.34165999999999],["-0.11621945199999999e3","0.69348327999999981e2"],["-0.11652583300000003e3","0.69407486000000006e2"],["-0.11653859699999998e3",69.4102630000001],["-0.11654888900000003e3","0.69413605000000018e2"],["-0.11656527699999992e3","0.69421371000000079e2"],["-0.11662970699999994e3","0.69458878000000141e2"],["-0.11663137799999993e3","0.69464706000000035e2"],["-0.11662666299999989e3","0.69470535000000041e2"],["-0.11661888099999993e3","0.69474990999999989e2"],["-0.11660777300000001e3","0.69478043000000071e2"],[-116.569458,69.48414600000001],["-0.11656139400000001e3","0.69488586000000055e2"],["-0.11655860899999993e3",69.4952550000001],["-0.11657556199999993e3","0.69555817000000104e2"],["-0.11658138999999989e3","0.69560531999999967e2"],[-116.591949,"0.69563873000000001e2"],["-0.11660472099999993e3","0.69566665999999998e2"],["-0.11663667299999997e3","0.69570267000000058e2"],["-0.11673388699999998e3","0.69575546000000031e2"],["-0.11674999999999994e3","0.69574997000000053e2"],["-0.11675945299999995e3","0.69571381000000031e2"],["-0.11676611299999996e3","0.69565177999999946e2"],["-0.11678138699999988e3",69.55720500000001],["-0.11689750700000002e3","0.69587494000000049e2"],["-0.11688054699999986e3","0.69608871000000079e2"],["-0.11685193600000002e3","0.69619705000000124e2"],["-0.11684612299999998e3","0.69643051000000014e2"],["-0.11684750399999996e3","0.69648604999999975e2"],[-116.858047,"0.69651932000000102e2"],["-0.11696193700000003e3","0.69679427999999973e2"],[-116.987503,"0.69684981999999991e2"],["-0.11701777600000003e3",69.68942300000009],["-0.11703500399999996e3","0.69690810999999997e2"],["-0.11705027799999993e3","0.69693038999999942e2"],["-0.11707584400000002e3",69.69859300000013],["-0.11711805699999996e3","0.69711654999999951e2"],["-0.11723889200000002e3","0.69753052000000025e2"],["-0.11724749799999995e3","0.69756943000000092e2"],["-0.11726917300000002e3",69.78166200000004],["-0.11727278100000001e3","0.69792755000000056e2"],[-117.30777,"0.69844436999999971e2"],["-0.11736721799999992e3","0.69919983000000059e2"],["-0.11742250099999995e3","0.69972488000000055e2"],["-0.11743499799999995e3","0.69981369000000029e2"],["-0.11743666099999996e3",69.98692299999999],["-0.11743611099999993e3","0.69993042000000059e2"],["-0.11741528299999993e3","0.70009995000000117e2"],["-0.11738527699999997e3","0.70028595000000053e2"],["-0.11735637700000001e3","0.70039703000000031e2"],["-0.11732584400000002e3","0.70049987999999985e2"],["-0.11728362300000003e3","0.70063309000000118e2"],["-0.11725140399999992e3","0.70072768999999994e2"],["-0.11723999000000003e3","0.70075821000000133e2"],["-0.11719444299999998e3","0.70087493999999936e2"],["-0.11716999800000002e3","0.70092484000000013e2"],["-0.11712082700000002e3","0.70102478000000019e2"],["-0.11708167999999995e3","0.70108871000000136e2"],["-0.11701083399999993e3","0.70116928000000144e2"],["-0.11687721299999998e3","0.70129150000000095e2"],["-0.11658306899999997e3","0.70156937000000084e2"],[-116.236107,"0.70191360000000032e2"],["-0.11616639700000002e3","0.70199997000000053e2"],["-0.11609999099999999e3","0.70210266000000047e2"],["-0.11607167099999998e3","0.70213608000000022e2"],["-0.11590834000000001e3","0.70228867000000093e2"],["-0.11580194099999994e3","0.70236649000000057e2"],["-0.11569360399999994e3","0.70243866000000139e2"],["-0.11564695699999993e3","0.70246643000000063e2"],["-0.11549665799999997e3","0.70250549000000092e2"],["-0.11544833399999993e3","0.70252487000000031e2"],["-0.11531471299999998e3","0.70264160000000061e2"],["-0.11530139200000002e3","0.70266388000000063e2"],[-115.229446,"0.70273879999999963e2"],["-0.11516750299999995e3",70.27777100000003],["-0.11508389299999999e3","0.70279708999999968e2"],["-0.11503028899999998e3","0.70279984000000013e2"],["-0.11486721799999998e3",70.28387500000008],["-0.11480194099999989e3","0.70286102000000142e2"],["-0.11474137899999999e3","0.70290817000000004e2"],["-0.11471305799999988e3","0.70293869000000086e2"],["-0.11465888999999999e3","0.70301651000000049e2"],["-0.11461694299999994e3",70.30664100000007],["-0.11458833299999992e3","0.70309708000000001e2"],["-0.11454305999999997e3","0.70313309000000061e2"],[-114.511124,"0.70314696999999967e2"],[-114.323624,"0.70316665999999998e2"],[-114.254997,"0.70317215000000147e2"],["-0.11421833800000002e3","0.70316085999999984e2"],["-0.11417832900000002e3","0.70313599000000067e2"],["-0.11416082799999998e3","0.70311645999999939e2"],["-0.11413527699999997e3","0.70305816999999934e2"],[-114.111107,"0.70293869000000086e2"],["-0.11409028599999994e3","0.70286926000000108e2"],[-114.057503,"0.70282486000000063e2"],["-0.11384166700000003e3","0.70269440000000145e2"],["-0.11368388399999992e3","0.70263046000000088e2"],["-0.11365055799999993e3","0.70263610999999969e2"],["-0.11359166700000003e3","0.70268600000000106e2"],["-0.11354943799999995e3","0.70273315000000139e2"],["-0.11350556899999998e3","0.70277481000000023e2"],["-0.11346000700000002e3","0.70280548000000124e2"],["-0.11342804699999999e3","0.70281662000000097e2"],["-0.11339138799999995e3","0.70280548000000124e2"],["-0.11333332799999994e3","0.70277206000000035e2"],["-0.11329611199999999e3","0.70273879999999963e2"],["-0.11316832699999998e3","0.70259155000000021e2"],["-0.11309084299999995e3","0.70247481999999991e2"],["-0.11266665599999993e3","0.70203873000000101e2"],["-0.11256471299999998e3","0.70198318000000029e2"],["-0.11254804999999999e3","0.70198593000000017e2"],["-0.11253278399999994e3","0.70199416999999983e2"],["-0.11252084399999995e3","0.70202209000000096e2"],["-0.11251722699999999e3","0.70207488999999953e2"],["-0.11252749599999993e3","0.70211105000000032e2"],["-0.11256304899999998e3","0.70213608000000022e2"],[-112.577789,"0.70216095000000053e2"],["-0.11258084100000002e3","0.70221374999999966e2"],["-0.11257501200000002e3","0.70227203000000088e2"],["-0.11256582599999996e3","0.70231368999999972e2"],["-0.11255526700000001e3","0.70234984999999995e2"],["-0.11254332699999992e3","0.70237487999999985e2"],[-112.295547,"0.70266663000000051e2"],[-112.212784,"0.70265823000000012e2"],[-112.195831,"0.70265823000000012e2"],["-0.11216388699999999e3","0.70266936999999984e2"],["-0.11213834399999996e3","0.70271378000000084e2"],["-0.11214584400000001e3","0.70275543000000084e2"],["-0.11216306299999991e3","0.70277481000000023e2"],["-0.11224249299999991e3","0.70283600000000035e2"],["-0.11229695099999998e3","0.70289154000000053e2"],["-0.11230471799999992e3","0.70293319999999937e2"],["-0.11229723399999995e3","0.70298325000000034e2"],["-0.11228333299999997e3","0.70299988000000099e2"],["-0.11226666299999999e3","0.70300262000000032e2"],["-0.11224833699999999e3","0.70299423000000104e2"],[-112.23111,"0.70297484999999938e2"],["-0.11210888699999992e3","0.70277481000000023e2"],["-0.11192639199999996e3","0.70252212999999927e2"],["-0.11191583300000002e3","0.70255553999999961e2"],["-0.11190805099999989e3","0.70260544000000039e2"],["-0.11189917000000003e3","0.70264709000000039e2"],["-0.11188054699999998e3","0.70270264000000111e2"],["-0.11186527999999993e3","0.70271378000000084e2"],["-0.11184861799999993e3","0.70271378000000084e2"],[-111.743607,"0.70269440000000145e2"],["-0.11155555700000002e3","0.70269714000000079e2"],["-0.11153888699999993e3","0.70269989000000066e2"],["-0.11146806300000003e3","0.70278320000000008e2"],["-0.11145445299999989e3","0.70279984000000013e2"],[-111.445267,"0.70284149000000014e2"],["-0.11144275699999992e3","0.70290268000000026e2"],[-111.487213,"0.70336929000000055e2"],["-0.11149472000000003e3","0.70341094999999939e2"],["-0.11150723299999993e3","0.70344147000000078e2"],["-0.11153694200000001e3","0.70349426000000051e2"],["-0.11163110399999999e3","0.70358321999999987e2"],["-0.11166471899999999e3",70.35803199999998],["-0.11169387799999998e3","0.70355545000000063e2"],["-0.11173528299999998e3",70.35026600000009],["-0.11175055700000001e3","0.70349426000000051e2"],["-0.11180387899999999e3","0.70350815000000011e2"],["-0.11198055999999991e3","0.70370818999999983e2"],["-0.11200083899999987e3","0.70378036000000066e2"],["-0.11205387899999999e3","0.70401093000000003e2"],["-0.11206166099999996e3","0.70405258000000003e2"],["-0.11206973299999993e3","0.70414993000000095e2"],["-0.11207250999999997e3",70.42025799999999],[-112.073059,"0.70431655999999975e2"],["-0.11207584400000002e3","0.70436646000000053e2"],["-0.11208917200000002e3","0.70451096000000121e2"],["-0.11211527999999998e3","0.70474152000000004e2"],["-0.11214611799999994e3","0.70490540000000067e2"],[-112.156387,"0.70494141000000127e2"],["-0.11216915899999998e3","0.70497208000000001e2"],["-0.11219915800000001e3","0.70502213000000097e2"],["-0.11242722299999997e3","0.70526382000000012e2"],["-0.11249553700000001e3","0.70515274000000034e2"],[-112.5,"0.70514740000000074e2"],["-0.11250945300000001e3","0.70513611000000083e2"],["-0.11252806099999998e3","0.70514160000000004e2"],["-0.11258612099999999e3","0.70524994000000106e2"],["-0.11262193300000001e3","0.70534424000000001e2"],["-0.11265278599999994e3","0.70545258000000047e2"],["-0.11267083700000001e3","0.70552765000000136e2"],["-0.11267859599999991e3","0.70556931000000077e2"],["-0.11270973199999997e3","0.70567490000000078e2"],["-0.11272805799999998e3","0.70568329000000062e2"],["-0.11281471299999993e3","0.70568054000000075e2"],["-0.11284861799999993e3","0.70567764000000011e2"],["-0.11285610999999994e3","0.70562758999999971e2"],["-0.11293749999999994e3",70.56721500000009],["-0.11300083899999993e3","0.70576659999999947e2"],["-0.11301611300000002e3","0.70579163000000108e2"],["-0.11314222699999999e3","0.70606093999999985e2"],["-0.11330304699999994e3","0.70641936999999984e2"],["-0.11349221799999992e3","0.70677200000000028e2"],["-0.11351112399999994e3","0.70677765000000022e2"],["-0.11351999699999993e3","0.70673598999999967e2"],["-0.11351917299999997e3","0.70667755000000113e2"],[-113.5227809999999,"0.70655547999999953e2"],["-0.11352834300000001e3","0.70649719000000118e2"],["-0.11354055800000003e3","0.70646942000000024e2"],["-0.11355444299999994e3","0.70644989000000123e2"],["-0.11357140399999997e3","0.70644714000000079e2"],["-0.11359166700000003e3","0.70646103000000096e2"],["-0.11360722399999997e3","0.70648604999999975e2"],["-0.11363054699999998e3","0.70654984000000013e2"],["-0.11364917000000003e3","0.70662766000000147e2"],["-0.11366528299999999e3","0.70670822000000044e2"],["-0.11368388399999992e3",70.678314],["-0.11372860700000001e3","0.70691649999999925e2"],["-0.11376194800000002e3","0.70696091000000024e2"],["-0.11388221699999997e3","0.70710265999999933e2"],["-0.11393831599999993e3",70.71527100000003],["-0.11397416699999991e3","0.70715546000000018e2"],["-0.11398972299999997e3","0.70714432000000045e2"],[-114.015556,"0.70709991000000116e2"],["-0.11406833599999993e3","0.70692474000000061e2"],["-0.11408944700000001e3","0.70685256999999979e2"],["-0.11412082699999996e3","0.70674698000000092e2"],["-0.11414362299999999e3","0.70668594000000098e2"],["-0.11417111199999999e3","0.70664703000000031e2"],["-0.11420834400000001e3","0.70665817000000004e2"],["-0.11426194800000002e3","0.70671371000000022e2"],[-114.323059,"0.70675262000000089e2"],["-0.11437748699999997e3","0.70675812000000121e2"],["-0.11440834000000001e3","0.70673598999999967e2"],[-114.4202729999999,"0.70670822000000044e2"],["-0.11443083200000001e3","0.70667206000000022e2"],["-0.11444833399999999e3","0.70658600000000092e2"],["-0.11445889299999999e3","0.70655258000000117e2"],["-0.11449500299999994e3","0.70646942000000024e2"],["-0.11454527299999995e3","0.70636107999999979e2"],["-0.11457112100000001e3","0.70631362999999965e2"],["-0.11464111299999996e3","0.70622482000000048e2"],["-0.11498916599999995e3","0.70603867000000093e2"],["-0.11513694800000002e3","0.70598038000000088e2"],["-0.11525250199999994e3","0.70601379000000122e2"],["-0.11538054699999998e3","0.70604706000000078e2"],["-0.11539943700000003e3","0.70604980000000012e2"],["-0.11588971700000002e3","0.70595260999999994e2"],[-115.921944,"0.70593596999999988e2"],["-0.11597609699999998e3","0.70585266000000047e2"],["-0.11605555700000002e3","0.70572220000000129e2"],["-0.11608556399999992e3","0.70587769000000037e2"],["-0.11616251399999999e3",70.62303200000008],["-0.11617111199999994e3","0.70626923000000147e2"],["-0.11626363400000002e3","0.70634720000000073e2"],["-0.11636389200000002e3","0.70639160000000118e2"],["-0.11638082900000001e3","0.70638885000000073e2"],["-0.11652999899999992e3","0.70632477000000108e2"],["-0.11663221699999997e3","0.70614990000000091e2"],["-0.11665583800000002e3","0.70609146000000067e2"],["-0.11666915899999998e3","0.70607208000000128e2"],["-0.11671501199999994e3","0.70603043000000127e2"],["-0.11690110799999997e3","0.70597214000000122e2"],["-0.11691972399999997e3","0.70597488000000055e2"],["-0.11705972300000002e3","0.70601379000000122e2"],["-0.11710056299999997e3","0.70603317000000061e2"],["-0.11734584000000001e3","0.70614990000000091e2"],["-0.11734973100000002e3","0.70619980000000112e2"],["-0.11735861199999994e3","0.70623871000000008e2"],["-0.11737666300000001e3",70.62553400000013],["-0.11750556899999998e3",70.61692800000003],["-0.11751528899999994e3","0.70613311999999951e2"],["-0.11751806599999986e3","0.70606368999999972e2"],["-0.11751862299999993e3","0.70600266000000033e2"],["-0.11752500900000001e3","0.70594985999999949e2"],["-0.11754360999999994e3","0.70595260999999994e2"],[-117.5594329999999,"0.70597214000000122e2"],["-0.11761305199999998e3","0.70608597000000145e2"],["-0.11767111199999999e3","0.70624419999999986e2"],["-0.11770472699999999e3","0.70634155000000021e2"],[-117.724716,"0.70641373000000044e2"],["-0.11773777799999993e3",70.65026899999998],["-0.11774194299999994e3","0.70655258000000117e2"],[-117.741669,"0.70661376999999959e2"],["-0.11773944099999994e3","0.70666930999999977e2"],["-0.11773473399999995e3","0.70673035000000027e2"],["-0.11772222899999986e3",70.68331900000004],["-0.11771417199999996e3","0.70688034000000073e2"],["-0.11770944199999985e3","0.70693863000000079e2"],["-0.11771140300000002e3","0.70699707000000103e2"],["-0.11771806300000003e3","0.70703872999999987e2"],["-0.11773581699999994e3","0.70711655000000121e2"],["-0.11774694799999997e3","0.70714995999999985e2"],["-0.11789806399999998e3","0.70756104000000107e2"],["-0.11794554099999999e3","0.70768599999999992e2"],["-0.11800890400000003e3",70.783051],["-0.11804750100000001e3","0.70791656000000046e2"],["-0.11809277299999997e3","0.70804703000000075e2"],["-0.11813583399999999e3","0.70818054000000018e2"],["-0.11816750300000001e3","0.70828598000000056e2"],["-0.11818776700000001e3","0.70836104999999975e2"],["-0.11820584099999996e3","0.70843872000000147e2"],["-0.11826445000000001e3","0.70871918000000051e2"],["-0.11828028899999993e3","0.70879974000000118e2"],["-0.11830972300000002e3","0.70897217000000012e2"],["-0.11831639100000001e3","0.70901657000000057e2"],["-0.11832972699999993e3","0.70910537999999974e2"],["-0.11840862299999998e3","0.70970260999999994e2"],["-0.11841750300000001e3","0.70980270000000019e2"],["-0.11841972399999986e3","0.70985809000000017e2"],["-0.11841944899999993e3",70.99192800000003],[-118.415009,70.99803200000008],["-0.11840862299999998e3","0.71003326000000072e2"],["-0.11840055799999999e3","0.71007766999999944e2"],["-0.11837082700000002e3","0.71019149999999968e2"],["-0.11833944699999995e3","0.71029433999999981e2"],["-0.11827250699999991e3","0.71048874000000012e2"],["-0.11798055999999997e3","0.71124420000000043e2"],["-0.11784973099999996e3","0.71156937000000028e2"],["-0.11779666099999992e3","0.71166382000000112e2"],[-117.728882,"0.71169708000000128e2"],["-0.11769055199999997e3","0.71169434000000024e2"],[-117.640289,"0.71171921000000111e2"],["-0.11754305999999991e3","0.71178589000000102e2"],["-0.11749445300000002e3",71.18193100000002],["-0.11741665599999988e3","0.71188873000000115e2"],["-0.11738722199999995e3","0.71192474000000004e2"],["-0.11728859699999992e3","0.71206649999999968e2"],["-0.11698528299999998e3","0.71236098999999967e2"],["-0.11683666999999997e3","0.71269149999999911e2"],["-0.11683332799999994e3","0.71276093000000117e2"],["-0.11682472200000001e3","0.71280548000000124e2"],["-0.11680055199999993e3","0.71286102000000085e2"],["-0.11671333300000003e3","0.71297211000000004e2"],["-0.11666972399999992e3","0.71302765000000022e2"],["-0.11660166900000002e3","0.71313873000000001e2"],["-0.11651777600000003e3","0.71326384999999959e2"],["-0.11640583800000002e3","0.71343048000000067e2"],["-0.11620889299999993e3","0.71364150999999993e2"],["-0.11617722300000003e3","0.71366653000000042e2"],["-0.11614195299999989e3","0.71367751999999996e2"],["-0.11608556399999992e3","0.71367477000000008e2"],[-116.077789,"0.71365814000000057e2"],["-0.11605249000000003e3","0.71356093999999985e2"],["-0.11581027199999994e3","0.71362761999999975e2"],["-0.11577667200000002e3",71.36442599999998],["-0.11576083399999993e3","0.71365814000000057e2"],["-0.11574638399999998e3","0.71368317000000047e2"],["-0.11573416099999986e3","0.71371368000000075e2"],["-0.11572693599999997e3","0.71376373000000115e2"],["-0.11572666900000002e3","0.71381362999999965e2"],["-0.11573306299999996e3","0.71385818000000029e2"],["-0.11574416400000001e3","0.71389160000000118e2"],["-0.11575805700000001e3","0.71391937000000041e2"],["-0.11579055800000003e3","0.71396378000000141e2"],["-0.11584166700000003e3","0.71394440000000031e2"],["-0.11585582699999992e3","0.71392212000000029e2"],[-115.885559,"0.71389160000000118e2"],["-0.11591915899999998e3","0.71387206999999989e2"],["-0.11593360899999999e3",71.38888500000013],["-0.11601777599999997e3","0.71411101999999971e2"],["-0.11606471299999998e3","0.71438583000000051e2"],["-0.11582805599999995e3","0.71483046999999999e2"],["-0.11576306199999999e3","0.71490265000000022e2"],["-0.11562082700000002e3","0.71498596000000077e2"],["-0.11560472099999993e3","0.71496094000000028e2"],["-0.11558444199999991e3","0.71488876000000005e2"],["-0.11558416699999998e3","0.71485259999999982e2"],["-0.11553555299999994e3","0.71470261000000107e2"],["-0.11541555800000003e3","0.71449707000000103e2"],["-0.11537832599999996e3","0.71449707000000103e2"],["-0.11520028699999995e3","0.71479430999999977e2"],["-0.11517527799999988e3","0.71484985000000108e2"],["-0.11506667299999998e3","0.71518600000000049e2"],["-0.11505750299999994e3","0.71523041000000148e2"],["-0.11506194299999999e3",71.526657],["-0.11508168000000001e3","0.71527205999999921e2"],["-0.11511361699999998e3","0.71524704000000042e2"],["-0.11515638699999994e3","0.71518875000000037e2"],["-0.11517054699999994e3","0.71516662999999994e2"],["-0.11524553700000001e3","0.71500000000000114e2"],["-0.11526000999999997e3","0.71498031999999967e2"],["-0.11532224300000001e3","0.71492477000000065e2"],["-0.11544275699999992e3","0.71488037000000077e2"],["-0.11545973200000003e3","0.71489151000000049e2"],["-0.11553859699999998e3",71.50082400000008],["-0.11554998799999998e3","0.71504440000000102e2"],["-0.11555860899999999e3","0.71508330999999998e2"],["-0.11555583199999995e3","0.71513611000000083e2"],["-0.11554332699999986e3","0.71516662999999994e2"],["-0.11553083800000002e3","0.71519440000000088e2"],["-0.11551666299999999e3","0.71521378000000027e2"],["-0.11551222199999989e3",71.53776600000009],["-0.11561888099999987e3","0.71555252000000053e2"],["-0.11565499899999992e3",71.55802900000009],["-0.11570638999999994e3","0.71555817000000047e2"],["-0.11579194599999994e3","0.71543593999999985e2"],["-0.11587638900000002e3",71.53276100000005],[-115.965012,"0.71522216999999955e2"],["-0.11616027799999989e3",71.49971000000005],["-0.11620805399999995e3","0.71495818999999983e2"],["-0.11628250100000002e3","0.71495528999999976e2"],["-0.11633389299999999e3","0.71493317000000104e2"],["-0.11641361999999998e3","0.71486648999999943e2"],["-0.11644360399999999e3","0.71483322000000044e2"],[-116.806107,"0.71436096000000134e2"],["-0.11698610699999995e3","0.71427200000000028e2"],["-0.11717666600000001e3","0.71404709000000025e2"],["-0.11720111099999997e3","0.71398331000000098e2"],["-0.11721528599999994e3","0.71396378000000141e2"],[-117.328056,"0.71386108000000036e2"],["-0.11735944399999994e3","0.71383331000000112e2"],["-0.11737721299999987e3","0.71382751000000098e2"],["-0.11739835399999998e3","0.71383880999999974e2"],["-0.11741221599999994e3","0.71386383000000023e2"],["-0.11741665599999988e3","0.71391373000000101e2"],["-0.11741610700000001e3","0.71397766000000047e2"],["-0.11741306299999997e3","0.71404434000000037e2"],["-0.11739083900000003e3","0.71435257000000036e2"],["-0.11738110399999994e3","0.71447205000000054e2"],["-0.11737832600000002e3","0.71454163000000051e2"],["-0.11744776899999988e3",71.47387700000013],["-0.11749445300000002e3","0.71486923000000047e2"],["-0.11751750199999998e3","0.71493317000000104e2"],["-0.11754583700000001e3","0.71498871000000122e2"],["-0.11756276699999995e3",71.49971000000005],[-117.628601,"0.71467758000000117e2"],["-0.11763333099999994e3","0.71461929000000112e2"],["-0.11763166799999999e3","0.71456375000000094e2"],["-0.11762470999999999e3","0.71451935000000105e2"],["-0.11761305199999998e3",71.44859300000013],["-0.11759665699999999e3","0.71446365000000014e2"],["-0.11755583200000001e3","0.71445251000000042e2"],[-117.5369419999999,"0.71443862999999908e2"],[-117.506393,"0.71439148000000102e2"],["-0.11748332199999999e3","0.71432480000000112e2"],["-0.11747888199999989e3","0.71427475000000072e2"],["-0.11748194899999999e3","0.71420532000000037e2"],["-0.11751722699999999e3","0.71379425000000026e2"],["-0.11752749599999993e3","0.71375809000000004e2"],["-0.11753943600000002e3","0.71372757000000092e2"],["-0.11759416199999987e3","0.71371643000000063e2"],["-0.11768138099999993e3","0.71379700000000071e2"],["-0.11775666799999999e3","0.71376083000000108e2"],["-0.11779444899999999e3","0.71368042000000059e2"],["-0.11782749899999999e3","0.71372208000000114e2"],["-0.11794833399999999e3","0.71377762000000132e2"],["-0.11801500699999997e3",71.37303200000008],["-0.11803278399999994e3","0.71372482000000048e2"],["-0.11809084299999995e3","0.71372757000000092e2"],[-118.112213,71.37359600000002],["-0.11818536399999999e3","0.71379791000000125e2"],["-0.11824388099999999e3","0.71389984000000084e2"],["-0.11825556899999998e3","0.71393326000000002e2"],["-0.11828362300000003e3","0.71404709000000025e2"],["-0.11829750099999995e3","0.71413605000000132e2"],["-0.11831111099999993e3","0.71428589000000045e2"],["-0.11831527699999992e3","0.71439697000000024e2"],["-0.11831471299999998e3","0.71452209000000039e2"],["-0.11830943300000001e3","0.71465820000000008e2"],["-0.11828999299999992e3","0.71481659000000093e2"],["-0.11828195199999988e3","0.71486098999999911e2"],[-118.2633439999999,71.49414100000007],["-0.11821250900000001e3","0.71513046000000031e2"],["-0.11820221699999996e3","0.71516662999999994e2"],["-0.11819027699999998e3","0.71519714000000022e2"],["-0.11817804699999994e3","0.71522766000000104e2"],["-0.11812609900000001e3","0.71533051000000057e2"],["-0.11808612099999988e3","0.71540267999999969e2"],["-0.11805444299999999e3","0.71543045000000063e2"],["-0.11783583099999998e3","0.71554703000000075e2"],["-0.11770722999999998e3",71.54942299999999],["-0.11768720999999994e3","0.71549988000000042e2"],[-117.675003,"0.71552765000000136e2"],[-117.658051,"0.71561646000000053e2"],["-0.11765139799999992e3","0.71566940000000045e2"],["-0.11765583800000002e3","0.71571930000000123e2"],["-0.11766999800000002e3","0.71574706999999989e2"],["-0.11787304699999993e3",71.611649],["-0.11788722199999995e3","0.71614151000000106e2"],["-0.11790888999999999e3","0.71614990000000034e2"],["-0.11786361699999998e3","0.71639435000000105e2"],[-117.718887,"0.71659714000000008e2"],["-0.11770694700000001e3","0.71662491000000102e2"],["-0.11769638099999992e3","0.71666091999999992e2"],["-0.11770084399999996e3","0.71671371000000136e2"],[-117.715012,"0.71673874000000126e2"],["-0.11773665599999993e3","0.71674988000000099e2"],["-0.11801000999999997e3","0.71672484999999938e2"],["-0.11802778599999994e3",71.67164600000001],["-0.11811665299999993e3",71.65277100000003],["-0.11812693799999988e3","0.71648880000000133e2"],["-0.11817278299999998e3","0.71628036000000009e2"],["-0.11817749000000003e3","0.71621918000000051e2"],["-0.11816388699999993e3","0.71606933999999967e2"],["-0.11816639699999996e3","0.71599990999999989e2"],["-0.11817666600000001e3","0.71596374999999966e2"],["-0.11819082600000002e3","0.71594146999999964e2"],["-0.11829998799999993e3","0.71583328000000108e2"],["-0.11831777999999991e3","0.71582763999999997e2"],["-0.11833444199999997e3","0.71584717000000126e2"],["-0.11836527999999998e3","0.71589431999999931e2"],["-0.11838639799999999e3","0.71613602000000128e2"],["-0.11838612399999994e3","0.71619705000000067e2"],["-0.11845500199999987e3","0.71650818000000072e2"],[-118.485817,"0.71655548000000124e2"],["-0.11856639099999995e3","0.71662766000000147e2"],["-0.11860527000000002e3","0.71664154000000053e2"],["-0.11884166700000003e3","0.71664702999999975e2"],["-0.11885555999999997e3","0.71662491000000102e2"],["-0.11886389199999996e3","0.71658035000000041e2"],["-0.11890387699999997e3","0.71614700000000028e2"],["-0.11890387699999997e3","0.71608322000000101e2"],["-0.11888971699999996e3","0.71599716000000001e2"],["-0.11888027999999991e3","0.71595825000000104e2"],["-0.11886609599999997e3","0.71586928999999998e2"],[-118.8683319999999,"0.71580276000000026e2"],["-0.11888054699999998e3","0.71577209000000096e2"],["-0.11889778099999995e3",71.57777400000009],["-0.11890972899999991e3","0.71581099999999992e2"],["-0.11905027799999999e3","0.71626648000000102e2"],["-0.11907472200000001e3","0.71644149999999968e2"],["-0.11908416699999998e3","0.71654160000000047e2"],["-0.11910582699999998e3","0.71685806000000071e2"],["-0.11912470999999999e3","0.71730545000000063e2"],["-0.11913445300000001e3",71.76527399999992],["-0.11913445300000001e3","0.71783874999999966e2"],["-0.11910555999999991e3","0.71876648000000046e2"],["-0.11910305800000003e3","0.71883330999999998e2"],["-0.11909194899999994e3","0.71902205999999978e2"],["-0.11908750900000001e3","0.71908324999999991e2"],[-118.945831,71.99136400000009],[-118.929169,"0.72000548999999921e2"],["-0.11886694299999999e3","0.72023879999999963e2"],["-0.11884249899999998e3","0.72029709000000025e2"],["-0.11880166599999995e3","0.72037200999999925e2"],["-0.11876471699999996e3","0.72046370999999965e2"],["-0.11873361199999999e3","0.72057480000000055e2"],["-0.11872501399999987e3",72.0619200000001],["-0.11871665999999999e3","0.72066665999999998e2"],["-0.11871028099999995e3","0.72071930000000009e2"],["-0.11870556599999992e3","0.72077774000000034e2"],[-118.703056,"0.72084717000000012e2"],["-0.11870749699999999e3","0.72095824999999991e2"],[-118.715012,72.10026600000009],["-0.11871972700000003e3","0.72105255000000056e2"],["-0.11871945199999999e3","0.72111374000000069e2"],["-0.11871749899999998e3","0.72116928000000087e2"],["-0.11869193999999999e3","0.72130539000000056e2"],["-0.11858860800000002e3","0.72176086000000112e2"],["-0.11857640100000003e3","0.72179152999999985e2"],["-0.11856194299999999e3","0.72181366000000139e2"],[-118.545547,"0.72182754999999986e2"],["-0.11844248999999996e3","0.72181655999999975e2"],["-0.11840583799999996e3","0.72183044000000052e2"],["-0.11838945000000001e3","0.72184708000000114e2"],["-0.11815722699999992e3","0.72217758000000117e2"],["-0.11812832599999996e3","0.72222214000000065e2"],["-0.11811945299999996e3","0.72226654000000053e2"],["-0.11811277799999993e3","0.72231934000000138e2"],[-118.108047,"0.72237762000000089e2"],["-0.11810527000000002e3","0.72244705000000067e2"],["-0.11810417199999995e3","0.72263321000000076e2"],["-0.11812138400000003e3","0.72308029000000147e2"],["-0.11813082899999995e3","0.72318054000000075e2"],["-0.11814527899999996e3","0.72326934999999992e2"],["-0.11816471899999993e3","0.72334427000000119e2"],[-118.176941,"0.72337769000000037e2"],["-0.11819193999999999e3","0.72340546000000131e2"],["-0.11820916699999998e3",72.34248400000007],["-0.11825140399999998e3","0.72344711000000132e2"],["-0.11827166699999992e3","0.72344711000000132e2"],["-0.11828832999999992e3","0.72343323000000055e2"],["-0.11832528699999995e3","0.72341934000000037e2"],["-0.11836416600000001e3","0.72341370000000097e2"],["-0.11840695199999993e3",72.34248400000007],[-118.446663,"0.72345260999999994e2"],["-0.11849109599999997e3","0.72353043000000127e2"],["-0.11852306399999992e3","0.72363876000000118e2"],["-0.11855499299999997e3","0.72380814000000044e2"],["-0.11856973299999999e3","0.72389709000000039e2"],["-0.11858194700000001e3","0.72399155000000007e2"],["-0.11858860800000002e3","0.72416655999999989e2"],["-0.11858805799999999e3","0.72435256999999979e2"],["-0.11858528100000001e3","0.72441924999999969e2"],[-118.573059,"0.72460815000000082e2"],["-0.11856833599999993e3",72.46665999999999],["-0.11855027799999999e3","0.72483321999999987e2"],["-0.11853694199999995e3","0.72493866000000025e2"],["-0.11851972999999992e3",72.50277699999998],["-0.11820722999999998e3","0.72618591000000094e2"],["-0.11812554899999998e3","0.72642487000000017e2"],["-0.11808306900000002e3","0.72649719000000118e2"],["-0.11790361000000001e3","0.72689697000000137e2"],["-0.11789083899999991e3","0.72692749000000049e2"],["-0.11786888099999993e3","0.72699997000000053e2"],["-0.11763305700000001e3","0.72784987999999998e2"],["-0.11760193600000002e3","0.72796936000000073e2"],["-0.11751944700000001e3","0.72828873000000044e2"],["-0.11748999000000003e3","0.72841369999999984e2"],[-117.48111,"0.72845825000000048e2"],["-0.11746472199999994e3",72.85554500000012],["-0.11743611099999993e3","0.72876373000000001e2"],["-0.11742054699999994e3","0.72894440000000088e2"],["-0.11740222199999999e3","0.72903320000000122e2"],["-0.11737999000000002e3","0.72910538000000088e2"],["-0.11735360699999995e3","0.72916382000000112e2"],["-0.11732333399999993e3",72.92082199999993],["-0.11730638099999993e3","0.72921921000000111e2"],["-0.11724916099999996e3","0.72923874000000069e2"],["-0.11712721299999998e3","0.72932479999999998e2"],[-116.95639,"0.72954163000000108e2"],["-0.11694138299999997e3",72.95637499999998],["-0.11689972699999998e3","0.72964157000000114e2"],[-116.862503,"0.72972214000000065e2"],["-0.11683805799999999e3","0.72978592000000049e2"],[-116.775284,72.9952550000001],["-0.11670722999999998e3","0.73017211999999972e2"],["-0.11665972899999991e3","0.73031097000000045e2"],["-0.11658750900000001e3","0.73051376000000005e2"],["-0.11657417299999997e3","0.73054153000000099e2"],["-0.11654167199999995e3","0.73057480000000055e2"],["-0.11652416999999991e3","0.73058868000000132e2"],["-0.11631916799999993e3",73.09165999999999],["-0.11624221799999998e3","0.73110260000000096e2"],["-0.11620195000000001e3","0.73118590999999981e2"],["-0.11615556300000003e3","0.73124695000000031e2"],["-0.11590055799999993e3","0.73154160000000104e2"],["-0.11560973399999995e3","0.73194138000000123e2"],["-0.11544082600000002e3",73.22387700000013],["-0.11534638999999999e3","0.73253326000000129e2"],["-0.11532305899999994e3","0.73260269000000108e2"],["-0.11530915799999997e3","0.73263046000000031e2"],["-0.11514917000000003e3","0.73288315000000011e2"],["-0.11510221899999999e3","0.73294144000000017e2"],["-0.11501418299999989e3","0.73299988000000042e2"],["-0.11495111099999997e3","0.73307754999999986e2"],["-0.11489417299999997e3","0.73318054000000018e2"],["-0.11486638599999998e3","0.73323608000000036e2"],["-0.11483056599999998e3","0.73334152000000074e2"],["-0.11481054699999999e3","0.73342758000000003e2"],["-0.11470722999999992e3","0.73368042000000003e2"],["-0.11467555199999998e3","0.73371918000000051e2"],["-0.11465778399999999e3","0.73373032000000023e2"],["-0.11456166100000002e3",73.37553400000013],["-0.11454083300000002e3","0.73373595999999964e2"],["-0.11450527999999991e3","0.73368866000000139e2"],[-114.337784,"0.73343323000000055e2"],["-0.11430499299999991e3","0.73338042999999971e2"],["-0.11427500899999995e3","0.73332214000000135e2"],["-0.11422609699999987e3","0.73318329000000062e2"],["-0.11419776899999999e3","0.73306366000000025e2"],["-0.11416306299999997e3","0.73289703000000145e2"],["-0.11411054999999999e3","0.73263885000000016e2"],["-0.11405610699999994e3","0.73233597000000032e2"],["-0.11401666299999994e3","0.73206375000000094e2"],["-0.11396167000000003e3","0.73153046000000131e2"],["-0.11395694700000001e3","0.73142487000000074e2"],["-0.11395388799999989e3","0.73125533999999959e2"],["-0.11395749699999999e3","0.73113312000000008e2"],["-0.11399582700000002e3","0.73077773999999977e2"],["-0.11400499699999995e3","0.73064423000000033e2"],["-0.11403555299999999e3","0.73004990000000021e2"],["-0.11404750100000001e3","0.72954987000000074e2"],["-0.11405499299999997e3","0.72883605999999986e2"],["-0.11405277999999998e3","0.72872208000000001e2"],["-0.11404915599999998e3","0.72867203000000131e2"],[-114.0427699999999,"0.72862762000000032e2"],["-0.11402722199999999e3","0.72854156000000103e2"],["-0.11398166700000002e3","0.72834152000000017e2"],["-0.11396888699999994e3",72.82499700000011],["-0.11396777299999997e3","0.72819442999999978e2"],["-0.11396945199999999e3","0.72813034000000073e2"],["-0.11397582999999992e3","0.72807205000000067e2"],[-113.985817,"0.72803040000000067e2"],["-0.11399749799999995e3","0.72799423000000104e2"]],[["-0.95669723999999917e2","0.73604980000000126e2"],["-0.95688598999999897e2","0.73603317000000004e2"],["-0.95702498999999989e2",73.60554500000012],["-0.95711670000000026e2","0.73612198000000092e2"],["-0.95703887999999949e2","0.73617477000000065e2"],["-0.95684157999999968e2",73.6202550000001],["-0.95669997999999964e2","0.73620529000000033e2"],["-0.95655563000000029e2","0.73616652999999928e2"],["-0.95654998999999975e2","0.73609984999999995e2"],["-0.95669723999999917e2","0.73604980000000126e2"]],[["-0.10789555399999989e3","0.73541367000000093e2"],["-0.10793055699999996e3","0.73539428999999984e2"],[-107.9519499999999,"0.73540268000000083e2"],["-0.10797193900000002e3",73.542755],["-0.10800917099999992e3","0.73548035000000084e2"],["-0.10802306399999998e3","0.73551376000000118e2"],["-0.10807472200000001e3","0.73576385000000073e2"],["-0.10808277899999996e3","0.73580826000000002e2"],["-0.10808500700000002e3","0.73585815000000139e2"],["-0.10808332799999999e3","0.73597214000000065e2"],["-0.10807640099999992e3","0.73603591999999992e2"],[-108.066101,"0.73608597000000032e2"],["-0.10805444299999988e3","0.73612487999999928e2"],["-0.10804083299999996e3","0.73615540000000067e2"],["-0.10800750700000003e3","0.73618591000000094e2"],["-0.10789943699999992e3","0.73622756999999979e2"],["-0.10786277799999993e3","0.73624145999999996e2"],["-0.10782444800000002e3",73.6244200000001],["-0.10780444299999999e3","0.73624145999999996e2"],["-0.10768110699999994e3","0.73621367999999961e2"],["-0.10761472299999991e3","0.73614700000000028e2"],["-0.10760056299999997e3","0.73611374000000126e2"],["-0.10758944699999995e3","0.73607758000000103e2"],["-0.10758473200000003e3","0.73603043000000071e2"],["-0.10758249699999999e3","0.73597762999999986e2"],["-0.10758473200000003e3","0.73586655000000007e2"],["-0.10759194899999994e3","0.73579987000000017e2"],["-0.10760221899999988e3","0.73575271999999984e2"],["-0.10764527900000002e3","0.73570267000000115e2"],["-0.10765722700000003e3","0.73568603999999993e2"],[-107.7491609999999,73.55581699999999],["-0.10789555399999989e3","0.73541367000000093e2"]],[[-124.307503,"0.73556366000000139e2"],["-0.12433167999999995e3","0.73556366000000139e2"],[-124.343613,"0.73559981999999991e2"],["-0.12435193600000002e3",73.5711060000001],["-0.12435861199999988e3","0.73630264000000068e2"],["-0.12434612300000003e3","0.73633606000000043e2"],["-0.12433138999999994e3","0.73636383000000137e2"],[-124.307503,"0.73632202000000063e2"],["-0.12430332900000002e3","0.73626648000000046e2"],["-0.12429387700000001e3","0.73622481999999934e2"],["-0.12428222700000003e3","0.73618866000000082e2"],["-0.12426806599999992e3","0.73616088999999988e2"],["-0.12421028100000001e3","0.73611374000000126e2"],["-0.12419360399999994e3",73.60914600000001],["-0.12417944299999994e3","0.73606369000000086e2"],["-0.12416777000000002e3","0.73603043000000071e2"],["-0.12414916999999997e3","0.73594711000000075e2"],["-0.12412666300000001e3","0.73580826000000002e2"],["-0.12411972000000003e3","0.73575821000000133e2"],["-0.12411554699999988e3","0.73570541000000048e2"],["-0.12411389199999996e3","0.73564148000000102e2"],["-0.12412638899999996e3","0.73560805999999957e2"],[-124.307503,"0.73556366000000139e2"]],[["-0.12458473199999992e3","0.73679153000000042e2"],["-0.12459944199999995e3","0.73676376000000005e2"],["-0.12462361099999998e3","0.73676650999999993e2"],[-124.640556,"0.73678863999999976e2"],["-0.12470056199999993e3","0.73689422999999977e2"],["-0.12472917199999995e3","0.73694976999999994e2"],["-0.12473361199999999e3","0.73700545999999974e2"],["-0.12472582999999992e3","0.73705261000000007e2"],["-0.12471584299999995e3","0.73709152000000074e2"],["-0.12470111099999997e3","0.73711928999999998e2"],["-0.12468167099999999e3","0.73713042999999971e2"],["-0.12466471899999999e3","0.73710815000000025e2"],["-0.12466278099999994e3","0.73706099999999992e2"],["-0.12464835399999998e3","0.73704712000000086e2"],["-0.12461694299999999e3","0.73699707000000046e2"],["-0.12457140399999992e3","0.73691925000000083e2"],[-124.564438,"0.73687195000000031e2"],["-0.12457224299999996e3","0.73682479999999998e2"],["-0.12458473199999992e3","0.73679153000000042e2"]],[["-0.10508944700000001e3","0.73735260000000039e2"],["-0.10496028099999995e3","0.73688582999999937e2"],["-0.10484306300000003e3","0.73650818000000072e2"],["-0.10471140300000002e3",73.63081399999993],["-0.10469167299999992e3","0.73628310999999997e2"],[-104.675003,"0.73624985000000095e2"],["-0.10458084100000002e3","0.73600266000000147e2"],["-0.10453056300000003e3","0.73581374999999923e2"],["-0.10451306199999999e3","0.73573044000000039e2"],["-0.10449445300000002e3","0.73559418000000051e2"],["-0.10449027999999998e3","0.73554703000000018e2"],["-0.10448528299999998e3","0.73544708000000128e2"],["-0.10448306299999996e3","0.73534424000000115e2"],[-104.512787,"0.73493042000000059e2"],["-0.10455583200000001e3","0.73403320000000008e2"],["-0.10456639100000001e3","0.73334717000000126e2"],["-0.10456833599999999e3","0.73329163000000108e2"],["-0.10457333399999999e3","0.73323044000000095e2"],["-0.10458138999999994e3","0.73316666000000112e2"],["-0.10460193599999997e3","0.73306366000000025e2"],["-0.10464916999999997e3","0.73280823000000112e2"],["-0.10469499200000001e3",73.25221300000004],["-0.10476000999999991e3","0.73203873000000044e2"],["-0.10476500699999985e3","0.73197754000000032e2"],["-0.10476390099999998e3","0.73192474000000118e2"],["-0.10479415899999998e3","0.73168045000000006e2"],["-0.10486805700000002e3","0.73136658000000068e2"],["-0.10497556299999997e3","0.73085266000000104e2"],["-0.10498332199999999e3","0.73078872999999987e2"],["-0.10498805199999993e3","0.73073043999999982e2"],["-0.10498388699999992e3","0.73068054000000075e2"],["-0.10497749299999998e3",73.05304000000001],["-0.10497361799999999e3","0.73031662000000097e2"],["-0.10497860699999995e3","0.73025543000000084e2"],[-104.984734,"0.73020538000000045e2"],[-104.99527,"0.73015823000000012e2"],[-105.031677,"0.73004166000000055e2"],[-105.0750119999999,"0.72997208000000057e2"],["-0.10508833300000003e3","0.72994141000000127e2"],["-0.10513639799999993e3","0.72978867000000037e2"],["-0.10514695699999999e3","0.72974152000000004e2"],["-0.10522582999999997e3","0.72933044000000109e2"],["-0.10530304699999994e3","0.72951096000000007e2"],["-0.10531916799999999e3","0.72954163000000108e2"],["-0.10533972199999999e3","0.72955551000000014e2"],[-105.354446,"0.72953323000000069e2"],["-0.10535610999999994e3","0.72947754000000032e2"],[-105.33139,"0.72910538000000088e2"],["-0.10532417299999997e3","0.72906096999999988e2"],[-105.279449,"0.72885543999999925e2"],["-0.10525361599999997e3","0.72878585999999984e2"],[-105.237503,"0.72875534000000016e2"],["-0.10521140300000002e3","0.72868591000000038e2"],["-0.10520417799999996e3","0.72864151000000049e2"],["-0.10526222199999989e3","0.72848602000000085e2"],["-0.10527555799999993e3","0.72845534999999984e2"],["-0.10528999299999987e3","0.72847762999999986e2"],["-0.10538305699999995e3","0.72866653000000099e2"],["-0.10543611099999993e3","0.72896652000000131e2"],["-0.10544332900000001e3",72.90109300000006],["-0.10545612299999999e3","0.72915267999999969e2"],[-105.458618,"0.72925536999999963e2"],["-0.10545694699999996e3","0.72931366000000025e2"],["-0.10545834400000001e3","0.72936371000000065e2"],["-0.10546250900000001e3","0.72941360000000032e2"],["-0.10557472199999995e3","0.72984421000000054e2"],["-0.10573277299999995e3","0.73047759999999982e2"],["-0.10591388699999999e3","0.73145538000000101e2"],["-0.10594638099999992e3","0.73160263000000043e2"],["-0.10609249899999992e3","0.73199706999999933e2"],["-0.10608194700000001e3","0.73241088999999988e2"],["-0.10632195300000001e3","0.73338882000000126e2"],["-0.10644776899999994e3","0.73393051000000128e2"],["-0.10645556599999998e3","0.73397491000000002e2"],["-0.10646611000000001e3","0.73401382000000069e2"],["-0.10672028399999999e3",73.44999700000011],["-0.10688137799999998e3","0.73463318000000072e2"],["-0.10689806399999992e3","0.73461929000000055e2"],["-0.10691610699999995e3","0.73461380000000077e2"],[-106.9375,"0.73462494000000106e2"],[-107,"0.73469711000000018e2"],[-107.016953,73.4727630000001],["-0.10702749599999999e3","0.73476379000000009e2"],["-0.10703555299999994e3","0.73480820000000108e2"],["-0.10703415699999999e3","0.73486374000000069e2"],["-0.10702583300000003e3","0.73498596000000077e2"],["-0.10701834100000002e3","0.73504990000000078e2"],["-0.10700974299999996e3","0.73510544000000095e2"],["-0.10697112299999992e3","0.73531661999999983e2"],["-0.10692944299999999e3","0.73550537000000134e2"],["-0.10689334100000002e3","0.73562484999999981e2"],["-0.10674526999999995e3","0.73648041000000148e2"],["-0.10670028699999995e3","0.73676085999999941e2"],["-0.10665805099999994e3","0.73695251000000098e2"],["-0.10664584399999995e3","0.73699141999999995e2"],["-0.10661833200000001e3","0.73705261000000007e2"],["-0.10657224300000001e3","0.73711928999999998e2"],["-0.10632721700000002e3",73.72665400000011],["-0.10618554699999999e3","0.73733597000000145e2"],["-0.10603916900000002e3","0.73731368999999972e2"],["-0.10580055199999998e3","0.73726928999999984e2"],["-0.10572666900000002e3","0.73728592000000049e2"],["-0.10568028300000003e3","0.73734985000000052e2"],["-0.10566639699999996e3","0.73737761999999918e2"],[-105.637787,73.74443100000002],["-0.10561277799999993e3","0.73752212999999983e2"],["-0.10558473200000003e3","0.73758041000000048e2"],[-105.569458,"0.73760269000000051e2"],["-0.10553527799999995e3","0.73762771999999984e2"],["-0.10551666299999994e3","0.73763321000000133e2"],["-0.10530387899999994e3","0.73762206999999989e2"],["-0.10528388999999999e3","0.73761658000000011e2"],["-0.10516999800000002e3","0.73755554000000018e2"],["-0.10514862099999999e3","0.73754166000000055e2"],["-0.10510749799999991e3","0.73743590999999981e2"],["-0.10508944700000001e3","0.73735260000000039e2"]],[["-0.80142226999999878e2","0.73696640000000116e2"],["-0.80108611999999994e2","0.73693863000000022e2"],["-0.80074448000000018e2","0.73697479000000044e2"],["-0.79901397999999972e2","0.73698318000000029e2"],["-0.79625548999999978e2","0.73670821999999987e2"],["-0.79586120999999991e2",73.66276600000009],["-0.79523055999999997e2","0.73646652000000131e2"],["-0.79493056999999965e2","0.73637772000000098e2"],["-0.79476394999999911e2","0.73634154999999964e2"],["-0.79451949999999954e2","0.73630539000000113e2"],["-0.79373610999999983e2",73.63081399999993],[-78.96166999999997,"0.73632750999999985e2"],["-0.78946105999999986e2","0.73634720000000016e2"],["-0.78934433000000013e2","0.73638596000000064e2"],["-0.78931106999999997e2","0.73642487000000131e2"],["-0.78928878999999938e2","0.73647491000000116e2"],["-0.78924164000000019e2","0.73650269000000094e2"],["-0.78912505999999894e2","0.73653869999999984e2"],["-0.78887787000000003e2","0.73656647000000078e2"],["-0.78861389000000031e2","0.73658324999999991e2"],[-78.64416499999993,"0.73656647000000078e2"],[-78.40834000000001,"0.73661652000000117e2"],["-0.78206664999999987e2","0.73667755000000056e2"],["-0.78166397000000018e2","0.73668045000000063e2"],[-78.12777699999998,"0.73664703000000145e2"],["-0.78113327000000027e2","0.73663040000000024e2"],["-0.78064437999999996e2","0.73651932000000045e2"],["-0.78009734999999978e2",73.63749700000011],["-0.77965285999999935e2","0.73628310999999997e2"],["-0.77823058999999944e2","0.73603867000000037e2"],["-0.77738601999999958e2","0.73591933999999981e2"],["-0.77608046999999999e2","0.73574158000000011e2"],["-0.77535004000000015e2","0.73565536000000009e2"],["-0.77453887999999949e2","0.73559708000000057e2"],["-0.77424437999999952e2","0.73554703000000018e2"],["-0.77395554000000004e2","0.73545822000000101e2"],["-0.77373046999999929e2","0.73529709000000082e2"],["-0.77363327000000027e2","0.73524703999999986e2"],["-0.77351394999999968e2","0.73519988999999953e2"],["-0.77338333000000034e2","0.73516663000000108e2"],["-0.77294723999999974e2","0.73512772000000041e2"],["-0.77237212999999997e2","0.73509994999999947e2"],["-0.77203063999999927e2","0.73505554000000018e2"],["-0.77191939999999988e2","0.73501389000000017e2"],["-0.77148620999999991e2","0.73476379000000009e2"],["-0.77153610000000015e2","0.73468048000000067e2"],["-0.77157226999999978e2","0.73458603000000039e2"],["-0.77055266999999958e2","0.73366379000000052e2"],["-0.77048888999999917e2",73.36192299999999],["-0.76999435000000005e2","0.73345825000000104e2"],["-0.76969726999999978e2","0.73337203999999986e2"],[-76.91361999999998,"0.73324432000000002e2"],["-0.76893340999999964e2","0.73321105999999986e2"],["-0.76884170999999924e2","0.73321655000000078e2"],["-0.76878875999999934e2","0.73324158000000068e2"],["-0.76858611999999994e2",73.32638500000013],["-0.76837219000000005e2","0.73327209000000096e2"],["-0.76736389000000031e2","0.73324706999999989e2"],[-76.72193900000002,"0.73322495000000117e2"],["-0.76708054000000004e2","0.73317764000000011e2"],["-0.76579726999999991e2","0.73219711000000075e2"],["-0.76577498999999932e2","0.73205551000000128e2"],["-0.76585006999999962e2","0.73194427000000076e2"],["-0.76601944000000003e2","0.73183319000000097e2"],["-0.76619720000000029e2","0.73175812000000121e2"],["-0.76605270000000019e2",73.15914900000007],["-0.76586945000000014e2","0.73146378000000141e2"],["-0.76582229999999981e2",73.14387499999998],["-0.76510559000000001e2","0.73120254999999986e2"],["-0.76495543999999938e2","0.73116928000000087e2"],["-0.76487502999999947e2","0.73116089000000102e2"],["-0.76381942999999978e2","0.73106093999999985e2"],[-76.31361400000003,"0.73100540000000024e2"],["-0.76312499999999943e2","0.73067490000000134e2"],["-0.76318068999999923e2","0.73062759000000028e2"],["-0.76319457999999941e2","0.73058318999999983e2"],["-0.76333068999999909e2","0.72963607999999965e2"],["-0.76323059000000001e2","0.72957214000000135e2"],["-0.76309433000000013e2","0.72952484000000084e2"],["-0.76291671999999949e2","0.72948868000000061e2"],["-0.76275283999999999e2","0.72946640000000059e2"],["-0.76211945000000014e2","0.72945526000000086e2"],["-0.76162216000000001e2","0.72946365000000071e2"],["-0.76118606999999997e2","0.72940262000000132e2"],["-0.76103607000000011e2","0.72936371000000065e2"],["-0.76077224999999942e2","0.72924988000000042e2"],["-0.76071670999999924e2","0.72921097000000145e2"],["-0.76062209999999993e2","0.72906937000000028e2"],["-0.76059432999999899e2","0.72900818000000015e2"],["-0.76086394999999982e2","0.72863602000000071e2"],["-0.76093886999999938e2",72.85803199999998],["-0.76103881999999942e2","0.72853043000000014e2"],["-0.76115279999999927e2","0.72849426000000051e2"],[-76.13110399999988,"0.72845534999999984e2"],["-0.76149993999999992e2","0.72842209000000139e2"],[-76.25140399999998,"0.72826385000000016e2"],["-0.76315552000000025e2","0.72817214999999976e2"],["-0.76339721999999995e2","0.72814987000000031e2"],[-76.5625,"0.72812484999999981e2"],["-0.76581679999999949e2","0.72812484999999981e2"],["-0.76601944000000003e2","0.72813873000000058e2"],["-0.76618606999999884e2","0.72816939999999988e2"],["-0.76634170999999981e2","0.72820541000000048e2"],["-0.76662780999999995e2","0.72829163000000051e2"],["-0.76681380999999931e2","0.72831375000000094e2"],[-76.72193900000002,"0.72833878000000084e2"],["-0.76740829000000019e2","0.72833878000000084e2"],["-0.76767501999999922e2","0.72833878000000084e2"],["-0.76891952999999944e2","0.72830825999999945e2"],["-0.76937209999999993e2","0.72830825999999945e2"],["-0.77084754999999973e2","0.72839684000000148e2"],["-0.77101668999999958e2",72.84027100000003],["-0.77143889999999942e2","0.72841933999999981e2"],["-0.77226943999999946e2","0.72846100000000035e2"],["-0.77265838999999914e2","0.72849426000000051e2"],["-0.77314437999999939e2",72.85554500000012],["-0.77365829000000019e2","0.72864426000000037e2"],[-77.40055799999999,"0.72870818999999983e2"],["-0.77416106999999954e2","0.72874695000000088e2"],["-0.77447219999999959e2","0.72879974000000061e2"],["-0.77522780999999952e2","0.72886108000000092e2"],["-0.77704178000000013e2","0.72897216999999955e2"],["-0.77723327999999981e2","0.72896941999999967e2"],["-0.77860000999999954e2","0.72893051000000071e2"],["-0.77904175000000009e2","0.72891662999999994e2"],["-0.77997771999999941e2","0.72888321000000019e2"],["-0.78107223999999917e2",72.88638300000008],["-0.78236358999999993e2","0.72893005000000016e2"],["-0.78273055999999997e2","0.72890549000000021e2"],["-0.78297226000000023e2","0.72887772000000098e2"],["-0.78486114999999984e2",72.86554000000001],[-78.62388599999997,"0.72848037999999974e2"],["-0.78865828999999962e2","0.72804427999999973e2"],["-0.79047775000000001e2","0.72771378000000141e2"],["-0.79161941999999897e2","0.72750548999999978e2"],["-0.79209166999999923e2","0.72744979999999998e2"],["-0.79296111999999994e2","0.72737761999999975e2"],["-0.79359160999999972e2","0.72733597000000145e2"],["-0.79382492000000013e2","0.72733047000000113e2"],["-0.79400283999999999e2","0.72733597000000145e2"],["-0.79429168999999945e2","0.72735809000000017e2"],["-0.79543334999999956e2",72.74859600000002],[-79.62388599999997,"0.72763321000000133e2"],["-0.79927779999999927e2","0.72842484000000013e2"],["-0.79972778000000005e2","0.72854705999999965e2"],["-0.79998610999999983e2",72.86303700000002],["-0.80009170999999924e2","0.72872756999999922e2"],["-0.80120833999999945e2","0.72978867000000037e2"],["-0.80151672000000019e2","0.73011932000000115e2"],["-0.80181380999999931e2","0.73043869000000086e2"],["-0.80181106999999997e2","0.73050262000000032e2"],["-0.80164169000000015e2","0.73061920000000043e2"],["-0.80147232000000031e2","0.73071381000000031e2"],["-0.80134734999999921e2","0.73084716999999955e2"],["-0.80131667999999991e2",73.08859300000006],["-0.80128875999999991e2",73.09526100000005],["-0.80122771999999998e2",73.11442599999998],["-0.80110000999999954e2","0.73179703000000018e2"],["-0.80114440999999999e2","0.73186371000000008e2"],["-0.80134445000000028e2","0.73209152000000017e2"],["-0.80143065999999919e2","0.73216933999999981e2"],[-80.15194699999995,"0.73222487999999942e2"],["-0.80216948999999943e2","0.73243317000000104e2"],["-0.80238051999999982e2",73.24414100000007],["-0.80415282999999931e2",73.24414100000007],[-80.61999499999996,"0.73264160000000004e2"],["-0.80760009999999909e2","0.73274704000000042e2"],["-0.80797500999999954e2","0.73276932000000045e2"],["-0.80876098999999954e2",73.32777399999992],["-0.80876098999999954e2","0.73338593000000003e2"],["-0.80872498000000007e2","0.73424988000000099e2"],["-0.80820281999999963e2","0.73489150999999993e2"],[-80.80999799999995,"0.73644440000000088e2"],["-0.80857772999999952e2",73.74192800000003],["-0.80771666999999923e2","0.73749709999999993e2"],["-0.80683318999999983e2","0.73755829000000006e2"],["-0.80560546999999872e2",73.76776099999995],["-0.80434998000000007e2","0.73766098000000056e2"],[-80.37332200000003,"0.73761658000000011e2"],["-0.80353058000000033e2","0.73759720000000073e2"],["-0.80320847000000015e2","0.73753876000000048e2"],[-80.30860899999999,73.75],[-80.29861499999987,"0.73745819000000097e2"],["-0.80265288999999996e2","0.73730270000000019e2"],["-0.80223327999999924e2","0.73715820000000065e2"],["-0.80192763999999954e2","0.73707214000000135e2"],[-80.15834000000001,"0.73699417000000039e2"],["-0.80142226999999878e2","0.73696640000000116e2"]],[["-0.73354674999999929e2","0.68329215999999974e2"],["-0.73328170999999998e2","0.68328208999999958e2"],[-73.31617,"0.68328712000000053e2"],["-0.73306830999999988e2","0.68330544000000089e2"],["-0.73211670000000026e2","0.68376923000000033e2"],["-0.73230559999999912e2","0.68384155000000135e2"],["-0.73253066999999987e2","0.68390823000000125e2"],["-0.73279448999999886e2",68.39498900000001],["-0.73302779999999927e2","0.68396102999999982e2"],[-73.31806899999998,"0.68393051000000071e2"],["-0.73357498000000021e2","0.68371368000000132e2"],["-0.73359725999999966e2","0.68364989999999977e2"],["-0.73357773000000009e2","0.68357483000000059e2"],["-0.73353057999999976e2","0.68352478000000019e2"],["-0.73349166999999909e2","0.68344986000000063e2"],[-73.34722899999997,"0.68337494000000106e2"],[-73.34944200000001,"0.68331100000000106e2"],["-0.73354674999999929e2","0.68329215999999974e2"],["-0.73506667999999991e2","0.68291367000000037e2"],["-0.73589721999999995e2","0.68254715000000033e2"],["-0.73597777999999948e2","0.68251937999999996e2"],["-0.73620834000000002e2","0.68246093999999971e2"],["-0.73632216999999912e2","0.68246643000000063e2"],["-0.73639724999999942e2","0.68249709999999993e2"],["-0.73851668999999958e2","0.68342209000000139e2"],["-0.73855834999999956e2","0.68346649000000014e2"],["-0.73896117999999944e2","0.68392211999999915e2"],["-0.73889449999999954e2",68.44470200000012],["-0.73877486999999917e2","0.68481093999999928e2"],["-0.73873610999999926e2","0.68487762000000089e2"],[-73.86721799999998,"0.68493042000000003e2"],["-0.73856110000000001e2","0.68497481999999991e2"],["-0.73823623999999995e2","0.68503326000000015e2"],["-0.73806655999999975e2","0.68503876000000048e2"],["-0.73749999999999943e2","0.68510817999999972e2"],["-0.73738891999999964e2","0.68514999000000046e2"],["-0.73730285999999978e2","0.68519989000000066e2"],["-0.73725829999999974e2","0.68525818000000072e2"],["-0.73704726999999934e2","0.68656647000000021e2"],[-73.75389100000001,"0.68683594000000085e2"],["-0.73761397999999986e2","0.68686371000000008e2"],["-0.73774719000000005e2","0.68689697000000024e2"],["-0.73865828999999906e2","0.68705826000000002e2"],["-0.73893889999999999e2","0.68707764000000111e2"],["-0.74094161999999983e2","0.68719986000000063e2"],["-0.74106109999999944e2","0.68690536000000009e2"],[-73.99221799999998,"0.68624695000000031e2"],["-0.73888061999999877e2","0.68561645999999939e2"],["-0.73881667999999991e2",68.55664100000007],["-0.73881667999999991e2","0.68549713000000111e2"],["-0.73903609999999958e2",68.52777100000003],["-0.73921386999999925e2","0.68511932000000115e2"],["-0.73941939999999988e2","0.68504715000000033e2"],["-0.73990279999999927e2","0.68492751999999996e2"],["-0.74028335999999911e2","0.68513610999999969e2"],["-0.74171660999999972e2","0.68521652000000017e2"],["-0.74221114999999998e2",68.52526899999998],["-0.74351395000000025e2","0.68536926000000108e2"],["-0.74366104000000007e2","0.68539154000000053e2"],["-0.74379439999999931e2","0.68542205999999965e2"],["-0.74391112999999962e2","0.68546371000000136e2"],["-0.74514175000000023e2","0.68599991000000045e2"],["-0.74526397999999972e2","0.68610809000000017e2"],["-0.74532776000000013e2",68.62164300000012],["-0.74531676999999945e2","0.68626373000000115e2"],["-0.74598891999999921e2","0.68681930999999963e2"],["-0.74701950000000011e2",68.71887200000009],["-0.74712218999999948e2","0.68723038000000031e2"],["-0.74726105000000018e2","0.68730270000000132e2"],["-0.74728333000000021e2","0.68737198000000092e2"],["-0.74724715999999944e2","0.68766097999999943e2"],[-74.71945199999999,"0.68770537999999988e2"],["-0.74664168999999958e2","0.68774155000000121e2"],["-0.74620833999999888e2","0.68782486000000006e2"],[-74.591949,"0.68788879000000009e2"],["-0.74576949999999954e2","0.68793045000000063e2"],["-0.74565276999999924e2","0.68802199999999914e2"],["-0.74546386999999982e2","0.68822494999999947e2"],["-0.74548049999999989e2","0.68828598000000113e2"],["-0.74551392000000021e2","0.68830551000000014e2"],["-0.74604172000000005e2","0.68841660000000104e2"],["-0.74634170999999924e2","0.68846374999999966e2"],["-0.74648055999999997e2","0.68847214000000122e2"],["-0.74666655999999932e2","0.68845825000000104e2"],["-0.74678328999999962e2","0.68842758000000003e2"],["-0.74687377999999967e2","0.68835991000000035e2"],["-0.74718718999999965e2","0.68824821000000043e2"],["-0.74723052999999936e2","0.68822318999999993e2"],["-0.74721221999999955e2","0.68821152000000041e2"],[-74.71421799999996,68.82098400000001],["-0.74705222999999933e2","0.68821655000000078e2"],["-0.74689437999999939e2","0.68819716999999969e2"],["-0.74671660999999972e2","0.68818877999999984e2"],["-0.74660277999999892e2",68.81581100000011],["-0.74639724999999999e2","0.68807479999999998e2"],["-0.74633330999999941e2",68.79693600000013],["-0.74635009999999966e2","0.68793320000000108e2"],["-0.74648055999999997e2","0.68789429000000041e2"],["-0.74665832999999964e2","0.68786652000000117e2"],["-0.74771666999999979e2","0.68774155000000121e2"],["-0.74917769999999962e2","0.68801375999999948e2"],["-0.74913894999999968e2",68.81721500000009],["-0.74837508999999955e2","0.68840820000000065e2"],["-0.74787780999999995e2","0.68854431000000034e2"],["-0.74764167999999984e2","0.68872040000000027e2"],[-74.74017299999997,"0.68872710999999981e2"],[-74.72222899999997,"0.68934143000000006e2"],["-0.74862945999999909e2","0.68954178000000013e2"],["-0.74872779999999977e2","0.68955001999999979e2"],["-0.74887610999999993e2","0.68954178000000013e2"],["-0.74898108999999977e2","0.68952515000000062e2"],["-0.74920113000000015e2","0.68946671000000038e2"],["-0.74935944000000006e2","0.68942001000000005e2"],[-75,"0.68937607000000071e2"],["-0.75005004999999926e2","0.68929977000000065e2"],["-0.75033614999999884e2","0.68926085999999998e2"],["-0.75042770000000019e2",68.928314],["-0.75041945999999882e2","0.68930267000000129e2"],["-0.75021118000000001e2","0.68953049000000021e2"],["-0.74962340999999981e2","0.68972824000000003e2"],["-0.74953002999999967e2","0.68978484999999978e2"],["-0.74915337000000022e2","0.68992821000000049e2"],["-0.74907668999999885e2","0.68993988000000002e2"],["-0.74764724999999999e2","0.69019440000000031e2"],["-0.74748336999999992e2","0.69021378000000141e2"],["-0.74735000999999954e2","0.69021927000000119e2"],["-0.74729445999999996e2","0.69019440000000031e2"],["-0.74758057000000008e2","0.69008880999999974e2"],["-0.74752228000000002e2","0.69002486999999974e2"],["-0.74675003000000004e2","0.69006943000000035e2"],[-74.65834000000001,"0.69008330999999941e2"],["-0.74642776000000026e2","0.69011658000000068e2"],["-0.74638061999999991e2","0.69016098000000113e2"],["-0.74641113000000018e2","0.69021378000000141e2"],["-0.74652495999999928e2","0.69040267999999912e2"],["-0.74785827999999981e2","0.69076385000000073e2"],["-0.74820846999999958e2","0.69082214000000079e2"],["-0.74834166999999923e2","0.69081664999999987e2"],["-0.74845839999999953e2","0.69078598000000056e2"],["-0.74948607999999922e2","0.69048874000000012e2"],["-0.75043334999999956e2","0.69013321000000019e2"],["-0.75051940999999886e2","0.69008605999999986e2"],["-0.75036117999999931e2","0.68992203000000075e2"],["-0.75037780999999882e2","0.68985809000000074e2"],["-0.75071395999999936e2","0.68921097000000032e2"],["-0.75075561999999934e2","0.68915817000000004e2"],["-0.75109160999999858e2","0.68894989000000123e2"],["-0.75116394000000014e2","0.68890823000000012e2"],["-0.75124161000000015e2","0.68888046000000088e2"],["-0.75139724999999999e2","0.68884720000000073e2"],["-0.75169998000000021e2","0.68886383000000023e2"],["-0.75192490000000021e2","0.68891663000000051e2"],["-0.75201950000000011e2","0.68894440000000145e2"],["-0.75315826000000015e2","0.68942200000000128e2"],["-0.75373885999999914e2","0.68968872000000033e2"],["-0.75383330999999998e2","0.68974426000000051e2"],["-0.75400283999999999e2","0.68985535000000141e2"],["-0.75422500999999954e2","0.69001937999999996e2"],["-0.75445830999999941e2","0.69016937000000041e2"],["-0.75454452999999944e2","0.69021102999999982e2"],["-0.75466399999999965e2","0.69021378000000141e2"],["-0.75478881999999999e2","0.69019714000000135e2"],["-0.75494155999999975e2",69.01638800000012],["-0.75528335999999967e2","0.69005829000000062e2"],["-0.75565552000000025e2","0.68993591000000038e2"],["-0.75573623999999995e2","0.68988585999999941e2"],["-0.75578612999999962e2","0.68984146000000123e2"],["-0.75580841000000021e2","0.68975540000000024e2"],["-0.75574172999999917e2","0.68968323000000112e2"],["-0.75537780999999939e2","0.68951096000000064e2"],["-0.75506957999999941e2","0.68939696999999967e2"],["-0.75499724999999955e2","0.68934708000000001e2"],["-0.75494995000000017e2","0.68930267000000129e2"],["-0.75534163999999976e2",68.90387000000004],["-0.75542770000000019e2","0.68898879999999963e2"],[-75.56527699999998,"0.68891373000000044e2"],["-0.75603881999999942e2","0.68879700000000014e2"],["-0.75647780999999952e2","0.68869140999999956e2"],["-0.75809158000000025e2","0.68836928999999998e2"],["-0.75976104999999961e2","0.68791092000000106e2"],["-0.75979445999999996e2","0.68787201000000039e2"],["-0.75985001000000011e2","0.68783875000000023e2"],["-0.75995543999999938e2","0.68779434000000094e2"],["-0.76008620999999948e2","0.68775543000000027e2"],["-0.76049437999999952e2","0.68764435000000049e2"],["-0.76227218999999991e2","0.68721100000000035e2"],["-0.76327224999999999e2","0.68697478999999987e2"],["-0.76376098999999954e2","0.68687484999999981e2"],["-0.76420546999999999e2","0.68679152999999985e2"],["-0.76436385999999857e2","0.68677200000000028e2"],["-0.76456664999999987e2","0.68675262000000089e2"],["-0.76540282999999988e2","0.68673308999999961e2"],["-0.76559432999999956e2","0.68673035000000027e2"],["-0.76575561999999991e2","0.68674149000000057e2"],[-76.59056099999998,"0.68676376000000062e2"],["-0.76628875999999991e2",68.68691999999993],["-0.76660827999999981e2","0.68699416999999926e2"],["-0.76674164000000019e2",68.71026599999999],["-0.76680283000000031e2","0.68716094999999996e2"],["-0.76688599000000011e2","0.68733597000000032e2"],["-0.76689437999999996e2","0.68740540000000067e2"],["-0.76688048999999978e2","0.68746933000000013e2"],["-0.76678604000000007e2","0.68758330999999998e2"],["-0.76666945999999996e2","0.68769150000000081e2"],["-0.76636947999999961e2",68.78166200000004],["-0.76608611999999937e2","0.68794144000000074e2"],["-0.76577498999999932e2","0.68808318999999983e2"],["-0.76561385999999914e2","0.68818054000000018e2"],["-0.76546111999999994e2","0.68833054000000004e2"],["-0.76537216000000001e2","0.68842209000000082e2"],["-0.76523055999999997e2","0.68863876000000118e2"],["-0.76521666999999979e2","0.68870254999999986e2"],["-0.76523894999999925e2","0.68876373000000058e2"],["-0.76532775999999956e2","0.68880538999999999e2"],["-0.76544158999999979e2","0.68883041000000048e2"],["-0.76559432999999956e2",68.88499500000006],["-0.76576674999999966e2",68.88499500000006],[-76.59333799999996,"0.68883331000000055e2"],["-0.76606658999999922e2","0.68883041000000048e2"],["-0.76610000999999954e2","0.68884720000000073e2"],["-0.76644164999999987e2","0.68911102000000142e2"],["-0.76655562999999972e2","0.68924698000000092e2"],["-0.76655562999999972e2","0.68930542000000116e2"],["-0.76642775999999969e2","0.69003876000000105e2"],["-0.76640563999999927e2","0.69009155000000078e2"],["-0.76625548999999978e2","0.69018326000000059e2"],["-0.76603607000000011e2","0.69025818000000015e2"],["-0.76578338999999914e2","0.69032211000000132e2"],["-0.76543335000000013e2","0.69038315000000011e2"],["-0.76501403999999923e2",69.042755],["-0.76422500999999954e2","0.69050537000000134e2"],["-0.76368606999999997e2","0.69055251999999996e2"],["-0.76348891999999921e2","0.69054976999999951e2"],[-76.33277899999996,69.05442800000003],["-0.76240279999999927e2","0.69048325000000091e2"],["-0.76208054000000004e2","0.69044144000000017e2"],["-0.76140563999999927e2","0.69034714000000122e2"],["-0.76124435000000005e2","0.69031096999999988e2"],["-0.76114165999999955e2","0.69027771000000143e2"],["-0.76091674999999952e2","0.69011658000000068e2"],["-0.76080001999999922e2","0.69006378000000041e2"],["-0.76068619000000012e2","0.69003876000000105e2"],["-0.75996932999999956e2","0.69003036000000066e2"],["-0.75969161999999983e2","0.69010269000000108e2"],["-0.75904998999999918e2","0.69036925999999994e2"],["-0.75813889000000017e2","0.69067763999999954e2"],["-0.75655838000000017e2","0.69080550999999957e2"],["-0.75637786999999946e2","0.69079987000000017e2"],["-0.75619155999999919e2","0.69081374999999923e2"],[-75.6058349999999,69.08526599999999],["-0.75598891999999978e2","0.69089432000000102e2"],["-0.75593886999999938e2","0.69099716000000114e2"],["-0.75569732999999928e2",69.15277100000003],["-0.75569457999999997e2","0.69158324999999991e2"],["-0.75571121000000005e2","0.69163879000000009e2"],["-0.75591674999999952e2",69.22164900000007],["-0.75603057999999976e2","0.69238876000000118e2"],["-0.75619719999999973e2","0.69249419999999986e2"],["-0.75669723999999917e2","0.69271103000000096e2"],["-0.75759734999999978e2","0.69304977000000122e2"],["-0.75783324999999991e2","0.69313599000000124e2"],["-0.75956389999999885e2","0.69366088999999931e2"],["-0.75970275999999956e2",69.36914100000007],["-0.76168610000000001e2","0.69411377000000073e2"],["-0.76202498999999932e2","0.69413879000000122e2"],["-0.76241942999999935e2","0.69413315000000011e2"],["-0.76298049999999989e2","0.69407760999999994e2"],["-0.76417770000000019e2",69.44720500000011],["-0.76607497999999964e2","0.69529709000000139e2"],["-0.76637787000000003e2","0.69546645999999953e2"],["-0.76641112999999962e2","0.69554153000000099e2"],["-0.76641678000000013e2","0.69557480000000055e2"],["-0.76626662999999951e2","0.69581375000000037e2"],[-76.61999499999996,"0.69586380000000077e2"],["-0.76611663999999962e2","0.69591095000000109e2"],["-0.76489165999999898e2","0.69648331000000042e2"],["-0.76477782999999988e2","0.69652206000000035e2"],["-0.76459166999999979e2","0.69654434000000037e2"],["-0.76442215000000033e2","0.69653046000000074e2"],["-0.76347777999999948e2",69.64027400000009],["-0.76261397999999986e2","0.69626647999999932e2"],["-0.76226943999999946e2","0.69637206999999989e2"],["-0.76186110999999983e2","0.69659714000000065e2"],["-0.76182495000000017e2","0.69663605000000132e2"],["-0.76187774999999988e2","0.69665268000000083e2"],["-0.76226105000000018e2","0.69664703000000031e2"],["-0.76295546999999942e2","0.69660263000000043e2"],["-0.76376388999999961e2","0.69671371000000022e2"],["-0.76388335999999924e2","0.69673874000000012e2"],["-0.76397506999999962e2","0.69678040000000067e2"],["-0.76399733999999853e2","0.69684143000000006e2"],["-0.76450561999999934e2","0.69690262000000075e2"],["-0.76537780999999939e2","0.69696091000000081e2"],["-0.76551666000000012e2","0.69695526000000029e2"],["-0.76634170999999981e2","0.69683594000000085e2"],["-0.76641953000000001e2","0.69679977000000122e2"],["-0.76638900999999976e2","0.69673309000000131e2"],["-0.76631942999999922e2","0.69669708000000071e2"],["-0.76616394000000014e2","0.69667480000000126e2"],["-0.76581679999999949e2","0.69666930999999977e2"],["-0.76557769999999948e2","0.69673309000000131e2"],["-0.76542769999999905e2","0.69674698000000149e2"],["-0.76530838000000017e2","0.69672211000000061e2"],["-0.76517776000000026e2","0.69662765999999976e2"],["-0.76522780999999952e2",69.65248100000008],["-0.76535004000000015e2","0.69638596000000007e2"],["-0.76553329000000019e2","0.69625259000000142e2"],["-0.76561661000000015e2","0.69620254999999986e2"],["-0.76683883999999978e2",69.56581100000011],["-0.76691939999999988e2","0.69563034000000016e2"],["-0.76707503999999972e2","0.69559417999999994e2"],["-0.76730285999999978e2","0.69560256999999922e2"],["-0.76844726999999921e2","0.69576096000000064e2"],["-0.77136947999999961e2","0.69626373000000115e2"],[-77.18582200000003,"0.69637496999999996e2"],["-0.77191665999999941e2","0.69639709000000039e2"],["-0.77200561999999991e2","0.69646103000000096e2"],["-0.77200561999999991e2",69.64888000000002],["-0.77194442999999922e2","0.69657211000000075e2"],["-0.77164444000000003e2","0.69676086000000055e2"],["-0.77155562999999972e2","0.69680541999999946e2"],["-0.77144454999999994e2","0.69682205000000067e2"],["-0.76949431999999945e2","0.69695526000000029e2"],["-0.76939437999999939e2","0.69679703000000018e2"],["-0.76929992999999968e2","0.69677765000000079e2"],["-0.76896666999999979e2","0.69679152999999985e2"],["-0.76868056999999965e2","0.69684708000000057e2"],["-0.76829726999999934e2","0.69695816000000036e2"],["-0.76820281999999963e2","0.69699417000000096e2"],[-76.80471799999998,"0.69708603000000039e2"],["-0.76793883999999991e2","0.69718597000000045e2"],["-0.76791945999999996e2","0.69721649000000014e2"],["-0.76781386999999995e2","0.69743042000000116e2"],["-0.76781386999999995e2","0.69748596000000077e2"],["-0.76835280999999952e2","0.69815811000000053e2"],["-0.76851944000000003e2","0.69813599000000011e2"],["-0.76933059999999898e2","0.69809708000000114e2"],["-0.77026672000000019e2","0.69811919999999986e2"],["-0.77150283999999999e2","0.69816086000000098e2"],["-0.77293059999999855e2","0.69828873000000101e2"],["-0.77308884000000035e2","0.69830826000000002e2"],["-0.77310546999999985e2","0.69835814999999968e2"],["-0.77307770000000005e2","0.69840271000000087e2"],["-0.77297774999999888e2","0.69851089000000059e2"],[-77.28472899999997,"0.69860535000000027e2"],[-77.25418099999996,69.87692300000009],["-0.77243056999999965e2","0.69881362999999908e2"],["-0.77208344000000011e2","0.69886658000000011e2"],["-0.77116652999999928e2","0.69901382000000012e2"],["-0.76992767000000015e2","0.69927199999999971e2"],["-0.76981673999999941e2","0.69931656000000089e2"],["-0.76974715999999944e2","0.69935806000000071e2"],["-0.76980559999999969e2","0.69938034000000016e2"],["-0.76992767000000015e2","0.69940536000000122e2"],["-0.77002791999999943e2","0.69940536000000122e2"],["-0.77125274999999931e2","0.69925812000000064e2"],["-0.77141112999999962e2","0.69922485000000108e2"],["-0.77164444000000003e2","0.69915268000000026e2"],["-0.77188323999999909e2","0.69906097000000045e2"],["-0.77226943999999946e2","0.69894989000000066e2"],["-0.77260284000000013e2","0.69887496999999939e2"],["-0.77438048999999921e2","0.69857208000000071e2"],["-0.77508347000000015e2","0.69826660000000118e2"],["-0.77455565999999976e2","0.69798325000000091e2"],["-0.77444442999999978e2","0.69789428999999984e2"],["-0.77449158000000011e2","0.69784714000000122e2"],["-0.77551391999999964e2","0.69747756999999922e2"],["-0.77559158000000025e2","0.69744980000000055e2"],["-0.77574722000000008e2","0.69741363999999976e2"],["-0.77597777999999948e2","0.69739151000000049e2"],["-0.77608611999999937e2","0.69740265000000022e2"],["-0.77615829000000019e2","0.69741653000000099e2"],["-0.77626388999999904e2","0.69744980000000055e2"],["-0.77637787000000003e2","0.69753875999999991e2"],["-0.77645279000000016e2","0.69760818000000086e2"],["-0.77649993999999992e2","0.69769714000000022e2"],["-0.77668059999999969e2","0.69836655000000064e2"],["-0.77691939999999931e2","0.69963043000000027e2"],["-0.77695267000000001e2",69.98803700000002],["-0.77694442999999922e2","0.70000275000000045e2"],["-0.77693054000000018e2",70.00610400000005],[-77.68582200000003,"0.70023041000000092e2"],["-0.77678604000000007e2","0.70034987999999998e2"],["-0.77672500999999954e2","0.70045532000000094e2"],["-0.77669723999999974e2","0.70052200000000028e2"],["-0.77667220999999984e2","0.70062194999999974e2"],["-0.77665008999999941e2","0.70088043000000084e2"],["-0.77665557999999976e2","0.70106934000000138e2"],["-0.77668334999999956e2","0.70113037000000077e2"],["-0.77673888999999974e2",70.11970500000001],["-0.77671936000000017e2","0.70177199999999914e2"],["-0.77672500999999954e2","0.70180542000000059e2"],["-0.77678328999999962e2","0.70187759000000142e2"],["-0.77685271999999998e2","0.70191360000000032e2"],["-0.77810821999999973e2",70.24552900000009],["-0.77884170999999981e2",70.2586060000001],["-0.77892226999999878e2","0.70258041000000048e2"],["-0.78133621000000005e2","0.70215271000000087e2"],["-0.78239166000000012e2","0.70203873000000101e2"],["-0.78345000999999911e2",70.19720500000011],["-0.78351395000000025e2","0.70197479000000044e2"],["-0.78364715999999987e2","0.70201096000000007e2"],["-0.78401672000000019e2","0.70212493999999992e2"],["-0.78405272999999966e2","0.70214157000000114e2"],["-0.78480835000000013e2","0.70288589000000002e2"],["-0.78406113000000005e2","0.70326935000000049e2"],["-0.78396118000000001e2","0.70328049000000021e2"],["-0.78389175000000023e2","0.70332214000000022e2"],["-0.78398894999999925e2","0.70336380000000077e2"],["-0.78425827000000027e2",70.3477630000001],["-0.78436661000000015e2","0.70351088999999945e2"],["-0.78486389000000031e2","0.70356934000000081e2"],["-0.78504180999999903e2",70.35803199999998],["-0.78521118000000001e2","0.70357758000000047e2"],["-0.78536391999999978e2","0.70356369000000029e2"],[-78.55749499999996,"0.70351379000000009e2"],["-0.78573623999999995e2","0.70345534999999984e2"],["-0.78579726999999878e2","0.70343048000000067e2"],["-0.78583327999999995e2","0.70336929000000055e2"],["-0.78581115999999952e2","0.70334152000000131e2"],["-0.78569167999999991e2","0.70325546000000031e2"],["-0.78564712999999983e2","0.70320267000000058e2"],[-78.56138599999997,"0.70314148000000046e2"],["-0.78564712999999983e2","0.70310256999999979e2"],["-0.78578888000000006e2","0.70309708000000001e2"],["-0.78655272999999909e2","0.70346939000000134e2"],["-0.78662506000000008e2","0.70350540000000024e2"],["-0.78704726999999934e2","0.70374695000000031e2"],[-78.74749799999995,"0.70438873000000058e2"],["-0.78858337000000006e2","0.70453873000000044e2"],["-0.78903335999999911e2","0.70449416999999926e2"],["-0.78944442999999865e2","0.70450271999999984e2"],["-0.79031951999999933e2","0.70454987000000017e2"],["-0.79070557000000008e2","0.70469711000000075e2"],["-0.79095550999999887e2","0.70493042000000116e2"],["-0.79100280999999995e2",70.49832200000003],["-0.79081680000000006e2","0.70529984000000127e2"],["-0.79068068999999923e2","0.70536377000000073e2"],["-0.78893616000000009e2","0.70590546000000131e2"],["-0.78879989999999964e2","0.70594711000000132e2"],["-0.78860274999999888e2",70.59664900000007],["-0.78832779000000016e2","0.70594437000000028e2"],["-0.78821945000000028e2","0.70589706000000092e2"],["-0.78815551999999911e2",70.57748400000014],["-0.78816100999999946e2","0.70573318000000029e2"],["-0.78815001999999879e2","0.70571930000000123e2"],["-0.78806655999999975e2","0.70564986999999974e2"],["-0.78788054999999929e2","0.70556091000000038e2"],["-0.78766112999999905e2","0.70550261999999975e2"],["-0.78733321999999987e2","0.70547211000000004e2"],["-0.78718886999999938e2","0.70547760000000096e2"],["-0.78720276000000013e2","0.70549149000000114e2"],[-78.84056099999998,"0.70634995000000117e2"],["-0.78851944000000003e2","0.70638046000000088e2"],["-0.78861938000000009e2","0.70637206999999989e2"],["-0.78868331999999953e2",70.63220200000012],["-0.78867492999999968e2","0.70628586000000041e2"],["-0.78868057000000022e2","0.70624419999999986e2"],["-0.78871933000000013e2","0.70621918000000051e2"],["-0.78879989999999964e2","0.70621093999999914e2"],["-0.78912215999999944e2","0.70621368000000018e2"],["-0.78965285999999935e2","0.70632751000000042e2"],["-0.78976943999999946e2","0.70635817999999972e2"],["-0.78994155999999975e2","0.70643326000000002e2"],["-0.78999161000000015e2","0.70651382000000069e2"],["-0.79000838999999928e2","0.70662766000000147e2"],["-0.78994720000000029e2","0.70672484999999995e2"],["-0.79000564999999995e2","0.70676926000000094e2"],["-0.79009445000000028e2","0.70679702999999961e2"],["-0.79025283999999999e2","0.70680267000000129e2"],["-0.79041107000000011e2","0.70678588999999988e2"],["-0.79057220000000029e2","0.70672759999999982e2"],["-0.79152221999999995e2","0.70627762000000075e2"],[-79.158051,"0.70622208000000114e2"],["-0.79155838000000017e2","0.70617476999999951e2"],[-79.14973399999991,"0.70613037000000134e2"],["-0.79136948000000018e2","0.70610809000000017e2"],["-0.79097778000000005e2","0.70610260000000039e2"],["-0.79068068999999923e2","0.70615540000000124e2"],["-0.79143889999999999e2","0.70453873000000044e2"],["-0.79159728999999913e2",70.43803400000013],["-0.79174164000000019e2","0.70428040000000124e2"],[-79.18472300000002,"0.70423599000000024e2"],["-0.79209731999999974e2","0.70418045000000006e2"],["-0.79223891999999978e2","0.70419434000000024e2"],[-79.23582499999992,"0.70423309000000017e2"],["-0.79268889999999999e2","0.70436371000000008e2"],["-0.79291106999999954e2","0.70446930000000066e2"],["-0.79290557999999919e2","0.70453598000000056e2"],["-0.79291945999999996e2","0.70459717000000069e2"],[-79.30221599999993,"0.70473602000000142e2"],["-0.79308333999999888e2","0.70480270000000132e2"],["-0.79388061999999934e2",70.49275200000011],["-0.79403610000000015e2","0.70493316999999934e2"],["-0.79412780999999995e2","0.70491652999999928e2"],["-0.79420546999999942e2","0.70488876000000062e2"],["-0.79575561999999934e2",70.42942800000003],[-79.58555599999994,"0.70421371000000022e2"],["-0.79591110000000015e2","0.70413605000000018e2"],["-0.79591384999999946e2",70.40914900000007],["-0.79588897999999972e2","0.70399428999999998e2"],["-0.79575835999999981e2","0.70389984000000084e2"],["-0.79563613999999973e2","0.70385544000000095e2"],[-79.42361499999987,"0.70355820000000108e2"],["-0.79420546999999942e2","0.70359710999999947e2"],["-0.79416107000000011e2","0.70363602000000014e2"],["-0.79406661999999869e2","0.70367477000000008e2"],["-0.79386948000000018e2",70.37164300000012],["-0.79371657999999968e2","0.70371093999999971e2"],["-0.79357772999999895e2",70.36970500000001],["-0.79317229999999995e2","0.70360260000000096e2"],["-0.79295837000000006e2","0.70353043000000014e2"],["-0.79286666999999852e2","0.70349716000000058e2"],["-0.79266112999999962e2","0.70341094999999939e2"],["-0.79252791999999999e2","0.70333327999999995e2"],["-0.79243057000000022e2","0.70324707000000103e2"],["-0.79233321999999873e2","0.70318603999999937e2"],["-0.79224715999999944e2","0.70316085999999984e2"],["-0.79209441999999967e2","0.70313309000000061e2"],["-0.79125823999999909e2","0.70304703000000131e2"],["-0.79108886999999925e2","0.70304977000000065e2"],["-0.79099730999999963e2","0.70308594000000028e2"],["-0.79086670000000026e2","0.70317764000000068e2"],["-0.79088333000000034e2","0.70324707000000103e2"],["-0.79090560999999923e2","0.70329437000000098e2"],["-0.79085830999999985e2",70.33859300000006],["-0.79070847000000015e2","0.70340820000000122e2"],["-0.79056655999999919e2","0.70341369999999984e2"],["-0.79038895000000025e2","0.70340546000000018e2"],["-0.79027221999999995e2","0.70339432000000045e2"],[-78.98832699999997,"0.70331375000000037e2"],["-0.78966659999999933e2","0.70323318000000086e2"],["-0.78939162999999951e2","0.70311096000000134e2"],["-0.78921660999999915e2","0.70300812000000064e2"],["-0.78790558000000033e2","0.70205551000000014e2"],["-0.78777221999999995e2","0.70194976999999994e2"],["-0.78763061999999991e2","0.70183593999999971e2"],["-0.78753066999999874e2","0.70169434000000081e2"],[-78.74888599999997,"0.70162201000000039e2"],["-0.78737502999999947e2","0.70114989999999977e2"],["-0.78688599000000011e2","0.70054977000000122e2"],["-0.78683060000000012e2","0.70046371000000022e2"],["-0.78680282999999974e2","0.70040268000000083e2"],["-0.78664168999999958e2","0.70004166000000112e2"],["-0.78662506000000008e2","0.69983047000000113e2"],["-0.78662506000000008e2","0.69973037999999917e2"],["-0.78665008999999998e2","0.69961380000000077e2"],["-0.78676392000000021e2","0.69945250999999985e2"],["-0.78687774999999931e2","0.69934417999999994e2"],["-0.78704177999999899e2","0.69924148999999943e2"],["-0.78791945999999996e2",69.891098],[-78.84973100000002,"0.69886107999999979e2"],[-79.06639100000001,"0.69878310999999997e2"],[-79.17860399999995,"0.69883881000000088e2"],["-0.79200287000000003e2","0.69884430000000009e2"],[-79.37777699999998,"0.69886107999999979e2"],["-0.79408050999999944e2",69.88499500000006],["-0.79474716000000001e2","0.69878586000000041e2"],["-0.79526947000000007e2","0.69871918000000051e2"],["-0.79540832999999964e2","0.69868866000000139e2"],["-0.79553604000000007e2","0.69864700000000028e2"],["-0.79563889000000017e2","0.69859984999999995e2"],["-0.79576950000000011e2","0.69855819999999994e2"],["-0.79604996000000028e2","0.69849990999999989e2"],["-0.79636123999999938e2","0.69848038000000031e2"],["-0.79682495000000017e2","0.69848877000000016e2"],["-0.79694992000000013e2","0.69851089000000059e2"],["-0.79707229999999981e2","0.69855545000000006e2"],["-0.79773620999999991e2","0.69885544000000039e2"],["-0.79780288999999982e2","0.69890549000000078e2"],["-0.79786391999999978e2","0.69897217000000012e2"],["-0.79796386999999925e2","0.69908325000000048e2"],["-0.79801101999999958e2","0.69915543000000014e2"],["-0.79800277999999992e2","0.69917205999999965e2"],["-0.79803329000000019e2","0.69927475000000015e2"],["-0.79833617999999944e2","0.69949417000000039e2"],["-0.79891387999999949e2","0.69973877000000073e2"],["-0.80053054999999915e2","0.69997208000000114e2"],["-0.80168059999999969e2","0.70006377999999984e2"],["-0.80196945000000028e2","0.70008041000000105e2"],["-0.80232497999999964e2","0.70007767000000001e2"],["-0.80263061999999934e2","0.70002487000000087e2"],[-80.27305599999994,"0.69999709999999993e2"],["-0.80292496000000028e2",69.98692299999999],["-0.80307770000000005e2","0.69981093999999985e2"],[-80.31361400000003,"0.69980270000000019e2"],["-0.80326110999999912e2","0.69980270000000019e2"],["-0.80336120999999991e2","0.69982207999999957e2"],["-0.80434998000000007e2","0.70004990000000078e2"],[-80.45777899999996,"0.70013320999999962e2"],["-0.80466399999999965e2","0.70018051000000014e2"],[-80.47444200000001,"0.70024428999999998e2"],["-0.80485549999999932e2","0.70029434000000037e2"],["-0.80547774999999945e2",70.04414399999996],["-0.80561110999999983e2","0.70046936000000073e2"],["-0.80577498999999875e2","0.70048874000000012e2"],["-0.80597778000000005e2","0.70048035000000027e2"],["-0.80652221999999938e2","0.70038879000000065e2"],["-0.80669998000000021e2","0.70039978000000076e2"],["-0.80787505999999951e2","0.70050537000000134e2"],["-0.80906386999999995e2","0.70070831000000055e2"],[-81.06220999999988,"0.70085541000000035e2"],["-0.81225829999999974e2",70.09693900000002],["-0.81285552999999993e2","0.70095261000000107e2"],["-0.81378051999999968e2","0.70092484000000013e2"],["-0.81429992999999968e2","0.70093597000000102e2"],["-0.81462508999999955e2",70.09637500000008],["-0.81603058000000033e2","0.70113876000000005e2"],["-0.81698607999999922e2","0.70128585999999984e2"],["-0.81711670000000026e2","0.70130539000000113e2"],["-0.81728333000000021e2","0.70132202000000007e2"],["-0.81745834000000002e2",70.1308140000001],["-0.81756119000000012e2",70.12831099999994],["-0.81763335999999924e2","0.70123031999999967e2"],["-0.81761948000000018e2","0.70117477000000065e2"],["-0.81737503000000004e2","0.70093597000000102e2"],["-0.81718886999999881e2","0.70079163000000051e2"],["-0.81709732000000031e2","0.70074432000000115e2"],["-0.81687774999999874e2","0.70067764000000125e2"],["-0.81670546999999942e2","0.70065262000000075e2"],["-0.81625823999999966e2","0.70062759000000085e2"],["-0.81558333999999888e2","0.70056930999999963e2"],["-0.81539718999999934e2",70.053314],["-0.81531113000000005e2","0.70050812000000121e2"],["-0.81464721999999995e2","0.70024703999999986e2"],["-0.81313613999999973e2","0.70032211000000132e2"],["-0.81262221999999952e2","0.70016388000000063e2"],["-0.81188599000000011e2","0.69991089000000102e2"],["-0.81169723999999974e2","0.69982483000000002e2"],["-0.81153335999999911e2","0.69969986000000006e2"],[-81.15306099999998,"0.69963608000000022e2"],["-0.81154174999999896e2","0.69958327999999995e2"],["-0.81150283999999999e2","0.69945815999999979e2"],["-0.81142775999999969e2","0.69938034000000016e2"],["-0.81136123999999995e2","0.69933043999999995e2"],["-0.81126389000000017e2","0.69927765000000022e2"],["-0.81089721999999995e2","0.69913879000000009e2"],["-0.81028335999999967e2","0.69893600000000106e2"],["-0.80999999999999943e2","0.69886107999999979e2"],["-0.80939986999999974e2","0.69862762000000089e2"],["-0.80791381999999942e2","0.69790542999999957e2"],["-0.80769164999999873e2","0.69778045999999961e2"],["-0.80764175000000023e2","0.69770537999999988e2"],["-0.80763061999999991e2","0.69767212000000086e2"],["-0.80763061999999991e2","0.69760818000000086e2"],[-80.77555799999999,69.75221300000004],["-0.80826110999999912e2","0.69733597000000032e2"],["-0.80835555999999883e2","0.69730270000000075e2"],["-0.80849441999999954e2","0.69727203000000145e2"],["-0.80938889000000017e2","0.69714705999999978e2"],["-0.80952498999999989e2","0.69713882000000012e2"],["-0.80952224999999942e2","0.69732758000000047e2"],["-0.80955841000000021e2","0.69734420999999998e2"],["-0.81014449999999954e2","0.69745529000000147e2"],["-0.81023055999999997e2","0.69746094000000028e2"],["-0.81038054999999929e2","0.69748596000000077e2"],["-0.81074172999999917e2","0.69758040999999992e2"],["-0.81093063000000029e2","0.69764434999999992e2"],["-0.81103058000000033e2","0.69768326000000059e2"],["-0.81115554999999858e2","0.69776931999999988e2"],["-0.81129439999999931e2","0.69797760000000096e2"],["-0.81145843999999897e2","0.69812485000000038e2"],["-0.81166945999999996e2","0.69821380999999974e2"],["-0.81178878999999938e2","0.69824996999999996e2"],[-81.21665999999999,"0.69833603000000096e2"],["-0.81354445999999996e2","0.69880264000000125e2"],["-0.81433059999999955e2",69.91304000000008],["-0.81480559999999969e2","0.69926926000000037e2"],["-0.81491942999999878e2","0.69929703000000131e2"],["-0.81598891999999864e2",69.95248400000014],[-81.68249499999996,"0.69964431999999988e2"],["-0.81795273000000009e2","0.69988586000000112e2"],["-0.81945540999999878e2","0.70039978000000076e2"],["-0.81953887999999949e2","0.70043868999999972e2"],["-0.81957229999999981e2","0.70047211000000061e2"],["-0.81958618000000001e2","0.70052765000000079e2"],["-0.81966659999999933e2","0.70060532000000023e2"],["-0.82065001999999936e2","0.70095825000000048e2"],["-0.82101104999999905e2","0.70108032000000037e2"],["-0.82214447000000007e2","0.70134995000000004e2"],["-0.82361663999999962e2","0.70161377000000073e2"],["-0.82446655000000021e2","0.70174988000000042e2"],["-0.82475006000000008e2","0.70179428000000087e2"],["-0.82610001000000011e2","0.70207214000000135e2"],["-0.82739165999999898e2","0.70237762000000089e2"],["-0.82913894999999968e2","0.70282761000000107e2"],["-0.82938888999999961e2","0.70292205999999965e2"],["-0.82952224999999999e2","0.70296370999999965e2"],["-0.82977782999999988e2","0.70301926000000037e2"],["-0.82992766999999901e2","0.70303588999999988e2"],["-0.83006957999999997e2","0.70304703000000131e2"],["-0.83048049999999989e2","0.70306931000000134e2"],["-0.82897781000000009e2","0.70248595999999964e2"],["-0.82822234999999978e2","0.70220825000000104e2"],["-0.82683608999999933e2","0.70189972000000125e2"],["-0.82573623999999995e2","0.70171646000000123e2"],["-0.82493880999999988e2","0.70158875000000023e2"],["-0.82415282999999988e2","0.70143051000000071e2"],["-0.82299727999999902e2","0.70118866000000082e2"],["-0.82103058000000033e2","0.70065262000000075e2"],["-0.81976395000000025e2","0.70012206999999989e2"],["-0.81841674999999952e2","0.69963318000000015e2"],["-0.81773330999999928e2","0.69954162999999994e2"],["-0.81758056999999951e2","0.69951660000000004e2"],["-0.81725006000000008e2","0.69944138000000066e2"],["-0.81720001000000025e2","0.69941085999999984e2"],["-0.81710830999999985e2","0.69934142999999949e2"],["-0.81738327000000027e2","0.69876083000000051e2"],["-0.81741378999999881e2","0.69872757000000036e2"],["-0.81854171999999949e2","0.69855545000000006e2"],["-0.81880279999999914e2","0.69852478000000076e2"],["-0.81960281000000009e2","0.69844146999999964e2"],["-0.81962783999999886e2","0.69844711000000132e2"],["-0.81963333000000034e2","0.69847487999999998e2"],["-0.81962508999999955e2","0.69852768000000083e2"],["-0.81963333000000034e2","0.69857757999999933e2"],["-0.81972503999999958e2","0.69862487999999985e2"],["-0.81995270000000005e2","0.69872481999999991e2"],["-0.82001677999999856e2","0.69874694999999974e2"],["-0.82011123999999995e2","0.69875809000000118e2"],["-0.82020003999999858e2","0.69873871000000008e2"],["-0.82061661000000015e2","0.69859421000000054e2"],["-0.82118880999999874e2","0.69814697000000081e2"],[-82.11860699999994,69.81053200000008],["-0.82126098999999954e2","0.69784988000000055e2"],["-0.82129715000000033e2","0.69782486000000006e2"],["-0.82143340999999964e2","0.69781372000000033e2"],["-0.82189986999999917e2","0.69790267999999969e2"],["-0.82243606999999997e2","0.69801650999999993e2"],["-0.82271392999999989e2",69.82638500000013],["-0.82241668999999945e2","0.69828048999999965e2"],["-0.82224441999999954e2","0.69823608000000036e2"],["-0.82210280999999952e2","0.69826096000000007e2"],["-0.82206664999999987e2","0.69828598000000056e2"],["-0.82215011999999888e2","0.69832763999999997e2"],["-0.82303054999999915e2","0.69856644000000131e2"],["-0.82314163000000008e2","0.69857483000000116e2"],["-0.82403609999999958e2","0.69860260000000039e2"],["-0.82417769999999962e2","0.69857757999999933e2"],["-0.82526397999999972e2","0.69860809000000131e2"],["-0.82575012000000015e2",69.87081900000004],[-82.64416499999993,"0.69892487000000017e2"],["-0.82741378999999938e2","0.69910248000000138e2"],["-0.83035278000000005e2",69.98803700000002],["-0.83040832999999964e2","0.69993042000000059e2"],["-0.83044448999999929e2","0.70004166000000112e2"],["-0.83051392000000021e2","0.70008605999999929e2"],["-0.83066665999999998e2","0.70010818000000029e2"],["-0.83150283999999942e2","0.70009720000000129e2"],["-0.83238892000000021e2","0.69998871000000065e2"],["-0.83339171999999962e2","0.69979431000000091e2"],["-0.83345276000000013e2","0.69977203000000088e2"],["-0.83613891999999964e2","0.69948868000000118e2"],["-0.83654175000000009e2","0.69946365000000128e2"],["-0.83715285999999878e2","0.69947754000000145e2"],["-0.83898620999999991e2","0.69960815000000082e2"],["-0.83944716999999969e2","0.69965820000000122e2"],[-84.00167799999997,"0.69974152000000117e2"],["-0.84010833999999932e2","0.69976653999999996e2"],["-0.84041672000000005e2","0.69981369000000029e2"],["-0.84082779000000016e2","0.69985260000000096e2"],["-0.84161666999999966e2","0.69984985000000052e2"],["-0.84314162999999951e2","0.69979706000000078e2"],["-0.84560546999999872e2","0.69993866000000025e2"],[-84.65695199999999,"0.70002487000000087e2"],["-0.84728606999999897e2","0.70010269000000051e2"],["-0.84783889999999985e2",70.01887499999998],["-0.85163054999999929e2",70.09137000000004],["-0.85176102000000014e2","0.70093048000000124e2"],["-0.85335280999999952e2","0.70102478000000019e2"],["-0.85353881999999942e2","0.70103317000000004e2"],["-0.85369155999999975e2","0.70103591999999992e2"],["-0.85666397000000018e2","0.70104705999999965e2"],["-0.85719727000000034e2","0.70103591999999992e2"],["-0.85752501999999936e2","0.70101929000000041e2"],[-85.84722899999997,"0.70088882000000069e2"],["-0.85869445999999868e2","0.70085541000000035e2"],["-0.85874999999999943e2","0.70083328000000051e2"],["-0.85878051999999968e2","0.70076935000000105e2"],["-0.85876099000000011e2","0.70071930000000066e2"],["-0.85854720999999984e2","0.70040817000000061e2"],["-0.85851669000000015e2","0.70038315000000125e2"],["-0.85838333000000034e2","0.70041931000000034e2"],["-0.85826950000000011e2","0.70046371000000022e2"],["-0.85801940999999943e2",70.05442800000003],["-0.85785278000000005e2","0.70058319000000097e2"],["-0.85732772999999952e2","0.70066939999999988e2"],["-0.85691665999999941e2","0.70070541000000048e2"],["-0.85636397999999986e2","0.70071930000000066e2"],["-0.85618057000000022e2","0.70070831000000055e2"],["-0.85585555999999997e2","0.70067490000000021e2"],["-0.85468833999999902e2","0.70049263000000053e2"],["-0.85376937999999996e2","0.70032211000000132e2"],["-0.85350280999999995e2","0.70026382000000126e2"],[-85.25140399999998,"0.69998322000000087e2"],["-0.85243056999999908e2","0.69994979999999998e2"],["-0.85236114999999984e2","0.69989150999999993e2"],["-0.85239440999999943e2","0.69986649000000057e2"],["-0.85244995000000017e2","0.69984421000000111e2"],[-85.25778200000002,"0.69983871000000079e2"],[-85.41339099999999,"0.69997429000000125e2"],["-0.85441230999999959e2",70.00093099999998],["-0.85451224999999965e2","0.70001769999999908e2"],["-0.85577498999999932e2","0.70009995000000117e2"],["-0.85613892000000021e2","0.70009995000000117e2"],["-0.85635009999999909e2","0.70007491999999957e2"],["-0.85651947000000007e2",70.00360100000006],["-0.85678328999999906e2","0.69995254999999986e2"],["-0.85695267000000001e2","0.69991363999999919e2"],["-0.85726943999999946e2","0.69990539999999953e2"],["-0.85808334000000002e2",69.99859600000002],["-0.85823333999999988e2","0.70000275000000045e2"],["-0.85851944000000003e2","0.70005554000000018e2"],["-0.86093063000000029e2","0.70062484999999981e2"],["-0.86230835000000013e2","0.70098602000000142e2"],["-0.86255004999999926e2",70.10554500000012],["-0.86301940999999943e2","0.70121643000000006e2"],["-0.86326400999999976e2","0.70132202000000007e2"],["-0.86551940999999999e2","0.70234984999999995e2"],["-0.86556106999999997e2","0.70244705000000124e2"],["-0.86581115999999952e2","0.70356934000000081e2"],["-0.86577224999999999e2",70.36554000000001],[-86.55860899999999,"0.70386932000000002e2"],["-0.86541945999999996e2","0.70401382000000126e2"],["-0.86524170000000026e2","0.70411652000000061e2"],["-0.86512787000000003e2","0.70416382000000056e2"],["-0.86481109999999944e2","0.70424698000000149e2"],["-0.86448333999999932e2","0.70431655999999975e2"],["-0.86373046999999985e2","0.70445816000000093e2"],["-0.86313048999999864e2",70.46276899999998],["-0.86294997999999964e2","0.70472762999999986e2"],["-0.86287506000000008e2","0.70484420999999998e2"],["-0.86297774999999945e2","0.70494141000000127e2"],["-0.86313889000000017e2","0.70502777000000037e2"],["-0.86334441999999967e2","0.70511658000000125e2"],["-0.86353607000000011e2","0.70519440000000088e2"],[-86.36221299999994,"0.70522765999999933e2"],["-0.86374709999999993e2","0.70525269000000094e2"],["-0.86390839000000028e2","0.70522217000000012e2"],["-0.86389998999999989e2","0.70519989000000066e2"],["-0.86383895999999879e2","0.70513611000000083e2"],["-0.86375548999999978e2","0.70508881000000031e2"],["-0.86367767000000015e2","0.70504715000000147e2"],["-0.86350280999999995e2",70.49832200000003],["-0.86339721999999938e2","0.70491652999999928e2"],["-0.86339447000000007e2","0.70486374000000126e2"],[-86.34056099999998,"0.70483870999999965e2"],["-0.86363327000000027e2","0.70474152000000004e2"],[-86.37388599999997,"0.70470261000000107e2"],["-0.86407501000000025e2","0.70459991000000002e2"],[-86.51568599999996,"0.70433640000000025e2"],["-0.86565001999999936e2","0.70425537000000134e2"],["-0.86578338999999971e2","0.70422211000000118e2"],["-0.86589721999999995e2","0.70417479999999955e2"],[-86.62777699999998,"0.70395538000000101e2"],["-0.86651397999999972e2","0.70374695000000031e2"],["-0.86662216000000001e2","0.70361099000000081e2"],[-86.65943900000002,"0.70357208000000014e2"],["-0.86638335999999924e2","0.70324432000000058e2"],["-0.86647232000000031e2","0.70319443000000092e2"],["-0.86655563000000029e2","0.70318878000000041e2"],["-0.86839721999999995e2","0.70320267000000058e2"],["-0.86861938000000009e2","0.70322220000000016e2"],["-0.86876099000000011e2","0.70326096000000064e2"],["-0.86881103999999937e2","0.70329711999999972e2"],["-0.86990554999999915e2","0.70431655999999975e2"],["-0.86988892000000021e2","0.70435532000000023e2"],["-0.86982497999999964e2","0.70438873000000058e2"],["-0.86953613000000018e2","0.70442474000000118e2"],["-0.86936935000000005e2","0.70443313999999987e2"],[-86.92471299999994,"0.70446091000000081e2"],["-0.86922775000000001e2","0.70447754000000032e2"],["-0.86921386999999925e2","0.70451660000000061e2"],[-86.92193599999996,"0.70455550999999957e2"],["-0.86928329000000019e2","0.70460541000000035e2"],["-0.86937209999999936e2","0.70463608000000136e2"],["-0.86953338999999971e2","0.70467209000000025e2"],["-0.86967772999999909e2","0.70468048000000124e2"],["-0.86996384000000035e2","0.70467484000000013e2"],["-0.87034164000000033e2","0.70464157000000057e2"],["-0.87072509999999966e2","0.70457489000000123e2"],[-87.08944699999995,"0.70453323000000012e2"],["-0.87132767000000001e2","0.70439148000000102e2"],["-0.87140563999999983e2","0.70434981999999991e2"],["-0.87182220000000029e2","0.70399428999999998e2"],["-0.87184998000000007e2","0.70388596000000007e2"],[-87.05749499999996,"0.70381653000000028e2"],["-0.87043883999999991e2","0.70379974000000004e2"],["-0.87031676999999945e2","0.70377472000000125e2"],["-0.87010558999999944e2",70.37164300000012],["-0.86991378999999995e2","0.70364150999999993e2"],["-0.86981109999999944e2",70.35803199999998],["-0.86972777999999948e2","0.70351929000000041e2"],["-0.86976395000000025e2","0.70284714000000065e2"],["-0.86985824999999977e2","0.70281662000000097e2"],["-0.86999434999999949e2","0.70280548000000124e2"],["-0.87009170999999924e2","0.70281097000000102e2"],["-0.87107498000000021e2",70.28804000000008],["-0.87184433000000013e2","0.70295532000000037e2"],["-0.87255004999999983e2",70.30664100000007],[-87.5625,"0.70322768999999937e2"],["-0.87673614999999984e2","0.70319153000000085e2"],["-0.87669998000000021e2","0.70298598999999967e2"],["-0.87643889999999999e2","0.70295822000000044e2"],["-0.87628601000000003e2",70.29304500000012],[-87.61721799999998,"0.70289429000000098e2"],["-0.87610275000000001e2","0.70284714000000065e2"],["-0.87613327000000027e2","0.70281936999999971e2"],[-87.62388599999997,"0.70278046000000074e2"],["-0.87704177999999956e2","0.70257217000000082e2"],[-87.77694699999995,70.24331699999999],["-0.87796951000000035e2","0.70240265000000079e2"],["-0.87833892999999989e2","0.70238037000000134e2"],[-87.8663939999999,"0.70238876000000062e2"],["-0.87914444000000003e2",70.24136400000009],["-0.87923049999999989e2","0.70242751999999996e2"],["-0.87935546999999985e2",70.24693300000007],["-0.88012825000000021e2","0.70277267000000109e2"],["-0.88088165000000004e2","0.70285095000000126e2"],["-0.88138610999999912e2","0.70296097000000032e2"],["-0.88250564999999938e2","0.70321381000000031e2"],["-0.88263061999999934e2","0.70325272000000098e2"],["-0.88264724999999942e2","0.70328049000000021e2"],["-0.88256957999999997e2","0.70333878000000027e2"],["-0.88214171999999962e2","0.70351379000000009e2"],[-88.20666499999993,"0.70352478000000133e2"],["-0.88061774999999955e2","0.70329544000000055e2"],[-88.05494699999997,"0.70327369999999974e2"],["-0.88050109999999904e2","0.70325042999999994e2"],["-0.88038283999999919e2","0.70315536000000122e2"],["-0.88030784999999923e2","0.70314033999999992e2"],[-88.02427699999987,"0.70313202000000103e2"],["-0.87994445999999982e2",70.31203499999998],["-0.87916397000000018e2","0.70301926000000037e2"],["-0.87901671999999905e2","0.70304428000000144e2"],["-0.87888610999999969e2","0.70308029000000033e2"],["-0.87879989999999964e2","0.70311371000000122e2"],["-0.87882492000000013e2","0.70316375999999991e2"],["-0.87889998999999989e2","0.70321930000000009e2"],["-0.87914718999999991e2","0.70331665000000044e2"],["-0.88083618000000001e2","0.70378036000000066e2"],["-0.88111938000000009e2","0.70384155000000078e2"],["-0.88166945999999996e2","0.70394440000000031e2"],["-0.88374434999999949e2","0.70432205000000124e2"],["-0.88439986999999917e2","0.70438583000000051e2"],["-0.88579177999999956e2","0.70450271999999984e2"],["-0.88670272999999952e2","0.70453598000000056e2"],["-0.88679442999999992e2","0.70453598000000056e2"],["-0.88693053999999961e2","0.70455261000000121e2"],["-0.88797775000000001e2","0.70489700000000028e2"],["-0.88897506999999962e2",70.53276100000005],["-0.88914443999999889e2","0.70546096999999975e2"],["-0.88985824999999863e2","0.70608322000000101e2"],[-89.00389100000001,"0.70624984999999981e2"],["-0.89009170999999981e2","0.70636383000000023e2"],["-0.88999999999999943e2","0.70645538000000045e2"],["-0.88999725000000012e2","0.70651657000000057e2"],["-0.89005279999999914e2","0.70656936999999971e2"],["-0.89076674999999966e2","0.70696930000000009e2"],["-0.89105834999999956e2","0.70707489000000066e2"],["-0.89118880999999988e2","0.70711380000000133e2"],["-0.89143889999999942e2","0.70717209000000139e2"],["-0.89203888000000006e2","0.70737198000000035e2"],["-0.89261123999999995e2","0.70759720000000129e2"],["-0.89285278000000005e2","0.70769714000000135e2"],["-0.89330565999999919e2","0.70791931000000034e2"],["-0.89369719999999973e2","0.70814697000000081e2"],["-0.89374161000000015e2","0.70819153000000142e2"],["-0.89448333999999988e2","0.70902481000000023e2"],["-0.89447219999999902e2","0.70906647000000078e2"],["-0.89443603999999937e2","0.70910262999999929e2"],["-0.89432495000000017e2","0.70915268000000026e2"],["-0.89416397000000018e2","0.70918594000000041e2"],["-0.89371658000000025e2","0.70925812000000064e2"],["-0.89298614999999927e2","0.70933043999999995e2"],["-0.89222777999999948e2","0.70935531999999967e2"],[-89.20944199999991,"0.70939147999999989e2"],["-0.89205840999999964e2","0.70942749000000049e2"],["-0.89188599000000011e2","0.70960815000000025e2"],["-0.89195267000000001e2","0.70968323000000055e2"],["-0.89205565999999919e2","0.70973602000000028e2"],["-0.89270279000000016e2","0.70983597000000145e2"],["-0.89315276999999924e2","0.70991653000000042e2"],["-0.89340560999999923e2","0.70997482000000048e2"],["-0.89354720999999927e2","0.71001937999999939e2"],[-89.49499499999996,71.0577550000001],["-0.89549727999999959e2","0.71088593000000117e2"],["-0.89491378999999938e2","0.71092209000000139e2"],["-0.89469726999999978e2","0.71091933999999924e2"],["-0.89228333000000021e2","0.71072768999999994e2"],["-0.89216948999999943e2",71.06999200000007],["-0.89208617999999944e2","0.71063034000000073e2"],["-0.89215285999999935e2","0.71056641000000127e2"],["-0.89218063000000029e2","0.71050812000000121e2"],["-0.89212509000000011e2","0.71045532000000037e2"],["-0.89203063999999983e2",71.03804000000008],["-0.89196655000000021e2","0.71035263000000043e2"],["-0.89178604000000007e2","0.71031372000000147e2"],["-0.89134444999999971e2","0.71026932000000102e2"],["-0.89117767000000015e2","0.71026657000000114e2"],["-0.89100829999999917e2","0.71027771000000087e2"],["-0.89076110999999969e2","0.71030272999999966e2"],["-0.89039443999999946e2","0.71035263000000043e2"],["-0.88979996000000028e2","0.71041092000000049e2"],["-0.88904723999999987e2","0.71045258000000103e2"],["-0.88689163000000008e2","0.71046936000000017e2"],["-0.88617767000000015e2","0.71044434000000138e2"],["-0.88490279999999984e2","0.71031097000000102e2"],["-0.88478881999999942e2","0.71029709000000025e2"],[-88.43249499999996,"0.71021927000000062e2"],["-0.88380279999999971e2","0.71011931999999945e2"],["-0.88369155999999975e2","0.71007492000000127e2"],["-0.88365829000000019e2","0.71001937999999939e2"],[-88.36332699999997,70.99552900000009],["-0.88362503000000004e2","0.70990265000000136e2"],["-0.88362777999999992e2","0.70984146000000067e2"],["-0.88360274999999945e2","0.70977767999999969e2"],["-0.88356948999999986e2","0.70972214000000122e2"],["-0.88343612999999948e2","0.70961380000000077e2"],["-0.88332503999999972e2","0.70957213999999965e2"],["-0.88318618999999899e2",70.95387299999993],["-0.88289718999999934e2","0.70950272000000098e2"],["-0.88260833999999988e2","0.70947754000000089e2"],["-0.88025283999999942e2","0.70930542000000059e2"],["-0.87999999999999886e2","0.70929153000000099e2"],["-0.87968886999999881e2","0.70928588999999931e2"],["-0.87930557000000022e2","0.70929428000000087e2"],["-0.87912780999999995e2","0.70931366000000025e2"],["-0.87857772999999895e2","0.70941360000000032e2"],["-0.87798049999999932e2","0.70949707000000046e2"],["-0.87752791999999999e2","0.70953598000000113e2"],["-0.87699996999999996e2","0.70955551000000071e2"],["-0.87664443999999946e2","0.70954712000000086e2"],[-87.62748699999986,70.95138500000013],["-0.87610549999999932e2","0.70949417000000039e2"],["-0.87559433000000013e2","0.70947479000000101e2"],[-87.43582200000003,"0.70944976999999994e2"],["-0.87371216000000004e2","0.70944725000000119e2"],["-0.87353607000000011e2","0.70945250999999928e2"],[-87.345551,"0.70949417000000039e2"],["-0.87343063000000029e2","0.70954162999999937e2"],["-0.87343613000000005e2","0.70959427000000119e2"],["-0.87337783999999886e2","0.70969986000000006e2"],["-0.87329177999999956e2","0.70980545000000006e2"],[-87.30860899999999,70.99552900000009],["-0.87298889000000031e2",71],["-0.87286117999999988e2","0.71004166000000112e2"],["-0.87267226999999878e2","0.71006942999999978e2"],["-0.87246947999999918e2","0.71009155000000078e2"],["-0.87212508999999955e2","0.71007492000000127e2"],["-0.87151397999999858e2",71],["-0.87141388000000006e2","0.70997757000000036e2"],[-87.11610399999995,"0.70994705000000124e2"],["-0.87051392000000021e2","0.70987761999999975e2"],["-0.87033614999999998e2","0.70986649000000057e2"],["-0.87017501999999922e2","0.70986649000000057e2"],["-0.87004180999999903e2","0.70990265000000136e2"],["-0.87003066999999987e2","0.70991089000000102e2"],["-0.87002791999999999e2","0.70994141000000013e2"],["-0.87009734999999978e2","0.70996093999999971e2"],["-0.87039444000000003e2","0.71000823999999966e2"],["-0.87135009999999966e2","0.71011383000000023e2"],["-0.87166397000000018e2","0.71014435000000105e2"],["-0.87184433000000013e2",71.01527400000009],["-0.87279175000000009e2","0.71026932000000102e2"],["-0.87385833999999988e2","0.71041930999999977e2"],["-0.87394729999999981e2","0.71043594000000098e2"],["-0.87404723999999931e2","0.71047211000000061e2"],["-0.87410827999999981e2",71.053314],["-0.87472777999999948e2","0.71074157999999954e2"],["-0.87572783999999956e2",71.09526100000005],["-0.87701400999999976e2","0.71123306000000071e2"],["-0.87712783999999999e2","0.71126082999999994e2"],["-0.87760283999999956e2","0.71143051000000071e2"],["-0.87848891999999864e2","0.71184982000000048e2"],["-0.87851943999999946e2","0.71191925000000026e2"],["-0.87852492999999981e2",71.19720500000011],[-87.848343,"0.71202209000000039e2"],["-0.87825286999999946e2","0.71217209000000025e2"],["-0.87823059000000001e2","0.71223601999999971e2"],["-0.87816665999999941e2","0.71254714999999976e2"],["-0.87821945000000028e2","0.71258331000000055e2"],["-0.87829452999999944e2","0.71261932000000115e2"],["-0.87844161999999926e2","0.71264160000000061e2"],["-0.87900283999999999e2","0.71268600000000049e2"],["-0.87911666999999909e2","0.71266936999999984e2"],["-0.87971938999999963e2","0.71250274999999988e2"],["-0.88019729999999981e2","0.71236098999999967e2"],["-0.88034163999999976e2","0.71231658999999979e2"],["-0.88041945999999939e2","0.71228867000000037e2"],["-0.88131103999999993e2","0.71219147000000135e2"],["-0.88321670999999981e2","0.71228592000000049e2"],["-0.88583618000000001e2","0.71234984999999995e2"],[-88.70666499999993,"0.71247756999999979e2"],["-0.88849990999999989e2","0.71259720000000016e2"],["-0.89058043999999995e2","0.71276382000000012e2"],[-89.20666499999993,"0.71283325000000048e2"],["-0.89299163999999962e2","0.71287491000000102e2"],[-89.42860399999995,"0.71294434000000081e2"],["-0.89703888000000006e2",71.31581100000011],["-0.89816665999999998e2","0.71324997000000053e2"],["-0.89830001999999979e2","0.71328872999999987e2"],[-89.89973399999991,"0.71351379000000122e2"],["-0.89907227000000034e2","0.71354706000000078e2"],["-0.89964721999999995e2","0.71411377000000016e2"],["-0.89968613000000005e2","0.71416931000000034e2"],["-0.89983063000000016e2","0.71446930000000009e2"],["-0.90010558999999887e2",71.57777400000009],["-0.90013061999999934e2","0.71600266000000033e2"],["-0.90004729999999938e2","0.71630813999999987e2"],[-90.00306699999993,"0.71635817999999972e2"],[-89.99722300000002,"0.71641373000000044e2"],["-0.89964721999999995e2","0.71655822999999941e2"],["-0.89932769999999948e2","0.71667755000000113e2"],["-0.89896117999999944e2","0.71679977000000065e2"],["-0.89884734999999921e2","0.71684708000000001e2"],["-0.89817504999999983e2","0.71724701000000039e2"],["-0.89808334000000002e2","0.71747757000000092e2"],["-0.89821395999999936e2","0.71760269000000051e2"],["-0.89831389999999942e2","0.71760269000000051e2"],["-0.89836120999999991e2","0.71761658000000068e2"],["-0.89843062999999972e2","0.71764434999999992e2"],["-0.89893615999999952e2","0.71789428999999927e2"],["-0.89954453000000001e2","0.71820541000000048e2"],["-0.89960281000000009e2","0.71824158000000011e2"],["-0.90026672000000019e2","0.71892761000000064e2"],["-0.90048614999999984e2","0.71953873000000101e2"],["-0.90001113999999916e2","0.72063034000000073e2"],["-0.89993057000000022e2","0.72070540999999992e2"],["-0.89962783999999999e2",72.07748399999997],["-0.89812209999999993e2","0.72111923000000047e2"],["-0.89750838999999928e2",72.12303199999991],["-0.89738891999999964e2","0.72124985000000038e2"],["-0.89725829999999974e2","0.72124695000000031e2"],["-0.89718886999999995e2","0.72121917999999937e2"],["-0.89715835999999967e2","0.72118591000000038e2"],["-0.89704726999999991e2","0.72113312000000008e2"],["-0.89691665999999941e2","0.72109985000000108e2"],["-0.89682494999999903e2","0.72110535000000141e2"],["-0.89664718999999934e2","0.72113312000000008e2"],["-0.89597503999999958e2","0.72148331000000098e2"],["-0.89579726999999991e2","0.72158874999999966e2"],["-0.89574721999999952e2","0.72163605000000018e2"],["-0.89576674999999966e2","0.72169144000000017e2"],["-0.89584732000000031e2","0.72175811999999951e2"],["-0.89598891999999978e2","0.72178040000000124e2"],["-0.89618057000000022e2",72.17886400000009],["-0.89676665999999955e2",72.17692599999998],["-0.89705841000000021e2","0.72174697999999978e2"],["-0.89724716000000001e2","0.72172485000000052e2"],["-0.89738891999999964e2","0.72168593999999985e2"],["-0.89759445000000028e2","0.72159988000000055e2"],["-0.89770553999999947e2","0.72157485999999949e2"],["-0.89780563000000029e2","0.72157485999999949e2"],["-0.89802489999999921e2","0.72161925999999994e2"],["-0.89892226999999991e2","0.72186919999999986e2"],["-0.89897232000000031e2","0.72188583000000051e2"],["-0.89901397999999915e2","0.72194137999999953e2"],["-0.89939437999999939e2","0.72261932000000058e2"],["-0.89954177999999956e2","0.72304977000000065e2"],["-0.89957503999999915e2","0.72316086000000098e2"],[-89.95666499999993,"0.72321655000000135e2"],["-0.89913329999999974e2","0.72422211000000061e2"],["-0.89907500999999968e2","0.72432205000000067e2"],[-89.89056399999987,"0.72444977000000051e2"],[-89.87249799999995,"0.72449142000000052e2"],["-0.89860275000000001e2","0.72451096000000121e2"],["-0.89813613999999973e2","0.72456650000000081e2"],["-0.89799438000000009e2",72.46026599999999],["-0.89793609999999887e2","0.72462768999999923e2"],["-0.89777221999999995e2","0.72493866000000025e2"],["-0.89775283999999886e2","0.72498596000000077e2"],["-0.89772506999999962e2",72.51998900000001],["-0.89772781000000009e2","0.72526093000000003e2"],["-0.89786666999999966e2","0.72559982000000048e2"],["-0.89753890999999953e2",72.60554499999995],["-0.89736937999999952e2","0.72616652999999985e2"],["-0.89699996999999939e2","0.72625259000000085e2"],["-0.89678329000000019e2","0.72629424999999969e2"],[-89.65695199999999,"0.72630264000000125e2"],["-0.89643616000000009e2",72.62692300000009],["-0.89614715999999987e2","0.72616089000000045e2"],["-0.89597503999999958e2","0.72614700000000028e2"],["-0.89572784000000013e2","0.72616928000000144e2"],["-0.89560546999999929e2","0.72621918000000051e2"],["-0.89470550999999944e2","0.72666091999999992e2"],["-0.89473617999999874e2","0.72672485000000108e2"],["-0.89511947999999961e2","0.72688873000000001e2"],["-0.89525283999999999e2","0.72693863000000022e2"],["-0.89549164000000019e2","0.72691085999999927e2"],["-0.89567504999999926e2","0.72693039000000056e2"],["-0.89574721999999952e2","0.72698868000000061e2"],["-0.89580001999999922e2","0.72711105000000032e2"],["-0.89581389999999999e2",72.71775800000006],["-0.89574721999999952e2","0.72785263000000043e2"],["-0.89569457999999941e2","0.72786925999999937e2"],["-0.89479445999999996e2","0.72779709000000025e2"],["-0.89446380999999917e2","0.72775542999999971e2"],[-89.36471599999993,"0.72762206999999989e2"],["-0.89330565999999919e2","0.72755829000000006e2"],["-0.89294158999999922e2","0.72797211000000061e2"],["-0.89333327999999995e2","0.72950546000000145e2"],["-0.89358337000000006e2","0.72965271000000087e2"],["-0.89361388999999974e2","0.72991652999999985e2"],["-0.89308883999999978e2","0.73048324999999977e2"],["-0.89228333000000021e2","0.73125809000000004e2"],["-0.89043335000000013e2","0.73252486999999974e2"],["-0.89035827999999981e2","0.73257492000000013e2"],[-89.00028999999995,"0.73278320000000122e2"],["-0.88990554999999972e2","0.73283599999999979e2"],["-0.88856948999999986e2","0.73336105000000032e2"],["-0.88695830999999941e2","0.73411926000000108e2"],[-88.68360899999999,"0.73417480000000069e2"],["-0.88468062999999972e2","0.73491928000000087e2"],["-0.88433318999999926e2","0.73514159999999947e2"],["-0.88409164000000033e2","0.73523605000000032e2"],["-0.88286391999999978e2","0.73566939999999988e2"],["-0.88263061999999934e2","0.73573883000000023e2"],["-0.88074721999999895e2","0.73627762000000018e2"],["-0.87974441999999954e2","0.73654709000000139e2"],[-87.92332499999992,"0.73667755000000056e2"],["-0.87817229999999995e2","0.73694427000000132e2"],["-0.87780288999999982e2","0.73703048999999965e2"],["-0.87739990000000034e2","0.73711380000000077e2"],["-0.87539444000000003e2","0.73746643000000063e2"],["-0.87456664999999987e2","0.73760269000000051e2"],["-0.87183608999999933e2","0.73792755000000113e2"],["-0.87049438000000009e2",73.80831900000004],[-86.71665999999999,"0.73840820000000122e2"],["-0.86596663999999976e2",73.84526100000005],["-0.86493057000000022e2","0.73844437000000084e2"],["-0.86401397999999915e2","0.73845824999999991e2"],["-0.86239440999999999e2","0.73849152000000117e2"],["-0.86208618000000001e2","0.73849991000000102e2"],["-0.86109160999999972e2","0.73849991000000102e2"],["-0.85747771999999998e2","0.73836380000000133e2"],["-0.85706664999999987e2","0.73832214000000022e2"],["-0.85553054999999972e2","0.73820830999999998e2"],["-0.85520003999999972e2",73.81999200000007],["-0.85462508999999955e2","0.73820830999999998e2"],["-0.85421936000000017e2","0.73824158000000125e2"],["-0.85307770000000005e2","0.73821106000000043e2"],[-85.16332999999986,"0.73813309000000061e2"],["-0.85121108999999933e2","0.73809981999999991e2"],["-0.85104995999999971e2","0.73808029000000033e2"],["-0.85069457999999884e2","0.73801926000000094e2"],["-0.85034728999999913e2","0.73794708000000071e2"],["-0.84970001000000025e2","0.73777771000000087e2"],["-0.84837783999999999e2","0.73741652999999985e2"],["-0.84842772999999966e2","0.73735809000000017e2"],["-0.84865554999999915e2","0.73713318000000015e2"],["-0.84922501000000011e2","0.73680267000000072e2"],["-0.84931380999999988e2",73.67553700000002],["-0.84956116000000009e2","0.73665267999999969e2"],["-0.84985000999999954e2","0.73655823000000112e2"],["-0.85340835999999854e2","0.73556366000000139e2"],["-0.85596389999999985e2","0.73486649000000114e2"],["-0.85766402999999855e2","0.73425262000000032e2"],["-0.85851104999999961e2",73.391098],["-0.85930282999999974e2",73.355255],["-0.86046660999999858e2","0.73287201000000039e2"],["-0.86137787000000003e2","0.73228867000000037e2"],["-0.86292220999999984e2","0.73103317000000118e2"],["-0.86296386999999982e2","0.73097488000000055e2"],["-0.86294448999999929e2","0.73091095000000109e2"],["-0.86288895000000025e2","0.73087204000000042e2"],[-86.28443900000002,73.08248900000001],["-0.86284163999999976e2","0.73077208999999982e2"],["-0.86287216000000001e2","0.73072495000000004e2"],["-0.86328339000000028e2","0.73036651999999947e2"],["-0.86454452999999887e2","0.72963607999999965e2"],["-0.86474716000000001e2","0.72953323000000069e2"],["-0.86495269999999891e2","0.72943314000000044e2"],[-86.50556899999998,"0.72938309000000004e2"],["-0.86571120999999948e2","0.72908875000000023e2"],["-0.86627212999999927e2","0.72883605999999986e2"],["-0.86647506999999962e2","0.72873306000000071e2"],["-0.86653610000000015e2","0.72868866000000082e2"],["-0.86658339999999953e2","0.72863602000000071e2"],["-0.86695540999999992e2","0.72819153000000142e2"],["-0.86696654999999964e2","0.72816666000000055e2"],["-0.86732773000000009e2","0.72716095000000109e2"],["-0.86703339000000028e2","0.72659148999999957e2"],["-0.86698333999999988e2","0.72652205999999978e2"],["-0.86686935000000005e2","0.72644714000000022e2"],["-0.86662216000000001e2","0.72631653000000085e2"],["-0.86638335999999924e2","0.72620529000000033e2"],["-0.86611389000000031e2",72.60914600000001],["-0.86504181000000017e2",72.56860400000005],["-0.86479720999999984e2",72.56053200000008],["-0.86466110000000015e2","0.72556365999999969e2"],["-0.86451401000000033e2","0.72553040000000124e2"],["-0.86414443999999946e2","0.72541656000000046e2"],["-0.86397232000000031e2","0.72534988000000055e2"],["-0.86353057999999976e2","0.72511658000000068e2"],[-86.33805799999999,"0.72503051999999968e2"],["-0.86283066000000019e2","0.72468323000000112e2"],["-0.86275832999999977e2","0.72463318000000072e2"],["-0.86267776000000026e2","0.72456375000000094e2"],["-0.86255004999999926e2","0.72443588000000091e2"],["-0.86240829000000019e2","0.72420258000000103e2"],["-0.86240829000000019e2","0.72406647000000135e2"],[-86.24610899999999,"0.72394989000000123e2"],["-0.86258057000000008e2","0.72384430000000066e2"],["-0.86275283999999942e2","0.72373871000000008e2"],["-0.86308043999999995e2","0.72359146000000067e2"],["-0.86350829999999917e2","0.72339156999999943e2"],["-0.86377776999999924e2","0.72323608000000036e2"],["-0.86396117999999944e2",72.30914300000012],["-0.86428054999999915e2","0.72281937000000084e2"],[-86.43582200000003,"0.72270264000000054e2"],["-0.86455276000000026e2","0.72207214000000079e2"],["-0.86434432999999956e2","0.72049987999999928e2"],["-0.86432495000000017e2","0.72043319999999994e2"],["-0.86425827000000027e2","0.72024993999999992e2"],["-0.86420546999999999e2","0.72012771999999984e2"],["-0.86336670000000026e2","0.71951934999999992e2"],["-0.86166107000000011e2","0.71824996999999996e2"],["-0.86132766999999944e2","0.71795822000000101e2"],["-0.86110549999999989e2",71.783051],["-0.86078613000000018e2","0.71775542999999971e2"],["-0.86051666000000012e2","0.71771652000000074e2"],["-0.86024444999999957e2","0.71765823000000069e2"],["-0.85947219999999959e2","0.71726928999999984e2"],["-0.85905563000000029e2","0.71699707000000046e2"],["-0.85871933000000013e2","0.71676926000000037e2"],["-0.85500838999999985e2","0.71511108000000092e2"],["-0.85391952999999944e2","0.71481659000000093e2"],["-0.85374161000000015e2",71.47886699999998],["-0.85228606999999954e2","0.71465546000000074e2"],["-0.84948607999999979e2","0.71421646000000067e2"],[-84.93472300000002,"0.71418319999999994e2"],["-0.84929992999999968e2","0.71414429000000098e2"],["-0.84859160999999972e2","0.71321105999999986e2"],["-0.84838057999999933e2",71.29193099999992],["-0.84834166999999979e2","0.71285262999999986e2"],[-84.83277899999996,"0.71278869999999984e2"],["-0.84833892999999932e2","0.71274154999999951e2"],["-0.84835555999999997e2","0.71271652000000017e2"],[-84.848343,"0.71269440000000145e2"],["-0.84868606999999997e2","0.71268875000000094e2"],["-0.84921660999999972e2","0.71270828000000051e2"],["-0.85041945999999996e2","0.71278594999999996e2"],["-0.85172500999999897e2","0.71272490999999945e2"],["-0.85173888999999974e2","0.71269989000000066e2"],["-0.85178329000000019e2","0.71266388000000006e2"],["-0.85389998999999932e2","0.71196640000000059e2"],["-0.85399993999999936e2","0.71193862999999965e2"],[-85.50028999999995,"0.71177200000000084e2"],["-0.85514724999999999e2","0.71176086000000112e2"],["-0.85532501000000025e2","0.71177200000000084e2"],["-0.85663054999999986e2","0.71194427000000132e2"],["-0.85761397999999986e2","0.71192200000000071e2"],["-0.85838333000000034e2","0.71187485000000038e2"],["-0.85932769999999948e2",71.17886400000009],["-0.85966659999999933e2","0.71171097000000145e2"],["-0.86170836999999949e2","0.71106934000000081e2"],["-0.86210830999999985e2",71.09387200000009],[-86.21444699999995,"0.71089705999999978e2"],["-0.86206954999999994e2","0.71083878000000084e2"],["-0.86206115999999952e2","0.71078049000000021e2"],["-0.86212783999999999e2","0.71072768999999994e2"],[-86.24888599999997,"0.71058594000000085e2"],["-0.86288605000000018e2","0.71052200000000028e2"],[-86.408051,"0.71035263000000043e2"],["-0.86450835999999924e2","0.71031372000000147e2"],["-0.86517775999999969e2","0.71031661999999983e2"],["-0.86643889999999999e2","0.71019439999999975e2"],["-0.86749999999999943e2","0.71007766999999944e2"],["-0.86770278999999903e2","0.71004166000000112e2"],["-0.86785552999999993e2","0.71000275000000045e2"],["-0.86798614999999984e2","0.70996368000000075e2"],["-0.86819167999999877e2",70.98942599999998],["-0.86820007000000032e2","0.70988586000000112e2"],["-0.86806655999999975e2","0.70983871000000079e2"],[-86.75778200000002,70.97665399999994],["-0.86713057999999933e2","0.70974152000000061e2"],["-0.86601943999999946e2",70.97164900000007],["-0.86547500999999954e2","0.70978867000000093e2"],["-0.86430283000000031e2","0.70988876000000118e2"],["-0.86292220999999984e2","0.71000275000000045e2"],["-0.86270279000000016e2","0.71002777000000094e2"],["-0.86224166999999852e2","0.71014435000000105e2"],["-0.86026947000000007e2","0.71071381000000088e2"],["-0.85832503999999915e2","0.71127197000000137e2"],["-0.85802215999999987e2","0.71135818000000029e2"],["-0.85779174999999952e2","0.71139160000000004e2"],["-0.85670273000000009e2","0.71148880000000077e2"],["-0.85650283999999999e2","0.71149428999999998e2"],["-0.85505004999999983e2","0.71158034999999927e2"],["-0.85411666999999966e2",71.17442299999999],["-0.85391678000000013e2","0.71174988000000042e2"],["-0.85288605000000018e2","0.71159149000000127e2"],["-0.85274169999999913e2",71.15525800000006],["-0.85110549999999989e2","0.71161652000000061e2"],["-0.85042220999999927e2","0.71181656000000032e2"],["-0.85037216000000001e2","0.71183044000000109e2"],[-84.99888599999997,"0.71187485000000038e2"],["-0.84961670000000026e2","0.71188583000000108e2"],["-0.84944152999999972e2","0.71187195000000031e2"],["-0.84875274999999988e2","0.71172760000000096e2"],["-0.84849990999999989e2","0.71154709000000082e2"],[-84.84584000000001,"0.71147766000000104e2"],[-84.87110899999999,"0.71073607999999922e2"],["-0.84875823999999852e2",71.06999200000007],["-0.84879714999999919e2","0.71069442999999922e2"],["-0.84904175000000009e2","0.71078049000000021e2"],["-0.84935821999999973e2","0.71092483999999956e2"],["-0.84950561999999934e2",71.09693900000002],["-0.84966110000000015e2",71.10026600000009],[-84.9808349999999,"0.71101089000000002e2"],[-85.00111400000003,"0.71100815000000068e2"],["-0.85142226999999934e2","0.71086380000000133e2"],["-0.85146956999999986e2","0.71082764000000054e2"],["-0.85112777999999935e2","0.71079163000000051e2"],["-0.85061385999999914e2","0.71076385000000016e2"],[-84.99221799999998,"0.71077484000000027e2"],["-0.84976668999999902e2","0.71075821000000076e2"],["-0.84960281000000009e2","0.71072220000000016e2"],[-84.92971799999998,"0.71004440000000045e2"],["-0.84926940999999943e2","0.70988037000000134e2"],["-0.84930282999999974e2","0.70981659000000036e2"],["-0.84941375999999991e2","0.70970535000000098e2"],["-0.84950835999999981e2","0.70965546000000131e2"],["-0.84963333000000034e2","0.70955826000000059e2"],["-0.84975280999999995e2","0.70945250999999928e2"],["-0.84976105000000018e2","0.70933318999999983e2"],["-0.84970839999999953e2","0.70927474999999959e2"],["-0.84964721999999938e2","0.70922485000000108e2"],["-0.84958618000000001e2","0.70919434000000081e2"],["-0.84941100999999946e2","0.70918045000000063e2"],["-0.84814162999999951e2","0.70919434000000081e2"],["-0.84798888999999974e2","0.70921646000000123e2"],["-0.84793610000000001e2","0.70926650999999993e2"],["-0.84748336999999992e2","0.70975539999999967e2"],["-0.84748046999999985e2","0.70988037000000134e2"],["-0.84771118000000001e2","0.71037490999999989e2"],["-0.84803604000000007e2","0.71047211000000061e2"],["-0.84819167999999991e2","0.71057480000000112e2"],["-0.84827788999999996e2","0.71068328999999949e2"],["-0.84829726999999878e2","0.71073317999999915e2"],["-0.84828888000000006e2","0.71079987000000017e2"],["-0.84826675000000023e2","0.71085541000000148e2"],["-0.84801392000000021e2","0.71148605000000032e2"],["-0.84766662999999994e2","0.71197479000000044e2"],["-0.84770843999999954e2","0.71254990000000021e2"],["-0.84781386999999938e2","0.71261932000000115e2"],["-0.84786666999999909e2","0.71267761000000121e2"],["-0.84793059999999969e2","0.71278046000000018e2"],["-0.84796660999999915e2","0.71297485000000108e2"],["-0.84797226000000023e2","0.71303314000000114e2"],["-0.84762511999999901e2","0.71406646999999964e2"],["-0.84749434999999949e2","0.71416655999999989e2"],["-0.84731948999999929e2","0.71424698000000149e2"],[-84.720551,71.428314],["-0.84693053999999961e2","0.71434143000000006e2"],["-0.84678329000000019e2","0.71435257000000036e2"],["-0.84660004000000015e2","0.71431655999999975e2"],["-0.84653060999999923e2","0.71431931000000134e2"],["-0.84571670999999924e2","0.71440810999999997e2"],["-0.84557495000000017e2","0.71444138000000123e2"],["-0.84547774999999945e2","0.71447478999999987e2"],["-0.84539169000000015e2","0.71451660000000061e2"],["-0.84531951999999933e2","0.71456940000000145e2"],["-0.84526108000000022e2",71.46887200000009],["-0.84526397999999915e2","0.71478316999999947e2"],["-0.84530563000000029e2","0.71492477000000065e2"],["-0.84533614999999941e2","0.71502486999999974e2"],["-0.84546660999999972e2","0.71527480999999966e2"],["-0.84554717999999923e2","0.71541092000000106e2"],["-0.84561385999999914e2","0.71549988000000042e2"],["-0.84564437999999939e2","0.71552475000000129e2"],["-0.84610275000000001e2","0.71562759000000142e2"],["-0.84636397999999929e2","0.71570541000000105e2"],["-0.84648620999999991e2",71.57638500000013],[-84.65834000000001,"0.71583878000000141e2"],["-0.84654998999999975e2","0.71608871000000022e2"],["-0.84653060999999923e2","0.71612762000000089e2"],["-0.84642501999999979e2","0.71622757000000036e2"],["-0.84625548999999978e2","0.71633041000000048e2"],["-0.84610549999999989e2","0.71641663000000051e2"],["-0.84604445999999996e2","0.71646103000000039e2"],["-0.84606658999999922e2","0.71649429000000112e2"],[-84.625,"0.71665817000000004e2"],["-0.84628052000000025e2","0.71668319999999937e2"],["-0.84635559000000001e2","0.71670258000000103e2"],["-0.84649733999999967e2","0.71672211000000004e2"],["-0.84710830999999928e2","0.71676085999999998e2"],[-84.77305599999994,"0.71678588999999988e2"],["-0.84782776000000013e2","0.71678863999999976e2"],["-0.84827498999999989e2","0.71675262000000032e2"],["-0.84867217999999923e2",71.66804500000012],["-0.84886200000000031e2","0.71654251000000102e2"],["-0.84926666000000012e2","0.71636107999999979e2"],["-0.84975280999999995e2","0.71644440000000145e2"],["-0.85097503999999958e2","0.71655258000000117e2"],["-0.85176940999999999e2","0.71656647000000135e2"],["-0.85196655000000021e2","0.71655822999999941e2"],["-0.85230835000000013e2","0.71659987999999942e2"],["-0.85263900999999976e2","0.71665543000000071e2"],["-0.85279723999999987e2","0.71668594000000041e2"],["-0.85291381999999999e2","0.71672211000000004e2"],["-0.85570846999999958e2",71.77998400000007],["-0.85579726999999991e2","0.71784988000000055e2"],["-0.85573623999999938e2","0.71790817000000061e2"],["-0.85557770000000005e2",71.79525799999999],["-0.85543883999999935e2","0.71795532000000094e2"],["-0.85458892999999989e2",71.79414399999996],["-0.85449721999999952e2","0.71796097000000088e2"],["-0.85436934999999949e2","0.71800812000000121e2"],["-0.85432769999999948e2","0.71806366000000139e2"],["-0.85431945999999982e2","0.71814697000000024e2"],["-0.85434432999999899e2","0.71818053999999961e2"],["-0.85551666000000012e2","0.71896378000000027e2"],["-0.85559722999999963e2","0.71900543000000027e2"],["-0.85744995000000017e2","0.71941360000000032e2"],["-0.85845839999999896e2","0.71962494000000049e2"],["-0.85900832999999977e2","0.71969147000000021e2"],["-0.85939986999999974e2","0.71973038000000088e2"],["-0.85963333000000034e2","0.71974425999999994e2"],["-0.86002501999999993e2","0.71978043000000127e2"],["-0.86022781000000009e2","0.71980545000000006e2"],["-0.86026672000000019e2","0.71981658999999979e2"],["-0.86039169000000015e2","0.71988876000000118e2"],["-0.86043610000000001e2",71.99552900000009],["-0.86050827000000027e2","0.72011107999999979e2"],["-0.86047501000000011e2","0.72013885000000073e2"],["-0.85981110000000001e2","0.72028594999999996e2"],["-0.85778885000000002e2","0.72026932000000102e2"],["-0.85538329999999974e2","0.72059143000000006e2"],["-0.85509444999999914e2","0.72068054000000132e2"],["-0.85495270000000005e2","0.72078872999999987e2"],["-0.85440552000000025e2","0.72132751000000098e2"],["-0.85449158000000011e2","0.72158325000000104e2"],["-0.85481948999999929e2","0.72173309000000017e2"],[-85.50167799999997,"0.72184143000000063e2"],["-0.85502501999999993e2","0.72251663000000065e2"],[-85.49749799999995,"0.72255264000000125e2"],[-85.48721299999994,"0.72260268999999994e2"],["-0.85291945999999882e2",72.25999500000006],["-0.85271941999999967e2","0.72259720000000016e2"],["-0.85029175000000009e2",72.25082400000008],["-0.85013335999999981e2","0.72250000000000114e2"],["-0.84936385999999914e2","0.72235809000000131e2"],["-0.84919997999999964e2","0.72232758000000103e2"],["-0.84867766999999958e2","0.72220825000000048e2"],["-0.84861388999999917e2","0.72217758000000117e2"],["-0.84847504000000015e2","0.72205550999999957e2"],["-0.84839172000000019e2","0.72194137999999953e2"],["-0.84815276999999924e2","0.72181366000000139e2"],["-0.84803328999999906e2","0.72177765000000079e2"],["-0.84710555999999997e2","0.72151656999999943e2"],["-0.84612212999999997e2","0.72141098000000113e2"],["-0.84595839999999953e2","0.72137772000000041e2"],["-0.84512222000000008e2","0.72114150999999993e2"],["-0.84286391999999978e2","0.72028594999999996e2"],["-0.84275557999999933e2","0.72023879999999963e2"],["-0.84269454999999994e2","0.72020828000000051e2"],["-0.84261123999999995e2","0.72016098000000056e2"],["-0.84258056999999894e2","0.72011932000000115e2"],[-84.25,"0.71998322000000087e2"],["-0.84239989999999921e2","0.71973877000000016e2"],["-0.84236389000000031e2","0.71961655000000064e2"],["-0.84230559999999855e2",71.95138500000013],["-0.84225006000000008e2","0.71945525999999916e2"],["-0.84218886999999995e2","0.71940262000000132e2"],["-0.84208617999999888e2",71.93414300000012],["-0.84194442999999978e2","0.71930817000000047e2"],["-0.84184722999999963e2","0.71930542000000059e2"],["-0.84178329000000019e2","0.71932755000000043e2"],["-0.84172774999999945e2","0.71937759000000142e2"],["-0.84168883999999878e2","0.71944138000000009e2"],["-0.84158614999999998e2","0.71977203000000088e2"],["-0.84164718999999877e2","0.72021103000000096e2"],["-0.84171111999999994e2","0.72024155000000007e2"],["-0.84218063000000029e2","0.72044144000000131e2"],["-0.84270003999999915e2","0.72051085999999998e2"],["-0.84285827999999981e2","0.72054152999999928e2"],["-0.84319732999999871e2",72.0619200000001],["-0.84346663999999976e2","0.72069717000000026e2"],["-0.84357772999999952e2","0.72076385000000016e2"],["-0.84379990000000021e2","0.72108321999999987e2"],["-0.84380553999999961e2","0.72123596000000077e2"],["-0.84456116000000009e2","0.72133605999999986e2"],["-0.84473327999999981e2","0.72135818000000029e2"],["-0.84613326999999913e2","0.72163605000000018e2"],["-0.84652221999999938e2",72.17886400000009],[-84.72193900000002,"0.72213043000000084e2"],["-0.84933318999999926e2","0.72284424000000001e2"],["-0.84935271999999941e2","0.72289429000000041e2"],["-0.84917495999999971e2","0.72299713000000054e2"],["-0.84829452999999944e2","0.72348328000000095e2"],["-0.84816101000000003e2","0.72352767999999912e2"],["-0.84801392000000021e2","0.72354706000000078e2"],["-0.84769729999999981e2","0.72356368999999972e2"],["-0.84715012000000002e2","0.72355820000000051e2"],["-0.84661941999999954e2","0.72354156000000046e2"],["-0.84565001999999993e2","0.72348877000000073e2"],["-0.84521117999999944e2","0.72350540000000137e2"],["-0.84500838999999928e2","0.72353867000000093e2"],[-84.48443599999996,"0.72358032000000094e2"],["-0.84436110999999926e2","0.72374984999999981e2"],["-0.84433060000000012e2","0.72378311000000053e2"],["-0.84442215000000033e2","0.72383041000000048e2"],["-0.84453339000000028e2","0.72382477000000108e2"],["-0.84471389999999928e2","0.72379425000000026e2"],["-0.84571670999999924e2","0.72361374000000012e2"],["-0.84864166000000012e2",72.36692800000003],["-0.84872771999999998e2",72.36943100000002],["-0.84876098999999954e2","0.72372208000000114e2"],["-0.84875548999999921e2","0.72394989000000123e2"],["-0.84870834000000002e2","0.72400818000000129e2"],["-0.84857772999999952e2","0.72405547999999953e2"],["-0.84836670000000026e2","0.72408035000000041e2"],["-0.84817504999999983e2","0.72406647000000135e2"],["-0.84800277999999992e2","0.72406647000000135e2"],["-0.84786666999999909e2",72.40887500000008],["-0.84768341000000021e2","0.72444427000000019e2"],["-0.84767226999999934e2","0.72447478999999987e2"],["-0.84768341000000021e2","0.72451935000000049e2"],["-0.84771118000000001e2","0.72457489000000066e2"],["-0.84776947000000007e2","0.72458327999999995e2"],["-0.84791945999999996e2",72.45498699999996],["-0.84918609999999944e2","0.72425262000000089e2"],["-0.85008347000000015e2","0.72399429000000112e2"],["-0.85021666999999979e2","0.72394714000000079e2"],["-0.85144729999999925e2","0.72359421000000111e2"],["-0.85339019999999948e2","0.72406418000000031e2"],["-0.85370270000000005e2","0.72414703000000031e2"],["-0.85515288999999996e2","0.72458878000000027e2"],["-0.85535277999999948e2","0.72469711000000018e2"],["-0.85610001000000011e2",72.53166200000004],["-0.85618057000000022e2","0.72540817000000061e2"],[-85.61721799999998,"0.72545532000000094e2"],["-0.85613892000000021e2","0.72550261999999975e2"],["-0.85598617999999931e2","0.72555251999999996e2"],["-0.85508347000000015e2","0.72561371000000008e2"],["-0.85486114999999927e2","0.72564987000000087e2"],["-0.85478057999999976e2","0.72568329000000006e2"],["-0.85473052999999993e2","0.72571930000000066e2"],["-0.85475554999999986e2","0.72575272000000041e2"],["-0.85481110000000001e2","0.72577484000000084e2"],["-0.85499999999999943e2",72.58027600000014],["-0.85559998000000007e2","0.72582489000000123e2"],["-0.85623885999999914e2","0.72586928999999941e2"],["-0.85641953000000001e2","0.72592757999999947e2"],["-0.85654174999999952e2","0.72598038000000031e2"],["-0.85664718999999934e2",72.60554499999995],["-0.85703063999999927e2","0.72634155000000021e2"],["-0.85705276000000026e2","0.72637771999999984e2"],[-85.70777899999996,"0.72646378000000084e2"],[-85.70944199999991,72.73692299999999],["-0.85688048999999978e2","0.72893599999999992e2"],[-85.68472300000002,"0.72898330999999928e2"],["-0.85679442999999992e2","0.72903595000000109e2"],["-0.85592223999999987e2","0.72959152000000074e2"],["-0.85581680000000006e2","0.72964157000000114e2"],["-0.85570557000000008e2","0.72966934000000037e2"],["-0.85549164000000019e2","0.72969711000000132e2"],["-0.85499725000000012e2","0.72974152000000004e2"],["-0.85481948999999929e2","0.72974152000000004e2"],["-0.85378875999999934e2","0.72971100000000092e2"],["-0.85283066000000019e2","0.72964431999999931e2"],["-0.85257507000000032e2","0.72960814999999968e2"],["-0.85127486999999974e2","0.72940262000000132e2"],["-0.85077498999999932e2","0.72929977000000008e2"],["-0.85015015000000005e2","0.72916092000000106e2"],[-84.96665999999999,"0.72904984000000127e2"],[-84.93249499999996,"0.72896378000000027e2"],["-0.84874434999999949e2","0.72885543999999925e2"],["-0.84819457999999997e2","0.72880264000000068e2"],["-0.84707503999999972e2","0.72869980000000055e2"],["-0.84668610000000001e2","0.72867477000000065e2"],[-84.61082499999992,"0.72861649000000114e2"],["-0.84504455999999948e2","0.72846100000000035e2"],["-0.84437209999999993e2","0.72833603000000039e2"],["-0.84404998999999918e2","0.72826096000000121e2"],["-0.84389450000000011e2","0.72822220000000016e2"],["-0.84320847000000015e2","0.72800812000000121e2"],["-0.84291107000000011e2","0.72791655999999989e2"],["-0.84257507000000032e2","0.72785263000000043e2"],["-0.84188323999999966e2","0.72774428999999941e2"],["-0.83991378999999938e2","0.72745819000000097e2"],[-83.97222899999997,"0.72744141000000013e2"],["-0.83958054000000004e2","0.72746643000000063e2"],["-0.83955275999999913e2","0.72748322000000087e2"],["-0.83953063999999927e2","0.72752487000000087e2"],["-0.83956389999999999e2","0.72754990000000078e2"],["-0.83989440999999999e2",72.76887499999998],["-0.84040832999999964e2",72.77748100000008],["-0.84073623999999995e2","0.72781661999999983e2"],["-0.84108046999999942e2","0.72785263000000043e2"],["-0.84218613000000005e2","0.72794983000000116e2"],["-0.84246947999999975e2",72.79971299999994],["-0.84291381999999942e2","0.72812484999999981e2"],["-0.84311935000000005e2","0.72820267000000115e2"],["-0.84335280999999952e2","0.72829987000000017e2"],["-0.84419158999999922e2","0.72853316999999947e2"],["-0.84528885000000002e2","0.72882477000000051e2"],["-0.84577224999999942e2","0.72892212000000086e2"],["-0.84652495999999985e2","0.72899429000000055e2"],["-0.84706389999999999e2","0.72905823000000055e2"],[-84.74360699999994,"0.72910812000000021e2"],["-0.84760558999999944e2","0.72914153999999996e2"],["-0.84791107000000011e2","0.72921371000000079e2"],["-0.84855835000000013e2","0.72937485000000038e2"],["-0.84870269999999948e2","0.72942200000000071e2"],["-0.85059998000000007e2","0.72996643000000006e2"],["-0.85223609999999951e2","0.73014984000000027e2"],["-0.85513901000000033e2","0.73019149999999911e2"],["-0.85535277999999948e2","0.73021927000000005e2"],["-0.85537216000000001e2","0.73028320000000008e2"],[-85.47193900000002,"0.73098037999999917e2"],["-0.85447768999999937e2","0.73120254999999986e2"],[-85.44027699999998,"0.73125533999999959e2"],["-0.85429442999999935e2","0.73130539000000056e2"],["-0.85415832999999964e2","0.73135269000000051e2"],["-0.85406951999999933e2","0.73136383000000023e2"],["-0.85395554000000004e2","0.73135544000000095e2"],["-0.85379990000000021e2","0.73133605999999929e2"],[-85.37332200000003,"0.73130814000000044e2"],["-0.85369995000000017e2","0.73128311000000053e2"],["-0.85363891999999964e2","0.73120818999999926e2"],[-85.35943599999996,"0.73113876000000118e2"],["-0.85358046999999942e2","0.73109711000000118e2"],["-0.85333618000000001e2","0.73092484000000127e2"],["-0.85300277999999935e2","0.73078049000000021e2"],["-0.85256888999999944e2","0.73071487000000104e2"],["-0.85248061999999948e2","0.73068649000000107e2"],["-0.85240891000000033e2","0.73066818000000126e2"],["-0.85188057000000015e2","0.73059814000000074e2"],["-0.85175887999999986e2","0.73058655000000101e2"],["-0.85166388999999981e2","0.73060654000000113e2"],["-0.85171393999999964e2","0.73066315000000088e2"],["-0.85152495999999985e2","0.73072769000000108e2"],["-0.85186935000000005e2","0.73096939000000134e2"],["-0.85226943999999946e2","0.73115814000000057e2"],["-0.85229172000000005e2",73.12303200000008],["-0.85227782999999988e2","0.73129150000000038e2"],["-0.85223052999999993e2","0.73134720000000129e2"],["-0.85213622999999984e2",73.13888500000013],["-0.85191939999999988e2","0.73141663000000108e2"],["-0.85148345999999947e2","0.73141663000000108e2"],["-0.85089171999999962e2","0.73137496999999996e2"],["-0.85053329000000019e2",73.13220200000012],["-0.85003066999999874e2","0.73121918000000107e2"],["-0.84988602000000014e2","0.73116928000000087e2"],["-0.84921386999999982e2","0.73098327999999924e2"],["-0.84904175000000009e2",73.09526100000005],["-0.84829726999999878e2","0.73085541000000148e2"],["-0.84772781000000009e2","0.73081100000000049e2"],["-0.84556655999999975e2","0.73064423000000033e2"],["-0.84212508999999955e2","0.73040268000000026e2"],["-0.84077224999999942e2",73.03387500000008],[-83.92332499999992,"0.73033600000000035e2"],["-0.83867766999999901e2","0.73029709000000139e2"],[-83.84973100000002,"0.73027481000000023e2"],["-0.83832503999999972e2","0.73024155000000007e2"],["-0.83761397999999929e2","0.73006378000000097e2"],["-0.83718886999999995e2","0.72989151000000106e2"],["-0.83634445000000028e2","0.72982483000000116e2"],["-0.83633330999999941e2","0.72983322000000101e2"],["-0.83634445000000028e2","0.72986374000000012e2"],["-0.83648346000000004e2","0.72991364000000033e2"],["-0.83692490000000021e2","0.73005554000000132e2"],["-0.83776672000000019e2","0.73031097000000045e2"],["-0.83879715000000033e2","0.73051926000000037e2"],["-0.83913619999999923e2","0.73058318999999983e2"],[-83.93472300000002,"0.73061096000000077e2"],["-0.83955841000000021e2",73.06164600000011],["-0.83974716000000001e2","0.73060806000000071e2"],["-0.84039718999999991e2","0.73056366000000082e2"],[-84.05972300000002,"0.73056366000000082e2"],["-0.84095001000000025e2","0.73058318999999983e2"],["-0.84197495000000004e2","0.73068604000000107e2"],["-0.84236938000000009e2","0.73081100000000049e2"],["-0.84248046999999985e2","0.73083327999999995e2"],["-0.84275283999999999e2","0.73086929000000055e2"],["-0.84433884000000035e2","0.73106093999999985e2"],["-0.84531112999999948e2","0.73110260000000096e2"],["-0.84547501000000011e2","0.73111374000000069e2"],["-0.84584441999999967e2","0.73115814000000057e2"],["-0.84736389000000031e2","0.73137206999999989e2"],["-0.84789444000000003e2","0.73145828000000108e2"],["-0.84865004999999883e2","0.73163604999999961e2"],["-0.84912780999999939e2","0.73175537000000134e2"],["-0.84942215000000033e2","0.73181655999999975e2"],["-0.84985275000000001e2","0.73190536000000009e2"],["-0.85020003999999972e2","0.73196930000000066e2"],["-0.85058334000000002e2","0.73200546000000088e2"],["-0.85100554999999986e2","0.73201385000000073e2"],["-0.85138061999999934e2","0.73204436999999984e2"],["-0.85170546999999942e2","0.73210815000000139e2"],[-85.17721599999993,"0.73213882000000069e2"],["-0.85184433000000013e2",73.21887200000009],["-0.85188599000000011e2","0.73223602000000142e2"],["-0.85188599000000011e2","0.73228867000000037e2"],["-0.85138900999999976e2","0.73299988000000042e2"],["-0.85134170999999981e2","0.73305542000000059e2"],["-0.85115828999999962e2","0.73314423000000147e2"],["-0.85077788999999882e2","0.73329437000000041e2"],["-0.85017226999999991e2","0.73348328000000095e2"],["-0.84979996000000028e2",73.35664399999996],["-0.84808043999999938e2","0.73388321000000133e2"],[-84.78694200000001,"0.73388046000000088e2"],["-0.84756392999999946e2","0.73381088000000091e2"],["-0.84741669000000002e2","0.73376083000000051e2"],[-84.72193900000002,"0.73362198000000149e2"],["-0.84712783999999942e2","0.73348602000000028e2"],["-0.84694992000000013e2","0.73326934999999992e2"],["-0.84685271999999998e2","0.73319991999999957e2"],["-0.84654998999999975e2","0.73305542000000059e2"],["-0.84424712999999997e2","0.73232483000000059e2"],["-0.84408889999999985e2","0.73228591999999992e2"],["-0.84392501999999922e2","0.73226089000000002e2"],["-0.84377212999999927e2","0.73224152000000004e2"],["-0.84355269999999905e2","0.73223037999999974e2"],[-84.33944699999995,"0.73226089000000002e2"],["-0.84347777999999948e2","0.73232483000000059e2"],["-0.84413054999999986e2","0.73272217000000012e2"],["-0.84451110999999969e2","0.73288588999999945e2"],["-0.84460830999999985e2","0.73291931000000091e2"],[-84.48971599999993,"0.73299713000000054e2"],["-0.84563613999999973e2","0.73313873000000115e2"],["-0.84576674999999909e2","0.73317764000000011e2"],["-0.84586945000000014e2","0.73323044000000095e2"],["-0.84597778000000005e2","0.73330826000000059e2"],["-0.84653609999999958e2","0.73387206999999933e2"],["-0.84656113000000005e2","0.73390549000000078e2"],["-0.84652221999999938e2","0.73393326000000002e2"],["-0.84642226999999934e2","0.73397217000000069e2"],[-84.625,"0.73401382000000069e2"],["-0.84583892999999989e2","0.73409149000000014e2"],["-0.84434157999999968e2","0.73435256999999979e2"],["-0.84284438999999963e2","0.73461105000000089e2"],["-0.84229172000000005e2",73.47026100000005],["-0.84194442999999978e2","0.73474701000000039e2"],["-0.84171386999999925e2",73.47526600000009],["-0.84113892000000021e2","0.73469147000000078e2"],["-0.83751923000000033e2","0.73427490000000034e2"],["-0.83724715999999944e2",73.41304000000008],["-0.83717772999999966e2","0.73405822999999998e2"],["-0.83719726999999978e2","0.73399719000000118e2"],["-0.83724715999999944e2","0.73393875000000094e2"],["-0.83728058000000033e2","0.73381088000000091e2"],["-0.83720550999999944e2","0.73365814000000057e2"],["-0.83712218999999948e2","0.73351928999999927e2"],["-0.83702498999999875e2","0.73339157000000114e2"],["-0.83689437999999939e2","0.73323608000000036e2"],["-0.83665833000000021e2","0.73307754999999986e2"],["-0.83657500999999968e2","0.73303589000000102e2"],["-0.83648055999999997e2","0.73300261999999975e2"],["-0.83630828999999949e2","0.73297210999999947e2"],["-0.83613891999999964e2","0.73296097000000145e2"],["-0.83600554999999929e2","0.73297485000000052e2"],["-0.83593062999999972e2","0.73301375999999948e2"],["-0.83590835999999911e2","0.73307204999999954e2"],["-0.83591109999999958e2","0.73313309000000004e2"],["-0.83594161999999983e2","0.73325272000000041e2"],["-0.83624999999999943e2","0.73415268000000026e2"],["-0.83633330999999941e2","0.73428864000000033e2"],["-0.83642501999999979e2","0.73439696999999967e2"],["-0.83652495999999985e2","0.73445250999999985e2"],["-0.83663895000000025e2","0.73449707000000103e2"],["-0.83679717999999923e2","0.73453872999999987e2"],["-0.83696945000000028e2","0.73457214000000022e2"],["-0.83754456000000005e2","0.73463318000000072e2"],["-0.83810546999999929e2","0.73470534999999984e2"],["-0.83954726999999934e2","0.73492752000000053e2"],["-0.83978606999999954e2",73.49664300000012],["-0.83993606999999997e2","0.73500275000000045e2"],[-84.00418099999996,"0.73504166000000112e2"],["-0.84006957999999941e2","0.73509720000000129e2"],["-0.83996947999999975e2",73.51388500000013],["-0.83979172000000005e2","0.73518051000000014e2"],["-0.83740828999999962e2","0.73567763999999954e2"],["-0.83577498999999989e2",73.59637500000008],["-0.83445267000000001e2",73.615814],["-0.83219161999999869e2","0.73656647000000078e2"],["-0.83085280999999952e2",73.65776100000005],["-0.83018340999999907e2","0.73666091999999935e2"],["-0.82931106999999997e2","0.73690536000000066e2"],["-0.82902221999999938e2","0.73700272000000041e2"],["-0.82889998999999989e2","0.73705261000000007e2"],["-0.82872771999999884e2","0.73715546000000131e2"],["-0.82869720000000029e2","0.73721099999999979e2"],[-82.86332699999997,"0.73726089000000115e2"],["-0.82852782999999931e2","0.73730270000000019e2"],["-0.82840835999999967e2",73.73275799999999],["-0.82820846999999958e2","0.73733597000000145e2"],["-0.82636123999999938e2","0.73727767999999912e2"],["-0.82529998999999918e2","0.73722214000000122e2"],["-0.82475006000000008e2","0.73719985999999949e2"],["-0.82413894999999968e2","0.73718871999999976e2"],["-0.82367492999999911e2","0.73719147000000021e2"],[-82.21945199999999,"0.73725266000000033e2"],["-0.81990828999999962e2","0.73731368999999972e2"],["-0.81618057000000022e2","0.73721099999999979e2"],["-0.81572509999999966e2","0.73719711000000132e2"],["-0.81553878999999938e2","0.73717209000000082e2"],["-0.81536666999999852e2","0.73713882000000126e2"],["-0.81476105000000018e2","0.73698029000000076e2"],["-0.81457229999999981e2","0.73691086000000098e2"],["-0.81282500999999968e2",73.58027600000014],["-0.81239715999999873e2","0.73546936000000073e2"],["-0.81228881999999999e2","0.73535538000000088e2"],[-81.21945199999999,"0.73521378000000141e2"],["-0.81197494999999947e2","0.73477203000000145e2"],["-0.81188323999999909e2","0.73389709000000039e2"],[-81.21166999999997,"0.73326096000000007e2"],["-0.81216109999999958e2","0.73314697000000081e2"],["-0.81215835999999967e2","0.73303863999999919e2"],["-0.81214172000000019e2","0.73291931000000091e2"],[-81.20944199999991,"0.73272766000000104e2"],["-0.81204726999999991e2","0.73266662999999994e2"],["-0.81192490000000021e2","0.73260543999999982e2"],["-0.81177490000000034e2","0.73256378000000041e2"],["-0.81101668999999958e2","0.73238312000000064e2"],["-0.81074448000000018e2","0.73232208000000071e2"],["-0.80900283999999942e2","0.73209427000000005e2"],["-0.80712783999999942e2","0.73180267000000129e2"],["-0.80664718999999934e2","0.73171097000000088e2"],["-0.80640839000000028e2","0.73165543000000127e2"],[-80.61721799999998,"0.73157760999999994e2"],["-0.80596389999999985e2","0.73148041000000092e2"],["-0.80557769999999948e2","0.73111374000000069e2"],["-0.80547501000000011e2","0.73098037999999917e2"],["-0.80547774999999945e2","0.73091369999999984e2"],["-0.80549437999999952e2","0.73081940000000088e2"],[-80.59333799999996,"0.73025818000000072e2"],["-0.80617492999999968e2","0.73005554000000132e2"],["-0.80641388000000006e2","0.72996094000000085e2"],["-0.80647507000000019e2","0.72990540000000067e2"],["-0.80652221999999938e2","0.72974700999999982e2"],["-0.80650833000000034e2","0.72969146999999964e2"],["-0.80633895999999936e2","0.72940536000000066e2"],["-0.80642501999999979e2",72.93553200000008],["-0.80642775999999969e2",72.92886400000009],["-0.80638335999999981e2","0.72922760000000096e2"],["-0.80537216000000001e2","0.72851089000000002e2"],["-0.80513901000000033e2","0.72838882000000012e2"],["-0.80487777999999992e2",72.828598],["-0.80440552000000025e2","0.72818603999999993e2"],["-0.80405563000000029e2","0.72813309000000118e2"],["-0.80349166999999966e2","0.72806366000000139e2"],["-0.80333327999999938e2","0.72803040000000067e2"],["-0.80319457999999941e2",72.799149],["-0.80299987999999985e2","0.72788040000000137e2"],["-0.80283614999999998e2",72.77748100000008],["-0.80247498000000007e2","0.72730545000000063e2"],["-0.80258056999999894e2","0.72724425999999994e2"],["-0.80332229999999925e2","0.72712494000000049e2"],["-0.80361664000000019e2","0.72706099999999992e2"],["-0.80444991999999957e2","0.72673599000000081e2"],["-0.80464721999999938e2","0.72665268000000026e2"],["-0.80541381999999999e2","0.72628860000000145e2"],[-80.55610699999994,72.6202550000001],["-0.80556380999999874e2","0.72607208000000071e2"],["-0.80648620999999991e2","0.72554977000000008e2"],["-0.80676391999999964e2","0.72547211000000118e2"],["-0.80765288999999996e2","0.72516937000000098e2"],["-0.80942489999999964e2","0.72455261000000121e2"],["-0.80953887999999949e2","0.72450546000000088e2"],["-0.80988327000000027e2","0.72429703000000018e2"],["-0.81186935000000005e2","0.72299149000000114e2"],["-0.81192490000000021e2","0.72293594000000041e2"],["-0.81199722000000008e2","0.72289153999999996e2"],["-0.81222504000000015e2","0.72281662000000097e2"],["-0.81239166000000012e2",72.27777100000003],[-81.30471799999998,"0.72268326000000116e2"],["-0.81379439999999988e2","0.72241652999999928e2"],["-0.81365279999999984e2","0.72241652999999928e2"],["-0.81301392000000021e2","0.72246094000000028e2"],["-0.81285827999999924e2","0.72247208000000057e2"],["-0.81253066999999987e2","0.72251938000000052e2"],["-0.81241942999999992e2","0.72254439999999931e2"],["-0.81229720999999927e2","0.72258606000000043e2"],["-0.81164169000000015e2","0.72287201000000096e2"],["-0.81037506000000008e2","0.72351089000000115e2"],["-0.80929442999999935e2",72.40026899999998],["-0.80821670999999981e2","0.72439148000000046e2"],["-0.80715012000000002e2","0.72473037999999974e2"],["-0.80600554999999986e2","0.72506653000000028e2"],["-0.80580291999999929e2","0.72509995000000004e2"],["-0.80554442999999992e2","0.72512497000000053e2"],["-0.80539443999999946e2","0.72511658000000068e2"],[-80.52555799999999,"0.72508040999999935e2"],["-0.80516402999999912e2","0.72503875999999934e2"],["-0.80508895999999993e2",72.49664300000012],["-0.80503066999999987e2","0.72484985000000108e2"],["-0.80495270000000005e2","0.72464157000000057e2"],["-0.80492767000000015e2","0.72453049000000021e2"],["-0.80493606999999997e2","0.72447205000000054e2"],["-0.80514174999999966e2","0.72379700000000014e2"],["-0.80525009000000011e2","0.72374146000000053e2"],[-80.54222099999987,72.37052900000009],["-0.80564437999999939e2","0.72366653000000042e2"],["-0.80603058000000033e2","0.72363037000000134e2"],["-0.80655562999999972e2","0.72351928999999984e2"],["-0.80669158999999979e2","0.72347214000000122e2"],["-0.80680556999999965e2","0.72342209000000082e2"],["-0.80783324999999991e2","0.72290267999999969e2"],["-0.80794158999999922e2","0.72284714000000008e2"],["-0.80808333999999945e2","0.72274155000000121e2"],["-0.80854172000000005e2","0.72235535000000027e2"],["-0.80896956999999929e2","0.72194427000000076e2"],["-0.80905563000000029e2","0.72180542000000003e2"],["-0.80816665999999998e2","0.72150542999999971e2"],["-0.80769454999999994e2","0.72141663000000108e2"],["-0.80753890999999953e2","0.72140548999999965e2"],["-0.80709732000000031e2","0.72131927000000132e2"],["-0.80580840999999964e2","0.72094437000000084e2"],["-0.80569457999999997e2","0.72088318000000072e2"],["-0.80567229999999995e2","0.72077208999999982e2"],["-0.80567229999999995e2","0.72072768999999937e2"],["-0.80574172999999917e2","0.72068329000000119e2"],["-0.80588333000000034e2","0.72064148000000046e2"],["-0.80630554000000018e2","0.72062195000000088e2"],["-0.80646118000000001e2","0.72063309000000061e2"],["-0.80686661000000015e2","0.72073043999999982e2"],["-0.80741942999999935e2","0.72094147000000078e2"],["-0.80941100999999946e2","0.72087494000000106e2"],["-0.81080291999999929e2","0.72051651000000049e2"],[-81.08666999999997,72.04664600000001],["-0.81083327999999938e2","0.72045532000000037e2"],["-0.81065001999999936e2","0.72041655999999932e2"],["-0.81046660999999972e2","0.72039978000000019e2"],["-0.80990554999999972e2","0.72037766000000147e2"],["-0.80927215999999987e2","0.72037766000000147e2"],["-0.80906386999999995e2","0.72039978000000019e2"],["-0.80892226999999991e2","0.72044144000000131e2"],["-0.80886397999999986e2","0.72049713000000111e2"],["-0.80879439999999988e2","0.72054152999999928e2"],["-0.80866652999999985e2",72.0577550000001],[-80.84722899999997,"0.72056641000000127e2"],["-0.80792770000000019e2",72.02777100000003],["-0.80794158999999922e2","0.72022491000000002e2"],["-0.80821395999999879e2",71.95637499999998],["-0.80833327999999995e2","0.71945815999999979e2"],["-0.80849441999999954e2","0.71934707999999944e2"],["-0.80886123999999938e2","0.71920821999999987e2"],["-0.80933318999999926e2","0.71908875000000023e2"],["-0.80975005999999951e2","0.71895827999999995e2"],["-0.80980834999999956e2","0.71890273999999977e2"],["-0.80983611999999994e2","0.71886383000000137e2"],["-0.80971664000000033e2","0.71881653000000085e2"],["-0.80950287000000003e2","0.71881088000000034e2"],["-0.80926392000000021e2","0.71882750999999985e2"],["-0.80903610000000015e2","0.71885268999999937e2"],["-0.80868056999999965e2","0.71893051000000071e2"],["-0.80767226999999991e2","0.71929428000000087e2"],["-0.80756119000000012e2",71.93414300000012],["-0.80750290000000007e2","0.71939697000000081e2"],["-0.80746947999999975e2","0.71945251000000098e2"],["-0.80744720000000029e2","0.71951934999999992e2"],["-0.80745834000000002e2","0.71957488999999953e2"],[-80.75556899999998,"0.71971099999999922e2"],["-0.80758346999999958e2","0.71977768000000083e2"],["-0.80746947999999975e2","0.71982483000000116e2"],["-0.80659164000000033e2","0.72003052000000082e2"],["-0.80639449999999954e2","0.72006377999999927e2"],["-0.80620543999999995e2","0.72006103999999993e2"],["-0.80535277999999948e2","0.72016098000000056e2"],["-0.80448883000000023e2","0.72029160000000047e2"],["-0.80410552999999993e2","0.72039429000000098e2"],["-0.80385009999999966e2","0.72048325000000034e2"],["-0.80350554999999929e2","0.72069153000000085e2"],["-0.80347777999999948e2","0.72075272000000098e2"],["-0.80346663999999976e2","0.72081100000000049e2"],["-0.80347228999999913e2","0.72088318000000072e2"],["-0.80352492999999981e2","0.72095534999999984e2"],["-0.80358611999999994e2","0.72101379000000009e2"],["-0.80370269999999948e2",72.10803199999998],["-0.80383056999999951e2","0.72113312000000008e2"],["-0.80410278000000005e2","0.72121368000000075e2"],["-0.80433884000000035e2","0.72132751000000098e2"],["-0.80445540999999992e2","0.72139709000000096e2"],["-0.80455275999999969e2","0.72146652000000074e2"],["-0.80478607000000011e2","0.72168593999999985e2"],["-0.80483321999999987e2","0.72175261999999918e2"],["-0.80486938000000009e2","0.72183044000000052e2"],["-0.80486664000000019e2","0.72189423000000147e2"],["-0.80468062999999972e2","0.72191925000000026e2"],["-0.80426940999999886e2","0.72191086000000041e2"],["-0.80408614999999884e2","0.72189148000000102e2"],["-0.80393616000000009e2","0.72177200000000084e2"],["-0.80376663000000008e2",72.17442299999999],["-0.80355559999999912e2",72.17442299999999],["-0.80331389999999999e2","0.72176086000000112e2"],["-0.80241103999999893e2","0.72197754000000032e2"],["-0.80235274999999945e2","0.72203323000000012e2"],["-0.80244445999999925e2","0.72209717000000069e2"],[-80.27305599999994,"0.72219147000000135e2"],["-0.80279723999999931e2",72.22554000000008],["-0.80301665999999955e2","0.72248596000000134e2"],["-0.80306380999999988e2","0.72255264000000125e2"],["-0.80295546999999942e2","0.72274429000000055e2"],["-0.80289718999999934e2","0.72279984000000127e2"],["-0.80272231999999974e2","0.72290267999999969e2"],["-0.80260833999999988e2","0.72294983000000002e2"],[-80.24221799999998,"0.72297485000000108e2"],[-80.22444200000001,"0.72296371000000136e2"],["-0.80194153000000028e2",72.28776600000009],["-0.80155838000000017e2","0.72273605000000089e2"],["-0.80134734999999921e2","0.72262771999999927e2"],["-0.80113051999999982e2","0.72244141000000127e2"],[-80.08555599999994,"0.72226654000000053e2"],["-0.80021392999999989e2","0.72189697000000081e2"],["-0.79991668999999888e2","0.72176651000000106e2"],["-0.79962783999999999e2","0.72168868999999972e2"],["-0.79947220000000016e2","0.72165267999999912e2"],["-0.79899733999999967e2",72.15554800000001],["-0.79840285999999935e2","0.72145263999999997e2"],["-0.79790557999999976e2","0.72137772000000041e2"],["-0.79761123999999995e2","0.72134155000000078e2"],["-0.79685546999999929e2","0.72126372999999944e2"],["-0.79674437999999952e2","0.72126647999999989e2"],["-0.79672501000000011e2","0.72129700000000071e2"],["-0.79691665999999998e2","0.72141663000000108e2"],["-0.79719161999999926e2","0.72148331000000098e2"],["-0.79789992999999981e2","0.72155823000000055e2"],["-0.79811110999999983e2","0.72160263000000043e2"],["-0.79854995999999971e2","0.72171097000000145e2"],["-0.79923889000000031e2","0.72190536000000009e2"],["-0.79941101000000003e2","0.72195816000000093e2"],["-0.80045546999999999e2","0.72242477000000122e2"],[-80.15194699999995,"0.72310531999999967e2"],["-0.80166396999999961e2","0.72322220000000129e2"],["-0.80164443999999946e2",72.32748400000014],["-0.80155562999999916e2","0.72336928999999998e2"],["-0.80133620999999948e2","0.72349716000000001e2"],["-0.80115279999999927e2","0.72359421000000111e2"],["-0.80076400999999976e2","0.72378859999999975e2"],["-0.80064712999999983e2",72.3836060000001],["-0.80052215999999987e2","0.72387771999999984e2"],["-0.79991942999999992e2","0.72402771000000087e2"],["-0.79957229999999925e2","0.72408325000000048e2"],["-0.79874434999999949e2","0.72470534999999984e2"],["-0.79870834000000002e2","0.72483046999999999e2"],[-79.86332699999997,"0.72489699999999971e2"],["-0.79836944999999901e2","0.72498596000000077e2"],["-0.79820847000000015e2","0.72501389000000074e2"],["-0.79799164000000019e2","0.72501389000000074e2"],["-0.79780562999999972e2","0.72499420000000043e2"],["-0.79770844000000011e2",72.49664300000012],["-0.79734160999999915e2","0.72484420999999998e2"],["-0.79700561999999991e2","0.72472488000000112e2"],["-0.79692215000000033e2","0.72466933999999924e2"],["-0.79768638999999894e2",72.411766],["-0.79687865999999985e2","0.72384392000000105e2"],["-0.79595550999999944e2","0.72334717000000126e2"],["-0.79638901000000033e2","0.72289153999999996e2"],["-0.79668059999999912e2","0.72280823000000112e2"],["-0.79705565999999976e2","0.72273605000000089e2"],["-0.79720000999999968e2","0.72269440000000088e2"],["-0.79731673999999998e2","0.72264708999999982e2"],["-0.79759734999999921e2","0.72250549000000092e2"],["-0.79768616000000009e2",72.2452550000001],["-0.79774718999999891e2","0.72239700000000028e2"],["-0.79775283999999999e2","0.72233322000000044e2"],["-0.79769729999999925e2","0.72225815000000125e2"],[-79.75,"0.72215546000000074e2"],["-0.79732773000000009e2","0.72212203999999986e2"],["-0.79712783999999999e2","0.72211104999999975e2"],["-0.79701110999999969e2","0.72215820000000008e2"],["-0.79565825999999959e2","0.72275269000000094e2"],["-0.79485001000000011e2","0.72325545999999974e2"],["-0.79355559999999912e2","0.72399155000000007e2"],["-0.79342498999999975e2",72.40026899999998],["-0.79329726999999991e2","0.72397217000000069e2"],["-0.79243331999999953e2","0.72374419999999986e2"],["-0.79182495000000017e2","0.72358322000000101e2"],["-0.79146666999999979e2","0.72345825000000104e2"],["-0.79113327000000027e2","0.72331099999999992e2"],["-0.79082229999999925e2","0.72313873000000001e2"],["-0.79012787000000003e2","0.72273880000000133e2"],["-0.78945540999999935e2","0.72199996999999996e2"],["-0.78943603999999993e2","0.72193038999999999e2"],["-0.78946945000000028e2","0.72186919999999986e2"],["-0.79036391999999978e2","0.72069443000000092e2"],["-0.79136123999999938e2","0.72007492000000127e2"],["-0.79145003999999972e2","0.72002487000000087e2"],["-0.79156661999999983e2","0.71997757000000036e2"],["-0.79206389999999942e2","0.71986649000000057e2"],["-0.79229996000000028e2","0.71980270000000019e2"],["-0.79233063000000016e2","0.71976379000000122e2"],["-0.79203063999999983e2","0.71961928999999998e2"],[-79.19027699999998,"0.71958328000000108e2"],["-0.79176392000000021e2","0.71955826000000059e2"],["-0.79161117999999931e2","0.71954437000000041e2"],["-0.79138610999999912e2","0.71955261000000007e2"],["-0.79123046999999929e2","0.71958038000000101e2"],["-0.79099730999999963e2","0.71967209000000082e2"],["-0.79090835999999854e2","0.71972488000000055e2"],["-0.79072234999999921e2","0.71974990999999989e2"],["-0.79061110999999926e2","0.71975266000000033e2"],["-0.79026671999999962e2","0.71970535000000098e2"],[-78.81806899999998,"0.71935257000000092e2"],["-0.78768889999999999e2",71.92692599999998],["-0.78722503999999901e2","0.71918869000000029e2"],["-0.78683884000000035e2","0.71909714000000008e2"],[-78.65306099999998,"0.71893875000000037e2"],["-0.78639724999999999e2","0.71884430000000009e2"],["-0.78625823999999852e2","0.71879150000000095e2"],["-0.78585555999999997e2",71.865814],["-0.78571395999999879e2","0.71862762000000032e2"],["-0.78551392000000021e2","0.71861098999999967e2"],["-0.78529174999999952e2",71.861649],["-0.78511123999999995e2","0.71864699999999971e2"],["-0.78503615999999965e2","0.71868866000000082e2"],["-0.78508346999999901e2","0.71876373000000001e2"],[-78.595551,"0.71933318999999983e2"],["-0.78607498000000021e2","0.71938583000000108e2"],["-0.78622222999999963e2","0.71942200000000071e2"],["-0.78691375999999991e2","0.71949707000000046e2"],["-0.78740554999999972e2","0.71958038000000101e2"],["-0.78855559999999855e2","0.71979706000000022e2"],["-0.78914444000000003e2","0.72007767000000115e2"],["-0.78923614999999984e2","0.72014999000000046e2"],["-0.78924438000000009e2","0.72020538000000045e2"],["-0.78877486999999974e2","0.72153320000000065e2"],["-0.78869445999999925e2","0.72166656000000046e2"],["-0.78866104000000007e2","0.72170532000000094e2"],["-0.78854445999999939e2","0.72173035000000084e2"],["-0.78843613000000005e2","0.72171097000000145e2"],["-0.78554442999999992e2","0.72111374000000069e2"],["-0.78512221999999952e2","0.72101089000000002e2"],["-0.78487777999999935e2","0.72092484000000127e2"],["-0.78476105000000018e2","0.72087204000000099e2"],["-0.78460830999999928e2","0.72073318000000086e2"],["-0.78432770000000005e2",72.03804000000008],[-78.39527899999996,"0.71982483000000116e2"],["-0.78389998999999989e2","0.71969437000000028e2"],["-0.78392775999999969e2","0.71949997000000053e2"],["-0.78391678000000013e2","0.71943587999999977e2"],["-0.78386672999999973e2","0.71933318999999983e2"],["-0.78381942999999922e2",71.92804000000001],["-0.78365279999999927e2","0.71917480000000012e2"],["-0.78317779999999971e2","0.71888321000000076e2"],["-0.78226669000000015e2","0.71833054000000118e2"],["-0.78210830999999985e2","0.71825821000000133e2"],[-78.18499799999995,"0.71817490000000021e2"],["-0.78157607999999982e2","0.71810577000000023e2"],["-0.78123046999999929e2","0.71806366000000139e2"],["-0.78090560999999923e2","0.71800812000000121e2"],[-78.05972300000002,71.79414399999996],["-0.77924437999999952e2","0.71764709000000096e2"],["-0.77907775999999956e2",71.76638800000012],["-0.77904448999999943e2","0.71768051000000014e2"],[-77.90695199999999,"0.71770538000000101e2"],["-0.77914169000000015e2","0.71773605000000032e2"],["-0.77966659999999933e2","0.71786652000000061e2"],["-0.77997498000000007e2","0.71793319999999994e2"],["-0.78029723999999931e2","0.71798874000000012e2"],["-0.78085830999999985e2","0.71813309000000118e2"],["-0.78107223999999917e2","0.71819153000000142e2"],["-0.78139998999999932e2","0.71830551000000128e2"],["-0.78178878999999995e2","0.71848602000000142e2"],["-0.78308884000000035e2","0.71921096999999975e2"],["-0.78316665999999998e2","0.71929428000000087e2"],["-0.78321395999999993e2","0.71936920000000043e2"],["-0.78315001999999993e2","0.71942474000000004e2"],["-0.78305266999999901e2","0.71946930000000123e2"],["-0.78279175000000009e2","0.71953598000000113e2"],["-0.78258895999999993e2","0.71956650000000025e2"],["-0.78178878999999995e2","0.71967209000000082e2"],["-0.78156951999999933e2","0.71968323000000055e2"],["-0.78141677999999956e2","0.71964157000000114e2"],["-0.78018616000000009e2","0.71890823000000125e2"],["-0.77974716000000001e2","0.71859984999999938e2"],["-0.77785552999999993e2","0.71787490999999989e2"],["-0.77807769999999948e2","0.71823044000000039e2"],["-0.77960006999999962e2","0.71881653000000085e2"],["-0.78096953999999982e2",71.96804800000001],["-0.78107223999999917e2","0.71974152000000061e2"],["-0.78116393999999957e2","0.71976928999999984e2"],["-0.78149733999999967e2","0.71980545000000006e2"],["-0.78156386999999995e2","0.71980545000000006e2"],["-0.78196105999999929e2","0.71978592000000049e2"],["-0.78262222000000008e2","0.71972763000000043e2"],["-0.78281386999999995e2","0.71973877000000016e2"],["-0.78298614999999984e2","0.71977478000000076e2"],["-0.78322509999999909e2","0.71985809000000017e2"],["-0.78334166999999923e2",71.99136400000009],["-0.78341110000000015e2",71.99859600000002],["-0.78342498999999918e2","0.72012771999999984e2"],["-0.78341674999999952e2","0.72019149999999968e2"],["-0.78341674999999952e2","0.72031936999999971e2"],["-0.78356948999999929e2",72.05831900000004],["-0.78375548999999978e2","0.72085815000000082e2"],["-0.78386672999999973e2","0.72095534999999984e2"],["-0.78402221999999938e2","0.72104980000000069e2"],["-0.78424437999999952e2","0.72113602000000071e2"],["-0.78436935000000005e2","0.72117477000000008e2"],["-0.78468886999999995e2",72.12414600000011],["-0.78515014999999948e2","0.72131363000000022e2"],["-0.78599990999999989e2","0.72145263999999997e2"],["-0.78696654999999964e2","0.72163605000000018e2"],["-0.78809998000000007e2","0.72197205000000054e2"],["-0.78842498999999918e2","0.72209152000000017e2"],["-0.78854720999999984e2","0.72214432000000102e2"],["-0.78870834000000002e2","0.72226654000000053e2"],["-0.78869155999999919e2","0.72229706000000022e2"],["-0.78734725999999966e2","0.72328598000000113e2"],["-0.78615829000000019e2","0.72359146000000067e2"],["-0.78604172000000005e2","0.72359421000000111e2"],["-0.78580565999999919e2","0.72354156000000046e2"],["-0.78515839000000028e2","0.72330551000000071e2"],["-0.78512511999999901e2","0.72324432000000002e2"],["-0.78519164999999987e2","0.72319153000000028e2"],["-0.78528335999999911e2","0.72313873000000001e2"],["-0.78533324999999991e2",72.30914300000012],[-78.53694200000001,"0.72303314000000114e2"],["-0.78537780999999995e2","0.72254715000000147e2"],["-0.78531386999999938e2","0.72240265000000022e2"],["-0.78529174999999952e2","0.72235535000000027e2"],["-0.78520843999999954e2","0.72229155999999989e2"],[-78.42193599999996,"0.72170822000000101e2"],[-78.40834000000001,"0.72166382000000112e2"],["-0.78399733999999967e2","0.72167206000000078e2"],["-0.78390839000000028e2","0.72169982999999945e2"],["-0.78386123999999995e2","0.72172485000000052e2"],["-0.78384170999999981e2","0.72175537000000134e2"],["-0.78411117999999988e2","0.72216660000000047e2"],["-0.78414718999999934e2","0.72220535000000041e2"],["-0.78422775000000001e2","0.72224152000000004e2"],["-0.78459732000000031e2","0.72233871000000022e2"],["-0.78472777999999948e2","0.72242477000000122e2"],[-78.46833799999996,"0.72314986999999974e2"],["-0.78462783999999942e2","0.72318878000000041e2"],["-0.78451110999999912e2","0.72324158000000068e2"],["-0.78439437999999996e2","0.72326660000000004e2"],[-78.40834000000001,"0.72325821000000019e2"],["-0.78305266999999901e2","0.72313309000000004e2"],["-0.78012512000000015e2","0.72274994000000106e2"],["-0.77893615999999952e2","0.72259430000000009e2"],["-0.77827498999999989e2","0.72248596000000134e2"],["-0.77793883999999991e2","0.72242202999999961e2"],["-0.77665282999999874e2","0.72204712000000029e2"],["-0.77655272999999966e2","0.72201385000000073e2"],["-0.77648620999999991e2","0.72194137999999953e2"],["-0.77644454999999994e2","0.72186646000000053e2"],["-0.77540833000000021e2",72.17692599999998],["-0.77381103999999993e2","0.72184982000000048e2"],[-77.32417299999986,72.18609600000002],["-0.77289444000000003e2","0.72183319000000097e2"],["-0.77239989999999977e2",72.17442299999999],["-0.77115828999999962e2","0.72148331000000098e2"],["-0.77039443999999946e2","0.72131653000000028e2"],["-0.77023330999999985e2","0.72128860000000032e2"],["-0.77006118999999956e2","0.72127472000000125e2"],[-76.99722300000002,"0.72128036000000066e2"],["-0.76995833999999945e2","0.72128860000000032e2"],["-0.76994719999999973e2","0.72130539000000056e2"],["-0.77005004999999983e2","0.72134430000000123e2"],["-0.77068619000000012e2","0.72152206000000092e2"],["-0.77251677999999913e2","0.72193313999999987e2"],[-77.27806099999998,"0.72196930000000066e2"],["-0.77306945999999925e2",72.19802900000002],["-0.77397232000000031e2","0.72192748999999992e2"],["-0.77455840999999964e2","0.72190811000000053e2"],["-0.77476944000000003e2","0.72191360000000145e2"],["-0.77514175000000023e2","0.72193862999999965e2"],["-0.77549987999999985e2",72.19802900000002],["-0.77578888000000006e2","0.72204163000000051e2"],["-0.77604172000000005e2","0.72211929000000112e2"],["-0.77623885999999914e2","0.72221100000000092e2"],["-0.77658614999999998e2","0.72231658999999922e2"],["-0.77760833999999932e2","0.72257217000000026e2"],["-0.77823058999999944e2","0.72271927000000005e2"],["-0.77866104000000007e2","0.72281097000000045e2"],["-0.77949996999999883e2","0.72296097000000032e2"],["-0.78072509999999966e2","0.72312485000000038e2"],["-0.78121384000000035e2","0.72319716999999969e2"],["-0.78154723999999987e2","0.72325545999999974e2"],["-0.78220001000000025e2","0.72337769000000037e2"],["-0.78326950000000011e2","0.72359146000000067e2"],[-78.37388599999997,72.36943100000002],["-0.78389175000000023e2",72.37303200000008],["-0.78473327999999981e2","0.72394989000000123e2"],["-0.78499161000000015e2","0.72404709000000025e2"],["-0.78520843999999954e2","0.72414993000000038e2"],["-0.78559158000000025e2","0.72438034000000073e2"],["-0.78561110999999926e2","0.72444977000000051e2"],["-0.78556655999999919e2","0.72504440000000102e2"],["-0.78443053999999961e2","0.72581939999999975e2"],["-0.78430556999999965e2","0.72586655000000007e2"],["-0.78170273000000009e2","0.72653594999999996e2"],["-0.78156386999999995e2","0.72656937000000084e2"],["-0.78001677999999913e2","0.72682480000000055e2"],["-0.77869994999999903e2","0.72697479000000101e2"],["-0.77845001000000025e2","0.72698868000000061e2"],[-77.78083799999996,"0.72706940000000031e2"],["-0.77768616000000009e2","0.72709427000000119e2"],["-0.77701401000000033e2","0.72724701000000039e2"],["-0.77670273000000009e2","0.72732208000000128e2"],["-0.77656951999999876e2","0.72736099000000024e2"],["-0.77639998999999989e2","0.72743865999999969e2"],["-0.77627486999999974e2",72.74859600000002],["-0.77613892000000021e2","0.72751663000000121e2"],["-0.77576401000000033e2","0.72755554000000018e2"],["-0.77532226999999921e2","0.72756943000000035e2"],["-0.77513625999999988e2","0.72754715000000033e2"],["-0.77413054999999872e2","0.72752212999999983e2"],["-0.77259734999999978e2","0.72751663000000121e2"],[-77.05581699999999,"0.72752861000000109e2"],["-0.77002501999999993e2","0.72749419999999986e2"],["-0.76947219999999902e2","0.72743865999999969e2"],["-0.76799728000000016e2","0.72727478000000133e2"],["-0.76753066999999987e2","0.72720534999999927e2"],["-0.76693053999999961e2","0.72694702000000007e2"],["-0.76684997999999894e2","0.72691085999999927e2"],["-0.76662505999999894e2","0.72678588999999988e2"],["-0.76653609999999958e2","0.72670821999999987e2"],["-0.76655272999999966e2","0.72664429000000041e2"],[-76.65972899999997,"0.72658324999999991e2"],["-0.76646118000000001e2","0.72639708999999982e2"],["-0.76584732000000031e2","0.72628585999999984e2"],["-0.76428328999999962e2","0.72614151000000049e2"],["-0.76328339000000028e2","0.72607483000000116e2"],["-0.76288329999999917e2","0.72604980000000126e2"],["-0.76215285999999935e2","0.72596100000000092e2"],["-0.76182219999999973e2",72.58998100000008],["-0.76166945999999996e2",72.58638000000002],["-0.76155562999999916e2","0.72580826000000002e2"],["-0.76150283999999999e2","0.72574158000000011e2"],["-0.76154723999999931e2","0.72562485000000038e2"],["-0.76160552999999936e2",72.54942299999999],["-0.76165833000000021e2","0.72538315000000011e2"],["-0.76162506000000008e2","0.72526093000000003e2"],["-0.76156112999999948e2","0.72518051000000071e2"],["-0.76121657999999911e2","0.72478317000000118e2"],["-0.76107773000000009e2","0.72473037999999974e2"],["-0.76087783999999999e2","0.72471648999999957e2"],["-0.76069457999999997e2","0.72474991000000102e2"],["-0.76046386999999868e2","0.72483597000000032e2"],["-0.76036941999999897e2","0.72489426000000037e2"],["-0.76037780999999939e2","0.72496368000000132e2"],["-0.76052215999999987e2",72.51138300000008],["-0.76068619000000012e2","0.72525818000000015e2"],["-0.76077224999999942e2","0.72536377000000073e2"],["-0.76074172999999917e2","0.72541656000000046e2"],[-76.06471299999987,"0.72549988000000042e2"],["-0.76018889999999999e2","0.72574431999999945e2"],["-0.76005843999999968e2","0.72579163000000108e2"],["-0.75988601999999958e2","0.72580826000000002e2"],["-0.75931945999999925e2","0.72583603000000096e2"],["-0.75885284000000013e2","0.72584152000000074e2"],["-0.75841948999999943e2","0.72583053999999947e2"],["-0.75798888999999974e2","0.72581939999999975e2"],["-0.75759170999999981e2","0.72579163000000108e2"],[-75.56806899999998,"0.72557479999999941e2"],["-0.75553328999999962e2","0.72553589000000102e2"],["-0.75547226000000023e2","0.72545532000000094e2"],["-0.75537780999999939e2","0.72539703000000088e2"],["-0.75521117999999888e2","0.72536102000000028e2"],["-0.75472228999999913e2","0.72527480999999966e2"],["-0.75435271999999998e2","0.72522491000000059e2"],["-0.75379439999999931e2",72.51638800000012],["-0.75360001000000011e2","0.72515548999999965e2"],["-0.75301666000000012e2","0.72509720000000129e2"],["-0.75231673999999998e2","0.72500549000000035e2"],["-0.75215285999999878e2","0.72497482000000105e2"],["-0.75192490000000021e2","0.72491928000000087e2"],["-0.75186661000000015e2","0.72487488000000099e2"],["-0.75189163000000008e2","0.72478317000000118e2"],["-0.75199158000000011e2","0.72466933999999924e2"],["-0.75200287000000003e2","0.72461929000000055e2"],["-0.75160277999999948e2","0.72421097000000088e2"],["-0.75132492000000013e2","0.72393600000000106e2"],["-0.75054169000000002e2","0.72328873000000101e2"],["-0.75034164000000033e2","0.72317490000000134e2"],[-75,"0.72298369999999977e2"],["-0.74980559999999912e2","0.72288315000000068e2"],["-0.74950835999999981e2","0.72269989000000066e2"],["-0.74943603999999993e2","0.72263321000000076e2"],["-0.74942490000000021e2","0.72255829000000119e2"],["-0.74947494999999947e2","0.72249710000000107e2"],["-0.75044997999999964e2","0.72188308999999947e2"],["-0.75068068999999923e2","0.72179152999999985e2"],["-0.75225280999999995e2","0.72122482000000105e2"],["-0.75238326999999913e2","0.72118317000000104e2"],[-75.25306699999993,"0.72116378999999938e2"],["-0.75271666999999979e2","0.72117203000000075e2"],["-0.75291381999999885e2","0.72119431000000077e2"],["-0.75323623999999938e2","0.72125534000000016e2"],["-0.75387511999999901e2","0.72134430000000123e2"],["-0.75440552000000025e2","0.72141098000000113e2"],["-0.75477782999999988e2","0.72144714000000135e2"],["-0.75520003999999972e2","0.72146102999999982e2"],["-0.75607498000000021e2","0.72143326000000059e2"],["-0.75710006999999962e2","0.72136658000000068e2"],[-75.73332199999993,"0.72134155000000078e2"],["-0.75813889000000017e2","0.72122482000000105e2"],["-0.75866652999999985e2","0.72113876000000005e2"],["-0.76015015000000005e2","0.72086655000000121e2"],["-0.76033324999999934e2","0.72081100000000049e2"],["-0.76054717999999866e2","0.72073043999999982e2"],["-0.76078063999999983e2","0.72059417999999994e2"],["-0.76084166999999923e2","0.72049713000000111e2"],[-76.09973100000002,72.02887000000004],["-0.76111938000000009e2","0.72018050999999957e2"],["-0.76128052000000025e2","0.72004166000000055e2"],["-0.76142226999999934e2",71.99331699999999],["-0.76156386999999881e2","0.71985260000000039e2"],["-0.76173614999999984e2","0.71975540000000137e2"],["-0.76192490000000021e2","0.71967758000000003e2"],["-0.76234726000000023e2","0.71957488999999953e2"],["-0.76262511999999901e2","0.71949707000000046e2"],["-0.76274445000000014e2","0.71944427000000132e2"],["-0.76301665999999955e2","0.71930542000000059e2"],["-0.76318344000000025e2","0.71919983000000002e2"],["-0.76348052999999879e2","0.71891662999999994e2"],[-76.31082200000003,"0.71884720000000016e2"],["-0.76089721999999938e2","0.71978867000000093e2"],["-0.76073058999999944e2","0.71989425999999924e2"],["-0.76063323999999966e2",72],["-0.76049727999999902e2","0.72017761000000121e2"],["-0.76047501000000011e2","0.72023604999999975e2"],["-0.76043609999999944e2","0.72030272999999966e2"],["-0.76029448999999943e2","0.72041091999999992e2"],["-0.76019729999999981e2","0.72046097000000032e2"],["-0.75998610999999983e2","0.72054152999999928e2"],["-0.75956115999999952e2","0.72067215000000147e2"],[-75.89445499999988,"0.72082214000000022e2"],["-0.75828338999999971e2","0.72096939000000134e2"],["-0.75796660999999915e2","0.72103591999999935e2"],["-0.75710555999999997e2","0.72113312000000008e2"],["-0.75630554000000018e2",72.11970500000001],["-0.75586120999999991e2",72.12164300000012],["-0.75528335999999967e2","0.72120818999999983e2"],["-0.75488051999999925e2","0.72118866000000025e2"],["-0.75433060000000012e2","0.72112761999999975e2"],[-75.23332199999993,"0.72084152000000131e2"],["-0.75226105000000018e2","0.72080276000000083e2"],["-0.75219451999999876e2","0.72074432000000058e2"],["-0.75218886999999995e2","0.72070267000000058e2"],["-0.75221114999999998e2","0.72064696999999967e2"],["-0.75228881999999942e2","0.72059143000000006e2"],["-0.75255279999999914e2","0.72046097000000032e2"],["-0.75281676999999888e2","0.72038589000000059e2"],["-0.75317504999999926e2","0.72031661999999926e2"],["-0.75338332999999977e2",72.02887000000004],["-0.75404174999999952e2","0.72025543000000084e2"],["-0.75449432000000002e2",72.02526899999998],["-0.75494155999999975e2","0.72021378000000084e2"],["-0.75515015000000005e2","0.72018326000000002e2"],["-0.75548049999999989e2","0.72011107999999979e2"],["-0.75574172999999917e2",72.00360100000006],["-0.75586670000000026e2","0.71999146000000053e2"],["-0.75606383999999935e2","0.71989425999999924e2"],["-0.75613892000000021e2","0.71983871000000022e2"],["-0.75618880999999988e2","0.71978592000000049e2"],["-0.75686661000000015e2","0.71883040999999992e2"],["-0.75697495000000004e2","0.71858322000000044e2"],["-0.75691375999999877e2","0.71850266000000147e2"],["-0.75688048999999921e2","0.71842758000000117e2"],[-75.6875,"0.71839157000000057e2"],["-0.75692215000000033e2","0.71833328000000051e2"],["-0.75802490000000034e2","0.71750548999999978e2"],["-0.75830001999999979e2","0.71736649000000114e2"],["-0.75872222999999906e2","0.71721375000000023e2"],["-0.75898345999999947e2","0.71714432000000045e2"],["-0.75934157999999968e2","0.71711105000000089e2"],["-0.75953612999999962e2","0.71710266000000104e2"],["-0.75997497999999894e2","0.71709152000000131e2"],["-0.76040282999999931e2","0.71709426999999948e2"],["-0.76067504999999869e2","0.71706650000000081e2"],["-0.76079177999999956e2","0.71704437000000098e2"],["-0.76090835999999911e2","0.71702208999999982e2"],["-0.76096114999999998e2","0.71697479000000101e2"],["-0.76095839999999953e2","0.71693863000000079e2"],["-0.76085281000000009e2","0.71691924999999912e2"],["-0.75901671999999962e2","0.71701096000000064e2"],["-0.75880279999999971e2",71.70248400000014],["-0.75846953999999982e2","0.71708602999999982e2"],["-0.75819457999999941e2","0.71716934000000094e2"],["-0.75794998000000021e2","0.71725815000000011e2"],["-0.75787215999999944e2","0.71730545000000063e2"],["-0.75675003000000004e2","0.71810532000000023e2"],["-0.75654998999999975e2","0.71826096000000121e2"],["-0.75580001999999865e2","0.71906097000000045e2"],["-0.75570281999999963e2","0.71917480000000012e2"],["-0.75565825999999959e2","0.71929703000000075e2"],["-0.75567229999999938e2","0.71937485000000038e2"],["-0.75570281999999963e2","0.71941360000000032e2"],["-0.75574447999999961e2","0.71953048999999965e2"],["-0.75571944999999971e2","0.71958878000000141e2"],["-0.75569167999999991e2","0.71963882000000126e2"],["-0.75558334000000002e2",71.97665400000011],["-0.75538605000000018e2","0.71986374000000012e2"],["-0.75513335999999924e2","0.71995254999999986e2"],["-0.75498046999999929e2","0.71999146000000053e2"],["-0.75476669000000015e2","0.72000823999999966e2"],["-0.75414444000000003e2","0.71999709999999993e2"],["-0.75371932999999899e2","0.71997757000000036e2"],["-0.75349441999999897e2","0.71998032000000023e2"],["-0.75327788999999939e2","0.71999419999999986e2"],[-75.24888599999997,"0.72012771999999984e2"],["-0.75197768999999937e2","0.72023315000000139e2"],["-0.75174437999999952e2","0.72031936999999971e2"],["-0.75158614999999941e2","0.72041655999999932e2"],["-0.75150283999999942e2",72.0577550000001],["-0.75135009999999966e2","0.72080551000000071e2"],["-0.75129990000000021e2","0.72086380000000133e2"],["-0.75119155999999862e2","0.72096375000000023e2"],["-0.75109160999999858e2","0.72101089000000002e2"],["-0.75093613000000005e2",72.10803199999998],["-0.75081389999999942e2",72.11303700000002],["-0.75051392000000021e2","0.72121917999999937e2"],["-0.75035827999999924e2","0.72125809000000004e2"],["-0.75012511999999958e2",72.12831100000011],[-75,"0.72128525000000025e2"],[-74.98443599999996,"0.72127472000000125e2"],["-0.74951675000000023e2","0.72123306000000071e2"],["-0.74835006999999962e2",72.10386699999998],["-0.74801391999999964e2","0.72098327999999981e2"],["-0.74764449999999954e2","0.72094711000000018e2"],[-74.65943900000002,"0.72091094999999939e2"],["-0.74625548999999921e2","0.72091369999999984e2"],["-0.74535278000000005e2","0.72089705999999978e2"],["-0.74316390999999953e2","0.72082214000000022e2"],["-0.74297226000000023e2","0.72080826000000116e2"],["-0.74260009999999966e2","0.72076096000000064e2"],["-0.74244155999999862e2","0.72073043999999982e2"],["-0.74233321999999987e2","0.72067489999999964e2"],["-0.74218062999999972e2","0.72058029000000033e2"],["-0.74177489999999921e2","0.72031936999999971e2"],["-0.74122222999999963e2","0.71983597000000088e2"],["-0.74117766999999958e2","0.71969985999999949e2"],["-0.74119445999999982e2","0.71955826000000059e2"],["-0.74166107000000011e2","0.71874695000000088e2"],["-0.74171111999999937e2","0.71868591000000038e2"],["-0.74184998000000007e2","0.71855819999999937e2"],["-0.74229996000000028e2","0.71822768999999994e2"],["-0.74243056999999965e2","0.71818603999999993e2"],["-0.74263335999999981e2","0.71815810999999997e2"],["-0.74403060999999923e2",71.80386400000009],[-74.43998699999986,"0.71801925999999924e2"],["-0.74460555999999997e2","0.71802765000000079e2"],["-0.74477782999999931e2","0.71804977000000122e2"],[-74.50140399999998,"0.71809708000000057e2"],["-0.74513625999999874e2","0.71818053999999961e2"],["-0.74570557000000008e2","0.71809418000000051e2"],["-0.74604996000000028e2","0.71784714000000122e2"],["-0.74678328999999962e2","0.71745254999999986e2"],["-0.74696105999999929e2","0.71738586000000112e2"],[-74.71362299999987,"0.71735260000000096e2"],["-0.74885009999999909e2","0.71708602999999982e2"],[-75,"0.71711914000000036e2"],["-0.75046660999999915e2","0.71716095000000109e2"],["-0.75090560999999923e2","0.71718048000000067e2"],["-0.75136672999999973e2","0.71716934000000094e2"],[-75.158051,"0.71715271000000143e2"],["-0.75342772999999909e2","0.71695815999999979e2"],["-0.75363892000000021e2","0.71691360000000088e2"],["-0.75378600999999946e2","0.71686920000000043e2"],["-0.75389998999999989e2","0.71681091000000038e2"],["-0.75393889999999942e2","0.71677475000000015e2"],["-0.75391953000000001e2","0.71674698000000092e2"],["-0.75385009999999909e2","0.71674423000000104e2"],["-0.75241942999999878e2","0.71686096000000077e2"],["-0.75178329000000019e2","0.71694138000000066e2"],["-0.75085007000000019e2","0.71700821000000076e2"],["-0.75043610000000001e2","0.71699707000000046e2"],["-0.75025008999999955e2","0.71698029000000133e2"],["-0.75009170999999924e2","0.71694977000000051e2"],["-0.74941101000000003e2","0.71674698000000092e2"],["-0.74934158000000025e2","0.71670822000000044e2"],[-74.93360899999999,"0.71663879000000009e2"],[-74.93638599999997,"0.71658035000000041e2"],["-0.74945540999999935e2","0.71652481000000023e2"],["-0.74956115999999952e2","0.71648331000000042e2"],["-0.75008895999999993e2","0.71631927000000076e2"],["-0.75055557000000022e2","0.71622481999999991e2"],["-0.75114166000000012e2","0.71611098999999967e2"],["-0.75194152999999972e2","0.71595535000000098e2"],["-0.75206954999999994e2","0.71591934000000037e2"],["-0.75398345999999947e2","0.71525269000000094e2"],[-75.40972899999997,"0.71519714000000022e2"],["-0.75408339999999953e2","0.71514708999999982e2"],["-0.75406386999999938e2","0.71512207000000046e2"],["-0.75402221999999938e2","0.71512497000000053e2"],["-0.75205276000000026e2","0.71546371000000079e2"],[-75,"0.71607238999999993e2"],["-0.74861114999999927e2","0.71649429000000112e2"],["-0.74851668999999958e2","0.71654984000000013e2"],["-0.74799437999999952e2","0.71678863999999976e2"],["-0.74784163999999976e2","0.71682755000000043e2"],["-0.74718337999999903e2","0.71693588000000034e2"],["-0.74697768999999937e2","0.71696365000000128e2"],["-0.74686661000000015e2","0.71696365000000128e2"],["-0.74672774999999945e2","0.71692474000000061e2"],["-0.74631942999999978e2","0.71662491000000102e2"],["-0.74629714999999919e2",71.65277100000003],["-0.74631942999999978e2","0.71646378000000084e2"],["-0.74646392999999989e2","0.71631927000000076e2"],["-0.74674437999999896e2","0.71608322000000101e2"],["-0.74689712999999983e2","0.71598038000000031e2"],["-0.74704726999999934e2","0.71588042999999971e2"],["-0.74713057999999933e2","0.71583878000000141e2"],["-0.74733886999999982e2","0.71575546000000145e2"],["-0.74811934999999949e2","0.71547760000000096e2"],["-0.74869720000000029e2","0.71541656000000046e2"],["-0.74922500999999897e2",71.53776600000009],["-0.74940276999999867e2","0.71538040000000024e2"],[-74.97084000000001,"0.71537201000000039e2"],["-0.74990279999999984e2","0.71536652000000117e2"],[-75,"0.71535583000000088e2"],["-0.75027221999999995e2","0.71532486000000006e2"],["-0.75036666999999966e2","0.71530548000000067e2"],["-0.75081389999999942e2","0.71515273999999977e2"],["-0.75107773000000009e2","0.71503052000000025e2"],["-0.75124709999999936e2","0.71492477000000065e2"],[-75.15194699999995,"0.71471649000000014e2"],["-0.75152221999999995e2","0.71466094999999996e2"],["-0.75146117999999944e2","0.71463608000000079e2"],[-75.12777699999998,"0.71465820000000008e2"],["-0.75115554999999972e2","0.71469986000000063e2"],["-0.75106110000000001e2","0.71481934000000081e2"],["-0.75093886999999938e2",71.49275200000011],["-0.75084731999999974e2","0.71498322000000144e2"],[-75.06138599999997,"0.71506378000000041e2"],[-75.05082699999997,"0.71509720000000016e2"],["-0.75033324999999934e2","0.71513046000000031e2"],[-75,"0.71517899000000114e2"],["-0.74993056999999908e2","0.71518875000000037e2"],["-0.74944153000000028e2","0.71521652000000131e2"],["-0.74877486999999974e2","0.71524155000000121e2"],["-0.74857223999999974e2","0.71523605000000089e2"],["-0.74838332999999921e2","0.71521926999999948e2"],["-0.74828338999999971e2","0.71517211999999915e2"],[-74.71665999999999,"0.71419144000000131e2"],["-0.74699431999999945e2","0.71390823000000069e2"],["-0.74700561999999934e2","0.71386658000000068e2"],["-0.74705565999999976e2","0.71380814000000044e2"],["-0.74715285999999992e2","0.71375809000000004e2"],["-0.74888335999999981e2","0.71287201000000096e2"],["-0.75075012000000015e2","0.71204437000000041e2"],["-0.75081389999999942e2",71.17942800000003],["-0.75065001999999993e2","0.71180817000000047e2"],[-75,"0.71199341000000061e2"],["-0.74987503000000004e2","0.71203873000000101e2"],["-0.74874160999999958e2","0.71247756999999979e2"],["-0.74864440999999943e2","0.71252487000000031e2"],["-0.74671660999999972e2","0.71359985000000052e2"],["-0.74654448999999943e2","0.71370254999999986e2"],["-0.74637511999999958e2","0.71380538999999999e2"],["-0.74632216999999969e2","0.71385818000000029e2"],["-0.74628051999999968e2","0.71392487000000074e2"],["-0.74625823999999852e2",71.39888000000002],["-0.74626098999999954e2","0.71405822999999998e2"],["-0.74631103999999993e2","0.71419433999999967e2"],["-0.74638061999999991e2","0.71426651000000106e2"],["-0.74646956999999929e2","0.71433044000000052e2"],["-0.74657227000000034e2","0.71438583000000051e2"],["-0.74719726999999978e2","0.71462494000000106e2"],["-0.74726944000000003e2","0.71466094999999996e2"],["-0.74735549999999989e2","0.71472487999999942e2"],["-0.74736388999999974e2","0.71476654000000053e2"],["-0.74743057000000022e2","0.71511932000000058e2"],[-74.73611499999987,"0.71530548000000067e2"],["-0.74723891999999978e2","0.71541931000000091e2"],["-0.74714172000000019e2","0.71546646000000123e2"],["-0.74701675000000023e2","0.71551086000000112e2"],["-0.74686385999999914e2","0.71554977000000008e2"],["-0.74663895000000025e2","0.71557204999999954e2"],["-0.74628875999999934e2","0.71554703000000075e2"],["-0.74619995000000017e2",71.55802900000009],["-0.74583618000000001e2","0.71585815000000025e2"],["-0.74576401000000033e2","0.71591370000000097e2"],["-0.74543883999999991e2","0.71631362999999965e2"],["-0.74381942999999922e2","0.71677199999999971e2"],["-0.74345550999999944e2","0.71689423000000033e2"],["-0.74335555999999997e2","0.71694138000000066e2"],["-0.74317779999999971e2","0.71704437000000098e2"],["-0.74309432999999956e2","0.71712204000000042e2"],["-0.74306945999999982e2",71.71775800000006],["-0.74299437999999952e2","0.71723877000000073e2"],["-0.74288604999999905e2","0.71727478000000133e2"],["-0.74268341000000021e2","0.71730270000000019e2"],["-0.74146956999999929e2","0.71738875999999948e2"],[-74.12470999999988,"0.71738875999999948e2"],["-0.74109160999999972e2","0.71735809000000017e2"],["-0.74103058000000033e2","0.71733321999999987e2"],["-0.74097777999999948e2",71.72886699999998],["-0.74123885999999914e2","0.71680817000000104e2"],["-0.74128875999999877e2",71.67164600000001],["-0.74142226999999991e2","0.71661652000000004e2"],[-74.15055799999999,"0.71657486000000063e2"],["-0.74173049999999989e2","0.71651093000000117e2"],["-0.74202788999999996e2","0.71645828000000051e2"],["-0.74220276000000013e2","0.71641663000000051e2"],["-0.74232773000000009e2","0.71637496999999939e2"],["-0.74239440999999999e2","0.71634155000000021e2"],[-74.24888599999997,"0.71621643000000063e2"],["-0.74253066999999987e2",71.611649],["-0.74254455999999948e2",71.60664399999996],["-0.74254729999999995e2","0.71603867000000093e2"],["-0.74252228000000002e2",71.58998100000008],["-0.74249161000000015e2","0.71582489000000123e2"],["-0.74243056999999965e2","0.71569716999999969e2"],["-0.74218886999999938e2","0.71556641000000013e2"],["-0.74180282999999974e2","0.71538315000000011e2"],["-0.74168334999999956e2","0.71533324999999991e2"],["-0.74156386999999995e2","0.71532211000000018e2"],["-0.74150283999999886e2","0.71533324999999991e2"],["-0.74148620999999935e2","0.71537491000000045e2"],["-0.74151671999999962e2","0.71544983000000002e2"],["-0.74165008999999998e2","0.71555252000000053e2"],["-0.74146118000000001e2","0.71637496999999939e2"],["-0.74039718999999934e2","0.71722213999999951e2"],["-0.74019164999999987e2",71.73803700000002],["-0.74014724999999942e2","0.71741089000000102e2"],["-0.73996947999999975e2","0.71751389000000017e2"],["-0.73977782999999931e2","0.71759720000000129e2"],["-0.73964447000000007e2","0.71763321000000019e2"],["-0.73928329000000019e2","0.71769150000000025e2"],["-0.73748046999999929e2","0.71776931999999988e2"],["-0.73718886999999938e2","0.71776931999999988e2"],[-73.61610399999995,"0.71773315000000025e2"],["-0.73604172000000005e2","0.71772217000000126e2"],["-0.73593886999999995e2","0.71769988999999953e2"],["-0.73589721999999995e2","0.71763321000000019e2"],["-0.73589995999999985e2","0.71756943000000035e2"],["-0.73591675000000009e2","0.71751937999999996e2"],[-73.598343,"0.71738312000000008e2"],["-0.73612503000000004e2","0.71722213999999951e2"],["-0.73619995000000017e2","0.71716095000000109e2"],["-0.73638061999999991e2","0.71706375000000037e2"],["-0.73663329999999917e2","0.71697204999999997e2"],["-0.73694442999999922e2","0.71690262000000018e2"],["-0.73732772999999952e2","0.71683868000000132e2"],["-0.73771117999999944e2","0.71670822000000044e2"],["-0.73791381999999999e2","0.71661102000000142e2"],["-0.73890839000000028e2","0.71609421000000054e2"],["-0.73985549999999989e2","0.71534149000000127e2"],["-0.73990279999999927e2","0.71527480999999966e2"],["-0.74010833999999988e2","0.71491363999999976e2"],["-0.74095275999999956e2",71.46276899999998],["-0.74169997999999964e2","0.71445816000000036e2"],["-0.74303878999999995e2","0.71419433999999967e2"],["-0.74315826000000015e2","0.71414429000000098e2"],["-0.74319167999999877e2","0.71409424000000058e2"],["-0.74312209999999993e2",71.40554800000001],["-0.74297226000000023e2","0.71405822999999998e2"],["-0.74191665999999998e2","0.71425537000000134e2"],["-0.74159163999999919e2",71.4327550000001],["-0.74121384000000035e2","0.71438583000000051e2"],["-0.74083617999999944e2","0.71441086000000041e2"],["-0.74045836999999949e2","0.71440810999999997e2"],["-0.74028610000000015e2","0.71437759000000085e2"],["-0.74063889000000017e2","0.71336929000000055e2"],["-0.74091675000000009e2","0.71285537999999974e2"],["-0.74106383999999878e2","0.71274704000000099e2"],["-0.74137787000000003e2","0.71255828999999949e2"],["-0.74152221999999995e2","0.71248032000000023e2"],["-0.74187774999999931e2","0.71229430999999977e2"],["-0.74207503999999858e2","0.71219711000000075e2"],["-0.74217223999999931e2","0.71214996000000042e2"],["-0.74226669000000015e2","0.71212203999999986e2"],["-0.74238327000000027e2","0.71203873000000101e2"],["-0.74240829000000019e2","0.71200821000000133e2"],["-0.74235000999999897e2","0.71198317999999972e2"],["-0.74228881999999942e2","0.71199416999999983e2"],["-0.74217772999999966e2","0.71202209000000039e2"],["-0.74190825999999959e2","0.71211104999999975e2"],["-0.74158339999999953e2","0.71223877000000016e2"],["-0.74148055999999997e2","0.71228592000000049e2"],["-0.74118332000000009e2",71.24331699999999],["-0.74039444000000003e2","0.71302199999999971e2"],["-0.74009444999999971e2","0.71360809000000017e2"],["-0.74006957999999997e2","0.71367203000000075e2"],["-0.73973327999999924e2","0.71413605000000132e2"],["-0.73968612999999891e2","0.71419433999999967e2"],["-0.73867767000000015e2","0.71525818000000015e2"],[-73.86221299999994,"0.71531096999999988e2"],["-0.73761672999999973e2","0.71580826000000059e2"],["-0.73746947999999975e2","0.71585266000000047e2"],["-0.73732772999999952e2","0.71586928999999998e2"],["-0.73689162999999951e2","0.71588042999999971e2"],["-0.73653610000000015e2","0.71587493999999992e2"],["-0.73639724999999942e2",71.58638000000002],["-0.73621932999999956e2","0.71583328000000108e2"],["-0.73595000999999968e2","0.71575272000000041e2"],["-0.73588608000000022e2","0.71572220000000129e2"],["-0.73565001999999936e2",71.55192599999998],["-0.73566665999999941e2","0.71544144000000017e2"],[-73.598343,"0.71528320000000122e2"],["-0.73615554999999915e2","0.71520264000000054e2"],["-0.73619445999999982e2","0.71515823000000125e2"],["-0.73630279999999971e2","0.71456649999999911e2"],["-0.73635009999999909e2","0.71359421000000111e2"],["-0.73622498000000007e2","0.71356644000000017e2"],[-73.61332699999997,"0.71355820000000051e2"],["-0.73594727000000034e2",71.35775799999999],["-0.73540389999999945e2",71.37286400000005],["-0.73518889999999942e2","0.71379150000000038e2"],["-0.73517226999999934e2","0.71379974000000004e2"],["-0.73516112999999962e2","0.71385818000000029e2"],["-0.73515563999999927e2",71.39888000000002],["-0.73513335999999981e2","0.71413040000000137e2"],[-73.50306699999993,"0.71424698000000149e2"],["-0.73496947999999918e2","0.71428589000000045e2"],["-0.73477492999999924e2","0.71436371000000008e2"],["-0.73446945000000028e2","0.71440262000000075e2"],["-0.73428878999999995e2","0.71435806000000127e2"],["-0.73384445000000028e2","0.71391937000000041e2"],["-0.73380279999999914e2","0.71385269000000051e2"],["-0.73385009999999966e2","0.71381927000000132e2"],["-0.73500899999999945e2","0.71337212000000022e2"],["-0.73590285999999935e2","0.71304977000000065e2"],["-0.73615554999999915e2","0.71296371000000136e2"],["-0.73623046999999872e2","0.71291091999999992e2"],["-0.73635558999999944e2","0.71279709000000139e2"],["-0.73663054999999986e2","0.71254166000000055e2"],["-0.73678878999999995e2","0.71238037000000077e2"],["-0.73712783999999999e2","0.71177765000000136e2"],["-0.73717772999999966e2","0.71164993000000095e2"],["-0.73718886999999938e2","0.71159424000000115e2"],["-0.73716399999999965e2",71.14498900000001],["-0.73713622999999984e2","0.71137497000000053e2"],["-0.73713622999999984e2","0.71130539000000056e2"],[-73.71665999999999,"0.71118317000000104e2"],["-0.73728606999999954e2","0.71098602000000085e2"],["-0.73735824999999977e2","0.71093323000000112e2"],["-0.73745833999999888e2","0.71088593000000117e2"],["-0.73760833999999932e2","0.71084717000000012e2"],[-73.77806099999998,71.0816650000001],["-0.73797774999999945e2","0.71078872999999987e2"],["-0.73842498999999918e2","0.71074432000000115e2"],[-73.87388599999997,"0.71069717000000082e2"],["-0.73890288999999996e2","0.71064987000000031e2"],["-0.73898346000000004e2","0.71057480000000112e2"],["-0.73895003999999972e2","0.71052200000000028e2"],["-0.73886672999999973e2",71.049149],["-0.73879439999999875e2","0.71047759999999982e2"],["-0.73872771999999998e2","0.71047484999999995e2"],["-0.73850554999999986e2","0.71059981999999991e2"],["-0.73842223999999987e2","0.71064148000000046e2"],["-0.73753066999999987e2","0.71065810999999997e2"],["-0.73732772999999952e2","0.71067764000000125e2"],["-0.73715835999999854e2","0.71071655000000021e2"],["-0.73692764000000011e2","0.71079436999999984e2"],["-0.73674438000000009e2","0.71088318000000072e2"],["-0.73667220999999984e2","0.71093597000000045e2"],["-0.73660552999999993e2",71.10386699999998],["-0.73658339999999953e2","0.71124985000000095e2"],["-0.73662505999999951e2","0.71134995000000004e2"],["-0.73666655999999875e2","0.71141662999999994e2"],["-0.73673614999999927e2","0.71163039999999967e2"],["-0.73668883999999991e2","0.71173035000000084e2"],["-0.73623610999999983e2","0.71225540000000137e2"],["-0.73615829000000019e2","0.71230270000000132e2"],["-0.73549164000000019e2","0.71269989000000066e2"],["-0.73454726999999991e2","0.71300262000000032e2"],["-0.73433884000000035e2","0.71308594000000028e2"],[-73.42860399999995,"0.71314423000000033e2"],["-0.73427779999999984e2","0.71327208999999925e2"],["-0.73435271999999941e2","0.71332214000000022e2"],["-0.73437774999999988e2","0.71336380000000077e2"],["-0.73436110999999983e2","0.71340545999999961e2"],["-0.73430282999999974e2",71.34165999999999],["-0.73382216999999969e2","0.71345260999999994e2"],["-0.73363051999999982e2","0.71345824999999991e2"],["-0.73349730999999963e2","0.71345260999999994e2"],["-0.73320847000000015e2","0.71340820000000122e2"],["-0.73083617999999944e2","0.71285812000000078e2"],["-0.73061110999999983e2","0.71277481000000023e2"],["-0.73049437999999952e2","0.71268325999999945e2"],["-0.73053878999999938e2","0.71261658000000011e2"],["-0.73065001999999936e2","0.71258331000000055e2"],["-0.73155562999999972e2","0.71246643000000006e2"],["-0.73214721999999995e2",71.240814],["-0.73230835000000013e2","0.71238312000000121e2"],["-0.73249434999999949e2","0.71233871000000022e2"],["-0.73266113000000018e2","0.71224990999999989e2"],["-0.73271941999999854e2","0.71220535000000041e2"],["-0.73263061999999991e2","0.71205826000000002e2"],["-0.73252501999999936e2","0.71195251000000098e2"],["-0.73244445999999982e2","0.71188873000000115e2"],["-0.73235001000000011e2","0.71173309000000017e2"],["-0.73235001000000011e2","0.71162201000000039e2"],["-0.73238327000000027e2","0.71157210999999961e2"],["-0.73247771999999998e2","0.71144150000000025e2"],["-0.73256957999999884e2","0.71133881000000031e2"],["-0.73294448999999929e2","0.71092483999999956e2"],["-0.73311110999999926e2","0.71080826000000116e2"],["-0.73327788999999996e2","0.71072768999999994e2"],["-0.73379439999999988e2",71.05831900000004],["-0.73426391999999908e2","0.71047759999999982e2"],["-0.73446105999999986e2","0.71041092000000049e2"],["-0.73450835999999924e2","0.71035263000000043e2"],["-0.73451950000000011e2","0.71029433999999981e2"],["-0.73446945000000028e2","0.71024993999999992e2"],["-0.73377486999999917e2","0.70980545000000006e2"],["-0.73369995000000017e2","0.70985809000000017e2"],[-73.17361499999987,"0.71156937000000028e2"],["-0.73168610000000001e2","0.71170532000000094e2"],["-0.73177490000000034e2","0.71185257000000036e2"],["-0.73183060000000012e2","0.71191360000000032e2"],["-0.73188048999999978e2","0.71199141999999938e2"],["-0.73185271999999998e2","0.71205826000000002e2"],["-0.73180283000000031e2","0.71211655000000007e2"],["-0.73172226000000023e2","0.71216385000000059e2"],["-0.73142226999999934e2","0.71224425999999937e2"],["-0.73115554999999915e2","0.71230270000000132e2"],["-0.73101395000000025e2","0.71231658999999979e2"],["-0.73079726999999991e2","0.71231658999999979e2"],["-0.73067779999999857e2","0.71230270000000132e2"],["-0.73045546999999885e2","0.71225540000000137e2"],["-0.73027221999999881e2","0.71227203000000031e2"],["-0.73011947999999961e2","0.71234421000000054e2"],["-0.73004455999999948e2","0.71239700000000028e2"],[-72.99499499999996,"0.71249999999999943e2"],["-0.72981673999999941e2","0.71267487000000017e2"],["-0.72952788999999996e2","0.71311096000000077e2"],["-0.72951400999999976e2","0.71316085999999984e2"],["-0.72959731999999974e2","0.71355820000000051e2"],["-0.72963622999999927e2","0.71362488000000042e2"],["-0.72970001000000025e2","0.71369979999999998e2"],["-0.72978332999999907e2","0.71376373000000115e2"],["-0.72989440999999999e2","0.71391663000000108e2"],["-0.72993057000000022e2","0.71397766000000047e2"],["-0.72993331999999953e2","0.71401931999999931e2"],["-0.72988892000000021e2",71.40554800000001],["-0.72975829999999917e2",71.40914900000007],["-0.72897232000000031e2","0.71416655999999989e2"],["-0.72858046999999942e2","0.71413315000000125e2"],["-0.72836394999999925e2","0.71413315000000125e2"],["-0.72765839000000028e2","0.71423874000000012e2"],["-0.72759170999999924e2","0.71426926000000094e2"],["-0.72757507000000032e2","0.71431931000000134e2"],["-0.72758621000000005e2","0.71437484999999981e2"],["-0.72764724999999942e2","0.71451660000000061e2"],[-72.76916499999993,"0.71459152000000017e2"],["-0.72679992999999911e2","0.71524704000000042e2"],["-0.72649733999999967e2","0.71536926000000051e2"],[-72.61860699999994,"0.71559418000000107e2"],[-72.61332699999997,"0.71565536000000066e2"],["-0.72610274999999888e2","0.71571930000000123e2"],["-0.72608337000000006e2","0.71583878000000141e2"],[-72.61082499999992,"0.71595535000000098e2"],["-0.72608337000000006e2",71.60664399999996],["-0.72593886999999995e2","0.71642487000000017e2"],["-0.72583327999999881e2","0.71651382000000069e2"],["-0.72580291999999929e2","0.71653594999999996e2"],["-0.72573333999999932e2","0.71656647000000135e2"],["-0.72557495000000017e2","0.71660262999999986e2"],["-0.72538054999999929e2","0.71660812000000135e2"],["-0.72523620999999991e2",71.65887500000008],["-0.72503066999999874e2",71.65026899999998],["-0.72474715999999944e2","0.71642761000000121e2"],["-0.72444442999999978e2","0.71636107999999979e2"],["-0.72301102000000014e2","0.71612198000000149e2"],["-0.72152221999999938e2",71.58998100000008],["-0.71847777999999948e2","0.71546646000000123e2"],["-0.71689437999999996e2","0.71524429000000055e2"],["-0.71670546999999999e2","0.71522216999999955e2"],["-0.71635559000000001e2","0.71517761000000064e2"],[-71.58555599999994,"0.71509995000000004e2"],["-0.71554169000000002e2","0.71503875999999991e2"],["-0.71455275999999913e2","0.71473037999999974e2"],["-0.71444442999999922e2","0.71468597000000045e2"],["-0.71435271999999998e2","0.71463608000000079e2"],["-0.71295546999999942e2","0.71384720000000129e2"],["-0.71241378999999995e2","0.71349425999999994e2"],[-71.12332200000003,"0.71271652000000017e2"],["-0.71119719999999973e2","0.71264160000000061e2"],["-0.71122771999999998e2","0.71257217000000082e2"],["-0.71128601000000003e2","0.71251389000000131e2"],["-0.71147780999999952e2","0.71241927999999973e2"],["-0.71169448999999986e2","0.71233322000000044e2"],["-0.71206116000000009e2","0.71220535000000041e2"],["-0.71221389999999985e2","0.71216934000000037e2"],["-0.71234726000000023e2","0.71212769000000037e2"],["-0.71324722000000008e2","0.71177765000000136e2"],["-0.71340560999999866e2","0.71170532000000094e2"],["-0.71342772999999909e2","0.71166382000000112e2"],["-0.71346114999999941e2","0.71155823000000055e2"],["-0.71349441999999897e2","0.71149428999999998e2"],["-0.71415832999999907e2","0.71093323000000112e2"],["-0.71452224999999999e2","0.71068054000000132e2"],[-71.46444699999995,"0.71062484999999981e2"],["-0.71470275999999956e2","0.71061370999999951e2"],[-71.48971599999993,71.0619200000001],["-0.71551102000000014e2","0.71064697000000024e2"],["-0.71608336999999949e2","0.71068603999999993e2"],["-0.71640839000000028e2","0.71073883000000137e2"],["-0.71714447000000007e2","0.71088043000000084e2"],["-0.71812499999999943e2","0.71104156000000103e2"],["-0.71848891999999921e2","0.71108321999999987e2"],["-0.71868880999999874e2","0.71109420999999998e2"],["-0.71890288999999882e2","0.71109420999999998e2"],["-0.71910827999999924e2","0.71107758000000047e2"],["-0.72069457999999997e2","0.71075271999999984e2"],[-72.08555599999994,"0.71070267000000115e2"],[-72.09973100000002,"0.71063873000000058e2"],["-0.72110275000000001e2","0.71052200000000028e2"],["-0.72113892000000021e2","0.71047211000000061e2"],["-0.72114440999999999e2","0.71043594000000098e2"],["-0.72113326999999913e2","0.71037490999999989e2"],["-0.72107223999999974e2","0.71030272999999966e2"],[-72.09973100000002,"0.71020263999999941e2"],["-0.72101944000000003e2","0.71016098000000056e2"],["-0.72165557999999919e2","0.70968048000000067e2"],["-0.72179717999999923e2","0.70962204000000042e2"],["-0.72200286999999946e2","0.70961105000000032e2"],["-0.72235001000000011e2","0.70961928999999998e2"],["-0.72261123999999995e2","0.70959152000000131e2"],[-72.27806099999998,"0.70955261000000064e2"],["-0.72290557999999976e2","0.70951096000000064e2"],["-0.72297226000000023e2","0.70947204999999997e2"],["-0.72317504999999983e2","0.70930267000000072e2"],["-0.72319457999999997e2","0.70925812000000064e2"],["-0.72317504999999983e2","0.70918320000000108e2"],[-72.31138599999997,"0.70911102000000085e2"],["-0.72313889000000017e2","0.70899719000000061e2"],["-0.72320557000000008e2","0.70888321000000076e2"],["-0.72325561999999877e2","0.70882477000000051e2"],["-0.72334166999999979e2","0.70878585999999984e2"],["-0.72514724999999999e2","0.70844436999999971e2"],["-0.72534438999999907e2","0.70841933999999981e2"],["-0.72653609999999958e2",70.82777400000009],["-0.72654174999999896e2","0.70820831000000112e2"],["-0.72511397999999872e2","0.70827209000000039e2"],["-0.72476944000000003e2","0.70833328000000051e2"],["-0.72401108000000022e2","0.70849716000000114e2"],["-0.72356110000000001e2","0.70860535000000027e2"],["-0.72302779999999927e2","0.70867203000000018e2"],["-0.72264175000000023e2","0.70866652999999985e2"],[-72.25,"0.70863876000000062e2"],["-0.72184722999999963e2","0.70844711000000075e2"],["-0.72172225999999966e2","0.70840546000000074e2"],[-72.16361999999998,70.83638000000002],["-0.72162215999999887e2","0.70829987000000017e2"],["-0.72363327000000027e2","0.70686096000000134e2"],["-0.72381942999999978e2","0.70677200000000028e2"],["-0.72459441999999967e2",70.65387000000004],["-0.72475829999999917e2","0.70649429000000112e2"],["-0.72499435000000005e2","0.70646652000000017e2"],["-0.72542496000000028e2","0.70644714000000079e2"],["-0.72578063999999983e2","0.70641373000000044e2"],["-0.72597778000000005e2",70.63859599999995],["-0.72609160999999972e2","0.70636658000000011e2"],["-0.72615828999999962e2","0.70633331000000055e2"],["-0.72623321999999973e2","0.70628036000000009e2"],["-0.72569457999999884e2","0.70609985000000052e2"],["-0.72551666000000012e2","0.70608032000000094e2"],["-0.72503066999999874e2","0.70629973999999947e2"],["-0.72490554999999972e2","0.70634155000000021e2"],["-0.72371932999999956e2","0.70654984000000013e2"],["-0.72342223999999931e2","0.70662200999999925e2"],["-0.72326110999999912e2","0.70667206000000022e2"],["-0.72306380999999988e2","0.70677475000000015e2"],["-0.72277495999999871e2","0.70698028999999963e2"],["-0.72264724999999942e2",70.70915199999996],["-0.72248610999999983e2","0.70726653999999996e2"],["-0.72245834000000002e2","0.70733046999999999e2"],["-0.72236937999999896e2","0.70743866000000025e2"],["-0.72229172000000005e2","0.70749420000000043e2"],["-0.72210555999999997e2","0.70758040999999935e2"],["-0.72185546999999929e2",70.76638800000012],["-0.72155838000000017e2","0.70773605000000032e2"],["-0.72136123999999995e2","0.70776093000000003e2"],["-0.72004729999999995e2","0.70786925999999994e2"],["-0.71896956999999929e2",70.80693100000002],["-0.71818893000000003e2","0.70823044000000039e2"],["-0.71689163000000008e2","0.70850266000000147e2"],["-0.71543883999999991e2","0.70872481999999991e2"],["-0.71354445999999939e2","0.70882750999999985e2"],["-0.71287506000000008e2","0.70906097000000045e2"],["-0.71289169000000015e2","0.70908875000000023e2"],["-0.71289444000000003e2","0.70913605000000075e2"],["-0.71208343999999954e2","0.71004990000000078e2"],["-0.71185546999999872e2","0.71019439999999975e2"],["-0.71162216000000001e2","0.71028320000000008e2"],["-0.70895553999999947e2","0.71099716000000058e2"],["-0.70836120999999935e2","0.71114426000000037e2"],["-0.70799727999999959e2","0.71118866000000025e2"],["-0.70771666999999979e2","0.71118042000000059e2"],["-0.70755568999999923e2",71.11554000000001],["-0.70724715999999944e2",71.10443099999992],["-0.70635559000000001e2","0.71072220000000016e2"],["-0.70613891999999964e2","0.71062194999999917e2"],["-0.70604720999999927e2","0.71056366000000082e2"],["-0.70601669000000015e2","0.71053864000000033e2"],[-70.591949,"0.71042480000000126e2"],["-0.70514724999999942e2","0.70940536000000066e2"],["-0.70512511999999958e2","0.70926085999999998e2"],["-0.70514450000000011e2","0.70921097000000032e2"],["-0.70519729999999981e2","0.70913879000000009e2"],["-0.70553604000000007e2","0.70894989000000066e2"],[-70.58944699999995,"0.70876083000000051e2"],["-0.70678878999999995e2","0.70840546000000074e2"],["-0.70740828999999906e2",70.75471500000009],["-0.70746947999999918e2","0.70745529000000147e2"],["-0.70773330999999985e2","0.70734420999999998e2"],["-0.70798888999999917e2","0.70725540000000024e2"],["-0.70872498000000007e2","0.70703872999999987e2"],["-0.70891112999999962e2","0.70698868000000118e2"],["-0.70965835999999967e2","0.70684143000000006e2"],["-0.71024445000000014e2","0.70674987999999928e2"],["-0.71055267000000015e2","0.70669144000000131e2"],[-71.08277899999996,"0.70661652000000004e2"],["-0.71100554999999929e2","0.70654984000000013e2"],["-0.71108611999999994e2","0.70649993999999992e2"],["-0.71118056999999965e2","0.70638885000000073e2"],["-0.71128051999999968e2",70.62052900000009],["-0.71129439999999988e2","0.70614151000000106e2"],["-0.71134445000000028e2","0.70602767999999912e2"],["-0.71139998999999932e2","0.70596374999999966e2"],["-0.71147780999999952e2","0.70591095000000109e2"],["-0.71160277999999948e2","0.70586928999999998e2"],["-0.71175277999999992e2","0.70583602999999982e2"],["-0.71191665999999998e2",70.58248900000001],["-0.71224715999999944e2","0.70582214000000135e2"],["-0.71281676999999888e2","0.70584152000000074e2"],["-0.71312499999999943e2","0.70587204000000042e2"],[-71.34584000000001,"0.70591660000000104e2"],["-0.71389724999999942e2","0.70600540000000137e2"],["-0.71407501000000025e2","0.70603043000000127e2"],["-0.71422775000000001e2","0.70604980000000012e2"],["-0.71461944999999957e2",70.60775799999999],["-0.71558608999999933e2","0.70609421000000111e2"],["-0.71592772999999966e2","0.70606934000000024e2"],["-0.71595550999999944e2","0.70603867000000093e2"],["-0.71595839999999953e2","0.70600540000000137e2"],["-0.71592498999999918e2","0.70589706000000092e2"],["-0.71586670000000026e2","0.70581665000000044e2"],["-0.71583892999999932e2","0.70576096000000007e2"],["-0.71580291999999986e2","0.70564697000000137e2"],["-0.71581954999999994e2","0.70551376000000005e2"],["-0.71583618000000001e2","0.70546371000000136e2"],["-0.71588057999999933e2","0.70542755000000056e2"],[-71.74360699999994,"0.70466933999999981e2"],["-0.71803054999999972e2","0.70428314000000057e2"],["-0.71763061999999934e2","0.70427200000000084e2"],["-0.71748046999999985e2","0.70425811999999951e2"],["-0.71736389000000031e2","0.70423035000000084e2"],["-0.71727218999999991e2","0.70417479999999955e2"],["-0.71728058000000033e2","0.70410538000000088e2"],["-0.71731673999999998e2","0.70397217000000126e2"],["-0.71746384000000035e2",70.3477630000001],[-71.75556899999998,"0.70329162999999994e2"],["-0.71763061999999934e2","0.70323318000000086e2"],["-0.71783065999999963e2","0.70313873000000001e2"],["-0.71816665999999941e2","0.70303040000000067e2"],["-0.71844161999999983e2",70.29664600000001],["-0.71849730999999906e2","0.70290817000000004e2"],["-0.71836944999999957e2","0.70289978000000019e2"],["-0.71806945999999868e2","0.70295822000000044e2"],["-0.71748046999999985e2","0.70309708000000001e2"],["-0.71733611999999937e2","0.70313873000000001e2"],["-0.71686385999999914e2","0.70355820000000108e2"],["-0.71674712999999997e2",70.36970500000001],["-0.71641678000000013e2","0.70444977000000108e2"],["-0.71640288999999996e2","0.70450546000000088e2"],["-0.71543335000000013e2","0.70514708999999982e2"],["-0.71525283999999942e2","0.70524704000000099e2"],["-0.71510009999999966e2","0.70535812000000078e2"],["-0.71502501999999936e2","0.70546096999999975e2"],[-71.50167799999997,70.55304000000001],["-0.71503341999999975e2",70.56053199999991],["-0.71507506999999976e2","0.70569153000000028e2"],["-0.71511672999999973e2","0.70573318000000029e2"],["-0.71506957999999941e2",70.57638500000013],["-0.71495543999999938e2","0.70578873000000101e2"],["-0.71435271999999998e2","0.70578598000000113e2"],["-0.71420273000000009e2",70.57748400000014],["-0.71397781000000009e2","0.70574432000000002e2"],[-71.25306699999993,"0.70549713000000054e2"],["-0.71184998000000007e2","0.70538040000000024e2"],[-71.17582699999997,"0.70535812000000078e2"],["-0.71170272999999952e2","0.70533324999999991e2"],["-0.71167769999999905e2","0.70531937000000084e2"],["-0.71162506000000008e2","0.70525269000000094e2"],["-0.71162216000000001e2","0.70520537999999988e2"],["-0.71260558999999887e2","0.70377762000000132e2"],["-0.71322509999999966e2","0.70312759000000028e2"],["-0.71321670999999981e2",70.30664100000007],["-0.71318343999999968e2","0.70299988000000099e2"],["-0.71301101999999958e2","0.70284987999999998e2"],["-0.71288894999999968e2","0.70280822999999998e2"],["-0.71279998999999975e2","0.70274993999999936e2"],["-0.71276947000000007e2","0.70268326000000002e2"],["-0.71278335999999854e2","0.70262771999999984e2"],["-0.71285278000000005e2","0.70251388999999961e2"],["-0.71289169000000015e2","0.70246094000000085e2"],["-0.71316955999999948e2","0.70218596999999988e2"],["-0.71363051999999868e2","0.70182204999999954e2"],[-71.43472300000002,"0.70126923000000033e2"],["-0.71485275000000001e2","0.70088318000000072e2"],["-0.71498046999999929e2","0.70080551000000128e2"],["-0.71523055999999997e2","0.70052200000000028e2"],["-0.71532776000000013e2","0.70038589000000059e2"],["-0.71539168999999958e2","0.70026382000000126e2"],["-0.71541107000000011e2","0.70022217000000126e2"],["-0.71535827999999924e2","0.70019714000000135e2"],[-71.52806099999998,"0.70020263999999997e2"],["-0.71518065999999976e2","0.70024993999999992e2"],["-0.71500290000000007e2","0.70038315000000125e2"],["-0.71493606999999997e2","0.70050537000000134e2"],["-0.71475829999999974e2","0.70068054000000132e2"],["-0.71438048999999978e2","0.70086655000000007e2"],["-0.71393616000000009e2","0.70104430999999977e2"],["-0.71366652999999985e2","0.70111923000000104e2"],["-0.71331680000000006e2","0.70128585999999984e2"],["-0.71210555999999997e2","0.70262206999999933e2"],["-0.71208892999999989e2","0.70267761000000121e2"],[-71.21305799999999,"0.70272491000000002e2"],["-0.71218886999999995e2","0.70276382000000069e2"],["-0.71229720999999984e2","0.70281097000000102e2"],["-0.71231948999999929e2","0.70294983000000059e2"],["-0.71171660999999972e2","0.70368042000000059e2"],["-0.71135833999999932e2","0.70410538000000088e2"],["-0.71093062999999972e2","0.70460541000000035e2"],["-0.71030563000000029e2","0.70540543000000014e2"],["-0.71049987999999928e2","0.70546371000000136e2"],["-0.71053054999999972e2",70.55304000000001],["-0.71049438000000009e2","0.70558868000000075e2"],["-0.71005843999999968e2",70.61692800000003],["-0.70997222999999963e2","0.70625808999999947e2"],["-0.70968886999999995e2",70.63220200000012],["-0.70913054999999986e2","0.70637771999999984e2"],["-0.70771117999999944e2","0.70668869000000086e2"],["-0.70611937999999952e2","0.70723602000000085e2"],["-0.70421660999999858e2","0.70772217000000126e2"],["-0.70396956999999986e2","0.70778320000000065e2"],["-0.70365279999999927e2","0.70782486000000006e2"],["-0.70324721999999952e2","0.70785812000000021e2"],["-0.70255004999999983e2","0.70793868999999972e2"],["-0.70228881999999942e2","0.70797211000000118e2"],["-0.70075012000000015e2",70.83027600000014],["-0.69988051999999982e2","0.70853592000000049e2"],["-0.69915833000000021e2","0.70877472000000012e2"],["-0.69904723999999931e2","0.70881363000000079e2"],["-0.69892775999999913e2","0.70883331000000055e2"],[-69.87388599999997,"0.70883331000000055e2"],["-0.69865279999999927e2","0.70882477000000051e2"],["-0.69833618000000001e2",70.87692300000009],[-69.78443900000002,"0.70864700000000028e2"],["-0.69771117999999944e2","0.70857483000000116e2"],["-0.69770554000000004e2","0.70856094000000098e2"],["-0.69772506999999962e2",70.85054000000008],["-0.69795837000000006e2","0.70820541000000048e2"],["-0.69808884000000035e2",70.81109600000002],["-0.69879439999999931e2","0.70768051000000071e2"],["-0.69915557999999919e2",70.74914600000011],["-0.69965285999999935e2","0.70727767999999969e2"],["-0.70073897999999929e2","0.70687484999999924e2"],["-0.70084732000000031e2","0.70683594000000028e2"],["-0.70121658000000025e2",70.67164600000001],[-70.21055599999994,"0.70646103000000096e2"],["-0.70225554999999929e2","0.70641936999999984e2"],["-0.70244995000000017e2","0.70638321000000133e2"],["-0.70277221999999995e2","0.70636107999999979e2"],[-70.33805799999999,"0.70637496999999996e2"],["-0.70353332999999964e2","0.70638885000000073e2"],["-0.70407775999999956e2","0.70638885000000073e2"],["-0.70423324999999977e2","0.70636932000000115e2"],["-0.70454726999999991e2","0.70627762000000075e2"],["-0.70473052999999993e2","0.70617203000000018e2"],["-0.70476943999999946e2","0.70612197999999978e2"],["-0.70478881999999999e2","0.70606644000000017e2"],["-0.70460555999999997e2","0.70574158000000068e2"],["-0.70442764000000011e2","0.70561920000000043e2"],["-0.70424164000000019e2","0.70551926000000037e2"],["-0.70411391999999978e2","0.70542205999999908e2"],["-0.70404723999999931e2","0.70536377000000073e2"],["-0.70400283999999999e2","0.70530273000000079e2"],["-0.70397507000000019e2","0.70524155000000121e2"],["-0.70401672000000019e2","0.70519150000000081e2"],["-0.70407775999999956e2","0.70514160000000004e2"],["-0.70423324999999977e2","0.70506943000000092e2"],["-0.70467223999999987e2","0.70493866000000082e2"],["-0.70482223999999917e2","0.70490540000000067e2"],["-0.70490829000000019e2",70.486649],["-0.70494445999999982e2","0.70484984999999995e2"],[-70.49610899999999,"0.70479430999999977e2"],["-0.70488892000000021e2","0.70476929000000098e2"],["-0.70477782999999988e2",70.47554000000008],["-0.70459166999999979e2",70.47554000000008],["-0.70441375999999934e2","0.70477203000000031e2"],["-0.70309722999999963e2","0.70498031999999967e2"],["-0.70316665999999998e2","0.70528594999999939e2"],["-0.70320007000000032e2","0.70536926000000051e2"],["-0.70331679999999949e2","0.70548599000000081e2"],["-0.70348617999999931e2","0.70559707999999944e2"],["-0.70371108999999933e2","0.70573608000000036e2"],["-0.70344451999999933e2","0.70613037000000134e2"],["-0.70158339999999953e2","0.70615540000000124e2"],["-0.70092498999999975e2","0.70612197999999978e2"],["-0.70023330999999985e2","0.70610535000000084e2"],[-69.99221799999998,"0.70645828000000051e2"],["-0.69987777999999935e2","0.70649993999999992e2"],["-0.69978607000000011e2","0.70653320000000008e2"],["-0.69875823999999909e2","0.70677200000000028e2"],["-0.69775832999999977e2","0.70682205000000067e2"],["-0.69651397999999972e2","0.70725540000000024e2"],["-0.69649169999999913e2","0.70731094000000041e2"],["-0.69644729999999981e2","0.70741088999999931e2"],["-0.69638610999999969e2","0.70746933000000126e2"],["-0.69619995000000017e2","0.70758040999999935e2"],["-0.69569167999999934e2","0.70771927000000119e2"],[-69.53832999999986,"0.70778595000000109e2"],["-0.69469727000000034e2","0.70790543000000127e2"],["-0.69451401000000033e2","0.70791931000000034e2"],["-0.69242766999999958e2","0.70782486000000006e2"],["-0.69226943999999946e2",70.77998400000007],["-0.69215012000000002e2","0.70776093000000003e2"],["-0.69190552000000025e2","0.70766937000000041e2"],["-0.69131942999999978e2","0.70737488000000099e2"],["-0.68958053999999947e2","0.70688582999999994e2"],["-0.68928329000000019e2","0.70681656000000089e2"],["-0.68664444000000003e2","0.70626923000000147e2"],[-68.61860699999994,70.62052900000009],["-0.68582503999999972e2","0.70617751999999996e2"],["-0.68549727999999959e2","0.70613602000000014e2"],["-0.68515288999999996e2","0.70609146000000067e2"],["-0.68484726000000023e2","0.70604156000000046e2"],["-0.68390563999999983e2","0.70582214000000135e2"],["-0.68325561999999934e2","0.70566665999999941e2"],["-0.68313889000000017e2","0.70563034000000016e2"],["-0.68293610000000001e2","0.70551376000000005e2"],["-0.68284164000000033e2","0.70540543000000014e2"],["-0.68279174999999952e2","0.70531097000000045e2"],[-68.279449,"0.70519440000000088e2"],["-0.68281386999999938e2",70.51249700000011],["-0.68289718999999991e2","0.70500000000000114e2"],["-0.68296111999999994e2","0.70494141000000127e2"],[-68.31361400000003,"0.70484711000000061e2"],["-0.68331680000000006e2","0.70476379000000065e2"],["-0.68371932999999956e2","0.70455826000000002e2"],["-0.68446654999999964e2","0.70413040000000137e2"],["-0.68451400999999976e2","0.70409424000000115e2"],["-0.68453613000000018e2","0.70403870000000097e2"],["-0.68451950000000011e2","0.70392212000000086e2"],["-0.68449158000000011e2","0.70384155000000078e2"],["-0.68448607999999979e2","0.70375259000000142e2"],["-0.68451675000000023e2","0.70372482000000048e2"],["-0.68458618000000001e2","0.70369431000000077e2"],["-0.68485000999999954e2","0.70367752000000053e2"],["-0.68495270000000005e2","0.70368590999999981e2"],["-0.68506393000000003e2","0.70371093999999971e2"],["-0.68519454999999994e2",70.37414600000011],["-0.68561385999999914e2","0.70389709000000096e2"],["-0.68571121000000005e2","0.70393326000000059e2"],["-0.68575835999999924e2","0.70396102999999982e2"],["-0.68580840999999964e2","0.70404160000000104e2"],["-0.68580565999999976e2","0.70415817000000061e2"],["-0.68569732999999985e2","0.70426376000000118e2"],["-0.68556106999999997e2","0.70435257000000036e2"],["-0.68549987999999985e2","0.70440811000000053e2"],["-0.68548049999999932e2","0.70447754000000032e2"],["-0.68556945999999982e2","0.70461929000000112e2"],["-0.68564712999999927e2","0.70466385000000059e2"],["-0.68582503999999972e2","0.70464432000000102e2"],["-0.68621657999999968e2",70.45277400000009],["-0.68650833000000034e2","0.70441925000000026e2"],["-0.68654174999999896e2","0.70439148000000102e2"],["-0.68661666999999909e2","0.70431090999999924e2"],["-0.68666655999999989e2","0.70422211000000118e2"],["-0.68670273000000009e2","0.70408874999999966e2"],["-0.68670836999999949e2","0.70404160000000104e2"],["-0.68664444000000003e2","0.70384994999999947e2"],["-0.68657226999999978e2","0.70375809000000004e2"],["-0.68651947000000007e2","0.70359420999999941e2"],["-0.68650557999999933e2","0.70349991000000045e2"],["-0.68651107999999965e2","0.70345824999999991e2"],["-0.68653884999999946e2","0.70341369999999984e2"],[-68.65695199999999,70.33859300000006],["-0.68664169000000015e2","0.70335541000000148e2"],["-0.68682495000000017e2","0.70329437000000098e2"],["-0.68735549999999876e2","0.70317764000000068e2"],["-0.68784164000000033e2","0.70310256999999979e2"],["-0.68906951999999933e2","0.70293869000000086e2"],["-0.68941375999999991e2",70.29304500000012],["-0.69071945000000028e2",70.28804000000008],["-0.69235001000000011e2","0.70270264000000111e2"],["-0.69283889999999985e2","0.70264709000000039e2"],["-0.69473891999999978e2","0.70238876000000062e2"],["-0.69639998999999875e2","0.70204712000000086e2"],["-0.69668059999999969e2","0.70198593000000017e2"],["-0.69823897999999986e2","0.70155823000000112e2"],["-0.69829453000000001e2",70.15415999999999],["-0.69836120999999991e2","0.70150543000000027e2"],["-0.69839721999999938e2","0.70144150000000081e2"],["-0.69840835999999911e2","0.70141937000000098e2"],["-0.69839721999999938e2","0.70134430000000009e2"],["-0.69843062999999972e2","0.70121917999999994e2"],["-0.69848891999999978e2","0.70116088999999988e2"],["-0.69856948999999929e2","0.70110809000000074e2"],["-0.69875823999999909e2","0.70101929000000041e2"],["-0.69917769999999962e2","0.70085541000000035e2"],["-0.69946655000000021e2","0.70076385000000073e2"],[-69.96833799999996,"0.70074706999999933e2"],["-0.69990279999999927e2","0.70074432000000115e2"],["-0.70037780999999995e2","0.70072220000000073e2"],["-0.70073059000000001e2","0.70069153000000142e2"],["-0.70086120999999991e2","0.70066666000000055e2"],["-0.70096953999999982e2","0.70063309000000118e2"],["-0.70141387999999949e2","0.70043319999999994e2"],["-0.70174438000000009e2","0.70034987999999998e2"],["-0.70182769999999891e2","0.70031096999999932e2"],["-0.70185546999999985e2","0.70028046000000131e2"],["-0.70182769999999891e2","0.70021378000000141e2"],["-0.70169997999999964e2","0.70014434999999992e2"],[-70.15449499999994,"0.70015160000000094e2"],["-0.70147506999999962e2","0.70015488000000062e2"],["-0.70139502999999934e2","0.70017159000000106e2"],["-0.70113327000000027e2",70.02388000000002],["-0.70103058000000033e2","0.70028595000000053e2"],["-0.70089995999999985e2","0.70036102000000028e2"],["-0.70088897999999915e2","0.70038315000000125e2"],["-0.70077498999999989e2","0.70049712999999997e2"],["-0.70066955999999948e2","0.70053589000000045e2"],["-0.70049987999999871e2","0.70057205000000067e2"],["-0.70028610000000015e2","0.70058868000000018e2"],["-0.70020279000000016e2","0.70058594000000085e2"],["-0.69901107999999965e2","0.70048325000000034e2"],["-0.69892226999999934e2","0.70045822000000101e2"],["-0.69884734999999921e2",70.042755],["-0.69853607000000011e2","0.70029709000000025e2"],[-69.83555599999994,"0.70020263999999997e2"],["-0.69827498999999989e2","0.70014434999999992e2"],["-0.69820846999999958e2","0.70008041000000105e2"],["-0.69813048999999921e2",69.99859600000002],["-0.69812209999999993e2","0.69991089000000102e2"],["-0.69815552000000025e2","0.69984711000000118e2"],["-0.69822509999999909e2","0.69981659000000036e2"],["-0.69837508999999955e2","0.69978317000000118e2"],["-0.69851395000000025e2","0.69978317000000118e2"],["-0.69897507000000019e2","0.69983047000000113e2"],[-69.93638599999997,69.98942599999998],["-0.69963332999999977e2","0.69991653000000042e2"],["-0.69981383999999991e2","0.69991653000000042e2"],[-70.00306699999993,"0.69989700000000084e2"],["-0.70057494999999903e2","0.69981093999999985e2"],["-0.70098891999999921e2","0.69973602000000085e2"],["-0.70164443999999889e2","0.69961655000000121e2"],["-0.70218886999999938e2","0.69941650000000095e2"],["-0.70223327999999981e2","0.69938034000000016e2"],["-0.70223891999999978e2","0.69929703000000131e2"],["-0.70218062999999972e2","0.69925262000000032e2"],["-0.70216110000000015e2",69.92053199999998],["-0.70220276000000013e2","0.69915543000000014e2"],["-0.70228607000000011e2","0.69911651999999947e2"],["-0.70291381999999999e2","0.69889435000000105e2"],["-0.70384170999999981e2","0.69860535000000027e2"],["-0.70401397999999972e2","0.69859146000000067e2"],["-0.70422225999999966e2","0.69860809000000131e2"],["-0.70432495000000017e2","0.69862487999999985e2"],["-0.70443877999999927e2","0.69860535000000027e2"],["-0.70450561999999991e2","0.69857208000000071e2"],["-0.70467223999999987e2","0.69844711000000132e2"],["-0.70468612999999948e2","0.69842758000000003e2"],["-0.70460280999999952e2","0.69841660000000104e2"],["-0.70436935000000005e2","0.69839431999999931e2"],["-0.70412215999999944e2","0.69837769000000037e2"],["-0.70396118000000001e2","0.69837203999999986e2"],["-0.70384170999999981e2","0.69837203999999986e2"],["-0.70372771999999884e2","0.69838318000000129e2"],["-0.70355834999999956e2","0.69841370000000097e2"],["-0.70343613000000005e2","0.69845260999999937e2"],["-0.70255279999999914e2","0.69879149999999981e2"],["-0.70192764000000011e2","0.69907761000000107e2"],["-0.70136948000000018e2","0.69933318999999983e2"],["-0.70126098999999954e2","0.69940536000000122e2"],["-0.70098617999999988e2","0.69953049000000021e2"],["-0.70076675000000023e2","0.69958037999999988e2"],["-0.70059433000000013e2","0.69959716999999955e2"],["-0.69978607000000011e2",69.964157],["-0.69941939999999988e2","0.69963043000000027e2"],["-0.69925003000000004e2","0.69961105000000089e2"],["-0.69896956999999986e2","0.69956100000000049e2"],["-0.69868057000000022e2","0.69953323000000125e2"],["-0.69837508999999955e2","0.69952773999999977e2"],["-0.69813109999999995e2","0.69955429000000095e2"],["-0.69777221999999995e2","0.69963608000000022e2"],["-0.69750838999999928e2","0.69972488000000055e2"],["-0.69745543999999938e2","0.69974701000000039e2"],["-0.69738051999999925e2","0.69981369000000029e2"],["-0.69735549999999932e2","0.69985535000000084e2"],["-0.69735275000000001e2","0.69990539999999953e2"],["-0.69739440999999999e2","0.70001389000000017e2"],["-0.69744155999999975e2","0.70008041000000105e2"],["-0.69760009999999966e2","0.70017487000000074e2"],["-0.69769454999999937e2","0.70021378000000141e2"],["-0.69781112999999948e2","0.70024993999999992e2"],["-0.69795546999999999e2","0.70031661999999983e2"],["-0.69804717999999866e2","0.70038879000000065e2"],["-0.69808884000000035e2","0.70049712999999997e2"],["-0.69806945999999982e2","0.70055251999999996e2"],["-0.69792770000000019e2","0.70080826000000002e2"],["-0.69790282999999931e2","0.70084991000000002e2"],["-0.69783889999999985e2","0.70089432000000102e2"],["-0.69740829000000019e2","0.70114151000000049e2"],["-0.69675826999999913e2","0.70139708999999982e2"],["-0.69653335999999911e2",70.14498900000001],["-0.69426101999999958e2","0.70176086000000112e2"],["-0.69404175000000009e2","0.70177765000000136e2"],[-69.21945199999999,"0.70188309000000004e2"],[-69.18249499999996,"0.70187195000000031e2"],["-0.69169997999999907e2",70.18609600000002],["-0.69154723999999987e2","0.70183318999999983e2"],["-0.69011123999999995e2","0.70178314000000114e2"],["-0.68936934999999949e2","0.70193039000000056e2"],["-0.68859160999999858e2","0.70203048999999965e2"],["-0.68839172000000019e2","0.70203598000000056e2"],["-0.68697220000000016e2","0.70203873000000101e2"],["-0.68682770000000005e2","0.70203598000000056e2"],["-0.68678329000000019e2","0.70202484000000084e2"],["-0.68676391999999964e2","0.70201660000000118e2"],["-0.68647507000000019e2","0.70158324999999991e2"],["-0.68642501999999979e2","0.70149429000000055e2"],["-0.68645003999999915e2","0.70145264000000054e2"],["-0.68741378999999995e2","0.70065262000000075e2"],["-0.68746658000000025e2","0.70062484999999981e2"],["-0.68783066000000019e2","0.70044433999999967e2"],["-0.68800551999999982e2","0.70037490999999989e2"],["-0.68813323999999966e2","0.70032760999999994e2"],["-0.68868056999999965e2","0.70016937000000041e2"],["-0.68900283999999942e2","0.70011658000000068e2"],["-0.68954453000000001e2",70.00471500000009],["-0.69088608000000022e2","0.69974991000000045e2"],[-69.15306099999998,"0.69953049000000021e2"],["-0.69313109999999938e2","0.69882294000000059e2"],["-0.69346114999999998e2","0.69855545000000006e2"],["-0.69370543999999938e2",69.83998100000008],["-0.69398055999999997e2","0.69828598000000056e2"],["-0.69426940999999943e2","0.69819716999999969e2"],["-0.69439712999999927e2","0.69816376000000105e2"],["-0.69460555999999997e2","0.69813309000000004e2"],["-0.69474716000000001e2","0.69813599000000011e2"],["-0.69516953000000001e2","0.69819992000000127e2"],["-0.69543335000000013e2","0.69826934999999935e2"],["-0.69565826000000015e2","0.69834152000000074e2"],["-0.69580841000000021e2","0.69836928999999998e2"],["-0.69683884000000035e2",69.83998100000008],["-0.69713897999999972e2",69.83998100000008],["-0.69744995000000017e2","0.69837769000000037e2"],["-0.69760009999999966e2","0.69834991000000002e2"],["-0.69770844000000011e2","0.69831940000000031e2"],["-0.69805832000000009e2","0.69819992000000127e2"],["-0.69827788999999996e2","0.69809418000000107e2"],["-0.69844161999999926e2","0.69800261999999975e2"],["-0.69855834999999956e2","0.69793593999999985e2"],[-69.87249799999995,"0.69781096999999988e2"],["-0.69998046999999985e2","0.69669983000000116e2"],[-70,69.66415400000011],["-0.70000838999999985e2","0.69656097000000102e2"],[-70.00140399999998,"0.69622757000000036e2"],["-0.69998885999999914e2","0.69616089000000102e2"],["-0.69990554999999915e2","0.69614990000000091e2"],["-0.69944442999999978e2","0.69649719000000005e2"],["-0.69816956000000005e2","0.69724426000000051e2"],["-0.69810821999999973e2",69.72886699999998],["-0.69808334000000002e2","0.69733046999999999e2"],["-0.69808334000000002e2",69.73803700000002],[-69.81471299999987,69.75471500000009],["-0.69815001999999993e2","0.69760269000000108e2"],["-0.69814163000000008e2","0.69763884999999959e2"],["-0.69805557000000022e2","0.69772491000000059e2"],["-0.69783066000000019e2","0.69785812000000021e2"],["-0.69764724999999999e2","0.69795531999999923e2"],["-0.69754455999999948e2","0.69799712999999997e2"],["-0.69741942999999992e2","0.69803589000000102e2"],["-0.69730835000000013e2","0.69806090999999981e2"],["-0.69713333000000034e2","0.69807479999999998e2"],["-0.69643065999999976e2","0.69810806000000014e2"],["-0.69602782999999988e2","0.69809708000000114e2"],["-0.69572783999999899e2",69.80442800000003],["-0.69561110999999983e2","0.69799988000000042e2"],["-0.69545273000000009e2","0.69794434000000024e2"],["-0.69489989999999921e2","0.69779709000000082e2"],[-69.45666499999993,"0.69775818000000015e2"],["-0.69446655000000021e2","0.69775543000000027e2"],["-0.69409163999999976e2","0.69776381999999955e2"],["-0.69395844000000011e2","0.69777771000000143e2"],["-0.69384734999999921e2","0.69780823000000055e2"],["-0.69378051999999968e2","0.69783875000000023e2"],["-0.69313889000000017e2","0.69816376000000105e2"],["-0.69291381999999999e2","0.69831099999999935e2"],["-0.69279448999999943e2",69.84248400000007],[-69.26916499999993,"0.69852768000000083e2"],["-0.69253066999999987e2","0.69862198000000149e2"],["-0.69200561999999877e2","0.69883606000000043e2"],["-0.69188048999999978e2","0.69887771999999984e2"],["-0.69101943999999946e2","0.69916091999999992e2"],["-0.69076674999999966e2","0.69923874000000126e2"],["-0.68945540999999992e2","0.69949997000000053e2"],["-0.68933884000000035e2","0.69951096000000064e2"],["-0.68870270000000005e2","0.69953049000000021e2"],["-0.68801940999999886e2","0.69952208999999982e2"],[-68.76666299999988,"0.69948868000000118e2"],["-0.68751953000000015e2","0.69946639999999945e2"],["-0.68622817999999938e2",69.98240699999991],["-0.68471664000000033e2","0.70046646000000067e2"],["-0.68338333000000034e2","0.70064148000000102e2"],["-0.68241378999999995e2","0.70095825000000048e2"],["-0.68221389999999985e2","0.70102768000000026e2"],["-0.68207229999999981e2","0.70109420999999998e2"],["-0.68196380999999974e2","0.70119431000000077e2"],["-0.68193603999999993e2","0.70123596000000077e2"],["-0.68203338999999971e2","0.70128860000000088e2"],["-0.68229445999999939e2","0.70135269000000108e2"],["-0.68268616000000009e2",70.13749700000011],["-0.68290832999999907e2","0.70137207000000046e2"],["-0.68308333999999945e2","0.70135269000000108e2"],["-0.68320557000000008e2","0.70135543999999982e2"],["-0.68333618000000001e2","0.70139160000000004e2"],["-0.68349166999999852e2","0.70168045000000063e2"],["-0.68348617999999988e2","0.70172760000000096e2"],["-0.68345275999999956e2","0.70188034000000016e2"],["-0.68318618999999956e2","0.70218596999999988e2"],[-68.31361400000003,"0.70222214000000122e2"],["-0.68160004000000015e2","0.70282761000000107e2"],["-0.68039443999999946e2","0.70301376000000005e2"],["-0.67808043999999938e2","0.70262496999999996e2"],["-0.67794723999999974e2","0.70258881000000088e2"],["-0.67774170000000026e2","0.70250549000000092e2"],["-0.67768065999999976e2","0.70243866000000139e2"],["-0.67760009999999909e2","0.70229706000000022e2"],["-0.67740554999999858e2","0.70218872000000147e2"],["-0.67697219999999959e2","0.70202209000000096e2"],["-0.67674437999999952e2","0.70193587999999977e2"],["-0.67648055999999997e2",70.18609600000002],["-0.67591674999999952e2","0.70165267999999969e2"],["-0.67575561999999934e2","0.70158324999999991e2"],["-0.67556945999999982e2","0.70149155000000121e2"],["-0.67528335999999967e2","0.70133881000000031e2"],["-0.67412215999999944e2","0.70068878000000097e2"],["-0.67404723999999987e2",70.06442300000009],["-0.67378052000000025e2","0.70048035000000027e2"],["-0.67242492999999968e2","0.69958327999999995e2"],["-0.67222778000000005e2","0.69943863000000079e2"],[-67.216949,"0.69937759000000028e2"],["-0.67152495999999985e2","0.69817764000000011e2"],["-0.67148620999999991e2","0.69810257000000092e2"],["-0.67127776999999867e2","0.69726929000000041e2"],["-0.67193603999999993e2","0.69721924000000001e2"],["-0.67371384000000035e2","0.69714432000000045e2"],["-0.67391113000000018e2","0.69713882000000012e2"],["-0.67406951999999876e2","0.69714705999999978e2"],["-0.67436110999999926e2","0.69719147000000078e2"],["-0.67499999999999943e2","0.69731833999999992e2"],["-0.67602492999999924e2","0.69750275000000101e2"],["-0.67761123999999995e2","0.69778595000000109e2"],[-67.77305599999994,"0.69779434000000094e2"],[-67.81082200000003,"0.69778869999999927e2"],[-67.99610899999999,"0.69774429000000055e2"],["-0.68013061999999991e2","0.69771927000000119e2"],["-0.68087783999999999e2","0.69756104000000107e2"],["-0.68208054000000004e2","0.69715546000000018e2"],["-0.68216659999999933e2",69.71026599999999],["-0.68222777999999948e2","0.69704711999999972e2"],["-0.68228606999999897e2","0.69691360000000145e2"],["-0.68230285999999978e2","0.69684418000000051e2"],[-68.24110399999995,"0.69674987999999985e2"],[-68.31138599999997,"0.69633331000000112e2"],["-0.68323623999999995e2","0.69628860000000032e2"],["-0.68329453000000001e2","0.69627762000000132e2"],["-0.68352782999999988e2","0.69626923000000147e2"],["-0.68496383999999978e2","0.69625809000000004e2"],["-0.68518065999999919e2","0.69626083000000108e2"],["-0.68620269999999891e2","0.69637206999999989e2"],[-68.64527899999996,"0.69641098000000056e2"],["-0.68839995999999985e2","0.69616089000000102e2"],["-0.68980834999999956e2",69.589157],["-0.69188599000000011e2",69.54193099999992],["-0.69201110999999912e2","0.69538040000000024e2"],["-0.69220001000000025e2","0.69535812000000078e2"],["-0.69325012000000015e2","0.69532486000000063e2"],["-0.69342772999999966e2","0.69532486000000063e2"],["-0.69364165999999955e2",69.53776600000009],["-0.69410277999999948e2","0.69546097000000032e2"],["-0.69426940999999943e2","0.69548035000000141e2"],["-0.69549438000000009e2","0.69560531999999967e2"],["-0.69630829000000006e2",69.56721500000009],["-0.69688889000000017e2","0.69569443000000092e2"],["-0.69737777999999992e2","0.69568329000000062e2"],[-69.75111400000003,69.56721500000009],["-0.69838608000000022e2","0.69558868000000132e2"],["-0.70030837999999903e2","0.69536102000000085e2"],["-0.70028610000000015e2","0.69530823000000112e2"],["-0.70025283999999999e2","0.69527481000000023e2"],["-0.70011123999999995e2","0.69521103000000039e2"],["-0.69995543999999995e2","0.69517211999999972e2"],["-0.69964721999999995e2","0.69513885000000016e2"],["-0.69899444999999957e2","0.69507217000000082e2"],["-0.69885833999999988e2","0.69507217000000082e2"],["-0.69866942999999878e2","0.69509430000000009e2"],["-0.69844161999999926e2","0.69517487000000017e2"],["-0.69824448000000018e2","0.69527205999999978e2"],["-0.69815826000000015e2","0.69530548000000124e2"],["-0.69803878999999995e2","0.69534988000000112e2"],["-0.69789443999999946e2","0.69538589000000002e2"],["-0.69732773000000009e2","0.69545258000000047e2"],["-0.69698607999999922e2","0.69548324999999977e2"],[-69.68499799999995,"0.69548874000000126e2"],["-0.69663329999999917e2","0.69548324999999977e2"],["-0.69613891999999908e2",69.54304500000012],["-0.69506957999999997e2","0.69529433999999924e2"],["-0.69449996999999883e2","0.69518875000000094e2"],["-0.69375823999999909e2","0.69509720000000016e2"],["-0.69343062999999972e2","0.69505828999999949e2"],["-0.69323333999999988e2","0.69505264000000125e2"],["-0.69299987999999928e2","0.69506103999999993e2"],["-0.69206664999999987e2","0.69514998999999989e2"],["-0.69151671999999905e2","0.69520264000000054e2"],["-0.69005844000000025e2","0.69535812000000078e2"],["-0.68995270000000005e2","0.69539703000000145e2"],["-0.68982223999999974e2","0.69547211000000004e2"],["-0.68971389999999985e2","0.69555817000000104e2"],["-0.68957229999999981e2","0.69560531999999967e2"],["-0.68926101999999901e2","0.69566665999999998e2"],[-68.76945499999988,"0.69587494000000049e2"],["-0.68752501999999879e2","0.69589431999999988e2"],[-68.6683349999999,"0.69590820000000065e2"],["-0.68611938000000009e2","0.69587494000000049e2"],["-0.68544723999999917e2","0.69579987000000131e2"],["-0.68528060999999923e2","0.69577208999999925e2"],["-0.68317229999999881e2","0.69530273000000079e2"],["-0.68293334999999956e2","0.69523604999999918e2"],["-0.68181945999999982e2",69.49832200000003],[-68.02555799999999,"0.69466095000000053e2"],["-0.67982223999999974e2","0.69457489000000123e2"],["-0.67946105999999929e2","0.69454712000000029e2"],["-0.67926392000000021e2","0.69454163000000108e2"],["-0.67893340999999964e2","0.69454437000000041e2"],["-0.67874161000000015e2","0.69456649999999968e2"],["-0.67861937999999952e2","0.69460266000000047e2"],["-0.67840835999999967e2","0.69469436999999971e2"],["-0.67819457999999941e2","0.69476929000000098e2"],["-0.67806945999999868e2","0.69480819999999994e2"],["-0.67792220999999984e2",69.48414600000001],["-0.67604996000000028e2","0.69478043000000071e2"],["-0.67562209999999993e2","0.69471924000000058e2"],["-0.67511672999999973e2","0.69466095000000053e2"],["-0.67475829999999974e2","0.69463042999999914e2"],["-0.67432770000000005e2","0.69463318000000129e2"],["-0.67305266999999958e2","0.69467209000000025e2"],["-0.67258347000000015e2","0.69467484000000013e2"],["-0.67210006999999962e2",69.46138000000002],["-0.67180832000000009e2","0.69454712000000029e2"],["-0.66921111999999994e2","0.69379150000000095e2"],["-0.66795546999999885e2","0.69341094999999996e2"],["-0.66785277999999948e2","0.69337204000000099e2"],["-0.66774444999999957e2","0.69331940000000088e2"],["-0.66767226999999934e2","0.69327484000000027e2"],["-0.66694992000000013e2","0.69281661999999983e2"],["-0.66682769999999948e2","0.69270264000000111e2"],["-0.66650283999999942e2","0.69236374000000012e2"],["-0.66645844000000011e2","0.69224991000000045e2"],["-0.66646666999999979e2","0.69203598000000113e2"],["-0.66658614999999941e2","0.69188309000000004e2"],["-0.66668335000000013e2","0.69178314000000114e2"],["-0.66689437999999939e2","0.69161926000000051e2"],["-0.66720001000000025e2","0.69144150000000081e2"],["-0.66730559999999969e2","0.69138885000000016e2"],[-66.75306699999993,"0.69129424999999969e2"],["-0.66758620999999948e2","0.69128036000000122e2"],["-0.66776107999999965e2","0.69128860000000088e2"],["-0.66837219000000005e2","0.69135818000000086e2"],[-66.84944200000001,"0.69138321000000076e2"],["-0.66912780999999995e2","0.69154984000000127e2"],["-0.66928328999999906e2","0.69164153999999996e2"],["-0.66953339000000028e2","0.69172211000000004e2"],["-0.66965285999999992e2","0.69174423000000047e2"],["-0.66996947999999975e2","0.69177764999999965e2"],["-0.67132767000000001e2","0.69182479999999998e2"],["-0.67371932999999956e2","0.69184417999999937e2"],["-0.67385558999999944e2","0.69183868000000132e2"],["-0.67414718999999991e2","0.69178314000000114e2"],["-0.67427215999999987e2","0.69174423000000047e2"],["-0.67458892999999932e2","0.69162491000000102e2"],["-0.67466109999999958e2","0.69160812000000078e2"],[-67.50556899999998,"0.69157486000000063e2"],["-0.67521117999999944e2",69.15776100000005],["-0.67648620999999991e2","0.69166931000000091e2"],["-0.67676391999999964e2","0.69169434000000081e2"],["-0.67864166000000012e2","0.69221924000000115e2"],[-68.18447900000001,"0.69308014000000014e2"],["-0.68209732000000031e2","0.69311370999999951e2"],["-0.68221663999999976e2","0.69312194999999917e2"],["-0.68232772999999952e2","0.69311370999999951e2"],["-0.68251953000000015e2","0.69309708000000057e2"],["-0.68285278000000005e2","0.69304428000000144e2"],[-68.31082200000003,"0.69298598999999967e2"],["-0.68327498999999989e2","0.69296097000000088e2"],["-0.68344161999999983e2","0.69294708000000071e2"],["-0.68355835000000013e2","0.69294144000000131e2"],["-0.68375548999999921e2","0.69294708000000071e2"],["-0.68464721999999938e2","0.69301651000000049e2"],["-0.68675277999999992e2","0.69322220000000016e2"],["-0.68740279999999984e2","0.69330551000000128e2"],["-0.68811935000000005e2","0.69341933999999924e2"],[-68.84445199999999,"0.69346100000000035e2"],["-0.68944716999999912e2","0.69354980000000069e2"],["-0.68962783999999999e2","0.69356369000000029e2"],["-0.68984436000000017e2","0.69356934000000081e2"],["-0.69015015000000005e2","0.69354980000000069e2"],["-0.69040282999999988e2","0.69349716000000058e2"],["-0.69176665999999955e2","0.69310806000000127e2"],["-0.69203063999999927e2","0.69303040000000067e2"],["-0.69241378999999881e2","0.69284149000000014e2"],["-0.69253890999999953e2",69.27526899999998],[-69.25778200000002,"0.69270264000000111e2"],[-69.25167799999997,"0.69263610999999969e2"],["-0.69246947999999975e2","0.69261107999999979e2"],["-0.69235001000000011e2","0.69259720000000073e2"],["-0.69221938999999963e2","0.69261658000000011e2"],["-0.69213057999999933e2","0.69264709000000039e2"],["-0.69203339000000028e2","0.69269989000000123e2"],["-0.69197768999999994e2","0.69275542999999914e2"],["-0.69176392000000021e2","0.69287490999999989e2"],["-0.69156386999999938e2","0.69297484999999995e2"],["-0.69146118000000001e2","0.69300537000000077e2"],["-0.69133330999999998e2",69.303314],["-0.69013335999999981e2","0.69327484000000027e2"],["-0.68956664999999873e2","0.69331940000000088e2"],["-0.68941100999999946e2","0.69332489000000066e2"],["-0.68921386999999868e2","0.69331940000000088e2"],["-0.68658339999999896e2","0.69300262000000089e2"],["-0.68537216000000001e2","0.69285262999999986e2"],["-0.68504729999999995e2","0.69280272999999966e2"],["-0.68330565999999919e2",69.27526899999998],["-0.68251953000000015e2",69.27748100000008],["-0.68230835000000013e2","0.69277771000000087e2"],["-0.68198607999999979e2","0.69274703999999986e2"],["-0.68172225999999966e2","0.69269714000000079e2"],["-0.68159438999999963e2","0.69266098000000056e2"],[-68.14834599999989,"0.69261658000000011e2"],["-0.68139724999999885e2","0.69257766999999944e2"],["-0.68088608000000022e2","0.69228867000000093e2"],["-0.68083618000000001e2","0.69225540000000137e2"],["-0.68077498999999875e2",69.21748400000007],["-0.68081679999999949e2","0.69211928999999998e2"],["-0.68091384999999946e2","0.69205551000000071e2"],["-0.68103881999999999e2","0.69202209000000096e2"],["-0.68129715000000033e2","0.69197754000000089e2"],["-0.68163054999999929e2","0.69199997000000053e2"],["-0.68263061999999991e2","0.69211380000000077e2"],["-0.68410827999999924e2","0.69221374999999966e2"],["-0.68549987999999985e2","0.69226928999999984e2"],["-0.68643616000000009e2","0.69229431000000034e2"],["-0.68664444000000003e2","0.69228043000000127e2"],["-0.68689986999999917e2","0.69223602000000028e2"],["-0.68839721999999938e2","0.69214706000000092e2"],["-0.68923049999999989e2","0.69220825000000104e2"],["-0.68967772999999966e2","0.69221099999999979e2"],["-0.68948333999999875e2","0.69214156999999943e2"],[-68.93971299999987,"0.69211928999999998e2"],["-0.68913054999999986e2",69.20748900000001],["-0.68862777999999992e2","0.69201934999999992e2"],[-68.80749499999996,"0.69198868000000061e2"],["-0.68788054999999986e2","0.69198318000000029e2"],["-0.68767226999999991e2","0.69199707000000046e2"],["-0.68737777999999992e2","0.69203598000000113e2"],["-0.68704726999999991e2","0.69209152000000074e2"],[-68.65695199999999,"0.69210541000000092e2"],["-0.68618057000000022e2","0.69209152000000074e2"],["-0.68515015000000005e2",69.20248400000014],["-0.68502501999999993e2","0.69198593000000074e2"],["-0.68505279999999914e2","0.69195815999999979e2"],["-0.68513901000000033e2","0.69191925000000083e2"],["-0.68690551999999968e2",69.141098],["-0.68707229999999925e2","0.69138321000000076e2"],["-0.68872771999999998e2","0.69120529000000033e2"],["-0.68998046999999985e2","0.69103591999999992e2"],["-0.68961670000000026e2","0.69103867000000037e2"],["-0.68929717999999923e2","0.69100266000000147e2"],["-0.68926940999999943e2","0.69098328000000038e2"],["-0.68926666000000012e2","0.69079987000000017e2"],["-0.68957779000000016e2","0.69005264000000011e2"],["-0.68958892999999989e2","0.69003052000000139e2"],["-0.68969161999999926e2","0.68993591000000038e2"],["-0.68994155999999919e2","0.68982483000000002e2"],["-0.69006118999999956e2","0.68978317000000118e2"],["-0.69018889999999885e2","0.68975815000000068e2"],["-0.69028885000000002e2","0.68971375000000023e2"],["-0.69025833000000034e2","0.68968597000000045e2"],["-0.69017501999999979e2","0.68966385000000002e2"],["-0.69005568999999923e2","0.68964705999999978e2"],["-0.68998046999999985e2","0.68964995999999985e2"],["-0.68973052999999993e2","0.68970824999999991e2"],["-0.68962783999999999e2","0.68974701000000039e2"],["-0.68946380999999917e2","0.68982483000000002e2"],["-0.68930557000000022e2","0.68992752000000053e2"],["-0.68920272999999952e2",69.00277699999998],[-68.89416499999993,"0.69044982999999945e2"],[-68.89416499999993,"0.69050537000000134e2"],["-0.68892226999999991e2","0.69062194999999974e2"],["-0.68889724999999999e2","0.69066376000000048e2"],["-0.68881942999999865e2",69.07777400000009],["-0.68879165999999941e2","0.69081374999999923e2"],["-0.68872497999999894e2","0.69084991000000002e2"],["-0.68858336999999892e2","0.69088318000000129e2"],["-0.68753615999999965e2","0.69109711000000061e2"],["-0.68471114999999998e2","0.69166381999999999e2"],["-0.68412780999999939e2","0.69176926000000037e2"],["-0.68381377999999927e2","0.69175262000000032e2"],["-0.68351394999999968e2","0.69171646000000123e2"],["-0.68178329000000019e2",69.14665199999996],["-0.68089447000000007e2","0.69126082999999994e2"],["-0.67725280999999939e2","0.69032211000000132e2"],["-0.67715012000000002e2","0.69029160000000104e2"],["-0.67708054000000004e2","0.69024704000000042e2"],["-0.67705840999999964e2",69.01638800000012],["-0.67721114999999941e2","0.69009720000000129e2"],["-0.67974715999999944e2",68.9727630000001],["-0.68029448999999943e2","0.68971375000000023e2"],["-0.68058884000000035e2","0.68973602000000085e2"],["-0.68211120999999935e2","0.68991928000000087e2"],["-0.68241378999999995e2","0.68996933000000126e2"],["-0.68268065999999976e2",69.00277699999998],["-0.68314162999999951e2","0.69010544000000095e2"],["-0.68335007000000019e2","0.69009155000000078e2"],["-0.68535552999999879e2","0.68984146000000123e2"],["-0.68548614999999984e2","0.68982208000000014e2"],["-0.68552779999999984e2","0.68977203000000145e2"],["-0.68554717999999923e2","0.68971100000000035e2"],["-0.68556106999999997e2",68.964157],["-0.68545272999999952e2","0.68959717000000012e2"],["-0.68440552000000025e2",68.9727630000001],["-0.68337509000000011e2","0.68985809000000074e2"],["-0.68320281999999963e2","0.68986374000000069e2"],["-0.68303054999999972e2","0.68985809000000074e2"],["-0.68290557999999976e2","0.68982208000000014e2"],["-0.68285278000000005e2","0.68977478000000133e2"],[-68.28443900000002,"0.68974701000000039e2"],["-0.68264175000000023e2","0.68964705999999978e2"],["-0.68196945000000028e2",68.94999700000011],["-0.68186661000000015e2","0.68947754000000145e2"],["-0.68169448999999986e2","0.68946930000000009e2"],["-0.68152221999999938e2","0.68946930000000009e2"],["-0.68116104000000007e2",68.94747899999993],["-0.68081679999999949e2",68.94747899999993],["-0.68064163000000008e2","0.68946091000000024e2"],["-0.68048339999999996e2","0.68943863000000079e2"],["-0.68039992999999981e2","0.68941360000000088e2"],["-0.67974715999999944e2","0.68865265000000079e2"],["-0.67972778000000005e2","0.68859146000000067e2"],["-0.67977492999999981e2","0.68855545000000006e2"],["-0.67986938000000009e2","0.68854431000000034e2"],["-0.68006118999999899e2","0.68854979999999955e2"],["-0.68082229999999981e2","0.68862487999999985e2"],["-0.68129165999999998e2","0.68867751999999996e2"],[-68.18360899999999,"0.68878586000000041e2"],["-0.68242217999999866e2","0.68889984000000027e2"],["-0.68256119000000012e2","0.68892212000000029e2"],["-0.68289444000000003e2","0.68894989000000123e2"],[-68.37388599999997,"0.68897217000000069e2"],["-0.68475280999999995e2","0.68899429000000112e2"],["-0.68489990000000034e2","0.68897491000000002e2"],["-0.68491668999999945e2","0.68896652000000017e2"],["-0.68488892000000021e2","0.68893326000000002e2"],[-68.48582499999992,68.89027400000009],["-0.68477218999999934e2","0.68886932000000115e2"],["-0.68463333000000034e2","0.68885544000000039e2"],[-68.43249499999996,"0.68883331000000055e2"],["-0.68373046999999929e2",68.88220200000012],["-0.68353606999999954e2",68.88108799999992],["-0.68293059999999969e2","0.68874984999999981e2"],["-0.68266662999999994e2","0.68869980000000112e2"],["-0.68179717999999923e2","0.68851928999999984e2"],["-0.68133895999999936e2","0.68837203999999986e2"],["-0.68008347000000015e2","0.68816666000000112e2"],["-0.67972778000000005e2","0.68811920000000043e2"],["-0.67955565999999976e2","0.68810257000000092e2"],["-0.67916945999999939e2","0.68808318999999983e2"],["-0.67886672999999917e2","0.68808868000000075e2"],["-0.67861389000000031e2","0.68805542000000059e2"],["-0.67778335999999911e2","0.68786102000000085e2"],["-0.67771941999999967e2",68.78276100000005],["-0.67771392999999932e2","0.68781372000000033e2"],["-0.67774718999999948e2",68.77915999999999],["-0.67803329000000019e2","0.68774155000000121e2"],["-0.67820006999999976e2","0.68772766000000104e2"],["-0.67857772999999952e2","0.68771378000000027e2"],["-0.67872771999999998e2","0.68771652000000131e2"],["-0.67915008999999998e2","0.68774155000000121e2"],["-0.67944442999999922e2","0.68778046000000018e2"],["-0.68076110999999969e2",68.80192599999998],["-0.68170836999999892e2","0.68814697000000081e2"],["-0.68352218999999934e2","0.68832488999999953e2"],["-0.68426392000000021e2","0.68839157000000114e2"],["-0.68546660999999972e2",68.84664900000007],["-0.68565551999999968e2","0.68847214000000122e2"],[-68.58805799999999,"0.68846374999999966e2"],["-0.68606109999999887e2","0.68842758000000003e2"],["-0.68610549999999989e2","0.68839157000000114e2"],["-0.68611663999999962e2","0.68835815000000025e2"],["-0.68604445999999939e2",68.83137499999998],["-0.68593886999999995e2","0.68827484000000084e2"],["-0.68557769999999948e2","0.68821380999999974e2"],[-68.52694699999995,"0.68795258000000047e2"],["-0.68602492999999924e2","0.68794983000000002e2"],["-0.68678878999999938e2","0.68796646000000123e2"],["-0.68795273000000009e2","0.68799423000000047e2"],["-0.68807220000000029e2","0.68800261999999975e2"],["-0.68900283999999942e2",68.80720500000001],["-0.68967498999999918e2","0.68814697000000081e2"],["-0.68995270000000005e2","0.68819153000000028e2"],[-69.00389100000001,"0.68822220000000129e2"],["-0.69015015000000005e2","0.68827209000000096e2"],["-0.69105835000000013e2","0.68848602000000028e2"],[-69.25111400000003,"0.68872481999999991e2"],[-69.28083799999996,"0.68875809000000118e2"],["-0.69323058999999944e2","0.68876648000000102e2"],["-0.69361938000000009e2","0.68874146000000053e2"],["-0.69378051999999968e2","0.68871368000000018e2"],["-0.69389998999999989e2","0.68867476999999951e2"],["-0.69398055999999997e2","0.68862198000000149e2"],["-0.69394454999999994e2",68.85775799999999],["-0.69379990000000021e2","0.68854979999999955e2"],[-69.36082499999992,"0.68854431000000034e2"],["-0.69331679999999949e2","0.68856934000000024e2"],["-0.69279448999999943e2",68.855255],["-0.69245543999999882e2","0.68851379000000122e2"],["-0.69185546999999985e2","0.68842209000000082e2"],["-0.69171111999999994e2","0.68838882000000126e2"],["-0.69162215999999944e2","0.68835815000000025e2"],["-0.69152221999999938e2","0.68828048999999965e2"],["-0.69153884999999946e2","0.68827209000000096e2"],["-0.69163054999999986e2","0.68826096000000007e2"],["-0.69229996000000028e2","0.68827209000000096e2"],["-0.69294158999999922e2","0.68831940000000031e2"],["-0.69315001999999993e2","0.68831664999999987e2"],["-0.69357773000000009e2","0.68829163000000108e2"],["-0.69368606999999997e2","0.68827209000000096e2"],["-0.69375548999999978e2","0.68824997000000053e2"],["-0.69382767000000001e2","0.68819153000000028e2"],["-0.69383895999999993e2","0.68816376000000105e2"],["-0.69381377999999984e2","0.68814986999999917e2"],[-69.37110899999999,"0.68812759000000142e2"],["-0.69193603999999993e2","0.68804153000000042e2"],["-0.68971114999999998e2","0.68791931000000091e2"],["-0.68959166999999923e2","0.68789703000000145e2"],["-0.68944992000000013e2","0.68786926000000051e2"],["-0.68942490000000021e2","0.68784988000000112e2"],["-0.68196380999999974e2","0.68706940000000145e2"],["-0.68049437999999952e2","0.68681655999999975e2"],["-0.68044998000000021e2","0.68678314000000057e2"],["-0.68046111999999937e2","0.68676376000000062e2"],["-0.68087508999999955e2","0.68629425000000083e2"],["-0.68094451999999933e2","0.68627762000000132e2"],[-68.34445199999999,"0.68628586000000098e2"],[-68.56220999999988,"0.68651931999999988e2"],["-0.68621933000000013e2","0.68655823000000055e2"],["-0.68657776000000013e2","0.68656372000000147e2"],["-0.68680283000000031e2",68.65554800000001],["-0.68747771999999941e2","0.68649155000000064e2"],["-0.68777785999999935e2","0.68643051000000014e2"],[-68.89416499999993,"0.68607208000000014e2"],["-0.68902495999999985e2","0.68603592000000106e2"],["-0.68900283999999942e2","0.68603043000000014e2"],["-0.68835830999999985e2",68.589157],["-0.68804169000000002e2","0.68589980999999966e2"],["-0.68757674999999949e2","0.68600646999999981e2"],["-0.68749343999999951e2","0.68602654000000143e2"],["-0.68735001000000011e2","0.68607314999999971e2"],["-0.68711165999999992e2","0.68621147000000121e2"],["-0.68679992999999911e2","0.68630814000000044e2"],["-0.68647507000000019e2","0.68635544000000095e2"],[-68.62860099999989,"0.68635544000000095e2"],["-0.68594161999999926e2","0.68633605999999986e2"],["-0.68563048999999921e2","0.68629425000000083e2"],["-0.68533324999999991e2","0.68624985000000038e2"],["-0.68481383999999935e2","0.68614990000000148e2"],["-0.68475280999999995e2",68.61303700000002],["-0.68470276000000013e2","0.68609146000000123e2"],[-68.46945199999999,"0.68606369000000029e2"],["-0.68483321999999987e2","0.68596939000000134e2"],[-68.50389100000001,"0.68589980999999966e2"],["-0.68519454999999994e2","0.68585815000000082e2"],["-0.68533889999999928e2","0.68583878000000027e2"],["-0.68605834999999956e2","0.68578872999999987e2"],["-0.68648345999999947e2","0.68577773999999977e2"],["-0.68660004000000015e2","0.68578872999999987e2"],["-0.68682883999999945e2","0.68575211000000024e2"],[-68.69506100000001,"0.68574379000000135e2"],["-0.68707053999999971e2",68.57337200000012],["-0.68712387000000035e2","0.68572044000000005e2"],["-0.68716064000000017e2","0.68569382000000019e2"],["-0.68716727999999932e2","0.68568047000000035e2"],["-0.68707053999999971e2",68.5660400000001],["-0.68696724000000017e2","0.68565207999999984e2"],["-0.68656113000000005e2","0.68559708000000001e2"],["-0.68460007000000019e2","0.68562195000000088e2"],["-0.68447220000000016e2","0.68563599000000067e2"],["-0.68435271999999941e2","0.68567490000000134e2"],["-0.68427215999999987e2","0.68571930000000009e2"],["-0.68422774999999945e2","0.68576096000000064e2"],["-0.68420272999999895e2","0.68579711999999915e2"],["-0.68419997999999964e2","0.68585266000000104e2"],["-0.68416397000000018e2","0.68591369999999984e2"],["-0.68396117999999944e2","0.68593048000000067e2"],["-0.68337783999999999e2","0.68593323000000112e2"],["-0.68244445999999982e2","0.68588043000000027e2"],["-0.68215560999999866e2","0.68585541000000148e2"],["-0.68136672999999973e2","0.68572220000000016e2"],[-68.06534599999992,"0.68545822000000044e2"],["-0.67920273000000009e2","0.68534424000000001e2"],["-0.67866942999999992e2","0.68509720000000073e2"],["-0.67809158000000025e2","0.68531097000000102e2"],["-0.67673049999999932e2","0.68561096000000077e2"],["-0.67664169000000015e2","0.68562759000000028e2"],["-0.67643615999999952e2","0.68562759000000028e2"],["-0.67539443999999946e2","0.68550812000000064e2"],[-67.52555799999999,"0.68548598999999911e2"],["-0.67500838999999928e2","0.68538315000000068e2"],["-0.67492217999999923e2","0.68527206000000035e2"],["-0.67493056999999965e2","0.68523604999999975e2"],["-0.67502228000000002e2","0.68514999000000046e2"],["-0.67510559000000001e2","0.68511382999999967e2"],[-67.51916499999993,"0.68509155000000021e2"],["-0.67543059999999912e2","0.68506103999999993e2"],["-0.67607773000000009e2","0.68503876000000048e2"],["-0.67621658000000025e2",68.5],["-0.67628052000000025e2","0.68496368000000018e2"],["-0.67634734999999921e2",68.486649],["-0.67621383999999978e2","0.68384429999999952e2"],["-0.67618606999999997e2","0.68381088000000034e2"],["-0.67612502999999947e2","0.68379424999999912e2"],["-0.67603332999999907e2","0.68378860000000088e2"],[-67.59445199999999,"0.68381363000000079e2"],["-0.67551102000000014e2","0.68414428999999984e2"],["-0.67548339999999996e2","0.68440262000000132e2"],["-0.67549437999999896e2","0.68443863000000022e2"],["-0.67555832000000009e2","0.68455261000000007e2"],["-0.67511123999999938e2","0.68483322000000101e2"],["-0.67426102000000014e2","0.68494430999999963e2"],["-0.67335555999999997e2",68.49693300000007],[-67.31639100000001,"0.68496094000000085e2"],["-0.67232497999999964e2","0.68480545000000006e2"],["-0.67224166999999966e2",68.47665400000011],["-0.67217498999999918e2","0.68471924000000058e2"],["-0.67213622999999927e2","0.68440811000000053e2"],["-0.67223052999999993e2","0.68426086000000112e2"],["-0.67307770000000005e2","0.68423309000000017e2"],["-0.67325835999999981e2","0.68421371000000079e2"],["-0.67332779000000016e2","0.68418869000000029e2"],["-0.67335830999999985e2","0.68416092000000106e2"],["-0.67338608000000022e2","0.68411926000000051e2"],[-67.33805799999999,"0.68409988000000055e2"],["-0.67324448000000018e2",68.40776100000005],[-67.15695199999999,"0.68406372000000033e2"],["-0.67111938000000009e2","0.68411926000000051e2"],["-0.67104996000000028e2","0.68414153999999996e2"],["-0.67100554999999929e2","0.68418320000000051e2"],[-67.09722899999997,68.45138500000013],["-0.67100280999999995e2","0.68457214000000135e2"],["-0.67106658999999866e2","0.68460541000000092e2"],["-0.67116652999999985e2","0.68463607999999965e2"],["-0.67127212999999983e2",68.46804800000001],["-0.67129990000000021e2","0.68472763000000043e2"],["-0.67126937999999996e2","0.68475540000000137e2"],["-0.67112777999999992e2","0.68478867000000093e2"],["-0.66908050999999944e2","0.68453873000000101e2"],["-0.66821395999999993e2","0.68465271000000087e2"],["-0.66803054999999972e2","0.68467209000000025e2"],["-0.66787506000000008e2","0.68464996000000099e2"],["-0.66706954999999994e2",68.44470200000012],["-0.66697768999999937e2","0.68428039999999953e2"],["-0.66724166999999909e2","0.68429153000000042e2"],["-0.66782775999999956e2","0.68426086000000112e2"],["-0.66904998999999918e2","0.68416382000000112e2"],["-0.66920546999999942e2","0.68411102000000085e2"],["-0.66921660999999915e2","0.68408324999999991e2"],["-0.66914168999999902e2","0.68398880000000077e2"],["-0.66913054999999986e2",68.39498900000001],["-0.66914444000000003e2","0.68391937000000098e2"],[-66.93638599999997,"0.68374420000000043e2"],["-0.66946654999999907e2","0.68369980000000055e2"],["-0.66955001999999979e2","0.68367477000000065e2"],["-0.67005843999999968e2","0.68354430999999977e2"],["-0.67011123999999938e2","0.68353591999999992e2"],[-67.02416999999997,68.35386699999998],["-0.67048889000000031e2","0.68355820000000108e2"],["-0.67075561999999934e2","0.68360535000000141e2"],["-0.67111388999999974e2","0.68370255000000043e2"],["-0.67130279999999914e2","0.68379700000000128e2"],["-0.67142226999999991e2","0.68382750999999985e2"],["-0.67230559999999969e2",68.39498900000001],["-0.67245543999999995e2","0.68395827999999995e2"],["-0.67286391999999978e2","0.68395827999999995e2"],["-0.67379715000000033e2","0.68390823000000125e2"],["-0.67411117999999931e2","0.68382750999999985e2"],["-0.67415557999999976e2","0.68378036000000122e2"],["-0.67418883999999991e2","0.68376373000000001e2"],["-0.67455565999999919e2",68.36775200000011],["-0.67494719999999973e2","0.68360809000000074e2"],["-0.67595276000000013e2","0.68347762999999986e2"],["-0.67631667999999991e2","0.68345261000000107e2"],["-0.67646117999999944e2","0.68344711000000075e2"],["-0.67743880999999988e2","0.68343322999999941e2"],["-0.67781386999999938e2","0.68337204000000099e2"],["-0.67810546999999985e2",68.328598],["-0.67832229999999925e2","0.68320267000000115e2"],["-0.67849730999999963e2","0.68309981999999991e2"],["-0.67865829000000019e2",68.29971299999994],[-67.87110899999999,68.292755],["-0.67878326000000015e2",68.26527400000009],["-0.67869720000000029e2","0.68259995000000117e2"],["-0.67860001000000011e2","0.68258331000000112e2"],[-67.845551,"0.68258880999999974e2"],["-0.67833327999999938e2","0.68261383000000023e2"],["-0.67826675000000023e2","0.68264434999999935e2"],["-0.67820281999999906e2","0.68268599999999935e2"],["-0.67818068999999923e2","0.68274155000000064e2"],["-0.67821120999999948e2","0.68284987999999998e2"],["-0.67820557000000008e2","0.68289703000000031e2"],["-0.67815551999999968e2","0.68292206000000022e2"],["-0.67752501999999993e2","0.68318878000000097e2"],["-0.67745269999999891e2","0.68320541000000048e2"],["-0.67597778000000005e2","0.68323044000000039e2"],["-0.67583069000000023e2","0.68308029000000033e2"],["-0.67572234999999978e2","0.68273314999999968e2"],["-0.67576675000000023e2","0.68268599999999935e2"],["-0.67583327999999995e2","0.68265548999999965e2"],["-0.67591674999999952e2","0.68263046000000145e2"],["-0.67616394000000014e2","0.68258331000000112e2"],["-0.67646666999999979e2",68.25360100000006],["-0.67662780999999995e2","0.68252487000000087e2"],["-0.67689437999999996e2",68.24803200000008],["-0.67695267000000001e2","0.68242477000000008e2"],["-0.67694992000000013e2","0.68241089000000102e2"],["-0.67690826000000015e2","0.68239700000000084e2"],["-0.67679717999999923e2","0.68238876000000118e2"],["-0.67666945999999996e2","0.68239975000000129e2"],["-0.67579726999999934e2","0.68251389000000017e2"],["-0.67570846999999901e2","0.68253052000000139e2"],["-0.67551666000000012e2","0.68258331000000112e2"],["-0.67546950999999979e2","0.68260544000000095e2"],["-0.67539169000000015e2","0.68265823000000069e2"],["-0.67533066000000019e2","0.68271378000000141e2"],["-0.67531112999999948e2","0.68278320000000065e2"],["-0.67535004000000015e2","0.68285538000000031e2"],["-0.67541381999999999e2","0.68288879000000065e2"],["-0.67546111999999937e2","0.68294144000000131e2"],["-0.67544997999999964e2","0.68296371000000022e2"],["-0.67540282999999931e2",68.29971299999994],["-0.67523894999999982e2","0.68308594000000085e2"],["-0.67494155999999975e2","0.68321930000000009e2"],["-0.67401947000000007e2","0.68352478000000019e2"],["-0.67394729999999981e2","0.68354156000000103e2"],["-0.67385558999999944e2","0.68354430999999977e2"],["-0.67243880999999988e2","0.68358322000000044e2"],["-0.67232497999999964e2","0.68357483000000059e2"],["-0.67182495000000017e2","0.68349426000000108e2"],["-0.67130279999999914e2","0.68340820000000008e2"],["-0.67078063999999927e2","0.68331100000000106e2"],["-0.67016113000000018e2","0.68318603999999993e2"],["-0.67011672999999917e2","0.68316086000000041e2"],["-0.67018340999999964e2","0.68311645999999996e2"],["-0.67032500999999968e2","0.68309143000000006e2"],["-0.67152221999999995e2","0.68299987999999985e2"],["-0.67235000999999954e2","0.68291655999999989e2"],["-0.67303878999999938e2","0.68258880999999974e2"],["-0.67319732999999985e2","0.68249709999999993e2"],["-0.67327788999999939e2","0.68243590999999981e2"],["-0.67333617999999944e2","0.68237761999999975e2"],["-0.67337509000000011e2","0.68232483000000002e2"],["-0.67338897999999915e2","0.68227767999999969e2"],[-67.33944699999995,"0.68221649000000127e2"],[-67.33944699999995,"0.68205551000000071e2"],["-0.67335007000000019e2","0.68200821000000019e2"],["-0.67327498999999932e2",68.18664600000011],["-0.67327788999999939e2","0.68181091000000038e2"],["-0.67338608000000022e2","0.68171097000000032e2"],[-67.34584000000001,"0.68166091999999992e2"],[-67.37110899999999,"0.68153869999999984e2"],["-0.67387787000000003e2","0.68146378000000084e2"],["-0.67398620999999878e2","0.68143875000000094e2"],["-0.67412505999999951e2","0.68143051000000128e2"],["-0.67430283000000031e2","0.68144714000000079e2"],["-0.67456954999999994e2","0.68149429000000112e2"],["-0.67477782999999988e2","0.68154984000000013e2"],["-0.67513901000000033e2","0.68162491000000102e2"],["-0.67528885000000002e2","0.68165268000000026e2"],["-0.67567779999999971e2","0.68169144000000074e2"],["-0.67581116000000009e2","0.68168869000000086e2"],["-0.67598891999999978e2","0.68164992999999981e2"],["-0.67598342999999943e2","0.68162766000000147e2"],["-0.67575561999999934e2","0.68154984000000013e2"],["-0.67544723999999917e2",68.14776599999999],["-0.67480285999999978e2","0.68134720000000016e2"],[-67.466949,"0.68132202000000063e2"],["-0.67438048999999978e2","0.68128036000000009e2"],["-0.67408050999999944e2","0.68124984999999981e2"],["-0.67396956999999929e2","0.68124694999999974e2"],["-0.67374161000000015e2","0.68127472000000012e2"],["-0.67353881999999999e2","0.68135268999999994e2"],["-0.67307770000000005e2","0.68155548000000124e2"],["-0.67304168999999945e2","0.68158600000000035e2"],["-0.67273894999999925e2",68.19081100000011],["-0.67272781000000009e2","0.68195525999999973e2"],["-0.67274718999999891e2","0.68200546000000031e2"],["-0.67279175000000009e2","0.68205261000000064e2"],["-0.67283614999999998e2","0.68211929000000055e2"],["-0.67288894999999968e2","0.68226379000000122e2"],["-0.67289444000000003e2","0.68230820000000051e2"],["-0.67289444000000003e2","0.68236374000000069e2"],["-0.67274718999999891e2","0.68244141000000013e2"],["-0.67178878999999995e2","0.68269989000000123e2"],["-0.67139724999999999e2",68.27998400000007],["-0.67057769999999891e2","0.68291092000000049e2"],["-0.67011397999999986e2","0.68294983000000116e2"],["-0.66998336999999935e2","0.68292480000000126e2"],[-66.99110399999995,"0.68288879000000065e2"],["-0.66986114999999984e2","0.68285538000000031e2"],["-0.66984160999999972e2",68.28054800000001],["-0.66973617999999988e2",68.27388000000002],["-0.66964721999999995e2","0.68270263999999997e2"],["-0.66930572999999924e2","0.68262482000000034e2"],["-0.66865828999999962e2",68.25],["-0.66835830999999928e2","0.68246368000000075e2"],["-0.66791672000000005e2","0.68244705000000124e2"],["-0.66777495999999985e2","0.68243317000000047e2"],["-0.66769729999999925e2","0.68241089000000102e2"],["-0.66765839000000028e2","0.68238586000000112e2"],["-0.66780288999999982e2","0.68207764000000054e2"],["-0.66852218999999991e2","0.68115265000000079e2"],["-0.66888900999999976e2","0.68092758000000003e2"],["-0.66896666999999866e2","0.68089432000000102e2"],["-0.66913894999999968e2","0.68084152000000074e2"],["-0.66945830999999941e2","0.68076096000000007e2"],["-0.66954452999999944e2","0.68071930000000066e2"],["-0.66965560999999923e2","0.68063873000000115e2"],["-0.66971114999999998e2","0.68053314000000057e2"],["-0.66972777999999948e2","0.68048599000000024e2"],["-0.66973327999999981e2","0.68039428999999984e2"],["-0.66969727000000034e2","0.68034149000000127e2"],["-0.66961120999999991e2","0.68024994000000049e2"],["-0.66953612999999962e2","0.68017212000000086e2"],["-0.66946654999999907e2","0.68013611000000026e2"],["-0.66928054999999972e2",68.042755],["-0.66921660999999915e2","0.68049149000000057e2"],["-0.66836120999999935e2","0.68095535000000041e2"],["-0.66748046999999985e2","0.68131653000000142e2"],["-0.66709166999999923e2",68.141098],["-0.66694442999999978e2","0.68143051000000128e2"],["-0.66682769999999948e2","0.68141373000000044e2"],["-0.66678878999999995e2","0.68138885000000016e2"],["-0.66670837000000006e2","0.68128860000000145e2"],["-0.66670272999999952e2","0.68114151000000106e2"],["-0.66678054999999915e2","0.68043320000000051e2"],["-0.66680557000000022e2","0.68036925999999994e2"],["-0.66693053999999904e2","0.68022217000000126e2"],["-0.66706389999999942e2","0.68011658000000125e2"],["-0.66720839999999953e2","0.68001663000000008e2"],["-0.66735000999999954e2","0.67982208000000014e2"],["-0.66732773000000009e2","0.67981934000000081e2"],["-0.66714721999999938e2","0.67983597000000032e2"],["-0.66697219999999902e2","0.67987488000000099e2"],["-0.66647232000000031e2","0.68015548999999965e2"],["-0.66634734999999864e2","0.68064147999999932e2"],["-0.66631942999999978e2","0.68075821000000133e2"],["-0.66625548999999978e2","0.68103317000000004e2"],["-0.66620270000000005e2","0.68125809000000118e2"],["-0.66615554999999972e2","0.68132477000000108e2"],["-0.66610549999999932e2","0.68136932000000115e2"],["-0.66594726999999921e2","0.68143051000000128e2"],[-66.56138599999997,"0.68147490999999945e2"],["-0.66541945999999882e2","0.68148330999999985e2"],["-0.66513625999999931e2","0.68148330999999985e2"],["-0.66328887999999949e2","0.68132202000000063e2"],[-66.31527699999998,"0.68130264000000125e2"],["-0.66309432999999956e2","0.68127472000000012e2"],["-0.66310546999999929e2","0.68118591000000094e2"],["-0.66315001999999879e2","0.68112487999999985e2"],["-0.66321121000000005e2","0.68106934000000138e2"],["-0.66350280999999939e2","0.68090271000000087e2"],["-0.66366394000000014e2","0.68083328000000108e2"],["-0.66371657999999968e2","0.68081664999999987e2"],["-0.66388610999999969e2",68.08137499999998],[-66.41361999999998,"0.68086104999999975e2"],["-0.66427779999999984e2","0.68087493999999992e2"],["-0.66450561999999991e2","0.68086928999999941e2"],["-0.66468612999999948e2","0.68083054000000004e2"],["-0.66476104999999905e2","0.68080551000000014e2"],["-0.66478606999999954e2","0.68077209000000039e2"],["-0.66472228999999913e2","0.68073044000000039e2"],["-0.66460555999999997e2","0.68070541000000105e2"],["-0.66438048999999978e2","0.68068054000000018e2"],["-0.66389998999999989e2","0.68069443000000035e2"],["-0.66369445999999925e2","0.68071655000000078e2"],["-0.66326110999999969e2","0.68079163000000108e2"],["-0.66303878999999995e2","0.68083878000000141e2"],["-0.66296660999999972e2","0.68086104999999975e2"],["-0.66272780999999952e2","0.68087769000000037e2"],["-0.66259170999999981e2","0.68085814999999968e2"],["-0.66250838999999985e2","0.68082214000000135e2"],["-0.66240279999999871e2","0.68073317999999972e2"],["-0.66184157999999968e2","0.68018875000000037e2"],["-0.66184433000000013e2","0.68013321000000019e2"],["-0.66186385999999914e2","0.68010818000000029e2"],["-0.66192764000000011e2","0.68007217000000026e2"],["-0.66204177999999899e2",68.00471500000009],["-0.66253066999999874e2",68.00221300000004],["-0.66264175000000023e2",67.99971000000005],["-0.66294448999999986e2","0.67991653000000099e2"],["-0.66309722999999963e2","0.67986099000000081e2"],["-0.66320846999999958e2",67.97886699999998],["-0.66344451999999933e2","0.67956650000000081e2"],["-0.66405838000000017e2","0.67898041000000035e2"],["-0.66401397999999972e2","0.67888596000000007e2"],["-0.66522232000000031e2","0.67860809000000017e2"],["-0.66535278000000005e2","0.67863602000000014e2"],["-0.66594161999999983e2","0.67872482000000048e2"],["-0.66628601000000003e2","0.67876648000000102e2"],["-0.66672501000000011e2","0.67880264000000011e2"],["-0.66729445999999996e2","0.67878859999999975e2"],["-0.66739715999999987e2","0.67877762000000075e2"],["-0.66746947999999918e2","0.67875259000000142e2"],[-66.74499499999996,"0.67872757000000036e2"],["-0.66732223999999974e2","0.67867203000000075e2"],["-0.66703063999999983e2","0.67863602000000014e2"],["-0.66686934999999949e2","0.67862761999999975e2"],["-0.66653885000000002e2","0.67859421000000111e2"],[-66.56138599999997,"0.67843048000000067e2"],["-0.66401397999999972e2","0.67811096000000077e2"],["-0.66356658999999922e2","0.67821381000000031e2"],["-0.66346389999999985e2","0.67861099000000024e2"],["-0.66332779000000016e2","0.67887772000000041e2"],["-0.66319457999999884e2","0.67911102000000142e2"],["-0.66295837000000006e2","0.67938309000000118e2"],["-0.66276672000000019e2","0.67954436999999984e2"],["-0.66268615999999952e2","0.67958037999999988e2"],["-0.66251952999999958e2","0.67962494000000106e2"],["-0.66240554999999972e2","0.67962768999999923e2"],["-0.66227492999999868e2","0.67959991000000116e2"],["-0.66213897999999972e2","0.67960815000000082e2"],["-0.66136948000000018e2","0.67976089000000002e2"],["-0.66119995000000017e2","0.67981369000000086e2"],["-0.66003219999999885e2","0.68020492999999988e2"],["-0.65988723999999877e2","0.68026145999999983e2"],["-0.65981383999999991e2","0.68029984000000127e2"],["-0.65943603999999993e2","0.68046097000000145e2"],["-0.65948607999999979e2",68.09248400000007],["-0.65958617999999944e2","0.68129424999999969e2"],["-0.65961945000000014e2",68.13749700000011],["-0.65960555999999997e2","0.68144440000000145e2"],[-65.94749499999989,"0.68154160000000047e2"],["-0.65941665999999941e2","0.68157211000000018e2"],["-0.65928329000000019e2","0.68162201000000096e2"],["-0.65920837000000006e2","0.68161926000000051e2"],["-0.65911941999999954e2",68.15887500000008],["-0.65867492999999911e2","0.68124694999999974e2"],["-0.65863892000000021e2","0.68119431000000134e2"],["-0.65857773000000009e2","0.68110260000000039e2"],["-0.65853607000000011e2","0.68078048999999908e2"],["-0.65853607000000011e2","0.68073317999999972e2"],["-0.65857773000000009e2","0.68067215000000033e2"],["-0.65933837999999923e2",68.01226800000012],[-65.96032699999995,"0.67996429000000035e2"],["-0.65980835000000013e2","0.67987267000000088e2"],["-0.65994330999999988e2","0.67979767000000038e2"],["-0.66032226999999978e2","0.67952484000000027e2"],["-0.65985824999999977e2","0.67916655999999989e2"],["-0.65967223999999987e2","0.67853317000000061e2"],["-0.65980835000000013e2","0.67842758000000003e2"],["-0.66005004999999869e2","0.67814986999999974e2"],["-0.66009734999999978e2","0.67803314000000114e2"],["-0.66028884999999946e2","0.67724426000000108e2"],["-0.66028884999999946e2","0.67719436999999971e2"],["-0.66021941999999967e2","0.67650269000000037e2"],["-0.66020003999999915e2","0.67635269000000108e2"],["-0.66013061999999934e2","0.67626923000000033e2"],["-0.66008621000000005e2","0.67625534000000016e2"],["-0.65999724999999899e2","0.67627472000000125e2"],["-0.65986663999999962e2","0.67635269000000108e2"],["-0.65961394999999982e2","0.67689697000000081e2"],["-0.65950286999999946e2","0.67722487999999998e2"],["-0.65936935000000005e2","0.67765549000000021e2"],["-0.65938598999999954e2",67.77609300000006],["-0.65942490000000021e2","0.67780823000000112e2"],["-0.65953888000000006e2","0.67798324999999977e2"],[-65.95666499999993,"0.67811920000000043e2"],["-0.65955840999999964e2","0.67818329000000062e2"],["-0.65953338999999971e2","0.67821381000000031e2"],["-0.65946105999999986e2",67.82638500000013],["-0.65926391999999964e2","0.67832763999999997e2"],["-0.65869155999999919e2","0.67844147000000021e2"],["-0.65831679999999949e2","0.67854431000000034e2"],["-0.65804169000000002e2","0.67863602000000014e2"],["-0.65795272999999952e2","0.67868042000000003e2"],["-0.65763625999999931e2","0.67909987999999998e2"],["-0.65762222000000008e2","0.67914703000000031e2"],["-0.65763901000000033e2","0.67919708000000071e2"],["-0.65767226999999991e2","0.67923035000000027e2"],["-0.65798889000000031e2","0.67938309000000118e2"],["-0.65819732999999985e2","0.67955551000000128e2"],["-0.65823623999999995e2","0.67962768999999923e2"],["-0.65817779999999971e2","0.67968048000000124e2"],["-0.65807769999999948e2","0.67971100000000035e2"],["-0.65684433000000013e2","0.67992477000000065e2"],[-65.46305799999999,"0.67996368000000132e2"],["-0.65448607999999979e2","0.67995529000000147e2"],["-0.65443603999999993e2","0.67992203000000131e2"],["-0.65441939999999988e2","0.67986923000000047e2"],["-0.65442490000000021e2","0.67981369000000086e2"],["-0.65457503999999972e2","0.67937194999999917e2"],["-0.65464447000000007e2","0.67920822000000044e2"],[-65.52027899999996,"0.67843048000000067e2"],["-0.65525833000000034e2","0.67837769000000037e2"],["-0.65545273000000009e2","0.67822220000000129e2"],[-65.55860899999999,"0.67814423000000033e2"],["-0.65573623999999938e2","0.67806931000000077e2"],["-0.65603881999999999e2",67.79693599999996],["-0.65610549999999876e2","0.67792755000000056e2"],["-0.65615829000000019e2","0.67786102000000085e2"],["-0.65613891999999908e2","0.67780823000000112e2"],["-0.65610001000000011e2","0.67776382000000012e2"],["-0.65591948999999943e2","0.67763046000000088e2"],["-0.65572509999999966e2","0.67751663000000065e2"],["-0.65556945999999868e2",67.7452550000001],["-0.65517501999999979e2","0.67733047000000056e2"],["-0.65473617999999931e2","0.67719711000000075e2"],["-0.65454726999999991e2",67.71276899999998],["-0.65439712999999927e2","0.67705551000000014e2"],["-0.65426391999999964e2","0.67696365000000014e2"],[-65.41361999999998,"0.67683593999999914e2"],[-65.40695199999999,"0.67674988000000042e2"],["-0.65403609999999958e2","0.67664703000000088e2"],["-0.65400283999999942e2","0.67654434000000037e2"],["-0.65396392999999875e2",67.64498900000001],["-0.65384734999999921e2","0.67625809000000004e2"],["-0.65363892000000021e2","0.67597488000000112e2"],["-0.65356658999999922e2","0.67594711000000018e2"],["-0.65346389999999985e2","0.67593323000000112e2"],["-0.65335281000000009e2","0.67593597000000045e2"],["-0.65322784000000013e2","0.67594986000000063e2"],["-0.65318344000000025e2","0.67601089000000002e2"],["-0.65369155999999919e2",67.70277400000009],["-0.65379165999999941e2","0.67711655000000007e2"],[-65.40264899999994,67.72322100000008],["-0.65462508999999955e2","0.67741928000000144e2"],["-0.65492492999999968e2","0.67751663000000065e2"],["-0.65510833999999988e2","0.67759155000000021e2"],["-0.65544448999999986e2","0.67774155000000121e2"],["-0.65550551999999982e2","0.67778320000000122e2"],["-0.65554442999999992e2","0.67783051000000057e2"],["-0.65554442999999992e2","0.67788040000000024e2"],["-0.65423614999999984e2","0.67898041000000035e2"],["-0.65292495999999971e2","0.67934143000000006e2"],["-0.65235275000000001e2","0.67944702000000063e2"],["-0.65201401000000033e2","0.67954436999999984e2"],["-0.65171660999999915e2","0.67966094999999996e2"],["-0.65156386999999938e2","0.67973602000000085e2"],["-0.65144164999999873e2","0.67984145999999953e2"],["-0.65141387999999949e2","0.67990265000000022e2"],["-0.65145553999999947e2","0.67997208000000001e2"],["-0.65175827000000027e2","0.68008881000000031e2"],["-0.65180831999999953e2","0.68012207000000046e2"],["-0.65181106999999997e2","0.68016662999999994e2"],["-0.65176665999999955e2","0.68022491000000059e2"],["-0.65169158999999922e2","0.68027206000000092e2"],["-0.65047775000000001e2",68.04942299999999],["-0.65001113999999916e2","0.68055542000000003e2"],["-0.64973052999999993e2","0.68050261999999975e2"],["-0.64734160999999972e2","0.67993866000000025e2"],["-0.64723617999999988e2",67.99054000000001],["-0.64717498999999975e2","0.67986374000000126e2"],["-0.64713622999999984e2","0.67981659000000093e2"],["-0.64718063000000029e2","0.67976654000000053e2"],["-0.64725554999999929e2","0.67971648999999957e2"],["-0.64743332000000009e2","0.67965819999999951e2"],[-64.84722899999997,"0.67934981999999991e2"],["-0.64942490000000021e2","0.67912490999999989e2"],["-0.65015288999999996e2","0.67862488000000042e2"],["-0.65017775999999969e2","0.67820830999999998e2"],["-0.65008347000000015e2","0.67785262999999929e2"],["-0.65014175000000023e2","0.67780273000000079e2"],["-0.65051101999999958e2","0.67754439999999988e2"],["-0.65060546999999929e2","0.67752213000000097e2"],["-0.65085280999999895e2","0.67749145999999996e2"],["-0.65112212999999997e2","0.67748032000000023e2"],["-0.65124434999999949e2","0.67746368000000018e2"],["-0.65136123999999995e2","0.67743591000000094e2"],["-0.65145553999999947e2","0.67738876000000062e2"],["-0.65158339999999953e2","0.67729706000000022e2"],["-0.65179992999999911e2","0.67713608000000136e2"],["-0.65192489999999964e2","0.67702209000000039e2"],["-0.65196380999999974e2",67.69720500000011],["-0.65198607999999922e2","0.67691649999999981e2"],["-0.65205001999999979e2",67.65914900000007],["-0.65205565999999919e2","0.67653595000000109e2"],["-0.65204178000000013e2","0.67648331000000098e2"],["-0.65200286999999946e2","0.67643875000000037e2"],["-0.65178328999999962e2","0.67633605999999986e2"],["-0.65172500999999954e2","0.67633605999999986e2"],["-0.65167220999999984e2","0.67635818000000029e2"],["-0.65162780999999995e2",67.63888500000013],["-0.65150283999999999e2","0.67672211000000118e2"],["-0.65149733999999967e2","0.67677765000000079e2"],["-0.65150283999999999e2",67.68193100000002],["-0.65154174999999952e2","0.67686646000000053e2"],["-0.65153335999999911e2","0.67692200000000014e2"],["-0.65148894999999982e2","0.67698317999999972e2"],["-0.65129715000000033e2","0.67715820000000008e2"],["-0.65124161000000015e2","0.67718047999999953e2"],["-0.64929717999999923e2",67.78776600000009],["-0.64919723999999917e2","0.67790817000000118e2"],["-0.64907227000000034e2","0.67792205999999965e2"],["-0.64827224999999942e2","0.67784714000000008e2"],[-64.81639100000001,67.78137200000009],["-0.64810546999999985e2","0.67777205999999978e2"],["-0.64808884000000035e2","0.67771927000000005e2"],[-64.80749499999996,67.74275200000011],[-64.81610099999989,"0.67710541000000035e2"],["-0.64825835999999981e2","0.67703049000000078e2"],["-0.64837509000000011e2","0.67700271999999984e2"],["-0.64862777999999992e2","0.67691649999999981e2"],["-0.64862502999999947e2","0.67687484999999981e2"],[-64.84944200000001,"0.67687194999999974e2"],["-0.64820557000000008e2","0.67688308999999947e2"],["-0.64799728000000016e2","0.67690811000000053e2"],["-0.64779448999999886e2","0.67697754000000032e2"],["-0.64773055999999997e2","0.67703598000000056e2"],["-0.64768616000000009e2","0.67709427000000062e2"],["-0.64762221999999952e2",67.76249700000011],["-0.64755843999999968e2","0.67817764000000068e2"],[-64.75,"0.67822769000000108e2"],["-0.64740829000000019e2","0.67824707000000046e2"],[-64.65306099999998,67.82887299999993],["-0.64611938000000009e2",67.82638500000013],[-64.56806899999998,"0.67819992000000013e2"],["-0.64506957999999997e2",67.80720500000001],["-0.64368880999999931e2","0.67764160000000061e2"],["-0.64363327000000027e2","0.67759430000000009e2"],["-0.64363891999999964e2","0.67754439999999988e2"],["-0.64396117999999944e2","0.67711929000000112e2"],["-0.64401397999999915e2","0.67707764000000111e2"],["-0.64414718999999991e2","0.67707214000000079e2"],["-0.64431380999999988e2","0.67709717000000069e2"],["-0.64445266999999944e2",67.71138000000002],["-0.64460006999999905e2","0.67711655000000007e2"],["-0.64472503999999958e2","0.67710266000000047e2"],["-0.64578338999999971e2","0.67696930000000066e2"],["-0.64597228999999857e2","0.67689697000000081e2"],[-64.61721799999998,"0.67678589000000045e2"],["-0.64637221999999895e2","0.67665267999999912e2"],["-0.64639175000000023e2","0.67660538000000088e2"],["-0.64626389000000017e2","0.67659714000000122e2"],["-0.64618332000000009e2","0.67663040000000137e2"],["-0.64581389999999999e2",67.67442299999999],["-0.64515839000000028e2",67.68609600000002],["-0.64454177999999956e2","0.67693314000000044e2"],["-0.64380828999999892e2","0.67698029000000076e2"],[-64.36250299999989,"0.67702484000000084e2"],[-64.34722899999997,"0.67709991000000002e2"],["-0.64331389999999885e2","0.67727203000000031e2"],["-0.64326400999999919e2","0.67731094000000098e2"],["-0.64318068999999923e2",67.73414600000001],["-0.64305557000000022e2","0.67733597000000088e2"],["-0.64295273000000009e2","0.67730270000000132e2"],["-0.64072784000000013e2","0.67610260000000096e2"],["-0.64067779999999971e2","0.67602477999999962e2"],["-0.64039718999999991e2","0.67533600000000092e2"],["-0.64038604999999905e2","0.67528595000000053e2"],["-0.64038895000000025e2","0.67525818000000129e2"],["-0.64044998000000021e2","0.67520828000000051e2"],["-0.64053054999999915e2","0.67517487000000017e2"],["-0.64134734999999921e2","0.67490265000000079e2"],["-0.64144729999999925e2","0.67487197999999978e2"],["-0.64165282999999988e2","0.67482482999999945e2"],["-0.64238601999999901e2",67.46748400000007],["-0.64250838999999871e2","0.67466095000000109e2"],["-0.64271941999999967e2","0.67464996000000099e2"],["-0.64281113000000005e2","0.67465546000000131e2"],["-0.64343886999999938e2","0.67469985999999949e2"],["-0.64386948000000018e2","0.67474425999999994e2"],["-0.64412216000000001e2","0.67477478000000076e2"],["-0.64423049999999989e2","0.67478043000000127e2"],["-0.64435546999999985e2","0.67478592000000049e2"],["-0.64440552000000025e2","0.67474991000000045e2"],["-0.64432220000000029e2","0.67471099999999979e2"],["-0.64410004000000015e2","0.67464156999999943e2"],["-0.64384734999999978e2","0.67458328000000108e2"],["-0.64356948999999986e2","0.67453873000000101e2"],["-0.64296660999999915e2","0.67448029000000076e2"],["-0.64283614999999998e2","0.67448029000000076e2"],["-0.64204452999999944e2","0.67452209000000096e2"],["-0.64190551999999968e2","0.67453323000000069e2"],["-0.64166945999999996e2","0.67456940000000031e2"],["-0.64145003999999858e2","0.67461655000000064e2"],["-0.64123321999999916e2","0.67465271000000143e2"],["-0.64111114999999927e2","0.67466660000000104e2"],["-0.64086394999999982e2",67.46748400000007],["-0.64048049999999876e2","0.67464156999999943e2"],["-0.64010833999999988e2","0.67459717000000126e2"],[-64.00111400000003,"0.67455826000000059e2"],["-0.63992653000000018e2","0.67448624000000109e2"],["-0.63951110999999969e2","0.67409988000000112e2"],["-0.63904166999999973e2",67.30581699999999],["-0.63904166999999973e2","0.67301651000000106e2"],["-0.63905829999999924e2","0.67299712999999997e2"],["-0.63912773000000016e2","0.67295532000000094e2"],["-0.63923889000000031e2","0.67293320000000051e2"],[-63.93721800000003,67.292755],["-0.64022780999999952e2",67.30802900000009],["-0.64055266999999958e2","0.67311371000000008e2"],["-0.64084732000000031e2","0.67313309000000118e2"],["-0.64181670999999938e2","0.67312194999999974e2"],["-0.64217498999999975e2","0.67313598999999954e2"],["-0.64339995999999985e2","0.67319442999999978e2"],["-0.64530562999999916e2",67.33776899999998],["-0.64740279999999984e2","0.67356934000000138e2"],["-0.64757507000000032e2","0.67358322000000044e2"],["-0.64788329999999917e2",67.35914600000001],["-0.64797500999999954e2","0.67356644000000131e2"],[-64.80082699999997,"0.67352768000000026e2"],["-0.64798889000000031e2","0.67350266000000147e2"],["-0.64788605000000018e2",67.34693900000002],[-64.73443599999996,"0.67333603000000096e2"],["-0.64721389999999928e2","0.67331374999999923e2"],["-0.64687774999999988e2","0.67327484000000027e2"],["-0.64441665999999998e2","0.67303040000000124e2"],["-0.64402221999999995e2","0.67299149000000057e2"],["-0.64372498000000007e2","0.67297211000000118e2"],["-0.64344726999999921e2","0.67297485000000052e2"],["-0.64283614999999998e2","0.67299987999999985e2"],["-0.64258621000000005e2","0.67299149000000057e2"],[-64.24610899999999,"0.67298599000000024e2"],[-64.23832699999997,"0.67296936000000073e2"],["-0.64231948999999986e2","0.67293320000000051e2"],["-0.64233886999999868e2","0.67288589000000115e2"],["-0.64248336999999992e2","0.67279434000000037e2"],["-0.64306380999999988e2","0.67262207000000046e2"],["-0.64325012000000015e2","0.67257216999999969e2"],["-0.64356110000000001e2","0.67250275000000045e2"],["-0.64392226999999991e2",67.24664300000012],["-0.64419448999999929e2","0.67247207999999944e2"],["-0.64509170999999981e2","0.67254990000000078e2"],["-0.64536941999999954e2","0.67256653000000028e2"],["-0.64550277999999992e2",67.25610400000005],["-0.64668610000000001e2","0.67238585999999941e2"],["-0.64724166999999966e2",67.22886699999998],["-0.64779174999999952e2","0.67218872000000033e2"],["-0.64790282999999931e2",67.21665999999999],["-0.64799987999999928e2","0.67213608000000079e2"],[-64.80972300000002,"0.67210266000000104e2"],[-64.81610099999989,"0.67206940000000088e2"],["-0.64813048999999978e2","0.67201385000000016e2"],["-0.64808043999999995e2","0.67198029000000133e2"],["-0.64801392000000021e2","0.67195250999999985e2"],["-0.64783324999999934e2","0.67190262000000018e2"],["-0.64772781000000009e2","0.67189696999999967e2"],["-0.64758895999999993e2",67.19081099999994],[-64.71665999999999,"0.67200272000000098e2"],["-0.64655838000000017e2","0.67217209000000139e2"],[-64.46665999999999,"0.67229156000000046e2"],["-0.64425277999999935e2","0.67228043000000014e2"],["-0.64350783999999976e2","0.67234764000000098e2"],["-0.64287444999999991e2","0.67238257999999973e2"],["-0.64267112999999995e2","0.67241425000000049e2"],["-0.64232772999999952e2","0.67251434000000017e2"],["-0.64169448999999986e2","0.67260818000000029e2"],["-0.64158889999999928e2","0.67262497000000053e2"],["-0.64114715999999987e2","0.67267212000000086e2"],["-0.64010559000000001e2","0.67275269000000037e2"],["-0.63976944000000003e2","0.67277771000000087e2"],["-0.63969993999999986e2",67.27748100000008],["-0.63965836000000024e2","0.67275542999999971e2"],["-0.63962775999999963e2","0.67272491000000059e2"],["-0.63962775999999963e2","0.67270263999999997e2"],["-0.63975829999999917e2","0.67251937999999996e2"],["-0.63993056999999965e2","0.67228317000000118e2"],["-0.63998336999999935e2","0.67221649000000127e2"],["-0.64013335999999981e2","0.67212204000000042e2"],["-0.64021392999999989e2","0.67208878000000027e2"],["-0.64045272999999952e2","0.67204711999999972e2"],[-64.05610699999994,"0.67204437000000098e2"],["-0.64088608000000022e2","0.67207764000000054e2"],["-0.64220222000000035e2","0.67201714000000038e2"],["-0.64467498999999918e2","0.67167480000000069e2"],["-0.64501403999999923e2","0.67161652000000004e2"],["-0.64545272999999952e2","0.67152481000000023e2"],["-0.64575011999999958e2","0.67144714000000079e2"],["-0.64584166999999923e2","0.67142212000000029e2"],["-0.64611938000000009e2","0.67132477000000108e2"],["-0.64658050999999944e2","0.67113037000000134e2"],["-0.64680831999999953e2",67.09304800000001],["-0.64686935000000005e2","0.67087493999999992e2"],["-0.64689986999999917e2","0.67083602999999925e2"],["-0.64692490000000021e2","0.67078048999999965e2"],["-0.64700561999999991e2","0.67018051000000071e2"],["-0.64701110999999912e2","0.67012207000000046e2"],["-0.64700561999999991e2","0.67008040999999992e2"],["-0.64696945000000028e2","0.67003326000000129e2"],["-0.64691939999999988e2","0.67000549000000035e2"],["-0.64683060000000012e2","0.67000275000000101e2"],["-0.64660278000000005e2","0.67003875999999991e2"],["-0.64638610999999969e2","0.67008606000000043e2"],["-0.64628325999999959e2","0.67012207000000046e2"],["-0.64623885999999914e2","0.67018051000000071e2"],["-0.64619720000000029e2","0.67028320000000122e2"],["-0.64618057000000022e2","0.67039428999999984e2"],["-0.64618057000000022e2","0.67044434000000081e2"],["-0.64619720000000029e2","0.67049713000000054e2"],["-0.64618880999999988e2","0.67055252000000053e2"],["-0.64615279999999927e2","0.67066940000000045e2"],["-0.64609160999999972e2","0.67081940000000031e2"],["-0.64604172000000005e2","0.67088317999999958e2"],["-0.64597777999999892e2","0.67093872000000147e2"],["-0.64583617999999888e2","0.67103043000000127e2"],["-0.64547501000000011e2","0.67118590999999924e2"],["-0.64527221999999881e2","0.67124145999999996e2"],["-0.64506393000000003e2","0.67129425000000026e2"],["-0.64474715999999944e2",67.13499500000006],["-0.64229995999999971e2","0.67164154000000053e2"],["-0.64087218999999948e2","0.67179703000000131e2"],["-0.64008895999999993e2","0.67178864000000033e2"],["-0.63995551999999975e2","0.67179428000000144e2"],["-0.63971381999999949e2","0.67182205000000067e2"],[-63.96055599999994,"0.67184417999999994e2"],["-0.63929726000000016e2","0.67192749000000106e2"],["-0.63919166999999959e2","0.67196365000000128e2"],["-0.63912216000000001e2","0.67200546000000031e2"],[-63.86222099999992,"0.67225815000000011e2"],[-63.80750299999994,"0.67239150999999993e2"],["-0.63797500999999954e2","0.67240265000000136e2"],["-0.63561942999999985e2","0.67236923000000047e2"],["-0.63546394000000021e2","0.67235809000000074e2"],["-0.63469443999999953e2","0.67228317000000118e2"],["-0.63458336000000031e2","0.67226088999999945e2"],["-0.63450554000000011e2","0.67222488000000112e2"],["-0.63449164999999994e2","0.67219437000000084e2"],["-0.63449164999999994e2","0.67214995999999985e2"],["-0.63450835999999981e2","0.67179703000000131e2"],["-0.63453888000000006e2","0.67169434000000138e2"],["-0.63529442000000017e2","0.67104431000000034e2"],[-63.53833800000001,"0.67100540000000137e2"],["-0.63604720999999984e2","0.67075272000000041e2"],["-0.63613892000000021e2","0.67072769000000051e2"],["-0.63648055999999883e2","0.67066940000000045e2"],["-0.63672775000000001e2","0.67063599000000011e2"],["-0.63712776000000019e2","0.67054977000000008e2"],["-0.63722771000000023e2",67.05192599999998],["-0.63731383999999991e2","0.67048035000000084e2"],["-0.63744445999999982e2","0.67041092000000106e2"],["-0.63779723999999987e2","0.67017487000000131e2"],["-0.63795836999999949e2","0.67006653000000085e2"],["-0.63806389000000024e2",66.99581900000004],["-0.63807219999999973e2","0.66988037000000077e2"],["-0.63801392000000021e2","0.66979705999999965e2"],["-0.63781386999999938e2","0.66963608000000136e2"],["-0.63772498999999868e2","0.66958878000000084e2"],["-0.63769447000000014e2",66.97137500000008],["-0.63768889999999942e2","0.66976929000000041e2"],["-0.63771111000000019e2","0.66980819999999937e2"],["-0.63772498999999868e2","0.66986098999999911e2"],["-0.63773613000000012e2","0.66991088999999988e2"],["-0.63773330999999985e2","0.66996094000000028e2"],["-0.63770836000000031e2","0.67001389000000074e2"],["-0.63767219999999952e2","0.67006104000000107e2"],["-0.63756950000000018e2","0.67014160000000004e2"],["-0.63750557000000015e2","0.67017487000000131e2"],["-0.63734443999999939e2","0.67024155000000121e2"],["-0.63698607999999979e2","0.67038878999999952e2"],["-0.63680000000000007e2","0.67045821999999987e2"],["-0.63650832999999977e2","0.67052475000000129e2"],["-0.63638335999999981e2","0.67054428000000087e2"],["-0.63600837999999953e2","0.67057479999999998e2"],["-0.63565552000000025e2","0.67062485000000038e2"],["-0.63535277999999948e2","0.67070831000000112e2"],["-0.63497222999999963e2","0.67085266000000047e2"],[-63.40277900000001,"0.67144440000000145e2"],["-0.63396392999999989e2","0.67152206000000035e2"],[-63.39416499999993,"0.67156936999999971e2"],["-0.63393889999999942e2","0.67161652000000004e2"],["-0.63398055999999997e2","0.67165817000000004e2"],["-0.63416945999999882e2","0.67180267000000072e2"],["-0.63419997999999964e2","0.67185806000000071e2"],["-0.63421943999999883e2","0.67194702000000007e2"],["-0.63420836999999949e2","0.67200272000000098e2"],["-0.63417777999999998e2","0.67206100000000049e2"],["-0.63409163999999919e2",67.21665999999999],["-0.63351669000000015e2","0.67268051000000014e2"],[-63.340553,"0.67276657000000114e2"],["-0.63332503999999972e2","0.67281937000000028e2"],["-0.63298888999999974e2","0.67297760000000039e2"],["-0.63280555999999933e2","0.67306366000000139e2"],["-0.63272498999999982e2","0.67309418000000051e2"],["-0.63160277999999948e2","0.67328323000000012e2"],["-0.63137222000000008e2","0.67331100000000106e2"],["-0.63110282999999868e2","0.67329987000000017e2"],[-63.03972599999986,"0.67306090999999924e2"],["-0.63022498999999925e2","0.67298035000000084e2"],["-0.63015006999999969e2","0.67293593999999985e2"],["-0.62997779999999977e2","0.67281372000000147e2"],["-0.62992774999999995e2","0.67276382000000126e2"],["-0.62973884999999882e2","0.67235535000000141e2"],["-0.62970832999999971e2","0.67225815000000011e2"],["-0.62970832999999971e2","0.67221375000000023e2"],["-0.63023055999999997e2","0.67179428000000144e2"],["-0.63035834999999963e2","0.67171097000000032e2"],[-63.04472399999986,"0.67167205999999965e2"],["-0.63075561999999934e2",67.15887500000008],["-0.63100554999999986e2","0.67155548000000124e2"],["-0.63134170999999981e2",67.15277100000003],["-0.63170279999999991e2","0.67147217000000069e2"],[-63.19027699999998,"0.67143326000000002e2"],["-0.63232497999999964e2","0.67132202000000063e2"],["-0.63242500000000007e2","0.67129149999999981e2"],["-0.63268889999999942e2","0.67117477000000122e2"],["-0.63275832999999977e2","0.67113312000000121e2"],[-63.284447,67.105255],["-0.63285278000000005e2","0.67099716000000001e2"],["-0.63283614999999998e2","0.67094986000000119e2"],["-0.63278052999999943e2","0.67090820000000065e2"],["-0.63268607999999972e2","0.67082488999999953e2"],["-0.63260833999999988e2","0.67074158000000068e2"],[-63.25389100000001,"0.67064697000000081e2"],["-0.63224716000000001e2","0.67024704000000042e2"],["-0.63220276000000013e2","0.67016937000000098e2"],["-0.63220276000000013e2","0.67006104000000107e2"],["-0.63220832999999971e2","0.66989699999999971e2"],["-0.63221381999999949e2","0.66984984999999938e2"],["-0.63223884999999996e2","0.66979430999999977e2"],["-0.63227776000000006e2","0.66972762999999986e2"],["-0.63240836999999999e2","0.66961655000000007e2"],[-63.27777900000001,"0.66949706999999933e2"],["-0.63320557000000008e2","0.66940262000000075e2"],["-0.63356109999999944e2","0.66934708000000057e2"],[-63.36860699999994,"0.66934708000000057e2"],[-63.43638599999997,"0.66925537000000134e2"],["-0.63469993999999986e2","0.66920532000000094e2"],["-0.63514724999999999e2","0.66912490999999989e2"],["-0.63526138000000003e2","0.66909271000000047e2"],["-0.63545554999999865e2","0.66903595000000053e2"],["-0.63554442999999935e2","0.66899719000000005e2"],["-0.63565552000000025e2","0.66892487000000074e2"],["-0.63565552000000025e2","0.66888046000000145e2"],["-0.63563613999999973e2","0.66883605999999929e2"],["-0.63557502999999997e2","0.66875809000000004e2"],["-0.63554717999999866e2","0.66870254999999986e2"],["-0.63551392000000021e2","0.66860535000000084e2"],["-0.63555557000000022e2","0.66848877000000073e2"],["-0.63571944999999971e2","0.66837494000000049e2"],["-0.63593329999999924e2","0.66831665000000044e2"],["-0.63615004999999996e2","0.66827208999999982e2"],["-0.63638892999999882e2","0.66824432000000058e2"],["-0.63652221999999881e2",66.82388300000008],["-0.63698607999999979e2","0.66822495000000004e2"],["-0.63725273000000016e2","0.66823043999999982e2"],["-0.63775832999999921e2","0.66825821000000019e2"],["-0.63771384999999952e2","0.66811096000000077e2"],[-63.653053,"0.66802475000000015e2"],["-0.63624442999999928e2","0.66801926000000037e2"],["-0.63598334999999906e2",66.80304000000001],["-0.63587776000000019e2","0.66804428000000144e2"],["-0.63548889000000031e2","0.66812485000000095e2"],["-0.63539443999999946e2","0.66814697000000137e2"],["-0.63535277999999948e2",66.81581100000011],["-0.63488891999999964e2","0.66828323000000125e2"],["-0.63478881999999942e2","0.66835815000000082e2"],["-0.63476386999999932e2",66.839157],["-0.63475272999999959e2","0.66842484000000127e2"],["-0.63476944000000003e2","0.66846939000000134e2"],["-0.63487220999999977e2","0.66858871000000079e2"],["-0.63494719999999973e2","0.66865539999999953e2"],["-0.63496947999999861e2","0.66880814000000044e2"],["-0.63487220999999977e2","0.66896942000000081e2"],["-0.63480826999999977e2",66.90248100000008],["-0.63474441999999954e2","0.66906096999999932e2"],["-0.63456107999999972e2","0.66910811999999964e2"],["-0.63441665999999998e2","0.66908325000000104e2"],["-0.63427223000000026e2","0.66901382000000126e2"],["-0.63407218999999998e2","0.66814423000000033e2"],["-0.63407776000000013e2","0.66809708000000001e2"],["-0.63410278000000005e2","0.66799988000000099e2"],["-0.63414718999999991e2","0.66783325000000048e2"],["-0.63417777999999998e2","0.66773040999999978e2"],["-0.63436110999999926e2","0.66728043000000071e2"],["-0.63449439999999925e2","0.66716095000000053e2"],["-0.63453056000000004e2","0.66711655000000064e2"],["-0.63451941999999917e2",66.70637499999998],["-0.63441939999999931e2","0.66703048999999965e2"],["-0.63420279999999934e2","0.66698868000000061e2"],["-0.63415276000000006e2","0.66700546000000145e2"],["-0.63408332999999914e2","0.66704437000000041e2"],[-63.40277900000001,"0.66708878000000141e2"],["-0.63376663000000008e2","0.66734146000000067e2"],[-63.32028200000002,"0.66814148000000046e2"],["-0.63319450000000018e2","0.66819992000000013e2"],["-0.63224716000000001e2","0.66899428999999998e2"],["-0.62973884999999882e2","0.66961104999999975e2"],["-0.62962501999999972e2","0.66963882000000069e2"],["-0.62939994999999954e2","0.66966660000000047e2"],[-62.87222300000002,"0.66964432000000102e2"],["-0.62846946999999943e2","0.66961929000000112e2"],["-0.62837776000000019e2","0.66957764000000111e2"],["-0.62821114000000023e2","0.66830276000000083e2"],["-0.62820557000000008e2","0.66813599000000067e2"],["-0.62827498999999932e2",66.78804000000008],["-0.62829726999999991e2","0.66783325000000048e2"],["-0.62837501999999972e2","0.66771927000000005e2"],[-62.84332999999998,"0.66769149999999911e2"],["-0.62864448999999979e2","0.66746094000000085e2"],["-0.62869995000000017e2","0.66739700000000028e2"],["-0.62873055000000022e2","0.66733597000000088e2"],[-62.91194200000001,"0.66652771000000143e2"],["-0.62914444000000003e2","0.66647216999999955e2"],["-0.62908050999999944e2",66.63998400000014],["-0.62903052999999943e2","0.66637207000000046e2"],["-0.62899726999999984e2","0.66636658000000125e2"],["-0.62859169000000009e2","0.66653045999999961e2"],["-0.62850280999999939e2","0.66656937000000028e2"],["-0.62835274000000027e2","0.66666382000000112e2"],["-0.62819999999999936e2","0.66684418000000107e2"],["-0.62734168999999952e2","0.66790816999999947e2"],["-0.62735831999999959e2","0.66801651000000049e2"],["-0.62743331999999953e2","0.66809982000000105e2"],["-0.62751113999999916e2","0.66818054000000075e2"],["-0.62768058999999937e2","0.66830551000000071e2"],["-0.62774170000000026e2","0.66840546000000018e2"],["-0.62768332999999984e2","0.66907760999999994e2"],["-0.62764449999999954e2","0.66925262000000089e2"],["-0.62761115999999959e2","0.66929152999999985e2"],["-0.62743057000000022e2","0.66941924999999969e2"],["-0.62725273000000016e2","0.66947478999999987e2"],["-0.62634170999999981e2","0.66951385000000073e2"],["-0.62607779999999991e2","0.66952209000000039e2"],["-0.62592223999999931e2","0.66950821000000133e2"],["-0.62578612999999962e2","0.66947754000000032e2"],["-0.62568892999999889e2","0.66944138000000123e2"],["-0.62549994999999967e2","0.66931655999999975e2"],["-0.62519996999999933e2","0.66911102000000028e2"],[-62.40277900000001,"0.66809417999999994e2"],["-0.62401389999999935e2","0.66804977000000065e2"],[-62.40193899999997,"0.66789154000000053e2"],["-0.62398613000000012e2","0.66780272999999909e2"],["-0.62393332999999984e2","0.66775818000000072e2"],["-0.62326950000000011e2","0.66730270000000132e2"],["-0.62319450000000018e2","0.66726379000000065e2"],["-0.62313332000000003e2","0.66726929000000098e2"],["-0.62299171000000001e2","0.66733047000000056e2"],["-0.62291388999999924e2","0.66756378000000097e2"],["-0.62292777999999998e2","0.66761658000000011e2"],["-0.62295837000000006e2","0.66766388000000006e2"],["-0.62362220999999977e2","0.66818329000000119e2"],["-0.62419448999999986e2","0.66843323000000055e2"],["-0.62424720999999977e2","0.66847488000000055e2"],["-0.62426948999999865e2","0.66851378999999952e2"],["-0.62436942999999985e2","0.66884430000000123e2"],["-0.62427222999999969e2","0.66921097000000088e2"],["-0.62418891999999971e2","0.66926651000000106e2"],["-0.62407501000000025e2",66.92942800000003],["-0.62394721999999945e2","0.66929152999999985e2"],["-0.62346946999999886e2","0.66933594000000085e2"],["-0.62284728999999913e2","0.66946091000000081e2"],["-0.62271666999999979e2","0.66960815000000139e2"],["-0.62279723999999931e2","0.66979156000000103e2"],["-0.62291388999999924e2","0.67005829000000119e2"],["-0.62294448999999986e2","0.67021378000000027e2"],["-0.62293616999999983e2","0.67026382000000012e2"],["-0.62290282999999988e2","0.67032486000000006e2"],["-0.62285277999999948e2","0.67036102000000085e2"],["-0.62278609999999958e2","0.67039428999999984e2"],["-0.62262504999999976e2","0.67045258000000047e2"],["-0.62101394999999968e2","0.67054703000000075e2"],["-0.62054442999999878e2","0.67049149000000114e2"],[-62.03194400000001,"0.67045258000000047e2"],["-0.62019721999999945e2","0.67042206000000078e2"],["-0.62005561999999941e2",67.0352630000001],["-0.62006950000000018e2","0.67031937000000084e2"],[-62.04999499999991,"0.66987198000000092e2"],["-0.62106110000000001e2","0.66917206000000022e2"],["-0.62102225999999916e2","0.66913040000000137e2"],["-0.62072226999999998e2","0.66907486000000119e2"],["-0.62029723999999987e2","0.66901657000000114e2"],["-0.62018889999999942e2","0.66901657000000114e2"],["-0.62018607999999972e2","0.66908035000000098e2"],["-0.62015006999999912e2",66.91415400000011],[-61.95666499999993,"0.66963882000000069e2"],["-0.61949722000000008e2","0.66967208999999968e2"],["-0.61938605999999993e2","0.66969436999999971e2"],["-0.61913329999999974e2","0.66970825000000048e2"],["-0.61865554999999972e2","0.66970825000000048e2"],["-0.61851395000000025e2","0.66970535000000041e2"],[-61.83805099999995,"0.66968597000000102e2"],["-0.61749725000000012e2",66.94802900000002],["-0.61737220999999977e2","0.66941086000000041e2"],["-0.61731941000000006e2",66.93691999999993],["-0.61728881999999942e2","0.66932205000000067e2"],["-0.61730826999999863e2","0.66923874000000012e2"],["-0.61612777999999992e2","0.66870818999999926e2"],["-0.61314163000000008e2","0.66687195000000031e2"],["-0.61294723999999917e2",66.67442299999999],["-0.61289443999999946e2","0.66669983000000002e2"],["-0.61281386999999995e2","0.66661102000000028e2"],["-0.61262504999999976e2","0.66629425000000083e2"],["-0.61266662999999937e2","0.66622756999999922e2"],["-0.61300277999999935e2","0.66593597000000045e2"],["-0.61341667000000029e2","0.66571930000000009e2"],["-0.61348052999999936e2","0.66570541000000048e2"],["-0.61356666999999959e2","0.66571106000000043e2"],["-0.61388335999999981e2",66.578598],["-0.61400275999999963e2","0.66577208999999982e2"],["-0.61409720999999934e2","0.66572768999999994e2"],["-0.61425003000000004e2","0.66559708000000057e2"],["-0.61447776999999974e2","0.66538315000000125e2"],[-61.46166999999997,"0.66543319999999994e2"],[-61.54861499999987,"0.66547484999999995e2"],["-0.61584723999999994e2","0.66547760000000039e2"],["-0.61598609999999951e2","0.66550262000000089e2"],["-0.61618056999999965e2","0.66557205000000067e2"],["-0.61623885999999914e2","0.66566939999999988e2"],["-0.61631942999999978e2","0.66586654999999951e2"],["-0.61638610999999969e2","0.66595534999999984e2"],["-0.61643889999999999e2","0.66599991000000102e2"],["-0.61669166999999959e2","0.66616378999999995e2"],["-0.61691382999999973e2",66.62831100000011],[-61.72582999999986,"0.66643051000000071e2"],["-0.61734443999999996e2","0.66645827999999995e2"],["-0.61950554000000011e2",66.67692599999998],["-0.62015555999999947e2","0.66671371000000079e2"],[-62.12388599999997,"0.66626373000000001e2"],["-0.62050551999999982e2","0.66624985000000095e2"],["-0.62018607999999972e2","0.66640823000000125e2"],["-0.61990836999999999e2","0.66648041000000092e2"],["-0.61979995999999971e2","0.66648041000000092e2"],["-0.61950554000000011e2","0.66646102999999982e2"],["-0.61830284000000006e2","0.66621368000000132e2"],["-0.61796950999999979e2","0.66611923000000047e2"],["-0.61788895000000025e2","0.66608597000000032e2"],[-61.75389100000001,"0.66588593000000117e2"],["-0.61576667999999984e2","0.66487198000000035e2"],["-0.61575279000000023e2",66.48275799999999],["-0.61576392999999996e2","0.66477203000000088e2"],["-0.61583327999999938e2","0.66471649000000127e2"],[-61.59194199999996,66.46775800000006],["-0.61614166000000012e2","0.66463043000000027e2"],["-0.61635001999999929e2","0.66459991000000059e2"],["-0.61731383999999935e2","0.66451096000000064e2"],["-0.61844161999999926e2","0.66446091000000024e2"],["-0.61857779999999934e2","0.66447204999999997e2"],["-0.61869720000000029e2","0.66445815999999979e2"],["-0.61956947000000014e2","0.66424149000000114e2"],["-0.61976943999999946e2","0.66417480000000069e2"],["-0.61985832000000016e2","0.66413605000000075e2"],["-0.61986945999999932e2","0.66410262999999986e2"],["-0.61978049999999996e2","0.66403869999999984e2"],[-61.96416499999998,"0.66401382000000012e2"],["-0.61934165999999891e2","0.66400818000000072e2"],["-0.61755004999999983e2","0.66407486000000063e2"],["-0.61578612999999905e2","0.66415268000000026e2"],["-0.61569449999999904e2","0.66415543000000014e2"],["-0.61557266000000027e2","0.66413680999999997e2"],["-0.61545279999999991e2","0.66409988000000112e2"],["-0.61466942000000017e2","0.66371918000000051e2"],["-0.61462501999999972e2","0.66369141000000127e2"],["-0.61463614999999891e2",66.365814],["-0.61665276000000006e2","0.66324996999999996e2"],["-0.61877494999999954e2","0.66283324999999934e2"],["-0.61928885999999977e2","0.66283874999999966e2"],["-0.62198883000000023e2","0.66314148000000102e2"],["-0.62207503999999915e2","0.66316666000000112e2"],["-0.62212218999999948e2","0.66319442999999978e2"],["-0.62218055999999933e2","0.66331939999999975e2"],["-0.62231941000000006e2","0.66366089000000045e2"],["-0.62232215999999937e2","0.66369705000000067e2"],["-0.62229439000000013e2","0.66375259000000085e2"],["-0.62224998000000028e2","0.66380264000000125e2"],["-0.62218604999999968e2","0.66392487000000017e2"],["-0.62218329999999867e2","0.66396652000000017e2"],["-0.62223610000000008e2","0.66401093000000117e2"],["-0.62229996000000028e2",66.40415999999999],["-0.62255279999999914e2","0.66408324999999991e2"],["-0.62268889999999999e2","0.66409424000000001e2"],["-0.62418610000000001e2","0.66421097000000032e2"],["-0.62456107999999915e2","0.66423874000000126e2"],["-0.62565833999999995e2",66.42804000000001],["-0.62626662999999894e2","0.66426085999999998e2"],["-0.62698883000000023e2",66.41276600000009],["-0.62709723999999994e2","0.66410537999999974e2"],["-0.62716110000000015e2","0.66407211000000018e2"],["-0.62710281000000009e2","0.66403594999999996e2"],["-0.62673614999999984e2","0.66393600000000049e2"],["-0.62629996999999946e2","0.66387771999999984e2"],["-0.62478049999999996e2","0.66369980000000112e2"],["-0.62337501999999972e2","0.66315811000000053e2"],[-62.32028200000002,"0.66308319000000097e2"],["-0.62316108999999983e2","0.66304977000000008e2"],["-0.62320556999999951e2","0.66299712999999997e2"],["-0.62323616000000015e2","0.66298035000000084e2"],["-0.62388892999999939e2","0.66276093000000003e2"],["-0.62398338000000024e2","0.66273041000000092e2"],["-0.62621940999999993e2","0.66221375000000023e2"],["-0.62643615999999952e2","0.66216933999999924e2"],["-0.62666945999999939e2","0.66214432000000045e2"],["-0.62680832000000009e2","0.66216933999999924e2"],["-0.62751944999999921e2","0.66241088999999931e2"],["-0.62757225000000005e2","0.66245255000000043e2"],["-0.62780555999999933e2","0.66277771000000143e2"],["-0.62782218999999884e2","0.66282486000000006e2"],["-0.62782218999999884e2","0.66288879000000122e2"],["-0.62773330999999985e2","0.66296936000000073e2"],["-0.62774170000000026e2","0.66302765000000136e2"],[-62.77944199999996,"0.66307205000000124e2"],["-0.62797225999999966e2","0.66313873000000115e2"],["-0.62816665999999941e2","0.66320831000000112e2"],["-0.62826110999999912e2","0.66324158000000011e2"],["-0.62858894000000021e2","0.66334152000000074e2"],["-0.62868057000000022e2","0.66336104999999975e2"],["-0.62881110999999976e2","0.66335815000000139e2"],["-0.62889998999999989e2","0.66333328000000108e2"],["-0.62895003999999915e2","0.66329712000000029e2"],["-0.62809440999999993e2","0.66240814000000114e2"],["-0.62801391999999964e2","0.66235259999999926e2"],["-0.62715003999999908e2","0.66201660000000061e2"],["-0.62706107999999972e2","0.66199707000000103e2"],["-0.62681389000000024e2","0.66196930000000009e2"],["-0.62647223999999994e2","0.66199707000000103e2"],["-0.62603614999999991e2","0.66205261000000121e2"],["-0.62488051999999925e2","0.66200271999999927e2"],["-0.62366660999999965e2","0.66174987999999985e2"],["-0.62180557000000022e2","0.66148604999999975e2"],["-0.62037505999999951e2","0.66100815000000011e2"],["-0.61961112999999898e2","0.66033875000000023e2"],["-0.61955001999999979e2","0.66024155000000121e2"],["-0.61954445000000021e2","0.66019150000000081e2"],["-0.61955832999999927e2","0.66014998999999989e2"],["-0.61960280999999895e2","0.66011932000000058e2"],["-0.61975554999999986e2","0.66010543999999982e2"],["-0.62088889999999935e2","0.66000274999999931e2"],["-0.62133614000000023e2","0.66000000000000114e2"],["-0.62148055999999997e2","0.66001389000000131e2"],["-0.62166388999999981e2",66.00749200000007],["-0.62172501000000011e2","0.66010543999999982e2"],["-0.62188889000000017e2","0.66012207000000103e2"],["-0.62196663000000001e2","0.66011108000000092e2"],["-0.62291672000000005e2","0.65980270000000132e2"],["-0.62307776999999987e2","0.65973876999999959e2"],["-0.62391669999999863e2","0.66011383000000137e2"],["-0.62404715999999894e2","0.66014708999999982e2"],["-0.62525276000000019e2","0.66034149000000127e2"],["-0.62541388999999981e2","0.66035537999999974e2"],["-0.62695549000000028e2","0.66042205999999965e2"],[-62.74111199999993,"0.66038315000000068e2"],["-0.62759726999999884e2","0.66033051000000057e2"],["-0.62778885000000002e2","0.66033324999999991e2"],["-0.62799995000000024e2","0.66039703000000145e2"],["-0.62809165999999891e2","0.66043869000000029e2"],["-0.62831672999999967e2","0.66055542000000059e2"],["-0.62842223999999987e2","0.66064147999999989e2"],["-0.62846946999999943e2","0.66069153000000028e2"],["-0.62855003000000011e2","0.66083054000000004e2"],["-0.62856667000000016e2","0.66087494000000049e2"],["-0.62860001000000011e2","0.66103043000000127e2"],[-62.8663939999999,"0.66112761999999975e2"],["-0.62873329000000012e2","0.66121368000000075e2"],["-0.62884170999999867e2","0.66129973999999947e2"],[-62.90555599999999,"0.66140823000000012e2"],["-0.62930557000000022e2","0.66146942000000081e2"],["-0.62946945000000028e2","0.66148604999999975e2"],[-62.95944199999991,66.14888000000002],[-62.970551,"0.66148041000000035e2"],["-0.63013618000000008e2","0.66138885000000073e2"],["-0.63041672000000005e2","0.66130264000000011e2"],["-0.63061942999999928e2","0.66120819000000097e2"],["-0.63060279999999977e2","0.66116379000000109e2"],["-0.63039443999999889e2","0.66113312000000008e2"],["-0.63006393000000003e2",66.11692800000003],["-0.62892226999999934e2","0.66076660000000004e2"],["-0.62889998999999989e2","0.66066375999999934e2"],["-0.62885833999999988e2","0.66056366000000025e2"],[-62.875,"0.66047760000000096e2"],["-0.62862220999999863e2","0.66039429000000041e2"],["-0.62841942000000017e2","0.66027480999999966e2"],["-0.62826667999999927e2","0.66020264000000054e2"],["-0.62815833999999938e2",66.016098],["-0.62793616999999983e2","0.66010818000000086e2"],["-0.62778885000000002e2","0.66009720000000016e2"],["-0.62768332999999984e2","0.66009720000000016e2"],["-0.62755561999999884e2",66.00999500000006],["-0.62743889000000024e2","0.66011383000000137e2"],[-62.67472099999992,"0.66015549000000021e2"],["-0.62523055999999997e2","0.66002213000000097e2"],["-0.62517219999999952e2","0.66000549000000092e2"],[-62.4183349999999,"0.65970535000000041e2"],["-0.62405555999999933e2","0.65963043000000084e2"],["-0.62395003999999915e2","0.65949996999999996e2"],["-0.62386664999999994e2","0.65936646000000053e2"],["-0.62321114000000023e2","0.65831100000000049e2"],["-0.62317222999999956e2","0.65808029000000033e2"],["-0.62441665999999941e2","0.65793594000000098e2"],["-0.62478881999999999e2","0.65790817000000004e2"],["-0.62505279999999971e2","0.65790817000000004e2"],["-0.62521384999999952e2","0.65792480000000126e2"],["-0.62604171999999892e2","0.65801085999999998e2"],["-0.62619995000000017e2","0.65803040000000067e2"],["-0.62684440999999936e2","0.65816375999999991e2"],["-0.62717773000000022e2","0.65825272000000098e2"],["-0.62727218999999991e2",65.828598],["-0.62729996000000028e2","0.65831940000000088e2"],[-62.75278499999996,"0.65853591999999935e2"],[-62.80750299999994,65.88998400000014],["-0.62829445000000021e2","0.65899994000000049e2"],["-0.62857506000000001e2","0.65911102000000028e2"],["-0.62864166000000012e2","0.65911102000000028e2"],["-0.62870551999999918e2",65.90554800000001],["-0.62871940999999936e2","0.65901382000000126e2"],[-62.87471800000003,"0.65887497000000053e2"],[-62.87471800000003,"0.65883041000000105e2"],["-0.62760001999999986e2","0.65816665999999998e2"],["-0.62746391000000017e2","0.65809708000000001e2"],["-0.62736945999999932e2",65.80831900000004],["-0.62719993999999929e2","0.65809708000000001e2"],["-0.62658889999999985e2","0.65791930999999977e2"],["-0.62597778000000005e2","0.65771927000000062e2"],["-0.62582221999999888e2","0.65765549000000078e2"],["-0.62575004999999976e2","0.65761658000000011e2"],["-0.62569449999999961e2","0.65757492000000127e2"],["-0.62568610999999919e2","0.65752212999999927e2"],["-0.62569725000000005e2","0.65746643000000063e2"],["-0.62579444999999964e2","0.65728317000000061e2"],["-0.62583610999999962e2","0.65723312000000021e2"],["-0.62587775999999963e2","0.65720260999999994e2"],[-62.59027900000001,"0.65719147000000021e2"],[-62.59944200000001,"0.65718872000000147e2"],["-0.62612777999999992e2",65.72164900000007],["-0.62621940999999993e2","0.65725540000000137e2"],[-62.67472099999992,"0.65735809000000017e2"],["-0.62823891000000003e2","0.65761383000000023e2"],["-0.62833442999999875e2","0.65752991000000009e2"],["-0.62833777999999882e2",65.74999200000002],["-0.62828780999999879e2","0.65744492000000093e2"],["-0.62799170999999887e2","0.65711928999999998e2"],["-0.62788054999999929e2","0.65708328000000108e2"],["-0.62726386999999988e2",65.71138000000002],["-0.62698883000000023e2","0.65710266000000047e2"],["-0.62681670999999994e2","0.65708038000000101e2"],["-0.62662772999999902e2","0.65701096000000007e2"],[-62.59944200000001,"0.65675812000000008e2"],[-62.59194199999996,"0.65671920999999941e2"],["-0.62589721999999938e2","0.65668594000000041e2"],["-0.62595832999999857e2","0.65652205999999978e2"],["-0.62602225999999973e2","0.65640273999999977e2"],["-0.62611670999999944e2","0.65624145999999939e2"],["-0.62617499999999893e2","0.65614990000000034e2"],["-0.62628051999999968e2","0.65601929000000098e2"],["-0.62645279000000016e2","0.65587203999999929e2"],[-62.653053,"0.65586104999999975e2"],["-0.62751113999999916e2",65.58526599999999],["-0.62767220000000009e2","0.65587493999999936e2"],[-62.78472899999997,65.59137000000004],["-0.62803054999999972e2",65.59887700000013],["-0.62859726000000023e2","0.65634720000000016e2"],["-0.62861389000000031e2","0.65639160000000004e2"],["-0.62858611999999937e2",65.65525800000006],["-0.62862503000000004e2","0.65685257000000092e2"],["-0.62882998999999984e2","0.65724152000000061e2"],["-0.62885001999999986e2","0.65726973999999927e2"],["-0.62887999999999863e2","0.65729652000000044e2"],["-0.62904167000000029e2","0.65746368000000018e2"],["-0.62922500999999954e2","0.65752212999999927e2"],["-0.62936110999999926e2","0.65754990000000021e2"],["-0.62949439999999925e2","0.65755263999999954e2"],[-62.95944199999991,"0.65753876000000048e2"],["-0.62962219000000005e2","0.65748322000000087e2"],["-0.62943610999999919e2","0.65743042000000003e2"],[-62.93472300000002,"0.65738876000000118e2"],["-0.62925277999999992e2","0.65731093999999985e2"],["-0.62916663999999912e2","0.65722214000000122e2"],["-0.62914444000000003e2","0.65718323000000055e2"],["-0.62892226999999934e2","0.65641937000000098e2"],[-62.89166999999992,"0.65638321000000076e2"],["-0.62895836000000031e2","0.65633040999999992e2"],["-0.62901389999999935e2","0.65628036000000122e2"],["-0.62953330999999991e2","0.65586929000000112e2"],["-0.62961670000000026e2","0.65583054000000118e2"],["-0.62972220999999934e2","0.65580826000000002e2"],["-0.63005004999999926e2","0.65624985000000095e2"],["-0.63016113000000018e2","0.65632750999999985e2"],["-0.63027495999999928e2","0.65635818000000086e2"],["-0.63040282999999931e2",65.63749700000011],["-0.63137779000000023e2","0.65644150000000081e2"],["-0.63162498000000028e2","0.65632477000000051e2"],["-0.63162406999999973e2","0.65628868000000068e2"],["-0.63164443999999946e2","0.65625534000000073e2"],["-0.63178611999999987e2","0.65627472000000012e2"],["-0.63200279000000023e2","0.65633330999999998e2"],["-0.63211945000000014e2","0.65640549000000021e2"],["-0.63293891999999971e2","0.65708878000000141e2"],[-63.43638599999997,65.84526100000005],["-0.63443054000000018e2","0.65854705999999908e2"],["-0.63474167000000023e2","0.65833054000000061e2"],["-0.63379165999999998e2","0.65720260999999994e2"],["-0.63368332000000009e2","0.65693863000000022e2"],["-0.63368332000000009e2","0.65669434000000081e2"],["-0.63399726999999984e2","0.65676375999999948e2"],["-0.63412215999999944e2",65.67804000000001],["-0.63448607999999922e2","0.65680817000000047e2"],["-0.63461944999999957e2","0.65681090999999981e2"],["-0.63704720000000009e2",65.68220500000001],["-0.63717216000000008e2","0.65681656000000032e2"],["-0.63723609999999894e2","0.65680267000000015e2"],["-0.63728607000000011e2","0.65675812000000008e2"],["-0.63728881999999999e2","0.65673035000000141e2"],["-0.63723609999999894e2","0.65668869000000029e2"],["-0.63700553999999954e2","0.65655823000000112e2"],[-63.68360899999999,"0.65650818000000072e2"],["-0.63671669000000009e2","0.65648330999999985e2"],["-0.63504723000000013e2",65.6308140000001],["-0.63453330999999991e2","0.65629700000000128e2"],["-0.63432502999999997e2","0.65631927000000019e2"],["-0.63399726999999984e2","0.65634155000000135e2"],[-63.375,"0.65632202000000007e2"],[-63.36860699999994,"0.65629150000000095e2"],["-0.63351669000000015e2",65.61775200000011],["-0.63326667999999984e2","0.65600815000000068e2"],["-0.63319999999999936e2","0.65593322999999998e2"],["-0.63336661999999933e2","0.65556930999999963e2"],[-63.34332999999998,"0.65548325000000091e2"],["-0.63355003000000011e2","0.65537766000000033e2"],["-0.63359726000000023e2","0.65536102000000028e2"],["-0.63373610999999983e2","0.65533874999999966e2"],["-0.63463332999999977e2","0.65522766000000047e2"],["-0.63474715999999887e2","0.65523605000000032e2"],["-0.63482215999999937e2","0.65525269000000037e2"],["-0.63488608999999997e2","0.65528320000000065e2"],[-63.501396,"0.65536377000000016e2"],["-0.63523055999999997e2","0.65550812000000121e2"],["-0.63532775999999899e2","0.65558594000000085e2"],["-0.63541114999999934e2","0.65570267000000115e2"],["-0.63541388999999867e2","0.65574158000000011e2"],["-0.63546669000000009e2","0.65581100000000106e2"],["-0.63561278999999956e2","0.65585372999999947e2"],["-0.63567943999999954e2","0.65590042000000096e2"],["-0.63572449000000006e2","0.65591209000000049e2"],["-0.63581279999999992e2","0.65591873000000078e2"],["-0.63589943000000005e2","0.65591209000000049e2"],["-0.63595778999999993e2","0.65589035000000081e2"],["-0.63608894000000021e2","0.65589981000000023e2"],["-0.63618331999999953e2","0.65541931000000034e2"],["-0.63616660999999908e2","0.65537490999999989e2"],["-0.63612777999999878e2","0.65533325000000104e2"],["-0.63601395000000025e2","0.65530273000000022e2"],["-0.63530280999999945e2","0.65512206999999989e2"],[-63.43277699999993,"0.65484421000000111e2"],["-0.63391945000000021e2","0.65472488000000112e2"],["-0.63362503000000004e2","0.65463318000000015e2"],["-0.63309165999999948e2","0.65445525999999973e2"],["-0.63301665999999898e2","0.65441650000000095e2"],["-0.63295279999999991e2","0.65436371000000122e2"],["-0.63290839999999946e2","0.65431656000000089e2"],["-0.63292777999999998e2","0.65428863999999976e2"],["-0.63393889999999942e2","0.65425262000000032e2"],["-0.63409995999999921e2","0.65426651000000049e2"],["-0.63468886999999938e2","0.65439697000000137e2"],["-0.63495276999999987e2","0.65450272000000098e2"],["-0.63502785000000017e2","0.65454162999999994e2"],["-0.63521666999999979e2","0.65461105000000089e2"],["-0.63532775999999899e2","0.65464705999999978e2"],["-0.63553329000000019e2","0.65468872000000033e2"],["-0.63568892999999946e2","0.65471649000000127e2"],["-0.63583327999999995e2",65.4727630000001],[-63.64305899999988,"0.65473602000000085e2"],[-63.65444199999996,"0.65472213999999951e2"],["-0.63655555999999933e2","0.65470824999999991e2"],["-0.63654716000000008e2","0.65464995999999985e2"],["-0.63627494999999954e2","0.65455826000000116e2"],["-0.63563613999999973e2","0.65435806000000071e2"],["-0.63483611999999994e2","0.65404984000000013e2"],["-0.63335555999999997e2",65.30053700000002],["-0.63335830999999985e2","0.65295531999999923e2"],["-0.63424720999999977e2","0.65229430999999977e2"],["-0.63472220999999934e2","0.65196365000000014e2"],["-0.63418892000000028e2","0.65145263999999997e2"],["-0.63376944999999978e2","0.65110809000000017e2"],["-0.63424445999999932e2","0.65049149000000114e2"],["-0.63464721999999938e2","0.65018051000000128e2"],["-0.63527221999999995e2","0.64971924000000058e2"],["-0.63528335999999967e2","0.64967758000000003e2"],["-0.63546950999999979e2","0.64887207000000046e2"],["-0.63653885000000002e2","0.64911652000000061e2"],["-0.63659720999999934e2","0.64939697000000081e2"],["-0.63747779999999977e2","0.64962203999999986e2"],["-0.63824172999999973e2","0.64984711000000061e2"],["-0.63828339000000028e2","0.65010817999999915e2"],["-0.63825561999999877e2","0.65012771999999984e2"],["-0.63720276000000013e2","0.65030823000000112e2"],["-0.63669723999999917e2","0.65034988000000112e2"],["-0.63659995999999978e2",65.03637700000013],["-0.63655272999999966e2",65.03804000000008],[-63.658051,"0.65041091999999992e2"],["-0.63664718999999934e2","0.65043594000000041e2"],["-0.63685554999999965e2","0.65047759999999982e2"],["-0.63697776999999974e2","0.65049423000000047e2"],["-0.63732215999999994e2","0.65048874000000126e2"],["-0.63751944999999978e2","0.65045258000000047e2"],["-0.63782218999999941e2","0.65034149000000014e2"],["-0.63801940999999999e2","0.65030273000000079e2"],["-0.63824447999999961e2","0.65027481000000023e2"],["-0.63849723999999924e2","0.65030273000000079e2"],["-0.63861114999999984e2","0.65033325000000048e2"],["-0.63870551999999918e2","0.65040816999999947e2"],["-0.63873885999999914e2",65.04553199999998],["-0.63875556999999958e2","0.65050262000000032e2"],["-0.63885559000000001e2","0.65079987000000131e2"],["-0.63886116000000015e2","0.65085815000000025e2"],["-0.63881667999999934e2","0.65096939000000134e2"],["-0.63948607999999979e2","0.65100540000000024e2"],["-0.64121108999999933e2","0.65043869000000086e2"],["-0.64132491999999957e2","0.65044434000000081e2"],["-0.64140839000000028e2","0.65047211000000004e2"],["-0.64267226999999991e2","0.65094147000000021e2"],["-0.64275833000000034e2","0.65098877000000073e2"],["-0.64271118000000001e2","0.65103317000000061e2"],[-64.22193900000002,"0.65146942000000081e2"],["-0.64208892999999989e2","0.65155258000000003e2"],[-64.18582200000003,"0.65163879000000065e2"],["-0.64167220999999927e2","0.65170532000000037e2"],["-0.64131103999999937e2","0.65182480000000112e2"],["-0.64129715000000033e2","0.65193588000000091e2"],["-0.64203613000000018e2","0.65199707000000103e2"],["-0.64211944999999901e2","0.65199996999999939e2"],["-0.64231383999999991e2","0.65196930000000009e2"],["-0.64301940999999999e2","0.65163040000000137e2"],[-64.30999799999995,65.15914900000007],["-0.64314712999999983e2",65.15248100000008],["-0.64339172000000019e2","0.65161377000000016e2"],[-64.37332200000003,"0.65177200000000028e2"],["-0.64380828999999892e2","0.65181091000000094e2"],["-0.64395844000000011e2","0.65207214000000079e2"],["-0.64407227000000034e2","0.65275818000000015e2"],["-0.64405272999999909e2","0.65285537999999917e2"],["-0.64402785999999935e2","0.65291092000000106e2"],["-0.64398620999999935e2",65.29693600000013],["-0.64389724999999999e2","0.65304428000000087e2"],["-0.64355835000000013e2","0.65324996999999996e2"],["-0.64333327999999995e2","0.65337203999999986e2"],[-64.30999799999995,"0.65349990999999989e2"],["-0.64300551999999982e2","0.65355819999999994e2"],[-64.25556899999998,"0.65386382999999967e2"],["-0.64250838999999871e2","0.65390823000000012e2"],["-0.64236389000000031e2","0.65421920999999998e2"],["-0.64234160999999972e2","0.65427199999999971e2"],["-0.64237212999999997e2","0.65429977000000065e2"],["-0.64248885999999914e2","0.65430542000000116e2"],["-0.64272781000000009e2","0.65428588999999988e2"],["-0.64291107000000011e2","0.65422484999999938e2"],["-0.64431380999999988e2","0.65326934999999992e2"],["-0.64461670000000026e2","0.65294983000000002e2"],["-0.64471664000000033e2","0.65283324999999991e2"],["-0.64474715999999944e2","0.65272491000000116e2"],["-0.64468886999999938e2","0.65263885000000016e2"],["-0.64463897999999972e2","0.65258881000000031e2"],["-0.64456954999999994e2","0.65249420000000043e2"],["-0.64452498999999989e2","0.65241653000000099e2"],["-0.64455565999999976e2","0.65207214000000079e2"],["-0.64462218999999948e2","0.65190810999999997e2"],["-0.64468337999999903e2","0.65180267000000129e2"],["-0.64509734999999921e2",65.12052900000009],["-0.64521117999999944e2","0.65109146000000123e2"],["-0.64535004000000015e2","0.65097214000000122e2"],["-0.64549987999999985e2",65.09275800000006],["-0.64555556999999965e2","0.65092209000000082e2"],["-0.64561934999999949e2","0.65094986000000006e2"],["-0.64567504999999926e2","0.65115814000000057e2"],["-0.64567504999999926e2","0.65119979999999998e2"],["-0.64569457999999941e2","0.65124419999999986e2"],["-0.64580001999999922e2","0.65128860000000032e2"],["-0.64611389000000031e2","0.65141937000000041e2"],["-0.64641112999999962e2","0.65149993999999992e2"],["-0.64655272999999966e2","0.65166092000000049e2"],["-0.64718338000000017e2","0.65222487999999942e2"],["-0.64760284000000013e2",65.25221300000004],["-0.64765014999999948e2","0.65247756999999979e2"],["-0.64778335999999967e2","0.65238585999999998e2"],["-0.64788329999999917e2",65.23414600000001],["-0.64801102000000014e2","0.65230820000000108e2"],["-0.64814712999999983e2","0.65235259999999982e2"],["-0.64864440999999999e2","0.65256653000000085e2"],["-0.64883895999999993e2","0.65265273999999977e2"],["-0.64891113000000018e2","0.65269150000000081e2"],["-0.64896666999999979e2","0.65273315000000082e2"],["-0.64898346000000004e2","0.65275818000000015e2"],["-0.64910552999999993e2",65.29942299999999],["-0.64910827999999981e2","0.65303589000000102e2"],["-0.64910004000000015e2","0.65304977000000008e2"],["-0.64855887999999936e2","0.65314545000000123e2"],["-0.64834228999999937e2","0.65319046000000014e2"],["-0.64823387000000025e2","0.65318214000000125e2"],["-0.64796111999999937e2",65.31860400000005],["-0.64793883999999991e2","0.65314697000000081e2"],["-0.64786391999999978e2","0.65310806000000014e2"],["-0.64777221999999995e2",65.30914300000012],["-0.64757171999999912e2","0.65313095000000033e2"],["-0.64752173999999911e2","0.65314255000000117e2"],["-0.64696105999999872e2","0.65329712000000029e2"],["-0.64691101000000003e2","0.65331940000000031e2"],["-0.64687209999999936e2","0.65334991000000059e2"],["-0.64685271999999998e2","0.65337493999999992e2"],["-0.64684433000000013e2","0.65341095000000053e2"],["-0.64689162999999951e2","0.65341660000000104e2"],["-0.64799728000000016e2","0.65346939000000077e2"],["-0.64813613999999973e2","0.65347214000000065e2"],["-0.64868056999999965e2","0.65339706000000092e2"],["-0.64897780999999952e2","0.65334152000000074e2"],["-0.64909163999999976e2","0.65334717000000126e2"],["-0.64912216000000001e2","0.65338042999999971e2"],["-0.64910552999999993e2",65.33998100000008],["-0.64904723999999987e2","0.65343596999999932e2"],["-0.64609160999999972e2","0.65426376000000005e2"],["-0.64591110000000015e2","0.65429703000000131e2"],["-0.64583892999999989e2","0.65430267000000072e2"],["-0.64508347000000015e2","0.65425812000000064e2"],["-0.64477218999999991e2","0.65421097000000032e2"],["-0.64466400000000021e2","0.65417480000000069e2"],["-0.64458343999999954e2","0.65416656000000103e2"],["-0.64448607999999979e2","0.65418319999999937e2"],["-0.64441939999999931e2","0.65420258000000103e2"],["-0.64433608999999933e2","0.65429153000000099e2"],["-0.64429992999999968e2","0.65434417999999994e2"],[-64.40943900000002,"0.65473877000000073e2"],["-0.64412780999999939e2","0.65478592000000106e2"],["-0.64418335000000013e2","0.65482758000000047e2"],["-0.64434432999999899e2","0.65484146000000123e2"],["-0.64551940999999999e2","0.65457764000000054e2"],["-0.64695267000000001e2","0.65427765000000022e2"],["-0.64795273000000009e2","0.65415268000000026e2"],["-0.64806655999999919e2","0.65413879000000009e2"],[-64.82417299999986,"0.65413315000000068e2"],["-0.64833618000000001e2","0.65414429000000041e2"],["-0.64843886999999938e2","0.65417205999999965e2"],["-0.64845550999999944e2","0.65419434000000138e2"],["-0.64854996000000028e2","0.65422759999999982e2"],["-0.64863891999999964e2","0.65424698000000092e2"],["-0.64869719999999973e2","0.65423874000000126e2"],["-0.64974166999999966e2","0.65404708999999968e2"],["-0.64981110000000001e2","0.65401932000000102e2"],["-0.64987502999999947e2",65.39776599999999],["-0.64990279999999927e2","0.65393875000000094e2"],["-0.64988602000000014e2","0.65379424999999969e2"],[-64.98582499999992,"0.65371368000000018e2"],["-0.64989715999999987e2",65.36831699999999],["-0.65001113999999916e2","0.65366652999999985e2"],["-0.65016112999999962e2","0.65367203000000018e2"],["-0.65058883999999978e2","0.65376648000000102e2"],["-0.65075012000000015e2","0.65383041000000048e2"],["-0.65136123999999995e2","0.65422484999999938e2"],["-0.65144164999999873e2","0.65427765000000022e2"],["-0.65149993999999992e2","0.65434143000000006e2"],["-0.65168883999999991e2","0.65482758000000047e2"],["-0.65168059999999969e2","0.65483871000000079e2"],["-0.65160003999999958e2",65.48803700000002],["-0.65149445000000014e2","0.65493042000000059e2"],["-0.65142501999999922e2","0.65495818999999983e2"],["-0.65129990000000021e2",65.49859600000002],["-0.65110274999999945e2","0.65497482000000048e2"],["-0.65082503999999972e2","0.65500548999999978e2"],["-0.64929717999999923e2","0.65524703999999986e2"],["-0.64854445999999996e2","0.65583603000000096e2"],["-0.64836944999999957e2","0.65605819999999937e2"],["-0.64767226999999991e2",65.63998399999997],["-0.64741669000000002e2","0.65641662999999994e2"],["-0.64723052999999993e2","0.65643600000000049e2"],["-0.64711944999999957e2","0.65647217000000012e2"],[-64.70944199999991,"0.65650543000000027e2"],["-0.64710007000000019e2","0.65652205999999978e2"],[-64.71444699999995,"0.65653320000000122e2"],["-0.64768340999999964e2","0.65659988000000112e2"],["-0.64794723999999974e2","0.65661926000000051e2"],["-0.64818618999999956e2","0.65661926000000051e2"],["-0.64828063999999927e2","0.65661102000000085e2"],["-0.64843886999999938e2","0.65658034999999984e2"],["-0.64853333000000021e2","0.65654709000000139e2"],["-0.64872222999999963e2",65.64498900000001],["-0.64888901000000033e2","0.65629150000000095e2"],["-0.64899993999999936e2","0.65616378999999995e2"],["-0.64952498999999875e2",65.56442300000009],["-0.64974166999999966e2","0.65551376000000062e2"],["-0.64993606999999884e2","0.65548035000000027e2"],["-0.65110274999999945e2","0.65541092000000049e2"],[-65.15306099999998,65.53915400000011],["-0.65311110999999983e2","0.65548874000000012e2"],["-0.65318344000000025e2","0.65550537000000134e2"],["-0.65326400999999976e2","0.65556366000000139e2"],["-0.65333327999999995e2","0.65563599000000124e2"],["-0.65338607999999965e2","0.65575546000000088e2"],["-0.65308334000000002e2","0.65621094000000028e2"],["-0.65303328999999962e2",65.62831099999994],["-0.65299987999999928e2",65.6308140000001],["-0.65295837000000006e2","0.65631653000000085e2"],["-0.65275283999999942e2","0.65631363000000079e2"],["-0.65252228000000002e2","0.65629974000000061e2"],["-0.65217772999999966e2","0.65629974000000061e2"],["-0.65188599000000011e2","0.65629974000000061e2"],["-0.65153884999999946e2","0.65630264000000068e2"],["-0.65125823999999966e2","0.65633330999999998e2"],["-0.65112503000000004e2","0.65637207000000103e2"],["-0.65105835000000013e2","0.65639435000000049e2"],["-0.65103881999999999e2","0.65642487000000131e2"],["-0.65103881999999999e2","0.65651932000000045e2"],["-0.65109436000000017e2","0.65658875000000023e2"],["-0.65106948999999986e2","0.65667205999999908e2"],["-0.65105835000000013e2","0.65668594000000041e2"],[-65.09973100000002,"0.65671920999999941e2"],["-0.64994445999999925e2",65.70138500000013],["-0.64981383999999991e2","0.65704712000000086e2"],["-0.64969726999999978e2","0.65706650000000025e2"],["-0.64942215000000033e2","0.65709152000000074e2"],["-0.64922501000000011e2","0.65709427000000119e2"],["-0.64902495999999985e2","0.65708602999999982e2"],["-0.64814712999999983e2","0.65712769000000037e2"],["-0.64803328999999962e2","0.65714157000000114e2"],["-0.64798339999999996e2","0.65716385000000116e2"],["-0.64793609999999887e2","0.65719985999999949e2"],["-0.64791381999999999e2","0.65723312000000021e2"],["-0.64794997999999964e2","0.65728043000000127e2"],["-0.64801940999999886e2","0.65730270000000019e2"],["-0.64815552000000025e2","0.65730545000000006e2"],[-64.90695199999999,"0.65728867000000093e2"],["-0.64973052999999993e2","0.65723602000000028e2"],["-0.64996947999999918e2","0.65721374999999966e2"],["-0.65024719000000005e2","0.65716934000000037e2"],["-0.65057219999999973e2","0.65710266000000047e2"],["-0.65076110999999912e2","0.65705551000000014e2"],["-0.65103058000000033e2","0.65694427000000132e2"],[-65.11610399999995,"0.65685257000000092e2"],["-0.65138610999999969e2","0.65671096999999975e2"],["-0.65144454999999994e2","0.65667480000000012e2"],["-0.65164168999999958e2","0.65656937000000084e2"],["-0.65168334999999956e2","0.65656097000000045e2"],["-0.65369994999999903e2","0.65661102000000085e2"],["-0.65431380999999931e2","0.65669144000000074e2"],["-0.65441665999999884e2","0.65671646000000123e2"],["-0.65449996999999883e2","0.65674988000000042e2"],["-0.65454452999999887e2","0.65678314000000114e2"],["-0.65456954999999937e2",65.68220500000001],["-0.65456389999999999e2",65.68553199999991],["-0.65452498999999932e2",65.69081100000011],["-0.65447768999999994e2","0.65695251000000098e2"],["-0.65460281000000009e2",65.74136400000009],["-0.65490279999999927e2","0.65735809000000017e2"],["-0.65497771999999941e2","0.65737487999999985e2"],[-65.50556899999998,65.74331699999999],["-0.65505004999999983e2","0.65751663000000121e2"],["-0.65498885999999857e2","0.65763046000000088e2"],["-0.65455276000000026e2","0.65832489000000066e2"],["-0.65449158000000011e2","0.65841094999999939e2"],["-0.65439437999999996e2",65.8477630000001],["-0.65357223999999974e2","0.65902480999999909e2"],["-0.65152221999999938e2","0.65957764000000111e2"],["-0.65137787000000003e2","0.65961104999999975e2"],["-0.65050277999999992e2",65.98054500000012],["-0.64963897999999972e2","0.65998596000000134e2"],["-0.64946105999999986e2","0.66001389000000131e2"],["-0.64934722999999906e2","0.66002213000000097e2"],["-0.64923049999999989e2","0.66001389000000131e2"],["-0.64898346000000004e2","0.65996933000000013e2"],["-0.64880828999999949e2","0.65989975000000015e2"],["-0.64851104999999961e2",65.98054500000012],["-0.64842223999999931e2","0.65978043000000071e2"],["-0.64801392000000021e2","0.65969436999999971e2"],["-0.64772506999999962e2","0.65966095000000053e2"],["-0.64755004999999926e2","0.65966095000000053e2"],["-0.64743332000000009e2","0.65967484000000013e2"],["-0.64735001000000011e2","0.65969436999999971e2"],["-0.64733886999999925e2",65.97554000000008],["-0.64738601999999958e2","0.65978867000000037e2"],["-0.64765014999999948e2","0.65988037000000077e2"],["-0.64821670999999981e2","0.66044708000000014e2"],["-0.64750838999999928e2","0.66185532000000023e2"],["-0.64721663999999976e2","0.66217483999999956e2"],["-0.64712219000000005e2","0.66223602000000085e2"],["-0.64605834999999956e2","0.66259155000000135e2"],["-0.64480559999999969e2","0.66296371000000079e2"],["-0.64451950000000011e2","0.66303589000000102e2"],["-0.64405563000000029e2","0.66315811000000053e2"],["-0.64388610999999912e2","0.66321655000000078e2"],["-0.64375548999999921e2","0.66327209000000039e2"],["-0.64365829000000019e2","0.66333053999999947e2"],["-0.64356383999999935e2","0.66340546000000074e2"],["-0.64354172000000005e2","0.66348038000000031e2"],["-0.64356383999999935e2","0.66349715999999944e2"],["-0.64366104000000007e2","0.66350815000000125e2"],["-0.64377486999999974e2","0.66349990999999989e2"],["-0.64443877999999984e2","0.66344711000000075e2"],["-0.64464721999999938e2",66.34304800000001],[-64.71444699999995,"0.66274994000000049e2"],["-0.64718886999999995e2","0.66273315000000025e2"],["-0.64789168999999958e2","0.66236374000000126e2"],["-0.64796111999999937e2","0.66231659000000093e2"],["-0.64839995999999985e2","0.66193313999999987e2"],["-0.64858046999999942e2","0.66149993999999992e2"],["-0.64856658999999979e2","0.66139984000000084e2"],["-0.64851944000000003e2","0.66124984999999981e2"],["-0.64849730999999963e2",66.12052900000009],["-0.64854171999999949e2","0.66109711000000118e2"],["-0.64858886999999982e2","0.66106093999999985e2"],["-0.64933884000000035e2","0.66080276000000026e2"],["-0.64948607999999979e2","0.66076934999999992e2"],["-0.65126098999999954e2",66.03776600000009],["-0.65381942999999922e2","0.65975815000000125e2"],["-0.65398055999999997e2","0.65974700999999925e2"],["-0.65827788999999996e2","0.65953049000000078e2"],["-0.65876389000000017e2",65.94802900000002],["-0.65916106999999954e2",65.95109599999995],["-0.65928054999999972e2","0.65953873000000044e2"],["-0.65935546999999929e2","0.65958328000000051e2"],["-0.65939712999999927e2","0.65962493999999992e2"],[-65.96305799999999,"0.66034424000000001e2"],["-0.65963897999999915e2","0.66043869000000029e2"],["-0.65918883999999935e2","0.66086105000000032e2"],["-0.65911666999999852e2","0.66091660000000104e2"],["-0.65904175000000009e2","0.66094437000000028e2"],["-0.65786117999999988e2","0.66126373000000115e2"],["-0.65674712999999997e2","0.66157486000000119e2"],[-65.65055799999999,"0.66164429000000098e2"],["-0.65640838999999914e2","0.66168319999999994e2"],["-0.65634170999999924e2","0.66172484999999995e2"],["-0.65564162999999951e2","0.66226929000000041e2"],["-0.65545546999999942e2","0.66243317000000104e2"],["-0.65471114999999941e2","0.66342484000000013e2"],["-0.65471663999999919e2","0.66383606000000043e2"],["-0.65473617999999931e2","0.66385817999999915e2"],["-0.65475829999999974e2","0.66387771999999984e2"],["-0.65479172000000005e2","0.66388046000000088e2"],["-0.65482773000000009e2","0.66387771999999984e2"],["-0.65489715999999987e2","0.66385817999999915e2"],["-0.65501677999999913e2","0.66376373000000058e2"],["-0.65553878999999938e2",66.32777400000009],["-0.65555831999999953e2","0.66325272000000041e2"],["-0.65559433000000013e2","0.66320541000000105e2"],["-0.65561660999999901e2","0.66314423000000147e2"],["-0.65564437999999996e2","0.66293593999999985e2"],["-0.65562774999999988e2","0.66288315000000011e2"],["-0.65562774999999988e2","0.66283324999999934e2"],["-0.65571670999999981e2","0.66268326000000059e2"],["-0.65598891999999921e2","0.66244979999999998e2"],["-0.65610549999999876e2","0.66235809000000074e2"],["-0.65696944999999971e2","0.66180542000000116e2"],["-0.65702498999999989e2","0.66177475000000015e2"],["-0.65844161999999926e2","0.66135817999999972e2"],["-0.65926940999999999e2","0.66114700000000084e2"],["-0.65951950000000011e2","0.66108871000000079e2"],[-65.96833799999996,"0.66108032000000094e2"],["-0.66073623999999995e2",66.12052900000009],["-0.66139174999999966e2","0.66131362999999965e2"],["-0.66145003999999972e2",66.1336060000001],["-0.66147232000000031e2","0.66135269000000051e2"],["-0.66200835999999981e2","0.66194977000000051e2"],["-0.66191100999999946e2","0.66239974999999959e2"],[-66.25111400000003,"0.66242203000000131e2"],["-0.66371384000000035e2",66.22526600000009],["-0.66401947000000007e2","0.66200821000000076e2"],["-0.66478333000000021e2","0.66201660000000061e2"],["-0.66489715999999873e2","0.66202774000000034e2"],["-0.66496947999999975e2",66.20498699999996],["-0.66505004999999926e2","0.66208878000000027e2"],["-0.66524445000000014e2","0.66224152000000117e2"],["-0.66529998999999918e2","0.66229156000000103e2"],["-0.66534164000000033e2","0.66233046999999999e2"],["-0.66540832999999964e2","0.66241653000000099e2"],["-0.66542770000000019e2",66.24664300000012],["-0.66577498999999989e2","0.66354430999999977e2"],["-0.66576110999999969e2",66.35914600000001],["-0.66570007000000032e2","0.66365540000000067e2"],["-0.66564162999999951e2","0.66369141000000127e2"],[-66.53694200000001,"0.66378035999999952e2"],["-0.66500564999999995e2","0.66388046000000088e2"],["-0.66454726999999991e2","0.66398041000000148e2"],["-0.66445267000000001e2","0.66401382000000012e2"],["-0.66438323999999909e2",66.40415999999999],["-0.66434433000000013e2","0.66407211000000018e2"],["-0.66437209999999936e2","0.66413315000000068e2"],["-0.66441939999999988e2","0.66414429000000041e2"],["-0.66466109999999901e2","0.66414992999999981e2"],["-0.66473617999999988e2","0.66414429000000041e2"],["-0.66481383999999991e2","0.66413040000000024e2"],["-0.66597778000000005e2","0.66386932000000115e2"],["-0.66604996000000028e2","0.66376373000000058e2"],["-0.66610001000000011e2","0.66371368000000018e2"],["-0.66617492999999911e2","0.66368591000000094e2"],["-0.66629990000000021e2",66.36775200000011],["-0.66713897999999972e2","0.66368866000000082e2"],["-0.66724166999999909e2","0.66369431000000134e2"],["-0.66730834999999956e2","0.66369980000000112e2"],["-0.66743057000000022e2","0.66372756999999979e2"],["-0.66767775999999913e2","0.66380539000000113e2"],["-0.66821670999999924e2","0.66458037999999931e2"],["-0.66821670999999924e2","0.66460815000000025e2"],["-0.66806380999999931e2","0.66531936999999971e2"],["-0.66851943999999946e2","0.66583328000000051e2"],["-0.66972228999999913e2","0.66628860000000088e2"],["-0.66999724999999955e2","0.66638321000000019e2"],["-0.67023055999999997e2","0.66643326000000059e2"],["-0.67036117999999931e2","0.66644714000000022e2"],["-0.67048889000000031e2","0.66644714000000022e2"],["-0.67058884000000035e2","0.66642761000000064e2"],["-0.67060546999999985e2","0.66640273999999977e2"],[-67.05610699999994,"0.66633605999999986e2"],["-0.67043334999999956e2","0.66625809000000061e2"],["-0.67016662999999937e2","0.66615265000000022e2"],["-0.66950561999999877e2","0.66592209000000139e2"],["-0.66908339999999953e2","0.66578049000000078e2"],["-0.66887511999999901e2","0.66569442999999978e2"],["-0.66884170999999867e2","0.66566086000000041e2"],["-0.66889450000000011e2","0.66561096000000134e2"],["-0.67105559999999969e2","0.66485809000000017e2"],["-0.67118331999999953e2","0.66484985000000052e2"],["-0.67133620999999948e2","0.66485809000000017e2"],["-0.67176940999999943e2","0.66489700000000084e2"],["-0.67189712999999927e2","0.66491653000000042e2"],["-0.67198607999999979e2","0.66494141000000013e2"],["-0.67202224999999999e2","0.66497208000000114e2"],["-0.67203887999999949e2","0.66505264000000011e2"],["-0.67192215000000033e2",66.51527400000009],["-0.67186110999999983e2","0.66524428999999941e2"],[-67.19027699999998,"0.66529160000000104e2"],["-0.67327224999999999e2","0.66595825000000048e2"],["-0.67338332999999977e2","0.66597762999999986e2"],[-67.34584000000001,"0.66597214000000008e2"],["-0.67398620999999878e2","0.66589157000000057e2"],["-0.67410003999999958e2","0.66585540999999978e2"],["-0.67463622999999984e2","0.66578873000000044e2"],["-0.67515015000000005e2","0.66573607999999979e2"],["-0.67581116000000009e2","0.66575271999999984e2"],["-0.67639724999999999e2","0.66580551000000128e2"],["-0.67726943999999889e2","0.66576660000000061e2"],["-0.67737212999999997e2","0.66574158000000011e2"],["-0.67740828999999962e2","0.66571106000000043e2"],["-0.67742767000000015e2","0.66568328999999949e2"],["-0.67741942999999935e2","0.66564148000000046e2"],["-0.67735001000000011e2","0.66561371000000008e2"],["-0.67722777999999892e2","0.66558029000000033e2"],["-0.67701110999999855e2",66.55581699999999],["-0.67499999999999943e2","0.66544838000000027e2"],["-0.67426102000000014e2","0.66541367000000037e2"],["-0.67407776000000013e2","0.66542206000000022e2"],["-0.67395843999999954e2","0.66544708000000071e2"],["-0.67380553999999904e2","0.66545822000000044e2"],["-0.67373885999999914e2","0.66545822000000044e2"],["-0.67365829000000019e2","0.66544434000000138e2"],["-0.67296386999999925e2","0.66526093000000003e2"],["-0.67281676999999945e2",66.51887499999998],["-0.67148620999999991e2","0.66443863000000022e2"],["-0.67143889999999999e2","0.66437759000000028e2"],["-0.67143615999999952e2","0.66435531999999967e2"],["-0.67138061999999991e2","0.66382202000000063e2"],["-0.67139724999999999e2","0.66376648000000046e2"],["-0.67160827999999981e2","0.66365540000000067e2"],["-0.67172501000000011e2","0.66363876000000062e2"],["-0.67185271999999941e2","0.66363602000000128e2"],["-0.67197768999999994e2",66.365814],["-0.67291671999999892e2","0.66399429000000055e2"],["-0.67337509000000011e2","0.66418869000000086e2"],["-0.67338988999999913e2","0.66422852000000091e2"],["-0.67343063000000029e2","0.66426650999999993e2"],["-0.67350280999999939e2","0.66428863999999976e2"],["-0.67365829000000019e2","0.66429703000000131e2"],["-0.67389724999999942e2","0.66430817000000104e2"],["-0.67406386999999995e2","0.66429703000000131e2"],["-0.67410552999999993e2","0.66425262000000032e2"],["-0.67410003999999958e2","0.66420821999999987e2"],["-0.67383330999999998e2","0.66401932000000045e2"],["-0.67378326000000015e2","0.66398604999999918e2"],[-67.36860699999994,"0.66394714000000022e2"],[-67.31361400000003,"0.66376373000000058e2"],["-0.67288604999999961e2","0.66368866000000082e2"],["-0.67240828999999962e2","0.66358871000000022e2"],["-0.67195830999999998e2","0.66354980000000126e2"],["-0.67188598999999954e2","0.66352203000000031e2"],["-0.67133057000000008e2","0.66313873000000115e2"],["-0.67125274999999988e2",66.30693100000002],["-0.67126099000000011e2","0.66305542000000003e2"],["-0.67129165999999941e2","0.66303589000000102e2"],["-0.67139449999999954e2","0.66301376000000118e2"],["-0.67162216000000001e2","0.66298874000000069e2"],["-0.67183884000000035e2","0.66297485000000052e2"],["-0.67194153000000028e2","0.66297760000000039e2"],["-0.67208618000000001e2","0.66299988000000042e2"],["-0.67226944000000003e2","0.66304153000000042e2"],["-0.67240828999999962e2","0.66304153000000042e2"],["-0.67254181000000017e2","0.66302765000000136e2"],["-0.67261672999999973e2","0.66299149000000057e2"],["-0.67282226999999978e2","0.66275269000000037e2"],["-0.67297501000000011e2","0.66276093000000003e2"],["-0.67399170000000026e2","0.66292480000000012e2"],["-0.67413895000000025e2","0.66296646000000067e2"],["-0.67450287000000003e2","0.66316666000000112e2"],["-0.67453063999999927e2","0.66320541000000105e2"],["-0.67453339000000028e2","0.66322495000000117e2"],["-0.67494719999999973e2","0.66356934000000138e2"],["-0.67526108000000022e2","0.66382202000000063e2"],[-67.5625,"0.66407486000000063e2"],["-0.67566665999999998e2","0.66409424000000001e2"],["-0.67603057999999976e2","0.66418594000000041e2"],["-0.67634170999999981e2","0.66424698000000092e2"],["-0.67690826000000015e2","0.66435256999999922e2"],[-67.71305799999999,"0.66436096000000077e2"],["-0.67730285999999978e2","0.66439971999999955e2"],["-0.67812499999999943e2","0.66463043000000027e2"],["-0.67825286999999946e2",66.46775800000006],["-0.67828612999999905e2","0.66470824999999934e2"],["-0.67834732000000031e2",66.48332199999993],["-0.67838607999999908e2","0.66491653000000042e2"],["-0.67923614999999927e2","0.66516098000000056e2"],["-0.67952498999999989e2","0.66514709000000039e2"],["-0.67985824999999863e2","0.66509720000000073e2"],["-0.67992767000000015e2","0.66506943000000035e2"],["-0.67992767000000015e2","0.66503876000000105e2"],["-0.67944716999999855e2","0.66478867000000093e2"],["-0.67929169000000002e2","0.66473038000000088e2"],["-0.67906113000000005e2","0.66468048000000067e2"],["-0.67886948000000018e2","0.66461928999999998e2"],["-0.67870269999999948e2","0.66454712000000086e2"],["-0.67760558999999944e2","0.66358032000000037e2"],["-0.67756392999999946e2","0.66353317000000004e2"],["-0.67711120999999935e2","0.66296936000000073e2"],["-0.67701401000000033e2","0.66284714000000122e2"],["-0.67701674999999966e2","0.66278320000000065e2"],["-0.67705565999999976e2","0.66275269000000037e2"],["-0.67724716000000001e2","0.66260818000000029e2"],["-0.67672225999999966e2","0.66228317000000118e2"],["-0.67570556999999951e2","0.66184143000000006e2"],["-0.67454453000000001e2","0.66144714000000079e2"],["-0.67399993999999992e2","0.66126373000000115e2"],["-0.67281386999999938e2","0.66083054000000004e2"],["-0.67165008999999998e2","0.66036926000000051e2"],["-0.67162506000000008e2","0.66035262999999929e2"],["-0.67243522999999925e2","0.65978301999999985e2"],["-0.67173049999999876e2","0.65918593999999985e2"],["-0.67185821999999973e2","0.65912200999999982e2"],["-0.67194442999999978e2","0.65909714000000122e2"],["-0.67201674999999966e2",65.90914900000007],["-0.67429992999999911e2",65.90554800000001],["-0.67740554999999858e2","0.65894150000000025e2"],["-0.67795273000000009e2","0.65877197000000137e2"],["-0.67824172999999973e2","0.65880814000000044e2"],[-67.86471599999993,"0.65887772000000041e2"],["-0.67914444000000003e2","0.65899155000000064e2"],["-0.67938599000000011e2","0.65908035000000098e2"],[-68.02694699999995,65.99275200000011],["-0.68030563000000029e2","0.65998032000000023e2"],["-0.68031386999999995e2","0.66002213000000097e2"],["-0.68027221999999995e2","0.66060806000000071e2"],["-0.68025832999999977e2",66.06581100000011],["-0.68130828999999949e2","0.66126648000000102e2"],["-0.68244720000000029e2",66.1827550000001],["-0.68340285999999992e2","0.66196930000000009e2"],["-0.68538054999999929e2","0.66200821000000076e2"],["-0.68712783999999942e2",66.19859300000013],["-0.68808334000000002e2","0.66195816000000036e2"],["-0.68842498999999975e2","0.66193313999999987e2"],["-0.68851394999999968e2","0.66189972000000012e2"],["-0.68846389999999928e2","0.66186645999999996e2"],["-0.68835281000000009e2","0.66184981999999991e2"],["-0.68668610000000001e2","0.66178864000000033e2"],["-0.68568343999999968e2","0.66178588999999988e2"],["-0.68414718999999991e2","0.66159424000000058e2"],["-0.68403610000000015e2","0.66146378000000084e2"],["-0.68391113000000018e2","0.66135269000000051e2"],["-0.68383330999999941e2","0.66131087999999977e2"],["-0.68300277999999878e2","0.66092758000000003e2"],[-68.27806099999998,"0.66083602999999982e2"],["-0.68244155999999975e2","0.66071105999999986e2"],["-0.68237777999999935e2","0.66069992000000013e2"],["-0.68225554999999986e2","0.66069992000000013e2"],[-68.220551,"0.66073044000000095e2"],["-0.68218886999999995e2","0.66081375000000037e2"],[-68.22193900000002,"0.66085266000000104e2"],["-0.68229720999999984e2","0.66092209000000082e2"],["-0.68244155999999975e2","0.66099991000000045e2"],["-0.68246947999999975e2","0.66112761999999975e2"],["-0.68220000999999968e2","0.66128586000000041e2"],["-0.68202498999999932e2","0.66128859999999975e2"],["-0.68194716999999969e2","0.66127472000000068e2"],["-0.68157501000000025e2","0.66117477000000008e2"],["-0.68134170999999981e2","0.66109985000000052e2"],["-0.68118880999999988e2","0.66103592000000106e2"],["-0.68047226000000023e2","0.66064986999999974e2"],["-0.68048889000000031e2",66.00749200000007],["-0.68051940999999943e2","0.65996643000000006e2"],[-68.05360399999995,"0.65991088999999988e2"],["-0.68064437999999939e2","0.65984421000000054e2"],[-68.12388599999997,"0.65963043000000084e2"],["-0.68134170999999981e2","0.65963318000000129e2"],["-0.68173614999999984e2","0.65969436999999971e2"],["-0.68196945000000028e2","0.65973876999999959e2"],["-0.68210555999999997e2","0.65979430999999977e2"],[-68.27806099999998,"0.66014160000000061e2"],["-0.68304442999999878e2","0.66028046000000018e2"],["-0.68323897999999929e2","0.66003875999999991e2"],["-0.68333618000000001e2",65.93193100000002],["-0.68332229999999925e2",65.92886400000009],["-0.68325835999999981e2","0.65916382000000112e2"],["-0.68321670999999981e2","0.65911925999999994e2"],["-0.68304748999999958e2","0.65908661000000052e2"],["-0.68287780999999995e2","0.65907760999999994e2"],["-0.68260009999999909e2","0.65911377000000016e2"],["-0.68194153000000028e2","0.65921097000000145e2"],["-0.68156113000000005e2","0.65929703000000018e2"],["-0.68150283999999999e2","0.65930542000000003e2"],["-0.68142775999999969e2","0.65929152999999985e2"],["-0.68139998999999989e2","0.65927475000000072e2"],["-0.68136123999999995e2","0.65922760000000039e2"],["-0.68134734999999921e2","0.65913605000000018e2"],[-68.13290399999994,"0.65834885000000043e2"],["-0.68139175000000023e2","0.65817215000000147e2"],["-0.68147231999999974e2","0.65798325000000034e2"],["-0.68033324999999934e2","0.65776382000000069e2"],["-0.68023894999999868e2",65.77526899999998],["-0.68003066999999987e2","0.65778320000000008e2"],["-0.67923614999999927e2","0.65793869000000086e2"],["-0.67886123999999882e2","0.65804977000000065e2"],["-0.67821120999999948e2","0.65768050999999957e2"],["-0.67870269999999948e2","0.65689422999999977e2"],["-0.67942489999999964e2","0.65618042000000116e2"],["-0.67989165999999898e2",65.61914100000007],["-0.68058884000000035e2","0.65568053999999961e2"],["-0.68027221999999995e2","0.65558319000000097e2"],["-0.68012512000000015e2","0.65557754999999929e2"],["-0.68011672999999973e2","0.65558868000000018e2"],["-0.67998610999999983e2","0.65566939999999988e2"],[-67.98721299999994,"0.65571381000000088e2"],["-0.67971114999999998e2","0.65575271999999984e2"],["-0.67956664999999987e2","0.65571655000000021e2"],["-0.67951675000000023e2","0.65568329000000006e2"],["-0.67953063999999927e2","0.65557205000000124e2"],["-0.67955001999999979e2",65.55386400000009],["-0.68020844000000011e2",65.49803200000008],["-0.68027785999999935e2","0.65491653000000042e2"],["-0.68030288999999982e2","0.65487761999999975e2"],["-0.68030563000000029e2","0.65484421000000111e2"],["-0.68025832999999977e2","0.65481093999999985e2"],["-0.68022507000000019e2","0.65480545000000063e2"],[-68.00778200000002,"0.65485535000000084e2"],["-0.67941939999999931e2","0.65525269000000037e2"],["-0.67922500999999954e2","0.65538040000000137e2"],["-0.67860274999999945e2","0.65584427000000062e2"],["-0.67730285999999978e2","0.65636383000000137e2"],["-0.67712219000000005e2","0.65640823000000125e2"],["-0.67652495999999985e2","0.65651382000000012e2"],["-0.67466109999999958e2","0.65674149000000114e2"],["-0.67428604000000007e2","0.65676650999999993e2"],["-0.67402495999999928e2","0.65677475000000129e2"],["-0.67396118000000001e2","0.65676650999999993e2"],["-0.67382216999999912e2","0.65673874000000069e2"],["-0.67328063999999983e2","0.65662491000000045e2"],["-0.67319457999999941e2","0.65659423999999944e2"],["-0.67280562999999972e2","0.65642487000000131e2"],["-0.67275283999999999e2","0.65637772000000098e2"],["-0.67256667999999991e2","0.65615265000000022e2"],[-67.25389100000001,65.611649],["-0.67251677999999856e2","0.65606934000000138e2"],["-0.67253341999999975e2","0.65601654000000053e2"],["-0.67256667999999991e2","0.65599152000000004e2"],["-0.67272781000000009e2","0.65595261000000107e2"],["-0.67320557000000008e2","0.65586929000000112e2"],["-0.67333327999999938e2","0.65582489000000066e2"],["-0.67336120999999935e2","0.65580826000000002e2"],["-0.67456664999999987e2","0.65501937999999996e2"],["-0.67458892999999932e2",65.49803200000008],["-0.67451400999999919e2","0.65493590999999981e2"],["-0.67347504000000015e2","0.65458602999999982e2"],["-0.67221389999999985e2","0.65456375000000037e2"],["-0.67189986999999974e2","0.65458037999999988e2"],["-0.67180832000000009e2","0.65459152000000131e2"],["-0.67169158999999979e2","0.65461380000000077e2"],["-0.67155563000000029e2","0.65466934000000094e2"],["-0.67142226999999991e2","0.65469147000000078e2"],["-0.67081679999999949e2","0.65462494000000049e2"],["-0.67065552000000025e2","0.65458602999999982e2"],["-0.67058608999999933e2","0.65453597999999943e2"],["-0.67058043999999995e2","0.65451385000000016e2"],["-0.67058334000000002e2","0.65426651000000049e2"],["-0.67062774999999931e2","0.65417480000000069e2"],["-0.67078339000000028e2","0.65392211999999972e2"],["-0.67111114999999984e2","0.65364700000000028e2"],["-0.67118056999999965e2","0.65361922999999933e2"],[-67.12388599999997,"0.65360535000000027e2"],["-0.67134445000000028e2","0.65359711000000061e2"],["-0.67218063000000029e2","0.65358597000000088e2"],["-0.67255568999999923e2","0.65360535000000027e2"],["-0.67316101000000003e2","0.65358597000000088e2"],["-0.67400833000000034e2","0.65350266000000033e2"],["-0.67408889999999985e2","0.65348328000000095e2"],["-0.67413619999999923e2","0.65345825000000104e2"],["-0.67417770000000019e2","0.65342209000000025e2"],["-0.67416107000000011e2","0.65339157000000114e2"],[-67.40943900000002,"0.65333328000000108e2"],["-0.67399993999999992e2","0.65329712000000029e2"],["-0.67391113000000018e2","0.65327209000000096e2"],[-67.33666999999997,65.31721500000009],["-0.67326674999999966e2","0.65316940000000045e2"],["-0.67319167999999934e2","0.65318054000000018e2"],["-0.67315826000000015e2","0.65320541000000105e2"],["-0.67306655999999862e2","0.65330276000000026e2"],["-0.67306106999999997e2","0.65333602999999925e2"],["-0.67306945999999982e2","0.65338042999999971e2"],["-0.67303878999999938e2",65.34248400000007],["-0.67297501000000011e2","0.65347487999999998e2"],["-0.67291381999999942e2","0.65349716000000001e2"],["-0.67283614999999998e2","0.65351089000000059e2"],["-0.67269164999999987e2","0.65352203000000031e2"],["-0.67125548999999978e2","0.65311919999999986e2"],["-0.67119995000000017e2","0.65309982000000048e2"],["-0.67077788999999996e2","0.65250275000000101e2"],["-0.67063889000000017e2","0.65218322999999941e2"],[-66.93472300000002,"0.65233871000000136e2"],["-0.66933060000000012e2","0.65233597000000032e2"],["-0.66928878999999938e2","0.65229705999999965e2"],["-0.66948883000000023e2","0.65125259000000142e2"],["-0.66950835999999981e2",65.11692800000003],["-0.66953339000000028e2","0.65113036999999963e2"],["-0.66959166999999979e2","0.65106644000000017e2"],["-0.66967498999999975e2","0.65103866999999923e2"],["-0.67025283999999886e2",65.10832199999993],["-0.67044158999999922e2","0.65107483000000002e2"],["-0.67055557000000022e2","0.65105255000000056e2"],["-0.67066665999999998e2","0.65100815000000011e2"],["-0.67072234999999978e2","0.65097214000000122e2"],["-0.67106110000000001e2","0.65064147999999989e2"],["-0.67108611999999994e2","0.65060256999999922e2"],["-0.67107773000000009e2","0.65058868000000132e2"],["-0.67096114999999998e2","0.65056091000000038e2"],["-0.67085830999999985e2","0.65056366000000082e2"],["-0.67075012000000015e2","0.65058029000000147e2"],["-0.66890563999999983e2","0.65103317000000061e2"],["-0.66835555999999997e2","0.65137206999999989e2"],["-0.66756393000000003e2","0.65177200000000028e2"],[-66.74749799999995,"0.65180542000000003e2"],["-0.66730285999999921e2","0.65181366000000139e2"],["-0.66726105000000018e2","0.65180267000000129e2"],["-0.66725554999999986e2","0.65178040000000067e2"],["-0.66753341999999975e2","0.65113312000000008e2"],["-0.66801666000000012e2","0.65060806000000071e2"],["-0.66767501999999979e2","0.65024429000000112e2"],["-0.66743057000000022e2","0.64963042999999971e2"],["-0.66726944000000003e2","0.64913879000000122e2"],["-0.66727492999999924e2",64.90525800000006],["-0.66728057999999976e2",64.901657],["-0.66733063000000016e2","0.64888321000000019e2"],["-0.66739165999999955e2","0.64859985000000108e2"],["-0.66735000999999954e2","0.64824707000000103e2"],["-0.66734160999999915e2","0.64820541000000048e2"],["-0.66698043999999868e2","0.64761931999999945e2"],["-0.66694716999999912e2","0.64761383000000023e2"],["-0.66687774999999988e2","0.64762206999999989e2"],["-0.66654175000000009e2","0.64771103000000096e2"],["-0.66641113000000018e2","0.64775818000000129e2"],["-0.66632492000000013e2","0.64781372000000147e2"],["-0.66638061999999991e2","0.64785538000000031e2"],["-0.66676101999999901e2","0.64876082999999994e2"],["-0.66696944999999971e2",65.03276100000005],["-0.66694152999999972e2","0.65037201000000096e2"],["-0.66688660000000027e2","0.65038772999999935e2"],["-0.66673324999999977e2","0.65038589000000002e2"],["-0.66660827999999981e2","0.65037201000000096e2"],["-0.66618056999999965e2","0.65030273000000079e2"],["-0.66535278000000005e2","0.65010817999999915e2"],["-0.66530563000000029e2",65.00749200000007],[-66.49610899999999,"0.64983047000000056e2"],["-0.66488891999999908e2","0.64957489000000123e2"],["-0.66496658000000025e2","0.64945526000000086e2"],["-0.66495543999999995e2","0.64938873000000115e2"],["-0.66491378999999995e2","0.64934982000000048e2"],["-0.66486664000000019e2","0.64932205000000124e2"],["-0.66478606999999954e2","0.64929153000000042e2"],["-0.66388610999999969e2","0.64913315000000011e2"],["-0.66379165999999998e2","0.64912201000000039e2"],["-0.66368057000000022e2","0.64913605000000018e2"],["-0.66363892000000021e2","0.64917480000000012e2"],["-0.66361938000000009e2","0.64923599000000024e2"],[-66.36361699999992,"0.64928589000000102e2"],["-0.66334732000000031e2","0.64934708000000114e2"],["-0.66177779999999927e2","0.64880264000000068e2"],["-0.66148346000000004e2","0.64868866000000025e2"],["-0.66177215999999987e2","0.64796371000000022e2"],[-66.18472300000002,"0.64784424000000058e2"],["-0.66191939999999931e2",64.77887000000004],["-0.66199431999999945e2","0.64774993999999992e2"],["-0.66203339000000028e2",64.77388000000002],["-0.66213333000000034e2",64.75610400000005],["-0.66219161999999983e2","0.64726089000000115e2"],["-0.66218886999999938e2",64.69081100000011],["-0.66212218999999948e2","0.64685531999999967e2"],[-66.18472300000002,"0.64681656000000032e2"],["-0.66166945999999939e2","0.64681091000000038e2"],["-0.66161117999999931e2","0.64682479999999998e2"],[-66.15834000000001,64.68414300000012],["-0.66151947000000007e2","0.64689147999999989e2"],["-0.66147781000000009e2","0.64695815999999979e2"],["-0.66147232000000031e2",64.70138500000013],["-0.66147232000000031e2","0.64704162999999937e2"],["-0.66150283999999942e2",64.71748400000007],[-66.14973399999991,"0.64733597000000145e2"],["-0.66145554000000004e2","0.64740265000000136e2"],["-0.66136397999999986e2","0.64754166000000112e2"],["-0.66116942999999992e2","0.64781372000000147e2"],["-0.66091675000000009e2","0.64809708000000057e2"],["-0.66080841000000021e2","0.64819153000000085e2"],["-0.66058333999999945e2","0.64832764000000054e2"],["-0.66037215999999944e2","0.64844986000000063e2"],["-0.66020843999999954e2","0.64849716000000058e2"],["-0.66011397999999986e2","0.64848327999999981e2"],["-0.66011123999999995e2","0.64846375000000023e2"],["-0.66008621000000005e2",64.78915400000011],["-0.66009170999999867e2","0.64778046000000074e2"],["-0.66012511999999901e2","0.64699417000000039e2"],["-0.65899993999999992e2","0.64673309000000074e2"],["-0.65846664000000033e2","0.64676085999999998e2"],["-0.65852218999999991e2","0.64680267000000072e2"],["-0.65861389000000031e2","0.64689147999999989e2"],["-0.65889449999999954e2","0.64719711000000132e2"],["-0.65899170000000026e2",64.73275799999999],["-0.65958617999999944e2","0.64877761999999962e2"],[-65.95666499999993,"0.64886108000000092e2"],["-0.65953338999999971e2","0.64888321000000019e2"],["-0.65941939999999988e2","0.64890548999999965e2"],["-0.65931380999999931e2",64.89137299999993],[-65.92471299999994,64.89137299999993],["-0.65838608000000022e2","0.64882476999999994e2"],["-0.65727218999999934e2","0.64843597000000045e2"],["-0.65717772999999966e2",64.84027100000003],["-0.65674438000000009e2","0.64818054000000132e2"],["-0.65664168999999958e2",64.80831900000004],["-0.65661666999999966e2","0.64804428000000144e2"],["-0.65660278000000005e2",64.799149],["-0.65665008999999998e2","0.64796936000000017e2"],["-0.65683318999999926e2","0.64792206000000022e2"],["-0.65698333999999988e2","0.64784714000000065e2"],["-0.65720275999999956e2","0.64766663000000108e2"],["-0.65736114999999984e2","0.64750275000000045e2"],["-0.65742492999999911e2","0.64741089000000102e2"],["-0.65742766999999958e2","0.64735260000000039e2"],["-0.65736938000000009e2","0.64726089000000115e2"],["-0.65726944000000003e2","0.64711380000000077e2"],["-0.65710830999999985e2","0.64693039000000056e2"],["-0.65704726999999934e2","0.64687485000000095e2"],["-0.65703063999999927e2","0.64692200000000128e2"],["-0.65709441999999967e2","0.64712769000000037e2"],[-65.71055599999994,"0.64718596999999988e2"],["-0.65710007000000019e2","0.64732208000000128e2"],["-0.65708618000000001e2","0.64736099000000024e2"],["-0.65684157999999968e2","0.64761107999999979e2"],["-0.65676102000000014e2","0.64765548999999908e2"],["-0.65665282999999931e2","0.64771378000000141e2"],["-0.65648055999999997e2","0.64774993999999992e2"],["-0.65642776000000026e2","0.64774993999999992e2"],["-0.65627212999999927e2","0.64771103000000096e2"],["-0.65598891999999921e2","0.64756377999999984e2"],[-65.56639100000001,"0.64737488000000042e2"],["-0.65561110999999869e2","0.64733047000000113e2"],["-0.65557495000000017e2","0.64728317000000061e2"],["-0.65555831999999953e2","0.64723312000000021e2"],["-0.65556380999999931e2","0.64717758000000003e2"],["-0.65572234999999921e2","0.64664153999999996e2"],["-0.65576675000000023e2","0.64652481000000023e2"],["-0.65583327999999938e2","0.64642761000000121e2"],["-0.65586394999999925e2","0.64640274000000034e2"],["-0.65654723999999987e2","0.64602478000000019e2"],["-0.65662505999999951e2","0.64598328000000038e2"],["-0.65714172000000019e2","0.64570541000000048e2"],["-0.65730835000000013e2","0.64517761000000007e2"],["-0.65732223999999974e2","0.64508040999999935e2"],["-0.65725554999999929e2","0.64498031999999967e2"],["-0.65721664000000033e2",64.49414100000007],["-0.65708344000000011e2","0.64486649000000114e2"],["-0.65695540999999992e2","0.64485809000000074e2"],["-0.65665008999999998e2","0.64492203000000131e2"],["-0.65643340999999964e2","0.64494979999999998e2"],["-0.65573333999999988e2","0.64498596000000077e2"],["-0.65524718999999948e2",64.49971000000005],["-0.65518065999999976e2",64.49971000000005],["-0.65506392999999946e2","0.64497482000000105e2"],["-0.65504181000000017e2","0.64495818999999983e2"],[-65.50556899999998,"0.64468872000000033e2"],["-0.65396117999999944e2",64.52137799999997],["-0.65384170999999981e2","0.64524155000000064e2"],["-0.65365828999999906e2","0.64526931999999988e2"],["-0.65210555999999883e2","0.64536102000000028e2"],["-0.65203888000000006e2","0.64533874999999966e2"],["-0.65144454999999994e2",64.51138300000008],["-0.65085006999999962e2","0.64479705999999965e2"],["-0.65077788999999939e2","0.64475815000000068e2"],["-0.65075835999999981e2","0.64471375000000023e2"],["-0.65074172999999973e2","0.64461929000000055e2"],["-0.65071670999999981e2","0.64440810999999997e2"],["-0.65071945000000028e2",64.43081699999999],["-0.65073623999999938e2","0.64426086000000055e2"],["-0.65194991999999957e2","0.64310257000000092e2"],["-0.65202498999999989e2","0.64306366000000025e2"],["-0.65210830999999985e2","0.64303863999999976e2"],["-0.65284728999999913e2","0.64291656000000103e2"],["-0.65295272999999895e2","0.64290267999999969e2"],["-0.65309433000000013e2",64.29136699999998],["-0.65343337999999903e2","0.64294983000000002e2"],["-0.65377212999999983e2","0.64303314000000114e2"],["-0.65386397999999929e2",64.30664100000007],["-0.65408889999999928e2","0.64312485000000038e2"],["-0.65451674999999966e2","0.64319992000000013e2"],["-0.65498885999999857e2","0.64322769000000108e2"],["-0.65525008999999898e2","0.64323318000000029e2"],["-0.65554168999999945e2","0.64323318000000029e2"],["-0.65563323999999909e2","0.64322494999999947e2"],[-65.65583799999996,"0.64308868000000075e2"],["-0.65661666999999966e2","0.64307479999999998e2"],["-0.65658339999999953e2","0.64302765000000136e2"],[-65.654449,"0.64300812000000008e2"],[-65.61860699999994,"0.64293045000000063e2"],["-0.65601943999999946e2","0.64293594000000041e2"],["-0.65591948999999943e2","0.64296096999999975e2"],["-0.65572234999999921e2","0.64298599000000081e2"],["-0.65505844000000025e2","0.64302475000000129e2"],["-0.65465835999999967e2",64.30304000000001],["-0.65434158000000025e2","0.64299149000000114e2"],["-0.65422774999999945e2","0.64296371000000136e2"],["-0.65250564999999995e2","0.64208328000000051e2"],[-65.24610899999999,"0.64204987000000017e2"],["-0.65242766999999958e2","0.64200271999999984e2"],["-0.65265015000000005e2",64.17886400000009],[-65.16194200000001,"0.64138046000000145e2"],["-0.65049438000000009e2","0.64072220000000016e2"],["-0.65053878999999938e2","0.64067764000000068e2"],["-0.65060546999999929e2","0.64064986999999974e2"],["-0.65093886999999995e2","0.64052199999999971e2"],["-0.65103881999999999e2",64.049149],["-0.65136672999999917e2","0.64041367000000037e2"],["-0.65158339999999953e2","0.64038315000000068e2"],["-0.65196105999999929e2","0.64040268000000026e2"],["-0.65206115999999952e2","0.64040268000000026e2"],[-65.21665999999999,"0.64038589000000002e2"],["-0.65221389999999928e2",64.03637700000013],["-0.65225554999999929e2","0.64032761000000107e2"],["-0.65221938999999963e2","0.64028594999999996e2"],["-0.65214172000000019e2","0.64025543000000084e2"],["-0.65189986999999917e2","0.64020264000000111e2"],["-0.65096663999999976e2","0.64009155000000021e2"],[-65.08805799999999,"0.64009430000000066e2"],["-0.64949158000000011e2","0.64014999000000046e2"],["-0.64800551999999982e2",64.02777100000003],[-64.68638599999997,"0.64039154000000053e2"],["-0.64676940999999999e2","0.64036652000000004e2"],["-0.64668059999999969e2","0.64033051000000114e2"],["-0.64661117999999988e2","0.64028594999999996e2"],["-0.64630554000000018e2","0.63978324999999984e2"],["-0.64631377999999984e2","0.63974709000000132e2"],["-0.64632766999999944e2","0.63972763000000043e2"],["-0.64638335999999981e2",63.96915400000006],[-64.64805599999994,"0.63966934000000037e2"],["-0.64658889999999985e2","0.63965546000000131e2"],["-0.64669998000000021e2","0.63966385000000059e2"],["-0.64689437999999996e2","0.63966103000000032e2"],["-0.64700561999999991e2","0.63963882000000126e2"],["-0.64817504999999983e2","0.63923607000000004e2"],["-0.64875274999999988e2","0.63901100000000099e2"],["-0.64888901000000033e2","0.63894996999999989e2"],["-0.64974715999999944e2","0.63851936000000137e2"],["-0.64985000999999954e2","0.63829163000000051e2"],["-0.64987502999999947e2","0.63823051000000078e2"],["-0.64984160999999915e2","0.63813881000000038e2"],["-0.64954177999999956e2","0.63776382000000126e2"],[-64.94888299999991,"0.63774437000000091e2"],[-64.77806099999998,"0.63747772000000055e2"],[-64.68360899999999,"0.63746383999999978e2"],["-0.64584441999999854e2","0.63704711999999915e2"],["-0.64559432999999956e2","0.63694153000000085e2"],["-0.64540282999999988e2","0.63684433000000013e2"],["-0.64527495999999985e2","0.63676941000000056e2"],["-0.64522507000000019e2","0.63672768000000076e2"],["-0.64508347000000015e2","0.63650826000000052e2"],["-0.64506667999999991e2","0.63636940000000038e2"],["-0.64507506999999976e2","0.63630821000000026e2"],["-0.64515015000000005e2","0.63620270000000119e2"],[-64.52194199999991,"0.63611938000000123e2"],["-0.64536666999999966e2","0.63581108000000086e2"],[-64.529449,"0.63534996000000035e2"],["-0.64522507000000019e2","0.63514717000000076e2"],[-64.50167799999997,"0.63443878000000097e2"],[-64.49888599999997,"0.63429161000000079e2"],["-0.64495543999999938e2","0.63327773999999977e2"],["-0.64510833999999988e2","0.63307770000000062e2"],["-0.64588897999999858e2","0.63321938000000102e2"],["-0.64608337000000006e2",63.32388300000008],[-64.61999499999996,"0.63323326000000009e2"],[-64.62222300000002,"0.63322219999999959e2"],["-0.64624709999999993e2","0.63318054000000075e2"],[-64.61999499999996,"0.63313324000000023e2"],["-0.64614715999999987e2",63.30971500000004],["-0.64587783999999942e2","0.63299721000000034e2"],["-0.64577224999999999e2","0.63296660999999972e2"],["-0.64566390999999953e2","0.63293884000000048e2"],["-0.64525557999999933e2","0.63290550000000053e2"],["-0.64500838999999985e2","0.63289992999999981e2"],["-0.64488892000000021e2","0.63288330000000087e2"],["-0.64482773000000009e2","0.63285827999999981e2"],["-0.64481948999999872e2","0.63282211000000018e2"],["-0.64531112999999948e2","0.63249718000000087e2"],["-0.64538054999999929e2","0.63248329000000069e2"],["-0.64658339999999953e2","0.63249161000000015e2"],["-0.64767501999999922e2",63.32388300000008],["-0.64826950000000011e2",63.45249199999995],["-0.64850554999999929e2","0.63510826000000009e2"],["-0.64942490000000021e2","0.63632210000000043e2"],["-0.64955001999999922e2","0.63640274000000034e2"],["-0.64973052999999993e2","0.63646942000000024e2"],[-64.99499499999996,"0.63652488999999946e2"],["-0.65046386999999925e2","0.63662209000000075e2"],[-65.06361400000003,"0.63668053000000043e2"],["-0.65070847000000015e2","0.63671936000000017e2"],["-0.65166945999999996e2","0.63747772000000055e2"],["-0.65166397000000018e2","0.63773323000000119e2"],["-0.65153335999999911e2","0.63771102999999925e2"],["-0.65150833000000034e2","0.63772217000000126e2"],["-0.65154174999999952e2","0.63776939000000027e2"],[-65.15943900000002,"0.63781105000000082e2"],["-0.65204726999999934e2",63.80332199999998],["-0.65293609999999944e2","0.63812767000000065e2"],["-0.65298614999999927e2",63.81249200000002],["-0.65301392000000021e2",63.81082200000003],["-0.65303878999999995e2","0.63806938000000002e2"],["-0.65300277999999935e2","0.63799995000000024e2"],["-0.65281677000000002e2","0.63788887000000045e2"],["-0.65215560999999923e2",63.75471500000009],[-65.15566999999993,"0.63725326999999993e2"],["-0.65135284000000013e2","0.63715271000000143e2"],["-0.65053054999999972e2","0.63638046000000088e2"],["-0.65039169000000015e2","0.63574165000000107e2"],["-0.65069732999999985e2","0.63568886000000134e2"],["-0.65085830999999928e2","0.63563881000000094e2"],["-0.65091948999999943e2","0.63559714999999983e2"],["-0.65099990999999932e2","0.63547217999999987e2"],["-0.65102218999999991e2","0.63541664000000026e2"],["-0.65102218999999991e2","0.63536658999999929e2"],["-0.65099441999999897e2","0.63526381999999955e2"],["-0.65026947000000007e2","0.63399162000000103e2"],["-0.64965011999999945e2","0.63369438000000059e2"],["-0.64952498999999875e2","0.63362212999999997e2"],["-0.64942490000000021e2","0.63353049999999996e2"],["-0.64909163999999976e2","0.63280548000000124e2"],["-0.64901108000000022e2","0.63237495000000024e2"],["-0.64908614999999941e2","0.63235550000000046e2"],["-0.64921386999999925e2","0.63235825000000034e2"],["-0.65046386999999925e2","0.63248329000000069e2"],["-0.65068893000000003e2","0.63252494999999954e2"],["-0.65082503999999972e2","0.63260826000000066e2"],["-0.65103332999999964e2",63.27777100000003],["-0.65114166000000012e2","0.63284996000000092e2"],["-0.65123321999999973e2","0.63288330000000087e2"],["-0.65136123999999995e2","0.63290833000000021e2"],["-0.65141953000000001e2",63.28943600000008],["-0.65148620999999991e2","0.63286110000000065e2"],["-0.65146956999999873e2","0.63281380000000013e2"],["-0.65083327999999938e2",63.20388000000014],["-0.65057770000000005e2","0.63174712999999997e2"],["-0.65054992999999911e2","0.63172217999999987e2"],["-0.65046111999999994e2","0.63171104000000014e2"],["-0.65016524999999945e2","0.63171515999999997e2"],["-0.64998610999999926e2","0.63176102000000014e2"],["-0.64944716999999912e2","0.63183327000000077e2"],["-0.64920272999999952e2","0.63184158000000082e2"],["-0.64911391999999921e2","0.63180824000000086e2"],["-0.64811660999999958e2","0.63137497000000053e2"],["-0.64797500999999954e2","0.63130547000000035e2"],["-0.64783889999999985e2",63.12221500000004],["-0.64755004999999926e2","0.63099158999999986e2"],["-0.64753341999999918e2","0.63096657000000107e2"],["-0.64762511999999958e2",63.0472180000001],["-0.64771392999999989e2",62.98333000000008],["-0.64703338999999971e2","0.62953323000000069e2"],["-0.64696105999999872e2","0.62952217000000076e2"],["-0.64676392000000021e2","0.62941658000000018e2"],["-0.64645553999999947e2","0.62921660999999972e2"],["-0.64634444999999971e2","0.62912491000000102e2"],["-0.64627212999999983e2",62.90415999999999],["-0.64626937999999939e2","0.62899994000000106e2"],["-0.64629989999999964e2","0.62897491000000116e2"],["-0.64638335999999981e2","0.62894440000000088e2"],["-0.64733611999999994e2","0.62878875999999991e2"],["-0.64769454999999937e2","0.62862213000000111e2"],["-0.64855269999999962e2","0.62865273000000002e2"],["-0.64881942999999865e2","0.62867493000000024e2"],["-0.64903885000000002e2","0.62872490000000084e2"],["-0.64923324999999977e2","0.62878875999999991e2"],["-0.65005004999999983e2",62.90776800000009],["-0.65162215999999944e2","0.62943047000000035e2"],["-0.65225280999999995e2","0.62954993999999942e2"],["-0.65236114999999984e2","0.62957771000000037e2"],["-0.65243056999999965e2","0.62961662000000103e2"],["-0.65248336999999935e2","0.62965828000000045e2"],[-65.25140399999998,"0.62970543000000077e2"],["-0.65255004999999926e2","0.62979713000000118e2"],["-0.65254729999999995e2","0.62985268000000019e2"],[-65.26916499999993,"0.62959991000000059e2"],["-0.65194442999999922e2","0.62878875999999991e2"],["-0.65190276999999924e2","0.62875267000000008e2"],["-0.65175002999999947e2","0.62862495000000024e2"],["-0.65153884999999946e2",62.84693900000002],[-65.14805599999994,"0.62843322999999998e2"],["-0.65129165999999998e2",62.83638000000002],["-0.65115279999999984e2","0.62828880000000083e2"],["-0.64984726000000023e2",62.714157],["-0.64978332999999964e2","0.62704711999999972e2"],[-64.94888299999991,"0.62648604999999975e2"],["-0.64964721999999995e2",62.6336060000001],["-0.64980834999999956e2","0.62623604000000114e2"],["-0.65062774999999988e2","0.62587494000000049e2"],["-0.65071120999999948e2","0.62584435000000042e2"],["-0.65087219000000005e2",62.57888000000014],["-0.65114715999999987e2","0.62571663000000058e2"],["-0.65145003999999915e2","0.62565826000000072e2"],["-0.65187499999999943e2",62.56221000000005],[-65.19776899999988,"0.62563048999999978e2"],["-0.65205001999999979e2","0.62566101000000117e2"],["-0.65212219000000005e2","0.62569992000000013e2"],[-65.22084000000001,"0.62578331000000048e2"],["-0.65288605000000018e2","0.62659987999999998e2"],["-0.65294997999999964e2","0.62669441000000006e2"],["-0.65296660999999972e2","0.62674163999999962e2"],["-0.65290558000000033e2","0.62678878999999995e2"],["-0.65273894999999982e2","0.62685265000000129e2"],["-0.65267776000000026e2","0.62690269000000058e2"],["-0.65266952999999944e2","0.62694434999999999e2"],["-0.65279175000000009e2","0.62696654999999964e2"],["-0.65321121000000005e2","0.62694434999999999e2"],["-0.65327498999999989e2","0.62691658000000075e2"],["-0.65329726999999934e2","0.62685546999999985e2"],["-0.65328063999999983e2","0.62666100000000142e2"],["-0.65337218999999948e2","0.62666664000000083e2"],["-0.65346953999999869e2","0.62675827000000083e2"],["-0.65353881999999942e2","0.62684433000000013e2"],["-0.65356658999999922e2",62.69499200000007],["-0.65339721999999938e2","0.62837493999999992e2"],["-0.65391952999999944e2","0.62843605000000025e2"],["-0.65436661000000015e2","0.62819442999999978e2"],["-0.65566665999999941e2","0.62811661000000015e2"],["-0.65579178000000013e2","0.62811934999999949e2"],["-0.65601943999999946e2","0.62817772000000105e2"],[-65.60943599999996,"0.62820831000000055e2"],[-65.61610399999995,"0.62824715000000083e2"],["-0.65746947999999861e2","0.62917770000000075e2"],["-0.65909438999999963e2","0.62925827000000027e2"],["-0.65933318999999983e2","0.62955826000000059e2"],["-0.65910278000000005e2","0.62967765999999983e2"],["-0.65839721999999995e2","0.63020828000000051e2"],["-0.65834731999999974e2","0.63026382000000069e2"],["-0.65833327999999995e2",63.03138000000007],["-0.65838333000000034e2","0.63033333000000027e2"],[-65.84973100000002,"0.63032767999999976e2"],["-0.65866394000000014e2","0.63028602999999976e2"],["-0.65926101999999958e2","0.63008331000000112e2"],["-0.65949722000000008e2","0.62997772000000055e2"],["-0.65955001999999979e2","0.62994155999999975e2"],["-0.65955565999999862e2","0.62990829000000076e2"],["-0.65946380999999974e2","0.62983047000000113e2"],["-0.65945830999999941e2","0.62978874000000133e2"],["-0.65950561999999991e2","0.62975822000000051e2"],["-0.65960830999999928e2","0.62974433999999974e2"],["-0.65973891999999864e2","0.62973877000000073e2"],["-0.65987212999999997e2","0.62974709000000132e2"],["-0.66014450000000011e2","0.62978874000000133e2"],["-0.66031386999999938e2","0.62984717999999987e2"],["-0.66039718999999991e2","0.62988602000000014e2"],["-0.66052215999999987e2","0.62996658000000082e2"],[-66.14973399999991,"0.63059990000000084e2"],["-0.66155563000000029e2","0.63081383000000017e2"],["-0.66162780999999939e2","0.63089989000000116e2"],["-0.66174438000000009e2","0.63096382000000062e2"],["-0.66266952999999944e2","0.63130820999999969e2"],["-0.66275832999999977e2","0.63133881000000031e2"],["-0.66282501000000025e2","0.63133330999999998e2"],["-0.66287780999999995e2",63.12971500000009],["-0.66291945999999996e2","0.63125267000000122e2"],["-0.66293335000000013e2","0.63120543999999995e2"],["-0.66291381999999999e2","0.63116104000000121e2"],["-0.66206954999999994e2","0.63040833000000077e2"],["-0.66196654999999964e2","0.63031661999999983e2"],["-0.66182769999999891e2","0.63023604999999975e2"],["-0.66121658000000025e2",63.00110600000005],["-0.66105559999999969e2","0.62993880999999988e2"],[-66.098343,"0.62990273000000059e2"],["-0.66091385000000002e2","0.62983604000000014e2"],["-0.66089721999999881e2","0.62978600000000029e2"],["-0.66097777999999948e2","0.62952492000000063e2"],["-0.66103058000000033e2","0.62946655000000135e2"],["-0.66107772999999952e2","0.62943878000000041e2"],[-66.11610399999995,"0.62940544000000045e2"],["-0.66135833999999932e2","0.62936652999999978e2"],["-0.66147232000000031e2",62.936104],["-0.66159163999999976e2","0.62936652999999978e2"],["-0.66168883999999991e2","0.62938881000000094e2"],["-0.66192215000000033e2","0.62954437000000041e2"],["-0.66220839999999953e2","0.62969437000000028e2"],["-0.66284728999999913e2","0.62990273000000059e2"],["-0.66293883999999878e2","0.62992767000000015e2"],["-0.66345000999999968e2","0.62999161000000015e2"],["-0.66351668999999958e2","0.62998603999999943e2"],["-0.66366104000000007e2","0.62992493000000081e2"],[-66.37860099999989,"0.62992493000000081e2"],["-0.66392775999999969e2","0.62994995000000131e2"],["-0.66408889999999928e2","0.63001938000000109e2"],["-0.66444442999999865e2","0.63020546000000024e2"],[-66.46444699999995,"0.63032211000000075e2"],["-0.66518340999999964e2","0.63065269000000058e2"],["-0.66525283999999999e2","0.63074715000000026e2"],["-0.66551940999999999e2",63.17943600000001],["-0.66626388999999961e2","0.63252220000000136e2"],["-0.66646666999999979e2","0.63326384999999959e2"],["-0.66638335999999981e2","0.63340271000000143e2"],["-0.66637512000000015e2","0.63349998000000085e2"],["-0.66636948000000018e2",63.35833000000008],["-0.66637786999999946e2","0.63362770000000069e2"],["-0.66642776000000026e2","0.63372489999999971e2"],["-0.66650832999999977e2","0.63374992000000077e2"],["-0.66657500999999968e2","0.63374435000000005e2"],["-0.66664169000000015e2","0.63371658000000082e2"],["-0.66735549999999989e2","0.63299438000000066e2"],["-0.66738602000000014e2","0.63294159000000093e2"],["-0.66740828999999962e2","0.63288048000000003e2"],["-0.66740279999999927e2","0.63283607000000075e2"],["-0.66731110000000001e2","0.63274712000000022e2"],["-0.66720550999999944e2","0.63266388000000006e2"],["-0.66685546999999985e2","0.63248046999999985e2"],["-0.66671386999999868e2","0.63242767000000129e2"],["-0.66646956999999929e2","0.63239159000000029e2"],["-0.66639174999999966e2","0.63236107000000118e2"],["-0.66607498000000021e2",63.21027400000014],["-0.66602492999999981e2","0.63205269000000101e2"],["-0.66600280999999995e2","0.63200829000000113e2"],["-0.66558334000000002e2","0.63087212000000022e2"],["-0.66537780999999882e2","0.62998047000000042e2"],["-0.66540282999999931e2","0.62994155999999975e2"],["-0.66546660999999915e2","0.62991379000000109e2"],["-0.66557220000000029e2",62.99193600000001],["-0.66673049999999989e2","0.63023048000000074e2"],["-0.66682220000000029e2","0.63026382000000069e2"],["-0.66763061999999934e2","0.63083054000000061e2"],["-0.66768065999999919e2","0.63087768999999923e2"],["-0.66773894999999925e2","0.63096382000000062e2"],["-0.66774444999999957e2","0.63100548000000003e2"],["-0.66778885000000002e2","0.63143607999999972e2"],["-0.66789169000000015e2",63.21138000000002],["-0.66806655999999975e2","0.63272491000000116e2"],["-0.66807495000000017e2","0.63273323000000062e2"],["-0.66811661000000015e2","0.63274437000000034e2"],[-66.82028200000002,"0.63273323000000062e2"],["-0.66829177999999956e2","0.63271660000000111e2"],["-0.66837783999999942e2","0.63267769000000044e2"],["-0.66846953999999926e2",63.25750000000005],["-0.66849166999999966e2","0.63251389000000131e2"],["-0.66849166999999966e2","0.63245544000000052e2"],["-0.66846114999999941e2","0.63229713000000061e2"],["-0.66844727000000034e2",63.22665400000011],["-0.66837219000000005e2",63.21804800000001],["-0.66828338999999971e2","0.63209159999999997e2"],["-0.66819457999999941e2","0.63200272000000041e2"],["-0.66813888999999961e2","0.63196098000000006e2"],["-0.66803878999999938e2","0.63186378000000104e2"],["-0.66801391999999964e2","0.63182495000000131e2"],["-0.66799727999999959e2","0.63177490000000091e2"],["-0.66799437999999952e2","0.63172492999999974e2"],["-0.66801666000000012e2","0.63166382000000112e2"],["-0.66806655999999975e2","0.63160545000000127e2"],["-0.66818343999999968e2","0.63154159999999933e2"],["-0.66835555999999997e2","0.63149161999999933e2"],["-0.66844161999999926e2","0.63147217000000126e2"],["-0.66855270000000019e2","0.63147217000000126e2"],["-0.66868332000000009e2","0.63148880000000077e2"],[-66.87777699999998,"0.63151931999999988e2"],["-0.67018340999999964e2","0.63238883999999985e2"],["-0.67023894999999982e2","0.63243050000000096e2"],["-0.67025008999999955e2","0.63246658000000025e2"],["-0.67024445000000014e2","0.63250274999999988e2"],["-0.67023055999999997e2","0.63252777000000037e2"],["-0.67006393000000003e2","0.63262215000000083e2"],["-0.66971114999999998e2","0.63389717000000019e2"],["-0.66972777999999948e2","0.63394997000000103e2"],["-0.66977782999999988e2","0.63399719000000005e2"],["-0.66988891999999964e2","0.63402489000000003e2"],["-0.67011123999999938e2","0.63399993999999992e2"],["-0.67017226999999991e2","0.63397217000000069e2"],["-0.67040832999999964e2",63.33554799999996],["-0.67039168999999958e2","0.63330551000000071e2"],["-0.67035827999999924e2","0.63325272000000098e2"],["-0.67025008999999955e2","0.63311104000000057e2"],["-0.67016113000000018e2","0.63296660999999972e2"],["-0.67014174999999966e2","0.63286385000000053e2"],["-0.67017226999999991e2","0.63281105000000025e2"],["-0.67033324999999934e2","0.63275268999999923e2"],["-0.67051940999999943e2","0.63273323000000062e2"],["-0.67171111999999994e2","0.63273880000000133e2"],["-0.67179717999999923e2","0.63275551000000007e2"],["-0.67203887999999949e2",63.28527100000008],["-0.67431670999999994e2","0.63412765999999976e2"],["-0.67499999999999943e2","0.63442764000000125e2"],["-0.67621658000000025e2","0.63548881999999992e2"],["-0.67683318999999983e2","0.63619438000000002e2"],["-0.67838897999999915e2","0.63729713000000118e2"],["-0.67897506999999962e2","0.63753052000000139e2"],["-0.67914718999999991e2","0.63759438000000046e2"],[-67.92332499999992,"0.63761108000000036e2"],["-0.67926102000000014e2","0.63759163000000058e2"],["-0.67925277999999935e2",63.75471500000009],["-0.67921386999999982e2","0.63744438000000059e2"],["-0.67918059999999855e2","0.63739159000000086e2"],["-0.67820006999999976e2","0.63596382000000006e2"],["-0.67710555999999997e2","0.63458603000000039e2"],["-0.67683318999999983e2","0.63431664000000069e2"],["-0.67675003000000004e2",63.4180530000001],[-67.67193599999996,"0.63412490999999989e2"],["-0.67667769999999962e2","0.63403046000000074e2"],["-0.67666396999999961e2","0.63394439999999975e2"],["-0.67666655999999989e2","0.63388046000000145e2"],["-0.67678329000000019e2","0.63373047000000099e2"],["-0.67685271999999998e2","0.63368880999999988e2"],["-0.67694442999999978e2","0.63366385999999977e2"],["-0.67716659999999933e2","0.63363884000000098e2"],["-0.67724166999999966e2","0.63364159000000086e2"],["-0.67737212999999997e2","0.63366385999999977e2"],["-0.67746384000000035e2","0.63369438000000059e2"],["-0.67820557000000008e2","0.63400269000000037e2"],["-0.67827224999999999e2","0.63405266000000097e2"],["-0.67837509000000011e2","0.63424164000000019e2"],["-0.67854445999999996e2","0.63452774000000034e2"],["-0.67858046999999999e2","0.63457497000000046e2"],["-0.67871658000000025e2","0.63464714000000129e2"],["-0.67950835999999981e2","0.63506660000000124e2"],["-0.68025283999999942e2","0.63540832999999964e2"],["-0.68033324999999934e2","0.63543883999999991e2"],["-0.68041381999999999e2","0.63546104000000014e2"],["-0.68053054999999915e2","0.63545273000000009e2"],["-0.68061661000000015e2",63.54332700000009],["-0.68075561999999991e2","0.63544159000000036e2"],["-0.68365829000000019e2",63.64527099999998],["-0.68388610999999855e2","0.63655548000000124e2"],["-0.68400283999999942e2","0.63663879000000009e2"],["-0.68405563000000029e2","0.63668602000000021e2"],["-0.68428328999999962e2","0.63696381000000031e2"],["-0.68542769999999962e2","0.63732490999999925e2"],["-0.68645843999999897e2","0.63747490000000028e2"],["-0.68713622999999984e2","0.63742493000000081e2"],["-0.68709732000000031e2","0.63738045000000113e2"],["-0.68711394999999925e2","0.63734717999999987e2"],["-0.68716109999999958e2","0.63732207999999957e2"],["-0.68723617999999988e2","0.63729713000000118e2"],["-0.68795546999999999e2","0.63728600000000085e2"],["-0.68804442999999935e2","0.63730270000000019e2"],["-0.68876099000000011e2","0.63744713000000104e2"],["-0.68915833000000021e2","0.63757216999999969e2"],["-0.68924437999999952e2","0.63758888000000013e2"],["-0.68962508999999955e2","0.63759163000000058e2"],["-0.68994720000000029e2","0.63755554000000018e2"],["-0.68996947999999918e2",63.75360900000004],["-0.68998336999999992e2","0.63745270000000005e2"],["-0.68995270000000005e2","0.63741379000000109e2"],["-0.68989715999999987e2","0.63737495000000081e2"],["-0.68977782999999931e2","0.63729713000000118e2"],["-0.68933059999999955e2","0.63711936999999978e2"],["-0.68919448999999986e2","0.63704993999999999e2"],["-0.68824722000000008e2","0.63643883000000073e2"],["-0.68813048999999978e2","0.63635551000000078e2"],["-0.68809433000000013e2","0.63630821000000026e2"],["-0.68807220000000029e2","0.63625824000000136e2"],["-0.68809433000000013e2","0.63621658000000025e2"],["-0.68793334999999956e2","0.63589157000000114e2"],["-0.68766113000000018e2","0.63556656000000032e2"],["-0.68754729999999995e2","0.63548607000000004e2"],["-0.68717772999999909e2","0.63528603000000089e2"],["-0.68557769999999948e2",63.45249199999995],["-0.68495833999999945e2","0.63421378999999945e2"],[-68.35943599999996,"0.63344710999999961e2"],["-0.68288605000000018e2","0.63298332000000016e2"],["-0.68270553999999947e2","0.63284996000000092e2"],["-0.68206389999999999e2","0.63227211000000011e2"],["-0.68202498999999932e2","0.63216933999999981e2"],["-0.68206389999999999e2","0.63212493999999992e2"],[-68.18638599999997,"0.63188324000000136e2"],["-0.68156113000000005e2","0.63158324999999934e2"],["-0.68146118000000001e2","0.63150269000000037e2"],["-0.68139175000000023e2","0.63148605000000032e2"],["-0.68128601000000003e2","0.63148048000000131e2"],["-0.68115554999999972e2",63.15248900000006],["-0.68082779000000016e2","0.63163605000000018e2"],["-0.68063888999999961e2","0.63163605000000018e2"],["-0.67952224999999942e2","0.63145546000000081e2"],["-0.67926392000000021e2","0.63141106000000036e2"],["-0.67917495999999971e2","0.63137214999999969e2"],["-0.67916655999999932e2","0.63133049000000085e2"],[-67.92332499999992,"0.63129433000000063e2"],["-0.67912780999999939e2","0.63083327999999995e2"],["-0.67646117999999944e2","0.63100272999999959e2"],["-0.67632767000000001e2",63.09887700000013],["-0.67610275000000001e2","0.63094154000000117e2"],["-0.67604996000000028e2","0.63089989000000116e2"],["-0.67599990999999989e2","0.63084434999999928e2"],["-0.67599990999999989e2","0.63078880000000026e2"],["-0.67601944000000003e2","0.63073326000000066e2"],[-67.61500499999994,"0.63063605999999993e2"],["-0.67624160999999958e2","0.63061104000000057e2"],["-0.67636123999999995e2","0.63059715000000097e2"],["-0.67682219999999916e2","0.63057770000000119e2"],["-0.67689712999999927e2","0.63058044000000052e2"],["-0.67709166999999923e2","0.63056655999999919e2"],["-0.67719451999999933e2","0.63054993000000024e2"],["-0.67727492999999924e2","0.63051659000000029e2"],[-67.77305599999994,"0.63025826000000052e2"],["-0.67772507000000019e2","0.62962212000000136e2"],["-0.67769729999999981e2","0.62958327999999938e2"],["-0.67763625999999988e2","0.62955551000000071e2"],["-0.67748046999999985e2","0.62953049000000135e2"],["-0.67738602000000014e2","0.62953323000000069e2"],["-0.67728058000000033e2","0.62954993999999942e2"],["-0.67721831999999949e2",62.96265800000009],["-0.67718841999999995e2","0.62964493000000061e2"],["-0.67718169999999986e2","0.62967327000000068e2"],["-0.67719329999999957e2","0.62970490000000098e2"],[-67.72444200000001,"0.62984161000000086e2"],["-0.67729995999999971e2",62.98832700000014],["-0.67736938000000009e2","0.62995544000000109e2"],["-0.67733886999999982e2","0.63000832000000116e2"],["-0.67698043999999925e2","0.63020828000000051e2"],["-0.67686934999999949e2","0.63026657000000114e2"],["-0.67659438999999963e2","0.63034164000000033e2"],[-67.56527699999998,"0.63049438000000123e2"],["-0.67553054999999915e2","0.63048607000000118e2"],["-0.67529998999999975e2",63.03694200000001],["-0.67510559000000001e2","0.63024712000000079e2"],["-0.67499999999999943e2","0.63015549000000078e2"],["-0.67499724999999955e2","0.63007773999999984e2"],["-0.67509170999999924e2","0.63001938000000109e2"],["-0.67531386999999995e2","0.62995269999999948e2"],["-0.67550551999999982e2",62.99193600000001],["-0.67573333999999988e2","0.62990273000000059e2"],["-0.67593613000000005e2","0.62987495000000081e2"],["-0.67630828999999949e2","0.62976379000000122e2"],["-0.67651397999999915e2","0.62967490999999939e2"],["-0.67670997999999997e2","0.62944323999999995e2"],["-0.67671829000000002e2","0.62941322000000127e2"],["-0.67672667999999987e2","0.62937996000000055e2"],["-0.67672775000000001e2","0.62923324999999977e2"],["-0.67665833000000021e2","0.62918884000000048e2"],["-0.67659164000000033e2","0.62916664000000026e2"],["-0.67654921999999999e2",62.917282],["-0.67648894999999925e2","0.62921104000000071e2"],["-0.67646666999999979e2","0.62925270000000125e2"],["-0.67638335999999981e2","0.62931938000000116e2"],["-0.67572509999999909e2","0.62963882000000126e2"],["-0.67566956000000005e2","0.62965546000000131e2"],["-0.67470275999999956e2","0.62985268000000019e2"],["-0.67462783999999999e2","0.62985268000000019e2"],[-67.39805599999994,"0.62967209000000082e2"],["-0.67194716999999912e2","0.62870270000000062e2"],["-0.67048339999999996e2","0.62771378000000141e2"],["-0.67012221999999952e2",62.73443600000013],[-66.95777899999996,"0.62681106999999997e2"],["-0.66913329999999917e2","0.62669991000000039e2"],["-0.66824722000000008e2","0.62679161000000079e2"],["-0.66813323999999852e2","0.62679992999999968e2"],["-0.66741104000000007e2","0.62673882000000106e2"],["-0.66733063000000016e2","0.62671661000000029e2"],["-0.66726944000000003e2","0.62668602000000021e2"],["-0.66728881999999942e2","0.62666100000000142e2"],["-0.66735275000000001e2","0.62662490999999932e2"],["-0.66744445999999925e2","0.62660271000000137e2"],["-0.66752791999999999e2","0.62656936999999971e2"],["-0.66760559000000001e2","0.62653602999999976e2"],["-0.66768065999999919e2","0.62648879999999963e2"],["-0.66773055999999883e2","0.62643050999999957e2"],["-0.66775009000000011e2","0.62636940000000095e2"],["-0.66773055999999883e2","0.62632492000000127e2"],["-0.66606948999999986e2","0.62604996000000085e2"],["-0.66425002999999947e2","0.62445267000000115e2"],["-0.66359436000000017e2","0.62447487000000137e2"],["-0.66351668999999958e2","0.62444992000000127e2"],["-0.66349166999999966e2","0.62441376000000048e2"],["-0.66327498999999932e2","0.62384438000000046e2"],["-0.66330565999999976e2","0.62379158000000018e2"],["-0.66337783999999886e2","0.62374992000000077e2"],["-0.66426391999999964e2","0.62349433999999974e2"],["-0.66435546999999929e2","0.62349158999999986e2"],["-0.66458617999999944e2",62.35193600000008],["-0.66469161999999983e2",62.35193600000008],["-0.66475829999999974e2","0.62348602000000085e2"],["-0.66478881999999999e2","0.62343323000000112e2"],["-0.66478881999999999e2","0.62338325999999995e2"],["-0.66476943999999946e2","0.62335823000000005e2"],["-0.66470000999999968e2","0.62332214000000022e2"],["-0.66374709999999993e2","0.62286110000000065e2"],["-0.66329177999999956e2","0.62267494000000056e2"],["-0.66318619000000012e2","0.62264717000000132e2"],["-0.66355834999999956e2","0.62307770000000062e2"],["-0.66359160999999972e2","0.62312492000000134e2"],["-0.66363892000000021e2","0.62323051000000021e2"],["-0.66361389000000031e2","0.62326942000000088e2"],["-0.66355559999999855e2","0.62331940000000088e2"],["-0.66351944000000003e2","0.62334991000000116e2"],["-0.66332779000000016e2","0.62341934000000094e2"],[-66.3125,"0.62344993999999986e2"],["-0.66294158999999979e2","0.62344711000000018e2"],["-0.66285552999999993e2","0.62343605000000139e2"],["-0.66208343999999897e2","0.62332214000000022e2"],["-0.66165282999999931e2","0.62291381999999999e2"],["-0.66160277999999892e2","0.62271378000000084e2"],["-0.66167220999999984e2","0.62254439999999988e2"],["-0.66201950000000011e2","0.62260551000000078e2"],["-0.66256667999999991e2","0.62266105999999979e2"],["-0.66261397999999872e2","0.62263054000000068e2"],["-0.66257232999999871e2","0.62259720000000073e2"],["-0.66241104000000007e2","0.62253326000000015e2"],["-0.66212508999999898e2","0.62245270000000119e2"],["-0.66166397000000018e2","0.62235267999999962e2"],["-0.66081680000000006e2","0.62226379000000065e2"],["-0.66058608999999876e2",62.2241590000001],["-0.66051940999999999e2","0.62224709000000132e2"],["-0.66045836999999949e2","0.62227485999999999e2"],["-0.66043610000000001e2","0.62233604000000128e2"],["-0.66038895000000025e2","0.62239432999999963e2"],["-0.66033889999999985e2","0.62244995000000131e2"],["-0.66028610000000015e2","0.62248604000000114e2"],["-0.66025008999999955e2","0.62249718000000087e2"],["-0.66015014999999948e2","0.62251389000000131e2"],[-66,"0.62247771999999998e2"],["-0.65993057000000022e2","0.62244155999999975e2"],["-0.65939437999999996e2","0.62208602999999925e2"],["-0.65933059999999955e2","0.62204163000000108e2"],["-0.65929168999999888e2","0.62198044000000095e2"],["-0.65930556999999965e2","0.62193321000000083e2"],["-0.65934432999999956e2","0.62191657999999961e2"],["-0.65952788999999939e2","0.62189156000000082e2"],["-0.65963332999999977e2","0.62186935000000005e2"],["-0.65969161999999926e2","0.62184714999999983e2"],["-0.66043610000000001e2",62.151657],["-0.66050827000000027e2","0.62147774000000084e2"],["-0.66132492000000013e2","0.62089432000000045e2"],["-0.66110001000000011e2","0.62017494000000113e2"],["-0.66041945999999996e2","0.61958046000000081e2"],["-0.66035827999999924e2","0.61952773999999977e2"],["-0.66033066000000019e2",61.95249200000012],["-0.66019454999999994e2","0.61954993999999999e2"],["-0.66003066999999987e2","0.61962212000000022e2"],["-0.65999434999999949e2","0.61963051000000121e2"],["-0.65992217999999866e2","0.61962769000000094e2"],["-0.65988602000000014e2","0.61958885000000066e2"],["-0.65949432000000002e2","0.61912491000000102e2"],["-0.65946655000000021e2","0.61906936999999914e2"],["-0.65946655000000021e2","0.61899162000000047e2"],["-0.65948882999999967e2",61.89527099999998],["-0.65955001999999979e2","0.61890274000000034e2"],["-0.65961945000000014e2","0.61886383000000137e2"],[-65.97084000000001,"0.61883881000000088e2"],["-0.66057770000000005e2","0.61869713000000047e2"],["-0.66066101000000003e2","0.61868599000000074e2"],["-0.66275832999999977e2","0.61858330000000024e2"],["-0.66287780999999995e2","0.61858330000000024e2"],["-0.66395003999999858e2",61.87082700000002],[-66.404449,"0.61872765000000129e2"],["-0.66521666999999923e2","0.61896942000000024e2"],["-0.66543334999999956e2","0.61898880000000133e2"],["-0.66555557000000022e2","0.61901382000000012e2"],["-0.66626099000000011e2","0.61917213000000004e2"],["-0.66632767000000001e2","0.61918884000000048e2"],["-0.66659163999999976e2","0.61933601000000067e2"],["-0.66665282999999931e2","0.61941375999999991e2"],["-0.66662216000000001e2","0.61946655000000135e2"],["-0.66746947999999918e2",62.00777400000004],["-0.66755568999999923e2","0.62011108000000036e2"],["-0.66781386999999881e2","0.62015549000000135e2"],["-0.66803329000000019e2","0.62016937000000041e2"],["-0.66812774999999988e2","0.62016663000000108e2"],["-0.66825835999999924e2","0.62011940000000095e2"],[-67.091949,"0.62030822999999998e2"],["-0.67104720999999984e2","0.62032211000000132e2"],["-0.67254729999999938e2","0.62078049000000078e2"],["-0.67345275999999899e2","0.62119437999999946e2"],["-0.67463057999999933e2","0.62139435000000049e2"],["-0.67499999999999943e2","0.62138657000000137e2"],["-0.67731658999999922e2","0.62158356000000026e2"],["-0.67757232999999928e2","0.62160544999999956e2"],["-0.67798339999999939e2","0.62166100000000085e2"],["-0.68003066999999987e2","0.62213882000000126e2"],["-0.68113892000000021e2","0.62216103000000032e2"],["-0.68233062999999902e2","0.62219711000000132e2"],["-0.68256957999999997e2","0.62220825000000104e2"],["-0.68269164999999873e2","0.62223045000000127e2"],["-0.68299438000000009e2","0.62232208000000128e2"],["-0.68325286999999946e2","0.62234993000000145e2"],["-0.68401671999999962e2","0.62239432999999963e2"],[-68.46945199999999,"0.62242767000000129e2"],["-0.68519729999999925e2","0.62244713000000047e2"],["-0.68548049999999932e2","0.62248604000000114e2"],["-0.68564712999999927e2","0.62251938000000109e2"],["-0.68615828999999962e2","0.62263885000000073e2"],["-0.68722228999999913e2","0.62302216000000044e2"],["-0.68725554999999872e2",62.30471],["-0.68726943999999946e2","0.62307770000000062e2"],["-0.68759170999999924e2","0.62328049000000021e2"],["-0.68882216999999969e2","0.62360550000000103e2"],["-0.68922501000000011e2","0.62365547000000049e2"],["-0.68995833999999945e2","0.62373322000000087e2"],["-0.69039000999999985e2","0.62381355000000042e2"],["-0.69121384000000035e2","0.62410820000000115e2"],["-0.69160003999999958e2","0.62425270000000069e2"],["-0.69193054000000018e2","0.62438042000000053e2"],["-0.69231673999999884e2","0.62455269000000101e2"],["-0.69270554000000004e2","0.62478325000000098e2"],[-69.36082499999992,"0.62536385000000053e2"],[-69.40834000000001,"0.62569992000000013e2"],["-0.69430556999999965e2","0.62584160000000054e2"],["-0.69426666000000012e2",62.55443600000001],["-0.69428329000000019e2","0.62548332000000016e2"],["-0.69442215000000033e2","0.62547493000000031e2"],["-0.69449721999999952e2","0.62551102000000014e2"],["-0.69519164999999987e2","0.62602493000000095e2"],["-0.69583892999999989e2","0.62651932000000102e2"],["-0.69597228999999913e2","0.62662490999999932e2"],["-0.69597504000000015e2","0.62665268000000026e2"],["-0.69565551999999968e2","0.62718048000000067e2"],["-0.69557219999999973e2","0.62726379000000009e2"],["-0.69543335000000013e2","0.62732765000000086e2"],["-0.69525557999999933e2","0.62738044999999943e2"],[-69.50389100000001,"0.62741378999999938e2"],["-0.69482497999999964e2","0.62763611000000026e2"],["-0.69727492999999981e2","0.62779991000000109e2"],["-0.69906386999999881e2","0.62768599999999992e2"],["-0.70121932999999956e2","0.62748878000000104e2"],["-0.70217498999999862e2","0.62747772000000111e2"],["-0.70229171999999949e2","0.62748878000000104e2"],["-0.70240279999999984e2","0.62751389000000074e2"],["-0.70354995999999915e2","0.62788329999999974e2"],["-0.70360000999999954e2","0.62790276000000063e2"],["-0.70367767000000015e2","0.62793883999999991e2"],["-0.70477782999999988e2","0.62848328000000038e2"],["-0.70499434999999949e2","0.62864441000000056e2"],["-0.70508056999999951e2","0.62865828999999962e2"],["-0.70665558000000033e2","0.62880547000000092e2"],["-0.70830291999999929e2","0.62896660000000111e2"],["-0.70853332999999964e2","0.62899994000000106e2"],["-0.70885558999999944e2","0.62907211000000018e2"],["-0.70896118000000001e2",62.91443600000008],["-0.70893065999999976e2","0.62917770000000075e2"],["-0.70885833999999988e2","0.62920546999999999e2"],["-0.70871384000000035e2","0.62924713000000054e2"],["-0.70863616999999977e2","0.62925552000000039e2"],[-70.848343,"0.62924713000000054e2"],["-0.70847777999999892e2","0.62947212000000036e2"],["-0.70974837999999977e2","0.62989437000000009e2"],["-0.70977341000000024e2","0.62983768000000055e2"],["-0.71013061999999991e2","0.62989990000000091e2"],["-0.71060271999999941e2","0.62981102000000078e2"],["-0.71071670999999981e2","0.62979431000000034e2"],["-0.71120833999999945e2","0.62979431000000034e2"],["-0.71135833999999932e2","0.62980820000000051e2"],["-0.71152221999999995e2","0.62985268000000019e2"],["-0.71156661999999983e2","0.62989159000000086e2"],["-0.71156661999999983e2","0.62999434999999949e2"],["-0.71136672999999973e2","0.63028602999999976e2"],["-0.71118103000000019e2","0.63032219000000055e2"],["-0.71091384999999946e2","0.63029991000000052e2"],["-0.71020888999999954e2","0.63044270000000097e2"],["-0.71013724999999965e2","0.63043602000000021e2"],["-0.71007384999999942e2","0.63043437999999981e2"],["-0.71003219999999942e2","0.63044768999999974e2"],["-0.70863892000000021e2","0.63112213000000054e2"],["-0.70856383999999991e2","0.63139434999999992e2"],["-0.70908889999999985e2",63.17083000000008],["-0.70920546999999942e2","0.63168883999999991e2"],["-0.70952498999999989e2","0.63162766000000033e2"],["-0.70971389999999928e2","0.63158882000000006e2"],["-0.70976943999999946e2",63.15665400000006],["-0.70990279999999984e2","0.63148048000000131e2"],["-0.70997498000000007e2","0.63141662999999937e2"],["-0.71001953000000015e2","0.63128044000000045e2"],["-0.71002791999999999e2","0.63123322000000144e2"],[-71.00140399999998,"0.63118881000000044e2"],["-0.70993332000000009e2","0.63112770000000125e2"],["-0.70990829000000019e2","0.63108330000000137e2"],["-0.70989989999999977e2","0.63102492999999981e2"],["-0.70993606999999997e2","0.63098045000000013e2"],["-0.71029723999999987e2","0.63071937999999989e2"],["-0.71041672000000005e2","0.63069442999999922e2"],["-0.71127212999999983e2","0.63071663000000115e2"],["-0.71138610999999912e2","0.63073326000000066e2"],["-0.71195266999999944e2","0.63031661999999983e2"],["-0.71195830999999998e2","0.63026657000000114e2"],["-0.71198607999999979e2","0.63019989000000123e2"],["-0.71208618000000001e2",63.01166500000005],["-0.71232773000000009e2","0.63001938000000109e2"],["-0.71243880999999988e2",63.00110600000005],["-0.71255844000000025e2","0.63001938000000109e2"],["-0.71262512000000015e2","0.63004166000000112e2"],[-71.40055799999999,"0.63051659000000029e2"],["-0.71408339999999953e2","0.63055267000000129e2"],["-0.71413895000000025e2","0.63060546999999985e2"],["-0.71421386999999982e2","0.63071663000000115e2"],["-0.71454726999999934e2",63.10193600000008],["-0.71465012000000002e2","0.63103325000000098e2"],["-0.71605834999999956e2","0.63134995000000004e2"],["-0.71624999999999943e2","0.63140831000000048e2"],[-71.70666499999993,"0.63174995000000081e2"],["-0.71713897999999972e2","0.63179161000000136e2"],["-0.71770003999999915e2",63.25638600000002],["-0.71794998000000021e2","0.63326660000000004e2"],["-0.71795546999999942e2","0.63384720000000073e2"],["-0.71805831999999953e2","0.63382767000000001e2"],["-0.72009170999999981e2","0.63391106000000036e2"],["-0.72063048999999921e2","0.63396385000000009e2"],["-0.72076400999999976e2","0.63398048000000074e2"],["-0.72083069000000023e2","0.63400542999999971e2"],["-0.72141678000000013e2","0.63436104000000114e2"],["-0.72146118000000001e2","0.63439987000000031e2"],["-0.72145554000000004e2",63.44609800000012],["-0.72126662999999951e2","0.63450271999999984e2"],["-0.72023055999999997e2","0.63448043999999982e2"],["-0.71933318999999926e2","0.63443321000000026e2"],["-0.71825835999999981e2","0.63435265000000129e2"],["-0.71785278000000005e2","0.63431938000000002e2"],["-0.71748046999999985e2","0.63428047000000106e2"],["-0.71711120999999935e2","0.63422768000000133e2"],["-0.71683059999999955e2","0.63419716000000051e2"],["-0.71634734999999921e2","0.63419716000000051e2"],[-71.61500499999994,"0.63422493000000145e2"],[-71.59944200000001,63.42582700000014],["-0.71411666999999909e2","0.63485824999999977e2"],["-0.71316955999999948e2","0.63530823000000055e2"],["-0.71227492999999924e2","0.63598877000000016e2"],["-0.71229720999999984e2","0.63604713000000061e2"],["-0.71234726000000023e2","0.63608047000000056e2"],["-0.71245620999999971e2","0.63610939000000087e2"],["-0.71261123999999995e2","0.63612495000000024e2"],["-0.71295273000000009e2","0.63612495000000024e2"],["-0.71306945999999982e2","0.63611381999999935e2"],["-0.71323623999999938e2","0.63605270000000132e2"],["-0.71328063999999983e2","0.63602218999999934e2"],["-0.71331680000000006e2","0.63598328000000038e2"],["-0.71333069000000023e2","0.63583603000000096e2"],["-0.71332503999999972e2","0.63581664999999987e2"],["-0.71328063999999983e2","0.63576942000000031e2"],["-0.71325561999999991e2","0.63571938000000046e2"],["-0.71326110999999912e2","0.63570549000000028e2"],["-0.71331680000000006e2","0.63565543999999989e2"],["-0.71335280999999895e2","0.63564437999999996e2"],["-0.71379990000000021e2","0.63565543999999989e2"],["-0.71407501000000025e2","0.63567771999999934e2"],["-0.71414168999999958e2","0.63570549000000028e2"],["-0.71416397000000018e2","0.63572769000000051e2"],["-0.71378052000000025e2","0.63595268000000033e2"],["-0.71367492999999968e2","0.63601935999999966e2"],["-0.71363616999999977e2","0.63607216000000051e2"],["-0.71362503000000004e2",63.61332700000014],["-0.71377486999999974e2","0.63632767000000115e2"],["-0.71396666999999923e2","0.63635826000000066e2"],["-0.71407776000000013e2","0.63635551000000078e2"],["-0.71411391999999978e2","0.63634437999999989e2"],["-0.71418059999999969e2","0.63629990000000021e2"],["-0.71452498999999989e2","0.63604439000000127e2"],["-0.71441101000000003e2","0.63590827999999988e2"],["-0.71439437999999996e2","0.63588042999999971e2"],["-0.71446944999999914e2","0.63580826000000002e2"],["-0.71455841000000021e2",63.57888000000014],["-0.71470275999999956e2","0.63578049000000135e2"],["-0.71561661000000015e2","0.63580275999999969e2"],["-0.71576950000000011e2","0.63581664999999987e2"],["-0.71580565999999976e2","0.63583878000000141e2"],["-0.71581389999999942e2",63.59304800000001],["-0.71583618000000001e2","0.63649719000000118e2"],["-0.71569457999999997e2","0.63675552000000039e2"],["-0.71562209999999993e2","0.63685546999999985e2"],["-0.71581116000000009e2","0.63714995999999985e2"],["-0.71585007000000019e2",63.71665999999999],["-0.71615828999999906e2","0.63722213999999951e2"],["-0.71629165999999941e2","0.63723877000000073e2"],["-0.71638061999999877e2","0.63721099999999979e2"],["-0.71660004000000015e2","0.63706940000000088e2"],["-0.71664718999999877e2","0.63703049000000021e2"],["-0.71667220999999927e2","0.63697212000000036e2"],["-0.71700561999999991e2","0.63696381000000031e2"],["-0.71823897999999872e2",63.78054800000001],["-0.71830001999999979e2","0.63784439000000077e2"],["-0.71891113000000018e2",63.80832700000002],[-71.904449,"0.63809989999999971e2"],["-0.71915558000000033e2","0.63810271999999998e2"],["-0.71938599000000011e2","0.63808044000000052e2"],["-0.71958344000000011e2","0.63802490000000034e2"],["-0.71970550999999944e2","0.63795830000000024e2"],["-0.71985549999999932e2","0.63781937000000028e2"],["-0.72000564999999995e2","0.63761383000000023e2"],["-0.72004181000000017e2","0.63752776999999924e2"],["-0.71999725000000012e2","0.63748328999999956e2"],["-0.71991104000000007e2",63.74610100000001],["-0.71972778000000005e2","0.63748047000000099e2"],[-71.966949,63.75110600000005],["-0.71954726999999934e2",63.76527400000009],["-0.71946654999999964e2","0.63770271000000037e2"],["-0.71939162999999951e2","0.63772491000000059e2"],["-0.71934433000000013e2","0.63772766000000047e2"],["-0.71853881999999999e2","0.63761383000000023e2"],["-0.71848617999999988e2","0.63759438000000046e2"],["-0.71843886999999995e2","0.63755554000000018e2"],["-0.71879439999999988e2","0.63681937999999946e2"],["-0.71882766999999944e2","0.63678047000000049e2"],["-0.71920273000000009e2","0.63655548000000124e2"],["-0.71933884000000035e2","0.63649437000000034e2"],["-0.71963622999999984e2","0.63649162000000047e2"],["-0.72051940999999943e2",63.67860399999995],["-0.72154175000000009e2","0.63735550000000103e2"],["-0.72169448999999986e2",63.748604],[-72.21305799999999,"0.63683876000000112e2"],["-0.72212783999999942e2","0.63680550000000039e2"],["-0.72213897999999915e2","0.63677772999999945e2"],["-0.72218886999999995e2","0.63673882000000049e2"],["-0.72223891999999864e2","0.63672218000000044e2"],["-0.72234160999999972e2","0.63670273000000066e2"],["-0.72245269999999948e2","0.63669715999999994e2"],[-72.28694200000001,"0.63671660999999972e2"],["-0.72317504999999983e2","0.63674164000000133e2"],["-0.72324172999999973e2","0.63676658999999972e2"],["-0.72327498999999989e2",63.67971799999998],["-0.72363891999999964e2","0.63749435000000005e2"],["-0.72363616999999977e2","0.63754440000000045e2"],["-0.72357772999999952e2","0.63761383000000023e2"],["-0.72352782999999988e2",63.76527400000009],["-0.72342498999999975e2","0.63771378000000141e2"],["-0.72324722000000008e2","0.63776939000000027e2"],["-0.72317779999999914e2","0.63777771000000087e2"],["-0.72302779999999927e2","0.63776657000000114e2"],["-0.72291381999999942e2","0.63773605000000032e2"],["-0.72270003999999915e2","0.63787216000000001e2"],["-0.72215012000000002e2","0.63867767000000072e2"],["-0.72209732000000031e2","0.63893051000000071e2"],["-0.72223052999999993e2",63.92943600000001],["-0.72232772999999895e2","0.63948325999999952e2"],["-0.72238892000000021e2","0.63952492000000063e2"],["-0.72246384000000035e2","0.63950272000000041e2"],["-0.72250564999999938e2","0.63947769000000051e2"],[-72.36471599999993,"0.63845543000000134e2"],["-0.72383056999999951e2","0.63815543999999932e2"],["-0.72376388999999961e2","0.63812209999999936e2"],["-0.72371658000000025e2","0.63809158000000025e2"],["-0.72366942999999992e2","0.63804710000000057e2"],["-0.72365554999999915e2","0.63800270000000069e2"],["-0.72363051999999925e2","0.63791107000000068e2"],["-0.72368056999999965e2","0.63782494000000099e2"],["-0.72372771999999998e2","0.63778603000000032e2"],["-0.72436110999999926e2","0.63781661999999983e2"],["-0.72515838999999971e2","0.63786384999999996e2"],["-0.72526397999999915e2","0.63787773000000072e2"],["-0.72531386999999995e2","0.63791107000000068e2"],["-0.72532227000000034e2","0.63796661000000029e2"],["-0.72531386999999995e2","0.63799438000000123e2"],["-0.72519729999999925e2","0.63804710000000057e2"],["-0.72496658000000025e2","0.63803604000000064e2"],["-0.72474166999999909e2","0.63804710000000057e2"],["-0.72463897999999972e2","0.63806655999999975e2"],["-0.72459731999999974e2","0.63809158000000025e2"],["-0.72456116000000009e2","0.63814438000000109e2"],["-0.72456954999999994e2","0.63815826000000015e2"],["-0.72465011999999945e2","0.63819160000000011e2"],["-0.72521117999999944e2",63.84027100000003],["-0.72537216000000001e2","0.63844154000000003e2"],["-0.72585555999999997e2","0.63852776000000006e2"],["-0.72634734999999978e2","0.63852493000000038e2"],["-0.72637512000000015e2","0.63873604000000057e2"],["-0.72641112999999962e2","0.63904434000000094e2"],["-0.72611663999999962e2","0.63943046999999979e2"],["-0.72592772999999852e2","0.64018051000000128e2"],["-0.72592772999999852e2","0.64022217000000069e2"],["-0.72658339999999896e2","0.64076660000000004e2"],["-0.72664718999999934e2","0.64080551000000071e2"],[-72.67471299999994,"0.64083327999999995e2"],["-0.72682495000000017e2","0.64079711999999972e2"],["-0.72685546999999929e2","0.64076385000000016e2"],["-0.72688048999999978e2","0.64070540999999992e2"],["-0.72704726999999991e2","0.64015549000000078e2"],["-0.72705841000000021e2","0.64009155000000021e2"],["-0.72702498999999932e2","0.64005553999999961e2"],["-0.72696945000000028e2","0.64003052000000082e2"],["-0.72668335000000013e2","0.63996101000000124e2"],["-0.72660004000000015e2","0.63992493000000024e2"],["-0.72658614999999998e2","0.63987770000000069e2"],["-0.72666396999999961e2","0.63980545000000006e2"],["-0.72678878999999938e2","0.63972488000000055e2"],["-0.72692490000000021e2","0.63966660000000104e2"],["-0.72699722000000008e2","0.63964439000000027e2"],["-0.72720000999999968e2","0.63961105000000032e2"],["-0.72753341999999918e2","0.64000274999999988e2"],["-0.72758346999999958e2","0.64004166000000055e2"],[-72.779449,"0.64010544000000039e2"],["-0.72836120999999991e2","0.64019714000000079e2"],["-0.72931380999999988e2","0.64052475000000015e2"],[-72.94027699999998,"0.64058594000000028e2"],["-0.72941375999999991e2","0.64063599000000067e2"],[-72.93971299999987,"0.64067764000000068e2"],["-0.72933318999999983e2","0.64076385000000016e2"],["-0.72925551999999868e2","0.64084152000000131e2"],["-0.72919723999999917e2","0.64086929000000055e2"],["-0.72911117999999931e2",64.08859300000006],["-0.72888061999999991e2","0.64086105000000089e2"],["-0.72878326000000015e2","0.64086655000000121e2"],["-0.72874435000000005e2",64.08859300000006],["-0.72870833999999945e2","0.64093872000000033e2"],["-0.72868880999999931e2","0.64099152000000117e2"],["-0.72868332000000009e2","0.64108321999999987e2"],["-0.72897232000000031e2","0.64156937000000028e2"],["-0.72905272999999909e2","0.64164993000000095e2"],["-0.72911666999999966e2","0.64168868999999972e2"],["-0.73223891999999921e2",64.31164600000011],["-0.73271117999999888e2","0.64283875000000023e2"],["-0.73267226999999991e2","0.64273880000000133e2"],["-0.73270003999999972e2","0.64265823000000125e2"],["-0.73273055999999997e2",64.26249700000011],["-0.73279174999999952e2","0.64258606000000043e2"],["-0.73339721999999938e2","0.64258040999999992e2"],["-0.73365829000000019e2","0.64261932000000058e2"],["-0.73380554000000018e2","0.64268600000000049e2"],["-0.73384170999999981e2","0.64272491000000116e2"],["-0.73386947999999904e2","0.64277480999999966e2"],["-0.73417769999999905e2","0.64371093999999914e2"],["-0.73415558000000033e2","0.64445816000000036e2"],["-0.73326950000000011e2","0.64476089000000002e2"],["-0.73167770000000019e2","0.64576660000000118e2"],["-0.73164718999999934e2","0.64579712000000029e2"],["-0.73164718999999934e2",64.60554499999995],["-0.73165557999999976e2","0.64607483000000116e2"],["-0.73169448999999872e2","0.64609984999999995e2"],["-0.73296950999999922e2","0.64656937000000084e2"],["-0.73302779999999927e2","0.64658875000000023e2"],["-0.73309433000000013e2","0.64658600000000035e2"],["-0.73342223999999931e2","0.64644150000000081e2"],["-0.73346664000000033e2",64.641098],["-0.73347504000000015e2",64.63499500000006],["-0.73341110000000015e2","0.64626083000000051e2"],["-0.73326110999999969e2","0.64609984999999995e2"],["-0.73314437999999939e2","0.64598038000000031e2"],["-0.73308043999999995e2","0.64593322999999998e2"],["-0.73302215999999987e2","0.64583878000000084e2"],["-0.73298614999999927e2","0.64559418000000107e2"],["-0.73299163999999962e2","0.64544982999999945e2"],["-0.73303328999999962e2","0.64538315000000011e2"],[-73.30749499999996,"0.64535812000000021e2"],["-0.73315276999999924e2","0.64532211000000132e2"],[-73.32417299999986,64.52998400000007],["-0.73424164000000019e2","0.64509995000000004e2"],["-0.73463333000000034e2","0.64502486999999974e2"],[-73.47222899999997,"0.64504440000000102e2"],["-0.73475829999999917e2","0.64508040999999935e2"],["-0.73477218999999991e2","0.64512207000000046e2"],["-0.73473052999999993e2","0.64553589000000045e2"],["-0.73448714999999936e2","0.64565422000000012e2"],["-0.73467223999999987e2","0.64612762000000089e2"],["-0.73595000999999968e2","0.64629699999999957e2"],["-0.73655563000000029e2","0.64631653000000085e2"],["-0.73655563000000029e2","0.64623596000000134e2"],["-0.73667496000000028e2","0.64577209000000039e2"],["-0.73750289999999893e2","0.64536377000000073e2"],[-73.75389100000001,"0.64535263000000043e2"],["-0.73764450000000011e2","0.64537491000000045e2"],["-0.73787780999999939e2","0.64548035000000084e2"],["-0.73803054999999915e2","0.64555251999999996e2"],["-0.73821121000000005e2","0.64567490000000078e2"],["-0.73837783999999999e2","0.64579712000000029e2"],[-73.84944200000001,"0.64587493999999992e2"],["-0.73861388999999974e2","0.64594436999999971e2"],["-0.73876662999999951e2","0.64600815000000125e2"],["-0.73886947999999961e2","0.64603592000000049e2"],["-0.73910277999999948e2","0.64605819999999994e2"],["-0.73920272999999952e2","0.64605255000000113e2"],["-0.73929442999999992e2","0.64602203000000031e2"],["-0.73932495000000017e2","0.64593597000000102e2"],["-0.73931106999999997e2","0.64583878000000084e2"],["-0.73844726999999978e2","0.64501937999999996e2"],["-0.73925551999999925e2","0.64460265999999933e2"],["-0.73972777999999892e2","0.64430267000000129e2"],["-0.73999434999999892e2","0.64328048999999965e2"],["-0.74062774999999988e2","0.64334427000000119e2"],["-0.74102218999999877e2","0.64367476999999951e2"],["-0.74128051999999911e2",64.533051],["-0.74127486999999974e2","0.64534424000000115e2"],["-0.74105835000000013e2","0.64535812000000021e2"],["-0.74082229999999925e2","0.64534988000000055e2"],["-0.74065276999999924e2",64.533051],["-0.74055557000000022e2","0.64610535000000027e2"],["-0.74050551999999982e2","0.64724991000000045e2"],["-0.74053878999999938e2","0.64728592000000106e2"],["-0.74060546999999985e2","0.64733322000000101e2"],["-0.74089721999999995e2","0.64751099000000011e2"],["-0.74096114999999941e2","0.64751389000000017e2"],["-0.74114440999999943e2","0.64745819000000097e2"],["-0.74120543999999995e2",64.74192800000003],["-0.74195266999999888e2","0.64663040000000024e2"],["-0.74208892999999932e2","0.64614151000000049e2"],["-0.74212783999999999e2","0.64602768000000083e2"],["-0.74224715999999944e2","0.64592484000000013e2"],["-0.74240279999999984e2",64.58027600000014],["-0.74381942999999922e2","0.64569992000000127e2"],["-0.74390288999999996e2","0.64569716999999912e2"],["-0.74397507000000019e2","0.64572220000000073e2"],["-0.74535278000000005e2","0.64622208000000057e2"],["-0.74657500999999968e2","0.64700272000000098e2"],["-0.74701675000000023e2","0.64732483000000002e2"],["-0.74704177999999899e2","0.64735535000000084e2"],["-0.74700835999999867e2","0.64740265000000136e2"],["-0.74683318999999926e2","0.64758331000000112e2"],["-0.74567504999999983e2","0.64832764000000054e2"],["-0.74501113999999973e2","0.64833603000000039e2"],["-0.74487777999999935e2","0.64834152000000017e2"],["-0.74478881999999999e2","0.64835815000000082e2"],["-0.74476395000000025e2","0.64838882000000012e2"],["-0.74476943999999946e2",64.84165999999999],["-0.74540557999999976e2","0.64889160000000004e2"],["-0.74545836999999949e2","0.64892212000000086e2"],["-0.74561110999999926e2","0.64896102999999982e2"],["-0.74621932999999956e2","0.64903869999999927e2"],["-0.74639998999999932e2","0.64903595000000109e2"],["-0.74648620999999935e2","0.64901382000000126e2"],["-0.74660277999999892e2","0.64896378000000027e2"],["-0.74732773000000009e2","0.64854705999999965e2"],["-0.74741378999999938e2","0.64847488000000112e2"],["-0.74743057000000022e2","0.64842209000000139e2"],["-0.74741942999999992e2","0.64835815000000082e2"],["-0.74738892000000021e2","0.64831375000000094e2"],[-74.72222899999997,"0.64822220000000016e2"],["-0.74714721999999938e2","0.64815535999999952e2"],["-0.74710007000000019e2","0.64810532000000023e2"],["-0.74706664999999987e2","0.64800537000000077e2"],["-0.74706664999999987e2","0.64794983000000116e2"],["-0.74710830999999985e2","0.64782761000000107e2"],["-0.74718886999999938e2","0.64773604999999975e2"],["-0.74726394999999968e2","0.64770828000000108e2"],["-0.74837219000000005e2","0.64778595000000053e2"],["-0.74868332000000009e2","0.64781936999999971e2"],["-0.74893341000000021e2","0.64784714000000065e2"],["-0.74902221999999938e2",64.78804000000008],["-0.74909164000000033e2","0.64791367000000037e2"],["-0.74915833000000021e2","0.64795822000000044e2"],["-0.74924438000000009e2",64.799149],["-0.74944153000000028e2","0.64803589000000045e2"],["-0.74955001999999979e2","0.64804428000000144e2"],["-0.74975554999999872e2","0.64801376000000062e2"],["-0.74985274999999945e2","0.64795822000000044e2"],["-0.74985549999999876e2","0.64790268000000083e2"],["-0.74982498000000021e2","0.64785263000000043e2"],["-0.74978881999999999e2","0.64781372000000147e2"],["-0.74963332999999977e2","0.64773604999999975e2"],["-0.74834732000000031e2","0.64716385000000116e2"],["-0.74733321999999987e2","0.64685531999999967e2"],["-0.74694442999999978e2","0.64676376000000005e2"],["-0.74675551999999982e2","0.64670258000000047e2"],["-0.74660003999999958e2","0.64663879000000009e2"],["-0.74613051999999925e2","0.64640274000000034e2"],["-0.74545273000000009e2","0.64602203000000031e2"],["-0.74512787000000003e2","0.64583603000000096e2"],["-0.74475280999999939e2","0.64561371000000008e2"],["-0.74470000999999968e2","0.64557479999999941e2"],[-74.47084000000001,"0.64555542000000003e2"],["-0.74513625999999874e2","0.64533325000000104e2"],["-0.74520279000000016e2","0.64532211000000132e2"],["-0.74585830999999985e2","0.64480270000000075e2"],["-0.74685546999999985e2","0.64391936999999984e2"],["-0.74685821999999973e2","0.64371093999999914e2"],["-0.74797774999999945e2","0.64380813999999987e2"],["-0.74974716000000001e2","0.64416091999999992e2"],["-0.74985274999999945e2","0.64418869000000086e2"],["-0.75010558999999944e2","0.64429977000000122e2"],["-0.75056380999999988e2","0.64452208999999982e2"],["-0.75142501999999979e2","0.64483321999999987e2"],["-0.75174712999999997e2","0.64492752000000053e2"],["-0.75182769999999948e2","0.64492477000000065e2"],["-0.75188598999999954e2","0.64489426000000037e2"],["-0.75188888999999904e2","0.64483321999999987e2"],["-0.75187209999999993e2","0.64473602000000085e2"],["-0.75182495000000017e2","0.64468323000000112e2"],["-0.75177215999999987e2","0.64464705999999978e2"],["-0.75151397999999915e2","0.64460265999999933e2"],["-0.75146117999999944e2","0.64457214000000022e2"],[-75.14416499999993,"0.64453049000000021e2"],[-75.15055799999999,"0.64447204999999997e2"],["-0.75154448999999943e2","0.64444702000000063e2"],["-0.75199721999999952e2","0.64428040000000067e2"],["-0.75207779000000016e2","0.64427765000000022e2"],[-75.21556099999998,"0.64428864000000033e2"],["-0.75224166999999909e2","0.64432205000000067e2"],["-0.75295272999999952e2",64.46665999999999],["-0.75323897999999986e2","0.64481934000000081e2"],["-0.75332503999999972e2","0.64490814000000114e2"],["-0.75344161999999926e2",64.49914600000011],[-75.34973100000002,64.50221300000004],["-0.75381667999999991e2","0.64513611000000026e2"],["-0.75409164000000033e2","0.64522766000000104e2"],["-0.75479720999999927e2",64.53915399999994],["-0.75490829000000019e2","0.64539703000000088e2"],["-0.75566100999999946e2","0.64549988000000042e2"],["-0.75666396999999961e2","0.64563873000000115e2"],["-0.75693329000000006e2","0.64569992000000127e2"],["-0.75703887999999949e2","0.64572769000000051e2"],["-0.75721389999999985e2","0.64579163000000051e2"],["-0.75736938000000009e2","0.64586104999999975e2"],[-75.74722300000002,"0.64594436999999971e2"],["-0.75763625999999988e2","0.64604980000000126e2"],["-0.75773894999999925e2","0.64608322000000044e2"],["-0.75796951000000035e2","0.64612198000000149e2"],["-0.75824172999999973e2",64.611649],["-0.75843063000000029e2","0.64607758000000103e2"],["-0.75847228999999913e2","0.64604430999999977e2"],["-0.75837219000000005e2","0.64561371000000008e2"],["-0.75823623999999938e2","0.64535812000000021e2"],["-0.75818893000000003e2","0.64530823000000055e2"],["-0.75807495000000017e2","0.64525269000000037e2"],["-0.75729172000000005e2","0.64503051999999968e2"],["-0.75644729999999925e2","0.64468872000000033e2"],["-0.75639449999999954e2",64.46527100000003],["-0.75630554000000018e2","0.64457214000000022e2"],["-0.75631667999999991e2",64.453598],["-0.75636123999999938e2","0.64449142000000052e2"],["-0.75641388000000006e2","0.64448028999999963e2"],["-0.75696655000000021e2",64.43942300000009],["-0.75708343999999954e2","0.64437759000000028e2"],["-0.75727782999999931e2","0.64442474000000061e2"],["-0.75746947999999975e2","0.64453049000000021e2"],["-0.75765839000000028e2",64.46527100000003],[-75.77305599999994,"0.64467484000000127e2"],["-0.75874709999999993e2","0.64486923000000047e2"],["-0.75895279000000016e2",64.48803700000002],["-0.75908339999999953e2","0.64487198000000035e2"],["-0.75920273000000009e2","0.64484420999999998e2"],["-0.75922500999999954e2","0.64481094000000041e2"],["-0.75910552999999993e2","0.64478317000000118e2"],["-0.75875274999999988e2",64.47387700000013],["-0.75857772999999952e2","0.64468048000000067e2"],["-0.75720839999999953e2","0.64383331000000055e2"],["-0.75717223999999987e2","0.64379700000000014e2"],["-0.75718886999999995e2","0.64374419999999986e2"],["-0.75723327999999924e2","0.64369705000000124e2"],["-0.75726944000000003e2","0.64367203000000018e2"],[-75.83805799999999,"0.64369141000000013e2"],["-0.75861664000000019e2","0.64371093999999914e2"],["-0.75950561999999934e2","0.64399155000000007e2"],["-0.76043883999999991e2","0.64368317000000047e2"],["-0.76253615999999965e2",64.35775799999999],["-0.76264450000000011e2","0.64319153000000028e2"],["-0.76214721999999995e2","0.64314986999999974e2"],["-0.76205565999999976e2","0.64313309000000004e2"],["-0.76196655000000021e2","0.64310806000000071e2"],["-0.76188323999999852e2","0.64306931000000077e2"],["-0.76189712999999927e2","0.64301376000000005e2"],["-0.76197219999999959e2",64.29693600000013],["-0.76205840999999964e2","0.64294708000000014e2"],["-0.76300551999999982e2","0.64278869999999984e2"],["-0.76484725999999966e2","0.64266662999999994e2"],["-0.76493606999999997e2","0.64268600000000049e2"],["-0.76503066999999987e2","0.64275269000000094e2"],["-0.76506957999999941e2","0.64284424000000001e2"],["-0.76505568999999923e2","0.64289153999999996e2"],["-0.76503615999999909e2","0.64291091999999935e2"],["-0.76502501999999936e2","0.64295258000000047e2"],["-0.76506667999999934e2","0.64297485000000108e2"],["-0.76541381999999999e2","0.64304703000000075e2"],[-76.591949,64.31053199999991],["-0.76705840999999964e2","0.64300812000000008e2"],["-0.76719451999999933e2","0.64296646000000123e2"],["-0.76733886999999868e2","0.64290543000000014e2"],["-0.76736664000000019e2","0.64285812000000078e2"],["-0.76738892000000021e2","0.64276382000000012e2"],["-0.76721663999999976e2","0.64238312000000064e2"],["-0.76714721999999995e2","0.64233870999999965e2"],["-0.76706115999999952e2","0.64231369000000086e2"],["-0.76684722999999963e2","0.64227768000000026e2"],["-0.76674438000000009e2","0.64224990999999932e2"],["-0.76667220999999927e2","0.64221924000000058e2"],["-0.76660278000000005e2","0.64218322999999998e2"],["-0.76654723999999931e2","0.64209152000000017e2"],["-0.76654723999999931e2","0.64196640000000059e2"],[-76.65834000000001,"0.64189972000000068e2"],["-0.76662215999999944e2","0.64186646000000053e2"],["-0.76670546999999942e2","0.64184143000000063e2"],[-76.84722899999997,64.23054500000012],["-0.76968337999999903e2","0.64259720000000016e2"],["-0.77138335999999981e2","0.64289429000000041e2"],["-0.77276108000000022e2","0.64256378000000097e2"],["-0.77296111999999937e2","0.64251938000000052e2"],["-0.77327498999999989e2","0.64246367999999961e2"],["-0.77351944000000003e2","0.64243866000000082e2"],["-0.77366104000000007e2","0.64243866000000082e2"],["-0.77379990000000021e2",64.2452550000001],["-0.77381377999999984e2","0.64246643000000006e2"],["-0.77382216999999969e2",64.2494200000001],["-0.77381377999999984e2","0.64253601000000003e2"],["-0.77378875999999934e2","0.64256943000000092e2"],["-0.77434158000000025e2","0.64320267000000001e2"],["-0.77588332999999977e2","0.64368317000000047e2"],["-0.77652221999999938e2","0.64388046000000088e2"],["-0.77660278000000005e2","0.64386383000000023e2"],["-0.77664444000000003e2",64.3836060000001],["-0.77665832999999907e2","0.64376923000000147e2"],["-0.77664718999999991e2","0.64374146000000053e2"],["-0.77658889999999985e2","0.64364990000000091e2"],[-77.67971799999998,"0.64321105999999986e2"],["-0.77747222999999963e2","0.64337769000000037e2"],["-0.77831389999999942e2","0.64412490999999989e2"],["-0.77970276000000013e2","0.64454436999999928e2"],["-0.78178054999999972e2","0.64567490000000078e2"],["-0.78183318999999926e2","0.64572495000000117e2"],["-0.78168578999999966e2","0.64626197999999931e2"],["-0.78160552999999993e2","0.64690536000000066e2"],["-0.78184433000000013e2","0.64731093999999985e2"],["-0.78073623999999938e2","0.64813599000000124e2"],["-0.78064437999999996e2","0.64849426000000051e2"],["-0.78065276999999867e2","0.64853591999999992e2"],[-78.06639100000001,"0.64855820000000108e2"],["-0.78073623999999938e2","0.64859420999999998e2"],["-0.78102492999999981e2","0.64868866000000025e2"],["-0.78117217999999923e2","0.64876082999999994e2"],["-0.78120834000000002e2","0.64881088000000034e2"],["-0.78129715000000033e2","0.64893875000000037e2"],["-0.78146118000000001e2","0.64938309000000004e2"],["-0.78148055999999997e2","0.64943862999999965e2"],["-0.78149733999999967e2","0.64952209000000039e2"],["-0.78145279000000016e2","0.64957489000000123e2"],["-0.77973052999999993e2",65.04136699999998],[-77.67971799999998,"0.65123306000000014e2"],["-0.77543610000000001e2","0.65139709000000096e2"],[-77.50306699999993,"0.65138596000000007e2"],["-0.77488326999999913e2","0.65139434999999935e2"],["-0.77479720999999984e2","0.65141098000000056e2"],["-0.77344726999999978e2","0.65173309000000131e2"],["-0.77328612999999962e2","0.65178864000000033e2"],["-0.77322783999999956e2",65.18331900000004],["-0.77315825999999959e2","0.65190536000000009e2"],["-0.77313048999999978e2","0.65195816000000036e2"],["-0.77315552000000025e2","0.65199417000000096e2"],[-77.3824919999999,"0.65247482000000105e2"],["-0.77397232000000031e2","0.65254990000000134e2"],["-0.77422774999999945e2","0.65264435000000049e2"],["-0.77444716999999912e2","0.65275543000000027e2"],["-0.77498046999999985e2","0.65306641000000013e2"],["-0.77513061999999934e2","0.65318877999999984e2"],["-0.77515015000000005e2","0.65325820999999962e2"],["-0.77512222000000008e2","0.65330551000000014e2"],["-0.77471114999999998e2","0.65371368000000018e2"],[-77.466949,"0.65375259000000085e2"],["-0.77461120999999878e2","0.65379149999999981e2"],["-0.77452498999999875e2","0.65380813999999987e2"],["-0.77438048999999921e2","0.65379700000000014e2"],[-77.41361999999998,"0.65371643000000063e2"],["-0.77402495999999985e2","0.65369141000000127e2"],["-0.77345839999999896e2","0.65358597000000088e2"],["-0.77337783999999999e2","0.65357483000000116e2"],["-0.77323058999999944e2","0.65357757999999933e2"],[-77.30610699999994,"0.65359711000000061e2"],["-0.77295546999999999e2","0.65361922999999933e2"],["-0.77291945999999939e2","0.65363876000000062e2"],["-0.77287505999999951e2","0.65367751999999996e2"],["-0.77287216000000001e2","0.65375259000000085e2"],["-0.77289992999999924e2","0.65378860000000145e2"],["-0.77295273000000009e2","0.65383331000000055e2"],["-0.77319457999999997e2","0.65393326000000002e2"],["-0.77326950000000011e2","0.65395538000000045e2"],[-77.341949,"0.65401657000000057e2"],["-0.77367492999999911e2","0.65412491000000102e2"],["-0.77398620999999935e2","0.65426651000000049e2"],["-0.77420272999999952e2","0.65439972000000012e2"],["-0.77428329000000019e2","0.65447754000000145e2"],["-0.77434432999999956e2","0.65456940000000088e2"],["-0.77430556999999908e2","0.65458878000000027e2"],["-0.77421660999999972e2","0.65461380000000077e2"],["-0.77385559000000001e2","0.65468048000000067e2"],["-0.77336670000000026e2","0.65471375000000023e2"],["-0.77265288999999882e2","0.65471923999999944e2"],["-0.77238051999999925e2","0.65469437000000084e2"],[-77.154449,"0.65445815999999979e2"],["-0.77134734999999978e2","0.65439423000000033e2"],["-0.77124434999999892e2","0.65434143000000006e2"],["-0.77115828999999962e2","0.65429703000000131e2"],["-0.77111663999999962e2","0.65426085999999998e2"],["-0.77111114999999927e2","0.65421371000000136e2"],["-0.77106383999999991e2","0.65413605000000075e2"],[-77.09944200000001,"0.65409149000000014e2"],[-77.08666999999997,"0.65407211000000075e2"],["-0.76962783999999999e2","0.65407211000000075e2"],["-0.76956954999999994e2","0.65410537999999974e2"],["-0.76952498999999989e2","0.65414993000000038e2"],["-0.76956116000000009e2","0.65421371000000136e2"],["-0.76955565999999976e2","0.65422759999999982e2"],["-0.76951675000000023e2","0.65425262000000032e2"],["-0.76944442999999978e2","0.65427765000000022e2"],["-0.76920837000000006e2","0.65429428000000144e2"],["-0.76849990999999989e2","0.65428313999999943e2"],["-0.76824722000000008e2","0.65425262000000032e2"],["-0.76626937999999939e2","0.65398880000000133e2"],["-0.76361937999999952e2","0.65342209000000025e2"],["-0.76235001000000011e2","0.65312759000000142e2"],["-0.76164444000000003e2","0.65296097000000145e2"],["-0.76072509999999909e2","0.65277205999999921e2"],[-75.96665999999999,"0.65255829000000119e2"],["-0.75953888000000006e2","0.65255264000000068e2"],["-0.75925277999999935e2","0.65257217000000026e2"],["-0.75920273000000009e2","0.65258330999999998e2"],["-0.75912215999999944e2","0.65257217000000026e2"],["-0.75898345999999947e2","0.65253875999999991e2"],["-0.75805556999999965e2","0.65229705999999965e2"],["-0.75785552999999936e2","0.65224426000000108e2"],["-0.75769164999999987e2",65.21887200000009],["-0.75765014999999892e2","0.65216660000000047e2"],["-0.75760009999999909e2","0.65210815000000139e2"],["-0.75741378999999995e2","0.65173874000000012e2"],["-0.75739989999999921e2","0.65168319999999994e2"],["-0.75570847000000015e2","0.65120818999999926e2"],["-0.75528610000000015e2","0.65108871000000079e2"],["-0.75475006000000008e2","0.65086105000000089e2"],[-75.46665999999999,"0.65082214000000022e2"],["-0.75457229999999925e2","0.65074707000000046e2"],["-0.75446945000000028e2",65.06581100000011],["-0.75428054999999972e2","0.65048324999999977e2"],["-0.75424438000000009e2","0.65043869000000086e2"],["-0.75410552999999936e2","0.65024704000000099e2"],["-0.75415557999999976e2","0.64977478000000076e2"],["-0.75420273000000009e2","0.64972214000000065e2"],["-0.75428054999999972e2","0.64968322999999998e2"],["-0.75496947999999975e2","0.64940536000000066e2"],["-0.75507232999999985e2","0.64938309000000004e2"],[-75.51916499999993,"0.64936919999999986e2"],["-0.75533614999999941e2","0.64936919999999986e2"],["-0.75557220000000029e2","0.64940262000000132e2"],["-0.75634734999999921e2",64.94720500000011],["-0.75654448999999943e2","0.64946365000000071e2"],["-0.75663054999999929e2","0.64945251000000098e2"],["-0.75667496000000028e2","0.64940811000000053e2"],["-0.75601944000000003e2","0.64867752000000053e2"],["-0.75594161999999983e2","0.64860259999999926e2"],["-0.75587508999999898e2","0.64856644000000074e2"],[-75.56806899999998,"0.64850540000000024e2"],["-0.75555557000000022e2","0.64848602000000085e2"],["-0.75461394999999925e2","0.64811645999999996e2"],["-0.75389175000000023e2","0.64736099000000024e2"],["-0.75373046999999985e2","0.64714996000000099e2"],["-0.75316665999999941e2","0.64719437000000028e2"],["-0.75308333999999888e2","0.64721099999999979e2"],["-0.75298186999999984e2","0.64725769000000128e2"],["-0.75294723999999974e2","0.64728043000000127e2"],["-0.75291381999999885e2","0.64733871000000079e2"],["-0.75289444000000003e2","0.64739975000000072e2"],["-0.75291381999999885e2",64.74443100000002],[-75.30221599999993,"0.64751099000000011e2"],["-0.75310546999999929e2","0.64754990000000078e2"],["-0.75329726999999991e2","0.64761107999999979e2"],["-0.75333892999999989e2","0.64763321000000133e2"],["-0.75344161999999926e2","0.64772217000000069e2"],["-0.75373885999999914e2","0.64833054000000118e2"],["-0.75357223999999917e2","0.64897766000000104e2"],["-0.75422775000000001e2","0.64890273999999977e2"],["-0.75451675000000023e2","0.64875259000000028e2"],["-0.75460830999999985e2",64.87164300000012],["-0.75469727000000034e2","0.64869431000000077e2"],[-75.55749499999996,64.87414600000011],["-0.75563323999999966e2","0.64877197000000137e2"],["-0.75565552000000025e2","0.64879425000000083e2"],["-0.75567504999999983e2","0.64883605999999986e2"],[-75.56527699999998,"0.64886932000000058e2"],["-0.75473891999999921e2","0.64935806000000014e2"],["-0.75390288999999996e2","0.64979430999999977e2"],["-0.75384734999999978e2","0.64981934000000138e2"],["-0.75376098999999897e2","0.64983322000000044e2"],["-0.75363051999999982e2",64.98414600000001],["-0.75353332999999964e2","0.64983597000000088e2"],["-0.75344161999999926e2","0.64981094000000098e2"],["-0.75335555999999997e2","0.64977768000000083e2"],["-0.75264175000000023e2","0.64966095000000053e2"],["-0.75196105999999986e2","0.65068604000000107e2"],["-0.75189163000000008e2","0.65079712000000086e2"],["-0.75185546999999872e2","0.65091369999999927e2"],["-0.75186934999999949e2","0.65101653999999996e2"],["-0.75192490000000021e2","0.65105545000000063e2"],["-0.75196655000000021e2","0.65107207999999957e2"],["-0.75212508999999955e2","0.65109421000000111e2"],["-0.75225554999999986e2","0.65109421000000111e2"],["-0.75240828999999962e2",65.10832199999993],["-0.75259170999999981e2","0.65102203000000088e2"],["-0.75263625999999988e2",65.0977630000001],["-0.75265563999999927e2",65.09165999999999],["-0.75262512000000015e2","0.65080551000000071e2"],["-0.75260009999999852e2","0.65072769000000108e2"],["-0.75261123999999995e2","0.65059142999999949e2"],["-0.75263061999999934e2","0.65052199999999971e2"],["-0.75279998999999975e2","0.65035262999999986e2"],["-0.75299727999999959e2","0.65024704000000099e2"],["-0.75348617999999931e2","0.65003876000000048e2"],["-0.75360001000000011e2","0.65003876000000048e2"],["-0.75367492999999968e2","0.65006378000000097e2"],["-0.75373046999999985e2","0.65009430000000009e2"],["-0.75378875999999991e2","0.65016663000000051e2"],["-0.75379165999999998e2","0.65021378000000084e2"],["-0.75381103999999937e2","0.65025818000000072e2"],["-0.75402495999999871e2","0.65055817000000104e2"],["-0.75410003999999958e2","0.65063873000000001e2"],["-0.75425551999999982e2","0.65077208999999925e2"],["-0.75441375999999991e2",65.089157],["-0.75448043999999982e2","0.65094147000000021e2"],["-0.75516402999999855e2","0.65138596000000007e2"],["-0.75728058000000033e2","0.65224151999999947e2"],["-0.75761947999999961e2","0.65237762000000032e2"],["-0.75781676999999945e2","0.65243042000000116e2"],["-0.75835555999999997e2","0.65255264000000068e2"],["-0.75864166000000012e2","0.65258330999999998e2"],["-0.75890563999999983e2","0.65269150000000081e2"],["-0.75939712999999983e2","0.65292480000000012e2"],["-0.75943877999999984e2",65.29525799999999],["-0.75950835999999981e2","0.65316376000000105e2"],["-0.75950287000000003e2","0.65318329000000062e2"],["-0.75941101000000003e2","0.65321380999999974e2"],["-0.75931106999999884e2","0.65322220000000129e2"],[-75.904449,"0.65322220000000129e2"],["-0.75873885999999914e2","0.65320541000000105e2"],["-0.75857772999999952e2","0.65319153000000028e2"],["-0.75603057999999976e2","0.65295531999999923e2"],["-0.75592223999999931e2","0.65287201000000039e2"],["-0.75575561999999934e2","0.65278046000000018e2"],["-0.75566390999999896e2","0.65274994000000049e2"],["-0.75555267000000015e2","0.65273605000000089e2"],["-0.75495834000000002e2","0.65269150000000081e2"],[-75.48443599999996,"0.65268326000000116e2"],["-0.75211945000000014e2","0.65250549000000035e2"],["-0.75186661000000015e2","0.65251938000000052e2"],["-0.75153885000000002e2","0.65256943000000092e2"],["-0.75114440999999999e2","0.65266387999999949e2"],["-0.75101669000000015e2","0.65271378000000027e2"],["-0.75093886999999938e2","0.65274994000000049e2"],["-0.75083618000000001e2","0.65286102000000085e2"],["-0.75081679999999892e2","0.65292206000000078e2"],["-0.75070847000000015e2","0.65330276000000026e2"],["-0.75090835999999911e2","0.65355545000000006e2"],["-0.75109160999999858e2","0.65379974000000118e2"],["-0.75110824999999977e2","0.65384720000000073e2"],["-0.75111114999999984e2","0.65388885000000073e2"],["-0.75110549999999932e2",65.391098],["-0.75108046999999942e2","0.65393051000000128e2"],["-0.75097778000000005e2","0.65394989000000066e2"],[-75.08277899999996,"0.65394989000000066e2"],["-0.74823623999999938e2","0.65377472000000068e2"],["-0.74660552999999993e2","0.65346374999999966e2"],["-0.74645844000000011e2","0.65341370000000097e2"],["-0.74635009999999966e2","0.65338593000000003e2"],["-0.74624161000000015e2","0.65336655000000064e2"],[-74.58944699999995,"0.65332489000000123e2"],["-0.74546660999999915e2",65.33137499999998],["-0.74524445000000014e2","0.65333328000000108e2"],["-0.74508621000000005e2","0.65336655000000064e2"],["-0.74496947999999975e2","0.65340820000000065e2"],["-0.74357773000000009e2","0.65398604999999975e2"],["-0.74347838999999965e2","0.65407181000000037e2"],["-0.74323897999999986e2","0.65437759000000028e2"],["-0.74318892999999946e2","0.65447204999999997e2"],[-74.31527699999998,"0.65458037999999988e2"],["-0.74311385999999914e2","0.65463882000000012e2"],["-0.74182770000000005e2","0.65525269000000037e2"],["-0.74105835000000013e2","0.65534988000000055e2"],["-0.73845276000000013e2","0.65532211000000132e2"],["-0.73791381999999999e2","0.65524428999999998e2"],["-0.73767776000000026e2","0.65520828000000108e2"],["-0.73747222999999963e2","0.65517487000000074e2"],["-0.73736937999999952e2","0.65514709000000096e2"],["-0.73732772999999952e2","0.65511932000000002e2"],["-0.73731383999999935e2","0.65506943000000035e2"],["-0.73730835000000013e2","0.65504166000000112e2"],["-0.73735001000000011e2","0.65501662999999951e2"],["-0.73740279999999984e2","0.65496933000000126e2"],["-0.73740829000000019e2","0.65490814000000114e2"],["-0.73736937999999952e2","0.65487761999999975e2"],["-0.73711670000000026e2","0.65471099999999979e2"],["-0.73703063999999927e2","0.65466934000000094e2"],["-0.73694152999999915e2","0.65464432000000045e2"],["-0.73663895000000025e2","0.65456940000000088e2"],["-0.73651397999999972e2","0.65454711999999915e2"],["-0.73641113000000018e2","0.65455261000000064e2"],["-0.73559997999999894e2","0.65462494000000049e2"],["-0.73500564999999938e2","0.65474426000000051e2"],[-73.56361400000003,"0.65562194999999974e2"],["-0.73618332000000009e2","0.65619705000000067e2"],["-0.73662215999999944e2","0.65658599999999979e2"],["-0.73684157999999911e2","0.65715271000000087e2"],[-73.68499799999995,"0.65730545000000006e2"],["-0.73704726999999934e2","0.65758041000000048e2"],["-0.73709731999999917e2","0.65762496999999996e2"],["-0.73720550999999887e2","0.65769440000000145e2"],["-0.73810821999999973e2","0.65811096000000134e2"],["-0.73841110000000015e2",65.81999200000007],["-0.73884170999999981e2","0.65821930000000009e2"],["-0.73886123999999995e2","0.65821381000000031e2"],["-0.73923614999999984e2","0.65824432000000058e2"],["-0.73931670999999938e2","0.65825546000000031e2"],["-0.73942490000000021e2","0.65828323000000125e2"],["-0.74011947999999961e2","0.65854705999999908e2"],["-0.74029174999999952e2","0.65861923000000047e2"],["-0.74058043999999938e2","0.65875534000000016e2"],["-0.74129439999999988e2","0.65924697999999978e2"],["-0.74258895999999993e2","0.66001663000000065e2"],["-0.74296950999999979e2","0.66018326000000116e2"],["-0.74337783999999999e2","0.66036652000000117e2"],[-74.37388599999997,"0.66053863999999976e2"],["-0.74388061999999934e2",66.06164600000011],["-0.74425551999999925e2","0.66084717000000126e2"],["-0.74444992000000013e2","0.66096939000000077e2"],["-0.74455565999999862e2","0.66105820000000051e2"],["-0.74471389999999985e2","0.66127197000000081e2"],["-0.74472777999999948e2","0.66133041000000048e2"],["-0.74472504000000015e2","0.66139160000000118e2"],["-0.74470000999999968e2","0.66145828000000051e2"],["-0.74466110000000015e2","0.66151932000000102e2"],["-0.74446655000000021e2","0.66168594000000098e2"],["-0.74434432999999956e2",66.178314],["-0.74406113000000005e2","0.66195816000000036e2"],["-0.74366652999999928e2","0.66214157000000057e2"],["-0.74342223999999987e2",66.22526600000009],["-0.74316390999999953e2","0.66235259999999926e2"],["-0.74306655999999975e2","0.66238876000000005e2"],["-0.74187209999999993e2","0.66269713999999965e2"],["-0.74077788999999939e2","0.66300812000000008e2"],[-73.86082499999992,"0.66388321000000076e2"],["-0.73744995000000017e2","0.66437759000000028e2"],["-0.73666107000000011e2","0.66471924000000115e2"],["-0.73606658999999979e2","0.66495254999999986e2"],["-0.73529998999999975e2","0.66522766000000047e2"],["-0.73460555999999997e2","0.66544434000000138e2"],["-0.73444153000000028e2","0.66551086000000055e2"],["-0.73430556999999908e2",66.55831900000004],["-0.73420272999999952e2","0.66571655000000021e2"],["-0.73418335000000013e2","0.66579711999999972e2"],["-0.73418335000000013e2","0.66584717000000012e2"],["-0.73416396999999961e2","0.66589981000000023e2"],["-0.73400283999999942e2","0.66611649000000114e2"],["-0.73396956999999986e2",66.61554000000001],["-0.73379714999999976e2","0.66632477000000051e2"],["-0.73351944000000003e2","0.66649994000000049e2"],["-0.73328339000000028e2",66.6602630000001],["-0.73296386999999982e2","0.66665817000000061e2"],["-0.73267226999999991e2","0.66672760000000096e2"],["-0.73108611999999937e2","0.66723311999999964e2"],[-73.00111400000003,"0.66815536000000122e2"],[-72.87388599999997,"0.66931930999999963e2"],["-0.72852492999999981e2","0.66968597000000102e2"],["-0.72837783999999999e2","0.66998031999999967e2"],["-0.72831389999999885e2","0.67013321000000076e2"],["-0.72831115999999952e2","0.67018326000000116e2"],["-0.72828063999999927e2","0.67024994000000049e2"],["-0.72824172999999973e2","0.67029434000000094e2"],["-0.72806655999999919e2","0.67037201000000039e2"],["-0.72791671999999949e2","0.67043320000000051e2"],["-0.72738891999999908e2","0.67063034000000016e2"],["-0.72716659999999933e2",67.06860400000005],[-72.68499799999995,"0.67076096000000007e2"],["-0.72626099000000011e2","0.67084717000000126e2"],["-0.72550827000000027e2","0.67082763999999997e2"],["-0.72525832999999977e2","0.67083328000000108e2"],["-0.72464172000000019e2",67.08998100000008],[-72.43110699999994,"0.67096099999999922e2"],["-0.72399445000000014e2","0.67103592000000049e2"],["-0.72368606999999997e2","0.67112487999999985e2"],["-0.72351394999999968e2","0.67119705000000124e2"],["-0.72337783999999999e2","0.67126373000000058e2"],["-0.72315552000000025e2","0.67139435000000105e2"],["-0.72282501000000025e2","0.67161102000000142e2"],["-0.72276108000000022e2","0.67166930999999977e2"],["-0.72258346999999901e2",67.24803199999991],[-72.28694200000001,"0.67290817000000061e2"],["-0.72363616999999977e2","0.67353317000000004e2"],["-0.72436385999999914e2","0.67472214000000122e2"],["-0.72481110000000001e2","0.67609711000000004e2"],[-72.48582499999992,"0.67623031999999967e2"],["-0.72490829000000019e2",67.62831100000011],[-72.49749799999995,"0.67633040999999935e2"],["-0.72508895999999993e2",67.63638300000008],["-0.72597778000000005e2","0.67639709000000096e2"],["-0.72666396999999961e2","0.67684143000000063e2"],["-0.72676391999999964e2","0.67693862999999965e2"],["-0.72677779999999984e2","0.67699416999999983e2"],["-0.72675002999999947e2",67.70526099999995],["-0.72668883999999935e2","0.67710541000000035e2"],["-0.72661666999999909e2","0.67714706000000035e2"],["-0.72613892000000021e2","0.67735259999999982e2"],["-0.72596953999999926e2",67.740814],["-0.72591948999999886e2",67.74331699999999],["-0.72583327999999881e2","0.67750274999999988e2"],["-0.72608886999999982e2","0.67785812000000078e2"],["-0.72612503000000004e2","0.67790268000000026e2"],["-0.72619445999999925e2","0.67794708000000014e2"],["-0.72735001000000011e2","0.67841659999999933e2"],["-0.72820007000000032e2","0.67851089000000115e2"],["-0.72833327999999995e2","0.67849991000000045e2"],["-0.72843886999999938e2","0.67850815000000011e2"],["-0.72848052999999936e2","0.67853592000000106e2"],["-0.72942215000000033e2","0.67925262000000089e2"],["-0.72944442999999978e2","0.67928040000000067e2"],["-0.72944992000000013e2",67.93081699999999],[-72.94387799999987,"0.67937759000000085e2"],["-0.72942490000000021e2","0.67941085999999984e2"],["-0.72929992999999968e2","0.67948867999999948e2"],["-0.72922774999999945e2","0.67952774000000034e2"],["-0.72904175000000009e2","0.67959717000000012e2"],["-0.72902495999999928e2","0.67963882000000012e2"],["-0.72896117999999944e2","0.68014160000000004e2"],["-0.72910552999999993e2","0.68054153000000042e2"],["-0.72913895000000025e2","0.68060806000000014e2"],["-0.72941100999999946e2","0.68078323000000069e2"],["-0.72956954999999994e2","0.68094986000000119e2"],["-0.72981110000000001e2","0.68139160000000061e2"],["-0.72992767000000015e2","0.68198593000000074e2"],["-0.72993880999999988e2","0.68212204000000042e2"],["-0.73161117999999988e2","0.68228866999999923e2"],["-0.73190276999999924e2","0.68248871000000065e2"],["-0.73189437999999996e2","0.68254715000000033e2"],["-0.73189986999999917e2","0.68259430000000066e2"],["-0.73194716999999969e2",68.26527400000009],["-0.73200835999999981e2","0.68269714000000135e2"],["-0.73215560999999923e2","0.68272766000000047e2"],["-0.73271117999999888e2","0.68281936999999971e2"],["-0.73303328999999962e2","0.68278434999999945e2"],["-0.73314499000000012e2","0.68278434999999945e2"],["-0.73336670000000026e2","0.68275604000000044e2"],["-0.73355186000000003e2","0.68267830000000004e2"],["-0.73395554000000004e2","0.68258605999999929e2"],["-0.73496108999999933e2","0.68275542999999971e2"],["-0.73410004000000015e2","0.68310806000000127e2"],[-73.39916999999997,"0.68314987000000031e2"],["-0.73354674999999929e2","0.68329215999999974e2"]],[["-0.12443055699999996e3","0.73878586000000098e2"],["-0.12445028699999995e3","0.73878586000000098e2"],["-0.12446721600000001e3",73.8808140000001],[-124.515289,73.89498900000001],["-0.12453666699999991e3","0.73902480999999909e2"],["-0.12454611199999999e3","0.73906647000000021e2"],["-0.12455055199999998e3","0.73912201000000039e2"],["-0.12455277999999993e3","0.73916931000000034e2"],["-0.12453056299999997e3","0.73917480000000012e2"],[-124.5133439999999,"0.73916656000000046e2"],["-0.12443250299999994e3","0.73912766000000033e2"],["-0.12442027300000001e3",73.90914900000007],["-0.12441583300000002e3",73.90498400000007],["-0.12440888999999993e3","0.73900269000000037e2"],["-0.12440943899999996e3","0.73893326000000059e2"],["-0.12442027300000001e3","0.73882476999999994e2"],["-0.12443055699999996e3","0.73878586000000098e2"]],[["-0.99804557999999929e2","0.73889099000000101e2"],["-0.99732773000000009e2","0.73849991000000102e2"],[-99.71362299999987,"0.73846375000000023e2"],["-0.99589721999999881e2","0.73837769000000094e2"],["-0.99531386999999938e2","0.73831940000000088e2"],["-0.99493880999999988e2","0.73825821000000076e2"],["-0.99480285999999978e2","0.73821930000000009e2"],["-0.99235000999999897e2","0.73737761999999918e2"],["-0.99115004999999996e2",73.74859600000002],[-98.97193900000002,"0.73750548999999921e2"],["-0.98829177999999956e2","0.73751663000000121e2"],["-0.98756393000000003e2",73.75610400000005],[-98.71665999999999,"0.73766663000000051e2"],["-0.98688323999999966e2","0.73772018000000116e2"],["-0.98641953000000001e2","0.73777206000000035e2"],["-0.98514449999999954e2","0.73787490999999989e2"],["-0.98424437999999952e2","0.73793594000000098e2"],["-0.98290832999999964e2","0.73801651000000049e2"],["-0.98207229999999925e2",73.80525200000011],["-0.98190552000000025e2","0.73803588999999988e2"],["-0.98179992999999911e2","0.73804152999999928e2"],["-0.98134170999999867e2","0.73809708000000057e2"],["-0.98095000999999968e2","0.73815536000000122e2"],["-0.98071670999999924e2","0.73819443000000092e2"],["-0.97976944000000003e2",73.84275800000006],["-0.97960281000000009e2","0.73846938999999963e2"],["-0.97948333999999988e2","0.73851653999999996e2"],["-0.97943053999999904e2","0.73856934000000081e2"],["-0.97942763999999954e2","0.73862762000000032e2"],["-0.97941375999999991e2","0.73868042000000059e2"],["-0.97936385999999914e2",73.87831100000011],["-0.97918335000000013e2","0.73890273999999977e2"],[-97.90834000000001,"0.73894714000000135e2"],["-0.97887512000000015e2","0.73899428999999998e2"],["-0.97805267000000015e2","0.73911102000000028e2"],["-0.97788054999999986e2","0.73912766000000033e2"],["-0.97761948000000018e2","0.73911925999999994e2"],["-0.97581954999999937e2","0.73893875000000037e2"],["-0.97562774999999988e2","0.73890823000000069e2"],["-0.97544723999999917e2","0.73886108000000036e2"],["-0.97529175000000009e2","0.73879700000000071e2"],["-0.97520844000000011e2","0.73873871000000065e2"],["-0.97514175000000023e2","0.73867752000000053e2"],[-97.50028999999995,"0.73861923000000047e2"],["-0.97471389999999985e2","0.73857758000000047e2"],["-0.97456954999999994e2","0.73857758000000047e2"],[-97.39973399999991,"0.73858871000000136e2"],["-0.97357772999999952e2","0.73862488000000099e2"],[-97.34584000000001,"0.73864990000000148e2"],["-0.97327498999999989e2","0.73865814000000114e2"],["-0.97260284000000013e2","0.73860260000000096e2"],["-0.97223617999999931e2","0.73856369000000029e2"],["-0.96972504000000015e2","0.73744141000000013e2"],["-0.96962218999999891e2","0.73738586000000112e2"],["-0.96955841000000021e2","0.73732482999999945e2"],["-0.96937209999999993e2","0.73703598000000113e2"],["-0.96932770000000005e2","0.73692200000000071e2"],[-96.93472300000002,"0.73686920000000043e2"],["-0.96963897999999972e2",73.63998399999997],["-0.96968613000000005e2","0.73633330999999998e2"],["-0.96988891999999964e2","0.73624695000000088e2"],["-0.97001953000000015e2",73.6202550000001],["-0.97184998000000007e2","0.73562194999999974e2"],["-0.97202498999999932e2","0.73557205000000124e2"],["-0.97436110999999926e2","0.73525542999999971e2"],["-0.97623885999999857e2","0.73538879000000122e2"],["-0.97638061999999934e2","0.73538589000000115e2"],["-0.97641112999999962e2","0.73533599999999922e2"],["-0.97668335000000013e2","0.73483321999999987e2"],["-0.97667496000000028e2","0.73479431000000091e2"],["-0.97663054999999929e2",73.4727630000001],["-0.97654723999999931e2","0.73466934000000094e2"],["-0.97638335999999981e2","0.73460266000000104e2"],["-0.97623321999999973e2","0.73456375000000037e2"],["-0.97607223999999974e2","0.73454711999999972e2"],["-0.97579453000000001e2","0.73454987000000131e2"],["-0.97562774999999988e2","0.73459152000000131e2"],["-0.97534163999999976e2","0.73473877000000073e2"],["-0.97522232000000031e2","0.73478592000000106e2"],[-97.50389100000001,"0.73483046999999942e2"],["-0.97437209999999993e2","0.73491928000000087e2"],["-0.97417220999999984e2","0.73493317000000047e2"],["-0.97401947000000007e2","0.73493042000000059e2"],["-0.97232223999999917e2","0.73474426000000051e2"],["-0.97197219999999959e2","0.73469711000000018e2"],["-0.97183059999999955e2","0.73464995999999985e2"],["-0.97172225999999966e2","0.73460266000000104e2"],["-0.97166106999999954e2","0.73454162999999994e2"],["-0.97157226999999921e2","0.73395538000000045e2"],["-0.97150283999999999e2","0.73389984000000027e2"],["-0.97169448999999986e2",73.35664399999996],[-97.17193599999996,"0.73352768000000083e2"],["-0.97183883999999921e2","0.73350540000000137e2"],["-0.97207503999999972e2","0.73348328000000095e2"],["-0.97236937999999896e2","0.73348602000000028e2"],["-0.97243057000000022e2","0.73354706000000022e2"],["-0.97375548999999921e2","0.73347214000000122e2"],["-0.97645003999999858e2","0.73318054000000018e2"],["-0.97660278000000005e2","0.73316086000000098e2"],["-0.97708617999999944e2","0.73304703000000075e2"],["-0.97841384999999889e2","0.73273315000000082e2"],[-97.84445199999999,"0.73268326000000116e2"],["-0.97848052999999936e2","0.73254440000000102e2"],["-0.97847778000000005e2","0.73249420000000043e2"],["-0.97848617999999988e2","0.73244980000000055e2"],[-97.86250299999989,"0.73233871000000136e2"],["-0.97983611999999994e2","0.73181091000000094e2"],["-0.98029175000000009e2","0.73165268000000083e2"],["-0.98076674999999966e2","0.73151382000000126e2"],["-0.98112503000000004e2","0.73142487000000074e2"],["-0.98151672000000019e2","0.73131087999999977e2"],["-0.98202788999999996e2","0.73110535000000084e2"],["-0.98222777999999948e2","0.73099991000000045e2"],["-0.98229996000000028e2","0.73090820000000122e2"],["-0.98231383999999878e2","0.73085541000000148e2"],["-0.98235001000000011e2","0.73079711999999915e2"],["-0.98240829000000019e2","0.73075272000000098e2"],["-0.98319457999999997e2","0.73050537000000077e2"],["-0.98365829000000019e2","0.73037766000000147e2"],["-0.98450287000000003e2","0.73020264000000111e2"],["-0.98459166999999923e2",72.99331699999999],["-0.98453613000000018e2","0.72898605000000089e2"],["-0.98450561999999991e2","0.72874985000000095e2"],["-0.98445830999999998e2","0.72865814000000114e2"],["-0.98438598999999954e2","0.72860535000000141e2"],["-0.98428054999999915e2","0.72856094000000041e2"],["-0.98419998000000021e2","0.72858597000000032e2"],["-0.98413329999999974e2","0.72864151000000049e2"],["-0.98403335999999967e2","0.72881363000000022e2"],["-0.98403335999999967e2","0.72887207000000046e2"],["-0.98405838000000017e2","0.72891662999999994e2"],["-0.98402221999999995e2","0.72897491000000059e2"],["-0.98397780999999952e2","0.72902771000000143e2"],["-0.98388061999999991e2","0.72908034999999927e2"],["-0.98266402999999855e2","0.72972763000000043e2"],["-0.98255004999999926e2","0.72977478000000076e2"],["-0.98227218999999877e2","0.72987487999999985e2"],["-0.98176940999999999e2","0.72998596000000134e2"],[-97.99499499999996,"0.73037491000000102e2"],["-0.97980559999999969e2","0.73039702999999975e2"],["-0.97864166000000012e2","0.73047485000000108e2"],["-0.97846953999999982e2","0.73048598999999911e2"],["-0.97684433000000013e2","0.73033051000000114e2"],["-0.97668335000000013e2",73.03137200000009],["-0.97527495999999985e2","0.73011383000000137e2"],["-0.97442489999999964e2","0.72999145999999996e2"],["-0.97299728000000016e2","0.72969711000000132e2"],["-0.97283324999999991e2","0.72963882000000069e2"],["-0.97229720999999984e2","0.72943038999999999e2"],["-0.97225006000000008e2","0.72939972000000125e2"],["-0.97258056999999951e2","0.72883605999999986e2"],["-0.97266402999999968e2","0.72878585999999984e2"],["-0.97265288999999996e2",72.84887700000013],["-0.97203613000000018e2","0.72825821000000076e2"],["-0.97081679999999949e2",72.77998400000007],["-0.97030288999999982e2",72.74136400000009],["-0.97023055999999997e2","0.72732208000000128e2"],["-0.97023055999999997e2","0.72727203000000088e2"],["-0.97029723999999987e2","0.72716659999999933e2"],["-0.97079453000000001e2","0.72701934999999992e2"],["-0.97105834999999956e2","0.72696365000000128e2"],["-0.97134444999999914e2","0.72688309000000061e2"],["-0.97161117999999988e2",72.67804000000001],["-0.97170546999999885e2","0.72673599000000081e2"],["-0.97179442999999992e2","0.72667480000000069e2"],["-0.97183059999999955e2","0.72661926000000051e2"],[-97.19027699999998,"0.72640549000000021e2"],["-0.97198333999999932e2","0.72609984999999995e2"],["-0.97196655000000021e2","0.72604430999999977e2"],["-0.97185271999999998e2","0.72601929000000098e2"],["-0.97165557999999919e2",72.60165400000011],[-97.09056099999998,"0.72605254999999943e2"],["-0.97081008999999938e2","0.72605927000000122e2"],[-97.07028200000002,"0.72608597000000088e2"],["-0.97042770000000019e2","0.72623306000000127e2"],["-0.97035827999999981e2","0.72628860000000145e2"],["-0.97005568999999866e2","0.72644714000000022e2"],["-0.96982223999999974e2","0.72655258000000117e2"],["-0.96968886999999938e2","0.72660262999999986e2"],["-0.96915558000000033e2","0.72678588999999988e2"],["-0.96611938000000009e2",72.74693300000007],["-0.96517501999999922e2","0.72714706000000092e2"],[-96.52194199999991,"0.72674423000000047e2"],["-0.96459731999999917e2","0.72607758000000103e2"],["-0.96405272999999966e2","0.72559418000000107e2"],["-0.96374709999999993e2","0.72534424000000115e2"],["-0.96336945000000014e2","0.72500824000000023e2"],["-0.96325561999999991e2","0.72488312000000064e2"],[-96.30221599999993,"0.72433868000000018e2"],["-0.96297501000000011e2",72.42164600000001],["-0.96298339999999939e2","0.72415817000000004e2"],["-0.96538605000000018e2","0.72343323000000055e2"],["-0.96668335000000013e2","0.72309708000000001e2"],["-0.96696945000000028e2","0.72310531999999967e2"],["-0.96738892000000021e2","0.72321105999999986e2"],["-0.96776397999999972e2","0.72323318000000029e2"],["-0.96831389999999999e2","0.72323608000000036e2"],["-0.96868332000000009e2","0.72321930000000123e2"],["-0.96871932999999956e2","0.72321105999999986e2"],["-0.96864440999999943e2","0.72317764000000068e2"],["-0.96771118000000001e2","0.72298874000000069e2"],["-0.96668883999999878e2",72.27915999999999],["-0.96578339000000028e2","0.72278594999999996e2"],["-0.96561110999999983e2","0.72275543000000027e2"],["-0.96554169000000002e2","0.72263885000000016e2"],["-0.96487212999999883e2","0.72136108000000036e2"],["-0.96485001000000011e2","0.72129974000000004e2"],["-0.96483062999999959e2",72.11303700000002],["-0.96487503000000004e2","0.72101653999999996e2"],["-0.96498336999999935e2","0.72090270999999973e2"],["-0.96508346999999958e2","0.72084991000000116e2"],["-0.96521117999999944e2","0.72079987000000131e2"],["-0.96537216000000001e2",72.07499700000011],["-0.96557220000000029e2","0.72071930000000009e2"],["-0.96721663999999919e2","0.72052765000000022e2"],[-96.77305599999994,"0.72053040000000067e2"],["-0.96789444000000003e2","0.72052200000000028e2"],["-0.96866942999999992e2","0.72041091999999992e2"],["-0.96853881999999999e2","0.72036376999999959e2"],["-0.96828888000000006e2","0.72030822999999998e2"],["-0.96672501000000011e2","0.72012771999999984e2"],["-0.96635009999999966e2","0.72013885000000073e2"],["-0.96618057000000022e2","0.72018326000000002e2"],["-0.96609160999999915e2","0.72024155000000007e2"],["-0.96600554999999986e2",72.02777100000003],["-0.96567779999999971e2","0.72033600000000092e2"],["-0.96521117999999944e2","0.72038879000000065e2"],["-0.96501953000000015e2","0.72038589000000059e2"],["-0.96488601999999958e2","0.72034987999999998e2"],["-0.96489990000000034e2","0.72018326000000002e2"],["-0.96490829000000019e2","0.72012206999999989e2"],["-0.96493056999999965e2","0.72001098999999954e2"],["-0.96502228000000002e2","0.71975540000000137e2"],["-0.96505843999999968e2","0.71969711000000132e2"],["-0.96512786999999889e2","0.71964431999999988e2"],["-0.96522506999999962e2","0.71959152000000074e2"],["-0.96554442999999935e2","0.71949141999999995e2"],["-0.96565552000000025e2","0.71946930000000123e2"],["-0.96573897999999986e2","0.71948318000000029e2"],["-0.96589447000000007e2","0.71954437000000041e2"],["-0.96602782999999988e2","0.71958038000000101e2"],["-0.96617492999999911e2","0.71959991000000059e2"],["-0.96638335999999981e2","0.71957488999999953e2"],[-96.73332199999993,"0.71928863999999976e2"],["-0.96749160999999958e2","0.71923874000000069e2"],["-0.96761947999999961e2","0.71918594000000041e2"],["-0.96764450000000011e2","0.71914992999999981e2"],["-0.96761397999999929e2","0.71909714000000008e2"],["-0.96749725000000012e2","0.71903046000000018e2"],["-0.96736389000000031e2","0.71899429000000055e2"],["-0.96724166999999966e2","0.71898605000000089e2"],["-0.96700835999999924e2","0.71899994000000106e2"],[-96.64527899999996,"0.71917480000000012e2"],["-0.96607223999999974e2",71.92692599999998],["-0.96565552000000025e2",71.93220500000001],["-0.96522781000000009e2","0.71934418000000107e2"],["-0.96509170999999924e2","0.71933044000000109e2"],["-0.96503890999999953e2","0.71931656000000032e2"],["-0.96491668999999888e2","0.71926085999999941e2"],[-96.49110399999995,"0.71919434000000081e2"],["-0.96493056999999965e2","0.71914153999999996e2"],["-0.96525832999999977e2","0.71868866000000082e2"],["-0.96557769999999948e2","0.71829436999999984e2"],["-0.96570846999999901e2","0.71819442999999978e2"],["-0.96579726999999934e2","0.71814987000000031e2"],[-96.591949,"0.71810805999999957e2"],["-0.96613327000000027e2","0.71807205000000124e2"],["-0.96726668999999958e2","0.71793593999999928e2"],["-0.96744720000000029e2","0.71792206000000022e2"],["-0.96738051999999982e2","0.71824996999999996e2"],["-0.96791381999999942e2","0.71827774000000034e2"],["-0.96983611999999994e2","0.71775817999999958e2"],["-0.97013061999999991e2","0.71749146000000053e2"],["-0.97084166999999923e2","0.71700272000000098e2"],["-0.97165008999999941e2","0.71675537000000077e2"],["-0.97210006999999962e2","0.71663605000000075e2"],["-0.97434433000000013e2","0.71617751999999996e2"],["-0.97470550999999944e2","0.71612487999999985e2"],["-0.97505004999999983e2",71.611649],["-0.97656386999999938e2","0.71614700000000028e2"],["-0.97696655000000021e2","0.71619705000000067e2"],["-0.97713332999999977e2","0.71623871000000008e2"],["-0.97726395000000025e2","0.71628310999999997e2"],["-0.97787215999999944e2","0.71644149999999968e2"],["-0.97974715999999944e2","0.71660812000000135e2"],["-0.97988051999999982e2","0.71661926000000108e2"],["-0.98035277999999948e2","0.71653320000000008e2"],["-0.98053329000000019e2","0.71648331000000042e2"],["-0.98072784000000013e2","0.71641663000000051e2"],["-0.98112777999999935e2","0.71636932000000115e2"],["-0.98131103999999937e2","0.71638046000000088e2"],["-0.98178878999999938e2","0.71641663000000051e2"],["-0.98196654999999907e2","0.71643600000000106e2"],["-0.98207503999999972e2","0.71646103000000039e2"],["-0.98218063000000029e2","0.71649719000000118e2"],["-0.98240829000000019e2","0.71659714000000008e2"],["-0.98252791999999886e2","0.71666091999999992e2"],["-0.98331116000000009e2","0.71708327999999995e2"],["-0.98349166999999909e2","0.71718597000000045e2"],[-98.3558349999999,71.7227630000001],["-0.98359725999999966e2","0.71728043000000014e2"],["-0.98359436000000017e2","0.71733871000000079e2"],["-0.98333327999999995e2","0.71787490999999989e2"],["-0.98325561999999934e2","0.71798325000000091e2"],["-0.98321395999999936e2","0.71803314000000057e2"],["-0.98315276999999924e2","0.71809143000000063e2"],["-0.98279174999999952e2","0.71834717000000069e2"],["-0.98259170999999924e2","0.71844711000000075e2"],["-0.98228881999999999e2","0.71862198000000092e2"],["-0.98211944999999957e2","0.71878585999999984e2"],["-0.98208617999999944e2","0.71884430000000009e2"],["-0.98209166999999979e2","0.71889160000000004e2"],["-0.98221938999999963e2",71.89498900000001],["-0.98255279999999971e2","0.71902480999999966e2"],["-0.98267226999999991e2",71.90415999999999],["-0.98282776000000013e2","0.71899155000000121e2"],["-0.98291381999999999e2","0.71894714000000022e2"],["-0.98450561999999991e2",71.79414399999996],["-0.98462508999999955e2","0.71783874999999966e2"],["-0.98477782999999931e2","0.71767212000000086e2"],["-0.98488892000000021e2","0.71749419999999986e2"],[-98.49749799999995,"0.71733321999999987e2"],[-98.49749799999995,"0.71721649000000127e2"],["-0.98493880999999988e2","0.71713882000000012e2"],["-0.98381377999999984e2","0.71653594999999996e2"],["-0.98367492999999911e2","0.71647491000000002e2"],["-0.98179992999999911e2","0.71571930000000123e2"],["-0.98041381999999885e2","0.71530823000000055e2"],["-0.98037506000000008e2",71.526657],["-0.98120543999999995e2","0.71460540999999978e2"],["-0.98180831999999953e2","0.71423598999999967e2"],["-0.98198043999999982e2","0.71414703000000031e2"],["-0.98466110000000015e2","0.71313309000000061e2"],["-0.98505568999999923e2","0.71299149000000114e2"],["-0.98541381999999942e2","0.71289429000000041e2"],[-98.55471799999998,"0.71287201000000096e2"],["-0.98701675000000023e2","0.71271927000000005e2"],[-98.72084000000001,"0.71269989000000066e2"],["-0.98729720999999927e2","0.71270538000000045e2"],[-98.75111400000003,"0.71274154999999951e2"],["-0.98816390999999953e2","0.71289154000000053e2"],["-0.98829453000000001e2","0.71293869000000086e2"],["-0.98844726999999978e2","0.71305542000000116e2"],["-0.98882216999999969e2","0.71333878000000027e2"],["-0.98938323999999852e2","0.71369141000000013e2"],["-0.98960281000000009e2","0.71379974000000004e2"],["-0.98978881999999999e2","0.71382476999999994e2"],["-0.98995543999999995e2","0.71382751000000098e2"],["-0.99014724999999942e2","0.71381653000000028e2"],["-0.99034438999999963e2","0.71378860000000032e2"],["-0.99042770000000019e2","0.71374419999999986e2"],["-0.99045546999999942e2","0.71368590999999981e2"],["-0.99051392000000021e2","0.71363036999999963e2"],[-99.05972300000002,"0.71358597000000145e2"],["-0.99077498999999989e2","0.71353592000000106e2"],["-0.99115829000000019e2","0.71350540000000024e2"],["-0.99220839999999896e2","0.71342209000000082e2"],["-0.99238051999999982e2","0.71344986000000006e2"],["-0.99288054999999872e2","0.71402771000000087e2"],["-0.99313323999999966e2",71.43942300000009],["-0.99462783999999942e2",71.59304800000001],["-0.99529723999999987e2",71.605255],["-0.99558608999999876e2","0.71613037000000134e2"],["-0.99574172999999973e2","0.71619705000000067e2"],["-0.99578888000000006e2","0.71622757000000036e2"],["-0.99591675000000009e2","0.71635268999999994e2"],["-0.99676392000000021e2",71.72526600000009],["-0.99677779999999927e2","0.71729156000000046e2"],["-0.99677215999999987e2","0.71736923000000047e2"],["-0.99674437999999896e2","0.71742752000000053e2"],["-0.99673049999999989e2","0.71749146000000053e2"],["-0.99673889000000031e2","0.71753876000000105e2"],["-0.99676392000000021e2","0.71758605999999986e2"],["-0.99678328999999962e2","0.71760544000000095e2"],["-0.99842223999999987e2","0.71834991000000002e2"],["-0.99959166999999979e2","0.71854155999999932e2"],["-0.99977218999999991e2","0.71855819999999937e2"],["-0.10005110200000001e3",71.865814],[-100.067497,"0.71870529000000033e2"],["-0.10010193599999997e3","0.71884720000000016e2"],["-0.10031471299999993e3","0.71979979999999955e2"],["-0.10032195299999989e3","0.71984985000000052e2"],["-0.10033222999999998e3","0.71997208000000057e2"],["-0.10033583099999993e3","0.72006653000000142e2"],[-100.579453,"0.72154434000000037e2"],["-0.10063445299999995e3",72.18553200000008],["-0.10064417300000002e3","0.72188308999999947e2"],["-0.10072000099999997e3","0.72201660000000118e2"],["-0.10088527699999997e3","0.72207764000000111e2"],["-0.10088999899999988e3","0.72207489000000123e2"],["-0.10092388900000003e3","0.72199416999999983e2"],["-0.10095140099999992e3","0.72171097000000145e2"],["-0.10096777299999997e3","0.72174149000000057e2"],["-0.10101334399999996e3","0.72191086000000041e2"],["-0.10102084400000001e3","0.72196365000000014e2"],[-101.054169,"0.72231658999999922e2"],["-0.10105555700000002e3",72.236649],["-0.10111776700000001e3","0.72284424000000001e2"],["-0.10119444299999998e3","0.72324432000000002e2"],["-0.10120861799999994e3","0.72329712000000086e2"],[-101.220551,"0.72332214000000135e2"],["-0.10123889200000002e3",72.33387799999997],["-0.10127667200000002e3","0.72328323000000069e2"],["-0.10132528699999995e3","0.72314986999999974e2"],[-101.395554,"0.72286926000000051e2"],["-0.10140416699999997e3","0.72281372000000033e2"],["-0.10140972899999986e3","0.72275543000000027e2"],["-0.10146945199999999e3","0.72265549000000021e2"],["-0.10150917099999998e3","0.72283051000000057e2"],["-0.10158556399999998e3","0.72301376000000005e2"],["-0.10163474299999996e3","0.72306931000000077e2"],["-0.10165638699999994e3","0.72305252000000053e2"],["-0.10166416900000002e3","0.72301650999999993e2"],[-101.672234,"0.72292755000000056e2"],["-0.10168499799999989e3",72.28776600000009],["-0.10169444299999986e3","0.72288040000000024e2"],["-0.10177694700000001e3","0.72299713000000054e2"],["-0.10183056599999992e3","0.72319153000000028e2"],["-0.10184472699999992e3","0.72324432000000002e2"],["-0.10188834399999996e3","0.72358597000000145e2"],["-0.10194167299999987e3","0.72451935000000049e2"],["-0.10198131599999999e3","0.72478111000000126e2"],["-0.10208033799999993e3","0.72516006000000118e2"],["-0.10222222899999991e3","0.72542206000000078e2"],["-0.10225862100000001e3","0.72549149000000057e2"],["-0.10237721299999998e3","0.72577484000000084e2"],["-0.10246584299999995e3","0.72604706000000022e2"],[-102.6219329999999,"0.72664703000000145e2"],["-0.10273638899999992e3","0.72719986000000006e2"],["-0.10274166899999989e3","0.72724152000000061e2"],["-0.10275583599999993e3","0.72761383000000023e2"],["-0.10276471699999996e3","0.72784987999999998e2"],["-0.10276306199999999e3","0.72790817000000004e2"],["-0.10275306699999999e3","0.72811096000000134e2"],["-0.10274944299999999e3","0.72817214999999976e2"],["-0.10274305699999996e3",72.82249500000006],["-0.10273500100000001e3","0.72826096000000121e2"],["-0.10269860799999992e3","0.72836654999999951e2"],["-0.10266361999999992e3","0.72853316999999947e2"],["-0.10264666699999992e3","0.72864426000000037e2"],["-0.10261277799999993e3","0.72896652000000131e2"],["-0.10259722899999991e3","0.72913605000000018e2"],["-0.10259361299999995e3","0.72919983000000002e2"],["-0.10259166699999997e3","0.72925536999999963e2"],["-0.10259306300000003e3","0.72931656000000032e2"],["-0.10259416199999998e3","0.72942748999999992e2"],[-102.593887,"0.72949141999999995e2"],["-0.10259166699999997e3","0.72954987000000074e2"],[-102.576683,"0.72979706000000022e2"],["-0.10256304899999998e3","0.72991089000000045e2"],["-0.10251306199999993e3","0.73026093000000117e2"],["-0.10250110599999994e3","0.73030548000000124e2"],["-0.10238806199999999e3","0.73062759000000028e2"],["-0.10236805699999996e3","0.73067490000000134e2"],["-0.10227610800000002e3",73.08248900000001],["-0.10224694799999997e3","0.73083878000000027e2"],["-0.10213722199999989e3","0.73086929000000055e2"],["-0.10208444199999985e3","0.73084152000000131e2"],[-102.014183,"0.73079711999999915e2"],["-0.10197083999999995e3","0.73070540999999992e2"],["-0.10188417099999992e3","0.73024704000000099e2"],["-0.10181777999999991e3","0.72966660000000104e2"],[-101.810272,"0.72960541000000035e2"],["-0.10175527999999997e3","0.72930542000000059e2"],["-0.10174109599999991e3","0.72924149000000057e2"],["-0.10167527799999999e3","0.72909714000000122e2"],["-0.10159528399999994e3","0.72902205999999921e2"],["-0.10152166699999998e3",72.87831100000011],["-0.10150974299999996e3","0.72871642999999949e2"],["-0.10140444899999989e3","0.72782486000000119e2"],["-0.10141332999999997e3","0.72748322000000087e2"],["-0.10137249800000001e3","0.72727203000000088e2"],["-0.10136665299999999e3","0.72725266000000033e2"],["-0.10129750099999995e3","0.72709991000000059e2"],["-0.10103333299999997e3","0.72689697000000137e2"],["-0.10091583299999996e3","0.72688034000000016e2"],["-0.10088221699999991e3","0.72689697000000137e2"],["-0.10082778899999994e3","0.72705826000000059e2"],["-0.10081945799999994e3","0.72710266000000104e2"],["-0.10081220999999994e3","0.72715545999999961e2"],["-0.10081194299999999e3","0.72719710999999961e2"],["-0.10079833999999994e3","0.72743590999999981e2"],["-0.10070722999999998e3","0.72755829000000006e2"],["-0.10053307299999994e3","0.72751389000000017e2"],["-0.10050917099999992e3","0.72749146000000053e2"],["-0.10049833699999994e3",72.74803200000008],["-0.10047582999999997e3","0.72742751999999996e2"],["-0.10044803599999995e3","0.72735535000000084e2"],["-0.10043443300000001e3",72.73692299999999],["-0.10041221599999994e3",72.74192800000003],["-0.10034973100000002e3","0.72770538000000101e2"],["-0.10034084300000001e3","0.72774993999999992e2"],["-0.10033168000000001e3",72.78054800000001],[-100.314438,"0.72796371000000022e2"],["-0.10031555199999997e3","0.72801376000000062e2"],["-0.10035077699999994e3","0.72851326000000086e2"],["-0.10035160799999994e3","0.72853660999999988e2"],["-0.10035711699999996e3","0.72859154000000103e2"],["-0.10046916199999998e3","0.72950272000000041e2"],["-0.10048638899999992e3","0.72949141999999995e2"],["-0.10049889399999995e3","0.72950546000000145e2"],["-0.10049973299999999e3",72.95637499999998],["-0.10046305799999993e3","0.73014709000000039e2"],["-0.10045194999999995e3","0.73020538000000045e2"],[-100.421944,"0.73034987999999942e2"],["-0.10036776700000001e3","0.73046936000000017e2"],["-0.10035637700000001e3","0.73049423000000047e2"],["-0.10034221600000001e3","0.73044144000000074e2"],["-0.10031667299999992e3","0.73034149000000014e2"],["-0.10030943299999996e3","0.73028046000000074e2"],["-0.10031555199999997e3","0.73022490999999945e2"],["-0.10034306300000003e3","0.73013885000000073e2"],[-100.3577729999999,"0.73010544000000039e2"],["-0.10038137799999998e3","0.72949141999999995e2"],["-0.10032899499999991e3","0.72891372999999987e2"],["-0.10031732899999992e3","0.72888869999999997e2"],["-0.10028527800000001e3","0.72873596000000077e2"],["-0.10021721599999995e3","0.72876647999999989e2"],[-100.196663,"0.72877762000000018e2"],["-0.10009638999999993e3",72.88638300000008],["-0.10006722999999994e3","0.72902205999999921e2"],[-100.031387,"0.72934982000000048e2"],["-0.10004750099999995e3","0.72957214000000135e2"],["-0.10011277799999999e3","0.73025818000000072e2"],["-0.10016972399999992e3","0.73078598000000113e2"],["-0.10023222399999997e3","0.73134430000000123e2"],["-0.10024445299999996e3","0.73136932000000002e2"],["-0.10025446299999999e3","0.73137206999999989e2"],["-0.10028888699999993e3","0.73135818000000029e2"],["-0.10032362399999994e3","0.73133331000000112e2"],[-100.345551,"0.73130264000000011e2"],["-0.10038249200000001e3","0.73122757000000092e2"],["-0.10039138799999995e3","0.73118317000000047e2"],["-0.10041443600000002e3","0.73104706000000078e2"],["-0.10044275699999997e3","0.73087204000000042e2"],["-0.10051862299999993e3",73.0977630000001],["-0.10058667000000003e3","0.73132751000000098e2"],["-0.10060193599999997e3","0.73140823000000069e2"],["-0.10060777300000001e3","0.73146378000000141e2"],["-0.10058612099999999e3","0.73167480000000126e2"],["-0.10058000199999987e3","0.73173035000000027e2"],["-0.10049082900000002e3","0.73230819999999937e2"],["-0.10040666199999987e3","0.73280273000000079e2"],["-0.10039778100000001e3","0.73284713999999951e2"],["-0.10037832600000002e3","0.73289978000000133e2"],["-0.10036110699999995e3","0.73290267999999969e2"],["-0.10028138699999994e3",73.27915999999999],[-100.1347429999999,"0.73221100000000035e2"],["-0.10005332899999996e3","0.73186371000000008e2"],["-0.10003751399999999e3","0.73183868000000018e2"],[-100.021118,"0.73183044000000052e2"],["-0.10000418099999996e3","0.73183319000000097e2"],["-0.99841110000000015e2","0.73191360000000145e2"],["-0.99801666000000012e2","0.73195526000000029e2"],["-0.99771666999999979e2","0.73201096000000121e2"],[-99.77027899999996,"0.73203873000000044e2"],["-0.99771666999999979e2","0.73208038000000045e2"],["-0.99786391999999921e2","0.73212493999999936e2"],["-0.99811934999999949e2","0.73215546000000074e2"],[-99.84944200000001,73.21527100000003],["-0.99886123999999995e2","0.73213318000000072e2"],["-0.99925827000000027e2","0.73214996000000042e2"],["-0.99945267000000001e2","0.73216660000000047e2"],[-99.96444699999995,"0.73219436999999971e2"],["-0.10007749899999999e3","0.73251389000000074e2"],["-0.10009500100000002e3","0.73257217000000026e2"],["-0.10015915699999994e3","0.73289428999999984e2"],["-0.10019943199999994e3",73.31860400000005],["-0.10027223199999992e3","0.73358597000000088e2"],["-0.10032362399999994e3",73.3836060000001],["-0.10033332799999994e3","0.73388321000000133e2"],[-100.358047,"0.73393326000000002e2"],["-0.10037389399999995e3","0.73395828000000051e2"],["-0.10038417099999987e3","0.73396378000000084e2"],["-0.10038806199999993e3","0.73395538000000045e2"],[-100.4058379999999,"0.73361374000000012e2"],[-100.387787,"0.73338593000000003e2"],["-0.10056166099999996e3","0.73286652000000117e2"],[-100.583618,"0.73283599999999979e2"],[-100.823059,"0.73260818000000086e2"],["-0.10084056099999992e3","0.73259720000000016e2"],["-0.10088945000000001e3","0.73264435000000049e2"],["-0.10097749299999998e3","0.73280273000000079e2"],["-0.10130499299999991e3","0.73361649000000057e2"],["-0.10131276700000001e3","0.73371094000000085e2"],["-0.10131139400000001e3","0.73382751000000042e2"],["-0.10131054699999999e3","0.73392487000000017e2"],["-0.10131139400000001e3","0.73398331000000042e2"],[-101.31723,"0.73401657000000057e2"],["-0.10147055099999994e3","0.73436096000000134e2"],["-0.10155832700000002e3","0.73446640000000002e2"],["-0.10158084099999996e3","0.73450272000000098e2"],["-0.10161665299999993e3","0.73485260000000096e2"],["-0.10162138400000003e3","0.73490265000000136e2"],["-0.10144055200000003e3","0.73549149000000057e2"],["-0.10142748999999992e3","0.73552200000000084e2"],["-0.10140083299999992e3","0.73553589000000045e2"],["-0.10131582599999996e3","0.73550811999999951e2"],[-101.2808379999999,"0.73552475000000072e2"],["-0.10126888999999994e3","0.73556090999999924e2"],["-0.10125974300000001e3","0.73561646000000053e2"],["-0.10125527999999997e3","0.73567763999999954e2"],["-0.10125222799999995e3","0.73578873000000044e2"],["-0.10125306699999993e3","0.73584991000000002e2"],["-0.10125110599999994e3","0.73589706000000035e2"],["-0.10124194299999994e3","0.73595261000000107e2"],["-0.10123082699999998e3","0.73600266000000147e2"],["-0.10121721600000001e3","0.73604155999999932e2"],[-101.199432,73.60554500000012],["-0.10092639200000002e3","0.73600266000000147e2"],["-0.10090943900000002e3","0.73599716000000114e2"],[-100.890289,"0.73596100000000092e2"],["-0.10087748699999997e3",73.59027100000003],["-0.10077084400000001e3","0.73539978000000076e2"],["-0.10071749899999992e3","0.73509155000000078e2"],["-0.10070667299999997e3","0.73499420000000043e2"],["-0.10070221699999996e3","0.73494431000000077e2"],["-0.10070140100000003e3","0.73488585999999941e2"],["-0.10069721999999996e3","0.73482483000000002e2"],["-0.10069110099999995e3","0.73476929000000041e2"],["-0.10067278299999998e3","0.73464432000000045e2"],["-0.10051834099999996e3","0.73416930999999977e2"],["-0.10049973299999999e3","0.73412490999999932e2"],["-0.10046472199999988e3","0.73407211000000075e2"],["-0.10044444299999992e3",73.40637200000009],["-0.10043055700000002e3","0.73406936999999971e2"],["-0.10041722099999998e3","0.73413315000000068e2"],["-0.10041500899999994e3",73.41804500000012],["-0.10042971799999998e3","0.73430267000000072e2"],["-0.10045500199999998e3","0.73441924999999969e2"],[-100.484734,"0.73451935000000049e2"],["-0.10050279199999989e3",73.45748900000001],[-100.531387,"0.73466094999999939e2"],["-0.10058389299999993e3","0.73482208000000014e2"],["-0.10059221599999995e3","0.73486374000000069e2"],["-0.10059861799999999e3","0.73491089000000102e2"],[-100.60611,"0.73497207999999944e2"],["-0.10061000099999995e3","0.73503052000000139e2"],[-100.610817,"0.73509155000000078e2"],["-0.10060804699999994e3","0.73514999000000103e2"],["-0.10060388199999994e3","0.73521102999999982e2"],["-0.10055915799999997e3","0.73546097000000088e2"],["-0.10054387700000001e3","0.73556366000000139e2"],[-100.541382,"0.73562194999999974e2"],["-0.10054277000000002e3","0.73573883000000023e2"],["-0.10054998799999993e3","0.73594711000000075e2"],["-0.10055166600000001e3","0.73598876999999959e2"],[-100.573624,"0.73596649000000014e2"],[-100.628601,"0.73593322999999998e2"],["-0.10076750199999998e3","0.73603867000000037e2"],["-0.10089167799999996e3","0.73619980000000055e2"],["-0.10091139199999998e3","0.73622756999999979e2"],["-0.10091194200000001e3","0.73625259000000028e2"],["-0.10091139199999998e3","0.73630539000000113e2"],["-0.10087943999999999e3","0.73635818000000086e2"],["-0.10086472300000003e3","0.73641662999999994e2"],["-0.10086110699999995e3","0.73645827999999995e2"],["-0.10085360699999995e3","0.73662201000000039e2"],[-100.858047,"0.73667205999999908e2"],["-0.10097444199999995e3","0.73679153000000042e2"],["-0.10099194299999999e3","0.73678863999999976e2"],["-0.10103333299999997e3","0.73671371000000136e2"],["-0.10104695099999998e3","0.73673035000000141e2"],[-101.057503,"0.73676650999999993e2"],["-0.10111833199999995e3","0.73723312000000021e2"],[-101.120003,"0.73727203000000088e2"],["-0.10101390100000003e3","0.73797211000000061e2"],["-0.10099749799999989e3","0.73802475000000015e2"],["-0.10098222399999997e3",73.80581699999999],["-0.10095973199999997e3","0.73809143000000006e2"],["-0.10093804899999998e3","0.73810256999999979e2"],["-0.10082861300000002e3","0.73815536000000122e2"],["-0.10079527300000001e3","0.73812484999999924e2"],["-0.10077583300000003e3","0.73812195000000088e2"],[-100.754997,"0.73812484999999924e2"],["-0.10073416099999997e3","0.73815262000000018e2"],["-0.10071444700000001e3","0.73820267000000058e2"],["-0.10069915800000001e3","0.73826096000000064e2"],["-0.10066416900000002e3","0.73844986000000063e2"],["-0.10064835399999993e3","0.73848327999999981e2"],[-100.554169,"0.73854705999999965e2"],["-0.10052999899999998e3","0.73853591999999935e2"],["-0.10041777000000002e3","0.73845534999999984e2"],["-0.10039555399999995e3","0.73840820000000122e2"],["-0.10038945000000001e3",73.83859300000006],[-100.370003,"0.73828049000000021e2"],["-0.10034999099999993e3","0.73818603999999993e2"],["-0.10033612099999993e3","0.73814697000000024e2"],["-0.10006304899999998e3","0.73764999000000046e2"],["-0.99865828999999962e2","0.73837769000000094e2"],["-0.99857773000000009e2",73.84275800000006],["-0.99870109999999954e2","0.73861541999999986e2"],["-0.99869109999999921e2","0.73867370999999991e2"],["-0.99869780999999932e2","0.73870201000000009e2"],["-0.99877105999999912e2","0.73876541000000032e2"],["-0.99886771999999951e2",73.8822100000001],["-0.99892440999999963e2","0.73883536999999933e2"],["-0.99961944999999957e2","0.73873306000000071e2"],["-0.99971663999999976e2","0.73868042000000059e2"],["-0.99988051999999925e2","0.73856934000000081e2"],["-0.99990829000000019e2","0.73851089000000002e2"],["-0.99997498000000007e2","0.73845534999999984e2"],["-0.10000834699999996e3","0.73841369999999984e2"],["-0.10002639799999997e3","0.73836929000000055e2"],["-0.10004943800000001e3","0.73832764000000054e2"],["-0.10013667299999997e3","0.73827484000000027e2"],[-100.175003,"0.73828049000000021e2"],["-0.10024944299999993e3","0.73833878000000027e2"],["-0.10026139799999993e3","0.73838318000000072e2"],["-0.10029972799999996e3","0.73860260000000096e2"],["-0.10029695100000004e3","0.73865814000000114e2"],["-0.10029222099999993e3","0.73872208000000001e2"],["-0.10027860999999996e3","0.73888596000000007e2"],["-0.10026583900000003e3","0.73899994000000049e2"],[-100.252792,"0.73905258000000003e2"],["-0.10024305700000002e3","0.73907486000000006e2"],["-0.10014306599999992e3","0.73929977000000008e2"],["-0.10012721299999993e3","0.73933319000000097e2"],[-100.104446,"0.73936371000000008e2"],["-0.10003751399999999e3","0.73942473999999947e2"],["-0.99981109999999944e2","0.73945816000000093e2"],["-0.99938599000000011e2","0.73946091000000081e2"],["-0.99896956999999986e2","0.73944138000000009e2"],["-0.99856109999999887e2","0.73940811000000053e2"],["-0.99816100999999946e2",73.93609600000002],["-0.99800827000000027e2","0.73931655999999975e2"],["-0.99800551999999925e2","0.73925812000000008e2"],["-0.99813323999999966e2","0.73921371000000079e2"],["-0.99806220999999937e2","0.73902100000000019e2"],["-0.99810058999999967e2","0.73898766000000023e2"],["-0.99810889999999972e2","0.73894928000000107e2"],["-0.99808227999999986e2","0.73891937000000041e2"],["-0.99804557999999929e2","0.73889099000000101e2"]],[["-0.89988892000000021e2","0.73988312000000121e2"],["-0.90007781999999963e2","0.73984984999999995e2"],["-0.90058043999999938e2","0.73992477000000122e2"],["-0.90158614999999998e2","0.74001389000000131e2"],["-0.90217772999999966e2","0.74004439999999988e2"],["-0.90250290000000007e2",74.00999500000006],["-0.90265015000000005e2","0.74014708999999982e2"],["-0.90281112999999891e2",74.02165199999996],["-0.90284728999999913e2","0.74024994000000106e2"],["-0.90285003999999958e2","0.74029709000000139e2"],["-0.90276397999999858e2","0.74038589000000002e2"],["-0.90271117999999944e2","0.74043320000000108e2"],["-0.90240554999999972e2","0.74053863999999976e2"],["-0.90206115999999952e2","0.74057755000000043e2"],["-0.89991942999999935e2","0.74066665999999998e2"],[-89.97193900000002,"0.74064697000000137e2"],["-0.89941375999999991e2","0.74057479999999998e2"],["-0.89914443999999946e2","0.74047485000000108e2"],[-89.90194699999995,74.03776600000009],["-0.89903885000000002e2",74.03137200000009],["-0.89918609999999944e2","0.74010543999999982e2"],["-0.89928329000000019e2","0.74005554000000132e2"],["-0.89988892000000021e2","0.73988312000000121e2"]],[["-0.98918610000000001e2","0.73806091000000094e2"],[-98.96166999999997,73.80525200000011],["-0.99104172000000005e2",73.81442300000009],["-0.99140838999999914e2","0.73818054000000132e2"],[-99.36361699999992,"0.73864426000000037e2"],["-0.99381942999999922e2",73.86914100000007],["-0.99429717999999923e2","0.73891662999999937e2"],["-0.99437499999999943e2",73.89694199999991],[-99.43638599999997,"0.73902206000000092e2"],["-0.99429717999999923e2","0.73908035000000098e2"],["-0.99422501000000011e2","0.73911102000000028e2"],["-0.99406113000000005e2","0.73915267999999912e2"],["-0.99282500999999968e2","0.73936919999999986e2"],["-0.99223891999999978e2","0.73940262000000075e2"],["-0.99092772999999909e2","0.73952209000000039e2"],["-0.99020279000000016e2","0.73979706000000022e2"],["-0.98938048999999921e2","0.73998596000000134e2"],["-0.98801666000000012e2","0.74018051000000128e2"],[-98.66194200000001,74.03137200000009],["-0.98575835999999981e2",74.03137200000009],["-0.98532501000000025e2","0.74032211000000018e2"],["-0.98491942999999935e2","0.74034148999999957e2"],["-0.98425277999999992e2","0.74043869000000029e2"],[-98.3558349999999,"0.74057479999999998e2"],["-0.98275832999999921e2",74.07388300000008],["-0.98255004999999926e2","0.74078598000000113e2"],["-0.98230285999999978e2","0.74083327999999938e2"],["-0.98170836999999949e2",74.09248400000007],["-0.98039992999999981e2","0.74105820000000051e2"],["-0.97994445999999925e2","0.74109421000000111e2"],["-0.97806106999999884e2",74.11943100000002],["-0.97758346999999958e2","0.74118590999999981e2"],["-0.97737212999999997e2","0.74117477000000008e2"],["-0.97703613000000018e2","0.74113876000000118e2"],["-0.97690826000000015e2","0.74111374000000069e2"],["-0.97653609999999958e2","0.74099991000000045e2"],[-97.64805599999994,74.0977630000001],["-0.97642226999999934e2","0.74087204000000042e2"],["-0.97637787000000003e2","0.74075546000000031e2"],["-0.97638335999999981e2","0.74063873000000001e2"],["-0.97649444999999957e2","0.74052474999999959e2"],["-0.97656661999999983e2",74.04693599999996],["-0.97673324999999863e2","0.74035537999999974e2"],["-0.97717223999999987e2","0.74009720000000016e2"],["-0.97728058000000033e2","0.74004166000000055e2"],["-0.97763625999999931e2","0.73988312000000121e2"],["-0.97823058999999887e2","0.73968597000000102e2"],["-0.98124161000000015e2","0.73878586000000098e2"],["-0.98145003999999915e2","0.73873596000000077e2"],["-0.98168334999999956e2","0.73870818999999983e2"],["-0.98392776000000026e2",73.84526100000005],["-0.98478881999999999e2","0.73837494000000106e2"],["-0.98777221999999995e2","0.73813599000000124e2"],["-0.98918610000000001e2","0.73806091000000094e2"]],[["-0.92638061999999877e2","0.74103043000000127e2"],[-92.36860699999994,"0.74041091999999992e2"],["-0.92356948999999986e2","0.74038040000000024e2"],[-92.33444199999991,74.03137200000009],[-92.31138599999997,74.02165199999996],["-0.92296951000000035e2","0.74014435000000049e2"],["-0.92289444000000003e2","0.74009155000000021e2"],["-0.92282775999999956e2","0.74003325999999959e2"],["-0.92273620999999991e2","0.73990540000000067e2"],["-0.92272781000000009e2","0.73984421000000054e2"],[-92.28195199999999,"0.73974990999999989e2"],["-0.92291107000000011e2","0.73969711000000075e2"],["-0.92310546999999929e2","0.73961104999999975e2"],["-0.92327788999999939e2","0.73951385000000073e2"],["-0.92330001999999979e2","0.73945526000000086e2"],["-0.92329726999999991e2","0.73942473999999947e2"],["-0.92309433000000013e2","0.73940811000000053e2"],[-92.1324919999999,"0.73946365000000014e2"],["-0.92118606999999997e2","0.73949142000000109e2"],["-0.92116652999999985e2",73.95109599999995],["-0.92113327000000027e2",73.95637499999998],["-0.92110000999999897e2","0.73964706000000035e2"],["-0.92113051999999982e2","0.73974426000000108e2"],["-0.92114440999999999e2","0.73976654000000053e2"],["-0.92113051999999982e2","0.73981368999999916e2"],["-0.92107773000000009e2","0.73984711000000061e2"],["-0.92094161999999983e2","0.73989151000000049e2"],["-0.91925551999999982e2","0.74012771999999927e2"],["-0.91877212999999983e2","0.74016936999999928e2"],["-0.91838332999999977e2","0.74018875000000094e2"],["-0.91570847000000015e2","0.74025818000000072e2"],["-0.91528335999999911e2","0.74024429000000055e2"],["-0.91139998999999932e2",74.00999500000006],["-0.91097504000000015e2","0.74008331000000055e2"],["-0.91065001999999993e2","0.74006103999999993e2"],["-0.91046951000000035e2","0.74004166000000055e2"],["-0.90735549999999932e2","0.73968322999999998e2"],["-0.90660003999999958e2","0.73953873000000044e2"],["-0.90633056999999951e2","0.73948317999999972e2"],["-0.90441375999999934e2","0.73919708000000128e2"],["-0.90406661999999983e2","0.73914703000000088e2"],["-0.90364440999999999e2","0.73911652000000061e2"],["-0.90354720999999984e2","0.73912201000000039e2"],["-0.90344955000000027e2","0.73914368000000081e2"],["-0.90341674999999952e2","0.73917206000000078e2"],["-0.90339721999999938e2","0.73920532000000094e2"],["-0.90341110000000015e2","0.73924149000000057e2"],[-90.33555599999994,"0.73925812000000008e2"],["-0.90317779999999971e2","0.73925261999999975e2"],["-0.90225006000000008e2","0.73908599999999979e2"],["-0.90195830999999998e2","0.73901931999999988e2"],["-0.90194442999999922e2","0.73899719000000005e2"],["-0.90204178000000013e2","0.73888321000000019e2"],["-0.90230285999999978e2","0.73862198000000035e2"],["-0.90241942999999992e2","0.73851929000000041e2"],[-90.25140399999998,"0.73846649000000127e2"],["-0.90264450000000011e2",73.84165999999999],["-0.90275283999999942e2",73.83859300000006],["-0.90283066000000019e2","0.73838318000000072e2"],["-0.90360000999999954e2","0.73800812000000121e2"],["-0.90474716000000001e2",73.72164900000007],["-0.90581389999999999e2",73.65776100000005],["-0.90724715999999944e2","0.73583054000000118e2"],[-90.84973100000002,"0.73540268000000083e2"],["-0.90921386999999925e2","0.73495255000000043e2"],["-0.90930283000000031e2","0.73483871000000079e2"],["-0.90932219999999973e2","0.73481934000000081e2"],["-0.91089172000000019e2","0.73384155000000021e2"],["-0.91152221999999995e2","0.73361099000000024e2"],["-0.91171386999999982e2","0.73351089000000059e2"],["-0.91180557000000022e2","0.73345825000000104e2"],["-0.91186385999999914e2","0.73340271000000087e2"],["-0.91238602000000014e2","0.73279984000000127e2"],["-0.91253066999999874e2","0.73269150000000081e2"],["-0.91262222000000008e2","0.73263885000000016e2"],["-0.91367767000000015e2","0.73200821000000133e2"],["-0.91569457999999997e2","0.73063309000000061e2"],["-0.91642776000000026e2","0.73021103000000039e2"],["-0.91647506999999962e2","0.73016663000000051e2"],["-0.91645003999999972e2","0.72998032000000023e2"],["-0.91770844000000011e2","0.72913040000000024e2"],["-0.91799727999999959e2","0.72897216999999955e2"],["-0.91808333999999888e2","0.72891937000000098e2"],["-0.91812774999999988e2","0.72885818000000086e2"],["-0.91813048999999921e2","0.72880264000000068e2"],[-91.81138599999997,"0.72868042000000116e2"],["-0.91818893000000003e2","0.72862198000000092e2"],[-91.84973100000002,"0.72846100000000035e2"],[-92.06610099999989,"0.72752487000000087e2"],["-0.92095839999999896e2","0.72743042000000003e2"],["-0.92127486999999917e2","0.72734421000000111e2"],["-0.92166396999999961e2","0.72725539999999967e2"],["-0.92232223999999974e2","0.72713043000000027e2"],["-0.92274718999999891e2",72.70748900000001],["-0.92314437999999996e2","0.72704987000000131e2"],["-0.92335280999999952e2","0.72704437000000098e2"],["-0.92393340999999907e2","0.72707213999999965e2"],["-0.92431106999999997e2","0.72710541000000092e2"],["-0.92524719000000005e2","0.72720534999999927e2"],["-0.92745269999999891e2","0.72739975000000129e2"],["-0.92898346000000004e2","0.72750275000000045e2"],["-0.93077498999999875e2","0.72769439999999975e2"],["-0.93248885999999914e2","0.72789703000000031e2"],["-0.93337783999999999e2",72.8077550000001],["-0.93349166999999852e2","0.72802475000000072e2"],["-0.93366652999999985e2","0.72797760000000039e2"],["-0.93391952999999944e2","0.72794144000000131e2"],["-0.93412216000000001e2","0.72792206000000022e2"],["-0.93580001999999922e2","0.72778046000000074e2"],["-0.93679992999999911e2","0.72779709000000025e2"],["-0.93726104999999905e2","0.72781097000000102e2"],["-0.93764450000000011e2","0.72781372000000147e2"],["-0.93932769999999948e2","0.72774155000000007e2"],["-0.94038604999999961e2","0.72766388000000063e2"],["-0.94099166999999966e2","0.72764160000000118e2"],["-0.94132492000000013e2","0.72764709000000039e2"],["-0.94170546999999942e2","0.72767487000000074e2"],[-94.18249499999996,"0.72769439999999975e2"],[-94.24610899999999,72.77388000000002],["-0.94262786999999889e2","0.72774155000000007e2"],["-0.94298049999999989e2","0.72770263999999941e2"],["-0.94315552000000025e2","0.72763046000000145e2"],["-0.94321944999999971e2","0.72759430000000066e2"],["-0.94327498999999989e2","0.72754440000000045e2"],["-0.94334441999999967e2","0.72738036999999963e2"],["-0.94332779000000016e2","0.72731934000000024e2"],["-0.94327498999999989e2","0.72721649000000127e2"],["-0.94319457999999997e2","0.72717484000000127e2"],[-94.3125,"0.72715545999999961e2"],["-0.94297501000000011e2","0.72713318000000015e2"],[-94.26916499999993,"0.72719147000000021e2"],["-0.94265288999999939e2","0.72723877000000073e2"],["-0.94263901000000033e2","0.72729980000000012e2"],["-0.94258346999999958e2","0.72732483000000002e2"],["-0.94236388999999917e2","0.72734985000000052e2"],["-0.94160278000000005e2","0.72729431000000034e2"],["-0.94103606999999897e2","0.72718596999999988e2"],[-94.09333799999996,"0.72714995999999928e2"],["-0.94001403999999923e2","0.72704162999999994e2"],["-0.93985000999999954e2",72.70387299999993],["-0.93886672999999973e2","0.72704712000000086e2"],["-0.93839447000000007e2","0.72717209000000082e2"],["-0.93798339999999996e2","0.72702208999999925e2"],["-0.93823058999999887e2","0.72653046000000018e2"],["-0.93817229999999938e2","0.72642211999999972e2"],["-0.93801665999999955e2","0.72634430000000009e2"],["-0.93786117999999931e2","0.72629149999999981e2"],[-93.76945499999988,"0.72624984999999981e2"],[-93.75778200000002,"0.72623032000000023e2"],["-0.93686660999999901e2","0.72622208000000057e2"],["-0.93674438000000009e2","0.72618866000000082e2"],["-0.93589721999999995e2",72.58137499999998],["-0.93568619000000012e2","0.72570831000000112e2"],[-93.49888599999997,"0.72521927000000119e2"],["-0.93463333000000034e2","0.72462204000000099e2"],["-0.93466110000000015e2","0.72451385000000016e2"],[-93.46945199999999,"0.72439697000000024e2"],["-0.93628052000000025e2","0.72341934000000037e2"],[-93.64527899999996,"0.72337204000000042e2"],["-0.93666397000000018e2","0.72333602999999982e2"],["-0.93688323999999909e2","0.72331099999999992e2"],["-0.93748610999999983e2","0.72329712000000086e2"],["-0.93767226999999991e2","0.72327209000000096e2"],["-0.93787216000000001e2","0.72322769000000108e2"],["-0.93801392000000021e2","0.72317764000000068e2"],["-0.93819732999999928e2",72.30720500000001],["-0.93827498999999989e2","0.72301926000000037e2"],["-0.93913329999999974e2","0.72241652999999928e2"],["-0.93925277999999935e2","0.72233047000000056e2"],["-0.94014175000000023e2","0.72163879000000122e2"],["-0.94036666999999852e2","0.72142212000000086e2"],["-0.94040282999999988e2","0.72137497000000053e2"],["-0.94043610000000001e2","0.72131363000000022e2"],["-0.94045546999999885e2","0.72126922999999977e2"],["-0.94044723999999974e2","0.72115814000000114e2"],["-0.94042220999999927e2","0.72106644000000074e2"],["-0.94043883999999935e2","0.72096939000000134e2"],["-0.94048339999999939e2","0.72091094999999939e2"],["-0.94054717999999923e2","0.72085265999999933e2"],["-0.94066665999999941e2","0.72076660000000004e2"],["-0.94080840999999964e2","0.72066939999999931e2"],["-0.94091675000000009e2","0.72061645999999996e2"],["-0.94127685999999926e2","0.72056366000000082e2"],["-0.94143341000000021e2","0.72057480000000055e2"],["-0.94172500999999954e2",72.0577550000001],["-0.94186660999999958e2","0.72055816999999934e2"],["-0.94198883000000023e2","0.72052765000000022e2"],["-0.94188720999999987e2","0.72045258000000103e2"],[-94.19505300000003,"0.72042091000000084e2"],["-0.94198387000000025e2",72.03910100000013],["-0.94199546999999995e2","0.72036438000000032e2"],["-0.94196053000000006e2","0.72032432999999969e2"],["-0.94188384999999982e2","0.72030930000000126e2"],["-0.94172042999999917e2","0.72029594000000088e2"],["-0.94149886999999921e2","0.72029433999999981e2"],["-0.94137382999999886e2","0.72031769000000111e2"],["-0.94130554000000018e2","0.72033104000000037e2"],["-0.94125214000000028e2","0.72035095000000126e2"],["-0.94091385000000002e2","0.72037766000000147e2"],[-94.06082200000003,"0.72035262999999986e2"],["-0.94029723999999931e2","0.71999419999999986e2"],["-0.94063048999999921e2","0.71978317000000061e2"],["-0.94082229999999981e2","0.71976089000000115e2"],["-0.94191719000000035e2","0.71994316000000083e2"],["-0.94353881999999942e2","0.72018050999999957e2"],["-0.94371933000000013e2","0.72019440000000145e2"],["-0.94418059999999912e2",72.02276599999999],["-0.94449721999999952e2","0.72023315000000139e2"],["-0.94743880999999931e2","0.72011383000000023e2"],["-0.94780288999999982e2","0.72006103999999993e2"],["-0.94825561999999991e2","0.71997481999999991e2"],["-0.94902221999999881e2","0.71989151000000106e2"],["-0.95121932999999956e2","0.71966095000000053e2"],["-0.95161117999999931e2","0.71964706000000092e2"],[-95.17582699999997,"0.71966934000000037e2"],[-95.20777899999996,"0.71988876000000118e2"],["-0.95213333000000034e2",71.99443100000002],["-0.95206664999999987e2","0.72097488000000112e2"],["-0.95204453000000001e2","0.72102767999999969e2"],["-0.95196654999999964e2","0.72106644000000074e2"],["-0.95039444000000003e2","0.72131363000000022e2"],["-0.94981673999999998e2","0.72139434999999992e2"],["-0.94929717999999923e2","0.72143599999999992e2"],["-0.94899993999999992e2","0.72144440000000031e2"],["-0.94868057000000022e2","0.72145538000000101e2"],["-0.94752228000000002e2","0.72153320000000065e2"],["-0.94760833999999932e2",72.15498400000007],[-94.80610699999994,72.15914900000007],["-0.94839171999999905e2","0.72158599999999979e2"],["-0.94961394999999982e2","0.72155258000000003e2"],["-0.95027495999999985e2",72.14498900000001],[-95.12110899999999,"0.72136658000000068e2"],["-0.95139998999999932e2","0.72135544000000095e2"],["-0.95158889999999985e2","0.72135818000000029e2"],["-0.95171111999999937e2","0.72139159999999947e2"],["-0.95206664999999987e2","0.72180817000000047e2"],["-0.95211670000000026e2","0.72187194999999974e2"],["-0.95213622999999984e2","0.72193313999999987e2"],["-0.95214721999999938e2","0.72200271999999984e2"],["-0.95214721999999938e2",72.20526099999995],["-0.95203887999999893e2","0.72221924000000058e2"],["-0.95191375999999991e2",72.2452550000001],["-0.95171111999999937e2","0.72283324999999991e2"],["-0.95133330999999885e2",72.46026599999999],["-0.95200287000000003e2","0.72524428999999998e2"],["-0.95226394999999968e2",72.53166200000004],["-0.95283065999999906e2","0.72535538000000088e2"],["-0.95316100999999946e2","0.72539703000000088e2"],["-0.95321395999999993e2","0.72546097000000145e2"],["-0.95344451999999933e2",72.58137499999998],["-0.95346664000000033e2","0.72587493999999992e2"],[-95.345551,"0.72593322999999998e2"],["-0.95331679999999949e2","0.72598328000000038e2"],["-0.95313323999999966e2","0.72601089000000059e2"],["-0.95315826000000015e2","0.72606368999999916e2"],["-0.95355559999999969e2","0.72637771999999984e2"],["-0.95364440999999886e2","0.72643326000000116e2"],["-0.95458617999999944e2",72.68220500000001],["-0.95475554999999986e2","0.72686371000000122e2"],["-0.95492766999999901e2","0.72688034000000016e2"],[-95.50556899999998,"0.72686371000000122e2"],[-95.52555799999999,"0.72681656000000089e2"],["-0.95535827999999924e2","0.72681366000000025e2"],["-0.95548614999999927e2",72.68220500000001],["-0.95576110999999969e2","0.72689971999999955e2"],["-0.95590560999999923e2","0.72695525999999973e2"],["-0.95602218999999934e2","0.72702208999999925e2"],["-0.95666106999999897e2","0.72801376000000062e2"],["-0.95673614999999984e2","0.72813873000000058e2"],["-0.95675551999999982e2",72.82499700000011],["-0.95675277999999935e2","0.72841094999999996e2"],["-0.95671936000000017e2","0.72852478000000019e2"],["-0.95653885000000002e2","0.72876923000000033e2"],["-0.95645844000000011e2",72.91276600000009],["-0.95655563000000029e2","0.73019989000000066e2"],["-0.95683318999999983e2","0.73075821000000019e2"],["-0.95582503999999972e2","0.73127762000000132e2"],["-0.95575012000000015e2","0.73164993000000095e2"],["-0.95600540000000024e2","0.73283905000000004e2"],["-0.95650832999999977e2","0.73325272000000041e2"],["-0.95646666999999979e2","0.73330826000000059e2"],["-0.95613616999999977e2","0.73342758000000003e2"],["-0.95623610999999983e2","0.73361099000000024e2"],["-0.95653610000000015e2","0.73412490999999932e2"],["-0.95681670999999994e2","0.73444138000000066e2"],["-0.95683884000000035e2","0.73450272000000098e2"],["-0.95700287000000003e2",73.55386400000009],["-0.95668364999999937e2","0.73581787000000077e2"],["-0.95612563999999963e2","0.73610976999999991e2"],["-0.95656059000000027e2","0.73631866000000116e2"],["-0.95676085999999998e2","0.73665061999999978e2"],["-0.95681945999999982e2","0.73711928999999998e2"],["-0.95673049999999989e2","0.73723312000000021e2"],["-0.95658889999999985e2","0.73732482999999945e2"],["-0.95645844000000011e2","0.73735535000000084e2"],["-0.95450835999999981e2","0.73771103000000096e2"],["-0.95428329000000019e2",73.77276599999999],["-0.95299727999999959e2","0.73771103000000096e2"],["-0.95283614999999941e2","0.73769149999999968e2"],["-0.95266402999999912e2","0.73764160000000118e2"],["-0.95236938000000009e2","0.73752212999999983e2"],["-0.95160278000000005e2","0.73713042999999971e2"],["-0.95154723999999987e2","0.73706940000000031e2"],["-0.95138335999999924e2","0.73700821000000019e2"],["-0.95106948999999986e2","0.73691925000000083e2"],["-0.95076401000000033e2","0.73683318999999983e2"],["-0.95024170000000026e2","0.73671646000000123e2"],[-94.95666499999993,"0.73659149000000127e2"],["-0.94890563999999927e2","0.73649155000000121e2"],["-0.94845550999999944e2","0.73644150000000081e2"],["-0.94828613000000018e2","0.73643051000000071e2"],["-0.94812209999999993e2","0.73643326000000116e2"],["-0.94652221999999995e2","0.73648605000000089e2"],["-0.94634170999999924e2","0.73649429000000055e2"],["-0.94618056999999908e2","0.73651382000000012e2"],["-0.94619155999999975e2","0.73654434000000094e2"],["-0.94638061999999991e2","0.73665817000000118e2"],["-0.94649445000000014e2","0.73670821999999987e2"],["-0.94676392000000021e2","0.73676650999999993e2"],["-0.94732773000000009e2","0.73681366000000025e2"],["-0.94773055999999997e2","0.73679977000000008e2"],[-94.81471299999987,"0.73680817000000104e2"],["-0.94866104000000007e2","0.73687195000000031e2"],["-0.94883330999999998e2","0.73692200000000071e2"],["-0.95075561999999877e2","0.73773315000000139e2"],["-0.95089172000000019e2","0.73783325000000048e2"],["-0.95111937999999952e2","0.73801086000000055e2"],[-95.11610399999995,"0.73806641000000127e2"],["-0.95108046999999999e2","0.73812195000000088e2"],["-0.95070847000000015e2","0.73822768999999994e2"],["-0.95036666999999909e2","0.73829436999999928e2"],[-95.00556899999998,"0.73832489000000066e2"],["-0.94976668999999958e2","0.73831100000000049e2"],["-0.94958054000000004e2","0.73831940000000088e2"],["-0.94963332999999977e2","0.73838318000000072e2"],["-0.94982497999999964e2","0.73845534999999984e2"],["-0.95005004999999983e2","0.73852767999999969e2"],["-0.95024445000000014e2","0.73855255000000056e2"],["-0.95045546999999942e2","0.73855545000000063e2"],["-0.95076675000000023e2","0.73852477999999962e2"],["-0.95109160999999972e2","0.73843597000000045e2"],["-0.95116393999999957e2",73.839157],["-0.95127212999999927e2","0.73825821000000076e2"],["-0.95136123999999938e2","0.73823608000000092e2"],["-0.95154174999999952e2","0.73823608000000092e2"],["-0.95263061999999991e2","0.73862762000000032e2"],["-0.95304169000000002e2",73.8808140000001],["-0.95311385999999914e2","0.73885269000000108e2"],["-0.95323333999999932e2",73.89694199999991],["-0.95327788999999882e2",73.90914900000007],["-0.95329726999999991e2","0.73919982999999945e2"],["-0.95326110999999969e2","0.73944138000000009e2"],["-0.95324721999999952e2","0.73952484000000084e2"],["-0.95319167999999877e2","0.73964157000000114e2"],["-0.95298339999999996e2","0.73980819999999994e2"],["-0.95245270000000005e2","0.74010268999999994e2"],["-0.95227782999999988e2","0.74014160000000061e2"],["-0.95220001000000025e2","0.74014708999999982e2"],["-0.95192489999999964e2","0.74008881000000088e2"],["-0.95174438000000009e2","0.74008881000000088e2"],["-0.95040833000000021e2","0.74026382000000012e2"],[-94.90695199999999,"0.74047485000000108e2"],["-0.94850280999999995e2","0.74058868000000132e2"],[-94.80610699999994,"0.74068054000000075e2"],["-0.94787506000000008e2","0.74072769000000108e2"],["-0.94755279999999914e2","0.74087204000000042e2"],["-0.94745833999999945e2","0.74092209000000082e2"],["-0.94732223999999974e2","0.74095260999999994e2"],["-0.94618332000000009e2","0.74090271000000143e2"],["-0.94460281000000009e2","0.74094437000000028e2"],["-0.94436934999999949e2","0.74095824999999934e2"],[-94.42721599999993,"0.74100815000000011e2"],["-0.94421111999999994e2","0.74105820000000051e2"],["-0.94412780999999995e2","0.74115265000000136e2"],["-0.94406112999999948e2","0.74118865999999969e2"],["-0.94392226999999991e2","0.74121918000000107e2"],["-0.94217498999999975e2","0.74131652999999972e2"],["-0.94177779999999927e2",74.1336060000001],["-0.94093063000000029e2","0.74136383000000023e2"],["-0.93992492999999911e2","0.74138596000000007e2"],["-0.93951950000000011e2","0.74138885000000073e2"],["-0.93914169000000015e2","0.74136107999999979e2"],[-93.90194699999995,"0.74133331000000112e2"],["-0.93758346999999958e2","0.74096939000000134e2"],["-0.93761397999999986e2","0.74129150000000038e2"],["-0.93759445000000028e2","0.74139160000000118e2"],["-0.93754456000000005e2","0.74144714000000079e2"],["-0.93730835000000013e2","0.74154160000000047e2"],["-0.93690551999999968e2","0.74162200999999982e2"],["-0.93641112999999962e2","0.74167754999999943e2"],["-0.93583617999999888e2","0.74170822000000044e2"],["-0.93515015000000005e2","0.74173035000000027e2"],["-0.93431670999999994e2","0.74172211000000061e2"],["-0.93327498999999989e2","0.74169983000000116e2"],["-0.93243880999999988e2","0.74164993000000038e2"],["-0.93028885000000002e2","0.74149993999999992e2"],["-0.92979445999999996e2","0.74145828000000108e2"],["-0.92796386999999982e2","0.74124985000000038e2"],["-0.92638061999999877e2","0.74103043000000127e2"]],[["-0.98657226999999978e2",74.29942299999999],["-0.98746947999999975e2","0.74298035000000084e2"],["-0.98810271999999941e2","0.74298325000000091e2"],["-0.98831679999999949e2","0.74299149000000057e2"],["-0.98859436000000017e2","0.74301376000000118e2"],[-98.86221299999994,"0.74302475000000129e2"],["-0.98864715999999987e2","0.74304703000000075e2"],["-0.98863051999999982e2","0.74307479999999998e2"],["-0.98857223999999974e2","0.74311371000000065e2"],["-0.98752501999999936e2","0.74334152000000074e2"],["-0.98718338000000017e2","0.74336655000000007e2"],["-0.98630829000000006e2",74.34248400000007],["-0.98616652999999985e2","0.74341934000000037e2"],["-0.98585830999999985e2","0.74338593000000003e2"],["-0.98573623999999938e2","0.74334991000000002e2"],["-0.98535278000000005e2","0.74328873000000101e2"],["-0.98521666999999979e2","0.74324706999999989e2"],["-0.98511123999999995e2","0.74318329000000006e2"],["-0.98515563999999927e2","0.74314147999999932e2"],["-0.98525009000000011e2",74.31053200000008],["-0.98568618999999899e2","0.74304703000000075e2"],["-0.98657226999999978e2",74.29942299999999]],[["-0.12014998600000001e3","0.74272491000000059e2"],["-0.11986472300000003e3","0.74237762000000032e2"],["-0.11984528399999999e3","0.74235809000000074e2"],["-0.11979527299999995e3","0.74234420999999998e2"],["-0.11972501399999993e3","0.74233871000000136e2"],["-0.11960916099999997e3","0.74233321999999987e2"],["-0.11963971699999996e3","0.74193039000000113e2"],["-0.11965139799999997e3","0.74181655999999919e2"],["-0.11967250099999995e3","0.74165817000000004e2"],["-0.11969082599999996e3","0.74156936999999971e2"],["-0.11970249899999999e3","0.74153046000000074e2"],["-0.11972305299999994e3","0.74144714000000079e2"],["-0.11979415899999998e3","0.74115265000000136e2"],["-0.11980332900000002e3","0.74110535000000084e2"],["-0.11982417299999992e3","0.74094711000000132e2"],[-119.833618,"0.74082763999999997e2"],["-0.11983612099999999e3","0.74075821000000019e2"],["-0.11983277900000002e3","0.74064147999999989e2"],["-0.11982721699999991e3",74.05914300000012],["-0.11977916699999997e3","0.74033875000000023e2"],["-0.11976806599999986e3","0.74030273000000079e2"],["-0.11974481199999997e3","0.74025513000000046e2"],["-0.11972860699999995e3",74.02915999999999],["-0.11972609699999992e3","0.74035812000000078e2"],["-0.11972638699999993e3","0.74041931000000091e2"],["-0.11973777799999999e3","0.74058029000000147e2"],[-119.650284,"0.74118590999999981e2"],["-0.11951000999999991e3","0.74209152000000017e2"],["-0.11950083899999998e3","0.74213882000000012e2"],["-0.11948916599999995e3","0.74217483999999956e2"],["-0.11946528599999994e3","0.74221100000000035e2"],["-0.11944972199999995e3","0.74221924000000001e2"],["-0.11925723299999999e3","0.74218323000000112e2"],["-0.11918472300000002e3","0.74216933999999924e2"],["-0.11916528299999987e3","0.74214995999999985e2"],["-0.11914862099999999e3","0.74212204000000099e2"],[-119.137787,"0.74208603000000039e2"],["-0.11912110899999993e3","0.74199707000000103e2"],["-0.11911554699999999e3","0.74194977000000051e2"],["-0.11910193600000002e3","0.74179428000000144e2"],["-0.11909638999999999e3","0.74168319999999994e2"],["-0.11909084300000001e3","0.74156936999999971e2"],["-0.11907055700000001e3","0.74114700000000084e2"],["-0.11906527699999998e3","0.74103317000000061e2"],["-0.11907084699999996e3","0.74089980999999966e2"],["-0.11908084099999996e3","0.74077773999999977e2"],["-0.11908805799999999e3","0.74072769000000108e2"],["-0.11910166900000002e3","0.74069716999999969e2"],["-0.11911972000000003e3","0.74068054000000075e2"],["-0.11914723199999997e3","0.74062195000000031e2"],["-0.11915222199999994e3","0.74056091000000038e2"],["-0.11918720999999999e3","0.73994141000000127e2"],["-0.11918720999999999e3","0.73987762000000089e2"],["-0.11916750299999995e3","0.73987198000000149e2"],["-0.11898889200000002e3","0.73998032000000023e2"],["-0.11897305299999999e3","0.74000274999999988e2"],["-0.11896362299999993e3","0.74004990000000021e2"],[-118.80777,"0.74090546000000131e2"],["-0.11880055199999998e3","0.74095824999999934e2"],["-0.11879028299999993e3",74.10775799999999],["-0.11878751399999999e3","0.74114700000000084e2"],["-0.11879277000000002e3","0.74125809000000004e2"],["-0.11879804999999999e3","0.74130814000000044e2"],["-0.11880695299999996e3","0.74133880999999974e2"],["-0.11882333399999999e3","0.74136383000000023e2"],["-0.11883693699999992e3","0.74139435000000105e2"],["-0.11884805299999994e3","0.74143326000000002e2"],["-0.11886721799999998e3","0.74151382000000069e2"],["-0.11888333099999994e3","0.74166382000000056e2"],["-0.11888612399999994e3","0.74171921000000054e2"],["-0.11888110399999999e3","0.74178040000000067e2"],["-0.11884388699999994e3","0.74188309000000118e2"],["-0.11872000100000002e3","0.74212768999999923e2"],["-0.11867388899999997e3","0.74219986000000063e2"],["-0.11860722399999997e3","0.74228317000000118e2"],["-0.11850583599999999e3","0.74239974999999959e2"],["-0.11817999299999991e3","0.74272217000000126e2"],["-0.11812249799999995e3","0.74275818000000015e2"],["-0.11810193600000002e3","0.74276382000000126e2"],[-118.031387,"0.74275269000000094e2"],["-0.11797361799999999e3","0.74269150000000025e2"],["-0.11791860999999989e3","0.74262207000000046e2"],["-0.11762832599999996e3","0.74244980000000055e2"],["-0.11751251199999996e3","0.74238585999999998e2"],["-0.11743859900000001e3",74.22943099999992],[-117.422234,"0.74226929000000041e2"],["-0.11737609899999995e3","0.74218323000000112e2"],["-0.11728943599999997e3","0.74199707000000103e2"],["-0.11715722700000003e3","0.74167754999999943e2"],["-0.11682833899999997e3","0.74072495000000004e2"],["-0.11678500400000001e3","0.74059708000000001e2"],[-116.735817,"0.74039703000000145e2"],["-0.11662249799999989e3",73.990814],["-0.11652806099999998e3","0.73949706999999989e2"],[-116.441101,"0.73913605000000018e2"],["-0.11634805299999999e3","0.73875534000000016e2"],["-0.11633805799999999e3",73.87164300000012],["-0.11632778899999988e3","0.73867752000000053e2"],["-0.11631471299999993e3","0.73864426000000037e2"],["-0.11629888900000003e3","0.73861649000000114e2"],["-0.11620805399999995e3","0.73838318000000072e2"],["-0.11605583199999995e3","0.73792755000000113e2"],["-0.11600556899999998e3","0.73773315000000139e2"],["-0.11597638699999999e3","0.73755554000000018e2"],["-0.11591443599999997e3","0.73726379000000122e2"],["-0.11589444699999996e3","0.73718596999999988e2"],[-115.817497,"0.73698318000000029e2"],[-115.603882,"0.73652205999999978e2"],["-0.11540222199999999e3","0.73568329000000006e2"],["-0.11536694299999999e3","0.73545822000000101e2"],["-0.11534889199999998e3","0.73531937000000028e2"],["-0.11533194700000001e3","0.73511658000000068e2"],["-0.11531500199999999e3","0.73479705999999908e2"],["-0.11532305899999994e3","0.73474426000000051e2"],[-115.449432,"0.73426651000000049e2"],["-0.11546140300000002e3",73.42303499999997],["-0.11569943199999989e3","0.73368866000000139e2"],["-0.11583473199999997e3",73.33998100000008],[-115.862213,"0.73334427000000119e2"],["-0.11626750199999998e3","0.73273041000000148e2"],["-0.11633556399999998e3","0.73267211999999915e2"],["-0.11637249800000001e3","0.73265549000000021e2"],["-0.11642500299999995e3","0.73261658000000125e2"],["-0.11645612299999993e3","0.73257492000000013e2"],["-0.11646945199999999e3","0.73254715000000147e2"],["-0.11669304699999992e3","0.73203873000000044e2"],["-0.11680943299999996e3","0.73168045000000006e2"],["-0.11694803599999995e3","0.73124985000000038e2"],["-0.11702639799999997e3","0.73106934000000024e2"],["-0.11716915899999998e3","0.73081940000000088e2"],["-0.11739388999999994e3","0.73048598999999911e2"],["-0.11742639200000002e3","0.73044983000000059e2"],["-0.11746610999999996e3",73.03637700000013],[-117.708054,"0.72977768000000083e2"],["-0.11783667000000003e3","0.72938583000000108e2"],[-117.891953,"0.72919983000000002e2"],[-117.925003,"0.72908875000000023e2"],["-0.11797501399999993e3","0.72896378000000027e2"],["-0.11801611300000002e3","0.72888321000000019e2"],["-0.11811527999999993e3","0.72870818999999983e2"],["-0.11821806300000003e3","0.72854705999999965e2"],["-0.11827362099999999e3","0.72844436999999914e2"],[-118.314438,"0.72836104999999918e2"],["-0.11836609599999997e3","0.72824432000000115e2"],["-0.11838999899999993e3","0.72817764000000125e2"],["-0.11844444299999998e3","0.72798874000000012e2"],["-0.11845333900000003e3","0.72794434000000138e2"],["-0.11846000700000002e3",72.78915400000011],["-0.11846472199999994e3","0.72783325000000104e2"],["-0.11848528299999992e3","0.72767487000000074e2"],["-0.11849610899999999e3","0.72763610999999969e2"],["-0.11853472899999991e3","0.72754715000000033e2"],["-0.11854943799999995e3","0.72752487000000087e2"],["-0.11858528100000001e3","0.72750275000000045e2"],["-0.11865805099999994e3",72.74803200000008],["-0.11870861799999994e3","0.72743590999999981e2"],["-0.11875306699999999e3",72.73692299999999],["-0.11877861000000001e3","0.72731093999999985e2"],["-0.11911444099999994e3","0.72639435000000049e2"],[-119.1375119999999,"0.72632477000000051e2"],["-0.11915888999999999e3","0.72624984999999981e2"],["-0.11916750299999995e3","0.72620529000000033e2"],["-0.11930943300000001e3","0.72438873000000058e2"],[-119.3163909999999,"0.72425812000000121e2"],["-0.11933000199999987e3","0.72394149999999968e2"],["-0.11933249699999999e3","0.72387206999999989e2"],["-0.11933000199999987e3","0.72381653000000142e2"],["-0.11932501200000002e3","0.72376648000000102e2"],["-0.11930999800000001e3","0.72368042000000003e2"],["-0.11930277999999993e3","0.72363037000000134e2"],["-0.11930248999999998e3","0.72356644000000017e2"],["-0.11931111099999993e3","0.72352203000000088e2"],["-0.11940444899999994e3","0.72325545999999974e2"],[-119.429169,"0.72319716999999969e2"],["-0.11951555599999989e3","0.72305817000000104e2"],["-0.11962666300000001e3","0.72278320000000122e2"],["-0.11965750099999991e3","0.72267211999999972e2"],["-0.11967804699999999e3","0.72259430000000009e2"],[-119.760559,"0.72228867000000037e2"],["-0.11980139200000002e3",72.22137500000008],[-119.837784,"0.72219711000000075e2"],["-0.11997250399999996e3","0.72221100000000092e2"],["-0.12012372599999998e3","0.72232597000000112e2"],["-0.12013405599999999e3","0.72233756999999969e2"],["-0.12013871799999998e3","0.72236420000000066e2"],["-0.12013621499999994e3","0.72239929000000132e2"],["-0.12012888299999992e3","0.72241928000000144e2"],["-0.12014362299999993e3",72.2494200000001],["-0.12012943999999999e3","0.72251663000000065e2"],["-0.12012721299999993e3","0.72258606000000043e2"],["-0.12012999000000002e3","0.72264160000000061e2"],["-0.12013999899999993e3","0.72267761000000064e2"],["-0.12015750099999997e3","0.72269714000000022e2"],["-0.12017582699999997e3","0.72268875000000094e2"],["-0.12024109599999997e3",72.26249700000011],["-0.12025110599999999e3","0.72258606000000043e2"],["-0.12025945299999995e3","0.72246643000000006e2"],["-0.12026139799999987e3","0.72239700000000028e2"],["-0.12025862099999995e3",72.23414600000001],["-0.12023144500000001e3","0.72214812999999992e2"],[-120.225281,"0.72212479000000144e2"],["-0.12021028899999999e3",72.20881700000001],["-0.12019810499999994e3","0.72204322999999988e2"],["-0.12018894999999998e3","0.72199150000000088e2"],["-0.12018578299999996e3","0.72196151999999984e2"],["-0.12014527900000002e3","0.72149994000000049e2"],["-0.12014499699999993e3","0.72143599999999992e2"],["-0.12017582699999997e3","0.72094437000000084e2"],["-0.12019415299999997e3","0.72078323000000125e2"],["-0.12030526699999996e3","0.72013046000000088e2"],[-120.329453,"0.71999146000000053e2"],["-0.12034750399999996e3","0.71990814000000057e2"],["-0.12038362100000001e3","0.71981658999999979e2"],["-0.12041332999999986e3","0.71971374999999966e2"],[-120.423317,71.96748400000007],["-0.12043916299999989e3","0.71958328000000108e2"],[-120.445267,"0.71953048999999965e2"],[-120.4491579999999,"0.71946930000000123e2"],["-0.12045278899999994e3","0.71934707999999944e2"],["-0.12045249899999993e3","0.71927765000000136e2"],["-0.12044972200000001e3","0.71922210999999947e2"],[-120.439438,"0.71912201000000039e2"],["-0.12043167099999994e3","0.71908034999999984e2"],[-120.391953,"0.71893051000000071e2"],["-0.12038445300000001e3","0.71888885000000016e2"],["-0.12037917299999998e3","0.71883881000000031e2"],["-0.12038082900000001e3",71.87831099999994],["-0.12041500899999994e3","0.71776382000000126e2"],["-0.12042278299999998e3","0.71764160000000118e2"],["-0.12042471299999994e3","0.71757216999999969e2"],["-0.12042639199999996e3",71.74443100000002],[-120.423607,"0.71738875999999948e2"],["-0.12041332999999986e3",71.72886699999998],["-0.12040805099999994e3","0.71723877000000073e2"],["-0.12040055799999993e3","0.71719437000000084e2"],["-0.12037998999999996e3","0.71699707000000046e2"],["-0.12037748699999992e3","0.71694138000000066e2"],["-0.12037693799999994e3","0.71688034000000073e2"],["-0.12038082900000001e3","0.71681931000000077e2"],["-0.12043611099999998e3","0.71611922999999933e2"],["-0.12047305299999999e3","0.71565536000000066e2"],["-0.12049665799999997e3","0.71544144000000017e2"],["-0.12054332699999992e3","0.71516662999999994e2"],["-0.12060166900000002e3","0.71493591000000038e2"],["-0.12063639799999999e3","0.71485535000000141e2"],["-0.12078028899999998e3","0.71457214000000079e2"],["-0.12080750299999988e3","0.71452484000000027e2"],["-0.12087721299999998e3","0.71441360000000145e2"],[-120.921944,"0.71435532000000023e2"],["-0.12113333099999994e3","0.71409424000000058e2"],["-0.12133249699999993e3","0.71386932000000002e2"],["-0.12139444700000001e3","0.71380264000000011e2"],["-0.12142916899999994e3","0.71378311000000053e2"],["-0.12144833399999999e3","0.71379425000000026e2"],["-0.12159056099999998e3","0.71396378000000141e2"],["-0.12160305799999998e3","0.71399428999999998e2"],["-0.12159137699999991e3","0.71402771000000087e2"],["-0.12157611099999997e3","0.71404434000000037e2"],["-0.12154915599999993e3",71.40914900000007],["-0.12153751399999999e3","0.71412490999999989e2"],["-0.12153195199999993e3",71.417755],["-0.12152861000000001e3","0.71423874000000012e2"],[-121.531677,"0.71429427999999973e2"],["-0.12153694200000001e3","0.71434418000000051e2"],["-0.12154998799999993e3","0.71443588000000091e2"],["-0.12156973299999999e3","0.71451660000000061e2"],["-0.12159638999999999e3","0.71456940000000145e2"],["-0.12163027999999991e3","0.71460540999999978e2"],["-0.12166860999999994e3",71.46276899999998],["-0.12170361300000002e3","0.71460815000000139e2"],["-0.12174388099999999e3","0.71453323000000012e2"],["-0.12175556899999998e3","0.71450271999999984e2"],["-0.12177639799999997e3","0.71443038999999942e2"],["-0.12181220999999994e3","0.71426651000000106e2"],["-0.12182917800000001e3","0.71418319999999994e2"],["-0.12184612299999998e3","0.71409714000000065e2"],["-0.12190194700000001e3","0.71378586000000098e2"],["-0.12196528599999999e3",71.34275800000006],["-0.12207501199999996e3","0.71286926000000051e2"],["-0.12212165799999991e3","0.71267211999999972e2"],["-0.12214417300000002e3","0.71260817999999915e2"],["-0.12221056399999986e3",71.24832200000003],["-0.12225446299999999e3","0.71242477000000122e2"],["-0.12229833999999994e3","0.71236374000000012e2"],["-0.12235526999999996e3","0.71227768000000083e2"],["-0.12243028299999997e3","0.71214157000000114e2"],["-0.12250556899999992e3","0.71197754000000032e2"],[-122.593887,"0.71178040000000124e2"],["-0.12260500299999995e3","0.71174988000000042e2"],["-0.12261638600000003e3","0.71171646000000067e2"],["-0.12264584400000001e3","0.71160538000000088e2"],["-0.12266221599999994e3","0.71151931999999988e2"],["-0.12267832900000002e3","0.71143326000000059e2"],[-122.7069469999999,"0.71124420000000043e2"],["-0.12274249299999997e3","0.71101089000000002e2"],["-0.12276999699999988e3","0.71089157000000057e2"],[-122.781113,"0.71086104999999918e2"],["-0.12279611199999988e3","0.71084152000000017e2"],["-0.12284944199999995e3",71.0816650000001],["-0.12307611099999986e3","0.71079163000000051e2"],["-0.12309500099999997e3","0.71079987000000017e2"],[-123.1260989999999,"0.71083878000000084e2"],[-123.162781,"0.71092758000000117e2"],["-0.12322332799999998e3","0.71114150999999993e2"],["-0.12325945300000001e3","0.71129700000000128e2"],["-0.12329305999999985e3","0.71146102999999982e2"],["-0.12331696299999999e3","0.71158599999999979e2"],[-123.37027,"0.71188873000000115e2"],[-123.3952789999999,"0.71207763999999941e2"],["-0.12342999299999997e3","0.71236923000000104e2"],["-0.12344860799999998e3","0.71257767000000115e2"],["-0.12346640000000002e3","0.71285537999999974e2"],["-0.12351390099999998e3","0.71349152000000061e2"],["-0.12356696299999993e3","0.71406096999999932e2"],["-0.12363417099999992e3","0.71472487999999942e2"],["-0.12366583299999996e3","0.71496368000000132e2"],["-0.12367971799999998e3","0.71505264000000068e2"],["-0.12384388699999994e3","0.71583328000000108e2"],["-0.12388722200000001e3","0.71623595999999964e2"],["-0.12389917000000003e3","0.71633041000000048e2"],["-0.12394888299999997e3","0.71658325000000048e2"],["-0.12397582999999997e3","0.71670258000000103e2"],["-0.12401334400000002e3","0.71685806000000071e2"],["-0.12402390300000002e3","0.71689148000000046e2"],["-0.12407055700000001e3","0.71701935000000049e2"],["-0.12411138900000003e3","0.71709991000000116e2"],["-0.12413694800000002e3","0.71714432000000045e2"],["-0.12438474299999996e3",71.75471500000009],[-124.458054,71.76638800000012],[-124.609734,"0.71788040000000137e2"],["-0.12465278599999994e3",71.79525799999999],["-0.12467887899999999e3","0.71800812000000121e2"],[-124.700287,"0.71806366000000139e2"],["-0.12483194700000001e3","0.71840820000000008e2"],["-0.12486665299999993e3",71.85054000000008],["-0.12507694999999995e3","0.71909149000000127e2"],["-0.12516000400000001e3","0.71924683000000073e2"],["-0.12523638900000003e3","0.71941910000000064e2"],["-0.12524722300000002e3","0.71945511000000124e2"],["-0.12525361599999997e3","0.71950255999999968e2"],["-0.12524472000000003e3","0.71954422000000079e2"],["-0.12504804999999999e3","0.71955536000000052e2"],["-0.12498029300000002e3","0.71943587999999977e2"],["-0.12496945199999999e3","0.71939972000000125e2"],["-0.12495388800000001e3","0.71938034000000016e2"],["-0.12494275699999997e3","0.71939972000000125e2"],["-0.12493804899999998e3","0.71945525999999916e2"],["-0.12493554699999999e3","0.71951659999999947e2"],["-0.12493971299999998e3","0.71956940000000031e2"],["-0.12494833399999999e3","0.71961105000000032e2"],["-0.12498777799999999e3","0.71969711000000132e2"],["-0.12502278100000001e3","0.71972504000000129e2"],["-0.12523277300000001e3","0.71975524999999948e2"],["-0.12535221899999999e3",71.97468600000002],["-0.12541639700000002e3","0.71974135999999987e2"],["-0.12547833300000002e3","0.71972763000000043e2"],["-0.12559111000000001e3","0.71966385000000116e2"],["-0.12562666299999995e3","0.71963608000000022e2"],["-0.12568639399999995e3","0.71954987000000074e2"],["-0.12572165699999994e3","0.71952209000000096e2"],["-0.12576139799999993e3","0.71950821000000019e2"],["-0.12580139199999996e3","0.71952209000000096e2"],["-0.12593582199999992e3","0.71958602999999982e2"],["-0.12597361799999999e3","0.71960541000000092e2"],[-125.984444,"0.71963882000000126e2"],["-0.12599333200000001e3",71.96804800000001],[-125.997772,"0.71973602000000028e2"],["-0.12599333200000001e3","0.71978867000000093e2"],["-0.12597778299999999e3","0.71979706000000022e2"],[-125.966949,"0.71976379000000122e2"],["-0.12590055799999999e3","0.71962494000000049e2"],["-0.12588054699999992e3","0.71963318000000015e2"],["-0.12584973099999991e3","0.71967209000000082e2"],["-0.12580999799999995e3","0.71975540000000137e2"],[-125.787781,"0.71982208000000128e2"],["-0.12577887699999991e3","0.71986374000000012e2"],[-125.765289,"0.71996094000000085e2"],["-0.12575418100000002e3","0.72006103999999993e2"],["-0.12574082899999996e3","0.72022751000000028e2"],["-0.12573388699999998e3","0.72034133999999995e2"],[-125.724716,"0.72051926000000094e2"],["-0.12571777299999985e3","0.72070540999999992e2"],["-0.12571528599999994e3","0.72083603000000039e2"],["-0.12571528599999994e3","0.72090270999999973e2"],["-0.12571749899999992e3","0.72096375000000023e2"],["-0.12572165699999994e3","0.72101929000000041e2"],["-0.12572833299999996e3","0.72106644000000074e2"],["-0.12573944099999989e3","0.72110260000000096e2"],["-0.12571444700000001e3","0.72157485999999949e2"],["-0.12557389799999993e3","0.72247467000000142e2"],["-0.12551445000000001e3","0.72291076999999973e2"],["-0.12546777299999997e3","0.72351074000000096e2"],["-0.12543221999999997e3","0.72403580000000034e2"],["-0.12543666099999996e3","0.72409134000000051e2"],["-0.12530055199999993e3","0.72483307000000025e2"],["-0.12529110699999995e3","0.72487183000000073e2"],["-0.12527971600000001e3","0.72490524000000107e2"],["-0.12525787399999996e3","0.72495125000000144e2"],[-125.247772,72.49523899999997],["-0.12517194399999994e3","0.72513596000000064e2"],[-125.1394499999999,"0.72524138999999991e2"],["-0.12502806099999998e3","0.72566071000000079e2"],[-125,"0.72605254999999943e2"],["-0.12494055199999997e3",72.70248400000014],["-0.12497193899999991e3","0.72755829000000006e2"],["-0.12502610800000002e3","0.72821091000000081e2"],["-0.12495916699999998e3","0.72856369000000086e2"],["-0.12489334100000002e3","0.72873871000000122e2"],["-0.12487917299999998e3","0.72876373000000001e2"],[-124.801941,"0.72887497000000053e2"],["-0.12476695299999994e3","0.72890823000000125e2"],["-0.12472749299999987e3","0.72888596000000064e2"],["-0.12468804899999986e3","0.72887497000000053e2"],["-0.12466944899999993e3","0.72888884999999959e2"],["-0.12463667299999997e3","0.72892761000000064e2"],[-124.60611,"0.72897216999999955e2"],[-124.591949,"0.72899994000000049e2"],["-0.12449722300000002e3","0.72919707999999957e2"],["-0.12448554999999999e3","0.72923035000000084e2"],["-0.12447582999999997e3","0.72927200000000084e2"],["-0.12447305299999999e3","0.72933318999999926e2"],["-0.12449305700000002e3",72.97164900000007],["-0.12449722300000002e3","0.72977203000000031e2"],["-0.12462138399999992e3","0.73001389000000131e2"],["-0.12471250899999995e3","0.73003876000000048e2"],["-0.12472609699999998e3","0.73006653000000142e2"],["-0.12473777799999999e3","0.73010268999999994e2"],["-0.12476972999999992e3","0.73021378000000084e2"],["-0.12482417299999992e3","0.73046097000000032e2"],["-0.12483332799999994e3","0.73050262000000032e2"],["-0.12484916699999997e3","0.73059417999999994e2"],[-124.862503,"0.73068878000000041e2"],["-0.12486694299999994e3","0.73074432000000058e2"],["-0.12486888099999999e3","0.73080551000000071e2"],["-0.12486389200000002e3","0.73086105000000089e2"],["-0.12479472399999992e3","0.73134720000000129e2"],["-0.12478500400000001e3",73.13888500000013],["-0.12471362299999987e3","0.73149428999999998e2"],["-0.12459916699999985e3","0.73227768000000026e2"],["-0.12458640299999996e3","0.73238037000000077e2"],["-0.12457389799999993e3","0.73248321999999973e2"],["-0.12456360599999988e3","0.73259155000000135e2"],["-0.12450805699999995e3",73.32638500000013],["-0.12444583099999994e3","0.73411102000000142e2"],["-0.12444055199999997e3","0.73416655999999932e2"],["-0.12443306000000001e3","0.73421370999999965e2"],["-0.12440556299999997e3","0.73434143000000006e2"],["-0.12430555699999991e3","0.73478592000000106e2"],["-0.12429332699999998e3","0.73481659000000036e2"],[-124.252228,"0.73483596999999975e2"],["-0.12422833300000002e3","0.73483321999999987e2"],["-0.12420916699999998e3","0.73481659000000036e2"],["-0.12418998699999997e3","0.73481659000000036e2"],["-0.12417304999999999e3","0.73483596999999975e2"],["-0.12416055299999999e3","0.73486923000000047e2"],["-0.12407000699999998e3","0.73546097000000088e2"],[-124.041946,"0.73582214000000079e2"],["-0.12403888699999993e3","0.73586929000000112e2"],["-0.12407167099999998e3",73.61775200000011],[-124.0786129999999,"0.73622756999999979e2"],["-0.12407611099999991e3","0.73643051000000071e2"],[-124.073059,"0.73649155000000121e2"],["-0.12406777999999991e3","0.73654709000000139e2"],["-0.12405526700000001e3","0.73658034999999984e2"],["-0.12394554099999993e3","0.73681656000000032e2"],["-0.12386138899999997e3","0.73695815999999979e2"],["-0.12383389299999999e3","0.73700272000000041e2"],[-123.774719,"0.73764435000000105e2"],["-0.12380471799999987e3","0.73796936000000017e2"],["-0.12383833300000003e3","0.73821106000000043e2"],["-0.12384777800000001e3","0.73825271999999927e2"],["-0.12393639399999995e3","0.73840546000000018e2"],["-0.12395834399999995e3","0.73841369999999984e2"],["-0.12398055999999991e3","0.73840820000000122e2"],["-0.12401999699999999e3","0.73838318000000072e2"],["-0.12406639100000001e3","0.73839432000000045e2"],["-0.12408583099999998e3","0.73841094999999996e2"],["-0.12413417099999992e3","0.73848327999999981e2"],["-0.12416306299999985e3","0.73854156000000103e2"],["-0.12419860799999992e3","0.73864699999999971e2"],["-0.12421749899999986e3","0.73872757000000092e2"],["-0.12436860699999988e3","0.74014435000000049e2"],["-0.12441166699999991e3","0.74056366000000025e2"],["-0.12442666600000001e3","0.74109711000000118e2"],["-0.12443415800000002e3","0.74134430000000066e2"],[-124.600281,"0.74268326000000059e2"],["-0.12461805699999996e3",74.26638800000012],["-0.12466082799999992e3","0.74264708999999925e2"],["-0.12468083200000001e3","0.74266098000000113e2"],["-0.12469304699999986e3","0.74269440000000031e2"],["-0.12477500900000001e3","0.74319152999999972e2"],["-0.12478415699999999e3","0.74329987000000074e2"],[-124.781387,"0.74336104999999975e2"],["-0.12477084400000001e3","0.74340271000000087e2"],["-0.12475556899999992e3","0.74342758000000003e2"],["-0.12469722000000002e3","0.74347214000000065e2"],["-0.12440471600000001e3","0.74369141000000127e2"],["-0.12410861199999999e3","0.74392761000000121e2"],["-0.12389527899999996e3","0.74396378000000084e2"],["-0.12385694899999987e3","0.74399429000000112e2"],[-123.676941,"0.74418320000000108e2"],["-0.12363834399999996e3","0.74421371000000136e2"],["-0.12357444800000002e3","0.74424149000000114e2"],["-0.12341887700000001e3","0.74428314000000114e2"],["-0.12320584100000002e3","0.74443039000000056e2"],["-0.12302250700000002e3","0.74444702000000007e2"],["-0.12268998699999992e3","0.74453872999999987e2"],["-0.12243804899999998e3","0.74464995999999928e2"],["-0.12233750900000001e3","0.74471099999999979e2"],[-122.118607,74.49192800000003],["-0.12206610099999995e3",74.49803200000008],["-0.12193859900000001e3","0.74518326000000002e2"],["-0.12176666299999999e3","0.74539703000000031e2"],["-0.12173000299999995e3","0.74543319999999994e2"],["-0.12165194699999995e3","0.74548598999999967e2"],["-0.12161028299999992e3","0.74550537000000134e2"],["-0.12156416300000001e3","0.74551086000000055e2"],["-0.12151862299999993e3","0.74548874000000012e2"],["-0.12131082200000003e3","0.74531661999999983e2"],["-0.12125361599999997e3","0.74525818000000129e2"],["-0.12113612399999994e3","0.74506943000000035e2"],["-0.12108389299999993e3","0.74493590999999981e2"],[-121.05777,"0.74486649000000057e2"],["-0.12101112399999988e3","0.74472214000000122e2"],["-0.12100222799999995e3",74.46775800000006],["-0.12098998999999998e3","0.74458037999999988e2"],["-0.12098055999999991e3","0.74447479000000101e2"],["-0.12097693599999991e3","0.74441925000000083e2"],["-0.12097556299999991e3","0.74429703000000131e2"],["-0.12090638699999994e3","0.74415268000000026e2"],["-0.12070584100000002e3","0.74373596000000134e2"],["-0.12048166700000002e3","0.74329987000000074e2"],["-0.12021721599999989e3","0.74282486000000006e2"],["-0.12014998600000001e3","0.74272491000000059e2"]],[["-0.97652785999999992e2","0.74455826000000059e2"],["-0.97675551999999982e2","0.74454987000000131e2"],["-0.97691939999999988e2","0.74455261000000064e2"],["-0.97708892999999989e2","0.74457214000000022e2"],["-0.97777221999999995e2","0.74476379000000122e2"],["-0.97789444000000003e2","0.74479980000000012e2"],["-0.97792495999999915e2","0.74485809000000017e2"],["-0.97781386999999995e2","0.74497208000000114e2"],["-0.97768616000000009e2","0.74508041000000105e2"],["-0.97761672999999917e2","0.74512496999999996e2"],["-0.97753890999999953e2","0.74515548999999965e2"],["-0.97618057000000022e2","0.74552200000000028e2"],["-0.97532227000000034e2","0.74606369000000086e2"],["-0.97513625999999988e2","0.74611374000000126e2"],["-0.97470001000000025e2","0.74621094000000028e2"],["-0.97445830999999998e2","0.74626082999999994e2"],["-0.97422774999999945e2","0.74629424999999912e2"],["-0.97406951999999933e2",74.62831100000011],["-0.97389724999999999e2","0.74626373000000001e2"],["-0.97368056999999965e2","0.74622756999999979e2"],["-0.97357772999999952e2","0.74621368000000132e2"],["-0.97291381999999942e2","0.74605255000000113e2"],["-0.97267226999999934e2","0.74597214000000008e2"],["-0.97261672999999917e2","0.74594711000000075e2"],["-0.97256957999999997e2","0.74590546000000074e2"],["-0.97261948000000018e2","0.74583878000000084e2"],["-0.97299987999999871e2","0.74551376000000062e2"],["-0.97376098999999954e2","0.74511658000000068e2"],["-0.97387511999999958e2","0.74506377999999984e2"],["-0.97606383999999991e2","0.74461929000000055e2"],["-0.97652785999999992e2","0.74455826000000059e2"]],[["-0.95311110999999983e2","0.74497757000000092e2"],["-0.95331389999999999e2","0.74496093999999971e2"],["-0.95353332999999964e2","0.74496368000000075e2"],["-0.95458892999999989e2",74.49859600000002],["-0.95480559999999912e2",74.5],["-0.95522781000000009e2","0.74504990000000078e2"],["-0.95603057999999919e2","0.74515548999999965e2"],["-0.95661666999999966e2","0.74523605000000032e2"],["-0.95697768999999937e2","0.74529709000000025e2"],[-95.71665999999999,"0.74533874999999966e2"],["-0.95809432999999956e2","0.74554427999999973e2"],["-0.95845000999999968e2","0.74563873000000058e2"],["-0.95862212999999997e2",74.56999200000007],["-0.95866394000000014e2","0.74574158000000011e2"],["-0.95860549999999989e2","0.74579163000000051e2"],["-0.95857497999999964e2","0.74580551000000128e2"],["-0.95682495000000017e2","0.74634995000000004e2"],["-0.95653885000000002e2","0.74642211999999915e2"],["-0.95638061999999991e2","0.74643326000000116e2"],["-0.95624161000000015e2","0.74641662999999994e2"],["-0.95628601000000003e2","0.74640823000000125e2"],["-0.95517501999999922e2","0.74630264000000068e2"],["-0.95497498000000007e2","0.74627197000000137e2"],["-0.95441101000000003e2","0.74613876000000005e2"],["-0.95403609999999958e2","0.74603316999999947e2"],["-0.95334441999999967e2","0.74580825999999945e2"],["-0.95317779999999971e2","0.74573883000000137e2"],["-0.95291945999999939e2","0.74560257000000036e2"],["-0.95260283999999956e2","0.74540543000000071e2"],[-95.25111400000003,74.53414900000007],["-0.95244995000000017e2","0.74527771000000087e2"],["-0.95246383999999978e2","0.74521652000000074e2"],[-95.25111400000003,"0.74516098000000056e2"],["-0.95259170999999981e2","0.74510544000000095e2"],["-0.95271117999999944e2","0.74505554000000018e2"],["-0.95289443999999946e2","0.74501389000000017e2"],["-0.95311110999999983e2","0.74497757000000092e2"]],[["-0.97175827000000027e2",75.24414100000007],["-0.97194442999999978e2","0.75242752000000053e2"],["-0.97216110000000015e2",75.24470500000001],["-0.97225006000000008e2",75.24803199999991],["-0.97231948999999929e2","0.75254440000000045e2"],[-97.27806099999998,"0.75343597000000102e2"],["-0.97275283999999999e2","0.75347487999999998e2"],["-0.97258056999999951e2","0.75349426000000108e2"],["-0.97208617999999944e2","0.75342209000000025e2"],["-0.97190551999999968e2",75.33526599999999],["-0.97161666999999852e2","0.75322220000000073e2"],["-0.97153060999999923e2","0.75315262000000075e2"],["-0.97148894999999925e2","0.75297760000000039e2"],["-0.97146956999999986e2",75.27998400000007],["-0.97147507000000019e2","0.75273880000000077e2"],["-0.97155838000000017e2","0.75255264000000011e2"],["-0.97161666999999852e2","0.75250000000000057e2"],["-0.97175827000000027e2",75.24414100000007]],[[-103.9175029999999,"0.75054977000000008e2"],["-0.10422917199999995e3","0.75018051000000071e2"],[-104.261124,"0.75018326000000116e2"],["-0.10445944199999991e3","0.75028869999999984e2"],[-104.662216,"0.75062485000000038e2"],["-0.10484722899999991e3","0.75109146000000067e2"],["-0.10485722399999992e3","0.75164703000000031e2"],["-0.10482000699999998e3","0.75177765000000022e2"],["-0.10479998799999998e3","0.75189423000000033e2"],["-0.10479305999999997e3","0.75194702000000063e2"],["-0.10474472000000003e3","0.75246093999999971e2"],["-0.10476862299999999e3","0.75281937000000028e2"],["-0.10471083099999993e3","0.75322220000000073e2"],["-0.10468222000000003e3",75.33776899999998],["-0.10467360699999995e3","0.75341660000000047e2"],["-0.10449722299999996e3","0.75406372000000033e2"],["-0.10442804699999994e3","0.75420821999999987e2"],["-0.10437777699999998e3",75.42804000000001],["-0.10433000199999992e3","0.75433043999999938e2"],["-0.10418222000000003e3","0.75435531999999967e2"],["-0.10415177900000003e3","0.75434555000000103e2"],["-0.10411416600000001e3","0.75430267000000072e2"],["-0.10397112299999998e3","0.75404434000000094e2"],[-103.953056,"0.75399994000000106e2"],[-103.935272,"0.75394989000000066e2"],["-0.10384805299999999e3","0.75364990000000034e2"],["-0.10381054699999993e3","0.75348602000000142e2"],["-0.10374166899999994e3","0.75286102000000028e2"],[-103.587219,"0.75169983000000059e2"],["-0.10358306899999997e3","0.75164703000000031e2"],["-0.10359028599999999e3","0.75159424000000058e2"],["-0.10360888699999992e3","0.75149155000000007e2"],[-103.7302929999999,"0.75099990999999989e2"],["-0.10376390100000003e3","0.75088882000000126e2"],["-0.10379943799999995e3","0.75077484000000084e2"],["-0.10381777999999997e3","0.75072494999999947e2"],["-0.10388999899999999e3","0.75058318999999983e2"],[-103.9175029999999,"0.75054977000000008e2"]],[["-0.10017223399999995e3","0.75601379000000009e2"],["-0.10015722700000003e3","0.75589432000000045e2"],["-0.10015778399999994e3","0.75584991000000116e2"],["-0.10017639200000002e3",75.57998699999996],["-0.10023332199999993e3","0.75569153000000085e2"],[-100.383331,"0.75553588999999988e2"],["-0.10045417800000001e3","0.75546371000000022e2"],["-0.10047972099999993e3","0.75545822000000044e2"],["-0.10047556299999997e3","0.75549987999999985e2"],["-0.10045749699999999e3","0.75554152999999985e2"],["-0.10043195299999991e3",75.55831900000004],["-0.10040666199999987e3","0.75561370999999951e2"],["-0.10036110699999995e3","0.75565535999999952e2"],["-0.10031777999999986e3","0.75573043999999982e2"],["-0.10030332900000002e3","0.75577484000000027e2"],[-100.29361,"0.75584427000000005e2"],["-0.10030332900000002e3",75.58859300000006],["-0.10031973299999999e3","0.75590820000000122e2"],["-0.10033917199999996e3","0.75591369999999984e2"],["-0.10036332699999997e3",75.59027100000003],["-0.10052778599999994e3","0.75577208999999982e2"],["-0.10074973299999994e3","0.75558029000000033e2"],["-0.10086527999999998e3","0.75547211000000061e2"],["-0.10088555899999994e3","0.75545822000000044e2"],["-0.10090862300000003e3","0.75546371000000022e2"],[-100.950287,"0.75549713000000111e2"],["-0.10099445300000002e3","0.75554977000000122e2"],["-0.10102333099999993e3","0.75559981999999991e2"],["-0.10103333299999997e3","0.75563034000000073e2"],["-0.10103943600000002e3","0.75567215000000147e2"],["-0.10102583299999998e3","0.75570540999999992e2"],["-0.10084277299999991e3","0.75586929000000055e2"],["-0.10070249899999993e3","0.75588882000000012e2"],["-0.10068055699999996e3","0.75589432000000045e2"],["-0.10065583800000002e3",75.59165999999999],["-0.10064167800000001e3","0.75596100000000035e2"],[-100.62027,"0.75606094000000041e2"],["-0.10059861799999999e3","0.75610259999999926e2"],["-0.10051112399999994e3",75.61914100000007],["-0.10039444700000001e3","0.75623031999999967e2"],["-0.10027639799999997e3","0.75623031999999967e2"],["-0.10023500099999995e3","0.75623031999999967e2"],["-0.10021777299999997e3","0.75621917999999994e2"],[-100.204453,"0.75617477000000065e2"],["-0.10019499200000001e3","0.75613312000000064e2"],["-0.10017223399999995e3","0.75601379000000009e2"]],[["-0.94363892000000021e2","0.75590820000000122e2"],["-0.94326950000000011e2","0.75579711999999972e2"],["-0.94243880999999931e2","0.75549713000000111e2"],["-0.94205275999999913e2","0.75529709000000025e2"],["-0.94010283999999956e2","0.75442200000000071e2"],["-0.93989715999999987e2","0.75434982000000105e2"],["-0.93839721999999938e2","0.75388046000000031e2"],["-0.93742492999999968e2","0.75364426000000094e2"],["-0.93499160999999958e2","0.75264709000000096e2"],["-0.93487502999999947e2","0.75256653000000028e2"],["-0.93493331999999953e2","0.75247207999999944e2"],["-0.93529175000000009e2","0.75176376000000062e2"],["-0.93488892000000021e2","0.75072494999999947e2"],["-0.93434157999999968e2","0.74966385000000002e2"],["-0.93406386999999995e2","0.74883605999999986e2"],["-0.93458053999999947e2","0.74714996000000099e2"],["-0.93462508999999955e2","0.74708602999999925e2"],["-0.93467772999999966e2","0.74703048999999965e2"],["-0.93484726000000023e2","0.74687759000000142e2"],[-93.49610899999999,74.68193100000002],["-0.93530563000000029e2","0.74667755000000056e2"],["-0.93563323999999966e2","0.74659424000000115e2"],["-0.93691665999999941e2",74.63998400000014],["-0.93717223999999874e2","0.74636932000000058e2"],["-0.93741378999999995e2","0.74635543999999982e2"],["-0.94040282999999988e2","0.74640823000000125e2"],["-0.94249999999999886e2","0.74646378000000027e2"],["-0.94388061999999991e2","0.74635269000000108e2"],["-0.94471114999999884e2","0.74626648000000046e2"],["-0.94511947999999961e2","0.74623306000000071e2"],["-0.94547500999999897e2","0.74621368000000132e2"],["-0.94643340999999964e2","0.74623596000000077e2"],["-0.94687774999999931e2",74.62831100000011],["-0.95024718999999948e2","0.74673035000000084e2"],["-0.95080001999999979e2","0.74680817000000047e2"],["-0.95085830999999985e2","0.74687195000000031e2"],["-0.95076949999999954e2","0.74697479000000044e2"],["-0.95072783999999956e2","0.74702209000000096e2"],["-0.95104445999999996e2","0.74744141000000127e2"],["-0.95266402999999912e2","0.74793319999999937e2"],["-0.95283324999999991e2",74.79803499999997],["-0.95298339999999996e2","0.74800262000000032e2"],["-0.95403335999999911e2","0.74803863999999976e2"],["-0.95434158000000025e2","0.74801376000000005e2"],["-0.95457503999999972e2","0.74798324999999977e2"],["-0.95479172000000005e2",74.78804000000008],["-0.95483062999999902e2","0.74783325000000048e2"],["-0.95482772999999952e2","0.74779433999999981e2"],["-0.95475554999999986e2","0.74769989000000066e2"],["-0.95462219000000005e2","0.74756653000000142e2"],["-0.95547226000000023e2","0.74761107999999979e2"],["-0.95625823999999909e2","0.74807480000000055e2"],["-0.95705565999999976e2","0.74829987000000131e2"],["-0.95740828999999906e2",74.82388300000008],["-0.95771392999999932e2","0.74823608000000092e2"],["-0.95864166000000012e2","0.74826096000000064e2"],["-0.95959473000000003e2","0.74856369000000029e2"],["-0.96002501999999879e2","0.74872757000000092e2"],["-0.96006667999999934e2","0.74876923000000147e2"],["-0.96077224999999942e2","0.74902771000000087e2"],["-0.96135283999999899e2","0.74951096000000121e2"],["-0.96141678000000013e2","0.74957214000000079e2"],["-0.96136948000000018e2","0.74963043000000084e2"],["-0.96124709999999936e2","0.74975815000000068e2"],["-0.96094726999999978e2","0.74991364000000033e2"],["-0.96070847000000015e2","0.75001938000000052e2"],["-0.96056380999999988e2","0.75010268999999937e2"],["-0.96055557000000022e2","0.75016097999999943e2"],["-0.96060546999999985e2","0.75019440000000088e2"],[-96.07417299999986,"0.75023605000000089e2"],["-0.96083068999999966e2","0.75024429000000055e2"],["-0.96142226999999991e2","0.75017761000000064e2"],["-0.96147507000000019e2","0.75013611000000083e2"],["-0.96200835999999924e2","0.74954712000000029e2"],["-0.96203339000000028e2","0.74951660000000061e2"],[-96.20666499999993,"0.74943038999999999e2"],["-0.96203887999999949e2",74.93691999999993],["-0.96205840999999964e2",74.92025799999999],["-0.96209732000000031e2","0.74915543000000127e2"],["-0.96221389999999985e2","0.74910263000000043e2"],["-0.96247771999999884e2",74.90554800000001],["-0.96268341000000021e2","0.74903870000000097e2"],[-96.31527699999998,74.90248100000008],["-0.96337219000000005e2","0.74903595000000053e2"],["-0.96357497999999964e2","0.74906647000000021e2"],["-0.96373610999999983e2","0.74910263000000043e2"],["-0.96387221999999952e2","0.74914703000000088e2"],["-0.96396666999999923e2","0.74919708000000128e2"],[-96.40306099999998,"0.74925812000000121e2"],["-0.96386123999999995e2",74.97387700000013],["-0.96357497999999964e2",74.97137500000008],["-0.96341385000000002e2","0.74972487999999998e2"],["-0.96328063999999983e2","0.74974701000000096e2"],["-0.96320557000000008e2","0.74979430999999977e2"],["-0.96318343999999968e2","0.74982208000000071e2"],["-0.96322234999999864e2","0.75001389000000074e2"],["-0.96331115999999895e2","0.75004715000000147e2"],["-0.96476669000000015e2","0.75004440000000102e2"],["-0.96500838999999928e2","0.75002777000000037e2"],["-0.96523055999999997e2","0.74999145999999939e2"],["-0.96533889999999985e2","0.74994705000000067e2"],[-96.55972300000002,"0.74986098999999967e2"],["-0.96580291999999986e2",74.98414600000001],["-0.96599990999999989e2","0.74983322000000044e2"],["-0.96614165999999955e2","0.74984984999999938e2"],["-0.96616942999999992e2","0.74991088999999988e2"],["-0.96604720999999984e2","0.75063309000000004e2"],["-0.96571395999999936e2","0.75101089000000115e2"],["-0.96463057999999933e2",75.19331399999993],["-0.96456389999999999e2","0.75196930000000009e2"],["-0.96378600999999946e2",75.21665999999999],["-0.96077788999999996e2","0.75272491000000059e2"],["-0.95948043999999982e2","0.75283325000000104e2"],["-0.95922500999999954e2","0.75286102000000028e2"],["-0.95903335999999911e2","0.75289978000000076e2"],["-0.95910552999999936e2",75.29525799999999],["-0.95934433000000013e2","0.75297211000000118e2"],["-0.95978058000000033e2","0.75298874000000012e2"],["-0.96026671999999962e2","0.75299149000000057e2"],["-0.96049987999999928e2","0.75296936000000073e2"],["-0.96061935000000005e2","0.75315262000000075e2"],["-0.96003615999999965e2","0.75343047999999953e2"],["-0.95932494999999903e2","0.75353043000000071e2"],["-0.95934714999999983e2","0.75350173999999981e2"],[-95.93472300000002,"0.75347762999999986e2"],["-0.95919998000000021e2",75.34693900000002],["-0.95890288999999996e2","0.75349152000000004e2"],["-0.95887443999999959e2","0.75360268000000133e2"],[-95.83677699999987,"0.75369926000000021e2"],["-0.95830780000000004e2","0.75371429000000035e2"],["-0.95829781000000025e2","0.75372589000000119e2"],[-95.83061199999986,"0.75374428000000023e2"],["-0.95832786999999939e2","0.75375923000000114e2"],["-0.95848274000000004e2","0.75378432999999973e2"],["-0.95906775999999979e2","0.75387428000000057e2"],["-0.95927779999999871e2","0.75398041000000148e2"],["-0.96033324999999934e2",75.40109300000006],["-0.96055267000000015e2","0.75400818000000072e2"],["-0.96078887999999893e2","0.75396103000000039e2"],["-0.96079178000000013e2",75.391098],["-0.96083618000000001e2","0.75385543999999982e2"],["-0.96099730999999963e2","0.75380264000000125e2"],["-0.96126099000000011e2",75.37692300000009],["-0.96151108000000022e2","0.75374984999999924e2"],["-0.96175277999999992e2","0.75379424999999969e2"],["-0.96178878999999995e2","0.75384430000000009e2"],["-0.96161941999999954e2","0.75395537999999988e2"],[-96.14973399999991,"0.75400818000000072e2"],["-0.96135009999999966e2","0.75406372000000033e2"],["-0.96095839999999896e2","0.75417755000000056e2"],[-96.0625,"0.75424988000000099e2"],["-0.95974166999999966e2","0.75436096000000077e2"],["-0.95958344000000011e2","0.75436371000000065e2"],[-95.93638599999997,75.43414300000012],["-0.95874160999999958e2","0.75423874000000069e2"],["-0.95831046999999955e2",75.41531400000008],["-0.95832549999999969e2","0.75413651000000129e2"],[-95.83322099999998,"0.75409988000000112e2"],["-0.95831046999999955e2","0.75406982000000085e2"],["-0.95825881999999979e2","0.75403320000000122e2"],["-0.95814383999999961e2","0.75400322000000074e2"],["-0.95769553999999857e2","0.75400322000000074e2"],["-0.95691100999999946e2",75.40525800000006],["-0.95682495000000017e2","0.75408324999999991e2"],["-0.95676102000000014e2","0.75415817000000118e2"],["-0.95678328999999962e2","0.75421920999999998e2"],[-95.68472300000002,"0.75428314000000114e2"],["-0.95691665999999998e2","0.75429703000000131e2"],["-0.95715835999999911e2","0.75429153000000099e2"],["-0.95734160999999915e2","0.75426085999999998e2"],["-0.95758620999999948e2",75.42553700000002],["-0.95781677000000002e2",75.42804000000001],["-0.95800551999999925e2","0.75431656000000032e2"],["-0.95825011999999958e2","0.75439972000000125e2"],["-0.95830001999999922e2",75.4433140000001],["-0.95836945000000014e2","0.75453598000000113e2"],[-95.83805799999999,"0.75459152000000074e2"],["-0.95835555999999997e2","0.75464431999999988e2"],["-0.95832229999999981e2","0.75470535000000098e2"],["-0.95824172999999973e2","0.75477767999999912e2"],["-0.95800551999999925e2",75.49136400000009],["-0.95762222000000008e2","0.75508041000000048e2"],["-0.95749725000000012e2","0.75513321000000133e2"],["-0.95470000999999968e2","0.75566939999999988e2"],["-0.95275283999999942e2","0.75599426000000051e2"],["-0.95264175000000023e2",75.59387200000009],["-0.95234436000000017e2","0.75584717000000012e2"],["-0.95212783999999999e2","0.75582489000000066e2"],["-0.95178604000000007e2","0.75584427000000005e2"],[-95.12470999999988,75.59526100000005],["-0.95104172000000005e2",75.60026600000009],["-0.95093338000000017e2","0.75603591999999992e2"],["-0.95085830999999985e2","0.75607208000000014e2"],["-0.95084166999999979e2","0.75609146000000123e2"],["-0.95075286999999946e2","0.75614426000000037e2"],["-0.95063323999999909e2","0.75618866000000025e2"],["-0.95044448999999872e2",75.62164300000012],["-0.94917769999999962e2","0.75637207000000046e2"],["-0.94901672000000019e2","0.75637497000000053e2"],["-0.94741378999999938e2",75.62414600000011],["-0.94559722999999963e2","0.75612488000000099e2"],["-0.94511123999999995e2","0.75611099000000081e2"],[-94.46556099999998,"0.75608321999999987e2"],["-0.94404175000000009e2","0.75599152000000117e2"],["-0.94363892000000021e2","0.75590820000000122e2"]],[["-0.95910003999999901e2","0.75560256999999979e2"],["-0.95911117999999988e2","0.75554152999999985e2"],[-95.93472300000002,"0.75540543000000071e2"],["-0.96170837000000006e2","0.75458038000000101e2"],["-0.96220276000000013e2","0.75455551000000071e2"],["-0.96238892000000021e2","0.75456650000000025e2"],["-0.96255004999999983e2","0.75461380000000077e2"],["-0.96399170000000026e2","0.75516388000000063e2"],["-0.96417220999999984e2","0.75523315000000139e2"],[-96.42471299999994,"0.75528595000000053e2"],["-0.96450995999999975e2","0.75529991000000052e2"],["-0.96441161999999963e2","0.75535987999999975e2"],["-0.96415832999999907e2","0.75543648000000132e2"],["-0.96412659000000019e2","0.75546150000000011e2"],["-0.96411666999999909e2","0.75548819999999978e2"],["-0.96417992000000027e2","0.75552658000000065e2"],["-0.96431167999999957e2","0.75555489000000023e2"],["-0.96441832999999974e2","0.75555664000000093e2"],["-0.96450995999999975e2","0.75553154000000063e2"],["-0.96503837999999917e2","0.75535156000000029e2"],["-0.96507995999999935e2","0.75532982000000118e2"],["-0.96518165999999951e2","0.75526320999999996e2"],["-0.96525161999999909e2","0.75519325000000038e2"],["-0.96553603999999893e2","0.75508880999999917e2"],["-0.96552215999999987e2","0.75503326000000015e2"],["-0.96549437999999896e2","0.75497208000000114e2"],["-0.96545546999999999e2","0.75492203000000075e2"],["-0.96541107000000011e2","0.75488037000000134e2"],["-0.96533324999999934e2",75.48275799999999],["-0.96517501999999922e2","0.75478043000000127e2"],["-0.96503341999999975e2","0.75471374999999966e2"],["-0.96500564999999995e2","0.75464996000000099e2"],[-96.50418099999996,"0.75460266000000104e2"],["-0.96511948000000018e2","0.75455826000000059e2"],[-96.65834000000001,"0.75388596000000064e2"],["-0.96833617999999944e2","0.75352478000000019e2"],["-0.96851104999999905e2","0.75350266000000147e2"],["-0.96862212999999997e2","0.75350815000000125e2"],["-0.96876098999999954e2","0.75353591999999992e2"],[-96.93249499999996,"0.75376082999999994e2"],["-0.97030838000000017e2","0.75454437000000041e2"],["-0.97053054999999915e2","0.75492203000000075e2"],["-0.97053054999999915e2","0.75497208000000114e2"],["-0.97006957999999941e2","0.75508331000000112e2"],["-0.96940825999999959e2","0.75521652000000017e2"],["-0.96913619999999923e2","0.75526382000000069e2"],["-0.96891677999999956e2","0.75529160000000047e2"],["-0.96666945999999996e2","0.75552765000000022e2"],["-0.96469382999999993e2","0.75588425000000029e2"],["-0.96466552999999919e2","0.75591933999999924e2"],["-0.96467727999999909e2","0.75599091000000044e2"],["-0.96470054999999888e2","0.75602264000000048e2"],["-0.96422500999999954e2","0.75623596000000077e2"],["-0.96424438000000009e2","0.75635544000000095e2"],["-0.96415008999999941e2","0.75646941999999967e2"],["-0.96396392999999989e2","0.75649994000000049e2"],["-0.96379715000000033e2","0.75651093000000003e2"],["-0.96347228999999913e2","0.75651382000000126e2"],["-0.96335555999999997e2","0.75650818000000015e2"],["-0.96314437999999996e2","0.75647766000000104e2"],["-0.96241104000000007e2","0.75629974000000061e2"],["-0.96133330999999941e2","0.75606644000000074e2"],["-0.96115829000000019e2",75.60386699999998],["-0.96101944000000003e2","0.75603591999999992e2"],["-0.96025436000000013e2","0.75602844000000061e2"],[-95.95777899999996,"0.75583603000000039e2"],["-0.95938889000000017e2","0.75577484000000027e2"],["-0.95923888999999974e2","0.75571655000000021e2"],["-0.95916397000000018e2","0.75566375999999991e2"],["-0.95910003999999901e2","0.75560256999999979e2"]],[["-0.96954453000000001e2","0.75595534999999984e2"],["-0.96975005999999894e2","0.75594711000000018e2"],["-0.96996658000000025e2","0.75597762999999929e2"],["-0.97005004999999983e2","0.75604431000000091e2"],["-0.97001953000000015e2","0.75610809000000074e2"],["-0.96988601999999958e2","0.75618042000000059e2"],["-0.96978607000000011e2","0.75623031999999967e2"],["-0.96960830999999985e2","0.75627472000000125e2"],[-96.779449,75.6602630000001],["-0.96751952999999958e2","0.75664703000000088e2"],["-0.96729720999999984e2","0.75665267999999969e2"],[-96.720551,75.66415399999994],["-0.96715835999999967e2","0.75659988000000055e2"],["-0.96718886999999995e2","0.75653870000000097e2"],["-0.96722305000000006e2","0.75652954000000022e2"],["-0.96740279999999927e2","0.75646941999999967e2"],["-0.96849166999999966e2","0.75613312000000064e2"],["-0.96954453000000001e2","0.75595534999999984e2"]],[["-0.96579177999999899e2","0.75736923000000104e2"],["-0.96696655000000021e2","0.75730819999999994e2"],["-0.96710555999999997e2","0.75733597000000088e2"],["-0.96717223999999987e2","0.75739700000000028e2"],[-96.67860399999995,"0.75777481000000023e2"],["-0.96666945999999996e2","0.75786652000000117e2"],["-0.96660827999999981e2","0.75789429000000041e2"],["-0.96541107000000011e2","0.75822219999999959e2"],["-0.96525283999999942e2","0.75826384999999959e2"],["-0.96507506999999976e2","0.75828323000000125e2"],[-96.48443599999996,"0.75827208999999925e2"],["-0.96468062999999916e2","0.75822495000000004e2"],["-0.96455841000000021e2","0.75817764000000068e2"],["-0.96457503999999972e2","0.75801085999999998e2"],["-0.96459166999999979e2","0.75789429000000041e2"],["-0.96539718999999991e2",75.74331699999999],["-0.96553603999999893e2","0.75738586000000055e2"],["-0.96579177999999899e2","0.75736923000000104e2"]],[["-0.11179998799999998e3",75.839157],[-111.823624,75.83859300000006],["-0.11186582899999996e3","0.75840545999999961e2"],[-111.900284,"0.75843596999999988e2"],["-0.11191722099999993e3","0.75846939000000134e2"],["-0.11192250100000001e3","0.75852767999999969e2"],["-0.11191972399999997e3",75.85775799999999],["-0.11190139799999997e3","0.75863876000000118e2"],["-0.11185665899999992e3","0.75867751999999996e2"],["-0.11179972799999996e3","0.75871093999999971e2"],["-0.11161305199999993e3","0.75881927000000132e2"],["-0.11159528399999999e3","0.75882751000000098e2"],["-0.11158306899999991e3","0.75881927000000132e2"],[-111.5786129999999,"0.75879974000000004e2"],["-0.11158194699999996e3","0.75876083000000108e2"],["-0.11159306300000003e3",75.87303200000008],["-0.11162917299999992e3","0.75856934000000024e2"],["-0.11164806399999998e3","0.75851928999999984e2"],["-0.11175695799999994e3","0.75841659999999933e2"],["-0.11179998799999998e3",75.839157]],[["-0.12234084300000001e3","0.75862761999999975e2"],["-0.12236277799999999e3","0.75858032000000094e2"],["-0.12239862099999993e3","0.75859421000000111e2"],["-0.12266471899999993e3",75.89387499999998],["-0.12269167299999998e3","0.75900269000000037e2"],["-0.12269360399999999e3","0.75902206000000035e2"],["-0.12269554099999993e3","0.75908035000000041e2"],[-122.68277,"0.75911652000000004e2"],[-122.633331,"0.75919708000000071e2"],["-0.12258222999999998e3","0.75921921000000054e2"],["-0.12253751399999993e3","0.75922484999999995e2"],["-0.12237917299999992e3","0.75915817000000004e2"],["-0.12235305800000003e3","0.75914429000000098e2"],[-122.337784,"0.75911377000000016e2"],["-0.12232833900000003e3","0.75905822999999998e2"],["-0.12232417299999997e3","0.75899719000000005e2"],["-0.12233473200000003e3","0.75869141000000013e2"],["-0.12234084300000001e3","0.75862761999999975e2"]],[["-0.12109306299999997e3","0.75726089000000059e2"],[-121.1100009999999,"0.75724700999999982e2"],["-0.12114306599999992e3","0.75725815000000125e2"],["-0.12127555799999993e3","0.75747481999999991e2"],["-0.12128832999999997e3","0.75752777000000037e2"],["-0.12128582799999998e3","0.75758881000000088e2"],["-0.12127194199999997e3","0.75770537999999988e2"],["-0.12126306199999993e3","0.75774154999999951e2"],["-0.12111694299999999e3","0.75795821999999987e2"],["-0.12104332699999992e3","0.75808868000000132e2"],["-0.12102944899999989e3","0.75811371000000122e2"],["-0.12101917299999997e3","0.75818054000000075e2"],["-0.12101500699999997e3","0.75824707000000046e2"],["-0.12100083899999993e3","0.75856644000000017e2"],["-0.12099833699999988e3","0.75867751999999996e2"],["-0.12100695799999988e3","0.75879700000000071e2"],["-0.12101363399999997e3","0.75884720000000073e2"],["-0.12104222099999998e3","0.75894149999999968e2"],["-0.12104750099999995e3","0.75899993999999992e2"],["-0.12104250299999995e3",75.90554800000001],["-0.12103859699999998e3","0.75908325000000104e2"],[-120.997772,"0.75926376000000062e2"],["-0.12098000300000001e3","0.75929427999999973e2"],["-0.12087777699999998e3","0.75936096000000134e2"],["-0.12086776700000001e3","0.75924698000000149e2"],["-0.12086776700000001e3","0.75913315000000125e2"],["-0.12086972000000003e3","0.75881087999999977e2"],["-0.12087110899999993e3",75.87553400000013],["-0.12088474300000001e3","0.75844986000000006e2"],["-0.12089835399999998e3","0.75825821000000019e2"],["-0.12092111199999999e3","0.75803314000000114e2"],["-0.12093804899999998e3","0.75790543000000014e2"],["-0.12099388099999993e3","0.75757767000000115e2"],["-0.12101862299999993e3","0.75744431000000134e2"],["-0.12103278399999994e3","0.75737762000000089e2"],["-0.12105248999999992e3","0.75732758000000103e2"],["-0.12109306299999997e3","0.75726089000000059e2"]],[["-0.95792769999999962e2","0.75899719000000005e2"],["-0.95809432999999956e2","0.75894714000000135e2"],["-0.95818893000000003e2","0.75907211000000075e2"],["-0.95825561999999991e2","0.75913315000000125e2"],["-0.95847777999999892e2","0.75929427999999973e2"],["-0.95862503000000004e2","0.75936096000000134e2"],["-0.95882492000000013e2","0.75941086000000041e2"],["-0.95896956999999986e2","0.75947753999999975e2"],["-0.95899993999999992e2","0.75953873000000044e2"],["-0.95890839000000028e2","0.75959427000000005e2"],["-0.95860001000000011e2","0.75966660000000047e2"],["-0.95796660999999972e2","0.75973312000000078e2"],["-0.95770554000000004e2","0.75974991000000102e2"],["-0.95746947999999918e2",75.97387700000013],[-95.73582499999992,"0.75968323000000112e2"],["-0.95736938000000009e2","0.75962494000000106e2"],["-0.95751952999999958e2","0.75927475000000072e2"],["-0.95761947999999961e2","0.75916092000000049e2"],["-0.95779723999999931e2",75.90498400000007],["-0.95792769999999962e2","0.75899719000000005e2"]],[["-0.94405563000000029e2",75.75082400000008],["-0.94582778999999903e2",75.74581900000004],["-0.94629165999999998e2","0.75746094000000085e2"],["-0.94676102000000014e2","0.75747756999999979e2"],[-94.72084000000001,"0.75753876000000048e2"],["-0.94739440999999999e2",75.75749200000007],["-0.94777495999999928e2","0.75768600000000049e2"],["-0.94795272999999952e2","0.75775818000000072e2"],["-0.94809157999999968e2","0.75782486000000063e2"],["-0.94822234999999978e2","0.75794144000000074e2"],["-0.94898894999999925e2","0.75912765999999976e2"],["-0.94902785999999992e2","0.75919434000000138e2"],["-0.94905272999999966e2","0.75925537000000077e2"],["-0.94906112999999948e2",75.93081699999999],[-94.904449,75.9369200000001],[-94.89527899999996,"0.75942200000000014e2"],["-0.94879989999999964e2","0.75945526000000029e2"],["-0.94865554999999972e2","0.75947478999999987e2"],["-0.94813613999999973e2","0.75950546000000088e2"],["-0.94737777999999992e2","0.75952208999999982e2"],["-0.94699722000000008e2","0.75955551000000128e2"],[-94.53832999999986,"0.75986099000000081e2"],["-0.94481948999999929e2","0.75974426000000051e2"],["-0.94466948999999886e2","0.75968597000000045e2"],["-0.94453338999999914e2","0.75961929000000112e2"],["-0.94449721999999952e2","0.75955261000000121e2"],["-0.94443603999999993e2","0.75938309000000118e2"],["-0.94420272999999952e2","0.75868590999999981e2"],["-0.94410277999999948e2",75.86192299999999],["-0.94370833999999945e2","0.75842209000000082e2"],["-0.94322234999999978e2","0.75814986999999974e2"],["-0.94305557000000022e2",75.80304000000001],["-0.94287780999999939e2","0.75783875000000023e2"],["-0.94288054999999986e2","0.75777481000000023e2"],["-0.94291381999999999e2","0.75772217000000012e2"],["-0.94296950999999979e2","0.75766388000000006e2"],["-0.94310271999999941e2","0.75761383000000137e2"],["-0.94326400999999976e2","0.75757217000000082e2"],["-0.94353881999999942e2","0.75753876000000048e2"],["-0.94405563000000029e2",75.75082400000008]],[[-103.137787,75.74275200000011],["-0.10320667300000002e3",75.74275200000011],[-103.3011019999999,"0.75744705000000067e2"],["-0.10332389799999999e3","0.75747208000000057e2"],["-0.10336888099999999e3","0.75753876000000048e2"],["-0.10338082899999995e3","0.75759430000000009e2"],[-103.382767,"0.75765549000000021e2"],["-0.10331139399999995e3","0.75805252000000053e2"],["-0.10307749899999999e3","0.75890823000000069e2"],["-0.10305943300000001e3","0.75896378000000141e2"],["-0.10303751399999993e3","0.75901657000000114e2"],["-0.10301194799999996e3","0.75906097000000102e2"],["-0.10298693800000001e3","0.75909424000000058e2"],["-0.10269611399999997e3","0.75946640000000002e2"],["-0.10259889199999986e3",75.953598],["-0.10252278099999995e3","0.75958038000000045e2"],["-0.10243360899999999e3","0.75964157000000057e2"],[-102.291382,"0.75977203000000145e2"],["-0.10221749899999998e3","0.75985535000000141e2"],["-0.10219138299999997e3","0.75989699999999971e2"],["-0.10216471899999993e3",75.99054000000001],["-0.10207861300000002e3",75.97137500000008],["-0.10198916599999995e3","0.75950821000000076e2"],["-0.10198332199999987e3","0.75945816000000036e2"],["-0.10198860200000001e3","0.75934418000000051e2"],[-102.020554,"0.75925537000000077e2"],["-0.10209472700000003e3","0.75911652000000004e2"],["-0.10214639299999993e3","0.75903320000000008e2"],["-0.10219638099999997e3","0.75899719000000005e2"],["-0.10229638699999998e3","0.75894989000000123e2"],["-0.10231916799999999e3","0.75893051000000014e2"],["-0.10234665699999999e3","0.75889434999999935e2"],["-0.10239417299999997e3","0.75880814000000044e2"],["-0.10243055699999991e3","0.75869979999999998e2"],["-0.10244082600000002e3",75.86442599999998],["-0.10244943199999994e3",75.85832199999993],["-0.10245584099999996e3","0.75852478000000133e2"],["-0.10246000699999996e3","0.75847214000000122e2"],["-0.10247165699999988e3","0.75818329000000062e2"],["-0.10248277300000001e3","0.75806366000000025e2"],["-0.10249694799999992e3",75.79553199999998],["-0.10250917099999998e3","0.75789429000000041e2"],["-0.10254527300000001e3","0.75779709000000139e2"],["-0.10259028599999994e3","0.75770537999999988e2"],["-0.10261165599999998e3","0.75767211999999972e2"],[-102.636124,"0.75764708999999982e2"],["-0.10286638599999998e3","0.75753601000000003e2"],[-103.015289,"0.75747208000000057e2"],[-103.137787,75.74275200000011]],[["-0.12281916799999999e3",76.06053200000008],["-0.12278056300000003e3","0.76057205000000124e2"],["-0.12268776700000001e3","0.76059982000000048e2"],["-0.12266194200000001e3",76.05693100000002],["-0.12264277599999997e3","0.76052475000000129e2"],["-0.12263082900000001e3","0.76046646000000123e2"],["-0.12272501399999987e3","0.76023605000000089e2"],["-0.12288194299999998e3","0.76011108000000092e2"],["-0.12289250199999998e3","0.76013611000000026e2"],["-0.12289611799999994e3","0.76026931999999988e2"],["-0.12289222699999999e3","0.76031096999999988e2"],["-0.12285082999999997e3","0.76057205000000124e2"],["-0.12281916799999999e3",76.06053200000008]],[["-0.10238999899999993e3","0.76083603000000096e2"],["-0.10237554899999998e3","0.76079163000000108e2"],["-0.10237138399999998e3","0.76079163000000108e2"],["-0.10236805699999996e3","0.76077209000000096e2"],[-102.3563769999999,"0.76075820999999962e2"],["-0.10235333300000002e3","0.76073883000000023e2"],["-0.10233889799999997e3","0.76069443000000035e2"],["-0.10233249699999999e3","0.76065536000000066e2"],["-0.10232167099999998e3","0.76053589000000102e2"],["-0.10231639100000001e3","0.76036925999999994e2"],["-0.10231889299999989e3","0.76031096999999988e2"],[-102.319458,"0.76024704000000042e2"],["-0.10232972699999993e3","0.76015823000000125e2"],["-0.10234388699999994e3","0.76010269000000108e2"],["-0.10236582900000002e3","0.76005829000000119e2"],["-0.10241665599999999e3","0.76000275000000101e2"],["-0.10251722699999993e3","0.75991088999999988e2"],["-0.10256777999999991e3","0.75985535000000141e2"],[-102.695267,"0.75973312000000078e2"],["-0.10271472199999988e3",75.97026100000005],["-0.10273972299999997e3","0.75968048000000124e2"],["-0.10279055800000003e3","0.75961380000000133e2"],["-0.10281139399999995e3","0.75959990999999945e2"],["-0.10293611099999998e3",75.94802900000002],["-0.10301027699999997e3","0.75943038999999942e2"],["-0.10308528099999995e3","0.75935806000000127e2"],["-0.10315695199999993e3","0.75925812000000121e2"],["-0.10321888699999994e3","0.75920258000000103e2"],["-0.10326500699999997e3","0.75914429000000098e2"],["-0.10328943600000002e3","0.75913040000000137e2"],["-0.10333944700000001e3","0.75908035000000041e2"],["-0.10337998999999996e3","0.75906097000000102e2"],["-0.10339639299999993e3","0.75904434000000037e2"],["-0.10343305999999995e3","0.75903320000000008e2"],["-0.10345333899999997e3","0.75901657000000114e2"],["-0.10352443699999998e3",75.89888000000002],["-0.10359277299999997e3","0.75897217000000069e2"],["-0.10361332700000003e3","0.75895538000000101e2"],["-0.10363474300000001e3","0.75891098000000056e2"],["-0.10365556300000003e3","0.75888596000000007e2"],["-0.10369972199999989e3","0.75887496999999996e2"],["-0.10372332799999987e3","0.75889160000000118e2"],["-0.10377111799999994e3","0.75896378000000141e2"],["-0.10381166100000002e3","0.75899428999999941e2"],["-0.10388806199999993e3","0.75898041000000035e2"],["-0.10390194700000001e3","0.75898604999999975e2"],["-0.10391471899999993e3",75.90248100000008],["-0.10391500899999994e3","0.75907760999999937e2"],["-0.10391722099999993e3","0.75913605000000132e2"],["-0.10392555199999998e3","0.75919144000000131e2"],["-0.10393611099999998e3",75.924149],["-0.10396472199999999e3","0.75934418000000051e2"],["-0.10397165699999994e3","0.75938309000000118e2"],["-0.10394220699999994e3","0.75942749000000106e2"],["-0.10390194700000001e3","0.75943862999999908e2"],["-0.10382556199999999e3","0.75950821000000076e2"],["-0.10380248999999998e3","0.75953873000000044e2"],["-0.10378527799999995e3","0.75957489000000066e2"],["-0.10377139299999988e3","0.75963043000000084e2"],["-0.10375834700000001e3","0.75966660000000047e2"],[-103.7083439999999,"0.75972488000000112e2"],["-0.10368776699999989e3",75.97387700000013],[-103.598343,"0.75977203000000145e2"],["-0.10357444799999996e3","0.75976654000000053e2"],["-0.10355471799999998e3","0.75975266000000147e2"],["-0.10352250699999991e3",75.97554000000008],["-0.10349694799999997e3","0.75979980000000069e2"],[-103.474716,"0.75985259999999982e2"],["-0.10345694700000001e3","0.75990814000000114e2"],["-0.10341306299999997e3","0.76001663000000008e2"],["-0.10339138800000001e3","0.76006104000000107e2"],["-0.10336582899999996e3","0.76009429999999952e2"],["-0.10334028599999988e3","0.76013884999999959e2"],["-0.10331500199999999e3","0.76017212000000086e2"],["-0.10329028299999999e3","0.76018599999999992e2"],["-0.10326363399999997e3","0.76019440000000088e2"],["-0.10322138999999993e3","0.76019150000000025e2"],[-103.196663,"0.76020537999999988e2"],["-0.10317887899999999e3","0.76024994000000049e2"],["-0.10315666199999993e3","0.76036652000000061e2"],["-0.10313667299999992e3","0.76041656000000046e2"],[-103.120003,"0.76043320000000051e2"],["-0.10305110200000001e3","0.76043593999999985e2"],["-0.10300639299999995e3","0.76044707999999957e2"],["-0.10298110999999989e3",76.04693600000013],["-0.10295556599999998e3","0.76050261999999975e2"],["-0.10291555800000003e3","0.76060257000000092e2"],["-0.10288971700000002e3","0.76064423000000147e2"],["-0.10286833199999995e3","0.76066940000000045e2"],["-0.10286028299999992e3","0.76066666000000112e2"],["-0.10285582699999992e3","0.76067764000000011e2"],["-0.10275666799999993e3","0.76073044000000095e2"],[-102.708618,"0.76077484000000084e2"],["-0.10268138099999999e3","0.76079163000000108e2"],["-0.10265805099999994e3","0.76082214000000135e2"],["-0.10260777299999995e3","0.76085814999999968e2"],["-0.10253138699999994e3","0.76089431999999931e2"],["-0.10246806300000003e3","0.76090271000000087e2"],["-0.10242804699999999e3","0.76089431999999931e2"],["-0.10240416699999997e3","0.76087769000000037e2"],["-0.10239639299999999e3","0.76086655000000064e2"],["-0.10238999899999993e3","0.76083603000000096e2"]],[["-0.11831639100000001e3",75.57249500000006],["-0.11835472099999993e3","0.75558868000000018e2"],["-0.11858306900000002e3","0.75499419999999986e2"],["-0.11860472099999998e3","0.75496368000000075e2"],[-118.7036129999999,"0.75503052000000082e2"],["-0.11872250400000001e3","0.75504440000000045e2"],["-0.11882749899999999e3","0.75532761000000107e2"],["-0.11887361099999998e3","0.75547484999999995e2"],["-0.11887777699999998e3",75.553314],["-0.11892804699999999e3","0.75562759000000085e2"],["-0.11895305599999995e3","0.75564697000000024e2"],["-0.11908194700000001e3","0.75567764000000125e2"],["-0.11913082900000001e3","0.75566939999999988e2"],["-0.11919695299999995e3","0.75562484999999924e2"],["-0.11922250400000001e3","0.75565262000000018e2"],["-0.11934028599999999e3","0.75579436999999928e2"],["-0.11936749299999991e3",75.58415199999996],["-0.11938333099999994e3","0.75589157000000057e2"],["-0.11939527899999996e3","0.75594711000000018e2"],["-0.11940583800000002e3","0.75600540000000024e2"],[-119.408051,"0.75605820000000108e2"],["-0.11940471600000001e3","0.75611923000000047e2"],["-0.11939750700000002e3","0.75618317000000104e2"],["-0.11937554899999998e3","0.75631088000000034e2"],["-0.11927528399999994e3","0.75674698000000035e2"],["-0.11918831599999987e3","0.75702484000000084e2"],["-0.11911389200000002e3","0.75720535000000041e2"],["-0.11895472699999999e3","0.75778594999999996e2"],["-0.11878888699999999e3","0.75843048000000067e2"],[-118.762787,"0.75856934000000024e2"],["-0.11875834699999996e3","0.75862198000000035e2"],["-0.11875334199999992e3","0.75866379000000109e2"],["-0.11871694899999994e3","0.75882751000000098e2"],["-0.11861916399999996e3","0.75915543000000071e2"],[-118.58139,"0.75924987999999985e2"],["-0.11856388899999996e3","0.75928589000000045e2"],["-0.11840444899999994e3","0.75960815000000082e2"],["-0.11836776699999996e3","0.75966385000000002e2"],["-0.11834028599999999e3","0.75967484000000013e2"],["-0.11819415300000003e3","0.75967484000000013e2"],["-0.11816832699999998e3","0.75968323000000112e2"],["-0.11815222199999994e3",75.97137500000008],["-0.11813751200000002e3","0.75979705999999965e2"],["-0.11813137799999998e3","0.75985535000000141e2"],["-0.11813137799999998e3","0.75991363999999976e2"],["-0.11812748699999992e3","0.75997482000000105e2"],["-0.11810500299999995e3","0.76023880000000077e2"],["-0.11808860800000002e3","0.76029434000000094e2"],["-0.11807140400000003e3","0.76034149000000127e2"],["-0.11803751399999987e3","0.76038315000000011e2"],["-0.11799804699999993e3","0.76039978000000133e2"],["-0.11795722999999992e3","0.76043045000000063e2"],["-0.11793360899999993e3","0.76047485000000052e2"],["-0.11789972699999998e3","0.76057479999999998e2"],["-0.11788971699999996e3","0.76060806000000014e2"],["-0.11788500999999997e3","0.76066086000000098e2"],["-0.11789138799999995e3","0.76072220000000129e2"],["-0.11789277600000003e3","0.76077484000000084e2"],["-0.11788612399999988e3","0.76079712000000029e2"],["-0.11777887699999991e3","0.76108597000000088e2"],["-0.11772609699999998e3","0.76115540000000067e2"],["-0.11770694700000001e3","0.76117203000000018e2"],[-117.662216,"0.76117751999999939e2"],["-0.11764111299999996e3","0.76116652999999985e2"],["-0.11762304699999999e3","0.76114426000000094e2"],["-0.11751944700000001e3","0.76099716000000001e2"],["-0.11749166899999989e3","0.76094986000000119e2"],["-0.11747138999999993e3","0.76088882000000069e2"],["-0.11746389799999997e3","0.76083054000000004e2"],["-0.11748916600000001e3",76.04693600000013],["-0.11757305899999994e3","0.75981934000000081e2"],[-117.681107,"0.75921097000000088e2"],["-0.11770445299999989e3","0.75916930999999977e2"],["-0.11774694799999997e3","0.75910812000000135e2"],["-0.11777555799999993e3",75.89888000000002],["-0.11783833299999998e3","0.75859985000000052e2"],["-0.11793720999999999e3","0.75785262999999986e2"],["-0.11794499199999996e3",75.77915999999999],["-0.11795221700000002e3","0.75771927000000005e2"],["-0.11795638999999994e3","0.75765822999999955e2"],["-0.11795638999999994e3",75.75999500000006],["-0.11797138999999993e3","0.75728867000000037e2"],["-0.11801583899999997e3","0.75699416999999983e2"],["-0.11806220999999999e3","0.75685806000000014e2"],[-118.096947,"0.75678589000000102e2"],["-0.11811389200000002e3","0.75673874000000069e2"],["-0.11814277599999997e3","0.75663879000000122e2"],["-0.11822193900000002e3","0.75633881000000031e2"],["-0.11826363400000002e3","0.75616928000000087e2"],[-118.2675089999999,75.61285399999997],[-118.266953,"0.75609985000000108e2"],["-0.11826834099999991e3",75.59165999999999],["-0.11831639100000001e3",75.57249500000006]],[["-0.78926391999999964e2","0.75875809000000004e2"],["-0.78914169000000015e2",75.87303200000008],["-0.78904174999999896e2","0.75867203000000075e2"],["-0.78881377999999984e2","0.75853317000000061e2"],["-0.78876663000000008e2","0.75849152000000061e2"],["-0.78879439999999931e2","0.75844147000000021e2"],["-0.78897781000000009e2","0.75839706000000092e2"],["-0.78921111999999994e2","0.75837494000000049e2"],["-0.79048889000000031e2","0.75836928999999998e2"],["-0.79067779999999971e2","0.75840271000000143e2"],["-0.79072783999999956e2","0.75844437000000028e2"],["-0.79068618999999956e2","0.75848328000000095e2"],[-79.05749499999996,"0.75853317000000061e2"],["-0.79042495999999915e2","0.75858032000000094e2"],["-0.79021666999999923e2","0.75867477000000008e2"],["-0.79031676999999945e2","0.75870819000000097e2"],[-79.05471799999998,"0.75872757000000036e2"],["-0.79268889999999999e2","0.75875259000000142e2"],["-0.79319457999999941e2",75.87359600000002],["-0.79343063000000029e2","0.75871093999999971e2"],["-0.79361389000000031e2",75.86692800000003],["-0.79408339999999953e2","0.75852767999999969e2"],["-0.79420273000000009e2","0.75848038000000088e2"],["-0.79428054999999972e2","0.75842484000000127e2"],["-0.79458617999999944e2","0.75810806000000071e2"],["-0.79598052999999936e2","0.75861374000000069e2"],["-0.79620270000000005e2","0.75862761999999975e2"],["-0.79705840999999964e2","0.75860535000000084e2"],["-0.79726944000000003e2","0.75861099000000024e2"],["-0.79739990000000034e2",75.86442599999998],["-0.79752227999999889e2","0.75878586000000098e2"],["-0.79580001999999979e2","0.75945251000000042e2"],["-0.79567504999999983e2","0.75949142000000109e2"],["-0.79396956999999986e2","0.76001938000000052e2"],[-79.375,"0.76005554000000075e2"],["-0.79272780999999952e2","0.76028045999999961e2"],["-0.79137786999999946e2","0.76077209000000096e2"],["-0.79129714999999976e2","0.76082763999999997e2"],["-0.79121932999999956e2","0.76088593000000003e2"],["-0.79113051999999925e2","0.76100540000000137e2"],["-0.79091384999999889e2","0.76114426000000094e2"],["-0.79081954999999994e2","0.76116379000000052e2"],["-0.78923888999999974e2","0.76121094000000085e2"],["-0.78904174999999896e2","0.76119705000000067e2"],["-0.78893065999999976e2","0.76115540000000067e2"],["-0.78821670999999924e2","0.76098328000000038e2"],["-0.78805832000000009e2",76.09304800000001],["-0.78798049999999876e2",76.08638000000002],["-0.78799164000000019e2","0.76079987000000074e2"],["-0.78825835999999924e2",76.05802900000009],["-0.78833892999999989e2","0.76052475000000129e2"],[-78.845551,"0.76047485000000052e2"],["-0.78861389000000031e2","0.76043320000000051e2"],["-0.78921660999999915e2","0.76031937000000028e2"],["-0.78998610999999983e2","0.76014998999999989e2"],["-0.79069732999999928e2","0.75998322000000144e2"],["-0.79085007000000019e2","0.75993866000000082e2"],["-0.79144729999999981e2","0.75975266000000147e2"],["-0.79156112999999948e2","0.75969986000000063e2"],["-0.79166655999999932e2","0.75964157000000057e2"],["-0.79171936000000017e2","0.75958878000000084e2"],["-0.79176392000000021e2","0.75952774000000034e2"],["-0.79176940999999943e2","0.75946365000000014e2"],["-0.79174437999999952e2",75.93942300000009],["-0.79168335000000013e2","0.75931931000000134e2"],["-0.79140288999999939e2","0.75918868999999972e2"],["-0.79111938000000009e2","0.75910263000000043e2"],[-79.029449,"0.75888321000000133e2"],["-0.79010284000000013e2","0.75884720000000073e2"],["-0.78989440999999943e2","0.75881927000000132e2"],["-0.78943603999999993e2","0.75878036000000066e2"],["-0.78926391999999964e2","0.75875809000000004e2"]],[["-0.94843613000000005e2","0.76122208000000057e2"],["-0.94831116000000009e2",76.09664900000007],["-0.94870270000000005e2","0.76068877999999984e2"],["-0.94889175000000023e2",76.05802900000009],["-0.94905562999999916e2",76.05386400000009],[-94.92860399999995,"0.76051086000000112e2"],["-0.95006667999999991e2","0.76047485000000052e2"],["-0.95027221999999938e2","0.76047760000000096e2"],["-0.95048888999999974e2","0.76050812000000008e2"],["-0.95062499999999943e2","0.76056090999999981e2"],["-0.95086394999999925e2","0.76068054000000018e2"],["-0.95101943999999946e2",76.07777400000009],["-0.95139724999999999e2","0.76107757999999933e2"],[-95.14416499999993,"0.76111922999999933e2"],["-0.95147232000000031e2","0.76116927999999973e2"],["-0.95146392999999989e2","0.76118042000000003e2"],[-95.12110899999999,"0.76118591000000094e2"],[-95.09445199999999,"0.76113602000000128e2"],["-0.95076949999999954e2","0.76108322000000101e2"],["-0.95060546999999985e2","0.76105819999999994e2"],["-0.95030562999999972e2","0.76104706000000022e2"],["-0.95013061999999934e2","0.76105819999999994e2"],["-0.94992767000000015e2","0.76109421000000054e2"],["-0.94854445999999996e2","0.76136658000000011e2"],["-0.94843613000000005e2","0.76122208000000057e2"]],[["-0.81327788999999996e2","0.76147217000000012e2"],["-0.81338607999999965e2","0.76146378000000084e2"],["-0.81452498999999875e2","0.76155822999999941e2"],["-0.81462508999999955e2",76.15887500000008],["-0.81456954999999994e2","0.76163605000000075e2"],["-0.81415833000000021e2","0.76176926000000037e2"],["-0.81378051999999968e2","0.76184417999999994e2"],["-0.81348891999999978e2","0.76187485000000095e2"],["-0.81294448999999929e2","0.76187759000000028e2"],["-0.81267226999999991e2","0.76187759000000028e2"],["-0.81221663999999976e2","0.76185531999999967e2"],["-0.81203338999999971e2","0.76181091000000038e2"],["-0.81201401000000033e2","0.76177765000000022e2"],["-0.81208617999999944e2","0.76172211000000004e2"],["-0.81306106999999884e2","0.76151093000000117e2"],["-0.81327788999999996e2","0.76147217000000012e2"]],[["-0.10253083800000002e3","0.76223312000000021e2"],["-0.10252722199999994e3","0.76216934000000094e2"],["-0.10253138699999994e3","0.76211655000000121e2"],["-0.10258056599999986e3","0.76152481000000023e2"],[-102.636124,"0.76125534000000073e2"],["-0.10265055799999999e3","0.76119980000000112e2"],["-0.10267138699999998e3","0.76114151000000106e2"],["-0.10273665599999998e3","0.76098601999999971e2"],["-0.10278056300000003e3","0.76089706000000035e2"],["-0.10280638099999999e3","0.76085541000000035e2"],["-0.10285777300000001e3","0.76078873000000101e2"],["-0.10293360899999999e3","0.76070831000000112e2"],["-0.10334221599999995e3","0.76036652000000061e2"],["-0.10336472300000003e3","0.76035812000000021e2"],["-0.10367999299999997e3","0.76034149000000127e2"],["-0.10382000700000003e3","0.76031372000000033e2"],["-0.10386638600000003e3","0.76030823000000055e2"],["-0.10391443599999997e3",76.03166200000004],[-103.962219,"0.76034714000000122e2"],["-0.10397277799999995e3","0.76039703000000088e2"],["-0.10392388899999997e3","0.76040817000000061e2"],["-0.10387832599999996e3","0.76043869000000029e2"],["-0.10386945299999996e3","0.76047485000000052e2"],["-0.10388861099999997e3","0.76049712999999997e2"],["-0.10398332199999999e3","0.76057205000000124e2"],["-0.10406054699999999e3","0.76062195000000031e2"],["-0.10408677699999998e3",76.06053200000008],["-0.10408743999999996e3",76.05819699999995],["-0.10413082899999989e3","0.76056366000000025e2"],["-0.10439111300000002e3","0.76078323000000069e2"],["-0.10440833999999995e3","0.76082214000000135e2"],["-0.10447833300000002e3","0.76135817999999972e2"],["-0.10448277299999995e3","0.76142211999999972e2"],["-0.10446389799999992e3",76.15887500000008],["-0.10445417800000001e3","0.76164429000000041e2"],["-0.10431582600000002e3","0.76208037999999988e2"],["-0.10429804999999993e3","0.76212494000000049e2"],["-0.10427250700000002e3","0.76216095000000109e2"],["-0.10424722300000002e3","0.76218596999999988e2"],["-0.10417223399999995e3","0.76224152000000117e2"],["-0.10414806399999986e3",76.2227630000001],["-0.10407472200000001e3","0.76222213999999951e2"],[-103.9569469999999,"0.76233047000000113e2"],["-0.10391805999999997e3","0.76239975000000129e2"],["-0.10385138699999999e3","0.76250000000000057e2"],["-0.10359445199999999e3",76.26527400000009],["-0.10333693699999998e3",76.27998400000007],["-0.10313137799999993e3","0.76303040000000067e2"],["-0.10311000100000001e3","0.76304703000000018e2"],["-0.10305999799999995e3","0.76306366000000139e2"],["-0.10286472299999997e3","0.76311095999999964e2"],["-0.10281696299999999e3","0.76312194999999974e2"],[-102.765556,"0.76311645999999996e2"],["-0.10272693599999997e3",76.30581699999999],["-0.10266915899999992e3","0.76295822000000101e2"],["-0.10266555799999998e3","0.76294708000000128e2"],["-0.10265222199999994e3","0.76287766000000033e2"],["-0.10264277599999997e3","0.76269989000000123e2"],["-0.10263362100000001e3","0.76257491999999957e2"],["-0.10262554899999992e3","0.76251937999999996e2"],[-102.6036069999999,76.24552900000009],["-0.10255832700000002e3","0.76235809000000017e2"],["-0.10254055799999998e3","0.76229431000000091e2"],["-0.10253083800000002e3","0.76223312000000021e2"]],[["-0.89398894999999982e2",76.43553200000008],["-0.89425003000000004e2",76.43553200000008],["-0.89599166999999966e2","0.76440262000000132e2"],["-0.89613616999999977e2","0.76440811000000053e2"],["-0.89625548999999978e2","0.76444976999999994e2"],["-0.89615004999999996e2","0.76449141999999995e2"],["-0.89559158000000025e2","0.76470535000000098e2"],["-0.89533065999999963e2",76.47665400000011],[-89.49499499999996,"0.76472488000000055e2"],["-0.89488327000000027e2",76.46804800000001],["-0.89465835999999911e2","0.76462203999999986e2"],["-0.89446380999999917e2","0.76457763999999997e2"],[-89.40834000000001,"0.76450546000000145e2"],["-0.89386123999999938e2","0.76447754000000089e2"],["-0.89378051999999968e2","0.76444138000000009e2"],["-0.89380553999999961e2","0.76439147999999989e2"],["-0.89398894999999982e2",76.43553200000008]],[["-0.83962783999999999e2","0.76426375999999948e2"],["-0.83986114999999984e2","0.76423309000000017e2"],["-0.84009170999999924e2","0.76425812000000008e2"],["-0.84109436000000017e2","0.76444427000000132e2"],[-84.12388599999997,"0.76451096000000007e2"],["-0.84139449999999954e2","0.76507217000000082e2"],["-0.84128052000000025e2",76.50999500000006],["-0.84097503999999901e2","0.76506653000000142e2"],["-0.84013625999999931e2","0.76498032000000023e2"],["-0.83992492999999854e2","0.76494980000000112e2"],["-0.83976944000000003e2","0.76491089000000045e2"],["-0.83918334999999956e2","0.76469437000000028e2"],["-0.83908050999999944e2","0.76464996000000099e2"],["-0.83962783999999999e2","0.76426375999999948e2"]],[["-0.10405387899999999e3","0.76563034000000073e2"],["-0.10403388999999999e3","0.76559708000000001e2"],["-0.10387888299999997e3","0.76573608000000092e2"],["-0.10386860699999994e3","0.76579162999999994e2"],["-0.10386665299999993e3","0.76584991000000116e2"],["-0.10387138400000003e3","0.76596649000000127e2"],["-0.10386721799999998e3","0.76603043000000014e2"],["-0.10385944399999994e3","0.76607208000000014e2"],["-0.10382640100000003e3","0.76618317000000047e2"],[-103.804169,"0.76621918000000107e2"],["-0.10378751399999993e3","0.76620529000000147e2"],["-0.10358194699999996e3","0.76547759999999982e2"],["-0.10358805799999993e3","0.76541930999999977e2"],["-0.10359249899999998e3","0.76535812000000135e2"],["-0.10359166700000003e3",76.53137200000009],[-103.587784,"0.76524993999999936e2"],["-0.10357028199999996e3","0.76521103000000096e2"],[-103.404449,"0.76494705000000124e2"],["-0.10338445299999995e3","0.76492203000000018e2"],["-0.10332112100000001e3","0.76494980000000112e2"],["-0.10324500299999994e3","0.76485535000000027e2"],[-103.05777,"0.76457763999999997e2"],["-0.10303666699999991e3","0.76453873000000101e2"],["-0.10301418299999995e3","0.76447754000000089e2"],["-0.10300805699999989e3","0.76441650000000038e2"],["-0.10300446299999999e3","0.76435257000000092e2"],["-0.10300446299999999e3","0.76429977000000008e2"],[-103.011124,"0.76423309000000017e2"],["-0.10301917300000002e3","0.76418045000000063e2"],["-0.10302971599999989e3","0.76412491000000045e2"],[-103.0425029999999,"0.76406372000000033e2"],[-103.098343,"0.76384720000000016e2"],["-0.10317250099999995e3","0.76362762000000032e2"],["-0.10320472699999993e3","0.76354705999999965e2"],[-103.281387,"0.76336929000000112e2"],["-0.10337805200000003e3","0.76325546000000088e2"],["-0.10355444299999999e3","0.76310257000000036e2"],["-0.10370056199999993e3","0.76304152999999985e2"],["-0.10375195299999996e3","0.76303589000000045e2"],[-103.848343,"0.76310257000000036e2"],["-0.10406194299999993e3","0.76317490000000021e2"],["-0.10411165599999998e3","0.76316376000000048e2"],["-0.10433500699999996e3","0.76318603999999993e2"],["-0.10437888299999992e3","0.76323317999999972e2"],[-104.396118,"0.76327774000000034e2"],["-0.10440471599999995e3","0.76333328000000051e2"],[-104.404449,"0.76334427000000005e2"],["-0.10438971700000002e3","0.76342758000000117e2"],["-0.10437581599999993e3","0.76348328000000038e2"],[-104.362213,"0.76352202999999975e2"],["-0.10434333799999996e3","0.76354156000000103e2"],["-0.10432972699999999e3","0.76358032000000037e2"],[-104.328056,"0.76363876000000005e2"],["-0.10439111300000002e3","0.76461105000000032e2"],["-0.10443388399999998e3","0.76484984999999995e2"],["-0.10444888300000002e3","0.76491089000000045e2"],["-0.10447332799999998e3",76.49331699999999],["-0.10448249800000002e3","0.76490540000000124e2"],["-0.10448361199999999e3","0.76485808999999961e2"],["-0.10449749800000001e3","0.76481093999999928e2"],["-0.10452278100000001e3","0.76480545000000006e2"],["-0.10456388900000002e3","0.76482208000000128e2"],["-0.10465888999999987e3","0.76545822000000044e2"],["-0.10466583300000002e3","0.76551651000000049e2"],["-0.10463722200000001e3","0.76603317000000118e2"],["-0.10456304899999998e3","0.76612761999999975e2"],["-0.10453666699999997e3","0.76617203000000075e2"],[-104.445267,"0.76635818000000029e2"],["-0.10440666199999987e3","0.76645538000000101e2"],["-0.10437416100000002e3","0.76655823000000055e2"],["-0.10435193600000002e3","0.76660263000000043e2"],["-0.10431500199999994e3","0.76663879000000122e2"],["-0.10426750199999998e3","0.76667206000000022e2"],["-0.10421665999999999e3","0.76668320000000051e2"],["-0.10413417099999998e3","0.76669434000000024e2"],["-0.10405332899999996e3","0.76664703000000088e2"],[-104.031113,"0.76661652000000061e2"],["-0.10396333299999998e3","0.76649994000000049e2"],["-0.10393971299999998e3","0.76644714000000135e2"],[-103.926941,"0.76638046000000145e2"],[-103.9225009999999,"0.76633605999999986e2"],["-0.10392610200000001e3","0.76621918000000107e2"],["-0.10393831599999999e3","0.76610535000000141e2"],["-0.10395861799999994e3","0.76599152000000117e2"],["-0.10402778599999988e3","0.76579162999999994e2"],[-104.051941,"0.76568878000000041e2"],["-0.10405387899999999e3","0.76563034000000073e2"]],[["-0.98418059999999912e2","0.76668320000000051e2"],["-0.98403885000000002e2","0.76661377000000016e2"],["-0.98413939999999911e2","0.76647491000000059e2"],["-0.98423606999999947e2","0.76641486999999927e2"],["-0.98425780999999972e2",76.63848900000005],["-0.98425277999999992e2",76.63564300000013],["-0.98429169000000002e2","0.76626922999999977e2"],["-0.98419723999999917e2","0.76622482000000048e2"],["-0.98376099000000011e2","0.76611923000000047e2"],["-0.98357773000000009e2","0.76608321999999987e2"],["-0.98281386999999995e2","0.76602203000000145e2"],["-0.98180557000000022e2","0.76586929000000055e2"],["-0.98189712999999983e2","0.76580276000000083e2"],["-0.98242766999999958e2","0.76571655000000135e2"],["-0.98258621000000005e2","0.76573318000000086e2"],["-0.98278335999999967e2","0.76581100000000049e2"],["-0.98298339999999996e2","0.76585266000000104e2"],["-0.98319457999999997e2",76.58859300000006],["-0.98362502999999947e2","0.76593323000000112e2"],["-0.98395554000000004e2","0.76594437000000084e2"],[-98.40194699999995,"0.76591934000000094e2"],["-0.98398894999999925e2","0.76581375000000037e2"],["-0.98378051999999968e2","0.76572220000000016e2"],["-0.98357773000000009e2","0.76565536000000122e2"],["-0.98322784000000013e2","0.76561096000000134e2"],["-0.98080565999999976e2","0.76531097000000102e2"],["-0.97944442999999978e2","0.76518051000000128e2"],["-0.97897780999999895e2","0.76515823000000012e2"],["-0.97807770000000005e2","0.76514435000000105e2"],["-0.97764450000000011e2","0.76510544000000039e2"],["-0.97750290000000007e2","0.76506942999999978e2"],["-0.97693328999999949e2","0.76487762000000089e2"],["-0.97684722999999963e2",76.47164900000007],["-0.97662215999999944e2","0.76425261999999975e2"],["-0.97662505999999894e2","0.76419434000000081e2"],["-0.97670273000000009e2","0.76414992999999981e2"],["-0.97706954999999937e2","0.76405548000000067e2"],["-0.97718886999999995e2",76.40109300000006],["-0.97727218999999991e2","0.76395537999999988e2"],["-0.97731673999999998e2",76.38998400000014],["-0.97761397999999986e2","0.76334991000000002e2"],["-0.97728881999999999e2","0.76282760999999994e2"],["-0.97726104999999905e2","0.76278320000000065e2"],["-0.97699432000000002e2","0.76266663000000108e2"],[-97.64805599999994,"0.76250275000000045e2"],["-0.97610549999999989e2","0.76242203000000075e2"],["-0.97591674999999952e2",76.23692299999999],["-0.97575561999999991e2","0.76231369000000029e2"],["-0.97523055999999997e2","0.76205826000000116e2"],["-0.97516952999999944e2","0.76199997000000053e2"],["-0.97509170999999981e2","0.76188873000000001e2"],["-0.97494994999999903e2","0.76148880000000133e2"],["-0.97494445999999868e2","0.76138885000000073e2"],["-0.97503066999999874e2","0.76127472000000068e2"],["-0.97517776000000026e2","0.76119141000000127e2"],["-0.97542496000000028e2","0.76108322000000101e2"],["-0.97563323999999966e2","0.76097487999999998e2"],["-0.97588333000000034e2","0.76080826000000002e2"],["-0.97656386999999938e2","0.75972762999999986e2"],["-0.97647507000000019e2","0.75944427000000076e2"],[-97.64555399999989,"0.75938873000000058e2"],["-0.97642226999999934e2",75.9327550000001],["-0.97612503000000004e2","0.75901932000000102e2"],["-0.97597778000000005e2","0.75889434999999935e2"],["-0.97597778000000005e2","0.75846939000000134e2"],["-0.97654174999999896e2","0.75798324999999977e2"],["-0.97664169000000015e2","0.75793320000000108e2"],["-0.97693603999999993e2","0.75785812000000078e2"],["-0.97707503999999972e2","0.75783324999999991e2"],["-0.97837219000000005e2","0.75765549000000021e2"],["-0.97913329999999974e2","0.75751663000000065e2"],["-0.97930557000000022e2","0.75746933000000013e2"],["-0.97938598999999954e2","0.75741364000000033e2"],["-0.97870543999999938e2",75.73054499999995],["-0.97827224999999885e2","0.75726929000000098e2"],["-0.97690276999999867e2","0.75720535000000041e2"],["-0.97425551999999982e2","0.75692200000000071e2"],["-0.97404448999999943e2",75.68803400000013],["-0.97386672999999973e2","0.75682754999999986e2"],["-0.97375823999999852e2","0.75676376000000118e2"],["-0.97369995000000017e2","0.75670822000000101e2"],["-0.97368606999999997e2","0.75659424000000115e2"],["-0.97369155999999975e2","0.75653320000000065e2"],["-0.97384734999999978e2","0.75643326000000059e2"],["-0.97394454999999937e2","0.75638321000000019e2"],["-0.97410003999999958e2","0.75620818999999983e2"],[-97.41194200000001,75.61554000000001],["-0.97423889000000031e2","0.75528595000000053e2"],["-0.97422501000000011e2","0.75506377999999984e2"],["-0.97417495999999971e2","0.75494705000000124e2"],["-0.97401397999999858e2","0.75458602999999982e2"],["-0.97398055999999997e2",75.45248400000014],["-0.97378326000000015e2",75.43414300000012],["-0.97349730999999963e2","0.75419983000000002e2"],["-0.97330565999999919e2","0.75414153999999996e2"],["-0.97293883999999991e2","0.75405548000000067e2"],["-0.97285003999999958e2","0.75402205999999978e2"],["-0.97280837999999903e2","0.75396941999999967e2"],["-0.97293334999999956e2","0.75390823000000125e2"],["-0.97305557000000022e2","0.75390274000000034e2"],["-0.97320557000000008e2",75.391098],["-0.97341675000000009e2","0.75393875000000094e2"],["-0.97441665999999998e2","0.75414992999999981e2"],["-0.97469161999999983e2","0.75422760000000096e2"],["-0.97484160999999915e2","0.75429428000000087e2"],[-97.49610899999999,"0.75442200000000071e2"],[-97.49888599999997,"0.75469986000000006e2"],["-0.97496658000000025e2","0.75478592000000106e2"],["-0.97573623999999882e2","0.75513046000000145e2"],["-0.97711944999999901e2","0.75566666000000055e2"],["-0.97728881999999999e2","0.75570267000000058e2"],["-0.97744155999999975e2","0.75571106000000043e2"],["-0.97762511999999958e2","0.75568054000000132e2"],["-0.97818061999999884e2",75.54898100000014],["-0.97827552999999909e2","0.75545815000000005e2"],["-0.97827056999999911e2","0.75539817999999968e2"],["-0.97821724000000017e2","0.75537323000000129e2"],["-0.97811561999999924e2","0.75535156000000029e2"],["-0.97802054999999996e2",75.53532400000006],["-0.97801940999999999e2","0.75524429000000112e2"],["-0.97789992999999924e2",75.51887499999998],["-0.97774169999999913e2","0.75508331000000112e2"],["-0.97758895999999993e2","0.75496643000000063e2"],["-0.97748046999999872e2","0.75484421000000111e2"],["-0.97744720000000029e2","0.75478317000000061e2"],["-0.97743332000000009e2","0.75471924000000115e2"],["-0.97745269999999948e2","0.75466660000000104e2"],["-0.97756392999999946e2","0.75462204000000042e2"],["-0.97783324999999877e2",75.45748900000001],[-97.80749499999996,"0.75456650000000025e2"],["-0.97835830999999985e2","0.75460815000000025e2"],["-0.97840835999999854e2","0.75464996000000099e2"],["-0.97845001000000025e2","0.75469986000000006e2"],["-0.97855674999999906e2","0.75484482000000014e2"],[-97.85600299999993,"0.75487488000000042e2"],["-0.97858001999999885e2","0.75494644000000051e2"],["-0.97859169000000009e2","0.75497985999999969e2"],[-97.86983499999991,"0.75501160000000084e2"],["-0.97882338999999945e2","0.75503494000000103e2"],[-97.90834000000001,"0.75513321000000133e2"],["-0.97932495000000017e2","0.75512496999999996e2"],["-0.97951950000000011e2","0.75507492000000127e2"],["-0.98041672000000005e2","0.75483322000000101e2"],["-0.98043335000000013e2","0.75481368999999972e2"],["-0.97985549999999989e2","0.75457214000000135e2"],["-0.97957503999999915e2",75.44720499999994],["-0.97933318999999983e2","0.75448029000000133e2"],["-0.97911117999999931e2","0.75446090999999967e2"],["-0.97782776000000013e2","0.75428314000000114e2"],["-0.97774718999999948e2","0.75423035000000141e2"],["-0.97793610000000001e2","0.75413040000000024e2"],["-0.97808608999999933e2","0.75408875000000023e2"],["-0.97934432999999899e2","0.75407486000000063e2"],["-0.97984726000000023e2","0.75408875000000023e2"],["-0.98004729999999881e2","0.75413605000000075e2"],["-0.98028060999999923e2","0.75413879000000009e2"],["-0.98019890000000032e2","0.75407042999999987e2"],["-0.98028724999999895e2","0.75404541000000108e2"],["-0.98032386999999915e2","0.75400879000000145e2"],["-0.98029556000000014e2","0.75398375999999985e2"],["-0.98021225000000015e2",75.39521000000002],[-97.96055599999994,"0.75384720000000016e2"],["-0.97920272999999952e2",75.38081399999993],["-0.97901397999999915e2","0.75379974000000061e2"],["-0.97884445000000028e2","0.75376373000000058e2"],["-0.97872771999999998e2",75.37081900000004],["-0.97876662999999894e2","0.75364990000000034e2"],["-0.97887786999999946e2","0.75360535000000027e2"],["-0.97910277999999948e2","0.75356644000000131e2"],["-0.97926392000000021e2",75.35554500000012],["-0.97990554999999972e2","0.75355819999999994e2"],["-0.98042769999999962e2",75.35914600000001],["-0.98070107000000007e2","0.75364700000000028e2"],["-0.98070769999999982e2","0.75367088000000081e2"],["-0.98074112000000014e2","0.75369033999999942e2"],["-0.98082779000000016e2","0.75370033000000035e2"],["-0.98107772999999895e2","0.75371917999999994e2"],["-0.98124709999999993e2","0.75367202999999961e2"],["-0.98136397999999986e2","0.75361923000000104e2"],["-0.98141953000000001e2","0.75356644000000131e2"],["-0.98153610000000015e2","0.75345535000000041e2"],["-0.98165282999999988e2","0.75334152000000017e2"],["-0.98164718999999934e2","0.75329163000000051e2"],["-0.98129165999999998e2",75.30192599999998],["-0.98120543999999995e2","0.75297760000000039e2"],["-0.98101395000000025e2","0.75291931000000034e2"],["-0.98064712999999927e2","0.75285812000000021e2"],["-0.97913054999999986e2","0.75264159999999947e2"],[-97.87388599999997,"0.75270263999999997e2"],["-0.97755843999999911e2","0.75229431000000091e2"],[-97.74360699999994,"0.75224991000000102e2"],["-0.97735001000000011e2","0.75207214000000022e2"],["-0.97736937999999952e2","0.75204437000000098e2"],["-0.97759734999999978e2","0.75188582999999994e2"],["-0.97676940999999999e2","0.75164154000000053e2"],[-97.62860099999989,"0.75151093000000117e2"],["-0.97602492999999924e2","0.75147217000000069e2"],["-0.97597503999999958e2","0.75149155000000007e2"],["-0.97605834999999956e2","0.75158325000000048e2"],["-0.97614440999999886e2","0.75162766000000147e2"],["-0.97613051999999982e2","0.75164703000000031e2"],["-0.97597778000000005e2","0.75164703000000031e2"],["-0.97578613000000018e2",75.15887500000008],["-0.97567779999999971e2","0.75152481000000023e2"],["-0.97567504999999926e2","0.75147491000000002e2"],["-0.97582503999999915e2","0.75137496999999996e2"],["-0.97619445999999925e2","0.75118590999999924e2"],["-0.97639998999999989e2","0.75116379000000052e2"],["-0.97746947999999975e2","0.75111649000000057e2"],["-0.97843886999999938e2","0.75110260000000039e2"],[-97.86250299999989,"0.75111099000000024e2"],["-0.97881377999999927e2",75.11692800000003],["-0.98024719000000005e2","0.75162490999999932e2"],["-0.98033614999999998e2",75.17164600000001],["-0.98034438999999963e2","0.75181656000000089e2"],[-98.02694699999995,"0.75187195000000088e2"],[-98.02027899999996,"0.75196640000000002e2"],["-0.98019164999999987e2","0.75201096000000064e2"],["-0.98025833000000034e2","0.75210815000000082e2"],["-0.98041381999999885e2","0.75216385000000002e2"],["-0.98061661000000015e2",75.22026100000005],["-0.98085281000000009e2",75.2227630000001],["-0.98098617999999931e2",75.2227630000001],["-0.98146666999999866e2","0.75180816999999934e2"],["-0.98146666999999866e2","0.75163879000000065e2"],["-0.98145553999999947e2","0.75159987999999998e2"],["-0.98136123999999995e2","0.75154160000000047e2"],["-0.98121384000000035e2","0.75147491000000002e2"],["-0.98081389999999999e2","0.75130538999999999e2"],["-0.98039169000000015e2","0.75116379000000052e2"],["-0.98025557999999933e2","0.75113601999999958e2"],[-98.00306699999993,"0.75112761999999918e2"],["-0.97981673999999941e2","0.75110809000000017e2"],[-97.966949,"0.75104155999999989e2"],["-0.97947219999999902e2","0.75079987000000074e2"],["-0.97938888999999904e2","0.75069716999999969e2"],["-0.97938598999999954e2","0.75064986999999917e2"],["-0.97945830999999998e2",75.026657],["-0.97949996999999996e2","0.75021103000000039e2"],["-0.97960006999999905e2","0.75017487000000131e2"],["-0.97982497999999907e2","0.75015273999999977e2"],[-98.00306699999993,"0.75015549000000021e2"],[-98.02027899999996,"0.75018326000000116e2"],["-0.98108886999999982e2","0.75022491000000116e2"],["-0.98259170999999924e2","0.75022766000000104e2"],["-0.98276947000000007e2","0.75022217000000012e2"],["-0.98300277999999935e2","0.75021103000000039e2"],["-0.98369719999999973e2","0.75014435000000049e2"],["-0.98444442999999978e2","0.75004990000000134e2"],[-98.46833799999996,"0.75003052000000025e2"],["-0.98634734999999978e2","0.74992477000000065e2"],["-0.98723891999999921e2","0.74989426000000037e2"],["-0.98785004000000015e2","0.74994980000000055e2"],["-0.98985001000000011e2","0.75000000000000114e2"],["-0.99066955999999948e2","0.74996368000000132e2"],["-0.99354445999999882e2","0.74984420999999998e2"],["-0.99376662999999951e2",74.98553499999997],["-0.99394164999999987e2","0.74988037000000077e2"],["-0.99406113000000005e2","0.74993316999999934e2"],["-0.99393615999999952e2","0.75027205999999978e2"],["-0.99387512000000015e2",75.03776600000009],["-0.99335555999999997e2","0.75070541000000105e2"],["-0.99299437999999952e2","0.75092758000000003e2"],[-99.28195199999999,"0.75102768000000083e2"],[-99.27694699999995,"0.75108032000000094e2"],["-0.99272232000000031e2","0.75115814000000057e2"],["-0.99281386999999995e2","0.75122481999999991e2"],["-0.99308043999999995e2","0.75122481999999991e2"],["-0.99325835999999924e2",75.11831699999999],[-99.34056099999998,"0.75113037000000134e2"],["-0.99445540999999935e2","0.75058318999999983e2"],["-0.99482497999999964e2",75.03776600000009],["-0.99496657999999968e2","0.75026382000000012e2"],[-99.5,"0.75020537999999988e2"],["-0.99496108999999933e2","0.75014708999999982e2"],["-0.99480285999999978e2","0.75009155000000135e2"],["-0.99445540999999935e2","0.75003875999999991e2"],["-0.99432495000000017e2","0.75000275000000101e2"],[-99.42721599999993,"0.74996368000000132e2"],["-0.99426391999999964e2","0.74991364000000033e2"],["-0.99538605000000018e2","0.74974152000000004e2"],["-0.99562499999999943e2","0.74972214000000065e2"],["-0.99602782999999988e2","0.74971100000000035e2"],["-0.99619719999999973e2",74.97137500000008],["-0.99701675000000023e2","0.74973602000000142e2"],["-0.99990554999999915e2","0.74984420999999998e2"],["-0.10005722000000003e3","0.74986923000000104e2"],["-0.10014584400000001e3","0.74991088999999988e2"],["-0.10021056399999998e3","0.74997208000000001e2"],["-0.10025306699999993e3","0.75002777000000037e2"],["-0.10034777799999995e3","0.75016937000000098e2"],["-0.10036389200000002e3","0.75021378000000027e2"],["-0.10038945000000001e3","0.75031097000000045e2"],["-0.10039388999999994e3","0.75037201000000039e2"],[-100.396118,"0.75043594000000041e2"],["-0.10039750699999991e3","0.75055542000000059e2"],["-0.10039723199999997e3","0.75066666000000112e2"],["-0.10039472999999998e3","0.75078323000000069e2"],["-0.10038583399999999e3","0.75095535000000098e2"],["-0.10038054699999986e3","0.75101928999999984e2"],["-0.10037805200000003e3","0.75113311999999951e2"],["-0.10039806399999998e3","0.75158600000000092e2"],["-0.10041221599999994e3",75.16804500000012],["-0.10043250299999994e3","0.75173598999999967e2"],["-0.10045333900000003e3","0.75177200000000028e2"],["-0.10047693599999997e3","0.75179428000000144e2"],["-0.10051112399999994e3","0.75184143000000006e2"],["-0.10052834300000001e3","0.75187759000000028e2"],["-0.10054444899999993e3","0.75193039000000113e2"],["-0.10054695099999998e3","0.75199417000000096e2"],["-0.10053859699999998e3","0.75204711999999972e2"],["-0.10046333299999998e3","0.75223602000000085e2"],["-0.10043859900000001e3","0.75226653999999996e2"],["-0.10041722099999998e3","0.75227478000000133e2"],["-0.10032528699999995e3","0.75230545000000063e2"],["-0.10030222299999997e3","0.75230820000000108e2"],["-0.10027999899999998e3",75.22886699999998],["-0.10024833699999999e3","0.75223877000000073e2"],["-0.10022556299999997e3","0.75223037999999974e2"],[-100.031387,"0.75226929000000041e2"],["-0.10000778200000002e3","0.75228043000000014e2"],["-0.99990554999999915e2","0.75231369000000029e2"],["-0.99987777999999992e2","0.75236099000000081e2"],["-0.99995269999999948e2","0.75239975000000129e2"],["-0.10000945300000001e3","0.75242203000000075e2"],["-0.10011945300000002e3","0.75248596000000077e2"],["-0.10020333900000003e3","0.75253326000000072e2"],["-0.10022609699999998e3","0.75254165999999941e2"],[-100.314438,"0.75250824000000023e2"],["-0.10035417200000001e3","0.75251663000000008e2"],["-0.10037554899999986e3","0.75255264000000011e2"],["-0.10039388999999994e3","0.75260269000000108e2"],[-100.406113,"0.75266663000000108e2"],["-0.10040278599999999e3","0.75272491000000059e2"],["-0.10033444199999991e3","0.75274428999999998e2"],["-0.10031166100000002e3","0.75277206000000092e2"],["-0.10029387700000001e3","0.75281371999999976e2"],[-100.279449,"0.75286652000000061e2"],["-0.10025805700000001e3","0.75297760000000039e2"],["-0.10024445299999996e3","0.75308868000000018e2"],["-0.10025723299999993e3","0.75313308999999947e2"],["-0.10028222699999992e3","0.75310257000000036e2"],["-0.10033277900000002e3","0.75302200000000084e2"],["-0.10035944399999994e3","0.75299712999999997e2"],["-0.10049999999999989e3","0.75292480000000012e2"],["-0.10052306399999998e3","0.75293045000000006e2"],["-0.10060888699999998e3","0.75305817000000047e2"],["-0.10062249799999995e3","0.75309143000000063e2"],["-0.10076555599999989e3",75.34637500000008],["-0.10077887699999991e3",75.35054000000008],["-0.10076888999999994e3","0.75355255000000113e2"],["-0.10067639199999996e3","0.75376648000000046e2"],["-0.10065222199999999e3","0.75378585999999984e2"],["-0.10063305700000001e3","0.75378036000000122e2"],["-0.10061805700000002e3","0.75376648000000046e2"],["-0.10060221899999993e3","0.75373596000000134e2"],["-0.10061833199999995e3","0.75368866000000082e2"],[-100.64389,"0.75364700000000028e2"],["-0.10067999299999997e3","0.75361923000000104e2"],["-0.10069833399999993e3","0.75356644000000131e2"],["-0.10068222000000003e3","0.75350266000000147e2"],["-0.10063806199999999e3","0.75345825000000048e2"],["-0.10061472299999997e3","0.75346100000000092e2"],["-0.10059472699999998e3","0.75347487999999998e2"],["-0.10044748699999991e3","0.75369980000000055e2"],[-100.43277,"0.75375259000000028e2"],["-0.10042832899999991e3","0.75380539000000113e2"],["-0.10044055200000003e3","0.75386658000000125e2"],["-0.10056527699999998e3","0.75422211000000004e2"],["-0.10058444199999997e3","0.75426376000000005e2"],["-0.10060694899999999e3",75.42804000000001],["-0.10067555199999993e3","0.75426926000000037e2"],["-0.10071694899999989e3","0.75429153000000099e2"],["-0.10072305299999999e3","0.75432479999999998e2"],["-0.10069776899999999e3","0.75436371000000065e2"],["-0.10067331699999994e3","0.75438582999999937e2"],["-0.10043388399999998e3","0.75445815999999979e2"],["-0.10033972199999999e3","0.75447479000000101e2"],["-0.10027084400000001e3","0.75448593000000074e2"],["-0.10017666600000001e3","0.75449141999999995e2"],["-0.10011138899999997e3","0.75451096000000007e2"],["-0.10006276700000001e3","0.75454437000000041e2"],["-0.10001194800000002e3","0.75461380000000077e2"],["-0.10000917099999992e3","0.75466095000000109e2"],["-0.10001944700000001e3","0.75468596999999988e2"],["-0.10010056299999997e3","0.75470535000000098e2"],["-0.10019193999999999e3","0.75467758000000003e2"],["-0.10021528599999988e3","0.75467758000000003e2"],["-0.10030695300000002e3",75.47164900000007],["-0.10030555699999996e3","0.75473602000000028e2"],["-0.10012999000000002e3","0.75525818000000129e2"],["-0.10003415699999988e3","0.75529433999999981e2"],["-0.99966948999999943e2","0.75533325000000048e2"],["-0.99845000999999968e2","0.75540817000000004e2"],["-0.99831389999999999e2","0.75544144000000131e2"],["-0.99832229999999981e2","0.75545532000000037e2"],["-0.99845000999999968e2","0.75547484999999995e2"],["-0.99856383999999991e2","0.75548035000000027e2"],["-0.99899993999999992e2","0.75547484999999995e2"],["-0.99946655000000021e2","0.75544708000000071e2"],["-0.99990279999999984e2","0.75544434000000138e2"],["-0.10003859699999998e3",75.549149],["-0.10003943600000002e3","0.75554152999999985e2"],["-0.10002806099999998e3","0.75557205000000067e2"],["-0.99823623999999938e2",75.58415199999996],["-0.99800551999999925e2","0.75586655000000121e2"],["-0.99756393000000003e2","0.75588043000000027e2"],["-0.99736938000000009e2","0.75587204000000099e2"],["-0.99712508999999955e2","0.75589157000000057e2"],["-0.99672774999999945e2","0.75606094000000041e2"],["-0.99667770000000019e2","0.75611099000000081e2"],["-0.99685821999999973e2","0.75613876000000005e2"],["-0.99790833000000021e2","0.75616653000000099e2"],[-99.84056099999998,"0.75612488000000099e2"],["-0.99863051999999982e2","0.75614426000000037e2"],["-0.99862503000000004e2","0.75618866000000025e2"],["-0.99823623999999938e2",75.651657],["-0.99817504999999926e2","0.75655258000000003e2"],["-0.99788054999999929e2","0.75658324999999934e2"],["-0.99458617999999944e2","0.75672485000000052e2"],["-0.99226669000000015e2","0.75675537000000134e2"],["-0.99202498999999989e2","0.75675537000000134e2"],["-0.99083617999999944e2","0.75675812000000008e2"],["-0.99033066000000019e2","0.75677200000000084e2"],["-0.98982773000000009e2","0.75681090999999981e2"],["-0.98929717999999923e2","0.75686371000000008e2"],["-0.98905562999999916e2","0.75689972000000068e2"],["-0.98889998999999989e2","0.75695251000000042e2"],["-0.98891388000000006e2","0.75699141999999938e2"],["-0.98907775999999956e2","0.75704712000000029e2"],["-0.98925827000000027e2","0.75707489000000123e2"],["-0.98950286999999889e2","0.75709991000000002e2"],[-98.97193900000002,"0.75710266000000047e2"],["-0.99329453000000001e2","0.75695251000000042e2"],[-99.55749499999996,"0.75691925000000026e2"],["-0.99619995000000017e2","0.75694138000000009e2"],["-0.99643889999999999e2","0.75694138000000009e2"],["-0.99740828999999906e2","0.75690811000000053e2"],[-99.84973100000002,"0.75677475000000072e2"],[-100.031677,"0.75664428999999984e2"],[-100.256393,75.651657],["-0.10037332199999997e3","0.75654709000000082e2"],["-0.10039723199999997e3","0.75654434000000037e2"],["-0.10054028299999993e3","0.75645537999999931e2"],["-0.10062888299999997e3","0.75634720000000129e2"],["-0.10065416699999997e3","0.75631653000000028e2"],["-0.10080471799999998e3","0.75614990000000148e2"],["-0.10082972699999999e3",75.61303700000002],["-0.10122556299999991e3","0.75587494000000106e2"],["-0.10124916100000002e3","0.75587204000000099e2"],["-0.10130638099999999e3","0.75591094999999996e2"],["-0.10137721299999993e3",75.59887700000013],["-0.10138806199999999e3",75.60026600000009],["-0.10147165699999999e3","0.75602203000000145e2"],[-101.4955369999999,"0.75601929000000041e2"],["-0.10174944299999999e3","0.75574432000000058e2"],["-0.10189835399999998e3","0.75556091000000094e2"],["-0.10197250399999996e3","0.75548325000000034e2"],["-0.10199638399999998e3","0.75547211000000061e2"],[-102.06723,"0.75546097000000088e2"],["-0.10213639799999993e3",75.553314],["-0.10215915699999999e3","0.75554977000000122e2"],["-0.10220667300000002e3",75.553314],["-0.10235193599999997e3","0.75542206000000022e2"],["-0.10239916999999997e3","0.75537200999999982e2"],["-0.10244860799999998e3","0.75530547999999953e2"],["-0.10249916099999996e3","0.75521103000000096e2"],["-0.10253415699999999e3","0.75511383000000023e2"],["-0.10267304999999999e3","0.75514709000000039e2"],["-0.10286694299999999e3","0.75601089000000002e2"],["-0.10287805200000003e3","0.75607758000000047e2"],["-0.10288194299999992e3","0.75613312000000064e2"],["-0.10288390400000003e3",75.61914100000007],["-0.10287777699999992e3","0.75624695000000031e2"],["-0.10286054999999999e3",75.62831100000011],[-102.8125,"0.75631088000000034e2"],["-0.10279305999999991e3","0.75630539000000056e2"],["-0.10270140100000003e3","0.75628860000000032e2"],["-0.10268916299999995e3","0.75670532000000094e2"],["-0.10258168000000001e3",75.71276899999998],["-0.10256360599999999e3","0.75718322999999998e2"],["-0.10253888699999993e3",75.72137499999991],["-0.10237748699999992e3","0.75729155999999989e2"],["-0.10235193599999997e3","0.75729155999999989e2"],["-0.10231139400000001e3",75.72665400000011],["-0.10226390100000003e3","0.75721924000000058e2"],["-0.10216832699999992e3","0.75709152000000074e2"],["-0.10215416700000003e3","0.75706100000000106e2"],["-0.10207861300000002e3","0.75688309000000004e2"],["-0.10205776999999995e3","0.75690811000000053e2"],["-0.10203666699999997e3","0.75694138000000009e2"],["-0.10201862299999999e3","0.75699416999999983e2"],["-0.10200917099999998e3","0.75703048999999908e2"],["-0.10200805700000001e3","0.75704987000000074e2"],["-0.10209166699999997e3","0.75721924000000058e2"],[-102.120003,"0.75776382000000012e2"],["-0.10210185200000001e3","0.75784247999999991e2"],["-0.10209361299999989e3","0.75791091999999992e2"],[-102.112213,"0.75793594000000041e2"],["-0.10223277299999995e3","0.75786652000000117e2"],["-0.10228222700000003e3","0.75781937000000084e2"],["-0.10232668299999995e3","0.75779983999999956e2"],["-0.10234388699999994e3","0.75781937000000084e2"],["-0.10236609599999997e3","0.75789978000000019e2"],["-0.10237165800000002e3","0.75795821999999987e2"],["-0.10237332200000003e3","0.75801650999999993e2"],["-0.10237082700000002e3","0.75807480000000055e2"],["-0.10236250299999995e3","0.75818054000000075e2"],["-0.10233944700000001e3","0.75834991000000059e2"],["-0.10231667299999998e3","0.75846649000000127e2"],["-0.10229028299999993e3","0.75857208000000128e2"],["-0.10226640299999997e3",75.86192299999999],["-0.10216306299999997e3","0.75878860000000032e2"],["-0.10213806199999993e3","0.75881087999999977e2"],[-101.864441,"0.75902206000000035e2"],["-0.10182640099999992e3","0.75898331000000042e2"],["-0.10180526700000001e3","0.75891937000000041e2"],["-0.10179943800000001e3","0.75886658000000068e2"],["-0.10177194199999997e3","0.75868590999999981e2"],["-0.10174833699999999e3","0.75859146000000067e2"],["-0.10174109599999991e3","0.75856934000000024e2"],["-0.10155638099999987e3","0.75821105999999986e2"],["-0.10147028399999999e3","0.75772217000000012e2"],["-0.10146888699999994e3","0.75766388000000006e2"],["-0.10145973199999997e3","0.75761107999999922e2"],["-0.10143859900000001e3","0.75755554000000132e2"],["-0.10141416899999996e3","0.75752487000000031e2"],[-101.301941,"0.75746094000000085e2"],[-101.254997,"0.75744705000000067e2"],["-0.10124416400000001e3","0.75746933000000013e2"],["-0.10123388699999998e3","0.75751389000000131e2"],["-0.10120249899999993e3","0.75767211999999972e2"],["-0.10118221999999997e3","0.75779709000000139e2"],["-0.10123110999999994e3","0.75777205999999978e2"],[-101.328056,"0.75774429000000055e2"],["-0.10134777799999995e3","0.75774994000000106e2"],["-0.10135555999999991e3","0.75779433999999924e2"],["-0.10135861199999999e3","0.75784988000000112e2"],["-0.10135193599999991e3","0.75790543000000014e2"],["-0.10134137699999997e3","0.75796097000000032e2"],[-101.326683,"0.75801650999999993e2"],[-101.323624,"0.75807480000000055e2"],["-0.10132501200000002e3","0.75813309000000061e2"],["-0.10133500700000002e3","0.75825272000000098e2"],["-0.10134056099999992e3","0.75830276000000026e2"],["-0.10135637700000001e3","0.75843048000000067e2"],["-0.10136389199999996e3",75.8477630000001],["-0.10137805199999997e3","0.75851928999999984e2"],["-0.10139277600000003e3","0.75854431000000034e2"],["-0.10140833999999995e3","0.75855820000000051e2"],["-0.10142388900000003e3","0.75856369000000029e2"],["-0.10148889199999996e3","0.75854156000000046e2"],["-0.10152694699999995e3",75.85832199999993],[-101.537216,"0.75861374000000069e2"],["-0.10154638699999992e3","0.75867477000000008e2"],["-0.10157917799999996e3","0.75908600000000092e2"],["-0.10156500199999988e3","0.75929703000000018e2"],["-0.10149665800000002e3","0.75954987000000017e2"],["-0.10147778299999999e3",75.96026599999999],["-0.10145221700000002e3","0.75963608000000079e2"],["-0.10139417299999997e3",75.97554000000008],["-0.10130915800000002e3","0.76008330999999998e2"],["-0.10130277999999987e3","0.76013046000000031e2"],["-0.10131582599999996e3","0.76019150000000025e2"],["-0.10133556399999992e3","0.76020827999999995e2"],["-0.10136971999999992e3","0.76016937000000098e2"],["-0.10138249200000001e3","0.76010818000000086e2"],["-0.10139195299999989e3","0.76000549000000035e2"],["-0.10140833999999995e3","0.75995529000000147e2"],["-0.10161721799999998e3","0.75980820000000108e2"],[-101.641953,"0.75979705999999965e2"],["-0.10167832900000002e3","0.75979705999999965e2"],["-0.10168388399999998e3","0.75980270000000075e2"],[-101.728882,"0.75987488000000099e2"],["-0.10180638099999999e3","0.76007492000000013e2"],["-0.10183249699999999e3","0.76016662999999994e2"],["-0.10184889199999992e3","0.76024704000000042e2"],["-0.10189362299999993e3","0.76060257000000092e2"],["-0.10190055799999999e3","0.76066666000000112e2"],["-0.10190722700000003e3","0.76078598000000056e2"],["-0.10190862299999998e3","0.76084427000000062e2"],["-0.10190750099999997e3","0.76096100000000092e2"],["-0.10190222199999999e3","0.76107757999999933e2"],["-0.10188861099999991e3","0.76119141000000127e2"],[-101.761124,"0.76174148999999943e2"],["-0.10171140300000002e3","0.76184708000000001e2"],[-101.685272,"0.76187759000000028e2"],["-0.10160833699999995e3","0.76194427000000019e2"],["-0.10153362299999998e3","0.76205261000000064e2"],["-0.10148860200000001e3","0.76213608000000022e2"],["-0.10146556099999998e3","0.76218872000000033e2"],["-0.10139611799999989e3","0.76243317000000047e2"],["-0.10138500999999997e3","0.76248871000000065e2"],[-101.387787,"0.76251937999999996e2"],["-0.10144193999999993e3","0.76241653000000042e2"],["-0.10149694799999992e3","0.76233871000000079e2"],["-0.10169888299999997e3","0.76219437000000084e2"],["-0.10174973299999999e3","0.76215820000000122e2"],["-0.10177471899999995e3","0.76215546000000018e2"],[-102.051941,"0.76213608000000022e2"],["-0.10211444099999994e3","0.76215546000000018e2"],["-0.10213305699999989e3","0.76219986000000006e2"],["-0.10214835399999998e3","0.76226653999999996e2"],["-0.10216583300000002e3","0.76238312000000008e2"],["-0.10215972899999997e3","0.76243042000000059e2"],["-0.10213362100000001e3","0.76246368000000075e2"],["-0.10208222999999998e3","0.76250824000000023e2"],["-0.10206388899999996e3","0.76255264000000011e2"],["-0.10205803700000001e3","0.76259155000000078e2"],["-0.10200110599999999e3","0.76352768000000026e2"],[-102.029449,76.3808140000001],[-102.051941,76.38638300000008],["-0.10205332900000002e3","0.76392211999999915e2"],["-0.10205082700000003e3","0.76398041000000148e2"],["-0.10203999299999998e3","0.76403595000000109e2"],["-0.10201862299999999e3","0.76409423999999944e2"],["-0.10188583399999993e3","0.76444976999999994e2"],["-0.10186221299999994e3","0.76450272000000041e2"],["-0.10180832699999996e3","0.76454163000000108e2"],["-0.10178333299999991e3","0.76454437000000041e2"],["-0.10167111199999999e3","0.76449141999999995e2"],["-0.10145667300000002e3","0.76436371000000065e2"],["-0.10143472300000002e3","0.76434418000000107e2"],["-0.10141166699999997e3","0.76430817000000047e2"],["-0.10131582599999996e3","0.76414428999999984e2"],["-0.10130249000000003e3","0.76408324999999991e2"],["-0.10129138199999994e3",76.401657],["-0.10128362300000003e3","0.76396102999999982e2"],["-0.10127667200000002e3","0.76389435000000049e2"],["-0.10124027999999993e3","0.76371643000000006e2"],["-0.10122805800000003e3","0.76366928000000144e2"],["-0.10120612299999993e3","0.76361374000000126e2"],["-0.10113694799999996e3","0.76350815000000068e2"],["-0.10106806899999998e3","0.76331940000000145e2"],["-0.10105832700000002e3","0.76326935000000105e2"],["-0.10109388699999994e3",76.283051],["-0.10100446299999993e3","0.76237761999999975e2"],[-100.98111,"0.76235260000000096e2"],["-0.10092832899999996e3","0.76225815000000011e2"],["-0.10091000399999996e3","0.76222213999999951e2"],["-0.10086582900000002e3","0.76212204000000042e2"],[-100.783073,"0.76191085999999984e2"],["-0.10075110599999994e3",76.18220500000001],["-0.10071056399999998e3","0.76166381999999999e2"],["-0.10063027999999991e3","0.76133331000000055e2"],["-0.10043998699999992e3",76.105255],["-0.10031582600000002e3","0.76051376000000118e2"],["-0.10030943299999996e3","0.76048035000000084e2"],["-0.10013166799999993e3","0.75952484000000027e2"],[-100.047234,"0.75913879000000065e2"],["-0.99982498000000021e2","0.75890548999999908e2"],["-0.99888335999999981e2","0.75886383000000023e2"],["-0.99753615999999909e2","0.75906372000000147e2"],["-0.99730834999999956e2","0.75910538000000031e2"],[-99.71556099999998,"0.75916092000000049e2"],["-0.99678328999999962e2","0.75931366000000139e2"],["-0.99587783999999999e2",75.94999700000011],["-0.99508621000000005e2","0.75957489000000066e2"],["-0.99483611999999937e2","0.75958603000000039e2"],["-0.99457503999999972e2","0.75961380000000133e2"],["-0.99442490000000021e2","0.75965819999999951e2"],["-0.99439437999999996e2","0.75970534999999984e2"],[-99.45461999999992,"0.75974808000000053e2"],["-0.99494445999999982e2","0.75973602000000085e2"],["-0.99657776000000013e2","0.75961380000000133e2"],["-0.99785277999999948e2","0.75951385000000016e2"],["-0.99811110999999983e2","0.75948317999999915e2"],["-0.99859436000000017e2","0.75935256999999979e2"],[-99.86332699999997,"0.75935532000000023e2"],["-0.99898620999999991e2","0.75950271999999984e2"],["-0.10007749899999999e3","0.76038879000000122e2"],["-0.10008249699999999e3","0.76043869000000029e2"],["-0.10009221600000001e3","0.76054977000000008e2"],["-0.10014222699999999e3","0.76112198000000149e2"],["-0.10015278599999994e3","0.76132477000000108e2"],["-0.10012499999999994e3","0.76148880000000133e2"],["-0.10010388199999994e3","0.76153320000000008e2"],["-0.10007167099999998e3","0.76155822999999941e2"],[-100.031113,"0.76155548000000124e2"],["-0.10001139799999999e3",76.15387000000004],["-0.99868332000000009e2","0.76139984000000027e2"],["-0.99730834999999956e2","0.76117477000000122e2"],["-0.99680832000000009e2","0.76118591000000094e2"],["-0.99650832999999977e2","0.76127472000000068e2"],["-0.99609160999999972e2","0.76135817999999972e2"],["-0.99556106999999997e2","0.76141663000000051e2"],["-0.99502227999999945e2","0.76146103000000039e2"],["-0.99483062999999902e2","0.76146942000000024e2"],["-0.99429717999999923e2",76.15387000000004],["-0.99414444000000003e2","0.76158325000000048e2"],["-0.99421386999999925e2","0.76160262999999986e2"],["-0.99445267000000001e2",76.16137700000013],["-0.99498885999999914e2","0.76157761000000107e2"],["-0.99548888999999974e2","0.76153320000000008e2"],["-0.99668059999999912e2","0.76139709000000039e2"],["-0.99693054000000018e2","0.76138596000000121e2"],[-99.716949,"0.76139709000000039e2"],["-0.99874434999999892e2",76.17053199999998],["-0.99915833000000021e2","0.76180267000000072e2"],["-0.99948882999999967e2","0.76189697000000137e2"],["-0.10015028399999994e3",76.1933140000001],["-0.10017832900000002e3",76.19081100000011],["-0.10020140099999998e3","0.76189972000000012e2"],["-0.10022556299999997e3",76.19081100000011],["-0.10043888900000002e3","0.76212494000000049e2"],["-0.10047222899999991e3","0.76226378999999952e2"],["-0.10049861099999998e3","0.76237761999999975e2"],["-0.10051278699999989e3","0.76249146000000053e2"],[-100.514183,"0.76254166000000112e2"],["-0.10051112399999994e3","0.76259720000000129e2"],["-0.10049944299999999e3",76.26527400000009],[-100.465012,"0.76274993999999992e2"],["-0.10043804899999998e3","0.76278870000000097e2"],["-0.10041665599999999e3","0.76280272999999966e2"],["-0.10036638600000003e3","0.76281661999999983e2"],["-0.10026917300000002e3","0.76278595000000053e2"],["-0.10018276999999995e3","0.76270828000000108e2"],[-100.111107,"0.76266388000000063e2"],["-0.99895553999999947e2","0.76274703999999986e2"],[-99.86999499999996,"0.76275817999999958e2"],["-0.99844727000000034e2","0.76280272999999966e2"],["-0.99848617999999931e2","0.76283874999999966e2"],["-0.10003859699999998e3","0.76318878000000097e2"],["-0.10027722199999994e3","0.76378585999999984e2"],["-0.10030166600000001e3","0.76382750999999985e2"],["-0.10032362399999994e3","0.76384155000000135e2"],["-0.10035056299999991e3","0.76384430000000009e2"],["-0.10037444299999999e3","0.76382750999999985e2"],["-0.10048137700000001e3","0.76373871000000122e2"],["-0.10055332899999996e3","0.76371094000000028e2"],["-0.10067360699999995e3","0.76371917999999994e2"],["-0.10069444299999998e3","0.76374985000000095e2"],["-0.10095249899999999e3","0.76474700999999982e2"],["-0.10097222899999997e3","0.76485260000000039e2"],["-0.10098388699999992e3","0.76494430999999963e2"],["-0.10098554999999993e3","0.76499145999999996e2"],["-0.10098249800000002e3","0.76504990000000021e2"],[-100.962784,"0.76510268999999994e2"],["-0.10093943799999988e3","0.76514435000000105e2"],["-0.10089277600000003e3","0.76519440000000145e2"],["-0.10082972699999999e3","0.76519714000000079e2"],["-0.10080526700000001e3","0.76522217000000069e2"],[-100.737213,"0.76531097000000102e2"],["-0.10072083999999995e3","0.76546097000000032e2"],["-0.10072341899999998e3","0.76551094000000148e2"],["-0.10072332799999992e3","0.76556091000000038e2"],["-0.10071250899999995e3","0.76560531999999967e2"],["-0.10065306099999992e3","0.76576385000000016e2"],["-0.10045861799999994e3","0.76613602000000014e2"],[-100.383827,"0.76627502000000106e2"],["-0.10036389200000002e3","0.76631087999999977e2"],[-100.318893,"0.76635544000000095e2"],["-0.10021665999999988e3","0.76643051000000014e2"],["-0.10019193999999999e3","0.76642212000000086e2"],["-0.10005222300000003e3","0.76631363000000022e2"],["-0.99981673999999998e2","0.76622207999999944e2"],["-0.99911117999999988e2",76.61303700000002],["-0.99885009999999909e2","0.76610535000000141e2"],["-0.99837783999999886e2","0.76608596999999975e2"],["-0.99811385999999914e2","0.76609710999999947e2"],["-0.99796111999999994e2","0.76613875999999948e2"],["-0.99795272999999952e2","0.76618317000000047e2"],["-0.99770554000000004e2","0.76627762000000132e2"],["-0.99741942999999992e2","0.76632751000000098e2"],["-0.99725829999999917e2","0.76634720000000129e2"],["-0.99684433000000013e2","0.76633331000000112e2"],["-0.99588333000000034e2","0.76623871000000065e2"],["-0.99569457999999997e2","0.76620529000000147e2"],["-0.99366942999999935e2","0.76526382000000069e2"],["-0.99256957999999941e2","0.76470535000000098e2"],["-0.99260559000000001e2","0.76464706000000092e2"],["-0.99255279999999914e2","0.76453598000000056e2"],["-0.99184433000000013e2","0.76415817000000118e2"],["-0.99163619999999923e2","0.76409149000000127e2"],[-99.12332200000003,"0.76400818000000015e2"],["-0.99099990999999989e2","0.76398041000000148e2"],["-0.99079726999999991e2","0.76397217000000012e2"],["-0.99066101000000003e2","0.76398605000000089e2"],[-99.06639100000001,"0.76404434000000094e2"],["-0.99083617999999944e2","0.76416092000000106e2"],["-0.99110001000000011e2","0.76426650999999993e2"],["-0.99118332000000009e2","0.76433044000000109e2"],["-0.99137221999999952e2","0.76451934999999992e2"],["-0.99133895999999993e2","0.76456650000000025e2"],["-0.99122498000000007e2","0.76461105000000032e2"],["-0.98994155999999975e2","0.76471099999999922e2"],["-0.98980834999999956e2",76.47164900000007],["-0.98955276000000026e2","0.76469147000000021e2"],["-0.98946945000000028e2","0.76463042999999971e2"],["-0.98948043999999925e2",76.45277399999992],["-0.98950286999999889e2","0.76446365000000071e2"],["-0.98943603999999993e2","0.76440811000000053e2"],["-0.98925827000000027e2",76.43609600000002],["-0.98906386999999881e2","0.76433318999999983e2"],["-0.98882767000000001e2","0.76431366000000025e2"],["-0.98857773000000009e2","0.76431366000000025e2"],["-0.98846114999999998e2",76.43609600000002],["-0.98856110000000001e2","0.76463882000000126e2"],["-0.98865279999999927e2","0.76469147000000021e2"],["-0.98898620999999991e2","0.76481093999999928e2"],["-0.98953888000000006e2","0.76499145999999996e2"],["-0.99038054999999986e2","0.76529708999999968e2"],["-0.99050551999999982e2","0.76536102000000142e2"],["-0.99051940999999999e2","0.76539978000000019e2"],["-0.99027221999999938e2","0.76601088999999945e2"],["-0.98999160999999958e2","0.76604980000000012e2"],["-0.98971663999999976e2","0.76607758000000047e2"],[-98.86082499999992,76.61442599999998],["-0.98714721999999938e2","0.76614150999999993e2"],["-0.98611114999999984e2","0.76610260000000096e2"],["-0.98589172000000019e2","0.76611374000000069e2"],[-98.56639100000001,"0.76613602000000014e2"],["-0.98538894999999968e2","0.76616379000000109e2"],["-0.98518065999999976e2","0.76621368000000075e2"],["-0.98511123999999995e2","0.76625259000000142e2"],["-0.98489731000000006e2","0.76644707000000096e2"],[-98.48832699999997,"0.76650818000000015e2"],["-0.98546951000000035e2","0.76658035000000098e2"],["-0.98591109999999901e2","0.76661652000000061e2"],["-0.98595000999999968e2","0.76659424000000115e2"],["-0.98592498999999975e2","0.76653870000000097e2"],["-0.98598617999999988e2","0.76651093000000003e2"],["-0.98623046999999872e2","0.76647217000000126e2"],["-0.98674438000000009e2",76.64387499999998],["-0.98744445999999982e2",76.64387499999998],["-0.98814163000000008e2","0.76653595000000053e2"],["-0.98851105000000018e2","0.76661652000000061e2"],["-0.98857773000000009e2","0.76663879000000122e2"],["-0.98855834999999956e2",76.67025799999999],["-0.98852492999999924e2","0.76671646000000067e2"],["-0.98821395999999936e2","0.76676925999999924e2"],["-0.98733611999999994e2","0.76682754999999986e2"],["-0.98712509000000011e2","0.76683044000000052e2"],["-0.98504729999999938e2","0.76681090999999924e2"],["-0.98480285999999921e2","0.76679152999999985e2"],["-0.98439986999999974e2","0.76673035000000084e2"],["-0.98418059999999912e2","0.76668320000000051e2"]],[["-0.99996947999999975e2","0.76734420999999998e2"],["-0.99976395000000025e2","0.76733597000000032e2"],[-99.86999499999996,"0.76736374000000126e2"],["-0.99819457999999884e2","0.76738312000000064e2"],["-0.99748336999999992e2",76.74275200000011],["-0.99720839999999953e2",76.74581900000004],["-0.99693877999999984e2","0.76747756999999979e2"],["-0.99646392999999989e2","0.76748031999999967e2"],["-0.99622498000000007e2",76.7452550000001],["-0.99528884999999946e2",76.72554000000008],["-0.99447768999999994e2","0.76706100000000106e2"],["-0.99430556999999965e2","0.76699416999999926e2"],["-0.99433883999999978e2",76.69470200000012],[-99.52806099999998,76.67442299999999],["-0.99556106999999997e2","0.76670532000000094e2"],["-0.99581680000000006e2",76.67025799999999],["-0.99626937999999996e2","0.76673035000000084e2"],["-0.99657776000000013e2","0.76677765000000079e2"],["-0.99733321999999987e2","0.76702484000000027e2"],["-0.99888389999999902e2","0.76718651000000136e2"],["-0.99900222999999926e2",76.72015399999998],["-0.99915557999999976e2",76.72015399999998],["-0.10001112399999988e3","0.76719147000000135e2"],["-0.10002999899999992e3","0.76715820000000008e2"],["-0.10005139200000002e3","0.76715546000000074e2"],["-0.10009750400000001e3","0.76717209000000025e2"],["-0.10012138399999998e3","0.76719711000000075e2"],[-100.128601,"0.76721924000000058e2"],["-0.10012805199999997e3","0.76723038000000031e2"],["-0.10010193599999997e3","0.76744705000000067e2"],["-0.10008277899999996e3","0.76748031999999967e2"],["-0.10005526700000001e3",76.75082400000008],["-0.10003778099999988e3","0.76751389000000131e2"],["-0.99999434999999949e2","0.76751099000000067e2"],["-0.99972228999999913e2","0.76747208000000001e2"],["-0.99975006000000008e2","0.76742477000000065e2"],["-0.99994155999999975e2","0.76739151000000049e2"],[-100.004997,"0.76735535000000027e2"],["-0.99996947999999975e2","0.76734420999999998e2"]],[["-0.12088362100000001e3","0.76739700000000028e2"],[-120.886124,"0.76728591999999992e2"],["-0.12090334299999995e3","0.76723876999999959e2"],["-0.12094499199999996e3","0.76717758000000117e2"],["-0.12097000100000002e3","0.76716660000000047e2"],["-0.12109084299999989e3",76.71887200000009],["-0.12111749299999991e3","0.76719711000000075e2"],["-0.12116000400000001e3","0.76723312000000135e2"],["-0.12118110699999994e3","0.76727203000000031e2"],["-0.12118472299999991e3","0.76731094000000098e2"],["-0.12118167099999999e3","0.76732208000000071e2"],["-0.12115666199999998e3","0.76733597000000032e2"],["-0.12112832600000002e3","0.76730819999999994e2"],[-121.083618,"0.76729155999999932e2"],["-0.12105972300000002e3","0.76731369000000086e2"],["-0.12105638099999999e3","0.76732483000000059e2"],["-0.12101806599999998e3","0.76751389000000131e2"],["-0.12099082900000002e3","0.76754715000000147e2"],["-0.12097833300000002e3","0.76755264000000068e2"],["-0.12091443599999997e3","0.76754165999999998e2"],["-0.12089083900000003e3","0.76749710000000107e2"],["-0.12088474300000001e3","0.76745529000000033e2"],["-0.12088362100000001e3","0.76739700000000028e2"]],[["-0.10138054699999992e3","0.76553588999999988e2"],["-0.10140416699999997e3","0.76552765000000022e2"],["-0.10145388799999989e3","0.76554153000000099e2"],["-0.10154083300000002e3","0.76560806000000071e2"],["-0.10156471299999993e3","0.76563599000000067e2"],["-0.10162332199999992e3","0.76572768999999937e2"],["-0.10168831599999999e3","0.76586380000000077e2"],["-0.10157556199999999e3","0.76614150999999993e2"],["-0.10152194199999991e3","0.76623871000000065e2"],["-0.10138583399999993e3","0.76642487000000074e2"],["-0.10131777999999991e3","0.76642761000000007e2"],["-0.10121362299999993e3","0.76651931999999988e2"],["-0.10105999800000001e3","0.76685805999999957e2"],["-0.10104250300000001e3","0.76690536000000009e2"],["-0.10103943600000002e3","0.76696365000000014e2"],["-0.10104028299999993e3","0.76702209000000039e2"],["-0.10103307299999994e3","0.76708038000000045e2"],["-0.10100583599999993e3",76.71887200000009],["-0.10098361199999999e3","0.76724700999999925e2"],["-0.10095749699999999e3","0.76729155999999932e2"],["-0.10090249599999993e3","0.76736374000000126e2"],["-0.10074388099999999e3","0.76753326000000129e2"],["-0.10069193999999999e3","0.76754715000000147e2"],["-0.10053443900000002e3","0.76757217000000026e2"],["-0.10050917099999992e3","0.76756378000000097e2"],[-100.484734,"0.76754715000000147e2"],["-0.10026888999999989e3","0.76737198000000092e2"],["-0.10024889400000001e3","0.76734711000000061e2"],["-0.10025917099999998e3","0.76728591999999992e2"],["-0.10026666299999999e3","0.76726379000000065e2"],["-0.10029305999999997e3","0.76721924000000058e2"],[-100.297234,"0.76721924000000058e2"],[-100.31723,"0.76716660000000047e2"],["-0.10048721299999988e3","0.76684418000000051e2"],[-100.761124,"0.76635818000000029e2"],["-0.10092304999999999e3","0.76610260000000096e2"],["-0.10119275699999997e3","0.76571381000000031e2"],["-0.10127390300000002e3","0.76560806000000071e2"],[-101.326683,"0.76556366000000082e2"],["-0.10138054699999992e3","0.76553588999999988e2"]],[["-0.89934432999999956e2",76.47665400000011],["-0.89978881999999999e2","0.76469711000000132e2"],["-0.89999725000000012e2","0.76470260999999994e2"],["-0.90040833000000021e2","0.76476928999999927e2"],["-0.90081680000000006e2","0.76484984999999995e2"],["-0.90151108000000022e2","0.76504439999999988e2"],["-0.90184433000000013e2","0.76515274000000034e2"],[-90.21444699999995,"0.76528594999999996e2"],["-0.90226669000000015e2","0.76535538000000031e2"],["-0.90412216000000001e2","0.76636108000000036e2"],["-0.90478058000000033e2","0.76662200999999982e2"],["-0.90504456000000005e2","0.76675261999999918e2"],[-90.56361400000003,"0.76709991000000002e2"],["-0.90573333999999988e2","0.76715820000000008e2"],[-90.59445199999999,"0.76729705999999965e2"],["-0.90600280999999939e2","0.76734984999999995e2"],["-0.90600829999999974e2","0.76741088999999988e2"],["-0.90599990999999989e2","0.76746643000000006e2"],["-0.90597777999999948e2","0.76750000000000114e2"],[-90.58666999999997,"0.76761383000000137e2"],["-0.90579178000000013e2","0.76766937000000098e2"],[-90.57028200000002,"0.76771927000000005e2"],["-0.90544448999999986e2","0.76783051000000057e2"],["-0.90510284000000013e2","0.76793320000000108e2"],["-0.90474716000000001e2","0.76799713000000054e2"],["-0.90230559999999969e2","0.76828048999999965e2"],["-0.90103058000000033e2","0.76836105000000032e2"],["-0.90025283999999999e2","0.76839156999999943e2"],["-0.89983063000000016e2","0.76836928999999998e2"],["-0.89927779999999984e2","0.76828873000000101e2"],["-0.89865279999999984e2","0.76816086000000098e2"],["-0.89825835999999981e2","0.76806091000000038e2"],["-0.89779448999999886e2",76.7852630000001],["-0.89673888999999974e2","0.76737487999999928e2"],["-0.89673888999999974e2","0.76731369000000086e2"],["-0.89687774999999988e2","0.76708878000000084e2"],["-0.89702224999999999e2","0.76689697000000024e2"],["-0.89729445999999996e2","0.76673309000000017e2"],["-0.89744155999999975e2","0.76669434000000024e2"],["-0.89768065999999976e2","0.76668045000000006e2"],["-0.89819732999999928e2","0.76667206000000022e2"],["-0.89837218999999891e2","0.76663040000000137e2"],["-0.89840835999999911e2","0.76657211000000132e2"],["-0.89862777999999992e2",76.60386699999998],["-0.89862502999999947e2","0.76597488000000112e2"],["-0.89858336999999949e2","0.76591094999999939e2"],["-0.89817504999999983e2","0.76546936000000017e2"],["-0.89794448999999929e2","0.76533325000000048e2"],["-0.89756119000000012e2","0.76524703999999929e2"],["-0.89721663999999976e2","0.76519714000000079e2"],["-0.89699157999999954e2","0.76516936999999984e2"],["-0.89684433000000013e2","0.76511658000000011e2"],["-0.89671386999999982e2","0.76504166000000055e2"],["-0.89673888999999974e2","0.76502212999999927e2"],["-0.89757507000000032e2","0.76486099000000024e2"],["-0.89783614999999884e2","0.76483047000000056e2"],["-0.89934432999999956e2",76.47665400000011]],[["-0.10865110800000002e3","0.76813599000000011e2"],["-0.10865110800000002e3","0.76808868000000075e2"],["-0.10865527299999991e3","0.76803863999999976e2"],["-0.10867804699999999e3","0.76784988000000112e2"],["-0.10868443299999996e3","0.76780548000000067e2"],["-0.10869055200000003e3","0.76774429000000055e2"],["-0.10869249000000002e3","0.76769989000000066e2"],["-0.10868831599999999e3",76.766098],["-0.10867971799999992e3","0.76763321000000076e2"],["-0.10866278099999994e3","0.76761383000000137e2"],[-108.596947,"0.76760818000000086e2"],["-0.10855248999999992e3","0.76761383000000137e2"],["-0.10852722199999999e3","0.76760268999999937e2"],["-0.10850389099999995e3","0.76756103999999937e2"],["-0.10848889199999996e3","0.76751663000000065e2"],["-0.10846333299999998e3","0.76739151000000049e2"],["-0.10845500199999998e3","0.76733322000000044e2"],["-0.10844638099999997e3","0.76723602000000142e2"],["-0.10844220699999994e3","0.76717758000000117e2"],["-0.10843804899999998e3","0.76708038000000045e2"],["-0.10844193999999999e3","0.76696365000000014e2"],["-0.10845889299999988e3","0.76684708000000057e2"],["-0.10854472399999997e3","0.76646378000000141e2"],["-0.10856555200000003e3","0.76641663000000108e2"],["-0.10858667000000003e3","0.76641663000000108e2"],["-0.10860749800000002e3","0.76642487000000074e2"],[-108.628601,"0.76645263999999997e2"],["-0.10865387699999997e3","0.76647217000000126e2"],["-0.10868110699999994e3","0.76647766000000047e2"],["-0.10870417799999996e3","0.76646378000000141e2"],["-0.10872083999999995e3","0.76642487000000074e2"],["-0.10872721899999999e3","0.76638046000000145e2"],["-0.10872693600000002e3","0.76634155000000078e2"],["-0.10869915800000001e3","0.76605545000000063e2"],["-0.10869055200000003e3","0.76600540000000024e2"],["-0.10862721299999998e3","0.76575546000000031e2"],["-0.10861054999999993e3","0.76569717000000026e2"],["-0.10858389299999993e3","0.76477478000000076e2"],["-0.10858112299999999e3","0.76439147999999989e2"],["-0.10855803699999996e3","0.76408599999999979e2"],[-108.475281,"0.76406937000000084e2"],["-0.10836389200000002e3","0.76399994000000049e2"],["-0.10832888800000001e3","0.76396652000000131e2"],["-0.10831861900000001e3","0.76394150000000081e2"],["-0.10828971899999993e3","0.76384430000000009e2"],["-0.10826917300000002e3","0.76374985000000095e2"],["-0.10807749899999999e3",76.28054800000001],["-0.10811472299999997e3","0.76261383000000023e2"],[-108.252228,"0.76196929999999952e2"],[-108.33139,"0.76181931000000077e2"],["-0.10838027999999997e3","0.76165268000000026e2"],["-0.10839222699999993e3","0.76159424000000001e2"],["-0.10840862300000003e3",76.14776599999999],[-108.396118,"0.76046097000000145e2"],["-0.10835193600000002e3","0.76048874000000069e2"],["-0.10802555799999999e3","0.76062195000000031e2"],["-0.10800140399999998e3","0.76063033999999959e2"],[-107.916946,"0.76063033999999959e2"],["-0.10783833300000003e3","0.76061371000000065e2"],["-0.10781220999999999e3","0.76056090999999981e2"],["-0.10773665599999998e3","0.76039428999999984e2"],["-0.10772471599999994e3","0.76035538000000088e2"],["-0.10763834399999996e3","0.75996368000000132e2"],["-0.10763249200000001e3","0.75991088999999988e2"],["-0.10763305699999995e3","0.75981369000000086e2"],[-107.639183,"0.75976089000000002e2"],["-0.10765139799999997e3",75.97026100000005],["-0.10778555299999999e3","0.75919983000000116e2"],["-0.10784221599999995e3","0.75899993999999992e2"],["-0.10790194700000001e3","0.75896103000000096e2"],["-0.10791805999999997e3","0.75891373000000101e2"],["-0.10793028300000003e3","0.75885544000000039e2"],[-108.031113,"0.75822495000000004e2"],[-108.04361,"0.75802199999999971e2"],["-0.10802417000000003e3","0.75783875000000023e2"],["-0.10802027900000002e3","0.75780823000000112e2"],["-0.10800639299999995e3","0.75779433999999924e2"],[-107.9569469999999,"0.75784714000000008e2"],["-0.10791332999999986e3","0.75789429000000041e2"],["-0.10787361099999993e3","0.75798035000000141e2"],["-0.10782084699999996e3","0.75829162999999994e2"],["-0.10777834300000001e3","0.75854706000000078e2"],["-0.10775974299999996e3","0.75869705000000124e2"],["-0.10775974299999996e3","0.75874419999999986e2"],[-107.739441,"0.75879150000000038e2"],["-0.10751555599999995e3","0.75899993999999992e2"],["-0.10736945299999996e3","0.75911652000000004e2"],["-0.10733750899999995e3","0.75911377000000016e2"],["-0.10718666099999996e3",75.90387000000004],["-0.10708000199999998e3","0.75892761000000007e2"],["-0.10708583099999998e3","0.75872482000000048e2"],["-0.10709028599999994e3","0.75867477000000008e2"],["-0.10710500300000001e3","0.75834717000000126e2"],["-0.10709805299999999e3","0.75823043999999925e2"],["-0.10703167699999995e3","0.75771103000000039e2"],["-0.10696362299999993e3","0.75738586000000055e2"],["-0.10689666699999998e3","0.75720261000000107e2"],["-0.10688027999999991e3","0.75765822999999955e2"],["-0.10683056599999998e3","0.75785812000000078e2"],["-0.10679444899999993e3","0.75791656000000103e2"],["-0.10674471999999992e3",75.79553199999998],["-0.10672277799999995e3","0.75795821999999987e2"],["-0.10667944299999999e3","0.75793594000000041e2"],[-106.6558379999999,"0.75793594000000041e2"],[-106.636124,"0.75794434000000081e2"],["-0.10661582899999996e3","0.75797211000000004e2"],["-0.10662110899999993e3","0.75803314000000114e2"],[-106.6383439999999,"0.75806931000000077e2"],["-0.10667944299999999e3","0.75812485000000095e2"],["-0.10672666900000002e3","0.75813873000000001e2"],["-0.10678611799999993e3","0.75813309000000061e2"],[-106.829453,"0.75816665999999998e2"],["-0.10685082999999992e3","0.75819992000000013e2"],["-0.10687000299999994e3","0.75824997000000053e2"],["-0.10688890100000003e3","0.75834717000000126e2"],["-0.10689584400000001e3","0.75844437000000028e2"],["-0.10689666699999998e3","0.75935256999999979e2"],["-0.10689611799999994e3","0.75941086000000041e2"],["-0.10689334100000002e3","0.75947478999999987e2"],["-0.10686971999999997e3","0.75964157000000057e2"],["-0.10663890099999998e3","0.76053040000000124e2"],["-0.10660610999999994e3","0.76057754999999986e2"],["-0.10658583099999993e3","0.76058593999999971e2"],[-106.368607,"0.76055817000000047e2"],["-0.10633667000000003e3","0.76054703000000075e2"],["-0.10630082699999997e3","0.76051376000000118e2"],["-0.10601611299999996e3","0.76019714000000022e2"],["-0.10593720999999999e3","0.76010269000000108e2"],["-0.10589998600000001e3","0.76005554000000075e2"],[-105.837219,"0.75996932999999956e2"],["-0.10573500100000001e3","0.75974991000000102e2"],["-0.10566832699999998e3","0.75955551000000128e2"],["-0.10561945299999996e3",75.93942300000009],["-0.10560637699999995e3","0.75934708000000057e2"],["-0.10559528399999988e3","0.75929703000000018e2"],["-0.10547888199999994e3","0.75863036999999963e2"],["-0.10546528599999999e3","0.75851928999999984e2"],["-0.10545333900000003e3","0.75841659999999933e2"],[-105.445831,"0.75830551000000071e2"],["-0.10540028399999989e3","0.75694427000000076e2"],["-0.10538834399999996e3","0.75656372000000033e2"],[-105.391953,75.63888500000013],["-0.10548750299999995e3","0.75560806000000127e2"],["-0.10549638399999998e3",75.55525200000011],["-0.10551666299999994e3","0.75550537000000077e2"],["-0.10554083300000002e3","0.75546936000000017e2"],["-0.10560444599999988e3","0.75539978000000019e2"],["-0.10563667299999997e3","0.75533600000000092e2"],["-0.10568582200000003e3","0.75519440000000145e2"],["-0.10574082900000002e3","0.75494979999999941e2"],["-0.10575140399999998e3","0.75489700000000084e2"],["-0.10574804699999999e3","0.75485809000000017e2"],["-0.10573693799999995e3",75.48275799999999],["-0.10568666100000002e3","0.75483047000000113e2"],["-0.10567166099999986e3","0.75481093999999985e2"],["-0.10561138900000003e3",75.47164900000007],["-0.10559277299999997e3",75.46748400000007],[-105.593613,"0.75462769000000037e2"],["-0.10564639299999993e3","0.75365265000000022e2"],["-0.10565110799999997e3","0.75359421000000054e2"],["-0.10566055299999994e3","0.75349716000000114e2"],["-0.10572666900000002e3",75.31303400000013],[-105.7386019999999,"0.75309418000000051e2"],["-0.10576251199999996e3","0.75304976999999951e2"],[-105.79361,"0.75302200000000084e2"],["-0.10581304899999998e3",75.29942299999999],["-0.10582140399999992e3","0.75295822000000101e2"],["-0.10586694299999999e3","0.75275818000000015e2"],["-0.10587526699999995e3","0.75271102999999982e2"],["-0.10593776699999989e3","0.75214432000000045e2"],["-0.10593888900000002e3","0.75208603000000039e2"],["-0.10593582199999997e3","0.75202774000000034e2"],[-105.929169,"0.75197754000000145e2"],["-0.10589222699999999e3","0.75190810999999997e2"],["-0.10587249800000001e3","0.75171920999999998e2"],[-105.876938,"0.75145828000000051e2"],["-0.10588527699999997e3",75.14027400000009],["-0.10590499899999998e3","0.75136383000000023e2"],["-0.10592582699999997e3","0.75135268999999994e2"],["-0.10600361599999991e3","0.75135544000000039e2"],[-106.01889,"0.75133881000000088e2"],["-0.10607028200000002e3","0.75106644000000017e2"],["-0.10607945299999989e3","0.75096939000000077e2"],["-0.10607333399999993e3","0.75087203999999986e2"],["-0.10601862299999999e3","0.75074158000000068e2"],["-0.10600446299999999e3","0.75068054000000018e2"],["-0.10599416399999996e3","0.75062195000000031e2"],["-0.10599333199999995e3","0.75055817000000047e2"],[-106.011124,"0.75050812000000008e2"],["-0.10623528299999998e3","0.75021378000000027e2"],["-0.10626000999999997e3","0.75019150000000081e2"],["-0.10645500199999992e3","0.75005829000000119e2"],["-0.10654554699999989e3","0.75001663000000008e2"],[-106.564438,75.00082400000008],["-0.10666332999999992e3","0.75004165999999998e2"],["-0.10672556299999997e3",75.00221300000004],["-0.10677111799999989e3","0.74996643000000006e2"],["-0.10678639199999998e3","0.74991928000000144e2"],["-0.10678307299999994e3","0.74989975000000015e2"],["-0.10678333299999997e3","0.74986098999999967e2"],["-0.10678582799999992e3",74.98054500000012],["-0.10679194599999994e3","0.74975266000000147e2"],[-106.807503,"0.74969711000000075e2"],["-0.10693055699999996e3","0.74933594000000085e2"],["-0.10697222899999997e3","0.74926086000000055e2"],["-0.10701000999999991e3","0.74922484999999995e2"],["-0.10705110200000001e3","0.74921646000000067e2"],["-0.10707362399999994e3","0.74919983000000116e2"],["-0.10716000399999996e3","0.74910538000000088e2"],["-0.10719722000000002e3","0.74910812000000021e2"],["-0.10721584300000001e3","0.74911925999999994e2"],["-0.10746417199999996e3","0.74934418000000051e2"],[-107.506958,"0.74939972000000068e2"],["-0.10763082900000001e3","0.74961104999999975e2"],["-0.10766251399999999e3","0.74966660000000047e2"],["-0.10768804899999998e3","0.74976379000000065e2"],["-0.10769554099999999e3","0.74982208000000071e2"],["-0.10772389199999998e3","0.75016388000000006e2"],["-0.10772389199999998e3","0.75020264000000054e2"],["-0.10771972699999998e3",75.02609300000006],[-107.704453,"0.75030823000000112e2"],["-0.10768138099999999e3","0.75042480000000012e2"],["-0.10767944299999994e3","0.75048599000000081e2"],["-0.10768110699999994e3",75.05304000000001],["-0.10769499199999996e3","0.75075272000000041e2"],["-0.10770584100000002e3","0.75086105000000032e2"],[-107.716949,"0.75090820000000065e2"],[-107.739441,"0.75095825000000104e2"],["-0.10775834700000001e3","0.75096939000000077e2"],["-0.10777333099999998e3","0.75096099999999922e2"],["-0.10778307299999994e3","0.75093596999999988e2"],["-0.10777999899999998e3","0.75072220000000129e2"],["-0.10777084400000001e3",75.06581100000011],["-0.10775778200000002e3",75.06053199999991],["-0.10774500299999994e3","0.75054153000000042e2"],[-107.739441,"0.75048874000000069e2"],["-0.10773972299999997e3","0.75043045000000063e2"],["-0.10774388099999993e3","0.75037201000000039e2"],["-0.10777778599999999e3","0.75029434000000094e2"],["-0.10789499699999999e3","0.75003601000000003e2"],["-0.10794193999999999e3",74.93081699999999],["-0.10795527600000003e3","0.74928589000000045e2"],["-0.10797749299999998e3","0.74927475000000072e2"],["-0.10802417000000003e3","0.74929152999999985e2"],["-0.10813417099999992e3","0.74927765000000079e2"],["-0.10821083099999987e3","0.74923599000000024e2"],["-0.10837304699999999e3","0.74910538000000088e2"],[-108.3916779999999,"0.74911377000000016e2"],["-0.10843639400000001e3","0.74915268000000083e2"],["-0.10845500199999998e3","0.74918319999999994e2"],["-0.10852971599999995e3","0.74936645999999996e2"],["-0.10854110700000001e3","0.74940536000000009e2"],[-108.548607,"0.74946365000000014e2"],["-0.10854795799999999e3","0.74951653000000022e2"],["-0.10855055199999998e3","0.74956375000000094e2"],["-0.10855999800000001e3","0.74960815000000139e2"],["-0.10867971799999992e3","0.74970261000000107e2"],[-108.781113,"0.74979980000000069e2"],["-0.10880721999999997e3","0.74983597000000032e2"],["-0.10880721999999997e3","0.74984711000000004e2"],["-0.10879611199999999e3","0.74985809000000131e2"],["-0.10874553699999996e3","0.74984420999999998e2"],["-0.10863890100000003e3","0.74981094000000098e2"],[-108.614441,"0.74979705999999965e2"],["-0.10855999800000001e3","0.74976379000000065e2"],["-0.10853028899999993e3","0.74973312000000135e2"],["-0.10851139799999999e3",74.97554000000008],["-0.10852667199999996e3","0.75001663000000008e2"],["-0.10853056300000003e3","0.75005554000000075e2"],["-0.10853806299999985e3","0.75009430000000009e2"],[-108.628601,"0.75046096999999975e2"],["-0.10865139799999992e3","0.75053863999999976e2"],["-0.10879472399999997e3","0.75069153000000028e2"],["-0.10883249699999993e3","0.75069992000000013e2"],["-0.10892777999999993e3",75.05192599999998],["-0.10894972200000001e3","0.75040267999999969e2"],["-0.10900110599999999e3","0.75004990000000134e2"],["-0.10911971999999997e3","0.74979430999999977e2"],["-0.10934584000000001e3","0.74944702000000063e2"],["-0.10936416600000001e3","0.74939697000000024e2"],["-0.10939998600000001e3","0.74918319999999994e2"],["-0.10940722700000003e3","0.74912490999999989e2"],["-0.10940695199999993e3","0.74908599999999922e2"],[-109.420547,"0.74893051000000014e2"],["-0.10950805700000001e3","0.74866379000000109e2"],["-0.10952278099999995e3","0.74863312000000008e2"],["-0.10956861900000001e3","0.74857758000000047e2"],["-0.10958721899999995e3","0.74856644000000017e2"],["-0.10966139199999992e3","0.74856369000000029e2"],["-0.10976944700000001e3","0.74859421000000111e2"],["-0.10979750099999995e3","0.74863602000000014e2"],["-0.10981111099999993e3","0.74868042000000059e2"],["-0.10983361799999994e3","0.74869704999999954e2"],["-0.10987249800000001e3","0.74869141000000013e2"],["-0.10993472300000002e3","0.74860809000000017e2"],["-0.10995500199999987e3","0.74857208000000014e2"],["-0.10999471999999997e3","0.74848327999999981e2"],["-0.11001640299999991e3","0.74842209000000082e2"],["-0.11013971700000002e3","0.74833054000000061e2"],["-0.11030444299999994e3","0.74846375000000023e2"],["-0.11032501200000002e3","0.74847488000000112e2"],["-0.11034555099999989e3","0.74846939000000134e2"],["-0.11036000100000001e3","0.74843872000000033e2"],["-0.11037053700000001e3","0.74839980999999966e2"],["-0.11040416699999997e3","0.74826660000000004e2"],["-0.11039620999999994e3","0.74813689999999951e2"],["-0.11039666699999998e3","0.74799423000000104e2"],["-0.11043666100000002e3","0.74793319999999937e2"],["-0.11058999599999993e3","0.74778046000000074e2"],["-0.11059137699999997e3","0.74724152000000061e2"],["-0.11075666799999993e3","0.74685257000000092e2"],["-0.11077250699999996e3","0.74680817000000047e2"],["-0.11078639199999998e3","0.74674698000000035e2"],["-0.11079638699999998e3","0.74668869000000029e2"],[-110.807503,"0.74657486000000006e2"],["-0.11083389299999993e3","0.74651931999999988e2"],[-110.98111,"0.74621368000000132e2"],["-0.11128056300000003e3","0.74567764000000125e2"],["-0.11138722200000001e3","0.74563034000000073e2"],["-0.11140915699999999e3","0.74562759000000085e2"],["-0.11143055699999996e3","0.74560532000000023e2"],["-0.11155888399999998e3",74.52748100000008],["-0.11164250199999992e3","0.74501389000000017e2"],["-0.11167722300000003e3","0.74493317000000047e2"],[-111.700287,74.49136400000009],["-0.11182389799999999e3",74.48332199999993],["-0.11194554099999993e3","0.74474425999999994e2"],["-0.11198416099999997e3","0.74468872000000033e2"],[-112.087219,"0.74452208999999925e2"],["-0.11229305999999991e3","0.74427765000000022e2"],["-0.11237053699999996e3","0.74418594000000041e2"],["-0.11243831599999999e3","0.74414429000000041e2"],["-0.11254194599999988e3","0.74409424000000001e2"],["-0.11275306699999993e3","0.74401382000000012e2"],["-0.11285694899999993e3","0.74398330999999985e2"],["-0.11291999799999991e3","0.74397490999999945e2"],["-0.11300890400000003e3","0.74398040999999978e2"],["-0.11325723299999993e3","0.74405258000000117e2"],[-113.406113,"0.74413315000000068e2"],["-0.11342832899999996e3","0.74414703000000145e2"],["-0.11347168699999997e3",74.41891499999997],["-0.11364083900000003e3","0.74437485000000095e2"],["-0.11369638099999997e3","0.74446091000000024e2"],["-0.11384221600000001e3","0.74479706000000078e2"],["-0.11394167299999998e3",74.50360100000006],["-0.11405387899999999e3","0.74530822999999998e2"],["-0.11412110899999993e3","0.74549987999999985e2"],[-114.29834,"0.74602768000000026e2"],["-0.11434861799999999e3","0.74618866000000082e2"],["-0.11437470999999994e3","0.74629150000000095e2"],["-0.11439695699999993e3","0.74639160000000004e2"],["-0.11443804899999986e3","0.74659424000000115e2"],["-0.11444360399999994e3","0.74664153999999996e2"],["-0.11444776899999994e3","0.74674698000000035e2"],["-0.11442859599999991e3","0.74691925000000026e2"],["-0.11441972399999992e3","0.74698029000000076e2"],["-0.11440750099999997e3","0.74704163000000108e2"],["-0.11439444700000001e3","0.74708328000000108e2"],["-0.11421444699999995e3","0.74755554000000132e2"],["-0.11410166899999996e3","0.74776657000000057e2"],["-0.11401027699999992e3","0.74790543000000071e2"],["-0.11373166699999996e3","0.74827208999999982e2"],["-0.11371000699999996e3","0.74829711999999915e2"],["-0.11355695300000002e3",74.839157],[-113.41861,74.84275800000006],["-0.11328278399999999e3","0.74848602000000085e2"],["-0.11325334199999998e3",74.87359600000002],["-0.11322269399999988e3","0.74896469000000025e2"],["-0.11315194699999995e3","0.74924987999999985e2"],[-113.1205369999999,"0.74932480000000112e2"],["-0.11300750699999992e3","0.74954163000000051e2"],["-0.11291111799999987e3","0.74970825000000048e2"],["-0.11286749299999997e3",74.97554000000008],["-0.11284528399999994e3","0.74976929000000098e2"],["-0.11257224299999996e3",74.99275200000011],["-0.11252416999999991e3","0.74995529000000033e2"],[-112.5,"0.74996010000000012e2"],[-112.453056,"0.74996933000000013e2"],["-0.11237444299999993e3","0.74998321999999973e2"],["-0.11201500699999991e3","0.75002486999999974e2"],[-111.962219,"0.75001389000000074e2"],[-111.935272,"0.74998871000000122e2"],["-0.11189890299999996e3","0.74994980000000055e2"],["-0.11186527999999993e3","0.74988312000000064e2"],["-0.11184056099999998e3","0.74986374000000126e2"],["-0.11176444999999995e3","0.74981659000000093e2"],["-0.11175334199999998e3","0.74981659000000093e2"],[-111.718613,74.986649],["-0.11162666300000001e3","0.75003875999999991e2"],["-0.11158972199999999e3","0.75006378000000041e2"],["-0.11155139200000002e3","0.75011383000000137e2"],["-0.11153527800000001e3","0.75014998999999989e2"],["-0.11128971899999999e3","0.75086105000000032e2"],["-0.11102916700000003e3","0.75171097000000032e2"],[-110.920547,"0.75223602000000085e2"],["-0.11091361999999998e3","0.75228591999999935e2"],["-0.11091278099999994e3","0.75233871000000136e2"],["-0.11091750300000001e3","0.75239699999999971e2"],["-0.11105249000000003e3","0.75270263999999997e2"],["-0.11106806899999987e3","0.75271927000000119e2"],["-0.11123082699999998e3","0.75264159999999947e2"],["-0.11124889400000001e3","0.75259155000000078e2"],["-0.11125195300000001e3","0.75254165999999941e2"],["-0.11125083899999993e3","0.75248596000000077e2"],["-0.11125167799999997e3","0.75243042000000059e2"],["-0.11125611900000001e3","0.75236649000000114e2"],["-0.11126112399999994e3","0.75232208000000014e2"],["-0.11127778599999994e3","0.75220534999999984e2"],["-0.11133416699999992e3",75.19747899999993],["-0.11139167800000001e3","0.75181091000000094e2"],["-0.11147501399999999e3","0.75161652000000004e2"],["-0.11156082200000003e3","0.75146103000000096e2"],["-0.11157721700000002e3","0.75143600000000106e2"],["-0.11159612299999998e3","0.75143326000000002e2"],["-0.11169526699999989e3","0.75145828000000051e2"],["-0.11170584100000002e3","0.75151093000000117e2"],[-111.787216,"0.75166655999999932e2"],[-111.958054,75.13499500000006],["-0.11222833300000002e3","0.75124694999999974e2"],["-0.11239055599999995e3","0.75123032000000023e2"],["-0.11240972899999997e3",75.12359600000002],["-0.11242916899999994e3","0.75125259000000085e2"],[-112.439438,"0.75128586000000041e2"],["-0.11244833399999999e3","0.75133041000000048e2"],["-0.11247084000000001e3","0.75146378000000084e2"],["-0.11246833800000002e3","0.75151382000000069e2"],["-0.11246166999999997e3","0.75154433999999981e2"],["-0.11245249899999999e3","0.75155822999999998e2"],["-0.11241197199999993e3","0.75159012000000075e2"],["-0.11236860699999994e3","0.75169144000000131e2"],["-0.11235833700000001e3","0.75173035000000027e2"],["-0.11229472399999992e3","0.75198028999999963e2"],["-0.11229583700000001e3","0.75202774000000034e2"],["-0.11233944700000001e3","0.75223602000000085e2"],["-0.11239750700000002e3","0.75241089000000102e2"],["-0.11240888999999993e3","0.75240814000000114e2"],[-112.4366609999999,"0.75230545000000063e2"],["-0.11246193700000003e3","0.75218872000000033e2"],["-0.11246417200000002e3","0.75213043000000027e2"],["-0.11246305799999999e3","0.75208327999999995e2"],["-0.11245056199999999e3","0.75204711999999972e2"],["-0.11243749999999994e3","0.75198868000000118e2"],["-0.11243221999999997e3",75.19331399999993],["-0.11243250299999994e3",75.1869200000001],["-0.11244471699999997e3",75.18331900000004],["-0.11246665999999999e3","0.75179977000000065e2"],["-0.11256111099999993e3",75.178314],["-0.11259249899999998e3","0.75181656000000089e2"],["-0.11260888699999992e3","0.75185256999999979e2"],["-0.11262554899999998e3","0.75190810999999997e2"],[-112.6347429999999,"0.75196365000000128e2"],["-0.11263722200000001e3","0.75204987000000131e2"],["-0.11263694800000002e3","0.75210541000000148e2"],[-112.632767,"0.75215820000000122e2"],["-0.11261609599999997e3","0.75223877000000073e2"],["-0.11259472699999998e3","0.75230270000000075e2"],["-0.11258583099999998e3","0.75239150999999993e2"],["-0.11259472699999998e3","0.75250000000000057e2"],["-0.11261277799999999e3","0.75259430000000123e2"],["-0.11265167200000002e3","0.75275269000000037e2"],["-0.11266583300000002e3","0.75278595000000109e2"],[-112.679169,"0.75277771000000143e2"],["-0.11271305799999999e3","0.75256104000000107e2"],[-112.718887,"0.75250275000000045e2"],[-112.735817,"0.75203323000000125e2"],["-0.11273416099999992e3",75.19747899999993],["-0.11272888199999994e3","0.75192749000000106e2"],["-0.11271584299999995e3","0.75187195000000088e2"],[-112.698036,"0.75177765000000022e2"],["-0.11268859899999995e3","0.75171920999999998e2"],[-112.699997,"0.75138321000000133e2"],["-0.11280695300000002e3","0.75115814000000057e2"],["-0.11289417300000002e3","0.75103317000000061e2"],["-0.11295667300000002e3","0.75097214000000122e2"],["-0.11325446299999999e3","0.75076096000000007e2"],["-0.11329888899999997e3","0.75073044000000095e2"],[-113.343887,"0.75072220000000129e2"],[-113.610817,"0.75062759000000142e2"],["-0.11368083200000001e3",75.05192599999998],[-113.699432,"0.75051375999999948e2"],["-0.11389417299999997e3","0.75052199999999914e2"],["-0.11391750299999995e3","0.75053589000000102e2"],["-0.11394138299999986e3","0.75056931000000077e2"],[-113.950287,75.06053199999991],["-0.11396888699999994e3","0.75075272000000041e2"],["-0.11397305299999994e3","0.75086655000000064e2"],["-0.11397305299999994e3","0.75096374999999966e2"],["-0.11393138099999999e3","0.75189148000000046e2"],["-0.11382055700000001e3","0.75314423000000147e2"],["-0.11380583199999995e3","0.75326660000000118e2"],["-0.11378278399999999e3",75.33776899999998],["-0.11372805800000003e3","0.75345825000000048e2"],["-0.11366055299999994e3","0.75351379000000065e2"],["-0.11364222699999993e3","0.75353591999999992e2"],[-113.573624,"0.75366928000000144e2"],["-0.11334056099999992e3","0.75413315000000068e2"],["-0.11338110399999999e3","0.75418320000000108e2"],["-0.11347112300000003e3","0.75427764999999965e2"],[-113.577789,"0.75411652000000117e2"],["-0.11366027799999995e3","0.75398605000000089e2"],["-0.11374445299999996e3","0.75385818000000086e2"],["-0.11383389299999988e3",75.37692300000009],["-0.11387138400000003e3","0.75374145999999996e2"],["-0.11390222199999999e3",75.3744200000001],["-0.11391139199999998e3","0.75378036000000122e2"],["-0.11392111199999994e3","0.75383881000000031e2"],[-113.958618,"0.75411102000000085e2"],["-0.11398166700000002e3","0.75431091000000038e2"],["-0.11398416099999992e3","0.75437758999999971e2"],["-0.11399221799999998e3","0.75448318000000029e2"],["-0.11402416999999997e3","0.75461105000000032e2"],["-0.11404083300000002e3","0.75463882000000126e2"],["-0.11406500199999988e3","0.75466095000000109e2"],["-0.11408389299999999e3","0.75464706000000092e2"],["-0.11408693699999998e3","0.75462494000000049e2"],["-0.11408917199999996e3","0.75458602999999982e2"],[-114.093887,"0.75410812000000078e2"],["-0.11409166699999992e3","0.75404984000000127e2"],["-0.11408583099999993e3","0.75400269000000094e2"],["-0.11407778899999988e3","0.75394150000000081e2"],["-0.11406610099999995e3","0.75389160000000061e2"],["-0.11405638099999987e3","0.75383330999999998e2"],["-0.11404472399999992e3","0.75373032000000023e2"],["-0.11404055800000003e3",75.36775200000011],["-0.11404055800000003e3","0.75362198000000092e2"],["-0.11404750100000001e3",75.35054000000008],["-0.11413751200000002e3","0.75244979999999998e2"],["-0.11415805099999994e3","0.75233321999999987e2"],["-0.11417083699999989e3","0.75226929000000041e2"],["-0.11418666100000002e3","0.75223312000000078e2"],[-114.203056,"0.75221375000000023e2"],["-0.11422277799999995e3",75.2227630000001],["-0.11426363399999991e3","0.75229705999999908e2"],["-0.11428472899999997e3","0.75234985000000108e2"],[-114.319458,75.24470500000001],["-0.11434638999999993e3",75.25471500000009],["-0.11435082999999997e3",75.26638800000012],["-0.11434916699999985e3","0.75271378000000141e2"],["-0.11435109699999992e3","0.75276093000000003e2"],["-0.11435888699999992e3","0.75281371999999976e2"],["-0.11449999999999994e3","0.75312194999999974e2"],["-0.11451278699999995e3","0.75314697000000081e2"],["-0.11452806099999992e3","0.75314423000000147e2"],["-0.11454276999999996e3",75.31303400000013],["-0.11460973399999995e3",75.27998400000007],["-0.11461527999999993e3","0.75274994000000049e2"],["-0.11461138900000003e3","0.75265273999999977e2"],[-114.598343,"0.75261658000000068e2"],["-0.11457972699999999e3","0.75263321000000019e2"],["-0.11457250999999997e3","0.75264434999999992e2"],["-0.11454666099999997e3","0.75266937000000041e2"],["-0.11449638399999998e3","0.75265548999999965e2"],["-0.11446806299999997e3","0.75262207000000046e2"],["-0.11444304699999986e3","0.75257216999999969e2"],["-0.11441278099999994e3",75.24803199999991],["-0.11439723200000003e3","0.75238876000000005e2"],["-0.11430249000000003e3",75.1827550000001],[-114.297234,"0.75179152999999928e2"],["-0.11429472399999997e3","0.75173309000000131e2"],["-0.11429804999999999e3","0.75166655999999932e2"],["-0.11430860899999993e3","0.75154709000000025e2"],["-0.11432112099999995e3","0.75143326000000002e2"],["-0.11433528099999995e3",75.13108799999992],["-0.11434944199999995e3","0.75119140999999956e2"],["-0.11436749299999985e3","0.75106934000000024e2"],["-0.11439499699999993e3","0.75090546000000131e2"],["-0.11442971799999987e3","0.75073044000000095e2"],["-0.11446640000000002e3",75.06053199999991],["-0.11448332199999987e3","0.75056090999999981e2"],[-114.51889,"0.75050261999999975e2"],["-0.11460082999999997e3","0.75038315000000011e2"],["-0.11472416699999997e3","0.75011932000000058e2"],["-0.11476342799999998e3","0.75002472000000012e2"],[-114.825287,"0.74988037000000077e2"],["-0.11488861099999991e3","0.74977478000000019e2"],["-0.11494915800000001e3","0.74969986000000063e2"],["-0.11503222699999992e3","0.74961655000000007e2"],["-0.11505082700000003e3","0.74961104999999975e2"],[-115.066101,"0.74961655000000007e2"],["-0.11516055299999999e3","0.74979430999999977e2"],["-0.11518582200000003e3","0.74985259999999982e2"],[-115.195267,"0.74989975000000015e2"],["-0.11522609699999992e3","0.75049713000000054e2"],["-0.11522638699999993e3","0.75058318999999983e2"],[-115.225281,"0.75064147999999989e2"],["-0.11521861299999995e3","0.75070831000000112e2"],["-0.11521167000000003e3",75.07638500000013],[-115.199432,"0.75082763999999997e2"],["-0.11518331899999993e3","0.75088882000000126e2"],["-0.11517415599999993e3","0.75094147000000021e2"],["-0.11517304999999999e3","0.75099990999999989e2"],["-0.11517278299999992e3",75.10775799999999],["-0.11517832899999996e3","0.75115814000000057e2"],[-115.216949,"0.75167480000000126e2"],["-0.11523554999999993e3","0.75174698000000092e2"],["-0.11524861099999998e3",75.178314],["-0.11525695799999994e3","0.75179977000000065e2"],["-0.11526083399999993e3","0.75179977000000065e2"],["-0.11525611900000001e3","0.75178040000000067e2"],[-115.252228,"0.75173874000000126e2"],["-0.11525361599999991e3","0.75164429000000098e2"],[-115.256393,"0.75158035000000041e2"],["-0.11526139799999999e3","0.75151932000000102e2"],["-0.11527916699999997e3","0.75140823000000012e2"],[-115.291382,"0.75134430000000066e2"],["-0.11533640300000002e3","0.75116652999999985e2"],["-0.11535305799999998e3","0.75111099000000024e2"],["-0.11537304699999999e3","0.75105820000000051e2"],["-0.11538694799999996e3","0.75102203000000088e2"],["-0.11540416700000003e3","0.75098877000000016e2"],["-0.11542666600000001e3","0.75098038000000088e2"],[-115.451683,"0.75098877000000016e2"],["-0.11548361199999994e3","0.75106093999999985e2"],["-0.11551944700000001e3","0.75117751999999996e2"],["-0.11562389399999995e3","0.75121368000000018e2"],["-0.11560472099999993e3","0.75108597000000088e2"],["-0.11554888899999997e3","0.75055817000000047e2"],["-0.11553971899999993e3","0.75044434000000081e2"],["-0.11553751399999993e3","0.75039429000000041e2"],["-0.11553751399999993e3","0.75027205999999978e2"],["-0.11554527300000001e3","0.75015823000000125e2"],[-115.5516659999999,"0.75009155000000135e2"],["-0.11557472200000001e3","0.74998321999999973e2"],["-0.11560249299999998e3",74.98553499999997],["-0.11561833200000001e3","0.74979155999999932e2"],[-115.658051,"0.74967208999999968e2"],["-0.11567194399999988e3","0.74964706000000035e2"],["-0.11569055200000003e3","0.74964157000000057e2"],["-0.11573500100000001e3","0.74967208999999968e2"],["-0.11575723299999999e3","0.74969986000000063e2"],["-0.11584777800000001e3",74.98553499999997],["-0.11616306299999991e3","0.75040267999999969e2"],["-0.11627916699999997e3","0.75099425999999994e2"],["-0.11628639199999992e3",75.13108799999992],["-0.11627694699999995e3","0.75135268999999994e2"],[-116.26889,"0.75141373000000044e2"],[-116.2455369999999,"0.75162766000000147e2"],["-0.11624109599999997e3","0.75168869000000086e2"],["-0.11623860200000001e3","0.75196930000000009e2"],["-0.11623916599999995e3","0.75201385000000016e2"],["-0.11624694799999992e3","0.75205261000000064e2"],["-0.11626834100000002e3","0.75206100000000049e2"],[-116.287216,"0.75205551000000071e2"],["-0.11652722199999999e3","0.75184708000000001e2"],["-0.11656054699999999e3","0.75179152999999928e2"],["-0.11658084100000002e3","0.75174423000000104e2"],["-0.11659388699999994e3","0.75170258000000103e2"],["-0.11660249299999998e3","0.75164993000000038e2"],[-116.618607,"0.75152481000000023e2"],["-0.11666332999999997e3","0.75122481999999991e2"],[-116.679169,"0.75117203000000018e2"],["-0.11669415299999997e3","0.75116652999999985e2"],["-0.11671721599999995e3","0.75116652999999985e2"],["-0.11716860999999994e3","0.75157486000000063e2"],["-0.11738417099999992e3","0.75178588999999988e2"],["-0.11741915899999992e3","0.75182480000000055e2"],["-0.11745777899999996e3","0.75188873000000001e2"],["-0.11747501399999993e3","0.75192200000000128e2"],["-0.11766361999999998e3","0.75239150999999993e2"],["-0.11767832900000002e3","0.75244431000000077e2"],["-0.11768305999999995e3","0.75248596000000077e2"],["-0.11768388400000003e3","0.75253052000000139e2"],["-0.11767166099999997e3","0.75288879000000122e2"],[-117.666946,"0.75294144000000017e2"],["-0.11766194199999995e3","0.75298035000000084e2"],["-0.11753666699999997e3",75.361649],["-0.11745527599999997e3","0.75400269000000094e2"],["-0.11742054699999994e3","0.75413315000000068e2"],["-0.11735360699999995e3","0.75437485000000038e2"],["-0.11732112099999995e3","0.75448593000000074e2"],["-0.11726139799999993e3","0.75468871999999976e2"],["-0.11724054699999999e3","0.75473602000000028e2"],[-117.218887,"0.75476379000000122e2"],["-0.11714666699999998e3","0.75480270000000019e2"],["-0.11710305799999998e3","0.75482208000000128e2"],[-117.041382,"0.75483597000000145e2"],["-0.11689778100000001e3","0.75482482999999945e2"],["-0.11687748699999997e3","0.75481368999999972e2"],["-0.11675334199999998e3","0.75479431000000034e2"],["-0.11613474300000001e3","0.75476379000000122e2"],["-0.11611554699999994e3","0.75476928999999984e2"],["-0.11602194199999997e3","0.75484985000000052e2"],["-0.11597332799999998e3","0.75492751999999996e2"],["-0.11592250100000001e3","0.75503876000000048e2"],["-0.11581833599999987e3","0.75529709000000025e2"],["-0.11568888900000002e3",75.56442300000009],["-0.11564639299999999e3","0.75573607999999922e2"],["-0.11561972000000003e3","0.75578872999999987e2"],["-0.11556527699999987e3","0.75583878000000027e2"],["-0.11553056299999997e3","0.75584991000000116e2"],["-0.11550611900000001e3","0.75587204000000099e2"],["-0.11546305799999999e3","0.75591933999999924e2"],["-0.11536609599999997e3","0.75602768000000026e2"],["-0.11528832999999997e3","0.75620529000000147e2"],["-0.11528611799999993e3","0.75624420000000043e2"],["-0.11527722199999999e3","0.75630539000000056e2"],["-0.11526777600000003e3","0.75635818000000029e2"],["-0.11520333900000003e3","0.75657211000000132e2"],["-0.11518611099999993e3","0.75662766000000033e2"],["-0.11509665699999994e3","0.75687194999999974e2"],["-0.11508194700000001e3","0.75689423000000147e2"],["-0.11507028200000002e3","0.75689972000000068e2"],["-0.11504250300000001e3","0.75689697000000081e2"],["-0.11499973299999994e3","0.75690811000000053e2"],["-0.11499804699999999e3","0.75695816000000093e2"],["-0.11500556899999992e3","0.75698868000000004e2"],["-0.11502834300000001e3","0.75701660000000118e2"],["-0.11505277999999998e3","0.75703048999999908e2"],["-0.11507611099999991e3","0.75702484000000084e2"],["-0.11510305800000003e3","0.75700821000000133e2"],["-0.11514555399999995e3","0.75694138000000009e2"],["-0.11521721600000001e3","0.75679321000000073e2"],["-0.11527916699999997e3",75.667755],["-0.11532472199999995e3","0.75659988000000055e2"],["-0.11538305700000001e3","0.75653870000000097e2"],["-0.11540194699999995e3","0.75652480999999966e2"],["-0.11547193900000002e3","0.75650269000000037e2"],["-0.11551888999999994e3","0.75649994000000049e2"],["-0.11560637700000001e3","0.75651093000000003e2"],["-0.11566750299999995e3","0.75647217000000126e2"],["-0.11571444700000001e3","0.75642487000000131e2"],[-115.889183,"0.75614426000000037e2"],["-0.11609166700000003e3","0.75580551000000128e2"],[-116.108047,"0.75574157999999954e2"],["-0.11611916400000001e3","0.75572768999999994e2"],["-0.11634750399999996e3","0.75559143000000006e2"],["-0.11638971700000002e3",75.5577550000001],["-0.11646028099999995e3","0.75557480000000055e2"],["-0.11648610699999995e3",75.5577550000001],["-0.11684361299999989e3","0.75564987000000031e2"],["-0.11719499200000001e3","0.75573607999999922e2"],["-0.11721556099999998e3","0.75574707000000103e2"],["-0.11723277300000001e3","0.75576935000000049e2"],["-0.11724276700000001e3","0.75580551000000128e2"],[-117.25,"0.75586105000000089e2"],["-0.11725110599999994e3","0.75597488000000112e2"],["-0.11724833699999999e3","0.75603043000000014e2"],["-0.11723999000000003e3","0.75614990000000148e2"],["-0.11723361199999994e3","0.75620529000000147e2"],["-0.11721362299999993e3","0.75633330999999998e2"],["-0.11707805599999995e3","0.75707214000000079e2"],["-0.11706443799999994e3","0.75714157000000114e2"],["-0.11703971899999999e3","0.75725815000000125e2"],["-0.11702362099999993e3","0.75732483000000116e2"],["-0.11701666299999994e3","0.75737198000000149e2"],["-0.11695556599999992e3","0.75761932000000115e2"],[-116.923317,"0.75774704000000099e2"],["-0.11688667299999992e3","0.75786926000000051e2"],["-0.11686888099999999e3","0.75790543000000014e2"],["-0.11685056299999991e3",75.79304500000012],["-0.11681639099999995e3","0.75796371000000136e2"],["-0.11676278699999995e3","0.75799988000000099e2"],["-0.11671972699999998e3","0.75801650999999993e2"],["-0.11658860799999997e3","0.75803314000000114e2"],["-0.11653056300000003e3","0.75802765000000022e2"],["-0.11632417299999992e3","0.75804703000000131e2"],["-0.11610582699999998e3","0.75806931000000077e2"],["-0.11603721599999994e3","0.75809708000000001e2"],["-0.11582305899999994e3","0.75827208999999925e2"],["-0.11580444299999994e3","0.75829987000000131e2"],["-0.11579444899999999e3","0.75834152000000131e2"],["-0.11578415699999994e3","0.75845260999999994e2"],["-0.11577971600000001e3","0.75852203000000088e2"],["-0.11576500699999997e3","0.75854431000000034e2"],["-0.11574944299999999e3","0.75854980000000012e2"],["-0.11573693800000001e3","0.75854431000000034e2"],["-0.11572638699999993e3","0.75853317000000061e2"],["-0.11569193999999993e3","0.75848328000000095e2"],["-0.11567388900000003e3","0.75844147000000021e2"],["-0.11565943900000002e3","0.75839706000000092e2"],["-0.11562277199999994e3","0.75834427000000119e2"],["-0.11559445199999999e3","0.75833327999999995e2"],["-0.11550723299999993e3","0.75834991000000059e2"],["-0.11540499899999998e3","0.75838043000000027e2"],["-0.11538194299999992e3","0.75839706000000092e2"],["-0.11536416599999995e3","0.75844147000000021e2"],["-0.11535193599999997e3","0.75852203000000088e2"],["-0.11531360599999994e3",75.855255],["-0.11513945000000001e3","0.75859421000000111e2"],["-0.11507277699999986e3",75.85775799999999],["-0.11504998799999998e3","0.75855820000000051e2"],["-0.11500083899999998e3","0.75853317000000061e2"],["-0.11498082699999992e3","0.75853043000000127e2"],[-114.932503,"0.75856644000000017e2"],["-0.11491194199999995e3","0.75859711000000118e2"],["-0.11483860799999997e3","0.75874419999999986e2"],[-114.817497,"0.75880814000000044e2"],["-0.11480444299999994e3","0.75886932000000002e2"],[-114.798607,"0.75892212000000029e2"],["-0.11480999800000001e3","0.75899428999999941e2"],["-0.11482417299999986e3","0.75904160000000104e2"],["-0.11483667000000003e3","0.75905822999999998e2"],["-0.11488166799999993e3","0.75907486000000119e2"],["-0.11490722700000003e3","0.75906372000000147e2"],["-0.11501806599999992e3",75.89888000000002],["-0.11506416299999989e3","0.75894714000000135e2"],["-0.11510527000000002e3","0.75888596000000007e2"],["-0.11522165699999999e3","0.75880264000000011e2"],["-0.11529277000000002e3","0.75878311000000053e2"],["-0.11539472999999992e3","0.75877762000000132e2"],["-0.11554055799999998e3","0.75881362999999965e2"],["-0.11568222000000003e3","0.75888321000000133e2"],["-0.11574694799999986e3","0.75889434999999935e2"],["-0.11583029199999993e3","0.75887772000000041e2"],["-0.11586888099999999e3","0.75884430000000066e2"],["-0.11600472999999994e3","0.75868590999999981e2"],["-0.11605332899999991e3","0.75865540000000124e2"],["-0.11610665899999998e3","0.75864150999999936e2"],["-0.11613474300000001e3",75.86442599999998],["-0.11615083299999992e3","0.75864700000000084e2"],["-0.11648277299999995e3","0.75873871000000065e2"],["-0.11662389400000001e3","0.75881927000000132e2"],["-0.11664972699999998e3","0.75884995000000117e2"],["-0.11667666600000001e3","0.75889709000000039e2"],["-0.11669972199999995e3","0.75894989000000123e2"],["-0.11671501199999994e3","0.75900269000000037e2"],["-0.11672444200000001e3","0.75906372000000147e2"],["-0.11673416099999992e3","0.75922484999999995e2"],["-0.11673361199999999e3","0.75928589000000045e2"],["-0.11673137699999995e3","0.75945251000000042e2"],["-0.11672666899999996e3","0.75951385000000016e2"],["-0.11671389799999997e3","0.75956649999999911e2"],["-0.11669972199999995e3","0.75959990999999945e2"],["-0.11667748999999998e3","0.75963882000000012e2"],["-0.11663221699999997e3","0.75969147000000078e2"],["-0.11658528099999995e3","0.75971924000000001e2"],["-0.11656139400000001e3","0.75972762999999986e2"],["-0.11653721599999994e3","0.75972488000000112e2"],["-0.11651611300000002e3","0.75971100000000035e2"],["-0.11648528299999998e3","0.75966385000000002e2"],[-116.470551,75.96887200000009],["-0.11646193700000003e3","0.75974991000000102e2"],["-0.11646833800000002e3","0.75986374000000126e2"],["-0.11652834299999995e3","0.76027480999999966e2"],["-0.11660221899999993e3","0.76022216999999955e2"],[-116.645554,"0.76023041000000092e2"],["-0.11666944899999999e3","0.76025818000000015e2"],[-116.6875,76.02915999999999],["-0.11669888300000002e3","0.76034424000000115e2"],["-0.11670556599999998e3","0.76039153999999996e2"],[-116.708618,"0.76043869000000029e2"],["-0.11670777900000002e3","0.76049988000000042e2"],["-0.11670612299999999e3",76.05386400000009],["-0.11670168299999995e3","0.76059982000000048e2"],["-0.11669638099999992e3","0.76064987000000087e2"],["-0.11664138800000001e3","0.76113312000000121e2"],["-0.11653388999999999e3","0.76153320000000008e2"],["-0.11651611300000002e3","0.76157761000000107e2"],["-0.11634221599999995e3","0.76183043999999995e2"],["-0.11629611199999999e3","0.76188582999999994e2"],["-0.11621362299999998e3","0.76194977000000051e2"],["-0.11616361999999992e3","0.76197204999999997e2"],["-0.11608416699999998e3","0.76198318000000086e2"],["-0.11605943300000001e3","0.76198029000000133e2"],["-0.11595889299999999e3","0.76194138000000066e2"],["-0.11590862300000003e3","0.76191924999999912e2"],["-0.11586554699999999e3","0.76188309000000061e2"],["-0.11581582600000002e3","0.76186920000000043e2"],["-0.11564334099999996e3","0.76186096000000077e2"],["-0.11559500100000002e3","0.76187759000000028e2"],["-0.11544721999999996e3","0.76186920000000043e2"],["-0.11532749899999999e3","0.76184708000000001e2"],["-0.11527306399999998e3",76.18220500000001],[-115.154449,"0.76169434000000081e2"],["-0.11513027999999997e3","0.76165816999999947e2"],["-0.11502166699999998e3",76.15637200000009],["-0.11487554899999998e3","0.76149719000000118e2"],["-0.11485109699999992e3","0.76149429000000112e2"],["-0.11479077100000001e3","0.76151077000000043e2"],["-0.11472833300000002e3","0.76153046000000074e2"],["-0.11468499799999995e3","0.76156097000000045e2"],["-0.11466972399999997e3","0.76158325000000048e2"],["-0.11466251399999999e3","0.76160537999999974e2"],[-114.662781,"0.76161651999999947e2"],["-0.11468083199999995e3","0.76164992999999981e2"],[-114.70639,"0.76167205999999965e2"],["-0.11480082699999997e3","0.76168594000000041e2"],["-0.11485056299999997e3","0.76170258000000047e2"],["-0.11489862099999993e3","0.76172485000000108e2"],["-0.11494499200000001e3","0.76176085999999998e2"],["-0.11499305700000002e3","0.76182480000000055e2"],["-0.11500974299999996e3","0.76187485000000095e2"],["-0.11501444999999995e3","0.76192749000000049e2"],["-0.11502250700000002e3","0.76196929999999952e2"],["-0.11504527300000001e3","0.76202208999999982e2"],["-0.11508944699999995e3","0.76208878000000027e2"],["-0.11515972899999997e3","0.76218596999999988e2"],["-0.11527223200000003e3","0.76230270000000019e2"],["-0.11537304699999999e3","0.76230820000000051e2"],["-0.11554943800000001e3","0.76230545000000063e2"],["-0.11575666799999993e3","0.76234146000000123e2"],["-0.11578195199999993e3","0.76235260000000096e2"],["-0.11582721699999991e3",76.23942599999998],["-0.11584777800000001e3","0.76243042000000059e2"],["-0.11586665299999993e3","0.76247482000000048e2"],["-0.11588194299999992e3","0.76252776999999924e2"],["-0.11591471899999993e3","0.76275269000000037e2"],["-0.11592166099999997e3","0.76281096999999932e2"],["-0.11592500299999989e3","0.76286652000000061e2"],["-0.11590943899999996e3","0.76345535000000041e2"],["-0.11590139799999997e3","0.76349991000000102e2"],["-0.11586054999999999e3","0.76362488000000099e2"],["-0.11564835399999998e3","0.76420258000000047e2"],["-0.11562638899999996e3","0.76425812000000008e2"],["-0.11551471700000002e3",76.45138500000013],["-0.11549973299999994e3","0.76454712000000086e2"],["-0.11546665999999993e3","0.76455826000000059e2"],["-0.11526944700000001e3","0.76461105000000032e2"],["-0.11502139299999993e3","0.76474700999999982e2"],["-0.11500167799999997e3","0.76477203000000088e2"],[-114.978882,"0.76481658999999979e2"],["-0.11495638999999994e3","0.76487198000000149e2"],["-0.11494638099999992e3","0.76492477000000122e2"],["-0.11493360899999999e3","0.76504990000000021e2"],["-0.11492999299999997e3","0.76510268999999994e2"],["-0.11491944899999999e3","0.76514435000000105e2"],["-0.11489972699999987e3","0.76516936999999984e2"],["-0.11474054699999988e3","0.76517212000000029e2"],["-0.11471112099999999e3","0.76516936999999984e2"],["-0.11470194999999995e3","0.76515274000000034e2"],["-0.11469611399999991e3","0.76511382999999967e2"],["-0.11469833399999999e3","0.76507492000000127e2"],[-114.720551,"0.76501099000000124e2"],["-0.11470694699999996e3","0.76489700000000028e2"],["-0.11461028299999992e3","0.76488312000000121e2"],["-0.11445140099999998e3",76.49693300000007],[-114.29361,"0.76480269999999962e2"],["-0.11425167799999991e3","0.76474990999999989e2"],["-0.11420722999999987e3",76.46804800000001],["-0.11417471299999994e3","0.76460266000000047e2"],["-0.11414806399999998e3",76.45138500000013],["-0.11413555899999989e3","0.76446365000000071e2"],["-0.11411833199999995e3","0.76435257000000092e2"],["-0.11411193800000001e3","0.76429428000000087e2"],["-0.11410333299999996e3","0.76418869000000029e2"],[-114.096947,"0.76403595000000109e2"],["-0.11409111000000001e3","0.76388885000000016e2"],[-114.10611,76.35554500000012],["-0.11411749299999997e3","0.76353317000000004e2"],["-0.11412943999999993e3",76.31191999999993],["-0.11405972299999996e3",76.21775800000006],["-0.11399665800000002e3","0.76192749000000049e2"],["-0.11398332199999999e3","0.76190262000000018e2"],[-113.9583439999999,"0.76188873000000001e2"],["-0.11394833399999999e3","0.76189423000000033e2"],["-0.11370889299999999e3","0.76203598000000113e2"],[-113.685272,"0.76206100000000049e2"],["-0.11363890100000003e3","0.76212769000000094e2"],["-0.11361609599999997e3","0.76218323000000055e2"],["-0.11352443700000003e3","0.76235809000000017e2"],["-0.11336501299999992e3","0.76258605999999929e2"],["-0.11332333399999993e3","0.76262772000000041e2"],["-0.11326055899999994e3","0.76264434999999992e2"],["-0.11299916100000002e3","0.76267487000000074e2"],["-0.11295667300000002e3","0.76263611000000026e2"],["-0.11290972899999997e3","0.76257491999999957e2"],["-0.11289222699999993e3","0.76253876000000105e2"],["-0.11286860699999994e3","0.76244704999999954e2"],["-0.11285888699999998e3","0.76239975000000129e2"],["-0.11285305800000003e3","0.76234146000000123e2"],["-0.11275055700000001e3","0.76200546000000031e2"],["-0.11271721599999995e3","0.76198318000000086e2"],["-0.11262138399999998e3","0.76198318000000086e2"],["-0.11259028599999999e3","0.76196639999999945e2"],["-0.11248194899999999e3","0.76181366000000082e2"],["-0.11246278399999994e3","0.76178313999999943e2"],["-0.11245388800000001e3","0.76176376000000005e2"],["-0.11242500299999995e3","0.76167755000000113e2"],["-0.11243138099999993e3","0.76161926000000108e2"],["-0.11243859900000001e3",76.15887500000008],["-0.11247721899999999e3","0.76151382000000012e2"],["-0.11249416400000001e3","0.76146652000000017e2"],["-0.11250389099999995e3","0.76138596000000121e2"],["-0.11252610800000002e3","0.76110535000000027e2"],["-0.11252806099999998e3","0.76103867000000037e2"],["-0.11252278100000001e3","0.76099152000000004e2"],["-0.11242278299999987e3","0.76047211000000118e2"],["-0.11241332999999992e3","0.76042480000000012e2"],["-0.11238555899999994e3","0.76036652000000061e2"],["-0.11229888900000003e3","0.76029434000000094e2"],["-0.11215416699999997e3","0.76014998999999989e2"],["-0.11206861899999996e3","0.76003326000000129e2"],["-0.11204332699999992e3","0.75998871000000122e2"],[-111.9786069999999,"0.75981369000000086e2"],["-0.11178443900000002e3","0.75949707000000103e2"],["-0.11176390100000003e3","0.75946930000000009e2"],["-0.11175279199999994e3","0.75942749000000106e2"],["-0.11172778299999999e3",75.92164600000001],["-0.11172666900000002e3","0.75915817000000004e2"],[-111.729446,"0.75911101999999971e2"],[-111.736107,75.90498400000007],["-0.11177749599999999e3","0.75894714000000135e2"],["-0.11187138400000003e3","0.75887496999999996e2"],["-0.11194444299999998e3","0.75884995000000117e2"],["-0.11200945300000001e3","0.75881652999999972e2"],["-0.11203472899999997e3","0.75879974000000004e2"],["-0.11205222300000003e3","0.75878036000000066e2"],["-0.11207501200000002e3","0.75873871000000065e2"],[-112.165009,"0.75851928999999984e2"],["-0.11217971799999998e3","0.75848038000000088e2"],["-0.11218694299999993e3","0.75844986000000006e2"],["-0.11222556299999997e3","0.75811096000000077e2"],[-112.218613,"0.75808029000000147e2"],["-0.11220834399999995e3",75.80664100000007],["-0.11219248999999996e3","0.75805817000000104e2"],["-0.11202834299999995e3","0.75815261999999962e2"],["-0.11185861199999988e3","0.75826934999999992e2"],["-0.11169082599999996e3","0.75822769000000108e2"],["-0.11164499699999993e3","0.75821655000000135e2"],[-111.604446,"0.75826660000000004e2"],["-0.11153971899999993e3","0.75838318000000015e2"],["-0.11149638400000003e3","0.75839706000000092e2"],["-0.11147638699999999e3",75.839157],["-0.11145195000000001e3","0.75836655000000064e2"],["-0.11144499200000001e3","0.75832213999999965e2"],["-0.11135527000000002e3","0.75724426000000108e2"],["-0.11135388199999994e3","0.75718597000000102e2"],["-0.11135500299999995e3","0.75714432000000102e2"],["-0.11138971700000002e3","0.75663039999999967e2"],["-0.11140834000000001e3","0.75620818999999983e2"],["-0.11140722700000003e3","0.75614990000000148e2"],["-0.11135360700000001e3",75.57249500000006],["-0.11131861900000001e3","0.75545258000000103e2"],["-0.11127139299999999e3","0.75522491000000002e2"],["-0.11124722299999996e3","0.75518051000000014e2"],["-0.11122165699999999e3","0.75516936999999984e2"],[-110.995003,"0.75529160000000047e2"],["-0.11097222899999997e3","0.75532486000000119e2"],["-0.11089943700000003e3","0.75550262000000089e2"],["-0.11079499799999996e3","0.75565262000000018e2"],["-0.11077166699999992e3","0.75566666000000055e2"],["-0.11054222099999993e3","0.75568878000000097e2"],["-0.11049553699999996e3","0.75569153000000085e2"],["-0.11047582999999992e3","0.75568329000000119e2"],["-0.11045612299999999e3","0.75565535999999952e2"],["-0.11043110699999994e3","0.75554152999999985e2"],["-0.11042443799999995e3","0.75548873999999955e2"],["-0.11042223399999995e3","0.75545532000000037e2"],["-0.11033389299999993e3","0.75539154000000053e2"],["-0.11019583099999994e3","0.75539703000000031e2"],["-0.11006777999999997e3","0.75540543000000071e2"],["-0.10997416699999991e3","0.75537490999999989e2"],[-109.75,"0.75529709000000025e2"],["-0.10955304699999999e3","0.75521652000000017e2"],["-0.10930444299999999e3","0.75514999000000046e2"],["-0.10925389100000001e3","0.75514160000000118e2"],["-0.10918360899999999e3",75.5086060000001],["-0.10907472199999995e3","0.75498322000000087e2"],["-0.10893639400000001e3",75.47665399999994],["-0.10889943699999998e3","0.75476379000000122e2"],["-0.10889584399999995e3","0.75477203000000088e2"],[-108.891953,"0.75480270000000019e2"],["-0.10891639700000002e3","0.75513321000000133e2"],["-0.10892443800000001e3",75.52388000000002],["-0.10883612099999993e3","0.75612762000000032e2"],[-108.8269499999999,"0.75686646000000053e2"],["-0.10884277299999991e3","0.75691359999999975e2"],["-0.10888194299999998e3","0.75692200000000071e2"],["-0.10891332999999992e3","0.75691086000000041e2"],["-0.10894499199999996e3","0.75694976999999938e2"],["-0.10905832699999996e3","0.75728043000000071e2"],["-0.10905860899999993e3","0.75733047000000056e2"],["-0.10906276699999989e3","0.75737762000000089e2"],["-0.10912638900000002e3",75.7494200000001],["-0.10921000699999996e3","0.75762771999999984e2"],["-0.10926555599999995e3","0.75770264000000054e2"],["-0.10930526700000001e3","0.75771103000000039e2"],["-0.10945221700000002e3","0.75783051000000057e2"],["-0.10962943999999993e3","0.75799988000000099e2"],["-0.10963751200000002e3","0.75822769000000108e2"],["-0.10962805200000003e3","0.75829162999999994e2"],["-0.10962638900000002e3",75.83248900000001],["-0.10965722699999992e3","0.75866379000000109e2"],["-0.10966361999999998e3","0.75870819000000097e2"],["-0.10972972099999998e3","0.75876647999999932e2"],[-109.737503,"0.75876647999999932e2"],[-109.845551,"0.75863036999999963e2"],["-0.10985722399999992e3","0.75860809000000017e2"],["-0.10988390400000003e3","0.75849991000000045e2"],["-0.10990778399999994e3","0.75849991000000045e2"],["-0.10993639399999989e3","0.75856644000000017e2"],["-0.11005555699999996e3","0.75890548999999908e2"],["-0.11005583200000001e3","0.75894439999999975e2"],["-0.11004055800000003e3","0.75898604999999975e2"],["-0.10992610200000001e3","0.75927765000000079e2"],[-109.826683,"0.75930541999999946e2"],["-0.10969776899999999e3","0.75940262000000075e2"],[-109.672234,"0.75943862999999908e2"],["-0.10965666199999998e3",75.94802900000002],["-0.10942138699999998e3","0.76035812000000021e2"],["-0.10930499299999991e3","0.76100540000000137e2"],["-0.10930943300000001e3","0.76106094000000098e2"],["-0.10931360599999999e3","0.76109146000000067e2"],[-109.396118,"0.76133041000000048e2"],["-0.10969999699999994e3","0.76218872000000033e2"],["-0.10972250400000001e3","0.76222213999999951e2"],["-0.10980943300000001e3","0.76234421000000111e2"],["-0.10983416699999998e3","0.76236099000000024e2"],["-0.10985861199999999e3","0.76235809000000017e2"],[-109.882767,"0.76233871000000079e2"],["-0.10989666699999992e3","0.76230270000000019e2"],["-0.10990222199999999e3","0.76226089000000115e2"],["-0.10990167199999996e3","0.76221099999999979e2"],["-0.10988305699999995e3","0.76198868000000118e2"],["-0.10988667299999997e3","0.76194977000000051e2"],["-0.10989666699999992e3","0.76193588000000034e2"],["-0.10991944899999993e3","0.76196639999999945e2"],["-0.10994055200000003e3",76.20248400000014],["-0.11001471700000002e3","0.76229706000000078e2"],["-0.11006833599999993e3","0.76250000000000057e2"],["-0.11008528100000001e3","0.76255829000000062e2"],["-0.11012332199999997e3","0.76266098000000056e2"],["-0.11015306099999998e3",76.27388000000002],[-110.201683,"0.76285538000000031e2"],["-0.11024109599999991e3","0.76290543000000127e2"],["-0.11026583900000003e3","0.76291367000000093e2"],["-0.11033138999999989e3","0.76290817000000061e2"],["-0.11035804699999994e3","0.76292206000000022e2"],[-110.372772,"0.76294433999999967e2"],["-0.11038362099999995e3","0.76297760000000039e2"],["-0.11039306599999986e3","0.76391937000000098e2"],["-0.11038527699999986e3","0.76423035000000084e2"],["-0.11038390400000003e3","0.76427475000000129e2"],["-0.11028943600000002e3","0.76433044000000109e2"],[-110.095551,"0.76454163000000108e2"],["-0.10980721999999997e3","0.76490540000000124e2"],["-0.10974638400000003e3","0.76505553999999961e2"],["-0.10971833799999996e3","0.76515274000000034e2"],[-109.70639,"0.76521103000000096e2"],["-0.10970694700000001e3","0.76526093000000117e2"],["-0.10971140300000002e3","0.76529984000000013e2"],["-0.10972416699999997e3","0.76531662000000097e2"],["-0.10974916100000002e3","0.76531662000000097e2"],["-0.10981111099999993e3","0.76527206000000035e2"],["-0.10983222999999992e3","0.76529160000000047e2"],["-0.10984722899999991e3","0.76532486000000063e2"],["-0.10983750900000001e3","0.76538879000000065e2"],["-0.10975527999999997e3","0.76572768999999937e2"],["-0.10970667299999997e3","0.76587494000000106e2"],["-0.10964666699999998e3","0.76593323000000112e2"],["-0.10956082199999997e3","0.76640823000000069e2"],[-109.5097429999999,"0.76708328000000051e2"],["-0.10930277999999998e3",76.79693600000013],["-0.10922277800000001e3","0.76808029000000147e2"],["-0.10912777699999992e3","0.76819443000000035e2"],["-0.10902583299999998e3","0.76822769000000108e2"],["-0.10897444199999995e3","0.76816086000000098e2"],["-0.10895084400000002e3",76.81164600000011],["-0.10893582200000003e3","0.76809417999999937e2"],["-0.10891887699999995e3","0.76809417999999937e2"],["-0.10888945000000001e3","0.76814147999999989e2"],["-0.10884500099999997e3","0.76823608000000036e2"],["-0.10882195299999989e3","0.76829987000000074e2"],["-0.10881331599999999e3","0.76833878000000141e2"],["-0.10881360599999999e3","0.76837769000000037e2"],["-0.10881582600000002e3",76.84304800000001],["-0.10881388899999996e3","0.76847488000000055e2"],["-0.10878859699999992e3","0.76857208000000128e2"],["-0.10877362099999999e3",76.85775799999999],["-0.10874804699999999e3","0.76855820000000051e2"],["-0.10865556300000003e3","0.76817490000000078e2"],["-0.10865110800000002e3","0.76813599000000011e2"]],[["-0.97045272999999952e2","0.76797760000000096e2"],["-0.97075287000000003e2","0.76793320000000108e2"],["-0.97093886999999995e2",76.79693600000013],["-0.97188598999999954e2","0.76822769000000108e2"],["-0.97200561999999991e2","0.76829437000000041e2"],["-0.97200835999999924e2","0.76834152000000074e2"],["-0.97200835999999924e2","0.76857482999999945e2"],["-0.97187499999999943e2","0.76860260000000039e2"],["-0.97149170000000026e2","0.76859711000000118e2"],["-0.97128875999999991e2",76.85775799999999],["-0.97086945000000014e2","0.76851089000000115e2"],["-0.97005004999999983e2","0.76819716999999969e2"],["-0.96997222999999963e2","0.76813309000000004e2"],["-0.97009170999999981e2","0.76807479999999998e2"],["-0.97026397999999915e2","0.76802475000000129e2"],["-0.97045272999999952e2","0.76797760000000096e2"]],[["-0.11346610999999996e3","0.76766388000000006e2"],["-0.11361361699999992e3","0.76713043000000084e2"],[-113.628601,"0.76708038000000045e2"],["-0.11365249599999999e3","0.76704436999999984e2"],["-0.11367999299999985e3","0.76704436999999984e2"],["-0.11370417799999996e3","0.76706374999999923e2"],["-0.11378472899999997e3","0.76717209000000025e2"],["-0.11383667000000003e3","0.76719986000000063e2"],[-113.889183,"0.76718597000000102e2"],["-0.11405471799999992e3","0.76703598000000056e2"],["-0.11416194200000001e3","0.76716933999999981e2"],["-0.11421444699999995e3","0.76720535000000041e2"],["-0.11450110599999999e3",76.73414600000001],["-0.11473416099999997e3","0.76746643000000006e2"],["-0.11478694200000001e3","0.76750274999999931e2"],["-0.11482501200000002e3","0.76753601000000003e2"],["-0.11485888699999998e3","0.76758040999999992e2"],["-0.11487304699999993e3","0.76760818000000086e2"],["-0.11487526700000001e3","0.76765549000000021e2"],["-0.11487581599999999e3","0.76770827999999995e2"],["-0.11485526999999996e3","0.76794434000000081e2"],["-0.11483721899999989e3","0.76801650999999993e2"],["-0.11480444299999994e3","0.76813309000000004e2"],["-0.11476666299999988e3",76.82388300000008],["-0.11462416099999996e3",76.86192299999999],["-0.11460637700000001e3","0.76865814000000057e2"],["-0.11458583099999993e3","0.76867476999999951e2"],["-0.11433693700000003e3","0.76877197000000081e2"],["-0.11413834400000002e3","0.76884430000000066e2"],["-0.11396221899999995e3","0.76889984000000084e2"],[-113.885559,"0.76891663000000051e2"],["-0.11380750299999994e3","0.76889435000000105e2"],[-113.7625119999999,"0.76884430000000066e2"],["-0.11373444399999994e3","0.76879149999999981e2"],["-0.11349804699999993e3","0.76833328000000108e2"],["-0.11348750299999989e3","0.76827773999999977e2"],["-0.11344915799999995e3","0.76777205999999978e2"],["-0.11345388800000001e3","0.76772765999999933e2"],["-0.11346610999999996e3","0.76766388000000006e2"]],[["-0.10906610099999995e3","0.76900543000000084e2"],["-0.10907444800000002e3","0.76894714000000079e2"],["-0.10912581599999987e3","0.76898604999999975e2"],["-0.10922917200000001e3","0.76906936999999971e2"],[-109.254997,"0.76910812000000135e2"],["-0.10929888899999997e3","0.76922211000000061e2"],[-109.30777,"0.76928040000000067e2"],["-0.10930387899999994e3","0.76933867999999961e2"],["-0.10928278399999999e3","0.76937759000000028e2"],[-109.256958,"0.76938873000000058e2"],["-0.10920527600000003e3","0.76935256999999979e2"],["-0.10917944299999999e3","0.76932480000000055e2"],["-0.10912721299999998e3","0.76923873999999955e2"],["-0.10909249899999992e3","0.76912200999999925e2"],["-0.10907695000000001e3","0.76906097000000102e2"],["-0.10906610099999995e3","0.76900543000000084e2"]],[["-0.97256392999999946e2","0.76967484000000127e2"],["-0.97284164000000033e2","0.76965820000000122e2"],["-0.97335007000000019e2","0.76968048000000067e2"],[-97.40943900000002,"0.76973037999999974e2"],["-0.97458618000000001e2","0.76977203000000145e2"],["-0.97473052999999936e2","0.76980545000000063e2"],["-0.97423889000000031e2","0.77005829000000062e2"],["-0.97374709999999936e2","0.77022491000000059e2"],["-0.97286117999999874e2","0.77033325000000104e2"],["-0.97243057000000022e2","0.77037491000000045e2"],["-0.97199158000000011e2","0.77037766000000033e2"],["-0.97154723999999931e2","0.77030273000000022e2"],["-0.97136672999999973e2","0.77025542999999971e2"],["-0.97092223999999987e2","0.77010818000000029e2"],["-0.97093063000000029e2","0.77004990000000134e2"],["-0.97231109999999944e2","0.76971375000000023e2"],["-0.97256392999999946e2","0.76967484000000127e2"]],[["-0.95659728999999913e2","0.77058868000000075e2"],["-0.95585555999999883e2","0.77053314000000057e2"],[-95.56082200000003,"0.77053589000000045e2"],["-0.95465285999999935e2","0.77058319000000097e2"],["-0.95417769999999962e2",77.05693100000002],["-0.95386672999999973e2","0.77052475000000072e2"],["-0.95368331999999953e2","0.77048599000000024e2"],["-0.95337218999999948e2","0.77039978000000076e2"],["-0.95288054999999872e2","0.77022491000000059e2"],["-0.95224715999999944e2","0.77006378000000041e2"],["-0.95181945999999925e2","0.76996368000000132e2"],["-0.95168334999999956e2",76.99414100000007],["-0.95115829000000019e2","0.76995818999999983e2"],[-95,76.99054000000001],["-0.94906386999999881e2","0.76976089000000002e2"],["-0.94813888999999904e2","0.76971375000000023e2"],["-0.94728606999999954e2","0.76972762999999929e2"],["-0.94714172000000019e2",76.97387700000013],["-0.94688599000000011e2",76.97526600000009],["-0.94636123999999995e2","0.76976929000000041e2"],["-0.94593063000000029e2","0.76975540000000024e2"],["-0.94526397999999972e2","0.76969437000000084e2"],["-0.94510009999999909e2","0.76966094999999996e2"],["-0.94494155999999919e2","0.76960265999999933e2"],["-0.94489715999999987e2","0.76956100000000049e2"],[-94.40194699999995,"0.76918319999999994e2"],[-94.25778200000002,"0.76896378000000084e2"],["-0.94254729999999995e2","0.76891373000000044e2"],["-0.94238891999999964e2","0.76889435000000105e2"],["-0.94207229999999925e2","0.76888046000000088e2"],[-94.15972899999997,"0.76887496999999996e2"],["-0.94096389999999985e2","0.76888885000000073e2"],["-0.94081680000000006e2",76.89027400000009],["-0.94054992999999854e2","0.76894714000000079e2"],["-0.94032226999999921e2","0.76903320000000008e2"],["-0.94026107999999965e2","0.76909149000000014e2"],["-0.94010559000000001e2","0.76919144000000131e2"],["-0.94001113999999916e2","0.76923598999999967e2"],["-0.93986663999999962e2","0.76928864000000033e2"],["-0.93964721999999995e2","0.76932480000000055e2"],["-0.93943603999999937e2","0.76933867999999961e2"],["-0.93899993999999936e2",76.93331900000004],["-0.93755004999999926e2","0.76922484999999995e2"],["-0.93739166000000012e2","0.76920822000000044e2"],["-0.93658339999999896e2","0.76909987999999998e2"],["-0.93649445000000014e2","0.76908035000000041e2"],["-0.93641953000000001e2","0.76905258000000117e2"],["-0.93635833999999988e2",76.89888000000002],["-0.93488602000000014e2","0.76839706000000092e2"],["-0.93301392000000021e2","0.76768600000000049e2"],["-0.93208054000000004e2","0.76746933000000013e2"],["-0.93202788999999939e2","0.76747481999999934e2"],["-0.93192214999999976e2","0.76747208000000001e2"],["-0.93187499999999943e2","0.76745529000000033e2"],["-0.93179717999999923e2","0.76741088999999988e2"],["-0.93169723999999974e2","0.76686919999999986e2"],["-0.93174438000000009e2","0.76674987999999985e2"],[-93.18638599999997,"0.76660812000000021e2"],["-0.93300277999999878e2","0.76552199999999971e2"],["-0.93306655999999919e2",76.54664600000001],["-0.93461394999999982e2",76.49832200000003],["-0.93595276000000013e2","0.76462493999999992e2"],["-0.93629989999999964e2","0.76451934999999992e2"],["-0.93641953000000001e2",76.44720500000011],["-0.93651947000000007e2","0.76441650000000038e2"],["-0.93652221999999938e2","0.76437759000000142e2"],["-0.93650283999999999e2",76.43553200000008],["-0.93548339999999882e2","0.76386108000000092e2"],["-0.93528609999999958e2","0.76384720000000016e2"],["-0.93509445000000028e2","0.76386658000000125e2"],["-0.93498336999999992e2","0.76388885000000016e2"],[-93.46362299999987,"0.76399429000000055e2"],["-0.93456954999999994e2","0.76403595000000109e2"],["-0.93467399999999998e2",76.40792799999997],["-0.93480559999999969e2","0.76409927000000039e2"],["-0.93500838999999985e2",76.4102630000001],["-0.93508895999999993e2","0.76406647000000078e2"],["-0.93520554000000004e2","0.76405823000000112e2"],["-0.93537780999999995e2","0.76407486000000006e2"],["-0.93554992999999968e2","0.76411377000000073e2"],["-0.93570846999999958e2","0.76416382000000112e2"],["-0.93580565999999976e2","0.76423035000000084e2"],["-0.93576401000000033e2","0.76426650999999993e2"],["-0.93533065999999963e2","0.76443039000000056e2"],["-0.93518889999999999e2","0.76448318000000029e2"],["-0.93501403999999923e2","0.76452209000000096e2"],["-0.93476562000000001e2","0.76454772999999932e2"],["-0.93454223999999954e2","0.76456436000000053e2"],["-0.93422226000000023e2","0.76458328000000108e2"],["-0.93392776000000026e2","0.76461655000000064e2"],["-0.93370270000000005e2","0.76466385000000059e2"],["-0.93357223999999917e2","0.76470535000000098e2"],["-0.93123610999999926e2","0.76573043999999982e2"],["-0.93111114999999927e2","0.76580276000000083e2"],["-0.93095276000000013e2","0.76590546000000018e2"],["-0.93096953999999926e2","0.76596649000000127e2"],[-93.09973100000002,"0.76601653999999996e2"],["-0.93046386999999925e2","0.76616089000000102e2"],["-0.92945830999999998e2","0.76622482000000048e2"],[-92.90306099999998,"0.76621918000000107e2"],["-0.92880279999999971e2","0.76620818999999983e2"],["-0.92857223999999917e2","0.76618317000000047e2"],["-0.92789718999999934e2","0.76609146000000123e2"],["-0.92705276000000026e2","0.76594437000000084e2"],[-92.68360899999999,"0.76592484000000127e2"],["-0.92654998999999975e2","0.76594711000000018e2"],["-0.92642501999999979e2","0.76598037999999974e2"],["-0.92632767000000001e2","0.76602478000000133e2"],["-0.92618057000000022e2","0.76607483000000002e2"],["-0.92605834999999956e2","0.76610535000000141e2"],["-0.92564437999999939e2","0.76616089000000102e2"],["-0.92541106999999897e2","0.76617752000000053e2"],["-0.92506393000000003e2","0.76617477000000008e2"],["-0.92468338000000017e2",76.61303700000002],["-0.92440825999999959e2","0.76603317000000118e2"],[-92.42111199999988,"0.76598037999999974e2"],[-92.40055799999999,"0.76594986000000006e2"],["-0.92386948000000018e2","0.76593872000000033e2"],[-92.36860699999994,"0.76594437000000084e2"],["-0.92330840999999964e2","0.76597214000000008e2"],["-0.92183318999999983e2","0.76614699999999914e2"],["-0.92077498999999989e2","0.76637207000000046e2"],["-0.92043609999999887e2","0.76646942000000081e2"],["-0.92004332999999917e2","0.76657897999999932e2"],["-0.91991942999999992e2","0.76660812000000021e2"],["-0.91970001000000025e2","0.76664428999999984e2"],["-0.91938599000000011e2","0.76668320000000051e2"],["-0.91910003999999901e2","0.76670532000000094e2"],["-0.91775557999999933e2","0.76679703000000018e2"],["-0.91668609999999944e2","0.76684708000000057e2"],["-0.91535827999999924e2","0.76688873000000058e2"],["-0.91410552999999936e2","0.76689148000000102e2"],["-0.91385283999999956e2","0.76688309000000118e2"],["-0.91132767000000001e2","0.76664428999999984e2"],["-0.91008895999999936e2","0.76651657000000114e2"],["-0.90986114999999984e2","0.76649155000000064e2"],["-0.90883895999999936e2","0.76626647999999989e2"],["-0.90871383999999978e2","0.76622757000000092e2"],["-0.90854720999999984e2",76.61554000000001],["-0.90849990999999875e2","0.76609146000000123e2"],["-0.90844161999999926e2","0.76603592000000106e2"],["-0.90837218999999948e2","0.76599152000000117e2"],["-0.90817779999999971e2","0.76593597000000045e2"],["-0.90779998999999975e2","0.76585815000000082e2"],["-0.90741104000000007e2","0.76580551000000071e2"],["-0.90674438000000009e2","0.76573318000000086e2"],["-0.90626388999999961e2",76.56999200000007],["-0.90582503999999972e2","0.76565262000000018e2"],[-90.56361400000003,"0.76559708000000001e2"],[-90.50306699999993,76.53137200000009],["-0.90498610999999926e2","0.76524993999999936e2"],["-0.90468613000000005e2","0.76479155999999989e2"],["-0.90468063000000029e2","0.76473038000000088e2"],[-90.48332199999993,76.46804800000001],["-0.90510833999999988e2","0.76463882000000126e2"],["-0.90538054999999929e2",76.46138000000002],[-90.61610399999995,76.45637499999998],["-0.90638335999999924e2","0.76455826000000059e2"],["-0.90779175000000009e2","0.76461105000000032e2"],["-0.90826400999999976e2","0.76463042999999971e2"],["-0.91090560999999923e2","0.76478043000000127e2"],["-0.91304169000000002e2","0.76504166000000055e2"],[-91.34973100000002,"0.76509430000000066e2"],["-0.91373885999999857e2","0.76511107999999979e2"],["-0.91414718999999934e2","0.76512771999999984e2"],["-0.91441101000000003e2","0.76512771999999984e2"],["-0.91564162999999951e2","0.76500823999999966e2"],["-0.91566665999999998e2","0.76498871000000008e2"],["-0.91416396999999961e2","0.76460266000000047e2"],["-0.91402495999999985e2","0.76457488999999953e2"],["-0.91271117999999944e2","0.76453873000000101e2"],["-0.91147506999999962e2","0.76450821000000019e2"],["-0.91057219999999973e2","0.76450546000000145e2"],[-90.99110399999995,"0.76447754000000089e2"],["-0.90974166999999966e2","0.76446091000000138e2"],["-0.90797774999999945e2",76.42692599999998],["-0.90642226999999991e2","0.76410537999999917e2"],["-0.90414443999999946e2","0.76403046000000018e2"],["-0.90368331999999953e2","0.76399994000000049e2"],["-0.90317229999999938e2","0.76394714000000022e2"],["-0.90281386999999995e2","0.76389160000000004e2"],[-90.06361400000003,"0.76361648999999943e2"],["-0.89831389999999942e2",76.34027100000003],["-0.89543883999999935e2","0.76316939999999988e2"],["-0.89367766999999958e2","0.76304152999999985e2"],["-0.89305557000000022e2",76.299149],["-0.89292496000000028e2","0.76296097000000088e2"],["-0.89230559999999912e2","0.76272766000000047e2"],["-0.89217772999999909e2","0.76266663000000108e2"],["-0.89208617999999944e2","0.76260818000000029e2"],["-0.89201110999999912e2","0.76254166000000112e2"],["-0.89192214999999976e2","0.76242203000000075e2"],["-0.89192490000000021e2","0.76236099000000024e2"],["-0.89198607999999865e2",76.22526600000009],["-0.89209166999999979e2","0.76221099999999979e2"],["-0.89295546999999942e2","0.76197754000000145e2"],["-0.89326400999999919e2","0.76189423000000033e2"],["-0.89349730999999963e2","0.76183594000000028e2"],["-0.89378051999999968e2","0.76180267000000072e2"],["-0.89588332999999921e2","0.76165816999999947e2"],["-0.89831954999999994e2","0.76160812000000078e2"],["-0.89888610999999912e2","0.76166091999999992e2"],["-0.89904175000000009e2","0.76168869000000086e2"],["-0.89976105000000018e2","0.76173874000000126e2"],[-90.37332200000003,"0.76181366000000082e2"],["-0.90397780999999952e2","0.76180542000000116e2"],["-0.90416945999999996e2","0.76178863999999976e2"],["-0.90438598999999954e2","0.76175537000000077e2"],["-0.90453613000000018e2",76.17053199999998],["-0.90455840999999964e2","0.76167205999999965e2"],["-0.90455565999999976e2","0.76165543000000014e2"],["-0.90438598999999954e2","0.76162201000000096e2"],["-0.90414443999999946e2","0.76159987999999942e2"],["-0.90256957999999941e2","0.76146942000000024e2"],[-90.22222899999997,"0.76144440000000145e2"],["-0.90151671999999905e2","0.76141663000000051e2"],["-0.90064162999999894e2","0.76136932000000115e2"],["-0.90048614999999984e2","0.76132751000000042e2"],[-90.06361400000003,"0.76127762000000075e2"],["-0.90085280999999895e2",76.1244200000001],["-0.90110824999999977e2","0.76124145999999996e2"],["-0.90308884000000035e2","0.76138321000000076e2"],["-0.90448607999999979e2","0.76154984000000013e2"],["-0.90666397000000018e2","0.76166930999999977e2"],["-0.90786117999999988e2","0.76171371000000136e2"],["-0.90937209999999936e2","0.76180817000000104e2"],["-0.91112212999999883e2","0.76191924999999912e2"],["-0.91204726999999934e2","0.76212769000000094e2"],["-0.91219726999999978e2","0.76218323000000055e2"],["-0.91256957999999941e2","0.76227203000000088e2"],["-0.91274444999999957e2","0.76230270000000019e2"],["-0.91423614999999984e2","0.76253876000000105e2"],["-0.91445830999999941e2","0.76256653000000028e2"],["-0.91571395999999936e2",76.26527400000009],[-91.59722899999997,"0.76264999000000103e2"],["-0.91613616999999977e2","0.76262206999999989e2"],["-0.91599730999999963e2",76.25610400000005],["-0.91579453000000001e2","0.76251663000000121e2"],["-0.91416655999999989e2",76.22526600000009],["-0.91332779000000016e2",76.214157],[-91.33666999999997,"0.76178588999999988e2"],[-91.27194199999991,"0.76155822999999941e2"],["-0.91220276000000013e2","0.76161651999999947e2"],["-0.91203339000000028e2",76.16137700000013],["-0.91163329999999974e2","0.76159714000000008e2"],["-0.91116652999999985e2",76.15637200000009],["-0.90882491999999957e2","0.76137207000000103e2"],["-0.90700287000000003e2","0.76119431000000134e2"],[-90.67971799999998,"0.76117203000000018e2"],["-0.90665008999999998e2","0.76112198000000149e2"],["-0.90757506999999976e2",76.07638500000013],["-0.90785277999999948e2","0.76072769000000051e2"],["-0.90809432999999956e2","0.76071930000000066e2"],["-0.90833618000000001e2","0.76072769000000051e2"],["-0.90855270000000019e2","0.76072220000000129e2"],["-0.90862502999999947e2","0.76069992000000127e2"],["-0.90866104000000007e2","0.76067215000000033e2"],["-0.90864715999999987e2","0.76064987000000087e2"],["-0.90848891999999978e2","0.76060806000000014e2"],[-90.71578199999999,76.06343099999998],["-0.90703605999999922e2","0.76064926000000014e2"],["-0.90663940000000025e2","0.76074265000000025e2"],["-0.90660941999999864e2","0.76076431000000014e2"],["-0.90611664000000019e2","0.76084717000000069e2"],["-0.90599166999999966e2","0.76088042999999971e2"],["-0.90575012000000015e2","0.76090271000000087e2"],["-0.90548339999999939e2","0.76091370000000097e2"],["-0.90474166999999966e2","0.76089706000000035e2"],["-0.90429442999999992e2","0.76088318000000129e2"],["-0.90408614999999998e2",76.08638000000002],["-0.90194442999999922e2","0.76062759000000142e2"],["-0.90190552000000025e2",76.06109600000002],["-0.90193877999999984e2","0.76055251999999996e2"],["-0.90202498999999989e2","0.76050261999999975e2"],["-0.90215012000000002e2",76.04582199999993],["-0.90233886999999925e2","0.76041092000000106e2"],[-90.27416999999997,"0.76034424000000115e2"],["-0.90301666000000012e2","0.76032486000000006e2"],["-0.90328613000000018e2","0.76031372000000033e2"],["-0.90404723999999931e2","0.76031096999999988e2"],["-0.90635947999999985e2","0.76028152000000034e2"],["-0.90718452000000013e2","0.76022658999999976e2"],["-0.90904175000000009e2","0.76015549000000021e2"],["-0.90929168999999888e2","0.76015549000000021e2"],["-0.91005279999999971e2","0.76024994000000049e2"],["-0.91144729999999981e2","0.76021102999999982e2"],["-0.91160827999999924e2","0.76018051000000071e2"],["-0.91155272999999909e2","0.76014160000000004e2"],["-0.91069732999999928e2","0.75990265000000022e2"],["-0.90950286999999946e2","0.75962204000000099e2"],["-0.90941939999999988e2","0.75955551000000128e2"],["-0.90938598999999954e2","0.75951385000000016e2"],["-0.90941939999999988e2","0.75945526000000029e2"],["-0.90948882999999967e2","0.75939972000000012e2"],["-0.90968063000000029e2","0.75931091000000094e2"],["-0.91016953000000001e2","0.75925537000000077e2"],["-0.91070557000000008e2","0.75922484999999995e2"],["-0.91100280999999995e2","0.75918594000000098e2"],["-0.91118880999999931e2","0.75913879000000065e2"],["-0.91129439999999988e2","0.75908600000000092e2"],["-0.91143340999999964e2","0.75897217000000069e2"],["-0.91125823999999852e2","0.75857483000000002e2"],["-0.91132492000000013e2","0.75851928999999984e2"],["-0.91135833999999932e2","0.75846099999999979e2"],["-0.91134170999999924e2","0.75842484000000127e2"],["-0.91129990000000021e2",75.839157],["-0.91107498000000021e2","0.75840545999999961e2"],["-0.91091675000000009e2","0.75843323000000055e2"],["-0.91079452999999944e2","0.75848038000000088e2"],["-0.91053328999999906e2","0.75881087999999977e2"],["-0.90939986999999974e2","0.75915268000000083e2"],["-0.90903060999999923e2","0.75924698000000149e2"],["-0.90895844000000011e2","0.75927200000000028e2"],["-0.90886123999999995e2","0.75931655999999975e2"],["-0.90847778000000005e2","0.75952208999999982e2"],["-0.90833618000000001e2",75.96026599999999],["-0.90827788999999996e2","0.75966385000000002e2"],["-0.90805557000000022e2","0.75985535000000141e2"],["-0.90793883999999991e2",75.99470500000001],["-0.90777495999999985e2","0.75996094000000028e2"],["-0.90755843999999968e2","0.75994980000000055e2"],["-0.90717223999999931e2","0.75989151000000049e2"],["-0.90569457999999941e2","0.75979980000000069e2"],[-90.48332199999993,"0.75980270000000075e2"],["-0.90464447000000007e2","0.75978591999999992e2"],["-0.90444716999999969e2","0.75974151999999947e2"],["-0.90433318999999983e2",75.97026100000005],["-0.90429442999999992e2","0.75968323000000112e2"],["-0.90434158000000025e2","0.75963318000000072e2"],["-0.90442490000000021e2","0.75959717000000012e2"],[-90.49221799999998,"0.75945816000000036e2"],["-0.90519164999999987e2","0.75936096000000134e2"],["-0.90526107999999965e2","0.75930541999999946e2"],["-0.90528335999999911e2","0.75925537000000077e2"],["-0.90531386999999938e2","0.75913605000000132e2"],["-0.90531676999999945e2","0.75903595000000053e2"],["-0.90529998999999862e2","0.75898331000000042e2"],["-0.90521118000000001e2","0.75895538000000101e2"],["-0.90504729999999938e2","0.75895263999999941e2"],["-0.90496947999999975e2","0.75897766000000047e2"],[-90.34722899999997,"0.75949417000000096e2"],["-0.90342223999999987e2","0.75953049000000078e2"],["-0.90337783999999999e2","0.75963043000000084e2"],["-0.90339447000000007e2","0.75968323000000112e2"],["-0.90256957999999941e2","0.75966933999999981e2"],["-0.90118057000000022e2","0.75941924999999969e2"],["-0.90114440999999943e2","0.75947753999999975e2"],["-0.90102492999999981e2","0.75961654999999951e2"],["-0.90072509999999966e2","0.75995529000000147e2"],["-0.90060271999999998e2",76.00471500000009],["-0.90052779999999984e2","0.76007217000000026e2"],["-0.90037506000000008e2","0.76009155000000135e2"],["-0.90015015000000005e2","0.76010269000000108e2"],["-0.89966659999999877e2","0.76008605999999986e2"],["-0.89947495000000004e2","0.76007217000000026e2"],["-0.89929717999999923e2",76.00471500000009],["-0.89924437999999952e2",76.00221300000004],["-0.89909163999999976e2","0.75964995999999985e2"],["-0.89825012000000015e2","0.75943038999999942e2"],["-0.89687499999999943e2","0.75899993999999992e2"],["-0.89689986999999917e2","0.75894989000000123e2"],["-0.89702224999999999e2","0.75879700000000071e2"],[-89.70944199999991,"0.75874146000000053e2"],["-0.89724441999999954e2","0.75863036999999963e2"],["-0.89750290000000007e2","0.75846649000000127e2"],["-0.89772781000000009e2","0.75836380000000077e2"],["-0.89778885000000002e2","0.75831665000000044e2"],["-0.89782227000000034e2","0.75825821000000019e2"],["-0.89776397999999972e2","0.75792755000000056e2"],["-0.89775008999999955e2","0.75787491000000102e2"],["-0.89765014999999948e2","0.75785812000000078e2"],["-0.89738891999999964e2","0.75786652000000117e2"],["-0.89692490000000021e2","0.75796371000000136e2"],[-89.68638599999997,"0.75802474999999959e2"],["-0.89688048999999978e2","0.75804428000000087e2"],["-0.89689162999999951e2","0.75809708000000001e2"],["-0.89685546999999985e2","0.75814147999999989e2"],[-89.61999499999996,"0.75853592000000106e2"],["-0.89611114999999927e2","0.75857208000000128e2"],["-0.89587508999999955e2","0.75859146000000067e2"],["-0.89558334000000002e2","0.75857483000000002e2"],["-0.89439163000000008e2","0.75845260999999994e2"],["-0.89422774999999945e2","0.75841934000000094e2"],["-0.89410277999999948e2","0.75829712000000086e2"],["-0.89392501999999979e2","0.75821105999999986e2"],[-89.37777699999998,"0.75816665999999998e2"],["-0.89320007000000032e2","0.75803863999999976e2"],["-0.89277495999999928e2","0.75798324999999977e2"],["-0.89201401000000033e2","0.75786926000000051e2"],["-0.89172775000000001e2","0.75780548000000124e2"],["-0.89164169000000015e2","0.75774704000000099e2"],["-0.89160278000000005e2","0.75768051000000128e2"],["-0.89160552999999936e2","0.75755828999999949e2"],["-0.89166945999999996e2",75.7452550000001],["-0.89253890999999953e2","0.75631088000000034e2"],["-0.89262787000000003e2","0.75627761999999962e2"],["-0.89275008999999955e2","0.75627761999999962e2"],["-0.89336670000000026e2","0.75627761999999962e2"],["-0.89543059999999969e2","0.75610535000000141e2"],["-0.89649170000000026e2",75.61554000000001],["-0.89763061999999991e2","0.75577484000000027e2"],["-0.89765288999999882e2","0.75575546000000088e2"],["-0.89739440999999943e2","0.75573607999999922e2"],["-0.89722504000000015e2","0.75574157999999954e2"],["-0.89681945999999868e2",75.57998699999996],["-0.89649993999999992e2","0.75587204000000099e2"],["-0.89605559999999912e2","0.75589705999999978e2"],["-0.89588332999999921e2",75.58859300000006],[-89.550995,"0.75579711999999972e2"],["-0.89542496000000028e2","0.75570540999999992e2"],["-0.89548614999999984e2","0.75566085999999984e2"],[-89.56806899999998,75.5619200000001],["-0.89628325999999959e2","0.75561370999999951e2"],["-0.89676392000000021e2","0.75562194999999917e2"],["-0.89692490000000021e2","0.75561096000000134e2"],["-0.89706954999999994e2","0.75557480000000055e2"],["-0.89700835999999981e2","0.75553040000000067e2"],["-0.89645553999999947e2","0.75548325000000034e2"],["-0.89576674999999966e2","0.75547759999999982e2"],["-0.89550827000000027e2","0.75548873999999955e2"],["-0.89526397999999915e2","0.75551926000000094e2"],["-0.89515015000000005e2","0.75554152999999985e2"],["-0.89500564999999995e2","0.75558868000000018e2"],["-0.89491942999999992e2","0.75565535999999952e2"],["-0.89473617999999874e2","0.75574707000000103e2"],["-0.89458618000000001e2","0.75579436999999928e2"],["-0.89441665999999998e2","0.75583327999999995e2"],["-0.89431670999999994e2","0.75584427000000005e2"],["-0.89403335999999967e2","0.75587204000000099e2"],["-0.89351669000000015e2","0.75589157000000057e2"],["-0.89302215999999987e2","0.75589157000000057e2"],["-0.89235824999999977e2","0.75586655000000121e2"],["-0.89217223999999987e2","0.75584991000000116e2"],["-0.89182770000000005e2","0.75577208999999982e2"],["-0.89174438000000009e2","0.75572768999999994e2"],["-0.89168335000000013e2","0.75566666000000055e2"],["-0.89156386999999938e2","0.75549713000000111e2"],["-0.89154998999999975e2","0.75544434000000138e2"],["-0.89149170000000026e2","0.75532211000000075e2"],["-0.89143065999999976e2","0.75524429000000112e2"],[-89.09973100000002,"0.75484146000000067e2"],["-0.88963897999999972e2","0.75431931000000077e2"],["-0.88950561999999934e2","0.75429703000000131e2"],["-0.88921386999999982e2","0.75427199999999971e2"],[-88.87110899999999,75.43414300000012],["-0.88841675000000009e2","0.75436371000000065e2"],["-0.88818618999999956e2","0.75436920000000043e2"],["-0.88796951000000035e2","0.75434982000000105e2"],["-0.88779723999999987e2","0.75432479999999998e2"],["-0.88768889999999942e2","0.75434708000000001e2"],["-0.88747771999999941e2","0.75470825000000104e2"],[-88.75,"0.75474991000000045e2"],["-0.88801392000000021e2","0.75531372000000147e2"],["-0.88865829000000019e2","0.75586105000000089e2"],["-0.88755004999999983e2","0.75676650999999936e2"],["-0.88738892000000021e2",75.67942800000003],["-0.88722777999999892e2","0.75679153000000042e2"],["-0.88678329000000019e2","0.75675261999999975e2"],["-0.88631667999999991e2","0.75667206000000078e2"],["-0.88600829999999917e2","0.75659424000000115e2"],["-0.88574172999999917e2","0.75648880000000077e2"],["-0.88542770000000019e2","0.75635818000000029e2"],[-88.50778200000002,"0.75619431000000077e2"],["-0.88448883000000023e2",75.59526100000005],["-0.88399445000000014e2","0.75579162999999994e2"],["-0.88364166000000012e2","0.75568878000000097e2"],["-0.88315826000000015e2","0.75556366000000082e2"],["-0.88228881999999999e2","0.75539429000000098e2"],["-0.88203613000000018e2","0.75531097000000102e2"],["-0.88198882999999967e2","0.75528595000000053e2"],["-0.88196945000000028e2","0.75522766000000047e2"],["-0.88198607999999979e2","0.75517212000000029e2"],["-0.88201401000000033e2","0.75512206999999989e2"],["-0.88217498999999918e2","0.75509720000000073e2"],["-0.88240828999999962e2","0.75509155000000078e2"],["-0.88290833000000021e2",75.49693300000007],["-0.88305831999999896e2","0.75492203000000075e2"],["-0.88301391999999964e2","0.75488037000000134e2"],["-0.88295273000000009e2","0.75484985000000052e2"],["-0.88263061999999934e2","0.75476089000000115e2"],["-0.88228881999999999e2","0.75471099999999979e2"],[-88.21305799999999,"0.75470535000000098e2"],["-0.88200835999999924e2","0.75471924000000115e2"],["-0.88148055999999997e2","0.75488876000000118e2"],[-88.12249799999995,"0.75501099000000011e2"],[-88.06806899999998,"0.75521927000000062e2"],["-0.87958054000000004e2","0.75544144000000131e2"],["-0.87751403999999923e2","0.75576660000000061e2"],["-0.87716110000000015e2","0.75575271999999927e2"],["-0.87697768999999937e2","0.75573607999999922e2"],["-0.87661391999999921e2","0.75567215000000147e2"],["-0.87648346000000004e2",75.5619200000001],["-0.87495543999999995e2","0.75485809000000017e2"],["-0.87494995000000017e2","0.75483871000000079e2"],["-0.87498885999999914e2","0.75478043000000127e2"],["-0.87504729999999995e2","0.75474425999999994e2"],["-0.87529998999999918e2","0.75465271000000143e2"],["-0.87563889000000017e2","0.75459152000000074e2"],["-0.87588607999999965e2","0.75456375000000037e2"],["-0.87601394999999968e2","0.75453323000000069e2"],["-0.87606383999999935e2","0.75449707000000046e2"],["-0.87594726999999978e2","0.75446365000000071e2"],[-87.58277899999996,"0.75444702000000007e2"],["-0.87568344000000025e2","0.75443588000000034e2"],["-0.87548614999999927e2","0.75444427000000132e2"],["-0.87533614999999884e2","0.75446090999999967e2"],[-87.5,"0.75452209000000096e2"],["-0.87459732000000031e2","0.75461380000000077e2"],["-0.87445830999999941e2","0.75465271000000143e2"],["-0.87434433000000013e2","0.75468871999999976e2"],[-87.4183349999999,"0.75479706000000078e2"],["-0.87416397000000018e2","0.75485260000000039e2"],["-0.87430283000000031e2","0.75501099000000011e2"],["-0.87437774999999988e2",75.5086060000001],["-0.87444442999999922e2","0.75513885000000073e2"],[-87.46665999999999,"0.75521103000000096e2"],["-0.87462783999999942e2","0.75563034000000073e2"],["-0.87393065999999976e2","0.75604156000000103e2"],["-0.87381103999999937e2","0.75609420999999998e2"],["-0.87354720999999984e2",75.61303700000002],["-0.87285552999999879e2","0.75620255000000043e2"],["-0.87263335999999981e2","0.75621094000000028e2"],[-87.25111400000003,"0.75621094000000028e2"],["-0.87234160999999915e2","0.75618317000000104e2"],["-0.87088057999999933e2",75.57998699999996],["-0.87079178000000013e2","0.75566666000000055e2"],["-0.87072783999999956e2","0.75559981999999991e2"],["-0.87055267000000015e2","0.75546936000000017e2"],["-0.87011948000000018e2","0.75531372000000147e2"],["-0.86967498999999975e2","0.75518326000000002e2"],["-0.86931106999999997e2","0.75508041000000048e2"],["-0.86914444000000003e2","0.75503876000000048e2"],["-0.86862777999999935e2","0.75491653000000042e2"],["-0.86807495000000017e2","0.75479156000000046e2"],["-0.86771117999999944e2","0.75475540000000137e2"],[-86.72222899999997,"0.75474991000000045e2"],["-0.86643340999999964e2","0.75478043000000127e2"],["-0.86631103999999993e2","0.75477767999999912e2"],["-0.86601943999999946e2","0.75476379000000122e2"],["-0.86583892999999875e2","0.75474701000000039e2"],["-0.86567504999999983e2","0.75472214000000122e2"],[-86.48332199999993,"0.75456650000000025e2"],["-0.86464721999999995e2","0.75452773999999977e2"],["-0.86375548999999978e2","0.75427475000000129e2"],["-0.86365554999999972e2","0.75423309000000074e2"],["-0.86368880999999988e2","0.75418320000000108e2"],["-0.86389175000000023e2",75.40776100000005],["-0.86400283999999999e2","0.75402205999999978e2"],["-0.86415282999999988e2","0.75398880000000133e2"],["-0.86506392999999946e2","0.75388046000000031e2"],["-0.86553878999999938e2","0.75381363000000079e2"],["-0.86576675000000023e2","0.75377197000000024e2"],["-0.86611114999999984e2",75.36831699999999],["-0.86615279999999984e2","0.75365540000000067e2"],["-0.86596663999999976e2",75.361649],["-0.86544723999999974e2",75.35914600000001],["-0.86520279000000016e2","0.75360259999999982e2"],["-0.86491942999999935e2","0.75362762000000089e2"],["-0.86376099000000011e2","0.75376373000000058e2"],["-0.86358336999999949e2","0.75379699999999957e2"],["-0.86245270000000005e2","0.75401932000000045e2"],["-0.86198607999999922e2","0.75416091999999935e2"],["-0.86169997999999964e2","0.75418594000000041e2"],["-0.86082503999999972e2","0.75421371000000136e2"],["-0.86031386999999938e2","0.75422485000000108e2"],["-0.85833618000000001e2","0.75416091999999935e2"],["-0.85680557000000022e2","0.75408034999999984e2"],["-0.85674438000000009e2","0.75418320000000108e2"],["-0.85908614999999941e2","0.75460266000000104e2"],["-0.86006392999999889e2","0.75472214000000122e2"],["-0.86109726000000023e2","0.75481934000000024e2"],["-0.86124709999999993e2","0.75485535000000084e2"],["-0.86138335999999924e2","0.75489975000000072e2"],["-0.86149445000000014e2","0.75496368000000075e2"],[-86.154449,"0.75500823999999966e2"],["-0.86143065999999976e2","0.75508041000000048e2"],[-86.11332699999997,"0.75514999000000046e2"],["-0.86096953999999982e2",75.51776099999995],[-86.00389100000001,"0.75531372000000147e2"],["-0.85908614999999941e2","0.75543868999999916e2"],["-0.85865554999999972e2","0.75544708000000071e2"],["-0.85763061999999991e2","0.75546097000000088e2"],[-85.44387799999987,"0.75560256999999979e2"],["-0.85329178000000013e2","0.75561096000000134e2"],["-0.85303328999999962e2","0.75568878000000097e2"],["-0.85189986999999917e2","0.75611923000000047e2"],["-0.85074172999999917e2","0.75651931999999988e2"],["-0.85054442999999992e2","0.75656096999999988e2"],["-0.85039169000000015e2","0.75657760999999994e2"],["-0.84926940999999943e2","0.75658874999999966e2"],["-0.84879165999999884e2","0.75656937000000028e2"],["-0.84797226000000023e2","0.75652771000000143e2"],["-0.84763061999999934e2","0.75650269000000037e2"],[-84.71833799999996,"0.75642761000000064e2"],["-0.84683883999999921e2","0.75634430000000123e2"],[-84.62249799999995,"0.75628036000000066e2"],[-84.59973100000002,"0.75626647999999989e2"],["-0.84572234999999978e2","0.75626373000000001e2"],["-0.84524719000000005e2","0.75628036000000066e2"],["-0.84497497999999894e2","0.75631653000000028e2"],["-0.84503066999999987e2","0.75633330999999998e2"],["-0.84519454999999937e2","0.75636108000000036e2"],["-0.84539992999999981e2","0.75637772000000098e2"],["-0.84557220000000029e2",75.63888500000013],["-0.84607773000000009e2","0.75639160000000004e2"],[-84.63110399999988,"0.75640548999999965e2"],["-0.84651107999999965e2","0.75643599999999992e2"],["-0.84657226999999921e2","0.75647491000000059e2"],[-84.66361999999998,75.68609600000002],["-0.84644454999999994e2","0.75687194999999974e2"],["-0.84482773000000009e2","0.75694427000000076e2"],["-0.84350554999999872e2","0.75697754000000032e2"],["-0.84322783999999956e2","0.75699141999999938e2"],["-0.84299164000000019e2",75.70277400000009],["-0.84070556999999951e2","0.75761932000000115e2"],["-0.83929442999999878e2","0.75810806000000071e2"],["-0.83878150999999946e2","0.75818962000000056e2"],["-0.83767226999999934e2","0.75824158000000125e2"],["-0.83740554999999972e2","0.75824432000000058e2"],["-0.83722503999999958e2","0.75822495000000004e2"],["-0.83703887999999949e2","0.75818329000000062e2"],["-0.83698043999999925e2","0.75814423000000033e2"],["-0.83706389999999942e2","0.75812195000000088e2"],[-83.72193900000002,"0.75810806000000071e2"],[-83.74888599999997,75.80664100000007],["-0.83752228000000002e2","0.75801376000000005e2"],["-0.83736938000000009e2","0.75795258000000047e2"],["-0.83698607999999979e2","0.75790268000000026e2"],["-0.83672774999999945e2","0.75788879000000009e2"],["-0.83619995000000017e2","0.75789429000000041e2"],[-83.56610099999989,"0.75791656000000103e2"],["-0.83515288999999882e2","0.75789703000000145e2"],["-0.83495269999999948e2",75.78637700000013],["-0.83479720999999927e2","0.75782211000000018e2"],["-0.83464721999999995e2","0.75776093000000117e2"],["-0.83458344000000011e2","0.75770264000000054e2"],["-0.83447768999999994e2","0.75755828999999949e2"],[-83.43360899999999,"0.75750274999999988e2"],["-0.83419158999999866e2","0.75748870999999951e2"],["-0.83292220999999927e2","0.75737762000000089e2"],["-0.83123610999999983e2","0.75734421000000054e2"],["-0.83065276999999924e2","0.75739151000000049e2"],["-0.82960007000000019e2","0.75756103999999993e2"],[-82.82028200000002,"0.75781937000000084e2"],["-0.82799437999999952e2","0.75786102000000085e2"],["-0.82664718999999991e2","0.75811371000000122e2"],["-0.82466400000000021e2","0.75828048999999965e2"],["-0.82327224999999942e2","0.75836928999999998e2"],["-0.82279175000000009e2","0.75836655000000064e2"],["-0.82139998999999875e2","0.75826934999999992e2"],[-81.95666499999993,"0.75815261999999962e2"],["-0.81885559000000001e2","0.75811096000000077e2"],["-0.81660827999999924e2","0.75811371000000122e2"],["-0.81536941999999954e2","0.75809417999999994e2"],["-0.81450561999999991e2","0.75800812000000064e2"],["-0.81212509000000011e2","0.75771378000000084e2"],[-81.22084000000001,"0.75704712000000029e2"],["-0.81276671999999962e2","0.75668320000000051e2"],["-0.81281677000000002e2","0.75663605000000018e2"],["-0.81285278000000005e2","0.75657486000000006e2"],["-0.81271118000000001e2","0.75651382000000126e2"],["-0.81256957999999997e2","0.75649719000000005e2"],["-0.81010009999999966e2","0.75633330999999998e2"],["-0.80983886999999982e2","0.75633330999999998e2"],["-0.80857772999999952e2","0.75634995000000004e2"],["-0.80779998999999918e2","0.75637772000000098e2"],["-0.80547226000000023e2","0.75650818000000015e2"],["-0.80502501999999936e2","0.75652206000000092e2"],["-0.80480559999999969e2","0.75651093000000003e2"],[-80.46665999999999,"0.75649428999999998e2"],["-0.80316955999999948e2","0.75630539000000056e2"],["-0.80275283999999999e2","0.75624985000000095e2"],["-0.80256119000000012e2",75.62164300000012],["-0.80199158000000011e2","0.75608871000000136e2"],["-0.80101944000000003e2","0.75586929000000055e2"],["-0.80068344000000025e2","0.75578872999999987e2"],["-0.79953612999999962e2","0.75540268000000083e2"],["-0.79948607999999922e2","0.75534149000000014e2"],["-0.79956115999999952e2","0.75530822999999998e2"],["-0.80085006999999905e2","0.75507766999999944e2"],["-0.80191665999999884e2","0.75489975000000072e2"],["-0.80252501999999993e2","0.75485809000000017e2"],["-0.80355269999999962e2","0.75473877000000073e2"],["-0.80371932999999956e2","0.75468871999999976e2"],["-0.80373046999999929e2","0.75463042999999971e2"],["-0.80358337000000006e2","0.75458602999999982e2"],["-0.80338607999999908e2","0.75456375000000037e2"],["-0.80306655999999919e2","0.75456099999999992e2"],["-0.80108046999999942e2","0.75469147000000021e2"],["-0.80000289999999893e2","0.75476928999999984e2"],["-0.79929168999999945e2","0.75479706000000078e2"],[-79.73332199999993,"0.75471924000000115e2"],["-0.79714721999999995e2","0.75470535000000098e2"],["-0.79644164999999987e2","0.75462494000000049e2"],["-0.79586394999999982e2","0.75454712000000086e2"],["-0.79574721999999895e2","0.75449997000000053e2"],["-0.79581954999999994e2","0.75446365000000071e2"],["-0.79635559000000001e2","0.75445815999999979e2"],["-0.79656386999999995e2","0.75444138000000066e2"],["-0.79675551999999925e2","0.75441360000000032e2"],["-0.79683059999999955e2","0.75435806000000071e2"],["-0.79682495000000017e2","0.75430817000000104e2"],[-79.62222300000002,"0.75402480999999966e2"],["-0.79605559999999969e2","0.75398041000000148e2"],["-0.79561660999999958e2","0.75394989000000066e2"],["-0.79520003999999972e2",75.391098],["-0.79503066999999987e2","0.75388596000000064e2"],["-0.79488051999999925e2","0.75383330999999998e2"],["-0.79486937999999952e2","0.75379974000000061e2"],["-0.79488601999999958e2","0.75362487999999928e2"],["-0.79510009999999966e2","0.75338043000000084e2"],["-0.79527495999999928e2","0.75322220000000073e2"],["-0.79539443999999889e2","0.75317763999999954e2"],["-0.79563323999999966e2",75.31860400000005],["-0.79596664000000033e2","0.75316086000000041e2"],["-0.79610000999999897e2","0.75310806000000014e2"],[-79.61471599999993,"0.75305542000000003e2"],["-0.79611938000000009e2","0.75298325000000091e2"],["-0.79587508999999898e2","0.75287491000000045e2"],["-0.79570847000000015e2",75.283051],["-0.79548889000000031e2","0.75281096999999988e2"],["-0.79443084999999996e2","0.75280190000000061e2"],["-0.79506957999999884e2","0.75229980000000069e2"],["-0.79571121000000005e2","0.75199142000000052e2"],["-0.79629439999999988e2","0.75174987999999928e2"],["-0.79651672000000019e2","0.75172484999999995e2"],["-0.79731948999999929e2","0.75164703000000031e2"],["-0.79774170000000026e2","0.75167205999999965e2"],["-0.79835555999999997e2","0.75160262999999986e2"],["-0.79929442999999878e2","0.75140549000000078e2"],["-0.79944152999999915e2","0.75136383000000023e2"],["-0.79954726999999934e2",75.12692300000009],["-0.79955841000000021e2","0.75113876000000118e2"],["-0.79955275999999969e2","0.75106644000000017e2"],["-0.79955841000000021e2","0.75100266000000033e2"],["-0.79960555999999883e2","0.75094711000000132e2"],["-0.79974166999999852e2",75.08998100000008],["-0.80128875999999991e2","0.75068054000000018e2"],["-0.80150832999999977e2","0.75065536000000066e2"],["-0.80215012000000002e2","0.75063309000000004e2"],["-0.80296111999999994e2","0.75058868000000075e2"],["-0.80440552000000025e2","0.75038040000000024e2"],["-0.80427489999999921e2","0.75029984000000127e2"],["-0.80402495999999928e2","0.75021103000000039e2"],["-0.80327498999999989e2","0.74998596000000134e2"],["-0.80310546999999985e2","0.74996368000000132e2"],["-0.80297225999999966e2","0.74996643000000006e2"],["-0.80238892000000021e2","0.74994431000000134e2"],["-0.80194442999999978e2","0.74989975000000015e2"],["-0.80182219999999916e2",74.986649],["-0.80173888999999917e2","0.74982483000000059e2"],["-0.80184158000000025e2","0.74979430999999977e2"],["-0.80216110000000015e2","0.74976089000000002e2"],["-0.80243057000000022e2","0.74973038000000031e2"],["-0.80258347000000015e2","0.74969711000000075e2"],["-0.80271941999999967e2","0.74964996000000042e2"],["-0.80278884999999946e2","0.74959427000000062e2"],["-0.80278884999999946e2","0.74957214000000079e2"],["-0.80274170000000026e2","0.74951096000000121e2"],["-0.80266112999999962e2","0.74946640000000059e2"],["-0.80240828999999962e2","0.74946640000000059e2"],["-0.80033614999999941e2","0.74974426000000108e2"],["-0.80026946999999893e2","0.74979980000000069e2"],["-0.80013061999999991e2","0.74986923000000104e2"],["-0.79975280999999995e2",74.9994200000001],["-0.79942764000000011e2","0.75006943000000092e2"],["-0.79919158999999922e2","0.75010543999999982e2"],["-0.79795273000000009e2","0.75027480999999966e2"],["-0.79776947000000007e2","0.75028320000000122e2"],["-0.79716400000000021e2","0.75028869999999984e2"],["-0.79692763999999954e2","0.75028046000000018e2"],["-0.79613891999999964e2",75.01998900000001],[-79.59722899999997,"0.75017487000000131e2"],["-0.79582503999999915e2","0.75014435000000049e2"],["-0.79505004999999926e2","0.74998321999999973e2"],["-0.79501953000000015e2",74.99581900000004],["-0.79507232999999985e2","0.74993042000000116e2"],["-0.79535827999999924e2","0.74991653000000099e2"],["-0.79555557000000022e2","0.74987198000000092e2"],["-0.79551940999999943e2","0.74981659000000093e2"],["-0.79464721999999995e2","0.74933319000000097e2"],["-0.79442489999999907e2","0.74921646000000067e2"],["-0.79426392000000021e2","0.74917206000000022e2"],["-0.79391953000000001e2","0.74911102000000028e2"],[-79.35722399999986,"0.74907486000000119e2"],["-0.79338608000000022e2","0.74903320000000065e2"],["-0.79334732000000031e2","0.74899993999999992e2"],["-0.79333617999999944e2","0.74896378000000141e2"],["-0.79333617999999944e2","0.74894440000000031e2"],["-0.79335830999999928e2","0.74889160000000118e2"],["-0.79370543999999995e2","0.74876373000000115e2"],["-0.79390839000000028e2","0.74872482000000048e2"],["-0.79501953000000015e2","0.74859421000000111e2"],["-0.79530288999999925e2","0.74857758000000047e2"],["-0.79580001999999979e2","0.74858321999999987e2"],["-0.79732773000000009e2","0.74836655000000121e2"],["-0.79851943999999946e2","0.74818878000000041e2"],["-0.79860549999999989e2","0.74814697000000137e2"],["-0.79880553999999904e2","0.74813034000000073e2"],["-0.79930557000000022e2","0.74813309000000061e2"],[-80.06806899999998,"0.74836380000000077e2"],[-80.25306699999993,"0.74870818999999983e2"],["-0.80274170000000026e2","0.74881087999999977e2"],[-80.28195199999999,"0.74889984000000084e2"],["-0.80293883999999935e2","0.74919983000000116e2"],["-0.80293610000000001e2","0.74926376000000062e2"],["-0.80296951000000035e2","0.74931090999999924e2"],["-0.80306380999999988e2","0.74939148000000102e2"],["-0.80321670999999981e2","0.74937759000000085e2"],["-0.80335280999999952e2","0.74933044000000052e2"],["-0.80362212999999997e2","0.74923599000000024e2"],["-0.80386123999999882e2","0.74913604999999961e2"],["-0.80396118000000001e2","0.74908599999999922e2"],["-0.80413054999999986e2","0.74897766000000047e2"],["-0.80416655999999932e2",74.89387499999998],["-0.80416107000000011e2",74.88888500000013],["-0.80361114999999984e2","0.74868866000000025e2"],["-0.80347777999999948e2","0.74864990000000148e2"],["-0.80329726999999991e2","0.74861374000000069e2"],["-0.80296951000000035e2","0.74856934000000081e2"],["-0.80261123999999995e2","0.74852767999999969e2"],["-0.80224166999999966e2","0.74849426000000051e2"],[-80.18638599999997,"0.74843323000000112e2"],["-0.80153609999999958e2","0.74836655000000121e2"],["-0.80108611999999994e2","0.74824432000000058e2"],["-0.80097778000000005e2","0.74820267000000058e2"],["-0.80101668999999958e2","0.74789154000000053e2"],["-0.80159164000000033e2","0.74730269999999962e2"],["-0.80191375999999934e2","0.74698029000000076e2"],["-0.80156112999999948e2","0.74636932000000058e2"],["-0.80148894999999925e2","0.74631088000000034e2"],["-0.80146666999999979e2","0.74626923000000033e2"],["-0.80149444999999957e2","0.74622482000000105e2"],["-0.80161391999999921e2","0.74612198000000092e2"],["-0.80231673999999998e2","0.74578049000000078e2"],["-0.80248046999999985e2","0.74576096000000121e2"],["-0.80253715999999997e2","0.74576050000000066e2"],["-0.80339995999999985e2","0.74580551000000128e2"],["-0.80385009999999966e2",74.5816650000001],["-0.80454453000000001e2","0.74580825999999945e2"],["-0.80468886999999938e2","0.74579436999999984e2"],["-0.80488891999999964e2","0.74575546000000088e2"],["-0.80591674999999952e2",74.56442300000009],["-0.80753066999999987e2","0.74563309000000118e2"],["-0.80844161999999983e2","0.74562759000000085e2"],["-0.80951950000000011e2","0.74566086000000041e2"],["-0.80974715999999944e2","0.74566939999999988e2"],["-0.80994155999999919e2","0.74569717000000082e2"],["-0.81029998999999975e2","0.74576660000000061e2"],["-0.81049727999999959e2","0.74579163000000051e2"],["-0.81069457999999884e2","0.74579711999999972e2"],["-0.81219161999999983e2","0.74571381000000088e2"],["-0.81269729999999981e2","0.74566086000000041e2"],["-0.81287505999999951e2","0.74563034000000073e2"],["-0.81510833999999988e2","0.74514434999999935e2"],["-0.81670836999999949e2","0.74478592000000106e2"],["-0.81759170999999924e2","0.74461105000000089e2"],["-0.81785003999999958e2","0.74457764000000054e2"],["-0.81810821999999973e2","0.74456940000000088e2"],["-0.81854720999999984e2","0.74459427000000119e2"],["-0.82060546999999929e2","0.74475540000000024e2"],["-0.82081680000000006e2","0.74477203000000088e2"],["-0.82101395000000025e2","0.74479706000000078e2"],["-0.82327498999999989e2","0.74510544000000095e2"],["-0.82511123999999995e2","0.74527206000000035e2"],["-0.82557219999999973e2","0.74514709000000096e2"],["-0.82574722000000008e2","0.74511658000000068e2"],["-0.82592498999999975e2","0.74510544000000095e2"],["-0.82615279999999984e2","0.74511108000000036e2"],[-82.74749799999995,"0.74518051000000014e2"],["-0.82783614999999941e2","0.74520263999999997e2"],["-0.82871933000000013e2","0.74538589000000059e2"],["-0.82914169000000015e2",74.549149],["-0.82953613000000018e2","0.74565810999999997e2"],["-0.83018340999999907e2","0.74594436999999914e2"],["-0.83056380999999988e2",74.61554000000001],["-0.83079726999999934e2","0.74630264000000068e2"],["-0.83088607999999965e2","0.74636658000000125e2"],["-0.83092498999999975e2","0.74641372999999987e2"],["-0.83102218999999934e2",74.65415999999999],[-83.12388599999997,"0.74684982000000048e2"],["-0.83128051999999968e2","0.74691925000000026e2"],["-0.83131942999999978e2","0.74708328000000108e2"],["-0.83128051999999968e2",74.71748400000007],["-0.83107772999999952e2","0.74748032000000023e2"],["-0.83090835999999854e2","0.74757767000000115e2"],["-0.83075012000000015e2","0.74762206999999933e2"],["-0.83041381999999942e2","0.74769989000000066e2"],["-0.83028884999999946e2","0.74774993999999936e2"],[-83.02305599999994,"0.74780548000000124e2"],["-0.83024170000000026e2","0.74783325000000048e2"],["-0.83081680000000006e2","0.74818054000000075e2"],[-83.09584000000001,74.82388300000008],["-0.83105269999999962e2","0.74826660000000004e2"],["-0.83116104000000007e2","0.74828597999999943e2"],[-83.15583799999996,"0.74826935000000049e2"],["-0.83203063999999983e2","0.74820830999999998e2"],["-0.83227782999999874e2","0.74820540999999992e2"],[-83.24888599999997,"0.74823608000000092e2"],["-0.83299727999999959e2","0.74835541000000148e2"],[-83.33666999999997,"0.74849426000000051e2"],["-0.83380829000000006e2","0.74866379000000109e2"],["-0.83402221999999938e2","0.74875259000000142e2"],["-0.83475554999999929e2","0.74896652000000074e2"],["-0.83511397999999986e2","0.74901657000000114e2"],[-83.52806099999998,"0.74901657000000114e2"],["-0.83547500999999954e2","0.74897491000000059e2"],[-83.55972300000002,"0.74892487000000074e2"],["-0.83560546999999985e2","0.74887206999999989e2"],["-0.83559433000000013e2","0.74880814000000044e2"],["-0.83556945999999925e2","0.74875259000000142e2"],["-0.83527221999999995e2",74.84526100000005],["-0.83518616000000009e2","0.74839432000000045e2"],["-0.83472504000000015e2","0.74815262000000018e2"],["-0.83458617999999944e2","0.74808028999999976e2"],["-0.83429992999999911e2","0.74797484999999938e2"],["-0.83394164999999987e2","0.74790268000000026e2"],["-0.83375274999999931e2","0.74786926000000108e2"],["-0.83354995999999971e2","0.74784424000000001e2"],["-0.83327498999999932e2","0.74779160000000047e2"],["-0.83318893000000003e2","0.74774993999999936e2"],["-0.83324172999999973e2","0.74755264000000125e2"],["-0.83327498999999932e2",74.75],["-0.83454726999999991e2","0.74591094999999996e2"],["-0.83474441999999954e2","0.74579711999999972e2"],["-0.83484160999999972e2","0.74574996999999939e2"],["-0.83598891999999978e2","0.74543594000000098e2"],["-0.83611664000000019e2","0.74540817000000004e2"],["-0.83720839999999953e2","0.74545532000000037e2"],["-0.83785552999999936e2","0.74548598999999967e2"],["-0.83805556999999965e2","0.74550812000000121e2"],["-0.83830840999999964e2","0.74551376000000062e2"],["-0.83855270000000019e2","0.74550812000000121e2"],["-0.83907501000000025e2","0.74546936000000073e2"],["-0.84037780999999939e2",74.53414900000007],["-0.84063323999999966e2","0.74530822999999998e2"],["-0.84107498000000021e2","0.74523314999999968e2"],["-0.84145844000000011e2","0.74515548999999965e2"],["-0.84216400000000021e2","0.74507216999999969e2"],["-0.84238892000000021e2","0.74505554000000018e2"],["-0.84285552999999936e2",74.50360100000006],["-0.84332778999999903e2","0.74503876000000105e2"],["-0.84355835000000013e2","0.74504440000000045e2"],["-0.84396118000000001e2","0.74507492000000127e2"],["-0.84641678000000013e2","0.74506943000000035e2"],["-0.84850280999999995e2","0.74502212999999983e2"],["-0.84871384000000035e2","0.74501389000000017e2"],["-0.84889450000000011e2","0.74502212999999983e2"],["-0.84899445000000014e2","0.74503326000000072e2"],[-84.91194200000001,"0.74508041000000105e2"],["-0.84916655999999932e2","0.74511108000000036e2"],["-0.84983063000000016e2","0.74570541000000048e2"],["-0.84985275000000001e2","0.74579163000000051e2"],["-0.84974715999999944e2","0.74617477000000065e2"],["-0.84960281000000009e2","0.74656937000000084e2"],["-0.84955001999999865e2",74.66276600000009],["-0.84950835999999981e2","0.74668869000000029e2"],["-0.84950835999999981e2","0.74672760000000096e2"],["-0.84952498999999989e2","0.74679153000000042e2"],["-0.84955565999999976e2","0.74684708000000114e2"],["-0.84964172000000019e2","0.74691925000000026e2"],["-0.84973327999999867e2","0.74696091000000138e2"],["-0.84990554999999972e2","0.74698029000000076e2"],["-0.85003341999999975e2","0.74697479000000044e2"],["-0.85063888999999961e2",74.651657],["-0.85072509999999966e2","0.74641098000000113e2"],["-0.85044723999999917e2","0.74612198000000092e2"],["-0.85037506000000008e2","0.74541092000000049e2"],["-0.85036941999999954e2","0.74535263000000043e2"],["-0.85038604999999961e2","0.74528870000000097e2"],["-0.85043609999999944e2","0.74523314999999968e2"],["-0.85074172999999917e2","0.74508880999999974e2"],["-0.85087783999999886e2","0.74504990000000078e2"],["-0.85104720999999984e2","0.74501663000000121e2"],["-0.85125274999999931e2",74.49859600000002],[-85.21444699999995,74.49192800000003],["-0.85259445000000028e2","0.74490540000000124e2"],["-0.85353057999999976e2",74.49859600000002],["-0.85363616999999977e2","0.74501937999999996e2"],["-0.85369995000000017e2","0.74509430000000066e2"],["-0.85363891999999964e2","0.74537490999999989e2"],["-0.85365554999999972e2","0.74544144000000131e2"],["-0.85370270000000005e2","0.74552475000000072e2"],["-0.85468613000000005e2","0.74658875000000023e2"],["-0.85474166999999909e2","0.74664428999999984e2"],["-0.85482773000000009e2","0.74671646000000123e2"],[-85.49499499999996,"0.74679153000000042e2"],["-0.85504455999999948e2","0.74683318999999926e2"],["-0.85520554000000004e2","0.74688033999999959e2"],["-0.85527221999999881e2","0.74688873000000115e2"],["-0.85543335000000013e2","0.74686371000000065e2"],["-0.85549987999999985e2",74.68193100000002],["-0.85524170000000026e2","0.74598602000000142e2"],["-0.85520844000000011e2","0.74593048000000124e2"],["-0.85509170999999981e2","0.74579987000000017e2"],["-0.85486938000000009e2","0.74561096000000134e2"],["-0.85481948999999929e2","0.74554152999999985e2"],["-0.85479996000000028e2","0.74547760000000039e2"],["-0.85479171999999949e2","0.74541655999999989e2"],["-0.85480285999999921e2","0.74537200999999982e2"],[-85.50389100000001,"0.74520538000000101e2"],["-0.85527221999999881e2","0.74510269000000051e2"],["-0.85542220999999927e2","0.74505554000000018e2"],["-0.85560546999999929e2","0.74501389000000017e2"],["-0.85580840999999964e2","0.74498322000000087e2"],["-0.85604172000000005e2","0.74495818999999926e2"],["-0.86013335999999981e2","0.74479431000000091e2"],["-0.86059433000000013e2","0.74478592000000106e2"],["-0.86082503999999972e2","0.74479156000000046e2"],["-0.86120834000000002e2","0.74482207999999957e2"],["-0.86123046999999872e2",74.48332199999993],["-0.86122771999999941e2","0.74489975000000129e2"],["-0.86101105000000018e2","0.74511383000000023e2"],["-0.86085555999999997e2","0.74529434000000037e2"],["-0.86079178000000013e2",74.53915400000011],["-0.86077788999999939e2","0.74545257999999933e2"],["-0.86082779000000016e2","0.74555251999999939e2"],["-0.86153610000000015e2",74.60914600000001],["-0.86177779999999927e2","0.74615265000000022e2"],["-0.86197494999999947e2","0.74615265000000022e2"],["-0.86215835999999854e2","0.74610809000000074e2"],["-0.86224441999999954e2","0.74607758000000047e2"],["-0.86235001000000011e2","0.74601929000000041e2"],["-0.86240554999999972e2",74.59693900000002],["-0.86242766999999958e2",74.59137000000004],[-86.23443599999996,"0.74581100000000106e2"],["-0.86227492999999981e2","0.74575271999999984e2"],["-0.86223052999999936e2","0.74562194999999974e2"],["-0.86232223999999974e2","0.74540268000000083e2"],["-0.86235275000000001e2","0.74535263000000043e2"],["-0.86244719999999973e2",74.52388000000002],["-0.86278885000000002e2","0.74508605999999929e2"],["-0.86332779000000016e2","0.74490265000000136e2"],["-0.86399170000000026e2","0.74479431000000091e2"],["-0.86423324999999977e2","0.74478866999999923e2"],["-0.86443603999999993e2","0.74481093999999985e2"],["-0.86462508999999955e2","0.74485535000000084e2"],["-0.86633330999999998e2","0.74526093000000003e2"],["-0.86664168999999958e2","0.74534714000000065e2"],[-86.69110099999989,"0.74544144000000131e2"],["-0.86708618000000001e2","0.74551086000000055e2"],["-0.86720839999999896e2","0.74558594000000085e2"],["-0.86759170999999981e2","0.74586380000000133e2"],["-0.86762786999999946e2","0.74591933999999981e2"],["-0.86761672999999973e2","0.74598037999999974e2"],["-0.86751403999999866e2",74.60386699999998],[-86.74610899999999,"0.74608871000000136e2"],[-86.75111400000003,"0.74613602000000071e2"],["-0.86766952999999944e2","0.74616088999999988e2"],["-0.86785277999999948e2","0.74616928000000144e2"],["-0.86799437999999952e2","0.74615265000000022e2"],["-0.86801101999999958e2","0.74611374000000126e2"],["-0.86800551999999925e2","0.74552200000000028e2"],["-0.86797226000000023e2","0.74543594000000098e2"],["-0.86794448999999986e2","0.74539978000000076e2"],["-0.86705565999999976e2","0.74500275000000045e2"],["-0.86693603999999937e2","0.74468048000000067e2"],["-0.86905838000000017e2","0.74460541000000092e2"],["-0.87225829999999917e2","0.74466934000000094e2"],[-87.27027899999996,"0.74468323000000055e2"],["-0.87304169000000002e2","0.74471649000000127e2"],["-0.87320846999999958e2","0.74476653999999996e2"],["-0.87352782999999931e2","0.74495254999999986e2"],["-0.87474441999999954e2","0.74475815000000011e2"],["-0.87508621000000005e2",74.46775800000006],["-0.87527221999999995e2","0.74465545999999961e2"],["-0.87574722000000008e2","0.74461929000000055e2"],["-0.87669998000000021e2","0.74459991000000059e2"],["-0.87710830999999928e2","0.74460815000000025e2"],["-0.87732223999999974e2","0.74466385000000116e2"],["-0.87755004999999983e2","0.74479431000000091e2"],["-0.87848052999999993e2","0.74476089000000115e2"],["-0.87903610000000015e2","0.74472214000000122e2"],["-0.88036117999999931e2","0.74476928999999984e2"],["-0.88263625999999988e2","0.74483597000000145e2"],["-0.88356109999999944e2","0.74489150999999993e2"],["-0.88496947999999861e2","0.74497757000000092e2"],["-0.88517226999999991e2","0.74499709999999993e2"],["-0.88529723999999987e2","0.74501937999999996e2"],["-0.88535277999999948e2",74.50360100000006],["-0.88539992999999981e2",74.50610400000005],["-0.88571121000000005e2","0.74549987999999985e2"],["-0.88570846999999958e2","0.74556091000000094e2"],["-0.88560821999999973e2","0.74593048000000124e2"],["-0.88542220999999984e2","0.74616088999999988e2"],["-0.88406386999999995e2","0.74736098999999967e2"],["-0.88347504000000015e2","0.74784714000000008e2"],["-0.88484725999999966e2","0.74857758000000047e2"],["-0.88528060999999866e2","0.74901931999999988e2"],["-0.88537216000000001e2","0.74906937000000028e2"],["-0.88547774999999945e2","0.74907760999999994e2"],["-0.88557220000000029e2","0.74906647000000021e2"],[-88.56806899999998,"0.74901382000000126e2"],["-0.88664718999999934e2","0.74844986000000006e2"],["-0.88675827000000027e2","0.74836929000000055e2"],[-88.74360699999994,74.78387500000008],["-0.88749724999999899e2",74.77777100000003],["-0.88752501999999993e2","0.74768326000000002e2"],[-88.75306699999993,"0.74756103999999993e2"],["-0.88749724999999899e2","0.74749709999999936e2"],["-0.88748885999999914e2","0.74741364000000033e2"],["-0.88749434999999949e2","0.74726089000000059e2"],["-0.88753341999999918e2","0.74714157000000114e2"],["-0.88811935000000005e2","0.74672211000000118e2"],["-0.88821395999999993e2","0.74666382000000112e2"],["-0.88835555999999997e2","0.74661377000000073e2"],[-88.848343,"0.74659149000000127e2"],["-0.88862212999999997e2","0.74658875000000023e2"],["-0.88873885999999914e2",74.6602630000001],["-0.88883056999999951e2","0.74665267999999969e2"],["-0.88889724999999999e2","0.74670531999999923e2"],["-0.88917220999999984e2","0.74719711000000132e2"],["-0.88918059999999855e2","0.74732483000000116e2"],["-0.88914168999999958e2","0.74749145999999996e2"],["-0.88910278000000005e2","0.74754990000000021e2"],["-0.88905563000000029e2",74.75999500000006],["-0.88904174999999952e2","0.74765549000000078e2"],["-0.88906386999999995e2","0.74773041000000035e2"],["-0.88909728999999857e2",74.77777100000003],["-0.88926940999999943e2",74.78387500000008],["-0.89073623999999882e2","0.74833878000000027e2"],["-0.89088608000000022e2","0.74837204000000042e2"],["-0.89097778000000005e2","0.74836105000000089e2"],["-0.89099166999999966e2","0.74835266000000104e2"],["-0.89059998000000007e2","0.74797484999999938e2"],["-0.89053329000000019e2","0.74793594000000041e2"],["-0.89042769999999905e2","0.74789702999999975e2"],["-0.89011123999999938e2","0.74780822999999941e2"],["-0.89010283999999956e2","0.74775543000000084e2"],["-0.89012786999999946e2","0.74770538000000045e2"],["-0.89041381999999999e2","0.74730269999999962e2"],["-0.89047501000000011e2","0.74722487999999998e2"],["-0.89055832000000009e2","0.74719146999999964e2"],["-0.89077788999999882e2","0.74717209000000025e2"],["-0.89102218999999991e2","0.74719437000000028e2"],["-0.89178878999999938e2","0.74732208000000128e2"],["-0.89178878999999938e2","0.74735260000000039e2"],["-0.89181106999999997e2","0.74739700000000028e2"],["-0.89190551999999968e2","0.74744430999999963e2"],["-0.89223052999999993e2","0.74752487000000031e2"],["-0.89243057000000022e2","0.74755264000000125e2"],["-0.89265014999999948e2","0.74756378000000097e2"],["-0.89271118000000001e2","0.74754715000000033e2"],["-0.89216400000000021e2","0.74721100000000092e2"],["-0.89202498999999932e2","0.74713882000000126e2"],["-0.89189712999999927e2","0.74708602999999925e2"],["-0.89141112999999962e2","0.74698029000000076e2"],[-89.12249799999995,"0.74696091000000138e2"],["-0.89105270000000019e2","0.74693039000000056e2"],["-0.89095839999999953e2","0.74688033999999959e2"],["-0.89095839999999953e2",74.68193100000002],[-89.125,"0.74616928000000144e2"],["-0.89131942999999922e2","0.74611374000000126e2"],["-0.89150557999999933e2","0.74599716000000114e2"],["-0.89185271999999998e2","0.74587494000000106e2"],["-0.89196945000000028e2","0.74584427000000005e2"],["-0.89438889000000017e2","0.74550812000000121e2"],["-0.89455001999999922e2","0.74548598999999967e2"],["-0.89489715999999987e2","0.74545532000000037e2"],["-0.89580565999999976e2","0.74540268000000083e2"],[-89.92860399999995,"0.74530822999999998e2"],["-0.89946105999999986e2","0.74532211000000132e2"],["-0.90106658999999979e2","0.74549422999999933e2"],["-0.90223891999999921e2","0.74563599000000124e2"],["-0.90244995000000017e2","0.74566939999999988e2"],["-0.90263335999999924e2","0.74570541000000048e2"],["-0.90363051999999982e2","0.74594711000000075e2"],[-90.45666499999993,"0.74600815000000068e2"],["-0.90496384000000035e2","0.74601654000000053e2"],["-0.90529998999999862e2","0.74605255000000113e2"],["-0.90589721999999995e2","0.74613312000000064e2"],["-0.90607223999999917e2","0.74616378999999995e2"],["-0.90619995000000017e2","0.74619980000000055e2"],[-90.70805399999989,"0.74648041000000148e2"],["-0.90731673999999941e2","0.74664153999999996e2"],["-0.90736938000000009e2","0.74669434000000024e2"],["-0.90739440999999999e2","0.74673874000000069e2"],["-0.90747771999999998e2","0.74703048999999965e2"],[-90.75111400000003,"0.74716385000000059e2"],["-0.90867492999999911e2","0.74702484000000084e2"],["-0.90875823999999966e2","0.74691925000000026e2"],["-0.90885559000000001e2","0.74683593999999971e2"],["-0.90895614999999964e2","0.74681137000000092e2"],["-0.91013625999999988e2","0.74698868000000061e2"],["-0.91024718999999948e2",74.70277400000009],["-0.91023620999999991e2","0.74706940000000031e2"],["-0.91012221999999952e2","0.74717209000000025e2"],["-0.90978332999999964e2","0.74739700000000028e2"],["-0.90965012000000002e2","0.74747757000000036e2"],["-0.90945830999999941e2","0.74751389000000131e2"],["-0.90938598999999954e2","0.74750823999999966e2"],["-0.90926101999999958e2","0.74751663000000065e2"],["-0.90896118000000001e2",74.75749200000007],["-0.90883895999999936e2","0.74761658000000011e2"],["-0.90851395000000025e2","0.74776093000000117e2"],["-0.90758057000000008e2","0.74831100000000049e2"],["-0.90752791999999943e2","0.74835815000000082e2"],["-0.90740829000000019e2","0.74847488000000112e2"],["-0.90742492999999911e2","0.74852767999999969e2"],["-0.90746658000000025e2","0.74860535000000084e2"],[-90.75778200000002,"0.74880814000000044e2"],["-0.90772232000000031e2","0.74884995000000117e2"],["-0.90816956000000005e2","0.74883605999999986e2"],["-0.90841110000000015e2","0.74879425000000083e2"],["-0.90853881999999942e2","0.74875259000000142e2"],["-0.90863892000000021e2","0.74869979999999998e2"],["-0.90870270000000005e2",74.86442599999998],["-0.90874435000000005e2","0.74859146000000123e2"],[-90.87388599999997,"0.74853043000000014e2"],["-0.90883330999999998e2",74.84165999999999],["-0.90975006000000008e2","0.74799423000000104e2"],[-91,"0.74789702999999975e2"],["-0.91075286999999946e2","0.74761107999999979e2"],["-0.91101943999999946e2","0.74751099000000124e2"],["-0.91132767000000001e2","0.74744430999999963e2"],["-0.91144729999999981e2","0.74747481999999991e2"],[-91.14416499999993,"0.74751389000000131e2"],["-0.91146666999999923e2","0.74755554000000132e2"],["-0.91171660999999972e2",74.75749200000007],["-0.91188599000000011e2","0.74752777000000037e2"],["-0.91216110000000015e2","0.74738876000000062e2"],["-0.91225829999999917e2","0.74733597000000088e2"],["-0.91228881999999942e2","0.74727768000000083e2"],["-0.91226944000000003e2","0.74722487999999998e2"],["-0.91185271999999941e2","0.74684708000000114e2"],["-0.91177489999999977e2","0.74678039999999953e2"],["-0.91154998999999975e2","0.74665542999999957e2"],[-91.11471599999993,"0.74645827999999995e2"],["-0.91105835000000013e2",74.63998400000014],["-0.91098052999999879e2","0.74633330999999998e2"],["-0.91099730999999963e2",74.62831100000011],["-0.91106658999999979e2","0.74625809000000061e2"],["-0.91133056999999951e2","0.74624420000000043e2"],["-0.91256393000000003e2","0.74628585999999984e2"],["-0.91455841000000021e2","0.74639708999999982e2"],["-0.91539992999999924e2","0.74646378000000027e2"],["-0.91553328999999962e2","0.74648330999999985e2"],["-0.91676101999999901e2","0.74671921000000111e2"],["-0.91684998000000007e2","0.74677765000000136e2"],["-0.91671660999999972e2","0.74689697000000081e2"],["-0.91664169000000015e2","0.74693314000000044e2"],["-0.91634170999999981e2","0.74696091000000138e2"],["-0.91621932999999956e2","0.74700272000000041e2"],["-0.91620270000000005e2","0.74704987000000074e2"],["-0.91624435000000005e2","0.74709991000000059e2"],["-0.91635833999999932e2","0.74715271000000087e2"],["-0.91651671999999962e2","0.74719986000000119e2"],["-0.91708618000000001e2","0.74727478000000076e2"],["-0.91754181000000017e2","0.74727768000000083e2"],[-91.779449,"0.74725815000000125e2"],["-0.91798888999999917e2","0.74722214000000065e2"],["-0.91811110999999983e2",74.71804800000001],["-0.91812499999999886e2","0.74713042999999971e2"],[-91.80296299999992,"0.74706184000000007e2"],["-0.91798888999999917e2","0.74699416999999983e2"],["-0.91815551999999968e2",74.69470200000012],["-0.91833069000000023e2","0.74696091000000138e2"],["-0.91851105000000018e2","0.74698868000000061e2"],["-0.91866652999999928e2","0.74702209000000096e2"],["-0.91876663000000008e2","0.74706940000000031e2"],["-0.91875274999999931e2","0.74711928999999998e2"],["-0.91859160999999972e2","0.74721100000000092e2"],["-0.91892226999999934e2","0.74750823999999966e2"],["-0.91961944999999957e2","0.74764160000000061e2"],["-0.91998610999999983e2","0.74773041000000035e2"],["-0.92015838999999971e2","0.74778320000000008e2"],["-0.92045546999999999e2","0.74789702999999975e2"],[-92.05749499999996,74.79664600000001],["-0.92063613999999973e2","0.74803588999999988e2"],["-0.92065276999999924e2",74.80720500000001],[-92.06639100000001,"0.74813309000000061e2"],[-92.05749499999996,74.82499700000011],["-0.92051665999999955e2","0.74830551000000071e2"],["-0.92043334999999956e2","0.74836380000000077e2"],[-92.01916499999993,"0.74846099999999979e2"],["-0.92013061999999991e2","0.74851928999999984e2"],["-0.92008056999999951e2","0.74863602000000014e2"],["-0.92006393000000003e2","0.74888046000000145e2"],["-0.92013335999999924e2","0.74908325000000104e2"],["-0.92015288999999939e2","0.74913604999999961e2"],["-0.92043334999999956e2","0.74951935000000105e2"],["-0.92048049999999989e2","0.74958328000000051e2"],["-0.92063323999999966e2","0.74963882000000069e2"],["-0.92091674999999896e2","0.74971649000000014e2"],[-92.1058349999999,"0.74976654000000053e2"],["-0.92164169000000015e2","0.74998031999999967e2"],["-0.92209732000000031e2","0.75038588999999945e2"],["-0.92228881999999999e2","0.75071105999999986e2"],["-0.92225829999999917e2",75.07388300000008],[-92.21556099999998,75.07638500000013],["-0.92186385999999914e2",75.08137499999998],["-0.92152495999999985e2","0.75083878000000141e2"],["-0.92111664000000019e2","0.75081940000000031e2"],["-0.92046188000000029e2","0.75084961000000078e2"],["-0.92029998999999918e2",75.08638000000002],["-0.92012511999999958e2","0.75095260999999994e2"],["-0.92010009999999966e2","0.75101089000000115e2"],["-0.92051392000000021e2","0.75146942000000024e2"],["-0.92055557000000022e2",75.15026899999998],["-0.92070556999999894e2","0.75153046000000074e2"],["-0.92083618000000001e2","0.75153320000000008e2"],["-0.92105269999999962e2","0.75151932000000102e2"],["-0.92193329000000006e2","0.75143326000000002e2"],["-0.92325561999999991e2","0.75151657000000057e2"],["-0.92490829000000019e2","0.75213608000000079e2"],["-0.92468886999999938e2","0.75284714000000122e2"],["-0.92428604000000007e2","0.75394440000000088e2"],["-0.92388335999999924e2","0.75441925000000083e2"],["-0.92328063999999983e2","0.75489151000000106e2"],["-0.92220276000000013e2","0.75546097000000088e2"],["-0.92210281000000009e2","0.75551376000000062e2"],["-0.92199431999999945e2","0.75553864000000033e2"],["-0.92155838000000017e2","0.75556641000000127e2"],["-0.92100280999999995e2","0.75562759000000085e2"],["-0.92085830999999985e2","0.75564987000000031e2"],["-0.92069457999999997e2","0.75568878000000097e2"],["-0.92056655999999975e2","0.75573043999999982e2"],["-0.92013901000000033e2","0.75589157000000057e2"],["-0.92005004999999926e2","0.75594986000000063e2"],["-0.92008346999999958e2","0.75661377000000073e2"],["-0.92043609999999887e2",75.68553200000008],[-92.05749499999996,"0.75691359999999975e2"],["-0.92089995999999985e2","0.75700272000000041e2"],["-0.92137512000000015e2","0.75721100000000092e2"],["-0.92156661999999983e2","0.75731094000000098e2"],["-0.92174437999999952e2","0.75744431000000134e2"],["-0.92175551999999925e2","0.75750549000000092e2"],["-0.92139724999999999e2","0.75778319999999951e2"],["-0.92119155999999919e2","0.75789154000000053e2"],["-0.92112777999999992e2","0.75794708000000014e2"],["-0.92104720999999984e2","0.75805252000000053e2"],["-0.92100554999999929e2","0.75823043999999925e2"],["-0.92103881999999942e2","0.75841369999999927e2"],["-0.92105269999999962e2","0.75847488000000055e2"],["-0.92108611999999994e2","0.75858871000000079e2"],["-0.92113327000000027e2","0.75863602000000014e2"],["-0.92129714999999976e2","0.75876373000000115e2"],["-0.92138061999999991e2","0.75879974000000004e2"],["-0.92151108000000022e2","0.75883041000000105e2"],["-0.92172774999999945e2","0.75885544000000039e2"],["-0.92215012000000002e2","0.75888321000000133e2"],[-92.23832699999997,"0.75891373000000101e2"],["-0.92317779999999914e2",75.90498400000007],["-0.92336394999999868e2","0.75908600000000092e2"],["-0.92408614999999998e2","0.75928589000000045e2"],["-0.92433060000000012e2","0.75936371000000008e2"],["-0.92444442999999922e2","0.75941086000000041e2"],["-0.92583618000000001e2","0.76008881000000031e2"],["-0.92635833999999988e2","0.76104155999999989e2"],["-0.92635833999999988e2","0.76109711000000061e2"],["-0.92637222000000008e2",76.115814],["-0.92793883999999935e2",76.20748900000001],["-0.92809433000000013e2","0.76212494000000049e2"],["-0.92946654999999964e2","0.76245818999999926e2"],["-0.93066956000000005e2",76.299149],["-0.93076674999999909e2","0.76316939999999988e2"],["-0.93057220000000029e2","0.76326660000000061e2"],["-0.93054992999999968e2","0.76332489000000066e2"],["-0.93056380999999874e2","0.76338593000000117e2"],["-0.93059158000000025e2",76.34387200000009],["-0.93071945000000028e2","0.76353317000000004e2"],["-0.93083618000000001e2","0.76358032000000037e2"],["-0.93115279999999927e2","0.76363876000000005e2"],["-0.93138061999999934e2","0.76366378999999995e2"],["-0.93186935000000005e2","0.76368317000000104e2"],["-0.93212783999999942e2","0.76368042000000116e2"],["-0.93239989999999977e2","0.76366653000000099e2"],["-0.93315276999999924e2","0.76360259999999982e2"],["-0.93345275999999956e2","0.76356094000000041e2"],["-0.93381377999999927e2",76.34637500000008],["-0.93449996999999996e2","0.76326385000000073e2"],["-0.93561934999999949e2","0.76297211000000061e2"],["-0.93587783999999886e2",76.292755],["-0.93617492999999968e2","0.76291092000000049e2"],["-0.93635833999999988e2","0.76291655999999989e2"],["-0.93658339999999896e2","0.76293868999999972e2"],["-0.93666397000000018e2","0.76298598999999967e2"],["-0.93653335999999911e2","0.76302765000000079e2"],["-0.93624434999999892e2",76.30581699999999],["-0.93623610999999926e2","0.76310806000000127e2"],["-0.93636123999999995e2","0.76326660000000061e2"],["-0.93654174999999896e2","0.76325821000000133e2"],["-0.93678878999999938e2","0.76322220000000073e2"],["-0.93718886999999995e2","0.76312484999999981e2"],["-0.93731383999999991e2","0.76306930999999963e2"],["-0.93763901000000033e2","0.76286377000000016e2"],["-0.93763901000000033e2","0.76282211000000132e2"],["-0.93761948000000018e2","0.76280272999999966e2"],["-0.93753890999999953e2","0.76275817999999958e2"],[-93.74110399999995,"0.76271927000000062e2"],[-93.720551,"0.76267761000000007e2"],["-0.93697220000000016e2",76.26388500000013],[-93.78443900000002,"0.76253052000000139e2"],["-0.93954453000000001e2","0.76257767000000001e2"],["-0.93956116000000009e2","0.76257767000000001e2"],["-0.93958343999999954e2","0.76257767000000001e2"],["-0.94097504000000015e2","0.76259430000000123e2"],["-0.94118880999999988e2","0.76261383000000023e2"],["-0.94134170999999867e2","0.76264709000000096e2"],["-0.94141387999999949e2","0.76269989000000123e2"],["-0.94151671999999905e2","0.76274155000000064e2"],["-0.94168610000000001e2","0.76278320000000065e2"],["-0.94212509000000011e2","0.76280822999999998e2"],["-0.94470839999999953e2","0.76281096999999932e2"],["-0.94641677999999956e2","0.76293319999999994e2"],["-0.94780288999999982e2","0.76288879000000065e2"],["-0.94789992999999981e2","0.76283600000000092e2"],["-0.94803329000000019e2","0.76278320000000065e2"],["-0.94838608000000022e2","0.76268326000000059e2"],["-0.95029174999999952e2","0.76236099000000024e2"],["-0.95354995999999915e2","0.76234146000000123e2"],["-0.95376099000000011e2","0.76234421000000111e2"],["-0.95386947999999961e2","0.76235809000000017e2"],["-0.95388061999999934e2","0.76283600000000092e2"],["-0.95374435000000005e2","0.76297760000000039e2"],["-0.95366942999999935e2","0.76301376000000062e2"],["-0.95357223999999974e2","0.76302765000000079e2"],["-0.95343063000000029e2","0.76300262000000089e2"],[-95.31806899999998,"0.76290817000000061e2"],["-0.95279175000000009e2","0.76281372000000147e2"],["-0.95258895999999993e2","0.76282760999999994e2"],["-0.95118332000000009e2","0.76298035000000027e2"],["-0.95092772999999909e2","0.76302765000000079e2"],["-0.95075561999999877e2","0.76307754999999929e2"],["-0.95069732999999928e2","0.76313309000000118e2"],["-0.95066558999999984e2","0.76319862000000001e2"],["-0.95058883999999978e2","0.76324706999999933e2"],["-0.95010558999999944e2","0.76331100000000106e2"],["-0.94983886999999982e2","0.76332489000000066e2"],["-0.94958892999999989e2","0.76332214000000079e2"],["-0.94915008999999884e2","0.76329711999999972e2"],["-0.94866394000000014e2","0.76325546000000088e2"],[-94.84973100000002,"0.76323317999999972e2"],[-94.84056099999998,"0.76319717000000082e2"],["-0.94849990999999875e2",76.31442300000009],["-0.94862777999999878e2","0.76309981999999991e2"],["-0.94861663999999962e2","0.76306930999999963e2"],["-0.94843613000000005e2","0.76303864000000033e2"],["-0.94828613000000018e2","0.76306091000000094e2"],["-0.94808608999999933e2","0.76311371000000008e2"],["-0.94802489999999977e2","0.76315536000000009e2"],[-94.80082699999997,"0.76321655000000021e2"],["-0.94814163000000008e2","0.76329163000000051e2"],["-0.94834441999999967e2","0.76334427000000005e2"],["-0.94894729999999925e2","0.76341660000000047e2"],["-0.94965012000000002e2","0.76347487999999942e2"],["-0.95132767000000001e2","0.76361374000000126e2"],["-0.95274719000000005e2","0.76372208000000001e2"],["-0.95299437999999952e2","0.76372482000000105e2"],["-0.95326401000000033e2",76.37081900000004],["-0.95331679999999949e2","0.76365265000000022e2"],["-0.95341384999999946e2","0.76359711000000004e2"],["-0.95388900999999976e2","0.76351929000000041e2"],["-0.95399993999999992e2","0.76353317000000004e2"],["-0.95447220000000016e2","0.76365813999999943e2"],["-0.95645279000000016e2","0.76384155000000135e2"],["-0.95668335000000013e2","0.76386108000000092e2"],["-0.95715835999999911e2","0.76392211999999915e2"],["-0.95737502999999947e2","0.76393875000000037e2"],["-0.95851105000000018e2",76.40109300000006],["-0.95995834000000002e2","0.76436919999999986e2"],["-0.96081679999999892e2","0.76478043000000127e2"],["-0.96106948999999986e2","0.76494430999999963e2"],["-0.96104171999999949e2",76.5],["-0.96099166999999909e2","0.76505553999999961e2"],[-96.09056099999998,"0.76510268999999994e2"],["-0.96065552000000025e2","0.76521378000000084e2"],["-0.96052489999999921e2","0.76524155000000007e2"],["-0.95997222999999963e2","0.76519440000000145e2"],["-0.95944991999999957e2","0.76518326000000002e2"],["-0.95806380999999931e2","0.76516388000000063e2"],["-0.95778609999999958e2","0.76518875000000094e2"],["-0.95694152999999972e2","0.76545258000000103e2"],["-0.95680557000000022e2","0.76550537000000077e2"],["-0.95657776000000013e2","0.76561371000000122e2"],["-0.95593886999999938e2","0.76593048000000067e2"],["-0.95584166999999979e2","0.76598327999999981e2"],["-0.95587783999999999e2","0.76603592000000106e2"],["-0.95599441999999954e2","0.76605255000000056e2"],["-0.95619719999999973e2","0.76606094000000041e2"],["-0.95638901000000033e2","0.76604156000000046e2"],["-0.95660277999999948e2","0.76599426000000051e2"],["-0.95696105999999986e2","0.76584152000000131e2"],["-0.95695540999999992e2","0.76580276000000083e2"],["-0.95696654999999964e2","0.76574432000000058e2"],["-0.95712783999999999e2","0.76568603999999937e2"],["-0.95759170999999981e2","0.76553588999999988e2"],["-0.95780562999999916e2","0.76548874000000126e2"],["-0.95992492999999968e2",76.54803499999997],["-0.96016953000000001e2",76.549149],["-0.96158614999999941e2","0.76583327999999995e2"],[-96.17860399999995,"0.76594147000000078e2"],["-0.96225280999999882e2","0.76625809000000004e2"],[-96.27027899999996,"0.76632751000000098e2"],[-96.33944699999995,76.63220199999995],["-0.96355835000000013e2","0.76633041000000105e2"],[-96.38137799999987,"0.76635818000000029e2"],["-0.96403335999999911e2","0.76639709000000096e2"],["-0.96421386999999982e2","0.76646102999999982e2"],["-0.96445830999999998e2","0.76657211000000132e2"],["-0.96454178000000013e2","0.76662490999999989e2"],["-0.96461394999999925e2","0.76668593999999985e2"],["-0.96461120999999991e2","0.76673599000000024e2"],[-96.46444699999995,"0.76679703000000018e2"],["-0.96470275999999956e2","0.76685532000000023e2"],["-0.96527785999999935e2","0.76693038999999999e2"],["-0.96611938000000009e2","0.76702484000000027e2"],["-0.96636123999999995e2","0.76704436999999984e2"],["-0.96661666999999966e2","0.76704712000000029e2"],["-0.96736938000000009e2","0.76697205000000054e2"],["-0.96764175000000023e2","0.76695526000000086e2"],["-0.96789718999999934e2","0.76695816000000093e2"],[-96.81639100000001,"0.76697478999999987e2"],["-0.96857772999999952e2","0.76701935000000105e2"],["-0.96879990000000021e2","0.76705826000000002e2"],["-0.96915832999999964e2","0.76714432000000102e2"],["-0.96946654999999964e2","0.76723602000000142e2"],["-0.96959166999999979e2","0.76729155999999932e2"],["-0.96964447000000007e2","0.76733322000000044e2"],["-0.96900283999999999e2","0.76795258000000047e2"],["-0.96887221999999952e2","0.76805542000000059e2"],["-0.96873885999999914e2","0.76810806000000071e2"],["-0.96854995999999971e2","0.76813034000000016e2"],["-0.96839721999999995e2","0.76810257000000092e2"],["-0.96724716000000001e2","0.76783324999999991e2"],["-0.96679717999999923e2","0.76770264000000054e2"],["-0.96592498999999918e2","0.76758881000000031e2"],["-0.96426102000000014e2","0.76744705000000067e2"],["-0.96330291999999929e2","0.76750274999999931e2"],["-0.96311935000000005e2","0.76751389000000131e2"],["-0.96305556999999965e2","0.76753875999999991e2"],["-0.96315551999999968e2","0.76802475000000129e2"],["-0.96320557000000008e2",76.80664100000007],["-0.96366942999999935e2","0.76812758999999971e2"],["-0.96453612999999962e2","0.76815262000000132e2"],[-96.50111400000003,"0.76818054000000075e2"],["-0.96547226000000023e2","0.76822769000000108e2"],["-0.96797500999999897e2","0.76861374000000012e2"],[-96.81361400000003,"0.76868042000000003e2"],["-0.96848891999999921e2","0.76887496999999996e2"],["-0.96865829000000019e2","0.76898041000000035e2"],["-0.96869155999999975e2","0.76904160000000047e2"],["-0.96869445999999982e2","0.76913879000000065e2"],["-0.96864166000000012e2","0.76919708000000071e2"],["-0.96857772999999952e2","0.76924987999999928e2"],["-0.96833617999999944e2",76.9327550000001],["-0.96796386999999982e2","0.76937484999999924e2"],["-0.96771941999999967e2","0.76937759000000028e2"],["-0.96761123999999995e2","0.76937759000000028e2"],["-0.96723891999999978e2","0.76935256999999979e2"],["-0.96708054000000004e2",76.93331900000004],["-0.96698607999999979e2","0.76934143000000006e2"],["-0.96660827999999981e2","0.76947204999999997e2"],["-0.96659163999999976e2","0.76949142000000052e2"],["-0.96667769999999962e2","0.76954436999999928e2"],["-0.96677779999999984e2","0.76957764000000054e2"],["-0.96696945000000028e2","0.76960541000000148e2"],["-0.96718886999999995e2","0.76963043000000027e2"],["-0.96765288999999996e2",76.96527100000003],["-0.96808333999999945e2","0.76966094999999996e2"],["-0.96824447999999904e2",76.96775800000006],["-0.96827788999999939e2","0.76968872000000033e2"],["-0.96825561999999991e2","0.76974426000000051e2"],["-0.96810271999999998e2","0.76979156000000103e2"],["-0.96772034000000019e2",76.98101800000012],["-0.96742034999999987e2","0.76982208000000014e2"],["-0.96673324999999977e2","0.76982208000000014e2"],["-0.96622771999999998e2","0.76979980000000069e2"],["-0.96483611999999994e2","0.76971100000000035e2"],["-0.96353881999999999e2","0.76993042000000059e2"],["-0.96391113000000018e2","0.77026931999999988e2"],["-0.96387787000000003e2",77.03054800000001],["-0.96373321999999973e2","0.77031937000000028e2"],[-96.28472899999997,"0.77039428999999984e2"],[-96.27305599999994,"0.77040267999999912e2"],[-96.24499499999996,"0.77041931000000034e2"],["-0.96226105000000018e2","0.77043045000000006e2"],["-0.96103057999999976e2","0.77044708000000128e2"],[-95.96665999999999,"0.77053040000000124e2"],["-0.95888061999999934e2",77.06109600000002],["-0.95752501999999993e2",77.06860400000005],["-0.95734726000000023e2",77.06860400000005],["-0.95707503999999915e2","0.77066940000000045e2"],["-0.95659728999999913e2","0.77058868000000075e2"]],[["-0.11332888800000001e3","0.77079987000000017e2"],[-113.353882,"0.77077484000000084e2"],["-0.11340888999999999e3","0.77078873000000044e2"],["-0.11345140099999992e3","0.77081664999999987e2"],["-0.11349194299999999e3","0.77085541000000035e2"],["-0.11349749799999989e3","0.77088318000000129e2"],["-0.11349027999999998e3","0.77092484000000013e2"],["-0.11334472700000003e3","0.77127762000000018e2"],["-0.11333528099999995e3","0.77126083000000051e2"],["-0.11331471299999998e3",77.11775200000011],["-0.11329332699999986e3","0.77107483000000116e2"],["-0.11328694200000001e3",77.09637500000008],["-0.11329110700000001e3",77.08998100000008],["-0.11330471799999998e3","0.77085266000000047e2"],["-0.11332888800000001e3","0.77079987000000017e2"]],[["-0.11377861000000001e3","0.77104155999999989e2"],["-0.11380695299999991e3","0.77104155999999989e2"],["-0.11385333300000002e3",77.10554499999995],["-0.11388054699999992e3","0.77108032000000037e2"],["-0.11390888999999999e3","0.77113037000000077e2"],["-0.11392443800000001e3","0.77118591000000094e2"],["-0.11393138099999999e3",77.1244200000001],["-0.11393138099999999e3","0.77129699999999957e2"],["-0.11392722300000003e3","0.77135268999999994e2"],["-0.11392083700000001e3",77.141098],["-0.11390110800000002e3","0.77146378000000027e2"],["-0.11388082900000001e3","0.77149719000000061e2"],[-113.859444,"0.77151382000000012e2"],[-113.798607,"0.77152481000000023e2"],["-0.11377417000000003e3","0.77151657000000057e2"],["-0.11372250399999996e3","0.77148041000000148e2"],["-0.11369915800000001e3","0.77144714000000022e2"],["-0.11367555199999993e3","0.77140274000000034e2"],["-0.11366443599999997e3","0.77134720000000016e2"],["-0.11365778399999999e3","0.77129149999999925e2"],["-0.11366416900000002e3","0.77123032000000023e2"],["-0.11367916899999989e3","0.77116928000000144e2"],[-113.703056,77.111649],["-0.11372778299999993e3","0.77108032000000037e2"],["-0.11375306699999993e3",77.10554499999995],["-0.11377861000000001e3","0.77104155999999989e2"]],[["-0.10425250199999999e3","0.77072769000000051e2"],["-0.10430277999999998e3","0.77072220000000073e2"],["-0.10435417200000001e3","0.77073883000000023e2"],["-0.10437721299999998e3","0.77076660000000118e2"],["-0.10440222199999994e3","0.77081100000000106e2"],[-104.421944,"0.77087203999999986e2"],["-0.10443167099999994e3","0.77098877000000016e2"],["-0.10442639200000002e3","0.77116379000000052e2"],["-0.10442027300000001e3","0.77122208000000057e2"],["-0.10440556299999997e3","0.77127762000000018e2"],["-0.10431973299999999e3","0.77151657000000057e2"],["-0.10430082700000003e3",77.15525800000006],["-0.10427333099999998e3","0.77159714000000008e2"],["-0.10418360899999993e3","0.77167205999999965e2"],["-0.10411389199999996e3","0.77166091999999992e2"],["-0.10407140399999997e3",77.16137700000013],["-0.10406139400000001e3","0.77158875000000023e2"],[-104.031113,77.15109300000006],["-0.10401972999999998e3","0.77146103000000039e2"],["-0.10400110599999999e3","0.77135818000000086e2"],["-0.10399889399999995e3","0.77123870999999951e2"],["-0.10400945300000001e3","0.77118042000000116e2"],["-0.10402416999999991e3","0.77112487999999985e2"],["-0.10404778299999992e3","0.77106934000000138e2"],["-0.10415028399999994e3",77.08638000000002],[-104.196663,"0.77077484000000084e2"],["-0.10425250199999999e3","0.77072769000000051e2"]],[[-95.22444200000001,"0.77167205999999965e2"],["-0.95245270000000005e2","0.77164153999999996e2"],["-0.95291381999999999e2","0.77164992999999981e2"],["-0.95314437999999996e2","0.77166656000000103e2"],["-0.95362777999999935e2","0.77171920999999998e2"],["-0.95419998000000021e2","0.77181931000000077e2"],["-0.95572509999999852e2","0.77213042999999971e2"],["-0.95613051999999925e2","0.77221924000000115e2"],["-0.95634170999999924e2","0.77228043000000127e2"],["-0.95638901000000033e2","0.77232208000000128e2"],["-0.95639998999999932e2","0.77237761999999975e2"],["-0.95636672999999973e2","0.77239150999999936e2"],["-0.95631377999999927e2","0.77239700000000084e2"],["-0.95608046999999885e2","0.77240814000000057e2"],["-0.95511123999999995e2","0.77243042000000003e2"],["-0.95438048999999978e2",77.24443100000002],["-0.95387512000000015e2","0.77240814000000057e2"],[-95.37222300000002,"0.77238037000000134e2"],["-0.95356110000000001e2","0.77236374000000069e2"],[-95.31361400000003,"0.77229156000000046e2"],["-0.95244155999999919e2","0.77213882000000126e2"],["-0.95216399999999965e2","0.77201660000000004e2"],["-0.95206664999999987e2","0.77189147999999989e2"],["-0.95206954999999994e2","0.77177764999999965e2"],["-0.95214447000000007e2","0.77172485000000108e2"],[-95.22444200000001,"0.77167205999999965e2"]],[["-0.90933059999999955e2","0.77254440000000045e2"],["-0.90909164000000033e2","0.77251663000000121e2"],["-0.90815001999999993e2","0.77240265000000136e2"],["-0.90772232000000031e2","0.77231368999999972e2"],["-0.90736388999999974e2","0.77220824999999934e2"],["-0.90718338000000017e2","0.77207213999999965e2"],["-0.90713622999999984e2","0.77200821000000019e2"],["-0.90724166999999909e2","0.77183318999999983e2"],["-0.90731948999999986e2","0.77177764999999965e2"],["-0.90779175000000009e2","0.77156647000000078e2"],["-0.90811385999999914e2",77.14665199999996],[-90.83555599999994,"0.77142211999999972e2"],["-0.90868331999999953e2","0.77138321000000076e2"],["-0.90899993999999992e2","0.77136932000000058e2"],["-0.90978606999999897e2","0.77137771999999927e2"],["-0.91049728000000016e2","0.77145537999999988e2"],[-91.18472300000002,"0.77163605000000075e2"],["-0.91221664000000033e2","0.77170258000000047e2"],["-0.91238892000000021e2","0.77174423000000047e2"],["-0.91262512000000015e2",77.18414300000012],["-0.91286391999999921e2","0.77196640000000116e2"],["-0.91295546999999999e2","0.77203323000000069e2"],["-0.91297501000000011e2","0.77207213999999965e2"],["-0.91299164000000019e2","0.77217758000000003e2"],["-0.91277221999999995e2","0.77227478000000133e2"],[-91.24749799999995,"0.77235809000000017e2"],["-0.91189712999999983e2",77.24803200000008],["-0.91162216000000001e2","0.77251389000000017e2"],["-0.91107223999999917e2","0.77254715000000033e2"],["-0.91084732000000031e2","0.77254440000000045e2"],["-0.91072234999999921e2","0.77253326000000072e2"],["-0.91057219999999973e2","0.77254440000000045e2"],["-0.90987503000000004e2","0.77254990000000078e2"],["-0.90933059999999955e2","0.77254440000000045e2"]],[["-0.11635109699999998e3","0.77539154000000053e2"],["-0.11620333900000003e3","0.77519989000000066e2"],["-0.11609056099999992e3","0.77491089000000045e2"],[-116.073624,"0.77485535000000027e2"],["-0.11588027999999991e3","0.77433319000000097e2"],["-0.11552055399999995e3","0.77364426000000037e2"],["-0.11549526999999989e3","0.77359420999999998e2"],[-115.458054,"0.77348602000000085e2"],["-0.11544611399999985e3","0.77343048000000124e2"],[-115.389183,"0.77312194999999917e2"],[-115.390289,"0.77306366000000082e2"],["-0.11554332699999986e3","0.77265548999999908e2"],["-0.11559110999999996e3","0.77259995000000117e2"],["-0.11561694299999999e3","0.77258331000000112e2"],["-0.11566915899999992e3","0.77256942999999978e2"],["-0.11569499199999996e3","0.77255264000000011e2"],["-0.11577250700000002e3","0.77247757000000036e2"],["-0.11581973299999999e3","0.77237488000000042e2"],["-0.11583084099999991e3","0.77233322000000101e2"],["-0.11585888699999998e3","0.77220824999999934e2"],["-0.11587777699999992e3","0.77215271000000143e2"],["-0.11594695299999989e3",77.20887799999997],[-116.112503,"0.77193863000000022e2"],["-0.11613806199999999e3","0.77192200000000128e2"],["-0.11619055200000003e3","0.77191650000000095e2"],["-0.11621777299999997e3","0.77192749000000049e2"],["-0.11626917300000002e3","0.77190261999999962e2"],["-0.11628056300000003e3","0.77183594000000028e2"],["-0.11631416300000001e3","0.77144440000000088e2"],["-0.11631973299999999e3",77.11775200000011],["-0.11628028899999998e3","0.77067215000000033e2"],["-0.11626917300000002e3","0.77055817000000047e2"],["-0.11624249299999991e3","0.77044144000000017e2"],["-0.11617360699999989e3","0.77027206000000092e2"],["-0.11606388900000002e3","0.77007492000000013e2"],["-0.11600583599999999e3","0.76997482000000105e2"],["-0.11595028699999995e3","0.76991363999999976e2"],[-115.860817,"0.76979156000000103e2"],["-0.11575499699999995e3","0.76960815000000082e2"],["-0.11573889199999996e3","0.76955261000000064e2"],["-0.11573137700000001e3","0.76949707000000103e2"],["-0.11572833300000002e3","0.76943863000000079e2"],[-115.729446,"0.76938034000000073e2"],["-0.11573222399999997e3","0.76931656000000089e2"],["-0.11574610899999999e3","0.76925262000000089e2"],["-0.11580695300000002e3",76.90637200000009],[-115.829453,"0.76900818000000129e2"],["-0.11585333299999996e3","0.76897217000000069e2"],["-0.11590334300000001e3","0.76893874999999923e2"],["-0.11592859599999997e3","0.76893050999999957e2"],["-0.11598194899999993e3","0.76895538000000045e2"],["-0.11606388900000002e3","0.76902771000000087e2"],["-0.11611501299999992e3","0.76909149000000014e2"],["-0.11625389100000001e3","0.76932480000000055e2"],[-116.306107,"0.76936096000000134e2"],["-0.11632721699999996e3","0.76935532000000023e2"],["-0.11635166899999996e3",76.9327550000001],["-0.11636527999999993e3","0.76926376000000062e2"],["-0.11636721799999998e3","0.76915543000000071e2"],["-0.11636332699999997e3",76.90887500000008],["-0.11635555999999985e3","0.76903320000000008e2"],["-0.11634612299999992e3","0.76898331000000042e2"],["-0.11632972699999999e3",76.89276099999995],["-0.11618360899999993e3","0.76845825000000104e2"],["-0.11616388699999999e3","0.76841660000000104e2"],["-0.11610749800000002e3","0.76833602999999982e2"],[-116.031113,"0.76820267000000001e2"],["-0.11600029000000001e3","0.76811371000000065e2"],["-0.11589472999999992e3","0.76703323000000012e2"],["-0.11589138800000001e3","0.76697478999999987e2"],["-0.11589666699999998e3","0.76691649999999981e2"],["-0.11607140400000003e3","0.76625809000000004e2"],["-0.11609306299999992e3","0.76619141000000013e2"],["-0.11611582900000002e3",76.61442599999998],["-0.11616055299999999e3","0.76611099000000081e2"],["-0.11623194899999999e3","0.76603043000000014e2"],["-0.11625446299999999e3","0.76598602000000085e2"],["-0.11632250999999997e3","0.76581100000000049e2"],["-0.11637351999999993e3","0.76581802000000039e2"],["-0.11673277300000001e3","0.76572495000000004e2"],["-0.11675890399999992e3",76.56999200000007],["-0.11697112299999998e3","0.76548598999999967e2"],["-0.11699471999999992e3","0.76545822000000044e2"],["-0.11701750199999992e3","0.76542205999999965e2"],["-0.11703999299999992e3","0.76537490999999932e2"],["-0.11705387899999999e3","0.76533051000000114e2"],["-0.11706861900000001e3","0.76526093000000117e2"],["-0.11707556199999993e3","0.76520538000000045e2"],["-0.11707749899999999e3","0.76514160000000061e2"],["-0.11707640099999998e3","0.76508881000000088e2"],["-0.11707277699999997e3","0.76503052000000082e2"],["-0.11705695299999996e3","0.76491652999999985e2"],["-0.11704360999999989e3",76.48692299999999],["-0.11701750199999992e3","0.76482483000000116e2"],["-0.11700389099999995e3","0.76477478000000076e2"],["-0.11698361199999999e3","0.76454987000000074e2"],["-0.11694082599999996e3","0.76386932000000058e2"],["-0.11693916299999995e3","0.76380539000000113e2"],["-0.11693582200000003e3","0.76351929000000041e2"],["-0.11693859900000001e3",76.34637500000008],["-0.11709555099999994e3","0.76295257999999933e2"],["-0.11713971700000002e3","0.76286925999999994e2"],["-0.11731973299999999e3","0.76257767000000001e2"],[-117.345551,"0.76256377999999984e2"],["-0.11736888099999999e3","0.76256943000000035e2"],["-0.11752390300000002e3","0.76263611000000026e2"],[-117.5750119999999,76.26887499999998],["-0.11760305799999998e3",76.27388000000002],["-0.11762304699999999e3","0.76278870000000097e2"],[-117.639183,76.28414900000007],["-0.11765778399999999e3","0.76293319999999994e2"],["-0.11764917000000003e3","0.76305542000000003e2"],["-0.11764890299999996e3","0.76311371000000008e2"],["-0.11765527299999997e3","0.76317490000000021e2"],["-0.11767304999999993e3","0.76322220000000073e2"],["-0.11769915800000001e3","0.76324158000000011e2"],["-0.11772416699999997e3","0.76324432000000115e2"],["-0.11787777699999998e3","0.76341933999999981e2"],[-117.889183,"0.76355819999999937e2"],["-0.11790139799999997e3","0.76367203000000131e2"],["-0.11790695199999993e3","0.76372208000000001e2"],["-0.11799722299999996e3","0.76396941999999967e2"],["-0.11802139299999999e3","0.76401932000000045e2"],["-0.11804444899999999e3","0.76404984000000127e2"],["-0.11805999800000001e3","0.76409149000000127e2"],["-0.11804750100000001e3","0.76441650000000038e2"],["-0.11802749599999999e3","0.76484711000000061e2"],["-0.11797332799999998e3","0.76596375000000023e2"],["-0.11792832899999996e3","0.76676651000000106e2"],["-0.11791915899999992e3",76.68803400000013],["-0.11790666199999993e3","0.76694137999999953e2"],[-117.883331,"0.76700546000000088e2"],["-0.11786444099999994e3","0.76704163000000051e2"],["-0.11784805299999999e3","0.76708328000000051e2"],["-0.11781331599999999e3","0.76719436999999971e2"],["-0.11779638699999998e3","0.76725815000000125e2"],["-0.11778806299999997e3","0.76732208000000071e2"],["-0.11773889200000002e3","0.76772217000000012e2"],["-0.11773444399999994e3","0.76778320000000122e2"],["-0.11773860200000001e3","0.76784149000000127e2"],["-0.11779888899999997e3","0.76817764000000011e2"],["-0.11781667299999998e3","0.76821380999999974e2"],["-0.11784221600000001e3",76.82388300000008],["-0.11786665299999999e3","0.76822220000000129e2"],["-0.11788806199999999e3","0.76818878000000041e2"],["-0.11790499899999992e3","0.76812195000000031e2"],["-0.11791777000000002e3","0.76799988000000042e2"],["-0.11792610200000001e3","0.76788040000000024e2"],["-0.11796056399999998e3","0.76769989000000066e2"],["-0.11800583599999993e3","0.76761383000000137e2"],["-0.11802971600000001e3","0.76758606000000043e2"],["-0.11808222999999998e3","0.76756943000000092e2"],[-118.10611,76.75749200000007],["-0.11815695199999999e3",76.76249700000011],["-0.11821362299999998e3","0.76769150000000081e2"],[-118.29361,"0.76773041000000148e2"],[-118.319458,"0.76773041000000148e2"],["-0.11833750900000001e3","0.76768326000000116e2"],["-0.11849500299999994e3","0.76712203999999929e2"],["-0.11847471599999994e3","0.76679703000000018e2"],["-0.11845973199999997e3","0.76673874000000012e2"],["-0.11842887899999999e3","0.76663879000000122e2"],["-0.11840306099999998e3","0.76657760999999994e2"],["-0.11835804699999989e3",76.64888000000002],["-0.11834137699999997e3","0.76643599999999992e2"],["-0.11833473199999992e3","0.76637497000000053e2"],[-118.316101,"0.76574707000000103e2"],["-0.11850279199999994e3","0.76509720000000073e2"],["-0.11852390299999996e3","0.76503876000000048e2"],["-0.11854611199999999e3",76.5],["-0.11857084699999996e3","0.76499145999999996e2"],["-0.11859694699999989e3",76.5],["-0.11862361099999993e3","0.76501938000000109e2"],["-0.11865167200000002e3","0.76505553999999961e2"],["-0.11867804699999994e3",76.50999500000006],["-0.11870916699999998e3","0.76519989000000066e2"],["-0.11871333299999998e3","0.76525818000000129e2"],["-0.11871362299999998e3","0.76531662000000097e2"],["-0.11872222899999991e3","0.76537201000000096e2"],["-0.11873473399999995e3","0.76542480000000069e2"],["-0.11876139799999999e3","0.76546936000000017e2"],["-0.11881471299999998e3","0.76553040000000067e2"],["-0.11884166700000003e3","0.76554977000000065e2"],["-0.11894415299999997e3","0.76518051000000128e2"],["-0.11896806300000003e3","0.76505264000000125e2"],["-0.11897582999999992e3","0.76498871000000008e2"],["-0.11897609699999998e3","0.76496368000000018e2"],["-0.11897250399999996e3","0.76491652999999985e2"],["-0.11896777299999997e3","0.76488312000000121e2"],["-0.11895527600000003e3","0.76483047000000056e2"],["-0.11893110699999994e3","0.76479155999999989e2"],["-0.11882195300000001e3","0.76471374999999966e2"],["-0.11868195300000002e3","0.76445251000000098e2"],["-0.11864862099999999e3","0.76428863999999919e2"],[-118.612503,"0.76400269000000094e2"],["-0.11859416199999993e3","0.76383881000000031e2"],["-0.11856610099999995e3","0.76343048000000124e2"],[-118.567497,"0.76336655000000007e2"],["-0.11858168000000001e3","0.76324706999999933e2"],["-0.11862554899999998e3","0.76294433999999967e2"],["-0.11863751200000002e3","0.76288040000000137e2"],["-0.11865556299999997e3",76.28414900000007],["-0.11867916899999994e3","0.76282211000000132e2"],["-0.11870556599999992e3","0.76281661999999983e2"],["-0.11878083799999996e3","0.76282486000000119e2"],["-0.11882833900000003e3","0.76281937000000028e2"],["-0.11887666299999989e3",76.27748100000008],["-0.11889584400000001e3","0.76272217000000126e2"],["-0.11891139199999992e3","0.76265548999999965e2"],["-0.11891915899999998e3","0.76259430000000123e2"],["-0.11892443799999995e3","0.76252776999999924e2"],[-118.942207,"0.76210541000000148e2"],["-0.11893776699999995e3","0.76204711999999915e2"],["-0.11892331699999994e3","0.76194138000000066e2"],["-0.11891278099999994e3","0.76188034000000016e2"],["-0.11890471600000001e3","0.76169144000000074e2"],["-0.11895527600000003e3","0.76132477000000108e2"],["-0.11896501199999994e3","0.76126648000000102e2"],["-0.11907584399999996e3","0.76083328000000108e2"],["-0.11910109699999998e3","0.76084152000000074e2"],["-0.11912470999999999e3","0.76088042999999971e2"],["-0.11922972099999993e3","0.76107208000000071e2"],["-0.11924526999999995e3","0.76111374000000012e2"],["-0.11926000999999997e3","0.76117203000000018e2"],["-0.11928250099999997e3","0.76127472000000068e2"],["-0.11929943800000001e3","0.76138596000000121e2"],["-0.11930832699999996e3","0.76149994000000106e2"],["-0.11931054699999999e3","0.76155258000000117e2"],["-0.11930583200000001e3","0.76167755000000113e2"],["-0.11930082699999997e3","0.76174423000000047e2"],["-0.11929499799999996e3","0.76180267000000072e2"],["-0.11929527300000001e3","0.76186096000000077e2"],["-0.11930166600000001e3","0.76191360000000088e2"],["-0.11936916399999996e3","0.76229706000000078e2"],["-0.11954915599999998e3","0.76324158000000011e2"],[-119.5864029999999,"0.76318603999999993e2"],["-0.11965499899999992e3","0.76303040000000067e2"],["-0.11967527799999993e3","0.76264160000000118e2"],["-0.11967500299999995e3","0.76245818999999926e2"],["-0.11964555399999995e3","0.76230545000000063e2"],["-0.11959445199999999e3","0.76203049000000021e2"],["-0.11958583099999998e3","0.76197479000000101e2"],["-0.11957277699999992e3","0.76186371000000122e2"],["-0.11956806899999987e3","0.76180542000000116e2"],["-0.11956582600000002e3","0.76175262000000032e2"],["-0.11956696299999999e3","0.76168869000000086e2"],["-0.11957277699999992e3",76.16304000000008],["-0.11964334099999996e3","0.76112487999999985e2"],[-119.74527,"0.76116652999999985e2"],["-0.11976999699999993e3","0.76116379000000052e2"],["-0.11979305999999991e3","0.76114426000000094e2"],["-0.11980499299999997e3","0.76108871000000022e2"],["-0.11979723399999995e3","0.76104155999999989e2"],[-119.7727809999999,"0.76099425999999937e2"],["-0.11974416400000001e3","0.76097487999999998e2"],["-0.11964723200000003e3","0.76081664999999987e2"],["-0.11962666300000001e3","0.76076660000000118e2"],["-0.11950389100000001e3","0.76040817000000061e2"],["-0.11949137899999999e3","0.76035538000000088e2"],["-0.11947833299999996e3","0.76024155000000121e2"],["-0.11947389199999998e3","0.76018599999999992e2"],["-0.11947222899999997e3","0.76000824000000023e2"],["-0.11947609699999998e3","0.75982483000000059e2"],["-0.11948110999999989e3","0.75970825000000048e2"],["-0.11948916599999995e3","0.75965546000000018e2"],["-0.11950974299999996e3","0.75960540999999978e2"],["-0.11953555299999994e3","0.75962494000000106e2"],["-0.11954638699999998e3","0.75968323000000112e2"],["-0.11956111099999998e3",75.97886699999998],["-0.11957195299999995e3","0.75984985000000108e2"],["-0.11958583099999998e3","0.75989699999999971e2"],[-119.612503,"0.75992477000000065e2"],["-0.11963694800000002e3","0.75992203000000131e2"],["-0.11964890300000002e3","0.75986649000000114e2"],[-119.699997,75.94859300000013],["-0.11970333900000003e3","0.75942749000000106e2"],[-119.6875,"0.75938309000000118e2"],[-119.612503,"0.75910263000000043e2"],["-0.11981082199999997e3",75.86943100000002],[-119.870003,"0.75857483000000002e2"],["-0.11993554699999993e3","0.75848328000000095e2"],["-0.11998000300000001e3","0.75843323000000055e2"],["-0.12002583300000003e3","0.75839980999999966e2"],["-0.12004915599999987e3","0.75838882000000126e2"],["-0.12007640100000003e3","0.75867203000000075e2"],["-0.12008500700000002e3","0.75872757000000036e2"],["-0.12011416600000001e3","0.75888321000000133e2"],["-0.12012805199999997e3","0.75893051000000014e2"],["-0.12014916999999997e3","0.75896378000000141e2"],["-0.12016639700000002e3","0.75892487000000074e2"],["-0.12018028299999997e3","0.75879974000000004e2"],["-0.12018331899999993e3","0.75873871000000065e2"],["-0.12019722000000002e3","0.75861374000000069e2"],["-0.12021501199999994e3","0.75848602000000028e2"],["-0.12022582999999992e3","0.75842209000000082e2"],["-0.12026972999999992e3","0.75821930000000123e2"],["-0.12028888699999987e3","0.75816085999999927e2"],["-0.12030915800000002e3","0.75811096000000077e2"],["-0.12033222999999998e3","0.75807480000000055e2"],["-0.12035555999999997e3","0.75806366000000025e2"],["-0.12037805200000003e3",75.80664100000007],["-0.12040387699999991e3","0.75808318999999983e2"],["-0.12043028300000003e3","0.75811096000000077e2"],["-0.12045445299999994e3",75.81581100000011],["-0.12046694899999994e3","0.75821105999999986e2"],["-0.12047582999999997e3","0.75826660000000004e2"],["-0.12048528299999998e3","0.75837769000000094e2"],[-120.4886019999999,"0.75844147000000021e2"],["-0.12048972300000003e3","0.75849991000000045e2"],["-0.12048832699999997e3","0.75855545000000063e2"],["-0.12046305799999999e3","0.75916382000000056e2"],["-0.12046000700000002e3","0.75922484999999995e2"],["-0.12044860799999987e3","0.75935532000000023e2"],[-120.406113,"0.75954987000000017e2"],["-0.12040583800000002e3",75.97137500000008],["-0.12043499799999989e3","0.76003052000000025e2"],["-0.12045889299999999e3","0.76011658000000125e2"],["-0.12046749899999998e3","0.76012207000000046e2"],["-0.12053333299999991e3","0.76003052000000025e2"],["-0.12056054699999999e3","0.75991653000000099e2"],["-0.12056331599999993e3","0.75985535000000141e2"],["-0.12057417299999997e3","0.75979156000000103e2"],["-0.12059388699999994e3","0.75978043000000014e2"],["-0.12061361699999998e3","0.75981934000000081e2"],["-0.12064306599999986e3","0.75992477000000065e2"],[-120.696663,"0.76013884999999959e2"],["-0.12070722999999998e3","0.76018875000000037e2"],["-0.12071611000000001e3","0.76024429000000055e2"],[-120.729446,"0.76039428999999984e2"],["-0.12075167799999997e3","0.76099425999999937e2"],["-0.12075110599999999e3","0.76105819999999994e2"],["-0.12074833699999999e3","0.76111922999999933e2"],["-0.12074305700000002e3","0.76117751999999939e2"],["-0.12073222399999997e3","0.76124145999999996e2"],["-0.12071193699999998e3","0.76129149999999981e2"],["-0.12072749299999992e3","0.76158600000000035e2"],["-0.12085722399999986e3","0.76196639999999945e2"],["-0.12088362100000001e3","0.76198318000000086e2"],["-0.12090249599999999e3","0.76196365000000128e2"],[-120.95639,"0.76177765000000022e2"],["-0.12096806300000003e3","0.76172211000000004e2"],["-0.12100890400000003e3","0.76144149999999911e2"],["-0.12101251199999996e3","0.76139160000000061e2"],[-121.016953,"0.76121094000000085e2"],["-0.12102528399999989e3","0.76073318000000029e2"],["-0.12102278100000001e3","0.76059143000000063e2"],["-0.12099328600000001e3","0.76026817000000108e2"],["-0.12097961399999997e3","0.76019653000000119e2"],[-120.970123,"0.76013489000000106e2"],["-0.12093195300000002e3","0.75959990999999945e2"],["-0.12093306000000001e3","0.75956940000000145e2"],["-0.12094583099999994e3",75.94859300000013],["-0.12098082699999998e3","0.75941649999999981e2"],["-0.12099944299999999e3","0.75939697000000024e2"],["-0.12101445000000001e3","0.75942749000000106e2"],["-0.12101722699999999e3",75.94802900000002],["-0.12101112399999988e3","0.75970825000000048e2"],["-0.12100055699999996e3","0.75977203000000145e2"],["-0.12098610699999995e3","0.75984145999999953e2"],["-0.12100761399999999e3","0.75988982999999962e2"],["-0.12101527399999998e3","0.75992149000000097e2"],[-121.030441,"0.75992477000000065e2"],["-0.12109277299999997e3","0.75993317000000104e2"],["-0.12111389199999996e3","0.75991653000000099e2"],["-0.12125945299999995e3","0.75964432000000045e2"],["-0.12126583900000003e3","0.75958328000000051e2"],[-121.271118,"0.75946091000000081e2"],["-0.12127887699999985e3","0.75927765000000079e2"],["-0.12134861799999993e3","0.75928040000000067e2"],[-121.423317,"0.75933868000000018e2"],["-0.12143639400000001e3","0.75939148000000046e2"],[-121.422775,"0.75946465000000103e2"],["-0.12141665599999988e3","0.75953049000000078e2"],["-0.12142415599999993e3","0.75956649999999911e2"],[-121.479446,"0.75976379000000009e2"],["-0.12158306899999997e3","0.76003601000000117e2"],["-0.12159500100000002e3","0.76005554000000075e2"],["-0.12183473200000003e3","0.76034424000000115e2"],["-0.12213417099999998e3","0.76036377000000073e2"],["-0.12214499699999999e3","0.76030823000000055e2"],["-0.12214472999999992e3","0.75996932999999956e2"],["-0.12216944899999999e3","0.75978043000000014e2"],["-0.12233583099999998e3","0.75942474000000118e2"],["-0.12237666300000001e3","0.75933868000000018e2"],["-0.12241639700000002e3","0.75928589000000045e2"],[-122.442207,"0.75927475000000072e2"],["-0.12248916599999995e3","0.75927200000000028e2"],["-0.12251666299999994e3",75.928314],["-0.12256360599999999e3","0.75931931000000134e2"],["-0.12267610200000001e3","0.75951660000000061e2"],["-0.12269638099999997e3","0.75955551000000128e2"],["-0.12272250400000001e3",75.96887200000009],[-122.728882,"0.75973037999999974e2"],["-0.12266915899999998e3","0.75976929000000041e2"],["-0.12264943699999998e3","0.75982208000000014e2"],["-0.12259111000000001e3","0.76001663000000008e2"],["-0.12257640100000003e3","0.76007492000000013e2"],[-122.5625,"0.76014434999999992e2"],["-0.12247556299999997e3","0.76104431000000034e2"],["-0.12247112300000003e3","0.76110260000000039e2"],["-0.12247193899999996e3","0.76114990000000034e2"],["-0.12248554999999993e3",76.1202550000001],["-0.12249833699999994e3","0.76120529000000033e2"],["-0.12260134900000003e3","0.76115097000000048e2"],["-0.12262222300000002e3","0.76111374000000012e2"],["-0.12267832900000002e3","0.76111374000000012e2"],["-0.12269999699999994e3","0.76112198000000149e2"],["-0.12270445299999994e3","0.76114426000000094e2"],["-0.12269554099999993e3","0.76117751999999939e2"],["-0.12258721899999995e3","0.76134155000000021e2"],["-0.12250195299999996e3","0.76136383000000137e2"],["-0.12248999000000003e3",76.141098],["-0.12257417299999992e3","0.76166091999999992e2"],[-122.595551,"0.76170822000000044e2"],[-122.62027,"0.76174423000000047e2"],["-0.12264666699999998e3","0.76175812000000064e2"],["-0.12267027300000001e3","0.76174423000000047e2"],["-0.12269360399999999e3",76.17053199999998],["-0.12273361199999994e3","0.76162491000000102e2"],["-0.12284277299999997e3","0.76131088000000091e2"],[-122.885559,"0.76104431000000034e2"],["-0.12290194699999995e3","0.76098038000000031e2"],["-0.12292138699999987e3","0.76092758000000003e2"],["-0.12301139799999993e3","0.76083328000000108e2"],[-123.037781,"0.76084717000000069e2"],["-0.12297917199999995e3","0.76125809000000118e2"],["-0.12284861799999999e3","0.76208878000000027e2"],["-0.12272112299999998e3","0.76231369000000029e2"],[-122.636124,"0.76264709000000096e2"],["-0.12263166799999999e3","0.76270538000000101e2"],["-0.12263751200000002e3","0.76288040000000137e2"],["-0.12264527899999996e3","0.76299712999999997e2"],["-0.12263249199999996e3","0.76329987000000017e2"],["-0.12262638900000002e3","0.76336380000000133e2"],["-0.12261776700000001e3","0.76342208999999968e2"],["-0.12259889199999998e3","0.76348328000000038e2"],["-0.12257861300000002e3","0.76353591999999992e2"],["-0.12239890300000002e3","0.76396941999999967e2"],["-0.12230943300000001e3","0.76408875000000023e2"],["-0.12201471699999996e3","0.76432479999999998e2"],[-121.826683,"0.76422760000000096e2"],["-0.12178195199999999e3","0.76420258000000047e2"],["-0.12173805199999998e3","0.76421097000000145e2"],["-0.12154998799999993e3","0.76434708000000114e2"],["-0.12153307299999994e3","0.76437195000000031e2"],["-0.12151445000000001e3","0.76444138000000009e2"],[-121.421944,"0.76493590999999924e2"],["-0.12131220999999994e3","0.76572495000000004e2"],["-0.12130695300000002e3","0.76578323000000125e2"],["-0.12131388899999996e3","0.76589705999999978e2"],["-0.12130915800000002e3","0.76593872000000033e2"],["-0.12121250899999995e3","0.76649719000000005e2"],[-121.118607,"0.76673309000000017e2"],["-0.12110109699999992e3","0.76668320000000051e2"],[-121.079453,"0.76668320000000051e2"],["-0.12105666399999996e3","0.76671371000000022e2"],[-120.923317,"0.76689972000000068e2"],[-120.900284,"0.76693313999999987e2"],["-0.12088417099999998e3","0.76698868000000004e2"],["-0.12086193800000001e3","0.76711929000000112e2"],["-0.12084777799999989e3","0.76724700999999925e2"],["-0.12083249699999993e3","0.76731369000000086e2"],["-0.12081220999999994e3","0.76737198000000092e2"],["-0.12076611299999996e3","0.76743591000000094e2"],["-0.12066915899999998e3","0.76751099000000067e2"],["-0.12064083899999997e3","0.76748596000000134e2"],["-0.12062581599999999e3","0.76746367999999961e2"],["-0.12060417200000001e3","0.76746367999999961e2"],["-0.12058112299999999e3",76.7494200000001],["-0.12040167200000002e3","0.76797211000000004e2"],["-0.12038194299999992e3","0.76804153000000042e2"],["-0.12036776700000001e3","0.76810257000000092e2"],["-0.12036609599999997e3","0.76813309000000004e2"],["-0.12036527999999993e3","0.76836105000000032e2"],["-0.12009137699999997e3","0.77003051999999968e2"],["-0.12006916799999999e3","0.77008040999999935e2"],["-0.12003888699999999e3","0.77013321000000019e2"],["-0.12002278100000001e3","0.77015273999999977e2"],["-0.11999722300000002e3",77.01638800000012],["-0.11997693600000002e3","0.77013321000000019e2"],["-0.11996112099999993e3","0.77009995000000004e2"],["-0.11994999699999994e3","0.77012497000000053e2"],["-0.11992027299999995e3","0.77023605000000032e2"],["-0.11983944700000001e3",77.05693100000002],["-0.11983167999999995e3",77.06303400000013],["-0.11983249699999999e3","0.77069153000000142e2"],["-0.11983583099999987e3","0.77075271999999984e2"],["-0.11983721899999995e3","0.77079712000000029e2"],["-0.11983556399999998e3","0.77085266000000047e2"],[-119.825287,"0.77091095000000053e2"],[-119.8125,"0.77096649000000014e2"],["-0.11977639799999992e3","0.77106094000000098e2"],["-0.11960056299999991e3","0.77145827999999995e2"],["-0.11943331899999998e3","0.77173599000000081e2"],["-0.11941082799999998e3","0.77178588999999931e2"],[-119.389183,"0.77184417999999994e2"],[-119.360817,"0.77203323000000069e2"],[-119.354446,"0.77209152000000131e2"],[-119.346947,"0.77221374999999966e2"],["-0.11934583999999995e3","0.77227767999999969e2"],["-0.11933389299999993e3","0.77239975000000072e2"],["-0.11931582599999996e3","0.77258041000000105e2"],["-0.11929583700000001e3","0.77276657000000114e2"],["-0.11926834099999996e3",77.28915400000011],["-0.11925306699999999e3","0.77295258000000103e2"],["-0.11922222899999991e3","0.77306366000000082e2"],["-0.11920111099999991e3","0.77313034000000073e2"],["-0.11915334299999995e3","0.77325821000000076e2"],["-0.11911444099999994e3","0.77327484000000027e2"],["-0.11908666999999997e3","0.77326660000000061e2"],["-0.11900110599999988e3","0.77321106000000043e2"],["-0.11894138299999992e3","0.77319717000000082e2"],["-0.11891694599999994e3",77.32249500000006],[-118.89389,"0.77327484000000027e2"],["-0.11887000299999994e3","0.77333878000000084e2"],["-0.11875723299999999e3","0.77352478000000019e2"],["-0.11873249800000002e3",77.35554500000012],["-0.11865110799999997e3","0.77360535000000141e2"],["-0.11844972199999995e3","0.77358871000000136e2"],[-118.224716,"0.77356094000000041e2"],["-0.11819721999999996e3","0.77354980000000069e2"],["-0.11816583300000002e3","0.77355255000000056e2"],["-0.11814111299999996e3",77.35803199999998],["-0.11812805200000003e3","0.77364426000000037e2"],["-0.11812721299999998e3","0.77369431000000077e2"],[-118.125,"0.77372482000000105e2"],["-0.11810694899999993e3","0.77378036000000122e2"],["-0.11808750899999995e3","0.77379150000000095e2"],["-0.11791111799999993e3","0.77386932000000058e2"],["-0.11786721799999992e3","0.77388596000000064e2"],["-0.11785056299999991e3","0.77384430000000123e2"],[-117.781113,77.36303700000002],["-0.11776806599999998e3","0.77357758000000047e2"],[-117.756958,"0.77351654000000053e2"],["-0.11775083899999998e3","0.77346648999999957e2"],["-0.11773860200000001e3","0.77341933999999924e2"],["-0.11772444200000001e3","0.77338043000000084e2"],["-0.11761193800000001e3","0.77327774000000034e2"],["-0.11745084400000002e3","0.77312194999999917e2"],["-0.11727639799999997e3",77.28915400000011],["-0.11702306399999998e3","0.77290817000000004e2"],["-0.11701478600000002e3","0.77296700000000044e2"],["-0.11701711999999992e3","0.77300208999999938e2"],["-0.11702749599999993e3","0.77310256999999979e2"],["-0.11706082199999997e3","0.77326660000000061e2"],["-0.11710555999999997e3","0.77339981000000023e2"],["-0.11711582900000002e3",77.34165999999999],["-0.11711805699999996e3","0.77338593000000117e2"],[-117.1324919999999,"0.77333328000000051e2"],["-0.11715416699999997e3","0.77332489000000066e2"],["-0.11716999800000002e3","0.77335815000000082e2"],["-0.11718195300000002e3",77.34027100000003],["-0.11718167099999999e3","0.77346375000000023e2"],["-0.11717666600000001e3","0.77352203000000145e2"],["-0.11715888999999987e3","0.77358871000000136e2"],["-0.11714277600000003e3","0.77361374000000126e2"],["-0.11711945300000002e3","0.77359985000000108e2"],["-0.11706082199999997e3","0.77353317000000118e2"],["-0.11700749999999994e3","0.77343039999999974e2"],["-0.11694666299999994e3","0.77329436999999984e2"],["-0.11687638900000002e3","0.77318054000000132e2"],[-116.848343,"0.77315810999999997e2"],["-0.11679583700000001e3","0.77317490000000021e2"],["-0.11677887699999997e3","0.77319153000000085e2"],["-0.11665167199999996e3","0.77377761999999962e2"],["-0.11664835399999998e3","0.77383330999999998e2"],["-0.11665167199999996e3","0.77388046000000031e2"],["-0.11666278099999994e3","0.77391662999999994e2"],["-0.11674137899999999e3","0.77395263999999997e2"],["-0.11687082699999996e3","0.77400818000000015e2"],["-0.11689917000000003e3","0.77399428999999998e2"],["-0.11697582999999997e3","0.77393326000000059e2"],["-0.11699471999999992e3","0.77394440000000031e2"],["-0.11701112399999994e3","0.77398880000000077e2"],["-0.11715306099999992e3","0.77451660000000118e2"],["-0.11714998599999996e3","0.77457214000000135e2"],["-0.11713890100000003e3","0.77460541000000035e2"],["-0.11708306899999997e3","0.77474425999999937e2"],["-0.11706667299999998e3","0.77476929000000098e2"],["-0.11706139399999989e3","0.77476089000000059e2"],["-0.11703833799999995e3","0.77471001000000058e2"],[-116.991669,"0.77466660000000104e2"],["-0.11691972399999997e3","0.77470535000000041e2"],["-0.11689444700000001e3","0.77473312000000135e2"],["-0.11678527799999995e3","0.77499145999999996e2"],["-0.11675723299999993e3","0.77511658000000011e2"],["-0.11676944699999996e3","0.77516388000000006e2"],["-0.11685109699999998e3","0.77516663000000051e2"],["-0.11687917299999987e3","0.77517761000000121e2"],[-116.9058379999999,"0.77520264000000111e2"],[-116.926941,"0.77524704000000099e2"],["-0.11692054699999994e3","0.77528594999999996e2"],[-116.900284,"0.77532211000000018e2"],[-116.875,"0.77534988000000112e2"],["-0.11683306900000002e3","0.77533600000000035e2"],["-0.11675418100000002e3","0.77534424000000001e2"],["-0.11664750699999996e3","0.77537766000000147e2"],["-0.11658583099999998e3","0.77540543000000014e2"],["-0.11653611799999993e3","0.77544434000000081e2"],["-0.11648777799999999e3","0.77550262000000032e2"],["-0.11635109699999998e3","0.77539154000000053e2"]],[["-0.85285278000000005e2","0.77587494000000049e2"],["-0.85259734999999978e2","0.77586655000000121e2"],["-0.85235274999999945e2","0.77586655000000121e2"],["-0.85107223999999974e2","0.77581099999999992e2"],["-0.85011123999999938e2",77.57388300000008],["-0.84995270000000005e2","0.77569443000000092e2"],["-0.84822509999999966e2","0.77505264000000125e2"],["-0.84813889000000017e2","0.77497208000000057e2"],["-0.84824447999999961e2","0.77491927999999973e2"],["-0.84843062999999916e2","0.77487198000000149e2"],["-0.84934433000000013e2","0.77470260999999937e2"],["-0.84960830999999985e2","0.77466385000000059e2"],["-0.85027221999999995e2","0.77459717000000069e2"],[-85.095551,"0.77454437000000041e2"],["-0.85126937999999939e2","0.77453048999999908e2"],["-0.85153609999999958e2","0.77454437000000041e2"],["-0.85168335000000013e2","0.77456939999999975e2"],["-0.85178604000000007e2","0.77464157000000114e2"],["-0.85172500999999897e2","0.77473601999999971e2"],["-0.85159164000000033e2",77.48414600000001],["-0.85144729999999925e2","0.77489426000000094e2"],["-0.85138610999999969e2","0.77494980000000112e2"],["-0.85140839000000028e2","0.77501663000000065e2"],["-0.85152785999999992e2","0.77507767000000115e2"],["-0.85170273000000009e2","0.77511658000000011e2"],["-0.85248885999999914e2","0.77527481000000023e2"],["-0.85270843999999954e2","0.77529984000000013e2"],["-0.85319732999999928e2","0.77532211000000018e2"],["-0.85344161999999983e2","0.77532211000000018e2"],[-85.39916999999997,77.53387500000008],["-0.85538329999999974e2","0.77539978000000019e2"],["-0.85535552999999936e2","0.77543869000000086e2"],["-0.85352218999999934e2","0.77582764000000054e2"],[-85.31138599999997,"0.77586655000000121e2"],["-0.85285278000000005e2","0.77587494000000049e2"]],[["-0.90603058000000033e2","0.77628311000000053e2"],["-0.90521118000000001e2","0.77626083000000108e2"],["-0.90492492999999968e2","0.77626083000000108e2"],["-0.90438598999999954e2","0.77630538999999999e2"],["-0.90414443999999946e2","0.77631087999999977e2"],["-0.90388061999999877e2","0.77629425000000026e2"],["-0.90339172000000019e2","0.77623871000000065e2"],["-0.90242492999999854e2","0.77612488000000042e2"],["-0.90219161999999983e2","0.77608871000000079e2"],["-0.90208892999999932e2","0.77603042999999957e2"],["-0.90210007000000019e2","0.77597488000000055e2"],["-0.90206664999999987e2",77.59165999999999],["-0.90196654999999964e2","0.77587204000000042e2"],["-0.90177779999999927e2",77.58248900000001],["-0.90059722999999963e2","0.77566375999999991e2"],["-0.89937209999999993e2",77.53276100000005],[-89.91722099999987,"0.77527205999999978e2"],["-0.89841109999999958e2","0.77504166000000055e2"],["-0.89806655999999919e2","0.77492477000000122e2"],["-0.89753615999999965e2","0.77473038000000031e2"],["-0.89719161999999983e2","0.77458328000000108e2"],["-0.89636123999999995e2","0.77339157000000057e2"],["-0.89640288999999996e2","0.77333328000000051e2"],[-89.67471299999994,"0.77310256999999979e2"],[-89.70777899999996,"0.77294144000000131e2"],["-0.89849730999999963e2",77.25],["-0.89882767000000001e2","0.77239975000000072e2"],["-0.89919998000000021e2","0.77230270000000019e2"],[-90,"0.77213814000000013e2"],["-0.90009170999999981e2","0.77211928999999998e2"],["-0.90088897999999915e2","0.77199707000000046e2"],["-0.90118057000000022e2","0.77198593000000074e2"],["-0.90129165999999998e2","0.77200546000000031e2"],["-0.90259170999999924e2","0.77201096000000064e2"],["-0.90366942999999992e2","0.77197754000000089e2"],["-0.90416655999999989e2","0.77213042999999971e2"],["-0.90683318999999926e2","0.77271927000000062e2"],["-0.90704726999999934e2","0.77276382000000069e2"],["-0.90727218999999934e2","0.77279984000000013e2"],["-0.90843063000000029e2","0.77292754999999943e2"],[-90.90972899999997,"0.77303040000000067e2"],["-0.90946655000000021e2","0.77309418000000051e2"],["-0.91146666999999923e2","0.77362198000000092e2"],[-91.18249499999996,"0.77386932000000058e2"],["-0.91187209999999993e2","0.77390273999999977e2"],["-0.91208892999999932e2","0.77414993000000095e2"],["-0.91206954999999994e2","0.77568604000000107e2"],["-0.91184433000000013e2","0.77608597000000145e2"],["-0.91173614999999927e2","0.77613036999999963e2"],[-91.15834000000001,"0.77617203000000075e2"],[-91.10943599999996,"0.77624985000000038e2"],["-0.90906386999999938e2","0.77653046000000131e2"],["-0.90880828999999949e2","0.77654434000000037e2"],["-0.90826400999999976e2","0.77654434000000037e2"],["-0.90801666000000012e2","0.77651657000000114e2"],["-0.90727492999999981e2","0.77642212000000029e2"],["-0.90683608999999933e2","0.77633331000000112e2"],["-0.90603058000000033e2","0.77628311000000053e2"]],[["-0.10501027699999986e3","0.77408034999999927e2"],["-0.10498665599999998e3","0.77404434000000094e2"],["-0.10496193700000003e3","0.77404434000000094e2"],["-0.10490805099999994e3","0.77406937000000028e2"],["-0.10482584400000002e3","0.77413605000000018e2"],["-0.10477166699999998e3","0.77416656000000046e2"],["-0.10474109599999997e3","0.77414428999999984e2"],["-0.10473277300000001e3","0.77411377000000073e2"],["-0.10453832999999997e3","0.77338318000000072e2"],["-0.10448889199999996e3","0.77318603999999993e2"],["-0.10439555399999995e3","0.77276382000000069e2"],["-0.10438834400000002e3","0.77271378000000141e2"],["-0.10438137799999998e3","0.77264435000000105e2"],["-0.10437998999999996e3","0.77261931999999945e2"],["-0.10436554699999999e3","0.77230270000000019e2"],["-0.10436749299999997e3","0.77224425999999994e2"],["-0.10440499899999992e3","0.77172485000000108e2"],[-104.416946,"0.77161926000000051e2"],["-0.10443804899999998e3","0.77150543000000027e2"],["-0.10447250400000001e3",77.13749700000011],[-104.5,"0.77133040999999992e2"],["-0.10452250699999996e3","0.77130539000000113e2"],["-0.10474027999999993e3","0.77108597000000088e2"],["-0.10479028299999999e3","0.77108871000000022e2"],["-0.10483249699999993e3","0.77113312000000121e2"],["-0.10485333300000002e3","0.77117477000000122e2"],["-0.10486916400000001e3","0.77123596000000134e2"],[-104.883331,"0.77135543999999982e2"],["-0.10489250199999992e3","0.77141936999999928e2"],[-104.906387,"0.77147491000000116e2"],["-0.10492250099999995e3","0.77152481000000023e2"],[-104.945267,"0.77157211000000018e2"],[-104.993607,"0.77164992999999981e2"],["-0.10504444899999993e3","0.77171371000000136e2"],["-0.10509583999999995e3","0.77176085999999998e2"],["-0.10511971999999997e3","0.77176650999999993e2"],["-0.10513751200000002e3","0.77176085999999998e2"],["-0.10515167200000002e3","0.77171371000000136e2"],["-0.10524694799999997e3","0.77193863000000022e2"],["-0.10540888999999999e3","0.77281661999999983e2"],["-0.10541722099999998e3","0.77284714000000065e2"],["-0.10545527599999997e3","0.77291930999999977e2"],[-105.48111,"0.77294983000000116e2"],["-0.10550666799999993e3",77.299149],[-105.531677,77.30525200000011],["-0.10555027799999999e3","0.77311645999999996e2"],["-0.10557195300000001e3","0.77323317999999915e2"],["-0.10567916899999994e3","0.77447479000000044e2"],[-105.691101,"0.77497208000000057e2"],["-0.10583444199999997e3","0.77610260000000096e2"],["-0.10585833700000001e3","0.77626923000000147e2"],[-105.878601,"0.77639709000000096e2"],["-0.10588890100000003e3","0.77645263999999997e2"],["-0.10593083200000001e3","0.77663040000000137e2"],["-0.10594776899999994e3","0.77668868999999972e2"],["-0.10598000299999995e3","0.77679427999999973e2"],["-0.10601471700000002e3","0.77688583000000051e2"],["-0.10608361799999989e3",77.71026599999999],["-0.10609166699999997e3",77.71527100000003],["-0.10609472700000003e3","0.77724151999999947e2"],["-0.10608917199999996e3",77.72886699999998],["-0.10607945299999989e3","0.77732758000000047e2"],["-0.10604055800000003e3","0.77744980000000055e2"],["-0.10601222200000001e3","0.77750549000000035e2"],["-0.10594167299999987e3","0.77759720000000016e2"],["-0.10591388699999999e3","0.77762497000000053e2"],["-0.10570056199999999e3","0.77753600999999946e2"],["-0.10564890299999996e3","0.77748596000000077e2"],["-0.10555248999999998e3","0.77729430999999977e2"],["-0.10550666799999993e3","0.77719711000000075e2"],["-0.10547028399999999e3","0.77709152000000017e2"],["-0.10538971699999996e3","0.77683868000000018e2"],["-0.10517360699999995e3","0.77612198000000035e2"],["-0.10515695199999999e3","0.77606093999999985e2"],["-0.10503971899999999e3","0.77552199999999971e2"],["-0.10502778599999994e3","0.77546371000000136e2"],[-104.968613,"0.77514435000000049e2"],["-0.10495916699999998e3","0.77508041000000048e2"],["-0.10494888300000002e3","0.77496094000000085e2"],["-0.10494499199999996e3","0.77484984999999995e2"],[-104.946663,"0.77479155999999989e2"],["-0.10495249899999999e3","0.77474425999999937e2"],["-0.10496749899999998e3","0.77468872000000147e2"],["-0.10501027699999986e3","0.77458603000000096e2"],["-0.10501194800000002e3",77.45277400000009],["-0.10501806599999986e3","0.77411925999999994e2"],["-0.10501027699999986e3","0.77408034999999927e2"]],[["-0.95405838000000017e2","0.77763885000000016e2"],["-0.95408889999999928e2",77.75221300000004],["-0.95406113000000005e2","0.77746094000000028e2"],["-0.95389724999999942e2","0.77739426000000037e2"],["-0.95363892000000021e2","0.77737198000000092e2"],["-0.95343886999999995e2","0.77738037000000077e2"],["-0.95118606999999997e2",77.74971000000005],["-0.95087783999999942e2",77.75221300000004],["-0.95059433000000013e2","0.77756653000000085e2"],["-0.95029174999999952e2","0.77767211999999915e2"],["-0.95010833999999988e2","0.77777771000000143e2"],["-0.94981673999999998e2","0.77780823000000055e2"],["-0.94951674999999966e2","0.77782486000000006e2"],["-0.94752228000000002e2","0.77788589000000115e2"],["-0.94728881999999942e2","0.77788315000000011e2"],["-0.94623321999999973e2","0.77783599999999979e2"],["-0.94572783999999899e2","0.77780548000000067e2"],["-0.94542220999999927e2","0.77773880000000077e2"],["-0.94521118000000001e2","0.77767761000000064e2"],["-0.94477492999999924e2","0.77764708999999982e2"],["-0.94448607999999979e2","0.77765273999999977e2"],["-0.94356658999999866e2","0.77767487000000131e2"],["-0.94252501999999936e2","0.77772216999999955e2"],["-0.94089995999999928e2","0.77765823000000125e2"],["-0.94030288999999982e2","0.77760543999999982e2"],["-0.93951110999999969e2","0.77735535000000141e2"],["-0.93935821999999973e2","0.77732483000000059e2"],["-0.93931380999999988e2","0.77732483000000059e2"],["-0.93826675000000023e2","0.77739426000000037e2"],["-0.93820007000000032e2","0.77744980000000055e2"],["-0.93817779999999971e2",77.75082400000008],["-0.93806655999999919e2","0.77756378000000041e2"],["-0.93786666999999966e2","0.77761108000000092e2"],[-93.68638599999997,"0.77773880000000077e2"],[-93.65695199999999,77.776657],["-0.93629439999999931e2",77.77609300000006],["-0.93546111999999994e2","0.77770827999999995e2"],["-0.93241669000000002e2","0.77733871000000136e2"],["-0.93233886999999868e2","0.77732483000000059e2"],[-93.17471299999994,"0.77704163000000051e2"],["-0.93101944000000003e2","0.77662490999999989e2"],["-0.93106658999999922e2","0.77660263000000043e2"],[-93.14834599999989,"0.77645538000000101e2"],["-0.93164169000000015e2",77.64027400000009],["-0.93196380999999974e2","0.77637206999999989e2"],["-0.93222504000000015e2","0.77638596000000007e2"],["-0.93249161000000015e2","0.77641663000000108e2"],["-0.93277221999999938e2","0.77643599999999935e2"],["-0.93303054999999972e2","0.77643599999999935e2"],[-93.35943599999996,"0.77635818000000029e2"],["-0.93379439999999988e2","0.77630814000000044e2"],["-0.93390288999999939e2","0.77625533999999959e2"],["-0.93397232000000031e2","0.77619979999999998e2"],["-0.93486388999999974e2",77.54553199999998],["-0.93502501999999993e2","0.77503052000000082e2"],["-0.93477782999999988e2","0.77492477000000122e2"],["-0.93474715999999944e2","0.77487487999999985e2"],["-0.93474166999999909e2","0.77476379000000065e2"],["-0.93475280999999995e2",77.47137499999991],["-0.93480834999999956e2","0.77466660000000104e2"],["-0.93537780999999995e2","0.77445816000000093e2"],["-0.93553054999999915e2","0.77440811000000053e2"],["-0.93570556999999951e2","0.77437759000000142e2"],["-0.93906661999999983e2","0.77433319000000097e2"],["-0.93933884000000035e2","0.77433593999999971e2"],[-94.25167799999997,"0.77455261000000007e2"],["-0.94319457999999997e2","0.77468597000000102e2"],["-0.94345001000000025e2","0.77472487999999998e2"],["-0.94468886999999995e2","0.77476929000000098e2"],["-0.94801101999999901e2","0.77480270000000132e2"],["-0.95032226999999978e2","0.77469986000000119e2"],["-0.95123610999999983e2","0.77463882000000069e2"],["-0.95204453000000001e2","0.77460814999999968e2"],["-0.95252791999999943e2","0.77460814999999968e2"],["-0.95294998000000021e2","0.77466385000000059e2"],["-0.95346389999999985e2","0.77469986000000119e2"],["-0.95477492999999981e2","0.77473877000000016e2"],["-0.95532776000000013e2","0.77473601999999971e2"],["-0.95726105000000018e2","0.77470260999999937e2"],["-0.95823623999999938e2","0.77466385000000059e2"],["-0.95838897999999858e2","0.77462493999999992e2"],["-0.95864166000000012e2","0.77462203999999986e2"],["-0.95889450000000011e2","0.77464432000000102e2"],[-96,"0.77479980000000126e2"],["-0.96061385999999857e2","0.77491652999999985e2"],["-0.96083327999999995e2","0.77497756999999979e2"],["-0.96099730999999963e2","0.77504439999999988e2"],["-0.96259170999999981e2","0.77571929999999952e2"],["-0.96318343999999968e2","0.77598877000000073e2"],["-0.96328888000000006e2","0.77604980000000012e2"],["-0.96255568999999923e2","0.77689697000000024e2"],["-0.96241104000000007e2","0.77694977000000108e2"],["-0.96194442999999978e2","0.77704987000000017e2"],["-0.96077224999999942e2","0.77726929000000041e2"],["-0.95934433000000013e2","0.77753052000000025e2"],["-0.95918059999999969e2","0.77755554000000075e2"],["-0.95897231999999974e2","0.77757492000000013e2"],["-0.95869445999999925e2","0.77757217000000026e2"],["-0.95848052999999993e2","0.77755264000000068e2"],["-0.95742767000000015e2","0.77762207000000046e2"],["-0.95630553999999961e2","0.77771102999999982e2"],["-0.95583892999999932e2","0.77779709000000082e2"],["-0.95570007000000032e2","0.77784149000000127e2"],["-0.95566101000000003e2",77.78776600000009],["-0.95565552000000025e2","0.77792755000000056e2"],["-0.95552779999999927e2","0.77796097000000145e2"],["-0.95528884999999946e2","0.77801086000000112e2"],[-95.49610899999999,"0.77805542000000059e2"],["-0.95465285999999935e2",77.80802900000009],["-0.95427779999999984e2","0.77803314000000057e2"],["-0.95418335000000013e2","0.77798874000000069e2"],["-0.95410827999999981e2","0.77792480000000012e2"],[-95.40695199999999,"0.77787201000000039e2"],[-95.404449,"0.77776381999999955e2"],["-0.95405838000000017e2","0.77763885000000016e2"]],[["-0.77851944000000003e2","0.77774429000000055e2"],["-0.77875274999999874e2","0.77774429000000055e2"],["-0.77888061999999877e2","0.77781372000000033e2"],["-0.77930556999999965e2","0.77808868000000075e2"],["-0.77955001999999922e2","0.77830276000000026e2"],["-0.77952224999999999e2","0.77833054000000004e2"],["-0.77936385999999914e2","0.77839157000000114e2"],["-0.77906386999999995e2","0.77844437000000028e2"],["-0.77880279999999914e2","0.77848038000000031e2"],["-0.77821121000000005e2","0.77854431000000034e2"],["-0.77717772999999966e2","0.77863037000000134e2"],["-0.77676102000000014e2","0.77864700000000028e2"],["-0.77622771999999941e2","0.77862762000000089e2"],["-0.77596389999999985e2","0.77860808999999961e2"],["-0.77582779000000016e2","0.77858032000000094e2"],["-0.77575286999999946e2","0.77854980000000126e2"],["-0.77568619000000012e2","0.77849716000000001e2"],["-0.77575561999999991e2","0.77823608000000036e2"],["-0.77579178000000013e2",77.81860400000005],["-0.77592772999999909e2","0.77813309000000004e2"],["-0.77628052000000025e2","0.77804153000000042e2"],["-0.77658889999999985e2",77.79693600000013],["-0.77680557000000022e2","0.77792755000000056e2"],["-0.77851944000000003e2","0.77774429000000055e2"]],[["-0.10171140300000002e3","0.77901657000000057e2"],[-101.671944,"0.77893326000000002e2"],["-0.10162082699999996e3","0.77884430000000066e2"],["-0.10152443700000003e3","0.77869980000000112e2"],[-101.450287,"0.77861098999999967e2"],["-0.10136833200000001e3","0.77853867000000093e2"],["-0.10126555599999995e3","0.77842758000000003e2"],["-0.10123777799999993e3","0.77838882000000126e2"],["-0.10119138299999997e3","0.77830826000000059e2"],["-0.10116139199999992e3","0.77822769000000051e2"],["-0.10096056399999992e3","0.77759155000000135e2"],["-0.10092639200000002e3","0.77743317000000104e2"],["-0.10092555199999998e3","0.77737198000000092e2"],["-0.10092887899999999e3","0.77731369000000086e2"],["-0.10094055200000003e3","0.77726929000000041e2"],["-0.10096472199999994e3",77.72554000000008],[-101.096947,"0.77719436999999914e2"],["-0.10121694899999994e3","0.77721924000000001e2"],["-0.10126777599999997e3","0.77725815000000068e2"],["-0.10131806899999992e3","0.77726089000000002e2"],["-0.10150695799999994e3","0.77724991000000102e2"],["-0.10153527799999995e3","0.77723602000000142e2"],["-0.10156471299999993e3","0.77720535000000041e2"],["-0.10158583099999993e3",77.71527100000003],[-101.593613,"0.77709427000000005e2"],["-0.10160582699999992e3","0.77703873000000044e2"],["-0.10162249799999995e3",77.69859300000013],["-0.10165222199999994e3","0.77694427000000076e2"],["-0.10179888900000003e3","0.77676376000000062e2"],["-0.10182640099999992e3","0.77676086000000055e2"],["-0.10201695299999994e3","0.77679703000000018e2"],["-0.10206777999999997e3","0.77682205000000067e2"],[-102.1416779999999,"0.77690810999999997e2"],["-0.10243639399999995e3","0.77729705999999965e2"],["-0.10244444299999998e3","0.77731934000000081e2"],["-0.10251083399999999e3","0.77786102000000085e2"],["-0.10252971600000001e3","0.77834152000000074e2"],["-0.10251806599999992e3","0.77844146999999964e2"],["-0.10249889400000001e3","0.77855545000000006e2"],["-0.10245889299999999e3","0.77871094000000085e2"],["-0.10244249000000002e3","0.77876648000000102e2"],["-0.10241665599999999e3","0.77881927000000076e2"],["-0.10238778699999995e3","0.77884155000000021e2"],["-0.10213999899999999e3","0.77896378000000084e2"],["-0.10208389299999999e3","0.77897217000000069e2"],["-0.10204915599999998e3","0.77896942000000024e2"],["-0.10191583299999996e3","0.77893875000000094e2"],["-0.10183194699999996e3","0.77893875000000094e2"],[-101.779449,"0.77896378000000084e2"],["-0.10174973299999999e3","0.77899719000000118e2"],["-0.10171140300000002e3","0.77901657000000057e2"]],[["-0.11407305899999994e3","0.77981659000000036e2"],[-113.9813769999999,"0.77934982000000105e2"],["-0.11397501399999993e3","0.77931091000000038e2"],["-0.11397222899999997e3","0.77925262000000032e2"],["-0.11397222899999997e3","0.77919983000000059e2"],[-113.9583439999999,"0.77914993000000038e2"],["-0.11392388900000003e3","0.77910812000000135e2"],["-0.11389499699999993e3","0.77908325000000048e2"],["-0.11384028599999999e3","0.77906097000000102e2"],["-0.11372666899999996e3","0.77896103000000039e2"],[-113.70639,"0.77891663000000051e2"],["-0.11358556399999998e3","0.77825820999999962e2"],["-0.11357861300000002e3","0.77819991999999957e2"],["-0.11357611099999997e3","0.77814147999999989e2"],["-0.11358750899999995e3",77.80802900000009],["-0.11361916399999996e3","0.77795821999999987e2"],["-0.11365972899999997e3","0.77783324999999991e2"],["-0.11378832999999992e3","0.77745255000000043e2"],["-0.11390833999999995e3","0.77726379000000009e2"],["-0.11393472300000002e3",77.72387700000013],["-0.11411444099999989e3","0.77706649999999911e2"],["-0.11419304699999998e3",77.69802900000002],["-0.11422305299999999e3","0.77698868000000004e2"],["-0.11427722199999999e3","0.77702209000000039e2"],["-0.11433112299999999e3","0.77709717000000012e2"],[-114.415009,"0.77731369000000086e2"],[-114.514183,"0.77765273999999977e2"],["-0.11466251399999999e3","0.77803863999999919e2"],["-0.11470916699999998e3","0.77813599000000011e2"],["-0.11473029300000002e3","0.77818877999999984e2"],["-0.11484834299999994e3","0.77854706000000022e2"],["-0.11507721699999996e3","0.77938582999999994e2"],["-0.11511138900000003e3","0.77953872999999987e2"],["-0.11511501299999992e3","0.77956375000000037e2"],["-0.11511609599999991e3","0.77958327999999995e2"],["-0.11510833700000001e3","0.77961380000000077e2"],["-0.11509084300000001e3","0.77963608000000079e2"],["-0.11506054699999993e3","0.77963882000000012e2"],["-0.11503388999999993e3","0.77962204000000042e2"],["-0.11493028299999997e3","0.77960541000000148e2"],["-0.11481973299999993e3","0.77973037999999917e2"],["-0.11479778299999992e3","0.77975540000000024e2"],["-0.11477749599999993e3","0.77981659000000036e2"],["-0.11474027999999998e3","0.78000000000000057e2"],["-0.11460582699999998e3",78.03054800000001],["-0.11440083299999998e3","0.78067490000000021e2"],["-0.11435500300000001e3","0.78070541000000048e2"],["-0.11432694999999995e3",78.0711060000001],["-0.11430332899999996e3","0.78070541000000048e2"],["-0.11428694200000001e3","0.78066086000000041e2"],["-0.11407305899999994e3","0.77981659000000036e2"]],[["-0.10958805799999999e3","0.78064697000000024e2"],["-0.10958056599999998e3","0.78058319000000097e2"],["-0.10958112299999988e3","0.78041367000000093e2"],["-0.10958528100000001e3","0.78035538000000088e2"],["-0.10966972399999997e3","0.77971649000000127e2"],["-0.10968305999999995e3","0.77965820000000122e2"],["-0.10970556599999986e3","0.77959991000000116e2"],["-0.10976027699999997e3","0.77951096000000064e2"],["-0.10981527699999992e3","0.77942749000000106e2"],["-0.10984249899999998e3","0.77938873000000001e2"],["-0.10989750699999996e3","0.77932755000000043e2"],["-0.11000723299999987e3","0.77921371000000136e2"],["-0.11014499699999999e3","0.77911926000000108e2"],[-110.162781,"0.77906936999999971e2"],["-0.11016665599999999e3","0.77901093000000117e2"],["-0.11019611399999991e3","0.77896652000000017e2"],["-0.11022112299999998e3","0.77893875000000094e2"],["-0.11024889399999995e3","0.77893875000000094e2"],["-0.11048999000000003e3","0.77883881000000088e2"],["-0.11062666300000001e3","0.77873032000000023e2"],["-0.11065416700000003e3","0.77871918000000051e2"],["-0.11079250299999995e3","0.77870819000000097e2"],[-110.846947,"0.77866379000000052e2"],["-0.11087389400000001e3","0.77862198000000149e2"],["-0.11089584400000001e3","0.77856093999999928e2"],["-0.11090139799999992e3","0.77849716000000001e2"],["-0.11090471600000001e3","0.77843872000000147e2"],["-0.11090360999999996e3","0.77838042999999971e2"],["-0.11090028399999994e3","0.77832763999999997e2"],["-0.11089444699999996e3","0.77826934999999992e2"],["-0.11088639799999987e3","0.77820831000000112e2"],["-0.11074388099999993e3","0.77773605000000089e2"],["-0.11071556099999992e3","0.77768875000000037e2"],["-0.11065888999999999e3","0.77759720000000016e2"],["-0.11063110399999994e3","0.77758040999999992e2"],["-0.11060138699999999e3","0.77758881000000031e2"],["-0.11051972999999992e3","0.77763321000000019e2"],["-0.11041583299999996e3","0.77770827999999995e2"],["-0.11039306599999986e3","0.77773041000000148e2"],[-110.368607,"0.77776381999999955e2"],["-0.11028916899999996e3","0.77782486000000006e2"],["-0.11016111799999999e3","0.77784149000000127e2"],["-0.11013305700000001e3","0.77780548000000067e2"],["-0.11010500299999995e3","0.77774994000000049e2"],["-0.11009028599999994e3","0.77769150000000081e2"],["-0.11008029199999993e3","0.77763321000000019e2"],["-0.11004055800000003e3","0.77637496999999996e2"],["-0.11008029199999993e3","0.77563599000000067e2"],["-0.11008416699999992e3","0.77557755000000043e2"],["-0.11009221599999995e3","0.77551926000000037e2"],["-0.11011749299999997e3","0.77539978000000019e2"],["-0.11020333899999997e3","0.77511383000000137e2"],["-0.11022501399999987e3","0.77505264000000125e2"],["-0.11027055399999995e3",77.49581900000004],["-0.11029695100000004e3","0.77491652999999985e2"],[-110.502228,"0.77460266000000047e2"],["-0.11081500199999999e3","0.77424988000000042e2"],["-0.11082749899999999e3","0.77419144000000017e2"],["-0.11085082999999992e3","0.77414428999999984e2"],["-0.11087721299999998e3","0.77411377000000073e2"],[-110.95639,"0.77407486000000006e2"],["-0.11100974299999996e3","0.77406096999999988e2"],["-0.11106527699999998e3","0.77406096999999988e2"],["-0.11111721799999992e3","0.77408874999999966e2"],[-111.172234,"0.77416092000000106e2"],["-0.11129998799999993e3","0.77419144000000017e2"],["-0.11146305799999999e3","0.77393051000000071e2"],["-0.11161833200000001e3","0.77373871000000122e2"],["-0.11182501199999996e3",77.34887700000013],[-112.031113,"0.77324707000000103e2"],["-0.11205722000000003e3","0.77323317999999915e2"],[-112.083618,"0.77323043999999982e2"],["-0.11213694800000002e3","0.77323317999999915e2"],["-0.11216639700000002e3","0.77325271999999984e2"],["-0.11241306299999997e3","0.77356094000000041e2"],["-0.11243888900000002e3","0.77361099000000081e2"],["-0.11248222399999992e3","0.77371094000000028e2"],[-112.5,"0.77378235000000018e2"],["-0.11250778200000002e3","0.77381363000000022e2"],["-0.11252139299999999e3","0.77389434999999992e2"],["-0.11252333099999993e3","0.77395263999999997e2"],["-0.11252694700000001e3","0.77399719000000061e2"],[-112.545547,"0.77415817000000061e2"],[-112.587784,"0.77449141999999938e2"],["-0.11260109699999992e3","0.77455261000000007e2"],[-112.626938,"0.77459427000000062e2"],["-0.11265387699999997e3","0.77458878000000141e2"],["-0.11268222000000003e3","0.77456939999999975e2"],["-0.11269721999999996e3","0.77455261000000007e2"],["-0.11273889200000002e3","0.77445816000000093e2"],[-112.764183,"0.77441650000000038e2"],["-0.11279083300000002e3","0.77441086000000098e2"],["-0.11280249000000003e3","0.77442474000000004e2"],["-0.11292887899999994e3","0.77464157000000114e2"],["-0.11295777899999996e3","0.77469436999999971e2"],["-0.11296389799999992e3","0.77474152000000004e2"],["-0.11296806299999992e3","0.77485809000000131e2"],["-0.11296806299999992e3","0.77492203000000018e2"],["-0.11297028399999999e3","0.77498032000000023e2"],[-112.978882,"0.77503326000000015e2"],["-0.11299445300000002e3","0.77508881000000088e2"],["-0.11301167299999997e3","0.77512771999999984e2"],["-0.11303751399999999e3","0.77515823000000012e2"],["-0.11306500199999999e3","0.77517211999999972e2"],["-0.11314611799999994e3","0.77517761000000121e2"],["-0.11317388900000003e3","0.77519440000000145e2"],[-113.198036,"0.77523880000000133e2"],["-0.11320472699999999e3","0.77529433999999981e2"],["-0.11323805199999998e3","0.77581375000000037e2"],["-0.11324027999999993e3","0.77587204000000042e2"],["-0.11316251399999993e3","0.77609146000000123e2"],[-113.1875,"0.77739426000000037e2"],["-0.11320556599999998e3","0.77744431000000077e2"],["-0.11326251200000002e3","0.77755554000000075e2"],[-113.283073,"0.77761108000000092e2"],["-0.11329444899999999e3","0.77766662999999994e2"],["-0.11330387899999994e3","0.77773041000000148e2"],["-0.11331054699999993e3","0.77778595000000109e2"],["-0.11331500199999994e3","0.77783875000000023e2"],["-0.11331973299999999e3","0.77795531999999923e2"],["-0.11331973299999999e3","0.77807204999999954e2"],["-0.11331749699999995e3","0.77813033999999959e2"],["-0.11330638099999993e3","0.77837203999999986e2"],["-0.11323473399999989e3","0.77901657000000057e2"],["-0.11323082699999992e3","0.77903594999999996e2"],["-0.11320973200000003e3",77.90887500000008],["-0.11312721299999998e3","0.77912201000000096e2"],["-0.11309973100000002e3","0.77912766000000147e2"],["-0.11307167099999998e3","0.77912201000000096e2"],["-0.11304666099999997e3","0.77907761000000107e2"],["-0.11303971899999999e3","0.77901932000000102e2"],["-0.11294360399999999e3","0.77911926000000108e2"],["-0.11280499299999985e3","0.77933043999999995e2"],["-0.11278333299999997e3","0.77937195000000088e2"],["-0.11276666299999999e3","0.77942474000000061e2"],["-0.11274194299999988e3","0.77951660000000004e2"],["-0.11257444799999996e3","0.77979431000000091e2"],["-0.11246694899999994e3","0.77992477000000008e2"],["-0.11229499800000002e3","0.78010544000000095e2"],["-0.11212526699999995e3",78.00610400000005],["-0.11197944599999994e3","0.78018599999999992e2"],[-111.787216,"0.78033599999999922e2"],["-0.11177610800000002e3","0.78028046000000131e2"],[-111.756393,"0.78024428999999998e2"],["-0.11173055999999997e3","0.78024155000000064e2"],["-0.11170556599999998e3","0.78026931999999988e2"],["-0.11163221699999991e3","0.78040817000000061e2"],["-0.11134583999999995e3","0.78076935000000105e2"],["-0.11131833599999999e3",78.08027600000014],["-0.11128832999999997e3","0.78081940000000145e2"],["-0.11109333800000002e3","0.78092484000000013e2"],[-111.048607,"0.78093597000000102e2"],["-0.11102749599999999e3","0.78093322999999998e2"],["-0.11099861099999993e3","0.78090546000000074e2"],["-0.11099749799999995e3","0.78084717000000069e2"],["-0.11100110599999994e3","0.78079987000000017e2"],[-110.995003,"0.78074158000000011e2"],["-0.11090334300000001e3","0.78062194999999974e2"],[-110.861107,"0.78061645999999996e2"],["-0.11083306899999997e3",78.06303400000013],["-0.11080555700000002e3","0.78065262000000075e2"],["-0.11078778099999994e3",78.0711060000001],["-0.11077500899999995e3","0.78076935000000105e2"],["-0.11077139299999999e3","0.78082764000000111e2"],["-0.11076334399999996e3","0.78088882000000069e2"],["-0.11074553700000001e3","0.78094711000000075e2"],["-0.11072721899999988e3","0.78097762999999986e2"],["-0.11067051700000002e3","0.78101089000000002e2"],["-0.11054998799999998e3","0.78106094000000098e2"],["-0.11046584299999995e3","0.78108597000000032e2"],["-0.11023777799999999e3","0.78110809000000131e2"],["-0.11010082999999992e3","0.78108597000000032e2"],["-0.10995916699999987e3","0.78104705999999965e2"],["-0.10978916899999996e3","0.78099716000000114e2"],["-0.10967777999999998e3","0.78091933999999981e2"],["-0.10965387699999985e3","0.78088318000000129e2"],["-0.10960527000000002e3",78.0711060000001],["-0.10958805799999999e3","0.78064697000000024e2"]],[["-0.10165139799999997e3","0.78144714000000022e2"],["-0.10167527799999999e3","0.78144440000000088e2"],[-101.859444,78.15525800000006],["-0.10187917299999992e3","0.78158324999999991e2"],["-0.10188194299999998e3","0.78162201000000039e2"],["-0.10177610800000002e3","0.78216385000000116e2"],["-0.10175334199999992e3","0.78227203000000088e2"],["-0.10173137700000001e3","0.78232483000000116e2"],["-0.10170722999999987e3",78.23275799999999],["-0.10168472299999996e3","0.78230545000000006e2"],["-0.10168167099999994e3","0.78227478000000076e2"],["-0.10167250100000001e3","0.78226089000000115e2"],["-0.10163362100000001e3","0.78210815000000025e2"],["-0.10162277199999988e3","0.78204712000000086e2"],["-0.10161582899999996e3","0.78199416999999983e2"],["-0.10160360700000001e3","0.78187485000000038e2"],["-0.10159999099999993e3","0.78181090999999981e2"],["-0.10159861799999993e3","0.78175261999999975e2"],["-0.10159973100000002e3","0.78164429000000041e2"],["-0.10160527000000002e3","0.78159149000000127e2"],["-0.10161305199999998e3","0.78153594999999939e2"],["-0.10162581599999993e3","0.78148041000000148e2"],["-0.10165139799999997e3","0.78144714000000022e2"]],[["-0.10305695300000002e3","0.78119705000000067e2"],["-0.10311444099999994e3",78.11775200000011],["-0.10319444299999992e3",78.11914100000007],[-103.212784,"0.78120529000000033e2"],["-0.10323029300000002e3","0.78123871000000122e2"],["-0.10325862099999995e3","0.78134995000000004e2"],["-0.10327027900000002e3","0.78141097999999943e2"],["-0.10327722199999999e3","0.78146941999999967e2"],["-0.10328222700000003e3",78.15776100000005],["-0.10327971600000001e3","0.78163605000000075e2"],[-103.274719,"0.78169983000000002e2"],["-0.10326750199999998e3",78.17553700000002],["-0.10323916600000001e3","0.78192200000000071e2"],["-0.10322721899999993e3","0.78197754000000089e2"],["-0.10317027300000001e3","0.78219985999999949e2"],["-0.10312470999999999e3","0.78236649000000057e2"],["-0.10306276700000001e3","0.78258041000000048e2"],["-0.10304138199999994e3","0.78263610999999969e2"],["-0.10298693800000001e3",78.27276599999999],["-0.10293415800000002e3",78.27276599999999],["-0.10289750700000002e3","0.78269149999999968e2"],["-0.10282556199999993e3","0.78258881000000088e2"],[-102.8125,"0.78255829000000006e2"],["-0.10279860699999995e3","0.78250274999999988e2"],["-0.10278916899999996e3",78.24443100000002],["-0.10278222700000003e3","0.78238586000000055e2"],["-0.10278028899999993e3",78.23275799999999],["-0.10277639799999986e3","0.78215546000000131e2"],["-0.10277639799999986e3","0.78210266000000047e2"],[-102.781387,"0.78204987000000074e2"],["-0.10279332699999998e3","0.78199416999999983e2"],["-0.10285527000000002e3","0.78188872999999944e2"],["-0.10289806399999992e3",78.17804000000001],["-0.10293195300000002e3","0.78166931000000091e2"],["-0.10297721899999999e3","0.78150269000000094e2"],["-0.10301777599999997e3","0.78133606000000043e2"],["-0.10304167199999995e3","0.78122208000000001e2"],["-0.10305695300000002e3","0.78119705000000067e2"]],[["-0.94366652999999985e2","0.78159149000000127e2"],["-0.94378051999999968e2",78.15776100000005],["-0.94404448999999943e2","0.78159988000000112e2"],["-0.94506118999999956e2","0.78172760000000096e2"],["-0.94520003999999858e2","0.78177475000000129e2"],[-94.67111199999988,"0.78240814000000057e2"],["-0.94683060000000012e2","0.78247208000000057e2"],["-0.94694152999999915e2",78.2586060000001],["-0.94692215000000033e2","0.78264709000000039e2"],["-0.94681106999999884e2","0.78274155000000007e2"],["-0.94660827999999924e2","0.78279160000000047e2"],["-0.94635558999999944e2",78.28387500000008],["-0.94602218999999991e2","0.78287200999999925e2"],["-0.94572234999999921e2","0.78287766000000147e2"],["-0.94546386999999982e2","0.78284424000000058e2"],["-0.94515014999999892e2","0.78278046000000074e2"],["-0.94481948999999929e2","0.78268326000000002e2"],[-94.36111499999987,78.22164900000007],["-0.94344726999999978e2","0.78214706000000092e2"],["-0.94316665999999998e2","0.78197479000000044e2"],["-0.94309433000000013e2","0.78191086000000098e2"],["-0.94306945999999925e2","0.78184982000000048e2"],["-0.94309157999999968e2","0.78179153000000042e2"],["-0.94366652999999985e2","0.78159149000000127e2"]],[["-0.88287215999999944e2",78.24331699999999],["-0.88360001000000011e2","0.78237761999999918e2"],["-0.88381942999999978e2","0.78242476999999951e2"],["-0.88393616000000009e2","0.78248871000000008e2"],["-0.88404723999999987e2",78.25999500000006],["-0.88407500999999911e2","0.78264435000000105e2"],["-0.88411117999999931e2","0.78273879999999963e2"],[-88.40972899999997,"0.78292205999999965e2"],[-88.404449,"0.78298035000000027e2"],["-0.88235274999999888e2",78.42692599999998],["-0.88113051999999982e2",78.45526099999995],[-88.09445199999999,"0.78456940000000145e2"],["-0.88070281999999963e2","0.78454712000000029e2"],["-0.88061385999999914e2","0.78452484000000084e2"],["-0.88052779999999927e2","0.78445526000000086e2"],["-0.88049728000000016e2","0.78444427000000076e2"],["-0.88043334999999956e2","0.78436646000000053e2"],["-0.88044448999999929e2",78.42442299999999],["-0.88044997999999964e2","0.78421371000000079e2"],["-0.88046660999999972e2","0.78418868999999972e2"],["-0.88057220000000029e2","0.78407485999999949e2"],["-0.88166396999999961e2","0.78308029000000033e2"],["-0.88187774999999988e2","0.78291655999999932e2"],["-0.88245543999999995e2","0.78252777000000094e2"],["-0.88255004999999983e2","0.78247208000000057e2"],["-0.88287215999999944e2",78.24331699999999]],[["-0.10964806399999992e3","0.78588042999999971e2"],[-109.569458,"0.78586380000000077e2"],["-0.10954998799999998e3","0.78586655000000064e2"],["-0.10950055700000001e3","0.78582763999999997e2"],["-0.10940527299999997e3","0.78556931000000077e2"],["-0.10933416699999998e3","0.78524155000000121e2"],["-0.10926055899999994e3","0.78487198000000092e2"],["-0.10925556899999998e3","0.78482483000000059e2"],[-109.254997,"0.78478591999999992e2"],["-0.10926055899999994e3","0.78455826000000002e2"],["-0.10931806899999992e3",78.35803199999998],["-0.10932721700000002e3","0.78352203000000145e2"],["-0.10940499899999992e3","0.78306366000000082e2"],["-0.10942859599999997e3",78.303314],["-0.10959583999999995e3","0.78302765000000022e2"],[-109.766953,"0.78294144000000131e2"],["-0.10982444799999996e3","0.78293869000000086e2"],["-0.10985333300000002e3",78.29664600000001],[-109.882767,"0.78301376000000062e2"],["-0.10989306599999998e3","0.78307205000000067e2"],["-0.10989835399999998e3",78.3119200000001],["-0.10990862299999998e3","0.78317764000000068e2"],["-0.10992610200000001e3","0.78323043999999982e2"],["-0.10995527599999997e3","0.78325821000000076e2"],["-0.10998388699999998e3","0.78325546000000031e2"],["-0.11001251200000002e3","0.78323608000000092e2"],["-0.11019638099999997e3","0.78303864000000033e2"],["-0.11022444199999995e3","0.78299987999999928e2"],["-0.11025250199999999e3","0.78295822000000044e2"],[-110.279449,"0.78284987999999998e2"],["-0.11029778299999992e3","0.78281097000000102e2"],[-110.354446,"0.78276657000000057e2"],[-110.4119419999999,"0.78277206000000035e2"],[-110.484734,"0.78284424000000058e2"],["-0.11057167099999992e3","0.78289703000000031e2"],["-0.11065833999999995e3",78.29304500000012],["-0.11071556099999992e3","0.78292480000000126e2"],["-0.11078778099999994e3","0.78306931000000134e2"],["-0.11085665899999987e3","0.78327208999999982e2"],["-0.11085888699999998e3","0.78337769000000094e2"],["-0.11097501399999999e3","0.78363876000000005e2"],["-0.11100250199999999e3","0.78368042000000059e2"],["-0.11114138799999995e3","0.78386108000000036e2"],["-0.11116999799999996e3","0.78384155000000078e2"],["-0.11127778599999994e3","0.78372207999999944e2"],["-0.11127139299999999e3","0.78346100000000035e2"],["-0.11130610699999994e3","0.78321106000000043e2"],["-0.11141000400000001e3","0.78277206000000035e2"],["-0.11142304999999993e3","0.78272217000000069e2"],["-0.11143888899999996e3","0.78268600000000106e2"],["-0.11146250899999995e3","0.78267487000000017e2"],["-0.11150527999999997e3","0.78266936999999984e2"],["-0.11157556199999999e3","0.78270538000000045e2"],["-0.11165249599999993e3",78.27276599999999],["-0.11173832700000003e3",78.27276599999999],["-0.11176666299999994e3","0.78271378000000084e2"],["-0.11179527299999995e3","0.78271103000000096e2"],["-0.11182000700000003e3","0.78273604999999975e2"],["-0.11186472300000003e3","0.78296370999999965e2"],["-0.11188221699999997e3","0.78306931000000134e2"],["-0.11188861099999997e3","0.78312485000000095e2"],["-0.11189277599999997e3","0.78318054000000132e2"],["-0.11189167800000001e3","0.78322220000000016e2"],[-111.91861,"0.78332764000000054e2"],[-111.939438,"0.78338318000000072e2"],["-0.11213305700000001e3",78.36554000000001],["-0.11221501199999994e3","0.78365265000000136e2"],["-0.11243776700000001e3","0.78354431000000091e2"],["-0.11258306899999997e3","0.78343597000000045e2"],["-0.11268443299999996e3","0.78331375000000037e2"],["-0.11273916599999995e3","0.78323043999999982e2"],["-0.11278721599999989e3","0.78310531999999967e2"],["-0.11289083900000003e3","0.78292480000000126e2"],["-0.11294499199999996e3",78.28387500000008],["-0.11302694700000001e3",78.27276599999999],["-0.11305499299999997e3","0.78271378000000084e2"],["-0.11314222699999999e3","0.78268326000000002e2"],["-0.11316860999999994e3","0.78268600000000106e2"],["-0.11318831599999999e3","0.78269989000000123e2"],["-0.11321777299999985e3",78.27777100000003],["-0.11327333099999998e3","0.78296370999999965e2"],["-0.11328195199999999e3","0.78299713000000111e2"],[-113.287781,"0.78302475000000015e2"],["-0.11333249699999993e3","0.78328872999999987e2"],["-0.11333416699999998e3","0.78332764000000054e2"],["-0.11321611000000001e3","0.78385269000000108e2"],[-113.1241609999999,"0.78420822000000101e2"],["-0.11311527999999987e3","0.78423035000000084e2"],["-0.11303832999999997e3","0.78436919999999986e2"],["-0.11271167000000003e3","0.78484711000000061e2"],["-0.11260749800000002e3",78.4994200000001],["-0.11236305199999998e3","0.78533324999999991e2"],["-0.11231166100000002e3","0.78539977999999962e2"],["-0.11223805199999998e3","0.78547211000000004e2"],["-0.11212970699999994e3","0.78551926000000037e2"],["-0.11198805199999987e3","0.78552764999999965e2"],["-0.11190360999999996e3","0.78548874000000069e2"],["-0.11187304699999999e3","0.78544434000000081e2"],["-0.11185305800000003e3","0.78542755000000056e2"],["-0.11180972299999991e3","0.78545258000000047e2"],["-0.11175250199999994e3",78.55053700000002],["-0.11167777999999993e3","0.78563034000000016e2"],[-111.641953,"0.78574158000000068e2"],["-0.11160082999999997e3","0.78585266000000104e2"],["-0.11157224299999996e3","0.78588593000000003e2"],["-0.11145556599999998e3","0.78592758000000003e2"],["-0.11139195299999994e3",78.61192299999999],[-111.378601,"0.78617751999999996e2"],["-0.11137998999999991e3","0.78622757000000036e2"],["-0.11136305199999998e3",78.64276099999995],["-0.11116055299999999e3","0.78691649999999925e2"],["-0.11095612299999993e3","0.78718323000000112e2"],["-0.11079110700000001e3","0.78735259999999926e2"],[-110.6375119999999,"0.78748596000000077e2"],["-0.11046028100000001e3","0.78757492000000013e2"],["-0.11043055700000002e3","0.78758605999999986e2"],["-0.11041055299999999e3","0.78757767000000001e2"],["-0.11039527900000002e3","0.78756104000000107e2"],["-0.11038445299999989e3","0.78751389000000074e2"],[-110.271118,"0.78727768000000026e2"],["-0.11016416900000002e3",78.70915199999996],["-0.11007778899999988e3","0.78694977000000051e2"],["-0.10999722300000002e3","0.78683868000000018e2"],["-0.10986165599999998e3","0.78666930999999977e2"],["-0.10985582699999998e3","0.78660262999999986e2"],["-0.10986000100000001e3","0.78654433999999981e2"],["-0.10986165599999998e3","0.78649155000000007e2"],["-0.10986110699999995e3","0.78643326000000002e2"],["-0.10985526999999996e3","0.78637496999999996e2"],["-0.10967054699999989e3","0.78591370000000097e2"],["-0.10964806399999992e3","0.78588042999999971e2"]],[["-0.74306945999999982e2","0.78676651000000049e2"],["-0.74334166999999923e2","0.78675262000000089e2"],[-74.36721799999998,"0.78676086000000055e2"],["-0.74419448999999986e2","0.78681655999999919e2"],["-0.74614166000000012e2","0.78702774000000034e2"],["-0.74704726999999934e2","0.78722762999999929e2"],["-0.74710007000000019e2","0.78727477999999962e2"],["-0.74710281000000009e2","0.78731094000000041e2"],["-0.74706664999999987e2","0.78737488000000099e2"],["-0.74645003999999972e2","0.78772491000000059e2"],["-0.74632216999999969e2","0.78777206000000092e2"],["-0.74615829000000019e2","0.78778595000000109e2"],["-0.74591109999999958e2","0.78778870000000097e2"],["-0.74555557000000022e2","0.78776093000000003e2"],["-0.74356948999999929e2","0.78755829000000062e2"],["-0.74312042000000019e2","0.78750000000000057e2"],[-74.28195199999999,"0.78746094000000028e2"],["-0.74192489999999964e2","0.78729705999999965e2"],["-0.74167770000000019e2","0.78719986000000063e2"],["-0.74163619999999923e2","0.78716094999999996e2"],["-0.74172774999999888e2","0.78711380000000133e2"],["-0.74236388999999974e2","0.78687194999999917e2"],["-0.74256667999999934e2",78.6827550000001],[-74.28443900000002,"0.78678864000000033e2"],["-0.74306945999999982e2","0.78676651000000049e2"]],[["-0.96768065999999976e2","0.78684143000000006e2"],["-0.96708892999999989e2",78.6827550000001],["-0.96645003999999972e2","0.78686096000000134e2"],["-0.96613051999999982e2","0.78685532000000023e2"],["-0.96585007000000019e2",78.68331900000004],["-0.96533614999999941e2","0.78676926000000094e2"],["-0.96510559000000001e2","0.78672484999999995e2"],["-0.96466399999999965e2","0.78661926000000108e2"],["-0.96395279000000016e2","0.78640549000000078e2"],["-0.96379165999999998e2","0.78634430000000066e2"],["-0.96356109999999944e2","0.78627762000000075e2"],["-0.96315826000000015e2","0.78618042000000003e2"],["-0.96293883999999935e2","0.78615265000000079e2"],["-0.96265015000000005e2","0.78618866000000139e2"],["-0.96235549999999989e2","0.78627762000000075e2"],["-0.96202498999999875e2","0.78630264000000011e2"],["-0.96184432999999956e2","0.78628586000000041e2"],["-0.96167495999999971e2","0.78623306000000014e2"],["-0.96158889999999872e2","0.78617203000000075e2"],["-0.96152495999999985e2","0.78611374000000012e2"],["-0.96216400000000021e2","0.78560531999999967e2"],["-0.96178054999999915e2","0.78518875000000094e2"],["-0.96009445000000028e2","0.78492477000000122e2"],["-0.95857773000000009e2","0.78494980000000055e2"],["-0.95820006999999919e2","0.78502213000000097e2"],["-0.95746658000000025e2","0.78514998999999989e2"],[-95.71665999999999,"0.78519714000000022e2"],[-95.68472300000002,"0.78521103000000039e2"],["-0.95652221999999995e2","0.78521378000000027e2"],["-0.95601944000000003e2","0.78519714000000022e2"],["-0.95537215999999944e2","0.78514708999999982e2"],["-0.95481673999999998e2","0.78508881000000031e2"],["-0.95407775999999956e2","0.78497208000000057e2"],["-0.95206389999999942e2","0.78461655000000007e2"],["-0.95086944999999957e2","0.78437759000000085e2"],["-0.94895003999999972e2","0.78395828000000108e2"],["-0.94877776999999924e2","0.78391373000000101e2"],[-94.86082499999992,"0.78384720000000129e2"],["-0.94831679999999949e2","0.78364699999999971e2"],["-0.94829177999999956e2","0.78358871000000136e2"],["-0.94830840999999907e2","0.78352767999999969e2"],["-0.94837508999999955e2","0.78347214000000008e2"],["-0.94853332999999907e2","0.78341934000000094e2"],["-0.94941939999999988e2","0.78316375999999991e2"],["-0.94966948999999943e2","0.78311371000000122e2"],["-0.95096389999999928e2","0.78290268000000026e2"],[-95.36361699999992,78.24136400000009],["-0.95388061999999934e2","0.78236374000000012e2"],["-0.95399170000000026e2","0.78231093999999985e2"],["-0.95398620999999991e2","0.78226928999999984e2"],["-0.95388900999999976e2","0.78222488000000055e2"],["-0.95368880999999988e2","0.78218596999999988e2"],["-0.95345839999999953e2","0.78217758000000003e2"],["-0.95255279999999914e2",78.21804800000001],["-0.95227492999999981e2","0.78216660000000104e2"],["-0.95130829000000006e2","0.78194138000000009e2"],["-0.95113051999999925e2","0.78188583000000108e2"],["-0.95106948999999986e2","0.78185257000000092e2"],["-0.95108611999999994e2","0.78179428000000087e2"],["-0.95111937999999952e2","0.78174149000000114e2"],["-0.95111937999999952e2","0.78167480000000012e2"],["-0.95106109999999944e2","0.78161926000000051e2"],["-0.95089721999999995e2","0.78154984000000127e2"],["-0.95068068999999923e2","0.78148041000000148e2"],[-94.98332199999993,"0.78133040999999992e2"],[-94.90695199999999,"0.78117203000000131e2"],["-0.94889998999999989e2","0.78108870999999965e2"],["-0.94886947999999961e2","0.78102768000000026e2"],["-0.94911666999999852e2","0.78055251999999996e2"],["-0.95011397999999986e2","0.77991363999999919e2"],["-0.95043883999999935e2","0.77974991000000045e2"],["-0.95057494999999903e2","0.77969147000000078e2"],["-0.95085280999999952e2","0.77958878000000027e2"],["-0.95100554999999929e2","0.77953597999999943e2"],["-0.95112503000000004e2","0.77951385000000016e2"],["-0.95137511999999958e2","0.77950546000000031e2"],["-0.95162506000000008e2","0.77953597999999943e2"],["-0.95186385999999857e2","0.77957764000000054e2"],["-0.95211670000000026e2","0.77961105000000089e2"],["-0.95236938000000009e2",77.964157],["-0.95265838999999971e2","0.77966095000000109e2"],["-0.95321395999999993e2",77.96775800000006],["-0.95379989999999964e2","0.77966384999999946e2"],["-0.95400283999999999e2","0.77962769000000094e2"],[-95.41332999999986,"0.77959426999999948e2"],["-0.95425551999999925e2","0.77948029000000133e2"],["-0.95449722000000008e2",77.9433140000001],["-0.95549728000000016e2","0.77934143000000006e2"],["-0.95758057000000008e2","0.77911926000000108e2"],["-0.95830840999999964e2","0.77898880000000133e2"],["-0.95938599000000011e2","0.77885817999999972e2"],["-0.96189437999999939e2","0.77866089000000045e2"],["-0.96285552999999936e2","0.77859421000000054e2"],["-0.96317504999999926e2","0.77858322000000101e2"],[-96.345551,"0.77858597000000088e2"],["-0.96365279999999984e2","0.77859984999999995e2"],["-0.96386123999999995e2","0.77862762000000089e2"],["-0.96404174999999952e2","0.77868591000000094e2"],[-96.41194200000001,"0.77874984999999981e2"],["-0.96410827999999924e2","0.77880813999999987e2"],["-0.96405272999999966e2","0.77886382999999967e2"],["-0.96410552999999993e2","0.77890549000000078e2"],["-0.96416945999999996e2","0.77893875000000094e2"],[-96.43582200000003,"0.77898604999999975e2"],["-0.96456664999999987e2","0.77901657000000057e2"],["-0.96541107000000011e2","0.77897217000000069e2"],["-0.96734436000000017e2","0.77872757000000036e2"],["-0.96735000999999954e2",77.86692800000003],["-0.96710555999999997e2","0.77855545000000006e2"],["-0.96696380999999917e2","0.77850815000000125e2"],["-0.96667220999999927e2","0.77849152000000061e2"],["-0.96585007000000019e2","0.77856368999999972e2"],["-0.96558884000000035e2","0.77859421000000054e2"],["-0.96539718999999991e2","0.77864426000000094e2"],["-0.96516113000000018e2","0.77869430999999963e2"],["-0.96491668999999888e2","0.77870254999999929e2"],["-0.96515563999999983e2","0.77845535000000098e2"],["-0.96542770000000019e2","0.77841934000000037e2"],["-0.96628325999999959e2","0.77840546000000131e2"],[-96.68720999999988,"0.77840546000000131e2"],[-96.71166999999997,"0.77839706000000092e2"],["-0.96734160999999972e2","0.77835541000000092e2"],["-0.96748610999999926e2","0.77830276000000026e2"],["-0.96829452999999944e2","0.77789153999999996e2"],["-0.96849990999999989e2","0.77787201000000039e2"],["-0.96880553999999961e2","0.77786926000000051e2"],["-0.96900283999999999e2","0.77788315000000011e2"],["-0.96907776000000013e2","0.77790542999999957e2"],["-0.96912216000000001e2","0.77793045000000063e2"],["-0.96933884000000035e2","0.77797485000000052e2"],["-0.97014174999999966e2","0.77804153000000042e2"],["-0.97057495000000017e2","0.77805542000000059e2"],["-0.97072509999999909e2","0.77804153000000042e2"],["-0.97096953999999926e2","0.77803314000000057e2"],["-0.97102218999999991e2","0.77807479999999998e2"],["-0.97119720000000029e2","0.77865265000000079e2"],[-97.11999499999996,"0.77870254999999929e2"],["-0.97107497999999964e2","0.77876373000000058e2"],["-0.97081389999999942e2","0.77886658000000011e2"],["-0.97015563999999983e2","0.77904160000000047e2"],["-0.97002228000000002e2","0.77908600000000035e2"],[-96.99221799999998,"0.77914154000000053e2"],["-0.96992492999999911e2","0.77918869000000086e2"],["-0.96994995000000017e2","0.77921097000000032e2"],["-0.97142775999999969e2","0.77934982000000105e2"],["-0.97281676999999945e2","0.77948318000000086e2"],[-97.30999799999995,"0.77951096000000064e2"],["-0.97354445999999996e2","0.77962204000000042e2"],["-0.97380279999999971e2","0.77969986000000006e2"],["-0.97431670999999994e2","0.77986923000000047e2"],["-0.97454726999999934e2","0.77992752000000053e2"],["-0.97503066999999874e2","0.78002486999999917e2"],["-0.97572234999999978e2","0.78012497000000053e2"],["-0.97602782999999931e2","0.78015548999999965e2"],["-0.97673614999999984e2","0.78021378000000141e2"],[-97.75556899999998,"0.78025542999999971e2"],["-0.97766953000000001e2","0.78028870000000097e2"],[-97.77555799999999,"0.78034988000000055e2"],["-0.97666945999999996e2","0.78088043000000084e2"],["-0.97647781000000009e2","0.78090820000000008e2"],["-0.97618331999999953e2","0.78091660000000047e2"],["-0.97567504999999926e2","0.78089706000000035e2"],["-0.97513061999999991e2","0.78086655000000007e2"],[-97.43249499999996,"0.78080551000000128e2"],["-0.97323623999999995e2","0.78076935000000105e2"],["-0.97297775000000001e2","0.78076385000000073e2"],["-0.97024444999999901e2","0.78074706999999933e2"],["-0.96997771999999998e2","0.78075271999999984e2"],["-0.96910278000000005e2","0.78079163000000051e2"],["-0.96887511999999958e2","0.78083054000000118e2"],["-0.96855559999999912e2","0.78104155999999932e2"],["-0.96856383999999991e2","0.78108032000000037e2"],["-0.96870543999999995e2","0.78133330999999998e2"],["-0.96885558999999944e2","0.78138046000000031e2"],["-0.96983886999999925e2","0.78150818000000072e2"],["-0.97059157999999968e2",78.15776100000005],["-0.97138061999999934e2","0.78165817000000118e2"],["-0.97164444000000003e2","0.78168869000000029e2"],["-0.97184722999999963e2","0.78172485000000108e2"],["-0.97194992000000013e2",78.17692599999998],["-0.97200835999999924e2","0.78183593999999971e2"],["-0.97212509000000011e2","0.78189422999999977e2"],["-0.97299438000000009e2","0.78204712000000086e2"],["-0.97321120999999948e2","0.78207488999999953e2"],["-0.97349166999999966e2","0.78208602999999982e2"],["-0.97407776000000013e2","0.78207763999999997e2"],["-0.97635558999999944e2","0.78206650000000025e2"],["-0.97829453000000001e2","0.78219147000000021e2"],["-0.97849441999999954e2","0.78234711000000118e2"],["-0.97817504999999983e2",78.23275799999999],["-0.97773055999999997e2","0.78238876000000118e2"],["-0.97763335999999924e2",78.24443100000002],["-0.97777785999999878e2",78.25],["-0.97867766999999958e2","0.78279709000000025e2"],["-0.97881103999999993e2","0.78283600000000092e2"],["-0.97904175000000009e2",78.28804000000008],["-0.97930557000000022e2","0.78290817000000004e2"],["-0.98012786999999946e2","0.78296936000000017e2"],["-0.98054717999999923e2","0.78301651000000049e2"],["-0.98068343999999968e2","0.78308029000000033e2"],["-0.98070846999999958e2","0.78313599000000067e2"],["-0.98043610000000001e2","0.78389434999999992e2"],["-0.98148345999999947e2","0.78403870000000097e2"],["-0.98172226000000023e2",78.40498400000007],["-0.98198333999999988e2","0.78408599999999979e2"],["-0.98347778000000005e2","0.78443038999999999e2"],["-0.98366652999999985e2","0.78449416999999983e2"],["-0.98388061999999991e2","0.78467484000000013e2"],["-0.98410552999999993e2","0.78490265000000022e2"],["-0.98411391999999921e2",78.4952550000001],["-0.98410277999999948e2","0.78508040999999992e2"],["-0.98308884000000035e2","0.78533875000000023e2"],["-0.98171386999999982e2","0.78529709000000139e2"],["-0.98054442999999992e2","0.78533600000000035e2"],["-0.98022231999999917e2",78.53637700000013],["-0.98019164999999987e2","0.78542755000000056e2"],["-0.98028060999999923e2","0.78563309000000004e2"],["-0.98042220999999927e2","0.78569716999999969e2"],["-0.98080001999999922e2","0.78582763999999997e2"],["-0.98115004999999996e2","0.78593871999999976e2"],["-0.98139998999999989e2","0.78599425999999994e2"],["-0.98169158999999922e2","0.78603043000000127e2"],["-0.98235001000000011e2","0.78619141000000013e2"],["-0.98315276999999924e2",78.64387499999998],["-0.98326950000000011e2","0.78650542999999914e2"],["-0.98328063999999927e2","0.78652206000000035e2"],["-0.98371658000000025e2","0.78719986000000063e2"],["-0.98366104000000007e2","0.78763611000000026e2"],[-98.36471599999993,"0.78768051000000071e2"],[-98.17332499999992,"0.78812759000000142e2"],["-0.98144454999999994e2","0.78816666000000112e2"],[-98.06138599999997,"0.78818877999999984e2"],["-0.97777785999999878e2","0.78815262000000075e2"],[-97.65695199999999,"0.78811371000000008e2"],[-97.59973100000002,"0.78807479999999941e2"],["-0.97488602000000014e2","0.78796646000000067e2"],["-0.97461945000000014e2",78.792755],["-0.97436934999999892e2","0.78786925999999994e2"],["-0.97385559000000001e2","0.78776931999999988e2"],["-0.97359160999999972e2","0.78773041000000092e2"],["-0.97273620999999991e2","0.78764434999999992e2"],["-0.97160278000000005e2","0.78758881000000031e2"],["-0.97078063999999983e2",78.74971000000005],["-0.97025283999999942e2","0.78741928000000087e2"],["-0.96999725000000012e2","0.78736923000000047e2"],["-0.96954726999999934e2","0.78726379000000009e2"],["-0.96922500999999954e2","0.78713318000000072e2"],["-0.96913895000000025e2","0.78706940000000088e2"],["-0.96903884999999946e2","0.78701660000000061e2"],["-0.96886397999999986e2","0.78696640000000002e2"],["-0.96768065999999976e2","0.78684143000000006e2"]],[["-0.86319457999999997e2","0.78883606000000043e2"],["-0.86388061999999877e2","0.78883041000000048e2"],["-0.86414718999999934e2","0.78884430000000009e2"],["-0.86444442999999978e2","0.78887207000000103e2"],["-0.86469161999999926e2","0.78889708999999982e2"],["-0.86484436000000017e2","0.78892761000000121e2"],["-0.86476943999999889e2","0.78896378000000084e2"],[-86.43638599999997,"0.78911102000000085e2"],["-0.86386672999999973e2","0.78924988000000099e2"],["-0.86366104000000007e2","0.78929703000000131e2"],["-0.86346114999999998e2","0.78939697000000137e2"],["-0.86328613000000018e2","0.78950821000000019e2"],["-0.86292770000000019e2","0.78983047000000113e2"],["-0.86285277999999948e2","0.78993317000000047e2"],["-0.86283614999999941e2",78.99803200000008],["-0.86046951000000035e2","0.79038589000000059e2"],["-0.85990828999999962e2","0.79046936000000073e2"],["-0.85924437999999952e2","0.79053864000000033e2"],["-0.85896117999999944e2","0.79056931000000134e2"],["-0.85820007000000032e2","0.79061371000000008e2"],["-0.85712509000000011e2","0.79064148000000046e2"],["-0.85646118000000001e2",79.06442300000009],["-0.85321395999999936e2","0.79053864000000033e2"],["-0.85263335999999924e2","0.79048874000000012e2"],["-0.85216109999999901e2","0.79041367000000037e2"],["-0.85199722000000008e2","0.79037490999999989e2"],["-0.85182495000000017e2","0.79031372000000147e2"],["-0.85167220999999927e2","0.79020828000000108e2"],["-0.85169448999999986e2","0.79014709000000039e2"],["-0.85176391999999964e2","0.79008880999999974e2"],["-0.85186661000000015e2","0.79002777000000094e2"],[-85.20944199999991,"0.78993590999999981e2"],["-0.85225829999999974e2","0.78988586000000112e2"],["-0.85246947999999975e2","0.78984146000000067e2"],["-0.85301392000000021e2","0.78975266000000033e2"],["-0.85466110000000015e2","0.78958327999999995e2"],["-0.85546660999999972e2",78.95248400000014],["-0.85765563999999983e2",78.93414300000012],["-0.86026947000000007e2","0.78910262999999986e2"],["-0.86213897999999972e2","0.78891663000000051e2"],["-0.86244995000000017e2","0.78888321000000076e2"],["-0.86284163999999976e2","0.78885268999999994e2"],["-0.86319457999999997e2","0.78883606000000043e2"]],[["-0.10359388699999988e3","0.79325821000000019e2"],["-0.10339835399999993e3","0.79299988000000099e2"],["-0.10333556399999998e3","0.79299988000000099e2"],["-0.10326251200000002e3","0.79299988000000099e2"],["-0.10313999899999993e3","0.79287766000000147e2"],["-0.10309777799999995e3","0.79282486000000063e2"],["-0.10308361799999994e3","0.79279433999999981e2"],["-0.10306806899999992e3","0.79273880000000133e2"],["-0.10292111199999999e3",79.21748400000007],["-0.10292666600000001e3","0.79211105000000032e2"],["-0.10292639199999996e3","0.79206649999999968e2"],[-102.921944,"0.79200272000000041e2"],["-0.10290194699999995e3","0.79172211000000118e2"],["-0.10289167800000001e3","0.79166656000000046e2"],["-0.10287444299999987e3","0.79164992999999924e2"],["-0.10276862299999993e3","0.79138884999999959e2"],[-102.620003,"0.79097214000000008e2"],["-0.10261165599999998e3","0.79093048000000124e2"],["-0.10260582699999998e3","0.79074432000000115e2"],["-0.10260637700000001e3","0.79068054000000132e2"],[-102.612213,"0.79056641000000127e2"],[-102.654449,"0.78994141000000013e2"],["-0.10266555799999998e3",78.98275799999999],["-0.10267582700000003e3","0.78977478000000133e2"],["-0.10269860799999992e3","0.78971924000000115e2"],["-0.10272084000000001e3","0.78938309000000061e2"],["-0.10259500099999997e3","0.78876648000000046e2"],["-0.10257945299999994e3","0.78873032000000023e2"],["-0.10256082200000003e3","0.78869705000000067e2"],["-0.10255082700000003e3","0.78869431000000134e2"],["-0.10252887699999985e3","0.78873032000000023e2"],["-0.10239195299999994e3","0.78931656000000089e2"],["-0.10237638900000002e3","0.78946365000000128e2"],["-0.10238054699999998e3","0.78962769000000094e2"],["-0.10239806399999992e3","0.78987198000000035e2"],["-0.10236305199999998e3","0.79014999000000103e2"],["-0.10227944899999989e3","0.79018051000000014e2"],["-0.10209361299999989e3","0.79044144000000131e2"],["-0.10204943799999995e3","0.79054427999999973e2"],["-0.10201500699999997e3","0.79064987000000031e2"],["-0.10199333199999995e3","0.79076096000000121e2"],[-101.975281,"0.79080825999999945e2"],[-101.942207,"0.79084717000000012e2"],["-0.10190249599999993e3","0.79086380000000133e2"],["-0.10188194299999998e3","0.79086104999999918e2"],["-0.10164890299999996e3","0.79075821000000076e2"],["-0.10162805200000003e3","0.79071930000000009e2"],["-0.10154194599999994e3","0.79044708000000071e2"],[-101.5202789999999,"0.79038315000000125e2"],["-0.10130803699999996e3","0.78975815000000011e2"],["-0.10123166699999996e3","0.78959427000000119e2"],["-0.10120472699999999e3","0.78954162999999994e2"],["-0.10117666600000001e3",78.95387299999993],["-0.10115222199999988e3","0.78956650000000025e2"],["-0.10114334100000002e3","0.78962494000000049e2"],["-0.10114472999999992e3","0.78968323000000055e2"],["-0.10114083900000003e3","0.78974152000000061e2"],["-0.10109388699999994e3","0.78963608000000022e2"],["-0.10100556899999998e3","0.78943039000000056e2"],["-0.10098665599999998e3","0.78937195000000088e2"],["-0.10098528299999998e3","0.78931366000000025e2"],["-0.10111694299999988e3","0.78856934000000138e2"],["-0.10115278599999999e3",78.83998100000008],["-0.10119304699999992e3","0.78824431999999945e2"],["-0.10120056199999999e3","0.78820831000000112e2"],["-0.10120333899999997e3","0.78815811000000053e2"],["-0.10120084399999996e3","0.78811919999999986e2"],["-0.10118639400000001e3","0.78802765000000136e2"],["-0.10117278299999998e3","0.78800537000000134e2"],["-0.10099194299999999e3","0.78788879000000122e2"],["-0.10086389199999991e3","0.78781372000000033e2"],["-0.10083056599999992e3","0.78789703000000088e2"],["-0.10080055199999998e3","0.78793320000000051e2"],["-0.10070556599999998e3","0.78799712999999997e2"],["-0.10061389200000002e3","0.78798035000000084e2"],[-100.587784,"0.78799149000000057e2"],["-0.10055915799999997e3",78.80442800000003],["-0.10055027799999993e3","0.78809982000000048e2"],["-0.10053639199999998e3","0.78815536000000009e2"],["-0.10052443700000003e3","0.78818054000000018e2"],["-0.10035109699999998e3","0.78828323000000012e2"],["-0.10034445199999993e3","0.78826660000000118e2"],["-0.10032389799999999e3","0.78802200000000084e2"],["-0.10032250999999997e3","0.78797211000000118e2"],["-0.10033249699999993e3","0.78782760999999994e2"],["-0.10032333399999993e3","0.78778046000000131e2"],[-100.283073,"0.78767761000000064e2"],["-0.10022778299999993e3","0.78760544000000095e2"],["-0.10014334099999996e3",78.75221300000004],["-0.10012416100000002e3","0.78750000000000057e2"],["-0.10003250099999997e3","0.78739426000000037e2"],[-100.004997,"0.78735809000000074e2"],["-0.99952498999999989e2","0.78725540000000024e2"],[-99.93638599999997,"0.78719986000000063e2"],["-0.99896392999999932e2","0.78695816000000036e2"],["-0.99893889999999942e2","0.78693039000000113e2"],["-0.99893065999999976e2",78.6869200000001],["-0.99913329999999917e2","0.78679703000000018e2"],["-0.99972777999999948e2","0.78659987999999998e2"],[-100.0625,"0.78638885000000073e2"],[-100.0625,"0.78635544000000039e2"],["-0.10001666299999988e3","0.78616653000000042e2"],["-0.99988891999999908e2","0.78613876000000118e2"],[-99.96305799999999,"0.78614990000000091e2"],[-99.90972899999997,"0.78623871000000008e2"],["-0.99853332999999964e2","0.78633041000000048e2"],["-0.99817504999999926e2","0.78630538999999999e2"],["-0.99573623999999995e2","0.78595535000000098e2"],["-0.99550277999999878e2","0.78590271000000143e2"],["-0.99533324999999991e2","0.78583602999999982e2"],["-0.99529723999999987e2","0.78578048999999965e2"],["-0.99534164000000033e2","0.78572220000000129e2"],["-0.99661117999999931e2","0.78485535000000027e2"],["-0.99670272999999895e2","0.78479706000000022e2"],["-0.99684157999999968e2","0.78474426000000108e2"],["-0.99712508999999955e2","0.78469436999999971e2"],["-0.99777221999999995e2",78.46138000000002],["-0.99831389999999999e2","0.78450821000000133e2"],["-0.99859436000000017e2","0.78442200000000014e2"],["-0.99867767000000015e2","0.78437484999999981e2"],["-0.99865004999999996e2","0.78434418000000051e2"],["-0.99821395999999993e2","0.78427475000000072e2"],["-0.99801391999999964e2","0.78420822000000101e2"],["-0.99786666999999966e2","0.78414703000000088e2"],["-0.99776672000000019e2","0.78408599999999979e2"],["-0.99761123999999995e2","0.78396378000000141e2"],["-0.99753615999999909e2","0.78389709000000096e2"],["-0.99748336999999992e2","0.78383605999999986e2"],["-0.99749160999999958e2","0.78372482000000105e2"],["-0.99778609999999958e2","0.78332214000000022e2"],["-0.99797774999999945e2","0.78308594000000028e2"],["-0.99799437999999952e2",78.303314],["-0.99793883999999878e2","0.78297211000000061e2"],["-0.99775832999999977e2","0.78292480000000126e2"],["-0.99741378999999938e2","0.78289978000000019e2"],["-0.99673049999999989e2","0.78290817000000004e2"],["-0.99620543999999938e2","0.78290268000000026e2"],["-0.99551102000000014e2","0.78286102000000142e2"],[-99.529449,"0.78282486000000063e2"],["-0.99514450000000011e2","0.78277206000000035e2"],["-0.99479720999999984e2","0.78249146000000053e2"],["-0.99447768999999994e2","0.78224152000000061e2"],["-0.99428329000000019e2","0.78211655000000064e2"],["-0.99413894999999968e2","0.78205261000000007e2"],["-0.99398620999999991e2","0.78199997000000053e2"],["-0.99188599000000011e2","0.78133040999999992e2"],["-0.98989166000000012e2","0.78073044000000039e2"],["-0.98969161999999926e2","0.78068329000000006e2"],["-0.98945830999999885e2","0.78061645999999996e2"],["-0.98945830999999885e2",78.05581699999999],["-0.98962783999999942e2","0.78009155000000078e2"],["-0.98971663999999976e2","0.77997757000000092e2"],["-0.98980834999999956e2","0.77992203000000075e2"],["-0.98998885999999914e2","0.77986923000000047e2"],["-0.99021666999999866e2","0.77981659000000036e2"],["-0.99081115999999952e2","0.77971923999999944e2"],["-0.99094727000000034e2","0.77966384999999946e2"],["-0.99099166999999966e2","0.77960815000000082e2"],["-0.99098891999999921e2","0.77954987000000131e2"],["-0.99078612999999905e2","0.77925537000000077e2"],["-0.99069167999999991e2","0.77913605000000075e2"],["-0.99041381999999942e2","0.77900818000000072e2"],["-0.99022781000000009e2","0.77894440000000145e2"],["-0.99013335999999981e2","0.77888321000000133e2"],["-0.99022231999999974e2","0.77882477000000108e2"],["-0.99238051999999982e2","0.77837769000000037e2"],["-0.99396666999999979e2","0.77824158000000068e2"],["-0.99525283999999999e2","0.77813599000000011e2"],["-0.99549438000000009e2","0.77812485000000038e2"],["-0.99713057999999933e2","0.77810806000000014e2"],["-0.99853881999999999e2","0.77792206000000078e2"],["-0.99859436000000017e2","0.77786926000000051e2"],["-0.99876937999999939e2","0.77781372000000033e2"],[-99.90695199999999,"0.77778595000000109e2"],["-0.10021000699999996e3","0.77809982000000048e2"],["-0.10032972699999999e3","0.77825272000000041e2"],["-0.10049889399999995e3",77.85165400000011],["-0.10060637699999995e3","0.77879974000000118e2"],["-0.10075527999999997e3","0.77955551000000071e2"],["-0.10078611799999999e3","0.77974152000000117e2"],["-0.10081749699999995e3","0.77999146000000053e2"],["-0.10082389799999999e3","0.78004440000000045e2"],["-0.10083833299999998e3","0.78022766000000047e2"],["-0.10083778399999994e3","0.78034988000000055e2"],["-0.10083693700000003e3","0.78040268000000083e2"],["-0.10083444199999991e3",78.04414399999996],["-0.10082694999999995e3","0.78048874000000012e2"],[-100.853882,"0.78096649000000014e2"],["-0.10087581599999999e3","0.78099990999999932e2"],["-0.10099861099999998e3","0.78131653000000085e2"],["-0.10100974300000001e3","0.78136658000000125e2"],["-0.10102194199999991e3","0.78147766000000104e2"],[-101.01889,"0.78156937000000084e2"],["-0.10101528899999994e3",78.16276600000009],["-0.10101363399999997e3","0.78173599000000081e2"],["-0.10101390100000003e3","0.78184707999999944e2"],["-0.10102027900000002e3","0.78189697000000081e2"],["-0.10103555299999999e3","0.78196091000000138e2"],["-0.10106276699999995e3","0.78198593000000017e2"],["-0.10108944700000001e3","0.78198029000000076e2"],["-0.10123137700000001e3","0.78183868000000075e2"],["-0.10128943599999997e3","0.78182479999999998e2"],["-0.10131667299999998e3","0.78184982000000048e2"],["-0.10134249899999998e3","0.78189422999999977e2"],["-0.10141722099999998e3","0.78208878000000141e2"],[-101.432503,"0.78215271000000087e2"],["-0.10143138099999999e3","0.78221374999999966e2"],["-0.10143276999999989e3","0.78227478000000076e2"],["-0.10145638999999994e3","0.78232208000000128e2"],["-0.10147416699999991e3","0.78234711000000118e2"],["-0.10149665800000002e3","0.78237198000000149e2"],["-0.10183332799999999e3","0.78264999000000046e2"],["-0.10213305699999989e3","0.78282761000000107e2"],["-0.10215750100000002e3","0.78282486000000063e2"],["-0.10218221999999997e3","0.78281097000000102e2"],["-0.10229888900000003e3","0.78273315000000139e2"],["-0.10234722899999997e3","0.78267761000000121e2"],["-0.10238890100000003e3","0.78260817999999972e2"],["-0.10247138999999999e3","0.78248871000000008e2"],["-0.10250167799999997e3","0.78245819000000097e2"],["-0.10256139400000001e3","0.78241089000000045e2"],["-0.10259056099999987e3","0.78239700000000084e2"],["-0.10261860699999994e3",78.24136400000009],["-0.10264527900000002e3",78.24552900000009],["-0.10273222399999992e3","0.78263885000000073e2"],[-102.781387,"0.78276093000000117e2"],["-0.10279778299999998e3","0.78282211000000075e2"],["-0.10280943300000001e3","0.78288315000000125e2"],[-102.8163909999999,"0.78294434000000138e2"],["-0.10281833599999999e3","0.78300262000000032e2"],["-0.10281360599999994e3","0.78310806000000127e2"],["-0.10280803700000001e3","0.78316939999999931e2"],["-0.10274999999999989e3","0.78338318000000072e2"],[-102.736107,"0.78342484000000127e2"],["-0.10268639400000001e3","0.78350540000000024e2"],["-0.10266583299999991e3","0.78358596999999975e2"],["-0.10267083699999995e3",78.36303700000002],["-0.10269499199999996e3","0.78367752000000053e2"],["-0.10272250400000001e3","0.78371368000000075e2"],["-0.10277778599999994e3","0.78376372999999944e2"],["-0.10280610699999994e3","0.78377762000000132e2"],["-0.10283583099999998e3","0.78376372999999944e2"],["-0.10288999899999999e3",78.36914100000007],["-0.10292027299999995e3","0.78365814000000114e2"],["-0.10293804899999992e3","0.78364699999999971e2"],["-0.10296694899999989e3","0.78364150999999993e2"],["-0.10302443699999998e3","0.78365265000000136e2"],["-0.10313390400000003e3",78.36914100000007],["-0.10316388699999999e3","0.78366928000000087e2"],["-0.10321417200000002e3","0.78356644000000074e2"],["-0.10323832700000003e3","0.78350540000000024e2"],["-0.10326471699999996e3",78.34526100000005],["-0.10338110399999988e3",78.3316650000001],["-0.10341111799999999e3","0.78329437000000098e2"],["-0.10349804699999999e3","0.78327774000000034e2"],["-0.10352749599999987e3","0.78326385000000016e2"],["-0.10358473200000003e3","0.78321930000000009e2"],["-0.10367999299999997e3",78.3119200000001],["-0.10375110599999999e3","0.78301376000000062e2"],["-0.10378195199999999e3","0.78296097000000032e2"],["-0.10380803700000001e3","0.78290543000000071e2"],[-103.829453,"0.78284987999999998e2"],["-0.10387721299999998e3","0.78272217000000069e2"],["-0.10389417300000002e3","0.78252212999999927e2"],["-0.10389890299999996e3","0.78245819000000097e2"],["-0.10391027800000001e3","0.78241089000000045e2"],["-0.10393331899999998e3","0.78237198000000149e2"],["-0.10396305799999999e3","0.78233597000000088e2"],["-0.10399194299999999e3","0.78233047000000056e2"],["-0.10402250699999996e3","0.78234146000000067e2"],["-0.10404277000000002e3",78.23692299999999],["-0.10406984699999987e3","0.78242171999999982e2"],["-0.10408306899999997e3","0.78244140999999956e2"],[-104.110817,"0.78246643000000063e2"],["-0.10419027699999998e3","0.78251663000000121e2"],["-0.10430471799999992e3","0.78252212999999927e2"],["-0.10436361699999998e3","0.78254439999999988e2"],["-0.10441251399999999e3","0.78257767000000115e2"],["-0.10446749899999998e3",78.26527400000009],["-0.10449445300000002e3","0.78270538000000045e2"],["-0.10482055700000001e3","0.78355820000000108e2"],["-0.10499194299999999e3","0.78437759000000085e2"],["-0.10499999999999994e3","0.78443862999999965e2"],["-0.10505055199999998e3","0.78488037000000077e2"],["-0.10505139200000002e3","0.78494431000000134e2"],["-0.10504305999999991e3","0.78505829000000119e2"],["-0.10501194800000002e3",78.52165199999996],["-0.10495361299999996e3","0.78537491000000102e2"],["-0.10486860699999994e3","0.78560531999999967e2"],[-104.83139,"0.78569992000000013e2"],[-104.806107,"0.78572495000000004e2"],["-0.10469638099999992e3","0.78578873000000101e2"],["-0.10466665599999999e3","0.78579712000000086e2"],["-0.10439778100000001e3","0.78569992000000013e2"],["-0.10435500300000001e3","0.78566375999999934e2"],[-104.287781,"0.78555252000000053e2"],["-0.10426278699999995e3","0.78549423000000047e2"],["-0.10421221899999995e3","0.78539977999999962e2"],[-104.1661069999999,78.53276100000005],["-0.10414277600000003e3","0.78529434000000094e2"],["-0.10408833300000003e3","0.78524155000000121e2"],["-0.10403388999999999e3","0.78519989000000066e2"],["-0.10393055699999996e3",78.516098],["-0.10387110899999993e3","0.78518051000000128e2"],["-0.10378250100000002e3","0.78519714000000022e2"],[-103.7225039999999,"0.78517211999999972e2"],["-0.10366583299999996e3",78.51249700000011],["-0.10358860799999997e3","0.78503875999999991e2"],["-0.10353333299999991e3","0.78496367999999961e2"],["-0.10352362099999999e3","0.78496094000000028e2"],["-0.10351834100000002e3","0.78496933000000013e2"],["-0.10346584300000001e3",78.51748699999996],["-0.10337805200000003e3","0.78586105000000032e2"],["-0.10339998599999996e3","0.78615540000000124e2"],["-0.10344666299999994e3","0.78621368000000075e2"],["-0.10350611900000001e3","0.78621368000000075e2"],["-0.10374082900000002e3","0.78619705000000124e2"],["-0.10398554999999999e3",78.61692800000003],["-0.10401000999999991e3","0.78617203000000075e2"],["-0.10404215999999991e3","0.78620681999999931e2"],["-0.10404222099999998e3","0.78629973999999947e2"],["-0.10403278399999988e3","0.78635269000000051e2"],["-0.10398916600000001e3","0.78646103000000096e2"],["-0.10385193600000002e3","0.78669434000000138e2"],["-0.10382611099999997e3","0.78671921000000054e2"],["-0.10377223200000003e3","0.78671097000000088e2"],["-0.10365834000000001e3","0.78664993000000038e2"],["-0.10362888299999992e3","0.78664429000000098e2"],["-0.10353943600000002e3","0.78664993000000038e2"],["-0.10350917099999987e3","0.78666382000000056e2"],["-0.10348361199999994e3","0.78669144000000131e2"],["-0.10349082899999996e3","0.78674987999999985e2"],["-0.10350306699999999e3","0.78681091000000094e2"],["-0.10351306199999993e3","0.78687484999999924e2"],["-0.10352778599999999e3","0.78699417000000096e2"],[-103.525284,"0.78705261000000121e2"],["-0.10351806599999998e3","0.78710815000000082e2"],["-0.10348860200000001e3","0.78715820000000122e2"],[-103.439438,78.72026100000005],["-0.10341221599999989e3",78.72026100000005],["-0.10338861099999997e3","0.78716933999999924e2"],["-0.10335804699999994e3","0.78718597000000045e2"],["-0.10333389299999999e3","0.78722488000000112e2"],["-0.10331916799999999e3","0.78728591999999992e2"],["-0.10331639099999995e3","0.78734420999999998e2"],["-0.10331889299999995e3","0.78740264999999965e2"],["-0.10341665599999999e3","0.78778870000000097e2"],["-0.10343916300000001e3","0.78784988000000055e2"],["-0.10346806300000003e3","0.78787491000000045e2"],["-0.10363971699999996e3","0.78765273999999977e2"],["-0.10366915899999992e3","0.78760544000000095e2"],["-0.10371056399999998e3","0.78750000000000057e2"],["-0.10379611199999999e3","0.78735809000000074e2"],["-0.10370249899999999e3","0.78788315000000011e2"],["-0.10369526699999994e3","0.78793868999999972e2"],[-103.698036,"0.78799712999999997e2"],["-0.10372693599999997e3","0.78802200000000084e2"],["-0.10386054999999999e3","0.78806090999999981e2"],["-0.10387053699999996e3","0.78806365999999969e2"],[-103.886124,78.80442800000003],[-103.9083399999999,"0.78799149000000057e2"],["-0.10390556299999997e3","0.78794144000000017e2"],["-0.10389639299999993e3","0.78784714000000122e2"],["-0.10389083900000003e3","0.78780273000000022e2"],["-0.10389527899999996e3","0.78774994000000049e2"],["-0.10390527299999997e3","0.78768875000000037e2"],["-0.10392916899999994e3","0.78764998999999932e2"],["-0.10396056399999992e3",78.76138300000008],["-0.10399109599999991e3","0.78758881000000031e2"],["-0.10402166699999992e3","0.78757492000000013e2"],["-0.10404943800000001e3","0.78756378000000041e2"],["-0.10407389799999993e3","0.78757767000000001e2"],[-104.170547,"0.78765823000000069e2"],["-0.10419888300000002e3","0.78770263999999997e2"],["-0.10421167000000003e3","0.78776093000000003e2"],["-0.10421972699999998e3","0.78782211000000132e2"],["-0.10421528599999999e3","0.78793593999999985e2"],["-0.10416722099999998e3","0.78816376000000105e2"],["-0.10413305700000001e3","0.78827484000000084e2"],[-104.04834,"0.78838882000000069e2"],["-0.10398665599999998e3","0.78850265999999976e2"],["-0.10386054999999999e3","0.78876648000000046e2"],[-103.83139,"0.78886932000000115e2"],["-0.10382389799999999e3","0.78892487000000017e2"],["-0.10382167099999992e3","0.78898330999999985e2"],["-0.10382472199999995e3","0.78903319999999951e2"],["-0.10386749299999997e3","0.78916091999999992e2"],["-0.10396305799999999e3","0.78929977000000065e2"],["-0.10398998999999998e3","0.78932755000000043e2"],["-0.10400639299999995e3","0.78935531999999967e2"],[-104.029449,"0.78941650000000095e2"],["-0.10404750099999995e3","0.78947754000000089e2"],["-0.10405332899999996e3","0.78952208999999925e2"],["-0.10405387899999999e3",78.95748900000001],["-0.10405222300000003e3","0.78961380000000077e2"],["-0.10404778299999992e3","0.78966659999999933e2"],[-104.048607,"0.78971099999999979e2"],[-104.05777,"0.78974152000000061e2"],["-0.10408112299999999e3","0.78979431000000034e2"],["-0.10412943999999999e3","0.78985809000000017e2"],["-0.10417859599999991e3","0.78990265000000136e2"],["-0.10420361300000002e3","0.78991653000000042e2"],["-0.10423388699999998e3",78.99192800000003],[-104.265556,"0.78988586000000112e2"],["-0.10445500199999998e3","0.78956099999999992e2"],["-0.10447193899999996e3","0.78950546000000031e2"],["-0.10451112399999994e3","0.78910262999999986e2"],["-0.10453832999999997e3","0.78881927000000019e2"],["-0.10456416300000001e3","0.78864700000000028e2"],["-0.10457888799999989e3","0.78858597000000088e2"],["-0.10478582799999998e3","0.78806641000000013e2"],["-0.10481749699999995e3","0.78802200000000084e2"],["-0.10487860099999995e3","0.78798035000000084e2"],["-0.10490915699999999e3","0.78796646000000067e2"],["-0.10496888699999994e3","0.78797211000000118e2"],["-0.10498832700000003e3","0.78798325000000091e2"],["-0.10501194800000002e3","0.78803589000000102e2"],["-0.10502250699999996e3","0.78809982000000048e2"],["-0.10502861000000001e3","0.78815262000000075e2"],["-0.10502916699999997e3","0.78821655000000078e2"],["-0.10502834300000001e3","0.78832763999999941e2"],["-0.10501222200000001e3","0.78844711000000075e2"],["-0.10483389299999999e3","0.78926650999999993e2"],["-0.10468859899999995e3","0.78993590999999981e2"],["-0.10467887899999999e3","0.78999709999999993e2"],[-104.674713,"0.79004990000000078e2"],["-0.10468110699999994e3","0.79016663000000108e2"],["-0.10469415300000003e3","0.79022766000000047e2"],["-0.10470805399999995e3","0.79027771000000087e2"],[-104.737213,"0.79031936999999971e2"],["-0.10490249599999993e3",79.04971299999994],["-0.10498638899999997e3","0.79043045000000006e2"],["-0.10501334399999996e3","0.79038315000000125e2"],["-0.10509916699999991e3",79.02388000000002],["-0.10512526700000001e3","0.79021103000000096e2"],["-0.10515638699999988e3","0.79019439999999975e2"],["-0.10539527900000002e3","0.79011658000000068e2"],["-0.10542610200000001e3","0.79011108000000036e2"],["-0.10548388699999998e3","0.79013046000000145e2"],["-0.10551363399999997e3","0.79016098000000056e2"],["-0.10554332699999998e3","0.79020263999999941e2"],[-105.5625,"0.79024428999999941e2"],["-0.10558138999999994e3",79.03054800000001],["-0.10559084299999995e3","0.79034424000000058e2"],["-0.10559944200000001e3","0.79040268000000083e2"],["-0.10560665899999992e3","0.79051926000000094e2"],[-105.628601,"0.79161377000000073e2"],["-0.10562053699999996e3","0.79172760000000096e2"],["-0.10548277300000001e3","0.79306366000000082e2"],["-0.10545973199999997e3","0.79324158000000125e2"],["-0.10543998699999997e3","0.79329162999999994e2"],["-0.10540862299999992e3","0.79328872999999987e2"],["-0.10538305699999995e3","0.79326935000000049e2"],["-0.10533277899999996e3","0.79319443000000092e2"],["-0.10519721999999996e3","0.79299713000000111e2"],["-0.10516111799999999e3","0.79297485000000108e2"],["-0.10512721299999998e3","0.79297485000000108e2"],["-0.10510861199999999e3","0.79298874000000126e2"],["-0.10501611300000002e3","0.79310531999999967e2"],["-0.10495472699999993e3","0.79315262000000018e2"],["-0.10485916099999997e3","0.79319153000000085e2"],["-0.10474276700000001e3","0.79322495000000004e2"],["-0.10458332799999999e3","0.79329437000000098e2"],["-0.10454860699999989e3","0.79331375000000037e2"],["-0.10449082900000002e3",79.339157],["-0.10446083099999998e3","0.79342209000000082e2"],["-0.10418167099999999e3","0.79358871000000079e2"],["-0.10400723299999999e3","0.79367752000000053e2"],["-0.10397778299999999e3","0.79368866000000025e2"],[-103.9491579999999,"0.79368042000000059e2"],["-0.10383500699999996e3",79.36442599999998],[-103.7225039999999,"0.79356934000000024e2"],["-0.10369526699999994e3","0.79352203000000088e2"],["-0.10362053700000001e3","0.79330551000000071e2"],["-0.10359388699999988e3","0.79325821000000019e2"]],[["-0.99471663999999976e2","0.80109711000000004e2"],["-0.99436661000000015e2","0.80107208000000014e2"],["-0.99404723999999931e2",80.10803199999998],["-0.99298049999999989e2","0.80118866000000025e2"],["-0.99136672999999917e2","0.80133040999999935e2"],["-0.99110549999999876e2","0.80130539000000056e2"],["-0.99081680000000006e2","0.80124695000000031e2"],["-0.98868880999999988e2","0.80077774000000034e2"],["-0.98856658999999922e2",80.07249500000006],["-0.98774719000000005e2",80.01527400000009],["-0.98705841000000021e2","0.79965820000000065e2"],["-0.98644164999999873e2","0.79800261999999918e2"],["-0.98644164999999873e2","0.79794144000000017e2"],["-0.98648620999999878e2","0.79783599999999922e2"],["-0.98673049999999989e2","0.79771927000000119e2"],["-0.98779175000000009e2","0.79702208999999982e2"],["-0.98830001999999922e2","0.79664429000000098e2"],["-0.98868057000000022e2","0.79700821000000076e2"],["-0.98936110999999983e2","0.79719711000000018e2"],["-0.98967772999999909e2","0.79724152000000117e2"],["-0.99139998999999932e2","0.79740814000000114e2"],["-0.99243056999999965e2","0.79748596000000077e2"],["-0.99273620999999935e2","0.79751389000000017e2"],["-0.99301391999999908e2",79.75471500000009],["-0.99317229999999995e2","0.79758605999999986e2"],["-0.99324448000000018e2","0.79762497000000053e2"],["-0.99325561999999991e2","0.79767487000000074e2"],["-0.99322509999999909e2","0.79771378000000141e2"],["-0.99313048999999921e2","0.79776093000000003e2"],["-0.99304717999999923e2","0.79782211000000132e2"],["-0.99302779999999984e2","0.79787490999999989e2"],["-0.99297501000000011e2","0.79812759000000085e2"],["-0.99295837000000006e2","0.79833328000000051e2"],["-0.99296386999999925e2","0.79839157000000057e2"],["-0.99302215999999873e2","0.79845261000000107e2"],["-0.99315826000000015e2","0.79848602000000142e2"],["-0.99368880999999988e2","0.79857758000000103e2"],["-0.99556655999999919e2","0.79888885000000016e2"],["-0.99584441999999967e2","0.79891937000000098e2"],["-0.99614166000000012e2","0.79893326000000116e2"],["-0.99647781000000009e2","0.79893051000000071e2"],[-99.67971799999998,"0.79888046000000031e2"],["-0.99700835999999867e2","0.79882750999999985e2"],["-0.99732223999999974e2","0.79878860000000088e2"],["-0.99800827000000027e2","0.79876648000000046e2"],["-0.10000556899999998e3",79.8744200000001],["-0.10003582799999992e3","0.79874695000000088e2"],["-0.10007028199999996e3","0.79876923000000033e2"],["-0.10009777800000001e3","0.79881088000000034e2"],["-0.10012110899999999e3","0.79886658000000125e2"],[-100.14389,"0.79893051000000071e2"],["-0.10015862299999998e3","0.79898605000000089e2"],["-0.10017748999999998e3","0.79909988000000112e2"],["-0.10017832900000002e3","0.79915817000000118e2"],["-0.10019332900000001e3",80.03387500000008],["-0.10008167999999989e3","0.80084427000000005e2"],["-0.10006555200000003e3","0.80089980999999966e2"],["-0.10002362099999993e3","0.80099716000000058e2"],["-0.99827224999999999e2","0.80143599999999992e2"],["-0.99795272999999952e2","0.80147766000000104e2"],["-0.99759170999999981e2","0.80149719000000005e2"],["-0.99726944000000003e2","0.80150542999999971e2"],["-0.99625548999999921e2","0.80148880000000077e2"],["-0.99599990999999989e2","0.80145263999999997e2"],["-0.99593886999999881e2","0.80139160000000004e2"],["-0.99571120999999948e2","0.80132751000000098e2"],["-0.99471663999999976e2","0.80109711000000004e2"]],[["-0.99155563000000029e2","0.80174697999999978e2"],["-0.99127212999999927e2","0.80168045000000006e2"],["-0.99113891999999964e2","0.80163879000000122e2"],["-0.99138061999999991e2","0.80162491000000045e2"],["-0.99160552999999993e2","0.80163040000000137e2"],["-0.99184998000000007e2",80.167755],["-0.99251952999999901e2","0.80173035000000084e2"],["-0.99277495999999985e2","0.80173035000000084e2"],["-0.99313613999999973e2","0.80171097000000145e2"],["-0.99341384999999946e2","0.80166092000000106e2"],["-0.99333069000000023e2","0.80159424000000115e2"],[-99.30360399999995,"0.80153870000000097e2"],["-0.99305556999999908e2","0.80148331000000098e2"],["-0.99342498999999918e2","0.80145538000000101e2"],["-0.99375274999999931e2","0.80147217000000126e2"],["-0.99400557999999933e2","0.80150818000000015e2"],["-0.99418059999999969e2","0.80157211000000132e2"],["-0.99418335000000013e2","0.80163040000000137e2"],["-0.99413329999999974e2","0.80168868999999972e2"],["-0.99386947999999961e2",80.17886400000009],["-0.99366942999999935e2","0.80182205000000124e2"],["-0.99239165999999898e2","0.80183868000000075e2"],["-0.99211944999999957e2","0.80182205000000124e2"],["-0.99155563000000029e2","0.80174697999999978e2"]],[["-0.95030837999999903e2","0.80670258000000047e2"],["-0.94969451999999933e2","0.80640274000000034e2"],[-94.970551,"0.80635268999999994e2"],["-0.94981383999999991e2","0.80631927000000076e2"],["-0.95006957999999997e2","0.80626648000000046e2"],["-0.95190276999999924e2","0.80608871000000022e2"],["-0.95226104999999961e2",80.60914600000001],["-0.95453613000000018e2","0.80629424999999969e2"],["-0.95611114999999984e2","0.80648040999999978e2"],["-0.95676940999999943e2","0.80653319999999951e2"],["-0.95711945000000014e2","0.80654433999999981e2"],["-0.95749160999999958e2","0.80653869999999984e2"],["-0.95788054999999929e2","0.80652205999999978e2"],["-0.95823623999999938e2","0.80648604999999918e2"],[-95.86332699999997,"0.80645828000000051e2"],["-0.96061935000000005e2","0.80656647000000078e2"],["-0.96118056999999965e2","0.80660537999999974e2"],[-96.14916999999997,"0.80664703000000145e2"],["-0.96139449999999954e2","0.80669708000000014e2"],["-0.96076675000000023e2","0.80683043999999995e2"],["-0.96028335999999967e2","0.80687195000000088e2"],["-0.96006119000000012e2","0.80688034000000016e2"],["-0.95491378999999995e2","0.80699997000000053e2"],["-0.95424438000000009e2","0.80699707000000046e2"],["-0.95200561999999934e2","0.80697479000000101e2"],["-0.95166945999999939e2","0.80695250999999985e2"],["-0.95128875999999934e2","0.80691925000000083e2"],["-0.95096663999999976e2","0.80688582999999994e2"],["-0.95062499999999943e2","0.80682480000000055e2"],["-0.95065276999999924e2","0.80680542000000116e2"],["-0.95045836999999949e2","0.80676926000000037e2"],["-0.95030837999999903e2","0.80670258000000047e2"]],[["-0.92727782999999931e2","0.81305542000000059e2"],["-0.92530288999999982e2","0.81284988000000112e2"],[-92.21305799999999,"0.81245529000000033e2"],["-0.92148055999999997e2","0.81236374000000126e2"],["-0.92124709999999936e2","0.81232758000000103e2"],["-0.92052489999999921e2","0.81218597000000102e2"],["-0.91955841000000021e2","0.81196365000000014e2"],["-0.91858046999999999e2",81.167755],["-0.91781677000000002e2","0.81090271000000143e2"],["-0.91783889999999928e2","0.81083602999999982e2"],["-0.91797501000000011e2","0.81081665000000044e2"],["-0.91832503999999972e2","0.81080276000000083e2"],["-0.91888061999999934e2","0.81081940000000088e2"],["-0.91914444000000003e2","0.81078049000000021e2"],["-0.91913894999999968e2",81.07499700000011],["-0.91908614999999998e2","0.81070540999999992e2"],["-0.91893341000000021e2","0.81064986999999974e2"],["-0.91865828999999962e2","0.81058594000000028e2"],["-0.91767226999999934e2","0.81049148999999943e2"],[-91.72222899999997,"0.81042205999999965e2"],["-0.91538895000000025e2","0.80981658999999979e2"],[-91.52555799999999,"0.80974990999999989e2"],["-0.91522781000000009e2","0.80962769000000037e2"],["-0.91531676999999945e2","0.80951096000000007e2"],["-0.91527221999999995e2","0.80939697000000081e2"],["-0.91517776000000026e2","0.80932754999999986e2"],["-0.91481673999999998e2","0.80919434000000024e2"],["-0.91321121000000005e2","0.80882750999999985e2"],["-0.91306106999999997e2","0.80875534000000016e2"],["-0.91152221999999995e2","0.80785538000000031e2"],["-0.91154998999999975e2",80.78054800000001],[-91.14916999999997,"0.80770263999999997e2"],["-0.91140563999999983e2","0.80764709000000096e2"],["-0.91121658000000025e2","0.80754715000000033e2"],["-0.91099441999999954e2",80.74803200000008],[-91.03472899999997,"0.80737488000000042e2"],["-0.90972777999999948e2","0.80730270000000019e2"],["-0.90905272999999966e2","0.80724425999999994e2"],["-0.90777221999999995e2",80.71775800000006],["-0.90754181000000017e2","0.80714995999999928e2"],["-0.90712783999999999e2","0.80705551000000071e2"],["-0.90664718999999991e2","0.80684708000000001e2"],["-0.90652495999999928e2",80.67804000000001],["-0.90603881999999999e2","0.80651382000000012e2"],["-0.90593612999999948e2","0.80645264000000111e2"],["-0.90593063000000029e2","0.80640823000000012e2"],["-0.90601943999999946e2","0.80636107999999979e2"],["-0.90615829000000019e2","0.80630264000000125e2"],["-0.90678054999999972e2","0.80615540000000067e2"],["-0.90715835999999911e2","0.80605545000000006e2"],["-0.90742492999999911e2","0.80594711000000075e2"],["-0.90763061999999991e2","0.80583603000000096e2"],["-0.90771666999999979e2","0.80577484000000084e2"],["-0.90772780999999952e2","0.80571930000000066e2"],["-0.90766402999999912e2","0.80565536000000066e2"],["-0.90741378999999938e2","0.80562195000000031e2"],["-0.90706116000000009e2","0.80561371000000065e2"],["-0.90607223999999917e2","0.80561371000000065e2"],["-0.90583069000000023e2","0.80561371000000065e2"],["-0.90418059999999912e2","0.80552200000000084e2"],["-0.90238891999999964e2","0.80550536999999963e2"],["-0.90203339000000028e2","0.80549712999999997e2"],["-0.90177215999999987e2","0.80548874000000069e2"],["-0.90046386999999925e2","0.80541656000000046e2"],["-0.90016402999999968e2","0.80538039999999967e2"],[-90,"0.80534591999999975e2"],["-0.89989990000000034e2","0.80532486000000006e2"],["-0.89961394999999982e2","0.80520263999999997e2"],["-0.89955565999999976e2","0.80515548999999965e2"],["-0.89938598999999954e2","0.80508330999999998e2"],[-89.84056099999998,"0.80481369000000086e2"],[-89.81639100000001,"0.80474991000000102e2"],["-0.89790282999999931e2","0.80469437000000084e2"],["-0.89762511999999958e2","0.80464995999999985e2"],[-89.75111400000003,"0.80464432000000045e2"],["-0.89784163999999919e2","0.80500824000000023e2"],["-0.89748336999999879e2","0.80532760999999994e2"],["-0.89586945000000014e2","0.80545532000000094e2"],["-0.89546111999999994e2","0.80547485000000052e2"],["-0.89482773000000009e2","0.80544983000000002e2"],["-0.89447219999999902e2","0.80542480000000012e2"],["-0.89354172000000005e2","0.80534988000000055e2"],["-0.89326400999999919e2","0.80531937000000028e2"],["-0.89272781000000009e2","0.80523315000000025e2"],["-0.89244995000000017e2","0.80517212000000086e2"],["-0.89059158000000025e2","0.80461380000000133e2"],["-0.89087508999999955e2","0.80438583000000051e2"],["-0.89115279999999927e2","0.80433868000000018e2"],["-0.89176101999999958e2","0.80426651000000049e2"],["-0.89198333999999932e2",80.42164600000001],[-89.20944199999991,"0.80417754999999943e2"],["-0.89235001000000011e2","0.80408035000000041e2"],[-89.25,"0.80402206000000035e2"],["-0.89257232999999985e2","0.80396942000000081e2"],["-0.89253615999999965e2","0.80392761000000007e2"],["-0.89237212999999997e2","0.80388596000000007e2"],["-0.89216948999999943e2","0.80389709000000039e2"],["-0.89189712999999927e2","0.80394149999999968e2"],["-0.89167496000000028e2","0.80399155000000007e2"],["-0.89136123999999995e2",80.40248100000008],[-89.09973100000002,80.40248100000008],["-0.89083327999999881e2","0.80398331000000042e2"],["-0.89075835999999924e2","0.80393051000000014e2"],["-0.89104995999999915e2","0.80339431999999988e2"],["-0.89114165999999955e2","0.80333327999999938e2"],["-0.89125274999999931e2","0.80327773999999977e2"],["-0.89143616000000009e2","0.80323318000000029e2"],["-0.89169158999999979e2","0.80318054000000075e2"],["-0.89220275999999899e2",80.30914300000012],["-0.89241942999999935e2","0.80304153000000099e2"],["-0.89256667999999991e2","0.80298599000000081e2"],["-0.89263900999999976e2","0.80293320000000108e2"],["-0.89262221999999952e2","0.80286652000000117e2"],[-89.25140399999998,"0.80278320000000122e2"],["-0.89180496000000005e2","0.80238174000000072e2"],["-0.89113892000000021e2","0.80208038000000045e2"],["-0.89092223999999987e2","0.80200821000000133e2"],["-0.89072784000000013e2","0.80195526000000086e2"],["-0.88776672000000019e2","0.80131363000000022e2"],[-88.75,"0.80126647999999989e2"],["-0.88534728999999913e2",80.09887700000013],[-88.49888599999997,80.09887700000013],["-0.88441939999999931e2","0.80100540000000024e2"],["-0.88414718999999991e2","0.80104980000000069e2"],["-0.88414444000000003e2",80.10803199999998],["-0.88363051999999925e2","0.80124420000000043e2"],["-0.88235274999999888e2","0.80102477999999962e2"],["-0.88161941999999954e2",80.09165999999999],["-0.88145554000000004e2","0.80093872000000033e2"],["-0.88148346000000004e2","0.80098037999999974e2"],["-0.88261397999999929e2",80.18803400000013],[-88.27305599999994,"0.80195526000000086e2"],["-0.88294158999999979e2","0.80201385000000073e2"],["-0.88350829999999974e2","0.80208878000000084e2"],["-0.88422775000000001e2","0.80210541000000035e2"],["-0.88479996000000028e2","0.80213608000000136e2"],["-0.88506957999999941e2","0.80218322999999998e2"],["-0.88595276000000013e2","0.80236923000000104e2"],["-0.88618057000000022e2",80.24331699999999],["-0.88630279999999914e2","0.80249145999999996e2"],["-0.88661391999999921e2","0.80272491000000116e2"],["-0.88684432999999956e2","0.80358597000000145e2"],[-88.68582200000003,"0.80365540000000124e2"],["-0.88685271999999998e2","0.80371643000000063e2"],["-0.88683059999999955e2","0.80376923000000147e2"],[-88.67721599999993,"0.80382751000000042e2"],["-0.88648894999999925e2","0.80393600000000106e2"],["-0.88615279999999927e2",80.40387000000004],["-0.88510284000000013e2","0.80428864000000033e2"],["-0.88487777999999992e2","0.80433868000000018e2"],["-0.88463333000000034e2","0.80438034000000073e2"],["-0.88420546999999999e2","0.80442200000000014e2"],["-0.88383895999999993e2","0.80443588000000091e2"],["-0.88308333999999945e2","0.80442749000000106e2"],["-0.88110549999999932e2",80.4327550000001],["-0.87918883999999991e2","0.80421097000000088e2"],["-0.87718613000000005e2","0.80411102000000142e2"],["-0.87683884000000035e2","0.80410263000000043e2"],["-0.87666396999999904e2",80.40387000000004],["-0.87636123999999938e2",80.36692800000003],["-0.87607498000000021e2","0.80324158000000068e2"],["-0.87563889000000017e2","0.80233322000000044e2"],["-0.87561935000000005e2","0.80183593999999914e2"],["-0.87562774999999931e2","0.80179153000000042e2"],["-0.87572234999999921e2","0.80176086000000112e2"],["-0.87678054999999915e2","0.80156371999999976e2"],["-0.87721389999999985e2","0.80153046000000131e2"],["-0.87939162999999951e2","0.80143875000000037e2"],[-87.96665999999999,"0.80139434999999992e2"],["-0.88048889000000031e2","0.80125809000000004e2"],["-0.88065552000000025e2","0.80120818999999983e2"],["-0.88060546999999985e2","0.80117477000000065e2"],["-0.87956664999999987e2","0.80069717000000026e2"],["-0.87938048999999978e2",80.06442300000009],["-0.87891387999999949e2","0.80055542000000116e2"],["-0.87860001000000011e2","0.80053588999999988e2"],["-0.87836120999999935e2",80.0577550000001],["-0.87823059000000001e2","0.80062484999999924e2"],["-0.87763061999999934e2","0.80071106000000043e2"],["-0.87720000999999911e2","0.80074707000000103e2"],["-0.87680557000000022e2","0.80076385000000016e2"],["-0.87641678000000013e2","0.80076385000000016e2"],["-0.87365004999999996e2","0.80072768999999994e2"],["-0.87299987999999985e2","0.80069443000000092e2"],["-0.87275557999999876e2","0.80066939999999931e2"],["-0.87258620999999948e2","0.80063873000000058e2"],["-0.87233321999999987e2","0.80057480000000055e2"],["-0.87215285999999992e2","0.80050537000000077e2"],["-0.87043334999999956e2","0.79964996000000099e2"],["-0.87093612999999948e2","0.79929428000000087e2"],["-0.87314437999999996e2","0.79866088999999988e2"],["-0.87336120999999935e2","0.79861374000000126e2"],["-0.87368332000000009e2","0.79857208000000071e2"],["-0.87446655000000021e2","0.79856094000000098e2"],["-0.87471938999999907e2","0.79852478000000019e2"],["-0.87483062999999959e2","0.79847214000000065e2"],["-0.87489440999999943e2",79.84137000000004],["-0.87485549999999876e2","0.79834991000000002e2"],["-0.87463622999999984e2","0.79831374999999923e2"],["-0.87439162999999951e2","0.79831940000000145e2"],["-0.87412780999999995e2","0.79833328000000051e2"],["-0.87338608000000022e2","0.79840820000000008e2"],["-0.87190826000000015e2","0.79866088999999988e2"],["-0.87165558000000033e2","0.79871094000000028e2"],["-0.87146956999999929e2","0.79875534000000073e2"],["-0.87079726999999934e2","0.79896103000000039e2"],["-0.87051392000000021e2","0.79906647000000078e2"],["-0.87024718999999948e2","0.79916091999999935e2"],["-0.87003066999999987e2","0.79917755000000056e2"],["-0.86985824999999977e2","0.79917755000000056e2"],["-0.86973891999999864e2","0.79916381999999942e2"],["-0.86961394999999982e2","0.79909988000000112e2"],["-0.86957779000000016e2","0.79903594999999939e2"],["-0.86960555999999997e2","0.79891372999999987e2"],["-0.87055557000000022e2","0.79731934000000081e2"],["-0.87134170999999924e2","0.79645264000000111e2"],[-87.14416499999993,"0.79637771999999984e2"],["-0.87154998999999975e2",79.6336060000001],["-0.87173049999999989e2","0.79629149999999981e2"],["-0.87258620999999948e2","0.79610260000000039e2"],["-0.87344451999999933e2","0.79596374999999966e2"],["-0.87425551999999982e2","0.79579163000000108e2"],["-0.87441665999999941e2","0.79573883000000023e2"],["-0.87448043999999982e2","0.79568329000000062e2"],["-0.87462509000000011e2","0.79534713999999951e2"],["-0.87441939999999988e2","0.79526382000000012e2"],["-0.87406661999999983e2","0.79515823000000125e2"],["-0.87390563999999927e2","0.79511108000000092e2"],["-0.87366394000000014e2","0.79506378000000041e2"],["-0.87345276000000013e2","0.79503052000000025e2"],["-0.87309998000000007e2",79.50221300000004],["-0.87280563000000029e2","0.79506943000000092e2"],["-0.87262786999999946e2",79.51138300000008],["-0.87248336999999992e2","0.79516937000000098e2"],["-0.87190552000000025e2","0.79543593999999985e2"],["-0.87182769999999948e2","0.79548874000000069e2"],["-0.87179992999999968e2","0.79554153000000042e2"],["-0.87168883999999991e2","0.79566376000000105e2"],["-0.87161117999999931e2","0.79571655000000078e2"],["-0.87076675000000023e2","0.79587493999999992e2"],[-87.02555799999999,"0.79595535000000098e2"],["-0.87001113999999973e2","0.79598877000000016e2"],["-0.86966659999999933e2",79.60165400000011],["-0.86932495000000017e2",79.60165400000011],["-0.86841384999999946e2",79.59304800000001],["-0.86823623999999995e2","0.79587769000000037e2"],["-0.86819732999999985e2","0.79576096000000007e2"],["-0.86823897999999986e2","0.79566086000000098e2"],["-0.86839721999999995e2","0.79555817000000047e2"],["-0.86846389999999985e2","0.79549988000000042e2"],["-0.86837783999999999e2","0.79543320000000051e2"],["-0.86816665999999998e2","0.79539703000000145e2"],["-0.86789992999999981e2","0.79538878999999952e2"],["-0.86777221999999995e2","0.79542206000000078e2"],["-0.86694991999999957e2","0.79567490000000078e2"],["-0.86693329000000006e2","0.79573608000000036e2"],[-86.71055599999994,"0.79587203999999986e2"],["-0.86723891999999978e2","0.79594437000000028e2"],["-0.86746383999999978e2","0.79599990999999989e2"],["-0.86802489999999977e2","0.79606093999999928e2"],["-0.86813048999999921e2",79.61192299999999],["-0.86806380999999874e2","0.79617751999999996e2"],["-0.86795272999999952e2","0.79621643000000063e2"],[-86.77694699999995,"0.79627472000000068e2"],["-0.86762222000000008e2","0.79631653000000142e2"],["-0.86687209999999993e2","0.79645264000000111e2"],["-0.86640838999999914e2","0.79653320000000008e2"],["-0.86613051999999925e2","0.79655822999999998e2"],["-0.86575012000000015e2","0.79657211000000075e2"],["-0.86547775000000001e2",79.65637200000009],["-0.86334166999999923e2","0.79645538000000045e2"],["-0.86302779999999984e2","0.79642761000000121e2"],["-0.86279448999999943e2","0.79640274000000034e2"],["-0.86258895999999993e2",79.63499500000006],["-0.86109160999999972e2","0.79595260999999994e2"],["-0.86046111999999994e2","0.79568877999999984e2"],["-0.86042220999999927e2","0.79565536000000066e2"],["-0.86028060999999923e2","0.79474701000000096e2"],[-86.05471799999998,"0.79470535000000041e2"],["-0.86160552999999993e2","0.79463608000000136e2"],["-0.86167496000000028e2","0.79457764000000111e2"],["-0.86136123999999995e2","0.79444702000000063e2"],["-0.86120834000000002e2","0.79439972000000068e2"],["-0.86098891999999921e2","0.79435806000000127e2"],["-0.86070847000000015e2","0.79434143000000063e2"],["-0.86035004000000015e2","0.79436371000000008e2"],["-0.86011947999999961e2","0.79440262000000075e2"],["-0.85990554999999972e2","0.79444977000000108e2"],["-0.85975829999999917e2","0.79449142000000109e2"],["-0.85964171999999962e2","0.79454436999999984e2"],["-0.85901108000000022e2","0.79493591000000038e2"],["-0.85887222000000008e2","0.79505264000000068e2"],["-0.85885283999999956e2",79.51138300000008],["-0.85893341000000021e2","0.79523315000000082e2"],[-85.89916999999997,"0.79536377000000073e2"],["-0.85896666999999979e2","0.79549149000000114e2"],["-0.85893341000000021e2","0.79554703000000075e2"],["-0.85887786999999946e2",79.56109600000002],["-0.85847504000000015e2","0.79596374999999966e2"],["-0.85840285999999992e2","0.79601928999999927e2"],["-0.85828339000000028e2","0.79607483000000116e2"],["-0.85781386999999995e2","0.79615540000000124e2"],["-0.85743606999999997e2",79.61692800000003],["-0.85681945999999925e2","0.79613312000000121e2"],["-0.85639175000000023e2","0.79604155999999989e2"],["-0.85623885999999914e2","0.79599152000000061e2"],["-0.85591385000000002e2","0.79585266000000047e2"],["-0.85531112999999948e2","0.79559418000000107e2"],["-0.85485000999999954e2","0.79518600000000049e2"],["-0.85402221999999995e2","0.79473602000000142e2"],["-0.85306655999999919e2",79.428314],[-85.27806099999998,"0.79415543000000127e2"],["-0.85150557999999933e2",79.38220200000012],["-0.85130279999999971e2","0.79378586000000098e2"],["-0.85039718999999877e2","0.79350815000000011e2"],[-84.93249499999996,"0.79300262000000032e2"],["-0.84920273000000009e2","0.79293320000000108e2"],["-0.84904175000000009e2","0.79276657000000057e2"],["-0.84904175000000009e2","0.79267761000000121e2"],["-0.84909728999999857e2","0.79263046000000088e2"],[-84.93110699999994,"0.79258331000000055e2"],["-0.85099990999999932e2","0.79239426000000094e2"],["-0.85158889999999928e2","0.79231933999999967e2"],["-0.85211394999999868e2","0.79223311999999964e2"],["-0.85232772999999952e2","0.79218872000000147e2"],["-0.85248046999999872e2","0.79213042999999971e2"],["-0.85260009999999909e2","0.79207763999999997e2"],["-0.85271941999999967e2",79.19720500000011],["-0.85280563000000029e2","0.79192200000000071e2"],["-0.85297226000000023e2","0.79187195000000031e2"],["-0.85591385000000002e2",79.15415999999999],["-0.85779998999999918e2","0.79131088000000034e2"],["-0.85877212999999983e2","0.79121642999999949e2"],[-86.00389100000001,"0.79111374000000126e2"],["-0.86158889999999985e2","0.79103316999999947e2"],["-0.86271392999999989e2","0.79095534999999984e2"],["-0.86341674999999952e2","0.79088318000000072e2"],["-0.86422501000000011e2","0.79075546000000088e2"],["-0.86485549999999989e2","0.79063309000000118e2"],["-0.86550827000000027e2","0.79048874000000012e2"],[-86.55999799999995,"0.79044434000000138e2"],["-0.86555557000000022e2","0.79042480000000126e2"],["-0.86550827000000027e2","0.79035538000000031e2"],["-0.86552490000000034e2","0.79029434000000037e2"],[-86.55999799999995,"0.79012206999999989e2"],["-0.86587783999999942e2","0.78983597000000145e2"],["-0.86598891999999921e2","0.78978317000000061e2"],["-0.86614440999999943e2","0.78973312000000021e2"],["-0.86676940999999886e2","0.78959717000000126e2"],["-0.86702224999999942e2","0.78955261000000064e2"],["-0.86741378999999938e2","0.78951934999999992e2"],["-0.86765015000000005e2","0.78953598000000113e2"],["-0.86785004000000015e2","0.78957213999999965e2"],["-0.86808334000000002e2","0.78967209000000082e2"],["-0.86903335999999854e2","0.79009430000000066e2"],["-0.86916396999999961e2","0.79016663000000108e2"],["-0.86926391999999964e2","0.79035812000000135e2"],["-0.86930556999999965e2","0.79047760000000039e2"],["-0.86940551999999968e2","0.79053589000000045e2"],["-0.86949158000000011e2","0.79057205000000067e2"],["-0.86965285999999935e2","0.79057480000000112e2"],[-86.98332199999993,"0.79056641000000127e2"],["-0.86989989999999977e2","0.79047760000000039e2"],["-0.87004456000000005e2","0.78987198000000035e2"],["-0.87002501999999993e2","0.78981369000000029e2"],["-0.86986937999999952e2","0.78949707000000046e2"],["-0.86979995999999971e2",78.9433140000001],["-0.86966948999999943e2","0.78936371000000122e2"],["-0.86950835999999981e2","0.78929428000000087e2"],["-0.86942764000000011e2","0.78922485000000108e2"],["-0.86937774999999988e2",78.91693099999992],["-0.86952498999999932e2","0.78906647000000078e2"],[-86.97084000000001,"0.78896103000000039e2"],["-0.86997498000000007e2","0.78882477000000051e2"],["-0.87021666999999923e2","0.78873032000000023e2"],["-0.87052490000000034e2","0.78862762000000089e2"],["-0.87179442999999935e2","0.78830551000000014e2"],["-0.87282775999999956e2","0.78810257000000036e2"],["-0.87328063999999983e2","0.78794708000000128e2"],["-0.87353881999999999e2",78.78414900000007],["-0.87529998999999918e2",78.6869200000001],["-0.87532776000000013e2","0.78669983000000116e2"],["-0.87543059999999969e2","0.78664703000000031e2"],["-0.87572783999999956e2","0.78654433999999981e2"],[-87.591949,"0.78649718999999948e2"],["-0.87615829000000019e2","0.78645264000000111e2"],["-0.87663054999999986e2","0.78642487000000017e2"],["-0.87684432999999956e2","0.78644989000000123e2"],["-0.87872771999999941e2","0.78694977000000051e2"],["-0.87937774999999874e2","0.78738312000000064e2"],["-0.87953612999999962e2",78.74971000000005],["-0.87959166999999979e2","0.78755264000000068e2"],["-0.87993880999999931e2",78.79525799999999],["-0.88003341999999918e2","0.78807205000000124e2"],[-88.00140399999998,"0.78824158000000011e2"],["-0.87985275000000001e2","0.78957213999999965e2"],["-0.87981673999999884e2","0.78960541000000092e2"],["-0.87968338000000017e2","0.78966385000000116e2"],["-0.87894164999999987e2","0.78979706000000078e2"],["-0.87833617999999944e2","0.78992203000000075e2"],[-87.81361400000003,78.99693300000007],["-0.87794448999999986e2","0.79006943000000035e2"],["-0.87728881999999942e2","0.79069442999999978e2"],["-0.87724715999999944e2","0.79075821000000076e2"],["-0.87733886999999982e2","0.79081100000000049e2"],["-0.87746108999999933e2","0.79086104999999918e2"],["-0.87752791999999999e2","0.79085540999999978e2"],["-0.87772780999999952e2","0.79080825999999945e2"],["-0.87806380999999931e2",79.06999200000007],["-0.87849166999999966e2","0.79054977000000122e2"],["-0.87872771999999941e2","0.79045258000000103e2"],["-0.87883330999999998e2","0.79039978000000076e2"],["-0.87894454999999994e2","0.79028320000000008e2"],["-0.87890288999999996e2","0.79021652000000074e2"],["-0.87899993999999992e2","0.79011108000000036e2"],["-0.87929442999999992e2","0.79006943000000035e2"],["-0.88000564999999995e2",79.00360100000006],["-0.88032776000000013e2","0.79003876000000105e2"],["-0.88061385999999914e2","0.79005829000000006e2"],["-0.88093886999999938e2","0.79004440000000045e2"],["-0.88162506000000008e2","0.78990540000000124e2"],["-0.88202498999999932e2","0.78976379000000122e2"],[-88.21305799999999,"0.78966095000000109e2"],["-0.88215285999999935e2","0.78960815000000025e2"],["-0.88216659999999933e2","0.78948318000000029e2"],["-0.88229720999999984e2","0.78802200000000084e2"],["-0.88224716000000001e2",78.78915399999994],[-88.22222899999997,"0.78783324999999934e2"],["-0.88218063000000029e2","0.78776931999999988e2"],["-0.88201110999999969e2","0.78757216999999969e2"],["-0.88132216999999969e2",78.68081699999999],["-0.88044158999999922e2","0.78658600000000092e2"],[-88.02416999999997,"0.78656647000000135e2"],["-0.88010833999999932e2","0.78652771000000087e2"],["-0.87993056999999965e2","0.78645264000000111e2"],["-0.87982772999999952e2","0.78639435000000105e2"],["-0.87908614999999998e2","0.78596939000000077e2"],["-0.87894729999999981e2","0.78584717000000126e2"],["-0.87890839000000028e2","0.78578323000000069e2"],["-0.87896956999999873e2","0.78566375999999934e2"],["-0.87908339999999953e2","0.78548599000000081e2"],["-0.87984725999999966e2","0.78492202999999961e2"],["-0.88011948000000018e2","0.78481369000000086e2"],["-0.88055832000000009e2","0.78472762999999986e2"],["-0.88205276000000026e2","0.78452484000000084e2"],["-0.88234160999999972e2","0.78453598000000056e2"],["-0.88249160999999958e2","0.78456649999999968e2"],["-0.88389450000000011e2","0.78521378000000027e2"],["-0.88559432999999899e2","0.78604156000000046e2"],["-0.88574721999999952e2","0.78607208000000128e2"],["-0.88723052999999993e2","0.78615814000000057e2"],["-0.88788605000000018e2","0.78612761999999975e2"],["-0.88804168999999945e2","0.78609711000000118e2"],["-0.88746108999999933e2","0.78535812000000078e2"],["-0.88725006000000008e2","0.78524155000000121e2"],["-0.88659164000000033e2","0.78491088999999988e2"],["-0.88595276000000013e2","0.78459991000000002e2"],[-88.5625,78.44470200000012],["-0.88552215999999987e2","0.78437484999999981e2"],["-0.88543883999999991e2","0.78426086000000112e2"],["-0.88535552999999993e2","0.78413040000000137e2"],["-0.88536117999999931e2","0.78406937000000028e2"],["-0.88538054999999986e2","0.78401382000000126e2"],["-0.88541381999999999e2","0.78396652000000074e2"],["-0.88553054999999915e2","0.78385544000000095e2"],["-0.88561110999999983e2","0.78379425000000083e2"],["-0.88570556999999951e2","0.78373871000000065e2"],["-0.88614715999999987e2","0.78348327999999981e2"],["-0.88663329999999974e2","0.78321381000000031e2"],["-0.88672501000000011e2","0.78316085999999984e2"],["-0.88704177999999956e2","0.78271103000000096e2"],["-0.88710555999999997e2","0.78261107999999979e2"],["-0.88713897999999858e2","0.78254715000000033e2"],[-88.71556099999998,"0.78249146000000053e2"],["-0.88716110000000015e2","0.78243042000000003e2"],["-0.88721114999999941e2","0.78231093999999985e2"],["-0.88726105000000018e2","0.78225266000000033e2"],[-88.75140399999998,"0.78196930000000123e2"],["-0.88776672000000019e2","0.78176085999999941e2"],[-88.78443900000002,"0.78169983000000002e2"],["-0.88793334999999956e2","0.78164429000000041e2"],["-0.88817779999999914e2","0.78154434000000094e2"],["-0.88847777999999948e2","0.78151382000000012e2"],["-0.88978881999999942e2","0.78165817000000118e2"],["-0.89002791999999943e2","0.78169434000000081e2"],["-0.89065001999999879e2","0.78184418000000107e2"],["-0.89079726999999991e2","0.78189147999999989e2"],["-0.89115828999999962e2","0.78200821000000019e2"],["-0.89227492999999981e2","0.78245254999999986e2"],["-0.89259170999999924e2","0.78262771999999984e2"],["-0.89265014999999948e2","0.78268326000000002e2"],["-0.89275283999999999e2","0.78281936999999971e2"],["-0.89353881999999885e2","0.78339705999999978e2"],["-0.89364440999999999e2","0.78344147000000078e2"],["-0.89381103999999993e2",78.3477630000001],["-0.89518341000000021e2","0.78392212000000086e2"],["-0.89676665999999955e2","0.78447478999999987e2"],["-0.89803878999999995e2","0.78494431000000134e2"],["-0.89819457999999997e2","0.78500549000000092e2"],["-0.89891113000000018e2","0.78552764999999965e2"],["-0.89921660999999972e2","0.78578048999999965e2"],["-0.89945830999999998e2","0.78599425999999994e2"],[-89.95695499999988,78.605255],["-0.89980559999999969e2","0.78609711000000118e2"],["-0.90014724999999885e2","0.78609421000000111e2"],["-0.90051391999999964e2","0.78605820000000051e2"],["-0.90088332999999977e2","0.78595825000000104e2"],["-0.90092498999999975e2","0.78589980999999909e2"],[-90.09973100000002,"0.78555252000000053e2"],["-0.90100829999999974e2","0.78549713000000054e2"],["-0.90064712999999927e2","0.78513321000000076e2"],["-0.89985000999999954e2",78.43609600000002],["-0.89960555999999997e2","0.78432480000000112e2"],["-0.89936110999999983e2","0.78430267000000015e2"],["-0.89910004000000015e2","0.78426086000000112e2"],["-0.89869995000000017e2",78.417755],[-89.80972300000002,"0.78404709000000082e2"],["-0.89785278000000005e2","0.78398041000000092e2"],["-0.89774445000000014e2",78.39387499999998],["-0.89748046999999929e2","0.78380264000000011e2"],["-0.89615554999999858e2","0.78300262000000032e2"],["-0.89606109999999944e2","0.78293319999999994e2"],["-0.89461670000000026e2",78.17553700000002],["-0.89455841000000021e2","0.78169983000000002e2"],["-0.89452498999999989e2","0.78162491000000045e2"],["-0.89461670000000026e2","0.78158599999999979e2"],["-0.89476668999999958e2","0.78153869999999984e2"],["-0.89507781999999963e2","0.78149994000000106e2"],["-0.89530288999999982e2","0.78148330999999985e2"],["-0.89549437999999952e2","0.78148605000000089e2"],["-0.89563048999999921e2","0.78149719000000061e2"],[-89.59584000000001,"0.78156937000000084e2"],[-89.61860699999994,"0.78163040000000024e2"],["-0.89631942999999978e2","0.78168594000000041e2"],["-0.89639724999999942e2","0.78173309000000074e2"],["-0.89644164999999987e2","0.78179703000000075e2"],["-0.89646118000000001e2","0.78184707999999944e2"],["-0.89646118000000001e2",78.19720500000011],[-89.64805599999994,"0.78202209000000096e2"],["-0.89654174999999952e2","0.78209427000000119e2"],["-0.89657226999999978e2","0.78212203999999986e2"],["-0.89673888999999974e2","0.78217209000000082e2"],["-0.89700835999999981e2","0.78219147000000021e2"],["-0.89748885999999914e2","0.78217209000000082e2"],["-0.89783324999999934e2","0.78214431999999988e2"],["-0.89847778000000005e2","0.78213042999999971e2"],["-0.89886948000000018e2","0.78215271000000087e2"],["-0.89911117999999988e2","0.78218872000000147e2"],["-0.89929169000000002e2","0.78223038000000088e2"],["-0.89955276000000026e2","0.78233322000000101e2"],["-0.89960281000000009e2","0.78238311999999951e2"],["-0.89961945000000014e2","0.78243590999999924e2"],["-0.89959441999999967e2","0.78254439999999988e2"],["-0.89955001999999922e2","0.78260544000000039e2"],["-0.89980285999999921e2",78.27777100000003],["-0.90023330999999985e2","0.78298035000000027e2"],["-0.90060271999999998e2","0.78308029000000033e2"],["-0.90172500999999954e2","0.78331100000000049e2"],["-0.90186110999999926e2","0.78333327999999995e2"],["-0.90213622999999984e2","0.78335265999999933e2"],["-0.90242492999999854e2","0.78336105000000089e2"],[-90.27416999999997,"0.78334991000000116e2"],[-90.34056099999998,"0.78331100000000049e2"],["-0.90411391999999921e2","0.78324432000000058e2"],["-0.90478881999999999e2","0.78321106000000043e2"],["-0.90507781999999963e2","0.78320540999999992e2"],[-90.59445199999999,"0.78322768999999937e2"],["-0.90620269999999948e2","0.78325546000000031e2"],["-0.90667770000000019e2",78.32748399999997],["-0.90729445999999996e2","0.78326096000000064e2"],["-0.90744445999999982e2","0.78323043999999982e2"],["-0.90748610999999983e2","0.78320267000000058e2"],[-90.73721299999994,"0.78314423000000033e2"],["-0.90715560999999923e2","0.78309143000000006e2"],["-0.90622771999999941e2","0.78291091999999992e2"],[-90.598343,"0.78287490999999932e2"],["-0.90544998000000021e2","0.78283051000000114e2"],[-90.46166999999997,78.27887000000004],["-0.90410277999999948e2","0.78276657000000057e2"],["-0.90363327000000027e2","0.78256942999999978e2"],["-0.90273894999999982e2","0.78192200000000071e2"],["-0.90267501999999922e2",78.18664600000011],["-0.90268889999999999e2","0.78182755000000043e2"],["-0.90272781000000009e2",78.17692599999998],["-0.90293883999999991e2","0.78159988000000112e2"],["-0.90301102000000014e2",78.15525800000006],["-0.90330291999999986e2","0.78146103000000039e2"],["-0.90353881999999942e2","0.78143326000000116e2"],["-0.90433884000000035e2","0.78136383000000137e2"],["-0.90465012000000002e2","0.78135268999999937e2"],["-0.90497771999999941e2","0.78134995000000004e2"],["-0.90624434999999949e2","0.78134430000000009e2"],["-0.90711120999999991e2","0.78135818000000086e2"],["-0.90967223999999987e2","0.78142761000000064e2"],["-0.91021392999999989e2","0.78146103000000039e2"],["-0.91039718999999991e2","0.78150269000000094e2"],["-0.91238387999999986e2","0.78166594999999973e2"],["-0.91326674999999966e2","0.78168594000000041e2"],["-0.91489715999999873e2",78.17692599999998],["-0.91539992999999924e2","0.78181366000000025e2"],["-0.91613891999999964e2","0.78191925000000083e2"],["-0.91661941999999897e2","0.78199707000000046e2"],["-0.91707229999999981e2","0.78209427000000119e2"],["-0.91724715999999944e2","0.78214706000000092e2"],["-0.91807770000000005e2",78.23275799999999],["-0.91831389999999999e2",78.23692299999999],["-0.91857497999999964e2","0.78239700000000084e2"],["-0.91887511999999901e2","0.78239425999999924e2"],["-0.91920273000000009e2","0.78237198000000149e2"],["-0.91946380999999974e2",78.23275799999999],["-0.91963332999999977e2","0.78227768000000083e2"],["-0.91974441999999954e2","0.78223312000000021e2"],["-0.91986114999999984e2","0.78214706000000092e2"],["-0.92003066999999987e2","0.78209717000000126e2"],["-0.92031113000000005e2","0.78207488999999953e2"],["-0.92058334000000002e2","0.78208878000000141e2"],["-0.92083327999999995e2","0.78212494000000049e2"],["-0.92105559999999969e2","0.78217758000000003e2"],["-0.92308333999999945e2","0.78278594999999996e2"],["-0.92537216000000001e2","0.78310531999999967e2"],["-0.92556655999999975e2","0.78314696999999967e2"],["-0.92589447000000007e2","0.78323608000000092e2"],["-0.92949431999999888e2",78.43193100000002],[-92.96665999999999,78.44358799999992],["-0.92982498000000021e2","0.78454436999999984e2"],[-92.98721299999994,78.46026599999999],["-0.92987502999999947e2","0.78465546000000074e2"],["-0.92978881999999942e2","0.78483322000000044e2"],[-92.96665999999999,"0.78488586000000055e2"],["-0.92863891999999964e2","0.78505264000000125e2"],["-0.92848617999999988e2","0.78505554000000132e2"],["-0.92690551999999968e2",78.49581900000004],["-0.92646392999999932e2","0.78487487999999928e2"],["-0.92621933000000013e2","0.78487198000000092e2"],["-0.92600554999999986e2","0.78488037000000077e2"],["-0.92576675000000023e2","0.78490540000000067e2"],["-0.92520279000000016e2","0.78498596000000134e2"],["-0.92493606999999997e2","0.78503325999999959e2"],[-92.48721299999994,"0.78507767000000058e2"],["-0.92487777999999992e2","0.78509430000000009e2"],["-0.92497771999999998e2","0.78513046000000031e2"],["-0.92563323999999966e2","0.78520537999999988e2"],["-0.92529448999999943e2","0.78521378000000027e2"],[-92.24722300000002,78.52777100000003],["-0.92216659999999933e2","0.78528046000000018e2"],["-0.92070847000000015e2","0.78525543000000027e2"],["-0.92011123999999938e2",78.526657],["-0.91949996999999939e2","0.78530273000000079e2"],["-0.91918610000000001e2","0.78534424000000001e2"],["-0.91726395000000025e2","0.78530548000000067e2"],["-0.91682495000000017e2",78.52609300000006],["-0.91660827999999981e2","0.78526932000000045e2"],["-0.91646117999999944e2","0.78529984000000127e2"],["-0.91636123999999938e2","0.78533600000000035e2"],["-0.91632492000000013e2","0.78539429000000041e2"],["-0.91635284000000013e2","0.78546097000000032e2"],["-0.91647506999999962e2","0.78560257000000092e2"],["-0.91657500999999968e2","0.78563873000000001e2"],["-0.91670272999999952e2",78.56581100000011],["-0.91945267000000001e2","0.78572220000000129e2"],["-0.92151397999999915e2","0.78579437000000041e2"],["-0.92351943999999946e2","0.78586928999999998e2"],["-0.92557220000000029e2","0.78594711000000132e2"],[-92.58555599999994,"0.78596099999999979e2"],["-0.92604720999999984e2","0.78598602000000028e2"],["-0.92697768999999994e2","0.78614151000000106e2"],["-0.92733063000000016e2",78.62359600000002],["-0.92757781999999963e2","0.78628036000000009e2"],["-0.92806106999999997e2",78.6336060000001],["-0.92828888000000006e2","0.78631927000000076e2"],["-0.92907227000000034e2",78.62303200000008],["-0.92935546999999985e2","0.78618866000000139e2"],["-0.92935821999999973e2","0.78614990000000091e2"],["-0.92941665999999998e2","0.78608597000000145e2"],["-0.92955841000000021e2","0.78603867000000093e2"],["-0.92991668999999945e2","0.78599716000000001e2"],["-0.93176940999999999e2","0.78586380000000077e2"],["-0.93210555999999997e2","0.78584152000000074e2"],["-0.93242492999999968e2","0.78582763999999997e2"],["-0.93271118000000001e2","0.78584152000000074e2"],[-93.28443900000002,"0.78587494000000049e2"],["-0.93434157999999968e2",78.6336060000001],["-0.93771392999999989e2","0.78750549000000035e2"],["-0.93813613999999973e2","0.78765823000000069e2"],["-0.93802779999999927e2","0.78770263999999997e2"],["-0.93684158000000025e2","0.78782486000000006e2"],["-0.93650283999999999e2","0.78784714000000122e2"],["-0.93589721999999995e2","0.78783599999999979e2"],["-0.93534438999999963e2","0.78778870000000097e2"],["-0.93429169000000002e2","0.78767212000000086e2"],["-0.93376388999999961e2","0.78760544000000095e2"],["-0.93351394999999968e2","0.78756104000000107e2"],["-0.93299728000000016e2","0.78748596000000077e2"],[-93.24722300000002,"0.78741928000000087e2"],["-0.93190551999999968e2","0.78736374000000126e2"],["-0.93163329999999974e2","0.78735535000000141e2"],[-93.09973100000002,"0.78737198000000092e2"],["-0.93054992999999968e2","0.78739974999999959e2"],[-93.04222099999987,"0.78745255000000043e2"],[-93.039963,"0.78750000000000057e2"],["-0.93039443999999946e2","0.78751099000000067e2"],["-0.93035277999999948e2","0.78761932000000002e2"],["-0.93037780999999939e2","0.78765823000000069e2"],["-0.93118880999999988e2","0.78772491000000059e2"],["-0.93170273000000009e2",78.77998400000007],["-0.93271941999999967e2","0.78796097000000145e2"],["-0.93346389999999928e2","0.78809982000000048e2"],["-0.93369155999999975e2","0.78816086000000041e2"],["-0.93391388000000006e2","0.78820831000000112e2"],["-0.93416397000000018e2","0.78824996999999996e2"],["-0.93560546999999929e2","0.78833328000000108e2"],["-0.93589721999999995e2","0.78834717000000069e2"],["-0.93650283999999999e2","0.78835541000000035e2"],["-0.93746947999999975e2","0.78834991000000002e2"],["-0.93779723999999987e2","0.78833603000000096e2"],["-0.93842772999999966e2","0.78832489000000123e2"],["-0.93874709999999936e2","0.78833603000000096e2"],["-0.93892501999999979e2","0.78838042999999914e2"],["-0.93902221999999995e2","0.78842484000000013e2"],["-0.93906386999999995e2","0.78849152000000004e2"],["-0.93917495999999971e2","0.78860535000000027e2"],["-0.93939437999999939e2","0.78871643000000006e2"],["-0.93959441999999967e2","0.78878310999999997e2"],["-0.94052490000000034e2","0.78902481000000023e2"],[-94.09584000000001,"0.78911102000000085e2"],["-0.94253066999999987e2","0.78956940000000031e2"],["-0.94269729999999981e2","0.78962204000000042e2"],["-0.94282227000000034e2","0.78968872000000033e2"],["-0.94287506000000008e2","0.78981093999999985e2"],["-0.94288605000000018e2","0.78986374000000069e2"],["-0.94241378999999881e2","0.78996643000000063e2"],["-0.94005279999999914e2","0.79029709000000025e2"],["-0.93910277999999948e2","0.79041930999999977e2"],["-0.93878051999999968e2","0.79042480000000126e2"],["-0.93854720999999927e2","0.79040543000000071e2"],["-0.93813889000000017e2","0.79035538000000031e2"],["-0.93784164000000033e2","0.79038040000000137e2"],["-0.93601943999999889e2","0.79068328999999949e2"],["-0.93472778000000005e2","0.79108871000000136e2"],["-0.93455565999999976e2",79.11970500000001],["-0.93452498999999989e2","0.79125534000000016e2"],["-0.93456664999999987e2","0.79132202000000007e2"],["-0.93463333000000034e2","0.79136932000000058e2"],[-93.46055599999994,"0.79142761000000064e2"],["-0.93443054000000018e2","0.79148041000000092e2"],[-93.36610399999995,"0.79161377000000073e2"],["-0.93329726999999934e2","0.79164428999999984e2"],["-0.93294997999999907e2","0.79166931000000091e2"],["-0.93259170999999924e2","0.79167480000000012e2"],["-0.93227782999999931e2","0.79166931000000091e2"],["-0.93003066999999987e2","0.79154434000000094e2"],["-0.92895553999999947e2","0.79143875000000037e2"],["-0.92869720000000029e2","0.79139708999999925e2"],["-0.92841109999999958e2","0.79141098000000113e2"],["-0.92816101000000003e2","0.79145537999999988e2"],["-0.92801392000000021e2","0.79150269000000094e2"],[-92.7933349999999,"0.79155823000000055e2"],["-0.92780288999999868e2","0.79161102000000028e2"],["-0.92746947999999975e2","0.79164153999999996e2"],["-0.92506957999999941e2","0.79158324999999991e2"],["-0.92478606999999954e2","0.79155823000000055e2"],["-0.92407500999999911e2","0.79146102999999982e2"],["-0.92309433000000013e2","0.79145264000000054e2"],["-0.92243057000000022e2","0.79146941999999967e2"],[-91.89805599999994,"0.79161377000000073e2"],["-0.91691939999999988e2","0.79173309000000017e2"],["-0.91439162999999951e2","0.79183593999999971e2"],["-0.91205275999999969e2","0.79191925000000026e2"],["-0.91009170999999867e2","0.79203048999999965e2"],["-0.90811934999999949e2","0.79208038000000101e2"],["-0.90601669000000015e2","0.79214157000000114e2"],["-0.90564162999999951e2","0.79215546000000131e2"],["-0.90528335999999911e2",79.21748400000007],["-0.90492767000000015e2","0.79220825000000104e2"],["-0.90390839000000028e2","0.79236374000000012e2"],["-0.90368331999999953e2","0.79243042000000003e2"],[-90.36326600000001,"0.79246811000000093e2"],["-0.90382216999999969e2",79.2494200000001],["-0.90405563000000029e2","0.79251938000000109e2"],["-0.90472778000000005e2","0.79250823999999909e2"],["-0.90502227999999945e2",79.2494200000001],["-0.90732223999999974e2","0.79238312000000121e2"],["-0.90885833999999988e2","0.79244141000000127e2"],["-0.91139998999999932e2","0.79244431000000134e2"],["-0.91198883000000023e2","0.79241364000000033e2"],[-91.47084000000001,"0.79228867000000037e2"],["-0.91861114999999927e2","0.79215271000000087e2"],["-0.92026397999999972e2","0.79207489000000123e2"],["-0.92053604000000007e2","0.79205261000000007e2"],["-0.92087783999999999e2","0.79204163000000108e2"],["-0.92180832000000009e2","0.79203048999999965e2"],["-0.92213897999999972e2","0.79204163000000108e2"],["-0.92238892000000021e2","0.79205551000000014e2"],["-0.92510284000000013e2","0.79232757999999933e2"],["-0.92621933000000013e2","0.79244431000000134e2"],["-0.92676666000000012e2","0.79251389000000131e2"],["-0.92694716999999969e2","0.79257217000000082e2"],["-0.92693053999999961e2","0.79262207000000103e2"],["-0.92625548999999978e2","0.79295258000000047e2"],["-0.92603881999999942e2","0.79300812000000064e2"],["-0.92571944999999971e2","0.79304153000000099e2"],["-0.92523330999999928e2","0.79307755000000043e2"],["-0.92454453000000001e2","0.79308594000000028e2"],["-0.92394729999999981e2","0.79308594000000028e2"],["-0.92303329000000019e2","0.79306366000000082e2"],["-0.92255004999999983e2","0.79304428000000144e2"],["-0.92131377999999984e2","0.79299988000000099e2"],["-0.91994995000000017e2","0.79295258000000047e2"],["-0.91961944999999957e2",79.29553199999998],["-0.91932494999999903e2","0.79297211000000004e2"],["-0.91894164999999987e2","0.79301085999999998e2"],["-0.91865279999999927e2","0.79305542000000116e2"],["-0.91829452999999944e2","0.79314697000000137e2"],["-0.91795546999999885e2","0.79319153000000085e2"],["-0.91727492999999924e2","0.79326096000000064e2"],["-0.91658889999999985e2","0.79329987000000131e2"],["-0.91589721999999938e2","0.79332214000000022e2"],["-0.91528884999999946e2","0.79333054000000061e2"],["-0.91493880999999874e2",79.33248900000001],["-0.91467498999999975e2","0.79333602999999982e2"],["-0.91267776000000026e2","0.79345824999999991e2"],["-0.91231673999999941e2","0.79348037999999917e2"],[-91.15834000000001,"0.79356093999999985e2"],["-0.91119995000000017e2","0.79386383000000023e2"],["-0.91129165999999884e2","0.79390823000000069e2"],["-0.91156386999999995e2","0.79394440000000031e2"],["-0.91191100999999946e2","0.79393326000000059e2"],["-0.91230559999999969e2","0.79389434999999992e2"],["-0.91422225999999966e2","0.79374146000000053e2"],["-0.91508621000000005e2","0.79373306000000014e2"],["-0.91580841000000021e2","0.79369141000000013e2"],["-0.91702224999999942e2","0.79361374000000069e2"],["-0.91729720999999984e2","0.79359421000000111e2"],["-0.91766662999999994e2","0.79353317000000118e2"],["-0.91788329999999974e2","0.79346375000000023e2"],["-0.91835281000000009e2","0.79340820000000122e2"],["-0.91864715999999987e2","0.79339431999999988e2"],["-0.91897781000000009e2",79.339157],["-0.92150832999999977e2","0.79344437000000084e2"],[-92.18110699999994,"0.79345824999999991e2"],["-0.92210006999999962e2","0.79348327999999924e2"],["-0.92290833000000021e2","0.79358031999999923e2"],["-0.92351943999999946e2","0.79362761999999975e2"],[-92.41194200000001,79.36442599999998],["-0.92510009999999966e2","0.79364150999999993e2"],["-0.92561934999999949e2","0.79365814000000057e2"],["-0.92571670999999867e2",79.37052900000009],["-0.92577498999999989e2","0.79379150000000038e2"],["-0.92567504999999869e2","0.79384155000000078e2"],["-0.92479996000000028e2","0.79404434000000037e2"],["-0.92462509000000011e2","0.79406937000000028e2"],[-92.41194200000001,"0.79411652000000061e2"],[-92.31361400000003,"0.79418593999999928e2"],["-0.92243880999999988e2","0.79426651000000106e2"],["-0.92228607000000011e2","0.79431366000000139e2"],["-0.92227782999999931e2","0.79435257000000036e2"],["-0.92228881999999999e2","0.79438309000000118e2"],["-0.92234726000000023e2","0.79441649999999981e2"],["-0.92241942999999935e2","0.79444138000000123e2"],["-0.92259170999999981e2","0.79446930000000066e2"],["-0.92283324999999991e2","0.79449142000000109e2"],[-92.33805799999999,"0.79453049000000078e2"],["-0.92419723999999974e2","0.79457214000000079e2"],["-0.92580841000000021e2","0.79452209000000039e2"],["-0.92605270000000019e2","0.79450546000000088e2"],["-0.92634170999999981e2","0.79445816000000036e2"],["-0.92679992999999968e2","0.79437194999999974e2"],["-0.92774170000000026e2",79.417755],["-0.92803054999999972e2","0.79413040000000137e2"],["-0.92854445999999996e2","0.79407760999999994e2"],["-0.92876098999999954e2","0.79407760999999994e2"],["-0.92901671999999962e2","0.79408874999999966e2"],["-0.92929442999999935e2","0.79412490999999989e2"],["-0.92950835999999981e2","0.79416382000000056e2"],["-0.92973327999999981e2","0.79423598999999967e2"],["-0.93029175000000009e2",79.46026599999999],["-0.93032775999999956e2","0.79465546000000074e2"],["-0.93034728999999913e2","0.79471649000000014e2"],["-0.93044723999999917e2","0.79476089000000002e2"],["-0.93063048999999921e2",79.48054500000012],[-93.09056099999998,"0.79482208000000071e2"],["-0.93107223999999974e2","0.79482208000000071e2"],["-0.93126662999999951e2","0.79479980000000069e2"],["-0.93143889999999885e2","0.79475815000000068e2"],["-0.93146666999999979e2","0.79469986000000063e2"],["-0.93144454999999994e2","0.79463882000000069e2"],[-93.125,"0.79450821000000133e2"],["-0.93105834999999956e2",79.43942300000009],["-0.93081389999999942e2","0.79426376000000062e2"],["-0.93061110999999983e2","0.79415817000000061e2"],["-0.93033614999999941e2","0.79404434000000037e2"],["-0.93018889999999999e2","0.79399719000000005e2"],["-0.93009170999999981e2","0.79395263999999997e2"],["-0.93006957999999941e2","0.79389160000000118e2"],["-0.93008347000000015e2","0.79388046000000145e2"],["-0.93009445000000028e2","0.79387206999999989e2"],["-0.93021392999999989e2","0.79382751000000098e2"],[-93.125,"0.79359711000000118e2"],["-0.93264175000000023e2","0.79353592000000106e2"],["-0.93312499999999943e2","0.79372757000000092e2"],["-0.93251113999999973e2",79.40498400000007],["-0.93236114999999984e2","0.79415268000000083e2"],["-0.93229720999999984e2","0.79425537000000134e2"],["-0.93231383999999991e2","0.79429977000000122e2"],["-0.93235001000000011e2","0.79435257000000036e2"],["-0.93252501999999993e2","0.79441924999999969e2"],["-0.93275833000000034e2","0.79446640000000002e2"],["-0.93293334999999956e2",79.44802900000002],["-0.93320007000000032e2","0.79448317999999972e2"],["-0.93338057999999933e2","0.79447205000000054e2"],["-0.93354445999999996e2","0.79441360000000145e2"],["-0.93424437999999896e2","0.79405258000000003e2"],["-0.93433059999999898e2","0.79387496999999996e2"],["-0.93485275000000001e2","0.79354156000000046e2"],["-0.93641387999999893e2",79.31164600000011],["-0.93757507000000032e2","0.79283600000000035e2"],["-0.93801940999999886e2","0.79274704000000099e2"],["-0.93869995000000017e2","0.79263885000000073e2"],["-0.93906661999999983e2","0.79260544000000039e2"],["-0.93969726999999978e2",79.25749200000007],[-93.99722300000002,"0.79256942999999978e2"],["-0.94047225999999966e2",79.25749200000007],["-0.94206954999999994e2","0.79272490999999945e2"],["-0.94212219000000005e2","0.79276657000000057e2"],["-0.94162780999999995e2","0.79322220000000016e2"],[-94.14805599999994,"0.79333602999999982e2"],["-0.94119720000000029e2","0.79344711000000018e2"],["-0.94088608000000022e2","0.79353592000000106e2"],["-0.94056380999999931e2","0.79379700000000071e2"],["-0.94245834000000002e2","0.79404160000000104e2"],["-0.94366652999999985e2","0.79419708000000128e2"],["-0.94386123999999938e2","0.79421371000000022e2"],["-0.94494720000000029e2","0.79421371000000022e2"],["-0.94509170999999981e2","0.79416382000000056e2"],[-94.5,"0.79379700000000071e2"],["-0.94483063000000016e2","0.79375809000000004e2"],[-94.46305799999999,"0.79379150000000038e2"],["-0.94454453000000001e2","0.79385544000000095e2"],["-0.94432769999999948e2","0.79385544000000095e2"],["-0.94398055999999997e2","0.79375259000000142e2"],["-0.94389998999999989e2","0.79368866000000025e2"],["-0.94506667999999991e2","0.79337204000000042e2"],["-0.94538054999999929e2","0.79333602999999982e2"],["-0.94573623999999938e2","0.79331100000000049e2"],["-0.94638900999999976e2",79.33248900000001],["-0.94669997999999964e2","0.79331375000000037e2"],["-0.94697495000000004e2","0.79326660000000004e2"],["-0.94720001000000025e2","0.79321655000000135e2"],["-0.94765015000000005e2",79.31164600000011],["-0.94952498999999932e2","0.79289978000000019e2"],["-0.94970000999999968e2","0.79284714000000008e2"],["-0.94972777999999892e2","0.79273880000000133e2"],["-0.94977218999999991e2","0.79270264000000111e2"],["-0.94985824999999977e2","0.79267487000000017e2"],["-0.95018616000000009e2","0.79266936999999984e2"],["-0.95087555000000009e2",79.27075200000013],["-0.95161666999999966e2","0.79281097000000045e2"],["-0.95304992999999968e2","0.79325821000000019e2"],["-0.95318619000000012e2","0.79332214000000022e2"],[-95.32028200000002,"0.79335266000000104e2"],["-0.95294448999999986e2","0.79336655000000121e2"],["-0.95285004000000015e2","0.79353042999999957e2"],["-0.95295837000000006e2","0.79379425000000026e2"],["-0.95394164999999987e2","0.79387496999999996e2"],["-0.95477218999999991e2","0.79380814000000044e2"],["-0.95655563000000029e2","0.79391663000000108e2"],["-0.95753341999999975e2","0.79404434000000037e2"],["-0.95771666999999979e2","0.79409714000000065e2"],["-0.95778609999999958e2","0.79413040000000137e2"],[-95.779449,"0.79425812000000121e2"],["-0.95736388999999974e2","0.79537491000000045e2"],["-0.95657500999999968e2","0.79553314000000114e2"],["-0.95636123999999938e2","0.79557479999999998e2"],["-0.95565552000000025e2",79.55914300000012],["-0.95309722999999963e2","0.79569153000000028e2"],["-0.95170273000000009e2","0.79575272000000041e2"],["-0.95051665999999955e2","0.79582214000000135e2"],["-0.94839995999999871e2","0.79597214000000122e2"],["-0.94802489999999977e2","0.79600540000000137e2"],["-0.94699432000000002e2","0.79612198000000149e2"],[-94.40695199999999,"0.79667755000000113e2"],["-0.94360275000000001e2","0.79677765000000022e2"],["-0.94329453000000001e2","0.79688309000000061e2"],["-0.94282776000000013e2","0.79757492000000013e2"],[-94.28694200000001,"0.79762772000000041e2"],["-0.94298339999999996e2",79.76887499999998],["-0.94318344000000025e2","0.79778595000000053e2"],["-0.94335281000000009e2","0.79780823000000055e2"],["-0.94361664000000019e2","0.79781937000000028e2"],["-0.94384170999999981e2","0.79778046000000131e2"],["-0.94577498999999932e2","0.79735809000000074e2"],["-0.94592498999999975e2","0.79731094000000041e2"],["-0.94596663999999976e2","0.79725815000000011e2"],["-0.94601395000000025e2","0.79713882000000012e2"],["-0.94608886999999925e2","0.79708327999999995e2"],["-0.94748336999999935e2",79.678314],["-0.94776671999999962e2","0.79673598999999967e2"],["-0.94814437999999939e2","0.79670258000000103e2"],["-0.94878325999999959e2",79.66804500000012],["-0.94946380999999974e2","0.79666930999999977e2"],["-0.94985001000000011e2","0.79664993000000038e2"],["-0.95091675000000009e2","0.79656936999999971e2"],["-0.95153610000000015e2","0.79647491000000002e2"],["-0.95190825999999959e2","0.79644149999999968e2"],["-0.95355559999999969e2","0.79638321000000133e2"],["-0.95419998000000021e2","0.79637496999999996e2"],["-0.95485274999999945e2","0.79638046000000088e2"],["-0.95740828999999906e2","0.79641373000000044e2"],["-0.95799437999999952e2","0.79642487000000017e2"],["-0.95853332999999964e2","0.79646103000000096e2"],["-0.95901107999999965e2","0.79654433999999981e2"],["-0.95933060000000012e2","0.79664429000000098e2"],["-0.95954726999999991e2","0.79671920999999998e2"],["-0.95980835000000013e2",79.6827550000001],["-0.96032227000000034e2","0.79706940000000088e2"],["-0.96282501000000025e2","0.79798874000000012e2"],["-0.96335555999999997e2","0.79815536000000009e2"],["-0.96360824999999977e2",79.82249500000006],["-0.96384170999999924e2","0.79826385000000073e2"],["-0.96490554999999972e2","0.79836104999999975e2"],["-0.96575561999999934e2","0.79849990999999932e2"],["-0.96589447000000007e2","0.79852478000000019e2"],["-0.96610549999999989e2","0.79877762000000018e2"],[-96.61500499999994,"0.79883881000000031e2"],["-0.96609436000000017e2","0.79888596000000064e2"],["-0.96573623999999995e2","0.79900269000000094e2"],["-0.96458618000000001e2","0.79914429000000041e2"],["-0.96422775000000001e2","0.79916091999999935e2"],["-0.96391387999999949e2","0.79913879000000009e2"],["-0.96385009999999909e2","0.79909714000000008e2"],[-96.37777699999998,"0.79899155000000121e2"],["-0.96194716999999912e2","0.79901382000000012e2"],["-0.96158889999999872e2","0.79903046000000018e2"],["-0.96138061999999991e2","0.79906372000000033e2"],["-0.96147780999999952e2","0.79912491000000102e2"],["-0.96164718999999991e2","0.79917205999999908e2"],[-96.23332199999993,"0.79933043999999938e2"],["-0.96262512000000015e2","0.79936920000000043e2"],["-0.96325561999999991e2","0.79941360000000032e2"],["-0.96399170000000026e2","0.79941086000000098e2"],["-0.96492766999999958e2","0.79943314000000044e2"],[-96.52416999999997,"0.79945251000000098e2"],["-0.96556655999999975e2","0.79948868000000061e2"],["-0.96580565999999976e2","0.79952773999999977e2"],["-0.96595839999999953e2","0.79956940000000031e2"],["-0.96606658999999922e2","0.79962204000000042e2"],["-0.96675003000000004e2","0.80008331000000055e2"],["-0.96679442999999992e2","0.80014435000000105e2"],["-0.96661941999999954e2","0.80019989000000123e2"],["-0.96628052000000025e2","0.80024429000000112e2"],["-0.96482772999999952e2","0.80041091999999992e2"],["-0.96419158999999922e2","0.80041930999999977e2"],["-0.96394164999999873e2","0.80043869000000086e2"],["-0.96391677999999956e2","0.80045822000000044e2"],[-96.40583799999996,"0.80048325000000034e2"],["-0.96428878999999995e2","0.80050537000000077e2"],["-0.96479172000000005e2","0.80053864000000033e2"],["-0.96512222000000008e2","0.80054977000000122e2"],["-0.96548614999999927e2",80.053314],["-0.96582503999999915e2","0.80048598999999967e2"],["-0.96599166999999909e2","0.80044434000000138e2"],["-0.96627776999999924e2","0.80039429000000098e2"],["-0.96676101999999958e2","0.80041930999999977e2"],["-0.96698882999999967e2","0.80046936000000017e2"],["-0.96737503000000004e2","0.80058029000000033e2"],["-0.96781676999999945e2","0.80076660000000061e2"],["-0.96801391999999964e2","0.80086929000000055e2"],["-0.96802779999999984e2","0.80090820000000122e2"],["-0.96748885999999857e2","0.80134720000000129e2"],["-0.96734436000000017e2","0.80139709000000096e2"],["-0.96711120999999935e2",80.14498900000001],["-0.96675827000000027e2","0.80145538000000101e2"],["-0.96410003999999958e2",80.13888500000013],["-0.96381103999999937e2",80.13638300000008],["-0.96351395000000025e2","0.80132476999999994e2"],["-0.96322784000000013e2","0.80127472000000125e2"],["-0.96163054999999872e2","0.80093048000000067e2"],["-0.96077788999999996e2","0.80078049000000021e2"],["-0.96017776000000026e2","0.80070830999999998e2"],["-0.95847777999999892e2",80.053314],["-0.95545836999999949e2","0.80040543000000071e2"],["-0.95418883999999935e2","0.80036652000000004e2"],["-0.95325011999999958e2",80.03387500000008],["-0.95193877999999984e2",80.03137200000009],[-95.06361400000003,"0.80029984000000013e2"],["-0.95038054999999986e2","0.80031936999999971e2"],["-0.95011672999999917e2","0.80038879000000065e2"],["-0.94988892000000021e2",80.04304500000012],["-0.94951110999999855e2","0.80045532000000037e2"],["-0.94921386999999925e2","0.80046371000000022e2"],["-0.94887512000000015e2","0.80045822000000044e2"],["-0.94852782999999874e2","0.80044144000000131e2"],["-0.94825835999999924e2","0.80040543000000071e2"],["-0.94717772999999966e2","0.80020828000000051e2"],["-0.94607498000000021e2","0.80002777000000094e2"],["-0.94569457999999941e2","0.79997208000000114e2"],["-0.94416945999999996e2","0.79978867000000093e2"],["-0.94383620999999948e2","0.79982482999999945e2"],["-0.94387786999999946e2","0.79987761999999918e2"],["-0.94413894999999911e2","0.79997757000000036e2"],["-0.94451674999999966e2","0.80009720000000073e2"],["-0.94525557999999933e2",80.02276599999999],[-94.62110899999999,80.04304500000012],[-94.67111199999988,"0.80056931000000134e2"],[-94.74888599999997,80.07998699999996],["-0.94728881999999942e2","0.80105545000000063e2"],["-0.94632766999999944e2","0.80131088000000034e2"],["-0.94611937999999952e2","0.80135544000000095e2"],["-0.94510558999999944e2","0.80154434000000037e2"],["-0.94480559999999855e2",80.15914900000007],["-0.94416396999999961e2","0.80163605000000018e2"],["-0.94387222000000008e2","0.80163315000000011e2"],["-0.94285827999999924e2","0.80164993000000095e2"],["-0.94121108999999933e2",80.17025799999999],["-0.94091675000000009e2","0.80172485000000052e2"],["-0.94083892999999989e2","0.80175537000000134e2"],["-0.94096389999999985e2","0.80179153000000042e2"],["-0.94119995000000017e2","0.80183044000000109e2"],["-0.94184433000000013e2","0.80186646000000053e2"],["-0.94217772999999966e2",80.18803400000013],["-0.94354171999999949e2","0.80190811000000053e2"],["-0.94485000999999954e2","0.80209991000000002e2"],["-0.94642226999999991e2","0.80199996999999996e2"],["-0.94649993999999879e2","0.80194427000000076e2"],["-0.94704453000000001e2","0.80178040000000124e2"],["-0.94748336999999935e2","0.80169434000000024e2"],["-0.94816956000000005e2","0.80159714000000122e2"],["-0.95033324999999991e2","0.80134995000000004e2"],["-0.95104996000000028e2","0.80128860000000032e2"],["-0.95263625999999988e2","0.80118317000000104e2"],["-0.95333618000000001e2","0.80118042000000059e2"],["-0.95367767000000015e2","0.80118317000000104e2"],["-0.95420273000000009e2","0.80122482000000105e2"],["-0.95658889999999985e2","0.80168593999999985e2"],["-0.95683884000000035e2","0.80173874000000012e2"],["-0.95695830999999998e2","0.80178314000000057e2"],["-0.95692215000000033e2","0.80181090999999981e2"],["-0.95673889000000031e2","0.80186371000000008e2"],["-0.95621658000000025e2","0.80195251000000042e2"],["-0.95580841000000021e2","0.80199706999999989e2"],["-0.95542770000000019e2","0.80202209000000039e2"],["-0.95471114999999941e2","0.80203598000000056e2"],["-0.95404175000000009e2","0.80203598000000056e2"],["-0.95370543999999995e2","0.80204712000000029e2"],["-0.95327788999999882e2","0.80208603000000096e2"],["-0.95295837000000006e2",80.21276899999998],["-0.95268341000000021e2","0.80218047999999953e2"],["-0.95254455999999948e2","0.80222214000000065e2"],["-0.95235000999999897e2","0.80232208000000071e2"],["-0.95229996000000028e2","0.80236098999999967e2"],["-0.95235000999999897e2","0.80241088999999988e2"],["-0.95243331999999953e2","0.80243591000000094e2"],["-0.95258895999999993e2","0.80244980000000055e2"],["-0.95278060999999923e2","0.80243866000000082e2"],["-0.95287216000000001e2","0.80241088999999988e2"],["-0.95325561999999991e2","0.80232208000000071e2"],[-95.39834599999989,"0.80223602000000142e2"],["-0.95461394999999868e2","0.80219986000000119e2"],["-0.95496947999999975e2","0.80219436999999971e2"],["-0.95548339999999996e2","0.80220261000000107e2"],["-0.95566955999999948e2","0.80224152000000004e2"],["-0.95577498999999989e2","0.80229430999999977e2"],["-0.95581389999999885e2","0.80235535000000027e2"],["-0.95586394999999925e2","0.80240540000000067e2"],["-0.95601944000000003e2","0.80242203000000018e2"],["-0.95645844000000011e2","0.80239700000000028e2"],[-95.69027699999998,"0.80232483000000116e2"],[-95.71055599999994,"0.80227768000000083e2"],["-0.95884170999999981e2","0.80199142000000109e2"],["-0.95922500999999954e2","0.80194138000000009e2"],[-95.93360899999999,"0.80194427000000076e2"],[-95.98443599999996,"0.80200271999999984e2"],["-0.96216659999999877e2","0.80235809000000131e2"],[-96.43499799999995,"0.80269714000000022e2"],[-96.46444699999995,"0.80313034000000016e2"],["-0.96613892000000021e2","0.80329987000000131e2"],["-0.96645844000000011e2","0.80333054000000004e2"],["-0.96670272999999952e2","0.80336928999999998e2"],["-0.96681670999999881e2","0.80342209000000082e2"],["-0.96676101999999958e2","0.80346939000000134e2"],[-96.658051,"0.80352203000000088e2"],["-0.96634170999999981e2","0.80357208000000128e2"],["-0.96604720999999984e2","0.80362198000000035e2"],["-0.96592223999999987e2","0.80362761999999975e2"],["-0.96440552000000025e2","0.80356644000000017e2"],["-0.96408889999999985e2","0.80353592000000106e2"],["-0.96363892000000021e2","0.80342209000000082e2"],["-0.96254729999999938e2","0.80335541000000092e2"],["-0.96232223999999974e2","0.80334717000000126e2"],["-0.96216400000000021e2","0.80338042999999971e2"],["-0.96221664000000033e2","0.80343323000000055e2"],["-0.96255004999999983e2","0.80354156000000046e2"],["-0.96277221999999938e2","0.80359985000000052e2"],["-0.96280838000000017e2",80.36192299999999],["-0.96268065999999919e2","0.80367477000000008e2"],["-0.96240554999999972e2",80.37303200000008],["-0.96080841000000021e2","0.80387206999999989e2"],["-0.96047774999999888e2","0.80389984000000084e2"],["-0.95978606999999954e2","0.80388596000000007e2"],["-0.95732497999999907e2","0.80372757000000036e2"],["-0.95697495000000004e2","0.80369979999999941e2"],["-0.95636948000000018e2","0.80364150999999936e2"],[-95.61221299999994,"0.80360260000000039e2"],["-0.95566955999999948e2","0.80352203000000088e2"],["-0.95542770000000019e2","0.80345824999999934e2"],["-0.95513900999999976e2","0.80340820000000065e2"],[-95.48832699999997,"0.80338042999999971e2"],["-0.95460280999999952e2","0.80336928999999998e2"],["-0.95440826000000015e2","0.80338318000000015e2"],["-0.95436935000000005e2","0.80341095000000109e2"],["-0.95453338999999971e2","0.80373306000000014e2"],["-0.95458617999999944e2","0.80378586000000041e2"],["-0.95468063000000029e2",80.38220200000012],["-0.95498610999999983e2","0.80383880999999974e2"],["-0.95564162999999951e2","0.80385817999999972e2"],["-0.95624999999999943e2","0.80391663000000108e2"],["-0.95653885000000002e2","0.80396652000000074e2"],["-0.95694992000000013e2","0.80406097000000102e2"],["-0.95721664000000033e2","0.80412765999999976e2"],["-0.95852218999999991e2","0.80454163000000051e2"],["-0.95957229999999925e2","0.80504990000000134e2"],["-0.96020553999999947e2","0.80567490000000078e2"],["-0.96027221999999995e2","0.80574158000000068e2"],["-0.96024445000000014e2","0.80578323000000069e2"],["-0.96006957999999884e2","0.80582763999999941e2"],["-0.95979996000000028e2","0.80584717000000069e2"],["-0.95941665999999941e2",80.58638000000002],["-0.95671660999999972e2","0.80584717000000069e2"],["-0.95536391999999978e2","0.80590820000000008e2"],["-0.95498046999999872e2",80.59248400000007],["-0.95423614999999984e2","0.80593597000000102e2"],["-0.95318343999999911e2","0.80590820000000008e2"],["-0.95246658000000025e2",80.58998100000008],["-0.95172226000000023e2",80.59137000000004],["-0.95132216999999969e2","0.80593872000000147e2"],["-0.95067229999999995e2","0.80601379000000065e2"],["-0.95030837999999903e2","0.80603317000000004e2"],[-94.99499499999996,"0.80603043000000071e2"],["-0.94962783999999942e2","0.80599715999999944e2"],["-0.94902495999999985e2","0.80586655000000007e2"],["-0.94846953999999926e2","0.80574706999999989e2"],["-0.94823623999999995e2","0.80569716999999969e2"],[-94.77194199999991,"0.80561371000000065e2"],["-0.94752791999999943e2","0.80559982000000048e2"],["-0.94696654999999964e2",80.55693100000002],["-0.94658614999999998e2","0.80555817000000047e2"],["-0.94554992999999911e2",80.55442800000003],["-0.94374999999999943e2","0.80557205000000124e2"],["-0.94230835000000013e2","0.80556365999999969e2"],["-0.94010559000000001e2",80.54942299999999],["-0.93968886999999995e2","0.80540817000000061e2"],["-0.93968886999999995e2","0.80536925999999994e2"],["-0.93966110000000015e2","0.80530823000000055e2"],["-0.93958343999999954e2",80.52609300000006],[-93.89916999999997,"0.80519150000000025e2"],["-0.93866942999999992e2","0.80518326000000059e2"],["-0.93839447000000007e2","0.80518599999999992e2"],["-0.93786391999999978e2","0.80525543000000027e2"],["-0.93783066000000019e2","0.80529709000000082e2"],["-0.93790832999999964e2","0.80534424000000115e2"],["-0.93810546999999985e2","0.80541367000000093e2"],["-0.93894729999999868e2","0.80565811000000053e2"],["-0.93949158000000011e2","0.80578048999999908e2"],["-0.93973617999999931e2","0.80581939999999975e2"],["-0.94005004999999983e2","0.80585266000000047e2"],["-0.94093612999999948e2","0.80593322999999998e2"],["-0.94308334000000002e2","0.80606368999999972e2"],["-0.94437774999999988e2","0.80605545000000006e2"],["-0.94457503999999915e2","0.80600265999999976e2"],["-0.94484726000000023e2","0.80598328000000038e2"],["-0.94524170000000026e2","0.80598328000000038e2"],["-0.94543335000000013e2","0.80599715999999944e2"],["-0.94561935000000005e2","0.80605819999999994e2"],["-0.94660278000000005e2","0.80651382000000012e2"],["-0.94669448999999929e2",80.65776100000005],["-0.94672775000000001e2","0.80663879000000009e2"],["-0.94670273000000009e2","0.80669708000000014e2"],["-0.94662215999999944e2","0.80675262000000032e2"],["-0.94650283999999999e2","0.80681366000000082e2"],["-0.94628326000000015e2","0.80685806000000071e2"],["-0.94596953999999982e2","0.80690536000000122e2"],["-0.94553604000000007e2","0.80694977000000051e2"],["-0.94514724999999942e2","0.80696365000000128e2"],["-0.94439163000000008e2","0.80697479000000101e2"],["-0.94331116000000009e2","0.80693863000000022e2"],["-0.94231673999999884e2","0.80692200000000128e2"],["-0.94199722000000008e2","0.80693039000000056e2"],["-0.94117492999999968e2","0.80698593000000074e2"],["-0.94088332999999977e2","0.80701660000000004e2"],["-0.94075561999999991e2","0.80706099999999992e2"],["-0.94076950000000011e2","0.80709152000000131e2"],["-0.94086394999999982e2","0.80713043000000027e2"],["-0.94108337000000006e2","0.80718872000000033e2"],["-0.94140288999999996e2","0.80721924000000115e2"],["-0.94304442999999935e2","0.80733871000000079e2"],["-0.94423049999999876e2","0.80734985000000052e2"],["-0.94449158000000011e2","0.80730270000000019e2"],["-0.94491104000000007e2","0.80726928999999984e2"],["-0.94549438000000009e2","0.80724991000000045e2"],[-94.65972899999997,80.72526600000009],["-0.94694716999999969e2","0.80726653999999996e2"],["-0.94722778000000005e2","0.80728592000000106e2"],["-0.94895554000000004e2","0.80747757000000092e2"],["-0.95035827999999867e2","0.80768326000000002e2"],["-0.95037505999999951e2","0.80771378000000141e2"],[-95.03694200000001,"0.80776093000000003e2"],["-0.95033889999999985e2","0.80778046000000131e2"],["-0.95025283999999999e2","0.80801651000000106e2"],["-0.95243056999999965e2","0.80787766000000033e2"],["-0.95282501000000025e2","0.80786101999999971e2"],["-0.95334166999999923e2","0.80788879000000065e2"],["-0.95442764000000011e2",80.79971299999994],["-0.95475554999999986e2","0.80803040000000067e2"],["-0.95501113999999973e2","0.80806931000000134e2"],["-0.95524170000000026e2","0.80812484999999981e2"],["-0.95534164000000033e2","0.80818878000000097e2"],["-0.95526397999999972e2","0.80833328000000051e2"],["-0.95500838999999871e2","0.80838318000000072e2"],[-95.44027699999998,"0.80846100000000035e2"],["-0.95371384000000035e2","0.80853316999999947e2"],["-0.95212783999999999e2","0.80868317000000104e2"],["-0.95170837000000006e2","0.80875809000000061e2"],["-0.95150832999999921e2","0.80881088000000034e2"],["-0.95146666999999923e2","0.80883881000000031e2"],["-0.95170546999999999e2","0.80884720000000016e2"],["-0.95300827000000027e2","0.80885269000000108e2"],[-95.41332999999986,"0.80885269000000108e2"],["-0.95468886999999995e2","0.80890273999999977e2"],["-0.95481383999999991e2","0.80894714000000022e2"],["-0.95484726000000023e2","0.80899155000000121e2"],["-0.95474166999999966e2","0.80904434000000094e2"],["-0.95460280999999952e2","0.80909713999999951e2"],["-0.95422775000000001e2","0.80920821999999987e2"],["-0.95334166999999923e2","0.80934708000000114e2"],["-0.95311934999999949e2","0.80939147999999989e2"],["-0.95283614999999941e2","0.80949996999999996e2"],["-0.95267501999999979e2",80.96138000000002],["-0.95259734999999921e2","0.80973602000000028e2"],["-0.95257506999999976e2","0.80979431000000034e2"],["-0.95259170999999981e2","0.80984984999999995e2"],["-0.95255004999999983e2","0.80996643000000063e2"],["-0.95241104000000007e2","0.81006103999999993e2"],["-0.95220839999999896e2","0.81011382999999967e2"],["-0.95183060000000012e2","0.81019714000000079e2"],["-0.94943329000000006e2","0.81048874000000126e2"],["-0.94814163000000008e2","0.81054153000000099e2"],["-0.94663054999999986e2","0.81048598999999911e2"],["-0.94572783999999899e2","0.81038879000000009e2"],["-0.94546111999999994e2","0.81033325000000048e2"],["-0.94493880999999988e2","0.81017487000000017e2"],["-0.94495543999999995e2","0.80995819000000097e2"],["-0.94504181000000017e2","0.80990265000000079e2"],["-0.94509170999999981e2","0.80984711000000061e2"],["-0.94508057000000008e2","0.80979431000000034e2"],["-0.94492767000000015e2","0.80972763000000043e2"],["-0.94472778000000005e2","0.80969146999999964e2"],["-0.94434158000000025e2","0.80965546000000131e2"],["-0.94408614999999941e2","0.80965546000000131e2"],["-0.94365554999999972e2","0.80968872000000147e2"],["-0.94344726999999978e2","0.80974152000000061e2"],["-0.94330001999999865e2","0.80979706000000022e2"],["-0.94143616000000009e2","0.81015823000000012e2"],["-0.94071670999999924e2","0.81024993999999936e2"],[-93.908051,"0.81039429000000041e2"],["-0.93906386999999995e2","0.81040543000000071e2"],["-0.94013335999999981e2","0.81053588999999988e2"],["-0.94042220999999927e2","0.81055542000000116e2"],[-94.18249499999996,"0.81068054000000075e2"],["-0.94328612999999962e2","0.81089432000000045e2"],["-0.94357498000000021e2",81.09526100000005],[-94.36221299999994,"0.81100540000000024e2"],["-0.94353607000000011e2","0.81106093999999985e2"],["-0.94345550999999944e2","0.81109421000000111e2"],["-0.94313048999999978e2","0.81115539999999953e2"],["-0.94278335999999967e2","0.81117203000000075e2"],["-0.94255279999999971e2","0.81115539999999953e2"],["-0.94230835000000013e2","0.81110535000000084e2"],["-0.94214721999999881e2","0.81106369000000029e2"],["-0.94195830999999941e2",81.10026600000009],["-0.94154723999999987e2","0.81093872000000033e2"],["-0.94130279999999971e2",81.09275800000006],["-0.93989715999999987e2","0.81092484000000127e2"],["-0.93960830999999928e2","0.81094147000000078e2"],["-0.93935271999999941e2","0.81098327999999981e2"],["-0.93907227000000034e2","0.81101653999999996e2"],["-0.93866394000000014e2","0.81103043000000014e2"],["-0.93795273000000009e2","0.81099426000000051e2"],["-0.93689437999999996e2","0.81093048000000067e2"],["-0.93517226999999878e2","0.81084426999999948e2"],["-0.93299987999999928e2","0.81079711999999915e2"],["-0.93255844000000025e2","0.81082764000000054e2"],["-0.93163054999999929e2","0.81091934000000094e2"],["-0.93152221999999938e2","0.81094711000000018e2"],["-0.93123321999999916e2","0.81115265000000136e2"],["-0.93095550999999944e2","0.81154160000000104e2"],["-0.93091674999999952e2","0.81159988000000055e2"],["-0.93095839999999953e2","0.81165268000000083e2"],["-0.93121108999999933e2","0.81182754999999929e2"],["-0.93259734999999978e2","0.81212203999999929e2"],["-0.93419448999999929e2","0.81219986000000063e2"],["-0.93514724999999999e2","0.81217758000000117e2"],["-0.93687499999999943e2",81.21026599999999],["-0.93728333000000021e2","0.81207214000000079e2"],["-0.93852218999999934e2","0.81203049000000078e2"],["-0.93928878999999995e2","0.81203873000000044e2"],["-0.94031386999999938e2","0.81208878000000084e2"],["-0.94166397000000018e2","0.81218048000000124e2"],["-0.94200561999999877e2","0.81221100000000035e2"],["-0.94282227000000034e2","0.81231094000000098e2"],["-0.94302489999999977e2","0.81234984999999938e2"],["-0.94381667999999991e2",81.25082400000008],["-0.94388061999999991e2","0.81254990000000134e2"],["-0.94391388000000006e2","0.81261108000000092e2"],["-0.94386123999999938e2","0.81272766000000104e2"],["-0.94370270000000005e2","0.81284714000000008e2"],["-0.94278610000000015e2","0.81341934000000037e2"],["-0.94268616000000009e2","0.81346099999999922e2"],["-0.94240829000000019e2","0.81350814999999955e2"],["-0.94200561999999877e2","0.81355545000000006e2"],["-0.94153884999999946e2","0.81359711000000118e2"],[-94.06806899999998,"0.81363311999999951e2"],["-0.94035278000000005e2","0.81363311999999951e2"],["-0.93789444000000003e2","0.81348038000000088e2"],["-0.93755004999999926e2","0.81344711000000132e2"],["-0.93694442999999922e2","0.81337494000000049e2"],["-0.93665833000000021e2","0.81332763999999997e2"],["-0.93638900999999976e2","0.81327209000000096e2"],["-0.93621933000000013e2","0.81321655000000078e2"],["-0.93611389000000031e2","0.81316376000000105e2"],["-0.93594451999999933e2",81.31053199999991],["-0.93553329000000019e2","0.81305542000000059e2"],["-0.93515288999999996e2",81.31053199999991],["-0.93494994999999903e2","0.81314697000000081e2"],["-0.93483063000000016e2","0.81319716999999969e2"],["-0.93483611999999994e2","0.81325272000000041e2"],["-0.93488051999999982e2","0.81330551000000014e2"],["-0.93533324999999991e2","0.81348602000000028e2"],["-0.93560546999999929e2","0.81367751999999996e2"],["-0.93564712999999927e2","0.81376648000000102e2"],["-0.93550551999999925e2",81.38108799999992],["-0.93517501999999979e2",81.38499500000006],["-0.93340285999999992e2","0.81372208000000057e2"],["-0.93177490000000034e2","0.81358597000000088e2"],[-93.01556399999987,"0.81341370000000097e2"],["-0.92928054999999972e2","0.81330826000000059e2"],["-0.92831680000000006e2","0.81317764000000011e2"],["-0.92727782999999931e2","0.81305542000000059e2"]],[[-91.71833799999996,"0.81549149000000057e2"],["-0.91761672999999973e2","0.81548035000000084e2"],["-0.91801391999999964e2","0.81548599000000024e2"],["-0.91837509000000011e2","0.81551086000000112e2"],["-0.91863616999999977e2","0.81555251999999996e2"],["-0.91951110999999912e2","0.81584152000000017e2"],["-0.91958617999999944e2","0.81588882000000069e2"],["-0.91960555999999997e2","0.81594986000000119e2"],["-0.91956115999999952e2","0.81600815000000125e2"],["-0.91932494999999903e2","0.81605819999999994e2"],["-0.91903884999999946e2","0.81608322000000044e2"],["-0.91868332000000009e2","0.81608597000000088e2"],["-0.91823897999999986e2","0.81606934000000138e2"],["-0.91789444000000003e2","0.81603317000000004e2"],["-0.91724715999999944e2","0.81596100000000092e2"],["-0.91597778000000005e2","0.81580550999999957e2"],["-0.91582229999999925e2","0.81578049000000078e2"],["-0.91619995000000017e2","0.81562484999999981e2"],["-0.91643615999999895e2","0.81557480000000112e2"],["-0.91673614999999984e2","0.81552765000000079e2"],[-91.71833799999996,"0.81549149000000057e2"]],[["-0.78365828999999962e2","0.82883605999999986e2"],["-0.78383330999999998e2","0.82883605999999986e2"],["-0.78419448999999986e2","0.82899155000000064e2"],["-0.78417220999999927e2","0.82935532000000023e2"],["-0.78414718999999934e2","0.82941925000000026e2"],["-0.78405838000000017e2","0.82947754000000032e2"],["-0.78389724999999885e2","0.82953323000000012e2"],["-0.78361663999999962e2","0.82958603000000096e2"],["-0.78323333999999875e2","0.82961929000000112e2"],["-0.78273894999999868e2","0.82963043000000084e2"],["-0.78223617999999988e2","0.82961104999999975e2"],["-0.78145279000000016e2","0.82954712000000029e2"],["-0.78119720000000029e2",82.94859299999996],["-0.78116942999999992e2","0.82942200000000014e2"],["-0.78122498000000007e2","0.82937194999999974e2"],["-0.78150833000000034e2","0.82926925999999924e2"],["-0.78212783999999999e2","0.82911377000000016e2"],["-0.78336394999999982e2","0.82888046000000145e2"],["-0.78365828999999962e2","0.82883605999999986e2"]],[["-0.70111937999999952e2","0.83109421000000111e2"],[-70.00140399999998,83.10775799999999],["-0.69812209999999993e2","0.83112197999999978e2"],[-69.74888599999997,83.11192299999999],["-0.69701675000000023e2","0.83110535000000084e2"],["-0.69665008999999998e2","0.83108322000000101e2"],["-0.69659164000000033e2","0.83103043000000127e2"],["-0.69662215999999944e2","0.83074158000000068e2"],["-0.69664168999999958e2","0.83070830999999941e2"],["-0.69680557000000022e2","0.83064986999999974e2"],["-0.69716109999999958e2","0.83061096000000077e2"],["-0.69757506999999976e2","0.83057755000000043e2"],["-0.69773894999999982e2","0.83051926000000037e2"],["-0.69775283999999942e2","0.83047760000000096e2"],["-0.69744445999999982e2",83.04553199999998],["-0.69671936000000017e2","0.83041091999999935e2"],["-0.69636123999999995e2","0.83039703000000145e2"],["-0.69471389999999985e2","0.83038879000000009e2"],["-0.69451110999999969e2","0.83035812000000078e2"],["-0.69513335999999981e2","0.83019714000000022e2"],["-0.69536117999999988e2","0.83014435000000049e2"],["-0.69565001999999936e2","0.83009995000000004e2"],["-0.69559722999999963e2","0.82994141000000127e2"],["-0.69233062999999959e2","0.83010268999999937e2"],["-0.69156386999999938e2","0.83017487000000131e2"],["-0.69120543999999995e2","0.83021652000000131e2"],["-0.69097777999999948e2",83.026657],[-69.06361400000003,"0.83038040000000024e2"],["-0.69015563999999927e2","0.83040817000000118e2"],["-0.68983063000000016e2","0.83036652000000117e2"],["-0.68975280999999995e2","0.83028320000000122e2"],["-0.68973891999999978e2","0.83015549000000021e2"],["-0.68977218999999991e2","0.83001663000000065e2"],["-0.68902785999999935e2","0.82988312000000064e2"],["-0.68708344000000011e2","0.82978043000000071e2"],["-0.68665008999999941e2","0.82980270000000132e2"],["-0.68630829000000006e2","0.82985259999999982e2"],["-0.68626663000000008e2","0.82986923000000104e2"],["-0.68579726999999991e2","0.82996933000000013e2"],["-0.68550551999999925e2","0.83001663000000065e2"],["-0.68514724999999999e2","0.83005554000000132e2"],[-68.46665999999999,"0.83008040999999992e2"],["-0.68404723999999987e2","0.83008330999999998e2"],["-0.68358046999999885e2","0.83006103999999937e2"],["-0.68316101000000003e2","0.83003326000000129e2"],["-0.68190826000000015e2","0.82994705000000067e2"],["-0.68154175000000009e2","0.82991088999999988e2"],["-0.68142226999999934e2","0.82983597000000032e2"],["-0.68155272999999966e2","0.82972487999999998e2"],["-0.68177779999999984e2","0.82959991000000002e2"],["-0.68188599000000011e2","0.82946091000000081e2"],["-0.68176391999999964e2","0.82938873000000058e2"],["-0.68145554000000004e2","0.82934981999999991e2"],[-68.09973100000002,"0.82933594000000085e2"],[-68.06806899999998,"0.82935257000000036e2"],["-0.68054169000000002e2","0.82938873000000058e2"],["-0.67881667999999934e2","0.82958878000000084e2"],["-0.67666945999999996e2","0.82969711000000075e2"],[-67.61082499999992,82.96887200000009],["-0.67544158999999979e2","0.82962203999999929e2"],[-67.50140399999998,"0.82957214000000079e2"],["-0.67499999999999943e2","0.82957016000000067e2"],["-0.67476104999999961e2","0.82953598000000056e2"],["-0.67410003999999958e2","0.82946640000000059e2"],["-0.67327788999999939e2","0.82940811000000053e2"],["-0.67241669000000002e2","0.82936919999999986e2"],["-0.67196655000000021e2",82.93609600000002],["-0.67136123999999938e2","0.82936646000000053e2"],["-0.67116942999999992e2","0.82941086000000041e2"],["-0.67122771999999998e2","0.82949142000000109e2"],["-0.67121658000000025e2","0.82955261000000121e2"],["-0.67113327000000027e2","0.82959427000000062e2"],["-0.67092223999999931e2","0.82961104999999975e2"],["-0.67041107000000011e2","0.82959717000000069e2"],["-0.66964721999999995e2","0.82954163000000051e2"],["-0.66939986999999917e2","0.82950546000000088e2"],["-0.66938323999999909e2","0.82947754000000032e2"],["-0.66818893000000003e2","0.82935257000000036e2"],["-0.66653060999999866e2","0.82936371000000008e2"],["-0.66330001999999922e2","0.82933868000000018e2"],["-0.66301391999999964e2",82.93193100000002],["-0.66299437999999952e2",82.92942800000003],["-0.66347503999999958e2","0.82898041000000092e2"],["-0.66369155999999919e2","0.82888321000000019e2"],[-66.81138599999997,"0.82815262000000018e2"],["-0.66841110000000015e2","0.82810806000000071e2"],["-0.66876663000000008e2","0.82807205000000067e2"],["-0.66959732000000031e2","0.82800812000000064e2"],["-0.67138335999999981e2",82.78387500000008],[-67.31527699999998,"0.82764709000000039e2"],["-0.67386123999999995e2","0.82757767000000115e2"],[-67.45777899999996,"0.82752212999999927e2"],["-0.67499999999999943e2","0.82749611000000129e2"],["-0.67597778000000005e2","0.82743590999999924e2"],["-0.67644729999999925e2","0.82741652999999985e2"],["-0.67799164000000019e2","0.82731658999999979e2"],["-0.67914168999999958e2","0.82719986000000119e2"],["-0.68041381999999999e2","0.82703873000000101e2"],["-0.68081679999999949e2","0.82700821000000019e2"],["-0.68134170999999981e2","0.82698593000000017e2"],["-0.68234726000000023e2","0.82696640000000116e2"],["-0.68276108000000022e2",82.69470199999995],["-0.68356658999999979e2","0.82688034000000016e2"],["-0.68424437999999896e2","0.82679703000000075e2"],["-0.68633621000000005e2","0.82648605000000089e2"],["-0.68655838000000017e2","0.82643600000000049e2"],["-0.68672225999999966e2","0.82637772000000098e2"],["-0.68667220999999984e2","0.82632477000000051e2"],["-0.68642501999999979e2","0.82628585999999984e2"],["-0.68573623999999938e2","0.82628860000000088e2"],["-0.68465011999999945e2","0.82639435000000049e2"],["-0.68424437999999896e2","0.82641937000000098e2"],["-0.68325835999999981e2","0.82645537999999988e2"],["-0.67934998000000007e2","0.82658324999999991e2"],["-0.67812774999999988e2","0.82659149000000127e2"],["-0.67606658999999922e2","0.82655548000000067e2"],["-0.67518065999999862e2",82.65109300000006],[-67.47084000000001,"0.82652205999999978e2"],["-0.67430557000000022e2","0.82655548000000067e2"],["-0.67381942999999978e2",82.66276600000009],["-0.67328063999999983e2","0.82677199999999914e2"],["-0.67275283999999999e2",82.68609600000002],["-0.67245834000000002e2","0.82689697000000081e2"],["-0.67210830999999928e2","0.82693587999999977e2"],["-0.66997771999999998e2","0.82712203999999986e2"],["-0.66900283999999999e2","0.82719437000000028e2"],["-0.66670837000000006e2","0.82740265000000079e2"],["-0.66657227000000034e2","0.82744430999999963e2"],["-0.66638335999999981e2","0.82748871000000008e2"],["-0.66122771999999998e2","0.82813034000000073e2"],["-0.66086670000000026e2","0.82816665999999998e2"],["-0.65810271999999941e2","0.82840820000000122e2"],["-0.65767776000000026e2","0.82843048000000067e2"],["-0.65724166999999909e2","0.82843597000000045e2"],["-0.65546660999999915e2","0.82838043000000027e2"],["-0.65467772999999852e2","0.82833327999999995e2"],["-0.65454726999999991e2","0.82829162999999994e2"],["-0.65481673999999998e2","0.82816665999999998e2"],["-0.65495834000000002e2",82.8119200000001],["-0.65527221999999938e2","0.82797484999999938e2"],["-0.65518065999999976e2","0.82789978000000019e2"],["-0.65511123999999995e2","0.82786652000000004e2"],["-0.65458617999999888e2","0.82779433999999981e2"],["-0.65430832000000009e2","0.82777481000000023e2"],["-0.65197494999999947e2","0.82764160000000061e2"],["-0.65164444000000003e2","0.82763046000000088e2"],["-0.65154723999999987e2","0.82765274000000034e2"],["-0.65167496000000028e2","0.82769989000000066e2"],["-0.65259170999999924e2","0.82781662000000097e2"],["-0.65327498999999989e2","0.82789154000000053e2"],["-0.65339721999999938e2","0.82791930999999977e2"],["-0.65353057999999976e2","0.82797211000000004e2"],[-65.34445199999999,"0.82801926000000037e2"],["-0.65221938999999963e2","0.82832764000000054e2"],["-0.65102782999999931e2","0.82848037999999974e2"],["-0.65110001000000011e2","0.82852767999999969e2"],["-0.65128052000000025e2","0.82856094000000041e2"],["-0.65172775000000001e2","0.82858321999999987e2"],["-0.65272781000000009e2","0.82861099000000081e2"],[-65.30749499999996,82.86554000000001],["-0.65289168999999958e2","0.82873306000000014e2"],["-0.65258057000000008e2","0.82877472000000125e2"],["-0.65104720999999984e2","0.82891663000000108e2"],["-0.64982223999999974e2","0.82901093000000003e2"],["-0.64884734999999921e2","0.82905823000000055e2"],[-64.83555599999994,"0.82906937000000028e2"],["-0.64729720999999927e2","0.82904160000000104e2"],[-64.68472300000002,"0.82901657000000114e2"],["-0.64655562999999972e2","0.82896942000000081e2"],["-0.64664168999999902e2",82.89027399999992],["-0.64678604000000007e2","0.82884720000000129e2"],["-0.64713897999999915e2","0.82876372999999944e2"],["-0.64751953000000015e2","0.82875259000000142e2"],["-0.64790558000000033e2","0.82875809000000004e2"],["-0.64829726999999934e2","0.82877762000000132e2"],["-0.64890288999999939e2","0.82878036000000066e2"],["-0.64922501000000011e2","0.82876372999999944e2"],["-0.64936934999999949e2","0.82871368000000075e2"],["-0.64923614999999984e2","0.82864699999999914e2"],["-0.64883895999999993e2","0.82861649000000114e2"],["-0.64839995999999985e2","0.82861923000000047e2"],["-0.64746384000000035e2","0.82860535000000141e2"],["-0.64723052999999993e2","0.82856369000000029e2"],["-0.64710555999999997e2","0.82852478000000133e2"],["-0.64713897999999915e2","0.82846375000000023e2"],["-0.64722777999999948e2","0.82840820000000122e2"],["-0.64742217999999923e2","0.82834427000000005e2"],["-0.64750838999999928e2","0.82828323000000125e2"],["-0.64737777999999992e2","0.82822220000000016e2"],["-0.64706954999999994e2","0.82813034000000073e2"],[-64.64805599999994,"0.82799713000000111e2"],["-0.64478607000000011e2","0.82764435000000105e2"],["-0.64445266999999944e2","0.82761932000000115e2"],["-0.64418059999999912e2","0.82761382999999967e2"],["-0.64412780999999939e2","0.82762206999999933e2"],["-0.64398055999999997e2","0.82766936999999984e2"],["-0.64328888000000006e2","0.82787201000000096e2"],[-64.18638599999997,"0.82819153000000085e2"],["-0.64139998999999989e2","0.82828049000000021e2"],["-0.64103058000000033e2","0.82831665000000044e2"],["-0.64059722999999963e2","0.82833327999999995e2"],["-0.63972770999999966e2","0.82834991000000116e2"],["-0.63672775000000001e2","0.82834717000000012e2"],["-0.63623610999999926e2","0.82833603000000039e2"],["-0.63529723999999987e2","0.82828323000000125e2"],["-0.63490836999999942e2","0.82825272000000098e2"],[-63.43472300000002,"0.82816665999999998e2"],["-0.63389167999999927e2","0.82804977000000065e2"],["-0.63382499999999993e2","0.82798325000000034e2"],["-0.63382216999999912e2","0.82767761000000121e2"],["-0.63397223999999994e2","0.82761382999999967e2"],["-0.63479163999999855e2","0.82739425999999924e2"],["-0.63510284000000013e2","0.82732483000000116e2"],["-0.63525832999999977e2","0.82730545000000006e2"],["-0.63590836000000024e2","0.82733047000000056e2"],["-0.63666106999999954e2","0.82731368999999972e2"],["-0.63819449999999961e2","0.82721374999999966e2"],["-0.63834998999999982e2","0.82719147000000021e2"],["-0.63850280999999995e2","0.82715820000000065e2"],["-0.63764450000000011e2","0.82715271000000087e2"],[-63.67888599999992,"0.82717758000000003e2"],[-63.65166499999998,"0.82714996000000099e2"],["-0.63540001000000018e2","0.82694427000000132e2"],["-0.63502040999999906e2","0.82682762000000082e2"],["-0.63422226000000023e2","0.82665543000000014e2"],["-0.63286948999999993e2","0.82654434000000094e2"],["-0.63254447999999968e2","0.82650269000000094e2"],["-0.63232215999999994e2",82.64498900000001],["-0.63226105000000018e2","0.82640273999999977e2"],["-0.63235557999999855e2","0.82633330999999998e2"],["-0.63255835999999988e2","0.82627197000000137e2"],["-0.63287223999999981e2","0.82624985000000095e2"],["-0.63339721999999995e2","0.82623596000000077e2"],["-0.63376388999999961e2","0.82619980000000055e2"],["-0.63380829000000006e2","0.82615265000000022e2"],["-0.63369445999999982e2",82.61053499999997],["-0.63347495999999978e2","0.82604980000000069e2"],["-0.63315001999999936e2","0.82601089000000002e2"],["-0.63272223999999937e2","0.82598602000000142e2"],["-0.63229720999999984e2","0.82597214000000008e2"],[-63.11361699999992,"0.82597487999999942e2"],["-0.63071113999999966e2",82.59637500000008],["-0.63033614999999941e2","0.82594436999999971e2"],[-62.99639099999996,82.59027100000003],[-62.96416499999998,"0.82585541000000035e2"],["-0.62942496999999946e2",82.5816650000001],["-0.62926108999999997e2","0.82576096000000121e2"],["-0.62930557000000022e2",82.56999200000007],["-0.62960555999999997e2","0.82557754999999929e2"],["-0.63059440999999936e2","0.82511932000000002e2"],[-63.08943899999997,"0.82466385000000116e2"],["-0.63119994999999903e2","0.82463608000000022e2"],["-0.63243889000000024e2","0.82457764000000054e2"],["-0.63285004000000015e2","0.82454987000000131e2"],["-0.63346106999999904e2","0.82449142000000052e2"],["-0.63366111999999987e2","0.82444977000000051e2"],["-0.63369995000000017e2","0.82438873000000001e2"],["-0.63328613000000018e2","0.82437759000000028e2"],["-0.63277221999999938e2","0.82439148000000046e2"],["-0.63148887999999999e2","0.82446929999999952e2"],["-0.63071670999999981e2","0.82451935000000049e2"],["-0.63015838999999971e2","0.82459716999999955e2"],["-0.62990836999999885e2","0.82467209000000082e2"],["-0.62920836999999949e2","0.82491089000000102e2"],["-0.62823616000000015e2","0.82504440000000045e2"],["-0.62678336999999999e2","0.82516098000000056e2"],["-0.62553328999999962e2","0.82524428999999998e2"],["-0.62506667999999877e2","0.82526657000000114e2"],["-0.62286948999999993e2","0.82528046000000131e2"],[-62.24500299999994,"0.82528046000000131e2"],["-0.62171669000000009e2","0.82525542999999971e2"],["-0.62171386999999982e2","0.82521378000000141e2"],["-0.62322776999999974e2","0.82511108000000036e2"],["-0.62333060999999987e2","0.82504166000000112e2"],["-0.62353057999999976e2","0.82486374000000069e2"],["-0.62352782999999931e2","0.82481093999999985e2"],["-0.62300835000000006e2","0.82482483000000002e2"],["-0.62264449999999954e2","0.82485809000000017e2"],[-62.21566799999988,"0.82491928000000087e2"],["-0.62212497999999869e2","0.82495766000000003e2"],["-0.62098052999999936e2","0.82502212999999983e2"],["-0.61884170999999981e2","0.82492752000000053e2"],["-0.61691665999999998e2",82.48803700000002],["-0.61582503999999972e2","0.82482483000000002e2"],["-0.61530829999999867e2","0.82478317000000118e2"],[-61.5,"0.82474152000000117e2"],["-0.61448607999999979e2","0.82464431999999988e2"],["-0.61326110999999969e2","0.82439697000000137e2"],[-61.28556100000003,"0.82430267000000072e2"],["-0.61170279999999877e2","0.82395264000000111e2"],["-0.61141113000000018e2","0.82383041000000048e2"],["-0.61131385999999907e2","0.82377472000000068e2"],[-61.11222099999992,"0.82363876000000062e2"],["-0.61098609999999951e2","0.82350266000000033e2"],["-0.61076392999999996e2","0.82320831000000112e2"],["-0.61078613000000018e2","0.82301086000000112e2"],["-0.61084723999999994e2","0.82293593999999985e2"],["-0.61107779999999934e2","0.82267761000000064e2"],["-0.61130359999999996e2","0.82252937000000088e2"],["-0.61135558999999944e2","0.82247482000000105e2"],[-61.15694400000001,"0.82235259999999982e2"],["-0.61193328999999949e2","0.82223602000000085e2"],["-0.61281112999999948e2","0.82202774000000034e2"],["-0.61306389000000024e2","0.82197205000000054e2"],["-0.61388054000000011e2",82.18331900000004],[-61.43332700000002,"0.82176376000000062e2"],["-0.61463614999999891e2","0.82172484999999995e2"],["-0.61534171999999899e2","0.82165543000000071e2"],["-0.61599441999999954e2","0.82160812000000135e2"],["-0.61804442999999992e2","0.82146652000000074e2"],[-61.86999499999996,"0.82106644000000017e2"],["-0.61885001999999986e2","0.82100539999999967e2"],["-0.62077781999999956e2","0.82053588999999988e2"],["-0.62126944999999978e2","0.82043869000000086e2"],[-62.25417299999998,"0.82019989000000066e2"],["-0.62278885000000002e2","0.82015822999999955e2"],["-0.62313056999999958e2",82.01249700000011],["-0.62356948999999929e2","0.82010268999999994e2"],["-0.62513618000000008e2","0.82004715000000147e2"],["-0.62570281999999963e2","0.81976089000000059e2"],["-0.62944999999999993e2","0.81922211000000118e2"],["-0.63040557999999976e2","0.81909714000000122e2"],["-0.63292502999999897e2","0.81877761999999962e2"],["-0.63387221999999952e2","0.81867752000000053e2"],["-0.63656104999999968e2","0.81837494000000106e2"],["-0.63715003999999965e2","0.81820831000000055e2"],["-0.63761116000000015e2","0.81811645999999996e2"],["-0.63817223000000013e2","0.81804703000000018e2"],["-0.63849723999999924e2","0.81801086000000055e2"],["-0.63925003000000004e2","0.81795258000000103e2"],["-0.63962775999999963e2","0.81792480000000126e2"],["-0.64010009999999966e2","0.81790268000000083e2"],["-0.64053054999999915e2","0.81789978000000019e2"],["-0.64086945000000014e2","0.81791930999999977e2"],["-0.64111663999999962e2","0.81794983000000116e2"],["-0.64131667999999991e2",81.799149],["-0.64142226999999934e2","0.81803040000000067e2"],["-0.64177779999999984e2","0.81810532000000023e2"],["-0.64207503999999972e2",81.81442300000009],["-0.64271666999999923e2","0.81821655000000021e2"],["-0.64301392000000021e2","0.81824157999999954e2"],["-0.64325287000000003e2","0.81824707000000103e2"],["-0.64323623999999995e2","0.81819153000000085e2"],["-0.64308043999999995e2","0.81814697000000024e2"],["-0.64253066999999987e2","0.81806091000000094e2"],["-0.64232772999999952e2","0.81800537000000077e2"],[-64.12388599999997,"0.81768326000000002e2"],["-0.64118057000000022e2","0.81764435000000105e2"],["-0.64134734999999921e2","0.81754715000000033e2"],["-0.64207779000000016e2",81.74192800000003],["-0.64355269999999962e2","0.81726379000000122e2"],["-0.64472503999999958e2","0.81721374999999966e2"],["-0.64629439999999931e2","0.81722488000000055e2"],["-0.64720001000000025e2","0.81723877000000073e2"],["-0.64767776000000026e2","0.81725815000000011e2"],["-0.64801665999999955e2","0.81728317000000061e2"],["-0.64812209999999993e2","0.81730820000000051e2"],["-0.64833892999999932e2","0.81738876000000118e2"],["-0.64839721999999938e2","0.81742203000000075e2"],["-0.64885559000000001e2","0.81750823999999966e2"],["-0.64910004000000015e2","0.81752777000000094e2"],["-0.64962218999999948e2","0.81752212999999983e2"],[-65.21665999999999,81.74552900000009],["-0.65337508999999955e2","0.81737761999999975e2"],["-0.65409728999999913e2","0.81728317000000061e2"],["-0.65631377999999927e2",81.70248400000014],["-0.65668334999999956e2","0.81700821000000019e2"],["-0.65725554999999929e2","0.81701660000000004e2"],["-0.65773330999999985e2","0.81702773999999977e2"],["-0.65924437999999952e2",81.70138500000013],["-0.66012221999999952e2","0.81696930000000123e2"],["-0.66038605000000018e2","0.81692474000000004e2"],["-0.66042220999999984e2","0.81690536000000066e2"],["-0.66030288999999925e2","0.81684982000000105e2"],["-0.65991378999999995e2","0.81682755000000043e2"],["-0.65821944999999971e2","0.81684417999999937e2"],["-0.65612503000000004e2","0.81680817000000104e2"],["-0.65487777999999935e2","0.81687485000000038e2"],["-0.65404175000000009e2",81.69081100000011],["-0.65352492999999868e2","0.81691925000000083e2"],["-0.65336670000000026e2","0.81688034000000016e2"],["-0.65370833999999945e2","0.81678863999999976e2"],["-0.65402221999999995e2","0.81674423000000047e2"],["-0.65523620999999991e2","0.81659714000000008e2"],["-0.65618056999999908e2","0.81648605000000089e2"],["-0.65789443999999946e2","0.81632202000000063e2"],["-0.65871657999999911e2","0.81627197000000024e2"],["-0.65910278000000005e2","0.81629699999999957e2"],["-0.65926391999999964e2","0.81634154999999964e2"],[-65.92721599999993,"0.81635543999999982e2"],["-0.65924437999999952e2","0.81639708999999982e2"],[-65.92721599999993,"0.81645827999999995e2"],["-0.65943328999999892e2","0.81650543000000027e2"],["-0.65982223999999917e2",81.65277100000003],["-0.66024718999999948e2","0.81653046000000018e2"],["-0.66042770000000019e2",81.651657],["-0.66064712999999983e2","0.81647765999999933e2"],["-0.66085555999999997e2","0.81642761000000064e2"],["-0.66101943999999946e2","0.81637207000000103e2"],["-0.66140838999999971e2","0.81620529000000033e2"],["-0.66172501000000011e2","0.81618042000000116e2"],["-0.66218886999999938e2","0.81616928000000144e2"],["-0.66355270000000019e2","0.81617477000000122e2"],["-0.66393889999999942e2","0.81619705000000067e2"],["-0.66439712999999983e2",81.62692300000009],["-0.66478333000000021e2","0.81628585999999984e2"],["-0.66575561999999934e2","0.81626082999999994e2"],["-0.66727492999999924e2",81.6202550000001],["-0.66804992999999854e2",81.615814],["-0.66896392999999932e2","0.81611923000000104e2"],[-67.15695199999999,"0.81608032000000037e2"],["-0.67509170999999924e2",81.60054000000008],[-67.55972300000002,"0.81599152000000004e2"],["-0.67766662999999994e2","0.81593047999999953e2"],["-0.67792770000000019e2","0.81589706000000035e2"],["-0.68111389000000031e2",81.56303400000013],["-0.68156661999999983e2",81.56109600000002],["-0.68231383999999991e2","0.81561371000000008e2"],["-0.68274718999999948e2","0.81562759000000085e2"],["-0.68309433000000013e2","0.81565536000000009e2"],["-0.68330565999999919e2",81.56860400000005],["-0.68352492999999981e2","0.81573044000000039e2"],["-0.68410277999999892e2","0.81588043000000084e2"],["-0.68459731999999974e2","0.81597487999999998e2"],["-0.68661391999999978e2","0.81633330999999998e2"],["-0.68715285999999992e2","0.81642211999999972e2"],["-0.68976944000000003e2","0.81684417999999937e2"],["-0.69058883999999921e2","0.81697479000000101e2"],["-0.69139998999999989e2",81.70887799999997],["-0.69176392000000021e2","0.81712494000000049e2"],["-0.69247222999999963e2",81.71748400000007],["-0.69291381999999999e2","0.81718871999999976e2"],["-0.69299438000000009e2","0.81717209000000082e2"],["-0.69306655999999975e2","0.81714431999999988e2"],["-0.69291381999999999e2","0.81707763999999997e2"],["-0.69268065999999976e2",81.70248400000014],["-0.69214172000000019e2","0.81695251000000098e2"],["-0.69123610999999983e2","0.81683868000000132e2"],["-0.69005279999999914e2","0.81667480000000069e2"],["-0.68902221999999995e2","0.81651382000000012e2"],["-0.68624709999999993e2","0.81604430999999977e2"],["-0.68449158000000011e2","0.81570831000000055e2"],["-0.68370833999999888e2","0.81553589000000045e2"],["-0.68357772999999952e2","0.81548325000000091e2"],["-0.68352492999999981e2","0.81541656000000046e2"],[-68.37332200000003,"0.81537766000000033e2"],["-0.68407500999999968e2","0.81533874999999966e2"],["-0.68504455999999948e2","0.81532211000000132e2"],["-0.68551391999999964e2","0.81532760999999994e2"],["-0.68637512000000015e2","0.81535538000000088e2"],["-0.68715285999999992e2","0.81539703000000088e2"],["-0.68810821999999916e2","0.81548599000000024e2"],["-0.68848891999999978e2","0.81549149000000057e2"],["-0.68856948999999986e2","0.81547760000000039e2"],["-0.68851944000000003e2","0.81541656000000046e2"],["-0.68839172000000019e2","0.81536925999999994e2"],["-0.68813048999999978e2","0.81533325000000104e2"],["-0.68777495999999928e2","0.81529709000000082e2"],["-0.68579452999999887e2","0.81514434999999992e2"],["-0.68536666999999966e2","0.81513321000000019e2"],["-0.68446654999999964e2","0.81517487000000074e2"],["-0.68376098999999954e2","0.81522766000000047e2"],["-0.68285827999999924e2","0.81526931999999988e2"],[-68.091949,"0.81529160000000104e2"],["-0.68051101999999958e2",81.53054800000001],["-0.68011123999999938e2",81.533051],["-0.67910003999999958e2","0.81542206000000078e2"],["-0.67819732999999871e2","0.81546936000000073e2"],["-0.67724716000000001e2","0.81551086000000112e2"],["-0.67383651999999984e2",81.56088299999999],["-0.67182495000000017e2","0.81564697000000081e2"],["-0.67150283999999942e2","0.81564987000000087e2"],["-0.67107773000000009e2","0.81564987000000087e2"],["-0.67064712999999983e2","0.81562759000000085e2"],["-0.66859726000000023e2","0.81546646000000067e2"],["-0.66791381999999885e2","0.81540817000000061e2"],["-0.66766112999999962e2","0.81537491000000045e2"],["-0.66629990000000021e2","0.81518051000000014e2"],["-0.66608611999999994e2","0.81512772000000041e2"],[-66.62388599999997,"0.81506378000000041e2"],["-0.66741104000000007e2","0.81491928000000087e2"],["-0.66887787000000003e2","0.81480545000000063e2"],["-0.66962783999999942e2","0.81474991000000102e2"],["-0.67043334999999956e2","0.81469711000000018e2"],["-0.67248336999999992e2",81.44999700000011],["-0.67457503999999972e2","0.81423035000000027e2"],["-0.67753890999999896e2","0.81391663000000051e2"],["-0.67818344000000025e2","0.81385268999999994e2"],["-0.67994719999999973e2","0.81368042000000003e2"],["-0.68244720000000029e2",81.33998100000008],["-0.68355835000000013e2",81.32388300000008],["-0.68429169000000002e2",81.31164600000011],["-0.68486938000000009e2","0.81303863999999976e2"],["-0.68618057000000022e2","0.81290543000000014e2"],["-0.68796951000000035e2","0.81275269000000094e2"],["-0.69028609999999958e2","0.81258606000000043e2"],["-0.69319457999999997e2","0.81260268999999937e2"],[-69.34056099999998,"0.81263885000000016e2"],["-0.69357773000000009e2","0.81268326000000116e2"],["-0.69362777999999992e2","0.81268875000000037e2"],["-0.69391388000000006e2","0.81270537999999988e2"],["-0.69426940999999943e2",81.26998900000001],["-0.69455565999999976e2","0.81265823000000125e2"],["-0.69468886999999995e2","0.81259995000000004e2"],[-69.46305799999999,"0.81253326000000129e2"],["-0.69436934999999949e2","0.81249145999999939e2"],["-0.69366652999999985e2","0.81246368000000132e2"],["-0.69319457999999997e2","0.81243591000000038e2"],["-0.69312209999999993e2","0.81240540000000067e2"],["-0.69323897999999929e2","0.81238037000000077e2"],["-0.69541671999999949e2","0.81212493999999936e2"],["-0.69911941999999954e2","0.81182480000000112e2"],["-0.69999434999999949e2","0.81179977000000122e2"],["-0.70158339999999953e2","0.81181366000000139e2"],["-0.70206389999999942e2","0.81179703000000018e2"],["-0.70210007000000019e2","0.81173874000000012e2"],["-0.70126098999999954e2","0.81165543000000127e2"],["-0.70050551999999982e2","0.81161652000000061e2"],["-0.69960281000000009e2","0.81160538000000088e2"],["-0.69907227000000034e2","0.81161652000000061e2"],["-0.69864440999999999e2",81.16415400000011],["-0.69760009999999966e2","0.81173035000000027e2"],["-0.69638061999999991e2","0.81177475000000072e2"],["-0.69647506999999962e2","0.81172484999999995e2"],["-0.69831954999999994e2","0.81137206999999989e2"],["-0.69887786999999946e2","0.81129150000000038e2"],["-0.69953063999999983e2","0.81122208000000114e2"],["-0.69976943999999946e2","0.81118866000000025e2"],["-0.70013061999999934e2","0.81109146000000123e2"],["-0.70025283999999999e2","0.81102767999999969e2"],["-0.70023330999999985e2","0.81100815000000011e2"],["-0.69995269999999948e2","0.81099426000000051e2"],["-0.69955565999999976e2","0.81099426000000051e2"],["-0.69922225999999966e2","0.81102203000000145e2"],["-0.69832229999999981e2","0.81111649000000114e2"],["-0.69632492000000013e2","0.81139160000000118e2"],["-0.69609726000000023e2",81.14387499999998],["-0.69591675000000009e2",81.14888000000002],["-0.69541671999999949e2","0.81164428999999927e2"],["-0.69528335999999911e2","0.81169434000000024e2"],["-0.69463333000000034e2","0.81183044000000052e2"],["-0.69430556999999965e2","0.81187194999999974e2"],["-0.69359436000000017e2","0.81193313999999987e2"],["-0.68876099000000011e2","0.81231094000000098e2"],["-0.68760833999999932e2","0.81239426000000037e2"],[-68.37388599999997,"0.81266662999999994e2"],["-0.68246947999999975e2","0.81272766000000104e2"],["-0.68116652999999928e2","0.81280273000000079e2"],["-0.68052779999999984e2","0.81286102000000085e2"],["-0.67887221999999952e2",81.30304000000001],["-0.67823623999999938e2","0.81310257000000092e2"],["-0.67791107000000011e2","0.81315536000000066e2"],["-0.67690826000000015e2","0.81329437000000041e2"],["-0.67593062999999972e2","0.81340271000000087e2"],["-0.67356658999999979e2","0.81363601999999958e2"],[-67.24749799999995,"0.81371918000000051e2"],["-0.67124160999999901e2","0.81379700000000014e2"],["-0.66990554999999915e2","0.81385544000000039e2"],["-0.66621383999999978e2","0.81413879000000065e2"],["-0.66365828999999962e2","0.81434708000000001e2"],["-0.66290282999999988e2","0.81440262000000018e2"],[-66.16972399999986,"0.81447754000000145e2"],["-0.66134170999999924e2","0.81450821000000076e2"],["-0.66050827000000027e2","0.81459152000000131e2"],["-0.65985549999999989e2","0.81468048000000067e2"],["-0.65831679999999949e2","0.81484711000000004e2"],["-0.65724715999999944e2","0.81493866000000025e2"],["-0.65643616000000009e2","0.81498871000000065e2"],["-0.65557495000000017e2","0.81503052000000139e2"],["-0.65466400000000021e2","0.81506378000000041e2"],["-0.65252791999999943e2","0.81517212000000086e2"],["-0.65002791999999999e2","0.81530823000000055e2"],["-0.64612503000000004e2","0.81544982999999945e2"],["-0.64566390999999953e2","0.81545532000000094e2"],["-0.64537780999999995e2","0.81543593999999985e2"],["-0.64528060999999923e2","0.81541656000000046e2"],["-0.64517501999999979e2","0.81537491000000045e2"],["-0.64444152999999972e2","0.81490814000000114e2"],["-0.64436385999999914e2","0.81479431000000091e2"],["-0.64451110999999969e2","0.81466934000000094e2"],["-0.64491942999999992e2","0.81448868000000118e2"],["-0.64508620999999948e2","0.81441924999999969e2"],["-0.64520844000000011e2",81.4369200000001],["-0.64554169000000002e2","0.81425812000000064e2"],["-0.64616652999999928e2","0.81404984000000013e2"],["-0.64658889999999985e2","0.81393050999999957e2"],["-0.64735274999999945e2","0.81374146000000053e2"],["-0.64808608999999933e2","0.81360535000000084e2"],["-0.64855835000000013e2","0.81352768000000083e2"],[-64.99499499999996,"0.81333328000000108e2"],["-0.65060271999999998e2","0.81326096000000007e2"],["-0.65168059999999969e2","0.81309982000000048e2"],["-0.65286391999999978e2","0.81287201000000039e2"],["-0.65323623999999995e2","0.81278046000000018e2"],["-0.65441375999999934e2","0.81256378000000041e2"],["-0.65493057000000022e2","0.81250549000000035e2"],["-0.65527785999999992e2","0.81247481999999934e2"],["-0.65571670999999981e2","0.81244980000000055e2"],["-0.65747771999999998e2","0.81235809000000131e2"],["-0.65941101000000003e2","0.81226379000000065e2"],["-0.65980559999999912e2",81.22387700000013],["-0.66010284000000013e2","0.81220261000000107e2"],["-0.66199721999999895e2","0.81183868000000018e2"],["-0.66244445999999868e2",81.17442299999999],["-0.66264449999999954e2","0.81169434000000024e2"],["-0.66418335000000013e2","0.81128860000000032e2"],["-0.66438048999999978e2",81.12359600000002],["-0.66482772999999952e2","0.81106934000000081e2"],[-66.50418099999996,"0.81095534999999984e2"],["-0.66509445000000028e2",81.08859300000006],["-0.66529723999999987e2","0.81076096000000064e2"],["-0.66544723999999974e2","0.81070540999999992e2"],["-0.66603333000000021e2",81.05525200000011],["-0.66685821999999973e2","0.81035812000000135e2"],["-0.66753341999999975e2","0.81021927000000005e2"],["-0.66921111999999994e2","0.80991089000000045e2"],["-0.67164443999999946e2","0.80948593000000017e2"],["-0.67208618000000001e2","0.80941925000000026e2"],["-0.67279175000000009e2",80.93553200000008],["-0.67309158000000025e2","0.80934418000000107e2"],["-0.67349441999999954e2","0.80936371000000065e2"],["-0.67440825999999959e2","0.80936646000000053e2"],["-0.67562209999999993e2",80.93553200000008],["-0.67591384999999946e2","0.80933044000000109e2"],["-0.67606658999999922e2","0.80929977000000008e2"],["-0.67603607000000011e2",80.92442299999999],["-0.67588333000000034e2","0.80913878999999952e2"],["-0.67567779999999971e2","0.80908599999999979e2"],["-0.67543335000000013e2",80.90415999999999],[-67.53083799999996,"0.80897491000000116e2"],["-0.67539992999999981e2","0.80891098000000113e2"],["-0.67583618000000001e2","0.80876648000000046e2"],["-0.67634445000000028e2","0.80860809000000074e2"],["-0.67653609999999958e2","0.80856369000000086e2"],["-0.67863891999999964e2","0.80834152000000017e2"],["-0.67910278000000005e2",80.8119200000001],["-0.67965835999999911e2","0.80797484999999995e2"],["-0.68011397999999986e2","0.80788315000000125e2"],["-0.68065552000000025e2","0.80779160000000104e2"],["-0.68089447000000007e2","0.80776093000000003e2"],["-0.68138335999999981e2","0.80772491000000002e2"],["-0.68202788999999939e2","0.80765823000000069e2"],["-0.68225280999999939e2","0.80761383000000023e2"],["-0.68672500999999897e2",80.66693099999992],["-0.68738891999999908e2","0.80647217000000012e2"],["-0.68814712999999983e2","0.80628586000000041e2"],["-0.68952498999999875e2","0.80603043000000071e2"],["-0.69146666999999923e2","0.80529709000000082e2"],["-0.69171111999999994e2","0.80517487000000131e2"],["-0.69273055999999997e2","0.80463882000000012e2"],["-0.69289168999999958e2","0.80451660000000061e2"],["-0.69291381999999999e2","0.80444138000000123e2"],["-0.69290558000000033e2","0.80437194999999917e2"],["-0.69297774999999945e2","0.80424698000000149e2"],["-0.69305557000000022e2","0.80418319999999994e2"],["-0.69317504999999983e2","0.80412490999999989e2"],["-0.69333892999999932e2","0.80406647000000135e2"],["-0.69384734999999921e2","0.80391937000000041e2"],["-0.69427489999999977e2","0.80382751000000042e2"],["-0.69479720999999984e2",80.37553400000013],["-0.69551102000000014e2","0.80366379000000109e2"],["-0.69596389999999872e2","0.80361099000000024e2"],["-0.69729720999999927e2","0.80352767999999969e2"],["-0.69982772999999895e2","0.80344986000000006e2"],["-0.70072783999999956e2","0.80344437000000028e2"],["-0.70218886999999938e2","0.80346374999999966e2"],["-0.70284438999999907e2","0.80351089000000115e2"],["-0.70305266999999958e2","0.80356093999999985e2"],["-0.70310821999999973e2","0.80363037000000134e2"],["-0.70285827999999981e2","0.80372482000000048e2"],["-0.70256393000000003e2","0.80381362999999965e2"],["-0.70244155999999919e2","0.80386658000000011e2"],["-0.70227782999999988e2","0.80401382000000069e2"],["-0.70220001000000025e2","0.80416930999999977e2"],["-0.70235000999999897e2","0.80429703000000018e2"],["-0.70275283999999942e2",80.44802900000002],["-0.70314163000000008e2","0.80464432000000045e2"],["-0.70499434999999949e2","0.80513884999999959e2"],["-0.70539992999999924e2","0.80521927000000119e2"],[-70.68110699999994,"0.80548035000000084e2"],["-0.70706116000000009e2","0.80552475000000129e2"],["-0.70754729999999995e2","0.80559418000000107e2"],["-0.70783065999999963e2",80.56303400000013],["-0.70812499999999886e2","0.80562759000000142e2"],["-0.70825286999999889e2","0.80558593999999971e2"],["-0.70827498999999932e2","0.80551376000000118e2"],["-0.70813048999999921e2","0.80544983000000002e2"],["-0.70796111999999994e2","0.80540543000000127e2"],["-0.70765288999999996e2","0.80534424000000115e2"],["-0.70741668999999945e2","0.80531372000000033e2"],["-0.70670837000000006e2","0.80518051000000071e2"],["-0.70637786999999946e2","0.80509155000000135e2"],["-0.70531386999999995e2","0.80474426000000051e2"],["-0.70490554999999915e2","0.80460815000000082e2"],["-0.70476669000000015e2","0.80454436999999984e2"],["-0.70423324999999977e2",80.42164600000001],["-0.70434722999999963e2","0.80391663000000108e2"],["-0.70450561999999991e2","0.80385817999999972e2"],["-0.70458892999999989e2","0.80381362999999965e2"],["-0.70472228999999913e2","0.80368042000000003e2"],["-0.70471389999999985e2","0.80362488000000042e2"],["-0.70469161999999983e2","0.80354980000000012e2"],["-0.70462219000000005e2","0.80346939000000134e2"],["-0.70444153000000028e2","0.80340271000000143e2"],["-0.70424164000000019e2","0.80336105000000032e2"],["-0.70352492999999924e2","0.80324707000000046e2"],["-0.70309998000000007e2","0.80318054000000075e2"],["-0.70252791999999943e2","0.80313309000000061e2"],[-70.15055799999999,"0.80299149000000114e2"],["-0.70035278000000005e2","0.80278320000000122e2"],["-0.69991103999999893e2","0.80268875000000094e2"],["-0.69974166999999966e2","0.80263046000000088e2"],["-0.69960555999999997e2","0.80256378000000097e2"],["-0.69965285999999935e2","0.80252213000000097e2"],["-0.69990828999999962e2",80.24331699999999],["-0.70128326000000015e2",80.19720500000011],["-0.70145554000000004e2","0.80193587999999977e2"],["-0.70178604000000007e2","0.80189148000000102e2"],[-70.21665999999999,"0.80186371000000008e2"],[-70.24888599999997,80.18609600000002],["-0.70315001999999879e2","0.80187484999999981e2"],["-0.70611388999999974e2",80.19720500000011],["-0.70645554000000004e2","0.80199142000000109e2"],["-0.70821121000000005e2","0.80195526000000086e2"],["-0.71120833999999945e2","0.80172485000000052e2"],["-0.71180556999999908e2","0.80166656000000046e2"],["-0.71238326999999913e2","0.80158874999999966e2"],["-0.71381942999999978e2","0.80139160000000004e2"],["-0.71418610000000001e2","0.80131088000000034e2"],["-0.71446105999999929e2","0.80121368000000132e2"],["-0.71463057999999933e2","0.80118042000000059e2"],[-71.50111400000003,80.11554000000001],["-0.71654448999999943e2","0.80111374000000069e2"],["-0.71694442999999978e2","0.80110809000000074e2"],["-0.71731948999999929e2","0.80111923000000047e2"],["-0.71762787000000003e2","0.80114426000000037e2"],["-0.71789992999999981e2","0.80117752000000053e2"],["-0.71811660999999901e2","0.80123596000000077e2"],["-0.71836120999999991e2","0.80131927000000132e2"],["-0.71848052999999993e2","0.80143875000000037e2"],["-0.71878600999999946e2","0.80162491000000045e2"],["-0.71907776000000013e2","0.80171371000000079e2"],["-0.71953339000000028e2","0.80180542000000003e2"],["-0.72006393000000003e2","0.80188583000000108e2"],["-0.72057220000000029e2",80.19470200000012],["-0.72081116000000009e2","0.80194138000000009e2"],["-0.72099990999999875e2","0.80192748999999992e2"],["-0.72127776999999924e2","0.80187759000000142e2"],["-0.72165282999999988e2","0.80188873000000115e2"],["-0.72189163000000008e2","0.80192200000000014e2"],["-0.72223327999999981e2","0.80201660000000118e2"],["-0.72241378999999995e2","0.80207489000000123e2"],["-0.72256392999999946e2","0.80213882000000069e2"],["-0.72274445000000014e2","0.80219711000000075e2"],["-0.72294448999999872e2","0.80223312000000135e2"],["-0.72329726999999878e2",80.22554000000008],["-0.72358886999999925e2","0.80226089000000059e2"],["-0.72378051999999968e2","0.80224700999999982e2"],["-0.72391113000000018e2","0.80221649000000014e2"],["-0.72400283999999942e2","0.80218597000000102e2"],["-0.72420837000000006e2","0.80211104999999975e2"],["-0.72412506000000008e2","0.80207214000000079e2"],["-0.72188598999999954e2","0.80163879000000122e2"],["-0.72140839000000028e2","0.80156937000000028e2"],["-0.72082779000000016e2","0.80151656999999943e2"],["-0.72052489999999977e2","0.80149719000000005e2"],["-0.71996947999999861e2","0.80143051000000071e2"],["-0.71977218999999934e2","0.80139434999999992e2"],["-0.71896956999999929e2",80.11554000000001],["-0.71895553999999947e2","0.80114150999999993e2"],["-0.71898055999999997e2","0.80108597000000032e2"],["-0.71905272999999966e2","0.80103591999999935e2"],["-0.71926102000000014e2","0.80099991000000102e2"],["-0.71954726999999934e2","0.80096375000000023e2"],["-0.72115554999999972e2","0.80087494000000106e2"],["-0.72250564999999938e2","0.80085541000000148e2"],["-0.72391677999999956e2","0.80085541000000148e2"],["-0.72392226999999991e2","0.80081940000000088e2"],["-0.72358337000000006e2","0.80064987000000031e2"],["-0.72340560999999923e2","0.80059143000000006e2"],["-0.72306380999999988e2","0.80057480000000055e2"],["-0.72170272999999952e2","0.80053864000000033e2"],["-0.72137787000000003e2","0.80053588999999988e2"],["-0.72053054999999915e2","0.80057480000000055e2"],["-0.71920836999999949e2","0.80066375999999991e2"],["-0.71885833999999932e2","0.80067215000000147e2"],["-0.71849730999999906e2","0.80067764000000125e2"],["-0.71701950000000011e2","0.80064148000000046e2"],["-0.71618057000000022e2",80.06442300000009],["-0.71489166000000012e2","0.80068878000000097e2"],["-0.71376098999999954e2","0.80076935000000049e2"],["-0.71316665999999941e2","0.80081940000000088e2"],["-0.71186385999999914e2","0.80093872000000033e2"],["-0.70968063000000029e2","0.80114990000000148e2"],["-0.70854720999999984e2",80.12831100000011],["-0.70821121000000005e2","0.80131088000000034e2"],["-0.70762512000000015e2","0.80133330999999941e2"],["-0.70651671999999962e2","0.80131363000000022e2"],["-0.70626663000000008e2","0.80130539000000056e2"],[-70.50778200000002,"0.80099716000000058e2"],["-0.70502227999999945e2","0.80093048000000067e2"],["-0.70497498000000007e2","0.80082764000000054e2"],[-70.48832699999997,"0.80057205000000067e2"],["-0.70494995000000017e2","0.80050812000000121e2"],["-0.70508346999999958e2","0.80047759999999982e2"],["-0.70568068999999923e2","0.80042755000000113e2"],[-70.59722899999997,"0.80039429000000098e2"],["-0.70646666999999979e2","0.80031936999999971e2"],["-0.70662216000000001e2","0.80026657000000057e2"],["-0.70673049999999989e2","0.80020828000000051e2"],["-0.70679717999999866e2","0.80014435000000105e2"],["-0.70672774999999945e2","0.80006377999999984e2"],["-0.70672501000000011e2","0.80001389000000017e2"],["-0.70689712999999983e2","0.79993317000000047e2"],[-70.71945199999999,"0.79986374000000012e2"],["-0.70767226999999878e2","0.79981658999999979e2"],["-0.70916107000000011e2","0.79974425999999994e2"],["-0.70954178000000013e2","0.79972763000000043e2"],[-71.08555599999994,"0.79968596999999988e2"],["-0.71241669000000002e2","0.79960815000000025e2"],[-71.27027899999996,"0.79957214000000135e2"],["-0.71401108000000022e2",79.93553199999991],["-0.71416397000000018e2","0.79930267000000072e2"],["-0.71453612999999962e2","0.79906372000000033e2"],["-0.71460555999999883e2","0.79901382000000012e2"],["-0.71458892999999932e2","0.79894989000000066e2"],["-0.71438599000000011e2",79.88998399999997],["-0.71415832999999907e2","0.79886658000000125e2"],["-0.71394454999999994e2","0.79884995000000004e2"],["-0.71352782999999931e2","0.79886932000000058e2"],["-0.71338608000000022e2","0.79888596000000064e2"],["-0.71168335000000013e2","0.79914153999999996e2"],["-0.71109725999999966e2","0.79915267999999969e2"],["-0.71063048999999978e2","0.79911652000000117e2"],["-0.70944716999999969e2","0.79894150000000081e2"],["-0.70925827000000027e2","0.79890274000000034e2"],["-0.70910278000000005e2","0.79885818000000086e2"],["-0.70916397000000018e2","0.79879424999999969e2"],["-0.71005843999999968e2","0.79819717000000082e2"],["-0.71116652999999985e2","0.79789703000000088e2"],["-0.71136123999999938e2","0.79784988000000055e2"],["-0.71183884000000035e2",79.77748100000008],["-0.71212783999999999e2","0.79774428999999998e2"],["-0.71343612999999948e2",79.76388500000013],["-0.71376098999999954e2","0.79760818000000029e2"],["-0.71400283999999999e2","0.79757492000000013e2"],["-0.71444442999999922e2","0.79741653000000042e2"],["-0.71463333000000034e2","0.79736923000000047e2"],[-71.49110399999995,"0.79733321999999987e2"],["-0.71699158000000011e2","0.79709991000000116e2"],["-0.71739440999999943e2","0.79707214000000022e2"],["-0.71781113000000005e2","0.79706100000000049e2"],["-0.71817504999999983e2","0.79703597999999943e2"],["-0.71922500999999954e2","0.79695525999999973e2"],["-0.71990279999999984e2","0.79689148000000046e2"],["-0.72096664000000033e2","0.79674988000000099e2"],["-0.72217772999999909e2","0.79659987999999998e2"],["-0.72267226999999934e2","0.79659149000000014e2"],["-0.72287215999999944e2","0.79659987999999998e2"],["-0.72317779999999914e2","0.79667205999999965e2"],["-0.72330841000000021e2","0.79672484999999938e2"],["-0.72348052999999879e2","0.79678040000000067e2"],["-0.72367217999999923e2","0.79681656000000089e2"],["-0.72392226999999991e2","0.79683594000000028e2"],["-0.72425003000000004e2","0.79685531999999967e2"],["-0.72467223999999931e2","0.79684708000000001e2"],["-0.72574172999999917e2","0.79679153000000099e2"],["-0.72619445999999925e2","0.79677765000000022e2"],["-0.72661391999999978e2","0.79677199999999971e2"],["-0.72697220000000016e2","0.79678040000000067e2"],["-0.72729995999999971e2","0.79679703000000131e2"],["-0.72756119000000012e2","0.79682205000000067e2"],["-0.72912780999999939e2","0.79702208999999982e2"],["-0.72932769999999948e2","0.79706375000000037e2"],["-0.72944442999999978e2","0.79710266000000104e2"],["-0.73062774999999988e2",79.79942299999999],["-0.73061110999999983e2","0.79805251999999996e2"],["-0.73048614999999984e2","0.79808319000000097e2"],["-0.73027495999999985e2",79.80693100000002],["-0.73017226999999934e2","0.79804703000000018e2"],["-0.73003341999999975e2","0.79803040000000124e2"],["-0.72979171999999949e2","0.79802200000000084e2"],["-0.72945830999999998e2","0.79804152999999985e2"],["-0.72924437999999952e2","0.79806366000000139e2"],["-0.72912216000000001e2","0.79809418000000051e2"],["-0.72902495999999928e2","0.79815262000000075e2"],["-0.72926392000000021e2","0.79819442999999978e2"],["-0.73059158000000025e2","0.79825546000000088e2"],["-0.73091675000000009e2","0.79826385000000073e2"],["-0.73178328999999906e2","0.79822768999999994e2"],["-0.73218063000000029e2","0.79822768999999994e2"],["-0.73285003999999958e2","0.79826096000000121e2"],["-0.73348617999999988e2",79.83027600000014],["-0.73371383999999978e2","0.79833054000000118e2"],["-0.73396956999999986e2","0.79834991000000002e2"],[-73.43360899999999,"0.79835815000000139e2"],["-0.73576401000000033e2","0.79832764000000111e2"],["-0.73667770000000019e2","0.79829712000000029e2"],["-0.73745270000000005e2","0.79828323000000012e2"],["-0.73780288999999982e2",79.82777400000009],["-0.73853332999999907e2","0.79829163000000051e2"],["-0.73866942999999992e2","0.79830826000000002e2"],["-0.73864715999999987e2","0.79835815000000139e2"],["-0.73853607000000011e2","0.79839706000000035e2"],["-0.73801666000000012e2",79.84637500000008],["-0.73745543999999938e2","0.79849152000000004e2"],["-0.73742492999999854e2","0.79849990999999932e2"],["-0.73746947999999975e2","0.79854155999999932e2"],["-0.73768615999999895e2","0.79858870999999965e2"],["-0.73890839000000028e2","0.79875259000000028e2"],["-0.73945830999999885e2","0.79881653000000085e2"],["-0.74010284000000013e2","0.79885818000000086e2"],["-0.74117492999999968e2","0.79888885000000016e2"],["-0.74156951999999933e2","0.79888885000000016e2"],["-0.74238891999999964e2","0.79887207000000103e2"],["-0.74283614999999941e2","0.79881363000000079e2"],[-74.30610699999994,"0.79876923000000033e2"],["-0.74383621000000005e2","0.79868591000000094e2"],["-0.74415282999999988e2","0.79865265000000022e2"],["-0.74576401000000033e2","0.79856934000000138e2"],["-0.74667495999999971e2","0.79853591999999992e2"],["-0.74795272999999952e2","0.79850815000000125e2"],["-0.74833069000000023e2","0.79849152000000004e2"],["-0.74846389999999985e2","0.79847214000000065e2"],["-0.74846114999999941e2",79.84387200000009],[-74.71665999999999,"0.79796936000000073e2"],["-0.74699431999999945e2",79.792755],["-0.74683884000000035e2","0.79789978000000076e2"],["-0.74654998999999975e2","0.79788879000000122e2"],["-0.74488892000000021e2","0.79791655999999989e2"],["-0.74444992000000013e2","0.79794708000000128e2"],["-0.74392226999999934e2","0.79800261999999918e2"],["-0.74351668999999958e2","0.79802475000000072e2"],["-0.74309432999999956e2","0.79803314000000057e2"],["-0.74236388999999974e2","0.79801925999999924e2"],["-0.74106383999999878e2","0.79795532000000094e2"],["-0.73951401000000033e2","0.79784424000000115e2"],["-0.73714721999999938e2",79.76638800000012],["-0.73510833999999988e2","0.79756377999999984e2"],["-0.73384734999999921e2","0.79748871000000065e2"],["-0.73366652999999985e2","0.79718048000000067e2"],["-0.73360824999999863e2","0.79712769000000094e2"],["-0.73295546999999999e2","0.79688582999999994e2"],["-0.73256957999999884e2","0.79678040000000067e2"],["-0.73206664999999987e2","0.79663605000000132e2"],["-0.73188889000000017e2","0.79658035000000041e2"],["-0.73174438000000009e2","0.79651657000000057e2"],["-0.73168334999999956e2","0.79646103000000096e2"],["-0.73126098999999897e2","0.79569443000000035e2"],["-0.73125823999999966e2","0.79558318999999983e2"],["-0.73128875999999991e2","0.79554153000000042e2"],["-0.73135833999999988e2","0.79549713000000054e2"],["-0.73148620999999991e2","0.79543593999999985e2"],["-0.73163054999999986e2","0.79538878999999952e2"],["-0.73180831999999953e2","0.79534149000000127e2"],["-0.73247222999999963e2","0.79520827999999995e2"],["-0.73296111999999937e2","0.79512772000000098e2"],["-0.73353881999999942e2","0.79505829000000119e2"],["-0.73446380999999917e2","0.79499145999999939e2"],["-0.73657776000000013e2","0.79496368000000132e2"],["-0.73693054000000018e2","0.79496933000000013e2"],["-0.73729172000000005e2","0.79498596000000077e2"],["-0.73758057000000008e2","0.79500275000000101e2"],["-0.73779998999999975e2","0.79503052000000025e2"],["-0.73791945999999939e2","0.79506653000000085e2"],["-0.73817229999999938e2","0.79515549000000021e2"],["-0.73837783999999999e2","0.79527480999999966e2"],["-0.73863892000000021e2","0.79540267999999969e2"],["-0.73876662999999951e2","0.79544708000000014e2"],["-0.73916106999999954e2","0.79552475000000129e2"],["-0.73950286999999889e2","0.79555252000000053e2"],["-0.73965012000000002e2","0.79554703000000075e2"],["-0.73988892000000021e2",79.55192599999998],["-0.74001113999999973e2","0.79545821999999987e2"],["-0.74000290000000007e2","0.79541656000000046e2"],["-0.73996947999999975e2","0.79535537999999917e2"],["-0.73989440999999943e2","0.79528595000000109e2"],["-0.73968612999999891e2","0.79516937000000098e2"],["-0.73959166999999923e2","0.79508881000000031e2"],["-0.73949996999999939e2","0.79493866000000082e2"],["-0.73949721999999952e2","0.79479980000000069e2"],["-0.73953063999999983e2","0.79472762999999986e2"],["-0.73961945000000014e2","0.79466933999999981e2"],[-73.98332199999993,"0.79455551000000128e2"],["-0.73998046999999985e2","0.79451385000000073e2"],["-0.74023620999999991e2","0.79446930000000066e2"],["-0.74081389999999999e2","0.79440536000000009e2"],[-74.11610399999995,79.43803400000013],["-0.74160278000000005e2","0.79436371000000008e2"],["-0.74198333999999988e2","0.79436095999999964e2"],["-0.74544158999999922e2",79.43803400000013],["-0.74617492999999854e2","0.79438583000000051e2"],["-0.74673614999999927e2","0.79444138000000123e2"],["-0.74688598999999897e2","0.79446930000000066e2"],["-0.74931670999999938e2","0.79498871000000122e2"],["-0.74932410999999888e2","0.79504798999999991e2"],["-0.74941939999999988e2","0.79510543999999982e2"],[-74.96444699999995,"0.79513046000000031e2"],["-0.74987503000000004e2","0.79509995000000004e2"],["-0.75043334999999956e2",79.49581900000004],["-0.75060271999999884e2","0.79490813999999943e2"],["-0.75059433000000013e2","0.79483871000000136e2"],["-0.74995269999999948e2",79.453598],["-0.74983062999999959e2","0.79449706999999933e2"],["-0.74948882999999967e2","0.79440810999999997e2"],["-0.74912215999999944e2","0.79429703000000018e2"],["-0.74897231999999974e2","0.79423308999999961e2"],["-0.74884444999999971e2","0.79416092000000049e2"],["-0.74883056999999894e2","0.79408325000000104e2"],["-0.74911117999999988e2",79.39387499999998],[-74.93499799999995,"0.79385269000000051e2"],["-0.74951949999999954e2","0.79380264000000011e2"],[-75,"0.79375488000000075e2"],["-0.75016953000000001e2","0.79374146000000053e2"],["-0.75058334000000002e2","0.79373871000000065e2"],["-0.75213897999999972e2","0.79376373000000115e2"],[-75.31361400000003,"0.79379974000000004e2"],["-0.75410278000000005e2","0.79384155000000078e2"],["-0.75531386999999995e2","0.79392487000000074e2"],["-0.75695266999999944e2","0.79409987999999998e2"],["-0.75799728000000016e2","0.79431366000000139e2"],["-0.75907776000000013e2","0.79426086000000055e2"],["-0.75931380999999988e2","0.79423598999999967e2"],["-0.75957503999999972e2","0.79426086000000055e2"],["-0.75985275000000001e2","0.79429703000000018e2"],["-0.76031386999999995e2","0.79438309000000118e2"],["-0.76049164000000019e2","0.79443038999999999e2"],["-0.76097503999999958e2","0.79461929000000112e2"],["-0.76109160999999915e2","0.79467758000000117e2"],["-0.76115279999999927e2","0.79472487999999942e2"],["-0.76124160999999958e2","0.79476379000000009e2"],["-0.76138610999999912e2","0.79481369000000086e2"],["-0.76175827000000027e2","0.79488876000000005e2"],["-0.76203888000000006e2","0.79492477000000065e2"],["-0.76261123999999995e2","0.79497756999999979e2"],["-0.76320281999999906e2","0.79501389000000074e2"],["-0.76636123999999995e2","0.79519440000000088e2"],["-0.76665282999999988e2","0.79520827999999995e2"],["-0.76718338000000017e2",79.51998900000001],["-0.76795273000000009e2",79.51138300000008],["-0.76834441999999967e2","0.79508881000000031e2"],["-0.76872771999999998e2","0.79508606000000043e2"],[-76.90583799999996,"0.79509720000000016e2"],["-0.77050277999999992e2","0.79518600000000049e2"],["-0.77069732999999985e2","0.79523880000000077e2"],["-0.77092772999999909e2","0.79539703000000145e2"],["-0.77112212999999997e2","0.79545258000000047e2"],["-0.77142501999999865e2","0.79547485000000052e2"],["-0.77160552999999936e2","0.79543593999999985e2"],["-0.77191375999999934e2","0.79511108000000092e2"],["-0.77184433000000013e2","0.79503600999999946e2"],["-0.77178604000000007e2","0.79499710000000107e2"],["-0.77134444999999971e2","0.79490265000000022e2"],["-0.77071670999999924e2","0.79486923000000104e2"],["-0.76895554000000004e2",79.48054500000012],["-0.76867217999999923e2","0.79479705999999965e2"],["-0.76612503000000004e2","0.79474701000000096e2"],["-0.76406386999999995e2","0.79473602000000142e2"],["-0.76204726999999991e2","0.79461380000000133e2"],["-0.76179168999999888e2","0.79459717000000069e2"],["-0.76159438999999963e2","0.79456375000000094e2"],["-0.76143341000000021e2","0.79449996999999939e2"],["-0.76138061999999934e2","0.79443313999999987e2"],["-0.76138901000000033e2","0.79441086000000041e2"],["-0.76149993999999992e2","0.79437759000000085e2"],["-0.76159164000000033e2","0.79436095999999964e2"],["-0.76189986999999974e2","0.79433319000000097e2"],["-0.76208054000000004e2","0.79429703000000018e2"],["-0.76205565999999976e2","0.79424698000000149e2"],["-0.76167496000000028e2","0.79396102999999925e2"],["-0.76157501000000025e2","0.79391663000000108e2"],[-76.11721799999998,"0.79384430000000123e2"],["-0.76083327999999995e2","0.79378860000000032e2"],["-0.76059157999999968e2","0.79374985000000038e2"],["-0.75902221999999995e2","0.79357207999999957e2"],["-0.75881942999999978e2","0.79353317000000118e2"],["-0.75879165999999998e2","0.79351378999999952e2"],["-0.75889998999999875e2","0.79348037999999917e2"],["-0.75902785999999878e2","0.79346099999999979e2"],["-0.76086670000000026e2","0.79332214000000022e2"],[-76.12332200000003,"0.79331100000000049e2"],["-0.76351104999999961e2","0.79341934000000094e2"],["-0.76682770000000005e2","0.79352767999999969e2"],["-0.76717772999999909e2","0.79353317000000118e2"],["-0.76790557999999976e2","0.79353317000000118e2"],["-0.76829178000000013e2","0.79350815000000011e2"],["-0.76869719999999973e2","0.79349426000000051e2"],[-76.89416499999993,"0.79353317000000118e2"],["-0.76959441999999967e2","0.79367203000000075e2"],["-0.77018889999999999e2","0.79381927000000132e2"],["-0.77076401000000033e2","0.79398331000000098e2"],["-0.77090285999999935e2",79.40554800000001],["-0.77105559999999912e2","0.79416092000000049e2"],["-0.77108337000000006e2","0.79420822000000101e2"],["-0.77212509000000011e2","0.79447754000000032e2"],["-0.77326400999999976e2","0.79454163000000051e2"],["-0.77359160999999915e2","0.79455551000000128e2"],["-0.77386123999999938e2","0.79452774000000034e2"],["-0.77397507000000019e2","0.79447205000000054e2"],["-0.77395003999999972e2","0.79440262000000075e2"],["-0.77384445000000028e2","0.79433044000000052e2"],["-0.77262221999999952e2","0.79372482000000048e2"],["-0.77172500999999954e2","0.79336380000000077e2"],["-0.77158614999999998e2","0.79329162999999994e2"],["-0.77163894999999968e2","0.79324707000000046e2"],["-0.77187774999999988e2","0.79322769000000108e2"],["-0.77228058000000033e2","0.79321655000000135e2"],["-0.77260559000000001e2","0.79322769000000108e2"],["-0.77317229999999938e2","0.79327773999999977e2"],[-77.36721799999998,"0.79336105000000089e2"],["-0.77386397999999986e2",79.33859300000006],[-77.41361999999998,79.34165999999999],["-0.77466110000000015e2","0.79346099999999979e2"],["-0.77477782999999931e2","0.79346099999999979e2"],["-0.77596114999999941e2","0.79345824999999991e2"],["-0.77634170999999924e2","0.79345534999999984e2"],["-0.77707503999999972e2","0.79343323000000055e2"],["-0.77739990000000034e2","0.79344437000000084e2"],["-0.77769729999999981e2","0.79346375000000023e2"],["-0.77819732999999985e2","0.79351653999999996e2"],["-0.77905272999999909e2","0.79365265000000136e2"],["-0.77922501000000011e2","0.79366379000000109e2"],["-0.77957229999999981e2","0.79363876000000118e2"],["-0.78051391999999964e2","0.79354706000000078e2"],["-0.78058883999999978e2","0.79349426000000051e2"],["-0.78043610000000001e2","0.79344437000000084e2"],["-0.78021392999999932e2","0.79339980999999966e2"],["-0.77903335999999967e2","0.79322495000000004e2"],["-0.77876099000000011e2","0.79319717000000026e2"],["-0.77846114999999998e2","0.79317764000000068e2"],["-0.77809998000000007e2","0.79316665999999998e2"],["-0.77760009999999966e2","0.79316375999999991e2"],["-0.77726944000000003e2","0.79317490000000134e2"],["-0.77650833000000034e2","0.79317764000000068e2"],["-0.77624434999999949e2","0.79315536000000122e2"],["-0.77529175000000009e2",79.30525200000011],["-0.77478607000000011e2",79.29664600000001],["-0.77322234999999978e2","0.79267487000000017e2"],["-0.77329178000000013e2","0.79261383000000137e2"],["-0.77341384999999946e2","0.79259430000000009e2"],["-0.77358046999999942e2","0.79257767000000115e2"],["-0.77422226000000023e2","0.79254714999999976e2"],["-0.77453063999999983e2","0.79252487000000031e2"],["-0.77482223999999974e2","0.79248871000000008e2"],["-0.77496947999999918e2",79.24581900000004],["-0.77488051999999982e2","0.79244980000000112e2"],["-0.77424712999999997e2","0.79246094000000085e2"],["-0.77358336999999949e2","0.79249999999999943e2"],["-0.77191939999999988e2","0.79263885000000073e2"],["-0.76999725000000012e2","0.79273315000000139e2"],["-0.76671386999999925e2","0.79277481000000023e2"],["-0.76237777999999935e2","0.79271103000000039e2"],["-0.76168059999999969e2","0.79269989000000066e2"],["-0.76136123999999995e2","0.79268600000000106e2"],["-0.76105834999999956e2","0.79265823000000012e2"],["-0.76068619000000012e2",79.25749200000007],["-0.76052779999999984e2","0.79251099000000124e2"],[-76.03443900000002,79.24581900000004],["-0.75991942999999992e2","0.79236374000000012e2"],["-0.75938889000000017e2","0.79230270000000132e2"],["-0.75807495000000017e2","0.79227768000000083e2"],["-0.75777221999999938e2","0.79227478000000076e2"],["-0.75734436000000017e2","0.79229431000000034e2"],["-0.75675277999999992e2","0.79236374000000012e2"],["-0.75637786999999946e2","0.79239426000000094e2"],["-0.75608336999999949e2","0.79239975000000072e2"],["-0.75465012000000002e2","0.79239975000000072e2"],["-0.75405837999999903e2","0.79237487999999985e2"],["-0.75083068999999966e2","0.79235260000000039e2"],["-0.74876099000000011e2","0.79238037000000134e2"],["-0.74800277999999992e2","0.79240540000000067e2"],["-0.74777221999999995e2","0.79240265000000079e2"],[-74.52555799999999,"0.79227203000000031e2"],["-0.74496947999999975e2","0.79224990999999989e2"],[-74.47084000000001,79.22164900000007],["-0.74464721999999995e2","0.79219986000000119e2"],["-0.74467223999999987e2","0.79215546000000131e2"],["-0.74474166999999966e2","0.79211928999999998e2"],["-0.74520279000000016e2","0.79203048999999965e2"],["-0.74571944999999914e2","0.79196091000000138e2"],["-0.74601944000000003e2","0.79192748999999992e2"],["-0.74758057000000008e2",79.18553200000008],["-0.74791945999999996e2","0.79182754999999986e2"],["-0.74817504999999926e2",79.17886400000009],["-0.74826950000000011e2","0.79174149000000057e2"],["-0.74819167999999934e2","0.79167755000000056e2"],["-0.74795546999999999e2","0.79163605000000018e2"],["-0.74766952999999944e2","0.79161377000000073e2"],["-0.74672501000000011e2","0.79156937000000028e2"],["-0.74617492999999854e2","0.79151381999999955e2"],["-0.74445830999999941e2","0.79065810999999997e2"],["-0.74436661000000015e2",79.0577550000001],["-0.74443053999999961e2","0.79046936000000073e2"],["-0.74455276000000026e2","0.79041655999999989e2"],[-74.47193900000002,"0.79036652000000004e2"],["-0.74514450000000011e2","0.79028595000000053e2"],["-0.74543883999999991e2","0.79025269000000037e2"],["-0.74578339000000028e2","0.79023314999999968e2"],["-0.74654175000000009e2","0.79022217000000069e2"],["-0.74725005999999951e2","0.79022766000000047e2"],["-0.74960007000000019e2","0.79028320000000008e2"],["-0.75116104000000007e2","0.79035812000000135e2"],["-0.75243057000000022e2","0.79043045000000006e2"],["-0.75626662999999951e2","0.79066086000000041e2"],["-0.75655563000000029e2","0.79068328999999949e2"],["-0.75763335999999981e2","0.79080551000000128e2"],["-0.75885284000000013e2","0.79097488000000112e2"],["-0.75891387999999949e2","0.79102203000000145e2"],["-0.75887221999999952e2",79.12831100000011],["-0.75880829000000006e2","0.79134995000000004e2"],["-0.75856658999999979e2","0.79139708999999925e2"],["-0.75848617999999988e2",79.14498900000001],["-0.75857772999999952e2","0.79152205999999921e2"],["-0.75944442999999922e2","0.79173035000000084e2"],["-0.76047774999999945e2","0.79192200000000071e2"],["-0.76071670999999924e2","0.79196091000000138e2"],["-0.76098052999999993e2","0.79199141999999995e2"],["-0.76132767000000001e2","0.79199706999999989e2"],["-0.76309433000000013e2","0.79190811000000053e2"],["-0.76519164999999987e2","0.79190262000000132e2"],["-0.76859160999999972e2","0.79185257000000092e2"],["-0.76973327999999924e2","0.79183318999999926e2"],["-0.77044998000000021e2","0.79183318999999926e2"],["-0.77083069000000023e2","0.79183593999999971e2"],["-0.77111663999999962e2","0.79184982000000048e2"],["-0.77167496000000028e2","0.79189972000000125e2"],["-0.77205001999999979e2","0.79195251000000098e2"],["-0.77250564999999995e2","0.79198029000000076e2"],["-0.77388901000000033e2","0.79199706999999989e2"],["-0.77510833999999988e2","0.79194976999999994e2"],["-0.77548049999999932e2","0.79194427000000132e2"],["-0.77642501999999922e2","0.79199706999999989e2"],["-0.77695267000000001e2","0.79204712000000029e2"],["-0.77749999999999886e2","0.79208328000000108e2"],["-0.77777495999999928e2","0.79208878000000141e2"],["-0.77817504999999983e2","0.79207763999999997e2"],["-0.78158889999999985e2","0.79189972000000125e2"],["-0.78213622999999984e2","0.79183593999999971e2"],["-0.78233321999999987e2",79.17886400000009],["-0.78245833999999945e2","0.79174698000000035e2"],[-78.25389100000001,"0.79169983000000002e2"],["-0.78253066999999987e2","0.79164428999999984e2"],["-0.78228607000000011e2","0.79160538000000088e2"],["-0.78181670999999994e2","0.79159424000000115e2"],["-0.78084732000000031e2","0.79168045000000063e2"],["-0.78056106999999997e2","0.79171921000000111e2"],["-0.78026397999999972e2","0.79174698000000035e2"],["-0.77988892000000021e2","0.79177475000000129e2"],["-0.77912216000000001e2",79.17942800000003],["-0.77842772999999966e2","0.79178589000000102e2"],[-77.47193900000002,"0.79167755000000056e2"],["-0.77237777999999992e2","0.79156937000000028e2"],["-0.77208617999999944e2","0.79154709000000082e2"],["-0.77181106999999997e2","0.79153869999999927e2"],["-0.77018615999999952e2","0.79153595000000109e2"],[-76.841949,"0.79153595000000109e2"],["-0.76706115999999952e2","0.79153045999999961e2"],["-0.76639998999999989e2",79.15109300000006],[-76.61082499999992,"0.79149155000000121e2"],["-0.76484725999999966e2","0.79136108000000092e2"],["-0.76430557000000022e2","0.79132202000000007e2"],["-0.76319732999999928e2","0.79124695000000088e2"],["-0.76260009999999909e2","0.79121917999999994e2"],["-0.76233611999999937e2","0.79121642999999949e2"],["-0.76191375999999934e2","0.79123596000000077e2"],[-76.15972899999997,"0.79122208000000001e2"],["-0.76136672999999973e2",79.11914100000007],["-0.76081954999999994e2","0.79099716000000114e2"],["-0.76085006999999905e2","0.79093323000000112e2"],["-0.76099990999999875e2",79.08776899999998],["-0.76116652999999928e2","0.79083328000000051e2"],["-0.76146666999999979e2","0.79077774000000034e2"],["-0.76170546999999885e2","0.79075821000000076e2"],["-0.76210006999999962e2","0.79074707000000103e2"],["-0.76265014999999948e2","0.79074432000000115e2"],["-0.76360001000000011e2","0.79078323000000012e2"],["-0.76515015000000005e2","0.79085815000000082e2"],["-0.76575561999999991e2","0.79089432000000045e2"],["-0.76637222000000008e2","0.79090546000000018e2"],["-0.76676391999999964e2","0.79089432000000045e2"],["-0.76828339000000028e2","0.79082764000000111e2"],["-0.76996383999999978e2","0.79074707000000103e2"],["-0.77073333999999932e2","0.79070831000000055e2"],["-0.77152785999999992e2","0.79066086000000041e2"],["-0.77223052999999993e2","0.79060532000000023e2"],["-0.77326950000000011e2","0.79051651000000106e2"],["-0.77355559999999969e2","0.79048325000000034e2"],["-0.77429717999999923e2","0.79037200999999982e2"],["-0.77449431999999945e2","0.79032760999999937e2"],["-0.77464721999999995e2","0.79027771000000087e2"],[-77.49499499999996,"0.79017761000000007e2"],["-0.77529175000000009e2","0.79018051000000014e2"],["-0.77693054000000018e2","0.79033600000000092e2"],["-0.77719727000000034e2","0.79036652000000004e2"],["-0.77742217999999923e2","0.79041930999999977e2"],["-0.77783066000000019e2","0.79062484999999981e2"],["-0.77799987999999928e2","0.79066666000000055e2"],[-77.84973100000002,"0.79069717000000082e2"],["-0.77919723999999917e2","0.79068878000000097e2"],["-0.78035004000000015e2","0.79065536000000009e2"],["-0.78103333000000021e2","0.79066086000000041e2"],["-0.78135009999999966e2","0.79067490000000021e2"],["-0.78165282999999931e2",79.06999200000007],["-0.78214447000000007e2","0.79075271999999984e2"],["-0.78234160999999858e2","0.79078323000000012e2"],["-0.78289992999999981e2","0.79083328000000051e2"],["-0.78351105000000018e2","0.79086380000000133e2"],["-0.78425277999999992e2","0.79083054000000118e2"],["-0.78671386999999982e2","0.79071930000000009e2"],["-0.78818343999999968e2","0.79069442999999978e2"],["-0.78860000999999954e2","0.79067214999999976e2"],["-0.78891387999999893e2","0.79063309000000118e2"],["-0.78879439999999931e2","0.79060256999999979e2"],["-0.78692489999999964e2","0.79058594000000085e2"],["-0.78588332999999977e2","0.79059143000000006e2"],["-0.78405272999999966e2","0.79064987000000031e2"],["-0.78283889999999985e2","0.79066666000000055e2"],["-0.78236388999999974e2","0.79064987000000031e2"],[-78.15972899999997,"0.79051086000000055e2"],["-0.78108337000000006e2",79.04664600000001],["-0.78070557000000008e2",79.04664600000001],["-0.77966110000000015e2",79.049149],[-77.86111499999987,79.049149],["-0.77829453000000001e2","0.79048035000000027e2"],["-0.77799437999999896e2","0.79045258000000103e2"],["-0.77785552999999993e2","0.79041092000000049e2"],["-0.77708344000000011e2","0.79013046000000145e2"],["-0.77703339000000028e2","0.79006943000000035e2"],[-77.71665999999999,"0.79003326000000072e2"],["-0.77796111999999937e2","0.78988586000000112e2"],["-0.77835007000000019e2","0.78979431000000034e2"],["-0.77946945000000028e2","0.78951660000000004e2"],["-0.77946380999999917e2","0.78945815999999979e2"],["-0.77952498999999932e2","0.78939697000000137e2"],["-0.78040282999999988e2","0.78906097000000045e2"],["-0.78147506999999962e2","0.78865265000000079e2"],["-0.78282227000000034e2",78.80386400000009],["-0.78289992999999981e2","0.78799149000000057e2"],["-0.78297226000000023e2","0.78788879000000122e2"],["-0.78296111999999937e2",78.783051],["-0.78285552999999993e2","0.78775818000000015e2"],["-0.78269454999999937e2","0.78772491000000059e2"],["-0.78248046999999929e2","0.78770263999999997e2"],["-0.78215560999999923e2","0.78770537999999931e2"],["-0.78196105999999929e2","0.78772217000000126e2"],["-0.78168334999999956e2","0.78780823000000055e2"],[-78.15972899999997,"0.78784988000000055e2"],[-78.15943900000002,"0.78789978000000133e2"],["-0.78145843999999954e2","0.78800812000000008e2"],["-0.78129439999999988e2","0.78812194999999974e2"],["-0.78105269999999905e2","0.78828598000000056e2"],["-0.78042769999999962e2",78.861649],["-0.78029174999999896e2","0.78867477000000122e2"],["-0.77902221999999995e2",78.91276600000009],["-0.77887222000000008e2","0.78917755000000056e2"],[-77.75167799999997,78.95748900000001],["-0.77711944999999957e2","0.78966095000000109e2"],["-0.77689437999999996e2","0.78968596999999988e2"],["-0.77526397999999972e2","0.78979156000000046e2"],["-0.77370270000000005e2","0.78984421000000111e2"],["-0.77258346999999958e2","0.78986374000000069e2"],["-0.77177490000000034e2","0.78989700000000084e2"],["-0.77107497999999964e2",78.99552900000009],["-0.77078888000000006e2","0.78998871000000065e2"],["-0.77026107999999965e2","0.79006652999999972e2"],["-0.76960281000000009e2","0.79012772000000041e2"],[-76.75418099999996,"0.79027771000000087e2"],["-0.76710555999999997e2","0.79028320000000008e2"],["-0.76683318999999983e2","0.79027771000000087e2"],["-0.76424163999999962e2","0.79022491000000002e2"],["-0.76361389000000031e2","0.79019714000000135e2"],[-75.98971599999993,78.99552900000009],["-0.75732223999999974e2","0.78969147000000021e2"],["-0.75720276000000013e2","0.78965545999999961e2"],["-0.75769454999999994e2","0.78939971999999955e2"],["-0.75781113000000005e2","0.78934708000000001e2"],["-0.75796951000000035e2","0.78929703000000131e2"],["-0.75825561999999991e2","0.78926085999999998e2"],["-0.75858611999999937e2","0.78923309000000074e2"],["-0.75896118000000001e2","0.78920821999999987e2"],["-0.76095276000000013e2","0.78910262999999986e2"],[-76.25,"0.78902205999999978e2"],["-0.76287215999999944e2","0.78899719000000118e2"],["-0.76315552000000025e2","0.78896103000000039e2"],["-0.76335555999999997e2","0.78891663000000051e2"],["-0.76375548999999921e2","0.78882750999999985e2"],["-0.76415008999999998e2","0.78873870999999951e2"],["-0.76446105999999929e2","0.78863876000000062e2"],["-0.76456389999999942e2","0.78857758000000103e2"],["-0.76460007000000019e2","0.78851929000000098e2"],["-0.76458343999999897e2","0.78844986000000119e2"],["-0.76440276999999924e2","0.78839432000000102e2"],[-76.41194200000001,"0.78837203999999986e2"],["-0.76394454999999937e2","0.78840820000000008e2"],["-0.76391113000000018e2","0.78843872000000147e2"],[-76.37470999999988,"0.78851089000000059e2"],["-0.76344727000000034e2","0.78858871000000022e2"],["-0.76330001999999979e2",78.861649],["-0.76231673999999998e2","0.78879149999999981e2"],["-0.76204726999999991e2","0.78881088000000091e2"],["-0.76178329000000019e2","0.78880264000000125e2"],[-76.15834000000001,"0.78879149999999981e2"],["-0.76133330999999998e2","0.78876648000000046e2"],["-0.76077498999999989e2","0.78873032000000023e2"],["-0.75975006000000008e2","0.78872756999999979e2"],["-0.75791671999999949e2","0.78884155000000021e2"],["-0.75461120999999991e2","0.78891372999999987e2"],["-0.75316101000000003e2","0.78892211999999972e2"],["-0.75292220999999927e2","0.78890274000000034e2"],["-0.75180557000000022e2","0.78879149999999981e2"],["-0.74964721999999995e2","0.78856094000000098e2"],["-0.74775009000000011e2","0.78829987000000074e2"],["-0.74760559000000001e2","0.78823607999999979e2"],["-0.74752791999999943e2","0.78816940000000045e2"],["-0.74719726999999978e2","0.78707489000000066e2"],["-0.74727218999999934e2","0.78701385000000016e2"],["-0.74755844000000025e2",78.69802900000002],["-0.74823059000000001e2","0.78697478999999987e2"],[-74.84333799999996,"0.78693039000000113e2"],[-74.86999499999996,"0.78675812000000121e2"],["-0.74869445999999925e2","0.78668594000000098e2"],["-0.74857773000000009e2","0.78636107999999979e2"],["-0.74819457999999884e2","0.78627472000000068e2"],["-0.74789992999999981e2","0.78591370000000097e2"],["-0.74862212999999997e2",78.56721500000009],["-0.74878052000000025e2","0.78562485000000038e2"],["-0.75024169999999913e2","0.78531937000000084e2"],["-0.75048049999999989e2","0.78528046000000018e2"],["-0.75072509999999909e2",78.52777100000003],["-0.75079453000000001e2","0.78533875000000023e2"],["-0.75101394999999968e2",78.53776600000009],["-0.75131377999999927e2","0.78539153999999996e2"],[-75.16722099999987,"0.78539703000000145e2"],["-0.75200287000000003e2","0.78537491000000102e2"],["-0.75219726999999978e2","0.78533051000000057e2"],["-0.75235275000000001e2","0.78528046000000018e2"],["-0.75261672999999973e2","0.78523315000000082e2"],["-0.75290557999999919e2","0.78520537999999988e2"],["-0.75479445999999996e2",78.50999500000006],["-0.75830001999999979e2","0.78504715000000147e2"],["-0.75888335999999924e2","0.78506103999999993e2"],["-0.75965011999999888e2","0.78510818000000086e2"],["-0.75989990000000034e2","0.78513885000000016e2"],["-0.76030563000000029e2","0.78521103000000039e2"],["-0.76073058999999944e2","0.78529709000000139e2"],["-0.76095550999999944e2","0.78533600000000035e2"],["-0.76120270000000005e2","0.78536652000000117e2"],["-0.76151107999999965e2","0.78538589000000002e2"],["-0.76404448999999886e2","0.78548035000000141e2"],["-0.76437209999999993e2","0.78548599000000081e2"],["-0.76468886999999938e2",78.54553199999998],["-0.76642775999999969e2","0.78528320000000122e2"],["-0.76684433000000013e2","0.78522217000000012e2"],["-0.76691101000000003e2","0.78518875000000094e2"],["-0.76692764000000011e2","0.78514708999999982e2"],["-0.76693603999999993e2","0.78509720000000016e2"],["-0.76684997999999894e2","0.78505829000000119e2"],["-0.76668335000000013e2","0.78503875999999991e2"],["-0.76645844000000011e2","0.78502777000000037e2"],["-0.76539992999999981e2","0.78503325999999959e2"],["-0.76468338000000017e2","0.78505264000000125e2"],[-76.36471599999993,"0.78513321000000076e2"],["-0.76324722000000008e2","0.78515274000000034e2"],["-0.76289444000000003e2","0.78515549000000021e2"],["-0.76261948000000018e2","0.78513611000000083e2"],["-0.76243057000000022e2","0.78512207000000103e2"],["-0.76124999999999943e2","0.78494141000000127e2"],["-0.76114165999999955e2","0.78488312000000121e2"],["-0.76112777999999878e2","0.78481094000000098e2"],["-0.76108886999999982e2","0.78474990999999989e2"],["-0.76100554999999986e2","0.78468322999999998e2"],["-0.76081679999999949e2","0.78464432000000102e2"],["-0.76057495000000017e2","0.78461929000000112e2"],["-0.75761123999999995e2","0.78443862999999965e2"],[-75.61721799999998,78.43803400000013],[-75.49888599999997,"0.78433044000000052e2"],["-0.75443603999999993e2","0.78430542000000003e2"],["-0.75410827999999924e2","0.78426651000000106e2"],["-0.75269729999999925e2","0.78404160000000104e2"],["-0.75089995999999985e2","0.78368866000000025e2"],["-0.75031386999999995e2","0.78331375000000037e2"],["-0.75038329999999917e2","0.78325546000000031e2"],["-0.75051940999999886e2","0.78315810999999997e2"],[-75.0625,"0.78309708000000001e2"],["-0.75086670000000026e2","0.78306366000000082e2"],["-0.75189986999999974e2","0.78299713000000111e2"],[-75.22193900000002,"0.78300262000000032e2"],["-0.75246108999999933e2",78.303314],["-0.75273055999999883e2","0.78305542000000116e2"],["-0.75307495000000017e2","0.78305542000000116e2"],["-0.75358611999999937e2","0.78301651000000049e2"],["-0.75377212999999983e2",78.29664600000001],["-0.75385009999999909e2","0.78291367000000037e2"],["-0.75392226999999934e2","0.78285262999999986e2"],[-75.39805599999994,"0.78272491000000002e2"],["-0.75479172000000005e2","0.78222214000000122e2"],["-0.75494155999999975e2","0.78217209000000082e2"],["-0.75513335999999924e2","0.78212769000000037e2"],["-0.75582503999999915e2","0.78201096000000007e2"],[-75.61361699999992,"0.78198029000000076e2"],["-0.75650283999999942e2","0.78196930000000123e2"],["-0.75679442999999992e2","0.78198318000000029e2"],["-0.75776397999999972e2","0.78210541000000092e2"],["-0.75902495999999928e2","0.78224152000000061e2"],["-0.75985549999999932e2","0.78229979999999955e2"],["-0.76157227000000034e2","0.78240540000000124e2"],["-0.76188888999999961e2","0.78241089000000045e2"],["-0.76225829999999974e2","0.78239975000000072e2"],["-0.76291945999999996e2","0.78234421000000054e2"],["-0.76324447999999961e2",78.23275799999999],["-0.76361389000000031e2","0.78231658999999979e2"],["-0.76393065999999976e2","0.78232208000000128e2"],["-0.76474715999999944e2","0.78239425999999924e2"],["-0.76520278999999903e2",78.24552900000009],["-0.76548049999999876e2","0.78248322000000087e2"],["-0.76574172999999917e2","0.78249709999999993e2"],["-0.76608336999999949e2","0.78249419999999986e2"],["-0.76630554000000018e2","0.78247757000000036e2"],["-0.76831680000000006e2","0.78230820000000051e2"],["-0.76855269999999962e2","0.78227478000000076e2"],["-0.76888061999999991e2",78.21804800000001],["-0.76898620999999935e2","0.78212494000000049e2"],["-0.76912216000000001e2","0.78201096000000007e2"],[-76.90834000000001,"0.78195525999999916e2"],["-0.76883330999999941e2","0.78191925000000083e2"],["-0.76688599000000011e2","0.78168869000000029e2"],["-0.76664444000000003e2","0.78166092000000106e2"],["-0.76641678000000013e2","0.78164429000000041e2"],["-0.76537780999999939e2","0.78158324999999991e2"],["-0.76021392999999989e2","0.78138046000000031e2"],["-0.75763900999999976e2","0.78131653000000085e2"],["-0.75735549999999989e2",78.1308140000001],["-0.75621933000000013e2",78.1244200000001],[-75.59722899999997,78.12081900000004],["-0.75581389999999942e2",78.115814],["-0.75575561999999934e2","0.78107758000000103e2"],["-0.75575287000000003e2","0.78101379000000065e2"],["-0.75588897999999972e2","0.78089432000000102e2"],["-0.75599166999999909e2","0.78083328000000051e2"],["-0.75692763999999954e2","0.78039978000000076e2"],["-0.75707503999999915e2","0.78034988000000055e2"],["-0.75723052999999993e2","0.78030823000000055e2"],["-0.75761123999999995e2","0.78022491000000059e2"],["-0.75809433000000013e2","0.78008331000000112e2"],["-0.75838608000000022e2","0.77998322000000087e2"],["-0.75922775000000001e2","0.77956650000000081e2"],["-0.75965011999999888e2","0.77973037999999917e2"],["-0.75984160999999858e2","0.77977478000000133e2"],["-0.76157227000000034e2","0.78012497000000053e2"],["-0.76214721999999995e2",78.01527399999992],["-0.76246108999999933e2","0.78015823000000069e2"],["-0.76276672000000019e2","0.78012772000000041e2"],["-0.76303054999999972e2","0.78009430000000123e2"],["-0.76444716999999912e2","0.77988586000000112e2"],[-76.466949,"0.77984710999999947e2"],["-0.76481383999999935e2","0.77979706000000078e2"],["-0.76491942999999992e2","0.77968597000000045e2"],["-0.76499725000000012e2","0.77958327999999995e2"],["-0.76526108000000022e2","0.77949142000000052e2"],["-0.76548339999999996e2","0.77944977000000051e2"],["-0.76595839999999953e2","0.77939697000000137e2"],["-0.76669998000000021e2","0.77936371000000122e2"],["-0.76694442999999865e2","0.77937195000000088e2"],["-0.76730559999999912e2","0.77936096000000077e2"],["-0.76757232999999985e2",77.93331900000004],["-0.76780288999999925e2","0.77929977000000065e2"],["-0.76802490000000034e2","0.77920258000000103e2"],["-0.76805557000000022e2","0.77917205999999965e2"],["-0.76806945999999925e2",77.91304000000008],["-0.76825287000000003e2","0.77908325000000048e2"],[-76.86221299999994,77.90277100000003],[-76.93110699999994,"0.77901382000000069e2"],["-0.76959731999999974e2","0.77902481000000023e2"],["-0.76986114999999927e2","0.77904708999999968e2"],["-0.77036391999999921e2","0.77909714000000008e2"],["-0.77077788999999939e2","0.77915817000000004e2"],["-0.77089171999999962e2","0.77919708000000071e2"],["-0.77095276000000013e2","0.77927199999999971e2"],["-0.77104172000000005e2","0.77934417999999994e2"],["-0.77120269999999891e2","0.77939148000000046e2"],["-0.77160003999999901e2","0.77946091000000024e2"],["-0.77210830999999985e2","0.77949142000000052e2"],["-0.77244445999999982e2","0.77948593000000074e2"],["-0.77272232000000031e2","0.77946365000000128e2"],["-0.77298339999999996e2","0.77942749000000106e2"],["-0.77336120999999991e2",77.94081099999994],["-0.77838897999999972e2","0.77942749000000106e2"],["-0.77997498000000007e2","0.77957214000000022e2"],[-78.03694200000001,"0.77966384999999946e2"],["-0.78140838999999914e2","0.77985260000000096e2"],["-0.78162216000000001e2","0.77988312000000008e2"],["-0.78237502999999947e2","0.77995818999999983e2"],["-0.78260833999999932e2","0.77995254999999986e2"],["-0.78411391999999921e2","0.77917755000000113e2"],["-0.78420837000000006e2","0.77912491000000102e2"],["-0.78426391999999964e2",77.90637200000009],["-0.78419723999999974e2","0.77898880000000133e2"],["-0.78410552999999936e2","0.77892211999999972e2"],["-0.78330840999999907e2","0.77868591000000094e2"],["-0.78317107999999962e2",77.865814],["-0.78282500999999968e2","0.77862762000000089e2"],["-0.78260283999999899e2","0.77861374000000012e2"],["-0.78173889000000031e2","0.77859984999999995e2"],["-0.78139450000000011e2","0.77857208000000128e2"],[-77.97193900000002,"0.77807204999999954e2"],["-0.77958617999999888e2","0.77802200000000084e2"],["-0.77947768999999994e2","0.77796371000000079e2"],["-0.77940826000000015e2","0.77765549000000021e2"],["-0.77940551999999968e2","0.77759995000000004e2"],["-0.77981109999999887e2","0.77701385000000073e2"],["-0.77920272999999952e2","0.77669983000000116e2"],["-0.77882767000000001e2","0.77661652000000004e2"],["-0.77862777999999992e2","0.77656372000000147e2"],["-0.77742766999999958e2","0.77622208000000114e2"],["-0.77724716000000001e2","0.77613312000000008e2"],["-0.77718612999999948e2","0.77605820000000051e2"],["-0.77723052999999936e2","0.77599152000000061e2"],["-0.77730835000000013e2","0.77597214000000122e2"],[-77.87222300000002,"0.77568329000000119e2"],["-0.77952224999999999e2","0.77555817000000104e2"],["-0.77958343999999954e2","0.77529709000000139e2"],["-0.77944442999999978e2","0.77511383000000137e2"],["-0.77946105999999986e2","0.77504714999999976e2"],["-0.77948607999999979e2","0.77501938000000109e2"],["-0.77981673999999998e2","0.77486374000000012e2"],[-77.99499499999996,"0.77481094000000098e2"],["-0.78256667999999934e2","0.77381926999999962e2"],["-0.78303878999999995e2","0.77373306000000071e2"],["-0.78690552000000025e2","0.77315535999999952e2"],["-0.78741104000000007e2","0.77309418000000051e2"],["-0.78777221999999995e2","0.77307205000000067e2"],["-0.78806655999999975e2","0.77307205000000067e2"],["-0.78834166999999923e2",77.30831900000004],["-0.78839721999999995e2","0.77310256999999979e2"],["-0.78833069000000023e2","0.77314987000000031e2"],["-0.78786117999999988e2","0.77335815000000082e2"],["-0.78733886999999982e2","0.77362762000000032e2"],["-0.78726944000000003e2","0.77367477000000065e2"],["-0.78725280999999995e2","0.77371094000000028e2"],["-0.78727782999999988e2","0.77375259000000028e2"],["-0.78764449999999954e2",77.3808140000001],["-0.78784438999999907e2",77.3808140000001],["-0.78816665999999998e2","0.77378036000000122e2"],["-0.78841110000000015e2","0.77374420000000043e2"],["-0.78861663999999962e2","0.77370255000000043e2"],[-78.89805599999994,"0.77360809000000074e2"],["-0.78920273000000009e2","0.77350815000000068e2"],["-0.78939986999999917e2","0.77338882000000012e2"],["-0.78948043999999982e2","0.77332489000000066e2"],["-0.78955565999999919e2","0.77328322999999955e2"],["-0.78968338000000017e2","0.77323317999999915e2"],[-79.00418099999996,"0.77313873000000058e2"],["-0.79083327999999995e2","0.77299987999999985e2"],["-0.79139724999999999e2","0.77293594000000098e2"],["-0.79171386999999868e2","0.77290817000000004e2"],["-0.79207229999999981e2","0.77288315000000125e2"],["-0.79270554000000004e2","0.77286926000000108e2"],["-0.79321670999999924e2","0.77288589000000059e2"],["-0.79373321999999973e2",77.29304499999995],["-0.79493332000000009e2","0.77304428000000144e2"],["-0.79631377999999984e2","0.77316666000000055e2"],["-0.79653885000000002e2","0.77318603999999993e2"],["-0.79712218999999948e2","0.77318328999999949e2"],[-79.83666999999997,"0.77306931000000134e2"],["-0.79860824999999977e2",77.303314],["-0.79881942999999978e2","0.77299713000000111e2"],["-0.79896118000000001e2","0.77295822000000044e2"],[-79.92332499999992,"0.77285263000000043e2"],["-0.79960555999999883e2","0.77276932000000102e2"],["-0.79988327000000027e2","0.77273604999999975e2"],[-80.01916499999993,"0.77272217000000069e2"],["-0.80042495999999971e2","0.77272766000000047e2"],["-0.80456116000000009e2","0.77296097000000088e2"],["-0.80753341999999918e2","0.77330551000000128e2"],["-0.80775833000000034e2","0.77334427000000005e2"],["-0.80879714999999919e2","0.77353043000000014e2"],["-0.81005568999999923e2","0.77377197000000137e2"],["-0.81015288999999996e2","0.77381363000000022e2"],["-0.81019454999999994e2","0.77392761000000064e2"],["-0.81027221999999995e2","0.77398041000000092e2"],["-0.81035277999999948e2",77.40109300000006],["-0.81095276000000013e2","0.77411925999999994e2"],["-0.81121108999999933e2","0.77413605000000018e2"],["-0.81150833000000034e2","0.77413605000000018e2"],["-0.81207778999999903e2","0.77415817000000061e2"],["-0.81254729999999995e2","0.77420532000000094e2"],["-0.81277495999999928e2",77.42442299999999],["-0.81294448999999929e2","0.77429153000000042e2"],["-0.81310546999999985e2","0.77434982000000048e2"],["-0.81316665999999998e2","0.77438873000000115e2"],["-0.81321121000000005e2","0.77450272000000041e2"],["-0.81325287000000003e2","0.77454987000000074e2"],["-0.81337509000000011e2","0.77462769000000037e2"],["-0.81351669000000015e2","0.77469711000000075e2"],["-0.81370543999999938e2","0.77475540000000137e2"],["-0.81388901000000033e2","0.77480819999999994e2"],["-0.81442215000000033e2","0.77491364000000033e2"],["-0.81533889999999928e2","0.77506942999999978e2"],["-0.81573623999999938e2","0.77512771999999984e2"],["-0.81587783999999942e2","0.77517487000000017e2"],["-0.81589721999999995e2","0.77520828000000051e2"],["-0.81608337000000006e2","0.77553588999999988e2"],["-0.81610549999999989e2","0.77576096000000064e2"],["-0.81820281999999963e2","0.77621918000000107e2"],["-0.81839721999999938e2","0.77625809000000004e2"],["-0.81845001000000025e2","0.77628860000000032e2"],["-0.81848617999999988e2","0.77639434999999935e2"],["-0.81847778000000005e2","0.77643326000000002e2"],["-0.81836670000000026e2",77.65498400000007],["-0.81847503999999901e2","0.77665817000000004e2"],["-0.81860000999999954e2","0.77671371000000022e2"],["-0.81876662999999951e2","0.77677475000000072e2"],[-81.89527899999996,"0.77682480000000112e2"],["-0.81913894999999911e2","0.77685532000000023e2"],["-0.81928329000000019e2","0.77685806000000127e2"],["-0.81930283000000031e2","0.77684981999999991e2"],["-0.81935546999999929e2","0.77678040000000067e2"],["-0.81949158000000011e2","0.77655258000000003e2"],["-0.81949431999999945e2","0.77644989000000123e2"],["-0.81911391999999921e2","0.77609421000000111e2"],["-0.81895844000000011e2","0.77604156000000046e2"],["-0.81857223999999974e2","0.77598877000000073e2"],["-0.81810271999999941e2","0.77595260999999994e2"],["-0.81798049999999989e2",77.59165999999999],["-0.81787506000000008e2","0.77587494000000049e2"],["-0.81678054999999972e2","0.77538315000000068e2"],["-0.81670546999999942e2","0.77531662000000097e2"],["-0.81667220999999984e2",77.52526899999998],["-0.81666945999999996e2","0.77502213000000097e2"],["-0.81670836999999949e2","0.77496094000000085e2"],["-0.81690276999999924e2","0.77485260000000039e2"],["-0.81710555999999997e2","0.77474990999999989e2"],[-81.71945199999999,"0.77469986000000119e2"],["-0.81748046999999929e2","0.77448029000000076e2"],["-0.81743606999999997e2","0.77441086000000098e2"],["-0.81739440999999999e2","0.77436371000000065e2"],["-0.81728881999999999e2","0.77429977000000008e2"],["-0.81700561999999877e2","0.77422760000000096e2"],["-0.81523620999999991e2","0.77378036000000122e2"],["-0.81484726000000023e2","0.77372208000000001e2"],["-0.81432220000000029e2","0.77368042000000059e2"],["-0.81336670000000026e2","0.77368591000000038e2"],[-81.25140399999998,77.36914100000007],["-0.81203888000000006e2","0.77370529000000147e2"],["-0.81189986999999917e2","0.77368042000000059e2"],["-0.81178054999999972e2","0.77360259999999926e2"],["-0.81172775000000001e2","0.77354705999999965e2"],["-0.81167769999999962e2","0.77342758000000117e2"],["-0.81165833000000021e2","0.77337204000000099e2"],["-0.81165833000000021e2","0.77332764000000054e2"],["-0.81169448999999986e2",77.32249500000006],["-0.81283889999999985e2","0.77315262000000018e2"],["-0.81425003000000004e2","0.77306366000000082e2"],["-0.81538329999999974e2","0.77302765000000079e2"],["-0.81874999999999943e2","0.77292480000000126e2"],["-0.81953887999999949e2","0.77302200000000028e2"],["-0.82091948999999943e2","0.77316376000000048e2"],["-0.82151397999999972e2","0.77303864000000033e2"],["-0.82166107000000011e2","0.77292480000000126e2"],["-0.82081680000000006e2","0.77272766000000047e2"],["-0.82043335000000013e2","0.77265548999999908e2"],["-0.81978881999999999e2","0.77258331000000112e2"],[-81.90695199999999,"0.77198318000000029e2"],["-0.81906577999999968e2",77.1933140000001],["-0.81902221999999995e2","0.77187195000000031e2"],["-0.81876099000000011e2","0.77174698000000092e2"],["-0.81868057000000022e2","0.77171646000000123e2"],["-0.81834166999999866e2","0.77162491000000102e2"],["-0.81796660999999972e2","0.77157486000000063e2"],[-81.78694200000001,"0.77157486000000063e2"],["-0.81715835999999967e2","0.77176926000000037e2"],["-0.81696654999999907e2","0.77181366000000025e2"],["-0.81634444999999971e2","0.77193863000000022e2"],["-0.81607497999999964e2","0.77197479000000101e2"],["-0.81395003999999972e2","0.77231659000000036e2"],["-0.81149170000000026e2","0.77274703999999986e2"],["-0.80960281000000009e2","0.77271378000000141e2"],["-0.80592772999999966e2","0.77242477000000008e2"],["-0.80526397999999915e2","0.77234985000000052e2"],["-0.80280288999999868e2","0.77213608000000022e2"],["-0.80258621000000005e2","0.77212204000000042e2"],["-0.80205840999999964e2","0.77209427000000119e2"],["-0.80154998999999975e2","0.77208037999999931e2"],["-0.80135833999999988e2","0.77205826000000059e2"],["-0.80116104000000007e2",77.20138500000013],["-0.80114715999999987e2","0.77195525999999973e2"],["-0.80136947999999961e2","0.77186096000000077e2"],["-0.80152785999999992e2","0.77181656000000032e2"],["-0.80255004999999983e2","0.77153320000000122e2"],["-0.80401671999999962e2","0.77086655000000007e2"],[-80.40972899999997,"0.77081100000000106e2"],[-80.40972899999997,"0.77076660000000118e2"],["-0.80394454999999937e2","0.77072769000000051e2"],["-0.80373046999999929e2","0.77071380999999917e2"],[-80.34584000000001,"0.77074996999999996e2"],["-0.80328063999999927e2","0.77078323000000012e2"],["-0.80206954999999937e2","0.77108597000000088e2"],["-0.80159438999999963e2","0.77122756999999979e2"],["-0.80135009999999966e2","0.77139435000000049e2"],["-0.80118606999999997e2","0.77150818000000072e2"],["-0.80094726999999978e2","0.77161102000000085e2"],["-0.80072509999999909e2",77.17053199999998],["-0.80013335999999924e2","0.77190536000000066e2"],[-79.93582200000003,"0.77206650000000025e2"],["-0.79785278000000005e2","0.77231368999999972e2"],["-0.79725829999999917e2","0.77239975000000072e2"],["-0.79660277999999948e2",77.24443100000002],["-0.79633057000000008e2","0.77243317000000047e2"],["-0.79445540999999992e2","0.77234421000000111e2"],["-0.79424163999999905e2","0.77233047000000113e2"],["-0.79255004999999983e2","0.77218596999999988e2"],[-79.216949,"0.77209717000000126e2"],["-0.79041945999999882e2","0.77161102000000085e2"],["-0.79033066000000019e2","0.77156647000000078e2"],[-79.02806099999998,"0.77150543000000027e2"],["-0.79003890999999953e2","0.77103592000000049e2"],["-0.79005004999999926e2",77.09693900000002],["-0.79013335999999924e2",77.09137000000004],["-0.79029723999999987e2","0.77086929000000112e2"],["-0.79132492000000013e2","0.77053589000000045e2"],["-0.79328888000000006e2","0.76978591999999935e2"],["-0.79365554999999915e2","0.76963318000000072e2"],["-0.79376663000000008e2","0.76957489000000066e2"],["-0.79391387999999949e2","0.76947204999999997e2"],["-0.79395003999999915e2","0.76940536000000122e2"],["-0.79393065999999976e2","0.76934143000000006e2"],["-0.79386948000000018e2","0.76927475000000015e2"],[-79.37222300000002,"0.76923309000000131e2"],[-79.34584000000001,76.91804500000012],["-0.79317504999999926e2","0.76917755000000113e2"],["-0.79244445999999925e2","0.76924987999999928e2"],["-0.79193053999999904e2","0.76929152999999928e2"],["-0.79005843999999911e2","0.76936096000000134e2"],["-0.78980835000000013e2","0.76936371000000122e2"],["-0.78954178000000013e2","0.76935256999999979e2"],["-0.78886123999999995e2","0.76926926000000094e2"],["-0.78870834000000002e2","0.76922211000000061e2"],["-0.78866394000000014e2","0.76918869000000086e2"],["-0.78910004000000015e2","0.76886658000000011e2"],["-0.78915282999999988e2","0.76839706000000092e2"],["-0.78748336999999935e2","0.76822494999999947e2"],["-0.78721938999999963e2","0.76821380999999974e2"],["-0.78712218999999948e2","0.76823318000000029e2"],["-0.78708053999999947e2","0.76824997000000053e2"],[-78.56361400000003,"0.76906647000000135e2"],["-0.78566101000000003e2","0.76913605000000132e2"],["-0.78567504999999983e2","0.76927200000000028e2"],["-0.78562774999999874e2","0.76933043999999995e2"],["-0.78553878999999938e2","0.76938582999999994e2"],["-0.78547775000000001e2","0.76941360000000088e2"],["-0.78384444999999914e2",76.99971000000005],["-0.78344161999999926e2","0.77007767000000001e2"],[-78.32028200000002,"0.77011658000000068e2"],["-0.78292770000000019e2","0.77014709000000096e2"],["-0.78196944999999971e2","0.77019440000000031e2"],["-0.78140838999999914e2",77.01998900000001],["-0.78087219000000005e2","0.77017761000000007e2"],[-78.07028200000002,"0.77014434999999992e2"],["-0.77896666999999979e2","0.76955551000000128e2"],["-0.77886947999999961e2","0.76947754000000145e2"],["-0.77881103999999993e2","0.76940262000000018e2"],["-0.77779448999999943e2",76.79136699999998],["-0.77789443999999946e2",76.78166200000004],["-0.77813323999999966e2","0.76692748999999992e2"],["-0.77813613999999973e2","0.76687759000000085e2"],["-0.77813048999999864e2",76.68193100000002],["-0.77804992999999968e2","0.76675261999999918e2"],["-0.77769454999999937e2","0.76658325000000104e2"],[-77.78443900000002,"0.76650269000000037e2"],["-0.77810271999999941e2","0.76640823000000069e2"],["-0.77841110000000015e2","0.76633331000000112e2"],["-0.77861663999999905e2","0.76629700000000071e2"],["-0.77918335000000013e2",76.62831100000011],["-0.77947219999999959e2","0.76629425000000083e2"],["-0.77985000999999954e2","0.76632476999999994e2"],["-0.78013625999999988e2","0.76630814000000044e2"],["-0.78027495999999985e2","0.76626922999999977e2"],["-0.78089721999999995e2","0.76609420999999941e2"],["-0.78097777999999948e2","0.76606094000000041e2"],["-0.78178328999999962e2","0.76566085999999984e2"],["-0.78186110999999926e2","0.76559708000000001e2"],["-0.78206107999999972e2",76.53914600000013],["-0.78256667999999934e2","0.76506653000000142e2"],["-0.78364440999999999e2","0.76462493999999992e2"],["-0.78377486999999917e2","0.76458038000000101e2"],["-0.78435103999999967e2","0.76453171000000111e2"],["-0.78443328999999892e2","0.76452209000000096e2"],["-0.78473052999999993e2","0.76451660000000118e2"],["-0.78519164999999987e2","0.76456940000000031e2"],["-0.78552490000000034e2","0.76464157000000114e2"],["-0.78607772999999952e2","0.76486649000000057e2"],[-78.61471599999993,"0.76489975000000072e2"],["-0.78619445999999982e2","0.76496094000000085e2"],["-0.78616942999999992e2","0.76498871000000008e2"],["-0.78615004999999883e2",76.5],["-0.78611388999999917e2",76.49941999999993],["-0.78597228999999913e2","0.76505264000000125e2"],[-78.591949,76.5086060000001],["-0.78588332999999977e2","0.76513046000000088e2"],["-0.78613327000000027e2","0.76547759999999982e2"],["-0.78627212999999927e2","0.76563873000000001e2"],[-78.75111400000003,"0.76572220000000016e2"],["-0.78773330999999985e2","0.76572768999999937e2"],["-0.78790558000000033e2","0.76571655000000135e2"],["-0.78868331999999953e2","0.76521103000000096e2"],["-0.78886947999999961e2","0.76497208000000057e2"],["-0.78900833000000034e2","0.76478867000000093e2"],["-0.78937774999999988e2","0.76449997000000053e2"],["-0.78946655000000021e2","0.76444976999999994e2"],[-78.96945199999999,76.43414300000012],["-0.78994155999999975e2","0.76424423000000047e2"],["-0.79013061999999991e2","0.76420258000000047e2"],[-79.06138599999997,76.41276600000009],["-0.79090285999999992e2","0.76411377000000073e2"],["-0.79139174999999966e2","0.76411652000000117e2"],["-0.79170837000000006e2","0.76409988000000112e2"],[-79.18971299999987,"0.76405823000000112e2"],["-0.79198043999999868e2","0.76400269000000094e2"],["-0.79261123999999995e2","0.76352202999999975e2"],["-0.79265563999999927e2","0.76346100000000035e2"],["-0.79266402999999968e2","0.76339432000000102e2"],["-0.79262786999999946e2","0.76331940000000145e2"],["-0.79254181000000017e2","0.76320267000000115e2"],[-79.25306699999993,"0.76314697000000024e2"],["-0.79261123999999995e2","0.76309143000000063e2"],["-0.79272780999999952e2","0.76304152999999985e2"],["-0.79312774999999988e2","0.76297484999999995e2"],["-0.79338608000000022e2","0.76296371000000022e2"],["-0.79365828999999962e2","0.76296646000000067e2"],["-0.79414168999999902e2","0.76301086000000055e2"],["-0.79445540999999992e2","0.76306641000000127e2"],["-0.79500838999999928e2","0.76314148000000102e2"],["-0.79525283999999886e2",76.31442300000009],["-0.79573623999999995e2","0.76311645999999996e2"],["-0.79596664000000033e2","0.76308594000000085e2"],["-0.79805556999999965e2","0.76278320000000065e2"],["-0.79924438000000009e2",76.25360100000006],["-0.80061385999999914e2","0.76226928999999984e2"],["-0.80087218999999948e2","0.76223602000000085e2"],["-0.80107223999999974e2",76.2227630000001],["-0.80121658000000025e2","0.76224426000000051e2"],["-0.80136123999999995e2","0.76228317000000118e2"],["-0.80156386999999881e2",76.23692299999999],["-0.80178329000000019e2","0.76239700000000084e2"],["-0.80203613000000018e2","0.76240539999999953e2"],["-0.80230285999999978e2","0.76239975000000129e2"],["-0.80261123999999995e2","0.76238312000000008e2"],[-80.2933349999999,"0.76235260000000096e2"],["-0.80338332999999977e2","0.76228317000000118e2"],["-0.80366942999999992e2","0.76218048000000067e2"],["-0.80375548999999921e2","0.76213043000000027e2"],["-0.80383056999999951e2",76.20748900000001],["-0.80396666999999923e2","0.76202208999999982e2"],["-0.80412216000000001e2","0.76198029000000133e2"],["-0.80426940999999886e2","0.76195525999999973e2"],["-0.80506957999999941e2","0.76196365000000128e2"],["-0.80606383999999991e2","0.76191650000000095e2"],["-0.80627486999999917e2","0.76187195000000088e2"],["-0.80637787000000003e2",76.17053199999998],["-0.80639724999999885e2","0.76167480000000069e2"],["-0.80654175000000009e2","0.76162491000000102e2"],["-0.80672501000000011e2","0.76158325000000048e2"],["-0.80703338999999971e2","0.76156647000000078e2"],["-0.80949996999999996e2","0.76144989000000066e2"],["-0.81053329000000019e2","0.76128036000000009e2"],["-0.81075835999999924e2","0.76129149999999981e2"],["-0.81085830999999928e2","0.76134155000000021e2"],["-0.81090285999999935e2","0.76137496999999939e2"],[-81.095551,"0.76212204000000042e2"],["-0.81047501000000011e2","0.76249419999999986e2"],["-0.81041106999999954e2",76.25360100000006],["-0.81026397999999915e2","0.76258331000000112e2"],["-0.80903885000000002e2","0.76312194999999974e2"],["-0.80783614999999998e2","0.76374985000000095e2"],["-0.80769454999999994e2","0.76384720000000016e2"],["-0.80761123999999995e2","0.76394150000000081e2"],["-0.80760009999999909e2",76.40415999999999],["-0.80763625999999874e2","0.76411102000000085e2"],["-0.80771666999999923e2","0.76419144000000017e2"],[-80.78472899999997,"0.76423874000000069e2"],["-0.80991668999999945e2","0.76483047000000056e2"],["-0.81188889000000017e2","0.76518875000000094e2"],["-0.81275008999999955e2","0.76533325000000048e2"],["-0.81304169000000002e2","0.76510544000000039e2"],["-0.81337218999999891e2","0.76494980000000112e2"],["-0.81351944000000003e2","0.76490265000000079e2"],["-0.81388901000000033e2","0.76481368999999972e2"],["-0.81411117999999988e2","0.76477478000000076e2"],["-0.81460830999999928e2","0.76471374999999966e2"],["-0.81492492999999911e2","0.76469437000000028e2"],["-0.81521941999999967e2","0.76468596999999988e2"],["-0.81636948000000018e2","0.76468872000000147e2"],[-81.71665999999999,"0.76470260999999994e2"],["-0.81788605000000018e2","0.76474700999999982e2"],["-0.81879990000000021e2","0.76483871000000022e2"],["-0.82039718999999934e2","0.76509430000000066e2"],[-82.05860899999999,"0.76513610999999969e2"],["-0.82075835999999981e2","0.76518600000000106e2"],["-0.82083617999999944e2","0.76523879999999963e2"],[-82.03195199999999,"0.76553588999999988e2"],["-0.81985000999999954e2","0.76578597999999943e2"],["-0.81981948999999929e2","0.76584717000000012e2"],["-0.81993331999999953e2","0.76590270999999973e2"],["-0.82045273000000009e2","0.76603592000000106e2"],["-0.82056655999999862e2","0.76609146000000123e2"],["-0.82049438000000009e2","0.76612488000000042e2"],["-0.81953338999999914e2","0.76631927000000132e2"],["-0.81873610999999869e2","0.76645828000000108e2"],["-0.81851394999999968e2","0.76649719000000005e2"],["-0.81814163000000008e2","0.76658599999999922e2"],["-0.81790282999999931e2",76.667755],["-0.81782227000000034e2","0.76672760000000039e2"],["-0.81776947000000007e2","0.76677475000000072e2"],["-0.81778885000000002e2","0.76681090999999924e2"],["-0.81785827999999924e2","0.76685532000000023e2"],["-0.81799163999999962e2","0.76685805999999957e2"],["-0.81819457999999997e2","0.76682754999999986e2"],["-0.81838057999999933e2","0.76678314000000057e2"],["-0.81852782999999988e2","0.76673599000000024e2"],["-0.81861938000000009e2","0.76669144000000017e2"],["-0.81893341000000021e2","0.76660812000000021e2"],["-0.82081115999999952e2","0.76631087999999977e2"],["-0.82115554999999915e2","0.76628860000000032e2"],["-0.82145553999999947e2","0.76628036000000066e2"],["-0.82199996999999996e2","0.76628586000000098e2"],["-0.82273330999999928e2","0.76633331000000112e2"],["-0.82292495999999971e2","0.76635544000000095e2"],["-0.82326950000000011e2","0.76641373000000101e2"],["-0.82346114999999998e2","0.76645538000000101e2"],["-0.82377486999999917e2","0.76657485999999949e2"],["-0.82442490000000021e2","0.76684981999999991e2"],["-0.82470276000000013e2","0.76698868000000004e2"],["-0.82476668999999958e2","0.76704712000000029e2"],["-0.82487212999999997e2","0.76717758000000117e2"],["-0.82580291999999986e2","0.76776382000000012e2"],["-0.82596114999999998e2","0.76782486000000006e2"],["-0.82698607999999979e2","0.76812485000000038e2"],["-0.82725005999999951e2","0.76819153000000028e2"],["-0.82749725000000012e2","0.76818604000000107e2"],["-0.82767226999999991e2","0.76813309000000004e2"],["-0.82769729999999925e2","0.76811096000000077e2"],[-82.76556399999987,"0.76808318999999983e2"],[-82.74610899999999,"0.76804153000000042e2"],["-0.82728333000000021e2","0.76799149000000114e2"],["-0.82698607999999979e2","0.76788589000000002e2"],["-0.82640563999999983e2","0.76766388000000006e2"],["-0.82556106999999997e2","0.76723038000000031e2"],["-0.82558333999999945e2","0.76718322999999998e2"],["-0.82566665999999941e2","0.76707489000000123e2"],["-0.82569457999999941e2","0.76701385000000073e2"],["-0.82562499999999943e2","0.76688873000000058e2"],["-0.82545546999999942e2","0.76674149000000057e2"],["-0.82533324999999991e2","0.76666382000000056e2"],["-0.82460555999999997e2","0.76636108000000036e2"],["-0.82435271999999998e2","0.76628036000000066e2"],["-0.82415008999999884e2",76.62303199999991],["-0.82308884000000035e2","0.76609420999999941e2"],["-0.82208054000000004e2","0.76593048000000067e2"],["-0.82113891999999908e2","0.76572220000000016e2"],["-0.82102218999999991e2","0.76568878000000041e2"],["-0.82081115999999952e2","0.76561096000000134e2"],["-0.82093886999999995e2","0.76557205000000067e2"],["-0.82175002999999947e2","0.76546936000000017e2"],["-0.82196944999999971e2","0.76542755000000113e2"],["-0.82211394999999925e2",76.53804000000008],[-82.22222899999997,"0.76532761000000107e2"],["-0.82225280999999995e2","0.76526657000000057e2"],["-0.82224715999999887e2","0.76520264000000111e2"],["-0.82222504000000015e2","0.76514435000000105e2"],["-0.82216399999999965e2",76.5086060000001],["-0.82189437999999882e2","0.76486649000000057e2"],["-0.82158050999999944e2","0.76466095000000053e2"],["-0.82147232000000031e2","0.76461105000000032e2"],["-0.82135558999999944e2","0.76453323000000069e2"],["-0.82131377999999927e2","0.76448593000000017e2"],["-0.82127212999999927e2","0.76441650000000038e2"],["-0.82132216999999912e2","0.76436919999999986e2"],["-0.82162505999999951e2","0.76421921000000111e2"],[-82.17971799999998,"0.76416931000000091e2"],["-0.82209441999999967e2","0.76409988000000112e2"],["-0.82260284000000013e2","0.76398605000000089e2"],["-0.82293335000000013e2","0.76395827999999995e2"],["-0.82348342999999943e2","0.76395537999999988e2"],["-0.82483063000000016e2","0.76396378000000027e2"],["-0.82704453000000001e2","0.76386932000000058e2"],["-0.82833327999999881e2","0.76397766000000104e2"],["-0.82990554999999915e2","0.76426650999999993e2"],["-0.83003615999999965e2","0.76429153000000042e2"],[-83.0625,"0.76450272000000041e2"],["-0.83099730999999963e2","0.76463882000000126e2"],["-0.83102492999999981e2","0.76469437000000028e2"],["-0.83096953999999982e2","0.76475814999999955e2"],[-83.08944699999995,"0.76480819999999994e2"],["-0.83065001999999993e2","0.76491089000000045e2"],["-0.83061935000000005e2","0.76497208000000057e2"],["-0.83075012000000015e2","0.76532761000000107e2"],["-0.83084441999999967e2","0.76546370999999965e2"],["-0.83110001000000011e2","0.76579987000000131e2"],["-0.83116652999999985e2","0.76586105000000089e2"],["-0.83198607999999979e2","0.76619431000000077e2"],["-0.83338897999999858e2",76.66415400000011],["-0.83384170999999981e2","0.76730819999999994e2"],["-0.83365279999999927e2","0.76740540000000067e2"],["-0.83358611999999937e2","0.76746094000000028e2"],["-0.83355834999999956e2","0.76752213000000097e2"],["-0.83362212999999997e2","0.76756103999999937e2"],["-0.83379989999999964e2","0.76758881000000031e2"],["-0.83400833000000034e2","0.76759995000000004e2"],["-0.83410003999999901e2","0.76757767000000058e2"],["-0.83497498000000007e2","0.76723876999999959e2"],["-0.83518340999999964e2","0.76713318000000129e2"],["-0.83523620999999935e2","0.76706649999999968e2"],["-0.83523330999999928e2","0.76700821000000133e2"],["-0.83520553999999947e2","0.76695251000000042e2"],["-0.83515014999999948e2","0.76689972000000068e2"],["-0.83499161000000015e2","0.76676651000000106e2"],["-0.83352218999999991e2","0.76612488000000042e2"],["-0.83331116000000009e2","0.76603317000000118e2"],["-0.83316101000000003e2","0.76598037999999974e2"],["-0.83298614999999984e2","0.76593048000000067e2"],["-0.83278060999999923e2","0.76588318000000072e2"],["-0.83254181000000017e2","0.76579437000000098e2"],["-0.83246383999999978e2","0.76572768999999937e2"],["-0.83207503999999915e2","0.76505553999999961e2"],["-0.83184432999999899e2","0.76424988000000042e2"],["-0.83188323999999966e2","0.76419434000000081e2"],["-0.83202224999999942e2","0.76414428999999984e2"],["-0.83223617999999874e2","0.76410537999999917e2"],["-0.83256667999999991e2","0.76407486000000006e2"],["-0.83285827999999981e2","0.76406372000000033e2"],["-0.83439986999999917e2","0.76411102000000085e2"],["-0.83619995000000017e2","0.76423599000000081e2"],["-0.83691100999999946e2","0.76428863999999919e2"],["-0.83710555999999997e2","0.76433044000000109e2"],["-0.83735000999999954e2","0.76444138000000009e2"],["-0.83734160999999915e2","0.76449141999999995e2"],["-0.83735275000000001e2","0.76455826000000059e2"],["-0.83740554999999972e2","0.76462769000000037e2"],["-0.83756667999999991e2","0.76468596999999988e2"],["-0.83893616000000009e2","0.76501663000000065e2"],["-0.83985001000000011e2","0.76520538000000045e2"],["-0.84018616000000009e2","0.76529433999999981e2"],["-0.84033614999999941e2","0.76534714000000065e2"],["-0.84046660999999972e2","0.76542205999999965e2"],["-0.84058334000000002e2","0.76553040000000067e2"],["-0.84058884000000035e2","0.76558868000000132e2"],["-0.84061661000000015e2","0.76585266000000104e2"],["-0.84070846999999901e2","0.76616653000000042e2"],["-0.84086670000000026e2",76.62414600000011],["-0.84101944000000003e2","0.76629425000000083e2"],["-0.84118880999999988e2","0.76633880999999974e2"],["-0.84138610999999912e2","0.76637772000000041e2"],["-0.84261123999999995e2",76.65554800000001],["-0.84284438999999963e2","0.76657760999999994e2"],[-84.31082200000003,"0.76658325000000104e2"],["-0.84319732999999871e2","0.76656096999999988e2"],["-0.84324722000000008e2","0.76653320000000065e2"],["-0.84330841000000021e2","0.76647491000000059e2"],["-0.84313323999999909e2","0.76641098000000113e2"],["-0.84256667999999991e2","0.76628586000000098e2"],[-84.220551,"0.76622207999999944e2"],["-0.84202498999999932e2","0.76617203000000075e2"],["-0.84193053999999961e2","0.76609985000000108e2"],["-0.84194442999999978e2","0.76606934000000081e2"],["-0.84216948999999886e2","0.76571655000000135e2"],["-0.84249725000000012e2","0.76536926000000108e2"],["-0.84248336999999992e2","0.76530548000000124e2"],[-84.24499499999996,"0.76524993999999936e2"],["-0.84221114999999941e2","0.76510817999999972e2"],["-0.84208617999999888e2","0.76505264000000125e2"],["-0.84192490000000021e2",76.49941999999993],["-0.84179717999999923e2",76.49192800000003],["-0.84180832000000009e2","0.76484984999999995e2"],["-0.84195540999999935e2",76.45637499999998],["-0.84205565999999976e2","0.76451096000000007e2"],["-0.84215835999999967e2","0.76448029000000076e2"],["-0.84236938000000009e2","0.76443587999999977e2"],["-0.84489166000000012e2","0.76429153000000042e2"],["-0.84518615999999952e2","0.76427765000000136e2"],["-0.84570846999999958e2","0.76428863999999919e2"],["-0.84619720000000029e2","0.76431656000000032e2"],["-0.84636947999999961e2","0.76434418000000107e2"],["-0.84652785999999992e2","0.76438034000000016e2"],["-0.84783889999999985e2","0.76469986000000119e2"],["-0.84792770000000019e2","0.76474990999999989e2"],["-0.84785278000000005e2","0.76485260000000039e2"],["-0.84783889999999985e2","0.76489975000000072e2"],["-0.84795273000000009e2","0.76503876000000048e2"],["-0.84848891999999921e2",76.53637700000013],["-0.84860001000000011e2","0.76542755000000113e2"],["-0.84950561999999934e2","0.76577773999999977e2"],["-0.84970550999999944e2","0.76581940000000088e2"],["-0.84991378999999938e2","0.76582764000000054e2"],["-0.85016402999999912e2","0.76578872999999987e2"],["-0.85028335999999967e2",76.57499700000011],["-0.85034163999999976e2","0.76569153000000085e2"],["-0.85051391999999964e2","0.76514160000000061e2"],["-0.85022507000000019e2","0.76456099999999992e2"],["-0.84970276000000013e2","0.76426086000000112e2"],["-0.84960281000000009e2",76.42053199999998],["-0.84944442999999978e2","0.76416931000000091e2"],["-0.84904175000000009e2","0.76411926000000051e2"],["-0.84728058000000033e2","0.76390273999999977e2"],[-84.43638599999997,"0.76338593000000117e2"],["-0.84397506999999962e2","0.76330551000000128e2"],["-0.84381377999999927e2","0.76324706999999933e2"],["-0.84376098999999954e2","0.76317764000000125e2"],["-0.84381942999999978e2",76.31191999999993],["-0.84393889999999999e2","0.76308029000000033e2"],["-0.84413054999999986e2","0.76304703000000018e2"],["-0.84429169000000002e2","0.76303040000000067e2"],["-0.84533614999999941e2",76.30581699999999],["-0.84716659999999933e2","0.76306930999999963e2"],["-0.84776397999999972e2",76.303314],["-0.84898055999999997e2","0.76288589000000059e2"],["-0.84928328999999962e2","0.76286377000000016e2"],["-0.85174438000000009e2","0.76280272999999966e2"],["-0.85232223999999917e2","0.76295257999999933e2"],[-85.36221299999994,76.303314],["-0.85505004999999983e2","0.76321930000000066e2"],["-0.85523055999999883e2","0.76326660000000061e2"],["-0.85544448999999986e2","0.76329987000000017e2"],["-0.85698333999999988e2",76.34887700000013],["-0.85952498999999932e2","0.76368591000000038e2"],["-0.85978058000000033e2","0.76370528999999976e2"],["-0.86004181000000017e2",76.37081900000004],["-0.86110274999999945e2","0.76368317000000104e2"],["-0.86134734999999978e2","0.76369431000000077e2"],["-0.86281677000000002e2","0.76376923000000033e2"],["-0.86330565999999976e2",76.3808140000001],[-86.37222300000002,76.38638300000008],["-0.86412216000000001e2",76.40776100000005],["-0.86415008999999884e2",76.41276600000009],["-0.86421386999999925e2","0.76456940000000031e2"],["-0.86418610000000001e2","0.76469147000000021e2"],["-0.86409728999999913e2","0.76474700999999982e2"],["-0.86398055999999997e2","0.76478867000000093e2"],["-0.86378875999999991e2","0.76483871000000022e2"],[-86.36082499999992,"0.76487762000000089e2"],["-0.86307769999999948e2",76.49552900000009],["-0.86277785999999935e2",76.5],["-0.86256119000000012e2","0.76503876000000048e2"],[-86.22222899999997,"0.76513321000000133e2"],["-0.86213057999999933e2","0.76518600000000106e2"],[-86.20777899999996,"0.76524429000000112e2"],["-0.86211944999999957e2","0.76535262999999986e2"],["-0.86226104999999961e2","0.76542755000000113e2"],["-0.86532776000000013e2","0.76623306000000014e2"],["-0.86594161999999983e2","0.76634994999999947e2"],[-86.63034099999993,"0.76635132000000112e2"],["-0.86625823999999966e2","0.76629425000000083e2"],["-0.86601104999999961e2","0.76619979999999998e2"],["-0.86512512000000015e2","0.76586929000000055e2"],[-86.36221299999994,"0.76541655999999932e2"],["-0.86342223999999987e2","0.76512206999999933e2"],["-0.86508056999999894e2","0.76487762000000089e2"],[-86.64916999999997,"0.76458878000000141e2"],["-0.86664718999999991e2","0.76419708000000014e2"],["-0.86711120999999991e2","0.76348037999999974e2"],[-86.71665999999999,"0.76346100000000035e2"],["-0.86770554000000004e2","0.76350815000000068e2"],["-0.87083327999999995e2","0.76379424999999912e2"],["-0.87130829000000006e2","0.76384155000000135e2"],["-0.87148346000000004e2","0.76388321000000076e2"],["-0.87154998999999975e2",76.39498900000001],["-0.87154175000000009e2",76.40109300000006],["-0.87225280999999995e2","0.76448029000000076e2"],["-0.87426665999999898e2","0.76468596999999988e2"],["-0.87462783999999942e2","0.76586929000000055e2"],["-0.87468886999999995e2",76.59165999999999],["-0.87520279000000016e2","0.76612488000000042e2"],[-87.53694200000001,"0.76617477000000008e2"],["-0.87563613999999973e2","0.76616379000000109e2"],["-0.87580001999999979e2","0.76611374000000069e2"],["-0.87583618000000001e2","0.76604980000000012e2"],["-0.87598617999999988e2","0.76540817000000004e2"],["-0.87595550999999944e2","0.76534149000000014e2"],["-0.87553604000000007e2","0.76451096000000007e2"],["-0.87545273000000009e2","0.76443587999999977e2"],[-87.53694200000001,"0.76439147999999989e2"],["-0.87516953000000001e2","0.76432479999999998e2"],["-0.87500290000000007e2","0.76428863999999919e2"],["-0.87455276000000026e2","0.76423874000000069e2"],["-0.87429992999999911e2","0.76417755000000056e2"],["-0.87402495999999985e2","0.76352768000000026e2"],["-0.87416397000000018e2","0.76348037999999974e2"],["-0.87591384999999889e2","0.76341094999999996e2"],["-0.87648894999999868e2","0.76338043000000084e2"],["-0.87719726999999978e2","0.76343048000000124e2"],["-0.87742767000000015e2",76.34637500000008],["-0.87760559000000001e2","0.76352202999999975e2"],["-0.87788604999999961e2","0.76366378999999995e2"],["-0.87817229999999995e2","0.76390549000000021e2"],["-0.87864166000000012e2",76.38998400000014],["-0.87900833000000034e2","0.76363037000000077e2"],["-0.87916945999999996e2","0.76359711000000004e2"],["-0.87948333999999988e2","0.76357758000000103e2"],["-0.87997771999999998e2","0.76358322000000044e2"],["-0.88351104999999905e2","0.76384995000000004e2"],["-0.88389998999999875e2","0.76389708999999982e2"],[-88.42971799999998,"0.76398041000000148e2"],["-0.88434433000000013e2","0.76402205999999978e2"],["-0.88391953000000001e2","0.76454163000000108e2"],["-0.88371932999999956e2","0.76476089000000059e2"],["-0.88355835000000013e2","0.76481093999999928e2"],["-0.88348617999999988e2","0.76487198000000149e2"],["-0.88349441999999954e2","0.76514435000000105e2"],["-0.88356658999999979e2","0.76521103000000096e2"],["-0.88442764000000011e2",76.59165999999999],["-0.88515288999999939e2","0.76636108000000036e2"],["-0.88509170999999981e2","0.76697478999999987e2"],["-0.88488601999999958e2","0.76765274000000034e2"],["-0.88479720999999927e2","0.76776932000000045e2"],["-0.88476669000000015e2","0.76783324999999991e2"],["-0.88474715999999887e2","0.76788879000000009e2"],["-0.88474715999999887e2","0.76794983000000002e2"],["-0.88477782999999988e2","0.76807755000000043e2"],["-0.88485275000000001e2","0.76814422999999977e2"],["-0.88494719999999973e2",76.81721500000009],["-0.88518889999999999e2","0.76816086000000098e2"],["-0.88541945999999939e2","0.76812758999999971e2"],["-0.88554442999999935e2","0.76807479999999998e2"],["-0.88557220000000029e2","0.76805817000000104e2"],["-0.88701950000000011e2","0.76707489000000123e2"],["-0.88683318999999983e2","0.76701935000000105e2"],["-0.88649733999999967e2","0.76684143000000063e2"],[-88.591949,"0.76642761000000007e2"],["-0.88584441999999967e2","0.76635818000000029e2"],["-0.88495543999999938e2","0.76552199999999971e2"],["-0.88489440999999999e2","0.76503326000000015e2"],["-0.88496383999999978e2","0.76497208000000057e2"],["-0.88571670999999924e2","0.76473602000000028e2"],["-0.88593558999999971e2","0.76455933000000016e2"],[-88.60321799999997,"0.76449265000000025e2"],["-0.88608214999999973e2","0.76442261000000144e2"],["-0.88607727000000011e2","0.76439095000000009e2"],["-0.88608611999999994e2","0.76416092000000106e2"],[-88.59973100000002,"0.76409988000000112e2"],["-0.88597503999999958e2","0.76405823000000112e2"],["-0.88608046999999942e2","0.76399994000000049e2"],["-0.88631942999999922e2","0.76397217000000012e2"],["-0.88656386999999881e2","0.76398330999999985e2"],[-88.67721599999993,"0.76401932000000045e2"],["-0.88689986999999974e2","0.76408324999999991e2"],["-0.88693603999999993e2","0.76414703000000145e2"],["-0.88693329000000006e2","0.76420821999999987e2"],["-0.88684998000000007e2","0.76432479999999998e2"],["-0.88678054999999972e2","0.76441650000000038e2"],["-0.88659508000000017e2","0.76478706000000102e2"],["-0.88646506999999986e2","0.76489212000000009e2"],["-0.88640288999999996e2","0.76558594000000028e2"],["-0.88644164999999987e2","0.76565262000000018e2"],["-0.88651672000000019e2","0.76571930000000009e2"],["-0.88660277999999948e2","0.76577773999999977e2"],["-0.88688888999999961e2","0.76591369999999984e2"],["-0.88710006999999962e2","0.76594986000000006e2"],["-0.88733611999999937e2","0.76593872000000033e2"],["-0.88740828999999962e2","0.76587769000000094e2"],["-0.88791381999999942e2","0.76513321000000133e2"],["-0.88795273000000009e2","0.76479431000000034e2"],["-0.88786666999999909e2","0.76473602000000028e2"],["-0.88781386999999938e2","0.76466385000000059e2"],["-0.88783324999999991e2","0.76460815000000025e2"],["-0.88799438000000009e2","0.76449997000000053e2"],["-0.88901671999999962e2","0.76408324999999991e2"],["-0.88921111999999937e2",76.40525800000006],["-0.88947220000000016e2",76.40525800000006],["-0.88994155999999919e2","0.76409149000000127e2"],["-0.89166396999999961e2","0.76424423000000047e2"],["-0.89213332999999977e2","0.76429703000000075e2"],["-0.89231673999999998e2","0.76433593999999971e2"],["-0.89353333000000021e2","0.76479979999999955e2"],["-0.89407227000000034e2","0.76515823000000012e2"],["-0.89490279999999927e2","0.76557480000000055e2"],["-0.89499435000000005e2",76.54664600000001],["-0.89515015000000005e2","0.76541655999999932e2"],["-0.89541381999999999e2","0.76541655999999932e2"],["-0.89667220999999984e2","0.76564423000000033e2"],["-0.89676665999999955e2","0.76567215000000147e2"],["-0.89679442999999992e2","0.76571655000000135e2"],["-0.89614166000000012e2","0.76616089000000102e2"],["-0.89603607000000011e2","0.76621918000000107e2"],["-0.89571945000000028e2","0.76631653000000028e2"],["-0.89528335999999967e2","0.76640823000000069e2"],["-0.89480559999999969e2","0.76649428999999998e2"],["-0.89443329000000006e2","0.76658325000000104e2"],["-0.89431380999999988e2","0.76663605000000018e2"],["-0.89415558000000033e2",76.67442299999999],["-0.89411666999999966e2","0.76680266999999958e2"],["-0.89434432999999899e2","0.76724426000000108e2"],[-89.47222899999997,"0.76784714000000008e2"],["-0.89496947999999918e2","0.76820267000000001e2"],["-0.89514449999999954e2","0.76835815000000025e2"],["-0.89529175000000009e2","0.76847214000000122e2"],["-0.89533324999999991e2","0.76853592000000049e2"],["-0.89521392999999932e2","0.76858871000000079e2"],["-0.89417770000000019e2","0.76886658000000011e2"],[-89.279449,"0.76906936999999971e2"],["-0.89238892000000021e2","0.76916091999999992e2"],[-89.14805599999994,"0.76925537000000077e2"],["-0.88986938000000009e2","0.76954436999999928e2"],["-0.88976104999999961e2","0.76959991000000116e2"],["-0.88898894999999982e2","0.76985535000000141e2"],["-0.88769164999999987e2","0.76998871000000065e2"],["-0.88740279999999927e2",77.00277699999998],["-0.88719451999999933e2","0.77007492000000013e2"],["-0.88702788999999939e2","0.77012207000000046e2"],[-88.50111400000003,"0.77071655000000078e2"],["-0.88473327999999981e2","0.77096649000000014e2"],["-0.88544723999999917e2","0.77098038000000031e2"],["-0.88545837000000006e2","0.77100266000000147e2"],["-0.88426392000000021e2",77.12081900000004],["-0.88307219999999973e2","0.77128860000000088e2"],["-0.88278335999999911e2","0.77129699999999957e2"],["-0.88172501000000011e2","0.77128035999999952e2"],["-0.88154175000000009e2","0.77116088999999988e2"],["-0.87967223999999931e2","0.77127472000000012e2"],["-0.87690552000000025e2","0.77135268999999994e2"],["-0.87670272999999952e2","0.77133606000000043e2"],["-0.87656951999999933e2","0.77130264000000125e2"],["-0.87642501999999979e2","0.77124984999999924e2"],["-0.87626937999999996e2","0.77117477000000122e2"],["-0.87619719999999973e2","0.77110809000000131e2"],["-0.87568892999999889e2","0.77099426000000108e2"],["-0.87455841000000021e2","0.77101929000000098e2"],["-0.87349166999999966e2","0.77106094000000098e2"],["-0.87337783999999886e2","0.77110259999999982e2"],["-0.87353607000000011e2","0.77114700000000028e2"],[-87.37222300000002,"0.77117203000000018e2"],["-0.87451401000000033e2","0.77122756999999979e2"],["-0.87460555999999997e2","0.77125534000000073e2"],["-0.87456664999999987e2","0.77131927000000019e2"],["-0.87452224999999999e2","0.77136383000000137e2"],["-0.87432219999999973e2","0.77149719000000061e2"],["-0.87416107000000011e2","0.77156647000000078e2"],["-0.87404174999999896e2","0.77160812000000078e2"],["-0.87356383999999991e2",77.17553700000002],[-87.33666999999997,"0.77179153000000099e2"],["-0.87312774999999988e2","0.77180817000000104e2"],["-0.87069167999999991e2","0.77182755000000043e2"],["-0.87044448999999929e2","0.77180542000000059e2"],["-0.86959166999999979e2","0.77161926000000051e2"],["-0.86951674999999966e2","0.77158324999999991e2"],["-0.86946945000000028e2","0.77154433999999924e2"],["-0.86951949999999897e2","0.77149994000000106e2"],["-0.86951401000000033e2","0.77144714000000022e2"],["-0.86942490000000021e2","0.77141936999999928e2"],["-0.86875274999999931e2","0.77132202000000063e2"],["-0.86829177999999956e2","0.77127762000000018e2"],["-0.86804442999999992e2","0.77127197000000024e2"],["-0.86791381999999999e2","0.77130813999999987e2"],["-0.86739990000000034e2","0.77174149000000114e2"],["-0.86773620999999935e2","0.77185806000000071e2"],["-0.86960006999999962e2","0.77195815999999979e2"],[-87.15055799999999,"0.77199417000000039e2"],["-0.87148055999999997e2","0.77198029000000133e2"],["-0.87146956999999929e2","0.77195815999999979e2"],["-0.87161117999999931e2","0.77194426999999962e2"],["-0.87182769999999948e2","0.77196930000000123e2"],["-0.87196105999999929e2","0.77199997000000053e2"],[-87.21055599999994,"0.77205261000000064e2"],["-0.87174437999999896e2","0.77229431000000034e2"],["-0.87166945999999939e2","0.77233871000000079e2"],["-0.87141388000000006e2","0.77238037000000134e2"],["-0.87007232999999985e2","0.77255829000000006e2"],["-0.86976669000000015e2","0.77257492000000127e2"],["-0.86948882999999967e2","0.77255554000000018e2"],["-0.86928329000000019e2","0.77255264000000011e2"],["-0.86910552999999936e2","0.77260269000000051e2"],["-0.86919158999999979e2","0.77266098000000056e2"],["-0.86947494999999947e2","0.77271652000000074e2"],["-0.86984436000000017e2","0.77274703999999986e2"],["-0.87012221999999952e2","0.77274993999999992e2"],["-0.87078063999999927e2","0.77273604999999975e2"],["-0.87106110000000001e2","0.77272217000000069e2"],["-0.87136672999999973e2","0.77272217000000069e2"],["-0.87183884000000035e2","0.77273604999999975e2"],["-0.87197495000000004e2",77.27526899999998],["-0.87229171999999949e2","0.77285538000000031e2"],["-0.87245270000000005e2","0.77298325000000034e2"],[-87.24888599999997,77.303314],["-0.87108611999999994e2","0.77338318000000072e2"],[-87.09584000000001,77.34027100000003],["-0.87068618999999956e2","0.77342209000000139e2"],["-0.87037780999999995e2","0.77342209000000139e2"],["-0.86962783999999942e2","0.77339157000000057e2"],["-0.86934722999999963e2","0.77338882000000012e2"],["-0.86900283999999999e2","0.77342209000000139e2"],["-0.86845839999999953e2","0.77349152000000117e2"],["-0.86829726999999991e2","0.77353043000000014e2"],["-0.86838608000000022e2","0.77357483000000059e2"],["-0.86851944000000003e2","0.77360535000000141e2"],["-0.86963332999999977e2","0.77366378999999995e2"],["-0.87064162999999951e2","0.77366928000000087e2"],["-0.87091109999999958e2","0.77366378999999995e2"],["-0.87241378999999938e2","0.77356094000000041e2"],["-0.87263061999999877e2","0.77351654000000053e2"],["-0.87280838000000017e2",77.34693900000002],["-0.87294158999999979e2",77.34165999999999],["-0.87326110999999969e2","0.77333878000000084e2"],["-0.87358886999999982e2","0.77331375000000094e2"],["-0.87391112999999962e2","0.77330551000000128e2"],["-0.87416397000000018e2","0.77330826000000116e2"],["-0.87695830999999998e2",77.35554500000012],["-0.87711945000000014e2","0.77359985000000108e2"],["-0.87715835999999911e2","0.77363312000000064e2"],["-0.87775283999999999e2","0.77415543000000127e2"],["-0.87780288999999982e2","0.77421097000000145e2"],[-87.78472899999997,"0.77429703000000075e2"],["-0.87775009000000011e2","0.77441360000000032e2"],["-0.87748336999999992e2","0.77451660000000118e2"],["-0.87730834999999956e2",77.45637499999998],["-0.87669539999999984e2","0.77469238000000018e2"],[-87.65194699999995,"0.77474990999999989e2"],["-0.87642501999999979e2","0.77480270000000132e2"],["-0.87646117999999944e2","0.77486923000000104e2"],["-0.87694442999999978e2","0.77537201000000096e2"],["-0.87711120999999878e2","0.77541656000000103e2"],["-0.87868880999999988e2","0.77578598000000113e2"],["-0.88063048999999978e2","0.77618866000000025e2"],["-0.88162216000000001e2","0.77626923000000147e2"],["-0.88180556999999965e2","0.77631927000000132e2"],["-0.88200835999999924e2","0.77642761000000007e2"],["-0.88214721999999995e2","0.77650542999999971e2"],["-0.88223617999999931e2","0.77662490999999989e2"],["-0.88223052999999993e2","0.77667206000000022e2"],["-0.88221114999999884e2","0.77672760000000039e2"],["-0.88162780999999995e2","0.77758330999999998e2"],[-88.06806899999998,"0.77820267000000001e2"],["-0.87835830999999928e2","0.77840271000000087e2"],["-0.87640563999999983e2","0.77862487999999985e2"],["-0.87294723999999917e2","0.77898041000000035e2"],["-0.87231383999999935e2","0.77898880000000133e2"],["-0.87174712999999997e2","0.77897491000000002e2"],["-0.86876099000000011e2",77.8836060000001],["-0.86824172999999917e2","0.77879424999999969e2"],["-0.86651671999999962e2","0.77860260000000039e2"],[-86.46166999999997,"0.77836105000000032e2"],["-0.86422225999999966e2","0.77830826000000059e2"],["-0.86377486999999917e2","0.77822769000000051e2"],["-0.86222778000000005e2","0.77794434000000024e2"],["-0.86198883000000023e2","0.77786102000000085e2"],["-0.85986938000000009e2","0.77711380000000133e2"],["-0.85975280999999882e2","0.77705825999999945e2"],["-0.85884445000000028e2","0.77632751000000098e2"],["-0.85718886999999995e2","0.77472214000000065e2"],["-0.85715835999999967e2","0.77467209000000025e2"],["-0.85717223999999931e2","0.77462493999999992e2"],["-0.85727218999999877e2","0.77451934999999935e2"],["-0.85748610999999983e2","0.77446930000000066e2"],[-85.76916499999993,"0.77443587999999977e2"],["-0.85775832999999921e2","0.77439972000000068e2"],["-0.85795837000000006e2","0.77423874000000069e2"],["-0.85794448999999929e2","0.77419708000000128e2"],["-0.85776947000000007e2","0.77421371000000079e2"],["-0.85551391999999964e2","0.77458328000000108e2"],["-0.85530562999999916e2","0.77461928999999941e2"],["-0.85493331999999953e2","0.77430267000000015e2"],["-0.85436385999999914e2","0.77404159999999933e2"],[-85.39973399999991,"0.77395827999999995e2"],["-0.85376662999999894e2","0.77392487000000131e2"],["-0.85299438000000009e2","0.77387772000000098e2"],["-0.85270003999999915e2","0.77386658000000125e2"],["-0.85155838000000017e2","0.77387497000000053e2"],["-0.84973327999999867e2","0.77377197000000137e2"],["-0.84954726999999934e2","0.77374420000000043e2"],[-84.9375,"0.77370818999999983e2"],["-0.84875274999999988e2","0.77351654000000053e2"],["-0.84825286999999946e2","0.77334152000000017e2"],["-0.84759170999999867e2","0.77318328999999949e2"],["-0.84719727000000034e2","0.77311645999999996e2"],["-0.84649444999999957e2","0.77304428000000144e2"],["-0.84601944000000003e2","0.77300537000000077e2"],["-0.84529175000000009e2","0.77295822000000044e2"],["-0.84479445999999996e2","0.77294434000000138e2"],["-0.84466399999999965e2","0.77296371000000022e2"],["-0.84463333000000034e2","0.77300262000000089e2"],[-84.47444200000001,77.3119200000001],["-0.84481948999999986e2","0.77317764000000125e2"],["-0.84494719999999973e2","0.77321106000000043e2"],["-0.84520279000000016e2","0.77324157999999954e2"],["-0.84553878999999995e2","0.77331375000000094e2"],["-0.84569167999999991e2","0.77339705999999978e2"],["-0.84615004999999996e2","0.77383040999999992e2"],["-0.84612777999999878e2","0.77389160000000004e2"],["-0.84603881999999942e2","0.77393599999999992e2"],[-84.58555599999994,"0.77398041000000092e2"],["-0.84550277999999935e2","0.77401382000000126e2"],["-0.84520844000000011e2",77.401657],[-84.49610899999999,"0.77399428999999998e2"],["-0.84470550999999944e2","0.77396378000000027e2"],["-0.84429442999999935e2","0.77388884999999959e2"],["-0.84386397999999986e2","0.77383881000000031e2"],[-84.33444199999991,"0.77383040999999992e2"],[-84.27027899999996,"0.77384995000000004e2"],["-0.84153609999999958e2",77.39498900000001],["-0.84061661000000015e2","0.77398605000000032e2"],["-0.84005843999999968e2","0.77397491000000059e2"],["-0.83985275000000001e2","0.77395537999999931e2"],["-0.83949996999999996e2","0.77388884999999959e2"],["-0.83868057000000022e2","0.77376923000000033e2"],["-0.83793610000000001e2",77.36914100000007],["-0.83531951999999933e2","0.77346375000000023e2"],["-0.83505843999999968e2","0.77344711000000018e2"],["-0.83478058000000033e2","0.77344147000000078e2"],["-0.83464721999999995e2","0.77348327999999981e2"],["-0.83463057999999876e2","0.77349152000000117e2"],[-83.46444699999995,77.35554500000012],["-0.83472504000000015e2","0.77387207000000046e2"],["-0.83553054999999972e2","0.77393051000000071e2"],["-0.83654998999999975e2","0.77395537999999931e2"],["-0.83711669999999913e2","0.77404709000000082e2"],["-0.83728607000000011e2","0.77408324999999934e2"],["-0.83778609999999958e2","0.77423309000000017e2"],["-0.83822509999999966e2","0.77442474000000004e2"],["-0.83833892999999989e2","0.77448868000000004e2"],["-0.83835555999999997e2","0.77455261000000007e2"],["-0.83824722000000008e2","0.77460541000000035e2"],["-0.83801391999999964e2","0.77464706000000035e2"],["-0.83768065999999919e2","0.77466934000000037e2"],["-0.83682220000000029e2",77.46804800000001],["-0.83620833999999945e2","0.77471924000000058e2"],["-0.83593886999999938e2","0.77475540000000137e2"],["-0.83426102000000014e2","0.77499710000000107e2"],["-0.83389450000000011e2","0.77507767000000115e2"],[-83.36332699999997,"0.77518051000000128e2"],["-0.83216110000000015e2","0.77577773999999977e2"],["-0.83011123999999995e2","0.77665817000000004e2"],["-0.82895003999999858e2","0.77717484000000013e2"],["-0.82674438000000009e2","0.77836928999999998e2"],["-0.82655272999999852e2","0.77847763000000043e2"],["-0.82541671999999949e2","0.77920532000000037e2"],["-0.82526107999999965e2","0.77961929000000055e2"],["-0.82577224999999999e2","0.78003326000000072e2"],["-0.82590835999999967e2","0.78011108000000036e2"],["-0.82591675000000009e2","0.78017487000000074e2"],["-0.82579726999999878e2","0.78022766000000047e2"],[-82.56361400000003,"0.78027771000000087e2"],["-0.82538054999999986e2","0.78031096999999988e2"],["-0.82497498000000007e2",78.03414900000007],[-82.470551,"0.78034714000000122e2"],[-82.40972899999997,78.03414900000007],["-0.82377486999999917e2","0.78035812000000021e2"],["-0.82369445999999925e2","0.78039428999999927e2"],["-0.82326110999999969e2","0.78065262000000075e2"],["-0.82318619000000012e2","0.78070831000000055e2"],["-0.82320007000000032e2","0.78075821000000133e2"],["-0.82336120999999991e2","0.78078873000000044e2"],["-0.82518341000000021e2","0.78074158000000011e2"],["-0.82549438000000009e2","0.78071930000000066e2"],["-0.82652221999999995e2","0.78056090999999924e2"],["-0.82672500999999954e2","0.78051651000000106e2"],["-0.82692489999999964e2","0.78044983000000116e2"],["-0.82780288999999982e2","0.78014999000000103e2"],["-0.82790282999999988e2","0.78010544000000095e2"],["-0.82792769999999905e2","0.78005829000000062e2"],["-0.82794158999999979e2","0.77994979999999998e2"],["-0.82785277999999948e2","0.77969986000000006e2"],["-0.82775283999999942e2",77.964157],["-0.82735275000000001e2","0.77947479000000101e2"],["-0.82728881999999942e2","0.77939972000000012e2"],["-0.82728607000000011e2","0.77929703000000131e2"],["-0.82736114999999984e2","0.77924148999999943e2"],["-0.82769164999999987e2","0.77914993000000038e2"],["-0.82852218999999991e2","0.77896942000000024e2"],["-0.82949157999999898e2","0.77874694999999974e2"],["-0.83123046999999929e2","0.77780548000000067e2"],["-0.83156661999999926e2","0.77744980000000055e2"],["-0.83185546999999985e2","0.77716385000000002e2"],["-0.83192489999999964e2","0.77710540999999978e2"],["-0.83200835999999867e2","0.77705551000000128e2"],["-0.83386672999999917e2","0.77616653000000042e2"],["-0.83427215999999987e2","0.77600815000000011e2"],["-0.83527785999999935e2","0.77572769000000108e2"],["-0.83648055999999997e2","0.77540816999999947e2"],["-0.83735000999999954e2","0.77518875000000094e2"],["-0.83873046999999985e2",77.49331699999999],["-0.83898345999999947e2","0.77490540000000067e2"],["-0.83920546999999942e2","0.77491652999999985e2"],["-0.84143889999999999e2","0.77509430000000009e2"],["-0.84192490000000021e2","0.77515549000000078e2"],["-0.84229995999999971e2","0.77521378000000084e2"],["-0.84386672999999917e2","0.77528594999999996e2"],["-0.84419997999999964e2",77.52777100000003],["-0.84452224999999942e2","0.77524994000000106e2"],["-0.84483321999999987e2","0.77521652000000017e2"],["-0.84500564999999995e2","0.77518051000000128e2"],["-0.84555557000000022e2",77.51249700000011],["-0.84579726999999991e2",77.51249700000011],["-0.84760558999999944e2","0.77519714000000079e2"],["-0.84779174999999952e2","0.77522490999999945e2"],["-0.84858886999999925e2","0.77542755000000113e2"],["-0.84869155999999975e2","0.77562759000000028e2"],[-84.87110899999999,"0.77569153000000085e2"],["-0.84866393999999957e2","0.77574158000000125e2"],["-0.84837219000000005e2","0.77583878000000027e2"],["-0.84815552000000025e2","0.77588881999999955e2"],["-0.84773620999999991e2",77.5977630000001],["-0.84707229999999981e2","0.77609985000000052e2"],["-0.84665282999999988e2","0.77618866000000025e2"],["-0.84627486999999917e2","0.77628036000000066e2"],["-0.84520003999999972e2","0.77664703000000031e2"],["-0.84441939999999931e2","0.77706100000000106e2"],["-0.84429992999999968e2","0.77718322999999941e2"],["-0.84428328999999962e2","0.77722762999999986e2"],["-0.84431106999999884e2","0.77726379000000009e2"],["-0.84443054000000018e2","0.77736374000000126e2"],["-0.84486938000000009e2","0.77750275000000101e2"],["-0.84495270000000005e2","0.77751099000000067e2"],["-0.84503066999999987e2",77.74971000000005],[-84.48971599999993,"0.77746368000000132e2"],["-0.84483062999999959e2",77.74470500000001],["-0.84475280999999995e2","0.77738876000000005e2"],["-0.84476669000000015e2","0.77728316999999947e2"],["-0.84486388999999974e2","0.77711380000000133e2"],["-0.84499161000000015e2","0.77699707000000103e2"],["-0.84520844000000011e2","0.77689148000000102e2"],["-0.84533889999999985e2","0.77684981999999991e2"],["-0.84547226000000023e2",77.68081699999999],["-0.84715012000000002e2","0.77639709000000096e2"],["-0.84922501000000011e2","0.77601653999999996e2"],["-0.84952498999999989e2","0.77601379000000122e2"],["-0.84972503999999901e2","0.77606369000000029e2"],["-0.85158339999999896e2","0.77641663000000108e2"],["-0.85298889000000031e2","0.77660538000000031e2"],["-0.85310546999999985e2","0.77664703000000031e2"],["-0.85348891999999921e2",77.72886699999998],["-0.85348891999999921e2","0.77733871000000136e2"],["-0.85335830999999985e2","0.77738037000000077e2"],["-0.85190276999999867e2","0.77779984000000127e2"],["-0.85054992999999968e2",77.79693600000013],[-85.05360399999995,"0.77830551000000014e2"],["-0.85144164999999987e2","0.77817490000000078e2"],["-0.85297775000000001e2","0.77797211000000118e2"],["-0.85328063999999927e2",77.79832499999992],["-0.85381942999999978e2","0.77807754999999986e2"],["-0.85400283999999942e2","0.77813309000000004e2"],["-0.85402495999999928e2","0.77819991999999957e2"],["-0.85400283999999942e2",77.83638000000002],["-0.85389724999999999e2","0.77841934000000037e2"],["-0.85353333000000021e2","0.77855545000000006e2"],["-0.85325012000000015e2","0.77866089000000045e2"],["-0.85281386999999995e2",77.87441999999993],["-0.85231948999999986e2","0.77881653000000142e2"],["-0.85207778999999903e2","0.77883881000000088e2"],["-0.84925551999999982e2",77.891098],["-0.84837219000000005e2","0.77887496999999939e2"],["-0.84692490000000021e2","0.77898604999999975e2"],["-0.84664444000000003e2","0.77902206000000035e2"],["-0.84611114999999927e2",77.90387000000004],[-84.498154,"0.77900116000000082e2"],["-0.84428878999999995e2","0.77896942000000024e2"],["-0.84385833999999932e2",77.891098],["-0.84368056999999908e2","0.77887206999999933e2"],["-0.84342772999999909e2",77.88499500000006],["-0.84318618999999956e2","0.77886932000000115e2"],[-84.31361400000003,"0.77891936999999984e2"],["-0.84325012000000015e2","0.77896103000000039e2"],["-0.84379715000000033e2",77.90637200000009],["-0.84401671999999962e2","0.77910262999999986e2"],["-0.84559432999999956e2",77.92303499999997],["-0.84575561999999991e2","0.77923874000000126e2"],["-0.84634444999999914e2","0.77926926000000037e2"],["-0.84663054999999929e2","0.77925262000000032e2"],["-0.84816665999999941e2","0.77911652000000004e2"],["-0.84847228999999913e2",77.90887500000008],["-0.85056945999999982e2","0.77900543000000084e2"],["-0.85166396999999961e2","0.77902206000000035e2"],["-0.85200561999999991e2","0.77901657000000057e2"],["-0.85267501999999922e2","0.77898041000000035e2"],["-0.85303604000000007e2","0.77894714000000079e2"],["-0.85331680000000006e2","0.77890823000000012e2"],["-0.85378051999999968e2","0.77882202000000063e2"],["-0.85423049999999989e2","0.77874694999999974e2"],["-0.85474715999999944e2","0.77868591000000094e2"],["-0.85515288999999996e2",77.8836060000001],["-0.85678878999999938e2","0.77929428000000144e2"],[-85.67971799999998,"0.77936645999999939e2"],["-0.85675277999999992e2","0.77941650000000095e2"],["-0.85660278000000005e2","0.77946639999999945e2"],["-0.85450561999999991e2","0.77991089000000102e2"],[-85.28694200000001,"0.78021652000000074e2"],["-0.85065551999999911e2","0.78056366000000139e2"],["-0.85038894999999911e2","0.78057205000000124e2"],["-0.85009734999999921e2","0.78055251999999996e2"],["-0.84963057999999933e2",78.04414399999996],["-0.84884170999999924e2",78.033051],["-0.84816955999999948e2","0.78026382000000126e2"],["-0.84788054999999986e2","0.78024155000000064e2"],["-0.84761672999999917e2","0.78023605000000032e2"],["-0.84726943999999946e2","0.78025817999999958e2"],["-0.84708892999999989e2","0.78029434000000037e2"],["-0.84695540999999935e2","0.78033599999999922e2"],["-0.84688888999999961e2",78.03915400000011],["-0.84673888999999974e2",78.04414399999996],["-0.84654175000000009e2","0.78048874000000012e2"],["-0.84575561999999991e2","0.78067215000000033e2"],["-0.84547501000000011e2",78.0711060000001],["-0.84524444999999901e2","0.78072220000000073e2"],["-0.84360001000000011e2","0.78070267000000115e2"],["-0.84328612999999905e2","0.78070541000000048e2"],["-0.84307219999999973e2",78.07249500000006],["-0.84288054999999929e2","0.78075546000000088e2"],["-0.84292769999999962e2","0.78078049000000078e2"],["-0.84299438000000009e2","0.78079712000000029e2"],["-0.84323623999999938e2","0.78082764000000111e2"],["-0.84410003999999958e2","0.78086929000000112e2"],["-0.84532775999999899e2","0.78085541000000035e2"],["-0.84557220000000029e2","0.78083603000000096e2"],["-0.84623046999999985e2","0.78071381000000088e2"],["-0.84673614999999984e2","0.78064148000000102e2"],["-0.84736937999999896e2","0.78058319000000097e2"],["-0.84765563999999983e2","0.78056366000000139e2"],["-0.84798888999999974e2","0.78055251999999996e2"],["-0.84855835000000013e2","0.78056930999999963e2"],["-0.84881942999999978e2","0.78059143000000063e2"],["-0.84993880999999988e2","0.78074158000000011e2"],["-0.85077498999999932e2","0.78090820000000008e2"],["-0.85094451999999933e2","0.78097487999999998e2"],["-0.85087783999999886e2","0.78103317000000004e2"],["-0.84994994999999903e2","0.78163040000000024e2"],["-0.84901947000000007e2","0.78170821999999987e2"],["-0.84829452999999944e2","0.78168869000000029e2"],["-0.84793883999999991e2","0.78171096999999975e2"],["-0.84761123999999995e2","0.78174423000000047e2"],["-0.84708617999999944e2","0.78182479999999998e2"],["-0.84688598999999954e2","0.78187195000000031e2"],["-0.84657775999999956e2",78.19720500000011],[-84.63110399999988,"0.78199997000000053e2"],["-0.84549437999999952e2",78.19720500000011],["-0.84430557000000022e2","0.78186371000000065e2"],["-0.84315551999999968e2","0.78173599000000081e2"],["-0.84284164000000033e2","0.78166381999999942e2"],["-0.84222778000000005e2","0.78158875000000023e2"],["-0.84201110999999969e2","0.78156937000000084e2"],["-0.84173889000000031e2",78.15776100000005],["-0.84127776999999924e2","0.78171096999999975e2"],["-0.84126662999999951e2","0.78179977000000008e2"],["-0.84453612999999962e2","0.78214706000000092e2"],["-0.84479720999999927e2","0.78216934000000037e2"],["-0.84506667999999934e2","0.78217758000000003e2"],["-0.84693603999999993e2","0.78217209000000082e2"],["-0.84722504000000015e2","0.78216934000000037e2"],["-0.84777495999999871e2","0.78210266000000047e2"],["-0.84877212999999927e2","0.78193039000000056e2"],["-0.84909728999999857e2","0.78191086000000098e2"],["-0.84937774999999931e2","0.78192474000000004e2"],["-0.84951400999999976e2","0.78195525999999916e2"],["-0.84968613000000005e2","0.78202484000000084e2"],["-0.84973891999999978e2","0.78208602999999982e2"],["-0.84970276000000013e2","0.78214157000000114e2"],["-0.84967223999999931e2",78.21804800000001],["-0.84956116000000009e2","0.78232208000000128e2"],["-0.84942764000000011e2","0.78243866000000139e2"],[-84.83444199999991,"0.78314987000000031e2"],["-0.84815276999999924e2","0.78321654999999964e2"],["-0.84792496000000028e2",78.32499700000011],["-0.84731383999999991e2","0.78325546000000031e2"],["-0.84658614999999998e2","0.78329437000000098e2"],["-0.84629715000000033e2","0.78333327999999995e2"],["-0.84605270000000019e2","0.78337494000000106e2"],["-0.84585281000000009e2","0.78341934000000094e2"],["-0.84575561999999991e2","0.78346375000000023e2"],["-0.84572784000000013e2","0.78350540000000024e2"],["-0.84571944999999971e2","0.78355545000000063e2"],["-0.84575835999999924e2","0.78361374000000069e2"],["-0.84581679999999949e2","0.78366089000000102e2"],["-0.84601944000000003e2","0.78368866000000025e2"],["-0.84630828999999949e2","0.78364990000000148e2"],["-0.84667769999999962e2","0.78348602000000085e2"],["-0.84684722999999963e2","0.78344147000000078e2"],["-0.84707229999999981e2","0.78341094999999939e2"],["-0.84735001000000011e2","0.78340270999999973e2"],["-0.84772231999999974e2","0.78342209000000139e2"],["-0.84815552000000025e2","0.78349152000000117e2"],["-0.84866942999999992e2",78.36914100000007],["-0.84865829000000019e2","0.78372207999999944e2"],["-0.84785278000000005e2","0.78501663000000065e2"],["-0.84782501000000025e2","0.78505829000000119e2"],["-0.84774718999999948e2","0.78509154999999964e2"],["-0.84759170999999867e2","0.78514160000000061e2"],["-0.84738602000000014e2","0.78518875000000094e2"],["-0.84724166999999966e2","0.78524429000000055e2"],["-0.84704452999999944e2","0.78534988000000112e2"],["-0.84625823999999966e2","0.78584152000000074e2"],["-0.84619445999999925e2","0.78588318000000015e2"],[-84.61999499999996,"0.78590546000000131e2"],["-0.84638610999999969e2","0.78594147000000021e2"],["-0.84661117999999988e2",78.59248400000007],["-0.84675277999999992e2","0.78588318000000015e2"],["-0.84838332999999977e2","0.78516662999999994e2"],["-0.84846389999999928e2","0.78511658000000125e2"],["-0.84978333000000021e2","0.78414993000000095e2"],["-0.84974715999999944e2","0.78358871000000136e2"],["-0.84970550999999944e2","0.78353317000000118e2"],["-0.84964721999999938e2","0.78348602000000085e2"],["-0.84961945000000014e2","0.78343597000000045e2"],[-84.96665999999999,"0.78338882000000012e2"],["-0.85043335000000013e2",78.299149],["-0.85188048999999978e2","0.78228317000000061e2"],["-0.85418335000000013e2","0.78118866000000082e2"],["-0.85433318999999983e2","0.78113876000000005e2"],["-0.85450835999999924e2","0.78109984999999938e2"],["-0.85486114999999927e2","0.78102478000000019e2"],["-0.85508057000000008e2","0.78099152000000004e2"],["-0.85523055999999883e2","0.78099426000000108e2"],["-0.85528060999999923e2","0.78101929000000098e2"],["-0.85608886999999982e2","0.78100815000000068e2"],["-0.85740829000000019e2","0.78093048000000124e2"],[-85.80471799999998,"0.78088882000000069e2"],["-0.85876662999999951e2",78.08166499999993],["-0.85894164999999987e2","0.78078049000000078e2"],["-0.86010283999999956e2","0.78066086000000041e2"],["-0.86119995000000017e2","0.78056366000000139e2"],["-0.86148345999999947e2","0.78054703000000018e2"],["-0.86178054999999972e2","0.78054977000000122e2"],["-0.86223327999999981e2","0.78057480000000112e2"],["-0.86267226999999991e2","0.78066376000000048e2"],["-0.86282227000000034e2","0.78071655000000021e2"],["-0.86288329999999974e2","0.78076385000000073e2"],["-0.86291381999999999e2","0.78081375000000094e2"],["-0.86290558000000033e2","0.78085815000000139e2"],[-86.25140399999998,"0.78156647000000078e2"],["-0.86234160999999972e2","0.78160537999999974e2"],["-0.86135558999999944e2","0.78165543000000014e2"],["-0.86113051999999868e2",78.17053199999998],["-0.86098052999999993e2",78.17553700000002],["-0.85949996999999996e2","0.78228317000000061e2"],[-85.93110699999994,"0.78236649000000057e2"],["-0.85839995999999985e2","0.78325821000000076e2"],["-0.85835281000000009e2","0.78332214000000022e2"],["-0.85827224999999942e2","0.78344147000000078e2"],["-0.85825561999999934e2","0.78348602000000085e2"],["-0.85833068999999966e2","0.78379974000000004e2"],["-0.85853333000000021e2","0.78379150000000038e2"],["-0.85878051999999968e2","0.78376922999999977e2"],["-0.86052779999999984e2","0.78297484999999995e2"],["-0.86060271999999998e2","0.78292480000000126e2"],["-0.86060546999999929e2","0.78280548000000124e2"],[-86.06527699999998,"0.78263610999999969e2"],["-0.86073623999999938e2",78.24859600000002],["-0.86259170999999924e2","0.78196365000000071e2"],["-0.86285277999999948e2","0.78193314000000044e2"],["-0.86311110999999983e2","0.78193314000000044e2"],["-0.86453613000000018e2","0.78211928999999998e2"],["-0.86476668999999958e2","0.78215820000000065e2"],["-0.86497771999999941e2","0.78215546000000131e2"],["-0.86515014999999948e2","0.78211655000000064e2"],["-0.86537215999999944e2",78.19470199999995],["-0.86548888999999974e2","0.78183044000000109e2"],["-0.86569457999999941e2","0.78172210999999947e2"],["-0.86719726999999978e2","0.78121917999999994e2"],["-0.86736938000000009e2","0.78118042000000116e2"],["-0.86763061999999991e2","0.78114990000000034e2"],["-0.87079726999999934e2","0.78102768000000026e2"],[-87.10943599999996,"0.78103043000000071e2"],["-0.87196654999999964e2","0.78106094000000098e2"],["-0.87439712999999983e2","0.78121643000000006e2"],["-0.87505843999999911e2",78.12831099999994],["-0.87529174999999952e2","0.78132202000000007e2"],["-0.87538605000000018e2","0.78138046000000031e2"],["-0.87535003999999958e2","0.78143051000000071e2"],["-0.87526671999999962e2","0.78149155000000121e2"],["-0.87483886999999925e2","0.78164429000000041e2"],["-0.87430556999999965e2","0.78178314000000114e2"],["-0.87407501000000025e2","0.78183044000000109e2"],["-0.87352218999999991e2","0.78191086000000098e2"],["-0.87314163000000008e2","0.78193863000000022e2"],["-0.87289992999999981e2",78.19470199999995],["-0.87166945999999939e2","0.78195525999999916e2"],["-0.87104996000000028e2","0.78199141999999995e2"],[-87.08944699999995,"0.78201934999999992e2"],["-0.87087219000000005e2","0.78206099999999992e2"],["-0.87105835000000013e2","0.78209427000000119e2"],["-0.87262222000000008e2",78.22665400000011],["-0.87293609999999944e2","0.78226089000000115e2"],["-0.87363892000000021e2","0.78221099999999922e2"],["-0.87371657999999968e2","0.78219437000000028e2"],["-0.87396118000000001e2","0.78217209000000082e2"],["-0.87423049999999932e2","0.78216095000000053e2"],["-0.87475554999999872e2","0.78216385000000116e2"],["-0.87497771999999941e2","0.78219711000000132e2"],["-0.87513335999999924e2","0.78224990999999989e2"],["-0.87518616000000009e2","0.78230545000000006e2"],["-0.87516953000000001e2",78.24136400000009],["-0.87516113000000018e2","0.78245819000000097e2"],["-0.87494445999999982e2","0.78298598999999967e2"],["-0.87502501999999879e2",78.30525200000011],["-0.87513061999999991e2","0.78316375999999991e2"],["-0.87516402999999968e2","0.78322768999999937e2"],[-87.52555799999999,"0.78410263000000043e2"],["-0.87524718999999948e2","0.78416382000000112e2"],["-0.87517226999999991e2","0.78426376000000118e2"],["-0.87503066999999987e2","0.78436646000000053e2"],["-0.87476943999999946e2",78.44802900000002],["-0.87311385999999914e2","0.78509154999999964e2"],["-0.87292220999999927e2","0.78513885000000016e2"],[-87.15834000000001,"0.78546371000000136e2"],["-0.87140563999999983e2","0.78550262000000032e2"],["-0.87013061999999991e2","0.78554153000000099e2"],["-0.86891112999999962e2",78.54553199999998],["-0.86866394000000014e2","0.78546371000000136e2"],["-0.86858336999999949e2","0.78547760000000096e2"],["-0.86855834999999956e2","0.78551650999999993e2"],["-0.86858886999999982e2","0.78566375999999934e2"],["-0.86864440999999999e2","0.78568878000000041e2"],["-0.86877776999999924e2","0.78573044000000095e2"],["-0.86898620999999991e2","0.78575821000000019e2"],["-0.86957779000000016e2","0.78574997000000053e2"],["-0.87031676999999945e2","0.78569153000000028e2"],["-0.87066101000000003e2","0.78567490000000134e2"],["-0.87095275999999956e2","0.78568604000000107e2"],["-0.87113051999999925e2","0.78573044000000095e2"],["-0.87121658000000025e2","0.78576934999999992e2"],[-87.12388599999997,"0.78581099999999992e2"],["-0.87122498000000007e2","0.78587204000000042e2"],["-0.86944716999999969e2","0.78704711999999972e2"],["-0.86934432999999956e2","0.78709991000000116e2"],["-0.86922501000000011e2","0.78714705999999978e2"],["-0.86856948999999929e2","0.78734985000000108e2"],["-0.86638901000000033e2",78.79942299999999],["-0.86615829000000019e2","0.78803040000000124e2"],["-0.86377212999999983e2","0.78809982000000048e2"],["-0.86138061999999991e2","0.78816666000000112e2"],["-0.86067504999999983e2","0.78819716999999912e2"],["-0.86037215999999944e2","0.78821380999999974e2"],["-0.85646666999999866e2","0.78848602000000142e2"],["-0.85607497999999964e2",78.85165400000011],["-0.85577498999999932e2","0.78855819999999994e2"],["-0.85350280999999995e2",78.88749700000011],["-0.85329726999999934e2","0.78892211999999972e2"],["-0.85297500999999954e2","0.78902205999999978e2"],["-0.85257507000000032e2","0.78910537999999974e2"],[-85.09973100000002,"0.78917755000000056e2"],["-0.85064163000000008e2","0.78919144000000074e2"],["-0.85036117999999988e2",78.91693099999992],["-0.85008895999999993e2","0.78913315000000068e2"],[-84.84584000000001,"0.78888885000000016e2"],["-0.84788329999999917e2","0.78878035999999952e2"],["-0.84766402999999968e2","0.78873032000000023e2"],["-0.84740554999999915e2","0.78869980000000112e2"],["-0.84712783999999942e2",78.86775200000011],["-0.84563323999999966e2","0.78859984999999995e2"],["-0.84412216000000001e2",78.85554499999995],["-0.84212783999999886e2","0.78856934000000138e2"],["-0.84145003999999972e2",78.85554499999995],["-0.83850829999999974e2","0.78845261000000107e2"],["-0.83746947999999918e2","0.78836928999999941e2"],["-0.83694442999999978e2","0.78829712000000029e2"],["-0.83674437999999952e2","0.78825546000000145e2"],["-0.83660004000000015e2","0.78819992000000127e2"],[-83.64056399999987,"0.78813873000000115e2"],["-0.83601944000000003e2","0.78802200000000084e2"],["-0.83579726999999934e2","0.78796371000000079e2"],["-0.83538329999999917e2","0.78787201000000039e2"],["-0.83513061999999991e2","0.78783874999999966e2"],["-0.83485824999999977e2","0.78781372000000033e2"],["-0.83428604000000007e2","0.78779159999999933e2"],["-0.83394164999999987e2","0.78778870000000097e2"],[-83.34584000000001,"0.78773605000000032e2"],["-0.83327498999999932e2","0.78769713999999965e2"],["-0.83308334000000002e2",78.76388500000013],["-0.83293610000000001e2","0.78756104000000107e2"],["-0.83284926999999925e2","0.78750000000000057e2"],["-0.83236938000000009e2",78.74054000000001],["-0.83101394999999968e2","0.78714432000000045e2"],["-0.82994720000000029e2","0.78699707000000103e2"],["-0.82941939999999988e2","0.78695526000000029e2"],["-0.82910827999999981e2","0.78694702000000063e2"],["-0.82845000999999968e2","0.78697478999999987e2"],["-0.82822509999999966e2","0.78695250999999985e2"],["-0.82689712999999983e2","0.78664154000000053e2"],[-82.69638099999986,"0.78657761000000107e2"],["-0.82704453000000001e2","0.78651932000000102e2"],["-0.82695540999999992e2","0.78645264000000111e2"],["-0.82610549999999932e2","0.78611374000000012e2"],["-0.82506957999999997e2","0.78591095000000109e2"],["-0.82417220999999927e2","0.78574158000000068e2"],[-82.37388599999997,"0.78568604000000107e2"],["-0.82357497999999907e2","0.78567490000000134e2"],["-0.82337783999999999e2","0.78566665999999941e2"],["-0.82308334000000002e2","0.78568878000000041e2"],["-0.82262222000000008e2","0.78578048999999965e2"],["-0.82236938000000009e2","0.78588318000000015e2"],["-0.82235549999999932e2","0.78595825000000104e2"],["-0.82244719999999973e2","0.78598877000000073e2"],["-0.82310271999999941e2","0.78616653000000042e2"],["-0.82416655999999989e2",78.64276099999995],["-0.82496384000000035e2","0.78661926000000108e2"],["-0.82516953000000001e2","0.78666930999999977e2"],["-0.82535278000000005e2","0.78672759999999982e2"],["-0.82559433000000013e2","0.78682205000000067e2"],["-0.82565552000000025e2","0.78685256999999979e2"],["-0.82584732000000031e2","0.78695526000000029e2"],[-82.59445199999999,"0.78703049000000021e2"],["-0.82581954999999994e2","0.78708327999999995e2"],["-0.82569167999999991e2","0.78711380000000133e2"],[-82.45666499999993,"0.78730820000000108e2"],["-0.82435546999999929e2","0.78731659000000093e2"],["-0.82407775999999956e2","0.78730820000000108e2"],["-0.82350554999999986e2","0.78726089000000002e2"],["-0.82279723999999987e2",78.71775800000006],["-0.82255279999999914e2",78.71665999999999],["-0.82230835000000013e2",78.71775800000006],["-0.82223327999999981e2","0.78719711000000018e2"],["-0.82215011999999888e2","0.78723037999999974e2"],["-0.82220550999999887e2","0.78732208000000014e2"],["-0.82231948999999986e2","0.78736374000000126e2"],["-0.82254729999999995e2","0.78740814000000114e2"],["-0.82279175000000009e2",78.74414100000007],["-0.82310821999999973e2","0.78746933000000126e2"],["-0.82396392999999932e2",78.74914600000011],[-82.45666499999993,78.74914600000011],["-0.82480835000000013e2","0.78748322000000144e2"],["-0.82506119000000012e2","0.78745818999999983e2"],["-0.82525557999999933e2","0.78742203000000131e2"],["-0.82542770000000019e2","0.78737198000000092e2"],["-0.82564437999999996e2","0.78732758000000047e2"],["-0.82619155999999975e2","0.78728043000000014e2"],["-0.82663619999999923e2","0.78728043000000014e2"],["-0.82752501999999936e2","0.78729705999999965e2"],["-0.82781386999999995e2","0.78731094000000041e2"],["-0.82809722999999963e2","0.78734146000000123e2"],["-0.82826950000000011e2","0.78737488000000099e2"],[-82.84333799999996,"0.78742203000000131e2"],["-0.82911666999999909e2",78.76638800000012],["-0.83069732999999928e2","0.78792206000000078e2"],["-0.83108611999999994e2","0.78796646000000067e2"],[-83.21055599999994,"0.78798874000000069e2"],["-0.83228607000000011e2","0.78804153000000042e2"],["-0.83255844000000025e2","0.78829987000000074e2"],["-0.83254729999999995e2","0.78834991000000002e2"],["-0.83244445999999925e2","0.78839432000000102e2"],["-0.83218337999999903e2","0.78843597000000102e2"],[-83.1875,"0.78847214000000065e2"],["-0.83085830999999985e2",78.85554499999995],["-0.83056945999999925e2","0.78856094000000098e2"],["-0.82991669000000002e2",78.85554499999995],["-0.82811110999999983e2","0.78848038000000031e2"],[-82.67582699999997,"0.78842209000000025e2"],[-82.65055799999999,"0.78838882000000069e2"],["-0.82621384000000035e2","0.78837493999999992e2"],["-0.82462783999999942e2","0.78833328000000108e2"],["-0.82429442999999992e2","0.78833328000000108e2"],["-0.82289718999999991e2","0.78837203999999986e2"],["-0.82254455999999948e2","0.78840546000000074e2"],["-0.82112777999999992e2","0.78857483000000116e2"],["-0.82079452999999944e2","0.78859711000000061e2"],["-0.81947495000000004e2",78.865814],["-0.81913894999999911e2",78.865814],["-0.81764174999999966e2","0.78859984999999995e2"],["-0.81749434999999949e2","0.78858032000000037e2"],["-0.81740554999999915e2","0.78855254999999943e2"],["-0.81767226999999991e2","0.78853317000000004e2"],["-0.81824447999999961e2","0.78853867000000037e2"],["-0.81838607999999965e2","0.78851379000000065e2"],["-0.81833618000000001e2","0.78846649000000014e2"],["-0.81820281999999963e2","0.78845261000000107e2"],["-0.81741378999999881e2","0.78839157000000114e2"],["-0.81712509000000011e2","0.78839706000000035e2"],["-0.81699157999999954e2","0.78842757999999947e2"],["-0.81660827999999924e2","0.78877762000000018e2"],["-0.81656661999999869e2","0.78883881000000088e2"],[-81.65695199999999,"0.78888321000000076e2"],["-0.81666397000000018e2","0.78895537999999988e2"],[-81.68249499999996,"0.78900268999999923e2"],["-0.81734725999999966e2",78.90637200000009],["-0.81753066999999987e2","0.78912201000000096e2"],["-0.81755843999999968e2",78.91804500000012],["-0.81698607999999922e2","0.78973877000000073e2"],["-0.81690825999999959e2","0.78980270000000019e2"],["-0.81683060000000012e2","0.78984421000000111e2"],["-0.81553604000000007e2","0.79024155000000007e2"],["-0.81486114999999927e2","0.79041655999999989e2"],["-0.81477218999999991e2","0.79047211000000061e2"],["-0.81486663999999962e2","0.79052475000000072e2"],[-81.50306699999993,"0.79059143000000006e2"],["-0.81521118000000001e2","0.79061096000000134e2"],["-0.81548614999999984e2","0.79061355999999989e2"],["-0.81617767000000015e2","0.79051086000000055e2"],["-0.81865829000000019e2","0.79013610999999969e2"],["-0.81910277999999948e2","0.79004990000000078e2"],["-0.81928329000000019e2",79],["-0.81961120999999935e2",78.98692299999999],[-81.97222899999997,"0.78982483000000002e2"],["-0.81974166999999966e2","0.78979431000000034e2"],["-0.81999725000000012e2","0.78960266000000104e2"],["-0.82092772999999909e2","0.78918320000000108e2"],["-0.82110274999999945e2","0.78913605000000075e2"],[-82.34722899999997,"0.78894440000000088e2"],[-82.50306699999993,"0.78882750999999985e2"],["-0.82559433000000013e2","0.78884720000000016e2"],["-0.82681380999999988e2","0.78903319999999951e2"],["-0.82813888999999961e2","0.78923035000000141e2"],["-0.82839447000000007e2","0.78926376000000005e2"],["-0.82924438000000009e2","0.78934982000000105e2"],["-0.83063048999999978e2","0.78939697000000137e2"],["-0.83126663000000008e2","0.78941085999999927e2"],["-0.83264175000000023e2","0.78939147999999989e2"],["-0.83514174999999966e2","0.78930542000000059e2"],["-0.83570557000000008e2","0.78929977000000065e2"],["-0.83637512000000015e2","0.78930817000000104e2"],["-0.83694716999999912e2","0.78934708000000001e2"],["-0.83787215999999887e2","0.78942474000000061e2"],["-0.83812774999999988e2","0.78945815999999979e2"],["-0.84034163999999976e2","0.78956650000000025e2"],["-0.84165558000000033e2","0.78956940000000031e2"],["-0.84200561999999991e2","0.78957213999999965e2"],["-0.84259170999999981e2","0.78959427000000119e2"],["-0.84328888000000006e2","0.78965271000000143e2"],["-0.84367492999999968e2","0.78972488000000055e2"],["-0.84386123999999882e2","0.78977767999999969e2"],["-0.84429992999999968e2","0.78987761999999975e2"],["-0.84473052999999936e2",78.99552900000009],["-0.84573333999999875e2","0.79009995000000117e2"],["-0.84651397999999972e2","0.79019439999999975e2"],["-0.84679442999999992e2","0.79021652000000074e2"],["-0.84726943999999946e2","0.79027771000000087e2"],["-0.84748046999999985e2","0.79031936999999971e2"],["-0.84766953000000001e2","0.79037200999999982e2"],["-0.84779174999999952e2",79.04664600000001],["-0.84789718999999991e2","0.79064148000000046e2"],["-0.84789168999999958e2","0.79069442999999978e2"],["-0.84783889999999985e2","0.79074432000000115e2"],["-0.84651672000000019e2","0.79114699999999971e2"],["-0.84544158999999979e2","0.79141372999999987e2"],["-0.84528609999999901e2","0.79143326000000059e2"],["-0.84503615999999909e2","0.79144440000000088e2"],["-0.84473052999999936e2","0.79143051000000071e2"],["-0.84163894999999911e2",79.12414600000011],["-0.84135559000000001e2","0.79121917999999994e2"],["-0.84075561999999934e2",79.10443099999992],[-84.0625,"0.79090546000000018e2"],["-0.84040558000000033e2","0.79075447000000054e2"],["-0.83990279999999984e2","0.79051651000000106e2"],["-0.83950561999999934e2","0.79043594000000098e2"],["-0.83896392999999989e2","0.79038040000000137e2"],["-0.83744720000000029e2","0.79028046000000074e2"],["-0.83600554999999929e2","0.79025269000000037e2"],["-0.83504456000000005e2","0.79023604999999975e2"],["-0.83474716000000001e2","0.79024155000000007e2"],["-0.83454726999999991e2","0.79025542999999971e2"],["-0.83386123999999995e2","0.79039429000000098e2"],[-83.36860699999994,"0.79044434000000138e2"],["-0.83358611999999937e2","0.79050812000000121e2"],["-0.83373610999999926e2","0.79056366000000139e2"],["-0.83399445000000014e2","0.79059708000000057e2"],["-0.83415557999999976e2","0.79059981999999991e2"],["-0.83430831999999953e2",79.05831900000004],["-0.83461670000000026e2","0.79052200000000028e2"],["-0.83493880999999931e2","0.79043319999999994e2"],["-0.83521118000000001e2","0.79041367000000037e2"],["-0.83546111999999937e2","0.79042480000000126e2"],[-83.70666499999993,"0.79077774000000034e2"],["-0.83976394999999968e2","0.79141098000000113e2"],["-0.84003615999999909e2","0.79148605000000089e2"],["-0.84029998999999975e2",79.151657],["-0.84029175000000009e2","0.79156937000000028e2"],["-0.84018889999999999e2","0.79161377000000073e2"],["-0.84005004999999926e2","0.79166092000000106e2"],["-0.83952498999999989e2","0.79180267000000015e2"],["-0.83939986999999917e2",79.18553200000008],["-0.83933318999999926e2","0.79191925000000026e2"],["-0.83941101000000003e2","0.79216385000000059e2"],["-0.83956664999999987e2","0.79221924000000058e2"],["-0.83979720999999927e2",79.22164900000007],["-0.84016952999999944e2","0.79213042999999971e2"],["-0.84043059999999912e2","0.79203048999999965e2"],["-0.84051940999999943e2","0.79198029000000076e2"],["-0.84067504999999983e2","0.79192474000000004e2"],["-0.84086120999999991e2","0.79188033999999959e2"],["-0.84121933000000013e2","0.79184708000000114e2"],["-0.84158507999999983e2","0.79183304000000135e2"],["-0.84193329000000006e2","0.79183044000000109e2"],["-0.84303329000000019e2","0.79186646000000053e2"],["-0.84326949999999954e2","0.79188583000000108e2"],["-0.84323897999999872e2",79.19470200000012],["-0.84316665999999941e2","0.79200546000000145e2"],[-84.31361400000003,"0.79206649999999968e2"],["-0.84335555999999997e2","0.79252213000000097e2"],[-84.34445199999999,"0.79258041000000048e2"],["-0.84362777999999992e2","0.79264999000000046e2"],["-0.84401108000000022e2",79.27526899999998],["-0.84428878999999995e2","0.79290268000000026e2"],["-0.84452788999999996e2","0.79328872999999987e2"],["-0.84452224999999942e2",79.34165999999999],["-0.84446654999999964e2","0.79353866999999923e2"],["-0.84446105999999929e2","0.79358871000000079e2"],["-0.84484725999999966e2","0.79406372000000147e2"],["-0.84503341999999975e2","0.79413040000000137e2"],["-0.84581116000000009e2","0.79433868000000018e2"],["-0.84606110000000001e2",79.43803400000013],["-0.84660278000000005e2","0.79444138000000123e2"],["-0.84709166999999979e2","0.79451660000000061e2"],["-0.84821120999999948e2","0.79473037999999974e2"],["-0.84882492000000013e2","0.79486098999999911e2"],["-0.84896956999999929e2","0.79492477000000065e2"],[-84.96945199999999,"0.79537491000000045e2"],["-0.84972503999999901e2","0.79542206000000078e2"],["-0.85022232000000031e2","0.79611099000000024e2"],["-0.85028885000000002e2","0.79615814000000057e2"],["-0.85050277999999992e2","0.79621643000000063e2"],["-0.85068892999999946e2","0.79626083000000051e2"],[-85.25418099999996,"0.79667205999999965e2"],["-0.85372497999999894e2","0.79684417999999994e2"],["-0.85493331999999953e2","0.79700546000000031e2"],["-0.85551391999999964e2","0.79705826000000116e2"],["-0.85615828999999962e2","0.79708327999999995e2"],["-0.85684433000000013e2","0.79709152000000131e2"],["-0.85763061999999991e2","0.79705551000000071e2"],[-85.94888299999991,"0.79708327999999995e2"],["-0.86203339000000028e2","0.79735809000000074e2"],["-0.86387512000000015e2","0.79747482000000048e2"],["-0.86415833000000021e2","0.79750548999999978e2"],["-0.86445830999999885e2","0.79754166000000112e2"],[-86.47193900000002,"0.79759720000000129e2"],["-0.86486389000000031e2","0.79763611000000026e2"],[-86.49360699999994,"0.79768326000000059e2"],["-0.86502227999999945e2","0.79775269000000037e2"],[-86.47193900000002,"0.79890549000000021e2"],["-0.86460281000000009e2","0.79919708000000014e2"],["-0.86450286999999889e2","0.79931091000000038e2"],[-86.43638599999997,"0.79942474000000004e2"],["-0.86424437999999952e2","0.79948029000000076e2"],["-0.86389724999999999e2","0.79958038000000101e2"],[-86.36721799999998,"0.79962769000000037e2"],["-0.86300277999999935e2","0.79968596999999988e2"],["-0.86263335999999924e2","0.79969147000000021e2"],["-0.86230285999999978e2",79.96804800000001],["-0.86083892999999989e2",79.95748900000001],["-0.85885833999999988e2","0.79941086000000098e2"],["-0.85819732999999928e2","0.79938582999999937e2"],["-0.85785003999999958e2","0.79938034000000016e2"],["-0.85711394999999925e2","0.79937485000000038e2"],[-85.65695199999999,"0.79938034000000016e2"],["-0.85519454999999994e2","0.79924988000000042e2"],["-0.85460006999999905e2","0.79910812000000078e2"],["-0.85416397000000018e2","0.79901382000000012e2"],["-0.85389998999999932e2","0.79897491000000116e2"],["-0.85365829000000019e2","0.79896378000000027e2"],["-0.85308334000000002e2","0.79900543000000027e2"],["-0.85289168999999958e2","0.79904984000000127e2"],["-0.85275008999999955e2","0.79909424000000001e2"],["-0.85262511999999958e2","0.79914992999999981e2"],["-0.85255004999999926e2","0.79920821999999987e2"],["-0.85271118000000001e2","0.79923874000000069e2"],["-0.85440826000000015e2","0.79938309000000004e2"],["-0.85640839000000028e2","0.79962769000000037e2"],["-0.86190552000000025e2",80],["-0.86301940999999943e2","0.79998322000000087e2"],["-0.86341384999999946e2",79.99693300000007],["-0.86413329999999974e2",79.99803200000008],["-0.86442763999999954e2","0.79999709999999993e2"],["-0.86466400000000021e2","0.80003876000000048e2"],["-0.86482773000000009e2",80.0086060000001],["-0.86565551999999968e2","0.80035812000000135e2"],["-0.86579452999999944e2",80.04304500000012],["-0.86642501999999922e2","0.80098037999999974e2"],["-0.86658614999999884e2","0.80117752000000053e2"],[-86.65943900000002,"0.80128036000000066e2"],[-86.65583799999996,"0.80135269000000108e2"],["-0.86514724999999942e2","0.80299149000000114e2"],["-0.86493057000000022e2","0.80304428000000087e2"],[-86.46833799999996,"0.80308594000000028e2"],["-0.86434432999999956e2","0.80312485000000095e2"],["-0.86345001000000025e2","0.80319153000000028e2"],[-86.11610399999995,"0.80333602999999982e2"],["-0.86076110999999912e2","0.80333602999999982e2"],["-0.85897507000000019e2","0.80333054000000004e2"],["-0.85745269999999948e2","0.80320267000000001e2"],["-0.85717498999999975e2","0.80316375999999934e2"],["-0.85671936000000017e2","0.80306931000000077e2"],["-0.85616652999999928e2","0.80298874000000126e2"],["-0.85509170999999981e2","0.80285812000000078e2"],["-0.85479171999999949e2",80.28276100000005],["-0.85354171999999892e2","0.80273041000000148e2"],["-0.85290832999999964e2","0.80268600000000049e2"],["-0.85256957999999997e2","0.80267211999999972e2"],["-0.85095839999999953e2","0.80262207000000103e2"],[-84.9375,"0.80267211999999972e2"],["-0.84898346000000004e2","0.80269440000000088e2"],["-0.84779174999999952e2","0.80272491000000116e2"],["-0.84702498999999932e2","0.80273315000000082e2"],["-0.84589721999999995e2","0.80273605000000089e2"],["-0.84196655000000021e2","0.80271378000000027e2"],["-0.84049437999999896e2","0.80267761000000121e2"],["-0.83989440999999999e2","0.80264435000000049e2"],["-0.83926392000000021e2","0.80259720000000016e2"],["-0.83811110999999983e2","0.80249145999999996e2"],[-83.78195199999999,80.24581900000004],["-0.83716110000000015e2","0.80233871000000022e2"],["-0.83626389000000017e2","0.80213608000000136e2"],["-0.83560821999999973e2","0.80195816000000093e2"],["-0.83546386999999982e2","0.80189423000000147e2"],["-0.83478058000000033e2","0.80164428999999984e2"],["-0.83461394999999925e2",80.15914900000007],[-83.42471299999994,"0.80148331000000098e2"],[-83.40306099999998,"0.80142212000000086e2"],[-83.24499499999996,"0.80103591999999935e2"],["-0.83138901000000033e2","0.80078323000000125e2"],["-0.83029723999999987e2",80.053314],[-82.89805599999994,80.02526899999998],["-0.82803329000000019e2","0.80006377999999984e2"],["-0.82736114999999984e2","0.79992476999999951e2"],["-0.82605835000000013e2","0.79964431999999988e2"],["-0.82283889999999985e2","0.79893051000000071e2"],[-82.15306099999998,"0.79858870999999965e2"],["-0.82101943999999946e2","0.79839706000000035e2"],["-0.82091675000000009e2","0.79834717000000069e2"],["-0.82062499999999943e2","0.79816086000000041e2"],["-0.82046386999999982e2","0.79801651000000106e2"],["-0.81976944000000003e2","0.79735809000000074e2"],["-0.81981673999999998e2","0.79723877000000073e2"],["-0.81978881999999999e2","0.79718323000000112e2"],["-0.81916655999999989e2","0.79703323000000125e2"],["-0.81853057999999976e2","0.79693588000000034e2"],["-0.81799438000000009e2","0.79686645999999939e2"],["-0.81767501999999922e2","0.79684981999999934e2"],["-0.81733886999999925e2","0.79686371000000122e2"],[-81.68472300000002,"0.79675812000000064e2"],[-81.6163939999999,"0.79623305999999957e2"],[-81.61860699999994,79.61831699999999],["-0.81628052000000025e2","0.79614700000000028e2"],["-0.81651671999999905e2","0.79610260000000039e2"],["-0.81678054999999972e2","0.79607208000000128e2"],["-0.81687774999999874e2","0.79608032000000094e2"],["-0.81694716999999969e2","0.79609711000000061e2"],["-0.81709732000000031e2","0.79615540000000124e2"],["-0.81734160999999972e2","0.79619705000000124e2"],["-0.81748610999999983e2","0.79621094000000085e2"],["-0.81767501999999922e2",79.62052900000009],["-0.81777221999999995e2","0.79619140999999956e2"],["-0.81785277999999892e2","0.79614990000000091e2"],["-0.81786117999999931e2","0.79609146000000067e2"],["-0.81782227000000034e2","0.79604979999999955e2"],["-0.81768616000000009e2","0.79600266000000033e2"],["-0.81750290000000007e2","0.79594711000000132e2"],["-0.81728333000000021e2","0.79589706000000092e2"],["-0.81706664999999987e2","0.79586655000000064e2"],["-0.81675277999999992e2","0.79584991000000059e2"],["-0.81639450000000011e2","0.79584991000000059e2"],["-0.81605835000000013e2","0.79588593000000003e2"],["-0.81578613000000018e2",79.59304800000001],[-81.56361400000003,"0.79597763000000043e2"],["-0.81544998000000021e2","0.79609146000000067e2"],["-0.81509444999999914e2","0.79624145999999996e2"],["-0.81495270000000005e2","0.79629425000000026e2"],["-0.81476395000000025e2","0.79634155000000021e2"],["-0.81457229999999981e2","0.79636932000000115e2"],["-0.81424712999999997e2","0.79636658000000011e2"],["-0.81368056999999965e2","0.79634430000000066e2"],["-0.81279998999999918e2","0.79628310999999997e2"],["-0.81253615999999965e2","0.79624694999999974e2"],["-0.81013061999999877e2","0.79598877000000016e2"],[-80.69027699999998,79.56860400000005],["-0.80630554000000018e2","0.79564147999999989e2"],["-0.80598052999999993e2","0.79566086000000098e2"],["-0.80589721999999995e2","0.79568054000000018e2"],[-80.591949,"0.79573608000000036e2"],[-80.60861199999988,"0.79576096000000007e2"],["-0.80625274999999931e2","0.79580826000000059e2"],["-0.80641953000000001e2","0.79588042999999971e2"],["-0.80634170999999981e2","0.79592758000000003e2"],["-0.80618606999999884e2","0.79597214000000122e2"],["-0.80598052999999993e2","0.79601379000000122e2"],["-0.80569167999999877e2",79.605255],[-80.50167799999997,79.61192299999999],["-0.80100280999999995e2","0.79644440000000145e2"],["-0.80056655999999975e2","0.79646942000000024e2"],["-0.80025283999999942e2","0.79647217000000069e2"],["-0.79972778000000005e2","0.79644440000000145e2"],[-79.93638599999997,"0.79644440000000145e2"],["-0.79904723999999987e2","0.79646942000000024e2"],["-0.79892501999999922e2","0.79649155000000007e2"],["-0.79761947999999961e2","0.79695816000000036e2"],["-0.79751403999999923e2","0.79701385000000016e2"],["-0.79768616000000009e2","0.79701935000000049e2"],["-0.80041381999999999e2","0.79697479000000101e2"],["-0.80356658999999979e2","0.79685256999999979e2"],["-0.80389724999999999e2",79.68331900000004],["-0.80432220000000029e2","0.79677765000000022e2"],["-0.80473617999999988e2","0.79669708000000071e2"],["-0.80516113000000018e2","0.79664429000000098e2"],["-0.80618057000000022e2","0.79654160000000047e2"],["-0.80658889999999928e2","0.79652481000000023e2"],["-0.80795273000000009e2","0.79648041000000035e2"],["-0.80827498999999989e2","0.79648331000000042e2"],["-0.80910552999999993e2","0.79651932000000102e2"],["-0.80942215000000033e2","0.79653594999999996e2"],["-0.80955275999999969e2","0.79658600000000035e2"],["-0.80958892999999932e2","0.79664993000000038e2"],["-0.80970839999999953e2","0.79671370999999965e2"],["-0.80978333000000021e2",79.67303499999997],["-0.81076110999999969e2","0.79688873000000001e2"],["-0.81171936000000017e2","0.79703323000000125e2"],["-0.81227782999999988e2","0.79709427000000005e2"],["-0.81291945999999882e2","0.79713608000000079e2"],["-0.81385559000000001e2","0.79713608000000079e2"],["-0.81424437999999952e2","0.79712769000000094e2"],["-0.81519729999999925e2","0.79730820000000108e2"],["-0.81569457999999941e2","0.79819717000000082e2"],["-0.81582779000000016e2","0.79836929000000112e2"],["-0.81587783999999942e2","0.79841660000000047e2"],[-81.59973100000002,"0.79851929000000098e2"],["-0.81608337000000006e2","0.79858597000000032e2"],["-0.81631377999999984e2","0.79872208000000001e2"],["-0.81651947000000007e2","0.79882750999999985e2"],[-81.65972899999997,"0.79888596000000064e2"],["-0.81665008999999941e2","0.79897765999999933e2"],["-0.81663054999999986e2","0.79903046000000018e2"],["-0.81643616000000009e2","0.79909988000000112e2"],["-0.81540557999999919e2","0.79922760000000096e2"],["-0.81515839000000028e2","0.79924988000000042e2"],["-0.81416945999999939e2","0.79927199999999971e2"],["-0.81402221999999995e2","0.79932479999999998e2"],["-0.81400283999999942e2","0.79937758999999971e2"],["-0.81420272999999952e2","0.79943587999999977e2"],["-0.81557495000000017e2","0.79960815000000025e2"],["-0.81589721999999995e2","0.79962494000000049e2"],["-0.81639450000000011e2","0.79962204000000042e2"],["-0.81643341000000021e2","0.79962204000000042e2"],["-0.81710555999999997e2","0.79964706000000092e2"],["-0.81743056999999965e2","0.79966385000000116e2"],["-0.81833068999999966e2","0.79973877000000016e2"],["-0.82005004999999983e2","0.79993042000000003e2"],["-0.82168334999999956e2","0.80013610999999969e2"],["-0.82191101000000003e2","0.80018600000000106e2"],["-0.82285827999999981e2","0.80046097000000088e2"],[-82.34333799999996,"0.80063873000000058e2"],["-0.82359160999999915e2","0.80069153000000085e2"],["-0.82619155999999975e2","0.80150542999999971e2"],["-0.82948043999999982e2","0.80247481999999991e2"],[-83.12110899999999,"0.80292755000000056e2"],["-0.83166655999999932e2","0.80301376000000005e2"],["-0.83186934999999949e2",80.30664100000007],["-0.83201400999999976e2","0.80313309000000061e2"],["-0.83203887999999949e2","0.80318054000000075e2"],["-0.83196654999999964e2","0.80320830999999998e2"],["-0.83166945999999939e2","0.80326934999999992e2"],["-0.83131942999999978e2","0.80330551000000071e2"],["-0.82942764000000011e2","0.80345535000000098e2"],["-0.82854720999999984e2","0.80350815000000011e2"],["-0.82787780999999939e2","0.80352203000000088e2"],["-0.82706664999999987e2","0.80352767999999969e2"],["-0.82579726999999878e2","0.80358322000000101e2"],["-0.82273330999999928e2","0.80377472000000068e2"],["-0.82031386999999938e2","0.80398331000000042e2"],["-0.81987212999999997e2",80.40026899999998],["-0.81899170000000026e2","0.80401657000000114e2"],["-0.81882216999999969e2","0.80401932000000102e2"],["-0.81673888999999974e2","0.80406097000000102e2"],["-0.81334441999999967e2","0.80420532000000037e2"],["-0.81204726999999991e2","0.80427200000000028e2"],["-0.81079726999999991e2","0.80436096000000134e2"],[-80.98611499999987,"0.80443588000000091e2"],["-0.80835007000000019e2","0.80452774000000034e2"],["-0.80660004000000015e2","0.80460815000000082e2"],["-0.80481110000000001e2","0.80462494000000106e2"],["-0.80412216000000001e2","0.80460541000000148e2"],["-0.80367766999999958e2","0.80462204000000099e2"],["-0.80336120999999991e2","0.80465819999999951e2"],["-0.80318893000000003e2","0.80470534999999984e2"],["-0.80306655999999919e2",80.47526600000009],["-0.80294158999999866e2","0.80486649000000114e2"],["-0.80297775000000001e2","0.80488876000000005e2"],["-0.80312209999999936e2","0.80491653000000099e2"],["-0.80343338000000017e2",80.49414100000007],["-0.80354996000000028e2","0.80498031999999967e2"],["-0.80357223999999917e2","0.80501389000000074e2"],["-0.80227492999999924e2","0.80519713999999965e2"],["-0.80195540999999935e2","0.80523605000000032e2"],["-0.80153335999999967e2","0.80526382000000126e2"],["-0.80116394000000014e2","0.80527771000000143e2"],["-0.80058608999999933e2","0.80527206000000092e2"],["-0.79940276999999924e2","0.80528869999999927e2"],["-0.79558043999999995e2","0.80536377000000073e2"],["-0.79490554999999915e2","0.80539703000000088e2"],["-0.79339995999999928e2","0.80549988000000042e2"],["-0.79232773000000009e2","0.80553314000000057e2"],["-0.79190552000000025e2",80.55386400000009],["-0.79011123999999995e2","0.80553314000000057e2"],["-0.78815551999999911e2","0.80555817000000047e2"],["-0.78592772999999966e2","0.80562195000000031e2"],[-78.46556099999998,"0.80563873000000115e2"],["-0.78345276000000013e2","0.80564423000000147e2"],["-0.78098891999999921e2","0.80562485000000038e2"],["-0.78063889000000017e2","0.80564697000000081e2"],["-0.78038054999999929e2","0.80567215000000033e2"],["-0.78015014999999948e2","0.80586655000000007e2"],["-0.78013625999999988e2","0.80591095000000053e2"],["-0.78019164999999987e2","0.80594436999999971e2"],["-0.78030838000000017e2","0.80596100000000092e2"],["-0.78088608000000022e2","0.80596939000000077e2"],["-0.78357773000000009e2",80.60165400000011],["-0.78741378999999938e2",80.60914600000001],["-0.78851944000000003e2","0.80612487999999985e2"],["-0.78925277999999992e2","0.80616652999999985e2"],["-0.78981109999999944e2","0.80616089000000045e2"],["-0.79114440999999999e2","0.80612487999999985e2"],["-0.79255004999999983e2","0.80605819999999994e2"],["-0.79347228999999913e2","0.80601089000000059e2"],["-0.79392226999999934e2","0.80599715999999944e2"],["-0.79565276999999924e2","0.80596100000000092e2"],["-0.79634170999999981e2","0.80595535000000041e2"],[-79.86332699999997,"0.80603043000000071e2"],["-0.79934433000000013e2","0.80606094000000098e2"],["-0.79960555999999883e2","0.80608032000000037e2"],["-0.79960280999999952e2","0.80614700000000028e2"],["-0.79907226999999978e2","0.80623871000000008e2"],["-0.79847777999999948e2","0.80631927000000076e2"],["-0.79559433000000013e2","0.80669983000000059e2"],["-0.79353607000000011e2","0.80696640000000116e2"],["-0.79291945999999996e2","0.80703872999999987e2"],["-0.79172501000000011e2","0.80713043000000027e2"],["-0.78990829000000019e2","0.80729706000000078e2"],["-0.78809432999999956e2","0.80746933000000126e2"],[-78.62388599999997,"0.80769149999999968e2"],["-0.78585280999999952e2","0.80772217000000069e2"],[-78.50556899999998,80.77748100000008],["-0.78236664000000019e2","0.80793319999999994e2"],["-0.77894454999999994e2","0.80813309000000118e2"],["-0.77805832000000009e2","0.80818603999999993e2"],["-0.77733062999999959e2","0.80825546000000088e2"],["-0.77639175000000023e2",80.83027600000014],["-0.77287780999999939e2",80.83526599999999],["-0.76926392000000021e2","0.80841933999999981e2"],["-0.76845001000000025e2","0.80841094999999996e2"],["-0.76729172000000005e2","0.80838043000000084e2"],["-0.76681380999999931e2","0.80838593000000117e2"],["-0.76590835999999967e2","0.80842758000000117e2"],["-0.76556655999999975e2",80.84637500000008],["-0.76511672999999973e2","0.80854430999999977e2"],["-0.76484725999999966e2",80.86554000000001],["-0.76485000999999897e2","0.80871094000000028e2"],["-0.76490829000000019e2","0.80874985000000095e2"],["-0.76526672000000019e2",80.88638300000008],["-0.76621108999999933e2","0.80900818000000015e2"],["-0.76656661999999983e2","0.80898041000000148e2"],["-0.76699432000000002e2","0.80891372999999987e2"],["-0.76738892000000021e2","0.80888321000000019e2"],["-0.76797500999999954e2","0.80886108000000092e2"],["-0.76841675000000009e2","0.80885543999999982e2"],["-0.77168883999999935e2","0.80886932000000058e2"],["-0.77201675000000023e2","0.80887772000000098e2"],["-0.77308884000000035e2","0.80893051000000071e2"],["-0.77428329000000019e2","0.80903046000000018e2"],["-0.77454726999999991e2",80.90525800000006],["-0.77581115999999895e2","0.80911377000000073e2"],["-0.77766113000000018e2","0.80906937000000084e2"],["-0.77980285999999921e2",80.90109300000006],["-0.78421111999999994e2","0.80879424999999912e2"],["-0.78836394999999982e2",80.85386699999998],["-0.78869445999999925e2","0.80852202999999975e2"],["-0.78885283999999956e2","0.80853591999999992e2"],["-0.78896118000000001e2","0.80854705999999965e2"],["-0.78908614999999998e2","0.80858871000000136e2"],["-0.78922225999999966e2","0.80866088999999988e2"],[-78.93499799999995,"0.80875534000000016e2"],[-78.93638599999997,"0.80881363000000079e2"],["-0.78930556999999965e2","0.80981933999999967e2"],["-0.78928604000000007e2","0.80990540000000067e2"],["-0.78839721999999995e2",81.016098],["-0.78799987999999985e2","0.81026382000000069e2"],["-0.78757781999999906e2","0.81035537999999974e2"],["-0.78636672999999973e2","0.81058594000000028e2"],["-0.78528884999999946e2","0.81081940000000088e2"],["-0.78501113999999973e2",81.09165999999999],["-0.78457503999999972e2","0.81107758000000047e2"],["-0.78426101999999958e2","0.81120818999999983e2"],["-0.78416396999999961e2","0.81125259000000142e2"],["-0.78397231999999917e2","0.81137497000000053e2"],["-0.78393065999999919e2","0.81142761000000007e2"],["-0.78406386999999938e2","0.81144988999999953e2"],["-0.78461945000000014e2","0.81147491000000059e2"],["-0.78475280999999939e2","0.81149719000000005e2"],["-0.78475829999999974e2",81.15248100000008],["-0.78472777999999948e2","0.81158325000000104e2"],["-0.78463622999999927e2","0.81160812000000021e2"],["-0.78438598999999954e2","0.81164703000000088e2"],["-0.78411391999999921e2","0.81167479999999955e2"],["-0.78290833000000021e2","0.81174698000000149e2"],["-0.78254729999999995e2","0.81177765000000079e2"],["-0.78225005999999894e2","0.81181930999999963e2"],[-78.15943900000002,"0.81193862999999965e2"],["-0.78051102000000014e2","0.81218597000000102e2"],[-78.03694200000001,"0.81223312000000135e2"],["-0.78016662999999994e2","0.81232758000000103e2"],["-0.78009170999999981e2","0.81238585999999998e2"],["-0.77976943999999889e2","0.81249145999999939e2"],["-0.77875274999999874e2","0.81272766000000104e2"],["-0.77850829999999917e2","0.81277205999999978e2"],["-0.77612503000000004e2","0.81318877999999984e2"],["-0.77576949999999897e2","0.81322494999999947e2"],[-77.50306699999993,"0.81328323000000069e2"],["-0.77366394000000014e2","0.81336105000000032e2"],["-0.77233611999999994e2","0.81351089000000115e2"],["-0.77116942999999935e2","0.81367751999999996e2"],["-0.76955275999999969e2","0.81393874999999923e2"],["-0.76765014999999948e2","0.81428588999999988e2"],["-0.76748610999999983e2",81.4327550000001],["-0.76745269999999948e2","0.81439148000000046e2"],["-0.76761123999999995e2","0.81442749000000106e2"],["-0.76777785999999878e2","0.81444427000000019e2"],["-0.76803328999999962e2","0.81445526000000029e2"],["-0.76855835000000013e2","0.81445526000000029e2"],["-0.76951110999999969e2","0.81440536000000122e2"],["-0.77028609999999958e2",81.43331900000004],["-0.77208617999999944e2","0.81409424000000058e2"],["-0.77264450000000011e2","0.81400818000000129e2"],[-77.41722099999987,"0.81380538999999999e2"],["-0.77571395999999993e2","0.81366652999999985e2"],["-0.77609726000000023e2","0.81364425999999924e2"],["-0.77829177999999899e2",81.34248400000007],["-0.77896117999999944e2","0.81335541000000092e2"],["-0.78174163999999962e2",81.30053700000002],["-0.78228333000000021e2","0.81291656000000046e2"],["-0.78273620999999935e2","0.81283599999999979e2"],[-78.29222099999987,"0.81278320000000122e2"],["-0.78305557000000022e2","0.81272766000000104e2"],["-0.78325835999999924e2","0.81261383000000137e2"],["-0.78351944000000003e2","0.81250275000000101e2"],["-0.78370270000000005e2",81.2452550000001],["-0.78410004000000015e2","0.81236374000000126e2"],["-0.78433883999999921e2","0.81231934000000138e2"],["-0.78487212999999997e2","0.81223038000000031e2"],["-0.78604996000000028e2","0.81206375000000094e2"],["-0.78652495999999928e2","0.81197205000000054e2"],["-0.78675277999999935e2","0.81191925000000026e2"],["-0.78701950000000011e2","0.81181655999999975e2"],["-0.78721114999999998e2","0.81172211000000061e2"],["-0.78728333000000021e2","0.81166382000000056e2"],[-78.75111400000003,"0.81141663000000108e2"],["-0.78754181000000017e2","0.81135818000000029e2"],["-0.78745833999999945e2","0.81129150000000038e2"],[-78.71665999999999,"0.81123306000000014e2"],["-0.78690552000000025e2",81.12164300000012],["-0.78690825999999959e2",81.11943100000002],["-0.78817504999999926e2","0.81106093999999985e2"],["-0.78895019999999931e2","0.81098999000000049e2"],["-0.78916945999999996e2","0.81098037999999917e2"],["-0.78941375999999934e2","0.81101088999999945e2"],["-0.78963622999999984e2","0.81107758000000047e2"],["-0.79015014999999948e2","0.81115539999999953e2"],["-0.79075287000000003e2","0.81122757000000092e2"],["-0.79162780999999939e2",81.13220199999995],["-0.79218062999999972e2","0.81136932000000002e2"],["-0.79242767000000015e2","0.81139984000000084e2"],["-0.79399170000000026e2","0.81174698000000149e2"],["-0.79463622999999984e2","0.81193313999999987e2"],["-0.79486114999999984e2","0.81194977000000108e2"],[-79.50167799999997,"0.81193588000000091e2"],["-0.79499434999999949e2","0.81189972000000068e2"],["-0.79491669000000002e2","0.81186095999999964e2"],["-0.79475829999999974e2","0.81180542000000003e2"],["-0.79275283999999999e2",81.12359600000002],["-0.79218886999999938e2","0.81111099000000081e2"],["-0.79172501000000011e2",81.10386699999998],["-0.79088837000000012e2","0.81094757000000072e2"],["-0.79073623999999995e2","0.81090820000000122e2"],["-0.79063613999999916e2","0.81085541000000148e2"],["-0.79072783999999956e2","0.81080826000000116e2"],["-0.79087783999999999e2","0.81076660000000004e2"],["-0.79142226999999991e2","0.81069153000000085e2"],["-0.79226944000000003e2","0.81063034000000073e2"],["-0.79255279999999914e2","0.81058868000000132e2"],["-0.79305266999999958e2","0.81029984000000013e2"],["-0.79315826000000015e2","0.81023880000000133e2"],["-0.79323623999999938e2","0.81018326000000002e2"],[-79.33666999999997,81.0086060000001],["-0.79343886999999995e2",80.99832200000003],["-0.79336945000000014e2","0.80992203000000018e2"],["-0.79321120999999891e2","0.80988586000000055e2"],["-0.79291381999999885e2","0.80984984999999995e2"],["-0.79258347000000015e2","0.80984421000000054e2"],["-0.79205275999999969e2","0.80987762000000089e2"],[-79.18472300000002,"0.80986374000000012e2"],["-0.79164718999999991e2","0.80983047000000056e2"],["-0.79158889999999985e2","0.80977768000000083e2"],[-79.15834000000001,"0.80972763000000043e2"],["-0.79165282999999931e2","0.80966660000000104e2"],["-0.79265288999999996e2","0.80924149000000057e2"],["-0.79600829999999917e2","0.80824432000000115e2"],["-0.79618056999999965e2","0.80819442999999978e2"],["-0.79883621000000005e2","0.80783325000000104e2"],["-0.80065552000000025e2","0.80759720000000129e2"],["-0.80247498000000007e2",80.73692299999999],["-0.80511123999999938e2","0.80705826000000059e2"],["-0.80651947000000007e2","0.80691925000000083e2"],[-80.720551,"0.80684142999999949e2"],["-0.80855559999999969e2","0.80663315000000068e2"],["-0.80919448999999929e2","0.80655548000000124e2"],["-0.80956664999999987e2","0.80651932000000045e2"],["-0.81336394999999925e2","0.80623306000000127e2"],["-0.81533324999999991e2","0.80607208000000071e2"],["-0.81575561999999991e2","0.80604155999999989e2"],["-0.81808884000000035e2",80.59304800000001],["-0.81966110000000015e2","0.80579712000000029e2"],["-0.82353881999999942e2","0.80556365999999969e2"],["-0.82434998000000007e2","0.80553040000000124e2"],["-0.82798889000000031e2","0.80539428999999984e2"],["-0.82881103999999937e2","0.80536652000000061e2"],["-0.82956389999999999e2","0.80536377000000073e2"],["-0.83027495999999928e2","0.80538589000000115e2"],["-0.83096664000000033e2","0.80541656000000046e2"],["-0.83151946999999893e2","0.80546371000000079e2"],["-0.83165008999999998e2",80.55192599999998],["-0.83170272999999895e2","0.80564147999999932e2"],["-0.83168059999999912e2","0.80576660000000118e2"],["-0.83165282999999931e2","0.80589432000000102e2"],["-0.83161391999999864e2","0.80601089000000059e2"],["-0.83156112999999948e2","0.80606644000000131e2"],["-0.83146666999999979e2","0.80612198000000149e2"],["-0.83096953999999982e2","0.80639435000000049e2"],["-0.83078063999999927e2","0.80644989000000066e2"],["-0.83056380999999988e2","0.80649154999999951e2"],["-0.82773055999999997e2",80.68664600000011],["-0.82527495999999985e2","0.80703323000000125e2"],["-0.82431945999999982e2","0.80708878000000027e2"],["-0.82250838999999928e2","0.80716385000000116e2"],["-0.82216399999999965e2","0.80719147000000021e2"],["-0.82135833999999875e2","0.80729431000000091e2"],["-0.82025009000000011e2","0.80746643000000063e2"],["-0.81948333999999932e2","0.80759155000000078e2"],["-0.81908614999999941e2","0.80767761000000007e2"],["-0.81762786999999889e2","0.80810806000000127e2"],["-0.81758895999999993e2","0.80813034000000073e2"],["-0.81767501999999922e2","0.80821381000000088e2"],["-0.81943603999999993e2","0.80833054000000118e2"],["-0.81961120999999935e2","0.80833054000000118e2"],["-0.81996108999999933e2",80.83027600000014],[-82.05221599999993,"0.80822768999999994e2"],["-0.82099730999999906e2","0.80813599000000124e2"],["-0.82146118000000001e2","0.80803589000000045e2"],["-0.82193877999999984e2","0.80796646000000067e2"],["-0.82332229999999981e2","0.80781372000000147e2"],["-0.82513061999999934e2","0.80763046000000145e2"],["-0.82526107999999965e2","0.80752777000000094e2"],["-0.82535827999999867e2","0.80747208000000114e2"],["-0.82543334999999956e2",80.74443100000002],["-0.82567229999999995e2","0.80740814000000057e2"],["-0.82601669000000015e2","0.80738036999999963e2"],["-0.82940551999999968e2","0.80714431999999988e2"],["-0.83311934999999949e2","0.80687759000000028e2"],["-0.83356948999999929e2","0.80685531999999967e2"],["-0.83516113000000018e2","0.80701384999999959e2"],["-0.83541107000000011e2","0.80704162999999994e2"],["-0.83547226000000023e2","0.80706940000000088e2"],["-0.83569457999999997e2","0.80739150999999993e2"],[-83.5625,"0.80743866000000025e2"],["-0.83529723999999987e2","0.80747482000000048e2"],["-0.83456664999999987e2","0.80751099000000011e2"],["-0.83422500999999954e2","0.80753876000000105e2"],["-0.83391387999999949e2","0.80758041000000105e2"],["-0.83261947999999961e2","0.80786377000000016e2"],["-0.83133057000000008e2","0.80818878000000097e2"],["-0.83120270000000005e2","0.80823317999999972e2"],["-0.83132492000000013e2",80.828598],[-83.158051,"0.80833603000000039e2"],["-0.83191100999999946e2","0.80835815000000139e2"],["-0.83256957999999997e2","0.80838593000000117e2"],["-0.83297225999999966e2","0.80836104999999975e2"],["-0.83323333999999932e2",80.8316650000001],["-0.83329177999999956e2","0.80828323000000012e2"],["-0.83331954999999937e2","0.80823883000000137e2"],["-0.83353881999999999e2","0.80813599000000124e2"],["-0.83381377999999984e2","0.80803864000000033e2"],["-0.83407226999999978e2","0.80799422999999933e2"],["-0.83493332000000009e2","0.80787766000000033e2"],["-0.83587218999999891e2","0.80775269000000037e2"],["-0.83610549999999932e2","0.80771652000000074e2"],["-0.83630828999999949e2","0.80766937000000041e2"],["-0.83645554000000004e2","0.80761658000000068e2"],[-83.64916999999997,"0.80755554000000018e2"],["-0.83658889999999872e2","0.80751937999999996e2"],["-0.83667769999999905e2",80.75],["-0.83696655000000021e2","0.80746643000000063e2"],["-0.83712783999999999e2","0.80747757000000092e2"],["-0.83827498999999932e2","0.80761383000000023e2"],["-0.83859160999999972e2","0.80759155000000078e2"],["-0.83863892000000021e2","0.80757492000000127e2"],["-0.83836394999999982e2","0.80719710999999961e2"],["-0.83821670999999981e2","0.80705826000000059e2"],["-0.83812499999999943e2","0.80698318000000086e2"],["-0.83801391999999964e2","0.80691925000000083e2"],["-0.83783065999999963e2","0.80684142999999949e2"],["-0.83757232999999928e2","0.80669708000000014e2"],["-0.83734436000000017e2","0.80654160000000047e2"],["-0.83723327999999924e2","0.80643875000000094e2"],["-0.83720000999999911e2","0.80636658000000011e2"],["-0.83719726999999978e2","0.80630813999999987e2"],[-83.73582499999992,"0.80613037000000077e2"],["-0.83779175000000009e2","0.80570831000000112e2"],["-0.83794723999999974e2","0.80560257000000036e2"],["-0.83821120999999948e2","0.80550536999999963e2"],["-0.83840560999999866e2","0.80545532000000094e2"],["-0.83871108999999933e2","0.80541367000000093e2"],[-83.93472300000002,"0.80534424000000115e2"],["-0.83973327999999981e2","0.80531937000000028e2"],["-0.84313323999999909e2","0.80513611000000026e2"],["-0.84381103999999993e2","0.80512207000000046e2"],[-84.48971599999993,"0.80514434999999992e2"],["-0.84551392000000021e2","0.80517761000000064e2"],["-0.84689437999999996e2","0.80524994000000049e2"],["-0.84763625999999988e2","0.80525818000000015e2"],["-0.84846664000000033e2","0.80523315000000025e2"],["-0.84890563999999983e2","0.80521102999999982e2"],["-0.84964447000000007e2","0.80514434999999992e2"],["-0.85027221999999995e2","0.80507217000000026e2"],["-0.85066956000000005e2","0.80505264000000068e2"],["-0.85232772999999952e2","0.80508881000000031e2"],["-0.85334731999999974e2","0.80513611000000026e2"],["-0.85366652999999985e2","0.80517487000000131e2"],[-85.42582699999997,"0.80523041000000092e2"],["-0.85462218999999948e2","0.80524994000000049e2"],["-0.85594727000000034e2","0.80529159999999933e2"],["-0.85809433000000013e2","0.80531937000000028e2"],["-0.85864165999999898e2","0.80535538000000088e2"],["-0.85865829000000019e2","0.80541367000000093e2"],["-0.85812774999999931e2","0.80559143000000063e2"],["-0.85705841000000021e2","0.80589706000000035e2"],["-0.85689162999999951e2","0.80593872000000147e2"],["-0.85665008999999941e2","0.80598601999999971e2"],["-0.85613051999999982e2","0.80606368999999972e2"],["-0.85571945000000028e2","0.80615265000000079e2"],["-0.85564712999999927e2","0.80619431000000134e2"],["-0.85594451999999933e2",80.6202550000001],["-0.85636397999999986e2","0.80619141000000127e2"],["-0.85694716999999969e2","0.80613602000000128e2"],["-0.85744719999999916e2","0.80606368999999972e2"],["-0.85793059999999855e2","0.80596939000000077e2"],["-0.85854720999999984e2","0.80582214000000135e2"],["-0.85889724999999999e2","0.80573044000000039e2"],["-0.85925277999999992e2","0.80562485000000038e2"],["-0.85950606999999991e2","0.80552947999999958e2"],[-85.95666499999993,"0.80548325000000091e2"],["-0.85982773000000009e2","0.80537491000000045e2"],["-0.86011947999999961e2","0.80533324999999934e2"],["-0.86037215999999944e2","0.80530823000000055e2"],["-0.86080840999999964e2","0.80528320000000065e2"],["-0.86148345999999947e2",80.53166200000004],["-0.86177490000000034e2","0.80534149000000127e2"],["-0.86428329000000019e2","0.80560257000000036e2"],["-0.86639998999999932e2","0.80583054000000004e2"],["-0.86718062999999972e2",80.59304800000001],["-0.86739165999999898e2","0.80597487999999998e2"],["-0.86744995000000017e2","0.80603043000000071e2"],["-0.86732498000000021e2","0.80615265000000079e2"],["-0.86680282999999974e2","0.80654984000000013e2"],["-0.86660003999999958e2","0.80666091999999992e2"],["-0.86638061999999991e2","0.80676651000000049e2"],["-0.86514724999999942e2","0.80729431000000091e2"],["-0.86497771999999941e2","0.80735260000000096e2"],["-0.86466110000000015e2",80.74552900000009],["-0.86410004000000015e2","0.80760818000000029e2"],["-0.86338333000000034e2","0.80775542999999971e2"],["-0.86244719999999973e2","0.80794144000000131e2"],["-0.86225554999999929e2",80.799149],["-0.86174438000000009e2",80.81442300000009],["-0.86050277999999992e2","0.80856644000000074e2"],["-0.85964171999999962e2","0.80886932000000058e2"],["-0.85846114999999998e2","0.80928589000000102e2"],["-0.85828339000000028e2",80.93414300000012],[-85.77416999999997,"0.80948868000000061e2"],["-0.85698607999999922e2","0.80962769000000037e2"],["-0.85605835000000013e2","0.80975815000000125e2"],["-0.85556106999999997e2","0.80981933999999967e2"],["-0.85003066999999874e2","0.81028320000000008e2"],["-0.84928878999999995e2","0.81030822999999941e2"],["-0.84726669000000015e2","0.81031097000000102e2"],["-0.84404998999999918e2","0.81043869000000086e2"],["-0.84368332000000009e2","0.81046097000000032e2"],[-84.20666499999993,"0.81060531999999967e2"],["-0.84119994999999903e2","0.81067490000000134e2"],["-0.84025009000000011e2","0.81070830999999998e2"],["-0.83908050999999944e2","0.81071381000000031e2"],["-0.83823623999999938e2","0.81073608000000092e2"],["-0.83529998999999918e2","0.81090271000000143e2"],[-83.31138599999997,"0.81103317000000118e2"],[-83.15055799999999,"0.81120529000000147e2"],[-83.12332200000003,81.12303200000008],["-0.83053328999999962e2","0.81123306000000014e2"],["-0.82943603999999993e2","0.81120818999999983e2"],["-0.82869445999999925e2","0.81121368000000075e2"],["-0.82826401000000033e2",81.12303200000008],["-0.82785004000000015e2","0.81125534000000016e2"],["-0.82760283999999956e2","0.81129150000000038e2"],["-0.82738891999999964e2","0.81133880999999974e2"],["-0.82707229999999981e2","0.81144440000000031e2"],["-0.82688323999999966e2","0.81148331000000098e2"],[-82.64416499999993,"0.81151657000000114e2"],["-0.82599166999999966e2","0.81152771000000087e2"],["-0.82531386999999938e2","0.81149993999999992e2"],[-82.50306699999993,"0.81147766000000047e2"],["-0.82466659999999933e2","0.81148331000000098e2"],[-82.37222300000002,"0.81174698000000149e2"],["-0.82364440999999999e2",81.17942800000003],["-0.82389998999999989e2","0.81180266999999958e2"],["-0.82420837000000006e2",81.17942800000003],["-0.82484160999999972e2","0.81169983000000116e2"],[-82.52305599999994,"0.81166382000000056e2"],["-0.82565276999999924e2","0.81166092000000049e2"],["-0.82665008999999998e2",81.17442299999999],["-0.82828063999999983e2","0.81173308999999961e2"],["-0.82866652999999928e2","0.81169708000000128e2"],["-0.82894164999999987e2","0.81165268000000083e2"],["-0.82926940999999999e2","0.81161102000000028e2"],["-0.82962783999999942e2","0.81158325000000104e2"],[-83.14973399999991,"0.81151382000000126e2"],["-0.83453338999999971e2",81.13220199999995],["-0.83757507000000032e2","0.81113312000000008e2"],["-0.84116104000000007e2",81.0977630000001],["-0.84372771999999941e2","0.81092209000000082e2"],[-84.58555599999994,"0.81086380000000077e2"],["-0.84797500999999954e2","0.81078323000000125e2"],["-0.85065551999999911e2","0.81066375999999991e2"],["-0.85211944999999901e2","0.81056931000000077e2"],[-85.25,81.05525200000011],["-0.85291381999999999e2","0.81054703000000131e2"],["-0.85404448999999943e2","0.81057755000000043e2"],["-0.85482773000000009e2","0.81058594000000028e2"],["-0.85572509999999966e2",81.05664100000007],["-0.85681670999999938e2","0.81049423000000104e2"],[-85.75556899999998,"0.81041367000000037e2"],["-0.85817779999999971e2","0.81032761000000107e2"],["-0.85988602000000014e2","0.81006653000000142e2"],["-0.86143340999999907e2","0.80978317000000061e2"],[-86.30972300000002,"0.80940811000000053e2"],["-0.86351944000000003e2","0.80930542000000059e2"],["-0.87061935000000005e2","0.80727478000000133e2"],["-0.87076401000000033e2",80.7227630000001],["-0.87083618000000001e2","0.80716934000000094e2"],["-0.87079078999999979e2","0.80707024000000104e2"],["-0.87080291999999986e2","0.80699142000000052e2"],["-0.87121383999999921e2","0.80677475000000015e2"],["-0.87180557000000022e2","0.80649154999999951e2"],["-0.87215011999999945e2","0.80638321000000076e2"],["-0.87240554999999972e2","0.80634155000000021e2"],["-0.87273055999999997e2","0.80630813999999987e2"],["-0.87315001999999936e2","0.80629424999999969e2"],["-0.87458054000000004e2","0.80627762000000075e2"],["-0.87489715999999873e2","0.80627472000000012e2"],["-0.87559433000000013e2","0.80627472000000012e2"],["-0.87594726999999978e2","0.80628586000000041e2"],["-0.87628051999999968e2","0.80632202000000063e2"],["-0.87777221999999938e2","0.80648880000000133e2"],["-0.87864166000000012e2","0.80659424000000001e2"],["-0.87954726999999878e2","0.80671645999999953e2"],["-0.88139724999999999e2","0.80685256999999922e2"],[-88.17721599999993,"0.80686920000000043e2"],["-0.88196105999999986e2","0.80688582999999994e2"],[-88.22222899999997,"0.80691085999999984e2"],["-0.88348891999999921e2","0.80708602999999982e2"],["-0.88406661999999926e2","0.80716934000000094e2"],["-0.88488601999999958e2","0.80731934000000024e2"],["-0.88566956000000005e2",80.74859600000002],["-0.88706116000000009e2","0.80772766000000047e2"],["-0.88967498999999862e2","0.80808594000000085e2"],["-0.89034163999999976e2","0.80816376000000048e2"],["-0.89125823999999966e2","0.80825821000000076e2"],["-0.89290557999999976e2","0.80849426000000108e2"],["-0.89334731999999917e2","0.80857483000000059e2"],["-0.89382492000000013e2",80.86970500000001],["-0.89398055999999997e2","0.80876082999999994e2"],["-0.89450561999999934e2","0.80903320000000122e2"],["-0.89462218999999948e2","0.80909988000000055e2"],["-0.89466110000000015e2","0.80914153999999996e2"],["-0.89462218999999948e2","0.80919144000000017e2"],["-0.89442763999999897e2","0.80923599000000024e2"],["-0.89380828999999892e2","0.80933044000000109e2"],["-0.89235274999999945e2","0.80948318000000029e2"],[-89.18638599999997,"0.80953048999999965e2"],["-0.88905563000000029e2","0.80977768000000083e2"],["-0.88858611999999994e2","0.80981368999999972e2"],["-0.88766861000000006e2","0.80986801000000014e2"],["-0.88590285999999992e2","0.80996368000000018e2"],["-0.88513901000000033e2",80.99832200000003],["-0.88283324999999991e2","0.81002213000000097e2"],["-0.88089721999999938e2","0.81003601000000003e2"],["-0.88011397999999986e2","0.81003326000000015e2"],["-0.87826674999999966e2","0.80998032000000023e2"],["-0.87755004999999983e2","0.80994980000000112e2"],["-0.87689437999999939e2",80.990814],["-0.87628051999999968e2","0.80984711000000061e2"],["-0.87597504000000015e2","0.80980819999999994e2"],["-0.87524169999999913e2","0.80977203000000031e2"],["-0.87446380999999974e2","0.80976928999999927e2"],["-0.87279448999999943e2","0.80981933999999967e2"],[-87.15943900000002,"0.80986922999999933e2"],["-0.87119719999999973e2","0.80989700000000028e2"],["-0.87089172000000019e2","0.80994141000000127e2"],["-0.87064712999999983e2","0.80998871000000008e2"],["-0.87030562999999972e2","0.81001938000000109e2"],["-0.86983062999999902e2","0.81003876000000048e2"],["-0.86946105999999986e2","0.81004166000000055e2"],["-0.86755004999999983e2","0.81001099000000124e2"],["-0.86711670000000026e2","0.81002487000000031e2"],["-0.86671936000000017e2","0.81005264000000125e2"],["-0.86635559000000001e2","0.81009430000000066e2"],["-0.86541945999999996e2","0.81020264000000111e2"],["-0.86419448999999986e2","0.81036102000000142e2"],["-0.86061110999999983e2","0.81082764000000054e2"],["-0.85916396999999961e2","0.81104980000000012e2"],["-0.85916396999999961e2","0.81110260000000096e2"],["-0.85907227000000034e2","0.81113875999999948e2"],["-0.85887512000000015e2","0.81118866000000025e2"],["-0.85562774999999988e2",81.17942800000003],["-0.85483063000000016e2","0.81192748999999992e2"],["-0.85425277999999935e2","0.81201660000000061e2"],["-0.85297500999999954e2","0.81218597000000102e2"],[-85.22193900000002,"0.81226379000000065e2"],[-85.02027899999996,"0.81244980000000055e2"],["-0.84976394999999968e2","0.81248596000000134e2"],["-0.84876388999999961e2","0.81254715000000147e2"],["-0.84832503999999972e2","0.81258330999999998e2"],["-0.84802490000000034e2","0.81261658000000125e2"],["-0.84776108000000022e2","0.81266097999999943e2"],["-0.84733886999999982e2","0.81281097000000045e2"],["-0.84735549999999989e2","0.81285537999999974e2"],["-0.84745834000000002e2","0.81289429000000041e2"],["-0.84899993999999936e2","0.81304977000000008e2"],["-0.84936660999999958e2","0.81307755000000043e2"],["-0.84975554999999986e2","0.81307479999999998e2"],["-0.85029175000000009e2","0.81305817000000047e2"],["-0.85279174999999952e2","0.81289978000000133e2"],["-0.85361388999999974e2",81.28276100000005],["-0.85768340999999964e2","0.81244705000000067e2"],["-0.85950561999999991e2","0.81224701000000096e2"],["-0.86018341000000021e2","0.81215820000000008e2"],["-0.86077498999999932e2","0.81207489000000066e2"],["-0.86154174999999952e2","0.81193313999999987e2"],["-0.86225006000000008e2","0.81173874000000012e2"],["-0.86240829000000019e2",81.16914399999996],["-0.86256957999999941e2","0.81162766000000033e2"],["-0.86299437999999896e2","0.81148605000000032e2"],["-0.86338333000000034e2","0.81138596000000007e2"],["-0.86404998999999975e2","0.81129700000000071e2"],["-0.86438048999999921e2","0.81126083000000108e2"],["-0.86472777999999892e2","0.81122757000000092e2"],["-0.86521118000000001e2","0.81119704999999954e2"],["-0.86650833000000034e2","0.81115814000000114e2"],["-0.86956389999999999e2","0.81099426000000051e2"],["-0.87111388999999917e2","0.81087769000000094e2"],["-0.87297225999999966e2","0.81076935000000049e2"],["-0.87637512000000015e2","0.81059417999999994e2"],["-0.87678878999999995e2","0.81058594000000028e2"],["-0.87720000999999911e2","0.81059417999999994e2"],["-0.87841385000000002e2","0.81062759000000028e2"],[-88.0625,"0.81069992000000013e2"],["-0.88217772999999852e2","0.81071381000000031e2"],["-0.88339995999999985e2","0.81069717000000026e2"],[-88.43499799999995,"0.81064148000000046e2"],["-0.88571670999999924e2","0.81054703000000131e2"],[-88.65834000000001,"0.81051376000000005e2"],["-0.88740828999999962e2","0.81049713000000111e2"],["-0.88889998999999932e2","0.81051926000000037e2"],["-0.88964721999999938e2","0.81049423000000104e2"],["-0.89041672000000005e2","0.81041091999999992e2"],["-0.89210555999999997e2","0.81026657000000057e2"],[-89.25556899999998,"0.81023880000000133e2"],["-0.89341675000000009e2","0.81020264000000111e2"],["-0.89629165999999998e2","0.81009155000000021e2"],["-0.89746658000000025e2","0.81008881000000088e2"],["-0.89787505999999951e2","0.81009720000000073e2"],["-0.89820847000000015e2","0.81010817999999972e2"],[-89.87388599999997,"0.81016388000000006e2"],["-0.90011947999999961e2","0.81033051000000114e2"],[-90.06361400000003,"0.81039702999999975e2"],["-0.90095275999999899e2","0.81044708000000071e2"],["-0.90149170000000026e2","0.81054977000000065e2"],[-90.19776899999988,"0.81069717000000026e2"],["-0.90210007000000019e2",81.07499700000011],["-0.90338057999999933e2","0.81151657000000114e2"],["-0.90351944000000003e2","0.81167479999999955e2"],["-0.90325561999999934e2","0.81181930999999963e2"],["-0.90277221999999995e2","0.81197205000000054e2"],["-0.90102218999999991e2","0.81230270000000132e2"],["-0.90043059999999969e2","0.81239426000000037e2"],["-0.90011123999999995e2","0.81241928000000144e2"],["-0.89972778000000005e2",81.24275200000011],["-0.89870543999999938e2","0.81242203000000131e2"],[-89.74610899999999,81.236649],["-0.89669158999999866e2","0.81218048000000124e2"],["-0.89635009999999909e2","0.81212203999999929e2"],["-0.89573059000000001e2","0.81206940000000145e2"],["-0.89535004000000015e2","0.81206100000000106e2"],["-0.89491104000000007e2","0.81206375000000094e2"],["-0.89447219999999902e2","0.81208328000000051e2"],["-0.89357223999999974e2","0.81214432000000102e2"],["-0.89281386999999995e2","0.81221649000000014e2"],["-0.89136672999999973e2","0.81238876000000005e2"],["-0.89088333000000034e2","0.81242477000000065e2"],["-0.89044448999999986e2",81.24275200000011],["-0.88982223999999974e2","0.81241928000000144e2"],["-0.88954178000000013e2",81.24275200000011],["-0.88944152999999972e2",81.24414100000007],["-0.88935821999999973e2","0.81247756999999979e2"],["-0.88949721999999895e2","0.81253601000000003e2"],["-0.88979445999999996e2","0.81258330999999998e2"],["-0.89162215999999944e2","0.81255829000000119e2"],["-0.89198607999999865e2","0.81253326000000129e2"],["-0.89265014999999948e2","0.81244431000000134e2"],["-0.89307220000000029e2","0.81240540000000067e2"],["-0.89335280999999952e2",81.24275200000011],["-0.89443603999999937e2","0.81260543999999982e2"],["-0.89687774999999988e2","0.81289978000000133e2"],["-0.89775008999999955e2","0.81296371000000079e2"],["-0.89868056999999965e2","0.81306090999999981e2"],["-0.89898620999999935e2",81.31053199999991],[-89.91722099999987,"0.81314422999999977e2"],["-0.89950287000000003e2","0.81324158000000068e2"],["-0.89952498999999875e2","0.81329437000000041e2"],["-0.89940552000000025e2","0.81333328000000108e2"],["-0.89916396999999904e2","0.81336928999999998e2"],["-0.89882216999999969e2","0.81340271000000087e2"],["-0.89702224999999999e2","0.81350266000000033e2"],["-0.89627212999999983e2","0.81356644000000017e2"],["-0.89242492999999968e2","0.81423035000000027e2"],["-0.89059158000000025e2","0.81455551000000071e2"],["-0.88928328999999962e2","0.81485535000000141e2"],[-88.90943900000002,"0.81490814000000114e2"],["-0.88846953999999982e2",81.49971000000005],["-0.88715835999999967e2","0.81513045999999974e2"],["-0.88545272999999952e2","0.81525269000000037e2"],["-0.88494995000000017e2","0.81527206000000092e2"],["-0.88406113000000005e2","0.81528320000000065e2"],[-88.37110899999999,"0.81526931999999988e2"],["-0.88161391999999921e2","0.81530273000000022e2"],["-0.88029998999999975e2","0.81535812000000021e2"],["-0.87984160999999972e2","0.81535812000000021e2"],["-0.87959732000000031e2","0.81534714000000122e2"],["-0.87939437999999996e2","0.81531661999999983e2"],["-0.87893699999999967e2","0.81524712000000136e2"],["-0.87801391999999964e2","0.81515548999999965e2"],["-0.87679442999999935e2",81.51388500000013],["-0.87490279999999984e2","0.81508880999999974e2"],["-0.87431380999999931e2",81.50471500000009],["-0.87398894999999982e2","0.81500824000000023e2"],["-0.87343063000000029e2","0.81492752000000053e2"],["-0.87311110999999983e2","0.81488876000000005e2"],["-0.87276672000000019e2","0.81485809000000074e2"],["-0.87251403999999923e2","0.81487488000000042e2"],["-0.87244719999999973e2","0.81490265000000136e2"],["-0.87286391999999921e2","0.81505554000000075e2"],["-0.87288329999999974e2","0.81506104000000107e2"],["-0.87315551999999968e2","0.81513321000000019e2"],[-87.37860099999989,"0.81517212000000086e2"],["-0.87489166000000012e2","0.81523315000000025e2"],["-0.87645844000000011e2","0.81527480999999909e2"],["-0.87721664000000033e2","0.81532211000000132e2"],["-0.87751952999999958e2","0.81535263000000043e2"],["-0.87915008999999941e2","0.81552765000000079e2"],[-88.279449,"0.81579436999999984e2"],["-0.88306380999999931e2","0.81581374999999923e2"],["-0.88352218999999991e2","0.81579712000000029e2"],["-0.88392226999999991e2",81.57777400000009],["-0.88446944999999971e2","0.81572220000000073e2"],["-0.88552215999999987e2","0.81558868000000018e2"],["-0.88642226999999934e2","0.81551651000000106e2"],["-0.88669448999999986e2","0.81550537000000134e2"],["-0.88769164999999987e2","0.81551086000000112e2"],["-0.88849990999999989e2","0.81550537000000134e2"],["-0.88900283999999886e2","0.81548325000000091e2"],["-0.88998046999999985e2","0.81540543000000127e2"],["-0.89073058999999944e2","0.81532211000000132e2"],["-0.89145844000000011e2","0.81523041000000092e2"],["-0.89282500999999911e2","0.81505264000000011e2"],["-0.89548339999999882e2","0.81477203000000145e2"],["-0.89585555999999997e2","0.81473037999999974e2"],["-0.89710280999999952e2","0.81455261000000064e2"],["-0.90011397999999929e2","0.81416930999999977e2"],["-0.90370833999999945e2","0.81375259000000085e2"],["-0.90443053999999961e2","0.81366652999999985e2"],["-0.90467498999999918e2","0.81367751999999996e2"],["-0.90500564999999938e2","0.81371368000000018e2"],["-0.90535827999999981e2",81.37692300000009],["-0.90553329000000019e2",81.38499500000006],["-0.90525283999999999e2","0.81388596000000121e2"],["-0.90517226999999934e2","0.81389160000000061e2"],["-0.90478881999999999e2","0.81394440000000145e2"],["-0.90481383999999991e2","0.81396652000000017e2"],["-0.90487777999999935e2","0.81398604999999975e2"],["-0.90516953000000001e2","0.81402481000000023e2"],["-0.90643616000000009e2","0.81416381999999999e2"],["-0.90678328999999962e2","0.81417480000000126e2"],["-0.90746658000000025e2","0.81422211000000061e2"],["-0.90779998999999975e2","0.81425537000000077e2"],["-0.90811385999999914e2","0.81429977000000065e2"],["-0.90841110000000015e2","0.81435531999999967e2"],["-0.90854171999999949e2","0.81440536000000122e2"],["-0.90856658999999922e2","0.81444138000000066e2"],["-0.90853881999999942e2","0.81450821000000076e2"],["-0.90848342999999943e2","0.81454987000000131e2"],[-90.80082699999997,"0.81464995999999985e2"],["-0.90770554000000004e2","0.81469711000000018e2"],["-0.90583069000000023e2","0.81497482000000105e2"],["-0.90540282999999988e2","0.81501663000000008e2"],["-0.90312209999999993e2","0.81531371999999976e2"],["-0.90130553999999904e2","0.81564423000000147e2"],["-0.89874709999999936e2","0.81599152000000004e2"],["-0.89797500999999954e2","0.81602478000000019e2"],["-0.89674438000000009e2","0.81601654000000053e2"],["-0.89632492000000013e2","0.81604706000000022e2"],["-0.89597503999999958e2","0.81614151000000049e2"],["-0.89585006999999962e2","0.81619705000000067e2"],["-0.89585006999999962e2","0.81625809000000061e2"],["-0.89601943999999889e2","0.81627762000000018e2"],["-0.89798889000000031e2","0.81629974000000061e2"],["-0.89868056999999965e2","0.81630264000000125e2"],["-0.89914169000000015e2","0.81628310999999997e2"],["-0.89962218999999948e2","0.81625534000000073e2"],["-0.90069457999999941e2","0.81633606000000043e2"],["-0.90111580000000004e2","0.81656746000000112e2"],["-0.90204726999999934e2","0.81686371000000065e2"],["-0.90271392999999989e2","0.81697479000000101e2"],["-0.90296950999999979e2","0.81698593000000074e2"],["-0.90330291999999986e2","0.81696090999999967e2"],["-0.90353057999999976e2","0.81690536000000066e2"],[-90.36082499999992,"0.81685257000000092e2"],["-0.90355270000000019e2","0.81673599000000081e2"],["-0.90337218999999948e2","0.81662491000000102e2"],["-0.90354720999999984e2","0.81651382000000012e2"],["-0.90511123999999995e2",81.65776100000005],["-0.90604720999999927e2","0.81664703000000145e2"],["-0.90638901000000033e2","0.81668045000000063e2"],["-0.90678878999999995e2","0.81668869000000029e2"],["-0.90718886999999938e2","0.81666656000000103e2"],["-0.90734725999999966e2","0.81660812000000078e2"],[-90.74221799999998,"0.81655548000000067e2"],["-0.90763625999999931e2","0.81645537999999988e2"],["-0.90779723999999987e2",81.641098],["-0.90803878999999995e2","0.81636108000000092e2"],["-0.90834731999999974e2","0.81631363000000079e2"],["-0.90878052000000025e2","0.81627472000000012e2"],["-0.90923888999999974e2","0.81625259000000028e2"],["-0.90966948999999943e2","0.81621094000000028e2"],[-90.99110399999995,"0.81616088999999988e2"],["-0.91006957999999997e2","0.81598876999999959e2"],["-0.91003341999999918e2","0.81592209000000025e2"],["-0.90988602000000014e2","0.81579436999999984e2"],["-0.90988602000000014e2","0.81557754999999986e2"],["-0.91071670999999981e2","0.81537200999999982e2"],[-91.091949,"0.81533874999999966e2"],["-0.91104445999999996e2","0.81534424000000115e2"],["-0.91113891999999964e2","0.81539978000000076e2"],["-0.91236938000000009e2","0.81543320000000051e2"],["-0.91313888999999961e2",81.53414900000007],["-0.91401397999999972e2","0.81526382000000126e2"],["-0.91446380999999974e2","0.81524428999999998e2"],["-0.91463332999999977e2","0.81526093000000003e2"],["-0.91467772999999909e2","0.81527206000000092e2"],["-0.91452498999999932e2","0.81531661999999983e2"],["-0.91428604000000007e2","0.81536652000000061e2"],["-0.91411117999999988e2","0.81541931000000034e2"],["-0.91406386999999938e2","0.81547760000000039e2"],["-0.91444153000000028e2","0.81583603000000096e2"],["-0.91474441999999954e2","0.81588882000000069e2"],["-0.91654175000000009e2","0.81605819999999994e2"],[-91.74722300000002,81.60914600000001],[-91.85722399999986,"0.81612762000000089e2"],["-0.91878326000000015e2","0.81614151000000049e2"],["-0.91900283999999999e2","0.81616928000000144e2"],["-0.91938599000000011e2","0.81625534000000073e2"],["-0.91948607999999922e2","0.81631088000000091e2"],["-0.91956664999999987e2","0.81658600000000035e2"],["-0.91949432000000002e2","0.81662201000000096e2"],["-0.91926940999999999e2","0.81664992999999981e2"],["-0.91902221999999938e2","0.81666931000000091e2"],["-0.91867767000000015e2","0.81663315000000068e2"],["-0.91838897999999858e2","0.81658600000000035e2"],["-0.91801101999999958e2","0.81658600000000035e2"],["-0.91770844000000011e2","0.81663315000000068e2"],[-91.73721299999994,"0.81686920000000043e2"],["-0.91725829999999917e2","0.81706650000000025e2"],["-0.91723617999999874e2",81.72164900000007],["-0.91485549999999989e2","0.81769989000000123e2"],["-0.91386123999999995e2",81.77388000000002],["-0.91351395000000025e2","0.81770264000000111e2"],["-0.91287506000000008e2","0.81761931999999945e2"],["-0.91255004999999983e2","0.81759155000000078e2"],["-0.91212508999999898e2","0.81759430000000066e2"],["-0.91053328999999906e2","0.81761658000000011e2"],[-91.03443900000002,"0.81763885000000073e2"],["-0.91033324999999991e2",81.76776099999995],[-91.05749499999996,"0.81772766000000047e2"],["-0.91090560999999923e2","0.81777206000000035e2"],["-0.91117766999999958e2","0.81784424000000058e2"],["-0.91140563999999983e2","0.81791930999999977e2"],["-0.91152495999999928e2","0.81798035000000027e2"],["-0.91147232000000031e2","0.81803864000000033e2"],["-0.91137511999999958e2","0.81808594000000085e2"],["-0.91101104999999961e2","0.81818878000000097e2"],["-0.91051665999999955e2","0.81828872999999987e2"],["-0.91001113999999973e2","0.81832764000000054e2"],["-0.90852218999999991e2","0.81842483999999956e2"],["-0.90727492999999981e2","0.81841094999999996e2"],["-0.90704178000000013e2","0.81843597000000045e2"],["-0.90689986999999917e2","0.81848602000000085e2"],["-0.90686377999999991e2","0.81853966000000014e2"],["-0.90678328999999962e2","0.81858597000000032e2"],["-0.90635009999999966e2","0.81868866000000025e2"],["-0.90610001000000011e2","0.81873871000000065e2"],["-0.90565276999999867e2","0.81878036000000066e2"],["-0.90436661000000015e2","0.81887497000000053e2"],["-0.90338057999999933e2","0.81893051000000071e2"],["-0.90245270000000005e2","0.81896102999999982e2"],[-90.154449,"0.81896652000000131e2"],["-0.89990828999999962e2","0.81905548000000067e2"],["-0.89783324999999934e2","0.81917206000000078e2"],["-0.89735824999999977e2","0.81917480000000012e2"],["-0.89700835999999981e2","0.81915543000000127e2"],["-0.89676940999999999e2",81.9102630000001],["-0.89683051999999975e2","0.81899437000000148e2"],["-0.89682494999999903e2","0.81883330999999998e2"],["-0.89649445000000014e2","0.81863312000000064e2"],["-0.89629989999999964e2","0.81856369000000029e2"],["-0.89461394999999982e2","0.81818054000000132e2"],["-0.89425003000000004e2","0.81815262000000018e2"],["-0.89356383999999935e2","0.81811096000000134e2"],["-0.89244720000000029e2","0.81846375000000023e2"],["-0.89227218999999991e2","0.81852203000000145e2"],["-0.89203223999999977e2","0.81878036000000066e2"],[-89.19923399999999,"0.81881537999999921e2"],["-0.89199059000000034e2","0.81885208000000034e2"],["-0.89213218999999981e2","0.81888382000000092e2"],["-0.89328063999999927e2","0.81902206000000092e2"],["-0.89367217999999923e2","0.81905548000000067e2"],["-0.89397506999999962e2","0.81909424000000115e2"],["-0.89419158999999979e2","0.81915543000000127e2"],["-0.89416945999999939e2","0.81925812000000008e2"],["-0.89397780999999895e2","0.81930817000000047e2"],["-0.89371658000000025e2","0.81935806000000014e2"],["-0.89338897999999972e2","0.81940262000000075e2"],["-0.89288895000000025e2","0.81943038999999999e2"],["-0.89249724999999955e2","0.81941086000000041e2"],["-0.89157393999999954e2","0.81928368000000091e2"],["-0.89156218999999908e2","0.81925201000000072e2"],["-0.89152556999999945e2","0.81921371000000079e2"],["-0.89133057000000008e2","0.81918533000000082e2"],["-0.89074721999999952e2","0.81911652000000061e2"],["-0.89033324999999991e2","0.81912201000000039e2"],["-0.89007232999999871e2","0.81915543000000127e2"],[-88.98971599999993,"0.81921097000000145e2"],["-0.88986388999999974e2","0.81944976999999938e2"],["-0.88992767000000015e2","0.81951385000000073e2"],["-0.89011947999999904e2","0.81958603000000096e2"],["-0.89048339999999996e2","0.81978043000000071e2"],["-0.89054442999999992e2","0.81987487999999985e2"],["-0.89041106999999954e2","0.81993041999999946e2"],["-0.89021117999999944e2","0.81998032000000023e2"],["-0.88963897999999972e2","0.82008041000000048e2"],[-88.77305599999994,"0.82039429000000041e2"],["-0.88625548999999978e2","0.82062759000000028e2"],["-0.88589721999999938e2","0.82066665999999998e2"],["-0.88543059999999912e2","0.82070540999999992e2"],["-0.88443054000000018e2","0.82074997000000053e2"],["-0.88296660999999915e2","0.82080276000000026e2"],[-88.25,"0.82080826000000059e2"],["-0.88145003999999972e2","0.82086928999999998e2"],[-88.11361699999992,"0.82090545999999961e2"],[-88.09973100000002,"0.82093048000000067e2"],["-0.88095001000000025e2","0.82096374999999966e2"],["-0.88085281000000009e2","0.82101379000000122e2"],["-0.88075561999999934e2","0.82104980000000012e2"],["-0.88038329999999974e2","0.82103867000000093e2"],[-87.91194200000001,"0.82090820000000065e2"],[-87.71833799999996,"0.82083878000000027e2"],["-0.87702224999999942e2","0.82086928999999998e2"],["-0.87666396999999904e2","0.82089431999999988e2"],["-0.87641952999999944e2","0.82090271000000143e2"],["-0.87599730999999963e2",82.089157],[-87.50140399999998,"0.82084152000000131e2"],["-0.87402221999999938e2",82.07388300000008],["-0.87352782999999931e2",82.06721500000009],["-0.87333617999999888e2","0.82063309000000061e2"],["-0.87271666999999979e2","0.82047759999999926e2"],["-0.87230559999999969e2","0.82036926000000051e2"],["-0.87195830999999998e2","0.82026382000000012e2"],["-0.87183608999999933e2","0.82022491000000116e2"],["-0.87174437999999896e2","0.82014708999999982e2"],["-0.87173324999999977e2","0.82011107999999922e2"],["-0.87178603999999893e2","0.82007767000000115e2"],["-0.87197768999999937e2","0.82002213000000097e2"],["-0.87232773000000009e2",81.99331699999999],["-0.87258057000000008e2","0.81989426000000094e2"],["-0.87299987999999985e2","0.81979155999999989e2"],["-0.87314437999999996e2","0.81973877000000016e2"],["-0.87309432999999956e2","0.81967484000000013e2"],["-0.87265839000000028e2","0.81958878000000141e2"],["-0.87169158999999979e2","0.81945526000000086e2"],["-0.87101669000000015e2","0.81937759000000142e2"],["-0.87063323999999909e2","0.81934418000000107e2"],["-0.86939437999999996e2","0.81918868999999972e2"],["-0.86877212999999983e2","0.81909424000000115e2"],["-0.86828887999999949e2","0.81897491000000059e2"],["-0.86804169000000002e2","0.81893051000000071e2"],["-0.86768341000000021e2","0.81890273999999977e2"],["-0.86726669000000015e2","0.81891937000000098e2"],["-0.86726944000000003e2","0.81897217000000126e2"],["-0.86734160999999915e2","0.81902771000000143e2"],["-0.86745833999999945e2","0.81906647000000021e2"],["-0.86834732000000031e2","0.81927765000000136e2"],[-86.86361699999992,"0.81933593999999971e2"],["-0.86919448999999986e2","0.81942748999999992e2"],["-0.87066101000000003e2","0.81954987000000074e2"],["-0.87098052999999936e2","0.81958328000000108e2"],["-0.87127212999999927e2","0.81963882000000069e2"],["-0.87130279999999857e2","0.81968322999999998e2"],[-87.00140399999998,"0.82036102000000085e2"],["-0.86987212999999997e2","0.82039978000000019e2"],["-0.86931670999999938e2","0.82049423000000047e2"],["-0.86892501999999979e2","0.82054153000000099e2"],[-86.84333799999996,82.05720500000001],["-0.86791945999999939e2","0.82058029000000147e2"],["-0.86583617999999944e2","0.82053863999999976e2"],["-0.86356383999999991e2","0.82053588999999988e2"],[-86.27806099999998,"0.82050812000000064e2"],["-0.86239166000000012e2","0.82048599000000081e2"],["-0.86202788999999996e2",82.04553199999998],["-0.86169158999999922e2","0.82041656000000103e2"],["-0.86016112999999962e2","0.82016663000000051e2"],["-0.85960555999999997e2",82.00749200000007],["-0.85914443999999946e2","0.81997481999999991e2"],["-0.85815001999999993e2","0.81973877000000016e2"],["-0.85767501999999922e2","0.81961928999999941e2"],["-0.85731383999999878e2","0.81949996999999996e2"],["-0.85628875999999991e2","0.81916092000000106e2"],["-0.85467223999999987e2","0.81867203000000131e2"],["-0.85422501000000011e2","0.81857483000000059e2"],["-0.85379439999999988e2","0.81856934000000081e2"],["-0.85371658000000025e2","0.81859711000000004e2"],[-85.37388599999997,"0.81863876000000005e2"],["-0.85385833999999932e2","0.81874985000000095e2"],["-0.85398055999999997e2","0.81881088000000034e2"],["-0.85441939999999988e2","0.81893875000000037e2"],["-0.85469451999999876e2","0.81899719000000005e2"],["-0.85566101000000003e2","0.81924988000000042e2"],["-0.85654723999999987e2","0.81950821000000133e2"],["-0.85731948999999986e2","0.81983322000000044e2"],["-0.85729996000000028e2","0.81987762000000089e2"],["-0.85726943999999946e2","0.81990265000000079e2"],["-0.85693877999999984e2","0.81994980000000112e2"],["-0.85650557999999933e2",81.99832200000003],["-0.85559432999999956e2","0.82001663000000065e2"],["-0.85258621000000005e2","0.81996933000000013e2"],["-0.85217498999999975e2","0.81995529000000033e2"],["-0.85188323999999909e2",81.99275200000011],["-0.85165833000000021e2","0.81985259999999982e2"],["-0.85160004000000015e2","0.81979706000000022e2"],["-0.85140563999999927e2","0.81966095000000053e2"],["-0.85096389999999985e2","0.81945816000000093e2"],["-0.85018889999999999e2","0.81919434000000024e2"],["-0.84984160999999915e2","0.81911102000000028e2"],["-0.84879439999999988e2","0.81887497000000053e2"],["-0.84838897999999915e2","0.81882476999999994e2"],["-0.84816887000000008e2","0.81885367999999914e2"],["-0.84821884000000011e2","0.81888214000000062e2"],["-0.84844222999999886e2","0.81894882000000052e2"],["-0.84863891999999964e2","0.81900269000000037e2"],["-0.84915008999999998e2","0.81918045000000006e2"],["-0.84994719999999973e2","0.81948593000000017e2"],["-0.85025283999999942e2","0.81960815000000139e2"],["-0.85037216000000001e2","0.81966933999999981e2"],["-0.85048889000000031e2","0.81974426000000108e2"],["-0.85066100999999946e2","0.81987487999999985e2"],["-0.85055556999999965e2",81.990814],["-0.85038329999999974e2","0.81994141000000127e2"],[-85.00111400000003,"0.81994141000000127e2"],["-0.84929169000000002e2","0.81993041999999946e2"],["-0.84889174999999966e2","0.81990265000000079e2"],["-0.84858886999999925e2","0.81985259999999982e2"],["-0.84831680000000006e2","0.81979430999999977e2"],["-0.84816665999999941e2","0.81970825000000048e2"],["-0.84814437999999996e2","0.81966385000000059e2"],["-0.84815276999999924e2","0.81961104999999975e2"],["-0.84821945000000028e2","0.81949141999999938e2"],["-0.84797606999999971e2","0.81930870000000141e2"],["-0.84789267999999993e2","0.81924698000000035e2"],[-84.75144199999994,"0.81910538000000088e2"],[-84.74227899999994,"0.81908378999999968e2"],["-0.84688598999999954e2","0.81891937000000098e2"],["-0.84656113000000005e2","0.81887772000000098e2"],["-0.84635283999999956e2","0.81886108000000036e2"],["-0.84621933000000013e2","0.81886932000000002e2"],["-0.84604996000000028e2",81.88998400000014],["-0.84714721999999995e2","0.81969986000000119e2"],["-0.84729720999999984e2","0.81977203000000031e2"],["-0.84751677999999913e2","0.81984711000000061e2"],["-0.84815276999999924e2",82.00082400000008],["-0.84840835999999967e2","0.82006103999999993e2"],[-84.89973399999991,"0.82015274000000034e2"],[-84.93249499999996,"0.82019440000000088e2"],["-0.85039992999999981e2","0.82028594999999996e2"],["-0.85116942999999935e2","0.82033051000000057e2"],["-0.85405838000000017e2","0.82042205999999965e2"],["-0.85678328999999906e2","0.82054428000000087e2"],["-0.85755843999999968e2","0.82058868000000132e2"],["-0.85851669000000015e2",82.06721500000009],["-0.85915833000000021e2",82.07748400000014],["-0.85999725000000012e2","0.82094147000000021e2"],["-0.86062209999999936e2","0.82103867000000093e2"],["-0.86091109999999901e2","0.82104431000000034e2"],["-0.86278885000000002e2","0.82107208000000128e2"],["-0.86485001000000011e2","0.82114150999999936e2"],["-0.86565551999999968e2","0.82118865999999969e2"],["-0.86637511999999958e2","0.82124419999999986e2"],["-0.86706116000000009e2","0.82131927000000132e2"],["-0.86731383999999935e2","0.82136383000000023e2"],["-0.86752228000000002e2","0.82141098000000056e2"],["-0.86856658999999922e2","0.82184708000000057e2"],["-0.86869155999999919e2","0.82195251000000042e2"],["-0.86876099000000011e2","0.82202208999999982e2"],["-0.86871933000000013e2","0.82207764000000111e2"],["-0.86843613000000005e2","0.82212494000000106e2"],["-0.86764174999999966e2","0.82221649000000014e2"],["-0.86669448999999929e2","0.82228316999999947e2"],["-0.86619445999999982e2","0.82229705999999965e2"],["-0.86571670999999981e2","0.82230270000000075e2"],["-0.86520003999999915e2","0.82229705999999965e2"],["-0.86316665999999998e2","0.82224701000000096e2"],["-0.86228881999999885e2","0.82224701000000096e2"],["-0.86181106999999997e2","0.82225266000000147e2"],["-0.86137787000000003e2","0.82226929000000041e2"],["-0.85984436000000017e2","0.82237488000000099e2"],["-0.85934158000000025e2","0.82238876000000005e2"],["-0.85841384999999946e2","0.82239151000000049e2"],["-0.85798889000000031e2","0.82237762000000032e2"],["-0.85753890999999953e2","0.82237488000000099e2"],["-0.85706115999999952e2",82.23803700000002],["-0.85662215999999944e2","0.82239699999999971e2"],[-85.61999499999996,"0.82243591000000038e2"],["-0.85603881999999999e2",82.24914600000011],["-0.85598891999999978e2","0.82254440000000102e2"],["-0.85580565999999976e2","0.82264434999999992e2"],["-0.85557770000000005e2","0.82269440000000088e2"],["-0.85508347000000015e2","0.82273041000000092e2"],["-0.85413895000000025e2",82.27609300000006],["-0.85370833999999945e2","0.82279984000000127e2"],["-0.85350554999999929e2","0.82283875000000023e2"],[-85.34722899999997,"0.82286377000000073e2"],["-0.85367492999999911e2","0.82291092000000106e2"],["-0.85396392999999989e2",82.29693600000013],["-0.85457229999999981e2","0.82307479999999998e2"],["-0.85481673999999941e2","0.82313599000000011e2"],["-0.85489990000000034e2","0.82319716999999969e2"],["-0.85515015000000005e2","0.82343322999999998e2"],["-0.85531677000000002e2","0.82369705000000067e2"],[-85.50167799999997,"0.82393600000000106e2"],["-0.85501403999999923e2","0.82398880000000133e2"],["-0.85515288999999996e2","0.82403320000000008e2"],["-0.85534164000000033e2","0.82407486000000063e2"],["-0.85669448999999872e2","0.82409424000000001e2"],["-0.85866942999999992e2","0.82421920999999998e2"],["-0.85904998999999975e2","0.82424988000000099e2"],["-0.85921111999999994e2","0.82429977000000065e2"],["-0.85911941999999954e2","0.82435806000000071e2"],["-0.85819732999999928e2","0.82454437000000098e2"],["-0.85794723999999974e2","0.82458602999999982e2"],["-0.85746947999999975e2","0.82461380000000077e2"],["-0.85708617999999944e2","0.82463608000000022e2"],["-0.85502501999999993e2","0.82471099999999979e2"],["-0.85298614999999927e2","0.82478042999999957e2"],["-0.85046950999999979e2","0.82481934000000024e2"],["-0.85003066999999874e2","0.82480820000000051e2"],["-0.84693877999999927e2","0.82471375000000023e2"],["-0.84662780999999995e2","0.82468596999999988e2"],["-0.84641678000000013e2","0.82465546000000018e2"],[-84.62222300000002,"0.82459152000000131e2"],["-0.84616394000000014e2","0.82453598000000113e2"],["-0.84613326999999913e2","0.82447204999999997e2"],["-0.84613326999999913e2",82.4433140000001],["-0.84631377999999984e2","0.82440262000000018e2"],["-0.84787780999999995e2","0.82434982000000105e2"],["-0.84895279000000016e2","0.82433594000000028e2"],["-0.84940552000000025e2","0.82431931000000077e2"],["-0.84943877999999984e2","0.82425812000000064e2"],["-0.84916655999999932e2",82.42053199999998],["-0.84888610999999855e2","0.82416930999999977e2"],["-0.84714721999999995e2","0.82405822999999941e2"],["-0.84559722999999906e2","0.82394989000000066e2"],["-0.84482498000000021e2","0.82389435000000105e2"],["-0.84449996999999996e2","0.82386107999999979e2"],["-0.84418334999999956e2","0.82381088000000091e2"],["-0.84388061999999991e2","0.82371094000000085e2"],["-0.84384170999999924e2","0.82366089000000045e2"],["-0.84387221999999952e2",82.361649],["-0.84378600999999946e2","0.82356933999999967e2"],[-84.34445199999999,"0.82352768000000083e2"],["-0.84303329000000019e2","0.82355819999999994e2"],["-0.84228881999999999e2","0.82363876000000062e2"],["-0.84180556999999965e2","0.82368042000000003e2"],["-0.84146956999999986e2","0.82369705000000067e2"],["-0.84095550999999944e2","0.82371094000000085e2"],["-0.84047226000000023e2","0.82371368000000018e2"],["-0.83961394999999925e2","0.82368591000000094e2"],["-0.83876937999999939e2","0.82364151000000106e2"],["-0.83841948999999943e2","0.82361374000000012e2"],["-0.83767501999999979e2","0.82353043000000071e2"],["-0.83606383999999935e2",82.33137499999998],["-0.83516402999999968e2","0.82316940000000045e2"],["-0.83384734999999978e2","0.82282210999999961e2"],[-83.36860699999994,"0.82276381999999955e2"],["-0.83360001000000011e2","0.82269440000000088e2"],["-0.83360001000000011e2","0.82263611000000026e2"],["-0.83369155999999975e2","0.82251663000000008e2"],["-0.83371933000000013e2",82.24470500000001],["-0.83371933000000013e2","0.82239151000000049e2"],["-0.83344451999999933e2","0.82227203000000145e2"],["-0.83308334000000002e2","0.82218323000000112e2"],[-83.24221799999998,"0.82204163000000051e2"],["-0.83184157999999968e2","0.82194702000000063e2"],["-0.83130553999999961e2","0.82184981999999991e2"],["-0.83083892999999932e2","0.82175812000000121e2"],["-0.83022781000000009e2","0.82159424000000058e2"],[-83,"0.82151093000000003e2"],["-0.82976669000000015e2","0.82138321000000133e2"],["-0.82953063999999983e2","0.82119979999999998e2"],[-82.95666499999993,"0.82109711000000118e2"],["-0.82958617999999944e2","0.82104431000000034e2"],["-0.82968338000000017e2","0.82098038000000088e2"],["-0.82978058000000033e2","0.82093872000000033e2"],["-0.83001953000000015e2",82.089157],[-83.0625,"0.82080276000000026e2"],["-0.83126098999999954e2","0.82072495000000004e2"],["-0.83128051999999968e2",82.06721500000009],["-0.83111937999999952e2","0.82065261999999962e2"],["-0.83076400999999919e2","0.82061920000000043e2"],["-0.82974166999999966e2","0.82064986999999974e2"],["-0.82888335999999981e2","0.82072495000000004e2"],["-0.82797501000000011e2","0.82077773999999977e2"],["-0.82758057000000008e2","0.82076934999999992e2"],["-0.82674438000000009e2","0.82073043999999925e2"],["-0.82636397999999986e2","0.82070540999999992e2"],["-0.82421660999999972e2","0.82066940000000102e2"],["-0.82284163999999976e2","0.82066375999999991e2"],["-0.82199432000000002e2","0.82064147999999989e2"],["-0.82122222999999906e2","0.82058594000000028e2"],["-0.82055556999999965e2","0.82050812000000064e2"],["-0.81963622999999927e2","0.82037201000000096e2"],["-0.81926101999999958e2","0.82034714000000008e2"],["-0.81889998999999989e2","0.82034988000000112e2"],["-0.81878051999999968e2",82.03637700000013],["-0.81884734999999921e2","0.82041091999999992e2"],["-0.81924164000000019e2","0.82058868000000132e2"],["-0.81966110000000015e2","0.82071105999999986e2"],["-0.82020844000000011e2","0.82082213999999965e2"],[-82.05860899999999,"0.82084717000000126e2"],["-0.82102492999999981e2","0.82085541000000092e2"],["-0.82243056999999965e2","0.82084991000000059e2"],["-0.82417496000000028e2","0.82087204000000042e2"],["-0.82546386999999982e2","0.82090271000000143e2"],[-82.58444199999991,82.09275800000006],["-0.82619719999999916e2","0.82096099999999979e2"],["-0.82651947000000007e2","0.82100266000000033e2"],["-0.82676940999999943e2",82.10775799999999],["-0.82683884000000035e2","0.82118317000000047e2"],["-0.82688599000000011e2","0.82126083000000108e2"],["-0.82697495000000004e2","0.82131362999999965e2"],["-0.82717223999999931e2","0.82142761000000007e2"],["-0.82731383999999935e2","0.82149993999999992e2"],["-0.82772232000000031e2","0.82163315000000125e2"],["-0.82860275000000001e2","0.82187759000000085e2"],["-0.82886947999999961e2","0.82193862999999908e2"],[-82.94027699999998,82.203598],["-0.82987503000000004e2","0.82214995999999985e2"],["-0.83011397999999986e2","0.82221649000000014e2"],["-0.83027785999999878e2","0.82235259999999982e2"],["-0.83028884999999946e2","0.82264998999999989e2"],["-0.83028884999999946e2",82.276657],[-83.02555799999999,"0.82283324999999991e2"],["-0.83019164999999873e2","0.82288879000000122e2"],["-0.82990829000000019e2","0.82292480000000012e2"],["-0.82735549999999932e2","0.82286102000000028e2"],["-0.82693603999999937e2","0.82284714000000122e2"],["-0.82654448999999886e2","0.82282210999999961e2"],["-0.82621658000000025e2","0.82278045999999961e2"],["-0.82508895999999936e2","0.82258040999999992e2"],["-0.82452788999999939e2","0.82249420000000043e2"],["-0.82286666999999966e2","0.82229156000000103e2"],["-0.82263061999999991e2","0.82222214000000008e2"],["-0.82211120999999991e2","0.82204711999999972e2"],["-0.82160278000000005e2","0.82193313999999987e2"],["-0.82101943999999946e2","0.82183044000000052e2"],["-0.82011123999999995e2","0.82168594000000098e2"],["-0.81918059999999912e2",82.15498400000007],["-0.81608886999999982e2","0.82118590999999981e2"],["-0.81425277999999935e2",82.0977630000001],["-0.81353057999999976e2","0.82091659999999933e2"],["-0.81249161000000015e2","0.82081375000000037e2"],["-0.81150283999999999e2","0.82068878000000041e2"],["-0.81091110000000015e2","0.82059417999999994e2"],["-0.80868332000000009e2",82.03137200000009],["-0.80640288999999996e2","0.82018326000000116e2"],[-80.43249499999996,"0.81997481999999991e2"],["-0.80225829999999974e2","0.81986098999999967e2"],["-0.80153609999999958e2","0.81981368999999916e2"],["-0.80085006999999905e2","0.81973602000000142e2"],["-0.80035277999999948e2","0.81963042999999914e2"],["-0.79883056999999951e2","0.81924698000000035e2"],["-0.79610000999999897e2","0.81851089000000002e2"],["-0.79589721999999938e2","0.81844147000000078e2"],["-0.79587783999999999e2","0.81838318000000072e2"],["-0.79577224999999942e2","0.81828872999999987e2"],["-0.79564163000000008e2","0.81825271999999927e2"],[-79.53443900000002,"0.81820831000000055e2"],["-0.79492217999999923e2","0.81819717000000026e2"],["-0.79244445999999925e2","0.81816085999999984e2"],["-0.79229171999999949e2","0.81816085999999984e2"],["-0.79452224999999999e2",81.88998400000014],["-0.79489989999999977e2","0.81900269000000037e2"],["-0.79521117999999888e2","0.81905548000000067e2"],["-0.79579726999999934e2","0.81913605000000018e2"],["-0.79670837000000006e2","0.81927475000000072e2"],["-0.79844451999999933e2",81.97137499999991],["-0.79837783999999942e2","0.82007217000000082e2"],["-0.79832229999999868e2","0.82013885000000016e2"],["-0.79853333000000021e2","0.82018875000000094e2"],["-0.79880829000000006e2","0.82021927000000005e2"],["-0.79916397000000018e2","0.82023880000000133e2"],["-0.80213897999999858e2","0.82032211000000018e2"],["-0.80331680000000006e2","0.82038589000000002e2"],["-0.80368606999999997e2","0.82041091999999992e2"],["-0.80624435000000005e2","0.82061920000000043e2"],["-0.80657226999999921e2","0.82064697000000137e2"],["-0.80725554999999986e2","0.82071655000000135e2"],["-0.80791107000000011e2","0.82079437000000098e2"],["-0.80822234999999921e2","0.82083878000000027e2"],["-0.80878326000000015e2","0.82094147000000021e2"],["-0.80922226000000023e2","0.82103592000000106e2"],["-0.80948607999999979e2","0.82110260000000096e2"],["-0.80962783999999999e2","0.82116379000000109e2"],["-0.80975554999999986e2",82.12359600000002],["-0.80975554999999986e2","0.82127762000000132e2"],["-0.80956664999999987e2","0.82137206999999989e2"],["-0.80931380999999988e2","0.82142212000000029e2"],[-80.89973399999991,"0.82146378000000141e2"],["-0.80874435000000005e2","0.82151093000000003e2"],["-0.80868056999999965e2",82.15498400000007],["-0.80909163999999976e2","0.82156647000000135e2"],["-0.81051391999999964e2","0.82154709000000025e2"],["-0.81171111999999994e2","0.82156372000000147e2"],["-0.81253341999999918e2","0.82159714000000065e2"],["-0.81324722000000008e2","0.82164993000000038e2"],["-0.81423324999999977e2","0.82176926000000094e2"],["-0.81799728000000016e2","0.82222762999999986e2"],["-0.81825561999999934e2","0.82226654000000053e2"],["-0.81887786999999946e2",82.23803700000002],["-0.82170546999999999e2","0.82286652000000061e2"],["-0.82454726999999991e2","0.82328048999999965e2"],["-0.82513061999999934e2","0.82337769000000037e2"],["-0.82625548999999921e2","0.82359146000000067e2"],["-0.82679992999999968e2",82.37081900000004],["-0.82711670000000026e2","0.82382477000000108e2"],["-0.82722778000000005e2","0.82388321000000076e2"],[-82.7308349999999,"0.82395264000000111e2"],["-0.82732223999999974e2","0.82401657000000057e2"],["-0.82728881999999942e2","0.82408325000000048e2"],["-0.82710281000000009e2","0.82419434000000081e2"],["-0.82698333999999988e2","0.82424988000000099e2"],["-0.82539444000000003e2","0.82497208000000114e2"],["-0.82520553999999947e2","0.82502487000000087e2"],["-0.82498336999999992e2","0.82506377999999984e2"],["-0.82458892999999989e2","0.82508331000000112e2"],["-0.82406386999999881e2","0.82509155000000078e2"],["-0.82316956000000005e2","0.82506943000000035e2"],["-0.82091675000000009e2","0.82501389000000017e2"],["-0.81669997999999907e2","0.82492477000000008e2"],["-0.81541672000000005e2","0.82496093999999971e2"],["-0.81542220999999927e2","0.82504990000000078e2"],["-0.81713332999999977e2",82.51527400000009],[-81.75140399999998,"0.82516937000000041e2"],[-81.84722899999997,"0.82515548999999965e2"],["-0.81880554000000018e2","0.82517761000000007e2"],["-0.81927489999999977e2","0.82522766000000047e2"],["-0.81966400000000021e2","0.82528870000000097e2"],["-0.82263901000000033e2","0.82576660000000061e2"],["-0.82321121000000005e2","0.82589157000000057e2"],["-0.82343886999999938e2","0.82595261000000107e2"],["-0.82390288999999996e2","0.82611923000000104e2"],["-0.82394729999999925e2","0.82617477000000065e2"],["-0.82392226999999934e2","0.82622756999999979e2"],[-82.38110399999988,"0.82634720000000016e2"],["-0.82371933000000013e2","0.82639708999999982e2"],["-0.82354445999999996e2","0.82645537999999988e2"],["-0.82335281000000009e2","0.82650543000000027e2"],["-0.82288054999999986e2","0.82659988000000112e2"],["-0.82255004999999926e2","0.82664428999999984e2"],["-0.82215285999999992e2","0.82668593999999985e2"],["-0.82154998999999918e2","0.82671097000000145e2"],["-0.82060271999999998e2","0.82669708000000014e2"],[-81.97222899999997,"0.82666382000000112e2"],["-0.81931380999999931e2","0.82663878999999952e2"],["-0.81543335000000013e2","0.82637207000000046e2"],["-0.81432495000000017e2","0.82629150000000095e2"],["-0.81359725999999966e2",82.62081900000004],[-81.30082699999997,"0.82611098999999911e2"],["-0.81136123999999995e2","0.82578049000000078e2"],["-0.80989440999999999e2","0.82547211000000061e2"],["-0.80949721999999952e2","0.82538040000000137e2"],["-0.80891952999999944e2","0.82532760999999994e2"],["-0.80581679999999949e2","0.82543045000000006e2"],["-0.80578063999999983e2","0.82546097000000088e2"],["-0.80599166999999966e2",82.55442800000003],[-80.87388599999997,"0.82629700000000128e2"],["-0.80994445999999925e2","0.82650269000000094e2"],["-0.81049987999999985e2","0.82660812000000078e2"],["-0.81077224999999999e2","0.82666931000000091e2"],["-0.81097503999999958e2","0.82672485000000052e2"],["-0.81124709999999993e2","0.82686919999999986e2"],["-0.81223617999999988e2","0.82715820000000065e2"],["-0.81305831999999953e2","0.82733871000000022e2"],["-0.81449996999999996e2","0.82755553999999961e2"],["-0.81508620999999948e2","0.82764709000000039e2"],["-0.81573623999999938e2","0.82788315000000068e2"],[-81.58444199999991,"0.82794434000000138e2"],["-0.81585006999999962e2","0.82800812000000064e2"],["-0.81571670999999924e2","0.82806366000000082e2"],["-0.81556655999999975e2","0.82811371000000122e2"],["-0.81536391999999921e2","0.82816665999999998e2"],["-0.81514175000000023e2","0.82821106000000043e2"],["-0.81473052999999993e2",82.82499700000011],["-0.81411391999999921e2","0.82827773999999977e2"],["-0.81359725999999966e2","0.82827773999999977e2"],["-0.81022232000000031e2","0.82821930000000009e2"],["-0.80977218999999934e2","0.82820267000000058e2"],["-0.80801940999999999e2","0.82812485000000095e2"],["-0.80500564999999995e2","0.82797484999999938e2"],["-0.80418334999999956e2","0.82792205999999965e2"],["-0.80381103999999993e2","0.82788879000000065e2"],["-0.80318618999999956e2","0.82779984000000013e2"],[-80.2933349999999,"0.82774429000000112e2"],[-80.15834000000001,"0.82727768000000083e2"],["-0.80138901000000033e2","0.82719986000000119e2"],["-0.80139449999999954e2","0.82715820000000065e2"],["-0.80178329000000019e2","0.82699997000000053e2"],["-0.80182495000000017e2",82.69470199999995],["-0.80181380999999931e2","0.82687759000000142e2"],["-0.80160277999999948e2","0.82681366000000025e2"],["-0.80070846999999901e2","0.82665543000000014e2"],["-0.80003066999999987e2","0.82656372000000033e2"],["-0.79941665999999998e2","0.82649429000000055e2"],["-0.79861664000000019e2","0.82644150000000081e2"],["-0.79817779999999914e2","0.82644440000000088e2"],["-0.79800827000000027e2","0.82646652000000131e2"],["-0.79803604000000007e2","0.82649994000000049e2"],["-0.79822509999999966e2",82.65776100000005],["-0.79848617999999988e2","0.82663878999999952e2"],[-79.966949,"0.82684708000000114e2"],["-0.79983321999999987e2","0.82689147999999989e2"],["-0.79977492999999981e2","0.82695815999999922e2"],["-0.79961394999999925e2","0.82700821000000019e2"],["-0.79928604000000007e2","0.82705551000000014e2"],["-0.79885833999999875e2","0.82708602999999925e2"],["-0.79829726999999991e2","0.82708878000000141e2"],["-0.79787505999999894e2","0.82707763999999997e2"],[-79.74749799999995,"0.82704987000000074e2"],["-0.79684158000000025e2","0.82699706999999989e2"],["-0.79617492999999911e2","0.82693039000000056e2"],["-0.79468338000000017e2","0.82677475000000129e2"],["-0.79384734999999978e2","0.82672760000000096e2"],["-0.79149993999999936e2","0.82667755000000056e2"],["-0.78843613000000005e2","0.82664992999999981e2"],["-0.78565552000000025e2","0.82674698000000035e2"],["-0.78521118000000001e2",82.67692599999998],["-0.78502791999999999e2","0.82681090999999981e2"],[-78.53195199999999,"0.82684418000000107e2"],["-0.78576675000000023e2","0.82686919999999986e2"],["-0.78840835999999967e2","0.82680817000000047e2"],["-0.78895003999999858e2","0.82680267000000015e2"],["-0.78931945999999982e2","0.82681656000000032e2"],["-0.79243057000000022e2","0.82695251000000098e2"],["-0.79331680000000006e2","0.82699706999999989e2"],[-79.40306099999998,82.70637499999998],["-0.79623046999999985e2","0.82727768000000083e2"],["-0.79836944999999901e2","0.82750549000000092e2"],["-0.79886948000000018e2","0.82759430000000066e2"],["-0.79913329999999917e2","0.82765274000000034e2"],[-79.93638599999997,"0.82772217000000069e2"],["-0.79996947999999975e2",82.803314],["-0.79975829999999974e2","0.82808594000000028e2"],["-0.79942489999999964e2","0.82811371000000122e2"],["-0.79692215000000033e2","0.82818054000000075e2"],["-0.79674437999999952e2","0.82820267000000058e2"],[-79.67222599999991,"0.82823883000000137e2"],["-0.79673889000000031e2","0.82824707000000103e2"],["-0.79847777999999948e2","0.82834991000000116e2"],["-0.79896118000000001e2","0.82835815000000082e2"],["-0.80006667999999934e2","0.82834427000000005e2"],["-0.80110000999999954e2","0.82834717000000012e2"],[-80.15834000000001,"0.82835541000000148e2"],["-0.80194153000000028e2","0.82838318000000072e2"],["-0.80219727000000034e2",82.84165999999999],["-0.80277221999999938e2","0.82850815000000011e2"],["-0.80393065999999976e2","0.82875534000000016e2"],["-0.80430282999999974e2","0.82887497000000053e2"],[-80.42971799999998,"0.82894150000000025e2"],["-0.80398055999999997e2","0.82899719000000005e2"],["-0.80095839999999953e2","0.82937194999999974e2"],["-0.79904723999999987e2","0.82951096000000121e2"],["-0.79793335000000013e2","0.82957489000000123e2"],["-0.79458344000000011e2","0.82974152000000004e2"],["-0.79414444000000003e2","0.82975266000000147e2"],["-0.79370543999999995e2","0.82974152000000004e2"],["-0.79177489999999977e2","0.82951935000000105e2"],["-0.79073333999999988e2","0.82901931999999988e2"],["-0.79064437999999882e2","0.82895828000000108e2"],["-0.79066101000000003e2","0.82889434999999992e2"],["-0.78928054999999972e2","0.82898605000000032e2"],["-0.78825287000000003e2","0.82928040000000124e2"],["-0.78780288999999982e2",82.93803400000013],["-0.78756118999999956e2","0.82942474000000118e2"],["-0.78719726999999978e2","0.82946640000000059e2"],["-0.78671111999999937e2","0.82945526000000086e2"],["-0.78631942999999978e2","0.82941360000000145e2"],["-0.78546111999999994e2","0.82926651000000106e2"],["-0.78521666999999923e2","0.82921097000000088e2"],["-0.78503341999999918e2","0.82913314999999955e2"],["-0.78501953000000015e2","0.82907760999999994e2"],["-0.78504180999999903e2","0.82901093000000003e2"],["-0.78521941999999967e2","0.82889159999999947e2"],["-0.78538605000000018e2","0.82876647999999989e2"],["-0.78557770000000005e2","0.82860535000000141e2"],["-0.78553328999999906e2","0.82853592000000106e2"],[-78.53443900000002,82.8477630000001],["-0.78500564999999938e2","0.82845534999999984e2"],["-0.78341674999999952e2","0.82850540000000024e2"],["-0.78175551999999982e2","0.82827208999999982e2"],[-78.14416499999993,"0.82823318000000086e2"],["-0.78109160999999972e2","0.82825272000000098e2"],["-0.78106658999999979e2","0.82831940000000088e2"],["-0.78128875999999877e2","0.82836655000000121e2"],["-0.78194442999999922e2","0.82845824999999991e2"],["-0.78223617999999988e2","0.82851088999999945e2"],["-0.78241378999999938e2","0.82858871000000079e2"],["-0.78238891999999964e2","0.82865265000000136e2"],["-0.78108337000000006e2","0.82893326000000059e2"],["-0.78080291999999986e2","0.82898331000000098e2"],["-0.77986663999999962e2","0.82909988000000055e2"],["-0.77949996999999883e2",82.91415400000011],["-0.77863327000000027e2","0.82921371000000022e2"],["-0.77813048999999864e2",82.92442299999999],["-0.77768340999999964e2","0.82922485000000052e2"],["-0.77708344000000011e2","0.82916092000000049e2"],["-0.77688889000000017e2","0.82912490999999989e2"],["-0.77616652999999985e2","0.82902771000000087e2"],["-0.77528060999999923e2","0.82891098000000113e2"],["-0.77467223999999987e2","0.82883880999999974e2"],["-0.77405272999999909e2","0.82878860000000032e2"],["-0.77319457999999997e2","0.82873306000000014e2"],["-0.77128325999999959e2","0.82863312000000008e2"],["-0.77108046999999999e2","0.82859146000000123e2"],["-0.77089171999999962e2","0.82852767999999969e2"],[-76.96665999999999,"0.82804703000000131e2"],["-0.76959166999999923e2","0.82774155000000007e2"],["-0.76941665999999998e2","0.82768326000000002e2"],["-0.76898346000000004e2",82.766098],["-0.76851104999999961e2","0.82764999000000046e2"],["-0.76815552000000025e2","0.82761107999999979e2"],["-0.76789168999999958e2","0.82756377999999927e2"],["-0.76766662999999994e2","0.82750823999999966e2"],["-0.76708617999999944e2","0.82733047000000056e2"],["-0.76674438000000009e2","0.82721374999999966e2"],["-0.76644164999999987e2","0.82709152000000074e2"],["-0.76612503000000004e2","0.82696091000000138e2"],["-0.76598052999999993e2","0.82688873000000115e2"],["-0.76570556999999951e2","0.82666656000000046e2"],["-0.76538329999999974e2","0.82664153999999996e2"],["-0.76387221999999952e2","0.82651382000000012e2"],[-76.09333799999996,82.62081900000004],["-0.76058884000000035e2","0.82616928000000144e2"],["-0.75913895000000025e2","0.82597487999999942e2"],["-0.75892226999999991e2","0.82591933999999981e2"],["-0.75896392999999989e2","0.82588318000000072e2"],["-0.75918610000000001e2","0.82579987000000017e2"],["-0.75938323999999966e2","0.82575821000000133e2"],["-0.75972778000000005e2","0.82571381000000088e2"],["-0.76038895000000025e2","0.82557205000000067e2"],["-0.76194716999999969e2","0.82511108000000036e2"],["-0.76207503999999972e2","0.82506377999999984e2"],["-0.76217772999999909e2","0.82500548999999978e2"],["-0.76255279999999971e2","0.82471924000000115e2"],["-0.76261002000000019e2","0.82466552999999976e2"],["-0.76236937999999896e2","0.82445250999999985e2"],["-0.76230835000000013e2","0.82444702000000007e2"],["-0.76184158000000025e2","0.82453872999999987e2"],["-0.76102782999999874e2","0.82470534999999984e2"],["-0.76037780999999939e2","0.82484421000000111e2"],["-0.75975006000000008e2","0.82499709999999993e2"],["-0.75887221999999952e2","0.82522217000000126e2"],["-0.75802779999999984e2","0.82546371000000022e2"],["-0.75773894999999925e2","0.82557205000000067e2"],["-0.75671386999999925e2","0.82586929000000112e2"],["-0.75648055999999997e2","0.82591660000000047e2"],["-0.75606383999999935e2","0.82595825000000048e2"],["-0.75500838999999928e2","0.82600266000000147e2"],["-0.75451675000000023e2","0.82603317000000004e2"],["-0.75420273000000009e2","0.82606934000000138e2"],["-0.75396118000000001e2","0.82614699999999971e2"],[-75.40972899999997,82.61914100000007],[-75.43472300000002,"0.82623871000000122e2"],["-0.75468886999999881e2","0.82627762000000018e2"],["-0.75503615999999852e2","0.82628860000000088e2"],[-75.55749499999996,"0.82628585999999984e2"],["-0.75625548999999978e2","0.82633040999999992e2"],["-0.75670546999999999e2","0.82642761000000064e2"],["-0.75807495000000017e2","0.82654709000000082e2"],["-0.76103057999999976e2",82.68609600000002],["-0.76235824999999977e2","0.82712203999999986e2"],["-0.76256392999999946e2","0.82717209000000025e2"],["-0.76275557999999933e2","0.82724425999999994e2"],["-0.76299987999999871e2","0.82739700000000028e2"],["-0.76306655999999919e2","0.82745819000000097e2"],["-0.76309158000000025e2","0.82752777000000094e2"],["-0.76269454999999994e2","0.82760817999999972e2"],["-0.76226395000000025e2","0.82764435000000105e2"],["-0.76176391999999964e2","0.82767212000000029e2"],["-0.76056945999999982e2","0.82771652000000017e2"],["-0.76014724999999999e2","0.82775818000000129e2"],["-0.75989440999999999e2","0.82779984000000013e2"],["-0.75976104999999961e2","0.82784714000000065e2"],["-0.75998336999999935e2","0.82787490999999932e2"],[-76.18638599999997,82.78387500000008],["-0.76241378999999995e2","0.82783600000000035e2"],["-0.76288605000000018e2","0.82784714000000065e2"],["-0.76375274999999988e2","0.82789154000000053e2"],["-0.76447495000000004e2","0.82797484999999938e2"],[-76.50167799999997,82.8077550000001],["-0.76525283999999942e2","0.82813873000000001e2"],["-0.76545272999999952e2","0.82821106000000043e2"],["-0.76586394999999982e2",82.83859300000006],["-0.76629165999999998e2","0.82859710999999947e2"],["-0.76666655999999989e2","0.82872482000000048e2"],["-0.76710830999999985e2","0.82885818000000029e2"],["-0.76752791999999999e2","0.82894988999999953e2"],["-0.76844161999999983e2",82.90914900000007],["-0.76881942999999978e2","0.82913605000000018e2"],["-0.77025832999999977e2","0.82927765000000079e2"],["-0.77066390999999953e2",82.93081699999999],["-0.77131667999999991e2","0.82939972000000068e2"],["-0.77344726999999978e2","0.82972487999999998e2"],["-0.77385283999999899e2","0.82983046999999999e2"],["-0.77381377999999984e2","0.82994431000000134e2"],["-0.77364440999999999e2","0.83000000000000114e2"],[-77.341949,"0.83005554000000132e2"],["-0.77276108000000022e2","0.83020264000000054e2"],["-0.77252227999999945e2","0.83025269000000094e2"],["-0.77222777999999948e2","0.83030548000000067e2"],["-0.77183883999999978e2","0.83033875000000023e2"],["-0.77134734999999978e2","0.83032486000000006e2"],["-0.77137221999999895e2","0.83028320000000122e2"],["-0.77171386999999982e2","0.83017211999999972e2"],["-0.77169723999999974e2","0.83013885000000016e2"],["-0.77135558999999944e2","0.83011383000000137e2"],["-0.76863051999999925e2","0.83010818000000086e2"],["-0.76559432999999956e2","0.83011932000000058e2"],["-0.76360274999999945e2","0.83021378000000027e2"],["-0.76266662999999994e2",83.02915999999999],[-76.20666499999993,"0.83036652000000117e2"],["-0.76113327000000027e2",83.05053700000002],["-0.76079177999999956e2","0.83053589000000102e2"],["-0.76028610000000015e2","0.83054428000000087e2"],["-0.75979720999999927e2",83.05304000000001],["-0.75948607999999922e2","0.83051926000000037e2"],["-0.75580841000000021e2","0.83038040000000024e2"],["-0.75313323999999909e2","0.83027480999999966e2"],["-0.75046951000000035e2","0.83041656000000103e2"],[-75,"0.83043884000000048e2"],["-0.74956389999999999e2",83.04553199999998],["-0.74797501000000011e2","0.83043594000000041e2"],["-0.74706664999999987e2","0.83041091999999935e2"],[-74.43582200000003,"0.83027205999999978e2"],["-0.74408050999999887e2","0.83024704000000099e2"],["-0.74279175000000009e2","0.83009995000000004e2"],["-0.74172774999999888e2","0.82991088999999988e2"],["-0.74084166999999979e2","0.82972487999999998e2"],["-0.74018065999999976e2","0.82956940000000145e2"],["-0.73879439999999875e2","0.82897217000000126e2"],["-0.73851668999999958e2","0.82866653000000042e2"],["-0.73817779999999971e2","0.82852767999999969e2"],["-0.73607772999999952e2",82.81581099999994],["-0.73548339999999939e2","0.82806091000000038e2"],["-0.73281951999999933e2","0.82766388000000063e2"],["-0.73247222999999963e2","0.82761658000000011e2"],["-0.73160278000000005e2","0.82751388999999961e2"],["-0.73075011999999958e2","0.82745819000000097e2"],["-0.72949721999999952e2","0.82738876000000062e2"],["-0.72906661999999983e2","0.82735808999999961e2"],["-0.72835830999999985e2","0.82728592000000049e2"],[-72.75,"0.82714706000000092e2"],["-0.72700835999999981e2","0.82703323000000069e2"],["-0.72672225999999966e2","0.82698593000000017e2"],["-0.72633895999999936e2","0.82694427000000132e2"],["-0.72603332999999964e2","0.82695815999999922e2"],["-0.72594727000000034e2","0.82697479000000044e2"],[-72.49888599999997,"0.82718323000000055e2"],["-0.72502501999999936e2","0.82724425999999994e2"],["-0.72648894999999925e2","0.82746643000000063e2"],["-0.72716659999999933e2","0.82755553999999961e2"],["-0.72912216000000001e2","0.82776657000000057e2"],["-0.72983886999999982e2",82.78387500000008],["-0.73027221999999881e2","0.82786926000000108e2"],["-0.73211394999999925e2","0.82813873000000001e2"],["-0.73257506999999919e2","0.82825821000000076e2"],["-0.73401397999999915e2","0.82874985000000038e2"],["-0.73420272999999952e2","0.82890548999999965e2"],["-0.73430556999999908e2","0.82893599999999992e2"],["-0.73460830999999928e2","0.82898605000000032e2"],[-73.49499499999996,82.90248100000008],["-0.73577224999999999e2","0.82908035000000098e2"],["-0.73607498000000021e2","0.82913040000000137e2"],["-0.73633330999999998e2","0.82918593999999985e2"],[-73.65055799999999,"0.82925811999999951e2"],["-0.73644164999999873e2","0.82932205000000124e2"],["-0.73634444999999971e2","0.82936646000000053e2"],["-0.73619155999999975e2","0.82941086000000041e2"],["-0.73261948000000018e2","0.83007767000000058e2"],["-0.73033889999999928e2","0.83036652000000117e2"],["-0.72948607999999979e2","0.83055252000000053e2"],["-0.72927489999999977e2","0.83067490000000078e2"],["-0.72650557999999933e2","0.83096374999999966e2"],[-72.59973100000002,"0.83096939000000077e2"],[-72.57028200000002,"0.83092758000000003e2"],["-0.72568619000000012e2","0.83087769000000037e2"],["-0.72556655999999975e2","0.83079712000000086e2"],["-0.72523894999999925e2","0.83076934999999992e2"],["-0.72477492999999868e2","0.83076659999999947e2"],["-0.72424163999999962e2","0.83079163000000108e2"],["-0.72407776000000013e2","0.83083602999999982e2"],["-0.72393616000000009e2","0.83089431999999988e2"],["-0.72365829000000019e2","0.83094147000000021e2"],["-0.72336394999999925e2","0.83097763000000043e2"],["-0.72226943999999946e2","0.83101379000000122e2"],["-0.72111938000000009e2","0.83101089000000115e2"],["-0.72005568999999866e2","0.83099152000000061e2"],["-0.71831680000000006e2","0.83097763000000043e2"],["-0.71712783999999886e2","0.83098877000000016e2"],["-0.71611663999999905e2","0.83096099999999979e2"],["-0.71581679999999949e2","0.83091095000000109e2"],["-0.71596953999999869e2","0.83085266000000047e2"],["-0.71654448999999943e2","0.83068878000000041e2"],["-0.71696380999999917e2","0.83057755000000043e2"],[-71.75,"0.83043045000000063e2"],["-0.71775008999999898e2","0.83032211000000018e2"],[-71.7933349999999,"0.83020537999999988e2"],["-0.71794998000000021e2","0.83013611000000083e2"],["-0.71792220999999984e2",83.00749200000007],["-0.71778335999999911e2","0.83001663000000065e2"],["-0.71567229999999938e2","0.82941086000000041e2"],["-0.71493606999999997e2","0.82932205000000124e2"],[-71.33666999999997,"0.82914703000000088e2"],["-0.71219726999999978e2","0.82914993000000095e2"],["-0.71144164999999987e2","0.82908325000000104e2"],["-0.71084166999999979e2","0.82900542999999971e2"],["-0.71018340999999964e2","0.82891937000000041e2"],["-0.70952224999999999e2","0.82883605999999986e2"],["-0.70871384000000035e2","0.82881087999999977e2"],["-0.70835006999999962e2","0.82883041000000105e2"],[-70.84333799999996,"0.82889984000000084e2"],["-0.70857773000000009e2","0.82897217000000126e2"],["-0.70904174999999952e2","0.82908035000000098e2"],["-0.70961944999999957e2","0.82918593999999985e2"],["-0.71080841000000021e2","0.82937484999999981e2"],["-0.71306380999999931e2","0.82982208000000071e2"],["-0.71472777999999948e2","0.83001663000000065e2"],["-0.71497498000000007e2","0.83007217000000026e2"],["-0.71489990000000034e2","0.83014435000000049e2"],["-0.71474166999999852e2","0.83019440000000088e2"],["-0.71425002999999947e2","0.83029434000000094e2"],["-0.71125274999999988e2","0.83087494000000049e2"],["-0.70887221999999895e2","0.83098038000000088e2"],["-0.70694152999999972e2","0.83103592000000049e2"],["-0.70585280999999952e2","0.83103317000000061e2"],["-0.70470000999999968e2","0.83107482999999945e2"],[-70.37388599999997,"0.83113311999999951e2"],["-0.70260009999999966e2","0.83113876000000118e2"],["-0.70160003999999958e2","0.83111374000000012e2"],["-0.70111937999999952e2","0.83109421000000111e2"]]]}}]}oj-3.16.12/test/data/canada.json000066400000000000000000104544531510053151600163030ustar00rootroot00000000000000{ "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "name": "Canada" }, "geometry": {"type":"Polygon","coordinates":[[[-65.613616999999977,43.420273000000009],[-65.619720000000029,43.418052999999986],[-65.625,43.421379000000059],[-65.636123999999882,43.449714999999969],[-65.633056999999951,43.474709000000132],[-65.611389000000031,43.513054000000068],[-65.605835000000013,43.516105999999979],[-65.598343,43.515830999999935],[-65.566101000000003,43.508331000000055],[-65.561935000000005,43.504439999999988],[-65.55999799999995,43.499718000000087],[-65.573333999999988,43.476379000000065],[-65.593612999999948,43.444153000000028],[-65.613616999999977,43.420273000000009]],[[-59.816947999999911,43.928328999999962],[-59.841667000000029,43.918602000000021],[-59.866393999999957,43.909987999999998],[-59.879722999999956,43.906654000000003],[-59.895835999999974,43.904160000000047],[-59.919448999999929,43.901099999999985],[-59.953330999999991,43.898604999999975],[-60.013617999999951,43.903320000000008],[-60.028609999999958,43.905548000000124],[-60.078338999999914,43.917496000000028],[-60.103888999999981,43.926659000000029],[-60.121666000000005,43.934990000000084],[-60.129997000000003,43.941933000000063],[-60.124167999999997,43.945267000000058],[-60.095000999999968,43.939430000000129],[-60.017776000000026,43.925827000000083],[-59.975554999999986,43.921936000000017],[-59.966942000000017,43.921936000000017],[-59.915000999999961,43.925552000000096],[-59.861945999999989,43.934433000000013],[-59.841385000000002,43.938880999999981],[-59.80972300000002,43.950828999999999],[-59.793334999999956,43.959435000000099],[-59.777221999999938,43.968048000000067],[-59.755279999999971,43.979431000000091],[-59.724716000000001,43.991104000000121],[-59.727775999999949,43.986382000000049],[-59.736389000000031,43.979156000000103],[-59.753615999999965,43.964995999999985],[-59.762504999999919,43.957771000000093],[-59.782501000000025,43.944434999999999],[-59.793059999999969,43.93832400000008],[-59.816947999999911,43.928328999999962]],[[-66.282775999999956,44.289719000000105],[-66.314437999999996,44.250548999999978],[-66.322234999999978,44.252777000000094],[-66.324448000000018,44.25750000000005],[-66.323897999999986,44.263329000000113],[-66.310271999999998,44.289993000000038],[-66.303054999999915,44.300545000000056],[-66.294723999999917,44.310271999999998],[-66.228333000000021,44.385826000000009],[-66.21945199999999,44.394713999999965],[-66.214447000000007,44.397774000000027],[-66.206389999999942,44.395271000000037],[-66.204726999999934,44.384995000000004],[-66.205275999999969,44.379433000000063],[-66.208053999999947,44.372765000000072],[-66.214721999999938,44.36360900000011],[-66.249725000000012,44.327217000000132],[-66.282775999999956,44.289719000000105]],[[-66.886123999999995,44.614440999999999],[-66.900283999999999,44.61332699999997],[-66.904174999999952,44.618049999999982],[-66.904449,44.622489999999971],[-66.884734999999978,44.68332700000002],[-66.858611999999937,44.743050000000039],[-66.837783999999942,44.770827999999995],[-66.833327999999938,44.774994000000049],[-66.803329000000019,44.798881999999992],[-66.798049999999932,44.802490000000091],[-66.786666999999852,44.808044000000109],[-66.779723999999931,44.809158000000082],[-66.772507000000019,44.809158000000082],[-66.767226999999934,44.805549999999982],[-66.764724999999999,44.801102000000014],[-66.757781999999963,44.792496000000085],[-66.734726000000023,44.729156000000103],[-66.736938000000009,44.717209000000139],[-66.740279999999927,44.70777099999998],[-66.761123999999995,44.676102000000128],[-66.765015000000005,44.671378999999945],[-66.875274999999931,44.619438000000059],[-66.886123999999995,44.614440999999999]],[[-61.199996999999996,45.558327000000077],[-61.204720000000009,45.555267000000072],[-61.212775999999963,45.556656000000032],[-61.219993999999986,45.559990000000028],[-61.224167000000023,45.564156000000139],[-61.222220999999934,45.569443000000035],[-61.21416499999998,45.568886000000134],[-61.208610999999962,45.56721500000009],[-61.202498999999989,45.563324000000023],[-61.199996999999996,45.558327000000077]],[[-60.993889000000024,45.45777099999998],[-61.00028199999997,45.455826000000002],[-61.007781999999963,45.457214000000079],[-61.019446999999957,45.463882000000069],[-61.101943999999946,45.523048000000017],[-61.105835000000013,45.526939000000084],[-61.108337000000006,45.540833000000021],[-61.104445999999939,45.546387000000038],[-61.098609999999951,45.549164000000076],[-61.023612999999955,45.574997000000053],[-61.017220000000009,45.575272000000041],[-60.936942999999985,45.576659999999947],[-60.908051,45.576103000000046],[-60.900275999999906,45.575554000000125],[-60.879996999999946,45.560547000000099],[-60.878608999999869,45.555824000000143],[-60.883888000000013,45.550544999999943],[-60.889167999999984,45.548332000000016],[-60.910277999999948,45.546104000000071],[-60.936110999999983,45.539161999999976],[-60.947495000000004,45.533607000000075],[-60.952498999999932,45.529990999999995],[-60.962501999999915,45.519989000000066],[-60.96305799999999,45.514998999999989],[-60.961669999999913,45.510277000000087],[-60.958611000000019,45.505829000000119],[-60.950553999999954,45.497771999999998],[-60.993889000000024,45.45777099999998]],[[-63.246391000000017,46.435547000000042],[-63.25389100000001,46.435265000000129],[-63.26167299999986,46.436378000000047],[-63.269446999999957,46.439713000000097],[-63.285004000000015,46.450829000000056],[-63.27055399999989,46.450271999999984],[-63.245834000000002,46.442764000000125],[-63.240836999999999,46.438599000000124],[-63.246391000000017,46.435547000000042]],[[-71.111114999999984,46.850548000000003],[-71.118606999999997,46.850273000000016],[-71.127486999999917,46.851662000000033],[-71.130279999999914,46.856102000000021],[-71.128326000000015,46.862213000000111],[-71.121383999999978,46.874161000000129],[-71.098891999999978,46.898048000000017],[-71.078339000000028,46.913605000000075],[-70.936935000000005,46.992493000000024],[-70.896666999999866,47.013329000000056],[-70.87222300000002,47.024162000000047],[-70.860001000000011,47.02777100000003],[-70.845276000000013,47.029160000000047],[-70.836394999999982,47.02777100000003],[-70.818893000000003,47.02276599999999],[-70.81361400000003,47.019440000000145],[-70.809158000000025,47.01527400000009],[-70.807495000000017,47.00999500000006],[-70.809432999999956,47.004439999999988],[-70.814437999999996,46.998329000000126],[-70.877212999999983,46.931107000000111],[-70.887512000000015,46.923607000000004],[-70.904174999999952,46.913605000000075],[-71.009170999999924,46.871101000000067],[-71.033324999999934,46.862494999999967],[-71.040832999999964,46.860549999999989],[-71.082229999999925,46.853325000000098],[-71.111114999999984,46.850548000000003]],[[-60.445273999999984,46.861664000000133],[-60.436942999999985,46.861107000000061],[-60.352782999999988,46.861664000000133],[-60.345832999999857,46.862494999999967],[-60.334441999999967,46.868881000000101],[-60.326110999999969,46.868323999999973],[-60.320838999999978,46.864441000000056],[-60.309440999999936,46.851105000000132],[-60.302223000000026,46.837493999999936],[-60.301392000000021,46.831940000000145],[-60.304442999999935,46.815269000000114],[-60.322776999999917,46.736382000000049],[-60.327224999999885,46.724991000000045],[-60.478881999999942,46.389992000000063],[-60.535277999999948,46.321663000000058],[-60.589438999999857,46.25499700000006],[-60.609169000000009,46.201934999999935],[-60.590331999999933,46.207821000000081],[-60.587001999999984,46.209488000000135],[-60.57150299999995,46.228653000000122],[-60.553329000000019,46.248878000000047],[-60.551391999999964,46.25499700000006],[-60.543335000000013,46.266663000000051],[-60.528053,46.278602999999919],[-60.479720999999984,46.311104000000057],[-60.46805599999999,46.316665999999998],[-60.44388600000002,46.326942000000088],[-60.430557000000022,46.33138299999996],[-60.424171000000001,46.331665000000044],[-60.416388999999867,46.328049000000021],[-60.412216000000001,46.31888600000002],[-60.417777999999942,46.285827999999981],[-60.419997999999964,46.279991000000052],[-60.42472099999992,46.27526899999998],[-60.438048999999921,46.270828000000051],[-60.454719999999952,46.262215000000083],[-60.470550999999944,46.251105999999993],[-60.53583100000003,46.192436000000043],[-60.59027900000001,46.138603000000103],[-60.600280999999939,46.130271999999991],[-60.61611199999993,46.120827000000133],[-60.645836000000031,46.106102000000021],[-60.687774999999874,46.088326000000052],[-60.701110999999912,46.08526599999999],[-60.788895000000025,46.066666000000055],[-60.86333499999995,46.052490000000034],[-60.986114999999927,45.982491000000095],[-61.023887999999943,45.969437000000028],[-61.080283999999949,45.951660000000004],[-61.087776000000019,45.95138500000013],[-61.095832999999971,45.952217000000076],[-61.105003000000011,45.954712000000086],[-61.113059999999905,45.955268999999987],[-61.117774999999938,45.950828999999999],[-61.126944999999978,45.928329000000133],[-61.125556999999958,45.923607000000061],[-61.118332000000009,45.923049999999932],[-61.056999000000019,45.931216999999947],[-61.052834000000018,45.931881000000033],[-61.017497999999989,45.940712000000076],[-61.014835000000005,45.943382000000042],[-60.989165999999955,45.95638300000013],[-60.987777999999935,45.962494000000049],[-60.984168999999952,45.967490999999939],[-60.957221999999945,45.984992999999974],[-60.940551999999911,45.994438000000059],[-60.892776000000026,46.01527400000009],[-60.853057999999976,46.03138000000007],[-60.770835999999917,46.057495000000074],[-60.757506999999919,46.060546999999985],[-60.743056999999965,46.061661000000015],[-60.735557999999912,46.058044000000052],[-60.734169000000009,46.05332199999998],[-60.734169000000009,46.047493000000145],[-60.807502999999997,45.931107000000111],[-60.870276999999987,45.910820000000058],[-60.898055999999997,45.906654000000117],[-60.956947000000014,45.903046000000018],[-61.042888999999946,45.891327000000103],[-61.047053999999946,45.890659000000085],[-61.050555999999972,45.888991999999973],[-61.053390999999976,45.886162000000127],[-61.096663999999976,45.860275000000001],[-61.097777999999948,45.854713000000061],[-61.094718999999998,45.850273000000016],[-61.087776000000019,45.847487999999998],[-61.079726999999991,45.84693900000002],[-61.073059000000001,45.84804500000007],[-61.060829000000012,45.852776000000006],[-61.049445999999989,45.858330000000024],[-61.026107999999965,45.86971299999999],[-60.989997999999957,45.881934999999999],[-60.96805599999999,45.883331000000055],[-60.960281000000009,45.880272000000048],[-60.919448999999986,45.857498000000078],[-60.915833000000021,45.852776000000006],[-60.917777999999942,45.847487999999998],[-60.935271999999941,45.825271999999984],[-60.940551999999911,45.821663000000001],[-60.947495000000004,45.820549000000028],[-61.019446999999957,45.809989999999971],[-61.067504999999983,45.791663999999969],[-61.079169999999976,45.786110000000008],[-61.118057000000022,45.763611000000026],[-61.12777699999998,45.755271999999991],[-61.147223999999994,45.704993999999999],[-61.149170000000026,45.699715000000026],[-61.142501999999922,45.696381000000031],[-61.077498999999932,45.688880999999981],[-61.070838999999978,45.689987000000031],[-61.041945999999996,45.704162999999994],[-61.012778999999966,45.718880000000013],[-60.996391000000017,45.727767999999969],[-60.972771000000023,45.738045],[-60.954719999999952,45.745543999999938],[-60.935829000000012,45.751389000000074],[-60.92222599999991,45.75360900000004],[-60.914443999999946,45.75360900000004],[-60.890556000000004,45.751663000000008],[-60.881942999999922,45.750000000000057],[-60.864165999999898,45.744438000000116],[-60.844161999999983,45.735268000000076],[-60.816665999999998,45.722488000000112],[-60.809998000000007,45.719154000000117],[-60.800835000000006,45.71166199999999],[-60.729438999999957,45.778603000000032],[-60.719718999999998,45.788329999999974],[-60.516944999999964,45.920830000000137],[-60.491942999999878,45.929436000000067],[-60.466942000000017,45.938041999999996],[-60.409163999999976,45.979987999999935],[-60.404166999999973,45.984436000000073],[-60.395835999999974,45.99610100000001],[-60.40166499999998,45.994713000000104],[-60.555000000000007,45.946938000000102],[-60.611671000000001,45.924995000000138],[-60.629722999999899,45.917496000000142],[-60.639998999999989,45.91027100000008],[-60.644721999999945,45.905548000000124],[-60.655272999999966,45.898330999999985],[-60.661110000000008,45.895270999999923],[-60.673331999999903,45.890549000000021],[-60.686110999999926,45.886940000000038],[-60.69388600000002,45.886107999999922],[-60.708892999999875,45.887215000000026],[-60.723327999999981,45.893326000000116],[-60.788337999999953,45.929436000000067],[-60.789725999999973,45.934433000000126],[-60.788895000000025,45.939986999999974],[-60.785278000000005,45.946381000000031],[-60.78055599999999,45.950828999999999],[-60.691382999999973,46.001937999999939],[-60.679168999999945,46.006660000000011],[-60.601395000000025,46.039719000000105],[-60.541114999999991,46.065544000000102],[-60.523612999999955,46.075554000000011],[-60.490836999999942,46.094437000000084],[-60.30999799999995,46.206939999999975],[-60.30499999999995,46.210548000000074],[-60.299994999999967,46.214996000000042],[-60.295279999999934,46.226936000000137],[-60.295279999999934,46.232208000000071],[-60.304169000000002,46.233878999999945],[-60.365554999999972,46.224990999999989],[-60.372771999999998,46.223320000000115],[-60.396111000000019,46.213051000000064],[-60.401938999999913,46.21027399999997],[-60.418335000000013,46.199996999999996],[-60.428054999999915,46.192490000000078],[-60.442497000000003,46.17943600000001],[-60.463332999999921,46.163879000000122],[-60.479163999999912,46.152771000000143],[-60.528053,46.121658000000139],[-60.605835000000013,46.074715000000083],[-60.629997000000003,46.065269000000114],[-60.644164999999987,46.063049000000092],[-60.65193899999997,46.063880999999981],[-60.656104999999968,46.067772000000048],[-60.656386999999938,46.073051000000021],[-60.652495999999985,46.079436999999984],[-60.638335999999867,46.093048000000124],[-60.456107999999972,46.241379000000052],[-60.404998999999975,46.279991000000052],[-60.399726999999984,46.283882000000119],[-60.388892999999996,46.291106999999954],[-60.359725999999966,46.304993000000138],[-60.347778000000005,46.310546999999985],[-60.285278000000005,46.321381000000031],[-60.205558999999994,46.240273000000002],[-60.138054000000011,46.246658000000025],[-60.131942999999922,46.248604000000114],[-60.124167999999997,46.248604000000114],[-60.099997999999971,46.246384000000091],[-60.091666999999916,46.244713000000047],[-59.950553999999897,46.201385000000073],[-59.873054999999965,46.17582699999997],[-59.808608999999876,46.111938000000066],[-59.80972300000002,46.106384000000048],[-59.819449999999961,46.097214000000008],[-59.834166999999979,46.084717000000012],[-59.853888999999924,46.00249500000001],[-59.840553,45.938324000000023],[-59.958610999999962,45.901657000000057],[-60.130279999999971,45.867767000000129],[-60.136115999999959,45.864997999999957],[-60.155272999999966,45.846656999999993],[-60.159438999999963,45.841102999999976],[-60.160552999999936,45.835548000000074],[-60.174445999999989,45.76388500000013],[-60.229163999999969,45.705551000000128],[-60.233886999999925,45.701102999999932],[-60.245834000000002,45.69499200000007],[-60.379723000000013,45.644997000000046],[-60.392226999999991,45.641105999999979],[-60.411666999999966,45.636940000000095],[-60.49888599999997,45.620269999999948],[-60.513061999999934,45.618880999999988],[-60.55750299999994,45.618049999999982],[-60.765556000000004,45.594994000000099],[-60.960830999999928,45.599433999999917],[-61.101669000000015,45.564437999999996],[-61.14833799999991,45.555267000000072],[-61.168334999999956,45.551384000000098],[-61.196917999999982,45.583740000000091],[-61.218696999999963,45.580788000000098],[-61.237521999999956,45.581528000000048],[-61.273055999999997,45.561935000000005],[-61.336945000000014,45.573326000000009],[-61.37557599999991,45.622131000000138],[-61.430556999999965,45.665543000000071],[-61.454719999999952,45.705551000000128],[-61.457503999999972,45.71527100000003],[-61.478049999999996,45.803879000000109],[-61.494720000000029,45.846381999999949],[-61.527495999999985,45.98943300000002],[-61.455558999999994,46.137497000000053],[-61.447776999999974,46.149436999999978],[-61.438888999999961,46.159430999999984],[-61.412772999999959,46.178329000000076],[-61.390839000000028,46.191376000000105],[-61.37388599999997,46.200829000000113],[-61.343329999999924,46.212493999999992],[-61.305557000000022,46.224990999999989],[-61.293892000000028,46.230819999999994],[-61.283332999999971,46.238884000000041],[-61.09722099999999,46.44609800000012],[-61.089438999999913,46.458046000000138],[-61.035278000000005,46.555549999999982],[-61.033057999999926,46.561661000000072],[-61.031113000000005,46.572769000000051],[-61.032501000000025,46.577492000000063],[-60.996947999999918,46.634720000000073],[-60.892226999999991,46.77388000000002],[-60.873610999999869,46.793052999999929],[-60.86361699999992,46.801384000000041],[-60.84027900000001,46.813605999999993],[-60.833884999999896,46.815543999999932],[-60.805557000000022,46.820273999999984],[-60.793892000000028,46.825271999999984],[-60.724716000000001,46.874992000000134],[-60.714721999999995,46.88249200000007],[-60.704444999999907,46.891380000000026],[-60.695273999999927,46.901657],[-60.686660999999958,46.912491000000045],[-60.678336999999942,46.930824000000143],[-60.670554999999979,46.953606000000036],[-60.664444000000003,46.966103000000032],[-60.65694400000001,46.978600000000029],[-60.640282000000013,47],[-60.609169000000009,47.024437000000091],[-60.597777999999892,47.031105000000025],[-60.591942000000017,47.033333000000027],[-60.583327999999938,47.031661999999926],[-60.460830999999871,46.999161000000015],[-60.427498000000014,46.965827999999988],[-60.493889000000024,46.902214000000072],[-60.498055000000022,46.896660000000111],[-60.452224999999942,46.864441000000056],[-60.445273999999984,46.861664000000133]],[[-64.039718999999991,46.743324000000086],[-64.031677000000002,46.742767000000015],[-64.016402999999912,46.743607000000054],[-64.009170999999981,46.744156000000032],[-64.005004999999983,46.749718000000144],[-63.999999999999943,46.75360900000004],[-63.991668999999945,46.753052000000139],[-63.979163999999912,46.746383999999978],[-63.974715999999944,46.742493000000081],[-63.832503999999972,46.617210000000057],[-63.831673000000023,46.611938000000123],[-63.865004999999883,46.537498000000085],[-63.868888999999967,46.531937000000084],[-63.840836000000024,46.464438999999913],[-63.828339000000028,46.458046000000138],[-63.780281000000002,46.44499200000007],[-63.742226000000016,46.439430000000129],[-63.733054999999979,46.438881000000038],[-63.709442000000024,46.43749200000002],[-63.703888000000006,46.440544000000102],[-63.698050999999964,46.456383000000073],[-63.698607999999979,46.461662000000047],[-63.700279000000023,46.466385000000002],[-63.722771000000023,46.48054500000012],[-63.738051999999982,46.491378999999995],[-63.739998000000014,46.496101000000067],[-63.723327999999924,46.543610000000058],[-63.716110000000015,46.553879000000109],[-63.709723999999994,46.556099000000131],[-63.676391999999964,46.564156000000082],[-63.662216000000001,46.566382999999973],[-63.647223999999881,46.56721500000009],[-63.618889000000024,46.561104],[-63.497779999999977,46.527771000000143],[-63.315001999999936,46.488602000000071],[-63.271979999999928,46.426926000000094],[-63.240661999999986,46.420456000000001],[-63.216392999999982,46.412209000000132],[-62.942771999999877,46.426941000000113],[-62.862777999999935,46.434715000000097],[-62.698607999999979,46.452492000000007],[-62.692497000000003,46.456100000000106],[-62.686385999999914,46.457497000000046],[-62.665833000000021,46.461104999999975],[-62.595001000000025,46.470825000000048],[-62.477218999999991,46.477768000000026],[-62.455558999999994,46.478600000000142],[-62.182502999999997,46.485824999999977],[-62.166388999999981,46.486107000000061],[-62.133330999999941,46.482764999999915],[-62.058051999999975,46.472762999999986],[-62.014724999999942,46.46527100000003],[-61.979720999999984,46.45915999999994],[-61.970551,46.456940000000145],[-61.965003999999965,46.453323000000012],[-61.968886999999995,46.447768999999994],[-61.973609999999951,46.443047000000092],[-62.013061999999991,46.421104000000128],[-62.101112000000001,46.379715000000033],[-62.173331999999959,46.349433999999974],[-62.215552999999943,46.343605000000139],[-62.279723999999931,46.338043000000027],[-62.309166000000005,46.349998000000085],[-62.326392999999996,46.354996000000085],[-62.342773000000022,46.356102000000135],[-62.357779999999934,46.35582700000009],[-62.355834999999956,46.35083000000003],[-62.348052999999993,46.332214000000022],[-62.334723999999994,46.311935000000062],[-62.361945999999932,46.276657000000057],[-62.419448999999986,46.219986000000119],[-62.424720999999977,46.215546000000074],[-62.453888000000006,46.21443899999997],[-62.507506999999919,46.214157000000114],[-62.603888999999924,46.182495000000131],[-62.603888999999924,46.177215999999987],[-62.54222900000002,46.122490000000028],[-62.507506999999919,46.118881000000044],[-62.5,46.119156000000089],[-62.478333000000021,46.120827000000133],[-62.477218999999991,46.126380999999924],[-62.478881999999999,46.131935000000112],[-62.481667000000016,46.13638300000008],[-62.489998000000014,46.138328999999999],[-62.497222999999963,46.138046000000031],[-62.506110999999976,46.139717000000076],[-62.513892999999996,46.142220000000066],[-62.509726999999998,46.148605000000032],[-62.504448000000025,46.150825999999995],[-62.489166000000012,46.151382000000126],[-62.473052999999993,46.150269000000094],[-62.468886999999995,46.146102999999982],[-62.449164999999937,46.100548000000003],[-62.447494999999947,46.095543000000134],[-62.446945000000028,46.090546000000018],[-62.454720000000009,46.018883000000073],[-62.459166999999979,46.006386000000077],[-62.473609999999951,45.994713000000104],[-62.496947999999975,45.983879000000002],[-62.510001999999929,45.979156000000046],[-62.541671999999949,45.970543000000077],[-62.548614999999927,45.969437000000028],[-62.591667000000029,45.964996000000099],[-62.613891999999964,45.962769000000037],[-62.650276000000019,45.960274000000027],[-62.761115999999959,45.954162999999937],[-62.837776000000019,45.967490999999939],[-62.856667000000016,45.977486000000056],[-62.882773999999984,45.995544000000109],[-62.930283000000031,46.037215999999944],[-62.970832999999971,46.07416500000005],[-62.922500999999954,46.092491000000052],[-62.917220999999984,46.096382000000119],[-62.875274999999931,46.134995000000004],[-62.871940999999936,46.143607999999972],[-62.885276999999974,46.155823000000055],[-62.890839000000028,46.159430999999984],[-63.025276000000019,46.189156000000082],[-63.103614999999991,46.201934999999935],[-63.112777999999992,46.204163000000108],[-63.119445999999868,46.207214000000135],[-63.12222300000002,46.211662000000103],[-63.120276999999987,46.217766000000097],[-63.115836999999942,46.222487999999998],[-63.038895000000025,46.280273000000079],[-63.02416999999997,46.290275999999949],[-63.017776000000026,46.292496000000142],[-63.010284000000013,46.292770000000075],[-63.002228000000002,46.289992999999981],[-62.99610899999999,46.292220999999984],[-62.979438999999957,46.301658999999972],[-62.969161999999983,46.309432999999956],[-62.964721999999881,46.314156000000139],[-62.962775999999963,46.319992000000013],[-62.969443999999953,46.31888600000002],[-63.035277999999892,46.301658999999972],[-63.041388999999981,46.299721000000034],[-63.052779999999927,46.293884000000048],[-63.058608999999933,46.290833000000021],[-63.090836000000024,46.26915699999995],[-63.165001000000018,46.210548000000074],[-63.143332999999984,46.201660000000118],[-63.139167999999984,46.197769000000051],[-63.138610999999912,46.192490000000078],[-63.140556000000004,46.186378000000104],[-63.22444200000001,46.139717000000076],[-63.23860899999994,46.138046000000031],[-63.253615999999965,46.137497000000053],[-63.26167299999986,46.138046000000031],[-63.289169000000015,46.14388299999996],[-63.409163999999919,46.176940999999999],[-63.519722000000002,46.206099999999935],[-63.591942000000017,46.211937000000091],[-63.642775999999913,46.224990999999989],[-63.649726999999928,46.228043000000071],[-63.699722000000008,46.259437999999989],[-63.700553999999954,46.269989000000066],[-63.702224999999999,46.27526899999998],[-63.70666499999993,46.278602999999919],[-63.741942999999935,46.304436000000067],[-63.754447999999968,46.310822000000144],[-63.811110999999926,46.32749200000012],[-63.772223999999937,46.360825000000091],[-63.736945999999932,46.353882000000112],[-63.729163999999969,46.352776000000063],[-63.714721999999995,46.354164000000026],[-63.739166000000012,46.391106000000036],[-63.745002999999997,46.394714000000135],[-63.754447999999968,46.396385000000009],[-63.761672999999917,46.396659999999997],[-63.841109999999958,46.39888000000002],[-63.963615000000004,46.401100000000042],[-63.981941000000006,46.39388300000013],[-63.989165999999898,46.393608000000086],[-64.121933000000013,46.404709000000025],[-64.129989999999964,46.407211000000132],[-64.133057000000008,46.4116590000001],[-64.135009999999909,46.416382000000056],[-64.133057000000008,46.43332700000002],[-64.115828999999962,46.523048000000017],[-64.11332699999997,46.53472099999999],[-64.110000999999954,46.541107000000125],[-64.105559999999969,46.54583000000008],[-64.100280999999882,46.549720999999977],[-64.094161999999926,46.551659000000086],[-64.105559999999969,46.618050000000096],[-64.273894999999982,46.62332200000003],[-64.387511999999958,46.62082700000002],[-64.391952999999944,46.624709999999936],[-64.413895000000025,46.665825000000098],[-64.415558000000033,46.670546999999999],[-64.416655999999932,46.68110699999994],[-64.414718999999991,46.697769000000108],[-64.410277999999948,46.711105000000089],[-64.400283999999942,46.727486000000113],[-64.382492000000013,46.746658000000082],[-64.346953999999982,46.773605000000032],[-64.323897999999929,46.786384999999996],[-64.296386999999982,46.801659000000029],[-64.286117999999931,46.80943300000007],[-64.27305599999994,46.823607999999979],[-64.249724999999955,46.868050000000039],[-64.247771999999941,46.874161000000129],[-64.247222999999906,46.879714999999976],[-64.243880999999988,46.886108000000092],[-64.236389000000031,46.897491000000116],[-64.226943999999946,46.906097000000045],[-64.182770000000005,46.945541000000105],[-64.168610000000001,46.956657000000064],[-64.020844000000011,47.038605000000132],[-63.99500299999994,46.984161000000086],[-63.969993999999986,46.901657],[-63.967498999999862,46.891662999999994],[-64.041381999999999,46.82249500000006],[-64.066100999999946,46.804436000000123],[-64.076401000000033,46.798881999999992],[-64.091674999999952,46.778603000000032],[-64.077498999999932,46.756386000000134],[-64.074448000000018,46.752220000000023],[-64.067504999999926,46.749161000000072],[-64.039718999999991,46.743324000000086]],[[-55.876105999999993,47.260551000000021],[-55.968329999999867,47.257773999999927],[-55.946388000000013,47.273323000000062],[-55.934440999999936,47.279434000000094],[-55.895003999999972,47.290833000000021],[-55.888053999999954,47.292496000000142],[-55.881110999999976,47.293326999999977],[-55.872771999999998,47.292221000000097],[-55.865836999999885,47.287773000000129],[-55.855003000000011,47.269714000000022],[-55.876105999999993,47.260551000000021]],[[-61.380554000000018,47.620270000000119],[-61.493057000000022,47.552490000000091],[-61.498610999999926,47.550270000000069],[-61.535560999999973,47.54583000000008],[-61.54222900000002,47.545547000000113],[-61.547782999999868,47.549164000000076],[-61.549445999999989,47.553879000000109],[-61.545279999999991,47.55943300000007],[-61.520279000000016,47.569160000000011],[-61.513892999999939,47.572495000000117],[-61.477492999999924,47.60054800000006],[-61.473610000000008,47.6055530000001],[-61.471382000000006,47.611382000000106],[-61.470551,47.616936000000123],[-61.479163999999969,47.618599000000017],[-61.534447,47.618881000000101],[-61.541945999999996,47.617210000000057],[-61.559440999999993,47.609161000000029],[-61.653610000000015,47.549995000000081],[-61.855559999999969,47.417213000000061],[-61.849723999999981,47.413605000000132],[-61.841667000000029,47.410820000000115],[-61.833611000000019,47.409987999999998],[-61.789169000000015,47.425827000000083],[-61.777221999999995,47.431664000000069],[-61.766662999999937,47.439156000000025],[-61.714447000000007,47.489989999999977],[-61.691382999999973,47.515548999999965],[-61.701392999999939,47.491936000000067],[-61.740836999999942,47.44499200000007],[-61.843329999999924,47.388603000000046],[-61.90589099999994,47.354935000000012],[-61.925277999999992,47.343605000000139],[-61.93332700000002,47.333327999999938],[-61.962776000000019,47.281662000000097],[-61.965003999999965,47.275551000000007],[-61.964721999999995,47.270271000000093],[-61.961945000000014,47.266106000000093],[-61.957503999999972,47.261940000000038],[-61.938605999999993,47.257217000000026],[-61.827782000000013,47.234161000000029],[-61.819450000000018,47.233330000000024],[-61.807776999999987,47.239159000000029],[-61.799445999999989,47.250274999999931],[-61.794723999999917,47.254714999999976],[-61.783057999999869,47.260551000000021],[-61.782775999999956,47.255272000000048],[-61.789725999999916,47.242493000000024],[-61.793892000000028,47.236938000000123],[-61.799445999999989,47.232764999999972],[-61.810279999999977,47.226654000000053],[-61.816948000000025,47.224709000000075],[-61.84444400000001,47.219436999999971],[-61.859443999999883,47.218047999999953],[-61.955276000000026,47.211662000000047],[-61.979995999999971,47.213608000000136],[-61.996390999999903,47.214996000000042],[-62.004722999999956,47.217766000000097],[-62.010001999999872,47.22137500000008],[-62.013061999999991,47.225821999999994],[-62.014724999999942,47.23054500000012],[-62.015006999999912,47.235825000000034],[-62.013061999999991,47.241661000000079],[-61.948607999999979,47.379432999999949],[-61.941665999999941,47.392219999999952],[-61.937499999999943,47.39777400000014],[-61.928054999999972,47.407211000000075],[-61.922225999999966,47.409987999999998],[-61.908889999999928,47.413879000000065],[-61.736114999999984,47.507216999999969],[-61.705832999999984,47.532494000000099],[-61.684440999999936,47.547492999999974],[-61.662216000000001,47.561661000000072],[-61.616942999999992,47.588042999999914],[-61.571114000000023,47.613608999999997],[-61.553611999999987,47.623046999999985],[-61.53583500000002,47.631659999999954],[-61.529167000000029,47.633606000000043],[-61.521110999999962,47.634437999999989],[-61.425277999999992,47.642769000000044],[-61.407775999999956,47.641105999999922],[-61.388892999999996,47.637771999999984],[-61.381942999999922,47.634437999999989],[-61.377776999999924,47.631103999999993],[-61.376105999999993,47.626380999999981],[-61.380554000000018,47.620270000000119]],[[-54.261391000000003,47.39027400000009],[-54.268889999999999,47.389717000000019],[-54.293059999999969,47.391663000000051],[-54.341385000000002,47.398048000000074],[-54.358054999999979,47.403046000000074],[-54.364448999999979,47.406654000000003],[-54.365554999999915,47.411659000000043],[-54.359726000000023,47.416664000000083],[-54.326392999999996,47.436653000000035],[-54.295279999999991,47.44999700000011],[-54.278053,47.460823000000062],[-54.267220000000009,47.469437000000084],[-54.262222000000008,47.474709000000018],[-54.257781999999963,47.480820000000108],[-54.230552999999986,47.523605000000032],[-54.229996000000028,47.550270000000069],[-54.204719999999952,47.593605000000082],[-54.13527699999986,47.668053000000043],[-54.128882999999973,47.670546999999999],[-54.122771999999998,47.66693900000007],[-54.121940999999993,47.661934000000031],[-54.122222999999963,47.656937000000084],[-54.124999999999943,47.640831000000105],[-54.160827999999981,47.534996000000035],[-54.238892000000021,47.40387700000008],[-54.243331999999953,47.399437000000091],[-54.255004999999983,47.392769000000101],[-54.261391000000003,47.39027400000009]],[[-54.077498999999989,47.479431000000091],[-54.08306099999993,47.474991000000102],[-54.093055999999933,47.483046999999999],[-54.096663999999976,47.487213000000054],[-54.101112000000001,47.496384000000035],[-54.101944000000003,47.501389000000074],[-54.099723999999924,47.558883999999978],[-54.09833500000002,47.589714000000015],[-54.097220999999934,47.605270000000132],[-54.09332999999998,47.631659999999954],[-54.083610999999962,47.679717999999923],[-54.078612999999962,47.684990000000028],[-54.071388000000013,47.685546999999929],[-54.067504999999983,47.681107000000111],[-54.060555000000022,47.651099999999985],[-54.078056000000004,47.563881000000038],[-54.05972300000002,47.532211000000132],[-54.058891000000017,47.527214000000072],[-54.077498999999989,47.479431000000091]],[[-55.901938999999857,47.602493000000038],[-55.923057999999912,47.599434000000088],[-55.947220000000016,47.601936000000137],[-56.013335999999981,47.611664000000019],[-56.097778000000005,47.627487000000031],[-56.105559999999855,47.630821000000026],[-56.109169000000009,47.63499500000006],[-56.113616999999977,47.644714000000022],[-56.112220999999977,47.649719000000118],[-56.106666999999959,47.654709000000139],[-56.100280999999939,47.657211000000018],[-56.005835999999988,47.680274999999995],[-55.941108999999983,47.689156000000139],[-55.933883999999978,47.688324000000023],[-55.92861199999993,47.684432999999956],[-55.927498000000014,47.676658999999972],[-55.934440999999936,47.658882000000119],[-55.934440999999936,47.653877000000023],[-55.932502999999997,47.643883000000017],[-55.930000000000007,47.639435000000049],[-55.926392000000021,47.635268999999994],[-55.914161999999976,47.628326000000015],[-55.889442000000031,47.618881000000101],[-55.876388999999961,47.611664000000019],[-55.882499999999936,47.607773000000122],[-55.901938999999857,47.602493000000038]],[[-64.482773000000009,47.917770000000019],[-64.50167799999997,47.856384000000048],[-64.503615999999909,47.850273000000016],[-64.514724999999999,47.832497000000046],[-64.523055999999997,47.822220000000016],[-64.541106999999954,47.80332199999998],[-64.604995999999971,47.748329000000126],[-64.610549999999989,47.745270000000005],[-64.635833999999988,47.735825000000091],[-64.647507000000019,47.733879000000002],[-64.690551999999968,47.753052000000139],[-64.693328999999949,47.758049000000028],[-64.702788999999939,47.823607999999979],[-64.697768999999994,47.836104999999918],[-64.685546999999985,47.852219000000048],[-64.667496000000028,47.866936000000067],[-64.662215999999944,47.870827000000133],[-64.624160999999958,47.884719999999959],[-64.617767000000015,47.886658000000125],[-64.609160999999972,47.886939999999981],[-64.584166999999923,47.884995000000004],[-64.508057000000008,47.903877000000023],[-64.482773000000009,47.917770000000019]],[[-64.567504999999926,47.899436999999978],[-64.574448000000018,47.89804799999996],[-64.583617999999888,47.899436999999978],[-64.589447000000007,47.902771000000143],[-64.593886999999995,47.90665400000006],[-64.594451999999933,47.911933999999974],[-64.593612999999891,47.918052999999986],[-64.531677000000002,48.016105999999979],[-64.52694699999995,48.02165999999994],[-64.522780999999952,48.025551000000007],[-64.516952999999944,48.028602999999976],[-64.509734999999921,48.029991000000052],[-64.50111400000003,48.027488999999946],[-64.495543999999938,48.023880000000133],[-64.490828999999906,48.019989000000066],[-64.48582499999992,48.013054000000011],[-64.482773000000009,48.008606000000043],[-64.469726999999978,47.969711000000132],[-64.469161999999869,47.96443899999997],[-64.470550999999944,47.953323000000069],[-64.47444200000001,47.947769000000051],[-64.496383999999978,47.933875999999998],[-64.513901000000033,47.924712999999997],[-64.567504999999926,47.899436999999978]],[[-53.712775999999963,48.14888000000002],[-53.689720000000023,48.147217000000126],[-53.682502999999997,48.147774000000027],[-53.667503000000011,48.150542999999971],[-53.647781000000009,48.155265999999926],[-53.615554999999915,48.167496000000028],[-53.583327999999995,48.18082400000003],[-53.571113999999909,48.186104000000114],[-53.564162999999951,48.190543999999932],[-53.553054999999972,48.199158000000011],[-53.539444000000003,48.202217000000132],[-53.53167000000002,48.202774000000034],[-53.516395999999986,48.201935000000105],[-53.509726999999941,48.198326000000066],[-53.509170999999867,48.193321000000026],[-53.510833999999988,48.150826000000109],[-53.512504999999919,48.145271000000037],[-53.530829999999924,48.097771000000023],[-53.536391999999978,48.093323000000055],[-53.549445999999989,48.088600000000099],[-53.56361400000003,48.084991000000116],[-53.598884999999996,48.079437000000098],[-53.634170999999924,48.075272000000098],[-53.823333999999932,48.092765999999983],[-53.83943899999997,48.094437000000084],[-53.856110000000001,48.098044999999956],[-53.871940999999936,48.104713000000118],[-53.876663000000008,48.108604000000014],[-53.93250299999994,48.172767999999962],[-53.935829000000012,48.182495000000131],[-53.932776999999987,48.198326000000066],[-53.929168999999945,48.209434999999985],[-53.922225999999966,48.212493999999936],[-53.906386999999938,48.21027400000014],[-53.898887999999943,48.206657000000007],[-53.860000999999954,48.174438000000123],[-53.855559999999969,48.169991000000095],[-53.712775999999963,48.14888000000002]],[[-123.47444200000001,48.709160000000054],[-123.48277300000001,48.708328000000108],[-123.48999000000003,48.709435000000042],[-123.51306199999993,48.716385000000116],[-123.52471899999989,48.722488000000055],[-123.54943800000001,48.746658000000082],[-123.551941,48.752220000000023],[-123.59277299999991,48.898331000000098],[-123.595551,48.909714000000122],[-123.59612299999998,48.928329000000076],[-123.59665699999994,48.946938000000046],[-123.59361299999995,48.947211999999979],[-123.58056599999992,48.935547000000042],[-123.57721699999996,48.929161000000136],[-123.53611799999999,48.914993000000095],[-123.53028899999998,48.911933999999974],[-123.45749699999993,48.863052000000039],[-123.43388400000003,48.844437000000084],[-123.37027,48.768326000000002],[-123.36888099999993,48.762771999999984],[-123.37165800000002,48.75750000000005],[-123.37638900000002,48.753608999999983],[-123.43195300000002,48.721099999999979],[-123.47444200000001,48.709160000000054]],[[-58.342223999999987,49.066101000000117],[-58.349166999999966,49.064437999999996],[-58.356109999999944,49.065826000000129],[-58.351943999999889,49.071938000000102],[-58.341385000000002,49.07638500000013],[-58.333611000000019,49.077773999999977],[-58.330558999999994,49.073326000000009],[-58.335830999999928,49.068885999999964],[-58.342223999999987,49.066101000000117]],[[-123.32277699999997,48.861107000000004],[-123.3705369999999,48.856384000000048],[-123.37888299999997,48.85694100000012],[-123.38474299999996,48.859993000000031],[-123.54055799999998,48.944992000000127],[-123.66251399999999,49.03527100000008],[-123.70388800000001,49.095268000000033],[-123.70527599999997,49.100273000000072],[-123.70249899999999,49.105552999999986],[-123.695831,49.108047000000113],[-123.68639400000001,49.106659000000036],[-123.68055700000002,49.103607000000068],[-123.674713,49.093048000000067],[-123.65943900000002,49.073608000000036],[-123.60444599999994,49.014717000000132],[-123.58640300000002,49.000549000000092],[-123.52166699999998,48.96027400000014],[-123.49916099999996,48.947211999999979],[-123.487503,48.94110100000006],[-123.45973200000003,48.930549999999982],[-123.43639399999995,48.924438000000009],[-123.42027299999995,48.920547000000113],[-123.38194299999992,48.910819999999944],[-123.32833900000003,48.895827999999938],[-123.32250999999991,48.892768999999987],[-123.31777999999997,48.88888500000013],[-123.31276700000001,48.872765000000072],[-123.3125,48.868050000000039],[-123.31639100000001,48.863327000000027],[-123.32277699999997,48.861107000000004]],[[-125.816101,49.125824000000136],[-125.82028200000002,49.124709999999993],[-125.86028299999998,49.134438000000046],[-125.906387,49.160820000000115],[-125.91027800000001,49.165543000000071],[-125.92582699999991,49.190826000000015],[-125.93360899999993,49.211104999999918],[-125.93306000000001,49.218048000000124],[-125.93055700000002,49.219986000000063],[-125.92610200000001,49.223320000000058],[-125.87888299999992,49.235824999999977],[-125.86749299999997,49.233330000000137],[-125.82917800000001,49.226379000000009],[-125.81806899999987,49.220543000000134],[-125.79915599999998,49.208328000000051],[-125.78888699999993,49.172768000000133],[-125.79583699999995,49.151932000000102],[-125.79833999999994,49.146385000000009],[-125.81249999999994,49.129158000000132],[-125.816101,49.125824000000136]],[[-126.13194299999992,49.393325999999945],[-126.126938,49.390274000000034],[-126.12470999999999,49.390274000000034],[-126.12053699999996,49.388602999999989],[-126.11054999999999,49.382210000000043],[-126.10665899999992,49.378601000000003],[-126.09612300000003,49.368599000000074],[-126.08640300000002,49.358604000000128],[-126.07277699999997,49.34304800000001],[-126.0497279999999,49.265548999999965],[-126.0511019999999,49.260550999999964],[-126.05583200000001,49.256104000000107],[-126.06471299999987,49.250832000000003],[-126.07112100000001,49.248329000000012],[-126.07972699999999,49.246658000000139],[-126.08917199999991,49.246101000000067],[-126.09638999999999,49.24721500000004],[-126.18666100000002,49.263328999999999],[-126.19167299999992,49.265548999999965],[-126.22332799999992,49.279716000000121],[-126.22944599999994,49.282493999999929],[-126.23916600000001,49.289718999999991],[-126.23473399999995,49.374161000000015],[-126.22917200000001,49.378601000000003],[-126.22138999999999,49.380547000000092],[-126.14138800000001,49.39415699999995],[-126.13194299999992,49.393325999999945]],[[-123.37943999999999,49.326941999999974],[-123.39222699999999,49.326103000000046],[-123.41027799999995,49.334159999999997],[-123.42194399999994,49.339714000000015],[-123.42666600000001,49.344154000000003],[-123.42804699999999,49.348877000000016],[-123.42027299999995,49.381660000000011],[-123.41332999999997,49.386107999999979],[-123.3600009999999,49.411658999999986],[-123.35472099999998,49.413322000000107],[-123.327789,49.416664000000083],[-123.31696299999999,49.417496000000142],[-123.31220999999999,49.414992999999981],[-123.30943300000001,49.41137700000013],[-123.31027199999994,49.40526600000004],[-123.31194299999993,49.401932000000045],[-123.327789,49.363052000000096],[-123.33112299999999,49.354996000000028],[-123.34472699999998,49.341934000000037],[-123.36833199999995,49.330275999999969],[-123.37943999999999,49.326941999999974]],[[-54.705276000000026,49.400543000000084],[-54.712776000000019,49.398330999999985],[-54.730277999999998,49.403046000000018],[-54.735557999999969,49.407211000000018],[-54.759726999999941,49.432495000000017],[-54.759170999999981,49.437766999999951],[-54.754723000000013,49.443878000000041],[-54.749442999999928,49.449158000000125],[-54.73833499999995,49.457771000000093],[-54.680556999999908,49.49193600000001],[-54.673057999999912,49.492493000000081],[-54.665001000000018,49.489159000000086],[-54.644164999999987,49.473320000000001],[-54.640281999999956,49.46915400000006],[-54.640838999999971,49.463881999999955],[-54.654716000000008,49.460823000000005],[-54.684440999999993,49.420546999999999],[-54.699164999999994,49.40387700000008],[-54.705276000000026,49.400543000000084]],[[-124.179169,49.441101000000117],[-124.18554699999999,49.439986999999974],[-124.31360599999999,49.456099999999992],[-124.32668299999995,49.460823000000005],[-124.36000099999995,49.474433999999974],[-124.36609599999997,49.477486000000056],[-124.37082699999996,49.481102000000135],[-124.37165799999997,49.483047000000113],[-124.38054699999998,49.506943000000035],[-124.38110399999994,49.511940000000095],[-124.37832599999996,49.515830999999991],[-124.37165799999997,49.518326000000002],[-124.361107,49.519157000000064],[-124.35500299999995,49.517494000000113],[-124.34889199999998,49.514442000000031],[-124.30471799999992,49.512214999999969],[-124.24471999999997,49.501389000000017],[-124.23750299999995,49.498329000000126],[-124.22138999999993,49.491379000000109],[-124.1875,49.474433999999974],[-124.18167099999999,49.471375000000023],[-124.17388900000003,49.45638299999996],[-124.17194399999994,49.446655000000135],[-124.17223399999989,49.444153000000085],[-124.179169,49.441101000000117]],[[-123.33277899999996,49.441101000000117],[-123.36028299999987,49.433051999999918],[-123.37499999999994,49.433327000000133],[-123.442207,49.438599000000067],[-123.448036,49.441658000000018],[-123.45944199999997,49.467209000000082],[-123.45973200000003,49.470543000000077],[-123.45305599999995,49.495544000000109],[-123.44526699999994,49.51527400000009],[-123.43666100000002,49.522217000000069],[-123.38082899999995,49.536110000000122],[-123.37000299999994,49.536110000000122],[-123.360817,49.534995999999978],[-123.3550029999999,49.531936999999971],[-123.33833300000003,49.50610400000005],[-123.33167999999995,49.500832000000116],[-123.32805599999995,49.496383999999978],[-123.32389799999993,49.488602000000014],[-123.319458,49.474708999999962],[-123.31777999999997,49.464157],[-123.319458,49.451934999999992],[-123.32224300000001,49.448043999999925],[-123.32695000000001,49.444153000000085],[-123.33277899999996,49.441101000000117]],[[-55.695548999999971,49.506943000000035],[-55.725829999999974,49.505554000000018],[-55.732497999999964,49.509163000000001],[-55.735001000000011,49.513610999999969],[-55.736114999999984,49.518599999999935],[-55.735832000000016,49.52388000000002],[-55.730277999999942,49.545547000000056],[-55.722771000000023,49.557770000000119],[-55.716110000000015,49.560271999999998],[-55.684998000000007,49.561104000000114],[-55.676948999999979,49.561104000000114],[-55.658332999999971,49.559158000000025],[-55.653052999999886,49.555267000000129],[-55.652221999999938,49.550270000000069],[-55.653885000000002,49.544716000000051],[-55.661384999999939,49.529716000000064],[-55.664444000000003,49.52388000000002],[-55.68111399999998,49.510826000000122],[-55.687499999999943,49.508049000000028],[-55.695548999999971,49.506943000000035]],[[-124.68943799999994,49.480270000000019],[-124.69611399999997,49.477767999999969],[-124.70221700000002,49.478042999999957],[-124.74137899999994,49.488045000000113],[-124.75361599999991,49.491379000000109],[-124.82362399999994,49.539435999999966],[-124.83666999999997,49.554993000000024],[-124.84111000000001,49.562767000000008],[-124.84249899999992,49.578605999999979],[-124.84194899999989,49.58415999999994],[-124.83416699999992,49.607773000000066],[-124.83168000000001,49.610549999999989],[-124.82749899999993,49.608887000000038],[-124.81054699999993,49.589714000000129],[-124.80888400000003,49.586655000000007],[-124.80583200000001,49.585823000000062],[-124.77887699999997,49.568886000000077],[-124.68804899999986,49.483604000000014],[-124.68943799999994,49.480270000000019]],[[-55.693053999999961,49.56749700000006],[-55.709166999999979,49.566383000000087],[-55.716659999999933,49.567214999999976],[-55.720832999999971,49.571381000000088],[-55.723052999999993,49.576102999999989],[-55.722771000000023,49.581383000000073],[-55.705832999999927,49.613883999999985],[-55.684998000000007,49.624992000000134],[-55.673888999999974,49.630547000000035],[-55.659720999999934,49.635551000000021],[-55.653052999999886,49.63638300000008],[-55.572776999999974,49.603881999999999],[-55.567504999999926,49.599998000000141],[-55.573058999999944,49.595543000000134],[-55.586387999999943,49.59137700000008],[-55.608054999999979,49.586104999999975],[-55.671669000000009,49.571381000000088],[-55.693053999999961,49.56749700000006]],[[-54.576667999999984,49.558601000000124],[-54.77305599999994,49.493880999999988],[-54.809440999999993,49.488045000000113],[-54.83916499999998,49.48443600000013],[-54.855835000000013,49.48443600000013],[-54.863060000000019,49.485268000000019],[-54.871940999999936,49.487495000000081],[-54.873055000000022,49.492218000000094],[-54.893616000000009,49.580551000000128],[-54.894447000000014,49.58526599999999],[-54.891945000000021,49.590546000000074],[-54.885276999999974,49.593048000000124],[-54.805556999999965,49.595825000000048],[-54.792228999999963,49.572768999999994],[-54.793335000000013,49.566939999999988],[-54.791671999999892,49.56249200000002],[-54.78833800000001,49.557770000000119],[-54.784172000000012,49.554161000000136],[-54.768607999999972,49.546661000000029],[-54.760001999999986,49.545547000000056],[-54.743889000000024,49.544998000000135],[-54.729720999999984,49.548050000000046],[-54.708611000000019,49.554436000000123],[-54.614722999999969,49.606102000000021],[-54.574722000000008,49.635269000000108],[-54.561942999999928,49.653603000000089],[-54.548889000000031,49.659988000000055],[-54.536117999999931,49.664153999999996],[-54.529723999999987,49.633881000000031],[-54.531669999999963,49.62221500000004],[-54.538054999999986,49.587494000000106],[-54.543334999999956,49.582497000000046],[-54.570557000000008,49.562209999999936],[-54.576667999999984,49.558601000000124]],[[-54.004448000000025,49.647491000000116],[-54.257781999999963,49.566666000000055],[-54.265839000000028,49.566939999999988],[-54.274719000000005,49.569160000000011],[-54.289444000000003,49.576102999999989],[-54.293335000000013,49.580551000000128],[-54.298888999999917,49.609993000000088],[-54.297782999999981,49.651100000000099],[-54.288054999999929,49.71138000000002],[-54.282775999999956,49.716660000000104],[-54.269996999999989,49.722487999999998],[-54.141945000000021,49.75],[-54.102225999999973,49.750274999999988],[-54.093886999999938,49.748878000000047],[-54.085830999999985,49.745544000000052],[-54.081115999999952,49.736381999999935],[-54.040000999999961,49.689987000000087],[-54.003058999999951,49.659988000000055],[-54.004448000000025,49.647491000000116]],[[-124.129707,49.650825999999995],[-124.139183,49.650543000000027],[-124.15361000000001,49.655548000000067],[-124.18694299999993,49.668883999999991],[-124.196663,49.676940999999999],[-124.20195000000001,49.701934999999992],[-124.19943199999989,49.706099999999992],[-124.14750699999996,49.746658000000025],[-124.14277600000003,49.75],[-124.13722199999995,49.752219999999966],[-124.09166699999997,49.767769000000101],[-124.03611799999999,49.777214000000129],[-124.029449,49.778328000000101],[-124.021118,49.77777100000003],[-124.01611299999996,49.775551000000007],[-124.01862299999999,49.77165999999994],[-124.02555799999993,49.767769000000101],[-124.04611199999999,49.756386000000077],[-124.06054699999999,49.744995000000131],[-124.07472200000001,49.733330000000024],[-124.09084300000001,49.715546000000131],[-124.10109699999992,49.700272000000041],[-124.10555999999991,49.689430000000016],[-124.10722399999992,49.677215999999987],[-124.11081699999994,49.664992999999924],[-124.11361699999998,49.659713999999951],[-124.12304699999993,49.651931999999988],[-124.129707,49.650825999999995]],[[-56.80361199999993,49.763329000000056],[-56.827498999999989,49.761107999999979],[-56.83555599999994,49.762771999999984],[-56.83805099999995,49.767494000000056],[-56.832779000000016,49.771934999999985],[-56.826667999999984,49.77526899999998],[-56.792503000000011,49.785552999999993],[-56.782218999999998,49.78694200000001],[-56.78194400000001,49.780822999999941],[-56.790840000000003,49.768326000000002],[-56.796669000000009,49.764999000000046],[-56.80361199999993,49.763329000000056]],[[-124.44611399999991,49.723320000000115],[-124.43749999999994,49.723045000000127],[-124.42887899999994,49.723877000000016],[-124.41000400000001,49.723045000000127],[-124.38137799999998,49.713326000000109],[-124.35138699999999,49.698044000000095],[-124.33277900000002,49.683327000000077],[-124.13474300000001,49.525269000000037],[-124.13221699999991,49.520271000000037],[-124.12416100000002,49.499161000000072],[-124.122772,49.493607000000054],[-124.12748699999997,49.489715999999987],[-124.13417099999992,49.487495000000081],[-124.14167799999996,49.485825000000091],[-124.14916999999997,49.486107000000004],[-124.15527299999985,49.488602000000014],[-124.281387,49.546661000000029],[-124.40583800000002,49.605826999999977],[-124.43804899999998,49.628875999999991],[-124.44220699999994,49.638046000000031],[-124.47666900000002,49.67193600000013],[-124.5396649999999,49.692768000000001],[-124.55249799999996,49.697105000000022],[-124.56167599999998,49.699935999999923],[-124.61416600000001,49.713607999999965],[-124.62721299999993,49.71915400000006],[-124.65416699999997,49.736107000000118],[-124.66082799999992,49.742767000000129],[-124.65666199999993,49.796943999999939],[-124.65110800000002,49.799995000000138],[-124.61945300000002,49.797218000000044],[-124.604446,49.789436000000137],[-124.59944199999995,49.78443900000002],[-124.59028599999999,49.77165999999994],[-124.56234000000001,49.753326000000015],[-124.55933399999998,49.751495000000034],[-124.49472000000003,49.733330000000024],[-124.44611399999991,49.723320000000115]],[[-126.67610199999996,49.583603000000039],[-126.68138099999993,49.583054000000118],[-126.68888899999996,49.583878000000084],[-126.69722000000002,49.585548000000074],[-126.78971899999999,49.612213000000111],[-126.80803699999996,49.61971299999999],[-126.81416299999995,49.622765000000072],[-126.90556300000003,49.685547000000099],[-126.96528599999999,49.726935999999966],[-126.96945199999999,49.731102000000078],[-126.97416699999991,49.740273000000002],[-126.97556299999997,49.75],[-126.94055200000003,49.831383000000017],[-126.890556,49.84777100000008],[-126.79915599999993,49.876099000000011],[-126.77749599999993,49.87971500000009],[-126.76872299999997,49.878616000000079],[-126.74944299999999,49.85694100000012],[-126.73416099999997,49.848045000000013],[-126.67804699999994,49.825272000000098],[-126.64472999999992,49.774162000000047],[-126.636124,49.759437999999989],[-126.63445300000001,49.753883000000087],[-126.61332699999997,49.648330999999985],[-126.61609599999997,49.624435000000062],[-126.62053699999996,49.606102000000021],[-126.62416099999996,49.601386999999988],[-126.63305700000001,49.596100000000035],[-126.66861,49.585548000000074],[-126.67610199999996,49.583603000000039]],[[-62.089721999999881,49.386383000000137],[-62.081389999999999,49.385551000000078],[-62.051665999999955,49.390274000000034],[-62.043616999999927,49.390549000000078],[-62.025276000000019,49.38749700000011],[-61.892226999999934,49.351387000000045],[-61.875557000000015,49.344994000000042],[-61.825835999999924,49.312209999999993],[-61.821114000000023,49.308883999999978],[-61.663329999999917,49.149162000000047],[-61.661666999999966,49.144439999999975],[-61.670837000000006,49.134163000000001],[-61.702224999999942,49.111107000000004],[-61.735557999999969,49.096099999999979],[-61.796111999999937,49.078048999999965],[-62.019996999999989,49.069443000000035],[-62.029167000000029,49.069443000000035],[-62.195549000000028,49.074997000000053],[-62.368057000000022,49.0991590000001],[-62.726105000000018,49.154709000000025],[-62.782218999999884,49.165824999999984],[-62.946662999999944,49.198874999999987],[-63.089995999999985,49.228043000000014],[-63.097778000000005,49.23054500000012],[-63.209442000000024,49.270827999999995],[-63.23082699999992,49.280273000000022],[-63.242774999999938,49.287498000000085],[-63.253059000000007,49.294997999999964],[-63.269996999999989,49.311104],[-63.275832999999977,49.314712999999983],[-63.283332999999914,49.317771999999934],[-63.387221999999952,49.34388000000007],[-63.416945999999882,49.350829999999974],[-63.501296999999965,49.370384000000115],[-63.537223999999867,49.379714999999976],[-63.573058999999944,49.396660000000111],[-63.61611199999993,49.446938000000102],[-63.621940999999879,49.455551000000071],[-63.620833999999945,49.461105000000089],[-63.616660999999908,49.46665999999999],[-63.61333499999995,49.473044999999956],[-63.612502999999947,49.478873999999962],[-63.61611199999993,49.488327000000027],[-63.619720000000029,49.492767000000015],[-63.662772999999959,49.533051],[-63.67888599999992,49.544716000000051],[-63.714446999999893,49.566383000000087],[-63.84194199999996,49.639160000000004],[-63.881942999999978,49.65915700000005],[-63.918334999999956,49.674438000000009],[-64.01556399999987,49.702492000000063],[-64.306945999999925,49.777489000000003],[-64.382216999999969,49.789436000000137],[-64.389998999999932,49.789719000000105],[-64.418335000000013,49.801658999999972],[-64.511123999999995,49.858604000000014],[-64.513901000000033,49.863609000000054],[-64.510283999999956,49.868599000000131],[-64.50111400000003,49.878043999999989],[-64.496108999999876,49.883049000000085],[-64.490828999999906,49.886939999999925],[-64.472778000000005,49.895828000000108],[-64.458618000000001,49.900826000000109],[-64.445540999999992,49.904434000000037],[-64.226943999999946,49.948326000000066],[-64.203613000000018,49.950271999999984],[-64.142775999999969,49.948044000000039],[-64.133057000000008,49.947212000000093],[-64.12388599999997,49.945267000000115],[-64.029175000000009,49.924438000000123],[-63.958892999999932,49.898048000000131],[-63.615836999999942,49.849158999999986],[-63.545006000000001,49.843323000000112],[-63.49222599999996,49.840828000000045],[-63.475272999999959,49.840546000000018],[-63.346946999999943,49.820274000000097],[-63.309722999999963,49.813880999999981],[-63.136115999999959,49.780822999999941],[-63.074447999999961,49.764160000000061],[-62.99610899999999,49.736656000000096],[-62.786667000000023,49.676384000000098],[-62.71055599999994,49.660820000000001],[-62.545554999999979,49.599998000000141],[-62.443610999999919,49.5472180000001],[-62.340553,49.486938000000009],[-62.212218999999948,49.41443600000008],[-62.205832999999984,49.41137700000013],[-62.188889000000017,49.405823000000112],[-62.169166999999959,49.401099999999985],[-62.099167000000023,49.387771999999984],[-62.089721999999881,49.386383000000137]],[[-124.92415599999998,50.05860100000001],[-124.96861299999995,50.035827999999981],[-125.00055699999996,50.056656000000032],[-125.06304899999998,50.103324999999984],[-125.06696299999999,50.107498000000135],[-125.066101,50.113884000000041],[-125.0625,50.118324000000086],[-125.03971899999999,50.130546999999922],[-124.991669,50.168327000000033],[-124.98222399999992,50.176102000000128],[-124.98055999999991,50.18221299999999],[-124.98332199999999,50.225548000000003],[-124.93138099999993,50.171104000000128],[-124.92859599999997,50.166100000000142],[-124.91528299999999,50.141380000000083],[-124.89778100000001,50.077492000000063],[-124.92415599999998,50.05860100000001]],[[-63.859443999999996,50.197768999999937],[-63.873610999999983,50.194434999999999],[-63.890282000000013,50.194709999999986],[-63.899993999999936,50.196098000000063],[-63.908607000000018,50.198601000000053],[-63.916107000000011,50.201660000000004],[-63.920837000000006,50.205551000000071],[-63.930557000000022,50.218597000000045],[-63.931389000000024,50.223877000000073],[-63.930557000000022,50.229431000000091],[-63.926948999999922,50.236107000000004],[-63.922774999999888,50.241661000000022],[-63.916663999999969,50.244713000000104],[-63.909995999999921,50.246658000000139],[-63.90193899999997,50.24721500000004],[-63.889724999999999,50.242218000000094],[-63.865554999999915,50.228325000000041],[-63.859443999999996,50.224709000000018],[-63.854720999999927,50.220824999999991],[-63.852782999999988,50.216103000000089],[-63.853614999999991,50.210548000000017],[-63.855835000000013,50.204437000000098],[-63.859443999999996,50.197768999999937]],[[-125.16777000000002,49.980819999999937],[-125.16999800000002,49.980819999999937],[-125.17111199999994,49.981659000000093],[-125.18582199999997,50.004165999999998],[-125.20722999999998,50.044998000000021],[-125.21417199999996,50.069992000000013],[-125.28167699999989,50.11332700000014],[-125.31777999999986,50.136107999999979],[-125.32362399999994,50.143326000000002],[-125.33999599999993,50.203049000000021],[-125.34916699999997,50.242493000000138],[-125.34973100000002,50.25777400000004],[-125.348343,50.261665000000107],[-125.34554299999996,50.263901000000033],[-125.33999599999993,50.26888300000013],[-125.31082200000003,50.281380000000127],[-125.26334400000002,50.293883999999991],[-125.25472999999988,50.293610000000058],[-125.24638399999998,50.290549999999996],[-125.24333199999995,50.288329999999974],[-125.16722099999987,50.213608000000079],[-125.16111799999999,50.200272000000098],[-125.16000400000001,50.190544000000102],[-125.18666100000002,50.141663000000051],[-125.1536099999999,50.006103999999937],[-125.15416699999997,50.000832000000003],[-125.16416900000002,49.985268000000133],[-125.16777000000002,49.980819999999937]],[[-124.8125,50.111381999999992],[-124.82112100000001,50.111107000000118],[-124.82749899999993,50.111937999999952],[-124.83361799999989,50.114441000000113],[-124.86110699999989,50.136383000000023],[-124.93916299999995,50.207771000000093],[-124.96305799999999,50.236382000000049],[-124.96610999999996,50.246941000000106],[-124.96556099999992,50.251663000000008],[-124.92304999999993,50.296386999999982],[-124.91832699999986,50.29972099999992],[-124.91082799999998,50.299995000000081],[-124.90249599999999,50.29833200000013],[-124.89862099999999,50.293883999999991],[-124.87581599999993,50.28472099999999],[-124.82167099999992,50.239716000000044],[-124.75666799999999,50.178328999999962],[-124.75250199999999,50.167770000000132],[-124.752228,50.161376999999959],[-124.75499699999995,50.156097000000102],[-124.80695300000002,50.113884000000041],[-124.8125,50.111381999999992]],[[-124.73082699999992,50.302215999999987],[-124.72693599999997,50.299164000000019],[-124.72471599999994,50.299164000000019],[-124.69554099999999,50.289436000000023],[-124.68331899999993,50.283333000000084],[-124.67250100000001,50.276100000000042],[-124.66860999999994,50.272491000000059],[-124.66111799999993,50.263054000000125],[-124.65943900000002,50.258330999999941],[-124.65750099999997,50.247772000000111],[-124.65611299999989,50.231377000000009],[-124.65834000000001,50.212212000000022],[-124.66000399999996,50.207496999999989],[-124.66251399999999,50.203323000000125],[-124.695831,50.157494000000042],[-124.70195000000001,50.158600000000092],[-124.70805399999995,50.161376999999959],[-124.79222099999993,50.22526600000009],[-124.79499800000002,50.228874000000019],[-124.78083800000002,50.269440000000031],[-124.77778599999999,50.27748900000006],[-124.74500299999994,50.299437999999952],[-124.74054699999994,50.30193300000002],[-124.73082699999992,50.302215999999987]],[[-125.54387700000001,50.393883000000017],[-125.63583399999999,50.379714999999976],[-125.69360399999999,50.383330999999998],[-125.70333899999991,50.384163000000115],[-125.75527999999997,50.391662999999994],[-125.762787,50.394157000000121],[-125.76363400000002,50.397491000000116],[-125.75527999999997,50.405548000000067],[-125.74416399999996,50.40776800000009],[-125.59528399999999,50.433052000000089],[-125.58640300000002,50.434158000000139],[-125.52390300000002,50.434433000000126],[-125.51889,50.431381000000044],[-125.51806599999998,50.428604000000121],[-125.51777600000003,50.409431000000041],[-125.520554,50.403320000000122],[-125.52500899999995,50.400825999999995],[-125.53639199999998,50.395827999999995],[-125.54387700000001,50.393883000000017]],[[-125.16555800000003,50.374435000000062],[-125.06139400000001,50.240547000000049],[-125.05194099999989,50.226653999999996],[-125.05027799999993,50.221657000000107],[-125.048607,50.207771000000093],[-125.04915599999993,50.193320999999969],[-125.05166599999995,50.190826000000129],[-125.11638599999998,50.136658000000011],[-125.12917299999998,50.126098999999954],[-125.13390400000003,50.122764999999958],[-125.14028899999994,50.121658000000025],[-125.14472999999987,50.12193300000007],[-125.15083299999998,50.12499200000002],[-125.15416699999997,50.133331000000055],[-125.13971699999996,50.159431000000097],[-125.15611299999995,50.239158999999972],[-125.21083099999993,50.313048999999921],[-125.21362299999993,50.316666000000055],[-125.22000099999991,50.318329000000006],[-125.26363400000002,50.323607999999979],[-125.27194199999997,50.323883000000023],[-125.31555199999997,50.318054000000018],[-125.32112099999989,50.316939999999988],[-125.32695000000001,50.313881000000038],[-125.33306900000002,50.304435999999953],[-125.33473200000003,50.29972099999992],[-125.33944699999989,50.29583000000008],[-125.35610999999994,50.290276000000063],[-125.37222300000002,50.289436000000023],[-125.38527699999997,50.289993000000095],[-125.390289,50.29222100000004],[-125.39306599999998,50.29583000000008],[-125.39917000000003,50.311104000000114],[-125.400284,50.320831000000055],[-125.39943699999998,50.331108000000086],[-125.39806399999998,50.333878000000084],[-125.391953,50.340546000000074],[-125.291946,50.433876000000055],[-125.28443899999996,50.435822000000144],[-125.27500900000001,50.433327000000133],[-125.27306399999992,50.431107000000111],[-125.23665599999993,50.415825000000098],[-125.21640000000002,50.404709000000139],[-125.16555800000003,50.374435000000062]],[[-125.42610200000001,50.3555530000001],[-125.45777899999996,50.349434000000088],[-125.46749899999998,50.350273000000016],[-125.52610800000002,50.378875999999991],[-125.52806099999998,50.381660000000124],[-125.51862299999993,50.390274000000034],[-125.47749299999998,50.424164000000133],[-125.47165699999999,50.427489999999977],[-125.465012,50.429993000000138],[-125.37998999999996,50.460823000000005],[-125.37165799999997,50.457771000000037],[-125.37082699999996,50.455826000000059],[-125.36665299999993,50.454162999999937],[-125.34306300000003,50.441658000000018],[-125.33194700000001,50.435547000000099],[-125.33000199999998,50.430824000000143],[-125.33056599999986,50.425270000000125],[-125.33693700000003,50.416664000000026],[-125.38583399999999,50.36971299999999],[-125.39835399999998,50.364159000000029],[-125.42610200000001,50.3555530000001]],[[-125.80721999999997,50.413605000000075],[-125.90695199999993,50.409714000000008],[-125.92194399999988,50.41027100000008],[-125.92804699999999,50.411658999999986],[-125.93110699999988,50.413879000000009],[-125.95111099999997,50.433876000000055],[-125.93943799999988,50.443047000000035],[-125.90583799999996,50.45638300000013],[-125.81416299999995,50.46804800000001],[-125.80777,50.467765999999983],[-125.80359599999997,50.465546000000131],[-125.79055799999998,50.456940000000031],[-125.74109599999997,50.431664000000012],[-125.73805199999998,50.428047000000049],[-125.73805199999998,50.426658999999972],[-125.74276700000001,50.424164000000133],[-125.75834700000001,50.419990999999982],[-125.79110700000001,50.414992999999981],[-125.80721999999997,50.413605000000075]],[[-126.22582999999997,50.555267000000129],[-126.30888399999998,50.528327999999988],[-126.33640299999996,50.521659999999997],[-126.35056299999997,50.52027099999998],[-126.486107,50.515549000000078],[-126.58805799999999,50.521378000000084],[-126.60417199999995,50.52526899999998],[-126.62389400000001,50.533881999999949],[-126.60417199999995,50.539719000000105],[-126.57444800000002,50.546387000000095],[-126.55695300000002,50.548607000000118],[-126.54194599999994,50.549438000000123],[-126.52667200000002,50.548882000000106],[-126.48860200000001,50.553321999999923],[-126.38110399999999,50.574715000000026],[-126.28611799999999,50.598327999999981],[-126.28278399999999,50.597488000000112],[-126.22609699999998,50.564156000000025],[-126.22305299999999,50.560546999999985],[-126.224716,50.556655999999919],[-126.22582999999997,50.555267000000129]],[[-126.46639999999996,50.575829000000056],[-126.47501399999993,50.575554000000011],[-126.47917199999995,50.576385000000016],[-126.53555299999999,50.590546000000018],[-126.54915599999998,50.596382000000062],[-126.55222300000003,50.598602000000085],[-126.554169,50.602776000000119],[-126.55248999999998,50.607498000000021],[-126.55027799999999,50.608604000000071],[-126.54360999999994,50.611382000000049],[-126.52916699999997,50.614998000000128],[-126.45361299999996,50.626937999999996],[-126.40499899999992,50.626099000000067],[-126.385559,50.625549000000035],[-126.37721299999993,50.623877999999934],[-126.364441,50.619438000000116],[-126.36138900000003,50.615829000000133],[-126.36165599999998,50.613052000000039],[-126.36971999999992,50.605826999999977],[-126.38027999999997,50.598602000000085],[-126.38474300000001,50.596100000000035],[-126.39138799999995,50.59276600000004],[-126.39806399999998,50.591103000000089],[-126.46639999999996,50.575829000000056]],[[-59.345832999999971,50.533881999999949],[-59.353888999999924,50.533881999999949],[-59.358337000000006,50.537773000000016],[-59.384170999999924,50.633049000000085],[-59.384170999999924,50.638328999999999],[-59.382773999999984,50.64388300000013],[-59.378051999999911,50.649161999999933],[-59.371940999999993,50.652771000000143],[-59.364448999999979,50.653876999999966],[-59.355003000000011,50.652214000000072],[-59.337775999999906,50.640831000000048],[-59.333610999999905,50.636108000000036],[-59.321670999999981,50.618881000000044],[-59.305556999999965,50.59165999999999],[-59.300277999999992,50.581940000000088],[-59.298339999999939,50.57249500000006],[-59.298339999999939,50.561935000000119],[-59.308891000000017,50.553047000000106],[-59.320557000000008,50.545830000000024],[-59.333060999999873,50.539436000000137],[-59.345832999999971,50.533881999999949]],[[-126.87332200000003,50.663322000000051],[-126.83416699999998,50.634163000000058],[-126.83112299999999,50.629158000000018],[-126.83583099999998,50.625267000000122],[-126.90249599999993,50.613883999999928],[-126.91251399999999,50.61360900000011],[-127.01666299999999,50.638328999999999],[-127.025284,50.639992000000063],[-127.04276999999996,50.637497000000053],[-127.05832700000002,50.632492000000013],[-127.10193600000002,50.627486999999974],[-127.12249800000001,50.62721300000004],[-127.13221699999991,50.628326000000129],[-127.14055599999995,50.62971500000009],[-127.14472999999998,50.633881000000031],[-127.14334100000002,50.63888500000013],[-127.13166799999999,50.652214000000072],[-127.12721299999998,50.656096999999988],[-127.10916099999997,50.665267999999969],[-127.093887,50.669159000000036],[-127.08640300000002,50.669716000000108],[-126.89028899999994,50.667213000000118],[-126.87970699999994,50.666100000000029],[-126.87332200000003,50.663322000000051]],[[-126.64388999999994,50.691933000000006],[-126.65249599999999,50.691376000000105],[-126.65888999999993,50.694435000000055],[-126.662781,50.69860099999994],[-126.66583300000002,50.703323000000012],[-126.69027699999998,50.75499700000006],[-126.68554699999993,50.758888000000127],[-126.66832699999998,50.759163000000115],[-126.60221899999999,50.770828000000051],[-126.58277900000002,50.769714000000022],[-126.54387700000001,50.765831000000105],[-126.53639199999992,50.763611000000083],[-126.53582799999998,50.758606000000043],[-126.63806199999993,50.694992000000127],[-126.64388999999994,50.691933000000006]],[[-55.564720000000023,50.699714999999912],[-55.580001999999922,50.698326000000122],[-55.588889999999992,50.699431999999945],[-55.64527899999996,50.71888000000007],[-55.65166499999998,50.72304500000007],[-55.653052999999886,50.727211000000011],[-55.629439999999931,50.780823000000112],[-55.62471800000003,50.787216000000058],[-55.619163999999955,50.791381999999999],[-55.462775999999963,50.805824000000143],[-55.454444999999964,50.802489999999977],[-55.450554000000011,50.798332000000016],[-55.449722000000008,50.792770000000075],[-55.454720000000009,50.788048000000003],[-55.46694199999996,50.784163999999976],[-55.512504999999976,50.722763000000043],[-55.525001999999972,50.715827999999988],[-55.551392000000021,50.703323000000012],[-55.557502999999997,50.701385000000073],[-55.564720000000023,50.699714999999912]],[[-126.27306399999998,50.652771000000143],[-126.46333300000003,50.641662999999937],[-126.56806899999998,50.648331000000098],[-126.58416699999992,50.650269000000037],[-126.59889199999998,50.654159999999933],[-126.60637699999995,50.657211000000132],[-126.612503,50.659988000000055],[-126.61749299999997,50.664993000000095],[-126.61749299999997,50.667770000000019],[-126.54583700000001,50.726096999999982],[-126.43720999999999,50.783882000000119],[-126.38971699999996,50.806381000000044],[-126.38221699999997,50.808043999999995],[-126.28056299999997,50.828331000000048],[-126.26640299999997,50.827773999999977],[-126.25805699999995,50.824715000000026],[-126.2538909999999,50.821938000000102],[-126.25171699999987,50.818932000000075],[-126.23832699999997,50.811104000000057],[-126.22944599999994,50.803322000000094],[-126.17832900000002,50.750832000000059],[-126.17722299999997,50.748604000000114],[-126.17666600000001,50.743881000000101],[-126.25305200000003,50.699646000000087],[-126.25611900000001,50.661377000000073],[-126.26083399999999,50.657211000000132],[-126.26640299999997,50.654709000000082],[-126.27306399999998,50.652771000000143]],[[-126.73137700000001,50.771934999999985],[-126.79778299999992,50.768883000000017],[-126.807503,50.769989000000066],[-126.85333300000002,50.782767999999919],[-126.86472299999997,50.78943600000008],[-126.90583799999996,50.822769000000108],[-126.90139799999992,50.825272000000098],[-126.88806199999999,50.829162999999994],[-126.88137799999993,50.830276000000026],[-126.64862099999999,50.847214000000122],[-126.64334100000002,50.846939000000134],[-126.63583399999999,50.845268000000033],[-126.62943999999993,50.842490999999995],[-126.58860800000002,50.821381000000031],[-126.56806899999998,50.807770000000062],[-126.56304899999992,50.799995000000138],[-126.56861900000001,50.797493000000088],[-126.73137700000001,50.771934999999985]],[[-127.22693599999991,50.636108000000036],[-126.975281,50.576942000000088],[-126.85472099999993,50.554436000000123],[-126.77639799999997,50.546104000000128],[-126.76806599999998,50.544441000000006],[-126.72138999999999,50.531936999999971],[-126.70527600000003,50.527489000000003],[-126.63999899999999,50.507773999999984],[-126.62332199999992,50.498329000000126],[-126.56388899999996,50.483604000000014],[-126.49388099999993,50.481934000000024],[-126.39472999999998,50.481658999999979],[-126.38694800000002,50.482765000000029],[-126.35582699999998,50.48333000000008],[-126.327789,50.480820000000051],[-126.22112299999998,50.468596999999988],[-126.20500199999992,50.466660000000104],[-126.15471600000001,50.459435000000042],[-126.06916799999999,50.438599000000067],[-126.04611199999994,50.432495000000017],[-126.031387,50.427773000000116],[-126.01889,50.42193600000013],[-125.97609699999992,50.394996999999989],[-125.96250900000001,50.388885000000016],[-125.94776899999994,50.38499500000006],[-125.92859599999997,50.382209999999986],[-125.81696299999999,50.378044000000102],[-125.58000199999987,50.365828999999962],[-125.56416300000001,50.363883999999985],[-125.54860699999989,50.359161000000029],[-125.46305799999993,50.329719999999952],[-125.44972200000001,50.323607999999979],[-125.44055200000003,50.318329000000006],[-125.43554699999999,50.314712999999983],[-125.43167099999999,50.310547000000042],[-125.42887899999994,50.305549999999982],[-125.42722300000003,50.299995000000081],[-125.42666599999995,50.293883999999991],[-125.42722300000003,50.287498000000085],[-125.41500899999994,50.261665000000107],[-125.39362299999999,50.215546000000018],[-125.37777699999998,50.17971799999998],[-125.36277799999993,50.138046000000088],[-125.33084099999996,50.113884000000041],[-125.28694199999995,50.08138300000013],[-125.229446,50.026657],[-125.22165699999999,50.018051000000071],[-125.21611000000001,50.001389000000074],[-125.21417199999996,49.976379000000065],[-125.212784,49.970825000000048],[-125.20722999999998,49.961662000000047],[-125.16860999999994,49.912766000000033],[-125.11221299999994,49.868324000000086],[-124.99305699999991,49.788330000000087],[-124.89806399999998,49.731658999999979],[-124.89138799999989,49.664711000000068],[-124.91639700000002,49.631660000000124],[-124.86028299999992,49.541663999999969],[-124.85305800000003,49.532494000000099],[-124.83306900000002,49.510826000000122],[-124.78943599999991,49.464157],[-124.579453,49.38749700000011],[-124.55110200000001,49.378044000000102],[-124.53555299999999,49.373878000000047],[-124.51917300000002,49.370270000000119],[-124.26083399999993,49.315269000000001],[-124.12193299999996,49.270271000000093],[-123.94304699999992,49.211104999999918],[-123.85637699999995,49.149162000000047],[-123.86028299999992,49.153046000000074],[-123.86638599999998,49.160820000000115],[-123.86805700000002,49.164436000000137],[-123.87110899999988,49.173607000000118],[-123.87138399999998,49.181106999999997],[-123.86638599999998,49.186378000000047],[-123.86165599999993,49.188880999999981],[-123.84999099999999,49.191658000000075],[-123.82444800000002,49.192764000000125],[-123.82055699999995,49.190544000000102],[-123.80722000000003,49.180275000000051],[-123.79444899999993,49.173325000000034],[-123.78859699999998,49.170273000000122],[-123.76944700000001,49.16304800000006],[-123.73805199999993,49.154433999999981],[-123.71112099999999,49.149993999999992],[-123.70417800000001,49.147491000000002],[-123.699432,49.143883000000073],[-123.696663,49.14027400000009],[-123.69638099999997,49.135551000000078],[-123.69915799999995,49.130272000000105],[-123.70388800000001,49.126381000000038],[-123.73137700000001,49.117493000000081],[-123.74166899999989,49.118049999999982],[-123.83750899999995,49.14138000000014],[-123.85056299999997,49.145546000000024],[-123.81027199999994,49.115829000000076],[-123.75195300000001,49.040833000000021],[-123.74944299999999,49.03527100000008],[-123.75028999999989,49.02915999999999],[-123.75695799999994,48.986938000000123],[-123.75862099999989,48.980819999999994],[-123.76334399999996,48.976936000000137],[-123.69193999999993,48.908325000000104],[-123.68222000000003,48.902214000000072],[-123.5911099999999,48.839989000000116],[-123.58277900000002,48.831940000000088],[-123.56555199999997,48.789719000000105],[-123.56304899999998,48.778327999999988],[-123.56471299999993,48.749718000000087],[-123.50945300000001,48.587493999999992],[-123.47666899999996,48.631660000000124],[-123.47083999999995,48.673324999999977],[-123.46916199999993,48.67943600000001],[-123.46444700000001,48.683327000000077],[-123.45973200000003,48.685822000000144],[-123.45140100000003,48.686652999999978],[-123.44193999999999,48.686652999999978],[-123.41639699999996,48.684433000000126],[-123.40110800000002,48.681381000000044],[-123.39639299999999,48.677773000000116],[-123.34973099999996,48.547775000000058],[-123.34834299999994,48.535828000000095],[-123.29527300000001,48.484718000000044],[-123.29167200000001,48.480820000000108],[-123.27861000000001,48.456100000000049],[-123.27610800000002,48.451103000000103],[-123.27694700000001,48.445540999999992],[-123.28694200000001,48.418602000000021],[-123.28971899999999,48.413321999999937],[-123.29444899999993,48.409714000000065],[-123.30082699999997,48.406654000000003],[-123.32055699999989,48.399437000000034],[-123.33640299999996,48.396942000000024],[-123.36028299999987,48.397217000000069],[-123.41665599999999,48.423882000000106],[-123.42138699999992,48.427490000000034],[-123.425003,48.431938000000002],[-123.45973200000003,48.411934000000031],[-123.51334400000002,48.374709999999993],[-123.53694200000001,48.338326000000109],[-123.54250300000001,48.312492000000077],[-123.54611199999999,48.307770000000005],[-123.55166600000001,48.304710000000114],[-123.55915800000002,48.303047000000049],[-123.58332799999994,48.301102000000014],[-123.598343,48.311661000000072],[-123.71444699999995,48.348045000000127],[-123.76251199999996,48.361664000000019],[-123.77166699999998,48.361664000000019],[-123.77999899999998,48.360550000000046],[-123.79499799999996,48.357498000000135],[-123.80888400000003,48.353324999999984],[-123.817497,48.352493000000095],[-123.823624,48.352776000000063],[-123.91610699999995,48.364159000000029],[-123.92415599999998,48.366104000000064],[-123.97609699999998,48.381934999999999],[-124.26363399999997,48.468880000000013],[-124.423607,48.516937000000041],[-124.609444,48.560547000000042],[-124.6885989999999,48.578330999999991],[-124.72083999999995,48.586655000000007],[-124.75917099999998,48.6055530000001],[-124.77111799999994,48.611663999999962],[-124.79499800000002,48.629989999999964],[-124.81777999999997,48.648880000000133],[-124.82277699999997,48.652489000000116],[-124.9225009999999,48.679993000000138],[-125.02887699999997,48.708885000000009],[-125.0625,48.714996000000099],[-125.09500100000002,48.721930999999984],[-125.10221899999993,48.724433999999917],[-125.11389199999996,48.731102000000078],[-125.18443299999996,48.796104000000128],[-125.18499800000001,48.800827000000083],[-125.01722699999999,48.920547000000113],[-124.90862300000003,48.969154000000003],[-124.90306099999998,48.97137500000008],[-124.84750399999996,49.011664999999994],[-124.84277299999985,49.015549000000021],[-124.83556399999998,49.02416199999999],[-124.78083800000002,49.131377999999984],[-124.77944899999994,49.144439999999975],[-124.78083800000002,49.150542999999914],[-124.79695099999998,49.215828000000101],[-124.79972799999996,49.22693600000008],[-124.80499299999997,49.236938000000066],[-124.80776999999995,49.240547000000049],[-124.81555199999997,49.238045],[-124.818893,49.234718000000044],[-124.82444800000002,49.224158999999986],[-124.82501199999996,49.217209000000139],[-124.82333399999993,49.205551000000128],[-124.81723,49.18332700000002],[-124.81610099999995,49.164711000000011],[-124.81806899999998,49.146103000000096],[-124.82611099999997,49.122489999999971],[-124.83139,49.112495000000081],[-124.87832599999996,49.025268999999923],[-124.88194299999998,49.020546000000138],[-124.89472999999998,49.008888000000127],[-124.90055799999993,49.00499700000006],[-124.906113,49.001938000000052],[-124.93694299999999,48.988045000000056],[-124.94999699999994,48.983330000000024],[-124.96278399999994,48.981102000000021],[-125.06916799999999,48.984436000000017],[-125.126938,48.991104000000007],[-125.19888300000002,48.96276899999998],[-125.21000699999996,48.955826000000002],[-125.21665999999988,48.953323000000012],[-125.22416699999991,48.951660000000118],[-125.23137699999995,48.951103000000046],[-125.24194299999988,48.951660000000118],[-125.318893,48.96443899999997],[-125.32721699999996,48.966102999999976],[-125.45722999999992,48.918052999999986],[-125.46472199999988,48.916382000000112],[-125.48361199999999,48.915825000000041],[-125.502228,48.917770000000019],[-125.50723299999999,48.920273000000009],[-125.75110599999994,49.055267000000072],[-125.76806599999998,49.098602000000028],[-125.73805199999998,49.105552999999986],[-125.69304699999992,49.12860100000006],[-125.64167800000001,49.16304800000006],[-125.63722200000001,49.166939000000127],[-125.60888699999998,49.198043999999982],[-125.60582699999992,49.210274000000084],[-125.60749800000002,49.215828000000101],[-125.611107,49.220267999999919],[-125.61638599999998,49.219711000000018],[-125.66443599999991,49.189987000000031],[-125.72083999999995,49.157767999999976],[-125.74694799999997,49.148604999999975],[-125.75334199999998,49.147491000000002],[-125.75611899999996,49.151657000000114],[-125.779449,49.241661000000022],[-125.79666099999992,49.310272000000055],[-125.86609599999991,49.274436999999978],[-125.952789,49.230270000000075],[-125.96501199999989,49.22526599999992],[-125.97028399999999,49.224709000000018],[-125.97444199999995,49.224991000000102],[-125.98137700000001,49.227211000000125],[-125.98750299999989,49.230270000000075],[-126.020554,49.263054000000125],[-126.02333099999993,49.268051000000071],[-126.02223200000003,49.280823000000055],[-126.01862299999993,49.285553000000107],[-126.01306199999999,49.288887000000102],[-126.00666799999993,49.290549999999996],[-125.98029300000002,49.292496000000085],[-125.97361799999999,49.294997999999964],[-125.96916199999998,49.297493000000031],[-125.950287,49.311935000000005],[-125.94554099999999,49.316666000000112],[-125.89750699999996,49.41027100000008],[-125.89584399999995,49.416381999999999],[-125.89695699999993,49.428047000000049],[-125.89972699999998,49.433601000000067],[-125.90471599999995,49.435822000000144],[-125.90915699999988,49.431938000000116],[-125.94722000000002,49.395546000000138],[-125.96250900000001,49.377487000000031],[-125.96501199999989,49.373604000000114],[-125.96528599999999,49.367493000000024],[-125.962219,49.3555530000001],[-125.962784,49.350273000000072],[-125.96610999999996,49.345543000000021],[-125.99527,49.324440000000095],[-126.00195300000001,49.321938000000046],[-126.00945299999989,49.321663000000001],[-126.03916900000002,49.330275999999969],[-126.04638699999987,49.333328000000108],[-126.06111099999998,49.344154000000003],[-126.06500199999999,49.348328000000038],[-126.07556199999999,49.386383000000137],[-126.07389799999999,49.392494000000056],[-126.120003,49.423049999999989],[-126.22556299999991,49.41027100000008],[-126.26390099999998,49.389435000000049],[-126.36527999999998,49.401657000000057],[-126.45916699999998,49.401932000000045],[-126.46167000000003,49.382767000000115],[-126.46611000000001,49.380272000000048],[-126.52667200000002,49.371933000000013],[-126.54222099999993,49.374435000000119],[-126.54723399999995,49.378044000000102],[-126.57778899999988,49.407767999999919],[-126.579453,49.413322000000107],[-126.57917799999996,49.419440999999949],[-126.56973299999999,49.576385000000073],[-126.56610099999995,49.584434999999985],[-126.47028399999999,49.635551000000021],[-126.46167000000003,49.636658000000125],[-126.40416699999997,49.637772000000098],[-126.38417099999992,49.63638300000008],[-126.36749299999997,49.633049000000085],[-126.36028299999998,49.630820999999969],[-126.34137699999997,49.628875999999991],[-126.28472899999997,49.634438000000102],[-126.22389199999998,49.640549000000021],[-126.13417099999998,49.649994000000049],[-126.09445199999988,49.655548000000067],[-126.08693699999998,49.657211000000018],[-126.08750899999995,49.662209000000018],[-126.09028599999999,49.666382000000112],[-126.09416199999993,49.671104000000014],[-126.10305799999998,49.679161000000022],[-126.11028299999992,49.681380999999988],[-126.11972000000003,49.681107000000054],[-126.20944199999991,49.673881999999992],[-126.23444399999994,49.669159000000036],[-126.24638400000003,49.664711000000068],[-126.283073,49.654990999999995],[-126.29833999999994,49.652214000000072],[-126.34084300000001,49.648605000000089],[-126.43110699999994,49.662491000000045],[-126.43831599999993,49.664153999999996],[-126.58500699999996,49.701103000000046],[-126.59028599999994,49.704437000000041],[-126.63027999999997,49.794998000000078],[-126.67971799999998,49.878876000000105],[-126.80444299999988,49.909156999999993],[-126.83917200000002,49.884720000000129],[-126.84555099999989,49.8822100000001],[-126.85221899999993,49.87971500000009],[-126.87609899999995,49.873322000000087],[-126.93943799999994,49.862770000000125],[-126.99416399999996,49.855270000000019],[-127.12111699999997,49.85228699999999],[-127.13249200000001,49.85694100000012],[-127.17749000000003,49.88888500000013],[-127.18554699999999,49.897491000000059],[-127.22444199999995,49.940269000000114],[-127.24137899999999,49.961937000000034],[-127.23889199999996,49.967208999999968],[-127.234444,49.97137500000008],[-127.17999299999991,50.021378000000027],[-127.18277,50.03166200000004],[-127.18360899999999,50.051102000000014],[-127.17666599999995,50.061104],[-127.172234,50.064995000000067],[-127.13027999999997,50.084717000000126],[-127.15833999999995,50.096382000000006],[-127.27055399999995,50.0991590000001],[-127.27500899999995,50.059990000000028],[-127.27749599999993,50.055267000000015],[-127.28388999999999,50.052216000000044],[-127.33000199999998,50.033882000000062],[-127.34500100000002,50.030273000000079],[-127.38054699999998,50.026100000000099],[-127.38999899999993,50.028603000000089],[-127.42331699999994,50.042221000000097],[-127.45195000000001,50.069716999999969],[-127.46916199999993,50.088042999999971],[-127.47193900000002,50.092765999999983],[-127.54804999999993,50.130272000000105],[-127.63276699999994,50.129990000000021],[-127.78028899999993,50.084160000000054],[-127.781387,50.084160000000054],[-127.78362299999998,50.084160000000054],[-127.890556,50.106941000000063],[-127.89584400000001,50.108886999999925],[-127.90083299999998,50.112495000000024],[-127.90695199999999,50.12082700000002],[-127.90666199999998,50.127769000000114],[-127.90334300000001,50.132492000000127],[-127.89222699999988,50.139160000000061],[-127.87917299999998,50.144440000000145],[-127.86805700000002,50.151099999999985],[-127.83721899999995,50.172493000000088],[-127.82833900000003,50.180550000000096],[-127.78888699999999,50.222214000000008],[-127.79915599999993,50.317772000000105],[-127.80444299999994,50.321380999999917],[-127.86389200000002,50.336937000000091],[-127.87138399999998,50.33776899999998],[-127.88110399999999,50.337212000000079],[-127.895554,50.326385000000073],[-127.90778399999999,50.319717000000082],[-127.92166099999997,50.316666000000055],[-127.93138099999993,50.31610100000006],[-127.94833399999993,50.321937999999989],[-127.95249899999993,50.324715000000083],[-127.97860700000001,50.342491000000052],[-127.97944599999994,50.347214000000065],[-127.92610199999996,50.459991000000059],[-127.92388900000003,50.462769000000037],[-127.91722099999993,50.464156999999943],[-127.75666799999993,50.486381999999992],[-127.708054,50.491661000000136],[-127.70028699999995,50.492218000000037],[-127.58416699999998,50.486938000000009],[-127.576683,50.484717999999987],[-127.57140400000003,50.481934000000024],[-127.56331599999999,50.4741590000001],[-127.53278399999999,50.439986999999974],[-127.50750700000003,50.409157000000107],[-127.49527,50.395827999999995],[-127.47444200000001,50.381660000000124],[-127.46193699999998,50.37582400000008],[-127.454453,50.373604000000057],[-127.44695300000001,50.372765000000129],[-127.446663,50.379714999999976],[-127.45249899999988,50.388885000000016],[-127.48665599999993,50.437492000000134],[-127.50583599999999,50.458602999999982],[-127.52027899999996,50.469711000000132],[-127.53083800000002,50.476936000000023],[-127.54750100000001,50.486938000000009],[-127.56388899999996,50.502220000000023],[-127.57000699999998,50.512214999999912],[-127.56749699999995,50.516105999999979],[-127.55027799999999,50.538329999999917],[-127.54472399999997,50.541664000000083],[-127.50361599999997,50.562210000000107],[-127.49694799999992,50.565269000000058],[-127.49027999999993,50.568054000000132],[-127.47501399999999,50.571663000000115],[-127.44360399999999,50.571663000000115],[-127.41972399999992,50.573883000000137],[-127.41416900000002,50.575829000000056],[-127.41166699999997,50.581383000000017],[-127.41139199999992,50.587494000000106],[-127.41944899999999,50.596657000000107],[-127.58168000000001,50.593880000000013],[-127.69138299999997,50.606659000000093],[-127.87332200000003,50.623877999999934],[-127.87666299999995,50.621658000000139],[-127.87361099999993,50.616936000000067],[-127.854446,50.608330000000137],[-127.80055199999998,50.587494000000106],[-127.78666699999997,50.582214000000022],[-127.76834099999996,50.579994000000056],[-127.75110599999999,50.581108000000029],[-127.72501399999993,50.584434999999928],[-127.708618,50.584991000000116],[-127.66251399999999,50.581383000000017],[-127.63445300000001,50.578049000000021],[-127.61028299999998,50.565825999999959],[-127.595551,50.55582400000003],[-127.59166699999997,50.551659000000029],[-127.58972199999999,50.546104000000128],[-127.595551,50.536659000000043],[-127.60109699999998,50.533333000000027],[-127.60888699999987,50.53138000000007],[-128.05142199999995,50.446693000000039],[-128.13363599999997,50.474709000000132],[-128.224152,50.531105000000082],[-128.319458,50.608604000000071],[-128.37527499999993,50.678604000000064],[-128.40695199999999,50.738883999999985],[-128.41473399999995,50.762771999999984],[-128.41665599999999,50.76915699999995],[-128.41305499999993,50.773880000000133],[-128.40863000000002,50.77777100000003],[-128.35583499999996,50.799721000000034],[-128.349152,50.801658999999972],[-128.10693400000002,50.860550000000103],[-128.05306999999999,50.87193300000007],[-127.91832699999998,50.872214999999983],[-127.90972899999991,50.871375999999998],[-127.882767,50.865546999999992],[-127.83332799999999,50.854163999999969],[-127.67749000000003,50.817497000000003],[-127.51471700000002,50.774437000000034],[-127.50723299999993,50.772217000000012],[-127.49582699999996,50.765831000000105],[-127.48750299999995,50.757217000000082],[-127.45916699999992,50.718322999999998],[-127.354446,50.676102000000014],[-127.22693599999991,50.636108000000036]],[[-127.65471599999995,50.837769000000094],[-127.66139199999998,50.834991000000059],[-127.67027300000001,50.835266000000104],[-127.75306699999999,50.852776000000063],[-127.83332799999999,50.879715000000033],[-127.83860799999997,50.881660000000068],[-127.83306899999997,50.884995000000117],[-127.73500100000001,50.909987999999998],[-127.72638699999993,50.908600000000092],[-127.71665999999999,50.90554800000001],[-127.71028099999995,50.901932000000102],[-127.69138299999997,50.887214999999969],[-127.67083699999995,50.86693600000001],[-127.65833999999995,50.854163999999969],[-127.65527299999997,50.849433999999974],[-127.65334299999995,50.843880000000127],[-127.65471599999995,50.837769000000094]],[[-55.555557000000022,50.886383000000023],[-55.563888999999961,50.884995000000117],[-55.571670999999924,50.885826000000122],[-55.581116000000009,50.888046000000145],[-55.604720999999984,50.898048000000074],[-55.615554999999972,50.906097000000102],[-55.619720000000029,50.910271000000137],[-55.636115999999959,50.950829000000056],[-55.635276999999917,50.961380000000133],[-55.629439999999931,50.965546000000018],[-55.565552000000025,50.983046999999999],[-55.558334000000002,50.984436000000017],[-55.550551999999925,50.985268000000076],[-55.54222900000002,50.984993000000088],[-55.535277999999948,50.981377000000009],[-55.531386999999995,50.977211000000125],[-55.529723999999987,50.968323000000112],[-55.549995000000024,50.890830999999991],[-55.555557000000022,50.886383000000023]],[[-55.993889000000024,51.200272000000098],[-55.999999999999943,51.196655000000135],[-56.00111400000003,51.201660000000004],[-55.998055000000022,51.207496999999989],[-55.992774999999995,51.212769000000094],[-55.981383999999935,51.22165700000005],[-55.975554999999986,51.225822000000051],[-55.967772999999966,51.226653999999996],[-55.968329999999867,51.221375000000023],[-55.970550999999944,51.218323000000055],[-55.982498000000021,51.208885000000066],[-55.993889000000024,51.200272000000098]],[[-58.413329999999917,51.238884000000098],[-58.462219000000005,51.216103000000089],[-58.563613999999973,51.228325000000041],[-58.565001999999993,51.23333000000008],[-58.561942999999928,51.239159000000086],[-58.555831999999953,51.242767000000015],[-58.513335999999924,51.264999000000103],[-58.506392999999946,51.268326000000059],[-58.419448999999986,51.274712000000136],[-58.412773000000016,51.267212000000029],[-58.409163999999919,51.256943000000035],[-58.413329999999917,51.238884000000098]],[[-53.756366999999955,48.50326200000012],[-53.997498000000007,48.425552000000039],[-54.011116000000015,48.421660999999972],[-54.025001999999915,48.418602000000021],[-54.048889000000031,48.420546999999999],[-54.057220000000029,48.421936000000017],[-54.072776999999917,48.428604000000007],[-54.081115999999952,48.429992999999968],[-54.094443999999953,48.425827000000083],[-54.100554999999929,48.422493000000088],[-54.147223999999994,48.391380000000083],[-54.138054000000011,48.359161000000029],[-54.134726999999998,48.354438999999957],[-54.12749500000001,48.353324999999984],[-54.118606999999997,48.364998000000014],[-54.088607999999965,48.395545999999968],[-54.075561999999934,48.401932000000102],[-54.069449999999961,48.40387700000008],[-54.054442999999935,48.404160000000047],[-54.045554999999979,48.401932000000102],[-54.029167000000029,48.399437000000034],[-54.021111000000019,48.399162000000047],[-53.998885999999914,48.400826000000052],[-53.99222599999996,48.402489000000003],[-53.97972099999987,48.408042999999964],[-53.913054999999929,48.444153000000085],[-53.756366999999955,48.50326200000012],[-53.674445999999932,48.534164000000089],[-53.647223999999994,48.541107000000068],[-53.631942999999978,48.541382000000056],[-53.623054999999965,48.53916200000009],[-53.586387999999999,48.525269000000037],[-53.574722000000008,48.507216999999969],[-53.558051999999975,48.474709000000018],[-53.588051000000007,48.428047000000106],[-53.562217999999973,48.439155999999969],[-53.533889999999985,48.451935000000049],[-53.48860899999994,48.507216999999969],[-53.461945000000014,48.555266999999958],[-53.46527900000001,48.568603999999993],[-53.465835999999967,48.57416500000005],[-53.465003999999965,48.579436999999984],[-53.437217999999973,48.619987000000094],[-53.424445999999989,48.625549000000035],[-53.345832999999914,48.615828999999962],[-53.33805099999995,48.612494999999967],[-53.313056999999958,48.595267999999976],[-53.305832000000009,48.586655000000007],[-53.303329000000019,48.581940000000145],[-53.226386999999932,48.555549999999926],[-53.216392999999925,48.566939999999988],[-53.153884999999946,48.628601000000003],[-53.079726999999991,48.6988750000001],[-53.072776999999917,48.700272000000041],[-53.067779999999914,48.696380999999974],[-53.02305599999994,48.660820000000001],[-53.018889999999942,48.656380000000013],[-52.978049999999996,48.604439000000127],[-52.976386999999988,48.599159000000043],[-52.976944000000003,48.59388000000007],[-52.987220999999977,48.548050000000046],[-53.053885999999977,48.442764000000068],[-53.075561999999991,48.422493000000088],[-53.097495999999978,48.405266000000097],[-53.1875,48.350829999999974],[-53.194159999999954,48.348602000000028],[-53.201941999999974,48.347488000000055],[-53.209723999999937,48.347771000000023],[-53.218055999999933,48.3491590000001],[-53.24888599999997,48.362770000000069],[-53.261391000000003,48.37082700000002],[-53.266395999999986,48.37499200000002],[-53.345001000000025,48.360275000000058],[-53.388892999999882,48.303879000000109],[-53.615279999999984,48.178046999999935],[-53.621383999999921,48.174712999999997],[-53.634170999999924,48.169991000000095],[-53.662216000000001,48.163321999999994],[-53.668609999999944,48.162490999999989],[-53.676948999999979,48.163879000000065],[-53.694716999999912,48.169158999999979],[-53.71055599999994,48.17582700000014],[-53.892501999999979,48.226936000000137],[-53.901389999999935,48.229156000000103],[-53.934165999999948,48.233330000000137],[-53.940551999999968,48.230819999999937],[-53.945273999999984,48.178879000000052],[-53.944159999999897,48.163879000000065],[-53.917777999999998,48.088043000000027],[-53.912498000000028,48.084160000000054],[-53.904167000000029,48.081940000000088],[-53.823616000000015,48.074439999999981],[-53.793335000000013,48.073608000000092],[-53.77027899999996,48.073326000000009],[-53.733611999999994,48.076103000000103],[-53.718604999999968,48.078049000000021],[-53.696944999999971,48.079162999999994],[-53.689163000000008,48.078880000000026],[-53.692885999999874,48.067993000000001],[-53.688389000000029,48.065989999999999],[-53.685219000000018,48.063660000000141],[-53.683887000000027,48.060822000000144],[-53.684222999999918,48.057822999999985],[-53.687888999999927,48.054825000000108],[-53.691055000000006,48.052658000000065],[-53.698883000000023,48.049328000000003],[-53.736945999999989,48.032767999999976],[-53.763335999999981,48.026382000000012],[-53.799445999999989,48.02165999999994],[-53.836661999999933,48.022217000000012],[-53.852225999999973,48.023048000000074],[-53.876389000000017,48.025826000000052],[-53.893889999999942,48.029991000000052],[-53.90166499999998,48.033607000000075],[-53.909438999999963,48.033882000000119],[-53.916663999999912,48.033332999999971],[-53.923614999999984,48.031662000000097],[-53.924170999999944,48.026657000000057],[-53.919167000000016,48.022490999999945],[-53.911384999999939,48.019157000000007],[-53.893058999999937,48.014442000000145],[-53.794448999999986,47.996384000000091],[-53.779166999999973,47.996658000000025],[-53.695388999999921,48.018218999999988],[-53.69138700000002,48.019215000000145],[-53.668723999999997,48.029880999999989],[-53.650218999999993,48.037884000000133],[-53.607779999999991,48.051102000000071],[-53.605835000000013,48.046387000000038],[-53.619164000000012,47.998878000000047],[-53.622498000000007,47.993050000000096],[-53.723610000000008,47.843880000000013],[-53.737777999999992,47.826660000000061],[-53.787506000000008,47.773048000000074],[-53.793335000000013,47.768599999999935],[-53.801391999999964,47.769989000000123],[-53.807502999999997,47.773604999999975],[-53.825561999999991,47.794998000000078],[-53.852500999999961,47.785271000000137],[-53.850554999999986,47.760551000000135],[-53.837501999999915,47.699432000000058],[-53.760283999999956,47.609993000000145],[-53.631110999999976,47.54332700000009],[-53.550551999999982,47.529159999999933],[-53.545279999999991,47.534439000000134],[-53.542502999999954,47.550270000000069],[-53.541114999999991,47.585266000000047],[-53.497779999999977,47.734717999999987],[-53.495834000000002,47.740273000000059],[-53.461113000000012,47.806655999999975],[-53.434998000000007,47.83776899999998],[-53.30610699999994,47.984161000000029],[-53.290840000000003,47.999435000000119],[-53.274445000000014,48.013329000000056],[-53.170554999999979,48.05360399999995],[-53.110001000000011,48.03943600000008],[-53.101943999999946,48.038048000000003],[-53.095001000000025,48.03943600000008],[-53.053329000000019,48.049721000000034],[-53.041945999999996,48.055824000000143],[-52.996947999999975,48.086380000000077],[-52.974716000000001,48.116385999999977],[-52.959723999999994,48.143051000000014],[-52.956389999999999,48.148605000000032],[-52.926948999999979,48.169991000000095],[-52.919998000000021,48.171379000000002],[-52.902221999999995,48.16304800000006],[-52.886115999999959,48.151100000000042],[-52.881942999999922,48.147491000000059],[-52.83555599999994,48.106383999999991],[-52.831389999999942,48.101661999999919],[-52.832779000000016,48.096939000000134],[-52.838889999999935,48.093605000000139],[-52.871940999999993,48.082214000000022],[-52.880279999999914,48.083327999999995],[-52.898055999999997,48.090546000000018],[-52.904167000000029,48.089714000000072],[-52.911384999999996,48.088043000000027],[-52.917503000000011,48.084716999999955],[-52.928336999999999,48.075553999999954],[-53.058051999999975,47.922493000000031],[-53.05999799999995,47.916939000000013],[-53.059440999999993,47.886658000000125],[-53.075835999999981,47.850830000000087],[-53.158607000000018,47.683052000000089],[-53.178336999999999,47.651382000000012],[-53.183608999999933,47.646385000000123],[-53.201667999999984,47.636383000000137],[-53.221106999999961,47.628601000000003],[-53.240836999999942,47.622489999999914],[-53.259726999999998,47.615829000000019],[-53.265006999999969,47.611664000000019],[-53.267220000000009,47.606102000000078],[-53.261672999999973,47.546386999999982],[-53.175560000000019,47.431381000000101],[-53.128333999999995,47.411102000000142],[-53.121940999999993,47.413321999999994],[-53.111945999999989,47.423607000000118],[-53.083060999999987,47.458327999999995],[-53.065833999999938,47.469986000000063],[-53.013061999999934,47.501389000000074],[-52.995002999999997,47.51138300000008],[-52.951667999999927,47.530823000000055],[-52.919167000000016,47.541663999999969],[-52.907218999999998,47.54833200000013],[-52.896949999999947,47.55860100000001],[-52.849167000000023,47.621101000000124],[-52.842498999999918,47.632767000000115],[-52.840552999999943,47.638329000000056],[-52.837501999999915,47.65415999999999],[-52.838889999999935,47.663879000000009],[-52.841110000000015,47.668602000000021],[-52.841667000000029,47.673324999999977],[-52.840552999999943,47.683876000000055],[-52.798889000000031,47.784164000000033],[-52.791388999999981,47.795547000000056],[-52.78556100000003,47.79972100000009],[-52.779442000000017,47.803047000000106],[-52.770554000000004,47.79972100000009],[-52.704169999999976,47.753882999999973],[-52.700554000000011,47.749435000000005],[-52.657776000000013,47.657493999999986],[-52.614448999999979,47.516662999999937],[-52.620276999999987,47.500275000000101],[-52.625832000000003,47.489158999999972],[-52.653327999999988,47.437767000000008],[-52.718055999999933,47.364998000000014],[-52.787506000000008,47.308043999999938],[-52.818610999999976,47.224159000000043],[-52.849723999999981,47.1616590000001],[-52.845276000000013,47.142493999999942],[-52.843613000000005,47.063880999999981],[-52.844161999999983,47.058601000000067],[-52.852782999999988,47.022491000000002],[-52.884170999999981,46.9741590000001],[-52.909995999999978,46.911658999999986],[-52.92972599999996,46.851662000000033],[-52.932776999999987,46.825554000000068],[-52.934998000000007,46.804993000000024],[-52.938332000000003,46.78916200000009],[-53.090836000000024,46.643326000000002],[-53.102501000000018,46.636658000000011],[-53.161110000000008,46.619986999999981],[-53.169166999999959,46.619713000000047],[-53.192497000000003,46.62332200000003],[-53.207221999999888,46.630272000000105],[-53.213332999999977,46.633881000000088],[-53.315552000000025,46.694709999999986],[-53.354171999999949,46.736938000000009],[-53.361945999999932,46.737495000000081],[-53.384170999999981,46.721375000000023],[-53.410552999999936,46.700828999999999],[-53.426391999999964,46.687210000000107],[-53.451392999999996,46.66137700000013],[-53.463614999999947,46.654160000000047],[-53.521111000000019,46.62082700000002],[-53.532776000000013,46.614159000000029],[-53.561667999999941,46.612770000000069],[-53.569449999999961,46.614159000000029],[-53.577224999999999,46.617493000000024],[-53.607779999999991,46.636107999999979],[-53.613891999999964,46.640274000000034],[-53.617774999999995,46.644157000000007],[-53.635001999999929,46.680823999999973],[-53.643058999999994,46.704437000000098],[-53.64416499999993,46.709160000000111],[-53.648055999999997,46.796661000000029],[-53.647781000000009,46.801932999999963],[-53.645279000000016,46.81249200000002],[-53.639724999999999,46.829163000000051],[-53.636391000000003,46.834717000000069],[-53.594718999999998,46.9447100000001],[-53.64166999999992,46.983879000000002],[-53.633614000000023,47.001105999999993],[-53.577781999999956,47.085265999999933],[-53.55083499999995,47.106659000000036],[-53.539444000000003,47.114158999999972],[-53.591385000000002,47.156096999999988],[-53.646392999999989,47.105270000000075],[-53.703612999999962,47.053047000000106],[-53.823059000000001,46.956657000000064],[-53.894164999999987,46.899994000000106],[-53.945830999999941,46.858887000000038],[-54.053328999999962,46.794998000000135],[-54.097220999999934,46.799438000000123],[-54.17888599999992,46.81610100000006],[-54.187774999999988,46.819160000000011],[-54.18999500000001,46.823607999999979],[-54.190833999999995,46.828605999999979],[-54.196387999999956,46.862494999999967],[-54.196663000000001,46.883330999999998],[-54.193329000000006,46.893607999999972],[-54.160827999999981,46.981934000000024],[-54.131942999999978,47.012496999999996],[-54.11500499999994,47.039719000000105],[-54.092498999999975,47.079437000000098],[-54.066665999999998,47.131104000000107],[-53.993889000000024,47.265274000000034],[-53.964721999999995,47.299721000000034],[-53.928611999999987,47.302773000000116],[-53.921943999999996,47.304161000000022],[-53.879997000000003,47.348045000000127],[-53.875557000000015,47.354163999999969],[-53.867500000000007,47.402771000000087],[-53.879439999999931,47.43082400000003],[-53.900275999999963,47.486107000000061],[-53.891669999999976,47.524711999999965],[-53.885558999999944,47.576941999999974],[-53.894721999999945,47.6055530000001],[-53.896950000000004,47.609993000000145],[-53.983886999999925,47.75777400000004],[-54.003333999999995,47.778877000000136],[-54.033332999999914,47.796661000000029],[-54.195273999999984,47.857498000000021],[-54.194999999999993,47.843048000000124],[-54.197219999999902,47.832214000000079],[-54.212776000000019,47.777771000000087],[-54.219161999999926,47.766106000000036],[-54.223884999999939,47.759995000000117],[-54.259170999999981,47.715271000000143],[-54.337776000000019,47.621658000000025],[-54.435271999999998,47.505554000000075],[-54.468605000000025,47.441658000000075],[-54.477492999999981,47.404991000000052],[-54.472495999999978,47.401099999999985],[-54.477492999999981,47.395828000000051],[-54.482772999999952,47.391663000000051],[-54.511116000000015,47.372765000000015],[-54.517219999999952,47.369438000000059],[-54.601394999999968,47.345268000000033],[-54.611388999999974,47.353049999999996],[-54.613060000000019,47.35833000000008],[-54.61333499999995,47.362770000000069],[-54.606948999999986,47.374434999999949],[-54.601944000000003,47.379715000000033],[-54.596663999999862,47.383880999999917],[-54.559998000000007,47.413879000000065],[-54.529166999999973,47.442214999999976],[-54.489998000000014,47.486382000000049],[-54.417220999999984,47.583603000000096],[-54.410827999999867,47.594994000000042],[-54.413329999999917,47.599715999999944],[-54.418334999999956,47.603607000000011],[-54.430557000000022,47.597771000000137],[-54.440833999999938,47.586937000000091],[-54.508614000000023,47.513328999999999],[-54.53194400000001,47.479987999999992],[-54.539444000000003,47.468048000000124],[-54.563613999999973,47.439987000000031],[-54.578887999999893,47.423882000000106],[-54.604720999999984,47.401932000000102],[-54.621383999999978,47.389992000000007],[-54.700279000000023,47.357773000000009],[-54.719993999999929,47.352218999999991],[-54.727218999999991,47.351387000000045],[-54.818610999999862,47.363609000000054],[-54.819450000000018,47.368599000000074],[-54.803054999999972,47.380546999999979],[-54.793616999999983,47.391936999999984],[-54.786667000000023,47.413879000000065],[-54.787506000000008,47.418884000000105],[-54.796111999999994,47.420830000000024],[-54.856392000000028,47.390549000000078],[-54.980552999999929,47.285552999999936],[-55.039169000000015,47.225821999999994],[-55.043892000000028,47.220825000000048],[-55.045554999999979,47.215271000000087],[-55.043335000000013,47.210548000000074],[-55.05361199999993,47.150826000000109],[-55.065833999999995,47.093323000000112],[-55.069450000000018,47.082214000000022],[-55.100280999999995,47.05471],[-55.149444999999957,47.012215000000083],[-55.154716000000008,47.008049000000028],[-55.193329000000006,46.984993000000145],[-55.225829999999974,46.934433000000126],[-55.230277999999942,46.928329000000076],[-55.236945999999932,46.923607000000004],[-55.246947999999975,46.916939000000013],[-55.258613999999966,46.91027100000008],[-55.358337000000006,46.874161000000129],[-55.384170999999924,46.865829000000133],[-55.399993999999936,46.865829000000133],[-55.456664999999987,46.874710000000107],[-55.463615000000004,46.877486999999974],[-55.468604999999968,46.881660000000124],[-55.471938999999963,46.886383000000137],[-55.626944999999921,46.868881000000101],[-55.634170999999981,46.866661000000079],[-55.689719999999966,46.858329999999967],[-55.803328999999962,46.860549999999989],[-55.845832999999971,46.86971299999999],[-55.915000999999961,46.88749700000011],[-55.923614999999927,46.889717000000076],[-55.931389000000024,46.892769000000044],[-55.946663000000001,46.899436999999978],[-55.966110000000015,46.909988000000112],[-55.98082699999992,46.932213000000104],[-55.982773000000009,46.936652999999978],[-55.984168999999952,46.941658000000018],[-55.983054999999979,46.952492000000063],[-55.980552999999986,46.957771000000037],[-55.96665999999999,46.981377000000123],[-55.952498999999989,46.996383999999921],[-55.886948000000018,47.056099000000017],[-55.87110899999999,47.069160000000124],[-55.865554999999972,47.072768999999937],[-55.775276000000019,47.10193600000008],[-55.768607999999972,47.103325000000041],[-55.745551999999918,47.10443900000007],[-55.738892000000021,47.10443900000007],[-55.723609999999951,47.104164000000026],[-55.715553,47.103050000000053],[-55.698050999999964,47.098045000000013],[-55.68250299999994,47.091377000000023],[-55.674445999999989,47.090270999999973],[-55.586945000000014,47.110275000000115],[-55.573616000000015,47.11360900000011],[-55.493331999999896,47.133880999999974],[-55.487777999999992,47.137214999999969],[-55.329445000000021,47.242493000000024],[-55.298339999999939,47.267211999999972],[-55.290557999999976,47.278328000000101],[-55.285278000000005,47.294998000000021],[-55.28583500000002,47.310272000000111],[-55.286948999999993,47.314995000000067],[-55.286117999999988,47.325554000000125],[-55.269721999999945,47.390830999999991],[-55.266662999999994,47.396659999999997],[-55.262221999999895,47.402771000000087],[-55.256949999999961,47.407211000000075],[-55.202224999999999,47.44609800000012],[-55.179169000000002,47.460548000000017],[-55.172501000000011,47.463882000000012],[-55.107779999999991,47.483604000000071],[-55.100554999999986,47.484160999999972],[-55.083611000000019,47.481101999999964],[-55.075835999999867,47.480820000000108],[-55.040282999999931,47.484993000000031],[-54.951392999999882,47.504997000000003],[-54.868057000000022,47.543883999999991],[-54.845832999999971,47.556938000000059],[-54.841666999999973,47.563324000000136],[-54.841385000000002,47.583603000000096],[-54.845551,47.633881000000088],[-54.949439999999925,47.599715999999944],[-54.956389999999999,47.59804500000007],[-54.970832999999971,47.596656999999993],[-55.019278999999926,47.621101000000124],[-55.028277999999887,47.620766000000117],[-55.033278999999936,47.621601000000112],[-55.036109999999894,47.623936000000015],[-55.037612999999908,47.626601999999991],[-55.037440999999887,47.62977200000006],[-55.03561000000002,47.633269999999982],[-55.029612999999927,47.639598999999976],[-55.013779,47.65310299999993],[-55.00777800000003,47.65943500000003],[-54.956389999999999,47.741379000000109],[-54.947494999999947,47.75360900000004],[-54.938048999999978,47.771103000000096],[-54.936110999999926,47.781661999999983],[-54.943054000000018,47.781105000000082],[-54.948607999999922,47.776657000000114],[-55.011391000000003,47.721374999999966],[-55.021942000000024,47.711661999999933],[-55.025276000000019,47.705268999999987],[-55.027221999999995,47.695267000000058],[-55.03055599999999,47.684158000000139],[-55.033614999999941,47.678329000000133],[-55.119114000000025,47.616936000000123],[-55.122443999999916,47.614269000000093],[-55.126281999999946,47.612774000000002],[-55.130774999999915,47.611938000000123],[-55.135777000000019,47.613605000000007],[-55.262778999999966,47.650543000000084],[-55.349167000000023,47.704437000000098],[-55.34833500000002,47.710274000000027],[-55.357506000000001,47.726097000000095],[-55.365004999999996,47.726379000000122],[-55.379722999999956,47.724991000000045],[-55.427497999999957,47.711661999999933],[-55.432502999999997,47.70638299999996],[-55.461944999999957,47.646103000000039],[-55.464721999999938,47.640274000000034],[-55.467498999999975,47.619155999999919],[-55.46665999999999,47.614159000000029],[-55.461387999999943,47.610275000000001],[-55.454444999999964,47.611107000000118],[-55.446663000000001,47.623046999999985],[-55.436110999999926,47.631659999999954],[-55.430000000000007,47.634163000000115],[-55.423057999999969,47.635826000000066],[-55.415276000000006,47.63249200000007],[-55.407776000000013,47.624161000000015],[-55.400276000000019,47.615547000000106],[-55.398337999999967,47.610275000000001],[-55.389724999999999,47.58638000000002],[-55.400276000000019,47.514717000000076],[-55.406661999999926,47.493050000000039],[-55.40972099999999,47.487213000000054],[-55.414161999999919,47.481101999999964],[-55.429726000000016,47.467209000000139],[-55.43638599999997,47.465546000000018],[-55.498610999999983,47.453880000000026],[-55.505835999999931,47.453322999999955],[-55.526108000000022,47.454436999999928],[-55.555274999999938,47.440269000000058],[-55.560555000000022,47.436104000000057],[-55.565001999999993,47.429993000000024],[-55.587776000000019,47.398604999999975],[-55.625,47.463608000000079],[-55.654167000000029,47.495270000000062],[-55.795279999999991,47.492767000000072],[-55.914443999999946,47.437767000000008],[-55.920279999999934,47.435265000000129],[-55.925560000000019,47.439156000000025],[-55.923889000000031,47.444709999999986],[-55.91972399999986,47.450829000000056],[-55.831673000000023,47.517212000000086],[-55.788895000000025,47.551102000000014],[-55.745834000000002,47.585266000000047],[-55.77305599999994,47.579720000000009],[-55.824172999999973,47.566382999999973],[-55.892226999999991,47.5366590000001],[-55.987777999999992,47.500549000000035],[-56.104172000000005,47.463608000000079],[-56.110557999999855,47.462494000000106],[-56.11860699999994,47.463608000000079],[-56.158889999999928,47.484718000000044],[-56.169167000000016,47.492493000000138],[-56.172500999999897,47.49721500000004],[-56.172500999999897,47.501663000000008],[-56.168059999999969,47.507216999999969],[-56.162498000000028,47.51138300000008],[-56.12027699999993,47.519157000000064],[-56.044448999999986,47.535271000000023],[-55.941939999999931,47.561661000000072],[-55.889998999999932,47.578330999999991],[-55.639998999999989,47.668053000000043],[-55.633330999999998,47.671104000000071],[-55.628333999999995,47.674713000000054],[-55.635001999999986,47.678329000000133],[-55.642501999999979,47.678604000000121],[-55.649993999999992,47.677773000000116],[-55.663886999999932,47.675552000000039],[-55.704169999999976,47.664992999999981],[-55.75,47.649437000000034],[-55.756110999999976,47.646942000000024],[-55.774718999999948,47.638329000000056],[-55.80471799999998,47.624435000000119],[-55.824447999999961,47.618599000000017],[-55.838889999999935,47.617210000000057],[-55.855835000000013,47.620270000000119],[-55.903327999999931,47.645270999999923],[-55.913611999999944,47.653046000000018],[-55.917503000000011,47.657493999999986],[-55.919448999999929,47.667213000000004],[-55.918609999999944,47.673049999999989],[-55.916388999999981,47.678329000000133],[-55.91194200000001,47.684432999999956],[-55.901389999999992,47.693047000000035],[-55.895554000000004,47.696655000000135],[-55.866393999999957,47.713882000000126],[-55.83277899999996,47.742493000000081],[-55.815001999999993,47.772491000000002],[-55.799445999999875,47.799164000000019],[-55.742226000000016,47.923325000000091],[-55.746947999999975,47.93249499999996],[-55.754447999999968,47.94110100000006],[-55.767219999999952,47.953323000000069],[-55.773613000000012,47.956940000000031],[-55.78055599999999,47.95526899999993],[-55.817504999999983,47.886939999999981],[-55.835273999999913,47.850830000000087],[-55.835555999999997,47.845543000000134],[-55.847220999999934,47.806938000000002],[-55.849998000000028,47.801102000000128],[-55.854445999999996,47.794716000000051],[-55.865279999999984,47.786110000000122],[-55.877219999999966,47.778602999999976],[-55.888892999999996,47.773048000000074],[-56.049727999999959,47.699432000000058],[-56.087501999999972,47.736938000000009],[-56.081116000000009,47.739715999999987],[-56.053611999999987,47.77388000000002],[-56.057502999999997,47.778327999999988],[-56.064163000000008,47.776657000000114],[-56.111671000000001,47.763610999999969],[-56.125,47.757216999999969],[-56.185271999999998,47.680274999999995],[-56.160278000000005,47.642220000000123],[-56.154998999999862,47.638329000000056],[-56.161384999999939,47.634163000000115],[-56.173332000000016,47.629714999999976],[-56.187499999999943,47.627213000000097],[-56.358336999999892,47.603324999999984],[-56.394722000000002,47.601105000000132],[-56.410277999999948,47.601387000000045],[-56.418892000000028,47.601936000000137],[-56.443053999999904,47.605827000000033],[-56.546950999999979,47.613883999999985],[-56.615554999999915,47.613327000000083],[-56.644164999999987,47.596100000000092],[-56.641113000000018,47.592216000000064],[-56.639998999999989,47.587212000000079],[-56.644164999999987,47.581108000000086],[-56.65055099999995,47.578330999999991],[-56.774719000000005,47.531937000000028],[-56.840836000000024,47.52137799999997],[-56.902221999999995,47.552490000000091],[-56.924445999999989,47.562209999999993],[-56.956107999999972,47.574996999999996],[-56.96527900000001,47.57777400000009],[-56.992500000000007,47.583878000000141],[-56.999725000000012,47.584717000000069],[-57.014724999999942,47.583878000000141],[-57.096663999999976,47.56610100000006],[-57.118332000000009,47.563881000000038],[-57.126105999999993,47.563881000000038],[-57.134445000000028,47.566382999999973],[-57.150276000000019,47.572769000000051],[-57.163329999999917,47.579720000000009],[-57.204720000000009,47.59304800000001],[-57.530829999999867,47.630821000000026],[-57.657776000000013,47.60305000000011],[-57.779441999999904,47.627487000000031],[-57.882499999999993,47.651382000000012],[-58.027495999999928,47.694153000000028],[-58.036391999999978,47.696098000000063],[-58.359443999999939,47.647217000000012],[-58.690552000000025,47.598877000000016],[-58.771110999999962,47.59137700000008],[-58.861945999999932,47.589157000000114],[-58.885001999999872,47.592766000000097],[-58.894164999999873,47.59388000000007],[-58.937499999999943,47.589989000000003],[-59.076667999999984,47.571663000000001],[-59.102130999999929,47.564251000000127],[-59.11361699999992,47.558327000000077],[-59.118889000000024,47.554710000000114],[-59.135559000000001,47.556380999999988],[-59.161941999999954,47.561661000000072],[-59.297782999999868,47.606658999999979],[-59.304442999999992,47.609993000000145],[-59.305831999999953,47.614998000000014],[-59.309440999999993,47.661102000000085],[-59.309440999999993,47.671379000000059],[-59.30499999999995,47.724991000000045],[-59.3024979999999,47.736107000000004],[-59.325561999999991,47.807213000000047],[-59.329726999999991,47.816383000000087],[-59.369164000000012,47.852775999999949],[-59.40193899999997,47.880271999999991],[-59.40694400000001,47.889717000000076],[-59.404715999999951,47.900269000000094],[-59.400832999999921,47.90665400000006],[-59.39166999999992,47.916664000000026],[-59.378051999999911,47.922493000000031],[-59.365554999999915,47.924995000000081],[-59.328612999999905,47.928879000000109],[-59.321945000000028,47.930549999999982],[-59.31639100000001,47.934158000000082],[-59.31138599999997,47.938881000000094],[-59.267775999999969,47.982208000000071],[-59.265006999999912,47.988045000000056],[-59.262778999999966,47.999435000000119],[-59.246947999999975,48.011940000000038],[-59.230277999999942,48.02276599999999],[-59.218605000000025,48.029160000000047],[-59.091384999999946,48.090271000000143],[-59.053885999999864,48.105552999999986],[-59.041114999999934,48.110275000000058],[-59.020554000000004,48.116385999999977],[-58.958054000000004,48.149993999999992],[-58.75,48.287498000000085],[-58.701392999999996,48.319716999999969],[-58.691108999999983,48.32888000000014],[-58.686385999999914,48.334160000000054],[-58.682502999999997,48.340546000000131],[-58.678336999999999,48.351936000000023],[-58.675835000000006,48.363051999999925],[-58.670279999999991,48.37499200000002],[-58.598884999999939,48.423325000000034],[-58.587775999999963,48.430550000000039],[-58.568892999999889,48.438599000000067],[-58.555831999999953,48.443047000000035],[-58.514724999999999,48.452773999999977],[-58.500556999999958,48.455551000000071],[-58.492774999999995,48.455551000000071],[-58.492774999999995,48.450272000000098],[-58.497779999999977,48.44582400000013],[-58.518889999999999,48.441375999999991],[-58.526108000000022,48.440544000000102],[-58.546394000000021,48.434990000000084],[-58.558891000000017,48.42971799999998],[-58.588889999999935,48.412765999999976],[-58.599998000000028,48.405822999999998],[-58.601112000000001,48.400826000000052],[-58.59194199999996,48.398879999999963],[-58.483611999999994,48.427773000000002],[-58.470832999999971,48.43221299999999],[-58.464721999999995,48.436377999999991],[-58.449439999999925,48.449158000000125],[-58.4183349999999,48.486655999999982],[-58.420279999999991,48.508049000000085],[-58.569449999999961,48.538605000000018],[-58.673614999999984,48.554710000000057],[-58.682502999999997,48.554993000000024],[-58.697219999999959,48.553046999999992],[-58.732215999999994,48.545830000000024],[-58.765556000000004,48.535828000000095],[-58.778052999999886,48.531937000000028],[-58.812499999999943,48.52388000000002],[-58.857506000000001,48.518599999999992],[-58.931389000000024,48.511939999999981],[-58.954720000000009,48.510825999999952],[-58.979163999999969,48.512497000000053],[-58.988335000000006,48.514442000000031],[-59.004722999999956,48.520271000000037],[-59.013335999999924,48.522217000000126],[-59.091667000000029,48.508331000000112],[-59.105559999999969,48.50471500000009],[-59.118889000000024,48.50110600000005],[-59.146392999999875,48.493049999999982],[-59.192771999999991,48.477767999999969],[-59.232497999999964,48.468597000000045],[-59.246947999999975,48.46665999999999],[-59.255279999999971,48.467490999999995],[-59.260558999999944,48.471931000000041],[-59.261115999999959,48.476653999999996],[-59.232773000000009,48.523048000000131],[-59.228881999999999,48.529160000000104],[-59.215003999999965,48.545547000000056],[-59.209998999999925,48.549995000000024],[-59.137504999999976,48.598876999999959],[-59.084166999999866,48.626380999999981],[-59.077782000000013,48.629158000000075],[-59.050277999999935,48.635551000000021],[-59.03055599999999,48.641937000000098],[-59.02416999999997,48.644714000000022],[-58.908889999999985,48.701934999999992],[-58.828888000000006,48.750832000000116],[-58.811667999999941,48.76166500000005],[-58.799727999999959,48.768050999999957],[-58.774719000000005,48.77887700000008],[-58.767775999999969,48.775551000000064],[-58.772498999999982,48.769989000000123],[-58.815001999999936,48.735825000000091],[-58.849723999999867,48.714996000000099],[-58.873885999999914,48.701659999999947],[-58.891113000000018,48.690826000000072],[-58.912773000000016,48.674713000000054],[-58.938605999999879,48.653603000000089],[-58.947776999999917,48.642769000000044],[-58.955832999999984,48.630272000000048],[-58.958610999999962,48.624161000000129],[-58.958610999999962,48.613883999999985],[-58.955832999999984,48.609436000000017],[-58.947494999999947,48.601105000000132],[-58.896950000000004,48.55193300000002],[-58.888335999999924,48.551101999999958],[-58.743057000000022,48.560822000000087],[-58.728332999999964,48.56249200000002],[-58.721381999999949,48.564438000000109],[-58.715003999999965,48.567215000000033],[-58.709442000000024,48.570831000000055],[-58.704445000000021,48.575271999999984],[-58.695549000000028,48.586937000000091],[-58.68332700000002,48.605827000000033],[-58.676666000000012,48.618050000000096],[-58.672501000000011,48.629433000000063],[-58.669998000000021,48.640831000000105],[-58.671386999999925,48.650825999999995],[-58.674171000000001,48.65526600000004],[-58.679442999999992,48.66944100000012],[-58.680832000000009,48.68471500000004],[-58.658051,48.743049999999982],[-58.618331999999896,48.779716000000064],[-58.543892000000028,48.860824999999977],[-58.535834999999963,48.878601000000117],[-58.506667999999934,48.949431999999945],[-58.506667999999934,48.98054499999995],[-58.503333999999995,48.997490000000084],[-58.500838999999928,49.003608999999926],[-58.400832999999864,49.127487000000087],[-58.396110999999962,49.131377999999984],[-58.351943999999889,49.15026899999998],[-58.348884999999996,49.145828000000108],[-58.342967999999985,49.100201000000027],[-58.365634999999997,49.079922000000067],[-58.368019000000004,49.061428000000035],[-58.353702999999939,49.056656000000032],[-58.31075299999992,49.068584000000044],[-58.292857999999967,49.072762000000068],[-58.240554999999972,49.070274000000097],[-58.17832199999998,49.063217000000066],[-58.143726000000015,49.041740000000118],[-58.09833500000002,48.99221799999998],[-58.084723999999937,48.985268000000133],[-58.077781999999956,48.981934000000138],[-58.060279999999921,48.976096999999982],[-58.050551999999982,48.973320000000115],[-57.99610899999999,48.96138000000002],[-57.961387999999999,48.956657000000007],[-57.938605999999993,48.958328000000051],[-57.90166499999998,48.96276899999998],[-57.888054000000011,48.966102999999976],[-57.881667999999991,48.96888000000007],[-57.892226999999934,48.981658999999922],[-57.900551000000007,48.9847180000001],[-57.929442999999992,48.978874000000076],[-57.958611000000019,48.976096999999982],[-57.974716000000001,48.976096999999982],[-58.009223999999961,48.98041500000005],[-58.02777900000001,48.985549999999989],[-58.035834999999963,48.988602000000128],[-58.050551999999982,48.99582700000002],[-58.09332999999998,49.025825999999995],[-58.103888999999924,49.033607000000075],[-58.108054999999922,49.037772999999959],[-58.135276999999974,49.082771000000037],[-58.144447000000014,49.12193300000007],[-58.122612000000004,49.124931000000004],[-58.119281999999998,49.127102000000036],[-58.115608000000009,49.129105000000038],[-58.111110999999994,49.129771999999946],[-58.094775999999968,49.124603000000036],[-58.078776999999945,49.121769000000029],[-58.049445999999932,49.120270000000005],[-57.925559999999962,49.123047000000042],[-57.918610000000001,49.124709999999993],[-57.913329999999974,49.129158000000132],[-57.882773999999927,49.157767999999976],[-57.878882999999973,49.170273000000122],[-57.89805599999994,49.158600000000092],[-57.912215999999944,49.152771000000087],[-57.925834999999893,49.148331000000042],[-57.939437999999996,49.144997000000046],[-57.947494999999947,49.144997000000046],[-58.057220000000029,49.144997000000046],[-58.075558000000001,49.153271000000075],[-58.081054999999992,49.154438000000141],[-58.086055999999928,49.156269000000123],[-58.092555999999945,49.160934000000111],[-58.09589399999993,49.166271000000108],[-58.064055999999994,49.183350000000132],[-58.063057000000015,49.185451999999941],[-58.065455999999983,49.190414000000033],[-58.060622999999964,49.188583000000051],[-58.05495499999995,49.187583999999958],[-58.034957999999904,49.185749000000044],[-58.025459000000012,49.185749000000044],[-58.011292000000026,49.186252999999965],[-58.002456999999993,49.188251000000093],[-57.995621000000028,49.192078000000038],[-57.988785000000007,49.197247000000118],[-57.932219999999973,49.234160999999972],[-57.928054999999972,49.240273000000116],[-57.93638599999997,49.239716000000044],[-57.995162999999991,49.236885000000086],[-58.003330000000005,49.234215000000006],[-58.011662000000001,49.23071299999998],[-58.031001999999944,49.224548000000027],[-58.03566399999994,49.223713000000032],[-58.049331999999936,49.222717000000046],[-58.058829999999944,49.223049000000003],[-58.191939999999931,49.236382000000049],[-58.200835999999867,49.239716000000044],[-58.211945000000014,49.24721500000004],[-58.233886999999982,49.27304799999996],[-58.236663999999905,49.27748900000006],[-58.240836999999942,49.286942000000067],[-58.241942999999992,49.291663999999969],[-58.241942999999992,49.302215999999987],[-58.223327999999924,49.390274000000034],[-58.216392999999982,49.402488999999946],[-58.192497000000003,49.429436000000067],[-58.157776000000013,49.464439000000027],[-58.152221999999995,49.468879999999956],[-58.043892000000028,49.541382000000056],[-58.032218999999941,49.548332000000073],[-58.019164999999873,49.553879000000052],[-57.998336999999992,49.559158000000025],[-57.971107000000018,49.554993000000024],[-57.915112000000022,49.532047000000034],[-57.910609999999963,49.530216000000053],[-57.903445999999974,49.525551000000064],[-57.861445999999944,49.505885999999975],[-57.746947999999918,49.453606000000093],[-57.715004000000022,49.454712000000086],[-57.707503999999915,49.455551000000071],[-57.701110999999969,49.458327999999995],[-57.696388000000013,49.463608000000022],[-57.698883000000023,49.468323000000055],[-57.705832999999984,49.47165700000005],[-57.788895000000025,49.500832000000116],[-57.864222999999981,49.534939000000065],[-57.869389000000012,49.535439000000054],[-57.872719000000018,49.537773000000072],[-57.942223000000013,49.60305000000011],[-57.944716999999969,49.607498000000078],[-57.951110999999912,49.652771000000143],[-57.951110999999912,49.65776800000009],[-57.948333999999932,49.674164000000076],[-57.935271999999998,49.708602999999925],[-57.926391999999964,49.726379000000065],[-57.899993999999992,49.762215000000083],[-57.82916999999992,49.845543000000077],[-57.671111999999937,50.084160000000054],[-57.631667999999934,50.144714000000079],[-57.543334999999956,50.29833200000013],[-57.524445000000014,50.334159999999997],[-57.521384999999952,50.345267999999976],[-57.521111000000019,50.35054800000006],[-57.515555999999947,50.373604000000057],[-57.507224999999949,50.390831000000105],[-57.498336999999992,50.408600000000035],[-57.490836999999999,50.420830000000137],[-57.448607999999979,50.486106999999947],[-57.377220000000023,50.584434999999928],[-57.37249799999995,50.590828000000101],[-57.361114999999927,50.598602000000085],[-57.341667000000029,50.607498000000021],[-57.310059000000024,50.608940000000132],[-57.300220000000024,50.609776000000068],[-57.295559000000026,50.60927200000009],[-57.291224999999997,50.607105000000047],[-57.276222000000018,50.601440000000082],[-57.245276999999987,50.596382000000062],[-57.228049999999939,50.594437000000084],[-57.204444999999964,50.596100000000035],[-57.173614999999927,50.60083000000003],[-57.166945999999996,50.603325000000098],[-57.161384999999996,50.606384000000048],[-57.150832999999921,50.616104000000121],[-57.148055999999997,50.621933000000126],[-57.154715999999951,50.625549000000035],[-57.171943999999996,50.624992000000134],[-57.276442999999915,50.640717000000052],[-57.378608999999926,50.687767000000065],[-57.334166999999923,50.711937000000091],[-57.325004999999919,50.711662000000047],[-57.236945999999989,50.727211000000011],[-57.162498000000028,50.751105999999993],[-57.14833799999991,50.756103999999993],[-57.089438999999913,50.780548000000124],[-57.072501999999986,50.793884000000048],[-56.983054999999979,50.868324000000086],[-56.927498000000014,50.915824999999984],[-56.898055999999997,51.019440000000088],[-56.899170000000026,51.024436999999978],[-56.903327999999988,51.028603000000089],[-56.909995999999978,51.03276800000009],[-56.927223000000026,51.038605000000018],[-56.964721999999995,51.04332700000009],[-56.921669000000009,51.051384000000098],[-56.892226999999991,51.060272000000055],[-56.879996999999946,51.065543999999989],[-56.784446999999943,51.137771999999984],[-56.781386999999995,51.143608000000029],[-56.78194400000001,51.149162000000047],[-56.785278000000005,51.153046000000074],[-56.793334999999956,51.16137700000013],[-56.80972300000002,51.183601000000067],[-56.793892000000028,51.239989999999921],[-56.744164000000012,51.293052999999929],[-56.738608999999997,51.298881999999935],[-56.733330000000024,51.302773000000002],[-56.68250299999994,51.339432000000102],[-56.623885999999914,51.366386000000034],[-56.616942999999935,51.368881000000044],[-56.512504999999976,51.402214000000072],[-56.476661999999919,51.411658999999986],[-56.461945000000014,51.414992999999981],[-56.45416999999992,51.415543000000014],[-56.271384999999952,51.471656999999993],[-56.110557999999855,51.523879999999963],[-56.011391000000003,51.56638300000003],[-55.998336999999992,51.572220000000016],[-55.960281000000009,51.593880000000013],[-55.943329000000006,51.606384000000048],[-55.918609999999944,51.62110100000001],[-55.90555599999999,51.626937999999996],[-55.898055999999997,51.628601000000117],[-55.890282000000013,51.629433000000006],[-55.837775999999963,51.621376000000055],[-55.846389999999928,51.60193600000008],[-55.857779999999991,51.593323000000112],[-55.885001999999929,51.562492000000134],[-55.886664999999937,51.556938000000002],[-55.886948000000018,51.551933000000133],[-55.887222000000008,51.500274999999988],[-55.886116000000015,51.495270000000119],[-55.87777699999998,51.492218000000037],[-55.694442999999978,51.481102000000078],[-55.639998999999989,51.481934000000024],[-55.648612999999955,51.485267999999962],[-55.68360899999999,51.5],[-55.729720999999984,51.543327000000033],[-55.737503000000004,51.552490000000034],[-55.739166000000012,51.556656000000089],[-55.73860899999994,51.567214999999976],[-55.735274999999945,51.573051000000021],[-55.724716000000001,51.583603000000039],[-55.718605000000025,51.587212000000022],[-55.653327999999988,51.590546000000018],[-55.631667999999991,51.569717000000026],[-55.625,51.565544000000102],[-55.598610000000008,51.561377999999991],[-55.589721999999995,51.560271999999941],[-55.581389999999942,51.560271999999941],[-55.574448000000018,51.562767000000008],[-55.547501000000011,51.584991000000116],[-55.515838999999971,51.602219000000048],[-55.458610999999962,51.592216000000008],[-55.411110000000008,51.580826000000116],[-55.40555599999999,51.576942000000088],[-55.404442000000017,51.571938000000102],[-55.405273000000022,51.561661000000129],[-55.40694400000001,51.556099000000017],[-55.454444999999964,51.455268999999987],[-55.492226000000016,51.377769000000058],[-55.508057000000008,51.363327000000083],[-55.597778000000005,51.303604000000064],[-55.612777999999935,51.301102000000128],[-55.62222300000002,51.30332199999998],[-55.702782000000013,51.328049000000078],[-55.820557000000008,51.350830000000087],[-56.030555999999876,51.378600999999946],[-56.078338999999971,51.36971299999999],[-56.085555999999997,51.368323999999973],[-56.096389999999985,51.318329000000006],[-56.025557999999876,51.238327000000027],[-56.012252999999987,51.212337000000048],[-55.992561000000023,51.176575000000128],[-55.959441999999967,51.197487000000081],[-55.851394999999968,51.226936000000023],[-55.837775999999963,51.230545000000063],[-55.769164999999987,51.216934000000094],[-55.760833999999988,51.213881999999955],[-55.726105000000018,51.190544000000045],[-55.712776000000019,51.178047000000049],[-55.709998999999982,51.173607000000061],[-55.719161999999983,51.123047000000042],[-55.732497999999964,51.079994000000113],[-55.735557999999912,51.074165000000107],[-55.751113999999973,51.058327000000077],[-55.756950000000018,51.053879000000109],[-55.796111999999994,51.03916200000009],[-55.805557000000022,51.009163000000058],[-55.859169000000009,50.942490000000021],[-55.999442999999872,50.788605000000075],[-56.068893000000003,50.724434000000088],[-56.092278000000022,50.725716000000091],[-56.097279000000015,50.725880000000018],[-56.101279999999917,50.728045999999949],[-56.125832000000003,50.754166000000055],[-56.130829000000006,50.763329000000056],[-56.133330999999998,50.773048000000017],[-56.128052000000025,50.846382000000062],[-56.12222300000002,50.863884000000098],[-56.119720000000029,50.869156000000032],[-56.116394000000014,50.874992000000077],[-56.107223999999974,50.887214999999969],[-56.103888999999981,50.893326000000002],[-56.103888999999981,50.898331000000042],[-56.107779999999934,50.902771000000087],[-56.12222300000002,50.899437000000091],[-56.143058999999937,50.892494000000113],[-56.155272999999966,50.885551000000135],[-56.172500999999897,50.85582700000009],[-56.157218999999941,50.690826000000072],[-56.141272999999956,50.671047000000101],[-56.135776999999962,50.669884000000138],[-56.163329999999917,50.617767000000072],[-56.258614000000023,50.502777000000094],[-56.323615999999959,50.446380999999974],[-56.423057999999912,50.352776000000006],[-56.421943999999939,50.347771000000137],[-56.422226000000023,50.342491000000052],[-56.423614999999984,50.336937000000091],[-56.426666000000012,50.331108000000086],[-56.462501999999915,50.272217000000126],[-56.501944999999921,50.214439000000084],[-56.511947999999961,50.203606000000093],[-56.555832000000009,50.167496000000028],[-56.635276999999974,50.106383999999991],[-56.743056999999965,50.022766000000104],[-56.767501999999922,49.962212000000079],[-56.778610000000015,49.933875999999998],[-56.78194400000001,49.917496000000028],[-56.775001999999972,49.919158999999979],[-56.726661999999976,49.916100000000029],[-56.759845999999982,49.837275999999974],[-56.82790399999999,49.785000000000082],[-56.866863000000023,49.777602999999999],[-56.90533099999999,49.747520000000122],[-56.820999000000029,49.74209600000006],[-56.784007999999972,49.731243000000006],[-56.782776000000013,49.690826000000072],[-56.815552000000025,49.594994000000042],[-56.818610999999976,49.588882000000012],[-56.848884999999939,49.544441000000006],[-56.843055999999933,49.548050000000046],[-56.826667999999984,49.562767000000008],[-56.782776000000013,49.609993000000088],[-56.763061999999991,49.631378000000041],[-56.749167999999884,49.64916199999999],[-56.735557999999969,49.666939000000013],[-56.712501999999972,49.696380999999974],[-56.677779999999927,49.733604000000128],[-56.598609999999894,49.811935000000062],[-56.56138599999997,49.842215999999951],[-56.477776000000006,49.892220000000009],[-56.464164999999923,49.896385000000009],[-56.431945999999982,49.890549000000135],[-56.412216000000001,49.909714000000122],[-56.388054000000011,49.943047000000092],[-56.385001999999929,49.949158000000011],[-56.330284000000006,50.024994000000106],[-56.324172999999973,50.029990999999995],[-56.237777999999992,50.100273000000072],[-56.220832999999971,50.112495000000024],[-56.208892999999989,50.120270000000119],[-56.160278000000005,50.148048000000074],[-56.153884999999946,50.150543000000084],[-56.132499999999993,50.155548000000124],[-56.12471800000003,50.15638000000007],[-56.116660999999965,50.153046000000074],[-56.067222999999956,50.096382000000006],[-56.065001999999936,50.091377000000136],[-56.005004999999983,50.031380000000013],[-55.938605999999936,50.036385000000053],[-55.905273000000022,50.033882000000062],[-55.896111000000019,50.031937000000084],[-55.881110999999976,50.024994000000106],[-55.853888999999924,50.005554000000075],[-55.846106999999961,49.996940999999936],[-55.845275999999956,49.99221799999998],[-55.845551,49.986938000000066],[-55.844161999999983,49.981934000000138],[-55.840836000000024,49.977211000000125],[-55.830001999999979,49.969154000000003],[-55.755004999999869,49.924164000000019],[-55.746108999999933,49.923050000000046],[-55.587218999999948,49.964157000000057],[-55.55610699999994,49.980270000000132],[-55.543892000000028,49.987213000000111],[-55.527221999999995,50.000275000000101],[-55.491698999999983,50.007309000000021],[-55.463332999999977,49.966933999999981],[-55.460830999999985,49.962212000000079],[-55.459723999999937,49.957497000000046],[-55.460281000000009,49.952216999999962],[-55.465004000000022,49.940826000000015],[-55.475272999999959,49.930275000000108],[-55.492226000000016,49.917213000000061],[-55.511391000000003,49.908882000000006],[-55.659163999999976,49.84777100000008],[-55.843055999999933,49.788330000000087],[-55.98611499999987,49.746940999999993],[-56.115279999999927,49.63999200000012],[-56.124167999999997,49.613327000000083],[-56.050551999999925,49.666382000000112],[-56.044448999999986,49.669990999999925],[-55.963889999999935,49.698600999999996],[-55.957779000000016,49.700272000000041],[-55.893889999999999,49.714157000000114],[-55.833327999999995,49.686652999999922],[-55.880279999999971,49.584990999999945],[-55.935443999999961,49.543991000000119],[-55.945441999999957,49.536159999999995],[-55.953444999999988,49.533660999999995],[-55.971607000000006,49.531826000000024],[-55.980277999999998,49.53049500000003],[-56.035277999999948,49.506660000000068],[-56.080001999999922,49.486938000000009],[-56.12749500000001,49.431107000000111],[-56.129165999999998,49.425552000000039],[-56.122771999999941,49.421379000000115],[-56.073891000000003,49.434432999999956],[-56.06221800000003,49.440544000000045],[-56.025275999999963,49.461105000000089],[-56.02027899999996,49.464995999999928],[-56.005279999999914,49.480820000000051],[-55.999725000000012,49.485268000000019],[-55.96305499999994,49.496155000000044],[-55.91705300000001,49.507496000000117],[-55.874717999999973,49.517212000000029],[-55.827781999999956,49.524162000000103],[-55.783332999999914,49.511940000000095],[-55.775001999999915,49.508605999999929],[-55.724997999999971,49.479431000000091],[-55.720832999999971,49.475822000000051],[-55.725554999999986,49.470543000000077],[-55.722771000000023,49.453880000000026],[-55.678336999999942,49.386940000000038],[-55.673057999999969,49.383049000000142],[-55.664444000000003,49.381934999999999],[-55.656386999999938,49.382210000000043],[-55.650275999999963,49.384162999999944],[-55.639167999999984,49.392769000000044],[-55.636115999999959,49.398604999999918],[-55.637778999999966,49.409157000000107],[-55.637778999999966,49.413605000000075],[-55.636115999999959,49.419159000000093],[-55.589164999999923,49.462494000000049],[-55.560279999999977,49.482490999999925],[-55.55388599999992,49.484993000000031],[-55.546950999999979,49.486381999999992],[-55.53167000000002,49.487770000000125],[-55.523055999999997,49.486655999999925],[-55.522223999999994,49.481934000000024],[-55.566390999999953,49.409157000000107],[-55.572776999999974,49.376656000000025],[-55.573058999999944,49.371658000000025],[-55.570556999999951,49.366936000000123],[-55.566665999999998,49.362770000000012],[-55.559998000000007,49.365273000000002],[-55.554717999999923,49.369713000000047],[-55.539443999999946,49.385551000000078],[-55.529723999999987,49.396942000000024],[-55.528053,49.402488999999946],[-55.528885000000002,49.408043000000134],[-55.529166999999973,49.423324999999977],[-55.526389999999992,49.42860399999995],[-55.49610899999999,49.453880000000026],[-55.441665999999998,49.491104000000064],[-55.430282999999974,49.498878000000104],[-55.37749500000001,49.50360900000004],[-55.369445999999982,49.503326000000072],[-55.349276999999972,49.468159000000014],[-55.332946999999933,49.416489000000126],[-55.33577699999995,49.388161000000025],[-55.333610999999905,49.359161000000029],[-55.338608000000022,49.355270000000132],[-55.336112999999955,49.350829999999974],[-55.315276999999924,49.314437999999939],[-55.310996999999929,49.355937999999981],[-55.306830999999931,49.356772999999976],[-55.274833999999998,49.385605000000055],[-55.267501999999979,49.396603000000027],[-55.264499999999998,49.403435000000059],[-55.264336000000014,49.406441000000086],[-55.266669999999863,49.409103000000073],[-55.269833000000006,49.411438000000032],[-55.280838000000017,49.41443600000008],[-55.28317299999992,49.41693500000008],[-55.310000999999943,49.484772000000021],[-55.310832999999946,49.487770000000125],[-55.305557000000022,49.534439000000077],[-55.261390999999946,49.541107000000068],[-55.149726999999928,49.546387000000095],[-55.141112999999962,49.545273000000122],[-55.137222000000008,49.540833000000134],[-55.123328999999956,49.496941000000049],[-55.124717999999973,49.465271000000143],[-55.221107000000018,49.261939999999981],[-55.231109999999944,49.251389000000074],[-55.237220999999977,49.248046999999929],[-55.296394000000021,49.226379000000009],[-55.315001999999936,49.216933999999924],[-55.365836999999999,49.165268000000083],[-55.369164000000012,49.159431000000097],[-55.369445999999982,49.154160000000047],[-55.360001000000011,49.151382000000069],[-55.347495999999978,49.157211000000075],[-55.339721999999995,49.158600000000092],[-55.331673000000023,49.156654000000003],[-55.323615999999959,49.153602999999976],[-55.319449999999904,49.149162000000047],[-55.307219999999973,49.104996000000085],[-55.307776999999987,49.0991590000001],[-55.317504999999983,49.087769000000037],[-55.323059000000001,49.083327999999938],[-55.383330999999998,49.040833000000021],[-55.345551,49.057770000000062],[-55.272223999999937,49.099998000000085],[-55.277495999999985,49.103882000000112],[-55.282501000000025,49.113051999999982],[-55.283332999999914,49.118049999999982],[-55.288054999999986,49.182495000000074],[-55.288054999999986,49.187210000000107],[-55.285004000000015,49.193047000000092],[-55.280555999999933,49.199157999999954],[-55.275275999999963,49.204436999999984],[-55.148055999999997,49.259995000000004],[-55.081116000000009,49.283882000000062],[-55.081673000000023,49.345825000000104],[-55.081389999999942,49.351105000000132],[-55.078055999999947,49.356941000000006],[-55.069450000000018,49.3555530000001],[-55.010284000000013,49.323883000000023],[-54.989998000000014,49.286942000000067],[-54.990554999999972,49.28166200000004],[-54.824448000000018,49.269157000000064],[-54.817779999999914,49.271660000000054],[-54.787506000000008,49.288605000000018],[-54.78194400000001,49.292770000000019],[-54.67972599999996,49.379990000000021],[-54.658332999999971,49.399162000000047],[-54.648055999999997,49.409431000000041],[-54.641388000000006,49.421104000000071],[-54.643889999999999,49.425827000000083],[-54.579726999999934,49.494713000000104],[-54.541114999999934,49.526657000000114],[-54.528885000000002,49.533333000000027],[-54.521111000000019,49.533882000000006],[-54.474716000000001,49.534995999999978],[-54.431945999999925,49.470824999999991],[-54.430831999999953,49.465828000000045],[-54.450554000000011,49.427773000000116],[-54.483330000000024,49.361938000000123],[-54.49361399999998,49.268051000000071],[-54.492500000000007,49.263611000000026],[-54.486945999999989,49.259719999999959],[-54.480552999999929,49.262215000000026],[-54.474716000000001,49.266662999999994],[-54.406386999999938,49.320831000000112],[-54.400832999999921,49.325272000000041],[-54.399170000000026,49.330551000000014],[-54.410278000000005,49.343605000000082],[-54.412773000000016,49.34804500000007],[-54.413612000000001,49.353049999999939],[-54.407501000000025,49.374710000000107],[-54.404167000000029,49.380547000000092],[-54.395003999999915,49.392769000000044],[-54.380279999999971,49.408882000000119],[-54.36999499999996,49.419159000000093],[-54.364166000000012,49.423607000000061],[-54.358054999999979,49.426941000000056],[-54.325279000000023,49.423882000000049],[-54.24888599999997,49.397490999999945],[-54.186661000000015,49.371101000000124],[-54.17888599999992,49.37082700000002],[-54.166106999999897,49.378044000000102],[-54.161941999999897,49.383606000000043],[-54.15582999999998,49.40526600000004],[-54.153327999999931,49.416100000000085],[-54.151938999999913,49.427216000000044],[-54.148337999999967,49.437492000000134],[-54.145279000000016,49.443320999999969],[-54.139998999999932,49.448601000000053],[-54.133888000000013,49.451934999999992],[-54.048889000000031,49.479431000000091],[-54.041671999999949,49.480820000000051],[-53.919998000000021,49.447769000000108],[-53.775001999999972,49.396103000000039],[-53.673331999999959,49.34304800000001],[-53.511116000000015,49.277214000000072],[-53.48860899999994,49.220543000000134],[-53.588332999999977,49.040833000000021],[-53.593886999999995,49.035552999999993],[-53.66194200000001,49.032211000000018],[-53.714721999999938,49.02915999999999],[-53.804442999999992,49.022217000000012],[-53.785277999999948,49.011107999999922],[-53.731667000000016,49.013329000000056],[-53.725273000000016,49.009720000000016],[-53.736664000000019,49.001105999999993],[-53.742774999999995,48.997771999999998],[-53.749167999999941,48.995270000000119],[-53.77027899999996,48.989433000000133],[-53.803611999999987,48.978043000000071],[-53.813056999999958,48.938881000000038],[-53.974441999999954,48.84777100000008],[-54.021384999999952,48.833327999999995],[-54.096106999999961,48.812210000000107],[-53.920279999999991,48.834991000000116],[-53.899170000000026,48.838043000000027],[-53.875557000000015,48.836937000000034],[-53.829445000000021,48.831383000000017],[-53.820556999999951,48.829436999999928],[-53.800835000000006,48.812767000000008],[-53.802223000000026,48.807770000000062],[-53.845276000000013,48.766936999999984],[-53.867774999999938,48.75],[-53.89055599999989,48.733604000000014],[-53.897223999999937,48.731377000000123],[-53.932219999999973,48.71393599999999],[-53.950554000000011,48.670830000000137],[-53.93250299999994,48.624710000000107],[-53.924445999999989,48.624435000000062],[-53.917220999999927,48.624991999999963],[-53.888610999999969,48.631660000000124],[-53.882773999999927,48.633606000000043],[-53.869163999999955,48.638885000000016],[-53.857223999999974,48.644157000000121],[-53.795554999999922,48.675827000000027],[-53.790001000000018,48.679993000000138],[-53.798889000000031,48.682213000000104],[-53.817779999999971,48.673882000000049],[-53.831389999999999,48.669990999999982],[-53.852782999999931,48.666381999999942],[-53.896950000000004,48.662209000000018],[-53.913054999999929,48.663605000000075],[-53.920836999999949,48.667213000000004],[-53.924445999999989,48.671379000000059],[-53.892058999999904,48.682938000000092],[-53.887225999999941,48.690102000000024],[-53.884051999999997,48.693100000000129],[-53.880554000000018,48.695099000000141],[-53.857558999999981,48.704937000000029],[-53.759170999999981,48.714156999999943],[-53.618056999999965,48.694435000000112],[-53.610001000000011,48.693046999999979],[-53.601943999999946,48.68971300000004],[-53.599723999999924,48.684990000000028],[-53.603888999999924,48.674164000000076],[-53.610001000000011,48.668602000000135],[-53.645835999999974,48.648330999999985],[-53.658607000000018,48.641937000000098],[-53.671943999999939,48.638602999999932],[-53.728881999999942,48.629433000000063],[-53.779998999999975,48.623604000000057],[-53.787780999999995,48.622490000000084],[-53.928336999999942,48.575829000000056],[-53.93332700000002,48.572220000000073],[-53.951392999999996,48.549995000000024],[-53.956107999999915,48.543883999999991],[-53.952498999999932,48.539436000000023],[-53.944159999999897,48.539718999999991],[-53.932219999999973,48.544998000000135],[-53.919998000000021,48.551659000000086],[-53.914444000000003,48.555824000000086],[-53.908332999999914,48.559158000000025],[-53.901389999999935,48.562209999999993],[-53.895003999999858,48.563048999999921],[-53.804169000000002,48.568053999999961],[-53.788054999999929,48.566383000000087],[-53.746391000000017,48.558600999999953],[-53.746947999999918,48.523322999999948],[-53.74888599999997,48.513329000000113],[-53.750838999999985,48.50777400000004],[-53.756366999999955,48.50326200000012]],[[-127.91443599999991,51.410820000000001],[-127.92443799999995,51.41027100000008],[-128.06527700000004,51.464157000000114],[-128.07583599999998,51.470543000000021],[-128.08111599999995,51.474709000000132],[-128.15307599999988,51.601661999999976],[-128.15417499999995,51.605826999999977],[-128.15280199999995,51.638046000000145],[-128.15249600000004,51.641937000000041],[-128.15029899999996,51.647491000000059],[-128.14556900000002,51.653603000000032],[-128.136414,51.6616590000001],[-128.01306199999993,51.72137500000008],[-128.00527999999997,51.723320000000058],[-128,51.720542999999964],[-127.99694799999997,51.714157000000057],[-127.99804699999999,51.711662000000047],[-127.995003,51.705269000000101],[-127.98388699999998,51.682495000000131],[-127.96749899999992,51.651931999999988],[-127.951683,51.633880999999974],[-127.93776699999995,51.621933000000126],[-127.92639199999996,51.608886999999982],[-127.91999800000002,51.600547999999947],[-127.90556300000003,51.55971500000004],[-127.87361099999993,51.464439000000027],[-127.87193300000001,51.451934999999992],[-127.87332200000003,51.447769000000051],[-127.87666299999995,51.443046999999979],[-127.90444899999994,51.414711000000068],[-127.91443599999991,51.410820000000001]],[[-55.367500000000007,51.874161000000015],[-55.37471800000003,51.873878000000047],[-55.382216999999912,51.875267000000065],[-55.428885999999977,51.884163000000001],[-55.430000000000007,51.885826000000122],[-55.431113999999923,51.887771999999984],[-55.430557000000022,51.896659999999997],[-55.42610899999994,51.905822999999998],[-55.423331999999959,51.909431000000097],[-55.387779000000023,51.942764000000125],[-55.353614999999991,51.963608000000079],[-55.301392000000021,51.993050000000039],[-55.283889999999985,52.001389000000074],[-55.277221999999938,52.002495000000067],[-55.269996999999989,52.000549000000035],[-55.268889999999942,51.998604],[-55.267501999999979,51.993881000000044],[-55.274170000000026,51.97693600000008],[-55.274170000000026,51.975548000000003],[-55.28194400000001,51.961937000000034],[-55.295005999999944,51.943321000000026],[-55.302222999999969,51.933326999999963],[-55.332503999999972,51.896384999999952],[-55.342223999999874,51.886383000000023],[-55.354720999999927,51.878043999999989],[-55.360001000000011,51.875824000000136],[-55.367500000000007,51.874161000000015]],[[-128.05389400000001,51.753609000000097],[-128.11972000000003,51.741661000000079],[-128.13192699999996,51.743881000000101],[-128.13613899999996,51.746657999999968],[-128.25445599999995,51.865829000000019],[-128.25308199999995,51.872214999999983],[-128.22222899999997,51.953323000000125],[-128.21749899999998,51.962769000000094],[-128.177795,52.008330999999941],[-128.150848,52.035271000000023],[-128.14529400000004,52.038605000000018],[-128.10775799999999,52.051659000000086],[-128.06082200000003,52.056380999999988],[-127.99582699999996,52.062767000000065],[-127.98332199999993,52.061934999999949],[-127.96028100000001,52.055549999999982],[-127.95472699999999,52.05332199999998],[-127.95121799999998,52.046913000000131],[-127.95140100000003,52.03054800000001],[-127.95472699999999,51.981101999999964],[-128.00723299999993,51.782493999999986],[-128.00945999999999,51.778328000000101],[-128.01306199999993,51.773605000000089],[-128.01861600000001,51.770271000000093],[-128.03582800000004,51.760826000000066],[-128.05389400000001,51.753609000000097]],[[-79.252791999999999,52.071380999999917],[-79.319732999999985,51.969986000000063],[-79.364440999999943,51.942214999999976],[-79.370543999999995,51.938599000000124],[-79.376663000000008,51.936104000000057],[-79.385833999999988,51.935546999999985],[-79.42361499999987,51.936935000000062],[-79.433318999999869,51.93832400000008],[-79.450561999999877,51.942214999999976],[-79.50111400000003,51.942489999999964],[-79.568344000000025,51.935546999999985],[-79.576675000000023,51.934158000000025],[-79.591949,51.922768000000133],[-79.604445999999996,51.916664000000083],[-79.611664000000019,51.914436000000137],[-79.617767000000015,51.917770000000132],[-79.621383999999978,51.9222180000001],[-79.652785999999992,51.981101999999964],[-79.654175000000009,51.986655999999982],[-79.650832999999977,51.991936000000067],[-79.633895999999993,52.017493999999942],[-79.629439999999988,52.022217000000126],[-79.62332200000003,52.025269000000037],[-79.61471599999993,52.023048000000131],[-79.608611999999994,52.01998900000001],[-79.603881999999942,52.016106000000036],[-79.596114999999998,52.013611000000026],[-79.585281000000009,52.012772000000041],[-79.567779999999971,52.014999000000103],[-79.538329999999974,52.023323000000005],[-79.408889999999985,52.071938000000046],[-79.396666999999866,52.077217000000019],[-79.383895999999936,52.090827999999988],[-79.345551,52.108604000000128],[-79.338332999999977,52.110275000000001],[-79.297225999999966,52.091933999999981],[-79.277221999999881,52.090546000000074],[-79.269729999999925,52.08776899999998],[-79.263625999999988,52.083878000000084],[-79.252791999999999,52.071380999999917]],[[-131.01889,51.946098000000063],[-131.02166699999998,51.940825999999959],[-131.02917500000001,51.941375999999991],[-131.03695700000003,51.944434999999999],[-131.04861499999998,51.951385000000016],[-131.07415800000001,51.970543000000134],[-131.09500099999997,51.989989999999977],[-131.10165399999994,52.00277699999998],[-131.120544,52.055549999999982],[-131.12719699999997,52.095543000000021],[-131.126373,52.106941000000006],[-131.12249800000001,52.124710000000107],[-131.11639400000001,52.148048000000017],[-131.11026000000004,52.151099999999929],[-131.10192899999998,52.151932000000045],[-131.08361799999989,52.151382000000012],[-131.07720900000004,52.150268999999923],[-131.00945999999999,52.102776000000006],[-130.99249299999991,52.060822000000087],[-131.00473,52.005829000000062],[-131.01889,51.946098000000063]],[[-127.96278399999989,52.074714999999912],[-128.05111699999992,52.07416500000005],[-128.06222500000001,52.074996999999996],[-128.07638499999996,52.079994000000113],[-128.09387199999998,52.090546000000074],[-128.10583500000001,52.100273000000016],[-128.10888699999992,52.105270000000132],[-128.12081899999998,52.141936999999928],[-128.11471599999987,52.14916199999999],[-128.10693400000002,52.152489000000116],[-128.03167699999995,52.163292000000126],[-128.01583900000003,52.164711000000125],[-127.89111299999996,52.171660999999972],[-127.88110399999999,52.172218000000044],[-127.87917299999998,52.166664000000026],[-127.88971700000002,52.131103999999993],[-127.89334100000002,52.126938000000052],[-127.94360399999999,52.079163000000051],[-127.94721999999996,52.075829000000113],[-127.96278399999989,52.074714999999912]],[[-128.21194499999996,52.015549000000135],[-128.22082499999999,52.014442000000031],[-128.23858599999994,52.014717000000076],[-128.2463679999999,52.016662999999937],[-128.25308199999995,52.019714000000135],[-128.29110699999995,52.101936000000137],[-128.29415899999998,52.113608999999997],[-128.29168700000002,52.118881000000101],[-128.25280799999996,52.171379000000059],[-128.24444600000004,52.179993000000138],[-128.23971599999993,52.184158000000139],[-128.23193399999997,52.187492000000134],[-128.18804899999998,52.193604000000107],[-128.16223100000002,52.196655000000135],[-128.15307599999988,52.195267000000001],[-128.14779699999997,52.191658000000018],[-128.14584399999995,52.186104],[-128.1480709999999,52.183327000000133],[-128.15472399999999,52.159431000000041],[-128.15612799999997,52.153320000000122],[-128.15862999999996,52.11971299999999],[-128.154449,52.108604000000128],[-128.15139799999997,52.103882000000056],[-128.14752199999998,52.092766000000097],[-128.15112299999993,52.081108000000086],[-128.20611600000001,52.01888300000013],[-128.21194499999996,52.015549000000135]],[[-128.42834499999992,52.13749700000011],[-128.44415300000003,52.134163000000115],[-128.44638099999997,52.13499500000006],[-128.50472999999994,52.16027100000008],[-128.50918599999994,52.16443600000008],[-128.51113899999996,52.169990999999982],[-128.50863600000002,52.175552000000039],[-128.50527999999997,52.180274999999995],[-128.50058000000001,52.184158000000139],[-128.45138499999996,52.217209000000082],[-128.448059,52.21915400000006],[-128.43331899999998,52.223320000000001],[-128.41641200000004,52.226379000000122],[-128.40972899999997,52.224991000000045],[-128.40640299999995,52.2227630000001],[-128.40527299999997,52.218596999999988],[-128.4100039999999,52.214714000000072],[-128.40777599999996,52.15277100000003],[-128.408905,52.149437000000034],[-128.41363499999994,52.145270999999923],[-128.42834499999992,52.13749700000011]],[[-128.29998799999998,52.133606000000043],[-128.308044,52.128875999999991],[-128.31362899999999,52.129714999999976],[-128.36499000000003,52.162491000000102],[-128.37304699999999,52.185265000000072],[-128.378601,52.213608000000022],[-128.37832599999996,52.220268000000033],[-128.37719699999991,52.223877000000073],[-128.37027,52.228600000000029],[-128.35665900000004,52.235825000000091],[-128.34527600000001,52.238602000000014],[-128.29724099999999,52.237212999999997],[-128.23721299999994,52.222488000000055],[-128.22943099999998,52.220268000000033],[-128.22720300000003,52.218880000000127],[-128.22610499999996,52.216934000000037],[-128.22747799999996,52.212769000000037],[-128.22997999999995,52.209435000000099],[-128.29998799999998,52.133606000000043]],[[-81.476944000000003,52.249161000000072],[-81.48582499999992,52.248329000000126],[-81.646118000000001,52.251389000000017],[-81.687499999999943,52.254997000000117],[-81.706115999999952,52.258049000000028],[-81.710007000000019,52.262496999999996],[-81.695830999999941,52.267212000000029],[-81.578063999999983,52.294716000000051],[-81.551666000000012,52.298050000000046],[-81.541672000000005,52.296661000000029],[-81.493057000000022,52.283881999999949],[-81.480559999999969,52.277489000000003],[-81.475280999999995,52.27388000000002],[-81.471664000000033,52.268051000000014],[-81.468063000000029,52.263054000000068],[-81.467772999999966,52.256942999999978],[-81.470839999999953,52.252220000000023],[-81.476944000000003,52.249161000000072]],[[-127.924713,52.174164000000133],[-127.93360899999999,52.173049999999932],[-128.036407,52.177489999999977],[-128.05416899999994,52.180550000000039],[-128.07971199999997,52.186377999999934],[-128.08639500000004,52.188599000000067],[-128.09277299999991,52.19221500000009],[-128.16696199999996,52.244713000000104],[-128.17001299999998,52.249718000000144],[-128.15862999999996,52.256386000000077],[-128.06945799999994,52.294716000000051],[-128.0477909999999,52.300545000000056],[-128.04000899999994,52.301659000000029],[-127.97944599999994,52.296661000000029],[-127.97277800000001,52.295273000000122],[-127.96193700000003,52.289436000000137],[-127.95861799999989,52.287498000000028],[-127.95111099999997,52.279716000000064],[-127.90943899999996,52.210274000000027],[-127.90750100000002,52.204712000000086],[-127.90666199999998,52.198600999999996],[-127.91055299999988,52.186377999999934],[-127.91776999999996,52.176940999999999],[-127.924713,52.174164000000133]],[[-128.18444799999992,52.278602999999976],[-128.20361299999996,52.277489000000003],[-128.21026599999993,52.278327999999988],[-128.21362299999998,52.279716000000064],[-128.18917799999986,52.330826000000116],[-128.18307499999997,52.339714000000129],[-128.11471599999987,52.41832700000009],[-128.11111499999998,52.421661000000086],[-128.10443099999992,52.421379000000002],[-128.09997599999991,52.418602000000135],[-128.09359699999999,52.411658999999929],[-128.09249899999998,52.408324999999934],[-128.08526599999999,52.396385000000066],[-128.05917399999998,52.352219000000048],[-128.05694600000004,52.346100000000035],[-128.05526699999996,52.334991000000116],[-128.05667099999994,52.328880000000083],[-128.06140099999999,52.324715000000083],[-128.15194700000001,52.282211000000075],[-128.18444799999992,52.278602999999976]],[[-127.72444199999995,51.97693600000008],[-127.87082699999991,51.944709999999986],[-127.87970699999994,51.94499200000007],[-127.886124,51.947768999999994],[-127.89167800000001,51.951385000000016],[-127.89472999999992,51.956100000000049],[-127.89943700000003,51.973320000000001],[-127.90110799999991,51.985824999999977],[-127.90055799999988,51.999435000000005],[-127.88110399999999,52.078880000000083],[-127.87361099999993,52.094994000000042],[-127.85138699999999,52.141380000000026],[-127.82833900000003,52.175827000000027],[-127.817497,52.191375999999934],[-127.79750100000001,52.213882000000126],[-127.78916899999996,52.221930999999984],[-127.75334199999998,52.245827000000077],[-127.74527,52.247772000000055],[-127.699997,52.257216999999912],[-127.68083199999995,52.258888000000013],[-127.65943900000002,52.259163000000001],[-127.65055799999999,52.260276999999974],[-127.58640300000002,52.281105000000082],[-127.51666299999999,52.304436000000123],[-127.51000999999985,52.306938000000002],[-127.46056399999998,52.345824999999991],[-127.45694700000001,52.350548000000003],[-127.45612299999988,52.362213000000054],[-127.45694700000001,52.368324000000143],[-127.45333900000003,52.373046999999929],[-127.4177699999999,52.385269000000108],[-127.36277799999999,52.403876999999966],[-127.26390100000003,52.436653000000092],[-127.25945300000001,52.435265000000015],[-127.23473399999995,52.416939000000013],[-127.20777899999996,52.344711000000018],[-127.21056399999992,52.33526599999999],[-127.218887,52.325829000000056],[-127.23222399999992,52.313049000000092],[-127.24749800000001,52.301933000000133],[-127.27084399999995,52.288605000000132],[-127.28916899999996,52.279433999999981],[-127.30304699999999,52.274162000000047],[-127.30999800000001,52.271659999999997],[-127.32584400000002,52.268051000000014],[-127.36193800000001,52.264717000000019],[-127.42582699999997,52.24610100000001],[-127.43971299999993,52.240829000000076],[-127.44526699999994,52.23832699999997],[-127.57972699999999,52.177216000000044],[-127.58444199999991,52.173324999999977],[-127.58805799999999,52.167770000000075],[-127.59631300000001,52.151793999999995],[-127.65416700000003,52.123877999999991],[-127.68694299999993,52.074440000000095],[-127.69193999999993,52.06360600000005],[-127.70111099999991,52.041107000000068],[-127.70388800000001,52.028877000000136],[-127.699997,52.017768999999987],[-127.69915799999995,52.01138300000008],[-127.699432,52.00471500000009],[-127.70194999999995,51.998604],[-127.708054,51.988327000000027],[-127.71749899999998,51.980270000000075],[-127.72444199999995,51.97693600000008]],[[-128.66860999999994,52.266388000000063],[-128.67556799999994,52.266388000000063],[-128.72055099999994,52.306938000000002],[-128.724152,52.311378000000047],[-128.72637899999995,52.316101000000003],[-128.74832200000003,52.369156000000089],[-128.76196299999998,52.41832700000009],[-128.76251200000002,52.423325000000091],[-128.76196299999998,52.429160999999965],[-128.759186,52.449432000000002],[-128.75280799999996,52.467766000000097],[-128.74722299999996,52.471656999999993],[-128.68139599999989,52.482208000000071],[-128.67443800000001,52.482208000000071],[-128.65029899999996,52.474434000000088],[-128.63696299999992,52.468597000000102],[-128.624146,52.461662000000103],[-128.61914099999996,52.457771000000037],[-128.615814,52.453606000000036],[-128.61608899999993,52.44860099999994],[-128.61331199999995,52.364441000000056],[-128.61471599999993,52.353325000000098],[-128.61776699999996,52.329994000000056],[-128.61999500000002,52.323883000000137],[-128.62554899999992,52.311378000000047],[-128.62997399999995,52.305550000000096],[-128.66860999999994,52.266388000000063]],[[-128.471924,52.492767000000129],[-128.46777299999991,52.483047000000056],[-128.46499599999993,52.47304500000007],[-128.46417199999996,52.46804800000001],[-128.46499599999993,52.462212000000136],[-128.46722399999999,52.456099999999935],[-128.47082499999993,52.449714999999969],[-128.48055999999991,52.440269000000001],[-128.4869379999999,52.437209999999993],[-128.49414100000001,52.434989999999971],[-128.50945999999999,52.432213000000104],[-128.51806599999998,52.431938000000059],[-128.59553499999998,52.460140000000081],[-128.66314699999987,52.491927999999973],[-128.75500499999998,52.487770000000012],[-128.77557399999995,52.49332400000003],[-128.78472899999991,52.496101000000124],[-128.80944799999997,52.515549000000078],[-128.81304899999992,52.519989000000066],[-128.81390399999998,52.524994000000106],[-128.811127,52.536941999999954],[-128.808899,52.543053000000043],[-128.73889199999996,52.587494000000049],[-128.732483,52.590545999999961],[-128.72470099999998,52.59165999999999],[-128.5781859999999,52.5936430000001],[-128.56750499999998,52.622490000000028],[-128.53527800000001,52.647217000000069],[-128.53167699999995,52.62110100000001],[-128.52890000000002,52.611107000000004],[-128.52194199999997,52.591377000000023],[-128.50085399999995,52.543610000000115],[-128.48889199999991,52.52027099999998],[-128.48526000000004,52.515831000000105],[-128.47970599999996,52.506660000000011],[-128.471924,52.492767000000129]],[[-131.46444700000001,52.627487000000087],[-131.58554099999998,52.585266000000104],[-131.59359699999999,52.585823000000005],[-131.60137900000001,52.588600000000099],[-131.6119379999999,52.596099999999979],[-131.62359600000002,52.608886999999982],[-131.70971700000001,52.705269000000044],[-131.691101,52.724991000000102],[-131.68499799999995,52.728043000000014],[-131.65945399999993,52.730270000000075],[-131.48471099999995,52.736938000000066],[-131.475281,52.736655999999982],[-131.46859699999999,52.733330000000137],[-131.46887200000003,52.73054500000012],[-131.44943199999994,52.714996000000042],[-131.44027699999998,52.706940000000145],[-131.43917799999991,52.701660000000061],[-131.44137599999999,52.684158000000025],[-131.45443699999998,52.636383000000023],[-131.45834399999995,52.630821000000083],[-131.46444700000001,52.627487000000087]],[[-128.43029799999994,52.368050000000039],[-128.44168099999996,52.368050000000039],[-128.45611599999989,52.373046999999929],[-128.46026599999999,52.37721300000004],[-128.46664399999986,52.386939999999981],[-128.46777299999991,52.393051000000071],[-128.43777499999999,52.543610000000115],[-128.44973800000002,52.620827000000077],[-128.45056199999999,52.626937999999996],[-128.44168099999996,52.746941000000106],[-128.43917799999997,52.752220000000079],[-128.43582200000003,52.756943000000092],[-128.39001500000001,52.797493000000031],[-128.383331,52.797493000000031],[-128.37332200000003,52.791107000000125],[-128.36276199999998,52.740272999999945],[-128.35861199999988,52.729156000000103],[-128.32138099999992,52.634720000000129],[-128.275848,52.496101000000124],[-128.27502400000003,52.489990000000034],[-128.28640699999994,52.457771000000037],[-128.31140099999999,52.423881999999992],[-128.365814,52.38220999999993],[-128.37164300000001,52.378875999999991],[-128.386414,52.374992000000134],[-128.40335099999993,52.371658000000139],[-128.43029799999994,52.368050000000039]],[[-128.97442599999999,52.453323000000069],[-128.98275799999999,52.453049000000135],[-129.11471599999993,52.556656000000089],[-129.21081499999997,52.64888000000002],[-129.26333599999998,52.710548000000074],[-129.27056899999997,52.719153999999946],[-129.29196200000001,52.761664999999994],[-129.29278599999998,52.766937000000098],[-129.28140299999995,52.81721500000009],[-129.27722199999988,52.823051000000135],[-129.27084400000001,52.826103000000046],[-129.26223799999997,52.826660000000118],[-129.252228,52.825272000000041],[-129.23111,52.81610100000006],[-129.218323,52.809158000000082],[-129.10415599999999,52.74110399999995],[-129.066101,52.714714000000129],[-128.94695999999993,52.626381000000094],[-128.926941,52.610825000000091],[-128.92333999999994,52.606659000000036],[-128.91973899999999,52.602218999999991],[-128.91861,52.527488999999946],[-128.92251599999997,52.515274000000034],[-128.93640099999999,52.480545000000006],[-128.94360399999999,52.469711000000075],[-128.9491579999999,52.465546000000074],[-128.96166999999997,52.459435000000042],[-128.97442599999999,52.453323000000069]],[[-128.26974499999994,52.596939000000134],[-128.27416999999997,52.595543000000077],[-128.27890000000002,52.595824999999991],[-128.28445399999998,52.598602000000028],[-128.28750600000001,52.602776000000063],[-128.28973399999995,52.60833000000008],[-128.29269399999993,52.661549000000036],[-128.32305899999994,52.74110399999995],[-128.32638499999996,52.771378000000027],[-128.32501199999996,52.776100000000099],[-128.26322900000002,52.784645000000125],[-128.21063200000003,52.798515000000009],[-128.18582199999992,52.826942000000031],[-128.177795,52.826103000000046],[-128.17334,52.823326000000122],[-128.17028799999997,52.817771999999991],[-128.17584199999999,52.787773000000129],[-128.17861899999997,52.776100000000099],[-128.20776399999994,52.704436999999984],[-128.21026599999993,52.698875000000044],[-128.24722299999996,52.620544000000109],[-128.24972500000001,52.616660999999965],[-128.26141399999995,52.604439000000013],[-128.26974499999994,52.596939000000134]],[[-131.63973999999996,52.828049000000135],[-131.64666699999992,52.825829000000113],[-131.64889499999998,52.826103000000046],[-131.66973899999999,52.819160000000068],[-131.70834400000001,52.811378000000104],[-131.72387700000002,52.808327000000077],[-131.73306299999996,52.80860100000001],[-131.81332399999997,52.82027400000004],[-131.82388300000002,52.82777400000009],[-131.83138999999994,52.841934000000037],[-131.83029199999999,52.846656999999993],[-131.82250999999991,52.848045000000127],[-131.74859599999996,52.853324999999984],[-131.72860699999995,52.851387000000045],[-131.644745,52.835548000000131],[-131.636414,52.832497000000103],[-131.63973999999996,52.828049000000135]],[[-128.50527999999997,52.641106000000036],[-128.5125119999999,52.641106000000036],[-128.51611300000002,52.645271000000037],[-128.52029400000004,52.654991000000109],[-128.54000899999994,52.703323000000012],[-128.53500399999996,52.758049000000085],[-128.53362999999996,52.769157000000121],[-128.51391599999999,52.860825000000034],[-128.51028400000001,52.867493000000024],[-128.50613399999992,52.873047000000042],[-128.49887100000001,52.87082700000002],[-128.49194299999994,52.868599000000074],[-128.48553499999997,52.865273000000002],[-128.471924,52.853049999999996],[-128.46832299999994,52.848602000000028],[-128.45083599999992,52.805267000000015],[-128.45361300000002,52.782493999999986],[-128.45443699999998,52.776939000000084],[-128.50167799999991,52.647491000000002],[-128.50527999999997,52.641106000000036]],[[-129.61053500000003,52.954993999999999],[-129.61831699999999,52.953606000000093],[-129.62222299999996,52.958046000000081],[-129.65139799999992,53.013329000000113],[-129.650848,53.01888300000013],[-129.62441999999993,53.02388000000002],[-129.615814,53.024436999999921],[-129.60720800000001,53.022766000000047],[-129.57055699999989,53.013611000000026],[-129.5625,53.010551000000135],[-129.55749499999996,53.006660000000068],[-129.55667099999999,53.001389000000017],[-129.55862400000001,52.997490000000028],[-129.55334500000004,52.984993000000031],[-129.561127,52.970543000000077],[-129.59637499999991,52.959435000000099],[-129.61053500000003,52.954993999999999]],[[-129.531677,53.010551000000135],[-129.53890999999993,53.008049000000085],[-129.546967,53.008888000000013],[-129.58859299999995,53.024162000000103],[-129.64001500000001,53.044158999999979],[-129.63391099999996,53.056099000000074],[-129.56277499999993,53.053046999999992],[-129.52444500000001,53.033606999999961],[-129.51779199999993,53.029991000000109],[-129.51724200000001,53.024993999999992],[-129.52056900000002,53.018326000000059],[-129.531677,53.010551000000135]],[[-55.763061999999991,53.029434000000037],[-55.853333000000021,53.01527399999992],[-55.861945999999989,53.015549000000135],[-55.870834000000002,53.018599999999992],[-55.876388999999961,53.02748900000006],[-55.876105999999993,53.032768000000033],[-55.872771999999998,53.043883999999991],[-55.869719999999973,53.04972100000009],[-55.857779999999991,53.06749700000006],[-55.854445999999996,53.071663000000001],[-55.848609999999951,53.076102999999989],[-55.808333999999945,53.09137700000008],[-55.800551999999982,53.093605000000025],[-55.79222900000002,53.093048000000124],[-55.788612000000001,53.089714000000129],[-55.788337999999953,53.086655000000007],[-55.749167999999997,53.069160000000011],[-55.748885999999914,53.064712999999927],[-55.755004999999869,53.038604999999961],[-55.756667999999991,53.033051],[-55.763061999999991,53.029434000000037]],[[-129.60247799999996,53.057213000000047],[-129.61080899999996,53.056655999999975],[-129.69250499999993,53.075829000000056],[-129.70193499999999,53.078330999999935],[-129.70834399999995,53.08166499999993],[-129.72305299999999,53.099159000000043],[-129.73611500000004,53.12221500000004],[-129.73831200000001,53.12721300000004],[-129.73275799999999,53.131103999999937],[-129.716949,53.133881000000031],[-129.69973800000002,53.134995000000004],[-129.66805999999991,53.136108000000092],[-129.66250600000001,53.135551000000021],[-129.65444899999994,53.132767000000058],[-129.650848,53.130547000000035],[-129.64416499999999,53.12721300000004],[-129.62081899999998,53.112494999999967],[-129.615814,53.108604000000071],[-129.58804299999991,53.084717000000069],[-129.58416699999998,53.08027600000014],[-129.58193999999997,53.075554000000068],[-129.58612099999999,53.069992000000127],[-129.59664900000001,53.061104000000114],[-129.60247799999996,53.057213000000047]],[[-79.909164000000033,53.081940000000145],[-79.919723999999974,53.081940000000145],[-79.926102000000014,53.084991000000002],[-79.92971799999998,53.089432000000102],[-79.932220000000029,53.094436999999971],[-79.938599000000011,53.122490000000084],[-79.938599000000011,53.134995000000004],[-79.93499799999995,53.147774000000084],[-79.930557000000022,53.152489000000116],[-79.906386999999995,53.172768000000076],[-79.897781000000009,53.174438000000009],[-79.887511999999958,53.174438000000009],[-79.877486999999974,53.173050000000103],[-79.866393999999957,53.16944100000012],[-79.858886999999868,53.166939000000013],[-79.846114999999941,53.160545000000013],[-79.795836999999892,53.116386000000034],[-79.789444000000003,53.106941000000006],[-79.787215999999944,53.101936000000137],[-79.789444000000003,53.095825000000048],[-79.796951000000035,53.093605000000025],[-79.835555999999997,53.083878000000084],[-79.843886999999995,53.082214000000079],[-79.909164000000033,53.081940000000145]],[[-129.4324949999999,53.151382000000012],[-129.35278299999993,53.072220000000073],[-129.29000899999988,52.993607000000054],[-129.28750600000001,52.978043000000014],[-129.28945899999985,52.971930999999984],[-129.29583700000001,52.968880000000013],[-129.31222499999996,52.966934000000094],[-129.341095,52.973320000000001],[-129.41418499999997,53.010551000000135],[-129.41915900000004,53.014442000000031],[-129.42138699999998,53.019157000000064],[-129.42471299999994,53.040276000000063],[-129.42916899999994,53.04972100000009],[-129.475281,53.101936000000137],[-129.50527999999997,53.126380999999981],[-129.51196300000004,53.129714999999976],[-129.52194199999985,53.131103999999937],[-129.53750600000001,53.128326000000129],[-129.54473899999994,53.128326000000129],[-129.54724099999993,53.133049000000142],[-129.54806500000001,53.14916199999999],[-129.546967,53.16027100000008],[-129.5386049999999,53.171660999999915],[-129.52166699999992,53.18360100000001],[-129.51446499999997,53.185822000000144],[-129.49859599999996,53.188599000000011],[-129.49026499999997,53.188881000000094],[-129.47997999999995,53.187767000000122],[-129.470551,53.185265000000015],[-129.46276899999992,53.179993000000081],[-129.4324949999999,53.151382000000012]],[[-81.106109999999887,53.199714999999969],[-81.087783999999886,53.17943600000001],[-81.045272999999952,53.148605000000089],[-80.978881999999942,53.113052000000039],[-80.973617999999988,53.109436000000017],[-80.809433000000013,52.97693600000008],[-80.775008999999955,52.944434999999942],[-80.763335999999924,52.931381000000044],[-80.669158999999979,52.776939000000084],[-80.667769999999962,52.771935000000099],[-80.667496000000028,52.759438000000102],[-80.670836999999892,52.745827000000133],[-80.673049999999932,52.740547000000049],[-80.699722000000008,52.69609800000012],[-80.705001999999979,52.692214999999976],[-80.712509000000011,52.689156000000025],[-80.720551,52.688324000000136],[-80.731673999999998,52.688881000000038],[-80.739166000000012,52.691376000000048],[-80.749161000000015,52.698875000000044],[-80.753066999999987,52.703323000000012],[-80.765839000000028,52.709717000000012],[-80.797500999999954,52.719153999999946],[-80.815001999999993,52.723045000000013],[-80.861388999999917,52.731102000000021],[-80.898894999999982,52.737495000000138],[-80.918883999999991,52.740272999999945],[-80.995543999999938,52.746101000000067],[-81.015563999999927,52.748604000000057],[-81.024444999999957,52.750549000000035],[-81.138061999999934,52.788048000000117],[-81.15306099999998,52.793052999999986],[-81.198882999999967,52.814156000000082],[-81.212783999999942,52.819991999999957],[-81.251953000000015,52.832497000000103],[-81.287216000000001,52.83998900000006],[-81.369155999999862,52.856102000000078],[-81.41722099999987,52.863052000000096],[-81.58444199999991,52.889160000000061],[-81.649170000000026,52.907211000000075],[-81.763625999999931,52.937767000000008],[-81.781386999999995,52.941658000000075],[-81.811660999999958,52.945267000000058],[-81.834166999999866,52.946381000000031],[-81.881377999999984,52.954162999999994],[-81.916655999999989,52.96166199999999],[-81.933318999999983,52.965828000000045],[-81.949721999999952,52.971375000000023],[-81.962783999999886,52.97693600000008],[-82.049987999999985,53.014442000000031],[-82.056655999999862,53.017494000000113],[-82.061661000000015,53.021102999999925],[-82.063323999999909,53.026657000000114],[-82.060271999999998,53.031937000000028],[-82.053329000000019,53.041938999999957],[-82.049164000000019,53.046661000000029],[-81.974716000000001,53.113883999999985],[-81.965285999999935,53.12221500000004],[-81.954177999999956,53.129990000000134],[-81.910827999999981,53.158882000000062],[-81.892226999999991,53.168326999999977],[-81.864440999999999,53.178604000000121],[-81.848052999999936,53.181664000000012],[-81.826110999999969,53.181381000000044],[-81.714721999999881,53.188599000000011],[-81.543059999999969,53.209160000000054],[-81.385283999999899,53.224990999999989],[-81.374999999999943,53.224990999999989],[-81.295546999999999,53.217765999999983],[-81.116394000000014,53.200829000000113],[-81.106109999999887,53.199714999999969]],[[-131.76223800000002,53.196655000000078],[-131.6305539999999,53.084159999999997],[-131.595551,53.046103999999957],[-131.59304800000001,53.041382000000056],[-131.59472700000003,53.035271000000023],[-131.60165399999994,53.033051],[-131.61026000000004,53.032211000000132],[-131.62887599999999,53.032494000000099],[-131.63973999999996,53.034439000000077],[-131.73666400000002,53.053879000000052],[-131.75558499999994,53.058601000000124],[-131.77444500000001,53.068886000000077],[-131.78390499999989,53.071381000000088],[-131.79473899999994,53.073051000000078],[-131.81362899999999,53.073607999999979],[-131.82971199999992,53.071381000000088],[-131.94332900000001,53.054993000000024],[-131.96472199999999,53.046386999999925],[-131.91195700000003,53.005271999999991],[-131.90835599999991,53.011108000000036],[-131.89944499999996,53.019714000000135],[-131.88806199999999,53.026939000000027],[-131.87027,53.037498000000028],[-131.85611,53.04222100000004],[-131.84777800000001,53.043052999999929],[-131.83111600000001,53.043052999999929],[-131.81167600000003,53.039718999999991],[-131.662781,53.00777400000004],[-131.644745,53.003882999999973],[-131.62860099999995,52.998328999999956],[-131.61498999999998,52.991661000000022],[-131.609711,52.988045000000113],[-131.59805299999999,52.97526600000009],[-131.59582499999993,52.964714000000072],[-131.59750399999996,52.958602999999982],[-131.61554000000001,52.920273000000066],[-131.662781,52.882210000000043],[-131.66805999999997,52.878043999999932],[-131.68057299999992,52.871658000000025],[-131.68749999999994,52.869155999999975],[-131.70443699999993,52.867767000000129],[-131.80221599999999,52.86471599999993],[-131.80862400000001,52.865829000000019],[-131.833618,52.88499500000006],[-131.849152,52.901932000000102],[-131.87027,52.922768000000076],[-131.88473499999992,52.934433000000013],[-131.89001500000001,52.93832400000008],[-131.898346,52.941100999999946],[-131.906677,52.940269000000058],[-131.93859899999995,52.934990000000084],[-131.94473299999999,52.931664000000012],[-131.982483,52.879715000000033],[-131.97860700000001,52.875549000000092],[-131.96859699999999,52.874435000000119],[-131.95278899999988,52.875267000000065],[-131.94528200000002,52.876938000000109],[-131.93139599999995,52.881660000000011],[-131.85638399999993,52.856102000000078],[-131.77557399999989,52.716660000000047],[-131.767517,52.713882000000012],[-131.73361199999999,52.69860100000011],[-131.72692900000004,52.695541000000048],[-131.72305299999988,52.691101000000003],[-131.683899,52.642220000000009],[-131.68139600000001,52.637496999999996],[-131.65945399999993,52.581665000000044],[-131.57278400000001,52.529991000000052],[-131.56527700000004,52.531662000000097],[-131.55667099999994,52.532211000000018],[-131.54583700000001,52.530273000000079],[-131.48193400000002,52.507773999999984],[-131.46749899999992,52.501389000000131],[-131.42361499999998,52.460823000000119],[-131.42748999999998,52.414993000000095],[-131.39849899999996,52.377827000000025],[-131.39533999999998,52.375492000000122],[-131.39016699999996,52.374660000000006],[-131.36749299999991,52.381827999999985],[-131.36549400000001,52.384491000000025],[-131.36599699999988,52.390986999999996],[-131.36715700000002,52.397160000000042],[-131.357483,52.403320000000065],[-131.35833699999989,52.414153999999996],[-131.35305799999998,52.41832700000009],[-131.32833900000003,52.431107000000054],[-131.31304899999998,52.434158000000082],[-131.27252199999998,52.438881000000038],[-131.25558499999988,52.440269000000001],[-131.23638900000003,52.439156000000082],[-131.23248299999995,52.434714999999983],[-131.24749800000001,52.365829000000133],[-131.25085399999995,52.359160999999972],[-131.25836200000003,52.34777100000008],[-131.26306199999999,52.34276600000004],[-131.30311599999993,52.332100000000025],[-131.31977799999993,52.335106000000053],[-131.33059700000001,52.332770999999923],[-131.33248899999995,52.293610000000001],[-131.32833900000003,52.284995999999978],[-131.32443199999989,52.280822999999998],[-131.27139299999999,52.277771000000087],[-131.259186,52.284164000000033],[-131.25613399999992,52.290833000000077],[-131.24832199999997,52.302216000000101],[-131.17971799999998,52.317772000000048],[-131.17193599999996,52.319442999999922],[-131.136414,52.311378000000047],[-131.09500099999997,52.286110000000122],[-131.01501500000001,52.225548000000117],[-131.00750699999998,52.217209000000082],[-131.00527999999991,52.206657000000064],[-131.01168799999988,52.193604000000107],[-131.01556400000004,52.187767000000122],[-131.024719,52.178047000000049],[-131.030304,52.173882000000049],[-131.036407,52.170830000000137],[-131.04305999999991,52.168326999999977],[-131.11512799999997,52.168289000000016],[-131.16610700000001,52.125549000000092],[-131.18057299999987,52.121658000000025],[-131.26473999999985,52.11971299999999],[-131.29888900000003,52.150268999999923],[-131.36025999999993,52.189156000000139],[-131.36694299999999,52.192490000000134],[-131.38946499999997,52.205826000000059],[-131.41168200000004,52.220543000000077],[-131.55111699999998,52.333878000000084],[-131.57333399999993,52.360824999999977],[-131.58194000000003,52.379990000000134],[-131.582764,52.385269000000108],[-131.58056599999986,52.390548999999965],[-131.57778899999994,52.393607999999972],[-131.57083099999994,52.396102999999982],[-131.54806500000001,52.400543000000027],[-131.53973399999995,52.401100000000099],[-131.52972399999993,52.400269000000094],[-131.52029400000004,52.397774000000027],[-131.56140099999999,52.431664000000126],[-131.66168199999998,52.478324999999984],[-131.67916899999994,52.483604000000128],[-131.70944199999991,52.491104000000007],[-131.76223800000002,52.50499700000006],[-131.77529899999996,52.51166500000005],[-131.89279199999999,52.582771000000093],[-132.01751699999994,52.677490000000034],[-132.08194000000003,52.727485999999942],[-132.08471700000001,52.732208000000014],[-132.060272,52.755272000000048],[-132.01028399999996,52.775269000000094],[-132.00250199999999,52.776939000000084],[-131.993042,52.774436999999978],[-131.97305299999999,52.764717000000076],[-131.96389799999997,52.756660000000124],[-131.94445799999988,52.735549999999989],[-131.93362400000001,52.728043000000014],[-131.92694099999994,52.724709000000075],[-131.91751099999988,52.722487999999942],[-131.91723599999995,52.725822000000107],[-131.93722499999996,52.763611000000083],[-131.93972799999995,52.768326000000116],[-131.95166,52.781105000000139],[-131.96221899999995,52.788605000000018],[-131.96887200000003,52.791939000000013],[-132.03417999999994,52.812767000000122],[-132.06167599999998,52.813881000000094],[-132.05804399999994,52.804161000000022],[-132.05557299999987,52.793610000000058],[-132.10247800000002,52.749435000000062],[-132.11026000000004,52.748046999999985],[-132.12026999999995,52.748877999999991],[-132.12747199999995,52.750832000000003],[-132.21417199999991,52.804710000000114],[-132.21945199999999,52.808327000000077],[-132.22888199999994,52.816382999999973],[-132.31640599999997,52.902214000000129],[-132.34414700000002,52.931664000000012],[-132.34695399999993,52.936377999999991],[-132.34304799999995,52.942214999999976],[-132.32971199999992,52.94582400000013],[-132.31362899999999,52.948043999999982],[-132.25558499999994,52.954711999999915],[-132.24527,52.953880000000026],[-132.23803699999991,52.951935000000049],[-132.16778599999992,52.928047000000106],[-132.15640300000001,52.958885000000066],[-132.11248799999998,52.987770000000125],[-132.11026000000004,52.993049999999982],[-132.11276199999992,52.997772000000055],[-132.11944599999998,53.00110600000005],[-132.25613399999997,53.028877000000136],[-132.26696799999996,53.030823000000055],[-132.29501300000004,53.031105000000082],[-132.41195700000003,53.031937000000028],[-132.47970599999996,53.027214000000015],[-132.49609399999991,53.032768000000033],[-132.50778199999996,53.040549999999996],[-132.51196300000004,53.044716000000051],[-132.55279499999995,53.089714000000129],[-132.55557299999992,53.094436999999971],[-132.56362899999999,53.139160000000004],[-132.56222500000001,53.145271000000093],[-132.55667099999994,53.149436999999978],[-132.54916399999991,53.151100000000099],[-132.53945899999991,53.148880000000077],[-132.52584799999994,53.142220000000066],[-132.50140399999998,53.133881000000031],[-132.48165899999998,53.130820999999969],[-132.45111099999986,53.128044000000102],[-132.41363499999989,53.127486999999974],[-132.378601,53.129433000000063],[-132.21081499999997,53.141662999999994],[-132.07083099999994,53.153877000000023],[-132.06390399999987,53.156380000000013],[-132.05777,53.159714000000008],[-132.03057899999999,53.179993000000081],[-132.00750700000003,53.1947100000001],[-131.92834500000004,53.230545000000006],[-131.92138699999992,53.233047000000056],[-131.811127,53.253608999999983],[-131.80194099999994,53.253326000000015],[-131.794464,53.251388999999961],[-131.79055800000003,53.247214999999926],[-131.76223800000002,53.196655000000078]],[[-55.778052999999943,53.289719000000105],[-55.786667000000023,53.288330000000087],[-55.794448999999929,53.291107000000011],[-55.797226000000023,53.295546999999999],[-55.793334999999956,53.300545],[-55.785003999999958,53.303604000000007],[-55.776108000000022,53.300270000000012],[-55.776389999999992,53.295273000000066],[-55.778052999999943,53.289719000000105]],[[-128.68945299999996,53.16443600000008],[-128.67944299999994,53.163047999999947],[-128.67083700000001,53.163605000000075],[-128.65222199999999,53.16276600000009],[-128.64196799999996,53.161377000000073],[-128.62469499999997,53.155548000000067],[-128.60555999999997,53.145271000000093],[-128.57611099999991,53.105270000000132],[-128.53167699999995,53.021102999999925],[-128.52890000000002,53.011108000000036],[-128.52056900000002,52.959435000000099],[-128.51834099999991,52.943604000000107],[-128.51779199999987,52.927489999999977],[-128.51834099999991,52.911102000000142],[-128.52001999999999,52.899719000000118],[-128.52279699999991,52.888046000000088],[-128.57028199999996,52.691376000000048],[-128.57223499999992,52.685265000000129],[-128.57528699999995,52.679993000000024],[-128.59359699999993,52.659156999999993],[-128.58526599999988,52.659431000000097],[-128.57748400000003,52.65638000000007],[-128.58581499999991,52.6322100000001],[-128.59222399999993,52.613884000000098],[-128.59722899999991,52.609161000000086],[-128.60497999999995,52.607773000000009],[-128.74887099999995,52.597214000000122],[-128.75167799999997,52.60083000000003],[-128.74859600000002,52.748604000000057],[-128.74804699999999,52.754165999999998],[-128.74444600000004,52.760826000000009],[-128.69250499999998,52.856102000000078],[-128.65335099999999,52.892769000000101],[-128.648346,52.89777400000014],[-128.64474499999994,52.904160000000047],[-128.64334099999996,52.915543000000071],[-128.64196799999996,52.948601000000053],[-128.64334099999996,52.958885000000066],[-128.646973,52.963325999999995],[-128.65335099999999,52.96665999999999],[-128.663635,52.968048000000067],[-128.67138699999998,52.96665999999999],[-128.67694099999994,52.962769000000094],[-128.67999299999997,52.957771000000093],[-128.75112899999999,52.835823000000119],[-128.75390600000003,52.830826000000059],[-128.76223800000002,52.810822000000087],[-128.76446499999997,52.804710000000114],[-128.78057899999999,52.739989999999977],[-128.78140299999995,52.734160999999972],[-128.77999899999998,52.72387700000013],[-128.77780200000001,52.718880000000013],[-128.77111799999994,52.704711999999972],[-128.76556400000004,52.695541000000048],[-128.77889999999991,52.66415400000011],[-128.84637499999997,52.653320000000065],[-128.88445999999999,52.648048000000131],[-128.89251699999994,52.64888000000002],[-129,52.697212000000093],[-129.03277600000001,52.719711000000075],[-129.04779099999996,52.731377000000009],[-129.08029199999999,52.772491000000116],[-129.10861199999999,52.812767000000122],[-129.11080899999996,52.817497000000117],[-129.114441,52.821938000000046],[-129.11886600000003,52.83138300000013],[-129.12191799999994,52.852218999999934],[-129.12191799999994,52.863052000000096],[-129.11999500000002,52.869155999999975],[-129.11080899999996,52.877487000000031],[-129.10360699999995,52.879715000000033],[-129.09500100000002,52.880272000000105],[-129.08444199999997,52.878043999999932],[-129.0763849999999,52.87499200000002],[-129.02224699999988,52.905548000000124],[-128.95178199999992,52.973660000000052],[-128.86999499999996,53.021935000000042],[-128.85498000000001,53.025269000000037],[-128.84082000000001,53.029716000000121],[-128.83639499999998,53.03555300000005],[-128.84359699999999,53.044158999999979],[-128.89556899999997,53.08277099999998],[-128.96389799999992,53.121657999999968],[-128.970551,53.124992000000134],[-129.00222799999995,53.136940000000038],[-129.01168799999999,53.139717000000076],[-129.01583900000003,53.133881000000031],[-129.01501499999995,53.128875999999991],[-129.00473,53.109993000000088],[-128.99386599999997,53.097214000000065],[-128.98748799999998,53.095825000000048],[-128.98110999999994,53.09887700000013],[-128.97387700000002,53.101105000000132],[-128.96444699999995,53.100548000000003],[-128.95666499999999,53.097771000000137],[-128.912781,53.073051000000078],[-128.86444099999989,53.038887000000045],[-128.862213,53.034164000000089],[-129.05584699999997,52.909156999999936],[-129.06915299999991,52.90387700000008],[-129.09500100000002,52.902489000000003],[-129.10583500000001,52.904708999999968],[-129.15945399999998,52.919715999999994],[-129.16583299999996,52.923049999999989],[-129.169464,52.927489999999977],[-129.17529300000001,52.936377999999991],[-129.18554700000004,52.955269000000044],[-129.18722499999996,52.965546000000018],[-129.191956,53.00777400000004],[-129.19137599999999,53.013329000000113],[-129.18804899999992,53.024162000000103],[-129.16665599999993,53.06610100000006],[-129.16168200000004,53.0711060000001],[-129.15472399999999,53.073326000000066],[-129.13165300000003,53.078049000000078],[-129.11804199999989,53.079163000000051],[-129.11749299999991,53.073882999999967],[-129.11804199999989,53.068329000000006],[-129.11499000000003,53.064712999999927],[-129.10861199999999,53.067772000000105],[-129.08248899999995,53.089989000000003],[-129.075287,53.10305000000011],[-129.07333399999999,53.109160999999972],[-129.07055700000001,53.131660000000124],[-129.05889899999988,53.231377000000123],[-129.06027199999988,53.241661000000136],[-129.064728,53.251105999999993],[-129.07193000000001,53.25999500000006],[-129.08221400000002,53.267769000000101],[-129.08972199999994,53.287216000000114],[-129.08612099999999,53.293610000000001],[-129.07971199999997,53.296661000000029],[-129.06664999999992,53.300827000000083],[-129.04305999999997,53.30471],[-129.025848,53.305550000000096],[-129.01861600000001,53.305550000000096],[-128.90084799999994,53.290276000000006],[-128.89138799999989,53.287773000000016],[-128.88137800000004,53.279991000000052],[-128.87777699999992,53.275826000000052],[-128.86389199999991,53.263610999999969],[-128.84359699999999,53.248047000000042],[-128.83221399999996,53.240546999999992],[-128.77529900000002,53.208885000000009],[-128.71167000000003,53.173882000000049],[-128.70526099999989,53.170546999999942],[-128.68945299999996,53.16443600000008]],[[-129.15307599999994,53.098328000000038],[-129.16168200000004,53.097771000000137],[-129.25945999999999,53.09804500000007],[-129.28945899999985,53.101936000000137],[-129.31140099999999,53.116936000000067],[-129.32665999999989,53.128601000000003],[-129.33248900000001,53.13749700000011],[-129.33471699999996,53.142493999999999],[-129.33639500000004,53.152770999999973],[-129.33889799999986,53.179161000000022],[-129.3383179999999,53.184990000000028],[-129.33639500000004,53.191101000000117],[-129.32528699999989,53.216103000000032],[-129.27389500000004,53.328049000000021],[-129.26806599999992,53.331940000000088],[-129.26028399999996,53.333327999999995],[-129.250854,53.333054000000061],[-129.22915599999988,53.328880000000026],[-129.22692899999998,53.326102999999932],[-129.20889299999999,53.321937999999932],[-129.19415299999997,53.315544000000102],[-129.18112199999996,53.308601000000067],[-129.17611699999998,53.30471],[-129.16860999999994,53.296104000000128],[-129.14529399999998,53.22165700000005],[-129.13247699999999,53.118599000000017],[-129.13192699999996,53.11360899999994],[-129.1339109999999,53.107498000000078],[-129.13891599999994,53.102493000000038],[-129.15307599999994,53.098328000000038]],[[-79.942764000000011,53.266936999999984],[-80.009170999999924,53.263885000000073],[-80.018065999999862,53.265830999999991],[-80.024445000000014,53.268883000000073],[-80.081679999999949,53.316101000000003],[-80.083892999999989,53.321106000000043],[-80.085281000000009,53.326942000000088],[-80.073333999999988,53.348877000000073],[-80.068892999999946,53.353325000000041],[-80.061385999999914,53.355553000000043],[-79.999724999999955,53.364716000000044],[-79.944716999999969,53.368050000000039],[-79.950561999999934,53.349716000000058],[-79.951949999999954,53.348327999999981],[-79.913054999999986,53.296104000000128],[-79.91194200000001,53.29055000000011],[-79.913329999999917,53.283051000000114],[-79.920836999999949,53.273048000000074],[-79.927215999999987,53.27027099999998],[-79.942764000000011,53.266936999999984]],[[-129.35833700000001,53.304161000000079],[-129.37441999999999,53.301383999999985],[-129.38363600000002,53.301933000000133],[-129.3875119999999,53.306099000000017],[-129.43499799999995,53.378876000000105],[-129.43307500000003,53.384720000000129],[-129.39501999999999,53.410819999999944],[-129.386414,53.40915700000005],[-129.37970000000001,53.40554800000001],[-129.37387100000001,53.400826000000109],[-129.36663799999991,53.398880000000077],[-129.32861300000002,53.377769000000001],[-129.30557299999998,53.335823000000005],[-129.30334499999992,53.331107999999972],[-129.30749500000002,53.31888600000002],[-129.31249999999989,53.313880999999981],[-129.32693499999999,53.309715000000097],[-129.35833700000001,53.304161000000079]],[[-55.787505999999951,53.394157000000064],[-55.793059999999969,53.391663000000108],[-55.801392000000021,53.392493999999942],[-55.949439999999981,53.430275000000108],[-55.958053999999947,53.434158000000082],[-55.971663999999919,53.445824000000016],[-55.978881999999942,53.454712000000029],[-55.979163999999912,53.459159999999997],[-55.976386999999988,53.463051000000064],[-55.958892999999932,53.472487999999998],[-55.945549000000028,53.478600000000142],[-55.931670999999994,53.483879000000115],[-55.923889000000031,53.485549999999989],[-55.916388999999981,53.485825000000034],[-55.883057000000008,53.486382000000106],[-55.878051999999968,53.486656000000039],[-55.811942999999928,53.483879000000115],[-55.757224999999949,53.468322999999998],[-55.740554999999915,53.462212000000079],[-55.729163999999969,53.455269000000101],[-55.729439000000013,53.450271999999984],[-55.787505999999951,53.394157000000064]],[[-128.94250499999998,53.317497000000003],[-129.11138899999997,53.315826000000129],[-129.12222299999996,53.318054000000132],[-129.12582399999991,53.322495000000004],[-129.13891599999994,53.339989000000116],[-129.14334099999996,53.349716000000058],[-129.14416499999993,53.354996000000142],[-129.14306599999986,53.366104000000121],[-129.14083899999997,53.37221500000004],[-129.13445999999993,53.383880999999974],[-129.08270299999998,53.429259999999999],[-129.05406199999999,53.453601999999989],[-129.05883799999998,53.487965000000145],[-129.051941,53.50499700000006],[-129.04779099999996,53.510551000000021],[-129.03778099999988,53.520271000000093],[-129.02194199999997,53.533882000000062],[-129.015289,53.536658999999986],[-128.99941999999987,53.53943600000008],[-128.988586,53.537216000000058],[-128.984711,53.533051000000057],[-128.98416099999997,53.52777100000003],[-128.98553499999997,53.523048000000017],[-128.98611499999998,53.513054000000011],[-128.98611499999998,53.502220000000136],[-128.9844359999999,53.491661000000079],[-128.97555499999987,53.472762999999986],[-128.95361300000002,53.446655000000021],[-128.94137599999993,53.434158000000082],[-128.93612699999994,53.430275000000108],[-128.90335099999993,53.39138000000014],[-128.90112299999998,53.386658000000068],[-128.90029900000002,53.381378000000041],[-128.91805999999997,53.331383000000017],[-128.92251599999997,53.325828999999999],[-128.92806999999999,53.321663000000115],[-128.94250499999998,53.317497000000003]],[[-79.709732000000031,53.508049000000142],[-79.720276000000013,53.507499999999993],[-79.730559999999969,53.508888000000127],[-79.746947999999918,53.513328999999999],[-79.764724999999942,53.523605000000089],[-79.769729999999925,53.527214000000129],[-79.773620999999991,53.531662000000097],[-79.77027899999996,53.536942000000124],[-79.761397999999929,53.546104000000071],[-79.755004999999983,53.543053000000043],[-79.70695499999988,53.515549000000021],[-79.703338999999914,53.511108000000092],[-79.709732000000031,53.508049000000142]],[[-129.93472299999985,53.484161000000029],[-129.94277999999991,53.482764999999972],[-129.95220899999998,53.483047000000056],[-130.01446499999997,53.501938000000052],[-130.02111799999994,53.505272000000048],[-129.98858599999988,53.528603000000089],[-129.94195599999995,53.551102000000071],[-129.93417399999998,53.552489999999977],[-129.92611699999992,53.551658999999972],[-129.89334099999991,53.545546999999999],[-129.88668799999999,53.542221000000097],[-129.88418599999994,53.537216000000058],[-129.88696300000004,53.534163999999976],[-129.894745,53.521934999999928],[-129.89889499999998,53.516388000000006],[-129.913635,53.501938000000052],[-129.92916899999994,53.488327000000083],[-129.93472299999985,53.484161000000029]],[[-129.87942499999991,53.392768999999987],[-129.72915599999993,53.215271000000087],[-129.73028599999992,53.204163000000108],[-129.73220799999996,53.198044000000095],[-129.74249299999997,53.178329000000076],[-129.75085399999989,53.166939000000013],[-129.75585899999993,53.162209000000018],[-129.76223799999997,53.158882000000062],[-129.86416600000001,53.153046000000018],[-129.91223100000002,53.156380000000013],[-129.93167099999999,53.158043000000077],[-129.93695099999997,53.161933999999974],[-130.08804299999991,53.289436000000137],[-130.11111500000004,53.328049000000021],[-130.16500899999988,53.358330000000137],[-130.20333899999997,53.378876000000105],[-130.24249299999997,53.384163000000058],[-130.261414,53.384720000000129],[-130.28695700000003,53.381378000000041],[-130.29638699999998,53.381660000000068],[-130.30584699999997,53.384163000000058],[-130.31640600000003,53.391937000000041],[-130.40194700000001,53.479988000000048],[-130.52722199999999,53.552216000000044],[-130.52999899999998,53.567771999999991],[-130.52944899999994,53.573326000000009],[-130.52224699999994,53.618599000000074],[-130.52029399999998,53.624709999999993],[-130.50836200000003,53.631935000000055],[-130.459991,53.637496999999996],[-130.450287,53.634995000000117],[-130.39584399999995,53.619438000000059],[-130.39111300000002,53.61693600000001],[-130.37554899999992,53.612212999999997],[-130.27529900000002,53.580276000000026],[-130.20220900000004,53.553878999999938],[-130.14083900000003,53.528877000000023],[-129.97720300000003,53.455550999999957],[-129.94415299999991,53.438598999999954],[-129.93222000000003,53.431380999999988],[-129.92056300000002,53.424164000000019],[-129.88418599999994,53.397217000000126],[-129.87942499999991,53.392768999999987]],[[-129.08639500000004,53.446097999999949],[-129.15750099999997,53.392768999999987],[-129.16778599999998,53.593880000000127],[-129.16583299999996,53.610825000000091],[-129.16305499999999,53.622489999999971],[-129.16082799999998,53.62860100000006],[-129.15307599999994,53.638603000000046],[-129.14724699999994,53.642494000000113],[-129.14083899999997,53.645546000000024],[-129.05249000000003,53.681106999999997],[-129.03860499999985,53.686377999999991],[-129.00805699999995,53.693321000000026],[-128.98330699999991,53.696655000000021],[-128.87554899999998,53.709434999999928],[-128.832764,53.712494000000106],[-128.82388299999997,53.713051000000007],[-128.81887800000004,53.709160000000111],[-128.82110599999999,53.703049000000021],[-128.82360799999998,53.700546000000088],[-128.87222299999991,53.661102000000142],[-128.97970599999996,53.58387799999997],[-128.98638900000003,53.580826000000059],[-128.99221799999992,53.576942000000031],[-129.07556199999993,53.514717000000132],[-129.08554100000003,53.50499700000006],[-129.08999599999999,53.499435000000062],[-129.09359699999993,53.492767000000129],[-129.09414699999996,53.487213000000111],[-129.093323,53.481934000000138],[-129.08889799999997,53.472487999999998],[-129.08526599999993,53.468047999999953],[-129.08306899999997,53.463326000000052],[-129.08221400000002,53.458328000000051],[-129.08276399999988,53.452492000000007],[-129.08639500000004,53.446097999999949]],[[-130.09109499999994,53.569443000000035],[-130.09832800000004,53.566940000000102],[-130.10775799999999,53.567497000000003],[-130.14862099999999,53.571938000000102],[-130.21887199999992,53.587212000000136],[-130.22833299999996,53.589431999999988],[-130.32916299999994,53.618049999999982],[-130.34249899999998,53.624709999999993],[-130.39028899999988,53.669991000000039],[-130.40335099999999,53.682495000000074],[-130.39111300000002,53.699432000000058],[-130.29888899999997,53.796944000000053],[-130.2836299999999,53.79833200000013],[-130.27194199999997,53.797775000000058],[-130.26168799999994,53.796386999999982],[-130.24664299999989,53.790276000000063],[-130.23330699999985,53.783607000000018],[-130.11944600000004,53.686653000000035],[-130.11721799999998,53.681938000000002],[-130.09109499999994,53.569443000000035]],[[-56.86721799999998,53.764998999999932],[-56.948607999999979,53.750000000000057],[-56.982773000000009,53.755271999999991],[-57.01139099999989,53.781105000000139],[-57.014450000000011,53.785553000000107],[-57.012222000000008,53.790276000000063],[-57.006667999999991,53.794716000000108],[-57,53.79833200000013],[-56.984726000000023,53.803879000000109],[-56.966942000000017,53.803879000000109],[-56.863060000000019,53.798050000000103],[-56.84444400000001,53.792496000000085],[-56.847518999999977,53.786644000000138],[-56.86721799999998,53.764998999999932]],[[-129.82611099999991,53.724158999999986],[-129.59722899999997,53.550270000000125],[-129.51611300000002,53.488045000000056],[-129.42471299999994,53.411377000000016],[-129.43472299999996,53.401656999999943],[-129.45165999999995,53.379158000000018],[-129.45498699999996,53.372490000000028],[-129.47415199999995,53.289162000000033],[-129.47387700000002,53.239990000000091],[-129.50668299999995,53.216660000000104],[-129.56390399999998,53.207497000000103],[-129.72582999999992,53.340546000000018],[-129.800568,53.380546999999979],[-129.80721999999997,53.384163000000058],[-129.82223499999986,53.401382000000126],[-129.85833700000001,53.456383000000073],[-129.87719699999997,53.50499700000006],[-129.87026999999995,53.518051000000128],[-129.86999500000002,53.534721000000047],[-129.87026999999995,53.545546999999999],[-129.88391100000001,53.579720000000009],[-129.91607699999992,53.601715000000013],[-129.9192349999999,53.604050000000143],[-129.92489599999999,53.605545000000006],[-129.93022199999996,53.605213000000106],[-129.939728,53.603549999999984],[-129.94305399999985,53.601215000000025],[-129.94605999999987,53.598216999999977],[-129.94555700000001,53.59521500000011],[-129.96139500000004,53.594711000000132],[-129.96554600000002,53.589156999999943],[-129.99941999999993,53.574714999999969],[-130.00750699999998,53.573326000000009],[-130.01611300000002,53.572769000000108],[-130.02694699999989,53.574714999999969],[-130.04028299999993,53.58138300000013],[-130.05166600000001,53.594437000000028],[-130.05639599999995,53.603882000000112],[-130.05584699999991,53.609436000000073],[-130.05166600000001,53.615273000000059],[-130.03085299999987,53.622765000000015],[-129.98288000000002,53.641605000000084],[-129.97805799999992,53.642436999999973],[-129.96240199999994,53.643436000000065],[-129.95622300000002,53.642769000000101],[-129.94955400000003,53.641434000000118],[-129.93505900000002,53.636272000000076],[-129.92938199999998,53.634765999999956],[-129.926895,53.636772000000065],[-129.92820699999993,53.639602999999966],[-129.93440199999992,53.644268000000125],[-129.94956999999994,53.646805000000086],[-129.95996100000002,53.649501999999927],[-129.96726999999993,53.650299000000018],[-129.98693799999995,53.658600000000092],[-130.01889,53.653046000000074],[-130.091949,53.677216000000101],[-130.15695199999999,53.721375000000023],[-130.283905,53.83277099999998],[-130.286407,53.837493999999992],[-130.27917499999995,53.856384000000105],[-130.27029400000004,53.875549000000092],[-130.26641799999999,53.881378000000097],[-130.25472999999994,53.889160000000061],[-130.20166,53.912491000000102],[-130.19445799999994,53.914711000000125],[-130.18640099999999,53.916100000000085],[-130.10916099999992,53.885551000000021],[-129.96444699999995,53.805824000000086],[-129.83139,53.728043000000014],[-129.82611099999991,53.724158999999986]],[[-79.864166000000012,53.906380000000013],[-79.873885999999914,53.90415999999999],[-79.906113000000005,53.913879000000009],[-79.918883999999991,53.920273000000066],[-79.922775000000001,53.924713000000054],[-79.925277999999878,53.929717999999923],[-79.926392000000021,53.935265000000072],[-79.915008999999998,53.933876000000055],[-79.867492999999968,53.919715999999994],[-79.862212999999997,53.915825000000098],[-79.860001000000011,53.910820000000058],[-79.864166000000012,53.906380000000013]],[[-130.14974999999998,53.989159000000086],[-130.16805999999997,53.988884000000098],[-130.179169,53.990829000000076],[-130.19415300000003,53.997214999999983],[-130.20306400000004,54.005271999999934],[-130.21499600000004,54.029160000000104],[-130.21694899999994,54.039436000000137],[-130.21640000000002,54.044998000000078],[-130.21304299999997,54.051659000000029],[-130.20278899999994,54.069160000000011],[-130.19360399999999,54.079720000000123],[-130.18640099999999,54.081940000000145],[-130.17834500000004,54.083328000000051],[-130.16861,54.083054000000118],[-130.15917999999994,54.080551000000128],[-130.15557899999999,54.075554000000011],[-130.14889500000004,54.072220000000016],[-130.14361599999995,54.068328999999949],[-130.13973999999996,54.064156000000025],[-130.13247699999999,54.049995000000024],[-130.12249799999995,54.024993999999992],[-130.1213679999999,54.019989000000123],[-130.12249799999995,54.0086060000001],[-130.12441999999999,54.002495000000067],[-130.13528399999996,53.993607000000054],[-130.14974999999998,53.989159000000086]],[[-130.25918599999994,54.004715000000033],[-130.237213,53.984161000000086],[-130.23330699999985,53.979987999999935],[-130.23083499999996,53.975266000000033],[-130.228882,53.964714000000072],[-130.22998000000001,53.953606000000093],[-130.23330699999985,53.946938000000102],[-130.24249299999997,53.936377999999991],[-130.338593,53.839157000000114],[-130.34445199999999,53.835266000000047],[-130.35220299999997,53.833878000000141],[-130.37860099999995,53.831939999999975],[-130.38723800000002,53.831383000000073],[-130.45016499999997,53.864326000000005],[-130.45433000000003,53.866325000000018],[-130.45849599999997,53.882159999999942],[-130.41278099999994,53.958602999999982],[-130.40777600000001,53.963325999999995],[-130.400848,53.965828000000045],[-130.38165300000003,53.965271000000143],[-130.35055499999993,53.961661999999933],[-130.341095,53.961380000000077],[-130.33306899999991,53.962769000000094],[-130.32748400000003,53.966934000000094],[-130.34359699999987,53.984993000000031],[-130.35497999999995,53.993324000000086],[-130.42944299999994,53.983047000000113],[-130.4375,53.981659000000036],[-130.44387800000004,53.978600000000029],[-130.452789,53.968048000000067],[-130.47517400000004,53.944213999999931],[-130.47550999999993,53.940712000000076],[-130.47917199999995,53.926379999999995],[-130.48266599999988,53.915379000000144],[-130.48516799999993,53.912048000000027],[-130.4895019999999,53.910549000000003],[-130.49465900000001,53.910217000000046],[-130.500854,53.910881000000131],[-130.524338,53.914711000000125],[-130.54724099999999,53.903877000000023],[-130.55248999999998,53.907767999999919],[-130.55639599999995,53.911934000000031],[-130.56527699999998,53.925827000000027],[-130.57748400000003,53.93721000000005],[-130.591949,53.949158000000125],[-130.59722899999997,53.953048999999965],[-130.60278299999993,53.956657000000064],[-130.61080900000002,53.959717000000126],[-130.62191799999999,53.961661999999933],[-130.65805099999989,53.964439000000027],[-130.66696200000001,53.963882000000126],[-130.67251599999997,53.959991000000059],[-130.67666600000001,53.954162999999994],[-130.69528200000002,53.91944100000012],[-130.698059,53.914154000000053],[-130.69555700000001,53.909431000000041],[-130.68499799999989,53.901932000000045],[-130.66305499999993,53.892220000000123],[-130.64666699999998,53.886657999999954],[-130.633331,53.879990000000021],[-130.62777700000004,53.876099000000124],[-130.62249799999995,53.872215000000097],[-130.6177669999999,53.862770000000012],[-130.61804199999995,53.857216000000051],[-130.62136799999996,53.85054800000006],[-130.62554899999998,53.844711000000075],[-130.6305539999999,53.839989000000003],[-130.64251699999994,53.83277099999998],[-130.65139799999997,53.834435000000042],[-130.69583099999994,53.844436999999971],[-130.70639,53.851936000000137],[-130.71026599999999,53.856384000000105],[-130.71276899999998,53.861107000000118],[-130.72305299999999,53.917213000000004],[-130.72277799999995,53.922768000000076],[-130.7202759999999,53.93471500000004],[-130.71777299999991,53.939986999999974],[-130.667236,53.986938000000009],[-130.66168200000004,53.990829000000076],[-130.59527600000001,54.026382000000069],[-130.523346,54.059989999999914],[-130.41113300000001,54.100830000000087],[-130.40249600000004,54.101386999999988],[-130.37081899999998,54.087212000000079],[-130.33612099999999,54.06749700000006],[-130.30499299999991,54.045273000000122],[-130.25918599999994,54.004715000000033]],[[-58.518332999999927,54.051659000000029],[-58.526664999999923,54.050545000000056],[-58.536666999999966,54.05082700000014],[-58.545554999999979,54.052216000000101],[-58.556389000000024,54.054710000000057],[-58.56138599999997,54.058044000000052],[-58.56138599999997,54.063880999999981],[-58.55777699999993,54.069160000000011],[-58.552779999999927,54.074440000000038],[-58.53556100000003,54.086654999999951],[-58.503058999999951,54.103050000000053],[-58.468605000000025,54.114716000000044],[-58.450554000000011,54.11721],[-58.437774999999988,54.115547000000049],[-58.378608999999926,54.106659000000093],[-58.373885999999914,54.104164000000083],[-58.378052000000025,54.099998000000141],[-58.407172999999943,54.090561000000037],[-58.426108999999997,54.070831000000055],[-58.43250299999994,54.067214999999976],[-58.440551999999968,54.064713000000097],[-58.456389999999999,54.061661000000015],[-58.518332999999927,54.051659000000029]],[[-132.808044,54.120270000000062],[-132.78890999999999,54.119987000000094],[-132.77999899999998,54.120827000000133],[-132.75723300000004,54.126380999999924],[-132.73580899999996,54.133881000000031],[-132.70306399999993,54.139160000000004],[-132.65835600000003,54.142220000000066],[-132.6480709999999,54.141380000000026],[-132.63946499999997,54.138603000000103],[-132.57528699999995,54.115547000000049],[-132.56973300000004,54.111938000000066],[-132.55777,54.088043000000084],[-132.558899,54.048332000000073],[-132.56054699999999,54.04222100000004],[-132.56664999999992,54.029160000000104],[-132.57583599999998,54.019157000000007],[-132.58139,54.014999000000103],[-132.59387199999998,54.0086060000001],[-132.62554899999992,54.002220000000023],[-132.63275099999993,53.999718000000144],[-132.66418499999997,53.98333000000008],[-132.67999299999997,53.958885000000066],[-132.68167099999999,53.952773999999977],[-132.68029799999999,53.947769000000108],[-132.65890499999989,53.939430000000073],[-132.57223499999992,53.976653999999996],[-132.55584699999997,53.989159000000086],[-132.55029299999995,53.993880999999988],[-132.5477909999999,53.999161000000072],[-132.54888899999997,54.004166000000112],[-132.55306999999999,54.008331000000112],[-132.54833999999994,54.02693899999997],[-132.54528800000003,54.033607000000131],[-132.54055799999998,54.038329999999974],[-132.41665599999999,54.096100000000035],[-132.40972899999997,54.098602000000085],[-132.40167199999985,54.099998000000141],[-132.30111699999998,54.111664000000133],[-132.29055800000003,54.110549999999989],[-132.28582799999998,54.107773000000066],[-132.25280799999996,54.08526599999999],[-132.22833300000002,54.065826000000015],[-132.15029899999996,53.992767000000015],[-132.142517,53.978600000000029],[-132.11111499999998,53.878326000000015],[-132.11721799999992,53.864998000000014],[-132.125,53.853324999999984],[-132.13445999999988,53.843605000000082],[-132.22500600000001,53.780273000000022],[-132.23111,53.776939000000027],[-132.24527,53.772217000000126],[-132.47442599999999,53.707496999999989],[-132.50500499999998,53.700271999999927],[-132.52084399999995,53.697212000000093],[-132.53805499999999,53.695823999999959],[-132.55721999999997,53.695823999999959],[-132.56832899999995,53.697768999999994],[-132.58889799999992,53.699715000000026],[-132.60693399999991,53.698874999999987],[-132.62441999999993,53.697487000000081],[-132.64724699999994,53.69193300000012],[-132.65890499999989,53.684433000000013],[-132.66332999999997,53.679436000000123],[-132.665009,53.673325000000034],[-132.46362299999993,53.612770000000069],[-132.41805999999997,53.606102000000078],[-132.32138099999992,53.663605000000132],[-132.31527699999998,53.666939000000127],[-132.308044,53.669158999999922],[-132.29943799999995,53.669991000000039],[-132.290009,53.669716000000051],[-132.27890000000002,53.6680530000001],[-132.24554399999994,53.662490999999989],[-132.15640300000001,53.716385000000002],[-132.15249600000004,53.812492000000077],[-132.08450299999998,53.872738000000027],[-132.106201,53.917881000000023],[-132.126373,53.979431000000034],[-132.07250999999997,54.022766000000047],[-132.01501499999989,54.021935000000042],[-131.98803699999996,54.023048000000074],[-131.97109999999998,54.025269000000037],[-131.87499999999994,54.052773000000002],[-131.86053500000003,54.057495000000074],[-131.81777999999997,54.071937999999989],[-131.75473,54.094993999999986],[-131.72778299999999,54.106102000000021],[-131.71499599999999,54.112495000000138],[-131.70361299999996,54.120543999999995],[-131.67193599999996,54.146660000000054],[-131.66305499999999,54.152214000000072],[-131.66000399999996,54.131104000000107],[-131.66665599999999,54.079436999999984],[-131.67279099999996,54.044158999999979],[-131.67971799999998,54.019714000000135],[-131.70498699999996,53.966934000000094],[-131.72082499999999,53.943878000000041],[-131.73889199999996,53.923324999999977],[-131.78640699999994,53.874435000000119],[-131.79666099999997,53.865273000000002],[-131.82971199999992,53.841102999999976],[-131.85333300000002,53.816382999999973],[-131.86886600000003,53.79332700000009],[-131.87222299999996,53.786942000000067],[-131.93331899999998,53.615273000000059],[-131.93499800000001,53.609161000000086],[-131.94000199999988,53.519714000000022],[-131.93917799999991,53.508888000000127],[-131.91778599999998,53.399162000000103],[-131.90863000000002,53.357498000000021],[-131.95916699999992,53.276382000000069],[-131.96832299999988,53.266388000000063],[-131.98220799999996,53.251663000000121],[-131.988586,53.248604000000114],[-132.00585899999993,53.247214999999926],[-132.036407,53.25],[-132.0561219999999,53.253326000000015],[-132.08331299999992,53.253052000000082],[-132.17138699999998,53.23832700000014],[-132.19500700000003,53.233879000000002],[-132.21054100000003,53.230545000000006],[-132.21749899999998,53.228324999999984],[-132.27279699999997,53.210274000000027],[-132.27029399999998,53.205551000000014],[-132.26611300000002,53.20138500000013],[-132.25558499999994,53.193877999999984],[-132.23776199999998,53.188881000000094],[-132.22997999999995,53.190544000000045],[-132.21581999999995,53.195267000000001],[-132.20361299999996,53.201659999999947],[-132.19415299999991,53.201659999999947],[-132.14501999999999,53.198325999999952],[-132.13391100000001,53.196655000000078],[-132.12441999999987,53.194153000000028],[-132.12191799999999,53.189430000000016],[-132.158905,53.169990999999982],[-132.18695099999997,53.160545000000013],[-132.19473300000004,53.158882000000062],[-132.390289,53.142769000000044],[-132.40835599999997,53.142220000000066],[-132.44665499999991,53.143607999999972],[-132.45748900000001,53.145271000000093],[-132.506958,53.161102000000085],[-132.53668199999998,53.178879000000109],[-132.56527700000004,53.212769000000037],[-132.57638499999996,53.232208000000128],[-132.58581500000003,53.240273000000059],[-132.59664899999996,53.247489999999971],[-132.61471599999993,53.252777000000094],[-132.64529399999992,53.255553999999961],[-132.66473400000001,53.256386000000077],[-132.68362400000001,53.256660000000011],[-132.67584199999999,53.281661999999926],[-132.61944599999998,53.300270000000012],[-132.55221599999999,53.308043999999995],[-132.54446399999995,53.309433000000013],[-132.53973400000001,53.314438000000052],[-132.53695700000003,53.321106000000043],[-132.53918499999997,53.326385000000016],[-132.54333499999996,53.330551000000071],[-132.54998799999987,53.333878000000027],[-132.55835000000002,53.336655000000121],[-132.56860399999999,53.337494000000106],[-132.67001300000004,53.326942000000088],[-132.72000100000002,53.320830999999998],[-132.73388699999998,53.337212000000022],[-132.709991,53.370270000000005],[-132.70443699999993,53.374435000000005],[-132.69750999999991,53.376937999999996],[-132.52076699999998,53.340160000000026],[-132.51744099999996,53.337990000000104],[-132.41641200000004,53.2972180000001],[-132.41055299999994,53.294715999999994],[-132.406677,53.300545],[-132.40362500000003,53.30721299999999],[-132.40057399999995,53.319443000000092],[-132.40029900000002,53.330826000000116],[-132.40280200000001,53.335548000000017],[-132.406677,53.339714000000072],[-132.41223099999996,53.343604999999968],[-132.52084399999995,53.412209000000132],[-132.54138199999994,53.416382000000112],[-132.73580899999996,53.453323000000012],[-132.85775799999999,53.461104999999975],[-132.86749299999997,53.463608000000136],[-132.87277199999988,53.467209000000025],[-132.97250399999996,53.555824000000143],[-132.991669,53.583054000000004],[-132.9941409999999,53.587769000000037],[-132.98889199999991,53.591934000000037],[-132.96139500000004,53.600273000000072],[-132.95361300000002,53.601936000000023],[-132.94415300000003,53.601936000000023],[-132.93444799999986,53.599716000000001],[-132.91805999999997,53.588600000000042],[-132.90972899999997,53.585823000000005],[-132.89862099999999,53.584160000000054],[-132.89083900000003,53.585548000000131],[-132.88445999999999,53.588882000000126],[-132.88082900000001,53.594711000000132],[-132.8805539999999,53.600273000000072],[-132.88192700000002,53.605552999999986],[-132.8861389999999,53.609717999999987],[-132.92028800000003,53.637214999999912],[-132.935272,53.648604999999975],[-132.95056199999999,53.654709000000025],[-133.00778200000002,53.676383999999985],[-132.95361300000002,53.682770000000119],[-132.95443699999998,53.702774000000034],[-132.9844359999999,53.742767000000072],[-133.02471899999995,53.751389000000074],[-133.03362999999996,53.75277699999998],[-133.09387200000003,53.775551000000121],[-133.10082999999997,53.778603000000032],[-133.10638399999993,53.782494000000099],[-133.10916099999997,53.786942000000067],[-133.13751199999996,53.87499200000002],[-133.13891599999994,53.880272000000048],[-133.14001500000001,53.908043000000134],[-133.13833599999992,53.914154000000053],[-133.13391100000001,53.919159000000093],[-133.11639399999996,53.934158000000139],[-133.09527599999996,53.949432000000058],[-133.09081999999995,53.954162999999994],[-133.04110700000001,54.031661999999983],[-133.03973400000001,54.037773000000072],[-133.04083299999996,54.0430530000001],[-133.05862399999995,54.076102999999989],[-133.07916299999999,54.09777100000008],[-133.08193999999992,54.102492999999981],[-133.07165499999996,54.168883999999991],[-133.06722999999988,54.173881999999992],[-133.04083299999996,54.176102000000014],[-133.03112799999991,54.176102000000014],[-132.94027700000004,54.161377000000073],[-132.93029799999994,54.15915700000005],[-132.92001299999993,54.15248900000006],[-132.90335099999993,54.135826000000009],[-132.82748400000003,54.122490000000084],[-132.808044,54.120270000000062]],[[-130.19555699999995,54.118050000000039],[-130.21166999999997,54.115273000000116],[-130.22109999999998,54.115547000000049],[-130.23220799999996,54.117493000000138],[-130.24581899999993,54.124161000000129],[-130.25112899999999,54.128044000000045],[-130.25500499999998,54.132209999999986],[-130.261414,54.141380000000026],[-130.26364099999995,54.146102999999982],[-130.26473999999996,54.151381999999955],[-130.26306199999993,54.16832700000009],[-130.2611389999999,54.174164000000076],[-130.25778199999996,54.180824000000086],[-130.2528079999999,54.185547000000099],[-130.23971599999999,54.189712999999983],[-130.23083499999996,54.190269000000001],[-130.20944199999985,54.187209999999993],[-130.20999099999989,54.18360100000001],[-130.20166,54.183052000000032],[-130.19223,54.180549999999982],[-130.17861900000003,54.173607000000004],[-130.16113300000001,54.16276600000009],[-130.15585299999992,54.158882000000062],[-130.15194699999995,54.154434000000094],[-130.15112299999998,54.149436999999978],[-130.153076,54.143326000000059],[-130.158051,54.138328999999999],[-130.169464,54.130547000000035],[-130.19555699999995,54.118050000000039]],[[-79.469727000000034,54.167496000000085],[-79.477218999999877,54.165825000000041],[-79.483611999999994,54.169159000000036],[-79.485001000000011,54.174712999999997],[-79.481109999999944,54.187492000000077],[-79.475554999999929,54.191376000000105],[-79.43472300000002,54.200272000000041],[-79.413054999999986,54.191657999999961],[-79.418610000000001,54.187209999999993],[-79.426392000000021,54.183052000000032],[-79.469727000000034,54.167496000000085]],[[-130.64862099999999,54.114441000000056],[-130.67138699999992,54.107773000000066],[-130.69055199999997,54.108330000000137],[-130.69888299999997,54.111107000000061],[-130.77417000000003,54.142220000000066],[-130.78500399999996,54.149994000000049],[-130.79806500000001,54.162208999999962],[-130.800568,54.166939000000013],[-130.79861500000004,54.173050000000103],[-130.78167699999995,54.211662000000103],[-130.77444500000001,54.213882000000069],[-130.76391599999999,54.212769000000037],[-130.75613399999992,54.209159999999997],[-130.74636799999996,54.206657000000064],[-130.72582999999997,54.196655000000078],[-130.64889500000004,54.149719000000061],[-130.64501999999993,54.145271000000093],[-130.64001500000001,54.135826000000009],[-130.63919099999993,54.130820999999969],[-130.63946499999997,54.124992000000134],[-130.64279199999999,54.118599000000017],[-130.64862099999999,54.114441000000056]],[[-130.35555999999991,54.257773999999984],[-130.36663799999991,54.241104000000007],[-130.375,54.244155999999975],[-130.38861099999997,54.250832000000059],[-130.40057400000001,54.258048999999971],[-130.45556599999998,54.295830000000137],[-130.46639999999996,54.303322000000094],[-130.46722399999993,54.308601000000067],[-130.44750999999991,54.325828999999999],[-130.44000199999999,54.328049000000021],[-130.43112199999996,54.328606000000093],[-130.41778599999992,54.326385000000016],[-130.39196799999996,54.312492000000134],[-130.38528400000001,54.308884000000035],[-130.37997399999995,54.305267000000072],[-130.37582399999997,54.300827000000083],[-130.35470599999996,54.269157000000007],[-130.35220299999997,54.264442000000145],[-130.35555999999991,54.257773999999984]],[[-130.26641799999999,54.260551000000078],[-130.32528699999995,54.243050000000096],[-130.33416699999998,54.244713000000047],[-130.33804299999997,54.248878000000047],[-130.355255,54.282211000000075],[-130.35415599999999,54.293326999999977],[-130.350281,54.305550000000039],[-130.34445199999999,54.30971500000004],[-130.29000899999994,54.332214000000022],[-130.27279699999991,54.329720000000066],[-130.26751699999994,54.325828999999999],[-130.25973499999998,54.317497000000003],[-130.25250199999999,54.303047000000049],[-130.25058000000001,54.292770000000075],[-130.25167799999991,54.281380000000013],[-130.255585,54.269440000000145],[-130.25973499999998,54.263610999999912],[-130.26641799999999,54.260551000000078]],[[-130.70416299999994,54.356659000000036],[-130.745544,54.354713000000118],[-130.754456,54.356102000000135],[-130.76391599999999,54.364159000000086],[-130.76724200000001,54.374161000000072],[-130.76834099999991,54.379433000000006],[-130.76779199999987,54.384995000000117],[-130.76446499999992,54.389434999999992],[-130.75805699999995,54.392494000000113],[-130.72943099999986,54.402771000000087],[-130.72222899999991,54.404991000000109],[-130.71417199999996,54.406380000000127],[-130.699432,54.40665400000006],[-130.68890399999998,54.393326000000059],[-130.68331899999998,54.373047000000099],[-130.685272,54.36693600000001],[-130.6894529999999,54.361381999999992],[-130.69610599999999,54.358047000000113],[-130.70416299999994,54.356659000000036]],[[-57.324721999999952,54.498877999999991],[-57.342498999999918,54.498604000000057],[-57.351668999999958,54.500275000000101],[-57.356666999999959,54.502220000000079],[-57.362777999999992,54.506104000000107],[-57.365004999999996,54.511664999999994],[-57.365554999999972,54.516387999999949],[-57.362502999999947,54.527489000000116],[-57.359443999999996,54.533332999999914],[-57.333327999999995,54.565543999999989],[-57.327782000000013,54.570831000000112],[-57.321114000000023,54.574997000000053],[-57.267220000000009,54.585548000000131],[-57.265556000000004,54.580551000000014],[-57.269722000000002,54.574997000000053],[-57.272728000000029,54.572495000000117],[-57.239440999999999,54.522217000000012],[-57.240279999999984,54.517769000000044],[-57.255004999999926,54.513328999999999],[-57.293059999999912,54.503609000000097],[-57.307776999999987,54.500549000000035],[-57.324721999999952,54.498877999999991]],[[-130.95166,54.454711999999972],[-130.95944199999997,54.453323000000012],[-130.96499600000004,54.456940000000145],[-130.96749899999992,54.461662000000047],[-130.96609499999994,54.510826000000009],[-130.96472199999994,54.527771000000143],[-130.96112099999999,54.539992999999981],[-130.93057299999998,54.61471599999993],[-130.92556799999994,54.619438000000059],[-130.88891599999994,54.628876000000048],[-130.88137800000004,54.629158000000132],[-130.754456,54.62943300000012],[-130.74777199999994,54.626099000000124],[-130.74664299999995,54.62082700000002],[-130.74694799999997,54.615273000000059],[-130.7441409999999,54.60166200000009],[-130.745544,54.584717000000126],[-130.74914599999994,54.572769000000051],[-130.75250199999999,54.566101000000117],[-130.75613399999992,54.559433000000126],[-130.76083399999999,54.554710000000114],[-130.76666299999999,54.550545000000113],[-130.84915199999995,54.496941000000106],[-130.85583500000001,54.493881000000044],[-130.93695099999997,54.459434999999985],[-130.95166,54.454711999999972]],[[-79.667220999999927,54.76388500000013],[-79.726944000000003,54.752495000000067],[-79.710281000000009,54.76388500000013],[-79.703613000000018,54.766937000000041],[-79.611114999999984,54.79332700000009],[-79.587218999999948,54.799164000000019],[-79.624435000000005,54.779716000000121],[-79.631103999999993,54.776657000000114],[-79.637786999999946,54.773605000000032],[-79.659728999999913,54.766106000000036],[-79.667220999999927,54.76388500000013]],[[-130.26834099999991,54.714995999999985],[-130.370544,54.692214999999976],[-130.37887599999988,54.695267000000058],[-130.37609899999995,54.700546000000031],[-130.37109399999991,54.705269000000044],[-130.32693499999999,54.739716000000044],[-130.32110599999987,54.743881000000044],[-130.22415199999989,54.803046999999992],[-130.21749899999998,54.806380999999988],[-130.20944199999985,54.807770000000119],[-130.20694000000003,54.803046999999992],[-130.19860800000004,54.783607000000018],[-130.20056199999999,54.77748900000006],[-130.20971699999996,54.760551000000135],[-130.21362299999993,54.748329000000012],[-130.21722399999999,54.741661000000022],[-130.22222899999986,54.736938000000009],[-130.23388699999998,54.728874000000019],[-130.2611389999999,54.717209000000139],[-130.26834099999991,54.714995999999985]],[[-130.51834099999996,54.70249200000012],[-130.52722199999999,54.701935000000049],[-130.5386049999999,54.703880000000026],[-130.56750499999993,54.716934000000094],[-130.57443199999994,54.72026800000009],[-130.58526599999999,54.727767999999969],[-130.60803199999992,54.748329000000012],[-130.61053499999991,54.753052000000139],[-130.61166399999996,54.758049000000085],[-130.60665900000004,54.763054000000125],[-130.48803699999991,54.807495000000131],[-130.47998000000001,54.808883999999921],[-130.46945199999999,54.807770000000119],[-130.458618,54.800270000000069],[-130.44665499999996,54.787216000000001],[-130.44027699999992,54.778327999999988],[-130.43777499999993,54.773605000000032],[-130.43582199999997,54.763329000000113],[-130.43972799999989,54.75110600000005],[-130.45388799999989,54.719154000000117],[-130.45748900000001,54.712769000000094],[-130.46331799999996,54.708603000000039],[-130.51834099999996,54.70249200000012]],[[-57.940833999999938,54.911933999999974],[-57.985832000000016,54.870826999999963],[-57.98860899999994,54.86721],[-57.991942999999935,54.833878000000084],[-57.983886999999868,54.802215999999987],[-57.980277999999942,54.798607000000118],[-57.971663999999976,54.798050000000046],[-57.965553,54.799437999999952],[-57.958892999999989,54.803046999999992],[-57.955558999999994,54.805824000000086],[-57.923888999999974,54.823326000000122],[-57.871666000000005,54.83166499999993],[-57.864723000000026,54.832214000000079],[-57.859726000000023,54.83027600000014],[-57.843613000000005,54.820549000000028],[-57.841110000000015,54.816939999999988],[-57.841667000000029,54.81249200000002],[-57.848334999999963,54.806938000000059],[-57.875,54.79332700000009],[-57.881942999999922,54.790549999999996],[-58.022774000000027,54.755554000000018],[-58.031386999999995,54.753882999999973],[-58.040000999999961,54.75277699999998],[-58.04999499999991,54.753052000000139],[-58.119995000000017,54.755554000000018],[-58.139167999999927,54.757216999999969],[-58.15943900000002,54.76138300000008],[-58.174171000000001,54.767768999999987],[-58.176948999999979,54.770828000000108],[-58.172378999999978,54.797314000000085],[-58.184173999999985,54.808471999999938],[-58.219718999999941,54.825829000000056],[-58.222771000000023,54.83027600000014],[-58.224715999999944,54.83526599999999],[-58.225554999999986,54.850273000000016],[-58.225554999999986,54.862770000000012],[-58.224998000000028,54.866936000000067],[-58.218886999999938,54.875267000000008],[-58.215836000000024,54.878044000000102],[-58.209723999999937,54.877487000000031],[-58.049445999999932,54.893326000000116],[-57.967773000000022,54.919159000000036],[-57.942771999999991,54.924995000000138],[-57.94027699999998,54.923607000000004],[-57.938605999999993,54.918602000000135],[-57.940833999999938,54.911933999999974]],[[-79.125823999999909,54.897217000000012],[-79.134445000000028,54.895827999999995],[-79.235000999999954,54.896660000000111],[-79.515288999999939,54.840546000000074],[-79.660277999999948,54.805549999999926],[-79.763625999999988,54.771660000000054],[-79.774170000000026,54.773048000000131],[-79.776947000000007,54.778046000000131],[-79.773330999999985,54.783333000000084],[-79.768889999999942,54.787773000000072],[-79.725554999999986,54.818886000000077],[-79.714721999999995,54.826385000000073],[-79.686934999999949,54.838326000000052],[-79.656661999999983,54.846656999999993],[-79.467223999999931,54.888328999999999],[-79.458617999999944,54.88999200000012],[-79.430557000000022,54.892769000000044],[-79.419448999999872,54.892769000000044],[-79.339446999999893,54.896941999999967],[-79.164169000000015,54.925552000000039],[-79.053878999999995,54.946655000000078],[-79.041945999999882,54.945824000000073],[-79.015014999999948,54.938324000000023],[-79.015014999999948,54.932213000000104],[-79.027221999999995,54.925270000000125],[-79.05749499999996,54.917770000000075],[-79.102782999999988,54.903877000000023],[-79.125823999999909,54.897217000000012]],[[-58.675277999999992,54.914153999999996],[-58.68360899999999,54.913048000000003],[-58.752501999999993,54.915825000000041],[-58.757225000000005,54.916100000000085],[-58.760558999999887,54.920546999999942],[-58.759170999999981,54.926102000000071],[-58.754723000000013,54.932495000000017],[-58.701667999999927,54.999161000000015],[-58.697495000000004,55.003326000000015],[-58.691108999999983,55.006942999999978],[-58.684722999999906,55.008331000000055],[-58.676391999999908,55.009437999999989],[-58.660277999999948,55.0086060000001],[-58.653609999999901,55.005554000000018],[-58.652778999999953,55.00110600000005],[-58.657500999999968,54.996100999999953],[-58.662772999999902,54.992218000000037],[-58.658332999999971,54.962494000000049],[-58.656661999999983,54.94221500000009],[-58.658607000000018,54.932495000000017],[-58.663054999999986,54.922493000000031],[-58.668892000000028,54.917770000000075],[-58.675277999999992,54.914153999999996]],[[-130.38528400000001,54.769988999999953],[-130.39916999999997,54.764717000000019],[-130.40917999999999,54.767212000000086],[-130.41445899999997,54.770828000000108],[-130.45556599999998,54.813324000000136],[-130.45944199999997,54.81749700000006],[-130.46194499999996,54.822220000000073],[-130.459991,54.828330999999991],[-130.41833499999996,54.853324999999927],[-130.38528400000001,54.868881000000101],[-130.34304800000001,54.894996999999989],[-130.27029400000004,54.950272000000041],[-130.25,54.969711000000132],[-130.22778299999993,54.997214999999983],[-130.2133179999999,55.012496999999996],[-130.20083599999992,55.019714000000079],[-130.18499800000001,55.023323000000119],[-130.17529300000001,55.023048000000074],[-130.16833500000001,55.019714000000079],[-130.16500899999988,55.014160000000118],[-130.16027799999995,55.004439999999988],[-130.146973,54.975822000000051],[-130.14529399999998,54.965271000000143],[-130.14556899999997,54.959717000000126],[-130.14611799999994,54.954163000000108],[-130.14974999999998,54.947487000000024],[-130.16332999999997,54.931381000000044],[-130.27029400000004,54.830826000000002],[-130.38528400000001,54.769988999999953]],[[-82.964721999999995,55.263611000000083],[-82.970000999999968,55.259720000000016],[-83.014450000000011,55.269714000000022],[-83.031951999999876,55.273880000000133],[-83.035278000000005,55.278877000000023],[-83.027495999999928,55.281380000000013],[-83.016953000000001,55.281662000000097],[-82.990279999999984,55.280548000000124],[-82.980835000000013,55.278877000000023],[-82.963332999999977,55.273880000000133],[-82.96166999999997,55.269157000000121],[-82.964721999999995,55.263611000000083]],[[-77.592772999999909,55.435265000000129],[-77.633330999999998,55.424438000000123],[-77.644164999999873,55.425827000000083],[-77.449431999999945,55.533882000000062],[-77.336120999999991,55.604439000000127],[-77.323058999999944,55.610550000000046],[-77.221389999999928,55.653602999999919],[-77.213897999999915,55.65526600000004],[-77.205276000000026,55.65387700000008],[-77.199996999999939,55.65026899999998],[-77.201110999999912,55.64415699999995],[-77.210555999999997,55.639717000000132],[-77.252227999999945,55.618050000000096],[-77.389174999999966,55.546386999999982],[-77.452224999999942,55.512772000000098],[-77.474166999999966,55.498046999999929],[-77.484160999999915,55.489158999999972],[-77.49499499999996,55.481377000000009],[-77.500564999999938,55.478325000000098],[-77.55221599999993,55.453049000000021],[-77.592772999999909,55.435265000000129]],[[-60.970832999999914,55.869437999999946],[-60.98833499999995,55.86721],[-60.998336999999992,55.867767000000072],[-61.008895999999936,55.869156000000089],[-61.016944999999964,55.873046999999985],[-61.051666000000012,55.901100000000099],[-61.056664000000012,55.905823000000055],[-61.059165999999948,55.909988000000055],[-61.070557000000008,55.938599000000011],[-61.065551999999968,55.944153000000028],[-61.047782999999981,55.945541000000105],[-61.036948999999993,55.9447100000001],[-60.96805599999999,55.936652999999922],[-60.948607999999979,55.930549999999982],[-60.908332999999971,55.898330999999985],[-60.906386999999995,55.893326000000116],[-60.911109999999951,55.887772000000098],[-60.917503000000011,55.884163000000115],[-60.970832999999914,55.869437999999946]],[[-60.858611999999994,55.864716000000044],[-60.876105999999993,55.863883999999985],[-60.892501999999979,55.864441000000056],[-60.898612999999955,55.86721],[-60.902221999999995,55.871376000000112],[-60.900551000000007,55.876380999999981],[-60.873610999999869,55.94360400000005],[-60.869995000000017,55.949432000000002],[-60.86500499999994,55.95277400000009],[-60.851944000000003,55.95526899999993],[-60.748336999999935,55.944153000000028],[-60.74138599999992,55.942764000000011],[-60.742500000000007,55.939156000000082],[-60.747498000000007,55.931663999999955],[-60.691939999999875,55.925270000000125],[-60.68638599999997,55.92193600000013],[-60.688048999999978,55.917213000000118],[-60.692771999999991,55.911658999999986],[-60.705001999999979,55.903046000000018],[-60.718604999999911,55.896385000000066],[-60.756393000000003,55.880272000000048],[-60.778610000000015,55.876099000000067],[-60.840836000000024,55.86610399999995],[-60.858611999999994,55.864716000000044]],[[-79.123046999999929,55.789993000000038],[-79.130553999999961,55.788887000000045],[-79.135559000000001,55.789162000000033],[-79.137786999999946,55.790549999999939],[-79.136123999999938,55.794158999999979],[-79.131667999999934,55.799995000000024],[-79.126099000000011,55.803879000000052],[-79.121932999999956,55.808601000000124],[-79.108886999999925,55.823883000000137],[-79.102782999999988,55.833054000000118],[-79.039168999999958,55.952492000000063],[-79.03083799999996,55.968596999999932],[-79.027221999999995,55.976935999999966],[-79.022232000000031,55.996384000000091],[-79.009353999999973,56.063614000000086],[-78.960007000000019,56.083054000000061],[-78.957503999999972,56.083602999999982],[-78.952788999999939,56.080826000000116],[-78.949157999999898,56.071663000000115],[-78.939712999999983,56.02526899999998],[-79.054442999999935,55.865547000000049],[-79.089995999999985,55.816939999999988],[-79.104445999999996,55.80082700000014],[-79.116652999999985,55.792496000000028],[-79.123046999999929,55.789993000000038]],[[-60.943329000000006,56.006660000000011],[-61.040557999999976,56.005272000000105],[-61.0819469999999,56.011382999999967],[-61.141387999999949,56.020545999999968],[-61.17111199999988,56.028602999999976],[-61.18721800000003,56.033882000000119],[-61.215836000000024,56.046387000000038],[-61.220832999999971,56.050827000000083],[-61.228333000000021,56.06332400000008],[-61.232772999999952,56.072769000000108],[-61.233611999999994,56.085548000000017],[-61.232772999999952,56.091103000000089],[-61.226944000000003,56.098045000000013],[-61.217498999999975,56.100547999999947],[-61.211670000000026,56.101387000000102],[-61.08916499999998,56.169991000000095],[-61.059165999999948,56.159714000000122],[-61.045836999999892,56.153877000000136],[-60.944442999999978,56.094993999999986],[-60.943610999999976,56.090271000000143],[-60.934440999999993,56.015830999999935],[-60.934722999999963,56.011382999999967],[-60.943329000000006,56.006660000000011]],[[-61.623610999999983,56.399993999999992],[-61.546668999999952,56.390830999999991],[-61.493057000000022,56.404991000000052],[-61.482773000000009,56.406654000000003],[-61.474716000000001,56.406654000000003],[-61.468329999999924,56.404433999999981],[-61.415275999999949,56.376656000000025],[-61.411667000000023,56.372214999999926],[-61.411109999999951,56.367210000000057],[-61.412216000000001,56.326659999999947],[-61.416106999999954,56.322220000000129],[-61.424171000000001,56.32027400000004],[-61.482773000000009,56.309990000000028],[-61.569449999999904,56.320549000000085],[-61.579726999999991,56.322494999999947],[-61.599723999999924,56.32777399999992],[-61.686385999999857,56.352776000000063],[-61.719993999999986,56.365829000000019],[-61.788895000000025,56.405822999999998],[-61.793335000000013,56.408882000000119],[-61.796111999999937,56.41304800000006],[-61.790557999999919,56.415824999999927],[-61.783889999999872,56.415824999999927],[-61.677779999999927,56.405548000000124],[-61.623610999999983,56.399993999999992]],[[-78.839995999999928,56.129990000000078],[-78.927490000000034,56.113884000000098],[-78.933318999999983,56.115547000000049],[-78.930556999999965,56.128601000000117],[-78.916945999999996,56.172493000000145],[-78.908339999999896,56.182495000000131],[-78.903884999999946,56.187209999999993],[-78.883330999999998,56.201935000000105],[-78.846389999999985,56.2347180000001],[-78.830291999999929,56.253326000000129],[-78.825287000000003,56.262772000000098],[-78.813323999999966,56.304709999999943],[-78.809432999999956,56.338882000000126],[-78.813888999999961,56.343323000000055],[-78.834732000000031,56.345543000000021],[-78.832503999999915,56.350829999999974],[-78.762512000000015,56.424713000000111],[-78.751403999999923,56.432495000000074],[-78.731673999999941,56.440544000000102],[-78.694992000000013,56.443878000000097],[-78.686385999999914,56.443320999999969],[-78.667220999999984,56.439713000000097],[-78.661666999999966,56.436104000000057],[-78.660003999999958,56.430550000000096],[-78.650832999999921,56.289161999999976],[-78.652785999999935,56.241936000000067],[-78.655563000000029,56.223602000000142],[-78.676392000000021,56.181106999999997],[-78.688599000000011,56.172767999999962],[-78.839995999999928,56.129990000000078]],[[-79.626937999999996,56.265273999999977],[-79.635833999999988,56.264998999999989],[-79.636672999999973,56.266388000000006],[-79.636397999999872,56.269157000000121],[-79.609436000000017,56.319716999999969],[-79.538605000000018,56.433051999999975],[-79.53443900000002,56.437491999999963],[-79.523894999999982,56.442764000000068],[-79.511123999999938,56.446381000000031],[-79.496947999999975,56.448601000000053],[-79.492217999999923,56.446937999999932],[-79.490554999999915,56.440826000000129],[-79.510833999999932,56.397491000000002],[-79.557769999999891,56.305267000000015],[-79.561110999999926,56.299164000000076],[-79.565552000000025,56.293884000000048],[-79.569457999999997,56.289992999999981],[-79.619445999999868,56.267211999999972],[-79.626937999999996,56.265273999999977]],[[-79.619995000000017,56.385268999999994],[-79.638061999999991,56.360550000000046],[-79.649444999999957,56.346382000000006],[-79.663329999999974,56.333878000000141],[-79.682495000000017,56.317496999999946],[-79.701110999999969,56.306381000000044],[-79.714447000000007,56.299995000000081],[-79.906661999999926,56.227211000000125],[-79.928328999999962,56.219711000000075],[-79.986114999999984,56.199715000000083],[-80.01916499999993,56.191376000000048],[-80.060546999999985,56.18443300000007],[-80.082503999999915,56.186653000000092],[-80.092223999999987,56.188324000000136],[-80.100554999999986,56.191376000000048],[-80.107497999999907,56.194992000000127],[-80.109726000000023,56.197768999999994],[-80.110275000000001,56.203323000000012],[-80.100280999999995,56.239158999999972],[-80.098617999999874,56.244156000000089],[-80.055267000000015,56.303604000000121],[-80.044448999999929,56.310822000000144],[-80.040558000000033,56.312767000000122],[-80.022506999999962,56.319716999999969],[-79.867492999999968,56.357498000000135],[-79.795546999999942,56.366661000000136],[-79.756667999999991,56.361937999999952],[-79.72444200000001,56.362770000000069],[-79.69888299999991,56.368880999999988],[-79.679169000000002,56.378326000000015],[-79.656386999999995,56.392769000000101],[-79.642501999999979,56.404433999999981],[-79.618880999999931,56.426941000000056],[-79.614440999999999,56.431664000000069],[-79.604171999999949,56.444153000000085],[-79.598052999999936,56.454437000000098],[-79.591384999999946,56.469154000000117],[-79.588333000000034,56.493881000000044],[-79.585281000000009,56.499161000000072],[-79.582503999999915,56.501663000000008],[-79.549728000000016,56.525269000000037],[-79.543334999999956,56.527771000000143],[-79.542770000000019,56.522217000000126],[-79.549438000000009,56.508049000000085],[-79.613891999999964,56.39527099999998],[-79.619995000000017,56.385268999999994]],[[-61.435829000000012,56.541382000000112],[-61.168059999999969,56.474709000000018],[-61.149993999999992,56.445540999999992],[-61.148887999999943,56.441101000000003],[-61.154442000000017,56.438599000000067],[-61.163612000000001,56.436653000000035],[-61.181945999999925,56.435265000000129],[-61.200278999999966,56.435265000000129],[-61.220832999999971,56.435546999999985],[-61.517501999999865,56.446937999999932],[-61.609169000000009,56.46166199999999],[-61.630553999999961,56.465270999999973],[-61.642226999999991,56.486382000000049],[-61.637221999999952,56.489716000000044],[-61.629997000000003,56.490547000000049],[-61.546394000000021,56.488044999999943],[-61.538612000000001,56.485824999999977],[-61.525832999999864,56.478874000000019],[-61.512778999999966,56.474991000000102],[-61.438048999999921,56.476379000000009],[-61.423057999999969,56.479156000000103],[-61.417777999999998,56.483330000000137],[-61.418335000000013,56.488327000000027],[-61.422501000000011,56.490547000000049],[-61.455276000000026,56.496383999999978],[-61.496666000000005,56.500000000000057],[-61.527221999999938,56.501663000000008],[-61.624167999999997,56.503882999999973],[-61.633330999999998,56.506386000000134],[-61.634445000000028,56.512497000000053],[-61.631942999999978,56.51638800000012],[-61.602225999999916,56.552773000000059],[-61.595832999999971,56.556380999999988],[-61.588332999999977,56.558044000000052],[-61.576667999999984,56.557769999999948],[-61.561667999999941,56.554161000000136],[-61.558051999999975,56.55193300000002],[-61.525947999999971,56.550212999999985],[-61.459166999999923,56.54583000000008],[-61.435829000000012,56.541382000000112]],[[-79.021666999999923,56.426941000000056],[-79.009445000000028,56.426383999999985],[-78.98832699999997,56.426941000000056],[-78.949157999999898,56.43082400000003],[-78.943054000000018,56.430550000000096],[-78.93582200000003,56.428878999999995],[-78.928878999999938,56.425827000000083],[-78.92471299999994,56.419441000000006],[-78.922775000000001,56.415268000000026],[-78.921111999999994,56.409714000000065],[-78.920546999999942,56.403320000000008],[-78.923049999999932,56.386940000000095],[-78.93638599999997,56.317496999999946],[-78.943328999999949,56.284996000000035],[-78.949996999999939,56.282493999999986],[-78.955276000000026,56.27915999999999],[-78.961394999999868,56.271378000000027],[-79.029174999999952,56.172493000000145],[-79.06138599999997,56.124435000000005],[-79.071670999999981,56.104996000000085],[-79.085007000000019,56.07749200000012],[-79.094161999999983,56.054993000000138],[-79.129990000000021,55.989432999999963],[-79.175277999999935,55.92332499999992],[-79.195266999999944,55.891937000000098],[-79.203613000000018,55.894157000000121],[-79.166267000000005,55.973881000000006],[-79.122116000000005,56.046715000000006],[-79.061935000000005,56.148605000000032],[-79.022781000000009,56.202492000000007],[-79.008895999999993,56.221656999999936],[-78.990829000000019,56.261664999999994],[-78.985824999999977,56.273605000000089],[-78.972777999999948,56.306656000000032],[-78.970275999999956,56.314156000000082],[-78.967772999999909,56.323608000000036],[-78.966109999999901,56.336105000000032],[-78.970275999999956,56.378043999999989],[-78.97084000000001,56.3836060000001],[-78.977218999999991,56.388602999999989],[-78.983321999999987,56.389716999999962],[-78.998885999999914,56.384163000000001],[-79.043334999999956,56.360550000000046],[-79.055267000000015,56.344437000000028],[-79.062209999999993,56.329720000000009],[-79.089172000000019,56.267769000000044],[-79.091109999999958,56.263054000000011],[-79.093062999999972,56.256943000000092],[-79.092948999999976,56.231716000000006],[-79.095443999999986,56.2190480000001],[-79.093948000000012,56.213717999999972],[-79.092781000000002,56.211551999999983],[-79.089110999999946,56.211884000000111],[-79.083327999999995,56.174164000000019],[-79.212783999999999,55.954163000000108],[-79.236114999999927,55.917496000000085],[-79.259444999999914,55.886108000000092],[-79.275283999999999,55.870270000000062],[-79.283324999999991,55.864441000000056],[-79.286666999999852,55.866661000000079],[-79.286117999999988,55.869987000000094],[-79.278060999999923,55.885551000000021],[-79.267226999999934,55.903046000000018],[-79.226668999999958,55.962493999999992],[-79.183608999999933,56.037497999999971],[-79.139998999999932,56.115273000000116],[-79.133895999999993,56.126656000000082],[-79.132721000000004,56.175770000000057],[-79.138564999999858,56.205269000000101],[-79.139724999999999,56.20776699999999],[-79.143561999999974,56.211266000000137],[-79.15055799999999,56.233046999999999],[-79.160552999999993,56.231377000000066],[-79.170272999999952,56.225548000000003],[-79.205565999999976,56.190826000000015],[-79.243880999999988,56.151100000000042],[-79.256393000000003,56.13110400000005],[-79.270844000000011,56.104712999999947],[-79.277495999999985,56.090828000000045],[-79.284164000000033,56.078049000000021],[-79.299727999999959,56.051658999999972],[-79.309158000000025,56.036385000000109],[-79.323623999999938,56.016936999999984],[-79.358611999999937,55.974434000000088],[-79.452498999999989,55.879990000000134],[-79.479996000000028,55.863883999999985],[-79.493056999999965,55.858887000000038],[-79.500564999999995,55.856659000000093],[-79.510559000000001,55.855553000000043],[-79.520279000000016,55.854713000000004],[-79.532500999999968,55.854996000000142],[-79.567779999999971,55.864716000000044],[-79.593886999999938,55.874435000000062],[-79.604996000000028,55.881660000000124],[-79.78195199999999,55.78804800000006],[-79.763061999999934,55.814156000000025],[-79.598052999999936,55.981658999999979],[-79.486937999999952,56.087212000000022],[-79.474716000000001,56.098327999999981],[-79.470275999999956,56.104439000000013],[-79.470551,56.112770000000125],[-79.472504000000015,56.11693600000001],[-79.478881999999999,56.123322000000087],[-79.497222999999963,56.133605999999986],[-79.513061999999991,56.134995000000117],[-79.523055999999997,56.133880999999974],[-79.537216000000001,56.12971500000009],[-79.550277999999935,56.123322000000087],[-79.567504999999983,56.112770000000125],[-79.59722899999997,56.091377000000023],[-79.645003999999972,56.050545],[-79.819457999999941,55.901100000000099],[-79.831680000000006,55.88999200000012],[-79.846663999999976,55.874161000000129],[-79.858046999999999,55.859993000000088],[-79.863892000000021,55.850830000000087],[-79.865829000000019,55.847214000000008],[-79.909164000000033,55.840546000000074],[-79.985824999999977,55.898048000000017],[-79.961944999999957,55.960274000000027],[-79.774444999999957,56.112213000000054],[-79.668059999999912,56.189987000000031],[-79.648620999999991,56.198326000000066],[-79.642226999999991,56.201385000000073],[-79.587783999999999,56.230270000000132],[-79.536330999999961,56.295052000000055],[-79.526839999999993,56.304214000000115],[-79.516173999999978,56.319881000000066],[-79.494666999999993,56.367214000000047],[-79.48733500000003,56.402714000000117],[-79.458892999999875,56.464157],[-79.458617999999944,56.468323000000112],[-79.458617999999944,56.478600000000085],[-79.466109999999958,56.498878000000104],[-79.474441999999954,56.521102999999982],[-79.471389999999928,56.544441000000063],[-79.466109999999958,56.54833200000013],[-79.456664999999987,56.55332199999998],[-79.448883000000023,56.554435999999953],[-79.445267000000001,56.553604000000064],[-79.441939999999875,56.551384000000041],[-79.438599000000011,56.547775000000058],[-79.418334999999956,56.490829000000076],[-79.419448999999872,56.443603999999937],[-79.443000999999981,56.393436000000008],[-79.474998000000028,56.320438000000138],[-79.531386999999995,56.206940000000145],[-79.514450000000011,56.186378000000047],[-79.461670000000026,56.193321000000026],[-79.438889000000017,56.197212000000093],[-79.427215999999987,56.203049000000078],[-79.416397000000018,56.212212000000079],[-79.413054999999986,56.216660000000047],[-79.309998000000007,56.424163999999962],[-79.301101999999958,56.447212000000036],[-79.298049999999932,56.459435000000099],[-79.293335000000013,56.488044999999943],[-79.291672000000005,56.498878000000104],[-79.286391999999921,56.570273999999984],[-79.139998999999932,56.546386999999982],[-79.133057000000008,56.542770000000019],[-79.129990000000021,56.537773000000072],[-79.125548999999978,56.514159999999947],[-79.121932999999956,56.495543999999938],[-79.119995000000017,56.489989999999977],[-79.111938000000009,56.47526600000009],[-79.099990999999989,56.463051000000007],[-79.091384999999889,56.454437000000098],[-79.075561999999934,56.444153000000085],[-79.055557000000022,56.433876000000112],[-79.038895000000025,56.428878999999995],[-79.021666999999923,56.426941000000056]],[[-79.141952999999944,56.616661000000079],[-79.15194699999995,56.616386000000091],[-79.260009999999966,56.628044000000102],[-79.268889999999999,56.629158000000075],[-79.274719000000005,56.632209999999986],[-79.277495999999985,56.637215000000026],[-79.279998999999975,56.648880000000133],[-79.280288999999982,56.654990999999995],[-79.275009000000011,56.667213000000004],[-79.271941999999967,56.67193600000013],[-79.254729999999881,56.679993000000138],[-79.244155999999919,56.682495000000017],[-79.218886999999938,56.684990000000028],[-79.208892999999989,56.683876000000055],[-79.193603999999937,56.678329000000133],[-79.160004000000015,56.65776800000009],[-79.151108000000022,56.649994000000106],[-79.141678000000013,56.635826000000066],[-79.138061999999991,56.626099000000124],[-79.138901000000033,56.619986999999924],[-79.141952999999944,56.616661000000079]],[[-61.1875,56.586104999999975],[-61.211670000000026,56.581664999999987],[-61.217498999999975,56.58277099999998],[-61.222770999999966,56.588882000000069],[-61.231667000000016,56.611663999999962],[-61.231941000000006,56.61971299999999],[-61.226104999999961,56.626656000000025],[-61.165832999999964,56.684433000000126],[-61.159163999999919,56.688324000000023],[-61.150276000000019,56.689430000000073],[-61.131942999999978,56.68721000000005],[-61.0819469999999,56.678878999999938],[-61.0777819999999,56.674995000000138],[-61.057776999999987,56.628875999999991],[-61.059440999999993,56.626380999999981],[-61.06361400000003,56.624160999999958],[-61.103888999999867,56.606658999999922],[-61.1875,56.586104999999975]],[[-79.560821999999973,56.617767000000129],[-79.567504999999983,56.615273000000002],[-79.573333999999988,56.618881000000101],[-79.583618000000001,56.648048000000017],[-79.583892999999932,56.65277100000003],[-79.589995999999985,56.768326000000002],[-79.587508999999898,56.788886999999988],[-79.581679999999949,56.80721299999999],[-79.578339000000028,56.81249200000002],[-79.57417299999986,56.815825999999959],[-79.567504999999983,56.817772000000048],[-79.516662999999937,56.78555300000005],[-79.496384000000035,56.766936999999984],[-79.476943999999946,56.72165700000005],[-79.474716000000001,56.689156000000139],[-79.486114999999984,56.658043000000134],[-79.488891999999964,56.655548000000067],[-79.560821999999973,56.617767000000129]],[[-79.881942999999978,56.743607000000054],[-79.888610999999969,56.741104000000064],[-79.904723999999987,56.741661000000136],[-79.923889000000031,56.751389000000017],[-79.930831999999953,56.754997000000117],[-79.941101000000003,56.763610999999969],[-79.944442999999922,56.767769000000101],[-79.947494999999947,56.773323000000119],[-79.957229999999925,56.799164000000019],[-79.958892999999932,56.805267000000129],[-79.958618000000001,56.811377999999991],[-79.954726999999934,56.823607999999922],[-79.945830999999998,56.833603000000039],[-79.919158999999922,56.858330000000137],[-79.915008999999998,56.861382000000049],[-79.865829000000019,56.866104000000121],[-79.858046999999999,56.865829000000133],[-79.843886999999995,56.858330000000137],[-79.83444199999991,56.852492999999981],[-79.819457999999941,56.84027100000003],[-79.81639100000001,56.835548000000017],[-79.814712999999927,56.829162999999994],[-79.81361400000003,56.816939999999988],[-79.833892999999989,56.793610000000001],[-79.83805799999999,56.788886999999988],[-79.872222999999906,56.752220000000023],[-79.876663000000008,56.747772000000055],[-79.881942999999978,56.743607000000054]],[[-79.750564999999938,56.905823000000055],[-79.717498999999918,56.813605999999993],[-79.71833799999996,56.80721299999999],[-79.721114999999884,56.802773000000002],[-79.725554999999986,56.798049999999989],[-79.730834999999956,56.794158999999922],[-79.749725000000012,56.783607000000131],[-79.757507000000032,56.781936999999971],[-79.781113000000005,56.784721000000104],[-79.78832999999986,56.785828000000038],[-79.793555999999967,56.795792000000063],[-79.794373000000007,56.832947000000104],[-79.793143999999984,56.859890000000064],[-79.82376899999997,56.895003999999972],[-79.852753000000007,56.885204000000044],[-79.894164999999873,56.881935000000112],[-79.897506999999962,56.884995000000004],[-79.89805599999994,56.891106000000036],[-79.896118000000001,56.897217000000126],[-79.892776000000026,56.90248900000006],[-79.858611999999937,56.938599000000011],[-79.851943999999946,56.940268999999944],[-79.808333999999945,56.948326000000122],[-79.799438000000009,56.949431999999945],[-79.790833000000021,56.947769000000051],[-79.784164000000033,56.940826000000072],[-79.753615999999965,56.910820000000001],[-79.750564999999938,56.905823000000055]],[[-61.429211000000009,56.929707000000008],[-61.397204999999985,56.927715000000035],[-61.37261199999989,56.930972999999994],[-61.354888999999957,56.93639799999994],[-61.343319000000008,56.934227000000078],[-61.340785999999866,56.930248000000006],[-61.355277999999998,56.910820000000001],[-61.400275999999963,56.884720000000129],[-61.404716000000008,56.87971500000009],[-61.399444999999957,56.875824000000023],[-61.378052000000025,56.871658000000139],[-61.360282999999924,56.866104000000121],[-61.352225999999973,56.857773000000066],[-61.355834999999956,56.852776000000119],[-61.361670999999944,56.848045000000013],[-61.375831999999946,56.840546000000018],[-61.443168999999898,56.817719000000125],[-61.48966999999999,56.807549000000108],[-61.563331999999946,56.784721000000104],[-61.570281999999906,56.781661999999983],[-61.576949999999954,56.778046000000074],[-61.585555999999997,56.766388000000063],[-61.584998999999982,56.761383000000023],[-61.58277899999996,56.756660000000011],[-61.575561999999991,56.753052000000082],[-61.564720000000023,56.751663000000121],[-61.555831999999953,56.752777000000094],[-61.540839999999946,56.757773999999984],[-61.526664999999866,56.76527400000009],[-61.515282000000013,56.774712000000079],[-61.497653999999955,56.78694200000001],[-61.488975999999923,56.789295000000038],[-61.476315,56.79019900000003],[-61.434002000000021,56.783688000000097],[-61.393313999999918,56.778988000000027],[-61.386626999999976,56.775913000000003],[-61.382107000000019,56.771393000000103],[-61.373965999999996,56.74390800000009],[-61.368724999999984,56.695988],[-61.368632999999988,56.6857720000001],[-61.370804000000021,56.675282000000038],[-61.378399000000002,56.632607000000007],[-61.379119999999944,56.626820000000066],[-61.39358900000002,56.617779000000041],[-61.409137999999928,56.615608000000009],[-61.444217999999978,56.619587000000081],[-61.484000999999978,56.641647000000091],[-61.521975999999938,56.669857000000093],[-61.561034999999947,56.682513999999969],[-61.588157999999964,56.703853999999978],[-61.605334999999968,56.713798999999995],[-61.635353000000009,56.731518000000051],[-61.644393999999977,56.734775999999954],[-61.644031999999868,56.73802900000004],[-61.634991000000014,56.770938999999998],[-61.624865999999997,56.82591200000013],[-61.632098999999982,56.859547000000077],[-61.588698999999963,56.893539000000089],[-61.534812999999986,56.901859000000002],[-61.522517999999934,56.914879000000099],[-61.5261339999999,56.933323000000087],[-61.523963999999921,56.940193000000079],[-61.499370999999996,56.952849999999955],[-61.473694000000023,56.95900000000006],[-61.460673999999983,56.955021000000045],[-61.446571000000006,56.935131000000126],[-61.429211000000009,56.929707000000008]],[[-76.621108999999933,57.075554000000125],[-76.646956999999986,57.073050999999964],[-76.660278000000005,57.075828999999999],[-76.671386999999925,57.083327999999995],[-76.675551999999925,57.087769000000094],[-76.681106999999997,57.097771000000023],[-76.709732000000031,57.182213000000047],[-76.708617999999944,57.18832400000008],[-76.678329000000019,57.205269000000044],[-76.669998000000021,57.20249199999995],[-76.667496000000028,57.195541000000048],[-76.626099000000011,57.142769000000101],[-76.618880999999988,57.080276000000026],[-76.621108999999933,57.075554000000125]],[[-61.621666000000005,57.335548000000131],[-61.611114999999984,57.334991000000002],[-61.605559999999912,57.335548000000131],[-61.594443999999953,57.334159999999997],[-61.589995999999985,57.330275999999969],[-61.589438999999913,57.325272000000041],[-61.59194199999996,57.321380999999974],[-61.608337000000006,57.308327000000077],[-61.652221999999995,57.290549999999996],[-61.658051,57.290276000000063],[-61.734725999999966,57.290276000000063],[-61.739998000000014,57.291939000000013],[-61.753333999999938,57.302490000000091],[-61.763617999999951,57.311661000000072],[-61.766662999999937,57.315269000000001],[-61.767776000000026,57.319716999999969],[-61.768607999999915,57.324996999999996],[-61.767501999999979,57.328330999999991],[-61.752228000000002,57.360275000000001],[-61.74888599999997,57.365546999999935],[-61.74500299999994,57.369155999999975],[-61.726944000000003,57.374435000000119],[-61.702498999999989,57.372765000000129],[-61.693329000000006,57.368050000000096],[-61.677497999999957,57.357216000000051],[-61.632216999999912,57.337769000000037],[-61.621666000000005,57.335548000000131]],[[-76.715012000000002,57.292770000000019],[-76.72972099999987,57.289718999999991],[-76.734726000000023,57.291382000000112],[-76.740279999999984,57.294441000000063],[-76.744445999999982,57.299438000000009],[-76.793059999999969,57.374709999999936],[-76.821944999999914,57.419715999999994],[-76.823623999999995,57.424713000000111],[-76.821670999999981,57.429436000000067],[-76.812774999999931,57.428329000000133],[-76.78443900000002,57.41693900000007],[-76.761397999999986,57.40387700000008],[-76.735549999999989,57.386383000000137],[-76.731109999999944,57.381934999999999],[-76.725554999999986,57.372765000000129],[-76.721114999999941,57.356658999999979],[-76.708054000000004,57.29583000000008],[-76.715012000000002,57.292770000000019]],[[-61.655273000000022,57.391380000000083],[-61.675003000000004,57.389992000000007],[-61.839721999999995,57.408043000000134],[-61.860000999999954,57.412491000000102],[-61.877494999999954,57.418602000000021],[-61.889998999999989,57.426102000000071],[-61.894446999999957,57.42971799999998],[-61.897780999999952,57.433327000000133],[-61.900275999999963,57.437492000000134],[-61.897498999999982,57.444153000000085],[-61.813003999999921,57.473709000000042],[-61.772738999999945,57.495097999999984],[-61.742774999999995,57.534995999999978],[-61.737220999999977,57.536942000000067],[-61.719993999999986,57.536384999999996],[-61.648055999999997,57.530272999999966],[-61.643889999999999,57.522766000000047],[-61.634726999999998,57.509438000000046],[-61.613616999999977,57.416100000000142],[-61.615279999999984,57.409157000000107],[-61.634170999999924,57.398880000000133],[-61.648337999999967,57.393608000000029],[-61.655273000000022,57.391380000000083]],[[-61.878333999999995,57.46305099999995],[-61.926948999999979,57.45249200000012],[-61.937499999999943,57.453049000000021],[-61.946945000000028,57.454993999999999],[-61.955832999999927,57.458046000000081],[-61.962776000000019,57.462212000000022],[-62.012504999999919,57.508331000000112],[-62.021942000000024,57.521102999999925],[-62.02305599999994,57.534164000000033],[-62.020279000000016,57.540276000000063],[-62.014450000000011,57.549438000000123],[-61.992500000000007,57.569160000000011],[-61.974997999999971,57.581383000000073],[-61.968886999999995,57.584434999999985],[-61.953056000000004,57.59027100000003],[-61.944442999999978,57.590828000000101],[-61.878052000000025,57.584991000000002],[-61.855002999999954,57.580551000000128],[-61.833327999999995,57.574440000000038],[-61.817504999999926,57.567215000000033],[-61.783614999999941,57.550545000000056],[-61.781386999999995,57.548050000000046],[-61.778885000000002,57.543883999999935],[-61.77694699999995,57.52388000000002],[-61.777778999999953,57.518326000000059],[-61.779441999999904,57.513611000000026],[-61.783057999999869,57.508331000000112],[-61.864165999999955,57.466385000000116],[-61.878333999999995,57.46305099999995]],[[-79.797501000000011,57.418884000000048],[-79.801666000000012,57.415825000000098],[-79.805556999999965,57.418053000000043],[-79.835830999999985,57.460274000000084],[-79.826949999999897,57.53804800000006],[-79.808883999999978,57.561661000000015],[-79.792769999999962,57.578880000000083],[-79.749160999999958,57.609718000000044],[-79.740828999999962,57.615547000000106],[-79.734160999999915,57.618881000000044],[-79.727782999999931,57.61721],[-79.723052999999993,57.612770000000012],[-79.706116000000009,57.585548000000074],[-79.70666499999993,57.580826000000002],[-79.704726999999991,57.576660000000061],[-79.698607999999979,57.563324000000136],[-79.695830999999998,57.531661999999983],[-79.698607999999979,57.519989000000123],[-79.705001999999922,57.508605999999929],[-79.712508999999955,57.500548999999978],[-79.797501000000011,57.418884000000048]],[[-61.688605999999936,57.713051000000121],[-61.696105999999929,57.712212000000136],[-61.757506999999976,57.715546000000131],[-61.768889999999999,57.716934000000037],[-61.894164999999987,57.754166000000055],[-61.896950000000004,57.758331000000055],[-61.896110999999962,57.769714000000079],[-61.891669999999976,57.779160000000047],[-61.865836999999999,57.799721000000034],[-61.853614999999934,57.808327000000133],[-61.80889099999996,57.836936999999978],[-61.800551999999925,57.841377000000023],[-61.778885000000002,57.84526800000009],[-61.773055999999997,57.845543000000077],[-61.711113000000012,57.834160000000111],[-61.698607999999922,57.830276000000083],[-61.653610000000015,57.784721000000104],[-61.652221999999995,57.782494000000042],[-61.651664999999923,57.779433999999981],[-61.652495999999928,57.775826000000052],[-61.654166999999916,57.771103000000096],[-61.668609999999887,57.738884000000041],[-61.674171000000001,57.726936000000023],[-61.684440999999936,57.714996000000099],[-61.688605999999936,57.713051000000121]],[[-61.947494999999947,57.787216000000114],[-61.957222000000002,57.78694200000001],[-62.08916499999998,57.808043999999995],[-62.100280999999995,57.816101000000003],[-62.108337000000006,57.824715000000026],[-62.109443999999996,57.829437000000098],[-62.108054999999922,57.837769000000094],[-62.099723999999924,57.846382000000062],[-62.094443999999953,57.850547999999947],[-62.065276999999924,57.870544000000109],[-62.028884999999946,57.892768999999987],[-62.009170999999924,57.904434000000037],[-61.995002999999997,57.90915700000005],[-61.986114999999984,57.910271000000023],[-61.971663999999976,57.911377000000016],[-61.941108999999983,57.909988000000055],[-61.928336999999942,57.908599999999922],[-61.923332000000016,57.906096999999988],[-61.918891999999971,57.90248900000006],[-61.884444999999971,57.86693600000001],[-61.867774999999881,57.84276600000004],[-61.867774999999881,57.838600000000099],[-61.879439999999931,57.816665999999998],[-61.881942999999922,57.812767000000008],[-61.885558999999887,57.809157999999968],[-61.889998999999989,57.806381000000101],[-61.940833999999938,57.788886999999988],[-61.947494999999947,57.787216000000114]],[[-77.678328999999962,58.235549999999932],[-77.687774999999931,58.235268000000076],[-77.702788999999996,58.238884000000098],[-77.761123999999938,58.257499999999936],[-77.946380999999917,58.3211060000001],[-77.950835999999924,58.32416500000005],[-77.947495000000004,58.328605999999979],[-77.940551999999968,58.330551000000014],[-77.932495000000017,58.331383000000073],[-77.917312999999922,58.329369000000042],[-77.829726999999934,58.311378000000047],[-77.80749499999996,58.305267000000015],[-77.801392000000021,58.303046999999992],[-77.702788999999996,58.260277000000031],[-77.689437999999996,58.253882999999973],[-77.670273000000009,58.244156000000032],[-77.668334999999956,58.241936000000067],[-77.668334999999956,58.240547000000049],[-77.678328999999962,58.235549999999932]],[[-67.596114999999998,58.284164000000089],[-67.616394000000014,58.284164000000089],[-67.637786999999946,58.28472099999999],[-67.666106999999954,58.292770000000019],[-67.673888999999917,58.296104000000014],[-67.676666000000012,58.301384000000041],[-67.675827000000027,58.306099000000074],[-67.672775000000001,58.312209999999993],[-67.624435000000005,58.368050000000096],[-67.61999499999996,58.372215000000097],[-67.61082499999992,58.373877999999991],[-67.599166999999909,58.373046999999985],[-67.580565999999976,58.369986999999924],[-67.527221999999995,58.343605000000082],[-67.520844000000011,58.339989000000003],[-67.517501999999979,58.335266000000047],[-67.51916499999993,58.329719999999952],[-67.524445000000014,58.32416500000005],[-67.551102000000014,58.302215999999987],[-67.557220000000029,58.298050000000046],[-67.571670999999867,58.290833000000134],[-67.596114999999998,58.284164000000089]],[[-78.453888000000006,58.539993000000038],[-78.455565999999862,58.537215999999944],[-78.463332999999977,58.537498000000028],[-78.474716000000001,58.541382000000056],[-78.649993999999936,58.601386999999988],[-78.672501000000011,58.610549999999989],[-78.683884000000035,58.620827000000133],[-78.697495000000004,58.678329000000076],[-78.698607999999979,58.688599000000011],[-78.696944999999971,58.690543999999989],[-78.692764000000011,58.691933000000006],[-78.665008999999998,58.674995000000081],[-78.659163999999976,58.669991000000095],[-78.635284000000013,58.618598999999961],[-78.631942999999978,58.616386000000034],[-78.628051999999968,58.614158999999972],[-78.56639100000001,58.586104999999918],[-78.513061999999934,58.563880999999981],[-78.457229999999981,58.542770000000132],[-78.453888000000006,58.539993000000038]],[[-69.194442999999922,59.064712999999983],[-69.18638599999997,59.064437999999996],[-69.180831999999953,59.06721500000009],[-69.178328999999906,59.029715999999951],[-69.227218999999934,58.971931000000041],[-69.320281999999963,58.946381000000088],[-69.327498999999989,58.94499200000007],[-69.338897999999972,58.944434999999999],[-69.350280999999995,58.946381000000088],[-69.355559999999969,58.949715000000083],[-69.360000999999954,58.958603000000039],[-69.357223999999974,58.964714000000129],[-69.318344000000025,59.02555099999995],[-69.319457999999997,59.098045000000127],[-69.353057999999976,59.127213000000097],[-69.357773000000009,59.13499500000006],[-69.357223999999974,59.139717000000132],[-69.345550999999944,59.144714000000079],[-69.339447000000007,59.146103000000039],[-69.282227000000034,59.154433999999981],[-69.275283999999942,59.154991000000052],[-69.198607999999922,59.14527099999998],[-69.18638599999997,59.138329000000056],[-69.18249499999996,59.128601000000003],[-69.194991999999957,59.09415400000006],[-69.199996999999996,59.077217000000019],[-69.200561999999877,59.072495000000117],[-69.198607999999922,59.06721500000009],[-69.194442999999922,59.064712999999983]],[[-80.53443900000002,59.369438000000002],[-80.544158999999979,59.365547000000106],[-80.552215999999873,59.365829000000133],[-80.555832000000009,59.369438000000002],[-80.549437999999952,59.446938000000046],[-80.537506000000008,59.455268999999987],[-80.488051999999982,59.477486000000056],[-80.475554999999929,59.481102000000078],[-80.465011999999945,59.463882000000126],[-80.471389999999928,59.454994000000113],[-80.477218999999934,59.451103000000046],[-80.520844000000011,59.382767000000058],[-80.525283999999942,59.377486999999974],[-80.53443900000002,59.369438000000002]],[[-80.277495999999985,59.618599000000131],[-80.319167999999991,59.612213000000054],[-80.329726999999991,59.612495000000138],[-80.340560999999923,59.614158999999972],[-80.343886999999995,59.619156000000032],[-80.340835999999967,59.625267000000122],[-80.295273000000009,59.678329000000019],[-80.232773000000009,59.725265999999976],[-80.222228999999857,59.723602000000142],[-80.171386999999925,59.715271000000087],[-80.154175000000009,59.709991000000002],[-80.14527899999996,59.705550999999957],[-80.154723999999931,59.682495000000131],[-80.156661999999983,59.678329000000019],[-80.170546999999999,59.673881999999992],[-80.205840999999964,59.665267999999912],[-80.222777999999892,59.660271000000023],[-80.229720999999984,59.656380000000127],[-80.233063000000016,59.651100000000042],[-80.237212999999997,59.639434999999992],[-80.240554999999858,59.634163000000058],[-80.246384000000035,59.629990000000078],[-80.260833999999988,59.623604],[-80.277495999999985,59.618599000000131]],[[-64.019729999999925,59.714713999999958],[-64.124160999999958,59.695267000000115],[-64.134170999999981,59.695541000000048],[-64.146118000000001,59.696655000000021],[-64.157226999999978,59.699715000000083],[-64.16332999999986,59.703605999999979],[-64.204452999999944,59.734436000000017],[-64.192490000000021,59.765549000000021],[-64.121933000000013,59.849433999999974],[-64.115828999999962,59.852776000000063],[-64.107223999999974,59.854996000000085],[-64.067504999999926,59.863884000000041],[-64.061385999999914,59.864440999999943],[-64.052779999999984,59.859992999999974],[-64.049727999999959,59.855270000000019],[-64.047774999999945,59.849433999999974],[-64.055266999999958,59.835266000000104],[-64.054442999999992,59.829437000000041],[-64.042769999999905,59.783882000000062],[-64.020278999999903,59.781104999999968],[-64.002791999999943,59.774712000000022],[-63.959723999999937,59.75638600000002],[-63.959441999999967,59.752220000000136],[-63.99722300000002,59.723602000000142],[-64.011397999999872,59.716385000000059],[-64.019729999999925,59.714713999999958]],[[-80.089721999999938,59.751938000000052],[-80.166945999999996,59.742493000000024],[-80.177779999999984,59.744156000000089],[-80.184158000000025,59.747771999999998],[-80.184722999999963,59.752777000000037],[-80.128875999999991,59.82388300000008],[-80.11500499999994,59.837769000000037],[-80.103057999999976,59.844994000000099],[-80.015015000000005,59.884995000000117],[-80.00778200000002,59.886107999999979],[-79.946944999999914,59.880272000000105],[-79.937774999999931,59.877768999999944],[-79.929992999999911,59.873603999999943],[-79.884170999999924,59.85833000000008],[-79.878875999999991,59.854713000000118],[-79.883621000000005,59.849998000000085],[-79.906661999999926,59.828049000000135],[-79.922226000000023,59.815544000000045],[-79.928054999999972,59.811661000000072],[-80.025283999999942,59.764442000000088],[-80.089721999999938,59.751938000000052]],[[-64.427673000000027,60.372932000000048],[-64.452788999999996,60.357215999999994],[-64.442763999999897,60.309715000000097],[-64.438323999999966,60.305550000000096],[-64.423614999999984,60.282494000000042],[-64.429442999999935,60.281936999999971],[-64.438048999999864,60.282494000000042],[-64.448607999999979,60.284164000000033],[-64.50111400000003,60.301933000000133],[-64.521712999999977,60.310730000000035],[-64.541106999999954,60.324440000000038],[-64.557219999999916,60.331383000000017],[-64.601943999999889,60.350273000000016],[-64.610001000000011,60.353606999999954],[-64.632216999999912,60.357498000000021],[-64.643889999999942,60.357773000000066],[-64.655562999999972,60.357498000000021],[-64.666107000000011,60.356940999999949],[-64.675551999999982,60.355270000000075],[-64.710007000000019,60.358330000000137],[-64.728881999999999,60.363327000000083],[-64.790282999999931,60.391106000000093],[-64.815552000000025,60.406096999999988],[-64.831116000000009,60.419159000000036],[-64.867492999999911,60.450272000000041],[-64.868606999999997,60.453323000000069],[-64.868056999999965,60.458885000000009],[-64.856110000000001,60.473877000000016],[-64.84722899999997,60.478874000000133],[-64.837783999999999,60.482491000000039],[-64.823058999999944,60.485268000000133],[-64.639998999999989,60.4847180000001],[-64.61860699999994,60.477211000000011],[-64.426940999999943,60.401381999999955],[-64.423889000000031,60.397216999999955],[-64.422501000000011,60.391937000000098],[-64.423889000000031,60.383049000000085],[-64.427673000000027,60.372932000000048]],[[-68.25140399999998,60.230820000000051],[-68.310546999999985,60.223045000000127],[-68.340285999999992,60.223320000000001],[-68.361937999999952,60.225822000000051],[-68.376937999999996,60.232491000000095],[-68.387222000000008,60.240829000000076],[-68.393065999999976,60.249161000000072],[-68.394729999999981,60.254440000000045],[-68.395003999999972,60.259995000000117],[-68.393065999999976,60.276100000000042],[-68.384170999999924,60.29972100000009],[-68.37777699999998,60.310271999999998],[-68.314437999999996,60.390273999999977],[-68.175277999999992,60.53443900000002],[-68.129439999999931,60.570549000000085],[-68.119155999999919,60.577217000000076],[-68.092223999999987,60.581665000000044],[-68.081679999999949,60.582496999999989],[-68.035277999999948,60.581107999999972],[-67.999435000000005,60.57749200000012],[-67.956664999999987,60.566100999999946],[-67.948607999999922,60.561377999999991],[-67.887221999999952,60.503883000000087],[-67.862212999999997,60.488045000000056],[-67.839721999999995,60.478043000000071],[-67.831389999999999,60.474990999999989],[-67.821395999999993,60.472487999999998],[-67.808043999999938,60.467209000000025],[-67.803054999999972,60.463051000000064],[-67.79861499999987,60.457497000000103],[-67.794998000000021,60.447769000000051],[-67.795546999999942,60.443877999999984],[-67.79861499999987,60.432213000000104],[-67.806106999999997,60.417496000000085],[-67.815276999999924,60.408043000000077],[-67.836394999999925,60.388603000000103],[-67.841385000000002,60.384438000000102],[-67.853333000000021,60.375266999999951],[-67.885559000000001,60.353606999999954],[-67.898055999999997,60.345267999999919],[-67.934433000000013,60.321662999999944],[-67.965285999999992,60.30832700000002],[-67.97222899999997,60.30582400000003],[-68.167496000000028,60.245544000000109],[-68.17721599999993,60.243049999999982],[-68.205276000000026,60.238045000000113],[-68.25140399999998,60.230820000000051]],[[-64.689986999999917,60.584435000000099],[-64.697220000000016,60.582214000000022],[-64.704452999999944,60.582496999999989],[-64.712783999999942,60.590271000000143],[-64.713897999999915,60.59526800000009],[-64.713057999999876,60.598877000000073],[-64.710830999999985,60.602776000000119],[-64.615554999999858,60.681664000000069],[-64.610274999999945,60.685265000000129],[-64.599166999999966,60.689430000000129],[-64.592772999999909,60.685547000000042],[-64.590835999999967,60.676659000000029],[-64.592498999999975,60.666939000000127],[-64.593886999999995,60.648331000000098],[-64.59584000000001,60.645271000000037],[-64.620543999999995,60.616661000000022],[-64.631667999999991,60.60833000000008],[-64.638061999999934,60.604996000000085],[-64.689986999999917,60.584435000000099]],[[-78.656386999999995,60.702774000000034],[-78.664718999999991,60.702217000000132],[-78.674163999999962,60.704711999999972],[-78.689986999999974,60.712212000000079],[-78.694716999999912,60.716660000000047],[-78.698333999999988,60.721656999999936],[-78.697768999999937,60.724159000000043],[-78.616393999999957,60.771935000000099],[-78.573623999999995,60.784163999999919],[-78.399993999999992,60.809990000000028],[-78.223891999999978,60.830826000000059],[-78.21945199999999,60.823883000000023],[-78.219161999999983,60.817497000000117],[-78.221114999999998,60.814156000000082],[-78.226669000000015,60.808883999999978],[-78.277221999999995,60.769157000000121],[-78.285004000000015,60.766106000000093],[-78.397231999999917,60.743881000000044],[-78.62332200000003,60.705551000000128],[-78.656386999999995,60.702774000000034]],[[-69.977218999999991,60.933051999999975],[-69.983886999999982,60.93110699999994],[-69.995269999999948,60.931381000000101],[-70.003615999999965,60.935265000000072],[-70.007781999999963,60.939155999999969],[-70.026107999999965,60.995827000000077],[-70.025008999999955,61.001937999999996],[-70.021666999999866,61.008605999999986],[-70.016662999999994,61.013611000000026],[-70.009170999999867,61.017768999999987],[-70.003341999999918,61.020828000000108],[-69.982772999999895,61.028327999999988],[-69.964721999999995,61.032768000000033],[-69.954177999999956,61.033882000000006],[-69.943603999999993,61.031380000000127],[-69.931380999999931,61.020271000000037],[-69.929992999999854,61.016663000000108],[-69.929717999999923,61.010825999999952],[-69.930832000000009,61.00471500000009],[-69.933883999999921,60.998047000000099],[-69.977218999999991,60.933051999999975]],[[-64.723891999999921,61.53833000000003],[-64.71665999999999,61.535827999999981],[-64.706954999999994,61.536658999999986],[-64.688323999999909,61.535552999999993],[-64.683318999999869,61.531105000000025],[-64.675277999999992,61.508606000000043],[-64.674164000000019,61.503325999999959],[-64.686935000000005,61.465827999999988],[-64.705276000000026,61.444153000000142],[-64.715012000000002,61.433327000000077],[-64.820557000000008,61.355270000000075],[-64.866942999999992,61.324164999999994],[-64.870833999999945,61.32249500000006],[-64.875274999999988,61.32249500000006],[-64.887222000000008,61.324715000000026],[-64.972503999999958,61.344154000000117],[-64.977492999999924,61.34777100000008],[-64.985000999999954,61.367493000000138],[-65.179168999999945,61.466933999999981],[-65.18582200000003,61.47554800000006],[-65.187499999999943,61.480270000000132],[-65.190552000000025,61.494995000000074],[-65.195267000000001,61.499160999999958],[-65.295272999999895,61.528877000000023],[-65.329453000000001,61.531937000000084],[-65.353333000000021,61.534721000000047],[-65.37249799999995,61.537216000000058],[-65.381103999999993,61.540550000000053],[-65.47444200000001,61.586936999999978],[-65.481109999999887,61.590828000000045],[-65.487777999999935,61.599433999999974],[-65.486938000000009,61.610825000000091],[-65.485000999999954,61.62193300000007],[-65.482223999999974,61.62860100000006],[-65.472228999999857,61.64027400000009],[-65.466400000000021,61.644997000000046],[-65.459441999999854,61.649162000000047],[-65.453063999999983,61.651932000000102],[-65.449158000000011,61.653602999999976],[-65.441375999999934,61.656654000000003],[-65.43582200000003,61.658043000000021],[-65.339721999999938,61.670547000000056],[-65.247498000000007,61.68082400000003],[-65.174438000000009,61.686935000000119],[-65.068343999999968,61.693047000000092],[-65.036391999999921,61.693603999999993],[-65.018889999999885,61.692490000000021],[-65.016112999999962,61.692214999999976],[-64.99499499999996,61.689987000000031],[-64.733062999999959,61.659987999999998],[-64.719161999999983,61.658043000000021],[-64.646392999999932,61.603882000000112],[-64.646118000000001,61.599716000000001],[-64.650833000000034,61.594437000000028],[-64.65972899999997,61.588042999999971],[-64.662780999999995,61.587769000000037],[-64.714172000000019,61.556381000000044],[-64.720275999999956,61.551383999999928],[-64.726104999999961,61.542220999999927],[-64.723891999999921,61.53833000000003]],[[-65.695266999999888,61.776657],[-65.71945199999999,61.754165999999998],[-65.803054999999915,61.755554000000075],[-65.827224999999942,61.758049000000085],[-65.891388000000006,61.76638800000012],[-65.903885000000002,61.768326000000059],[-65.931106999999997,61.778328000000045],[-65.939163000000008,61.782210999999961],[-65.944442999999978,61.785828000000095],[-65.948043999999925,61.790276000000063],[-65.94749499999989,61.796104000000014],[-65.943877999999927,61.799720999999977],[-65.818344000000025,61.860825000000034],[-65.809432999999956,61.86332700000014],[-65.789992999999981,61.865547000000106],[-65.778060999999866,61.865547000000106],[-65.767501999999979,61.862770000000012],[-65.718613000000005,61.841102999999976],[-65.714721999999938,61.836937000000091],[-65.713622999999984,61.824165000000107],[-65.695266999999888,61.776657]],[[-92.963897999999972,61.879158000000075],[-92.995270000000005,61.851105000000132],[-93.00167799999997,61.847214000000065],[-93.051940999999943,61.829437000000041],[-93.07028200000002,61.825272000000041],[-93.079726999999991,61.826941999999974],[-93.086669999999913,61.829437000000041],[-93.115828999999962,61.860275000000001],[-93.120270000000005,61.864441000000113],[-93.126937999999882,61.868599000000074],[-93.135833999999988,61.872489999999914],[-93.14805599999994,61.87582400000008],[-93.179717999999923,61.875549000000092],[-93.189437999999996,61.874161000000015],[-93.211120999999935,61.875267000000008],[-93.218886999999995,61.87943300000012],[-93.223327999999981,61.888329000000056],[-93.226105000000018,61.908325000000048],[-93.223617999999931,61.913048000000003],[-93.218886999999995,61.918884000000048],[-93.20944199999991,61.921104000000071],[-93.072509999999909,61.929993000000138],[-93.062209999999993,61.930550000000039],[-92.96945199999999,61.888329000000056],[-92.962783999999999,61.884162999999944],[-92.963897999999972,61.879158000000075]],[[-64.916106999999954,61.719437000000084],[-64.926940999999943,61.718880000000013],[-64.951950000000011,61.722488000000112],[-65.14805599999994,61.780548000000067],[-65.156661999999926,61.783882000000062],[-65.210555999999883,61.816940000000045],[-65.214721999999881,61.821938000000046],[-65.251953000000015,61.869713000000047],[-65.255843999999968,61.885551000000078],[-65.255004999999926,61.901657000000057],[-65.249435000000005,61.91027100000008],[-65.245270000000005,61.914711000000125],[-65.189712999999983,61.945540999999992],[-65.170273000000009,61.947769000000108],[-65.156951999999876,61.946938000000102],[-65.080291999999929,61.931107000000111],[-65.074448000000018,61.928329000000133],[-65.06806899999998,61.923882000000049],[-65.039169000000015,61.899719000000118],[-64.980834999999956,61.885826000000066],[-64.893341000000021,61.829994000000113],[-64.886948000000018,61.825554000000068],[-64.828887999999893,61.766662999999994],[-64.825835999999981,61.761939999999981],[-64.825287000000003,61.758330999999998],[-64.828887999999893,61.752220000000079],[-64.83555599999994,61.748877999999991],[-64.858046999999942,61.739158999999972],[-64.889449999999954,61.725822000000107],[-64.906112999999948,61.721100000000035],[-64.916106999999954,61.719437000000084]],[[-65.852492999999924,62.084717000000012],[-65.869155999999919,62.079720000000123],[-65.889998999999989,62.080551000000128],[-65.913329999999974,62.084990999999945],[-66.009734999999978,62.116661000000079],[-66.016662999999994,62.120543999999995],[-66.020279000000016,62.124435000000062],[-66.021118000000001,62.128326000000129],[-66.020843999999954,62.131660000000124],[-66.014724999999942,62.136658000000125],[-65.991942999999935,62.141380000000026],[-65.928054999999972,62.151657],[-65.904449,62.152771000000143],[-65.853607000000011,62.131104000000107],[-65.845000999999911,62.124992000000134],[-65.83555599999994,62.115272999999945],[-65.835830999999928,62.099716000000114],[-65.843886999999995,62.088599999999985],[-65.852492999999924,62.084717000000012]],[[-92.223617999999931,62.355552999999986],[-92.306106999999997,62.351661999999919],[-92.339721999999995,62.354712999999947],[-92.34973100000002,62.356659000000036],[-92.371932999999956,62.386939999999925],[-92.372498000000007,62.391937000000041],[-92.354445999999939,62.410820000000115],[-92.347777999999948,62.414436000000023],[-92.319457999999941,62.415268000000083],[-92.308333999999945,62.414436000000023],[-92.162216000000001,62.402214000000015],[-92.139724999999999,62.399719000000005],[-92.141112999999905,62.394714000000135],[-92.15834000000001,62.390549000000135],[-92.223617999999931,62.355552999999986]],[[-79.540558000000033,62.411102000000028],[-79.449996999999939,62.382767000000001],[-79.442764000000011,62.379990000000078],[-79.433883999999978,62.371376000000055],[-79.429168999999945,62.361664000000076],[-79.427215999999987,62.356102000000135],[-79.424438000000009,62.344154000000117],[-79.420546999999942,62.339989000000116],[-79.359160999999972,62.296104000000071],[-79.347228999999913,62.288886999999988],[-79.328613000000018,62.283332999999971],[-79.272780999999952,62.262215000000083],[-79.266112999999962,62.258048999999971],[-79.260833999999988,62.253608999999983],[-79.256393000000003,62.244438000000002],[-79.255568999999923,62.23971599999993],[-79.261397999999929,62.163605000000018],[-79.262222000000008,62.158882000000062],[-79.329726999999991,62.01527400000009],[-79.353881999999999,61.999718000000144],[-79.396392999999932,61.968879999999956],[-79.457229999999925,61.893883000000017],[-79.461944999999957,61.881660000000011],[-79.465560999999923,61.876099000000124],[-79.524445000000014,61.811378000000104],[-79.541320999999925,61.799789000000089],[-79.552779999999927,61.796386999999982],[-79.568344000000025,61.790276000000063],[-79.583618000000001,61.783051],[-79.596664000000033,61.774436999999978],[-79.605269999999962,61.765273999999977],[-79.611114999999984,61.754440000000102],[-79.612777999999992,61.742767000000072],[-79.611938000000009,61.738045],[-79.608336999999949,61.732208000000014],[-79.606110000000001,61.726654000000053],[-79.605559999999969,61.721100000000035],[-79.607498000000021,61.708885000000123],[-79.628875999999934,61.669158999999979],[-79.632216999999969,61.664993000000038],[-79.642226999999991,61.655822999999998],[-79.65695199999999,61.642494000000113],[-79.740828999999962,61.588600000000099],[-79.75389100000001,61.580276000000026],[-79.761397999999929,61.576942000000031],[-79.779449,61.571938000000102],[-79.805831999999896,61.568054000000075],[-79.827788999999939,61.566665999999998],[-79.846114999999941,61.569992000000013],[-79.87110899999999,61.609717999999987],[-79.954178000000013,61.683601000000124],[-80.06806899999998,61.745270000000062],[-80.079453000000001,61.747772000000111],[-80.092223999999987,61.748046999999929],[-80.138610999999912,61.748604000000057],[-80.161941999999954,61.748604000000057],[-80.173324999999977,61.750275000000101],[-80.191665999999884,61.755554000000075],[-80.205276000000026,61.762772000000098],[-80.275283999999999,61.806656000000032],[-80.27806099999998,61.810272000000055],[-80.278884999999946,61.816382999999973],[-80.291381999999942,61.929993000000138],[-80.295273000000009,61.983604000000014],[-80.268616000000009,62.107215999999994],[-80.266662999999994,62.111382000000049],[-80.198607999999979,62.1988750000001],[-80.180283000000031,62.217491000000109],[-80.017501999999979,62.358604000000014],[-80.009445000000028,62.362495000000081],[-79.981383999999935,62.374161000000072],[-79.947220000000016,62.386108000000036],[-79.938048999999978,62.388603000000046],[-79.919723999999974,62.393051000000014],[-79.900283999999999,62.395828000000108],[-79.842772999999909,62.403603000000032],[-79.833617999999944,62.404160000000104],[-79.730834999999956,62.399162000000103],[-79.605559999999969,62.41304800000006],[-79.584166999999979,62.417213000000061],[-79.561934999999892,62.417213000000061],[-79.540558000000033,62.411102000000028]],[[-92.411117999999931,62.39388300000013],[-92.420546999999942,62.391663000000108],[-92.431380999999988,62.391663000000108],[-92.440825999999959,62.393608000000086],[-92.529175000000009,62.378326000000072],[-92.539443999999946,62.377212999999983],[-92.561385999999914,62.377486999999917],[-92.583892999999989,62.379990000000078],[-92.595839999999953,62.382491999999957],[-92.600554999999986,62.386939999999925],[-92.600280999999995,62.392494000000113],[-92.596953999999926,62.397774000000027],[-92.592772999999966,62.40248900000006],[-92.539992999999981,62.428329000000019],[-92.531112999999948,62.431380999999931],[-92.410278000000005,62.408882000000006],[-92.403884999999946,62.404709000000025],[-92.405563000000029,62.399436999999921],[-92.411117999999931,62.39388300000013]],[[-64.653884999999946,62.540833000000021],[-64.580840999999964,62.538605000000075],[-64.559722999999963,62.554161000000022],[-64.559998000000007,62.55860100000001],[-64.555556999999965,62.560822000000144],[-64.549727999999959,62.56221000000005],[-64.397506999999962,62.536385000000053],[-64.389724999999999,62.533882000000062],[-64.385284000000013,62.531105000000139],[-64.382767000000001,62.525825999999995],[-64.382767000000001,62.511383000000137],[-64.39416499999993,62.461379999999963],[-64.477218999999991,62.408043000000021],[-64.528609999999958,62.386658000000068],[-64.59056099999998,62.367210000000114],[-64.598891999999978,62.366385999999977],[-64.653610000000015,62.372490000000028],[-64.772781000000009,62.386383000000023],[-64.87110899999999,62.406380000000127],[-64.926666000000012,62.41832700000009],[-64.937209999999993,62.421103999999957],[-64.945830999999998,62.424438000000123],[-64.952498999999875,62.428329000000019],[-64.953887999999949,62.431380999999931],[-64.965835999999911,62.465827999999931],[-64.846114999999998,62.555267000000015],[-64.815552000000025,62.559714999999983],[-64.797500999999954,62.561378000000104],[-64.766953000000001,62.562767000000122],[-64.753066999999987,62.562492000000077],[-64.741669000000002,62.560822000000144],[-64.653884999999946,62.540833000000021]],[[-78.008347000000015,62.593605000000082],[-77.86721799999998,62.589157000000114],[-77.850554999999986,62.582771000000037],[-77.841674999999952,62.568054000000018],[-77.837783999999999,62.556938000000116],[-77.840835999999911,62.549995000000081],[-77.844726999999978,62.544716000000108],[-77.852782999999988,62.541664000000026],[-77.86221299999994,62.53943600000008],[-77.873046999999985,62.537773000000129],[-77.885009999999966,62.537498000000141],[-77.913054999999929,62.53943600000008],[-78.103333000000021,62.559158000000082],[-78.113051999999925,62.56221000000005],[-78.114440999999943,62.570549000000085],[-78.111664000000019,62.578049000000135],[-78.107772999999952,62.582771000000037],[-78.105835000000013,62.583328000000108],[-78.047500999999897,62.591934000000037],[-78.030838000000017,62.593323000000055],[-78.019164999999987,62.591934000000037],[-78.008347000000015,62.593605000000082]],[[-77.805267000000015,62.592491000000109],[-77.727218999999934,62.585822999999948],[-77.665832999999907,62.586655000000064],[-77.628052000000025,62.588326000000109],[-77.621384000000035,62.584435000000042],[-77.637787000000003,62.570831000000112],[-77.651108000000022,62.563881000000094],[-77.659164000000033,62.560822000000144],[-77.734725999999966,62.535827999999981],[-77.745270000000005,62.534163999999976],[-77.758620999999891,62.535553000000107],[-77.780288999999925,62.539161999999976],[-77.808608999999933,62.546660999999915],[-77.813613999999973,62.551102000000014],[-77.831116000000009,62.590271000000087],[-77.831679999999949,62.595825000000104],[-77.821121000000005,62.596099999999922],[-77.809433000000013,62.59415400000006],[-77.805267000000015,62.592491000000109]],[[-64.983063000000016,62.528046000000018],[-65.007232999999928,62.526382000000012],[-65.096389999999985,62.534996000000035],[-65.119720000000029,62.537498000000141],[-65.131942999999978,62.539719000000048],[-65.138061999999991,62.542770000000075],[-65.141677999999956,62.54694400000011],[-65.137787000000003,62.550544999999943],[-65.022507000000019,62.594994000000099],[-65.00306699999993,62.598877000000016],[-64.972503999999958,62.602493000000095],[-64.909163999999976,62.604438999999957],[-64.892501999999979,62.598877000000016],[-64.884734999999921,62.59415400000006],[-64.843886999999938,62.582771000000037],[-64.839447000000007,62.57777399999992],[-64.860824999999863,62.561378000000104],[-64.866104000000007,62.558044000000109],[-64.874435000000005,62.554709999999943],[-64.965285999999878,62.531380000000013],[-64.972778000000005,62.529716000000008],[-64.983063000000016,62.528046000000018]],[[-91.572783999999956,62.627487000000087],[-91.578612999999962,62.62193300000007],[-91.668059999999912,62.649162000000047],[-91.683059999999955,62.662209000000075],[-91.685546999999985,62.666939000000127],[-91.67582699999997,62.669159000000093],[-91.663329999999974,62.665543000000071],[-91.655272999999909,62.662209000000075],[-91.581954999999994,62.641380000000083],[-91.575561999999934,62.637215000000083],[-91.571121000000005,62.632767000000115],[-91.572783999999956,62.627487000000087]],[[-90.979995999999971,62.657767999999976],[-90.990279999999984,62.656654000000003],[-91.003341999999918,62.657211000000075],[-91.098891999999921,62.654433999999981],[-91.244719999999973,62.669991000000039],[-91.256393000000003,62.671936000000017],[-91.266952999999944,62.675552000000096],[-91.271117999999944,62.679992999999968],[-91.267226999999991,62.685546999999985],[-91.226944000000003,62.691658000000075],[-91.173049999999989,62.691375999999991],[-91.080291999999986,62.686935000000062],[-91.056106999999997,62.681664000000069],[-90.981673999999998,62.661376999999959],[-90.979995999999971,62.657767999999976]],[[-74.347778000000005,62.679436000000067],[-74.309998000000007,62.679161000000079],[-74.285552999999993,62.679992999999968],[-74.25028999999995,62.682495000000074],[-74.216109999999958,62.684990000000084],[-74.181670999999994,62.688880999999981],[-74.158889999999985,62.688880999999981],[-74.145843999999954,62.687767000000008],[-74.015839000000028,62.664993000000038],[-74.009170999999981,62.662490999999932],[-73.959732000000031,62.62082700000002],[-73.958054000000004,62.616661000000136],[-73.958054000000004,62.612495000000024],[-73.962508999999955,62.607772999999952],[-73.969727000000034,62.604163999999969],[-73.988602000000014,62.602218999999991],[-74.128875999999877,62.600829999999974],[-74.154448999999886,62.601105000000018],[-74.169158999999922,62.602218999999991],[-74.183608999999933,62.603882000000056],[-74.333618000000001,62.62943300000012],[-74.541381999999942,62.668327000000033],[-74.551102000000014,62.670829999999967],[-74.586394999999925,62.683051999999975],[-74.617217999999923,62.696098000000063],[-74.639724999999999,62.706383000000017],[-74.64973399999991,62.712769000000094],[-74.651397999999858,62.716934000000094],[-74.645844000000011,62.720824999999991],[-74.537215999999944,62.748878000000104],[-74.526671999999905,62.748878000000104],[-74.519164999999873,62.747772000000111],[-74.482772999999952,62.739716000000044],[-74.392226999999934,62.687210000000107],[-74.379989999999964,62.682495000000074],[-74.374160999999958,62.681381000000101],[-74.347778000000005,62.679436000000067]],[[-70.711670000000026,62.81499500000001],[-70.659728999999913,62.79833200000013],[-70.587783999999999,62.774162000000103],[-70.547500999999954,62.765273999999977],[-70.415557999999976,62.729156000000103],[-70.396956999999986,62.723045000000013],[-70.226104999999961,62.603049999999996],[-70.217772999999966,62.594437000000028],[-70.212218999999948,62.584160000000054],[-70.211120999999991,62.579163000000108],[-70.211945000000014,62.57777399999992],[-70.264724999999999,62.559158000000082],[-70.283324999999991,62.55443600000001],[-70.373610999999926,62.533332999999914],[-70.393065999999976,62.530273000000079],[-70.414444000000003,62.529434000000094],[-70.466659999999933,62.53166200000004],[-70.501113999999973,62.533607000000075],[-70.686385999999914,62.546104000000014],[-70.723891999999978,62.550270000000125],[-70.746383999999978,62.554709999999943],[-70.765015000000005,62.560547000000099],[-70.770844000000011,62.564712999999983],[-70.819732999999985,62.604713000000118],[-70.825011999999958,62.614441000000113],[-70.854445999999939,62.713608000000079],[-70.846663999999976,62.766106000000036],[-70.945540999999935,62.798050000000046],[-71.01916499999993,62.811934999999949],[-71.032500999999968,62.81249200000002],[-71.043334999999956,62.811934999999949],[-71.051665999999955,62.810547000000042],[-71.106383999999935,62.80082700000014],[-71.141113000000018,62.794998000000135],[-71.148620999999935,62.794998000000135],[-71.15834000000001,62.797217999999987],[-71.176101999999958,62.809158000000082],[-71.240554999999972,62.876380999999981],[-71.241378999999995,62.881378000000097],[-71.236389000000031,62.886658000000125],[-71.229445999999882,62.888046000000031],[-71.191100999999946,62.884720000000016],[-71.073897999999929,62.871933000000013],[-70.788054999999929,62.836104999999975],[-70.760283999999956,62.829994000000056],[-70.711670000000026,62.81499500000001]],[[-66.368331999999953,62.83526599999999],[-66.373885999999857,62.833603000000096],[-66.386123999999995,62.834434999999985],[-66.490279999999984,62.855270000000132],[-66.505279999999971,62.861382000000106],[-66.601669000000015,62.906654000000117],[-66.593886999999938,62.911934000000031],[-66.574172999999973,62.913048000000003],[-66.547775000000001,62.910545000000013],[-66.540282999999931,62.907493999999986],[-66.441939999999988,62.871101000000124],[-66.377776999999924,62.843322999999998],[-66.370270000000005,62.839713999999958],[-66.368331999999953,62.83526599999999]],[[-81.87110899999999,62.928329000000133],[-81.865554999999972,62.923324999999977],[-81.864165999999955,62.919990999999982],[-81.90695199999999,62.866386000000091],[-81.926101999999958,62.744156000000032],[-81.924712999999997,62.739158999999972],[-81.923889000000031,62.733046999999942],[-81.924164000000019,62.728325000000041],[-81.926101999999958,62.723602000000085],[-81.929169000000002,62.719437000000084],[-81.938598999999954,62.709991000000116],[-81.958892999999989,62.697768999999937],[-81.973052999999993,62.689713000000097],[-82.102218999999991,62.629158000000132],[-82.1875,62.599433999999917],[-82.277785999999935,62.584160000000054],[-82.286941999999897,62.581664999999987],[-82.315552000000025,62.571663000000058],[-82.369155999999919,62.547493000000031],[-82.381667999999991,62.53943600000008],[-82.387786999999946,62.534721000000047],[-82.40194699999995,62.520546000000138],[-82.40834000000001,62.509720000000016],[-82.408889999999928,62.496657999999968],[-82.414444000000003,62.478043000000071],[-82.425811999999951,62.469986000000063],[-82.442214999999919,62.458603000000096],[-82.449722000000008,62.455269000000101],[-82.499434999999949,62.438599000000124],[-82.533889999999985,62.428604000000064],[-82.551940999999999,62.423881999999992],[-82.583617999999944,62.412766000000033],[-82.621384000000035,62.395271000000037],[-82.641113000000018,62.385269000000051],[-82.647232000000031,62.38110400000005],[-82.670273000000009,62.35943600000013],[-82.688599000000011,62.341103000000089],[-82.713057999999933,62.321381000000031],[-82.731383999999935,62.309990000000084],[-82.743606999999997,62.302489999999977],[-82.769164999999987,62.290276000000006],[-82.985549999999989,62.209717000000126],[-83.001953000000015,62.204437000000041],[-83.087783999999999,62.178879000000109],[-83.121932999999956,62.173050000000103],[-83.136397999999986,62.173050000000103],[-83.143889999999999,62.176659000000086],[-83.150832999999977,62.182770000000005],[-83.15943900000002,62.198600999999996],[-83.168059999999912,62.207497000000103],[-83.176392000000021,62.213051000000064],[-83.198607999999979,62.222214000000065],[-83.249435000000005,62.240829000000019],[-83.275832999999977,62.248604000000114],[-83.308043999999882,62.252777000000037],[-83.322784000000013,62.253052000000082],[-83.337783999999942,62.252219999999966],[-83.359726000000023,62.249718000000087],[-83.405562999999972,62.238884000000041],[-83.471938999999907,62.222763000000043],[-83.480835000000013,62.219986000000119],[-83.498885999999914,62.213326000000109],[-83.513335999999924,62.20638300000013],[-83.539992999999924,62.191933000000006],[-83.57417299999986,62.176384000000098],[-83.639174999999966,62.151100000000099],[-83.653885000000002,62.145827999999995],[-83.672774999999945,62.141106000000093],[-83.683318999999983,62.139717000000076],[-83.703887999999949,62.141662999999994],[-83.709441999999967,62.144440000000088],[-83.713897999999972,62.147216999999955],[-83.71833799999996,62.152214000000072],[-83.722778000000005,62.160271000000023],[-83.722778000000005,62.167213000000118],[-83.718063000000029,62.17943600000001],[-83.711945000000014,62.217209000000025],[-83.711669999999913,62.235825000000034],[-83.721389999999985,62.281662000000097],[-83.722778000000005,62.286385000000109],[-83.725829999999917,62.295273000000066],[-83.731673999999998,62.303604000000007],[-83.738892000000021,62.306937999999946],[-83.756667999999991,62.312492000000134],[-83.783324999999991,62.31888600000002],[-83.806655999999975,62.326385000000016],[-83.824448000000018,62.337212000000022],[-83.902495999999871,62.387497000000053],[-83.918610000000001,62.399162000000103],[-83.933608999999876,62.412209000000132],[-83.942489999999964,62.421661000000029],[-83.945267000000001,62.42721599999993],[-83.946654999999964,62.434158000000025],[-83.946654999999964,62.440269000000114],[-83.945267000000001,62.447212000000093],[-83.939162999999951,62.457497000000046],[-83.914168999999958,62.478600000000142],[-83.908339999999953,62.482764999999972],[-83.869445999999982,62.501105999999936],[-83.853058000000033,62.508049000000142],[-83.814437999999996,62.523880000000077],[-83.741378999999995,62.551658999999916],[-83.704177999999956,62.569443000000035],[-83.698043999999925,62.573051000000135],[-83.570007000000032,62.675270000000012],[-83.559433000000013,62.684157999999968],[-83.550277999999935,62.69999700000011],[-83.545546999999999,62.712212000000022],[-83.545546999999999,62.71776600000004],[-83.551392000000021,62.726653999999996],[-83.555831999999953,62.731659000000036],[-83.558884000000035,62.743881000000044],[-83.533614999999884,62.810272000000055],[-83.527495999999928,62.8211060000001],[-83.523055999999997,62.825271999999984],[-83.516953000000001,62.829994000000056],[-83.400283999999999,62.897491000000116],[-83.374160999999958,62.906937000000084],[-83.31082200000003,62.924438000000066],[-83.298614999999984,62.925827000000027],[-83.211670000000026,62.913605000000075],[-83.204177999999956,62.91027100000008],[-83.198333999999988,62.906654000000117],[-83.193877999999984,62.901932000000045],[-83.182495000000017,62.881378000000097],[-83.178054999999915,62.876380999999981],[-83.156112999999948,62.860549999999989],[-83.142501999999979,62.854439000000127],[-83.124709999999936,62.84804500000007],[-83.108337000000006,62.843322999999998],[-83.087509000000011,62.840271000000087],[-83.061935000000005,62.837493999999992],[-83.041107000000011,62.837212000000079],[-83.021392999999989,62.838599999999985],[-83.001677999999913,62.842491000000052],[-82.982223999999917,62.847771000000137],[-82.857497999999964,62.88999200000012],[-82.825561999999991,62.90277100000003],[-82.793335000000013,62.915543000000014],[-82.759734999999921,62.926940999999999],[-82.751952999999901,62.928878999999938],[-82.694442999999978,62.939430000000073],[-82.652221999999995,62.943878000000041],[-82.62470999999988,62.945540999999935],[-82.606658999999979,62.945540999999935],[-82.573623999999995,62.943878000000041],[-82.540833000000021,62.939430000000073],[-82.507781999999963,62.933601000000067],[-82.461394999999982,62.927489999999977],[-82.436110999999983,62.925270000000125],[-82.420837000000006,62.924995000000138],[-82.398055999999883,62.927489999999977],[-82.381377999999984,62.932770000000005],[-82.378052000000025,62.936377999999934],[-82.376389000000017,62.941101000000117],[-82.379165999999998,62.946655000000135],[-82.383620999999948,62.95138500000013],[-82.379989999999964,62.957497000000103],[-82.37222300000002,62.960274000000027],[-82.292770000000019,62.98333000000008],[-82.266662999999937,62.989159000000086],[-82.239440999999999,62.990273000000059],[-82.185821999999916,62.979988000000105],[-82.121932999999956,62.966660000000104],[-82.008057000000008,62.954993999999942],[-81.94027699999998,62.95387999999997],[-81.911666999999966,62.952217000000076],[-81.905838000000017,62.949997000000053],[-81.87110899999999,62.928329000000133]],[[-66.825561999999991,62.984161000000086],[-66.831389999999999,62.982765000000029],[-66.871384000000035,62.988884000000041],[-66.881942999999978,62.991661000000136],[-66.889450000000011,62.995269999999948],[-67.069457999999997,63.107498000000021],[-67.032776000000013,63.103881999999999],[-66.965285999999992,63.082496999999989],[-66.952224999999999,63.078049000000021],[-66.946105999999872,63.07499700000011],[-66.944442999999922,63.072768999999994],[-66.930557000000022,63.066939999999988],[-66.917496000000028,63.059715000000097],[-66.907501000000025,63.052773000000002],[-66.830001999999922,62.992493000000081],[-66.826950000000011,62.989990000000091],[-66.825011999999958,62.985550000000046],[-66.825561999999991,62.984161000000086]],[[-67.764450000000011,63.162491000000045],[-67.775833000000034,63.1616590000001],[-67.787505999999951,63.163048000000117],[-67.79861499999987,63.165543000000127],[-67.806380999999988,63.168602000000135],[-67.851943999999946,63.191376000000105],[-67.863327000000027,63.199158000000011],[-67.876388999999961,63.211937000000091],[-67.876937999999996,63.216933999999981],[-67.875,63.22304500000007],[-67.866393999999957,63.232491000000039],[-67.852218999999877,63.244438000000002],[-67.84445199999999,63.247215000000097],[-67.839721999999995,63.247215000000097],[-67.831954999999994,63.244155999999919],[-67.821945000000028,63.236656000000039],[-67.822234999999921,63.233330000000024],[-67.816101000000003,63.23054499999995],[-67.791671999999949,63.214996000000042],[-67.769454999999994,63.198326000000122],[-67.746108999999933,63.178879000000109],[-67.744720000000029,63.173050000000103],[-67.746384000000035,63.166939000000013],[-67.764450000000011,63.162491000000045]],[[-67.925003000000004,63.183327000000077],[-67.956116000000009,63.181107000000054],[-67.966949,63.183875999999998],[-68.000838999999985,63.208046000000024],[-68.017226999999991,63.220543000000021],[-68.061385999999914,63.257773999999984],[-68.105834999999956,63.299438000000066],[-68.111663999999962,63.309158000000139],[-68.112212999999997,63.313606000000107],[-68.106383999999991,63.318604000000107],[-68.096953999999926,63.318885999999964],[-68.085555999999997,63.316101000000117],[-68.069167999999877,63.309432999999956],[-68.048889000000031,63.297493000000088],[-68.032227000000034,63.284996000000092],[-68.00028999999995,63.260276999999917],[-67.92582699999997,63.196098000000006],[-67.920546999999999,63.191376000000105],[-67.916945999999939,63.186653000000092],[-67.925003000000004,63.183327000000077]],[[-78.079726999999991,63.469436999999914],[-77.946105999999986,63.468048000000124],[-77.937774999999988,63.471100000000035],[-77.930556999999965,63.474991000000102],[-77.924164000000019,63.47693600000008],[-77.911941999999954,63.476379000000009],[-77.845001000000025,63.472214000000008],[-77.680557000000022,63.434433000000013],[-77.636672999999917,63.402771000000087],[-77.495834000000002,63.274994000000106],[-77.493880999999988,63.269989000000066],[-77.49499499999996,63.265831000000105],[-77.50389100000001,63.252494999999954],[-77.573333999999932,63.200546000000145],[-77.641953000000001,63.171936000000073],[-77.785277999999892,63.121658000000139],[-77.898894999999925,63.09276600000004],[-77.906661999999983,63.09165999999999],[-77.931380999999931,63.090546000000018],[-77.946655000000021,63.091103000000089],[-77.958343999999954,63.093048000000124],[-78.025008999999898,63.11721],[-78.124709999999993,63.165825000000041],[-78.226944000000003,63.221656999999993],[-78.295546999999999,63.25999500000006],[-78.311385999999914,63.272217000000012],[-78.322234999999978,63.281105000000025],[-78.343613000000005,63.29694400000011],[-78.354445999999996,63.303604000000121],[-78.446655000000021,63.350273000000129],[-78.486937999999896,63.364998000000071],[-78.519729999999981,63.370270000000005],[-78.523894999999982,63.372489999999971],[-78.562499999999943,63.395828000000108],[-78.572234999999921,63.434715000000097],[-78.572783999999956,63.440269000000114],[-78.551665999999955,63.44499200000007],[-78.379989999999964,63.476379000000009],[-78.278885000000002,63.489716000000044],[-78.214111000000003,63.496535999999992],[-78.212783999999999,63.496101000000067],[-78.158614999999884,63.482208000000014],[-78.091675000000009,63.470543000000134],[-78.079726999999991,63.469436999999914]],[[-90.653884999999946,63.441101000000003],[-90.697495000000004,63.439713000000097],[-90.708892999999932,63.440544000000102],[-90.719161999999983,63.443603999999993],[-90.72582999999986,63.448043999999982],[-90.755004999999983,63.489716000000044],[-90.757232999999985,63.494438000000116],[-90.748046999999929,63.498329000000012],[-90.737502999999947,63.499161000000129],[-90.645553999999947,63.483330000000137],[-90.620269999999948,63.47693600000008],[-90.602782999999988,63.463882000000012],[-90.598052999999993,63.454436999999984],[-90.602218999999991,63.449158000000011],[-90.611937999999952,63.44609800000012],[-90.621932999999956,63.444153000000142],[-90.653884999999946,63.441101000000003]],[[-78.55749499999996,63.457497000000046],[-78.600554999999929,63.456383000000017],[-78.603333000000021,63.45777099999998],[-78.56138599999997,63.502495000000124],[-78.543334999999956,63.516106000000093],[-78.515839000000028,63.53166200000004],[-78.505004999999869,63.532493999999929],[-78.496108999999933,63.529434000000094],[-78.473327999999981,63.519157000000121],[-78.468063000000029,63.515549000000021],[-78.46166999999997,63.507499999999993],[-78.459166999999979,63.479988000000048],[-78.461945000000014,63.47387700000013],[-78.467223999999987,63.469436999999914],[-78.475554999999986,63.466933999999981],[-78.531113000000005,63.458603000000039],[-78.55749499999996,63.457497000000046]],[[-90.793609999999944,63.494156000000089],[-90.804442999999935,63.493324000000143],[-90.816956000000005,63.495827000000133],[-90.877212999999983,63.514717000000076],[-90.933318999999983,63.534164000000089],[-90.965835999999967,63.54583000000008],[-90.96833799999996,63.550270000000125],[-90.957503999999972,63.551384000000098],[-90.771117999999944,63.55193300000002],[-90.748046999999929,63.550270000000125],[-90.720001000000025,63.543052999999986],[-90.709731999999974,63.539992999999924],[-90.700835999999981,63.536110000000008],[-90.681380999999988,63.52304799999996],[-90.676940999999886,63.518599999999992],[-90.674712999999997,63.513884999999959],[-90.678604000000007,63.508330999999998],[-90.688889000000017,63.50638600000002],[-90.793609999999944,63.494156000000089]],[[-64.851944000000003,63.385826000000122],[-64.856948999999986,63.385826000000122],[-64.882216999999969,63.395546000000024],[-64.904175000000009,63.40638000000007],[-64.918335000000013,63.413879000000065],[-64.942215000000033,63.43082400000003],[-64.950835999999924,63.439156000000025],[-65.026672000000019,63.515549000000021],[-65.035278000000005,63.524436999999978],[-65.053054999999972,63.548331999999959],[-65.051940999999999,63.552215999999987],[-64.977218999999991,63.568329000000062],[-64.967498999999918,63.568329000000062],[-64.954726999999991,63.558883999999978],[-64.954726999999991,63.553879000000109],[-64.93360899999999,63.544716000000108],[-64.912216000000001,63.533333000000084],[-64.909163999999976,63.528603000000089],[-64.867492999999911,63.461662000000047],[-64.860824999999863,63.447212000000093],[-64.847504000000015,63.407494000000042],[-64.844726999999978,63.396942000000081],[-64.847778000000005,63.387496999999996],[-64.851944000000003,63.385826000000122]],[[-72.182495000000017,63.51998900000001],[-72.207503999999972,63.51998900000001],[-72.218886999999995,63.522491000000059],[-72.226943999999946,63.525825999999995],[-72.232772999999895,63.530273000000022],[-72.286666999999909,63.583328000000108],[-72.279174999999952,63.585548000000131],[-72.232223999999917,63.586655000000064],[-72.230285999999978,63.587212000000136],[-72.205276000000026,63.583054000000004],[-72.184432999999956,63.577217000000019],[-72.135559000000001,63.562767000000065],[-72.129165999999998,63.558883999999978],[-72.128052000000025,63.553879000000109],[-72.145003999999972,63.539436000000023],[-72.165833000000021,63.526381999999955],[-72.173614999999984,63.522766000000104],[-72.182495000000017,63.51998900000001]],[[-91.329177999999956,63.559714999999983],[-91.401947000000007,63.549438000000009],[-91.424438000000009,63.550270000000125],[-91.43638599999997,63.55193300000002],[-91.461944999999901,63.558327000000077],[-91.540282999999931,63.601662000000033],[-91.540558000000033,63.606658999999979],[-91.534164000000033,63.611381999999935],[-91.501113999999973,63.611938000000123],[-91.463897999999915,63.6097180000001],[-91.440826000000015,63.608047000000056],[-91.428604000000007,63.606383999999935],[-91.416396999999961,63.603607000000068],[-91.362503000000004,63.590271000000087],[-91.34944200000001,63.586655000000064],[-91.299727999999959,63.567771999999934],[-91.308884000000035,63.563881000000094],[-91.329177999999956,63.559714999999983]],[[-64.092498999999918,63.481659000000093],[-64.101944000000003,63.47943099999992],[-64.109160999999915,63.483046999999999],[-64.169448999999986,63.523605000000089],[-64.180556999999965,63.533051000000057],[-64.184158000000025,63.537216000000058],[-64.209166999999979,63.574996999999996],[-64.216109999999901,63.595268000000033],[-64.216948999999943,63.601105000000132],[-64.215285999999935,63.617493000000024],[-64.212783999999942,63.623604000000114],[-64.199722000000008,63.633331000000055],[-64.191939999999988,63.637215000000083],[-64.182495000000017,63.639435000000105],[-64.17193599999996,63.633606000000043],[-64.09333799999996,63.568329000000062],[-64.078338999999914,63.550545000000113],[-64.077224999999999,63.545273000000009],[-64.077788999999882,63.539718999999991],[-64.086120999999935,63.493050000000039],[-64.087508999999955,63.486655999999982],[-64.092498999999918,63.481659000000093]],[[-68.656386999999938,63.626381000000038],[-68.717772999999909,63.624161000000015],[-68.731109999999944,63.625549000000092],[-68.815552000000025,63.649162000000047],[-68.821670999999981,63.652488999999946],[-68.820007000000032,63.65526600000004],[-68.793059999999969,63.661659000000043],[-68.71444699999995,63.672493000000088],[-68.691665999999941,63.673607000000061],[-68.676940999999999,63.671379000000115],[-68.668883999999935,63.668326999999977],[-68.666397000000018,63.663879000000009],[-68.666259999999966,63.662581999999986],[-68.655272999999966,63.634437999999989],[-68.654449,63.630272000000105],[-68.656386999999938,63.626381000000038]],[[-64.061110999999983,63.270546000000138],[-64.070556999999951,63.268326000000116],[-64.078338999999914,63.268883000000017],[-64.181945999999982,63.29694400000011],[-64.25140399999998,63.320830999999998],[-64.266953000000001,63.326384999999959],[-64.349730999999963,63.392220000000009],[-64.353881999999885,63.395828000000108],[-64.421936000000017,63.471657000000107],[-64.496108999999876,63.6097180000001],[-64.490554999999972,63.620544000000052],[-64.479171999999949,63.636940000000038],[-64.473617999999874,63.640549000000078],[-64.386672999999973,63.675270000000012],[-64.377212999999927,63.677489999999977],[-64.367217999999923,63.675270000000012],[-64.363051999999925,63.671936000000017],[-64.328888000000006,63.644440000000145],[-64.325561999999934,63.637496999999939],[-64.325561999999934,63.59804500000007],[-64.324447999999961,63.588042999999971],[-64.321670999999981,63.577492000000063],[-64.316101000000003,63.562492000000077],[-64.262511999999958,63.421104000000128],[-64.232498000000021,63.388329000000113],[-64.225280999999939,63.384438000000046],[-64.20666499999993,63.384163000000001],[-64.166945999999996,63.369438000000059],[-64.144729999999925,63.355552999999986],[-64.099990999999932,63.322769000000108],[-64.057495000000017,63.278046000000018],[-64.057495000000017,63.273880000000133],[-64.061110999999983,63.270546000000138]],[[-71.799164000000019,63.615546999999935],[-71.806945999999868,63.611938000000123],[-71.845275999999956,63.613608999999997],[-71.855269999999905,63.615829000000019],[-71.863327000000027,63.619438000000002],[-71.865829000000019,63.624435000000119],[-71.865829000000019,63.636383000000137],[-71.864166000000012,63.669440999999949],[-71.830565999999919,63.693878000000041],[-71.821945000000028,63.695267000000058],[-71.789444000000003,63.691375999999991],[-71.779449,63.68832400000008],[-71.775283999999999,63.683051999999918],[-71.777221999999938,63.670830000000137],[-71.791107000000011,63.627213000000097],[-71.799164000000019,63.615546999999935]],[[-76.810546999999985,63.601105000000132],[-76.710555999999997,63.565826000000072],[-76.672225999999966,63.528877000000023],[-76.675551999999925,63.496658000000139],[-76.681609999999978,63.481354000000067],[-76.61332699999997,63.473602000000085],[-76.565551999999911,63.46776600000004],[-76.546111999999994,63.464714000000129],[-76.541945999999939,63.462494000000106],[-76.543883999999991,63.461104999999918],[-76.675002999999947,63.374709999999993],[-76.682219999999973,63.370827000000077],[-76.692214999999976,63.367767000000015],[-76.703338999999971,63.365829000000076],[-76.712783999999942,63.365546999999992],[-76.726105000000018,63.36693600000001],[-76.847778000000005,63.385269000000051],[-76.984160999999915,63.40638000000007],[-77.035277999999948,63.423882000000106],[-77.039443999999946,63.426102000000128],[-77.046111999999994,63.42971799999998],[-77.051391999999964,63.434158000000025],[-77.05360399999995,63.436935000000119],[-77.055556999999965,63.442764000000125],[-77.06138599999997,63.450546000000088],[-77.105834999999956,63.476654000000053],[-77.111663999999962,63.479713000000004],[-77.327788999999996,63.572220000000129],[-77.36721799999998,63.583054000000004],[-77.391388000000006,63.585548000000131],[-77.411666999999966,63.584991000000002],[-77.422226000000023,63.586655000000064],[-77.427779999999984,63.589157000000114],[-77.431945999999982,63.591934000000037],[-77.442215000000033,63.608330000000024],[-77.457229999999981,63.643325999999945],[-77.453887999999949,63.652214000000129],[-77.44027699999998,63.665268000000026],[-77.410277999999948,63.686652999999978],[-77.40055799999999,63.688880999999981],[-77.378051999999968,63.692214999999919],[-77.343338000000017,63.696098000000063],[-77.116942999999935,63.681107000000111],[-77.103332999999964,63.67971799999998],[-77.06138599999997,63.672768000000076],[-77.021392999999932,63.664154000000053],[-76.810546999999985,63.601105000000132]],[[-72.594727000000034,63.642494000000056],[-72.604445999999939,63.641663000000051],[-72.780563000000029,63.659987999999942],[-72.783324999999877,63.66443600000008],[-72.770553999999947,63.669715999999994],[-72.756667999999877,63.672768000000076],[-72.723052999999993,63.67860399999995],[-72.506667999999991,63.707214000000022],[-72.483886999999982,63.708885000000066],[-72.474166999999909,63.705826000000116],[-72.470839999999953,63.702217000000076],[-72.471389999999985,63.700828999999999],[-72.468886999999938,63.699158000000125],[-72.463333000000034,63.689156000000139],[-72.459731999999974,63.679161000000079],[-72.46055599999994,63.672768000000076],[-72.463897999999972,63.668326999999977],[-72.584441999999967,63.644440000000145],[-72.594727000000034,63.642494000000056]],[[-64.032501000000025,63.68971300000004],[-64.161117999999988,63.674438000000066],[-64.181106999999997,63.675827000000083],[-64.200286999999946,63.685546999999985],[-64.208344000000011,63.697487000000081],[-64.21166999999997,63.706383000000017],[-64.212509000000011,63.712212000000022],[-64.208892999999989,63.721930999999984],[-64.180283000000031,63.742218000000094],[-64.17471299999994,63.745270000000005],[-64.166655999999989,63.747772000000055],[-64.083069000000023,63.758331000000112],[-64.078063999999983,63.758331000000112],[-64.075287000000003,63.758049000000028],[-64.073333999999932,63.756386000000134],[-64.054840000000013,63.736595000000079],[-64.043335000000013,63.734161000000086],[-64.030288999999982,63.729713000000118],[-64.025283999999942,63.70249200000012],[-64.025283999999942,63.697487000000081],[-64.026397999999915,63.693878000000041],[-64.032501000000025,63.68971300000004]],[[-72.667769999999962,63.69582400000013],[-72.6949919999999,63.690269000000058],[-72.703613000000018,63.692490000000134],[-72.734160999999972,63.710823000000005],[-72.738891999999908,63.714439000000084],[-72.741669000000002,63.719711000000018],[-72.743880999999874,63.730270000000019],[-72.739989999999977,63.736107000000004],[-72.719727000000034,63.76388500000013],[-72.715560999999923,63.766106000000036],[-72.705841000000021,63.767494000000113],[-72.693877999999984,63.765830999999991],[-72.682495000000017,63.762214999999969],[-72.664718999999934,63.755554000000018],[-72.642226999999934,63.745270000000005],[-72.635833999999988,63.741379000000109],[-72.626663000000008,63.732207999999957],[-72.625823999999966,63.727486000000056],[-72.626389000000017,63.721099999999979],[-72.634170999999981,63.709160000000054],[-72.649993999999992,63.701385000000016],[-72.667769999999962,63.69582400000013]],[[-64.28443900000002,63.708602999999982],[-64.286391999999978,63.708046000000081],[-64.311110999999926,63.709991000000116],[-64.329178000000013,63.71665999999999],[-64.336394999999925,63.719986000000006],[-64.348617999999988,63.728042999999957],[-64.356948999999986,63.736938000000009],[-64.363616999999977,63.746383999999978],[-64.381103999999993,63.807495000000131],[-64.35943599999996,63.803879000000052],[-64.339721999999938,63.796943999999996],[-64.331954999999994,63.791663999999969],[-64.302779999999927,63.78054800000001],[-64.278610000000015,63.770828000000108],[-64.275008999999955,63.766663000000108],[-64.255279999999971,63.729713000000118],[-64.255004999999926,63.72526600000009],[-64.260833999999875,63.719711000000018],[-64.28443900000002,63.708602999999982]],[[-64.170273000000009,63.856384000000105],[-64.180831999999896,63.785270999999966],[-64.195267000000001,63.778603000000032],[-64.203338999999971,63.776382000000126],[-64.234435999999903,63.771378000000141],[-64.245834000000002,63.771378000000141],[-64.256957999999997,63.774162000000103],[-64.325561999999934,63.80582400000003],[-64.398346000000004,63.845543000000134],[-64.39916999999997,63.849434000000031],[-64.397780999999895,63.851386999999988],[-64.396117999999944,63.851936000000137],[-64.353881999999885,63.861107000000061],[-64.334091000000001,63.852081000000055],[-64.325561999999934,63.850273000000016],[-64.31082200000003,63.848328000000038],[-64.268340999999907,63.846100000000035],[-64.215012000000002,63.850273000000016],[-64.208344000000011,63.852776000000006],[-64.200286999999946,63.859718000000044],[-64.186661000000015,63.86721],[-64.179992999999911,63.865547000000106],[-64.175827000000027,63.861938000000066],[-64.170273000000009,63.856384000000105]],[[-92.954178000000013,63.871101000000067],[-92.96055599999994,63.866386000000034],[-92.972778000000005,63.867767000000072],[-92.998610999999983,63.873046999999985],[-93.068619000000012,63.888046000000031],[-93.093886999999995,63.899994000000049],[-93.094451999999933,63.904990999999995],[-93.087783999999999,63.908882000000062],[-93.070007000000032,63.909713999999951],[-93.002791999999943,63.911377000000073],[-92.990829000000019,63.910820000000001],[-92.978333000000021,63.908324999999991],[-92.97444200000001,63.901657],[-92.955275999999969,63.880820999999969],[-92.952498999999989,63.876099000000067],[-92.954178000000013,63.871101000000067]],[[-64.576110999999855,63.780822999999998],[-64.525832999999977,63.771378000000141],[-64.467772999999966,63.771378000000141],[-64.461945000000014,63.774712000000136],[-64.452498999999989,63.777214000000015],[-64.432769999999948,63.779434000000037],[-64.426102000000014,63.777771000000087],[-64.394729999999981,63.745827000000077],[-64.387511999999958,63.737495000000081],[-64.386123999999938,63.73443600000013],[-64.386123999999938,63.701660000000004],[-64.389998999999932,63.696381000000031],[-64.404175000000009,63.687492000000134],[-64.419158999999979,63.67971799999998],[-64.436385999999914,63.673324999999977],[-64.450561999999934,63.671660999999972],[-64.459441999999967,63.672768000000076],[-64.47444200000001,63.679161000000079],[-64.496947999999918,63.690826000000129],[-64.661666999999909,63.754997000000117],[-64.802215999999987,63.764442000000031],[-64.813323999999966,63.767212000000029],[-64.890288999999939,63.789435999999966],[-64.90055799999999,63.793883999999935],[-64.906386999999995,63.797493000000145],[-64.916396999999904,63.806380999999931],[-64.918335000000013,63.815269000000114],[-64.920272999999952,63.824715000000083],[-64.917769999999905,63.831108000000029],[-64.910277999999948,63.837212000000079],[-64.896392999999989,63.845267999999976],[-64.811660999999958,63.87721300000004],[-64.710555999999997,63.908882000000062],[-64.682494999999903,63.91443600000008],[-64.660278000000005,63.916382000000112],[-64.647231999999974,63.916100000000085],[-64.557219999999916,63.909988000000112],[-64.553054999999915,63.906380000000013],[-64.549437999999952,63.895271000000093],[-64.571121000000005,63.870827000000133],[-64.585555999999997,63.844994000000042],[-64.576110999999855,63.780822999999998]],[[-77.743880999999931,63.926658999999916],[-77.753341999999975,63.925551999999982],[-77.948607999999979,63.950829000000113],[-77.956954999999937,63.95388000000014],[-77.966948999999886,63.959160000000054],[-77.978881999999999,63.96915400000006],[-77.982497999999964,63.97554800000006],[-77.982497999999964,63.983047000000056],[-77.976105000000018,63.990273000000059],[-77.957503999999972,64.004715000000033],[-77.950287000000003,64.009155000000021],[-77.943603999999993,64.011107999999979],[-77.923889000000031,64.014999000000046],[-77.889998999999989,64.019989000000066],[-77.774445000000014,64.031662000000097],[-77.753890999999953,64.032761000000107],[-77.648620999999991,64.032486000000063],[-77.591110000000015,64.030272999999966],[-77.557219999999973,64.028046000000074],[-77.549727999999959,64.025543000000084],[-77.544448999999986,64.021927000000062],[-77.545273000000009,64.018600000000106],[-77.623610999999983,63.997214999999926],[-77.623885999999914,63.99582700000002],[-77.628052000000025,63.991104000000064],[-77.639450000000011,63.981934000000024],[-77.68638599999997,63.954437000000041],[-77.728606999999954,63.932213000000104],[-77.737212999999883,63.928329000000076],[-77.743880999999931,63.926658999999916]],[[-89.808884000000035,64.056366000000082],[-89.817229999999938,64.054703000000131],[-89.828887999999893,64.055816999999934],[-89.839447000000007,64.058868000000132],[-89.847778000000005,64.063034000000073],[-89.861114999999984,64.071655000000135],[-89.869995000000017,64.080826000000116],[-89.871933000000013,64.085541000000148],[-89.867767000000015,64.095824999999991],[-89.857498000000021,64.0977630000001],[-89.831679999999892,64.091094999999939],[-89.828063999999927,64.088318000000072],[-89.819732999999928,64.080276000000083],[-89.80471799999998,64.0619200000001],[-89.808884000000035,64.056366000000082]],[[-64.962783999999999,64.110809000000074],[-64.948607999999979,64.109710999999947],[-64.903609999999901,64.111099000000081],[-64.87110899999999,64.099152000000117],[-64.869445999999982,64.096649000000127],[-64.869995000000017,64.093323000000112],[-64.87332200000003,64.090820000000122],[-64.884445000000028,64.086655000000121],[-64.905563000000029,64.082214000000022],[-64.946655000000021,64.078872999999987],[-64.988892000000021,64.081375000000037],[-65.002228000000002,64.083878000000027],[-65.02305599999994,64.089432000000045],[-65.045546999999942,64.099426000000051],[-65.055556999999965,64.108596999999975],[-65.057495000000017,64.11303700000002],[-65.056380999999931,64.117203000000075],[-65.05221599999993,64.121093999999971],[-65.039718999999934,64.124985000000038],[-65.025009000000011,64.127472000000125],[-65.015563999999927,64.126922999999977],[-64.995270000000005,64.12303199999991],[-64.989990000000034,64.118590999999981],[-64.980834999999956,64.115265000000136],[-64.962783999999999,64.110809000000074]],[[-64.491104000000007,64.109146000000123],[-64.499999999999943,64.10803199999998],[-64.511397999999929,64.108321999999987],[-64.587508999999955,64.147491000000059],[-64.592498999999975,64.151931999999988],[-64.595276000000013,64.15498400000007],[-64.59584000000001,64.156647000000021],[-64.567779999999971,64.163605000000018],[-64.554169000000002,64.166931000000034],[-64.524444999999957,64.167206000000022],[-64.518111999999917,64.166214000000025],[-64.50111400000003,64.163314999999955],[-64.453339000000028,64.146942000000081],[-64.450287000000003,64.130264000000011],[-64.491104000000007,64.109146000000123]],[[-73.176940999999999,64.200271999999984],[-73.282776000000013,64.143326000000059],[-73.291945999999939,64.14387499999998],[-73.386397999999872,64.158874999999966],[-73.396956999999986,64.161102000000028],[-73.401672000000019,64.165543000000127],[-73.394729999999925,64.187759000000085],[-73.393065999999919,64.192474000000118],[-73.385559000000001,64.196365000000014],[-73.309433000000013,64.194977000000108],[-73.206664999999987,64.213882000000069],[-73.189986999999917,64.212203999999929],[-73.178054999999972,64.209991000000002],[-73.17332499999992,64.205261000000121],[-73.176940999999999,64.200271999999984]],[[-81.471389999999985,64.188873000000058],[-81.493606999999997,64.188309000000118],[-81.516112999999962,64.190536000000009],[-81.527785999999992,64.194137999999953],[-81.536666999999852,64.208603000000096],[-81.538054999999929,64.218048000000124],[-81.532226999999921,64.223038000000031],[-81.470000999999911,64.239426000000094],[-81.458618000000001,64.238876000000062],[-81.413329999999974,64.233322000000044],[-81.390288999999939,64.229155999999932],[-81.378601000000003,64.22554000000008],[-81.375823999999909,64.220825000000048],[-81.374999999999943,64.215820000000008],[-81.378875999999934,64.211929000000112],[-81.388901000000033,64.204987000000017],[-81.405272999999909,64.19470200000012],[-81.471389999999985,64.188873000000058]],[[-64.52027899999996,64.220261000000107],[-64.576401000000033,64.210541000000035],[-64.601668999999958,64.212493999999992],[-64.611938000000009,64.215820000000008],[-64.619445999999925,64.219711000000075],[-64.646956999999986,64.244141000000127],[-64.647781000000009,64.250000000000114],[-64.643616000000009,64.255829000000119],[-64.637512000000015,64.259995000000004],[-64.629715000000033,64.261658000000125],[-64.571670999999924,64.264998999999989],[-64.557525999999996,64.264862000000051],[-64.553054999999915,64.263321000000076],[-64.55221599999993,64.261658000000125],[-64.552490000000034,64.256653000000085],[-64.468062999999972,64.243316999999934],[-64.464721999999938,64.240814],[-64.462218999999948,64.237487999999928],[-64.464447000000007,64.234420999999998],[-64.471114999999998,64.231659000000093],[-64.52027899999996,64.220261000000107]],[[-75.551392000000021,64.303863999999976],[-75.691939999999988,64.302475000000129],[-75.702224999999999,64.305817000000104],[-75.708892999999989,64.315262000000132],[-75.705840999999964,64.341934000000037],[-75.696655000000021,64.351089000000115],[-75.686385999999914,64.353317000000061],[-75.665008999999998,64.350815000000011],[-75.578887999999949,64.346099999999979],[-75.572784000000013,64.344985999999949],[-75.502501999999936,64.319716999999969],[-75.493606999999997,64.316376000000105],[-75.50111400000003,64.313309000000004],[-75.511123999999938,64.311096000000077],[-75.551392000000021,64.303863999999976]],[[-64.938598999999954,64.235535000000027],[-64.989165999999955,64.209152000000017],[-65.00306699999993,64.21026599999999],[-65.048614999999984,64.218322999999998],[-65.052779999999984,64.219436999999971],[-65.059997999999894,64.223312000000135],[-65.065551999999968,64.227478000000019],[-65.073059000000001,64.240540000000067],[-65.102492999999981,64.296371000000136],[-65.109160999999972,64.310806000000071],[-65.113892000000021,64.323608000000036],[-65.114715999999987,64.329437000000041],[-65.114166000000012,64.334991000000059],[-65.112503000000004,64.339706000000092],[-65.110001000000011,64.343596999999988],[-65.101669000000015,64.346374999999966],[-65.08944699999995,64.349716000000001],[-65.028884999999889,64.361099000000024],[-65.021392999999932,64.362487999999985],[-65.010283999999956,64.361649000000057],[-65.006393000000003,64.360535000000084],[-65.001952999999958,64.356934000000024],[-64.99888599999997,64.354431000000034],[-64.982223999999974,64.333054000000004],[-64.884734999999921,64.28776600000009],[-64.886123999999938,64.283051000000057],[-64.890838999999971,64.276382000000012],[-64.926940999999943,64.242477000000065],[-64.938598999999954,64.235535000000027]],[[-73.876389000000017,64.301376000000005],[-73.883620999999948,64.298874000000069],[-73.951674999999966,64.304977000000008],[-73.96556099999998,64.30664100000007],[-73.972503999999958,64.309707999999944],[-73.97444200000001,64.313309000000004],[-73.960281000000009,64.362197999999978],[-73.95666499999993,64.368317000000047],[-73.952498999999932,64.370819000000097],[-73.942214999999919,64.372757000000036],[-73.932219999999916,64.37359600000002],[-73.918335000000013,64.371918000000051],[-73.909438999999963,64.369980000000112],[-73.889175000000023,64.359711000000118],[-73.879165999999941,64.351928999999984],[-73.874160999999958,64.343323000000055],[-73.87332200000003,64.305252000000053],[-73.876389000000017,64.301376000000005]],[[-73.69776899999988,64.269989000000066],[-73.704726999999934,64.268875000000037],[-73.72084000000001,64.272765999999933],[-73.75389100000001,64.28276100000005],[-73.776671999999962,64.294708000000014],[-73.823333999999988,64.324707000000046],[-73.833618000000001,64.331665000000044],[-73.781386999999995,64.405547999999953],[-73.776108000000022,64.407486000000119],[-73.765563999999983,64.409424000000058],[-73.749161000000015,64.410262999999986],[-73.744445999999982,64.405822999999998],[-73.730835000000013,64.386383000000023],[-73.729172000000005,64.386107999999979],[-73.726944000000003,64.383331000000055],[-73.724441999999954,64.377472000000068],[-73.702498999999989,64.322769000000108],[-73.699157999999954,64.314147999999989],[-73.690552000000025,64.276932000000045],[-73.691665999999998,64.273605000000089],[-73.694442999999922,64.271103000000039],[-73.69776899999988,64.269989000000066]],[[-64.849730999999963,64.307479999999998],[-64.861388999999974,64.307479999999998],[-64.877212999999983,64.313309000000004],[-64.888061999999991,64.321105999999986],[-64.937774999999988,64.361649000000057],[-64.944992000000013,64.37052900000009],[-64.955565999999976,64.383880999999917],[-64.959732000000031,64.397217000000069],[-64.958618000000001,64.405822999999998],[-64.951674999999909,64.411376999999959],[-64.946655000000021,64.413605000000132],[-64.932495000000017,64.417480000000126],[-64.925277999999992,64.418594000000098],[-64.910004000000015,64.416655999999989],[-64.902495999999985,64.412766000000147],[-64.897507000000019,64.408600000000092],[-64.820007000000032,64.379425000000026],[-64.771941999999967,64.348877000000016],[-64.770553999999947,64.345825000000104],[-64.773055999999997,64.34248400000007],[-64.849730999999963,64.307479999999998]],[[-74.27194199999991,64.413605000000132],[-74.285004000000015,64.41304000000008],[-74.357497999999964,64.421097000000088],[-74.377212999999983,64.424423000000104],[-74.423324999999977,64.443863000000079],[-74.437209999999936,64.450271999999927],[-74.439437999999996,64.453323000000125],[-74.338608000000022,64.49470500000001],[-74.331679999999949,64.496933000000126],[-74.31040999999999,64.49884000000003],[-74.285277999999948,64.481659000000036],[-74.228607000000011,64.451096000000064],[-74.205841000000021,64.44747899999993],[-74.183060000000012,64.443039000000113],[-74.17332499999992,64.439148000000046],[-74.174712999999997,64.434981999999991],[-74.178328999999962,64.433867999999961],[-74.27194199999991,64.413605000000132]],[[-73.744995000000017,64.426086000000055],[-73.758346999999958,64.425537000000077],[-73.77806099999998,64.428314],[-73.781386999999995,64.431931000000134],[-73.782776000000013,64.437484999999924],[-73.782500999999968,64.442474000000061],[-73.776108000000022,64.495818999999983],[-73.773894999999982,64.501937999999996],[-73.773330999999928,64.503326000000072],[-73.746917999999937,64.508513999999991],[-73.736664000000019,64.507216999999969],[-73.729172000000005,64.505264000000068],[-73.724166999999852,64.50221300000004],[-73.673049999999989,64.469711000000018],[-73.668610000000001,64.464432000000045],[-73.668334999999956,64.460265999999933],[-73.671936000000017,64.455826000000116],[-73.67971799999998,64.452208999999982],[-73.727218999999934,64.431091000000094],[-73.735001000000011,64.428040000000067],[-73.744995000000017,64.426086000000055]],[[-74.212783999999999,64.483046999999999],[-74.223327999999981,64.480270000000075],[-74.229171999999949,64.481369000000029],[-74.307495000000017,64.516098000000113],[-74.331116000000009,64.526656999999943],[-74.337508999999955,64.531096999999988],[-74.357773000000009,64.546936000000073],[-74.357773000000009,64.551086000000112],[-74.353881999999999,64.553589000000045],[-74.345550999999944,64.555251999999996],[-74.253066999999987,64.548035000000084],[-74.240554999999972,64.546371000000079],[-74.236114999999984,64.545532000000094],[-74.169723999999974,64.523880000000077],[-74.169448999999929,64.519714000000135],[-74.206664999999987,64.486374000000069],[-74.212783999999999,64.483046999999999]],[[-73.557495000000017,64.312758999999971],[-73.577788999999939,64.309982000000105],[-73.601669000000015,64.310257000000092],[-73.626388999999904,64.312758999999971],[-73.650283999999999,64.31721500000009],[-73.655563000000029,64.320267000000001],[-73.658339999999953,64.334991000000059],[-73.669532999999888,64.426849000000118],[-73.610442999999975,64.470489999999984],[-73.68249499999996,64.509720000000129],[-73.679992999999911,64.526093000000003],[-73.677779999999927,64.532211000000132],[-73.666655999999875,64.535538000000088],[-73.577224999999999,64.559982000000048],[-73.537215999999944,64.567764000000011],[-73.527785999999992,64.566940000000045],[-73.521118000000001,64.56303400000013],[-73.509170999999981,64.552475000000072],[-73.504729999999938,64.542480000000012],[-73.50306699999993,64.53414900000007],[-73.489165999999955,64.463318000000072],[-73.488051999999982,64.453598],[-73.48832699999997,64.443863000000079],[-73.490279999999927,64.439148000000046],[-73.555266999999958,64.314697000000137],[-73.557495000000017,64.312758999999971]],[[-65.492767000000015,64.517761000000007],[-65.658339999999953,64.509720000000129],[-65.669448999999929,64.510269000000108],[-65.67971799999998,64.512207000000046],[-65.686110999999926,64.515273999999977],[-65.689712999999983,64.51998900000001],[-65.690276999999924,64.524155000000064],[-65.689712999999983,64.52998400000007],[-65.686935000000005,64.538879000000122],[-65.672500999999954,64.56053200000008],[-65.660278000000005,64.573883000000023],[-65.651108000000022,64.580551000000014],[-65.615829000000019,64.599152000000004],[-65.563323999999909,64.615540000000067],[-65.554442999999992,64.618591000000094],[-65.546951000000035,64.622481999999991],[-65.449158000000011,64.678863999999976],[-65.443877999999927,64.684708000000001],[-65.43582200000003,64.696365000000128],[-65.381942999999922,64.716934000000037],[-65.292495999999971,64.735535000000084],[-65.256957999999941,64.709991000000059],[-65.252501999999936,64.706375000000037],[-65.258057000000008,64.700821000000019],[-65.266402999999912,64.6933140000001],[-65.249999999999886,64.663605000000075],[-65.208054000000004,64.639708999999982],[-65.208618000000001,64.631363000000079],[-65.213897999999915,64.626083000000051],[-65.228057999999919,64.6202550000001],[-65.309433000000013,64.60054000000008],[-65.420272999999952,64.55442800000003],[-65.452788999999939,64.532760999999994],[-65.450835999999924,64.528320000000065],[-65.453613000000018,64.524428999999998],[-65.460555999999997,64.521102999999982],[-65.468886999999995,64.519150000000025],[-65.492767000000015,64.517761000000007]],[[-63.353333000000021,64.994980000000112],[-63.349167000000023,64.991652999999985],[-63.34722099999999,64.991927999999973],[-63.330558999999994,64.986923000000104],[-63.257506999999976,64.92942800000003],[-63.256392999999889,64.926376000000118],[-63.258895999999936,64.921097000000145],[-63.27305599999994,64.918045000000063],[-63.281386999999938,64.918320000000051],[-63.37777699999998,64.940811000000053],[-63.385276999999974,64.944138000000009],[-63.393889999999942,64.951096000000007],[-63.417220999999984,64.97137499999991],[-63.420279999999934,64.976089000000059],[-63.420279999999934,64.978317000000004],[-63.418892000000028,64.982483000000116],[-63.415549999999996,64.986923000000104],[-63.395279000000016,64.995529000000033],[-63.376105999999993,64.998871000000008],[-63.363616999999977,64.997208000000057],[-63.353333000000021,64.994980000000112]],[[-63.243613999999923,65.254990000000134],[-63.251395999999943,65.253875999999991],[-63.256667999999991,65.256104000000107],[-63.310554999999965,65.290542999999957],[-63.313331999999946,65.293869000000029],[-63.311667999999941,65.298035000000084],[-63.306663999999898,65.302475000000129],[-63.257781999999963,65.320831000000112],[-63.244445999999925,65.322769000000051],[-63.236663999999962,65.321655000000078],[-63.227218999999991,65.313873000000115],[-63.166388999999924,65.286102000000085],[-63.165833000000021,65.282486000000006],[-63.166663999999969,65.27915999999999],[-63.235274999999888,65.256943000000092],[-63.243613999999923,65.254990000000134]],[[-66.92471299999994,65.284424000000115],[-66.933883999999978,65.283324999999991],[-66.962509000000011,65.283599999999979],[-66.976943999999946,65.284424000000115],[-66.989166000000012,65.286377000000073],[-66.99110399999995,65.288878999999952],[-67.011123999999938,65.319153000000028],[-67.011948000000018,65.323044000000095],[-67.010559000000001,65.333328000000108],[-67.005004999999926,65.339706000000092],[-66.992217999999923,65.346100000000092],[-66.974441999999954,65.350540000000137],[-66.932494999999903,65.358032000000094],[-66.920273000000009,65.358597000000088],[-66.910827999999867,65.356933999999967],[-66.908614999999998,65.355255],[-66.908050999999944,65.351089000000059],[-66.90943900000002,65.346100000000092],[-66.91194200000001,65.342209000000025],[-66.920273000000009,65.294434000000024],[-66.921386999999982,65.289703000000088],[-66.92471299999994,65.284424000000115]],[[-89.005568999999923,65.385544000000039],[-89.017501999999979,65.385544000000039],[-89.030288999999982,65.387496999999939],[-89.076110999999969,65.394714000000079],[-89.100280999999882,65.400818000000072],[-89.099990999999932,65.405822999999941],[-89.091674999999952,65.408325000000048],[-89.06806899999998,65.408325000000048],[-89.03195199999999,65.407211000000075],[-89.018615999999952,65.403320000000008],[-89.009445000000028,65.399155000000007],[-89.005279999999914,65.395538000000045],[-89.003066999999987,65.390549000000078],[-89.005568999999923,65.385544000000039]],[[-88.430282999999918,65.455261000000064],[-88.465011999999888,65.453597999999943],[-88.489990000000034,65.456650000000081],[-88.503615999999909,65.460541000000148],[-88.510284000000013,65.464995999999985],[-88.512222000000008,65.469711000000018],[-88.507506999999976,65.474991000000045],[-88.496383999999978,65.476928999999984],[-88.485001000000011,65.477767999999969],[-88.461120999999991,65.477478000000133],[-88.424163999999962,65.474426000000051],[-88.398620999999878,65.47026100000005],[-88.39416499999993,65.465820000000122],[-88.399733999999967,65.461380000000077],[-88.421386999999982,65.456940000000088],[-88.430282999999918,65.455261000000064]],[[-62.795005999999887,65.519988999999953],[-62.804442999999992,65.519150000000025],[-62.819450000000018,65.524155000000064],[-62.826950000000011,65.528046000000131],[-62.893889999999942,65.581100000000106],[-62.895553999999947,65.585541000000035],[-62.895553999999947,65.589981000000023],[-62.889724999999942,65.599152000000004],[-62.884444999999971,65.60554500000012],[-62.87471800000003,65.613602000000071],[-62.8663939999999,65.617477000000065],[-62.856392000000028,65.61914100000007],[-62.849723999999981,65.618866000000082],[-62.842773000000022,65.616378999999995],[-62.838051000000007,65.613602000000071],[-62.834998999999925,65.606644000000131],[-62.834998999999925,65.604705999999965],[-62.830001999999979,65.593048000000124],[-62.824448000000018,65.58526599999999],[-62.817504999999926,65.578598],[-62.810279999999977,65.574706999999933],[-62.785560999999973,65.564148000000102],[-62.765006999999969,65.557480000000112],[-62.750838999999985,65.551376000000062],[-62.788894999999968,65.523315000000025],[-62.795005999999887,65.519988999999953]],[[-83.882766999999944,65.666931000000091],[-83.893889999999942,65.664703000000145],[-83.906386999999938,65.666931000000091],[-83.937499999999943,65.677199999999914],[-83.943054000000018,65.681931000000077],[-83.942214999999976,65.686920000000043],[-83.93638599999997,65.691925000000083],[-83.928328999999962,65.69720500000011],[-83.896118000000001,65.710266000000047],[-83.884734999999978,65.712769000000037],[-83.872771999999941,65.712203999999986],[-83.864440999999943,65.707763999999997],[-83.868880999999988,65.696930000000123],[-83.871384000000035,65.686920000000043],[-83.876937999999939,65.672210999999947],[-83.882766999999944,65.666931000000091]],[[-67.472504000000015,65.705261000000007],[-67.55972300000002,65.702209000000096],[-67.584731999999974,65.703598000000113],[-67.640563999999927,65.696091000000138],[-67.691375999999934,65.685806000000014],[-67.701401000000033,65.686096000000077],[-67.706954999999937,65.688034000000016],[-67.713897999999858,65.696640000000116],[-67.715835999999967,65.701659999999947],[-67.713332999999921,65.705551000000014],[-67.695830999999885,65.720825000000104],[-67.658614999999998,65.725266000000033],[-67.577498999999989,65.731658999999979],[-67.529175000000009,65.734985000000052],[-67.499999999999943,65.734985000000052],[-67.48971599999993,65.734985000000052],[-67.424438000000009,65.735260000000039],[-67.446944999999914,65.718596999999988],[-67.472504000000015,65.705261000000007]],[[-62.268332999999984,65.701659999999947],[-62.259445000000028,65.699707000000046],[-62.238051999999982,65.702484000000084],[-62.221107000000018,65.708038000000101],[-62.20416999999992,65.711655000000064],[-62.186385999999914,65.711928999999998],[-62.167777999999942,65.70277399999992],[-62.131667999999934,65.678863999999976],[-62.128333999999938,65.674149000000114],[-62.131942999999978,65.657211000000018],[-62.135276999999974,65.651382000000012],[-62.142226999999991,65.64498900000001],[-62.194999999999993,65.612762000000032],[-62.202498999999989,65.610259999999982],[-62.215004000000022,65.609984999999938],[-62.22444200000001,65.611098999999967],[-62.296950999999979,65.624985000000095],[-62.455001999999979,65.659988000000112],[-62.466109999999958,65.663879000000009],[-62.483886999999925,65.721099999999922],[-62.484443999999939,65.726928999999984],[-62.483611999999994,65.731658999999979],[-62.480552999999873,65.737761999999918],[-62.473609999999951,65.74192800000003],[-62.46832999999998,65.744140999999956],[-62.461944999999957,65.745254999999986],[-62.283889999999928,65.74443100000002],[-62.27194199999991,65.744140999999956],[-62.260283999999956,65.74331699999999],[-62.252501999999993,65.74192800000003],[-62.251396,65.739151000000106],[-62.258613999999909,65.728592000000049],[-62.27027899999996,65.723038000000088],[-62.297501000000011,65.708602999999982],[-62.268332999999984,65.701659999999947]],[[-83.283889999999928,65.834152000000131],[-83.292220999999927,65.828872999999987],[-83.30360399999995,65.826385000000016],[-83.315551999999968,65.826096000000064],[-83.327498999999932,65.82748399999997],[-83.347777999999892,65.832489000000066],[-83.395279000000016,65.8316650000001],[-83.406661999999983,65.830276000000083],[-83.418059999999969,65.827774000000034],[-83.429168999999945,65.824432000000058],[-83.439986999999917,65.819153000000085],[-83.456389999999999,65.808867999999961],[-83.473327999999981,65.800262000000032],[-83.485274999999945,65.800812000000064],[-83.498046999999929,65.804152999999928],[-83.529723999999987,65.817489999999964],[-83.559157999999968,65.831100000000049],[-83.575561999999934,65.839980999999966],[-83.581679999999892,65.844711000000018],[-83.585007000000019,65.849426000000051],[-83.586120999999991,65.854156000000103],[-83.580291999999986,65.859420999999941],[-83.571670999999981,65.862488000000042],[-83.560271999999941,65.864990000000148],[-83.525283999999886,65.868317000000104],[-83.478058000000033,65.870255000000043],[-83.442490000000021,65.870818999999983],[-83.36999499999996,65.866653000000042],[-83.345551,65.863876000000005],[-83.333069000000023,65.860260000000096],[-83.291106999999954,65.843597000000045],[-83.285277999999948,65.838882000000012],[-83.283889999999928,65.834152000000131]],[[-65.645843999999954,65.813034000000073],[-65.656386999999995,65.812759000000028],[-65.660278000000005,65.819717000000026],[-65.654998999999918,65.869431000000077],[-65.651671999999962,65.876647999999989],[-65.647781000000009,65.879974000000004],[-65.636123999999882,65.88638300000008],[-65.623885999999914,65.891373000000101],[-65.583069000000023,65.902771000000143],[-65.542769999999962,65.908035000000098],[-65.531676999999945,65.908874999999966],[-65.516112999999962,65.906371999999976],[-65.511397999999929,65.903046000000131],[-65.512221999999895,65.894440000000031],[-65.513335999999981,65.890548999999965],[-65.52806099999998,65.859420999999941],[-65.559433000000013,65.834717000000012],[-65.645843999999954,65.813034000000073]],[[-85.480559999999969,65.791930999999977],[-85.468062999999972,65.790817000000004],[-85.456389999999942,65.791367000000037],[-85.445266999999944,65.793869000000086],[-85.424164000000019,65.801926000000094],[-85.413895000000025,65.807480000000055],[-85.40834000000001,65.812485000000095],[-85.404998999999975,65.817489999999964],[-85.404175000000009,65.822495000000004],[-85.393065999999862,65.832764000000054],[-85.381942999999978,65.835265999999933],[-85.369995000000017,65.834991000000116],[-85.333327999999995,65.832214000000022],[-85.313613999999916,65.830276000000083],[-85.288605000000018,65.826660000000004],[-85.263061999999991,65.821106000000043],[-85.213622999999984,65.808029000000033],[-85.202788999999939,65.803588999999988],[-85.18582200000003,65.794708000000071],[-85.162505999999894,65.78137200000009],[-85.156386999999938,65.776657000000057],[-85.049164000000019,65.621643000000006],[-85.047774999999945,65.616928000000144],[-85.048614999999984,65.611923000000104],[-85.051666000000012,65.606934000000138],[-85.067504999999926,65.59637500000008],[-85.08805799999999,65.585541000000035],[-85.120270000000005,65.574996999999996],[-85.142226999999934,65.569992000000127],[-85.175827000000027,65.563309000000118],[-85.232223999999917,65.554703000000018],[-85.24360699999994,65.55386400000009],[-85.267776000000026,65.555542000000003],[-85.280563000000029,65.55802900000009],[-85.291945999999882,65.557205000000124],[-85.302490000000034,65.552765000000079],[-85.307770000000005,65.547760000000039],[-85.311110999999926,65.542479999999955],[-85.311935000000005,65.537766000000033],[-85.308043999999995,65.533051],[-85.295836999999949,65.52388000000002],[-85.271118000000001,65.511658000000068],[-85.240829000000019,65.498322000000087],[-85.204178000000013,65.485809000000017],[-85.165557999999976,65.474991000000045],[-85.127776999999924,65.466095000000109],[-85.088608000000022,65.453597999999943],[-85.043609999999944,65.436371000000122],[-85.02694699999995,65.427475000000015],[-85.015015000000005,65.418319999999937],[-85.011123999999938,65.413605000000075],[-85.002791999999943,65.401382000000069],[-85.001403999999923,65.396652000000017],[-85.005004999999983,65.37692300000009],[-85.011672999999973,65.352203000000031],[-84.930557000000022,65.214157000000057],[-84.924712999999997,65.209717000000012],[-84.912216000000001,65.206375000000094],[-84.900283999999942,65.206100000000106],[-84.832503999999972,65.212494000000106],[-84.821395999999879,65.213882000000012],[-84.810271999999998,65.216385000000002],[-84.800277999999992,65.221649000000014],[-84.792496000000028,65.226929000000041],[-84.748046999999985,65.292755000000056],[-84.746947999999975,65.297485000000052],[-84.749724999999899,65.307204999999954],[-84.755004999999869,65.316666000000112],[-84.762221999999952,65.326096000000007],[-84.761123999999995,65.331099999999992],[-84.758056999999951,65.336105000000032],[-84.754729999999938,65.341095000000053],[-84.745834000000002,65.351379000000065],[-84.740279999999984,65.356368999999972],[-84.595839999999953,65.475540000000024],[-84.58555599999994,65.481093999999985],[-84.573623999999995,65.481659000000036],[-84.561934999999949,65.481093999999985],[-84.549437999999952,65.47886699999998],[-84.440276999999924,65.456650000000081],[-84.432220000000029,65.453323000000125],[-84.426392000000021,65.448593000000074],[-84.424712999999997,65.443863000000079],[-84.42582699999997,65.438873000000001],[-84.314437999999996,65.381653000000142],[-84.291945999999996,65.37692300000009],[-84.161391999999921,65.341934000000037],[-84.151107999999908,65.338593000000003],[-84.147507000000019,65.333878000000141],[-84.153060999999923,65.328598000000056],[-84.194153000000028,65.297485000000052],[-84.201950000000011,65.292206000000078],[-84.220839999999953,65.284713999999951],[-84.228881999999999,65.279434000000094],[-84.230834999999956,65.269440000000088],[-84.229720999999984,65.264708999999982],[-84.141388000000006,65.219986000000063],[-84.088333000000034,65.203873000000044],[-83.899993999999992,65.165543000000071],[-83.876098999999954,65.162766000000033],[-83.852782999999931,65.161652000000004],[-83.666945999999939,65.160811999999964],[-83.620543999999938,65.160811999999964],[-83.540282999999931,65.16415400000011],[-83.52806099999998,65.161925999999937],[-83.408614999999998,65.135544000000095],[-83.388061999999934,65.126647999999932],[-83.378875999999991,65.117203000000075],[-83.33805799999999,65.074707000000046],[-83.334732000000031,65.069992000000013],[-83.335830999999928,65.064986999999974],[-83.339447000000007,65.059982000000105],[-83.343063000000029,65.045258000000047],[-83.340835999999967,65.035537999999974],[-83.330840999999964,65.021378000000084],[-83.319457999999941,65.012207000000103],[-83.208053999999947,64.945526000000086],[-83.198043999999868,64.941086000000098],[-83.190552000000025,64.939423000000147],[-83.156386999999995,64.939972000000068],[-83.005004999999926,64.913039999999967],[-82.992766999999901,64.909714000000122],[-82.865828999999962,64.873596000000077],[-82.855834999999956,64.86914100000007],[-82.848052999999993,64.864426000000037],[-82.842498999999918,64.859985000000108],[-82.829726999999991,64.840819999999951],[-82.828613000000018,64.836104999999918],[-82.825287000000003,64.831375000000094],[-82.816390999999953,64.821930000000009],[-82.800277999999992,64.808868000000018],[-82.770003999999972,64.795532000000037],[-82.75778200000002,64.791092000000049],[-82.709166999999979,64.776382000000069],[-82.697220000000016,64.77388000000002],[-82.569732999999928,64.763885000000073],[-82.361388999999974,64.763610999999969],[-82.34944200000001,64.760269000000051],[-82.211944999999957,64.718323000000055],[-82.202224999999885,64.713608000000022],[-82.203339000000028,64.708602999999982],[-82.209166999999979,64.703598000000113],[-82.217498999999975,64.698593000000074],[-82.203612999999962,64.684417999999994],[-82.064437999999996,64.648605000000089],[-81.932495000000017,64.584427000000062],[-81.763061999999991,64.501099000000067],[-81.753890999999953,64.486923000000047],[-81.75140399999998,64.472488000000112],[-81.753066999999987,64.355820000000051],[-81.764174999999966,64.341095000000109],[-81.770003999999972,64.336105000000032],[-81.777221999999995,64.326096000000007],[-81.778885000000002,64.321105999999986],[-81.777221999999995,64.31164600000011],[-81.77416999999997,64.30664100000007],[-81.74888599999997,64.273605000000089],[-81.727218999999934,64.258330999999998],[-81.712783999999999,64.250000000000114],[-81.702788999999996,64.2452550000001],[-81.669723999999974,64.232758000000103],[-81.646118000000001,64.22554000000008],[-81.622498000000007,64.216660000000047],[-81.613051999999982,64.212203999999929],[-81.600280999999939,64.20277400000009],[-81.594451999999933,64.193313999999987],[-81.590835999999967,64.183594000000085],[-81.589995999999928,64.17886400000009],[-81.602492999999981,64.129974000000004],[-81.610824999999977,64.125809000000004],[-81.717772999999966,64.099426000000051],[-81.758621000000005,64.089432000000045],[-81.76916499999993,64.088043000000027],[-81.824447999999961,64.086380000000077],[-81.879165999999941,64.080826000000116],[-81.955840999999964,64.0619200000001],[-81.964171999999962,64.0577550000001],[-81.970000999999968,64.052765000000022],[-81.973617999999931,64.047759999999982],[-81.999160999999958,64.003326000000015],[-81.996384000000035,63.998604000000114],[-81.986938000000009,63.994155999999975],[-81.975005999999951,63.990546999999992],[-81.963897999999972,63.988884000000041],[-81.952498999999932,63.98832700000014],[-81.930556999999965,63.988045000000056],[-81.897507000000019,63.989990000000091],[-81.875823999999909,63.991661000000136],[-81.56082200000003,64.029433999999981],[-81.44027699999998,64.067764000000068],[-81.383620999999948,64.090546000000018],[-81.287780999999882,64.080276000000083],[-81.276397999999972,64.07748399999997],[-81.270003999999915,64.072495000000004],[-81.264174999999966,64.062759000000028],[-81.256957999999997,64.059143000000006],[-81.245543999999995,64.055542000000116],[-80.964721999999938,63.991936000000123],[-80.942489999999964,63.990546999999992],[-80.931670999999994,63.991936000000123],[-80.920837000000006,63.994995000000131],[-80.910277999999892,63.999161000000015],[-80.906661999999926,64.004166000000055],[-80.903335999999967,64.013885000000073],[-80.909163999999976,64.023315000000139],[-80.914168999999958,64.028046000000074],[-80.92582699999997,64.032761000000107],[-80.948607999999979,64.038879000000065],[-80.967498999999918,64.04803499999997],[-80.972778000000005,64.052765000000022],[-80.975554999999986,64.0577550000001],[-80.973891999999978,64.062485000000095],[-80.935821999999973,64.111923000000047],[-80.890838999999971,64.11554000000001],[-80.812209999999993,64.091094999999939],[-80.777495999999871,64.079437000000098],[-80.734726000000023,64.054153000000099],[-80.566100999999946,63.994155999999975],[-80.543335000000013,63.987770000000069],[-80.531677000000002,63.983330000000024],[-80.522507000000019,63.978600000000029],[-80.517501999999979,63.973877000000016],[-80.488327000000027,63.910545000000013],[-80.49221799999998,63.905548000000067],[-80.503066999999987,63.902489000000116],[-80.567504999999926,63.889435000000049],[-80.453063999999927,63.859436000000017],[-80.363051999999925,63.841102999999976],[-80.217223999999987,63.809989999999971],[-80.194480999999996,63.804474000000084],[-80.189986999999974,63.799995000000024],[-80.174712999999883,63.780822999999998],[-80.172225999999966,63.776100000000042],[-80.171660999999972,63.771102999999925],[-80.178878999999881,63.756660000000068],[-80.184998000000007,63.751663000000121],[-80.195830999999885,63.748604],[-80.346953999999982,63.728042999999957],[-80.357772999999952,63.728600000000085],[-80.369155999999975,63.73333000000008],[-80.380279999999971,63.734993000000031],[-80.391387999999949,63.734993000000031],[-80.402221999999995,63.734717999999987],[-80.434433000000013,63.731102000000135],[-80.454178000000013,63.727767999999969],[-80.485275000000001,63.715546000000018],[-80.493606999999997,63.710274000000084],[-80.504729999999995,63.690826000000129],[-80.506393000000003,63.685822000000144],[-80.510009999999966,63.681107000000111],[-80.52194199999991,63.671104000000071],[-80.587783999999999,63.635826000000066],[-80.608886999999982,63.628326000000015],[-80.774445000000014,63.573326000000122],[-80.912216000000001,63.526381999999955],[-80.922501000000011,63.521378000000027],[-80.930557000000022,63.516106000000093],[-80.936385999999914,63.511108000000092],[-80.938048999999864,63.50638600000002],[-80.9375,63.501389000000074],[-80.934433000000013,63.496658000000139],[-80.930557000000022,63.482208000000014],[-80.930282999999974,63.477486000000113],[-80.9375,63.467491000000052],[-80.958053999999947,63.458328000000051],[-80.968613000000005,63.455269000000044],[-80.989440999999999,63.450829000000056],[-81.011123999999995,63.449158000000011],[-81.032775999999956,63.44860100000011],[-81.054442999999992,63.449158000000011],[-81.076401000000033,63.451385000000016],[-81.110000999999954,63.458328000000051],[-81.386123999999938,63.526381999999955],[-81.694153000000028,63.607498000000135],[-81.734160999999972,63.625549000000092],[-81.757232999999985,63.634720000000073],[-81.768889999999999,63.638046000000088],[-81.779998999999975,63.639717000000132],[-81.801940999999943,63.641105999999979],[-81.823623999999995,63.639435000000105],[-81.855270000000019,63.63249200000007],[-81.876662999999951,63.629990000000021],[-81.887512000000015,63.62943300000012],[-81.909728999999913,63.631934999999999],[-81.995270000000005,63.661102000000142],[-82.01167299999986,63.667213000000004],[-82.026397999999972,63.676383999999985],[-82.031386999999938,63.681107000000111],[-82.041107000000011,63.685822000000144],[-82.052490000000034,63.689156000000139],[-82.06361400000003,63.690826000000129],[-82.107772999999952,63.692214999999919],[-82.129439999999988,63.691658000000018],[-82.214172000000019,63.687766999999951],[-82.224715999999887,63.686377999999991],[-82.285552999999993,63.678047000000049],[-82.296111999999937,63.674713000000111],[-82.299437999999952,63.669715999999994],[-82.298889000000031,63.664992999999981],[-82.302215999999987,63.659987999999942],[-82.307769999999948,63.654991000000052],[-82.318344000000025,63.651657000000057],[-82.328887999999949,63.65026899999998],[-82.339995999999871,63.650826000000052],[-82.351395000000025,63.653320000000008],[-82.472228999999913,63.680275000000051],[-82.483886999999982,63.68471500000004],[-82.491103999999893,63.689156000000139],[-82.535278000000005,63.726378999999952],[-82.545836999999949,63.735550000000103],[-82.549728000000016,63.745270000000005],[-82.550827000000027,63.750000000000057],[-82.546951000000035,63.764717000000019],[-82.543334999999956,63.769714000000135],[-82.532226999999978,63.779991000000109],[-82.514450000000011,63.790276000000063],[-82.504456000000005,63.795547000000056],[-82.484160999999972,63.804993000000024],[-82.473617999999931,63.80832700000002],[-82.431945999999982,63.820273999999984],[-82.420837000000006,63.820831000000055],[-82.40972899999997,63.819160000000011],[-82.398055999999883,63.815826000000015],[-82.386672999999973,63.814156000000025],[-82.376389000000017,63.81749700000006],[-82.372771999999998,63.82249500000006],[-82.353881999999942,63.852219000000105],[-82.351395000000025,63.861938000000066],[-82.358336999999949,63.900543000000027],[-82.361388999999974,63.905265999999983],[-82.368880999999988,63.909988000000112],[-82.378325999999959,63.91443600000008],[-82.413894999999968,63.926940999999999],[-82.525833000000034,63.966103000000032],[-82.548888999999974,63.96915400000006],[-82.828613000000018,63.979431000000034],[-82.967223999999987,63.965546000000131],[-82.978058000000033,63.963051000000121],[-83.064162999999951,63.951934999999992],[-83.086944999999957,63.954994000000113],[-83.098891999999921,63.959160000000054],[-83.12388599999997,63.972763000000043],[-83.129165999999941,63.977486000000056],[-83.145279000000016,64.001099000000124],[-83.139724999999999,64.006103999999993],[-83.095550999999887,64.028320000000008],[-83.029449,64.074707000000103],[-83.016113000000018,64.084991000000116],[-82.996947999999975,64.10026600000009],[-82.980285999999978,64.11554000000001],[-82.97084000000001,64.125534000000016],[-82.961944999999901,64.135818000000029],[-82.960555999999997,64.140548999999965],[-82.96166999999997,64.145538000000101],[-82.964721999999995,64.150269000000037],[-83.008346999999958,64.187484999999981],[-83.019729999999981,64.188873000000058],[-83.072783999999956,64.186646000000053],[-83.105269999999962,64.181655999999975],[-83.126388999999961,64.175811999999951],[-83.157227000000034,64.163040000000137],[-83.339447000000007,64.134720000000129],[-83.488327000000027,64.122482000000048],[-83.519729999999981,64.11442599999998],[-83.530288999999925,64.111099000000081],[-83.548339999999996,64.102478000000133],[-83.673324999999977,64.017212000000029],[-83.682220000000029,64.007217000000082],[-83.683318999999983,64.002212999999927],[-83.676666000000012,63.992766999999958],[-83.665833000000021,63.983603999999957],[-83.642501999999979,63.969986000000119],[-83.626099000000011,63.956099999999992],[-83.608611999999994,63.937492000000077],[-83.605559999999969,63.932770000000005],[-83.604171999999949,63.928047000000049],[-83.595839999999896,63.825829000000056],[-83.596664000000033,63.820831000000055],[-83.623046999999929,63.781661999999983],[-83.631942999999865,63.771659999999997],[-83.637222000000008,63.766388000000063],[-83.647507000000019,63.763054000000125],[-83.658614999999941,63.763611000000026],[-83.670272999999952,63.766937000000041],[-83.694442999999978,63.775826000000109],[-83.718613000000005,63.779991000000109],[-83.740554999999972,63.779991000000109],[-83.750838999999985,63.776657000000114],[-83.824172999999973,63.747490000000028],[-84.007232999999985,63.668053000000043],[-84.012786999999889,63.662765999999976],[-84.021117999999944,63.65277100000003],[-84.027495999999928,63.642769000000044],[-84.050277999999935,63.626938000000109],[-84.069457999999997,63.616386000000091],[-84.079453000000001,63.611938000000123],[-84.089447000000007,63.607773000000122],[-84.09973100000002,63.605270000000132],[-84.110000999999954,63.603607000000068],[-84.121383999999978,63.604163999999969],[-84.132767000000001,63.606658999999979],[-84.144729999999925,63.610825000000034],[-84.162216000000001,63.619713000000047],[-84.174164000000019,63.623047000000042],[-84.196380999999917,63.62499200000002],[-84.261123999999995,63.62082700000002],[-84.286117999999988,63.615546999999935],[-84.388061999999991,63.559158000000082],[-84.395279000000016,63.553879000000109],[-84.40055799999999,63.548607000000004],[-84.446380999999974,63.488045],[-84.449431999999888,63.483046999999999],[-84.452224999999942,63.472488000000112],[-84.447220000000016,63.453323000000012],[-84.449157999999954,63.443603999999993],[-84.477492999999981,63.3836060000001],[-84.563323999999966,63.337494000000049],[-84.754456000000005,63.264160000000061],[-84.774170000000026,63.257217000000082],[-84.793883999999991,63.250274999999988],[-84.823059000000001,63.237213000000111],[-84.841949,63.227211000000011],[-84.870834000000002,63.214157000000114],[-84.890563999999983,63.207214000000079],[-85.143341000000021,63.139992000000063],[-85.224166999999966,63.120827000000133],[-85.244995000000017,63.118598999999961],[-85.266402999999968,63.117493000000138],[-85.288054999999986,63.118324000000143],[-85.343338000000017,63.122765000000072],[-85.375823999999909,63.123877999999934],[-85.396956999999929,63.122765000000072],[-85.449158000000011,63.116661000000022],[-85.482223999999974,63.118598999999961],[-85.493331999999953,63.119987000000094],[-85.505004999999983,63.123046999999929],[-85.536391999999921,63.134995000000004],[-85.543883999999935,63.138328999999999],[-85.577788999999939,63.165543000000127],[-85.589171999999962,63.174712999999997],[-85.592498999999975,63.17943600000001],[-85.638061999999934,63.244995000000074],[-85.639175000000023,63.249718000000087],[-85.648345999999947,63.33554799999996],[-85.653884999999946,63.408882000000006],[-85.650833000000034,63.428604000000007],[-85.644454999999994,63.443603999999993],[-85.635833999999988,63.458603000000039],[-85.626098999999897,63.468880000000013],[-85.618057000000022,63.479156000000103],[-85.60722399999986,63.494438000000116],[-85.604995999999971,63.509163000000058],[-85.591110000000015,63.617493000000024],[-85.59333799999996,63.631934999999999],[-85.596114999999941,63.641380000000083],[-85.607497999999964,63.665268000000026],[-85.61332699999997,63.669715999999994],[-85.717498999999975,63.716103000000089],[-85.879439999999988,63.704711999999915],[-85.98582499999992,63.693320999999969],[-86.017226999999934,63.68832400000008],[-86.183608999999933,63.653046000000074],[-86.224441999999954,63.642769000000044],[-86.244995000000017,63.639435000000105],[-86.266952999999944,63.638046000000088],[-86.300277999999935,63.639717000000132],[-86.346114999999998,63.645546000000138],[-86.381377999999984,63.652214000000129],[-86.450286999999889,63.660545000000013],[-86.552779999999871,63.670273000000066],[-86.56361400000003,63.670546999999999],[-86.596114999999941,63.668602000000021],[-86.626937999999996,63.661659000000043],[-86.666397000000018,63.648331000000042],[-86.694442999999922,63.633606000000043],[-86.733886999999982,63.606658999999979],[-86.759170999999981,63.590271000000087],[-86.778060999999923,63.581108000000086],[-86.807495000000017,63.571380999999974],[-86.837783999999999,63.563323999999966],[-86.847778000000005,63.560822000000087],[-86.879165999999998,63.555549999999982],[-86.922225999999966,63.552773000000059],[-87.050551999999982,63.549720999999977],[-87.083618000000001,63.550270000000125],[-87.095275999999956,63.551384000000098],[-87.118606999999997,63.555824000000086],[-87.141388000000006,63.563881000000094],[-87.14973399999991,63.568329000000062],[-87.188048999999864,63.589989000000003],[-87.217223999999987,63.622215000000097],[-87.222778000000005,63.631660000000011],[-87.226394999999968,63.641105999999979],[-87.225280999999995,63.651099999999985],[-87.22193900000002,63.665825000000098],[-87.218886999999938,63.675827000000083],[-87.210830999999985,63.691100999999946],[-87.200835999999867,63.706657000000121],[-87.186661000000015,63.722213999999951],[-87.161117999999931,63.743607000000054],[-86.943877999999927,63.900543000000027],[-86.934432999999956,63.906097000000045],[-86.915282999999988,63.91443600000008],[-86.875823999999966,63.928604000000121],[-86.784163999999976,63.956940000000031],[-86.763625999999988,63.962212000000136],[-86.700287000000003,63.972214000000122],[-86.668609999999887,63.978324999999984],[-86.503890999999896,64.018326000000002],[-86.41361999999998,64.048598999999967],[-86.255004999999926,64.076096000000064],[-86.233611999999994,64.079437000000098],[-86.223327999999981,64.081940000000088],[-86.213333000000034,64.085541000000148],[-86.203888000000006,64.091094999999939],[-86.189437999999882,64.101653999999996],[-86.178328999999962,64.121918000000107],[-86.178878999999995,64.131653000000028],[-86.182220000000029,64.141373000000101],[-86.212219000000005,64.178589000000045],[-86.253066999999987,64.200546000000088],[-86.273894999999982,64.208878000000084],[-86.300551999999982,64.221924000000058],[-86.308884000000035,64.226379000000065],[-86.3125,64.230819999999994],[-86.354720999999984,64.289978000000133],[-86.384170999999981,64.36442599999998],[-86.401672000000019,64.436645999999996],[-86.401107999999965,64.441649999999925],[-86.383620999999948,64.564987000000087],[-86.368880999999988,64.629424999999969],[-86.315552000000025,64.701096000000064],[-86.272506999999962,64.768051000000014],[-86.24888599999997,64.793868999999916],[-86.238891999999964,64.804152999999985],[-86.231383999999935,64.809418000000051],[-86.221114999999998,64.813034000000073],[-86.210280999999952,64.814697000000024],[-86.198607999999922,64.81442300000009],[-86.187209999999993,64.815262000000018],[-86.176665999999955,64.817764000000125],[-86.171660999999915,64.823043999999982],[-86.152495999999928,64.918045000000063],[-86.151947000000007,64.923035000000084],[-86.153335999999911,64.927765000000136],[-86.157226999999978,64.932479999999998],[-86.181106999999997,64.955551000000014],[-86.187209999999993,64.959991000000002],[-86.212509000000011,64.966385000000059],[-86.22084000000001,64.970535000000041],[-86.226394999999968,64.979980000000126],[-86.227782999999988,64.983871000000022],[-86.225829999999974,64.998596000000134],[-86.225006000000008,65.003601000000003],[-86.212219000000005,65.03387500000008],[-86.206389999999885,65.043869000000086],[-86.198333999999988,65.054153000000099],[-86.189986999999917,65.064423000000033],[-86.18472300000002,65.069717000000026],[-86.165282999999931,65.080551000000071],[-86.144729999999981,65.08859300000006],[-86.138335999999924,65.094437000000028],[-86.138061999999991,65.099425999999994],[-86.135558999999944,65.1827550000001],[-86.137221999999952,65.197753999999975],[-86.141953000000001,65.212204000000099],[-86.146118000000001,65.216660000000047],[-86.151397999999972,65.226379000000009],[-86.164168999999958,65.250000000000114],[-86.170546999999942,65.269150000000081],[-86.171660999999915,65.278869999999984],[-86.153335999999911,65.384720000000073],[-86.149733999999967,65.394714000000079],[-86.111937999999952,65.494141000000013],[-86.097777999999948,65.529160000000104],[-86.013900999999976,65.709152000000074],[-86.010009999999909,65.714996000000099],[-85.993880999999988,65.730545000000006],[-85.982773000000009,65.740814000000057],[-85.975280999999882,65.746094000000085],[-85.888335999999981,65.799987999999928],[-85.832503999999915,65.832489000000066],[-85.791381999999999,65.853317000000118],[-85.770554000000004,65.862198000000035],[-85.728333000000021,65.879425000000083],[-85.696654999999907,65.891937000000041],[-85.621108999999933,65.917480000000012],[-85.56527699999998,65.930267000000015],[-85.542496000000028,65.933319000000097],[-85.506667999999991,65.934418000000051],[-85.493880999999988,65.932205000000124],[-85.491013000000009,65.931060999999943],[-85.482773000000009,65.927765000000079],[-85.476944000000003,65.923309000000017],[-85.468886999999938,65.913879000000122],[-85.469726999999978,65.908874999999966],[-85.473891999999978,65.898880000000077],[-85.488892000000021,65.878586000000098],[-85.511123999999995,65.857758000000047],[-85.520554000000004,65.84275800000006],[-85.523620999999991,65.823043999999982],[-85.520554000000004,65.813309000000061],[-85.516662999999994,65.808594000000028],[-85.510559000000001,65.804152999999928],[-85.493331999999953,65.795258000000103],[-85.480559999999969,65.791930999999977]],[[-62.136664999999937,65.851379000000009],[-62.141669999999976,65.849716000000058],[-62.154442000000017,65.850815000000068],[-62.162216000000001,65.854156000000103],[-62.210830999999985,65.880539000000056],[-62.296950999999979,65.927765000000079],[-62.296669000000009,65.938583000000051],[-62.281386999999995,65.946365000000014],[-62.265006999999969,65.946930000000066],[-62.230552999999986,65.943862999999965],[-62.167220999999984,65.932754999999986],[-62.137779000000023,65.925811999999951],[-62.139724999999999,65.913040000000137],[-62.118606999999997,65.881087999999977],[-62.129996999999889,65.859146000000123],[-62.136664999999937,65.851379000000009]],[[-67.138335999999981,65.92692599999998],[-67.145844000000011,65.926376000000118],[-67.154448999999943,65.92886400000009],[-67.161117999999988,65.932205000000124],[-67.185271999999941,65.948317999999972],[-67.209166999999923,65.978867000000037],[-67.211945000000014,65.982758000000103],[-67.208892999999989,65.984421000000054],[-67.199158000000011,65.986373999999955],[-67.181380999999874,65.987198000000092],[-67.166945999999939,65.984984999999995],[-67.153885000000002,65.978591999999992],[-67.152785999999992,65.974990999999989],[-67.152602999999885,65.970733999999993],[-67.134445000000028,65.933044000000052],[-67.134734999999921,65.930267000000015],[-67.138335999999981,65.92692599999998]],[[-83.576950000000011,65.983047000000056],[-83.588607999999965,65.981658999999922],[-83.60082999999986,65.983322000000044],[-83.604445999999996,65.987762000000089],[-83.60082999999986,65.993042000000116],[-83.588897999999972,66.003052000000025],[-83.570007000000032,66.013611000000083],[-83.547500999999954,66.019440000000088],[-83.511397999999986,66.019989000000066],[-83.498885999999914,66.01748699999996],[-83.493056999999965,66.012771999999927],[-83.50140399999998,66.00749200000007],[-83.510009999999966,66.003325999999959],[-83.554442999999935,65.988876000000062],[-83.576950000000011,65.983047000000056]],[[-84.722777999999948,65.546097000000088],[-84.733886999999982,65.544708000000128],[-84.746108999999933,65.545822000000101],[-84.78472899999997,65.556640999999956],[-84.803604000000007,65.565536000000009],[-84.828612999999962,65.578873000000044],[-84.840835999999967,65.588043000000084],[-84.848052999999879,65.597487999999998],[-84.853333000000021,65.606934000000138],[-84.852218999999934,65.611923000000104],[-84.857772999999952,65.645827999999995],[-84.858886999999925,65.650818000000072],[-84.866393999999957,65.659988000000112],[-84.878601000000003,65.669144000000074],[-84.900283999999942,65.67804000000001],[-85.028609999999958,65.711655000000064],[-85.063048999999921,65.723312000000021],[-85.073897999999986,65.727768000000083],[-85.082229999999981,65.732208000000128],[-85.106948999999929,65.750548999999921],[-85.118057000000022,65.764709000000039],[-85.181945999999982,65.945526000000086],[-85.173049999999932,65.994705000000067],[-85.143889999999942,66.021103000000039],[-85.137222000000008,66.023315000000082],[-85.081679999999949,66.026657],[-85.057495000000017,66.02609300000006],[-84.9375,66.010543999999982],[-84.924712999999997,66.008040999999992],[-84.910277999999892,66.000000000000114],[-84.887221999999952,65.945526000000086],[-84.883330999999885,65.940811000000053],[-84.807770000000005,65.895828000000108],[-84.755004999999869,65.853317000000118],[-84.716110000000015,65.817215000000147],[-84.714171999999962,65.807205000000067],[-84.712783999999942,65.802200000000028],[-84.707779000000016,65.792755000000113],[-84.637222000000008,65.712203999999986],[-84.597503999999958,65.696640000000116],[-84.586670000000026,65.692200000000071],[-84.574172999999917,65.639160000000004],[-84.576110999999969,65.629150000000095],[-84.585006999999962,65.61914100000007],[-84.598617999999931,65.608597000000032],[-84.667769999999962,65.560532000000023],[-84.722777999999948,65.546097000000088]],[[-83.608611999999994,66.044144000000074],[-83.642226999999991,66.034988000000112],[-83.652221999999995,66.036652000000117],[-83.653609999999901,66.04136699999998],[-83.647507000000019,66.046646000000123],[-83.644164999999987,66.051650999999993],[-83.626099000000011,66.066940000000102],[-83.618056999999965,66.072220000000129],[-83.607223999999974,66.07748400000014],[-83.597778000000005,66.078873000000101],[-83.583618000000001,66.070540999999935],[-83.577788999999996,66.06581100000011],[-83.570847000000015,66.056366000000025],[-83.574447999999961,66.051376000000005],[-83.58555599999994,66.048035000000141],[-83.59722899999997,66.046646000000123],[-83.608611999999994,66.044144000000074]],[[-85.019164999999987,66.05720500000001],[-85.135558999999944,66.044434000000081],[-85.147781000000009,66.045821999999987],[-85.149170000000026,66.05053700000002],[-85.107773000000009,66.084427000000119],[-85.09973100000002,66.089706000000092],[-85.063323999999966,66.087769000000037],[-85.038604999999961,66.086105000000032],[-85.016112999999905,66.079712000000086],[-85.008620999999948,66.070540999999935],[-85.006957999999941,66.065536000000066],[-85.010283999999956,66.060531999999967],[-85.019164999999987,66.05720500000001]],[[-83.649444999999901,66.083602999999982],[-83.661117999999988,66.081940000000031],[-83.673614999999984,66.083327999999938],[-83.692490000000021,66.091370000000097],[-83.696105999999986,66.096099999999979],[-83.689986999999974,66.111099000000024],[-83.685271999999941,66.121093999999914],[-83.678878999999995,66.125259000000142],[-83.606658999999979,66.124146000000053],[-83.593886999999938,66.121643000000063],[-83.587783999999999,66.117203000000075],[-83.591674999999896,66.112197999999978],[-83.604445999999996,66.105820000000051],[-83.610549999999932,66.10165399999994],[-83.638061999999991,66.086928999999998],[-83.649444999999901,66.083602999999982]],[[-83.921386999999982,66.009720000000016],[-83.730834999999956,65.947754000000032],[-83.705840999999964,65.934143000000063],[-83.694152999999972,65.924697999999978],[-83.683318999999983,65.910538000000088],[-83.680832000000009,65.901093000000003],[-83.689163000000008,65.866653000000042],[-83.699721999999952,65.851379000000009],[-83.713897999999972,65.841094999999939],[-83.724715999999944,65.836929000000055],[-83.73582499999992,65.833603000000039],[-83.727492999999924,65.799713000000111],[-83.525008999999955,65.737761999999918],[-83.360001000000011,65.727478000000076],[-83.348052999999993,65.726928999999984],[-83.25111400000003,65.716934000000037],[-83.226944000000003,65.714157000000114],[-83.214447000000007,65.710541000000092],[-83.210830999999871,65.705826000000059],[-83.25111400000003,65.654709000000139],[-83.259445000000028,65.649429000000055],[-83.288894999999968,65.632750999999985],[-83.299727999999959,65.629424999999969],[-83.311110999999983,65.627196999999967],[-83.345000999999968,65.62081900000004],[-83.379165999999998,65.615540000000067],[-83.391387999999949,65.617203000000131],[-83.399170000000026,65.62081900000004],[-83.406113000000005,65.630264000000068],[-83.41194200000001,65.634720000000016],[-83.419998000000021,65.639435000000049],[-83.430557000000022,65.643875000000037],[-83.443328999999949,65.648041000000148],[-83.468612999999948,65.654984000000127],[-83.493056999999965,65.65776100000005],[-83.505004999999926,65.658324999999991],[-83.528610000000015,65.658324999999991],[-83.598891999999978,65.656372000000033],[-83.660277999999948,65.647217000000012],[-83.829726999999991,65.64498900000001],[-83.842772999999909,65.649155000000121],[-83.846114999999941,65.653869999999984],[-83.84973100000002,65.668320000000108],[-83.846389999999985,65.673309000000074],[-83.840560999999866,65.678589000000102],[-83.794158999999979,65.719437000000028],[-83.785827999999981,65.724700999999982],[-83.775009000000011,65.728043000000127],[-83.740828999999962,65.733322000000101],[-83.695266999999944,65.741089000000045],[-83.684158000000025,65.74443100000002],[-83.682769999999948,65.749419999999986],[-83.688888999999961,65.754166000000055],[-83.785278000000005,65.788879000000065],[-83.797501000000011,65.789429000000098],[-83.808883999999978,65.78804000000008],[-83.84973100000002,65.780548000000124],[-83.90583799999996,65.767487000000017],[-83.927490000000034,65.759720000000073],[-83.938048999999978,65.74443100000002],[-83.948607999999922,65.740265000000079],[-83.960007000000019,65.737761999999918],[-83.971664000000033,65.737198000000149],[-83.983886999999925,65.738586000000055],[-84.071121000000005,65.75],[-84.120543999999938,65.758331000000055],[-84.133330999999941,65.760817999999972],[-84.143615999999952,65.764160000000061],[-84.145003999999972,65.769149999999968],[-84.141388000000006,65.774155000000007],[-84.11721799999998,65.789703000000031],[-84.111388999999974,65.794983000000059],[-84.103333000000021,65.809981999999934],[-84.101105000000018,65.819717000000026],[-84.123610999999926,65.900269000000037],[-84.189437999999996,65.968322999999998],[-84.198043999999925,65.973038000000031],[-84.208617999999888,65.977203000000031],[-84.286391999999978,65.999145999999996],[-84.299438000000009,66.002487000000031],[-84.31138599999997,66.003052000000025],[-84.323333999999988,66.002487000000031],[-84.358046999999999,65.997756999999979],[-84.369995000000017,65.997208000000057],[-84.382766999999944,66.000549000000092],[-84.424163999999962,66.028046000000018],[-84.436110999999926,66.037201000000096],[-84.464447000000007,66.060257000000092],[-84.468062999999972,66.064986999999974],[-84.469161999999983,66.069992000000013],[-84.470001000000025,66.089431999999988],[-84.471114999999998,66.128311000000053],[-84.470275999999956,66.133331000000112],[-84.464447000000007,66.138321000000133],[-84.455841000000021,66.141663000000051],[-84.433060000000012,66.138885000000073],[-84.381103999999993,66.129149999999981],[-84.368056999999908,66.125808999999947],[-84.240279999999927,66.098328000000095],[-84.146392999999875,66.081099999999992],[-84.039443999999946,66.076934999999992],[-84.00167799999997,66.033600000000035],[-83.921386999999982,66.009720000000016]],[[-84.579726999999991,66.141373000000044],[-84.627486999999917,66.139160000000118],[-84.639998999999989,66.140549000000078],[-84.648346000000004,66.144989000000123],[-84.654449,66.149429000000112],[-84.675827000000027,66.173035000000027],[-84.678604000000007,66.182480000000055],[-84.667220999999927,66.184981999999991],[-84.618880999999988,66.176651000000049],[-84.59333799999996,66.171097000000088],[-84.589447000000007,66.166382000000056],[-84.574448000000018,66.147491000000002],[-84.579726999999991,66.141373000000044]],[[-84.265288999999996,66.177765000000022],[-84.276947000000007,66.175262000000089],[-84.289169000000015,66.175537000000077],[-84.301391999999964,66.176926000000094],[-84.313889000000017,66.179428000000144],[-84.353333000000021,66.190262000000018],[-84.361937999999952,66.194702000000063],[-84.364440999999943,66.204436999999928],[-84.363616999999977,66.209427000000005],[-84.360001000000011,66.214432000000045],[-84.348343,66.215820000000122],[-84.335830999999985,66.214432000000045],[-84.30972300000002,66.207764000000054],[-84.299164000000019,66.203322999999955],[-84.27305599999994,66.196640000000002],[-84.264450000000011,66.192199999999957],[-84.258347000000015,66.187759000000085],[-84.256957999999997,66.1827550000001],[-84.265288999999996,66.177765000000022]],[[-62.183883999999864,66.237198000000092],[-62.199164999999994,66.216933999999924],[-62.404998999999862,66.218597000000045],[-62.415276000000006,66.219147000000078],[-62.421668999999952,66.222214000000008],[-62.42999999999995,66.229156000000103],[-62.426665999999898,66.233046999999999],[-62.419167000000016,66.237762000000032],[-62.319450000000018,66.269440000000031],[-62.301940999999999,66.274994000000049],[-62.287223999999924,66.278046000000131],[-62.278336000000024,66.279709000000082],[-62.261672999999973,66.280273000000022],[-62.24888599999997,66.278595000000109],[-62.243057000000022,66.276931999999988],[-62.231383999999935,66.269440000000031],[-62.183883999999864,66.237198000000092]],[[-83.067229999999881,66.255554000000075],[-83.054992999999911,66.254990000000134],[-83.043059999999969,66.255264000000068],[-83.031113000000005,66.256653000000028],[-83.019454999999994,66.259155000000135],[-82.996947999999975,66.265823000000069],[-82.960830999999985,66.272491000000059],[-82.937209999999936,66.275269000000037],[-82.91332999999986,66.276093000000003],[-82.902495999999985,66.271652000000131],[-82.904175000000009,66.266662999999937],[-82.910278000000005,66.261658000000068],[-82.918610000000001,66.257492000000013],[-82.92971799999998,66.25221300000004],[-82.935546999999929,66.251389000000074],[-82.990279999999984,66.203598],[-82.996384000000035,66.19859300000013],[-83.00778200000002,66.195250999999985],[-83.019729999999981,66.194977000000051],[-83.080291999999986,66.196640000000002],[-83.093062999999972,66.198868000000118],[-83.263335999999981,66.247208000000001],[-83.287216000000001,66.256104000000107],[-83.293335000000013,66.260544000000095],[-83.296660999999972,66.265273999999977],[-83.297775000000001,66.270263999999997],[-83.298339999999882,66.313873000000115],[-83.285004000000015,66.329163000000108],[-83.273055999999997,66.339432000000102],[-83.264175000000023,66.343597000000102],[-83.252228000000002,66.344986000000119],[-83.226944000000003,66.33998100000008],[-83.216110000000015,66.335541000000035],[-83.204726999999934,66.316666000000112],[-83.173889000000031,66.288589000000115],[-83.168059999999912,66.283874999999966],[-83.067229999999881,66.255554000000075]],[[-66.62332200000003,66.280823000000055],[-66.641952999999944,66.279434000000037],[-66.656951999999933,66.280273000000022],[-66.667495999999971,66.282760999999994],[-66.678878999999995,66.286925999999994],[-66.701400999999976,66.297760000000039],[-66.741942999999878,66.316376000000105],[-66.843063000000029,66.362487999999985],[-66.905837999999903,66.376648000000046],[-66.916107000000011,66.379974000000118],[-66.944716999999969,66.394989000000066],[-66.956115999999952,66.401932000000045],[-66.958617999999944,66.40637200000009],[-66.958344000000011,66.411926000000051],[-66.955276000000026,66.413605000000075],[-66.944442999999922,66.413879000000009],[-66.851943999999946,66.402205999999978],[-66.829726999999991,66.398330999999985],[-66.823059000000001,66.392761000000121],[-66.820846999999958,66.388046000000088],[-66.801101999999958,66.375534000000073],[-66.782227000000034,66.369141000000127],[-66.726944000000003,66.354980000000126],[-66.705565999999976,66.349715999999944],[-66.678329000000019,66.345535000000041],[-66.662216000000001,66.343597000000102],[-66.650283999999942,66.34304800000001],[-66.639724999999999,66.340546000000074],[-66.62388599999997,66.335266000000047],[-66.584441999999967,66.320541000000105],[-66.575012000000015,66.313873000000115],[-66.573623999999995,66.310806000000014],[-66.591675000000009,66.293593999999985],[-66.605269999999962,66.286652000000061],[-66.62332200000003,66.280823000000055]],[[-66.998336999999935,66.493042000000003],[-66.990279999999984,66.489150999999936],[-66.976104999999961,66.489150999999936],[-66.963332999999977,66.487198000000035],[-66.873321999999973,66.468596999999988],[-66.868880999999988,66.464431999999988],[-66.871384000000035,66.460541000000092],[-66.878052000000025,66.458327999999995],[-66.936110999999926,66.445525999999973],[-66.948883000000023,66.444702000000007],[-66.987212999999997,66.445250999999928],[-67.030288999999925,66.45248400000014],[-67.036666999999966,66.456099999999992],[-67.038329999999974,66.472488000000055],[-67.038054999999986,66.478043000000127],[-67.035278000000005,66.484711000000118],[-67.025008999999955,66.489975000000129],[-67.006957999999884,66.493042000000003],[-66.998336999999935,66.493042000000003]],[[-107.92304999999993,66.850540000000024],[-107.93499799999989,66.849152000000117],[-107.94611399999991,66.851089000000115],[-107.94554099999993,66.856934000000024],[-107.837784,67.003875999999991],[-107.83029199999993,67.008606000000043],[-107.81696299999993,67.009155000000135],[-107.80666400000001,67.005829000000119],[-107.79499800000002,66.997208000000001],[-107.79110699999995,66.988312000000064],[-107.78971899999999,66.985259999999982],[-107.79055800000003,66.979705999999965],[-107.82389799999999,66.901093000000003],[-107.83000199999992,66.895538000000101],[-107.89499699999999,66.860809000000017],[-107.90360999999996,66.856934000000024],[-107.92304999999993,66.850540000000024]],[[-108.01445000000001,66.897766000000047],[-108.025284,66.895538000000101],[-108.03859699999998,66.897217000000126],[-108.04444899999993,66.901382000000126],[-108.09638999999993,66.967484000000013],[-108.09777800000001,66.972762999999986],[-108.10659799999996,67.026001000000065],[-108.06360599999988,67.001099000000067],[-107.93831599999999,66.946930000000066],[-107.95944199999991,66.931655999999975],[-107.96665999999993,66.926651000000106],[-108.00583599999987,66.901931999999931],[-108.01445000000001,66.897766000000047]],[[-63.059166000000005,66.957764000000111],[-63.083327999999995,66.954987000000017],[-63.095550999999944,66.955826000000002],[-63.116942999999992,66.963043000000084],[-63.136391000000003,66.974701000000096],[-63.163054999999929,66.995255000000043],[-63.165549999999996,66.999145999999939],[-63.166106999999954,67.004990000000134],[-63.159163999999976,67.015549000000021],[-63.154166999999973,67.021378000000027],[-63.144446999999957,67.028869999999984],[-63.127494999999954,67.033599999999979],[-63.123055000000022,67.034713999999951],[-63.110831999999903,67.033875000000023],[-63.101668999999902,67.029709000000082],[-63.098052999999936,67.027205999999978],[-63.097778000000005,67.023315000000082],[-63.021111000000019,66.996643000000006],[-63.011672999999973,66.992477000000065],[-63.003890999999953,66.988585999999998],[-62.999999999999886,66.984420999999998],[-62.999442999999985,66.978591999999992],[-63.002228000000002,66.97554000000008],[-63.020835999999974,66.966385000000002],[-63.040000999999961,66.960815000000139],[-63.059166000000005,66.957764000000111]],[[-62.918334999999956,67.009720000000016],[-62.938048999999978,67.005829000000119],[-62.977775999999949,67.006653000000085],[-63.009726999999998,67.009995000000004],[-63.037780999999939,67.015823000000125],[-63.068335999999988,67.025543000000027],[-63.092772999999966,67.035812000000078],[-63.12388599999997,67.049149000000114],[-63.135559000000001,67.054703000000075],[-63.138892999999996,67.059418000000107],[-63.138054000000011,67.065262000000132],[-63.135833999999988,67.069716999999969],[-63.130279999999914,67.074158000000068],[-63.11721799999998,67.078873000000101],[-63.110557999999969,67.080276000000026],[-63.100081999999929,67.079712000000086],[-63.002228000000002,67.069443000000035],[-62.978333000000021,67.062759000000142],[-62.961112999999955,67.054703000000075],[-62.941108999999926,67.043593999999985],[-62.922500999999954,67.031097000000045],[-62.914444000000003,67.023041000000148],[-62.912215999999944,67.014708999999982],[-62.918334999999956,67.009720000000016]],[[-62.64416499999993,67.057479999999998],[-62.646949999999947,67.049988000000042],[-62.65166499999998,67.04693600000013],[-62.752501999999993,67.010543999999982],[-62.764449999999954,67.009155000000135],[-62.782775999999956,67.009430000000009],[-62.813056999999958,67.016937000000098],[-62.832222000000002,67.024429000000055],[-62.899445000000014,67.058318999999983],[-62.894599999999969,67.059113000000082],[-62.865004999999996,67.057479999999998],[-62.82028200000002,67.055817000000047],[-62.810279999999977,67.05693100000002],[-62.806664000000012,67.05914300000012],[-62.702869000000021,67.128685000000075],[-62.652221999999995,67.166091999999992],[-62.641945000000021,67.174149],[-62.631942999999865,67.176926000000037],[-62.547782999999924,67.186096000000134],[-62.533889999999985,67.187195000000088],[-62.425277999999992,67.191085999999984],[-62.418059999999969,67.19081099999994],[-62.37888299999986,67.169708000000071],[-62.375274999999931,67.165817000000004],[-62.376105999999936,67.164429000000098],[-62.388054000000011,67.157486000000063],[-62.443610999999919,67.135817999999972],[-62.451942000000031,67.132751000000042],[-62.472495999999978,67.126083000000051],[-62.504172999999923,67.119430999999963],[-62.538612000000001,67.113876000000062],[-62.569449999999961,67.105819999999994],[-62.580001999999979,67.102203000000088],[-62.596106999999961,67.092209000000025],[-62.631667999999934,67.069991999999957],[-62.638610999999912,67.063873000000115],[-62.64416499999993,67.057479999999998]],[[-107.40778399999999,67.083054000000004],[-107.49054699999999,67.071380999999974],[-107.50639299999995,67.072495000000117],[-107.51750199999987,67.074706999999989],[-107.52778599999999,67.078048999999965],[-107.54972800000002,67.08998100000008],[-107.56500199999999,67.103317000000061],[-107.57444799999996,67.112198000000149],[-107.58389299999988,67.121368000000018],[-107.59110999999996,67.130813999999987],[-107.62917299999992,67.18331900000004],[-107.63054699999992,67.188582999999994],[-107.62970699999988,67.194138000000066],[-107.62666300000001,67.200272000000098],[-107.62053700000001,67.206100000000049],[-107.60833700000001,67.20748900000001],[-107.59777799999995,67.204162999999994],[-107.58168000000001,67.196365000000128],[-107.57584400000002,67.192200000000128],[-107.56194299999987,67.183868000000132],[-107.51000999999991,67.15637200000009],[-107.47778299999993,67.140823000000012],[-107.46193700000003,67.133331000000055],[-107.44360399999999,67.126083000000051],[-107.412781,67.115814000000057],[-107.40055799999993,67.113037000000134],[-107.40778399999999,67.083054000000004]],[[-95.361663999999962,67.197754000000145],[-95.373610999999926,67.196365000000128],[-95.400557999999933,67.197204999999997],[-95.415282999999988,67.199707000000103],[-95.430831999999896,67.202773999999977],[-95.527495999999928,67.223037999999974],[-95.543334999999956,67.226379000000009],[-95.551392000000021,67.230270000000075],[-95.552779999999927,67.235260000000096],[-95.542220999999984,67.238585999999941],[-95.391112999999962,67.263046000000145],[-95.377776999999924,67.262772000000041],[-95.317229999999995,67.255554000000018],[-95.307220000000029,67.252486999999917],[-95.305832000000009,67.247757000000092],[-95.309432999999956,67.242203000000075],[-95.314712999999927,67.238585999999941],[-95.336669999999913,67.212769000000094],[-95.342772999999966,67.206940000000088],[-95.361663999999962,67.197754000000145]],[[-107.66278099999994,67.22026100000005],[-107.675003,67.218872000000033],[-107.73029300000002,67.289978000000076],[-107.73306300000002,67.300261999999918],[-107.73029300000002,67.306366000000139],[-107.72501399999993,67.31303400000013],[-107.71083099999998,67.319153000000142],[-107.67777999999993,67.311919999999986],[-107.66944899999993,67.30802900000009],[-107.66000399999996,67.298874000000012],[-107.64472999999998,67.269150000000025],[-107.64028899999994,67.253601000000117],[-107.63945000000001,67.242752000000053],[-107.64250199999992,67.236649000000114],[-107.64778100000001,67.229980000000012],[-107.65416699999997,67.224426000000051],[-107.66278099999994,67.22026100000005]],[[-63.366393999999957,67.287766000000033],[-63.396111000000019,67.269988999999953],[-63.417777999999998,67.26638800000012],[-63.456107999999972,67.264434999999992],[-63.507506999999976,67.269440000000031],[-63.541945999999939,67.272491000000059],[-63.55972300000002,67.273041000000092],[-63.578339000000028,67.273315000000025],[-63.62027699999993,67.269150000000025],[-63.763618000000008,67.272491000000059],[-63.81361400000003,67.279160000000104],[-63.829726999999878,67.28414900000007],[-63.819449999999961,67.289978000000076],[-63.796668999999952,67.299987999999985],[-63.688331999999889,67.341660000000047],[-63.666663999999969,67.345535000000041],[-63.646110999999962,67.348038000000031],[-63.605559999999969,67.352203000000031],[-63.585830999999871,67.353317000000004],[-63.485001000000011,67.341094999999996],[-63.369164000000012,67.302475000000072],[-63.357779999999991,67.293868999999972],[-63.366393999999957,67.287766000000033]],[[-107.91082799999998,67.310532000000023],[-107.93443300000001,67.306640999999956],[-107.94803599999995,67.308319000000097],[-108.08444199999997,67.381363000000079],[-108.076683,67.424698000000035],[-108.07389799999993,67.430817000000104],[-108.06861899999996,67.437485000000038],[-108.06111099999993,67.442200000000071],[-107.94748700000002,67.479980000000012],[-107.91776999999996,67.48942599999998],[-107.90306099999992,67.489151000000106],[-107.89472999999992,67.485535000000084],[-107.88722200000001,67.476089000000115],[-107.88276699999989,67.462494000000049],[-107.89806399999998,67.319717000000082],[-107.90110799999997,67.313598999999954],[-107.91082799999998,67.310532000000023]],[[-108.36833200000001,67.467209000000082],[-108.38194299999998,67.466660000000104],[-108.39806399999998,67.467758000000003],[-108.43388399999998,67.47665400000011],[-108.44444299999992,67.479980000000012],[-108.45278899999994,67.483871000000079],[-108.45889299999988,67.488037000000134],[-108.49249299999997,67.519714000000079],[-108.49638400000003,67.524429000000112],[-108.49582700000002,67.529984000000013],[-108.49137899999999,67.563034000000073],[-108.48137700000001,67.566375999999991],[-108.45777899999996,67.568054000000132],[-108.33583099999993,67.565810999999997],[-108.29750100000001,67.557205000000067],[-108.28582799999998,67.54304500000012],[-108.28443899999996,67.537766000000147],[-108.29527299999995,67.49693300000007],[-108.30166600000001,67.491089000000045],[-108.35722399999986,67.469437000000028],[-108.36833200000001,67.467209000000082]],[[-108.14111300000002,67.449997000000053],[-108.16944899999993,67.449707000000046],[-108.23665599999993,67.456650000000025],[-108.25167799999997,67.458878000000141],[-108.26222200000001,67.462204000000042],[-108.26806599999992,67.466660000000104],[-108.27194199999991,67.471374999999966],[-108.275284,67.481658999999979],[-108.22556299999997,67.565536000000122],[-108.21916199999987,67.571106000000043],[-108.20638999999994,67.570540999999992],[-108.19833399999999,67.566665999999998],[-108.17360699999995,67.552475000000015],[-108.1661069999999,67.54304500000012],[-108.13137799999993,67.481934000000024],[-108.12970699999994,67.47665400000011],[-108.12888299999997,67.465820000000065],[-108.12943999999999,67.460266000000047],[-108.13249200000001,67.454163000000108],[-108.14111300000002,67.449997000000053]],[[-108.32277699999997,67.589980999999966],[-108.32362399999994,67.586655000000121],[-108.33944700000001,67.587769000000094],[-108.42027300000001,67.599426000000051],[-108.48222399999992,67.631363000000022],[-108.48388699999992,67.636658000000068],[-108.475281,67.640548999999965],[-108.46389799999992,67.643051000000071],[-108.44803599999995,67.641937000000041],[-108.41832699999992,67.63638300000008],[-108.40334299999995,67.634155000000135],[-108.390289,67.631088000000034],[-108.379707,67.627762000000132],[-108.37138400000003,67.62414600000011],[-108.33416699999992,67.604156000000103],[-108.32277699999997,67.589980999999966]],[[-63.881942999999978,67.503326000000015],[-63.935555000000022,67.501938000000109],[-63.979163999999912,67.503052000000082],[-63.99500299999994,67.504166000000055],[-64.005279999999914,67.505263999999954],[-64.025283999999942,67.510544000000039],[-64.029723999999874,67.513885000000073],[-64.031677000000002,67.518600000000106],[-64.034728999999913,67.52887000000004],[-64.038054999999872,67.542755000000113],[-64.034438999999907,67.558594000000028],[-63.981110000000001,67.644150000000025],[-63.976944000000003,67.649428999999998],[-63.969993999999986,67.653595000000109],[-63.962775999999963,67.65554800000001],[-63.952498999999989,67.654434000000037],[-63.945549000000028,67.651382000000126],[-63.93721800000003,67.645263999999997],[-63.926392000000021,67.633330999999941],[-63.922226000000023,67.624985000000038],[-63.915549999999996,67.617203000000131],[-63.904442000000017,67.60803199999998],[-63.875556999999958,67.593048000000067],[-63.853888999999924,67.585541000000148],[-63.815276999999924,67.566665999999998],[-63.787223999999981,67.550537000000077],[-63.769996999999989,67.537766000000147],[-63.763618000000008,67.529709000000025],[-63.758056999999951,67.520538000000045],[-63.760833999999988,67.51527400000009],[-63.769447000000014,67.513321000000133],[-63.818335999999988,67.5086060000001],[-63.842223999999931,67.506377999999984],[-63.881942999999978,67.503326000000015]],[[-108.05999799999995,67.475266000000033],[-108.08972199999994,67.465546000000131],[-108.10333300000002,67.467209000000082],[-108.109444,67.471374999999966],[-108.11332700000003,67.476089000000115],[-108.14389,67.530547999999953],[-108.14277600000003,67.541655999999989],[-108.13362099999989,67.628036000000066],[-108.13221699999997,67.639434999999992],[-108.11776699999996,67.669982999999945],[-108.11361699999998,67.675261999999975],[-108.10109699999992,67.676651000000106],[-108.087219,67.674988000000042],[-108.01418299999995,67.662491000000045],[-108.00361599999997,67.65914900000007],[-107.99553700000001,67.655258000000003],[-107.98944099999994,67.651093000000003],[-107.98332199999999,67.644714000000135],[-107.92832900000002,67.561645999999996],[-107.92304999999993,67.551651000000049],[-107.92138699999992,67.54664600000001],[-107.922234,67.540817000000004],[-107.92749000000003,67.534424000000058],[-108.05999799999995,67.475266000000033]],[[-97.502791999999943,67.624420000000043],[-97.515563999999927,67.623871000000065],[-97.530288999999982,67.624985000000038],[-97.541381999999999,67.628860000000032],[-97.549437999999952,67.638045999999974],[-97.551391999999964,67.642761000000007],[-97.553054999999915,67.647766000000104],[-97.560546999999929,67.692748999999992],[-97.40055799999999,67.731658999999922],[-97.387786999999889,67.732208000000071],[-97.360001000000011,67.731658999999922],[-97.346389999999928,67.728317000000004],[-97.337783999999999,67.724152000000004],[-97.337783999999999,67.721100000000092],[-97.33277899999996,67.70637499999998],[-97.327224999999999,67.681655999999975],[-97.33277899999996,67.675812000000008],[-97.341675000000009,67.670532000000094],[-97.370543999999882,67.657760999999994],[-97.433608999999933,67.637497000000053],[-97.478881999999942,67.627472000000125],[-97.502791999999943,67.624420000000043]],[[-109.11221299999994,67.763321000000076],[-109.12581599999987,67.76249700000011],[-109.14111299999996,67.764998999999989],[-109.195267,67.775543000000027],[-109.20612299999993,67.778869999999984],[-109.20777900000002,67.783875000000023],[-109.16944899999999,67.797759999999926],[-109.15943899999996,67.801085999999998],[-109.135559,67.802764999999965],[-109.0933379999999,67.803863999999976],[-109.07584400000002,67.802199999999971],[-109.06054699999999,67.799713000000054],[-109.03916899999996,67.793320000000108],[-109.04083299999996,67.788315000000068],[-109.05277999999993,67.782486000000063],[-109.08000199999987,67.771103000000039],[-109.08972199999994,67.768051000000128],[-109.11221299999994,67.763321000000076]],[[-96.170546999999999,67.773041000000148],[-96.182769999999948,67.77165199999996],[-96.192490000000021,67.773605000000089],[-96.196380999999917,67.778046000000018],[-96.185821999999973,67.794708000000014],[-96.179992999999968,67.800262000000032],[-96.171386999999925,67.806366000000025],[-96.098617999999988,67.832213999999965],[-96.077224999999942,67.838882000000126],[-96.065552000000025,67.841095000000109],[-96.053328999999962,67.842758000000003],[-96.040282999999931,67.843323000000055],[-96.02806099999998,67.841659999999933],[-95.997498000000007,67.820830999999998],[-95.996384000000035,67.81581100000011],[-96.004729999999995,67.809708000000001],[-96.016113000000018,67.807479999999998],[-96.040832999999964,67.804428000000087],[-96.170546999999999,67.773041000000148]],[[-114.11501299999998,67.883880999999974],[-114.08222999999998,67.883041000000105],[-114.02223200000003,67.884155000000078],[-114.00583599999999,67.8836060000001],[-113.95500199999998,67.881362999999965],[-113.92138699999998,67.878036000000009],[-113.925003,67.874694999999974],[-113.94138299999986,67.875259000000142],[-113.98638899999997,67.874419999999986],[-113.99999999999994,67.873306000000014],[-114.01027699999992,67.871368000000075],[-114.05166600000001,67.870254999999986],[-114.08306900000002,67.87052900000009],[-114.195267,67.872482000000048],[-114.22972099999987,67.874146000000053],[-114.25250199999999,67.879974000000004],[-114.29638699999998,67.892212000000029],[-114.29695100000004,67.895263999999941],[-114.27555799999999,67.900542999999914],[-114.25110599999994,67.904433999999981],[-114.21972700000003,67.904160000000047],[-114.20612299999993,67.901932000000102],[-114.17388899999997,67.892487000000074],[-114.14862099999999,67.887206999999989],[-114.13305700000001,67.885269000000051],[-114.11501299999998,67.883880999999974]],[[-97.856383999999935,67.850539999999967],[-97.866942999999992,67.846939000000134],[-97.924164000000019,67.849991000000045],[-97.954453000000001,67.856368999999972],[-97.963333000000034,67.860260000000039],[-97.970001000000025,67.86442599999998],[-97.974166999999909,67.869141000000013],[-97.973327999999924,67.874146000000053],[-97.976944000000003,67.884155000000078],[-97.97444200000001,67.904984000000013],[-97.961120999999991,67.90554800000001],[-97.933318999999983,67.89888000000002],[-97.920272999999952,67.893600000000106],[-97.91361999999998,67.889160000000118],[-97.895554000000004,67.881362999999965],[-97.86221299999994,67.859985000000052],[-97.858046999999942,67.855255],[-97.856383999999935,67.850539999999967]],[[-108.64695699999999,67.86943100000002],[-108.66082799999998,67.868865999999969],[-108.66915899999998,67.872482000000048],[-108.64666699999998,67.887206999999989],[-108.58500700000002,67.915543000000071],[-108.56610099999989,67.922759999999982],[-108.54472399999997,67.928314],[-108.531113,67.928864000000033],[-108.38027999999997,67.922484999999995],[-108.37082699999996,67.919708000000071],[-108.36444099999994,67.915543000000071],[-108.36110699999989,67.905257999999947],[-108.35944399999994,67.899993999999992],[-108.41221599999994,67.885817999999972],[-108.64695699999999,67.86943100000002]],[[-113.390289,67.897766000000047],[-113.46389799999997,67.895828000000108],[-113.52694699999995,67.896378000000141],[-113.55972300000002,67.897491000000002],[-113.59416199999993,67.899428999999941],[-113.60333299999991,67.903046000000074],[-113.59750399999996,67.906647000000135],[-113.58528100000001,67.908600000000092],[-113.41972399999997,67.925262000000089],[-113.39111300000002,67.926651000000049],[-113.34750400000001,67.928040000000067],[-113.27390299999996,67.929977000000122],[-113.25723299999993,67.929428000000144],[-113.25029000000001,67.925262000000089],[-113.24694799999997,67.914429000000098],[-113.25361599999997,67.909424000000058],[-113.27778599999999,67.905822999999998],[-113.297234,67.904433999999981],[-113.33444199999991,67.901092999999946],[-113.390289,67.897766000000047]],[[-112.93055700000002,67.916655999999989],[-112.98361199999999,67.915268000000083],[-112.99999999999989,67.916092000000049],[-113.06027199999994,67.915268000000083],[-113.13110399999999,67.911652000000004],[-113.14750700000002,67.912200999999982],[-113.14750700000002,67.915817000000004],[-113.13806199999999,67.919144000000131],[-112.94304699999998,67.931091000000094],[-112.89639299999999,67.93081699999999],[-112.88722199999995,67.927200000000028],[-112.890289,67.921921000000054],[-112.90110800000002,67.919144000000131],[-112.93055700000002,67.916655999999989]],[[-111.07167099999998,67.847488000000055],[-111.08666999999997,67.847488000000055],[-111.0911099999999,67.852203000000088],[-111.08693700000003,67.858871000000079],[-111.07028200000002,67.867203000000075],[-110.84889199999998,67.954711999999972],[-110.83917200000002,67.958037999999988],[-110.82668299999995,67.959717000000012],[-110.81388900000002,67.959152000000017],[-110.80722000000003,67.954987000000017],[-110.80943300000001,67.948867999999948],[-110.81696299999999,67.940262000000018],[-110.86221299999994,67.894989000000123],[-110.86945300000002,67.889984000000084],[-110.88027999999991,67.887496999999996],[-111.05943300000001,67.849152000000061],[-111.07167099999998,67.847488000000055]],[[-114.21916199999998,67.945250999999985],[-114.29583699999995,67.944702000000063],[-114.30999799999995,67.945816000000036],[-114.31722999999988,67.949707000000103],[-114.31082200000003,67.954711999999972],[-114.30027799999988,67.957489000000066],[-114.25446299999987,67.963318000000072],[-114.17138699999992,67.969147000000078],[-114.13999899999999,67.96887200000009],[-114.12416099999996,67.967209000000139],[-114.12110899999993,67.961929000000055],[-114.12332199999992,67.958037999999988],[-114.16332999999986,67.949142000000052],[-114.20388800000001,67.945816000000036],[-114.21916199999998,67.945250999999985]],[[-108.13806199999999,67.872482000000048],[-108.15167199999996,67.871918000000107],[-108.24553699999996,67.878036000000009],[-108.25418100000002,67.881927000000076],[-108.25556899999992,67.887206999999989],[-108.23916599999995,67.920258000000103],[-108.236107,67.926376000000062],[-108.23111,67.933044000000052],[-108.22471599999994,67.938873000000058],[-108.198036,67.950821000000076],[-108.14723200000003,67.96665999999999],[-108.12581599999999,67.972214000000008],[-108.114441,67.974426000000051],[-108.10056299999997,67.974991000000102],[-108.08416699999998,67.97387700000013],[-108.07140399999992,67.971100000000035],[-108.06054699999999,67.967758000000117],[-108.05444299999988,67.963318000000072],[-108.05055199999998,67.958603000000039],[-108.048607,67.949142000000052],[-108.05139200000002,67.926651000000049],[-108.06331599999993,67.902206000000035],[-108.06833599999999,67.895538000000045],[-108.07501200000002,67.889709000000039],[-108.08249699999999,67.884995000000117],[-108.09137699999985,67.880814000000044],[-108.11277799999999,67.87553400000013],[-108.13806199999999,67.872482000000048]],[[-113.72000099999997,67.973312000000078],[-113.72778299999993,67.969147000000078],[-113.73998999999998,67.967209000000139],[-113.75361599999997,67.966094999999996],[-113.79750099999995,67.964705999999978],[-113.99305699999996,67.961104999999918],[-113.99109599999997,67.964995999999985],[-113.98249800000002,67.967209000000139],[-113.97250400000001,67.968597000000045],[-113.91639700000002,67.972214000000008],[-113.88639799999999,67.972762999999986],[-113.83833299999998,67.971924000000001],[-113.81111099999993,67.97387700000013],[-113.78527800000001,67.976929000000041],[-113.77223199999997,67.980270000000075],[-113.74082899999996,67.979980000000069],[-113.72501399999999,67.978043000000014],[-113.72000099999997,67.973312000000078]],[[-109.195267,67.989974999999959],[-109.04998799999993,67.958328000000051],[-109.03028899999993,67.966933999999924],[-108.99082900000002,67.976379000000009],[-108.97693599999997,67.976929000000041],[-108.95111099999991,67.973312000000078],[-108.89723199999997,67.956940000000088],[-108.88445300000001,67.94859300000013],[-108.86554699999999,67.905822999999998],[-108.86609599999991,67.90026899999998],[-108.87943999999999,67.875259000000142],[-108.88806199999999,67.871093999999971],[-108.90055799999999,67.869705000000124],[-108.916946,67.87052900000009],[-109.04888900000003,67.90387000000004],[-109.10305799999998,67.920258000000103],[-109.135559,67.930267000000129],[-109.16972399999992,67.945250999999985],[-109.18888899999996,67.957764000000054],[-109.195267,67.962204000000099],[-109.19888299999997,67.972488000000112],[-109.198036,67.983871000000136],[-109.195267,67.989974999999959]],[[-110.33444199999997,68.011658000000125],[-110.39362299999993,68.011108000000092],[-110.41000400000001,68.011932000000058],[-110.42111199999994,68.014998999999932],[-110.42083700000001,68.020827999999995],[-110.41055299999999,68.024704000000042],[-110.32640099999992,68.047760000000096],[-110.317497,68.049712999999997],[-110.31082199999992,68.045532000000094],[-110.30888400000003,68.037491000000045],[-110.316101,68.019150000000025],[-110.32333399999999,68.014160000000004],[-110.33444199999997,68.011658000000125]],[[-98.951401000000033,67.979980000000069],[-98.963622999999927,67.978317000000118],[-98.979445999999939,67.980270000000075],[-99.005004999999983,67.987198000000092],[-99.014450000000011,67.991088999999988],[-99.028335999999911,67.999420000000043],[-99.078612999999905,68.045592999999997],[-99.051392000000021,68.055817000000047],[-98.990554999999858,68.078323000000069],[-98.975554999999986,68.077209000000039],[-98.968886999999995,68.073044000000039],[-98.964721999999995,68.064987000000087],[-98.934432999999956,67.99664300000012],[-98.934998000000007,67.991363999999976],[-98.942763999999954,67.985259999999926],[-98.951401000000033,67.979980000000069]],[[-65.397232000000031,68.039978000000133],[-65.409163999999976,68.039428999999984],[-65.500290000000007,68.046097000000145],[-65.510833999999988,68.04942299999999],[-65.516662999999994,68.05442800000003],[-65.519729999999981,68.067490000000078],[-65.518065999999976,68.072220000000073],[-65.505279999999971,68.076385000000073],[-65.43582200000003,68.088042999999971],[-65.394454999999994,68.08998100000008],[-65.386397999999929,68.088318000000129],[-65.390288999999996,68.078323000000069],[-65.383057000000008,68.053314000000057],[-65.383330999999941,68.048599000000024],[-65.387222000000008,68.043320000000051],[-65.397232000000031,68.039978000000133]],[[-108.50611900000001,68.034714000000122],[-108.51862299999993,68.033324999999934],[-108.53388999999999,68.035538000000088],[-108.54028299999993,68.039978000000133],[-108.53751399999999,68.046097000000145],[-108.45472699999999,68.090546000000074],[-108.44748700000002,68.087769000000037],[-108.44583099999994,68.082489000000123],[-108.44611399999991,68.074706999999989],[-108.45140100000003,68.068054000000018],[-108.46665999999999,68.058319000000097],[-108.49722299999996,68.038879000000122],[-108.50611900000001,68.034714000000122]],[[-109.32167099999998,67.981094000000041],[-109.33556399999992,67.980270000000075],[-109.35193600000002,67.981369000000086],[-109.37805199999991,67.986923000000047],[-109.432503,68.003052000000025],[-109.49804699999993,68.022766000000104],[-109.50666799999993,68.026382000000126],[-109.53888699999999,68.047485000000052],[-109.54305999999991,68.052200000000084],[-109.50473,68.088882000000069],[-109.49749799999989,68.093597000000102],[-109.484734,68.095260999999937],[-109.44722000000002,68.092209000000025],[-109.41055299999999,68.071930000000066],[-109.32167099999998,68.039978000000133],[-109.31527699999987,68.035812000000021],[-109.3116609999999,68.025543000000027],[-109.31111099999987,67.997756999999922],[-109.3116609999999,67.991928000000087],[-109.31416299999995,67.985809000000074],[-109.32167099999998,67.981094000000041]],[[-108.36054999999999,68.049712999999997],[-108.37444299999993,68.048874000000069],[-108.38751200000002,68.05192599999998],[-108.40638699999994,68.064697000000081],[-108.40805099999994,68.069716999999969],[-108.40167200000002,68.075546000000145],[-108.38221699999991,68.092758000000003],[-108.37444299999993,68.095535000000041],[-108.36193800000001,68.096939000000077],[-108.32000699999992,68.098877000000016],[-108.306107,68.099425999999937],[-108.29444899999999,68.097214000000065],[-108.297234,68.091095000000053],[-108.29778299999998,68.085541000000035],[-108.30082700000003,68.079437000000041],[-108.30860899999999,68.074706999999989],[-108.34916699999997,68.05192599999998],[-108.36054999999999,68.049712999999997]],[[-110.21362299999998,68.038039999999967],[-110.23998999999998,68.035812000000021],[-110.25639299999995,68.036652000000061],[-110.25862100000001,68.041931000000034],[-110.25,68.046097000000145],[-110.22165699999994,68.056641000000013],[-110.18195300000002,68.069716999999969],[-109.93276999999989,68.131927000000076],[-109.92166099999997,68.134155000000021],[-109.89639299999999,68.13749700000011],[-109.88583399999993,68.136383000000137],[-109.87721299999993,68.12692300000009],[-109.87748699999997,68.121368000000018],[-109.882767,68.114151000000106],[-109.88527699999997,68.108032000000037],[-109.88999899999993,68.101379000000065],[-109.89584399999995,68.095535000000041],[-109.90334300000001,68.090546000000074],[-109.92111199999994,68.081664999999987],[-109.93222000000003,68.079163000000108],[-110.08721899999995,68.053314000000057],[-110.21362299999998,68.038039999999967]],[[-112.78056299999997,68.131088000000091],[-112.79276999999996,68.129424999999969],[-112.88999899999999,68.137207000000103],[-112.9058379999999,68.139160000000061],[-112.91722099999998,68.142211999999972],[-112.922234,68.146652000000017],[-112.91832699999992,68.153594999999996],[-112.91306299999997,68.159424000000001],[-112.90638699999994,68.164429000000041],[-112.89835399999998,68.168869000000086],[-112.88861099999997,68.172211000000004],[-112.87638900000002,68.173874000000126],[-112.86110699999995,68.174149000000114],[-112.76722699999993,68.166656000000103],[-112.75167799999997,68.164703000000145],[-112.74973299999994,68.158034999999984],[-112.74472000000003,68.153594999999996],[-112.74638399999998,68.147490999999945],[-112.75334199999998,68.142211999999972],[-112.76139799999993,68.138046000000088],[-112.78056299999997,68.131088000000091]],[[-74.21556099999998,68.117751999999939],[-74.164718999999991,68.065536000000066],[-73.974716000000001,68.041092000000106],[-73.736388999999974,68.013611000000026],[-73.655471999999975,68.007705999999985],[-73.643340999999907,68.012207000000046],[-73.619995000000017,68.014998999999932],[-73.608886999999868,68.015548999999965],[-73.578063999999983,68.014434999999992],[-73.567504999999983,68.013046000000031],[-73.543883999999935,68.008330999999998],[-73.439986999999974,67.985535000000141],[-73.428329000000019,67.982208000000014],[-73.418883999999991,67.97886699999998],[-73.411666999999966,67.974991000000102],[-73.409728999999913,67.970534999999984],[-73.348617999999988,67.828048999999965],[-73.361664000000019,67.810257000000092],[-73.377776999999867,67.793869000000029],[-73.383330999999941,67.789429000000041],[-73.404175000000009,67.774994000000106],[-73.411391999999921,67.770537999999988],[-73.418609999999944,67.766388000000006],[-73.429442999999992,67.762771999999927],[-73.449431999999945,67.76249700000011],[-73.664168999999958,67.774704000000099],[-73.932219999999916,67.78637700000013],[-73.993057000000022,67.788040000000024],[-74.038329999999917,67.788589000000002],[-74.083892999999875,67.788315000000068],[-74.113327000000027,67.787201000000096],[-74.168059999999855,67.78276100000005],[-74.228881999999942,67.775268999999923],[-74.251952999999901,67.772491000000116],[-74.263061999999991,67.77165199999996],[-74.305832000000009,67.768600000000049],[-74.32028200000002,67.768875000000094],[-74.388610999999969,67.775268999999923],[-74.400833000000034,67.776657000000057],[-74.481109999999944,67.789429000000041],[-74.535278000000005,67.804703000000131],[-74.564162999999951,67.814423000000033],[-74.581680000000006,67.821381000000031],[-74.59722899999997,67.828598000000113],[-74.640838999999971,67.852203000000088],[-74.659728999999913,67.864700000000084],[-74.684433000000013,67.881927000000076],[-74.758895999999993,67.950271999999984],[-74.772232000000031,67.963318000000072],[-74.775557999999876,67.969147000000078],[-74.777221999999995,67.97387700000013],[-74.778060999999923,68.006104000000107],[-74.777495999999985,68.017761000000064],[-74.773055999999997,68.029984000000127],[-74.760009999999966,68.05442800000003],[-74.754181000000017,68.06053200000008],[-74.748610999999926,68.065536000000066],[-74.731948999999872,68.070831000000112],[-74.718613000000005,68.072220000000073],[-74.629990000000021,68.078598000000056],[-74.615279999999984,68.078323000000069],[-74.436661000000015,68.097487999999998],[-74.363892000000021,68.166381999999999],[-74.355834999999956,68.172759999999982],[-74.346953999999926,68.176376000000005],[-74.339447000000007,68.177199999999971],[-74.322509999999909,68.173035000000141],[-74.268889999999999,68.154984000000013],[-74.239440999999999,68.144989000000066],[-74.231673999999941,68.141936999999984],[-74.216399999999965,68.134155000000021],[-74.212509000000011,68.130538999999942],[-74.210830999999985,68.124984999999981],[-74.21556099999998,68.117751999999939]],[[-65.642226999999991,68.159424000000001],[-65.56639100000001,68.152205999999978],[-65.512787000000003,68.15277100000003],[-65.502791999999999,68.151093000000117],[-65.497771999999941,68.14776599999999],[-65.494445999999925,68.142487000000017],[-65.495543999999995,68.128310999999997],[-65.500838999999985,68.121918000000051],[-65.516953000000001,68.113037000000077],[-65.525283999999999,68.109711000000061],[-65.675551999999982,68.096100000000092],[-65.686935000000005,68.095825000000104],[-65.696105999999929,68.098877000000016],[-65.709731999999974,68.106094000000098],[-65.713897999999972,68.112762000000089],[-65.721938999999963,68.164429000000041],[-65.716949,68.175812000000064],[-65.711670000000026,68.180267000000072],[-65.701400999999976,68.181366000000082],[-65.67582699999997,68.179977000000065],[-65.656661999999926,68.175262000000032],[-65.648345999999947,68.168594000000041],[-65.646666999999923,68.163605000000075],[-65.642226999999991,68.159424000000001]],[[-107.47361799999993,68.144714000000079],[-107.48500100000001,68.142487000000017],[-107.50140399999998,68.143600000000049],[-107.55499299999991,68.160537999999974],[-107.55416899999994,68.166091999999992],[-107.54499800000002,68.169983000000059],[-107.5038909999999,68.182480000000055],[-107.49472000000003,68.18664600000011],[-107.48444399999994,68.189697000000137],[-107.46806300000003,68.188582999999994],[-107.46193700000003,68.184142999999949],[-107.46028100000001,68.179153000000099],[-107.45935800000001,68.175629000000015],[-107.45667299999997,68.174423000000047],[-107.45527600000003,68.169144000000074],[-107.45584099999996,68.163605000000075],[-107.46694899999994,68.15026899999998],[-107.47361799999993,68.144714000000079]],[[-104.453056,68.102203000000031],[-104.48277299999995,68.079712000000029],[-104.497772,68.080275999999969],[-104.50334199999992,68.084717000000069],[-104.55304699999999,68.140274000000034],[-104.55610699999994,68.145264000000111],[-104.55695299999996,68.15026899999998],[-104.55387899999999,68.161651999999947],[-104.54666099999997,68.164992999999981],[-104.42639200000002,68.199997000000053],[-104.41555799999998,68.202773999999977],[-104.391953,68.206940000000088],[-104.37721299999998,68.199707000000046],[-104.36860699999994,68.190536000000122],[-104.370003,68.184982000000105],[-104.37416100000002,68.178863999999976],[-104.40499899999992,68.139435000000049],[-104.453056,68.102203000000031]],[[-107.38890100000003,68.172211000000004],[-107.40278599999999,68.171645999999953],[-107.41111799999999,68.17553700000002],[-107.44167299999992,68.196929999999952],[-107.445267,68.201660000000004],[-107.43998699999997,68.208327999999995],[-107.42944299999999,68.211380000000077],[-107.41443599999997,68.211105000000089],[-107.30972300000002,68.209152000000131],[-107.295547,68.20748900000001],[-107.29167200000001,68.202773999999977],[-107.31054699999999,68.196091000000024],[-107.38890100000003,68.172211000000004]],[[-111.83332799999999,68.181931000000077],[-111.84722899999997,68.180817000000104],[-111.860817,68.183594000000028],[-111.86554699999999,68.188034000000016],[-111.83222999999998,68.204987000000131],[-111.81416300000001,68.212494000000049],[-111.79194599999994,68.21775800000006],[-111.77944899999994,68.219437000000028],[-111.764183,68.219437000000028],[-111.75499699999995,68.215820000000122],[-111.75945299999995,68.209152000000131],[-111.76666299999994,68.206375000000037],[-111.79194599999994,68.193588000000034],[-111.81111099999998,68.186920000000043],[-111.83332799999999,68.181931000000077]],[[-98.650283999999999,68.180267000000072],[-98.674438000000009,68.173874000000126],[-98.704453000000001,68.176085999999998],[-98.702788999999996,68.191650000000095],[-98.693328999999949,68.213608000000022],[-98.684433000000013,68.218872000000033],[-98.672226000000023,68.220534999999927],[-98.657226999999978,68.219437000000028],[-98.643065999999976,68.216095000000109],[-98.638610999999969,68.211655000000121],[-98.636672999999917,68.206650000000025],[-98.643065999999976,68.201660000000004],[-98.650283999999999,68.180267000000072]],[[-74.062774999999988,68.151657000000057],[-74.073623999999938,68.150818000000072],[-74.138335999999924,68.170258000000047],[-74.169723999999974,68.195525999999973],[-74.176392000000021,68.204162999999994],[-74.171386999999982,68.208602999999982],[-74.15583799999996,68.217484000000127],[-74.138061999999991,68.225815000000011],[-74.117217999999923,68.232207999999957],[-74.105835000000013,68.235260000000096],[-74.097228999999913,68.236649000000057],[-74.086944999999957,68.235260000000096],[-74.079726999999991,68.232483000000002],[-74.075286999999946,68.227767999999969],[-74.073059000000001,68.223877000000073],[-74.063323999999909,68.203049000000021],[-74.055557000000022,68.172485000000108],[-74.054442999999992,68.159988000000112],[-74.057219999999973,68.154984000000013],[-74.062774999999988,68.151657000000057]],[[-108.59028599999999,68.214431999999988],[-108.63944999999995,68.151382000000012],[-108.6499859999999,68.152481000000023],[-108.65862299999998,68.156097000000045],[-108.67748999999998,68.168869000000086],[-108.67360699999995,68.186371000000122],[-108.67194399999994,68.191085999999984],[-108.63500999999997,68.228592000000106],[-108.62748699999992,68.233597000000145],[-108.60555999999997,68.23692299999999],[-108.56610099999989,68.240540000000124],[-108.55972300000002,68.236099000000024],[-108.59028599999999,68.214431999999988]],[[-109.78388999999999,68.13749700000011],[-109.81166099999996,68.136107999999979],[-109.828056,68.136932000000115],[-109.84137699999997,68.139708999999982],[-109.84999099999999,68.143325999999945],[-109.85665899999998,68.14776599999999],[-109.85417200000001,68.153869999999984],[-109.845551,68.158034999999984],[-109.77194199999997,68.188309000000061],[-109.676941,68.224152000000061],[-109.64417300000002,68.232207999999957],[-109.58889799999997,68.245254999999986],[-109.57749899999988,68.247482000000048],[-109.56806899999998,68.247208000000114],[-109.57055699999995,68.241089000000102],[-109.57695000000001,68.232483000000002],[-109.58194700000001,68.225815000000011],[-109.59416199999993,68.214431999999988],[-109.67388899999997,68.173309000000074],[-109.7625119999999,68.143325999999945],[-109.77250699999991,68.139984000000027],[-109.78388999999999,68.13749700000011]],[[-66.31361400000003,68.14776599999999],[-66.326950000000011,68.147490999999945],[-66.354995999999971,68.153319999999951],[-66.381103999999937,68.158600000000035],[-66.396392999999932,68.161102000000085],[-66.468612999999948,68.171097000000032],[-66.527785999999878,68.177765000000022],[-66.570847000000015,68.181366000000082],[-66.601944000000003,68.182480000000055],[-66.607223999999974,68.217209000000082],[-66.5,68.239700000000084],[-66.299437999999952,68.254440000000045],[-66.221938999999963,68.241089000000102],[-66.256667999999991,68.163605000000075],[-66.269729999999925,68.158600000000035],[-66.301391999999964,68.149154999999951],[-66.31361400000003,68.14776599999999]],[[-96.384170999999924,68.200821000000019],[-96.422775000000001,68.198318000000086],[-96.436935000000005,68.198593000000074],[-96.448607999999922,68.20248400000014],[-96.454726999999934,68.206650000000025],[-96.462783999999999,68.216095000000109],[-96.456664999999987,68.221649000000127],[-96.375,68.254715000000033],[-96.364166000000012,68.258041000000105],[-96.350829999999974,68.258605999999929],[-96.344451999999933,68.254166000000112],[-96.317504999999926,68.231934000000024],[-96.324448000000018,68.221099999999979],[-96.338897999999915,68.212204000000042],[-96.348891999999864,68.208037999999988],[-96.360001000000011,68.204712000000086],[-96.384170999999924,68.200821000000019]],[[-78.571670999999981,68.200272000000098],[-78.655563000000029,68.187759000000028],[-78.662216000000001,68.189147999999989],[-78.660277999999892,68.196365000000128],[-78.643065999999976,68.218323000000055],[-78.607223999999917,68.248322000000087],[-78.593886999999881,68.255554000000018],[-78.581115999999952,68.258880999999974],[-78.550277999999992,68.263610999999969],[-78.548049999999989,68.263046000000145],[-78.545273000000009,68.25],[-78.525283999999999,68.233597000000145],[-78.517226999999934,68.223312000000021],[-78.522506999999905,68.21775800000006],[-78.532226999999978,68.213043000000027],[-78.558883999999978,68.203049000000021],[-78.571670999999981,68.200272000000098]],[[-86.426391999999964,68.069152999999972],[-86.397507000000019,68.021652000000131],[-86.378325999999959,67.993317000000104],[-86.376662999999951,67.988585999999998],[-86.368606999999997,67.954711999999972],[-86.370833999999945,67.939972000000012],[-86.396117999999944,67.859711000000118],[-86.403609999999958,67.848877000000073],[-86.465012000000002,67.786652000000117],[-86.47084000000001,67.78137200000009],[-86.489989999999977,67.770537999999988],[-86.571945000000028,67.728867000000037],[-86.583617999999944,67.725266000000147],[-86.596663999999976,67.72554000000008],[-86.676665999999955,67.731658999999922],[-86.690552000000025,67.733871000000022],[-86.858336999999949,67.79693599999996],[-86.879439999999931,67.810257000000092],[-86.883895999999936,67.814986999999974],[-86.910278000000005,67.8477630000001],[-86.918610000000001,67.86192299999999],[-86.926940999999999,67.876373000000115],[-86.945830999999941,67.909424000000058],[-86.951949999999897,67.923874000000012],[-86.948607999999979,67.928864000000033],[-86.940551999999968,67.934418000000051],[-86.926101999999958,67.931366000000082],[-86.913329999999974,67.931931000000134],[-86.854445999999882,67.954163000000051],[-86.84333799999996,67.958603000000039],[-86.838897999999972,67.986374000000126],[-86.836945000000014,68.001099000000067],[-86.840835999999911,68.010818000000029],[-86.847503999999958,68.020263999999997],[-86.851944000000003,68.024994000000049],[-86.863892000000021,68.029159999999933],[-86.878325999999959,68.032210999999961],[-86.904175000000009,68.030548000000067],[-86.932495000000017,68.035812000000021],[-86.942214999999976,68.040267999999969],[-86.986664000000019,68.061646000000053],[-86.992766999999901,68.066666000000112],[-86.991942999999935,68.071655000000078],[-86.98832699999997,68.081664999999987],[-86.978881999999999,68.096939000000077],[-86.906386999999938,68.180267000000072],[-86.89805599999994,68.185531999999967],[-86.742492999999911,68.282760999999937],[-86.711944999999957,68.299149],[-86.700561999999934,68.303589000000045],[-86.675003000000004,68.306091000000094],[-86.646666999999923,68.301651000000106],[-86.602782999999988,68.291367000000037],[-86.538605000000018,68.270538000000101],[-86.487503000000004,68.24859600000002],[-86.458617999999888,68.235535000000084],[-86.411117999999988,68.208878000000027],[-86.406661999999983,68.204162999999994],[-86.402785999999992,68.194427000000019],[-86.434998000000007,68.162491000000102],[-86.433884000000035,68.098601999999971],[-86.432495000000017,68.088882000000069],[-86.426391999999964,68.069152999999972]],[[-111.71028100000001,68.220534999999927],[-111.72556299999997,68.220260999999994],[-111.74221799999998,68.221099999999979],[-111.75583599999993,68.223602000000028],[-111.76500699999997,68.227203000000088],[-111.77194199999991,68.231369000000029],[-111.77639799999992,68.236099000000024],[-111.77887699999997,68.241089000000102],[-111.77916699999997,68.246933000000126],[-111.77722199999999,68.253052000000139],[-111.77166699999998,68.258880999999974],[-111.71501199999994,68.296936000000073],[-111.70388799999989,68.299422999999933],[-111.52887699999991,68.310806000000127],[-111.51363400000002,68.311096000000134],[-111.49944299999993,68.296936000000073],[-111.50446299999999,68.292480000000126],[-111.52861000000001,68.290543000000071],[-111.55777,68.289429000000098],[-111.58277899999996,68.286101999999971],[-111.60526999999996,68.281096999999932],[-111.61361699999998,68.276657000000114],[-111.62777699999998,68.266663000000108],[-111.633331,68.260818000000029],[-111.63305699999995,68.249709999999993],[-111.63054699999992,68.24443100000002],[-111.63249200000001,68.238312000000008],[-111.63945000000001,68.23332199999993],[-111.64943700000003,68.229980000000012],[-111.67166099999997,68.224701000000039],[-111.696663,68.221375000000023],[-111.71028100000001,68.220534999999927]],[[-75.582779000000016,68.300262000000089],[-75.5625,68.294433999999967],[-75.453888000000006,68.266663000000108],[-75.42971799999998,68.262206999999989],[-75.386672999999917,68.258041000000105],[-75.263061999999934,68.247208000000114],[-75.228881999999942,68.24552900000009],[-75.199158000000011,68.24552900000009],[-75.183059999999955,68.243866000000025],[-75.158614999999941,68.239975000000129],[-75.134734999999864,68.234711000000118],[-75.121933000000013,68.229156000000046],[-75.030563000000029,68.167205999999965],[-75.011948000000018,68.14776599999999],[-75.003066999999987,68.132202000000063],[-75,68.119690000000105],[-75.002227999999945,68.114426000000094],[-75.049163999999962,68.041367000000093],[-75.052490000000034,68.036652000000061],[-75.063323999999966,68.027206000000092],[-75.091675000000009,68.009995000000004],[-75.148055999999997,67.974426000000051],[-75.153609999999901,67.969437000000084],[-75.164443999999946,67.954163000000051],[-75.164443999999946,67.949417000000096],[-75.162780999999939,67.943863000000079],[-75.113891999999964,67.86192299999999],[-75.104445999999996,67.847488000000055],[-75.064162999999951,67.782486000000063],[-75.025008999999955,67.625534000000016],[-75.025283999999999,67.619431000000077],[-75.068892999999889,67.542755000000113],[-75.071944999999971,67.538879000000065],[-75.133620999999948,67.481658999999979],[-75.161117999999988,67.463882000000126],[-75.198607999999979,67.443314000000044],[-75.388061999999934,67.354705999999965],[-75.395843999999954,67.353043000000071],[-75.553603999999893,67.333603000000096],[-75.662506000000008,67.305251999999996],[-75.84445199999999,67.264159999999947],[-75.946105999999929,67.251937999999996],[-76.116652999999928,67.255554000000018],[-76.226943999999946,67.260818000000029],[-76.30860899999999,67.253601000000117],[-76.490829000000019,67.236374000000069],[-76.66361999999998,67.219986000000006],[-76.693053999999961,67.221099999999979],[-76.978057999999976,67.245529000000147],[-77.026672000000019,67.254990000000078],[-77.044723999999917,67.260544000000095],[-77.057219999999916,67.267212000000086],[-77.074448000000018,67.280823000000055],[-77.101395000000025,67.30581699999999],[-77.246947999999975,67.451934999999992],[-77.247222999999963,67.457214000000135],[-77.236937999999952,67.495254999999986],[-77.224441999999954,67.535538000000031],[-77.225829999999974,67.543869000000086],[-77.230285999999978,67.554428000000144],[-77.242217999999923,67.569153000000085],[-77.275008999999955,67.614699999999971],[-77.312209999999993,67.676376000000118],[-77.320847000000015,67.691649999999981],[-77.322509999999909,67.698029000000076],[-77.319167999999991,67.71138000000002],[-77.258346999999958,67.816375999999934],[-77.251953000000015,67.82638500000013],[-77.243332000000009,67.837494000000049],[-77.233062999999959,67.848877000000073],[-77.228333000000021,67.853867000000093],[-77.220551,67.86192299999999],[-77.203888000000006,67.876373000000115],[-76.865554999999972,68.15776100000005],[-76.858886999999925,68.161651999999947],[-76.726105000000018,68.238876000000118],[-76.702498999999932,68.24859600000002],[-76.673888999999974,68.259155000000078],[-76.635009999999909,68.271927000000062],[-76.606948999999929,68.279434000000037],[-76.28195199999999,68.332764000000111],[-76.267226999999934,68.332764000000111],[-76.258346999999901,68.3316650000001],[-76.251953000000015,68.328598],[-76.25,68.323044000000039],[-76.25306699999993,68.313599000000124],[-76.249161000000015,68.307480000000112],[-76.235824999999977,68.303314],[-76.221663999999976,68.301376000000062],[-76.116104000000007,68.296646000000067],[-76.083327999999995,68.295257999999933],[-76.060546999999985,68.296936000000073],[-76.052779999999984,68.298598999999967],[-76.032227000000034,68.304703000000018],[-76.000564999999995,68.316939999999988],[-75.985001000000011,68.324432000000115],[-75.966399999999965,68.331100000000106],[-75.954178000000013,68.333878000000084],[-75.930831999999953,68.336929000000112],[-75.917495999999915,68.338318000000072],[-75.887511999999958,68.339705999999978],[-75.818068999999866,68.336655000000007],[-75.756667999999991,68.332489000000066],[-75.726105000000018,68.33027600000014],[-75.695540999999878,68.326935000000105],[-75.667496000000028,68.322768999999994],[-75.62249799999995,68.313034000000073],[-75.602492999999868,68.307480000000112],[-75.582779000000016,68.300262000000089]],[[-79.020553999999947,68.169144000000074],[-79.032500999999911,68.165268000000026],[-79.075012000000015,68.168320000000108],[-79.089721999999938,68.170258000000047],[-79.101669000000015,68.175262000000032],[-79.171386999999868,68.205261000000064],[-79.176940999999943,68.209427000000119],[-79.179992999999968,68.215545999999961],[-79.188323999999966,68.247208000000114],[-79.191100999999946,68.319442999999978],[-79.151671999999962,68.346649000000014],[-79.141952999999944,68.34887700000013],[-79.125548999999978,68.350266000000147],[-79.099441999999954,68.348602000000142],[-79.044997999999964,68.343322999999941],[-78.929992999999911,68.338882000000012],[-78.826110999999969,68.295532000000037],[-78.809998000000007,68.287490999999989],[-78.804717999999923,68.283051],[-78.801666000000012,68.279160000000104],[-78.80221599999993,68.272491000000002],[-78.805266999999958,68.266663000000108],[-78.815551999999911,68.255554000000018],[-78.823333999999932,68.250548999999978],[-78.841948999999886,68.240540000000124],[-79.020553999999947,68.169144000000074]],[[-100.07472200000001,68.349716000000114],[-100.08640299999996,68.296097000000088],[-100.09166700000003,68.284987999999998],[-100.09944200000001,68.278595000000053],[-100.11221299999994,68.276382000000069],[-100.12832600000002,68.278320000000065],[-100.14028899999994,68.281661999999983],[-100.16443600000002,68.288589000000059],[-100.20056199999999,68.299149],[-100.22693600000002,68.316086000000041],[-100.23082699999992,68.319717000000082],[-100.21556099999998,68.318603999999993],[-100.20249899999988,68.319717000000082],[-100.19110099999995,68.322220000000073],[-100.1183319999999,68.347214000000008],[-100.11000100000001,68.352478000000019],[-100.08583099999998,68.368866000000082],[-100.07668299999989,68.359711000000004],[-100.07444799999996,68.354980000000069],[-100.07472200000001,68.349716000000114]],[[-82.05999799999995,68.306091000000094],[-82.072509999999966,68.303040000000067],[-82.271117999999944,68.338593000000117],[-82.312774999999988,68.349151999999947],[-82.326675000000023,68.353591999999992],[-82.33805799999999,68.358322000000044],[-82.344451999999876,68.362762000000032],[-82.345550999999944,68.36775200000011],[-82.333327999999995,68.371917999999994],[-82.230559999999969,68.385543999999982],[-82.216949,68.384155000000135],[-82.135558999999944,68.372756999999979],[-82.012512000000015,68.350815000000068],[-82.001113999999973,68.34637500000008],[-81.99722300000002,68.34137000000004],[-82.010009999999909,68.332764000000111],[-82.05999799999995,68.306091000000094]],[[-111.11444099999994,68.405823000000055],[-111.12832600000002,68.404984000000127],[-111.13751199999996,68.408599999999979],[-111.141953,68.413315000000011],[-111.14890300000002,68.428863999999919],[-111.14917000000003,68.439972000000125],[-111.141953,68.444976999999994],[-111.13054699999992,68.447479000000044],[-111.11527999999998,68.447754000000089],[-111.09861799999999,68.446930000000123],[-111.08249699999993,68.44470200000012],[-111.07611099999991,68.436919999999986],[-111.08416699999998,68.424988000000042],[-111.10582699999998,68.409988000000055],[-111.11444099999994,68.405823000000055]],[[-99.045273000000009,68.423874000000069],[-99.054992999999911,68.408324999999991],[-99.147781000000009,68.442200000000071],[-99.154723999999987,68.446365000000071],[-99.159163999999919,68.451096000000007],[-99.149733999999853,68.455261000000007],[-99.12110899999999,68.454987000000074],[-99.105269999999962,68.453048999999965],[-99.087219000000005,68.449416999999983],[-99.045273000000009,68.423874000000069]],[[-74.162216000000001,68.246093999999971],[-74.190552000000025,68.242477000000008],[-74.20777899999996,68.243317000000047],[-74.221114999999998,68.247208000000114],[-74.228881999999942,68.250823999999966],[-74.244155999999862,68.261383000000023],[-74.260559000000001,68.273314999999968],[-74.388610999999969,68.398330999999985],[-74.399733999999967,68.42025799999999],[-74.402221999999938,68.427765000000136],[-74.400283999999999,68.43414300000012],[-74.393065999999919,68.445251000000098],[-74.376937999999882,68.459717000000126],[-74.360275000000001,68.463882000000126],[-74.340835999999911,68.462493999999992],[-74.307769999999948,68.461655000000064],[-74.293883999999991,68.460541000000092],[-74.279448999999943,68.458328000000108],[-74.269729999999868,68.454712000000029],[-74.217498999999862,68.426086000000112],[-74.198043999999982,68.414992999999924],[-74.079452999999944,68.338593000000117],[-74.074722000000008,68.330825999999945],[-74.077498999999989,68.325546000000088],[-74.144454999999937,68.254440000000045],[-74.149733999999853,68.25],[-74.162216000000001,68.246093999999971]],[[-100.71056399999998,68.402480999999966],[-100.72416699999997,68.401657],[-100.78943599999997,68.409988000000055],[-100.88971699999996,68.45277400000009],[-100.88027999999997,68.457214000000135],[-100.84889199999992,68.464996000000099],[-100.83029199999999,68.468596999999932],[-100.79332699999986,68.468872000000147],[-100.78611799999999,68.464706000000092],[-100.71806300000003,68.411926000000051],[-100.71305799999999,68.407486000000006],[-100.71056399999998,68.402480999999966]],[[-110.86250299999995,68.474152000000061],[-110.92610199999996,68.465820000000065],[-111.05444299999999,68.469711000000132],[-111.08833299999998,68.473311999999964],[-111.09750400000001,68.477203000000031],[-111.09750400000001,68.482757999999933],[-111.09249899999998,68.487198000000149],[-111.08528099999995,68.492203000000018],[-111.07528699999995,68.495529000000033],[-110.984734,68.515549000000078],[-110.82167099999998,68.54803499999997],[-110.80332899999996,68.546371000000136],[-110.79222099999998,68.543319999999937],[-110.76390100000003,68.533600000000035],[-110.74582700000002,68.526382000000069],[-110.69833399999999,68.491364000000033],[-110.69611399999991,68.486374000000012],[-110.70889299999988,68.484711000000061],[-110.72833300000002,68.484421000000054],[-110.79499799999996,68.479980000000126],[-110.86250299999995,68.474152000000061]],[[-110.58693700000003,68.524155000000007],[-110.625,68.519440000000145],[-110.6600039999999,68.521927000000005],[-110.72112299999998,68.531097000000102],[-110.73249800000002,68.534149000000014],[-110.74610899999999,68.542480000000069],[-110.75974300000001,68.55664100000007],[-110.76194800000002,68.561645999999939],[-110.75473,68.566665999999998],[-110.63861099999997,68.569443000000092],[-110.62832600000002,68.559143000000006],[-110.52971600000001,68.54803499999997],[-110.520554,68.544144000000074],[-110.51834100000002,68.539154000000053],[-110.52722199999988,68.534987999999942],[-110.53859699999992,68.532486000000063],[-110.58693700000003,68.524155000000007]],[[-104.54527300000001,68.396102999999982],[-104.58667000000003,68.394440000000088],[-104.64666699999998,68.395827999999995],[-104.69332900000001,68.402480999999966],[-104.708618,68.40525800000006],[-104.75974299999996,68.418045000000063],[-104.88305699999995,68.449996999999996],[-104.91915899999992,68.459991000000059],[-104.9375,68.46748400000007],[-105.08167999999995,68.546371000000136],[-105.04415899999998,68.562759000000028],[-105.024719,68.570540999999992],[-105.01390100000003,68.573318000000086],[-104.98999000000003,68.57748400000014],[-104.93859900000001,68.583327999999995],[-104.91000399999996,68.583878000000027],[-104.76167299999997,68.582764000000054],[-104.74610899999993,68.582214000000022],[-104.71193699999998,68.578597999999943],[-104.682503,68.57388300000008],[-104.55332899999996,68.537201000000096],[-104.52999899999992,68.530548000000124],[-104.50917099999992,68.523315000000139],[-104.48277299999995,68.511658000000011],[-104.46916199999998,68.503326000000015],[-104.46362299999998,68.498871000000008],[-104.44915799999995,68.485260000000039],[-104.44055200000003,68.476089000000059],[-104.42777999999987,68.456940000000031],[-104.42527799999999,68.441360000000032],[-104.426941,68.435806000000014],[-104.43083199999995,68.429703000000075],[-104.43499799999995,68.423599000000024],[-104.44138299999997,68.417206000000078],[-104.45111099999991,68.413315000000011],[-104.48332199999999,68.404709000000082],[-104.51917299999997,68.398330999999985],[-104.54527300000001,68.396102999999982]],[[-105.139183,68.53637700000013],[-105.12609900000001,68.533325000000048],[-105.11305199999998,68.534424000000001],[-105.10109699999998,68.536652000000004],[-105.08693699999998,68.536926000000108],[-105.07861300000002,68.533051000000114],[-105.06639099999995,68.519149999999968],[-105.05972300000002,68.509430000000066],[-105.05888400000003,68.504166000000055],[-105.06833599999999,68.500274999999988],[-105.08612099999999,68.502777000000037],[-105.11193800000001,68.508881000000088],[-105.23361199999994,68.541091999999992],[-105.24416400000001,68.544708000000071],[-105.29110700000001,68.576935000000049],[-105.29222099999998,68.582214000000022],[-105.28138699999994,68.584991000000116],[-105.25611900000001,68.588318000000015],[-105.24305700000002,68.589705999999978],[-105.228882,68.589980999999966],[-105.21112099999993,68.587769000000094],[-105.18582200000003,68.580826000000116],[-105.18611099999998,68.576660000000004],[-105.18167099999994,68.566665999999998],[-105.17832900000002,68.561645999999939],[-105.139183,68.53637700000013]],[[-113.78611799999999,68.582764000000054],[-113.80166599999995,68.58248900000001],[-113.85249299999998,68.584152000000131],[-113.88945000000001,68.586929000000055],[-113.93138099999999,68.593872000000033],[-113.95259099999987,68.597389000000078],[-113.95966299999998,68.603195000000142],[-113.96611000000001,68.611099000000081],[-113.95667300000002,68.614699999999914],[-113.94248999999996,68.615814000000114],[-113.91388699999999,68.615814000000114],[-113.89972699999998,68.616928000000087],[-113.83693700000003,68.608871000000079],[-113.80027799999999,68.606093999999985],[-113.78611799999999,68.60386699999998],[-113.77667200000002,68.60026600000009],[-113.76194800000002,68.592209000000082],[-113.761124,68.586655000000121],[-113.77223199999997,68.583878000000027],[-113.78611799999999,68.582764000000054]],[[-100.74054699999999,68.596375000000023],[-100.78388999999993,68.594437000000084],[-100.86805699999991,68.603043000000014],[-100.88249200000001,68.611374000000069],[-100.87666300000001,68.616379000000109],[-100.86527999999998,68.619141000000013],[-100.85305800000003,68.620818999999983],[-100.83972199999999,68.62164300000012],[-100.81388900000002,68.619141000000013],[-100.75556899999992,68.607758000000047],[-100.74082899999996,68.604706000000078],[-100.73361199999994,68.600540000000024],[-100.74054699999999,68.596375000000023]],[[-78.468886999999995,68.563873000000001],[-78.474441999999897,68.55831900000004],[-78.482223999999917,68.553313999999943],[-78.503066999999987,68.545532000000037],[-78.530837999999903,68.541091999999992],[-78.545836999999949,68.540817000000004],[-78.562209999999993,68.541930999999977],[-78.599227999999925,68.550644000000034],[-78.614554999999939,68.553650000000061],[-78.638901000000033,68.558028999999976],[-78.654723999999987,68.558594000000028],[-78.668883999999991,68.554153000000099],[-78.724715999999944,68.521927000000005],[-78.715835999999911,68.515823000000012],[-78.691375999999991,68.509155000000021],[-78.674438000000009,68.509720000000073],[-78.653335999999967,68.512496999999939],[-78.636123999999938,68.513046000000088],[-78.621947999999975,68.509720000000073],[-78.617615000000001,68.507217000000082],[-78.610275000000001,68.502213000000097],[-78.610824999999977,68.498032000000023],[-78.618056999999965,68.492203000000018],[-78.705565999999976,68.451660000000118],[-78.716110000000015,68.447754000000089],[-78.743057000000022,68.442748999999992],[-78.776672000000019,68.439147999999989],[-78.795272999999952,68.438583000000108],[-78.813048999999921,68.438873000000115],[-78.828063999999983,68.440811000000053],[-78.861663999999962,68.446365000000071],[-78.876389000000017,68.450546000000145],[-78.959732000000031,68.474700999999982],[-78.946105999999986,68.508041000000048],[-78.943328999999949,68.511932000000115],[-78.936935000000005,68.516388000000006],[-78.822784000000013,68.547759999999982],[-78.809432999999956,68.550537000000077],[-78.791672000000005,68.550262000000032],[-78.759170999999981,68.54803499999997],[-78.743880999999988,68.546097000000032],[-78.723891999999978,68.547484999999938],[-78.704177999999899,68.554703000000131],[-78.698883000000023,68.558028999999976],[-78.688889000000017,68.564697000000137],[-78.670837000000006,68.578872999999987],[-78.668609999999944,68.583327999999995],[-78.672774999999945,68.58859300000006],[-78.680557000000022,68.593323000000112],[-78.693054000000018,68.596939000000134],[-78.705841000000021,68.600540000000024],[-78.784163999999976,68.618590999999981],[-78.851395000000025,68.634155000000078],[-78.894454999999994,68.646378000000141],[-78.89805599999994,68.64888000000002],[-78.889724999999942,68.652771000000087],[-78.863892000000021,68.659714000000122],[-78.837783999999886,68.661102000000028],[-78.720001000000025,68.657211000000132],[-78.689437999999939,68.653320000000065],[-78.495834000000002,68.627762000000132],[-78.481948999999929,68.624985000000038],[-78.469451999999933,68.621093999999971],[-78.460555999999997,68.617203000000075],[-78.467223999999987,68.569153000000085],[-78.468886999999995,68.563873000000001]],[[-74.768889999999999,68.673874000000012],[-74.756667999999991,68.672760000000039],[-74.65583799999996,68.65498400000007],[-74.648346000000004,68.652206000000092],[-74.522231999999974,68.565262000000018],[-74.518340999999907,68.558594000000028],[-74.531951999999876,68.552765000000022],[-74.551392000000021,68.550537000000077],[-74.586944999999957,68.548874000000126],[-74.726668999999902,68.556091000000038],[-74.742767000000015,68.557480000000055],[-74.807219999999916,68.563599000000067],[-74.821945000000028,68.56581099999994],[-74.833892999999989,68.569717000000026],[-74.84333799999996,68.575821000000076],[-74.870543999999995,68.598877000000073],[-74.883056999999894,68.61303700000002],[-74.890288999999996,68.624985000000038],[-74.805832000000009,68.668868999999972],[-74.796111999999994,68.671646000000067],[-74.787216000000001,68.673035000000027],[-74.779998999999975,68.673874000000012],[-74.77194199999991,68.673035000000027],[-74.768889999999999,68.673874000000012]],[[-114.04723399999995,68.613602000000014],[-114.06139399999995,68.612488000000042],[-114.075287,68.614699999999914],[-114.10193600000002,68.625809000000004],[-114.12666299999995,68.637206999999989],[-114.14890299999996,68.649428999999998],[-114.16166699999991,68.658035000000098],[-114.18998699999986,68.680266999999958],[-114.18639400000001,68.683594000000085],[-114.15387699999991,68.679703000000018],[-114.141953,68.676925999999924],[-114.14111299999996,68.671097000000088],[-114.05638099999987,68.635818000000029],[-114.04888900000003,68.631927000000132],[-114.04167200000001,68.627762000000132],[-114.03778099999994,68.616928000000087],[-114.04723399999995,68.613602000000014]],[[-74.811385999999914,68.320541000000048],[-74.817504999999926,68.318603999999993],[-75,68.333344000000125],[-75.002227999999945,68.333603000000039],[-75.008346999999958,68.337204000000099],[-75.010284000000013,68.346649000000014],[-75.005004999999926,68.353591999999992],[-75.002791999999999,68.35914600000001],[-75.00140399999998,68.366378999999995],[-75.015014999999948,68.379700000000128],[-75.029174999999952,68.390549000000021],[-75.037505999999951,68.394714000000022],[-75.081679999999892,68.404984000000127],[-75.10943599999996,68.406937000000084],[-75.138061999999991,68.409988000000055],[-75.153060999999866,68.413040000000024],[-75.241378999999995,68.436371000000065],[-75.263900999999919,68.444976999999994],[-75.294723999999974,68.457763999999997],[-75.369995000000017,68.489700000000028],[-75.396118000000001,68.503601000000003],[-75.416397000000018,68.518051000000128],[-75.416397000000018,68.524429000000112],[-75.396956999999873,68.611099000000081],[-75.389175000000023,68.62303200000008],[-75.307770000000005,68.694702000000063],[-75.299727999999959,68.700546000000088],[-75.280562999999972,68.709717000000069],[-75.254729999999881,68.717484000000013],[-75.239440999999999,68.718048000000124],[-75.014450000000011,68.677200000000028],[-75,68.672241000000099],[-74.942764000000011,68.576096000000064],[-74.938323999999909,68.571655000000135],[-74.931380999999931,68.566665999999998],[-74.836945000000014,68.511658000000011],[-74.801940999999999,68.501099000000124],[-74.785004000000015,68.494705000000067],[-74.780288999999982,68.490265000000079],[-74.772232000000031,68.479980000000126],[-74.768341000000021,68.473311999999964],[-74.776397999999915,68.410537999999917],[-74.811385999999914,68.320541000000048]],[[-84.808043999999938,68.763885000000016],[-84.821395999999879,68.763611000000083],[-84.835830999999985,68.766662999999994],[-84.939163000000008,68.793594000000041],[-84.907776000000013,68.803589000000102],[-84.895279000000016,68.80720500000001],[-84.882492000000013,68.809707999999944],[-84.855835000000013,68.810806000000014],[-84.841385000000002,68.807479999999998],[-84.837219000000005,68.802765000000136],[-84.837783999999999,68.79693600000013],[-84.801665999999955,68.769150000000081],[-84.808043999999938,68.763885000000016]],[[-68.110275000000001,68.78276100000005],[-67.807494999999903,68.733597000000032],[-67.781676999999945,68.729155999999932],[-67.679169000000002,68.711379999999963],[-67.668335000000013,68.707214000000079],[-67.661391999999921,68.701935000000105],[-67.662216000000001,68.698317999999972],[-67.676666000000012,68.695816000000093],[-67.850554999999929,68.697754000000032],[-67.869720000000029,68.69859299999996],[-67.897781000000009,68.704987000000017],[-67.918609999999887,68.712493999999936],[-67.951400999999976,68.721649000000014],[-68.039169000000015,68.738037000000077],[-68.188323999999909,68.763885000000016],[-68.306106999999997,68.779434000000094],[-68.323623999999995,68.779984000000127],[-68.339995999999985,68.778594999999939],[-68.352492999999981,68.775543000000027],[-68.367492999999854,68.774994000000106],[-68.433608999999933,68.781097000000045],[-68.451400999999976,68.783875000000023],[-68.457779000000016,68.785812000000078],[-68.459441999999967,68.791092000000106],[-68.455275999999969,68.802199999999914],[-68.450835999999867,68.80720500000001],[-68.439163000000008,68.812485000000038],[-68.428328999999962,68.813034000000016],[-68.418899999999894,68.810257000000092],[-68.375548999999921,68.808029000000147],[-68.241942999999935,68.798874000000069],[-68.224716000000001,68.797485000000108],[-68.110275000000001,68.78276100000005]],[[-101.83112299999999,68.566940000000102],[-101.84555099999989,68.566665999999998],[-101.86028299999998,68.569717000000026],[-101.88527699999986,68.576385000000016],[-101.90527299999991,68.583878000000027],[-102.00583599999999,68.613875999999948],[-102.112213,68.62359600000002],[-102.23000300000001,68.64027399999992],[-102.254997,68.646942000000081],[-102.31639100000001,68.672211000000061],[-102.3125,68.688583000000051],[-102.21665999999999,68.718322999999998],[-102.14862099999999,68.734984999999938],[-102.13639799999993,68.736923000000104],[-102.11389200000002,68.742477000000065],[-102.09249899999998,68.748871000000122],[-102.073059,68.756943000000092],[-102.05638099999993,68.768051000000071],[-102.05166600000001,68.773880000000077],[-102.04943799999995,68.779434000000094],[-102.04972799999996,68.784714000000008],[-102.05555699999996,68.794434000000081],[-102.05555699999996,68.799713000000054],[-102.05082700000003,68.805542000000059],[-102.04276999999996,68.811096000000077],[-102.02306399999992,68.819443000000035],[-101.99833699999999,68.823044000000095],[-101.98500099999995,68.824158000000068],[-101.95612299999999,68.824158000000068],[-101.93943799999994,68.822494999999947],[-101.9119419999999,68.816086000000098],[-101.77861000000001,68.783875000000023],[-101.69387799999993,68.768051000000071],[-101.69999699999994,68.737762000000032],[-101.68055699999996,68.672484999999995],[-101.68250299999994,68.661652000000061],[-101.701683,68.637772000000041],[-101.83112299999999,68.566940000000102]],[[-102.60082999999997,68.813309000000004],[-102.60749799999996,68.80914300000012],[-102.69695299999995,68.813034000000016],[-102.70722999999992,68.816666000000112],[-102.68888900000002,68.833328000000108],[-102.67859599999997,68.836928999999998],[-102.64055599999995,68.841934000000037],[-102.61277799999993,68.84304800000001],[-102.59889199999986,68.841095000000053],[-102.60221899999999,68.834152000000074],[-102.60082999999997,68.813309000000004]],[[-89.944442999999978,68.662200999999982],[-89.956389999999942,68.661652000000061],[-89.974166999999966,68.705826000000002],[-89.999160999999958,68.730819999999937],[-90.017226999999934,68.740540000000067],[-90.022507000000019,68.74581900000004],[-90.027495999999985,68.752486999999974],[-90.027785999999992,68.758606000000043],[-90.025557999999933,68.771927000000005],[-90.00306699999993,68.806641000000013],[-89.958618000000001,68.838042999999971],[-89.944442999999978,68.847488000000055],[-89.931945999999982,68.852203000000088],[-89.921935999999903,68.853867000000093],[-89.914443999999946,68.853043000000127],[-89.781677000000002,68.766662999999994],[-89.784163999999919,68.760818000000086],[-89.791381999999999,68.752486999999974],[-89.808884000000035,68.733322000000044],[-89.857498000000021,68.700546000000088],[-89.877486999999917,68.690810999999997],[-89.944442999999978,68.662200999999982]],[[-114.35082999999997,68.871643000000063],[-114.37917299999992,68.86943100000002],[-114.39639299999999,68.869705000000124],[-114.429169,68.87359600000002],[-114.45333900000003,68.879425000000026],[-114.46305799999999,68.882751000000042],[-114.468613,68.887206999999989],[-114.47165699999999,68.892487000000017],[-114.46056399999998,68.895264000000111],[-114.44444299999998,68.896103000000096],[-114.424713,68.896942000000024],[-114.37609899999995,68.893600000000106],[-114.34084300000001,68.890549000000078],[-114.32888800000001,68.887496999999996],[-114.32333399999999,68.883041000000048],[-114.32861299999996,68.87692300000009],[-114.33805799999993,68.87359600000002],[-114.35082999999997,68.871643000000063]],[[-67.847777999999948,68.851928999999984],[-67.863891999999964,68.849425999999994],[-67.883056999999951,68.849990999999989],[-67.897232000000031,68.853043000000127],[-67.908051,68.857208000000128],[-67.956389999999942,68.915268000000026],[-67.96055599999994,68.922484999999995],[-67.96055599999994,68.929977000000065],[-67.954726999999934,68.935806000000127],[-67.946654999999964,68.940810999999997],[-67.938048999999978,68.944427000000019],[-67.923889000000031,68.94859300000013],[-67.892226999999991,68.951660000000004],[-67.876388999999961,68.949417000000096],[-67.869445999999982,68.944138000000066],[-67.83944699999995,68.911926000000108],[-67.831389999999999,68.875809000000118],[-67.833068999999909,68.861374000000012],[-67.837509000000011,68.856368999999972],[-67.847777999999948,68.851928999999984]],[[-85.341675000000009,68.983596999999975],[-85.351669000000015,68.981094000000041],[-85.379165999999941,68.981934000000081],[-85.407227000000034,68.984420999999941],[-85.437209999999993,68.991928000000087],[-85.446944999999971,68.996368000000075],[-85.451400999999976,69.001099000000011],[-85.453063999999983,69.005829000000062],[-85.44387799999987,69.010269000000108],[-85.418883999999991,69.009430000000123],[-85.369995000000017,69.001937999999996],[-85.354720999999927,68.997757000000092],[-85.342223999999931,68.993317000000104],[-85.337783999999999,68.988585999999941],[-85.341675000000009,68.983596999999975]],[[-89.90834000000001,68.917755000000113],[-89.915008999999998,68.913315000000125],[-89.952498999999875,68.926376000000062],[-89.978332999999964,68.933867999999961],[-90,68.937575999999979],[-90.03195199999999,68.943039000000113],[-90.075561999999991,68.948028999999963],[-90.070557000000008,68.981934000000081],[-89.946380999999917,69.010269000000108],[-89.93360899999999,69.011658000000068],[-89.920837000000006,69.010269000000108],[-89.914169000000015,69.006943000000035],[-89.910277999999948,69.003052000000139],[-89.906661999999983,68.922484999999995],[-89.90834000000001,68.917755000000113]],[[-100.17555199999987,68.794708000000014],[-100.22083999999995,68.764435000000049],[-100.25446299999999,68.769150000000081],[-100.26917300000002,68.772217000000012],[-100.28555299999994,68.774155000000121],[-100.29915599999998,68.773315000000082],[-100.30860899999999,68.768875000000037],[-100.31639100000001,68.76249700000011],[-100.35749799999996,68.71527100000003],[-100.36694299999994,68.710541000000035],[-100.40722699999998,68.708038000000045],[-100.423607,68.709991000000002],[-100.61332700000003,68.758040999999992],[-100.62304699999999,68.761932000000058],[-100.62805199999997,68.766388000000006],[-100.632767,68.77609300000006],[-100.62581599999999,68.912490999999932],[-100.59999099999999,69.000548999999978],[-100.56111099999993,69.025818000000015],[-100.54360999999994,69.036652000000061],[-100.52916699999997,69.036652000000061],[-100.497772,69.034714000000122],[-100.41610700000001,69.026382000000126],[-100.38110399999994,69.020828000000108],[-100.35082999999997,69.014709000000096],[-100.34111000000001,69.010818000000029],[-100.33361799999994,69.006653000000028],[-100.32861300000002,69.00221300000004],[-100.32362399999994,68.996093999999971],[-100.32888800000001,68.989975000000129],[-100.33168000000001,68.984420999999941],[-100.33168000000001,68.979431000000091],[-100.326683,68.974701000000039],[-100.31276700000001,68.965820000000122],[-100.23889200000002,68.924149],[-100.22888199999994,68.920258000000103],[-100.21665999999988,68.916930999999977],[-100.20361300000002,68.915543000000071],[-100.16027799999995,68.915268000000026],[-100.14362299999993,68.913315000000125],[-100.13110399999999,68.909987999999998],[-100.12638899999996,68.905548000000124],[-100.17194399999994,68.799423000000047],[-100.17555199999987,68.794708000000014]],[[-85.119445999999925,69.014709000000096],[-85.132216999999855,69.013045999999974],[-85.166107000000011,69.031096999999988],[-85.170273000000009,69.035812000000021],[-85.155562999999972,69.056090999999981],[-85.14555399999989,69.058319000000097],[-85.095551,69.048035000000084],[-85.068343999999968,69.041367000000093],[-85.061385999999914,69.036652000000061],[-85.075835999999924,69.031096999999988],[-85.119445999999925,69.014709000000096]],[[-85.265288999999996,69.072495000000117],[-85.343886999999938,69.06303400000013],[-85.357773000000009,69.063598999999954],[-85.373046999999929,69.067763999999954],[-85.392776000000026,69.076660000000118],[-85.397232000000031,69.081374999999923],[-85.398894999999982,69.086104999999975],[-85.392501999999979,69.09137000000004],[-85.380279999999914,69.095825000000048],[-85.301392000000021,69.104155999999989],[-85.287780999999882,69.104706000000022],[-85.258895999999993,69.100266000000147],[-85.248885999999914,69.095825000000048],[-85.241942999999992,69.09137000000004],[-85.245543999999995,69.086104999999975],[-85.246658000000025,69.081374999999923],[-85.253066999999987,69.07609599999995],[-85.265288999999996,69.072495000000117]],[[-99.999434999999949,68.943588000000034],[-100.006958,68.939423000000033],[-100.021118,68.939696999999967],[-100.03778099999988,68.941360000000088],[-100.12000299999994,68.950821000000076],[-100.16166699999997,68.961380000000133],[-100.18138099999999,68.968872000000033],[-100.19860799999998,68.976929000000041],[-100.20612299999988,68.981094000000041],[-100.23693800000001,69.008605999999986],[-100.25666799999999,69.026656999999943],[-100.25890399999992,69.031661999999983],[-100.25862099999995,69.041931000000034],[-100.23693800000001,69.081374999999923],[-100.23194899999993,69.087203999999986],[-100.21333300000003,69.097214000000065],[-100.12970699999994,69.130264000000125],[-100.09555099999994,69.117477000000122],[-100.05304699999999,69.102478000000019],[-100.03333299999991,69.094711000000075],[-100.02834299999995,69.090271000000087],[-99.978881999999999,69.01388500000013],[-99.976943999999946,69.003876000000105],[-99.999434999999949,68.943588000000034]],[[-90.124709999999993,69.04942299999999],[-90.12721299999987,69.044982999999945],[-90.138061999999991,69.04525799999999],[-90.231948999999986,69.065536000000009],[-90.247498000000007,69.070267000000115],[-90.279175000000009,69.098328000000038],[-90.276397999999858,69.125809000000061],[-90.263335999999924,69.141936999999928],[-90.262511999999958,69.142761000000064],[-90.253890999999953,69.142761000000064],[-90.147231999999974,69.103591999999992],[-90.125,69.055542000000003],[-90.124709999999993,69.04942299999999]],[[-101.66416900000002,69.083603000000096],[-101.67749000000003,69.082764000000111],[-101.69027699999998,69.086104999999975],[-101.69554099999993,69.090546000000074],[-101.69833399999993,69.095261000000107],[-101.71806300000003,69.178588999999931],[-101.71584300000001,69.189147999999989],[-101.71112099999993,69.195251000000098],[-101.70361300000002,69.201660000000004],[-101.695267,69.206940000000031],[-101.68443300000001,69.210815000000025],[-101.65834000000001,69.213608000000022],[-101.60166899999996,69.215546000000131],[-101.55860899999999,69.216660000000104],[-101.53527799999995,69.209427000000119],[-101.5202789999999,69.197479000000101],[-101.497772,69.170258000000047],[-101.49500299999994,69.165543000000014],[-101.49500299999994,69.160262999999929],[-101.49999999999994,69.154434000000094],[-101.55555699999991,69.105255000000113],[-101.56360599999999,69.099990999999989],[-101.65139799999997,69.085541000000035],[-101.66416900000002,69.083603000000096]],[[-90.512512000000015,69.20248400000014],[-90.575561999999991,69.198593000000074],[-90.613327000000027,69.207763999999997],[-90.777221999999995,69.272491000000002],[-90.778609999999901,69.317215000000147],[-90.775832999999977,69.32998699999996],[-90.762512000000015,69.345534999999984],[-90.757232999999985,69.349426000000051],[-90.740829000000019,69.357483000000059],[-90.692215000000033,69.37164300000012],[-90.67332499999992,69.373871000000065],[-90.655272999999966,69.374695000000031],[-90.638610999999969,69.373871000000065],[-90.608046999999999,69.36970500000001],[-90.595001000000025,69.365264999999965],[-90.582503999999972,69.359711000000004],[-90.559433000000013,69.347214000000008],[-90.548614999999984,69.339981000000023],[-90.47193900000002,69.281097000000102],[-90.460830999999928,69.267487000000017],[-90.455565999999976,69.234711000000118],[-90.454452999999887,69.226379000000122],[-90.457503999999972,69.222763000000043],[-90.512512000000015,69.20248400000014]],[[-78.412215999999887,69.379700000000128],[-78.396392999999932,69.377761999999962],[-78.338608000000022,69.3808140000001],[-78.305832000000009,69.377761999999962],[-78.291381999999999,69.374985000000095],[-78.279723999999987,69.370255000000043],[-78.270844000000011,69.364150999999993],[-78.211394999999925,69.299987999999985],[-78.210830999999985,69.294434000000138],[-78.214447000000007,69.288315000000125],[-78.318344000000025,69.238312000000008],[-78.396118000000001,69.210541000000092],[-78.472504000000015,69.191360000000032],[-78.551392000000021,69.089157000000057],[-78.556655999999919,69.083603000000096],[-78.572234999999921,69.073317999999972],[-78.601943999999946,69.066086000000041],[-78.62777699999998,69.058593999999914],[-78.707229999999981,69.014709000000096],[-78.715011999999945,69.009720000000129],[-78.718062999999972,69.003601000000117],[-78.71665999999999,68.99664300000012],[-78.712783999999999,68.984985000000108],[-78.716110000000015,68.979156000000103],[-78.725280999999995,68.968872000000033],[-78.735000999999954,68.963608000000079],[-78.830291999999929,68.91304000000008],[-78.840285999999935,68.908600000000092],[-78.867492999999968,68.900543000000084],[-78.934433000000013,68.888596000000121],[-78.978881999999999,68.882477000000108],[-79.033614999999998,68.877197000000024],[-79.095275999999956,68.872757000000036],[-79.185271999999941,68.853317000000061],[-79.194152999999972,68.849425999999994],[-79.197219999999902,68.839157000000114],[-79.204726999999991,68.833878000000141],[-79.216949,68.829987000000074],[-79.238892000000021,68.827484000000084],[-79.287216000000001,68.83137499999998],[-79.353332999999964,68.844147000000021],[-79.366103999999893,68.847763000000043],[-79.386948000000018,68.856093999999985],[-79.392501999999865,68.860535000000084],[-79.396392999999932,68.864990000000091],[-79.400283999999999,68.871918000000051],[-79.402221999999938,68.923598999999967],[-79.379439999999931,68.931656000000089],[-79.353881999999999,68.943863000000079],[-79.330565999999976,68.958327999999995],[-79.309432999999956,68.973602000000085],[-79.303878999999938,68.978317000000118],[-79.292769999999962,68.995818999999983],[-79.283065999999963,69.012772000000041],[-79.238892000000021,69.066376000000048],[-79.227218999999991,69.076385000000073],[-79.216949,69.081100000000106],[-79.146117999999944,69.093597000000102],[-79.049438000000009,69.102203000000031],[-78.985824999999977,69.099990999999989],[-78.974441999999954,69.100266000000147],[-78.960280999999952,69.102478000000019],[-78.864165999999955,69.141098],[-78.855834999999956,69.145537999999988],[-78.749160999999901,69.261107999999979],[-78.721938999999963,69.310532000000023],[-78.726668999999902,69.318603999999993],[-78.724715999999944,69.331100000000049],[-78.722778000000005,69.336105000000089],[-78.716110000000015,69.34027100000003],[-78.606948999999986,69.371368000000132],[-78.577498999999989,69.377197000000137],[-78.568618999999956,69.378860000000032],[-78.489989999999977,69.391098000000113],[-78.47084000000001,69.392212000000086],[-78.458617999999944,69.38998400000014],[-78.412215999999887,69.379700000000128]],[[-135.28890999999993,69.309418000000051],[-135.29751599999997,69.304977000000122],[-135.33138999999989,69.322768999999994],[-135.34805299999994,69.330551000000128],[-135.38613899999996,69.344986000000063],[-135.39779699999997,69.348037999999974],[-135.44000199999999,69.355820000000108],[-135.48693800000001,69.362198000000092],[-135.51501500000001,69.367477000000065],[-135.52694699999995,69.370529000000147],[-135.55999800000001,69.380264000000068],[-135.56527700000004,69.384995000000004],[-135.56555199999997,69.390548999999965],[-135.55999800000001,69.396652000000131],[-135.54998799999998,69.399994000000049],[-135.52444499999996,69.403595000000109],[-135.50723300000004,69.403046000000131],[-135.42028799999997,69.397491000000059],[-135.365814,69.393599999999992],[-135.33776899999992,69.388596000000064],[-135.32806400000004,69.384995000000004],[-135.27224699999988,69.358321999999987],[-135.27139299999999,69.346938999999963],[-135.27722199999999,69.328322999999955],[-135.28332499999988,69.315262000000018],[-135.28890999999993,69.309418000000051]],[[-76.950835999999867,69.395263999999997],[-76.923614999999984,69.393599999999992],[-76.902221999999995,69.394713999999965],[-76.804168999999945,69.400269000000037],[-76.787780999999995,69.402480999999966],[-76.779174999999952,69.403870000000097],[-76.760833999999875,69.40914900000007],[-76.75140399999998,69.412766000000033],[-76.744445999999982,69.416931000000034],[-76.732772999999952,69.422760000000039],[-76.723327999999981,69.423599000000024],[-76.716400000000021,69.422211000000118],[-76.705840999999964,69.418868999999972],[-76.652221999999938,69.38638300000008],[-76.644729999999925,69.381363000000022],[-76.643889999999942,69.374420000000043],[-76.646666999999979,69.336929000000055],[-76.648894999999925,69.331940000000088],[-76.676391999999964,69.306091000000094],[-76.706389999999999,69.303588999999988],[-76.718886999999995,69.301651000000049],[-76.736937999999952,69.296371000000022],[-76.799438000000009,69.272491000000002],[-76.926392000000021,69.21748400000007],[-76.933608999999933,69.213882000000126],[-76.939986999999974,69.209152000000074],[-76.945830999999998,69.203598000000113],[-76.949431999999945,69.197479000000101],[-76.950561999999934,69.1933140000001],[-76.958892999999989,69.14248699999996],[-77.118057000000022,69.119431000000134],[-77.137787000000003,69.116652999999928],[-77.171660999999915,69.117202999999961],[-77.213622999999984,69.125809000000061],[-77.238601999999958,69.132750999999985],[-77.25778200000002,69.139984000000027],[-77.285827999999924,69.153594999999996],[-77.301392000000021,69.164153999999996],[-77.320281999999963,69.181366000000025],[-77.381942999999865,69.247482000000048],[-77.384170999999981,69.263610999999969],[-77.383330999999941,69.270538000000045],[-77.359725999999966,69.392761000000064],[-77.356383999999935,69.396652000000131],[-77.348342999999943,69.401657],[-77.288329999999917,69.417755],[-77.259170999999924,69.424698000000035],[-77.189162999999951,69.438309000000004],[-77.153610000000015,69.444427000000076],[-77.129989999999964,69.445251000000042],[-77.113616999999977,69.441650000000038],[-77.075561999999991,69.428314000000057],[-77.043335000000013,69.417206000000078],[-77.006957999999997,69.406372000000033],[-76.978332999999907,69.399994000000049],[-76.950835999999867,69.395263999999997]],[[-90.329453000000001,69.235809000000017],[-90.34722899999997,69.234711000000118],[-90.361388999999974,69.238312000000008],[-90.506392999999946,69.329162999999994],[-90.510009999999909,69.334717000000012],[-90.514450000000011,69.363876000000005],[-90.501113999999973,69.372482000000105],[-90.491669000000002,69.376647999999989],[-90.301940999999943,69.434418000000107],[-90.205275999999913,69.445816000000093],[-90.200835999999981,69.444427000000076],[-90.199722000000008,69.439148000000102],[-90.195267000000001,69.416931000000034],[-90.178604000000007,69.409988000000055],[-90.149733999999967,69.375534000000016],[-90.148345999999947,69.370255000000043],[-90.154723999999987,69.350815000000068],[-90.15972899999997,69.34526100000005],[-90.271666999999923,69.255554000000018],[-90.288605000000018,69.249419999999986],[-90.329453000000001,69.235809000000017]],[[-135.59222399999999,69.482208000000071],[-135.574432,69.446640000000059],[-135.61999499999996,69.468597000000102],[-135.62942499999991,69.472214000000065],[-135.66528299999999,69.481368999999916],[-135.69360399999999,69.486649],[-135.74081399999994,69.493041999999946],[-135.77835099999999,69.496094000000085],[-135.81054700000004,69.497756999999979],[-135.81555200000003,69.502487000000031],[-135.8125,69.508041000000048],[-135.79528799999997,69.516663000000051],[-135.78555299999999,69.519989000000066],[-135.77389500000004,69.52276599999999],[-135.76113899999996,69.524429000000055],[-135.74526999999995,69.524704000000099],[-135.66610700000001,69.505828999999949],[-135.59942599999999,69.486098999999967],[-135.59222399999999,69.482208000000071]],[[-101.05304699999999,69.504439999999988],[-101.00611900000001,69.486923000000104],[-101.00862099999995,69.450272000000041],[-101.12526700000001,69.401382000000126],[-101.21861299999989,69.371368000000132],[-101.23029299999996,69.368591000000038],[-101.24305700000002,69.371917999999994],[-101.26888999999994,69.378860000000032],[-101.27916700000003,69.382476999999994],[-101.271118,69.385818000000029],[-101.256958,69.386658000000068],[-101.24526999999995,69.389434999999992],[-101.2369379999999,69.394713999999965],[-101.23166699999996,69.400818000000015],[-101.18888899999996,69.469711000000075],[-101.18639400000001,69.475265999999976],[-101.22749299999992,69.495529000000033],[-101.23805199999998,69.499145999999996],[-101.2538909999999,69.500274999999988],[-101.266953,69.49832200000003],[-101.31749699999995,69.511107999999922],[-101.38445300000001,69.53276100000005],[-101.38722199999995,69.53776600000009],[-101.35833700000001,69.566940000000102],[-101.34973099999996,69.572495000000004],[-101.34056099999992,69.574707000000046],[-101.27555799999993,69.580826000000059],[-101.26167299999992,69.581665000000044],[-101.07305899999994,69.534988000000112],[-101.06276699999995,69.53137200000009],[-101.05999800000001,69.526382000000012],[-101.05304699999999,69.504439999999988]],[[-96.663054999999929,69.569717000000026],[-96.563323999999966,69.564147999999989],[-96.461120999999991,69.564147999999989],[-96.401671999999905,69.562759000000028],[-96.373610999999983,69.560806000000071],[-96.358886999999868,69.55720500000001],[-96.351943999999946,69.55304000000001],[-96.345275999999899,69.548599000000081],[-96.343886999999995,69.543594000000041],[-96.335555999999997,69.534424000000001],[-96.328613000000018,69.529983999999956],[-96.31639100000001,69.526382000000012],[-96.291671999999892,69.531097000000045],[-96.218063000000029,69.546371000000136],[-96.207229999999981,69.55053700000002],[-96.198333999999875,69.55664100000007],[-96.194442999999978,69.561920000000043],[-96.184432999999956,69.56721500000009],[-96.169723999999917,69.566940000000102],[-96.152221999999995,69.563599000000067],[-96.139998999999932,69.559982000000105],[-96.133330999999941,69.555542000000059],[-96.134445000000028,69.550262000000032],[-96.136397999999986,69.546097000000032],[-96.104171999999949,69.49832200000003],[-96.101104999999961,69.493041999999946],[-96.097778000000005,69.483322000000044],[-96.096114999999998,69.46804800000001],[-96.098617999999988,69.457763999999941],[-96.143065999999919,69.351379000000009],[-96.146666999999979,69.345824999999991],[-96.163329999999974,69.348037999999974],[-96.233886999999982,69.359711000000004],[-96.248610999999926,69.36303700000002],[-96.270003999999972,69.370818999999983],[-96.288604999999961,69.378860000000032],[-96.304992999999911,69.387497000000053],[-96.325286999999946,69.400269000000037],[-96.333617999999944,69.409714000000122],[-96.348343,69.423035000000084],[-96.382216999999912,69.44470200000012],[-96.401108000000022,69.453048999999908],[-96.430557000000022,69.459717000000069],[-96.461944999999957,69.462493999999992],[-96.507232999999985,69.464432000000102],[-96.524719000000005,69.467484000000013],[-96.548889000000031,69.474990999999989],[-96.630828999999949,69.512207000000103],[-96.654175000000009,69.524994000000106],[-96.736663999999962,69.576660000000004],[-96.735549999999989,69.581940000000031],[-96.721663999999919,69.58248900000001],[-96.691665999999884,69.581940000000031],[-96.676940999999999,69.578323000000125],[-96.663054999999929,69.569717000000026]],[[-67.310546999999929,69.549149000000114],[-67.324172999999973,69.533875000000023],[-67.331680000000006,69.53137200000009],[-67.351105000000018,69.530823000000112],[-67.388610999999969,69.533051000000057],[-67.473052999999936,69.533875000000023],[-67.492766999999958,69.533051000000057],[-67.53083799999996,69.52915999999999],[-67.545272999999895,69.525818000000072],[-67.552489999999977,69.523041000000148],[-67.549437999999896,69.519714000000022],[-67.507232999999985,69.514998999999989],[-67.499999999999943,69.512833000000057],[-67.49888599999997,69.51249700000011],[-67.489990000000034,69.508606000000043],[-67.481673999999941,69.500000000000114],[-67.492492999999854,69.495529000000033],[-67.50778200000002,69.494980000000112],[-67.573623999999995,69.506653000000085],[-67.58555599999994,69.50749200000007],[-67.598891999999978,69.506378000000097],[-67.626662999999951,69.500549000000092],[-67.642226999999878,69.500274999999988],[-67.731948999999929,69.513611000000083],[-67.744445999999925,69.515822999999955],[-67.749725000000012,69.521103000000039],[-67.739440999999943,69.540817000000118],[-67.730834999999956,69.544434000000081],[-67.723052999999993,69.545258000000047],[-67.707229999999981,69.544434000000081],[-67.686661000000015,69.541091999999992],[-67.674712999999883,69.540268000000026],[-67.663329999999974,69.54193099999992],[-67.578063999999983,69.559708000000001],[-67.550277999999935,69.565536000000122],[-67.541381999999999,69.569153000000028],[-67.531386999999995,69.576384999999959],[-67.527221999999995,69.581940000000031],[-67.48443599999996,69.590271000000143],[-67.425002999999947,69.588882000000126],[-67.394454999999994,69.584991000000059],[-67.367217999999923,69.578323000000125],[-67.321395999999993,69.560531999999967],[-67.314437999999996,69.55664100000007],[-67.309433000000013,69.552765000000022],[-67.310546999999929,69.549149000000114]],[[-96.760558999999944,69.54553199999998],[-96.770003999999915,69.543594000000041],[-96.786666999999909,69.54553199999998],[-96.868880999999874,69.555817000000104],[-96.883895999999993,69.55914300000012],[-96.888061999999991,69.563873000000001],[-96.902221999999995,69.5977630000001],[-96.900283999999999,69.602203000000088],[-96.870543999999995,69.601379000000122],[-96.851395000000025,69.599425999999994],[-96.840835999999967,69.597488000000055],[-96.81639100000001,69.590271000000143],[-96.809433000000013,69.585815000000025],[-96.766402999999968,69.554977000000065],[-96.761947999999961,69.55053700000002],[-96.760558999999944,69.54553199999998]],[[-91.110001000000011,69.549423000000047],[-91.119155999999975,69.548324999999977],[-91.140288999999939,69.560806000000071],[-91.142501999999922,69.564986999999974],[-91.136397999999986,69.575546000000031],[-91.121384000000035,69.593048000000067],[-91.108886999999925,69.602203000000088],[-91.037215999999944,69.614990000000091],[-90.969161999999926,69.618317000000047],[-90.959732000000031,69.61943100000002],[-90.937499999999943,69.616379000000109],[-90.923049999999932,69.611374000000069],[-90.920272999999952,69.608032000000094],[-90.919158999999979,69.606093999999985],[-90.930832000000009,69.599152000000061],[-91.110001000000011,69.549423000000047]],[[-133.93222000000003,69.560256999999922],[-133.948059,69.560256999999922],[-133.96304299999997,69.561371000000122],[-133.98611499999998,69.565536000000122],[-134.01196299999992,69.571381000000031],[-134.01666299999994,69.576096000000064],[-134.01419099999998,69.58248900000001],[-134.01028400000001,69.585541000000092],[-133.94528199999996,69.613312000000008],[-133.93362399999995,69.616089000000102],[-133.89446999999996,69.621093999999971],[-133.87997399999995,69.621918000000107],[-133.86581399999994,69.619141000000013],[-133.84472700000003,69.600815000000011],[-133.84695399999998,69.588882000000126],[-133.868042,69.56721500000009],[-133.87719699999997,69.565261999999962],[-133.93222000000003,69.560256999999922]],[[-95.488892000000021,69.565536000000122],[-95.452498999999932,69.550262000000032],[-95.375548999999978,69.517761000000121],[-95.366104000000007,69.513611000000083],[-95.359726000000023,69.509155000000021],[-95.362212999999997,69.498870999999951],[-95.402495999999985,69.383330999999998],[-95.515839000000028,69.330826000000116],[-95.527221999999995,69.327484000000027],[-95.539718999999991,69.325271999999927],[-95.606383999999935,69.319153000000085],[-95.620270000000005,69.318603999999993],[-95.634170999999924,69.318329000000119],[-95.692489999999964,69.319153000000085],[-95.706954999999994,69.319442999999922],[-95.722778000000005,69.320831000000055],[-95.736938000000009,69.324432000000058],[-95.741104000000007,69.329162999999994],[-95.741668999999945,69.334717000000012],[-95.731673999999941,69.373031999999967],[-95.727782999999874,69.378585999999927],[-95.716949,69.382750999999928],[-95.693877999999984,69.389434999999992],[-95.669158999999979,69.394150000000025],[-95.657776000000013,69.397217000000126],[-95.648346000000004,69.403320000000065],[-95.666397000000018,69.497756999999979],[-95.669158999999979,69.50749200000007],[-95.694442999999978,69.540268000000026],[-95.708053999999947,69.548874000000126],[-95.720001000000025,69.552765000000022],[-95.736663999999905,69.554977000000065],[-95.815826000000015,69.562759000000028],[-95.827498999999932,69.559708000000001],[-95.831680000000006,69.554153000000099],[-95.822784000000013,69.514435000000049],[-95.817504999999926,69.504990000000021],[-95.809432999999956,69.495529000000033],[-95.797225999999966,69.481658999999979],[-95.862212999999997,69.348037999999974],[-95.87222300000002,69.34275800000006],[-95.899445000000014,69.340820000000122],[-95.961670000000026,69.346375000000023],[-95.978881999999999,69.349426000000051],[-95.990829000000019,69.353317000000118],[-96.011123999999882,69.478043000000071],[-96.009734999999978,69.483047000000056],[-95.919998000000021,69.595260999999994],[-95.909164000000033,69.599425999999994],[-95.789443999999946,69.634155000000078],[-95.773894999999925,69.632751000000098],[-95.625548999999921,69.616089000000102],[-95.61221299999994,69.61442599999998],[-95.488892000000021,69.565536000000122]],[[-138.86721799999992,69.588318000000015],[-138.87332200000003,69.583054000000061],[-138.88305699999995,69.579437000000098],[-138.91000399999996,69.576096000000064],[-138.945831,69.57887299999993],[-138.97720300000003,69.583054000000061],[-138.99609399999997,69.584152000000131],[-139.02307099999996,69.580826000000059],[-139.03417999999999,69.578048999999965],[-139.05306999999999,69.570540999999992],[-139.12109399999997,69.52915999999999],[-139.137787,69.530823000000112],[-139.33248899999995,69.566085999999927],[-139.32998699999996,69.571655000000135],[-139.32223499999992,69.576096000000064],[-139.26779199999993,69.605820000000051],[-139.24221799999992,69.618317000000047],[-139.23275799999999,69.621918000000107],[-139.19973800000002,69.630538999999999],[-139.14416499999999,69.644989000000123],[-139.13305700000001,69.647766000000047],[-139.12027,69.649993999999992],[-139.10333299999996,69.648041000000035],[-139.02029399999998,69.633331000000112],[-138.95611600000001,69.619705000000124],[-138.92111199999994,69.610535000000084],[-138.88055399999996,69.596939000000134],[-138.872772,69.59275800000006],[-138.86721799999992,69.588318000000015]],[[-135.51724199999995,69.569153000000028],[-135.54305999999997,69.565536000000122],[-135.55721999999997,69.568054000000075],[-135.57138099999997,69.576934999999992],[-135.58111600000001,69.580551000000071],[-135.5883179999999,69.584717000000126],[-135.591095,69.589980999999966],[-135.58944699999989,69.596099999999979],[-135.58612099999993,69.601653999999996],[-135.57888800000001,69.606644000000017],[-135.55471799999992,69.620254999999986],[-135.51196299999998,69.641663000000108],[-135.50030500000003,69.644439999999975],[-135.43972799999995,69.65248100000008],[-135.42388900000003,69.65248100000008],[-135.40972899999991,69.649993999999992],[-135.39779699999997,69.646942000000081],[-135.40917999999999,69.634995000000117],[-135.4655459999999,69.585541000000092],[-135.474152,69.581375000000037],[-135.505585,69.571655000000135],[-135.51724199999995,69.569153000000028]],[[-67.920273000000009,69.521927000000005],[-67.935271999999941,69.518875000000094],[-68.002228000000002,69.526657000000057],[-68.049437999999952,69.533875000000023],[-68.238892000000021,69.570267000000058],[-68.248885999999914,69.596649000000127],[-68.078339000000028,69.665268000000083],[-67.970839999999896,69.701935000000049],[-67.959731999999974,69.704987000000017],[-67.946380999999974,69.706375000000094],[-67.895553999999947,69.708603000000039],[-67.889724999999999,69.708328000000051],[-67.869720000000029,69.700821000000076],[-67.821120999999948,69.676376000000062],[-67.831680000000006,69.601928999999984],[-67.910278000000005,69.526657000000057],[-67.920273000000009,69.521927000000005]],[[-134.26058999999987,68.733535999999958],[-134.23248299999989,68.706100000000106],[-134.22778299999993,68.701385000000073],[-134.22726399999999,68.696426000000088],[-134.23580900000002,68.694977000000108],[-134.26779199999999,68.695816000000093],[-134.35693400000002,68.703049000000078],[-134.38861099999997,68.707214000000079],[-134.436127,68.713608000000136],[-134.45748899999995,68.719147000000135],[-134.46194499999996,68.72387700000013],[-134.49554399999994,68.75221300000004],[-134.53640699999994,68.786926000000051],[-134.66946399999989,68.894440000000145],[-134.741669,68.935531999999967],[-134.75500499999987,68.944427000000019],[-134.76696799999991,68.953323000000125],[-134.78306599999996,68.965355000000045],[-134.82583599999998,68.97886699999998],[-134.85278299999999,68.976379000000009],[-134.89224200000001,68.971924000000001],[-134.90472399999999,68.969986000000006],[-134.91473400000001,68.96665999999999],[-134.92028799999997,68.960815000000082],[-134.91973899999994,68.949417000000096],[-134.91723599999995,68.944138000000066],[-134.91641199999998,68.926926000000094],[-134.92028799999997,68.914703000000031],[-134.92584199999999,68.908600000000092],[-134.93307499999997,68.903594999999996],[-134.94137599999999,68.899429000000112],[-134.96112099999999,68.892487000000017],[-134.97500599999995,68.891663000000051],[-134.99999999999994,68.892082000000073],[-135.00750699999998,68.892212000000029],[-135.12609900000001,68.899429000000112],[-135.14196800000002,68.901382000000069],[-135.167236,68.907211000000075],[-135.17083699999995,68.911102000000142],[-135.17806999999999,68.920822000000044],[-135.18084699999997,68.926085999999998],[-135.20165999999995,68.9327550000001],[-135.23330699999991,68.934708000000001],[-135.262787,68.933594000000028],[-135.36111500000004,68.926651000000049],[-135.39196799999996,68.926651000000049],[-135.42138699999987,68.928864000000033],[-135.444458,68.934981999999934],[-135.45388799999995,68.938582999999994],[-135.46081499999997,68.942749000000106],[-135.76916499999993,68.896378000000084],[-135.808044,68.895264000000111],[-135.843323,68.897217000000069],[-135.88247699999999,68.905258000000117],[-135.90585299999992,68.911376999999959],[-135.94805899999994,68.924698000000092],[-135.99527,68.942474000000061],[-136.00250199999999,68.946640000000002],[-136.00527999999997,68.951935000000049],[-135.98916599999995,69.029160000000104],[-135.98525999999998,69.035812000000021],[-135.97833299999996,69.040817000000061],[-135.96859699999999,69.044434000000024],[-135.95443699999998,69.045532000000094],[-135.88861099999991,69.026093000000003],[-135.85012800000004,69.007401000000129],[-135.83389299999993,68.998322000000144],[-135.82888799999989,68.993591000000038],[-135.80248999999992,68.989426000000037],[-135.77001999999999,68.989150999999993],[-135.64889499999998,68.991928000000087],[-135.63473499999998,68.993042000000059],[-135.57861300000002,69.006104000000107],[-135.52557399999995,69.021102999999982],[-135.51779199999999,69.023880000000077],[-135.529449,69.026931999999988],[-135.72082499999999,69.046097000000145],[-135.91583300000002,69.088318000000129],[-135.92748999999998,69.09137000000004],[-135.93472299999996,69.095535000000041],[-135.95138499999996,69.142761000000064],[-135.96582000000001,69.197754000000089],[-135.96722399999999,69.214706000000092],[-135.95944199999997,69.228317000000061],[-135.94695999999993,69.23942599999998],[-135.92611699999998,69.254715000000033],[-135.915009,69.257492000000127],[-135.89862099999999,69.255554000000018],[-135.89138800000001,69.251389000000017],[-135.82138099999986,69.215271000000143],[-135.75140399999998,69.179428000000087],[-135.74194299999999,69.175812000000064],[-135.66610700000001,69.146941999999967],[-135.65667699999995,69.143600000000049],[-135.56750499999993,69.11775200000011],[-135.55279499999989,69.116652999999928],[-135.48693800000001,69.113312000000121],[-135.49581899999993,69.124145999999996],[-135.60720799999996,69.145264000000054],[-135.6305539999999,69.151382000000012],[-135.64001499999995,69.154984000000127],[-135.81082199999997,69.242751999999996],[-135.83999600000004,69.259430000000066],[-135.85220300000003,69.268051000000014],[-135.85498000000001,69.273315000000139],[-135.8558349999999,69.284714000000065],[-135.85415599999999,69.290817000000004],[-135.84860199999997,69.296936000000017],[-135.8416749999999,69.301926000000094],[-135.83331299999998,69.306366000000082],[-135.80389400000001,69.316666000000055],[-135.79251099999999,69.319442999999922],[-135.57192999999995,69.33859300000006],[-135.5561219999999,69.338882000000012],[-135.48580900000002,69.33526599999999],[-135.44860799999998,69.332214000000022],[-135.41332999999997,69.323043999999982],[-135.39196799999996,69.309981999999991],[-135.38723800000002,69.30525200000011],[-135.379974,69.301086000000055],[-135.37027,69.297484999999995],[-135.32333399999999,69.285262999999986],[-135.25778200000002,69.271378000000084],[-135.24386599999997,69.268600000000106],[-135.22970599999996,69.266098000000056],[-135.18554699999993,69.258880999999917],[-135.17056300000002,69.257766999999944],[-135.16223099999996,69.261931999999945],[-135.15805099999994,69.268600000000106],[-135.15835599999997,69.274429000000112],[-135.16500899999994,69.279160000000047],[-135.17443800000001,69.283051000000114],[-135.23971599999987,69.3316650000001],[-135.28695699999992,69.413605000000018],[-135.28723100000002,69.419144000000017],[-135.28527800000001,69.425537000000134],[-135.278076,69.430542000000003],[-135.26834099999996,69.434143000000063],[-135.16082800000004,69.473602000000142],[-135.15084799999994,69.476929000000098],[-135.137787,69.478592000000049],[-134.99664300000001,69.48414600000001],[-134.91528299999993,69.485259999999982],[-134.69473300000004,69.481658999999979],[-134.67749000000003,69.480819999999994],[-134.64251699999988,69.477203000000031],[-134.62832599999996,69.474426000000108],[-134.60861199999988,69.468597000000102],[-134.570831,69.453873000000044],[-134.55917399999987,69.450821000000133],[-134.53112799999997,69.445526000000086],[-134.49609399999997,69.441925000000026],[-134.48165900000004,69.442748999999992],[-134.46859699999993,69.444427000000076],[-134.43832399999997,69.454712000000029],[-134.42083699999995,69.463042999999914],[-134.413635,69.468322999999998],[-134.40777600000001,69.474152000000004],[-134.40557899999993,69.480270000000132],[-134.40835600000003,69.491364000000033],[-134.41778599999992,69.500549000000092],[-134.43667600000003,69.508041000000048],[-134.44833399999999,69.511107999999922],[-134.46887200000003,69.542755000000056],[-134.40167199999996,69.638321000000133],[-134.40249600000004,69.649719000000005],[-134.406677,69.654434000000037],[-134.44277999999997,69.68081699999999],[-134.48580899999996,69.706100000000049],[-134.49054000000001,69.710815000000082],[-134.49304199999995,69.715819999999951],[-134.49108899999993,69.722214000000008],[-134.47637900000001,69.723037999999974],[-134.30972299999996,69.715819999999951],[-134.20388799999995,69.668868999999972],[-134.17748999999998,69.64027400000009],[-134.19638099999992,69.621093999999971],[-134.20388799999995,69.616089000000102],[-134.24026500000002,69.585815000000025],[-134.24472000000003,69.579162999999994],[-134.24472000000003,69.573318000000029],[-134.24221799999998,69.568054000000075],[-134.11331200000001,69.538879000000009],[-134.09860199999997,69.539978000000019],[-134.08111600000001,69.548324999999977],[-134.06195099999997,69.555817000000104],[-134.03750600000001,69.560256999999922],[-134.02001999999999,69.559417999999994],[-134.00836200000003,69.556091000000038],[-134.00140399999998,69.551926000000037],[-133.97778299999999,69.528594999999996],[-133.96112099999999,69.509155000000021],[-133.94723499999992,69.506378000000097],[-133.91833499999996,69.508331000000055],[-133.87914999999998,69.513321000000076],[-133.86749299999997,69.515822999999955],[-133.86026000000004,69.520828000000051],[-133.82250999999997,69.555252000000053],[-133.823151,69.5600740000001],[-133.81973300000004,69.564986999999974],[-133.801941,69.573608000000092],[-133.79168699999997,69.576934999999992],[-133.77835099999993,69.576384999999959],[-133.75057999999996,69.547485000000108],[-133.74832199999992,69.542205999999965],[-133.79861500000004,69.481094000000098],[-133.81805399999996,69.464157000000114],[-133.85055499999999,69.445816000000093],[-133.87692300000003,69.433044000000109],[-133.92083699999995,69.412201000000039],[-133.94137599999999,69.405258000000003],[-133.96444699999995,69.400269000000037],[-134.08554100000003,69.340546000000018],[-134.21112099999993,69.276092999999946],[-134.21832299999988,69.271103000000096],[-134.27557400000001,69.226089000000115],[-134.27999899999986,69.219437000000028],[-134.28222699999998,69.213318000000015],[-134.28195199999999,69.20748900000001],[-134.27722199999994,69.202773999999977],[-134.27471899999995,69.197754000000089],[-134.27444500000001,69.186096000000077],[-134.28030399999994,69.180267000000072],[-134.287781,69.175262000000032],[-134.38363599999997,69.11831699999999],[-134.39779699999997,69.117477000000122],[-134.44888300000002,69.119705000000067],[-134.47720300000003,69.118042000000116],[-134.53112799999997,69.112762000000089],[-134.5680539999999,69.106644000000131],[-134.58526599999999,69.098038000000031],[-134.67361500000004,69.017761000000007],[-134.67584199999993,69.01138300000008],[-134.675568,69.005829000000062],[-134.66973899999999,68.9727630000001],[-134.67166099999997,68.966385000000002],[-134.66665599999999,68.956100000000049],[-134.65280200000001,68.947754000000145],[-134.60665900000004,68.935256999999979],[-134.58831799999996,68.928040000000067],[-134.51419099999987,68.887496999999996],[-134.50723300000004,68.883041000000048],[-134.48858599999994,68.870254999999986],[-134.47470099999998,68.856093999999985],[-134.46417199999991,68.84248400000007],[-134.45693999999997,68.826934999999992],[-134.44750999999991,68.811920000000043],[-134.44027700000004,68.80192599999998],[-134.43112199999996,68.792755000000056],[-134.417236,68.784423999999944],[-134.39889499999998,68.777205999999978],[-134.37609899999995,68.770827999999995],[-134.3511049999999,68.764998999999989],[-134.29666099999992,68.754440000000102],[-134.28750599999995,68.75082400000008],[-134.28057899999999,68.746643000000006],[-134.26058999999987,68.733535999999958]],[[-102.14527900000002,69.648604999999975],[-102.16027800000001,69.648331000000042],[-102.17832900000002,69.651093000000003],[-102.21028099999995,69.662200999999982],[-102.22609699999992,69.670258000000103],[-102.23166700000002,69.674698000000149],[-102.24305699999996,69.694138000000123],[-102.243607,69.704436999999984],[-102.24137899999999,69.71026599999999],[-102.23416099999997,69.716660000000047],[-102.22556299999991,69.721924000000001],[-102.21584300000001,69.726654000000053],[-102.15778399999999,69.736099000000081],[-102.13474300000001,69.724701000000096],[-102.12943999999993,69.72026100000005],[-102.12332199999997,69.71276899999998],[-102.12026999999989,69.708038000000045],[-102.11721799999998,69.697753999999975],[-102.11554699999999,69.666655999999989],[-102.11805700000002,69.660812000000135],[-102.12277199999994,69.65498400000007],[-102.13221699999991,69.650542999999971],[-102.14527900000002,69.648604999999975]],[[-77.946655000000021,69.646652000000074],[-77.944992000000013,69.639709000000039],[-77.946105999999986,69.633331000000112],[-77.965835999999967,69.624985000000038],[-78.07028200000002,69.59275800000006],[-78.169997999999964,69.570540999999992],[-78.311934999999949,69.54304500000012],[-78.397780999999952,69.520828000000051],[-78.505004999999869,69.488876000000062],[-78.576401000000033,69.501663000000065],[-78.588057999999933,69.506103999999993],[-78.611388999999917,69.509430000000009],[-78.626098999999954,69.50999500000006],[-78.646117999999888,69.50999500000006],[-78.664443999999889,69.50749200000007],[-78.685271999999941,69.49832200000003],[-78.698043999999982,69.489151000000049],[-78.718886999999938,69.479980000000126],[-78.756957999999941,69.467484000000013],[-78.801940999999943,69.455826000000002],[-78.817504999999926,69.45277400000009],[-78.838608000000022,69.451385000000073],[-78.853058000000033,69.454163000000108],[-78.861938000000009,69.457489000000123],[-78.868331999999953,69.460541000000035],[-78.873885999999857,69.464706000000035],[-78.880279999999971,69.476929000000098],[-78.87860099999989,69.479980000000126],[-78.874160999999958,69.486923000000104],[-78.865004999999996,69.494980000000112],[-78.841385000000002,69.508041000000048],[-78.826110999999969,69.511657999999954],[-78.809722999999963,69.514160000000061],[-78.783324999999991,69.521103000000039],[-78.764175000000023,69.527205999999978],[-78.717772999999966,69.544708000000014],[-78.695266999999944,69.556931000000077],[-78.674438000000009,69.568329000000062],[-78.652785999999935,69.581940000000031],[-78.628051999999968,69.608597000000145],[-78.615554999999915,69.617477000000008],[-78.586394999999925,69.631927000000132],[-78.575835999999981,69.636383000000023],[-78.522506999999905,69.648331000000042],[-78.499724999999899,69.650542999999971],[-78.482772999999895,69.649428999999941],[-78.400283999999999,69.643326000000002],[-78.260833999999932,69.659987999999998],[-78.245270000000005,69.663605000000132],[-78.229445999999996,69.67164600000001],[-78.228057999999976,69.677475000000072],[-78.236938000000009,69.688583000000051],[-78.244995000000017,69.693313999999987],[-78.256957999999941,69.705825999999945],[-78.263625999999931,69.713608000000079],[-78.26916499999993,69.728043000000014],[-78.268615999999952,69.732208000000014],[-78.265838999999971,69.733871000000136],[-78.180557000000022,69.75221300000004],[-78.164168999999958,69.752486999999974],[-78.154174999999952,69.750549000000035],[-78.141953000000001,69.742477000000065],[-78.080001999999979,69.72943099999992],[-78.018341000000021,69.708328000000051],[-77.992767000000015,69.699417000000096],[-77.982773000000009,69.694702000000063],[-77.973891999999978,69.688583000000051],[-77.966110000000015,69.681655999999975],[-77.955565999999976,69.668319999999994],[-77.946655000000021,69.646652000000074]],[[-82.507781999999963,69.704987000000017],[-82.542770000000019,69.704163000000051],[-82.678878999999995,69.726379000000009],[-82.720001000000025,69.733321999999987],[-82.865004999999996,69.770827999999995],[-82.877776999999924,69.774994000000049],[-82.879439999999931,69.778595000000109],[-82.856383999999991,69.800261999999975],[-82.846664000000033,69.803040000000124],[-82.839171999999962,69.80386400000009],[-82.811661000000015,69.806090999999981],[-82.803054999999915,69.805817000000047],[-82.796111999999994,69.805251999999996],[-82.776108000000022,69.804153000000042],[-82.677779999999927,69.794707999999957],[-82.629990000000021,69.789153999999996],[-82.563889000000017,69.778595000000109],[-82.460281000000009,69.761658000000125],[-82.453063999999983,69.720534999999984],[-82.455001999999922,69.714432000000045],[-82.467223999999987,69.709990999999945],[-82.507781999999963,69.704987000000017]],[[-79.423049999999989,69.784988000000055],[-79.331680000000006,69.713318000000072],[-79.328338999999971,69.707214000000079],[-79.329452999999944,69.701385000000016],[-79.333892999999989,69.697478999999987],[-79.354720999999984,69.688034000000073],[-79.482223999999917,69.646103000000096],[-79.544997999999964,69.626647999999932],[-79.571670999999981,69.61943100000002],[-79.600280999999995,69.612761999999975],[-79.631667999999934,69.608871000000079],[-79.957503999999972,69.619979999999998],[-79.963333000000034,69.626373000000115],[-79.974166999999852,69.631652999999972],[-79.994995000000017,69.638596000000007],[-80.02194199999991,69.643599999999935],[-80.038054999999986,69.645263999999941],[-80.059432999999899,69.64387499999998],[-80.065552000000025,69.641663000000108],[-80.081954999999994,69.630538999999999],[-80.082779000000016,69.626923000000147],[-80.078887999999949,69.622208000000114],[-80.032776000000013,69.587204000000042],[-79.991378999999938,69.568878000000041],[-79.937774999999931,69.531937000000084],[-79.935546999999985,69.527205999999978],[-79.93638599999997,69.523604999999918],[-79.940276999999924,69.518875000000094],[-79.974441999999954,69.502213000000097],[-79.993880999999931,69.494431000000134],[-80.011948000000018,69.491652999999985],[-80.021117999999944,69.49275200000011],[-80.046111999999937,69.497756999999979],[-80.200561999999991,69.530823000000112],[-80.214721999999995,69.586655000000064],[-80.353606999999954,69.614700000000084],[-80.461944999999957,69.656372000000147],[-80.492767000000015,69.664993000000038],[-80.577788999999996,69.667480000000126],[-80.74360699999994,69.666092000000049],[-80.761123999999995,69.666930999999977],[-80.793334999999956,69.670258000000103],[-80.804442999999878,69.675537000000077],[-80.809433000000013,69.683044000000052],[-80.809433000000013,69.68942300000009],[-80.801392000000021,69.701096000000121],[-80.730835000000013,69.746368000000132],[-80.725006000000008,69.74914600000011],[-80.720275999999899,69.750549000000035],[-80.649733999999967,69.748596000000077],[-80.520003999999972,69.720825000000048],[-80.498610999999983,69.759719999999959],[-80.50111400000003,69.762497000000053],[-80.502791999999943,69.76638800000012],[-80.504455999999948,69.774994000000049],[-80.503066999999987,69.779984000000127],[-80.499999999999943,69.783324999999991],[-80.490554999999972,69.788589000000115],[-80.46665999999999,69.791931000000091],[-80.388901000000033,69.799988000000042],[-80.371384000000035,69.799149000000057],[-80.340285999999992,69.794707999999957],[-80.338607999999908,69.790542999999957],[-80.343063000000029,69.784149000000127],[-80.34445199999999,69.776931999999988],[-80.329726999999991,69.774155000000121],[-80.314712999999983,69.778045999999961],[-80.289444000000003,69.786652000000061],[-80.264175000000023,69.79525799999999],[-80.246657999999968,69.798599000000024],[-80.232773000000009,69.79942299999999],[-80.20666499999993,69.798035000000084],[-80.191665999999884,69.79525799999999],[-80.182769999999948,69.792755000000056],[-80.129165999999941,69.765549000000021],[-80.073058999999944,69.74971000000005],[-79.972778000000005,69.723312000000078],[-79.862777999999935,69.741088999999988],[-79.768065999999976,69.75277699999998],[-79.756392999999889,69.778869999999927],[-79.752501999999993,69.783599999999979],[-79.744720000000029,69.788589000000115],[-79.687209999999993,69.814697000000081],[-79.678329000000019,69.814423000000147],[-79.512787000000003,69.80693100000002],[-79.476943999999946,69.803589000000102],[-79.453888000000006,69.798874000000069],[-79.442489999999907,69.794983000000002],[-79.431670999999938,69.789703000000088],[-79.423049999999989,69.784988000000055]],[[-83.674437999999952,69.719986000000063],[-83.688598999999954,69.719436999999914],[-83.717772999999966,69.723312000000078],[-83.776947000000007,69.732758000000047],[-83.806945999999982,69.739426000000037],[-83.898894999999982,69.764434999999992],[-83.908614999999998,69.769150000000025],[-83.917220999999984,69.778595000000109],[-83.913054999999986,69.793320000000051],[-83.900833000000034,69.808318999999926],[-83.886948000000018,69.81860400000005],[-83.873885999999914,69.823044000000095],[-83.860274999999945,69.824432000000002],[-83.832503999999972,69.825272000000041],[-83.577498999999989,69.797760000000096],[-83.533324999999934,69.791366999999923],[-83.529174999999952,69.786652000000061],[-83.542220999999984,69.783324999999991],[-83.576675000000023,69.780823000000055],[-83.601944000000003,69.779984000000127],[-83.695830999999998,69.763884999999959],[-83.708618000000001,69.759429999999952],[-83.712783999999999,69.754440000000102],[-83.705840999999964,69.750000000000057],[-83.693329000000006,69.745529000000147],[-83.662506000000008,69.736923000000047],[-83.655838000000017,69.732208000000014],[-83.654175000000009,69.727203000000145],[-83.661117999999988,69.722214000000008],[-83.674437999999952,69.719986000000063]],[[-82.429442999999992,69.782210999999961],[-82.444153000000028,69.778320000000122],[-82.470551,69.781372000000033],[-82.513335999999867,69.788315000000011],[-82.526107999999965,69.790542999999957],[-82.551392000000021,69.796646000000123],[-82.564437999999996,69.800812000000008],[-82.688599000000011,69.850815000000125],[-82.674438000000009,69.874984999999981],[-82.673049999999989,69.875809000000118],[-82.660552999999993,69.876083000000051],[-82.636397999999986,69.871094000000085],[-82.555831999999953,69.860809000000131],[-82.517226999999934,69.854155999999989],[-82.446105999999986,69.822220000000129],[-82.436661000000015,69.817490000000078],[-82.428878999999938,69.812195000000031],[-82.426666000000012,69.799988000000042],[-82.425827000000027,69.793045000000063],[-82.426101999999958,69.786925999999994],[-82.429442999999992,69.782210999999961]],[[-91.520003999999915,69.731369000000086],[-91.535278000000005,69.726929000000041],[-91.549438000000009,69.727203000000145],[-91.560271999999884,69.728316999999947],[-91.725280999999995,69.784149000000127],[-91.735549999999989,69.789153999999996],[-91.733321999999873,69.791931000000091],[-91.475829999999974,69.875534000000073],[-91.449432000000002,69.879149999999981],[-91.433883999999978,69.880538999999942],[-91.419448999999986,69.879974000000118],[-91.409164000000033,69.874984999999981],[-91.456664999999987,69.774994000000049],[-91.463332999999977,69.763611000000026],[-91.470551,69.755554000000075],[-91.520003999999915,69.731369000000086]],[[-91.819167999999934,69.821655000000078],[-91.833892999999989,69.821105999999929],[-91.844727000000034,69.822220000000129],[-91.860001000000011,69.838593000000003],[-91.864166000000012,69.844146999999964],[-91.860549999999989,69.848877000000016],[-91.84944200000001,69.858871000000022],[-91.821120999999891,69.868042000000003],[-91.782501000000025,69.877762000000075],[-91.763901000000033,69.880264000000125],[-91.745543999999995,69.881653000000142],[-91.728607000000011,69.880813999999987],[-91.71305799999999,69.878310999999997],[-91.701110999999969,69.875259000000085],[-91.644454999999937,69.859421000000054],[-91.639724999999999,69.854980000000126],[-91.651671999999962,69.851089000000059],[-91.666397000000018,69.847487999999998],[-91.819167999999934,69.821655000000078]],[[-97.397781000000009,69.685532000000023],[-97.41194200000001,69.684708000000057],[-97.441939999999931,69.685532000000023],[-97.455841000000021,69.684708000000057],[-97.468338000000017,69.682480000000112],[-97.479720999999984,69.678864000000033],[-97.489440999999999,69.673874000000012],[-97.490279999999871,69.668594000000098],[-97.476944000000003,69.654709000000025],[-97.398346000000004,69.597488000000055],[-97.391388000000006,69.593323000000055],[-97.378875999999934,69.592484000000127],[-97.372771999999998,69.598328000000095],[-97.351943999999946,69.631362999999965],[-97.350829999999974,69.636658000000068],[-97.347504000000015,69.642212000000029],[-97.329726999999878,69.669708000000071],[-97.31639100000001,69.686645999999996],[-97.303878999999938,69.698317999999915],[-97.289168999999958,69.69802900000002],[-97.273894999999982,69.694702000000063],[-97.226395000000025,69.675537000000077],[-97.206954999999937,69.667480000000126],[-97.113892000000021,69.622208000000114],[-97.106948999999929,69.617751999999996],[-97.103607000000011,69.614150999999936],[-97.101944000000003,69.609146000000067],[-97.102782999999931,69.603867000000093],[-97.09944200000001,69.594147000000021],[-97.09056099999998,69.584991000000059],[-97.064437999999939,69.572769000000108],[-96.955565999999976,69.523315000000082],[-96.879165999999998,69.491364000000033],[-96.866942999999992,69.487762000000089],[-96.637786999999946,69.437194999999974],[-96.502501999999936,69.409714000000122],[-96.32028200000002,69.354705999999965],[-96.301391999999964,69.346648999999957],[-96.208892999999989,69.306931000000134],[-96.202224999999942,69.302765000000022],[-96.189986999999974,69.288879000000065],[-96.172226000000023,69.26527400000009],[-96.170546999999999,69.260544000000039],[-96.171935999999903,69.255264000000011],[-96.175551999999925,69.249709999999993],[-96.193329000000006,69.237488000000042],[-96.203339000000028,69.232482999999945],[-96.209732000000031,69.22665399999994],[-96.21305799999999,69.211105000000032],[-96.223617999999931,69.141936999999928],[-96.235000999999954,69.064148000000102],[-96.23361199999988,69.059418000000051],[-96.229720999999984,69.054703000000018],[-96.225554999999986,69.049987999999985],[-96.218886999999995,69.045822000000101],[-96.195266999999944,69.038315000000011],[-96.166396999999904,69.031371999999976],[-96.1324919999999,69.024994000000049],[-96.118880999999931,69.025542999999971],[-96.115279999999984,69.030823000000055],[-96.113891999999964,69.036102000000028],[-96.129990000000021,69.054703000000018],[-96.152221999999995,69.103043000000071],[-96.15695199999999,69.163315000000068],[-96.155838000000017,69.168594000000041],[-96.149444999999901,69.174423000000047],[-96.073623999999995,69.231658999999979],[-96.05972300000002,69.232208000000128],[-96.047774999999888,69.228317000000061],[-96.041107000000011,69.223877000000073],[-95.955565999999919,69.141936999999928],[-95.951675000000023,69.13749700000011],[-95.924438000000009,69.089432000000102],[-95.925827000000027,69.084427000000062],[-95.93472300000002,69.078323000000012],[-95.953612999999905,69.067215000000033],[-95.971389999999928,69.054976999999951],[-95.977782999999988,69.049149000000057],[-95.978881999999999,69.043868999999972],[-95.97084000000001,69.034714000000122],[-95.938599000000011,69.003876000000105],[-95.925551999999982,68.995255000000043],[-95.843886999999995,68.923035000000027],[-95.82028200000002,68.870254999999986],[-95.770554000000004,68.891098000000056],[-95.756957999999997,68.891373000000044],[-95.745833999999945,68.888596000000121],[-95.674163999999962,68.869980000000112],[-95.670272999999895,68.865540000000124],[-95.668609999999944,68.860535000000084],[-95.667495999999971,68.855545000000006],[-95.671386999999982,68.850266000000033],[-95.667220999999984,68.835266000000047],[-95.663329999999974,68.830826000000059],[-95.654175000000009,68.826659999999947],[-95.626098999999954,68.826659999999947],[-95.575835999999981,68.830276000000026],[-95.550277999999878,68.833054000000004],[-95.528335999999911,68.840271000000087],[-95.510284000000013,68.852478000000076],[-95.489989999999977,68.861649000000057],[-95.446655000000021,68.879149999999981],[-95.42471299999994,68.886658000000011],[-95.389998999999989,68.895264000000111],[-95.378052000000025,68.89776599999999],[-95.365004999999996,68.899155000000007],[-95.351395000000025,68.899429000000112],[-95.335555999999997,68.897217000000069],[-95.321395999999993,68.893600000000106],[-95.240279999999984,68.86692800000003],[-95.228881999999942,68.863037000000134],[-95.21055599999994,68.854706000000022],[-95.206954999999994,68.850266000000033],[-95.210830999999985,68.844711000000132],[-95.263061999999991,68.802765000000136],[-95.273055999999997,68.797485000000108],[-95.476395000000025,68.711929000000112],[-95.543610000000001,68.702484000000027],[-95.539992999999924,68.708038000000045],[-95.538895000000025,68.713318000000129],[-95.538895000000025,68.723312000000135],[-95.546386999999982,68.732483000000059],[-95.559433000000013,68.741364000000033],[-95.568344000000025,68.745529000000033],[-95.593886999999938,68.752777000000037],[-95.608046999999885,68.753326000000129],[-95.621932999999956,68.752777000000037],[-95.790558000000033,68.737198000000092],[-95.801666000000012,68.733870999999965],[-95.848343,68.669983000000116],[-95.859726000000023,68.653320000000065],[-95.988891999999964,68.62164300000012],[-96.000838999999928,68.61943100000002],[-96.14973399999991,68.55720500000001],[-96.256393000000003,68.503326000000015],[-96.262512000000015,68.497481999999991],[-96.264724999999885,68.487198000000149],[-96.270844000000011,68.481368999999972],[-96.291381999999942,68.473038000000031],[-96.30221599999993,68.469711000000132],[-96.313888999999961,68.467209000000025],[-96.503615999999909,68.446091000000138],[-96.530563000000029,68.444976999999994],[-96.717498999999918,68.474990999999989],[-96.768341000000021,68.485260000000039],[-96.913895000000025,68.518051000000128],[-96.928328999999962,68.521378000000084],[-97.094451999999876,68.539154000000053],[-97.095550999999944,68.534149000000014],[-97.098891999999978,68.528594999999996],[-97.11999499999996,68.520828000000051],[-97.130828999999949,68.517487000000017],[-97.142501999999979,68.514999000000046],[-97.154175000000009,68.512771999999984],[-97.181106999999997,68.511382999999967],[-97.460007000000019,68.534149000000014],[-97.475005999999951,68.535537999999974],[-97.506118999999956,68.541930999999977],[-97.553329000000019,68.55664100000007],[-97.574172999999917,68.564148000000046],[-97.583618000000001,68.568054000000075],[-97.667220999999927,68.60386699999998],[-97.727218999999991,68.63220199999995],[-97.918609999999944,68.675537000000134],[-98.020554000000004,68.693588000000091],[-98.035552999999936,68.694702000000063],[-98.049987999999985,68.694977000000108],[-98.062774999999988,68.693588000000091],[-98.078338999999971,68.683319000000097],[-98.083892999999989,68.677475000000072],[-98.09333799999996,68.672211000000061],[-98.104995999999971,68.669708000000128],[-98.11999499999996,68.670822000000101],[-98.129715000000033,68.674698000000149],[-98.240279999999984,68.720825000000048],[-98.261123999999938,68.733597000000032],[-98.281677000000002,68.746368000000132],[-98.290558000000033,68.755554000000075],[-98.292495999999971,68.760543999999982],[-98.291945999999939,68.765823000000125],[-98.286117999999931,68.771652000000131],[-98.269729999999981,68.783875000000023],[-98.260833999999932,68.789153999999996],[-98.249161000000015,68.800812000000008],[-98.243056999999965,68.811920000000043],[-98.244155999999975,68.822220000000129],[-98.263061999999991,68.829987000000074],[-98.275283999999886,68.833602999999982],[-98.369719999999973,68.857483000000116],[-98.383330999999941,68.859985000000052],[-98.408051,68.855820000000051],[-98.418609999999944,68.852478000000076],[-98.425003000000004,68.841370000000097],[-98.415282999999988,68.815262000000132],[-98.40194699999995,68.801650999999993],[-98.393615999999952,68.787201000000039],[-98.394729999999925,68.776932000000045],[-98.400283999999942,68.770827999999995],[-98.408614999999941,68.764708999999982],[-98.418609999999944,68.760543999999982],[-98.451110999999969,68.750000000000114],[-98.476395000000025,68.746933000000013],[-98.489990000000034,68.746094000000028],[-98.519454999999994,68.747481999999934],[-98.724715999999887,68.791092000000106],[-98.84722899999997,68.825546000000145],[-98.859436000000017,68.829163000000108],[-98.866394000000014,68.833328000000108],[-98.875548999999978,68.84248400000007],[-98.879714999999976,68.852203000000088],[-98.879165999999941,68.857483000000116],[-98.86999499999996,68.874146000000053],[-98.864440999999999,68.879974000000118],[-98.856383999999991,68.886383000000023],[-98.847503999999958,68.891663000000051],[-98.826675000000023,68.899429000000112],[-98.817504999999869,68.904709000000025],[-98.811934999999949,68.910538000000031],[-98.811385999999914,68.915817000000004],[-98.820556999999951,68.924987999999928],[-98.827498999999989,68.929152999999928],[-98.84944200000001,68.933594000000028],[-98.965835999999967,68.949417000000096],[-98.981109999999944,68.950546000000031],[-98.993057000000022,68.947754000000145],[-99.077498999999989,68.918319999999994],[-99.09584000000001,68.899429000000112],[-99.076401000000033,68.891663000000051],[-99.062209999999936,68.883041000000048],[-99.043883999999935,68.864990000000091],[-99.044158999999866,68.859711000000118],[-99.176102000000014,68.825821000000019],[-99.188599000000011,68.824158000000068],[-99.21055599999994,68.831664999999987],[-99.236664000000019,68.848877000000016],[-99.24610899999999,68.852768000000083],[-99.267226999999991,68.859146000000067],[-99.311385999999914,68.868866000000139],[-99.413329999999974,68.884155000000021],[-99.428054999999972,68.887206999999989],[-99.437774999999988,68.891098000000056],[-99.444992000000013,68.895538000000045],[-99.449722000000008,68.899993999999992],[-99.454178000000013,68.909714000000065],[-99.451110999999912,68.915268000000026],[-99.447768999999994,68.926085999999998],[-99.448882999999967,68.936645999999996],[-99.450835999999981,68.941650000000095],[-99.460555999999997,68.950821000000076],[-99.489166000000012,68.967484000000127],[-99.523330999999871,68.983596999999975],[-99.562499999999943,68.99914600000011],[-99.589721999999881,69.011108000000036],[-99.594161999999983,69.015823000000069],[-99.596389999999928,69.020538000000101],[-99.596114999999998,69.025818000000015],[-99.593338000000017,69.031371999999976],[-99.579880000000003,69.043930000000046],[-99.513625999999874,69.101929000000098],[-99.492217999999866,69.1202550000001],[-99.485824999999977,69.125259000000028],[-99.476943999999946,69.13081399999993],[-99.466659999999933,69.13499500000006],[-99.311385999999914,69.158875000000023],[-99.296660999999972,69.158600000000035],[-99.238051999999982,69.149719000000061],[-99.168334999999956,69.138321000000076],[-99.035278000000005,69.135818000000086],[-99.006957999999997,69.136383000000137],[-98.798049999999989,69.17053199999998],[-98.774445000000014,69.17553700000002],[-98.730559999999969,69.189423000000033],[-98.720275999999956,69.193863000000022],[-98.711120999999991,69.199141999999995],[-98.702788999999996,69.205261000000007],[-98.699722000000008,69.210815000000025],[-98.701110999999969,69.220825000000104],[-98.705275999999969,69.230820000000051],[-98.615554999999915,69.294708000000071],[-98.533889999999928,69.291367000000037],[-98.441375999999877,69.298035000000027],[-98.415558000000033,69.301086000000055],[-98.403335999999967,69.303588999999988],[-98.393341000000021,69.308029000000033],[-98.387512000000015,69.313873000000058],[-98.384170999999981,69.319442999999922],[-98.388061999999991,69.329162999999994],[-98.397232000000031,69.338318000000072],[-98.44027699999998,69.363876000000005],[-98.457229999999981,69.371917999999994],[-98.476944000000003,69.379974000000061],[-98.488892000000021,69.383605999999986],[-98.523330999999985,69.388321000000019],[-98.535552999999936,69.391937000000098],[-98.555556999999965,69.399994000000049],[-98.562499999999943,69.404159999999933],[-98.598052999999993,69.430542000000003],[-98.611937999999952,69.444138000000009],[-98.608886999999868,69.449706999999989],[-98.591675000000009,69.467484000000013],[-98.585555999999997,69.473312000000135],[-98.577224999999999,69.479430999999977],[-98.563323999999909,69.477203000000031],[-98.553329000000019,69.473312000000135],[-98.540833000000021,69.469711000000075],[-98.508347000000015,69.463318000000129],[-98.477492999999924,69.461928999999941],[-98.447768999999994,69.461655000000007],[-98.422501000000011,69.465820000000008],[-98.419448999999986,69.47137499999991],[-98.424164000000019,69.475815000000125],[-98.44888299999991,69.483047000000056],[-98.463897999999972,69.486374000000012],[-98.549438000000009,69.501389000000131],[-98.564712999999927,69.504715000000147],[-98.577224999999999,69.508331000000055],[-98.586944999999901,69.512207000000103],[-98.601669000000015,69.520828000000051],[-98.605559999999912,69.530548000000124],[-98.604995999999971,69.535812000000078],[-98.601943999999946,69.541091999999992],[-98.592772999999909,69.552765000000022],[-98.575561999999991,69.570267000000058],[-98.566955999999948,69.576384999999959],[-98.556655999999862,69.580826000000059],[-98.531386999999938,69.584991000000059],[-98.501403999999923,69.584427000000119],[-98.485549999999989,69.583327999999995],[-98.433318999999983,69.575546000000031],[-98.385559000000001,69.566085999999927],[-98.357773000000009,69.55914300000012],[-98.350554999999929,69.554703000000131],[-98.338897999999972,69.546097000000032],[-98.334166999999979,69.54136699999998],[-98.322509999999909,69.532486000000063],[-98.310821999999973,69.523880000000133],[-98.28443900000002,69.506378000000097],[-98.248610999999983,69.484984999999995],[-98.092498999999975,69.424988000000042],[-98.078613000000018,69.422760000000039],[-98.049727999999959,69.423035000000084],[-98.036666999999852,69.424698000000035],[-98.024719000000005,69.427200000000084],[-98.00389100000001,69.435806000000014],[-97.997771999999998,69.441650000000038],[-97.99722300000002,69.446930000000066],[-98.006957999999997,69.450821000000133],[-98.071395999999993,69.468872000000147],[-98.157226999999978,69.4994200000001],[-98.166945999999996,69.503326000000015],[-98.188599000000011,69.516098],[-98.211394999999925,69.538879000000009],[-98.255843999999968,69.574707000000046],[-98.263061999999991,69.57887299999993],[-98.295837000000006,69.585266000000104],[-98.330291999999986,69.590271000000143],[-98.360549999999932,69.596649000000127],[-98.367767000000015,69.601089000000115],[-98.321670999999981,69.713608000000079],[-98.314163000000008,69.722214000000008],[-98.281951999999933,69.751663000000008],[-98.230285999999978,69.788879000000122],[-98.211120999999991,69.79942299999999],[-98.199722000000008,69.802765000000136],[-98.187209999999936,69.805251999999996],[-98.143889999999942,69.806366000000025],[-98.118057000000022,69.81053200000008],[-98.107772999999895,69.814697000000081],[-98.088608000000022,69.825272000000041],[-98.079726999999991,69.83137499999998],[-98.061661000000015,69.848877000000016],[-98.058333999999888,69.854431000000034],[-98.049164000000019,69.865814],[-98.043059999999969,69.871643000000006],[-98.034164000000033,69.878036000000009],[-98.012222000000008,69.885817999999972],[-97.999725000000012,69.888046000000088],[-97.974166999999909,69.892211999999972],[-97.945540999999992,69.893600000000106],[-97.930557000000022,69.893325999999945],[-97.913329999999974,69.891098],[-97.880279999999914,69.88499500000006],[-97.755004999999926,69.851379000000065],[-97.691101000000003,69.819992000000127],[-97.689162999999951,69.815262000000132],[-97.682219999999973,69.810806000000014],[-97.660004000000015,69.803314000000057],[-97.610000999999954,69.788589000000115],[-97.579726999999991,69.781937000000028],[-97.449158000000011,69.760269000000108],[-97.341109999999958,69.706375000000094],[-97.33944699999995,69.701385000000016],[-97.348052999999879,69.695251000000042],[-97.358611999999994,69.690810999999997],[-97.37110899999999,69.688583000000051],[-97.397781000000009,69.685532000000023]],[[-97.325012000000015,69.889160000000061],[-97.315276999999924,69.888046000000088],[-97.301665999999955,69.889709000000039],[-97.289992999999924,69.893051000000128],[-97.276947000000007,69.894440000000145],[-97.267775999999969,69.894440000000145],[-97.25,69.891373000000044],[-97.237503000000004,69.887771999999984],[-97.230559999999912,69.883331000000055],[-97.226943999999946,69.873596000000134],[-97.230559999999912,69.868042000000003],[-97.236937999999896,69.862198000000149],[-97.243880999999988,69.857483000000116],[-97.269164999999987,69.852478000000076],[-97.283889999999985,69.852768000000083],[-97.299163999999905,69.856094000000098],[-97.308883999999978,69.860260000000039],[-97.317779999999914,69.869431000000134],[-97.418334999999956,69.893600000000106],[-97.448883000000023,69.894149999999911],[-97.465835999999911,69.896378000000084],[-97.480285999999921,69.898880000000133],[-97.488892000000021,69.908035000000041],[-97.492767000000015,69.917755000000113],[-97.488602000000014,69.943863000000079],[-97.485000999999954,69.949417000000039],[-97.476105000000018,69.955551000000071],[-97.466399999999965,69.960815000000082],[-97.453612999999962,69.963043000000027],[-97.4375,69.961929000000055],[-97.350829999999974,69.949417000000039],[-97.335555999999997,69.946091000000024],[-97.328339000000028,69.941650000000095],[-97.327498999999989,69.931656000000089],[-97.346114999999998,69.917205999999965],[-97.349730999999963,69.911651999999947],[-97.351669000000015,69.901382000000012],[-97.347228999999913,69.896652000000017],[-97.337509000000011,69.892761000000121],[-97.325012000000015,69.889160000000061]],[[-100.84973099999991,69.925537000000077],[-100.86389199999991,69.924698000000092],[-100.87444299999999,69.928588999999988],[-100.87999000000002,69.933043999999995],[-100.87999000000002,69.938309000000061],[-100.85861199999994,69.977767999999969],[-100.85333300000002,69.983597000000145],[-100.84333800000002,69.98803700000002],[-100.83112299999993,69.990814000000057],[-100.81500199999994,69.989700000000084],[-100.80695300000002,69.985809000000017],[-100.80526700000001,69.980270000000019],[-100.80721999999997,69.97526600000009],[-100.80721999999997,69.969986000000006],[-100.81249999999994,69.958878000000027],[-100.83112299999993,69.935531999999967],[-100.83999599999999,69.929977000000065],[-100.84973099999991,69.925537000000077]],[[-87.091385000000002,70.150269000000094],[-87.06361400000003,70.147766000000104],[-87.051665999999955,70.141937000000098],[-87.02555799999999,70.135543999999982],[-87.020843999999954,70.131927000000019],[-87.023894999999982,70.127762000000018],[-87.021941999999967,70.121094000000028],[-87.009170999999924,70.116378999999995],[-86.994155999999975,70.113602000000071],[-86.922501000000011,70.104156000000103],[-86.905562999999972,70.103043000000071],[-86.87388599999997,70.09887700000013],[-86.856658999999922,70.097762999999986],[-86.825835999999924,70.092758000000117],[-86.798889000000031,70.087204000000099],[-86.778060999999923,70.089706000000035],[-86.761123999999938,70.093597000000102],[-86.688599000000011,70.115265000000022],[-86.670273000000009,70.118042000000116],[-86.639724999999999,70.116653000000099],[-86.611664000000019,70.111923000000104],[-86.598617999999988,70.108597000000032],[-86.586670000000026,70.104430999999977],[-86.545546999999942,70.081375000000094],[-86.549728000000016,70.07249500000006],[-86.550551999999982,70.066376000000048],[-86.536666999999909,70.062484999999981],[-86.511123999999995,70.053040000000067],[-86.505004999999983,70.048035000000027],[-86.503615999999965,70.036925999999994],[-86.505844000000025,70.028595000000053],[-86.50556899999998,70.023315000000025],[-86.502501999999993,70.020828000000108],[-86.487503000000004,70.017761000000007],[-86.47193900000002,70.015823000000069],[-86.460555999999997,70.012206999999989],[-86.45666499999993,70.007491999999957],[-86.460006999999962,70.00471500000009],[-86.468886999999995,69.999709999999993],[-86.489715999999987,69.983871000000079],[-86.502791999999999,69.980545000000063],[-86.523620999999991,69.978042999999957],[-86.542496000000028,69.977478000000133],[-86.662216000000001,69.967484000000127],[-86.714447000000007,69.966934000000094],[-86.747771999999998,69.969437000000084],[-86.76556399999987,69.969711000000018],[-86.833069000000023,69.974426000000051],[-86.864440999999999,69.978592000000106],[-86.881377999999984,69.979706000000078],[-86.89805599999994,69.982207999999957],[-86.926391999999964,69.989150999999993],[-86.938599000000011,69.993317000000047],[-86.962219000000005,70.00471500000009],[-86.985274999999945,70.01388500000013],[-87.002227999999945,70.014999000000103],[-87.016113000000018,70.010544000000095],[-87.021941999999967,70.005264000000011],[-87.029449,70.000824000000023],[-87.037215999999944,69.99664300000012],[-87.050277999999878,69.991653000000042],[-87.066665999999998,69.989150999999993],[-87.086394999999925,69.987761999999975],[-87.104172000000005,69.987761999999975],[-87.135009999999966,69.992752000000053],[-87.148055999999997,69.997482000000048],[-87.168883999999991,70.008605999999929],[-87.182769999999948,70.01388500000013],[-87.195830999999998,70.017212000000029],[-87.21362299999987,70.017487000000074],[-87.229445999999996,70.019440000000031],[-87.240828999999906,70.021378000000141],[-87.255004999999983,70.025269000000037],[-87.274444999999957,70.034987999999998],[-87.277495999999985,70.038879000000065],[-87.27694699999995,70.044983000000116],[-87.273620999999991,70.050812000000121],[-87.272507000000019,70.054703000000018],[-87.272780999999952,70.059981999999991],[-87.278335999999967,70.067490000000021],[-87.288329999999974,70.073317999999972],[-87.295837000000006,70.077484000000027],[-87.307495000000017,70.080826000000002],[-87.319457999999884,70.083328000000051],[-87.335555999999997,70.085541000000035],[-87.34973100000002,70.086104999999975],[-87.363892000000021,70.088593000000117],[-87.376937999999939,70.093322999999941],[-87.378325999999959,70.096100000000035],[-87.376099000000011,70.099426000000108],[-87.371384000000035,70.103867000000037],[-87.355834999999956,70.107208000000071],[-87.341948999999886,70.108597000000032],[-87.307495000000017,70.107208000000071],[-87.277785999999992,70.114699999999971],[-87.267226999999878,70.113312000000064],[-87.265609999999924,70.113556000000017],[-87.254729999999995,70.112198000000092],[-87.222503999999901,70.111374000000126],[-87.187774999999931,70.108322000000044],[-87.180557000000022,70.109420999999998],[-87.173049999999989,70.112198000000092],[-87.164443999999946,70.117203000000131],[-87.156112999999891,70.11914100000007],[-87.130829000000006,70.120255000000043],[-87.118332000000009,70.11914100000007],[-87.102782999999988,70.12081900000004],[-87.099730999999963,70.123596000000077],[-87.100554999999929,70.125534000000073],[-87.143065999999976,70.139435000000049],[-87.145279000000016,70.142761000000064],[-87.141388000000006,70.146378000000027],[-87.128326000000015,70.149719000000061],[-87.113891999999964,70.148880000000077],[-87.091385000000002,70.150269000000094]],[[-125.05695299999996,70.118317000000104],[-125.08500700000002,70.116333000000111],[-125.10221899999993,70.118072999999981],[-125.11971999999997,70.124954000000002],[-125.122772,70.130066000000056],[-125.12332200000003,70.13546800000006],[-125.12110899999999,70.141372999999987],[-125.11277799999999,70.14697300000006],[-125.10333300000002,70.151688000000092],[-125.08332799999999,70.159973000000093],[-125.07055700000001,70.16187999999994],[-125,70.162933000000066],[-124.97693600000002,70.167206000000078],[-124.96305799999999,70.168320000000051],[-124.95500199999998,70.164153999999996],[-124.98832700000003,70.134430000000009],[-124.99777199999994,70.129974000000061],[-125.04415899999992,70.120315999999946],[-125.05695299999996,70.118317000000104]],[[-124.67944299999994,70.161652000000117],[-124.69444299999998,70.161377000000073],[-124.73750299999995,70.174149000000114],[-124.75361599999991,70.182479999999998],[-124.75917099999998,70.186919999999986],[-124.76194799999996,70.191925000000083],[-124.75890400000003,70.196640000000116],[-124.74471999999997,70.197754000000089],[-124.55110200000001,70.208602999999925],[-124.53611799999987,70.208602999999925],[-124.51888999999994,70.206940000000031],[-124.51055899999994,70.20277399999992],[-124.50527999999997,70.198318000000029],[-124.50750700000003,70.192749000000049],[-124.53694200000001,70.18193100000002],[-124.67944299999994,70.161652000000117]],[[-112.65527299999991,70.266098],[-112.67223399999995,70.266098],[-112.69193999999999,70.267487000000017],[-112.72193900000002,70.272491000000002],[-112.74722300000002,70.278594999999996],[-112.75499699999995,70.282761000000107],[-112.76027699999992,70.287201000000096],[-112.76306199999993,70.292480000000069],[-112.76139799999993,70.298598999999967],[-112.75389100000001,70.303588999999988],[-112.73111,70.309708000000001],[-112.71611000000001,70.310531999999967],[-112.699997,70.309417999999994],[-112.6875,70.306366000000082],[-112.67971799999992,70.302475000000015],[-112.67859599999991,70.300812000000064],[-112.64334099999996,70.28137200000009],[-112.64277600000003,70.275818000000129],[-112.64472999999987,70.269714000000079],[-112.65527299999991,70.266098]],[[-112.96972700000003,70.28137200000009],[-113.00306699999999,70.281097000000102],[-113.104446,70.281936999999971],[-113.14083899999997,70.283325000000048],[-113.15834000000001,70.285262999999986],[-113.20361300000002,70.292480000000069],[-113.16972399999992,70.306931000000134],[-113.15750100000002,70.309708000000001],[-113.12888299999997,70.312485000000095],[-113.11054999999993,70.3119200000001],[-112.993607,70.299423000000104],[-112.97609699999992,70.297484999999938],[-112.96362299999998,70.294434000000138],[-112.95333900000003,70.290817000000004],[-112.94554099999999,70.286652000000004],[-112.95612299999999,70.283325000000048],[-112.96972700000003,70.28137200000009]],[[-100.765289,70.25],[-100.78083800000002,70.25],[-100.7938769999999,70.253326000000015],[-100.84166699999997,70.278320000000008],[-100.86305199999993,70.291091999999992],[-100.86833200000001,70.295532000000037],[-100.85193600000002,70.323883000000137],[-100.83889799999992,70.325546000000031],[-100.80943300000001,70.324158000000125],[-100.77639799999997,70.322495000000004],[-100.75890399999997,70.320540999999992],[-100.74804699999999,70.316940000000102],[-100.74082899999996,70.310531999999967],[-100.75890399999997,70.254990000000021],[-100.765289,70.25]],[[-116.80526699999996,70.509430000000009],[-116.78971899999993,70.507217000000026],[-116.75418100000002,70.50749200000007],[-116.63390400000003,70.493591000000094],[-116.60722399999997,70.488037000000077],[-116.59638999999993,70.484984999999995],[-116.56833599999999,70.473876999999959],[-116.57305899999989,70.467758000000117],[-116.70111099999997,70.468597000000102],[-116.71916199999993,70.470261000000107],[-116.787781,70.483597000000032],[-116.814438,70.488876000000062],[-116.82055700000001,70.493591000000094],[-116.82861300000002,70.503601000000003],[-116.82224300000001,70.508881000000031],[-116.80526699999996,70.509430000000009]],[[-116.287781,70.553314000000114],[-116.26027699999992,70.549988000000042],[-116.24333199999995,70.550261999999975],[-116.18943799999994,70.54553199999998],[-116.140556,70.538589000000002],[-116.12748699999997,70.535812000000078],[-116.13110399999999,70.532486000000006],[-116.29110699999995,70.515549000000021],[-116.32333399999993,70.513611000000083],[-116.44611399999991,70.508881000000031],[-116.46472199999999,70.509154999999964],[-116.47778299999999,70.511932000000058],[-116.495003,70.519989000000066],[-116.49582700000002,70.522765999999933],[-116.47000099999997,70.538040000000024],[-116.30304699999988,70.552199999999971],[-116.287781,70.553314000000114]],[[-116.56304899999998,70.534424000000001],[-116.57833900000003,70.533051000000057],[-116.596947,70.533324999999991],[-116.75028999999995,70.539153999999996],[-116.76363400000002,70.541931000000091],[-116.77443700000003,70.545258000000047],[-116.766953,70.548324999999977],[-116.75527999999991,70.551085999999941],[-116.72361799999987,70.556366000000025],[-116.71193699999998,70.559417999999937],[-116.68167099999999,70.561920000000043],[-116.66471899999999,70.562485000000038],[-116.64611799999994,70.562195000000031],[-116.54305999999997,70.559707999999944],[-116.52278100000001,70.558593999999971],[-116.50945300000001,70.556091000000038],[-116.50778200000002,70.550261999999975],[-116.51806599999998,70.546646000000123],[-116.56304899999998,70.534424000000001]],[[-115.92054699999989,70.54136699999998],[-115.95445299999994,70.540267999999969],[-115.99333200000001,70.541656000000103],[-116.051941,70.54553199999998],[-116.06111099999993,70.548324999999977],[-116.04250299999995,70.552199999999971],[-115.98388699999998,70.560806000000071],[-115.97222899999991,70.563599000000011],[-115.91972399999997,70.572494999999947],[-115.87917299999998,70.578598000000113],[-115.86389200000002,70.579987000000074],[-115.82501199999996,70.578323000000069],[-115.81416300000001,70.574997000000053],[-115.80803700000001,70.570541000000105],[-115.81082199999997,70.564986999999974],[-115.81916799999999,70.560806000000071],[-115.84111000000001,70.554153000000042],[-115.86638599999998,70.549423000000047],[-115.92054699999989,70.54136699999998]],[[-116.87943999999993,70.547485000000108],[-116.88945000000001,70.543869000000029],[-116.923317,70.542755000000056],[-117.03611799999993,70.546371000000136],[-117.18331899999998,70.537491000000102],[-117.20195000000001,70.53776600000009],[-117.22000099999997,70.539153999999996],[-117.27555799999993,70.550261999999975],[-117.28888699999993,70.55304000000001],[-117.29778299999998,70.556931000000077],[-117.30166600000001,70.561920000000043],[-117.29778299999998,70.571380999999974],[-117.26083399999999,70.584717000000126],[-117.25140399999992,70.587204000000042],[-117.23805199999998,70.589156999999943],[-117.21640000000002,70.591095000000109],[-117.19943199999994,70.591660000000104],[-117.16332999999997,70.588593000000003],[-116.89444700000001,70.556091000000038],[-116.88362100000001,70.552765000000136],[-116.87943999999993,70.547485000000108]],[[-128.08612099999999,70.605545000000006],[-128.10415599999999,70.595825000000104],[-128.1201779999999,70.597214000000122],[-128.11444099999994,70.591934000000037],[-128.11721799999992,70.580551000000014],[-128.12387100000001,70.57388300000008],[-128.13275099999993,70.569153000000028],[-128.34054599999996,70.539153999999996],[-128.34167499999995,70.542205999999908],[-128.252228,70.646378000000084],[-128.24581899999998,70.653046000000074],[-128.23416099999986,70.656097000000102],[-128.21639999999996,70.654709000000025],[-128.18832399999997,70.648604999999975],[-128.11498999999998,70.628036000000009],[-128.10360699999995,70.624419999999986],[-128.09472700000003,70.62052900000009],[-128.0883179999999,70.616089000000045],[-128.08499099999995,70.611099000000024],[-128.08612099999999,70.605545000000006]],[[-100.23082699999992,70.451660000000061],[-100.24333199999995,70.449142000000109],[-100.26000999999985,70.449996999999996],[-100.27610799999997,70.453049000000078],[-100.47250400000001,70.496367999999961],[-100.49916100000002,70.503326000000129],[-100.63054699999998,70.543320000000108],[-100.662781,70.554703000000075],[-100.67083700000001,70.558868000000075],[-100.67639199999996,70.563309000000004],[-100.68138099999993,70.573044000000095],[-100.68138099999993,70.583602999999982],[-100.67832900000002,70.594147000000021],[-100.66443599999991,70.637771999999984],[-100.65194699999995,70.669708000000071],[-100.51194800000002,70.676376000000062],[-100.49500299999988,70.675262000000089],[-100.48000300000001,70.673309000000131],[-100.46916199999998,70.669434000000138],[-100.46112099999999,70.659987999999998],[-100.451683,70.651932000000102],[-100.44360399999999,70.64776599999999],[-100.34722899999991,70.608032000000094],[-100.33640300000002,70.604431000000034],[-100.31945799999994,70.603317000000061],[-100.21833799999996,70.564422999999977],[-100.22444200000001,70.456649999999968],[-100.23082699999992,70.451660000000061]],[[-103.17777999999993,70.622482000000048],[-103.19360399999994,70.622208000000114],[-103.24833699999994,70.622757000000036],[-103.26640299999991,70.624146000000053],[-103.27500900000001,70.628311000000053],[-103.28111299999995,70.632751000000042],[-103.281387,70.638046000000088],[-103.26834099999996,70.666382000000056],[-103.22582999999986,70.676376000000062],[-103.21000700000002,70.676651000000049],[-103.19415299999997,70.673035000000027],[-103.173607,70.6336060000001],[-103.17304999999999,70.628586000000041],[-103.17777999999993,70.622482000000048]],[[-103.35082999999992,70.687195000000088],[-103.36416599999995,70.685256999999979],[-103.38110399999988,70.685806000000127],[-103.39499699999999,70.689148000000046],[-103.42887899999994,70.69999700000011],[-103.43776700000001,70.703872999999987],[-103.44638099999997,70.708037999999988],[-103.45249899999993,70.712494000000106],[-103.45889299999999,70.722214000000008],[-103.46278399999994,70.732208000000014],[-103.45694700000001,70.737198000000035],[-103.44360399999999,70.739150999999993],[-103.42777999999998,70.739426000000037],[-103.39917000000003,70.737198000000035],[-103.36361699999992,70.727767999999969],[-103.34111000000001,70.72026100000005],[-103.33500699999996,70.716094999999996],[-103.33444199999997,70.710815000000082],[-103.33860800000002,70.699417000000096],[-103.34333799999996,70.693588000000091],[-103.35082999999992,70.687195000000088]],[[-71.471664000000033,71.012772000000041],[-71.428878999999995,71.012206999999989],[-71.389175000000023,71.013885000000073],[-71.371108999999933,71.011931999999945],[-71.357497999999964,71.009720000000073],[-71.344727000000034,71.005554000000018],[-71.339171999999962,70.998322000000087],[-71.339721999999995,70.99136400000009],[-71.343063000000029,70.984985000000052],[-71.386672999999917,70.922485000000108],[-71.392226999999991,70.916656000000103],[-71.402495999999871,70.911926000000051],[-71.415557999999976,70.90776100000005],[-71.433060000000012,70.904709000000139],[-71.451110999999912,70.903046000000018],[-71.474441999999954,70.902481000000023],[-71.495543999999938,70.90277100000003],[-71.654448999999943,70.890822999999955],[-71.733063000000016,70.874984999999924],[-71.933884000000035,70.833328000000051],[-71.937774999999931,70.824706999999989],[-71.946380999999974,70.820831000000112],[-71.955565999999976,70.818329000000006],[-71.991668999999945,70.814697000000081],[-72.038605000000018,70.811371000000008],[-72.081954999999994,70.809708000000114],[-72.096664000000033,70.809708000000114],[-72.112212999999997,70.811371000000008],[-72.198607999999979,70.882750999999985],[-72.223327999999981,70.916931000000091],[-72.225280999999939,70.924423000000047],[-72.226395000000025,70.930542000000059],[-72.213897999999915,70.934708000000001],[-72.202224999999999,70.93664600000011],[-72.166655999999989,70.938034000000016],[-72.148894999999925,70.936371000000065],[-72.136672999999973,70.933594000000028],[-72.133620999999948,70.931656000000032],[-72.145554000000004,70.926085999999998],[-72.149170000000026,70.921097000000032],[-72.136123999999995,70.916931000000091],[-72.117492999999911,70.917205999999965],[-72.097778000000005,70.919708000000014],[-72.078339000000028,70.923599000000081],[-72.057769999999948,70.933043999999995],[-72.044723999999917,70.944426999999962],[-72.039443999999946,70.950272000000098],[-72.033324999999934,70.963042999999971],[-72.026672000000019,70.98275799999999],[-72.019729999999868,71.034424000000058],[-72.021392999999989,71.041930999999977],[-72.008620999999948,71.049713000000111],[-71.916107000000011,71.06442300000009],[-71.884170999999924,71.068878000000097],[-71.851669000000015,71.072220000000016],[-71.831680000000006,71.071106000000043],[-71.794723999999974,71.053040000000067],[-71.730834999999956,71.045532000000037],[-71.644454999999994,71.034987999999998],[-71.546950999999979,71.018600000000106],[-71.471664000000033,71.012772000000041]],[[-96.563323999999966,71.292205999999965],[-96.546950999999979,71.289154000000053],[-96.535552999999993,71.28276100000005],[-96.472504000000015,71.232208000000071],[-96.470275999999956,71.226089000000059],[-96.480835000000013,71.208878000000141],[-96.487503000000004,71.203598000000056],[-96.561110999999983,71.208328000000108],[-96.578063999999983,71.210541000000035],[-96.628601000000003,71.220260999999937],[-96.638610999999912,71.226089000000059],[-96.641678000000013,71.231368999999972],[-96.642776000000026,71.234421000000054],[-96.652495999999985,71.287201000000096],[-96.649170000000026,71.29304500000012],[-96.610549999999989,71.290543000000014],[-96.581116000000009,71.293594000000041],[-96.563323999999966,71.292205999999965]],[[-98.895554000000004,71.27777100000003],[-98.90834000000001,71.273040999999978],[-98.97444200000001,71.284714000000008],[-98.989715999999987,71.290543000000014],[-99.000290000000007,71.297211000000004],[-99.00556899999998,71.301926000000037],[-99.008621000000005,71.308029000000147],[-99.008895999999936,71.313873000000001],[-99.00306699999993,71.319443000000092],[-98.963622999999927,71.352203000000088],[-98.955840999999964,71.352203000000088],[-98.930283000000031,71.342209000000082],[-98.923324999999977,71.337769000000094],[-98.914443999999946,71.331665000000044],[-98.895554000000004,71.27777100000003]],[[-73.120543999999995,71.479705999999965],[-73.129439999999931,71.450821000000076],[-73.077498999999932,71.466385000000002],[-73.043335000000013,71.47886699999998],[-73.035552999999936,71.48414600000001],[-73.016402999999968,71.500000000000114],[-73.005844000000025,71.511658000000125],[-72.998046999999985,71.517211999999915],[-72.985275000000001,71.521378000000027],[-72.97222899999997,71.521378000000027],[-72.962508999999955,71.51998900000001],[-72.934157999999968,71.509155000000135],[-72.827498999999989,71.454987000000017],[-72.820281999999963,71.449707000000103],[-72.817504999999983,71.444977000000108],[-72.823333999999988,71.439697000000024],[-72.831954999999994,71.435806000000127],[-72.849730999999963,71.4327550000001],[-72.872497999999894,71.43081699999999],[-72.921660999999972,71.428314],[-72.992767000000015,71.419433999999967],[-73.010009999999966,71.415543000000071],[-73.022780999999952,71.411101999999971],[-73.031112999999948,71.406646999999964],[-73.028885000000002,71.399155000000064],[-73.007507000000032,71.352203000000088],[-72.978881999999942,71.329712000000086],[-72.974166999999909,71.324997000000053],[-72.97193900000002,71.317490000000134],[-72.973617999999874,71.313309000000061],[-72.983886999999982,71.308594000000028],[-72.996657999999911,71.304153000000099],[-73.025283999999999,71.297485000000108],[-73.060546999999929,71.294708000000014],[-73.089446999999893,71.313873000000001],[-73.163329999999917,71.33248900000001],[-73.198607999999922,71.336380000000077],[-73.244995000000017,71.348877000000073],[-73.265288999999939,71.357483000000002],[-73.272506999999962,71.36192299999999],[-73.275008999999955,71.365814000000057],[-73.276397999999972,71.379150000000038],[-73.265015000000005,71.396378000000141],[-73.255004999999926,71.408874999999966],[-73.254729999999995,71.415268000000083],[-73.293609999999887,71.454711999999972],[-73.301392000000021,71.459717000000012],[-73.320556999999894,71.469711000000075],[-73.347504000000015,71.477768000000026],[-73.362502999999947,71.481094000000041],[-73.374160999999901,71.485809000000074],[-73.379990000000021,71.519714000000022],[-73.377212999999983,71.522766000000104],[-73.366942999999992,71.527480999999966],[-73.189986999999917,71.565536000000066],[-73.176940999999999,71.566376000000105],[-73.147507000000019,71.564423000000147],[-73.132216999999912,71.561371000000065],[-73.090285999999935,71.546371000000079],[-73.081116000000009,71.542206000000078],[-73.073623999999938,71.536926000000051],[-73.074722000000008,71.531372000000033],[-73.11332699999997,71.485809000000074],[-73.120543999999995,71.479705999999965]],[[-72.760833999999875,71.531937000000084],[-72.786391999999978,71.530273000000022],[-72.830841000000021,71.531096999999988],[-72.848891999999921,71.532211000000018],[-72.867492999999911,71.533875000000023],[-72.949996999999996,71.547211000000118],[-72.982497999999907,71.553589000000102],[-73.008895999999879,71.56109600000002],[-73.020554000000004,71.565811000000053],[-73.030562999999916,71.571655000000078],[-73.035277999999948,71.575546000000145],[-73.039992999999981,71.579987000000074],[-73.037506000000008,71.587203999999986],[-73.034164000000033,71.592209000000025],[-72.968062999999972,71.636658000000011],[-72.948607999999979,71.644714000000079],[-72.924712999999997,71.649429000000112],[-72.806655999999919,71.659149000000014],[-72.781113000000005,71.660812000000135],[-72.745269999999948,71.659987999999942],[-72.726669000000015,71.658325000000048],[-72.709166999999979,71.655258000000117],[-72.695830999999941,71.651093000000117],[-72.684433000000013,71.642761000000121],[-72.662215999999944,71.604431000000034],[-72.660552999999936,71.598038000000031],[-72.671111999999994,71.585815000000025],[-72.682495000000017,71.574706999999989],[-72.701110999999912,71.557479999999998],[-72.712783999999942,71.547211000000118],[-72.718886999999995,71.542755000000056],[-72.727492999999981,71.538589000000115],[-72.742492999999968,71.534149000000127],[-72.760833999999875,71.531937000000084]],[[-73.370270000000005,71.554428000000087],[-73.394454999999937,71.554428000000087],[-73.406661999999983,71.556366000000025],[-73.418335000000013,71.56109600000002],[-73.42860399999995,71.566940000000045],[-73.436934999999949,71.573318000000029],[-73.450561999999991,71.584152000000074],[-73.449721999999952,71.58998100000008],[-73.448043999999925,71.594146999999964],[-73.441939999999988,71.598877000000016],[-73.388610999999912,71.634155000000021],[-73.348342999999943,71.658325000000048],[-73.276108000000022,71.691924999999912],[-73.243332000000009,71.696639999999945],[-73.213332999999977,71.698593000000074],[-73.209166999999979,71.698868000000118],[-73.190552000000025,71.697204999999997],[-73.167496000000028,71.692200000000128],[-73.155562999999972,71.687195000000088],[-73.148894999999982,71.679977000000065],[-73.149993999999992,71.674423000000104],[-73.170546999999942,71.668319999999937],[-73.221114999999998,71.660262999999986],[-73.249434999999949,71.652481000000023],[-73.262511999999958,71.648041000000035],[-73.282776000000013,71.637771999999984],[-73.303604000000007,71.621918000000051],[-73.320281999999963,71.605545000000006],[-73.325012000000015,71.599152000000061],[-73.331679999999949,71.588042999999971],[-73.338607999999965,71.571105999999929],[-73.339721999999938,71.565262000000132],[-73.352492999999981,71.557479999999998],[-73.370270000000005,71.554428000000087]],[[-96.958892999999932,71.704437000000098],[-96.99888599999997,71.701096000000064],[-97.036391999999921,71.701385000000016],[-97.050277999999935,71.704162999999994],[-97.049727999999902,71.709991000000116],[-97.040282999999988,71.72026100000005],[-97.02416999999997,71.731093999999985],[-96.99888599999997,71.741363999999919],[-96.991668999999945,71.743042000000059],[-96.990829000000019,71.743866000000025],[-96.96945199999999,71.74859600000002],[-96.963897999999972,71.752212999999983],[-96.924163999999962,71.755554000000018],[-96.886397999999986,71.755264000000011],[-96.866942999999992,71.753601000000117],[-96.850554999999872,71.749419999999986],[-96.84445199999999,71.744141000000013],[-96.851104999999905,71.738875999999948],[-96.86860699999994,71.728592000000106],[-96.881377999999927,71.723312000000078],[-96.896956999999929,71.718323000000112],[-96.915832999999964,71.713608000000079],[-96.958892999999932,71.704437000000098]],[[-95.339995999999928,71.731369000000029],[-95.39805599999994,71.729431000000091],[-95.43582200000003,71.729980000000012],[-95.471114999999941,71.733597000000145],[-95.483062999999902,71.736923000000047],[-95.48832699999997,71.740814000000114],[-95.488051999999868,71.745529000000147],[-95.450286999999946,71.818877999999927],[-95.44027699999998,71.824158000000011],[-95.420836999999892,71.828873000000044],[-95.384170999999981,71.836104999999975],[-95.348891999999978,71.840546000000074],[-95.328613000000018,71.842208999999968],[-95.301666000000012,71.844147000000135],[-95.286666999999966,71.843048000000124],[-95.275832999999977,71.84027100000003],[-95.265838999999971,71.836655000000007],[-95.261672999999973,71.833328000000051],[-95.259734999999921,71.827484000000027],[-95.310546999999929,71.737198000000035],[-95.324721999999952,71.732758000000047],[-95.339995999999928,71.731369000000029]],[[-134.49554399999994,68.75221300000004],[-134.48803699999991,68.736649],[-134.48803699999991,68.731094000000098],[-134.48306299999996,68.720535000000041],[-134.47387700000002,68.711379999999963],[-134.46472199999994,68.707489000000066],[-134.44638099999997,68.700271999999984],[-134.40112299999993,68.687759000000085],[-134.37387100000001,68.682480000000112],[-134.33999599999999,68.67886400000009],[-134.30804399999994,68.678040000000124],[-134.28277600000001,68.681366000000139],[-134.24636799999996,68.687484999999981],[-134.23071299999998,68.692841000000101],[-134.22692899999998,68.694138000000123],[-134.22332800000004,68.699706999999933],[-134.26058999999987,68.733535999999958],[-134.26251200000002,68.736374000000126],[-134.28750599999995,68.753601000000003],[-134.30835000000002,68.766097999999943],[-134.32638499999996,68.773605000000089],[-134.42306500000001,68.831664999999987],[-134.54168700000002,68.919708000000071],[-134.558044,68.933043999999995],[-134.614441,68.983321999999987],[-134.62387099999995,68.992752000000053],[-134.62887599999999,69.003052000000139],[-134.62914999999992,69.008880999999974],[-134.62469499999992,69.015548999999965],[-134.56222499999996,69.082764000000111],[-134.55499299999997,69.08776899999998],[-134.53750600000001,69.09387200000009],[-134.49194299999999,69.104155999999989],[-134.46362299999998,69.106094000000098],[-134.44805899999989,69.106094000000098],[-134.36303699999996,69.102203000000031],[-134.34887700000002,69.103043000000071],[-134.33889799999992,69.106369000000086],[-134.22747800000002,69.174988000000099],[-134.22305299999999,69.181656000000032],[-134.22082499999993,69.188034000000016],[-134.22137499999997,69.216385000000116],[-134.21694899999989,69.223038000000088],[-134.162781,69.254715000000033],[-134.15389999999996,69.258880999999917],[-134.142517,69.261383000000023],[-134.12832599999996,69.262206999999989],[-134.06915299999997,69.262771999999984],[-134.05471799999998,69.263610999999969],[-134.02917500000001,69.266936999999984],[-133.92861899999991,69.282211000000075],[-133.90557899999988,69.287490999999989],[-133.89529400000004,69.290817000000004],[-133.88668799999999,69.294983000000116],[-133.87914999999998,69.299987999999985],[-133.87332199999997,69.30581699999999],[-133.86859100000004,69.312484999999924],[-133.86886599999997,69.318329000000119],[-133.87332199999997,69.323043999999982],[-133.87582399999997,69.328322999999955],[-133.86972000000003,69.33415199999996],[-133.67028799999997,69.386658000000068],[-133.65863000000002,69.389160000000004],[-133.55056799999994,69.405823000000055],[-133.40777600000001,69.414703000000088],[-133.37222299999991,69.412201000000039],[-133.35583499999996,69.409988000000055],[-133.32806400000004,69.404709000000082],[-133.30972299999996,69.402771000000143],[-133.23443599999996,69.397217000000126],[-133.21749899999992,69.39637799999997],[-133.20584099999991,69.398880000000077],[-133.073059,69.434982000000048],[-132.99941999999999,69.481934000000138],[-132.966095,69.511657999999954],[-132.95220899999998,69.563309000000061],[-132.95193499999999,69.569153000000028],[-132.95666499999993,69.57388300000008],[-132.96581999999995,69.57748400000014],[-132.98638900000003,69.590271000000143],[-132.988586,69.595260999999994],[-132.98361199999994,69.602203000000088],[-132.97747800000002,69.608032000000094],[-132.92251599999997,69.642212000000029],[-132.904449,69.650542999999971],[-132.89388999999994,69.65387000000004],[-132.86471599999999,69.658325000000104],[-132.82110599999999,69.660538000000031],[-132.78778099999994,69.659714000000065],[-132.66229199999998,69.651206999999999],[-132.628784,69.648048000000074],[-132.62028499999997,69.646378000000141],[-132.61479199999991,69.644043000000011],[-132.606628,69.639046000000121],[-132.55279499999995,69.631362999999965],[-132.53527800000001,69.630264000000011],[-132.41751099999993,69.635544000000039],[-132.39389,69.64027400000009],[-132.372772,69.646942000000081],[-132.34527600000001,69.659424000000058],[-132.33248900000001,69.671097000000088],[-132.32748399999997,69.677765000000079],[-132.333618,69.682480000000112],[-132.441101,69.702484000000027],[-132.45748900000001,69.704711999999972],[-132.46777299999991,69.701385000000016],[-132.51779199999999,69.68331900000004],[-132.54823299999998,69.685310000000129],[-132.55523700000003,69.683823000000018],[-132.57455400000003,69.683983000000126],[-132.582718,69.685654],[-132.586884,69.688148000000126],[-132.58673099999993,69.691649999999981],[-132.54833999999994,69.735809000000074],[-132.54055799999998,69.740814000000114],[-132.52749600000004,69.742477000000065],[-132.47305299999999,69.747756999999922],[-132.39974999999998,69.751663000000008],[-132.28918499999992,69.724991000000102],[-132.21304299999997,69.690810999999997],[-132.19888300000002,69.688034000000073],[-132.16305499999999,69.685256999999979],[-132.14697299999995,69.685256999999979],[-132.12304700000004,69.713608000000079],[-132.11663799999991,69.719436999999914],[-132.10720800000001,69.723602000000085],[-132.08331299999992,69.728591999999992],[-131.95443699999998,69.75471500000009],[-131.87469499999992,69.763884999999959],[-131.85861199999999,69.763611000000026],[-131.84527600000001,69.765273999999977],[-131.8347169999999,69.768599999999992],[-131.76556400000004,69.794707999999957],[-131.75891100000001,69.800536999999963],[-131.75836200000003,69.806366000000025],[-131.76028400000001,69.811646000000053],[-131.7647399999999,69.816376000000105],[-131.76666299999994,69.821655000000078],[-131.76000999999997,69.827484000000084],[-131.75058000000001,69.83137499999998],[-131.64501999999999,69.864990000000034],[-131.62359600000002,69.871368000000018],[-131.44778400000001,69.918594000000041],[-131.42639199999991,69.947479000000101],[-131.42111199999994,69.954162999999994],[-131.41027799999995,69.957214000000022],[-131.34887700000002,69.95248400000014],[-131.26916499999993,69.937759000000028],[-131.24609399999991,69.931091000000038],[-131.237213,69.927199999999971],[-131.23055999999991,69.923035000000141],[-131.20916699999998,69.899155000000007],[-131.20333899999997,69.889160000000061],[-131.20138499999996,69.883881000000088],[-131.20193499999999,69.878036000000009],[-131.2049869999999,69.871918000000051],[-131.21054099999998,69.865265000000079],[-131.21722399999987,69.859421000000054],[-131.22164899999996,69.854155999999989],[-131.22222899999991,69.848328000000038],[-131.220551,69.84304800000001],[-131.21194499999996,69.833603000000096],[-131.20526100000001,69.829437000000041],[-131.19638099999997,69.825546000000145],[-131.18499799999995,69.824158000000068],[-131.08056599999998,69.88499500000006],[-131.07501199999996,69.891663000000051],[-131.03140299999995,69.949417000000039],[-131.01028399999996,69.98692299999999],[-131.01278699999995,70.023315000000025],[-131.01947000000001,70.027771000000087],[-130.93029799999999,70.083054000000118],[-130.89224200000001,70.099152000000004],[-130.74832199999997,70.081940000000145],[-130.65612799999991,70.108597000000032],[-130.554169,70.165267999999969],[-130.54305999999991,70.168320000000051],[-130.48721299999994,70.173309000000017],[-130.47222899999997,70.173874000000069],[-130.46771200000001,70.170089999999959],[-130.47271699999993,70.167099000000121],[-130.48388699999998,70.164992999999981],[-130.51141399999995,70.162201000000039],[-130.52224699999994,70.158875000000023],[-130.54724099999999,70.127472000000012],[-130.54806499999995,70.121643000000006],[-130.54638699999992,70.116378999999995],[-130.54223599999995,70.111648999999943],[-130.53555299999999,70.107483000000059],[-130.52416999999997,70.103867000000037],[-130.5102839999999,70.101089000000002],[-130.49527,70.101654000000053],[-130.48416099999992,70.104705999999965],[-130.43237299999998,70.125870000000134],[-130.40722700000003,70.140533000000119],[-130.35360699999995,70.132202000000007],[-130.33084099999996,70.110809000000074],[-130.32250999999997,70.101379000000009],[-130.18472299999996,70.053589000000045],[-130.16861,70.053314],[-129.97555499999993,70.069442999999978],[-129.96304299999997,70.071655000000021],[-129.92611699999992,70.078598],[-129.89083900000003,70.092758000000117],[-129.86444099999994,70.126923000000033],[-129.84609999999986,70.154984000000127],[-129.8324889999999,70.195525999999916],[-129.79000899999994,70.219986000000119],[-129.73138399999999,70.253052000000082],[-129.69778400000001,70.262496999999996],[-129.68667600000003,70.265549000000078],[-129.67306499999995,70.266936999999984],[-129.64724699999999,70.251663000000065],[-129.60916099999992,70.213042999999971],[-129.45916699999998,70.147491000000116],[-129.40472399999999,70.123031999999967],[-129.40335099999999,70.11775200000011],[-129.40527299999997,70.106369000000086],[-129.40640300000001,70.10054000000008],[-129.4100039999999,70.094436999999971],[-129.433899,70.068054000000132],[-129.49749800000001,70.020538000000101],[-129.57360799999998,69.997757000000092],[-129.59555099999994,69.991363999999919],[-129.88946499999992,69.917205999999965],[-129.99304199999989,69.892487000000017],[-130.22805800000003,69.840546000000131],[-130.49581899999998,69.78166200000004],[-130.55999800000001,69.737198000000092],[-130.56140099999999,69.725815000000068],[-130.56472799999995,69.719711000000018],[-130.57028200000002,69.713043000000084],[-130.57833900000003,69.708038000000045],[-130.62136799999996,69.695251000000042],[-130.64697299999989,69.691360000000145],[-130.70416299999994,69.688309000000118],[-130.75750700000003,69.682480000000112],[-130.78030399999994,69.676926000000094],[-130.78973400000001,69.672760000000039],[-130.83639500000004,69.6336060000001],[-130.83944699999995,69.627472000000068],[-130.84081999999995,69.616089000000102],[-130.83667000000003,69.611099000000024],[-130.83749399999999,69.605545000000063],[-130.84414699999996,69.599716000000001],[-130.91915899999998,69.56721500000009],[-130.92861899999997,69.563309000000061],[-130.94473299999999,69.565536000000122],[-131.02667199999996,69.593048000000067],[-131.03973399999995,69.601653999999996],[-131.04168699999997,69.606934000000024],[-131.04083300000002,69.612761999999975],[-131.05306999999999,69.637206999999989],[-131.16332999999992,69.627762000000132],[-131.18859900000001,69.623871000000065],[-131.32861299999996,69.579987000000131],[-131.40750099999997,69.586655000000064],[-131.58694500000001,69.567490000000134],[-131.69168100000002,69.551650999999993],[-131.70498699999996,69.560256999999922],[-131.71389799999992,69.563873000000001],[-131.72778299999999,69.566940000000102],[-131.74108899999993,69.567490000000134],[-131.75585899999999,69.566940000000102],[-131.99722299999991,69.53137200000009],[-132.00640899999996,69.527205999999978],[-132.03890999999999,69.508331000000055],[-132.04666099999992,69.503326000000015],[-132.0799869999999,69.480819999999994],[-132.14169300000003,69.412766000000033],[-132.13305699999995,69.403320000000065],[-132.12164299999995,69.399994000000049],[-132.09750399999996,69.396057000000098],[-132.08526599999999,69.390823000000069],[-132.08084099999996,69.386108000000036],[-132.07888800000001,69.3808140000001],[-132.08166499999999,69.374695000000031],[-132.09472700000003,69.362762000000032],[-132.11663799999991,69.357208000000014],[-132.32916299999999,69.31442300000009],[-132.52417000000003,69.277771000000087],[-132.53195199999999,69.280547999999953],[-132.54556300000002,69.283325000000048],[-132.56167599999998,69.285812000000135],[-132.57998699999996,69.287490999999989],[-132.59222399999993,69.287200999999982],[-132.70611600000001,69.26887499999998],[-132.71777299999997,69.266388000000063],[-132.739441,69.260817999999972],[-132.76028399999996,69.254166000000112],[-132.76779199999999,69.249146000000053],[-132.90722699999998,69.1244200000001],[-132.90722699999998,69.118866000000082],[-132.90527299999997,69.042755],[-132.94610599999999,69.037491000000045],[-133.05084199999999,69.054703000000018],[-133.10638399999993,69.050537000000134],[-133.1719359999999,69.043320000000051],[-133.18331899999998,69.040817000000061],[-133.19332900000001,69.037491000000045],[-133.20083599999987,69.032485999999949],[-133.20556599999998,69.025818000000015],[-133.21499600000004,69.006653000000028],[-133.21664399999997,69.001937999999996],[-133.21444700000001,68.99664300000012],[-133.209991,68.991928000000087],[-133.20333900000003,68.987761999999975],[-133.19860799999998,68.983046999999942],[-133.19888300000002,68.977203000000145],[-133.21304299999991,68.938034000000073],[-133.22610499999996,68.913605000000132],[-133.23361199999999,68.908600000000092],[-133.31332399999985,68.871918000000051],[-133.32333399999993,68.868590999999924],[-133.33471699999996,68.866089000000045],[-133.34887699999996,68.865265000000079],[-133.36331200000001,68.866652999999985],[-133.37692300000003,68.869140999999956],[-133.38583399999999,68.873032000000023],[-133.39944500000001,68.881362999999965],[-133.40167199999991,68.886658000000011],[-133.39529400000004,68.89027400000009],[-133.37969999999996,68.89027400000009],[-133.36694299999994,68.891936999999984],[-133.359711,68.896942000000024],[-133.35360700000001,68.90277100000003],[-133.35803199999992,68.907486000000063],[-133.36944599999993,68.910538000000031],[-133.38275099999998,68.911102000000142],[-133.39556899999997,68.909424000000058],[-133.46112099999999,68.892761000000121],[-133.466095,68.888321000000133],[-133.484711,68.850266000000033],[-133.493042,68.826659999999947],[-133.49081399999994,68.821655000000078],[-133.48416099999997,68.81164600000011],[-133.47082499999999,68.797485000000108],[-133.46389799999992,68.793320000000108],[-133.4549869999999,68.789703000000145],[-133.40557899999999,68.772217000000012],[-133.32138099999992,68.746368000000132],[-133.16418499999992,68.707214000000079],[-133.08999599999999,68.694977000000108],[-133.05416899999994,68.691360000000145],[-133.03750599999995,68.690536000000009],[-133.02334599999995,68.691360000000145],[-133.01083399999987,68.693038999999999],[-132.98803699999996,68.697754000000032],[-132.95861799999994,68.69859299999996],[-132.94305399999996,68.696365000000014],[-132.91833500000001,68.690262000000075],[-132.92056299999996,68.695526000000029],[-132.9336239999999,68.709717000000069],[-132.94250499999998,68.713318000000129],[-132.95471199999997,68.71527100000003],[-133.00723299999999,68.719711000000075],[-133.02252199999998,68.719711000000075],[-133.03527800000001,68.718048000000124],[-133.04583699999995,68.711379999999963],[-133.11248799999998,68.714996000000042],[-133.142517,68.718597000000102],[-133.15249599999993,68.720825000000048],[-133.25500499999998,68.758606000000043],[-133.25945999999999,68.763321000000076],[-133.26611299999996,68.778869999999984],[-133.26141399999995,68.785537999999974],[-133.24999999999994,68.788040000000024],[-133.23416099999992,68.785812000000078],[-133.225281,68.782211000000018],[-133.22082499999999,68.777480999999966],[-133.22082499999999,68.771652000000131],[-133.21664399999997,68.766937000000098],[-133.20306399999998,68.764160000000004],[-133.16168200000004,68.75749200000007],[-133.14752199999998,68.758330999999998],[-133.13891599999994,68.76249700000011],[-133.1397399999999,68.766937000000098],[-133.21139499999998,68.790817000000118],[-133.23498499999999,68.795821999999987],[-133.250854,68.798035000000141],[-133.28178399999996,68.794426000000101],[-133.28863499999989,68.793097999999986],[-133.30145300000004,68.789429000000041],[-133.32556199999999,68.787491000000045],[-133.33554099999992,68.789703000000145],[-133.34445199999993,68.793594000000041],[-133.35665899999992,68.801085999999941],[-133.35888699999998,68.806366000000025],[-133.35415599999993,68.832214000000135],[-133.332764,68.843872000000147],[-133.27722199999988,68.856934000000024],[-133.26583900000003,68.859421000000054],[-133.23776199999998,68.861099000000024],[-133.22192399999994,68.858871000000022],[-133.18804899999986,68.849152000000061],[-133.16778599999998,68.836655000000064],[-133.15917999999999,68.827209000000096],[-133.15222199999999,68.823044000000095],[-133.12191799999994,68.805817000000047],[-133.10833700000001,68.80304000000001],[-133.09167500000001,68.802199999999914],[-133.06222500000001,68.802765000000136],[-133.00527999999997,68.815262000000132],[-132.95803799999993,68.835541000000092],[-132.962219,68.846099999999922],[-132.9619449999999,68.85165400000011],[-132.95193499999999,68.854979999999955],[-132.93667599999998,68.854979999999955],[-132.86749299999997,68.846099999999922],[-132.85611,68.842758000000003],[-132.78594999999996,68.818428000000097],[-132.75363199999998,68.802765000000136],[-132.49194299999994,68.801085999999941],[-132.48055999999991,68.803589000000102],[-132.47027600000001,68.806931000000077],[-132.40557899999999,68.842758000000003],[-132.40029900000002,68.847214000000122],[-132.39529400000004,68.853867000000093],[-132.39279199999999,68.859985000000052],[-132.396973,68.864700000000084],[-132.49249299999997,68.90637200000009],[-132.50363200000004,68.909714000000065],[-132.55334499999998,68.916091999999992],[-132.56750499999998,68.915268000000026],[-132.57638499999996,68.911102000000142],[-132.574432,68.906097000000102],[-132.56777999999991,68.901657000000057],[-132.54055799999998,68.896103000000096],[-132.55557299999992,68.878311000000053],[-132.66528299999993,68.841934000000037],[-132.67806999999993,68.840271000000087],[-132.69360399999994,68.840546000000131],[-132.76229899999998,68.857491000000095],[-132.77094999999997,68.858147000000031],[-132.77778599999999,68.860153000000082],[-132.78027299999991,68.862983999999983],[-132.833618,68.917755000000113],[-132.85998499999988,68.989150999999993],[-132.868042,69.021378000000141],[-132.87191799999999,69.056641000000013],[-132.86944600000004,69.062759000000085],[-132.86553999999995,69.068329000000006],[-132.81527699999998,69.08638000000002],[-132.80526699999996,69.089432000000102],[-132.77111799999994,69.085541000000035],[-132.75418100000002,69.084717000000069],[-132.68917799999991,69.082489000000123],[-132.67501800000002,69.083328000000051],[-132.66332999999997,69.085815000000139],[-132.54083300000002,69.135268999999994],[-132.46081500000003,69.124695000000088],[-132.46472199999999,69.119141000000127],[-132.46749899999998,69.107208000000071],[-132.45916699999992,69.108032000000037],[-132.42861900000003,69.11775200000011],[-132.40777599999996,69.1244200000001],[-132.38500999999997,69.139160000000061],[-132.37887599999999,69.145264000000054],[-132.36886600000003,69.158600000000035],[-132.36138899999997,69.171371000000136],[-132.343323,69.203323000000069],[-132.34249899999992,69.220260999999994],[-132.33972199999994,69.22665399999994],[-132.33056599999998,69.230820000000051],[-132.32055699999995,69.233871000000079],[-132.30612199999996,69.234711000000118],[-132.22360199999997,69.213608000000022],[-132.2225039999999,69.141662999999994],[-132.16805999999997,69.213882000000126],[-132.11694299999999,69.242203000000075],[-132.05804399999994,69.242203000000075],[-131.99600199999998,69.251632999999913],[-131.96389799999997,69.256942999999978],[-131.87527499999999,69.279709000000025],[-131.86499000000003,69.283051000000114],[-131.8052669999999,69.316375999999991],[-131.79751599999986,69.321381000000088],[-131.79110700000001,69.327208999999982],[-131.71444699999995,69.397766000000104],[-131.72555499999993,69.401093000000003],[-131.73416099999997,69.400542999999971],[-131.80667099999999,69.39137299999993],[-131.950287,69.395827999999938],[-131.96499600000004,69.397217000000126],[-131.97277800000001,69.400269000000037],[-131.97000099999997,69.406372000000033],[-131.65222199999994,69.471924000000058],[-131.63919099999998,69.473602000000142],[-131.60748299999995,69.473312000000135],[-131.59136999999993,69.470825000000048],[-131.45889299999999,69.449141999999938],[-131.44528200000002,69.446365000000071],[-131.432953,69.437194999999974],[-131.42910799999993,69.434700000000134],[-131.43160999999998,69.431365999999969],[-131.43710299999992,69.429031000000066],[-131.45193499999999,69.420532000000094],[-131.46221899999995,69.417206000000078],[-131.47164900000001,69.413039999999967],[-131.47943099999998,69.408035000000098],[-131.48611500000004,69.402206000000092],[-131.53472899999997,69.333327999999995],[-131.52584799999994,69.329436999999928],[-131.49941999999999,69.332489000000066],[-131.42083700000001,69.361649000000114],[-131.41278099999994,69.366653000000099],[-131.40750099999997,69.373306000000071],[-131.38989300000003,69.404159999999933],[-131.377228,69.427483000000052],[-131.32193000000001,69.49331699999999],[-131.27166699999992,69.501099000000124],[-131.25723299999999,69.501663000000065],[-131.24581899999998,69.49832200000003],[-131.23330699999991,69.48414600000001],[-131.22387700000002,69.463608000000136],[-131.22027599999996,69.453323000000012],[-131.21664399999992,69.442748999999992],[-131.21276899999992,69.422202999999968],[-131.21093799999989,69.4125370000001],[-131.21026599999999,69.406044000000065],[-131.21304299999997,69.387497000000053],[-131.22360200000003,69.384430000000123],[-131.23330699999991,69.384720000000129],[-131.24526999999995,69.382202000000007],[-131.26641799999993,69.375809000000061],[-131.31777999999997,69.358871000000136],[-131.39529399999998,69.318603999999993],[-131.40307599999994,69.313873000000058],[-131.415009,69.301376000000062],[-131.41445899999997,69.296936000000017],[-131.33526599999993,69.316666000000055],[-131.32470699999999,69.31999200000007],[-131.19332899999995,69.365264999999965],[-131.18859900000001,69.368317000000104],[-131.16650400000003,69.404930000000093],[-131.16223099999996,69.490540000000067],[-131.16418499999997,69.495529000000033],[-131.23123199999992,69.543892000000028],[-131.25385999999997,69.571846000000107],[-131.22546399999999,69.580719000000101],[-131.20681799999994,69.55720500000001],[-131.15046699999994,69.518600000000049],[-131.13006599999994,69.516388000000006],[-131.11053499999997,69.485329000000036],[-131.130157,69.429375000000107],[-131.14851399999992,69.403534000000036],[-131.1458439999999,69.374695000000031],[-131.13583399999999,69.359985000000108],[-131.12832599999996,69.361923000000047],[-131.10122699999999,69.393921000000091],[-131.08525099999991,69.440514000000007],[-131.06085199999995,69.470688000000109],[-131.06617699999993,69.491096000000084],[-131.06394999999998,69.512389999999982],[-131.08924899999994,69.531914000000143],[-131.10920699999997,69.543449000000123],[-131.127838,69.554543000000024],[-131.14781199999993,69.561195000000112],[-131.16599999999988,69.567856000000006],[-131.18832399999991,69.574707000000046],[-131.19473300000004,69.57887299999993],[-131.19665499999991,69.584152000000131],[-131.19610599999999,69.589980999999966],[-131.19055199999997,69.596649000000127],[-131.183899,69.602478000000133],[-131.17471299999994,69.606369000000029],[-131.13833599999998,69.614150999999936],[-131.12359600000002,69.614700000000084],[-131.10748299999989,69.612488000000042],[-131.09359699999999,69.609421000000111],[-131.087219,69.605255],[-131.08306900000002,69.600539999999967],[-131.04577599999999,69.524429000000055],[-131.02999899999998,69.485809000000131],[-131.02780200000001,69.463882000000069],[-131.03390499999995,69.429153000000042],[-131.03695700000003,69.423035000000084],[-131.07028200000002,69.367477000000065],[-131.10803199999992,69.33526599999999],[-131.11331200000001,69.328598],[-131.11639400000001,69.32249500000006],[-131.10888699999998,69.321655000000021],[-131.09973100000002,69.325821000000076],[-131.05084199999993,69.354431000000091],[-131.02667199999996,69.383865000000128],[-130.98999000000003,69.449141999999938],[-130.99121099999996,69.50104500000009],[-130.9922029999999,69.504203999999959],[-130.99026500000002,69.539429000000041],[-130.98083499999996,69.543594000000041],[-130.96887200000003,69.545821999999987],[-130.952789,69.543320000000108],[-130.94638099999992,69.539154000000053],[-130.94222999999994,69.534148999999957],[-130.94055200000003,69.52915999999999],[-130.9244379999999,69.448593000000017],[-130.93971299999998,69.421486000000016],[-130.94154400000002,69.417816000000073],[-130.94555699999995,69.414314000000047],[-130.95039399999996,69.411324000000093],[-130.98580900000002,69.383040999999935],[-131.02583299999998,69.347878000000037],[-131.02984600000002,69.344368000000088],[-131.03317300000003,69.340377999999987],[-131.03199799999999,69.337212000000022],[-131.03668200000004,69.310532000000023],[-131.02780200000001,69.306641000000127],[-131.01696800000002,69.307480000000055],[-131.01419099999993,69.313873000000058],[-131.01333599999998,69.319442999999922],[-131.010559,69.325546000000088],[-131.00500499999998,69.332214000000022],[-130.99832200000003,69.338043000000027],[-130.95693999999997,69.371917999999994],[-130.93194599999998,69.38348400000001],[-130.92710899999992,69.386490000000038],[-130.91844200000003,69.386818000000005],[-130.91177400000004,69.384818999999993],[-130.90928599999995,69.381980999999996],[-130.89611799999994,69.380539000000056],[-130.89889500000004,69.352768000000026],[-130.90249600000004,69.340820000000122],[-130.90640300000001,69.328872999999987],[-130.91427599999992,69.318313999999987],[-130.93194599999998,69.304977000000122],[-130.93972799999995,69.299987999999985],[-130.96362299999987,69.285262999999986],[-131.00057999999996,69.256653000000142],[-131.024719,69.209717000000126],[-131.01806599999992,69.141936999999928],[-131.01419099999993,69.136932000000058],[-130.99832200000003,69.134720000000016],[-130.9372249999999,69.134430000000009],[-130.92861899999997,69.145264000000054],[-130.93112199999996,69.222488000000055],[-130.93276999999995,69.227767999999912],[-130.93917799999991,69.232208000000128],[-130.9513849999999,69.246368000000075],[-130.950287,69.257766999999944],[-130.94723499999998,69.264160000000118],[-130.94168100000002,69.270538000000045],[-130.93499800000001,69.276382000000069],[-130.82110599999993,69.374695000000031],[-130.81304899999998,69.379700000000128],[-130.77139299999999,69.398880000000077],[-130.76055899999994,69.402206000000092],[-130.73165899999998,69.403320000000065],[-130.71472199999999,69.402206000000092],[-130.70028699999995,69.402771000000143],[-130.689728,69.406096999999988],[-130.66027800000001,69.42942800000003],[-130.65472399999993,69.43609600000002],[-130.64529400000004,69.454712000000029],[-130.65280200000001,69.457763999999941],[-130.667236,69.457214000000079],[-130.74777199999994,69.449141999999938],[-130.71499599999993,69.462203999999986],[-130.52502400000003,69.543594000000041],[-130.50723300000004,69.552474999999959],[-130.47860700000001,69.574707000000046],[-130.392517,69.645828000000108],[-130.385559,69.651657000000114],[-130.36248799999998,69.673874000000012],[-130.36608899999987,69.686371000000008],[-130.28112799999991,69.700271999999984],[-130.03308099999998,69.731934000000081],[-129.691956,69.784424000000115],[-129.67251599999992,69.792480000000012],[-129.65307599999994,69.800536999999963],[-129.624146,69.812485000000038],[-129.60220300000003,69.818877999999984],[-129.41332999999992,69.838042999999971],[-129.31555199999997,69.84664900000007],[-129.24276699999984,69.849990999999989],[-129.17999299999997,69.849152000000004],[-129.14862099999993,69.849990999999989],[-129.09942599999994,69.858871000000022],[-129.05889899999988,69.873871000000008],[-129.04196199999996,69.883606000000043],[-129.02722199999999,69.895264000000111],[-129.01501499999995,69.908325000000048],[-129.00058000000001,69.933043999999995],[-128.98831199999995,69.946091000000024],[-128.97360200000003,69.95748900000001],[-128.96527100000003,69.962494000000049],[-128.95526100000001,69.966385000000116],[-128.94415300000003,69.969437000000084],[-128.93194600000004,69.971649000000127],[-128.90084799999994,69.971924000000115],[-128.88723799999997,69.968872000000033],[-128.86471599999999,69.961655000000121],[-128.85610999999989,69.957764000000054],[-128.85470599999996,69.954711999999915],[-128.93444799999992,69.844146999999964],[-128.94665499999991,69.841934000000037],[-128.96417199999996,69.843322999999998],[-129.03805499999999,69.851929000000098],[-129.08248899999995,69.850540000000137],[-129.10971099999989,69.847763000000043],[-129.134186,69.843322999999998],[-129.14529399999998,69.840271000000087],[-129.15612799999997,69.836928999999998],[-129.163635,69.83137499999998],[-129.169464,69.824706999999989],[-129.16027799999995,69.715819999999951],[-129.15390000000002,69.700271999999984],[-129.14999399999994,69.695526000000029],[-129.14138800000001,69.691649999999981],[-129.13027999999991,69.688034000000073],[-128.97747800000002,69.674698000000149],[-128.96304299999997,69.675262000000089],[-128.92501799999997,69.68081699999999],[-128.78613300000001,69.760818000000086],[-128.64001500000001,69.84304800000001],[-128.54473899999999,69.885268999999994],[-128.44195599999989,69.921920999999998],[-128.32415800000001,69.948318000000086],[-128.31054700000004,69.958327999999995],[-128.30862400000001,70.008041000000105],[-128.31222499999996,70.012772000000041],[-128.349152,70.03915400000011],[-128.35638399999999,70.048874000000012],[-128.36138900000003,70.058868000000018],[-128.36972000000003,70.095825000000048],[-128.36831699999988,70.101654000000053],[-128.36193800000001,70.108322000000044],[-128.35333299999996,70.113037000000077],[-128.34304799999995,70.116928000000144],[-128.31054700000004,70.126923000000033],[-128.24414099999996,70.146378000000027],[-128.10916099999997,70.182204999999954],[-128.09414700000002,70.182479999999998],[-128.05667099999994,70.178039999999953],[-128.01055899999994,70.178314000000114],[-127.99472000000003,70.179428000000087],[-127.96833799999996,70.182754999999986],[-127.84861799999999,70.208878000000141],[-127.61501299999992,70.228867000000093],[-127.58500699999996,70.229431000000034],[-127.54998799999998,70.22665400000011],[-127.51500699999985,70.22164900000007],[-127.51750199999998,70.225540000000137],[-127.55082700000003,70.236374000000012],[-127.578056,70.242751999999996],[-127.61305199999987,70.247757000000036],[-127.71665999999999,70.259720000000073],[-127.73166700000002,70.261382999999967],[-127.79194599999994,70.25999500000006],[-127.85833699999995,70.263046000000088],[-127.87581599999987,70.264435000000105],[-128.02835099999993,70.28637700000013],[-128.03695700000003,70.290543000000071],[-128.06664999999987,70.307205000000067],[-128.07611099999991,70.343597000000045],[-128.07843000000003,70.346436000000097],[-128.07144199999988,70.348267000000078],[-128.0616149999999,70.347923000000037],[-128.05343599999998,70.346092000000056],[-128.04661599999986,70.343933000000106],[-128.02711499999998,70.340766999999971],[-127.98889200000002,70.345824999999991],[-127.97250399999996,70.34526100000005],[-127.96000699999996,70.347488000000112],[-127.94860799999998,70.350540000000024],[-127.94082600000002,70.356094000000041],[-127.90194699999995,70.393326000000059],[-127.91555800000003,70.396652000000074],[-127.93195300000002,70.396942000000081],[-127.95417799999996,70.39387499999998],[-127.97693600000002,70.387772000000041],[-127.987213,70.383880999999974],[-128.02166699999998,70.374695000000031],[-128.06500199999994,70.377312000000018],[-128.13833599999992,70.37598400000013],[-128.15183999999994,70.380310000000122],[-128.15933199999995,70.385483000000022],[-128.19665499999996,70.391937000000041],[-128.19888300000002,70.40248100000008],[-128.19055200000003,70.436646000000053],[-128.17749000000003,70.460815000000139],[-128.16055299999999,70.491364000000033],[-128.15249600000004,70.503601000000003],[-128.13583399999993,70.523041000000148],[-128.006958,70.588593000000003],[-127.99665799999997,70.590546000000131],[-127.97138999999999,70.583878000000141],[-127.90360999999996,70.562485000000038],[-127.83556399999998,70.540817000000118],[-127.68028300000003,70.486098999999967],[-127.51583900000003,70.426086000000055],[-127.42859599999991,70.393326000000059],[-127.27471899999995,70.326096000000064],[-127.24889399999995,70.314148000000046],[-127.18831599999999,70.280548000000124],[-127.173607,70.272217000000069],[-127.125,70.237198000000149],[-127.07640100000003,70.196365000000071],[-127.05499299999997,70.178039999999953],[-127.03443899999996,70.148880000000077],[-126.89334099999996,70.008880999999974],[-126.87888299999997,70.000548999999978],[-126.81276700000001,69.910537999999974],[-126.81194299999993,69.905258000000117],[-126.80526700000001,69.895538000000045],[-126.74388099999999,69.813873000000115],[-126.71472199999999,69.775269000000094],[-126.70584099999996,69.766098000000113],[-126.69999699999994,69.76138300000008],[-126.6808319999999,69.748031999999967],[-126.67250100000001,69.743866000000082],[-126.62053699999996,69.719986000000063],[-126.60166899999996,69.712479000000144],[-126.45944199999997,69.644149999999968],[-126.29055799999998,69.558594000000028],[-126.26777599999997,69.540817000000118],[-126.26722699999993,69.535537999999974],[-126.25583599999999,69.526657000000057],[-126.11221299999994,69.469436999999971],[-126.08860800000002,69.462493999999992],[-126.0497279999999,69.45277400000009],[-126.03666699999997,69.449706999999989],[-125.98889199999996,69.430542000000003],[-125.96806299999997,69.423035000000084],[-125.95749699999999,69.419434000000024],[-125.91055299999999,69.405548000000067],[-125.88474300000001,69.399155000000064],[-125.83972199999999,69.389160000000004],[-125.55110200000001,69.33718900000008],[-125.42639200000002,69.312180000000126],[-125.41528299999987,69.313019000000054],[-125.37249800000001,69.33580000000012],[-125.36554699999999,69.342468000000054],[-125.39083900000003,69.370513999999957],[-125.40110800000002,69.374130000000036],[-125.37748699999997,69.396087999999963],[-125.21000699999996,69.381912],[-125.16528299999999,69.381638000000066],[-125.14167800000001,69.38638300000008],[-125.13249200000001,69.391098000000113],[-125.12554899999998,69.397491000000059],[-125.11193800000001,69.415817000000061],[-125.08944700000001,69.449706999999989],[-125.11277799999999,69.464157000000114],[-125.12304699999993,69.468032999999991],[-125.462784,69.452469000000065],[-125.53056300000003,69.435242000000073],[-125.609444,69.415253000000121],[-125.62249799999995,69.418593999999985],[-125.61805700000002,69.42442299999999],[-125.57805599999995,69.471649000000014],[-125.48832700000003,69.50749200000007],[-125.47721899999993,69.510268999999994],[-125.46472199999988,69.512207000000103],[-125.449997,69.51249700000011],[-125.30695300000002,69.499984999999981],[-125.14723200000003,69.485519000000124],[-125.13166799999993,69.484694999999988],[-125.11805699999996,69.485793999999942],[-125.12082700000002,69.490798999999981],[-125.13137799999993,69.49441500000006],[-125.18554699999987,69.507202000000063],[-125.21640000000002,69.513031000000069],[-125.25499699999995,69.523026000000016],[-125.265556,69.526917000000083],[-125.41000399999996,69.628036000000066],[-125.41306299999997,69.633041000000105],[-125.41361999999992,69.638321000000133],[-125.41166699999991,69.64387499999998],[-125.37805200000003,69.678589000000045],[-125.36554699999999,69.690262000000075],[-125.35527000000002,69.694138000000123],[-125.079453,69.742752000000053],[-125.06555200000003,69.743591000000038],[-125.04972800000002,69.743042000000116],[-125.016953,69.740524000000107],[-125,69.738190000000088],[-124.98581699999994,69.734711000000004],[-124.97528099999994,69.730820000000108],[-124.96749899999998,69.726929000000041],[-124.93554699999999,69.678314],[-124.92500299999995,69.644714000000135],[-124.90638699999994,69.65387000000004],[-124.88166799999999,69.670532000000037],[-124.82195300000001,69.714995999999985],[-124.82972699999999,69.719147000000078],[-124.86165599999993,69.735809000000074],[-124.88555899999994,69.748031999999967],[-124.89750700000002,69.750549000000035],[-125.01418299999995,69.750534000000016],[-125.22805799999998,69.759140000000116],[-125.24137899999999,69.760254000000089],[-125.25890399999992,69.784103000000016],[-125.27639799999997,69.808243000000061],[-125.225281,69.839676000000054],[-125.20638999999994,69.849120999999968],[-125.19611399999997,69.853026999999997],[-125.18443299999996,69.855804000000091],[-125.16750300000001,69.85414099999997],[-125.16194199999995,69.849700999999982],[-125.15722700000003,69.823563000000036],[-125.15666199999998,69.818283000000122],[-125.17083700000001,69.805496000000119],[-125.170547,69.800216999999975],[-125.165009,69.795502000000113],[-125.15055799999999,69.793564000000003],[-125.05666399999996,69.795242000000087],[-125.03222700000003,69.817200000000071],[-125.00945300000001,69.845520000000079],[-124.94748700000002,69.910537999999974],[-124.94027699999987,69.916930999999977],[-124.89334100000002,69.940262000000018],[-124.76444999999995,69.970824999999991],[-124.79527299999995,70.008880999999974],[-124.82695000000001,70.012496999999996],[-124.88694799999996,70.011932000000002],[-124.99027999999998,70.00610400000005],[-125.025284,69.998000999999988],[-125.04695100000004,69.989990000000091],[-125.08640299999996,69.968535999999915],[-125.10722399999997,69.953522000000078],[-125.10759699999994,69.947975000000099],[-125.11138899999997,69.941940000000102],[-125.12389400000001,69.939956999999993],[-125.19082600000002,69.932433999999944],[-125.20667299999991,69.933228000000099],[-125.21721599999995,69.936905000000081],[-125.21777299999997,69.942337000000066],[-125.20221699999991,69.998581000000058],[-125.19748700000002,70.004501000000118],[-125.18831599999999,70.009033000000102],[-125.016953,70.076218000000097],[-125,70.079987000000017],[-124.98972300000003,70.078598],[-124.98166700000002,70.074432000000115],[-124.97556299999991,70.064697000000024],[-124.97528099999994,70.059418000000051],[-124.98194899999999,70.047760000000039],[-124.98665599999998,70.041655999999989],[-124.99610899999999,70.036925999999994],[-124.99768799999998,70.036925999999994],[-125,70.036925999999994],[-125.03999299999992,70.029068000000109],[-125.04804999999999,70.023041000000092],[-125.04527300000001,70.017990000000111],[-125.03443900000002,70.013931000000014],[-125.01999699999993,70.011993000000075],[-124.90139799999997,70.021378000000141],[-124.86332699999997,70.027206000000092],[-124.85527000000002,70.03054800000001],[-124.86972000000003,70.032760999999994],[-124.93916299999995,70.02748100000008],[-124.95500199999998,70.028320000000065],[-124.95694699999996,70.032211000000132],[-124.93916299999995,70.042480000000126],[-124.92859599999997,70.046097000000088],[-124.81416300000001,70.061645999999996],[-124.71444700000001,70.069153000000142],[-124.67527799999993,70.071930000000066],[-124.64527900000002,70.071930000000066],[-124.63474300000001,70.068329000000006],[-124.63417099999992,70.057754999999929],[-124.60333300000002,70.019714000000135],[-124.59777799999995,70.01527400000009],[-124.58473199999992,70.011932000000002],[-124.56861899999996,70.011108000000036],[-124.55583199999995,70.013046000000145],[-124.45754999999997,70.035706000000118],[-124.45172100000002,70.038376000000028],[-124.44672400000002,70.0417020000001],[-124.423607,70.056366000000139],[-124.44138299999997,70.076096000000121],[-124.449432,70.08027600000014],[-124.506958,70.100266000000147],[-124.51999699999999,70.103867000000037],[-124.54888899999997,70.109984999999938],[-124.58556399999992,70.115265000000022],[-124.59944199999995,70.114151000000049],[-124.62053700000001,70.106644000000074],[-124.63221699999997,70.103867000000037],[-124.68138099999999,70.094436999999971],[-124.71972699999998,70.088593000000117],[-124.735817,70.089432000000102],[-124.73889200000002,70.094436999999971],[-124.75195299999996,70.116378999999995],[-124.75250199999999,70.121643000000006],[-124.74388099999999,70.127197000000137],[-124.734444,70.131927000000019],[-124.70472699999993,70.14498900000001],[-124.69415299999997,70.148605000000089],[-124.68028299999997,70.149719000000061],[-124.43611099999998,70.15109300000006],[-124.39138800000001,70.134155000000135],[-124.35861199999988,70.068603999999993],[-124.36945299999996,70.034987999999998],[-124.37193300000001,70.029434000000037],[-124.38394199999993,70.017761000000007],[-124.41776999999996,69.98942599999998],[-124.42610199999996,69.983871000000079],[-124.45944199999991,69.956375000000037],[-124.42971799999992,69.849425999999937],[-124.44249000000002,69.832763999999997],[-124.45722999999998,69.819716999999969],[-124.47972099999998,69.803589000000102],[-124.50167799999991,69.784424000000115],[-124.50361599999997,69.730820000000108],[-124.5005569999999,69.725815000000068],[-124.49526999999995,69.72137500000008],[-124.487503,69.717209000000139],[-124.45916699999998,69.710815000000082],[-124.36138900000003,69.701096000000121],[-124.29499800000002,69.695251000000042],[-124.28111299999995,69.696091000000081],[-124.26862299999993,69.69802900000002],[-124.2433319999999,69.714705999999978],[-124.23388699999998,69.719147000000078],[-124.21305799999993,69.726654000000053],[-124.20140099999998,69.72943099999992],[-124.1875,69.73054500000012],[-124.06973299999987,69.723602000000085],[-124.04083300000002,69.701385000000016],[-124.05526700000001,69.670532000000037],[-124.21193699999998,69.586380000000077],[-124.24054699999994,69.550262000000032],[-124.24999999999994,69.54553199999998],[-124.28028899999998,69.533600000000035],[-124.33444199999997,69.516936999999984],[-124.37777699999992,69.496933000000013],[-124.39527899999996,69.486923000000104],[-124.51888999999994,69.404159999999933],[-124.51390099999998,69.399428999999998],[-124.48000300000001,69.378036000000066],[-124.47222899999991,69.37414600000011],[-124.44666299999994,69.367203000000131],[-124.32584399999996,69.351929000000041],[-124.26363399999997,69.348602000000085],[-124.21888699999994,69.347762999999929],[-124.16194200000001,69.349152000000117],[-124.12026999999995,69.351379000000009],[-124.09528399999999,69.354980000000069],[-124.01640299999997,69.379150000000095],[-123.962219,69.383040999999935],[-123.83138999999994,69.38888500000013],[-123.81696299999999,69.38888500000013],[-123.73055999999997,69.377472000000125],[-123.702789,69.371094000000028],[-123.69776899999988,69.366378999999995],[-123.69748699999997,69.361099000000081],[-123.69248999999996,69.356644000000074],[-123.67999299999991,69.353317000000118],[-123.66639700000002,69.354156000000103],[-123.502792,69.377197000000137],[-123.47778299999993,69.381088000000034],[-123.46611000000001,69.383881000000031],[-123.41915899999998,69.404434000000037],[-123.40750100000002,69.416092000000106],[-123.43276999999995,69.423035000000084],[-123.44027699999998,69.427200000000084],[-123.45084399999996,69.446930000000066],[-123.45084399999996,69.452209000000039],[-123.44833399999993,69.457763999999941],[-123.44332900000001,69.463882000000069],[-123.43611099999998,69.470261000000107],[-123.42859599999991,69.476379000000065],[-123.39998599999996,69.490265000000079],[-123.36527999999998,69.49832200000003],[-123.33999599999999,69.502213000000097],[-123.30110200000001,69.506653000000085],[-123.27306399999998,69.507767000000115],[-123.26139799999999,69.504990000000021],[-123.26287799999994,69.500267000000008],[-123.25723299999999,69.496094000000085],[-123.19275699999997,69.490814],[-123.17999299999991,69.492477000000122],[-123.16861,69.4952550000001],[-123.16332999999992,69.501389000000131],[-123.13166799999999,69.559708000000001],[-123.12666300000001,69.571105999999986],[-123.09638999999999,69.670532000000037],[-123.09612299999998,69.686371000000008],[-123.10637700000001,69.743042000000116],[-123.10888699999998,69.747756999999922],[-123.11665299999993,69.75221300000004],[-123.10527000000002,69.77915999999999],[-123.01583900000003,69.818329000000062],[-122.97083999999995,69.830826000000002],[-122.95916699999992,69.833603000000096],[-122.94332900000001,69.832763999999997],[-122.90499899999998,69.822220000000129],[-122.876938,69.810257000000092],[-122.85388199999994,69.803040000000124],[-122.82584400000002,69.796371000000079],[-122.80803699999996,69.793593999999985],[-122.79332699999992,69.793593999999985],[-122.779449,69.794707999999957],[-122.76666299999999,69.796371000000079],[-122.754997,69.799149000000057],[-122.74610899999999,69.80442800000003],[-122.66443599999997,69.818054000000018],[-122.61554699999999,69.812195000000031],[-122.58833300000003,69.807479999999998],[-122.47778299999999,69.802765000000136],[-122.45805399999995,69.802475000000129],[-122.24333200000001,69.802200000000084],[-122.12777699999992,69.802475000000129],[-122.06220999999999,69.813309000000004],[-122.04415899999998,69.813599000000011],[-121.89639299999999,69.805542000000059],[-121.71916199999993,69.79582199999993],[-121.68388400000003,69.793593999999985],[-121.44304699999998,69.765549000000021],[-121.41639700000002,69.760818000000086],[-121.38054699999992,69.75221300000004],[-121.33332799999994,69.740814000000114],[-121.28611799999999,69.729156000000103],[-121.18305999999995,69.702484000000027],[-121.12027,69.6827550000001],[-121.08667000000003,69.673598999999967],[-121.03555299999999,69.663315000000125],[-121.00890400000003,69.658325000000104],[-120.93415800000002,69.648604999999975],[-120.88110399999994,69.638885000000073],[-120.82556199999999,69.62359600000002],[-120.79638699999992,69.613036999999963],[-120.760559,69.598328000000095],[-120.73999000000003,69.585266000000104],[-120.73528299999992,69.580276000000026],[-120.72860700000001,69.575821000000019],[-120.70111099999997,69.558594000000028],[-120.67859599999991,69.546097000000032],[-120.61609599999997,69.520264000000054],[-120.39334100000002,69.439697000000081],[-120.27528399999994,69.404159999999933],[-120.23166700000002,69.391662999999937],[-119.98222399999986,69.344711000000018],[-119.93499800000001,69.339705999999978],[-119.91776999999996,69.338318000000072],[-119.63527699999997,69.315810999999997],[-119.46140300000002,69.303314],[-119.33500700000002,69.301926000000094],[-119.31582599999996,69.301086000000055],[-119.23000300000001,69.294434000000138],[-118.94082600000002,69.259430000000066],[-118.85555999999997,69.252487000000087],[-118.84056099999992,69.250548999999978],[-118.79998799999993,69.243317000000047],[-118.69360399999999,69.223602000000028],[-118.65527299999997,69.215820000000065],[-118.64472999999998,69.212494000000049],[-118.63639799999993,69.20887799999997],[-118.58168000000001,69.180267000000072],[-118.55248999999998,69.163605000000075],[-118.53999299999998,69.154984000000127],[-118.502228,69.134720000000016],[-118.48554999999999,69.12692300000009],[-118.45777900000002,69.117477000000122],[-118.432503,69.112198000000092],[-118.18611099999998,69.063873000000115],[-118.08167999999995,69.031371999999976],[-118.03555299999999,69.019714000000135],[-118.010559,69.014434999999992],[-117.87053700000001,68.985535000000141],[-117.83693700000003,68.982483000000002],[-117.74221799999998,68.978043000000014],[-117.63390400000003,68.973602000000085],[-117.59612300000003,68.971649000000127],[-117.5625,68.968597000000045],[-117.41583299999996,68.953598],[-117.26917300000002,68.915268000000026],[-117.19110099999995,68.893874999999923],[-117.15387699999997,68.885544000000039],[-117.13667299999997,68.885544000000039],[-116.978882,68.899993999999992],[-116.96639999999996,68.902206000000035],[-116.96056399999992,68.907211000000075],[-116.93907899999994,68.911003000000107],[-116.88667299999992,68.90887500000008],[-116.74445299999996,68.880538999999999],[-116.515289,68.858032000000094],[-116.50029000000001,68.857208000000128],[-116.43611099999998,68.858597000000088],[-116.42054699999994,68.859146000000067],[-116.41111799999999,68.862761999999918],[-116.40666199999998,68.868590999999924],[-116.40943899999996,68.879974000000118],[-116.39862099999999,68.882751000000042],[-116.38137799999998,68.882477000000108],[-116.36472300000003,68.880813999999987],[-116.34028599999994,68.875259000000085],[-116.28555299999999,68.859711000000118],[-116.22721899999993,68.839157000000114],[-116.22138999999999,68.834427000000119],[-116.21362299999998,68.830551000000014],[-116.12304699999993,68.818329000000062],[-116.10637700000001,68.816666000000112],[-115.99388099999999,68.806641000000013],[-115.96000699999996,68.804703000000075],[-115.94915800000001,68.807479999999998],[-115.94138299999997,68.811920000000043],[-115.94471699999997,68.816940000000045],[-115.95249899999993,68.820831000000112],[-116.12193299999996,68.872481999999991],[-116.31639099999995,68.94747899999993],[-116.32417299999992,68.951660000000004],[-116.33000199999992,68.956100000000049],[-116.325287,68.961929000000055],[-116.31610099999995,68.965546000000018],[-116.30526699999996,68.968597000000045],[-116.26139799999987,68.979980000000069],[-116.239441,68.985535000000141],[-116.20500199999987,68.984985000000108],[-116.19027699999998,68.982758000000047],[-116.068893,68.960541000000148],[-116.00750700000003,68.946365000000128],[-115.96833799999996,68.938582999999994],[-115.88417099999998,68.924698000000092],[-115.86749299999991,68.922759999999982],[-115.77806099999987,68.936371000000122],[-115.76695299999994,68.939148000000046],[-115.77500900000001,68.943039000000113],[-115.80943299999996,68.952208999999982],[-115.83332799999999,68.992477000000008],[-115.59306300000003,68.971649000000127],[-115.44638099999992,68.937759000000028],[-115.06471299999993,68.867476999999951],[-115.05055199999993,68.868866000000139],[-115.03500400000001,68.869140999999956],[-115.01640299999997,68.868042000000003],[-114.98999000000003,68.862761999999918],[-114.97805800000003,68.859146000000067],[-114.82167099999998,68.809707999999944],[-114.79194599999994,68.799423000000047],[-114.77916699999992,68.77915999999999],[-114.77055399999995,68.769440000000088],[-114.74916100000002,68.751389000000074],[-114.729446,68.744431000000134],[-114.71528599999999,68.742203000000131],[-114.69666299999994,68.740814],[-114.66555799999998,68.741653000000099],[-114.57833899999997,68.728043000000071],[-114.54250300000001,68.719436999999971],[-114.44833399999999,68.689697000000024],[-114.44055200000003,68.685805999999957],[-114.46028100000001,68.670532000000094],[-114.46528599999999,68.664428999999927],[-114.46221899999995,68.659424000000058],[-114.45667300000002,68.654709000000025],[-114.40471600000001,68.614990000000148],[-114.39499699999993,68.611374000000069],[-114.30444299999988,68.586929000000055],[-114.23361199999994,68.569443000000092],[-114.12165799999997,68.517487000000017],[-114.10665899999992,68.509430000000066],[-114.08889799999997,68.496368000000018],[-114.07055699999995,68.477478000000076],[-114.064438,68.467209000000025],[-114.06054699999993,68.456650000000025],[-114.01112399999994,68.250275000000045],[-114.01390100000003,68.244979999999998],[-114.02333099999998,68.24136400000009],[-114.03582799999998,68.23942599999998],[-114.28806299999997,68.228866999999923],[-114.32000700000003,68.229156000000046],[-114.33805799999993,68.230545000000063],[-114.35166900000002,68.233597000000145],[-114.37053700000001,68.240540000000124],[-114.37805199999997,68.24443100000002],[-114.38305700000001,68.248871000000065],[-114.390556,68.253052000000139],[-114.41166699999997,68.259430000000066],[-114.42555199999998,68.261932000000002],[-114.44167299999987,68.263610999999969],[-114.47361799999987,68.26388500000013],[-114.70249899999999,68.250275000000045],[-114.75527999999997,68.189697000000137],[-114.76471699999996,68.186096000000077],[-114.861107,68.153594999999996],[-114.87193300000001,68.151093000000117],[-114.89639299999999,68.146942000000024],[-114.92971799999992,68.14776599999999],[-114.97749299999992,68.153319999999951],[-115.00750700000003,68.157211000000018],[-115.076683,68.168869000000086],[-115.17054699999994,68.180542000000116],[-115.22501399999993,68.184142999999949],[-115.23721299999988,68.18220500000001],[-115.24194299999999,68.176376000000005],[-115.24388099999993,68.041367000000093],[-115.24054699999994,68.036377000000073],[-115.23528299999998,68.03166200000004],[-115.220551,68.023880000000077],[-115.204453,68.021927000000119],[-115.17138699999998,68.021102999999982],[-115.15638699999994,68.021652000000131],[-115.12526699999995,68.020263999999997],[-115.11389200000002,68.017487000000131],[-115.11054999999999,68.012207000000046],[-115.11665299999999,68.007217000000026],[-115.12581599999999,68.003601000000117],[-115.20472699999993,67.978043000000014],[-115.216949,67.976089000000002],[-115.34221599999995,67.958037999999988],[-115.50334199999986,67.934418000000051],[-115.52749599999999,67.930267000000129],[-115.53639199999998,67.926651000000049],[-115.5425029999999,67.92164600000001],[-115.53694200000001,67.905257999999947],[-115.53388999999993,67.899993999999992],[-115.52834299999995,67.895538000000045],[-115.521118,67.891663000000108],[-115.50723299999993,67.889435000000105],[-115.281387,67.866379000000109],[-115.27610800000002,67.861649000000057],[-115.20028699999995,67.821930000000123],[-115.19082599999996,67.818329000000062],[-115.11361699999998,67.798599000000081],[-115.1036069999999,67.796646000000123],[-115.02887699999985,67.786652000000117],[-115.01251200000002,67.78637700000013],[-114.99916099999996,67.787491000000102],[-114.93611099999998,67.79553199999998],[-114.88667299999997,67.802764999999965],[-114.84916699999991,67.807755000000043],[-114.80999800000001,67.812195000000031],[-114.78307299999989,67.814423000000033],[-114.75334199999992,67.814986999999974],[-114.73693799999995,67.814697000000137],[-114.718887,67.813309000000061],[-114.70749699999999,67.810531999999967],[-114.6866609999999,67.804153000000099],[-114.67722299999997,67.800812000000064],[-114.65527299999997,67.788879000000009],[-114.64499699999999,67.779709000000139],[-114.637787,67.775543000000027],[-114.29778299999992,67.718597000000102],[-114.28362300000003,67.717484000000013],[-114.27139299999999,67.719436999999971],[-114.25029000000001,67.724700999999982],[-114.24109599999991,67.728317000000004],[-114.22000099999997,67.733871000000022],[-114.19583099999994,67.737762000000089],[-114.1808319999999,67.738037000000077],[-114.14835399999993,67.736923000000104],[-114.11472300000003,67.733871000000022],[-113.99694799999992,67.723038000000031],[-113.98332199999999,67.720535000000041],[-113.94943199999994,67.711655000000007],[-113.89250199999992,67.696930000000066],[-113.84584000000001,67.691359999999975],[-113.76862299999999,67.691086000000041],[-113.70889299999999,67.691925000000026],[-113.55082699999997,67.698029000000076],[-113.25583599999999,67.704436999999984],[-113.24082899999996,67.704436999999984],[-113.20694700000001,67.702484000000084],[-113.17804699999988,67.698029000000076],[-113.15556300000003,67.692200000000014],[-113.11916399999996,67.678040000000124],[-113.10777300000001,67.674988000000042],[-113.06777999999997,67.667480000000012],[-113.04998799999993,67.666092000000106],[-112.965012,67.669708000000128],[-112.73972300000003,67.669434000000024],[-112.3958439999999,67.679153000000042],[-112.370003,67.68193100000002],[-112.348343,67.687194999999974],[-112.34056099999998,67.691359999999975],[-112.33361799999989,67.696365000000014],[-112.18331899999993,67.727768000000083],[-111.912781,67.754166000000055],[-111.88305700000001,67.754439999999988],[-111.79972799999996,67.75082400000008],[-111.66000399999996,67.733322000000044],[-111.57277699999992,67.744431000000134],[-111.45861799999989,67.763046000000088],[-111.37082699999991,67.781097000000045],[-111.32250999999991,67.806931000000077],[-111.31276699999995,67.810531999999967],[-111.29083299999996,67.815536000000066],[-111.200287,67.834152000000131],[-111.17582699999991,67.837494000000049],[-111.15943900000002,67.836655000000064],[-111.14835399999998,67.833602999999982],[-111.14388999999994,67.82887299999993],[-111.146118,67.822769000000108],[-111.12082700000002,67.780823000000112],[-111.03443899999996,67.764160000000061],[-111.01834100000002,67.763321000000076],[-111.00583599999999,67.764998999999989],[-110.84056099999998,67.800262000000032],[-110.83222999999998,67.804428000000087],[-110.80972300000002,67.818604000000107],[-110.78859699999998,67.833602999999982],[-110.78278399999994,67.839431999999988],[-110.75890400000003,67.852767999999969],[-110.74221799999992,67.861099000000024],[-110.73249800000002,67.86442599999998],[-110.41443600000002,67.947754000000145],[-110.33999599999999,67.965546000000018],[-110.1991579999999,67.972214000000008],[-110.17999299999991,67.994431000000077],[-110.1725009999999,67.999420000000043],[-110.162781,68.00277699999998],[-110.15167200000002,68.005264000000068],[-110.13054699999998,68.008040999999992],[-110.11694299999994,68.008881000000031],[-110.08389299999999,68.006943000000092],[-110.07084699999996,68.004165999999998],[-110.04888900000003,67.997756999999922],[-110.00110599999999,67.979705999999965],[-109.979446,67.967483999999956],[-109.97083999999995,67.958037999999988],[-109.96888699999994,67.953049000000021],[-109.96749899999992,67.941360000000145],[-109.97028399999999,67.929703000000018],[-109.97749299999987,67.911377000000016],[-109.99166899999994,67.891373000000044],[-110.00110599999999,67.872482000000048],[-110.00361599999991,67.866379000000109],[-110.00361599999991,67.860535000000084],[-109.99749799999995,67.850815000000011],[-109.98889200000002,67.841370000000097],[-109.98249800000002,67.837204000000042],[-109.97389199999998,67.833602999999982],[-109.96305799999993,67.830276000000026],[-109.948036,67.830276000000026],[-109.93554699999999,67.831940000000031],[-109.92582699999997,67.835266000000104],[-109.91722099999998,67.839157],[-109.91251399999999,67.845824999999934],[-109.912216,67.85165399999994],[-109.91639700000002,67.856093999999985],[-109.94888300000002,67.877197000000081],[-109.95305599999995,67.881927000000076],[-109.94193999999993,67.884430000000066],[-109.89028899999994,67.879974000000004],[-109.86193799999995,67.874985000000038],[-109.823059,67.866089000000102],[-109.81416299999995,67.862198000000035],[-109.80777,67.858032000000094],[-109.76722699999993,67.827773999999977],[-109.73082699999998,67.791931000000091],[-109.72917200000001,67.767761000000121],[-109.73581699999994,67.74275200000011],[-109.74553700000001,67.739426000000094],[-109.75167799999991,67.733597000000088],[-109.74973299999994,67.728592000000049],[-109.7369379999999,67.720261000000107],[-109.72609699999998,67.716933999999981],[-109.55222300000003,67.687759000000142],[-109.53472899999991,67.685806000000014],[-109.52250700000002,67.687484999999981],[-109.51139799999999,67.689697000000081],[-109.50279199999994,67.693862999999965],[-109.48805199999993,67.703873000000044],[-109.37026999999995,67.729155999999989],[-109.25361599999997,67.731934000000138],[-109.21028100000001,67.732208000000071],[-109.15915699999999,67.727478000000019],[-109.06582600000002,67.714157000000114],[-109.05972300000002,67.709991000000002],[-109.01471699999996,67.676651000000106],[-109.00279199999994,67.662491000000045],[-108.91915899999992,67.535812000000135],[-108.921944,67.529709000000025],[-108.95388800000001,67.511932000000115],[-108.96362299999998,67.5086060000001],[-108.99665800000002,67.501389000000017],[-109.00119000000001,67.5],[-109.00666799999993,67.498322000000087],[-109.01528899999994,67.494141000000013],[-109.02139299999999,67.488311999999951],[-109.02528399999994,67.483322000000101],[-109.01806599999998,67.462494000000049],[-109.002228,67.443587999999977],[-108.98554999999993,67.436096000000077],[-108.84999099999993,67.388596000000064],[-108.83112299999993,67.353591999999992],[-108.82501200000002,67.349426000000108],[-108.81276700000001,67.348876999999959],[-108.80416899999994,67.352768000000026],[-108.79666099999986,67.357758000000103],[-108.79055799999998,67.363602000000128],[-108.76611299999996,67.396378000000027],[-108.75834700000001,67.409149000000127],[-108.75583599999999,67.415267999999969],[-108.74445299999996,67.445525999999973],[-108.74109599999997,67.457214000000135],[-108.73638900000003,67.481093999999985],[-108.735817,67.486649000000057],[-108.734734,67.547759999999982],[-108.735817,67.558594000000028],[-108.73777799999993,67.563873000000058],[-108.73889200000002,67.574707000000103],[-108.73916599999995,67.596938999999963],[-108.73638900000003,67.603043000000014],[-108.73000299999995,67.608597000000032],[-108.71472199999999,67.61914100000007],[-108.70612299999988,67.623306000000071],[-108.69611399999997,67.626373000000001],[-108.67027299999995,67.628586000000098],[-108.65527299999991,67.62831100000011],[-108.62053700000001,67.624695000000031],[-108.6100009999999,67.621093999999971],[-108.58500700000002,67.609985000000108],[-108.57888799999989,67.605545000000063],[-108.516953,67.497482000000048],[-108.51139799999999,67.487487999999985],[-108.510559,67.47665400000011],[-108.51334399999996,67.470535000000098],[-108.52333099999993,67.45748900000001],[-108.52390300000002,67.451659999999947],[-108.52278100000001,67.44081100000011],[-108.49804699999993,67.363037000000077],[-108.49027999999998,67.353591999999992],[-108.48416099999997,67.349426000000108],[-108.47138999999993,67.346649000000014],[-108.458054,67.347214000000065],[-108.43720999999994,67.352768000000026],[-108.42971799999998,67.357483000000059],[-108.42471299999994,67.364151000000049],[-108.421944,67.3702550000001],[-108.42944299999999,67.379700000000128],[-108.43554699999999,67.383881000000031],[-108.439438,67.388596000000064],[-108.44275699999997,67.399155000000121],[-108.43998699999992,67.427475000000129],[-108.43472300000002,67.431656000000032],[-108.39388999999994,67.443587999999977],[-108.38166799999999,67.445251000000098],[-108.36694299999994,67.444976999999994],[-108.34361299999989,67.438582999999937],[-108.33556399999998,67.434982000000105],[-108.32112100000001,67.426926000000037],[-108.30750299999988,67.413040000000024],[-108.301941,67.403320000000122],[-108.30027799999999,67.398041000000148],[-108.29666099999997,67.393326000000116],[-108.28832999999997,67.389435000000049],[-108.13417099999992,67.329163000000051],[-108.06360599999988,67.305251999999996],[-108.02583300000003,67.296371000000022],[-108.015289,67.293045000000006],[-107.98554999999999,67.271927000000119],[-107.94471699999997,67.236374000000069],[-107.94082600000002,67.231659000000036],[-107.875,67.140823000000012],[-107.87526700000001,67.052765000000136],[-107.88054699999998,67.04832499999992],[-107.89362299999999,67.047760000000096],[-107.90499899999998,67.049713000000054],[-107.95028699999995,67.062195000000031],[-108.00834699999996,67.077484000000084],[-108.02084399999995,67.080551000000014],[-108.03666699999991,67.081664999999987],[-108.14862099999993,67.076660000000118],[-108.15722700000003,67.072769000000051],[-108.18916300000001,67.054977000000008],[-108.19304699999986,67.049713000000054],[-108.192207,67.038878999999952],[-108.19082600000002,67.033599999999979],[-108.19138299999992,67.028046000000018],[-108.19526699999994,67.022766000000104],[-108.20388799999995,67.018875000000037],[-108.21611000000001,67.017211999999915],[-108.23277300000001,67.019150000000081],[-108.24527,67.022217000000012],[-108.45028699999995,67.083328000000108],[-108.46056399999992,67.086928999999998],[-108.495003,67.102203000000088],[-108.51722699999999,67.113876000000062],[-108.541382,67.130813999999987],[-108.55555700000002,67.138885000000073],[-108.58029199999999,67.15026899999998],[-108.59056099999998,67.153594999999996],[-108.6063769999999,67.154708999999968],[-108.61971999999997,67.15387000000004],[-108.622772,67.149993999999936],[-108.53028899999993,67.042480000000012],[-108.52416999999997,67.038315000000011],[-108.51611300000002,67.034423999999944],[-108.50140399999998,67.032211000000018],[-108.491669,67.0352630000001],[-108.48554999999988,67.041092000000106],[-108.48500100000001,67.046646000000123],[-108.48665599999998,67.05192599999998],[-108.49054699999988,67.056641000000013],[-108.48944099999994,67.067764000000011],[-108.48194899999999,67.072769000000051],[-108.468887,67.073318000000029],[-108.45612299999999,67.070541000000105],[-108.44193999999999,67.062485000000038],[-108.39222699999993,67.028869999999984],[-108.35637700000001,67.003326000000129],[-108.34665699999994,66.994431000000077],[-108.33056599999998,66.986923000000104],[-108.31806899999998,66.983871000000136],[-108.28971899999993,66.979980000000069],[-108.25862099999995,66.977768000000026],[-108.22860700000001,66.976654000000053],[-108.19695300000001,66.972214000000008],[-108.16639700000002,66.962204000000099],[-108.14998600000001,66.954436999999984],[-108.11472299999997,66.928864000000033],[-107.98528299999998,66.828598000000113],[-107.94138299999997,66.788315000000068],[-107.93831599999999,66.778046000000074],[-107.93971299999993,66.766663000000051],[-107.94193999999999,66.749709999999936],[-107.94471699999997,66.743591000000094],[-107.94803599999995,66.731933999999967],[-107.949432,66.720535000000098],[-107.94583099999994,66.715820000000065],[-107.89444699999996,66.671646000000123],[-107.88276699999989,66.663315000000011],[-107.87082699999996,66.662491000000045],[-107.86444099999989,66.668320000000051],[-107.86389200000002,66.673874000000069],[-107.86776700000001,66.71138000000002],[-107.88474299999996,66.750823999999909],[-107.88834400000002,66.755554000000132],[-107.88194299999992,66.759155000000021],[-107.86776700000001,66.758881000000088],[-107.85333299999996,66.756378000000097],[-107.829453,66.744980000000112],[-107.81777999999997,66.736374000000012],[-107.76500699999997,66.686919999999986],[-107.72416699999991,66.629700000000128],[-107.64750699999996,66.574707000000103],[-107.62805199999997,66.562194999999974],[-107.60082999999997,66.546097000000088],[-107.56945799999994,66.53054800000001],[-107.55721999999997,66.527771000000087],[-107.43305999999995,66.453598000000113],[-107.2911069999999,66.36831699999999],[-107.26027699999986,66.353043000000071],[-107.24804699999993,66.349990999999989],[-107.23500100000001,66.348602000000142],[-107.22222899999997,66.349152000000004],[-107.21140299999996,66.351379000000065],[-107.203056,66.355254999999943],[-107.196663,66.360809000000131],[-107.195831,66.366379000000052],[-107.19722000000002,66.371643000000006],[-107.20056199999993,66.376373000000058],[-107.23554999999993,66.407486000000063],[-107.34221599999995,66.461655000000064],[-107.43888899999996,66.513046000000145],[-107.56220999999994,66.591369999999984],[-107.56582599999996,66.596100000000035],[-107.56861899999996,66.606644000000074],[-107.56777999999991,66.612198000000092],[-107.56916799999999,66.617477000000065],[-107.57055700000001,66.622482000000105],[-107.57417299999997,66.627471999999955],[-107.62416100000002,66.660812000000021],[-107.64943700000003,66.693862999999965],[-107.69387799999998,66.755829000000006],[-107.74665800000002,66.922760000000039],[-107.68861399999997,66.977097000000128],[-107.63806199999999,67.024429000000055],[-107.66665599999993,67.063034000000016],[-107.66805999999985,67.068329000000062],[-107.66166699999997,67.073883000000023],[-107.65083299999992,67.076096000000007],[-107.63612399999994,67.073883000000023],[-107.60777299999995,67.063309000000004],[-107.58361799999994,67.051650999999993],[-107.52390300000002,67.020264000000054],[-107.51666299999999,67.010543999999982],[-107.48388699999998,66.924149],[-107.48473399999995,66.918593999999928],[-107.49694799999997,66.917206000000022],[-107.57972699999988,66.916382000000056],[-107.59445199999999,66.918868999999972],[-107.60221899999988,66.922760000000039],[-107.608047,66.926926000000094],[-107.62332200000003,66.940262000000075],[-107.626938,66.944977000000108],[-107.632767,66.949417000000096],[-107.64083899999997,66.953049000000078],[-107.647064,66.942711000000031],[-107.65521999999999,66.943710000000067],[-107.66238399999997,66.942879000000062],[-107.66754900000001,66.940376000000072],[-107.67138699999998,66.937035000000037],[-107.67038700000001,66.933868000000018],[-107.63527699999997,66.892212000000029],[-107.57028199999991,66.837769000000094],[-107.564438,66.833602999999982],[-107.51306199999993,66.822220000000016],[-107.42832900000002,66.804703000000131],[-107.41610699999995,66.806091000000038],[-107.40888999999993,66.811096000000077],[-107.39111299999996,66.891373000000101],[-107.39584400000001,66.901382000000126],[-107.422234,66.939697000000024],[-107.42944299999999,66.949142000000109],[-107.43888899999996,66.958328000000051],[-107.44471699999997,66.962493999999936],[-107.44387799999993,66.968048000000124],[-107.435272,66.972214000000008],[-107.421944,66.972762999999986],[-107.40611299999995,66.97137500000008],[-107.37943999999993,66.966094999999996],[-107.35916099999992,66.959427000000005],[-107.23388699999992,66.902206000000092],[-107.21806299999997,66.894714000000135],[-107.21028099999995,66.890823000000069],[-107.1875,66.87359600000002],[-107.15750099999991,66.846939000000134],[-107.15055799999999,66.837494000000049],[-107.14916999999991,66.832214000000022],[-107.137787,66.823608000000092],[-107.12554899999992,66.820540999999992],[-107.09472700000003,66.818329000000119],[-107.08361799999994,66.820540999999992],[-107.15527299999997,66.899719000000005],[-107.20388800000001,66.944702000000063],[-107.22666900000002,66.961655000000007],[-107.24027999999998,66.969986000000063],[-107.29750100000001,67.001938000000052],[-107.3052669999999,67.005829000000119],[-107.31139399999995,67.127197000000024],[-107.38806199999993,67.144440000000145],[-107.43083200000001,67.158325000000048],[-107.44915800000001,67.165543000000071],[-107.47332799999992,67.176926000000037],[-107.48137700000001,67.180816999999934],[-107.50306699999993,67.192749000000106],[-107.53250100000002,67.214157],[-107.64862099999993,67.359984999999995],[-107.57694999999995,67.475540000000137],[-107.57389799999993,67.481658999999979],[-107.57528699999995,67.48692299999999],[-107.57888800000001,67.491652999999985],[-107.58277899999996,67.496368000000018],[-107.58860799999991,67.500823999999966],[-107.71833800000002,67.573318000000086],[-107.74054699999994,67.585265999999933],[-107.77362099999999,67.600540000000024],[-107.81331599999999,67.614426000000037],[-107.84472700000003,67.624420000000043],[-107.89055599999989,67.642487000000074],[-107.96916199999998,67.676651000000106],[-107.98972300000003,67.688873000000115],[-107.99944299999999,67.698029000000076],[-108.006958,67.707489000000123],[-108.01334399999996,67.728317000000004],[-108.01445000000001,67.73414600000001],[-108.015289,67.744980000000055],[-108.01390099999998,67.756103999999993],[-108.00805699999995,67.768326000000116],[-107.99249299999997,67.788040000000024],[-107.94833399999993,67.841095000000109],[-107.94193999999999,67.846939000000134],[-107.93415800000002,67.85165399999994],[-107.92278299999998,67.853867000000093],[-107.890289,67.85165399999994],[-107.87777699999992,67.853317000000061],[-107.85527000000002,67.85775799999999],[-107.75666799999993,67.880814000000044],[-107.71472199999994,67.892487000000074],[-107.70472699999993,67.895828000000108],[-107.674713,67.916092000000049],[-107.66166699999997,67.927475000000015],[-107.65110800000002,67.940535999999952],[-107.65499899999992,67.945250999999985],[-107.66555800000003,67.94859300000013],[-107.77050800000001,67.96526300000005],[-107.81133999999992,67.971596000000034],[-107.91027800000001,67.988585999999998],[-107.91639699999996,67.993042000000059],[-107.91999800000002,67.997756999999922],[-107.89055599999989,68.081664999999987],[-107.88527699999997,68.088318000000129],[-107.87888299999997,68.093872000000147],[-107.86332699999997,68.103592000000049],[-107.85166899999996,68.106094000000098],[-107.837784,68.104430999999977],[-107.72112300000003,68.082763999999941],[-107.69943199999994,68.075821000000133],[-107.69360399999994,68.071655000000078],[-107.69776899999994,68.066376000000105],[-107.70667300000002,68.062485000000038],[-107.72721899999993,68.056090999999981],[-107.73860200000001,68.05386400000009],[-107.77250700000002,68.05693100000002],[-107.78778099999994,68.057205000000124],[-107.80027799999999,68.055817000000047],[-107.80943299999996,68.051650999999936],[-107.83332799999988,68.013046000000031],[-107.83389299999999,68.007217000000026],[-107.82778899999988,68.003052000000025],[-107.8038479999999,68.004264999999975],[-107.78733799999998,67.997597000000042],[-107.77900699999998,67.996765000000096],[-107.763847,67.998428000000047],[-107.75699599999996,67.999771000000123],[-107.75426500000003,68.006812999999966],[-107.73306300000002,68.020827999999995],[-107.72501399999993,68.025818000000015],[-107.69027699999992,68.042480000000012],[-107.67999299999997,68.04582199999993],[-107.61028299999998,68.058593999999971],[-107.58583099999998,68.059982000000048],[-107.57084700000001,68.059708000000114],[-107.53806299999997,68.057479999999998],[-107.45028699999989,68.047211000000118],[-107.38890100000003,68.04525799999999],[-107.36221299999994,68.04693600000013],[-107.34944200000001,68.048599000000024],[-107.32640099999998,68.053040000000124],[-107.28778099999994,68.064987000000087],[-107.25140399999998,68.080826000000002],[-107.22638699999993,68.094436999999971],[-107.154449,68.12692300000009],[-107.141953,68.128310999999997],[-107.11028299999998,68.12692300000009],[-107.10665899999998,68.122208000000057],[-107.11888099999987,68.084717000000069],[-106.96556099999998,68.113312000000121],[-106.95278899999988,68.114700000000028],[-106.85611,68.116927999999973],[-106.84111000000001,68.116379000000052],[-106.80194099999994,68.197479000000101],[-106.80943300000001,68.207214000000022],[-106.80610699999994,68.213043000000027],[-106.80027799999993,68.217484000000127],[-106.79110700000001,68.221375000000023],[-106.62748699999997,68.246643000000063],[-106.61444099999994,68.24803200000008],[-106.5994419999999,68.247482000000048],[-106.58860800000002,68.244141000000013],[-106.468613,68.190536000000122],[-106.45777900000002,68.176376000000005],[-106.45417799999996,68.160812000000078],[-106.45056199999999,68.155823000000112],[-106.44471699999991,68.151657000000057],[-106.43195300000002,68.153046000000018],[-106.42138699999987,68.156097000000045],[-106.35056299999997,68.179153000000099],[-106.34472699999998,68.183318999999983],[-106.35056299999997,68.187759000000028],[-106.35888699999992,68.191650000000095],[-106.39277600000003,68.201660000000004],[-106.42083700000001,68.207214000000022],[-106.468887,68.214431999999988],[-106.48194899999993,68.217484000000127],[-106.48999000000003,68.221375000000023],[-106.49582699999996,68.225540000000024],[-106.49722300000002,68.230820000000051],[-106.46833799999996,68.329711999999972],[-106.46501199999994,68.335815000000139],[-106.45667299999991,68.340820000000008],[-106.44748700000002,68.344711000000075],[-106.42639200000002,68.350815000000068],[-106.25611900000001,68.387772000000098],[-106.24416400000001,68.38998400000014],[-106.21833800000002,68.392487000000131],[-106.203056,68.392211999999915],[-106.185272,68.38998400000014],[-106.17471299999994,68.386658000000125],[-106.16665599999999,68.382750999999985],[-106.15471599999989,68.373871000000122],[-105.79638699999998,68.422211000000118],[-105.79055799999998,68.418045000000063],[-105.78222699999998,68.413878999999952],[-105.76583900000003,68.41276600000009],[-105.75167799999991,68.413040000000024],[-105.73972300000003,68.415267999999969],[-105.73029300000002,68.419144000000017],[-105.72305299999999,68.424698000000035],[-105.70111099999991,68.469711000000132],[-105.69721999999996,68.486649],[-105.69833399999993,68.49192800000003],[-105.70278899999994,68.501938000000109],[-105.71444699999995,68.510544000000039],[-105.74305700000002,68.564697000000137],[-105.724716,68.574158000000125],[-105.64499699999999,68.633880999999974],[-105.65083300000003,68.638046000000145],[-105.66639699999996,68.638596000000007],[-105.90222199999999,68.635269000000051],[-105.92832899999996,68.632476999999994],[-106.02944899999994,68.619704999999954],[-106.041382,68.617477000000008],[-106.04972799999996,68.612761999999975],[-106.04750100000001,68.602203000000145],[-106.05332900000002,68.595824999999991],[-106.06416300000001,68.59275800000006],[-106.2077789999999,68.567764000000068],[-106.23638900000003,68.566665999999998],[-106.37027,68.545258000000103],[-106.51083399999999,68.518326000000002],[-106.54387700000001,68.511932000000115],[-106.62470999999999,68.46748400000007],[-106.63166799999999,68.461928999999998],[-106.62888299999992,68.45138500000013],[-106.62165799999997,68.441925000000026],[-106.61582899999996,68.437759000000142],[-106.59528399999994,68.425261999999975],[-106.58473200000003,68.421646000000123],[-106.57167099999992,68.418593999999985],[-106.55387899999994,68.416656000000046],[-106.52194199999997,68.414992999999924],[-106.50446299999999,68.41276600000009],[-106.493607,68.409424000000115],[-106.48777799999988,68.404984000000127],[-106.48055999999997,68.395537999999988],[-106.52722199999994,68.300812000000121],[-106.53415699999999,68.295257999999933],[-106.54332699999998,68.291367000000037],[-106.556107,68.289978000000076],[-106.57277699999986,68.291092000000049],[-106.58444199999991,68.293319999999994],[-106.59500099999997,68.296646000000067],[-106.60109699999998,68.301086000000055],[-106.6119379999999,68.315262000000075],[-106.6383439999999,68.343048000000124],[-106.64444700000001,68.347487999999942],[-106.77887699999997,68.408034999999984],[-106.78971899999999,68.411652000000117],[-106.80277999999993,68.414428999999984],[-107.01363400000002,68.369431000000077],[-107.02166699999998,68.364699999999971],[-107.02027899999996,68.359420999999998],[-107.01666299999999,68.354705999999965],[-107.01750199999998,68.349151999999947],[-107.03138699999994,68.33776899999998],[-107.13221699999991,68.283325000000104],[-107.24610899999999,68.261383000000023],[-107.25890400000003,68.259995000000117],[-107.26500699999997,68.264160000000118],[-107.274719,68.273314999999968],[-107.28611799999993,68.287490999999989],[-107.29611199999994,68.296646000000067],[-107.30194099999994,68.300812000000121],[-107.32721699999991,68.312484999999981],[-107.33805799999999,68.315810999999997],[-107.54666099999992,68.347487999999942],[-107.56082200000003,68.349151999999947],[-107.81331599999999,68.342484000000013],[-107.82611099999997,68.341094999999996],[-107.83640300000002,68.338043000000084],[-107.84973100000002,68.326385000000073],[-107.85500299999995,68.31999200000007],[-107.88527699999997,68.26887499999998],[-107.88362100000001,68.263610999999969],[-107.879707,68.258880999999974],[-107.85417199999995,68.247482000000048],[-107.83029199999993,68.241089000000102],[-107.74194299999999,68.216934000000094],[-107.61332700000003,68.178588999999988],[-107.60249299999998,68.175262000000032],[-107.59861799999999,68.17053199999998],[-107.60305800000003,68.165268000000026],[-107.61582900000002,68.163879000000009],[-107.63221699999997,68.164992999999981],[-107.68998699999997,68.174423000000047],[-107.78639199999992,68.183868000000132],[-107.80027799999999,68.183318999999983],[-107.82584399999996,68.180542000000116],[-107.87193300000001,68.171371000000136],[-108.03388999999999,68.168594000000041],[-108.16139199999986,68.172759999999982],[-108.18694299999999,68.169983000000059],[-108.19695300000001,68.166656000000103],[-108.22028399999999,68.152205999999978],[-108.24944299999993,68.141663000000051],[-108.30055199999993,68.125809000000118],[-108.33222999999998,68.117203000000018],[-108.37026999999989,68.112762000000089],[-108.38555899999994,68.113037000000077],[-108.40306099999998,68.114990000000034],[-108.41388699999993,68.11831699999999],[-108.42250099999995,68.122208000000057],[-108.43277,68.131088000000091],[-108.43611099999987,68.141373000000044],[-108.43306000000001,68.147490999999945],[-108.42804699999994,68.154160000000047],[-108.40888999999999,68.16137700000013],[-108.39750700000002,68.163605000000075],[-108.36694299999994,68.161102000000085],[-108.36277799999993,68.15637200000009],[-108.36582899999996,68.15026899999998],[-108.37361099999993,68.145264000000111],[-108.37998999999996,68.139708999999982],[-108.37832599999996,68.134430000000009],[-108.36527999999993,68.133606000000043],[-108.34612299999998,68.140823000000012],[-108.33860800000002,68.145828000000051],[-108.33332799999994,68.152205999999978],[-108.33056599999998,68.158600000000035],[-108.32695000000001,68.170258000000047],[-108.32444800000002,68.192749000000049],[-108.32945299999989,68.208327999999995],[-108.3958439999999,68.289978000000076],[-108.40222199999994,68.294144000000131],[-108.44360399999999,68.308029000000033],[-108.46000700000002,68.309143000000006],[-108.484444,68.305251999999939],[-108.504997,68.298874000000012],[-108.55999800000001,68.275542999999971],[-108.56500199999999,68.26887499999998],[-108.56806899999992,68.262772000000041],[-108.57444799999996,68.257216999999969],[-108.58444199999997,68.253876000000105],[-108.71556099999998,68.231369000000029],[-108.72944599999988,68.230820000000051],[-108.74610899999993,68.231934000000024],[-108.756958,68.235260000000096],[-108.765556,68.238876000000118],[-108.81527699999998,68.262206999999989],[-108.81916799999993,68.266663000000108],[-108.81416299999989,68.273314999999968],[-108.74889400000001,68.33776899999998],[-108.74109599999997,68.342758000000117],[-108.71417199999996,68.354705999999965],[-108.70417799999996,68.35803199999998],[-108.69387799999993,68.361098999999911],[-108.67083700000001,68.365813999999943],[-108.63999899999993,68.375534000000016],[-108.62082700000002,68.382750999999985],[-108.61193800000001,68.386658000000125],[-108.58112299999999,68.406372000000033],[-108.56667299999998,68.416931000000091],[-108.53443900000002,68.445526000000086],[-108.52916699999992,68.452209000000096],[-108.52278100000001,68.458038000000101],[-108.43167099999994,68.538315000000068],[-108.40416700000003,68.560256999999979],[-108.383331,68.576660000000004],[-108.36888099999999,68.587204000000042],[-108.34528399999994,68.601928999999984],[-108.31416300000001,68.611374000000069],[-108.27916700000003,68.618317000000047],[-108.25195299999996,68.620529000000147],[-108.1702729999999,68.626647999999989],[-107.93331899999998,68.64027399999992],[-107.80499299999997,68.645538000000101],[-107.63834399999996,68.665543000000127],[-107.43167099999994,68.690536000000009],[-107.23137700000001,68.71887200000009],[-107.10833700000001,68.748596000000134],[-106.96140300000002,68.783051000000057],[-106.93859899999995,68.788315000000011],[-106.82084700000001,68.811371000000065],[-106.79444899999993,68.813872999999944],[-106.765556,68.814986999999917],[-106.63500999999991,68.818329000000062],[-106.31555200000003,68.892761000000121],[-106.27250699999996,68.904709000000025],[-106.262787,68.90887500000008],[-106.25446299999993,68.913605000000132],[-106.24833699999988,68.919983000000059],[-106.24472000000003,68.926085999999998],[-106.24360699999994,68.931656000000089],[-106.23998999999998,68.937759000000028],[-106.22917200000001,68.940810999999997],[-106.21472199999999,68.941360000000088],[-106.20140100000003,68.940536000000122],[-106.14943699999998,68.933594000000028],[-106.08084099999996,68.918869000000086],[-105.81360599999988,68.881927000000076],[-105.79804999999999,68.879425000000026],[-105.77639799999997,68.872481999999991],[-105.71806300000003,68.844985999999949],[-105.48693800000001,68.729430999999977],[-105.475281,68.720535000000041],[-105.47165699999999,68.715820000000008],[-105.47833300000002,68.69859299999996],[-105.48194899999999,68.692474000000118],[-105.4891659999999,68.68691999999993],[-105.49889400000001,68.683044000000052],[-105.49944299999999,68.621368000000075],[-105.41443600000002,68.528594999999996],[-105.38082900000001,68.486649],[-105.40888999999999,68.492477000000122],[-105.42304999999999,68.49192800000003],[-105.43388400000003,68.489151000000106],[-105.44360399999994,68.485260000000039],[-105.52944899999994,68.450272000000041],[-105.53806299999991,68.445526000000086],[-105.54387700000001,68.439147999999989],[-105.54778299999998,68.433044000000109],[-105.54888900000003,68.427475000000129],[-105.54804999999999,68.422211000000118],[-105.54110699999995,68.41276600000009],[-105.53307299999994,68.408599999999979],[-105.51777600000003,68.406096999999988],[-105.41639700000002,68.406937000000084],[-105.39028899999988,68.409424000000115],[-105.34528399999999,68.384155000000135],[-105.34889199999992,68.378036000000122],[-105.350281,68.372482000000105],[-105.34472700000003,68.368042000000116],[-105.29499800000002,68.339157000000057],[-105.28694200000001,68.33526599999999],[-105.10082999999992,68.266098000000056],[-105.07305899999994,68.260269000000051],[-105.05555700000002,68.258041000000105],[-105.02639799999992,68.257767000000001],[-105.00894900000003,68.264938000000029],[-105.00661500000001,68.268599999999935],[-105.00578300000001,68.272094999999922],[-105.00666799999993,68.278595000000053],[-105.01695299999994,68.282211000000132],[-105.02610800000002,68.309418000000051],[-104.88474300000001,68.339705999999978],[-104.86416600000001,68.332489000000066],[-104.84805299999999,68.324707000000103],[-104.83917200000002,68.315536000000009],[-104.83583099999998,68.310806000000127],[-104.83416699999998,68.300262000000089],[-104.83944699999995,68.288589000000059],[-104.84584000000001,68.282211000000132],[-104.85305800000003,68.276657000000114],[-104.86277799999993,68.272766000000047],[-104.87332199999997,68.269714000000135],[-104.94554099999999,68.258041000000105],[-104.952789,68.252487000000087],[-104.95194999999995,68.247482000000048],[-104.94055200000003,68.238586000000112],[-104.924713,68.230545000000063],[-104.91443600000002,68.227203000000088],[-104.900284,68.22526600000009],[-104.88639799999999,68.225540000000024],[-104.87332199999997,68.226928999999984],[-104.79750100000001,68.24443100000002],[-104.73111,68.250275000000045],[-104.68776699999995,68.250275000000045],[-104.63999899999999,68.246933000000126],[-104.609734,68.24136400000009],[-104.59889199999998,68.232483000000002],[-104.59722899999997,68.222214000000122],[-104.61277799999999,68.198029000000133],[-104.61888099999993,68.191650000000095],[-104.6324919999999,68.179428000000087],[-104.65471600000001,68.162766000000147],[-104.66722099999993,68.149994000000106],[-104.67027299999995,68.138596000000121],[-104.59221599999989,68.083603000000096],[-104.50778200000002,68.035812000000021],[-104.5,68.031937000000028],[-104.48638900000003,68.029984000000127],[-104.45722999999992,68.029709000000082],[-104.36694299999994,68.034149000000127],[-104.21472199999994,68.024155000000064],[-104.199997,68.021378000000027],[-104.16665599999993,68.017487000000131],[-104.12470999999994,68.018326000000059],[-104.11193800000001,68.019440000000031],[-104.06471299999998,68.027480999999966],[-104.01139799999999,68.042206000000078],[-103.99944299999999,68.044144000000017],[-103.98554999999999,68.044434000000024],[-103.97084000000001,68.043869000000029],[-103.94082600000002,68.038315000000011],[-103.92832900000002,68.034988000000055],[-103.89806399999998,68.024155000000064],[-103.88362100000001,68.021378000000027],[-103.87082699999996,68.020263999999997],[-103.84306300000003,68.020827999999995],[-103.791382,68.025269000000094],[-103.76695299999994,68.028320000000065],[-103.55526700000001,68.057205000000124],[-103.54444899999987,68.059982000000048],[-103.53694200000001,68.065536000000066],[-103.53278399999999,68.071655000000078],[-103.53333299999991,68.076660000000118],[-103.53639199999998,68.081664999999987],[-103.54472399999997,68.090820000000008],[-103.55526700000001,68.099715999999944],[-103.55803699999996,68.104430999999977],[-103.55304699999999,68.109711000000061],[-103.52139299999999,68.130813999999987],[-103.50389099999995,68.140274000000034],[-103.49526999999995,68.144714000000079],[-103.46694899999994,68.156936999999914],[-103.45722999999998,68.160537999999974],[-103.42166099999997,68.166656000000103],[-103.40416700000003,68.164154000000053],[-103.38971700000002,68.16137700000013],[-103.38194299999992,68.157211000000018],[-103.36888099999999,68.148880000000133],[-103.34416199999993,68.121094000000085],[-103.34137699999991,68.116089000000045],[-103.34028599999988,68.105819999999994],[-103.341949,68.100265999999976],[-103.37249799999995,68.06860400000005],[-103.36916399999996,68.010818000000029],[-103.36609599999997,68.005829000000062],[-103.25418100000002,67.966385000000002],[-103.22084000000001,67.962204000000099],[-103.20612299999999,67.961380000000133],[-103.17832899999996,67.961929000000055],[-103.14943699999998,67.961380000000133],[-103.13694800000002,67.958037999999988],[-103.12943999999999,67.953872999999987],[-103.12416100000002,67.949707000000103],[-103.11277799999999,67.930267000000129],[-103.1052699999999,67.926086000000055],[-103.09306300000003,67.923035000000027],[-103.01471700000002,67.913605000000132],[-103.00083899999998,67.913879000000065],[-102.99082899999996,67.917480000000126],[-102.98222399999997,67.922211000000061],[-102.97250399999996,67.925812000000121],[-102.95944199999985,67.926926000000094],[-102.94972199999995,67.923309000000131],[-102.94444299999998,67.918868999999916],[-102.939438,67.914429000000098],[-102.92111199999999,67.896378000000141],[-102.82972699999993,67.831940000000031],[-102.80027799999993,67.820830999999998],[-102.68639400000001,67.804703000000131],[-102.67054699999994,67.80304000000001],[-102.53611799999999,67.795258000000047],[-102.50446299999999,67.791931000000091],[-102.47083999999995,67.786926000000051],[-102.446663,67.780273000000079],[-102.39306599999992,67.76249700000011],[-102.33972199999994,67.744705000000067],[-102.25110599999999,67.725266000000147],[-102.22444199999995,67.733871000000022],[-102.21556099999992,67.738312000000121],[-102.15139799999997,67.765549000000021],[-102.1416779999999,67.769150000000081],[-101.92610200000001,67.760268999999994],[-101.76471699999991,67.723312000000135],[-101.671944,67.691649999999981],[-101.54250300000001,67.67942800000003],[-101.51500699999997,67.67942800000003],[-101.446663,67.732483000000116],[-101.43388400000003,67.733322000000044],[-101.10582699999992,67.741928000000144],[-101.09889199999998,67.737762000000089],[-101.01278699999995,67.742477000000122],[-100.99973299999999,67.74331699999999],[-100.92749000000003,67.753325999999959],[-100.90387699999991,67.756942999999922],[-100.89277600000003,67.759720000000016],[-100.81139400000001,67.794708000000014],[-100.72028399999994,67.834427000000119],[-100.58167999999995,67.834152000000131],[-100.39555399999995,67.847488000000055],[-100.18415799999997,67.843048000000067],[-100.16832699999998,67.841095000000109],[-100.156387,67.837769000000037],[-100.14723200000003,67.828598000000113],[-100.135559,67.825272000000098],[-100.083618,67.814986999999974],[-99.820006999999919,67.795821999999987],[-99.618606999999997,67.789153999999996],[-99.607772999999952,67.791931000000091],[-99.589172000000019,67.800812000000064],[-99.577788999999996,67.803314000000114],[-99.500564999999938,67.799713000000054],[-99.412215999999887,67.788315000000068],[-99.403060999999923,67.784424000000001],[-99.398620999999991,67.779983999999956],[-99.396666999999979,67.774994000000106],[-99.387787000000003,67.765822999999955],[-99.378325999999959,67.761932000000058],[-99.236114999999984,67.713608000000136],[-99.21055599999994,67.706940000000145],[-98.986938000000009,67.718322999999998],[-98.813613999999973,67.741928000000144],[-98.528884999999889,67.777481000000023],[-98.385833999999988,67.785812000000078],[-98.363327000000027,67.790817000000118],[-98.354445999999996,67.796097000000032],[-98.358046999999942,67.805817000000104],[-98.442490000000021,67.861374000000069],[-98.449431999999945,67.865814000000057],[-98.463333000000034,67.868865999999969],[-98.475554999999986,67.867203000000075],[-98.486114999999927,67.863876000000118],[-98.49888599999997,67.863312000000008],[-98.514724999999942,67.865265000000136],[-98.540282999999988,67.872208000000114],[-98.65583799999996,67.916382000000056],[-98.665008999999998,67.920258000000103],[-98.696944999999914,67.936645999999996],[-98.719726999999921,67.948867999999948],[-98.724166999999852,67.953598],[-98.746947999999975,68.047760000000096],[-98.732772999999952,68.070267000000001],[-98.615554999999915,68.074706999999989],[-98.544998000000021,68.061371000000065],[-98.336945000000014,67.96026599999999],[-98.321121000000005,67.952208999999982],[-98.266952999999887,67.923309000000131],[-98.233321999999987,67.901932000000102],[-98.171111999999994,67.843323000000055],[-98.169158999999922,67.838593000000003],[-98.122771999999941,67.788040000000024],[-98.094451999999933,67.766098],[-97.956664999999873,67.727768000000083],[-97.799438000000009,67.68553200000008],[-97.66194200000001,67.643051000000071],[-97.650283999999999,67.639434999999992],[-97.637512000000015,67.6308140000001],[-97.626099000000011,67.618042000000059],[-97.613051999999982,67.609420999999998],[-97.603881999999999,67.605255000000056],[-97.592772999999852,67.601653999999996],[-97.576674999999966,67.598602000000085],[-97.561385999999914,67.596649000000127],[-97.547501000000011,67.596375000000023],[-97.509734999999921,67.599152000000117],[-97.48582499999992,67.602203000000145],[-97.415008999999998,67.613312000000064],[-97.392226999999991,67.618042000000059],[-97.381942999999978,67.621368000000132],[-97.353058000000033,67.634430000000123],[-97.33444199999991,67.643875000000037],[-97.316665999999941,67.654434000000037],[-97.295546999999942,67.661102000000028],[-97.283324999999991,67.662491000000045],[-97.167220999999927,67.675537000000134],[-97.138900999999919,67.674149000000057],[-97.116942999999878,67.777481000000023],[-97.115828999999962,67.78276100000005],[-97.119155999999919,67.792480000000069],[-97.127212999999983,67.801650999999993],[-97.240279999999984,67.926086000000055],[-97.254180999999903,67.929428000000144],[-97.263061999999934,67.924149],[-97.268889999999942,67.918319999999994],[-97.27305599999994,67.907761000000107],[-97.273620999999991,67.90248100000008],[-97.277221999999938,67.896942000000081],[-97.282776000000013,67.891098000000056],[-97.291107000000011,67.884995000000117],[-97.301392000000021,67.881652999999972],[-97.324447999999961,67.876648000000102],[-97.336670000000026,67.875259000000142],[-97.362503000000004,67.873871000000008],[-97.376388999999961,67.874146000000053],[-97.392226999999991,67.876373000000115],[-97.403335999999967,67.879974000000004],[-97.412216000000001,67.884155000000078],[-97.416397000000018,67.888596000000007],[-97.41972399999986,67.898331000000042],[-97.428054999999858,67.907761000000107],[-97.434433000000013,67.911926000000108],[-97.449996999999996,67.920258000000103],[-97.643616000000009,68.008330999999998],[-97.652495999999985,68.012207000000046],[-97.683060000000012,68.018599999999992],[-97.695267000000001,68.017212000000086],[-97.705001999999979,68.012772000000098],[-97.708344000000011,68.007217000000026],[-97.710555999999997,67.991653000000099],[-97.87777699999998,67.963608000000079],[-97.996657999999911,67.950271999999984],[-98.009734999999921,67.949707000000103],[-98.029998999999975,67.941924999999969],[-98.045837000000006,67.929428000000144],[-98.051391999999964,67.923598999999967],[-98.057495000000017,67.912490999999989],[-98.060271999999998,67.891663000000108],[-98.063888999999961,67.829162999999937],[-98.078613000000018,67.830276000000026],[-98.095276000000013,67.833327999999938],[-98.106658999999979,67.836928999999998],[-98.115828999999962,67.840820000000065],[-98.176392000000021,67.873871000000008],[-98.189437999999996,67.882476999999938],[-98.194716999999969,67.897217000000069],[-98.200835999999981,67.906647000000135],[-98.213622999999984,67.920532000000037],[-98.224716000000001,67.929428000000144],[-98.25140399999998,67.946365000000014],[-98.283324999999934,67.962768999999923],[-98.319732999999928,67.978591999999992],[-98.34056099999998,67.986099000000081],[-98.378051999999968,67.996368000000132],[-98.398620999999991,68.004165999999998],[-98.412216000000001,68.012497000000053],[-98.581115999999952,68.139984000000027],[-98.587509000000011,68.149429000000112],[-98.58444199999991,68.154984000000013],[-98.485275000000001,68.184417999999994],[-98.473891999999978,68.186920000000043],[-98.459732000000031,68.183594000000028],[-98.450561999999991,68.179703000000131],[-98.432495000000017,68.166656000000103],[-98.428054999999915,68.162201000000096],[-98.424437999999952,68.152205999999978],[-98.425551999999925,68.141936999999984],[-98.428329000000019,68.136383000000137],[-98.434158000000025,68.130538999999942],[-98.44027699999998,68.119431000000134],[-98.441100999999946,68.10914600000001],[-98.439437999999996,68.104155999999989],[-98.430556999999908,68.094986000000119],[-98.417220999999927,68.08638000000002],[-98.408051,68.082489000000123],[-98.393889999999999,68.079163000000108],[-98.379990000000021,68.079163000000108],[-98.367767000000015,68.080551000000014],[-98.358886999999982,68.085814999999968],[-98.350829999999917,68.092209000000025],[-98.339721999999938,68.103867000000037],[-98.321670999999981,68.136932000000115],[-98.317779999999971,68.14776599999999],[-98.317229999999938,68.153046000000018],[-98.317504999999983,68.162201000000096],[-98.326110999999969,68.171371000000136],[-98.333068999999966,68.17553700000002],[-98.342223999999931,68.179428000000087],[-98.377486999999917,68.190262000000018],[-98.40834000000001,68.196640000000116],[-98.439712999999927,68.200821000000019],[-98.469727000000034,68.203049000000021],[-98.485275000000001,68.204987000000131],[-98.501113999999973,68.208602999999982],[-98.531113000000005,68.22526600000009],[-98.537780999999995,68.229431000000091],[-98.542220999999927,68.234146000000123],[-98.561110999999983,68.27388000000002],[-98.607772999999952,68.293319999999994],[-98.704178000000013,68.352768000000026],[-98.710830999999985,68.356934000000081],[-98.715285999999992,68.361648999999943],[-98.717223999999931,68.366378999999995],[-98.71444699999995,68.372208000000001],[-98.704726999999934,68.376373000000001],[-98.680557000000022,68.380539000000113],[-98.667496000000028,68.381363000000079],[-98.637221999999952,68.379150000000095],[-98.606383999999991,68.372756999999979],[-98.594161999999983,68.36914100000007],[-98.580565999999919,68.360809000000074],[-98.571670999999981,68.351654000000053],[-98.548614999999984,68.339157000000057],[-98.532501000000025,68.331100000000106],[-98.521392999999932,68.328323000000012],[-98.511397999999929,68.329711999999972],[-98.470839999999953,68.348327999999981],[-98.462218999999948,68.353591999999992],[-98.461394999999982,68.358871000000136],[-98.471389999999985,68.373596000000077],[-98.491942999999935,68.38638300000008],[-98.503615999999965,68.38998400000014],[-98.49499499999996,68.409424000000115],[-98.319457999999997,68.358871000000136],[-98.30972300000002,68.354980000000069],[-98.298889000000031,68.346100000000035],[-98.294448999999929,68.34137000000004],[-98.292495999999971,68.336655000000007],[-98.288329999999974,68.331940000000145],[-98.281386999999995,68.327774000000034],[-98.225554999999929,68.304152999999985],[-98.213897999999915,68.300537000000134],[-98.199722000000008,68.300262000000089],[-98.187499999999943,68.301926000000094],[-98.096663999999976,68.317764000000125],[-98.073897999999986,68.334990999999945],[-97.905838000000017,68.384155000000135],[-97.894118999999932,68.386459000000002],[-97.86471599999993,68.384995000000004],[-97.849166999999909,68.383040999999992],[-97.777785999999878,68.366378999999995],[-97.761123999999995,68.363312000000064],[-97.748885999999914,68.364699999999971],[-97.743056999999908,68.370528999999976],[-97.75140399999998,68.379700000000128],[-97.764174999999909,68.393600000000049],[-97.768616000000009,68.398041000000148],[-97.781951999999933,68.406647000000021],[-97.79611199999988,68.409988000000055],[-97.81138599999997,68.411377000000073],[-97.869719999999973,68.414153999999996],[-97.885559000000001,68.416382000000112],[-97.899993999999936,68.419707999999957],[-97.906386999999995,68.423874000000069],[-98.009734999999921,68.498032000000023],[-98.011397999999929,68.503052000000082],[-98.010833999999988,68.508041000000048],[-97.999725000000012,68.535262999999986],[-97.994155999999919,68.541091999999992],[-97.852492999999981,68.542480000000069],[-97.836394999999925,68.540268000000026],[-97.723891999999921,68.523041000000035],[-97.692764000000011,68.516663000000051],[-97.665008999999941,68.504715000000033],[-97.658339999999896,68.500549000000092],[-97.654174999999896,68.496094000000085],[-97.650557999999933,68.486098999999967],[-97.653884999999946,68.480545000000006],[-97.655272999999966,68.470260999999994],[-97.650283999999999,68.455551000000014],[-97.646118000000001,68.450820999999962],[-97.639175000000023,68.446640000000059],[-97.611663999999962,68.434708000000114],[-97.537780999999995,68.418320000000051],[-97.523055999999997,68.416931000000091],[-97.511123999999938,68.419434000000024],[-97.502228000000002,68.424698000000035],[-97.49888599999997,68.430267000000015],[-97.500564999999995,68.434982000000048],[-97.509170999999981,68.444427000000132],[-97.520554000000004,68.448029000000076],[-97.535552999999993,68.449141999999995],[-97.547501000000011,68.446640000000059],[-97.573333999999932,68.444427000000132],[-97.589171999999962,68.446640000000059],[-97.603332999999964,68.449996999999996],[-97.615004999999996,68.453598000000056],[-97.619155999999919,68.458328000000108],[-97.617767000000015,68.462493999999992],[-97.597778000000005,68.483597000000088],[-97.578613000000018,68.493042000000003],[-97.567779999999971,68.496368000000018],[-97.544448999999986,68.501389000000131],[-97.531112999999948,68.501938000000109],[-97.516952999999944,68.501663000000065],[-97.385559000000001,68.495254999999929],[-97.353606999999954,68.491089000000045],[-97.282776000000013,68.474152000000061],[-97.259170999999867,68.466660000000104],[-97.160278000000005,68.389435000000049],[-97.053329000000019,68.353316999999947],[-97.058334000000002,68.302765000000079],[-97.070007000000032,68.300262000000089],[-97.075835999999924,68.294433999999967],[-97.091110000000015,68.268051000000014],[-97.089447000000007,68.263320999999962],[-97.080291999999929,68.259155000000078],[-96.939162999999951,68.239700000000084],[-96.925003000000004,68.239150999999993],[-96.912505999999951,68.240814000000057],[-96.817779999999914,68.258331000000112],[-96.806380999999931,68.260818000000029],[-96.799438000000009,68.265548999999965],[-96.767775999999969,68.270263999999997],[-96.693877999999927,68.280272999999966],[-96.680556999999965,68.280822999999998],[-96.669158999999979,68.276931999999931],[-96.625274999999874,68.251663000000121],[-96.553328999999962,68.273605000000032],[-96.533066000000019,68.281936999999971],[-96.47084000000001,68.305542000000003],[-96.448883000000023,68.312194999999974],[-96.437209999999993,68.314697000000024],[-96.42471299999994,68.316086000000041],[-96.410552999999993,68.315536000000009],[-96.404174999999952,68.311371000000008],[-96.496947999999975,68.207764000000054],[-96.508895999999993,68.196365000000128],[-96.525832999999977,68.184142999999949],[-96.623046999999985,68.115540000000067],[-96.690551999999968,68.079987000000074],[-96.702224999999999,68.077484000000084],[-96.730285999999921,68.078323000000069],[-96.743057000000022,68.07777400000009],[-96.75556899999998,68.076096000000007],[-96.778884999999946,68.071380999999974],[-96.797225999999966,68.06109600000002],[-96.808883999999978,68.04942299999999],[-96.812209999999936,68.043869000000029],[-96.813323999999909,68.038589000000115],[-96.811660999999901,68.033599999999979],[-96.801940999999999,68.025818000000015],[-96.789169000000015,68.017212000000086],[-96.77305599999994,68.013884999999959],[-96.722778000000005,68.009719999999959],[-96.708343999999954,68.008605999999986],[-96.676101999999958,68.018599999999992],[-96.556655999999975,68.033324999999934],[-96.540282999999931,68.030273000000022],[-96.52806099999998,68.03166200000004],[-96.466399999999965,68.038879000000122],[-96.450835999999981,68.053040000000124],[-96.479996000000028,68.090271000000087],[-96.49110399999995,68.094147000000135],[-96.505004999999926,68.094436999999971],[-96.516113000000018,68.091095000000053],[-96.53443900000002,68.080826000000002],[-96.546950999999979,68.079437000000041],[-96.548339999999996,68.084152000000074],[-96.547501000000011,68.089432000000102],[-96.535277999999892,68.101089000000059],[-96.510009999999966,68.119431000000134],[-96.482498000000021,68.134720000000016],[-96.463057999999933,68.144149999999911],[-96.432220000000029,68.156097000000045],[-96.31082200000003,68.192200000000128],[-96.288329999999974,68.197754000000089],[-96.171386999999925,68.221649000000127],[-96.136123999999938,68.228592000000106],[-95.980285999999978,68.254715000000033],[-95.968338000000017,68.230820000000051],[-96.043334999999956,68.179428000000087],[-96.069167999999991,68.16137700000013],[-96.075012000000015,68.155548000000124],[-96.078612999999962,68.149994000000106],[-96.077498999999989,68.144989000000066],[-96.073623999999995,68.140274000000034],[-96.045837000000006,68.133331000000055],[-96.03443900000002,68.129700000000014],[-96.02806099999998,68.125259000000085],[-96.020553999999947,68.116089000000045],[-96.01916499999993,68.111098999999967],[-96.020279000000016,68.106094000000098],[-96.083618000000001,68.00221300000004],[-96.144164999999987,67.923598999999967],[-96.211669999999913,67.829162999999937],[-96.215285999999878,67.823608000000036],[-96.217223999999987,67.813309000000061],[-96.221389999999985,67.697754000000032],[-96.220000999999911,67.693038999999999],[-96.212508999999955,67.683868000000075],[-96.206116000000009,67.67942800000003],[-96.195540999999992,67.682754999999986],[-96.186934999999949,67.688873000000115],[-96.179717999999923,67.692748999999992],[-96.168335000000013,67.694977000000108],[-96.166655999999989,67.690262000000075],[-96.174712999999997,67.643051000000071],[-96.185271999999941,67.626373000000001],[-96.191939999999988,67.62164300000012],[-96.203339000000028,67.61914100000007],[-96.216400000000021,67.618591000000038],[-96.230834999999956,67.619979999999998],[-96.246657999999968,67.623306000000071],[-96.257781999999963,67.626923000000033],[-96.266402999999968,67.631088000000034],[-96.329726999999991,67.610260000000096],[-96.437774999999931,67.541367000000037],[-96.461394999999925,67.508880999999917],[-96.464721999999881,67.503326000000015],[-96.469161999999983,67.492751999999996],[-96.464721999999881,67.478043000000127],[-96.461120999999991,67.473312000000021],[-96.451675000000023,67.471374999999966],[-96.441939999999931,67.475540000000137],[-96.363892000000021,67.478043000000127],[-96.294158999999979,67.444702000000007],[-96.222778000000005,67.421920999999941],[-96.210006999999962,67.419144000000074],[-96.196380999999917,67.418869000000029],[-96.185821999999973,67.422211000000004],[-96.158051,67.43664600000011],[-96.141388000000006,67.448868000000061],[-96.135559000000001,67.454712000000086],[-96.118880999999931,67.466660000000104],[-96.107498000000021,67.469147000000021],[-96.09722899999997,67.464706000000092],[-96.069457999999997,67.433593999999971],[-96.070281999999963,67.428314000000114],[-96.124161000000015,67.377196999999967],[-96.166655999999989,67.341660000000047],[-96.177215999999873,67.336929000000112],[-96.208618000000001,67.326935000000105],[-96.218613000000005,67.322768999999994],[-96.226944000000003,67.316666000000055],[-96.251113999999916,67.25277699999998],[-96.252228000000002,67.247482000000048],[-96.243606999999884,67.243317000000047],[-96.129990000000021,67.21665999999999],[-96.114440999999999,67.213318000000072],[-96.102492999999981,67.214705999999978],[-96.091384999999946,67.217209000000139],[-95.921111999999994,67.278595000000053],[-95.817504999999926,67.331940000000145],[-95.756393000000003,67.367477000000065],[-95.739990000000034,67.376648000000046],[-95.603057999999919,67.383330999999998],[-95.58944699999995,67.383040999999992],[-95.576949999999954,67.380264000000068],[-95.565825999999959,67.376648000000046],[-95.549163999999962,67.368316999999934],[-95.53472899999997,67.359984999999995],[-95.528610000000015,67.35554500000012],[-95.525008999999955,67.351089000000059],[-95.553328999999962,67.313309000000118],[-95.561660999999958,67.307205000000124],[-95.618056999999965,67.278320000000065],[-95.638061999999991,67.270828000000108],[-95.677489999999977,67.254166000000112],[-95.696654999999964,67.244979999999998],[-95.763061999999877,67.212769000000094],[-95.807495000000017,67.186096000000134],[-95.823897999999986,67.174149],[-95.829726999999991,67.168319999999937],[-95.833327999999938,67.162766000000147],[-95.821670999999924,67.161102000000142],[-95.796951000000035,67.16304000000008],[-95.774719000000005,67.167755000000113],[-95.74221799999998,67.176651000000049],[-95.712218999999948,67.188309000000061],[-95.651397999999915,67.198868000000118],[-95.568893000000003,67.210541000000148],[-95.544158999999922,67.212494000000106],[-95.515839000000028,67.209717000000012],[-95.501113999999973,67.20748900000001],[-95.435546999999929,67.193863000000079],[-95.379439999999931,67.154708999999968],[-95.326110999999969,67.027205999999978],[-95.328613000000018,67.016937000000098],[-95.337218999999948,66.99054000000001],[-95.34333799999996,66.974701000000096],[-95.350280999999882,66.963882000000069],[-95.357773000000009,66.959991000000002],[-95.416396999999961,66.951935000000105],[-95.53472899999997,66.941086000000041],[-95.597778000000005,66.948868000000004],[-95.614166000000012,66.970261000000107],[-95.721114999999998,66.964706000000035],[-95.743331999999953,66.959991000000002],[-95.839171999999962,66.94802900000002],[-95.876099000000011,66.945816000000036],[-95.902495999999985,66.946640000000002],[-95.928054999999972,66.952484000000027],[-95.93638599999997,66.956649999999968],[-95.990279999999984,67.004990000000134],[-95.993880999999931,67.009720000000016],[-95.990554999999915,67.014998999999989],[-95.978881999999999,67.026657],[-95.961120999999991,67.043869000000029],[-95.93638599999997,67.065262000000132],[-95.932219999999973,67.069716999999969],[-95.946945000000028,67.072220000000129],[-95.958344000000011,67.069716999999969],[-95.967772999999909,67.065536000000066],[-96.004456000000005,67.045821999999987],[-96.046111999999937,67.016387999999949],[-96.051665999999955,67.010818000000086],[-96.053878999999995,67.000275000000101],[-96.046660999999972,66.991088999999988],[-96.040558000000033,66.986648999999943],[-96.023620999999935,66.978591999999992],[-96.025008999999955,66.973312000000135],[-96.033066000000019,66.967484000000013],[-96.042770000000019,66.963043000000084],[-96.110549999999932,66.950821000000133],[-96.12332200000003,66.950271999999984],[-96.138610999999912,66.953598],[-96.240828999999962,66.983597000000032],[-96.262512000000015,66.991088999999988],[-96.279175000000009,66.999145999999939],[-96.285278000000005,67.003600999999946],[-96.286941999999954,67.008606000000043],[-96.285827999999981,67.013611000000083],[-96.274170000000026,67.025269000000094],[-96.265288999999996,67.030548000000067],[-96.261947999999961,67.035812000000078],[-96.261123999999995,67.041092000000106],[-96.263625999999988,67.051086000000112],[-96.268889999999885,67.06053200000008],[-96.288054999999929,67.068329000000062],[-96.37721299999987,67.084717000000126],[-96.392226999999991,67.086928999999998],[-96.403884999999946,67.085541000000092],[-96.452498999999989,67.068329000000062],[-96.460555999999883,67.062195000000031],[-96.456664999999987,67.057754999999986],[-96.403884999999946,67.008330999999998],[-96.273620999999991,66.950271999999984],[-96.146392999999989,66.894714000000135],[-96.128051999999968,66.881653000000028],[-96.11721799999998,66.867752000000053],[-96.115829000000019,66.862761999999975],[-96.11721799999998,66.857483000000002],[-96.116652999999985,66.847488000000055],[-96.115554999999972,66.842484000000127],[-96.114165999999898,66.837494000000049],[-96.108886999999982,66.832764000000054],[-96.100554999999929,66.828598000000113],[-96.006667999999934,66.794434000000081],[-95.980559999999912,66.787491000000102],[-95.956115999999952,66.782211000000075],[-95.912215999999944,66.775543000000084],[-95.883621000000005,66.768875000000094],[-95.862212999999997,66.761107999999979],[-95.848052999999993,66.752777000000037],[-95.841948999999943,66.74832200000003],[-95.784728999999913,66.674149000000057],[-95.777495999999985,66.654984000000127],[-95.777221999999881,66.644714000000022],[-95.780838000000017,66.629150000000095],[-95.741378999999938,66.638046000000031],[-95.656386999999995,66.6602630000001],[-95.646666999999979,66.664428999999984],[-95.629714999999976,66.675536999999963],[-95.627486999999974,66.68609600000002],[-95.648894999999982,66.724152000000004],[-95.652221999999995,66.728592000000049],[-95.660552999999993,66.732757999999933],[-95.674437999999896,66.734146000000067],[-95.784728999999913,66.737198000000149],[-95.993056999999965,66.84275800000006],[-96.087783999999999,66.907486000000119],[-96.091674999999896,66.911925999999994],[-96.092772999999966,66.916931000000034],[-96.091674999999896,66.922211000000061],[-96.08555599999994,66.926926000000094],[-96.066956000000005,66.936371000000008],[-96.047500999999954,66.944702000000063],[-96.037216000000001,66.94802900000002],[-96.026108000000022,66.950271999999984],[-96.000290000000007,66.950546000000088],[-95.902495999999985,66.946640000000002],[-95.814437999999996,66.941360000000145],[-95.785004000000015,66.93691999999993],[-95.772780999999952,66.932754999999929],[-95.766662999999994,66.928314],[-95.763061999999877,66.923874000000012],[-95.760559000000001,66.913879000000065],[-95.756957999999997,66.90914900000007],[-95.75111400000003,66.90498400000007],[-95.738051999999982,66.901382000000126],[-95.724715999999944,66.900817999999958],[-95.516662999999994,66.902206000000092],[-95.493057000000022,66.90498400000007],[-95.472228999999913,66.911652000000061],[-95.389175000000023,66.911102000000028],[-95.336669999999913,66.893051000000014],[-95.323623999999882,66.889434999999992],[-95.311385999999914,66.889984000000084],[-95.300827000000027,66.893326000000059],[-95.291672000000005,66.898331000000098],[-95.267501999999979,66.91415400000011],[-95.259170999999981,66.920257999999933],[-95.220839999999896,66.968322999999941],[-95.21945199999999,66.973602000000142],[-95.226394999999968,66.982758000000103],[-95.232223999999974,66.987198000000092],[-95.289443999999946,67.024994000000049],[-95.345000999999968,67.084427000000119],[-95.352218999999991,67.148331000000042],[-95.346389999999985,67.15387000000004],[-95.266112999999905,67.212769000000094],[-95.166107000000011,67.276931999999988],[-95.162216000000001,67.282211000000132],[-95.163329999999974,67.287200999999982],[-95.171936000000017,67.291367000000093],[-95.18249499999996,67.29525799999999],[-95.217223999999931,67.306366000000139],[-95.279723999999874,67.319442999999978],[-95.306380999999874,67.326660000000061],[-95.314712999999927,67.330550999999957],[-95.332779000000016,67.34387200000009],[-95.336394999999982,67.348328000000038],[-95.384170999999981,67.444138000000009],[-95.339995999999928,67.499709999999993],[-95.331679999999949,67.505829000000006],[-95.324172999999917,67.516663000000051],[-95.321670999999924,67.527206000000035],[-95.323058999999944,67.531936999999971],[-95.330001999999922,67.541367000000037],[-95.343613000000005,67.554977000000122],[-95.34973100000002,67.559417999999994],[-95.466400000000021,67.637207000000046],[-95.492492999999968,67.643326000000059],[-95.535003999999958,67.646652000000074],[-95.548339999999996,67.649994000000049],[-95.693054000000018,67.704436999999984],[-95.707779000000016,67.723038000000031],[-95.709166999999923,67.727768000000083],[-95.708053999999947,67.733047000000056],[-95.704453000000001,67.738586000000055],[-95.698333999999988,67.744431000000134],[-95.68110699999994,67.756378000000097],[-95.671936000000017,67.761657999999954],[-95.64973399999991,67.767211999999972],[-95.637511999999958,67.768600000000049],[-95.626388999999961,67.771927000000005],[-95.577498999999989,67.787491000000102],[-95.558883999999978,67.797759999999926],[-95.550277999999878,67.803863999999976],[-95.544158999999922,67.809708000000001],[-95.53443900000002,67.820830999999998],[-95.525833000000034,67.836928999999998],[-95.522231999999974,67.852767999999969],[-95.527221999999995,67.872208000000114],[-95.452224999999999,67.981094000000041],[-95.416945999999996,68.027771000000143],[-95.42721599999993,68.032486000000006],[-95.47193900000002,68.054977000000008],[-95.475280999999939,68.058319000000097],[-95.472777999999948,68.06053200000008],[-95.461394999999868,68.063873000000115],[-95.404175000000009,68.069443000000035],[-95.34973100000002,68.074432000000002],[-95.343063000000029,68.074432000000002],[-95.075561999999877,68.068877999999984],[-95.071120999999948,68.063599000000011],[-95.065276999999924,68.060257000000036],[-95.054992999999911,68.055251999999996],[-95.043883999999935,68.051376000000118],[-95.023620999999991,68.04582199999993],[-95.008895999999936,68.044434000000024],[-94.86721799999998,68.034149000000127],[-94.839721999999938,68.034149000000127],[-94.788054999999986,68.040543000000127],[-94.72222899999997,68.054977000000008],[-94.714172000000019,68.059418000000107],[-94.707503999999972,68.065811000000053],[-94.696654999999964,68.078598000000056],[-94.693877999999984,68.083328000000108],[-94.604995999999971,68.139708999999982],[-94.37249799999995,68.221375000000023],[-94.210555999999997,68.262772000000041],[-94.199157999999954,68.267761000000007],[-94.193603999999993,68.272217000000069],[-94.192214999999976,68.276382000000069],[-94.191665999999941,68.281372000000147],[-94.192489999999907,68.292206000000022],[-94.193603999999993,68.298325000000034],[-94.205275999999913,68.313309000000118],[-94.209166999999979,68.323607999999979],[-94.210280999999952,68.328049000000078],[-94.210830999999985,68.361374000000126],[-94.208054000000004,68.366088999999988],[-94.203888000000006,68.370255000000043],[-94.123046999999985,68.416931000000091],[-94.104720999999984,68.424149000000057],[-94.00028999999995,68.460815000000025],[-93.968063000000029,68.468596999999932],[-93.953613000000018,68.471924000000058],[-93.936661000000015,68.474700999999982],[-93.922774999999945,68.475540000000137],[-93.893615999999952,68.474700999999982],[-93.875823999999909,68.477203000000031],[-93.81138599999997,68.488037000000134],[-93.661391999999978,68.520828000000051],[-93.656661999999983,68.523315000000139],[-93.619155999999975,68.544144000000074],[-93.553329000000019,68.586380000000077],[-93.559722999999963,68.611649000000114],[-93.621933000000013,68.624419999999986],[-93.647507000000019,68.626923000000147],[-93.65306099999998,68.626373000000115],[-93.705276000000026,68.657211000000132],[-93.697220000000016,68.749145999999939],[-93.695267000000001,68.751938000000052],[-93.639450000000011,68.780548000000067],[-93.571670999999924,68.834152000000074],[-93.567504999999926,68.839706000000092],[-93.566100999999946,68.849425999999994],[-93.634444999999971,68.959152000000131],[-93.642226999999934,68.963882000000012],[-93.666945999999996,68.972214000000008],[-93.731383999999991,68.974991000000102],[-93.925551999999868,68.974701000000039],[-94.030838000000017,68.918594000000098],[-94.039169000000015,68.914154000000053],[-94.055832000000009,68.901932000000102],[-94.068893000000003,68.891098000000056],[-94.079726999999991,68.847488000000055],[-94.071120999999891,68.843596999999988],[-94.034164000000033,68.833328000000108],[-94.021118000000001,68.836105000000032],[-93.933884000000035,68.855255],[-93.852492999999981,68.879149999999981],[-93.838607999999965,68.885268999999994],[-93.837783999999999,68.886383000000023],[-93.824722000000008,68.891373000000044],[-93.813889000000017,68.893050999999957],[-93.80999799999995,68.890549000000078],[-93.813889000000017,68.88499500000006],[-93.829726999999934,68.876083000000051],[-93.934157999999968,68.824997000000053],[-94.085006999999962,68.761108000000092],[-94.095276000000013,68.758040999999992],[-94.108046999999999,68.755264000000068],[-94.15972899999997,68.747756999999979],[-94.385559000000001,68.729155999999932],[-94.490828999999962,68.728867000000037],[-94.625,68.761383000000137],[-94.608886999999925,68.819443000000035],[-94.588897999999915,68.841370000000097],[-94.583327999999938,68.845825000000104],[-94.570847000000015,68.850266000000033],[-94.561661000000015,68.855255],[-94.556106999999997,68.859985000000052],[-94.553054999999972,68.864425999999924],[-94.545273000000009,68.884720000000073],[-94.548049999999932,68.888885000000073],[-94.557495000000017,68.893050999999957],[-94.569457999999941,68.893600000000106],[-94.577224999999999,68.896652000000017],[-94.585555999999997,68.903046000000074],[-94.589995999999985,68.908325000000048],[-94.605835000000013,68.951096000000064],[-94.604172000000005,68.961929000000055],[-94.599166999999966,68.965546000000018],[-94.587219000000005,68.968872000000033],[-94.553329000000019,68.973877000000073],[-94.37388599999997,69.003052000000139],[-94.224166999999966,69.027771000000143],[-94.163054999999986,69.052200000000084],[-94.151397999999972,69.057205000000124],[-94.072784000000013,69.126648000000046],[-94.072509999999966,69.144989000000066],[-94.137511999999901,69.131927000000019],[-94.22084000000001,69.1202550000001],[-94.235001000000011,69.119431000000134],[-94.248336999999935,69.120529000000033],[-94.312209999999993,69.144989000000066],[-94.323058999999944,69.149994000000106],[-94.327498999999989,69.15525800000006],[-94.329177999999899,69.16137700000013],[-94.309433000000013,69.294144000000131],[-94.306655999999975,69.300262000000089],[-94.303328999999962,69.304977000000122],[-94.291672000000005,69.313873000000058],[-94.284163999999976,69.318878000000097],[-94.259170999999924,69.326660000000061],[-94.166655999999989,69.342483999999956],[-94.043335000000013,69.357483000000059],[-94.025009000000011,69.359711000000004],[-93.955276000000026,69.362762000000032],[-93.736664000000019,69.399994000000049],[-93.626937999999939,69.432479999999941],[-93.574721999999952,69.441650000000038],[-93.562774999999988,69.442748999999992],[-93.526397999999915,69.438309000000004],[-93.532501000000025,69.429977000000008],[-93.547774999999945,69.420532000000094],[-93.67971799999998,69.347762999999929],[-93.691665999999941,69.34275800000006],[-93.741378999999995,69.324432000000058],[-93.753066999999987,69.320540999999992],[-93.764174999999966,69.320540999999992],[-93.828612999999962,69.265549000000078],[-93.856110000000001,69.176926000000037],[-93.856658999999979,69.172211000000004],[-93.845001000000025,69.164992999999981],[-93.837218999999891,69.164429000000041],[-93.634734999999978,69.251663000000121],[-93.467498999999918,69.317490000000021],[-93.456664999999987,69.323043999999982],[-93.362777999999992,69.37164300000012],[-93.365279999999984,69.376082999999994],[-93.379439999999988,69.376373000000001],[-93.459166999999866,69.359711000000004],[-93.470001000000025,69.356644000000074],[-93.478057999999976,69.353317000000118],[-93.498046999999985,69.349152000000117],[-93.511947999999961,69.349426000000051],[-93.565001999999936,69.367752000000053],[-93.560546999999929,69.383881000000031],[-93.538054999999929,69.410538000000088],[-93.527221999999995,69.421646000000067],[-93.515839000000028,69.425537000000134],[-93.503066999999874,69.427475000000072],[-93.488892000000021,69.434982000000048],[-93.439437999999939,69.475265999999976],[-93.441375999999991,69.48054499999995],[-93.487777999999992,69.502777000000037],[-93.509734999999921,69.513046000000088],[-93.532501000000025,69.521103000000039],[-93.540833000000021,69.523315000000082],[-93.587219000000005,69.528046000000018],[-93.621933000000013,69.527205999999978],[-93.683883999999978,69.522217000000012],[-93.709732000000031,69.516098],[-93.808884000000035,69.488876000000062],[-93.869719999999973,69.451660000000118],[-94.045272999999952,69.439148000000102],[-94.279175000000009,69.440262000000075],[-94.299728000000016,69.443038999999999],[-94.313048999999978,69.446640000000059],[-94.343886999999938,69.459152000000074],[-94.451674999999966,69.518600000000049],[-94.502501999999993,69.556366000000025],[-94.591948999999943,69.637206999999989],[-94.629439999999988,69.683044000000052],[-94.670273000000009,69.677475000000072],[-94.712783999999999,69.67164600000001],[-94.749435000000005,69.663605000000132],[-94.755004999999926,69.661652000000004],[-94.764174999999966,69.65498400000007],[-94.766662999999937,69.651093000000003],[-94.762222000000008,69.644714000000135],[-94.742217999999923,69.628311000000053],[-94.724441999999954,69.61442599999998],[-94.725554999999929,69.608597000000145],[-94.730835000000013,69.602767999999969],[-94.740279999999984,69.597488000000055],[-94.769729999999981,69.583054000000061],[-94.801101999999901,69.572219999999959],[-94.820007000000032,69.56721500000009],[-94.831116000000009,69.56581100000011],[-94.846664000000033,69.565536000000122],[-94.862777999999878,69.566940000000102],[-94.951950000000011,69.584427000000119],[-95.010558999999944,69.603043000000127],[-95,69.618865999999969],[-95.009444999999971,69.621643000000063],[-95.021118000000001,69.621643000000063],[-95.078612999999962,69.616379000000109],[-95.168609999999887,69.630538999999999],[-95.396118000000001,69.678864000000033],[-95.40834000000001,69.681931000000134],[-95.423049999999932,69.686096000000134],[-95.544997999999964,69.726929000000041],[-95.648055999999997,69.780273000000022],[-95.71556099999998,69.791366999999923],[-95.724715999999944,69.789978000000133],[-95.728332999999907,69.789153999999996],[-95.738892000000021,69.786102000000028],[-95.757232999999928,69.777205999999921],[-95.758620999999948,69.772766000000104],[-95.86332699999997,69.772216999999955],[-95.960830999999985,69.778045999999961],[-95.975554999999929,69.781937000000028],[-96.020279000000016,69.80442800000003],[-96.035827999999924,69.813873000000115],[-96.074447999999961,69.841934000000037],[-96.087783999999999,69.869141000000127],[-96.082229999999925,69.873596000000134],[-96.085007000000019,69.91137700000013],[-96.097778000000005,69.946639999999945],[-96.116104000000007,69.953872999999987],[-96.177215999999873,69.964705999999921],[-96.195540999999992,69.965546000000018],[-96.198607999999979,69.964995999999985],[-96.209441999999967,69.961655000000121],[-96.217223999999987,69.958327999999995],[-96.220550999999944,69.95748900000001],[-96.235000999999954,69.95748900000001],[-96.246947999999918,69.958878000000027],[-96.257232999999928,69.963043000000027],[-96.272780999999952,69.971099999999979],[-96.38137799999987,70.02748100000008],[-96.402495999999871,70.039978000000076],[-96.459441999999967,70.075546000000088],[-96.500290000000007,70.101379000000009],[-96.509170999999924,70.108597000000032],[-96.525283999999942,70.122756999999979],[-96.531677000000002,70.131088000000034],[-96.55610699999994,70.191925000000083],[-96.568892999999946,70.224425999999994],[-96.571670999999867,70.234421000000054],[-96.570281999999963,70.251099000000124],[-96.568619000000012,70.268600000000106],[-96.562774999999931,70.300262000000032],[-96.558608999999933,70.3119200000001],[-96.555557000000022,70.317490000000134],[-96.548339999999996,70.328872999999987],[-96.535003999999958,70.344147000000078],[-96.294723999999974,70.522491000000116],[-96.232773000000009,70.562195000000031],[-96.078887999999893,70.587494000000049],[-96.069732999999928,70.587769000000037],[-96.045273000000009,70.584152000000074],[-96.041107000000011,70.576934999999992],[-96.033324999999934,70.572769000000108],[-95.995269999999948,70.559707999999944],[-95.93499799999995,70.547485000000108],[-95.92332499999992,70.545258000000047],[-95.806106999999997,70.528869999999984],[-95.797225999999966,70.529434000000094],[-95.789443999999946,70.536652000000117],[-95.791381999999999,70.542755000000056],[-95.799164000000019,70.549149000000114],[-95.855834999999956,70.553314000000114],[-95.914168999999902,70.559417999999937],[-95.931670999999938,70.562195000000031],[-95.96444699999995,70.568878000000041],[-96.000564999999995,70.579987000000074],[-96.049987999999928,70.600266000000033],[-96.058334000000002,70.605820000000051],[-96.061385999999857,70.617203000000018],[-96.055557000000022,70.643050999999957],[-96.048339999999996,70.646942000000024],[-95.952498999999989,70.679702999999961],[-95.848343,70.706940000000088],[-95.815551999999968,70.70915199999996],[-95.817779999999971,70.710265999999933],[-95.901947000000007,70.707764000000054],[-95.932770000000005,70.701096000000064],[-96.115554999999972,70.656097000000102],[-96.138061999999991,70.646378000000084],[-96.149993999999936,70.637206999999989],[-96.152785999999935,70.632477000000108],[-96.154723999999987,70.624694999999974],[-96.153885000000002,70.621643000000063],[-96.158051,70.617476999999951],[-96.160277999999948,70.616379000000052],[-96.16361999999998,70.615540000000124],[-96.202788999999996,70.621643000000063],[-96.376098999999954,70.673035000000027],[-96.385284000000013,70.677765000000022],[-96.394729999999981,70.683594000000028],[-96.401108000000022,70.690536000000122],[-96.410003999999958,70.702484000000027],[-96.415557999999976,70.71527100000003],[-96.422500999999954,70.726089000000002],[-96.43472300000002,70.737198000000035],[-96.446654999999964,70.741928000000087],[-96.53694200000001,70.763321000000019],[-96.580565999999976,70.777480999999909],[-96.603881999999942,70.788040000000137],[-96.611938000000009,70.794434000000024],[-96.61500499999994,70.80442800000003],[-96.61361699999992,70.8211060000001],[-96.601944000000003,70.849990999999989],[-96.591674999999952,70.866928000000144],[-96.578613000000018,70.878035999999952],[-96.571121000000005,70.883040999999992],[-96.545272999999895,70.904983999999956],[-96.53083799999996,70.921371000000136],[-96.52416999999997,70.931656000000032],[-96.513061999999991,70.949707000000046],[-96.510833999999932,70.955826000000059],[-96.503066999999987,70.99693300000007],[-96.495833999999888,71.040268000000083],[-96.481673999999884,71.043319999999994],[-96.450286999999946,71.044983000000116],[-96.414444000000003,71.053589000000045],[-96.406661999999926,71.058594000000085],[-96.369995000000017,71.089981000000023],[-96.371108999999933,71.093048000000124],[-96.375823999999966,71.098037999999974],[-96.40943900000002,71.119431000000077],[-96.417770000000019,71.113602000000071],[-96.420273000000009,71.107208000000014],[-96.412215999999944,71.095824999999991],[-96.410003999999958,71.089705999999978],[-96.413619999999923,71.084152000000017],[-96.421111999999994,71.0816650000001],[-96.440825999999959,71.079163000000051],[-96.461394999999925,71.080551000000128],[-96.476669000000015,71.08526599999999],[-96.50556899999998,71.097214000000008],[-96.538329999999974,71.11303700000002],[-96.552215999999987,71.119980000000055],[-96.560546999999985,71.126373000000001],[-96.559433000000013,71.1308140000001],[-96.553878999999995,71.136932000000058],[-96.548614999999927,71.140548999999965],[-96.467223999999931,71.165267999999969],[-96.457992999999988,71.195564000000047],[-96.462203999999986,71.255501000000038],[-96.504455999999891,71.276093000000117],[-96.503890999999953,71.277205999999978],[-96.488891999999964,71.286102000000085],[-96.278060999999923,71.326384999999959],[-96.24499499999996,71.353866999999923],[-96.21833799999996,71.375809000000004],[-96.193329000000006,71.389984000000084],[-96.168335000000013,71.399993999999992],[-96.134170999999981,71.409714000000065],[-96.046386999999982,71.418045000000006],[-96.027785999999935,71.417755],[-95.926392000000021,71.400542999999971],[-95.893889999999942,71.390823000000069],[-95.882766999999944,71.384155000000078],[-95.878875999999991,71.378586000000098],[-95.878052000000025,71.37303200000008],[-95.878875999999991,71.367203000000075],[-95.859160999999972,71.354980000000012],[-95.830001999999922,71.343048000000067],[-95.792220999999927,71.328049000000021],[-95.673049999999989,71.287491000000102],[-95.658889999999985,71.285537999999974],[-95.551102000000014,71.289978000000019],[-95.535278000000005,71.290816999999947],[-95.455276000000026,71.367751999999996],[-95.451401000000033,71.375809000000004],[-95.547775000000001,71.487762000000032],[-95.779998999999975,71.503875999999991],[-95.832779000000016,71.515823000000125],[-95.936660999999901,71.546646000000123],[-95.943054000000018,71.553589000000102],[-95.908339999999953,71.600540000000137],[-95.895003999999915,71.610535000000027],[-95.889998999999989,71.613312000000121],[-95.877212999999983,71.61831699999999],[-95.863892000000021,71.619430999999963],[-95.812209999999936,71.621918000000051],[-95.744719999999973,71.624145999999996],[-95.678878999999995,71.646378000000084],[-95.539718999999991,71.703597999999943],[-95.399733999999967,71.718597000000045],[-95.301620000000014,71.721099999999979],[-95.289443999999946,71.753601000000117],[-95.289443999999946,71.757491999999957],[-95.288054999999872,71.761932000000002],[-95.285827999999981,71.767212000000086],[-95.239440999999999,71.82249500000006],[-95.226944000000003,71.826660000000061],[-95.073059000000001,71.84137000000004],[-94.890288999999996,71.844711000000075],[-94.856383999999991,71.843322999999998],[-94.838897999999972,71.841094999999996],[-94.795272999999952,71.833328000000051],[-94.744155999999975,71.823044000000039],[-94.73443599999996,71.823317999999972],[-94.716399999999965,71.826096000000121],[-94.653884999999946,71.845261000000107],[-94.612503000000004,71.859711000000004],[-94.606658999999979,71.863312000000064],[-94.607772999999952,71.866378999999995],[-94.615279999999984,71.868866000000082],[-94.629715000000033,71.866928000000144],[-94.65583799999996,71.861923000000104],[-94.706115999999952,71.848038000000031],[-94.743056999999965,71.839432000000102],[-94.756957999999941,71.837493999999936],[-94.775283999999942,71.838882000000069],[-94.783066000000019,71.84137000000004],[-94.826110999999969,71.847487999999998],[-94.853607000000011,71.849426000000108],[-94.903885000000002,71.850266000000147],[-95.102492999999981,71.851089000000002],[-95.119155999999975,71.850266000000147],[-95.157227000000034,71.845825000000048],[-95.179992999999968,71.843048000000124],[-95.180557000000022,71.842208999999968],[-95.192489999999964,71.84137000000004],[-95.213333000000034,71.843048000000124],[-95.231110000000001,71.849152000000004],[-95.240829000000019,71.853867000000037],[-95.25167799999997,71.86053499999997],[-95.256667999999934,71.866928000000144],[-95.255004999999983,71.895537999999988],[-95.222778000000005,71.942200000000071],[-95.217498999999862,71.944976999999994],[-95.201400999999976,71.94720500000011],[-94.97193900000002,71.975814999999955],[-94.741104000000007,71.99192800000003],[-94.698043999999982,71.993590999999924],[-94.661666999999966,71.994980000000112],[-94.579726999999991,71.99693300000007],[-94.56361400000003,71.99693300000007],[-94.530288999999982,71.99443100000002],[-94.499435000000005,71.988037000000134],[-94.487212999999997,71.983322000000101],[-94.393615999999952,71.938309000000004],[-94.387222000000008,71.933868000000075],[-94.388610999999912,71.924149000000114],[-94.460555999999997,71.849426000000108],[-94.47222899999997,71.847214000000065],[-94.506667999999991,71.847762999999986],[-94.521118000000001,71.849990999999932],[-94.539444000000003,71.851379000000065],[-94.562499999999943,71.849990999999932],[-94.574448000000018,71.84693900000002],[-94.64416499999993,71.818329000000006],[-94.61860699999994,71.753326000000072],[-94.611937999999952,71.74971000000005],[-94.599730999999906,71.744704999999954],[-94.594161999999983,71.743317000000047],[-94.569457999999941,71.744979999999998],[-94.555831999999896,71.750000000000057],[-94.538604999999961,71.758331000000112],[-94.536391999999978,71.761108000000036],[-94.528609999999958,71.771378000000141],[-94.519729999999925,71.78915400000011],[-94.497498000000007,71.818329000000006],[-94.48832699999997,71.824158000000011],[-94.484726000000023,71.824706999999933],[-94.392226999999991,71.81442300000009],[-94.366104000000007,71.802475000000072],[-94.356658999999866,71.796371000000022],[-94.354720999999984,71.792479999999955],[-94.389998999999989,71.71775800000006],[-94.419448999999986,71.667205999999965],[-94.423889000000031,71.66137700000013],[-94.418335000000013,71.659987999999942],[-94.40695199999999,71.660812000000135],[-94.368880999999988,71.675262000000032],[-94.267226999999991,71.730820000000051],[-94.258895999999993,71.741928000000087],[-94.255843999999968,71.753876000000105],[-94.242766999999958,71.770828000000108],[-94.228058000000033,71.781661999999983],[-94.207229999999925,71.789428999999927],[-94.194442999999922,71.791931000000034],[-94.181670999999994,71.791931000000034],[-94.036941999999954,71.787200999999982],[-94.023620999999991,71.785812000000021],[-94.014724999999885,71.781096999999988],[-94.008347000000015,71.774993999999992],[-94.006393000000003,71.763321000000019],[-93.993880999999988,71.753052000000139],[-93.972503999999958,71.745818999999983],[-93.942490000000021,71.743590999999981],[-93.909728999999913,71.744979999999998],[-93.888061999999991,71.748322000000087],[-93.871383999999978,71.753052000000139],[-93.850280999999995,71.763321000000019],[-93.830841000000021,71.771652000000074],[-93.818892999999889,71.774703999999986],[-93.802215999999987,71.775542999999971],[-93.784164000000033,71.774155000000064],[-93.741942999999992,71.769150000000025],[-93.726669000000015,71.76638800000012],[-93.71166999999997,71.761383000000023],[-93.707229999999925,71.754990000000078],[-93.694153000000028,71.716095000000109],[-93.696655000000021,71.710815000000082],[-93.704452999999944,71.705261000000064],[-93.737777999999992,71.689423000000033],[-93.764724999999999,71.679703000000131],[-93.811110999999926,71.657486000000063],[-93.818618999999956,71.651932000000102],[-93.81138599999997,71.645538000000045],[-93.797226000000023,71.639435000000105],[-93.658339999999896,71.581940000000031],[-93.618057000000022,71.56860400000005],[-93.589447000000007,71.561371000000065],[-93.513061999999877,71.544707999999957],[-93.494994999999903,71.541656000000046],[-93.476944000000003,71.540267999999969],[-93.428328999999962,71.534149000000127],[-93.412216000000001,71.530823000000055],[-93.230835000000013,71.473602000000142],[-93.214171999999962,71.467209000000139],[-93.201401000000033,71.461380000000133],[-93.18638599999997,71.435806000000127],[-93.18638599999997,71.430267000000129],[-93.18998699999986,71.423874000000012],[-93.193877999999927,71.419433999999967],[-93.195540999999935,71.413605000000132],[-93.190551999999968,71.408035000000098],[-93.180556999999965,71.401093000000003],[-93.142501999999979,71.374985000000038],[-93.128875999999991,71.368866000000025],[-93.101944000000003,71.367477000000008],[-93.062774999999988,71.36943100000002],[-93.045272999999952,71.367751999999996],[-93.029175000000009,71.36442599999998],[-92.997222999999963,71.353866999999923],[-92.985824999999863,71.348877000000073],[-92.977218999999934,71.343872000000033],[-92.973891999999978,71.340820000000122],[-92.941939999999931,71.288879000000009],[-92.938599000000011,71.270538000000045],[-92.936110999999926,71.247481999999991],[-92.931945999999925,71.220535000000041],[-92.930831999999953,71.214432000000102],[-92.923889000000031,71.207763999999941],[-92.854445999999996,71.151382000000126],[-92.862777999999992,71.139434999999992],[-92.869155999999975,71.128036000000122],[-92.888610999999969,71.074707000000103],[-92.889998999999932,71.065810999999997],[-92.906951999999933,70.912491000000102],[-93.030838000000017,70.878860000000088],[-93.040833000000021,70.877762000000018],[-93.048339999999996,70.873870999999951],[-93.046111999999937,70.867203000000018],[-93.042769999999905,70.863876000000062],[-93.027495999999985,70.852768000000083],[-92.982498000000021,70.825546000000145],[-92.958618000000001,70.817490000000078],[-92.928328999999962,70.811371000000008],[-92.911391999999978,70.809982000000048],[-92.813048999999978,70.805817000000047],[-92.688598999999954,70.775542999999971],[-92.676666000000012,70.771652000000074],[-92.641112999999962,70.71527100000003],[-92.639449999999954,70.709991000000116],[-92.642501999999979,70.706375000000094],[-92.621933000000013,70.683594000000028],[-92.592772999999966,70.685806000000127],[-92.430557000000022,70.666091999999992],[-92.418059999999969,70.66304000000008],[-92.208053999999947,70.610260000000039],[-92.199158000000011,70.606644000000017],[-92.169158999999979,70.590271000000143],[-92.159163999999976,70.584152000000074],[-92.157501000000025,70.579163000000108],[-92.156661999999983,70.573044000000095],[-92.168335000000013,70.569992000000013],[-92.196105999999986,70.571105999999986],[-92.228607000000011,70.573608000000036],[-92.245543999999995,70.571380999999974],[-92.25,70.569716999999969],[-92.265014999999892,70.551926000000037],[-92.265014999999892,70.548035000000141],[-92.25,70.501389000000131],[-92.238051999999982,70.487198000000092],[-92.116652999999985,70.470825000000048],[-92.110000999999897,70.468322999999998],[-91.996947999999975,70.390823000000069],[-91.987777999999992,70.355820000000108],[-91.992492999999968,70.320540999999992],[-91.995269999999948,70.316665999999998],[-91.985549999999932,70.289703000000031],[-91.959732000000031,70.2586060000001],[-91.952224999999999,70.255264000000125],[-91.946945000000028,70.258041000000048],[-91.942214999999976,70.263610999999969],[-91.920273000000009,70.296370999999965],[-91.900283999999999,70.330826000000116],[-91.903610000000015,70.337204000000042],[-91.904449,70.343323000000112],[-91.89805599999994,70.349152000000117],[-91.890288999999996,70.354431000000091],[-91.878052000000025,70.358321999999987],[-91.867492999999968,70.360260000000096],[-91.853058000000033,70.361374000000069],[-91.73721299999994,70.358596999999975],[-91.729720999999984,70.356934000000081],[-91.703887999999949,70.34526100000005],[-91.698883000000023,70.342484000000127],[-91.69387799999987,70.336380000000077],[-91.636123999999938,70.231658999999979],[-91.565276999999924,70.200546000000145],[-91.524169999999913,70.179153000000042],[-91.513625999999931,70.167206000000078],[-91.511948000000018,70.158875000000023],[-91.511397999999986,70.152771000000143],[-91.516953000000001,70.146378000000027],[-91.529174999999952,70.142487000000131],[-91.542495999999915,70.140823000000125],[-91.578063999999927,70.13749700000011],[-91.916655999999989,70.119980000000055],[-91.953339000000028,70.118317000000104],[-91.972228999999913,70.118591000000038],[-92.003890999999953,70.121368000000132],[-92.021392999999989,70.123596000000077],[-92.036117999999931,70.126923000000033],[-92.049438000000009,70.132202000000007],[-92.05749499999996,70.136932000000058],[-92.234436000000017,70.212203999999986],[-92.268341000000021,70.208878000000141],[-92.393065999999976,70.150543000000027],[-92.450287000000003,70.0711060000001],[-92.432220000000029,70.075546000000088],[-92.285278000000005,70.089706000000035],[-92.268341000000021,70.090546000000074],[-92.177489999999977,70.088318000000072],[-92.129990000000021,70.084991000000002],[-92.087508999999898,70.079711999999972],[-92.026397999999972,70.066376000000048],[-91.993056999999965,70.058594000000085],[-91.985274999999945,70.053864000000033],[-91.939712999999983,70.020263999999997],[-91.946654999999907,70.015823000000069],[-92.114440999999999,69.956375000000037],[-92.148894999999925,69.946639999999945],[-92.203887999999949,69.92053199999998],[-92.369445999999982,69.847763000000043],[-92.543335000000013,69.780548000000067],[-92.658614999999998,69.761108000000092],[-92.778610000000015,69.722214000000008],[-92.775283999999999,69.706375000000094],[-92.565552000000025,69.71276899999998],[-92.551392000000021,69.712494000000106],[-92.535004000000015,69.709427000000005],[-92.535277999999948,69.705261000000121],[-92.709732000000031,69.673874000000012],[-92.728881999999999,69.67164600000001],[-92.743805000000009,69.671951000000035],[-92.777221999999938,69.676086000000055],[-92.858046999999999,69.6827550000001],[-92.871384000000035,69.682480000000112],[-92.908889999999985,69.680541999999946],[-92.922774999999888,69.679427999999973],[-92.923614999999927,69.678314],[-92.920273000000009,69.669708000000071],[-92.897506999999962,69.665543000000071],[-92.836120999999991,69.655822999999998],[-92.827498999999989,69.655822999999998],[-92.694442999999978,69.656372000000147],[-92.634726999999998,69.671088999999938],[-92.629378999999972,69.673592000000099],[-92.619056999999998,69.675758000000087],[-92.5625,69.687484999999981],[-92.523620999999935,69.692749000000106],[-92.506957999999941,69.693588000000091],[-92.340835999999967,69.694138000000123],[-92.305831999999896,69.665817000000004],[-92.205276000000026,69.645538000000101],[-92.091110000000015,69.624695000000031],[-92.088333000000034,69.62303200000008],[-92.088607999999965,69.618865999999969],[-92.090835999999911,69.616089000000102],[-92.110549999999932,69.613036999999963],[-92.122771999999998,69.612198000000035],[-92.134170999999981,69.612488000000042],[-92.243606999999884,69.630264000000011],[-92.28195199999999,69.639984000000084],[-92.291107000000011,69.641373000000101],[-92.300551999999925,69.641663000000108],[-92.297501000000011,69.636932000000002],[-92.124709999999936,69.554977000000065],[-92.084166999999979,69.544708000000014],[-91.938323999999909,69.517761000000121],[-91.803329000000019,69.498870999999951],[-91.804168999999888,69.504990000000021],[-91.798339999999939,69.513885000000016],[-91.497498000000007,69.658600000000092],[-91.485001000000011,69.663315000000125],[-91.475280999999939,69.664429000000098],[-91.450835999999981,69.65887499999991],[-91.418883999999935,69.65554800000001],[-91.314163000000008,69.652771000000087],[-91.221114999999998,69.653320000000008],[-91.202224999999942,69.655258000000003],[-91.188599000000011,69.65387000000004],[-91.097777999999948,69.638321000000133],[-91.094161999999983,69.636108000000036],[-91.091949,69.631652999999972],[-91.095275999999956,69.626647999999932],[-91.101943999999946,69.620819000000097],[-91.105835000000013,69.619141000000013],[-91.334441999999967,69.552765000000022],[-91.36082499999992,69.54553199999998],[-91.380554000000018,69.542480000000069],[-91.396118000000001,69.541091999999992],[-91.460555999999997,69.539703000000145],[-91.494720000000029,69.537201000000096],[-91.514450000000011,69.534148999999957],[-91.562774999999931,69.522491000000116],[-91.570281999999963,69.520264000000054],[-91.56639100000001,69.514708999999982],[-91.557770000000005,69.508041000000048],[-91.553878999999995,69.505554000000132],[-91.402221999999938,69.522217000000012],[-91.333618000000001,69.534988000000112],[-91.321670999999924,69.538879000000009],[-91.192215000000033,69.562759000000028],[-91.17971799999998,69.558868000000132],[-91.160277999999892,69.546097000000032],[-91.15055799999999,69.537201000000096],[-91.146666999999923,69.531662000000097],[-91.143616000000009,69.525268999999923],[-91.138610999999855,69.519150000000081],[-91.128326000000015,69.514160000000061],[-91.114166000000012,69.510817999999915],[-91.102782999999988,69.508881000000088],[-90.969727000000034,69.511383000000137],[-90.830001999999922,69.484984999999995],[-90.758620999999948,69.482758000000103],[-90.751953000000015,69.487198000000149],[-90.751403999999866,69.49275200000011],[-90.758057000000008,69.501389000000131],[-90.755843999999968,69.507217000000082],[-90.754181000000017,69.509155000000021],[-90.716109999999958,69.539429000000041],[-90.698607999999922,69.539429000000041],[-90.651108000000022,69.534424000000001],[-90.536666999999909,69.513885000000016],[-90.493332000000009,69.504166000000055],[-90.436661000000015,69.489700000000028],[-90.318619000000012,69.454437000000041],[-90.307769999999948,69.450272000000041],[-90.307769999999948,69.44720500000011],[-90.319457999999997,69.440536000000009],[-90.34445199999999,69.432205000000124],[-90.358046999999942,69.429703000000075],[-90.396392999999875,69.428589000000102],[-90.411391999999921,69.431365999999969],[-90.427489999999977,69.440811000000053],[-90.43360899999999,69.444976999999938],[-90.438323999999966,69.448029000000076],[-90.450561999999991,69.450272000000041],[-90.463332999999921,69.448593000000017],[-90.493332000000009,69.440811000000053],[-90.555556999999965,69.422485000000052],[-90.613891999999908,69.451096000000007],[-90.621932999999956,69.453323000000012],[-90.703612999999962,69.453598000000056],[-90.704453000000001,69.451385000000073],[-90.698607999999922,69.446091000000138],[-90.636948000000018,69.429703000000075],[-90.585830999999985,69.419144000000017],[-90.582229999999925,69.416931000000034],[-90.584732000000031,69.41415399999994],[-90.600829999999974,69.408599999999979],[-90.694991999999957,69.389709000000096],[-90.705275999999969,69.387772000000098],[-90.718613000000005,69.387772000000098],[-90.741378999999938,69.382750999999928],[-90.790282999999988,69.362762000000032],[-90.809432999999956,69.342209000000139],[-90.813048999999921,69.338318000000072],[-90.815826000000015,69.333327999999995],[-90.818619000000012,69.298598999999967],[-90.815001999999993,69.293319999999994],[-90.80860899999999,69.287490999999989],[-90.805557000000022,69.282761000000107],[-90.803878999999995,69.259720000000073],[-90.804717999999923,69.255829000000006],[-90.809432999999956,69.253326000000015],[-90.822234999999978,69.251663000000121],[-90.903885000000002,69.246368000000075],[-90.920837000000006,69.246368000000075],[-90.931380999999931,69.247482000000048],[-91.081115999999952,69.266936999999984],[-91.214721999999938,69.290268000000083],[-91.296386999999925,69.3119200000001],[-91.345276000000013,69.328049000000021],[-91.355834999999956,69.332214000000022],[-91.426391999999964,69.350540000000024],[-91.438599000000011,69.352768000000026],[-91.447220000000016,69.352768000000026],[-91.446655000000021,69.349716000000058],[-91.431945999999982,69.33859300000006],[-91.335281000000009,69.304428000000144],[-91.130553999999961,69.24192800000003],[-91.031386999999938,69.218323000000055],[-90.918883999999935,69.160812000000078],[-90.895003999999972,69.150818000000072],[-90.815001999999993,69.133606000000043],[-90.664718999999991,69.083328000000051],[-90.654998999999918,69.078049000000078],[-90.654174999999952,69.07609599999995],[-90.654449,69.070541000000048],[-90.660552999999993,69.059982000000048],[-90.669448999999929,69.049987999999985],[-90.583892999999989,68.928864000000033],[-90.544998000000021,68.911102000000142],[-90.528884999999946,68.908600000000092],[-90.47444200000001,68.890549000000078],[-90.436385999999914,68.874419999999986],[-90.419448999999986,68.840820000000065],[-90.446105999999986,68.779709000000139],[-90.449158000000011,68.77609300000006],[-90.454177999999956,68.773605000000089],[-90.464721999999995,68.770827999999995],[-90.478332999999964,68.768326000000116],[-90.492492999999968,68.767761000000064],[-90.497498000000007,68.768326000000116],[-90.501113999999973,68.770827999999995],[-90.513900999999976,68.759155000000135],[-90.526672000000019,68.744431000000134],[-90.527785999999992,68.736649],[-90.522507000000019,68.729980000000069],[-90.506957999999997,68.724990999999932],[-90.480285999999921,68.707764000000111],[-90.479172000000005,68.705826000000002],[-90.47444200000001,68.530822999999941],[-90.509734999999978,68.495254999999929],[-90.519454999999994,68.487487999999985],[-90.528335999999911,68.483322000000101],[-90.557770000000005,68.474700999999982],[-90.584732000000031,68.465546000000131],[-90.603881999999999,68.455826000000059],[-90.607772999999952,68.451096000000007],[-90.606658999999979,68.446091000000138],[-90.603881999999999,68.439697000000081],[-90.601395000000025,68.436371000000065],[-90.55999799999995,68.423599000000024],[-90.523894999999982,68.414428999999984],[-90.466948999999886,68.403869999999984],[-90.361938000000009,68.384155000000135],[-90.332779000000016,68.378036000000122],[-90.317504999999983,68.373306000000071],[-90.315001999999993,68.369980000000055],[-90.319167999999991,68.368317000000104],[-90.343886999999938,68.365265000000022],[-90.367492999999911,68.345261000000107],[-90.271392999999989,68.238876000000118],[-90.255004999999926,68.23275799999999],[-90.232772999999952,68.230270000000019],[-90.207229999999925,68.231093999999985],[-90.178604000000007,68.235809000000017],[-90.144454999999994,68.243866000000025],[-90.132216999999912,68.24859600000002],[-90.122771999999941,68.25360100000006],[-90.119720000000029,68.257216999999969],[-90.118057000000022,68.262206999999989],[-90.038604999999961,68.352202999999975],[-89.985275000000001,68.396102999999982],[-89.912216000000001,68.467209000000025],[-89.893065999999919,68.543319999999937],[-89.911666999999966,68.547484999999938],[-89.919998000000021,68.553588999999988],[-89.927779999999984,68.563599000000067],[-89.948607999999979,68.599426000000051],[-89.950561999999991,68.60386699999998],[-89.949721999999952,68.607758000000047],[-89.894729999999868,68.65248100000008],[-89.80972300000002,68.71026599999999],[-89.802489999999921,68.712203999999929],[-89.789168999999958,68.71026599999999],[-89.780563000000029,68.705826000000002],[-89.763335999999924,68.690536000000009],[-89.757507000000032,68.684708000000057],[-89.746947999999975,68.669708000000128],[-89.729172000000005,68.699142000000109],[-89.693328999999949,68.763885000000016],[-89.68472300000002,68.810257000000092],[-89.687499999999943,68.819716999999969],[-89.689986999999917,68.824707000000046],[-89.714721999999995,68.846939000000077],[-89.733886999999925,68.881653000000142],[-89.739166000000012,68.892761000000121],[-89.756957999999884,68.939972000000012],[-89.75556899999998,68.954162999999994],[-89.753066999999987,68.958327999999995],[-89.71665999999999,69.006104000000107],[-89.707229999999925,69.014709000000096],[-89.700561999999991,69.019150000000025],[-89.684433000000013,69.028870000000097],[-89.666107000000011,69.038315000000011],[-89.644164999999987,69.048325000000091],[-89.582779000000016,69.06860400000005],[-89.56082200000003,69.077209000000039],[-89.529357999999945,69.090606999999977],[-89.489990000000034,69.110535000000027],[-89.482497999999907,69.115540000000067],[-89.458618000000001,69.133606000000043],[-89.402221999999995,69.178863999999976],[-89.398620999999935,69.182479999999998],[-89.394454999999937,69.193039000000056],[-89.394454999999937,69.199141999999995],[-89.396956999999929,69.208602999999982],[-89.394454999999937,69.214431999999988],[-89.389998999999932,69.219147000000021],[-89.322234999999921,69.247208000000114],[-89.306655999999919,69.251389000000017],[-89.258621000000005,69.259995000000117],[-89.220551,69.266663000000051],[-89.174164000000019,69.273315000000139],[-89.134170999999981,69.275542999999914],[-89.114440999999886,69.27526899999998],[-89.09056099999998,69.271927000000062],[-89.049987999999985,69.264435000000105],[-89.038054999999872,69.261931999999945],[-88.999435000000005,69.251389000000017],[-88.968886999999938,69.24136400000009],[-88.942489999999964,69.229980000000012],[-88.938048999999978,69.226928999999984],[-88.935546999999985,69.222214000000122],[-88.93472300000002,69.219986000000006],[-88.9375,69.214156999999943],[-88.936660999999958,69.209152000000074],[-88.929992999999968,69.198029000000133],[-88.870269999999948,69.148605000000089],[-88.85943599999996,69.142211999999972],[-88.782501000000025,69.103043000000071],[-88.772507000000019,69.098876999999959],[-88.62388599999997,69.042755],[-88.480285999999978,68.998871000000065],[-88.457229999999925,68.992752000000053],[-88.406113000000005,68.982758000000047],[-88.270844000000011,68.934981999999934],[-88.208618000000001,68.911652000000004],[-88.197768999999994,68.906647000000135],[-88.115829000000019,68.860535000000084],[-88.082229999999981,68.841370000000097],[-88.052215999999987,68.823044000000095],[-88.038329999999974,68.814147999999989],[-87.971664000000033,68.766097999999943],[-87.96444699999995,68.760543999999982],[-87.947768999999994,68.731659000000093],[-87.921660999999915,68.673035000000027],[-87.916655999999989,68.656372000000147],[-87.917496000000028,68.647491000000059],[-87.925002999999947,68.632476999999994],[-87.93499799999995,68.61943100000002],[-87.942489999999907,68.610809000000017],[-87.947768999999994,68.605255000000056],[-87.933883999999978,68.576935000000049],[-87.924163999999905,68.559708000000001],[-87.883621000000005,68.494430999999963],[-87.881377999999984,68.491089000000045],[-87.841675000000009,68.432479999999998],[-87.835555999999997,68.42442299999999],[-87.817504999999926,68.417206000000078],[-87.798614999999984,68.40525800000006],[-87.791672000000005,68.398330999999985],[-87.789718999999934,68.391937000000098],[-87.789444000000003,68.386658000000125],[-87.792220999999927,68.334427000000005],[-87.800551999999925,68.3119200000001],[-87.845276000000013,68.247757000000092],[-87.848891999999864,68.244141000000013],[-87.929168999999945,68.197204999999997],[-87.93582200000003,68.195815999999979],[-87.946945000000028,68.198593000000074],[-88.106658999999866,68.242751999999996],[-88.22193900000002,68.36554000000001],[-88.384445000000028,68.291092000000049],[-88.392226999999991,68.287490999999989],[-88.395553999999947,68.285263000000043],[-88.401671999999962,68.280272999999966],[-88.403335999999911,68.275542999999971],[-88.402785999999878,68.270263999999997],[-88.398345999999947,68.260544000000095],[-88.380829000000006,68.24552900000009],[-88.361937999999952,68.233871000000079],[-88.342498999999975,68.223602000000028],[-88.334732000000031,68.217484000000127],[-88.330841000000021,68.213043000000027],[-88.279723999999931,68.118041999999946],[-88.277495999999985,68.111649],[-88.277785999999992,68.105545000000006],[-88.283065999999963,68.099990999999989],[-88.315551999999968,68.086104999999975],[-88.331680000000006,68.076385000000073],[-88.338332999999977,68.070541000000105],[-88.341109999999901,68.064987000000087],[-88.347777999999948,68.037201000000039],[-88.366942999999992,68.03166200000004],[-88.381103999999993,68.025269000000094],[-88.372771999999941,67.96887200000009],[-88.370834000000002,67.959152000000017],[-88.36860699999994,67.954436999999984],[-88.285278000000005,67.81721500000009],[-88.276397999999972,67.80304000000001],[-88.269164999999987,67.793594000000041],[-88.160552999999993,67.682479999999941],[-88.151107999999908,67.673309000000017],[-88.139449999999954,67.664428999999984],[-88.124999999999943,67.65554800000001],[-88.095839999999953,67.642487000000074],[-88.066100999999946,67.634720000000129],[-88.009170999999924,67.622757000000092],[-87.979996000000028,67.615814000000114],[-87.965285999999992,67.611649000000114],[-87.955841000000021,67.607483000000002],[-87.881377999999984,67.568054000000132],[-87.841385000000002,67.536102000000142],[-87.827224999999999,67.527206000000035],[-87.789169000000015,67.505263999999954],[-87.623046999999929,67.412491000000102],[-87.606383999999935,67.403869999999984],[-87.585007000000019,67.395264000000054],[-87.53694200000001,67.378860000000088],[-87.460830999999985,67.344147000000135],[-87.357773000000009,67.262207000000046],[-87.359160999999972,67.247482000000048],[-87.361938000000009,67.242203000000075],[-87.429168999999945,67.208603000000039],[-87.440551999999968,67.204987000000131],[-87.486664000000019,67.194138000000066],[-87.497771999999941,67.190536000000122],[-87.50556899999998,67.185256999999979],[-87.511397999999986,67.174988000000099],[-87.511948000000018,67.169983000000059],[-87.516953000000001,67.115540000000124],[-87.510284000000013,67.112198000000149],[-87.497498000000007,67.115265000000079],[-87.322784000000013,67.162766000000147],[-87.240828999999906,67.216094999999939],[-87.117766999999958,67.212769000000094],[-87.069732999999928,67.219437000000084],[-86.968612999999948,67.245255000000043],[-86.96305799999999,67.250548999999978],[-86.967498999999975,67.255264000000011],[-87.008895999999936,67.282211000000132],[-87.075561999999934,67.327209000000039],[-87.086670000000026,67.336379999999963],[-87.090560999999923,67.345825000000048],[-87.089995999999985,67.350815000000125],[-87.081389999999999,67.354430999999977],[-86.874435000000005,67.404984000000127],[-86.804169000000002,67.420821999999987],[-86.79222099999987,67.422485000000108],[-86.779175000000009,67.422211000000004],[-86.765288999999939,67.419144000000074],[-86.709731999999974,67.388046000000031],[-86.689163000000008,67.3744200000001],[-86.68472300000002,67.369980000000055],[-86.675551999999982,67.365540000000067],[-86.647232000000031,67.358322000000044],[-86.592498999999975,67.345261000000107],[-86.579726999999991,67.344986000000063],[-86.543883999999935,67.344986000000063],[-86.53195199999999,67.346649000000014],[-86.523620999999991,67.352203000000031],[-86.518065999999976,67.357208000000071],[-86.509170999999981,67.36775200000011],[-86.50306699999993,67.377762000000018],[-86.473891999999978,67.468596999999988],[-86.472777999999892,67.478592000000049],[-86.47444200000001,67.483322000000101],[-86.49499499999996,67.49693300000007],[-86.485001000000011,67.516936999999984],[-86.452224999999999,67.592484000000127],[-86.451401000000033,67.597488000000112],[-86.455840999999964,67.601929000000041],[-86.465285999999935,67.606369000000029],[-86.479720999999984,67.610535000000141],[-86.488892000000021,67.614699999999971],[-86.521392999999932,67.671921000000111],[-86.525283999999999,67.681366000000139],[-86.508056999999894,67.69720500000011],[-86.359160999999915,67.827773999999977],[-86.350554999999986,67.833327999999938],[-86.286941999999897,67.869979999999941],[-86.098052999999993,67.978043000000014],[-86.041381999999942,68.000549000000035],[-86.029723999999931,68.004990000000134],[-86.005004999999983,68.008330999999998],[-85.99221799999998,68.009155000000135],[-85.979995999999915,68.011658000000125],[-85.898346000000004,68.046097000000145],[-85.892501999999979,68.051376000000118],[-85.890838999999971,68.061371000000065],[-85.912506000000008,68.084717000000069],[-85.916396999999961,68.094147000000135],[-85.914443999999946,68.104155999999989],[-85.888061999999991,68.189697000000137],[-85.842772999999966,68.317214999999976],[-85.839172000000019,68.321381000000088],[-85.712783999999942,68.411652000000117],[-85.726943999999946,68.486374000000012],[-85.733321999999987,68.598602000000085],[-85.675277999999992,68.711104999999975],[-85.663619999999923,68.726929000000098],[-85.645843999999954,68.737488000000099],[-85.633895999999936,68.741928000000144],[-85.620269999999948,68.741653000000099],[-85.606383999999991,68.740265000000022],[-85.591675000000009,68.737198000000092],[-85.569457999999941,68.728317000000004],[-85.558043999999938,68.726089000000002],[-85.494445999999925,68.736923000000104],[-85.481948999999929,68.739426000000037],[-85.466171000000031,68.749992000000134],[-85.464164999999923,68.752991000000122],[-85.464721999999938,68.759720000000016],[-85.507781999999963,68.766662999999994],[-85.550827000000027,68.773315000000082],[-85.562774999999988,68.776657],[-85.55360399999995,68.781097000000045],[-85.540833000000021,68.78276100000005],[-85.514175000000023,68.783875000000023],[-85.458053999999947,68.777770999999973],[-85.415008999999998,68.770827999999995],[-85.371383999999978,68.762207000000103],[-85.361664000000019,68.757767000000058],[-85.368056999999965,68.752486999999974],[-85.379439999999988,68.747208000000001],[-85.388335999999981,68.741928000000144],[-85.384170999999981,68.737198000000092],[-85.328612999999962,68.724990999999932],[-85.314162999999951,68.722762999999986],[-85.228881999999999,68.71026599999999],[-85.215835999999967,68.710815000000139],[-85.209166999999979,68.714996000000042],[-85.210830999999985,68.719711000000075],[-85.21945199999999,68.729155999999932],[-85.226669000000015,68.733597000000032],[-85.148345999999947,68.750000000000114],[-85.067504999999926,68.749710000000107],[-84.912780999999939,68.746933000000013],[-84.898055999999997,68.742477000000065],[-84.883895999999993,68.740265000000022],[-84.801102000000014,68.73414600000001],[-84.787215999999944,68.733597000000032],[-84.775283999999999,68.737198000000092],[-84.767501999999922,68.747208000000001],[-84.760009999999909,68.757217000000026],[-84.752791999999999,68.767487000000131],[-84.754180999999903,68.772217000000012],[-84.761123999999995,68.776932000000045],[-84.834732000000031,68.820541000000105],[-84.846664000000033,68.82388300000008],[-84.860824999999977,68.825272000000041],[-84.899993999999936,68.820541000000105],[-84.912216000000001,68.818054000000018],[-84.976944000000003,68.809418000000107],[-85.003615999999909,68.808318999999983],[-85.031677000000002,68.810806000000014],[-85.131942999999922,68.826934999999992],[-85.143889999999942,68.830276000000026],[-85.163054999999929,68.839157000000114],[-85.17721599999993,68.848328000000095],[-85.184158000000025,68.853043000000127],[-85.192764000000011,68.862198000000149],[-85.194442999999865,68.867203000000018],[-85.190826000000015,68.872208000000057],[-85.177779999999984,68.87359600000002],[-85.15306099999998,68.873032000000023],[-85.125,68.870254999999986],[-85.053329000000019,68.858871000000022],[-85.039992999999981,68.859421000000054],[-85.005568999999923,68.877472000000068],[-85.001952999999958,68.882477000000108],[-84.99749799999995,68.925812000000064],[-85.007232999999871,68.930267000000129],[-85.021117999999944,68.931656000000089],[-85.046660999999972,68.926651000000049],[-85.059998000000007,68.925812000000064],[-85.08805799999999,68.928588999999988],[-85.116942999999935,68.93331900000004],[-85.129439999999931,68.937485000000095],[-85.136123999999995,68.942200000000128],[-85.140563999999927,68.946640000000002],[-85.136947999999961,68.951935000000049],[-85.127776999999924,68.956100000000049],[-85.115004999999996,68.958603000000039],[-85.087508999999955,68.958037999999988],[-84.973785000000021,68.946869000000106],[-84.914718999999991,68.938034000000073],[-84.818893000000003,68.927765000000022],[-84.805831999999953,68.929152999999928],[-84.796386999999982,68.933594000000028],[-84.791381999999942,68.94331399999993],[-84.793334999999956,68.948318000000086],[-84.799987999999871,68.952774000000034],[-84.809433000000013,68.957214000000022],[-84.821945000000028,68.961655000000121],[-84.837219000000005,68.965820000000122],[-84.851394999999968,68.968323000000112],[-84.865554999999915,68.969711000000018],[-84.906951999999933,68.971649000000127],[-84.921386999999982,68.973877000000073],[-84.936110999999926,68.977203000000145],[-84.986922999999933,68.999511999999982],[-84.981673999999941,69.007492000000013],[-84.957779000000016,69.017487000000074],[-84.944442999999978,69.018051000000014],[-84.836394999999925,69.012772000000041],[-84.720000999999968,69.006943000000035],[-84.591674999999952,68.994431000000077],[-84.578063999999983,68.993866000000025],[-84.565552000000025,68.997482000000105],[-84.541381999999999,69.007216999999969],[-84.532227000000034,69.012497000000053],[-84.528335999999967,69.017487000000074],[-84.535277999999948,69.022217000000126],[-84.563613999999973,69.025818000000015],[-84.745543999999995,69.039703000000088],[-84.953887999999949,69.085815000000139],[-85.108337000000006,69.113312000000121],[-85.020554000000004,69.160262999999929],[-85.006957999999941,69.160812000000078],[-84.994155999999919,69.163315000000068],[-84.987502999999947,69.168594000000041],[-84.994719999999973,69.173035000000141],[-85.008895999999993,69.174423000000047],[-85.064712999999927,69.176926000000037],[-85.143775999999946,69.167091000000028],[-85.151778999999976,69.166091999999935],[-85.159110999999996,69.164101000000073],[-85.163276999999994,69.161598000000083],[-85.155272999999966,69.153107000000091],[-85.176665999999898,69.143600000000049],[-85.197494999999947,69.132750999999985],[-85.210555999999997,69.130264000000125],[-85.223617999999988,69.128860000000088],[-85.236937999999952,69.128036000000122],[-85.25140399999998,69.130264000000125],[-85.266662999999994,69.133606000000043],[-85.308334000000002,69.143600000000049],[-85.315552000000025,69.148041000000148],[-85.317504999999983,69.15277100000003],[-85.308043999999995,69.158034999999984],[-85.29611199999988,69.162491000000102],[-85.283324999999877,69.165267999999969],[-85.235001000000011,69.174698000000035],[-85.227501000000018,69.176872000000003],[-85.226836999999989,69.179870999999991],[-85.231162999999981,69.182541000000072],[-85.240829000000019,69.192474000000004],[-85.254729999999995,69.192749000000049],[-85.337783999999999,69.193863000000022],[-85.383057000000008,69.205551000000071],[-85.392776000000026,69.209991000000059],[-85.473327999999924,69.271927000000062],[-85.477782999999874,69.276382000000069],[-85.50306699999993,69.31442300000009],[-85.508057000000008,69.395263999999997],[-85.506957999999997,69.400269000000037],[-85.503341999999975,69.405258000000003],[-85.494155999999919,69.410812000000021],[-85.481948999999929,69.415267999999969],[-85.467498999999918,69.417206000000078],[-85.453339000000028,69.416931000000034],[-85.424437999999952,69.413315000000011],[-85.396117999999944,69.411652000000061],[-85.383330999999941,69.415267999999969],[-85.339172000000019,69.438873000000115],[-85.343613000000005,69.443587999999977],[-85.353606999999954,69.448029000000076],[-85.378875999999934,69.456649999999968],[-85.39416499999993,69.460815000000139],[-85.422774999999945,69.462493999999992],[-85.436385999999914,69.460815000000139],[-85.445830999999998,69.45637499999998],[-85.465011999999945,69.440811000000053],[-85.477218999999991,69.436371000000008],[-85.491378999999995,69.436646000000053],[-85.500838999999985,69.439148000000102],[-85.510833999999988,69.443587999999977],[-85.525283999999999,69.45277400000009],[-85.538894999999968,69.466933999999981],[-85.542496000000028,69.476379000000065],[-85.547775000000001,69.647217000000069],[-85.546951000000035,69.652206000000035],[-85.514724999999999,69.768051000000071],[-85.450287000000003,69.784714000000122],[-85.423324999999977,69.788879000000122],[-85.409163999999976,69.788589000000115],[-85.393889999999999,69.7852630000001],[-85.389174999999966,69.780548000000067],[-85.389998999999932,69.775818000000015],[-85.39416499999993,69.770537999999988],[-85.406951999999933,69.760269000000108],[-85.410827999999981,69.755264000000068],[-85.406386999999995,69.750549000000035],[-85.391952999999944,69.750275000000101],[-85.379165999999941,69.753601000000117],[-85.366652999999985,69.758040999999992],[-85.342498999999975,69.768875000000037],[-85.333068999999966,69.774155000000121],[-85.331954999999994,69.77915999999999],[-85.34445199999999,69.813033999999959],[-85.349166999999909,69.817490000000078],[-85.361938000000009,69.821930000000066],[-85.377212999999927,69.824158000000068],[-85.433608999999933,69.823608000000036],[-85.461394999999982,69.822495000000117],[-85.489990000000034,69.823044000000095],[-85.518615999999952,69.823608000000036],[-85.56138599999997,69.824706999999989],[-85.586394999999982,69.826934999999935],[-85.582229999999981,69.845825000000104],[-85.578613000000018,69.850815000000125],[-85.571945000000028,69.856094000000098],[-85.561935000000005,69.859421000000054],[-85.548049999999932,69.859984999999995],[-85.377212999999927,69.851089000000059],[-85.361938000000009,69.848877000000016],[-85.315552000000025,69.838042999999971],[-85.274169999999913,69.825272000000041],[-85.222504000000015,69.80802900000009],[-85.212509000000011,69.803589000000102],[-85.199432000000002,69.799149000000057],[-85.170836999999949,69.790542999999957],[-85.093886999999995,69.773315000000025],[-85.079177999999956,69.771102999999982],[-85.064437999999996,69.76998900000001],[-84.871658000000025,69.816086000000098],[-84.86471599999993,69.821105999999929],[-84.854172000000005,69.83137499999998],[-84.574172999999917,69.857483000000116],[-84.546386999999868,69.859421000000054],[-84.476669000000015,69.862198000000149],[-84.433608999999933,69.861098999999967],[-84.375823999999966,69.857483000000116],[-84.346663999999976,69.854706000000022],[-84.331680000000006,69.852203000000031],[-84.169448999999986,69.822220000000129],[-84.125823999999909,69.809418000000107],[-84.118606999999997,69.804703000000075],[-84.114165999999955,69.799988000000042],[-84.112220999999977,69.793593999999985],[-84.104171999999949,69.785812000000021],[-84.091674999999952,69.781372000000033],[-83.971938999999963,69.74971000000005],[-83.941665999999998,69.743042000000116],[-83.748610999999926,69.708878000000084],[-83.733886999999982,69.706649999999911],[-83.705001999999922,69.703598],[-83.603881999999942,69.693588000000091],[-83.589447000000007,69.692200000000014],[-83.360549999999989,69.676376000000062],[-83.346389999999985,69.676086000000055],[-83.333069000000023,69.678314],[-83.306380999999931,69.693862999999908],[-83.293610000000001,69.699142000000109],[-83.280562999999916,69.702484000000027],[-83.253341999999975,69.705261000000121],[-83.238892000000021,69.704711999999972],[-83.180557000000022,69.694977000000108],[-83.122771999999998,69.689148000000046],[-83.021941999999967,69.679703000000018],[-83.008056999999951,69.679152999999985],[-82.826950000000011,69.688873000000058],[-82.696654999999964,69.695816000000036],[-82.541007999999977,69.674477000000138],[-82.539672999999937,69.671593000000087],[-82.536162999999874,69.668823000000032],[-82.527328000000011,69.666153000000122],[-82.509505999999874,69.661979999999971],[-82.500671000000011,69.660491999999977],[-82.483329999999967,69.657990000000098],[-82.457503999999972,69.655327],[-82.291672000000005,69.639984000000084],[-82.263335999999981,69.638046000000145],[-82.254729999999995,69.636383000000023],[-82.307495000000017,69.622208000000114],[-82.334731999999974,69.61943100000002],[-82.390288999999996,69.618865999999969],[-82.47066499999994,69.62303200000008],[-82.476333999999952,69.625870000000077],[-82.483664999999974,69.628539999999987],[-82.492500000000007,69.630043000000001],[-82.552337999999963,69.635376000000008],[-82.560836999999992,69.635704000000146],[-82.56899999999996,69.634872000000087],[-82.577002999999991,69.632874000000129],[-82.653885000000002,69.62303200000008],[-82.654723999999987,69.568604000000107],[-82.612503000000004,69.566940000000102],[-82.600280999999995,69.562485000000095],[-82.535278000000005,69.534988000000112],[-82.489989999999977,69.507217000000082],[-82.476668999999958,69.497756999999979],[-82.486937999999896,69.493591000000094],[-82.500564999999938,69.492203000000018],[-82.528884999999946,69.4952550000001],[-82.74221799999998,69.50999500000006],[-82.897507000000019,69.518875000000094],[-82.939712999999927,69.521378000000084],[-82.982223999999917,69.524154999999951],[-83.067779999999914,69.533051000000057],[-83.125548999999921,69.539978000000019],[-83.154175000000009,69.543869000000086],[-83.228057999999976,69.538589000000002],[-83.082503999999972,69.514160000000061],[-83.025283999999999,69.508041000000048],[-82.954726999999991,69.503601000000003],[-82.870270000000005,69.500274999999988],[-82.856658999999922,69.50082400000008],[-82.842498999999918,69.500274999999988],[-82.785277999999948,69.494141000000127],[-82.68472300000002,69.479706000000022],[-82.324172999999917,69.418868999999972],[-82.295272999999952,69.413879000000122],[-82.23721299999994,69.400818000000015],[-82.225280999999995,69.39637799999997],[-82.221389999999928,69.391662999999937],[-82.231673999999941,69.387497000000053],[-82.289718999999991,69.251663000000121],[-82.291381999999999,69.246643000000063],[-82.273055999999997,69.237488000000042],[-82.258620999999948,69.233871000000079],[-82.244995000000017,69.233322000000101],[-82.217223999999931,69.233047000000113],[-82.203612999999962,69.233597000000145],[-82.054442999999992,69.24136400000009],[-82.041107000000011,69.242751999999996],[-82.027785999999992,69.244979999999941],[-81.99129499999998,69.25470700000011],[-81.914718999999877,69.269440000000145],[-81.70777899999996,69.264709000000039],[-81.693877999999984,69.263046000000145],[-81.67971799999998,69.260544000000039],[-81.650283999999999,69.251663000000121],[-81.512222000000008,69.20138500000013],[-81.416396999999904,69.208038000000101],[-81.402221999999995,69.207214000000135],[-81.388335999999981,69.204712000000086],[-81.359725999999966,69.196640000000116],[-81.347778000000005,69.191925000000083],[-81.338897999999972,69.187485000000038],[-81.332503999999858,69.182479999999998],[-81.299438000000009,69.1202550000001],[-81.330841000000021,69.095261000000107],[-81.57028200000002,68.992477000000008],[-81.59584000000001,68.984146000000123],[-81.71665999999999,68.949142000000052],[-81.75556899999998,68.941360000000088],[-81.809433000000013,68.9327550000001],[-81.888061999999991,68.919144000000131],[-81.914169000000015,68.914429000000098],[-81.966110000000015,68.904433999999981],[-82.005004999999983,68.895538000000045],[-82.043059999999969,68.883881000000088],[-82.055556999999965,68.878586000000041],[-82.057219999999973,68.873871000000008],[-82.043335000000013,68.872208000000057],[-82.00306699999993,68.874146000000053],[-81.977218999999991,68.879700000000014],[-81.833068999999966,68.907211000000075],[-81.819457999999997,68.908600000000092],[-81.68638599999997,68.905258000000117],[-81.673049999999989,68.904433999999981],[-81.66194200000001,68.90277100000003],[-81.650283999999999,68.899155000000007],[-81.58805799999999,68.869705000000124],[-81.581954999999937,68.864990000000091],[-81.438323999999966,68.874984999999981],[-81.424712999999997,68.87553400000013],[-81.382767000000001,68.866652999999985],[-81.354171999999892,68.857483000000116],[-81.238051999999925,68.774704000000042],[-81.23443599999996,68.76998900000001],[-81.232772999999952,68.760268999999937],[-81.252227999999945,68.653046000000131],[-81.255843999999911,68.643051000000014],[-81.260558999999944,68.638046000000145],[-81.267501999999922,68.633041000000105],[-81.357773000000009,68.599152000000117],[-81.560271999999998,68.541656000000103],[-81.687209999999993,68.509430000000066],[-81.798889000000031,68.489700000000028],[-81.816390999999896,68.469711000000132],[-81.830291999999986,68.459717000000126],[-81.842498999999918,68.455551000000014],[-81.958053999999947,68.423309000000017],[-81.970839999999953,68.421097000000145],[-81.997771999999941,68.423035000000084],[-82.011947999999961,68.427765000000136],[-82.024444999999957,68.436919999999986],[-82.027785999999992,68.441650000000038],[-82.028884999999946,68.446640000000059],[-82.033324999999991,68.456099999999992],[-82.038054999999929,68.465820000000065],[-82.041671999999949,68.470535000000098],[-82.062209999999936,68.494430999999963],[-82.068618999999899,68.499145999999996],[-82.077498999999932,68.503601000000003],[-82.091675000000009,68.507217000000082],[-82.229445999999996,68.531662000000097],[-82.256393000000003,68.533600000000035],[-82.269454999999937,68.532486000000063],[-82.271117999999944,68.527481000000023],[-82.267226999999991,68.52276599999999],[-82.254729999999995,68.513321000000133],[-82.243056999999965,68.508881000000088],[-82.229171999999892,68.505264000000125],[-82.1875,68.495819000000097],[-82.175826999999913,68.491364000000033],[-82.17332499999992,68.485808999999961],[-82.175002999999947,68.481093999999928],[-82.179169000000002,68.476089000000059],[-82.183608999999933,68.471100000000092],[-82.190552000000025,68.466095000000053],[-82.202498999999989,68.460815000000025],[-82.215011999999888,68.457489000000123],[-82.228057999999976,68.455261000000007],[-82.25418099999996,68.454437000000041],[-82.382767000000001,68.466934000000037],[-82.393889999999999,68.468322999999998],[-82.448882999999967,68.478592000000049],[-82.476943999999946,68.485535000000027],[-82.500290000000007,68.494430999999963],[-82.532501000000025,68.508041000000048],[-82.545273000000009,68.517487000000017],[-82.549163999999905,68.522217000000069],[-82.557770000000005,68.526932000000102],[-82.571395999999993,68.526382000000069],[-82.583892999999875,68.524155000000007],[-82.608886999999925,68.517487000000017],[-82.62110899999999,68.512206999999933],[-82.634734999999978,68.502213000000097],[-82.638901000000033,68.497208000000057],[-82.635284000000013,68.492203000000018],[-82.491103999999893,68.453873000000101],[-82.490554999999915,68.402205999999921],[-82.363051999999982,68.35054000000008],[-82.356658999999922,68.345825000000048],[-82.353057999999976,68.341094999999996],[-82.351105000000018,68.331375000000094],[-82.352492999999924,68.326660000000061],[-82.356658999999922,68.321655000000021],[-82.369445999999925,68.318329000000006],[-82.381942999999922,68.316939999999988],[-82.39527899999996,68.316666000000055],[-82.422225999999966,68.318603999999993],[-82.448607999999979,68.320831000000055],[-82.475006000000008,68.321106000000043],[-82.500838999999985,68.317490000000021],[-82.507781999999963,68.313309000000118],[-82.50140399999998,68.308594000000085],[-82.483611999999937,68.299422999999933],[-82.426101999999958,68.276657000000114],[-82.400557999999933,68.26887499999998],[-82.386947999999961,68.266388000000063],[-82.37388599999997,68.265548999999965],[-82.36082499999992,68.266937000000041],[-82.311661000000015,68.283051],[-82.286941999999897,68.289703000000031],[-82.273330999999928,68.288879000000065],[-82.264724999999999,68.284424000000058],[-82.260009999999966,68.274993999999992],[-82.259170999999981,68.269989000000123],[-82.258620999999948,68.255554000000018],[-82.264449999999897,68.24552900000009],[-82.270279000000016,68.235535000000084],[-82.278610000000015,68.225540000000024],[-82.289443999999946,68.215545999999961],[-82.300551999999868,68.205551000000071],[-82.321121000000005,68.190262000000018],[-82.330291999999872,68.185256999999922],[-82.337218999999948,68.180267000000072],[-82.345550999999944,68.170258000000047],[-82.34722899999997,68.165268000000026],[-82.345839999999953,68.160537999999974],[-82.337218999999948,68.155823000000112],[-82.314437999999939,68.146652000000017],[-82.272506999999962,68.133331000000055],[-82.230835000000013,68.121918000000051],[-82.206115999999952,68.115814],[-82.192489999999964,68.112487999999985],[-82.179169000000002,68.111649],[-82.166397000000018,68.114151000000106],[-82.145781999999997,68.125488000000018],[-82.099166999999966,68.154984000000013],[-82.080565999999919,68.179703000000131],[-82.06361400000003,68.199707000000046],[-82.056945999999982,68.204712000000086],[-82.047500999999897,68.209716999999955],[-82.037505999999894,68.213881999999955],[-82.025009000000011,68.216095000000109],[-82.01167299999986,68.214705999999921],[-81.997771999999941,68.211105000000089],[-81.988892000000021,68.206650000000025],[-81.985549999999989,68.201660000000004],[-81.984726000000023,68.196929999999952],[-81.993057000000022,68.172485000000108],[-82.008895999999936,68.14776599999999],[-82.019164999999987,68.132751000000042],[-82.027221999999938,68.122756999999979],[-82.034164000000033,68.117751999999939],[-82.043610000000001,68.112762000000089],[-82.056106999999997,68.109421000000054],[-82.114502000000016,68.082870000000014],[-82.173889000000031,68.002486999999974],[-82.175551999999982,67.997482000000105],[-82.102782999999988,67.907211000000075],[-82.096663999999976,67.90248100000008],[-82.079452999999944,67.893326000000002],[-82.070557000000008,67.888596000000007],[-81.837783999999999,67.783875000000023],[-81.727218999999934,67.740814],[-81.707503999999972,67.731658999999922],[-81.690552000000025,67.722487999999998],[-81.678328999999906,67.713042999999914],[-81.666397000000018,67.703598000000056],[-81.65972899999997,67.694138000000009],[-81.653884999999946,67.689423000000147],[-81.636672999999917,67.679977000000008],[-81.592498999999975,67.661652000000061],[-81.538329999999974,67.643599999999992],[-81.498046999999985,67.631927000000132],[-81.457779000000016,67.620529000000147],[-81.433059999999955,67.611374000000069],[-81.416396999999904,67.601929000000041],[-81.248885999999914,67.479706000000078],[-81.243056999999908,67.474991000000045],[-81.239715999999873,67.470260999999994],[-81.237212999999997,67.455551000000014],[-81.237503000000004,67.441086000000098],[-81.239166000000012,67.436096000000077],[-81.245269999999948,67.426376000000005],[-81.256392999999946,67.416381999999942],[-81.293610000000001,67.396103000000039],[-81.300551999999982,67.391098],[-81.30471799999998,67.386108000000092],[-81.347778000000005,67.292755],[-81.366394000000014,67.238875999999948],[-81.373610999999983,67.204711999999972],[-81.376099000000011,67.189972000000012],[-81.375274999999988,67.185256999999979],[-81.380279999999914,67.170532000000037],[-81.413895000000025,67.091370000000097],[-81.432220000000029,67.066666000000112],[-81.496657999999911,67.004715000000147],[-81.50306699999993,66.999710000000107],[-81.512512000000015,66.99470500000001],[-81.524170000000026,66.99054000000001],[-81.536117999999988,66.988312000000064],[-81.699722000000008,66.970261000000107],[-81.711944999999957,66.969986000000063],[-81.750838999999928,66.978591999999992],[-81.763901000000033,66.983046999999999],[-81.772232000000031,66.987762000000032],[-81.783066000000019,66.992477000000065],[-81.796111999999937,66.996933000000013],[-81.809157999999968,66.998321999999973],[-81.833618000000001,66.997756999999979],[-81.929717999999923,66.978591999999992],[-81.952498999999932,66.968048000000124],[-81.988892000000021,66.949706999999933],[-82.026947000000007,66.926086000000055],[-82.179992999999968,66.768875000000094],[-82.183884000000035,66.764160000000061],[-82.369720000000029,66.725815000000125],[-82.481109999999944,66.669707999999957],[-82.556380999999988,66.623871000000122],[-82.562774999999874,66.618866000000082],[-82.566665999999941,66.613876000000005],[-82.571670999999981,66.60386699999998],[-82.577498999999989,66.584427000000005],[-82.576675000000023,66.579436999999984],[-82.579452999999944,66.569717000000082],[-82.585555999999997,66.564697000000024],[-82.596953999999982,66.560256999999979],[-82.694442999999978,66.558029000000033],[-82.78195199999999,66.566666000000055],[-82.86999499999996,66.567490000000021],[-83.018065999999976,66.539978000000076],[-83.012787000000003,66.515823000000069],[-83.015288999999996,66.50610400000005],[-83.019164999999873,66.501099000000011],[-83.025283999999999,66.495819000000097],[-83.049987999999928,66.475539999999967],[-83.058608999999933,66.470260999999994],[-83.357497999999964,66.353043000000071],[-83.368332000000009,66.348877000000016],[-83.402221999999938,66.347487999999998],[-83.450561999999991,66.346649000000014],[-83.515288999999882,66.353867000000037],[-83.567504999999983,66.367477000000122],[-83.652785999999935,66.40776100000005],[-83.654175000000009,66.412491000000102],[-83.639449999999954,66.437195000000088],[-83.630828999999949,66.442200000000128],[-83.618331999999896,66.44081100000011],[-83.607773000000009,66.436371000000122],[-83.597778000000005,66.426926000000037],[-83.601669000000015,66.412201000000096],[-83.597778000000005,66.407486000000063],[-83.545273000000009,66.381363000000079],[-83.53472899999997,66.378035999999952],[-83.579726999999934,66.431656000000089],[-83.672501000000011,66.520538000000101],[-83.68110699999994,66.524993999999992],[-83.70695499999988,66.530822999999998],[-83.732497999999964,66.534714000000065],[-83.795273000000009,66.541930999999977],[-83.82028200000002,66.542754999999943],[-83.832229999999981,66.542206000000022],[-83.857497999999964,66.544144000000131],[-83.968886999999881,66.577484000000027],[-83.977492999999981,66.582214000000079],[-83.985001000000011,66.591660000000047],[-84.011397999999986,66.663605000000018],[-84.014174999999966,66.673309000000017],[-84.015563999999983,66.687759000000142],[-84.014450000000011,66.692748999999992],[-84.006119000000012,66.698029000000076],[-83.994719999999973,66.70138500000013],[-83.982772999999952,66.70277400000009],[-83.945540999999992,66.702484000000084],[-83.891113000000018,66.804153000000099],[-83.886123999999995,66.813873000000001],[-83.883895999999936,66.82388300000008],[-83.884170999999924,66.833602999999982],[-83.890288999999996,66.85775799999999],[-83.901671999999905,66.871918000000107],[-83.907776000000013,66.876647999999989],[-83.916397000000018,66.881087999999977],[-83.928878999999995,66.86303700000002],[-83.938323999999909,66.823608000000092],[-83.945540999999992,66.813599000000067],[-84.104996000000028,66.708328000000108],[-84.116394000000014,66.704987000000074],[-84.140288999999996,66.701934999999935],[-84.152785999999992,66.702484000000084],[-84.165558000000033,66.703873000000101],[-84.260284000000013,66.716385000000059],[-84.27305599999994,66.718596999999932],[-84.286666999999909,66.723038000000031],[-84.295273000000009,66.727478000000076],[-84.43638599999997,66.818329000000119],[-84.427779999999927,66.961104999999975],[-84.415008999999998,66.960815000000139],[-84.390288999999882,66.961929000000112],[-84.378600999999946,66.964157000000057],[-84.367492999999968,66.968597000000102],[-84.370834000000002,66.97137500000008],[-84.436110999999926,66.981369000000086],[-84.488051999999925,66.988876000000005],[-84.618057000000022,67.006378000000041],[-84.694153000000028,67.009720000000016],[-84.733063000000016,67.014708999999982],[-84.837783999999999,67.029434000000094],[-84.850829999999974,67.03166200000004],[-84.87332200000003,67.039428999999984],[-84.881942999999978,67.043869000000029],[-84.886123999999938,67.048599000000081],[-84.892501999999922,67.053314000000114],[-84.901397999999858,67.057754999999986],[-84.915008999999998,67.060806000000014],[-84.926940999999943,67.059418000000107],[-84.936110999999926,67.056090999999981],[-84.880279999999971,66.989426000000037],[-84.871658000000025,66.984984999999938],[-84.857772999999952,66.981659000000093],[-84.84584000000001,66.982208000000071],[-84.833892999999932,66.984711000000004],[-84.811110999999926,66.991653000000099],[-84.789444000000003,67.002486999999974],[-84.778335999999911,67.006653000000085],[-84.765563999999983,67.006378000000041],[-84.699996999999939,66.99581900000004],[-84.645844000000011,66.981659000000093],[-84.639724999999885,66.978043000000071],[-84.651397999999972,66.97554000000008],[-84.712783999999942,66.972762999999986],[-84.885833999999932,66.966660000000047],[-84.960007000000019,66.964157000000057],[-85.010009999999966,66.964706000000035],[-85.048339999999996,66.963318000000072],[-85.059722999999963,66.959717000000069],[-85.142775999999969,66.930267000000129],[-85.228333000000021,66.878311000000053],[-85.228881999999999,66.873306000000014],[-85.222777999999948,66.868866000000025],[-85.196105999999986,66.855255000000056],[-85.184433000000013,66.851089000000115],[-85.146118000000001,66.839431999999988],[-85.133057000000008,66.836929000000055],[-85.11999499999996,66.835541000000148],[-84.948607999999979,66.858597000000145],[-84.94027699999998,66.863876000000118],[-84.904556000000014,66.897202000000107],[-84.901053999999988,66.900375000000111],[-84.904892000000018,66.903037999999981],[-84.912888000000009,66.905044999999973],[-84.920546999999999,66.905373000000111],[-84.935225999999886,66.904540999999995],[-84.943061999999941,66.905373000000111],[-84.951050000000009,66.907378999999992],[-84.95788600000003,66.909874000000002],[-84.961730999999986,66.912704000000019],[-84.956389999999942,66.915367000000117],[-84.86233500000003,66.939835000000073],[-84.855164000000002,66.940666000000078],[-84.767775999999969,66.952209000000039],[-84.755279999999971,66.951660000000061],[-84.602218999999991,66.935806000000127],[-84.562209999999993,66.901382000000126],[-84.573897999999986,66.89888000000002],[-84.61082499999992,66.89387499999998],[-84.62332200000003,66.893326000000059],[-84.650283999999999,66.900817999999958],[-84.675827000000027,66.902771000000087],[-84.688323999999909,66.903046000000131],[-84.746384000000035,66.897491000000059],[-84.706389999999999,66.888596000000007],[-84.58555599999994,66.858871000000079],[-84.558334000000002,66.850540000000024],[-84.523330999999985,66.836929000000055],[-84.505843999999968,66.827773999999977],[-84.504729999999995,66.823043999999982],[-84.516113000000018,66.820540999999992],[-84.541381999999999,66.821381000000031],[-84.580565999999976,66.828323000000125],[-84.634170999999981,66.84165999999999],[-84.660278000000005,66.846375000000023],[-84.672501000000011,66.845824999999991],[-84.684432999999956,66.844147000000021],[-84.690551999999968,66.839980999999966],[-84.684432999999956,66.835266000000104],[-84.675551999999925,66.830826000000116],[-84.664444000000003,66.82748400000014],[-84.651107999999965,66.824158000000125],[-84.466949,66.787766000000147],[-84.434433000000013,66.725540000000137],[-84.445266999999888,66.720260999999937],[-84.448607999999922,66.715271000000087],[-84.442489999999964,66.710814999999968],[-84.429442999999935,66.708328000000108],[-84.404174999999952,66.705551000000014],[-84.343063000000029,66.699416999999983],[-84.203887999999949,66.691360000000032],[-84.153060999999923,66.685806000000014],[-84.144454999999994,66.681366000000025],[-84.136672999999973,66.662201000000039],[-84.138061999999877,66.657210999999961],[-84.142501999999979,66.647216999999955],[-84.146117999999944,66.642212000000086],[-84.180556999999965,66.606644000000074],[-84.186385999999914,66.601379000000009],[-84.128325999999959,66.554703000000018],[-83.967223999999931,66.473877000000073],[-83.916397000000018,66.446640000000116],[-83.89805599999994,66.432755000000043],[-83.888061999999991,66.423599000000081],[-83.871108999999933,66.394989000000066],[-83.867492999999968,66.380539000000113],[-83.804717999999923,66.307205000000124],[-83.773620999999991,66.289703000000088],[-83.774719000000005,66.275269000000037],[-83.772231999999974,66.265548999999965],[-83.768615999999952,66.260818000000029],[-83.762787000000003,66.256104000000107],[-83.728881999999999,66.23803700000002],[-83.71833799999996,66.233597000000032],[-83.684722999999906,66.215546000000018],[-83.68110699999994,66.210815000000082],[-83.67860399999995,66.201096000000121],[-83.684432999999956,66.196091000000024],[-83.693053999999961,66.190810999999997],[-83.767898999999943,66.168639999999982],[-83.789718999999934,66.163315000000125],[-83.835830999999928,66.154709000000025],[-83.847777999999948,66.153320000000008],[-83.855559999999912,66.155822999999998],[-83.977782999999988,66.199417000000096],[-84.118057000000022,66.25471500000009],[-84.135283999999956,66.26388500000013],[-84.141112999999962,66.268326000000059],[-84.148620999999991,66.277771000000143],[-84.149993999999992,66.282760999999994],[-84.150283999999942,66.292480000000012],[-84.148894999999925,66.297485000000052],[-84.152495999999985,66.302200000000084],[-84.158614999999998,66.306641000000013],[-84.167220999999927,66.31109600000002],[-84.178329000000019,66.315536000000009],[-84.190826000000015,66.318054000000018],[-84.216400000000021,66.321655000000078],[-84.228332999999964,66.3211060000001],[-84.317229999999995,66.299712999999997],[-84.426940999999886,66.363037000000077],[-84.441939999999931,66.372208000000057],[-84.506393000000003,66.402205999999978],[-84.516952999999944,66.404709000000139],[-84.528885000000002,66.40415999999999],[-84.550551999999868,66.394440000000088],[-84.558884000000035,66.389160000000061],[-84.619155999999919,66.349715999999944],[-84.626937999999882,66.343597000000102],[-84.635559000000001,66.334991000000002],[-84.636123999999995,66.328873000000044],[-84.625,66.319152999999972],[-84.527221999999995,66.278595000000109],[-84.424438000000009,66.224701000000096],[-84.407500999999968,66.215546000000018],[-84.401397999999972,66.211105000000089],[-84.389998999999932,66.196930000000009],[-84.386397999999986,66.192199999999957],[-84.37777699999998,66.178040000000067],[-84.372498000000007,66.168319999999994],[-84.374709999999993,66.158600000000092],[-84.448607999999922,66.158600000000092],[-84.46055599999994,66.159149000000014],[-84.473327999999981,66.161377000000016],[-84.483886999999925,66.164703000000031],[-84.509445000000028,66.178314],[-84.641112999999962,66.216094999999996],[-84.869155999999975,66.266662999999937],[-84.881942999999978,66.268051000000071],[-84.90583799999996,66.266937000000098],[-84.927489999999977,66.258881000000031],[-84.943877999999984,66.248322000000144],[-84.954726999999934,66.243866000000025],[-84.96665999999999,66.244431000000077],[-84.979720999999984,66.24664300000012],[-85.00167799999997,66.255264000000068],[-85.131942999999922,66.291931000000034],[-85.178329000000019,66.262207000000046],[-85.190276999999867,66.260544000000095],[-85.202498999999932,66.260818000000029],[-85.214721999999995,66.262207000000046],[-85.227782999999988,66.264434999999992],[-85.252227999999945,66.273041000000092],[-85.269729999999981,66.281937000000028],[-85.301392000000021,66.304703000000075],[-85.306655999999919,66.314148000000102],[-85.339721999999938,66.399154999999951],[-85.345550999999887,66.447754000000089],[-85.346114999999998,66.45748900000001],[-85.341675000000009,66.482208000000128],[-85.343338000000017,66.48692299999999],[-85.351394999999968,66.496093999999971],[-85.457503999999915,66.573883000000137],[-85.466400000000021,66.578323000000012],[-85.479720999999984,66.581375000000094],[-85.491942999999878,66.581940000000145],[-85.55221599999993,66.577774000000034],[-85.575561999999991,66.574707000000103],[-85.598617999999931,66.569442999999978],[-85.710555999999997,66.536101999999971],[-85.845276000000013,66.499419999999986],[-85.857773000000009,66.499709999999993],[-85.868880999999931,66.504166000000112],[-85.875548999999978,66.5086060000001],[-85.888901000000033,66.511932000000002],[-85.995543999999995,66.508041000000105],[-86.007507000000032,66.507216999999969],[-86.078888000000006,66.49693300000007],[-86.103333000000021,66.496643000000063],[-86.128326000000015,66.49803200000008],[-86.141113000000018,66.499419999999986],[-86.256667999999934,66.513321000000133],[-86.283324999999934,66.518599999999935],[-86.578888000000006,66.530272999999966],[-86.580001999999979,66.520538000000101],[-86.587783999999942,66.51527400000009],[-86.599730999999963,66.511108000000036],[-86.611389000000031,66.508331000000112],[-86.622771999999998,66.506652999999972],[-86.635009999999966,66.50610400000005],[-86.65972899999997,66.506377999999984],[-86.672500999999954,66.507767000000001],[-86.685546999999985,66.509720000000073],[-86.698883000000023,66.513046000000145],[-86.726944000000003,66.521103000000096],[-86.738051999999982,66.525269000000037],[-86.75167799999997,66.528320000000008],[-86.764174999999966,66.528595000000053],[-86.775283999999942,66.526093000000003],[-86.780838000000017,66.520828000000108],[-86.781386999999995,66.515823000000069],[-86.777221999999995,66.511108000000036],[-86.743880999999931,66.488586000000112],[-86.701110999999969,66.466659999999933],[-86.662780999999939,66.449417000000039],[-86.639998999999932,66.441085999999927],[-86.633621000000005,66.436371000000122],[-86.641677999999956,66.431931000000077],[-86.678604000000007,66.432755000000043],[-86.730559999999969,66.436920000000043],[-86.756957999999941,66.441360000000088],[-86.783614999999941,66.447479000000101],[-86.796386999999925,66.448593000000074],[-86.807495000000017,66.446091000000024],[-86.811110999999983,66.441925000000083],[-86.809158000000025,66.437195000000088],[-86.804992999999968,66.432480000000055],[-86.651671999999962,66.324158000000011],[-86.638335999999924,66.315262000000075],[-86.612777999999992,66.311646000000053],[-86.49722300000002,66.29942299999999],[-86.396117999999944,66.289703000000088],[-86.30610699999994,66.276382000000126],[-86.142226999999991,66.239699999999971],[-86.076110999999912,66.22387700000013],[-85.927489999999977,66.186370999999951],[-85.913895000000025,66.182205000000067],[-85.901108000000022,66.173035000000027],[-85.897232000000031,66.168319999999994],[-85.977492999999924,66.077773999999977],[-85.975829999999917,66.073044000000095],[-85.973891999999978,66.038879000000009],[-85.974716000000001,66.033875000000023],[-85.979995999999915,66.028594999999996],[-85.990554999999972,66.024155000000121],[-86.077224999999999,65.99581900000004],[-86.121384000000035,65.984421000000054],[-86.217498999999975,65.957489000000123],[-86.22084000000001,65.952209000000039],[-86.231383999999935,65.941925000000026],[-86.239166000000012,65.936646000000053],[-86.249435000000005,65.93193100000002],[-86.326400999999976,65.90498400000007],[-86.348617999999874,65.899719000000005],[-86.360275000000001,65.899155000000064],[-86.420272999999952,65.892487000000074],[-86.472228999999857,65.839980999999966],[-86.496947999999975,65.808029000000033],[-86.49499499999996,65.803314],[-86.486389000000031,65.799149],[-86.464171999999962,65.790543000000071],[-86.455276000000026,65.786102000000142],[-86.453888000000006,65.78137200000009],[-86.451110999999855,65.747208000000057],[-86.454177999999956,65.742203000000018],[-86.530288999999868,65.695525999999916],[-86.716109999999958,65.617477000000065],[-86.819457999999997,65.560532000000023],[-86.829726999999991,65.55581699999999],[-86.84056099999998,65.553314000000057],[-86.852782999999931,65.55442800000003],[-86.865828999999962,65.557480000000112],[-86.878052000000025,65.557754999999929],[-86.888610999999969,65.555251999999996],[-86.953888000000006,65.53915400000011],[-86.972777999999948,65.520263999999997],[-87.017226999999991,65.486923000000047],[-87.024445000000014,65.481659000000036],[-87.035278000000005,65.479156000000046],[-87.05471799999998,65.486649000000114],[-87.067504999999983,65.488875999999948],[-87.077788999999996,65.484985000000052],[-87.087783999999999,65.479431000000091],[-87.095001000000025,65.474152000000117],[-87.110275000000001,65.458602999999982],[-87.118606999999997,65.4433140000001],[-87.119155999999975,65.438309000000061],[-87.11500499999994,65.433594000000028],[-87.101944000000003,65.429703000000131],[-87.111664000000019,65.390274000000034],[-87.351105000000018,65.327209000000096],[-87.361938000000009,65.324432000000002],[-87.372771999999941,65.322769000000051],[-87.395843999999897,65.321380999999974],[-87.430831999999953,65.320831000000112],[-87.833327999999938,65.323883000000023],[-87.869155999999975,65.325272000000041],[-87.893065999999976,65.326660000000118],[-87.941939999999875,65.330826000000059],[-87.96665999999999,65.333054000000004],[-88.004456000000005,65.339157000000114],[-88.030288999999925,65.345260999999994],[-88.070281999999963,65.356093999999928],[-88.09445199999999,65.363312000000121],[-88.212783999999886,65.40277100000003],[-88.221389999999985,65.407211000000075],[-88.234726000000023,65.416091999999992],[-88.243331999999953,65.425262000000032],[-88.245270000000005,65.429977000000065],[-88.25389100000001,65.439148000000046],[-88.31361400000003,65.479156000000046],[-88.333617999999944,65.492477000000008],[-88.548614999999984,65.582764000000111],[-88.55972300000002,65.586929000000112],[-88.573058999999944,65.589706000000035],[-88.58555599999994,65.590820000000008],[-88.633330999999998,65.591094999999996],[-88.645554000000004,65.592208999999968],[-88.658889999999928,65.594986000000063],[-88.68582200000003,65.601929000000098],[-88.829726999999878,65.641372999999987],[-88.828888000000006,65.644150000000081],[-88.756667999999991,65.642761000000064],[-88.62249799999995,65.637207000000103],[-88.49888599999997,65.626923000000033],[-88.513335999999981,65.644440000000088],[-88.779723999999987,65.676085999999941],[-88.949721999999895,65.68664600000011],[-88.962783999999999,65.688583000000108],[-89.000838999999985,65.698593000000017],[-89.09944200000001,65.725266000000033],[-89.124435000000005,65.733322000000101],[-89.133895999999936,65.737487999999985],[-89.140563999999927,65.74192800000003],[-89.14527899999996,65.746368000000018],[-89.147507000000019,65.751388999999961],[-89.147231999999974,65.761107999999979],[-89.149444999999957,65.765823000000012],[-89.156386999999938,65.770264000000111],[-89.174438000000009,65.778594999999996],[-89.379990000000021,65.846375000000023],[-89.525283999999999,65.886932000000002],[-89.597228999999857,65.910812000000021],[-89.664718999999934,65.934982000000048],[-89.671660999999915,65.939423000000147],[-89.70944199999991,65.942200000000014],[-89.967223999999987,65.948593000000017],[-89.991104000000007,65.947478999999987],[-90,65.944359000000134],[-89.964171999999962,65.936919999999986],[-89.939163000000008,65.93609600000002],[-89.926391999999908,65.934143000000063],[-89.89916999999997,65.928589000000045],[-89.87110899999999,65.921097000000145],[-89.834166999999979,65.910263000000043],[-89.799438000000009,65.898331000000098],[-89.740829000000019,65.873306000000071],[-89.731673999999998,65.86914100000007],[-89.726943999999946,65.839980999999966],[-89.729172000000005,65.834717000000012],[-89.736389000000031,65.829162999999994],[-89.746947999999975,65.826385000000016],[-89.76916499999993,65.822495000000004],[-89.793334999999956,65.822495000000004],[-89.818892999999889,65.825546000000031],[-89.832229999999925,65.828323000000125],[-89.843886999999938,65.832214000000022],[-89.89056399999987,65.853043000000014],[-89.902221999999995,65.857208000000014],[-90.048614999999984,65.888321000000019],[-90.073623999999938,65.890273999999977],[-90.085555999999997,65.889159999999947],[-90.119995000000017,65.883880999999974],[-90.162780999999995,65.872207999999944],[-90.207229999999925,65.864426000000037],[-90.241942999999992,65.861374000000069],[-90.265838999999971,65.860535000000141],[-90.315001999999993,65.862198000000035],[-90.404448999999943,65.871093999999971],[-90.418335000000013,65.87414600000011],[-90.427489999999977,65.878036000000066],[-90.432495000000017,65.882751000000098],[-90.425551999999925,65.888321000000019],[-90.393065999999919,65.896102999999982],[-90.357773000000009,65.898041000000092],[-90.333327999999995,65.897217000000126],[-90.272781000000009,65.897491000000059],[-90.225554999999929,65.900542999999971],[-90.215560999999923,65.904434000000037],[-90.213333000000034,65.909424000000115],[-90.213333000000034,65.914428999999984],[-90.220551,65.918868999999972],[-90.234725999999966,65.922485000000052],[-90.258895999999993,65.922485000000052],[-90.293335000000013,65.918593999999985],[-90.360275000000001,65.907760999999994],[-90.418883999999878,65.901093000000003],[-90.574172999999973,65.896652000000074],[-90.596114999999941,65.896652000000074],[-90.708618000000001,65.902480999999909],[-90.733886999999925,65.904160000000104],[-90.850280999999995,65.915267999999912],[-91.068344000000025,65.940262000000075],[-91.316390999999953,65.969986000000119],[-91.328613000000018,65.969986000000119],[-91.340285999999935,65.96887200000009],[-91.429168999999945,65.95109599999995],[-91.444442999999865,65.930817000000047],[-91.362777999999935,65.893599999999992],[-91.353332999999964,65.889434999999992],[-91.341385000000002,65.885818000000029],[-91.328063999999983,65.883880999999974],[-91.189437999999939,65.853043000000014],[-91.06082200000003,65.813309000000061],[-91.046660999999915,65.809417999999994],[-91.020553999999947,65.806091000000094],[-91.008621000000005,65.806091000000094],[-91.004180999999903,65.811371000000122],[-91.013900999999976,65.820540999999992],[-91.05471799999998,65.846649000000127],[-91.108337000000006,65.891373000000101],[-91.123046999999929,65.904709000000082],[-91.125823999999852,65.909714000000122],[-91.121384000000035,65.914993000000095],[-91.099730999999963,65.919982999999945],[-91.088057999999933,65.921097000000145],[-91.063889000000017,65.921097000000145],[-90.990279999999984,65.919982999999945],[-90.976943999999946,65.918045000000006],[-90.948607999999979,65.910812000000021],[-90.921386999999925,65.905258000000003],[-90.90834000000001,65.903595000000109],[-90.741942999999992,65.887772000000041],[-90.692489999999964,65.886108000000036],[-90.531676999999945,65.880539000000056],[-90.078063999999983,65.812485000000095],[-90.013900999999919,65.800262000000032],[-90,65.797400999999923],[-89.986938000000009,65.794708000000071],[-89.960006999999962,65.788879000000065],[-89.932220000000029,65.78137200000009],[-89.744995000000017,65.724700999999982],[-89.720275999999956,65.713042999999971],[-89.660278000000005,65.683318999999983],[-89.653335999999911,65.678863999999976],[-89.428328999999962,65.529434000000037],[-89.308883999999978,65.469437000000084],[-89.146118000000001,65.400543000000084],[-89.065551999999911,65.333054000000004],[-89.054442999999992,65.328873000000101],[-89.044448999999986,65.32777400000009],[-88.771118000000001,65.307754999999986],[-88.733886999999982,65.306090999999981],[-88.710281000000009,65.306090999999981],[-88.698607999999979,65.30693100000002],[-88.676940999999999,65.31053200000008],[-88.606948999999929,65.30693100000002],[-88.490279999999984,65.293320000000051],[-88.389174999999909,65.277205999999921],[-88.364715999999873,65.274994000000049],[-88.215012000000002,65.277205999999921],[-88.133330999999941,65.278320000000122],[-88.109725999999966,65.278046000000018],[-88.096664000000033,65.274994000000049],[-88.061660999999958,65.258881000000031],[-88.021117999999888,65.274704000000042],[-88.011123999999938,65.278320000000122],[-87.978058000000033,65.283599999999979],[-87.943603999999993,65.286102000000085],[-87.731383999999991,65.290267999999969],[-87.673049999999989,65.291366999999923],[-87.602218999999934,65.290542999999957],[-87.357773000000009,65.270827999999995],[-87.21055599999994,65.254165999999998],[-87.075012000000015,65.236648999999943],[-86.957779000000016,65.165817000000004],[-86.944992000000013,65.156936999999971],[-86.936935000000005,65.147766000000047],[-86.933318999999983,65.138046000000145],[-86.967498999999975,65.059417999999994],[-86.970275999999899,65.054428000000087],[-86.977492999999981,65.048874000000126],[-86.997771999999941,65.040816999999947],[-87.040557999999976,65.031097000000045],[-87.110001000000011,64.999145999999996],[-87.430283000000031,64.711928999999998],[-87.521666999999923,64.621094000000085],[-87.571944999999971,64.573607999999979],[-87.579178000000013,64.568054000000018],[-87.586120999999991,64.562759000000142],[-87.595550999999944,64.557205000000124],[-87.698043999999925,64.527206000000092],[-87.764419999999973,64.520904999999914],[-87.786391999999921,64.51998900000001],[-87.797225999999966,64.518051000000071],[-87.807219999999973,64.514434999999992],[-87.855270000000019,64.43942300000009],[-87.855835000000013,64.429428000000144],[-87.863616999999977,64.379700000000014],[-87.8663939999999,64.369705000000124],[-87.983886999999925,64.191086000000041],[-87.990829000000019,64.185805999999957],[-88.113327000000027,64.136108000000036],[-88.12332200000003,64.133605999999986],[-88.285552999999936,64.106369000000029],[-88.551666000000012,64.025543000000084],[-88.553878999999995,64.020538000000045],[-88.674437999999952,63.980269999999962],[-88.684432999999956,63.977486000000056],[-88.736663999999962,63.968323000000055],[-88.759444999999971,63.969437000000028],[-88.993880999999931,63.998604000000114],[-89.077788999999882,64.026093000000117],[-89.110000999999954,64.03804000000008],[-89.127212999999983,64.04664600000001],[-89.150833000000034,64.059417999999994],[-89.182770000000005,64.081375000000037],[-89.198043999999982,64.094711000000018],[-89.202224999999999,64.099426000000051],[-89.208617999999944,64.108871000000079],[-89.210555999999997,64.118317000000047],[-89.210555999999997,64.123306000000014],[-89.212783999999942,64.128036000000066],[-89.22084000000001,64.137207000000046],[-89.244720000000029,64.15498400000007],[-89.251113999999973,64.159424000000115],[-89.260833999999875,64.160538000000088],[-89.284164000000033,64.141937000000041],[-89.286391999999978,64.136658000000068],[-89.182495000000017,64.036652000000004],[-89.096664000000033,63.973877000000016],[-89.061661000000015,63.960823000000119],[-89.051101999999958,63.961936999999921],[-89.040833000000021,63.958602999999925],[-89.023620999999991,63.950272000000041],[-89.028609999999958,63.946098000000006],[-89.039443999999946,63.944991999999957],[-89.050551999999925,63.944991999999957],[-89.246657999999968,63.959717000000126],[-89.254729999999938,63.963051000000121],[-89.321395999999936,63.996658000000025],[-89.396117999999944,64.038589000000002],[-89.507232999999928,64.070540999999992],[-89.551101999999958,64.07748399999997],[-89.55860899999999,64.073883000000137],[-89.56082200000003,64.068878000000041],[-89.56527699999998,64.019149999999968],[-89.563323999999852,64.009430000000066],[-89.554442999999992,64.000274999999988],[-89.548049999999932,63.996101000000124],[-89.530838000000017,63.987770000000069],[-89.517775999999913,63.978874000000133],[-89.489990000000034,63.956657000000064],[-89.485549999999989,63.951934999999992],[-89.483321999999873,63.947211999999979],[-89.485549999999989,63.94221500000009],[-89.49722300000002,63.943046999999979],[-89.521117999999944,63.955826000000059],[-89.527495999999985,63.960274000000027],[-89.577224999999999,63.995544000000052],[-89.585555999999997,64.004439999999988],[-89.589995999999928,64.014160000000061],[-89.594161999999926,64.018600000000106],[-89.637787000000003,64.049423000000104],[-89.644164999999987,64.053864000000033],[-89.699722000000008,64.076385000000016],[-89.712219000000005,64.079437000000098],[-89.719161999999983,64.074707000000103],[-89.726943999999946,64.047484999999938],[-89.785552999999993,64.076935000000049],[-89.818068999999923,64.098602000000085],[-89.822509999999909,64.103317000000118],[-89.822783999999956,64.10803199999998],[-89.820557000000008,64.113312000000008],[-89.80972300000002,64.128860000000032],[-89.802215999999987,64.132476999999994],[-89.780563000000029,64.134430000000123],[-89.757507000000032,64.133605999999986],[-89.746947999999975,64.135544000000095],[-89.738051999999925,64.14027399999992],[-89.735824999999977,64.145263999999997],[-89.75111400000003,64.218048000000124],[-89.75556899999998,64.227478000000019],[-89.760009999999966,64.232208000000071],[-89.773055999999997,64.240814],[-89.784163999999919,64.244705000000067],[-89.794158999999922,64.241928000000144],[-89.801102000000014,64.237487999999928],[-89.805557000000022,64.227203000000031],[-89.803328999999962,64.222487999999998],[-89.803054999999972,64.20277400000009],[-89.81639100000001,64.148041000000092],[-89.823623999999995,64.144440000000031],[-89.845550999999944,64.142761000000007],[-89.879439999999988,64.142487000000074],[-89.892226999999991,64.145538000000101],[-89.909728999999913,64.158599999999922],[-89.922501000000011,64.161377000000016],[-89.967498999999918,64.161377000000016],[-89.986938000000009,64.159714000000122],[-90.124161000000015,64.128586000000098],[-90.118057000000022,64.125259000000142],[-90.104995999999971,64.121368000000075],[-90.05860899999999,64.109710999999947],[-89.950561999999991,64.086929000000055],[-89.946105999999986,64.057480000000055],[-89.904175000000009,64.015823000000012],[-89.866942999999992,63.98971599999993],[-89.841674999999896,63.983879000000002],[-89.831116000000009,63.979988000000105],[-89.824447999999961,63.97554800000006],[-89.820281999999963,63.971099999999922],[-89.813613999999973,63.946938000000046],[-89.813613999999973,63.93721000000005],[-89.815552000000025,63.931938000000116],[-89.821944999999971,63.926384000000098],[-89.828612999999962,63.921104000000014],[-89.838057999999933,63.917212999999947],[-89.938888999999961,63.909713999999951],[-89.951400999999976,63.912491000000045],[-89.989440999999999,63.92193600000013],[-89.998336999999992,63.926102000000014],[-89.995270000000005,63.929161000000022],[-89.974715999999944,63.933052000000089],[-89.964721999999995,63.935822000000087],[-89.955276000000026,63.939712999999983],[-89.948607999999979,63.945267000000001],[-89.946655000000021,63.950546000000145],[-89.946655000000021,63.960274000000027],[-89.946655000000021,63.965271000000087],[-89.94888299999991,63.969986000000119],[-89.955565999999976,63.9741590000001],[-89.968613000000005,63.978043000000127],[-90,63.984043000000042],[-90.18249499999996,64.0086060000001],[-90.194153000000028,64.009430000000066],[-90.249435000000005,64.007492000000127],[-90.271392999999989,64.006377999999927],[-90.279175000000009,64.00360100000006],[-90.275009000000011,63.999161000000015],[-90.262786999999889,63.997214999999926],[-90.227492999999981,63.994438000000059],[-90.214721999999881,63.990829000000019],[-90.196944999999914,63.982491000000095],[-90.113892000000021,63.930824000000086],[-89.975005999999951,63.825829000000056],[-89.966400000000021,63.816939999999988],[-89.964171999999962,63.811935000000119],[-89.964171999999962,63.80221599999993],[-89.966110000000015,63.79222100000004],[-89.96833799999996,63.782211000000132],[-89.972503999999958,63.776657000000114],[-89.981673999999998,63.773048000000131],[-90.057770000000005,63.744438000000059],[-90.089995999999928,63.698874999999987],[-90.148894999999982,63.629158000000075],[-90.156386999999938,63.626656000000025],[-90.205275999999913,63.61221299999994],[-90.236388999999917,63.607216000000051],[-90.258620999999891,63.607216000000051],[-90.429442999999992,63.615829000000019],[-90.461394999999982,63.640549000000078],[-90.468613000000005,63.652309000000002],[-90.488051999999982,63.672493000000088],[-90.501113999999973,63.676383999999985],[-90.611937999999952,63.70249200000012],[-90.623885999999914,63.704162999999994],[-90.634445000000028,63.703049000000021],[-90.64416499999993,63.700272000000098],[-90.701400999999976,63.662209000000075],[-90.699157999999954,63.657494000000042],[-90.686660999999958,63.654709000000139],[-90.677779999999927,63.654433999999981],[-90.655563000000029,63.654709000000139],[-90.623610999999983,63.657767999999976],[-90.613891999999908,63.660545000000013],[-90.60972599999991,63.665825000000098],[-90.610001000000011,63.675827000000083],[-90.602782999999988,63.679436000000067],[-90.590285999999992,63.676658999999972],[-90.55972300000002,63.659714000000008],[-90.555556999999965,63.65526600000004],[-90.553329000000019,63.650543000000084],[-90.541381999999942,63.617210000000057],[-90.541381999999942,63.61221299999994],[-90.545273000000009,63.606941000000006],[-90.551391999999964,63.601387000000045],[-90.56082200000003,63.597487999999998],[-90.571120999999948,63.595543000000021],[-90.733886999999925,63.573883000000023],[-90.828063999999983,63.561661000000072],[-90.84944200000001,63.559714999999983],[-90.930556999999965,63.564156000000082],[-90.942763999999954,63.566666000000112],[-90.978881999999999,63.576103000000046],[-90.989440999999943,63.579994000000113],[-91.035003999999958,63.5991590000001],[-91.137786999999889,63.630821000000026],[-91.158051,63.635551000000078],[-91.188599000000011,63.62943300000012],[-91.198883000000023,63.628601000000003],[-91.210281000000009,63.628326000000015],[-91.233321999999987,63.629990000000021],[-91.375823999999966,63.659157000000107],[-91.399733999999967,63.666664000000083],[-91.406386999999938,63.671104000000071],[-91.406661999999983,63.676102000000071],[-91.402785999999992,63.681381000000044],[-91.393616000000009,63.685265000000072],[-91.371384000000035,63.685546999999985],[-91.34973100000002,63.677772999999945],[-91.336945000000014,63.675270000000012],[-91.329453000000001,63.677772999999945],[-91.333892999999989,63.682495000000017],[-91.34056099999998,63.686652999999978],[-91.34944200000001,63.690826000000129],[-91.362503000000004,63.694435000000112],[-91.411666999999909,63.707214000000022],[-91.529174999999952,63.729987999999992],[-91.540558000000033,63.730820000000051],[-91.551392000000021,63.729713000000118],[-91.560821999999916,63.726653999999996],[-91.569457999999997,63.721930999999984],[-91.575561999999934,63.716385000000116],[-91.584166999999979,63.711380000000077],[-91.595550999999887,63.711380000000077],[-91.910552999999936,63.740546999999992],[-92.06639100000001,63.74193600000001],[-92.136123999999938,63.745544000000109],[-92.148620999999991,63.748047000000099],[-92.175003000000004,63.755271999999991],[-92.186110999999983,63.758888000000013],[-92.434433000000013,63.804993000000024],[-92.482772999999952,63.811935000000119],[-92.471664000000033,63.80832700000002],[-92.437774999999931,63.79222100000004],[-92.428328999999962,63.783051],[-92.425551999999982,63.778603000000032],[-92.422500999999954,63.748878000000104],[-92.415832999999964,63.744713000000104],[-92.406661999999926,63.740546999999992],[-92.395553999999947,63.736938000000009],[-92.382766999999944,63.734161000000086],[-92.348891999999921,63.733879000000059],[-92.306380999999931,63.738602000000014],[-92.263061999999934,63.741379000000109],[-92.251113999999973,63.740546999999992],[-92.148055999999997,63.716934000000094],[-92.103881999999942,63.701660000000004],[-92.101669000000015,63.696938000000102],[-92.105559999999969,63.691658000000018],[-92.204177999999956,63.638046000000088],[-92.252501999999993,63.623878000000047],[-92.262512000000015,63.62193300000007],[-92.385009999999909,63.592491000000109],[-92.48971599999993,63.567215000000033],[-92.493056999999965,63.540832999999964],[-92.480835000000013,63.527214000000072],[-92.429168999999945,63.546944000000053],[-92.336394999999868,63.556938000000059],[-92.279998999999975,63.556099000000131],[-92.20666499999993,63.606102000000078],[-92.202788999999882,63.611381999999935],[-92.193877999999927,63.615273000000002],[-92.165282999999988,63.624435000000119],[-91.971114999999998,63.679993000000138],[-91.830291999999929,63.712212000000022],[-91.820006999999976,63.714157],[-91.809432999999956,63.715271000000143],[-91.776107999999965,63.715828000000045],[-91.763335999999981,63.713325999999995],[-91.695266999999944,63.690544000000045],[-91.670837000000006,63.678047000000049],[-91.617492999999911,63.648880000000133],[-91.613051999999925,63.644440000000145],[-91.611388999999974,63.639160000000061],[-91.61250299999989,63.629158000000075],[-91.618056999999965,63.613608999999997],[-91.617217999999923,63.603882000000056],[-91.607498000000021,63.584991000000002],[-91.600829999999974,63.580551000000014],[-91.39805599999994,63.524994000000049],[-91.274170000000026,63.502495000000124],[-91.133056999999951,63.478043000000014],[-90.945540999999935,63.440269000000114],[-90.854720999999984,63.408600000000092],[-90.915557999999919,63.41054500000007],[-90.932770000000005,63.418602000000078],[-90.945540999999935,63.422493000000145],[-90.956954999999937,63.423325000000034],[-90.96833799999996,63.423050000000046],[-90.975006000000008,63.419441000000006],[-90.972777999999948,63.414711000000011],[-90.957503999999972,63.401382000000069],[-90.942214999999976,63.393051000000014],[-90.931380999999931,63.389160000000118],[-90.918883999999935,63.386383000000023],[-90.816665999999998,63.369156000000032],[-90.741942999999992,63.360825000000091],[-90.690825999999959,63.228324999999984],[-90.627486999999974,63.059433000000013],[-90.649169999999913,63.036385000000109],[-90.739990000000034,62.962212000000136],[-90.775832999999977,62.941933000000006],[-90.785004000000015,62.938041999999939],[-90.794998000000021,62.936104],[-90.825835999999924,62.933052000000089],[-90.847778000000005,62.932770000000005],[-90.870270000000005,62.934433000000126],[-90.929442999999992,62.944435000000112],[-90.940551999999968,62.945267000000001],[-91.017226999999934,62.946380999999974],[-91.038329999999917,62.944153000000028],[-91.048049999999989,62.94221500000009],[-91.173049999999989,62.908600000000035],[-91.18249499999996,62.905823000000112],[-91.190825999999959,62.900825999999995],[-91.196654999999964,62.895271000000093],[-91.200561999999934,62.88999200000012],[-91.199721999999895,62.870270000000062],[-91.207229999999981,62.8597180000001],[-91.213333000000034,62.854164000000083],[-91.356383999999991,62.788605000000018],[-91.366652999999928,62.787498000000085],[-91.440276999999867,62.782768000000033],[-91.46166999999997,62.782494000000099],[-91.579178000000013,62.799995000000081],[-91.840285999999935,62.826385000000073],[-91.990279999999984,62.84693900000002],[-92.087508999999898,62.818886000000077],[-92.214721999999995,62.824715000000083],[-92.223052999999993,62.828880000000083],[-92.236114999999927,62.832214000000079],[-92.339995999999985,62.843605000000025],[-92.361937999999952,62.844154000000003],[-92.382766999999944,62.841660000000047],[-92.392501999999922,62.839713999999958],[-92.402221999999995,62.837493999999992],[-92.420836999999949,62.831383000000073],[-92.438323999999966,62.823607999999979],[-92.455275999999969,62.814712999999983],[-92.459441999999967,62.810272000000055],[-92.458618000000001,62.800270000000069],[-92.455841000000021,62.79583000000008],[-92.451400999999919,62.791107000000068],[-92.333617999999944,62.709991000000116],[-92.232773000000009,62.673049999999989],[-92.188598999999954,62.659156999999993],[-92.178329000000019,62.65638000000007],[-92.067779999999971,62.651657000000057],[-92.034728999999857,62.65026899999998],[-91.971389999999928,62.653320000000008],[-91.948883000000023,62.651932000000102],[-91.925827000000027,62.644440000000145],[-91.908614999999998,62.636383000000023],[-91.882766999999944,62.624161000000015],[-91.880554000000018,62.619438000000059],[-91.883330999999998,62.604438999999957],[-91.885009999999909,62.5991590000001],[-91.890288999999996,62.588600000000042],[-91.941375999999991,62.534996000000035],[-91.948043999999982,62.531380000000013],[-92.053328999999962,62.526657],[-92.153060999999923,62.598045000000127],[-92.163329999999974,62.600829999999974],[-92.186110999999983,62.603324999999984],[-92.196655000000021,62.603049999999996],[-92.266112999999962,62.595268000000033],[-92.275009000000011,62.591377000000136],[-92.271399999999971,62.578049000000135],[-92.275557999999933,62.560272000000111],[-92.325561999999991,62.540833000000021],[-92.365004999999996,62.533332999999914],[-92.384734999999978,62.529990999999995],[-92.396118000000001,62.530823000000112],[-92.430831999999953,62.535827999999981],[-92.468062999999972,62.54444100000012],[-92.539169000000015,62.532493999999986],[-92.606110000000001,62.464996000000042],[-92.617767000000015,62.466660000000047],[-92.710006999999962,62.465827999999931],[-92.726105000000018,62.444153000000142],[-92.729720999999984,62.438599000000124],[-92.731109999999944,62.433601000000124],[-92.730834999999956,62.428604000000064],[-92.724716000000001,62.358604000000014],[-92.714721999999995,62.343880000000013],[-92.665833000000021,62.332771000000093],[-92.628052000000025,62.322220000000016],[-92.606658999999922,62.31471300000004],[-92.598052999999936,62.310821999999973],[-92.585006999999905,62.302216000000044],[-92.584441999999967,62.297493000000088],[-92.585830999999871,62.292220999999984],[-92.601668999999958,62.265549000000078],[-92.610275000000001,62.261382999999967],[-92.603995999999938,62.236324000000138],[-92.573058999999944,62.196098000000006],[-92.568619000000012,62.191657999999961],[-92.561934999999949,62.187492000000077],[-92.536666999999966,62.175551999999982],[-92.486388999999974,62.161377000000073],[-92.478057999999919,62.157493999999986],[-92.47001599999993,62.146614],[-92.477782999999988,62.143883000000017],[-92.48721299999994,62.144157000000121],[-92.592223999999987,62.154990999999995],[-92.603881999999942,62.156379999999956],[-92.625823999999909,62.191657999999961],[-92.64044199999995,62.209098999999924],[-92.638435000000015,62.212273000000039],[-92.638275000000021,62.215103000000056],[-92.639938000000029,62.217770000000087],[-92.700561999999991,62.265549000000078],[-92.741103999999893,62.28694200000001],[-92.747498000000007,62.289993000000038],[-92.845551,62.309433000000013],[-93.075561999999991,62.332214000000022],[-93.12222300000002,62.334991000000116],[-92.904174999999952,62.262215000000083],[-92.892226999999991,62.259720000000073],[-92.866393999999957,62.263054000000068],[-92.839995999999985,62.260276999999974],[-92.828612999999905,62.257217000000082],[-92.780288999999868,62.236938000000123],[-92.765288999999996,62.224434000000088],[-92.764724999999942,62.219437000000028],[-92.790282999999988,62.177489999999921],[-92.795836999999949,62.172768000000019],[-92.800963999999965,62.172905000000014],[-92.840285999999992,62.174438000000009],[-92.851943999999946,62.175827000000027],[-92.862503000000004,62.17943600000001],[-92.954453000000001,62.192764000000011],[-93.06806899999998,62.174995000000081],[-93.076674999999909,62.17193600000013],[-93.110000999999954,62.156654000000117],[-93.114440999999999,62.15415999999999],[-93.119720000000029,62.148330999999985],[-93.126937999999882,62.132492000000013],[-93.124160999999958,62.128044000000045],[-93.119445999999925,62.123604000000057],[-93.081389999999942,62.10443900000007],[-93.069167999999877,62.103607000000011],[-93.059722999999906,62.105826999999977],[-93.037506000000008,62.121658000000139],[-93.028885000000002,62.12471000000005],[-93.019164999999987,62.126099000000067],[-93.008057000000008,62.125549000000035],[-92.940552000000025,62.115547000000049],[-92.933060000000012,62.11360900000011],[-92.930557000000022,62.109160999999972],[-92.931380999999988,62.104164000000083],[-92.936935000000005,62.099159000000043],[-92.968338000000017,62.077217000000132],[-92.991104000000007,62.067772000000105],[-93.140839000000028,62.009720000000129],[-93.237212999999997,62.02693899999997],[-93.246384000000035,62.033333000000027],[-93.277495999999871,62.042770000000132],[-93.302779999999927,62.049438000000123],[-93.325286999999946,62.051384000000041],[-93.411391999999978,62.03138000000007],[-93.413054999999986,62.025551000000064],[-93.39416499999993,62.013610999999969],[-93.385559000000001,62.009995000000117],[-93.373610999999983,62.007500000000107],[-93.361937999999952,62.00610400000005],[-93.342223999999931,62.004997000000117],[-93.318893000000003,61.998047000000099],[-93.244445999999982,61.969437000000028],[-93.235549999999989,61.965545999999961],[-93.222228999999913,61.957496999999989],[-93.218338000000017,61.95249200000012],[-93.217223999999987,61.947769000000108],[-93.281951999999876,61.891380000000083],[-93.299728000000016,61.885826000000066],[-93.309157999999911,61.883606000000043],[-93.330565999999919,61.886383000000137],[-93.442489999999964,61.915268000000026],[-93.461670000000026,61.922493000000088],[-93.616104000000007,61.939986999999974],[-93.600280999999939,61.879158000000075],[-93.61721799999998,61.861938000000123],[-93.556945999999982,61.847771000000137],[-93.435821999999973,61.808883999999978],[-93.282776000000013,61.788887000000102],[-93.248610999999983,61.78472099999999],[-93.237777999999935,61.777214000000072],[-93.242492999999968,61.767493999999999],[-93.25556899999998,61.742493000000138],[-93.356948999999986,61.707214000000022],[-93.449431999999945,61.682213000000047],[-93.542769999999962,61.663321999999994],[-93.594161999999926,61.648048000000074],[-93.654998999999862,61.629158000000132],[-93.856658999999979,61.549164000000133],[-93.984726000000023,61.456100000000106],[-93.985275000000001,61.454163000000051],[-93.968613000000005,61.396660000000054],[-93.932495000000017,61.387214999999969],[-93.921935999999903,61.385269000000108],[-93.911666999999966,61.385826000000009],[-93.906386999999995,61.387497000000053],[-93.895003999999972,61.389160000000004],[-93.884734999999864,61.389717000000076],[-93.868056999999965,61.389160000000004],[-93.857498000000021,61.385551000000135],[-93.820281999999963,61.355826999999977],[-93.817504999999983,61.351386999999932],[-93.819167999999991,61.347214000000008],[-93.839447000000007,61.319443000000092],[-93.84445199999999,61.316101000000003],[-93.858046999999942,61.312767000000008],[-93.932220000000029,61.296661000000029],[-93.940552000000025,61.294998000000078],[-94.057219999999973,61.178329000000076],[-94.14805599999994,61.043610000000058],[-94.226943999999946,60.942764000000068],[-94.349166999999909,60.858603999999957],[-94.353333000000021,60.853607000000068],[-94.391112999999905,60.798882000000049],[-94.415282999999988,60.762215000000026],[-94.415008999999998,60.756660000000124],[-94.451674999999966,60.671104000000128],[-94.505004999999983,60.549995000000138],[-94.509444999999971,60.544159000000093],[-94.563048999999978,60.522217000000012],[-94.575835999999981,60.52027099999998],[-94.611389000000031,60.52777100000003],[-94.67332499999992,60.522490999999945],[-94.671660999999915,60.466103000000032],[-94.629439999999988,60.41832700000009],[-94.626388999999961,60.413605000000018],[-94.614715999999873,60.38999200000012],[-94.613891999999908,60.380547000000035],[-94.615004999999996,60.375266999999951],[-94.620834000000002,60.363883999999985],[-94.681945999999925,60.224158999999929],[-94.673614999999927,60.191101000000117],[-94.704726999999934,60.091933999999981],[-94.707503999999972,60.083603000000096],[-94.711394999999925,60.078330999999991],[-94.714721999999938,60.075272000000041],[-94.728333000000021,60.071380999999974],[-94.746658000000025,60.069992000000127],[-94.752791999999943,60.06860400000005],[-94.766402999999912,60.061378000000104],[-94.771117999999944,60.055549999999982],[-94.803878999999995,60.008330999999998],[-94.803878999999995,60.003609000000097],[-94.800430000000006,59.999565000000132],[-94.819167999999991,59.964714000000129],[-94.821670999999924,59.959160000000111],[-94.822509999999909,59.954162999999994],[-94.820556999999951,59.944434999999999],[-94.803329000000019,59.877768999999944],[-94.803329000000019,59.711104999999975],[-94.819167999999991,59.63638300000008],[-94.788605000000018,59.51527400000009],[-94.735275000000001,59.426384000000098],[-94.680557000000022,59.357215999999994],[-94.715285999999992,59.323326000000066],[-94.770003999999972,59.29833200000013],[-94.775009000000011,59.29332700000009],[-94.781386999999995,59.263611000000026],[-94.782227000000034,59.258331000000112],[-94.789718999999991,59.092216000000064],[-94.681670999999994,58.975822000000107],[-94.679992999999968,58.97137500000008],[-94.676392000000021,58.93443300000007],[-94.597777999999948,58.878326000000072],[-94.586394999999868,58.874992000000077],[-94.486938000000009,58.815269000000058],[-94.482223999999974,58.811104000000057],[-94.477782999999931,58.806656000000089],[-94.474716000000001,58.802216000000044],[-94.457503999999915,58.774162000000047],[-94.453338999999914,58.765274000000034],[-94.452788999999882,58.759720000000016],[-94.453338999999914,58.750549000000092],[-94.448607999999979,58.736382000000106],[-94.446105999999986,58.731658999999979],[-94.43720999999988,58.72304500000007],[-94.421660999999972,58.716385000000059],[-94.410552999999993,58.714157000000114],[-94.361388999999974,58.712769000000037],[-94.343613000000005,58.715546000000074],[-94.326950000000011,58.721656999999993],[-94.291107000000011,58.743606999999997],[-94.279175000000009,58.771103000000039],[-94.228881999999999,58.784996000000092],[-94.234725999999966,58.714714000000015],[-94.252228000000002,58.649994000000049],[-94.285277999999892,58.512496999999996],[-94.287216000000001,58.438041999999996],[-94.289168999999958,58.427773000000116],[-94.291672000000005,58.422218000000044],[-94.296660999999972,58.415825000000098],[-94.326400999999976,58.349159000000043],[-94.348617999999988,58.2866590000001],[-94.351668999999902,58.276656999999943],[-94.363892000000021,58.22387700000013],[-94.363327000000027,58.218880000000013],[-94.360275000000001,58.220543000000134],[-94.3558349999999,58.226097000000095],[-94.259445000000028,58.351386999999988],[-94.231110000000001,58.390549000000021],[-94.228606999999954,58.396103000000039],[-94.226943999999946,58.406380000000013],[-94.231110000000001,58.430824000000143],[-94.238891999999964,58.494155999999975],[-94.24610899999999,58.576385000000016],[-94.24610899999999,58.586654999999951],[-94.245269999999948,58.59165999999999],[-94.242766999999958,58.597214000000008],[-94.143889999999942,58.763610999999912],[-94.113892000000021,58.762215000000083],[-93.995833999999945,58.760826000000066],[-93.949158000000011,58.76249700000011],[-93.843886999999938,58.767769000000044],[-93.798614999999927,58.773604999999918],[-93.728058000000033,58.783882000000119],[-93.709732000000031,58.785827999999981],[-93.673049999999932,58.780823000000112],[-93.575561999999991,58.763885000000016],[-93.475554999999986,58.732491000000039],[-93.350554999999929,58.74582700000002],[-93.343886999999881,58.750832000000059],[-93.327788999999996,58.757217000000082],[-93.319167999999991,58.758606000000043],[-93.236664000000019,58.766936999999984],[-93.216659999999933,58.764160000000061],[-93.196380999999974,58.758331000000055],[-93.155562999999972,58.740273000000002],[-93.152221999999938,58.737770000000012],[-93.141112999999962,58.691933000000006],[-93.139724999999885,58.653876999999966],[-93.126937999999882,58.532494000000042],[-93.126099000000011,58.527771000000087],[-93.118057000000022,58.508888000000013],[-93.095276000000013,58.467209000000082],[-93.035277999999948,58.37082700000002],[-92.964721999999938,58.261108000000036],[-92.93110699999994,58.21166199999999],[-92.868880999999931,58.143050999999957],[-92.811660999999901,58.071663000000058],[-92.803329000000019,58.057213000000104],[-92.799987999999985,58.042221000000097],[-92.805557000000022,58.011940000000038],[-92.805557000000022,58.00638600000002],[-92.80471799999998,57.997490000000084],[-92.795273000000009,57.96888000000007],[-92.753615999999965,57.85083000000003],[-92.724716000000001,57.801383999999985],[-92.672501000000011,57.733047000000056],[-92.621108999999876,57.670547000000113],[-92.450835999999981,57.442490000000134],[-92.446380999999974,57.433051999999918],[-92.418883999999991,57.337493999999992],[-92.418334999999956,57.332497000000103],[-92.418883999999991,57.323326000000122],[-92.427215999999987,57.263053999999954],[-92.430283000000031,57.252220000000079],[-92.441101000000003,57.23054500000012],[-92.549437999999896,57.08554799999996],[-92.563889000000017,57.068885999999964],[-92.576400999999976,57.056938000000116],[-92.695267000000001,56.961662000000047],[-92.708617999999888,56.951660000000118],[-92.715835999999967,56.947487000000137],[-92.723327999999924,56.944435000000055],[-92.73832699999997,56.94110100000006],[-92.771392999999932,56.93804200000011],[-92.837219000000005,56.924438000000009],[-92.868056999999965,56.91415399999994],[-92.877212999999927,56.90915700000005],[-92.876098999999954,56.907494000000099],[-92.868332000000009,56.90665400000006],[-92.850554999999929,56.907211000000132],[-92.831680000000006,56.908599999999979],[-92.790557999999976,56.913879000000122],[-92.756957999999997,56.918602000000135],[-92.731383999999991,56.922492999999974],[-92.691101000000003,56.93360100000001],[-92.660277999999948,56.945266999999944],[-92.652221999999881,56.949158000000011],[-92.61721799999998,56.96888000000007],[-92.610000999999954,56.974709000000075],[-92.589171999999905,56.986382000000106],[-92.552779999999984,57.004714999999976],[-92.514450000000011,57.023604999999918],[-92.492217999999923,57.032493999999986],[-92.475280999999995,57.037498000000141],[-92.443054000000018,57.044715999999994],[-92.40055799999999,57.052216000000044],[-92.376098999999954,57.056381000000044],[-92.253615999999965,57.065544000000045],[-92.235549999999989,57.066101000000117],[-92.226105000000018,57.065544000000045],[-92.217223999999987,57.063049000000035],[-92.212218999999948,57.058043999999995],[-92.218932999999993,57.052779999999984],[-92.337509000000011,56.981377000000066],[-92.344727000000034,56.977485999999999],[-92.352218999999991,56.974159000000043],[-92.368332000000009,56.969711000000075],[-92.385558999999944,56.967209000000025],[-92.394454999999994,56.966933999999981],[-92.418610000000001,56.961937000000091],[-92.432220000000029,56.955826000000002],[-92.46945199999999,56.934989999999971],[-92.466399999999965,56.932495000000131],[-92.375,56.949714999999912],[-92.303054999999972,56.967491000000109],[-92.287215999999944,56.974434000000088],[-92.281113000000005,56.978874000000076],[-92.268616000000009,56.990829000000019],[-92.261947999999961,56.99582700000002],[-92.235275000000001,57.012771999999984],[-92.220276000000013,57.018883000000017],[-92.204453000000001,57.02416199999999],[-92.180282999999974,57.030823000000112],[-92.155272999999909,57.036658999999986],[-92.146666999999979,57.037772999999959],[-92.129165999999941,57.03943600000008],[-92.093062999999972,57.040833000000021],[-92.057769999999891,57.043884000000048],[-92.031677000000002,57.046660999999972],[-91.987503000000004,57.052489999999977],[-91.952224999999999,57.05721299999999],[-91.828888000000006,57.087211999999965],[-91.779998999999975,57.100273000000129],[-91.241104000000007,57.222214000000008],[-91.15583799999996,57.239989999999977],[-91.08944699999995,57.251106000000107],[-91.05471799999998,57.256104000000107],[-91.036391999999978,57.258049000000085],[-91.001677999999913,57.26138300000008],[-90.992767000000015,57.26138300000008],[-90.834166999999923,57.257217000000026],[-90.81527699999998,57.255829000000119],[-90.795546999999999,57.24971800000003],[-90.779175000000009,57.243324000000143],[-90.758895999999993,57.237769999999955],[-90.738051999999925,57.232490999999982],[-90.71945199999999,57.228043000000014],[-90.709441999999967,57.226379000000009],[-90.563323999999909,57.212212000000079],[-90.451110999999969,57.193878000000097],[-90.408614999999998,57.181664000000069],[-90.391678000000013,57.176102000000128],[-90.387786999999946,57.171378999999945],[-90.310821999999973,57.134995000000117],[-90.225554999999929,57.104439000000013],[-90.025009000000011,57.031380000000013],[-90.005004999999983,57.01915699999995],[-90,57.016369000000054],[-89.990554999999972,57.011107999999922],[-89.970276000000013,57.004166000000055],[-89.833068999999966,56.978324999999984],[-89.715285999999992,56.957214000000079],[-89.521392999999932,56.92943600000001],[-89.439163000000008,56.923881999999992],[-89.132941999999957,56.864852999999982],[-89.06806899999998,56.852219000000048],[-89.015288999999939,56.84777100000008],[-88.950287000000003,56.843048000000124],[-88.94261199999994,56.844269000000054],[-88.815001999999993,56.824440000000038],[-88.742767000000015,56.764442000000145],[-88.67193599999996,56.709435000000042],[-88.654723999999931,56.696380999999974],[-88.639998999999989,56.688599000000067],[-88.631377999999984,56.68471500000004],[-88.584166999999923,56.670546999999999],[-88.440552000000025,56.603607000000011],[-88.415008999999998,56.58638000000002],[-88.365829000000019,56.561661000000015],[-88.324172999999973,56.542770000000019],[-88.218886999999995,56.504440000000045],[-88.149444999999957,56.486938000000009],[-88.103057999999976,56.476097000000095],[-88.069732999999928,56.468880000000013],[-88.048889000000031,56.465546000000018],[-88.028885000000002,56.459991000000116],[-88.018616000000009,56.456100000000049],[-87.982772999999952,56.441658000000075],[-87.975554999999929,56.437491999999963],[-87.841110000000015,56.315269000000001],[-87.723891999999978,56.203880000000083],[-87.719161999999926,56.198875000000044],[-87.715011999999945,56.189987000000031],[-87.71556099999998,56.169716000000051],[-87.713897999999972,56.164993000000095],[-87.708053999999947,56.156096999999988],[-87.702788999999996,56.151931999999988],[-87.548614999999927,56.049995000000138],[-87.478881999999999,56.029160000000047],[-87.368880999999988,56.000832000000059],[-87.351943999999889,55.992767000000129],[-87.345276000000013,55.988602000000128],[-87.343613000000005,55.983879000000002],[-87.348343,55.973320000000115],[-87.355270000000019,55.962769000000037],[-87.198333999999988,55.940269000000001],[-87.110001000000011,55.92943600000001],[-87.091675000000009,55.927489999999921],[-87.057220000000029,55.926940999999999],[-87.031676999999945,55.929718000000094],[-86.996947999999975,55.931663999999955],[-86.979445999999939,55.931663999999955],[-86.970000999999968,55.929718000000094],[-86.881942999999922,55.907211000000018],[-86.837783999999999,55.891380000000026],[-86.616942999999992,55.838882000000012],[-86.572783999999956,55.83027600000014],[-86.544448999999986,55.824440000000038],[-86.486663999999962,55.811378000000047],[-86.477782999999931,55.808884000000091],[-86.448607999999979,55.799995000000024],[-86.398620999999991,55.784164000000033],[-86.372771999999998,55.774993999999992],[-86.346114999999998,55.763054000000068],[-86.332779000000016,55.754715000000033],[-86.321944999999971,55.745544000000109],[-86.31527699999998,55.741104000000064],[-86.277221999999995,55.728873999999962],[-86.267776000000026,55.726936000000023],[-85.86721799999998,55.657493999999986],[-85.740829000000019,55.638046000000088],[-85.731673999999998,55.636940000000038],[-85.71444699999995,55.631660000000011],[-85.569457999999941,55.55860100000001],[-85.556655999999975,55.550270000000069],[-85.532227000000034,55.528045999999961],[-85.525833000000034,55.51888299999996],[-85.516662999999994,55.500000000000057],[-85.515015000000005,55.495270000000062],[-85.515288999999996,55.490273000000116],[-85.509170999999981,55.481102000000021],[-85.499435000000005,55.472214000000008],[-85.474166999999909,55.454711999999972],[-85.393340999999964,55.408881999999949],[-85.383620999999948,55.404991000000109],[-85.272232000000031,55.374709999999993],[-85.234726000000023,55.364715999999987],[-85.224716000000001,55.364159000000086],[-85.208617999999944,55.365273000000059],[-85.182219999999973,55.365273000000059],[-85.164444000000003,55.361664000000076],[-85.146118000000001,55.354996000000085],[-85.128875999999991,55.346382000000006],[-85.123885999999857,55.341934000000037],[-85.121933000000013,55.337769000000037],[-85.116652999999928,55.323050999999964],[-85.116394000000014,55.313606000000107],[-85.118331999999953,55.308601000000067],[-85.121933000000013,55.303322000000094],[-85.129165999999998,55.297775000000115],[-85.144164999999987,55.290276000000119],[-85.215285999999935,55.268600000000049],[-85.275283999999999,55.216660000000047],[-85.398055999999997,55.10083000000003],[-85.399993999999936,55.095824999999991],[-85.397506999999962,55.090546000000018],[-85.383620999999948,55.06749700000006],[-85.398055999999997,55.0472180000001],[-85.419448999999986,55.010826000000122],[-85.425003000000004,55.000274999999988],[-85.425003000000004,54.995544000000052],[-85.423889000000031,54.990546999999992],[-85.414443999999946,54.991104000000064],[-85.407500999999968,54.993324000000086],[-85.400283999999942,54.997772000000055],[-85.386123999999938,55.008049000000028],[-85.370543999999938,55.024437000000091],[-85.366942999999992,55.029716000000064],[-85.36250299999989,55.04055000000011],[-85.347778000000005,55.080826000000116],[-85.33555599999994,55.101661999999976],[-85.318344000000025,55.127486999999974],[-85.313048999999978,55.132767000000001],[-85.220275999999956,55.224434000000088],[-85.194153000000028,55.244155999999919],[-85.17971799999998,55.253608999999926],[-85.156113000000005,55.264160000000061],[-85.139998999999989,55.270270999999923],[-85.116652999999928,55.276657000000057],[-85.06806899999998,55.287498000000141],[-85.043883999999878,55.292770000000075],[-85.001952999999958,55.296660999999972],[-84.974715999999944,55.295830000000137],[-84.869445999999982,55.279716000000008],[-84.75140399999998,55.256103999999993],[-84.723617999999931,55.249718000000087],[-84.712783999999942,55.247771999999998],[-84.688048999999921,55.245270000000119],[-84.635559000000001,55.24221799999998],[-84.599166999999909,55.241661000000079],[-84.566390999999953,55.244155999999919],[-84.541381999999999,55.247490000000084],[-84.444716999999855,55.267769000000044],[-84.428878999999995,55.273048000000017],[-84.388610999999969,55.282493999999986],[-84.322783999999956,55.289992999999981],[-84.206954999999937,55.295546999999999],[-84.198607999999979,55.295273000000066],[-84.189437999999996,55.294159000000093],[-84.170837000000006,55.283051000000057],[-84.159438999999963,55.278328000000101],[-84.149170000000026,55.275551000000007],[-84.12222300000002,55.272217000000012],[-84.113892000000021,55.271934999999928],[-84.092223999999987,55.271660000000111],[-84.076110999999969,55.276099999999929],[-84.049987999999928,55.286110000000065],[-84.006393000000003,55.301383999999928],[-83.968886999999881,55.313881000000094],[-83.951675000000023,55.317497000000003],[-83.93249499999996,55.319443000000035],[-83.920273000000009,55.319160000000068],[-83.897506999999905,55.316940000000102],[-83.658386000000007,55.237324000000058],[-83.65439600000002,55.235493000000076],[-83.651732999999922,55.232985999999983],[-83.570281999999963,55.18804200000011],[-83.567229999999938,55.183052000000032],[-83.570007000000032,55.177773000000059],[-83.58555599999994,55.166100000000029],[-83.591674999999896,55.154434000000037],[-83.589721999999938,55.149719000000005],[-83.574447999999961,55.138045999999974],[-83.561935000000005,55.130820999999969],[-83.556655999999919,55.134163000000058],[-83.556655999999919,55.17943600000001],[-83.558608999999933,55.184989999999971],[-83.579505999999867,55.221157000000005],[-83.588057999999933,55.233330000000024],[-83.593886999999938,55.236938000000123],[-83.60082999999986,55.239990000000034],[-83.620833999999945,55.242767000000129],[-83.643889999999999,55.242767000000129],[-83.654448999999943,55.243881000000101],[-83.670837000000006,55.248604000000057],[-83.684432999999956,55.254439999999988],[-83.696105999999986,55.261664999999994],[-83.706116000000009,55.269714000000022],[-83.708892999999989,55.274437000000034],[-83.706116000000009,55.279990999999995],[-83.698607999999979,55.283051000000057],[-83.688888999999961,55.281937000000084],[-83.57417299999986,55.262215000000026],[-83.533324999999934,55.250549000000092],[-83.519454999999937,55.243881000000101],[-83.498885999999914,55.235549999999989],[-83.489440999999943,55.233879000000115],[-83.179717999999866,55.197211999999979],[-83.168609999999944,55.197487000000137],[-83.150283999999942,55.200271999999984],[-83.128051999999968,55.207497000000046],[-83.120270000000005,55.210823000000119],[-83.089721999999938,55.226654000000053],[-83.074447999999961,55.231658999999922],[-83.037505999999951,55.238327000000083],[-83.029174999999952,55.238883999999985],[-83.006392999999946,55.238602000000128],[-82.985001000000011,55.236382000000106],[-82.964721999999995,55.233604000000128],[-82.948607999999865,55.228874000000076],[-82.941665999999941,55.225821999999994],[-82.930556999999965,55.218322999999998],[-82.91332999999986,55.201385000000073],[-82.906113000000005,55.191932999999949],[-82.896956999999986,55.177215999999987],[-82.874435000000005,55.154434000000037],[-82.838333000000034,55.146660000000054],[-82.809998000000007,55.142220000000009],[-82.786117999999988,55.141106000000036],[-82.775283999999942,55.14137999999997],[-82.76556399999987,55.142493999999942],[-82.73971599999993,55.147491000000059],[-82.708618000000001,55.156380000000127],[-82.700835999999981,55.159714000000122],[-82.669723999999974,55.168052999999986],[-82.661117999999931,55.169716000000108],[-82.650283999999886,55.169716000000108],[-82.508346999999901,55.152771000000143],[-82.449432000000002,55.133049000000085],[-82.412506000000008,55.112770000000125],[-82.40972899999997,55.108046999999999],[-82.400833000000034,55.082771000000093],[-82.33555599999994,55.071014000000048],[-82.307495000000017,55.115829000000133],[-82.308043999999995,55.121933000000126],[-82.309432999999899,55.127486999999974],[-82.3125,55.132492000000013],[-82.323623999999995,55.139992000000063],[-82.337218999999948,55.146102999999982],[-82.345276000000013,55.148331000000098],[-82.355559999999969,55.162491000000045],[-82.349990999999875,55.166382000000112],[-82.34056099999998,55.164711000000011],[-82.333618000000001,55.1616590000001],[-82.307769999999948,55.148880000000077],[-82.25418099999996,55.111382000000049],[-82.245833999999945,55.102776000000119],[-82.244995000000017,55.09027100000003],[-82.246947999999861,55.084160000000111],[-82.253341999999975,55.073608000000092],[-82.25778200000002,55.06888600000002],[-82.273620999999935,55.05721299999999],[-82.282227000000034,55.048049999999989],[-82.285277999999948,55.042770000000132],[-82.287216000000001,55.036659000000043],[-82.287216000000001,55.030273000000136],[-82.270844000000011,54.931381000000044],[-82.267226999999991,54.920273000000009],[-82.255279999999914,54.894157000000121],[-82.246947999999861,54.879433000000063],[-82.241378999999938,54.874991999999963],[-82.231948999999986,54.873877999999991],[-82.221114999999998,54.787498000000085],[-82.320846999999958,54.571380999999974],[-82.403885000000002,54.410820000000115],[-82.419158999999979,54.384163000000058],[-82.431670999999938,54.370270000000005],[-82.436935000000005,54.366385999999977],[-82.441101000000003,54.361664000000076],[-82.441665999999941,54.330826000000116],[-82.434158000000025,54.209435000000042],[-82.421660999999972,54.197211999999979],[-82.389998999999989,54.16832700000009],[-82.362777999999878,54.143607999999972],[-82.301392000000021,54.103050000000053],[-82.283889999999985,54.092491000000052],[-82.253341999999975,54.076102999999989],[-82.248046999999929,54.072220000000016],[-82.243880999999931,54.068054000000132],[-82.238327000000027,54.057495000000074],[-82.160278000000005,53.898880000000133],[-82.131942999999978,53.817772000000105],[-82.130553999999961,53.793052999999986],[-82.129715000000033,53.774436999999978],[-82.130553999999961,53.767493999999999],[-82.136672999999917,53.749161000000129],[-82.148894999999982,53.727768000000026],[-82.189986999999917,53.674164000000019],[-82.194152999999915,53.669441000000006],[-82.203063999999927,53.653320000000008],[-82.208344000000011,53.641936999999984],[-82.212783999999999,53.622765000000015],[-82.21665999999999,53.603882000000112],[-82.211944999999957,53.536110000000065],[-82.208618000000001,53.524994000000106],[-82.198883000000023,53.504714999999976],[-82.190552000000025,53.489716000000101],[-82.172500999999954,53.460548000000074],[-82.165558000000033,53.451385000000073],[-82.158614999999998,53.442215000000033],[-82.147781000000009,53.421661000000086],[-82.138061999999991,53.38888500000013],[-82.125823999999966,53.344154000000117],[-82.119445999999982,53.315826000000129],[-82.115829000000019,53.298332000000073],[-82.113891999999908,53.286659000000043],[-82.113891999999908,53.280273000000136],[-82.114715999999873,53.273604999999975],[-82.117766999999958,53.268050999999957],[-82.121932999999956,53.263610999999969],[-82.141387999999949,53.254715000000033],[-82.21055599999994,53.220268000000033],[-82.248336999999935,53.193877999999984],[-82.269454999999937,53.163879000000009],[-82.27555799999999,53.153320000000122],[-82.279448999999943,53.141106000000093],[-82.300277999999935,53.060271999999998],[-82.301392000000021,53.05332199999998],[-82.301666000000012,53.041663999999969],[-82.296660999999972,53.018599999999992],[-82.273894999999982,52.956383000000017],[-82.261397999999986,52.937210000000107],[-82.257506999999976,52.932770000000062],[-82.235824999999977,52.924164000000133],[-82.196380999999974,52.913321999999937],[-82.136123999999995,52.894714000000079],[-82.120543999999995,52.889717000000132],[-82.101669000000015,52.879990000000021],[-82.050551999999982,52.84304800000001],[-82.025833000000034,52.823883000000023],[-82.001113999999973,52.804710000000114],[-81.977782999999931,52.784996000000035],[-81.973617999999931,52.780548000000067],[-81.951401000000033,52.736938000000066],[-81.733611999999994,52.549995000000138],[-81.719161999999983,52.538330000000087],[-81.714172000000019,52.534721000000047],[-81.697494999999947,52.524162000000047],[-81.639175000000023,52.490547000000106],[-81.621384000000035,52.480819999999994],[-81.607497999999964,52.475265999999976],[-81.577224999999999,52.465271000000087],[-81.569457999999941,52.462212000000136],[-81.558043999999938,52.456099999999935],[-81.554168999999888,52.451660000000118],[-81.551391999999964,52.446655000000078],[-81.549987999999985,52.44110100000006],[-81.542496000000028,52.338882000000012],[-81.56138599999997,52.316383000000087],[-81.663054999999986,52.292220999999984],[-81.822509999999909,52.254440000000045],[-81.850829999999917,52.244995000000131],[-81.863051999999982,52.238884000000041],[-81.865829000000019,52.23333000000008],[-81.883620999999948,52.187492000000134],[-81.874160999999901,52.188324000000023],[-81.841949,52.194992000000013],[-81.826950000000011,52.19887499999993],[-81.805557000000022,52.206099999999992],[-81.795546999999999,52.213882000000126],[-81.792495999999971,52.21915400000006],[-81.788605000000018,52.223877000000073],[-81.779448999999943,52.232208000000128],[-81.765015000000005,52.237770000000069],[-81.758346999999958,52.23943300000002],[-81.74888599999997,52.240273000000059],[-81.718886999999881,52.240829000000076],[-81.554992999999854,52.237495000000081],[-81.521392999999932,52.235825000000091],[-81.50167799999997,52.23333000000008],[-81.478881999999942,52.225822000000051],[-81.472778000000005,52.221930999999984],[-81.460006999999962,52.210274000000027],[-81.443603999999937,52.192764000000068],[-81.440552000000025,52.188599000000067],[-81.434432999999956,52.179161000000022],[-81.431670999999994,52.174164000000133],[-81.430557000000022,52.168053000000043],[-81.418335000000013,52.149437000000034],[-81.414443999999946,52.144996999999989],[-81.405838000000017,52.136940000000038],[-81.365279999999984,52.107216000000051],[-81.352782999999988,52.101105000000132],[-81.337783999999999,52.096100000000092],[-81.310546999999985,52.091102999999976],[-81.290832999999964,52.088599999999985],[-81.264724999999999,52.08277099999998],[-81.212509000000011,52.065543999999989],[-81.186110999999869,52.053604000000064],[-81.167496000000028,52.044158999999979],[-81.118057000000022,52.045547000000113],[-80.994445999999925,52.01138300000008],[-80.988327000000027,52.008049000000085],[-80.978333000000021,52.000832000000003],[-80.97444200000001,51.996384000000035],[-80.973052999999936,51.990829000000133],[-80.972778000000005,51.978325000000098],[-80.929992999999968,51.924163999999962],[-80.918609999999944,51.910271000000137],[-80.899993999999936,51.89527099999998],[-80.894729999999981,51.891663000000051],[-80.80972300000002,51.857498000000135],[-80.698607999999979,51.794715999999937],[-80.615279999999927,51.730270000000132],[-80.610275000000001,51.726379000000065],[-80.589171999999962,51.699715000000083],[-80.589171999999962,51.693321000000026],[-80.590285999999878,51.686653000000092],[-80.589995999999928,51.674164000000019],[-80.586120999999878,51.663605000000018],[-80.578887999999949,51.648605000000032],[-80.571395999999993,51.633605999999986],[-80.515015000000005,51.524437000000034],[-80.507506999999976,51.515830999999935],[-80.497771999999998,51.508331000000055],[-80.462218999999891,51.488601999999958],[-80.457229999999925,51.484993000000145],[-80.442489999999964,51.473602000000028],[-80.438889000000017,51.46915400000006],[-80.436385999999857,51.464157000000114],[-80.434998000000007,51.458602999999925],[-80.424438000000009,51.36360899999994],[-80.426392000000021,51.358887000000038],[-80.430557000000022,51.354164000000083],[-80.442489999999964,51.34804500000007],[-80.471664000000033,51.339714000000129],[-80.502791999999943,51.331940000000145],[-80.540558000000033,51.323326000000066],[-80.568619000000012,51.314156000000025],[-80.652495999999985,51.278327999999988],[-80.691939999999988,51.247490000000028],[-80.706954999999937,51.235550000000103],[-80.831680000000006,51.155822999999941],[-80.952498999999989,51.079720000000009],[-80.959441999999967,51.077492000000063],[-80.965285999999992,51.074440000000095],[-80.981110000000001,51.06360600000005],[-80.994994999999903,51.051384000000098],[-81.004181000000017,51.043052999999986],[-81.012222000000008,51.033882000000062],[-81.015015000000005,51.028328000000045],[-81.005279999999914,51.028603000000089],[-80.928054999999915,51.04583000000008],[-80.888335999999924,51.082771000000037],[-80.875274999999988,51.103324999999984],[-80.862212999999883,51.116104000000007],[-80.850280999999995,51.122489999999971],[-80.835280999999952,51.126938000000109],[-80.820557000000008,51.130272000000105],[-80.793610000000001,51.132767000000115],[-80.765014999999948,51.133606000000043],[-80.748046999999985,51.136658000000011],[-80.740829000000019,51.138885000000073],[-80.694442999999978,51.156097000000045],[-80.688599000000011,51.159157000000107],[-80.610000999999954,51.214157],[-80.567779999999971,51.258331000000112],[-80.562774999999988,51.262214999999969],[-80.541381999999999,51.276657000000114],[-80.530563000000029,51.283606999999961],[-80.512512000000015,51.292769999999962],[-80.480285999999865,51.307213000000047],[-80.414444000000003,51.332497000000046],[-80.400283999999886,51.337212000000079],[-80.392226999999991,51.338599999999985],[-80.371658000000025,51.336655000000007],[-80.330291999999986,51.326385000000073],[-80.219727000000034,51.301659000000029],[-80.190551999999968,51.297493000000145],[-80.129989999999907,51.297775000000001],[-80.120270000000005,51.296387000000095],[-80.016952999999944,51.263054000000125],[-79.996383999999921,51.25471500000009],[-79.800277999999992,51.156097000000045],[-79.788054999999929,51.149719000000118],[-79.741104000000007,51.123604000000114],[-79.736389000000031,51.119713000000047],[-79.729171999999949,51.110825000000034],[-79.716515000000015,51.081715000000031],[-79.685103999999967,51.045361000000014],[-79.612777999999992,51.008049000000085],[-79.537612999999908,50.958397000000048],[-79.519729999999981,50.929993000000024],[-79.516113000000018,50.926384000000041],[-79.466109999999958,50.889434999999935],[-79.450561999999877,50.87860100000006],[-79.438599000000011,50.872214999999983],[-79.415008999999941,50.846939000000134],[-79.411391999999978,50.842490999999995],[-79.352782999999931,50.748329000000069],[-79.350280999999939,50.736938000000123],[-79.348052999999993,50.731934000000138],[-79.343612999999891,50.728324999999984],[-79.337509000000011,50.724990999999989],[-79.332229999999981,50.723877000000016],[-79.330001999999922,50.758331000000055],[-79.330001999999922,50.764442000000088],[-79.332229999999981,50.775826000000052],[-79.420836999999949,50.879715000000033],[-79.439986999999917,50.894997000000103],[-79.464721999999995,50.913321999999994],[-79.515015000000005,50.95665699999995],[-79.537353999999993,50.983765000000062],[-79.571121000000005,51.00277699999998],[-79.660004000000015,51.045273000000009],[-79.673049999999876,51.050827000000027],[-79.678054999999915,51.054710000000114],[-79.698333999999932,51.075554000000068],[-79.705276000000026,51.084435000000042],[-79.749435000000005,51.168326999999977],[-79.751952999999958,51.178878999999995],[-79.752227999999889,51.184433000000013],[-79.751113999999973,51.197487000000081],[-79.745543999999995,51.208885000000066],[-79.742492999999968,51.214157],[-79.720551,51.243607000000054],[-79.703887999999949,51.261665000000107],[-79.699431999999945,51.266937000000041],[-79.688888999999961,51.281937000000028],[-79.682495000000017,51.292496000000028],[-79.680556999999908,51.298050000000046],[-79.679442999999992,51.304710000000057],[-79.668609999999944,51.398605000000089],[-79.593886999999938,51.449158000000068],[-79.581679999999949,51.455268999999987],[-79.574721999999895,51.457497000000103],[-79.547103999999877,51.460129000000109],[-79.533614999999941,51.50499700000006],[-79.474166999999966,51.579162999999994],[-79.376389000000017,51.642494000000113],[-79.353881999999999,51.656096999999988],[-79.331680000000006,51.661933999999917],[-79.322234999999978,51.662766000000033],[-79.239715999999987,51.634994999999947],[-79.236114999999927,51.630820999999912],[-79.235000999999954,51.624992000000077],[-79.23721299999994,51.619156000000032],[-79.251952999999958,51.60694100000012],[-79.275283999999999,51.577773999999977],[-79.285277999999948,51.562492000000134],[-79.285277999999948,51.556381000000101],[-79.274719000000005,51.530548000000124],[-79.271118000000001,51.525551000000064],[-79.267226999999934,51.521659999999997],[-79.202498999999989,51.518883000000073],[-79.183318999999983,51.519714000000079],[-79.175277999999935,51.521103000000096],[-79.161117999999931,51.525551000000064],[-79.154998999999975,51.528602999999976],[-79.144454999999937,51.536110000000065],[-79.137512000000015,51.538330000000087],[-79.12748699999986,51.538048000000003],[-79.120270000000005,51.535552999999993],[-79.024445000000014,51.476379000000122],[-79.020553999999947,51.473320000000115],[-79.012221999999952,51.464996000000099],[-79.005004999999926,51.449997000000053],[-78.963332999999977,51.353325000000098],[-78.950286999999946,51.29222100000004],[-78.955276000000026,51.256660000000068],[-78.95944199999991,51.252220000000023],[-78.962783999999942,51.246941000000049],[-78.962783999999942,51.240546999999992],[-78.958344000000011,51.230545000000063],[-78.951401000000033,51.215546000000018],[-78.937209999999936,51.197769000000108],[-78.928878999999938,51.18971300000004],[-78.924164000000019,51.185822000000144],[-78.912215999999944,51.179436000000067],[-78.906113000000005,51.176658999999972],[-78.853332999999964,51.165543000000014],[-78.914718999999934,51.22165700000005],[-78.918335000000013,51.226097000000095],[-78.920546999999942,51.231102000000135],[-78.921660999999915,51.237495000000081],[-78.920273000000009,51.249718000000144],[-78.890563999999927,51.390549000000021],[-78.888335999999981,51.396660000000111],[-78.883057000000008,51.401100000000099],[-78.832229999999981,51.438599000000011],[-78.779175000000009,51.474990999999989],[-78.82028200000002,51.513054000000068],[-78.823897999999986,51.517494000000056],[-78.826110999999969,51.522491000000002],[-78.824448000000018,51.541664000000083],[-78.820846999999958,51.554436000000067],[-78.80860899999999,51.576385000000016],[-78.791672000000005,51.603881999999942],[-78.796386999999925,51.608604000000014],[-78.859160999999972,51.634163000000058],[-78.944153000000028,51.670547000000056],[-79.03472899999997,51.764717000000132],[-79.035552999999993,51.770271000000093],[-79.033324999999877,51.776382000000012],[-79.029174999999952,51.781380000000013],[-79.008346999999958,51.795830000000137],[-78.995834000000002,51.801658999999972],[-78.985824999999977,51.801658999999972],[-78.976104999999905,51.799720999999977],[-78.961394999999868,51.794998000000021],[-78.944442999999865,51.790833000000021],[-78.918059999999969,51.79444100000012],[-78.910827999999981,51.796660999999972],[-78.903609999999958,51.799438000000009],[-78.879989999999964,51.811378000000104],[-78.851944000000003,51.828606000000036],[-78.846389999999985,51.832497000000103],[-78.836945000000014,51.841377000000136],[-78.833618000000001,51.845825000000104],[-78.832229999999981,51.852776000000063],[-78.834441999999967,51.857772999999952],[-78.841674999999952,51.866661000000136],[-78.846389999999985,51.870269999999948],[-78.858611999999937,51.876938000000109],[-78.86361699999992,51.880821000000083],[-78.89555399999989,51.926659000000029],[-78.896392999999932,51.932495000000074],[-78.894164999999987,51.93832400000008],[-78.881942999999922,51.944434999999999],[-78.860274999999888,51.951102999999932],[-78.851944000000003,51.95249200000012],[-78.810546999999929,51.958885000000066],[-78.769454999999994,51.966103000000089],[-78.747771999999998,51.973320000000001],[-78.736664000000019,51.979431000000091],[-78.695830999999998,52.008049000000085],[-78.579452999999944,52.111382000000106],[-78.537505999999951,52.180824000000143],[-78.501113999999973,52.255829000000006],[-78.524445000000014,52.311104000000114],[-78.516953000000001,52.367767000000072],[-78.507232999999985,52.454437000000041],[-78.506957999999997,52.460548000000074],[-78.545273000000009,52.514717000000132],[-78.564712999999983,52.530273000000079],[-78.577224999999999,52.536658999999986],[-78.585555999999997,52.538605000000075],[-78.59584000000001,52.538886999999988],[-78.654448999999943,52.54694400000011],[-78.684433000000013,52.551383999999985],[-78.763335999999981,52.564438000000052],[-78.761123999999938,52.570549000000085],[-78.755568999999923,52.574164999999994],[-78.721114999999998,52.586655000000121],[-78.691939999999931,52.596099999999979],[-78.713333000000034,52.628876000000105],[-78.753066999999874,52.683875999999941],[-78.790833000000021,52.737495000000138],[-78.796950999999979,52.773880000000077],[-78.765015000000005,52.777489000000116],[-78.731948999999986,52.783333000000084],[-78.724715999999944,52.785553000000107],[-78.722503999999901,52.791664000000026],[-78.725554999999986,52.819443000000035],[-78.738327000000027,52.872215000000097],[-78.794448999999986,52.861381999999935],[-78.856109999999887,52.877769000000114],[-78.880829000000006,52.896942000000024],[-78.881942999999922,52.90277100000003],[-78.87860099999989,52.908043000000134],[-78.864715999999987,52.963608000000079],[-78.915833000000021,53.000000000000057],[-78.923049999999932,53.068886000000077],[-78.888061999999934,53.224709000000132],[-78.894454999999994,53.259720000000073],[-78.895844000000011,53.26527400000009],[-78.942490000000021,53.384994999999947],[-78.949722000000008,53.399994000000049],[-78.991721999999925,53.434048000000018],[-78.994720000000029,53.436378000000047],[-79.004554999999925,53.439216999999928],[-79.009551999999928,53.438213000000019],[-79.044723999999974,53.439430000000016],[-79.053054999999972,53.438042000000053],[-79.063323999999966,53.439430000000016],[-79.068068999999923,53.443321000000083],[-79.090285999999992,53.470543000000021],[-79.093062999999972,53.474709000000075],[-79.107773000000009,53.497215000000097],[-79.110275000000001,53.502495000000124],[-79.103606999999954,53.513054000000011],[-79.084166999999979,53.522491000000116],[-79.054442999999935,53.531380000000013],[-79.035552999999993,53.53276800000009],[-79.012787000000003,53.531104999999968],[-79.031386999999995,53.529716000000008],[-79.038054999999986,53.526657],[-79.043334999999956,53.523048000000017],[-79.042495999999915,53.511108000000092],[-79.041381999999999,53.505554000000132],[-79.036391999999978,53.501663000000065],[-79.014838999999938,53.498940000000005],[-79.011002000000019,53.496937000000003],[-79.005675999999937,53.49577000000005],[-79.000678999999934,53.496609000000035],[-78.962783999999942,53.508888000000127],[-78.919158999999979,53.555267000000072],[-78.915833000000021,53.560547000000099],[-78.918335000000013,53.565544000000045],[-78.92193599999996,53.569992000000013],[-78.950561999999991,53.599716000000001],[-79.003341999999918,53.641663000000051],[-79.089721999999938,53.691658000000075],[-79.145003999999972,53.701660000000061],[-79.151397999999915,53.704994000000056],[-79.152221999999995,53.710548000000017],[-79.052490000000034,53.831939999999975],[-79.046951000000035,53.835548000000074],[-79.039444000000003,53.83776899999998],[-79.029723999999987,53.839157000000114],[-79.011123999999995,53.839989000000003],[-78.988891999999908,53.838882000000069],[-78.979995999999971,53.836104999999975],[-78.966109999999901,53.83027600000014],[-78.948333999999932,53.820831000000112],[-78.932770000000005,53.815543999999989],[-78.910827999999981,53.814437999999939],[-78.901397999999972,53.815268999999944],[-78.902221999999938,53.821380999999974],[-78.906386999999938,53.825272000000041],[-78.917769999999962,53.832214000000079],[-78.924164000000019,53.835548000000074],[-78.969727000000034,53.851387000000045],[-78.988891999999908,53.854713000000061],[-79.011948000000018,53.856658999999979],[-79.056655999999919,53.873046999999985],[-79.101104999999961,53.901657000000057],[-79.106110000000001,53.905548000000124],[-79.072509999999852,53.999161000000072],[-79.066956000000005,54.002777000000094],[-79.051102000000014,54.006660000000068],[-79.041381999999999,54.00777400000004],[-79.031676999999945,54.00777400000004],[-79.021392999999989,54.006386000000134],[-79.001098999999954,53.999992000000077],[-78.964950999999928,53.99716200000006],[-78.961623999999972,53.999992000000077],[-78.960280999999952,54.001389000000017],[-78.962783999999942,54.006386000000134],[-78.966659999999933,54.010826000000122],[-78.976669000000015,54.018326000000002],[-78.984160999999972,54.021659999999997],[-79.119445999999982,54.078605999999979],[-79.116393999999957,54.103050000000053],[-79.106383999999935,54.111382000000049],[-79.046386999999982,54.178329000000076],[-79.048889000000031,54.183327000000077],[-79.060546999999985,54.184158000000082],[-79.173324999999977,54.174995000000081],[-79.191665999999998,54.172768000000019],[-79.198043999999868,54.169716000000108],[-79.196944999999971,54.163605000000018],[-79.198333999999988,54.157210999999961],[-79.205840999999907,54.154990999999995],[-79.238051999999982,54.158882000000062],[-79.276397999999915,54.166939000000013],[-79.345276000000013,54.199432000000002],[-79.419998000000021,54.274437000000034],[-79.430557000000022,54.290275999999949],[-79.476669000000015,54.368599000000131],[-79.505004999999926,54.42582700000014],[-79.488051999999925,54.452217000000132],[-79.488051999999925,54.458603000000039],[-79.521392999999989,54.587212000000136],[-79.525283999999886,54.591377000000136],[-79.531677000000002,54.594711000000132],[-79.565552000000025,54.609993000000145],[-79.618880999999931,54.623878000000047],[-79.675551999999925,54.625824000000136],[-79.686110999999983,54.627212999999927],[-79.760833999999988,54.648048000000074],[-79.764449999999954,54.652214000000129],[-79.761123999999995,54.658325000000048],[-79.631667999999934,54.702773999999977],[-79.494155999999975,54.744713000000104],[-79.463622999999984,54.75360900000004],[-79.457229999999925,54.750275000000045],[-79.447494999999947,54.75110600000005],[-79.337783999999942,54.772491000000059],[-79.315826000000015,54.779991000000109],[-79.101104999999961,54.827216999999962],[-78.976669000000015,54.843048000000124],[-78.968886999999995,54.845267999999976],[-78.956664999999987,54.851936000000137],[-78.945540999999935,54.859436000000017],[-78.912505999999894,54.884163000000115],[-78.838608000000022,54.91443600000008],[-78.732773000000009,54.931107000000111],[-78.561110999999926,54.977767999999912],[-78.37388599999997,55.030273000000136],[-78.256118999999899,55.082214000000022],[-78.207672000000002,55.111655999999982],[-78.182220000000029,55.125267000000122],[-78.119445999999982,55.149994000000049],[-77.972778000000005,55.204994000000113],[-77.87249799999995,55.243606999999997],[-77.748610999999983,55.300827000000027],[-77.62222300000002,55.382766999999944],[-77.416655999999989,55.486107000000061],[-77.225829999999974,55.588326000000109],[-77.214721999999995,55.595267999999976],[-77.137221999999895,55.654160000000047],[-77.115279999999927,55.674164000000133],[-77.104720999999984,55.683876000000055],[-77.088332999999921,55.699432000000058],[-77.086120999999935,55.705551000000071],[-77.085555999999997,55.708046000000081],[-77.087783999999942,55.709716999999955],[-77.068343999999968,55.754715000000033],[-77.013061999999877,55.803046999999935],[-76.81138599999997,55.971100000000092],[-76.751953000000015,55.997771999999998],[-76.737503000000004,56.001663000000065],[-76.718886999999995,56.008048999999971],[-76.702498999999932,56.017494000000056],[-76.689162999999894,56.027489000000003],[-76.681945999999982,56.033882000000119],[-76.67721599999993,56.038605000000075],[-76.670836999999892,56.045830000000137],[-76.658050999999944,56.060821999999973],[-76.650833000000034,56.071938000000102],[-76.626662999999951,56.118049999999982],[-76.538329999999974,56.297775000000115],[-76.532227000000034,56.315269000000001],[-76.531112999999948,56.322220000000129],[-76.518889999999999,56.406097000000102],[-76.517501999999979,56.423325000000034],[-76.517501999999979,56.43582200000003],[-76.519164999999987,56.464714000000072],[-76.525832999999977,56.492767000000072],[-76.527221999999995,56.503052000000139],[-76.526397999999915,56.605827000000033],[-76.506957999999941,56.710823000000005],[-76.505004999999983,56.733879000000002],[-76.504455999999948,56.771934999999985],[-76.505568999999923,56.784995999999921],[-76.505279999999914,56.791382000000056],[-76.505568999999923,56.803047000000106],[-76.509445000000028,56.819717000000026],[-76.530838000000017,56.90665400000006],[-76.554442999999992,57.005828999999949],[-76.554717999999923,57.010826000000066],[-76.555832000000009,57.034996000000092],[-76.553329000000019,57.053322000000094],[-76.549164000000019,57.06221000000005],[-76.545272999999952,57.068885999999964],[-76.535552999999993,57.077773999999977],[-76.531112999999948,57.087211999999965],[-76.529175000000009,57.09665700000005],[-76.529723999999874,57.10582700000009],[-76.564437999999996,57.207214000000079],[-76.591384999999946,57.274436999999978],[-76.599990999999932,57.293610000000058],[-76.604445999999882,57.302773000000059],[-76.653060999999923,57.401382000000012],[-76.65834000000001,57.406653999999946],[-76.688048999999978,57.430550000000039],[-76.732223999999917,57.490273000000059],[-76.740829000000019,57.503326000000072],[-76.81138599999997,57.624710000000107],[-76.809433000000013,57.634720000000016],[-76.807770000000005,57.641662999999994],[-76.805557000000022,57.647774000000084],[-76.861937999999952,57.71915400000006],[-76.923049999999989,57.786110000000065],[-77.147231999999974,58.022765999999933],[-77.246658000000025,58.07388300000008],[-77.279723999999987,58.084435000000042],[-77.317504999999983,58.091934000000037],[-77.34944200000001,58.101936000000023],[-77.444442999999978,58.152489000000003],[-77.451110999999969,58.171379000000115],[-77.446655000000021,58.173882000000106],[-77.441100999999946,58.182770000000062],[-77.444152999999972,58.187767000000008],[-77.454453000000001,58.196381000000031],[-77.467223999999987,58.203323000000125],[-77.487777999999935,58.212769000000094],[-77.571670999999981,58.248047000000099],[-77.645843999999954,58.278603000000032],[-77.81527699999998,58.327217000000019],[-77.851944000000003,58.334991000000002],[-77.883895999999993,58.339989000000003],[-77.914443999999946,58.345543000000021],[-77.939163000000008,58.35305000000011],[-77.955276000000026,58.358604000000128],[-78.012512000000015,58.378601000000003],[-78.024445000000014,58.384163000000115],[-78.02806099999998,58.386940000000038],[-78.031386999999938,58.391380000000026],[-78.062682999999993,58.417309000000103],[-78.130553999999961,58.462769000000037],[-78.355559999999969,58.601661999999976],[-78.397231999999917,58.620827000000133],[-78.419998000000021,58.62721300000004],[-78.425277999999992,58.626099000000067],[-78.428329000000019,58.623604000000057],[-78.427779999999984,58.611107000000061],[-78.426101999999958,58.606102000000021],[-78.347778000000005,58.536659000000043],[-78.389724999999885,58.544716000000051],[-78.549163999999905,58.603881999999999],[-78.563889000000017,58.609993000000088],[-78.568618999999956,58.614441000000056],[-78.573897999999929,58.630547000000035],[-78.574722000000008,58.635269000000108],[-78.570006999999976,58.673050000000103],[-78.563889000000017,58.676940999999999],[-78.555831999999953,58.677773000000059],[-78.543883999999991,58.678046999999992],[-78.514724999999942,58.67943600000001],[-78.469727000000034,58.695541000000105],[-78.467223999999987,58.701660000000118],[-78.48832699999997,58.786385000000053],[-78.50556899999998,58.835266000000104],[-78.511672999999917,58.839157],[-78.516402999999968,58.843323000000055],[-78.538605000000018,58.886940000000095],[-78.571395999999879,58.957214000000079],[-78.570557000000008,58.961380000000133],[-78.561935000000005,58.965828000000101],[-78.552215999999987,58.968048000000124],[-78.396392999999932,58.964714000000129],[-78.361663999999962,58.958603000000039],[-78.352492999999924,58.956657000000007],[-78.346389999999985,58.953605999999979],[-78.344451999999876,58.949432000000115],[-78.344726999999978,58.946655000000021],[-78.345276000000013,58.944710000000043],[-78.348342999999943,58.942214999999976],[-78.366394000000014,58.920273000000122],[-78.363892000000021,58.912490999999989],[-78.357773000000009,58.910270999999966],[-78.345839999999953,58.909714000000065],[-78.338333000000034,58.912766000000033],[-78.310821999999973,58.927216000000101],[-78.304717999999923,58.931106999999997],[-78.205565999999976,59.050545000000113],[-78.127486999999974,59.108330000000024],[-78.08666999999997,59.156654000000003],[-78.093886999999995,59.193047000000035],[-78.098617999999988,59.196655000000135],[-78.101943999999946,59.200828999999999],[-78.103881999999999,59.205826000000116],[-78.092772999999909,59.214995999999985],[-77.961120999999935,59.258331000000112],[-77.949721999999952,59.261939999999925],[-77.930283000000031,59.26527399999992],[-77.884445000000028,59.271935000000042],[-77.860000999999954,59.272217000000126],[-77.843613000000005,59.275551000000121],[-77.828887999999949,59.281105000000082],[-77.824448000000018,59.283606999999961],[-77.68499799999995,59.393326000000116],[-77.677215999999987,59.399994000000106],[-77.678328999999962,59.401932000000045],[-77.779175000000009,59.426102000000014],[-77.787216000000001,59.426658999999916],[-77.798049999999989,59.426384000000098],[-77.831389999999942,59.414711000000068],[-77.880279999999914,59.39916199999999],[-77.887512000000015,59.397491000000116],[-77.896956999999986,59.397217000000012],[-77.902221999999995,59.398880000000077],[-77.905838000000017,59.401100000000099],[-77.910277999999948,59.405548000000067],[-77.912506000000008,59.415267999999969],[-77.910552999999879,59.425551999999982],[-77.872771999999998,59.491935999999953],[-77.867492999999911,59.5],[-77.86111499999987,59.503883000000087],[-77.84056099999998,59.513054000000068],[-77.798889000000031,59.524993999999992],[-77.779175000000009,59.52887700000008],[-77.769454999999937,59.529160000000047],[-77.749999999999886,59.532211000000075],[-77.721389999999928,59.539719000000105],[-77.724716000000001,59.593880000000013],[-77.755004999999926,59.628326000000072],[-77.762786999999889,59.631378000000041],[-77.767501999999922,59.634994999999947],[-77.797774999999945,59.670272999999952],[-77.801102000000014,59.675270000000069],[-77.798614999999927,59.679993000000081],[-77.773894999999982,59.709717000000069],[-77.761672999999973,59.709991000000002],[-77.731948999999986,59.70777099999998],[-77.710555999999883,59.704712000000029],[-77.585228000000029,59.66921200000013],[-77.53988599999991,59.653381000000138],[-77.535392999999942,59.651379000000077],[-77.524390999999923,59.644714000000135],[-77.518889999999885,59.639381000000128],[-77.513229000000024,59.630546999999979],[-77.513725000000022,59.620215999999971],[-77.514893000000029,59.614044000000035],[-77.464721999999995,59.587212000000022],[-77.460006999999962,59.582771000000093],[-77.454177999999956,59.579162999999994],[-77.444992000000013,59.576385000000016],[-77.426940999999943,59.571381000000031],[-77.353607000000011,59.563605999999936],[-77.322509999999909,59.562767000000008],[-77.313889000000017,59.564995000000124],[-77.311935000000005,59.566939999999931],[-77.316956000000005,59.56999200000007],[-77.344161999999983,59.576942000000088],[-77.427994000000012,59.619049000000075],[-77.433334000000002,59.620543999999938],[-77.441665999999998,59.624717999999973],[-77.502335000000016,59.678215000000023],[-77.542496000000028,59.747490000000084],[-77.541945999999996,59.750274999999931],[-77.533065999999963,59.754714999999976],[-77.432769999999948,59.784163999999976],[-77.412780999999939,59.787773000000129],[-77.389449999999954,59.788886999999932],[-77.333618000000001,59.78527100000008],[-77.311660999999958,59.785552999999936],[-77.30471799999998,59.787216000000058],[-77.298889000000031,59.789719000000048],[-77.293609999999887,59.793610000000115],[-77.296111999999937,59.801933000000076],[-77.301392000000021,59.811104],[-77.363616999999863,59.890830999999991],[-77.368056999999965,59.894714000000079],[-77.378051999999968,59.901382000000069],[-77.385559000000001,59.904433999999981],[-77.427489999999977,59.914710999999954],[-77.206954999999994,60.042770000000019],[-77.070006999999919,60.064156000000082],[-76.848052999999936,60.099159000000043],[-76.775833000000034,60.131659999999954],[-76.770843999999954,60.136383000000137],[-76.758895999999993,60.159157000000107],[-76.808608999999933,60.159714000000008],[-76.828339000000028,60.157493999999986],[-76.846114999999998,60.152214000000129],[-76.852492999999981,60.148330999999985],[-76.857772999999952,60.143883000000017],[-76.860549999999932,60.137771999999984],[-76.857498000000021,60.132767000000115],[-76.854172000000005,60.121658000000025],[-76.85943599999996,60.116936000000123],[-76.866942999999992,60.113883999999985],[-76.889724999999999,60.112495000000024],[-76.924437999999896,60.111664000000019],[-76.950561999999934,60.112213000000111],[-76.962783999999999,60.113608999999997],[-77.00389100000001,60.121933000000013],[-77.031386999999881,60.129714999999976],[-77.055556999999965,60.138602999999989],[-77.074172999999973,60.142769000000044],[-77.111938000000009,60.146942000000024],[-77.173888999999974,60.150268999999923],[-77.187499999999943,60.150826000000052],[-77.199996999999939,60.150826000000052],[-77.199722000000008,60.145270999999923],[-77.194716999999969,60.129158000000075],[-77.232498000000021,60.053879000000109],[-77.272781000000009,60.039993000000095],[-77.315825999999959,60.030548000000067],[-77.519164999999987,60.044159000000036],[-77.540282999999988,60.048050000000103],[-77.557219999999973,60.052773000000059],[-77.592223999999987,60.064156000000082],[-77.600280999999939,60.108604000000128],[-77.595275999999899,60.112495000000024],[-77.581680000000006,60.118881000000101],[-77.558043999999938,60.126656000000025],[-77.549164000000019,60.129158000000075],[-77.496947999999918,60.156097000000045],[-77.470276000000013,60.213325999999995],[-77.473617999999931,60.216934000000094],[-77.602782999999931,60.329994000000056],[-77.639724999999942,60.362213000000054],[-77.647506999999905,60.365273000000116],[-77.658339999999953,60.368050000000039],[-77.683060000000012,60.367767000000072],[-77.692489999999964,60.369438000000116],[-77.708344000000011,60.375824000000023],[-77.743606999999997,60.393326000000059],[-77.747222999999963,60.396942000000138],[-77.747756999999922,60.408134000000132],[-77.740829000000019,60.423607000000004],[-77.736937999999952,60.428879000000109],[-77.71945199999999,60.447211999999979],[-77.691939999999931,60.466660000000104],[-77.567504999999926,60.529716000000008],[-77.479995999999915,60.54055000000011],[-77.430832000000009,60.540275999999949],[-77.419723999999917,60.541107000000011],[-77.413329999999974,60.544159000000093],[-77.436385999999914,60.554436000000067],[-77.464447000000007,60.561935000000062],[-77.486114999999927,60.56638300000003],[-77.521666999999979,60.570274000000097],[-77.549438000000009,60.571381000000031],[-77.573623999999938,60.570549000000085],[-77.598617999999931,60.563606000000107],[-77.631942999999978,60.551933000000076],[-77.640563999999983,60.550270000000012],[-77.65055799999999,60.548882000000049],[-77.670273000000009,60.549721000000034],[-77.680831999999953,60.552216000000044],[-77.704453000000001,60.561661000000129],[-77.787216000000001,60.59665700000005],[-77.829453000000001,60.633605999999929],[-77.833892999999932,60.639434999999992],[-77.831679999999949,60.644714000000135],[-77.821670999999867,60.651931999999931],[-77.775832999999977,60.671104000000128],[-77.722504000000015,60.69193300000012],[-77.716399999999965,60.694434999999999],[-77.610001000000011,60.755554000000075],[-77.515839000000028,60.830551000000014],[-77.512512000000015,60.833602999999925],[-77.511672999999973,60.83638000000002],[-77.53195199999999,60.835266000000047],[-77.571670999999981,60.828330999999991],[-77.708054000000004,60.795547000000113],[-77.856383999999935,60.764442000000088],[-77.920546999999999,60.791382000000112],[-77.903885000000002,60.812492000000077],[-77.889998999999989,60.818886000000134],[-77.883330999999941,60.823325999999952],[-77.887222000000008,60.825829000000113],[-77.896392999999875,60.828049000000135],[-77.909163999999976,60.82888000000014],[-77.975280999999939,60.822769000000051],[-78.078612999999905,60.806099000000131],[-78.116942999999992,60.798050000000103],[-78.125823999999966,60.795547000000113],[-78.172500999999954,60.787216000000058],[-78.17971799999998,60.786942000000124],[-78.18638599999997,60.788047999999947],[-78.190552000000025,60.788887000000102],[-78.192764000000011,60.790833000000021],[-78.171660999999915,60.854713000000061],[-78.15943900000002,60.867210000000057],[-77.954726999999991,61.000831999999946],[-77.925551999999925,61.01888300000013],[-77.889175000000023,61.038048000000117],[-77.873610999999926,61.045547000000056],[-77.858046999999942,61.051101999999958],[-77.853881999999942,61.052215999999987],[-77.846664000000033,61.052490000000091],[-77.701675000000023,61.217491000000109],[-77.724441999999954,61.254439999999988],[-77.739990000000034,61.298607000000061],[-77.746658000000025,61.337494000000106],[-77.761123999999938,61.410271000000023],[-77.678878999999995,61.461104999999975],[-77.620834000000002,61.462493999999992],[-77.56361400000003,61.466660000000047],[-77.560546999999929,61.468047999999953],[-77.542496000000028,61.479430999999977],[-77.543335000000013,61.483047000000056],[-77.548339999999939,61.486107000000118],[-77.613892000000021,61.504166000000055],[-77.596114999999941,61.555824000000143],[-77.572784000000013,61.549995000000138],[-77.517226999999934,61.539719000000048],[-77.478607000000011,61.536385000000053],[-77.475005999999951,61.539161999999976],[-77.474715999999944,61.541664000000026],[-77.480285999999921,61.548882000000049],[-77.581389999999999,61.600548000000117],[-77.589171999999962,61.604439000000013],[-77.616500999999971,61.606327000000078],[-77.627997999999991,61.605995000000121],[-77.667496000000028,61.603049999999996],[-77.690825999999959,61.602218999999991],[-77.702498999999989,61.602776000000063],[-77.710555999999883,61.60582700000009],[-77.744155999999975,61.64027400000009],[-77.816665999999998,61.684989999999914],[-77.884445000000028,61.68582200000003],[-77.898894999999925,61.686378000000047],[-77.931380999999931,61.69193300000012],[-77.975829999999974,61.702774000000034],[-77.982223999999974,61.70665699999995],[-77.992492999999968,61.714714000000129],[-78.00306699999993,61.728325000000098],[-78.006119000000012,61.733046999999999],[-78.011947999999961,61.748604000000057],[-78.074447999999904,61.917213000000004],[-78.077498999999989,61.940544000000045],[-78.081389999999999,61.951103000000103],[-78.091675000000009,61.965271000000143],[-78.110001000000011,61.984161000000086],[-78.120269999999948,61.99193600000001],[-78.137787000000003,62.009163000000001],[-78.141387999999949,62.020546000000024],[-78.143616000000009,62.03138000000007],[-78.15943900000002,62.149994000000049],[-78.161666999999966,62.169159000000036],[-78.157776000000013,62.267494000000056],[-78.15583799999996,62.278328000000101],[-78.149733999999967,62.287216000000114],[-78.103058000000033,62.337494000000049],[-78.085007000000019,62.353325000000041],[-78.023894999999982,62.393326000000059],[-78.016402999999968,62.39388300000013],[-78.008056999999894,62.390549000000135],[-77.996657999999968,62.388046000000145],[-77.983063000000016,62.388329000000113],[-77.96305799999999,62.392768999999987],[-77.711394999999925,62.468048000000124],[-77.687209999999993,62.476654000000053],[-77.555556999999965,62.536110000000008],[-77.535278000000005,62.54694400000011],[-77.508347000000015,62.561661000000072],[-77.354996000000028,62.558044000000109],[-77.073623999999938,62.534163999999976],[-76.92582699999997,62.526382000000012],[-76.756957999999997,62.506943000000092],[-76.746947999999975,62.504997000000003],[-76.655562999999972,62.469986000000063],[-76.498610999999869,62.44110100000006],[-76.401947000000007,62.427490000000091],[-76.317779999999914,62.412209000000132],[-76.143065999999919,62.379158000000018],[-75.709732000000031,62.296387000000038],[-75.719214999999963,62.242493000000024],[-75.739562999999919,62.236160000000041],[-75.819884999999999,62.205657999999971],[-75.878875999999991,62.168602000000135],[-75.891113000000018,62.161933999999974],[-75.895003999999915,62.158599999999979],[-75.890839000000028,62.156937000000084],[-75.835830999999985,62.158043000000077],[-75.826949999999954,62.158882000000062],[-75.772399999999948,62.177215999999987],[-75.770720999999924,62.180049999999994],[-75.765052999999909,62.184718999999973],[-75.760887000000025,62.187050000000113],[-75.756057999999882,62.188713000000007],[-75.705062999999996,62.203216999999995],[-75.656882999999993,62.216544999999996],[-75.579177999999899,62.242218000000037],[-75.573897999999929,62.244155999999975],[-75.556945999999925,62.252777000000037],[-75.552779999999927,62.256660000000011],[-75.550277999999935,62.260826000000066],[-75.539443999999889,62.268326000000002],[-75.493606999999997,62.293326999999977],[-75.486937999999952,62.296387000000038],[-75.478881999999999,62.298607000000061],[-75.472777999999948,62.299438000000066],[-75.402221999999938,62.306381000000044],[-75.356383999999991,62.310546999999985],[-75.321945000000028,62.311104000000057],[-75.307495000000017,62.310271999999941],[-75.184432999999956,62.292220999999984],[-75.015563999999983,62.264999000000046],[-75,62.262245000000064],[-74.938323999999909,62.250274999999988],[-74.918610000000001,62.245544000000052],[-74.89805599999994,62.240273000000002],[-74.889998999999989,62.237495000000024],[-74.882216999999912,62.233604000000128],[-74.873885999999857,62.226097000000038],[-74.767226999999878,62.161102000000085],[-74.700835999999867,62.131104000000107],[-74.693054000000018,62.127769000000058],[-74.668883999999991,62.119156000000089],[-74.620833999999888,62.107215999999994],[-74.598052999999936,62.104164000000083],[-74.571670999999981,62.10305000000011],[-74.556380999999988,62.104713000000004],[-74.553054999999972,62.106102000000021],[-74.553878999999995,62.108046999999999],[-74.558608999999876,62.111938000000066],[-74.618880999999931,62.132492000000013],[-74.662216000000001,62.146660000000054],[-74.686110999999983,62.155823000000055],[-74.700287000000003,62.16276600000009],[-74.75111400000003,62.19110100000006],[-74.758895999999993,62.199158000000068],[-74.759734999999921,62.20138500000013],[-74.759734999999921,62.20638300000013],[-74.756393000000003,62.212212000000136],[-74.725829999999917,62.244995000000131],[-74.717498999999918,62.247771999999998],[-74.700287000000003,62.250832000000059],[-74.678328999999962,62.253608999999983],[-74.645844000000011,62.253608999999983],[-74.579453000000001,62.251938000000109],[-74.525833000000034,62.246940999999993],[-74.473617999999931,62.24332400000003],[-74.461394999999982,62.243880999999931],[-74.428878999999938,62.247771999999998],[-74.410004000000015,62.251389000000131],[-74.383895999999936,62.2586060000001],[-74.141677999999956,62.326660000000004],[-73.981383999999991,62.377769000000001],[-73.97444200000001,62.386108000000036],[-73.969727000000034,62.390830999999991],[-73.94027699999998,62.412209000000132],[-73.888901000000033,62.440543999999932],[-73.83805799999999,62.457497000000046],[-73.688048999999978,62.479988000000048],[-73.678878999999995,62.479988000000048],[-73.65972899999997,62.475265999999976],[-73.648345999999947,62.468322999999998],[-73.642501999999922,62.463608000000136],[-73.502791999999999,62.386658000000068],[-73.369995000000017,62.363609000000054],[-73.227218999999877,62.318054000000075],[-73.211394999999925,62.312767000000008],[-73.206664999999987,62.308884000000035],[-73.204178000000013,62.303878999999995],[-73.202788999999996,62.298882000000106],[-73.207229999999925,62.285828000000038],[-73.210280999999952,62.281936999999971],[-73.210830999999985,62.275826000000052],[-73.209732000000031,62.270828000000051],[-73.204178000000013,62.261382999999967],[-73.191939999999875,62.253608999999983],[-73.178054999999972,62.246101000000124],[-73.131942999999978,62.225266000000033],[-73.070006999999976,62.197487000000024],[-72.899445000000014,62.138328999999999],[-72.723891999999921,62.142220000000066],[-72.626663000000008,62.115547000000049],[-72.61721799999998,62.108604000000071],[-72.596114999999884,62.049164000000019],[-72.618713000000014,61.974212999999963],[-72.619888000000003,61.970878999999968],[-72.665717999999913,61.928382999999997],[-72.689986999999917,61.891936999999984],[-72.748610999999983,61.856384000000105],[-72.724716000000001,61.845267999999976],[-72.612503000000004,61.804993000000081],[-72.602782999999931,61.804160999999965],[-72.596114999999884,61.805549999999982],[-72.591674999999952,61.809989999999971],[-72.587783999999886,61.82027400000004],[-72.622771999999941,61.861382000000106],[-72.628875999999991,61.873047000000042],[-72.609557999999993,61.88771400000013],[-72.610893000000033,61.893714999999986],[-72.611397000000011,61.900047000000086],[-72.610222000000022,61.905380000000093],[-72.607551999999998,61.910049000000015],[-72.597548999999958,61.920211999999992],[-72.593886999999995,61.92321400000003],[-72.587226999999984,61.924376999999993],[-72.581222999999966,61.923378000000127],[-72.519729999999925,61.920546999999999],[-72.448607999999979,61.901382000000012],[-72.396666999999923,61.889435000000049],[-72.386948000000018,61.887771999999984],[-72.345551,61.884437999999989],[-72.321945000000028,61.883881000000088],[-72.256957999999997,61.876938000000109],[-72.235001000000011,61.872215000000097],[-72.205840999999964,61.86332700000014],[-72.200835999999924,61.860275000000001],[-72.041381999999999,61.722488000000112],[-72.01005600000002,61.675270000000012],[-72.038054999999986,61.624709999999993],[-72.080565999999976,61.601936000000023],[-72.087783999999999,61.598877000000073],[-72.095839999999953,61.596099999999979],[-72.113892000000021,61.595543000000077],[-72.12388599999997,61.596382000000006],[-72.160004000000015,61.605270000000019],[-72.194153000000028,61.615829000000076],[-72.227492999999981,61.619987000000037],[-72.236663999999962,61.619438000000059],[-72.254456000000005,61.615546999999992],[-72.271118000000001,61.609161000000086],[-72.303328999999906,61.570830999999998],[-72.303878999999938,61.568885999999964],[-72.303328999999906,61.56721500000009],[-72.083618000000001,61.582496999999933],[-72.057220000000029,61.586655000000064],[-71.980285999999978,61.599998000000085],[-71.978333000000021,61.601387000000102],[-71.967772999999966,61.609436000000073],[-71.940825999999959,61.648331000000042],[-71.936660999999958,61.65554800000001],[-71.933608999999933,61.663605000000132],[-71.933060000000012,61.668602000000078],[-71.933884000000035,61.674164000000019],[-71.936660999999958,61.677773000000002],[-71.941375999999991,61.681106999999997],[-71.946884000000011,61.688380999999993],[-71.950385999999867,61.688713000000121],[-71.953888000000006,61.690716000000123],[-71.956557999999916,61.693047000000092],[-71.956885999999884,61.694213999999988],[-71.956054999999935,61.698883000000137],[-71.950546000000031,61.701218000000097],[-71.948883000000023,61.701549999999997],[-71.945221000000004,61.701714000000095],[-71.928878999999995,61.705826000000116],[-71.819457999999941,61.688599000000124],[-71.795273000000009,61.682213000000047],[-71.644729999999925,61.639435000000105],[-71.575011999999901,61.608604000000014],[-71.571670999999867,61.605552999999986],[-71.545546999999999,61.571938000000102],[-71.546111999999937,61.566940000000102],[-71.549437999999896,61.558884000000035],[-71.560271999999941,61.557212999999933],[-71.629714999999976,61.548607000000061],[-71.635009999999966,61.545830000000137],[-71.652221999999995,61.543053000000043],[-71.663054999999929,61.54193900000007],[-71.751113999999973,61.538048000000003],[-71.789444000000003,61.521934999999928],[-71.746384000000035,61.47137500000008],[-71.746947999999975,61.465827999999988],[-71.802779999999984,61.446938000000046],[-71.817504999999983,61.442764000000011],[-71.875548999999921,61.436103999999943],[-71.885558999999944,61.432769999999948],[-71.887787000000003,61.430824000000086],[-71.887511999999958,61.428046999999992],[-71.879439999999988,61.422492999999974],[-71.873046999999929,61.419716000000108],[-71.853333000000021,61.414436000000023],[-71.700561999999991,61.405823000000055],[-71.684722999999963,61.404990999999939],[-71.676101999999958,61.37221500000004],[-71.67193599999996,61.330551000000128],[-71.598891999999978,61.254166000000055],[-71.53083799999996,61.213608000000022],[-71.389998999999989,61.137772000000098],[-71.295836999999892,61.148605000000089],[-71.286666999999909,61.149719000000061],[-71.279175000000009,61.151100000000099],[-71.174712999999997,61.13999200000012],[-71.011397999999986,61.121657999999968],[-70.966948999999943,61.113883999999985],[-70.945830999999941,61.108887000000095],[-70.928329000000019,61.102493000000038],[-70.921936000000017,61.09693900000002],[-70.921386999999982,61.09137700000008],[-70.773330999999985,61.08166499999993],[-70.656386999999995,61.050545000000056],[-70.553054999999972,61.024994000000049],[-70.539718999999991,61.055824000000086],[-70.535278000000005,61.05943300000007],[-70.419998000000021,61.08526599999999],[-70.41361999999998,61.086655000000007],[-70.315551999999911,61.094994000000042],[-70.165008999999998,61.088043000000084],[-70.146117999999888,61.084717000000069],[-70.141387999999949,61.08277099999998],[-70.107223999999917,61.064438000000109],[-70.085830999999985,60.954993999999999],[-70.088057999999876,60.89777400000014],[-69.927490000000034,60.807770000000005],[-69.914444000000003,60.80860100000001],[-69.901107999999965,60.81221000000005],[-69.888061999999934,60.819160000000068],[-69.856383999999991,60.838326000000109],[-69.850554999999986,60.841934000000037],[-69.84973100000002,60.846656999999993],[-69.851395000000025,60.849716000000001],[-69.858886999999982,60.851936000000023],[-69.869445999999925,60.850829999999974],[-69.883620999999948,60.845268000000033],[-69.894729999999925,60.855552999999929],[-69.833327999999995,60.889992000000007],[-69.826110999999969,60.893326000000002],[-69.778885000000002,60.91137700000013],[-69.756957999999941,60.918884000000105],[-69.750838999999928,60.919715999999994],[-69.741104000000007,60.9180530000001],[-69.738051999999925,60.915543000000071],[-69.743332000000009,60.906936999999971],[-69.75140399999998,60.898879999999963],[-69.750564999999995,60.894440000000145],[-69.74610899999999,60.884720000000073],[-69.740554999999972,60.881377999999927],[-69.71055599999994,60.873878000000047],[-69.688599000000011,60.871658000000025],[-69.677215999999987,60.871101000000124],[-69.658614999999998,60.876938000000109],[-69.649993999999879,60.8836060000001],[-69.645843999999954,60.893051000000128],[-69.643889999999942,60.903320000000008],[-69.649169999999913,60.913879000000065],[-69.655563000000029,60.9222180000001],[-69.671660999999915,60.934433000000013],[-69.680831999999953,60.943047000000035],[-69.688599000000011,60.951660000000004],[-69.689437999999882,60.956100000000049],[-69.689712999999983,60.96166199999999],[-69.680557000000022,61.014159999999947],[-69.679442999999935,61.019440000000031],[-69.676665999999955,61.025551000000121],[-69.656661999999926,61.053604000000064],[-69.653884999999946,61.056938000000059],[-69.613051999999925,61.079163000000051],[-69.599990999999989,61.081940000000145],[-69.554168999999945,61.080550999999957],[-69.528609999999958,61.076385000000073],[-69.519729999999925,61.073326000000122],[-69.514450000000011,61.069442999999978],[-69.511397999999929,61.06610100000006],[-69.508347000000015,61.060822000000087],[-69.492767000000015,61.031937000000028],[-69.468886999999995,60.994995000000017],[-69.465285999999935,60.990273000000116],[-69.453613000000018,60.974991000000045],[-69.368057000000022,60.903046000000074],[-69.368606999999997,60.811104],[-69.371933000000013,60.80443600000001],[-69.380554000000018,60.794716000000108],[-69.386672999999973,60.790550000000053],[-69.404448999999943,60.783332999999914],[-69.421386999999925,60.778046000000018],[-69.438598999999954,60.774994000000049],[-69.496657999999968,60.764442000000088],[-69.533065999999963,60.757217000000026],[-69.591675000000009,60.739158999999972],[-69.615829000000019,60.730270000000075],[-69.708618000000001,60.686935000000119],[-69.716109999999958,60.682770000000119],[-69.71055599999994,60.675270000000069],[-69.705001999999979,60.671936000000073],[-69.695830999999998,60.663879000000065],[-69.656386999999995,60.595543000000077],[-69.654174999999952,60.584991000000116],[-69.654174999999952,60.581383000000017],[-69.656951999999933,60.574715000000026],[-69.6875,60.551383999999985],[-69.693603999999937,60.54694400000011],[-69.702224999999885,60.544440999999949],[-69.748610999999983,60.539719000000048],[-69.797774999999945,60.53443900000002],[-69.813888999999904,60.530548000000124],[-69.822234999999978,60.52777100000003],[-69.826110999999969,60.525551000000007],[-69.824448000000018,60.522490999999945],[-69.787506000000008,60.480545000000006],[-69.78443900000002,60.478043000000071],[-69.778335999999967,60.475266000000033],[-69.762222000000008,60.470268000000033],[-69.74888599999997,60.461662000000103],[-69.721664000000033,60.368881000000044],[-69.722504000000015,60.364158999999972],[-69.727782999999988,60.35193600000008],[-69.744445999999982,60.340546000000018],[-69.751953000000015,60.336380000000133],[-69.756667999999934,60.331940000000145],[-69.764724999999999,60.323607999999979],[-69.766952999999944,60.318328999999949],[-69.768065999999862,60.312210000000107],[-69.764724999999999,60.307495000000074],[-69.758895999999993,60.304710000000057],[-69.696380999999974,60.278877000000136],[-69.606383999999991,60.232765000000029],[-69.605269999999905,60.2227630000001],[-69.605835000000013,60.218596999999988],[-69.610001000000011,60.208327999999995],[-69.614166000000012,60.202492000000063],[-69.636977999999999,60.179047000000025],[-69.601943999999946,60.183052000000089],[-69.594161999999983,60.180824000000143],[-69.593886999999995,60.175827000000027],[-69.603606999999954,60.10305000000011],[-69.624709999999993,60.067497000000117],[-69.636948000000018,60.065268999999944],[-69.706664999999987,60.057495000000131],[-69.837218999999948,60.019713999999965],[-69.892226999999934,59.99971800000003],[-70.217223999999931,60.007216999999969],[-70.296393999999907,60.011196000000041],[-70.336120999999935,60.004440000000102],[-70.488051999999868,59.993607000000111],[-70.505004999999926,59.992493000000138],[-70.53472899999997,59.991936000000067],[-70.556945999999925,59.992767000000072],[-70.579726999999934,59.994712999999933],[-70.593062999999972,59.996658000000139],[-70.770844000000011,60.028046000000131],[-70.945830999999941,60.063048999999978],[-70.900283999999999,60.040276000000063],[-70.631103999999993,59.985824999999977],[-70.610549999999932,59.980820000000108],[-70.585007000000019,59.971931000000041],[-70.566955999999948,59.968597000000045],[-70.507232999999985,59.96665999999999],[-70.475829999999974,59.968323000000112],[-70.33805799999999,59.976379000000009],[-70.236938000000009,59.986938000000066],[-70.227218999999934,59.986655999999982],[-70.218613000000005,59.984160999999972],[-70.197495000000004,59.974158999999986],[-70.164718999999991,59.962494000000106],[-70.112503000000004,59.949715000000026],[-70.086120999999991,59.946381000000088],[-70.06138599999997,59.94499200000007],[-70.049987999999871,59.945267000000058],[-70.030837999999903,59.948043999999982],[-69.947768999999994,59.958885000000123],[-69.758895999999993,59.96776600000004],[-69.726944000000003,59.963608000000079],[-69.718886999999938,59.959717000000012],[-69.600554999999872,59.833054000000004],[-69.605559999999912,59.777214000000129],[-69.610001000000011,59.728600000000142],[-69.540833000000021,59.671104000000014],[-69.604995999999971,59.588325999999995],[-69.61332699999997,59.588325999999995],[-69.62777699999998,59.583878000000027],[-69.658889999999985,59.572495000000004],[-69.679442999999935,59.563605999999936],[-69.698043999999982,59.553047000000106],[-69.718613000000005,59.537773000000016],[-69.729720999999927,59.52777100000003],[-69.748336999999935,59.50999500000006],[-69.759445000000028,59.493880999999988],[-69.761123999999938,59.484161000000086],[-69.759445000000028,59.481102000000078],[-69.756393000000003,59.478600000000029],[-69.728333000000021,59.479713000000118],[-69.703888000000006,59.481934000000024],[-69.698607999999922,59.481377000000123],[-69.697495000000004,59.480545000000006],[-69.669448999999929,59.455551000000014],[-69.665832999999964,59.451659999999947],[-69.649445000000014,59.428879000000109],[-69.645279000000016,59.419159000000036],[-69.631667999999877,59.377769000000058],[-69.631377999999927,59.374992000000134],[-69.639998999999875,59.361107000000061],[-69.646392999999989,59.358887000000038],[-69.677779999999927,59.356941000000006],[-69.736664000000019,59.345267999999976],[-69.744155999999975,59.343322999999998],[-69.75778200000002,59.330826000000002],[-69.758347000000015,59.320273999999984],[-69.75111400000003,59.311104000000114],[-69.746947999999861,59.307770000000119],[-69.738601999999958,59.305266999999958],[-69.645003999999915,59.29833200000013],[-69.631103999999993,59.298881999999992],[-69.626663000000008,59.29972100000009],[-69.616393999999957,59.304436000000123],[-69.550277999999992,59.329720000000123],[-69.445830999999998,59.35443900000007],[-69.43582200000003,59.3555530000001],[-69.412506000000008,59.354995999999971],[-69.259445000000028,59.326660000000061],[-69.249724999999955,59.323607999999979],[-69.238327000000027,59.259720000000129],[-69.235001000000011,59.23943300000002],[-69.234725999999966,59.233879000000059],[-69.238051999999925,59.229431000000091],[-69.244445999999982,59.224433999999974],[-69.285827999999924,59.208327999999995],[-69.366394000000014,59.190826000000129],[-69.37388599999997,59.189430000000073],[-69.404998999999975,59.190269000000058],[-69.419158999999979,59.192490000000134],[-69.420272999999952,59.196098000000063],[-69.417496000000028,59.202217000000076],[-69.414443999999946,59.212494000000049],[-69.416655999999989,59.219711000000018],[-69.420837000000006,59.223045000000013],[-69.429717999999923,59.224709000000018],[-69.439437999999996,59.224433999999974],[-69.448607999999979,59.2227630000001],[-69.470276000000013,59.213882000000012],[-69.512222000000008,59.192764000000068],[-69.530562999999972,59.18221299999999],[-69.537505999999894,59.172493000000088],[-69.540282999999988,59.166381999999999],[-69.541107000000011,59.161659000000043],[-69.537215999999944,59.123047000000042],[-69.533065999999963,59.110825000000034],[-69.527785999999992,59.106658999999979],[-69.52055399999989,59.104439000000127],[-69.511397999999929,59.103324999999984],[-69.505568999999923,59.104163999999969],[-69.49499499999996,59.109993000000145],[-69.484436000000017,59.121375999999998],[-69.474716000000001,59.128043999999932],[-69.46305799999999,59.12943300000012],[-69.453887999999949,59.128326000000015],[-69.384170999999981,59.118880999999931],[-69.367492999999911,59.116386000000091],[-69.359725999999966,59.112770000000069],[-69.349166999999909,59.104996000000028],[-69.345276000000013,59.095543000000021],[-69.344161999999983,59.091103000000032],[-69.352782999999988,59.080826000000059],[-69.431945999999982,59.025269000000094],[-69.466110000000015,59.044159000000036],[-69.493331999999953,59.037498000000085],[-69.475280999999939,58.971931000000041],[-69.457503999999915,58.915824999999984],[-69.454726999999991,58.90638000000007],[-69.453887999999949,58.895828000000108],[-69.454177999999956,58.892220000000009],[-69.456389999999999,58.884163000000001],[-69.460006999999962,58.878876000000105],[-69.547500999999897,58.808043999999995],[-69.557495000000017,58.80360399999995],[-69.587783999999942,58.796660999999972],[-69.611114999999984,58.792220999999984],[-69.656386999999995,58.787773000000016],[-69.670836999999949,58.792220999999984],[-69.680831999999953,58.800269999999955],[-69.711944999999957,58.848877000000073],[-69.714721999999938,58.85833000000008],[-69.716109999999958,58.864715999999987],[-69.702788999999996,58.876381000000094],[-69.672226000000023,58.89138000000014],[-69.668610000000001,58.899437000000091],[-69.668334999999956,58.902771000000087],[-69.668334999999956,58.92582700000014],[-69.671660999999915,58.930550000000096],[-69.709441999999967,58.972762999999986],[-69.848342999999943,59.047217999999987],[-69.865279999999927,59.052773000000059],[-69.869155999999919,59.053046999999992],[-69.872771999999998,59.050827000000027],[-69.87388599999997,59.041107000000125],[-69.874160999999958,59.034163999999919],[-69.87388599999997,59.02915999999999],[-69.865554999999972,58.977768000000026],[-69.832779000000016,58.951660000000061],[-69.815826000000015,58.82388300000008],[-69.972777999999892,58.808601000000067],[-70.153610000000015,58.777488999999946],[-70.158889999999985,58.761107999999979],[-70.049728000000016,58.743606999999997],[-69.974716000000001,58.755554000000132],[-69.931106999999997,58.733047000000056],[-69.910552999999936,58.68804200000011],[-69.864440999999999,58.617493000000138],[-69.861663999999962,58.614998000000128],[-69.818892999999946,58.588599999999985],[-69.813048999999921,58.589157000000057],[-69.799437999999952,58.59887700000013],[-69.793335000000013,58.603881999999999],[-69.724441999999954,58.668883999999991],[-69.625,58.743881000000101],[-69.608046999999999,58.754714999999976],[-69.581680000000006,58.765831000000105],[-69.570847000000015,58.769440000000145],[-69.544723999999974,58.773323000000062],[-69.507507000000032,58.774712000000079],[-69.498885999999857,58.778602999999919],[-69.445540999999878,58.808327000000133],[-69.418883999999878,58.825553999999954],[-69.411666999999966,58.830276000000026],[-69.410277999999948,58.83998900000006],[-69.405838000000017,58.850273000000129],[-69.394729999999925,58.856659000000036],[-69.381942999999922,58.861381999999992],[-69.348891999999978,58.871658000000082],[-69.279175000000009,58.888046000000145],[-69.153884999999946,58.899993999999992],[-69.129989999999964,58.901657000000114],[-69.098343,58.899162000000103],[-69.031676999999888,58.893326000000002],[-68.99221799999998,58.883880999999974],[-68.841675000000009,58.891106000000036],[-68.756957999999997,58.912490999999989],[-68.656386999999938,58.900269000000037],[-68.637512000000015,58.896659999999997],[-68.601668999999958,58.885826000000122],[-68.396392999999989,58.816101000000117],[-68.390686000000017,58.811707000000013],[-68.360549999999932,58.781936999999914],[-68.355835000000013,58.774437000000034],[-68.357772999999952,58.764717000000132],[-68.360275000000001,58.759437999999989],[-68.366393999999957,58.687492000000077],[-68.34584000000001,58.626937999999996],[-68.323059000000001,58.58526599999999],[-68.290832999999907,58.541107000000011],[-68.216659999999933,58.490829000000076],[-68.209732000000031,58.462494000000049],[-68.204726999999991,58.453323000000069],[-68.203063999999983,58.441658000000018],[-68.204178000000013,58.436935000000062],[-68.226943999999946,58.376380999999981],[-68.244720000000029,58.33776899999998],[-68.256667999999991,58.323607999999979],[-68.285827999999924,58.294998000000135],[-68.289992999999924,58.28916200000009],[-68.309157999999911,58.253326000000072],[-68.322509999999966,58.22693600000008],[-68.34584000000001,58.169991000000039],[-68.348052999999936,58.159714000000065],[-68.347777999999948,58.15387700000008],[-68.344161999999983,58.141663000000051],[-68.341385000000002,58.133331000000055],[-68.344161999999983,58.127487000000087],[-68.350554999999929,58.12193300000007],[-68.46665999999999,58.045546999999942],[-68.477218999999934,58.039992999999981],[-68.503615999999909,58.031380000000013],[-68.528609999999958,58.029434000000094],[-68.729889000000014,57.99971800000003],[-68.874161000000015,57.969154000000003],[-69.127212999999983,57.899436999999921],[-69.135009999999909,57.896942000000081],[-69.181380999999988,57.878044000000045],[-69.202498999999989,57.868599000000131],[-69.221389999999928,57.858886999999982],[-69.262511999999958,57.833603000000039],[-69.357773000000009,57.774162000000047],[-69.369048999999961,57.765251000000092],[-69.363892000000021,57.765830999999935],[-69.339721999999938,57.773323000000062],[-69.304992999999968,57.786659000000043],[-69.298339999999996,57.789436000000137],[-69.210280999999952,57.829437000000098],[-69.190825999999959,57.840546000000018],[-69.172775000000001,57.851661999999976],[-69.111937999999896,57.885825999999952],[-68.965285999999878,57.933875999999998],[-68.904175000000009,57.949715000000083],[-68.695723999999984,57.987713000000099],[-68.678894000000014,57.989716000000101],[-68.667388999999957,57.990383000000008],[-68.634720000000016,57.988879999999995],[-68.62239099999988,57.989379999999983],[-68.545272999999952,58.000549000000035],[-68.495833999999945,58.013328999999999],[-68.416945999999939,58.034439000000134],[-68.404175000000009,58.039719000000048],[-68.31361400000003,58.103049999999996],[-68.308883999999978,58.108047000000113],[-68.304992999999911,58.113884000000041],[-68.302490000000034,58.119155999999975],[-68.299987999999928,58.127487000000087],[-68.300277999999878,58.132492000000127],[-68.30471799999998,58.146384999999952],[-68.305557000000022,58.149993999999992],[-68.307220000000029,58.164436000000137],[-68.306106999999997,58.181106999999997],[-68.305267000000015,58.186104000000057],[-68.301102000000014,58.198043999999982],[-68.295273000000009,58.209991000000116],[-68.284164000000033,58.219986000000063],[-68.230835000000013,58.26888300000013],[-68.18582200000003,58.360549999999989],[-68.168335000000013,58.414711000000125],[-68.166655999999989,58.424438000000066],[-68.166945999999996,58.435822000000144],[-68.169998000000021,58.446655000000135],[-68.172775000000001,58.454993999999999],[-68.178054999999972,58.469711000000132],[-68.178329000000019,58.480270000000019],[-68.171386999999925,58.489990000000091],[-68.139175000000023,58.521103000000096],[-68.135009999999852,58.524162000000047],[-68.013061999999991,58.573607999999922],[-68.003341999999975,58.576385000000016],[-67.983321999999987,58.573051000000021],[-67.969161999999983,58.565826000000015],[-67.959166999999979,58.558044000000052],[-67.896118000000001,58.500548999999978],[-67.893889999999999,58.496658000000082],[-67.892226999999991,58.491379000000109],[-67.891953000000001,58.483604000000014],[-67.895003999999915,58.476936000000023],[-67.901108000000022,58.467209000000082],[-67.908051,58.458046000000081],[-67.914444000000003,58.453323000000069],[-67.919448999999929,58.445540999999935],[-67.920837000000006,58.439430000000073],[-67.924163999999962,58.41276600000009],[-67.92332499999992,58.403046000000018],[-67.908339999999953,58.360825000000034],[-67.906113000000005,58.356941000000006],[-67.903610000000015,58.353607000000011],[-67.893340999999964,58.346656999999993],[-67.868056999999965,58.332214000000079],[-67.864166000000012,58.328880000000083],[-67.857498000000021,58.320273999999984],[-67.894500999999934,58.287163000000078],[-67.896659999999883,58.281158000000062],[-67.90449499999994,58.26766200000003],[-67.913329999999917,58.25616100000002],[-67.919341999999972,58.250159999999994],[-67.926330999999948,58.245491000000015],[-67.934829999999977,58.241161000000034],[-67.946999000000005,58.235992000000124],[-67.974990999999989,58.220993000000021],[-68.047501000000011,58.170547000000056],[-68.065826000000015,58.159431000000097],[-68.095839999999953,58.138602999999989],[-68.101105000000018,58.133049000000028],[-68.127486999999917,58.084717000000126],[-68.129989999999964,58.07888000000014],[-68.128325999999959,58.073608000000036],[-68.125548999999978,58.071105999999986],[-68.115828999999962,58.071938000000046],[-68.101105000000018,58.077773999999977],[-68.006667999999934,58.131935000000055],[-67.991668999999945,58.146103000000096],[-67.978333000000021,58.163605000000132],[-67.876944999999978,58.243050000000039],[-67.801392000000021,58.296661000000086],[-67.815551999999968,58.308883999999978],[-67.823897999999872,58.317215000000033],[-67.829178000000013,58.326385000000073],[-67.830565999999919,58.331383000000073],[-67.828888000000006,58.349716000000114],[-67.819732999999871,58.393608000000029],[-67.817229999999995,58.40526600000004],[-67.813323999999909,58.416100000000085],[-67.787505999999951,58.464439000000027],[-67.783066000000019,58.468048000000067],[-67.775008999999898,58.471099999999979],[-67.764450000000011,58.470543000000077],[-67.723891999999978,58.458885000000066],[-67.669448999999986,58.431938000000116],[-67.667496000000028,58.427489999999977],[-67.669998000000021,58.42193599999996],[-67.679992999999968,58.41276600000009],[-67.691939999999988,58.404433999999924],[-67.696945000000028,58.399437000000034],[-67.704726999999991,58.389160000000061],[-67.737212999999997,58.326942000000145],[-67.738892000000021,58.320831000000112],[-67.737212999999997,58.315543999999989],[-67.732497999999964,58.311661000000015],[-67.698043999999925,58.284995999999978],[-67.660827999999981,58.264442000000031],[-67.646117999999944,58.253326000000072],[-67.642775999999913,58.248604],[-67.652495999999985,58.214714000000129],[-67.654175000000009,58.210548000000017],[-67.728607000000011,57.976654000000053],[-67.713897999999858,57.923050000000046],[-67.710281000000009,57.97554800000006],[-67.708343999999954,57.982491000000039],[-67.659438999999963,58.110275000000058],[-67.653609999999958,58.122765000000015],[-67.64527899999996,58.134437999999989],[-67.591949,58.200828999999999],[-67.578339000000028,58.21527100000003],[-67.566100999999946,58.223602000000085],[-67.481383999999935,58.273880000000077],[-67.46665999999999,58.279716000000121],[-67.332779000000016,58.31610100000006],[-67.17222599999991,58.376380999999981],[-67.168609999999944,58.378044000000102],[-67.15194699999995,58.376656000000025],[-67.137512000000015,58.373046999999985],[-67.116652999999985,58.363327000000083],[-67.106948999999986,58.3555530000001],[-67.095550999999944,58.348877000000016],[-67.09056099999998,58.35054800000006],[-66.995834000000002,58.439430000000073],[-66.991669000000002,58.445267000000001],[-66.989989999999977,58.45138500000013],[-66.986664000000019,58.458046000000081],[-66.978881999999999,58.468323000000055],[-66.951401000000033,58.498603999999943],[-66.944153000000028,58.501937999999939],[-66.928054999999972,58.501663000000121],[-66.887221999999952,58.485550000000103],[-66.876937999999939,58.479156000000046],[-66.875548999999864,58.473877000000073],[-66.878052000000025,58.468596999999988],[-66.801101999999958,58.473602000000028],[-66.629714999999976,58.50360900000004],[-66.651671999999962,58.542770000000132],[-66.551940999999999,58.71138000000002],[-66.469727000000034,58.81638300000003],[-66.465012000000002,58.819992000000013],[-66.388610999999969,58.850548000000117],[-66.366652999999928,58.848044999999956],[-66.357773000000009,58.846099999999979],[-66.349990999999932,58.843048000000067],[-66.350280999999939,58.837212000000022],[-66.348891999999978,58.831940000000088],[-66.344161999999926,58.827773999999977],[-66.11471599999993,58.699714999999969],[-66.106110000000001,58.684989999999971],[-66.077224999999999,58.654434000000094],[-66.072234999999921,58.650825999999995],[-66.067779999999914,58.648880000000077],[-66.054168999999945,58.646102999999982],[-65.945540999999935,58.616936000000067],[-65.938888999999961,58.613883999999928],[-65.93582200000003,58.609718000000044],[-65.93582200000003,58.604713000000004],[-65.938598999999954,58.594437000000084],[-65.941939999999988,58.582770999999923],[-66.021941999999967,58.486938000000009],[-66.08944699999995,58.365273000000002],[-66.091385000000002,58.358887000000095],[-66.091385000000002,58.354164000000083],[-66.073059000000001,58.327217000000019],[-66.065552000000025,58.320273999999984],[-66.058883999999978,58.320273999999984],[-66.052779999999927,58.34693900000002],[-66.051392000000021,58.352493000000038],[-66.045546999999942,58.363052000000096],[-66.041671999999949,58.368050000000096],[-66.030562999999972,58.376380999999981],[-66.02305599999994,58.379714999999976],[-66.015014999999948,58.381934999999999],[-65.988051999999982,58.384437999999989],[-65.979172000000005,58.386107999999922],[-65.972777999999948,58.388046000000088],[-65.965012000000002,58.391936999999928],[-65.960280999999895,58.396103000000039],[-65.920272999999952,58.44582400000013],[-65.920837000000006,58.449432000000002],[-65.926666000000012,58.456099999999992],[-65.932219999999973,58.458885000000066],[-65.94027699999998,58.461661999999933],[-65.96166999999997,58.464714000000072],[-65.980559999999912,58.470268000000033],[-65.982497999999964,58.4741590000001],[-65.981948999999929,58.480545000000006],[-65.980559999999912,58.483047000000113],[-65.887512000000015,58.577774000000034],[-65.884170999999981,58.580826000000116],[-65.876937999999882,58.581940000000088],[-65.879989999999964,58.62721300000004],[-65.945540999999935,58.665267999999969],[-66.032226999999978,58.710548000000074],[-66.101394999999968,58.771103000000039],[-66.103881999999999,58.773604999999918],[-66.081954999999994,58.80971500000004],[-66.037215999999944,58.85166200000009],[-65.990111999999954,58.852661000000012],[-65.984954999999957,58.851494000000059],[-65.952277999999865,58.836822999999981],[-65.845839999999953,58.826660000000004],[-65.839721999999995,58.827217000000076],[-65.797501000000011,58.847488000000055],[-65.792770000000019,58.853325000000041],[-65.790282999999988,58.857773000000009],[-65.789443999999946,58.861938000000009],[-65.791381999999999,58.865829000000076],[-65.794998000000021,58.86693600000001],[-65.80610699999994,58.866660999999965],[-65.833327999999995,58.864715999999987],[-65.861938000000009,58.863327000000027],[-65.880279999999914,58.864440999999999],[-65.940445000000011,58.879105000000038],[-65.952606000000003,58.88126799999992],[-65.958115000000021,58.882935000000032],[-65.964775000000031,58.887440000000083],[-65.968276999999887,58.893440000000055],[-65.988602000000014,58.903603000000032],[-65.885559000000001,59.001938000000052],[-65.777495999999985,59.029990999999995],[-65.695266999999888,59.043610000000058],[-65.673049999999989,59.046104000000014],[-65.660278000000005,59.044159000000036],[-65.654174999999952,59.042496000000085],[-65.634673999999904,59.033217999999977],[-65.632492000000013,59.031216000000086],[-65.614166000000012,59.019440000000088],[-65.565001999999936,58.993607000000111],[-65.514450000000011,58.984718000000044],[-65.5,58.983330000000137],[-65.49499499999996,58.984718000000044],[-65.493332000000009,58.987495000000138],[-65.49499499999996,58.991936000000067],[-65.509444999999971,59.008330999999998],[-65.516402999999968,59.010826000000009],[-65.533614999999998,59.014717000000076],[-65.543059999999969,59.015549000000021],[-65.553054999999972,59.017493999999999],[-65.56082200000003,59.020827999999995],[-65.571388000000013,59.039108000000112],[-65.572891000000027,59.044106000000113],[-65.570221000000004,59.045772999999997],[-65.568054000000018,59.046776000000023],[-65.532776000000013,59.063881000000094],[-65.518616000000009,59.066666000000112],[-65.510284000000013,59.066940000000045],[-65.506392999999946,59.066382999999973],[-65.492492999999968,59.061378000000104],[-65.454726999999991,59.042221000000097],[-65.340285999999992,59.03833000000003],[-65.330565999999976,59.038048000000117],[-65.324721999999952,59.038887000000102],[-65.317504999999983,59.041382000000112],[-65.319732999999985,59.047217999999987],[-65.333618000000001,59.059990000000028],[-65.344726999999978,59.064712999999983],[-65.354171999999949,59.067497000000117],[-65.533553999999924,59.077663000000143],[-65.53687999999994,59.074665000000095],[-65.546721999999988,59.071831000000088],[-65.564383999999961,59.070163999999977],[-65.577056999999968,59.069996000000117],[-65.58406100000002,59.070999000000143],[-65.586563000000012,59.072159000000056],[-65.651947000000007,59.079163000000108],[-65.715011999999945,59.148331000000042],[-65.718062999999972,59.153046000000074],[-65.740829000000019,59.214714000000072],[-65.742492999999911,59.219437000000084],[-65.743056999999965,59.228043000000014],[-65.744995000000017,59.259720000000129],[-65.744719999999973,59.263054000000125],[-65.743056999999965,59.265830999999991],[-65.731948999999986,59.269066000000009],[-65.706664999999987,59.268326000000059],[-65.685271999999884,59.264442000000031],[-65.676102000000014,59.261108000000036],[-65.646118000000001,59.244713000000104],[-65.587509000000011,59.20249200000012],[-65.612503000000004,59.237495000000081],[-65.614715999999873,59.243607000000054],[-65.614166000000012,59.246941000000049],[-65.581680000000006,59.37721300000004],[-65.572509999999966,59.378601000000003],[-65.570006999999976,59.378326000000129],[-65.551940999999999,59.372765000000072],[-65.499160999999958,59.352219000000105],[-65.48332199999993,59.345542999999964],[-65.476105000000018,59.338882000000069],[-65.471114999999941,59.327492000000007],[-65.453338999999971,59.316939999999988],[-65.383895999999993,59.281661999999983],[-65.372771999999998,59.276657000000114],[-65.366652999999872,59.274993999999992],[-65.36111499999987,59.274712000000136],[-65.357223999999974,59.277214000000015],[-65.356658999999922,59.282768000000033],[-65.437774999999988,59.393883000000017],[-65.495269999999891,59.433876000000055],[-65.559433000000013,59.481658999999979],[-65.56138599999997,59.486107000000118],[-65.557495000000017,59.487770000000069],[-65.549438000000009,59.48943300000002],[-65.542220999999984,59.489990000000091],[-65.360000999999954,59.481658999999979],[-65.347778000000005,59.480820000000051],[-65.260559000000001,59.466385000000116],[-65.19766199999998,59.450493000000051],[-65.195830999999998,59.447659000000044],[-65.176940999999999,59.440269000000001],[-65.170273000000009,59.434433000000126],[-65.141953000000001,59.415825000000041],[-65.126663000000008,59.40776800000009],[-65.119995000000017,59.40526600000004],[-65.060271999999998,59.384438000000102],[-65.041381999999942,59.378601000000003],[-65.017775999999969,59.373046999999985],[-65.005844000000025,59.371933000000013],[-64.995543999999995,59.372490000000084],[-64.98332199999993,59.376380999999981],[-65.031386999999938,59.392769000000044],[-65.075835999999981,59.408043000000077],[-65.111114999999984,59.420546999999942],[-65.118880999999988,59.423882000000049],[-65.141113000000018,59.434433000000126],[-65.147231999999974,59.43804200000011],[-65.151397999999972,59.443046999999979],[-65.156386999999938,59.451659999999947],[-65.158996999999886,59.460827000000108],[-65.16194200000001,59.466660000000104],[-65.168059999999969,59.470543000000021],[-65.22084000000001,59.48832700000014],[-65.290832999999964,59.506660000000011],[-65.308608999999933,59.50999500000006],[-65.330001999999865,59.509437999999989],[-65.388901000000033,59.50750000000005],[-65.411666999999966,59.509437999999989],[-65.419998000000021,59.516936999999984],[-65.462783999999886,59.578049000000021],[-65.494155999999975,59.626937999999996],[-65.501677999999913,59.63888500000013],[-65.527785999999992,59.716933999999981],[-65.501952999999958,59.747215000000097],[-65.433318999999983,59.798049999999932],[-65.374999999999943,59.828049000000135],[-65.33555599999994,59.84665700000005],[-65.333892999999932,59.847214000000122],[-65.323623999999995,59.845543000000077],[-65.236114999999984,59.819381999999962],[-65.21945199999999,59.814377000000093],[-65.205947999999978,59.808548000000087],[-65.203444999999931,59.806881000000033],[-65.198775999999953,59.802879000000019],[-65.195281999999963,59.797218000000044],[-65.158614999999998,59.782211000000018],[-65.152785999999992,59.779990999999995],[-65.136123999999995,59.776657],[-65.053054999999972,59.763611000000083],[-65.033065999999963,59.761383000000137],[-65.006667999999991,59.760277000000087],[-64.988602000000014,59.761940000000038],[-64.983886999999982,59.762771999999927],[-64.983063000000016,59.764160000000061],[-64.989165999999955,59.765831000000105],[-65.055556999999965,59.778328000000101],[-65.132766999999944,59.79694400000011],[-65.161391999999978,59.817490000000134],[-65.199393999999927,59.835659000000078],[-65.202713000000017,59.837326000000019],[-65.206054999999992,59.840492000000097],[-65.230835000000013,59.880546999999979],[-65.231948999999986,59.885826000000122],[-65.226104999999961,59.888603000000046],[-65.206389999999999,59.888603000000046],[-65.143340999999907,59.94999700000011],[-65.126098999999954,60.011108000000036],[-65.110001000000011,60.043052999999986],[-65.029723999999931,60.077217000000019],[-64.921111999999937,60.194992000000013],[-64.834166999999979,60.323051000000078],[-64.832229999999925,60.328605999999979],[-64.834441999999967,60.334434999999985],[-64.846389999999928,60.345543000000134],[-64.858336999999949,60.352492999999981],[-64.857223999999974,60.359436000000017],[-64.854445999999996,60.361107000000061],[-64.846114999999998,60.362769999999955],[-64.83555599999994,60.363327000000083],[-64.65306099999998,60.34693900000002],[-64.641677999999899,60.344711000000018],[-64.610274999999945,60.336380000000133],[-64.576674999999966,60.322768999999994],[-64.533249000000012,60.302498000000014],[-64.475600999999983,60.281609000000003],[-64.466919000000019,60.278602999999976],[-64.431090999999981,60.258105999999941],[-64.432593999999995,60.255608000000052],[-64.43460099999993,60.255108000000064],[-64.446091000000024,60.254771999999946],[-64.453093999999908,60.256271000000027],[-64.462424999999939,60.259273999999948],[-64.477591999999959,60.265609999999981],[-64.477218999999991,60.260551000000135],[-64.557495000000017,60.281105000000082],[-64.580291999999929,60.286110000000122],[-64.613051999999982,60.289436000000137],[-64.643065999999976,60.287498000000028],[-64.721114999999941,60.261108000000036],[-64.725829999999974,60.258331000000112],[-64.758056999999951,60.235825000000091],[-64.759445000000028,60.231102000000135],[-64.752501999999879,60.228600000000029],[-64.745269999999948,60.228325000000041],[-64.736937999999952,60.230545000000063],[-64.685546999999985,60.250832000000116],[-64.646118000000001,60.265830999999991],[-64.634170999999981,60.268883000000073],[-64.596389999999985,60.266937000000041],[-64.574448000000018,60.264999000000103],[-64.554169000000002,60.262772000000041],[-64.536391999999921,60.2586060000001],[-64.421676999999988,60.215656000000024],[-64.419501999999966,60.213661000000002],[-64.376937999999996,60.160545000000013],[-64.465011999999945,60.084991000000002],[-64.469161999999869,60.08277099999998],[-64.476944000000003,60.079720000000009],[-64.491378999999938,60.074714999999912],[-64.504455999999948,60.072495000000117],[-64.515015000000005,60.071938000000046],[-64.654998999999918,60.053604000000064],[-64.80471799999998,60.007216999999969],[-64.8125,60.004165999999998],[-64.823333999999988,59.997772000000111],[-64.826675000000023,59.994712999999933],[-64.827498999999989,59.986382000000049],[-64.820007000000032,59.979431000000091],[-64.811935000000005,59.978325000000098],[-64.796660999999972,59.980270000000075],[-64.735274999999945,60.001106000000107],[-64.490828999999906,60.05943300000007],[-64.410277999999948,60.111107000000118],[-64.396392999999989,60.121933000000013],[-64.392226999999991,60.124161000000015],[-64.385833999999932,60.125267000000008],[-64.379990000000021,60.125267000000008],[-64.37388599999997,60.123604000000114],[-64.367766999999958,60.119713000000047],[-64.366104000000007,60.117493000000024],[-64.36500499999994,60.109993000000145],[-64.374611000000016,60.033829000000082],[-64.375281999999856,60.028324000000055],[-64.394729999999981,59.941658000000075],[-64.396956999999929,59.937767000000008],[-64.408889999999985,59.932495000000074],[-64.450561999999934,59.925270000000012],[-64.462218999999948,59.922493000000088],[-64.491942999999992,59.913605000000132],[-64.506957999999997,59.907211000000075],[-64.514724999999999,59.901932000000102],[-64.513901000000033,59.896103000000096],[-64.506393000000003,59.891936999999984],[-64.499435000000005,59.891663000000051],[-64.481948999999872,59.894714000000079],[-64.376098999999954,59.9180530000001],[-64.367766999999958,59.920273000000122],[-64.363327000000027,59.922493000000088],[-64.360549999999932,59.924995000000024],[-64.320281999999963,60.004107999999974],[-64.322112999999945,60.006439000000114],[-64.324119999999994,60.011604000000091],[-64.32428699999997,60.014107000000024],[-64.322112999999945,60.024605000000008],[-64.320449999999937,60.027270999999985],[-64.317443999999909,60.028103000000044],[-64.265014999999948,60.048050000000103],[-64.216659999999933,60.039993000000095],[-64.173614999999984,60.028328000000045],[-64.166945999999996,60.024994000000049],[-64.160827999999981,60.01638800000012],[-64.150283999999999,59.985268000000076],[-64.150283999999999,59.982208000000014],[-64.165833000000021,59.850548000000117],[-64.17721599999993,59.785552999999936],[-64.180831999999896,59.781662000000097],[-64.193053999999961,59.775825999999995],[-64.202498999999932,59.77416199999999],[-64.220000999999968,59.77416199999999],[-64.236664000000019,59.779716000000008],[-64.244720000000029,59.784996000000035],[-64.25140399999998,59.787498000000141],[-64.257507000000032,59.78943600000008],[-64.261948000000018,59.789161999999976],[-64.264450000000011,59.787498000000141],[-64.266662999999994,59.77915999999999],[-64.261123999999995,59.764717000000132],[-64.255004999999926,59.756660000000124],[-64.21305799999999,59.717766000000097],[-64.197768999999994,59.705269000000101],[-64.173888999999974,59.688598999999954],[-64.163894999999968,59.684158000000082],[-64.151672000000019,59.680824000000086],[-64.129989999999964,59.676659000000086],[-64.057769999999948,59.625267000000122],[-64.116942999999935,59.517494000000056],[-64.047501000000011,59.549721000000034],[-64.040833000000021,59.553604000000007],[-64.033324999999991,59.563880999999981],[-64.034438999999907,59.573608000000092],[-64.034438999999907,59.582771000000093],[-64.029723999999874,59.599433999999974],[-64.024719000000005,59.609993000000031],[-64.019454999999937,59.618599000000131],[-64.011123999999938,59.624992000000077],[-64.004729999999995,59.626381000000094],[-63.99722300000002,59.626656000000139],[-63.90055099999995,59.619987000000037],[-63.885559000000001,59.618881000000044],[-63.876105999999993,59.615829000000076],[-63.865554999999915,59.609993000000031],[-63.731666999999959,59.526099999999985],[-63.724166999999966,59.517769000000101],[-63.722495999999978,59.513885000000073],[-63.723884999999996,59.506660000000011],[-63.785278000000005,59.426102000000014],[-63.807837999999947,59.420437000000106],[-63.810172999999963,59.41944100000012],[-63.814502999999945,59.418101999999976],[-63.866393999999957,59.421104000000014],[-63.90694400000001,59.421660999999915],[-63.947776999999974,59.419716000000108],[-64.000564999999995,59.41443600000008],[-64.018341000000021,59.410545000000013],[-64.033324999999991,59.406654000000117],[-64.050277999999992,59.399994000000106],[-64.061110999999983,59.393883000000017],[-64.065826000000015,59.388046000000031],[-64.062209999999993,59.38249200000007],[-64.052779999999984,59.379433000000063],[-63.805167999999924,59.368164000000093],[-63.790145999999993,59.370293000000004],[-63.786652000000004,59.371792000000084],[-63.78264999999999,59.374126000000103],[-63.751395999999943,59.37582400000008],[-63.748111999999935,59.333878000000084],[-63.75644699999998,59.30838],[-63.768280000000004,59.28788000000003],[-63.77044699999999,59.284381999999994],[-63.773444999999981,59.282215000000122],[-63.780944999999974,59.278213999999991],[-63.814162999999951,59.249435000000005],[-63.824722000000008,59.24610100000001],[-63.825499999999977,59.244377000000043],[-63.82527899999991,59.243324000000086],[-63.813889000000017,59.240829000000076],[-63.777942999999993,59.263938999999993],[-63.76677699999999,59.264275000000055],[-63.760940999999946,59.265434000000027],[-63.755942999999945,59.266773000000001],[-63.739112999999975,59.273605000000032],[-63.730441999999925,59.280769000000021],[-63.723777999999925,59.287436999999954],[-63.718776999999932,59.293941000000075],[-63.716113999999891,59.300934000000098],[-63.71527900000001,59.303768000000105],[-63.71527900000001,59.306438000000071],[-63.71594199999987,59.309437000000059],[-63.713775999999996,59.315605000000005],[-63.710608999999863,59.318107999999995],[-63.658332999999971,59.358046999999999],[-63.649993999999992,59.362494999999967],[-63.543059999999912,59.34804500000007],[-63.535277999999948,59.344436999999971],[-63.393332999999927,59.264999000000103],[-63.357506000000001,59.208046000000081],[-63.356392000000028,59.204993999999999],[-63.358054999999922,59.198043999999982],[-63.366661000000022,59.186377999999991],[-63.412773000000016,59.135826000000066],[-63.425560000000019,59.126381000000038],[-63.441108999999926,59.119438000000002],[-63.476944000000003,59.104439000000127],[-63.563613999999973,59.073326000000122],[-63.580001999999922,59.067497000000117],[-63.589721999999938,59.065543999999989],[-63.731392000000028,59.056270999999981],[-63.741055000000017,59.055770999999993],[-63.74872199999993,59.056934000000126],[-63.753890999999896,59.058266000000003],[-63.760222999999939,59.062767000000122],[-63.812217999999973,59.065826000000072],[-63.934440999999936,59.081108000000086],[-63.948333999999988,59.07888000000014],[-63.966110000000015,59.074714999999969],[-63.98833499999995,59.068329000000062],[-64.045546999999999,59.02416199999999],[-64.04722599999991,59.019440000000088],[-64.043883999999991,59.015273999999977],[-64.039443999999946,59.013885000000016],[-63.912216000000001,59.000549000000035],[-63.801719999999989,59.013992000000144],[-63.798388999999986,59.011329999999987],[-63.766395999999986,59.012772000000098],[-63.759444999999971,59.012497000000053],[-63.734443999999939,59.014998999999989],[-63.508057000000008,59.052773000000059],[-63.381667999999877,59.098045000000127],[-63.372771999999941,59.101104999999961],[-63.365554999999915,59.101104999999961],[-63.309440999999993,59.09415400000006],[-63.293335000000013,59.091377000000136],[-63.134170999999981,59.058327000000077],[-63.124999999999943,59.055267000000015],[-63.121940999999993,59.051384000000098],[-63.122771999999998,59.045547000000113],[-63.126944999999921,59.041382000000112],[-63.133330999999941,59.038048000000117],[-63.159438999999907,59.029990999999995],[-63.175277999999992,59.026939000000084],[-63.185271999999998,59.026381999999955],[-63.216942000000017,59.027489000000116],[-63.238892000000021,59.030548000000067],[-63.323333999999932,59.027771000000143],[-63.336112999999955,59.024994000000049],[-63.335555999999997,59.021935000000099],[-63.264450000000011,58.985549999999989],[-63.213889999999992,58.977211000000125],[-63.195273999999984,58.979713000000004],[-63.185271999999998,58.980270000000075],[-63.173057999999912,58.979713000000004],[-63.167503000000011,58.970825000000048],[-63.160552999999993,58.926384000000041],[-63.163054999999929,58.920273000000122],[-63.236389000000031,58.876937999999996],[-63.313331999999946,58.861107000000004],[-63.325004999999976,58.85582700000009],[-63.312774999999988,58.853049999999996],[-63.294723999999974,58.85083000000003],[-63.19027699999998,58.854996000000085],[-63.112777999999992,58.878043999999989],[-63.033332999999971,58.873878000000104],[-62.924170999999944,58.821381000000031],[-62.918334999999956,58.817497000000003],[-62.90694400000001,58.80471],[-62.904167000000029,58.799995000000138],[-62.847495999999978,58.690543999999989],[-62.845276000000013,58.684989999999971],[-62.842223999999987,58.669991000000095],[-62.843612999999948,58.659430999999984],[-62.847777999999948,58.653045999999961],[-62.915832999999907,58.600272999999959],[-62.974998000000028,58.576660000000061],[-63.169167000000016,58.503052000000139],[-63.334109999999896,58.455768999999975],[-63.334609999999941,58.45227100000011],[-63.337108999999941,58.448437000000126],[-63.373444000000006,58.417435000000069],[-63.38528100000002,58.41027100000008],[-63.39910900000001,58.405273000000079],[-63.486388999999974,58.37082700000002],[-63.522498999999982,58.361107000000118],[-63.537506000000008,58.354164000000083],[-63.583060999999987,58.311378000000047],[-63.587776000000019,58.305549999999982],[-63.58943899999997,58.30082700000014],[-63.584998999999925,58.298881999999992],[-63.579726999999991,58.298606999999947],[-63.571670999999924,58.299995000000081],[-63.555274999999938,58.305267000000015],[-63.533057999999983,58.314438000000109],[-63.428223000000003,58.369049000000132],[-63.392386999999928,58.388381999999979],[-63.378558999999939,58.399044000000004],[-63.364219999999932,58.410049000000015],[-63.351555000000019,58.418716000000018],[-63.286391999999978,58.456657000000064],[-63.28082999999998,58.459160000000054],[-63.264724999999942,58.463051000000121],[-63.241669000000002,58.466385000000116],[-63.213615000000004,58.469437000000028],[-63.148612999999955,58.476379000000122],[-63.13277399999987,58.477211000000068],[-63.124442999999872,58.475266000000033],[-63.096947,58.461936999999978],[-63.089721999999938,58.458327999999938],[-63.086113000000012,58.454993999999999],[-63.037506000000008,58.453048999999965],[-62.763335999999981,58.480820000000051],[-62.636664999999937,58.501389000000017],[-62.620551999999975,58.504997000000117],[-62.610001000000011,58.503882999999973],[-62.58943899999997,58.499718000000144],[-62.573615999999959,58.493880999999988],[-62.566108999999926,58.490546999999992],[-62.56138599999997,58.487495000000081],[-62.557502999999997,58.482491000000095],[-62.556389000000024,58.478043000000127],[-62.619719999999973,58.376938000000052],[-62.619445999999982,58.310272000000055],[-62.623054999999965,58.30443600000001],[-62.634170999999981,58.297775000000058],[-62.708611000000019,58.276100000000042],[-62.77666499999998,58.268599999999992],[-62.828056000000004,58.252220000000079],[-62.661666999999966,58.26998900000001],[-62.658607000000018,58.270271000000037],[-62.654442000000017,58.270271000000037],[-62.609725999999966,58.256660000000068],[-62.597778000000005,58.251663000000008],[-62.592772999999966,58.248604],[-62.582503999999858,58.23443600000013],[-62.581116000000009,58.221931000000041],[-62.58277899999996,58.216934000000094],[-62.584441999999967,58.214439000000084],[-62.631942999999865,58.185265000000129],[-62.638054000000011,58.181938000000002],[-62.653053,58.175270000000012],[-62.661384999999996,58.173049999999989],[-62.689163000000008,58.169991000000039],[-62.719718999999941,58.169715999999994],[-62.740279999999927,58.171936000000017],[-62.773887999999886,58.176941000000056],[-62.783889999999928,58.176659000000029],[-62.822226999999998,58.174713000000111],[-62.841666999999973,58.1722180000001],[-62.965004000000022,58.15387700000008],[-63.012221999999952,58.135551000000078],[-63.016662999999937,58.126098999999954],[-63.023887999999999,58.118880999999988],[-63.045279999999934,58.108886999999982],[-63.126944999999921,58.086936999999978],[-63.205558999999994,58.065826000000072],[-63.21166999999997,58.062492000000077],[-63.211387999999999,58.060272000000111],[-63.208892999999989,58.057770000000005],[-63.19027699999998,58.053047000000049],[-63.140838999999971,58.048882000000049],[-63.146998999999994,58.036831000000006],[-63.15582999999998,58.026939000000084],[-63.167777999999942,58.021103000000039],[-63.193329000000006,58.014717000000132],[-63.267220000000009,58.007217000000026],[-63.275275999999963,58.005554000000132],[-63.30471799999998,57.996940999999936],[-63.341666999999973,57.981102000000021],[-63.340835999999967,57.979988000000048],[-63.329726999999991,57.980270000000132],[-63.15166499999998,57.993606999999997],[-63.128882999999973,57.997771999999998],[-63.107779999999991,58.007774000000097],[-63.101944000000003,58.01249700000011],[-63.098884999999939,58.017769000000044],[-63.097778000000005,58.019714000000022],[-63.09833500000002,58.026939000000084],[-63.099998000000028,58.033051000000057],[-63.101944000000003,58.036942000000124],[-63.101668999999902,58.044159000000036],[-63.097778000000005,58.052216000000044],[-63.094718999999941,58.057495000000017],[-63.089164999999866,58.06221000000005],[-62.946662999999944,58.124161000000015],[-62.940276999999924,58.125824000000136],[-62.886390999999946,58.137496999999996],[-62.838051000000007,58.144997000000046],[-62.832222000000002,58.14527099999998],[-62.829445000000021,58.143326000000002],[-62.77277399999997,58.129158000000132],[-62.652221999999995,58.118599000000074],[-62.646111000000019,58.119155999999975],[-62.643058999999994,58.119986999999981],[-62.612502999999947,58.137771999999984],[-62.59944200000001,58.145546000000024],[-62.560828999999956,58.156654000000003],[-62.515838999999914,58.169158999999922],[-62.491942999999992,58.174163999999962],[-62.46665999999999,58.175552000000096],[-62.452781999999956,58.175270000000012],[-62.448051000000021,58.1722180000001],[-62.446388000000013,58.168327000000033],[-62.447776999999917,58.164154000000053],[-62.463000999999963,58.151047000000062],[-62.469666000000018,58.145718000000045],[-62.478333000000021,58.141212000000053],[-62.486168000000021,58.136547000000064],[-62.503890999999953,58.123604000000114],[-62.519447000000014,58.111937999999952],[-62.529166999999916,58.102776000000063],[-62.531386999999995,58.095268000000033],[-62.514450000000011,58.057495000000017],[-62.506392999999946,58.055267000000072],[-62.498054999999908,58.057213000000104],[-62.49138599999992,58.061378000000104],[-62.486664000000019,58.066940000000045],[-62.484443999999939,58.072220000000129],[-62.485557999999912,58.081107999999915],[-62.488051999999925,58.086105000000032],[-62.488891999999908,58.091103000000032],[-62.488051999999925,58.09665700000005],[-62.482772999999952,58.100273000000072],[-62.444827999999916,58.106720000000053],[-62.413054999999929,58.110825000000091],[-62.375,58.112770000000069],[-62.368889000000024,58.111664000000019],[-62.363892000000021,58.108604000000014],[-62.317779999999971,58.052489999999977],[-62.307502999999883,58.039161999999976],[-62.306945999999982,58.031104999999968],[-62.309722999999963,58.028603000000089],[-62.38144699999998,58.008327000000065],[-62.394112000000007,58.003658000000087],[-62.406280999999979,58.002827000000082],[-62.41311300000001,58.003658000000087],[-62.437613999999883,58.010159000000101],[-62.450443000000007,58.011993000000132],[-62.500838999999928,58.008049000000142],[-62.51916499999993,58.006943000000092],[-62.528335999999967,58.005554000000132],[-62.545279999999934,58.000549000000035],[-62.648055999999997,57.958328000000051],[-62.655273000000022,57.953605999999979],[-62.65972099999999,57.94860100000011],[-62.672774999999945,57.929993000000024],[-62.664443999999946,57.928604000000064],[-62.655273000000022,57.929993000000024],[-62.640838999999971,57.935264999999958],[-62.636116000000015,57.938598999999954],[-62.620833999999945,57.947487000000137],[-62.611670999999944,57.951660000000061],[-62.577498999999989,57.962212000000079],[-62.537780999999882,57.971100000000092],[-62.512504999999919,57.972487999999998],[-62.455165999999963,57.968212000000051],[-62.448001999999974,57.967708999999957],[-62.325004999999919,57.956100000000106],[-62.268332999999984,57.948875000000044],[-62.200278999999966,57.935822000000087],[-62.148887999999999,57.974990999999932],[-62.145279000000016,57.974159000000043],[-62.12749500000001,57.968048000000124],[-62.116111999999987,57.962493999999992],[-62.083610999999962,57.944992000000127],[-62.079726999999934,57.942763999999954],[-62.072226999999998,57.931107000000054],[-62.05972300000002,57.897774000000027],[-62.060828999999956,57.889992000000063],[-62.062774999999931,57.886658000000068],[-62.115279999999984,57.854164000000026],[-62.131942999999978,57.84276600000004],[-62.138053999999954,57.835823000000005],[-62.139167999999927,57.831940000000088],[-62.125274999999988,57.806938000000002],[-62.120833999999888,57.800827000000083],[-62.119995000000017,57.799994999999967],[-62.107779999999991,57.789719000000105],[-62.08916499999998,57.780548000000124],[-62.085830999999985,57.779433999999981],[-62.079169999999976,57.779433999999981],[-62.061110999999926,57.781936999999971],[-62.046394000000021,57.785828000000038],[-62.033332999999914,57.787216000000114],[-62.018058999999937,57.783607000000131],[-61.996666000000005,57.772217000000069],[-61.99138599999992,57.767769000000101],[-61.889998999999989,57.666382000000112],[-61.883330999999998,57.645546000000081],[-61.883057000000008,57.63749700000011],[-61.884444999999971,57.626938000000052],[-61.888610999999969,57.622490000000084],[-61.89805599999994,57.616386000000034],[-62.071670999999981,57.563605999999993],[-62.192222999999899,57.535828000000095],[-62.30860899999999,57.490546999999992],[-62.421386999999982,57.482207999999957],[-62.431945999999868,57.484717999999987],[-62.531113000000005,57.506943000000035],[-62.541388999999981,57.507500000000107],[-62.544723999999974,57.504440000000045],[-62.545279999999934,57.50110600000005],[-62.533332999999914,57.492218000000094],[-62.520553999999947,57.484993000000031],[-62.46444699999995,57.454437000000098],[-62.457222000000002,57.451103000000103],[-62.377220000000023,57.421936000000017],[-62.365279999999927,57.419715999999994],[-62.353888999999981,57.418326999999977],[-62.335830999999928,57.419440999999949],[-62.230552999999986,57.443604000000107],[-62.173331999999959,57.463608000000022],[-62.167220999999984,57.464439000000084],[-62.060828999999956,57.456383000000017],[-62.039725999999973,57.453323000000125],[-61.891388000000006,57.411934000000031],[-61.816948000000025,57.376938000000109],[-61.803054999999915,57.369155999999975],[-61.801391999999908,57.363052000000096],[-61.803054999999915,57.358887000000095],[-61.863892000000021,57.285553000000107],[-61.894164999999987,57.269440000000088],[-61.937499999999943,57.252220000000079],[-61.944999999999936,57.250832000000003],[-61.953888000000006,57.249435000000062],[-61.997779999999977,57.25638600000002],[-62.017219999999952,57.256943000000092],[-62.026389999999992,57.255829000000119],[-62.023613000000012,57.251663000000008],[-62.015839000000028,57.243050000000039],[-62.005004999999869,57.236655999999982],[-61.858894000000021,57.167770000000132],[-61.852500999999961,57.165268000000083],[-61.664444000000003,57.143883000000073],[-61.65555599999999,57.143051000000014],[-61.565551999999968,57.149719000000005],[-61.515555999999947,57.15638000000007],[-61.490836999999999,57.159431000000097],[-61.478881999999999,57.159431000000097],[-61.458892999999989,57.154709000000025],[-61.441665999999884,57.148604999999975],[-61.39305899999988,57.124709999999993],[-61.380279999999914,57.117210000000114],[-61.363892000000021,57.097214000000122],[-61.358336999999949,57.087494000000049],[-61.355559999999969,57.016388000000006],[-61.370833999999945,56.978600000000142],[-61.378052000000025,56.982208000000071],[-61.393332999999984,56.983047000000056],[-61.479720999999984,56.983604000000128],[-61.487777999999935,56.981658999999979],[-61.495551999999861,56.979430999999977],[-61.516395999999929,56.970267999999976],[-61.535560999999973,56.961104999999975],[-61.546668999999952,56.954437000000041],[-61.639998999999932,56.883881000000031],[-61.645003999999915,56.878326000000129],[-61.648337999999967,56.873046999999929],[-61.650832999999921,56.866936000000067],[-61.65277900000001,56.855826999999977],[-61.65277900000001,56.845543000000134],[-61.65055099999995,56.840828000000101],[-61.646111000000019,56.826942000000088],[-61.646111000000019,56.821106000000043],[-61.650276000000019,56.816666000000055],[-61.661384999999996,56.809433000000013],[-61.676392000000021,56.802773000000002],[-61.782391000000018,56.794441000000006],[-61.799224999999922,56.792937999999992],[-61.816886999999952,56.793610000000001],[-61.823558999999989,56.794441000000006],[-61.834556999999961,56.796108000000117],[-61.844559000000004,56.798943000000008],[-61.892226999999934,56.798607000000118],[-61.906386999999938,56.795273000000122],[-61.908606999999961,56.789162000000033],[-61.902221999999938,56.714156999999943],[-61.899993999999992,56.707214000000135],[-61.897223999999937,56.703049000000135],[-61.889998999999989,56.698044000000095],[-61.886115999999959,56.698044000000095],[-61.877776999999924,56.713051000000121],[-61.87027699999993,56.726936000000023],[-61.833667999999932,56.741993000000093],[-61.830832999999927,56.745327000000088],[-61.824996999999996,56.746826000000112],[-61.811504000000014,56.746826000000112],[-61.793335000000013,56.746826000000112],[-61.780498999999963,56.745658999999989],[-61.772834999999986,56.744160000000136],[-61.76266899999996,56.741325000000074],[-61.716392999999925,56.738045000000113],[-61.702498999999989,56.730820000000051],[-61.696944999999971,56.724709000000132],[-61.701667999999984,56.713325999999938],[-61.71055599999994,56.705551000000071],[-61.721106999999961,56.701103000000103],[-61.734443999999996,56.697212000000036],[-61.75417299999998,56.697487000000024],[-61.765006999999969,56.6988750000001],[-61.773055999999997,56.701103000000103],[-61.798339999999996,56.710823000000005],[-61.808334000000002,56.712212000000136],[-61.821670999999924,56.709717000000126],[-61.825004999999919,56.706657000000064],[-61.821670999999924,56.701660000000004],[-61.799171000000001,56.682770000000005],[-61.792503000000011,56.680824000000143],[-61.732215999999937,56.663322000000107],[-61.681670999999994,56.653603000000089],[-61.674445999999932,56.653046000000018],[-61.658889999999985,56.647774000000084],[-61.649726999999984,56.641662999999994],[-61.649993999999936,56.635268999999994],[-61.658607000000018,56.627487000000031],[-61.672500999999954,56.619986999999924],[-61.680557000000022,56.618050000000096],[-61.688889000000017,56.617210000000057],[-61.699164999999994,56.617767000000129],[-61.835555999999997,56.631660000000124],[-61.911667000000023,56.642769000000044],[-61.992774999999938,56.66027100000008],[-62.010001999999872,56.664153999999996],[-62.066947999999911,56.678604000000121],[-62.311110999999983,56.735550000000046],[-62.479995999999971,56.77388000000002],[-62.498885999999914,56.779716000000064],[-62.504448000000025,56.783607000000131],[-62.505004999999926,56.788886999999988],[-62.501944999999978,56.791939000000127],[-62.486114999999984,56.796104000000128],[-62.468886999999995,56.798607000000118],[-62.326392999999996,56.812767000000008],[-62.227492999999868,56.816666000000055],[-62.18999500000001,56.81332400000008],[-62.138335999999924,56.81082200000003],[-62.068335999999988,56.817214999999976],[-62.059440999999879,56.818603999999993],[-62.051665999999955,56.820549000000142],[-62.042502999999954,56.826942000000088],[-62.043334999999956,56.829994000000056],[-62.049445999999875,56.832496999999989],[-62.066947999999911,56.834434999999928],[-62.234726000000023,56.836937000000034],[-62.381667999999991,56.830276000000083],[-62.478606999999954,56.846657000000107],[-62.488891999999908,56.849434000000031],[-62.498885999999914,56.850548000000003],[-62.508338999999921,56.849998000000141],[-62.517219999999952,56.848045000000013],[-62.53194400000001,56.843605000000025],[-62.543892000000028,56.837212000000022],[-62.546950999999922,56.834717000000012],[-62.570281999999963,56.798607000000118],[-62.57389099999989,56.792770000000132],[-62.538337999999953,56.775551000000064],[-62.503058999999951,56.762214999999912],[-62.356109999999887,56.722214000000122],[-62.162773000000016,56.672768000000076],[-62.02277399999997,56.627487000000031],[-62.005279999999971,56.616936000000123],[-62.117500000000007,56.623046999999985],[-62.175003000000004,56.623877999999991],[-62.235557999999969,56.623604000000057],[-62.241111999999873,56.62332200000003],[-62.239722999999969,56.617210000000057],[-62.224715999999944,56.609161000000029],[-62.192222999999899,56.602493000000038],[-62.105003000000011,56.59693900000002],[-62.046394000000021,56.595825000000048],[-62.036117999999874,56.595267999999976],[-61.901389999999935,56.58776899999998],[-61.729439000000013,56.574440000000095],[-61.715004000000022,56.572220000000073],[-61.70805399999989,56.568886000000077],[-61.701110999999969,56.560822000000087],[-61.690833999999995,56.548050000000046],[-61.666663999999969,56.540549999999996],[-61.658332999999971,56.537498000000085],[-61.655273000000022,56.533882000000006],[-61.653327999999931,56.53054800000001],[-61.652221999999995,56.526100000000042],[-61.653327999999931,56.520546000000081],[-61.656661999999926,56.510826000000009],[-61.662216000000001,56.506104000000107],[-61.680282999999974,56.496658000000139],[-61.689163000000008,56.494713000000104],[-61.754723000000013,56.484993000000031],[-61.773055999999997,56.484718000000044],[-61.80388599999992,56.487770000000125],[-61.878052000000025,56.497772000000111],[-61.951942000000031,56.505554000000075],[-62.038612000000001,56.505271999999991],[-62.046950999999922,56.50471500000009],[-62.05471799999998,56.502495000000067],[-62.061667999999997,56.499435000000005],[-62.075561999999934,56.49193600000001],[-62.08306099999993,56.486938000000009],[-62.085273999999913,56.483046999999942],[-62.082222000000002,56.481659000000036],[-62.076667999999984,56.479987999999992],[-62.070838999999978,56.481102000000135],[-62.024170000000026,56.48443600000013],[-61.976386999999988,56.483330000000137],[-61.965278999999896,56.481934000000081],[-61.952224999999999,56.475822000000107],[-61.946945000000028,56.471100000000035],[-61.956164999999942,56.464050000000043],[-61.958831999999973,56.461048000000005],[-61.961333999999965,56.459717000000012],[-61.966003000000001,56.458549000000005],[-61.979835999999978,56.455551000000071],[-61.999724999999955,56.44999700000011],[-62.010284000000013,56.44999700000011],[-62.019996999999989,56.451102999999932],[-62.048888999999974,56.457214000000022],[-62.05972300000002,56.458603000000039],[-62.069999999999993,56.459160000000111],[-62.124999999999886,56.457214000000022],[-62.139998999999932,56.452217000000132],[-62.143058999999994,56.449158000000125],[-62.139167999999927,56.444709999999986],[-62.124999999999886,56.43832400000008],[-62.117500000000007,56.435546999999985],[-62.083327999999995,56.423325000000034],[-62.073059000000001,56.420546999999999],[-61.984726000000023,56.415268000000026],[-61.963717999999972,56.415657000000067],[-61.956889999999987,56.417823999999939],[-61.909720999999934,56.413879000000065],[-61.798057999999912,56.39527099999998],[-61.790840000000003,56.392494000000056],[-61.661384999999996,56.270271000000093],[-61.678332999999952,56.269161000000111],[-61.679169000000002,56.267993999999987],[-61.686835999999971,56.266994000000011],[-61.702834999999993,56.265327000000127],[-61.749999999999943,56.261329999999987],[-61.760665999999958,56.261662000000115],[-61.772166999999968,56.263493000000096],[-61.777167999999961,56.265327000000127],[-61.779671000000008,56.267493999999999],[-61.778335999999967,56.268661000000122],[-61.775001999999972,56.268826000000104],[-61.765166999999963,56.268162000000018],[-61.756667999999934,56.266994000000011],[-61.746001999999919,56.267493999999999],[-61.741000999999926,56.269161000000111],[-61.753616000000022,56.273048000000017],[-61.753059000000007,56.277770999999973],[-61.769996999999933,56.284163999999976],[-61.800835000000006,56.28943600000008],[-61.878608999999926,56.298607000000004],[-61.888610999999969,56.299164000000076],[-62.029723999999987,56.305267000000015],[-62.074447999999961,56.296386999999982],[-62.080001999999979,56.293610000000115],[-62.080832999999984,56.292496000000142],[-62.076110999999912,56.284996000000035],[-62.016395999999986,56.238883999999985],[-62.011672999999917,56.235825000000034],[-62.003890999999953,56.233604000000071],[-61.956947000000014,56.220825000000048],[-61.938331999999946,56.215827999999931],[-61.919448999999986,56.212212000000079],[-61.910278000000005,56.212493999999936],[-61.802054999999939,56.216381000000069],[-61.769889999999975,56.218048000000124],[-61.575004999999976,56.216933999999981],[-61.575561999999991,56.211937000000034],[-61.578612999999905,56.206940000000145],[-61.579726999999991,56.199158000000011],[-61.575279000000023,56.19609800000012],[-61.560279999999921,56.194434999999999],[-61.53583500000002,56.196381000000088],[-61.450553999999954,56.204994000000056],[-61.411941999999954,56.214714000000129],[-61.40444199999996,56.217491000000052],[-61.380279999999914,56.22304500000007],[-61.361670999999944,56.223602000000142],[-61.350837999999953,56.222214000000065],[-61.345550999999944,56.218322999999998],[-61.33083299999987,56.181938000000059],[-61.330284000000006,56.176659000000029],[-61.33555599999994,56.172767999999962],[-61.343329999999924,56.170547000000056],[-61.377220000000023,56.168602000000078],[-61.383613999999909,56.164711000000011],[-61.397223999999881,56.155823000000055],[-61.406104999999911,56.146102999999925],[-61.452498999999932,56.062767000000008],[-61.452224999999999,56.056937999999946],[-61.448607999999979,56.052772999999945],[-61.413886999999932,56.037773000000016],[-61.411384999999882,56.037497999999971],[-61.397498999999982,56.041107000000011],[-61.382773999999927,56.047493000000088],[-61.356391999999971,56.058327000000133],[-61.346663999999919,56.061377999999991],[-61.34027900000001,56.063049000000035],[-61.324721999999952,56.065269000000058],[-61.315552000000025,56.065544000000045],[-61.24361399999998,56.047493000000088],[-61.239722999999969,56.045273000000066],[-61.23750299999989,56.042770000000075],[-61.240554999999972,56.040276000000006],[-61.265838999999971,56.02276599999999],[-61.273613000000012,56.020828000000051],[-61.282500999999968,56.019714000000079],[-61.310279999999977,56.018600000000106],[-61.357223999999974,56.018600000000106],[-61.388610999999912,56.021934999999985],[-61.419167000000016,56.027214000000129],[-61.438605999999993,56.027489000000003],[-61.489997999999957,56.02027099999998],[-61.501395999999943,56.014442000000145],[-61.503890999999896,56.010551000000078],[-61.503615999999965,56.006942999999978],[-61.421943999999996,55.963882000000126],[-61.415001000000018,55.960274000000027],[-61.399170000000026,55.958602999999925],[-61.389998999999989,55.958885000000009],[-61.38138600000002,55.960274000000027],[-61.328055999999947,55.964157000000114],[-61.254722999999956,55.967491000000109],[-61.154442000000017,55.971375000000137],[-61.143616000000009,55.970543000000021],[-61.125556999999958,55.968596999999932],[-61.117774999999938,55.966103000000032],[-61.113616999999977,55.962493999999992],[-61.074448000000018,55.928329000000076],[-61.073891000000003,55.923050000000103],[-61.076667999999984,55.906937000000084],[-61.094111999999939,55.895606999999984],[-61.156386999999995,55.891937000000098],[-61.165276000000006,55.892220000000066],[-61.181670999999994,55.89916199999999],[-61.194999999999993,55.892220000000066],[-61.201667999999984,55.884163000000115],[-61.198607999999922,55.876380999999981],[-61.192771999999934,55.869437999999946],[-61.104445999999939,55.845543000000134],[-61.095275999999899,55.843880000000013],[-61.085274000000027,55.843322999999941],[-61.077224999999999,55.843880000000013],[-61.068061999999998,55.845543000000134],[-61.039665000000014,55.850937000000044],[-61.035999000000004,55.853271000000063],[-61.027168000000017,55.857273000000077],[-60.946105999999986,55.865829000000133],[-60.917220999999927,55.864441000000056],[-60.782500999999968,55.854164000000083],[-60.762221999999952,55.851386999999988],[-60.755561999999998,55.849434000000031],[-60.741669000000002,55.843048000000124],[-60.729720999999927,55.829436999999984],[-60.729163999999969,55.824440000000038],[-60.730826999999977,55.808044000000052],[-60.734443999999996,55.801212000000021],[-60.736941999999999,55.797382000000027],[-60.74222599999996,55.790549999999939],[-60.774719000000005,55.772491000000002],[-60.80777699999993,55.755271999999934],[-60.880554000000018,55.749161000000072],[-60.879439999999988,55.732765000000029],[-60.765006999999969,55.728042999999957],[-60.756393000000003,55.729431000000091],[-60.746947999999975,55.731659000000036],[-60.740279999999984,55.734161000000086],[-60.727218999999877,55.739990000000091],[-60.721663999999976,55.744713000000104],[-60.7016109999999,55.763443000000109],[-60.668891999999971,55.795830000000024],[-60.656386999999938,55.812767000000008],[-60.647223999999937,55.822768999999994],[-60.639998999999989,55.825554000000011],[-60.631667999999991,55.826660000000061],[-60.623885999999914,55.824996999999939],[-60.615279999999927,55.821937999999989],[-60.601943999999946,55.814713000000097],[-60.597777999999892,55.80943300000007],[-60.598052999999993,55.804436000000123],[-60.605835000000013,55.733879000000059],[-60.615836999999999,55.686935000000062],[-60.629722999999899,55.638329000000056],[-60.668059999999969,55.589432000000102],[-60.655555999999933,55.584435000000042],[-60.606109999999944,55.622489999999914],[-60.60222599999986,55.626656000000025],[-60.59027900000001,55.644714000000079],[-60.544167000000016,55.726936000000023],[-60.527221999999881,55.760551000000135],[-60.527495999999985,55.765830999999991],[-60.525557999999933,55.77693899999997],[-60.519446999999957,55.78804800000006],[-60.514449999999954,55.793610000000001],[-60.503059000000007,55.803046999999935],[-60.487777999999878,55.808601000000124],[-60.483611999999994,55.809158000000025],[-60.339995999999985,55.786384999999939],[-60.334998999999982,55.784439000000077],[-60.328888000000006,55.781661999999983],[-60.327224999999885,55.772766000000047],[-60.329444999999964,55.761383000000023],[-60.337775999999963,55.748604],[-60.380553999999961,55.691933000000063],[-60.406386999999995,55.674713000000054],[-60.463218999999924,55.666046000000108],[-60.472720999999979,55.663212000000101],[-60.493889000000024,55.658043000000134],[-60.499999999999943,55.654160000000047],[-60.50389100000001,55.648330999999985],[-60.525001999999972,55.610550000000046],[-60.531112999999948,55.597214000000065],[-60.532218999999884,55.591660000000104],[-60.531859999999938,55.588195999999982],[-60.515006999999969,55.599715999999944],[-60.506110999999919,55.611664000000019],[-60.495002999999997,55.621101000000124],[-60.481383999999991,55.627769000000114],[-60.440334000000007,55.620216000000084],[-60.426167000000021,55.618217000000072],[-60.420334000000025,55.616379000000052],[-60.415501000000006,55.61454800000007],[-60.322776999999917,55.578330999999991],[-60.31639100000001,55.573883000000023],[-60.31639100000001,55.57027400000004],[-60.319449999999961,55.530823000000055],[-60.321670999999981,55.509995000000004],[-60.426318999999978,55.448204000000089],[-60.442210999999986,55.427696000000026],[-60.437774999999988,55.399437000000091],[-60.478332999999907,55.347488000000055],[-60.472771000000023,55.347771000000023],[-60.451392999999939,55.357216000000108],[-60.42610899999994,55.376656000000082],[-60.420837000000006,55.382210000000043],[-60.418335000000013,55.386107999999979],[-60.415275999999949,55.394714000000079],[-60.417777999999942,55.402771000000087],[-60.422501000000011,55.407211000000075],[-60.425003000000004,55.411377000000016],[-60.423614999999984,55.421378999999945],[-60.418335000000013,55.427490000000034],[-60.413054999999986,55.431664000000069],[-60.349167000000023,55.475822000000107],[-60.331673000000023,55.486655999999982],[-60.319449999999961,55.491378999999995],[-60.268607999999972,55.502495000000124],[-60.253890999999953,55.503052000000025],[-60.213889999999992,55.489433000000076],[-60.203613000000018,55.483604000000071],[-60.201667999999984,55.478600000000085],[-60.195548999999971,55.431381000000101],[-60.265839000000028,55.409156999999993],[-60.274169999999913,55.408043000000021],[-60.284171999999955,55.408600000000092],[-60.295279999999934,55.411102000000142],[-60.305274999999881,55.411659000000043],[-60.313332000000003,55.411102000000142],[-60.354720999999927,55.394997000000046],[-60.468886999999938,55.285827999999981],[-60.49888599999997,55.253325999999959],[-60.538054999999929,55.200546000000145],[-60.499999999999943,55.218047999999953],[-60.488892000000021,55.227210999999954],[-60.482215999999994,55.231658999999922],[-60.476386999999988,55.2347180000001],[-60.468329999999924,55.237495000000024],[-60.37388599999997,55.260551000000021],[-60.365836999999942,55.260826000000066],[-60.355277999999998,55.259437999999989],[-60.348610000000008,55.255829000000119],[-60.348052999999936,55.250549000000092],[-60.353057999999976,55.244995000000074],[-60.512222000000008,55.120543999999938],[-60.587776000000019,55.088599999999929],[-60.616660999999965,55.077217000000132],[-60.636116000000015,55.066665999999998],[-60.670554999999979,55.044715999999994],[-60.681113999999923,55.004715000000033],[-60.683326999999906,54.994995000000131],[-60.592773000000022,55.058884000000091],[-60.475273000000016,55.124435000000005],[-60.266395999999986,55.240547000000106],[-60.259170999999924,55.244155999999919],[-60.252501999999993,55.246384000000091],[-60.176108999999997,55.270827999999995],[-60.079781000000025,55.249602999999979],[-60.073776000000009,55.247940000000028],[-60.072776999999974,55.245106000000021],[-60.110778999999923,55.199268000000075],[-60.123610999999926,55.156380000000127],[-60.146392999999932,55.137214999999969],[-60.157218999999941,55.128601000000117],[-60.187217999999973,55.108046999999999],[-60.204445000000021,55.107498000000021],[-60.212776000000019,55.108604000000071],[-60.220551,55.106384000000048],[-60.282776000000013,55.057770000000062],[-60.288337999999953,55.053321999999923],[-60.295006000000001,55.041382000000056],[-60.296950999999922,55.03443900000002],[-60.296668999999952,55.024993999999992],[-60.293892000000028,55.019440000000145],[-60.284171999999955,55.024437000000091],[-60.152495999999985,55.102776000000119],[-60.124442999999928,55.120270000000005],[-60.09944200000001,55.136658000000068],[-60.088332999999921,55.145827999999938],[-60.083884999999952,55.152214000000072],[-60.051223999999934,55.182381000000134],[-60.04571900000002,55.193046999999979],[-60.044723999999917,55.196711999999991],[-60.042721000000029,55.199883],[-60.039718999999877,55.203213000000005],[-60.036057000000028,55.206383000000073],[-60.021888999999987,55.218547999999942],[-60.015223999999989,55.221546000000046],[-60.009224000000017,55.221214000000089],[-59.964721999999938,55.235549999999989],[-59.939437999999939,55.233047000000056],[-59.922774999999945,55.233047000000056],[-59.916945999999939,55.233879000000115],[-59.912497999999971,55.238883999999985],[-59.890838999999971,55.265549000000021],[-59.868332000000009,55.291381999999999],[-59.863891999999964,55.296104000000071],[-59.851394999999968,55.303047000000049],[-59.80750299999994,55.324164999999937],[-59.795279999999991,55.327492000000063],[-59.779167000000029,55.329720000000066],[-59.776108000000022,55.329162999999937],[-59.715003999999965,55.276099999999929],[-59.711945000000014,55.269714000000022],[-59.713332999999977,55.256103999999993],[-59.729439000000013,55.205269000000101],[-59.732497999999964,55.197211999999979],[-59.735832000000016,55.194153000000142],[-59.742774999999938,55.191376000000048],[-59.831389999999999,55.162491000000045],[-59.847495999999978,55.158043000000077],[-59.863891999999964,55.154160000000104],[-59.897781000000009,55.151382000000126],[-59.918334999999956,55.155265999999983],[-59.94027699999998,55.162766000000033],[-59.950553999999897,55.164436000000023],[-59.962775999999963,55.161102000000028],[-59.967215999999951,55.158599999999979],[-59.970832999999914,55.15554800000001],[-59.973327999999867,55.147491000000059],[-59.968055999999933,55.119156000000032],[-59.963615000000004,55.110275000000115],[-59.80083499999995,55.108887000000038],[-59.795279999999991,55.109160999999972],[-59.615836999999999,55.13638300000008],[-59.57028200000002,55.159988000000055],[-59.531386999999995,55.181380999999988],[-59.487777999999992,55.181380999999988],[-59.430557000000022,55.151931999999988],[-59.428336999999999,55.149719000000005],[-59.427223000000026,55.139992000000063],[-59.427779999999927,55.135826000000009],[-59.431945999999925,55.129433000000006],[-59.438605999999936,55.123604],[-59.49610899999999,55.078331000000105],[-59.539169000000015,55.049163999999962],[-59.593886999999995,55.020828000000051],[-59.610831999999959,55.012771999999984],[-59.716659999999933,54.955826000000059],[-59.802165999999943,54.887268000000006],[-59.823996999999963,54.851105000000132],[-59.939163000000008,54.758888000000013],[-59.944160000000011,54.755554000000018],[-59.945549000000028,54.753052000000139],[-59.944160000000011,54.749718000000144],[-59.938605999999936,54.746383999999978],[-59.919166999999959,54.741379000000109],[-59.90943900000002,54.740829000000076],[-59.888610999999855,54.743324000000143],[-59.882499999999936,54.744995000000017],[-59.797500999999954,54.781661999999983],[-59.791114999999991,54.78555300000005],[-59.788612000000001,54.789436000000023],[-59.790282999999874,54.794158999999979],[-59.79099999999994,54.822658999999987],[-59.794166999999959,54.828159000000142],[-59.79466599999995,54.830994000000032],[-59.793830999999898,54.839992999999993],[-59.79099999999994,54.846825000000024],[-59.784339999999929,54.857658000000015],[-59.772002999999927,54.869492000000037],[-59.754722999999899,54.897491000000116],[-59.729995999999971,54.907493999999986],[-59.703888000000006,54.910545000000013],[-59.688888999999961,54.913605000000075],[-59.674445999999989,54.919990999999982],[-59.618331999999953,54.948600999999996],[-59.411110000000008,55.056381000000101],[-59.293891999999971,55.169716000000108],[-59.165275999999949,55.234993000000088],[-59.161384999999996,55.236938000000123],[-59.154716000000008,55.235549999999989],[-59.144164999999987,55.228043000000071],[-59.139442000000031,55.223877000000016],[-59.131110999999919,55.215546000000074],[-59.127494999999954,55.205826000000002],[-59.124999999999943,55.196380999999917],[-59.124442999999872,55.186103999999943],[-59.149440999999911,55.16182699999996],[-59.15060799999992,55.158992999999953],[-59.155276999999955,55.152156999999931],[-59.161277999999982,55.146823999999924],[-59.168609999999944,55.141827000000035],[-59.176608999999985,55.137989000000061],[-59.205276000000026,55.13116100000002],[-59.20911000000001,55.129822000000047],[-59.240279999999927,55.111382000000049],[-59.25278499999996,55.102492999999981],[-59.363335000000006,55.015830999999991],[-59.37471800000003,55.006386000000077],[-59.383056999999951,54.998047000000042],[-59.386390999999946,54.993049999999982],[-59.391113000000018,54.982208000000128],[-59.391387999999949,54.980270000000019],[-59.388610999999969,54.97665400000011],[-59.384170999999924,54.973319999999944],[-59.37471800000003,54.972763000000043],[-59.369164000000012,54.975266000000033],[-59.275001999999915,55.021659999999997],[-59.262504999999862,55.028327999999988],[-59.250838999999985,55.035828000000038],[-59.237220999999977,55.048332000000073],[-59.242500000000007,55.061104000000057],[-59.243057000000022,55.06638300000003],[-59.240836999999999,55.071106000000043],[-59.236663999999962,55.07749200000012],[-59.133330999999941,55.120491000000015],[-59.051666000000012,55.153320000000065],[-59.035277999999892,55.156937000000028],[-59.023613000000012,55.15665400000006],[-58.960555999999883,55.134995000000004],[-58.956107999999915,55.130271999999991],[-58.955832999999984,55.126381000000094],[-58.955832999999984,55.10083000000003],[-58.958336000000031,55.09165999999999],[-58.961670000000026,55.085265999999933],[-58.971106999999961,55.071106000000043],[-58.980277999999998,55.059990000000084],[-59.005561999999998,55.032767999999976],[-59.001944999999978,55.017769000000101],[-58.972495999999978,54.995544000000052],[-58.947220000000016,54.985550000000046],[-58.907218999999941,54.963882000000126],[-58.896950000000004,54.95638300000013],[-58.894164999999873,54.952773999999977],[-58.895279000000016,54.947769000000108],[-58.90055099999995,54.943878000000041],[-58.90694400000001,54.940269000000001],[-58.964721999999881,54.917496000000142],[-59.013061999999991,54.896103000000039],[-59.015556000000004,54.892220000000066],[-59.013618000000008,54.889717000000132],[-58.904167000000029,54.844711000000075],[-58.838332999999977,54.832497000000046],[-58.832503999999972,54.831940000000145],[-58.824172999999973,54.834434999999985],[-58.694442999999978,54.820549000000028],[-58.685271999999941,54.815543999999989],[-58.560828999999956,54.776100000000042],[-58.443610999999919,54.77388000000002],[-58.398887999999943,54.78472099999999],[-58.391944999999964,54.787498000000085],[-58.379997000000003,54.789993000000095],[-58.328056000000004,54.792496000000085],[-58.243331999999953,54.794716000000051],[-58.196663000000001,54.795272999999952],[-58.191108999999983,54.794158999999979],[-58.188332000000003,54.792496000000085],[-58.18721800000003,54.788605000000018],[-58.188605999999936,54.783051],[-58.19388600000002,54.777771000000087],[-58.196944999999971,54.773322999999948],[-58.198607999999979,54.767768999999987],[-58.184166000000005,54.751662999999951],[-58.173332000000016,54.745544000000109],[-58.145554000000004,54.739716000000044],[-58.110001000000011,54.737213000000054],[-58.001395999999943,54.73333000000008],[-57.945548999999971,54.739989999999977],[-57.935554999999965,54.741104000000121],[-57.910552999999936,54.74193600000001],[-57.855002999999954,54.737495000000081],[-57.847495999999921,54.735550000000103],[-57.842498999999918,54.731377000000009],[-57.831947000000014,54.71776600000004],[-57.789725999999916,54.68221299999999],[-57.78556100000003,54.679161000000079],[-57.713057999999933,54.643051000000128],[-57.700835999999981,54.637215000000083],[-57.693610999999976,54.634720000000073],[-57.676392000000021,54.630272000000105],[-57.660278000000005,54.628043999999932],[-57.642226999999991,54.628043999999932],[-57.626388999999961,54.629990000000021],[-57.577781999999956,54.638885000000073],[-57.574172999999973,54.640274000000034],[-57.569725000000005,54.644440000000145],[-57.567223000000013,54.648331000000042],[-57.559165999999948,54.655822999999998],[-57.545836999999949,54.661659000000043],[-57.539168999999902,54.662209000000075],[-57.456389999999999,54.650826000000052],[-57.450553999999954,54.649993999999936],[-57.444716999999969,54.647217000000069],[-57.355834999999956,54.590271000000087],[-57.352782999999874,54.587493999999992],[-57.347495999999921,54.579437000000041],[-57.346947,54.574714999999969],[-57.348610000000008,54.566940000000045],[-57.380828999999949,54.507499999999993],[-57.385276999999917,54.503326000000129],[-57.396949999999947,54.495827000000133],[-57.427222999999969,54.487770000000012],[-57.484726000000023,54.482491000000039],[-57.493057000000022,54.483330000000137],[-57.519447000000014,54.483879000000115],[-57.590836000000024,54.484160999999972],[-57.618056999999965,54.483604000000071],[-57.672774999999888,54.479988000000048],[-57.694999999999993,54.475548000000003],[-57.702224999999942,54.47304500000007],[-57.704169999999976,54.470543000000134],[-57.705275999999969,54.466933999999981],[-57.700554000000011,54.45915999999994],[-57.686942999999928,54.458885000000123],[-57.658332999999971,54.463051000000007],[-57.587775999999963,54.467208999999968],[-57.487777999999935,54.47304500000007],[-57.47222099999999,54.473602000000142],[-57.449996999999939,54.467491000000052],[-57.442497000000003,54.464996000000042],[-57.425277999999992,54.45915999999994],[-57.421111999999994,54.455826000000002],[-57.421669000000009,54.453605999999979],[-57.523330999999985,54.417213000000061],[-57.621666000000005,54.383605999999929],[-57.629439999999988,54.381660000000068],[-57.660827999999924,54.376937999999996],[-57.678336999999999,54.375267000000122],[-57.695273999999927,54.374992000000077],[-57.715552999999943,54.376937999999996],[-57.743056999999965,54.380821000000083],[-57.783332999999971,54.388329000000113],[-57.797226000000023,54.38888500000013],[-57.876105999999936,54.386658000000068],[-57.910278000000005,54.385269000000051],[-58.050277999999878,54.377487000000087],[-58.146392999999989,54.365273000000059],[-58.154166999999973,54.363327000000027],[-58.172501000000011,54.357498000000021],[-58.185271999999941,54.351661999999919],[-58.248055000000022,54.320274000000097],[-58.259726999999998,54.312766999999951],[-58.261947999999961,54.311104000000057],[-58.259170999999981,54.30971500000004],[-58.253333999999995,54.308884000000035],[-58.221107000000018,54.311661000000129],[-58.197495000000004,54.31638300000003],[-58.108337000000006,54.328049000000021],[-58.098609999999951,54.327217000000076],[-58.095832999999971,54.325828999999999],[-58.233886999999982,54.254166000000055],[-58.24722300000002,54.252777000000037],[-58.344161999999926,54.244438000000002],[-58.383056999999894,54.241104000000007],[-58.410278000000005,54.241661000000136],[-58.417220999999984,54.242493000000024],[-58.431388999999967,54.242218000000037],[-58.453888000000006,54.23721299999994],[-58.566108999999926,54.204163000000108],[-58.579169999999976,54.199996999999996],[-58.601394999999968,54.186104],[-58.611945999999989,54.178329000000076],[-58.628882999999973,54.169716000000108],[-58.6444469999999,54.165267999999969],[-58.692771999999991,54.151657],[-58.724715999999944,54.145271000000093],[-58.756949999999961,54.141106000000093],[-58.771110999999962,54.13999200000012],[-58.797782999999981,54.139717000000076],[-58.833611000000019,54.145827999999995],[-58.842773000000022,54.145827999999995],[-58.860001000000011,54.144714000000022],[-58.915276000000006,54.138603000000103],[-58.928336999999942,54.13638300000008],[-59.114165999999955,54.103881999999999],[-59.190551999999968,54.087212000000079],[-59.248336999999992,54.071937999999989],[-59.27944199999996,54.064438000000109],[-59.376105999999993,54.046943999999996],[-59.434440999999936,54.0472180000001],[-59.470275999999956,54.051659000000029],[-59.510001999999929,54.059433000000013],[-59.534446999999943,54.05832700000002],[-59.561385999999914,54.05332199999998],[-59.575561999999991,54.049438000000123],[-59.582221999999945,54.046387000000095],[-59.586945000000014,54.0430530000001],[-59.588608000000022,54.040549999999939],[-59.584723999999994,54.035271000000137],[-59.517220000000009,53.997214999999983],[-59.509726999999998,53.995544000000109],[-59.494445999999982,53.996383999999978],[-59.265839000000028,54.023048000000074],[-59.049445999999932,54.057495000000074],[-58.877220000000023,54.094993999999986],[-58.703055999999947,54.124161000000129],[-58.431113999999923,54.217209000000025],[-58.426392000000021,54.221931000000097],[-58.417502999999954,54.228043000000071],[-58.406386999999938,54.229713000000061],[-58.379439999999931,54.229988000000105],[-58.371940999999936,54.228043000000071],[-58.374442999999928,54.224434000000088],[-58.449722000000008,54.154434000000094],[-58.605003000000011,54.044158999999979],[-58.610282999999981,54.041663999999912],[-58.632499999999936,54.035271000000137],[-58.654998999999975,54.031661999999983],[-58.678054999999915,54.029160000000104],[-58.704445000000021,54.027214000000015],[-58.721663999999919,54.027489000000003],[-58.749167999999997,54.031105000000082],[-58.759170999999981,54.032767999999976],[-58.768058999999937,54.034995999999978],[-58.779723999999931,54.037773000000072],[-58.80750299999994,54.043327000000033],[-58.835830999999928,54.0472180000001],[-58.879997000000003,54.044998000000078],[-58.937499999999943,54.041663999999912],[-59.002501999999936,54.032494000000042],[-59.038611999999944,54.02693899999997],[-59.041388999999981,54.026100000000042],[-59.042777999999942,54.022766000000047],[-59.040557999999862,54.021751000000052],[-59.006950000000018,54.018051000000014],[-58.951942000000031,54.014717000000019],[-58.944159999999954,54.01527400000009],[-58.92583499999995,54.014717000000019],[-58.922500999999954,54.013885000000073],[-58.919448999999929,54.010826000000122],[-58.923057999999969,54.007216999999969],[-58.954169999999976,53.983879000000002],[-58.963057999999933,53.977767999999969],[-58.980826999999977,53.966385000000116],[-59.008338999999921,53.955268999999987],[-59.015838999999971,53.953323000000125],[-59.047782999999981,53.948326000000009],[-59.072226999999941,53.947487000000024],[-59.115279999999871,53.946381000000031],[-59.12222300000002,53.945267000000058],[-59.172774999999945,53.934990000000028],[-59.201392999999996,53.927489999999977],[-59.331946999999957,53.888329000000056],[-59.345551,53.883049000000142],[-59.363891999999908,53.872215000000097],[-59.369445999999982,53.867493000000024],[-59.393616000000009,53.8555530000001],[-59.43638599999997,53.837493999999992],[-59.463332999999977,53.830551000000014],[-59.480277999999998,53.82777400000009],[-59.527221999999995,53.822495000000117],[-59.543892000000028,53.8211060000001],[-59.596107000000018,53.819160000000011],[-59.62388599999997,53.82027400000004],[-59.635833999999988,53.820831000000112],[-59.698607999999979,53.829437000000041],[-59.716659999999933,53.831939999999975],[-59.728049999999996,53.835266000000047],[-59.755561999999941,53.838600000000042],[-59.798339999999939,53.843322999999998],[-59.807776999999874,53.84388000000007],[-59.825835999999981,53.842766000000097],[-59.852782999999988,53.839432000000102],[-59.872498000000007,53.833603000000096],[-59.877219999999966,53.83027600000014],[-59.880553999999961,53.825272000000041],[-59.989165999999955,53.779716000000121],[-60.082779000000016,53.762497000000053],[-60.121108999999933,53.625267000000065],[-60.11999499999996,53.611381999999992],[-60.11361699999992,53.602493000000095],[-60.110000999999954,53.598877000000073],[-60.105002999999954,53.594711000000132],[-60.087501999999915,53.583602999999982],[-60.068061999999998,53.573326000000009],[-60.064444999999978,53.569716999999969],[-60.063332000000003,53.565826000000072],[-60.064444999999978,53.560272000000111],[-60.069724999999949,53.555550000000039],[-60.075004999999919,53.553047000000049],[-60.133888000000013,53.528328000000101],[-60.138335999999981,53.528603000000089],[-60.347495999999978,53.626938000000109],[-60.358611999999994,53.634438000000046],[-60.361670999999944,53.639717000000019],[-60.364448999999979,53.648331000000042],[-60.368056999999965,53.652771000000087],[-60.382499999999936,53.662490999999989],[-60.390556000000004,53.665543000000071],[-60.503059000000007,53.705826000000116],[-60.511115999999959,53.708327999999995],[-60.560279999999977,53.718323000000112],[-60.648613000000012,53.737376999999981],[-60.670612000000006,53.740047000000061],[-60.705115999999975,53.744881000000021],[-60.75894900000003,53.761718999999971],[-60.769943000000012,53.765381000000104],[-60.856948999999986,53.792770000000019],[-60.887222000000008,53.751389000000074],[-60.880279999999914,53.713051000000007],[-60.834723999999937,53.721375000000023],[-60.757724999999994,53.713768000000016],[-60.747222999999963,53.71276499999999],[-60.654891999999961,53.698768999999913],[-60.644225999999946,53.696937999999989],[-60.537223999999924,53.678329000000019],[-60.511947999999961,53.669716000000051],[-60.446563999999967,53.644852000000128],[-60.431670999999994,53.639160000000118],[-60.360282999999981,53.606658999999979],[-60.354445999999996,53.603882000000112],[-60.342223999999931,53.596099999999979],[-60.334166999999979,53.589156999999943],[-60.323333999999988,53.581665000000044],[-60.298614999999927,53.568054000000075],[-60.278884999999946,53.558601000000067],[-60.253616000000022,53.549995000000138],[-60.103614999999934,53.500549000000092],[-60.106392000000028,53.457497000000046],[-60.123328999999956,53.456100000000106],[-60.138054000000011,53.453605999999979],[-60.202224999999999,53.433600999999953],[-60.40582999999998,53.364158999999972],[-60.413329999999974,53.357773000000009],[-60.412216000000001,53.349716000000058],[-60.404998999999975,53.334160000000111],[-60.395835999999974,53.331383000000017],[-60.391113000000018,53.331107999999972],[-60.301392000000021,53.336380000000133],[-60.230826999999977,53.343323000000112],[-60.216109999999901,53.345824999999991],[-60.203888000000006,53.349716000000058],[-60.198607999999865,53.350548000000003],[-60.188605999999993,53.350548000000003],[-60.18332700000002,53.349433999999974],[-60.176665999999898,53.346382000000062],[-60.175002999999947,53.343048000000067],[-60.174720999999977,53.338043000000027],[-60.180831999999896,53.329993999999999],[-60.190833999999938,53.321937999999932],[-60.202224999999999,53.313605999999936],[-60.208892999999989,53.310546999999985],[-60.283332999999914,53.289436000000137],[-60.295836999999949,53.286659000000043],[-60.333885000000009,53.280548000000124],[-60.367217999999923,53.27777100000003],[-60.389724999999999,53.27693899999997],[-60.418335000000013,53.269440000000145],[-60.416663999999969,53.268326000000002],[-60.398055999999997,53.265549000000078],[-60.316108999999926,53.264160000000061],[-60.289444000000003,53.263885000000073],[-60.133613999999966,53.283607000000131],[-60.024719000000005,53.354996000000142],[-59.953887999999949,53.406937000000028],[-59.931945999999925,53.42582700000014],[-59.84194199999996,53.476379000000065],[-59.821670999999981,53.471656999999993],[-59.806106999999997,53.471100000000092],[-59.798057999999969,53.472214000000065],[-59.789168999999958,53.474434000000088],[-59.785003999999958,53.477210999999954],[-59.783614999999998,53.481102000000021],[-59.78472899999997,53.485268000000133],[-59.799170999999944,53.491378999999995],[-59.823615999999959,53.49332400000003],[-59.858611999999994,53.496101000000124],[-59.89916999999997,53.516936999999928],[-59.901108000000022,53.519714000000022],[-59.898337999999967,53.52416199999999],[-59.893058999999994,53.528603000000089],[-59.875556999999958,53.534996000000035],[-59.855835000000013,53.536942000000124],[-59.847495999999978,53.536658999999986],[-59.80999799999995,53.529716000000008],[-59.773613000000012,53.517769000000044],[-59.763061999999934,53.515274000000034],[-59.755561999999941,53.514998999999989],[-59.740279999999984,53.515831000000105],[-59.621108999999933,53.527214000000129],[-59.605834999999956,53.529716000000008],[-59.560829000000012,53.540550000000053],[-59.53082999999998,53.548882000000049],[-59.517501999999979,53.553878999999938],[-59.478333000000021,53.572769000000108],[-59.329726999999991,53.65387700000008],[-59.162216000000001,53.671379000000115],[-59.079726999999934,53.680550000000096],[-59.074172999999917,53.683051999999975],[-59.023887999999999,53.713882000000012],[-59.01916499999993,53.719154000000117],[-59.010833999999932,53.744438000000116],[-59.010559000000001,53.746658000000139],[-59.018889999999999,53.749161000000129],[-59.035003999999958,53.74721500000004],[-59.041388999999981,53.748604],[-59.046111999999937,53.75277699999998],[-59.06527699999998,53.791107000000068],[-59.066390999999896,53.794998000000135],[-59.058334000000002,53.803322000000037],[-59.049445999999932,53.810822000000087],[-59.042777999999942,53.81499500000001],[-58.870276999999987,53.904709000000139],[-58.550277999999935,54.009163000000001],[-58.326110999999969,54.046271999999988],[-58.216942000000017,54.071770000000129],[-58.204612999999995,54.074604000000136],[-58.19377499999996,54.075939000000062],[-58.180446999999958,54.075436000000025],[-58.156780000000026,54.071434000000011],[-58.15060799999992,54.069438999999988],[-58.028610000000015,54.079720000000123],[-57.951942000000031,54.070831000000055],[-57.938605999999993,54.070273999999984],[-57.815552000000025,54.066101000000003],[-57.797501000000011,54.066101000000003],[-57.789443999999946,54.068603999999993],[-57.786391999999921,54.071662999999944],[-57.786117999999988,54.075271999999984],[-57.789443999999946,54.079720000000123],[-57.805556999999908,54.086654999999951],[-57.851668999999958,54.100273000000016],[-57.869720000000029,54.103050000000053],[-58.07650000000001,54.124489000000096],[-58.152495999999928,54.129158000000018],[-58.167163999999957,54.127827000000025],[-58.181503000000021,54.124660000000006],[-58.195830999999998,54.120159000000115],[-58.210834999999918,54.113995000000102],[-58.214668000000017,54.111828000000003],[-58.216994999999997,54.110493000000076],[-58.223000000000013,54.103992000000062],[-58.226832999999942,54.101826000000074],[-58.229831999999931,54.100822000000107],[-58.236834999999928,54.099327000000073],[-58.245166999999981,54.099158999999986],[-58.254332999999974,54.101322000000096],[-58.415276000000006,54.135269000000108],[-58.4183349999999,54.139717000000076],[-58.417220999999984,54.143051000000071],[-58.383613999999966,54.189712999999983],[-58.379439999999931,54.193877999999984],[-58.373885999999914,54.198326000000122],[-58.367500000000007,54.201934999999935],[-58.355559999999912,54.20638300000013],[-58.203613000000018,54.234161000000029],[-58.177779999999984,54.236938000000123],[-58.030829999999924,54.235550000000046],[-58.003058999999951,54.233879000000002],[-57.99361399999998,54.230819999999994],[-57.973609999999951,54.221656999999993],[-57.961112999999898,54.217766000000097],[-57.935271999999998,54.211662000000103],[-57.866660999999965,54.197769000000051],[-57.856392000000028,54.196098000000006],[-57.659163999999919,54.199432000000002],[-57.468329999999924,54.193877999999984],[-57.428336999999885,54.18249499999996],[-57.384170999999981,54.150543000000027],[-57.385559000000001,54.145827999999995],[-57.389998999999989,54.141106000000093],[-57.383613999999966,54.128875999999991],[-57.370833999999945,54.106384000000048],[-57.367774999999995,54.10193600000008],[-57.323333999999988,54.039719000000105],[-57.221106999999961,53.918326999999977],[-57.115279999999984,53.838600000000042],[-57.092773000000022,53.831664999999987],[-57.083611000000019,53.828605999999979],[-57.079726999999991,53.826660000000118],[-57.076392999999996,53.823051000000078],[-57.077498999999932,53.819442999999978],[-57.151389999999992,53.735824999999977],[-57.302498000000014,53.679161000000079],[-57.314720000000023,53.676383999999985],[-57.387504999999976,53.658325000000048],[-57.429169000000002,53.647491000000002],[-57.484169000000009,53.631660000000011],[-57.49111199999993,53.628876000000048],[-57.52305599999994,53.612495000000081],[-57.538894999999968,53.602218999999991],[-57.544448999999986,53.597771000000023],[-57.549995000000024,53.591934000000037],[-57.550551999999982,53.587494000000049],[-57.545279999999991,53.584717000000126],[-57.541114999999991,53.585266000000104],[-57.533332999999914,53.587494000000049],[-57.52777900000001,53.591377000000136],[-57.49361399999998,53.609436000000073],[-57.479720999999984,53.61332700000014],[-57.458054000000004,53.617493000000081],[-57.444716999999969,53.618599000000074],[-57.373610999999926,53.606658999999979],[-57.316665999999998,53.579720000000009],[-57.313613999999973,53.573608000000036],[-57.303054999999915,53.530823000000112],[-57.302498000000014,53.526382000000012],[-57.303329000000019,53.509437999999932],[-57.305557000000022,53.49971800000003],[-57.306664000000012,53.496384000000091],[-57.317779999999971,53.47554800000006],[-57.328887999999949,53.461937000000091],[-57.332503999999915,53.458328000000051],[-57.345832999999914,53.450546000000088],[-57.336945000000014,53.440269000000114],[-57.316390999999953,53.435822000000087],[-57.303329000000019,53.43332700000002],[-57.297501000000011,53.433052000000032],[-57.289169000000015,53.433875999999998],[-57.283332999999971,53.438598999999954],[-57.293616999999983,53.467766000000097],[-57.285277999999948,53.477485999999999],[-57.281386999999995,53.479430999999977],[-57.248610999999983,53.494156000000089],[-57.23750299999989,53.498604000000057],[-57.130279999999971,53.593880000000127],[-57.111389000000031,53.621658000000082],[-57.06138599999997,53.671379000000115],[-57.014724999999942,53.711380000000133],[-56.973610000000008,53.724434000000031],[-56.959442000000024,53.728325000000098],[-56.926391999999964,53.730270000000075],[-56.916663999999969,53.728600000000085],[-56.860832000000016,53.722488000000112],[-56.797226000000023,53.719986000000063],[-56.660827999999924,53.720543000000134],[-56.62222300000002,53.733604000000071],[-56.628608999999983,53.741936000000067],[-56.628333999999995,53.744156000000032],[-56.626105999999936,53.745827000000133],[-56.603332999999964,53.759163000000058],[-56.483611999999994,53.782494000000099],[-56.464691000000016,53.782272000000034],[-56.448333999999988,53.777771000000143],[-56.431670999999994,53.764442000000031],[-56.426948999999979,53.757216999999969],[-56.413886999999988,53.727768000000026],[-56.414443999999946,53.721931000000041],[-56.415275999999949,53.720543000000134],[-56.421669000000009,53.716933999999924],[-56.429169000000002,53.71527100000003],[-56.438048999999921,53.71527100000003],[-56.446944999999971,53.716933999999924],[-56.482773000000009,53.718048000000124],[-56.506393000000003,53.716933999999924],[-56.521666999999979,53.714714000000129],[-56.544448999999986,53.709717000000012],[-56.662215999999944,53.679993000000024],[-56.680283000000031,53.672768000000133],[-56.627220000000023,53.650826000000052],[-56.618057000000022,53.647491000000002],[-56.340552999999943,53.588325999999938],[-56.320281999999963,53.585266000000104],[-56.225554999999872,53.577217000000076],[-56.21665999999999,53.577217000000076],[-56.205832999999984,53.581665000000044],[-56.15582999999998,53.591660000000104],[-56.078613000000018,53.58387799999997],[-56.069167999999934,53.582771000000037],[-56.031386999999995,53.57638500000013],[-56.027221999999995,53.575272000000041],[-55.991385999999977,53.552216000000044],[-55.978881999999942,53.542221000000097],[-55.990836999999942,53.510277000000087],[-55.996947999999918,53.505272000000048],[-56.008780999999942,53.503666000000067],[-56.01294699999994,53.503993999999977],[-56.017444999999952,53.505996999999979],[-56.018611999999962,53.508495000000096],[-56.021110999999962,53.513054000000011],[-56.022498999999982,53.516388000000006],[-56.047501000000011,53.533607000000075],[-56.063332000000003,53.540833000000021],[-56.145836000000031,53.553047000000049],[-56.208892999999989,53.559433000000126],[-56.242500000000007,53.559990000000028],[-56.258338999999921,53.559158000000139],[-56.264724999999999,53.555550000000039],[-56.266113000000018,53.549995000000138],[-56.263335999999924,53.540276000000119],[-56.259170999999924,53.537773000000129],[-56.145553999999947,53.500000000000114],[-56.115279999999927,53.491936000000123],[-56.077498999999932,53.483330000000024],[-56.037780999999995,53.461655000000007],[-56.027442999999948,53.454326999999978],[-55.965552999999943,53.40915700000005],[-55.965836000000024,53.40554800000001],[-55.96944400000001,53.400542999999971],[-56.00417299999998,53.388045999999974],[-56.025275999999963,53.37971500000009],[-56.03167000000002,53.376099000000011],[-56.03833800000001,53.367493000000138],[-56.029998999999975,53.365273000000116],[-56.020835999999974,53.364158999999972],[-56.013061999999991,53.364440999999999],[-56.001396,53.366661000000022],[-55.988051999999982,53.369713000000104],[-55.981383999999935,53.373047000000099],[-55.969497999999874,53.380775000000028],[-55.959723999999937,53.390273999999977],[-55.953132999999923,53.392441000000019],[-55.938605999999936,53.395271000000037],[-55.925116999999943,53.396133000000134],[-55.912216000000001,53.394997000000103],[-55.893616000000009,53.389717000000076],[-55.881385999999964,53.382767000000001],[-55.808051999999975,53.340546000000018],[-55.807456999999943,53.284966000000111],[-55.745834000000002,53.249435000000119],[-55.747498000000007,53.143607999999972],[-55.749442999999985,53.139717000000076],[-55.754172999999923,53.134995000000004],[-55.833312999999919,53.097931000000017],[-55.879856000000018,53.073795000000018],[-55.91194200000001,53.028327999999988],[-55.926666000000012,53.023323000000119],[-55.934440999999936,53.021660000000054],[-55.943329000000006,53.021102999999925],[-55.964447000000007,53.021660000000054],[-55.990836999999942,53.024162000000103],[-56.008338999999978,53.02748900000006],[-56.025001999999972,53.033606999999961],[-56.034172000000012,53.036110000000122],[-56.056106999999997,53.038329999999974],[-56.160278000000005,53.033606999999961],[-56.165833000000021,53.032768000000033],[-56.166945999999996,53.029434000000037],[-56.165276000000006,53.024993999999992],[-56.040840000000003,53.005829000000062],[-55.958611000000019,52.99610100000001],[-55.949439999999981,52.994995000000017],[-55.889442000000031,52.969154000000117],[-55.885276999999974,52.966384999999946],[-55.834166999999979,52.921936000000017],[-55.80471799999998,52.877213000000097],[-55.803328999999962,52.839431999999931],[-55.803885999999977,52.831940000000031],[-55.808051999999975,52.82638500000013],[-55.841109999999958,52.827217000000019],[-55.879165999999941,52.824165000000107],[-55.973610000000008,52.810547000000099],[-55.987777999999992,52.806099000000131],[-56.060829000000012,52.766106000000093],[-55.964721999999938,52.681664000000069],[-55.96055599999994,52.679161000000136],[-55.950553999999897,52.677216000000101],[-55.933608999999933,52.675552000000096],[-55.918335000000013,52.677490000000034],[-55.874717999999973,52.68332700000002],[-55.786948999999993,52.683601000000124],[-55.779167000000029,52.682495000000074],[-55.77305599999994,52.679161000000136],[-55.768889999999942,52.674995000000024],[-55.740836999999999,52.646385000000009],[-55.73860899999994,52.64276899999993],[-55.739998000000014,52.639434999999935],[-55.757506999999919,52.614440999999999],[-55.769447000000014,52.608047000000113],[-55.792777999999998,52.60166200000009],[-55.888892999999996,52.608047000000113],[-55.898613000000012,52.609993000000031],[-55.939940999999976,52.628268999999989],[-55.958777999999995,52.635604999999941],[-56.032775999999956,52.654709000000025],[-56.048889000000031,52.656096999999932],[-56.075004999999919,52.655822999999998],[-56.108611999999937,52.655266000000097],[-56.122771999999941,52.651100000000042],[-56.123885999999857,52.647491000000002],[-56.119720000000029,52.643326000000002],[-56.112007000000006,52.641036999999983],[-56.099060000000009,52.641006000000118],[-56.071945000000028,52.644714000000135],[-56.06361400000003,52.644714000000135],[-56.054442999999992,52.643608000000086],[-55.982773000000009,52.622490000000028],[-55.974998000000028,52.619713000000104],[-55.970832999999914,52.615546999999992],[-55.972770999999966,52.610825000000091],[-55.985275000000001,52.602218999999991],[-56.039169000000015,52.584991000000059],[-56.155777,52.557438000000104],[-56.172611000000018,52.553608000000111],[-56.186110999999983,52.550938000000031],[-56.200779000000011,52.550938000000031],[-56.253058999999951,52.543884000000048],[-56.297500999999954,52.563606000000107],[-56.315552000000025,52.572219999999959],[-56.322501999999986,52.574715000000026],[-56.333327999999995,52.576942000000088],[-56.356391999999971,52.580276000000026],[-56.456389999999942,52.592765999999983],[-56.478607000000011,52.594437000000028],[-56.496871999999939,52.594147000000021],[-56.452782000000013,52.56888600000002],[-56.444160000000011,52.565826000000129],[-56.28055599999999,52.534996000000092],[-56.262221999999952,52.531662000000097],[-56.19755600000002,52.525105000000053],[-56.153556999999921,52.526103999999918],[-55.988892000000021,52.506386000000077],[-55.829726999999934,52.51249700000011],[-55.761390999999946,52.498878000000047],[-55.751395999999943,52.496101000000124],[-55.746947999999975,52.493881000000101],[-55.743057000000022,52.490829000000019],[-55.735001000000011,52.478599999999972],[-55.734169000000009,52.474709000000075],[-55.735832000000016,52.469154000000003],[-55.764450000000011,52.45388000000014],[-55.767501999999922,52.451103000000046],[-55.766395999999986,52.447769000000051],[-55.732772999999952,52.442215000000033],[-55.706107999999915,52.441658000000132],[-55.676666000000012,52.441658000000132],[-55.656661999999983,52.441933000000006],[-55.648612999999955,52.439712999999983],[-55.645554000000004,52.437492000000077],[-55.642775999999969,52.432770000000005],[-55.642775999999969,52.427773000000059],[-55.641669999999976,52.368881000000044],[-55.641944999999964,52.363883999999928],[-55.643332999999984,52.358330000000137],[-55.647780999999952,52.354164000000026],[-55.65444199999996,52.351661999999976],[-55.782501000000025,52.334160000000111],[-55.825004999999976,52.343048000000124],[-55.92861199999993,52.369438000000116],[-56.068335999999931,52.407210999999961],[-56.173614999999984,52.438881000000038],[-56.180556999999965,52.440826000000072],[-56.194442999999922,52.442215000000033],[-56.196945000000028,52.439987000000087],[-56.195273999999984,52.435822000000087],[-56.191382999999973,52.431107000000054],[-56.181388999999967,52.423050000000103],[-56.169448999999986,52.416100000000029],[-55.956664999999987,52.350272999999959],[-55.857779999999991,52.325271999999984],[-55.707222000000002,52.248329000000126],[-55.677222999999969,52.208327999999938],[-55.68638599999997,52.109436000000017],[-55.696945000000028,52.088326000000052],[-55.701667999999927,52.082214000000079],[-55.896666999999923,51.950828999999999],[-56.023330999999985,51.901932000000102],[-56.203330999999935,51.793326999999977],[-56.209723999999994,51.789719000000048],[-56.235832000000016,51.783607000000075],[-56.346663999999976,51.759720000000016],[-56.468886999999995,51.709434999999985],[-56.689720000000023,51.592216000000008],[-56.764450000000011,51.548607000000061],[-56.804169000000002,51.507773999999984],[-56.805832000000009,51.502219999999966],[-56.808891000000017,51.496384000000091],[-56.813613999999973,51.491661000000136],[-56.942771999999991,51.427489999999921],[-56.949721999999952,51.424713000000054],[-56.956947000000014,51.423050000000103],[-57.005561999999941,51.41944100000012],[-57.078056000000004,51.41443600000008],[-57.104239999999947,51.412674000000095],[-57.142226999999991,51.424164000000076],[-57.232215999999937,51.498604000000114],[-57.237777999999992,51.502219999999966],[-57.247222999999963,51.504166000000055],[-57.255561999999998,51.504439999999988],[-57.263617999999894,51.503608999999983],[-57.421386999999925,51.480545000000006],[-57.437774999999988,51.461105000000032],[-57.43638599999997,51.45638300000013],[-57.440833999999938,51.449997000000053],[-57.447495000000004,51.447487000000024],[-57.454720000000009,51.445541000000105],[-57.58666199999999,51.429718000000094],[-57.602225999999916,51.428047000000049],[-57.676665999999955,51.429993000000081],[-57.685828999999956,51.430824000000086],[-57.688605999999936,51.435547000000099],[-57.692497000000003,51.455268999999987],[-57.691939999999931,51.461105000000032],[-57.689437999999939,51.466385000000059],[-57.705275999999969,51.469437000000028],[-57.730826999999863,51.471099999999922],[-57.748054999999965,51.472214000000122],[-57.883888000000013,51.392493999999999],[-57.889998999999989,51.388885000000016],[-57.942771999999991,51.356102000000021],[-57.954720000000009,51.34804500000007],[-57.966110000000015,51.338599999999985],[-57.975554999999986,51.328330999999935],[-57.986664000000019,51.319442999999978],[-58.006950000000018,51.31249200000002],[-58.021384999999952,51.308884000000091],[-58.211387999999943,51.271659999999997],[-58.297225999999966,51.268599999999992],[-58.305556999999965,51.268599999999992],[-58.324448000000018,51.272217000000126],[-58.407776000000013,51.295547000000056],[-58.620551999999975,51.277214000000015],[-58.628051999999968,51.275551000000064],[-58.675003000000004,51.255271999999991],[-58.680000000000007,51.250000000000057],[-58.680556999999908,51.244156000000032],[-58.680000000000007,51.234161000000086],[-58.678336999999999,51.229431000000091],[-58.675559999999905,51.224991000000045],[-58.671111999999937,51.220824999999991],[-58.665549999999996,51.216934000000094],[-58.635833999999932,51.197769000000108],[-58.621383999999978,51.191100999999946],[-58.592223999999931,51.18471500000004],[-58.61333499999995,51.157494000000042],[-58.618606999999997,51.153046000000074],[-58.630554000000018,51.145828000000051],[-58.713615000000004,51.106102000000078],[-58.726944000000003,51.099998000000028],[-58.733329999999967,51.09804500000007],[-58.785278000000005,51.088042999999971],[-58.914718999999991,51.052490000000091],[-58.928054999999972,51.048607000000004],[-58.990836999999885,51.021935000000099],[-59.003333999999938,51.015549000000021],[-59.006110999999976,51.009719999999959],[-59.003616000000022,51.004440000000102],[-58.99888599999997,51.001106000000107],[-58.990279999999984,50.998046999999985],[-58.981383999999935,50.99721500000004],[-58.975272999999959,51.000832000000003],[-58.96832999999998,51.002495000000124],[-58.959441999999967,51.001663000000008],[-58.954720000000009,50.996658000000139],[-58.952498999999989,50.992493000000138],[-58.946662999999944,50.833878000000027],[-58.948051000000021,50.828331000000048],[-59.010559000000001,50.754166000000055],[-59.015282000000013,50.748604000000114],[-59.041672000000005,50.751389000000131],[-59.061385999999914,50.755554000000132],[-59.068335999999988,50.759163000000115],[-59.087218999999948,50.775268999999923],[-59.093055999999933,50.78943600000008],[-59.09444400000001,50.799438000000066],[-59.094718999999941,50.815269000000058],[-59.118889000000024,50.803604000000121],[-59.15582999999998,50.771103000000039],[-59.186385999999914,50.74221799999998],[-59.228881999999999,50.738327000000083],[-59.397223999999994,50.657211000000132],[-59.454444999999964,50.621933000000126],[-59.459723999999937,50.61721],[-59.51916499999993,50.552773000000002],[-59.570556999999951,50.493607000000054],[-59.580001999999922,50.482765000000029],[-59.585274000000027,50.478043000000127],[-59.591667000000029,50.475266000000033],[-59.598610000000008,50.473602000000028],[-59.733611999999937,50.444992000000013],[-59.778336000000024,50.438881000000094],[-59.803885999999977,50.438881000000094],[-59.810555000000022,50.437492000000134],[-59.816108999999926,50.433876000000055],[-59.821670999999981,50.429436000000067],[-59.872222999999963,50.381103999999993],[-59.881667999999934,50.371658000000025],[-59.881667999999934,50.366386000000091],[-59.858893999999964,50.329436999999984],[-59.853888999999924,50.326102999999989],[-59.844718999999998,50.324440000000095],[-59.837775999999963,50.326102999999989],[-59.834723999999881,50.338043000000084],[-59.834998999999982,50.343322999999998],[-59.830832999999984,50.349434000000088],[-59.824722000000008,50.351662000000033],[-59.815001999999993,50.349159000000043],[-59.813331999999946,50.344154000000003],[-59.817223000000013,50.33277099999998],[-59.827498999999989,50.323607999999979],[-59.833885000000009,50.319160000000011],[-59.860282999999981,50.310547000000042],[-59.905273000000022,50.291107000000068],[-60.005004999999983,50.248878000000104],[-60.114448999999922,50.233046999999942],[-60.147781000000009,50.274162000000103],[-60.184440999999993,50.279716000000121],[-60.236945999999989,50.268051000000014],[-60.291671999999949,50.245270000000005],[-60.298614999999927,50.243324000000143],[-60.324447999999961,50.244713000000104],[-60.360001000000011,50.250831999999946],[-60.404442000000017,50.251389000000074],[-60.458892999999989,50.251106000000107],[-60.48332999999991,50.250831999999946],[-60.491668999999945,50.250548999999978],[-60.498610999999926,50.248604],[-60.511672999999973,50.242493000000138],[-60.522223999999881,50.234718000000044],[-60.52694699999995,50.229156000000103],[-60.583611000000019,50.208327999999995],[-60.591666999999973,50.208046000000138],[-60.674445999999989,50.219986000000006],[-60.710555999999997,50.2227630000001],[-60.838607999999965,50.214995999999985],[-61.052222999999969,50.215546000000018],[-61.289443999999946,50.199158000000125],[-61.427779999999984,50.171379000000115],[-61.505561999999941,50.152489000000003],[-61.583610999999905,50.132492000000127],[-61.650832999999921,50.109993000000145],[-61.720832999999914,50.091934000000037],[-61.731612999999982,50.101936000000023],[-61.742106999999976,50.105270000000019],[-61.746277000000021,50.107269000000031],[-61.748280000000022,50.109940000000051],[-61.712104999999951,50.12226899999996],[-61.703780999999992,50.124771000000067],[-61.699443999999971,50.125435000000095],[-61.694442999999922,50.125435000000095],[-61.671386999999982,50.136940000000095],[-61.620551999999918,50.147491000000002],[-61.593055999999876,50.155266000000097],[-61.579726999999991,50.160820000000058],[-61.574447999999904,50.165543000000071],[-61.571945000000028,50.171661000000029],[-61.573891000000003,50.181664000000069],[-61.577224999999999,50.186104000000057],[-61.58916499999998,50.188880999999981],[-61.593612999999948,50.185546999999985],[-61.602225999999916,50.174438000000066],[-61.607779999999991,50.170829999999967],[-61.622222999999963,50.166100000000142],[-61.731833999999935,50.144268000000125],[-61.746997999999905,50.144431999999995],[-61.757503999999983,50.14527099999998],[-61.761832999999967,50.147269999999992],[-61.763663999999949,50.149768999999992],[-61.762999999999977,50.153271000000018],[-61.760665999999958,50.157097000000078],[-61.794448999999986,50.159431000000097],[-61.795279999999991,50.169991000000039],[-61.796950999999979,50.174713000000111],[-61.804442999999992,50.183326999999963],[-61.848884999999996,50.222488000000112],[-61.864723000000026,50.228600000000085],[-61.898338000000024,50.233604000000071],[-61.907218999999941,50.234160999999972],[-61.963332999999977,50.236107000000004],[-61.977218999999991,50.231934000000081],[-61.989723000000026,50.226379000000009],[-61.996666000000005,50.224158999999986],[-62.004172999999923,50.223045000000013],[-62.202498999999989,50.23443600000013],[-62.268889999999999,50.259720000000129],[-62.317779999999971,50.281380000000127],[-62.328056000000004,50.283882000000006],[-62.397498999999982,50.294441000000063],[-62.404167000000029,50.29222100000004],[-62.415549999999939,50.28472099999999],[-62.425560000000019,50.275269000000037],[-62.42999999999995,50.269714000000135],[-62.439994999999954,50.260551000000135],[-62.446105999999986,50.257500000000107],[-62.572226999999941,50.274712000000136],[-62.746947999999918,50.28472099999999],[-63.112502999999947,50.291382000000112],[-63.158332999999971,50.260277000000031],[-63.159163999999976,50.25471500000009],[-63.228607000000011,50.234718000000044],[-63.236663999999962,50.23443600000013],[-63.371940999999993,50.236655999999982],[-63.469443999999953,50.257216999999969],[-63.565552000000025,50.264159999999947],[-63.616660999999908,50.266663000000108],[-63.649726999999928,50.272766000000047],[-63.687499999999886,50.282494000000099],[-63.693885999999964,50.291939000000013],[-63.698607999999979,50.295272999999952],[-63.707503999999972,50.297775000000058],[-63.803328999999906,50.311661000000015],[-63.821388000000013,50.312209999999993],[-63.976104999999961,50.305549999999982],[-64.067229999999995,50.29222100000004],[-64.127776999999924,50.271935000000042],[-64.140563999999927,50.266937000000041],[-64.154175000000009,50.262497000000053],[-64.162215999999944,50.262214999999969],[-64.215285999999935,50.264999000000103],[-64.234726000000023,50.266937000000041],[-64.262787000000003,50.271660000000054],[-64.365279999999984,50.29222100000004],[-64.37388599999997,50.294998000000135],[-64.402221999999995,50.307495000000131],[-64.417770000000019,50.313048999999921],[-64.436661000000015,50.317772000000105],[-64.446105999999986,50.319160000000011],[-64.455001999999922,50.319442999999978],[-64.46305799999999,50.319160000000011],[-64.470839999999953,50.317772000000105],[-64.510009999999966,50.303046999999992],[-64.611938000000009,50.281380000000127],[-64.628052000000025,50.279160000000104],[-64.659438999999963,50.277214000000015],[-64.725006000000008,50.274436999999978],[-64.899993999999936,50.270828000000108],[-65.180557000000022,50.28555300000005],[-65.189986999999917,50.2866590000001],[-65.222777999999948,50.297775000000058],[-65.237503000000004,50.303879000000052],[-65.242492999999854,50.307769999999948],[-65.275009000000011,50.308044000000052],[-65.464447000000007,50.299437999999952],[-65.486663999999962,50.295272999999952],[-65.521666999999979,50.285828000000095],[-65.589995999999985,50.275269000000037],[-65.690552000000025,50.261108000000036],[-65.747771999999998,50.256943000000035],[-65.829453000000001,50.253326000000072],[-65.845839999999953,50.258888000000013],[-65.864440999999999,50.26888300000013],[-65.876389000000017,50.276382000000126],[-65.898055999999883,50.284995999999978],[-65.918059999999969,50.288329999999974],[-65.952498999999932,50.288887000000045],[-65.974166999999966,50.283882000000006],[-65.986937999999896,50.278328000000045],[-65.993057000000022,50.275269000000037],[-66.004180999999903,50.268326000000059],[-66.024718999999948,50.251389000000074],[-66.043334999999956,50.222214000000008],[-66.083327999999995,50.193603999999937],[-66.089721999999881,50.191375999999991],[-66.163329999999974,50.197212000000036],[-66.314163000000008,50.209717000000012],[-66.406386999999938,50.239989999999977],[-66.40695199999999,50.245270000000005],[-66.412215999999944,50.260551000000135],[-66.416945999999996,50.264442000000031],[-66.423049999999932,50.267768999999987],[-66.433318999999983,50.269714000000135],[-66.441665999999941,50.269157000000064],[-66.456389999999999,50.26638800000012],[-66.469727000000034,50.261939999999981],[-66.494720000000029,50.249435000000005],[-66.511948000000018,50.239158999999972],[-66.700835999999924,50.102493000000095],[-66.723327999999924,50.078331000000048],[-66.861937999999896,50.022491000000116],[-66.882492000000013,50.016662999999994],[-66.896118000000001,50.011940000000038],[-66.920273000000009,50.000275000000101],[-66.942489999999907,49.985825000000034],[-66.958617999999944,49.974709000000075],[-66.963622999999984,49.969154000000003],[-66.966399999999965,49.963326000000052],[-66.975280999999995,49.943603999999993],[-66.975829999999974,49.937767000000065],[-66.965560999999923,49.919441000000063],[-66.963332999999977,49.914711000000011],[-67.016402999999855,49.854712999999947],[-67.061385999999857,49.841377000000023],[-67.065276999999924,49.845543000000077],[-67.073897999999929,49.848045000000013],[-67.095839999999896,49.843605000000139],[-67.115829000000019,49.836655000000121],[-67.121658000000025,49.833327999999995],[-67.137222000000008,49.821381000000031],[-67.146666999999979,49.812492000000134],[-67.151397999999915,49.806937999999946],[-67.162216000000001,49.79055000000011],[-67.174164000000019,49.764717000000132],[-67.238892000000021,49.590546000000074],[-67.240828999999962,49.578880000000083],[-67.241378999999995,49.56749700000006],[-67.240828999999962,49.556655999999975],[-67.239990000000034,49.551659000000029],[-67.235000999999954,49.53555300000005],[-67.228881999999999,49.510277000000031],[-67.229171999999949,49.483047000000113],[-67.230834999999956,49.476936000000023],[-67.233886999999982,49.47026800000009],[-67.369155999999975,49.332771000000037],[-67.375,49.327217000000019],[-67.386123999999995,49.322220000000073],[-67.402785999999878,49.3211060000001],[-67.420273000000009,49.321663000000001],[-67.438599000000011,49.324440000000095],[-67.473617999999988,49.326660000000118],[-67.569732999999985,49.329994000000113],[-67.577498999999989,49.329163000000108],[-67.706389999999999,49.312767000000065],[-67.939163000000008,49.287773000000129],[-67.975280999999995,49.284996000000035],[-68.119720000000029,49.271660000000054],[-68.127212999999983,49.269440000000031],[-68.131942999999922,49.266106000000093],[-68.136397999999929,49.260550999999964],[-68.138900999999919,49.25471500000009],[-68.140563999999927,49.248604000000057],[-68.143889999999885,49.23054500000012],[-68.180832000000009,49.12193300000007],[-68.184997999999894,49.116104000000064],[-68.189712999999927,49.112212999999997],[-68.194992000000013,49.10833000000008],[-68.201110999999912,49.105552999999986],[-68.221663999999976,49.100273000000072],[-68.369445999999982,49.069443000000035],[-68.442489999999964,49.095543000000077],[-68.571395999999993,49.061104],[-68.59056099999998,49.054161000000022],[-68.606948999999929,49.042496000000142],[-68.626099000000011,49.023880000000133],[-68.696380999999974,48.939987000000087],[-68.876937999999996,48.85193600000008],[-69.047775000000001,48.773048000000074],[-69.06082200000003,48.767494000000056],[-69.064437999999996,48.762496999999996],[-69.084732000000031,48.72165700000005],[-69.089446999999893,48.709435000000042],[-69.093612999999948,48.691933000000006],[-69.096114999999941,48.674995000000138],[-69.099441999999897,48.663322000000107],[-69.106109999999944,48.644996999999989],[-69.111937999999896,48.63249200000007],[-69.123885999999914,48.614716000000101],[-69.142501999999922,48.594994000000042],[-69.14805599999994,48.591102999999976],[-69.15972899999997,48.58526599999999],[-69.166397000000018,48.583328000000051],[-69.184158000000025,48.584717000000069],[-69.201675000000023,48.588599999999985],[-69.218612999999948,48.589713999999958],[-69.226669000000015,48.588882000000069],[-69.231383999999935,48.585548000000074],[-69.236388999999917,48.581108000000029],[-69.265288999999939,48.541663999999969],[-69.279448999999943,48.515831000000048],[-69.282776000000013,48.504166000000112],[-69.283324999999934,48.493049999999982],[-69.282500999999968,48.482490999999982],[-69.292770000000019,48.457771000000093],[-69.301102000000014,48.446655000000135],[-69.432769999999948,48.307770000000005],[-69.437774999999988,48.303047000000049],[-69.454726999999991,48.291939000000013],[-69.597777999999948,48.207497000000046],[-69.672775000000001,48.14388300000013],[-69.683884000000035,48.137772000000041],[-69.691375999999991,48.137496999999996],[-69.80082699999997,48.153603000000032],[-69.810271999999941,48.155822999999998],[-69.734725999999966,48.113609000000054],[-69.730285999999978,48.10943600000013],[-69.732498000000021,48.103607000000125],[-69.786391999999864,47.994713000000047],[-69.839447000000007,47.907210999999961],[-69.925827000000027,47.773048000000074],[-69.93582200000003,47.764441999999974],[-70.002227999999945,47.711936999999978],[-70.015563999999983,47.702773999999977],[-70.071945000000028,47.674713000000054],[-70.077498999999989,47.672493000000088],[-70.091109999999958,47.669159000000093],[-70.132767000000001,47.644996999999989],[-70.179992999999968,47.608330000000024],[-70.190276999999924,47.599159000000043],[-70.202498999999989,47.583053999999947],[-70.206116000000009,47.576660000000118],[-70.208343999999897,47.570549000000028],[-70.209441999999967,47.553879000000109],[-70.207503999999915,47.533051],[-70.208618000000001,47.527214000000072],[-70.217223999999931,47.508330999999998],[-70.225554999999929,47.496384000000035],[-70.2308349999999,47.492493000000138],[-70.299727999999959,47.466933999999924],[-70.341674999999952,47.460548000000017],[-70.461944999999901,47.429993000000024],[-70.502501999999993,47.390830999999991],[-70.555831999999953,47.322769000000108],[-70.56639100000001,47.304161000000022],[-70.568618999999956,47.298049999999932],[-70.571120999999948,47.281104999999968],[-70.574172999999973,47.274437000000034],[-70.586120999999991,47.257773999999927],[-70.699431999999945,47.126099000000011],[-70.721664000000033,47.101387000000102],[-70.733063000000016,47.095543000000134],[-70.792496000000028,47.068329000000119],[-70.817504999999926,47.058884000000035],[-70.823623999999938,47.056938000000002],[-70.866942999999935,47.051383999999985],[-70.893341000000021,47.045273000000066],[-70.923049999999932,47.032211000000075],[-70.973617999999988,47.003326000000015],[-71.113616999999863,46.912491000000045],[-71.182495000000017,46.864158999999972],[-71.197495000000004,46.852493000000038],[-71.198607999999979,46.846382000000119],[-71.299164000000019,46.742218000000094],[-71.291945999999996,46.744156000000032],[-71.279723999999931,46.749161000000072],[-71.209441999999967,46.782494000000099],[-71.19888299999991,46.788887000000045],[-71.188888999999961,46.796661000000029],[-71.184432999999956,46.802773000000059],[-71.178329000000019,46.815269000000114],[-71.166396999999904,46.831108000000029],[-71.156112999999948,46.838882000000069],[-71.149993999999936,46.842491000000052],[-71.143615999999952,46.844711000000075],[-71.130554000000018,46.847487999999998],[-71.115279999999984,46.84887700000013],[-71.100280999999995,46.84887700000013],[-71.083327999999995,46.847487999999998],[-70.986937999999952,46.854164000000083],[-70.772232000000031,46.915825000000041],[-70.766402999999912,46.918884000000048],[-70.755004999999983,46.936652999999978],[-70.744445999999925,46.943320999999912],[-70.737502999999947,46.946098000000006],[-70.638061999999991,46.981658999999979],[-70.618880999999931,46.988045000000056],[-70.604996000000028,46.990273000000059],[-70.575012000000015,46.993324000000086],[-70.553328999999962,46.998047000000042],[-70.541381999999942,47.00249500000001],[-70.530288999999925,47.007773999999984],[-70.506957999999997,47.02027099999998],[-70.486389000000031,47.033607000000131],[-70.461120999999935,47.053604000000007],[-70.334166999999923,47.15554800000001],[-70.310271999999941,47.176659000000086],[-70.273055999999997,47.213608000000136],[-70.111114999999984,47.340546000000131],[-70.078888000000006,47.361106999999947],[-70.048888999999974,47.386107999999979],[-70.044158999999922,47.390830999999991],[-70.040833000000021,47.397217000000069],[-70.039992999999868,47.402771000000087],[-69.967498999999975,47.505829000000062],[-69.90194699999995,47.537216000000001],[-69.896392999999932,47.541107000000068],[-69.805832000000009,47.613052000000096],[-69.65943900000002,47.744713000000104],[-69.639998999999875,47.762772000000041],[-69.593063000000029,47.808884000000091],[-69.556655999999862,47.856384000000048],[-69.556380999999931,47.866661000000022],[-69.544158999999979,47.883605999999986],[-69.526672000000019,47.90415999999999],[-69.508057000000008,47.924438000000009],[-69.498885999999857,47.933875999999998],[-69.469727000000034,47.961937000000091],[-69.450561999999991,47.979155999999989],[-69.429169000000002,47.995270000000119],[-69.418335000000013,48.001389000000131],[-69.411666999999966,48.003326000000015],[-69.275283999999942,48.067772000000048],[-69.11610399999995,48.178604000000064],[-69.101943999999946,48.192764000000125],[-69.08666999999997,48.204994000000056],[-69.054168999999888,48.228600000000142],[-69.016402999999968,48.254165999999998],[-68.968613000000005,48.279990999999995],[-68.940552000000025,48.294998000000021],[-68.831679999999892,48.344711000000132],[-68.695267000000001,48.396385000000123],[-68.541381999999999,48.451385000000016],[-68.529448999999943,48.457214000000022],[-68.519164999999987,48.464157],[-68.513061999999877,48.469437000000084],[-68.496947999999918,48.490273000000116],[-68.473891999999978,48.515549000000135],[-68.469161999999869,48.520271000000037],[-68.453613000000018,48.532494000000099],[-68.434433000000013,48.541663999999969],[-68.422501000000011,48.545272999999952],[-68.407776000000013,48.548050000000046],[-68.375823999999852,48.546386999999925],[-68.368606999999997,48.547493000000145],[-68.354445999999996,48.551384000000041],[-68.348342999999886,48.554161000000136],[-68.336670000000026,48.561661000000015],[-68.283324999999991,48.600273000000016],[-68.236937999999952,48.625549000000035],[-68.211120999999935,48.636658000000125],[-68.193328999999892,48.643051000000071],[-68.179168999999945,48.646660000000111],[-68.15695199999999,48.64916199999999],[-68.125548999999978,48.648330999999985],[-68.111938000000009,48.651382000000012],[-67.973617999999988,48.695541000000105],[-67.709441999999854,48.793884000000105],[-67.531386999999995,48.859160999999972],[-67.209732000000031,48.935822000000087],[-67.087783999999999,48.960823000000119],[-67.067504999999983,48.966933999999981],[-67.015838999999971,48.986938000000123],[-66.991669000000002,48.999160999999958],[-66.960830999999985,49.011940000000038],[-66.922775000000001,49.026657000000057],[-66.916397000000018,49.028877000000023],[-66.722503999999958,49.08998900000006],[-66.421660999999915,49.162765999999976],[-66.306106999999997,49.186935000000119],[-66.225005999999951,49.200829000000056],[-66.089172000000019,49.218597000000045],[-66.074172999999973,49.219711000000018],[-65.832503999999915,49.231377000000009],[-65.678328999999962,49.245543999999995],[-65.496947999999975,49.261664999999994],[-65.447219999999959,49.262215000000026],[-65.394454999999994,49.259719999999959],[-65.359726000000023,49.256660000000124],[-64.996947999999918,49.220267999999919],[-64.916655999999989,49.20665699999995],[-64.825561999999934,49.187767000000008],[-64.805831999999953,49.18332700000002],[-64.795273000000009,49.176102000000128],[-64.791945999999939,49.171661000000029],[-64.774718999999948,49.159987999999998],[-64.763335999999924,49.154160000000047],[-64.748885999999914,49.148048000000074],[-64.731948999999986,49.142220000000009],[-64.660827999999867,49.123047000000042],[-64.641112999999962,49.118880999999988],[-64.606658999999922,49.117210000000114],[-64.58805799999999,49.112212999999997],[-64.376388999999961,48.997771999999998],[-64.235549999999989,48.910271000000023],[-64.221663999999976,48.898331000000098],[-64.21444699999995,48.889434999999992],[-64.208892999999989,48.880547000000035],[-64.152221999999938,48.764999000000046],[-64.152495999999985,48.759995000000117],[-64.158050999999944,48.75610400000005],[-64.167769999999962,48.758331000000055],[-64.208892999999989,48.782767999999976],[-64.213332999999977,48.786659000000043],[-64.229995999999971,48.797493000000088],[-64.244155999999975,48.803604000000007],[-64.290282999999931,48.821106000000043],[-64.298889000000031,48.823883000000137],[-64.315552000000025,48.828880000000026],[-64.377212999999927,48.846382000000062],[-64.395844000000011,48.851105000000075],[-64.512222000000008,48.87471000000005],[-64.530562999999916,48.87721300000004],[-64.548888999999917,48.878326000000072],[-64.543335000000013,48.873604],[-64.532775999999956,48.866936000000067],[-64.464447000000007,48.824440000000038],[-64.374161000000015,48.787773000000016],[-64.266662999999994,48.713326000000109],[-64.256957999999997,48.706099999999992],[-64.173049999999932,48.639435000000049],[-64.16194200000001,48.627487000000031],[-64.160004000000015,48.622765000000129],[-64.166945999999996,48.621376000000112],[-64.193053999999961,48.623604000000057],[-64.24110399999995,48.622215000000097],[-64.255004999999926,48.618599000000017],[-64.260833999999875,48.615828999999962],[-64.265288999999996,48.610825000000034],[-64.269729999999981,48.604713000000061],[-64.274718999999948,48.592766000000097],[-64.280563000000029,48.575271999999984],[-64.282500999999911,48.569160000000011],[-64.283324999999877,48.563605999999993],[-64.279174999999952,48.554161000000136],[-64.273330999999928,48.550545000000056],[-64.264174999999909,48.549164000000019],[-64.245834000000002,48.546661000000086],[-64.219161999999983,48.528327999999988],[-64.246384000000035,48.488044999999943],[-64.322509999999852,48.437210000000107],[-64.426392000000021,48.404160000000047],[-64.493057000000022,48.394440000000145],[-64.506667999999991,48.391663000000051],[-64.586945000000014,48.36832400000003],[-64.68638599999997,48.338326000000109],[-64.731383999999878,48.274712000000022],[-64.750290000000007,48.245827000000133],[-64.753890999999953,48.239989999999977],[-64.760559000000001,48.227211000000125],[-64.768065999999976,48.202774000000034],[-64.771392999999989,48.196381000000088],[-64.778610000000015,48.19499200000007],[-64.87332200000003,48.180550000000096],[-64.931670999999994,48.171661000000029],[-64.972503999999958,48.135269000000051],[-65.15306099999998,48.052216000000044],[-65.196654999999964,48.033607000000075],[-65.202788999999996,48.031380000000013],[-65.270003999999972,48.012771999999984],[-65.305832000000009,48.005554000000132],[-65.326950000000011,48.002220000000136],[-65.455565999999976,48.000274999999988],[-65.463897999999972,48.002777000000037],[-65.472778000000005,48.011383000000137],[-65.478607000000011,48.019714000000079],[-65.484726000000023,48.033882000000119],[-65.491104000000007,48.042496000000142],[-65.504181000000017,48.048882000000049],[-65.689162999999951,48.093879999999956],[-65.764449999999897,48.109993000000031],[-65.888900999999919,48.199158000000011],[-65.904175000000009,48.205826000000002],[-65.949996999999939,48.191101000000003],[-65.956389999999999,48.188881000000038],[-66.006957999999997,48.159156999999993],[-66.024718999999948,48.139160000000118],[-66.129714999999919,48.107216000000108],[-66.242767000000015,48.109161000000086],[-66.396392999999932,48.114998000000071],[-66.406386999999938,48.116385999999977],[-66.432495000000017,48.118599000000131],[-66.47084000000001,48.119438000000059],[-66.477782999999988,48.118049999999982],[-66.484160999999972,48.115546999999992],[-66.495543999999995,48.10943600000013],[-66.506392999999946,48.102218999999991],[-66.52555799999999,48.085548000000017],[-66.529998999999918,48.080551000000071],[-66.667220999999984,48.028328000000101],[-66.673614999999984,48.026099999999985],[-66.763717999999983,48.00622599999997],[-66.843703999999946,47.996650999999986],[-66.842498999999975,47.992218000000037],[-66.83666999999997,47.988884000000041],[-66.828888000000006,47.98721299999994],[-66.749999999999943,47.979988000000105],[-66.728881999999942,47.984436000000073],[-66.610824999999977,48.011107999999979],[-66.584731999999974,48.019440000000145],[-66.573333999999988,48.025826000000052],[-66.540558000000033,48.036385000000109],[-66.434433000000013,48.067497000000003],[-66.420273000000009,48.070549000000085],[-66.364165999999955,48.073326000000009],[-66.356658999999922,48.073326000000009],[-66.350829999999917,48.069717000000026],[-66.349990999999932,48.06471300000004],[-66.259170999999981,47.999435000000119],[-66.042220999999984,47.935822000000087],[-65.988892000000021,47.923881999999992],[-65.970276000000013,47.92083000000008],[-65.936935000000005,47.92083000000008],[-65.922225999999966,47.922768000000019],[-65.90695199999999,47.923325000000091],[-65.880279999999914,47.920547000000113],[-65.843886999999995,47.911377000000073],[-65.818619000000012,47.903877000000023],[-65.811385999999914,47.900825999999995],[-65.793609999999944,47.890831000000048],[-65.772780999999952,47.876380999999924],[-65.757506999999976,47.865273000000116],[-65.746383999999978,47.852775999999949],[-65.725005999999894,47.82749199999995],[-65.718613000000005,47.818886000000077],[-65.714447000000007,47.809433000000013],[-65.713622999999984,47.804161000000079],[-65.696944999999971,47.733047000000113],[-65.671936000000017,47.645828000000051],[-65.667770000000019,47.641380000000083],[-65.634734999999978,47.62082700000002],[-65.628326000000015,47.623046999999985],[-65.389998999999989,47.736107000000004],[-65.332779000000016,47.766937000000041],[-65.253890999999953,47.801659000000029],[-65.240829000000019,47.806655999999975],[-65.202788999999996,47.818603999999993],[-65.167496000000028,47.825271999999984],[-65.044723999999974,47.844436999999914],[-65.020844000000011,47.844993999999986],[-64.985000999999954,47.84137700000008],[-64.815552000000025,47.811104000000114],[-64.805557000000022,47.808884000000091],[-64.797226000000023,47.806381000000101],[-64.719161999999983,47.764441999999974],[-64.713332999999977,47.761108000000036],[-64.676665999999955,47.735550000000103],[-64.670273000000009,47.726936000000023],[-64.67332499999992,47.720268000000033],[-64.679442999999992,47.716659999999933],[-64.703612999999905,47.706940000000031],[-64.803328999999962,47.630547000000092],[-64.859725999999966,47.576660000000118],[-64.870093999999995,47.536293000000057],[-64.87110899999999,47.515831000000048],[-64.870270000000005,47.510826000000009],[-64.875548999999978,47.460823000000062],[-64.880828999999949,47.432495000000074],[-64.886397999999986,47.414154000000053],[-64.910004000000015,47.353049999999996],[-65.138061999999991,47.192215000000033],[-65.226944000000003,47.140831000000048],[-65.238327000000027,47.134720000000129],[-65.263335999999924,47.124435000000005],[-65.339721999999938,47.099433999999974],[-65.364165999999955,47.089714000000072],[-65.369994999999903,47.086655000000121],[-65.365279999999871,47.082771000000093],[-65.218886999999881,47.053604000000007],[-65.101105000000018,47.076942000000088],[-65.017226999999934,47.091377000000023],[-64.805557000000022,47.083054000000061],[-64.798614999999927,47.079993999999999],[-64.802779999999927,46.993049999999926],[-64.803328999999962,46.987495000000024],[-64.807220000000029,46.981658999999979],[-64.812209999999993,46.977768000000083],[-64.818068999999923,46.9741590000001],[-64.835830999999985,46.965827999999988],[-64.857223999999974,46.95277399999992],[-64.871933000000013,46.939430000000016],[-64.880279999999914,46.930549999999982],[-64.892226999999991,46.91443600000008],[-64.896117999999944,46.908882000000062],[-64.89916999999997,46.902489000000116],[-64.904998999999975,46.883606000000043],[-64.906386999999995,46.872490000000084],[-64.904998999999975,46.851105000000132],[-64.903609999999901,46.840827999999931],[-64.877212999999983,46.791107000000068],[-64.863891999999964,46.774436999999921],[-64.818068999999923,46.72165700000005],[-64.748610999999983,46.702773999999977],[-64.740279999999984,46.70249200000012],[-64.726394999999911,46.696381000000031],[-64.72084000000001,46.693047000000035],[-64.713332999999977,46.684158000000139],[-64.711120999999991,46.679993000000138],[-64.708617999999944,46.669991000000039],[-64.705001999999979,46.638329000000056],[-64.67332499999992,46.500832000000003],[-64.66194200000001,46.468048000000124],[-64.650833000000034,46.460548000000074],[-64.621933000000013,46.427216000000101],[-64.613616999999977,46.414435999999966],[-64.611938000000009,46.409714000000065],[-64.615004999999996,46.392494000000113],[-64.613051999999982,46.366104000000064],[-64.504181000000017,46.240273000000002],[-64.402221999999995,46.233047000000056],[-64.237503000000004,46.229155999999989],[-64.116942999999935,46.181938000000059],[-64.035552999999993,46.182213000000104],[-63.970832999999914,46.180549999999982],[-63.954444999999964,46.178046999999992],[-63.830283999999949,46.146385000000066],[-63.822226999999998,46.14388299999996],[-63.776389999999935,46.121101000000067],[-63.77305599999994,46.117493000000138],[-63.771111000000019,46.112769999999955],[-63.772498999999868,46.108046999999999],[-63.776947000000007,46.103325000000098],[-63.783057999999983,46.099716000000058],[-63.799445999999989,46.091377000000023],[-63.805557000000022,46.089157000000057],[-63.886391000000003,46.06082200000003],[-63.892501999999922,46.058884000000091],[-63.919448999999929,46.053047000000106],[-63.926948999999922,46.052490000000034],[-63.988608999999997,46.051933000000133],[-64.023330999999985,46.057495000000074],[-64.06806899999998,46.059433000000013],[-64.072509999999966,46.054710000000057],[-64.093886999999995,46.021659999999997],[-64.065001999999879,46.004715000000033],[-64.042785999999978,45.991898000000049],[-64.012512000000015,46.005829000000006],[-64.005279999999914,46.005554000000018],[-63.913054999999986,45.979987999999935],[-63.864166000000012,45.961105000000032],[-63.859443999999996,45.951934999999992],[-63.861389000000031,45.94582400000013],[-63.846106999999961,45.930824000000143],[-63.714721999999995,45.840546000000074],[-63.669998000000021,45.818054000000018],[-63.664161999999976,45.815268999999944],[-63.645836000000031,45.833328000000051],[-63.631667999999991,45.859436000000017],[-63.600280999999995,45.869986999999924],[-63.580558999999937,45.874435000000119],[-63.482498000000021,45.877213000000097],[-63.474441999999954,45.876938000000052],[-63.457221999999888,45.874160999999958],[-63.420279999999934,45.864997999999957],[-63.406661999999926,45.858887000000095],[-63.403884999999946,45.854439000000127],[-63.42861199999993,45.823607999999979],[-63.434440999999936,45.820831000000112],[-63.441108999999926,45.819442999999978],[-63.456107999999972,45.818886000000077],[-63.488051999999925,45.820831000000112],[-63.513335999999981,45.82416500000005],[-63.520835999999974,45.823883000000023],[-63.525832999999977,45.819992000000127],[-63.52666499999998,45.814438000000109],[-63.523612999999898,45.809989999999971],[-63.515556000000004,45.807213000000047],[-63.506950000000018,45.805824000000086],[-63.433608999999933,45.799438000000009],[-63.425560000000019,45.799164000000076],[-63.34332999999998,45.797492999999974],[-63.328338999999971,45.79833200000013],[-63.287223999999981,45.805549999999982],[-63.281113000000005,45.807769999999948],[-63.274170000000026,45.808883999999978],[-63.251113999999973,45.809714999999983],[-63.235000999999954,45.80860100000001],[-63.229439000000013,45.804993000000081],[-63.233329999999967,45.799438000000009],[-63.238892000000021,45.796386999999982],[-63.313889000000017,45.769440000000031],[-63.319725000000005,45.768051000000071],[-63.355835000000013,45.764442000000031],[-63.372222999999906,45.76638800000012],[-63.379997000000003,45.766106000000036],[-63.381942999999978,45.759995000000004],[-63.376663000000008,45.755829000000062],[-63.361114999999984,45.745543999999938],[-63.354445999999939,45.742493000000138],[-63.31361400000003,45.736938000000066],[-63.282501000000025,45.733330000000137],[-63.189719999999966,45.73443600000013],[-63.120833999999945,45.759438000000102],[-63.090552999999943,45.790276000000063],[-63.082779000000016,45.80332199999998],[-62.993888999999967,45.796386999999982],[-62.985275000000001,45.794998000000135],[-62.958336000000031,45.788887000000045],[-62.723610000000008,45.764160000000004],[-62.677779999999984,45.764160000000004],[-62.557220000000029,45.674713000000111],[-62.503890999999953,45.627487000000087],[-62.461944999999957,45.612495000000081],[-62.250281999999913,45.708327999999995],[-62.092772999999966,45.781105000000139],[-62.035003999999958,45.820831000000112],[-62.015006999999912,45.836655000000007],[-61.973327999999981,45.867210000000057],[-61.931388999999967,45.884720000000016],[-61.925559999999962,45.886107999999922],[-61.917503000000011,45.885551000000021],[-61.903052999999886,45.87943300000012],[-61.89805599999994,45.875267000000008],[-61.896110999999962,45.871101000000124],[-61.89805599999994,45.865273000000002],[-61.903327999999988,45.861382000000106],[-61.914718999999934,45.8555530000001],[-61.919448999999986,45.851105000000132],[-61.923332000000016,45.845543000000021],[-61.925559999999962,45.839432000000102],[-61.925277999999992,45.834434999999985],[-61.889998999999989,45.701385000000016],[-61.885558999999887,45.690544000000102],[-61.88138600000002,45.686653000000035],[-61.792228999999907,45.639160000000118],[-61.783332999999971,45.636658000000011],[-61.735000999999897,45.623322000000087],[-61.724998000000028,45.62082700000002],[-61.618056999999965,45.610550000000046],[-61.603888999999924,45.635269000000051],[-61.569999999999936,45.669991000000039],[-61.565001999999936,45.673882000000106],[-61.559165999999948,45.676659000000029],[-61.546111999999994,45.681106999999997],[-61.526107999999965,45.685265000000129],[-61.504447999999968,45.686935000000062],[-61.488892000000021,45.686935000000062],[-61.471382000000006,45.682495000000074],[-61.466110000000015,45.678878999999995],[-61.396392999999932,45.626656000000082],[-61.386947999999961,45.618880999999988],[-61.353427999999951,45.56971400000009],[-61.316146999999944,45.533173000000033],[-61.260001999999929,45.510277000000087],[-61.232356999999979,45.46119299999998],[-61.294167000000016,45.434714999999926],[-61.36500499999994,45.404160000000104],[-61.368057000000022,45.413879000000122],[-61.374717999999973,45.416938999999957],[-61.388610999999912,45.41415400000011],[-61.400832999999977,45.410820000000115],[-61.413329999999974,45.406937000000028],[-61.462219000000005,45.384438000000046],[-61.477492999999924,45.373047000000099],[-61.481666999999959,45.367767000000015],[-61.478881999999999,45.363327000000027],[-61.463889999999992,45.346939000000134],[-61.457222000000002,45.343605000000139],[-61.226386999999932,45.344154000000117],[-61.153327999999874,45.348327999999981],[-61.139441999999974,45.348877000000073],[-61.131667999999991,45.348327999999981],[-61.047225999999966,45.335548000000017],[-60.996391000000017,45.32749200000012],[-60.980552999999986,45.324440000000038],[-60.970551,45.321663000000115],[-60.966110000000015,45.318329000000119],[-60.964721999999995,45.313049000000035],[-60.96527900000001,45.295546999999999],[-60.970276000000013,45.269714000000079],[-61.050834999999893,45.231102000000078],[-61.0777819999999,45.219437000000028],[-61.090278999999953,45.215546000000131],[-61.109726000000023,45.210823000000119],[-61.123329000000012,45.208602999999925],[-61.139724999999942,45.210823000000119],[-61.142226999999991,45.215271000000087],[-61.222220999999934,45.23832700000014],[-61.267501999999979,45.246384000000091],[-61.313056999999901,45.242766999999958],[-61.323890999999946,45.236107000000118],[-61.360000999999954,45.209991000000059],[-61.373610999999926,45.196380999999974],[-61.373328999999956,45.191101000000117],[-61.365554999999972,45.188324000000023],[-61.349723999999981,45.186935000000005],[-61.340836000000024,45.184433000000126],[-61.344161999999869,45.178047000000049],[-61.34944200000001,45.174438000000009],[-61.355002999999954,45.171660999999915],[-61.384445000000028,45.15915700000005],[-61.397498999999982,45.156097000000045],[-61.450835999999924,45.145546000000081],[-61.458611000000019,45.144714000000022],[-61.543891999999971,45.141662999999994],[-61.638053999999954,45.120270000000062],[-61.724715999999944,45.091660000000047],[-61.898338000000024,45.024993999999992],[-62.026664999999923,44.984717999999987],[-62.087775999999963,44.97026800000009],[-62.286391999999921,44.928047000000049],[-62.391944999999964,44.908325000000048],[-62.476386999999875,44.895546000000138],[-62.521942000000024,44.850829999999974],[-62.546111999999937,44.821663000000001],[-62.641388000000006,44.809158000000082],[-62.795005999999887,44.780548000000067],[-62.801108999999997,44.778603000000089],[-62.813888999999961,44.750832000000003],[-62.809998000000007,44.734718000000044],[-62.851111999999944,44.718323000000112],[-62.928611999999873,44.733879000000115],[-63.012779000000023,44.773323000000005],[-63.020554000000004,44.773880000000077],[-63.055557000000022,44.772766000000104],[-63.0625,44.771378000000027],[-63.061942999999928,44.76638800000012],[-63.060279999999977,44.761664999999994],[-63.057502999999997,44.757217000000026],[-63.043616999999927,44.739989999999977],[-63.017776000000026,44.722488000000112],[-63.012504999999919,44.713326000000052],[-63.011948000000018,44.708046000000138],[-63.013618000000008,44.702774000000034],[-63.018332999999927,44.697487000000081],[-63.048339999999996,44.676102000000128],[-63.05471799999998,44.673325000000034],[-63.104445999999996,44.746658000000139],[-63.115279999999871,44.731377000000009],[-63.118331999999953,44.724991000000102],[-63.138335999999981,44.693047000000092],[-63.142776000000026,44.688599000000124],[-63.283057999999926,44.627212999999983],[-63.439994999999954,44.590828000000045],[-63.448883000000023,44.593048000000067],[-63.49500299999994,44.614715999999987],[-63.526336999999955,44.63610099999994],[-63.535167999999999,44.642769000000101],[-63.545334000000025,44.652107000000058],[-63.556999000000019,44.66160600000012],[-63.615836999999942,44.70249199999995],[-63.635001999999986,44.711380000000133],[-63.642775999999913,44.714157000000057],[-63.651107999999965,44.715546000000018],[-63.658332999999971,44.714995999999985],[-63.660552999999936,44.708328000000051],[-63.649444999999957,44.686104000000114],[-63.640556000000004,44.673050000000046],[-63.635559000000001,44.668884000000105],[-63.627776999999924,44.666382000000056],[-63.606110000000001,44.668884000000105],[-63.598610000000008,44.667770000000132],[-63.591942000000017,44.664711000000011],[-63.583611000000019,44.656936999999971],[-63.564223999999911,44.620769999999993],[-63.558220000000006,44.613266000000124],[-63.555388999999934,44.607769000000019],[-63.546059000000014,44.588604000000032],[-63.520835999999974,44.512771999999984],[-63.520279000000016,44.507773999999984],[-63.525276000000019,44.495270000000119],[-63.533332999999971,44.484993000000145],[-63.542777999999942,44.476379000000065],[-63.553054999999915,44.469711000000075],[-63.570838999999921,44.461937000000091],[-63.631110999999919,44.435822000000087],[-63.638610999999912,44.436935000000005],[-63.90694400000001,44.495270000000119],[-63.913611999999887,44.498604000000114],[-63.924171000000001,44.506103999999993],[-63.932502999999997,44.513329000000056],[-63.935555000000022,44.517494000000056],[-63.94388600000002,44.536110000000065],[-63.938605999999936,44.616104000000064],[-63.937774999999931,44.621658000000082],[-63.928054999999858,44.642220000000009],[-63.919166999999959,44.651657000000114],[-63.914443999999889,44.65554800000001],[-63.908607000000018,44.678047000000106],[-64.008347000000015,44.647491000000002],[-64.045272999999952,44.635826000000122],[-64.055266999999958,44.619438000000059],[-64.065551999999911,44.595268000000033],[-64.063888999999961,44.590545999999961],[-64.059158000000025,44.581665000000044],[-64.054992999999968,44.577773999999977],[-64.039443999999946,44.572495000000004],[-64.033614999999941,44.563049000000035],[-64.009170999999981,44.513329000000056],[-64.010009999999966,44.507773999999984],[-64.083069000000023,44.466660000000047],[-64.091949,44.46888000000007],[-64.110549999999989,44.478324999999984],[-64.121657999999968,44.485268000000133],[-64.125548999999978,44.510551000000021],[-64.123610999999926,44.527489000000116],[-64.119720000000029,44.53943600000008],[-64.121657999999968,44.544159000000093],[-64.127486999999917,44.552773000000116],[-64.135833999999988,44.560546999999929],[-64.146118000000001,44.568329000000062],[-64.170273000000009,44.586105000000032],[-64.200835999999981,44.576384999999959],[-64.305267000000015,44.533332999999971],[-64.337509000000011,44.411933999999974],[-64.346664000000033,44.362495000000138],[-64.346114999999998,44.357215999999994],[-64.329726999999934,44.328880000000026],[-64.311110999999926,44.319159999999954],[-64.303328999999962,44.316666000000055],[-64.295273000000009,44.316101000000003],[-64.290557999999976,44.31999200000007],[-64.292220999999984,44.324715000000026],[-64.299987999999928,44.32749200000012],[-64.305557000000022,44.330826000000116],[-64.309433000000013,44.335548000000017],[-64.307770000000005,44.340828000000101],[-64.301102000000014,44.341933999999924],[-64.273620999999878,44.330276000000083],[-64.260558999999944,44.324164999999994],[-64.239440999999943,44.294158999999922],[-64.253341999999918,44.27526899999998],[-64.258056999999951,44.269989000000123],[-64.283324999999877,44.253052000000082],[-64.319457999999997,44.264717000000019],[-64.355835000000013,44.273323000000119],[-64.391113000000018,44.253326000000015],[-64.428054999999915,44.228325000000041],[-64.432220000000029,44.223602000000028],[-64.444716999999912,44.190269000000001],[-64.616394000000014,44.133049000000142],[-64.61860699999994,44.071937999999989],[-64.666397000000018,43.990273000000116],[-64.671386999999982,43.986382000000049],[-64.732223999999917,43.951660000000004],[-64.738051999999925,43.949432000000058],[-64.745269999999948,43.948874999999987],[-64.776397999999972,43.950828999999999],[-64.80610699999994,43.950546000000031],[-64.812774999999931,43.949432000000058],[-64.818068999999923,43.946381000000031],[-64.832229999999925,43.926102000000128],[-64.881103999999993,43.838882000000126],[-64.906386999999995,43.800544999999943],[-65.030562999999972,43.704163000000051],[-65.066665999999941,43.696381000000088],[-65.242217999999923,43.679161000000136],[-65.325835999999867,43.674995000000024],[-65.375274999999874,43.575272000000098],[-65.449158000000011,43.55971500000004],[-65.453338999999971,43.554993000000138],[-65.475829999999974,43.505829000000006],[-65.481383999999991,43.464439000000027],[-65.496947999999975,43.490829000000019],[-65.548049999999932,43.556099000000017],[-65.559433000000013,43.568054000000075],[-65.568618999999956,43.570274000000097],[-65.575561999999991,43.569717000000026],[-65.584732000000031,43.560271999999941],[-65.591385000000002,43.549721000000034],[-65.603881999999999,43.534721000000104],[-65.612212999999997,43.526099999999985],[-65.617492999999968,43.523604999999975],[-65.646118000000001,43.511940000000038],[-65.67332499999992,43.506103999999993],[-65.712783999999999,43.498604000000114],[-65.720550999999944,43.499161000000015],[-65.72582999999986,43.50249500000001],[-65.777221999999995,43.562492000000134],[-65.783324999999934,43.571106000000043],[-65.783889999999985,43.576385000000016],[-65.781951999999933,43.587769000000094],[-65.778885000000002,43.599998000000085],[-65.773055999999997,43.612770000000125],[-65.771117999999944,43.624435000000005],[-65.769454999999937,43.64138000000014],[-65.768065999999919,43.658043000000021],[-65.768340999999964,43.668883999999991],[-65.769729999999868,43.679161000000136],[-65.77555799999999,43.688324000000136],[-65.868880999999988,43.786385000000053],[-65.907775999999956,43.821663000000058],[-65.912215999999887,43.825272000000041],[-65.918610000000001,43.828331000000048],[-65.932770000000005,43.827217000000019],[-65.938888999999961,43.824997000000053],[-65.942490000000021,43.819443000000035],[-65.956115999999895,43.776100000000099],[-65.968886999999995,43.719436999999971],[-65.971663999999976,43.71276899999998],[-65.975006000000008,43.707214000000079],[-65.983063000000016,43.697768999999994],[-66.013335999999867,43.691658000000132],[-66.020553999999947,43.69110100000006],[-66.029449,43.731659000000093],[-66.030562999999972,43.736107000000061],[-66.033614999999998,43.740273000000002],[-66.042220999999984,43.748046999999985],[-66.080841000000021,43.768051000000071],[-66.088607999999965,43.768326000000116],[-66.09445199999999,43.766106000000093],[-66.107772999999952,43.753326000000129],[-66.121658000000025,43.762215000000026],[-66.135559000000001,43.78943600000008],[-66.166945999999939,43.858603999999957],[-66.168059999999912,43.863051999999925],[-66.168059999999912,43.895546000000024],[-66.167495999999971,43.901382000000069],[-66.165832999999964,43.907211000000075],[-66.151947000000007,43.919159000000093],[-66.150283999999942,43.925270000000012],[-66.149993999999936,43.93082400000003],[-66.14916999999997,44.001106000000107],[-66.14973399999991,44.011108000000036],[-66.181945999999925,44.067497000000117],[-66.204453000000001,44.086655000000007],[-66.190552000000025,44.150543000000027],[-66.187774999999931,44.161934000000031],[-66.118606999999997,44.338043000000027],[-66.093886999999881,44.367493000000138],[-66.089995999999985,44.371658000000139],[-66.037505999999951,44.423325000000091],[-65.976943999999946,44.477485999999999],[-65.967223999999987,44.486107000000118],[-65.95666499999993,44.491661000000079],[-65.950286999999946,44.493050000000096],[-65.944442999999978,44.489716000000101],[-65.938048999999921,44.491104000000007],[-65.865828999999962,44.538886999999988],[-65.841674999999952,44.568604000000107],[-65.841384999999946,44.574164999999994],[-65.844451999999876,44.578331000000048],[-65.848891999999978,44.582213999999965],[-65.855270000000019,44.585823000000005],[-65.862777999999878,44.586936999999978],[-65.931106999999997,44.582213999999965],[-65.943053999999961,44.577773999999977],[-65.958617999999944,44.567497000000003],[-66.004456000000005,44.535827999999981],[-66.03472899999997,44.514717000000132],[-66.12332200000003,44.448875000000044],[-66.177779999999927,44.396660000000054],[-66.185821999999973,44.387214999999969],[-66.190552000000025,44.383330999999998],[-66.197220000000016,44.386108000000036],[-66.198607999999979,44.412766000000033],[-66.191100999999946,44.423325000000091],[-66.103058000000033,44.500000000000114],[-66.068068999999923,44.524994000000106],[-65.971663999999976,44.591934000000094],[-65.820220999999947,44.654434000000037],[-65.816726999999958,44.655768999999964],[-65.808722999999929,44.651936000000092],[-65.802895000000035,44.644604000000072],[-65.796394000000021,44.624268000000029],[-65.796897999999942,44.617603000000145],[-65.797897000000034,44.613937000000021],[-65.756957999999941,44.615273000000059],[-65.756393000000003,44.609993000000031],[-65.753066999999987,44.60582700000009],[-65.745270000000005,44.605552999999986],[-65.697220000000016,44.612495000000081],[-65.690276999999924,44.614440999999999],[-65.68499799999995,44.61693600000001],[-65.625274999999988,44.658882000000006],[-65.522507000000019,44.737769999999955],[-65.548614999999984,44.733879000000115],[-65.682616999999937,44.693156999999928],[-65.686278999999956,44.691825999999935],[-65.690276999999924,44.691162000000077],[-65.695441999999957,44.691825999999935],[-65.704116999999997,44.69499200000007],[-65.706116000000009,44.697654999999997],[-65.707114999999988,44.700489000000005],[-65.707450999999992,44.703487000000052],[-65.705947999999978,44.707489000000066],[-65.700942999999938,44.713157999999964],[-65.697937000000024,44.71549200000004],[-65.717772999999966,44.721931000000041],[-65.658339999999953,44.758605999999986],[-65.646956999999929,44.765273999999977],[-65.299987999999928,44.928329000000133],[-65.202498999999989,44.973877000000073],[-65.114166000000012,45.011665000000107],[-64.934158000000025,45.100273000000016],[-64.918059999999912,45.111107000000061],[-64.879439999999988,45.130820999999969],[-64.861938000000009,45.139717000000076],[-64.814712999999983,45.158043000000077],[-64.808608999999933,45.16027100000008],[-64.777221999999995,45.169990999999982],[-64.744995000000017,45.178329000000076],[-64.710830999999985,45.183876000000055],[-64.590285999999935,45.208046000000024],[-64.550551999999925,45.216660000000104],[-64.468886999999938,45.242766999999958],[-64.451400999999976,45.249435000000119],[-64.434432999999899,45.25750000000005],[-64.417770000000019,45.266663000000051],[-64.397506999999962,45.281105000000025],[-64.393889999999999,45.28694200000001],[-64.391952999999944,45.292770000000132],[-64.391113000000018,45.298332000000073],[-64.393065999999862,45.303322000000094],[-64.401671999999962,45.311104000000057],[-64.406951999999933,45.314438000000052],[-64.413895000000025,45.317497000000003],[-64.430832000000009,45.322220000000016],[-64.454726999999934,45.323608000000092],[-64.462218999999948,45.323051000000021],[-64.470839999999953,45.324440000000038],[-64.488051999999982,45.329162999999994],[-64.494719999999973,45.332214000000022],[-64.489165999999955,45.335266000000104],[-64.465835999999911,45.334717000000012],[-64.440552000000025,45.331665000000044],[-64.353057999999919,45.316101000000003],[-64.338333000000034,45.310271999999941],[-64.327498999999989,45.303322000000094],[-64.321395999999936,45.294715999999994],[-64.317779999999914,45.285271000000137],[-64.317229999999881,45.280273000000136],[-64.317779999999914,45.274437000000034],[-64.321944999999914,45.269714000000079],[-64.327498999999989,45.266936999999984],[-64.343062999999972,45.256103999999993],[-64.353333000000021,45.239159000000029],[-64.385833999999932,45.145546000000081],[-64.380279999999857,45.131104000000107],[-64.363891999999964,45.101386999999988],[-64.359725999999966,45.097487999999942],[-64.352218999999934,45.09804500000007],[-64.346953999999982,45.101105000000075],[-64.337219000000005,45.108604000000071],[-64.333892999999932,45.115272999999945],[-64.334441999999967,45.120270000000062],[-64.333327999999995,45.131660000000124],[-64.329178000000013,45.13638300000008],[-64.324387000000002,45.139343000000054],[-64.31138599999997,45.141380000000026],[-64.295836999999949,45.141380000000026],[-64.244155999999975,45.123877999999991],[-64.221114999999941,45.110549999999989],[-64.210280999999952,45.103607000000011],[-64.157226999999978,45.056938000000002],[-64.146956999999986,45.044441000000063],[-64.14555399999989,45.034720999999934],[-64.154449,44.98443600000013],[-64.156386999999938,44.978325000000041],[-64.116942999999935,45.009163000000058],[-64.114165999999955,45.046661000000029],[-64.121933000000013,45.058044000000052],[-64.136397999999929,45.074440000000038],[-64.141678000000013,45.078605999999979],[-64.162505999999894,45.092216000000008],[-64.188323999999909,45.104713000000004],[-64.192490000000021,45.108604000000071],[-64.198607999999865,45.11721],[-64.198882999999967,45.122490000000084],[-64.195830999999941,45.150543000000027],[-64.16361999999998,45.185265000000015],[-64.152785999999992,45.192764000000011],[-64.118331999999953,45.208885000000009],[-64.106110000000001,45.213326000000109],[-64.099990999999932,45.215271000000087],[-64.065826000000015,45.222214000000122],[-64.008057000000008,45.236381999999992],[-63.982215999999937,45.243049999999926],[-63.956664999999987,45.251388999999961],[-63.805831999999953,45.301933000000133],[-63.596107000000018,45.315544000000102],[-63.470832999999857,45.321663000000115],[-63.384170999999924,45.35083000000003],[-63.371940999999993,45.354996000000142],[-63.365554999999915,45.357773000000009],[-63.360832000000016,45.360824999999977],[-63.36860699999994,45.36360900000011],[-63.738892000000021,45.396660000000054],[-63.755561999999941,45.398048000000131],[-63.797226000000023,45.392768999999987],[-63.837775999999963,45.385551000000135],[-63.988051999999982,45.384438000000046],[-64.040558000000033,45.401100000000042],[-64.044998000000021,45.404434000000037],[-64.061110999999983,45.409714000000122],[-64.069732999999985,45.410271000000023],[-64.083618000000001,45.409430999999984],[-64.16332999999986,45.403877000000136],[-64.214721999999995,45.399719000000005],[-64.312774999999931,45.39138000000014],[-64.357772999999952,45.38110400000005],[-64.529998999999975,45.408043000000021],[-64.674164000000019,45.383049000000085],[-64.815825999999959,45.348602000000085],[-64.929442999999992,45.324440000000038],[-64.937209999999993,45.326942000000088],[-64.938048999999921,45.332214000000022],[-64.936661000000015,45.343323000000112],[-64.933318999999983,45.355553000000043],[-64.917769999999905,45.408599999999922],[-64.909163999999976,45.418052999999986],[-64.831389999999942,45.479155999999932],[-64.765563999999983,45.505554000000132],[-64.699157999999954,45.531104999999968],[-64.568893000000003,45.604163999999969],[-64.470550999999944,45.670273000000122],[-64.430282999999974,45.715546000000018],[-64.332229999999925,45.76888300000013],[-64.331680000000006,45.763611000000026],[-64.326110999999969,45.749435000000005],[-64.296660999999915,45.763328999999942],[-64.283066000000019,45.776656999999943],[-64.27555799999999,45.799995000000081],[-64.27305599999994,45.811661000000015],[-64.270003999999915,45.828880000000083],[-64.272933999999964,45.835754000000065],[-64.273620999999878,45.838599999999985],[-64.276671999999962,45.842766000000097],[-64.324722000000008,45.879990000000021],[-64.33277899999996,45.882767000000058],[-64.347778000000005,45.881934999999999],[-64.361388999999974,45.879158000000075],[-64.366942999999992,45.876380999999981],[-64.367766999999958,45.870544000000052],[-64.363327000000027,45.866661000000079],[-64.354720999999927,45.865547000000106],[-64.357498000000021,45.851105000000132],[-64.418059999999912,45.796104000000014],[-64.478332999999907,45.750549000000035],[-64.49722300000002,45.783882000000006],[-64.489990000000034,45.794998000000135],[-64.488051999999982,45.801102000000014],[-64.489165999999955,45.811378000000047],[-64.49221799999998,45.815543999999989],[-64.597335999999984,45.922104000000047],[-64.681945999999868,46.021659999999997],[-64.686935000000005,46.041382000000056],[-64.690551999999968,46.050827000000083],[-64.694991999999957,46.054710000000057],[-64.736937999999952,46.083878000000084],[-64.747498000000007,46.090546000000018],[-64.754456000000005,46.089157000000057],[-64.764450000000011,46.083054000000118],[-64.706389999999999,45.994713000000104],[-64.701949999999954,45.990829000000076],[-64.648009999999942,45.933047999999928],[-64.631171999999992,45.922718000000032],[-64.628998000000024,45.920383000000072],[-64.601180999999997,45.881550000000118],[-64.601180999999997,45.877384000000006],[-64.601340999999991,45.873881999999981],[-64.602844000000005,45.86721399999999],[-64.604507000000012,45.863552000000084],[-64.583069000000023,45.826942000000145],[-64.756392999999946,45.622489999999971],[-64.772506999999962,45.609993000000145],[-64.778335999999967,45.607216000000051],[-64.785827999999924,45.610275000000058],[-64.791381999999999,45.613609000000054],[-64.796660999999972,45.622489999999971],[-64.801665999999955,45.626381000000038],[-64.808334000000002,45.629715000000033],[-64.817229999999938,45.632492000000127],[-64.825287000000003,45.633331000000055],[-64.847504000000015,45.633331000000055],[-64.884445000000028,45.631660000000011],[-64.904175000000009,45.627769000000114],[-64.941375999999991,45.602218999999991],[-64.947219999999959,45.598045000000127],[-64.961945000000014,45.586105000000032],[-64.976395000000025,45.572494999999947],[-64.986663999999962,45.564437999999996],[-64.99722300000002,45.557213000000104],[-65.015015000000005,45.548882000000049],[-65.047501000000011,45.539161999999976],[-65.104445999999939,45.524994000000106],[-65.138335999999924,45.517769000000044],[-65.152221999999938,45.516106000000093],[-65.164444000000003,45.513054000000011],[-65.220551,45.493881000000101],[-65.326675000000023,45.457497000000046],[-65.339447000000007,45.452216999999962],[-65.368057000000022,45.437767000000065],[-65.394454999999994,45.419441000000063],[-65.421386999999925,45.402771000000087],[-65.53195199999999,45.342490999999995],[-65.883620999999948,45.209160000000054],[-65.889998999999989,45.207497000000103],[-65.903609999999958,45.205551000000014],[-65.910827999999981,45.205268999999987],[-65.918883999999935,45.206099999999992],[-65.98332199999993,45.219711000000132],[-65.989989999999977,45.223045000000127],[-66.09060699999992,45.295657999999946],[-66.092940999999939,45.297989000000086],[-66.094611999999984,45.300659000000053],[-66.091605999999956,45.303824999999961],[-66.083892999999932,45.34276600000004],[-66.078063999999927,45.345543000000077],[-66.05749499999996,45.348602000000085],[-66.045273000000009,45.353325000000041],[-66.029449,45.364158999999916],[-66.015288999999996,45.377769000000001],[-66.003066999999987,45.394997000000103],[-66.000838999999985,45.401100000000042],[-65.99722300000002,45.417770000000019],[-65.994445999999982,45.455550999999957],[-65.994445999999982,45.460823000000062],[-66.002501999999993,45.461662000000047],[-66.008346999999901,45.458885000000123],[-66.19027699999998,45.339432000000045],[-66.193329000000006,45.333603000000039],[-66.193329000000006,45.328331000000105],[-66.190552000000025,45.323883000000137],[-66.179169000000002,45.305823999999973],[-66.176102000000014,45.301933000000133],[-66.145279000000016,45.279160000000047],[-66.14166999999992,45.259769000000006],[-66.137000999999941,45.259270000000129],[-66.113997999999981,45.25877400000013],[-66.113509999999906,45.237770000000069],[-66.147232000000031,45.19221500000009],[-66.205565999999976,45.163878999999952],[-66.21665999999999,45.15915700000005],[-66.427779999999984,45.084991000000002],[-66.459732000000031,45.106102000000021],[-66.459732000000031,45.111382000000106],[-66.461120999999935,45.116104000000007],[-66.468063000000029,45.129714999999976],[-66.488891999999908,45.149994000000049],[-66.496384000000035,45.149719000000061],[-66.531386999999995,45.147217000000012],[-66.537505999999951,45.145271000000093],[-66.55999799999995,45.133330999999998],[-66.571395999999936,45.126656000000139],[-66.586120999999991,45.116936000000067],[-66.608046999999942,45.104164000000083],[-66.642226999999991,45.086380000000133],[-66.648055999999997,45.083603000000039],[-66.754729999999881,45.055550000000096],[-66.792496000000028,45.055267000000129],[-66.77694699999995,45.086380000000133],[-66.776107999999965,45.09137700000008],[-66.777785999999992,45.096100000000035],[-66.783065999999963,45.099716000000114],[-66.965560999999923,45.17943600000001],[-67.021941999999854,45.170273000000009],[-67.027221999999995,45.168052999999986],[-67.046386999999982,45.126938000000052],[-67.129439999999988,45.172217999999987],[-67.186934999999949,45.19221500000009],[-67.206542999999897,45.18303700000007],[-67.236114999999927,45.193877999999984],[-67.25306699999993,45.199432000000002],[-67.261123999999995,45.201103000000046],[-67.267775999999969,45.200546000000145],[-67.275009000000011,45.1988750000001],[-67.287215999999944,45.194153000000028],[-67.290557999999976,45.182770000000005],[-67.290282999999988,45.177489999999921],[-67.292220999999927,45.166100000000085],[-67.296386999999925,45.160820000000001],[-67.301391999999964,45.156937000000084],[-67.306655999999862,45.153320000000122],[-67.318893000000003,45.148605000000089],[-67.325561999999991,45.147491000000116],[-67.333069000000023,45.147491000000116],[-67.341948999999943,45.149994000000049],[-67.354172000000005,45.156097000000045],[-67.403884999999946,45.194435000000055],[-67.408050999999944,45.198325999999952],[-67.422500999999954,45.214996000000099],[-67.455275999999969,45.263054000000068],[-67.462783999999999,45.276099999999985],[-67.465011999999888,45.281105000000025],[-67.465285999999992,45.286385000000109],[-67.464172000000019,45.29193900000007],[-67.450561999999934,45.333054000000061],[-67.485001000000011,45.489159000000029],[-67.485275000000001,45.494438000000002],[-67.482772999999952,45.500274999999931],[-67.478881999999885,45.504439999999931],[-67.467772999999966,45.510826000000066],[-67.43638599999997,45.521378000000027],[-67.421936000000017,45.523323000000005],[-67.415832999999964,45.525269000000094],[-67.410827999999924,45.529990999999995],[-67.406951999999876,45.578049000000135],[-67.408889999999985,45.582214000000135],[-67.412505999999951,45.586936999999978],[-67.424163999999962,45.594711000000132],[-67.453888000000006,45.612495000000081],[-67.462219000000005,45.614715999999987],[-67.46945199999999,45.613051999999982],[-67.486114999999984,45.603607000000068],[-67.499999999999943,45.60166200000009],[-67.515015000000005,45.601105000000018],[-67.573897999999986,45.611664000000019],[-67.656661999999983,45.630546999999922],[-67.664443999999946,45.6336060000001],[-67.791107000000011,45.693047000000092],[-67.796660999999915,45.696098000000063],[-67.799164000000019,45.701102999999932],[-67.804442999999992,45.731377000000009],[-67.806380999999988,45.78472099999999],[-67.786666999999909,45.888329000000056],[-67.772507000000019,45.957496999999933],[-67.779174999999952,46.283332999999971],[-67.788894999999968,46.787773000000072],[-67.791671999999949,46.921379000000059],[-67.794998000000021,47.06999200000007],[-67.85972599999991,47.097488000000112],[-67.874161000000015,47.103607000000125],[-67.892226999999991,47.114440999999999],[-67.948607999999922,47.166382000000112],[-67.951400999999976,47.17083000000008],[-67.955841000000021,47.179993000000081],[-67.957229999999925,47.184989999999971],[-67.961944999999957,47.194153000000142],[-67.968886999999938,47.20277400000009],[-68.18582200000003,47.332771000000037],[-68.208617999999944,47.341660000000104],[-68.244995000000017,47.351936000000023],[-68.306655999999919,47.364440999999943],[-68.323059000000001,47.365829000000076],[-68.337219000000005,47.363609000000054],[-68.348891999999921,47.359992999999974],[-68.367766999999958,47.351105000000018],[-68.373046999999929,47.347214000000122],[-68.564712999999927,47.289719000000048],[-68.761948000000018,47.232764999999972],[-68.787505999999951,47.224709000000075],[-68.831679999999892,47.208884999999952],[-68.887786999999946,47.188042000000053],[-68.895279000000016,47.189987000000087],[-68.958618000000001,47.217209000000025],[-68.965285999999878,47.220543000000021],[-69.023894999999925,47.250274999999931],[-69.036117999999988,47.257217000000026],[-69.044998000000021,47.264442000000088],[-69.049164000000019,47.274437000000034],[-69.053054999999972,47.28943600000008],[-69.053588999999931,47.293777000000091],[-69.054992999999854,47.299438000000066],[-69.055266999999958,47.30471],[-69.056106999999997,47.336655000000064],[-69.055556999999965,47.347488000000055],[-69.052490000000034,47.380546999999979],[-69.049437999999952,47.392219999999952],[-69.045837000000006,47.398604999999975],[-69.043610000000001,47.404709000000025],[-69.039444000000003,47.416939000000127],[-69.038329999999974,47.422493000000088],[-69.039992999999981,47.427490000000034],[-69.048614999999984,47.435546999999985],[-69.055556999999965,47.438599000000124],[-69.123885999999914,47.458327999999995],[-69.132766999999944,47.459991000000116],[-69.232498000000021,47.471375000000023],[-69.239623999999992,47.464413000000093],[-69.305267000000015,47.40026899999998],[-69.423614999999984,47.283332999999971],[-69.653884999999946,47.055267000000129],[-69.712509000000011,46.996940999999993],[-69.84722899999997,46.862213000000111],[-69.992767000000015,46.715828000000045],[-70.009170999999867,46.698043999999982],[-70.026947000000007,46.587493999999992],[-70.038605000000018,46.509995000000004],[-70.044158999999922,46.474991000000102],[-70.047775000000001,46.453880000000083],[-70.050551999999982,46.438599000000124],[-70.06361400000003,46.424164000000019],[-70.068893000000003,46.419716000000051],[-70.075286999999946,46.417770000000132],[-70.081389999999999,46.417770000000132],[-70.088057999999876,46.414993000000038],[-70.119155999999975,46.393608000000086],[-70.200287000000003,46.336380000000077],[-70.242492999999911,46.279160000000047],[-70.287780999999939,46.203049000000135],[-70.305556999999908,46.078880000000083],[-70.3125,45.985825000000091],[-70.309722999999963,45.980820000000051],[-70.303329000000019,45.977767999999969],[-70.293883999999991,45.975548000000117],[-70.278335999999967,45.975266000000033],[-70.260559000000001,45.971374999999966],[-70.253615999999909,45.968323000000055],[-70.248336999999935,45.964714000000072],[-70.23971599999993,45.956657000000064],[-70.238051999999982,45.951934999999992],[-70.255004999999983,45.913048000000003],[-70.258895999999993,45.907493999999986],[-70.263335999999981,45.90277100000003],[-70.393889999999942,45.778046000000131],[-70.466659999999933,45.711937000000034],[-70.555267000000015,45.672768000000133],[-70.576949999999954,45.660820000000058],[-70.631942999999978,45.627769000000114],[-70.693054000000018,45.571938000000046],[-70.720276000000013,45.528328000000101],[-70.725280999999995,45.49971800000003],[-70.724715999999944,45.49471299999999],[-70.712783999999999,45.477768000000026],[-70.704726999999934,45.469154000000003],[-70.689437999999939,45.458046000000024],[-70.86860699999994,45.246101000000124],[-70.873046999999985,45.241379000000052],[-70.878600999999946,45.238601999999958],[-70.886123999999995,45.238045000000056],[-71.021118000000001,45.326660000000004],[-71.085128999999995,45.307708999999988],[-71.139998999999932,45.253052000000082],[-71.146392999999989,45.25249500000001],[-71.170272999999952,45.253883000000087],[-71.189163000000008,45.257773999999984],[-71.211669999999913,45.266105999999979],[-71.233063000000016,45.274993999999936],[-71.239715999999987,45.278046000000074],[-71.264449999999954,45.290833000000077],[-71.280562999999972,45.301933000000133],[-71.288604999999961,45.304436000000067],[-71.302779999999984,45.303047000000106],[-71.314712999999927,45.299438000000066],[-71.327498999999932,45.294441000000006],[-71.424438000000009,45.25],[-71.408614999999998,45.223045000000127],[-71.402221999999938,45.21915400000006],[-71.398894999999982,45.215546000000131],[-71.396118000000001,45.210548000000131],[-71.395843999999954,45.205268999999987],[-71.398620999999991,45.199432000000002],[-71.43249499999996,45.130272000000048],[-71.436110999999926,45.125267000000008],[-71.459166999999979,45.102776000000006],[-71.482772999999952,45.083878000000084],[-71.493056999999965,45.075271999999984],[-71.496383999999921,45.068886000000077],[-71.49888599999997,45.057213000000047],[-71.497222999999963,45.041663999999969],[-71.494155999999975,45.020546000000024],[-71.55471799999998,45.019989000000123],[-71.892776000000026,45.019157000000064],[-72.049987999999985,45.019440000000031],[-72.271652000000017,45.018775999999946],[-72.459166999999866,45.017494000000113],[-72.510283999999956,45.017212000000029],[-72.778884999999946,45.020828000000108],[-72.956389999999942,45.018326000000059],[-73.337173000000007,45.01186400000006],[-73.346114999999998,45.011383000000023],[-73.352997000000016,45.009421999999972],[-73.359267999999986,45.010063000000059],[-73.376662999999951,45.011108000000036],[-73.622771999999941,45.006660000000068],[-73.91164399999991,45.000000000000057],[-74.249161000000015,44.992218000000094],[-74.682021999999904,45.006714000000102],[-74.75111400000003,45.002220000000023],[-74.769729999999925,45.006386000000134],[-74.785827999999981,45.011383000000023],[-74.81220999999988,45.01776899999993],[-74.828887999999949,45.019157000000064],[-74.850280999999939,45.016663000000108],[-74.990829000000019,44.986655999999925],[-75.00140399999998,44.980545000000063],[-75.170546999999999,44.898604999999975],[-75.278060999999923,44.857216000000051],[-75.301666000000012,44.846656999999993],[-75.317779999999857,44.837212000000136],[-75.395843999999954,44.785827999999924],[-75.537216000000001,44.691376000000048],[-75.5625,44.673882000000106],[-75.618057000000022,44.634995000000117],[-75.628051999999968,44.627769000000001],[-75.682495000000017,44.588043000000027],[-75.736114999999927,44.546387000000038],[-75.801940999999999,44.491104000000007],[-75.81138599999997,44.483047000000056],[-75.820557000000008,44.474990999999989],[-75.824722000000008,44.469986000000119],[-75.828338999999971,44.446655000000078],[-75.834166999999979,44.43443300000007],[-75.841109999999901,44.423050000000103],[-75.849441999999954,44.414711000000068],[-75.864166000000012,44.402771000000143],[-75.879990000000021,44.393326000000059],[-75.904449,44.384995000000004],[-75.966109999999958,44.364158999999972],[-75.982177999999919,44.358864000000096],[-75.997771999999998,44.355270000000075],[-76.019454999999937,44.353325000000098],[-76.034728999999913,44.353050000000053],[-76.046950999999979,44.349716000000058],[-76.057769999999948,44.344993999999986],[-76.064437999999939,44.341377000000023],[-76.363373000000024,44.150992999999971],[-76.410278000000005,44.121101000000124],[-76.43472300000002,44.104713000000061],[-76.439986999999974,44.099434000000088],[-76.531386999999995,43.983046999999942],[-76.569457999999997,43.934157999999968],[-76.583618000000001,43.915824999999927],[-76.697494999999947,43.768600000000049],[-76.801940999999999,43.633605999999986],[-76.816955999999948,43.633049000000085],[-76.974166999999909,43.634438000000046],[-77.288329999999917,43.636658000000068],[-77.582779000000016,43.638603000000046],[-77.729996000000028,43.639160000000118],[-77.857773000000009,43.639434999999992],[-77.887222000000008,43.639434999999992],[-78.388061999999934,43.638329000000113],[-78.663054999999986,43.637497000000053],[-78.724715999999944,43.629433000000006],[-78.938323999999909,43.553878999999995],[-79.02806099999998,43.521934999999985],[-79.095275999999956,43.497771999999998],[-79.18472300000002,43.465546000000131],[-79.132216999999969,43.382492000000013],[-79.066787999999974,43.279400000000066],[-79.054169000000002,43.262496999999996],[-79.053328999999962,43.256660000000068],[-79.044997999999964,43.165543000000014],[-79.044723999999974,43.160545000000013],[-79.045836999999949,43.148880000000133],[-79.049438000000009,43.143883000000017],[-79.05972300000002,43.137215000000083],[-79.063613999999916,43.132210000000043],[-79.081115999999952,43.085548000000074],[-79.043334999999956,43.011664999999994],[-79.040832999999964,43.007774000000097],[-79.021666999999923,42.987213000000054],[-79.005843999999911,42.977211000000125],[-78.978606999999954,42.961380000000133],[-78.97193900000002,42.958046000000138],[-78.962783999999942,42.956383000000017],[-78.946655000000021,42.955551000000128],[-78.938599000000011,42.953322999999955],[-78.932770000000005,42.950829000000056],[-78.927490000000034,42.946937999999989],[-78.920273000000009,42.939156000000025],[-78.918335000000013,42.934715000000097],[-78.915282999999988,42.924164000000019],[-78.917220999999927,42.904991000000109],[-78.918335000000013,42.89888000000002],[-78.926665999999898,42.880546999999979],[-78.932219999999973,42.868324000000086],[-78.935271999999998,42.862495000000081],[-78.942490000000021,42.852493000000095],[-78.965835999999967,42.833602999999982],[-78.986937999999952,42.819992000000013],[-79.12110899999999,42.769157000000121],[-79.154448999999943,42.757217000000026],[-79.299437999999952,42.702492000000007],[-79.56645199999997,42.600708000000054],[-79.763427999999919,42.524703999999986],[-79.776672000000019,42.52027099999998],[-80.086120999999991,42.399994000000106],[-80.096953999999926,42.396385000000066],[-80.510283999999899,42.329163000000051],[-80.528548999999998,42.326617999999996],[-80.869155999999975,42.279160000000104],[-81.249161000000015,42.224991000000045],[-81.424437999999952,42.144997000000046],[-81.623610999999983,42.052773000000116],[-81.822234999999978,41.96027400000014],[-82.218062999999972,41.774437000000034],[-82.238891999999964,41.763885000000073],[-82.425277999999992,41.675551999999982],[-82.462783999999942,41.676102000000014],[-82.649993999999936,41.681938000000059],[-82.696654999999964,41.683875999999998],[-83.071944999999914,41.859717999999987],[-83.080841000000021,41.874992000000077],[-83.117415999999878,41.946194000000048],[-83.130828999999892,41.970543000000134],[-83.150283999999942,42.008330999999998],[-83.168609999999944,42.046104000000014],[-83.168335000000013,42.048050000000103],[-83.137222000000008,42.201385000000016],[-83.132492000000013,42.220824999999991],[-83.12332200000003,42.245827000000077],[-83.118056999999965,42.25777400000004],[-83.107772999999952,42.272766000000047],[-83.086959999999976,42.300545000000056],[-83.062209999999993,42.318603999999993],[-83.051940999999999,42.324715000000083],[-83.027221999999995,42.331940000000145],[-83.002227999999945,42.339157000000057],[-82.975829999999974,42.344711000000075],[-82.940551999999968,42.357498000000078],[-82.841384999999946,42.396941999999967],[-82.808884000000035,42.413322000000107],[-82.793609999999944,42.422768000000076],[-82.775283999999942,42.43721000000005],[-82.763061999999991,42.448600999999996],[-82.729996000000028,42.48333000000008],[-82.704453000000001,42.508331000000055],[-82.670273000000009,42.539993000000038],[-82.665282999999931,42.544158999999922],[-82.659103000000016,42.548195000000078],[-82.650756999999942,42.553642000000139],[-82.644973999999991,42.556411999999966],[-82.630553999999961,42.557495000000074],[-82.622222999999963,42.556656000000089],[-82.614166000000012,42.554710000000057],[-82.605835000000013,42.554161000000079],[-82.586394999999925,42.558601000000124],[-82.571670999999981,42.56888600000002],[-82.535827999999867,42.599434000000031],[-82.521392999999932,42.618881000000044],[-82.513335999999867,42.63638300000008],[-82.484726000000023,42.719154000000003],[-82.474716000000001,42.751663000000065],[-82.471114999999941,42.769989000000066],[-82.470551,42.782493999999986],[-82.47193900000002,42.793053000000043],[-82.473327999999924,42.797493000000031],[-82.480559999999912,42.812492000000134],[-82.481948999999929,42.823326000000009],[-82.481109999999944,42.829437000000098],[-82.464446999999893,42.898048000000074],[-82.462509000000011,42.904709000000025],[-82.418776999999977,43.018639000000064],[-82.404175000000009,43.049164000000076],[-82.322234999999978,43.21054799999996],[-82.252791999999943,43.346382000000119],[-82.228881999999942,43.391380000000026],[-82.146118000000001,43.553047000000106],[-82.130279999999971,43.585266000000104],[-82.214447000000007,43.952217000000132],[-82.331679999999949,44.460823000000119],[-82.430556999999965,44.882767000000115],[-82.543059999999969,45.355826999999977],[-82.629990000000021,45.396102999999982],[-82.665008999999998,45.411933999999917],[-82.954178000000013,45.54193900000007],[-83.050826999999913,45.585266000000047],[-83.11221299999994,45.612770000000069],[-83.270844000000011,45.683326999999963],[-83.500290000000007,45.784995999999978],[-83.597778000000005,45.827217000000019],[-83.523894999999982,45.918053000000043],[-83.487777999999992,45.961661999999933],[-83.447768999999994,46.011940000000095],[-83.474716000000001,46.036385000000109],[-83.483321999999987,46.043884000000105],[-83.566665999999998,46.098602000000085],[-83.577498999999989,46.105270000000075],[-83.596114999999998,46.114158999999972],[-83.610549999999932,46.119156000000089],[-83.627776999999867,46.123046999999929],[-83.663054999999872,46.126099000000067],[-83.830565999999862,46.126099000000067],[-83.846114999999941,46.124992000000134],[-83.883895999999936,46.102776000000119],[-83.888031000000012,46.096161000000109],[-83.892257999999913,46.092346000000134],[-83.898009999999942,46.08718900000008],[-83.917998999999952,46.073303000000124],[-83.923003999999935,46.070250999999985],[-83.936004999999966,46.065383999999995],[-83.942840999999987,46.066101000000003],[-83.952788999999996,46.068603999999993],[-83.958892999999932,46.071663000000115],[-83.962783999999999,46.075554000000011],[-84.076675000000023,46.203049000000135],[-84.089721999999938,46.220267999999976],[-84.099166999999909,46.232764999999972],[-84.105834999999956,46.247771999999998],[-84.15695199999999,46.391663000000108],[-84.15834000000001,46.396659999999997],[-84.160277999999948,46.424995000000024],[-84.154448999999943,46.445267000000115],[-84.149170000000026,46.457214000000079],[-84.139998999999989,46.474159000000043],[-84.121933000000013,46.498877999999991],[-84.118057000000022,46.512497000000053],[-84.118331999999953,46.518051000000071],[-84.119994999999903,46.523323000000005],[-84.12249799999995,46.527771000000143],[-84.126389000000017,46.531937000000084],[-84.132491999999957,46.53472099999999],[-84.192763999999954,46.546661000000086],[-84.408614999999884,46.508605999999986],[-84.428328999999962,46.503052000000025],[-84.434433000000013,46.500275000000101],[-84.454453000000001,46.486938000000066],[-84.459441999999967,46.482764999999915],[-84.463897999999972,46.478325000000098],[-84.474715999999944,46.463608000000079],[-84.479996000000028,46.46027400000014],[-84.486388999999974,46.458885000000123],[-84.494719999999973,46.458046000000138],[-84.512512000000015,46.45915999999994],[-84.529998999999975,46.461380000000133],[-84.565001999999993,46.466385000000002],[-84.775008999999955,46.653046000000074],[-84.787780999999995,46.68971300000004],[-84.806945999999925,46.748328999999956],[-84.825561999999877,46.806938000000059],[-84.83277899999996,46.829163000000051],[-84.856948999999986,46.902214000000072],[-84.872222999999963,46.909431000000041],[-84.917495999999971,46.928604000000121],[-85.354445999999996,47.111664000000076],[-85.464171999999905,47.157211000000132],[-85.738891999999964,47.270827999999995],[-85.839721999999938,47.31221000000005],[-86.014724999999942,47.383880999999917],[-86.051391999999964,47.39888000000002],[-86.466659999999933,47.567215000000033],[-86.568893000000003,47.608330000000024],[-86.884444999999971,47.734717999999987],[-87.201400999999976,47.860275000000115],[-87.341674999999952,47.915542999999957],[-87.444716999999969,47.955826000000002],[-88.188323999999966,48.244156000000089],[-88.368056999999908,48.31221000000005],[-88.645554000000004,48.264160000000004],[-88.691665999999941,48.255554000000075],[-88.974166999999909,48.139160000000118],[-89.323333999999988,47.993050000000096],[-89.356658999999979,47.979713000000061],[-89.447768999999937,48.003326000000015],[-89.493125999999961,48.003166000000078],[-89.556655999999975,48.001389000000131],[-89.573059000000001,48.001663000000065],[-89.57887299999993,48.00262500000008],[-89.583069000000023,48.003326000000015],[-89.598617999999931,48.006660000000011],[-89.603881999999999,48.00999500000006],[-89.608337000000006,48.014160000000061],[-89.614715999999987,48.016663000000051],[-89.750564999999995,48.029160000000047],[-89.760559000000001,48.029991000000052],[-89.838897999999972,48.01166500000005],[-89.862502999999947,48.000832000000059],[-89.888061999999991,47.991936000000123],[-89.895554000000004,47.989990000000034],[-89.903885000000002,47.989159000000029],[-89.911666999999966,47.991379000000052],[-89.982223999999974,48.016105999999979],[-89.993057000000022,48.02276599999999],[-90,48.030204999999967],[-90.000838999999985,48.031105000000025],[-90.032775999999956,48.069717000000026],[-90.056106999999997,48.100548000000117],[-90.059432999999956,48.104996000000085],[-90.065001999999936,48.10833000000008],[-90.081680000000006,48.111938000000009],[-90.12721299999987,48.119156000000032],[-90.146118000000001,48.121658000000082],[-90.156386999999938,48.122490000000028],[-90.279998999999975,48.113051999999982],[-90.740829000000019,48.090828000000045],[-90.758895999999993,48.094711000000018],[-90.769454999999937,48.099998000000085],[-90.778335999999967,48.107498000000021],[-90.838608000000022,48.184158000000025],[-90.841674999999952,48.191658000000132],[-90.843063000000029,48.205826000000002],[-90.83805799999999,48.208603000000039],[-90.833625999999924,48.209099000000094],[-90.829726999999991,48.212493999999936],[-90.829192999999975,48.214638000000093],[-90.828887999999949,48.221656999999936],[-90.830291999999929,48.225548000000003],[-90.832503999999915,48.227211000000125],[-90.849166999999909,48.233879000000115],[-90.868606999999997,48.237495000000138],[-90.898055999999883,48.236656000000039],[-90.928329000000019,48.228600000000142],[-90.969161999999926,48.214714000000129],[-91.126098999999954,48.154991000000109],[-91.14916999999997,48.144157000000064],[-91.192489999999964,48.114998000000071],[-91.232223999999974,48.087769000000094],[-91.24888599999997,48.079437000000098],[-91.269454999999994,48.07388300000008],[-91.283324999999991,48.071381000000031],[-91.311661000000015,48.069160000000124],[-91.325561999999991,48.069717000000026],[-91.34722899999997,48.068054000000075],[-91.381377999999984,48.061661000000129],[-91.392226999999934,48.056099000000017],[-91.418335000000013,48.041107000000011],[-91.462783999999942,48.057770000000062],[-91.573623999999995,48.093048000000067],[-91.645142000000021,48.098343000000114],[-91.6875,48.144714000000135],[-91.729720999999984,48.187209999999936],[-91.734160999999915,48.190543999999932],[-91.739715999999987,48.193321000000026],[-91.756957999999997,48.194434999999999],[-91.776107999999965,48.194153000000142],[-91.791672000000005,48.195267000000115],[-91.850554999999986,48.203880000000083],[-91.940276999999924,48.23054500000012],[-91.956589000000008,48.23663300000004],[-91.97084000000001,48.244437999999946],[-91.985824999999977,48.255829000000119],[-91.997771999999998,48.266662999999994],[-92.007232999999985,48.27915999999999],[-92.008895999999993,48.28276800000009],[-92.011123999999938,48.292496000000085],[-92.011672999999917,48.297493000000031],[-92.013335999999924,48.304993000000081],[-92.020554000000004,48.322769000000051],[-92.02806099999998,48.336105000000032],[-92.035552999999993,48.343605000000082],[-92.041945999999939,48.347771000000023],[-92.051940999999943,48.353882000000056],[-92.141678000000013,48.357216000000051],[-92.162216000000001,48.356658999999979],[-92.257232999999928,48.346939000000077],[-92.265014999999892,48.343605000000082],[-92.276107999999965,48.337493999999992],[-92.280288999999982,48.332771000000037],[-92.285827999999981,48.326103000000046],[-92.300551999999925,48.304993000000081],[-92.300827000000027,48.298050000000103],[-92.297225999999966,48.28943600000008],[-92.288604999999961,48.276100000000099],[-92.283614999999998,48.263885000000016],[-92.283065999999963,48.256660000000124],[-92.285552999999936,48.250549000000035],[-92.290282999999988,48.246658000000139],[-92.306716999999935,48.241592000000026],[-92.331680000000006,48.234160999999972],[-92.351943999999946,48.228325000000098],[-92.356658999999979,48.228600000000142],[-92.361664000000019,48.231102000000021],[-92.369155999999975,48.238883999999985],[-92.426392000000021,48.311661000000072],[-92.455275999999969,48.394157000000007],[-92.582229999999981,48.441375999999991],[-92.697768999999994,48.485268000000076],[-92.715285999999935,48.541382000000056],[-92.943054000000018,48.621101000000067],[-92.953063999999927,48.62332200000003],[-92.966109999999958,48.624991999999963],[-93.244995000000017,48.640549000000021],[-93.308883999999978,48.630272000000048],[-93.322509999999966,48.628044000000102],[-93.40834000000001,48.608604000000128],[-93.449996999999996,48.597214000000065],[-93.456664999999987,48.594994000000042],[-93.458618000000001,48.592491000000052],[-93.458618000000001,48.589432000000102],[-93.456116000000009,48.583054000000118],[-93.452788999999996,48.579436999999984],[-93.449721999999952,48.570549000000028],[-93.449996999999996,48.56749700000006],[-93.454177999999899,48.559714999999926],[-93.46055599999994,48.55332199999998],[-93.465835999999911,48.54972099999992],[-93.476394999999968,48.544158999999979],[-93.489440999999999,48.539718999999991],[-93.503066999999874,48.537498000000085],[-93.65695199999999,48.51527399999992],[-93.664444000000003,48.514999000000103],[-93.724166999999966,48.51388500000013],[-93.778610000000015,48.51638800000012],[-93.793059999999969,48.517768999999987],[-93.800277999999935,48.520271000000037],[-93.803604000000007,48.524712000000136],[-93.805557000000022,48.532211000000132],[-93.80972300000002,48.550270000000069],[-93.817779999999971,48.581940000000145],[-93.820007000000032,48.590546000000074],[-93.830001999999979,48.612770000000012],[-93.833327999999995,48.616386000000034],[-93.842498999999975,48.623604000000057],[-93.851944000000003,48.626938000000052],[-93.865554999999972,48.630272000000048],[-93.880553999999961,48.630272000000048],[-93.885283999999899,48.630272000000048],[-94.063888999999961,48.638046000000031],[-94.111937999999896,48.641106000000093],[-94.134170999999867,48.642769000000044],[-94.235275000000001,48.653046000000018],[-94.250564999999995,48.656097000000045],[-94.252791999999886,48.65776800000009],[-94.25418099999996,48.660545000000013],[-94.252228000000002,48.671379000000059],[-94.252228000000002,48.679993000000138],[-94.256667999999934,48.687767000000122],[-94.263061999999991,48.694153000000028],[-94.271117999999888,48.699158000000068],[-94.278610000000015,48.702492000000063],[-94.291107000000011,48.706099999999992],[-94.305832000000009,48.708328000000108],[-94.390563999999927,48.711105000000032],[-94.406112999999948,48.711105000000032],[-94.414169000000015,48.709991000000059],[-94.433318999999983,48.701934999999992],[-94.453613000000018,48.695824000000073],[-94.460555999999997,48.694435000000112],[-94.476395000000025,48.693878000000041],[-94.500838999999985,48.696938000000046],[-94.523894999999925,48.701934999999992],[-94.605835000000013,48.724433999999917],[-94.637221999999952,48.739159000000086],[-94.643616000000009,48.743049999999982],[-94.689986999999917,48.774712000000079],[-94.699996999999996,48.782767999999976],[-94.706664999999987,48.79055000000011],[-94.709441999999967,48.803047000000106],[-94.711120999999991,48.846382000000062],[-94.710007000000019,48.855270000000075],[-94.709075999999982,48.857948000000135],[-94.705001999999979,48.862770000000125],[-94.700287000000003,48.868881000000044],[-94.699722000000008,48.871101000000067],[-94.700287000000003,48.895271000000037],[-94.701675000000023,48.909714000000122],[-94.704178000000013,48.924438000000009],[-94.707503999999972,48.941932999999949],[-94.71665999999999,48.970543000000021],[-94.720550999999887,48.978874000000076],[-94.727218999999934,48.99221799999998],[-94.732773000000009,49.001663000000065],[-94.745270000000005,49.028603000000089],[-94.766952999999944,49.075554000000125],[-94.797774999999945,49.155822999999998],[-94.798889000000031,49.159156999999993],[-94.804717999999866,49.17971799999998],[-94.806655999999975,49.193603999999993],[-94.81527699999998,49.29332700000009],[-94.815552000000025,49.306099000000131],[-94.818344000000025,49.309989999999971],[-94.821944999999971,49.312767000000065],[-94.922775000000001,49.355827000000033],[-94.935927999999933,49.360297999999943],[-94.946380999999974,49.36221299999994],[-94.958617999999944,49.361664000000019],[-94.96556099999998,49.360275000000001],[-94.998610999999983,49.357498000000078],[-95.025833000000034,49.357498000000078],[-95.078063999999927,49.359161000000029],[-95.085662999999954,49.360023000000126],[-95.120834000000002,49.364998000000014],[-95.142501999999922,49.371658000000025],[-95.152785999999935,49.376656000000025],[-95.154174999999952,49.366386000000091],[-95.154448999999886,49.333328000000108],[-95.153960999999981,49.173332000000073],[-95.154174999999952,48.999435000000119],[-95.26655599999998,48.999977000000001],[-97.219940000000008,48.999718000000087],[-97.502791999999943,48.999435000000119],[-97.635833999999988,48.999435000000119],[-97.801940999999999,49.000000000000114],[-97.969161999999926,49.000274999999988],[-98.26916499999993,49.000274999999988],[-98.502227999999889,48.999435000000119],[-98.868606999999997,49.000000000000114],[-99.335555999999997,48.999435000000119],[-99.835555999999997,49.000000000000114],[-100.00222799999995,49.000000000000114],[-100.50195300000001,48.999718000000087],[-101.06916799999999,49.000000000000114],[-101.30222299999997,49.000274999999988],[-101.367233,48.998787000000107],[-101.46888699999994,48.999435000000119],[-102.16887699999995,49.000000000000114],[-102.33556399999998,48.999435000000119],[-102.53555299999994,49.000274999999988],[-102.76834099999996,48.999435000000119],[-103.03527800000001,48.999435000000119],[-103.16832699999992,48.999435000000119],[-103.26889,49.000000000000114],[-103.43554699999993,49.000274999999988],[-103.53527800000001,48.999435000000119],[-103.73528299999987,48.999435000000119],[-104.033096,49.000251999999989],[-104.13527699999986,48.999718000000087],[-104.33500699999996,48.999435000000119],[-104.83500700000002,48.999435000000119],[-105.00140399999998,48.999435000000119],[-105.26834100000002,49.000000000000114],[-105.70221699999996,48.999435000000119],[-105.93554699999999,48.999435000000119],[-106.03472899999991,48.999435000000119],[-106.13527699999997,48.999435000000119],[-106.26862299999993,48.999435000000119],[-106.46806300000003,48.999435000000119],[-106.73554999999993,48.999435000000119],[-107.33528100000001,49.000000000000114],[-107.43499800000001,49.000000000000114],[-107.63474300000001,48.999435000000119],[-107.73554999999993,48.999435000000119],[-107.80110199999996,48.999435000000119],[-108.16887700000001,48.999435000000119],[-108.33500699999996,48.999435000000119],[-108.53472899999997,48.999435000000119],[-108.6677699999999,48.999435000000119],[-108.83473200000003,48.999435000000119],[-109.33473200000003,48.999435000000119],[-109.63474299999996,48.999435000000119],[-109.801941,48.999435000000119],[-109.96777299999997,48.999718000000087],[-109.99965700000001,49.000603000000126],[-110.10138699999999,48.999435000000119],[-110.20111099999991,48.999435000000119],[-110.30166599999995,49.000000000000114],[-110.36776699999996,49.000000000000114],[-110.50110599999988,49.000000000000114],[-110.66777000000002,49.000000000000114],[-110.76862299999993,48.999435000000119],[-111.36833199999995,48.999435000000119],[-111.80110199999996,48.999435000000119],[-112.03472899999997,48.999435000000119],[-112.16832699999998,48.999435000000119],[-112.234734,49.000000000000114],[-112.33500699999996,49.000000000000114],[-112.43499799999995,49.000000000000114],[-112.53500399999996,49.000000000000114],[-112.60166900000002,49.000000000000114],[-112.93472300000002,49.000000000000114],[-113.03443900000002,49.000000000000114],[-113.23416099999997,48.999435000000119],[-113.36833200000001,48.999435000000119],[-113.567497,48.999435000000119],[-114.03443899999991,48.999435000000119],[-114.05985999999996,49.000603000000126],[-114.33500700000002,48.999435000000119],[-114.46749899999992,48.999435000000119],[-114.53472899999991,49.000000000000114],[-114.63390399999997,49.000000000000114],[-114.90110800000002,48.999435000000119],[-115.03415699999999,48.999435000000119],[-115.16750299999995,48.999435000000119],[-115.36805700000002,49.000000000000114],[-115.46806300000003,49.000000000000114],[-115.56723,49.000000000000114],[-115.60138699999987,48.999435000000119],[-115.734444,48.999435000000119],[-116.04833999999994,48.999718000000087],[-117.00140399999998,48.999718000000087],[-117.03662099999997,49.003128000000117],[-117.06722999999994,48.999718000000087],[-117.20084399999996,48.999435000000119],[-117.234734,49.000000000000114],[-117.30055199999993,49.000000000000114],[-117.567497,49.000000000000114],[-117.83444199999991,49.000000000000114],[-117.86749299999997,48.999435000000119],[-118.00083899999998,48.999435000000119],[-118.13417099999998,48.999435000000119],[-118.36805699999996,48.999435000000119],[-118.76777600000003,48.999435000000119],[-118.96749899999992,48.999435000000119],[-119.13417099999987,48.999435000000119],[-119.26722699999999,48.999435000000119],[-119.46777299999985,48.999435000000119],[-119.86749299999991,48.999435000000119],[-119.93415800000002,48.999435000000119],[-120.03415699999999,48.999435000000119],[-120.53472899999997,48.999435000000119],[-121.08497599999993,48.999718000000087],[-122.10056299999997,49.000000000000114],[-122.33389299999993,49.000000000000114],[-122.43360899999993,49.000000000000114],[-122.56667299999992,49.000000000000114],[-122.69999699999994,49.000000000000114],[-122.76030000000003,48.999435000000119],[-122.81360599999994,49.005272000000048],[-122.83112299999999,49.008606000000043],[-122.86250299999989,49.022217000000012],[-122.87777699999998,49.032211000000018],[-122.87970699999994,49.034438999999963],[-122.88110399999999,49.038605000000075],[-122.87748699999986,49.049438000000066],[-122.87609900000001,49.051383999999928],[-122.87249799999989,49.054436000000067],[-122.86416600000001,49.061661000000129],[-122.85888699999992,49.067497000000003],[-122.85804699999994,49.072769000000108],[-122.859444,49.077217000000076],[-122.86638599999998,49.081107999999972],[-122.87444299999999,49.083602999999982],[-122.89998600000001,49.087211999999965],[-122.91887700000001,49.087211999999965],[-122.94167299999992,49.082496999999933],[-123.02194199999997,49.051658999999972],[-123.03916900000002,49.042496000000142],[-123.04666099999997,49.033332999999971],[-123.048607,49.027214000000129],[-123.04833999999994,49.022491000000116],[-123.04778299999998,49.018326000000116],[-123.03916900000002,49.005272000000048],[-123.03431699999999,48.999435000000119],[-123.09374999999994,48.999435000000119],[-123.11332699999997,49.036658999999986],[-123.13890099999998,49.107216000000108],[-123.14835399999998,49.10833000000008],[-123.20500199999998,49.123603999999943],[-123.20973200000003,49.127212999999983],[-123.247772,49.265273999999977],[-123.24889399999995,49.273605000000032],[-123.24749800000001,49.275551000000121],[-123.09449799999993,49.283938999999975],[-123.00933800000001,49.281944000000067],[-122.94332900000001,49.284164000000089],[-122.92360699999995,49.28833000000003],[-122.91251399999999,49.29332700000009],[-122.87917299999998,49.339157000000114],[-122.87499999999994,49.351387000000045],[-122.85388199999994,49.429993000000138],[-122.85278299999999,49.436104000000057],[-122.85333300000002,49.438880999999924],[-122.86054999999993,49.447487000000024],[-122.87082700000002,49.457214000000022],[-122.87638899999996,49.455551000000071],[-122.87832600000002,49.449432000000058],[-122.876938,49.429993000000138],[-122.87721299999993,49.414992999999981],[-122.88110399999999,49.40277100000003],[-122.88583399999993,49.391936999999984],[-122.90139799999992,49.360550000000046],[-122.91555800000003,49.342216000000064],[-122.93138099999999,49.328049000000135],[-123.00538599999999,49.319549999999992],[-123.03671999999989,49.313217000000009],[-123.04521899999992,49.312550000000044],[-123.06339299999996,49.313217000000009],[-123.08023100000003,49.315547999999978],[-123.23638900000003,49.338882000000069],[-123.25418099999996,49.384720000000016],[-123.25666799999993,49.512772000000041],[-123.25334199999992,49.523048000000131],[-123.24722299999996,49.534995999999978],[-123.20162199999999,49.615715000000137],[-123.1558379999999,49.676102000000014],[-123.15416700000003,49.67943600000001],[-123.15222199999994,49.685547000000099],[-123.15361000000001,49.690269000000001],[-123.15972899999997,49.699158000000068],[-123.16471899999993,49.702217000000019],[-123.16777000000002,49.702217000000019],[-123.17027300000001,49.701103000000046],[-123.24194299999999,49.660544999999956],[-123.24804699999993,49.648605000000089],[-123.24804699999993,49.639717000000076],[-123.26677699999999,49.617378000000031],[-123.26594499999999,49.610382000000129],[-123.265106,49.607880000000023],[-123.26494600000001,49.603713999999968],[-123.26576999999997,49.598381000000131],[-123.26812000000001,49.595551000000114],[-123.27095799999995,49.593215999999984],[-123.27977799999991,49.590050000000019],[-123.34333800000002,49.561378000000047],[-123.38110399999999,49.556655999999975],[-123.39444699999996,49.551933000000133],[-123.43028299999997,49.538329999999974],[-123.48306300000002,49.516663000000108],[-123.49249299999997,49.509720000000129],[-123.495003,49.506943000000035],[-123.49610899999993,49.500275000000045],[-123.49416399999996,49.468596999999988],[-123.491669,49.463608000000022],[-123.48777799999993,49.46054799999996],[-123.47778299999993,49.455268999999987],[-123.47416699999997,49.450828999999999],[-123.47332799999992,49.441101000000117],[-123.47609699999998,49.421936000000017],[-123.47666899999996,49.419159000000093],[-123.48194899999993,49.409988000000112],[-123.48665599999993,49.406097000000045],[-123.506958,49.389435000000049],[-123.512787,49.386383000000137],[-123.51944699999996,49.383881000000088],[-123.52694700000001,49.382210000000043],[-123.53555299999994,49.381378000000097],[-123.54499800000002,49.383331000000055],[-123.60109699999987,49.397490999999945],[-123.60610999999994,49.399994000000106],[-123.67555199999998,49.425269999999955],[-123.77500900000001,49.458327999999995],[-123.85500299999995,49.468879999999956],[-123.86165599999993,49.46665999999999],[-123.88082899999995,49.466385000000116],[-123.88890100000003,49.468048000000067],[-123.89611799999994,49.470543000000077],[-123.95973200000003,49.510551000000135],[-123.96362299999993,49.513329000000113],[-123.98860200000001,49.541663999999969],[-124.06806899999992,49.633881000000031],[-124.07055700000001,49.638046000000031],[-124.07112099999995,49.644440000000088],[-124.07028199999991,49.649719000000061],[-124.05915800000002,49.671104000000014],[-124.03250100000002,49.713882000000126],[-124.02861000000001,49.71915400000006],[-124.021118,49.726379000000065],[-124.00527999999997,49.735825000000034],[-123.99833699999999,49.738884000000041],[-123.987213,49.743050000000096],[-123.97528099999994,49.745270000000119],[-123.95694700000001,49.746101000000124],[-123.94748700000002,49.744995000000131],[-123.94055199999997,49.742493000000024],[-123.93443299999996,49.739432999999963],[-123.92971799999992,49.735825000000034],[-123.876938,49.683327000000077],[-123.83306900000002,49.627486999999974],[-123.82917799999996,49.616936000000067],[-123.82444800000002,49.595825000000048],[-123.82277699999997,49.585548000000074],[-123.82333399999999,49.581383000000073],[-123.82224300000001,49.573051000000078],[-123.79972800000002,49.519440000000031],[-123.79444899999993,49.510277000000031],[-123.78971899999999,49.506660000000068],[-123.78250099999997,49.504166000000112],[-123.77639799999992,49.503882999999973],[-123.76972999999998,49.504715000000033],[-123.76640299999991,49.506660000000068],[-123.76390100000003,49.509438000000046],[-123.76139799999999,49.513329000000113],[-123.75389100000001,49.537773000000072],[-123.76862299999993,49.561935000000119],[-123.77139299999999,49.572220000000073],[-123.77223200000003,49.581940000000145],[-123.77027900000002,49.588043000000084],[-123.74017300000003,49.602599999999995],[-123.73733500000003,49.605270000000075],[-123.73517599999991,49.606937000000016],[-123.69599899999997,49.623604000000057],[-123.68683599999997,49.625603000000069],[-123.67283599999996,49.625271000000112],[-123.63890099999998,49.634995000000004],[-123.61501299999992,49.639160000000004],[-123.56331599999999,49.667213000000118],[-123.54695100000004,49.677215999999987],[-123.53751399999993,49.684990000000028],[-123.53362300000003,49.689712999999983],[-123.53167699999995,49.695541000000105],[-123.53222699999998,49.700546000000145],[-123.53388999999993,49.701934999999992],[-123.54167199999989,49.701103000000046],[-123.54998799999998,49.693877999999984],[-123.56054699999993,49.686935000000005],[-123.57195299999995,49.680824000000086],[-123.58556399999992,49.676102000000014],[-123.67578100000003,49.653046000000018],[-123.69061299999993,49.651051000000109],[-123.73978399999999,49.645882000000029],[-123.75010700000001,49.64521400000001],[-123.79666099999997,49.638328999999999],[-123.80387899999999,49.640831000000048],[-123.8125,49.647491000000116],[-123.93499800000001,49.768326000000002],[-123.93749999999989,49.77276599999999],[-123.93582200000003,49.778046000000074],[-123.93055699999996,49.785271000000137],[-123.91999800000002,49.792495999999971],[-123.88890100000003,49.819717000000026],[-123.88500999999997,49.823608000000092],[-123.88249199999996,49.82749200000012],[-123.87970699999994,49.832771000000093],[-123.87638900000002,49.842215999999951],[-123.87332200000003,49.864158999999916],[-123.87249799999995,49.87110100000001],[-123.872772,49.877212999999983],[-123.88500999999997,49.914993000000095],[-123.889183,49.922767999999962],[-123.89417300000002,49.92721599999993],[-123.90139799999992,49.928879000000052],[-123.91082799999998,49.930275000000108],[-123.920547,49.928604000000064],[-123.92999299999997,49.929718000000037],[-123.93720999999994,49.932213000000047],[-123.94193999999999,49.936104000000114],[-123.94860799999998,49.943877999999927],[-123.95472699999999,49.953049000000078],[-123.95889299999999,49.962212000000079],[-123.929779,49.985321000000056],[-123.929283,49.989493999999979],[-123.92544599999997,49.994156000000089],[-123.92044099999998,49.997325999999987],[-123.88160700000003,50.01499600000011],[-123.87343599999986,50.018326000000116],[-123.860771,50.021660000000111],[-123.85294299999998,50.022995000000037],[-123.84310199999999,50.023659000000123],[-123.80832699999996,50.040276000000119],[-123.79611199999994,50.04444100000012],[-123.75334199999998,50.07638500000013],[-123.74861099999998,50.080276000000026],[-123.74445300000002,50.086936999999921],[-123.74944299999999,50.09665700000005],[-123.82140399999997,50.152213999999958],[-123.83056599999998,50.156936999999971],[-123.846947,50.163321999999994],[-123.97778299999993,50.213882000000012],[-123.98500100000001,50.216103000000089],[-123.99054699999999,50.215828000000101],[-123.99109599999986,50.21166199999999],[-123.98832699999997,50.207496999999989],[-123.96056399999998,50.180550000000096],[-123.94695300000001,50.169441000000006],[-123.93720999999994,50.163321999999994],[-123.92388899999992,50.158600000000092],[-123.90583800000002,50.15638000000007],[-123.88806199999988,50.152489000000003],[-123.882767,50.150826000000052],[-123.87165800000002,50.145546000000024],[-123.80915799999997,50.099998000000085],[-123.8125,50.090546000000131],[-123.81639099999995,50.086105000000032],[-123.85716200000002,50.066883000000132],[-123.86933099999993,50.058048000000099],[-123.87499999999994,50.054214000000115],[-123.87899799999997,50.052380000000085],[-123.916,50.039883000000088],[-123.95465899999988,50.029217000000074],[-123.99526999999989,50.011664999999994],[-123.99916099999996,50.00638600000002],[-124,50.000275000000101],[-123.99916099999996,49.990547000000106],[-123.99526999999989,49.961662000000047],[-123.99249299999997,49.942764000000125],[-123.99109599999986,49.937209999999993],[-123.98860200000001,49.931664000000126],[-123.97972099999998,49.916663999999969],[-123.96721600000001,49.906380000000127],[-123.95140100000003,49.895828000000108],[-123.91972399999992,49.877769000000001],[-123.91471899999993,49.873878000000104],[-123.91111799999999,49.869713000000104],[-123.922234,49.834435000000099],[-123.92639199999996,49.825828999999999],[-123.97277799999989,49.80471],[-123.97833299999996,49.803047000000106],[-123.98581699999994,49.802772999999945],[-123.99194299999994,49.804436000000067],[-124.00418100000002,49.810546999999985],[-124.01012400000002,49.834602000000075],[-124.00862100000001,49.841938000000084],[-124.00728600000002,49.856769999999983],[-124.01806599999998,49.909156999999993],[-124.02166699999987,49.91415400000011],[-124.029449,49.920547000000056],[-124.037781,49.922493000000145],[-124.04222099999998,49.921379000000002],[-124.04472399999997,49.917496000000028],[-124.068893,49.878876000000105],[-124.07195299999995,49.873322000000087],[-124.07028199999991,49.869156000000032],[-124.06261399999988,49.846328999999912],[-124.05877700000002,49.841991000000007],[-124.05860899999999,49.838325999999995],[-124.06028000000003,49.835158999999976],[-124.08444199999991,49.799164000000133],[-124.09028599999999,49.795830000000137],[-124.14555399999995,49.779716000000008],[-124.17694099999989,49.773604999999975],[-124.18582199999997,49.77276599999999],[-124.2702789999999,49.768051000000128],[-124.40416700000003,49.763329000000056],[-124.41361999999998,49.763610999999969],[-124.42916899999994,49.766388000000006],[-124.43639400000001,49.768883000000073],[-124.51194800000002,49.796104000000071],[-124.52166699999992,49.804161000000079],[-124.52443699999998,49.808327000000133],[-124.52583300000003,49.813880999999981],[-124.52583300000003,49.831665000000044],[-124.52749599999987,49.837212000000022],[-124.53278399999999,49.844437000000084],[-124.57195299999995,49.874435000000005],[-124.59137699999997,49.883049000000085],[-124.63221699999997,49.899436999999921],[-124.702789,49.934989999999971],[-124.74194299999999,49.958328000000051],[-124.77306399999992,49.985825000000034],[-124.80332900000002,50.020271000000093],[-124.82556199999999,50.051384000000098],[-124.82972699999999,50.061935000000005],[-124.828056,50.066666000000112],[-124.82140400000003,50.069160000000068],[-124.81304899999992,50.067496999999946],[-124.80695300000002,50.06360600000005],[-124.76722699999988,50.036385000000053],[-124.70333900000003,49.995543999999995],[-124.66805999999991,50.07027400000004],[-124.61694299999999,50.179161000000079],[-124.60193599999997,50.234993000000031],[-124.60138699999993,50.238884000000098],[-124.60417200000001,50.243881000000044],[-124.63110399999999,50.279716000000121],[-124.63890100000003,50.286942000000067],[-124.665009,50.303879000000052],[-124.708618,50.318329000000006],[-124.71362299999987,50.321937999999989],[-124.71501199999994,50.327492000000007],[-124.65778399999994,50.386108000000092],[-124.65194699999989,50.389160000000061],[-124.62609899999995,50.398330999999985],[-124.60193599999997,50.40277100000003],[-124.58055100000001,50.399990000000116],[-124.57555400000001,50.39899400000013],[-124.57122800000002,50.397495000000106],[-124.54998799999993,50.393883000000017],[-124.53362300000003,50.395827999999995],[-124.51999699999999,50.399994000000106],[-124.43415800000002,50.431664000000012],[-124.42054699999994,50.43721000000005],[-124.39862099999999,50.450545999999974],[-124.38305700000001,50.462212000000136],[-124.36138900000003,50.479713000000118],[-124.35193600000002,50.487495000000081],[-124.34805299999999,50.492218000000037],[-124.34528399999988,50.497489999999971],[-124.34777800000001,50.50249500000001],[-124.35527000000002,50.504997000000117],[-124.36389200000002,50.503882999999917],[-124.378601,50.499161000000015],[-124.38445299999995,50.49610100000001],[-124.39388999999989,50.488884000000041],[-124.39778099999995,50.484161000000086],[-124.40055799999993,50.478874000000133],[-124.404449,50.4741590000001],[-124.40915699999999,50.470268000000033],[-124.42749000000003,50.462212000000136],[-124.51834099999991,50.432212999999933],[-124.58383199999997,50.414051000000029],[-124.58833300000003,50.41338300000001],[-124.59999800000003,50.413048000000003],[-124.71167000000003,50.375549000000092],[-124.73916599999995,50.351936000000137],[-124.80332900000002,50.317772000000105],[-124.81582600000002,50.312209999999993],[-124.83000199999992,50.30943300000007],[-124.85056299999991,50.309714999999983],[-124.93916299999995,50.325271999999984],[-125.06388900000002,50.317772000000105],[-125.07224299999996,50.319442999999978],[-125.07833900000003,50.322495000000117],[-125.08416699999998,50.329719999999952],[-125.08889799999997,50.346382000000119],[-125.08750900000001,50.357215999999994],[-125.05666399999996,50.476936000000023],[-125.05194099999989,50.480820000000051],[-125.04499799999996,50.48333000000008],[-125.02667199999996,50.483047000000113],[-125.01806599999998,50.484161000000086],[-124.97112299999998,50.498047000000042],[-124.96528599999999,50.50110600000005],[-124.88082900000001,50.560546999999985],[-124.85973399999989,50.585823000000062],[-124.858047,50.590546000000018],[-124.85444599999994,50.691376000000105],[-124.86888099999999,50.764998999999989],[-124.87805200000003,50.811377999999991],[-124.86749299999997,50.817771999999991],[-124.78943599999991,50.88110400000005],[-124.78694199999995,50.884438000000046],[-124.78751399999993,50.889160000000118],[-124.79998799999998,50.91304800000006],[-124.80277999999998,50.9180530000001],[-124.80583200000001,50.920830000000024],[-124.81916799999993,50.926384000000041],[-124.84999099999993,50.935265000000129],[-124.85417200000001,50.935547000000042],[-124.86138900000003,50.928879000000052],[-124.92443800000001,50.834717000000126],[-124.9449919999999,50.775268999999923],[-124.91221599999994,50.699431999999945],[-124.90139799999997,50.630271999999991],[-124.90194700000001,50.62471000000005],[-124.90361000000001,50.619987000000094],[-124.91111799999999,50.611382000000049],[-124.92887899999994,50.596382000000062],[-125.02694700000001,50.540833000000077],[-125.09944200000001,50.5],[-125.10417199999989,50.496941000000049],[-125.11277799999999,50.487495000000081],[-125.11694299999999,50.478043000000127],[-125.118607,50.471930999999984],[-125.11193800000001,50.452492000000063],[-125.11138899999997,50.447769000000108],[-125.11221299999994,50.44221500000009],[-125.11472299999997,50.436935000000005],[-125.11945300000002,50.432770000000005],[-125.12526700000001,50.429718000000094],[-125.17027299999995,50.412491000000102],[-125.17777999999998,50.41137700000013],[-125.1875,50.412491000000102],[-125.195831,50.414711000000068],[-125.20221699999991,50.417213000000004],[-125.20722999999998,50.420830000000137],[-125.24610899999993,50.462212000000136],[-125.33612099999993,50.479713000000118],[-125.40361000000001,50.473602000000028],[-125.42166099999992,50.465271000000143],[-125.44275699999997,50.459435000000042],[-125.46028099999995,50.457214000000135],[-125.48832700000003,50.45638300000013],[-125.54444899999993,50.490379000000132],[-125.54811099999995,50.492050000000006],[-125.54928599999994,50.494549000000006],[-125.54961399999996,50.497547000000054],[-125.54911799999996,50.501545000000135],[-125.53222700000003,50.62721300000004],[-125.51944700000001,50.647217000000126],[-125.51194800000002,50.657211000000132],[-125.50723299999999,50.661102000000028],[-125.50055699999996,50.663048000000117],[-125.48194899999999,50.664993000000095],[-125.46749899999998,50.668602000000135],[-125.45612299999999,50.674995000000081],[-125.45140100000003,50.678879000000109],[-125.42804699999999,50.705551000000014],[-125.42555199999998,50.710823000000119],[-125.43277,50.713882000000069],[-125.44360399999999,50.714157000000114],[-125.45889299999993,50.713608000000136],[-125.46639999999996,50.713051000000064],[-125.47332799999998,50.709159999999997],[-125.53778099999994,50.669991000000095],[-125.54723399999995,50.661933999999974],[-125.55832699999996,50.648048000000131],[-125.56388900000002,50.637214999999969],[-125.56806899999998,50.62721300000004],[-125.57167099999998,50.611382000000049],[-125.57224300000001,50.605270000000075],[-125.5849,50.571323000000064],[-125.58206899999999,50.56582300000008],[-125.58039099999996,50.563656000000037],[-125.5800549999999,50.559994000000074],[-125.58623499999999,50.536659000000043],[-125.610229,50.489326000000062],[-125.61238900000001,50.486492000000055],[-125.63722200000001,50.445540999999935],[-125.65167200000002,50.441375999999934],[-125.69249000000002,50.429993000000138],[-125.700287,50.428047000000049],[-125.70584099999996,50.427773000000116],[-125.71611000000001,50.432212999999933],[-125.84665699999994,50.502777000000094],[-125.86472300000003,50.495269999999948],[-125.93028299999992,50.473602000000028],[-125.95221700000002,50.468880000000127],[-125.968613,50.468880000000127],[-126.06331599999999,50.470825000000104],[-126.15915699999999,50.484992999999974],[-126.19332900000001,50.490273000000059],[-126.26777599999997,50.504997000000117],[-126.27500899999995,50.50750000000005],[-126.27916700000003,50.51166500000005],[-126.2808379999999,50.515830999999991],[-126.279449,50.520546000000024],[-126.27694700000001,50.524712000000079],[-126.22670699999998,50.536285000000021],[-126.18665299999998,50.548405000000059],[-126.18559999999997,50.566322000000014],[-126.23805199999998,50.591377000000023],[-126.25167799999991,50.609718000000044],[-126.26418299999995,50.615547000000049],[-126.27500899999995,50.627486999999974],[-126.27471899999995,50.631660000000068],[-126.266953,50.634720000000129],[-126.02006499999999,50.66188000000011],[-126.014725,50.662048000000141],[-125.90856200000002,50.664046999999982],[-125.73832699999997,50.682213000000104],[-125.69387799999993,50.704712000000029],[-125.62249799999995,50.750000000000114],[-125.61776700000001,50.754166000000055],[-125.54305999999991,50.863884000000098],[-125.53778099999994,50.87193300000007],[-125.51000999999997,50.921661000000029],[-125.50723299999999,50.926941000000113],[-125.50556899999998,50.93332700000002],[-125.50666799999993,50.945541000000048],[-125.50834699999996,50.951102999999989],[-125.55166600000001,51.042221000000097],[-125.56555200000003,51.056380999999988],[-125.58167999999995,51.072220000000129],[-125.59306299999997,51.07888000000014],[-125.610817,51.087769000000037],[-125.63390400000003,51.096939000000077],[-125.63722200000001,51.096382000000006],[-125.63890100000003,51.090271000000087],[-125.639183,51.077217000000019],[-125.63806199999999,51.06610100000006],[-125.58332799999999,50.974709000000018],[-125.61028299999987,50.89888000000002],[-125.69110099999995,50.771378000000084],[-125.73110999999989,50.735550000000046],[-125.81527699999987,50.707214000000079],[-125.96383700000001,50.688660000000084],[-126.12516799999997,50.678989000000115],[-126.13100400000002,50.678658000000098],[-126.133667,50.678825000000074],[-126.13799999999998,50.681827999999996],[-126.13917500000002,50.683495000000107],[-126.22222899999991,50.69110100000006],[-126.21362299999993,50.70388000000014],[-126.20889299999999,50.70777099999998],[-126.20333899999997,50.711104999999975],[-126.11165599999993,50.753883000000087],[-126.19888299999997,50.85582700000009],[-126.26944700000001,50.858047000000113],[-126.37609899999995,50.855270000000019],[-126.39750699999996,50.848602000000028],[-126.40306099999998,50.845268000000033],[-126.42166099999997,50.829437000000098],[-126.42748999999992,50.826103000000103],[-126.43415799999997,50.823608000000092],[-126.44304699999998,50.821663000000058],[-126.49333199999995,50.81638300000003],[-126.55277999999998,50.834717000000126],[-126.55695300000002,50.838882000000126],[-126.55972299999996,50.843880000000127],[-126.557503,50.876656000000082],[-126.55359599999991,50.881377999999984],[-126.53611799999999,50.898048000000074],[-126.531387,50.901932000000102],[-126.50110599999999,50.916099999999972],[-126.49445300000002,50.9180530000001],[-126.48332199999999,50.919158999999979],[-126.47471599999994,50.917496000000028],[-126.468613,50.914436000000137],[-126.46444700000001,50.910271000000137],[-126.45805399999995,50.907211000000075],[-126.36833200000001,50.901932000000102],[-126.35833700000001,50.901382000000069],[-126.24638400000003,50.898604999999975],[-126.22582999999997,50.898604999999975],[-126.21028100000001,50.902771000000087],[-126.20445299999994,50.90554800000001],[-126.18388399999992,50.918602000000078],[-126.17555199999993,50.92582700000014],[-126.17027299999995,50.936653000000035],[-126.17166099999997,50.946381000000088],[-126.17471299999988,50.950546000000088],[-126.17777999999998,50.951385000000016],[-126.181107,50.950829000000056],[-126.18888899999996,50.948875000000044],[-126.20028699999989,50.942490000000021],[-126.20500199999992,50.93832400000008],[-126.21556099999998,50.931106999999997],[-126.228882,50.926102000000128],[-126.24553700000001,50.923325000000034],[-126.30860899999999,50.925270000000012],[-126.412216,50.936104000000114],[-126.42639200000002,50.938599000000124],[-126.5625,50.907767999999976],[-126.56833599999993,50.903877000000136],[-126.58084099999996,50.898604999999975],[-126.66139199999998,50.868049999999982],[-126.67777999999998,50.866385999999977],[-126.72165699999994,50.876099000000011],[-126.80638099999999,50.909156999999993],[-126.81916799999999,50.915824999999984],[-126.90261799999996,50.905098000000066],[-126.90595199999996,50.90410200000008],[-126.91711399999997,50.903439000000105],[-127.01471700000002,50.903877000000136],[-127.04804999999993,50.910271000000137],[-127.08556399999998,50.921378999999945],[-127.112213,50.931106999999997],[-127.1641689999999,50.932495000000074],[-127.17639200000002,50.929161000000079],[-127.17999299999991,50.92582700000014],[-127.17804699999994,50.920273000000122],[-127.17166099999992,50.917496000000028],[-127.06276699999995,50.885269000000051],[-127.01883700000002,50.868267000000003],[-127.00765999999993,50.867939000000035],[-126.976158,50.870438000000036],[-126.97166400000003,50.869938000000047],[-126.96916999999991,50.869105999999931],[-126.96599600000002,50.86693600000001],[-126.96681999999998,50.864101000000062],[-127.01471700000002,50.819443000000092],[-127.02250700000002,50.817497000000003],[-127.03333299999997,50.817771999999991],[-127.047234,50.821663000000058],[-127.05776999999995,50.828048999999965],[-127.06166100000002,50.832213999999965],[-127.06696299999993,50.835823000000005],[-127.07333399999993,50.838882000000126],[-127.13276699999994,50.862212999999997],[-127.243607,50.896659999999997],[-127.33444199999997,50.906936999999971],[-127.39862099999993,50.926384000000041],[-127.43055699999991,50.940544000000102],[-127.53527800000001,51.000549000000035],[-127.53832999999997,51.005554000000075],[-127.53806299999997,51.008330999999998],[-127.502792,51.097487999999998],[-127.495003,51.0991590000001],[-127.47749299999992,51.097487999999998],[-127.43582199999997,51.082771000000037],[-127.40888999999987,51.071938000000046],[-127.39306599999992,51.064712999999983],[-127.38137799999998,51.059714999999983],[-127.3683319999999,51.055267000000015],[-127.354446,51.051659000000086],[-127.33056599999998,51.048331999999959],[-127.24249299999997,51.041382000000112],[-127.23610699999995,51.041107000000125],[-127.21861299999995,51.040832999999964],[-127.09612299999998,51.043883999999991],[-126.99873400000001,51.058883999999978],[-126.97956099999999,51.062881000000118],[-126.94840199999999,51.067050999999992],[-126.87339800000001,51.072883999999988],[-126.86672999999996,51.072716000000128],[-126.82656899999995,51.067050999999992],[-126.81689499999987,51.064716000000033],[-126.69167299999998,51.110550000000046],[-126.68694299999999,51.114716000000101],[-126.65278599999999,51.149994000000106],[-126.65139799999997,51.153320000000008],[-126.65110799999997,51.157494000000042],[-126.654449,51.185822000000144],[-126.65527299999997,51.187766999999951],[-126.65834000000001,51.192764000000068],[-126.66251399999993,51.194992000000013],[-126.67582700000003,51.193878000000041],[-126.67916899999994,51.192764000000068],[-126.68167099999994,51.188599000000067],[-126.68250299999994,51.176383999999985],[-126.68167099999994,51.172768000000076],[-126.68331899999998,51.165268000000026],[-126.68831599999999,51.157211000000075],[-126.69666299999994,51.14777400000014],[-126.71749899999998,51.132767000000115],[-126.84055299999989,51.094936000000075],[-126.84654999999992,51.093105000000094],[-126.85589599999997,51.092102000000068],[-126.927887,51.084938000000079],[-127.14111299999996,51.060272000000055],[-127.19249000000002,51.057213000000104],[-127.20667300000002,51.056380999999988],[-127.23832700000003,51.056938000000059],[-127.32668299999995,51.059714999999983],[-127.34084299999989,51.060822000000087],[-127.35916099999992,51.063323999999966],[-127.38861099999991,51.068054000000018],[-127.49273700000003,51.114883000000077],[-127.50985000000003,51.117359000000135],[-127.53376000000003,51.108082000000138],[-127.556107,51.099998000000028],[-127.63194299999998,51.091934000000037],[-127.64943699999998,51.092216000000064],[-127.66665599999988,51.095268000000033],[-127.67944299999988,51.101105000000132],[-127.78999299999992,51.165543000000014],[-127.79611199999994,51.197212000000036],[-127.79583700000001,51.202217000000076],[-127.787216,51.226097000000095],[-127.78472899999991,51.231376999999952],[-127.76194800000002,51.249435000000005],[-127.59973100000002,51.289435999999966],[-127.59306300000003,51.290833000000134],[-127.56555199999997,51.293052999999929],[-127.53999299999998,51.294441000000063],[-127.45140099999998,51.291939000000127],[-127.4036099999999,51.282494000000099],[-127.37554899999998,51.274437000000091],[-127.36472299999997,51.274162000000103],[-127.23110999999994,51.286110000000122],[-127.22222899999991,51.287216000000001],[-127.21444699999995,51.290549999999996],[-127.20388800000001,51.298607000000118],[-127.14334100000002,51.318329000000006],[-127.13305699999989,51.325554000000068],[-127.12693799999994,51.334991000000002],[-127.11776700000001,51.357498000000078],[-127.11110699999989,51.37721300000004],[-127.10973399999995,51.383330999999998],[-127.11028299999992,51.389717000000076],[-127.11582899999996,51.391662999999994],[-127.12249800000001,51.389160000000004],[-127.13054699999998,51.381934999999942],[-127.13417099999998,51.37721300000004],[-127.14417300000002,51.358046999999999],[-127.18250299999994,51.326942000000145],[-127.18804899999998,51.323607999999979],[-127.20834400000001,51.315826000000015],[-127.24749800000001,51.306380999999931],[-127.28056300000003,51.301102000000128],[-127.29055800000003,51.300545000000056],[-127.36749299999991,51.298881999999935],[-127.39584400000001,51.30221599999993],[-127.45221699999996,51.315826000000015],[-127.462784,51.341660000000047],[-127.55444299999999,51.332497000000046],[-127.57000699999998,51.328605999999979],[-127.75499699999989,51.319442999999978],[-127.76390100000003,51.319442999999978],[-127.77250699999996,51.3211060000001],[-127.77887699999997,51.324715000000083],[-127.78415699999994,51.333054000000118],[-127.78778099999994,51.34887700000013],[-127.78307299999994,51.356941000000006],[-127.77834300000001,51.361107000000061],[-127.74109599999997,51.380272000000048],[-127.72749299999998,51.385551000000021],[-127.69332899999995,51.390831000000048],[-127.68443300000001,51.390831000000048],[-127.65055799999999,51.408043000000077],[-127.55166600000001,51.468323000000055],[-127.51583900000003,51.519157000000007],[-127.51306199999993,51.529991000000052],[-127.512787,51.535552999999993],[-127.515289,51.5472180000001],[-127.521118,51.563880999999981],[-127.51640299999997,51.587769000000094],[-127.51500699999985,51.593880000000013],[-127.50890399999997,51.604712999999947],[-127.50055700000001,51.61360900000011],[-127.48805199999998,51.619438000000116],[-127.44444299999998,51.629990000000078],[-127.37609900000001,51.644997000000103],[-127.32584400000002,51.651382000000126],[-127.23332199999999,51.662490999999989],[-127.09584000000001,51.668052999999986],[-126.95344499999999,51.658325000000104],[-126.94693799999993,51.657657999999969],[-126.93778199999997,51.655327000000057],[-126.88377400000002,51.649494000000061],[-126.708054,51.641937000000041],[-126.66332999999986,51.64888000000002],[-126.65527299999997,51.651382000000126],[-126.620003,51.679993000000024],[-126.60694899999993,51.706940000000145],[-126.60527000000002,51.713051000000064],[-126.60582699999992,51.719436999999971],[-126.60777300000001,51.724990999999932],[-126.63555899999989,51.769714000000022],[-126.63944999999995,51.773880000000133],[-126.66027800000001,51.792221000000097],[-126.66528299999999,51.772491000000116],[-126.66665599999999,51.766388000000006],[-126.66251399999993,51.747215000000097],[-126.65387699999991,51.732491000000039],[-126.64362299999999,51.719154000000003],[-126.63999899999999,51.709991000000002],[-126.64138800000001,51.705269000000101],[-126.64388999999994,51.701102999999989],[-126.64750700000002,51.697768999999994],[-126.69304699999998,51.664711000000011],[-126.703056,51.664436000000023],[-126.91521499999999,51.682438000000047],[-126.96421799999996,51.686604000000102],[-126.97788199999997,51.690605000000062],[-127.05387899999988,51.697768999999994],[-127.07501199999996,51.697768999999994],[-127.14055599999995,51.694435000000055],[-127.27416999999997,51.68332700000002],[-127.3999859999999,51.669716000000051],[-127.41583300000002,51.665824999999984],[-127.42582699999997,51.666663999999969],[-127.43222000000003,51.66832700000009],[-127.43554699999987,51.671103999999957],[-127.43971299999993,51.674712999999997],[-127.44167299999992,51.680275000000108],[-127.42748999999998,51.731934000000138],[-127.364441,51.768326000000116],[-127.36193800000001,51.771660000000111],[-127.359444,51.777214000000072],[-127.33917200000002,51.839156999999943],[-127.33721899999989,51.851387000000045],[-127.33999599999999,51.861106999999947],[-127.34555099999994,51.864159000000086],[-127.35109699999992,51.863609000000054],[-127.35694899999999,51.860275000000058],[-127.44833399999987,51.777214000000072],[-127.57195299999989,51.706940000000145],[-127.58556399999986,51.677773000000059],[-127.54638699999992,51.627486999999917],[-127.55860899999999,51.543884000000105],[-127.56111099999998,51.538605000000132],[-127.57417299999997,51.518883000000073],[-127.58139,51.509437999999989],[-127.63583399999999,51.460548000000131],[-127.640289,51.458602999999925],[-127.65915699999999,51.457497000000103],[-127.70639,51.45638300000013],[-127.71639999999996,51.457214000000135],[-127.72389199999992,51.459435000000042],[-127.73029300000002,51.463051000000121],[-127.75473,51.479988000000105],[-127.75917099999992,51.484161000000029],[-127.76083399999993,51.48971599999993],[-127.75974300000001,51.494438000000059],[-127.74416400000001,51.498329000000126],[-127.712784,51.504439999999988],[-127.787216,51.560271999999941],[-127.87416099999996,51.663322000000051],[-127.87805200000003,51.673881999999992],[-127.88999899999999,51.798332000000016],[-127.88944999999995,51.807770000000005],[-127.886124,51.852218999999991],[-127.88474299999996,51.858604000000014],[-127.86971999999997,51.89527099999998],[-127.86609599999997,51.899993999999992],[-127.86165599999987,51.904160000000047],[-127.83306899999997,51.919991000000039],[-127.82055699999995,51.926659000000029],[-127.79638699999998,51.938599000000124],[-127.78971899999999,51.941101000000003],[-127.76611300000002,51.946937999999932],[-127.73805199999993,51.949715000000026],[-127.66443600000002,51.953880000000026],[-127.65527299999997,52.040276000000063],[-127.65387699999991,52.046386999999982],[-127.65139799999997,52.051659000000086],[-127.64527900000002,52.061934999999949],[-127.62943999999999,52.088326000000052],[-127.62581599999999,52.093047999999953],[-127.61749299999997,52.101936000000137],[-127.58029199999993,52.129158000000075],[-127.52555799999993,52.147217000000012],[-127.49944299999993,52.151657000000057],[-127.48055999999997,52.151099999999929],[-127.47721899999999,52.150543000000027],[-127.46528599999988,52.143883000000017],[-127.46140300000002,52.133049000000142],[-127.46250899999995,52.112495000000024],[-127.46611000000001,52.107773000000122],[-127.47556299999997,52.099716000000114],[-127.48249799999996,52.09693900000002],[-127.49833699999999,52.093322999999998],[-127.50834700000001,52.093322999999998],[-127.51834100000002,52.094436999999971],[-127.52722199999994,52.095825000000048],[-127.53500400000001,52.098877000000016],[-127.55277999999998,52.101105000000132],[-127.56276700000001,52.100829999999917],[-127.57167099999998,52.098877000000016],[-127.58444199999991,52.093605000000082],[-127.58889799999992,52.089714000000015],[-127.61416600000001,52.035828000000095],[-127.61332699999997,52.032494000000099],[-127.59416199999998,52.035553000000107],[-127.58612099999993,52.038048000000117],[-127.42083700000001,52.120270000000119],[-127.43360899999999,52.131659999999954],[-127.45056199999999,52.169159000000093],[-127.45249899999988,52.173882000000049],[-127.45305599999995,52.179993000000138],[-127.44972199999995,52.182770000000062],[-127.37609900000001,52.216934000000037],[-127.35417199999995,52.224709000000132],[-127.33138999999994,52.230270000000019],[-127.30027799999993,52.228325000000041],[-127.29110700000001,52.229431000000034],[-127.28443900000002,52.231934000000024],[-127.24526999999995,52.248878000000104],[-127.23944099999994,52.252220000000023],[-127.19304699999998,52.290833000000077],[-127.18582200000003,52.300270000000012],[-127.17749000000003,52.309715000000097],[-127.17166099999992,52.31249200000002],[-127.16361999999987,52.314156000000025],[-127.04276999999996,52.309158000000025],[-127.01251200000002,52.306381000000101],[-127.00499699999995,52.303604000000007],[-126.99861099999993,52.298607000000118],[-126.96444700000001,52.271659999999997],[-126.94526699999994,52.25610400000005],[-126.93804899999986,52.246941000000049],[-126.93611099999998,52.241379000000109],[-126.93554699999999,52.235268000000019],[-126.82749899999999,52.128044000000102],[-126.75195300000001,52.078605999999979],[-126.71193700000003,52.044441000000063],[-126.69415300000003,52.028877000000136],[-126.691101,52.023880000000077],[-126.68388399999998,51.999717999999973],[-126.67804699999994,51.990547000000049],[-126.67388899999997,51.986382000000049],[-126.66944899999999,51.983604000000071],[-126.66832699999998,51.985549999999932],[-126.66776999999996,51.991104000000121],[-126.66583300000002,52.031380000000127],[-126.66665599999999,52.036384999999996],[-126.66972399999997,52.041939000000013],[-126.73805199999987,52.113052000000096],[-126.76363399999991,52.13249200000007],[-126.81722999999988,52.166100000000085],[-126.83112299999999,52.17193599999996],[-126.85555999999997,52.178047000000049],[-126.86305199999993,52.181107000000111],[-126.88027999999986,52.190544000000045],[-126.90055799999999,52.205268999999987],[-126.90666199999993,52.215271000000143],[-126.94082600000002,52.303879000000052],[-126.94027699999998,52.31082200000003],[-126.93611099999998,52.32249500000006],[-126.932503,52.327217000000132],[-126.92083700000001,52.333603000000039],[-126.87361099999998,52.350830000000087],[-126.82084700000001,52.363883999999928],[-126.81416299999995,52.365273000000116],[-126.78888699999999,52.369987000000094],[-126.77667199999996,52.370270000000062],[-126.76194800000002,52.370543999999995],[-126.73638900000003,52.366386000000034],[-126.73166700000002,52.367767000000072],[-126.73249800000002,52.373877999999991],[-126.73665599999998,52.378044000000045],[-126.75167799999991,52.388328999999999],[-126.76363399999991,52.393326000000059],[-126.79277000000002,52.395546000000081],[-126.91027799999995,52.373877999999991],[-126.92610200000001,52.370827000000133],[-126.94110099999995,52.366386000000034],[-126.948036,52.363883999999928],[-126.95973199999997,52.357215999999994],[-126.96972699999998,52.34165999999999],[-126.97444200000001,52.337768999999923],[-126.98137699999995,52.33526599999999],[-127.00279199999994,52.334991000000116],[-127.08249699999993,52.334991000000116],[-127.14111299999996,52.348045000000013],[-127.15778399999999,52.352492999999981],[-127.18639400000001,52.380820999999969],[-127.22805800000003,52.453049000000135],[-127.23610699999995,52.505554000000132],[-127.23665599999998,52.51166500000005],[-127.23416099999997,52.517211999999972],[-127.19695299999995,52.549995000000138],[-127.18639400000001,52.557770000000062],[-127.08112299999993,52.613051999999982],[-127.07417299999997,52.616385999999977],[-127.05915800000002,52.620827000000077],[-127.00446299999999,52.626937999999996],[-126.99638399999998,52.62860100000006],[-126.989441,52.631935000000055],[-126.97972099999998,52.639434999999935],[-126.97609699999998,52.64388300000013],[-126.924713,52.714714000000129],[-126.92223399999995,52.718880000000013],[-126.92166099999997,52.725822000000107],[-126.92250100000001,52.731102000000021],[-126.966949,52.828606000000036],[-126.97112300000003,52.832771000000037],[-126.975281,52.835548000000131],[-126.98332199999987,52.837769000000037],[-127.01777599999991,52.845543000000021],[-127.02139299999993,52.82777400000009],[-127.01834100000002,52.823608000000036],[-127.00778199999996,52.808883999999978],[-126.98082699999992,52.724434000000031],[-126.98111,52.717491000000052],[-126.98528299999992,52.707497000000046],[-127.04250300000001,52.64777399999997],[-127.04737899999992,52.643462999999997],[-127.05561799999998,52.641815000000065],[-127.13445300000001,52.60943600000013],[-127.24054699999988,52.557770000000062],[-127.25723299999999,52.545830000000137],[-127.28083799999996,52.509162999999944],[-127.28222700000003,52.503052000000082],[-127.28028899999993,52.497489999999914],[-127.27610800000002,52.49332400000003],[-127.26528899999988,52.485550000000046],[-127.25805699999995,52.477211000000011],[-127.25834699999996,52.47304500000007],[-127.26194800000002,52.467491000000109],[-127.26666299999988,52.464157000000114],[-127.33345800000001,52.433895000000007],[-127.40082599999994,52.424431000000141],[-127.46541599999995,52.395477000000085],[-127.48935699999987,52.362072000000126],[-127.61165599999998,52.294716000000051],[-127.61833200000001,52.291939000000127],[-127.72138999999993,52.274712000000079],[-127.73055999999997,52.273604999999975],[-127.739441,52.27388000000002],[-127.74610899999999,52.276657000000114],[-127.75029000000001,52.281661999999983],[-127.80471799999998,52.248878000000104],[-127.84277299999997,52.2241590000001],[-127.84528399999999,52.219437000000028],[-127.85249299999987,52.209991000000059],[-127.85833699999995,52.206657000000064],[-127.86389200000002,52.207496999999933],[-127.86916399999996,52.211105000000032],[-127.87110899999999,52.216385000000116],[-127.87304699999999,52.223320000000001],[-127.90527299999991,52.27887700000008],[-127.86776700000001,52.494995000000074],[-127.86776700000001,52.500549000000092],[-127.86971999999997,52.506103999999993],[-127.87499999999994,52.510276999999917],[-127.88166799999999,52.51249700000011],[-127.89195299999994,52.513329000000056],[-127.89998599999996,52.50999500000006],[-127.92488899999995,52.443886000000134],[-127.92971799999992,52.427547000000004],[-127.92854299999999,52.424213000000009],[-127.92588000000001,52.421215000000132],[-127.916718,52.414879000000099],[-127.90905800000002,52.407382999999982],[-127.90589099999988,52.401549999999986],[-127.90538800000002,52.39788400000009],[-127.95694700000001,52.324440000000038],[-127.96389799999997,52.321663000000115],[-127.97277800000001,52.323326000000066],[-127.995003,52.330551000000128],[-128.00805699999989,52.336937000000034],[-128.01251200000002,52.341102999999919],[-128.05721999999997,52.394713999999965],[-128.05917399999998,52.400269000000094],[-128.06832899999995,52.447769000000051],[-128.06695599999995,52.45388000000014],[-128.05944799999992,52.470267999999976],[-128.05111699999992,52.478874000000076],[-128.0419619999999,52.487770000000012],[-128.03250100000002,52.495270000000119],[-128.00945999999999,52.508606000000043],[-127.97721899999999,52.519714000000079],[-127.96916199999993,52.521660000000111],[-127.96140300000002,52.519440000000145],[-127.95612299999993,52.515831000000105],[-127.89611799999994,52.542220999999984],[-127.89138800000001,52.546387000000038],[-127.88778699999995,52.551102000000071],[-127.87998999999991,52.574164999999994],[-127.87970699999994,52.579720000000066],[-127.88751200000002,52.577773999999977],[-128.0291749999999,52.541664000000083],[-128.04083300000002,52.535827999999981],[-128.09973099999991,52.503052000000082],[-128.1049349999999,52.492382000000077],[-128.11831699999999,52.465546000000074],[-128.14834599999995,52.422217999999987],[-128.22500599999989,52.330826000000116],[-128.23330699999997,52.321937999999989],[-128.27862499999998,52.280822999999998],[-128.28332499999993,52.276657000000114],[-128.28890999999999,52.273323000000119],[-128.29583700000001,52.270828000000108],[-128.30499299999997,52.269439999999975],[-128.39388999999989,52.291382000000056],[-128.32971199999992,52.380271999999991],[-128.29751599999992,52.400543000000027],[-128.29083300000002,52.401657],[-128.28085299999992,52.400825999999995],[-128.27416999999997,52.39804799999996],[-128.267517,52.396660000000054],[-128.260559,52.399161999999933],[-128.25585899999999,52.403320000000065],[-128.22442599999994,52.459717000000069],[-128.22192399999989,52.465271000000087],[-128.22055099999994,52.471375000000137],[-128.22109999999992,52.484436000000073],[-128.22860700000001,52.523048000000017],[-128.23055999999997,52.528328000000101],[-128.23831200000001,52.536658999999986],[-128.24221799999998,52.547775000000115],[-128.24194299999999,52.55471],[-128.23916600000001,52.566940000000102],[-128.18527199999988,52.671104000000128],[-128.14584399999995,52.719986000000063],[-128.120544,52.757217000000026],[-128.13165300000003,52.876381000000038],[-128.17001299999998,52.856658999999979],[-128.17501800000002,52.851935999999966],[-128.22305299999994,52.812492000000077],[-128.22888199999994,52.80860100000001],[-128.23525999999993,52.805824000000086],[-128.24972500000001,52.801384000000098],[-128.2744449999999,52.799438000000009],[-128.30029300000001,52.800270000000125],[-128.33999600000004,52.805549999999982],[-128.42611699999998,52.817497000000117],[-128.43612699999994,52.818886000000134],[-128.441101,52.822769000000051],[-128.48776199999986,52.873604000000114],[-128.49359100000004,52.882767000000115],[-128.495544,52.887496999999939],[-128.49887100000001,52.903602999999976],[-128.50640899999996,52.96305099999995],[-128.51556399999998,53.019988999999953],[-128.53973400000001,53.131934999999942],[-128.62554899999992,53.202217000000019],[-128.66140699999994,53.202217000000019],[-128.66082799999992,53.196938000000046],[-128.66305499999999,53.190826000000072],[-128.66723599999995,53.187492000000077],[-128.67666600000001,53.187767000000122],[-128.68527199999994,53.189430000000016],[-128.70111099999997,53.195541000000105],[-128.78832999999997,53.239715999999987],[-128.79473899999999,53.243324000000086],[-128.84887699999996,53.275826000000052],[-128.85888699999998,53.283607000000131],[-128.86639400000001,53.292220999999984],[-128.86944600000004,53.2972180000001],[-128.87832599999996,53.31638300000003],[-128.88558999999998,53.374378000000092],[-128.88798499999996,53.424965000000043],[-128.92186000000004,53.453601999999989],[-128.95916699999998,53.502777000000037],[-128.97332799999998,53.547493000000031],[-128.97277799999995,53.553047000000049],[-128.966095,53.556099000000131],[-128.80499299999997,53.569992000000013],[-128.79501300000004,53.568604000000107],[-128.78832999999997,53.564995000000067],[-128.78332499999999,53.561104],[-128.77972399999987,53.556938000000116],[-128.69250499999998,53.485268000000133],[-128.55862399999995,53.413879000000122],[-128.52362099999999,53.396660000000054],[-128.44601399999999,53.413158000000124],[-128.44517499999995,53.415993000000071],[-128.42950399999989,53.429824999999994],[-128.18972799999989,53.459991000000002],[-128.15945399999993,53.455826000000002],[-128.14862099999993,53.453605999999979],[-128.13192699999996,53.448875000000044],[-128.105255,53.440543999999989],[-128.09387199999998,53.433052000000032],[-128.07081600000004,53.394114999999942],[-128.03488200000004,53.369289000000038],[-128.00598099999996,53.34705699999995],[-127.95195000000001,53.326102999999932],[-127.94999699999988,53.321381000000031],[-127.951683,53.309990000000084],[-127.95388799999995,53.304161000000079],[-127.95694700000001,53.28138000000007],[-127.95527600000003,53.265830999999991],[-127.95111099999997,53.256386000000077],[-127.94611399999985,53.252220000000023],[-127.87526700000001,53.224433999999917],[-127.87027,53.222763000000043],[-127.868607,53.233879000000002],[-127.86776700000001,53.239715999999987],[-127.87138399999998,53.244155999999975],[-127.92259999999993,53.273685],[-127.93297599999994,53.293323999999927],[-127.92408,53.318153000000109],[-127.92593399999993,53.330750000000023],[-127.98805199999998,53.353881999999942],[-128.07165499999991,53.431380999999988],[-128.09387199999998,53.451935000000105],[-128.12692300000003,53.481102000000021],[-128.16528299999993,53.483879000000115],[-128.18331899999993,53.484161000000029],[-128.30139199999991,53.478324999999927],[-128.45187399999992,53.50332300000008],[-128.45339999999999,53.499656999999956],[-128.45640600000002,53.496822000000066],[-128.48156700000004,53.487987999999916],[-128.49021900000002,53.485325000000046],[-128.53340100000003,53.478324999999927],[-128.54457100000002,53.478992000000062],[-128.54937699999994,53.480823999999927],[-128.81304899999992,53.619155999999975],[-128.81664999999998,53.623322000000087],[-128.81805399999996,53.644714000000079],[-128.81750499999993,53.65026899999998],[-128.81390399999998,53.656936999999971],[-128.808899,53.661659000000043],[-128.78417999999988,53.675552000000096],[-128.77279699999997,53.733330000000137],[-128.79388399999988,53.764998999999932],[-128.79333500000001,53.770546000000081],[-128.79110699999995,53.776657],[-128.77056899999991,53.79583000000008],[-128.67767300000003,53.839775000000088],[-128.67384300000003,53.84160600000007],[-128.66551200000004,53.844608000000107],[-128.66067499999997,53.845439999999996],[-128.65583799999996,53.843605000000082],[-128.64482099999987,53.837105000000122],[-128.64166299999994,53.834770000000049],[-128.60360699999995,53.842216000000064],[-128.59387199999998,53.839714000000015],[-128.47720299999997,53.828605999999979],[-128.47137499999997,53.832497000000046],[-128.47555499999999,53.842216000000064],[-128.48275799999999,53.850829999999917],[-128.48944099999994,53.854163999999912],[-128.49887100000001,53.856941000000006],[-128.51000999999991,53.859161000000029],[-128.53030399999994,53.861664000000019],[-128.53832999999992,53.860275000000001],[-128.54501299999998,53.857216000000051],[-128.55306999999988,53.856102000000078],[-128.61726399999992,53.868546000000094],[-128.65962199999996,53.882885000000101],[-128.662598,53.885216000000014],[-128.66461200000003,53.888218000000109],[-128.67903099999995,53.907524000000024],[-128.67869599999995,53.910857999999962],[-128.66686999999996,53.92285900000013],[-128.66072099999997,53.928524000000095],[-128.6480709999999,53.949432000000058],[-128.63946499999997,53.96054799999996],[-128.59832799999998,54.02693899999997],[-128.60055499999993,54.031661999999983],[-128.60916099999997,54.03138000000007],[-128.61663799999997,54.029160000000104],[-128.67861899999997,54.00360900000004],[-128.68527199999994,54.000832000000116],[-128.68890399999998,53.994156000000032],[-128.69555699999989,53.976097000000095],[-128.72283899999991,53.944046000000071],[-128.72499099999999,53.940216000000078],[-128.72766100000001,53.936710000000062],[-128.73100299999993,53.933547999999917],[-128.79943799999995,53.87499200000002],[-128.91528299999999,53.787216000000001],[-128.93194600000004,53.774711999999965],[-128.98361199999994,53.762214999999969],[-129.10497999999995,53.72026800000009],[-129.11804199999989,53.714157000000057],[-129.12359599999996,53.710274000000084],[-129.21749899999992,53.64027400000009],[-129.232483,53.625824000000136],[-129.23803699999991,53.61332700000014],[-129.239441,53.601936000000023],[-129.23693800000001,53.537216000000058],[-129.23138399999999,53.500832000000059],[-129.23443599999996,53.461937000000091],[-129.23498499999999,53.456100000000106],[-129.23748799999993,53.433600999999953],[-129.27279699999997,53.379158000000018],[-129.30334499999992,53.384994999999947],[-129.33389299999999,53.397491000000059],[-129.35360700000001,53.407768000000033],[-129.51861600000001,53.514998999999989],[-129.62914999999987,53.587769000000037],[-129.686127,53.630272000000105],[-129.83084099999996,53.74721500000004],[-129.86111499999998,53.765273999999977],[-129.912781,53.79833200000013],[-130.04501300000004,53.883049000000142],[-130.05029300000001,53.886940000000038],[-130.099152,53.941933000000063],[-130.10137899999995,53.946655000000135],[-130.09136999999987,54.066101000000003],[-130.09082000000001,54.071662999999944],[-130.07693499999993,54.114441000000056],[-130.07333399999999,54.120827000000133],[-130.06500199999999,54.132209999999986],[-130.05166600000001,54.148605000000089],[-130.04666099999997,54.153320000000122],[-129.86361699999998,54.213051000000064],[-129.84887700000002,54.217491000000109],[-129.83194000000003,54.219436999999971],[-129.78205899999995,54.210601999999938],[-129.72637899999995,54.200771000000088],[-129.69738799999993,54.194435000000055],[-129.68756099999996,54.19093300000003],[-129.64416499999999,54.181938000000059],[-129.63333099999994,54.179993000000081],[-129.6141659999999,54.178917000000069],[-129.591949,54.185822000000087],[-129.47082499999999,54.235825000000034],[-129.47000100000002,54.23721299999994],[-129.47442599999999,54.239990000000034],[-129.48275799999988,54.243050000000096],[-129.51141399999989,54.244155999999975],[-129.51889,54.241936000000123],[-129.56140099999993,54.226935999999966],[-129.56777999999997,54.223877000000016],[-129.68238799999995,54.221602999999959],[-129.68823199999997,54.223099000000104],[-129.77654999999993,54.234767999999974],[-129.83666999999997,54.23832700000014],[-129.8549799999999,54.238045000000056],[-129.87136799999996,54.235268000000133],[-129.966949,54.206940000000031],[-129.97997999999995,54.200829000000113],[-129.99166899999989,54.192764000000011],[-130.03750600000001,54.173050000000103],[-130.10443099999998,54.154434000000094],[-130.11331200000001,54.153877000000023],[-130.122772,54.154434000000094],[-130.13110399999999,54.157210999999961],[-130.19168099999996,54.193321000000083],[-130.22805800000003,54.258606000000043],[-130.238586,54.294998000000078],[-130.2611389999999,54.342765999999983],[-130.27584799999994,54.349716000000058],[-130.28250100000002,54.346382000000062],[-130.332764,54.329720000000066],[-130.34887700000002,54.326942000000088],[-130.39138799999995,54.330276000000083],[-130.45166,54.336655000000121],[-130.45916699999998,54.338600000000099],[-130.48111,54.364715999999987],[-130.48388699999998,54.401657000000114],[-130.47637899999989,54.430550000000096],[-130.47360199999997,54.43582200000003],[-130.43362400000001,54.496658000000139],[-130.42999299999997,54.562492000000077],[-130.43972799999989,54.612212999999997],[-130.44055200000003,54.617493000000024],[-130.43859900000001,54.623604000000114],[-130.43277,54.627487000000031],[-130.42556799999994,54.629715000000033],[-130.41665599999993,54.630272000000105],[-130.40750099999997,54.62860100000006],[-130.39779699999997,54.626381000000038],[-130.38946499999992,54.62332200000003],[-130.37554899999992,54.616661000000136],[-130.33215299999995,54.578552000000002],[-130.28167699999995,54.528381000000024],[-130.22277799999989,54.471931000000041],[-130.06304899999986,54.339989000000116],[-130.05776999999995,54.336105000000089],[-130.03723100000002,54.326103000000103],[-130.02084400000001,54.319992000000013],[-129.99304199999989,54.31221000000005],[-129.98275799999993,54.311104000000057],[-129.96581999999995,54.313049000000035],[-129.95916699999998,54.316100999999946],[-129.95584099999985,54.322495000000004],[-129.95971700000001,54.326942000000088],[-129.96722399999993,54.328880000000026],[-129.98165900000004,54.324439999999981],[-129.99054000000001,54.32388300000008],[-130.02362099999993,54.335548000000017],[-130.0386049999999,54.341934000000094],[-130.04388399999999,54.345824999999991],[-130.14779699999997,54.44193300000012],[-130.31382799999994,54.586269000000073],[-130.36721799999992,54.635268999999994],[-130.37222299999996,54.644714000000079],[-130.374146,54.654991000000052],[-130.36859100000004,54.667770000000132],[-130.35861199999999,54.677490000000034],[-130.35278299999999,54.681381000000101],[-130.33972199999999,54.687492000000134],[-130.32501200000002,54.692214999999976],[-130.24386599999997,54.707771000000093],[-130.23553499999997,54.709160000000111],[-130.22582999999997,54.708885000000066],[-130.17193599999996,54.703606000000093],[-130.16195700000003,54.701103000000103],[-130.15362500000003,54.698326000000009],[-130.10110499999996,54.671660999999972],[-130.075287,54.657767999999976],[-130.06887800000004,54.648604999999975],[-130.06500199999999,54.644440000000145],[-130.054169,54.636658000000011],[-130.02694699999989,54.623047000000042],[-130.00058000000001,54.61471599999993],[-129.98083500000001,54.609993000000145],[-129.959991,54.607498000000135],[-129.91027800000001,54.605552999999929],[-129.968323,54.62193300000007],[-130.00445599999989,54.632767000000115],[-130.02807599999994,54.641936999999984],[-130.19473299999999,54.723320000000001],[-130.20166,54.72693600000008],[-130.20111099999986,54.732490999999982],[-130.17388899999992,54.846656999999993],[-130.17111199999999,54.851662000000033],[-130.16583300000002,54.856659000000093],[-130.16082799999998,54.861382000000106],[-130.05835000000002,54.952773999999977],[-130.04583700000001,54.959991000000059],[-130.03195199999993,54.965271000000143],[-129.94694499999991,54.970490000000098],[-129.9362789999999,54.971153000000072],[-129.92394999999993,54.970322000000067],[-129.91810599999985,54.968826000000092],[-129.90977499999997,54.964661000000092],[-129.90745500000003,54.962158000000102],[-129.65444899999994,54.980545000000006],[-129.646973,54.982765000000029],[-129.64028899999994,54.985825000000091],[-129.62249799999995,54.997772000000055],[-129.62499999999994,55.00249500000001],[-129.79998799999998,55.006942999999978],[-129.86608899999999,55.006660000000011],[-129.87527499999999,55.00610400000005],[-129.883331,55.004715000000033],[-129.90585299999998,54.997772000000055],[-129.91390999999993,54.996383999999921],[-129.96487400000001,55.003436999999963],[-129.97171000000003,55.004608000000076],[-129.97905000000003,55.008938000000057],[-129.98138399999993,55.011608000000138],[-129.98104899999993,55.014938000000143],[-129.9963679999999,55.024162000000047],[-129.97555499999993,55.066939999999931],[-129.96139500000004,55.093323000000112],[-129.95638999999989,55.098045000000013],[-129.84750399999996,55.210548000000074],[-129.72665399999988,55.338600000000099],[-129.66300999999999,55.412212000000011],[-129.64334099999996,55.434158000000025],[-129.63723800000002,55.438042000000053],[-129.62222299999996,55.442490000000021],[-129.60525499999994,55.445267000000115],[-129.58471700000001,55.443878000000097],[-129.54110700000001,55.438042000000053],[-129.52389500000004,55.439987000000031],[-129.50863599999997,55.444434999999999],[-129.48831199999995,55.453605999999922],[-129.47610499999996,55.461380000000133],[-129.47164899999996,55.467209000000139],[-129.47109999999992,55.472762999999986],[-129.47500600000001,55.47693600000008],[-129.48416099999997,55.478600000000085],[-129.62027,55.459434999999985],[-129.63696299999998,55.45665699999995],[-129.679123,55.473156000000131],[-129.68611099999998,55.467491000000052],[-129.69662500000004,55.45399100000003],[-129.69979899999993,55.450993000000096],[-129.70428500000003,55.449661000000049],[-129.70979299999993,55.450657000000035],[-129.71211199999999,55.453327000000115],[-129.71362299999993,55.456161000000122],[-129.78695700000003,55.566666000000112],[-129.78582800000004,55.50277699999998],[-129.779449,55.493607000000111],[-129.77224699999999,55.47943099999992],[-129.78030399999994,55.359717999999987],[-129.78250100000002,55.353607000000068],[-129.81390399999987,55.289719000000048],[-129.81750499999998,55.283332999999971],[-129.90695199999988,55.168052999999986],[-129.911407,55.162491000000045],[-129.92083699999995,55.151931999999988],[-130.02835099999999,55.036385000000109],[-130.06832900000001,54.996941000000049],[-130.07443199999994,54.992767000000015],[-130.08166499999999,54.990546999999992],[-130.09082000000001,54.989990000000091],[-130.10055499999999,54.990546999999992],[-130.10833699999995,54.992493000000081],[-130.11361699999992,54.996383999999921],[-130.12777700000004,55.013885000000073],[-130.16027799999995,55.069717000000026],[-130.16223099999996,55.079993999999999],[-130.1600039999999,55.086105000000089],[-130.11859099999998,55.142493999999942],[-130.11416599999995,55.148331000000098],[-130.08084099999991,55.184714999999983],[-130.06390399999998,55.195266999999944],[-130.04528799999997,55.204163000000051],[-130.03918499999992,55.208046000000024],[-129.948059,55.276382000000012],[-129.94387799999998,55.282211000000018],[-129.94473300000004,55.287216000000058],[-129.94888300000002,55.295830000000137],[-129.96054100000003,55.308884000000035],[-130.00863599999997,55.370827000000077],[-130.101654,55.556380999999988],[-130.10360700000001,55.566666000000112],[-130.12887599999999,55.722214000000122],[-130.12942499999997,55.732765000000029],[-130.12887599999999,55.738602000000014],[-130.12609900000001,55.750275000000045],[-130.12191799999994,55.762496999999996],[-130.11639400000001,55.774993999999992],[-130.11276199999998,55.781661999999983],[-130.10833699999995,55.787216000000001],[-130.09109499999994,55.799995000000024],[-130.07916299999999,55.808044000000052],[-130.06722999999994,55.815826000000015],[-130.0552669999999,55.823883000000137],[-130.03945899999997,55.838326000000052],[-129.96664399999992,55.912209000000018],[-129.962219,55.917770000000019],[-129.96417199999991,55.928329000000076],[-129.97137499999985,55.931663999999955],[-129.97970599999985,55.932213000000104],[-129.99499500000002,55.927773000000059],[-130.0019529999999,55.924713000000054],[-130.00500499999993,55.921661000000086],[-130.01507600000002,55.909179999999992],[-130.01419099999998,56.023880000000133],[-130.0147399999999,56.025826000000052],[-130.0538939999999,56.075554000000011],[-130.08859299999995,56.118049999999982],[-130.22915599999993,56.090271000000143],[-130.36526499999991,56.123878000000104],[-130.44750999999991,56.206383000000073],[-130.46194499999996,56.235268000000133],[-130.48471099999995,56.239433000000133],[-130.53277599999996,56.246384000000035],[-130.5607149999999,56.250000000000114],[-130.62719699999997,56.258606000000043],[-130.720551,56.325554000000125],[-130.75585899999999,56.353049999999996],[-130.77444500000001,56.366104000000064],[-130.84722899999997,56.374435000000119],[-130.92001300000004,56.382492000000127],[-131.05499299999997,56.398048000000074],[-131.07055699999995,56.403602999999976],[-131.12582399999997,56.424163999999962],[-131.1444699999999,56.434715000000097],[-131.16473400000001,56.445267000000058],[-131.20526100000001,56.465828000000101],[-131.22137499999997,56.472488000000112],[-131.290009,56.500548999999978],[-131.31445299999996,56.509994999999947],[-131.53945899999991,56.596656999999993],[-131.55777,56.602219000000105],[-131.57888800000001,56.603324999999927],[-131.61111499999998,56.602219000000105],[-131.81610099999995,56.594994000000042],[-131.82415800000001,56.59693900000002],[-131.82861299999996,56.600830000000087],[-131.85803199999987,56.718880000000127],[-131.86361699999992,56.786110000000122],[-131.86053500000003,56.797775000000001],[-131.86138899999997,56.79972100000009],[-132.10305800000003,56.866661000000022],[-132.09194899999994,56.893607999999972],[-132.06195100000002,56.959717000000069],[-132.03668199999993,57.013054000000011],[-132.02749600000004,57.036385000000053],[-132.22109999999992,57.068054000000075],[-132.316956,57.083878000000027],[-132.33694500000001,57.088325999999995],[-132.32611099999997,57.100548000000117],[-132.26806599999986,57.16304800000006],[-132.25473,57.17471299999994],[-132.226654,57.204711999999972],[-132.35415599999988,57.354439000000127],[-132.36972000000003,57.37082700000002],[-132.37914999999992,57.37943300000012],[-132.45111099999986,57.435265000000072],[-132.471924,57.451103000000103],[-132.4927669999999,57.46665999999999],[-132.50363200000004,57.474158999999986],[-132.61944599999998,57.583328000000051],[-132.75250199999994,57.709435000000042],[-132.76113899999996,57.717765999999926],[-132.76889,57.72665400000011],[-132.78222700000003,57.745270000000119],[-132.79110699999995,57.7586060000001],[-132.79583700000001,57.768883000000073],[-132.79611199999999,57.773879999999963],[-132.80722000000003,57.787773000000016],[-132.81362899999988,57.795546999999999],[-132.82138099999992,57.804436000000067],[-132.87304699999999,57.855270000000075],[-132.88165299999997,57.86360900000011],[-132.92861900000003,57.90554800000001],[-132.93777499999999,57.913322000000051],[-132.96472199999999,57.93332700000002],[-132.99499500000002,57.951660000000061],[-133.03332499999988,57.978874000000076],[-133.04388399999999,57.986938000000066],[-133.05306999999993,57.99471299999999],[-133.058044,57.999435000000062],[-133.070831,58.012215000000026],[-133.08749399999999,58.033332999999971],[-133.09500100000002,58.047775000000115],[-133.10415599999999,58.073051000000135],[-133.10720800000001,58.083328000000108],[-133.11111500000004,58.093323000000055],[-133.13696299999998,58.135826000000122],[-133.18472299999991,58.176102000000128],[-133.19500700000003,58.184158000000025],[-133.21139499999998,58.196381000000031],[-133.23361199999999,58.211380000000133],[-133.3061219999999,58.257216999999969],[-133.36111499999993,58.28054800000001],[-133.43029799999994,58.359993000000088],[-133.408905,58.400268999999923],[-133.38790899999998,58.4120640000001],[-133.42999299999991,58.459160000000054],[-133.55889899999994,58.528046000000074],[-133.73580900000002,58.644713999999965],[-133.80834999999996,58.709991000000002],[-133.82693499999999,58.726097000000038],[-134.08749399999999,58.808327000000133],[-134.23110999999989,58.851936000000023],[-134.245544,58.856941000000063],[-134.32000699999998,58.916099999999972],[-134.32556199999999,58.920830000000024],[-134.33221400000002,58.929718000000037],[-134.33221400000002,58.935265000000129],[-134.32556199999999,58.971100000000035],[-134.37942499999991,59.049164000000076],[-134.38613899999996,59.058044000000109],[-134.45556599999998,59.122489999999971],[-134.46139499999992,59.126656000000025],[-134.47500599999989,59.1336060000001],[-134.53222700000003,59.132210000000043],[-134.56640599999997,59.130547000000092],[-134.65084799999994,59.185546999999985],[-134.67166099999997,59.200272000000098],[-134.67529300000001,59.214714000000072],[-134.68804899999992,59.243324000000086],[-134.73889199999991,59.250275000000045],[-134.95193499999993,59.279991000000109],[-135.09167499999995,59.426940999999999],[-135.07971199999992,59.4447100000001],[-135.06332399999997,59.458046000000081],[-135.03973399999995,59.466934000000037],[-135.03057899999999,59.46804800000001],[-135.02111799999994,59.471099999999922],[-135.01779199999999,59.498878000000047],[-135.01501500000001,59.54055000000011],[-135.01446499999997,59.567497000000003],[-135.09722899999997,59.621376000000055],[-135.12027,59.621658000000139],[-135.13275099999998,59.622765000000072],[-135.1541749999999,59.62721300000004],[-135.17749000000003,59.636939999999981],[-135.33612099999999,59.726654000000053],[-135.47360199999997,59.801933000000076],[-135.50613399999997,59.793884000000048],[-135.82333399999999,59.705550999999957],[-135.94915800000001,59.669158999999979],[-136.07138099999997,59.657494000000099],[-136.12081899999998,59.651656999999943],[-136.16000399999996,59.646660000000054],[-136.20776399999988,59.639434999999992],[-136.31054700000004,59.612495000000138],[-136.34387200000003,59.602776000000119],[-136.34637499999991,59.600548000000003],[-136.29834,59.583603000000039],[-136.23916600000001,59.561377999999991],[-136.23388699999992,59.525826000000052],[-136.29305999999991,59.476097000000038],[-136.29998799999993,59.471099999999922],[-136.37164300000001,59.452492000000063],[-136.46362299999993,59.469711000000132],[-136.46417199999996,59.414153999999996],[-136.46249399999994,59.37221500000004],[-136.46249399999994,59.302490000000091],[-136.46276899999998,59.289436000000023],[-136.48083499999996,59.261939999999925],[-136.49221799999998,59.249718000000144],[-136.55835000000002,59.186377999999991],[-136.58389299999988,59.163321999999937],[-136.61138900000003,59.164711000000125],[-136.71972699999998,59.165268000000026],[-136.80889899999994,59.165268000000026],[-136.88833599999998,59.131934999999999],[-136.94195599999995,59.109436000000073],[-136.96972700000003,59.098328000000095],[-137.03308100000004,59.077492000000063],[-137.25167799999997,59.006104000000107],[-137.29611199999999,58.989989999999977],[-137.31417799999997,58.981102000000021],[-137.33889799999997,58.965546000000074],[-137.39279199999999,58.928329000000019],[-137.42028800000003,58.91415400000011],[-137.42749000000003,58.911377000000016],[-137.44500699999998,58.907494000000099],[-137.46554600000002,58.906096999999932],[-137.47805800000003,58.907211000000132],[-137.48803699999996,58.909156999999993],[-137.49581899999998,58.911934000000088],[-137.50167799999991,58.916382000000056],[-137.50500499999993,58.920273000000122],[-137.50750700000003,58.925552000000096],[-137.50723299999999,58.937767000000008],[-137.50527999999997,58.944153000000142],[-137.49722299999996,58.964157000000057],[-137.48776199999992,58.982490999999982],[-137.47970599999996,58.998046999999985],[-137.49914599999994,59.041382000000112],[-137.54528799999997,59.143051000000128],[-137.566101,59.186935000000062],[-137.59082000000001,59.238602000000014],[-137.91027800000001,59.408043000000077],[-138.11776699999996,59.516663000000051],[-138.30361900000003,59.613052000000039],[-138.49108899999993,59.708328000000051],[-138.5386049999999,59.732208000000071],[-138.615814,59.77416199999999],[-138.64724699999999,59.805550000000039],[-138.65472399999993,59.81471300000004],[-138.66363499999989,59.829162999999937],[-138.66610699999995,59.834435000000042],[-138.66915900000004,59.844994000000099],[-138.67501799999997,59.86693600000001],[-138.69027700000004,59.906936999999971],[-138.97192399999994,59.978600000000085],[-139.04779099999996,59.997490000000028],[-139.11639400000001,60.041382000000112],[-139.161407,60.07027400000004],[-139.18890399999987,60.088882000000069],[-139.183899,60.102219000000105],[-139.15527299999997,60.154991000000052],[-139.13363600000002,60.194435000000112],[-139.12527499999993,60.207771000000093],[-139.08221399999996,60.287498000000028],[-139.06500199999988,60.330276000000083],[-139.06640600000003,60.344153999999946],[-139.06805399999996,60.352219000000048],[-139.51947000000001,60.344711000000018],[-139.67666599999995,60.340546000000018],[-139.77166699999992,60.292496000000028],[-139.86639400000001,60.244438000000059],[-139.91305499999987,60.220824999999934],[-139.97943099999998,60.187767000000122],[-140.005585,60.193878000000041],[-140.45083599999992,60.309715000000097],[-140.471924,60.283882000000006],[-140.493042,60.25777400000004],[-140.50195299999996,60.244713000000104],[-140.52139299999993,60.222214000000122],[-140.94638099999997,60.297775000000001],[-140.995544,60.307213000000047],[-141.00058000000001,60.366661000000022],[-141.00112899999999,60.399436999999978],[-141.00030500000003,60.933051999999975],[-141.00167799999991,60.966384999999946],[-141.00030500000003,62.733046999999942],[-141.00140399999998,63.099998000000141],[-141.00195299999996,63.83277099999998],[-141.00030500000003,63.966385000000059],[-141.00030500000003,64.199706999999989],[-141.00195299999996,65.132751000000098],[-141.00030500000003,65.166092000000049],[-141.00030500000003,65.232758000000047],[-141.00195299999996,65.699416999999983],[-141.00195299999996,66.099425999999994],[-141.00167799999991,66.499419999999986],[-141.00085399999995,66.666382000000112],[-141.00058000000001,66.866089000000102],[-141.00167799999991,67.066376000000105],[-141.00222799999995,67.299149000000057],[-141.00058000000001,67.532486000000119],[-141,67.732758000000103],[-141.00195299999996,67.865814000000057],[-141.00195299999996,68.065811000000053],[-141.00195299999996,68.23275799999999],[-141.00167799999991,68.532761000000107],[-141.00085399999995,68.965546000000018],[-141.00058000000001,69.432479999999941],[-141.00085399999995,69.532211000000018],[-141.00299100000001,69.642365000000098],[-140.98220800000001,69.642761000000007],[-140.90945399999998,69.639160000000118],[-140.83306900000002,69.635269000000051],[-140.81610099999995,69.6336060000001],[-140.79528799999997,69.627197000000081],[-140.77001999999999,69.621643000000063],[-140.73831200000001,69.617751999999996],[-140.61554000000001,69.60832199999993],[-140.48831200000001,69.599425999999994],[-140.39611799999994,69.596099999999979],[-140.26141399999995,69.596649000000127],[-140.21887200000003,69.600815000000011],[-140.17944299999988,69.606369000000029],[-140.12914999999998,69.614990000000091],[-140.10055499999999,69.617477000000008],[-140.08471700000001,69.618042000000003],[-139.94387800000004,69.618865999999969],[-139.92639199999991,69.618590999999981],[-139.88833599999998,69.616653000000042],[-139.81054699999999,69.606644000000017],[-139.78112799999997,69.602203000000088],[-139.605255,69.575546000000031],[-139.57611099999986,69.570830999999998],[-139.67001299999998,69.579162999999994],[-139.68472299999996,69.581375000000037],[-139.77639799999997,69.599716000000001],[-139.7647399999999,69.590820000000065],[-139.75668299999995,69.586655000000064],[-139.73165899999998,69.581099999999992],[-139.60665899999992,69.559417999999994],[-139.573059,69.556091000000038],[-139.5350039999999,69.553863999999976],[-139.351654,69.53637700000013],[-139.14306599999998,69.510817999999915],[-139.11639400000001,69.505554000000132],[-139.10833699999995,69.501663000000065],[-139.10137899999995,69.491364000000033],[-139.09222399999999,69.481658999999979],[-139.069458,69.463318000000129],[-139.05584699999991,69.454987000000074],[-139.04806499999995,69.450821000000133],[-138.975281,69.414993000000095],[-138.95748900000001,69.407486000000006],[-138.93945299999996,69.399994000000049],[-138.88275099999993,69.384720000000129],[-138.83361799999994,69.373306000000071],[-138.79916399999991,69.364150999999993],[-138.76916499999999,69.35386699999998],[-138.75140399999998,69.346375000000023],[-138.64389,69.291367000000037],[-138.62164300000001,69.273041000000035],[-138.61639400000001,69.268326000000002],[-138.60720799999996,69.2586060000001],[-138.60498000000001,69.247482000000048],[-138.44998199999992,69.229156000000046],[-138.26916499999999,69.196365000000071],[-138.25390599999997,69.188309000000004],[-138.21887200000003,69.173309000000074],[-138.17721599999993,69.159988000000112],[-138.14334099999996,69.150818000000072],[-138.06332399999997,69.129424999999969],[-138.03945899999997,69.123596000000134],[-138.00112899999993,69.115265000000022],[-137.69638099999992,69.049712999999997],[-137.59445199999999,69.027771000000143],[-137.41915900000004,68.988876000000005],[-137.25500499999998,68.948318000000086],[-137.22610499999996,68.944977000000051],[-137.19222999999994,68.943863000000079],[-137.13027999999986,68.944977000000051],[-136.9786069999999,68.931931000000134],[-136.97332799999998,68.927200000000028],[-136.966095,68.923309000000131],[-136.95416299999994,68.920258000000103],[-136.78973399999995,68.881927000000076],[-136.74554399999994,68.875259000000085],[-136.68249499999996,68.871918000000051],[-136.65972899999997,68.874984999999981],[-136.64279199999993,68.878036000000009],[-136.63751199999996,68.884155000000021],[-136.63082900000001,68.889160000000061],[-136.61999500000002,68.891936999999984],[-136.52224699999999,68.909149000000014],[-136.50836199999998,68.910262999999986],[-136.47747800000002,68.910812000000135],[-136.42059299999994,68.9015500000001],[-136.39306599999992,68.897217000000069],[-136.35861199999999,68.893874999999923],[-136.25585899999999,68.889435000000105],[-136.14501999999999,68.885817999999972],[-136.09722899999991,68.88220200000012],[-136.02780199999989,68.873032000000023],[-135.98666399999996,68.864990000000091],[-135.85879499999993,68.838974000000064],[-135.83166499999999,68.831940000000031],[-135.54055799999992,68.752486999999974],[-135.519745,68.74581900000004],[-135.49194299999988,68.735259999999982],[-135.48498499999999,68.731094000000098],[-135.45388799999995,68.709427000000062],[-135.40695199999993,68.679977000000122],[-135.36554000000001,68.675812000000121],[-135.21054099999998,68.661377000000016],[-135.1600039999999,68.657211000000132],[-135.14752199999998,68.658874999999966],[-135.14639299999993,68.663879000000122],[-135.21444699999995,68.693038999999999],[-135.25363200000004,68.706940000000145],[-135.34359699999993,68.737762000000032],[-135.48193400000002,68.809418000000107],[-135.50613399999997,68.832488999999953],[-135.500854,68.838593000000003],[-135.48666399999996,68.839431999999988],[-135.45306399999998,68.838042999999971],[-135.43917799999991,68.835541000000092],[-135.40499899999998,68.831940000000031],[-135.341949,68.831664999999987],[-135.33804299999997,68.834991000000059],[-135.34973099999996,68.838042999999971],[-135.42166099999997,68.848877000000016],[-135.49472000000003,68.854979999999955],[-135.52835099999993,68.856368999999972],[-135.56054700000004,68.860260000000039],[-135.59527600000001,68.86943100000002],[-135.60443099999998,68.873032000000023],[-135.61886599999997,68.881362999999965],[-135.62359600000002,68.886107999999979],[-135.61389199999991,68.889435000000105],[-135.33581499999997,68.917755000000113],[-135.241669,68.926926000000094],[-135.22720299999997,68.925537000000077],[-135.21554600000002,68.922484999999995],[-135.20861799999994,68.918319999999994],[-135.19665499999991,68.909714000000065],[-135.19168100000002,68.904984000000013],[-135.18695100000002,68.90026899999998],[-135.12191799999999,68.893326000000002],[-134.97747799999996,68.878311000000053],[-134.95111099999997,68.88108799999992],[-134.91723599999995,68.898041000000035],[-134.89474499999994,68.912490999999932],[-134.87777700000004,68.920822000000044],[-134.85803199999998,68.927765000000022],[-134.845551,68.929428000000144],[-134.81723,68.925812000000064],[-134.80334499999998,68.923035000000027],[-134.74581899999998,68.907486000000063],[-134.70889299999999,68.892761000000121],[-134.66946399999989,68.873305999999957],[-134.64169299999992,68.856644000000017],[-134.49554399999994,68.75221300000004]],[[-93.519729999999925,63.839432000000102],[-93.339995999999985,63.80832700000002],[-93.329726999999934,63.809715000000097],[-93.217498999999975,63.838599999999985],[-93.216110000000015,63.843605000000025],[-93.225006000000008,63.847771000000137],[-93.236389000000031,63.847487999999942],[-93.267501999999922,63.84276600000004],[-93.278884999999946,63.842491000000052],[-93.291671999999949,63.844994000000042],[-93.333892999999932,63.859160999999972],[-93.343338000000017,63.863052000000039],[-93.357498000000021,63.871376000000112],[-93.441939999999931,63.921660999999915],[-93.448883000000023,63.925827000000027],[-93.449721999999952,63.930824000000086],[-93.452498999999989,63.954437000000041],[-93.451110999999969,63.959717000000126],[-93.443329000000006,63.965546000000131],[-93.433884000000035,63.968596999999988],[-93.423614999999927,63.970825000000104],[-93.413054999999986,63.971930999999927],[-93.389998999999932,63.971656999999993],[-93.36471599999993,63.967491000000109],[-93.27305599999994,63.928047000000049],[-93.12222300000002,63.892493999999999],[-92.960281000000009,63.855826999999977],[-92.841675000000009,63.83526599999999],[-92.65194699999995,63.787498000000028],[-92.549728000000016,63.81082200000003],[-92.540558000000033,63.814713000000097],[-92.530563000000029,63.816939999999988],[-92.507506999999976,63.816383000000087],[-92.583892999999989,63.829436999999984],[-92.606948999999872,63.829720000000123],[-92.619155999999919,63.831383000000073],[-92.669158999999979,63.839989000000003],[-92.706954999999937,63.846656999999936],[-92.935546999999985,63.904990999999995],[-92.942489999999964,63.90915700000005],[-92.956116000000009,63.932770000000005],[-92.965285999999992,63.936652999999922],[-93.218886999999995,63.979431000000034],[-93.266113000000018,63.981934000000024],[-93.276397999999972,63.979713000000061],[-93.288054999999986,63.980545000000006],[-93.301102000000014,63.983047000000056],[-93.436661000000015,64.015274000000034],[-93.612212999999997,64.093048000000067],[-93.627212999999983,64.106369000000029],[-93.635009999999909,64.115265000000136],[-93.635833999999988,64.120255000000043],[-93.689986999999917,64.156096999999988],[-93.751677999999913,64.188873000000058],[-93.761123999999882,64.192748999999992],[-93.773055999999997,64.19358799999992],[-93.779723999999987,64.189697000000024],[-93.776947000000007,64.184981999999991],[-93.665008999999941,64.087204000000042],[-93.660004000000015,64.083054000000061],[-93.604172000000005,64.044434000000138],[-93.654723999999931,63.992493000000024],[-93.731673999999998,63.987212999999997],[-93.759170999999924,63.984161000000029],[-93.770553999999947,63.957771000000037],[-93.654449,63.896660000000111],[-93.59973100000002,63.870270000000062],[-93.55360399999995,63.850548000000003],[-93.533324999999991,63.84276600000004],[-93.519729999999925,63.839432000000102]],[[-70.783065999999963,48.380547000000092],[-70.782501000000025,48.348045000000127],[-70.768065999999919,48.35054800000006],[-70.548049999999989,48.356383999999991],[-70.498885999999914,48.353324999999984],[-70.464172000000019,48.3491590000001],[-70.383057000000008,48.331108000000086],[-70.332229999999981,48.316666000000112],[-70.272780999999952,48.298332000000016],[-70.237777999999992,48.282493999999986],[-70.210007000000019,48.269714000000022],[-70.198607999999979,48.26249700000011],[-70.06138599999997,48.239989999999977],[-70.040833000000021,48.244437999999946],[-70.025833000000034,48.246101000000067],[-70.017501999999865,48.245270000000062],[-69.995543999999995,48.239989999999977],[-69.936935000000005,48.221931000000041],[-69.920546999999885,48.216385000000002],[-69.828339000000028,48.166382000000056],[-69.838333000000034,48.173881999999935],[-69.84722899999997,48.181938000000002],[-69.861938000000009,48.198875000000044],[-69.871933000000013,48.212493999999936],[-69.879439999999931,48.220825000000048],[-69.884170999999981,48.224159000000043],[-69.95944199999991,48.269440000000088],[-69.977218999999991,48.274436999999978],[-69.985549999999989,48.274994000000049],[-69.993332000000009,48.274712000000022],[-70.043610000000001,48.267211999999915],[-70.099990999999989,48.267211999999915],[-70.131942999999978,48.269714000000022],[-70.151108000000022,48.274436999999978],[-70.167770000000019,48.279990999999995],[-70.272507000000019,48.325554000000125],[-70.420273000000009,48.361381999999992],[-70.427779999999984,48.361107000000118],[-70.635009999999966,48.390549000000078],[-70.727782999999874,48.415825000000098],[-70.739165999999955,48.423049999999989],[-70.751952999999958,48.42849300000006],[-70.761397999999929,48.431938000000002],[-70.779998999999975,48.435546999999985],[-70.954726999999991,48.459717000000012],[-70.980559999999912,48.462212000000022],[-71.012221999999952,48.46166199999999],[-71.025283999999886,48.457496999999989],[-71.048614999999927,48.445267000000058],[-71.047774999999888,48.444434999999942],[-71.031386999999995,48.443320999999969],[-70.906386999999938,48.423325000000034],[-70.799987999999985,48.401657000000057],[-70.785552999999879,48.395828000000051],[-70.781386999999881,48.391936999999984],[-70.779449,48.386940000000095],[-70.783065999999963,48.380547000000092]],[[-108.13890100000003,71.981658999999979],[-108.15583799999996,71.980820000000051],[-108.17415599999998,71.983322000000101],[-108.18720999999999,71.986649000000057],[-108.18916300000001,71.99192800000003],[-108.19972199999995,72.050537000000077],[-108.19027699999998,72.055542000000116],[-108.1702729999999,72.064423000000033],[-108.16027799999995,72.062759000000028],[-108.13417099999992,72.056091000000094],[-108.07444799999996,72.034149000000014],[-108.06416299999995,72.030272999999966],[-108.06220999999999,72.02526899999998],[-108.06304899999998,72.019440000000145],[-108.069458,72.013046000000088],[-108.07721700000002,72.007217000000082],[-108.10526999999996,71.992751999999996],[-108.12526700000001,71.983871000000022],[-108.13890100000003,71.981658999999979]],[[-85.84722899999997,72.294144000000074],[-85.837218999999948,72.288879000000009],[-85.837218999999948,72.262771999999927],[-85.851669000000015,72.241364000000033],[-85.877486999999917,72.221649000000014],[-85.889175000000023,72.218047999999953],[-85.90834000000001,72.217758000000117],[-85.981110000000001,72.236373999999955],[-86.005844000000025,72.243591000000094],[-86.061110999999983,72.261658000000125],[-86.096389999999985,72.276382000000012],[-86.107223999999917,72.283875000000023],[-86.110001000000011,72.289703000000145],[-86.101395000000025,72.293594000000041],[-86.093338000000017,72.294708000000014],[-86.067229999999995,72.293869000000029],[-86.005004999999983,72.296646000000123],[-85.863891999999964,72.297211000000004],[-85.84722899999997,72.294144000000074]],[[-78.735000999999954,72.365540000000124],[-78.75389100000001,72.363312000000008],[-78.81220999999988,72.365265000000079],[-78.830840999999964,72.364990000000091],[-78.854172000000005,72.362197999999978],[-78.874435000000005,72.358871000000079],[-78.889450000000011,72.354706000000078],[-78.91332999999986,72.345535000000098],[-78.920836999999949,72.341370000000097],[-78.93499799999995,72.336380000000077],[-78.950286999999946,72.334991000000059],[-79.053054999999972,72.360809000000017],[-79.075561999999934,72.403046000000074],[-79.075012000000015,72.409714000000065],[-79.070847000000015,72.414993000000038],[-79.066665999999998,72.420258000000103],[-79.044448999999929,72.426651000000049],[-79.00140399999998,72.438309000000118],[-78.97084000000001,72.445250999999985],[-78.955565999999919,72.444427000000019],[-78.950561999999991,72.442199999999957],[-78.946655000000021,72.440262000000018],[-78.939986999999917,72.435806000000127],[-78.846953999999926,72.415543000000071],[-78.833892999999989,72.411926000000108],[-78.740829000000019,72.374419999999986],[-78.731673999999941,72.36943100000002],[-78.735000999999954,72.365540000000124]],[[-79.508056999999951,72.348602000000028],[-79.533889999999985,72.346099999999979],[-79.555832000000009,72.346939000000077],[-79.572234999999978,72.349152000000061],[-79.581954999999994,72.35165399999994],[-79.59445199999999,72.356934000000024],[-79.609436000000017,72.36692800000003],[-79.624160999999901,72.379425000000026],[-79.683318999999983,72.430542000000116],[-79.586120999999991,72.453872999999987],[-79.576675000000023,72.456100000000049],[-79.552489999999921,72.451096000000121],[-79.541381999999999,72.444977000000051],[-79.529174999999952,72.439697000000024],[-79.502791999999886,72.429977000000122],[-79.46945199999999,72.423035000000027],[-79.43638599999997,72.418319999999994],[-79.42971799999998,72.411652000000004],[-79.440552000000025,72.37052900000009],[-79.446654999999907,72.364990000000091],[-79.455565999999919,72.359985000000052],[-79.470275999999956,72.355545000000006],[-79.508056999999951,72.348602000000028]],[[-79.993606999999997,72.413315000000125],[-80.009445000000028,72.410538000000031],[-80.022232000000031,72.413605000000132],[-80.124435000000005,72.506653000000028],[-80.130554000000018,72.512497000000053],[-80.133330999999941,72.519440000000031],[-80.129989999999907,72.523041000000092],[-80.11999499999996,72.526931999999988],[-80.112502999999947,72.526931999999988],[-80.063613999999973,72.523880000000077],[-80.036941999999897,72.51638800000012],[-79.921936000000017,72.463318000000072],[-79.916397000000018,72.458037999999988],[-79.926940999999999,72.447754000000145],[-79.939162999999951,72.436645999999996],[-79.956954999999994,72.426086000000055],[-79.978881999999885,72.417755000000113],[-79.993606999999997,72.413315000000125]],[[-110.46916199999993,72.569152999999972],[-110.48137699999995,72.565811000000053],[-110.54415899999998,72.569152999999972],[-110.57195300000001,72.575546000000145],[-110.58833299999998,72.583878000000141],[-110.593887,72.588592999999946],[-110.593887,72.594147000000135],[-110.576683,72.594986000000119],[-110.53888699999993,72.594986000000119],[-110.51666299999999,72.593322999999998],[-110.50446299999999,72.590820000000008],[-110.48249799999991,72.583603000000096],[-110.47444200000001,72.579437000000041],[-110.46888699999994,72.574706999999989],[-110.46916199999993,72.569152999999972]],[[-110.35582699999998,72.601929000000098],[-110.37304699999993,72.601379000000065],[-110.39499699999993,72.603043000000071],[-110.46417199999991,72.613312000000121],[-110.49472000000003,72.619141000000127],[-110.46916199999993,72.621368000000018],[-110.450287,72.621368000000018],[-110.39862099999993,72.618041999999946],[-110.35888699999992,72.614990000000034],[-110.34500100000002,72.611923000000104],[-110.34500100000002,72.606094000000098],[-110.35582699999998,72.601929000000098]],[[-108.510559,72.602768000000083],[-108.51999699999993,72.598038000000031],[-108.53778099999994,72.599426000000108],[-108.593613,72.61775200000011],[-108.604446,72.621643000000006],[-108.61221299999994,72.625809000000118],[-108.6141659999999,72.631088000000091],[-108.61361699999986,72.636657999999954],[-108.60388199999994,72.639435000000049],[-108.51722699999999,72.642487000000017],[-108.49665800000002,72.641372999999987],[-108.49194299999999,72.636657999999954],[-108.49416400000001,72.631927000000019],[-108.510559,72.602768000000083]],[[-110.30722000000003,72.630813999999987],[-110.36389199999996,72.630813999999987],[-110.39695699999993,72.636383000000137],[-110.41082799999998,72.639435000000049],[-110.40028399999994,72.643600000000049],[-110.36000100000001,72.648880000000133],[-110.31500199999999,72.651932000000045],[-110.28083799999996,72.642211999999972],[-110.281113,72.636383000000137],[-110.28999299999992,72.631653000000085],[-110.30722000000003,72.630813999999987]],[[-109.215012,72.790268000000083],[-109.22749299999992,72.787200999999982],[-109.24833699999999,72.788040000000137],[-109.37277199999994,72.806091000000094],[-109.41694599999988,72.815262000000075],[-109.41944899999993,72.820541000000048],[-109.37832600000002,72.828598],[-109.33389299999999,72.834990999999945],[-109.32028200000002,72.8316650000001],[-109.31220999999994,72.827484000000027],[-109.22444200000001,72.811096000000134],[-109.21056399999998,72.8077550000001],[-109.21166999999997,72.796371000000022],[-109.215012,72.790268000000083]],[[-95.735000999999954,72.798874000000012],[-95.753615999999909,72.796097000000088],[-95.771392999999932,72.799149],[-95.835555999999997,72.831100000000049],[-95.854172000000005,72.853591999999992],[-95.850829999999974,72.858321999999987],[-95.810546999999929,72.876647999999989],[-95.791106999999954,72.880264000000068],[-95.774170000000026,72.880264000000068],[-95.769164999999987,72.878036000000122],[-95.763061999999877,72.872482000000105],[-95.735275000000001,72.859985000000108],[-95.720550999999944,72.848037999999974],[-95.716949,72.84387200000009],[-95.714171999999905,72.838593000000117],[-95.71362299999987,72.832214000000079],[-95.718886999999938,72.809418000000051],[-95.725005999999951,72.803314],[-95.735000999999954,72.798874000000012]],[[-96.754181000000017,72.721374999999966],[-96.77027899999996,72.719710999999961],[-96.955275999999969,72.734146000000067],[-96.96945199999999,72.737761999999975],[-96.977782999999988,72.745254999999986],[-97.011123999999938,72.775818000000129],[-97.010283999999899,72.776657000000114],[-96.921386999999982,72.835815000000082],[-96.911117999999931,72.841094999999996],[-96.798614999999984,72.881363000000022],[-96.757232999999928,72.892761000000064],[-96.737212999999997,72.895264000000054],[-96.725554999999986,72.89498900000001],[-96.713332999999921,72.893326000000059],[-96.688323999999966,72.883330999999998],[-96.692215000000033,72.862762000000032],[-96.666945999999996,72.811096000000134],[-96.651672000000019,72.804152999999985],[-96.642501999999979,72.797760000000039],[-96.639998999999989,72.791655999999989],[-96.639998999999989,72.786652000000004],[-96.641388000000006,72.782211000000075],[-96.728058000000033,72.730545000000063],[-96.741378999999995,72.725539999999967],[-96.754181000000017,72.721374999999966]],[[-95.756957999999997,72.892487000000131],[-95.777495999999985,72.891937000000098],[-95.795272999999952,72.89498900000001],[-95.808334000000002,72.907210999999961],[-95.824721999999952,72.965271000000087],[-95.786666999999966,73.012496999999939],[-95.761672999999973,73.004714999999976],[-95.757232999999928,73.001663000000065],[-95.756118999999956,72.998596000000134],[-95.743606999999997,72.987762000000089],[-95.702498999999989,72.933593999999971],[-95.708343999999954,72.917206000000078],[-95.735549999999989,72.900543000000027],[-95.744445999999925,72.895827999999995],[-95.756957999999997,72.892487000000131]],[[-95.733886999999982,73.128860000000032],[-95.718062999999972,73.118042000000059],[-95.715835999999911,73.11192299999999],[-95.71556099999998,73.105545000000063],[-95.717772999999966,73.10026600000009],[-95.726395000000025,73.088881999999955],[-95.729171999999949,73.071105999999986],[-95.724715999999944,73.059142999999949],[-95.728332999999907,73.054428000000144],[-95.745543999999938,73.049423000000047],[-95.775283999999999,73.05525200000011],[-95.787216000000001,73.061920000000043],[-95.799437999999952,73.072769000000108],[-95.822509999999966,73.083054000000061],[-95.859726000000023,73.090820000000122],[-95.893341000000021,73.095824999999991],[-95.893065999999976,73.100815000000011],[-95.891112999999962,73.101089000000115],[-95.885009999999909,73.104706000000078],[-95.881942999999978,73.108597000000145],[-95.874709999999993,73.114150999999993],[-95.865279999999927,73.119979999999998],[-95.863051999999982,73.125259000000142],[-95.865279999999927,73.131363000000022],[-95.868332000000009,73.136383000000023],[-95.868880999999988,73.140548999999965],[-95.854995999999971,73.140548999999965],[-95.840835999999967,73.136658000000068],[-95.828888000000006,73.129974000000004],[-95.822509999999966,73.124695000000031],[-95.818343999999968,73.125533999999959],[-95.814163000000008,73.131087999999977],[-95.807495000000017,73.135544000000095],[-95.790833000000021,73.139434999999992],[-95.776397999999915,73.140548999999965],[-95.763335999999981,73.139709000000096],[-95.74499499999996,73.136658000000068],[-95.738892000000021,73.133880999999974],[-95.733886999999982,73.128860000000032]],[[-96.808333999999945,72.926376000000118],[-96.915282999999931,72.917755000000056],[-96.955275999999969,72.920531999999923],[-96.968338000000017,72.923874000000069],[-96.990554999999972,72.931090999999981],[-97.017776000000026,72.940536000000066],[-97.032227000000034,72.946640000000059],[-97.061385999999914,72.963318000000129],[-97.089721999999995,72.981658999999979],[-97.105834999999956,72.99832200000003],[-97.111938000000009,73.004714999999976],[-97.136947999999961,73.045822000000044],[-97.139724999999885,73.051926000000037],[-97.141953000000001,73.064148000000046],[-97.142775999999969,73.075272000000098],[-97.141112999999962,73.085541000000148],[-97.127776999999924,73.095824999999991],[-97.069732999999985,73.136932000000002],[-97.059432999999956,73.142212000000029],[-97.045546999999999,73.147491000000059],[-97.003341999999975,73.159714000000065],[-96.946944999999971,73.172484999999995],[-96.904449,73.179977000000122],[-96.848052999999993,73.187484999999981],[-96.809433000000013,73.189148000000102],[-96.786391999999978,73.18803400000013],[-96.771941999999967,73.181655999999975],[-96.755279999999971,73.175812000000121],[-96.653060999999923,73.136383000000023],[-96.602218999999934,73.099152000000117],[-96.580841000000021,73.081100000000049],[-96.575011999999901,73.074997000000053],[-96.568619000000012,73.062195000000088],[-96.565826000000015,73.056091000000038],[-96.564712999999983,73.050537000000077],[-96.565552000000025,73.044708000000014],[-96.573623999999995,73.033325000000048],[-96.636672999999973,72.965820000000065],[-96.643341000000021,72.96138000000002],[-96.65834000000001,72.954163000000108],[-96.697219999999959,72.941650000000038],[-96.743057000000022,72.933593999999971],[-96.765014999999948,72.930817000000047],[-96.808333999999945,72.926376000000118]],[[-96.90583799999996,73.220825000000048],[-96.924712999999997,73.218048000000124],[-96.944991999999957,73.218322999999941],[-96.984725999999966,73.220535000000041],[-97.040833000000021,73.228591999999992],[-97.079177999999956,73.235259999999982],[-97.106948999999929,73.242203000000131],[-97.117767000000015,73.249145999999939],[-97.115279999999927,73.253052000000025],[-97.090285999999878,73.261932000000058],[-97.058043999999995,73.269150000000081],[-97.035004000000015,73.272766000000104],[-96.977492999999981,73.273880000000077],[-96.967772999999966,73.273315000000082],[-96.968338000000017,73.267487000000131],[-96.951400999999976,73.239426000000037],[-96.909164000000033,73.238312000000064],[-96.896118000000001,73.237762000000032],[-96.886672999999917,73.231094000000041],[-96.889174999999966,73.224991000000102],[-96.90583799999996,73.220825000000048]],[[-113.99749799999995,72.799423000000104],[-114.01112399999994,72.79664600000001],[-114.06806899999998,72.795822000000044],[-114.15167200000002,72.798035000000027],[-114.20861799999994,72.796936000000073],[-114.22416699999997,72.794983000000116],[-114.23581699999994,72.791655999999989],[-114.35138699999993,72.747482000000048],[-114.35749800000002,72.74136400000009],[-114.35637700000001,72.735809000000017],[-114.33444199999997,72.693588000000034],[-114.327789,72.688873000000001],[-114.36582900000002,72.66276600000009],[-114.45168299999995,72.623032000000023],[-114.46501199999994,72.6202550000001],[-114.49553699999996,72.616379000000052],[-114.53138699999988,72.614990000000034],[-114.576683,72.60914600000001],[-114.58999599999993,72.606368999999916],[-114.60472099999998,72.60165400000011],[-114.55832700000002,72.560806000000014],[-114.42666600000001,72.556090999999981],[-114.38527699999986,72.555251999999996],[-114.35138699999993,72.557479999999941],[-114.33999599999999,72.560806000000014],[-114.33029199999999,72.565262000000075],[-114.32584400000002,72.571930000000066],[-114.12805200000003,72.626083000000051],[-114.10305800000003,72.632202000000063],[-114.06276699999995,72.640274000000034],[-113.99027999999998,72.651382000000012],[-113.91027800000001,72.659148999999957],[-113.89306599999998,72.660262999999986],[-113.88333099999988,72.657486000000063],[-113.89046499999995,72.648048000000017],[-113.89222699999999,72.640822999999955],[-113.88054699999992,72.637207000000103],[-113.858047,72.635817999999915],[-113.80666399999996,72.639160000000061],[-113.76222199999995,72.646103000000039],[-113.70834400000001,72.656937000000084],[-113.67138699999992,72.666656000000103],[-113.61277799999988,72.683868000000132],[-113.58750899999995,72.689971999999955],[-113.54666099999997,72.698029000000133],[-113.51611300000002,72.701934999999992],[-113.50611900000001,72.699141999999995],[-113.52084400000001,72.688034000000016],[-113.55055199999987,72.675262000000032],[-113.57250999999991,72.667480000000069],[-113.61945299999996,72.653594999999996],[-113.64277599999991,72.646652000000017],[-113.68776699999995,72.631927000000019],[-113.70944199999991,72.624145999999996],[-113.72917200000001,72.615540000000067],[-113.73082699999998,72.609421000000054],[-113.72193900000002,72.60554499999995],[-113.69972200000001,72.604155999999989],[-113.68443299999996,72.606094000000098],[-113.65750100000002,72.611374000000012],[-113.46639999999996,72.665268000000026],[-113.44275700000003,72.672211000000004],[-113.43639400000001,72.67804000000001],[-113.43167099999999,72.684708000000001],[-113.41000399999996,72.729431000000034],[-113.41332999999992,72.734711000000118],[-113.41972399999997,72.739150999999936],[-113.43138099999999,72.742751999999996],[-113.44860799999992,72.744979999999998],[-113.53527799999995,72.748871000000065],[-113.58029199999987,72.751663000000121],[-113.59750399999996,72.754166000000112],[-113.60637699999995,72.758331000000112],[-113.60804699999994,72.769439999999975],[-113.59889199999998,72.782760999999937],[-113.58249699999999,72.793045000000006],[-113.38694800000002,72.907486000000006],[-113.33139,72.935257000000092],[-113.30277999999998,72.948868000000061],[-113.26862299999999,72.960266000000047],[-113.14862099999999,72.994705000000067],[-113.06276699999989,73.00749200000007],[-113.02806099999998,73.009430000000009],[-113.00695799999994,73.008881000000088],[-112.823059,72.998871000000008],[-112.81139400000001,72.9952550000001],[-112.79472399999997,72.982208000000071],[-112.78582799999998,72.978317000000004],[-112.77139299999993,72.975266000000033],[-112.75418100000002,72.972763000000043],[-112.708618,72.969711000000132],[-112.64362299999993,72.966934000000037],[-112.60082999999986,72.963607999999965],[-112.56360599999994,72.959152000000074],[-112.51500699999991,72.951096000000007],[-112.5,72.947922000000119],[-112.47165699999994,72.941925000000026],[-112.44583099999994,72.935257000000092],[-112.41388699999993,72.924149000000057],[-112.387787,72.911102000000028],[-112.37638900000002,72.907760999999994],[-112.36193800000001,72.904709000000082],[-112.34472700000003,72.902205999999921],[-112.27944899999994,72.896941999999967],[-112.23777799999999,72.895537999999988],[-112.14195299999994,72.896378000000027],[-112.09834299999989,72.894150000000025],[-112.06166099999996,72.889434999999992],[-111.94776899999999,72.870529000000147],[-111.78333299999997,72.834717000000012],[-111.67582699999997,72.814697000000024],[-111.65888999999999,72.8119200000001],[-111.59416199999998,72.806641000000127],[-111.54055799999998,72.799423000000104],[-111.52639799999997,72.796371000000022],[-111.23693799999995,72.726379000000122],[-111.22582999999997,72.7227630000001],[-111.22000100000002,72.718323000000055],[-111.20249899999999,72.67053199999998],[-111.20527599999997,72.664429000000041],[-111.26278699999995,72.579163000000108],[-111.27694699999989,72.567490000000078],[-111.45221699999996,72.477768000000026],[-111.52778599999999,72.44999700000011],[-111.65110800000002,72.40887500000008],[-111.675003,72.402206000000035],[-111.736107,72.395264000000111],[-111.76999699999993,72.393600000000106],[-111.78527799999995,72.391936999999984],[-111.81220999999999,72.386658000000011],[-111.859734,72.373306000000014],[-111.890289,72.360535000000084],[-111.89890299999996,72.355545000000006],[-111.90556299999997,72.349716000000001],[-111.90167200000002,72.346099999999979],[-111.86250299999995,72.330551000000071],[-111.85138699999999,72.326934999999992],[-111.66388699999999,72.276382000000012],[-111.50446299999999,72.311920000000043],[-111.44499200000001,72.328873000000101],[-111.42443799999995,72.337204000000042],[-111.41915899999998,72.343871999999976],[-111.43305999999995,72.346939000000077],[-111.45140100000003,72.346939000000077],[-111.487213,72.336655000000064],[-111.51944700000001,72.334152000000074],[-111.5616609999999,72.336655000000064],[-111.578056,72.339156999999943],[-111.58917200000002,72.342758000000003],[-111.60582699999998,72.350815000000011],[-111.61165599999998,72.361099000000024],[-111.609444,72.367203000000075],[-111.58833299999998,72.376373000000115],[-111.37444299999993,72.446640000000002],[-111.350281,72.453322999999955],[-111.3094329999999,72.460815000000082],[-111.29387700000001,72.462768999999923],[-111.26583899999997,72.465546000000018],[-111.24889400000001,72.466385000000002],[-111.22860699999995,72.465546000000018],[-111.20249899999999,72.46026599999999],[-111.21333300000003,72.446930000000009],[-111.23277299999995,72.4369200000001],[-111.24500299999994,72.433594000000085],[-111.27223200000003,72.428588999999988],[-111.30139200000002,72.404160000000047],[-111.27749599999993,72.369979999999941],[-111.11277799999993,72.335266000000104],[-111.09528399999994,72.379700000000014],[-111.09137699999997,72.401932000000102],[-111.00446299999999,72.46527100000003],[-110.8691639999999,72.473312000000078],[-110.82444799999996,72.479156000000103],[-110.80304699999999,72.485259999999926],[-110.82501200000002,72.503875999999934],[-110.83332799999999,72.519150000000025],[-110.827789,72.525818000000015],[-110.73805199999993,72.565536000000009],[-110.72749299999998,72.569716999999912],[-110.71528599999999,72.573044000000039],[-110.70140100000003,72.575546000000145],[-110.68083199999995,72.574706999999989],[-110.66610700000001,72.573044000000039],[-110.53527799999995,72.546646000000067],[-110.52639799999992,72.526931999999988],[-110.57501199999996,72.51388500000013],[-110.59445199999993,72.50471500000009],[-110.60166899999996,72.498871000000065],[-110.60193600000002,72.493317000000104],[-110.59361299999989,72.489150999999993],[-110.55249000000003,72.47387700000013],[-110.53083800000002,72.46665999999999],[-110.35056299999997,72.428040000000067],[-110.32861299999996,72.426086000000055],[-110.30999799999995,72.426086000000055],[-110.30387899999999,72.430542000000116],[-110.31194299999993,72.434708000000057],[-110.41027799999995,72.462204000000099],[-110.50334199999998,72.484985000000108],[-110.514183,72.488585999999998],[-110.52250700000002,72.492752000000053],[-110.52778599999999,72.497482000000105],[-110.53056299999992,72.502486999999974],[-110.52333099999998,72.508330999999998],[-110.39639299999999,72.552200000000084],[-110.38417099999998,72.555542000000003],[-110.36527999999998,72.555542000000003],[-110.34333800000002,72.55386400000009],[-110.32389799999993,72.551650999999936],[-110.31304899999998,72.547760000000039],[-110.22028399999994,72.51388500000013],[-110.20140100000003,72.505829000000062],[-110.15527299999997,72.480270000000075],[-110.06139399999995,72.437484999999924],[-110.05055199999993,72.433868000000018],[-110.03999299999998,72.438034000000073],[-110.02194199999991,72.447754000000145],[-109.99889400000001,72.455261000000121],[-109.97112300000003,72.46026599999999],[-109.95249899999999,72.459991000000116],[-109.91972399999986,72.454711999999972],[-109.81388900000002,72.428314],[-109.79666099999992,72.426926000000094],[-109.78278399999999,72.429428000000144],[-109.77806099999998,72.434708000000057],[-109.78582799999992,72.438873000000058],[-109.80583199999995,72.445526000000029],[-109.83029199999999,72.452208999999982],[-110.04250300000001,72.50471500000009],[-110.22305299999999,72.545822000000101],[-110.23665599999998,72.548874000000069],[-110.24777199999994,72.552765000000136],[-110.25583599999987,72.55693100000002],[-110.252792,72.56303400000013],[-110.24221799999992,72.566940000000045],[-110.22165699999994,72.566086000000041],[-110.12082699999996,72.560257000000036],[-110.10417200000001,72.557754999999986],[-110.09056099999998,72.55442800000003],[-110.06889299999995,72.546936000000073],[-110.03888699999987,72.535538000000088],[-110.02278099999995,72.527206000000092],[-110.00361599999991,72.519440000000031],[-109.97112300000003,72.508330999999998],[-109.90499899999998,72.487198000000092],[-109.88861099999986,72.484711000000004],[-109.80943300000001,72.491653000000099],[-109.79527300000001,72.49414100000007],[-109.78472899999997,72.498322000000144],[-109.78278399999999,72.503051999999968],[-109.94275700000003,72.604155999999989],[-109.95889299999993,72.612762000000089],[-110.09306300000003,72.65637200000009],[-110.11332699999997,72.657211000000018],[-110.17111199999999,72.648330999999985],[-110.18666100000002,72.646652000000017],[-110.22112299999998,72.645264000000054],[-110.241669,72.646103000000039],[-110.25556899999998,72.649429000000055],[-110.26666299999999,72.653046000000018],[-110.283073,72.66137700000013],[-110.28832999999992,72.666091999999992],[-110.29110700000001,72.671097000000032],[-110.20973200000003,72.71775800000006],[-110.20056199999999,72.7227630000001],[-110.18831599999999,72.726089000000115],[-110.17083699999995,72.726928999999984],[-110.078079,72.727065999999979],[-110.04167200000001,72.722488000000055],[-110.03056300000003,72.718596999999988],[-109.99804699999999,72.701934999999992],[-109.98693800000001,72.698318000000029],[-109.85221899999993,72.665817000000118],[-109.83277899999996,72.663315000000068],[-109.81723,72.664992999999981],[-109.77084399999995,72.716385000000116],[-109.77027900000002,72.722214000000122],[-109.78138699999994,72.725815000000011],[-109.80082700000003,72.728043000000127],[-109.81973299999993,72.728043000000127],[-110.03111299999995,72.747757000000036],[-110.17887899999994,72.769149999999968],[-110.17138699999998,72.774993999999992],[-110.16832699999986,72.781097000000102],[-110.17083699999995,72.786101999999971],[-110.17639199999996,72.790817000000004],[-110.21166999999997,72.818328999999949],[-110.24526999999995,72.823607999999979],[-110.32640099999992,72.826385000000016],[-110.36638599999998,72.827208999999982],[-110.47666899999996,72.834990999999945],[-110.493607,72.83776899999998],[-110.53555299999994,72.847214000000008],[-110.54666099999997,72.850815000000068],[-110.56331599999999,72.859145999999953],[-110.74276699999996,72.957214000000135],[-110.75389099999995,72.966385000000059],[-110.75666799999993,72.971374999999966],[-110.75389099999995,72.977768000000083],[-110.74804699999993,72.984421000000054],[-110.74082900000002,72.989975000000072],[-110.73166700000002,72.994980000000112],[-110.70834400000001,73.002487000000031],[-110.69415300000003,73.004990000000021],[-110.67832899999991,73.006653000000142],[-110.61860699999994,73.011383000000137],[-110.51139799999993,73.015274000000034],[-110.432503,73.014435000000105],[-110.39083899999997,73.012496999999939],[-110.16610700000001,72.996094000000085],[-110.05110199999996,72.984711000000061],[-109.91887700000001,72.96804800000001],[-109.65943899999996,72.924988000000042],[-109.63445299999995,72.918045000000063],[-109.61805700000002,72.909424000000115],[-109.618607,72.903869999999927],[-109.62943999999993,72.899719000000061],[-109.66111799999999,72.896652000000131],[-109.69471699999997,72.894440000000088],[-109.724716,72.890549000000021],[-109.73889200000002,72.888046000000031],[-109.75,72.883881000000031],[-109.75472999999994,72.878585999999984],[-109.74665799999997,72.874420000000043],[-109.65862300000003,72.844711000000018],[-109.379707,72.770538000000101],[-109.22778299999993,72.761658000000068],[-109.05110200000001,72.680267000000072],[-109.02999899999998,72.647217000000012],[-109.04915599999993,72.604155999999989],[-109.045547,72.572495000000117],[-109.04332699999998,72.567490000000078],[-109.02861000000001,72.565536000000009],[-108.88249200000001,72.564423000000147],[-108.86527999999998,72.564987000000087],[-108.85109699999998,72.567490000000078],[-108.84194899999994,72.572495000000117],[-108.81916799999993,72.591095000000053],[-108.72277800000001,72.582763999999941],[-108.70361300000002,72.58027600000014],[-108.67666600000001,72.573883000000023],[-108.64472999999987,72.562485000000038],[-108.62138399999998,72.549988000000042],[-108.61638599999998,72.54525799999999],[-108.58805799999993,72.505554000000075],[-108.58944700000001,72.494431000000077],[-108.59638999999993,72.482208000000014],[-108.60278299999999,72.475540000000024],[-108.61054999999993,72.469986000000063],[-108.62470999999994,72.457489000000066],[-108.63722200000001,72.444427000000019],[-108.64499699999993,72.426651000000049],[-108.65055799999999,72.403595000000053],[-108.66361999999998,72.362761999999975],[-108.66278099999994,72.346374999999966],[-108.65834000000001,72.336105000000032],[-108.52416999999997,72.199706999999989],[-108.45500199999998,72.157211000000132],[-108.44415300000003,72.161102000000028],[-108.42832900000002,72.158325000000104],[-108.41805999999997,72.154434000000037],[-108.404449,72.14694199999991],[-108.40222199999994,72.141663000000108],[-108.39890300000002,72.113602000000071],[-108.39472999999998,72.042755000000113],[-108.39527900000002,72.036926000000108],[-108.396118,72.03137200000009],[-108.31639099999995,71.984146000000067],[-108.20417799999996,71.963882000000126],[-108.19138299999992,71.960541000000092],[-108.18666100000002,71.955826000000059],[-108.18276999999995,71.945525999999916],[-108.18971299999998,71.933318999999983],[-108.19611399999997,71.92692599999998],[-108.23361199999999,71.899719000000061],[-108.28639199999992,71.860809000000131],[-108.28278399999999,71.792206000000022],[-108.28083800000002,71.786925999999994],[-108.24276700000001,71.718597000000045],[-108.23805199999998,71.713882000000012],[-108.23082699999992,71.709426999999948],[-108.22055099999994,71.705826000000116],[-108.20777900000002,71.70248400000014],[-108.19248999999996,71.699707000000046],[-108.17748999999998,71.701096000000064],[-108.14111300000002,71.710541000000148],[-108.13054699999992,71.714432000000045],[-108.10333300000002,71.719147000000078],[-108.08693700000003,71.719711000000018],[-108.066101,71.71775800000006],[-108.03639199999998,71.705826000000116],[-108.02194199999997,71.697204999999997],[-107.98805199999987,71.675537000000077],[-107.97609699999987,71.666381999999999],[-107.96694899999994,71.656936999999971],[-107.96777299999991,71.651382000000069],[-107.91583300000002,71.624984999999981],[-107.84528399999994,71.603867000000093],[-107.82888799999995,71.604431000000034],[-107.75334199999998,71.610260000000039],[-107.74109599999997,71.613312000000121],[-107.73194899999999,71.618042000000003],[-107.72416699999991,71.623871000000008],[-107.72609699999998,71.629149999999981],[-107.74054699999994,71.637496999999939],[-107.75028999999995,71.641373000000044],[-107.77583299999998,71.648041000000035],[-107.82472199999995,71.672759999999982],[-107.83194700000001,71.676926000000037],[-107.83640300000002,71.681656000000089],[-107.83833300000003,71.686920000000043],[-107.83750899999995,71.692474000000061],[-107.82305899999994,71.716934000000094],[-107.81527699999998,71.7227630000001],[-107.80444299999999,71.726653999999996],[-107.78943600000002,71.728043000000014],[-107.7519529999999,71.726653999999996],[-107.73665599999998,71.723602000000085],[-107.63027999999997,71.732208000000014],[-107.49472000000003,71.786377000000016],[-107.451683,71.857483000000059],[-107.36361699999992,71.871917999999994],[-107.34555099999994,71.871643000000006],[-107.29695099999998,71.874145999999939],[-107.28333299999997,71.876373000000001],[-107.27084400000001,71.879424999999969],[-107.26139799999999,71.884155000000135],[-107.25334199999998,71.889708999999982],[-107.25250199999994,71.895537999999988],[-107.25695799999994,71.900269000000094],[-107.264183,71.904434000000094],[-107.41805999999997,71.953873000000101],[-107.59638999999993,72.004439999999988],[-107.61389199999996,72.012496999999996],[-107.62581599999999,72.021652000000017],[-107.63027999999997,72.026382000000069],[-107.65139799999997,72.061096000000134],[-107.65334300000001,72.066375999999991],[-107.64943700000003,72.072495000000004],[-107.63999899999993,72.077208999999982],[-107.62609899999995,72.079437000000098],[-107.61389199999996,72.082764000000054],[-107.61000100000001,72.08859300000006],[-107.61193799999995,72.093872000000033],[-107.63527699999997,72.121917999999937],[-107.68138099999999,72.136108000000036],[-107.699997,72.138596000000007],[-107.729446,72.137207000000046],[-107.74333199999995,72.134994999999947],[-107.76027699999992,72.134430000000123],[-107.77887699999997,72.136658000000068],[-107.78083800000002,72.141937000000041],[-107.787216,72.184708000000114],[-107.77806099999992,72.208038000000045],[-107.843887,72.354156000000046],[-107.87748699999992,72.424423000000104],[-107.88639799999993,72.519713999999965],[-107.87693799999994,72.524428999999998],[-107.87165799999997,72.529709000000082],[-107.87666299999995,72.567215000000033],[-107.88054699999998,72.577484000000084],[-107.88555899999989,72.586655000000007],[-107.91555799999998,72.597214000000065],[-107.92887899999994,72.60054000000008],[-107.99082900000002,72.612487999999985],[-108.00418099999996,72.615814],[-108.01194800000002,72.619980000000112],[-108.025284,72.666091999999992],[-108.02639799999997,72.676926000000037],[-108.02667199999996,72.719986000000006],[-108.05110200000001,72.781372000000147],[-108.05803699999996,72.791092000000049],[-108.11193799999995,72.890823000000125],[-108.15194699999989,72.971100000000092],[-108.16528299999993,73.010817999999972],[-108.26363400000002,73.091934000000094],[-108.29361,73.120254999999986],[-108.29998799999998,73.135544000000095],[-108.295547,73.147491000000059],[-108.291946,73.153595000000053],[-108.28527799999995,73.159987999999998],[-108.26862299999999,73.171371000000022],[-108.23029299999996,73.187484999999981],[-108.18110699999994,73.201660000000061],[-108.16639700000002,73.203873000000044],[-108.13390400000003,73.206940000000145],[-108.11582900000002,73.207489000000066],[-108.07389799999993,73.205261000000121],[-108.02390300000002,73.201096000000121],[-107.93443300000001,73.187484999999981],[-107.91471899999993,73.184981999999991],[-107.89388999999994,73.183868000000018],[-107.87416099999996,73.183594000000085],[-107.86416599999995,73.188583000000051],[-107.87222300000002,73.192748999999935],[-107.90471600000001,73.204163000000051],[-107.94611399999991,73.214157000000057],[-108.01027699999997,73.226089000000002],[-108.05166599999995,73.236098999999911],[-108.08444199999997,73.247482000000105],[-108.11638599999992,73.264435000000049],[-108.15361000000001,73.302475000000129],[-108.08444199999997,73.349990999999989],[-108.07140399999992,73.353317000000061],[-108.05332899999996,73.353867000000093],[-107.99109599999991,73.351379000000122],[-107.94722000000002,73.348328000000095],[-107.77139299999999,73.323883000000023],[-107.675003,73.323318000000029],[-107.63110399999999,73.319991999999957],[-107.614441,73.31721500000009],[-107.40334300000001,73.270537999999988],[-107.33583099999987,73.248031999999967],[-107.24999999999994,73.217484000000013],[-107.21028099999995,73.201660000000061],[-107.18888900000002,73.194138000000123],[-107.172234,73.191086000000041],[-107.10582699999998,73.17942800000003],[-107.06973299999999,73.173874000000012],[-107.05027799999999,73.173598999999967],[-107.03694200000001,73.176651000000106],[-107.025284,73.180542000000003],[-107.01666299999999,73.186095999999964],[-107.01083399999999,73.191360000000145],[-107.02027899999996,73.200821000000133],[-107.05249000000003,73.212493999999936],[-107.09028599999994,73.223037999999974],[-107.11081699999994,73.231369000000086],[-107.11860699999994,73.23553499999997],[-107.12361099999998,73.240265000000022],[-107.11945300000002,73.246368000000132],[-107.03028899999998,73.29553199999998],[-107.01862299999999,73.299423000000047],[-106.88249199999996,73.312195000000031],[-106.86138899999997,73.310806000000014],[-106.76139799999999,73.293045000000063],[-106.75083899999993,73.289153999999996],[-106.74610899999999,73.284423999999944],[-106.74109599999991,73.268875000000037],[-106.72721899999993,73.254715000000147],[-106.69666299999994,73.237488000000099],[-106.66471899999999,73.226089000000002],[-106.65110800000002,73.222487999999942],[-106.63474300000001,73.219711000000075],[-106.60305800000003,73.216660000000047],[-106.58222999999998,73.21527100000003],[-106.39862099999993,73.149155000000064],[-106.24027999999998,73.085815000000082],[-106.06388899999996,73.047759999999982],[-106.04750100000001,73.044708000000014],[-106.02834300000001,73.044434000000081],[-105.94888300000002,73.053313999999943],[-105.91027799999989,73.058868000000132],[-105.87638899999996,73.058318999999983],[-105.85555999999997,73.056931000000077],[-105.84221600000001,73.053588999999988],[-105.83194699999996,73.049713000000111],[-105.82472200000001,73.045258000000047],[-105.82195299999995,73.034987999999942],[-105.82333399999999,73.029433999999981],[-105.83249699999999,73.017211999999972],[-105.82972699999993,73.006942999999978],[-105.82224299999996,73.002487000000031],[-105.80471799999998,72.994431000000134],[-105.79444899999993,72.990265000000079],[-105.76083399999999,72.976929000000098],[-105.737503,72.969436999999971],[-105.69776899999999,72.959152000000074],[-105.67859599999997,72.95637499999998],[-105.62917299999998,72.939972000000125],[-105.56220999999999,72.913040000000024],[-105.445831,72.838318000000072],[-105.32611099999991,72.746368000000075],[-105.32195299999995,72.741653000000042],[-105.32055700000001,72.736649000000057],[-105.32528699999995,72.730545000000063],[-105.33693700000003,72.726653999999996],[-105.35610999999994,72.727203000000088],[-105.37777699999998,72.729431000000034],[-105.39778100000001,72.737198000000035],[-105.41194200000001,72.745819000000097],[-105.41915899999992,72.750275000000045],[-105.42748999999992,72.759720000000073],[-105.43472300000002,72.764160000000118],[-105.46472199999994,72.775818000000129],[-105.47778299999999,72.779434000000037],[-105.49833699999994,72.780822999999998],[-105.51000999999997,72.776932000000102],[-105.45722999999992,72.702773999999977],[-105.44722000000002,72.698868000000061],[-105.38249200000001,72.681366000000025],[-105.35665899999998,72.674423000000047],[-105.29472399999997,72.631927000000019],[-105.23110999999994,72.543320000000051],[-105.19583099999988,72.482483000000059],[-105.19972199999995,72.460541000000148],[-105.20140100000003,72.454711999999972],[-105.20612299999993,72.448868000000118],[-105.21777299999991,72.444977000000051],[-105.23194899999993,72.447205000000054],[-105.26167299999992,72.458878000000027],[-105.27722199999994,72.462204000000099],[-105.29305999999997,72.460815000000082],[-105.301941,72.455261000000121],[-105.29778299999987,72.450546000000088],[-105.24137899999999,72.399718999999948],[-105.23029299999996,72.390549000000078],[-105.21665999999993,72.381927000000076],[-105.18998699999997,72.369705000000124],[-105.16055299999988,72.35775799999999],[-105.13999899999999,72.344711000000132],[-105.04415899999998,72.248032000000023],[-105.03639199999986,72.238586000000055],[-105.03362299999998,72.234711000000061],[-105.02443700000003,72.219986000000119],[-104.99166899999989,72.203323000000012],[-104.95749699999999,72.181366000000139],[-104.95527599999997,72.171097000000145],[-104.95722999999992,72.165543000000127],[-104.96167000000003,72.159424000000115],[-104.96916199999998,72.153046000000131],[-104.97805799999992,72.147491000000059],[-104.98805199999993,72.142761000000007],[-104.99973299999999,72.13888500000013],[-105.02999899999998,72.124695000000031],[-105.03751399999999,72.118317000000104],[-105.03639199999986,72.11303700000002],[-105.01862299999993,72.066939999999931],[-104.92944299999988,72.034149000000014],[-104.87193299999996,71.989975000000072],[-104.82917800000001,71.937195000000031],[-104.82444800000002,71.927475000000129],[-104.82028200000002,71.906647000000078],[-104.82556199999999,71.889708999999982],[-104.82250999999997,71.874145999999939],[-104.8186189999999,71.86914100000007],[-104.78999299999998,71.84137000000004],[-104.78333299999986,71.836929000000112],[-104.771118,71.833603000000096],[-104.70056199999999,71.829987000000017],[-104.68554699999993,71.826935000000105],[-104.67331699999994,71.823317999999972],[-104.66000400000001,71.81442300000009],[-104.53472899999986,71.719711000000018],[-104.37638900000002,71.598038000000031],[-104.36638600000003,71.588882000000126],[-104.35527000000002,71.574432000000002],[-104.35916099999997,71.563309000000004],[-104.36361699999998,71.557204999999954],[-104.37581599999993,71.544707999999957],[-104.383331,71.538315000000011],[-104.40167200000002,71.514435000000049],[-104.40361000000001,71.508605999999986],[-104.40194700000001,71.498322000000144],[-104.34416199999993,71.410811999999964],[-104.33332799999994,71.396378000000141],[-104.35722399999986,71.357483000000002],[-104.37165799999997,71.360809000000017],[-104.38918299999995,71.363602000000014],[-104.40805099999994,71.364990000000091],[-104.43804899999998,71.362761999999975],[-104.45056199999988,71.359711000000118],[-104.46167000000003,71.355820000000051],[-104.47138999999993,71.351089000000115],[-104.48860199999996,71.339980999999966],[-104.49333200000001,71.334152000000131],[-104.49694799999997,71.322769000000108],[-104.49500299999988,71.312485000000095],[-104.49137899999988,71.307480000000055],[-104.46250900000001,71.281097000000045],[-104.44972200000001,71.272217000000012],[-104.43888900000002,71.257767000000115],[-104.43971299999998,71.246933000000013],[-104.44055200000003,71.236098999999967],[-104.44444299999992,71.224990999999989],[-104.44888300000002,71.218872000000147],[-104.470551,71.199706999999989],[-104.49610899999999,71.183044000000109],[-104.52555799999999,71.168869000000029],[-104.55610699999994,71.155548000000067],[-104.57805599999995,71.148041000000092],[-104.59056099999998,71.145263999999997],[-104.62361099999987,71.133605999999986],[-104.64862099999999,71.11914100000007],[-104.60472099999998,71.079711999999972],[-104.58583099999998,71.066666000000055],[-104.57028199999996,71.05831900000004],[-104.53666699999997,71.044144000000131],[-104.48916600000001,71.024703999999986],[-104.45667300000002,71.013610999999969],[-104.33778399999994,70.979706000000078],[-104.23805199999998,70.964996000000099],[-104.22389199999998,70.961928999999998],[-104.122772,70.914703000000145],[-104.11665299999999,70.910262999999929],[-104.09999099999999,70.891372999999987],[-104.07640099999992,70.863037000000077],[-104.05277999999993,70.834427000000062],[-104.04583699999995,70.824996999999996],[-104.04277000000002,70.804153000000042],[-104.02887699999991,70.784988000000055],[-104.01583900000003,70.770827999999938],[-104.00029000000001,70.757216999999969],[-103.99416400000001,70.75277699999998],[-103.98528299999998,70.748871000000065],[-103.97138999999987,70.745529000000147],[-103.95472699999999,70.742752000000053],[-103.94027699999987,70.741653000000099],[-103.92443800000001,70.741928000000087],[-103.806107,70.723037999999974],[-103.73111,70.691649999999925],[-103.64083899999997,70.646652000000017],[-103.63417099999992,70.637206999999989],[-103.62470999999994,70.628036000000009],[-103.59889199999992,70.615814000000057],[-103.55638099999999,70.600815000000011],[-103.52333099999987,70.59304800000001],[-103.506958,70.590271000000143],[-103.49027999999998,70.587494000000049],[-103.47305299999999,70.586928999999998],[-103.44193999999999,70.587204000000042],[-103.39835399999993,70.590546000000131],[-103.34277299999997,70.59664900000007],[-103.32721699999991,70.59664900000007],[-103.30915799999997,70.595260999999994],[-103.26500699999997,70.581665000000044],[-103.239441,70.569443000000035],[-103.20472699999993,70.548035000000141],[-103.14972699999998,70.513885000000016],[-103.13276699999994,70.505829000000119],[-103.12165800000002,70.501938000000052],[-103.095551,70.498031999999967],[-103.01194799999996,70.492202999999961],[-102.97693600000002,70.489975000000015],[-102.96056399999998,70.489151000000049],[-102.93055699999996,70.490540000000067],[-102.92027299999995,70.494980000000055],[-102.91443599999991,70.500000000000114],[-102.915009,70.505264000000068],[-102.91832699999998,70.510268999999937],[-102.92388900000003,70.514435000000049],[-102.93250299999988,70.518600000000049],[-102.95722999999998,70.525543000000027],[-102.97528099999994,70.527205999999978],[-103.03028899999998,70.534988000000112],[-103.05526700000001,70.541931000000091],[-103.09973099999991,70.55664100000007],[-103.10833700000001,70.56053199999991],[-103.12609899999995,70.57388300000008],[-103.13999899999993,70.609421000000111],[-103.15556300000003,70.654984000000013],[-103.156113,70.659987999999998],[-103.15387699999997,70.665817000000004],[-103.14916999999991,70.67164600000001],[-103.13667299999992,70.674423000000104],[-103.12110899999999,70.674698000000092],[-103.10417200000001,70.673873999999955],[-103.08583099999998,70.672484999999995],[-103.06667299999998,70.669983000000059],[-103.0250089999999,70.660262999999986],[-103.00250199999999,70.652771000000087],[-102.85665899999992,70.597763000000043],[-102.84834299999994,70.593871999999976],[-102.84528399999999,70.588882000000126],[-102.83833300000003,70.574158000000068],[-102.83583099999998,70.548035000000141],[-102.74445300000002,70.494705000000067],[-102.61501299999992,70.460541000000035],[-102.60138699999999,70.457214000000079],[-102.52027899999996,70.438309000000118],[-102.45749699999988,70.426376000000118],[-102.40862299999998,70.417479999999955],[-102.33332799999999,70.397766000000047],[-102.281387,70.384155000000078],[-102.11749299999997,70.339432000000045],[-101.99610899999988,70.287201000000096],[-101.97972099999998,70.279160000000047],[-101.92555199999998,70.260544000000039],[-101.89334099999996,70.254439999999988],[-101.87666300000001,70.25360100000006],[-101.86138899999997,70.253876000000048],[-101.84916699999985,70.256653000000142],[-101.83805799999993,70.260268999999994],[-101.828056,70.264709000000039],[-101.82195299999995,70.269714000000079],[-101.81722999999988,70.281097000000102],[-101.81749699999995,70.286102000000142],[-101.80972300000002,70.297759999999982],[-101.79972800000002,70.302199999999971],[-101.71472199999999,70.308868000000132],[-101.69803599999995,70.308029000000033],[-101.68195300000002,70.304977000000065],[-101.59944200000001,70.275818000000129],[-101.58860800000002,70.271927000000062],[-101.58029199999993,70.267761000000121],[-101.58029199999993,70.262771999999984],[-101.58556399999998,70.256653000000142],[-101.60555999999997,70.247757000000036],[-101.63417099999998,70.233047000000056],[-101.64306599999998,70.227768000000083],[-101.65083300000003,70.221374999999966],[-101.65055799999993,70.210815000000025],[-101.64222699999993,70.196365000000071],[-101.62249799999995,70.162491000000045],[-101.61416599999995,70.153046000000018],[-101.55999800000001,70.113602000000071],[-101.55194099999994,70.109420999999998],[-101.53971899999999,70.106934000000138],[-101.52667200000002,70.108597000000032],[-101.39723200000003,70.139435000000049],[-101.39222699999999,70.150543000000027],[-101.37581599999999,70.177765000000136],[-101.358047,70.176086000000112],[-101.28666699999991,70.152480999999966],[-101.265289,70.14498900000001],[-101.25723299999999,70.140823000000125],[-101.25195300000001,70.13638300000008],[-101.23889200000002,70.133040999999992],[-101.22222899999991,70.131927000000019],[-101.14499699999999,70.15525800000006],[-101.13500999999997,70.159713999999951],[-101.12721299999998,70.166092000000106],[-101.12193300000001,70.171921000000111],[-101.11665299999993,70.183044000000109],[-101.12193300000001,70.192749000000049],[-101.11193800000001,70.19720500000011],[-101.09555099999994,70.196365000000071],[-101.03971899999999,70.183044000000109],[-100.99973299999999,70.172760000000096],[-100.98388699999992,70.164703000000145],[-100.97332799999998,70.155548000000067],[-100.97332799999998,70.145264000000054],[-100.97609699999992,70.134430000000009],[-100.96028099999995,70.053040000000067],[-100.92194399999988,69.965271000000143],[-100.88694800000002,69.884155000000021],[-100.870003,69.814423000000147],[-100.870003,69.788315000000011],[-100.87805200000003,69.771652000000131],[-100.89998600000001,69.753875999999991],[-100.92555199999998,69.721100000000035],[-100.92027300000001,69.711380000000133],[-100.92027300000001,69.701096000000121],[-100.92832899999996,69.684143000000006],[-100.93859900000001,69.672484999999995],[-100.94748699999997,69.666930999999977],[-100.95722999999992,69.662490999999989],[-100.96916199999998,69.659714000000065],[-101.06443799999994,69.648604999999975],[-101.28362300000003,69.663879000000065],[-101.31777999999991,69.667480000000126],[-101.32972699999988,69.669983000000116],[-101.34028599999999,69.678864000000033],[-101.43831599999993,69.769714000000022],[-101.45472699999993,69.798874000000069],[-101.46806299999997,69.823044000000095],[-101.47332799999998,69.832763999999997],[-101.468613,69.838882000000069],[-101.458618,69.843322999999998],[-101.43998699999997,69.853317000000004],[-101.43472300000002,69.859146000000067],[-101.41610700000001,69.886932000000115],[-101.41860999999989,69.891936999999984],[-101.42944299999994,69.906097000000045],[-101.44526699999994,69.909149000000014],[-101.45638999999994,69.905548000000124],[-101.46888699999994,69.893051000000128],[-101.47917199999995,69.881362999999908],[-101.51972999999992,69.828323000000069],[-101.53999299999998,69.79942299999999],[-101.54750100000001,69.78776600000009],[-101.55972299999996,69.764998999999989],[-101.56220999999999,69.754165999999998],[-101.56194299999999,69.74914600000011],[-101.564438,69.743317000000104],[-101.569458,69.737488000000099],[-101.60777300000001,69.705825999999945],[-101.65249599999999,69.6827550000001],[-101.69193999999999,69.680267000000129],[-101.69722000000002,69.684708000000057],[-101.75805699999995,69.717758000000117],[-101.76611300000002,69.721924000000001],[-101.77916700000003,69.725266000000147],[-101.85637700000001,69.743042000000116],[-101.87000299999994,69.74414100000007],[-101.88722200000001,69.733321999999987],[-101.89916999999997,69.73054500000012],[-101.91416900000002,69.73054500000012],[-101.92999299999997,69.733597000000032],[-101.94055200000003,69.737198000000092],[-101.94860799999998,69.741363999999976],[-101.962784,69.753052000000025],[-102.02306399999992,69.817764000000011],[-102.06555199999997,69.850540000000137],[-102.20667300000002,69.91304000000008],[-102.21749899999998,69.916930999999977],[-102.23029300000002,69.917205999999965],[-102.24082900000002,69.913315000000068],[-102.37581599999999,69.809418000000107],[-102.51027699999992,69.758040999999992],[-102.57640100000003,69.737488000000099],[-102.59249899999998,69.738312000000064],[-102.60582699999998,69.741653000000099],[-102.61638600000003,69.745255000000043],[-102.64890300000002,69.761658000000125],[-102.65972899999997,69.765273999999977],[-102.673317,69.76638800000012],[-102.68055700000002,69.759995000000004],[-102.67443800000001,69.750275000000101],[-102.65805099999994,69.736923000000047],[-102.60028099999994,69.69802900000002],[-102.59221600000001,69.693862999999908],[-102.57640100000003,69.691086000000041],[-102.55943299999996,69.68942300000009],[-102.53138699999994,69.691360000000145],[-102.52084400000001,69.695251000000042],[-102.50917099999998,69.69802900000002],[-102.49194299999994,69.696365000000014],[-102.48361199999988,69.692200000000014],[-102.47805800000003,69.682480000000112],[-102.49777199999988,69.595260999999994],[-102.50778199999996,69.564147999999989],[-102.51500699999985,69.559982000000105],[-102.525284,69.556366000000025],[-102.60305800000003,69.538315000000068],[-102.81304899999986,69.529709000000139],[-102.82861300000002,69.53276100000005],[-102.94387799999993,69.559417999999994],[-103.08528099999995,69.597214000000122],[-103.18666099999996,69.629425000000026],[-103.20556599999998,69.636932000000002],[-103.22471599999994,69.644714000000135],[-103.23277300000001,69.648604999999975],[-103.260559,69.665543000000071],[-103.27166699999998,69.674423000000104],[-103.32195300000001,69.692200000000014],[-103.41639699999996,69.706375000000094],[-103.43055699999996,69.705261000000121],[-103.47693600000002,69.693588000000091],[-103.48665599999998,69.684708000000057],[-103.50723299999999,69.617751999999996],[-103.5041809999999,69.613036999999963],[-103.33528100000001,69.574997000000053],[-103.08917200000002,69.521927000000005],[-103.07528699999995,69.523041000000148],[-103.05695300000002,69.520537999999988],[-103.04638699999998,69.516936999999984],[-103.03806299999997,69.512771999999984],[-103.03278399999999,69.508331000000055],[-103.02333099999998,69.493866000000082],[-103.01390099999998,69.474152000000004],[-102.99137899999999,69.424698000000035],[-102.99082899999996,69.419434000000024],[-103.00778199999996,69.326935000000049],[-103.01917300000002,69.282761000000107],[-103.02306399999998,69.271652000000017],[-103.04444899999999,69.252487000000087],[-103.07195299999995,69.238586000000112],[-103.11332700000003,69.223602000000028],[-103.12444299999999,69.220825000000104],[-103.16000399999996,69.213042999999971],[-103.17250099999995,69.211380000000077],[-103.19415299999997,69.204712000000086],[-103.204453,69.200821000000019],[-103.21140299999996,69.194427000000132],[-103.21444700000001,69.189697000000137],[-103.21777299999997,69.137207000000103],[-103.208618,69.122756999999979],[-103.20305599999989,69.11831699999999],[-103.19499199999996,69.114426000000094],[-103.18222000000003,69.111098999999967],[-103.141953,69.15776100000005],[-103.13390400000003,69.163315000000068],[-103.12444299999999,69.167755000000056],[-103.10500300000001,69.176085999999998],[-103.07417299999997,69.187485000000038],[-103.03721599999994,69.205826000000059],[-103.021118,69.216934000000037],[-103.00611900000001,69.228592000000106],[-102.99889399999989,69.234985000000052],[-102.98082699999992,69.259155000000078],[-102.96916199999993,69.271378000000084],[-102.95056199999999,69.290268000000083],[-102.94360399999999,69.29664600000001],[-102.87249799999995,69.360535000000141],[-102.84084299999995,69.383330999999998],[-102.829453,69.386108000000036],[-102.817497,69.383881000000031],[-102.80666400000001,69.379974000000061],[-102.79360999999994,69.376923000000033],[-102.76083399999993,69.374420000000043],[-102.74694799999997,69.375534000000016],[-102.72277799999995,69.380264000000068],[-102.51083399999999,69.439697000000081],[-102.50862100000001,69.445526000000086],[-102.48972300000003,69.469436999999971],[-102.47193900000002,69.479430999999977],[-102.46028100000001,69.482208000000071],[-102.31304899999998,69.49832200000003],[-102.29804999999999,69.498596000000134],[-102.09306300000003,69.487762000000089],[-102.05750299999988,69.483597000000088],[-102.04750100000001,69.479980000000126],[-101.95527599999997,69.43553200000008],[-101.94748699999997,69.431365999999969],[-101.93694299999999,69.422485000000052],[-101.93138099999999,69.412766000000033],[-101.93110699999994,69.407486000000006],[-101.93611099999998,69.401657],[-102.03527799999995,69.287200999999982],[-102.14890300000002,69.270264000000111],[-102.15943899999996,69.27388000000002],[-102.18776700000001,69.280272999999966],[-102.20140100000003,69.279160000000047],[-102.21278399999994,69.276382000000069],[-102.22972099999993,69.265549000000078],[-102.23194899999999,69.259720000000073],[-102.21721600000001,69.225266000000033],[-102.11972000000003,69.183043999999938],[-102.10665899999992,69.179703000000131],[-102.09361299999989,69.178588999999931],[-102.08112299999993,69.180267000000072],[-102.07167099999992,69.184982000000105],[-102.06416300000001,69.191360000000032],[-102.05943299999996,69.19720499999994],[-102.05721999999992,69.202773999999977],[-102.05750299999988,69.208038000000101],[-102.05444299999999,69.214431999999988],[-102.04499800000002,69.226089000000115],[-102.03666699999997,69.231658999999979],[-102.01666299999999,69.239975000000072],[-102.00611899999996,69.243590999999981],[-101.96305799999999,69.257216999999912],[-101.95140099999998,69.259995000000117],[-101.9385989999999,69.261931999999945],[-101.92194399999994,69.260269000000051],[-101.78500399999996,69.196365000000071],[-101.77055399999995,69.189147999999989],[-101.75472999999994,69.175812000000064],[-101.75195300000001,69.165543000000014],[-101.75167799999991,69.160537999999974],[-101.75389099999995,69.149719000000061],[-101.80638099999999,69.003876000000105],[-101.80860899999993,68.99803199999991],[-101.81806899999992,68.993591000000038],[-101.85138699999993,68.984420999999941],[-101.89916999999997,68.97526600000009],[-101.94888300000002,68.96775800000006],[-101.962784,68.96665999999999],[-101.97693600000002,68.96665999999999],[-101.993607,68.968323000000112],[-102.00140399999992,68.972488000000112],[-102.02223200000003,68.990265000000136],[-102.03250100000002,68.99414100000007],[-102.04778299999998,68.996933000000126],[-102.06220999999994,68.996933000000126],[-102.09665699999994,68.988585999999941],[-102.11305199999998,68.977767999999969],[-102.12609900000001,68.966385000000002],[-102.13082900000001,68.960265999999933],[-102.14502699999997,68.94766199999998],[-102.15638699999994,68.944702000000063],[-102.16972399999997,68.946091000000024],[-102.323624,68.937195000000088],[-102.38612399999994,68.925537000000077],[-102.38583399999993,68.920258000000103],[-102.39028899999994,68.914429000000098],[-102.39835399999987,68.90887500000008],[-102.48554999999999,68.871368000000018],[-102.53582799999998,68.864425999999924],[-102.58972199999999,68.860535000000084],[-102.60417200000001,68.860260000000039],[-102.61972000000003,68.861099000000024],[-102.63500999999991,68.863876000000118],[-102.64527900000002,68.867751999999996],[-102.76306199999999,68.877762000000075],[-102.81889299999995,68.834152000000074],[-102.89472999999992,68.799988000000042],[-102.99054699999999,68.794434000000081],[-103.00583599999999,68.795258000000047],[-103.047234,68.809707999999944],[-103.146118,68.840546000000131],[-103.16416899999996,68.84304800000001],[-103.19499199999996,68.844437000000028],[-103.208618,68.843596999999988],[-103.32084699999996,68.829712000000086],[-103.34111000000001,68.822220000000129],[-103.36000099999995,68.813872999999944],[-103.36805700000002,68.808318999999983],[-103.40306099999992,68.777205999999978],[-103.50917099999987,68.801375999999948],[-103.83583099999993,68.83638000000002],[-104.09472699999992,68.856644000000017],[-104.11028299999998,68.859421000000054],[-104.13834399999996,68.865540000000124],[-104.287781,68.901932000000102],[-104.40249599999999,68.931091000000094],[-104.43083199999995,68.9369200000001],[-104.445267,68.938873000000001],[-104.45749699999999,68.936645999999996],[-104.46167000000003,68.930542000000116],[-104.46305799999988,68.924987999999928],[-104.46250900000001,68.919708000000071],[-104.47444199999995,68.901657000000057],[-104.487503,68.888885000000073],[-104.50279199999989,68.877762000000075],[-104.51167299999992,68.873032000000023],[-104.52139299999999,68.869140999999956],[-104.54360999999989,68.863311999999951],[-104.583618,68.859711000000118],[-104.84999099999993,68.870254999999986],[-105.12917299999998,68.896378000000084],[-105.14472999999992,68.899155000000007],[-105.16610699999995,68.906097000000102],[-105.19332900000001,68.917480000000126],[-105.24889399999989,68.945526000000029],[-105.18305999999995,68.988312000000008],[-105.173317,68.991928000000087],[-105.14666699999998,68.992477000000008],[-105.128601,68.989975000000129],[-105.06471299999998,68.986923000000047],[-105.03916900000002,68.990265000000136],[-104.93639400000001,69.03054800000001],[-104.92887899999999,69.036102000000028],[-104.91610700000001,69.048874000000012],[-104.91166699999991,69.065811000000053],[-104.915009,69.070541000000048],[-104.92304999999999,69.074706999999989],[-104.93388399999998,69.078323000000012],[-105.06500199999999,69.104155999999989],[-105.08332799999999,69.106369000000086],[-105.09665699999999,69.105255000000113],[-105.122772,69.091095000000053],[-105.16027799999995,69.071930000000066],[-105.47361799999999,69.106934000000138],[-105.48055999999997,69.116652999999928],[-105.49249299999991,69.125259000000028],[-105.50695799999994,69.133606000000043],[-105.51528899999994,69.13749700000011],[-105.55387899999999,69.152480999999966],[-105.58056599999998,69.156372000000033],[-105.61694299999994,69.160812000000078],[-105.76806599999998,69.171371000000136],[-105.83029199999999,69.172211000000004],[-105.87416100000002,69.171097000000032],[-105.90222199999999,69.169144000000074],[-105.91443600000002,69.167205999999965],[-105.92555199999998,69.164153999999996],[-106.03888699999993,69.153869999999984],[-106.17777999999998,69.144150000000081],[-106.19360399999999,69.144714000000022],[-106.256958,69.154984000000127],[-106.28888699999999,69.160262999999929],[-106.39611799999994,69.17804000000001],[-106.40611299999995,69.180542000000059],[-106.41471899999999,69.184417999999937],[-106.41471899999999,69.195251000000098],[-106.41027799999995,69.217758000000003],[-106.40666199999998,69.223877000000073],[-106.3944469999999,69.23692299999999],[-106.38612399999994,69.241653000000042],[-106.37638899999996,69.24552900000009],[-106.30777,69.262206999999989],[-106.28832999999992,69.269989000000123],[-106.27362099999993,69.281372000000147],[-106.26777600000003,69.292206000000022],[-106.26889,69.297211000000061],[-106.31639100000001,69.386658000000068],[-106.49527,69.474426000000108],[-106.52139299999993,69.486098999999967],[-106.54138199999989,69.49331699999999],[-106.55499299999985,69.496368000000018],[-106.57112099999989,69.498870999999951],[-106.60221899999999,69.498870999999951],[-106.61444099999994,69.496643000000006],[-106.62554899999986,69.493591000000094],[-106.73306299999996,69.441650000000038],[-106.74027999999998,69.435806000000014],[-106.74388099999993,69.429703000000075],[-106.74553700000001,69.407760999999994],[-106.86277799999999,69.36914100000007],[-106.93083200000001,69.361649000000114],[-106.95500199999992,69.357208000000014],[-106.96611000000001,69.354156000000103],[-106.98554999999999,69.346100000000035],[-106.99249299999997,69.340546000000018],[-106.99722300000002,69.33526599999999],[-106.99833699999999,69.329711999999972],[-106.99694799999997,69.324432000000058],[-106.96528599999994,69.303040000000067],[-106.95749699999993,69.293319999999994],[-106.925003,69.23942599999998],[-106.92223399999995,69.228867000000093],[-106.929169,69.216660000000104],[-106.93611099999998,69.211105000000032],[-106.94444299999998,69.206375000000037],[-106.96362299999993,69.198318000000029],[-107.03999299999998,69.181091000000038],[-107.12832600000002,69.154434000000094],[-107.13806199999999,69.150543000000027],[-107.16221599999994,69.134430000000009],[-107.19167299999998,69.112487999999928],[-107.22666900000002,69.084152000000017],[-107.24889400000001,69.068054000000018],[-107.264183,69.057480000000112],[-107.27944899999994,69.046936000000073],[-107.304169,69.032485999999949],[-107.31360599999994,69.028595000000109],[-107.34221599999995,69.01887499999998],[-107.37444299999993,69.009430000000123],[-107.43167099999994,68.996368000000075],[-107.50334199999992,68.982758000000047],[-107.55387899999994,68.975540000000024],[-107.64611799999989,68.965546000000018],[-107.67388900000003,68.963608000000079],[-107.74610899999999,68.960815000000082],[-107.93749999999994,68.934981999999934],[-107.95584099999996,68.931046000000094],[-107.97693600000002,68.930542000000116],[-108.17555199999998,68.931091000000094],[-108.20944199999997,68.93331900000004],[-108.26444999999995,68.939148000000046],[-108.29833999999988,68.941360000000088],[-108.42804699999994,68.945816000000036],[-108.49221799999992,68.94747899999993],[-108.521118,68.946365000000128],[-108.53443900000002,68.944702000000063],[-108.54611199999994,68.942474000000061],[-108.56331599999993,68.933594000000028],[-108.56388900000002,68.927765000000022],[-108.55082699999997,68.919434000000138],[-108.54194599999994,68.915543000000071],[-108.53555299999999,68.911376999999959],[-108.531387,68.906647000000135],[-108.52971599999995,68.901382000000069],[-108.53028899999993,68.895828000000051],[-108.53555299999999,68.889160000000061],[-108.55139200000002,68.879425000000026],[-108.59722899999997,68.859146000000067],[-108.67443799999995,68.829437000000041],[-108.926941,68.744431000000134],[-108.93749999999994,68.741088999999988],[-108.97250400000001,68.733870999999965],[-109.10472099999998,68.710541000000035],[-109.19138299999992,68.697205000000054],[-109.23416099999997,68.694977000000108],[-109.26390099999998,68.694427000000076],[-109.31194299999999,68.695816000000093],[-109.345551,68.697754000000032],[-109.37416100000002,68.696365000000014],[-109.39998600000001,68.693313999999987],[-109.43472300000002,68.686095999999964],[-109.49137899999994,68.673308999999961],[-109.52306399999992,68.664993000000095],[-109.55359599999991,68.655258000000003],[-109.59722899999997,68.64387499999998],[-109.64362299999999,68.634430000000123],[-109.65638699999994,68.632751000000098],[-109.68331899999998,68.630539000000056],[-109.756958,68.628586000000098],[-109.97028399999999,68.627197000000081],[-110.12416099999996,68.627197000000081],[-110.16055299999994,68.630539000000056],[-110.19167299999998,68.630814000000044],[-110.22000099999997,68.629150000000038],[-110.24416400000001,68.625259000000142],[-110.26306199999999,68.617752000000053],[-110.27194199999997,68.613602000000014],[-110.27916700000003,68.608597000000145],[-110.295547,68.599426000000051],[-110.32917800000001,68.582214000000022],[-110.33917200000002,68.578872999999987],[-110.35082999999997,68.576385000000016],[-110.36361699999998,68.574707000000046],[-110.37777699999998,68.574158000000125],[-110.39138800000001,68.576660000000004],[-110.39806399999986,68.580826000000116],[-110.42027299999995,68.604156000000046],[-110.42722300000003,68.608321999999987],[-110.44082600000002,68.611099000000081],[-110.45889299999999,68.612761999999975],[-110.56111099999998,68.616653000000042],[-110.576683,68.616653000000042],[-110.58944699999989,68.614990000000148],[-110.60944399999994,68.608321999999987],[-110.61694299999994,68.603592000000106],[-110.63417099999987,68.59526100000005],[-110.65695199999999,68.590271000000143],[-110.68138099999999,68.586105000000089],[-110.89666699999998,68.55720500000001],[-110.92223399999995,68.553863999999976],[-110.950287,68.551926000000037],[-111.01363400000002,68.552765000000022],[-111.03195199999999,68.554428000000144],[-111.03859699999992,68.558594000000028],[-111.03500400000001,68.563873000000001],[-110.98332199999993,68.577773999999977],[-110.97193900000002,68.580276000000083],[-110.95777900000002,68.581100000000049],[-110.92555199999993,68.580276000000083],[-110.89723200000003,68.581940000000088],[-110.87165800000002,68.585266000000104],[-110.86028299999987,68.587769000000094],[-110.850281,68.591095000000109],[-110.84306299999997,68.596099999999979],[-110.84306299999997,68.601653999999996],[-110.84973099999996,68.605820000000051],[-110.86361699999992,68.608597000000145],[-111.01750199999998,68.598327999999981],[-111.03028899999998,68.596649000000127],[-111.05888399999998,68.585815000000082],[-111.068893,68.58248900000001],[-111.08029199999999,68.579987000000131],[-111.09306300000003,68.578323000000125],[-111.13527699999997,68.575821000000076],[-111.16639700000002,68.575821000000076],[-111.23249800000002,68.578049000000021],[-111.26750199999998,68.580551000000071],[-111.28362299999998,68.582764000000054],[-111.32000700000003,68.585815000000082],[-111.33693699999998,68.586655000000121],[-111.37917299999998,68.584152000000131],[-111.39195299999994,68.58248900000001],[-111.41166699999997,68.575546000000031],[-111.41665599999999,68.571106000000043],[-111.40527299999997,68.568054000000075],[-111.389183,68.56581099999994],[-111.29804999999999,68.557755000000043],[-111.25028999999989,68.55720500000001],[-111.23194899999999,68.555542000000116],[-111.21833800000002,68.552765000000022],[-111.20916699999998,68.549148999999943],[-111.204453,68.544708000000071],[-111.204453,68.538879000000009],[-111.21112099999999,68.526093000000117],[-111.21556099999992,68.519440000000145],[-111.22556299999997,68.516098],[-111.23805199999993,68.514435000000105],[-111.25361599999991,68.514435000000105],[-111.35861199999999,68.521652000000017],[-111.37470999999999,68.523604999999975],[-111.38834400000002,68.526382000000069],[-111.46806300000003,68.536926000000108],[-111.52278100000001,68.541656000000103],[-111.60056299999991,68.543594000000041],[-111.85109699999998,68.534149000000014],[-112.060272,68.523041000000035],[-112.21000700000002,68.513610999999969],[-112.23665599999987,68.510817999999972],[-112.35916099999997,68.501938000000109],[-112.40110799999997,68.499145999999996],[-112.50917099999992,68.498032000000023],[-112.63527699999992,68.483047000000056],[-112.63694800000002,68.476928999999927],[-112.64527900000002,68.472763000000043],[-112.67027299999995,68.469146999999964],[-112.72749299999992,68.465820000000065],[-112.77390299999996,68.465546000000131],[-112.80750299999994,68.466660000000104],[-113.05166600000001,68.464157000000114],[-113.091949,68.460266000000047],[-113.220551,68.45277400000009],[-113.25140399999992,68.452209000000096],[-113.26944699999996,68.453873000000101],[-113.297234,68.458602999999925],[-113.30444299999999,68.462769000000037],[-113.30943300000001,68.467209000000025],[-113.310272,68.473038000000031],[-113.30638099999993,68.479706000000022],[-113.29972800000002,68.484711000000061],[-113.29138199999994,68.489151000000106],[-113.26944699999996,68.494430999999963],[-113.256958,68.496094000000085],[-113.19360399999999,68.496368000000018],[-113.05166600000001,68.487487999999985],[-113.03778099999994,68.488312000000121],[-113.03388999999999,68.494980000000112],[-113.04360999999994,68.504166000000055],[-113.07250999999991,68.520538000000045],[-113.11805700000002,68.544434000000138],[-113.14138800000001,68.550537000000077],[-113.19721999999996,68.560256999999979],[-113.21333300000003,68.562195000000088],[-113.26888999999994,68.572220000000016],[-113.33416699999998,68.585541000000148],[-113.35777299999995,68.591369999999984],[-113.36721799999992,68.594986000000006],[-113.38166799999988,68.603043000000014],[-113.44304699999998,68.640548999999965],[-113.44833399999999,68.645263999999997],[-113.45111099999997,68.650269000000037],[-113.45249899999999,68.661652000000061],[-113.45084400000002,68.667755],[-113.52443700000003,68.724990999999932],[-113.66665599999999,68.802199999999914],[-113.676941,68.811096000000077],[-113.67887899999994,68.894714000000079],[-113.67722299999997,68.900818000000129],[-113.671944,68.906647000000135],[-113.62389400000001,68.93331900000004],[-113.60694899999993,68.942474000000061],[-113.58444199999997,68.948028999999963],[-113.57472199999995,68.951385000000016],[-113.569458,68.957214000000022],[-113.54583700000001,69.043045000000006],[-113.54499799999996,69.048035000000084],[-113.55471799999987,69.051376000000118],[-113.61501299999998,69.066376000000048],[-113.63221699999997,69.073883000000023],[-113.64723199999992,69.081940000000145],[-113.65778399999999,69.091095000000053],[-113.69611399999991,69.154709000000139],[-113.69220699999994,69.189423000000033],[-113.68083200000001,69.191925000000083],[-113.66583300000002,69.191086000000098],[-113.65583800000002,69.187485000000038],[-113.62193300000001,69.17804000000001],[-113.53888699999999,69.168594000000041],[-113.51972999999998,69.167205999999965],[-113.50862099999995,69.169708000000014],[-113.51363399999997,69.174423000000047],[-113.52111799999994,69.178588999999931],[-113.55359599999991,69.187195000000031],[-113.58000199999992,69.192474000000004],[-113.62332200000003,69.199707000000046],[-113.90888999999999,69.24192800000003],[-114.27555799999999,69.281936999999971],[-114.31139400000001,69.284987999999998],[-114.32888800000001,69.285538000000031],[-114.39277600000003,69.284149000000014],[-114.42138699999998,69.281936999999971],[-114.4472199999999,69.278046000000074],[-114.49249299999991,69.267212000000029],[-114.51834100000002,69.263321000000133],[-114.66972399999997,69.255829000000006],[-114.764183,69.252212999999983],[-115.08889799999992,69.244705000000124],[-115.25361599999991,69.245254999999986],[-115.40083299999998,69.256942999999978],[-115.64472999999998,69.273315000000139],[-115.79527299999995,69.282761000000107],[-115.92138699999992,69.290268000000083],[-115.95584099999996,69.292206000000022],[-115.96833799999996,69.294983000000116],[-115.9786069999999,69.298598999999967],[-115.98665599999998,69.302475000000015],[-116.00029000000001,69.310806000000127],[-116.00611900000001,69.315262000000018],[-116.016953,69.322220000000016],[-116.02694700000001,69.325546000000088],[-116.05638099999999,69.32998699999996],[-116.17527799999993,69.34165999999999],[-116.21945199999999,69.348327999999981],[-116.52583300000003,69.407486000000006],[-116.53859699999998,69.4102630000001],[-116.54888900000003,69.413605000000018],[-116.56527699999992,69.421371000000079],[-116.62970699999994,69.458878000000141],[-116.63137799999993,69.464706000000035],[-116.62666299999989,69.470535000000041],[-116.61888099999993,69.474990999999989],[-116.60777300000001,69.478043000000071],[-116.569458,69.48414600000001],[-116.56139400000001,69.488586000000055],[-116.55860899999993,69.4952550000001],[-116.57556199999993,69.555817000000104],[-116.58138999999989,69.560531999999967],[-116.591949,69.563873000000001],[-116.60472099999993,69.566665999999998],[-116.63667299999997,69.570267000000058],[-116.73388699999998,69.575546000000031],[-116.74999999999994,69.574997000000053],[-116.75945299999995,69.571381000000031],[-116.76611299999996,69.565177999999946],[-116.78138699999988,69.55720500000001],[-116.89750700000002,69.587494000000049],[-116.88054699999986,69.608871000000079],[-116.85193600000002,69.619705000000124],[-116.84612299999998,69.643051000000014],[-116.84750399999996,69.648604999999975],[-116.858047,69.651932000000102],[-116.96193700000003,69.679427999999973],[-116.987503,69.684981999999991],[-117.01777600000003,69.68942300000009],[-117.03500399999996,69.690810999999997],[-117.05027799999993,69.693038999999942],[-117.07584400000002,69.69859300000013],[-117.11805699999996,69.711654999999951],[-117.23889200000002,69.753052000000025],[-117.24749799999995,69.756943000000092],[-117.26917300000002,69.78166200000004],[-117.27278100000001,69.792755000000056],[-117.30777,69.844436999999971],[-117.36721799999992,69.919983000000059],[-117.42250099999995,69.972488000000055],[-117.43499799999995,69.981369000000029],[-117.43666099999996,69.98692299999999],[-117.43611099999993,69.993042000000059],[-117.41528299999993,70.009995000000117],[-117.38527699999997,70.028595000000053],[-117.35637700000001,70.039703000000031],[-117.32584400000002,70.049987999999985],[-117.28362300000003,70.063309000000118],[-117.25140399999992,70.072768999999994],[-117.23999000000003,70.075821000000133],[-117.19444299999998,70.087493999999936],[-117.16999800000002,70.092484000000013],[-117.12082700000002,70.102478000000019],[-117.08167999999995,70.108871000000136],[-117.01083399999993,70.116928000000144],[-116.87721299999998,70.129150000000095],[-116.58306899999997,70.156937000000084],[-116.236107,70.191360000000032],[-116.16639700000002,70.199997000000053],[-116.09999099999999,70.210266000000047],[-116.07167099999998,70.213608000000022],[-115.90834000000001,70.228867000000093],[-115.80194099999994,70.236649000000057],[-115.69360399999994,70.243866000000139],[-115.64695699999993,70.246643000000063],[-115.49665799999997,70.250549000000092],[-115.44833399999993,70.252487000000031],[-115.31471299999998,70.264160000000061],[-115.30139200000002,70.266388000000063],[-115.229446,70.273879999999963],[-115.16750299999995,70.27777100000003],[-115.08389299999999,70.279708999999968],[-115.03028899999998,70.279984000000013],[-114.86721799999998,70.28387500000008],[-114.80194099999989,70.286102000000142],[-114.74137899999999,70.290817000000004],[-114.71305799999988,70.293869000000086],[-114.65888999999999,70.301651000000049],[-114.61694299999994,70.30664100000007],[-114.58833299999992,70.309708000000001],[-114.54305999999997,70.313309000000061],[-114.511124,70.314696999999967],[-114.323624,70.316665999999998],[-114.254997,70.317215000000147],[-114.21833800000002,70.316085999999984],[-114.17832900000002,70.313599000000067],[-114.16082799999998,70.311645999999939],[-114.13527699999997,70.305816999999934],[-114.111107,70.293869000000086],[-114.09028599999994,70.286926000000108],[-114.057503,70.282486000000063],[-113.84166700000003,70.269440000000145],[-113.68388399999992,70.263046000000088],[-113.65055799999993,70.263610999999969],[-113.59166700000003,70.268600000000106],[-113.54943799999995,70.273315000000139],[-113.50556899999998,70.277481000000023],[-113.46000700000002,70.280548000000124],[-113.42804699999999,70.281662000000097],[-113.39138799999995,70.280548000000124],[-113.33332799999994,70.277206000000035],[-113.29611199999999,70.273879999999963],[-113.16832699999998,70.259155000000021],[-113.09084299999995,70.247481999999991],[-112.66665599999993,70.203873000000101],[-112.56471299999998,70.198318000000029],[-112.54804999999999,70.198593000000017],[-112.53278399999994,70.199416999999983],[-112.52084399999995,70.202209000000096],[-112.51722699999999,70.207488999999953],[-112.52749599999993,70.211105000000032],[-112.56304899999998,70.213608000000022],[-112.577789,70.216095000000053],[-112.58084100000002,70.221374999999966],[-112.57501200000002,70.227203000000088],[-112.56582599999996,70.231368999999972],[-112.55526700000001,70.234984999999995],[-112.54332699999992,70.237487999999985],[-112.295547,70.266663000000051],[-112.212784,70.265823000000012],[-112.195831,70.265823000000012],[-112.16388699999999,70.266936999999984],[-112.13834399999996,70.271378000000084],[-112.14584400000001,70.275543000000084],[-112.16306299999991,70.277481000000023],[-112.24249299999991,70.283600000000035],[-112.29695099999998,70.289154000000053],[-112.30471799999992,70.293319999999937],[-112.29723399999995,70.298325000000034],[-112.28333299999997,70.299988000000099],[-112.26666299999999,70.300262000000032],[-112.24833699999999,70.299423000000104],[-112.23111,70.297484999999938],[-112.10888699999992,70.277481000000023],[-111.92639199999996,70.252212999999927],[-111.91583300000002,70.255553999999961],[-111.90805099999989,70.260544000000039],[-111.89917000000003,70.264709000000039],[-111.88054699999998,70.270264000000111],[-111.86527999999993,70.271378000000084],[-111.84861799999993,70.271378000000084],[-111.743607,70.269440000000145],[-111.55555700000002,70.269714000000079],[-111.53888699999993,70.269989000000066],[-111.46806300000003,70.278320000000008],[-111.45445299999989,70.279984000000013],[-111.445267,70.284149000000014],[-111.44275699999992,70.290268000000026],[-111.487213,70.336929000000055],[-111.49472000000003,70.341094999999939],[-111.50723299999993,70.344147000000078],[-111.53694200000001,70.349426000000051],[-111.63110399999999,70.358321999999987],[-111.66471899999999,70.35803199999998],[-111.69387799999998,70.355545000000063],[-111.73528299999998,70.35026600000009],[-111.75055700000001,70.349426000000051],[-111.80387899999999,70.350815000000011],[-111.98055999999991,70.370818999999983],[-112.00083899999987,70.378036000000066],[-112.05387899999999,70.401093000000003],[-112.06166099999996,70.405258000000003],[-112.06973299999993,70.414993000000095],[-112.07250999999997,70.42025799999999],[-112.073059,70.431655999999975],[-112.07584400000002,70.436646000000053],[-112.08917200000002,70.451096000000121],[-112.11527999999998,70.474152000000004],[-112.14611799999994,70.490540000000067],[-112.156387,70.494141000000127],[-112.16915899999998,70.497208000000001],[-112.19915800000001,70.502213000000097],[-112.42722299999997,70.526382000000012],[-112.49553700000001,70.515274000000034],[-112.5,70.514740000000074],[-112.50945300000001,70.513611000000083],[-112.52806099999998,70.514160000000004],[-112.58612099999999,70.524994000000106],[-112.62193300000001,70.534424000000001],[-112.65278599999994,70.545258000000047],[-112.67083700000001,70.552765000000136],[-112.67859599999991,70.556931000000077],[-112.70973199999997,70.567490000000078],[-112.72805799999998,70.568329000000062],[-112.81471299999993,70.568054000000075],[-112.84861799999993,70.567764000000011],[-112.85610999999994,70.562758999999971],[-112.93749999999994,70.56721500000009],[-113.00083899999993,70.576659999999947],[-113.01611300000002,70.579163000000108],[-113.14222699999999,70.606093999999985],[-113.30304699999994,70.641936999999984],[-113.49221799999992,70.677200000000028],[-113.51112399999994,70.677765000000022],[-113.51999699999993,70.673598999999967],[-113.51917299999997,70.667755000000113],[-113.5227809999999,70.655547999999953],[-113.52834300000001,70.649719000000118],[-113.54055800000003,70.646942000000024],[-113.55444299999994,70.644989000000123],[-113.57140399999997,70.644714000000079],[-113.59166700000003,70.646103000000096],[-113.60722399999997,70.648604999999975],[-113.63054699999998,70.654984000000013],[-113.64917000000003,70.662766000000147],[-113.66528299999999,70.670822000000044],[-113.68388399999992,70.678314],[-113.72860700000001,70.691649999999925],[-113.76194800000002,70.696091000000024],[-113.88221699999997,70.710265999999933],[-113.93831599999993,70.71527100000003],[-113.97416699999991,70.715546000000018],[-113.98972299999997,70.714432000000045],[-114.015556,70.709991000000116],[-114.06833599999993,70.692474000000061],[-114.08944700000001,70.685256999999979],[-114.12082699999996,70.674698000000092],[-114.14362299999999,70.668594000000098],[-114.17111199999999,70.664703000000031],[-114.20834400000001,70.665817000000004],[-114.26194800000002,70.671371000000022],[-114.323059,70.675262000000089],[-114.37748699999997,70.675812000000121],[-114.40834000000001,70.673598999999967],[-114.4202729999999,70.670822000000044],[-114.43083200000001,70.667206000000022],[-114.44833399999999,70.658600000000092],[-114.45889299999999,70.655258000000117],[-114.49500299999994,70.646942000000024],[-114.54527299999995,70.636107999999979],[-114.57112100000001,70.631362999999965],[-114.64111299999996,70.622482000000048],[-114.98916599999995,70.603867000000093],[-115.13694800000002,70.598038000000088],[-115.25250199999994,70.601379000000122],[-115.38054699999998,70.604706000000078],[-115.39943700000003,70.604980000000012],[-115.88971700000002,70.595260999999994],[-115.921944,70.593596999999988],[-115.97609699999998,70.585266000000047],[-116.05555700000002,70.572220000000129],[-116.08556399999992,70.587769000000037],[-116.16251399999999,70.62303200000008],[-116.17111199999994,70.626923000000147],[-116.26363400000002,70.634720000000073],[-116.36389200000002,70.639160000000118],[-116.38082900000001,70.638885000000073],[-116.52999899999992,70.632477000000108],[-116.63221699999997,70.614990000000091],[-116.65583800000002,70.609146000000067],[-116.66915899999998,70.607208000000128],[-116.71501199999994,70.603043000000127],[-116.90110799999997,70.597214000000122],[-116.91972399999997,70.597488000000055],[-117.05972300000002,70.601379000000122],[-117.10056299999997,70.603317000000061],[-117.34584000000001,70.614990000000091],[-117.34973100000002,70.619980000000112],[-117.35861199999994,70.623871000000008],[-117.37666300000001,70.62553400000013],[-117.50556899999998,70.61692800000003],[-117.51528899999994,70.613311999999951],[-117.51806599999986,70.606368999999972],[-117.51862299999993,70.600266000000033],[-117.52500900000001,70.594985999999949],[-117.54360999999994,70.595260999999994],[-117.5594329999999,70.597214000000122],[-117.61305199999998,70.608597000000145],[-117.67111199999999,70.624419999999986],[-117.70472699999999,70.634155000000021],[-117.724716,70.641373000000044],[-117.73777799999993,70.65026899999998],[-117.74194299999994,70.655258000000117],[-117.741669,70.661376999999959],[-117.73944099999994,70.666930999999977],[-117.73473399999995,70.673035000000027],[-117.72222899999986,70.68331900000004],[-117.71417199999996,70.688034000000073],[-117.70944199999985,70.693863000000079],[-117.71140300000002,70.699707000000103],[-117.71806300000003,70.703872999999987],[-117.73581699999994,70.711655000000121],[-117.74694799999997,70.714995999999985],[-117.89806399999998,70.756104000000107],[-117.94554099999999,70.768599999999992],[-118.00890400000003,70.783051],[-118.04750100000001,70.791656000000046],[-118.09277299999997,70.804703000000075],[-118.13583399999999,70.818054000000018],[-118.16750300000001,70.828598000000056],[-118.18776700000001,70.836104999999975],[-118.20584099999996,70.843872000000147],[-118.26445000000001,70.871918000000051],[-118.28028899999993,70.879974000000118],[-118.30972300000002,70.897217000000012],[-118.31639100000001,70.901657000000057],[-118.32972699999993,70.910537999999974],[-118.40862299999998,70.970260999999994],[-118.41750300000001,70.980270000000019],[-118.41972399999986,70.985809000000017],[-118.41944899999993,70.99192800000003],[-118.415009,70.99803200000008],[-118.40862299999998,71.003326000000072],[-118.40055799999999,71.007766999999944],[-118.37082700000002,71.019149999999968],[-118.33944699999995,71.029433999999981],[-118.27250699999991,71.048874000000012],[-117.98055999999997,71.124420000000043],[-117.84973099999996,71.156937000000028],[-117.79666099999992,71.166382000000112],[-117.728882,71.169708000000128],[-117.69055199999997,71.169434000000024],[-117.640289,71.171921000000111],[-117.54305999999991,71.178589000000102],[-117.49445300000002,71.18193100000002],[-117.41665599999988,71.188873000000115],[-117.38722199999995,71.192474000000004],[-117.28859699999992,71.206649999999968],[-116.98528299999998,71.236098999999967],[-116.83666999999997,71.269149999999911],[-116.83332799999994,71.276093000000117],[-116.82472200000001,71.280548000000124],[-116.80055199999993,71.286102000000085],[-116.71333300000003,71.297211000000004],[-116.66972399999992,71.302765000000022],[-116.60166900000002,71.313873000000001],[-116.51777600000003,71.326384999999959],[-116.40583800000002,71.343048000000067],[-116.20889299999993,71.364150999999993],[-116.17722300000003,71.366653000000042],[-116.14195299999989,71.367751999999996],[-116.08556399999992,71.367477000000008],[-116.077789,71.365814000000057],[-116.05249000000003,71.356093999999985],[-115.81027199999994,71.362761999999975],[-115.77667200000002,71.36442599999998],[-115.76083399999993,71.365814000000057],[-115.74638399999998,71.368317000000047],[-115.73416099999986,71.371368000000075],[-115.72693599999997,71.376373000000115],[-115.72666900000002,71.381362999999965],[-115.73306299999996,71.385818000000029],[-115.74416400000001,71.389160000000118],[-115.75805700000001,71.391937000000041],[-115.79055800000003,71.396378000000141],[-115.84166700000003,71.394440000000031],[-115.85582699999992,71.392212000000029],[-115.885559,71.389160000000118],[-115.91915899999998,71.387206999999989],[-115.93360899999999,71.38888500000013],[-116.01777599999997,71.411101999999971],[-116.06471299999998,71.438583000000051],[-115.82805599999995,71.483046999999999],[-115.76306199999999,71.490265000000022],[-115.62082700000002,71.498596000000077],[-115.60472099999993,71.496094000000028],[-115.58444199999991,71.488876000000005],[-115.58416699999998,71.485259999999982],[-115.53555299999994,71.470261000000107],[-115.41555800000003,71.449707000000103],[-115.37832599999996,71.449707000000103],[-115.20028699999995,71.479430999999977],[-115.17527799999988,71.484985000000108],[-115.06667299999998,71.518600000000049],[-115.05750299999994,71.523041000000148],[-115.06194299999999,71.526657],[-115.08168000000001,71.527205999999921],[-115.11361699999998,71.524704000000042],[-115.15638699999994,71.518875000000037],[-115.17054699999994,71.516662999999994],[-115.24553700000001,71.500000000000114],[-115.26000999999997,71.498031999999967],[-115.32224300000001,71.492477000000065],[-115.44275699999992,71.488037000000077],[-115.45973200000003,71.489151000000049],[-115.53859699999998,71.50082400000008],[-115.54998799999998,71.504440000000102],[-115.55860899999999,71.508330999999998],[-115.55583199999995,71.513611000000083],[-115.54332699999986,71.516662999999994],[-115.53083800000002,71.519440000000088],[-115.51666299999999,71.521378000000027],[-115.51222199999989,71.53776600000009],[-115.61888099999987,71.555252000000053],[-115.65499899999992,71.55802900000009],[-115.70638999999994,71.555817000000047],[-115.79194599999994,71.543593999999985],[-115.87638900000002,71.53276100000005],[-115.965012,71.522216999999955],[-116.16027799999989,71.49971000000005],[-116.20805399999995,71.495818999999983],[-116.28250100000002,71.495528999999976],[-116.33389299999999,71.493317000000104],[-116.41361999999998,71.486648999999943],[-116.44360399999999,71.483322000000044],[-116.806107,71.436096000000134],[-116.98610699999995,71.427200000000028],[-117.17666600000001,71.404709000000025],[-117.20111099999997,71.398331000000098],[-117.21528599999994,71.396378000000141],[-117.328056,71.386108000000036],[-117.35944399999994,71.383331000000112],[-117.37721299999987,71.382751000000098],[-117.39835399999998,71.383880999999974],[-117.41221599999994,71.386383000000023],[-117.41665599999988,71.391373000000101],[-117.41610700000001,71.397766000000047],[-117.41306299999997,71.404434000000037],[-117.39083900000003,71.435257000000036],[-117.38110399999994,71.447205000000054],[-117.37832600000002,71.454163000000051],[-117.44776899999988,71.47387700000013],[-117.49445300000002,71.486923000000047],[-117.51750199999998,71.493317000000104],[-117.54583700000001,71.498871000000122],[-117.56276699999995,71.49971000000005],[-117.628601,71.467758000000117],[-117.63333099999994,71.461929000000112],[-117.63166799999999,71.456375000000094],[-117.62470999999999,71.451935000000105],[-117.61305199999998,71.44859300000013],[-117.59665699999999,71.446365000000014],[-117.55583200000001,71.445251000000042],[-117.5369419999999,71.443862999999908],[-117.506393,71.439148000000102],[-117.48332199999999,71.432480000000112],[-117.47888199999989,71.427475000000072],[-117.48194899999999,71.420532000000037],[-117.51722699999999,71.379425000000026],[-117.52749599999993,71.375809000000004],[-117.53943600000002,71.372757000000092],[-117.59416199999987,71.371643000000063],[-117.68138099999993,71.379700000000071],[-117.75666799999999,71.376083000000108],[-117.79444899999999,71.368042000000059],[-117.82749899999999,71.372208000000114],[-117.94833399999999,71.377762000000132],[-118.01500699999997,71.37303200000008],[-118.03278399999994,71.372482000000048],[-118.09084299999995,71.372757000000092],[-118.112213,71.37359600000002],[-118.18536399999999,71.379791000000125],[-118.24388099999999,71.389984000000084],[-118.25556899999998,71.393326000000002],[-118.28362300000003,71.404709000000025],[-118.29750099999995,71.413605000000132],[-118.31111099999993,71.428589000000045],[-118.31527699999992,71.439697000000024],[-118.31471299999998,71.452209000000039],[-118.30943300000001,71.465820000000008],[-118.28999299999992,71.481659000000093],[-118.28195199999988,71.486098999999911],[-118.2633439999999,71.49414100000007],[-118.21250900000001,71.513046000000031],[-118.20221699999996,71.516662999999994],[-118.19027699999998,71.519714000000022],[-118.17804699999994,71.522766000000104],[-118.12609900000001,71.533051000000057],[-118.08612099999988,71.540267999999969],[-118.05444299999999,71.543045000000063],[-117.83583099999998,71.554703000000075],[-117.70722999999998,71.54942299999999],[-117.68720999999994,71.549988000000042],[-117.675003,71.552765000000136],[-117.658051,71.561646000000053],[-117.65139799999992,71.566940000000045],[-117.65583800000002,71.571930000000123],[-117.66999800000002,71.574706999999989],[-117.87304699999993,71.611649],[-117.88722199999995,71.614151000000106],[-117.90888999999999,71.614990000000034],[-117.86361699999998,71.639435000000105],[-117.718887,71.659714000000008],[-117.70694700000001,71.662491000000102],[-117.69638099999992,71.666091999999992],[-117.70084399999996,71.671371000000136],[-117.715012,71.673874000000126],[-117.73665599999993,71.674988000000099],[-118.01000999999997,71.672484999999938],[-118.02778599999994,71.67164600000001],[-118.11665299999993,71.65277100000003],[-118.12693799999988,71.648880000000133],[-118.17278299999998,71.628036000000009],[-118.17749000000003,71.621918000000051],[-118.16388699999993,71.606933999999967],[-118.16639699999996,71.599990999999989],[-118.17666600000001,71.596374999999966],[-118.19082600000002,71.594146999999964],[-118.29998799999993,71.583328000000108],[-118.31777999999991,71.582763999999997],[-118.33444199999997,71.584717000000126],[-118.36527999999998,71.589431999999931],[-118.38639799999999,71.613602000000128],[-118.38612399999994,71.619705000000067],[-118.45500199999987,71.650818000000072],[-118.485817,71.655548000000124],[-118.56639099999995,71.662766000000147],[-118.60527000000002,71.664154000000053],[-118.84166700000003,71.664702999999975],[-118.85555999999997,71.662491000000102],[-118.86389199999996,71.658035000000041],[-118.90387699999997,71.614700000000028],[-118.90387699999997,71.608322000000101],[-118.88971699999996,71.599716000000001],[-118.88027999999991,71.595825000000104],[-118.86609599999997,71.586928999999998],[-118.8683319999999,71.580276000000026],[-118.88054699999998,71.577209000000096],[-118.89778099999995,71.57777400000009],[-118.90972899999991,71.581099999999992],[-119.05027799999999,71.626648000000102],[-119.07472200000001,71.644149999999968],[-119.08416699999998,71.654160000000047],[-119.10582699999998,71.685806000000071],[-119.12470999999999,71.730545000000063],[-119.13445300000001,71.76527399999992],[-119.13445300000001,71.783874999999966],[-119.10555999999991,71.876648000000046],[-119.10305800000003,71.883330999999998],[-119.09194899999994,71.902205999999978],[-119.08750900000001,71.908324999999991],[-118.945831,71.99136400000009],[-118.929169,72.000548999999921],[-118.86694299999999,72.023879999999963],[-118.84249899999998,72.029709000000025],[-118.80166599999995,72.037200999999925],[-118.76471699999996,72.046370999999965],[-118.73361199999999,72.057480000000055],[-118.72501399999987,72.0619200000001],[-118.71665999999999,72.066665999999998],[-118.71028099999995,72.071930000000009],[-118.70556599999992,72.077774000000034],[-118.703056,72.084717000000012],[-118.70749699999999,72.095824999999991],[-118.715012,72.10026600000009],[-118.71972700000003,72.105255000000056],[-118.71945199999999,72.111374000000069],[-118.71749899999998,72.116928000000087],[-118.69193999999999,72.130539000000056],[-118.58860800000002,72.176086000000112],[-118.57640100000003,72.179152999999985],[-118.56194299999999,72.181366000000139],[-118.545547,72.182754999999986],[-118.44248999999996,72.181655999999975],[-118.40583799999996,72.183044000000052],[-118.38945000000001,72.184708000000114],[-118.15722699999992,72.217758000000117],[-118.12832599999996,72.222214000000065],[-118.11945299999996,72.226654000000053],[-118.11277799999993,72.231934000000138],[-118.108047,72.237762000000089],[-118.10527000000002,72.244705000000067],[-118.10417199999995,72.263321000000076],[-118.12138400000003,72.308029000000147],[-118.13082899999995,72.318054000000075],[-118.14527899999996,72.326934999999992],[-118.16471899999993,72.334427000000119],[-118.176941,72.337769000000037],[-118.19193999999999,72.340546000000131],[-118.20916699999998,72.34248400000007],[-118.25140399999998,72.344711000000132],[-118.27166699999992,72.344711000000132],[-118.28832999999992,72.343323000000055],[-118.32528699999995,72.341934000000037],[-118.36416600000001,72.341370000000097],[-118.40695199999993,72.34248400000007],[-118.446663,72.345260999999994],[-118.49109599999997,72.353043000000127],[-118.52306399999992,72.363876000000118],[-118.55499299999997,72.380814000000044],[-118.56973299999999,72.389709000000039],[-118.58194700000001,72.399155000000007],[-118.58860800000002,72.416655999999989],[-118.58805799999999,72.435256999999979],[-118.58528100000001,72.441924999999969],[-118.573059,72.460815000000082],[-118.56833599999993,72.46665999999999],[-118.55027799999999,72.483321999999987],[-118.53694199999995,72.493866000000025],[-118.51972999999992,72.50277699999998],[-118.20722999999998,72.618591000000094],[-118.12554899999998,72.642487000000017],[-118.08306900000002,72.649719000000118],[-117.90361000000001,72.689697000000137],[-117.89083899999991,72.692749000000049],[-117.86888099999993,72.699997000000053],[-117.63305700000001,72.784987999999998],[-117.60193600000002,72.796936000000073],[-117.51944700000001,72.828873000000044],[-117.48999000000003,72.841369999999984],[-117.48111,72.845825000000048],[-117.46472199999994,72.85554500000012],[-117.43611099999993,72.876373000000001],[-117.42054699999994,72.894440000000088],[-117.40222199999999,72.903320000000122],[-117.37999000000002,72.910538000000088],[-117.35360699999995,72.916382000000112],[-117.32333399999993,72.92082199999993],[-117.30638099999993,72.921921000000111],[-117.24916099999996,72.923874000000069],[-117.12721299999998,72.932479999999998],[-116.95639,72.954163000000108],[-116.94138299999997,72.95637499999998],[-116.89972699999998,72.964157000000114],[-116.862503,72.972214000000065],[-116.83805799999999,72.978592000000049],[-116.775284,72.9952550000001],[-116.70722999999998,73.017211999999972],[-116.65972899999991,73.031097000000045],[-116.58750900000001,73.051376000000005],[-116.57417299999997,73.054153000000099],[-116.54167199999995,73.057480000000055],[-116.52416999999991,73.058868000000132],[-116.31916799999993,73.09165999999999],[-116.24221799999998,73.110260000000096],[-116.20195000000001,73.118590999999981],[-116.15556300000003,73.124695000000031],[-115.90055799999993,73.154160000000104],[-115.60973399999995,73.194138000000123],[-115.44082600000002,73.22387700000013],[-115.34638999999999,73.253326000000129],[-115.32305899999994,73.260269000000108],[-115.30915799999997,73.263046000000031],[-115.14917000000003,73.288315000000011],[-115.10221899999999,73.294144000000017],[-115.01418299999989,73.299988000000042],[-114.95111099999997,73.307754999999986],[-114.89417299999997,73.318054000000018],[-114.86638599999998,73.323608000000036],[-114.83056599999998,73.334152000000074],[-114.81054699999999,73.342758000000003],[-114.70722999999992,73.368042000000003],[-114.67555199999998,73.371918000000051],[-114.65778399999999,73.373032000000023],[-114.56166100000002,73.37553400000013],[-114.54083300000002,73.373595999999964],[-114.50527999999991,73.368866000000139],[-114.337784,73.343323000000055],[-114.30499299999991,73.338042999999971],[-114.27500899999995,73.332214000000135],[-114.22609699999987,73.318329000000062],[-114.19776899999999,73.306366000000025],[-114.16306299999997,73.289703000000145],[-114.11054999999999,73.263885000000016],[-114.05610699999994,73.233597000000032],[-114.01666299999994,73.206375000000094],[-113.96167000000003,73.153046000000131],[-113.95694700000001,73.142487000000074],[-113.95388799999989,73.125533999999959],[-113.95749699999999,73.113312000000008],[-113.99582700000002,73.077773999999977],[-114.00499699999995,73.064423000000033],[-114.03555299999999,73.004990000000021],[-114.04750100000001,72.954987000000074],[-114.05499299999997,72.883605999999986],[-114.05277999999998,72.872208000000001],[-114.04915599999998,72.867203000000131],[-114.0427699999999,72.862762000000032],[-114.02722199999999,72.854156000000103],[-113.98166700000002,72.834152000000017],[-113.96888699999994,72.82499700000011],[-113.96777299999997,72.819442999999978],[-113.96945199999999,72.813034000000073],[-113.97582999999992,72.807205000000067],[-113.985817,72.803040000000067],[-113.99749799999995,72.799423000000104]],[[-95.669723999999917,73.604980000000126],[-95.688598999999897,73.603317000000004],[-95.702498999999989,73.60554500000012],[-95.711670000000026,73.612198000000092],[-95.703887999999949,73.617477000000065],[-95.684157999999968,73.6202550000001],[-95.669997999999964,73.620529000000033],[-95.655563000000029,73.616652999999928],[-95.654998999999975,73.609984999999995],[-95.669723999999917,73.604980000000126]],[[-107.89555399999989,73.541367000000093],[-107.93055699999996,73.539428999999984],[-107.9519499999999,73.540268000000083],[-107.97193900000002,73.542755],[-108.00917099999992,73.548035000000084],[-108.02306399999998,73.551376000000118],[-108.07472200000001,73.576385000000073],[-108.08277899999996,73.580826000000002],[-108.08500700000002,73.585815000000139],[-108.08332799999999,73.597214000000065],[-108.07640099999992,73.603591999999992],[-108.066101,73.608597000000032],[-108.05444299999988,73.612487999999928],[-108.04083299999996,73.615540000000067],[-108.00750700000003,73.618591000000094],[-107.89943699999992,73.622756999999979],[-107.86277799999993,73.624145999999996],[-107.82444800000002,73.6244200000001],[-107.80444299999999,73.624145999999996],[-107.68110699999994,73.621367999999961],[-107.61472299999991,73.614700000000028],[-107.60056299999997,73.611374000000126],[-107.58944699999995,73.607758000000103],[-107.58473200000003,73.603043000000071],[-107.58249699999999,73.597762999999986],[-107.58473200000003,73.586655000000007],[-107.59194899999994,73.579987000000017],[-107.60221899999988,73.575271999999984],[-107.64527900000002,73.570267000000115],[-107.65722700000003,73.568603999999993],[-107.7491609999999,73.55581699999999],[-107.89555399999989,73.541367000000093]],[[-124.307503,73.556366000000139],[-124.33167999999995,73.556366000000139],[-124.343613,73.559981999999991],[-124.35193600000002,73.5711060000001],[-124.35861199999988,73.630264000000068],[-124.34612300000003,73.633606000000043],[-124.33138999999994,73.636383000000137],[-124.307503,73.632202000000063],[-124.30332900000002,73.626648000000046],[-124.29387700000001,73.622481999999934],[-124.28222700000003,73.618866000000082],[-124.26806599999992,73.616088999999988],[-124.21028100000001,73.611374000000126],[-124.19360399999994,73.60914600000001],[-124.17944299999994,73.606369000000086],[-124.16777000000002,73.603043000000071],[-124.14916999999997,73.594711000000075],[-124.12666300000001,73.580826000000002],[-124.11972000000003,73.575821000000133],[-124.11554699999988,73.570541000000048],[-124.11389199999996,73.564148000000102],[-124.12638899999996,73.560805999999957],[-124.307503,73.556366000000139]],[[-124.58473199999992,73.679153000000042],[-124.59944199999995,73.676376000000005],[-124.62361099999998,73.676650999999993],[-124.640556,73.678863999999976],[-124.70056199999993,73.689422999999977],[-124.72917199999995,73.694976999999994],[-124.73361199999999,73.700545999999974],[-124.72582999999992,73.705261000000007],[-124.71584299999995,73.709152000000074],[-124.70111099999997,73.711928999999998],[-124.68167099999999,73.713042999999971],[-124.66471899999999,73.710815000000025],[-124.66278099999994,73.706099999999992],[-124.64835399999998,73.704712000000086],[-124.61694299999999,73.699707000000046],[-124.57140399999992,73.691925000000083],[-124.564438,73.687195000000031],[-124.57224299999996,73.682479999999998],[-124.58473199999992,73.679153000000042]],[[-105.08944700000001,73.735260000000039],[-104.96028099999995,73.688582999999937],[-104.84306300000003,73.650818000000072],[-104.71140300000002,73.63081399999993],[-104.69167299999992,73.628310999999997],[-104.675003,73.624985000000095],[-104.58084100000002,73.600266000000147],[-104.53056300000003,73.581374999999923],[-104.51306199999999,73.573044000000039],[-104.49445300000002,73.559418000000051],[-104.49027999999998,73.554703000000018],[-104.48528299999998,73.544708000000128],[-104.48306299999996,73.534424000000115],[-104.512787,73.493042000000059],[-104.55583200000001,73.403320000000008],[-104.56639100000001,73.334717000000126],[-104.56833599999999,73.329163000000108],[-104.57333399999999,73.323044000000095],[-104.58138999999994,73.316666000000112],[-104.60193599999997,73.306366000000025],[-104.64916999999997,73.280823000000112],[-104.69499200000001,73.25221300000004],[-104.76000999999991,73.203873000000044],[-104.76500699999985,73.197754000000032],[-104.76390099999998,73.192474000000118],[-104.79415899999998,73.168045000000006],[-104.86805700000002,73.136658000000068],[-104.97556299999997,73.085266000000104],[-104.98332199999999,73.078872999999987],[-104.98805199999993,73.073043999999982],[-104.98388699999992,73.068054000000075],[-104.97749299999998,73.05304000000001],[-104.97361799999999,73.031662000000097],[-104.97860699999995,73.025543000000084],[-104.984734,73.020538000000045],[-104.99527,73.015823000000012],[-105.031677,73.004166000000055],[-105.0750119999999,72.997208000000057],[-105.08833300000003,72.994141000000127],[-105.13639799999993,72.978867000000037],[-105.14695699999999,72.974152000000004],[-105.22582999999997,72.933044000000109],[-105.30304699999994,72.951096000000007],[-105.31916799999999,72.954163000000108],[-105.33972199999999,72.955551000000014],[-105.354446,72.953323000000069],[-105.35610999999994,72.947754000000032],[-105.33139,72.910538000000088],[-105.32417299999997,72.906096999999988],[-105.279449,72.885543999999925],[-105.25361599999997,72.878585999999984],[-105.237503,72.875534000000016],[-105.21140300000002,72.868591000000038],[-105.20417799999996,72.864151000000049],[-105.26222199999989,72.848602000000085],[-105.27555799999993,72.845534999999984],[-105.28999299999987,72.847762999999986],[-105.38305699999995,72.866653000000099],[-105.43611099999993,72.896652000000131],[-105.44332900000001,72.90109300000006],[-105.45612299999999,72.915267999999969],[-105.458618,72.925536999999963],[-105.45694699999996,72.931366000000025],[-105.45834400000001,72.936371000000065],[-105.46250900000001,72.941360000000032],[-105.57472199999995,72.984421000000054],[-105.73277299999995,73.047759999999982],[-105.91388699999999,73.145538000000101],[-105.94638099999992,73.160263000000043],[-106.09249899999992,73.199706999999933],[-106.08194700000001,73.241088999999988],[-106.32195300000001,73.338882000000126],[-106.44776899999994,73.393051000000128],[-106.45556599999998,73.397491000000002],[-106.46611000000001,73.401382000000069],[-106.72028399999999,73.44999700000011],[-106.88137799999998,73.463318000000072],[-106.89806399999992,73.461929000000055],[-106.91610699999995,73.461380000000077],[-106.9375,73.462494000000106],[-107,73.469711000000018],[-107.016953,73.4727630000001],[-107.02749599999999,73.476379000000009],[-107.03555299999994,73.480820000000108],[-107.03415699999999,73.486374000000069],[-107.02583300000003,73.498596000000077],[-107.01834100000002,73.504990000000078],[-107.00974299999996,73.510544000000095],[-106.97112299999992,73.531661999999983],[-106.92944299999999,73.550537000000134],[-106.89334100000002,73.562484999999981],[-106.74526999999995,73.648041000000148],[-106.70028699999995,73.676085999999941],[-106.65805099999994,73.695251000000098],[-106.64584399999995,73.699141999999995],[-106.61833200000001,73.705261000000007],[-106.57224300000001,73.711928999999998],[-106.32721700000002,73.72665400000011],[-106.18554699999999,73.733597000000145],[-106.03916900000002,73.731368999999972],[-105.80055199999998,73.726928999999984],[-105.72666900000002,73.728592000000049],[-105.68028300000003,73.734985000000052],[-105.66639699999996,73.737761999999918],[-105.637787,73.74443100000002],[-105.61277799999993,73.752212999999983],[-105.58473200000003,73.758041000000048],[-105.569458,73.760269000000051],[-105.53527799999995,73.762771999999984],[-105.51666299999994,73.763321000000133],[-105.30387899999994,73.762206999999989],[-105.28388999999999,73.761658000000011],[-105.16999800000002,73.755554000000018],[-105.14862099999999,73.754166000000055],[-105.10749799999991,73.743590999999981],[-105.08944700000001,73.735260000000039]],[[-80.142226999999878,73.696640000000116],[-80.108611999999994,73.693863000000022],[-80.074448000000018,73.697479000000044],[-79.901397999999972,73.698318000000029],[-79.625548999999978,73.670821999999987],[-79.586120999999991,73.66276600000009],[-79.523055999999997,73.646652000000131],[-79.493056999999965,73.637772000000098],[-79.476394999999911,73.634154999999964],[-79.451949999999954,73.630539000000113],[-79.373610999999983,73.63081399999993],[-78.96166999999997,73.632750999999985],[-78.946105999999986,73.634720000000016],[-78.934433000000013,73.638596000000064],[-78.931106999999997,73.642487000000131],[-78.928878999999938,73.647491000000116],[-78.924164000000019,73.650269000000094],[-78.912505999999894,73.653869999999984],[-78.887787000000003,73.656647000000078],[-78.861389000000031,73.658324999999991],[-78.64416499999993,73.656647000000078],[-78.40834000000001,73.661652000000117],[-78.206664999999987,73.667755000000056],[-78.166397000000018,73.668045000000063],[-78.12777699999998,73.664703000000145],[-78.113327000000027,73.663040000000024],[-78.064437999999996,73.651932000000045],[-78.009734999999978,73.63749700000011],[-77.965285999999935,73.628310999999997],[-77.823058999999944,73.603867000000037],[-77.738601999999958,73.591933999999981],[-77.608046999999999,73.574158000000011],[-77.535004000000015,73.565536000000009],[-77.453887999999949,73.559708000000057],[-77.424437999999952,73.554703000000018],[-77.395554000000004,73.545822000000101],[-77.373046999999929,73.529709000000082],[-77.363327000000027,73.524703999999986],[-77.351394999999968,73.519988999999953],[-77.338333000000034,73.516663000000108],[-77.294723999999974,73.512772000000041],[-77.237212999999997,73.509994999999947],[-77.203063999999927,73.505554000000018],[-77.191939999999988,73.501389000000017],[-77.148620999999991,73.476379000000009],[-77.153610000000015,73.468048000000067],[-77.157226999999978,73.458603000000039],[-77.055266999999958,73.366379000000052],[-77.048888999999917,73.36192299999999],[-76.999435000000005,73.345825000000104],[-76.969726999999978,73.337203999999986],[-76.91361999999998,73.324432000000002],[-76.893340999999964,73.321105999999986],[-76.884170999999924,73.321655000000078],[-76.878875999999934,73.324158000000068],[-76.858611999999994,73.32638500000013],[-76.837219000000005,73.327209000000096],[-76.736389000000031,73.324706999999989],[-76.72193900000002,73.322495000000117],[-76.708054000000004,73.317764000000011],[-76.579726999999991,73.219711000000075],[-76.577498999999932,73.205551000000128],[-76.585006999999962,73.194427000000076],[-76.601944000000003,73.183319000000097],[-76.619720000000029,73.175812000000121],[-76.605270000000019,73.15914900000007],[-76.586945000000014,73.146378000000141],[-76.582229999999981,73.14387499999998],[-76.510559000000001,73.120254999999986],[-76.495543999999938,73.116928000000087],[-76.487502999999947,73.116089000000102],[-76.381942999999978,73.106093999999985],[-76.31361400000003,73.100540000000024],[-76.312499999999943,73.067490000000134],[-76.318068999999923,73.062759000000028],[-76.319457999999941,73.058318999999983],[-76.333068999999909,72.963607999999965],[-76.323059000000001,72.957214000000135],[-76.309433000000013,72.952484000000084],[-76.291671999999949,72.948868000000061],[-76.275283999999999,72.946640000000059],[-76.211945000000014,72.945526000000086],[-76.162216000000001,72.946365000000071],[-76.118606999999997,72.940262000000132],[-76.103607000000011,72.936371000000065],[-76.077224999999942,72.924988000000042],[-76.071670999999924,72.921097000000145],[-76.062209999999993,72.906937000000028],[-76.059432999999899,72.900818000000015],[-76.086394999999982,72.863602000000071],[-76.093886999999938,72.85803199999998],[-76.103881999999942,72.853043000000014],[-76.115279999999927,72.849426000000051],[-76.13110399999988,72.845534999999984],[-76.149993999999992,72.842209000000139],[-76.25140399999998,72.826385000000016],[-76.315552000000025,72.817214999999976],[-76.339721999999995,72.814987000000031],[-76.5625,72.812484999999981],[-76.581679999999949,72.812484999999981],[-76.601944000000003,72.813873000000058],[-76.618606999999884,72.816939999999988],[-76.634170999999981,72.820541000000048],[-76.662780999999995,72.829163000000051],[-76.681380999999931,72.831375000000094],[-76.72193900000002,72.833878000000084],[-76.740829000000019,72.833878000000084],[-76.767501999999922,72.833878000000084],[-76.891952999999944,72.830825999999945],[-76.937209999999993,72.830825999999945],[-77.084754999999973,72.839684000000148],[-77.101668999999958,72.84027100000003],[-77.143889999999942,72.841933999999981],[-77.226943999999946,72.846100000000035],[-77.265838999999914,72.849426000000051],[-77.314437999999939,72.85554500000012],[-77.365829000000019,72.864426000000037],[-77.40055799999999,72.870818999999983],[-77.416106999999954,72.874695000000088],[-77.447219999999959,72.879974000000061],[-77.522780999999952,72.886108000000092],[-77.704178000000013,72.897216999999955],[-77.723327999999981,72.896941999999967],[-77.860000999999954,72.893051000000071],[-77.904175000000009,72.891662999999994],[-77.997771999999941,72.888321000000019],[-78.107223999999917,72.88638300000008],[-78.236358999999993,72.893005000000016],[-78.273055999999997,72.890549000000021],[-78.297226000000023,72.887772000000098],[-78.486114999999984,72.86554000000001],[-78.62388599999997,72.848037999999974],[-78.865828999999962,72.804427999999973],[-79.047775000000001,72.771378000000141],[-79.161941999999897,72.750548999999978],[-79.209166999999923,72.744979999999998],[-79.296111999999994,72.737761999999975],[-79.359160999999972,72.733597000000145],[-79.382492000000013,72.733047000000113],[-79.400283999999999,72.733597000000145],[-79.429168999999945,72.735809000000017],[-79.543334999999956,72.74859600000002],[-79.62388599999997,72.763321000000133],[-79.927779999999927,72.842484000000013],[-79.972778000000005,72.854705999999965],[-79.998610999999983,72.86303700000002],[-80.009170999999924,72.872756999999922],[-80.120833999999945,72.978867000000037],[-80.151672000000019,73.011932000000115],[-80.181380999999931,73.043869000000086],[-80.181106999999997,73.050262000000032],[-80.164169000000015,73.061920000000043],[-80.147232000000031,73.071381000000031],[-80.134734999999921,73.084716999999955],[-80.131667999999991,73.08859300000006],[-80.128875999999991,73.09526100000005],[-80.122771999999998,73.11442599999998],[-80.110000999999954,73.179703000000018],[-80.114440999999999,73.186371000000008],[-80.134445000000028,73.209152000000017],[-80.143065999999919,73.216933999999981],[-80.15194699999995,73.222487999999942],[-80.216948999999943,73.243317000000104],[-80.238051999999982,73.24414100000007],[-80.415282999999931,73.24414100000007],[-80.61999499999996,73.264160000000004],[-80.760009999999909,73.274704000000042],[-80.797500999999954,73.276932000000045],[-80.876098999999954,73.32777399999992],[-80.876098999999954,73.338593000000003],[-80.872498000000007,73.424988000000099],[-80.820281999999963,73.489150999999993],[-80.80999799999995,73.644440000000088],[-80.857772999999952,73.74192800000003],[-80.771666999999923,73.749709999999993],[-80.683318999999983,73.755829000000006],[-80.560546999999872,73.76776099999995],[-80.434998000000007,73.766098000000056],[-80.37332200000003,73.761658000000011],[-80.353058000000033,73.759720000000073],[-80.320847000000015,73.753876000000048],[-80.30860899999999,73.75],[-80.29861499999987,73.745819000000097],[-80.265288999999996,73.730270000000019],[-80.223327999999924,73.715820000000065],[-80.192763999999954,73.707214000000135],[-80.15834000000001,73.699417000000039],[-80.142226999999878,73.696640000000116]],[[-73.354674999999929,68.329215999999974],[-73.328170999999998,68.328208999999958],[-73.31617,68.328712000000053],[-73.306830999999988,68.330544000000089],[-73.211670000000026,68.376923000000033],[-73.230559999999912,68.384155000000135],[-73.253066999999987,68.390823000000125],[-73.279448999999886,68.39498900000001],[-73.302779999999927,68.396102999999982],[-73.31806899999998,68.393051000000071],[-73.357498000000021,68.371368000000132],[-73.359725999999966,68.364989999999977],[-73.357773000000009,68.357483000000059],[-73.353057999999976,68.352478000000019],[-73.349166999999909,68.344986000000063],[-73.34722899999997,68.337494000000106],[-73.34944200000001,68.331100000000106],[-73.354674999999929,68.329215999999974],[-73.506667999999991,68.291367000000037],[-73.589721999999995,68.254715000000033],[-73.597777999999948,68.251937999999996],[-73.620834000000002,68.246093999999971],[-73.632216999999912,68.246643000000063],[-73.639724999999942,68.249709999999993],[-73.851668999999958,68.342209000000139],[-73.855834999999956,68.346649000000014],[-73.896117999999944,68.392211999999915],[-73.889449999999954,68.44470200000012],[-73.877486999999917,68.481093999999928],[-73.873610999999926,68.487762000000089],[-73.86721799999998,68.493042000000003],[-73.856110000000001,68.497481999999991],[-73.823623999999995,68.503326000000015],[-73.806655999999975,68.503876000000048],[-73.749999999999943,68.510817999999972],[-73.738891999999964,68.514999000000046],[-73.730285999999978,68.519989000000066],[-73.725829999999974,68.525818000000072],[-73.704726999999934,68.656647000000021],[-73.75389100000001,68.683594000000085],[-73.761397999999986,68.686371000000008],[-73.774719000000005,68.689697000000024],[-73.865828999999906,68.705826000000002],[-73.893889999999999,68.707764000000111],[-74.094161999999983,68.719986000000063],[-74.106109999999944,68.690536000000009],[-73.99221799999998,68.624695000000031],[-73.888061999999877,68.561645999999939],[-73.881667999999991,68.55664100000007],[-73.881667999999991,68.549713000000111],[-73.903609999999958,68.52777100000003],[-73.921386999999925,68.511932000000115],[-73.941939999999988,68.504715000000033],[-73.990279999999927,68.492751999999996],[-74.028335999999911,68.513610999999969],[-74.171660999999972,68.521652000000017],[-74.221114999999998,68.52526899999998],[-74.351395000000025,68.536926000000108],[-74.366104000000007,68.539154000000053],[-74.379439999999931,68.542205999999965],[-74.391112999999962,68.546371000000136],[-74.514175000000023,68.599991000000045],[-74.526397999999972,68.610809000000017],[-74.532776000000013,68.62164300000012],[-74.531676999999945,68.626373000000115],[-74.598891999999921,68.681930999999963],[-74.701950000000011,68.71887200000009],[-74.712218999999948,68.723038000000031],[-74.726105000000018,68.730270000000132],[-74.728333000000021,68.737198000000092],[-74.724715999999944,68.766097999999943],[-74.71945199999999,68.770537999999988],[-74.664168999999958,68.774155000000121],[-74.620833999999888,68.782486000000006],[-74.591949,68.788879000000009],[-74.576949999999954,68.793045000000063],[-74.565276999999924,68.802199999999914],[-74.546386999999982,68.822494999999947],[-74.548049999999989,68.828598000000113],[-74.551392000000021,68.830551000000014],[-74.604172000000005,68.841660000000104],[-74.634170999999924,68.846374999999966],[-74.648055999999997,68.847214000000122],[-74.666655999999932,68.845825000000104],[-74.678328999999962,68.842758000000003],[-74.687377999999967,68.835991000000035],[-74.718718999999965,68.824821000000043],[-74.723052999999936,68.822318999999993],[-74.721221999999955,68.821152000000041],[-74.71421799999996,68.82098400000001],[-74.705222999999933,68.821655000000078],[-74.689437999999939,68.819716999999969],[-74.671660999999972,68.818877999999984],[-74.660277999999892,68.81581100000011],[-74.639724999999999,68.807479999999998],[-74.633330999999941,68.79693600000013],[-74.635009999999966,68.793320000000108],[-74.648055999999997,68.789429000000041],[-74.665832999999964,68.786652000000117],[-74.771666999999979,68.774155000000121],[-74.917769999999962,68.801375999999948],[-74.913894999999968,68.81721500000009],[-74.837508999999955,68.840820000000065],[-74.787780999999995,68.854431000000034],[-74.764167999999984,68.872040000000027],[-74.74017299999997,68.872710999999981],[-74.72222899999997,68.934143000000006],[-74.862945999999909,68.954178000000013],[-74.872779999999977,68.955001999999979],[-74.887610999999993,68.954178000000013],[-74.898108999999977,68.952515000000062],[-74.920113000000015,68.946671000000038],[-74.935944000000006,68.942001000000005],[-75,68.937607000000071],[-75.005004999999926,68.929977000000065],[-75.033614999999884,68.926085999999998],[-75.042770000000019,68.928314],[-75.041945999999882,68.930267000000129],[-75.021118000000001,68.953049000000021],[-74.962340999999981,68.972824000000003],[-74.953002999999967,68.978484999999978],[-74.915337000000022,68.992821000000049],[-74.907668999999885,68.993988000000002],[-74.764724999999999,69.019440000000031],[-74.748336999999992,69.021378000000141],[-74.735000999999954,69.021927000000119],[-74.729445999999996,69.019440000000031],[-74.758057000000008,69.008880999999974],[-74.752228000000002,69.002486999999974],[-74.675003000000004,69.006943000000035],[-74.65834000000001,69.008330999999941],[-74.642776000000026,69.011658000000068],[-74.638061999999991,69.016098000000113],[-74.641113000000018,69.021378000000141],[-74.652495999999928,69.040267999999912],[-74.785827999999981,69.076385000000073],[-74.820846999999958,69.082214000000079],[-74.834166999999923,69.081664999999987],[-74.845839999999953,69.078598000000056],[-74.948607999999922,69.048874000000012],[-75.043334999999956,69.013321000000019],[-75.051940999999886,69.008605999999986],[-75.036117999999931,68.992203000000075],[-75.037780999999882,68.985809000000074],[-75.071395999999936,68.921097000000032],[-75.075561999999934,68.915817000000004],[-75.109160999999858,68.894989000000123],[-75.116394000000014,68.890823000000012],[-75.124161000000015,68.888046000000088],[-75.139724999999999,68.884720000000073],[-75.169998000000021,68.886383000000023],[-75.192490000000021,68.891663000000051],[-75.201950000000011,68.894440000000145],[-75.315826000000015,68.942200000000128],[-75.373885999999914,68.968872000000033],[-75.383330999999998,68.974426000000051],[-75.400283999999999,68.985535000000141],[-75.422500999999954,69.001937999999996],[-75.445830999999941,69.016937000000041],[-75.454452999999944,69.021102999999982],[-75.466399999999965,69.021378000000141],[-75.478881999999999,69.019714000000135],[-75.494155999999975,69.01638800000012],[-75.528335999999967,69.005829000000062],[-75.565552000000025,68.993591000000038],[-75.573623999999995,68.988585999999941],[-75.578612999999962,68.984146000000123],[-75.580841000000021,68.975540000000024],[-75.574172999999917,68.968323000000112],[-75.537780999999939,68.951096000000064],[-75.506957999999941,68.939696999999967],[-75.499724999999955,68.934708000000001],[-75.494995000000017,68.930267000000129],[-75.534163999999976,68.90387000000004],[-75.542770000000019,68.898879999999963],[-75.56527699999998,68.891373000000044],[-75.603881999999942,68.879700000000014],[-75.647780999999952,68.869140999999956],[-75.809158000000025,68.836928999999998],[-75.976104999999961,68.791092000000106],[-75.979445999999996,68.787201000000039],[-75.985001000000011,68.783875000000023],[-75.995543999999938,68.779434000000094],[-76.008620999999948,68.775543000000027],[-76.049437999999952,68.764435000000049],[-76.227218999999991,68.721100000000035],[-76.327224999999999,68.697478999999987],[-76.376098999999954,68.687484999999981],[-76.420546999999999,68.679152999999985],[-76.436385999999857,68.677200000000028],[-76.456664999999987,68.675262000000089],[-76.540282999999988,68.673308999999961],[-76.559432999999956,68.673035000000027],[-76.575561999999991,68.674149000000057],[-76.59056099999998,68.676376000000062],[-76.628875999999991,68.68691999999993],[-76.660827999999981,68.699416999999926],[-76.674164000000019,68.71026599999999],[-76.680283000000031,68.716094999999996],[-76.688599000000011,68.733597000000032],[-76.689437999999996,68.740540000000067],[-76.688048999999978,68.746933000000013],[-76.678604000000007,68.758330999999998],[-76.666945999999996,68.769150000000081],[-76.636947999999961,68.78166200000004],[-76.608611999999937,68.794144000000074],[-76.577498999999932,68.808318999999983],[-76.561385999999914,68.818054000000018],[-76.546111999999994,68.833054000000004],[-76.537216000000001,68.842209000000082],[-76.523055999999997,68.863876000000118],[-76.521666999999979,68.870254999999986],[-76.523894999999925,68.876373000000058],[-76.532775999999956,68.880538999999999],[-76.544158999999979,68.883041000000048],[-76.559432999999956,68.88499500000006],[-76.576674999999966,68.88499500000006],[-76.59333799999996,68.883331000000055],[-76.606658999999922,68.883041000000048],[-76.610000999999954,68.884720000000073],[-76.644164999999987,68.911102000000142],[-76.655562999999972,68.924698000000092],[-76.655562999999972,68.930542000000116],[-76.642775999999969,69.003876000000105],[-76.640563999999927,69.009155000000078],[-76.625548999999978,69.018326000000059],[-76.603607000000011,69.025818000000015],[-76.578338999999914,69.032211000000132],[-76.543335000000013,69.038315000000011],[-76.501403999999923,69.042755],[-76.422500999999954,69.050537000000134],[-76.368606999999997,69.055251999999996],[-76.348891999999921,69.054976999999951],[-76.33277899999996,69.05442800000003],[-76.240279999999927,69.048325000000091],[-76.208054000000004,69.044144000000017],[-76.140563999999927,69.034714000000122],[-76.124435000000005,69.031096999999988],[-76.114165999999955,69.027771000000143],[-76.091674999999952,69.011658000000068],[-76.080001999999922,69.006378000000041],[-76.068619000000012,69.003876000000105],[-75.996932999999956,69.003036000000066],[-75.969161999999983,69.010269000000108],[-75.904998999999918,69.036925999999994],[-75.813889000000017,69.067763999999954],[-75.655838000000017,69.080550999999957],[-75.637786999999946,69.079987000000017],[-75.619155999999919,69.081374999999923],[-75.6058349999999,69.08526599999999],[-75.598891999999978,69.089432000000102],[-75.593886999999938,69.099716000000114],[-75.569732999999928,69.15277100000003],[-75.569457999999997,69.158324999999991],[-75.571121000000005,69.163879000000009],[-75.591674999999952,69.22164900000007],[-75.603057999999976,69.238876000000118],[-75.619719999999973,69.249419999999986],[-75.669723999999917,69.271103000000096],[-75.759734999999978,69.304977000000122],[-75.783324999999991,69.313599000000124],[-75.956389999999885,69.366088999999931],[-75.970275999999956,69.36914100000007],[-76.168610000000001,69.411377000000073],[-76.202498999999932,69.413879000000122],[-76.241942999999935,69.413315000000011],[-76.298049999999989,69.407760999999994],[-76.417770000000019,69.44720500000011],[-76.607497999999964,69.529709000000139],[-76.637787000000003,69.546645999999953],[-76.641112999999962,69.554153000000099],[-76.641678000000013,69.557480000000055],[-76.626662999999951,69.581375000000037],[-76.61999499999996,69.586380000000077],[-76.611663999999962,69.591095000000109],[-76.489165999999898,69.648331000000042],[-76.477782999999988,69.652206000000035],[-76.459166999999979,69.654434000000037],[-76.442215000000033,69.653046000000074],[-76.347777999999948,69.64027400000009],[-76.261397999999986,69.626647999999932],[-76.226943999999946,69.637206999999989],[-76.186110999999983,69.659714000000065],[-76.182495000000017,69.663605000000132],[-76.187774999999988,69.665268000000083],[-76.226105000000018,69.664703000000031],[-76.295546999999942,69.660263000000043],[-76.376388999999961,69.671371000000022],[-76.388335999999924,69.673874000000012],[-76.397506999999962,69.678040000000067],[-76.399733999999853,69.684143000000006],[-76.450561999999934,69.690262000000075],[-76.537780999999939,69.696091000000081],[-76.551666000000012,69.695526000000029],[-76.634170999999981,69.683594000000085],[-76.641953000000001,69.679977000000122],[-76.638900999999976,69.673309000000131],[-76.631942999999922,69.669708000000071],[-76.616394000000014,69.667480000000126],[-76.581679999999949,69.666930999999977],[-76.557769999999948,69.673309000000131],[-76.542769999999905,69.674698000000149],[-76.530838000000017,69.672211000000061],[-76.517776000000026,69.662765999999976],[-76.522780999999952,69.65248100000008],[-76.535004000000015,69.638596000000007],[-76.553329000000019,69.625259000000142],[-76.561661000000015,69.620254999999986],[-76.683883999999978,69.56581100000011],[-76.691939999999988,69.563034000000016],[-76.707503999999972,69.559417999999994],[-76.730285999999978,69.560256999999922],[-76.844726999999921,69.576096000000064],[-77.136947999999961,69.626373000000115],[-77.18582200000003,69.637496999999996],[-77.191665999999941,69.639709000000039],[-77.200561999999991,69.646103000000096],[-77.200561999999991,69.64888000000002],[-77.194442999999922,69.657211000000075],[-77.164444000000003,69.676086000000055],[-77.155562999999972,69.680541999999946],[-77.144454999999994,69.682205000000067],[-76.949431999999945,69.695526000000029],[-76.939437999999939,69.679703000000018],[-76.929992999999968,69.677765000000079],[-76.896666999999979,69.679152999999985],[-76.868056999999965,69.684708000000057],[-76.829726999999934,69.695816000000036],[-76.820281999999963,69.699417000000096],[-76.80471799999998,69.708603000000039],[-76.793883999999991,69.718597000000045],[-76.791945999999996,69.721649000000014],[-76.781386999999995,69.743042000000116],[-76.781386999999995,69.748596000000077],[-76.835280999999952,69.815811000000053],[-76.851944000000003,69.813599000000011],[-76.933059999999898,69.809708000000114],[-77.026672000000019,69.811919999999986],[-77.150283999999999,69.816086000000098],[-77.293059999999855,69.828873000000101],[-77.308884000000035,69.830826000000002],[-77.310546999999985,69.835814999999968],[-77.307770000000005,69.840271000000087],[-77.297774999999888,69.851089000000059],[-77.28472899999997,69.860535000000027],[-77.25418099999996,69.87692300000009],[-77.243056999999965,69.881362999999908],[-77.208344000000011,69.886658000000011],[-77.116652999999928,69.901382000000012],[-76.992767000000015,69.927199999999971],[-76.981673999999941,69.931656000000089],[-76.974715999999944,69.935806000000071],[-76.980559999999969,69.938034000000016],[-76.992767000000015,69.940536000000122],[-77.002791999999943,69.940536000000122],[-77.125274999999931,69.925812000000064],[-77.141112999999962,69.922485000000108],[-77.164444000000003,69.915268000000026],[-77.188323999999909,69.906097000000045],[-77.226943999999946,69.894989000000066],[-77.260284000000013,69.887496999999939],[-77.438048999999921,69.857208000000071],[-77.508347000000015,69.826660000000118],[-77.455565999999976,69.798325000000091],[-77.444442999999978,69.789428999999984],[-77.449158000000011,69.784714000000122],[-77.551391999999964,69.747756999999922],[-77.559158000000025,69.744980000000055],[-77.574722000000008,69.741363999999976],[-77.597777999999948,69.739151000000049],[-77.608611999999937,69.740265000000022],[-77.615829000000019,69.741653000000099],[-77.626388999999904,69.744980000000055],[-77.637787000000003,69.753875999999991],[-77.645279000000016,69.760818000000086],[-77.649993999999992,69.769714000000022],[-77.668059999999969,69.836655000000064],[-77.691939999999931,69.963043000000027],[-77.695267000000001,69.98803700000002],[-77.694442999999922,70.000275000000045],[-77.693054000000018,70.00610400000005],[-77.68582200000003,70.023041000000092],[-77.678604000000007,70.034987999999998],[-77.672500999999954,70.045532000000094],[-77.669723999999974,70.052200000000028],[-77.667220999999984,70.062194999999974],[-77.665008999999941,70.088043000000084],[-77.665557999999976,70.106934000000138],[-77.668334999999956,70.113037000000077],[-77.673888999999974,70.11970500000001],[-77.671936000000017,70.177199999999914],[-77.672500999999954,70.180542000000059],[-77.678328999999962,70.187759000000142],[-77.685271999999998,70.191360000000032],[-77.810821999999973,70.24552900000009],[-77.884170999999981,70.2586060000001],[-77.892226999999878,70.258041000000048],[-78.133621000000005,70.215271000000087],[-78.239166000000012,70.203873000000101],[-78.345000999999911,70.19720500000011],[-78.351395000000025,70.197479000000044],[-78.364715999999987,70.201096000000007],[-78.401672000000019,70.212493999999992],[-78.405272999999966,70.214157000000114],[-78.480835000000013,70.288589000000002],[-78.406113000000005,70.326935000000049],[-78.396118000000001,70.328049000000021],[-78.389175000000023,70.332214000000022],[-78.398894999999925,70.336380000000077],[-78.425827000000027,70.3477630000001],[-78.436661000000015,70.351088999999945],[-78.486389000000031,70.356934000000081],[-78.504180999999903,70.35803199999998],[-78.521118000000001,70.357758000000047],[-78.536391999999978,70.356369000000029],[-78.55749499999996,70.351379000000009],[-78.573623999999995,70.345534999999984],[-78.579726999999878,70.343048000000067],[-78.583327999999995,70.336929000000055],[-78.581115999999952,70.334152000000131],[-78.569167999999991,70.325546000000031],[-78.564712999999983,70.320267000000058],[-78.56138599999997,70.314148000000046],[-78.564712999999983,70.310256999999979],[-78.578888000000006,70.309708000000001],[-78.655272999999909,70.346939000000134],[-78.662506000000008,70.350540000000024],[-78.704726999999934,70.374695000000031],[-78.74749799999995,70.438873000000058],[-78.858337000000006,70.453873000000044],[-78.903335999999911,70.449416999999926],[-78.944442999999865,70.450271999999984],[-79.031951999999933,70.454987000000017],[-79.070557000000008,70.469711000000075],[-79.095550999999887,70.493042000000116],[-79.100280999999995,70.49832200000003],[-79.081680000000006,70.529984000000127],[-79.068068999999923,70.536377000000073],[-78.893616000000009,70.590546000000131],[-78.879989999999964,70.594711000000132],[-78.860274999999888,70.59664900000007],[-78.832779000000016,70.594437000000028],[-78.821945000000028,70.589706000000092],[-78.815551999999911,70.57748400000014],[-78.816100999999946,70.573318000000029],[-78.815001999999879,70.571930000000123],[-78.806655999999975,70.564986999999974],[-78.788054999999929,70.556091000000038],[-78.766112999999905,70.550261999999975],[-78.733321999999987,70.547211000000004],[-78.718886999999938,70.547760000000096],[-78.720276000000013,70.549149000000114],[-78.84056099999998,70.634995000000117],[-78.851944000000003,70.638046000000088],[-78.861938000000009,70.637206999999989],[-78.868331999999953,70.63220200000012],[-78.867492999999968,70.628586000000041],[-78.868057000000022,70.624419999999986],[-78.871933000000013,70.621918000000051],[-78.879989999999964,70.621093999999914],[-78.912215999999944,70.621368000000018],[-78.965285999999935,70.632751000000042],[-78.976943999999946,70.635817999999972],[-78.994155999999975,70.643326000000002],[-78.999161000000015,70.651382000000069],[-79.000838999999928,70.662766000000147],[-78.994720000000029,70.672484999999995],[-79.000564999999995,70.676926000000094],[-79.009445000000028,70.679702999999961],[-79.025283999999999,70.680267000000129],[-79.041107000000011,70.678588999999988],[-79.057220000000029,70.672759999999982],[-79.152221999999995,70.627762000000075],[-79.158051,70.622208000000114],[-79.155838000000017,70.617476999999951],[-79.14973399999991,70.613037000000134],[-79.136948000000018,70.610809000000017],[-79.097778000000005,70.610260000000039],[-79.068068999999923,70.615540000000124],[-79.143889999999999,70.453873000000044],[-79.159728999999913,70.43803400000013],[-79.174164000000019,70.428040000000124],[-79.18472300000002,70.423599000000024],[-79.209731999999974,70.418045000000006],[-79.223891999999978,70.419434000000024],[-79.23582499999992,70.423309000000017],[-79.268889999999999,70.436371000000008],[-79.291106999999954,70.446930000000066],[-79.290557999999919,70.453598000000056],[-79.291945999999996,70.459717000000069],[-79.30221599999993,70.473602000000142],[-79.308333999999888,70.480270000000132],[-79.388061999999934,70.49275200000011],[-79.403610000000015,70.493316999999934],[-79.412780999999995,70.491652999999928],[-79.420546999999942,70.488876000000062],[-79.575561999999934,70.42942800000003],[-79.58555599999994,70.421371000000022],[-79.591110000000015,70.413605000000018],[-79.591384999999946,70.40914900000007],[-79.588897999999972,70.399428999999998],[-79.575835999999981,70.389984000000084],[-79.563613999999973,70.385544000000095],[-79.42361499999987,70.355820000000108],[-79.420546999999942,70.359710999999947],[-79.416107000000011,70.363602000000014],[-79.406661999999869,70.367477000000008],[-79.386948000000018,70.37164300000012],[-79.371657999999968,70.371093999999971],[-79.357772999999895,70.36970500000001],[-79.317229999999995,70.360260000000096],[-79.295837000000006,70.353043000000014],[-79.286666999999852,70.349716000000058],[-79.266112999999962,70.341094999999939],[-79.252791999999999,70.333327999999995],[-79.243057000000022,70.324707000000103],[-79.233321999999873,70.318603999999937],[-79.224715999999944,70.316085999999984],[-79.209441999999967,70.313309000000061],[-79.125823999999909,70.304703000000131],[-79.108886999999925,70.304977000000065],[-79.099730999999963,70.308594000000028],[-79.086670000000026,70.317764000000068],[-79.088333000000034,70.324707000000103],[-79.090560999999923,70.329437000000098],[-79.085830999999985,70.33859300000006],[-79.070847000000015,70.340820000000122],[-79.056655999999919,70.341369999999984],[-79.038895000000025,70.340546000000018],[-79.027221999999995,70.339432000000045],[-78.98832699999997,70.331375000000037],[-78.966659999999933,70.323318000000086],[-78.939162999999951,70.311096000000134],[-78.921660999999915,70.300812000000064],[-78.790558000000033,70.205551000000014],[-78.777221999999995,70.194976999999994],[-78.763061999999991,70.183593999999971],[-78.753066999999874,70.169434000000081],[-78.74888599999997,70.162201000000039],[-78.737502999999947,70.114989999999977],[-78.688599000000011,70.054977000000122],[-78.683060000000012,70.046371000000022],[-78.680282999999974,70.040268000000083],[-78.664168999999958,70.004166000000112],[-78.662506000000008,69.983047000000113],[-78.662506000000008,69.973037999999917],[-78.665008999999998,69.961380000000077],[-78.676392000000021,69.945250999999985],[-78.687774999999931,69.934417999999994],[-78.704177999999899,69.924148999999943],[-78.791945999999996,69.891098],[-78.84973100000002,69.886107999999979],[-79.06639100000001,69.878310999999997],[-79.17860399999995,69.883881000000088],[-79.200287000000003,69.884430000000009],[-79.37777699999998,69.886107999999979],[-79.408050999999944,69.88499500000006],[-79.474716000000001,69.878586000000041],[-79.526947000000007,69.871918000000051],[-79.540832999999964,69.868866000000139],[-79.553604000000007,69.864700000000028],[-79.563889000000017,69.859984999999995],[-79.576950000000011,69.855819999999994],[-79.604996000000028,69.849990999999989],[-79.636123999999938,69.848038000000031],[-79.682495000000017,69.848877000000016],[-79.694992000000013,69.851089000000059],[-79.707229999999981,69.855545000000006],[-79.773620999999991,69.885544000000039],[-79.780288999999982,69.890549000000078],[-79.786391999999978,69.897217000000012],[-79.796386999999925,69.908325000000048],[-79.801101999999958,69.915543000000014],[-79.800277999999992,69.917205999999965],[-79.803329000000019,69.927475000000015],[-79.833617999999944,69.949417000000039],[-79.891387999999949,69.973877000000073],[-80.053054999999915,69.997208000000114],[-80.168059999999969,70.006377999999984],[-80.196945000000028,70.008041000000105],[-80.232497999999964,70.007767000000001],[-80.263061999999934,70.002487000000087],[-80.27305599999994,69.999709999999993],[-80.292496000000028,69.98692299999999],[-80.307770000000005,69.981093999999985],[-80.31361400000003,69.980270000000019],[-80.326110999999912,69.980270000000019],[-80.336120999999991,69.982207999999957],[-80.434998000000007,70.004990000000078],[-80.45777899999996,70.013320999999962],[-80.466399999999965,70.018051000000014],[-80.47444200000001,70.024428999999998],[-80.485549999999932,70.029434000000037],[-80.547774999999945,70.04414399999996],[-80.561110999999983,70.046936000000073],[-80.577498999999875,70.048874000000012],[-80.597778000000005,70.048035000000027],[-80.652221999999938,70.038879000000065],[-80.669998000000021,70.039978000000076],[-80.787505999999951,70.050537000000134],[-80.906386999999995,70.070831000000055],[-81.06220999999988,70.085541000000035],[-81.225829999999974,70.09693900000002],[-81.285552999999993,70.095261000000107],[-81.378051999999968,70.092484000000013],[-81.429992999999968,70.093597000000102],[-81.462508999999955,70.09637500000008],[-81.603058000000033,70.113876000000005],[-81.698607999999922,70.128585999999984],[-81.711670000000026,70.130539000000113],[-81.728333000000021,70.132202000000007],[-81.745834000000002,70.1308140000001],[-81.756119000000012,70.12831099999994],[-81.763335999999924,70.123031999999967],[-81.761948000000018,70.117477000000065],[-81.737503000000004,70.093597000000102],[-81.718886999999881,70.079163000000051],[-81.709732000000031,70.074432000000115],[-81.687774999999874,70.067764000000125],[-81.670546999999942,70.065262000000075],[-81.625823999999966,70.062759000000085],[-81.558333999999888,70.056930999999963],[-81.539718999999934,70.053314],[-81.531113000000005,70.050812000000121],[-81.464721999999995,70.024703999999986],[-81.313613999999973,70.032211000000132],[-81.262221999999952,70.016388000000063],[-81.188599000000011,69.991089000000102],[-81.169723999999974,69.982483000000002],[-81.153335999999911,69.969986000000006],[-81.15306099999998,69.963608000000022],[-81.154174999999896,69.958327999999995],[-81.150283999999999,69.945815999999979],[-81.142775999999969,69.938034000000016],[-81.136123999999995,69.933043999999995],[-81.126389000000017,69.927765000000022],[-81.089721999999995,69.913879000000009],[-81.028335999999967,69.893600000000106],[-80.999999999999943,69.886107999999979],[-80.939986999999974,69.862762000000089],[-80.791381999999942,69.790542999999957],[-80.769164999999873,69.778045999999961],[-80.764175000000023,69.770537999999988],[-80.763061999999991,69.767212000000086],[-80.763061999999991,69.760818000000086],[-80.77555799999999,69.75221300000004],[-80.826110999999912,69.733597000000032],[-80.835555999999883,69.730270000000075],[-80.849441999999954,69.727203000000145],[-80.938889000000017,69.714705999999978],[-80.952498999999989,69.713882000000012],[-80.952224999999942,69.732758000000047],[-80.955841000000021,69.734420999999998],[-81.014449999999954,69.745529000000147],[-81.023055999999997,69.746094000000028],[-81.038054999999929,69.748596000000077],[-81.074172999999917,69.758040999999992],[-81.093063000000029,69.764434999999992],[-81.103058000000033,69.768326000000059],[-81.115554999999858,69.776931999999988],[-81.129439999999931,69.797760000000096],[-81.145843999999897,69.812485000000038],[-81.166945999999996,69.821380999999974],[-81.178878999999938,69.824996999999996],[-81.21665999999999,69.833603000000096],[-81.354445999999996,69.880264000000125],[-81.433059999999955,69.91304000000008],[-81.480559999999969,69.926926000000037],[-81.491942999999878,69.929703000000131],[-81.598891999999864,69.95248400000014],[-81.68249499999996,69.964431999999988],[-81.795273000000009,69.988586000000112],[-81.945540999999878,70.039978000000076],[-81.953887999999949,70.043868999999972],[-81.957229999999981,70.047211000000061],[-81.958618000000001,70.052765000000079],[-81.966659999999933,70.060532000000023],[-82.065001999999936,70.095825000000048],[-82.101104999999905,70.108032000000037],[-82.214447000000007,70.134995000000004],[-82.361663999999962,70.161377000000073],[-82.446655000000021,70.174988000000042],[-82.475006000000008,70.179428000000087],[-82.610001000000011,70.207214000000135],[-82.739165999999898,70.237762000000089],[-82.913894999999968,70.282761000000107],[-82.938888999999961,70.292205999999965],[-82.952224999999999,70.296370999999965],[-82.977782999999988,70.301926000000037],[-82.992766999999901,70.303588999999988],[-83.006957999999997,70.304703000000131],[-83.048049999999989,70.306931000000134],[-82.897781000000009,70.248595999999964],[-82.822234999999978,70.220825000000104],[-82.683608999999933,70.189972000000125],[-82.573623999999995,70.171646000000123],[-82.493880999999988,70.158875000000023],[-82.415282999999988,70.143051000000071],[-82.299727999999902,70.118866000000082],[-82.103058000000033,70.065262000000075],[-81.976395000000025,70.012206999999989],[-81.841674999999952,69.963318000000015],[-81.773330999999928,69.954162999999994],[-81.758056999999951,69.951660000000004],[-81.725006000000008,69.944138000000066],[-81.720001000000025,69.941085999999984],[-81.710830999999985,69.934142999999949],[-81.738327000000027,69.876083000000051],[-81.741378999999881,69.872757000000036],[-81.854171999999949,69.855545000000006],[-81.880279999999914,69.852478000000076],[-81.960281000000009,69.844146999999964],[-81.962783999999886,69.844711000000132],[-81.963333000000034,69.847487999999998],[-81.962508999999955,69.852768000000083],[-81.963333000000034,69.857757999999933],[-81.972503999999958,69.862487999999985],[-81.995270000000005,69.872481999999991],[-82.001677999999856,69.874694999999974],[-82.011123999999995,69.875809000000118],[-82.020003999999858,69.873871000000008],[-82.061661000000015,69.859421000000054],[-82.118880999999874,69.814697000000081],[-82.11860699999994,69.81053200000008],[-82.126098999999954,69.784988000000055],[-82.129715000000033,69.782486000000006],[-82.143340999999964,69.781372000000033],[-82.189986999999917,69.790267999999969],[-82.243606999999997,69.801650999999993],[-82.271392999999989,69.82638500000013],[-82.241668999999945,69.828048999999965],[-82.224441999999954,69.823608000000036],[-82.210280999999952,69.826096000000007],[-82.206664999999987,69.828598000000056],[-82.215011999999888,69.832763999999997],[-82.303054999999915,69.856644000000131],[-82.314163000000008,69.857483000000116],[-82.403609999999958,69.860260000000039],[-82.417769999999962,69.857757999999933],[-82.526397999999972,69.860809000000131],[-82.575012000000015,69.87081900000004],[-82.64416499999993,69.892487000000017],[-82.741378999999938,69.910248000000138],[-83.035278000000005,69.98803700000002],[-83.040832999999964,69.993042000000059],[-83.044448999999929,70.004166000000112],[-83.051392000000021,70.008605999999929],[-83.066665999999998,70.010818000000029],[-83.150283999999942,70.009720000000129],[-83.238892000000021,69.998871000000065],[-83.339171999999962,69.979431000000091],[-83.345276000000013,69.977203000000088],[-83.613891999999964,69.948868000000118],[-83.654175000000009,69.946365000000128],[-83.715285999999878,69.947754000000145],[-83.898620999999991,69.960815000000082],[-83.944716999999969,69.965820000000122],[-84.00167799999997,69.974152000000117],[-84.010833999999932,69.976653999999996],[-84.041672000000005,69.981369000000029],[-84.082779000000016,69.985260000000096],[-84.161666999999966,69.984985000000052],[-84.314162999999951,69.979706000000078],[-84.560546999999872,69.993866000000025],[-84.65695199999999,70.002487000000087],[-84.728606999999897,70.010269000000051],[-84.783889999999985,70.01887499999998],[-85.163054999999929,70.09137000000004],[-85.176102000000014,70.093048000000124],[-85.335280999999952,70.102478000000019],[-85.353881999999942,70.103317000000004],[-85.369155999999975,70.103591999999992],[-85.666397000000018,70.104705999999965],[-85.719727000000034,70.103591999999992],[-85.752501999999936,70.101929000000041],[-85.84722899999997,70.088882000000069],[-85.869445999999868,70.085541000000035],[-85.874999999999943,70.083328000000051],[-85.878051999999968,70.076935000000105],[-85.876099000000011,70.071930000000066],[-85.854720999999984,70.040817000000061],[-85.851669000000015,70.038315000000125],[-85.838333000000034,70.041931000000034],[-85.826950000000011,70.046371000000022],[-85.801940999999943,70.05442800000003],[-85.785278000000005,70.058319000000097],[-85.732772999999952,70.066939999999988],[-85.691665999999941,70.070541000000048],[-85.636397999999986,70.071930000000066],[-85.618057000000022,70.070831000000055],[-85.585555999999997,70.067490000000021],[-85.468833999999902,70.049263000000053],[-85.376937999999996,70.032211000000132],[-85.350280999999995,70.026382000000126],[-85.25140399999998,69.998322000000087],[-85.243056999999908,69.994979999999998],[-85.236114999999984,69.989150999999993],[-85.239440999999943,69.986649000000057],[-85.244995000000017,69.984421000000111],[-85.25778200000002,69.983871000000079],[-85.41339099999999,69.997429000000125],[-85.441230999999959,70.00093099999998],[-85.451224999999965,70.001769999999908],[-85.577498999999932,70.009995000000117],[-85.613892000000021,70.009995000000117],[-85.635009999999909,70.007491999999957],[-85.651947000000007,70.00360100000006],[-85.678328999999906,69.995254999999986],[-85.695267000000001,69.991363999999919],[-85.726943999999946,69.990539999999953],[-85.808334000000002,69.99859600000002],[-85.823333999999988,70.000275000000045],[-85.851944000000003,70.005554000000018],[-86.093063000000029,70.062484999999981],[-86.230835000000013,70.098602000000142],[-86.255004999999926,70.10554500000012],[-86.301940999999943,70.121643000000006],[-86.326400999999976,70.132202000000007],[-86.551940999999999,70.234984999999995],[-86.556106999999997,70.244705000000124],[-86.581115999999952,70.356934000000081],[-86.577224999999999,70.36554000000001],[-86.55860899999999,70.386932000000002],[-86.541945999999996,70.401382000000126],[-86.524170000000026,70.411652000000061],[-86.512787000000003,70.416382000000056],[-86.481109999999944,70.424698000000149],[-86.448333999999932,70.431655999999975],[-86.373046999999985,70.445816000000093],[-86.313048999999864,70.46276899999998],[-86.294997999999964,70.472762999999986],[-86.287506000000008,70.484420999999998],[-86.297774999999945,70.494141000000127],[-86.313889000000017,70.502777000000037],[-86.334441999999967,70.511658000000125],[-86.353607000000011,70.519440000000088],[-86.36221299999994,70.522765999999933],[-86.374709999999993,70.525269000000094],[-86.390839000000028,70.522217000000012],[-86.389998999999989,70.519989000000066],[-86.383895999999879,70.513611000000083],[-86.375548999999978,70.508881000000031],[-86.367767000000015,70.504715000000147],[-86.350280999999995,70.49832200000003],[-86.339721999999938,70.491652999999928],[-86.339447000000007,70.486374000000126],[-86.34056099999998,70.483870999999965],[-86.363327000000027,70.474152000000004],[-86.37388599999997,70.470261000000107],[-86.407501000000025,70.459991000000002],[-86.51568599999996,70.433640000000025],[-86.565001999999936,70.425537000000134],[-86.578338999999971,70.422211000000118],[-86.589721999999995,70.417479999999955],[-86.62777699999998,70.395538000000101],[-86.651397999999972,70.374695000000031],[-86.662216000000001,70.361099000000081],[-86.65943900000002,70.357208000000014],[-86.638335999999924,70.324432000000058],[-86.647232000000031,70.319443000000092],[-86.655563000000029,70.318878000000041],[-86.839721999999995,70.320267000000058],[-86.861938000000009,70.322220000000016],[-86.876099000000011,70.326096000000064],[-86.881103999999937,70.329711999999972],[-86.990554999999915,70.431655999999975],[-86.988892000000021,70.435532000000023],[-86.982497999999964,70.438873000000058],[-86.953613000000018,70.442474000000118],[-86.936935000000005,70.443313999999987],[-86.92471299999994,70.446091000000081],[-86.922775000000001,70.447754000000032],[-86.921386999999925,70.451660000000061],[-86.92193599999996,70.455550999999957],[-86.928329000000019,70.460541000000035],[-86.937209999999936,70.463608000000136],[-86.953338999999971,70.467209000000025],[-86.967772999999909,70.468048000000124],[-86.996384000000035,70.467484000000013],[-87.034164000000033,70.464157000000057],[-87.072509999999966,70.457489000000123],[-87.08944699999995,70.453323000000012],[-87.132767000000001,70.439148000000102],[-87.140563999999983,70.434981999999991],[-87.182220000000029,70.399428999999998],[-87.184998000000007,70.388596000000007],[-87.05749499999996,70.381653000000028],[-87.043883999999991,70.379974000000004],[-87.031676999999945,70.377472000000125],[-87.010558999999944,70.37164300000012],[-86.991378999999995,70.364150999999993],[-86.981109999999944,70.35803199999998],[-86.972777999999948,70.351929000000041],[-86.976395000000025,70.284714000000065],[-86.985824999999977,70.281662000000097],[-86.999434999999949,70.280548000000124],[-87.009170999999924,70.281097000000102],[-87.107498000000021,70.28804000000008],[-87.184433000000013,70.295532000000037],[-87.255004999999983,70.30664100000007],[-87.5625,70.322768999999937],[-87.673614999999984,70.319153000000085],[-87.669998000000021,70.298598999999967],[-87.643889999999999,70.295822000000044],[-87.628601000000003,70.29304500000012],[-87.61721799999998,70.289429000000098],[-87.610275000000001,70.284714000000065],[-87.613327000000027,70.281936999999971],[-87.62388599999997,70.278046000000074],[-87.704177999999956,70.257217000000082],[-87.77694699999995,70.24331699999999],[-87.796951000000035,70.240265000000079],[-87.833892999999989,70.238037000000134],[-87.8663939999999,70.238876000000062],[-87.914444000000003,70.24136400000009],[-87.923049999999989,70.242751999999996],[-87.935546999999985,70.24693300000007],[-88.012825000000021,70.277267000000109],[-88.088165000000004,70.285095000000126],[-88.138610999999912,70.296097000000032],[-88.250564999999938,70.321381000000031],[-88.263061999999934,70.325272000000098],[-88.264724999999942,70.328049000000021],[-88.256957999999997,70.333878000000027],[-88.214171999999962,70.351379000000009],[-88.20666499999993,70.352478000000133],[-88.061774999999955,70.329544000000055],[-88.05494699999997,70.327369999999974],[-88.050109999999904,70.325042999999994],[-88.038283999999919,70.315536000000122],[-88.030784999999923,70.314033999999992],[-88.02427699999987,70.313202000000103],[-87.994445999999982,70.31203499999998],[-87.916397000000018,70.301926000000037],[-87.901671999999905,70.304428000000144],[-87.888610999999969,70.308029000000033],[-87.879989999999964,70.311371000000122],[-87.882492000000013,70.316375999999991],[-87.889998999999989,70.321930000000009],[-87.914718999999991,70.331665000000044],[-88.083618000000001,70.378036000000066],[-88.111938000000009,70.384155000000078],[-88.166945999999996,70.394440000000031],[-88.374434999999949,70.432205000000124],[-88.439986999999917,70.438583000000051],[-88.579177999999956,70.450271999999984],[-88.670272999999952,70.453598000000056],[-88.679442999999992,70.453598000000056],[-88.693053999999961,70.455261000000121],[-88.797775000000001,70.489700000000028],[-88.897506999999962,70.53276100000005],[-88.914443999999889,70.546096999999975],[-88.985824999999863,70.608322000000101],[-89.00389100000001,70.624984999999981],[-89.009170999999981,70.636383000000023],[-88.999999999999943,70.645538000000045],[-88.999725000000012,70.651657000000057],[-89.005279999999914,70.656936999999971],[-89.076674999999966,70.696930000000009],[-89.105834999999956,70.707489000000066],[-89.118880999999988,70.711380000000133],[-89.143889999999942,70.717209000000139],[-89.203888000000006,70.737198000000035],[-89.261123999999995,70.759720000000129],[-89.285278000000005,70.769714000000135],[-89.330565999999919,70.791931000000034],[-89.369719999999973,70.814697000000081],[-89.374161000000015,70.819153000000142],[-89.448333999999988,70.902481000000023],[-89.447219999999902,70.906647000000078],[-89.443603999999937,70.910262999999929],[-89.432495000000017,70.915268000000026],[-89.416397000000018,70.918594000000041],[-89.371658000000025,70.925812000000064],[-89.298614999999927,70.933043999999995],[-89.222777999999948,70.935531999999967],[-89.20944199999991,70.939147999999989],[-89.205840999999964,70.942749000000049],[-89.188599000000011,70.960815000000025],[-89.195267000000001,70.968323000000055],[-89.205565999999919,70.973602000000028],[-89.270279000000016,70.983597000000145],[-89.315276999999924,70.991653000000042],[-89.340560999999923,70.997482000000048],[-89.354720999999927,71.001937999999939],[-89.49499499999996,71.0577550000001],[-89.549727999999959,71.088593000000117],[-89.491378999999938,71.092209000000139],[-89.469726999999978,71.091933999999924],[-89.228333000000021,71.072768999999994],[-89.216948999999943,71.06999200000007],[-89.208617999999944,71.063034000000073],[-89.215285999999935,71.056641000000127],[-89.218063000000029,71.050812000000121],[-89.212509000000011,71.045532000000037],[-89.203063999999983,71.03804000000008],[-89.196655000000021,71.035263000000043],[-89.178604000000007,71.031372000000147],[-89.134444999999971,71.026932000000102],[-89.117767000000015,71.026657000000114],[-89.100829999999917,71.027771000000087],[-89.076110999999969,71.030272999999966],[-89.039443999999946,71.035263000000043],[-88.979996000000028,71.041092000000049],[-88.904723999999987,71.045258000000103],[-88.689163000000008,71.046936000000017],[-88.617767000000015,71.044434000000138],[-88.490279999999984,71.031097000000102],[-88.478881999999942,71.029709000000025],[-88.43249499999996,71.021927000000062],[-88.380279999999971,71.011931999999945],[-88.369155999999975,71.007492000000127],[-88.365829000000019,71.001937999999939],[-88.36332699999997,70.99552900000009],[-88.362503000000004,70.990265000000136],[-88.362777999999992,70.984146000000067],[-88.360274999999945,70.977767999999969],[-88.356948999999986,70.972214000000122],[-88.343612999999948,70.961380000000077],[-88.332503999999972,70.957213999999965],[-88.318618999999899,70.95387299999993],[-88.289718999999934,70.950272000000098],[-88.260833999999988,70.947754000000089],[-88.025283999999942,70.930542000000059],[-87.999999999999886,70.929153000000099],[-87.968886999999881,70.928588999999931],[-87.930557000000022,70.929428000000087],[-87.912780999999995,70.931366000000025],[-87.857772999999895,70.941360000000032],[-87.798049999999932,70.949707000000046],[-87.752791999999999,70.953598000000113],[-87.699996999999996,70.955551000000071],[-87.664443999999946,70.954712000000086],[-87.62748699999986,70.95138500000013],[-87.610549999999932,70.949417000000039],[-87.559433000000013,70.947479000000101],[-87.43582200000003,70.944976999999994],[-87.371216000000004,70.944725000000119],[-87.353607000000011,70.945250999999928],[-87.345551,70.949417000000039],[-87.343063000000029,70.954162999999937],[-87.343613000000005,70.959427000000119],[-87.337783999999886,70.969986000000006],[-87.329177999999956,70.980545000000006],[-87.30860899999999,70.99552900000009],[-87.298889000000031,71],[-87.286117999999988,71.004166000000112],[-87.267226999999878,71.006942999999978],[-87.246947999999918,71.009155000000078],[-87.212508999999955,71.007492000000127],[-87.151397999999858,71],[-87.141388000000006,70.997757000000036],[-87.11610399999995,70.994705000000124],[-87.051392000000021,70.987761999999975],[-87.033614999999998,70.986649000000057],[-87.017501999999922,70.986649000000057],[-87.004180999999903,70.990265000000136],[-87.003066999999987,70.991089000000102],[-87.002791999999999,70.994141000000013],[-87.009734999999978,70.996093999999971],[-87.039444000000003,71.000823999999966],[-87.135009999999966,71.011383000000023],[-87.166397000000018,71.014435000000105],[-87.184433000000013,71.01527400000009],[-87.279175000000009,71.026932000000102],[-87.385833999999988,71.041930999999977],[-87.394729999999981,71.043594000000098],[-87.404723999999931,71.047211000000061],[-87.410827999999981,71.053314],[-87.472777999999948,71.074157999999954],[-87.572783999999956,71.09526100000005],[-87.701400999999976,71.123306000000071],[-87.712783999999999,71.126082999999994],[-87.760283999999956,71.143051000000071],[-87.848891999999864,71.184982000000048],[-87.851943999999946,71.191925000000026],[-87.852492999999981,71.19720500000011],[-87.848343,71.202209000000039],[-87.825286999999946,71.217209000000025],[-87.823059000000001,71.223601999999971],[-87.816665999999941,71.254714999999976],[-87.821945000000028,71.258331000000055],[-87.829452999999944,71.261932000000115],[-87.844161999999926,71.264160000000061],[-87.900283999999999,71.268600000000049],[-87.911666999999909,71.266936999999984],[-87.971938999999963,71.250274999999988],[-88.019729999999981,71.236098999999967],[-88.034163999999976,71.231658999999979],[-88.041945999999939,71.228867000000037],[-88.131103999999993,71.219147000000135],[-88.321670999999981,71.228592000000049],[-88.583618000000001,71.234984999999995],[-88.70666499999993,71.247756999999979],[-88.849990999999989,71.259720000000016],[-89.058043999999995,71.276382000000012],[-89.20666499999993,71.283325000000048],[-89.299163999999962,71.287491000000102],[-89.42860399999995,71.294434000000081],[-89.703888000000006,71.31581100000011],[-89.816665999999998,71.324997000000053],[-89.830001999999979,71.328872999999987],[-89.89973399999991,71.351379000000122],[-89.907227000000034,71.354706000000078],[-89.964721999999995,71.411377000000016],[-89.968613000000005,71.416931000000034],[-89.983063000000016,71.446930000000009],[-90.010558999999887,71.57777400000009],[-90.013061999999934,71.600266000000033],[-90.004729999999938,71.630813999999987],[-90.00306699999993,71.635817999999972],[-89.99722300000002,71.641373000000044],[-89.964721999999995,71.655822999999941],[-89.932769999999948,71.667755000000113],[-89.896117999999944,71.679977000000065],[-89.884734999999921,71.684708000000001],[-89.817504999999983,71.724701000000039],[-89.808334000000002,71.747757000000092],[-89.821395999999936,71.760269000000051],[-89.831389999999942,71.760269000000051],[-89.836120999999991,71.761658000000068],[-89.843062999999972,71.764434999999992],[-89.893615999999952,71.789428999999927],[-89.954453000000001,71.820541000000048],[-89.960281000000009,71.824158000000011],[-90.026672000000019,71.892761000000064],[-90.048614999999984,71.953873000000101],[-90.001113999999916,72.063034000000073],[-89.993057000000022,72.070540999999992],[-89.962783999999999,72.07748399999997],[-89.812209999999993,72.111923000000047],[-89.750838999999928,72.12303199999991],[-89.738891999999964,72.124985000000038],[-89.725829999999974,72.124695000000031],[-89.718886999999995,72.121917999999937],[-89.715835999999967,72.118591000000038],[-89.704726999999991,72.113312000000008],[-89.691665999999941,72.109985000000108],[-89.682494999999903,72.110535000000141],[-89.664718999999934,72.113312000000008],[-89.597503999999958,72.148331000000098],[-89.579726999999991,72.158874999999966],[-89.574721999999952,72.163605000000018],[-89.576674999999966,72.169144000000017],[-89.584732000000031,72.175811999999951],[-89.598891999999978,72.178040000000124],[-89.618057000000022,72.17886400000009],[-89.676665999999955,72.17692599999998],[-89.705841000000021,72.174697999999978],[-89.724716000000001,72.172485000000052],[-89.738891999999964,72.168593999999985],[-89.759445000000028,72.159988000000055],[-89.770553999999947,72.157485999999949],[-89.780563000000029,72.157485999999949],[-89.802489999999921,72.161925999999994],[-89.892226999999991,72.186919999999986],[-89.897232000000031,72.188583000000051],[-89.901397999999915,72.194137999999953],[-89.939437999999939,72.261932000000058],[-89.954177999999956,72.304977000000065],[-89.957503999999915,72.316086000000098],[-89.95666499999993,72.321655000000135],[-89.913329999999974,72.422211000000061],[-89.907500999999968,72.432205000000067],[-89.89056399999987,72.444977000000051],[-89.87249799999995,72.449142000000052],[-89.860275000000001,72.451096000000121],[-89.813613999999973,72.456650000000081],[-89.799438000000009,72.46026599999999],[-89.793609999999887,72.462768999999923],[-89.777221999999995,72.493866000000025],[-89.775283999999886,72.498596000000077],[-89.772506999999962,72.51998900000001],[-89.772781000000009,72.526093000000003],[-89.786666999999966,72.559982000000048],[-89.753890999999953,72.60554499999995],[-89.736937999999952,72.616652999999985],[-89.699996999999939,72.625259000000085],[-89.678329000000019,72.629424999999969],[-89.65695199999999,72.630264000000125],[-89.643616000000009,72.62692300000009],[-89.614715999999987,72.616089000000045],[-89.597503999999958,72.614700000000028],[-89.572784000000013,72.616928000000144],[-89.560546999999929,72.621918000000051],[-89.470550999999944,72.666091999999992],[-89.473617999999874,72.672485000000108],[-89.511947999999961,72.688873000000001],[-89.525283999999999,72.693863000000022],[-89.549164000000019,72.691085999999927],[-89.567504999999926,72.693039000000056],[-89.574721999999952,72.698868000000061],[-89.580001999999922,72.711105000000032],[-89.581389999999999,72.71775800000006],[-89.574721999999952,72.785263000000043],[-89.569457999999941,72.786925999999937],[-89.479445999999996,72.779709000000025],[-89.446380999999917,72.775542999999971],[-89.36471599999993,72.762206999999989],[-89.330565999999919,72.755829000000006],[-89.294158999999922,72.797211000000061],[-89.333327999999995,72.950546000000145],[-89.358337000000006,72.965271000000087],[-89.361388999999974,72.991652999999985],[-89.308883999999978,73.048324999999977],[-89.228333000000021,73.125809000000004],[-89.043335000000013,73.252486999999974],[-89.035827999999981,73.257492000000013],[-89.00028999999995,73.278320000000122],[-88.990554999999972,73.283599999999979],[-88.856948999999986,73.336105000000032],[-88.695830999999941,73.411926000000108],[-88.68360899999999,73.417480000000069],[-88.468062999999972,73.491928000000087],[-88.433318999999926,73.514159999999947],[-88.409164000000033,73.523605000000032],[-88.286391999999978,73.566939999999988],[-88.263061999999934,73.573883000000023],[-88.074721999999895,73.627762000000018],[-87.974441999999954,73.654709000000139],[-87.92332499999992,73.667755000000056],[-87.817229999999995,73.694427000000132],[-87.780288999999982,73.703048999999965],[-87.739990000000034,73.711380000000077],[-87.539444000000003,73.746643000000063],[-87.456664999999987,73.760269000000051],[-87.183608999999933,73.792755000000113],[-87.049438000000009,73.80831900000004],[-86.71665999999999,73.840820000000122],[-86.596663999999976,73.84526100000005],[-86.493057000000022,73.844437000000084],[-86.401397999999915,73.845824999999991],[-86.239440999999999,73.849152000000117],[-86.208618000000001,73.849991000000102],[-86.109160999999972,73.849991000000102],[-85.747771999999998,73.836380000000133],[-85.706664999999987,73.832214000000022],[-85.553054999999972,73.820830999999998],[-85.520003999999972,73.81999200000007],[-85.462508999999955,73.820830999999998],[-85.421936000000017,73.824158000000125],[-85.307770000000005,73.821106000000043],[-85.16332999999986,73.813309000000061],[-85.121108999999933,73.809981999999991],[-85.104995999999971,73.808029000000033],[-85.069457999999884,73.801926000000094],[-85.034728999999913,73.794708000000071],[-84.970001000000025,73.777771000000087],[-84.837783999999999,73.741652999999985],[-84.842772999999966,73.735809000000017],[-84.865554999999915,73.713318000000015],[-84.922501000000011,73.680267000000072],[-84.931380999999988,73.67553700000002],[-84.956116000000009,73.665267999999969],[-84.985000999999954,73.655823000000112],[-85.340835999999854,73.556366000000139],[-85.596389999999985,73.486649000000114],[-85.766402999999855,73.425262000000032],[-85.851104999999961,73.391098],[-85.930282999999974,73.355255],[-86.046660999999858,73.287201000000039],[-86.137787000000003,73.228867000000037],[-86.292220999999984,73.103317000000118],[-86.296386999999982,73.097488000000055],[-86.294448999999929,73.091095000000109],[-86.288895000000025,73.087204000000042],[-86.28443900000002,73.08248900000001],[-86.284163999999976,73.077208999999982],[-86.287216000000001,73.072495000000004],[-86.328339000000028,73.036651999999947],[-86.454452999999887,72.963607999999965],[-86.474716000000001,72.953323000000069],[-86.495269999999891,72.943314000000044],[-86.50556899999998,72.938309000000004],[-86.571120999999948,72.908875000000023],[-86.627212999999927,72.883605999999986],[-86.647506999999962,72.873306000000071],[-86.653610000000015,72.868866000000082],[-86.658339999999953,72.863602000000071],[-86.695540999999992,72.819153000000142],[-86.696654999999964,72.816666000000055],[-86.732773000000009,72.716095000000109],[-86.703339000000028,72.659148999999957],[-86.698333999999988,72.652205999999978],[-86.686935000000005,72.644714000000022],[-86.662216000000001,72.631653000000085],[-86.638335999999924,72.620529000000033],[-86.611389000000031,72.60914600000001],[-86.504181000000017,72.56860400000005],[-86.479720999999984,72.56053200000008],[-86.466110000000015,72.556365999999969],[-86.451401000000033,72.553040000000124],[-86.414443999999946,72.541656000000046],[-86.397232000000031,72.534988000000055],[-86.353057999999976,72.511658000000068],[-86.33805799999999,72.503051999999968],[-86.283066000000019,72.468323000000112],[-86.275832999999977,72.463318000000072],[-86.267776000000026,72.456375000000094],[-86.255004999999926,72.443588000000091],[-86.240829000000019,72.420258000000103],[-86.240829000000019,72.406647000000135],[-86.24610899999999,72.394989000000123],[-86.258057000000008,72.384430000000066],[-86.275283999999942,72.373871000000008],[-86.308043999999995,72.359146000000067],[-86.350829999999917,72.339156999999943],[-86.377776999999924,72.323608000000036],[-86.396117999999944,72.30914300000012],[-86.428054999999915,72.281937000000084],[-86.43582200000003,72.270264000000054],[-86.455276000000026,72.207214000000079],[-86.434432999999956,72.049987999999928],[-86.432495000000017,72.043319999999994],[-86.425827000000027,72.024993999999992],[-86.420546999999999,72.012771999999984],[-86.336670000000026,71.951934999999992],[-86.166107000000011,71.824996999999996],[-86.132766999999944,71.795822000000101],[-86.110549999999989,71.783051],[-86.078613000000018,71.775542999999971],[-86.051666000000012,71.771652000000074],[-86.024444999999957,71.765823000000069],[-85.947219999999959,71.726928999999984],[-85.905563000000029,71.699707000000046],[-85.871933000000013,71.676926000000037],[-85.500838999999985,71.511108000000092],[-85.391952999999944,71.481659000000093],[-85.374161000000015,71.47886699999998],[-85.228606999999954,71.465546000000074],[-84.948607999999979,71.421646000000067],[-84.93472300000002,71.418319999999994],[-84.929992999999968,71.414429000000098],[-84.859160999999972,71.321105999999986],[-84.838057999999933,71.29193099999992],[-84.834166999999979,71.285262999999986],[-84.83277899999996,71.278869999999984],[-84.833892999999932,71.274154999999951],[-84.835555999999997,71.271652000000017],[-84.848343,71.269440000000145],[-84.868606999999997,71.268875000000094],[-84.921660999999972,71.270828000000051],[-85.041945999999996,71.278594999999996],[-85.172500999999897,71.272490999999945],[-85.173888999999974,71.269989000000066],[-85.178329000000019,71.266388000000006],[-85.389998999999932,71.196640000000059],[-85.399993999999936,71.193862999999965],[-85.50028999999995,71.177200000000084],[-85.514724999999999,71.176086000000112],[-85.532501000000025,71.177200000000084],[-85.663054999999986,71.194427000000132],[-85.761397999999986,71.192200000000071],[-85.838333000000034,71.187485000000038],[-85.932769999999948,71.17886400000009],[-85.966659999999933,71.171097000000145],[-86.170836999999949,71.106934000000081],[-86.210830999999985,71.09387200000009],[-86.21444699999995,71.089705999999978],[-86.206954999999994,71.083878000000084],[-86.206115999999952,71.078049000000021],[-86.212783999999999,71.072768999999994],[-86.24888599999997,71.058594000000085],[-86.288605000000018,71.052200000000028],[-86.408051,71.035263000000043],[-86.450835999999924,71.031372000000147],[-86.517775999999969,71.031661999999983],[-86.643889999999999,71.019439999999975],[-86.749999999999943,71.007766999999944],[-86.770278999999903,71.004166000000112],[-86.785552999999993,71.000275000000045],[-86.798614999999984,70.996368000000075],[-86.819167999999877,70.98942599999998],[-86.820007000000032,70.988586000000112],[-86.806655999999975,70.983871000000079],[-86.75778200000002,70.97665399999994],[-86.713057999999933,70.974152000000061],[-86.601943999999946,70.97164900000007],[-86.547500999999954,70.978867000000093],[-86.430283000000031,70.988876000000118],[-86.292220999999984,71.000275000000045],[-86.270279000000016,71.002777000000094],[-86.224166999999852,71.014435000000105],[-86.026947000000007,71.071381000000088],[-85.832503999999915,71.127197000000137],[-85.802215999999987,71.135818000000029],[-85.779174999999952,71.139160000000004],[-85.670273000000009,71.148880000000077],[-85.650283999999999,71.149428999999998],[-85.505004999999983,71.158034999999927],[-85.411666999999966,71.17442299999999],[-85.391678000000013,71.174988000000042],[-85.288605000000018,71.159149000000127],[-85.274169999999913,71.15525800000006],[-85.110549999999989,71.161652000000061],[-85.042220999999927,71.181656000000032],[-85.037216000000001,71.183044000000109],[-84.99888599999997,71.187485000000038],[-84.961670000000026,71.188583000000108],[-84.944152999999972,71.187195000000031],[-84.875274999999988,71.172760000000096],[-84.849990999999989,71.154709000000082],[-84.84584000000001,71.147766000000104],[-84.87110899999999,71.073607999999922],[-84.875823999999852,71.06999200000007],[-84.879714999999919,71.069442999999922],[-84.904175000000009,71.078049000000021],[-84.935821999999973,71.092483999999956],[-84.950561999999934,71.09693900000002],[-84.966110000000015,71.10026600000009],[-84.9808349999999,71.101089000000002],[-85.00111400000003,71.100815000000068],[-85.142226999999934,71.086380000000133],[-85.146956999999986,71.082764000000054],[-85.112777999999935,71.079163000000051],[-85.061385999999914,71.076385000000016],[-84.99221799999998,71.077484000000027],[-84.976668999999902,71.075821000000076],[-84.960281000000009,71.072220000000016],[-84.92971799999998,71.004440000000045],[-84.926940999999943,70.988037000000134],[-84.930282999999974,70.981659000000036],[-84.941375999999991,70.970535000000098],[-84.950835999999981,70.965546000000131],[-84.963333000000034,70.955826000000059],[-84.975280999999995,70.945250999999928],[-84.976105000000018,70.933318999999983],[-84.970839999999953,70.927474999999959],[-84.964721999999938,70.922485000000108],[-84.958618000000001,70.919434000000081],[-84.941100999999946,70.918045000000063],[-84.814162999999951,70.919434000000081],[-84.798888999999974,70.921646000000123],[-84.793610000000001,70.926650999999993],[-84.748336999999992,70.975539999999967],[-84.748046999999985,70.988037000000134],[-84.771118000000001,71.037490999999989],[-84.803604000000007,71.047211000000061],[-84.819167999999991,71.057480000000112],[-84.827788999999996,71.068328999999949],[-84.829726999999878,71.073317999999915],[-84.828888000000006,71.079987000000017],[-84.826675000000023,71.085541000000148],[-84.801392000000021,71.148605000000032],[-84.766662999999994,71.197479000000044],[-84.770843999999954,71.254990000000021],[-84.781386999999938,71.261932000000115],[-84.786666999999909,71.267761000000121],[-84.793059999999969,71.278046000000018],[-84.796660999999915,71.297485000000108],[-84.797226000000023,71.303314000000114],[-84.762511999999901,71.406646999999964],[-84.749434999999949,71.416655999999989],[-84.731948999999929,71.424698000000149],[-84.720551,71.428314],[-84.693053999999961,71.434143000000006],[-84.678329000000019,71.435257000000036],[-84.660004000000015,71.431655999999975],[-84.653060999999923,71.431931000000134],[-84.571670999999924,71.440810999999997],[-84.557495000000017,71.444138000000123],[-84.547774999999945,71.447478999999987],[-84.539169000000015,71.451660000000061],[-84.531951999999933,71.456940000000145],[-84.526108000000022,71.46887200000009],[-84.526397999999915,71.478316999999947],[-84.530563000000029,71.492477000000065],[-84.533614999999941,71.502486999999974],[-84.546660999999972,71.527480999999966],[-84.554717999999923,71.541092000000106],[-84.561385999999914,71.549988000000042],[-84.564437999999939,71.552475000000129],[-84.610275000000001,71.562759000000142],[-84.636397999999929,71.570541000000105],[-84.648620999999991,71.57638500000013],[-84.65834000000001,71.583878000000141],[-84.654998999999975,71.608871000000022],[-84.653060999999923,71.612762000000089],[-84.642501999999979,71.622757000000036],[-84.625548999999978,71.633041000000048],[-84.610549999999989,71.641663000000051],[-84.604445999999996,71.646103000000039],[-84.606658999999922,71.649429000000112],[-84.625,71.665817000000004],[-84.628052000000025,71.668319999999937],[-84.635559000000001,71.670258000000103],[-84.649733999999967,71.672211000000004],[-84.710830999999928,71.676085999999998],[-84.77305599999994,71.678588999999988],[-84.782776000000013,71.678863999999976],[-84.827498999999989,71.675262000000032],[-84.867217999999923,71.66804500000012],[-84.886200000000031,71.654251000000102],[-84.926666000000012,71.636107999999979],[-84.975280999999995,71.644440000000145],[-85.097503999999958,71.655258000000117],[-85.176940999999999,71.656647000000135],[-85.196655000000021,71.655822999999941],[-85.230835000000013,71.659987999999942],[-85.263900999999976,71.665543000000071],[-85.279723999999987,71.668594000000041],[-85.291381999999999,71.672211000000004],[-85.570846999999958,71.77998400000007],[-85.579726999999991,71.784988000000055],[-85.573623999999938,71.790817000000061],[-85.557770000000005,71.79525799999999],[-85.543883999999935,71.795532000000094],[-85.458892999999989,71.79414399999996],[-85.449721999999952,71.796097000000088],[-85.436934999999949,71.800812000000121],[-85.432769999999948,71.806366000000139],[-85.431945999999982,71.814697000000024],[-85.434432999999899,71.818053999999961],[-85.551666000000012,71.896378000000027],[-85.559722999999963,71.900543000000027],[-85.744995000000017,71.941360000000032],[-85.845839999999896,71.962494000000049],[-85.900832999999977,71.969147000000021],[-85.939986999999974,71.973038000000088],[-85.963333000000034,71.974425999999994],[-86.002501999999993,71.978043000000127],[-86.022781000000009,71.980545000000006],[-86.026672000000019,71.981658999999979],[-86.039169000000015,71.988876000000118],[-86.043610000000001,71.99552900000009],[-86.050827000000027,72.011107999999979],[-86.047501000000011,72.013885000000073],[-85.981110000000001,72.028594999999996],[-85.778885000000002,72.026932000000102],[-85.538329999999974,72.059143000000006],[-85.509444999999914,72.068054000000132],[-85.495270000000005,72.078872999999987],[-85.440552000000025,72.132751000000098],[-85.449158000000011,72.158325000000104],[-85.481948999999929,72.173309000000017],[-85.50167799999997,72.184143000000063],[-85.502501999999993,72.251663000000065],[-85.49749799999995,72.255264000000125],[-85.48721299999994,72.260268999999994],[-85.291945999999882,72.25999500000006],[-85.271941999999967,72.259720000000016],[-85.029175000000009,72.25082400000008],[-85.013335999999981,72.250000000000114],[-84.936385999999914,72.235809000000131],[-84.919997999999964,72.232758000000103],[-84.867766999999958,72.220825000000048],[-84.861388999999917,72.217758000000117],[-84.847504000000015,72.205550999999957],[-84.839172000000019,72.194137999999953],[-84.815276999999924,72.181366000000139],[-84.803328999999906,72.177765000000079],[-84.710555999999997,72.151656999999943],[-84.612212999999997,72.141098000000113],[-84.595839999999953,72.137772000000041],[-84.512222000000008,72.114150999999993],[-84.286391999999978,72.028594999999996],[-84.275557999999933,72.023879999999963],[-84.269454999999994,72.020828000000051],[-84.261123999999995,72.016098000000056],[-84.258056999999894,72.011932000000115],[-84.25,71.998322000000087],[-84.239989999999921,71.973877000000016],[-84.236389000000031,71.961655000000064],[-84.230559999999855,71.95138500000013],[-84.225006000000008,71.945525999999916],[-84.218886999999995,71.940262000000132],[-84.208617999999888,71.93414300000012],[-84.194442999999978,71.930817000000047],[-84.184722999999963,71.930542000000059],[-84.178329000000019,71.932755000000043],[-84.172774999999945,71.937759000000142],[-84.168883999999878,71.944138000000009],[-84.158614999999998,71.977203000000088],[-84.164718999999877,72.021103000000096],[-84.171111999999994,72.024155000000007],[-84.218063000000029,72.044144000000131],[-84.270003999999915,72.051085999999998],[-84.285827999999981,72.054152999999928],[-84.319732999999871,72.0619200000001],[-84.346663999999976,72.069717000000026],[-84.357772999999952,72.076385000000016],[-84.379990000000021,72.108321999999987],[-84.380553999999961,72.123596000000077],[-84.456116000000009,72.133605999999986],[-84.473327999999981,72.135818000000029],[-84.613326999999913,72.163605000000018],[-84.652221999999938,72.17886400000009],[-84.72193900000002,72.213043000000084],[-84.933318999999926,72.284424000000001],[-84.935271999999941,72.289429000000041],[-84.917495999999971,72.299713000000054],[-84.829452999999944,72.348328000000095],[-84.816101000000003,72.352767999999912],[-84.801392000000021,72.354706000000078],[-84.769729999999981,72.356368999999972],[-84.715012000000002,72.355820000000051],[-84.661941999999954,72.354156000000046],[-84.565001999999993,72.348877000000073],[-84.521117999999944,72.350540000000137],[-84.500838999999928,72.353867000000093],[-84.48443599999996,72.358032000000094],[-84.436110999999926,72.374984999999981],[-84.433060000000012,72.378311000000053],[-84.442215000000033,72.383041000000048],[-84.453339000000028,72.382477000000108],[-84.471389999999928,72.379425000000026],[-84.571670999999924,72.361374000000012],[-84.864166000000012,72.36692800000003],[-84.872771999999998,72.36943100000002],[-84.876098999999954,72.372208000000114],[-84.875548999999921,72.394989000000123],[-84.870834000000002,72.400818000000129],[-84.857772999999952,72.405547999999953],[-84.836670000000026,72.408035000000041],[-84.817504999999983,72.406647000000135],[-84.800277999999992,72.406647000000135],[-84.786666999999909,72.40887500000008],[-84.768341000000021,72.444427000000019],[-84.767226999999934,72.447478999999987],[-84.768341000000021,72.451935000000049],[-84.771118000000001,72.457489000000066],[-84.776947000000007,72.458327999999995],[-84.791945999999996,72.45498699999996],[-84.918609999999944,72.425262000000089],[-85.008347000000015,72.399429000000112],[-85.021666999999979,72.394714000000079],[-85.144729999999925,72.359421000000111],[-85.339019999999948,72.406418000000031],[-85.370270000000005,72.414703000000031],[-85.515288999999996,72.458878000000027],[-85.535277999999948,72.469711000000018],[-85.610001000000011,72.53166200000004],[-85.618057000000022,72.540817000000061],[-85.61721799999998,72.545532000000094],[-85.613892000000021,72.550261999999975],[-85.598617999999931,72.555251999999996],[-85.508347000000015,72.561371000000008],[-85.486114999999927,72.564987000000087],[-85.478057999999976,72.568329000000006],[-85.473052999999993,72.571930000000066],[-85.475554999999986,72.575272000000041],[-85.481110000000001,72.577484000000084],[-85.499999999999943,72.58027600000014],[-85.559998000000007,72.582489000000123],[-85.623885999999914,72.586928999999941],[-85.641953000000001,72.592757999999947],[-85.654174999999952,72.598038000000031],[-85.664718999999934,72.60554499999995],[-85.703063999999927,72.634155000000021],[-85.705276000000026,72.637771999999984],[-85.70777899999996,72.646378000000084],[-85.70944199999991,72.73692299999999],[-85.688048999999978,72.893599999999992],[-85.68472300000002,72.898330999999928],[-85.679442999999992,72.903595000000109],[-85.592223999999987,72.959152000000074],[-85.581680000000006,72.964157000000114],[-85.570557000000008,72.966934000000037],[-85.549164000000019,72.969711000000132],[-85.499725000000012,72.974152000000004],[-85.481948999999929,72.974152000000004],[-85.378875999999934,72.971100000000092],[-85.283066000000019,72.964431999999931],[-85.257507000000032,72.960814999999968],[-85.127486999999974,72.940262000000132],[-85.077498999999932,72.929977000000008],[-85.015015000000005,72.916092000000106],[-84.96665999999999,72.904984000000127],[-84.93249499999996,72.896378000000027],[-84.874434999999949,72.885543999999925],[-84.819457999999997,72.880264000000068],[-84.707503999999972,72.869980000000055],[-84.668610000000001,72.867477000000065],[-84.61082499999992,72.861649000000114],[-84.504455999999948,72.846100000000035],[-84.437209999999993,72.833603000000039],[-84.404998999999918,72.826096000000121],[-84.389450000000011,72.822220000000016],[-84.320847000000015,72.800812000000121],[-84.291107000000011,72.791655999999989],[-84.257507000000032,72.785263000000043],[-84.188323999999966,72.774428999999941],[-83.991378999999938,72.745819000000097],[-83.97222899999997,72.744141000000013],[-83.958054000000004,72.746643000000063],[-83.955275999999913,72.748322000000087],[-83.953063999999927,72.752487000000087],[-83.956389999999999,72.754990000000078],[-83.989440999999999,72.76887499999998],[-84.040832999999964,72.77748100000008],[-84.073623999999995,72.781661999999983],[-84.108046999999942,72.785263000000043],[-84.218613000000005,72.794983000000116],[-84.246947999999975,72.79971299999994],[-84.291381999999942,72.812484999999981],[-84.311935000000005,72.820267000000115],[-84.335280999999952,72.829987000000017],[-84.419158999999922,72.853316999999947],[-84.528885000000002,72.882477000000051],[-84.577224999999942,72.892212000000086],[-84.652495999999985,72.899429000000055],[-84.706389999999999,72.905823000000055],[-84.74360699999994,72.910812000000021],[-84.760558999999944,72.914153999999996],[-84.791107000000011,72.921371000000079],[-84.855835000000013,72.937485000000038],[-84.870269999999948,72.942200000000071],[-85.059998000000007,72.996643000000006],[-85.223609999999951,73.014984000000027],[-85.513901000000033,73.019149999999911],[-85.535277999999948,73.021927000000005],[-85.537216000000001,73.028320000000008],[-85.47193900000002,73.098037999999917],[-85.447768999999937,73.120254999999986],[-85.44027699999998,73.125533999999959],[-85.429442999999935,73.130539000000056],[-85.415832999999964,73.135269000000051],[-85.406951999999933,73.136383000000023],[-85.395554000000004,73.135544000000095],[-85.379990000000021,73.133605999999929],[-85.37332200000003,73.130814000000044],[-85.369995000000017,73.128311000000053],[-85.363891999999964,73.120818999999926],[-85.35943599999996,73.113876000000118],[-85.358046999999942,73.109711000000118],[-85.333618000000001,73.092484000000127],[-85.300277999999935,73.078049000000021],[-85.256888999999944,73.071487000000104],[-85.248061999999948,73.068649000000107],[-85.240891000000033,73.066818000000126],[-85.188057000000015,73.059814000000074],[-85.175887999999986,73.058655000000101],[-85.166388999999981,73.060654000000113],[-85.171393999999964,73.066315000000088],[-85.152495999999985,73.072769000000108],[-85.186935000000005,73.096939000000134],[-85.226943999999946,73.115814000000057],[-85.229172000000005,73.12303200000008],[-85.227782999999988,73.129150000000038],[-85.223052999999993,73.134720000000129],[-85.213622999999984,73.13888500000013],[-85.191939999999988,73.141663000000108],[-85.148345999999947,73.141663000000108],[-85.089171999999962,73.137496999999996],[-85.053329000000019,73.13220200000012],[-85.003066999999874,73.121918000000107],[-84.988602000000014,73.116928000000087],[-84.921386999999982,73.098327999999924],[-84.904175000000009,73.09526100000005],[-84.829726999999878,73.085541000000148],[-84.772781000000009,73.081100000000049],[-84.556655999999975,73.064423000000033],[-84.212508999999955,73.040268000000026],[-84.077224999999942,73.03387500000008],[-83.92332499999992,73.033600000000035],[-83.867766999999901,73.029709000000139],[-83.84973100000002,73.027481000000023],[-83.832503999999972,73.024155000000007],[-83.761397999999929,73.006378000000097],[-83.718886999999995,72.989151000000106],[-83.634445000000028,72.982483000000116],[-83.633330999999941,72.983322000000101],[-83.634445000000028,72.986374000000012],[-83.648346000000004,72.991364000000033],[-83.692490000000021,73.005554000000132],[-83.776672000000019,73.031097000000045],[-83.879715000000033,73.051926000000037],[-83.913619999999923,73.058318999999983],[-83.93472300000002,73.061096000000077],[-83.955841000000021,73.06164600000011],[-83.974716000000001,73.060806000000071],[-84.039718999999991,73.056366000000082],[-84.05972300000002,73.056366000000082],[-84.095001000000025,73.058318999999983],[-84.197495000000004,73.068604000000107],[-84.236938000000009,73.081100000000049],[-84.248046999999985,73.083327999999995],[-84.275283999999999,73.086929000000055],[-84.433884000000035,73.106093999999985],[-84.531112999999948,73.110260000000096],[-84.547501000000011,73.111374000000069],[-84.584441999999967,73.115814000000057],[-84.736389000000031,73.137206999999989],[-84.789444000000003,73.145828000000108],[-84.865004999999883,73.163604999999961],[-84.912780999999939,73.175537000000134],[-84.942215000000033,73.181655999999975],[-84.985275000000001,73.190536000000009],[-85.020003999999972,73.196930000000066],[-85.058334000000002,73.200546000000088],[-85.100554999999986,73.201385000000073],[-85.138061999999934,73.204436999999984],[-85.170546999999942,73.210815000000139],[-85.17721599999993,73.213882000000069],[-85.184433000000013,73.21887200000009],[-85.188599000000011,73.223602000000142],[-85.188599000000011,73.228867000000037],[-85.138900999999976,73.299988000000042],[-85.134170999999981,73.305542000000059],[-85.115828999999962,73.314423000000147],[-85.077788999999882,73.329437000000041],[-85.017226999999991,73.348328000000095],[-84.979996000000028,73.35664399999996],[-84.808043999999938,73.388321000000133],[-84.78694200000001,73.388046000000088],[-84.756392999999946,73.381088000000091],[-84.741669000000002,73.376083000000051],[-84.72193900000002,73.362198000000149],[-84.712783999999942,73.348602000000028],[-84.694992000000013,73.326934999999992],[-84.685271999999998,73.319991999999957],[-84.654998999999975,73.305542000000059],[-84.424712999999997,73.232483000000059],[-84.408889999999985,73.228591999999992],[-84.392501999999922,73.226089000000002],[-84.377212999999927,73.224152000000004],[-84.355269999999905,73.223037999999974],[-84.33944699999995,73.226089000000002],[-84.347777999999948,73.232483000000059],[-84.413054999999986,73.272217000000012],[-84.451110999999969,73.288588999999945],[-84.460830999999985,73.291931000000091],[-84.48971599999993,73.299713000000054],[-84.563613999999973,73.313873000000115],[-84.576674999999909,73.317764000000011],[-84.586945000000014,73.323044000000095],[-84.597778000000005,73.330826000000059],[-84.653609999999958,73.387206999999933],[-84.656113000000005,73.390549000000078],[-84.652221999999938,73.393326000000002],[-84.642226999999934,73.397217000000069],[-84.625,73.401382000000069],[-84.583892999999989,73.409149000000014],[-84.434157999999968,73.435256999999979],[-84.284438999999963,73.461105000000089],[-84.229172000000005,73.47026100000005],[-84.194442999999978,73.474701000000039],[-84.171386999999925,73.47526600000009],[-84.113892000000021,73.469147000000078],[-83.751923000000033,73.427490000000034],[-83.724715999999944,73.41304000000008],[-83.717772999999966,73.405822999999998],[-83.719726999999978,73.399719000000118],[-83.724715999999944,73.393875000000094],[-83.728058000000033,73.381088000000091],[-83.720550999999944,73.365814000000057],[-83.712218999999948,73.351928999999927],[-83.702498999999875,73.339157000000114],[-83.689437999999939,73.323608000000036],[-83.665833000000021,73.307754999999986],[-83.657500999999968,73.303589000000102],[-83.648055999999997,73.300261999999975],[-83.630828999999949,73.297210999999947],[-83.613891999999964,73.296097000000145],[-83.600554999999929,73.297485000000052],[-83.593062999999972,73.301375999999948],[-83.590835999999911,73.307204999999954],[-83.591109999999958,73.313309000000004],[-83.594161999999983,73.325272000000041],[-83.624999999999943,73.415268000000026],[-83.633330999999941,73.428864000000033],[-83.642501999999979,73.439696999999967],[-83.652495999999985,73.445250999999985],[-83.663895000000025,73.449707000000103],[-83.679717999999923,73.453872999999987],[-83.696945000000028,73.457214000000022],[-83.754456000000005,73.463318000000072],[-83.810546999999929,73.470534999999984],[-83.954726999999934,73.492752000000053],[-83.978606999999954,73.49664300000012],[-83.993606999999997,73.500275000000045],[-84.00418099999996,73.504166000000112],[-84.006957999999941,73.509720000000129],[-83.996947999999975,73.51388500000013],[-83.979172000000005,73.518051000000014],[-83.740828999999962,73.567763999999954],[-83.577498999999989,73.59637500000008],[-83.445267000000001,73.615814],[-83.219161999999869,73.656647000000078],[-83.085280999999952,73.65776100000005],[-83.018340999999907,73.666091999999935],[-82.931106999999997,73.690536000000066],[-82.902221999999938,73.700272000000041],[-82.889998999999989,73.705261000000007],[-82.872771999999884,73.715546000000131],[-82.869720000000029,73.721099999999979],[-82.86332699999997,73.726089000000115],[-82.852782999999931,73.730270000000019],[-82.840835999999967,73.73275799999999],[-82.820846999999958,73.733597000000145],[-82.636123999999938,73.727767999999912],[-82.529998999999918,73.722214000000122],[-82.475006000000008,73.719985999999949],[-82.413894999999968,73.718871999999976],[-82.367492999999911,73.719147000000021],[-82.21945199999999,73.725266000000033],[-81.990828999999962,73.731368999999972],[-81.618057000000022,73.721099999999979],[-81.572509999999966,73.719711000000132],[-81.553878999999938,73.717209000000082],[-81.536666999999852,73.713882000000126],[-81.476105000000018,73.698029000000076],[-81.457229999999981,73.691086000000098],[-81.282500999999968,73.58027600000014],[-81.239715999999873,73.546936000000073],[-81.228881999999999,73.535538000000088],[-81.21945199999999,73.521378000000141],[-81.197494999999947,73.477203000000145],[-81.188323999999909,73.389709000000039],[-81.21166999999997,73.326096000000007],[-81.216109999999958,73.314697000000081],[-81.215835999999967,73.303863999999919],[-81.214172000000019,73.291931000000091],[-81.20944199999991,73.272766000000104],[-81.204726999999991,73.266662999999994],[-81.192490000000021,73.260543999999982],[-81.177490000000034,73.256378000000041],[-81.101668999999958,73.238312000000064],[-81.074448000000018,73.232208000000071],[-80.900283999999942,73.209427000000005],[-80.712783999999942,73.180267000000129],[-80.664718999999934,73.171097000000088],[-80.640839000000028,73.165543000000127],[-80.61721799999998,73.157760999999994],[-80.596389999999985,73.148041000000092],[-80.557769999999948,73.111374000000069],[-80.547501000000011,73.098037999999917],[-80.547774999999945,73.091369999999984],[-80.549437999999952,73.081940000000088],[-80.59333799999996,73.025818000000072],[-80.617492999999968,73.005554000000132],[-80.641388000000006,72.996094000000085],[-80.647507000000019,72.990540000000067],[-80.652221999999938,72.974700999999982],[-80.650833000000034,72.969146999999964],[-80.633895999999936,72.940536000000066],[-80.642501999999979,72.93553200000008],[-80.642775999999969,72.92886400000009],[-80.638335999999981,72.922760000000096],[-80.537216000000001,72.851089000000002],[-80.513901000000033,72.838882000000012],[-80.487777999999992,72.828598],[-80.440552000000025,72.818603999999993],[-80.405563000000029,72.813309000000118],[-80.349166999999966,72.806366000000139],[-80.333327999999938,72.803040000000067],[-80.319457999999941,72.799149],[-80.299987999999985,72.788040000000137],[-80.283614999999998,72.77748100000008],[-80.247498000000007,72.730545000000063],[-80.258056999999894,72.724425999999994],[-80.332229999999925,72.712494000000049],[-80.361664000000019,72.706099999999992],[-80.444991999999957,72.673599000000081],[-80.464721999999938,72.665268000000026],[-80.541381999999999,72.628860000000145],[-80.55610699999994,72.6202550000001],[-80.556380999999874,72.607208000000071],[-80.648620999999991,72.554977000000008],[-80.676391999999964,72.547211000000118],[-80.765288999999996,72.516937000000098],[-80.942489999999964,72.455261000000121],[-80.953887999999949,72.450546000000088],[-80.988327000000027,72.429703000000018],[-81.186935000000005,72.299149000000114],[-81.192490000000021,72.293594000000041],[-81.199722000000008,72.289153999999996],[-81.222504000000015,72.281662000000097],[-81.239166000000012,72.27777100000003],[-81.30471799999998,72.268326000000116],[-81.379439999999988,72.241652999999928],[-81.365279999999984,72.241652999999928],[-81.301392000000021,72.246094000000028],[-81.285827999999924,72.247208000000057],[-81.253066999999987,72.251938000000052],[-81.241942999999992,72.254439999999931],[-81.229720999999927,72.258606000000043],[-81.164169000000015,72.287201000000096],[-81.037506000000008,72.351089000000115],[-80.929442999999935,72.40026899999998],[-80.821670999999981,72.439148000000046],[-80.715012000000002,72.473037999999974],[-80.600554999999986,72.506653000000028],[-80.580291999999929,72.509995000000004],[-80.554442999999992,72.512497000000053],[-80.539443999999946,72.511658000000068],[-80.52555799999999,72.508040999999935],[-80.516402999999912,72.503875999999934],[-80.508895999999993,72.49664300000012],[-80.503066999999987,72.484985000000108],[-80.495270000000005,72.464157000000057],[-80.492767000000015,72.453049000000021],[-80.493606999999997,72.447205000000054],[-80.514174999999966,72.379700000000014],[-80.525009000000011,72.374146000000053],[-80.54222099999987,72.37052900000009],[-80.564437999999939,72.366653000000042],[-80.603058000000033,72.363037000000134],[-80.655562999999972,72.351928999999984],[-80.669158999999979,72.347214000000122],[-80.680556999999965,72.342209000000082],[-80.783324999999991,72.290267999999969],[-80.794158999999922,72.284714000000008],[-80.808333999999945,72.274155000000121],[-80.854172000000005,72.235535000000027],[-80.896956999999929,72.194427000000076],[-80.905563000000029,72.180542000000003],[-80.816665999999998,72.150542999999971],[-80.769454999999994,72.141663000000108],[-80.753890999999953,72.140548999999965],[-80.709732000000031,72.131927000000132],[-80.580840999999964,72.094437000000084],[-80.569457999999997,72.088318000000072],[-80.567229999999995,72.077208999999982],[-80.567229999999995,72.072768999999937],[-80.574172999999917,72.068329000000119],[-80.588333000000034,72.064148000000046],[-80.630554000000018,72.062195000000088],[-80.646118000000001,72.063309000000061],[-80.686661000000015,72.073043999999982],[-80.741942999999935,72.094147000000078],[-80.941100999999946,72.087494000000106],[-81.080291999999929,72.051651000000049],[-81.08666999999997,72.04664600000001],[-81.083327999999938,72.045532000000037],[-81.065001999999936,72.041655999999932],[-81.046660999999972,72.039978000000019],[-80.990554999999972,72.037766000000147],[-80.927215999999987,72.037766000000147],[-80.906386999999995,72.039978000000019],[-80.892226999999991,72.044144000000131],[-80.886397999999986,72.049713000000111],[-80.879439999999988,72.054152999999928],[-80.866652999999985,72.0577550000001],[-80.84722899999997,72.056641000000127],[-80.792770000000019,72.02777100000003],[-80.794158999999922,72.022491000000002],[-80.821395999999879,71.95637499999998],[-80.833327999999995,71.945815999999979],[-80.849441999999954,71.934707999999944],[-80.886123999999938,71.920821999999987],[-80.933318999999926,71.908875000000023],[-80.975005999999951,71.895827999999995],[-80.980834999999956,71.890273999999977],[-80.983611999999994,71.886383000000137],[-80.971664000000033,71.881653000000085],[-80.950287000000003,71.881088000000034],[-80.926392000000021,71.882750999999985],[-80.903610000000015,71.885268999999937],[-80.868056999999965,71.893051000000071],[-80.767226999999991,71.929428000000087],[-80.756119000000012,71.93414300000012],[-80.750290000000007,71.939697000000081],[-80.746947999999975,71.945251000000098],[-80.744720000000029,71.951934999999992],[-80.745834000000002,71.957488999999953],[-80.75556899999998,71.971099999999922],[-80.758346999999958,71.977768000000083],[-80.746947999999975,71.982483000000116],[-80.659164000000033,72.003052000000082],[-80.639449999999954,72.006377999999927],[-80.620543999999995,72.006103999999993],[-80.535277999999948,72.016098000000056],[-80.448883000000023,72.029160000000047],[-80.410552999999993,72.039429000000098],[-80.385009999999966,72.048325000000034],[-80.350554999999929,72.069153000000085],[-80.347777999999948,72.075272000000098],[-80.346663999999976,72.081100000000049],[-80.347228999999913,72.088318000000072],[-80.352492999999981,72.095534999999984],[-80.358611999999994,72.101379000000009],[-80.370269999999948,72.10803199999998],[-80.383056999999951,72.113312000000008],[-80.410278000000005,72.121368000000075],[-80.433884000000035,72.132751000000098],[-80.445540999999992,72.139709000000096],[-80.455275999999969,72.146652000000074],[-80.478607000000011,72.168593999999985],[-80.483321999999987,72.175261999999918],[-80.486938000000009,72.183044000000052],[-80.486664000000019,72.189423000000147],[-80.468062999999972,72.191925000000026],[-80.426940999999886,72.191086000000041],[-80.408614999999884,72.189148000000102],[-80.393616000000009,72.177200000000084],[-80.376663000000008,72.17442299999999],[-80.355559999999912,72.17442299999999],[-80.331389999999999,72.176086000000112],[-80.241103999999893,72.197754000000032],[-80.235274999999945,72.203323000000012],[-80.244445999999925,72.209717000000069],[-80.27305599999994,72.219147000000135],[-80.279723999999931,72.22554000000008],[-80.301665999999955,72.248596000000134],[-80.306380999999988,72.255264000000125],[-80.295546999999942,72.274429000000055],[-80.289718999999934,72.279984000000127],[-80.272231999999974,72.290267999999969],[-80.260833999999988,72.294983000000002],[-80.24221799999998,72.297485000000108],[-80.22444200000001,72.296371000000136],[-80.194153000000028,72.28776600000009],[-80.155838000000017,72.273605000000089],[-80.134734999999921,72.262771999999927],[-80.113051999999982,72.244141000000127],[-80.08555599999994,72.226654000000053],[-80.021392999999989,72.189697000000081],[-79.991668999999888,72.176651000000106],[-79.962783999999999,72.168868999999972],[-79.947220000000016,72.165267999999912],[-79.899733999999967,72.15554800000001],[-79.840285999999935,72.145263999999997],[-79.790557999999976,72.137772000000041],[-79.761123999999995,72.134155000000078],[-79.685546999999929,72.126372999999944],[-79.674437999999952,72.126647999999989],[-79.672501000000011,72.129700000000071],[-79.691665999999998,72.141663000000108],[-79.719161999999926,72.148331000000098],[-79.789992999999981,72.155823000000055],[-79.811110999999983,72.160263000000043],[-79.854995999999971,72.171097000000145],[-79.923889000000031,72.190536000000009],[-79.941101000000003,72.195816000000093],[-80.045546999999999,72.242477000000122],[-80.15194699999995,72.310531999999967],[-80.166396999999961,72.322220000000129],[-80.164443999999946,72.32748400000014],[-80.155562999999916,72.336928999999998],[-80.133620999999948,72.349716000000001],[-80.115279999999927,72.359421000000111],[-80.076400999999976,72.378859999999975],[-80.064712999999983,72.3836060000001],[-80.052215999999987,72.387771999999984],[-79.991942999999992,72.402771000000087],[-79.957229999999925,72.408325000000048],[-79.874434999999949,72.470534999999984],[-79.870834000000002,72.483046999999999],[-79.86332699999997,72.489699999999971],[-79.836944999999901,72.498596000000077],[-79.820847000000015,72.501389000000074],[-79.799164000000019,72.501389000000074],[-79.780562999999972,72.499420000000043],[-79.770844000000011,72.49664300000012],[-79.734160999999915,72.484420999999998],[-79.700561999999991,72.472488000000112],[-79.692215000000033,72.466933999999924],[-79.768638999999894,72.411766],[-79.687865999999985,72.384392000000105],[-79.595550999999944,72.334717000000126],[-79.638901000000033,72.289153999999996],[-79.668059999999912,72.280823000000112],[-79.705565999999976,72.273605000000089],[-79.720000999999968,72.269440000000088],[-79.731673999999998,72.264708999999982],[-79.759734999999921,72.250549000000092],[-79.768616000000009,72.2452550000001],[-79.774718999999891,72.239700000000028],[-79.775283999999999,72.233322000000044],[-79.769729999999925,72.225815000000125],[-79.75,72.215546000000074],[-79.732773000000009,72.212203999999986],[-79.712783999999999,72.211104999999975],[-79.701110999999969,72.215820000000008],[-79.565825999999959,72.275269000000094],[-79.485001000000011,72.325545999999974],[-79.355559999999912,72.399155000000007],[-79.342498999999975,72.40026899999998],[-79.329726999999991,72.397217000000069],[-79.243331999999953,72.374419999999986],[-79.182495000000017,72.358322000000101],[-79.146666999999979,72.345825000000104],[-79.113327000000027,72.331099999999992],[-79.082229999999925,72.313873000000001],[-79.012787000000003,72.273880000000133],[-78.945540999999935,72.199996999999996],[-78.943603999999993,72.193038999999999],[-78.946945000000028,72.186919999999986],[-79.036391999999978,72.069443000000092],[-79.136123999999938,72.007492000000127],[-79.145003999999972,72.002487000000087],[-79.156661999999983,71.997757000000036],[-79.206389999999942,71.986649000000057],[-79.229996000000028,71.980270000000019],[-79.233063000000016,71.976379000000122],[-79.203063999999983,71.961928999999998],[-79.19027699999998,71.958328000000108],[-79.176392000000021,71.955826000000059],[-79.161117999999931,71.954437000000041],[-79.138610999999912,71.955261000000007],[-79.123046999999929,71.958038000000101],[-79.099730999999963,71.967209000000082],[-79.090835999999854,71.972488000000055],[-79.072234999999921,71.974990999999989],[-79.061110999999926,71.975266000000033],[-79.026671999999962,71.970535000000098],[-78.81806899999998,71.935257000000092],[-78.768889999999999,71.92692599999998],[-78.722503999999901,71.918869000000029],[-78.683884000000035,71.909714000000008],[-78.65306099999998,71.893875000000037],[-78.639724999999999,71.884430000000009],[-78.625823999999852,71.879150000000095],[-78.585555999999997,71.865814],[-78.571395999999879,71.862762000000032],[-78.551392000000021,71.861098999999967],[-78.529174999999952,71.861649],[-78.511123999999995,71.864699999999971],[-78.503615999999965,71.868866000000082],[-78.508346999999901,71.876373000000001],[-78.595551,71.933318999999983],[-78.607498000000021,71.938583000000108],[-78.622222999999963,71.942200000000071],[-78.691375999999991,71.949707000000046],[-78.740554999999972,71.958038000000101],[-78.855559999999855,71.979706000000022],[-78.914444000000003,72.007767000000115],[-78.923614999999984,72.014999000000046],[-78.924438000000009,72.020538000000045],[-78.877486999999974,72.153320000000065],[-78.869445999999925,72.166656000000046],[-78.866104000000007,72.170532000000094],[-78.854445999999939,72.173035000000084],[-78.843613000000005,72.171097000000145],[-78.554442999999992,72.111374000000069],[-78.512221999999952,72.101089000000002],[-78.487777999999935,72.092484000000127],[-78.476105000000018,72.087204000000099],[-78.460830999999928,72.073318000000086],[-78.432770000000005,72.03804000000008],[-78.39527899999996,71.982483000000116],[-78.389998999999989,71.969437000000028],[-78.392775999999969,71.949997000000053],[-78.391678000000013,71.943587999999977],[-78.386672999999973,71.933318999999983],[-78.381942999999922,71.92804000000001],[-78.365279999999927,71.917480000000012],[-78.317779999999971,71.888321000000076],[-78.226669000000015,71.833054000000118],[-78.210830999999985,71.825821000000133],[-78.18499799999995,71.817490000000021],[-78.157607999999982,71.810577000000023],[-78.123046999999929,71.806366000000139],[-78.090560999999923,71.800812000000121],[-78.05972300000002,71.79414399999996],[-77.924437999999952,71.764709000000096],[-77.907775999999956,71.76638800000012],[-77.904448999999943,71.768051000000014],[-77.90695199999999,71.770538000000101],[-77.914169000000015,71.773605000000032],[-77.966659999999933,71.786652000000061],[-77.997498000000007,71.793319999999994],[-78.029723999999931,71.798874000000012],[-78.085830999999985,71.813309000000118],[-78.107223999999917,71.819153000000142],[-78.139998999999932,71.830551000000128],[-78.178878999999995,71.848602000000142],[-78.308884000000035,71.921096999999975],[-78.316665999999998,71.929428000000087],[-78.321395999999993,71.936920000000043],[-78.315001999999993,71.942474000000004],[-78.305266999999901,71.946930000000123],[-78.279175000000009,71.953598000000113],[-78.258895999999993,71.956650000000025],[-78.178878999999995,71.967209000000082],[-78.156951999999933,71.968323000000055],[-78.141677999999956,71.964157000000114],[-78.018616000000009,71.890823000000125],[-77.974716000000001,71.859984999999938],[-77.785552999999993,71.787490999999989],[-77.807769999999948,71.823044000000039],[-77.960006999999962,71.881653000000085],[-78.096953999999982,71.96804800000001],[-78.107223999999917,71.974152000000061],[-78.116393999999957,71.976928999999984],[-78.149733999999967,71.980545000000006],[-78.156386999999995,71.980545000000006],[-78.196105999999929,71.978592000000049],[-78.262222000000008,71.972763000000043],[-78.281386999999995,71.973877000000016],[-78.298614999999984,71.977478000000076],[-78.322509999999909,71.985809000000017],[-78.334166999999923,71.99136400000009],[-78.341110000000015,71.99859600000002],[-78.342498999999918,72.012771999999984],[-78.341674999999952,72.019149999999968],[-78.341674999999952,72.031936999999971],[-78.356948999999929,72.05831900000004],[-78.375548999999978,72.085815000000082],[-78.386672999999973,72.095534999999984],[-78.402221999999938,72.104980000000069],[-78.424437999999952,72.113602000000071],[-78.436935000000005,72.117477000000008],[-78.468886999999995,72.12414600000011],[-78.515014999999948,72.131363000000022],[-78.599990999999989,72.145263999999997],[-78.696654999999964,72.163605000000018],[-78.809998000000007,72.197205000000054],[-78.842498999999918,72.209152000000017],[-78.854720999999984,72.214432000000102],[-78.870834000000002,72.226654000000053],[-78.869155999999919,72.229706000000022],[-78.734725999999966,72.328598000000113],[-78.615829000000019,72.359146000000067],[-78.604172000000005,72.359421000000111],[-78.580565999999919,72.354156000000046],[-78.515839000000028,72.330551000000071],[-78.512511999999901,72.324432000000002],[-78.519164999999987,72.319153000000028],[-78.528335999999911,72.313873000000001],[-78.533324999999991,72.30914300000012],[-78.53694200000001,72.303314000000114],[-78.537780999999995,72.254715000000147],[-78.531386999999938,72.240265000000022],[-78.529174999999952,72.235535000000027],[-78.520843999999954,72.229155999999989],[-78.42193599999996,72.170822000000101],[-78.40834000000001,72.166382000000112],[-78.399733999999967,72.167206000000078],[-78.390839000000028,72.169982999999945],[-78.386123999999995,72.172485000000052],[-78.384170999999981,72.175537000000134],[-78.411117999999988,72.216660000000047],[-78.414718999999934,72.220535000000041],[-78.422775000000001,72.224152000000004],[-78.459732000000031,72.233871000000022],[-78.472777999999948,72.242477000000122],[-78.46833799999996,72.314986999999974],[-78.462783999999942,72.318878000000041],[-78.451110999999912,72.324158000000068],[-78.439437999999996,72.326660000000004],[-78.40834000000001,72.325821000000019],[-78.305266999999901,72.313309000000004],[-78.012512000000015,72.274994000000106],[-77.893615999999952,72.259430000000009],[-77.827498999999989,72.248596000000134],[-77.793883999999991,72.242202999999961],[-77.665282999999874,72.204712000000029],[-77.655272999999966,72.201385000000073],[-77.648620999999991,72.194137999999953],[-77.644454999999994,72.186646000000053],[-77.540833000000021,72.17692599999998],[-77.381103999999993,72.184982000000048],[-77.32417299999986,72.18609600000002],[-77.289444000000003,72.183319000000097],[-77.239989999999977,72.17442299999999],[-77.115828999999962,72.148331000000098],[-77.039443999999946,72.131653000000028],[-77.023330999999985,72.128860000000032],[-77.006118999999956,72.127472000000125],[-76.99722300000002,72.128036000000066],[-76.995833999999945,72.128860000000032],[-76.994719999999973,72.130539000000056],[-77.005004999999983,72.134430000000123],[-77.068619000000012,72.152206000000092],[-77.251677999999913,72.193313999999987],[-77.27806099999998,72.196930000000066],[-77.306945999999925,72.19802900000002],[-77.397232000000031,72.192748999999992],[-77.455840999999964,72.190811000000053],[-77.476944000000003,72.191360000000145],[-77.514175000000023,72.193862999999965],[-77.549987999999985,72.19802900000002],[-77.578888000000006,72.204163000000051],[-77.604172000000005,72.211929000000112],[-77.623885999999914,72.221100000000092],[-77.658614999999998,72.231658999999922],[-77.760833999999932,72.257217000000026],[-77.823058999999944,72.271927000000005],[-77.866104000000007,72.281097000000045],[-77.949996999999883,72.296097000000032],[-78.072509999999966,72.312485000000038],[-78.121384000000035,72.319716999999969],[-78.154723999999987,72.325545999999974],[-78.220001000000025,72.337769000000037],[-78.326950000000011,72.359146000000067],[-78.37388599999997,72.36943100000002],[-78.389175000000023,72.37303200000008],[-78.473327999999981,72.394989000000123],[-78.499161000000015,72.404709000000025],[-78.520843999999954,72.414993000000038],[-78.559158000000025,72.438034000000073],[-78.561110999999926,72.444977000000051],[-78.556655999999919,72.504440000000102],[-78.443053999999961,72.581939999999975],[-78.430556999999965,72.586655000000007],[-78.170273000000009,72.653594999999996],[-78.156386999999995,72.656937000000084],[-78.001677999999913,72.682480000000055],[-77.869994999999903,72.697479000000101],[-77.845001000000025,72.698868000000061],[-77.78083799999996,72.706940000000031],[-77.768616000000009,72.709427000000119],[-77.701401000000033,72.724701000000039],[-77.670273000000009,72.732208000000128],[-77.656951999999876,72.736099000000024],[-77.639998999999989,72.743865999999969],[-77.627486999999974,72.74859600000002],[-77.613892000000021,72.751663000000121],[-77.576401000000033,72.755554000000018],[-77.532226999999921,72.756943000000035],[-77.513625999999988,72.754715000000033],[-77.413054999999872,72.752212999999983],[-77.259734999999978,72.751663000000121],[-77.05581699999999,72.752861000000109],[-77.002501999999993,72.749419999999986],[-76.947219999999902,72.743865999999969],[-76.799728000000016,72.727478000000133],[-76.753066999999987,72.720534999999927],[-76.693053999999961,72.694702000000007],[-76.684997999999894,72.691085999999927],[-76.662505999999894,72.678588999999988],[-76.653609999999958,72.670821999999987],[-76.655272999999966,72.664429000000041],[-76.65972899999997,72.658324999999991],[-76.646118000000001,72.639708999999982],[-76.584732000000031,72.628585999999984],[-76.428328999999962,72.614151000000049],[-76.328339000000028,72.607483000000116],[-76.288329999999917,72.604980000000126],[-76.215285999999935,72.596100000000092],[-76.182219999999973,72.58998100000008],[-76.166945999999996,72.58638000000002],[-76.155562999999916,72.580826000000002],[-76.150283999999999,72.574158000000011],[-76.154723999999931,72.562485000000038],[-76.160552999999936,72.54942299999999],[-76.165833000000021,72.538315000000011],[-76.162506000000008,72.526093000000003],[-76.156112999999948,72.518051000000071],[-76.121657999999911,72.478317000000118],[-76.107773000000009,72.473037999999974],[-76.087783999999999,72.471648999999957],[-76.069457999999997,72.474991000000102],[-76.046386999999868,72.483597000000032],[-76.036941999999897,72.489426000000037],[-76.037780999999939,72.496368000000132],[-76.052215999999987,72.51138300000008],[-76.068619000000012,72.525818000000015],[-76.077224999999942,72.536377000000073],[-76.074172999999917,72.541656000000046],[-76.06471299999987,72.549988000000042],[-76.018889999999999,72.574431999999945],[-76.005843999999968,72.579163000000108],[-75.988601999999958,72.580826000000002],[-75.931945999999925,72.583603000000096],[-75.885284000000013,72.584152000000074],[-75.841948999999943,72.583053999999947],[-75.798888999999974,72.581939999999975],[-75.759170999999981,72.579163000000108],[-75.56806899999998,72.557479999999941],[-75.553328999999962,72.553589000000102],[-75.547226000000023,72.545532000000094],[-75.537780999999939,72.539703000000088],[-75.521117999999888,72.536102000000028],[-75.472228999999913,72.527480999999966],[-75.435271999999998,72.522491000000059],[-75.379439999999931,72.51638800000012],[-75.360001000000011,72.515548999999965],[-75.301666000000012,72.509720000000129],[-75.231673999999998,72.500549000000035],[-75.215285999999878,72.497482000000105],[-75.192490000000021,72.491928000000087],[-75.186661000000015,72.487488000000099],[-75.189163000000008,72.478317000000118],[-75.199158000000011,72.466933999999924],[-75.200287000000003,72.461929000000055],[-75.160277999999948,72.421097000000088],[-75.132492000000013,72.393600000000106],[-75.054169000000002,72.328873000000101],[-75.034164000000033,72.317490000000134],[-75,72.298369999999977],[-74.980559999999912,72.288315000000068],[-74.950835999999981,72.269989000000066],[-74.943603999999993,72.263321000000076],[-74.942490000000021,72.255829000000119],[-74.947494999999947,72.249710000000107],[-75.044997999999964,72.188308999999947],[-75.068068999999923,72.179152999999985],[-75.225280999999995,72.122482000000105],[-75.238326999999913,72.118317000000104],[-75.25306699999993,72.116378999999938],[-75.271666999999979,72.117203000000075],[-75.291381999999885,72.119431000000077],[-75.323623999999938,72.125534000000016],[-75.387511999999901,72.134430000000123],[-75.440552000000025,72.141098000000113],[-75.477782999999988,72.144714000000135],[-75.520003999999972,72.146102999999982],[-75.607498000000021,72.143326000000059],[-75.710006999999962,72.136658000000068],[-75.73332199999993,72.134155000000078],[-75.813889000000017,72.122482000000105],[-75.866652999999985,72.113876000000005],[-76.015015000000005,72.086655000000121],[-76.033324999999934,72.081100000000049],[-76.054717999999866,72.073043999999982],[-76.078063999999983,72.059417999999994],[-76.084166999999923,72.049713000000111],[-76.09973100000002,72.02887000000004],[-76.111938000000009,72.018050999999957],[-76.128052000000025,72.004166000000055],[-76.142226999999934,71.99331699999999],[-76.156386999999881,71.985260000000039],[-76.173614999999984,71.975540000000137],[-76.192490000000021,71.967758000000003],[-76.234726000000023,71.957488999999953],[-76.262511999999901,71.949707000000046],[-76.274445000000014,71.944427000000132],[-76.301665999999955,71.930542000000059],[-76.318344000000025,71.919983000000002],[-76.348052999999879,71.891662999999994],[-76.31082200000003,71.884720000000016],[-76.089721999999938,71.978867000000093],[-76.073058999999944,71.989425999999924],[-76.063323999999966,72],[-76.049727999999902,72.017761000000121],[-76.047501000000011,72.023604999999975],[-76.043609999999944,72.030272999999966],[-76.029448999999943,72.041091999999992],[-76.019729999999981,72.046097000000032],[-75.998610999999983,72.054152999999928],[-75.956115999999952,72.067215000000147],[-75.89445499999988,72.082214000000022],[-75.828338999999971,72.096939000000134],[-75.796660999999915,72.103591999999935],[-75.710555999999997,72.113312000000008],[-75.630554000000018,72.11970500000001],[-75.586120999999991,72.12164300000012],[-75.528335999999967,72.120818999999983],[-75.488051999999925,72.118866000000025],[-75.433060000000012,72.112761999999975],[-75.23332199999993,72.084152000000131],[-75.226105000000018,72.080276000000083],[-75.219451999999876,72.074432000000058],[-75.218886999999995,72.070267000000058],[-75.221114999999998,72.064696999999967],[-75.228881999999942,72.059143000000006],[-75.255279999999914,72.046097000000032],[-75.281676999999888,72.038589000000059],[-75.317504999999926,72.031661999999926],[-75.338332999999977,72.02887000000004],[-75.404174999999952,72.025543000000084],[-75.449432000000002,72.02526899999998],[-75.494155999999975,72.021378000000084],[-75.515015000000005,72.018326000000002],[-75.548049999999989,72.011107999999979],[-75.574172999999917,72.00360100000006],[-75.586670000000026,71.999146000000053],[-75.606383999999935,71.989425999999924],[-75.613892000000021,71.983871000000022],[-75.618880999999988,71.978592000000049],[-75.686661000000015,71.883040999999992],[-75.697495000000004,71.858322000000044],[-75.691375999999877,71.850266000000147],[-75.688048999999921,71.842758000000117],[-75.6875,71.839157000000057],[-75.692215000000033,71.833328000000051],[-75.802490000000034,71.750548999999978],[-75.830001999999979,71.736649000000114],[-75.872222999999906,71.721375000000023],[-75.898345999999947,71.714432000000045],[-75.934157999999968,71.711105000000089],[-75.953612999999962,71.710266000000104],[-75.997497999999894,71.709152000000131],[-76.040282999999931,71.709426999999948],[-76.067504999999869,71.706650000000081],[-76.079177999999956,71.704437000000098],[-76.090835999999911,71.702208999999982],[-76.096114999999998,71.697479000000101],[-76.095839999999953,71.693863000000079],[-76.085281000000009,71.691924999999912],[-75.901671999999962,71.701096000000064],[-75.880279999999971,71.70248400000014],[-75.846953999999982,71.708602999999982],[-75.819457999999941,71.716934000000094],[-75.794998000000021,71.725815000000011],[-75.787215999999944,71.730545000000063],[-75.675003000000004,71.810532000000023],[-75.654998999999975,71.826096000000121],[-75.580001999999865,71.906097000000045],[-75.570281999999963,71.917480000000012],[-75.565825999999959,71.929703000000075],[-75.567229999999938,71.937485000000038],[-75.570281999999963,71.941360000000032],[-75.574447999999961,71.953048999999965],[-75.571944999999971,71.958878000000141],[-75.569167999999991,71.963882000000126],[-75.558334000000002,71.97665400000011],[-75.538605000000018,71.986374000000012],[-75.513335999999924,71.995254999999986],[-75.498046999999929,71.999146000000053],[-75.476669000000015,72.000823999999966],[-75.414444000000003,71.999709999999993],[-75.371932999999899,71.997757000000036],[-75.349441999999897,71.998032000000023],[-75.327788999999939,71.999419999999986],[-75.24888599999997,72.012771999999984],[-75.197768999999937,72.023315000000139],[-75.174437999999952,72.031936999999971],[-75.158614999999941,72.041655999999932],[-75.150283999999942,72.0577550000001],[-75.135009999999966,72.080551000000071],[-75.129990000000021,72.086380000000133],[-75.119155999999862,72.096375000000023],[-75.109160999999858,72.101089000000002],[-75.093613000000005,72.10803199999998],[-75.081389999999942,72.11303700000002],[-75.051392000000021,72.121917999999937],[-75.035827999999924,72.125809000000004],[-75.012511999999958,72.12831100000011],[-75,72.128525000000025],[-74.98443599999996,72.127472000000125],[-74.951675000000023,72.123306000000071],[-74.835006999999962,72.10386699999998],[-74.801391999999964,72.098327999999981],[-74.764449999999954,72.094711000000018],[-74.65943900000002,72.091094999999939],[-74.625548999999921,72.091369999999984],[-74.535278000000005,72.089705999999978],[-74.316390999999953,72.082214000000022],[-74.297226000000023,72.080826000000116],[-74.260009999999966,72.076096000000064],[-74.244155999999862,72.073043999999982],[-74.233321999999987,72.067489999999964],[-74.218062999999972,72.058029000000033],[-74.177489999999921,72.031936999999971],[-74.122222999999963,71.983597000000088],[-74.117766999999958,71.969985999999949],[-74.119445999999982,71.955826000000059],[-74.166107000000011,71.874695000000088],[-74.171111999999937,71.868591000000038],[-74.184998000000007,71.855819999999937],[-74.229996000000028,71.822768999999994],[-74.243056999999965,71.818603999999993],[-74.263335999999981,71.815810999999997],[-74.403060999999923,71.80386400000009],[-74.43998699999986,71.801925999999924],[-74.460555999999997,71.802765000000079],[-74.477782999999931,71.804977000000122],[-74.50140399999998,71.809708000000057],[-74.513625999999874,71.818053999999961],[-74.570557000000008,71.809418000000051],[-74.604996000000028,71.784714000000122],[-74.678328999999962,71.745254999999986],[-74.696105999999929,71.738586000000112],[-74.71362299999987,71.735260000000096],[-74.885009999999909,71.708602999999982],[-75,71.711914000000036],[-75.046660999999915,71.716095000000109],[-75.090560999999923,71.718048000000067],[-75.136672999999973,71.716934000000094],[-75.158051,71.715271000000143],[-75.342772999999909,71.695815999999979],[-75.363892000000021,71.691360000000088],[-75.378600999999946,71.686920000000043],[-75.389998999999989,71.681091000000038],[-75.393889999999942,71.677475000000015],[-75.391953000000001,71.674698000000092],[-75.385009999999909,71.674423000000104],[-75.241942999999878,71.686096000000077],[-75.178329000000019,71.694138000000066],[-75.085007000000019,71.700821000000076],[-75.043610000000001,71.699707000000046],[-75.025008999999955,71.698029000000133],[-75.009170999999924,71.694977000000051],[-74.941101000000003,71.674698000000092],[-74.934158000000025,71.670822000000044],[-74.93360899999999,71.663879000000009],[-74.93638599999997,71.658035000000041],[-74.945540999999935,71.652481000000023],[-74.956115999999952,71.648331000000042],[-75.008895999999993,71.631927000000076],[-75.055557000000022,71.622481999999991],[-75.114166000000012,71.611098999999967],[-75.194152999999972,71.595535000000098],[-75.206954999999994,71.591934000000037],[-75.398345999999947,71.525269000000094],[-75.40972899999997,71.519714000000022],[-75.408339999999953,71.514708999999982],[-75.406386999999938,71.512207000000046],[-75.402221999999938,71.512497000000053],[-75.205276000000026,71.546371000000079],[-75,71.607238999999993],[-74.861114999999927,71.649429000000112],[-74.851668999999958,71.654984000000013],[-74.799437999999952,71.678863999999976],[-74.784163999999976,71.682755000000043],[-74.718337999999903,71.693588000000034],[-74.697768999999937,71.696365000000128],[-74.686661000000015,71.696365000000128],[-74.672774999999945,71.692474000000061],[-74.631942999999978,71.662491000000102],[-74.629714999999919,71.65277100000003],[-74.631942999999978,71.646378000000084],[-74.646392999999989,71.631927000000076],[-74.674437999999896,71.608322000000101],[-74.689712999999983,71.598038000000031],[-74.704726999999934,71.588042999999971],[-74.713057999999933,71.583878000000141],[-74.733886999999982,71.575546000000145],[-74.811934999999949,71.547760000000096],[-74.869720000000029,71.541656000000046],[-74.922500999999897,71.53776600000009],[-74.940276999999867,71.538040000000024],[-74.97084000000001,71.537201000000039],[-74.990279999999984,71.536652000000117],[-75,71.535583000000088],[-75.027221999999995,71.532486000000006],[-75.036666999999966,71.530548000000067],[-75.081389999999942,71.515273999999977],[-75.107773000000009,71.503052000000025],[-75.124709999999936,71.492477000000065],[-75.15194699999995,71.471649000000014],[-75.152221999999995,71.466094999999996],[-75.146117999999944,71.463608000000079],[-75.12777699999998,71.465820000000008],[-75.115554999999972,71.469986000000063],[-75.106110000000001,71.481934000000081],[-75.093886999999938,71.49275200000011],[-75.084731999999974,71.498322000000144],[-75.06138599999997,71.506378000000041],[-75.05082699999997,71.509720000000016],[-75.033324999999934,71.513046000000031],[-75,71.517899000000114],[-74.993056999999908,71.518875000000037],[-74.944153000000028,71.521652000000131],[-74.877486999999974,71.524155000000121],[-74.857223999999974,71.523605000000089],[-74.838332999999921,71.521926999999948],[-74.828338999999971,71.517211999999915],[-74.71665999999999,71.419144000000131],[-74.699431999999945,71.390823000000069],[-74.700561999999934,71.386658000000068],[-74.705565999999976,71.380814000000044],[-74.715285999999992,71.375809000000004],[-74.888335999999981,71.287201000000096],[-75.075012000000015,71.204437000000041],[-75.081389999999942,71.17942800000003],[-75.065001999999993,71.180817000000047],[-75,71.199341000000061],[-74.987503000000004,71.203873000000101],[-74.874160999999958,71.247756999999979],[-74.864440999999943,71.252487000000031],[-74.671660999999972,71.359985000000052],[-74.654448999999943,71.370254999999986],[-74.637511999999958,71.380538999999999],[-74.632216999999969,71.385818000000029],[-74.628051999999968,71.392487000000074],[-74.625823999999852,71.39888000000002],[-74.626098999999954,71.405822999999998],[-74.631103999999993,71.419433999999967],[-74.638061999999991,71.426651000000106],[-74.646956999999929,71.433044000000052],[-74.657227000000034,71.438583000000051],[-74.719726999999978,71.462494000000106],[-74.726944000000003,71.466094999999996],[-74.735549999999989,71.472487999999942],[-74.736388999999974,71.476654000000053],[-74.743057000000022,71.511932000000058],[-74.73611499999987,71.530548000000067],[-74.723891999999978,71.541931000000091],[-74.714172000000019,71.546646000000123],[-74.701675000000023,71.551086000000112],[-74.686385999999914,71.554977000000008],[-74.663895000000025,71.557204999999954],[-74.628875999999934,71.554703000000075],[-74.619995000000017,71.55802900000009],[-74.583618000000001,71.585815000000025],[-74.576401000000033,71.591370000000097],[-74.543883999999991,71.631362999999965],[-74.381942999999922,71.677199999999971],[-74.345550999999944,71.689423000000033],[-74.335555999999997,71.694138000000066],[-74.317779999999971,71.704437000000098],[-74.309432999999956,71.712204000000042],[-74.306945999999982,71.71775800000006],[-74.299437999999952,71.723877000000073],[-74.288604999999905,71.727478000000133],[-74.268341000000021,71.730270000000019],[-74.146956999999929,71.738875999999948],[-74.12470999999988,71.738875999999948],[-74.109160999999972,71.735809000000017],[-74.103058000000033,71.733321999999987],[-74.097777999999948,71.72886699999998],[-74.123885999999914,71.680817000000104],[-74.128875999999877,71.67164600000001],[-74.142226999999991,71.661652000000004],[-74.15055799999999,71.657486000000063],[-74.173049999999989,71.651093000000117],[-74.202788999999996,71.645828000000051],[-74.220276000000013,71.641663000000051],[-74.232773000000009,71.637496999999939],[-74.239440999999999,71.634155000000021],[-74.24888599999997,71.621643000000063],[-74.253066999999987,71.611649],[-74.254455999999948,71.60664399999996],[-74.254729999999995,71.603867000000093],[-74.252228000000002,71.58998100000008],[-74.249161000000015,71.582489000000123],[-74.243056999999965,71.569716999999969],[-74.218886999999938,71.556641000000013],[-74.180282999999974,71.538315000000011],[-74.168334999999956,71.533324999999991],[-74.156386999999995,71.532211000000018],[-74.150283999999886,71.533324999999991],[-74.148620999999935,71.537491000000045],[-74.151671999999962,71.544983000000002],[-74.165008999999998,71.555252000000053],[-74.146118000000001,71.637496999999939],[-74.039718999999934,71.722213999999951],[-74.019164999999987,71.73803700000002],[-74.014724999999942,71.741089000000102],[-73.996947999999975,71.751389000000017],[-73.977782999999931,71.759720000000129],[-73.964447000000007,71.763321000000019],[-73.928329000000019,71.769150000000025],[-73.748046999999929,71.776931999999988],[-73.718886999999938,71.776931999999988],[-73.61610399999995,71.773315000000025],[-73.604172000000005,71.772217000000126],[-73.593886999999995,71.769988999999953],[-73.589721999999995,71.763321000000019],[-73.589995999999985,71.756943000000035],[-73.591675000000009,71.751937999999996],[-73.598343,71.738312000000008],[-73.612503000000004,71.722213999999951],[-73.619995000000017,71.716095000000109],[-73.638061999999991,71.706375000000037],[-73.663329999999917,71.697204999999997],[-73.694442999999922,71.690262000000018],[-73.732772999999952,71.683868000000132],[-73.771117999999944,71.670822000000044],[-73.791381999999999,71.661102000000142],[-73.890839000000028,71.609421000000054],[-73.985549999999989,71.534149000000127],[-73.990279999999927,71.527480999999966],[-74.010833999999988,71.491363999999976],[-74.095275999999956,71.46276899999998],[-74.169997999999964,71.445816000000036],[-74.303878999999995,71.419433999999967],[-74.315826000000015,71.414429000000098],[-74.319167999999877,71.409424000000058],[-74.312209999999993,71.40554800000001],[-74.297226000000023,71.405822999999998],[-74.191665999999998,71.425537000000134],[-74.159163999999919,71.4327550000001],[-74.121384000000035,71.438583000000051],[-74.083617999999944,71.441086000000041],[-74.045836999999949,71.440810999999997],[-74.028610000000015,71.437759000000085],[-74.063889000000017,71.336929000000055],[-74.091675000000009,71.285537999999974],[-74.106383999999878,71.274704000000099],[-74.137787000000003,71.255828999999949],[-74.152221999999995,71.248032000000023],[-74.187774999999931,71.229430999999977],[-74.207503999999858,71.219711000000075],[-74.217223999999931,71.214996000000042],[-74.226669000000015,71.212203999999986],[-74.238327000000027,71.203873000000101],[-74.240829000000019,71.200821000000133],[-74.235000999999897,71.198317999999972],[-74.228881999999942,71.199416999999983],[-74.217772999999966,71.202209000000039],[-74.190825999999959,71.211104999999975],[-74.158339999999953,71.223877000000016],[-74.148055999999997,71.228592000000049],[-74.118332000000009,71.24331699999999],[-74.039444000000003,71.302199999999971],[-74.009444999999971,71.360809000000017],[-74.006957999999997,71.367203000000075],[-73.973327999999924,71.413605000000132],[-73.968612999999891,71.419433999999967],[-73.867767000000015,71.525818000000015],[-73.86221299999994,71.531096999999988],[-73.761672999999973,71.580826000000059],[-73.746947999999975,71.585266000000047],[-73.732772999999952,71.586928999999998],[-73.689162999999951,71.588042999999971],[-73.653610000000015,71.587493999999992],[-73.639724999999942,71.58638000000002],[-73.621932999999956,71.583328000000108],[-73.595000999999968,71.575272000000041],[-73.588608000000022,71.572220000000129],[-73.565001999999936,71.55192599999998],[-73.566665999999941,71.544144000000017],[-73.598343,71.528320000000122],[-73.615554999999915,71.520264000000054],[-73.619445999999982,71.515823000000125],[-73.630279999999971,71.456649999999911],[-73.635009999999909,71.359421000000111],[-73.622498000000007,71.356644000000017],[-73.61332699999997,71.355820000000051],[-73.594727000000034,71.35775799999999],[-73.540389999999945,71.37286400000005],[-73.518889999999942,71.379150000000038],[-73.517226999999934,71.379974000000004],[-73.516112999999962,71.385818000000029],[-73.515563999999927,71.39888000000002],[-73.513335999999981,71.413040000000137],[-73.50306699999993,71.424698000000149],[-73.496947999999918,71.428589000000045],[-73.477492999999924,71.436371000000008],[-73.446945000000028,71.440262000000075],[-73.428878999999995,71.435806000000127],[-73.384445000000028,71.391937000000041],[-73.380279999999914,71.385269000000051],[-73.385009999999966,71.381927000000132],[-73.500899999999945,71.337212000000022],[-73.590285999999935,71.304977000000065],[-73.615554999999915,71.296371000000136],[-73.623046999999872,71.291091999999992],[-73.635558999999944,71.279709000000139],[-73.663054999999986,71.254166000000055],[-73.678878999999995,71.238037000000077],[-73.712783999999999,71.177765000000136],[-73.717772999999966,71.164993000000095],[-73.718886999999938,71.159424000000115],[-73.716399999999965,71.14498900000001],[-73.713622999999984,71.137497000000053],[-73.713622999999984,71.130539000000056],[-73.71665999999999,71.118317000000104],[-73.728606999999954,71.098602000000085],[-73.735824999999977,71.093323000000112],[-73.745833999999888,71.088593000000117],[-73.760833999999932,71.084717000000012],[-73.77806099999998,71.0816650000001],[-73.797774999999945,71.078872999999987],[-73.842498999999918,71.074432000000115],[-73.87388599999997,71.069717000000082],[-73.890288999999996,71.064987000000031],[-73.898346000000004,71.057480000000112],[-73.895003999999972,71.052200000000028],[-73.886672999999973,71.049149],[-73.879439999999875,71.047759999999982],[-73.872771999999998,71.047484999999995],[-73.850554999999986,71.059981999999991],[-73.842223999999987,71.064148000000046],[-73.753066999999987,71.065810999999997],[-73.732772999999952,71.067764000000125],[-73.715835999999854,71.071655000000021],[-73.692764000000011,71.079436999999984],[-73.674438000000009,71.088318000000072],[-73.667220999999984,71.093597000000045],[-73.660552999999993,71.10386699999998],[-73.658339999999953,71.124985000000095],[-73.662505999999951,71.134995000000004],[-73.666655999999875,71.141662999999994],[-73.673614999999927,71.163039999999967],[-73.668883999999991,71.173035000000084],[-73.623610999999983,71.225540000000137],[-73.615829000000019,71.230270000000132],[-73.549164000000019,71.269989000000066],[-73.454726999999991,71.300262000000032],[-73.433884000000035,71.308594000000028],[-73.42860399999995,71.314423000000033],[-73.427779999999984,71.327208999999925],[-73.435271999999941,71.332214000000022],[-73.437774999999988,71.336380000000077],[-73.436110999999983,71.340545999999961],[-73.430282999999974,71.34165999999999],[-73.382216999999969,71.345260999999994],[-73.363051999999982,71.345824999999991],[-73.349730999999963,71.345260999999994],[-73.320847000000015,71.340820000000122],[-73.083617999999944,71.285812000000078],[-73.061110999999983,71.277481000000023],[-73.049437999999952,71.268325999999945],[-73.053878999999938,71.261658000000011],[-73.065001999999936,71.258331000000055],[-73.155562999999972,71.246643000000006],[-73.214721999999995,71.240814],[-73.230835000000013,71.238312000000121],[-73.249434999999949,71.233871000000022],[-73.266113000000018,71.224990999999989],[-73.271941999999854,71.220535000000041],[-73.263061999999991,71.205826000000002],[-73.252501999999936,71.195251000000098],[-73.244445999999982,71.188873000000115],[-73.235001000000011,71.173309000000017],[-73.235001000000011,71.162201000000039],[-73.238327000000027,71.157210999999961],[-73.247771999999998,71.144150000000025],[-73.256957999999884,71.133881000000031],[-73.294448999999929,71.092483999999956],[-73.311110999999926,71.080826000000116],[-73.327788999999996,71.072768999999994],[-73.379439999999988,71.05831900000004],[-73.426391999999908,71.047759999999982],[-73.446105999999986,71.041092000000049],[-73.450835999999924,71.035263000000043],[-73.451950000000011,71.029433999999981],[-73.446945000000028,71.024993999999992],[-73.377486999999917,70.980545000000006],[-73.369995000000017,70.985809000000017],[-73.17361499999987,71.156937000000028],[-73.168610000000001,71.170532000000094],[-73.177490000000034,71.185257000000036],[-73.183060000000012,71.191360000000032],[-73.188048999999978,71.199141999999938],[-73.185271999999998,71.205826000000002],[-73.180283000000031,71.211655000000007],[-73.172226000000023,71.216385000000059],[-73.142226999999934,71.224425999999937],[-73.115554999999915,71.230270000000132],[-73.101395000000025,71.231658999999979],[-73.079726999999991,71.231658999999979],[-73.067779999999857,71.230270000000132],[-73.045546999999885,71.225540000000137],[-73.027221999999881,71.227203000000031],[-73.011947999999961,71.234421000000054],[-73.004455999999948,71.239700000000028],[-72.99499499999996,71.249999999999943],[-72.981673999999941,71.267487000000017],[-72.952788999999996,71.311096000000077],[-72.951400999999976,71.316085999999984],[-72.959731999999974,71.355820000000051],[-72.963622999999927,71.362488000000042],[-72.970001000000025,71.369979999999998],[-72.978332999999907,71.376373000000115],[-72.989440999999999,71.391663000000108],[-72.993057000000022,71.397766000000047],[-72.993331999999953,71.401931999999931],[-72.988892000000021,71.40554800000001],[-72.975829999999917,71.40914900000007],[-72.897232000000031,71.416655999999989],[-72.858046999999942,71.413315000000125],[-72.836394999999925,71.413315000000125],[-72.765839000000028,71.423874000000012],[-72.759170999999924,71.426926000000094],[-72.757507000000032,71.431931000000134],[-72.758621000000005,71.437484999999981],[-72.764724999999942,71.451660000000061],[-72.76916499999993,71.459152000000017],[-72.679992999999911,71.524704000000042],[-72.649733999999967,71.536926000000051],[-72.61860699999994,71.559418000000107],[-72.61332699999997,71.565536000000066],[-72.610274999999888,71.571930000000123],[-72.608337000000006,71.583878000000141],[-72.61082499999992,71.595535000000098],[-72.608337000000006,71.60664399999996],[-72.593886999999995,71.642487000000017],[-72.583327999999881,71.651382000000069],[-72.580291999999929,71.653594999999996],[-72.573333999999932,71.656647000000135],[-72.557495000000017,71.660262999999986],[-72.538054999999929,71.660812000000135],[-72.523620999999991,71.65887500000008],[-72.503066999999874,71.65026899999998],[-72.474715999999944,71.642761000000121],[-72.444442999999978,71.636107999999979],[-72.301102000000014,71.612198000000149],[-72.152221999999938,71.58998100000008],[-71.847777999999948,71.546646000000123],[-71.689437999999996,71.524429000000055],[-71.670546999999999,71.522216999999955],[-71.635559000000001,71.517761000000064],[-71.58555599999994,71.509995000000004],[-71.554169000000002,71.503875999999991],[-71.455275999999913,71.473037999999974],[-71.444442999999922,71.468597000000045],[-71.435271999999998,71.463608000000079],[-71.295546999999942,71.384720000000129],[-71.241378999999995,71.349425999999994],[-71.12332200000003,71.271652000000017],[-71.119719999999973,71.264160000000061],[-71.122771999999998,71.257217000000082],[-71.128601000000003,71.251389000000131],[-71.147780999999952,71.241927999999973],[-71.169448999999986,71.233322000000044],[-71.206116000000009,71.220535000000041],[-71.221389999999985,71.216934000000037],[-71.234726000000023,71.212769000000037],[-71.324722000000008,71.177765000000136],[-71.340560999999866,71.170532000000094],[-71.342772999999909,71.166382000000112],[-71.346114999999941,71.155823000000055],[-71.349441999999897,71.149428999999998],[-71.415832999999907,71.093323000000112],[-71.452224999999999,71.068054000000132],[-71.46444699999995,71.062484999999981],[-71.470275999999956,71.061370999999951],[-71.48971599999993,71.0619200000001],[-71.551102000000014,71.064697000000024],[-71.608336999999949,71.068603999999993],[-71.640839000000028,71.073883000000137],[-71.714447000000007,71.088043000000084],[-71.812499999999943,71.104156000000103],[-71.848891999999921,71.108321999999987],[-71.868880999999874,71.109420999999998],[-71.890288999999882,71.109420999999998],[-71.910827999999924,71.107758000000047],[-72.069457999999997,71.075271999999984],[-72.08555599999994,71.070267000000115],[-72.09973100000002,71.063873000000058],[-72.110275000000001,71.052200000000028],[-72.113892000000021,71.047211000000061],[-72.114440999999999,71.043594000000098],[-72.113326999999913,71.037490999999989],[-72.107223999999974,71.030272999999966],[-72.09973100000002,71.020263999999941],[-72.101944000000003,71.016098000000056],[-72.165557999999919,70.968048000000067],[-72.179717999999923,70.962204000000042],[-72.200286999999946,70.961105000000032],[-72.235001000000011,70.961928999999998],[-72.261123999999995,70.959152000000131],[-72.27806099999998,70.955261000000064],[-72.290557999999976,70.951096000000064],[-72.297226000000023,70.947204999999997],[-72.317504999999983,70.930267000000072],[-72.319457999999997,70.925812000000064],[-72.317504999999983,70.918320000000108],[-72.31138599999997,70.911102000000085],[-72.313889000000017,70.899719000000061],[-72.320557000000008,70.888321000000076],[-72.325561999999877,70.882477000000051],[-72.334166999999979,70.878585999999984],[-72.514724999999999,70.844436999999971],[-72.534438999999907,70.841933999999981],[-72.653609999999958,70.82777400000009],[-72.654174999999896,70.820831000000112],[-72.511397999999872,70.827209000000039],[-72.476944000000003,70.833328000000051],[-72.401108000000022,70.849716000000114],[-72.356110000000001,70.860535000000027],[-72.302779999999927,70.867203000000018],[-72.264175000000023,70.866652999999985],[-72.25,70.863876000000062],[-72.184722999999963,70.844711000000075],[-72.172225999999966,70.840546000000074],[-72.16361999999998,70.83638000000002],[-72.162215999999887,70.829987000000017],[-72.363327000000027,70.686096000000134],[-72.381942999999978,70.677200000000028],[-72.459441999999967,70.65387000000004],[-72.475829999999917,70.649429000000112],[-72.499435000000005,70.646652000000017],[-72.542496000000028,70.644714000000079],[-72.578063999999983,70.641373000000044],[-72.597778000000005,70.63859599999995],[-72.609160999999972,70.636658000000011],[-72.615828999999962,70.633331000000055],[-72.623321999999973,70.628036000000009],[-72.569457999999884,70.609985000000052],[-72.551666000000012,70.608032000000094],[-72.503066999999874,70.629973999999947],[-72.490554999999972,70.634155000000021],[-72.371932999999956,70.654984000000013],[-72.342223999999931,70.662200999999925],[-72.326110999999912,70.667206000000022],[-72.306380999999988,70.677475000000015],[-72.277495999999871,70.698028999999963],[-72.264724999999942,70.70915199999996],[-72.248610999999983,70.726653999999996],[-72.245834000000002,70.733046999999999],[-72.236937999999896,70.743866000000025],[-72.229172000000005,70.749420000000043],[-72.210555999999997,70.758040999999935],[-72.185546999999929,70.76638800000012],[-72.155838000000017,70.773605000000032],[-72.136123999999995,70.776093000000003],[-72.004729999999995,70.786925999999994],[-71.896956999999929,70.80693100000002],[-71.818893000000003,70.823044000000039],[-71.689163000000008,70.850266000000147],[-71.543883999999991,70.872481999999991],[-71.354445999999939,70.882750999999985],[-71.287506000000008,70.906097000000045],[-71.289169000000015,70.908875000000023],[-71.289444000000003,70.913605000000075],[-71.208343999999954,71.004990000000078],[-71.185546999999872,71.019439999999975],[-71.162216000000001,71.028320000000008],[-70.895553999999947,71.099716000000058],[-70.836120999999935,71.114426000000037],[-70.799727999999959,71.118866000000025],[-70.771666999999979,71.118042000000059],[-70.755568999999923,71.11554000000001],[-70.724715999999944,71.10443099999992],[-70.635559000000001,71.072220000000016],[-70.613891999999964,71.062194999999917],[-70.604720999999927,71.056366000000082],[-70.601669000000015,71.053864000000033],[-70.591949,71.042480000000126],[-70.514724999999942,70.940536000000066],[-70.512511999999958,70.926085999999998],[-70.514450000000011,70.921097000000032],[-70.519729999999981,70.913879000000009],[-70.553604000000007,70.894989000000066],[-70.58944699999995,70.876083000000051],[-70.678878999999995,70.840546000000074],[-70.740828999999906,70.75471500000009],[-70.746947999999918,70.745529000000147],[-70.773330999999985,70.734420999999998],[-70.798888999999917,70.725540000000024],[-70.872498000000007,70.703872999999987],[-70.891112999999962,70.698868000000118],[-70.965835999999967,70.684143000000006],[-71.024445000000014,70.674987999999928],[-71.055267000000015,70.669144000000131],[-71.08277899999996,70.661652000000004],[-71.100554999999929,70.654984000000013],[-71.108611999999994,70.649993999999992],[-71.118056999999965,70.638885000000073],[-71.128051999999968,70.62052900000009],[-71.129439999999988,70.614151000000106],[-71.134445000000028,70.602767999999912],[-71.139998999999932,70.596374999999966],[-71.147780999999952,70.591095000000109],[-71.160277999999948,70.586928999999998],[-71.175277999999992,70.583602999999982],[-71.191665999999998,70.58248900000001],[-71.224715999999944,70.582214000000135],[-71.281676999999888,70.584152000000074],[-71.312499999999943,70.587204000000042],[-71.34584000000001,70.591660000000104],[-71.389724999999942,70.600540000000137],[-71.407501000000025,70.603043000000127],[-71.422775000000001,70.604980000000012],[-71.461944999999957,70.60775799999999],[-71.558608999999933,70.609421000000111],[-71.592772999999966,70.606934000000024],[-71.595550999999944,70.603867000000093],[-71.595839999999953,70.600540000000137],[-71.592498999999918,70.589706000000092],[-71.586670000000026,70.581665000000044],[-71.583892999999932,70.576096000000007],[-71.580291999999986,70.564697000000137],[-71.581954999999994,70.551376000000005],[-71.583618000000001,70.546371000000136],[-71.588057999999933,70.542755000000056],[-71.74360699999994,70.466933999999981],[-71.803054999999972,70.428314000000057],[-71.763061999999934,70.427200000000084],[-71.748046999999985,70.425811999999951],[-71.736389000000031,70.423035000000084],[-71.727218999999991,70.417479999999955],[-71.728058000000033,70.410538000000088],[-71.731673999999998,70.397217000000126],[-71.746384000000035,70.3477630000001],[-71.75556899999998,70.329162999999994],[-71.763061999999934,70.323318000000086],[-71.783065999999963,70.313873000000001],[-71.816665999999941,70.303040000000067],[-71.844161999999983,70.29664600000001],[-71.849730999999906,70.290817000000004],[-71.836944999999957,70.289978000000019],[-71.806945999999868,70.295822000000044],[-71.748046999999985,70.309708000000001],[-71.733611999999937,70.313873000000001],[-71.686385999999914,70.355820000000108],[-71.674712999999997,70.36970500000001],[-71.641678000000013,70.444977000000108],[-71.640288999999996,70.450546000000088],[-71.543335000000013,70.514708999999982],[-71.525283999999942,70.524704000000099],[-71.510009999999966,70.535812000000078],[-71.502501999999936,70.546096999999975],[-71.50167799999997,70.55304000000001],[-71.503341999999975,70.56053199999991],[-71.507506999999976,70.569153000000028],[-71.511672999999973,70.573318000000029],[-71.506957999999941,70.57638500000013],[-71.495543999999938,70.578873000000101],[-71.435271999999998,70.578598000000113],[-71.420273000000009,70.57748400000014],[-71.397781000000009,70.574432000000002],[-71.25306699999993,70.549713000000054],[-71.184998000000007,70.538040000000024],[-71.17582699999997,70.535812000000078],[-71.170272999999952,70.533324999999991],[-71.167769999999905,70.531937000000084],[-71.162506000000008,70.525269000000094],[-71.162216000000001,70.520537999999988],[-71.260558999999887,70.377762000000132],[-71.322509999999966,70.312759000000028],[-71.321670999999981,70.30664100000007],[-71.318343999999968,70.299988000000099],[-71.301101999999958,70.284987999999998],[-71.288894999999968,70.280822999999998],[-71.279998999999975,70.274993999999936],[-71.276947000000007,70.268326000000002],[-71.278335999999854,70.262771999999984],[-71.285278000000005,70.251388999999961],[-71.289169000000015,70.246094000000085],[-71.316955999999948,70.218596999999988],[-71.363051999999868,70.182204999999954],[-71.43472300000002,70.126923000000033],[-71.485275000000001,70.088318000000072],[-71.498046999999929,70.080551000000128],[-71.523055999999997,70.052200000000028],[-71.532776000000013,70.038589000000059],[-71.539168999999958,70.026382000000126],[-71.541107000000011,70.022217000000126],[-71.535827999999924,70.019714000000135],[-71.52806099999998,70.020263999999997],[-71.518065999999976,70.024993999999992],[-71.500290000000007,70.038315000000125],[-71.493606999999997,70.050537000000134],[-71.475829999999974,70.068054000000132],[-71.438048999999978,70.086655000000007],[-71.393616000000009,70.104430999999977],[-71.366652999999985,70.111923000000104],[-71.331680000000006,70.128585999999984],[-71.210555999999997,70.262206999999933],[-71.208892999999989,70.267761000000121],[-71.21305799999999,70.272491000000002],[-71.218886999999995,70.276382000000069],[-71.229720999999984,70.281097000000102],[-71.231948999999929,70.294983000000059],[-71.171660999999972,70.368042000000059],[-71.135833999999932,70.410538000000088],[-71.093062999999972,70.460541000000035],[-71.030563000000029,70.540543000000014],[-71.049987999999928,70.546371000000136],[-71.053054999999972,70.55304000000001],[-71.049438000000009,70.558868000000075],[-71.005843999999968,70.61692800000003],[-70.997222999999963,70.625808999999947],[-70.968886999999995,70.63220200000012],[-70.913054999999986,70.637771999999984],[-70.771117999999944,70.668869000000086],[-70.611937999999952,70.723602000000085],[-70.421660999999858,70.772217000000126],[-70.396956999999986,70.778320000000065],[-70.365279999999927,70.782486000000006],[-70.324721999999952,70.785812000000021],[-70.255004999999983,70.793868999999972],[-70.228881999999942,70.797211000000118],[-70.075012000000015,70.83027600000014],[-69.988051999999982,70.853592000000049],[-69.915833000000021,70.877472000000012],[-69.904723999999931,70.881363000000079],[-69.892775999999913,70.883331000000055],[-69.87388599999997,70.883331000000055],[-69.865279999999927,70.882477000000051],[-69.833618000000001,70.87692300000009],[-69.78443900000002,70.864700000000028],[-69.771117999999944,70.857483000000116],[-69.770554000000004,70.856094000000098],[-69.772506999999962,70.85054000000008],[-69.795837000000006,70.820541000000048],[-69.808884000000035,70.81109600000002],[-69.879439999999931,70.768051000000071],[-69.915557999999919,70.74914600000011],[-69.965285999999935,70.727767999999969],[-70.073897999999929,70.687484999999924],[-70.084732000000031,70.683594000000028],[-70.121658000000025,70.67164600000001],[-70.21055599999994,70.646103000000096],[-70.225554999999929,70.641936999999984],[-70.244995000000017,70.638321000000133],[-70.277221999999995,70.636107999999979],[-70.33805799999999,70.637496999999996],[-70.353332999999964,70.638885000000073],[-70.407775999999956,70.638885000000073],[-70.423324999999977,70.636932000000115],[-70.454726999999991,70.627762000000075],[-70.473052999999993,70.617203000000018],[-70.476943999999946,70.612197999999978],[-70.478881999999999,70.606644000000017],[-70.460555999999997,70.574158000000068],[-70.442764000000011,70.561920000000043],[-70.424164000000019,70.551926000000037],[-70.411391999999978,70.542205999999908],[-70.404723999999931,70.536377000000073],[-70.400283999999999,70.530273000000079],[-70.397507000000019,70.524155000000121],[-70.401672000000019,70.519150000000081],[-70.407775999999956,70.514160000000004],[-70.423324999999977,70.506943000000092],[-70.467223999999987,70.493866000000082],[-70.482223999999917,70.490540000000067],[-70.490829000000019,70.486649],[-70.494445999999982,70.484984999999995],[-70.49610899999999,70.479430999999977],[-70.488892000000021,70.476929000000098],[-70.477782999999988,70.47554000000008],[-70.459166999999979,70.47554000000008],[-70.441375999999934,70.477203000000031],[-70.309722999999963,70.498031999999967],[-70.316665999999998,70.528594999999939],[-70.320007000000032,70.536926000000051],[-70.331679999999949,70.548599000000081],[-70.348617999999931,70.559707999999944],[-70.371108999999933,70.573608000000036],[-70.344451999999933,70.613037000000134],[-70.158339999999953,70.615540000000124],[-70.092498999999975,70.612197999999978],[-70.023330999999985,70.610535000000084],[-69.99221799999998,70.645828000000051],[-69.987777999999935,70.649993999999992],[-69.978607000000011,70.653320000000008],[-69.875823999999909,70.677200000000028],[-69.775832999999977,70.682205000000067],[-69.651397999999972,70.725540000000024],[-69.649169999999913,70.731094000000041],[-69.644729999999981,70.741088999999931],[-69.638610999999969,70.746933000000126],[-69.619995000000017,70.758040999999935],[-69.569167999999934,70.771927000000119],[-69.53832999999986,70.778595000000109],[-69.469727000000034,70.790543000000127],[-69.451401000000033,70.791931000000034],[-69.242766999999958,70.782486000000006],[-69.226943999999946,70.77998400000007],[-69.215012000000002,70.776093000000003],[-69.190552000000025,70.766937000000041],[-69.131942999999978,70.737488000000099],[-68.958053999999947,70.688582999999994],[-68.928329000000019,70.681656000000089],[-68.664444000000003,70.626923000000147],[-68.61860699999994,70.62052900000009],[-68.582503999999972,70.617751999999996],[-68.549727999999959,70.613602000000014],[-68.515288999999996,70.609146000000067],[-68.484726000000023,70.604156000000046],[-68.390563999999983,70.582214000000135],[-68.325561999999934,70.566665999999941],[-68.313889000000017,70.563034000000016],[-68.293610000000001,70.551376000000005],[-68.284164000000033,70.540543000000014],[-68.279174999999952,70.531097000000045],[-68.279449,70.519440000000088],[-68.281386999999938,70.51249700000011],[-68.289718999999991,70.500000000000114],[-68.296111999999994,70.494141000000127],[-68.31361400000003,70.484711000000061],[-68.331680000000006,70.476379000000065],[-68.371932999999956,70.455826000000002],[-68.446654999999964,70.413040000000137],[-68.451400999999976,70.409424000000115],[-68.453613000000018,70.403870000000097],[-68.451950000000011,70.392212000000086],[-68.449158000000011,70.384155000000078],[-68.448607999999979,70.375259000000142],[-68.451675000000023,70.372482000000048],[-68.458618000000001,70.369431000000077],[-68.485000999999954,70.367752000000053],[-68.495270000000005,70.368590999999981],[-68.506393000000003,70.371093999999971],[-68.519454999999994,70.37414600000011],[-68.561385999999914,70.389709000000096],[-68.571121000000005,70.393326000000059],[-68.575835999999924,70.396102999999982],[-68.580840999999964,70.404160000000104],[-68.580565999999976,70.415817000000061],[-68.569732999999985,70.426376000000118],[-68.556106999999997,70.435257000000036],[-68.549987999999985,70.440811000000053],[-68.548049999999932,70.447754000000032],[-68.556945999999982,70.461929000000112],[-68.564712999999927,70.466385000000059],[-68.582503999999972,70.464432000000102],[-68.621657999999968,70.45277400000009],[-68.650833000000034,70.441925000000026],[-68.654174999999896,70.439148000000102],[-68.661666999999909,70.431090999999924],[-68.666655999999989,70.422211000000118],[-68.670273000000009,70.408874999999966],[-68.670836999999949,70.404160000000104],[-68.664444000000003,70.384994999999947],[-68.657226999999978,70.375809000000004],[-68.651947000000007,70.359420999999941],[-68.650557999999933,70.349991000000045],[-68.651107999999965,70.345824999999991],[-68.653884999999946,70.341369999999984],[-68.65695199999999,70.33859300000006],[-68.664169000000015,70.335541000000148],[-68.682495000000017,70.329437000000098],[-68.735549999999876,70.317764000000068],[-68.784164000000033,70.310256999999979],[-68.906951999999933,70.293869000000086],[-68.941375999999991,70.29304500000012],[-69.071945000000028,70.28804000000008],[-69.235001000000011,70.270264000000111],[-69.283889999999985,70.264709000000039],[-69.473891999999978,70.238876000000062],[-69.639998999999875,70.204712000000086],[-69.668059999999969,70.198593000000017],[-69.823897999999986,70.155823000000112],[-69.829453000000001,70.15415999999999],[-69.836120999999991,70.150543000000027],[-69.839721999999938,70.144150000000081],[-69.840835999999911,70.141937000000098],[-69.839721999999938,70.134430000000009],[-69.843062999999972,70.121917999999994],[-69.848891999999978,70.116088999999988],[-69.856948999999929,70.110809000000074],[-69.875823999999909,70.101929000000041],[-69.917769999999962,70.085541000000035],[-69.946655000000021,70.076385000000073],[-69.96833799999996,70.074706999999933],[-69.990279999999927,70.074432000000115],[-70.037780999999995,70.072220000000073],[-70.073059000000001,70.069153000000142],[-70.086120999999991,70.066666000000055],[-70.096953999999982,70.063309000000118],[-70.141387999999949,70.043319999999994],[-70.174438000000009,70.034987999999998],[-70.182769999999891,70.031096999999932],[-70.185546999999985,70.028046000000131],[-70.182769999999891,70.021378000000141],[-70.169997999999964,70.014434999999992],[-70.15449499999994,70.015160000000094],[-70.147506999999962,70.015488000000062],[-70.139502999999934,70.017159000000106],[-70.113327000000027,70.02388000000002],[-70.103058000000033,70.028595000000053],[-70.089995999999985,70.036102000000028],[-70.088897999999915,70.038315000000125],[-70.077498999999989,70.049712999999997],[-70.066955999999948,70.053589000000045],[-70.049987999999871,70.057205000000067],[-70.028610000000015,70.058868000000018],[-70.020279000000016,70.058594000000085],[-69.901107999999965,70.048325000000034],[-69.892226999999934,70.045822000000101],[-69.884734999999921,70.042755],[-69.853607000000011,70.029709000000025],[-69.83555599999994,70.020263999999997],[-69.827498999999989,70.014434999999992],[-69.820846999999958,70.008041000000105],[-69.813048999999921,69.99859600000002],[-69.812209999999993,69.991089000000102],[-69.815552000000025,69.984711000000118],[-69.822509999999909,69.981659000000036],[-69.837508999999955,69.978317000000118],[-69.851395000000025,69.978317000000118],[-69.897507000000019,69.983047000000113],[-69.93638599999997,69.98942599999998],[-69.963332999999977,69.991653000000042],[-69.981383999999991,69.991653000000042],[-70.00306699999993,69.989700000000084],[-70.057494999999903,69.981093999999985],[-70.098891999999921,69.973602000000085],[-70.164443999999889,69.961655000000121],[-70.218886999999938,69.941650000000095],[-70.223327999999981,69.938034000000016],[-70.223891999999978,69.929703000000131],[-70.218062999999972,69.925262000000032],[-70.216110000000015,69.92053199999998],[-70.220276000000013,69.915543000000014],[-70.228607000000011,69.911651999999947],[-70.291381999999999,69.889435000000105],[-70.384170999999981,69.860535000000027],[-70.401397999999972,69.859146000000067],[-70.422225999999966,69.860809000000131],[-70.432495000000017,69.862487999999985],[-70.443877999999927,69.860535000000027],[-70.450561999999991,69.857208000000071],[-70.467223999999987,69.844711000000132],[-70.468612999999948,69.842758000000003],[-70.460280999999952,69.841660000000104],[-70.436935000000005,69.839431999999931],[-70.412215999999944,69.837769000000037],[-70.396118000000001,69.837203999999986],[-70.384170999999981,69.837203999999986],[-70.372771999999884,69.838318000000129],[-70.355834999999956,69.841370000000097],[-70.343613000000005,69.845260999999937],[-70.255279999999914,69.879149999999981],[-70.192764000000011,69.907761000000107],[-70.136948000000018,69.933318999999983],[-70.126098999999954,69.940536000000122],[-70.098617999999988,69.953049000000021],[-70.076675000000023,69.958037999999988],[-70.059433000000013,69.959716999999955],[-69.978607000000011,69.964157],[-69.941939999999988,69.963043000000027],[-69.925003000000004,69.961105000000089],[-69.896956999999986,69.956100000000049],[-69.868057000000022,69.953323000000125],[-69.837508999999955,69.952773999999977],[-69.813109999999995,69.955429000000095],[-69.777221999999995,69.963608000000022],[-69.750838999999928,69.972488000000055],[-69.745543999999938,69.974701000000039],[-69.738051999999925,69.981369000000029],[-69.735549999999932,69.985535000000084],[-69.735275000000001,69.990539999999953],[-69.739440999999999,70.001389000000017],[-69.744155999999975,70.008041000000105],[-69.760009999999966,70.017487000000074],[-69.769454999999937,70.021378000000141],[-69.781112999999948,70.024993999999992],[-69.795546999999999,70.031661999999983],[-69.804717999999866,70.038879000000065],[-69.808884000000035,70.049712999999997],[-69.806945999999982,70.055251999999996],[-69.792770000000019,70.080826000000002],[-69.790282999999931,70.084991000000002],[-69.783889999999985,70.089432000000102],[-69.740829000000019,70.114151000000049],[-69.675826999999913,70.139708999999982],[-69.653335999999911,70.14498900000001],[-69.426101999999958,70.176086000000112],[-69.404175000000009,70.177765000000136],[-69.21945199999999,70.188309000000004],[-69.18249499999996,70.187195000000031],[-69.169997999999907,70.18609600000002],[-69.154723999999987,70.183318999999983],[-69.011123999999995,70.178314000000114],[-68.936934999999949,70.193039000000056],[-68.859160999999858,70.203048999999965],[-68.839172000000019,70.203598000000056],[-68.697220000000016,70.203873000000101],[-68.682770000000005,70.203598000000056],[-68.678329000000019,70.202484000000084],[-68.676391999999964,70.201660000000118],[-68.647507000000019,70.158324999999991],[-68.642501999999979,70.149429000000055],[-68.645003999999915,70.145264000000054],[-68.741378999999995,70.065262000000075],[-68.746658000000025,70.062484999999981],[-68.783066000000019,70.044433999999967],[-68.800551999999982,70.037490999999989],[-68.813323999999966,70.032760999999994],[-68.868056999999965,70.016937000000041],[-68.900283999999942,70.011658000000068],[-68.954453000000001,70.00471500000009],[-69.088608000000022,69.974991000000045],[-69.15306099999998,69.953049000000021],[-69.313109999999938,69.882294000000059],[-69.346114999999998,69.855545000000006],[-69.370543999999938,69.83998100000008],[-69.398055999999997,69.828598000000056],[-69.426940999999943,69.819716999999969],[-69.439712999999927,69.816376000000105],[-69.460555999999997,69.813309000000004],[-69.474716000000001,69.813599000000011],[-69.516953000000001,69.819992000000127],[-69.543335000000013,69.826934999999935],[-69.565826000000015,69.834152000000074],[-69.580841000000021,69.836928999999998],[-69.683884000000035,69.83998100000008],[-69.713897999999972,69.83998100000008],[-69.744995000000017,69.837769000000037],[-69.760009999999966,69.834991000000002],[-69.770844000000011,69.831940000000031],[-69.805832000000009,69.819992000000127],[-69.827788999999996,69.809418000000107],[-69.844161999999926,69.800261999999975],[-69.855834999999956,69.793593999999985],[-69.87249799999995,69.781096999999988],[-69.998046999999985,69.669983000000116],[-70,69.66415400000011],[-70.000838999999985,69.656097000000102],[-70.00140399999998,69.622757000000036],[-69.998885999999914,69.616089000000102],[-69.990554999999915,69.614990000000091],[-69.944442999999978,69.649719000000005],[-69.816956000000005,69.724426000000051],[-69.810821999999973,69.72886699999998],[-69.808334000000002,69.733046999999999],[-69.808334000000002,69.73803700000002],[-69.81471299999987,69.75471500000009],[-69.815001999999993,69.760269000000108],[-69.814163000000008,69.763884999999959],[-69.805557000000022,69.772491000000059],[-69.783066000000019,69.785812000000021],[-69.764724999999999,69.795531999999923],[-69.754455999999948,69.799712999999997],[-69.741942999999992,69.803589000000102],[-69.730835000000013,69.806090999999981],[-69.713333000000034,69.807479999999998],[-69.643065999999976,69.810806000000014],[-69.602782999999988,69.809708000000114],[-69.572783999999899,69.80442800000003],[-69.561110999999983,69.799988000000042],[-69.545273000000009,69.794434000000024],[-69.489989999999921,69.779709000000082],[-69.45666499999993,69.775818000000015],[-69.446655000000021,69.775543000000027],[-69.409163999999976,69.776381999999955],[-69.395844000000011,69.777771000000143],[-69.384734999999921,69.780823000000055],[-69.378051999999968,69.783875000000023],[-69.313889000000017,69.816376000000105],[-69.291381999999999,69.831099999999935],[-69.279448999999943,69.84248400000007],[-69.26916499999993,69.852768000000083],[-69.253066999999987,69.862198000000149],[-69.200561999999877,69.883606000000043],[-69.188048999999978,69.887771999999984],[-69.101943999999946,69.916091999999992],[-69.076674999999966,69.923874000000126],[-68.945540999999992,69.949997000000053],[-68.933884000000035,69.951096000000064],[-68.870270000000005,69.953049000000021],[-68.801940999999886,69.952208999999982],[-68.76666299999988,69.948868000000118],[-68.751953000000015,69.946639999999945],[-68.622817999999938,69.98240699999991],[-68.471664000000033,70.046646000000067],[-68.338333000000034,70.064148000000102],[-68.241378999999995,70.095825000000048],[-68.221389999999985,70.102768000000026],[-68.207229999999981,70.109420999999998],[-68.196380999999974,70.119431000000077],[-68.193603999999993,70.123596000000077],[-68.203338999999971,70.128860000000088],[-68.229445999999939,70.135269000000108],[-68.268616000000009,70.13749700000011],[-68.290832999999907,70.137207000000046],[-68.308333999999945,70.135269000000108],[-68.320557000000008,70.135543999999982],[-68.333618000000001,70.139160000000004],[-68.349166999999852,70.168045000000063],[-68.348617999999988,70.172760000000096],[-68.345275999999956,70.188034000000016],[-68.318618999999956,70.218596999999988],[-68.31361400000003,70.222214000000122],[-68.160004000000015,70.282761000000107],[-68.039443999999946,70.301376000000005],[-67.808043999999938,70.262496999999996],[-67.794723999999974,70.258881000000088],[-67.774170000000026,70.250549000000092],[-67.768065999999976,70.243866000000139],[-67.760009999999909,70.229706000000022],[-67.740554999999858,70.218872000000147],[-67.697219999999959,70.202209000000096],[-67.674437999999952,70.193587999999977],[-67.648055999999997,70.18609600000002],[-67.591674999999952,70.165267999999969],[-67.575561999999934,70.158324999999991],[-67.556945999999982,70.149155000000121],[-67.528335999999967,70.133881000000031],[-67.412215999999944,70.068878000000097],[-67.404723999999987,70.06442300000009],[-67.378052000000025,70.048035000000027],[-67.242492999999968,69.958327999999995],[-67.222778000000005,69.943863000000079],[-67.216949,69.937759000000028],[-67.152495999999985,69.817764000000011],[-67.148620999999991,69.810257000000092],[-67.127776999999867,69.726929000000041],[-67.193603999999993,69.721924000000001],[-67.371384000000035,69.714432000000045],[-67.391113000000018,69.713882000000012],[-67.406951999999876,69.714705999999978],[-67.436110999999926,69.719147000000078],[-67.499999999999943,69.731833999999992],[-67.602492999999924,69.750275000000101],[-67.761123999999995,69.778595000000109],[-67.77305599999994,69.779434000000094],[-67.81082200000003,69.778869999999927],[-67.99610899999999,69.774429000000055],[-68.013061999999991,69.771927000000119],[-68.087783999999999,69.756104000000107],[-68.208054000000004,69.715546000000018],[-68.216659999999933,69.71026599999999],[-68.222777999999948,69.704711999999972],[-68.228606999999897,69.691360000000145],[-68.230285999999978,69.684418000000051],[-68.24110399999995,69.674987999999985],[-68.31138599999997,69.633331000000112],[-68.323623999999995,69.628860000000032],[-68.329453000000001,69.627762000000132],[-68.352782999999988,69.626923000000147],[-68.496383999999978,69.625809000000004],[-68.518065999999919,69.626083000000108],[-68.620269999999891,69.637206999999989],[-68.64527899999996,69.641098000000056],[-68.839995999999985,69.616089000000102],[-68.980834999999956,69.589157],[-69.188599000000011,69.54193099999992],[-69.201110999999912,69.538040000000024],[-69.220001000000025,69.535812000000078],[-69.325012000000015,69.532486000000063],[-69.342772999999966,69.532486000000063],[-69.364165999999955,69.53776600000009],[-69.410277999999948,69.546097000000032],[-69.426940999999943,69.548035000000141],[-69.549438000000009,69.560531999999967],[-69.630829000000006,69.56721500000009],[-69.688889000000017,69.569443000000092],[-69.737777999999992,69.568329000000062],[-69.75111400000003,69.56721500000009],[-69.838608000000022,69.558868000000132],[-70.030837999999903,69.536102000000085],[-70.028610000000015,69.530823000000112],[-70.025283999999999,69.527481000000023],[-70.011123999999995,69.521103000000039],[-69.995543999999995,69.517211999999972],[-69.964721999999995,69.513885000000016],[-69.899444999999957,69.507217000000082],[-69.885833999999988,69.507217000000082],[-69.866942999999878,69.509430000000009],[-69.844161999999926,69.517487000000017],[-69.824448000000018,69.527205999999978],[-69.815826000000015,69.530548000000124],[-69.803878999999995,69.534988000000112],[-69.789443999999946,69.538589000000002],[-69.732773000000009,69.545258000000047],[-69.698607999999922,69.548324999999977],[-69.68499799999995,69.548874000000126],[-69.663329999999917,69.548324999999977],[-69.613891999999908,69.54304500000012],[-69.506957999999997,69.529433999999924],[-69.449996999999883,69.518875000000094],[-69.375823999999909,69.509720000000016],[-69.343062999999972,69.505828999999949],[-69.323333999999988,69.505264000000125],[-69.299987999999928,69.506103999999993],[-69.206664999999987,69.514998999999989],[-69.151671999999905,69.520264000000054],[-69.005844000000025,69.535812000000078],[-68.995270000000005,69.539703000000145],[-68.982223999999974,69.547211000000004],[-68.971389999999985,69.555817000000104],[-68.957229999999981,69.560531999999967],[-68.926101999999901,69.566665999999998],[-68.76945499999988,69.587494000000049],[-68.752501999999879,69.589431999999988],[-68.6683349999999,69.590820000000065],[-68.611938000000009,69.587494000000049],[-68.544723999999917,69.579987000000131],[-68.528060999999923,69.577208999999925],[-68.317229999999881,69.530273000000079],[-68.293334999999956,69.523604999999918],[-68.181945999999982,69.49832200000003],[-68.02555799999999,69.466095000000053],[-67.982223999999974,69.457489000000123],[-67.946105999999929,69.454712000000029],[-67.926392000000021,69.454163000000108],[-67.893340999999964,69.454437000000041],[-67.874161000000015,69.456649999999968],[-67.861937999999952,69.460266000000047],[-67.840835999999967,69.469436999999971],[-67.819457999999941,69.476929000000098],[-67.806945999999868,69.480819999999994],[-67.792220999999984,69.48414600000001],[-67.604996000000028,69.478043000000071],[-67.562209999999993,69.471924000000058],[-67.511672999999973,69.466095000000053],[-67.475829999999974,69.463042999999914],[-67.432770000000005,69.463318000000129],[-67.305266999999958,69.467209000000025],[-67.258347000000015,69.467484000000013],[-67.210006999999962,69.46138000000002],[-67.180832000000009,69.454712000000029],[-66.921111999999994,69.379150000000095],[-66.795546999999885,69.341094999999996],[-66.785277999999948,69.337204000000099],[-66.774444999999957,69.331940000000088],[-66.767226999999934,69.327484000000027],[-66.694992000000013,69.281661999999983],[-66.682769999999948,69.270264000000111],[-66.650283999999942,69.236374000000012],[-66.645844000000011,69.224991000000045],[-66.646666999999979,69.203598000000113],[-66.658614999999941,69.188309000000004],[-66.668335000000013,69.178314000000114],[-66.689437999999939,69.161926000000051],[-66.720001000000025,69.144150000000081],[-66.730559999999969,69.138885000000016],[-66.75306699999993,69.129424999999969],[-66.758620999999948,69.128036000000122],[-66.776107999999965,69.128860000000088],[-66.837219000000005,69.135818000000086],[-66.84944200000001,69.138321000000076],[-66.912780999999995,69.154984000000127],[-66.928328999999906,69.164153999999996],[-66.953339000000028,69.172211000000004],[-66.965285999999992,69.174423000000047],[-66.996947999999975,69.177764999999965],[-67.132767000000001,69.182479999999998],[-67.371932999999956,69.184417999999937],[-67.385558999999944,69.183868000000132],[-67.414718999999991,69.178314000000114],[-67.427215999999987,69.174423000000047],[-67.458892999999932,69.162491000000102],[-67.466109999999958,69.160812000000078],[-67.50556899999998,69.157486000000063],[-67.521117999999944,69.15776100000005],[-67.648620999999991,69.166931000000091],[-67.676391999999964,69.169434000000081],[-67.864166000000012,69.221924000000115],[-68.18447900000001,69.308014000000014],[-68.209732000000031,69.311370999999951],[-68.221663999999976,69.312194999999917],[-68.232772999999952,69.311370999999951],[-68.251953000000015,69.309708000000057],[-68.285278000000005,69.304428000000144],[-68.31082200000003,69.298598999999967],[-68.327498999999989,69.296097000000088],[-68.344161999999983,69.294708000000071],[-68.355835000000013,69.294144000000131],[-68.375548999999921,69.294708000000071],[-68.464721999999938,69.301651000000049],[-68.675277999999992,69.322220000000016],[-68.740279999999984,69.330551000000128],[-68.811935000000005,69.341933999999924],[-68.84445199999999,69.346100000000035],[-68.944716999999912,69.354980000000069],[-68.962783999999999,69.356369000000029],[-68.984436000000017,69.356934000000081],[-69.015015000000005,69.354980000000069],[-69.040282999999988,69.349716000000058],[-69.176665999999955,69.310806000000127],[-69.203063999999927,69.303040000000067],[-69.241378999999881,69.284149000000014],[-69.253890999999953,69.27526899999998],[-69.25778200000002,69.270264000000111],[-69.25167799999997,69.263610999999969],[-69.246947999999975,69.261107999999979],[-69.235001000000011,69.259720000000073],[-69.221938999999963,69.261658000000011],[-69.213057999999933,69.264709000000039],[-69.203339000000028,69.269989000000123],[-69.197768999999994,69.275542999999914],[-69.176392000000021,69.287490999999989],[-69.156386999999938,69.297484999999995],[-69.146118000000001,69.300537000000077],[-69.133330999999998,69.303314],[-69.013335999999981,69.327484000000027],[-68.956664999999873,69.331940000000088],[-68.941100999999946,69.332489000000066],[-68.921386999999868,69.331940000000088],[-68.658339999999896,69.300262000000089],[-68.537216000000001,69.285262999999986],[-68.504729999999995,69.280272999999966],[-68.330565999999919,69.27526899999998],[-68.251953000000015,69.27748100000008],[-68.230835000000013,69.277771000000087],[-68.198607999999979,69.274703999999986],[-68.172225999999966,69.269714000000079],[-68.159438999999963,69.266098000000056],[-68.14834599999989,69.261658000000011],[-68.139724999999885,69.257766999999944],[-68.088608000000022,69.228867000000093],[-68.083618000000001,69.225540000000137],[-68.077498999999875,69.21748400000007],[-68.081679999999949,69.211928999999998],[-68.091384999999946,69.205551000000071],[-68.103881999999999,69.202209000000096],[-68.129715000000033,69.197754000000089],[-68.163054999999929,69.199997000000053],[-68.263061999999991,69.211380000000077],[-68.410827999999924,69.221374999999966],[-68.549987999999985,69.226928999999984],[-68.643616000000009,69.229431000000034],[-68.664444000000003,69.228043000000127],[-68.689986999999917,69.223602000000028],[-68.839721999999938,69.214706000000092],[-68.923049999999989,69.220825000000104],[-68.967772999999966,69.221099999999979],[-68.948333999999875,69.214156999999943],[-68.93971299999987,69.211928999999998],[-68.913054999999986,69.20748900000001],[-68.862777999999992,69.201934999999992],[-68.80749499999996,69.198868000000061],[-68.788054999999986,69.198318000000029],[-68.767226999999991,69.199707000000046],[-68.737777999999992,69.203598000000113],[-68.704726999999991,69.209152000000074],[-68.65695199999999,69.210541000000092],[-68.618057000000022,69.209152000000074],[-68.515015000000005,69.20248400000014],[-68.502501999999993,69.198593000000074],[-68.505279999999914,69.195815999999979],[-68.513901000000033,69.191925000000083],[-68.690551999999968,69.141098],[-68.707229999999925,69.138321000000076],[-68.872771999999998,69.120529000000033],[-68.998046999999985,69.103591999999992],[-68.961670000000026,69.103867000000037],[-68.929717999999923,69.100266000000147],[-68.926940999999943,69.098328000000038],[-68.926666000000012,69.079987000000017],[-68.957779000000016,69.005264000000011],[-68.958892999999989,69.003052000000139],[-68.969161999999926,68.993591000000038],[-68.994155999999919,68.982483000000002],[-69.006118999999956,68.978317000000118],[-69.018889999999885,68.975815000000068],[-69.028885000000002,68.971375000000023],[-69.025833000000034,68.968597000000045],[-69.017501999999979,68.966385000000002],[-69.005568999999923,68.964705999999978],[-68.998046999999985,68.964995999999985],[-68.973052999999993,68.970824999999991],[-68.962783999999999,68.974701000000039],[-68.946380999999917,68.982483000000002],[-68.930557000000022,68.992752000000053],[-68.920272999999952,69.00277699999998],[-68.89416499999993,69.044982999999945],[-68.89416499999993,69.050537000000134],[-68.892226999999991,69.062194999999974],[-68.889724999999999,69.066376000000048],[-68.881942999999865,69.07777400000009],[-68.879165999999941,69.081374999999923],[-68.872497999999894,69.084991000000002],[-68.858336999999892,69.088318000000129],[-68.753615999999965,69.109711000000061],[-68.471114999999998,69.166381999999999],[-68.412780999999939,69.176926000000037],[-68.381377999999927,69.175262000000032],[-68.351394999999968,69.171646000000123],[-68.178329000000019,69.14665199999996],[-68.089447000000007,69.126082999999994],[-67.725280999999939,69.032211000000132],[-67.715012000000002,69.029160000000104],[-67.708054000000004,69.024704000000042],[-67.705840999999964,69.01638800000012],[-67.721114999999941,69.009720000000129],[-67.974715999999944,68.9727630000001],[-68.029448999999943,68.971375000000023],[-68.058884000000035,68.973602000000085],[-68.211120999999935,68.991928000000087],[-68.241378999999995,68.996933000000126],[-68.268065999999976,69.00277699999998],[-68.314162999999951,69.010544000000095],[-68.335007000000019,69.009155000000078],[-68.535552999999879,68.984146000000123],[-68.548614999999984,68.982208000000014],[-68.552779999999984,68.977203000000145],[-68.554717999999923,68.971100000000035],[-68.556106999999997,68.964157],[-68.545272999999952,68.959717000000012],[-68.440552000000025,68.9727630000001],[-68.337509000000011,68.985809000000074],[-68.320281999999963,68.986374000000069],[-68.303054999999972,68.985809000000074],[-68.290557999999976,68.982208000000014],[-68.285278000000005,68.977478000000133],[-68.28443900000002,68.974701000000039],[-68.264175000000023,68.964705999999978],[-68.196945000000028,68.94999700000011],[-68.186661000000015,68.947754000000145],[-68.169448999999986,68.946930000000009],[-68.152221999999938,68.946930000000009],[-68.116104000000007,68.94747899999993],[-68.081679999999949,68.94747899999993],[-68.064163000000008,68.946091000000024],[-68.048339999999996,68.943863000000079],[-68.039992999999981,68.941360000000088],[-67.974715999999944,68.865265000000079],[-67.972778000000005,68.859146000000067],[-67.977492999999981,68.855545000000006],[-67.986938000000009,68.854431000000034],[-68.006118999999899,68.854979999999955],[-68.082229999999981,68.862487999999985],[-68.129165999999998,68.867751999999996],[-68.18360899999999,68.878586000000041],[-68.242217999999866,68.889984000000027],[-68.256119000000012,68.892212000000029],[-68.289444000000003,68.894989000000123],[-68.37388599999997,68.897217000000069],[-68.475280999999995,68.899429000000112],[-68.489990000000034,68.897491000000002],[-68.491668999999945,68.896652000000017],[-68.488892000000021,68.893326000000002],[-68.48582499999992,68.89027400000009],[-68.477218999999934,68.886932000000115],[-68.463333000000034,68.885544000000039],[-68.43249499999996,68.883331000000055],[-68.373046999999929,68.88220200000012],[-68.353606999999954,68.88108799999992],[-68.293059999999969,68.874984999999981],[-68.266662999999994,68.869980000000112],[-68.179717999999923,68.851928999999984],[-68.133895999999936,68.837203999999986],[-68.008347000000015,68.816666000000112],[-67.972778000000005,68.811920000000043],[-67.955565999999976,68.810257000000092],[-67.916945999999939,68.808318999999983],[-67.886672999999917,68.808868000000075],[-67.861389000000031,68.805542000000059],[-67.778335999999911,68.786102000000085],[-67.771941999999967,68.78276100000005],[-67.771392999999932,68.781372000000033],[-67.774718999999948,68.77915999999999],[-67.803329000000019,68.774155000000121],[-67.820006999999976,68.772766000000104],[-67.857772999999952,68.771378000000027],[-67.872771999999998,68.771652000000131],[-67.915008999999998,68.774155000000121],[-67.944442999999922,68.778046000000018],[-68.076110999999969,68.80192599999998],[-68.170836999999892,68.814697000000081],[-68.352218999999934,68.832488999999953],[-68.426392000000021,68.839157000000114],[-68.546660999999972,68.84664900000007],[-68.565551999999968,68.847214000000122],[-68.58805799999999,68.846374999999966],[-68.606109999999887,68.842758000000003],[-68.610549999999989,68.839157000000114],[-68.611663999999962,68.835815000000025],[-68.604445999999939,68.83137499999998],[-68.593886999999995,68.827484000000084],[-68.557769999999948,68.821380999999974],[-68.52694699999995,68.795258000000047],[-68.602492999999924,68.794983000000002],[-68.678878999999938,68.796646000000123],[-68.795273000000009,68.799423000000047],[-68.807220000000029,68.800261999999975],[-68.900283999999942,68.80720500000001],[-68.967498999999918,68.814697000000081],[-68.995270000000005,68.819153000000028],[-69.00389100000001,68.822220000000129],[-69.015015000000005,68.827209000000096],[-69.105835000000013,68.848602000000028],[-69.25111400000003,68.872481999999991],[-69.28083799999996,68.875809000000118],[-69.323058999999944,68.876648000000102],[-69.361938000000009,68.874146000000053],[-69.378051999999968,68.871368000000018],[-69.389998999999989,68.867476999999951],[-69.398055999999997,68.862198000000149],[-69.394454999999994,68.85775799999999],[-69.379990000000021,68.854979999999955],[-69.36082499999992,68.854431000000034],[-69.331679999999949,68.856934000000024],[-69.279448999999943,68.855255],[-69.245543999999882,68.851379000000122],[-69.185546999999985,68.842209000000082],[-69.171111999999994,68.838882000000126],[-69.162215999999944,68.835815000000025],[-69.152221999999938,68.828048999999965],[-69.153884999999946,68.827209000000096],[-69.163054999999986,68.826096000000007],[-69.229996000000028,68.827209000000096],[-69.294158999999922,68.831940000000031],[-69.315001999999993,68.831664999999987],[-69.357773000000009,68.829163000000108],[-69.368606999999997,68.827209000000096],[-69.375548999999978,68.824997000000053],[-69.382767000000001,68.819153000000028],[-69.383895999999993,68.816376000000105],[-69.381377999999984,68.814986999999917],[-69.37110899999999,68.812759000000142],[-69.193603999999993,68.804153000000042],[-68.971114999999998,68.791931000000091],[-68.959166999999923,68.789703000000145],[-68.944992000000013,68.786926000000051],[-68.942490000000021,68.784988000000112],[-68.196380999999974,68.706940000000145],[-68.049437999999952,68.681655999999975],[-68.044998000000021,68.678314000000057],[-68.046111999999937,68.676376000000062],[-68.087508999999955,68.629425000000083],[-68.094451999999933,68.627762000000132],[-68.34445199999999,68.628586000000098],[-68.56220999999988,68.651931999999988],[-68.621933000000013,68.655823000000055],[-68.657776000000013,68.656372000000147],[-68.680283000000031,68.65554800000001],[-68.747771999999941,68.649155000000064],[-68.777785999999935,68.643051000000014],[-68.89416499999993,68.607208000000014],[-68.902495999999985,68.603592000000106],[-68.900283999999942,68.603043000000014],[-68.835830999999985,68.589157],[-68.804169000000002,68.589980999999966],[-68.757674999999949,68.600646999999981],[-68.749343999999951,68.602654000000143],[-68.735001000000011,68.607314999999971],[-68.711165999999992,68.621147000000121],[-68.679992999999911,68.630814000000044],[-68.647507000000019,68.635544000000095],[-68.62860099999989,68.635544000000095],[-68.594161999999926,68.633605999999986],[-68.563048999999921,68.629425000000083],[-68.533324999999991,68.624985000000038],[-68.481383999999935,68.614990000000148],[-68.475280999999995,68.61303700000002],[-68.470276000000013,68.609146000000123],[-68.46945199999999,68.606369000000029],[-68.483321999999987,68.596939000000134],[-68.50389100000001,68.589980999999966],[-68.519454999999994,68.585815000000082],[-68.533889999999928,68.583878000000027],[-68.605834999999956,68.578872999999987],[-68.648345999999947,68.577773999999977],[-68.660004000000015,68.578872999999987],[-68.682883999999945,68.575211000000024],[-68.69506100000001,68.574379000000135],[-68.707053999999971,68.57337200000012],[-68.712387000000035,68.572044000000005],[-68.716064000000017,68.569382000000019],[-68.716727999999932,68.568047000000035],[-68.707053999999971,68.5660400000001],[-68.696724000000017,68.565207999999984],[-68.656113000000005,68.559708000000001],[-68.460007000000019,68.562195000000088],[-68.447220000000016,68.563599000000067],[-68.435271999999941,68.567490000000134],[-68.427215999999987,68.571930000000009],[-68.422774999999945,68.576096000000064],[-68.420272999999895,68.579711999999915],[-68.419997999999964,68.585266000000104],[-68.416397000000018,68.591369999999984],[-68.396117999999944,68.593048000000067],[-68.337783999999999,68.593323000000112],[-68.244445999999982,68.588043000000027],[-68.215560999999866,68.585541000000148],[-68.136672999999973,68.572220000000016],[-68.06534599999992,68.545822000000044],[-67.920273000000009,68.534424000000001],[-67.866942999999992,68.509720000000073],[-67.809158000000025,68.531097000000102],[-67.673049999999932,68.561096000000077],[-67.664169000000015,68.562759000000028],[-67.643615999999952,68.562759000000028],[-67.539443999999946,68.550812000000064],[-67.52555799999999,68.548598999999911],[-67.500838999999928,68.538315000000068],[-67.492217999999923,68.527206000000035],[-67.493056999999965,68.523604999999975],[-67.502228000000002,68.514999000000046],[-67.510559000000001,68.511382999999967],[-67.51916499999993,68.509155000000021],[-67.543059999999912,68.506103999999993],[-67.607773000000009,68.503876000000048],[-67.621658000000025,68.5],[-67.628052000000025,68.496368000000018],[-67.634734999999921,68.486649],[-67.621383999999978,68.384429999999952],[-67.618606999999997,68.381088000000034],[-67.612502999999947,68.379424999999912],[-67.603332999999907,68.378860000000088],[-67.59445199999999,68.381363000000079],[-67.551102000000014,68.414428999999984],[-67.548339999999996,68.440262000000132],[-67.549437999999896,68.443863000000022],[-67.555832000000009,68.455261000000007],[-67.511123999999938,68.483322000000101],[-67.426102000000014,68.494430999999963],[-67.335555999999997,68.49693300000007],[-67.31639100000001,68.496094000000085],[-67.232497999999964,68.480545000000006],[-67.224166999999966,68.47665400000011],[-67.217498999999918,68.471924000000058],[-67.213622999999927,68.440811000000053],[-67.223052999999993,68.426086000000112],[-67.307770000000005,68.423309000000017],[-67.325835999999981,68.421371000000079],[-67.332779000000016,68.418869000000029],[-67.335830999999985,68.416092000000106],[-67.338608000000022,68.411926000000051],[-67.33805799999999,68.409988000000055],[-67.324448000000018,68.40776100000005],[-67.15695199999999,68.406372000000033],[-67.111938000000009,68.411926000000051],[-67.104996000000028,68.414153999999996],[-67.100554999999929,68.418320000000051],[-67.09722899999997,68.45138500000013],[-67.100280999999995,68.457214000000135],[-67.106658999999866,68.460541000000092],[-67.116652999999985,68.463607999999965],[-67.127212999999983,68.46804800000001],[-67.129990000000021,68.472763000000043],[-67.126937999999996,68.475540000000137],[-67.112777999999992,68.478867000000093],[-66.908050999999944,68.453873000000101],[-66.821395999999993,68.465271000000087],[-66.803054999999972,68.467209000000025],[-66.787506000000008,68.464996000000099],[-66.706954999999994,68.44470200000012],[-66.697768999999937,68.428039999999953],[-66.724166999999909,68.429153000000042],[-66.782775999999956,68.426086000000112],[-66.904998999999918,68.416382000000112],[-66.920546999999942,68.411102000000085],[-66.921660999999915,68.408324999999991],[-66.914168999999902,68.398880000000077],[-66.913054999999986,68.39498900000001],[-66.914444000000003,68.391937000000098],[-66.93638599999997,68.374420000000043],[-66.946654999999907,68.369980000000055],[-66.955001999999979,68.367477000000065],[-67.005843999999968,68.354430999999977],[-67.011123999999938,68.353591999999992],[-67.02416999999997,68.35386699999998],[-67.048889000000031,68.355820000000108],[-67.075561999999934,68.360535000000141],[-67.111388999999974,68.370255000000043],[-67.130279999999914,68.379700000000128],[-67.142226999999991,68.382750999999985],[-67.230559999999969,68.39498900000001],[-67.245543999999995,68.395827999999995],[-67.286391999999978,68.395827999999995],[-67.379715000000033,68.390823000000125],[-67.411117999999931,68.382750999999985],[-67.415557999999976,68.378036000000122],[-67.418883999999991,68.376373000000001],[-67.455565999999919,68.36775200000011],[-67.494719999999973,68.360809000000074],[-67.595276000000013,68.347762999999986],[-67.631667999999991,68.345261000000107],[-67.646117999999944,68.344711000000075],[-67.743880999999988,68.343322999999941],[-67.781386999999938,68.337204000000099],[-67.810546999999985,68.328598],[-67.832229999999925,68.320267000000115],[-67.849730999999963,68.309981999999991],[-67.865829000000019,68.29971299999994],[-67.87110899999999,68.292755],[-67.878326000000015,68.26527400000009],[-67.869720000000029,68.259995000000117],[-67.860001000000011,68.258331000000112],[-67.845551,68.258880999999974],[-67.833327999999938,68.261383000000023],[-67.826675000000023,68.264434999999935],[-67.820281999999906,68.268599999999935],[-67.818068999999923,68.274155000000064],[-67.821120999999948,68.284987999999998],[-67.820557000000008,68.289703000000031],[-67.815551999999968,68.292206000000022],[-67.752501999999993,68.318878000000097],[-67.745269999999891,68.320541000000048],[-67.597778000000005,68.323044000000039],[-67.583069000000023,68.308029000000033],[-67.572234999999978,68.273314999999968],[-67.576675000000023,68.268599999999935],[-67.583327999999995,68.265548999999965],[-67.591674999999952,68.263046000000145],[-67.616394000000014,68.258331000000112],[-67.646666999999979,68.25360100000006],[-67.662780999999995,68.252487000000087],[-67.689437999999996,68.24803200000008],[-67.695267000000001,68.242477000000008],[-67.694992000000013,68.241089000000102],[-67.690826000000015,68.239700000000084],[-67.679717999999923,68.238876000000118],[-67.666945999999996,68.239975000000129],[-67.579726999999934,68.251389000000017],[-67.570846999999901,68.253052000000139],[-67.551666000000012,68.258331000000112],[-67.546950999999979,68.260544000000095],[-67.539169000000015,68.265823000000069],[-67.533066000000019,68.271378000000141],[-67.531112999999948,68.278320000000065],[-67.535004000000015,68.285538000000031],[-67.541381999999999,68.288879000000065],[-67.546111999999937,68.294144000000131],[-67.544997999999964,68.296371000000022],[-67.540282999999931,68.29971299999994],[-67.523894999999982,68.308594000000085],[-67.494155999999975,68.321930000000009],[-67.401947000000007,68.352478000000019],[-67.394729999999981,68.354156000000103],[-67.385558999999944,68.354430999999977],[-67.243880999999988,68.358322000000044],[-67.232497999999964,68.357483000000059],[-67.182495000000017,68.349426000000108],[-67.130279999999914,68.340820000000008],[-67.078063999999927,68.331100000000106],[-67.016113000000018,68.318603999999993],[-67.011672999999917,68.316086000000041],[-67.018340999999964,68.311645999999996],[-67.032500999999968,68.309143000000006],[-67.152221999999995,68.299987999999985],[-67.235000999999954,68.291655999999989],[-67.303878999999938,68.258880999999974],[-67.319732999999985,68.249709999999993],[-67.327788999999939,68.243590999999981],[-67.333617999999944,68.237761999999975],[-67.337509000000011,68.232483000000002],[-67.338897999999915,68.227767999999969],[-67.33944699999995,68.221649000000127],[-67.33944699999995,68.205551000000071],[-67.335007000000019,68.200821000000019],[-67.327498999999932,68.18664600000011],[-67.327788999999939,68.181091000000038],[-67.338608000000022,68.171097000000032],[-67.34584000000001,68.166091999999992],[-67.37110899999999,68.153869999999984],[-67.387787000000003,68.146378000000084],[-67.398620999999878,68.143875000000094],[-67.412505999999951,68.143051000000128],[-67.430283000000031,68.144714000000079],[-67.456954999999994,68.149429000000112],[-67.477782999999988,68.154984000000013],[-67.513901000000033,68.162491000000102],[-67.528885000000002,68.165268000000026],[-67.567779999999971,68.169144000000074],[-67.581116000000009,68.168869000000086],[-67.598891999999978,68.164992999999981],[-67.598342999999943,68.162766000000147],[-67.575561999999934,68.154984000000013],[-67.544723999999917,68.14776599999999],[-67.480285999999978,68.134720000000016],[-67.466949,68.132202000000063],[-67.438048999999978,68.128036000000009],[-67.408050999999944,68.124984999999981],[-67.396956999999929,68.124694999999974],[-67.374161000000015,68.127472000000012],[-67.353881999999999,68.135268999999994],[-67.307770000000005,68.155548000000124],[-67.304168999999945,68.158600000000035],[-67.273894999999925,68.19081100000011],[-67.272781000000009,68.195525999999973],[-67.274718999999891,68.200546000000031],[-67.279175000000009,68.205261000000064],[-67.283614999999998,68.211929000000055],[-67.288894999999968,68.226379000000122],[-67.289444000000003,68.230820000000051],[-67.289444000000003,68.236374000000069],[-67.274718999999891,68.244141000000013],[-67.178878999999995,68.269989000000123],[-67.139724999999999,68.27998400000007],[-67.057769999999891,68.291092000000049],[-67.011397999999986,68.294983000000116],[-66.998336999999935,68.292480000000126],[-66.99110399999995,68.288879000000065],[-66.986114999999984,68.285538000000031],[-66.984160999999972,68.28054800000001],[-66.973617999999988,68.27388000000002],[-66.964721999999995,68.270263999999997],[-66.930572999999924,68.262482000000034],[-66.865828999999962,68.25],[-66.835830999999928,68.246368000000075],[-66.791672000000005,68.244705000000124],[-66.777495999999985,68.243317000000047],[-66.769729999999925,68.241089000000102],[-66.765839000000028,68.238586000000112],[-66.780288999999982,68.207764000000054],[-66.852218999999991,68.115265000000079],[-66.888900999999976,68.092758000000003],[-66.896666999999866,68.089432000000102],[-66.913894999999968,68.084152000000074],[-66.945830999999941,68.076096000000007],[-66.954452999999944,68.071930000000066],[-66.965560999999923,68.063873000000115],[-66.971114999999998,68.053314000000057],[-66.972777999999948,68.048599000000024],[-66.973327999999981,68.039428999999984],[-66.969727000000034,68.034149000000127],[-66.961120999999991,68.024994000000049],[-66.953612999999962,68.017212000000086],[-66.946654999999907,68.013611000000026],[-66.928054999999972,68.042755],[-66.921660999999915,68.049149000000057],[-66.836120999999935,68.095535000000041],[-66.748046999999985,68.131653000000142],[-66.709166999999923,68.141098],[-66.694442999999978,68.143051000000128],[-66.682769999999948,68.141373000000044],[-66.678878999999995,68.138885000000016],[-66.670837000000006,68.128860000000145],[-66.670272999999952,68.114151000000106],[-66.678054999999915,68.043320000000051],[-66.680557000000022,68.036925999999994],[-66.693053999999904,68.022217000000126],[-66.706389999999942,68.011658000000125],[-66.720839999999953,68.001663000000008],[-66.735000999999954,67.982208000000014],[-66.732773000000009,67.981934000000081],[-66.714721999999938,67.983597000000032],[-66.697219999999902,67.987488000000099],[-66.647232000000031,68.015548999999965],[-66.634734999999864,68.064147999999932],[-66.631942999999978,68.075821000000133],[-66.625548999999978,68.103317000000004],[-66.620270000000005,68.125809000000118],[-66.615554999999972,68.132477000000108],[-66.610549999999932,68.136932000000115],[-66.594726999999921,68.143051000000128],[-66.56138599999997,68.147490999999945],[-66.541945999999882,68.148330999999985],[-66.513625999999931,68.148330999999985],[-66.328887999999949,68.132202000000063],[-66.31527699999998,68.130264000000125],[-66.309432999999956,68.127472000000012],[-66.310546999999929,68.118591000000094],[-66.315001999999879,68.112487999999985],[-66.321121000000005,68.106934000000138],[-66.350280999999939,68.090271000000087],[-66.366394000000014,68.083328000000108],[-66.371657999999968,68.081664999999987],[-66.388610999999969,68.08137499999998],[-66.41361999999998,68.086104999999975],[-66.427779999999984,68.087493999999992],[-66.450561999999991,68.086928999999941],[-66.468612999999948,68.083054000000004],[-66.476104999999905,68.080551000000014],[-66.478606999999954,68.077209000000039],[-66.472228999999913,68.073044000000039],[-66.460555999999997,68.070541000000105],[-66.438048999999978,68.068054000000018],[-66.389998999999989,68.069443000000035],[-66.369445999999925,68.071655000000078],[-66.326110999999969,68.079163000000108],[-66.303878999999995,68.083878000000141],[-66.296660999999972,68.086104999999975],[-66.272780999999952,68.087769000000037],[-66.259170999999981,68.085814999999968],[-66.250838999999985,68.082214000000135],[-66.240279999999871,68.073317999999972],[-66.184157999999968,68.018875000000037],[-66.184433000000013,68.013321000000019],[-66.186385999999914,68.010818000000029],[-66.192764000000011,68.007217000000026],[-66.204177999999899,68.00471500000009],[-66.253066999999874,68.00221300000004],[-66.264175000000023,67.99971000000005],[-66.294448999999986,67.991653000000099],[-66.309722999999963,67.986099000000081],[-66.320846999999958,67.97886699999998],[-66.344451999999933,67.956650000000081],[-66.405838000000017,67.898041000000035],[-66.401397999999972,67.888596000000007],[-66.522232000000031,67.860809000000017],[-66.535278000000005,67.863602000000014],[-66.594161999999983,67.872482000000048],[-66.628601000000003,67.876648000000102],[-66.672501000000011,67.880264000000011],[-66.729445999999996,67.878859999999975],[-66.739715999999987,67.877762000000075],[-66.746947999999918,67.875259000000142],[-66.74499499999996,67.872757000000036],[-66.732223999999974,67.867203000000075],[-66.703063999999983,67.863602000000014],[-66.686934999999949,67.862761999999975],[-66.653885000000002,67.859421000000111],[-66.56138599999997,67.843048000000067],[-66.401397999999972,67.811096000000077],[-66.356658999999922,67.821381000000031],[-66.346389999999985,67.861099000000024],[-66.332779000000016,67.887772000000041],[-66.319457999999884,67.911102000000142],[-66.295837000000006,67.938309000000118],[-66.276672000000019,67.954436999999984],[-66.268615999999952,67.958037999999988],[-66.251952999999958,67.962494000000106],[-66.240554999999972,67.962768999999923],[-66.227492999999868,67.959991000000116],[-66.213897999999972,67.960815000000082],[-66.136948000000018,67.976089000000002],[-66.119995000000017,67.981369000000086],[-66.003219999999885,68.020492999999988],[-65.988723999999877,68.026145999999983],[-65.981383999999991,68.029984000000127],[-65.943603999999993,68.046097000000145],[-65.948607999999979,68.09248400000007],[-65.958617999999944,68.129424999999969],[-65.961945000000014,68.13749700000011],[-65.960555999999997,68.144440000000145],[-65.94749499999989,68.154160000000047],[-65.941665999999941,68.157211000000018],[-65.928329000000019,68.162201000000096],[-65.920837000000006,68.161926000000051],[-65.911941999999954,68.15887500000008],[-65.867492999999911,68.124694999999974],[-65.863892000000021,68.119431000000134],[-65.857773000000009,68.110260000000039],[-65.853607000000011,68.078048999999908],[-65.853607000000011,68.073317999999972],[-65.857773000000009,68.067215000000033],[-65.933837999999923,68.01226800000012],[-65.96032699999995,67.996429000000035],[-65.980835000000013,67.987267000000088],[-65.994330999999988,67.979767000000038],[-66.032226999999978,67.952484000000027],[-65.985824999999977,67.916655999999989],[-65.967223999999987,67.853317000000061],[-65.980835000000013,67.842758000000003],[-66.005004999999869,67.814986999999974],[-66.009734999999978,67.803314000000114],[-66.028884999999946,67.724426000000108],[-66.028884999999946,67.719436999999971],[-66.021941999999967,67.650269000000037],[-66.020003999999915,67.635269000000108],[-66.013061999999934,67.626923000000033],[-66.008621000000005,67.625534000000016],[-65.999724999999899,67.627472000000125],[-65.986663999999962,67.635269000000108],[-65.961394999999982,67.689697000000081],[-65.950286999999946,67.722487999999998],[-65.936935000000005,67.765549000000021],[-65.938598999999954,67.77609300000006],[-65.942490000000021,67.780823000000112],[-65.953888000000006,67.798324999999977],[-65.95666499999993,67.811920000000043],[-65.955840999999964,67.818329000000062],[-65.953338999999971,67.821381000000031],[-65.946105999999986,67.82638500000013],[-65.926391999999964,67.832763999999997],[-65.869155999999919,67.844147000000021],[-65.831679999999949,67.854431000000034],[-65.804169000000002,67.863602000000014],[-65.795272999999952,67.868042000000003],[-65.763625999999931,67.909987999999998],[-65.762222000000008,67.914703000000031],[-65.763901000000033,67.919708000000071],[-65.767226999999991,67.923035000000027],[-65.798889000000031,67.938309000000118],[-65.819732999999985,67.955551000000128],[-65.823623999999995,67.962768999999923],[-65.817779999999971,67.968048000000124],[-65.807769999999948,67.971100000000035],[-65.684433000000013,67.992477000000065],[-65.46305799999999,67.996368000000132],[-65.448607999999979,67.995529000000147],[-65.443603999999993,67.992203000000131],[-65.441939999999988,67.986923000000047],[-65.442490000000021,67.981369000000086],[-65.457503999999972,67.937194999999917],[-65.464447000000007,67.920822000000044],[-65.52027899999996,67.843048000000067],[-65.525833000000034,67.837769000000037],[-65.545273000000009,67.822220000000129],[-65.55860899999999,67.814423000000033],[-65.573623999999938,67.806931000000077],[-65.603881999999999,67.79693599999996],[-65.610549999999876,67.792755000000056],[-65.615829000000019,67.786102000000085],[-65.613891999999908,67.780823000000112],[-65.610001000000011,67.776382000000012],[-65.591948999999943,67.763046000000088],[-65.572509999999966,67.751663000000065],[-65.556945999999868,67.7452550000001],[-65.517501999999979,67.733047000000056],[-65.473617999999931,67.719711000000075],[-65.454726999999991,67.71276899999998],[-65.439712999999927,67.705551000000014],[-65.426391999999964,67.696365000000014],[-65.41361999999998,67.683593999999914],[-65.40695199999999,67.674988000000042],[-65.403609999999958,67.664703000000088],[-65.400283999999942,67.654434000000037],[-65.396392999999875,67.64498900000001],[-65.384734999999921,67.625809000000004],[-65.363892000000021,67.597488000000112],[-65.356658999999922,67.594711000000018],[-65.346389999999985,67.593323000000112],[-65.335281000000009,67.593597000000045],[-65.322784000000013,67.594986000000063],[-65.318344000000025,67.601089000000002],[-65.369155999999919,67.70277400000009],[-65.379165999999941,67.711655000000007],[-65.40264899999994,67.72322100000008],[-65.462508999999955,67.741928000000144],[-65.492492999999968,67.751663000000065],[-65.510833999999988,67.759155000000021],[-65.544448999999986,67.774155000000121],[-65.550551999999982,67.778320000000122],[-65.554442999999992,67.783051000000057],[-65.554442999999992,67.788040000000024],[-65.423614999999984,67.898041000000035],[-65.292495999999971,67.934143000000006],[-65.235275000000001,67.944702000000063],[-65.201401000000033,67.954436999999984],[-65.171660999999915,67.966094999999996],[-65.156386999999938,67.973602000000085],[-65.144164999999873,67.984145999999953],[-65.141387999999949,67.990265000000022],[-65.145553999999947,67.997208000000001],[-65.175827000000027,68.008881000000031],[-65.180831999999953,68.012207000000046],[-65.181106999999997,68.016662999999994],[-65.176665999999955,68.022491000000059],[-65.169158999999922,68.027206000000092],[-65.047775000000001,68.04942299999999],[-65.001113999999916,68.055542000000003],[-64.973052999999993,68.050261999999975],[-64.734160999999972,67.993866000000025],[-64.723617999999988,67.99054000000001],[-64.717498999999975,67.986374000000126],[-64.713622999999984,67.981659000000093],[-64.718063000000029,67.976654000000053],[-64.725554999999929,67.971648999999957],[-64.743332000000009,67.965819999999951],[-64.84722899999997,67.934981999999991],[-64.942490000000021,67.912490999999989],[-65.015288999999996,67.862488000000042],[-65.017775999999969,67.820830999999998],[-65.008347000000015,67.785262999999929],[-65.014175000000023,67.780273000000079],[-65.051101999999958,67.754439999999988],[-65.060546999999929,67.752213000000097],[-65.085280999999895,67.749145999999996],[-65.112212999999997,67.748032000000023],[-65.124434999999949,67.746368000000018],[-65.136123999999995,67.743591000000094],[-65.145553999999947,67.738876000000062],[-65.158339999999953,67.729706000000022],[-65.179992999999911,67.713608000000136],[-65.192489999999964,67.702209000000039],[-65.196380999999974,67.69720500000011],[-65.198607999999922,67.691649999999981],[-65.205001999999979,67.65914900000007],[-65.205565999999919,67.653595000000109],[-65.204178000000013,67.648331000000098],[-65.200286999999946,67.643875000000037],[-65.178328999999962,67.633605999999986],[-65.172500999999954,67.633605999999986],[-65.167220999999984,67.635818000000029],[-65.162780999999995,67.63888500000013],[-65.150283999999999,67.672211000000118],[-65.149733999999967,67.677765000000079],[-65.150283999999999,67.68193100000002],[-65.154174999999952,67.686646000000053],[-65.153335999999911,67.692200000000014],[-65.148894999999982,67.698317999999972],[-65.129715000000033,67.715820000000008],[-65.124161000000015,67.718047999999953],[-64.929717999999923,67.78776600000009],[-64.919723999999917,67.790817000000118],[-64.907227000000034,67.792205999999965],[-64.827224999999942,67.784714000000008],[-64.81639100000001,67.78137200000009],[-64.810546999999985,67.777205999999978],[-64.808884000000035,67.771927000000005],[-64.80749499999996,67.74275200000011],[-64.81610099999989,67.710541000000035],[-64.825835999999981,67.703049000000078],[-64.837509000000011,67.700271999999984],[-64.862777999999992,67.691649999999981],[-64.862502999999947,67.687484999999981],[-64.84944200000001,67.687194999999974],[-64.820557000000008,67.688308999999947],[-64.799728000000016,67.690811000000053],[-64.779448999999886,67.697754000000032],[-64.773055999999997,67.703598000000056],[-64.768616000000009,67.709427000000062],[-64.762221999999952,67.76249700000011],[-64.755843999999968,67.817764000000068],[-64.75,67.822769000000108],[-64.740829000000019,67.824707000000046],[-64.65306099999998,67.82887299999993],[-64.611938000000009,67.82638500000013],[-64.56806899999998,67.819992000000013],[-64.506957999999997,67.80720500000001],[-64.368880999999931,67.764160000000061],[-64.363327000000027,67.759430000000009],[-64.363891999999964,67.754439999999988],[-64.396117999999944,67.711929000000112],[-64.401397999999915,67.707764000000111],[-64.414718999999991,67.707214000000079],[-64.431380999999988,67.709717000000069],[-64.445266999999944,67.71138000000002],[-64.460006999999905,67.711655000000007],[-64.472503999999958,67.710266000000047],[-64.578338999999971,67.696930000000066],[-64.597228999999857,67.689697000000081],[-64.61721799999998,67.678589000000045],[-64.637221999999895,67.665267999999912],[-64.639175000000023,67.660538000000088],[-64.626389000000017,67.659714000000122],[-64.618332000000009,67.663040000000137],[-64.581389999999999,67.67442299999999],[-64.515839000000028,67.68609600000002],[-64.454177999999956,67.693314000000044],[-64.380828999999892,67.698029000000076],[-64.36250299999989,67.702484000000084],[-64.34722899999997,67.709991000000002],[-64.331389999999885,67.727203000000031],[-64.326400999999919,67.731094000000098],[-64.318068999999923,67.73414600000001],[-64.305557000000022,67.733597000000088],[-64.295273000000009,67.730270000000132],[-64.072784000000013,67.610260000000096],[-64.067779999999971,67.602477999999962],[-64.039718999999991,67.533600000000092],[-64.038604999999905,67.528595000000053],[-64.038895000000025,67.525818000000129],[-64.044998000000021,67.520828000000051],[-64.053054999999915,67.517487000000017],[-64.134734999999921,67.490265000000079],[-64.144729999999925,67.487197999999978],[-64.165282999999988,67.482482999999945],[-64.238601999999901,67.46748400000007],[-64.250838999999871,67.466095000000109],[-64.271941999999967,67.464996000000099],[-64.281113000000005,67.465546000000131],[-64.343886999999938,67.469985999999949],[-64.386948000000018,67.474425999999994],[-64.412216000000001,67.477478000000076],[-64.423049999999989,67.478043000000127],[-64.435546999999985,67.478592000000049],[-64.440552000000025,67.474991000000045],[-64.432220000000029,67.471099999999979],[-64.410004000000015,67.464156999999943],[-64.384734999999978,67.458328000000108],[-64.356948999999986,67.453873000000101],[-64.296660999999915,67.448029000000076],[-64.283614999999998,67.448029000000076],[-64.204452999999944,67.452209000000096],[-64.190551999999968,67.453323000000069],[-64.166945999999996,67.456940000000031],[-64.145003999999858,67.461655000000064],[-64.123321999999916,67.465271000000143],[-64.111114999999927,67.466660000000104],[-64.086394999999982,67.46748400000007],[-64.048049999999876,67.464156999999943],[-64.010833999999988,67.459717000000126],[-64.00111400000003,67.455826000000059],[-63.992653000000018,67.448624000000109],[-63.951110999999969,67.409988000000112],[-63.904166999999973,67.30581699999999],[-63.904166999999973,67.301651000000106],[-63.905829999999924,67.299712999999997],[-63.912773000000016,67.295532000000094],[-63.923889000000031,67.293320000000051],[-63.93721800000003,67.292755],[-64.022780999999952,67.30802900000009],[-64.055266999999958,67.311371000000008],[-64.084732000000031,67.313309000000118],[-64.181670999999938,67.312194999999974],[-64.217498999999975,67.313598999999954],[-64.339995999999985,67.319442999999978],[-64.530562999999916,67.33776899999998],[-64.740279999999984,67.356934000000138],[-64.757507000000032,67.358322000000044],[-64.788329999999917,67.35914600000001],[-64.797500999999954,67.356644000000131],[-64.80082699999997,67.352768000000026],[-64.798889000000031,67.350266000000147],[-64.788605000000018,67.34693900000002],[-64.73443599999996,67.333603000000096],[-64.721389999999928,67.331374999999923],[-64.687774999999988,67.327484000000027],[-64.441665999999998,67.303040000000124],[-64.402221999999995,67.299149000000057],[-64.372498000000007,67.297211000000118],[-64.344726999999921,67.297485000000052],[-64.283614999999998,67.299987999999985],[-64.258621000000005,67.299149000000057],[-64.24610899999999,67.298599000000024],[-64.23832699999997,67.296936000000073],[-64.231948999999986,67.293320000000051],[-64.233886999999868,67.288589000000115],[-64.248336999999992,67.279434000000037],[-64.306380999999988,67.262207000000046],[-64.325012000000015,67.257216999999969],[-64.356110000000001,67.250275000000045],[-64.392226999999991,67.24664300000012],[-64.419448999999929,67.247207999999944],[-64.509170999999981,67.254990000000078],[-64.536941999999954,67.256653000000028],[-64.550277999999992,67.25610400000005],[-64.668610000000001,67.238585999999941],[-64.724166999999966,67.22886699999998],[-64.779174999999952,67.218872000000033],[-64.790282999999931,67.21665999999999],[-64.799987999999928,67.213608000000079],[-64.80972300000002,67.210266000000104],[-64.81610099999989,67.206940000000088],[-64.813048999999978,67.201385000000016],[-64.808043999999995,67.198029000000133],[-64.801392000000021,67.195250999999985],[-64.783324999999934,67.190262000000018],[-64.772781000000009,67.189696999999967],[-64.758895999999993,67.19081099999994],[-64.71665999999999,67.200272000000098],[-64.655838000000017,67.217209000000139],[-64.46665999999999,67.229156000000046],[-64.425277999999935,67.228043000000014],[-64.350783999999976,67.234764000000098],[-64.287444999999991,67.238257999999973],[-64.267112999999995,67.241425000000049],[-64.232772999999952,67.251434000000017],[-64.169448999999986,67.260818000000029],[-64.158889999999928,67.262497000000053],[-64.114715999999987,67.267212000000086],[-64.010559000000001,67.275269000000037],[-63.976944000000003,67.277771000000087],[-63.969993999999986,67.27748100000008],[-63.965836000000024,67.275542999999971],[-63.962775999999963,67.272491000000059],[-63.962775999999963,67.270263999999997],[-63.975829999999917,67.251937999999996],[-63.993056999999965,67.228317000000118],[-63.998336999999935,67.221649000000127],[-64.013335999999981,67.212204000000042],[-64.021392999999989,67.208878000000027],[-64.045272999999952,67.204711999999972],[-64.05610699999994,67.204437000000098],[-64.088608000000022,67.207764000000054],[-64.220222000000035,67.201714000000038],[-64.467498999999918,67.167480000000069],[-64.501403999999923,67.161652000000004],[-64.545272999999952,67.152481000000023],[-64.575011999999958,67.144714000000079],[-64.584166999999923,67.142212000000029],[-64.611938000000009,67.132477000000108],[-64.658050999999944,67.113037000000134],[-64.680831999999953,67.09304800000001],[-64.686935000000005,67.087493999999992],[-64.689986999999917,67.083602999999925],[-64.692490000000021,67.078048999999965],[-64.700561999999991,67.018051000000071],[-64.701110999999912,67.012207000000046],[-64.700561999999991,67.008040999999992],[-64.696945000000028,67.003326000000129],[-64.691939999999988,67.000549000000035],[-64.683060000000012,67.000275000000101],[-64.660278000000005,67.003875999999991],[-64.638610999999969,67.008606000000043],[-64.628325999999959,67.012207000000046],[-64.623885999999914,67.018051000000071],[-64.619720000000029,67.028320000000122],[-64.618057000000022,67.039428999999984],[-64.618057000000022,67.044434000000081],[-64.619720000000029,67.049713000000054],[-64.618880999999988,67.055252000000053],[-64.615279999999927,67.066940000000045],[-64.609160999999972,67.081940000000031],[-64.604172000000005,67.088317999999958],[-64.597777999999892,67.093872000000147],[-64.583617999999888,67.103043000000127],[-64.547501000000011,67.118590999999924],[-64.527221999999881,67.124145999999996],[-64.506393000000003,67.129425000000026],[-64.474715999999944,67.13499500000006],[-64.229995999999971,67.164154000000053],[-64.087218999999948,67.179703000000131],[-64.008895999999993,67.178864000000033],[-63.995551999999975,67.179428000000144],[-63.971381999999949,67.182205000000067],[-63.96055599999994,67.184417999999994],[-63.929726000000016,67.192749000000106],[-63.919166999999959,67.196365000000128],[-63.912216000000001,67.200546000000031],[-63.86222099999992,67.225815000000011],[-63.80750299999994,67.239150999999993],[-63.797500999999954,67.240265000000136],[-63.561942999999985,67.236923000000047],[-63.546394000000021,67.235809000000074],[-63.469443999999953,67.228317000000118],[-63.458336000000031,67.226088999999945],[-63.450554000000011,67.222488000000112],[-63.449164999999994,67.219437000000084],[-63.449164999999994,67.214995999999985],[-63.450835999999981,67.179703000000131],[-63.453888000000006,67.169434000000138],[-63.529442000000017,67.104431000000034],[-63.53833800000001,67.100540000000137],[-63.604720999999984,67.075272000000041],[-63.613892000000021,67.072769000000051],[-63.648055999999883,67.066940000000045],[-63.672775000000001,67.063599000000011],[-63.712776000000019,67.054977000000008],[-63.722771000000023,67.05192599999998],[-63.731383999999991,67.048035000000084],[-63.744445999999982,67.041092000000106],[-63.779723999999987,67.017487000000131],[-63.795836999999949,67.006653000000085],[-63.806389000000024,66.99581900000004],[-63.807219999999973,66.988037000000077],[-63.801392000000021,66.979705999999965],[-63.781386999999938,66.963608000000136],[-63.772498999999868,66.958878000000084],[-63.769447000000014,66.97137500000008],[-63.768889999999942,66.976929000000041],[-63.771111000000019,66.980819999999937],[-63.772498999999868,66.986098999999911],[-63.773613000000012,66.991088999999988],[-63.773330999999985,66.996094000000028],[-63.770836000000031,67.001389000000074],[-63.767219999999952,67.006104000000107],[-63.756950000000018,67.014160000000004],[-63.750557000000015,67.017487000000131],[-63.734443999999939,67.024155000000121],[-63.698607999999979,67.038878999999952],[-63.680000000000007,67.045821999999987],[-63.650832999999977,67.052475000000129],[-63.638335999999981,67.054428000000087],[-63.600837999999953,67.057479999999998],[-63.565552000000025,67.062485000000038],[-63.535277999999948,67.070831000000112],[-63.497222999999963,67.085266000000047],[-63.40277900000001,67.144440000000145],[-63.396392999999989,67.152206000000035],[-63.39416499999993,67.156936999999971],[-63.393889999999942,67.161652000000004],[-63.398055999999997,67.165817000000004],[-63.416945999999882,67.180267000000072],[-63.419997999999964,67.185806000000071],[-63.421943999999883,67.194702000000007],[-63.420836999999949,67.200272000000098],[-63.417777999999998,67.206100000000049],[-63.409163999999919,67.21665999999999],[-63.351669000000015,67.268051000000014],[-63.340553,67.276657000000114],[-63.332503999999972,67.281937000000028],[-63.298888999999974,67.297760000000039],[-63.280555999999933,67.306366000000139],[-63.272498999999982,67.309418000000051],[-63.160277999999948,67.328323000000012],[-63.137222000000008,67.331100000000106],[-63.110282999999868,67.329987000000017],[-63.03972599999986,67.306090999999924],[-63.022498999999925,67.298035000000084],[-63.015006999999969,67.293593999999985],[-62.997779999999977,67.281372000000147],[-62.992774999999995,67.276382000000126],[-62.973884999999882,67.235535000000141],[-62.970832999999971,67.225815000000011],[-62.970832999999971,67.221375000000023],[-63.023055999999997,67.179428000000144],[-63.035834999999963,67.171097000000032],[-63.04472399999986,67.167205999999965],[-63.075561999999934,67.15887500000008],[-63.100554999999986,67.155548000000124],[-63.134170999999981,67.15277100000003],[-63.170279999999991,67.147217000000069],[-63.19027699999998,67.143326000000002],[-63.232497999999964,67.132202000000063],[-63.242500000000007,67.129149999999981],[-63.268889999999942,67.117477000000122],[-63.275832999999977,67.113312000000121],[-63.284447,67.105255],[-63.285278000000005,67.099716000000001],[-63.283614999999998,67.094986000000119],[-63.278052999999943,67.090820000000065],[-63.268607999999972,67.082488999999953],[-63.260833999999988,67.074158000000068],[-63.25389100000001,67.064697000000081],[-63.224716000000001,67.024704000000042],[-63.220276000000013,67.016937000000098],[-63.220276000000013,67.006104000000107],[-63.220832999999971,66.989699999999971],[-63.221381999999949,66.984984999999938],[-63.223884999999996,66.979430999999977],[-63.227776000000006,66.972762999999986],[-63.240836999999999,66.961655000000007],[-63.27777900000001,66.949706999999933],[-63.320557000000008,66.940262000000075],[-63.356109999999944,66.934708000000057],[-63.36860699999994,66.934708000000057],[-63.43638599999997,66.925537000000134],[-63.469993999999986,66.920532000000094],[-63.514724999999999,66.912490999999989],[-63.526138000000003,66.909271000000047],[-63.545554999999865,66.903595000000053],[-63.554442999999935,66.899719000000005],[-63.565552000000025,66.892487000000074],[-63.565552000000025,66.888046000000145],[-63.563613999999973,66.883605999999929],[-63.557502999999997,66.875809000000004],[-63.554717999999866,66.870254999999986],[-63.551392000000021,66.860535000000084],[-63.555557000000022,66.848877000000073],[-63.571944999999971,66.837494000000049],[-63.593329999999924,66.831665000000044],[-63.615004999999996,66.827208999999982],[-63.638892999999882,66.824432000000058],[-63.652221999999881,66.82388300000008],[-63.698607999999979,66.822495000000004],[-63.725273000000016,66.823043999999982],[-63.775832999999921,66.825821000000019],[-63.771384999999952,66.811096000000077],[-63.653053,66.802475000000015],[-63.624442999999928,66.801926000000037],[-63.598334999999906,66.80304000000001],[-63.587776000000019,66.804428000000144],[-63.548889000000031,66.812485000000095],[-63.539443999999946,66.814697000000137],[-63.535277999999948,66.81581100000011],[-63.488891999999964,66.828323000000125],[-63.478881999999942,66.835815000000082],[-63.476386999999932,66.839157],[-63.475272999999959,66.842484000000127],[-63.476944000000003,66.846939000000134],[-63.487220999999977,66.858871000000079],[-63.494719999999973,66.865539999999953],[-63.496947999999861,66.880814000000044],[-63.487220999999977,66.896942000000081],[-63.480826999999977,66.90248100000008],[-63.474441999999954,66.906096999999932],[-63.456107999999972,66.910811999999964],[-63.441665999999998,66.908325000000104],[-63.427223000000026,66.901382000000126],[-63.407218999999998,66.814423000000033],[-63.407776000000013,66.809708000000001],[-63.410278000000005,66.799988000000099],[-63.414718999999991,66.783325000000048],[-63.417777999999998,66.773040999999978],[-63.436110999999926,66.728043000000071],[-63.449439999999925,66.716095000000053],[-63.453056000000004,66.711655000000064],[-63.451941999999917,66.70637499999998],[-63.441939999999931,66.703048999999965],[-63.420279999999934,66.698868000000061],[-63.415276000000006,66.700546000000145],[-63.408332999999914,66.704437000000041],[-63.40277900000001,66.708878000000141],[-63.376663000000008,66.734146000000067],[-63.32028200000002,66.814148000000046],[-63.319450000000018,66.819992000000013],[-63.224716000000001,66.899428999999998],[-62.973884999999882,66.961104999999975],[-62.962501999999972,66.963882000000069],[-62.939994999999954,66.966660000000047],[-62.87222300000002,66.964432000000102],[-62.846946999999943,66.961929000000112],[-62.837776000000019,66.957764000000111],[-62.821114000000023,66.830276000000083],[-62.820557000000008,66.813599000000067],[-62.827498999999932,66.78804000000008],[-62.829726999999991,66.783325000000048],[-62.837501999999972,66.771927000000005],[-62.84332999999998,66.769149999999911],[-62.864448999999979,66.746094000000085],[-62.869995000000017,66.739700000000028],[-62.873055000000022,66.733597000000088],[-62.91194200000001,66.652771000000143],[-62.914444000000003,66.647216999999955],[-62.908050999999944,66.63998400000014],[-62.903052999999943,66.637207000000046],[-62.899726999999984,66.636658000000125],[-62.859169000000009,66.653045999999961],[-62.850280999999939,66.656937000000028],[-62.835274000000027,66.666382000000112],[-62.819999999999936,66.684418000000107],[-62.734168999999952,66.790816999999947],[-62.735831999999959,66.801651000000049],[-62.743331999999953,66.809982000000105],[-62.751113999999916,66.818054000000075],[-62.768058999999937,66.830551000000071],[-62.774170000000026,66.840546000000018],[-62.768332999999984,66.907760999999994],[-62.764449999999954,66.925262000000089],[-62.761115999999959,66.929152999999985],[-62.743057000000022,66.941924999999969],[-62.725273000000016,66.947478999999987],[-62.634170999999981,66.951385000000073],[-62.607779999999991,66.952209000000039],[-62.592223999999931,66.950821000000133],[-62.578612999999962,66.947754000000032],[-62.568892999999889,66.944138000000123],[-62.549994999999967,66.931655999999975],[-62.519996999999933,66.911102000000028],[-62.40277900000001,66.809417999999994],[-62.401389999999935,66.804977000000065],[-62.40193899999997,66.789154000000053],[-62.398613000000012,66.780272999999909],[-62.393332999999984,66.775818000000072],[-62.326950000000011,66.730270000000132],[-62.319450000000018,66.726379000000065],[-62.313332000000003,66.726929000000098],[-62.299171000000001,66.733047000000056],[-62.291388999999924,66.756378000000097],[-62.292777999999998,66.761658000000011],[-62.295837000000006,66.766388000000006],[-62.362220999999977,66.818329000000119],[-62.419448999999986,66.843323000000055],[-62.424720999999977,66.847488000000055],[-62.426948999999865,66.851378999999952],[-62.436942999999985,66.884430000000123],[-62.427222999999969,66.921097000000088],[-62.418891999999971,66.926651000000106],[-62.407501000000025,66.92942800000003],[-62.394721999999945,66.929152999999985],[-62.346946999999886,66.933594000000085],[-62.284728999999913,66.946091000000081],[-62.271666999999979,66.960815000000139],[-62.279723999999931,66.979156000000103],[-62.291388999999924,67.005829000000119],[-62.294448999999986,67.021378000000027],[-62.293616999999983,67.026382000000012],[-62.290282999999988,67.032486000000006],[-62.285277999999948,67.036102000000085],[-62.278609999999958,67.039428999999984],[-62.262504999999976,67.045258000000047],[-62.101394999999968,67.054703000000075],[-62.054442999999878,67.049149000000114],[-62.03194400000001,67.045258000000047],[-62.019721999999945,67.042206000000078],[-62.005561999999941,67.0352630000001],[-62.006950000000018,67.031937000000084],[-62.04999499999991,66.987198000000092],[-62.106110000000001,66.917206000000022],[-62.102225999999916,66.913040000000137],[-62.072226999999998,66.907486000000119],[-62.029723999999987,66.901657000000114],[-62.018889999999942,66.901657000000114],[-62.018607999999972,66.908035000000098],[-62.015006999999912,66.91415400000011],[-61.95666499999993,66.963882000000069],[-61.949722000000008,66.967208999999968],[-61.938605999999993,66.969436999999971],[-61.913329999999974,66.970825000000048],[-61.865554999999972,66.970825000000048],[-61.851395000000025,66.970535000000041],[-61.83805099999995,66.968597000000102],[-61.749725000000012,66.94802900000002],[-61.737220999999977,66.941086000000041],[-61.731941000000006,66.93691999999993],[-61.728881999999942,66.932205000000067],[-61.730826999999863,66.923874000000012],[-61.612777999999992,66.870818999999926],[-61.314163000000008,66.687195000000031],[-61.294723999999917,66.67442299999999],[-61.289443999999946,66.669983000000002],[-61.281386999999995,66.661102000000028],[-61.262504999999976,66.629425000000083],[-61.266662999999937,66.622756999999922],[-61.300277999999935,66.593597000000045],[-61.341667000000029,66.571930000000009],[-61.348052999999936,66.570541000000048],[-61.356666999999959,66.571106000000043],[-61.388335999999981,66.578598],[-61.400275999999963,66.577208999999982],[-61.409720999999934,66.572768999999994],[-61.425003000000004,66.559708000000057],[-61.447776999999974,66.538315000000125],[-61.46166999999997,66.543319999999994],[-61.54861499999987,66.547484999999995],[-61.584723999999994,66.547760000000039],[-61.598609999999951,66.550262000000089],[-61.618056999999965,66.557205000000067],[-61.623885999999914,66.566939999999988],[-61.631942999999978,66.586654999999951],[-61.638610999999969,66.595534999999984],[-61.643889999999999,66.599991000000102],[-61.669166999999959,66.616378999999995],[-61.691382999999973,66.62831100000011],[-61.72582999999986,66.643051000000071],[-61.734443999999996,66.645827999999995],[-61.950554000000011,66.67692599999998],[-62.015555999999947,66.671371000000079],[-62.12388599999997,66.626373000000001],[-62.050551999999982,66.624985000000095],[-62.018607999999972,66.640823000000125],[-61.990836999999999,66.648041000000092],[-61.979995999999971,66.648041000000092],[-61.950554000000011,66.646102999999982],[-61.830284000000006,66.621368000000132],[-61.796950999999979,66.611923000000047],[-61.788895000000025,66.608597000000032],[-61.75389100000001,66.588593000000117],[-61.576667999999984,66.487198000000035],[-61.575279000000023,66.48275799999999],[-61.576392999999996,66.477203000000088],[-61.583327999999938,66.471649000000127],[-61.59194199999996,66.46775800000006],[-61.614166000000012,66.463043000000027],[-61.635001999999929,66.459991000000059],[-61.731383999999935,66.451096000000064],[-61.844161999999926,66.446091000000024],[-61.857779999999934,66.447204999999997],[-61.869720000000029,66.445815999999979],[-61.956947000000014,66.424149000000114],[-61.976943999999946,66.417480000000069],[-61.985832000000016,66.413605000000075],[-61.986945999999932,66.410262999999986],[-61.978049999999996,66.403869999999984],[-61.96416499999998,66.401382000000012],[-61.934165999999891,66.400818000000072],[-61.755004999999983,66.407486000000063],[-61.578612999999905,66.415268000000026],[-61.569449999999904,66.415543000000014],[-61.557266000000027,66.413680999999997],[-61.545279999999991,66.409988000000112],[-61.466942000000017,66.371918000000051],[-61.462501999999972,66.369141000000127],[-61.463614999999891,66.365814],[-61.665276000000006,66.324996999999996],[-61.877494999999954,66.283324999999934],[-61.928885999999977,66.283874999999966],[-62.198883000000023,66.314148000000102],[-62.207503999999915,66.316666000000112],[-62.212218999999948,66.319442999999978],[-62.218055999999933,66.331939999999975],[-62.231941000000006,66.366089000000045],[-62.232215999999937,66.369705000000067],[-62.229439000000013,66.375259000000085],[-62.224998000000028,66.380264000000125],[-62.218604999999968,66.392487000000017],[-62.218329999999867,66.396652000000017],[-62.223610000000008,66.401093000000117],[-62.229996000000028,66.40415999999999],[-62.255279999999914,66.408324999999991],[-62.268889999999999,66.409424000000001],[-62.418610000000001,66.421097000000032],[-62.456107999999915,66.423874000000126],[-62.565833999999995,66.42804000000001],[-62.626662999999894,66.426085999999998],[-62.698883000000023,66.41276600000009],[-62.709723999999994,66.410537999999974],[-62.716110000000015,66.407211000000018],[-62.710281000000009,66.403594999999996],[-62.673614999999984,66.393600000000049],[-62.629996999999946,66.387771999999984],[-62.478049999999996,66.369980000000112],[-62.337501999999972,66.315811000000053],[-62.32028200000002,66.308319000000097],[-62.316108999999983,66.304977000000008],[-62.320556999999951,66.299712999999997],[-62.323616000000015,66.298035000000084],[-62.388892999999939,66.276093000000003],[-62.398338000000024,66.273041000000092],[-62.621940999999993,66.221375000000023],[-62.643615999999952,66.216933999999924],[-62.666945999999939,66.214432000000045],[-62.680832000000009,66.216933999999924],[-62.751944999999921,66.241088999999931],[-62.757225000000005,66.245255000000043],[-62.780555999999933,66.277771000000143],[-62.782218999999884,66.282486000000006],[-62.782218999999884,66.288879000000122],[-62.773330999999985,66.296936000000073],[-62.774170000000026,66.302765000000136],[-62.77944199999996,66.307205000000124],[-62.797225999999966,66.313873000000115],[-62.816665999999941,66.320831000000112],[-62.826110999999912,66.324158000000011],[-62.858894000000021,66.334152000000074],[-62.868057000000022,66.336104999999975],[-62.881110999999976,66.335815000000139],[-62.889998999999989,66.333328000000108],[-62.895003999999915,66.329712000000029],[-62.809440999999993,66.240814000000114],[-62.801391999999964,66.235259999999926],[-62.715003999999908,66.201660000000061],[-62.706107999999972,66.199707000000103],[-62.681389000000024,66.196930000000009],[-62.647223999999994,66.199707000000103],[-62.603614999999991,66.205261000000121],[-62.488051999999925,66.200271999999927],[-62.366660999999965,66.174987999999985],[-62.180557000000022,66.148604999999975],[-62.037505999999951,66.100815000000011],[-61.961112999999898,66.033875000000023],[-61.955001999999979,66.024155000000121],[-61.954445000000021,66.019150000000081],[-61.955832999999927,66.014998999999989],[-61.960280999999895,66.011932000000058],[-61.975554999999986,66.010543999999982],[-62.088889999999935,66.000274999999931],[-62.133614000000023,66.000000000000114],[-62.148055999999997,66.001389000000131],[-62.166388999999981,66.00749200000007],[-62.172501000000011,66.010543999999982],[-62.188889000000017,66.012207000000103],[-62.196663000000001,66.011108000000092],[-62.291672000000005,65.980270000000132],[-62.307776999999987,65.973876999999959],[-62.391669999999863,66.011383000000137],[-62.404715999999894,66.014708999999982],[-62.525276000000019,66.034149000000127],[-62.541388999999981,66.035537999999974],[-62.695549000000028,66.042205999999965],[-62.74111199999993,66.038315000000068],[-62.759726999999884,66.033051000000057],[-62.778885000000002,66.033324999999991],[-62.799995000000024,66.039703000000145],[-62.809165999999891,66.043869000000029],[-62.831672999999967,66.055542000000059],[-62.842223999999987,66.064147999999989],[-62.846946999999943,66.069153000000028],[-62.855003000000011,66.083054000000004],[-62.856667000000016,66.087494000000049],[-62.860001000000011,66.103043000000127],[-62.8663939999999,66.112761999999975],[-62.873329000000012,66.121368000000075],[-62.884170999999867,66.129973999999947],[-62.90555599999999,66.140823000000012],[-62.930557000000022,66.146942000000081],[-62.946945000000028,66.148604999999975],[-62.95944199999991,66.14888000000002],[-62.970551,66.148041000000035],[-63.013618000000008,66.138885000000073],[-63.041672000000005,66.130264000000011],[-63.061942999999928,66.120819000000097],[-63.060279999999977,66.116379000000109],[-63.039443999999889,66.113312000000008],[-63.006393000000003,66.11692800000003],[-62.892226999999934,66.076660000000004],[-62.889998999999989,66.066375999999934],[-62.885833999999988,66.056366000000025],[-62.875,66.047760000000096],[-62.862220999999863,66.039429000000041],[-62.841942000000017,66.027480999999966],[-62.826667999999927,66.020264000000054],[-62.815833999999938,66.016098],[-62.793616999999983,66.010818000000086],[-62.778885000000002,66.009720000000016],[-62.768332999999984,66.009720000000016],[-62.755561999999884,66.00999500000006],[-62.743889000000024,66.011383000000137],[-62.67472099999992,66.015549000000021],[-62.523055999999997,66.002213000000097],[-62.517219999999952,66.000549000000092],[-62.4183349999999,65.970535000000041],[-62.405555999999933,65.963043000000084],[-62.395003999999915,65.949996999999996],[-62.386664999999994,65.936646000000053],[-62.321114000000023,65.831100000000049],[-62.317222999999956,65.808029000000033],[-62.441665999999941,65.793594000000098],[-62.478881999999999,65.790817000000004],[-62.505279999999971,65.790817000000004],[-62.521384999999952,65.792480000000126],[-62.604171999999892,65.801085999999998],[-62.619995000000017,65.803040000000067],[-62.684440999999936,65.816375999999991],[-62.717773000000022,65.825272000000098],[-62.727218999999991,65.828598],[-62.729996000000028,65.831940000000088],[-62.75278499999996,65.853591999999935],[-62.80750299999994,65.88998400000014],[-62.829445000000021,65.899994000000049],[-62.857506000000001,65.911102000000028],[-62.864166000000012,65.911102000000028],[-62.870551999999918,65.90554800000001],[-62.871940999999936,65.901382000000126],[-62.87471800000003,65.887497000000053],[-62.87471800000003,65.883041000000105],[-62.760001999999986,65.816665999999998],[-62.746391000000017,65.809708000000001],[-62.736945999999932,65.80831900000004],[-62.719993999999929,65.809708000000001],[-62.658889999999985,65.791930999999977],[-62.597778000000005,65.771927000000062],[-62.582221999999888,65.765549000000078],[-62.575004999999976,65.761658000000011],[-62.569449999999961,65.757492000000127],[-62.568610999999919,65.752212999999927],[-62.569725000000005,65.746643000000063],[-62.579444999999964,65.728317000000061],[-62.583610999999962,65.723312000000021],[-62.587775999999963,65.720260999999994],[-62.59027900000001,65.719147000000021],[-62.59944200000001,65.718872000000147],[-62.612777999999992,65.72164900000007],[-62.621940999999993,65.725540000000137],[-62.67472099999992,65.735809000000017],[-62.823891000000003,65.761383000000023],[-62.833442999999875,65.752991000000009],[-62.833777999999882,65.74999200000002],[-62.828780999999879,65.744492000000093],[-62.799170999999887,65.711928999999998],[-62.788054999999929,65.708328000000108],[-62.726386999999988,65.71138000000002],[-62.698883000000023,65.710266000000047],[-62.681670999999994,65.708038000000101],[-62.662772999999902,65.701096000000007],[-62.59944200000001,65.675812000000008],[-62.59194199999996,65.671920999999941],[-62.589721999999938,65.668594000000041],[-62.595832999999857,65.652205999999978],[-62.602225999999973,65.640273999999977],[-62.611670999999944,65.624145999999939],[-62.617499999999893,65.614990000000034],[-62.628051999999968,65.601929000000098],[-62.645279000000016,65.587203999999929],[-62.653053,65.586104999999975],[-62.751113999999916,65.58526599999999],[-62.767220000000009,65.587493999999936],[-62.78472899999997,65.59137000000004],[-62.803054999999972,65.59887700000013],[-62.859726000000023,65.634720000000016],[-62.861389000000031,65.639160000000004],[-62.858611999999937,65.65525800000006],[-62.862503000000004,65.685257000000092],[-62.882998999999984,65.724152000000061],[-62.885001999999986,65.726973999999927],[-62.887999999999863,65.729652000000044],[-62.904167000000029,65.746368000000018],[-62.922500999999954,65.752212999999927],[-62.936110999999926,65.754990000000021],[-62.949439999999925,65.755263999999954],[-62.95944199999991,65.753876000000048],[-62.962219000000005,65.748322000000087],[-62.943610999999919,65.743042000000003],[-62.93472300000002,65.738876000000118],[-62.925277999999992,65.731093999999985],[-62.916663999999912,65.722214000000122],[-62.914444000000003,65.718323000000055],[-62.892226999999934,65.641937000000098],[-62.89166999999992,65.638321000000076],[-62.895836000000031,65.633040999999992],[-62.901389999999935,65.628036000000122],[-62.953330999999991,65.586929000000112],[-62.961670000000026,65.583054000000118],[-62.972220999999934,65.580826000000002],[-63.005004999999926,65.624985000000095],[-63.016113000000018,65.632750999999985],[-63.027495999999928,65.635818000000086],[-63.040282999999931,65.63749700000011],[-63.137779000000023,65.644150000000081],[-63.162498000000028,65.632477000000051],[-63.162406999999973,65.628868000000068],[-63.164443999999946,65.625534000000073],[-63.178611999999987,65.627472000000012],[-63.200279000000023,65.633330999999998],[-63.211945000000014,65.640549000000021],[-63.293891999999971,65.708878000000141],[-63.43638599999997,65.84526100000005],[-63.443054000000018,65.854705999999908],[-63.474167000000023,65.833054000000061],[-63.379165999999998,65.720260999999994],[-63.368332000000009,65.693863000000022],[-63.368332000000009,65.669434000000081],[-63.399726999999984,65.676375999999948],[-63.412215999999944,65.67804000000001],[-63.448607999999922,65.680817000000047],[-63.461944999999957,65.681090999999981],[-63.704720000000009,65.68220500000001],[-63.717216000000008,65.681656000000032],[-63.723609999999894,65.680267000000015],[-63.728607000000011,65.675812000000008],[-63.728881999999999,65.673035000000141],[-63.723609999999894,65.668869000000029],[-63.700553999999954,65.655823000000112],[-63.68360899999999,65.650818000000072],[-63.671669000000009,65.648330999999985],[-63.504723000000013,65.6308140000001],[-63.453330999999991,65.629700000000128],[-63.432502999999997,65.631927000000019],[-63.399726999999984,65.634155000000135],[-63.375,65.632202000000007],[-63.36860699999994,65.629150000000095],[-63.351669000000015,65.61775200000011],[-63.326667999999984,65.600815000000068],[-63.319999999999936,65.593322999999998],[-63.336661999999933,65.556930999999963],[-63.34332999999998,65.548325000000091],[-63.355003000000011,65.537766000000033],[-63.359726000000023,65.536102000000028],[-63.373610999999983,65.533874999999966],[-63.463332999999977,65.522766000000047],[-63.474715999999887,65.523605000000032],[-63.482215999999937,65.525269000000037],[-63.488608999999997,65.528320000000065],[-63.501396,65.536377000000016],[-63.523055999999997,65.550812000000121],[-63.532775999999899,65.558594000000085],[-63.541114999999934,65.570267000000115],[-63.541388999999867,65.574158000000011],[-63.546669000000009,65.581100000000106],[-63.561278999999956,65.585372999999947],[-63.567943999999954,65.590042000000096],[-63.572449000000006,65.591209000000049],[-63.581279999999992,65.591873000000078],[-63.589943000000005,65.591209000000049],[-63.595778999999993,65.589035000000081],[-63.608894000000021,65.589981000000023],[-63.618331999999953,65.541931000000034],[-63.616660999999908,65.537490999999989],[-63.612777999999878,65.533325000000104],[-63.601395000000025,65.530273000000022],[-63.530280999999945,65.512206999999989],[-63.43277699999993,65.484421000000111],[-63.391945000000021,65.472488000000112],[-63.362503000000004,65.463318000000015],[-63.309165999999948,65.445525999999973],[-63.301665999999898,65.441650000000095],[-63.295279999999991,65.436371000000122],[-63.290839999999946,65.431656000000089],[-63.292777999999998,65.428863999999976],[-63.393889999999942,65.425262000000032],[-63.409995999999921,65.426651000000049],[-63.468886999999938,65.439697000000137],[-63.495276999999987,65.450272000000098],[-63.502785000000017,65.454162999999994],[-63.521666999999979,65.461105000000089],[-63.532775999999899,65.464705999999978],[-63.553329000000019,65.468872000000033],[-63.568892999999946,65.471649000000127],[-63.583327999999995,65.4727630000001],[-63.64305899999988,65.473602000000085],[-63.65444199999996,65.472213999999951],[-63.655555999999933,65.470824999999991],[-63.654716000000008,65.464995999999985],[-63.627494999999954,65.455826000000116],[-63.563613999999973,65.435806000000071],[-63.483611999999994,65.404984000000013],[-63.335555999999997,65.30053700000002],[-63.335830999999985,65.295531999999923],[-63.424720999999977,65.229430999999977],[-63.472220999999934,65.196365000000014],[-63.418892000000028,65.145263999999997],[-63.376944999999978,65.110809000000017],[-63.424445999999932,65.049149000000114],[-63.464721999999938,65.018051000000128],[-63.527221999999995,64.971924000000058],[-63.528335999999967,64.967758000000003],[-63.546950999999979,64.887207000000046],[-63.653885000000002,64.911652000000061],[-63.659720999999934,64.939697000000081],[-63.747779999999977,64.962203999999986],[-63.824172999999973,64.984711000000061],[-63.828339000000028,65.010817999999915],[-63.825561999999877,65.012771999999984],[-63.720276000000013,65.030823000000112],[-63.669723999999917,65.034988000000112],[-63.659995999999978,65.03637700000013],[-63.655272999999966,65.03804000000008],[-63.658051,65.041091999999992],[-63.664718999999934,65.043594000000041],[-63.685554999999965,65.047759999999982],[-63.697776999999974,65.049423000000047],[-63.732215999999994,65.048874000000126],[-63.751944999999978,65.045258000000047],[-63.782218999999941,65.034149000000014],[-63.801940999999999,65.030273000000079],[-63.824447999999961,65.027481000000023],[-63.849723999999924,65.030273000000079],[-63.861114999999984,65.033325000000048],[-63.870551999999918,65.040816999999947],[-63.873885999999914,65.04553199999998],[-63.875556999999958,65.050262000000032],[-63.885559000000001,65.079987000000131],[-63.886116000000015,65.085815000000025],[-63.881667999999934,65.096939000000134],[-63.948607999999979,65.100540000000024],[-64.121108999999933,65.043869000000086],[-64.132491999999957,65.044434000000081],[-64.140839000000028,65.047211000000004],[-64.267226999999991,65.094147000000021],[-64.275833000000034,65.098877000000073],[-64.271118000000001,65.103317000000061],[-64.22193900000002,65.146942000000081],[-64.208892999999989,65.155258000000003],[-64.18582200000003,65.163879000000065],[-64.167220999999927,65.170532000000037],[-64.131103999999937,65.182480000000112],[-64.129715000000033,65.193588000000091],[-64.203613000000018,65.199707000000103],[-64.211944999999901,65.199996999999939],[-64.231383999999991,65.196930000000009],[-64.301940999999999,65.163040000000137],[-64.30999799999995,65.15914900000007],[-64.314712999999983,65.15248100000008],[-64.339172000000019,65.161377000000016],[-64.37332200000003,65.177200000000028],[-64.380828999999892,65.181091000000094],[-64.395844000000011,65.207214000000079],[-64.407227000000034,65.275818000000015],[-64.405272999999909,65.285537999999917],[-64.402785999999935,65.291092000000106],[-64.398620999999935,65.29693600000013],[-64.389724999999999,65.304428000000087],[-64.355835000000013,65.324996999999996],[-64.333327999999995,65.337203999999986],[-64.30999799999995,65.349990999999989],[-64.300551999999982,65.355819999999994],[-64.25556899999998,65.386382999999967],[-64.250838999999871,65.390823000000012],[-64.236389000000031,65.421920999999998],[-64.234160999999972,65.427199999999971],[-64.237212999999997,65.429977000000065],[-64.248885999999914,65.430542000000116],[-64.272781000000009,65.428588999999988],[-64.291107000000011,65.422484999999938],[-64.431380999999988,65.326934999999992],[-64.461670000000026,65.294983000000002],[-64.471664000000033,65.283324999999991],[-64.474715999999944,65.272491000000116],[-64.468886999999938,65.263885000000016],[-64.463897999999972,65.258881000000031],[-64.456954999999994,65.249420000000043],[-64.452498999999989,65.241653000000099],[-64.455565999999976,65.207214000000079],[-64.462218999999948,65.190810999999997],[-64.468337999999903,65.180267000000129],[-64.509734999999921,65.12052900000009],[-64.521117999999944,65.109146000000123],[-64.535004000000015,65.097214000000122],[-64.549987999999985,65.09275800000006],[-64.555556999999965,65.092209000000082],[-64.561934999999949,65.094986000000006],[-64.567504999999926,65.115814000000057],[-64.567504999999926,65.119979999999998],[-64.569457999999941,65.124419999999986],[-64.580001999999922,65.128860000000032],[-64.611389000000031,65.141937000000041],[-64.641112999999962,65.149993999999992],[-64.655272999999966,65.166092000000049],[-64.718338000000017,65.222487999999942],[-64.760284000000013,65.25221300000004],[-64.765014999999948,65.247756999999979],[-64.778335999999967,65.238585999999998],[-64.788329999999917,65.23414600000001],[-64.801102000000014,65.230820000000108],[-64.814712999999983,65.235259999999982],[-64.864440999999999,65.256653000000085],[-64.883895999999993,65.265273999999977],[-64.891113000000018,65.269150000000081],[-64.896666999999979,65.273315000000082],[-64.898346000000004,65.275818000000015],[-64.910552999999993,65.29942299999999],[-64.910827999999981,65.303589000000102],[-64.910004000000015,65.304977000000008],[-64.855887999999936,65.314545000000123],[-64.834228999999937,65.319046000000014],[-64.823387000000025,65.318214000000125],[-64.796111999999937,65.31860400000005],[-64.793883999999991,65.314697000000081],[-64.786391999999978,65.310806000000014],[-64.777221999999995,65.30914300000012],[-64.757171999999912,65.313095000000033],[-64.752173999999911,65.314255000000117],[-64.696105999999872,65.329712000000029],[-64.691101000000003,65.331940000000031],[-64.687209999999936,65.334991000000059],[-64.685271999999998,65.337493999999992],[-64.684433000000013,65.341095000000053],[-64.689162999999951,65.341660000000104],[-64.799728000000016,65.346939000000077],[-64.813613999999973,65.347214000000065],[-64.868056999999965,65.339706000000092],[-64.897780999999952,65.334152000000074],[-64.909163999999976,65.334717000000126],[-64.912216000000001,65.338042999999971],[-64.910552999999993,65.33998100000008],[-64.904723999999987,65.343596999999932],[-64.609160999999972,65.426376000000005],[-64.591110000000015,65.429703000000131],[-64.583892999999989,65.430267000000072],[-64.508347000000015,65.425812000000064],[-64.477218999999991,65.421097000000032],[-64.466400000000021,65.417480000000069],[-64.458343999999954,65.416656000000103],[-64.448607999999979,65.418319999999937],[-64.441939999999931,65.420258000000103],[-64.433608999999933,65.429153000000099],[-64.429992999999968,65.434417999999994],[-64.40943900000002,65.473877000000073],[-64.412780999999939,65.478592000000106],[-64.418335000000013,65.482758000000047],[-64.434432999999899,65.484146000000123],[-64.551940999999999,65.457764000000054],[-64.695267000000001,65.427765000000022],[-64.795273000000009,65.415268000000026],[-64.806655999999919,65.413879000000009],[-64.82417299999986,65.413315000000068],[-64.833618000000001,65.414429000000041],[-64.843886999999938,65.417205999999965],[-64.845550999999944,65.419434000000138],[-64.854996000000028,65.422759999999982],[-64.863891999999964,65.424698000000092],[-64.869719999999973,65.423874000000126],[-64.974166999999966,65.404708999999968],[-64.981110000000001,65.401932000000102],[-64.987502999999947,65.39776599999999],[-64.990279999999927,65.393875000000094],[-64.988602000000014,65.379424999999969],[-64.98582499999992,65.371368000000018],[-64.989715999999987,65.36831699999999],[-65.001113999999916,65.366652999999985],[-65.016112999999962,65.367203000000018],[-65.058883999999978,65.376648000000102],[-65.075012000000015,65.383041000000048],[-65.136123999999995,65.422484999999938],[-65.144164999999873,65.427765000000022],[-65.149993999999992,65.434143000000006],[-65.168883999999991,65.482758000000047],[-65.168059999999969,65.483871000000079],[-65.160003999999958,65.48803700000002],[-65.149445000000014,65.493042000000059],[-65.142501999999922,65.495818999999983],[-65.129990000000021,65.49859600000002],[-65.110274999999945,65.497482000000048],[-65.082503999999972,65.500548999999978],[-64.929717999999923,65.524703999999986],[-64.854445999999996,65.583603000000096],[-64.836944999999957,65.605819999999937],[-64.767226999999991,65.63998399999997],[-64.741669000000002,65.641662999999994],[-64.723052999999993,65.643600000000049],[-64.711944999999957,65.647217000000012],[-64.70944199999991,65.650543000000027],[-64.710007000000019,65.652205999999978],[-64.71444699999995,65.653320000000122],[-64.768340999999964,65.659988000000112],[-64.794723999999974,65.661926000000051],[-64.818618999999956,65.661926000000051],[-64.828063999999927,65.661102000000085],[-64.843886999999938,65.658034999999984],[-64.853333000000021,65.654709000000139],[-64.872222999999963,65.64498900000001],[-64.888901000000033,65.629150000000095],[-64.899993999999936,65.616378999999995],[-64.952498999999875,65.56442300000009],[-64.974166999999966,65.551376000000062],[-64.993606999999884,65.548035000000027],[-65.110274999999945,65.541092000000049],[-65.15306099999998,65.53915400000011],[-65.311110999999983,65.548874000000012],[-65.318344000000025,65.550537000000134],[-65.326400999999976,65.556366000000139],[-65.333327999999995,65.563599000000124],[-65.338607999999965,65.575546000000088],[-65.308334000000002,65.621094000000028],[-65.303328999999962,65.62831099999994],[-65.299987999999928,65.6308140000001],[-65.295837000000006,65.631653000000085],[-65.275283999999942,65.631363000000079],[-65.252228000000002,65.629974000000061],[-65.217772999999966,65.629974000000061],[-65.188599000000011,65.629974000000061],[-65.153884999999946,65.630264000000068],[-65.125823999999966,65.633330999999998],[-65.112503000000004,65.637207000000103],[-65.105835000000013,65.639435000000049],[-65.103881999999999,65.642487000000131],[-65.103881999999999,65.651932000000045],[-65.109436000000017,65.658875000000023],[-65.106948999999986,65.667205999999908],[-65.105835000000013,65.668594000000041],[-65.09973100000002,65.671920999999941],[-64.994445999999925,65.70138500000013],[-64.981383999999991,65.704712000000086],[-64.969726999999978,65.706650000000025],[-64.942215000000033,65.709152000000074],[-64.922501000000011,65.709427000000119],[-64.902495999999985,65.708602999999982],[-64.814712999999983,65.712769000000037],[-64.803328999999962,65.714157000000114],[-64.798339999999996,65.716385000000116],[-64.793609999999887,65.719985999999949],[-64.791381999999999,65.723312000000021],[-64.794997999999964,65.728043000000127],[-64.801940999999886,65.730270000000019],[-64.815552000000025,65.730545000000006],[-64.90695199999999,65.728867000000093],[-64.973052999999993,65.723602000000028],[-64.996947999999918,65.721374999999966],[-65.024719000000005,65.716934000000037],[-65.057219999999973,65.710266000000047],[-65.076110999999912,65.705551000000014],[-65.103058000000033,65.694427000000132],[-65.11610399999995,65.685257000000092],[-65.138610999999969,65.671096999999975],[-65.144454999999994,65.667480000000012],[-65.164168999999958,65.656937000000084],[-65.168334999999956,65.656097000000045],[-65.369994999999903,65.661102000000085],[-65.431380999999931,65.669144000000074],[-65.441665999999884,65.671646000000123],[-65.449996999999883,65.674988000000042],[-65.454452999999887,65.678314000000114],[-65.456954999999937,65.68220500000001],[-65.456389999999999,65.68553199999991],[-65.452498999999932,65.69081100000011],[-65.447768999999994,65.695251000000098],[-65.460281000000009,65.74136400000009],[-65.490279999999927,65.735809000000017],[-65.497771999999941,65.737487999999985],[-65.50556899999998,65.74331699999999],[-65.505004999999983,65.751663000000121],[-65.498885999999857,65.763046000000088],[-65.455276000000026,65.832489000000066],[-65.449158000000011,65.841094999999939],[-65.439437999999996,65.8477630000001],[-65.357223999999974,65.902480999999909],[-65.152221999999938,65.957764000000111],[-65.137787000000003,65.961104999999975],[-65.050277999999992,65.98054500000012],[-64.963897999999972,65.998596000000134],[-64.946105999999986,66.001389000000131],[-64.934722999999906,66.002213000000097],[-64.923049999999989,66.001389000000131],[-64.898346000000004,65.996933000000013],[-64.880828999999949,65.989975000000015],[-64.851104999999961,65.98054500000012],[-64.842223999999931,65.978043000000071],[-64.801392000000021,65.969436999999971],[-64.772506999999962,65.966095000000053],[-64.755004999999926,65.966095000000053],[-64.743332000000009,65.967484000000013],[-64.735001000000011,65.969436999999971],[-64.733886999999925,65.97554000000008],[-64.738601999999958,65.978867000000037],[-64.765014999999948,65.988037000000077],[-64.821670999999981,66.044708000000014],[-64.750838999999928,66.185532000000023],[-64.721663999999976,66.217483999999956],[-64.712219000000005,66.223602000000085],[-64.605834999999956,66.259155000000135],[-64.480559999999969,66.296371000000079],[-64.451950000000011,66.303589000000102],[-64.405563000000029,66.315811000000053],[-64.388610999999912,66.321655000000078],[-64.375548999999921,66.327209000000039],[-64.365829000000019,66.333053999999947],[-64.356383999999935,66.340546000000074],[-64.354172000000005,66.348038000000031],[-64.356383999999935,66.349715999999944],[-64.366104000000007,66.350815000000125],[-64.377486999999974,66.349990999999989],[-64.443877999999984,66.344711000000075],[-64.464721999999938,66.34304800000001],[-64.71444699999995,66.274994000000049],[-64.718886999999995,66.273315000000025],[-64.789168999999958,66.236374000000126],[-64.796111999999937,66.231659000000093],[-64.839995999999985,66.193313999999987],[-64.858046999999942,66.149993999999992],[-64.856658999999979,66.139984000000084],[-64.851944000000003,66.124984999999981],[-64.849730999999963,66.12052900000009],[-64.854171999999949,66.109711000000118],[-64.858886999999982,66.106093999999985],[-64.933884000000035,66.080276000000026],[-64.948607999999979,66.076934999999992],[-65.126098999999954,66.03776600000009],[-65.381942999999922,65.975815000000125],[-65.398055999999997,65.974700999999925],[-65.827788999999996,65.953049000000078],[-65.876389000000017,65.94802900000002],[-65.916106999999954,65.95109599999995],[-65.928054999999972,65.953873000000044],[-65.935546999999929,65.958328000000051],[-65.939712999999927,65.962493999999992],[-65.96305799999999,66.034424000000001],[-65.963897999999915,66.043869000000029],[-65.918883999999935,66.086105000000032],[-65.911666999999852,66.091660000000104],[-65.904175000000009,66.094437000000028],[-65.786117999999988,66.126373000000115],[-65.674712999999997,66.157486000000119],[-65.65055799999999,66.164429000000098],[-65.640838999999914,66.168319999999994],[-65.634170999999924,66.172484999999995],[-65.564162999999951,66.226929000000041],[-65.545546999999942,66.243317000000104],[-65.471114999999941,66.342484000000013],[-65.471663999999919,66.383606000000043],[-65.473617999999931,66.385817999999915],[-65.475829999999974,66.387771999999984],[-65.479172000000005,66.388046000000088],[-65.482773000000009,66.387771999999984],[-65.489715999999987,66.385817999999915],[-65.501677999999913,66.376373000000058],[-65.553878999999938,66.32777400000009],[-65.555831999999953,66.325272000000041],[-65.559433000000013,66.320541000000105],[-65.561660999999901,66.314423000000147],[-65.564437999999996,66.293593999999985],[-65.562774999999988,66.288315000000011],[-65.562774999999988,66.283324999999934],[-65.571670999999981,66.268326000000059],[-65.598891999999921,66.244979999999998],[-65.610549999999876,66.235809000000074],[-65.696944999999971,66.180542000000116],[-65.702498999999989,66.177475000000015],[-65.844161999999926,66.135817999999972],[-65.926940999999999,66.114700000000084],[-65.951950000000011,66.108871000000079],[-65.96833799999996,66.108032000000094],[-66.073623999999995,66.12052900000009],[-66.139174999999966,66.131362999999965],[-66.145003999999972,66.1336060000001],[-66.147232000000031,66.135269000000051],[-66.200835999999981,66.194977000000051],[-66.191100999999946,66.239974999999959],[-66.25111400000003,66.242203000000131],[-66.371384000000035,66.22526600000009],[-66.401947000000007,66.200821000000076],[-66.478333000000021,66.201660000000061],[-66.489715999999873,66.202774000000034],[-66.496947999999975,66.20498699999996],[-66.505004999999926,66.208878000000027],[-66.524445000000014,66.224152000000117],[-66.529998999999918,66.229156000000103],[-66.534164000000033,66.233046999999999],[-66.540832999999964,66.241653000000099],[-66.542770000000019,66.24664300000012],[-66.577498999999989,66.354430999999977],[-66.576110999999969,66.35914600000001],[-66.570007000000032,66.365540000000067],[-66.564162999999951,66.369141000000127],[-66.53694200000001,66.378035999999952],[-66.500564999999995,66.388046000000088],[-66.454726999999991,66.398041000000148],[-66.445267000000001,66.401382000000012],[-66.438323999999909,66.40415999999999],[-66.434433000000013,66.407211000000018],[-66.437209999999936,66.413315000000068],[-66.441939999999988,66.414429000000041],[-66.466109999999901,66.414992999999981],[-66.473617999999988,66.414429000000041],[-66.481383999999991,66.413040000000024],[-66.597778000000005,66.386932000000115],[-66.604996000000028,66.376373000000058],[-66.610001000000011,66.371368000000018],[-66.617492999999911,66.368591000000094],[-66.629990000000021,66.36775200000011],[-66.713897999999972,66.368866000000082],[-66.724166999999909,66.369431000000134],[-66.730834999999956,66.369980000000112],[-66.743057000000022,66.372756999999979],[-66.767775999999913,66.380539000000113],[-66.821670999999924,66.458037999999931],[-66.821670999999924,66.460815000000025],[-66.806380999999931,66.531936999999971],[-66.851943999999946,66.583328000000051],[-66.972228999999913,66.628860000000088],[-66.999724999999955,66.638321000000019],[-67.023055999999997,66.643326000000059],[-67.036117999999931,66.644714000000022],[-67.048889000000031,66.644714000000022],[-67.058884000000035,66.642761000000064],[-67.060546999999985,66.640273999999977],[-67.05610699999994,66.633605999999986],[-67.043334999999956,66.625809000000061],[-67.016662999999937,66.615265000000022],[-66.950561999999877,66.592209000000139],[-66.908339999999953,66.578049000000078],[-66.887511999999901,66.569442999999978],[-66.884170999999867,66.566086000000041],[-66.889450000000011,66.561096000000134],[-67.105559999999969,66.485809000000017],[-67.118331999999953,66.484985000000052],[-67.133620999999948,66.485809000000017],[-67.176940999999943,66.489700000000084],[-67.189712999999927,66.491653000000042],[-67.198607999999979,66.494141000000013],[-67.202224999999999,66.497208000000114],[-67.203887999999949,66.505264000000011],[-67.192215000000033,66.51527400000009],[-67.186110999999983,66.524428999999941],[-67.19027699999998,66.529160000000104],[-67.327224999999999,66.595825000000048],[-67.338332999999977,66.597762999999986],[-67.34584000000001,66.597214000000008],[-67.398620999999878,66.589157000000057],[-67.410003999999958,66.585540999999978],[-67.463622999999984,66.578873000000044],[-67.515015000000005,66.573607999999979],[-67.581116000000009,66.575271999999984],[-67.639724999999999,66.580551000000128],[-67.726943999999889,66.576660000000061],[-67.737212999999997,66.574158000000011],[-67.740828999999962,66.571106000000043],[-67.742767000000015,66.568328999999949],[-67.741942999999935,66.564148000000046],[-67.735001000000011,66.561371000000008],[-67.722777999999892,66.558029000000033],[-67.701110999999855,66.55581699999999],[-67.499999999999943,66.544838000000027],[-67.426102000000014,66.541367000000037],[-67.407776000000013,66.542206000000022],[-67.395843999999954,66.544708000000071],[-67.380553999999904,66.545822000000044],[-67.373885999999914,66.545822000000044],[-67.365829000000019,66.544434000000138],[-67.296386999999925,66.526093000000003],[-67.281676999999945,66.51887499999998],[-67.148620999999991,66.443863000000022],[-67.143889999999999,66.437759000000028],[-67.143615999999952,66.435531999999967],[-67.138061999999991,66.382202000000063],[-67.139724999999999,66.376648000000046],[-67.160827999999981,66.365540000000067],[-67.172501000000011,66.363876000000062],[-67.185271999999941,66.363602000000128],[-67.197768999999994,66.365814],[-67.291671999999892,66.399429000000055],[-67.337509000000011,66.418869000000086],[-67.338988999999913,66.422852000000091],[-67.343063000000029,66.426650999999993],[-67.350280999999939,66.428863999999976],[-67.365829000000019,66.429703000000131],[-67.389724999999942,66.430817000000104],[-67.406386999999995,66.429703000000131],[-67.410552999999993,66.425262000000032],[-67.410003999999958,66.420821999999987],[-67.383330999999998,66.401932000000045],[-67.378326000000015,66.398604999999918],[-67.36860699999994,66.394714000000022],[-67.31361400000003,66.376373000000058],[-67.288604999999961,66.368866000000082],[-67.240828999999962,66.358871000000022],[-67.195830999999998,66.354980000000126],[-67.188598999999954,66.352203000000031],[-67.133057000000008,66.313873000000115],[-67.125274999999988,66.30693100000002],[-67.126099000000011,66.305542000000003],[-67.129165999999941,66.303589000000102],[-67.139449999999954,66.301376000000118],[-67.162216000000001,66.298874000000069],[-67.183884000000035,66.297485000000052],[-67.194153000000028,66.297760000000039],[-67.208618000000001,66.299988000000042],[-67.226944000000003,66.304153000000042],[-67.240828999999962,66.304153000000042],[-67.254181000000017,66.302765000000136],[-67.261672999999973,66.299149000000057],[-67.282226999999978,66.275269000000037],[-67.297501000000011,66.276093000000003],[-67.399170000000026,66.292480000000012],[-67.413895000000025,66.296646000000067],[-67.450287000000003,66.316666000000112],[-67.453063999999927,66.320541000000105],[-67.453339000000028,66.322495000000117],[-67.494719999999973,66.356934000000138],[-67.526108000000022,66.382202000000063],[-67.5625,66.407486000000063],[-67.566665999999998,66.409424000000001],[-67.603057999999976,66.418594000000041],[-67.634170999999981,66.424698000000092],[-67.690826000000015,66.435256999999922],[-67.71305799999999,66.436096000000077],[-67.730285999999978,66.439971999999955],[-67.812499999999943,66.463043000000027],[-67.825286999999946,66.46775800000006],[-67.828612999999905,66.470824999999934],[-67.834732000000031,66.48332199999993],[-67.838607999999908,66.491653000000042],[-67.923614999999927,66.516098000000056],[-67.952498999999989,66.514709000000039],[-67.985824999999863,66.509720000000073],[-67.992767000000015,66.506943000000035],[-67.992767000000015,66.503876000000105],[-67.944716999999855,66.478867000000093],[-67.929169000000002,66.473038000000088],[-67.906113000000005,66.468048000000067],[-67.886948000000018,66.461928999999998],[-67.870269999999948,66.454712000000086],[-67.760558999999944,66.358032000000037],[-67.756392999999946,66.353317000000004],[-67.711120999999935,66.296936000000073],[-67.701401000000033,66.284714000000122],[-67.701674999999966,66.278320000000065],[-67.705565999999976,66.275269000000037],[-67.724716000000001,66.260818000000029],[-67.672225999999966,66.228317000000118],[-67.570556999999951,66.184143000000006],[-67.454453000000001,66.144714000000079],[-67.399993999999992,66.126373000000115],[-67.281386999999938,66.083054000000004],[-67.165008999999998,66.036926000000051],[-67.162506000000008,66.035262999999929],[-67.243522999999925,65.978301999999985],[-67.173049999999876,65.918593999999985],[-67.185821999999973,65.912200999999982],[-67.194442999999978,65.909714000000122],[-67.201674999999966,65.90914900000007],[-67.429992999999911,65.90554800000001],[-67.740554999999858,65.894150000000025],[-67.795273000000009,65.877197000000137],[-67.824172999999973,65.880814000000044],[-67.86471599999993,65.887772000000041],[-67.914444000000003,65.899155000000064],[-67.938599000000011,65.908035000000098],[-68.02694699999995,65.99275200000011],[-68.030563000000029,65.998032000000023],[-68.031386999999995,66.002213000000097],[-68.027221999999995,66.060806000000071],[-68.025832999999977,66.06581100000011],[-68.130828999999949,66.126648000000102],[-68.244720000000029,66.1827550000001],[-68.340285999999992,66.196930000000009],[-68.538054999999929,66.200821000000076],[-68.712783999999942,66.19859300000013],[-68.808334000000002,66.195816000000036],[-68.842498999999975,66.193313999999987],[-68.851394999999968,66.189972000000012],[-68.846389999999928,66.186645999999996],[-68.835281000000009,66.184981999999991],[-68.668610000000001,66.178864000000033],[-68.568343999999968,66.178588999999988],[-68.414718999999991,66.159424000000058],[-68.403610000000015,66.146378000000084],[-68.391113000000018,66.135269000000051],[-68.383330999999941,66.131087999999977],[-68.300277999999878,66.092758000000003],[-68.27806099999998,66.083602999999982],[-68.244155999999975,66.071105999999986],[-68.237777999999935,66.069992000000013],[-68.225554999999986,66.069992000000013],[-68.220551,66.073044000000095],[-68.218886999999995,66.081375000000037],[-68.22193900000002,66.085266000000104],[-68.229720999999984,66.092209000000082],[-68.244155999999975,66.099991000000045],[-68.246947999999975,66.112761999999975],[-68.220000999999968,66.128586000000041],[-68.202498999999932,66.128859999999975],[-68.194716999999969,66.127472000000068],[-68.157501000000025,66.117477000000008],[-68.134170999999981,66.109985000000052],[-68.118880999999988,66.103592000000106],[-68.047226000000023,66.064986999999974],[-68.048889000000031,66.00749200000007],[-68.051940999999943,65.996643000000006],[-68.05360399999995,65.991088999999988],[-68.064437999999939,65.984421000000054],[-68.12388599999997,65.963043000000084],[-68.134170999999981,65.963318000000129],[-68.173614999999984,65.969436999999971],[-68.196945000000028,65.973876999999959],[-68.210555999999997,65.979430999999977],[-68.27806099999998,66.014160000000061],[-68.304442999999878,66.028046000000018],[-68.323897999999929,66.003875999999991],[-68.333618000000001,65.93193100000002],[-68.332229999999925,65.92886400000009],[-68.325835999999981,65.916382000000112],[-68.321670999999981,65.911925999999994],[-68.304748999999958,65.908661000000052],[-68.287780999999995,65.907760999999994],[-68.260009999999909,65.911377000000016],[-68.194153000000028,65.921097000000145],[-68.156113000000005,65.929703000000018],[-68.150283999999999,65.930542000000003],[-68.142775999999969,65.929152999999985],[-68.139998999999989,65.927475000000072],[-68.136123999999995,65.922760000000039],[-68.134734999999921,65.913605000000018],[-68.13290399999994,65.834885000000043],[-68.139175000000023,65.817215000000147],[-68.147231999999974,65.798325000000034],[-68.033324999999934,65.776382000000069],[-68.023894999999868,65.77526899999998],[-68.003066999999987,65.778320000000008],[-67.923614999999927,65.793869000000086],[-67.886123999999882,65.804977000000065],[-67.821120999999948,65.768050999999957],[-67.870269999999948,65.689422999999977],[-67.942489999999964,65.618042000000116],[-67.989165999999898,65.61914100000007],[-68.058884000000035,65.568053999999961],[-68.027221999999995,65.558319000000097],[-68.012512000000015,65.557754999999929],[-68.011672999999973,65.558868000000018],[-67.998610999999983,65.566939999999988],[-67.98721299999994,65.571381000000088],[-67.971114999999998,65.575271999999984],[-67.956664999999987,65.571655000000021],[-67.951675000000023,65.568329000000006],[-67.953063999999927,65.557205000000124],[-67.955001999999979,65.55386400000009],[-68.020844000000011,65.49803200000008],[-68.027785999999935,65.491653000000042],[-68.030288999999982,65.487761999999975],[-68.030563000000029,65.484421000000111],[-68.025832999999977,65.481093999999985],[-68.022507000000019,65.480545000000063],[-68.00778200000002,65.485535000000084],[-67.941939999999931,65.525269000000037],[-67.922500999999954,65.538040000000137],[-67.860274999999945,65.584427000000062],[-67.730285999999978,65.636383000000137],[-67.712219000000005,65.640823000000125],[-67.652495999999985,65.651382000000012],[-67.466109999999958,65.674149000000114],[-67.428604000000007,65.676650999999993],[-67.402495999999928,65.677475000000129],[-67.396118000000001,65.676650999999993],[-67.382216999999912,65.673874000000069],[-67.328063999999983,65.662491000000045],[-67.319457999999941,65.659423999999944],[-67.280562999999972,65.642487000000131],[-67.275283999999999,65.637772000000098],[-67.256667999999991,65.615265000000022],[-67.25389100000001,65.611649],[-67.251677999999856,65.606934000000138],[-67.253341999999975,65.601654000000053],[-67.256667999999991,65.599152000000004],[-67.272781000000009,65.595261000000107],[-67.320557000000008,65.586929000000112],[-67.333327999999938,65.582489000000066],[-67.336120999999935,65.580826000000002],[-67.456664999999987,65.501937999999996],[-67.458892999999932,65.49803200000008],[-67.451400999999919,65.493590999999981],[-67.347504000000015,65.458602999999982],[-67.221389999999985,65.456375000000037],[-67.189986999999974,65.458037999999988],[-67.180832000000009,65.459152000000131],[-67.169158999999979,65.461380000000077],[-67.155563000000029,65.466934000000094],[-67.142226999999991,65.469147000000078],[-67.081679999999949,65.462494000000049],[-67.065552000000025,65.458602999999982],[-67.058608999999933,65.453597999999943],[-67.058043999999995,65.451385000000016],[-67.058334000000002,65.426651000000049],[-67.062774999999931,65.417480000000069],[-67.078339000000028,65.392211999999972],[-67.111114999999984,65.364700000000028],[-67.118056999999965,65.361922999999933],[-67.12388599999997,65.360535000000027],[-67.134445000000028,65.359711000000061],[-67.218063000000029,65.358597000000088],[-67.255568999999923,65.360535000000027],[-67.316101000000003,65.358597000000088],[-67.400833000000034,65.350266000000033],[-67.408889999999985,65.348328000000095],[-67.413619999999923,65.345825000000104],[-67.417770000000019,65.342209000000025],[-67.416107000000011,65.339157000000114],[-67.40943900000002,65.333328000000108],[-67.399993999999992,65.329712000000029],[-67.391113000000018,65.327209000000096],[-67.33666999999997,65.31721500000009],[-67.326674999999966,65.316940000000045],[-67.319167999999934,65.318054000000018],[-67.315826000000015,65.320541000000105],[-67.306655999999862,65.330276000000026],[-67.306106999999997,65.333602999999925],[-67.306945999999982,65.338042999999971],[-67.303878999999938,65.34248400000007],[-67.297501000000011,65.347487999999998],[-67.291381999999942,65.349716000000001],[-67.283614999999998,65.351089000000059],[-67.269164999999987,65.352203000000031],[-67.125548999999978,65.311919999999986],[-67.119995000000017,65.309982000000048],[-67.077788999999996,65.250275000000101],[-67.063889000000017,65.218322999999941],[-66.93472300000002,65.233871000000136],[-66.933060000000012,65.233597000000032],[-66.928878999999938,65.229705999999965],[-66.948883000000023,65.125259000000142],[-66.950835999999981,65.11692800000003],[-66.953339000000028,65.113036999999963],[-66.959166999999979,65.106644000000017],[-66.967498999999975,65.103866999999923],[-67.025283999999886,65.10832199999993],[-67.044158999999922,65.107483000000002],[-67.055557000000022,65.105255000000056],[-67.066665999999998,65.100815000000011],[-67.072234999999978,65.097214000000122],[-67.106110000000001,65.064147999999989],[-67.108611999999994,65.060256999999922],[-67.107773000000009,65.058868000000132],[-67.096114999999998,65.056091000000038],[-67.085830999999985,65.056366000000082],[-67.075012000000015,65.058029000000147],[-66.890563999999983,65.103317000000061],[-66.835555999999997,65.137206999999989],[-66.756393000000003,65.177200000000028],[-66.74749799999995,65.180542000000003],[-66.730285999999921,65.181366000000139],[-66.726105000000018,65.180267000000129],[-66.725554999999986,65.178040000000067],[-66.753341999999975,65.113312000000008],[-66.801666000000012,65.060806000000071],[-66.767501999999979,65.024429000000112],[-66.743057000000022,64.963042999999971],[-66.726944000000003,64.913879000000122],[-66.727492999999924,64.90525800000006],[-66.728057999999976,64.901657],[-66.733063000000016,64.888321000000019],[-66.739165999999955,64.859985000000108],[-66.735000999999954,64.824707000000103],[-66.734160999999915,64.820541000000048],[-66.698043999999868,64.761931999999945],[-66.694716999999912,64.761383000000023],[-66.687774999999988,64.762206999999989],[-66.654175000000009,64.771103000000096],[-66.641113000000018,64.775818000000129],[-66.632492000000013,64.781372000000147],[-66.638061999999991,64.785538000000031],[-66.676101999999901,64.876082999999994],[-66.696944999999971,65.03276100000005],[-66.694152999999972,65.037201000000096],[-66.688660000000027,65.038772999999935],[-66.673324999999977,65.038589000000002],[-66.660827999999981,65.037201000000096],[-66.618056999999965,65.030273000000079],[-66.535278000000005,65.010817999999915],[-66.530563000000029,65.00749200000007],[-66.49610899999999,64.983047000000056],[-66.488891999999908,64.957489000000123],[-66.496658000000025,64.945526000000086],[-66.495543999999995,64.938873000000115],[-66.491378999999995,64.934982000000048],[-66.486664000000019,64.932205000000124],[-66.478606999999954,64.929153000000042],[-66.388610999999969,64.913315000000011],[-66.379165999999998,64.912201000000039],[-66.368057000000022,64.913605000000018],[-66.363892000000021,64.917480000000012],[-66.361938000000009,64.923599000000024],[-66.36361699999992,64.928589000000102],[-66.334732000000031,64.934708000000114],[-66.177779999999927,64.880264000000068],[-66.148346000000004,64.868866000000025],[-66.177215999999987,64.796371000000022],[-66.18472300000002,64.784424000000058],[-66.191939999999931,64.77887000000004],[-66.199431999999945,64.774993999999992],[-66.203339000000028,64.77388000000002],[-66.213333000000034,64.75610400000005],[-66.219161999999983,64.726089000000115],[-66.218886999999938,64.69081100000011],[-66.212218999999948,64.685531999999967],[-66.18472300000002,64.681656000000032],[-66.166945999999939,64.681091000000038],[-66.161117999999931,64.682479999999998],[-66.15834000000001,64.68414300000012],[-66.151947000000007,64.689147999999989],[-66.147781000000009,64.695815999999979],[-66.147232000000031,64.70138500000013],[-66.147232000000031,64.704162999999937],[-66.150283999999942,64.71748400000007],[-66.14973399999991,64.733597000000145],[-66.145554000000004,64.740265000000136],[-66.136397999999986,64.754166000000112],[-66.116942999999992,64.781372000000147],[-66.091675000000009,64.809708000000057],[-66.080841000000021,64.819153000000085],[-66.058333999999945,64.832764000000054],[-66.037215999999944,64.844986000000063],[-66.020843999999954,64.849716000000058],[-66.011397999999986,64.848327999999981],[-66.011123999999995,64.846375000000023],[-66.008621000000005,64.78915400000011],[-66.009170999999867,64.778046000000074],[-66.012511999999901,64.699417000000039],[-65.899993999999992,64.673309000000074],[-65.846664000000033,64.676085999999998],[-65.852218999999991,64.680267000000072],[-65.861389000000031,64.689147999999989],[-65.889449999999954,64.719711000000132],[-65.899170000000026,64.73275799999999],[-65.958617999999944,64.877761999999962],[-65.95666499999993,64.886108000000092],[-65.953338999999971,64.888321000000019],[-65.941939999999988,64.890548999999965],[-65.931380999999931,64.89137299999993],[-65.92471299999994,64.89137299999993],[-65.838608000000022,64.882476999999994],[-65.727218999999934,64.843597000000045],[-65.717772999999966,64.84027100000003],[-65.674438000000009,64.818054000000132],[-65.664168999999958,64.80831900000004],[-65.661666999999966,64.804428000000144],[-65.660278000000005,64.799149],[-65.665008999999998,64.796936000000017],[-65.683318999999926,64.792206000000022],[-65.698333999999988,64.784714000000065],[-65.720275999999956,64.766663000000108],[-65.736114999999984,64.750275000000045],[-65.742492999999911,64.741089000000102],[-65.742766999999958,64.735260000000039],[-65.736938000000009,64.726089000000115],[-65.726944000000003,64.711380000000077],[-65.710830999999985,64.693039000000056],[-65.704726999999934,64.687485000000095],[-65.703063999999927,64.692200000000128],[-65.709441999999967,64.712769000000037],[-65.71055599999994,64.718596999999988],[-65.710007000000019,64.732208000000128],[-65.708618000000001,64.736099000000024],[-65.684157999999968,64.761107999999979],[-65.676102000000014,64.765548999999908],[-65.665282999999931,64.771378000000141],[-65.648055999999997,64.774993999999992],[-65.642776000000026,64.774993999999992],[-65.627212999999927,64.771103000000096],[-65.598891999999921,64.756377999999984],[-65.56639100000001,64.737488000000042],[-65.561110999999869,64.733047000000113],[-65.557495000000017,64.728317000000061],[-65.555831999999953,64.723312000000021],[-65.556380999999931,64.717758000000003],[-65.572234999999921,64.664153999999996],[-65.576675000000023,64.652481000000023],[-65.583327999999938,64.642761000000121],[-65.586394999999925,64.640274000000034],[-65.654723999999987,64.602478000000019],[-65.662505999999951,64.598328000000038],[-65.714172000000019,64.570541000000048],[-65.730835000000013,64.517761000000007],[-65.732223999999974,64.508040999999935],[-65.725554999999929,64.498031999999967],[-65.721664000000033,64.49414100000007],[-65.708344000000011,64.486649000000114],[-65.695540999999992,64.485809000000074],[-65.665008999999998,64.492203000000131],[-65.643340999999964,64.494979999999998],[-65.573333999999988,64.498596000000077],[-65.524718999999948,64.49971000000005],[-65.518065999999976,64.49971000000005],[-65.506392999999946,64.497482000000105],[-65.504181000000017,64.495818999999983],[-65.50556899999998,64.468872000000033],[-65.396117999999944,64.52137799999997],[-65.384170999999981,64.524155000000064],[-65.365828999999906,64.526931999999988],[-65.210555999999883,64.536102000000028],[-65.203888000000006,64.533874999999966],[-65.144454999999994,64.51138300000008],[-65.085006999999962,64.479705999999965],[-65.077788999999939,64.475815000000068],[-65.075835999999981,64.471375000000023],[-65.074172999999973,64.461929000000055],[-65.071670999999981,64.440810999999997],[-65.071945000000028,64.43081699999999],[-65.073623999999938,64.426086000000055],[-65.194991999999957,64.310257000000092],[-65.202498999999989,64.306366000000025],[-65.210830999999985,64.303863999999976],[-65.284728999999913,64.291656000000103],[-65.295272999999895,64.290267999999969],[-65.309433000000013,64.29136699999998],[-65.343337999999903,64.294983000000002],[-65.377212999999983,64.303314000000114],[-65.386397999999929,64.30664100000007],[-65.408889999999928,64.312485000000038],[-65.451674999999966,64.319992000000013],[-65.498885999999857,64.322769000000108],[-65.525008999999898,64.323318000000029],[-65.554168999999945,64.323318000000029],[-65.563323999999909,64.322494999999947],[-65.65583799999996,64.308868000000075],[-65.661666999999966,64.307479999999998],[-65.658339999999953,64.302765000000136],[-65.654449,64.300812000000008],[-65.61860699999994,64.293045000000063],[-65.601943999999946,64.293594000000041],[-65.591948999999943,64.296096999999975],[-65.572234999999921,64.298599000000081],[-65.505844000000025,64.302475000000129],[-65.465835999999967,64.30304000000001],[-65.434158000000025,64.299149000000114],[-65.422774999999945,64.296371000000136],[-65.250564999999995,64.208328000000051],[-65.24610899999999,64.204987000000017],[-65.242766999999958,64.200271999999984],[-65.265015000000005,64.17886400000009],[-65.16194200000001,64.138046000000145],[-65.049438000000009,64.072220000000016],[-65.053878999999938,64.067764000000068],[-65.060546999999929,64.064986999999974],[-65.093886999999995,64.052199999999971],[-65.103881999999999,64.049149],[-65.136672999999917,64.041367000000037],[-65.158339999999953,64.038315000000068],[-65.196105999999929,64.040268000000026],[-65.206115999999952,64.040268000000026],[-65.21665999999999,64.038589000000002],[-65.221389999999928,64.03637700000013],[-65.225554999999929,64.032761000000107],[-65.221938999999963,64.028594999999996],[-65.214172000000019,64.025543000000084],[-65.189986999999917,64.020264000000111],[-65.096663999999976,64.009155000000021],[-65.08805799999999,64.009430000000066],[-64.949158000000011,64.014999000000046],[-64.800551999999982,64.02777100000003],[-64.68638599999997,64.039154000000053],[-64.676940999999999,64.036652000000004],[-64.668059999999969,64.033051000000114],[-64.661117999999988,64.028594999999996],[-64.630554000000018,63.978324999999984],[-64.631377999999984,63.974709000000132],[-64.632766999999944,63.972763000000043],[-64.638335999999981,63.96915400000006],[-64.64805599999994,63.966934000000037],[-64.658889999999985,63.965546000000131],[-64.669998000000021,63.966385000000059],[-64.689437999999996,63.966103000000032],[-64.700561999999991,63.963882000000126],[-64.817504999999983,63.923607000000004],[-64.875274999999988,63.901100000000099],[-64.888901000000033,63.894996999999989],[-64.974715999999944,63.851936000000137],[-64.985000999999954,63.829163000000051],[-64.987502999999947,63.823051000000078],[-64.984160999999915,63.813881000000038],[-64.954177999999956,63.776382000000126],[-64.94888299999991,63.774437000000091],[-64.77806099999998,63.747772000000055],[-64.68360899999999,63.746383999999978],[-64.584441999999854,63.704711999999915],[-64.559432999999956,63.694153000000085],[-64.540282999999988,63.684433000000013],[-64.527495999999985,63.676941000000056],[-64.522507000000019,63.672768000000076],[-64.508347000000015,63.650826000000052],[-64.506667999999991,63.636940000000038],[-64.507506999999976,63.630821000000026],[-64.515015000000005,63.620270000000119],[-64.52194199999991,63.611938000000123],[-64.536666999999966,63.581108000000086],[-64.529449,63.534996000000035],[-64.522507000000019,63.514717000000076],[-64.50167799999997,63.443878000000097],[-64.49888599999997,63.429161000000079],[-64.495543999999938,63.327773999999977],[-64.510833999999988,63.307770000000062],[-64.588897999999858,63.321938000000102],[-64.608337000000006,63.32388300000008],[-64.61999499999996,63.323326000000009],[-64.62222300000002,63.322219999999959],[-64.624709999999993,63.318054000000075],[-64.61999499999996,63.313324000000023],[-64.614715999999987,63.30971500000004],[-64.587783999999942,63.299721000000034],[-64.577224999999999,63.296660999999972],[-64.566390999999953,63.293884000000048],[-64.525557999999933,63.290550000000053],[-64.500838999999985,63.289992999999981],[-64.488892000000021,63.288330000000087],[-64.482773000000009,63.285827999999981],[-64.481948999999872,63.282211000000018],[-64.531112999999948,63.249718000000087],[-64.538054999999929,63.248329000000069],[-64.658339999999953,63.249161000000015],[-64.767501999999922,63.32388300000008],[-64.826950000000011,63.45249199999995],[-64.850554999999929,63.510826000000009],[-64.942490000000021,63.632210000000043],[-64.955001999999922,63.640274000000034],[-64.973052999999993,63.646942000000024],[-64.99499499999996,63.652488999999946],[-65.046386999999925,63.662209000000075],[-65.06361400000003,63.668053000000043],[-65.070847000000015,63.671936000000017],[-65.166945999999996,63.747772000000055],[-65.166397000000018,63.773323000000119],[-65.153335999999911,63.771102999999925],[-65.150833000000034,63.772217000000126],[-65.154174999999952,63.776939000000027],[-65.15943900000002,63.781105000000082],[-65.204726999999934,63.80332199999998],[-65.293609999999944,63.812767000000065],[-65.298614999999927,63.81249200000002],[-65.301392000000021,63.81082200000003],[-65.303878999999995,63.806938000000002],[-65.300277999999935,63.799995000000024],[-65.281677000000002,63.788887000000045],[-65.215560999999923,63.75471500000009],[-65.15566999999993,63.725326999999993],[-65.135284000000013,63.715271000000143],[-65.053054999999972,63.638046000000088],[-65.039169000000015,63.574165000000107],[-65.069732999999985,63.568886000000134],[-65.085830999999928,63.563881000000094],[-65.091948999999943,63.559714999999983],[-65.099990999999932,63.547217999999987],[-65.102218999999991,63.541664000000026],[-65.102218999999991,63.536658999999929],[-65.099441999999897,63.526381999999955],[-65.026947000000007,63.399162000000103],[-64.965011999999945,63.369438000000059],[-64.952498999999875,63.362212999999997],[-64.942490000000021,63.353049999999996],[-64.909163999999976,63.280548000000124],[-64.901108000000022,63.237495000000024],[-64.908614999999941,63.235550000000046],[-64.921386999999925,63.235825000000034],[-65.046386999999925,63.248329000000069],[-65.068893000000003,63.252494999999954],[-65.082503999999972,63.260826000000066],[-65.103332999999964,63.27777100000003],[-65.114166000000012,63.284996000000092],[-65.123321999999973,63.288330000000087],[-65.136123999999995,63.290833000000021],[-65.141953000000001,63.28943600000008],[-65.148620999999991,63.286110000000065],[-65.146956999999873,63.281380000000013],[-65.083327999999938,63.20388000000014],[-65.057770000000005,63.174712999999997],[-65.054992999999911,63.172217999999987],[-65.046111999999994,63.171104000000014],[-65.016524999999945,63.171515999999997],[-64.998610999999926,63.176102000000014],[-64.944716999999912,63.183327000000077],[-64.920272999999952,63.184158000000082],[-64.911391999999921,63.180824000000086],[-64.811660999999958,63.137497000000053],[-64.797500999999954,63.130547000000035],[-64.783889999999985,63.12221500000004],[-64.755004999999926,63.099158999999986],[-64.753341999999918,63.096657000000107],[-64.762511999999958,63.0472180000001],[-64.771392999999989,62.98333000000008],[-64.703338999999971,62.953323000000069],[-64.696105999999872,62.952217000000076],[-64.676392000000021,62.941658000000018],[-64.645553999999947,62.921660999999972],[-64.634444999999971,62.912491000000102],[-64.627212999999983,62.90415999999999],[-64.626937999999939,62.899994000000106],[-64.629989999999964,62.897491000000116],[-64.638335999999981,62.894440000000088],[-64.733611999999994,62.878875999999991],[-64.769454999999937,62.862213000000111],[-64.855269999999962,62.865273000000002],[-64.881942999999865,62.867493000000024],[-64.903885000000002,62.872490000000084],[-64.923324999999977,62.878875999999991],[-65.005004999999983,62.90776800000009],[-65.162215999999944,62.943047000000035],[-65.225280999999995,62.954993999999942],[-65.236114999999984,62.957771000000037],[-65.243056999999965,62.961662000000103],[-65.248336999999935,62.965828000000045],[-65.25140399999998,62.970543000000077],[-65.255004999999926,62.979713000000118],[-65.254729999999995,62.985268000000019],[-65.26916499999993,62.959991000000059],[-65.194442999999922,62.878875999999991],[-65.190276999999924,62.875267000000008],[-65.175002999999947,62.862495000000024],[-65.153884999999946,62.84693900000002],[-65.14805599999994,62.843322999999998],[-65.129165999999998,62.83638000000002],[-65.115279999999984,62.828880000000083],[-64.984726000000023,62.714157],[-64.978332999999964,62.704711999999972],[-64.94888299999991,62.648604999999975],[-64.964721999999995,62.6336060000001],[-64.980834999999956,62.623604000000114],[-65.062774999999988,62.587494000000049],[-65.071120999999948,62.584435000000042],[-65.087219000000005,62.57888000000014],[-65.114715999999987,62.571663000000058],[-65.145003999999915,62.565826000000072],[-65.187499999999943,62.56221000000005],[-65.19776899999988,62.563048999999978],[-65.205001999999979,62.566101000000117],[-65.212219000000005,62.569992000000013],[-65.22084000000001,62.578331000000048],[-65.288605000000018,62.659987999999998],[-65.294997999999964,62.669441000000006],[-65.296660999999972,62.674163999999962],[-65.290558000000033,62.678878999999995],[-65.273894999999982,62.685265000000129],[-65.267776000000026,62.690269000000058],[-65.266952999999944,62.694434999999999],[-65.279175000000009,62.696654999999964],[-65.321121000000005,62.694434999999999],[-65.327498999999989,62.691658000000075],[-65.329726999999934,62.685546999999985],[-65.328063999999983,62.666100000000142],[-65.337218999999948,62.666664000000083],[-65.346953999999869,62.675827000000083],[-65.353881999999942,62.684433000000013],[-65.356658999999922,62.69499200000007],[-65.339721999999938,62.837493999999992],[-65.391952999999944,62.843605000000025],[-65.436661000000015,62.819442999999978],[-65.566665999999941,62.811661000000015],[-65.579178000000013,62.811934999999949],[-65.601943999999946,62.817772000000105],[-65.60943599999996,62.820831000000055],[-65.61610399999995,62.824715000000083],[-65.746947999999861,62.917770000000075],[-65.909438999999963,62.925827000000027],[-65.933318999999983,62.955826000000059],[-65.910278000000005,62.967765999999983],[-65.839721999999995,63.020828000000051],[-65.834731999999974,63.026382000000069],[-65.833327999999995,63.03138000000007],[-65.838333000000034,63.033333000000027],[-65.84973100000002,63.032767999999976],[-65.866394000000014,63.028602999999976],[-65.926101999999958,63.008331000000112],[-65.949722000000008,62.997772000000055],[-65.955001999999979,62.994155999999975],[-65.955565999999862,62.990829000000076],[-65.946380999999974,62.983047000000113],[-65.945830999999941,62.978874000000133],[-65.950561999999991,62.975822000000051],[-65.960830999999928,62.974433999999974],[-65.973891999999864,62.973877000000073],[-65.987212999999997,62.974709000000132],[-66.014450000000011,62.978874000000133],[-66.031386999999938,62.984717999999987],[-66.039718999999991,62.988602000000014],[-66.052215999999987,62.996658000000082],[-66.14973399999991,63.059990000000084],[-66.155563000000029,63.081383000000017],[-66.162780999999939,63.089989000000116],[-66.174438000000009,63.096382000000062],[-66.266952999999944,63.130820999999969],[-66.275832999999977,63.133881000000031],[-66.282501000000025,63.133330999999998],[-66.287780999999995,63.12971500000009],[-66.291945999999996,63.125267000000122],[-66.293335000000013,63.120543999999995],[-66.291381999999999,63.116104000000121],[-66.206954999999994,63.040833000000077],[-66.196654999999964,63.031661999999983],[-66.182769999999891,63.023604999999975],[-66.121658000000025,63.00110600000005],[-66.105559999999969,62.993880999999988],[-66.098343,62.990273000000059],[-66.091385000000002,62.983604000000014],[-66.089721999999881,62.978600000000029],[-66.097777999999948,62.952492000000063],[-66.103058000000033,62.946655000000135],[-66.107772999999952,62.943878000000041],[-66.11610399999995,62.940544000000045],[-66.135833999999932,62.936652999999978],[-66.147232000000031,62.936104],[-66.159163999999976,62.936652999999978],[-66.168883999999991,62.938881000000094],[-66.192215000000033,62.954437000000041],[-66.220839999999953,62.969437000000028],[-66.284728999999913,62.990273000000059],[-66.293883999999878,62.992767000000015],[-66.345000999999968,62.999161000000015],[-66.351668999999958,62.998603999999943],[-66.366104000000007,62.992493000000081],[-66.37860099999989,62.992493000000081],[-66.392775999999969,62.994995000000131],[-66.408889999999928,63.001938000000109],[-66.444442999999865,63.020546000000024],[-66.46444699999995,63.032211000000075],[-66.518340999999964,63.065269000000058],[-66.525283999999999,63.074715000000026],[-66.551940999999999,63.17943600000001],[-66.626388999999961,63.252220000000136],[-66.646666999999979,63.326384999999959],[-66.638335999999981,63.340271000000143],[-66.637512000000015,63.349998000000085],[-66.636948000000018,63.35833000000008],[-66.637786999999946,63.362770000000069],[-66.642776000000026,63.372489999999971],[-66.650832999999977,63.374992000000077],[-66.657500999999968,63.374435000000005],[-66.664169000000015,63.371658000000082],[-66.735549999999989,63.299438000000066],[-66.738602000000014,63.294159000000093],[-66.740828999999962,63.288048000000003],[-66.740279999999927,63.283607000000075],[-66.731110000000001,63.274712000000022],[-66.720550999999944,63.266388000000006],[-66.685546999999985,63.248046999999985],[-66.671386999999868,63.242767000000129],[-66.646956999999929,63.239159000000029],[-66.639174999999966,63.236107000000118],[-66.607498000000021,63.21027400000014],[-66.602492999999981,63.205269000000101],[-66.600280999999995,63.200829000000113],[-66.558334000000002,63.087212000000022],[-66.537780999999882,62.998047000000042],[-66.540282999999931,62.994155999999975],[-66.546660999999915,62.991379000000109],[-66.557220000000029,62.99193600000001],[-66.673049999999989,63.023048000000074],[-66.682220000000029,63.026382000000069],[-66.763061999999934,63.083054000000061],[-66.768065999999919,63.087768999999923],[-66.773894999999925,63.096382000000062],[-66.774444999999957,63.100548000000003],[-66.778885000000002,63.143607999999972],[-66.789169000000015,63.21138000000002],[-66.806655999999975,63.272491000000116],[-66.807495000000017,63.273323000000062],[-66.811661000000015,63.274437000000034],[-66.82028200000002,63.273323000000062],[-66.829177999999956,63.271660000000111],[-66.837783999999942,63.267769000000044],[-66.846953999999926,63.25750000000005],[-66.849166999999966,63.251389000000131],[-66.849166999999966,63.245544000000052],[-66.846114999999941,63.229713000000061],[-66.844727000000034,63.22665400000011],[-66.837219000000005,63.21804800000001],[-66.828338999999971,63.209159999999997],[-66.819457999999941,63.200272000000041],[-66.813888999999961,63.196098000000006],[-66.803878999999938,63.186378000000104],[-66.801391999999964,63.182495000000131],[-66.799727999999959,63.177490000000091],[-66.799437999999952,63.172492999999974],[-66.801666000000012,63.166382000000112],[-66.806655999999975,63.160545000000127],[-66.818343999999968,63.154159999999933],[-66.835555999999997,63.149161999999933],[-66.844161999999926,63.147217000000126],[-66.855270000000019,63.147217000000126],[-66.868332000000009,63.148880000000077],[-66.87777699999998,63.151931999999988],[-67.018340999999964,63.238883999999985],[-67.023894999999982,63.243050000000096],[-67.025008999999955,63.246658000000025],[-67.024445000000014,63.250274999999988],[-67.023055999999997,63.252777000000037],[-67.006393000000003,63.262215000000083],[-66.971114999999998,63.389717000000019],[-66.972777999999948,63.394997000000103],[-66.977782999999988,63.399719000000005],[-66.988891999999964,63.402489000000003],[-67.011123999999938,63.399993999999992],[-67.017226999999991,63.397217000000069],[-67.040832999999964,63.33554799999996],[-67.039168999999958,63.330551000000071],[-67.035827999999924,63.325272000000098],[-67.025008999999955,63.311104000000057],[-67.016113000000018,63.296660999999972],[-67.014174999999966,63.286385000000053],[-67.017226999999991,63.281105000000025],[-67.033324999999934,63.275268999999923],[-67.051940999999943,63.273323000000062],[-67.171111999999994,63.273880000000133],[-67.179717999999923,63.275551000000007],[-67.203887999999949,63.28527100000008],[-67.431670999999994,63.412765999999976],[-67.499999999999943,63.442764000000125],[-67.621658000000025,63.548881999999992],[-67.683318999999983,63.619438000000002],[-67.838897999999915,63.729713000000118],[-67.897506999999962,63.753052000000139],[-67.914718999999991,63.759438000000046],[-67.92332499999992,63.761108000000036],[-67.926102000000014,63.759163000000058],[-67.925277999999935,63.75471500000009],[-67.921386999999982,63.744438000000059],[-67.918059999999855,63.739159000000086],[-67.820006999999976,63.596382000000006],[-67.710555999999997,63.458603000000039],[-67.683318999999983,63.431664000000069],[-67.675003000000004,63.4180530000001],[-67.67193599999996,63.412490999999989],[-67.667769999999962,63.403046000000074],[-67.666396999999961,63.394439999999975],[-67.666655999999989,63.388046000000145],[-67.678329000000019,63.373047000000099],[-67.685271999999998,63.368880999999988],[-67.694442999999978,63.366385999999977],[-67.716659999999933,63.363884000000098],[-67.724166999999966,63.364159000000086],[-67.737212999999997,63.366385999999977],[-67.746384000000035,63.369438000000059],[-67.820557000000008,63.400269000000037],[-67.827224999999999,63.405266000000097],[-67.837509000000011,63.424164000000019],[-67.854445999999996,63.452774000000034],[-67.858046999999999,63.457497000000046],[-67.871658000000025,63.464714000000129],[-67.950835999999981,63.506660000000124],[-68.025283999999942,63.540832999999964],[-68.033324999999934,63.543883999999991],[-68.041381999999999,63.546104000000014],[-68.053054999999915,63.545273000000009],[-68.061661000000015,63.54332700000009],[-68.075561999999991,63.544159000000036],[-68.365829000000019,63.64527099999998],[-68.388610999999855,63.655548000000124],[-68.400283999999942,63.663879000000009],[-68.405563000000029,63.668602000000021],[-68.428328999999962,63.696381000000031],[-68.542769999999962,63.732490999999925],[-68.645843999999897,63.747490000000028],[-68.713622999999984,63.742493000000081],[-68.709732000000031,63.738045000000113],[-68.711394999999925,63.734717999999987],[-68.716109999999958,63.732207999999957],[-68.723617999999988,63.729713000000118],[-68.795546999999999,63.728600000000085],[-68.804442999999935,63.730270000000019],[-68.876099000000011,63.744713000000104],[-68.915833000000021,63.757216999999969],[-68.924437999999952,63.758888000000013],[-68.962508999999955,63.759163000000058],[-68.994720000000029,63.755554000000018],[-68.996947999999918,63.75360900000004],[-68.998336999999992,63.745270000000005],[-68.995270000000005,63.741379000000109],[-68.989715999999987,63.737495000000081],[-68.977782999999931,63.729713000000118],[-68.933059999999955,63.711936999999978],[-68.919448999999986,63.704993999999999],[-68.824722000000008,63.643883000000073],[-68.813048999999978,63.635551000000078],[-68.809433000000013,63.630821000000026],[-68.807220000000029,63.625824000000136],[-68.809433000000013,63.621658000000025],[-68.793334999999956,63.589157000000114],[-68.766113000000018,63.556656000000032],[-68.754729999999995,63.548607000000004],[-68.717772999999909,63.528603000000089],[-68.557769999999948,63.45249199999995],[-68.495833999999945,63.421378999999945],[-68.35943599999996,63.344710999999961],[-68.288605000000018,63.298332000000016],[-68.270553999999947,63.284996000000092],[-68.206389999999999,63.227211000000011],[-68.202498999999932,63.216933999999981],[-68.206389999999999,63.212493999999992],[-68.18638599999997,63.188324000000136],[-68.156113000000005,63.158324999999934],[-68.146118000000001,63.150269000000037],[-68.139175000000023,63.148605000000032],[-68.128601000000003,63.148048000000131],[-68.115554999999972,63.15248900000006],[-68.082779000000016,63.163605000000018],[-68.063888999999961,63.163605000000018],[-67.952224999999942,63.145546000000081],[-67.926392000000021,63.141106000000036],[-67.917495999999971,63.137214999999969],[-67.916655999999932,63.133049000000085],[-67.92332499999992,63.129433000000063],[-67.912780999999939,63.083327999999995],[-67.646117999999944,63.100272999999959],[-67.632767000000001,63.09887700000013],[-67.610275000000001,63.094154000000117],[-67.604996000000028,63.089989000000116],[-67.599990999999989,63.084434999999928],[-67.599990999999989,63.078880000000026],[-67.601944000000003,63.073326000000066],[-67.61500499999994,63.063605999999993],[-67.624160999999958,63.061104000000057],[-67.636123999999995,63.059715000000097],[-67.682219999999916,63.057770000000119],[-67.689712999999927,63.058044000000052],[-67.709166999999923,63.056655999999919],[-67.719451999999933,63.054993000000024],[-67.727492999999924,63.051659000000029],[-67.77305599999994,63.025826000000052],[-67.772507000000019,62.962212000000136],[-67.769729999999981,62.958327999999938],[-67.763625999999988,62.955551000000071],[-67.748046999999985,62.953049000000135],[-67.738602000000014,62.953323000000069],[-67.728058000000033,62.954993999999942],[-67.721831999999949,62.96265800000009],[-67.718841999999995,62.964493000000061],[-67.718169999999986,62.967327000000068],[-67.719329999999957,62.970490000000098],[-67.72444200000001,62.984161000000086],[-67.729995999999971,62.98832700000014],[-67.736938000000009,62.995544000000109],[-67.733886999999982,63.000832000000116],[-67.698043999999925,63.020828000000051],[-67.686934999999949,63.026657000000114],[-67.659438999999963,63.034164000000033],[-67.56527699999998,63.049438000000123],[-67.553054999999915,63.048607000000118],[-67.529998999999975,63.03694200000001],[-67.510559000000001,63.024712000000079],[-67.499999999999943,63.015549000000078],[-67.499724999999955,63.007773999999984],[-67.509170999999924,63.001938000000109],[-67.531386999999995,62.995269999999948],[-67.550551999999982,62.99193600000001],[-67.573333999999988,62.990273000000059],[-67.593613000000005,62.987495000000081],[-67.630828999999949,62.976379000000122],[-67.651397999999915,62.967490999999939],[-67.670997999999997,62.944323999999995],[-67.671829000000002,62.941322000000127],[-67.672667999999987,62.937996000000055],[-67.672775000000001,62.923324999999977],[-67.665833000000021,62.918884000000048],[-67.659164000000033,62.916664000000026],[-67.654921999999999,62.917282],[-67.648894999999925,62.921104000000071],[-67.646666999999979,62.925270000000125],[-67.638335999999981,62.931938000000116],[-67.572509999999909,62.963882000000126],[-67.566956000000005,62.965546000000131],[-67.470275999999956,62.985268000000019],[-67.462783999999999,62.985268000000019],[-67.39805599999994,62.967209000000082],[-67.194716999999912,62.870270000000062],[-67.048339999999996,62.771378000000141],[-67.012221999999952,62.73443600000013],[-66.95777899999996,62.681106999999997],[-66.913329999999917,62.669991000000039],[-66.824722000000008,62.679161000000079],[-66.813323999999852,62.679992999999968],[-66.741104000000007,62.673882000000106],[-66.733063000000016,62.671661000000029],[-66.726944000000003,62.668602000000021],[-66.728881999999942,62.666100000000142],[-66.735275000000001,62.662490999999932],[-66.744445999999925,62.660271000000137],[-66.752791999999999,62.656936999999971],[-66.760559000000001,62.653602999999976],[-66.768065999999919,62.648879999999963],[-66.773055999999883,62.643050999999957],[-66.775009000000011,62.636940000000095],[-66.773055999999883,62.632492000000127],[-66.606948999999986,62.604996000000085],[-66.425002999999947,62.445267000000115],[-66.359436000000017,62.447487000000137],[-66.351668999999958,62.444992000000127],[-66.349166999999966,62.441376000000048],[-66.327498999999932,62.384438000000046],[-66.330565999999976,62.379158000000018],[-66.337783999999886,62.374992000000077],[-66.426391999999964,62.349433999999974],[-66.435546999999929,62.349158999999986],[-66.458617999999944,62.35193600000008],[-66.469161999999983,62.35193600000008],[-66.475829999999974,62.348602000000085],[-66.478881999999999,62.343323000000112],[-66.478881999999999,62.338325999999995],[-66.476943999999946,62.335823000000005],[-66.470000999999968,62.332214000000022],[-66.374709999999993,62.286110000000065],[-66.329177999999956,62.267494000000056],[-66.318619000000012,62.264717000000132],[-66.355834999999956,62.307770000000062],[-66.359160999999972,62.312492000000134],[-66.363892000000021,62.323051000000021],[-66.361389000000031,62.326942000000088],[-66.355559999999855,62.331940000000088],[-66.351944000000003,62.334991000000116],[-66.332779000000016,62.341934000000094],[-66.3125,62.344993999999986],[-66.294158999999979,62.344711000000018],[-66.285552999999993,62.343605000000139],[-66.208343999999897,62.332214000000022],[-66.165282999999931,62.291381999999999],[-66.160277999999892,62.271378000000084],[-66.167220999999984,62.254439999999988],[-66.201950000000011,62.260551000000078],[-66.256667999999991,62.266105999999979],[-66.261397999999872,62.263054000000068],[-66.257232999999871,62.259720000000073],[-66.241104000000007,62.253326000000015],[-66.212508999999898,62.245270000000119],[-66.166397000000018,62.235267999999962],[-66.081680000000006,62.226379000000065],[-66.058608999999876,62.2241590000001],[-66.051940999999999,62.224709000000132],[-66.045836999999949,62.227485999999999],[-66.043610000000001,62.233604000000128],[-66.038895000000025,62.239432999999963],[-66.033889999999985,62.244995000000131],[-66.028610000000015,62.248604000000114],[-66.025008999999955,62.249718000000087],[-66.015014999999948,62.251389000000131],[-66,62.247771999999998],[-65.993057000000022,62.244155999999975],[-65.939437999999996,62.208602999999925],[-65.933059999999955,62.204163000000108],[-65.929168999999888,62.198044000000095],[-65.930556999999965,62.193321000000083],[-65.934432999999956,62.191657999999961],[-65.952788999999939,62.189156000000082],[-65.963332999999977,62.186935000000005],[-65.969161999999926,62.184714999999983],[-66.043610000000001,62.151657],[-66.050827000000027,62.147774000000084],[-66.132492000000013,62.089432000000045],[-66.110001000000011,62.017494000000113],[-66.041945999999996,61.958046000000081],[-66.035827999999924,61.952773999999977],[-66.033066000000019,61.95249200000012],[-66.019454999999994,61.954993999999999],[-66.003066999999987,61.962212000000022],[-65.999434999999949,61.963051000000121],[-65.992217999999866,61.962769000000094],[-65.988602000000014,61.958885000000066],[-65.949432000000002,61.912491000000102],[-65.946655000000021,61.906936999999914],[-65.946655000000021,61.899162000000047],[-65.948882999999967,61.89527099999998],[-65.955001999999979,61.890274000000034],[-65.961945000000014,61.886383000000137],[-65.97084000000001,61.883881000000088],[-66.057770000000005,61.869713000000047],[-66.066101000000003,61.868599000000074],[-66.275832999999977,61.858330000000024],[-66.287780999999995,61.858330000000024],[-66.395003999999858,61.87082700000002],[-66.404449,61.872765000000129],[-66.521666999999923,61.896942000000024],[-66.543334999999956,61.898880000000133],[-66.555557000000022,61.901382000000012],[-66.626099000000011,61.917213000000004],[-66.632767000000001,61.918884000000048],[-66.659163999999976,61.933601000000067],[-66.665282999999931,61.941375999999991],[-66.662216000000001,61.946655000000135],[-66.746947999999918,62.00777400000004],[-66.755568999999923,62.011108000000036],[-66.781386999999881,62.015549000000135],[-66.803329000000019,62.016937000000041],[-66.812774999999988,62.016663000000108],[-66.825835999999924,62.011940000000095],[-67.091949,62.030822999999998],[-67.104720999999984,62.032211000000132],[-67.254729999999938,62.078049000000078],[-67.345275999999899,62.119437999999946],[-67.463057999999933,62.139435000000049],[-67.499999999999943,62.138657000000137],[-67.731658999999922,62.158356000000026],[-67.757232999999928,62.160544999999956],[-67.798339999999939,62.166100000000085],[-68.003066999999987,62.213882000000126],[-68.113892000000021,62.216103000000032],[-68.233062999999902,62.219711000000132],[-68.256957999999997,62.220825000000104],[-68.269164999999873,62.223045000000127],[-68.299438000000009,62.232208000000128],[-68.325286999999946,62.234993000000145],[-68.401671999999962,62.239432999999963],[-68.46945199999999,62.242767000000129],[-68.519729999999925,62.244713000000047],[-68.548049999999932,62.248604000000114],[-68.564712999999927,62.251938000000109],[-68.615828999999962,62.263885000000073],[-68.722228999999913,62.302216000000044],[-68.725554999999872,62.30471],[-68.726943999999946,62.307770000000062],[-68.759170999999924,62.328049000000021],[-68.882216999999969,62.360550000000103],[-68.922501000000011,62.365547000000049],[-68.995833999999945,62.373322000000087],[-69.039000999999985,62.381355000000042],[-69.121384000000035,62.410820000000115],[-69.160003999999958,62.425270000000069],[-69.193054000000018,62.438042000000053],[-69.231673999999884,62.455269000000101],[-69.270554000000004,62.478325000000098],[-69.36082499999992,62.536385000000053],[-69.40834000000001,62.569992000000013],[-69.430556999999965,62.584160000000054],[-69.426666000000012,62.55443600000001],[-69.428329000000019,62.548332000000016],[-69.442215000000033,62.547493000000031],[-69.449721999999952,62.551102000000014],[-69.519164999999987,62.602493000000095],[-69.583892999999989,62.651932000000102],[-69.597228999999913,62.662490999999932],[-69.597504000000015,62.665268000000026],[-69.565551999999968,62.718048000000067],[-69.557219999999973,62.726379000000009],[-69.543335000000013,62.732765000000086],[-69.525557999999933,62.738044999999943],[-69.50389100000001,62.741378999999938],[-69.482497999999964,62.763611000000026],[-69.727492999999981,62.779991000000109],[-69.906386999999881,62.768599999999992],[-70.121932999999956,62.748878000000104],[-70.217498999999862,62.747772000000111],[-70.229171999999949,62.748878000000104],[-70.240279999999984,62.751389000000074],[-70.354995999999915,62.788329999999974],[-70.360000999999954,62.790276000000063],[-70.367767000000015,62.793883999999991],[-70.477782999999988,62.848328000000038],[-70.499434999999949,62.864441000000056],[-70.508056999999951,62.865828999999962],[-70.665558000000033,62.880547000000092],[-70.830291999999929,62.896660000000111],[-70.853332999999964,62.899994000000106],[-70.885558999999944,62.907211000000018],[-70.896118000000001,62.91443600000008],[-70.893065999999976,62.917770000000075],[-70.885833999999988,62.920546999999999],[-70.871384000000035,62.924713000000054],[-70.863616999999977,62.925552000000039],[-70.848343,62.924713000000054],[-70.847777999999892,62.947212000000036],[-70.974837999999977,62.989437000000009],[-70.977341000000024,62.983768000000055],[-71.013061999999991,62.989990000000091],[-71.060271999999941,62.981102000000078],[-71.071670999999981,62.979431000000034],[-71.120833999999945,62.979431000000034],[-71.135833999999932,62.980820000000051],[-71.152221999999995,62.985268000000019],[-71.156661999999983,62.989159000000086],[-71.156661999999983,62.999434999999949],[-71.136672999999973,63.028602999999976],[-71.118103000000019,63.032219000000055],[-71.091384999999946,63.029991000000052],[-71.020888999999954,63.044270000000097],[-71.013724999999965,63.043602000000021],[-71.007384999999942,63.043437999999981],[-71.003219999999942,63.044768999999974],[-70.863892000000021,63.112213000000054],[-70.856383999999991,63.139434999999992],[-70.908889999999985,63.17083000000008],[-70.920546999999942,63.168883999999991],[-70.952498999999989,63.162766000000033],[-70.971389999999928,63.158882000000006],[-70.976943999999946,63.15665400000006],[-70.990279999999984,63.148048000000131],[-70.997498000000007,63.141662999999937],[-71.001953000000015,63.128044000000045],[-71.002791999999999,63.123322000000144],[-71.00140399999998,63.118881000000044],[-70.993332000000009,63.112770000000125],[-70.990829000000019,63.108330000000137],[-70.989989999999977,63.102492999999981],[-70.993606999999997,63.098045000000013],[-71.029723999999987,63.071937999999989],[-71.041672000000005,63.069442999999922],[-71.127212999999983,63.071663000000115],[-71.138610999999912,63.073326000000066],[-71.195266999999944,63.031661999999983],[-71.195830999999998,63.026657000000114],[-71.198607999999979,63.019989000000123],[-71.208618000000001,63.01166500000005],[-71.232773000000009,63.001938000000109],[-71.243880999999988,63.00110600000005],[-71.255844000000025,63.001938000000109],[-71.262512000000015,63.004166000000112],[-71.40055799999999,63.051659000000029],[-71.408339999999953,63.055267000000129],[-71.413895000000025,63.060546999999985],[-71.421386999999982,63.071663000000115],[-71.454726999999934,63.10193600000008],[-71.465012000000002,63.103325000000098],[-71.605834999999956,63.134995000000004],[-71.624999999999943,63.140831000000048],[-71.70666499999993,63.174995000000081],[-71.713897999999972,63.179161000000136],[-71.770003999999915,63.25638600000002],[-71.794998000000021,63.326660000000004],[-71.795546999999942,63.384720000000073],[-71.805831999999953,63.382767000000001],[-72.009170999999981,63.391106000000036],[-72.063048999999921,63.396385000000009],[-72.076400999999976,63.398048000000074],[-72.083069000000023,63.400542999999971],[-72.141678000000013,63.436104000000114],[-72.146118000000001,63.439987000000031],[-72.145554000000004,63.44609800000012],[-72.126662999999951,63.450271999999984],[-72.023055999999997,63.448043999999982],[-71.933318999999926,63.443321000000026],[-71.825835999999981,63.435265000000129],[-71.785278000000005,63.431938000000002],[-71.748046999999985,63.428047000000106],[-71.711120999999935,63.422768000000133],[-71.683059999999955,63.419716000000051],[-71.634734999999921,63.419716000000051],[-71.61500499999994,63.422493000000145],[-71.59944200000001,63.42582700000014],[-71.411666999999909,63.485824999999977],[-71.316955999999948,63.530823000000055],[-71.227492999999924,63.598877000000016],[-71.229720999999984,63.604713000000061],[-71.234726000000023,63.608047000000056],[-71.245620999999971,63.610939000000087],[-71.261123999999995,63.612495000000024],[-71.295273000000009,63.612495000000024],[-71.306945999999982,63.611381999999935],[-71.323623999999938,63.605270000000132],[-71.328063999999983,63.602218999999934],[-71.331680000000006,63.598328000000038],[-71.333069000000023,63.583603000000096],[-71.332503999999972,63.581664999999987],[-71.328063999999983,63.576942000000031],[-71.325561999999991,63.571938000000046],[-71.326110999999912,63.570549000000028],[-71.331680000000006,63.565543999999989],[-71.335280999999895,63.564437999999996],[-71.379990000000021,63.565543999999989],[-71.407501000000025,63.567771999999934],[-71.414168999999958,63.570549000000028],[-71.416397000000018,63.572769000000051],[-71.378052000000025,63.595268000000033],[-71.367492999999968,63.601935999999966],[-71.363616999999977,63.607216000000051],[-71.362503000000004,63.61332700000014],[-71.377486999999974,63.632767000000115],[-71.396666999999923,63.635826000000066],[-71.407776000000013,63.635551000000078],[-71.411391999999978,63.634437999999989],[-71.418059999999969,63.629990000000021],[-71.452498999999989,63.604439000000127],[-71.441101000000003,63.590827999999988],[-71.439437999999996,63.588042999999971],[-71.446944999999914,63.580826000000002],[-71.455841000000021,63.57888000000014],[-71.470275999999956,63.578049000000135],[-71.561661000000015,63.580275999999969],[-71.576950000000011,63.581664999999987],[-71.580565999999976,63.583878000000141],[-71.581389999999942,63.59304800000001],[-71.583618000000001,63.649719000000118],[-71.569457999999997,63.675552000000039],[-71.562209999999993,63.685546999999985],[-71.581116000000009,63.714995999999985],[-71.585007000000019,63.71665999999999],[-71.615828999999906,63.722213999999951],[-71.629165999999941,63.723877000000073],[-71.638061999999877,63.721099999999979],[-71.660004000000015,63.706940000000088],[-71.664718999999877,63.703049000000021],[-71.667220999999927,63.697212000000036],[-71.700561999999991,63.696381000000031],[-71.823897999999872,63.78054800000001],[-71.830001999999979,63.784439000000077],[-71.891113000000018,63.80832700000002],[-71.904449,63.809989999999971],[-71.915558000000033,63.810271999999998],[-71.938599000000011,63.808044000000052],[-71.958344000000011,63.802490000000034],[-71.970550999999944,63.795830000000024],[-71.985549999999932,63.781937000000028],[-72.000564999999995,63.761383000000023],[-72.004181000000017,63.752776999999924],[-71.999725000000012,63.748328999999956],[-71.991104000000007,63.74610100000001],[-71.972778000000005,63.748047000000099],[-71.966949,63.75110600000005],[-71.954726999999934,63.76527400000009],[-71.946654999999964,63.770271000000037],[-71.939162999999951,63.772491000000059],[-71.934433000000013,63.772766000000047],[-71.853881999999999,63.761383000000023],[-71.848617999999988,63.759438000000046],[-71.843886999999995,63.755554000000018],[-71.879439999999988,63.681937999999946],[-71.882766999999944,63.678047000000049],[-71.920273000000009,63.655548000000124],[-71.933884000000035,63.649437000000034],[-71.963622999999984,63.649162000000047],[-72.051940999999943,63.67860399999995],[-72.154175000000009,63.735550000000103],[-72.169448999999986,63.748604],[-72.21305799999999,63.683876000000112],[-72.212783999999942,63.680550000000039],[-72.213897999999915,63.677772999999945],[-72.218886999999995,63.673882000000049],[-72.223891999999864,63.672218000000044],[-72.234160999999972,63.670273000000066],[-72.245269999999948,63.669715999999994],[-72.28694200000001,63.671660999999972],[-72.317504999999983,63.674164000000133],[-72.324172999999973,63.676658999999972],[-72.327498999999989,63.67971799999998],[-72.363891999999964,63.749435000000005],[-72.363616999999977,63.754440000000045],[-72.357772999999952,63.761383000000023],[-72.352782999999988,63.76527400000009],[-72.342498999999975,63.771378000000141],[-72.324722000000008,63.776939000000027],[-72.317779999999914,63.777771000000087],[-72.302779999999927,63.776657000000114],[-72.291381999999942,63.773605000000032],[-72.270003999999915,63.787216000000001],[-72.215012000000002,63.867767000000072],[-72.209732000000031,63.893051000000071],[-72.223052999999993,63.92943600000001],[-72.232772999999895,63.948325999999952],[-72.238892000000021,63.952492000000063],[-72.246384000000035,63.950272000000041],[-72.250564999999938,63.947769000000051],[-72.36471599999993,63.845543000000134],[-72.383056999999951,63.815543999999932],[-72.376388999999961,63.812209999999936],[-72.371658000000025,63.809158000000025],[-72.366942999999992,63.804710000000057],[-72.365554999999915,63.800270000000069],[-72.363051999999925,63.791107000000068],[-72.368056999999965,63.782494000000099],[-72.372771999999998,63.778603000000032],[-72.436110999999926,63.781661999999983],[-72.515838999999971,63.786384999999996],[-72.526397999999915,63.787773000000072],[-72.531386999999995,63.791107000000068],[-72.532227000000034,63.796661000000029],[-72.531386999999995,63.799438000000123],[-72.519729999999925,63.804710000000057],[-72.496658000000025,63.803604000000064],[-72.474166999999909,63.804710000000057],[-72.463897999999972,63.806655999999975],[-72.459731999999974,63.809158000000025],[-72.456116000000009,63.814438000000109],[-72.456954999999994,63.815826000000015],[-72.465011999999945,63.819160000000011],[-72.521117999999944,63.84027100000003],[-72.537216000000001,63.844154000000003],[-72.585555999999997,63.852776000000006],[-72.634734999999978,63.852493000000038],[-72.637512000000015,63.873604000000057],[-72.641112999999962,63.904434000000094],[-72.611663999999962,63.943046999999979],[-72.592772999999852,64.018051000000128],[-72.592772999999852,64.022217000000069],[-72.658339999999896,64.076660000000004],[-72.664718999999934,64.080551000000071],[-72.67471299999994,64.083327999999995],[-72.682495000000017,64.079711999999972],[-72.685546999999929,64.076385000000016],[-72.688048999999978,64.070540999999992],[-72.704726999999991,64.015549000000078],[-72.705841000000021,64.009155000000021],[-72.702498999999932,64.005553999999961],[-72.696945000000028,64.003052000000082],[-72.668335000000013,63.996101000000124],[-72.660004000000015,63.992493000000024],[-72.658614999999998,63.987770000000069],[-72.666396999999961,63.980545000000006],[-72.678878999999938,63.972488000000055],[-72.692490000000021,63.966660000000104],[-72.699722000000008,63.964439000000027],[-72.720000999999968,63.961105000000032],[-72.753341999999918,64.000274999999988],[-72.758346999999958,64.004166000000055],[-72.779449,64.010544000000039],[-72.836120999999991,64.019714000000079],[-72.931380999999988,64.052475000000015],[-72.94027699999998,64.058594000000028],[-72.941375999999991,64.063599000000067],[-72.93971299999987,64.067764000000068],[-72.933318999999983,64.076385000000016],[-72.925551999999868,64.084152000000131],[-72.919723999999917,64.086929000000055],[-72.911117999999931,64.08859300000006],[-72.888061999999991,64.086105000000089],[-72.878326000000015,64.086655000000121],[-72.874435000000005,64.08859300000006],[-72.870833999999945,64.093872000000033],[-72.868880999999931,64.099152000000117],[-72.868332000000009,64.108321999999987],[-72.897232000000031,64.156937000000028],[-72.905272999999909,64.164993000000095],[-72.911666999999966,64.168868999999972],[-73.223891999999921,64.31164600000011],[-73.271117999999888,64.283875000000023],[-73.267226999999991,64.273880000000133],[-73.270003999999972,64.265823000000125],[-73.273055999999997,64.26249700000011],[-73.279174999999952,64.258606000000043],[-73.339721999999938,64.258040999999992],[-73.365829000000019,64.261932000000058],[-73.380554000000018,64.268600000000049],[-73.384170999999981,64.272491000000116],[-73.386947999999904,64.277480999999966],[-73.417769999999905,64.371093999999914],[-73.415558000000033,64.445816000000036],[-73.326950000000011,64.476089000000002],[-73.167770000000019,64.576660000000118],[-73.164718999999934,64.579712000000029],[-73.164718999999934,64.60554499999995],[-73.165557999999976,64.607483000000116],[-73.169448999999872,64.609984999999995],[-73.296950999999922,64.656937000000084],[-73.302779999999927,64.658875000000023],[-73.309433000000013,64.658600000000035],[-73.342223999999931,64.644150000000081],[-73.346664000000033,64.641098],[-73.347504000000015,64.63499500000006],[-73.341110000000015,64.626083000000051],[-73.326110999999969,64.609984999999995],[-73.314437999999939,64.598038000000031],[-73.308043999999995,64.593322999999998],[-73.302215999999987,64.583878000000084],[-73.298614999999927,64.559418000000107],[-73.299163999999962,64.544982999999945],[-73.303328999999962,64.538315000000011],[-73.30749499999996,64.535812000000021],[-73.315276999999924,64.532211000000132],[-73.32417299999986,64.52998400000007],[-73.424164000000019,64.509995000000004],[-73.463333000000034,64.502486999999974],[-73.47222899999997,64.504440000000102],[-73.475829999999917,64.508040999999935],[-73.477218999999991,64.512207000000046],[-73.473052999999993,64.553589000000045],[-73.448714999999936,64.565422000000012],[-73.467223999999987,64.612762000000089],[-73.595000999999968,64.629699999999957],[-73.655563000000029,64.631653000000085],[-73.655563000000029,64.623596000000134],[-73.667496000000028,64.577209000000039],[-73.750289999999893,64.536377000000073],[-73.75389100000001,64.535263000000043],[-73.764450000000011,64.537491000000045],[-73.787780999999939,64.548035000000084],[-73.803054999999915,64.555251999999996],[-73.821121000000005,64.567490000000078],[-73.837783999999999,64.579712000000029],[-73.84944200000001,64.587493999999992],[-73.861388999999974,64.594436999999971],[-73.876662999999951,64.600815000000125],[-73.886947999999961,64.603592000000049],[-73.910277999999948,64.605819999999994],[-73.920272999999952,64.605255000000113],[-73.929442999999992,64.602203000000031],[-73.932495000000017,64.593597000000102],[-73.931106999999997,64.583878000000084],[-73.844726999999978,64.501937999999996],[-73.925551999999925,64.460265999999933],[-73.972777999999892,64.430267000000129],[-73.999434999999892,64.328048999999965],[-74.062774999999988,64.334427000000119],[-74.102218999999877,64.367476999999951],[-74.128051999999911,64.533051],[-74.127486999999974,64.534424000000115],[-74.105835000000013,64.535812000000021],[-74.082229999999925,64.534988000000055],[-74.065276999999924,64.533051],[-74.055557000000022,64.610535000000027],[-74.050551999999982,64.724991000000045],[-74.053878999999938,64.728592000000106],[-74.060546999999985,64.733322000000101],[-74.089721999999995,64.751099000000011],[-74.096114999999941,64.751389000000017],[-74.114440999999943,64.745819000000097],[-74.120543999999995,64.74192800000003],[-74.195266999999888,64.663040000000024],[-74.208892999999932,64.614151000000049],[-74.212783999999999,64.602768000000083],[-74.224715999999944,64.592484000000013],[-74.240279999999984,64.58027600000014],[-74.381942999999922,64.569992000000127],[-74.390288999999996,64.569716999999912],[-74.397507000000019,64.572220000000073],[-74.535278000000005,64.622208000000057],[-74.657500999999968,64.700272000000098],[-74.701675000000023,64.732483000000002],[-74.704177999999899,64.735535000000084],[-74.700835999999867,64.740265000000136],[-74.683318999999926,64.758331000000112],[-74.567504999999983,64.832764000000054],[-74.501113999999973,64.833603000000039],[-74.487777999999935,64.834152000000017],[-74.478881999999999,64.835815000000082],[-74.476395000000025,64.838882000000012],[-74.476943999999946,64.84165999999999],[-74.540557999999976,64.889160000000004],[-74.545836999999949,64.892212000000086],[-74.561110999999926,64.896102999999982],[-74.621932999999956,64.903869999999927],[-74.639998999999932,64.903595000000109],[-74.648620999999935,64.901382000000126],[-74.660277999999892,64.896378000000027],[-74.732773000000009,64.854705999999965],[-74.741378999999938,64.847488000000112],[-74.743057000000022,64.842209000000139],[-74.741942999999992,64.835815000000082],[-74.738892000000021,64.831375000000094],[-74.72222899999997,64.822220000000016],[-74.714721999999938,64.815535999999952],[-74.710007000000019,64.810532000000023],[-74.706664999999987,64.800537000000077],[-74.706664999999987,64.794983000000116],[-74.710830999999985,64.782761000000107],[-74.718886999999938,64.773604999999975],[-74.726394999999968,64.770828000000108],[-74.837219000000005,64.778595000000053],[-74.868332000000009,64.781936999999971],[-74.893341000000021,64.784714000000065],[-74.902221999999938,64.78804000000008],[-74.909164000000033,64.791367000000037],[-74.915833000000021,64.795822000000044],[-74.924438000000009,64.799149],[-74.944153000000028,64.803589000000045],[-74.955001999999979,64.804428000000144],[-74.975554999999872,64.801376000000062],[-74.985274999999945,64.795822000000044],[-74.985549999999876,64.790268000000083],[-74.982498000000021,64.785263000000043],[-74.978881999999999,64.781372000000147],[-74.963332999999977,64.773604999999975],[-74.834732000000031,64.716385000000116],[-74.733321999999987,64.685531999999967],[-74.694442999999978,64.676376000000005],[-74.675551999999982,64.670258000000047],[-74.660003999999958,64.663879000000009],[-74.613051999999925,64.640274000000034],[-74.545273000000009,64.602203000000031],[-74.512787000000003,64.583603000000096],[-74.475280999999939,64.561371000000008],[-74.470000999999968,64.557479999999941],[-74.47084000000001,64.555542000000003],[-74.513625999999874,64.533325000000104],[-74.520279000000016,64.532211000000132],[-74.585830999999985,64.480270000000075],[-74.685546999999985,64.391936999999984],[-74.685821999999973,64.371093999999914],[-74.797774999999945,64.380813999999987],[-74.974716000000001,64.416091999999992],[-74.985274999999945,64.418869000000086],[-75.010558999999944,64.429977000000122],[-75.056380999999988,64.452208999999982],[-75.142501999999979,64.483321999999987],[-75.174712999999997,64.492752000000053],[-75.182769999999948,64.492477000000065],[-75.188598999999954,64.489426000000037],[-75.188888999999904,64.483321999999987],[-75.187209999999993,64.473602000000085],[-75.182495000000017,64.468323000000112],[-75.177215999999987,64.464705999999978],[-75.151397999999915,64.460265999999933],[-75.146117999999944,64.457214000000022],[-75.14416499999993,64.453049000000021],[-75.15055799999999,64.447204999999997],[-75.154448999999943,64.444702000000063],[-75.199721999999952,64.428040000000067],[-75.207779000000016,64.427765000000022],[-75.21556099999998,64.428864000000033],[-75.224166999999909,64.432205000000067],[-75.295272999999952,64.46665999999999],[-75.323897999999986,64.481934000000081],[-75.332503999999972,64.490814000000114],[-75.344161999999926,64.49914600000011],[-75.34973100000002,64.50221300000004],[-75.381667999999991,64.513611000000026],[-75.409164000000033,64.522766000000104],[-75.479720999999927,64.53915399999994],[-75.490829000000019,64.539703000000088],[-75.566100999999946,64.549988000000042],[-75.666396999999961,64.563873000000115],[-75.693329000000006,64.569992000000127],[-75.703887999999949,64.572769000000051],[-75.721389999999985,64.579163000000051],[-75.736938000000009,64.586104999999975],[-75.74722300000002,64.594436999999971],[-75.763625999999988,64.604980000000126],[-75.773894999999925,64.608322000000044],[-75.796951000000035,64.612198000000149],[-75.824172999999973,64.611649],[-75.843063000000029,64.607758000000103],[-75.847228999999913,64.604430999999977],[-75.837219000000005,64.561371000000008],[-75.823623999999938,64.535812000000021],[-75.818893000000003,64.530823000000055],[-75.807495000000017,64.525269000000037],[-75.729172000000005,64.503051999999968],[-75.644729999999925,64.468872000000033],[-75.639449999999954,64.46527100000003],[-75.630554000000018,64.457214000000022],[-75.631667999999991,64.453598],[-75.636123999999938,64.449142000000052],[-75.641388000000006,64.448028999999963],[-75.696655000000021,64.43942300000009],[-75.708343999999954,64.437759000000028],[-75.727782999999931,64.442474000000061],[-75.746947999999975,64.453049000000021],[-75.765839000000028,64.46527100000003],[-75.77305599999994,64.467484000000127],[-75.874709999999993,64.486923000000047],[-75.895279000000016,64.48803700000002],[-75.908339999999953,64.487198000000035],[-75.920273000000009,64.484420999999998],[-75.922500999999954,64.481094000000041],[-75.910552999999993,64.478317000000118],[-75.875274999999988,64.47387700000013],[-75.857772999999952,64.468048000000067],[-75.720839999999953,64.383331000000055],[-75.717223999999987,64.379700000000014],[-75.718886999999995,64.374419999999986],[-75.723327999999924,64.369705000000124],[-75.726944000000003,64.367203000000018],[-75.83805799999999,64.369141000000013],[-75.861664000000019,64.371093999999914],[-75.950561999999934,64.399155000000007],[-76.043883999999991,64.368317000000047],[-76.253615999999965,64.35775799999999],[-76.264450000000011,64.319153000000028],[-76.214721999999995,64.314986999999974],[-76.205565999999976,64.313309000000004],[-76.196655000000021,64.310806000000071],[-76.188323999999852,64.306931000000077],[-76.189712999999927,64.301376000000005],[-76.197219999999959,64.29693600000013],[-76.205840999999964,64.294708000000014],[-76.300551999999982,64.278869999999984],[-76.484725999999966,64.266662999999994],[-76.493606999999997,64.268600000000049],[-76.503066999999987,64.275269000000094],[-76.506957999999941,64.284424000000001],[-76.505568999999923,64.289153999999996],[-76.503615999999909,64.291091999999935],[-76.502501999999936,64.295258000000047],[-76.506667999999934,64.297485000000108],[-76.541381999999999,64.304703000000075],[-76.591949,64.31053199999991],[-76.705840999999964,64.300812000000008],[-76.719451999999933,64.296646000000123],[-76.733886999999868,64.290543000000014],[-76.736664000000019,64.285812000000078],[-76.738892000000021,64.276382000000012],[-76.721663999999976,64.238312000000064],[-76.714721999999995,64.233870999999965],[-76.706115999999952,64.231369000000086],[-76.684722999999963,64.227768000000026],[-76.674438000000009,64.224990999999932],[-76.667220999999927,64.221924000000058],[-76.660278000000005,64.218322999999998],[-76.654723999999931,64.209152000000017],[-76.654723999999931,64.196640000000059],[-76.65834000000001,64.189972000000068],[-76.662215999999944,64.186646000000053],[-76.670546999999942,64.184143000000063],[-76.84722899999997,64.23054500000012],[-76.968337999999903,64.259720000000016],[-77.138335999999981,64.289429000000041],[-77.276108000000022,64.256378000000097],[-77.296111999999937,64.251938000000052],[-77.327498999999989,64.246367999999961],[-77.351944000000003,64.243866000000082],[-77.366104000000007,64.243866000000082],[-77.379990000000021,64.2452550000001],[-77.381377999999984,64.246643000000006],[-77.382216999999969,64.2494200000001],[-77.381377999999984,64.253601000000003],[-77.378875999999934,64.256943000000092],[-77.434158000000025,64.320267000000001],[-77.588332999999977,64.368317000000047],[-77.652221999999938,64.388046000000088],[-77.660278000000005,64.386383000000023],[-77.664444000000003,64.3836060000001],[-77.665832999999907,64.376923000000147],[-77.664718999999991,64.374146000000053],[-77.658889999999985,64.364990000000091],[-77.67971799999998,64.321105999999986],[-77.747222999999963,64.337769000000037],[-77.831389999999942,64.412490999999989],[-77.970276000000013,64.454436999999928],[-78.178054999999972,64.567490000000078],[-78.183318999999926,64.572495000000117],[-78.168578999999966,64.626197999999931],[-78.160552999999993,64.690536000000066],[-78.184433000000013,64.731093999999985],[-78.073623999999938,64.813599000000124],[-78.064437999999996,64.849426000000051],[-78.065276999999867,64.853591999999992],[-78.06639100000001,64.855820000000108],[-78.073623999999938,64.859420999999998],[-78.102492999999981,64.868866000000025],[-78.117217999999923,64.876082999999994],[-78.120834000000002,64.881088000000034],[-78.129715000000033,64.893875000000037],[-78.146118000000001,64.938309000000004],[-78.148055999999997,64.943862999999965],[-78.149733999999967,64.952209000000039],[-78.145279000000016,64.957489000000123],[-77.973052999999993,65.04136699999998],[-77.67971799999998,65.123306000000014],[-77.543610000000001,65.139709000000096],[-77.50306699999993,65.138596000000007],[-77.488326999999913,65.139434999999935],[-77.479720999999984,65.141098000000056],[-77.344726999999978,65.173309000000131],[-77.328612999999962,65.178864000000033],[-77.322783999999956,65.18331900000004],[-77.315825999999959,65.190536000000009],[-77.313048999999978,65.195816000000036],[-77.315552000000025,65.199417000000096],[-77.3824919999999,65.247482000000105],[-77.397232000000031,65.254990000000134],[-77.422774999999945,65.264435000000049],[-77.444716999999912,65.275543000000027],[-77.498046999999985,65.306641000000013],[-77.513061999999934,65.318877999999984],[-77.515015000000005,65.325820999999962],[-77.512222000000008,65.330551000000014],[-77.471114999999998,65.371368000000018],[-77.466949,65.375259000000085],[-77.461120999999878,65.379149999999981],[-77.452498999999875,65.380813999999987],[-77.438048999999921,65.379700000000014],[-77.41361999999998,65.371643000000063],[-77.402495999999985,65.369141000000127],[-77.345839999999896,65.358597000000088],[-77.337783999999999,65.357483000000116],[-77.323058999999944,65.357757999999933],[-77.30610699999994,65.359711000000061],[-77.295546999999999,65.361922999999933],[-77.291945999999939,65.363876000000062],[-77.287505999999951,65.367751999999996],[-77.287216000000001,65.375259000000085],[-77.289992999999924,65.378860000000145],[-77.295273000000009,65.383331000000055],[-77.319457999999997,65.393326000000002],[-77.326950000000011,65.395538000000045],[-77.341949,65.401657000000057],[-77.367492999999911,65.412491000000102],[-77.398620999999935,65.426651000000049],[-77.420272999999952,65.439972000000012],[-77.428329000000019,65.447754000000145],[-77.434432999999956,65.456940000000088],[-77.430556999999908,65.458878000000027],[-77.421660999999972,65.461380000000077],[-77.385559000000001,65.468048000000067],[-77.336670000000026,65.471375000000023],[-77.265288999999882,65.471923999999944],[-77.238051999999925,65.469437000000084],[-77.154449,65.445815999999979],[-77.134734999999978,65.439423000000033],[-77.124434999999892,65.434143000000006],[-77.115828999999962,65.429703000000131],[-77.111663999999962,65.426085999999998],[-77.111114999999927,65.421371000000136],[-77.106383999999991,65.413605000000075],[-77.09944200000001,65.409149000000014],[-77.08666999999997,65.407211000000075],[-76.962783999999999,65.407211000000075],[-76.956954999999994,65.410537999999974],[-76.952498999999989,65.414993000000038],[-76.956116000000009,65.421371000000136],[-76.955565999999976,65.422759999999982],[-76.951675000000023,65.425262000000032],[-76.944442999999978,65.427765000000022],[-76.920837000000006,65.429428000000144],[-76.849990999999989,65.428313999999943],[-76.824722000000008,65.425262000000032],[-76.626937999999939,65.398880000000133],[-76.361937999999952,65.342209000000025],[-76.235001000000011,65.312759000000142],[-76.164444000000003,65.296097000000145],[-76.072509999999909,65.277205999999921],[-75.96665999999999,65.255829000000119],[-75.953888000000006,65.255264000000068],[-75.925277999999935,65.257217000000026],[-75.920273000000009,65.258330999999998],[-75.912215999999944,65.257217000000026],[-75.898345999999947,65.253875999999991],[-75.805556999999965,65.229705999999965],[-75.785552999999936,65.224426000000108],[-75.769164999999987,65.21887200000009],[-75.765014999999892,65.216660000000047],[-75.760009999999909,65.210815000000139],[-75.741378999999995,65.173874000000012],[-75.739989999999921,65.168319999999994],[-75.570847000000015,65.120818999999926],[-75.528610000000015,65.108871000000079],[-75.475006000000008,65.086105000000089],[-75.46665999999999,65.082214000000022],[-75.457229999999925,65.074707000000046],[-75.446945000000028,65.06581100000011],[-75.428054999999972,65.048324999999977],[-75.424438000000009,65.043869000000086],[-75.410552999999936,65.024704000000099],[-75.415557999999976,64.977478000000076],[-75.420273000000009,64.972214000000065],[-75.428054999999972,64.968322999999998],[-75.496947999999975,64.940536000000066],[-75.507232999999985,64.938309000000004],[-75.51916499999993,64.936919999999986],[-75.533614999999941,64.936919999999986],[-75.557220000000029,64.940262000000132],[-75.634734999999921,64.94720500000011],[-75.654448999999943,64.946365000000071],[-75.663054999999929,64.945251000000098],[-75.667496000000028,64.940811000000053],[-75.601944000000003,64.867752000000053],[-75.594161999999983,64.860259999999926],[-75.587508999999898,64.856644000000074],[-75.56806899999998,64.850540000000024],[-75.555557000000022,64.848602000000085],[-75.461394999999925,64.811645999999996],[-75.389175000000023,64.736099000000024],[-75.373046999999985,64.714996000000099],[-75.316665999999941,64.719437000000028],[-75.308333999999888,64.721099999999979],[-75.298186999999984,64.725769000000128],[-75.294723999999974,64.728043000000127],[-75.291381999999885,64.733871000000079],[-75.289444000000003,64.739975000000072],[-75.291381999999885,64.74443100000002],[-75.30221599999993,64.751099000000011],[-75.310546999999929,64.754990000000078],[-75.329726999999991,64.761107999999979],[-75.333892999999989,64.763321000000133],[-75.344161999999926,64.772217000000069],[-75.373885999999914,64.833054000000118],[-75.357223999999917,64.897766000000104],[-75.422775000000001,64.890273999999977],[-75.451675000000023,64.875259000000028],[-75.460830999999985,64.87164300000012],[-75.469727000000034,64.869431000000077],[-75.55749499999996,64.87414600000011],[-75.563323999999966,64.877197000000137],[-75.565552000000025,64.879425000000083],[-75.567504999999983,64.883605999999986],[-75.56527699999998,64.886932000000058],[-75.473891999999921,64.935806000000014],[-75.390288999999996,64.979430999999977],[-75.384734999999978,64.981934000000138],[-75.376098999999897,64.983322000000044],[-75.363051999999982,64.98414600000001],[-75.353332999999964,64.983597000000088],[-75.344161999999926,64.981094000000098],[-75.335555999999997,64.977768000000083],[-75.264175000000023,64.966095000000053],[-75.196105999999986,65.068604000000107],[-75.189163000000008,65.079712000000086],[-75.185546999999872,65.091369999999927],[-75.186934999999949,65.101653999999996],[-75.192490000000021,65.105545000000063],[-75.196655000000021,65.107207999999957],[-75.212508999999955,65.109421000000111],[-75.225554999999986,65.109421000000111],[-75.240828999999962,65.10832199999993],[-75.259170999999981,65.102203000000088],[-75.263625999999988,65.0977630000001],[-75.265563999999927,65.09165999999999],[-75.262512000000015,65.080551000000071],[-75.260009999999852,65.072769000000108],[-75.261123999999995,65.059142999999949],[-75.263061999999934,65.052199999999971],[-75.279998999999975,65.035262999999986],[-75.299727999999959,65.024704000000099],[-75.348617999999931,65.003876000000048],[-75.360001000000011,65.003876000000048],[-75.367492999999968,65.006378000000097],[-75.373046999999985,65.009430000000009],[-75.378875999999991,65.016663000000051],[-75.379165999999998,65.021378000000084],[-75.381103999999937,65.025818000000072],[-75.402495999999871,65.055817000000104],[-75.410003999999958,65.063873000000001],[-75.425551999999982,65.077208999999925],[-75.441375999999991,65.089157],[-75.448043999999982,65.094147000000021],[-75.516402999999855,65.138596000000007],[-75.728058000000033,65.224151999999947],[-75.761947999999961,65.237762000000032],[-75.781676999999945,65.243042000000116],[-75.835555999999997,65.255264000000068],[-75.864166000000012,65.258330999999998],[-75.890563999999983,65.269150000000081],[-75.939712999999983,65.292480000000012],[-75.943877999999984,65.29525799999999],[-75.950835999999981,65.316376000000105],[-75.950287000000003,65.318329000000062],[-75.941101000000003,65.321380999999974],[-75.931106999999884,65.322220000000129],[-75.904449,65.322220000000129],[-75.873885999999914,65.320541000000105],[-75.857772999999952,65.319153000000028],[-75.603057999999976,65.295531999999923],[-75.592223999999931,65.287201000000039],[-75.575561999999934,65.278046000000018],[-75.566390999999896,65.274994000000049],[-75.555267000000015,65.273605000000089],[-75.495834000000002,65.269150000000081],[-75.48443599999996,65.268326000000116],[-75.211945000000014,65.250549000000035],[-75.186661000000015,65.251938000000052],[-75.153885000000002,65.256943000000092],[-75.114440999999999,65.266387999999949],[-75.101669000000015,65.271378000000027],[-75.093886999999938,65.274994000000049],[-75.083618000000001,65.286102000000085],[-75.081679999999892,65.292206000000078],[-75.070847000000015,65.330276000000026],[-75.090835999999911,65.355545000000006],[-75.109160999999858,65.379974000000118],[-75.110824999999977,65.384720000000073],[-75.111114999999984,65.388885000000073],[-75.110549999999932,65.391098],[-75.108046999999942,65.393051000000128],[-75.097778000000005,65.394989000000066],[-75.08277899999996,65.394989000000066],[-74.823623999999938,65.377472000000068],[-74.660552999999993,65.346374999999966],[-74.645844000000011,65.341370000000097],[-74.635009999999966,65.338593000000003],[-74.624161000000015,65.336655000000064],[-74.58944699999995,65.332489000000123],[-74.546660999999915,65.33137499999998],[-74.524445000000014,65.333328000000108],[-74.508621000000005,65.336655000000064],[-74.496947999999975,65.340820000000065],[-74.357773000000009,65.398604999999975],[-74.347838999999965,65.407181000000037],[-74.323897999999986,65.437759000000028],[-74.318892999999946,65.447204999999997],[-74.31527699999998,65.458037999999988],[-74.311385999999914,65.463882000000012],[-74.182770000000005,65.525269000000037],[-74.105835000000013,65.534988000000055],[-73.845276000000013,65.532211000000132],[-73.791381999999999,65.524428999999998],[-73.767776000000026,65.520828000000108],[-73.747222999999963,65.517487000000074],[-73.736937999999952,65.514709000000096],[-73.732772999999952,65.511932000000002],[-73.731383999999935,65.506943000000035],[-73.730835000000013,65.504166000000112],[-73.735001000000011,65.501662999999951],[-73.740279999999984,65.496933000000126],[-73.740829000000019,65.490814000000114],[-73.736937999999952,65.487761999999975],[-73.711670000000026,65.471099999999979],[-73.703063999999927,65.466934000000094],[-73.694152999999915,65.464432000000045],[-73.663895000000025,65.456940000000088],[-73.651397999999972,65.454711999999915],[-73.641113000000018,65.455261000000064],[-73.559997999999894,65.462494000000049],[-73.500564999999938,65.474426000000051],[-73.56361400000003,65.562194999999974],[-73.618332000000009,65.619705000000067],[-73.662215999999944,65.658599999999979],[-73.684157999999911,65.715271000000087],[-73.68499799999995,65.730545000000006],[-73.704726999999934,65.758041000000048],[-73.709731999999917,65.762496999999996],[-73.720550999999887,65.769440000000145],[-73.810821999999973,65.811096000000134],[-73.841110000000015,65.81999200000007],[-73.884170999999981,65.821930000000009],[-73.886123999999995,65.821381000000031],[-73.923614999999984,65.824432000000058],[-73.931670999999938,65.825546000000031],[-73.942490000000021,65.828323000000125],[-74.011947999999961,65.854705999999908],[-74.029174999999952,65.861923000000047],[-74.058043999999938,65.875534000000016],[-74.129439999999988,65.924697999999978],[-74.258895999999993,66.001663000000065],[-74.296950999999979,66.018326000000116],[-74.337783999999999,66.036652000000117],[-74.37388599999997,66.053863999999976],[-74.388061999999934,66.06164600000011],[-74.425551999999925,66.084717000000126],[-74.444992000000013,66.096939000000077],[-74.455565999999862,66.105820000000051],[-74.471389999999985,66.127197000000081],[-74.472777999999948,66.133041000000048],[-74.472504000000015,66.139160000000118],[-74.470000999999968,66.145828000000051],[-74.466110000000015,66.151932000000102],[-74.446655000000021,66.168594000000098],[-74.434432999999956,66.178314],[-74.406113000000005,66.195816000000036],[-74.366652999999928,66.214157000000057],[-74.342223999999987,66.22526600000009],[-74.316390999999953,66.235259999999926],[-74.306655999999975,66.238876000000005],[-74.187209999999993,66.269713999999965],[-74.077788999999939,66.300812000000008],[-73.86082499999992,66.388321000000076],[-73.744995000000017,66.437759000000028],[-73.666107000000011,66.471924000000115],[-73.606658999999979,66.495254999999986],[-73.529998999999975,66.522766000000047],[-73.460555999999997,66.544434000000138],[-73.444153000000028,66.551086000000055],[-73.430556999999908,66.55831900000004],[-73.420272999999952,66.571655000000021],[-73.418335000000013,66.579711999999972],[-73.418335000000013,66.584717000000012],[-73.416396999999961,66.589981000000023],[-73.400283999999942,66.611649000000114],[-73.396956999999986,66.61554000000001],[-73.379714999999976,66.632477000000051],[-73.351944000000003,66.649994000000049],[-73.328339000000028,66.6602630000001],[-73.296386999999982,66.665817000000061],[-73.267226999999991,66.672760000000096],[-73.108611999999937,66.723311999999964],[-73.00111400000003,66.815536000000122],[-72.87388599999997,66.931930999999963],[-72.852492999999981,66.968597000000102],[-72.837783999999999,66.998031999999967],[-72.831389999999885,67.013321000000076],[-72.831115999999952,67.018326000000116],[-72.828063999999927,67.024994000000049],[-72.824172999999973,67.029434000000094],[-72.806655999999919,67.037201000000039],[-72.791671999999949,67.043320000000051],[-72.738891999999908,67.063034000000016],[-72.716659999999933,67.06860400000005],[-72.68499799999995,67.076096000000007],[-72.626099000000011,67.084717000000126],[-72.550827000000027,67.082763999999997],[-72.525832999999977,67.083328000000108],[-72.464172000000019,67.08998100000008],[-72.43110699999994,67.096099999999922],[-72.399445000000014,67.103592000000049],[-72.368606999999997,67.112487999999985],[-72.351394999999968,67.119705000000124],[-72.337783999999999,67.126373000000058],[-72.315552000000025,67.139435000000105],[-72.282501000000025,67.161102000000142],[-72.276108000000022,67.166930999999977],[-72.258346999999901,67.24803199999991],[-72.28694200000001,67.290817000000061],[-72.363616999999977,67.353317000000004],[-72.436385999999914,67.472214000000122],[-72.481110000000001,67.609711000000004],[-72.48582499999992,67.623031999999967],[-72.490829000000019,67.62831100000011],[-72.49749799999995,67.633040999999935],[-72.508895999999993,67.63638300000008],[-72.597778000000005,67.639709000000096],[-72.666396999999961,67.684143000000063],[-72.676391999999964,67.693862999999965],[-72.677779999999984,67.699416999999983],[-72.675002999999947,67.70526099999995],[-72.668883999999935,67.710541000000035],[-72.661666999999909,67.714706000000035],[-72.613892000000021,67.735259999999982],[-72.596953999999926,67.740814],[-72.591948999999886,67.74331699999999],[-72.583327999999881,67.750274999999988],[-72.608886999999982,67.785812000000078],[-72.612503000000004,67.790268000000026],[-72.619445999999925,67.794708000000014],[-72.735001000000011,67.841659999999933],[-72.820007000000032,67.851089000000115],[-72.833327999999995,67.849991000000045],[-72.843886999999938,67.850815000000011],[-72.848052999999936,67.853592000000106],[-72.942215000000033,67.925262000000089],[-72.944442999999978,67.928040000000067],[-72.944992000000013,67.93081699999999],[-72.94387799999987,67.937759000000085],[-72.942490000000021,67.941085999999984],[-72.929992999999968,67.948867999999948],[-72.922774999999945,67.952774000000034],[-72.904175000000009,67.959717000000012],[-72.902495999999928,67.963882000000012],[-72.896117999999944,68.014160000000004],[-72.910552999999993,68.054153000000042],[-72.913895000000025,68.060806000000014],[-72.941100999999946,68.078323000000069],[-72.956954999999994,68.094986000000119],[-72.981110000000001,68.139160000000061],[-72.992767000000015,68.198593000000074],[-72.993880999999988,68.212204000000042],[-73.161117999999988,68.228866999999923],[-73.190276999999924,68.248871000000065],[-73.189437999999996,68.254715000000033],[-73.189986999999917,68.259430000000066],[-73.194716999999969,68.26527400000009],[-73.200835999999981,68.269714000000135],[-73.215560999999923,68.272766000000047],[-73.271117999999888,68.281936999999971],[-73.303328999999962,68.278434999999945],[-73.314499000000012,68.278434999999945],[-73.336670000000026,68.275604000000044],[-73.355186000000003,68.267830000000004],[-73.395554000000004,68.258605999999929],[-73.496108999999933,68.275542999999971],[-73.410004000000015,68.310806000000127],[-73.39916999999997,68.314987000000031],[-73.354674999999929,68.329215999999974]],[[-124.43055699999996,73.878586000000098],[-124.45028699999995,73.878586000000098],[-124.46721600000001,73.8808140000001],[-124.515289,73.89498900000001],[-124.53666699999991,73.902480999999909],[-124.54611199999999,73.906647000000021],[-124.55055199999998,73.912201000000039],[-124.55277999999993,73.916931000000034],[-124.53056299999997,73.917480000000012],[-124.5133439999999,73.916656000000046],[-124.43250299999994,73.912766000000033],[-124.42027300000001,73.90914900000007],[-124.41583300000002,73.90498400000007],[-124.40888999999993,73.900269000000037],[-124.40943899999996,73.893326000000059],[-124.42027300000001,73.882476999999994],[-124.43055699999996,73.878586000000098]],[[-99.804557999999929,73.889099000000101],[-99.732773000000009,73.849991000000102],[-99.71362299999987,73.846375000000023],[-99.589721999999881,73.837769000000094],[-99.531386999999938,73.831940000000088],[-99.493880999999988,73.825821000000076],[-99.480285999999978,73.821930000000009],[-99.235000999999897,73.737761999999918],[-99.115004999999996,73.74859600000002],[-98.97193900000002,73.750548999999921],[-98.829177999999956,73.751663000000121],[-98.756393000000003,73.75610400000005],[-98.71665999999999,73.766663000000051],[-98.688323999999966,73.772018000000116],[-98.641953000000001,73.777206000000035],[-98.514449999999954,73.787490999999989],[-98.424437999999952,73.793594000000098],[-98.290832999999964,73.801651000000049],[-98.207229999999925,73.80525200000011],[-98.190552000000025,73.803588999999988],[-98.179992999999911,73.804152999999928],[-98.134170999999867,73.809708000000057],[-98.095000999999968,73.815536000000122],[-98.071670999999924,73.819443000000092],[-97.976944000000003,73.84275800000006],[-97.960281000000009,73.846938999999963],[-97.948333999999988,73.851653999999996],[-97.943053999999904,73.856934000000081],[-97.942763999999954,73.862762000000032],[-97.941375999999991,73.868042000000059],[-97.936385999999914,73.87831100000011],[-97.918335000000013,73.890273999999977],[-97.90834000000001,73.894714000000135],[-97.887512000000015,73.899428999999998],[-97.805267000000015,73.911102000000028],[-97.788054999999986,73.912766000000033],[-97.761948000000018,73.911925999999994],[-97.581954999999937,73.893875000000037],[-97.562774999999988,73.890823000000069],[-97.544723999999917,73.886108000000036],[-97.529175000000009,73.879700000000071],[-97.520844000000011,73.873871000000065],[-97.514175000000023,73.867752000000053],[-97.50028999999995,73.861923000000047],[-97.471389999999985,73.857758000000047],[-97.456954999999994,73.857758000000047],[-97.39973399999991,73.858871000000136],[-97.357772999999952,73.862488000000099],[-97.34584000000001,73.864990000000148],[-97.327498999999989,73.865814000000114],[-97.260284000000013,73.860260000000096],[-97.223617999999931,73.856369000000029],[-96.972504000000015,73.744141000000013],[-96.962218999999891,73.738586000000112],[-96.955841000000021,73.732482999999945],[-96.937209999999993,73.703598000000113],[-96.932770000000005,73.692200000000071],[-96.93472300000002,73.686920000000043],[-96.963897999999972,73.63998399999997],[-96.968613000000005,73.633330999999998],[-96.988891999999964,73.624695000000088],[-97.001953000000015,73.6202550000001],[-97.184998000000007,73.562194999999974],[-97.202498999999932,73.557205000000124],[-97.436110999999926,73.525542999999971],[-97.623885999999857,73.538879000000122],[-97.638061999999934,73.538589000000115],[-97.641112999999962,73.533599999999922],[-97.668335000000013,73.483321999999987],[-97.667496000000028,73.479431000000091],[-97.663054999999929,73.4727630000001],[-97.654723999999931,73.466934000000094],[-97.638335999999981,73.460266000000104],[-97.623321999999973,73.456375000000037],[-97.607223999999974,73.454711999999972],[-97.579453000000001,73.454987000000131],[-97.562774999999988,73.459152000000131],[-97.534163999999976,73.473877000000073],[-97.522232000000031,73.478592000000106],[-97.50389100000001,73.483046999999942],[-97.437209999999993,73.491928000000087],[-97.417220999999984,73.493317000000047],[-97.401947000000007,73.493042000000059],[-97.232223999999917,73.474426000000051],[-97.197219999999959,73.469711000000018],[-97.183059999999955,73.464995999999985],[-97.172225999999966,73.460266000000104],[-97.166106999999954,73.454162999999994],[-97.157226999999921,73.395538000000045],[-97.150283999999999,73.389984000000027],[-97.169448999999986,73.35664399999996],[-97.17193599999996,73.352768000000083],[-97.183883999999921,73.350540000000137],[-97.207503999999972,73.348328000000095],[-97.236937999999896,73.348602000000028],[-97.243057000000022,73.354706000000022],[-97.375548999999921,73.347214000000122],[-97.645003999999858,73.318054000000018],[-97.660278000000005,73.316086000000098],[-97.708617999999944,73.304703000000075],[-97.841384999999889,73.273315000000082],[-97.84445199999999,73.268326000000116],[-97.848052999999936,73.254440000000102],[-97.847778000000005,73.249420000000043],[-97.848617999999988,73.244980000000055],[-97.86250299999989,73.233871000000136],[-97.983611999999994,73.181091000000094],[-98.029175000000009,73.165268000000083],[-98.076674999999966,73.151382000000126],[-98.112503000000004,73.142487000000074],[-98.151672000000019,73.131087999999977],[-98.202788999999996,73.110535000000084],[-98.222777999999948,73.099991000000045],[-98.229996000000028,73.090820000000122],[-98.231383999999878,73.085541000000148],[-98.235001000000011,73.079711999999915],[-98.240829000000019,73.075272000000098],[-98.319457999999997,73.050537000000077],[-98.365829000000019,73.037766000000147],[-98.450287000000003,73.020264000000111],[-98.459166999999923,72.99331699999999],[-98.453613000000018,72.898605000000089],[-98.450561999999991,72.874985000000095],[-98.445830999999998,72.865814000000114],[-98.438598999999954,72.860535000000141],[-98.428054999999915,72.856094000000041],[-98.419998000000021,72.858597000000032],[-98.413329999999974,72.864151000000049],[-98.403335999999967,72.881363000000022],[-98.403335999999967,72.887207000000046],[-98.405838000000017,72.891662999999994],[-98.402221999999995,72.897491000000059],[-98.397780999999952,72.902771000000143],[-98.388061999999991,72.908034999999927],[-98.266402999999855,72.972763000000043],[-98.255004999999926,72.977478000000076],[-98.227218999999877,72.987487999999985],[-98.176940999999999,72.998596000000134],[-97.99499499999996,73.037491000000102],[-97.980559999999969,73.039702999999975],[-97.864166000000012,73.047485000000108],[-97.846953999999982,73.048598999999911],[-97.684433000000013,73.033051000000114],[-97.668335000000013,73.03137200000009],[-97.527495999999985,73.011383000000137],[-97.442489999999964,72.999145999999996],[-97.299728000000016,72.969711000000132],[-97.283324999999991,72.963882000000069],[-97.229720999999984,72.943038999999999],[-97.225006000000008,72.939972000000125],[-97.258056999999951,72.883605999999986],[-97.266402999999968,72.878585999999984],[-97.265288999999996,72.84887700000013],[-97.203613000000018,72.825821000000076],[-97.081679999999949,72.77998400000007],[-97.030288999999982,72.74136400000009],[-97.023055999999997,72.732208000000128],[-97.023055999999997,72.727203000000088],[-97.029723999999987,72.716659999999933],[-97.079453000000001,72.701934999999992],[-97.105834999999956,72.696365000000128],[-97.134444999999914,72.688309000000061],[-97.161117999999988,72.67804000000001],[-97.170546999999885,72.673599000000081],[-97.179442999999992,72.667480000000069],[-97.183059999999955,72.661926000000051],[-97.19027699999998,72.640549000000021],[-97.198333999999932,72.609984999999995],[-97.196655000000021,72.604430999999977],[-97.185271999999998,72.601929000000098],[-97.165557999999919,72.60165400000011],[-97.09056099999998,72.605254999999943],[-97.081008999999938,72.605927000000122],[-97.07028200000002,72.608597000000088],[-97.042770000000019,72.623306000000127],[-97.035827999999981,72.628860000000145],[-97.005568999999866,72.644714000000022],[-96.982223999999974,72.655258000000117],[-96.968886999999938,72.660262999999986],[-96.915558000000033,72.678588999999988],[-96.611938000000009,72.74693300000007],[-96.517501999999922,72.714706000000092],[-96.52194199999991,72.674423000000047],[-96.459731999999917,72.607758000000103],[-96.405272999999966,72.559418000000107],[-96.374709999999993,72.534424000000115],[-96.336945000000014,72.500824000000023],[-96.325561999999991,72.488312000000064],[-96.30221599999993,72.433868000000018],[-96.297501000000011,72.42164600000001],[-96.298339999999939,72.415817000000004],[-96.538605000000018,72.343323000000055],[-96.668335000000013,72.309708000000001],[-96.696945000000028,72.310531999999967],[-96.738892000000021,72.321105999999986],[-96.776397999999972,72.323318000000029],[-96.831389999999999,72.323608000000036],[-96.868332000000009,72.321930000000123],[-96.871932999999956,72.321105999999986],[-96.864440999999943,72.317764000000068],[-96.771118000000001,72.298874000000069],[-96.668883999999878,72.27915999999999],[-96.578339000000028,72.278594999999996],[-96.561110999999983,72.275543000000027],[-96.554169000000002,72.263885000000016],[-96.487212999999883,72.136108000000036],[-96.485001000000011,72.129974000000004],[-96.483062999999959,72.11303700000002],[-96.487503000000004,72.101653999999996],[-96.498336999999935,72.090270999999973],[-96.508346999999958,72.084991000000116],[-96.521117999999944,72.079987000000131],[-96.537216000000001,72.07499700000011],[-96.557220000000029,72.071930000000009],[-96.721663999999919,72.052765000000022],[-96.77305599999994,72.053040000000067],[-96.789444000000003,72.052200000000028],[-96.866942999999992,72.041091999999992],[-96.853881999999999,72.036376999999959],[-96.828888000000006,72.030822999999998],[-96.672501000000011,72.012771999999984],[-96.635009999999966,72.013885000000073],[-96.618057000000022,72.018326000000002],[-96.609160999999915,72.024155000000007],[-96.600554999999986,72.02777100000003],[-96.567779999999971,72.033600000000092],[-96.521117999999944,72.038879000000065],[-96.501953000000015,72.038589000000059],[-96.488601999999958,72.034987999999998],[-96.489990000000034,72.018326000000002],[-96.490829000000019,72.012206999999989],[-96.493056999999965,72.001098999999954],[-96.502228000000002,71.975540000000137],[-96.505843999999968,71.969711000000132],[-96.512786999999889,71.964431999999988],[-96.522506999999962,71.959152000000074],[-96.554442999999935,71.949141999999995],[-96.565552000000025,71.946930000000123],[-96.573897999999986,71.948318000000029],[-96.589447000000007,71.954437000000041],[-96.602782999999988,71.958038000000101],[-96.617492999999911,71.959991000000059],[-96.638335999999981,71.957488999999953],[-96.73332199999993,71.928863999999976],[-96.749160999999958,71.923874000000069],[-96.761947999999961,71.918594000000041],[-96.764450000000011,71.914992999999981],[-96.761397999999929,71.909714000000008],[-96.749725000000012,71.903046000000018],[-96.736389000000031,71.899429000000055],[-96.724166999999966,71.898605000000089],[-96.700835999999924,71.899994000000106],[-96.64527899999996,71.917480000000012],[-96.607223999999974,71.92692599999998],[-96.565552000000025,71.93220500000001],[-96.522781000000009,71.934418000000107],[-96.509170999999924,71.933044000000109],[-96.503890999999953,71.931656000000032],[-96.491668999999888,71.926085999999941],[-96.49110399999995,71.919434000000081],[-96.493056999999965,71.914153999999996],[-96.525832999999977,71.868866000000082],[-96.557769999999948,71.829436999999984],[-96.570846999999901,71.819442999999978],[-96.579726999999934,71.814987000000031],[-96.591949,71.810805999999957],[-96.613327000000027,71.807205000000124],[-96.726668999999958,71.793593999999928],[-96.744720000000029,71.792206000000022],[-96.738051999999982,71.824996999999996],[-96.791381999999942,71.827774000000034],[-96.983611999999994,71.775817999999958],[-97.013061999999991,71.749146000000053],[-97.084166999999923,71.700272000000098],[-97.165008999999941,71.675537000000077],[-97.210006999999962,71.663605000000075],[-97.434433000000013,71.617751999999996],[-97.470550999999944,71.612487999999985],[-97.505004999999983,71.611649],[-97.656386999999938,71.614700000000028],[-97.696655000000021,71.619705000000067],[-97.713332999999977,71.623871000000008],[-97.726395000000025,71.628310999999997],[-97.787215999999944,71.644149999999968],[-97.974715999999944,71.660812000000135],[-97.988051999999982,71.661926000000108],[-98.035277999999948,71.653320000000008],[-98.053329000000019,71.648331000000042],[-98.072784000000013,71.641663000000051],[-98.112777999999935,71.636932000000115],[-98.131103999999937,71.638046000000088],[-98.178878999999938,71.641663000000051],[-98.196654999999907,71.643600000000106],[-98.207503999999972,71.646103000000039],[-98.218063000000029,71.649719000000118],[-98.240829000000019,71.659714000000008],[-98.252791999999886,71.666091999999992],[-98.331116000000009,71.708327999999995],[-98.349166999999909,71.718597000000045],[-98.3558349999999,71.7227630000001],[-98.359725999999966,71.728043000000014],[-98.359436000000017,71.733871000000079],[-98.333327999999995,71.787490999999989],[-98.325561999999934,71.798325000000091],[-98.321395999999936,71.803314000000057],[-98.315276999999924,71.809143000000063],[-98.279174999999952,71.834717000000069],[-98.259170999999924,71.844711000000075],[-98.228881999999999,71.862198000000092],[-98.211944999999957,71.878585999999984],[-98.208617999999944,71.884430000000009],[-98.209166999999979,71.889160000000004],[-98.221938999999963,71.89498900000001],[-98.255279999999971,71.902480999999966],[-98.267226999999991,71.90415999999999],[-98.282776000000013,71.899155000000121],[-98.291381999999999,71.894714000000022],[-98.450561999999991,71.79414399999996],[-98.462508999999955,71.783874999999966],[-98.477782999999931,71.767212000000086],[-98.488892000000021,71.749419999999986],[-98.49749799999995,71.733321999999987],[-98.49749799999995,71.721649000000127],[-98.493880999999988,71.713882000000012],[-98.381377999999984,71.653594999999996],[-98.367492999999911,71.647491000000002],[-98.179992999999911,71.571930000000123],[-98.041381999999885,71.530823000000055],[-98.037506000000008,71.526657],[-98.120543999999995,71.460540999999978],[-98.180831999999953,71.423598999999967],[-98.198043999999982,71.414703000000031],[-98.466110000000015,71.313309000000061],[-98.505568999999923,71.299149000000114],[-98.541381999999942,71.289429000000041],[-98.55471799999998,71.287201000000096],[-98.701675000000023,71.271927000000005],[-98.72084000000001,71.269989000000066],[-98.729720999999927,71.270538000000045],[-98.75111400000003,71.274154999999951],[-98.816390999999953,71.289154000000053],[-98.829453000000001,71.293869000000086],[-98.844726999999978,71.305542000000116],[-98.882216999999969,71.333878000000027],[-98.938323999999852,71.369141000000013],[-98.960281000000009,71.379974000000004],[-98.978881999999999,71.382476999999994],[-98.995543999999995,71.382751000000098],[-99.014724999999942,71.381653000000028],[-99.034438999999963,71.378860000000032],[-99.042770000000019,71.374419999999986],[-99.045546999999942,71.368590999999981],[-99.051392000000021,71.363036999999963],[-99.05972300000002,71.358597000000145],[-99.077498999999989,71.353592000000106],[-99.115829000000019,71.350540000000024],[-99.220839999999896,71.342209000000082],[-99.238051999999982,71.344986000000006],[-99.288054999999872,71.402771000000087],[-99.313323999999966,71.43942300000009],[-99.462783999999942,71.59304800000001],[-99.529723999999987,71.605255],[-99.558608999999876,71.613037000000134],[-99.574172999999973,71.619705000000067],[-99.578888000000006,71.622757000000036],[-99.591675000000009,71.635268999999994],[-99.676392000000021,71.72526600000009],[-99.677779999999927,71.729156000000046],[-99.677215999999987,71.736923000000047],[-99.674437999999896,71.742752000000053],[-99.673049999999989,71.749146000000053],[-99.673889000000031,71.753876000000105],[-99.676392000000021,71.758605999999986],[-99.678328999999962,71.760544000000095],[-99.842223999999987,71.834991000000002],[-99.959166999999979,71.854155999999932],[-99.977218999999991,71.855819999999937],[-100.05110200000001,71.865814],[-100.067497,71.870529000000033],[-100.10193599999997,71.884720000000016],[-100.31471299999993,71.979979999999955],[-100.32195299999989,71.984985000000052],[-100.33222999999998,71.997208000000057],[-100.33583099999993,72.006653000000142],[-100.579453,72.154434000000037],[-100.63445299999995,72.18553200000008],[-100.64417300000002,72.188308999999947],[-100.72000099999997,72.201660000000118],[-100.88527699999997,72.207764000000111],[-100.88999899999988,72.207489000000123],[-100.92388900000003,72.199416999999983],[-100.95140099999992,72.171097000000145],[-100.96777299999997,72.174149000000057],[-101.01334399999996,72.191086000000041],[-101.02084400000001,72.196365000000014],[-101.054169,72.231658999999922],[-101.05555700000002,72.236649],[-101.11776700000001,72.284424000000001],[-101.19444299999998,72.324432000000002],[-101.20861799999994,72.329712000000086],[-101.220551,72.332214000000135],[-101.23889200000002,72.33387799999997],[-101.27667200000002,72.328323000000069],[-101.32528699999995,72.314986999999974],[-101.395554,72.286926000000051],[-101.40416699999997,72.281372000000033],[-101.40972899999986,72.275543000000027],[-101.46945199999999,72.265549000000021],[-101.50917099999998,72.283051000000057],[-101.58556399999998,72.301376000000005],[-101.63474299999996,72.306931000000077],[-101.65638699999994,72.305252000000053],[-101.66416900000002,72.301650999999993],[-101.672234,72.292755000000056],[-101.68499799999989,72.28776600000009],[-101.69444299999986,72.288040000000024],[-101.77694700000001,72.299713000000054],[-101.83056599999992,72.319153000000028],[-101.84472699999992,72.324432000000002],[-101.88834399999996,72.358597000000145],[-101.94167299999987,72.451935000000049],[-101.98131599999999,72.478111000000126],[-102.08033799999993,72.516006000000118],[-102.22222899999991,72.542206000000078],[-102.25862100000001,72.549149000000057],[-102.37721299999998,72.577484000000084],[-102.46584299999995,72.604706000000022],[-102.6219329999999,72.664703000000145],[-102.73638899999992,72.719986000000006],[-102.74166899999989,72.724152000000061],[-102.75583599999993,72.761383000000023],[-102.76471699999996,72.784987999999998],[-102.76306199999999,72.790817000000004],[-102.75306699999999,72.811096000000134],[-102.74944299999999,72.817214999999976],[-102.74305699999996,72.82249500000006],[-102.73500100000001,72.826096000000121],[-102.69860799999992,72.836654999999951],[-102.66361999999992,72.853316999999947],[-102.64666699999992,72.864426000000037],[-102.61277799999993,72.896652000000131],[-102.59722899999991,72.913605000000018],[-102.59361299999995,72.919983000000002],[-102.59166699999997,72.925536999999963],[-102.59306300000003,72.931656000000032],[-102.59416199999998,72.942748999999992],[-102.593887,72.949141999999995],[-102.59166699999997,72.954987000000074],[-102.576683,72.979706000000022],[-102.56304899999998,72.991089000000045],[-102.51306199999993,73.026093000000117],[-102.50110599999994,73.030548000000124],[-102.38806199999999,73.062759000000028],[-102.36805699999996,73.067490000000134],[-102.27610800000002,73.08248900000001],[-102.24694799999997,73.083878000000027],[-102.13722199999989,73.086929000000055],[-102.08444199999985,73.084152000000131],[-102.014183,73.079711999999915],[-101.97083999999995,73.070540999999992],[-101.88417099999992,73.024704000000099],[-101.81777999999991,72.966660000000104],[-101.810272,72.960541000000035],[-101.75527999999997,72.930542000000059],[-101.74109599999991,72.924149000000057],[-101.67527799999999,72.909714000000122],[-101.59528399999994,72.902205999999921],[-101.52166699999998,72.87831100000011],[-101.50974299999996,72.871642999999949],[-101.40444899999989,72.782486000000119],[-101.41332999999997,72.748322000000087],[-101.37249800000001,72.727203000000088],[-101.36665299999999,72.725266000000033],[-101.29750099999995,72.709991000000059],[-101.03333299999997,72.689697000000137],[-100.91583299999996,72.688034000000016],[-100.88221699999991,72.689697000000137],[-100.82778899999994,72.705826000000059],[-100.81945799999994,72.710266000000104],[-100.81220999999994,72.715545999999961],[-100.81194299999999,72.719710999999961],[-100.79833999999994,72.743590999999981],[-100.70722999999998,72.755829000000006],[-100.53307299999994,72.751389000000017],[-100.50917099999992,72.749146000000053],[-100.49833699999994,72.74803200000008],[-100.47582999999997,72.742751999999996],[-100.44803599999995,72.735535000000084],[-100.43443300000001,72.73692299999999],[-100.41221599999994,72.74192800000003],[-100.34973100000002,72.770538000000101],[-100.34084300000001,72.774993999999992],[-100.33168000000001,72.78054800000001],[-100.314438,72.796371000000022],[-100.31555199999997,72.801376000000062],[-100.35077699999994,72.851326000000086],[-100.35160799999994,72.853660999999988],[-100.35711699999996,72.859154000000103],[-100.46916199999998,72.950272000000041],[-100.48638899999992,72.949141999999995],[-100.49889399999995,72.950546000000145],[-100.49973299999999,72.95637499999998],[-100.46305799999993,73.014709000000039],[-100.45194999999995,73.020538000000045],[-100.421944,73.034987999999942],[-100.36776700000001,73.046936000000017],[-100.35637700000001,73.049423000000047],[-100.34221600000001,73.044144000000074],[-100.31667299999992,73.034149000000014],[-100.30943299999996,73.028046000000074],[-100.31555199999997,73.022490999999945],[-100.34306300000003,73.013885000000073],[-100.3577729999999,73.010544000000039],[-100.38137799999998,72.949141999999995],[-100.32899499999991,72.891372999999987],[-100.31732899999992,72.888869999999997],[-100.28527800000001,72.873596000000077],[-100.21721599999995,72.876647999999989],[-100.196663,72.877762000000018],[-100.09638999999993,72.88638300000008],[-100.06722999999994,72.902205999999921],[-100.031387,72.934982000000048],[-100.04750099999995,72.957214000000135],[-100.11277799999999,73.025818000000072],[-100.16972399999992,73.078598000000113],[-100.23222399999997,73.134430000000123],[-100.24445299999996,73.136932000000002],[-100.25446299999999,73.137206999999989],[-100.28888699999993,73.135818000000029],[-100.32362399999994,73.133331000000112],[-100.345551,73.130264000000011],[-100.38249200000001,73.122757000000092],[-100.39138799999995,73.118317000000047],[-100.41443600000002,73.104706000000078],[-100.44275699999997,73.087204000000042],[-100.51862299999993,73.0977630000001],[-100.58667000000003,73.132751000000098],[-100.60193599999997,73.140823000000069],[-100.60777300000001,73.146378000000141],[-100.58612099999999,73.167480000000126],[-100.58000199999987,73.173035000000027],[-100.49082900000002,73.230819999999937],[-100.40666199999987,73.280273000000079],[-100.39778100000001,73.284713999999951],[-100.37832600000002,73.289978000000133],[-100.36110699999995,73.290267999999969],[-100.28138699999994,73.27915999999999],[-100.1347429999999,73.221100000000035],[-100.05332899999996,73.186371000000008],[-100.03751399999999,73.183868000000018],[-100.021118,73.183044000000052],[-100.00418099999996,73.183319000000097],[-99.841110000000015,73.191360000000145],[-99.801666000000012,73.195526000000029],[-99.771666999999979,73.201096000000121],[-99.77027899999996,73.203873000000044],[-99.771666999999979,73.208038000000045],[-99.786391999999921,73.212493999999936],[-99.811934999999949,73.215546000000074],[-99.84944200000001,73.21527100000003],[-99.886123999999995,73.213318000000072],[-99.925827000000027,73.214996000000042],[-99.945267000000001,73.216660000000047],[-99.96444699999995,73.219436999999971],[-100.07749899999999,73.251389000000074],[-100.09500100000002,73.257217000000026],[-100.15915699999994,73.289428999999984],[-100.19943199999994,73.31860400000005],[-100.27223199999992,73.358597000000088],[-100.32362399999994,73.3836060000001],[-100.33332799999994,73.388321000000133],[-100.358047,73.393326000000002],[-100.37389399999995,73.395828000000051],[-100.38417099999987,73.396378000000084],[-100.38806199999993,73.395538000000045],[-100.4058379999999,73.361374000000012],[-100.387787,73.338593000000003],[-100.56166099999996,73.286652000000117],[-100.583618,73.283599999999979],[-100.823059,73.260818000000086],[-100.84056099999992,73.259720000000016],[-100.88945000000001,73.264435000000049],[-100.97749299999998,73.280273000000079],[-101.30499299999991,73.361649000000057],[-101.31276700000001,73.371094000000085],[-101.31139400000001,73.382751000000042],[-101.31054699999999,73.392487000000017],[-101.31139400000001,73.398331000000042],[-101.31723,73.401657000000057],[-101.47055099999994,73.436096000000134],[-101.55832700000002,73.446640000000002],[-101.58084099999996,73.450272000000098],[-101.61665299999993,73.485260000000096],[-101.62138400000003,73.490265000000136],[-101.44055200000003,73.549149000000057],[-101.42748999999992,73.552200000000084],[-101.40083299999992,73.553589000000045],[-101.31582599999996,73.550811999999951],[-101.2808379999999,73.552475000000072],[-101.26888999999994,73.556090999999924],[-101.25974300000001,73.561646000000053],[-101.25527999999997,73.567763999999954],[-101.25222799999995,73.578873000000044],[-101.25306699999993,73.584991000000002],[-101.25110599999994,73.589706000000035],[-101.24194299999994,73.595261000000107],[-101.23082699999998,73.600266000000147],[-101.21721600000001,73.604155999999932],[-101.199432,73.60554500000012],[-100.92639200000002,73.600266000000147],[-100.90943900000002,73.599716000000114],[-100.890289,73.596100000000092],[-100.87748699999997,73.59027100000003],[-100.77084400000001,73.539978000000076],[-100.71749899999992,73.509155000000078],[-100.70667299999997,73.499420000000043],[-100.70221699999996,73.494431000000077],[-100.70140100000003,73.488585999999941],[-100.69721999999996,73.482483000000002],[-100.69110099999995,73.476929000000041],[-100.67278299999998,73.464432000000045],[-100.51834099999996,73.416930999999977],[-100.49973299999999,73.412490999999932],[-100.46472199999988,73.407211000000075],[-100.44444299999992,73.40637200000009],[-100.43055700000002,73.406936999999971],[-100.41722099999998,73.413315000000068],[-100.41500899999994,73.41804500000012],[-100.42971799999998,73.430267000000072],[-100.45500199999998,73.441924999999969],[-100.484734,73.451935000000049],[-100.50279199999989,73.45748900000001],[-100.531387,73.466094999999939],[-100.58389299999993,73.482208000000014],[-100.59221599999995,73.486374000000069],[-100.59861799999999,73.491089000000102],[-100.60611,73.497207999999944],[-100.61000099999995,73.503052000000139],[-100.610817,73.509155000000078],[-100.60804699999994,73.514999000000103],[-100.60388199999994,73.521102999999982],[-100.55915799999997,73.546097000000088],[-100.54387700000001,73.556366000000139],[-100.541382,73.562194999999974],[-100.54277000000002,73.573883000000023],[-100.54998799999993,73.594711000000075],[-100.55166600000001,73.598876999999959],[-100.573624,73.596649000000014],[-100.628601,73.593322999999998],[-100.76750199999998,73.603867000000037],[-100.89167799999996,73.619980000000055],[-100.91139199999998,73.622756999999979],[-100.91194200000001,73.625259000000028],[-100.91139199999998,73.630539000000113],[-100.87943999999999,73.635818000000086],[-100.86472300000003,73.641662999999994],[-100.86110699999995,73.645827999999995],[-100.85360699999995,73.662201000000039],[-100.858047,73.667205999999908],[-100.97444199999995,73.679153000000042],[-100.99194299999999,73.678863999999976],[-101.03333299999997,73.671371000000136],[-101.04695099999998,73.673035000000141],[-101.057503,73.676650999999993],[-101.11833199999995,73.723312000000021],[-101.120003,73.727203000000088],[-101.01390100000003,73.797211000000061],[-100.99749799999989,73.802475000000015],[-100.98222399999997,73.80581699999999],[-100.95973199999997,73.809143000000006],[-100.93804899999998,73.810256999999979],[-100.82861300000002,73.815536000000122],[-100.79527300000001,73.812484999999924],[-100.77583300000003,73.812195000000088],[-100.754997,73.812484999999924],[-100.73416099999997,73.815262000000018],[-100.71444700000001,73.820267000000058],[-100.69915800000001,73.826096000000064],[-100.66416900000002,73.844986000000063],[-100.64835399999993,73.848327999999981],[-100.554169,73.854705999999965],[-100.52999899999998,73.853591999999935],[-100.41777000000002,73.845534999999984],[-100.39555399999995,73.840820000000122],[-100.38945000000001,73.83859300000006],[-100.370003,73.828049000000021],[-100.34999099999993,73.818603999999993],[-100.33612099999993,73.814697000000024],[-100.06304899999998,73.764999000000046],[-99.865828999999962,73.837769000000094],[-99.857773000000009,73.84275800000006],[-99.870109999999954,73.861541999999986],[-99.869109999999921,73.867370999999991],[-99.869780999999932,73.870201000000009],[-99.877105999999912,73.876541000000032],[-99.886771999999951,73.8822100000001],[-99.892440999999963,73.883536999999933],[-99.961944999999957,73.873306000000071],[-99.971663999999976,73.868042000000059],[-99.988051999999925,73.856934000000081],[-99.990829000000019,73.851089000000002],[-99.997498000000007,73.845534999999984],[-100.00834699999996,73.841369999999984],[-100.02639799999997,73.836929000000055],[-100.04943800000001,73.832764000000054],[-100.13667299999997,73.827484000000027],[-100.175003,73.828049000000021],[-100.24944299999993,73.833878000000027],[-100.26139799999993,73.838318000000072],[-100.29972799999996,73.860260000000096],[-100.29695100000004,73.865814000000114],[-100.29222099999993,73.872208000000001],[-100.27860999999996,73.888596000000007],[-100.26583900000003,73.899994000000049],[-100.252792,73.905258000000003],[-100.24305700000002,73.907486000000006],[-100.14306599999992,73.929977000000008],[-100.12721299999993,73.933319000000097],[-100.104446,73.936371000000008],[-100.03751399999999,73.942473999999947],[-99.981109999999944,73.945816000000093],[-99.938599000000011,73.946091000000081],[-99.896956999999986,73.944138000000009],[-99.856109999999887,73.940811000000053],[-99.816100999999946,73.93609600000002],[-99.800827000000027,73.931655999999975],[-99.800551999999925,73.925812000000008],[-99.813323999999966,73.921371000000079],[-99.806220999999937,73.902100000000019],[-99.810058999999967,73.898766000000023],[-99.810889999999972,73.894928000000107],[-99.808227999999986,73.891937000000041],[-99.804557999999929,73.889099000000101]],[[-89.988892000000021,73.988312000000121],[-90.007781999999963,73.984984999999995],[-90.058043999999938,73.992477000000122],[-90.158614999999998,74.001389000000131],[-90.217772999999966,74.004439999999988],[-90.250290000000007,74.00999500000006],[-90.265015000000005,74.014708999999982],[-90.281112999999891,74.02165199999996],[-90.284728999999913,74.024994000000106],[-90.285003999999958,74.029709000000139],[-90.276397999999858,74.038589000000002],[-90.271117999999944,74.043320000000108],[-90.240554999999972,74.053863999999976],[-90.206115999999952,74.057755000000043],[-89.991942999999935,74.066665999999998],[-89.97193900000002,74.064697000000137],[-89.941375999999991,74.057479999999998],[-89.914443999999946,74.047485000000108],[-89.90194699999995,74.03776600000009],[-89.903885000000002,74.03137200000009],[-89.918609999999944,74.010543999999982],[-89.928329000000019,74.005554000000132],[-89.988892000000021,73.988312000000121]],[[-98.918610000000001,73.806091000000094],[-98.96166999999997,73.80525200000011],[-99.104172000000005,73.81442300000009],[-99.140838999999914,73.818054000000132],[-99.36361699999992,73.864426000000037],[-99.381942999999922,73.86914100000007],[-99.429717999999923,73.891662999999937],[-99.437499999999943,73.89694199999991],[-99.43638599999997,73.902206000000092],[-99.429717999999923,73.908035000000098],[-99.422501000000011,73.911102000000028],[-99.406113000000005,73.915267999999912],[-99.282500999999968,73.936919999999986],[-99.223891999999978,73.940262000000075],[-99.092772999999909,73.952209000000039],[-99.020279000000016,73.979706000000022],[-98.938048999999921,73.998596000000134],[-98.801666000000012,74.018051000000128],[-98.66194200000001,74.03137200000009],[-98.575835999999981,74.03137200000009],[-98.532501000000025,74.032211000000018],[-98.491942999999935,74.034148999999957],[-98.425277999999992,74.043869000000029],[-98.3558349999999,74.057479999999998],[-98.275832999999921,74.07388300000008],[-98.255004999999926,74.078598000000113],[-98.230285999999978,74.083327999999938],[-98.170836999999949,74.09248400000007],[-98.039992999999981,74.105820000000051],[-97.994445999999925,74.109421000000111],[-97.806106999999884,74.11943100000002],[-97.758346999999958,74.118590999999981],[-97.737212999999997,74.117477000000008],[-97.703613000000018,74.113876000000118],[-97.690826000000015,74.111374000000069],[-97.653609999999958,74.099991000000045],[-97.64805599999994,74.0977630000001],[-97.642226999999934,74.087204000000042],[-97.637787000000003,74.075546000000031],[-97.638335999999981,74.063873000000001],[-97.649444999999957,74.052474999999959],[-97.656661999999983,74.04693599999996],[-97.673324999999863,74.035537999999974],[-97.717223999999987,74.009720000000016],[-97.728058000000033,74.004166000000055],[-97.763625999999931,73.988312000000121],[-97.823058999999887,73.968597000000102],[-98.124161000000015,73.878586000000098],[-98.145003999999915,73.873596000000077],[-98.168334999999956,73.870818999999983],[-98.392776000000026,73.84526100000005],[-98.478881999999999,73.837494000000106],[-98.777221999999995,73.813599000000124],[-98.918610000000001,73.806091000000094]],[[-92.638061999999877,74.103043000000127],[-92.36860699999994,74.041091999999992],[-92.356948999999986,74.038040000000024],[-92.33444199999991,74.03137200000009],[-92.31138599999997,74.02165199999996],[-92.296951000000035,74.014435000000049],[-92.289444000000003,74.009155000000021],[-92.282775999999956,74.003325999999959],[-92.273620999999991,73.990540000000067],[-92.272781000000009,73.984421000000054],[-92.28195199999999,73.974990999999989],[-92.291107000000011,73.969711000000075],[-92.310546999999929,73.961104999999975],[-92.327788999999939,73.951385000000073],[-92.330001999999979,73.945526000000086],[-92.329726999999991,73.942473999999947],[-92.309433000000013,73.940811000000053],[-92.1324919999999,73.946365000000014],[-92.118606999999997,73.949142000000109],[-92.116652999999985,73.95109599999995],[-92.113327000000027,73.95637499999998],[-92.110000999999897,73.964706000000035],[-92.113051999999982,73.974426000000108],[-92.114440999999999,73.976654000000053],[-92.113051999999982,73.981368999999916],[-92.107773000000009,73.984711000000061],[-92.094161999999983,73.989151000000049],[-91.925551999999982,74.012771999999927],[-91.877212999999983,74.016936999999928],[-91.838332999999977,74.018875000000094],[-91.570847000000015,74.025818000000072],[-91.528335999999911,74.024429000000055],[-91.139998999999932,74.00999500000006],[-91.097504000000015,74.008331000000055],[-91.065001999999993,74.006103999999993],[-91.046951000000035,74.004166000000055],[-90.735549999999932,73.968322999999998],[-90.660003999999958,73.953873000000044],[-90.633056999999951,73.948317999999972],[-90.441375999999934,73.919708000000128],[-90.406661999999983,73.914703000000088],[-90.364440999999999,73.911652000000061],[-90.354720999999984,73.912201000000039],[-90.344955000000027,73.914368000000081],[-90.341674999999952,73.917206000000078],[-90.339721999999938,73.920532000000094],[-90.341110000000015,73.924149000000057],[-90.33555599999994,73.925812000000008],[-90.317779999999971,73.925261999999975],[-90.225006000000008,73.908599999999979],[-90.195830999999998,73.901931999999988],[-90.194442999999922,73.899719000000005],[-90.204178000000013,73.888321000000019],[-90.230285999999978,73.862198000000035],[-90.241942999999992,73.851929000000041],[-90.25140399999998,73.846649000000127],[-90.264450000000011,73.84165999999999],[-90.275283999999942,73.83859300000006],[-90.283066000000019,73.838318000000072],[-90.360000999999954,73.800812000000121],[-90.474716000000001,73.72164900000007],[-90.581389999999999,73.65776100000005],[-90.724715999999944,73.583054000000118],[-90.84973100000002,73.540268000000083],[-90.921386999999925,73.495255000000043],[-90.930283000000031,73.483871000000079],[-90.932219999999973,73.481934000000081],[-91.089172000000019,73.384155000000021],[-91.152221999999995,73.361099000000024],[-91.171386999999982,73.351089000000059],[-91.180557000000022,73.345825000000104],[-91.186385999999914,73.340271000000087],[-91.238602000000014,73.279984000000127],[-91.253066999999874,73.269150000000081],[-91.262222000000008,73.263885000000016],[-91.367767000000015,73.200821000000133],[-91.569457999999997,73.063309000000061],[-91.642776000000026,73.021103000000039],[-91.647506999999962,73.016663000000051],[-91.645003999999972,72.998032000000023],[-91.770844000000011,72.913040000000024],[-91.799727999999959,72.897216999999955],[-91.808333999999888,72.891937000000098],[-91.812774999999988,72.885818000000086],[-91.813048999999921,72.880264000000068],[-91.81138599999997,72.868042000000116],[-91.818893000000003,72.862198000000092],[-91.84973100000002,72.846100000000035],[-92.06610099999989,72.752487000000087],[-92.095839999999896,72.743042000000003],[-92.127486999999917,72.734421000000111],[-92.166396999999961,72.725539999999967],[-92.232223999999974,72.713043000000027],[-92.274718999999891,72.70748900000001],[-92.314437999999996,72.704987000000131],[-92.335280999999952,72.704437000000098],[-92.393340999999907,72.707213999999965],[-92.431106999999997,72.710541000000092],[-92.524719000000005,72.720534999999927],[-92.745269999999891,72.739975000000129],[-92.898346000000004,72.750275000000045],[-93.077498999999875,72.769439999999975],[-93.248885999999914,72.789703000000031],[-93.337783999999999,72.8077550000001],[-93.349166999999852,72.802475000000072],[-93.366652999999985,72.797760000000039],[-93.391952999999944,72.794144000000131],[-93.412216000000001,72.792206000000022],[-93.580001999999922,72.778046000000074],[-93.679992999999911,72.779709000000025],[-93.726104999999905,72.781097000000102],[-93.764450000000011,72.781372000000147],[-93.932769999999948,72.774155000000007],[-94.038604999999961,72.766388000000063],[-94.099166999999966,72.764160000000118],[-94.132492000000013,72.764709000000039],[-94.170546999999942,72.767487000000074],[-94.18249499999996,72.769439999999975],[-94.24610899999999,72.77388000000002],[-94.262786999999889,72.774155000000007],[-94.298049999999989,72.770263999999941],[-94.315552000000025,72.763046000000145],[-94.321944999999971,72.759430000000066],[-94.327498999999989,72.754440000000045],[-94.334441999999967,72.738036999999963],[-94.332779000000016,72.731934000000024],[-94.327498999999989,72.721649000000127],[-94.319457999999997,72.717484000000127],[-94.3125,72.715545999999961],[-94.297501000000011,72.713318000000015],[-94.26916499999993,72.719147000000021],[-94.265288999999939,72.723877000000073],[-94.263901000000033,72.729980000000012],[-94.258346999999958,72.732483000000002],[-94.236388999999917,72.734985000000052],[-94.160278000000005,72.729431000000034],[-94.103606999999897,72.718596999999988],[-94.09333799999996,72.714995999999928],[-94.001403999999923,72.704162999999994],[-93.985000999999954,72.70387299999993],[-93.886672999999973,72.704712000000086],[-93.839447000000007,72.717209000000082],[-93.798339999999996,72.702208999999925],[-93.823058999999887,72.653046000000018],[-93.817229999999938,72.642211999999972],[-93.801665999999955,72.634430000000009],[-93.786117999999931,72.629149999999981],[-93.76945499999988,72.624984999999981],[-93.75778200000002,72.623032000000023],[-93.686660999999901,72.622208000000057],[-93.674438000000009,72.618866000000082],[-93.589721999999995,72.58137499999998],[-93.568619000000012,72.570831000000112],[-93.49888599999997,72.521927000000119],[-93.463333000000034,72.462204000000099],[-93.466110000000015,72.451385000000016],[-93.46945199999999,72.439697000000024],[-93.628052000000025,72.341934000000037],[-93.64527899999996,72.337204000000042],[-93.666397000000018,72.333602999999982],[-93.688323999999909,72.331099999999992],[-93.748610999999983,72.329712000000086],[-93.767226999999991,72.327209000000096],[-93.787216000000001,72.322769000000108],[-93.801392000000021,72.317764000000068],[-93.819732999999928,72.30720500000001],[-93.827498999999989,72.301926000000037],[-93.913329999999974,72.241652999999928],[-93.925277999999935,72.233047000000056],[-94.014175000000023,72.163879000000122],[-94.036666999999852,72.142212000000086],[-94.040282999999988,72.137497000000053],[-94.043610000000001,72.131363000000022],[-94.045546999999885,72.126922999999977],[-94.044723999999974,72.115814000000114],[-94.042220999999927,72.106644000000074],[-94.043883999999935,72.096939000000134],[-94.048339999999939,72.091094999999939],[-94.054717999999923,72.085265999999933],[-94.066665999999941,72.076660000000004],[-94.080840999999964,72.066939999999931],[-94.091675000000009,72.061645999999996],[-94.127685999999926,72.056366000000082],[-94.143341000000021,72.057480000000055],[-94.172500999999954,72.0577550000001],[-94.186660999999958,72.055816999999934],[-94.198883000000023,72.052765000000022],[-94.188720999999987,72.045258000000103],[-94.19505300000003,72.042091000000084],[-94.198387000000025,72.03910100000013],[-94.199546999999995,72.036438000000032],[-94.196053000000006,72.032432999999969],[-94.188384999999982,72.030930000000126],[-94.172042999999917,72.029594000000088],[-94.149886999999921,72.029433999999981],[-94.137382999999886,72.031769000000111],[-94.130554000000018,72.033104000000037],[-94.125214000000028,72.035095000000126],[-94.091385000000002,72.037766000000147],[-94.06082200000003,72.035262999999986],[-94.029723999999931,71.999419999999986],[-94.063048999999921,71.978317000000061],[-94.082229999999981,71.976089000000115],[-94.191719000000035,71.994316000000083],[-94.353881999999942,72.018050999999957],[-94.371933000000013,72.019440000000145],[-94.418059999999912,72.02276599999999],[-94.449721999999952,72.023315000000139],[-94.743880999999931,72.011383000000023],[-94.780288999999982,72.006103999999993],[-94.825561999999991,71.997481999999991],[-94.902221999999881,71.989151000000106],[-95.121932999999956,71.966095000000053],[-95.161117999999931,71.964706000000092],[-95.17582699999997,71.966934000000037],[-95.20777899999996,71.988876000000118],[-95.213333000000034,71.99443100000002],[-95.206664999999987,72.097488000000112],[-95.204453000000001,72.102767999999969],[-95.196654999999964,72.106644000000074],[-95.039444000000003,72.131363000000022],[-94.981673999999998,72.139434999999992],[-94.929717999999923,72.143599999999992],[-94.899993999999992,72.144440000000031],[-94.868057000000022,72.145538000000101],[-94.752228000000002,72.153320000000065],[-94.760833999999932,72.15498400000007],[-94.80610699999994,72.15914900000007],[-94.839171999999905,72.158599999999979],[-94.961394999999982,72.155258000000003],[-95.027495999999985,72.14498900000001],[-95.12110899999999,72.136658000000068],[-95.139998999999932,72.135544000000095],[-95.158889999999985,72.135818000000029],[-95.171111999999937,72.139159999999947],[-95.206664999999987,72.180817000000047],[-95.211670000000026,72.187194999999974],[-95.213622999999984,72.193313999999987],[-95.214721999999938,72.200271999999984],[-95.214721999999938,72.20526099999995],[-95.203887999999893,72.221924000000058],[-95.191375999999991,72.2452550000001],[-95.171111999999937,72.283324999999991],[-95.133330999999885,72.46026599999999],[-95.200287000000003,72.524428999999998],[-95.226394999999968,72.53166200000004],[-95.283065999999906,72.535538000000088],[-95.316100999999946,72.539703000000088],[-95.321395999999993,72.546097000000145],[-95.344451999999933,72.58137499999998],[-95.346664000000033,72.587493999999992],[-95.345551,72.593322999999998],[-95.331679999999949,72.598328000000038],[-95.313323999999966,72.601089000000059],[-95.315826000000015,72.606368999999916],[-95.355559999999969,72.637771999999984],[-95.364440999999886,72.643326000000116],[-95.458617999999944,72.68220500000001],[-95.475554999999986,72.686371000000122],[-95.492766999999901,72.688034000000016],[-95.50556899999998,72.686371000000122],[-95.52555799999999,72.681656000000089],[-95.535827999999924,72.681366000000025],[-95.548614999999927,72.68220500000001],[-95.576110999999969,72.689971999999955],[-95.590560999999923,72.695525999999973],[-95.602218999999934,72.702208999999925],[-95.666106999999897,72.801376000000062],[-95.673614999999984,72.813873000000058],[-95.675551999999982,72.82499700000011],[-95.675277999999935,72.841094999999996],[-95.671936000000017,72.852478000000019],[-95.653885000000002,72.876923000000033],[-95.645844000000011,72.91276600000009],[-95.655563000000029,73.019989000000066],[-95.683318999999983,73.075821000000019],[-95.582503999999972,73.127762000000132],[-95.575012000000015,73.164993000000095],[-95.600540000000024,73.283905000000004],[-95.650832999999977,73.325272000000041],[-95.646666999999979,73.330826000000059],[-95.613616999999977,73.342758000000003],[-95.623610999999983,73.361099000000024],[-95.653610000000015,73.412490999999932],[-95.681670999999994,73.444138000000066],[-95.683884000000035,73.450272000000098],[-95.700287000000003,73.55386400000009],[-95.668364999999937,73.581787000000077],[-95.612563999999963,73.610976999999991],[-95.656059000000027,73.631866000000116],[-95.676085999999998,73.665061999999978],[-95.681945999999982,73.711928999999998],[-95.673049999999989,73.723312000000021],[-95.658889999999985,73.732482999999945],[-95.645844000000011,73.735535000000084],[-95.450835999999981,73.771103000000096],[-95.428329000000019,73.77276599999999],[-95.299727999999959,73.771103000000096],[-95.283614999999941,73.769149999999968],[-95.266402999999912,73.764160000000118],[-95.236938000000009,73.752212999999983],[-95.160278000000005,73.713042999999971],[-95.154723999999987,73.706940000000031],[-95.138335999999924,73.700821000000019],[-95.106948999999986,73.691925000000083],[-95.076401000000033,73.683318999999983],[-95.024170000000026,73.671646000000123],[-94.95666499999993,73.659149000000127],[-94.890563999999927,73.649155000000121],[-94.845550999999944,73.644150000000081],[-94.828613000000018,73.643051000000071],[-94.812209999999993,73.643326000000116],[-94.652221999999995,73.648605000000089],[-94.634170999999924,73.649429000000055],[-94.618056999999908,73.651382000000012],[-94.619155999999975,73.654434000000094],[-94.638061999999991,73.665817000000118],[-94.649445000000014,73.670821999999987],[-94.676392000000021,73.676650999999993],[-94.732773000000009,73.681366000000025],[-94.773055999999997,73.679977000000008],[-94.81471299999987,73.680817000000104],[-94.866104000000007,73.687195000000031],[-94.883330999999998,73.692200000000071],[-95.075561999999877,73.773315000000139],[-95.089172000000019,73.783325000000048],[-95.111937999999952,73.801086000000055],[-95.11610399999995,73.806641000000127],[-95.108046999999999,73.812195000000088],[-95.070847000000015,73.822768999999994],[-95.036666999999909,73.829436999999928],[-95.00556899999998,73.832489000000066],[-94.976668999999958,73.831100000000049],[-94.958054000000004,73.831940000000088],[-94.963332999999977,73.838318000000072],[-94.982497999999964,73.845534999999984],[-95.005004999999983,73.852767999999969],[-95.024445000000014,73.855255000000056],[-95.045546999999942,73.855545000000063],[-95.076675000000023,73.852477999999962],[-95.109160999999972,73.843597000000045],[-95.116393999999957,73.839157],[-95.127212999999927,73.825821000000076],[-95.136123999999938,73.823608000000092],[-95.154174999999952,73.823608000000092],[-95.263061999999991,73.862762000000032],[-95.304169000000002,73.8808140000001],[-95.311385999999914,73.885269000000108],[-95.323333999999932,73.89694199999991],[-95.327788999999882,73.90914900000007],[-95.329726999999991,73.919982999999945],[-95.326110999999969,73.944138000000009],[-95.324721999999952,73.952484000000084],[-95.319167999999877,73.964157000000114],[-95.298339999999996,73.980819999999994],[-95.245270000000005,74.010268999999994],[-95.227782999999988,74.014160000000061],[-95.220001000000025,74.014708999999982],[-95.192489999999964,74.008881000000088],[-95.174438000000009,74.008881000000088],[-95.040833000000021,74.026382000000012],[-94.90695199999999,74.047485000000108],[-94.850280999999995,74.058868000000132],[-94.80610699999994,74.068054000000075],[-94.787506000000008,74.072769000000108],[-94.755279999999914,74.087204000000042],[-94.745833999999945,74.092209000000082],[-94.732223999999974,74.095260999999994],[-94.618332000000009,74.090271000000143],[-94.460281000000009,74.094437000000028],[-94.436934999999949,74.095824999999934],[-94.42721599999993,74.100815000000011],[-94.421111999999994,74.105820000000051],[-94.412780999999995,74.115265000000136],[-94.406112999999948,74.118865999999969],[-94.392226999999991,74.121918000000107],[-94.217498999999975,74.131652999999972],[-94.177779999999927,74.1336060000001],[-94.093063000000029,74.136383000000023],[-93.992492999999911,74.138596000000007],[-93.951950000000011,74.138885000000073],[-93.914169000000015,74.136107999999979],[-93.90194699999995,74.133331000000112],[-93.758346999999958,74.096939000000134],[-93.761397999999986,74.129150000000038],[-93.759445000000028,74.139160000000118],[-93.754456000000005,74.144714000000079],[-93.730835000000013,74.154160000000047],[-93.690551999999968,74.162200999999982],[-93.641112999999962,74.167754999999943],[-93.583617999999888,74.170822000000044],[-93.515015000000005,74.173035000000027],[-93.431670999999994,74.172211000000061],[-93.327498999999989,74.169983000000116],[-93.243880999999988,74.164993000000038],[-93.028885000000002,74.149993999999992],[-92.979445999999996,74.145828000000108],[-92.796386999999982,74.124985000000038],[-92.638061999999877,74.103043000000127]],[[-98.657226999999978,74.29942299999999],[-98.746947999999975,74.298035000000084],[-98.810271999999941,74.298325000000091],[-98.831679999999949,74.299149000000057],[-98.859436000000017,74.301376000000118],[-98.86221299999994,74.302475000000129],[-98.864715999999987,74.304703000000075],[-98.863051999999982,74.307479999999998],[-98.857223999999974,74.311371000000065],[-98.752501999999936,74.334152000000074],[-98.718338000000017,74.336655000000007],[-98.630829000000006,74.34248400000007],[-98.616652999999985,74.341934000000037],[-98.585830999999985,74.338593000000003],[-98.573623999999938,74.334991000000002],[-98.535278000000005,74.328873000000101],[-98.521666999999979,74.324706999999989],[-98.511123999999995,74.318329000000006],[-98.515563999999927,74.314147999999932],[-98.525009000000011,74.31053200000008],[-98.568618999999899,74.304703000000075],[-98.657226999999978,74.29942299999999]],[[-120.14998600000001,74.272491000000059],[-119.86472300000003,74.237762000000032],[-119.84528399999999,74.235809000000074],[-119.79527299999995,74.234420999999998],[-119.72501399999993,74.233871000000136],[-119.60916099999997,74.233321999999987],[-119.63971699999996,74.193039000000113],[-119.65139799999997,74.181655999999919],[-119.67250099999995,74.165817000000004],[-119.69082599999996,74.156936999999971],[-119.70249899999999,74.153046000000074],[-119.72305299999994,74.144714000000079],[-119.79415899999998,74.115265000000136],[-119.80332900000002,74.110535000000084],[-119.82417299999992,74.094711000000132],[-119.833618,74.082763999999997],[-119.83612099999999,74.075821000000019],[-119.83277900000002,74.064147999999989],[-119.82721699999991,74.05914300000012],[-119.77916699999997,74.033875000000023],[-119.76806599999986,74.030273000000079],[-119.74481199999997,74.025513000000046],[-119.72860699999995,74.02915999999999],[-119.72609699999992,74.035812000000078],[-119.72638699999993,74.041931000000091],[-119.73777799999999,74.058029000000147],[-119.650284,74.118590999999981],[-119.51000999999991,74.209152000000017],[-119.50083899999998,74.213882000000012],[-119.48916599999995,74.217483999999956],[-119.46528599999994,74.221100000000035],[-119.44972199999995,74.221924000000001],[-119.25723299999999,74.218323000000112],[-119.18472300000002,74.216933999999924],[-119.16528299999987,74.214995999999985],[-119.14862099999999,74.212204000000099],[-119.137787,74.208603000000039],[-119.12110899999993,74.199707000000103],[-119.11554699999999,74.194977000000051],[-119.10193600000002,74.179428000000144],[-119.09638999999999,74.168319999999994],[-119.09084300000001,74.156936999999971],[-119.07055700000001,74.114700000000084],[-119.06527699999998,74.103317000000061],[-119.07084699999996,74.089980999999966],[-119.08084099999996,74.077773999999977],[-119.08805799999999,74.072769000000108],[-119.10166900000002,74.069716999999969],[-119.11972000000003,74.068054000000075],[-119.14723199999997,74.062195000000031],[-119.15222199999994,74.056091000000038],[-119.18720999999999,73.994141000000127],[-119.18720999999999,73.987762000000089],[-119.16750299999995,73.987198000000149],[-118.98889200000002,73.998032000000023],[-118.97305299999999,74.000274999999988],[-118.96362299999993,74.004990000000021],[-118.80777,74.090546000000131],[-118.80055199999998,74.095824999999934],[-118.79028299999993,74.10775799999999],[-118.78751399999999,74.114700000000084],[-118.79277000000002,74.125809000000004],[-118.79804999999999,74.130814000000044],[-118.80695299999996,74.133880999999974],[-118.82333399999999,74.136383000000023],[-118.83693699999992,74.139435000000105],[-118.84805299999994,74.143326000000002],[-118.86721799999998,74.151382000000069],[-118.88333099999994,74.166382000000056],[-118.88612399999994,74.171921000000054],[-118.88110399999999,74.178040000000067],[-118.84388699999994,74.188309000000118],[-118.72000100000002,74.212768999999923],[-118.67388899999997,74.219986000000063],[-118.60722399999997,74.228317000000118],[-118.50583599999999,74.239974999999959],[-118.17999299999991,74.272217000000126],[-118.12249799999995,74.275818000000015],[-118.10193600000002,74.276382000000126],[-118.031387,74.275269000000094],[-117.97361799999999,74.269150000000025],[-117.91860999999989,74.262207000000046],[-117.62832599999996,74.244980000000055],[-117.51251199999996,74.238585999999998],[-117.43859900000001,74.22943099999992],[-117.422234,74.226929000000041],[-117.37609899999995,74.218323000000112],[-117.28943599999997,74.199707000000103],[-117.15722700000003,74.167754999999943],[-116.82833899999997,74.072495000000004],[-116.78500400000001,74.059708000000001],[-116.735817,74.039703000000145],[-116.62249799999989,73.990814],[-116.52806099999998,73.949706999999989],[-116.441101,73.913605000000018],[-116.34805299999999,73.875534000000016],[-116.33805799999999,73.87164300000012],[-116.32778899999988,73.867752000000053],[-116.31471299999993,73.864426000000037],[-116.29888900000003,73.861649000000114],[-116.20805399999995,73.838318000000072],[-116.05583199999995,73.792755000000113],[-116.00556899999998,73.773315000000139],[-115.97638699999999,73.755554000000018],[-115.91443599999997,73.726379000000122],[-115.89444699999996,73.718596999999988],[-115.817497,73.698318000000029],[-115.603882,73.652205999999978],[-115.40222199999999,73.568329000000006],[-115.36694299999999,73.545822000000101],[-115.34889199999998,73.531937000000028],[-115.33194700000001,73.511658000000068],[-115.31500199999999,73.479705999999908],[-115.32305899999994,73.474426000000051],[-115.449432,73.426651000000049],[-115.46140300000002,73.42303499999997],[-115.69943199999989,73.368866000000139],[-115.83473199999997,73.33998100000008],[-115.862213,73.334427000000119],[-116.26750199999998,73.273041000000148],[-116.33556399999998,73.267211999999915],[-116.37249800000001,73.265549000000021],[-116.42500299999995,73.261658000000125],[-116.45612299999993,73.257492000000013],[-116.46945199999999,73.254715000000147],[-116.69304699999992,73.203873000000044],[-116.80943299999996,73.168045000000006],[-116.94803599999995,73.124985000000038],[-117.02639799999997,73.106934000000024],[-117.16915899999998,73.081940000000088],[-117.39388999999994,73.048598999999911],[-117.42639200000002,73.044983000000059],[-117.46610999999996,73.03637700000013],[-117.708054,72.977768000000083],[-117.83667000000003,72.938583000000108],[-117.891953,72.919983000000002],[-117.925003,72.908875000000023],[-117.97501399999993,72.896378000000027],[-118.01611300000002,72.888321000000019],[-118.11527999999993,72.870818999999983],[-118.21806300000003,72.854705999999965],[-118.27362099999999,72.844436999999914],[-118.314438,72.836104999999918],[-118.36609599999997,72.824432000000115],[-118.38999899999993,72.817764000000125],[-118.44444299999998,72.798874000000012],[-118.45333900000003,72.794434000000138],[-118.46000700000002,72.78915400000011],[-118.46472199999994,72.783325000000104],[-118.48528299999992,72.767487000000074],[-118.49610899999999,72.763610999999969],[-118.53472899999991,72.754715000000033],[-118.54943799999995,72.752487000000087],[-118.58528100000001,72.750275000000045],[-118.65805099999994,72.74803200000008],[-118.70861799999994,72.743590999999981],[-118.75306699999999,72.73692299999999],[-118.77861000000001,72.731093999999985],[-119.11444099999994,72.639435000000049],[-119.1375119999999,72.632477000000051],[-119.15888999999999,72.624984999999981],[-119.16750299999995,72.620529000000033],[-119.30943300000001,72.438873000000058],[-119.3163909999999,72.425812000000121],[-119.33000199999987,72.394149999999968],[-119.33249699999999,72.387206999999989],[-119.33000199999987,72.381653000000142],[-119.32501200000002,72.376648000000102],[-119.30999800000001,72.368042000000003],[-119.30277999999993,72.363037000000134],[-119.30248999999998,72.356644000000017],[-119.31111099999993,72.352203000000088],[-119.40444899999994,72.325545999999974],[-119.429169,72.319716999999969],[-119.51555599999989,72.305817000000104],[-119.62666300000001,72.278320000000122],[-119.65750099999991,72.267211999999972],[-119.67804699999999,72.259430000000009],[-119.760559,72.228867000000037],[-119.80139200000002,72.22137500000008],[-119.837784,72.219711000000075],[-119.97250399999996,72.221100000000092],[-120.12372599999998,72.232597000000112],[-120.13405599999999,72.233756999999969],[-120.13871799999998,72.236420000000066],[-120.13621499999994,72.239929000000132],[-120.12888299999992,72.241928000000144],[-120.14362299999993,72.2494200000001],[-120.12943999999999,72.251663000000065],[-120.12721299999993,72.258606000000043],[-120.12999000000002,72.264160000000061],[-120.13999899999993,72.267761000000064],[-120.15750099999997,72.269714000000022],[-120.17582699999997,72.268875000000094],[-120.24109599999997,72.26249700000011],[-120.25110599999999,72.258606000000043],[-120.25945299999995,72.246643000000006],[-120.26139799999987,72.239700000000028],[-120.25862099999995,72.23414600000001],[-120.23144500000001,72.214812999999992],[-120.225281,72.212479000000144],[-120.21028899999999,72.20881700000001],[-120.19810499999994,72.204322999999988],[-120.18894999999998,72.199150000000088],[-120.18578299999996,72.196151999999984],[-120.14527900000002,72.149994000000049],[-120.14499699999993,72.143599999999992],[-120.17582699999997,72.094437000000084],[-120.19415299999997,72.078323000000125],[-120.30526699999996,72.013046000000088],[-120.329453,71.999146000000053],[-120.34750399999996,71.990814000000057],[-120.38362100000001,71.981658999999979],[-120.41332999999986,71.971374999999966],[-120.423317,71.96748400000007],[-120.43916299999989,71.958328000000108],[-120.445267,71.953048999999965],[-120.4491579999999,71.946930000000123],[-120.45278899999994,71.934707999999944],[-120.45249899999993,71.927765000000136],[-120.44972200000001,71.922210999999947],[-120.439438,71.912201000000039],[-120.43167099999994,71.908034999999984],[-120.391953,71.893051000000071],[-120.38445300000001,71.888885000000016],[-120.37917299999998,71.883881000000031],[-120.38082900000001,71.87831099999994],[-120.41500899999994,71.776382000000126],[-120.42278299999998,71.764160000000118],[-120.42471299999994,71.757216999999969],[-120.42639199999996,71.74443100000002],[-120.423607,71.738875999999948],[-120.41332999999986,71.72886699999998],[-120.40805099999994,71.723877000000073],[-120.40055799999993,71.719437000000084],[-120.37998999999996,71.699707000000046],[-120.37748699999992,71.694138000000066],[-120.37693799999994,71.688034000000073],[-120.38082900000001,71.681931000000077],[-120.43611099999998,71.611922999999933],[-120.47305299999999,71.565536000000066],[-120.49665799999997,71.544144000000017],[-120.54332699999992,71.516662999999994],[-120.60166900000002,71.493591000000038],[-120.63639799999999,71.485535000000141],[-120.78028899999998,71.457214000000079],[-120.80750299999988,71.452484000000027],[-120.87721299999998,71.441360000000145],[-120.921944,71.435532000000023],[-121.13333099999994,71.409424000000058],[-121.33249699999993,71.386932000000002],[-121.39444700000001,71.380264000000011],[-121.42916899999994,71.378311000000053],[-121.44833399999999,71.379425000000026],[-121.59056099999998,71.396378000000141],[-121.60305799999998,71.399428999999998],[-121.59137699999991,71.402771000000087],[-121.57611099999997,71.404434000000037],[-121.54915599999993,71.40914900000007],[-121.53751399999999,71.412490999999989],[-121.53195199999993,71.417755],[-121.52861000000001,71.423874000000012],[-121.531677,71.429427999999973],[-121.53694200000001,71.434418000000051],[-121.54998799999993,71.443588000000091],[-121.56973299999999,71.451660000000061],[-121.59638999999999,71.456940000000145],[-121.63027999999991,71.460540999999978],[-121.66860999999994,71.46276899999998],[-121.70361300000002,71.460815000000139],[-121.74388099999999,71.453323000000012],[-121.75556899999998,71.450271999999984],[-121.77639799999997,71.443038999999942],[-121.81220999999994,71.426651000000106],[-121.82917800000001,71.418319999999994],[-121.84612299999998,71.409714000000065],[-121.90194700000001,71.378586000000098],[-121.96528599999999,71.34275800000006],[-122.07501199999996,71.286926000000051],[-122.12165799999991,71.267211999999972],[-122.14417300000002,71.260817999999915],[-122.21056399999986,71.24832200000003],[-122.25446299999999,71.242477000000122],[-122.29833999999994,71.236374000000012],[-122.35526999999996,71.227768000000083],[-122.43028299999997,71.214157000000114],[-122.50556899999992,71.197754000000032],[-122.593887,71.178040000000124],[-122.60500299999995,71.174988000000042],[-122.61638600000003,71.171646000000067],[-122.64584400000001,71.160538000000088],[-122.66221599999994,71.151931999999988],[-122.67832900000002,71.143326000000059],[-122.7069469999999,71.124420000000043],[-122.74249299999997,71.101089000000002],[-122.76999699999988,71.089157000000057],[-122.781113,71.086104999999918],[-122.79611199999988,71.084152000000017],[-122.84944199999995,71.0816650000001],[-123.07611099999986,71.079163000000051],[-123.09500099999997,71.079987000000017],[-123.1260989999999,71.083878000000084],[-123.162781,71.092758000000117],[-123.22332799999998,71.114150999999993],[-123.25945300000001,71.129700000000128],[-123.29305999999985,71.146102999999982],[-123.31696299999999,71.158599999999979],[-123.37027,71.188873000000115],[-123.3952789999999,71.207763999999941],[-123.42999299999997,71.236923000000104],[-123.44860799999998,71.257767000000115],[-123.46640000000002,71.285537999999974],[-123.51390099999998,71.349152000000061],[-123.56696299999993,71.406096999999932],[-123.63417099999992,71.472487999999942],[-123.66583299999996,71.496368000000132],[-123.67971799999998,71.505264000000068],[-123.84388699999994,71.583328000000108],[-123.88722200000001,71.623595999999964],[-123.89917000000003,71.633041000000048],[-123.94888299999997,71.658325000000048],[-123.97582999999997,71.670258000000103],[-124.01334400000002,71.685806000000071],[-124.02390300000002,71.689148000000046],[-124.07055700000001,71.701935000000049],[-124.11138900000003,71.709991000000116],[-124.13694800000002,71.714432000000045],[-124.38474299999996,71.75471500000009],[-124.458054,71.76638800000012],[-124.609734,71.788040000000137],[-124.65278599999994,71.79525799999999],[-124.67887899999999,71.800812000000121],[-124.700287,71.806366000000139],[-124.83194700000001,71.840820000000008],[-124.86665299999993,71.85054000000008],[-125.07694999999995,71.909149000000127],[-125.16000400000001,71.924683000000073],[-125.23638900000003,71.941910000000064],[-125.24722300000002,71.945511000000124],[-125.25361599999997,71.950255999999968],[-125.24472000000003,71.954422000000079],[-125.04804999999999,71.955536000000052],[-124.98029300000002,71.943587999999977],[-124.96945199999999,71.939972000000125],[-124.95388800000001,71.938034000000016],[-124.94275699999997,71.939972000000125],[-124.93804899999998,71.945525999999916],[-124.93554699999999,71.951659999999947],[-124.93971299999998,71.956940000000031],[-124.94833399999999,71.961105000000032],[-124.98777799999999,71.969711000000132],[-125.02278100000001,71.972504000000129],[-125.23277300000001,71.975524999999948],[-125.35221899999999,71.97468600000002],[-125.41639700000002,71.974135999999987],[-125.47833300000002,71.972763000000043],[-125.59111000000001,71.966385000000116],[-125.62666299999995,71.963608000000022],[-125.68639399999995,71.954987000000074],[-125.72165699999994,71.952209000000096],[-125.76139799999993,71.950821000000019],[-125.80139199999996,71.952209000000096],[-125.93582199999992,71.958602999999982],[-125.97361799999999,71.960541000000092],[-125.984444,71.963882000000126],[-125.99333200000001,71.96804800000001],[-125.997772,71.973602000000028],[-125.99333200000001,71.978867000000093],[-125.97778299999999,71.979706000000022],[-125.966949,71.976379000000122],[-125.90055799999999,71.962494000000049],[-125.88054699999992,71.963318000000015],[-125.84973099999991,71.967209000000082],[-125.80999799999995,71.975540000000137],[-125.787781,71.982208000000128],[-125.77887699999991,71.986374000000012],[-125.765289,71.996094000000085],[-125.75418100000002,72.006103999999993],[-125.74082899999996,72.022751000000028],[-125.73388699999998,72.034133999999995],[-125.724716,72.051926000000094],[-125.71777299999985,72.070540999999992],[-125.71528599999994,72.083603000000039],[-125.71528599999994,72.090270999999973],[-125.71749899999992,72.096375000000023],[-125.72165699999994,72.101929000000041],[-125.72833299999996,72.106644000000074],[-125.73944099999989,72.110260000000096],[-125.71444700000001,72.157485999999949],[-125.57389799999993,72.247467000000142],[-125.51445000000001,72.291076999999973],[-125.46777299999997,72.351074000000096],[-125.43221999999997,72.403580000000034],[-125.43666099999996,72.409134000000051],[-125.30055199999993,72.483307000000025],[-125.29110699999995,72.487183000000073],[-125.27971600000001,72.490524000000107],[-125.25787399999996,72.495125000000144],[-125.247772,72.49523899999997],[-125.17194399999994,72.513596000000064],[-125.1394499999999,72.524138999999991],[-125.02806099999998,72.566071000000079],[-125,72.605254999999943],[-124.94055199999997,72.70248400000014],[-124.97193899999991,72.755829000000006],[-125.02610800000002,72.821091000000081],[-124.95916699999998,72.856369000000086],[-124.89334100000002,72.873871000000122],[-124.87917299999998,72.876373000000001],[-124.801941,72.887497000000053],[-124.76695299999994,72.890823000000125],[-124.72749299999987,72.888596000000064],[-124.68804899999986,72.887497000000053],[-124.66944899999993,72.888884999999959],[-124.63667299999997,72.892761000000064],[-124.60611,72.897216999999955],[-124.591949,72.899994000000049],[-124.49722300000002,72.919707999999957],[-124.48554999999999,72.923035000000084],[-124.47582999999997,72.927200000000084],[-124.47305299999999,72.933318999999926],[-124.49305700000002,72.97164900000007],[-124.49722300000002,72.977203000000031],[-124.62138399999992,73.001389000000131],[-124.71250899999995,73.003876000000048],[-124.72609699999998,73.006653000000142],[-124.73777799999999,73.010268999999994],[-124.76972999999992,73.021378000000084],[-124.82417299999992,73.046097000000032],[-124.83332799999994,73.050262000000032],[-124.84916699999997,73.059417999999994],[-124.862503,73.068878000000041],[-124.86694299999994,73.074432000000058],[-124.86888099999999,73.080551000000071],[-124.86389200000002,73.086105000000089],[-124.79472399999992,73.134720000000129],[-124.78500400000001,73.13888500000013],[-124.71362299999987,73.149428999999998],[-124.59916699999985,73.227768000000026],[-124.58640299999996,73.238037000000077],[-124.57389799999993,73.248321999999973],[-124.56360599999988,73.259155000000135],[-124.50805699999995,73.32638500000013],[-124.44583099999994,73.411102000000142],[-124.44055199999997,73.416655999999932],[-124.43306000000001,73.421370999999965],[-124.40556299999997,73.434143000000006],[-124.30555699999991,73.478592000000106],[-124.29332699999998,73.481659000000036],[-124.252228,73.483596999999975],[-124.22833300000002,73.483321999999987],[-124.20916699999998,73.481659000000036],[-124.18998699999997,73.481659000000036],[-124.17304999999999,73.483596999999975],[-124.16055299999999,73.486923000000047],[-124.07000699999998,73.546097000000088],[-124.041946,73.582214000000079],[-124.03888699999993,73.586929000000112],[-124.07167099999998,73.61775200000011],[-124.0786129999999,73.622756999999979],[-124.07611099999991,73.643051000000071],[-124.073059,73.649155000000121],[-124.06777999999991,73.654709000000139],[-124.05526700000001,73.658034999999984],[-123.94554099999993,73.681656000000032],[-123.86138899999997,73.695815999999979],[-123.83389299999999,73.700272000000041],[-123.774719,73.764435000000105],[-123.80471799999987,73.796936000000017],[-123.83833300000003,73.821106000000043],[-123.84777800000001,73.825271999999927],[-123.93639399999995,73.840546000000018],[-123.95834399999995,73.841369999999984],[-123.98055999999991,73.840820000000122],[-124.01999699999999,73.838318000000072],[-124.06639100000001,73.839432000000045],[-124.08583099999998,73.841094999999996],[-124.13417099999992,73.848327999999981],[-124.16306299999985,73.854156000000103],[-124.19860799999992,73.864699999999971],[-124.21749899999986,73.872757000000092],[-124.36860699999988,74.014435000000049],[-124.41166699999991,74.056366000000025],[-124.42666600000001,74.109711000000118],[-124.43415800000002,74.134430000000066],[-124.600281,74.268326000000059],[-124.61805699999996,74.26638800000012],[-124.66082799999992,74.264708999999925],[-124.68083200000001,74.266098000000113],[-124.69304699999986,74.269440000000031],[-124.77500900000001,74.319152999999972],[-124.78415699999999,74.329987000000074],[-124.781387,74.336104999999975],[-124.77084400000001,74.340271000000087],[-124.75556899999992,74.342758000000003],[-124.69722000000002,74.347214000000065],[-124.40471600000001,74.369141000000127],[-124.10861199999999,74.392761000000121],[-123.89527899999996,74.396378000000084],[-123.85694899999987,74.399429000000112],[-123.676941,74.418320000000108],[-123.63834399999996,74.421371000000136],[-123.57444800000002,74.424149000000114],[-123.41887700000001,74.428314000000114],[-123.20584100000002,74.443039000000056],[-123.02250700000002,74.444702000000007],[-122.68998699999992,74.453872999999987],[-122.43804899999998,74.464995999999928],[-122.33750900000001,74.471099999999979],[-122.118607,74.49192800000003],[-122.06610099999995,74.49803200000008],[-121.93859900000001,74.518326000000002],[-121.76666299999999,74.539703000000031],[-121.73000299999995,74.543319999999994],[-121.65194699999995,74.548598999999967],[-121.61028299999992,74.550537000000134],[-121.56416300000001,74.551086000000055],[-121.51862299999993,74.548874000000012],[-121.31082200000003,74.531661999999983],[-121.25361599999997,74.525818000000129],[-121.13612399999994,74.506943000000035],[-121.08389299999993,74.493590999999981],[-121.05777,74.486649000000057],[-121.01112399999988,74.472214000000122],[-121.00222799999995,74.46775800000006],[-120.98998999999998,74.458037999999988],[-120.98055999999991,74.447479000000101],[-120.97693599999991,74.441925000000083],[-120.97556299999991,74.429703000000131],[-120.90638699999994,74.415268000000026],[-120.70584100000002,74.373596000000134],[-120.48166700000002,74.329987000000074],[-120.21721599999989,74.282486000000006],[-120.14998600000001,74.272491000000059]],[[-97.652785999999992,74.455826000000059],[-97.675551999999982,74.454987000000131],[-97.691939999999988,74.455261000000064],[-97.708892999999989,74.457214000000022],[-97.777221999999995,74.476379000000122],[-97.789444000000003,74.479980000000012],[-97.792495999999915,74.485809000000017],[-97.781386999999995,74.497208000000114],[-97.768616000000009,74.508041000000105],[-97.761672999999917,74.512496999999996],[-97.753890999999953,74.515548999999965],[-97.618057000000022,74.552200000000028],[-97.532227000000034,74.606369000000086],[-97.513625999999988,74.611374000000126],[-97.470001000000025,74.621094000000028],[-97.445830999999998,74.626082999999994],[-97.422774999999945,74.629424999999912],[-97.406951999999933,74.62831100000011],[-97.389724999999999,74.626373000000001],[-97.368056999999965,74.622756999999979],[-97.357772999999952,74.621368000000132],[-97.291381999999942,74.605255000000113],[-97.267226999999934,74.597214000000008],[-97.261672999999917,74.594711000000075],[-97.256957999999997,74.590546000000074],[-97.261948000000018,74.583878000000084],[-97.299987999999871,74.551376000000062],[-97.376098999999954,74.511658000000068],[-97.387511999999958,74.506377999999984],[-97.606383999999991,74.461929000000055],[-97.652785999999992,74.455826000000059]],[[-95.311110999999983,74.497757000000092],[-95.331389999999999,74.496093999999971],[-95.353332999999964,74.496368000000075],[-95.458892999999989,74.49859600000002],[-95.480559999999912,74.5],[-95.522781000000009,74.504990000000078],[-95.603057999999919,74.515548999999965],[-95.661666999999966,74.523605000000032],[-95.697768999999937,74.529709000000025],[-95.71665999999999,74.533874999999966],[-95.809432999999956,74.554427999999973],[-95.845000999999968,74.563873000000058],[-95.862212999999997,74.56999200000007],[-95.866394000000014,74.574158000000011],[-95.860549999999989,74.579163000000051],[-95.857497999999964,74.580551000000128],[-95.682495000000017,74.634995000000004],[-95.653885000000002,74.642211999999915],[-95.638061999999991,74.643326000000116],[-95.624161000000015,74.641662999999994],[-95.628601000000003,74.640823000000125],[-95.517501999999922,74.630264000000068],[-95.497498000000007,74.627197000000137],[-95.441101000000003,74.613876000000005],[-95.403609999999958,74.603316999999947],[-95.334441999999967,74.580825999999945],[-95.317779999999971,74.573883000000137],[-95.291945999999939,74.560257000000036],[-95.260283999999956,74.540543000000071],[-95.25111400000003,74.53414900000007],[-95.244995000000017,74.527771000000087],[-95.246383999999978,74.521652000000074],[-95.25111400000003,74.516098000000056],[-95.259170999999981,74.510544000000095],[-95.271117999999944,74.505554000000018],[-95.289443999999946,74.501389000000017],[-95.311110999999983,74.497757000000092]],[[-97.175827000000027,75.24414100000007],[-97.194442999999978,75.242752000000053],[-97.216110000000015,75.24470500000001],[-97.225006000000008,75.24803199999991],[-97.231948999999929,75.254440000000045],[-97.27806099999998,75.343597000000102],[-97.275283999999999,75.347487999999998],[-97.258056999999951,75.349426000000108],[-97.208617999999944,75.342209000000025],[-97.190551999999968,75.33526599999999],[-97.161666999999852,75.322220000000073],[-97.153060999999923,75.315262000000075],[-97.148894999999925,75.297760000000039],[-97.146956999999986,75.27998400000007],[-97.147507000000019,75.273880000000077],[-97.155838000000017,75.255264000000011],[-97.161666999999852,75.250000000000057],[-97.175827000000027,75.24414100000007]],[[-103.9175029999999,75.054977000000008],[-104.22917199999995,75.018051000000071],[-104.261124,75.018326000000116],[-104.45944199999991,75.028869999999984],[-104.662216,75.062485000000038],[-104.84722899999991,75.109146000000067],[-104.85722399999992,75.164703000000031],[-104.82000699999998,75.177765000000022],[-104.79998799999998,75.189423000000033],[-104.79305999999997,75.194702000000063],[-104.74472000000003,75.246093999999971],[-104.76862299999999,75.281937000000028],[-104.71083099999993,75.322220000000073],[-104.68222000000003,75.33776899999998],[-104.67360699999995,75.341660000000047],[-104.49722299999996,75.406372000000033],[-104.42804699999994,75.420821999999987],[-104.37777699999998,75.42804000000001],[-104.33000199999992,75.433043999999938],[-104.18222000000003,75.435531999999967],[-104.15177900000003,75.434555000000103],[-104.11416600000001,75.430267000000072],[-103.97112299999998,75.404434000000094],[-103.953056,75.399994000000106],[-103.935272,75.394989000000066],[-103.84805299999999,75.364990000000034],[-103.81054699999993,75.348602000000142],[-103.74166899999994,75.286102000000028],[-103.587219,75.169983000000059],[-103.58306899999997,75.164703000000031],[-103.59028599999999,75.159424000000058],[-103.60888699999992,75.149155000000007],[-103.7302929999999,75.099990999999989],[-103.76390100000003,75.088882000000126],[-103.79943799999995,75.077484000000084],[-103.81777999999997,75.072494999999947],[-103.88999899999999,75.058318999999983],[-103.9175029999999,75.054977000000008]],[[-100.17223399999995,75.601379000000009],[-100.15722700000003,75.589432000000045],[-100.15778399999994,75.584991000000116],[-100.17639200000002,75.57998699999996],[-100.23332199999993,75.569153000000085],[-100.383331,75.553588999999988],[-100.45417800000001,75.546371000000022],[-100.47972099999993,75.545822000000044],[-100.47556299999997,75.549987999999985],[-100.45749699999999,75.554152999999985],[-100.43195299999991,75.55831900000004],[-100.40666199999987,75.561370999999951],[-100.36110699999995,75.565535999999952],[-100.31777999999986,75.573043999999982],[-100.30332900000002,75.577484000000027],[-100.29361,75.584427000000005],[-100.30332900000002,75.58859300000006],[-100.31973299999999,75.590820000000122],[-100.33917199999996,75.591369999999984],[-100.36332699999997,75.59027100000003],[-100.52778599999994,75.577208999999982],[-100.74973299999994,75.558029000000033],[-100.86527999999998,75.547211000000061],[-100.88555899999994,75.545822000000044],[-100.90862300000003,75.546371000000022],[-100.950287,75.549713000000111],[-100.99445300000002,75.554977000000122],[-101.02333099999993,75.559981999999991],[-101.03333299999997,75.563034000000073],[-101.03943600000002,75.567215000000147],[-101.02583299999998,75.570540999999992],[-100.84277299999991,75.586929000000055],[-100.70249899999993,75.588882000000012],[-100.68055699999996,75.589432000000045],[-100.65583800000002,75.59165999999999],[-100.64167800000001,75.596100000000035],[-100.62027,75.606094000000041],[-100.59861799999999,75.610259999999926],[-100.51112399999994,75.61914100000007],[-100.39444700000001,75.623031999999967],[-100.27639799999997,75.623031999999967],[-100.23500099999995,75.623031999999967],[-100.21777299999997,75.621917999999994],[-100.204453,75.617477000000065],[-100.19499200000001,75.613312000000064],[-100.17223399999995,75.601379000000009]],[[-94.363892000000021,75.590820000000122],[-94.326950000000011,75.579711999999972],[-94.243880999999931,75.549713000000111],[-94.205275999999913,75.529709000000025],[-94.010283999999956,75.442200000000071],[-93.989715999999987,75.434982000000105],[-93.839721999999938,75.388046000000031],[-93.742492999999968,75.364426000000094],[-93.499160999999958,75.264709000000096],[-93.487502999999947,75.256653000000028],[-93.493331999999953,75.247207999999944],[-93.529175000000009,75.176376000000062],[-93.488892000000021,75.072494999999947],[-93.434157999999968,74.966385000000002],[-93.406386999999995,74.883605999999986],[-93.458053999999947,74.714996000000099],[-93.462508999999955,74.708602999999925],[-93.467772999999966,74.703048999999965],[-93.484726000000023,74.687759000000142],[-93.49610899999999,74.68193100000002],[-93.530563000000029,74.667755000000056],[-93.563323999999966,74.659424000000115],[-93.691665999999941,74.63998400000014],[-93.717223999999874,74.636932000000058],[-93.741378999999995,74.635543999999982],[-94.040282999999988,74.640823000000125],[-94.249999999999886,74.646378000000027],[-94.388061999999991,74.635269000000108],[-94.471114999999884,74.626648000000046],[-94.511947999999961,74.623306000000071],[-94.547500999999897,74.621368000000132],[-94.643340999999964,74.623596000000077],[-94.687774999999931,74.62831100000011],[-95.024718999999948,74.673035000000084],[-95.080001999999979,74.680817000000047],[-95.085830999999985,74.687195000000031],[-95.076949999999954,74.697479000000044],[-95.072783999999956,74.702209000000096],[-95.104445999999996,74.744141000000127],[-95.266402999999912,74.793319999999937],[-95.283324999999991,74.79803499999997],[-95.298339999999996,74.800262000000032],[-95.403335999999911,74.803863999999976],[-95.434158000000025,74.801376000000005],[-95.457503999999972,74.798324999999977],[-95.479172000000005,74.78804000000008],[-95.483062999999902,74.783325000000048],[-95.482772999999952,74.779433999999981],[-95.475554999999986,74.769989000000066],[-95.462219000000005,74.756653000000142],[-95.547226000000023,74.761107999999979],[-95.625823999999909,74.807480000000055],[-95.705565999999976,74.829987000000131],[-95.740828999999906,74.82388300000008],[-95.771392999999932,74.823608000000092],[-95.864166000000012,74.826096000000064],[-95.959473000000003,74.856369000000029],[-96.002501999999879,74.872757000000092],[-96.006667999999934,74.876923000000147],[-96.077224999999942,74.902771000000087],[-96.135283999999899,74.951096000000121],[-96.141678000000013,74.957214000000079],[-96.136948000000018,74.963043000000084],[-96.124709999999936,74.975815000000068],[-96.094726999999978,74.991364000000033],[-96.070847000000015,75.001938000000052],[-96.056380999999988,75.010268999999937],[-96.055557000000022,75.016097999999943],[-96.060546999999985,75.019440000000088],[-96.07417299999986,75.023605000000089],[-96.083068999999966,75.024429000000055],[-96.142226999999991,75.017761000000064],[-96.147507000000019,75.013611000000083],[-96.200835999999924,74.954712000000029],[-96.203339000000028,74.951660000000061],[-96.20666499999993,74.943038999999999],[-96.203887999999949,74.93691999999993],[-96.205840999999964,74.92025799999999],[-96.209732000000031,74.915543000000127],[-96.221389999999985,74.910263000000043],[-96.247771999999884,74.90554800000001],[-96.268341000000021,74.903870000000097],[-96.31527699999998,74.90248100000008],[-96.337219000000005,74.903595000000053],[-96.357497999999964,74.906647000000021],[-96.373610999999983,74.910263000000043],[-96.387221999999952,74.914703000000088],[-96.396666999999923,74.919708000000128],[-96.40306099999998,74.925812000000121],[-96.386123999999995,74.97387700000013],[-96.357497999999964,74.97137500000008],[-96.341385000000002,74.972487999999998],[-96.328063999999983,74.974701000000096],[-96.320557000000008,74.979430999999977],[-96.318343999999968,74.982208000000071],[-96.322234999999864,75.001389000000074],[-96.331115999999895,75.004715000000147],[-96.476669000000015,75.004440000000102],[-96.500838999999928,75.002777000000037],[-96.523055999999997,74.999145999999939],[-96.533889999999985,74.994705000000067],[-96.55972300000002,74.986098999999967],[-96.580291999999986,74.98414600000001],[-96.599990999999989,74.983322000000044],[-96.614165999999955,74.984984999999938],[-96.616942999999992,74.991088999999988],[-96.604720999999984,75.063309000000004],[-96.571395999999936,75.101089000000115],[-96.463057999999933,75.19331399999993],[-96.456389999999999,75.196930000000009],[-96.378600999999946,75.21665999999999],[-96.077788999999996,75.272491000000059],[-95.948043999999982,75.283325000000104],[-95.922500999999954,75.286102000000028],[-95.903335999999911,75.289978000000076],[-95.910552999999936,75.29525799999999],[-95.934433000000013,75.297211000000118],[-95.978058000000033,75.298874000000012],[-96.026671999999962,75.299149000000057],[-96.049987999999928,75.296936000000073],[-96.061935000000005,75.315262000000075],[-96.003615999999965,75.343047999999953],[-95.932494999999903,75.353043000000071],[-95.934714999999983,75.350173999999981],[-95.93472300000002,75.347762999999986],[-95.919998000000021,75.34693900000002],[-95.890288999999996,75.349152000000004],[-95.887443999999959,75.360268000000133],[-95.83677699999987,75.369926000000021],[-95.830780000000004,75.371429000000035],[-95.829781000000025,75.372589000000119],[-95.83061199999986,75.374428000000023],[-95.832786999999939,75.375923000000114],[-95.848274000000004,75.378432999999973],[-95.906775999999979,75.387428000000057],[-95.927779999999871,75.398041000000148],[-96.033324999999934,75.40109300000006],[-96.055267000000015,75.400818000000072],[-96.078887999999893,75.396103000000039],[-96.079178000000013,75.391098],[-96.083618000000001,75.385543999999982],[-96.099730999999963,75.380264000000125],[-96.126099000000011,75.37692300000009],[-96.151108000000022,75.374984999999924],[-96.175277999999992,75.379424999999969],[-96.178878999999995,75.384430000000009],[-96.161941999999954,75.395537999999988],[-96.14973399999991,75.400818000000072],[-96.135009999999966,75.406372000000033],[-96.095839999999896,75.417755000000056],[-96.0625,75.424988000000099],[-95.974166999999966,75.436096000000077],[-95.958344000000011,75.436371000000065],[-95.93638599999997,75.43414300000012],[-95.874160999999958,75.423874000000069],[-95.831046999999955,75.41531400000008],[-95.832549999999969,75.413651000000129],[-95.83322099999998,75.409988000000112],[-95.831046999999955,75.406982000000085],[-95.825881999999979,75.403320000000122],[-95.814383999999961,75.400322000000074],[-95.769553999999857,75.400322000000074],[-95.691100999999946,75.40525800000006],[-95.682495000000017,75.408324999999991],[-95.676102000000014,75.415817000000118],[-95.678328999999962,75.421920999999998],[-95.68472300000002,75.428314000000114],[-95.691665999999998,75.429703000000131],[-95.715835999999911,75.429153000000099],[-95.734160999999915,75.426085999999998],[-95.758620999999948,75.42553700000002],[-95.781677000000002,75.42804000000001],[-95.800551999999925,75.431656000000032],[-95.825011999999958,75.439972000000125],[-95.830001999999922,75.4433140000001],[-95.836945000000014,75.453598000000113],[-95.83805799999999,75.459152000000074],[-95.835555999999997,75.464431999999988],[-95.832229999999981,75.470535000000098],[-95.824172999999973,75.477767999999912],[-95.800551999999925,75.49136400000009],[-95.762222000000008,75.508041000000048],[-95.749725000000012,75.513321000000133],[-95.470000999999968,75.566939999999988],[-95.275283999999942,75.599426000000051],[-95.264175000000023,75.59387200000009],[-95.234436000000017,75.584717000000012],[-95.212783999999999,75.582489000000066],[-95.178604000000007,75.584427000000005],[-95.12470999999988,75.59526100000005],[-95.104172000000005,75.60026600000009],[-95.093338000000017,75.603591999999992],[-95.085830999999985,75.607208000000014],[-95.084166999999979,75.609146000000123],[-95.075286999999946,75.614426000000037],[-95.063323999999909,75.618866000000025],[-95.044448999999872,75.62164300000012],[-94.917769999999962,75.637207000000046],[-94.901672000000019,75.637497000000053],[-94.741378999999938,75.62414600000011],[-94.559722999999963,75.612488000000099],[-94.511123999999995,75.611099000000081],[-94.46556099999998,75.608321999999987],[-94.404175000000009,75.599152000000117],[-94.363892000000021,75.590820000000122]],[[-95.910003999999901,75.560256999999979],[-95.911117999999988,75.554152999999985],[-95.93472300000002,75.540543000000071],[-96.170837000000006,75.458038000000101],[-96.220276000000013,75.455551000000071],[-96.238892000000021,75.456650000000025],[-96.255004999999983,75.461380000000077],[-96.399170000000026,75.516388000000063],[-96.417220999999984,75.523315000000139],[-96.42471299999994,75.528595000000053],[-96.450995999999975,75.529991000000052],[-96.441161999999963,75.535987999999975],[-96.415832999999907,75.543648000000132],[-96.412659000000019,75.546150000000011],[-96.411666999999909,75.548819999999978],[-96.417992000000027,75.552658000000065],[-96.431167999999957,75.555489000000023],[-96.441832999999974,75.555664000000093],[-96.450995999999975,75.553154000000063],[-96.503837999999917,75.535156000000029],[-96.507995999999935,75.532982000000118],[-96.518165999999951,75.526320999999996],[-96.525161999999909,75.519325000000038],[-96.553603999999893,75.508880999999917],[-96.552215999999987,75.503326000000015],[-96.549437999999896,75.497208000000114],[-96.545546999999999,75.492203000000075],[-96.541107000000011,75.488037000000134],[-96.533324999999934,75.48275799999999],[-96.517501999999922,75.478043000000127],[-96.503341999999975,75.471374999999966],[-96.500564999999995,75.464996000000099],[-96.50418099999996,75.460266000000104],[-96.511948000000018,75.455826000000059],[-96.65834000000001,75.388596000000064],[-96.833617999999944,75.352478000000019],[-96.851104999999905,75.350266000000147],[-96.862212999999997,75.350815000000125],[-96.876098999999954,75.353591999999992],[-96.93249499999996,75.376082999999994],[-97.030838000000017,75.454437000000041],[-97.053054999999915,75.492203000000075],[-97.053054999999915,75.497208000000114],[-97.006957999999941,75.508331000000112],[-96.940825999999959,75.521652000000017],[-96.913619999999923,75.526382000000069],[-96.891677999999956,75.529160000000047],[-96.666945999999996,75.552765000000022],[-96.469382999999993,75.588425000000029],[-96.466552999999919,75.591933999999924],[-96.467727999999909,75.599091000000044],[-96.470054999999888,75.602264000000048],[-96.422500999999954,75.623596000000077],[-96.424438000000009,75.635544000000095],[-96.415008999999941,75.646941999999967],[-96.396392999999989,75.649994000000049],[-96.379715000000033,75.651093000000003],[-96.347228999999913,75.651382000000126],[-96.335555999999997,75.650818000000015],[-96.314437999999996,75.647766000000104],[-96.241104000000007,75.629974000000061],[-96.133330999999941,75.606644000000074],[-96.115829000000019,75.60386699999998],[-96.101944000000003,75.603591999999992],[-96.025436000000013,75.602844000000061],[-95.95777899999996,75.583603000000039],[-95.938889000000017,75.577484000000027],[-95.923888999999974,75.571655000000021],[-95.916397000000018,75.566375999999991],[-95.910003999999901,75.560256999999979]],[[-96.954453000000001,75.595534999999984],[-96.975005999999894,75.594711000000018],[-96.996658000000025,75.597762999999929],[-97.005004999999983,75.604431000000091],[-97.001953000000015,75.610809000000074],[-96.988601999999958,75.618042000000059],[-96.978607000000011,75.623031999999967],[-96.960830999999985,75.627472000000125],[-96.779449,75.6602630000001],[-96.751952999999958,75.664703000000088],[-96.729720999999984,75.665267999999969],[-96.720551,75.66415399999994],[-96.715835999999967,75.659988000000055],[-96.718886999999995,75.653870000000097],[-96.722305000000006,75.652954000000022],[-96.740279999999927,75.646941999999967],[-96.849166999999966,75.613312000000064],[-96.954453000000001,75.595534999999984]],[[-96.579177999999899,75.736923000000104],[-96.696655000000021,75.730819999999994],[-96.710555999999997,75.733597000000088],[-96.717223999999987,75.739700000000028],[-96.67860399999995,75.777481000000023],[-96.666945999999996,75.786652000000117],[-96.660827999999981,75.789429000000041],[-96.541107000000011,75.822219999999959],[-96.525283999999942,75.826384999999959],[-96.507506999999976,75.828323000000125],[-96.48443599999996,75.827208999999925],[-96.468062999999916,75.822495000000004],[-96.455841000000021,75.817764000000068],[-96.457503999999972,75.801085999999998],[-96.459166999999979,75.789429000000041],[-96.539718999999991,75.74331699999999],[-96.553603999999893,75.738586000000055],[-96.579177999999899,75.736923000000104]],[[-111.79998799999998,75.839157],[-111.823624,75.83859300000006],[-111.86582899999996,75.840545999999961],[-111.900284,75.843596999999988],[-111.91722099999993,75.846939000000134],[-111.92250100000001,75.852767999999969],[-111.91972399999997,75.85775799999999],[-111.90139799999997,75.863876000000118],[-111.85665899999992,75.867751999999996],[-111.79972799999996,75.871093999999971],[-111.61305199999993,75.881927000000132],[-111.59528399999999,75.882751000000098],[-111.58306899999991,75.881927000000132],[-111.5786129999999,75.879974000000004],[-111.58194699999996,75.876083000000108],[-111.59306300000003,75.87303200000008],[-111.62917299999992,75.856934000000024],[-111.64806399999998,75.851928999999984],[-111.75695799999994,75.841659999999933],[-111.79998799999998,75.839157]],[[-122.34084300000001,75.862761999999975],[-122.36277799999999,75.858032000000094],[-122.39862099999993,75.859421000000111],[-122.66471899999993,75.89387499999998],[-122.69167299999998,75.900269000000037],[-122.69360399999999,75.902206000000035],[-122.69554099999993,75.908035000000041],[-122.68277,75.911652000000004],[-122.633331,75.919708000000071],[-122.58222999999998,75.921921000000054],[-122.53751399999993,75.922484999999995],[-122.37917299999992,75.915817000000004],[-122.35305800000003,75.914429000000098],[-122.337784,75.911377000000016],[-122.32833900000003,75.905822999999998],[-122.32417299999997,75.899719000000005],[-122.33473200000003,75.869141000000013],[-122.34084300000001,75.862761999999975]],[[-121.09306299999997,75.726089000000059],[-121.1100009999999,75.724700999999982],[-121.14306599999992,75.725815000000125],[-121.27555799999993,75.747481999999991],[-121.28832999999997,75.752777000000037],[-121.28582799999998,75.758881000000088],[-121.27194199999997,75.770537999999988],[-121.26306199999993,75.774154999999951],[-121.11694299999999,75.795821999999987],[-121.04332699999992,75.808868000000132],[-121.02944899999989,75.811371000000122],[-121.01917299999997,75.818054000000075],[-121.01500699999997,75.824707000000046],[-121.00083899999993,75.856644000000017],[-120.99833699999988,75.867751999999996],[-121.00695799999988,75.879700000000071],[-121.01363399999997,75.884720000000073],[-121.04222099999998,75.894149999999968],[-121.04750099999995,75.899993999999992],[-121.04250299999995,75.90554800000001],[-121.03859699999998,75.908325000000104],[-120.997772,75.926376000000062],[-120.98000300000001,75.929427999999973],[-120.87777699999998,75.936096000000134],[-120.86776700000001,75.924698000000149],[-120.86776700000001,75.913315000000125],[-120.86972000000003,75.881087999999977],[-120.87110899999993,75.87553400000013],[-120.88474300000001,75.844986000000006],[-120.89835399999998,75.825821000000019],[-120.92111199999999,75.803314000000114],[-120.93804899999998,75.790543000000014],[-120.99388099999993,75.757767000000115],[-121.01862299999993,75.744431000000134],[-121.03278399999994,75.737762000000089],[-121.05248999999992,75.732758000000103],[-121.09306299999997,75.726089000000059]],[[-95.792769999999962,75.899719000000005],[-95.809432999999956,75.894714000000135],[-95.818893000000003,75.907211000000075],[-95.825561999999991,75.913315000000125],[-95.847777999999892,75.929427999999973],[-95.862503000000004,75.936096000000134],[-95.882492000000013,75.941086000000041],[-95.896956999999986,75.947753999999975],[-95.899993999999992,75.953873000000044],[-95.890839000000028,75.959427000000005],[-95.860001000000011,75.966660000000047],[-95.796660999999972,75.973312000000078],[-95.770554000000004,75.974991000000102],[-95.746947999999918,75.97387700000013],[-95.73582499999992,75.968323000000112],[-95.736938000000009,75.962494000000106],[-95.751952999999958,75.927475000000072],[-95.761947999999961,75.916092000000049],[-95.779723999999931,75.90498400000007],[-95.792769999999962,75.899719000000005]],[[-94.405563000000029,75.75082400000008],[-94.582778999999903,75.74581900000004],[-94.629165999999998,75.746094000000085],[-94.676102000000014,75.747756999999979],[-94.72084000000001,75.753876000000048],[-94.739440999999999,75.75749200000007],[-94.777495999999928,75.768600000000049],[-94.795272999999952,75.775818000000072],[-94.809157999999968,75.782486000000063],[-94.822234999999978,75.794144000000074],[-94.898894999999925,75.912765999999976],[-94.902785999999992,75.919434000000138],[-94.905272999999966,75.925537000000077],[-94.906112999999948,75.93081699999999],[-94.904449,75.9369200000001],[-94.89527899999996,75.942200000000014],[-94.879989999999964,75.945526000000029],[-94.865554999999972,75.947478999999987],[-94.813613999999973,75.950546000000088],[-94.737777999999992,75.952208999999982],[-94.699722000000008,75.955551000000128],[-94.53832999999986,75.986099000000081],[-94.481948999999929,75.974426000000051],[-94.466948999999886,75.968597000000045],[-94.453338999999914,75.961929000000112],[-94.449721999999952,75.955261000000121],[-94.443603999999993,75.938309000000118],[-94.420272999999952,75.868590999999981],[-94.410277999999948,75.86192299999999],[-94.370833999999945,75.842209000000082],[-94.322234999999978,75.814986999999974],[-94.305557000000022,75.80304000000001],[-94.287780999999939,75.783875000000023],[-94.288054999999986,75.777481000000023],[-94.291381999999999,75.772217000000012],[-94.296950999999979,75.766388000000006],[-94.310271999999941,75.761383000000137],[-94.326400999999976,75.757217000000082],[-94.353881999999942,75.753876000000048],[-94.405563000000029,75.75082400000008]],[[-103.137787,75.74275200000011],[-103.20667300000002,75.74275200000011],[-103.3011019999999,75.744705000000067],[-103.32389799999999,75.747208000000057],[-103.36888099999999,75.753876000000048],[-103.38082899999995,75.759430000000009],[-103.382767,75.765549000000021],[-103.31139399999995,75.805252000000053],[-103.07749899999999,75.890823000000069],[-103.05943300000001,75.896378000000141],[-103.03751399999993,75.901657000000114],[-103.01194799999996,75.906097000000102],[-102.98693800000001,75.909424000000058],[-102.69611399999997,75.946640000000002],[-102.59889199999986,75.953598],[-102.52278099999995,75.958038000000045],[-102.43360899999999,75.964157000000057],[-102.291382,75.977203000000145],[-102.21749899999998,75.985535000000141],[-102.19138299999997,75.989699999999971],[-102.16471899999993,75.99054000000001],[-102.07861300000002,75.97137500000008],[-101.98916599999995,75.950821000000076],[-101.98332199999987,75.945816000000036],[-101.98860200000001,75.934418000000051],[-102.020554,75.925537000000077],[-102.09472700000003,75.911652000000004],[-102.14639299999993,75.903320000000008],[-102.19638099999997,75.899719000000005],[-102.29638699999998,75.894989000000123],[-102.31916799999999,75.893051000000014],[-102.34665699999999,75.889434999999935],[-102.39417299999997,75.880814000000044],[-102.43055699999991,75.869979999999998],[-102.44082600000002,75.86442599999998],[-102.44943199999994,75.85832199999993],[-102.45584099999996,75.852478000000133],[-102.46000699999996,75.847214000000122],[-102.47165699999988,75.818329000000062],[-102.48277300000001,75.806366000000025],[-102.49694799999992,75.79553199999998],[-102.50917099999998,75.789429000000041],[-102.54527300000001,75.779709000000139],[-102.59028599999994,75.770537999999988],[-102.61165599999998,75.767211999999972],[-102.636124,75.764708999999982],[-102.86638599999998,75.753601000000003],[-103.015289,75.747208000000057],[-103.137787,75.74275200000011]],[[-122.81916799999999,76.06053200000008],[-122.78056300000003,76.057205000000124],[-122.68776700000001,76.059982000000048],[-122.66194200000001,76.05693100000002],[-122.64277599999997,76.052475000000129],[-122.63082900000001,76.046646000000123],[-122.72501399999987,76.023605000000089],[-122.88194299999998,76.011108000000092],[-122.89250199999998,76.013611000000026],[-122.89611799999994,76.026931999999988],[-122.89222699999999,76.031096999999988],[-122.85082999999997,76.057205000000124],[-122.81916799999999,76.06053200000008]],[[-102.38999899999993,76.083603000000096],[-102.37554899999998,76.079163000000108],[-102.37138399999998,76.079163000000108],[-102.36805699999996,76.077209000000096],[-102.3563769999999,76.075820999999962],[-102.35333300000002,76.073883000000023],[-102.33889799999997,76.069443000000035],[-102.33249699999999,76.065536000000066],[-102.32167099999998,76.053589000000102],[-102.31639100000001,76.036925999999994],[-102.31889299999989,76.031096999999988],[-102.319458,76.024704000000042],[-102.32972699999993,76.015823000000125],[-102.34388699999994,76.010269000000108],[-102.36582900000002,76.005829000000119],[-102.41665599999999,76.000275000000101],[-102.51722699999993,75.991088999999988],[-102.56777999999991,75.985535000000141],[-102.695267,75.973312000000078],[-102.71472199999988,75.97026100000005],[-102.73972299999997,75.968048000000124],[-102.79055800000003,75.961380000000133],[-102.81139399999995,75.959990999999945],[-102.93611099999998,75.94802900000002],[-103.01027699999997,75.943038999999942],[-103.08528099999995,75.935806000000127],[-103.15695199999993,75.925812000000121],[-103.21888699999994,75.920258000000103],[-103.26500699999997,75.914429000000098],[-103.28943600000002,75.913040000000137],[-103.33944700000001,75.908035000000041],[-103.37998999999996,75.906097000000102],[-103.39639299999993,75.904434000000037],[-103.43305999999995,75.903320000000008],[-103.45333899999997,75.901657000000114],[-103.52443699999998,75.89888000000002],[-103.59277299999997,75.897217000000069],[-103.61332700000003,75.895538000000101],[-103.63474300000001,75.891098000000056],[-103.65556300000003,75.888596000000007],[-103.69972199999989,75.887496999999996],[-103.72332799999987,75.889160000000118],[-103.77111799999994,75.896378000000141],[-103.81166100000002,75.899428999999941],[-103.88806199999993,75.898041000000035],[-103.90194700000001,75.898604999999975],[-103.91471899999993,75.90248100000008],[-103.91500899999994,75.907760999999937],[-103.91722099999993,75.913605000000132],[-103.92555199999998,75.919144000000131],[-103.93611099999998,75.924149],[-103.96472199999999,75.934418000000051],[-103.97165699999994,75.938309000000118],[-103.94220699999994,75.942749000000106],[-103.90194700000001,75.943862999999908],[-103.82556199999999,75.950821000000076],[-103.80248999999998,75.953873000000044],[-103.78527799999995,75.957489000000066],[-103.77139299999988,75.963043000000084],[-103.75834700000001,75.966660000000047],[-103.7083439999999,75.972488000000112],[-103.68776699999989,75.97387700000013],[-103.598343,75.977203000000145],[-103.57444799999996,75.976654000000053],[-103.55471799999998,75.975266000000147],[-103.52250699999991,75.97554000000008],[-103.49694799999997,75.979980000000069],[-103.474716,75.985259999999982],[-103.45694700000001,75.990814000000114],[-103.41306299999997,76.001663000000008],[-103.39138800000001,76.006104000000107],[-103.36582899999996,76.009429999999952],[-103.34028599999988,76.013884999999959],[-103.31500199999999,76.017212000000086],[-103.29028299999999,76.018599999999992],[-103.26363399999997,76.019440000000088],[-103.22138999999993,76.019150000000025],[-103.196663,76.020537999999988],[-103.17887899999999,76.024994000000049],[-103.15666199999993,76.036652000000061],[-103.13667299999992,76.041656000000046],[-103.120003,76.043320000000051],[-103.05110200000001,76.043593999999985],[-103.00639299999995,76.044707999999957],[-102.98110999999989,76.04693600000013],[-102.95556599999998,76.050261999999975],[-102.91555800000003,76.060257000000092],[-102.88971700000002,76.064423000000147],[-102.86833199999995,76.066940000000045],[-102.86028299999992,76.066666000000112],[-102.85582699999992,76.067764000000011],[-102.75666799999993,76.073044000000095],[-102.708618,76.077484000000084],[-102.68138099999999,76.079163000000108],[-102.65805099999994,76.082214000000135],[-102.60777299999995,76.085814999999968],[-102.53138699999994,76.089431999999931],[-102.46806300000003,76.090271000000087],[-102.42804699999999,76.089431999999931],[-102.40416699999997,76.087769000000037],[-102.39639299999999,76.086655000000064],[-102.38999899999993,76.083603000000096]],[[-118.31639100000001,75.57249500000006],[-118.35472099999993,75.558868000000018],[-118.58306900000002,75.499419999999986],[-118.60472099999998,75.496368000000075],[-118.7036129999999,75.503052000000082],[-118.72250400000001,75.504440000000045],[-118.82749899999999,75.532761000000107],[-118.87361099999998,75.547484999999995],[-118.87777699999998,75.553314],[-118.92804699999999,75.562759000000085],[-118.95305599999995,75.564697000000024],[-119.08194700000001,75.567764000000125],[-119.13082900000001,75.566939999999988],[-119.19695299999995,75.562484999999924],[-119.22250400000001,75.565262000000018],[-119.34028599999999,75.579436999999928],[-119.36749299999991,75.58415199999996],[-119.38333099999994,75.589157000000057],[-119.39527899999996,75.594711000000018],[-119.40583800000002,75.600540000000024],[-119.408051,75.605820000000108],[-119.40471600000001,75.611923000000047],[-119.39750700000002,75.618317000000104],[-119.37554899999998,75.631088000000034],[-119.27528399999994,75.674698000000035],[-119.18831599999987,75.702484000000084],[-119.11389200000002,75.720535000000041],[-118.95472699999999,75.778594999999996],[-118.78888699999999,75.843048000000067],[-118.762787,75.856934000000024],[-118.75834699999996,75.862198000000035],[-118.75334199999992,75.866379000000109],[-118.71694899999994,75.882751000000098],[-118.61916399999996,75.915543000000071],[-118.58139,75.924987999999985],[-118.56388899999996,75.928589000000045],[-118.40444899999994,75.960815000000082],[-118.36776699999996,75.966385000000002],[-118.34028599999999,75.967484000000013],[-118.19415300000003,75.967484000000013],[-118.16832699999998,75.968323000000112],[-118.15222199999994,75.97137500000008],[-118.13751200000002,75.979705999999965],[-118.13137799999998,75.985535000000141],[-118.13137799999998,75.991363999999976],[-118.12748699999992,75.997482000000105],[-118.10500299999995,76.023880000000077],[-118.08860800000002,76.029434000000094],[-118.07140400000003,76.034149000000127],[-118.03751399999987,76.038315000000011],[-117.99804699999993,76.039978000000133],[-117.95722999999992,76.043045000000063],[-117.93360899999993,76.047485000000052],[-117.89972699999998,76.057479999999998],[-117.88971699999996,76.060806000000014],[-117.88500999999997,76.066086000000098],[-117.89138799999995,76.072220000000129],[-117.89277600000003,76.077484000000084],[-117.88612399999988,76.079712000000029],[-117.77887699999991,76.108597000000088],[-117.72609699999998,76.115540000000067],[-117.70694700000001,76.117203000000018],[-117.662216,76.117751999999939],[-117.64111299999996,76.116652999999985],[-117.62304699999999,76.114426000000094],[-117.51944700000001,76.099716000000001],[-117.49166899999989,76.094986000000119],[-117.47138999999993,76.088882000000069],[-117.46389799999997,76.083054000000004],[-117.48916600000001,76.04693600000013],[-117.57305899999994,75.981934000000081],[-117.681107,75.921097000000088],[-117.70445299999989,75.916930999999977],[-117.74694799999997,75.910812000000135],[-117.77555799999993,75.89888000000002],[-117.83833299999998,75.859985000000052],[-117.93720999999999,75.785262999999986],[-117.94499199999996,75.77915999999999],[-117.95221700000002,75.771927000000005],[-117.95638999999994,75.765822999999955],[-117.95638999999994,75.75999500000006],[-117.97138999999993,75.728867000000037],[-118.01583899999997,75.699416999999983],[-118.06220999999999,75.685806000000014],[-118.096947,75.678589000000102],[-118.11389200000002,75.673874000000069],[-118.14277599999997,75.663879000000122],[-118.22193900000002,75.633881000000031],[-118.26363400000002,75.616928000000087],[-118.2675089999999,75.61285399999997],[-118.266953,75.609985000000108],[-118.26834099999991,75.59165999999999],[-118.31639100000001,75.57249500000006]],[[-78.926391999999964,75.875809000000004],[-78.914169000000015,75.87303200000008],[-78.904174999999896,75.867203000000075],[-78.881377999999984,75.853317000000061],[-78.876663000000008,75.849152000000061],[-78.879439999999931,75.844147000000021],[-78.897781000000009,75.839706000000092],[-78.921111999999994,75.837494000000049],[-79.048889000000031,75.836928999999998],[-79.067779999999971,75.840271000000143],[-79.072783999999956,75.844437000000028],[-79.068618999999956,75.848328000000095],[-79.05749499999996,75.853317000000061],[-79.042495999999915,75.858032000000094],[-79.021666999999923,75.867477000000008],[-79.031676999999945,75.870819000000097],[-79.05471799999998,75.872757000000036],[-79.268889999999999,75.875259000000142],[-79.319457999999941,75.87359600000002],[-79.343063000000029,75.871093999999971],[-79.361389000000031,75.86692800000003],[-79.408339999999953,75.852767999999969],[-79.420273000000009,75.848038000000088],[-79.428054999999972,75.842484000000127],[-79.458617999999944,75.810806000000071],[-79.598052999999936,75.861374000000069],[-79.620270000000005,75.862761999999975],[-79.705840999999964,75.860535000000084],[-79.726944000000003,75.861099000000024],[-79.739990000000034,75.86442599999998],[-79.752227999999889,75.878586000000098],[-79.580001999999979,75.945251000000042],[-79.567504999999983,75.949142000000109],[-79.396956999999986,76.001938000000052],[-79.375,76.005554000000075],[-79.272780999999952,76.028045999999961],[-79.137786999999946,76.077209000000096],[-79.129714999999976,76.082763999999997],[-79.121932999999956,76.088593000000003],[-79.113051999999925,76.100540000000137],[-79.091384999999889,76.114426000000094],[-79.081954999999994,76.116379000000052],[-78.923888999999974,76.121094000000085],[-78.904174999999896,76.119705000000067],[-78.893065999999976,76.115540000000067],[-78.821670999999924,76.098328000000038],[-78.805832000000009,76.09304800000001],[-78.798049999999876,76.08638000000002],[-78.799164000000019,76.079987000000074],[-78.825835999999924,76.05802900000009],[-78.833892999999989,76.052475000000129],[-78.845551,76.047485000000052],[-78.861389000000031,76.043320000000051],[-78.921660999999915,76.031937000000028],[-78.998610999999983,76.014998999999989],[-79.069732999999928,75.998322000000144],[-79.085007000000019,75.993866000000082],[-79.144729999999981,75.975266000000147],[-79.156112999999948,75.969986000000063],[-79.166655999999932,75.964157000000057],[-79.171936000000017,75.958878000000084],[-79.176392000000021,75.952774000000034],[-79.176940999999943,75.946365000000014],[-79.174437999999952,75.93942300000009],[-79.168335000000013,75.931931000000134],[-79.140288999999939,75.918868999999972],[-79.111938000000009,75.910263000000043],[-79.029449,75.888321000000133],[-79.010284000000013,75.884720000000073],[-78.989440999999943,75.881927000000132],[-78.943603999999993,75.878036000000066],[-78.926391999999964,75.875809000000004]],[[-94.843613000000005,76.122208000000057],[-94.831116000000009,76.09664900000007],[-94.870270000000005,76.068877999999984],[-94.889175000000023,76.05802900000009],[-94.905562999999916,76.05386400000009],[-94.92860399999995,76.051086000000112],[-95.006667999999991,76.047485000000052],[-95.027221999999938,76.047760000000096],[-95.048888999999974,76.050812000000008],[-95.062499999999943,76.056090999999981],[-95.086394999999925,76.068054000000018],[-95.101943999999946,76.07777400000009],[-95.139724999999999,76.107757999999933],[-95.14416499999993,76.111922999999933],[-95.147232000000031,76.116927999999973],[-95.146392999999989,76.118042000000003],[-95.12110899999999,76.118591000000094],[-95.09445199999999,76.113602000000128],[-95.076949999999954,76.108322000000101],[-95.060546999999985,76.105819999999994],[-95.030562999999972,76.104706000000022],[-95.013061999999934,76.105819999999994],[-94.992767000000015,76.109421000000054],[-94.854445999999996,76.136658000000011],[-94.843613000000005,76.122208000000057]],[[-81.327788999999996,76.147217000000012],[-81.338607999999965,76.146378000000084],[-81.452498999999875,76.155822999999941],[-81.462508999999955,76.15887500000008],[-81.456954999999994,76.163605000000075],[-81.415833000000021,76.176926000000037],[-81.378051999999968,76.184417999999994],[-81.348891999999978,76.187485000000095],[-81.294448999999929,76.187759000000028],[-81.267226999999991,76.187759000000028],[-81.221663999999976,76.185531999999967],[-81.203338999999971,76.181091000000038],[-81.201401000000033,76.177765000000022],[-81.208617999999944,76.172211000000004],[-81.306106999999884,76.151093000000117],[-81.327788999999996,76.147217000000012]],[[-102.53083800000002,76.223312000000021],[-102.52722199999994,76.216934000000094],[-102.53138699999994,76.211655000000121],[-102.58056599999986,76.152481000000023],[-102.636124,76.125534000000073],[-102.65055799999999,76.119980000000112],[-102.67138699999998,76.114151000000106],[-102.73665599999998,76.098601999999971],[-102.78056300000003,76.089706000000035],[-102.80638099999999,76.085541000000035],[-102.85777300000001,76.078873000000101],[-102.93360899999999,76.070831000000112],[-103.34221599999995,76.036652000000061],[-103.36472300000003,76.035812000000021],[-103.67999299999997,76.034149000000127],[-103.82000700000003,76.031372000000033],[-103.86638600000003,76.030823000000055],[-103.91443599999997,76.03166200000004],[-103.962219,76.034714000000122],[-103.97277799999995,76.039703000000088],[-103.92388899999997,76.040817000000061],[-103.87832599999996,76.043869000000029],[-103.86945299999996,76.047485000000052],[-103.88861099999997,76.049712999999997],[-103.98332199999999,76.057205000000124],[-104.06054699999999,76.062195000000031],[-104.08677699999998,76.06053200000008],[-104.08743999999996,76.05819699999995],[-104.13082899999989,76.056366000000025],[-104.39111300000002,76.078323000000069],[-104.40833999999995,76.082214000000135],[-104.47833300000002,76.135817999999972],[-104.48277299999995,76.142211999999972],[-104.46389799999992,76.15887500000008],[-104.45417800000001,76.164429000000041],[-104.31582600000002,76.208037999999988],[-104.29804999999993,76.212494000000049],[-104.27250700000002,76.216095000000109],[-104.24722300000002,76.218596999999988],[-104.17223399999995,76.224152000000117],[-104.14806399999986,76.2227630000001],[-104.07472200000001,76.222213999999951],[-103.9569469999999,76.233047000000113],[-103.91805999999997,76.239975000000129],[-103.85138699999999,76.250000000000057],[-103.59445199999999,76.26527400000009],[-103.33693699999998,76.27998400000007],[-103.13137799999993,76.303040000000067],[-103.11000100000001,76.304703000000018],[-103.05999799999995,76.306366000000139],[-102.86472299999997,76.311095999999964],[-102.81696299999999,76.312194999999974],[-102.765556,76.311645999999996],[-102.72693599999997,76.30581699999999],[-102.66915899999992,76.295822000000101],[-102.66555799999998,76.294708000000128],[-102.65222199999994,76.287766000000033],[-102.64277599999997,76.269989000000123],[-102.63362100000001,76.257491999999957],[-102.62554899999992,76.251937999999996],[-102.6036069999999,76.24552900000009],[-102.55832700000002,76.235809000000017],[-102.54055799999998,76.229431000000091],[-102.53083800000002,76.223312000000021]],[[-89.398894999999982,76.43553200000008],[-89.425003000000004,76.43553200000008],[-89.599166999999966,76.440262000000132],[-89.613616999999977,76.440811000000053],[-89.625548999999978,76.444976999999994],[-89.615004999999996,76.449141999999995],[-89.559158000000025,76.470535000000098],[-89.533065999999963,76.47665400000011],[-89.49499499999996,76.472488000000055],[-89.488327000000027,76.46804800000001],[-89.465835999999911,76.462203999999986],[-89.446380999999917,76.457763999999997],[-89.40834000000001,76.450546000000145],[-89.386123999999938,76.447754000000089],[-89.378051999999968,76.444138000000009],[-89.380553999999961,76.439147999999989],[-89.398894999999982,76.43553200000008]],[[-83.962783999999999,76.426375999999948],[-83.986114999999984,76.423309000000017],[-84.009170999999924,76.425812000000008],[-84.109436000000017,76.444427000000132],[-84.12388599999997,76.451096000000007],[-84.139449999999954,76.507217000000082],[-84.128052000000025,76.50999500000006],[-84.097503999999901,76.506653000000142],[-84.013625999999931,76.498032000000023],[-83.992492999999854,76.494980000000112],[-83.976944000000003,76.491089000000045],[-83.918334999999956,76.469437000000028],[-83.908050999999944,76.464996000000099],[-83.962783999999999,76.426375999999948]],[[-104.05387899999999,76.563034000000073],[-104.03388999999999,76.559708000000001],[-103.87888299999997,76.573608000000092],[-103.86860699999994,76.579162999999994],[-103.86665299999993,76.584991000000116],[-103.87138400000003,76.596649000000127],[-103.86721799999998,76.603043000000014],[-103.85944399999994,76.607208000000014],[-103.82640100000003,76.618317000000047],[-103.804169,76.621918000000107],[-103.78751399999993,76.620529000000147],[-103.58194699999996,76.547759999999982],[-103.58805799999993,76.541930999999977],[-103.59249899999998,76.535812000000135],[-103.59166700000003,76.53137200000009],[-103.587784,76.524993999999936],[-103.57028199999996,76.521103000000096],[-103.404449,76.494705000000124],[-103.38445299999995,76.492203000000018],[-103.32112100000001,76.494980000000112],[-103.24500299999994,76.485535000000027],[-103.05777,76.457763999999997],[-103.03666699999991,76.453873000000101],[-103.01418299999995,76.447754000000089],[-103.00805699999989,76.441650000000038],[-103.00446299999999,76.435257000000092],[-103.00446299999999,76.429977000000008],[-103.011124,76.423309000000017],[-103.01917300000002,76.418045000000063],[-103.02971599999989,76.412491000000045],[-103.0425029999999,76.406372000000033],[-103.098343,76.384720000000016],[-103.17250099999995,76.362762000000032],[-103.20472699999993,76.354705999999965],[-103.281387,76.336929000000112],[-103.37805200000003,76.325546000000088],[-103.55444299999999,76.310257000000036],[-103.70056199999993,76.304152999999985],[-103.75195299999996,76.303589000000045],[-103.848343,76.310257000000036],[-104.06194299999993,76.317490000000021],[-104.11165599999998,76.316376000000048],[-104.33500699999996,76.318603999999993],[-104.37888299999992,76.323317999999972],[-104.396118,76.327774000000034],[-104.40471599999995,76.333328000000051],[-104.404449,76.334427000000005],[-104.38971700000002,76.342758000000117],[-104.37581599999993,76.348328000000038],[-104.362213,76.352202999999975],[-104.34333799999996,76.354156000000103],[-104.32972699999999,76.358032000000037],[-104.328056,76.363876000000005],[-104.39111300000002,76.461105000000032],[-104.43388399999998,76.484984999999995],[-104.44888300000002,76.491089000000045],[-104.47332799999998,76.49331699999999],[-104.48249800000002,76.490540000000124],[-104.48361199999999,76.485808999999961],[-104.49749800000001,76.481093999999928],[-104.52278100000001,76.480545000000006],[-104.56388900000002,76.482208000000128],[-104.65888999999987,76.545822000000044],[-104.66583300000002,76.551651000000049],[-104.63722200000001,76.603317000000118],[-104.56304899999998,76.612761999999975],[-104.53666699999997,76.617203000000075],[-104.445267,76.635818000000029],[-104.40666199999987,76.645538000000101],[-104.37416100000002,76.655823000000055],[-104.35193600000002,76.660263000000043],[-104.31500199999994,76.663879000000122],[-104.26750199999998,76.667206000000022],[-104.21665999999999,76.668320000000051],[-104.13417099999998,76.669434000000024],[-104.05332899999996,76.664703000000088],[-104.031113,76.661652000000061],[-103.96333299999998,76.649994000000049],[-103.93971299999998,76.644714000000135],[-103.926941,76.638046000000145],[-103.9225009999999,76.633605999999986],[-103.92610200000001,76.621918000000107],[-103.93831599999999,76.610535000000141],[-103.95861799999994,76.599152000000117],[-104.02778599999988,76.579162999999994],[-104.051941,76.568878000000041],[-104.05387899999999,76.563034000000073]],[[-98.418059999999912,76.668320000000051],[-98.403885000000002,76.661377000000016],[-98.413939999999911,76.647491000000059],[-98.423606999999947,76.641486999999927],[-98.425780999999972,76.63848900000005],[-98.425277999999992,76.63564300000013],[-98.429169000000002,76.626922999999977],[-98.419723999999917,76.622482000000048],[-98.376099000000011,76.611923000000047],[-98.357773000000009,76.608321999999987],[-98.281386999999995,76.602203000000145],[-98.180557000000022,76.586929000000055],[-98.189712999999983,76.580276000000083],[-98.242766999999958,76.571655000000135],[-98.258621000000005,76.573318000000086],[-98.278335999999967,76.581100000000049],[-98.298339999999996,76.585266000000104],[-98.319457999999997,76.58859300000006],[-98.362502999999947,76.593323000000112],[-98.395554000000004,76.594437000000084],[-98.40194699999995,76.591934000000094],[-98.398894999999925,76.581375000000037],[-98.378051999999968,76.572220000000016],[-98.357773000000009,76.565536000000122],[-98.322784000000013,76.561096000000134],[-98.080565999999976,76.531097000000102],[-97.944442999999978,76.518051000000128],[-97.897780999999895,76.515823000000012],[-97.807770000000005,76.514435000000105],[-97.764450000000011,76.510544000000039],[-97.750290000000007,76.506942999999978],[-97.693328999999949,76.487762000000089],[-97.684722999999963,76.47164900000007],[-97.662215999999944,76.425261999999975],[-97.662505999999894,76.419434000000081],[-97.670273000000009,76.414992999999981],[-97.706954999999937,76.405548000000067],[-97.718886999999995,76.40109300000006],[-97.727218999999991,76.395537999999988],[-97.731673999999998,76.38998400000014],[-97.761397999999986,76.334991000000002],[-97.728881999999999,76.282760999999994],[-97.726104999999905,76.278320000000065],[-97.699432000000002,76.266663000000108],[-97.64805599999994,76.250275000000045],[-97.610549999999989,76.242203000000075],[-97.591674999999952,76.23692299999999],[-97.575561999999991,76.231369000000029],[-97.523055999999997,76.205826000000116],[-97.516952999999944,76.199997000000053],[-97.509170999999981,76.188873000000001],[-97.494994999999903,76.148880000000133],[-97.494445999999868,76.138885000000073],[-97.503066999999874,76.127472000000068],[-97.517776000000026,76.119141000000127],[-97.542496000000028,76.108322000000101],[-97.563323999999966,76.097487999999998],[-97.588333000000034,76.080826000000002],[-97.656386999999938,75.972762999999986],[-97.647507000000019,75.944427000000076],[-97.64555399999989,75.938873000000058],[-97.642226999999934,75.9327550000001],[-97.612503000000004,75.901932000000102],[-97.597778000000005,75.889434999999935],[-97.597778000000005,75.846939000000134],[-97.654174999999896,75.798324999999977],[-97.664169000000015,75.793320000000108],[-97.693603999999993,75.785812000000078],[-97.707503999999972,75.783324999999991],[-97.837219000000005,75.765549000000021],[-97.913329999999974,75.751663000000065],[-97.930557000000022,75.746933000000013],[-97.938598999999954,75.741364000000033],[-97.870543999999938,75.73054499999995],[-97.827224999999885,75.726929000000098],[-97.690276999999867,75.720535000000041],[-97.425551999999982,75.692200000000071],[-97.404448999999943,75.68803400000013],[-97.386672999999973,75.682754999999986],[-97.375823999999852,75.676376000000118],[-97.369995000000017,75.670822000000101],[-97.368606999999997,75.659424000000115],[-97.369155999999975,75.653320000000065],[-97.384734999999978,75.643326000000059],[-97.394454999999937,75.638321000000019],[-97.410003999999958,75.620818999999983],[-97.41194200000001,75.61554000000001],[-97.423889000000031,75.528595000000053],[-97.422501000000011,75.506377999999984],[-97.417495999999971,75.494705000000124],[-97.401397999999858,75.458602999999982],[-97.398055999999997,75.45248400000014],[-97.378326000000015,75.43414300000012],[-97.349730999999963,75.419983000000002],[-97.330565999999919,75.414153999999996],[-97.293883999999991,75.405548000000067],[-97.285003999999958,75.402205999999978],[-97.280837999999903,75.396941999999967],[-97.293334999999956,75.390823000000125],[-97.305557000000022,75.390274000000034],[-97.320557000000008,75.391098],[-97.341675000000009,75.393875000000094],[-97.441665999999998,75.414992999999981],[-97.469161999999983,75.422760000000096],[-97.484160999999915,75.429428000000087],[-97.49610899999999,75.442200000000071],[-97.49888599999997,75.469986000000006],[-97.496658000000025,75.478592000000106],[-97.573623999999882,75.513046000000145],[-97.711944999999901,75.566666000000055],[-97.728881999999999,75.570267000000058],[-97.744155999999975,75.571106000000043],[-97.762511999999958,75.568054000000132],[-97.818061999999884,75.54898100000014],[-97.827552999999909,75.545815000000005],[-97.827056999999911,75.539817999999968],[-97.821724000000017,75.537323000000129],[-97.811561999999924,75.535156000000029],[-97.802054999999996,75.53532400000006],[-97.801940999999999,75.524429000000112],[-97.789992999999924,75.51887499999998],[-97.774169999999913,75.508331000000112],[-97.758895999999993,75.496643000000063],[-97.748046999999872,75.484421000000111],[-97.744720000000029,75.478317000000061],[-97.743332000000009,75.471924000000115],[-97.745269999999948,75.466660000000104],[-97.756392999999946,75.462204000000042],[-97.783324999999877,75.45748900000001],[-97.80749499999996,75.456650000000025],[-97.835830999999985,75.460815000000025],[-97.840835999999854,75.464996000000099],[-97.845001000000025,75.469986000000006],[-97.855674999999906,75.484482000000014],[-97.85600299999993,75.487488000000042],[-97.858001999999885,75.494644000000051],[-97.859169000000009,75.497985999999969],[-97.86983499999991,75.501160000000084],[-97.882338999999945,75.503494000000103],[-97.90834000000001,75.513321000000133],[-97.932495000000017,75.512496999999996],[-97.951950000000011,75.507492000000127],[-98.041672000000005,75.483322000000101],[-98.043335000000013,75.481368999999972],[-97.985549999999989,75.457214000000135],[-97.957503999999915,75.44720499999994],[-97.933318999999983,75.448029000000133],[-97.911117999999931,75.446090999999967],[-97.782776000000013,75.428314000000114],[-97.774718999999948,75.423035000000141],[-97.793610000000001,75.413040000000024],[-97.808608999999933,75.408875000000023],[-97.934432999999899,75.407486000000063],[-97.984726000000023,75.408875000000023],[-98.004729999999881,75.413605000000075],[-98.028060999999923,75.413879000000009],[-98.019890000000032,75.407042999999987],[-98.028724999999895,75.404541000000108],[-98.032386999999915,75.400879000000145],[-98.029556000000014,75.398375999999985],[-98.021225000000015,75.39521000000002],[-97.96055599999994,75.384720000000016],[-97.920272999999952,75.38081399999993],[-97.901397999999915,75.379974000000061],[-97.884445000000028,75.376373000000058],[-97.872771999999998,75.37081900000004],[-97.876662999999894,75.364990000000034],[-97.887786999999946,75.360535000000027],[-97.910277999999948,75.356644000000131],[-97.926392000000021,75.35554500000012],[-97.990554999999972,75.355819999999994],[-98.042769999999962,75.35914600000001],[-98.070107000000007,75.364700000000028],[-98.070769999999982,75.367088000000081],[-98.074112000000014,75.369033999999942],[-98.082779000000016,75.370033000000035],[-98.107772999999895,75.371917999999994],[-98.124709999999993,75.367202999999961],[-98.136397999999986,75.361923000000104],[-98.141953000000001,75.356644000000131],[-98.153610000000015,75.345535000000041],[-98.165282999999988,75.334152000000017],[-98.164718999999934,75.329163000000051],[-98.129165999999998,75.30192599999998],[-98.120543999999995,75.297760000000039],[-98.101395000000025,75.291931000000034],[-98.064712999999927,75.285812000000021],[-97.913054999999986,75.264159999999947],[-97.87388599999997,75.270263999999997],[-97.755843999999911,75.229431000000091],[-97.74360699999994,75.224991000000102],[-97.735001000000011,75.207214000000022],[-97.736937999999952,75.204437000000098],[-97.759734999999978,75.188582999999994],[-97.676940999999999,75.164154000000053],[-97.62860099999989,75.151093000000117],[-97.602492999999924,75.147217000000069],[-97.597503999999958,75.149155000000007],[-97.605834999999956,75.158325000000048],[-97.614440999999886,75.162766000000147],[-97.613051999999982,75.164703000000031],[-97.597778000000005,75.164703000000031],[-97.578613000000018,75.15887500000008],[-97.567779999999971,75.152481000000023],[-97.567504999999926,75.147491000000002],[-97.582503999999915,75.137496999999996],[-97.619445999999925,75.118590999999924],[-97.639998999999989,75.116379000000052],[-97.746947999999975,75.111649000000057],[-97.843886999999938,75.110260000000039],[-97.86250299999989,75.111099000000024],[-97.881377999999927,75.11692800000003],[-98.024719000000005,75.162490999999932],[-98.033614999999998,75.17164600000001],[-98.034438999999963,75.181656000000089],[-98.02694699999995,75.187195000000088],[-98.02027899999996,75.196640000000002],[-98.019164999999987,75.201096000000064],[-98.025833000000034,75.210815000000082],[-98.041381999999885,75.216385000000002],[-98.061661000000015,75.22026100000005],[-98.085281000000009,75.2227630000001],[-98.098617999999931,75.2227630000001],[-98.146666999999866,75.180816999999934],[-98.146666999999866,75.163879000000065],[-98.145553999999947,75.159987999999998],[-98.136123999999995,75.154160000000047],[-98.121384000000035,75.147491000000002],[-98.081389999999999,75.130538999999999],[-98.039169000000015,75.116379000000052],[-98.025557999999933,75.113601999999958],[-98.00306699999993,75.112761999999918],[-97.981673999999941,75.110809000000017],[-97.966949,75.104155999999989],[-97.947219999999902,75.079987000000074],[-97.938888999999904,75.069716999999969],[-97.938598999999954,75.064986999999917],[-97.945830999999998,75.026657],[-97.949996999999996,75.021103000000039],[-97.960006999999905,75.017487000000131],[-97.982497999999907,75.015273999999977],[-98.00306699999993,75.015549000000021],[-98.02027899999996,75.018326000000116],[-98.108886999999982,75.022491000000116],[-98.259170999999924,75.022766000000104],[-98.276947000000007,75.022217000000012],[-98.300277999999935,75.021103000000039],[-98.369719999999973,75.014435000000049],[-98.444442999999978,75.004990000000134],[-98.46833799999996,75.003052000000025],[-98.634734999999978,74.992477000000065],[-98.723891999999921,74.989426000000037],[-98.785004000000015,74.994980000000055],[-98.985001000000011,75.000000000000114],[-99.066955999999948,74.996368000000132],[-99.354445999999882,74.984420999999998],[-99.376662999999951,74.98553499999997],[-99.394164999999987,74.988037000000077],[-99.406113000000005,74.993316999999934],[-99.393615999999952,75.027205999999978],[-99.387512000000015,75.03776600000009],[-99.335555999999997,75.070541000000105],[-99.299437999999952,75.092758000000003],[-99.28195199999999,75.102768000000083],[-99.27694699999995,75.108032000000094],[-99.272232000000031,75.115814000000057],[-99.281386999999995,75.122481999999991],[-99.308043999999995,75.122481999999991],[-99.325835999999924,75.11831699999999],[-99.34056099999998,75.113037000000134],[-99.445540999999935,75.058318999999983],[-99.482497999999964,75.03776600000009],[-99.496657999999968,75.026382000000012],[-99.5,75.020537999999988],[-99.496108999999933,75.014708999999982],[-99.480285999999978,75.009155000000135],[-99.445540999999935,75.003875999999991],[-99.432495000000017,75.000275000000101],[-99.42721599999993,74.996368000000132],[-99.426391999999964,74.991364000000033],[-99.538605000000018,74.974152000000004],[-99.562499999999943,74.972214000000065],[-99.602782999999988,74.971100000000035],[-99.619719999999973,74.97137500000008],[-99.701675000000023,74.973602000000142],[-99.990554999999915,74.984420999999998],[-100.05722000000003,74.986923000000104],[-100.14584400000001,74.991088999999988],[-100.21056399999998,74.997208000000001],[-100.25306699999993,75.002777000000037],[-100.34777799999995,75.016937000000098],[-100.36389200000002,75.021378000000027],[-100.38945000000001,75.031097000000045],[-100.39388999999994,75.037201000000039],[-100.396118,75.043594000000041],[-100.39750699999991,75.055542000000059],[-100.39723199999997,75.066666000000112],[-100.39472999999998,75.078323000000069],[-100.38583399999999,75.095535000000098],[-100.38054699999986,75.101928999999984],[-100.37805200000003,75.113311999999951],[-100.39806399999998,75.158600000000092],[-100.41221599999994,75.16804500000012],[-100.43250299999994,75.173598999999967],[-100.45333900000003,75.177200000000028],[-100.47693599999997,75.179428000000144],[-100.51112399999994,75.184143000000006],[-100.52834300000001,75.187759000000028],[-100.54444899999993,75.193039000000113],[-100.54695099999998,75.199417000000096],[-100.53859699999998,75.204711999999972],[-100.46333299999998,75.223602000000085],[-100.43859900000001,75.226653999999996],[-100.41722099999998,75.227478000000133],[-100.32528699999995,75.230545000000063],[-100.30222299999997,75.230820000000108],[-100.27999899999998,75.22886699999998],[-100.24833699999999,75.223877000000073],[-100.22556299999997,75.223037999999974],[-100.031387,75.226929000000041],[-100.00778200000002,75.228043000000014],[-99.990554999999915,75.231369000000029],[-99.987777999999992,75.236099000000081],[-99.995269999999948,75.239975000000129],[-100.00945300000001,75.242203000000075],[-100.11945300000002,75.248596000000077],[-100.20333900000003,75.253326000000072],[-100.22609699999998,75.254165999999941],[-100.314438,75.250824000000023],[-100.35417200000001,75.251663000000008],[-100.37554899999986,75.255264000000011],[-100.39388999999994,75.260269000000108],[-100.406113,75.266663000000108],[-100.40278599999999,75.272491000000059],[-100.33444199999991,75.274428999999998],[-100.31166100000002,75.277206000000092],[-100.29387700000001,75.281371999999976],[-100.279449,75.286652000000061],[-100.25805700000001,75.297760000000039],[-100.24445299999996,75.308868000000018],[-100.25723299999993,75.313308999999947],[-100.28222699999992,75.310257000000036],[-100.33277900000002,75.302200000000084],[-100.35944399999994,75.299712999999997],[-100.49999999999989,75.292480000000012],[-100.52306399999998,75.293045000000006],[-100.60888699999998,75.305817000000047],[-100.62249799999995,75.309143000000063],[-100.76555599999989,75.34637500000008],[-100.77887699999991,75.35054000000008],[-100.76888999999994,75.355255000000113],[-100.67639199999996,75.376648000000046],[-100.65222199999999,75.378585999999984],[-100.63305700000001,75.378036000000122],[-100.61805700000002,75.376648000000046],[-100.60221899999993,75.373596000000134],[-100.61833199999995,75.368866000000082],[-100.64389,75.364700000000028],[-100.67999299999997,75.361923000000104],[-100.69833399999993,75.356644000000131],[-100.68222000000003,75.350266000000147],[-100.63806199999999,75.345825000000048],[-100.61472299999997,75.346100000000092],[-100.59472699999998,75.347487999999998],[-100.44748699999991,75.369980000000055],[-100.43277,75.375259000000028],[-100.42832899999991,75.380539000000113],[-100.44055200000003,75.386658000000125],[-100.56527699999998,75.422211000000004],[-100.58444199999997,75.426376000000005],[-100.60694899999999,75.42804000000001],[-100.67555199999993,75.426926000000037],[-100.71694899999989,75.429153000000099],[-100.72305299999999,75.432479999999998],[-100.69776899999999,75.436371000000065],[-100.67331699999994,75.438582999999937],[-100.43388399999998,75.445815999999979],[-100.33972199999999,75.447479000000101],[-100.27084400000001,75.448593000000074],[-100.17666600000001,75.449141999999995],[-100.11138899999997,75.451096000000007],[-100.06276700000001,75.454437000000041],[-100.01194800000002,75.461380000000077],[-100.00917099999992,75.466095000000109],[-100.01944700000001,75.468596999999988],[-100.10056299999997,75.470535000000098],[-100.19193999999999,75.467758000000003],[-100.21528599999988,75.467758000000003],[-100.30695300000002,75.47164900000007],[-100.30555699999996,75.473602000000028],[-100.12999000000002,75.525818000000129],[-100.03415699999988,75.529433999999981],[-99.966948999999943,75.533325000000048],[-99.845000999999968,75.540817000000004],[-99.831389999999999,75.544144000000131],[-99.832229999999981,75.545532000000037],[-99.845000999999968,75.547484999999995],[-99.856383999999991,75.548035000000027],[-99.899993999999992,75.547484999999995],[-99.946655000000021,75.544708000000071],[-99.990279999999984,75.544434000000138],[-100.03859699999998,75.549149],[-100.03943600000002,75.554152999999985],[-100.02806099999998,75.557205000000067],[-99.823623999999938,75.58415199999996],[-99.800551999999925,75.586655000000121],[-99.756393000000003,75.588043000000027],[-99.736938000000009,75.587204000000099],[-99.712508999999955,75.589157000000057],[-99.672774999999945,75.606094000000041],[-99.667770000000019,75.611099000000081],[-99.685821999999973,75.613876000000005],[-99.790833000000021,75.616653000000099],[-99.84056099999998,75.612488000000099],[-99.863051999999982,75.614426000000037],[-99.862503000000004,75.618866000000025],[-99.823623999999938,75.651657],[-99.817504999999926,75.655258000000003],[-99.788054999999929,75.658324999999934],[-99.458617999999944,75.672485000000052],[-99.226669000000015,75.675537000000134],[-99.202498999999989,75.675537000000134],[-99.083617999999944,75.675812000000008],[-99.033066000000019,75.677200000000084],[-98.982773000000009,75.681090999999981],[-98.929717999999923,75.686371000000008],[-98.905562999999916,75.689972000000068],[-98.889998999999989,75.695251000000042],[-98.891388000000006,75.699141999999938],[-98.907775999999956,75.704712000000029],[-98.925827000000027,75.707489000000123],[-98.950286999999889,75.709991000000002],[-98.97193900000002,75.710266000000047],[-99.329453000000001,75.695251000000042],[-99.55749499999996,75.691925000000026],[-99.619995000000017,75.694138000000009],[-99.643889999999999,75.694138000000009],[-99.740828999999906,75.690811000000053],[-99.84973100000002,75.677475000000072],[-100.031677,75.664428999999984],[-100.256393,75.651657],[-100.37332199999997,75.654709000000082],[-100.39723199999997,75.654434000000037],[-100.54028299999993,75.645537999999931],[-100.62888299999997,75.634720000000129],[-100.65416699999997,75.631653000000028],[-100.80471799999998,75.614990000000148],[-100.82972699999999,75.61303700000002],[-101.22556299999991,75.587494000000106],[-101.24916100000002,75.587204000000099],[-101.30638099999999,75.591094999999996],[-101.37721299999993,75.59887700000013],[-101.38806199999999,75.60026600000009],[-101.47165699999999,75.602203000000145],[-101.4955369999999,75.601929000000041],[-101.74944299999999,75.574432000000058],[-101.89835399999998,75.556091000000094],[-101.97250399999996,75.548325000000034],[-101.99638399999998,75.547211000000061],[-102.06723,75.546097000000088],[-102.13639799999993,75.553314],[-102.15915699999999,75.554977000000122],[-102.20667300000002,75.553314],[-102.35193599999997,75.542206000000022],[-102.39916999999997,75.537200999999982],[-102.44860799999998,75.530547999999953],[-102.49916099999996,75.521103000000096],[-102.53415699999999,75.511383000000023],[-102.67304999999999,75.514709000000039],[-102.86694299999999,75.601089000000002],[-102.87805200000003,75.607758000000047],[-102.88194299999992,75.613312000000064],[-102.88390400000003,75.61914100000007],[-102.87777699999992,75.624695000000031],[-102.86054999999999,75.62831100000011],[-102.8125,75.631088000000034],[-102.79305999999991,75.630539000000056],[-102.70140100000003,75.628860000000032],[-102.68916299999995,75.670532000000094],[-102.58168000000001,75.71276899999998],[-102.56360599999999,75.718322999999998],[-102.53888699999993,75.72137499999991],[-102.37748699999992,75.729155999999989],[-102.35193599999997,75.729155999999989],[-102.31139400000001,75.72665400000011],[-102.26390100000003,75.721924000000058],[-102.16832699999992,75.709152000000074],[-102.15416700000003,75.706100000000106],[-102.07861300000002,75.688309000000004],[-102.05776999999995,75.690811000000053],[-102.03666699999997,75.694138000000009],[-102.01862299999999,75.699416999999983],[-102.00917099999998,75.703048999999908],[-102.00805700000001,75.704987000000074],[-102.09166699999997,75.721924000000058],[-102.120003,75.776382000000012],[-102.10185200000001,75.784247999999991],[-102.09361299999989,75.791091999999992],[-102.112213,75.793594000000041],[-102.23277299999995,75.786652000000117],[-102.28222700000003,75.781937000000084],[-102.32668299999995,75.779983999999956],[-102.34388699999994,75.781937000000084],[-102.36609599999997,75.789978000000019],[-102.37165800000002,75.795821999999987],[-102.37332200000003,75.801650999999993],[-102.37082700000002,75.807480000000055],[-102.36250299999995,75.818054000000075],[-102.33944700000001,75.834991000000059],[-102.31667299999998,75.846649000000127],[-102.29028299999993,75.857208000000128],[-102.26640299999997,75.86192299999999],[-102.16306299999997,75.878860000000032],[-102.13806199999993,75.881087999999977],[-101.864441,75.902206000000035],[-101.82640099999992,75.898331000000042],[-101.80526700000001,75.891937000000041],[-101.79943800000001,75.886658000000068],[-101.77194199999997,75.868590999999981],[-101.74833699999999,75.859146000000067],[-101.74109599999991,75.856934000000024],[-101.55638099999987,75.821105999999986],[-101.47028399999999,75.772217000000012],[-101.46888699999994,75.766388000000006],[-101.45973199999997,75.761107999999922],[-101.43859900000001,75.755554000000132],[-101.41416899999996,75.752487000000031],[-101.301941,75.746094000000085],[-101.254997,75.744705000000067],[-101.24416400000001,75.746933000000013],[-101.23388699999998,75.751389000000131],[-101.20249899999993,75.767211999999972],[-101.18221999999997,75.779709000000139],[-101.23110999999994,75.777205999999978],[-101.328056,75.774429000000055],[-101.34777799999995,75.774994000000106],[-101.35555999999991,75.779433999999924],[-101.35861199999999,75.784988000000112],[-101.35193599999991,75.790543000000014],[-101.34137699999997,75.796097000000032],[-101.326683,75.801650999999993],[-101.323624,75.807480000000055],[-101.32501200000002,75.813309000000061],[-101.33500700000002,75.825272000000098],[-101.34056099999992,75.830276000000026],[-101.35637700000001,75.843048000000067],[-101.36389199999996,75.8477630000001],[-101.37805199999997,75.851928999999984],[-101.39277600000003,75.854431000000034],[-101.40833999999995,75.855820000000051],[-101.42388900000003,75.856369000000029],[-101.48889199999996,75.854156000000046],[-101.52694699999995,75.85832199999993],[-101.537216,75.861374000000069],[-101.54638699999992,75.867477000000008],[-101.57917799999996,75.908600000000092],[-101.56500199999988,75.929703000000018],[-101.49665800000002,75.954987000000017],[-101.47778299999999,75.96026599999999],[-101.45221700000002,75.963608000000079],[-101.39417299999997,75.97554000000008],[-101.30915800000002,76.008330999999998],[-101.30277999999987,76.013046000000031],[-101.31582599999996,76.019150000000025],[-101.33556399999992,76.020827999999995],[-101.36971999999992,76.016937000000098],[-101.38249200000001,76.010818000000086],[-101.39195299999989,76.000549000000035],[-101.40833999999995,75.995529000000147],[-101.61721799999998,75.980820000000108],[-101.641953,75.979705999999965],[-101.67832900000002,75.979705999999965],[-101.68388399999998,75.980270000000075],[-101.728882,75.987488000000099],[-101.80638099999999,76.007492000000013],[-101.83249699999999,76.016662999999994],[-101.84889199999992,76.024704000000042],[-101.89362299999993,76.060257000000092],[-101.90055799999999,76.066666000000112],[-101.90722700000003,76.078598000000056],[-101.90862299999998,76.084427000000062],[-101.90750099999997,76.096100000000092],[-101.90222199999999,76.107757999999933],[-101.88861099999991,76.119141000000127],[-101.761124,76.174148999999943],[-101.71140300000002,76.184708000000001],[-101.685272,76.187759000000028],[-101.60833699999995,76.194427000000019],[-101.53362299999998,76.205261000000064],[-101.48860200000001,76.213608000000022],[-101.46556099999998,76.218872000000033],[-101.39611799999989,76.243317000000047],[-101.38500999999997,76.248871000000065],[-101.387787,76.251937999999996],[-101.44193999999993,76.241653000000042],[-101.49694799999992,76.233871000000079],[-101.69888299999997,76.219437000000084],[-101.74973299999999,76.215820000000122],[-101.77471899999995,76.215546000000018],[-102.051941,76.213608000000022],[-102.11444099999994,76.215546000000018],[-102.13305699999989,76.219986000000006],[-102.14835399999998,76.226653999999996],[-102.16583300000002,76.238312000000008],[-102.15972899999997,76.243042000000059],[-102.13362100000001,76.246368000000075],[-102.08222999999998,76.250824000000023],[-102.06388899999996,76.255264000000011],[-102.05803700000001,76.259155000000078],[-102.00110599999999,76.352768000000026],[-102.029449,76.3808140000001],[-102.051941,76.38638300000008],[-102.05332900000002,76.392211999999915],[-102.05082700000003,76.398041000000148],[-102.03999299999998,76.403595000000109],[-102.01862299999999,76.409423999999944],[-101.88583399999993,76.444976999999994],[-101.86221299999994,76.450272000000041],[-101.80832699999996,76.454163000000108],[-101.78333299999991,76.454437000000041],[-101.67111199999999,76.449141999999995],[-101.45667300000002,76.436371000000065],[-101.43472300000002,76.434418000000107],[-101.41166699999997,76.430817000000047],[-101.31582599999996,76.414428999999984],[-101.30249000000003,76.408324999999991],[-101.29138199999994,76.401657],[-101.28362300000003,76.396102999999982],[-101.27667200000002,76.389435000000049],[-101.24027999999993,76.371643000000006],[-101.22805800000003,76.366928000000144],[-101.20612299999993,76.361374000000126],[-101.13694799999996,76.350815000000068],[-101.06806899999998,76.331940000000145],[-101.05832700000002,76.326935000000105],[-101.09388699999994,76.283051],[-101.00446299999993,76.237761999999975],[-100.98111,76.235260000000096],[-100.92832899999996,76.225815000000011],[-100.91000399999996,76.222213999999951],[-100.86582900000002,76.212204000000042],[-100.783073,76.191085999999984],[-100.75110599999994,76.18220500000001],[-100.71056399999998,76.166381999999999],[-100.63027999999991,76.133331000000055],[-100.43998699999992,76.105255],[-100.31582600000002,76.051376000000118],[-100.30943299999996,76.048035000000084],[-100.13166799999993,75.952484000000027],[-100.047234,75.913879000000065],[-99.982498000000021,75.890548999999908],[-99.888335999999981,75.886383000000023],[-99.753615999999909,75.906372000000147],[-99.730834999999956,75.910538000000031],[-99.71556099999998,75.916092000000049],[-99.678328999999962,75.931366000000139],[-99.587783999999999,75.94999700000011],[-99.508621000000005,75.957489000000066],[-99.483611999999937,75.958603000000039],[-99.457503999999972,75.961380000000133],[-99.442490000000021,75.965819999999951],[-99.439437999999996,75.970534999999984],[-99.45461999999992,75.974808000000053],[-99.494445999999982,75.973602000000085],[-99.657776000000013,75.961380000000133],[-99.785277999999948,75.951385000000016],[-99.811110999999983,75.948317999999915],[-99.859436000000017,75.935256999999979],[-99.86332699999997,75.935532000000023],[-99.898620999999991,75.950271999999984],[-100.07749899999999,76.038879000000122],[-100.08249699999999,76.043869000000029],[-100.09221600000001,76.054977000000008],[-100.14222699999999,76.112198000000149],[-100.15278599999994,76.132477000000108],[-100.12499999999994,76.148880000000133],[-100.10388199999994,76.153320000000008],[-100.07167099999998,76.155822999999941],[-100.031113,76.155548000000124],[-100.01139799999999,76.15387000000004],[-99.868332000000009,76.139984000000027],[-99.730834999999956,76.117477000000122],[-99.680832000000009,76.118591000000094],[-99.650832999999977,76.127472000000068],[-99.609160999999972,76.135817999999972],[-99.556106999999997,76.141663000000051],[-99.502227999999945,76.146103000000039],[-99.483062999999902,76.146942000000024],[-99.429717999999923,76.15387000000004],[-99.414444000000003,76.158325000000048],[-99.421386999999925,76.160262999999986],[-99.445267000000001,76.16137700000013],[-99.498885999999914,76.157761000000107],[-99.548888999999974,76.153320000000008],[-99.668059999999912,76.139709000000039],[-99.693054000000018,76.138596000000121],[-99.716949,76.139709000000039],[-99.874434999999892,76.17053199999998],[-99.915833000000021,76.180267000000072],[-99.948882999999967,76.189697000000137],[-100.15028399999994,76.1933140000001],[-100.17832900000002,76.19081100000011],[-100.20140099999998,76.189972000000012],[-100.22556299999997,76.19081100000011],[-100.43888900000002,76.212494000000049],[-100.47222899999991,76.226378999999952],[-100.49861099999998,76.237761999999975],[-100.51278699999989,76.249146000000053],[-100.514183,76.254166000000112],[-100.51112399999994,76.259720000000129],[-100.49944299999999,76.26527400000009],[-100.465012,76.274993999999992],[-100.43804899999998,76.278870000000097],[-100.41665599999999,76.280272999999966],[-100.36638600000003,76.281661999999983],[-100.26917300000002,76.278595000000053],[-100.18276999999995,76.270828000000108],[-100.111107,76.266388000000063],[-99.895553999999947,76.274703999999986],[-99.86999499999996,76.275817999999958],[-99.844727000000034,76.280272999999966],[-99.848617999999931,76.283874999999966],[-100.03859699999998,76.318878000000097],[-100.27722199999994,76.378585999999984],[-100.30166600000001,76.382750999999985],[-100.32362399999994,76.384155000000135],[-100.35056299999991,76.384430000000009],[-100.37444299999999,76.382750999999985],[-100.48137700000001,76.373871000000122],[-100.55332899999996,76.371094000000028],[-100.67360699999995,76.371917999999994],[-100.69444299999998,76.374985000000095],[-100.95249899999999,76.474700999999982],[-100.97222899999997,76.485260000000039],[-100.98388699999992,76.494430999999963],[-100.98554999999993,76.499145999999996],[-100.98249800000002,76.504990000000021],[-100.962784,76.510268999999994],[-100.93943799999988,76.514435000000105],[-100.89277600000003,76.519440000000145],[-100.82972699999999,76.519714000000079],[-100.80526700000001,76.522217000000069],[-100.737213,76.531097000000102],[-100.72083999999995,76.546097000000032],[-100.72341899999998,76.551094000000148],[-100.72332799999992,76.556091000000038],[-100.71250899999995,76.560531999999967],[-100.65306099999992,76.576385000000016],[-100.45861799999994,76.613602000000014],[-100.383827,76.627502000000106],[-100.36389200000002,76.631087999999977],[-100.318893,76.635544000000095],[-100.21665999999988,76.643051000000014],[-100.19193999999999,76.642212000000086],[-100.05222300000003,76.631363000000022],[-99.981673999999998,76.622207999999944],[-99.911117999999988,76.61303700000002],[-99.885009999999909,76.610535000000141],[-99.837783999999886,76.608596999999975],[-99.811385999999914,76.609710999999947],[-99.796111999999994,76.613875999999948],[-99.795272999999952,76.618317000000047],[-99.770554000000004,76.627762000000132],[-99.741942999999992,76.632751000000098],[-99.725829999999917,76.634720000000129],[-99.684433000000013,76.633331000000112],[-99.588333000000034,76.623871000000065],[-99.569457999999997,76.620529000000147],[-99.366942999999935,76.526382000000069],[-99.256957999999941,76.470535000000098],[-99.260559000000001,76.464706000000092],[-99.255279999999914,76.453598000000056],[-99.184433000000013,76.415817000000118],[-99.163619999999923,76.409149000000127],[-99.12332200000003,76.400818000000015],[-99.099990999999989,76.398041000000148],[-99.079726999999991,76.397217000000012],[-99.066101000000003,76.398605000000089],[-99.06639100000001,76.404434000000094],[-99.083617999999944,76.416092000000106],[-99.110001000000011,76.426650999999993],[-99.118332000000009,76.433044000000109],[-99.137221999999952,76.451934999999992],[-99.133895999999993,76.456650000000025],[-99.122498000000007,76.461105000000032],[-98.994155999999975,76.471099999999922],[-98.980834999999956,76.47164900000007],[-98.955276000000026,76.469147000000021],[-98.946945000000028,76.463042999999971],[-98.948043999999925,76.45277399999992],[-98.950286999999889,76.446365000000071],[-98.943603999999993,76.440811000000053],[-98.925827000000027,76.43609600000002],[-98.906386999999881,76.433318999999983],[-98.882767000000001,76.431366000000025],[-98.857773000000009,76.431366000000025],[-98.846114999999998,76.43609600000002],[-98.856110000000001,76.463882000000126],[-98.865279999999927,76.469147000000021],[-98.898620999999991,76.481093999999928],[-98.953888000000006,76.499145999999996],[-99.038054999999986,76.529708999999968],[-99.050551999999982,76.536102000000142],[-99.051940999999999,76.539978000000019],[-99.027221999999938,76.601088999999945],[-98.999160999999958,76.604980000000012],[-98.971663999999976,76.607758000000047],[-98.86082499999992,76.61442599999998],[-98.714721999999938,76.614150999999993],[-98.611114999999984,76.610260000000096],[-98.589172000000019,76.611374000000069],[-98.56639100000001,76.613602000000014],[-98.538894999999968,76.616379000000109],[-98.518065999999976,76.621368000000075],[-98.511123999999995,76.625259000000142],[-98.489731000000006,76.644707000000096],[-98.48832699999997,76.650818000000015],[-98.546951000000035,76.658035000000098],[-98.591109999999901,76.661652000000061],[-98.595000999999968,76.659424000000115],[-98.592498999999975,76.653870000000097],[-98.598617999999988,76.651093000000003],[-98.623046999999872,76.647217000000126],[-98.674438000000009,76.64387499999998],[-98.744445999999982,76.64387499999998],[-98.814163000000008,76.653595000000053],[-98.851105000000018,76.661652000000061],[-98.857773000000009,76.663879000000122],[-98.855834999999956,76.67025799999999],[-98.852492999999924,76.671646000000067],[-98.821395999999936,76.676925999999924],[-98.733611999999994,76.682754999999986],[-98.712509000000011,76.683044000000052],[-98.504729999999938,76.681090999999924],[-98.480285999999921,76.679152999999985],[-98.439986999999974,76.673035000000084],[-98.418059999999912,76.668320000000051]],[[-99.996947999999975,76.734420999999998],[-99.976395000000025,76.733597000000032],[-99.86999499999996,76.736374000000126],[-99.819457999999884,76.738312000000064],[-99.748336999999992,76.74275200000011],[-99.720839999999953,76.74581900000004],[-99.693877999999984,76.747756999999979],[-99.646392999999989,76.748031999999967],[-99.622498000000007,76.7452550000001],[-99.528884999999946,76.72554000000008],[-99.447768999999994,76.706100000000106],[-99.430556999999965,76.699416999999926],[-99.433883999999978,76.69470200000012],[-99.52806099999998,76.67442299999999],[-99.556106999999997,76.670532000000094],[-99.581680000000006,76.67025799999999],[-99.626937999999996,76.673035000000084],[-99.657776000000013,76.677765000000079],[-99.733321999999987,76.702484000000027],[-99.888389999999902,76.718651000000136],[-99.900222999999926,76.72015399999998],[-99.915557999999976,76.72015399999998],[-100.01112399999988,76.719147000000135],[-100.02999899999992,76.715820000000008],[-100.05139200000002,76.715546000000074],[-100.09750400000001,76.717209000000025],[-100.12138399999998,76.719711000000075],[-100.128601,76.721924000000058],[-100.12805199999997,76.723038000000031],[-100.10193599999997,76.744705000000067],[-100.08277899999996,76.748031999999967],[-100.05526700000001,76.75082400000008],[-100.03778099999988,76.751389000000131],[-99.999434999999949,76.751099000000067],[-99.972228999999913,76.747208000000001],[-99.975006000000008,76.742477000000065],[-99.994155999999975,76.739151000000049],[-100.004997,76.735535000000027],[-99.996947999999975,76.734420999999998]],[[-120.88362100000001,76.739700000000028],[-120.886124,76.728591999999992],[-120.90334299999995,76.723876999999959],[-120.94499199999996,76.717758000000117],[-120.97000100000002,76.716660000000047],[-121.09084299999989,76.71887200000009],[-121.11749299999991,76.719711000000075],[-121.16000400000001,76.723312000000135],[-121.18110699999994,76.727203000000031],[-121.18472299999991,76.731094000000098],[-121.18167099999999,76.732208000000071],[-121.15666199999998,76.733597000000032],[-121.12832600000002,76.730819999999994],[-121.083618,76.729155999999932],[-121.05972300000002,76.731369000000086],[-121.05638099999999,76.732483000000059],[-121.01806599999998,76.751389000000131],[-120.99082900000002,76.754715000000147],[-120.97833300000002,76.755264000000068],[-120.91443599999997,76.754165999999998],[-120.89083900000003,76.749710000000107],[-120.88474300000001,76.745529000000033],[-120.88362100000001,76.739700000000028]],[[-101.38054699999992,76.553588999999988],[-101.40416699999997,76.552765000000022],[-101.45388799999989,76.554153000000099],[-101.54083300000002,76.560806000000071],[-101.56471299999993,76.563599000000067],[-101.62332199999992,76.572768999999937],[-101.68831599999999,76.586380000000077],[-101.57556199999999,76.614150999999993],[-101.52194199999991,76.623871000000065],[-101.38583399999993,76.642487000000074],[-101.31777999999991,76.642761000000007],[-101.21362299999993,76.651931999999988],[-101.05999800000001,76.685805999999957],[-101.04250300000001,76.690536000000009],[-101.03943600000002,76.696365000000014],[-101.04028299999993,76.702209000000039],[-101.03307299999994,76.708038000000045],[-101.00583599999993,76.71887200000009],[-100.98361199999999,76.724700999999925],[-100.95749699999999,76.729155999999932],[-100.90249599999993,76.736374000000126],[-100.74388099999999,76.753326000000129],[-100.69193999999999,76.754715000000147],[-100.53443900000002,76.757217000000026],[-100.50917099999992,76.756378000000097],[-100.484734,76.754715000000147],[-100.26888999999989,76.737198000000092],[-100.24889400000001,76.734711000000061],[-100.25917099999998,76.728591999999992],[-100.26666299999999,76.726379000000065],[-100.29305999999997,76.721924000000058],[-100.297234,76.721924000000058],[-100.31723,76.716660000000047],[-100.48721299999988,76.684418000000051],[-100.761124,76.635818000000029],[-100.92304999999999,76.610260000000096],[-101.19275699999997,76.571381000000031],[-101.27390300000002,76.560806000000071],[-101.326683,76.556366000000082],[-101.38054699999992,76.553588999999988]],[[-89.934432999999956,76.47665400000011],[-89.978881999999999,76.469711000000132],[-89.999725000000012,76.470260999999994],[-90.040833000000021,76.476928999999927],[-90.081680000000006,76.484984999999995],[-90.151108000000022,76.504439999999988],[-90.184433000000013,76.515274000000034],[-90.21444699999995,76.528594999999996],[-90.226669000000015,76.535538000000031],[-90.412216000000001,76.636108000000036],[-90.478058000000033,76.662200999999982],[-90.504456000000005,76.675261999999918],[-90.56361400000003,76.709991000000002],[-90.573333999999988,76.715820000000008],[-90.59445199999999,76.729705999999965],[-90.600280999999939,76.734984999999995],[-90.600829999999974,76.741088999999988],[-90.599990999999989,76.746643000000006],[-90.597777999999948,76.750000000000114],[-90.58666999999997,76.761383000000137],[-90.579178000000013,76.766937000000098],[-90.57028200000002,76.771927000000005],[-90.544448999999986,76.783051000000057],[-90.510284000000013,76.793320000000108],[-90.474716000000001,76.799713000000054],[-90.230559999999969,76.828048999999965],[-90.103058000000033,76.836105000000032],[-90.025283999999999,76.839156999999943],[-89.983063000000016,76.836928999999998],[-89.927779999999984,76.828873000000101],[-89.865279999999984,76.816086000000098],[-89.825835999999981,76.806091000000038],[-89.779448999999886,76.7852630000001],[-89.673888999999974,76.737487999999928],[-89.673888999999974,76.731369000000086],[-89.687774999999988,76.708878000000084],[-89.702224999999999,76.689697000000024],[-89.729445999999996,76.673309000000017],[-89.744155999999975,76.669434000000024],[-89.768065999999976,76.668045000000006],[-89.819732999999928,76.667206000000022],[-89.837218999999891,76.663040000000137],[-89.840835999999911,76.657211000000132],[-89.862777999999992,76.60386699999998],[-89.862502999999947,76.597488000000112],[-89.858336999999949,76.591094999999939],[-89.817504999999983,76.546936000000017],[-89.794448999999929,76.533325000000048],[-89.756119000000012,76.524703999999929],[-89.721663999999976,76.519714000000079],[-89.699157999999954,76.516936999999984],[-89.684433000000013,76.511658000000011],[-89.671386999999982,76.504166000000055],[-89.673888999999974,76.502212999999927],[-89.757507000000032,76.486099000000024],[-89.783614999999884,76.483047000000056],[-89.934432999999956,76.47665400000011]],[[-108.65110800000002,76.813599000000011],[-108.65110800000002,76.808868000000075],[-108.65527299999991,76.803863999999976],[-108.67804699999999,76.784988000000112],[-108.68443299999996,76.780548000000067],[-108.69055200000003,76.774429000000055],[-108.69249000000002,76.769989000000066],[-108.68831599999999,76.766098],[-108.67971799999992,76.763321000000076],[-108.66278099999994,76.761383000000137],[-108.596947,76.760818000000086],[-108.55248999999992,76.761383000000137],[-108.52722199999999,76.760268999999937],[-108.50389099999995,76.756103999999937],[-108.48889199999996,76.751663000000065],[-108.46333299999998,76.739151000000049],[-108.45500199999998,76.733322000000044],[-108.44638099999997,76.723602000000142],[-108.44220699999994,76.717758000000117],[-108.43804899999998,76.708038000000045],[-108.44193999999999,76.696365000000014],[-108.45889299999988,76.684708000000057],[-108.54472399999997,76.646378000000141],[-108.56555200000003,76.641663000000108],[-108.58667000000003,76.641663000000108],[-108.60749800000002,76.642487000000074],[-108.628601,76.645263999999997],[-108.65387699999997,76.647217000000126],[-108.68110699999994,76.647766000000047],[-108.70417799999996,76.646378000000141],[-108.72083999999995,76.642487000000074],[-108.72721899999999,76.638046000000145],[-108.72693600000002,76.634155000000078],[-108.69915800000001,76.605545000000063],[-108.69055200000003,76.600540000000024],[-108.62721299999998,76.575546000000031],[-108.61054999999993,76.569717000000026],[-108.58389299999993,76.477478000000076],[-108.58112299999999,76.439147999999989],[-108.55803699999996,76.408599999999979],[-108.475281,76.406937000000084],[-108.36389200000002,76.399994000000049],[-108.32888800000001,76.396652000000131],[-108.31861900000001,76.394150000000081],[-108.28971899999993,76.384430000000009],[-108.26917300000002,76.374985000000095],[-108.07749899999999,76.28054800000001],[-108.11472299999997,76.261383000000023],[-108.252228,76.196929999999952],[-108.33139,76.181931000000077],[-108.38027999999997,76.165268000000026],[-108.39222699999993,76.159424000000001],[-108.40862300000003,76.14776599999999],[-108.396118,76.046097000000145],[-108.35193600000002,76.048874000000069],[-108.02555799999999,76.062195000000031],[-108.00140399999998,76.063033999999959],[-107.916946,76.063033999999959],[-107.83833300000003,76.061371000000065],[-107.81220999999999,76.056090999999981],[-107.73665599999998,76.039428999999984],[-107.72471599999994,76.035538000000088],[-107.63834399999996,75.996368000000132],[-107.63249200000001,75.991088999999988],[-107.63305699999995,75.981369000000086],[-107.639183,75.976089000000002],[-107.65139799999997,75.97026100000005],[-107.78555299999999,75.919983000000116],[-107.84221599999995,75.899993999999992],[-107.90194700000001,75.896103000000096],[-107.91805999999997,75.891373000000101],[-107.93028300000003,75.885544000000039],[-108.031113,75.822495000000004],[-108.04361,75.802199999999971],[-108.02417000000003,75.783875000000023],[-108.02027900000002,75.780823000000112],[-108.00639299999995,75.779433999999924],[-107.9569469999999,75.784714000000008],[-107.91332999999986,75.789429000000041],[-107.87361099999993,75.798035000000141],[-107.82084699999996,75.829162999999994],[-107.77834300000001,75.854706000000078],[-107.75974299999996,75.869705000000124],[-107.75974299999996,75.874419999999986],[-107.739441,75.879150000000038],[-107.51555599999995,75.899993999999992],[-107.36945299999996,75.911652000000004],[-107.33750899999995,75.911377000000016],[-107.18666099999996,75.90387000000004],[-107.08000199999998,75.892761000000007],[-107.08583099999998,75.872482000000048],[-107.09028599999994,75.867477000000008],[-107.10500300000001,75.834717000000126],[-107.09805299999999,75.823043999999925],[-107.03167699999995,75.771103000000039],[-106.96362299999993,75.738586000000055],[-106.89666699999998,75.720261000000107],[-106.88027999999991,75.765822999999955],[-106.83056599999998,75.785812000000078],[-106.79444899999993,75.791656000000103],[-106.74471999999992,75.79553199999998],[-106.72277799999995,75.795821999999987],[-106.67944299999999,75.793594000000041],[-106.6558379999999,75.793594000000041],[-106.636124,75.794434000000081],[-106.61582899999996,75.797211000000004],[-106.62110899999993,75.803314000000114],[-106.6383439999999,75.806931000000077],[-106.67944299999999,75.812485000000095],[-106.72666900000002,75.813873000000001],[-106.78611799999993,75.813309000000061],[-106.829453,75.816665999999998],[-106.85082999999992,75.819992000000013],[-106.87000299999994,75.824997000000053],[-106.88890100000003,75.834717000000126],[-106.89584400000001,75.844437000000028],[-106.89666699999998,75.935256999999979],[-106.89611799999994,75.941086000000041],[-106.89334100000002,75.947478999999987],[-106.86971999999997,75.964157000000057],[-106.63890099999998,76.053040000000124],[-106.60610999999994,76.057754999999986],[-106.58583099999993,76.058593999999971],[-106.368607,76.055817000000047],[-106.33667000000003,76.054703000000075],[-106.30082699999997,76.051376000000118],[-106.01611299999996,76.019714000000022],[-105.93720999999999,76.010269000000108],[-105.89998600000001,76.005554000000075],[-105.837219,75.996932999999956],[-105.73500100000001,75.974991000000102],[-105.66832699999998,75.955551000000128],[-105.61945299999996,75.93942300000009],[-105.60637699999995,75.934708000000057],[-105.59528399999988,75.929703000000018],[-105.47888199999994,75.863036999999963],[-105.46528599999999,75.851928999999984],[-105.45333900000003,75.841659999999933],[-105.445831,75.830551000000071],[-105.40028399999989,75.694427000000076],[-105.38834399999996,75.656372000000033],[-105.391953,75.63888500000013],[-105.48750299999995,75.560806000000127],[-105.49638399999998,75.55525200000011],[-105.51666299999994,75.550537000000077],[-105.54083300000002,75.546936000000017],[-105.60444599999988,75.539978000000019],[-105.63667299999997,75.533600000000092],[-105.68582200000003,75.519440000000145],[-105.74082900000002,75.494979999999941],[-105.75140399999998,75.489700000000084],[-105.74804699999999,75.485809000000017],[-105.73693799999995,75.48275799999999],[-105.68666100000002,75.483047000000113],[-105.67166099999986,75.481093999999985],[-105.61138900000003,75.47164900000007],[-105.59277299999997,75.46748400000007],[-105.593613,75.462769000000037],[-105.64639299999993,75.365265000000022],[-105.65110799999997,75.359421000000054],[-105.66055299999994,75.349716000000114],[-105.72666900000002,75.31303400000013],[-105.7386019999999,75.309418000000051],[-105.76251199999996,75.304976999999951],[-105.79361,75.302200000000084],[-105.81304899999998,75.29942299999999],[-105.82140399999992,75.295822000000101],[-105.86694299999999,75.275818000000015],[-105.87526699999995,75.271102999999982],[-105.93776699999989,75.214432000000045],[-105.93888900000002,75.208603000000039],[-105.93582199999997,75.202774000000034],[-105.929169,75.197754000000145],[-105.89222699999999,75.190810999999997],[-105.87249800000001,75.171920999999998],[-105.876938,75.145828000000051],[-105.88527699999997,75.14027400000009],[-105.90499899999998,75.136383000000023],[-105.92582699999997,75.135268999999994],[-106.00361599999991,75.135544000000039],[-106.01889,75.133881000000088],[-106.07028200000002,75.106644000000017],[-106.07945299999989,75.096939000000077],[-106.07333399999993,75.087203999999986],[-106.01862299999999,75.074158000000068],[-106.00446299999999,75.068054000000018],[-105.99416399999996,75.062195000000031],[-105.99333199999995,75.055817000000047],[-106.011124,75.050812000000008],[-106.23528299999998,75.021378000000027],[-106.26000999999997,75.019150000000081],[-106.45500199999992,75.005829000000119],[-106.54554699999989,75.001663000000008],[-106.564438,75.00082400000008],[-106.66332999999992,75.004165999999998],[-106.72556299999997,75.00221300000004],[-106.77111799999989,74.996643000000006],[-106.78639199999998,74.991928000000144],[-106.78307299999994,74.989975000000015],[-106.78333299999997,74.986098999999967],[-106.78582799999992,74.98054500000012],[-106.79194599999994,74.975266000000147],[-106.807503,74.969711000000075],[-106.93055699999996,74.933594000000085],[-106.97222899999997,74.926086000000055],[-107.01000999999991,74.922484999999995],[-107.05110200000001,74.921646000000067],[-107.07362399999994,74.919983000000116],[-107.16000399999996,74.910538000000088],[-107.19722000000002,74.910812000000021],[-107.21584300000001,74.911925999999994],[-107.46417199999996,74.934418000000051],[-107.506958,74.939972000000068],[-107.63082900000001,74.961104999999975],[-107.66251399999999,74.966660000000047],[-107.68804899999998,74.976379000000065],[-107.69554099999999,74.982208000000071],[-107.72389199999998,75.016388000000006],[-107.72389199999998,75.020264000000054],[-107.71972699999998,75.02609300000006],[-107.704453,75.030823000000112],[-107.68138099999999,75.042480000000012],[-107.67944299999994,75.048599000000081],[-107.68110699999994,75.05304000000001],[-107.69499199999996,75.075272000000041],[-107.70584100000002,75.086105000000032],[-107.716949,75.090820000000065],[-107.739441,75.095825000000104],[-107.75834700000001,75.096939000000077],[-107.77333099999998,75.096099999999922],[-107.78307299999994,75.093596999999988],[-107.77999899999998,75.072220000000129],[-107.77084400000001,75.06581100000011],[-107.75778200000002,75.06053199999991],[-107.74500299999994,75.054153000000042],[-107.739441,75.048874000000069],[-107.73972299999997,75.043045000000063],[-107.74388099999993,75.037201000000039],[-107.77778599999999,75.029434000000094],[-107.89499699999999,75.003601000000003],[-107.94193999999999,74.93081699999999],[-107.95527600000003,74.928589000000045],[-107.97749299999998,74.927475000000072],[-108.02417000000003,74.929152999999985],[-108.13417099999992,74.927765000000079],[-108.21083099999987,74.923599000000024],[-108.37304699999999,74.910538000000088],[-108.3916779999999,74.911377000000016],[-108.43639400000001,74.915268000000083],[-108.45500199999998,74.918319999999994],[-108.52971599999995,74.936645999999996],[-108.54110700000001,74.940536000000009],[-108.548607,74.946365000000014],[-108.54795799999999,74.951653000000022],[-108.55055199999998,74.956375000000094],[-108.55999800000001,74.960815000000139],[-108.67971799999992,74.970261000000107],[-108.781113,74.979980000000069],[-108.80721999999997,74.983597000000032],[-108.80721999999997,74.984711000000004],[-108.79611199999999,74.985809000000131],[-108.74553699999996,74.984420999999998],[-108.63890100000003,74.981094000000098],[-108.614441,74.979705999999965],[-108.55999800000001,74.976379000000065],[-108.53028899999993,74.973312000000135],[-108.51139799999999,74.97554000000008],[-108.52667199999996,75.001663000000008],[-108.53056300000003,75.005554000000075],[-108.53806299999985,75.009430000000009],[-108.628601,75.046096999999975],[-108.65139799999992,75.053863999999976],[-108.79472399999997,75.069153000000028],[-108.83249699999993,75.069992000000013],[-108.92777999999993,75.05192599999998],[-108.94972200000001,75.040267999999969],[-109.00110599999999,75.004990000000134],[-109.11971999999997,74.979430999999977],[-109.34584000000001,74.944702000000063],[-109.36416600000001,74.939697000000024],[-109.39998600000001,74.918319999999994],[-109.40722700000003,74.912490999999989],[-109.40695199999993,74.908599999999922],[-109.420547,74.893051000000014],[-109.50805700000001,74.866379000000109],[-109.52278099999995,74.863312000000008],[-109.56861900000001,74.857758000000047],[-109.58721899999995,74.856644000000017],[-109.66139199999992,74.856369000000029],[-109.76944700000001,74.859421000000111],[-109.79750099999995,74.863602000000014],[-109.81111099999993,74.868042000000059],[-109.83361799999994,74.869704999999954],[-109.87249800000001,74.869141000000013],[-109.93472300000002,74.860809000000017],[-109.95500199999987,74.857208000000014],[-109.99471999999997,74.848327999999981],[-110.01640299999991,74.842209000000082],[-110.13971700000002,74.833054000000061],[-110.30444299999994,74.846375000000023],[-110.32501200000002,74.847488000000112],[-110.34555099999989,74.846939000000134],[-110.36000100000001,74.843872000000033],[-110.37053700000001,74.839980999999966],[-110.40416699999997,74.826660000000004],[-110.39620999999994,74.813689999999951],[-110.39666699999998,74.799423000000104],[-110.43666100000002,74.793319999999937],[-110.58999599999993,74.778046000000074],[-110.59137699999997,74.724152000000061],[-110.75666799999993,74.685257000000092],[-110.77250699999996,74.680817000000047],[-110.78639199999998,74.674698000000035],[-110.79638699999998,74.668869000000029],[-110.807503,74.657486000000006],[-110.83389299999993,74.651931999999988],[-110.98111,74.621368000000132],[-111.28056300000003,74.567764000000125],[-111.38722200000001,74.563034000000073],[-111.40915699999999,74.562759000000085],[-111.43055699999996,74.560532000000023],[-111.55888399999998,74.52748100000008],[-111.64250199999992,74.501389000000017],[-111.67722300000003,74.493317000000047],[-111.700287,74.49136400000009],[-111.82389799999999,74.48332199999993],[-111.94554099999993,74.474425999999994],[-111.98416099999997,74.468872000000033],[-112.087219,74.452208999999925],[-112.29305999999991,74.427765000000022],[-112.37053699999996,74.418594000000041],[-112.43831599999999,74.414429000000041],[-112.54194599999988,74.409424000000001],[-112.75306699999993,74.401382000000012],[-112.85694899999993,74.398330999999985],[-112.91999799999991,74.397490999999945],[-113.00890400000003,74.398040999999978],[-113.25723299999993,74.405258000000117],[-113.406113,74.413315000000068],[-113.42832899999996,74.414703000000145],[-113.47168699999997,74.41891499999997],[-113.64083900000003,74.437485000000095],[-113.69638099999997,74.446091000000024],[-113.84221600000001,74.479706000000078],[-113.94167299999998,74.50360100000006],[-114.05387899999999,74.530822999999998],[-114.12110899999993,74.549987999999985],[-114.29834,74.602768000000026],[-114.34861799999999,74.618866000000082],[-114.37470999999994,74.629150000000095],[-114.39695699999993,74.639160000000004],[-114.43804899999986,74.659424000000115],[-114.44360399999994,74.664153999999996],[-114.44776899999994,74.674698000000035],[-114.42859599999991,74.691925000000026],[-114.41972399999992,74.698029000000076],[-114.40750099999997,74.704163000000108],[-114.39444700000001,74.708328000000108],[-114.21444699999995,74.755554000000132],[-114.10166899999996,74.776657000000057],[-114.01027699999992,74.790543000000071],[-113.73166699999996,74.827208999999982],[-113.71000699999996,74.829711999999915],[-113.55695300000002,74.839157],[-113.41861,74.84275800000006],[-113.28278399999999,74.848602000000085],[-113.25334199999998,74.87359600000002],[-113.22269399999988,74.896469000000025],[-113.15194699999995,74.924987999999985],[-113.1205369999999,74.932480000000112],[-113.00750699999992,74.954163000000051],[-112.91111799999987,74.970825000000048],[-112.86749299999997,74.97554000000008],[-112.84528399999994,74.976929000000098],[-112.57224299999996,74.99275200000011],[-112.52416999999991,74.995529000000033],[-112.5,74.996010000000012],[-112.453056,74.996933000000013],[-112.37444299999993,74.998321999999973],[-112.01500699999991,75.002486999999974],[-111.962219,75.001389000000074],[-111.935272,74.998871000000122],[-111.89890299999996,74.994980000000055],[-111.86527999999993,74.988312000000064],[-111.84056099999998,74.986374000000126],[-111.76444999999995,74.981659000000093],[-111.75334199999998,74.981659000000093],[-111.718613,74.986649],[-111.62666300000001,75.003875999999991],[-111.58972199999999,75.006378000000041],[-111.55139200000002,75.011383000000137],[-111.53527800000001,75.014998999999989],[-111.28971899999999,75.086105000000032],[-111.02916700000003,75.171097000000032],[-110.920547,75.223602000000085],[-110.91361999999998,75.228591999999935],[-110.91278099999994,75.233871000000136],[-110.91750300000001,75.239699999999971],[-111.05249000000003,75.270263999999997],[-111.06806899999987,75.271927000000119],[-111.23082699999998,75.264159999999947],[-111.24889400000001,75.259155000000078],[-111.25195300000001,75.254165999999941],[-111.25083899999993,75.248596000000077],[-111.25167799999997,75.243042000000059],[-111.25611900000001,75.236649000000114],[-111.26112399999994,75.232208000000014],[-111.27778599999994,75.220534999999984],[-111.33416699999992,75.19747899999993],[-111.39167800000001,75.181091000000094],[-111.47501399999999,75.161652000000004],[-111.56082200000003,75.146103000000096],[-111.57721700000002,75.143600000000106],[-111.59612299999998,75.143326000000002],[-111.69526699999989,75.145828000000051],[-111.70584100000002,75.151093000000117],[-111.787216,75.166655999999932],[-111.958054,75.13499500000006],[-112.22833300000002,75.124694999999974],[-112.39055599999995,75.123032000000023],[-112.40972899999997,75.12359600000002],[-112.42916899999994,75.125259000000085],[-112.439438,75.128586000000041],[-112.44833399999999,75.133041000000048],[-112.47084000000001,75.146378000000084],[-112.46833800000002,75.151382000000069],[-112.46166999999997,75.154433999999981],[-112.45249899999999,75.155822999999998],[-112.41197199999993,75.159012000000075],[-112.36860699999994,75.169144000000131],[-112.35833700000001,75.173035000000027],[-112.29472399999992,75.198028999999963],[-112.29583700000001,75.202774000000034],[-112.33944700000001,75.223602000000085],[-112.39750700000002,75.241089000000102],[-112.40888999999993,75.240814000000114],[-112.4366609999999,75.230545000000063],[-112.46193700000003,75.218872000000033],[-112.46417200000002,75.213043000000027],[-112.46305799999999,75.208327999999995],[-112.45056199999999,75.204711999999972],[-112.43749999999994,75.198868000000118],[-112.43221999999997,75.19331399999993],[-112.43250299999994,75.1869200000001],[-112.44471699999997,75.18331900000004],[-112.46665999999999,75.179977000000065],[-112.56111099999993,75.178314],[-112.59249899999998,75.181656000000089],[-112.60888699999992,75.185256999999979],[-112.62554899999998,75.190810999999997],[-112.6347429999999,75.196365000000128],[-112.63722200000001,75.204987000000131],[-112.63694800000002,75.210541000000148],[-112.632767,75.215820000000122],[-112.61609599999997,75.223877000000073],[-112.59472699999998,75.230270000000075],[-112.58583099999998,75.239150999999993],[-112.59472699999998,75.250000000000057],[-112.61277799999999,75.259430000000123],[-112.65167200000002,75.275269000000037],[-112.66583300000002,75.278595000000109],[-112.679169,75.277771000000143],[-112.71305799999999,75.256104000000107],[-112.718887,75.250275000000045],[-112.735817,75.203323000000125],[-112.73416099999992,75.19747899999993],[-112.72888199999994,75.192749000000106],[-112.71584299999995,75.187195000000088],[-112.698036,75.177765000000022],[-112.68859899999995,75.171920999999998],[-112.699997,75.138321000000133],[-112.80695300000002,75.115814000000057],[-112.89417300000002,75.103317000000061],[-112.95667300000002,75.097214000000122],[-113.25446299999999,75.076096000000007],[-113.29888899999997,75.073044000000095],[-113.343887,75.072220000000129],[-113.610817,75.062759000000142],[-113.68083200000001,75.05192599999998],[-113.699432,75.051375999999948],[-113.89417299999997,75.052199999999914],[-113.91750299999995,75.053589000000102],[-113.94138299999986,75.056931000000077],[-113.950287,75.06053199999991],[-113.96888699999994,75.075272000000041],[-113.97305299999994,75.086655000000064],[-113.97305299999994,75.096374999999966],[-113.93138099999999,75.189148000000046],[-113.82055700000001,75.314423000000147],[-113.80583199999995,75.326660000000118],[-113.78278399999999,75.33776899999998],[-113.72805800000003,75.345825000000048],[-113.66055299999994,75.351379000000065],[-113.64222699999993,75.353591999999992],[-113.573624,75.366928000000144],[-113.34056099999992,75.413315000000068],[-113.38110399999999,75.418320000000108],[-113.47112300000003,75.427764999999965],[-113.577789,75.411652000000117],[-113.66027799999995,75.398605000000089],[-113.74445299999996,75.385818000000086],[-113.83389299999988,75.37692300000009],[-113.87138400000003,75.374145999999996],[-113.90222199999999,75.3744200000001],[-113.91139199999998,75.378036000000122],[-113.92111199999994,75.383881000000031],[-113.958618,75.411102000000085],[-113.98166700000002,75.431091000000038],[-113.98416099999992,75.437758999999971],[-113.99221799999998,75.448318000000029],[-114.02416999999997,75.461105000000032],[-114.04083300000002,75.463882000000126],[-114.06500199999988,75.466095000000109],[-114.08389299999999,75.464706000000092],[-114.08693699999998,75.462494000000049],[-114.08917199999996,75.458602999999982],[-114.093887,75.410812000000078],[-114.09166699999992,75.404984000000127],[-114.08583099999993,75.400269000000094],[-114.07778899999988,75.394150000000081],[-114.06610099999995,75.389160000000061],[-114.05638099999987,75.383330999999998],[-114.04472399999992,75.373032000000023],[-114.04055800000003,75.36775200000011],[-114.04055800000003,75.362198000000092],[-114.04750100000001,75.35054000000008],[-114.13751200000002,75.244979999999998],[-114.15805099999994,75.233321999999987],[-114.17083699999989,75.226929000000041],[-114.18666100000002,75.223312000000078],[-114.203056,75.221375000000023],[-114.22277799999995,75.2227630000001],[-114.26363399999991,75.229705999999908],[-114.28472899999997,75.234985000000108],[-114.319458,75.24470500000001],[-114.34638999999993,75.25471500000009],[-114.35082999999997,75.26638800000012],[-114.34916699999985,75.271378000000141],[-114.35109699999992,75.276093000000003],[-114.35888699999992,75.281371999999976],[-114.49999999999994,75.312194999999974],[-114.51278699999995,75.314697000000081],[-114.52806099999992,75.314423000000147],[-114.54276999999996,75.31303400000013],[-114.60973399999995,75.27998400000007],[-114.61527999999993,75.274994000000049],[-114.61138900000003,75.265273999999977],[-114.598343,75.261658000000068],[-114.57972699999999,75.263321000000019],[-114.57250999999997,75.264434999999992],[-114.54666099999997,75.266937000000041],[-114.49638399999998,75.265548999999965],[-114.46806299999997,75.262207000000046],[-114.44304699999986,75.257216999999969],[-114.41278099999994,75.24803199999991],[-114.39723200000003,75.238876000000005],[-114.30249000000003,75.1827550000001],[-114.297234,75.179152999999928],[-114.29472399999997,75.173309000000131],[-114.29804999999999,75.166655999999932],[-114.30860899999993,75.154709000000025],[-114.32112099999995,75.143326000000002],[-114.33528099999995,75.13108799999992],[-114.34944199999995,75.119140999999956],[-114.36749299999985,75.106934000000024],[-114.39499699999993,75.090546000000131],[-114.42971799999987,75.073044000000095],[-114.46640000000002,75.06053199999991],[-114.48332199999987,75.056090999999981],[-114.51889,75.050261999999975],[-114.60082999999997,75.038315000000011],[-114.72416699999997,75.011932000000058],[-114.76342799999998,75.002472000000012],[-114.825287,74.988037000000077],[-114.88861099999991,74.977478000000019],[-114.94915800000001,74.969986000000063],[-115.03222699999992,74.961655000000007],[-115.05082700000003,74.961104999999975],[-115.066101,74.961655000000007],[-115.16055299999999,74.979430999999977],[-115.18582200000003,74.985259999999982],[-115.195267,74.989975000000015],[-115.22609699999992,75.049713000000054],[-115.22638699999993,75.058318999999983],[-115.225281,75.064147999999989],[-115.21861299999995,75.070831000000112],[-115.21167000000003,75.07638500000013],[-115.199432,75.082763999999997],[-115.18331899999993,75.088882000000126],[-115.17415599999993,75.094147000000021],[-115.17304999999999,75.099990999999989],[-115.17278299999992,75.10775799999999],[-115.17832899999996,75.115814000000057],[-115.216949,75.167480000000126],[-115.23554999999993,75.174698000000092],[-115.24861099999998,75.178314],[-115.25695799999994,75.179977000000065],[-115.26083399999993,75.179977000000065],[-115.25611900000001,75.178040000000067],[-115.252228,75.173874000000126],[-115.25361599999991,75.164429000000098],[-115.256393,75.158035000000041],[-115.26139799999999,75.151932000000102],[-115.27916699999997,75.140823000000012],[-115.291382,75.134430000000066],[-115.33640300000002,75.116652999999985],[-115.35305799999998,75.111099000000024],[-115.37304699999999,75.105820000000051],[-115.38694799999996,75.102203000000088],[-115.40416700000003,75.098877000000016],[-115.42666600000001,75.098038000000088],[-115.451683,75.098877000000016],[-115.48361199999994,75.106093999999985],[-115.51944700000001,75.117751999999996],[-115.62389399999995,75.121368000000018],[-115.60472099999993,75.108597000000088],[-115.54888899999997,75.055817000000047],[-115.53971899999993,75.044434000000081],[-115.53751399999993,75.039429000000041],[-115.53751399999993,75.027205999999978],[-115.54527300000001,75.015823000000125],[-115.5516659999999,75.009155000000135],[-115.57472200000001,74.998321999999973],[-115.60249299999998,74.98553499999997],[-115.61833200000001,74.979155999999932],[-115.658051,74.967208999999968],[-115.67194399999988,74.964706000000035],[-115.69055200000003,74.964157000000057],[-115.73500100000001,74.967208999999968],[-115.75723299999999,74.969986000000063],[-115.84777800000001,74.98553499999997],[-116.16306299999991,75.040267999999969],[-116.27916699999997,75.099425999999994],[-116.28639199999992,75.13108799999992],[-116.27694699999995,75.135268999999994],[-116.26889,75.141373000000044],[-116.2455369999999,75.162766000000147],[-116.24109599999997,75.168869000000086],[-116.23860200000001,75.196930000000009],[-116.23916599999995,75.201385000000016],[-116.24694799999992,75.205261000000064],[-116.26834100000002,75.206100000000049],[-116.287216,75.205551000000071],[-116.52722199999999,75.184708000000001],[-116.56054699999999,75.179152999999928],[-116.58084100000002,75.174423000000104],[-116.59388699999994,75.170258000000103],[-116.60249299999998,75.164993000000038],[-116.618607,75.152481000000023],[-116.66332999999997,75.122481999999991],[-116.679169,75.117203000000018],[-116.69415299999997,75.116652999999985],[-116.71721599999995,75.116652999999985],[-117.16860999999994,75.157486000000063],[-117.38417099999992,75.178588999999988],[-117.41915899999992,75.182480000000055],[-117.45777899999996,75.188873000000001],[-117.47501399999993,75.192200000000128],[-117.66361999999998,75.239150999999993],[-117.67832900000002,75.244431000000077],[-117.68305999999995,75.248596000000077],[-117.68388400000003,75.253052000000139],[-117.67166099999997,75.288879000000122],[-117.666946,75.294144000000017],[-117.66194199999995,75.298035000000084],[-117.53666699999997,75.361649],[-117.45527599999997,75.400269000000094],[-117.42054699999994,75.413315000000068],[-117.35360699999995,75.437485000000038],[-117.32112099999995,75.448593000000074],[-117.26139799999993,75.468871999999976],[-117.24054699999999,75.473602000000028],[-117.218887,75.476379000000122],[-117.14666699999998,75.480270000000019],[-117.10305799999998,75.482208000000128],[-117.041382,75.483597000000145],[-116.89778100000001,75.482482999999945],[-116.87748699999997,75.481368999999972],[-116.75334199999998,75.479431000000034],[-116.13474300000001,75.476379000000122],[-116.11554699999994,75.476928999999984],[-116.02194199999997,75.484985000000052],[-115.97332799999998,75.492751999999996],[-115.92250100000001,75.503876000000048],[-115.81833599999987,75.529709000000025],[-115.68888900000002,75.56442300000009],[-115.64639299999999,75.573607999999922],[-115.61972000000003,75.578872999999987],[-115.56527699999987,75.583878000000027],[-115.53056299999997,75.584991000000116],[-115.50611900000001,75.587204000000099],[-115.46305799999999,75.591933999999924],[-115.36609599999997,75.602768000000026],[-115.28832999999997,75.620529000000147],[-115.28611799999993,75.624420000000043],[-115.27722199999999,75.630539000000056],[-115.26777600000003,75.635818000000029],[-115.20333900000003,75.657211000000132],[-115.18611099999993,75.662766000000033],[-115.09665699999994,75.687194999999974],[-115.08194700000001,75.689423000000147],[-115.07028200000002,75.689972000000068],[-115.04250300000001,75.689697000000081],[-114.99973299999994,75.690811000000053],[-114.99804699999999,75.695816000000093],[-115.00556899999992,75.698868000000004],[-115.02834300000001,75.701660000000118],[-115.05277999999998,75.703048999999908],[-115.07611099999991,75.702484000000084],[-115.10305800000003,75.700821000000133],[-115.14555399999995,75.694138000000009],[-115.21721600000001,75.679321000000073],[-115.27916699999997,75.667755],[-115.32472199999995,75.659988000000055],[-115.38305700000001,75.653870000000097],[-115.40194699999995,75.652480999999966],[-115.47193900000002,75.650269000000037],[-115.51888999999994,75.649994000000049],[-115.60637700000001,75.651093000000003],[-115.66750299999995,75.647217000000126],[-115.71444700000001,75.642487000000131],[-115.889183,75.614426000000037],[-116.09166700000003,75.580551000000128],[-116.108047,75.574157999999954],[-116.11916400000001,75.572768999999994],[-116.34750399999996,75.559143000000006],[-116.38971700000002,75.5577550000001],[-116.46028099999995,75.557480000000055],[-116.48610699999995,75.5577550000001],[-116.84361299999989,75.564987000000031],[-117.19499200000001,75.573607999999922],[-117.21556099999998,75.574707000000103],[-117.23277300000001,75.576935000000049],[-117.24276700000001,75.580551000000128],[-117.25,75.586105000000089],[-117.25110599999994,75.597488000000112],[-117.24833699999999,75.603043000000014],[-117.23999000000003,75.614990000000148],[-117.23361199999994,75.620529000000147],[-117.21362299999993,75.633330999999998],[-117.07805599999995,75.707214000000079],[-117.06443799999994,75.714157000000114],[-117.03971899999999,75.725815000000125],[-117.02362099999993,75.732483000000116],[-117.01666299999994,75.737198000000149],[-116.95556599999992,75.761932000000115],[-116.923317,75.774704000000099],[-116.88667299999992,75.786926000000051],[-116.86888099999999,75.790543000000014],[-116.85056299999991,75.79304500000012],[-116.81639099999995,75.796371000000136],[-116.76278699999995,75.799988000000099],[-116.71972699999998,75.801650999999993],[-116.58860799999997,75.803314000000114],[-116.53056300000003,75.802765000000022],[-116.32417299999992,75.804703000000131],[-116.10582699999998,75.806931000000077],[-116.03721599999994,75.809708000000001],[-115.82305899999994,75.827208999999925],[-115.80444299999994,75.829987000000131],[-115.79444899999999,75.834152000000131],[-115.78415699999994,75.845260999999994],[-115.77971600000001,75.852203000000088],[-115.76500699999997,75.854431000000034],[-115.74944299999999,75.854980000000012],[-115.73693800000001,75.854431000000034],[-115.72638699999993,75.853317000000061],[-115.69193999999993,75.848328000000095],[-115.67388900000003,75.844147000000021],[-115.65943900000002,75.839706000000092],[-115.62277199999994,75.834427000000119],[-115.59445199999999,75.833327999999995],[-115.50723299999993,75.834991000000059],[-115.40499899999998,75.838043000000027],[-115.38194299999992,75.839706000000092],[-115.36416599999995,75.844147000000021],[-115.35193599999997,75.852203000000088],[-115.31360599999994,75.855255],[-115.13945000000001,75.859421000000111],[-115.07277699999986,75.85775799999999],[-115.04998799999998,75.855820000000051],[-115.00083899999998,75.853317000000061],[-114.98082699999992,75.853043000000127],[-114.932503,75.856644000000017],[-114.91194199999995,75.859711000000118],[-114.83860799999997,75.874419999999986],[-114.817497,75.880814000000044],[-114.80444299999994,75.886932000000002],[-114.798607,75.892212000000029],[-114.80999800000001,75.899428999999941],[-114.82417299999986,75.904160000000104],[-114.83667000000003,75.905822999999998],[-114.88166799999993,75.907486000000119],[-114.90722700000003,75.906372000000147],[-115.01806599999992,75.89888000000002],[-115.06416299999989,75.894714000000135],[-115.10527000000002,75.888596000000007],[-115.22165699999999,75.880264000000011],[-115.29277000000002,75.878311000000053],[-115.39472999999992,75.877762000000132],[-115.54055799999998,75.881362999999965],[-115.68222000000003,75.888321000000133],[-115.74694799999986,75.889434999999935],[-115.83029199999993,75.887772000000041],[-115.86888099999999,75.884430000000066],[-116.00472999999994,75.868590999999981],[-116.05332899999991,75.865540000000124],[-116.10665899999998,75.864150999999936],[-116.13474300000001,75.86442599999998],[-116.15083299999992,75.864700000000084],[-116.48277299999995,75.873871000000065],[-116.62389400000001,75.881927000000132],[-116.64972699999998,75.884995000000117],[-116.67666600000001,75.889709000000039],[-116.69972199999995,75.894989000000123],[-116.71501199999994,75.900269000000037],[-116.72444200000001,75.906372000000147],[-116.73416099999992,75.922484999999995],[-116.73361199999999,75.928589000000045],[-116.73137699999995,75.945251000000042],[-116.72666899999996,75.951385000000016],[-116.71389799999997,75.956649999999911],[-116.69972199999995,75.959990999999945],[-116.67748999999998,75.963882000000012],[-116.63221699999997,75.969147000000078],[-116.58528099999995,75.971924000000001],[-116.56139400000001,75.972762999999986],[-116.53721599999994,75.972488000000112],[-116.51611300000002,75.971100000000035],[-116.48528299999998,75.966385000000002],[-116.470551,75.96887200000009],[-116.46193700000003,75.974991000000102],[-116.46833800000002,75.986374000000126],[-116.52834299999995,76.027480999999966],[-116.60221899999993,76.022216999999955],[-116.645554,76.023041000000092],[-116.66944899999999,76.025818000000015],[-116.6875,76.02915999999999],[-116.69888300000002,76.034424000000115],[-116.70556599999998,76.039153999999996],[-116.708618,76.043869000000029],[-116.70777900000002,76.049988000000042],[-116.70612299999999,76.05386400000009],[-116.70168299999995,76.059982000000048],[-116.69638099999992,76.064987000000087],[-116.64138800000001,76.113312000000121],[-116.53388999999999,76.153320000000008],[-116.51611300000002,76.157761000000107],[-116.34221599999995,76.183043999999995],[-116.29611199999999,76.188582999999994],[-116.21362299999998,76.194977000000051],[-116.16361999999992,76.197204999999997],[-116.08416699999998,76.198318000000086],[-116.05943300000001,76.198029000000133],[-115.95889299999999,76.194138000000066],[-115.90862300000003,76.191924999999912],[-115.86554699999999,76.188309000000061],[-115.81582600000002,76.186920000000043],[-115.64334099999996,76.186096000000077],[-115.59500100000002,76.187759000000028],[-115.44721999999996,76.186920000000043],[-115.32749899999999,76.184708000000001],[-115.27306399999998,76.18220500000001],[-115.154449,76.169434000000081],[-115.13027999999997,76.165816999999947],[-115.02166699999998,76.15637200000009],[-114.87554899999998,76.149719000000118],[-114.85109699999992,76.149429000000112],[-114.79077100000001,76.151077000000043],[-114.72833300000002,76.153046000000074],[-114.68499799999995,76.156097000000045],[-114.66972399999997,76.158325000000048],[-114.66251399999999,76.160537999999974],[-114.662781,76.161651999999947],[-114.68083199999995,76.164992999999981],[-114.70639,76.167205999999965],[-114.80082699999997,76.168594000000041],[-114.85056299999997,76.170258000000047],[-114.89862099999993,76.172485000000108],[-114.94499200000001,76.176085999999998],[-114.99305700000002,76.182480000000055],[-115.00974299999996,76.187485000000095],[-115.01444999999995,76.192749000000049],[-115.02250700000002,76.196929999999952],[-115.04527300000001,76.202208999999982],[-115.08944699999995,76.208878000000027],[-115.15972899999997,76.218596999999988],[-115.27223200000003,76.230270000000019],[-115.37304699999999,76.230820000000051],[-115.54943800000001,76.230545000000063],[-115.75666799999993,76.234146000000123],[-115.78195199999993,76.235260000000096],[-115.82721699999991,76.23942599999998],[-115.84777800000001,76.243042000000059],[-115.86665299999993,76.247482000000048],[-115.88194299999992,76.252776999999924],[-115.91471899999993,76.275269000000037],[-115.92166099999997,76.281096999999932],[-115.92500299999989,76.286652000000061],[-115.90943899999996,76.345535000000041],[-115.90139799999997,76.349991000000102],[-115.86054999999999,76.362488000000099],[-115.64835399999998,76.420258000000047],[-115.62638899999996,76.425812000000008],[-115.51471700000002,76.45138500000013],[-115.49973299999994,76.454712000000086],[-115.46665999999993,76.455826000000059],[-115.26944700000001,76.461105000000032],[-115.02139299999993,76.474700999999982],[-115.00167799999997,76.477203000000088],[-114.978882,76.481658999999979],[-114.95638999999994,76.487198000000149],[-114.94638099999992,76.492477000000122],[-114.93360899999999,76.504990000000021],[-114.92999299999997,76.510268999999994],[-114.91944899999999,76.514435000000105],[-114.89972699999987,76.516936999999984],[-114.74054699999988,76.517212000000029],[-114.71112099999999,76.516936999999984],[-114.70194999999995,76.515274000000034],[-114.69611399999991,76.511382999999967],[-114.69833399999999,76.507492000000127],[-114.720551,76.501099000000124],[-114.70694699999996,76.489700000000028],[-114.61028299999992,76.488312000000121],[-114.45140099999998,76.49693300000007],[-114.29361,76.480269999999962],[-114.25167799999991,76.474990999999989],[-114.20722999999987,76.46804800000001],[-114.17471299999994,76.460266000000047],[-114.14806399999998,76.45138500000013],[-114.13555899999989,76.446365000000071],[-114.11833199999995,76.435257000000092],[-114.11193800000001,76.429428000000087],[-114.10333299999996,76.418869000000029],[-114.096947,76.403595000000109],[-114.09111000000001,76.388885000000016],[-114.10611,76.35554500000012],[-114.11749299999997,76.353317000000004],[-114.12943999999993,76.31191999999993],[-114.05972299999996,76.21775800000006],[-113.99665800000002,76.192749000000049],[-113.98332199999999,76.190262000000018],[-113.9583439999999,76.188873000000001],[-113.94833399999999,76.189423000000033],[-113.70889299999999,76.203598000000113],[-113.685272,76.206100000000049],[-113.63890100000003,76.212769000000094],[-113.61609599999997,76.218323000000055],[-113.52443700000003,76.235809000000017],[-113.36501299999992,76.258605999999929],[-113.32333399999993,76.262772000000041],[-113.26055899999994,76.264434999999992],[-112.99916100000002,76.267487000000074],[-112.95667300000002,76.263611000000026],[-112.90972899999997,76.257491999999957],[-112.89222699999993,76.253876000000105],[-112.86860699999994,76.244704999999954],[-112.85888699999998,76.239975000000129],[-112.85305800000003,76.234146000000123],[-112.75055700000001,76.200546000000031],[-112.71721599999995,76.198318000000086],[-112.62138399999998,76.198318000000086],[-112.59028599999999,76.196639999999945],[-112.48194899999999,76.181366000000082],[-112.46278399999994,76.178313999999943],[-112.45388800000001,76.176376000000005],[-112.42500299999995,76.167755000000113],[-112.43138099999993,76.161926000000108],[-112.43859900000001,76.15887500000008],[-112.47721899999999,76.151382000000012],[-112.49416400000001,76.146652000000017],[-112.50389099999995,76.138596000000121],[-112.52610800000002,76.110535000000027],[-112.52806099999998,76.103867000000037],[-112.52278100000001,76.099152000000004],[-112.42278299999987,76.047211000000118],[-112.41332999999992,76.042480000000012],[-112.38555899999994,76.036652000000061],[-112.29888900000003,76.029434000000094],[-112.15416699999997,76.014998999999989],[-112.06861899999996,76.003326000000129],[-112.04332699999992,75.998871000000122],[-111.9786069999999,75.981369000000086],[-111.78443900000002,75.949707000000103],[-111.76390100000003,75.946930000000009],[-111.75279199999994,75.942749000000106],[-111.72778299999999,75.92164600000001],[-111.72666900000002,75.915817000000004],[-111.729446,75.911101999999971],[-111.736107,75.90498400000007],[-111.77749599999999,75.894714000000135],[-111.87138400000003,75.887496999999996],[-111.94444299999998,75.884995000000117],[-112.00945300000001,75.881652999999972],[-112.03472899999997,75.879974000000004],[-112.05222300000003,75.878036000000066],[-112.07501200000002,75.873871000000065],[-112.165009,75.851928999999984],[-112.17971799999998,75.848038000000088],[-112.18694299999993,75.844986000000006],[-112.22556299999997,75.811096000000077],[-112.218613,75.808029000000147],[-112.20834399999995,75.80664100000007],[-112.19248999999996,75.805817000000104],[-112.02834299999995,75.815261999999962],[-111.85861199999988,75.826934999999992],[-111.69082599999996,75.822769000000108],[-111.64499699999993,75.821655000000135],[-111.604446,75.826660000000004],[-111.53971899999993,75.838318000000015],[-111.49638400000003,75.839706000000092],[-111.47638699999999,75.839157],[-111.45195000000001,75.836655000000064],[-111.44499200000001,75.832213999999965],[-111.35527000000002,75.724426000000108],[-111.35388199999994,75.718597000000102],[-111.35500299999995,75.714432000000102],[-111.38971700000002,75.663039999999967],[-111.40834000000001,75.620818999999983],[-111.40722700000003,75.614990000000148],[-111.35360700000001,75.57249500000006],[-111.31861900000001,75.545258000000103],[-111.27139299999999,75.522491000000002],[-111.24722299999996,75.518051000000014],[-111.22165699999999,75.516936999999984],[-110.995003,75.529160000000047],[-110.97222899999997,75.532486000000119],[-110.89943700000003,75.550262000000089],[-110.79499799999996,75.565262000000018],[-110.77166699999992,75.566666000000055],[-110.54222099999993,75.568878000000097],[-110.49553699999996,75.569153000000085],[-110.47582999999992,75.568329000000119],[-110.45612299999999,75.565535999999952],[-110.43110699999994,75.554152999999985],[-110.42443799999995,75.548873999999955],[-110.42223399999995,75.545532000000037],[-110.33389299999993,75.539154000000053],[-110.19583099999994,75.539703000000031],[-110.06777999999997,75.540543000000071],[-109.97416699999991,75.537490999999989],[-109.75,75.529709000000025],[-109.55304699999999,75.521652000000017],[-109.30444299999999,75.514999000000046],[-109.25389100000001,75.514160000000118],[-109.18360899999999,75.5086060000001],[-109.07472199999995,75.498322000000087],[-108.93639400000001,75.47665399999994],[-108.89943699999998,75.476379000000122],[-108.89584399999995,75.477203000000088],[-108.891953,75.480270000000019],[-108.91639700000002,75.513321000000133],[-108.92443800000001,75.52388000000002],[-108.83612099999993,75.612762000000032],[-108.8269499999999,75.686646000000053],[-108.84277299999991,75.691359999999975],[-108.88194299999998,75.692200000000071],[-108.91332999999992,75.691086000000041],[-108.94499199999996,75.694976999999938],[-109.05832699999996,75.728043000000071],[-109.05860899999993,75.733047000000056],[-109.06276699999989,75.737762000000089],[-109.12638900000002,75.7494200000001],[-109.21000699999996,75.762771999999984],[-109.26555599999995,75.770264000000054],[-109.30526700000001,75.771103000000039],[-109.45221700000002,75.783051000000057],[-109.62943999999993,75.799988000000099],[-109.63751200000002,75.822769000000108],[-109.62805200000003,75.829162999999994],[-109.62638900000002,75.83248900000001],[-109.65722699999992,75.866379000000109],[-109.66361999999998,75.870819000000097],[-109.72972099999998,75.876647999999932],[-109.737503,75.876647999999932],[-109.845551,75.863036999999963],[-109.85722399999992,75.860809000000017],[-109.88390400000003,75.849991000000045],[-109.90778399999994,75.849991000000045],[-109.93639399999989,75.856644000000017],[-110.05555699999996,75.890548999999908],[-110.05583200000001,75.894439999999975],[-110.04055800000003,75.898604999999975],[-109.92610200000001,75.927765000000079],[-109.826683,75.930541999999946],[-109.69776899999999,75.940262000000075],[-109.672234,75.943862999999908],[-109.65666199999998,75.94802900000002],[-109.42138699999998,76.035812000000021],[-109.30499299999991,76.100540000000137],[-109.30943300000001,76.106094000000098],[-109.31360599999999,76.109146000000067],[-109.396118,76.133041000000048],[-109.69999699999994,76.218872000000033],[-109.72250400000001,76.222213999999951],[-109.80943300000001,76.234421000000111],[-109.83416699999998,76.236099000000024],[-109.85861199999999,76.235809000000017],[-109.882767,76.233871000000079],[-109.89666699999992,76.230270000000019],[-109.90222199999999,76.226089000000115],[-109.90167199999996,76.221099999999979],[-109.88305699999995,76.198868000000118],[-109.88667299999997,76.194977000000051],[-109.89666699999992,76.193588000000034],[-109.91944899999993,76.196639999999945],[-109.94055200000003,76.20248400000014],[-110.01471700000002,76.229706000000078],[-110.06833599999993,76.250000000000057],[-110.08528100000001,76.255829000000062],[-110.12332199999997,76.266098000000056],[-110.15306099999998,76.27388000000002],[-110.201683,76.285538000000031],[-110.24109599999991,76.290543000000127],[-110.26583900000003,76.291367000000093],[-110.33138999999989,76.290817000000061],[-110.35804699999994,76.292206000000022],[-110.372772,76.294433999999967],[-110.38362099999995,76.297760000000039],[-110.39306599999986,76.391937000000098],[-110.38527699999986,76.423035000000084],[-110.38390400000003,76.427475000000129],[-110.28943600000002,76.433044000000109],[-110.095551,76.454163000000108],[-109.80721999999997,76.490540000000124],[-109.74638400000003,76.505553999999961],[-109.71833799999996,76.515274000000034],[-109.70639,76.521103000000096],[-109.70694700000001,76.526093000000117],[-109.71140300000002,76.529984000000013],[-109.72416699999997,76.531662000000097],[-109.74916100000002,76.531662000000097],[-109.81111099999993,76.527206000000035],[-109.83222999999992,76.529160000000047],[-109.84722899999991,76.532486000000063],[-109.83750900000001,76.538879000000065],[-109.75527999999997,76.572768999999937],[-109.70667299999997,76.587494000000106],[-109.64666699999998,76.593323000000112],[-109.56082199999997,76.640823000000069],[-109.5097429999999,76.708328000000051],[-109.30277999999998,76.79693600000013],[-109.22277800000001,76.808029000000147],[-109.12777699999992,76.819443000000035],[-109.02583299999998,76.822769000000108],[-108.97444199999995,76.816086000000098],[-108.95084400000002,76.81164600000011],[-108.93582200000003,76.809417999999937],[-108.91887699999995,76.809417999999937],[-108.88945000000001,76.814147999999989],[-108.84500099999997,76.823608000000036],[-108.82195299999989,76.829987000000074],[-108.81331599999999,76.833878000000141],[-108.81360599999999,76.837769000000037],[-108.81582600000002,76.84304800000001],[-108.81388899999996,76.847488000000055],[-108.78859699999992,76.857208000000128],[-108.77362099999999,76.85775799999999],[-108.74804699999999,76.855820000000051],[-108.65556300000003,76.817490000000078],[-108.65110800000002,76.813599000000011]],[[-97.045272999999952,76.797760000000096],[-97.075287000000003,76.793320000000108],[-97.093886999999995,76.79693600000013],[-97.188598999999954,76.822769000000108],[-97.200561999999991,76.829437000000041],[-97.200835999999924,76.834152000000074],[-97.200835999999924,76.857482999999945],[-97.187499999999943,76.860260000000039],[-97.149170000000026,76.859711000000118],[-97.128875999999991,76.85775799999999],[-97.086945000000014,76.851089000000115],[-97.005004999999983,76.819716999999969],[-96.997222999999963,76.813309000000004],[-97.009170999999981,76.807479999999998],[-97.026397999999915,76.802475000000129],[-97.045272999999952,76.797760000000096]],[[-113.46610999999996,76.766388000000006],[-113.61361699999992,76.713043000000084],[-113.628601,76.708038000000045],[-113.65249599999999,76.704436999999984],[-113.67999299999985,76.704436999999984],[-113.70417799999996,76.706374999999923],[-113.78472899999997,76.717209000000025],[-113.83667000000003,76.719986000000063],[-113.889183,76.718597000000102],[-114.05471799999992,76.703598000000056],[-114.16194200000001,76.716933999999981],[-114.21444699999995,76.720535000000041],[-114.50110599999999,76.73414600000001],[-114.73416099999997,76.746643000000006],[-114.78694200000001,76.750274999999931],[-114.82501200000002,76.753601000000003],[-114.85888699999998,76.758040999999992],[-114.87304699999993,76.760818000000086],[-114.87526700000001,76.765549000000021],[-114.87581599999999,76.770827999999995],[-114.85526999999996,76.794434000000081],[-114.83721899999989,76.801650999999993],[-114.80444299999994,76.813309000000004],[-114.76666299999988,76.82388300000008],[-114.62416099999996,76.86192299999999],[-114.60637700000001,76.865814000000057],[-114.58583099999993,76.867476999999951],[-114.33693700000003,76.877197000000081],[-114.13834400000002,76.884430000000066],[-113.96221899999995,76.889984000000084],[-113.885559,76.891663000000051],[-113.80750299999994,76.889435000000105],[-113.7625119999999,76.884430000000066],[-113.73444399999994,76.879149999999981],[-113.49804699999993,76.833328000000108],[-113.48750299999989,76.827773999999977],[-113.44915799999995,76.777205999999978],[-113.45388800000001,76.772765999999933],[-113.46610999999996,76.766388000000006]],[[-109.06610099999995,76.900543000000084],[-109.07444800000002,76.894714000000079],[-109.12581599999987,76.898604999999975],[-109.22917200000001,76.906936999999971],[-109.254997,76.910812000000135],[-109.29888899999997,76.922211000000061],[-109.30777,76.928040000000067],[-109.30387899999994,76.933867999999961],[-109.28278399999999,76.937759000000028],[-109.256958,76.938873000000058],[-109.20527600000003,76.935256999999979],[-109.17944299999999,76.932480000000055],[-109.12721299999998,76.923873999999955],[-109.09249899999992,76.912200999999925],[-109.07695000000001,76.906097000000102],[-109.06610099999995,76.900543000000084]],[[-97.256392999999946,76.967484000000127],[-97.284164000000033,76.965820000000122],[-97.335007000000019,76.968048000000067],[-97.40943900000002,76.973037999999974],[-97.458618000000001,76.977203000000145],[-97.473052999999936,76.980545000000063],[-97.423889000000031,77.005829000000062],[-97.374709999999936,77.022491000000059],[-97.286117999999874,77.033325000000104],[-97.243057000000022,77.037491000000045],[-97.199158000000011,77.037766000000033],[-97.154723999999931,77.030273000000022],[-97.136672999999973,77.025542999999971],[-97.092223999999987,77.010818000000029],[-97.093063000000029,77.004990000000134],[-97.231109999999944,76.971375000000023],[-97.256392999999946,76.967484000000127]],[[-95.659728999999913,77.058868000000075],[-95.585555999999883,77.053314000000057],[-95.56082200000003,77.053589000000045],[-95.465285999999935,77.058319000000097],[-95.417769999999962,77.05693100000002],[-95.386672999999973,77.052475000000072],[-95.368331999999953,77.048599000000024],[-95.337218999999948,77.039978000000076],[-95.288054999999872,77.022491000000059],[-95.224715999999944,77.006378000000041],[-95.181945999999925,76.996368000000132],[-95.168334999999956,76.99414100000007],[-95.115829000000019,76.995818999999983],[-95,76.99054000000001],[-94.906386999999881,76.976089000000002],[-94.813888999999904,76.971375000000023],[-94.728606999999954,76.972762999999929],[-94.714172000000019,76.97387700000013],[-94.688599000000011,76.97526600000009],[-94.636123999999995,76.976929000000041],[-94.593063000000029,76.975540000000024],[-94.526397999999972,76.969437000000084],[-94.510009999999909,76.966094999999996],[-94.494155999999919,76.960265999999933],[-94.489715999999987,76.956100000000049],[-94.40194699999995,76.918319999999994],[-94.25778200000002,76.896378000000084],[-94.254729999999995,76.891373000000044],[-94.238891999999964,76.889435000000105],[-94.207229999999925,76.888046000000088],[-94.15972899999997,76.887496999999996],[-94.096389999999985,76.888885000000073],[-94.081680000000006,76.89027400000009],[-94.054992999999854,76.894714000000079],[-94.032226999999921,76.903320000000008],[-94.026107999999965,76.909149000000014],[-94.010559000000001,76.919144000000131],[-94.001113999999916,76.923598999999967],[-93.986663999999962,76.928864000000033],[-93.964721999999995,76.932480000000055],[-93.943603999999937,76.933867999999961],[-93.899993999999936,76.93331900000004],[-93.755004999999926,76.922484999999995],[-93.739166000000012,76.920822000000044],[-93.658339999999896,76.909987999999998],[-93.649445000000014,76.908035000000041],[-93.641953000000001,76.905258000000117],[-93.635833999999988,76.89888000000002],[-93.488602000000014,76.839706000000092],[-93.301392000000021,76.768600000000049],[-93.208054000000004,76.746933000000013],[-93.202788999999939,76.747481999999934],[-93.192214999999976,76.747208000000001],[-93.187499999999943,76.745529000000033],[-93.179717999999923,76.741088999999988],[-93.169723999999974,76.686919999999986],[-93.174438000000009,76.674987999999985],[-93.18638599999997,76.660812000000021],[-93.300277999999878,76.552199999999971],[-93.306655999999919,76.54664600000001],[-93.461394999999982,76.49832200000003],[-93.595276000000013,76.462493999999992],[-93.629989999999964,76.451934999999992],[-93.641953000000001,76.44720500000011],[-93.651947000000007,76.441650000000038],[-93.652221999999938,76.437759000000142],[-93.650283999999999,76.43553200000008],[-93.548339999999882,76.386108000000092],[-93.528609999999958,76.384720000000016],[-93.509445000000028,76.386658000000125],[-93.498336999999992,76.388885000000016],[-93.46362299999987,76.399429000000055],[-93.456954999999994,76.403595000000109],[-93.467399999999998,76.40792799999997],[-93.480559999999969,76.409927000000039],[-93.500838999999985,76.4102630000001],[-93.508895999999993,76.406647000000078],[-93.520554000000004,76.405823000000112],[-93.537780999999995,76.407486000000006],[-93.554992999999968,76.411377000000073],[-93.570846999999958,76.416382000000112],[-93.580565999999976,76.423035000000084],[-93.576401000000033,76.426650999999993],[-93.533065999999963,76.443039000000056],[-93.518889999999999,76.448318000000029],[-93.501403999999923,76.452209000000096],[-93.476562000000001,76.454772999999932],[-93.454223999999954,76.456436000000053],[-93.422226000000023,76.458328000000108],[-93.392776000000026,76.461655000000064],[-93.370270000000005,76.466385000000059],[-93.357223999999917,76.470535000000098],[-93.123610999999926,76.573043999999982],[-93.111114999999927,76.580276000000083],[-93.095276000000013,76.590546000000018],[-93.096953999999926,76.596649000000127],[-93.09973100000002,76.601653999999996],[-93.046386999999925,76.616089000000102],[-92.945830999999998,76.622482000000048],[-92.90306099999998,76.621918000000107],[-92.880279999999971,76.620818999999983],[-92.857223999999917,76.618317000000047],[-92.789718999999934,76.609146000000123],[-92.705276000000026,76.594437000000084],[-92.68360899999999,76.592484000000127],[-92.654998999999975,76.594711000000018],[-92.642501999999979,76.598037999999974],[-92.632767000000001,76.602478000000133],[-92.618057000000022,76.607483000000002],[-92.605834999999956,76.610535000000141],[-92.564437999999939,76.616089000000102],[-92.541106999999897,76.617752000000053],[-92.506393000000003,76.617477000000008],[-92.468338000000017,76.61303700000002],[-92.440825999999959,76.603317000000118],[-92.42111199999988,76.598037999999974],[-92.40055799999999,76.594986000000006],[-92.386948000000018,76.593872000000033],[-92.36860699999994,76.594437000000084],[-92.330840999999964,76.597214000000008],[-92.183318999999983,76.614699999999914],[-92.077498999999989,76.637207000000046],[-92.043609999999887,76.646942000000081],[-92.004332999999917,76.657897999999932],[-91.991942999999992,76.660812000000021],[-91.970001000000025,76.664428999999984],[-91.938599000000011,76.668320000000051],[-91.910003999999901,76.670532000000094],[-91.775557999999933,76.679703000000018],[-91.668609999999944,76.684708000000057],[-91.535827999999924,76.688873000000058],[-91.410552999999936,76.689148000000102],[-91.385283999999956,76.688309000000118],[-91.132767000000001,76.664428999999984],[-91.008895999999936,76.651657000000114],[-90.986114999999984,76.649155000000064],[-90.883895999999936,76.626647999999989],[-90.871383999999978,76.622757000000092],[-90.854720999999984,76.61554000000001],[-90.849990999999875,76.609146000000123],[-90.844161999999926,76.603592000000106],[-90.837218999999948,76.599152000000117],[-90.817779999999971,76.593597000000045],[-90.779998999999975,76.585815000000082],[-90.741104000000007,76.580551000000071],[-90.674438000000009,76.573318000000086],[-90.626388999999961,76.56999200000007],[-90.582503999999972,76.565262000000018],[-90.56361400000003,76.559708000000001],[-90.50306699999993,76.53137200000009],[-90.498610999999926,76.524993999999936],[-90.468613000000005,76.479155999999989],[-90.468063000000029,76.473038000000088],[-90.48332199999993,76.46804800000001],[-90.510833999999988,76.463882000000126],[-90.538054999999929,76.46138000000002],[-90.61610399999995,76.45637499999998],[-90.638335999999924,76.455826000000059],[-90.779175000000009,76.461105000000032],[-90.826400999999976,76.463042999999971],[-91.090560999999923,76.478043000000127],[-91.304169000000002,76.504166000000055],[-91.34973100000002,76.509430000000066],[-91.373885999999857,76.511107999999979],[-91.414718999999934,76.512771999999984],[-91.441101000000003,76.512771999999984],[-91.564162999999951,76.500823999999966],[-91.566665999999998,76.498871000000008],[-91.416396999999961,76.460266000000047],[-91.402495999999985,76.457488999999953],[-91.271117999999944,76.453873000000101],[-91.147506999999962,76.450821000000019],[-91.057219999999973,76.450546000000145],[-90.99110399999995,76.447754000000089],[-90.974166999999966,76.446091000000138],[-90.797774999999945,76.42692599999998],[-90.642226999999991,76.410537999999917],[-90.414443999999946,76.403046000000018],[-90.368331999999953,76.399994000000049],[-90.317229999999938,76.394714000000022],[-90.281386999999995,76.389160000000004],[-90.06361400000003,76.361648999999943],[-89.831389999999942,76.34027100000003],[-89.543883999999935,76.316939999999988],[-89.367766999999958,76.304152999999985],[-89.305557000000022,76.299149],[-89.292496000000028,76.296097000000088],[-89.230559999999912,76.272766000000047],[-89.217772999999909,76.266663000000108],[-89.208617999999944,76.260818000000029],[-89.201110999999912,76.254166000000112],[-89.192214999999976,76.242203000000075],[-89.192490000000021,76.236099000000024],[-89.198607999999865,76.22526600000009],[-89.209166999999979,76.221099999999979],[-89.295546999999942,76.197754000000145],[-89.326400999999919,76.189423000000033],[-89.349730999999963,76.183594000000028],[-89.378051999999968,76.180267000000072],[-89.588332999999921,76.165816999999947],[-89.831954999999994,76.160812000000078],[-89.888610999999912,76.166091999999992],[-89.904175000000009,76.168869000000086],[-89.976105000000018,76.173874000000126],[-90.37332200000003,76.181366000000082],[-90.397780999999952,76.180542000000116],[-90.416945999999996,76.178863999999976],[-90.438598999999954,76.175537000000077],[-90.453613000000018,76.17053199999998],[-90.455840999999964,76.167205999999965],[-90.455565999999976,76.165543000000014],[-90.438598999999954,76.162201000000096],[-90.414443999999946,76.159987999999942],[-90.256957999999941,76.146942000000024],[-90.22222899999997,76.144440000000145],[-90.151671999999905,76.141663000000051],[-90.064162999999894,76.136932000000115],[-90.048614999999984,76.132751000000042],[-90.06361400000003,76.127762000000075],[-90.085280999999895,76.1244200000001],[-90.110824999999977,76.124145999999996],[-90.308884000000035,76.138321000000076],[-90.448607999999979,76.154984000000013],[-90.666397000000018,76.166930999999977],[-90.786117999999988,76.171371000000136],[-90.937209999999936,76.180817000000104],[-91.112212999999883,76.191924999999912],[-91.204726999999934,76.212769000000094],[-91.219726999999978,76.218323000000055],[-91.256957999999941,76.227203000000088],[-91.274444999999957,76.230270000000019],[-91.423614999999984,76.253876000000105],[-91.445830999999941,76.256653000000028],[-91.571395999999936,76.26527400000009],[-91.59722899999997,76.264999000000103],[-91.613616999999977,76.262206999999989],[-91.599730999999963,76.25610400000005],[-91.579453000000001,76.251663000000121],[-91.416655999999989,76.22526600000009],[-91.332779000000016,76.214157],[-91.33666999999997,76.178588999999988],[-91.27194199999991,76.155822999999941],[-91.220276000000013,76.161651999999947],[-91.203339000000028,76.16137700000013],[-91.163329999999974,76.159714000000008],[-91.116652999999985,76.15637200000009],[-90.882491999999957,76.137207000000103],[-90.700287000000003,76.119431000000134],[-90.67971799999998,76.117203000000018],[-90.665008999999998,76.112198000000149],[-90.757506999999976,76.07638500000013],[-90.785277999999948,76.072769000000051],[-90.809432999999956,76.071930000000066],[-90.833618000000001,76.072769000000051],[-90.855270000000019,76.072220000000129],[-90.862502999999947,76.069992000000127],[-90.866104000000007,76.067215000000033],[-90.864715999999987,76.064987000000087],[-90.848891999999978,76.060806000000014],[-90.71578199999999,76.06343099999998],[-90.703605999999922,76.064926000000014],[-90.663940000000025,76.074265000000025],[-90.660941999999864,76.076431000000014],[-90.611664000000019,76.084717000000069],[-90.599166999999966,76.088042999999971],[-90.575012000000015,76.090271000000087],[-90.548339999999939,76.091370000000097],[-90.474166999999966,76.089706000000035],[-90.429442999999992,76.088318000000129],[-90.408614999999998,76.08638000000002],[-90.194442999999922,76.062759000000142],[-90.190552000000025,76.06109600000002],[-90.193877999999984,76.055251999999996],[-90.202498999999989,76.050261999999975],[-90.215012000000002,76.04582199999993],[-90.233886999999925,76.041092000000106],[-90.27416999999997,76.034424000000115],[-90.301666000000012,76.032486000000006],[-90.328613000000018,76.031372000000033],[-90.404723999999931,76.031096999999988],[-90.635947999999985,76.028152000000034],[-90.718452000000013,76.022658999999976],[-90.904175000000009,76.015549000000021],[-90.929168999999888,76.015549000000021],[-91.005279999999971,76.024994000000049],[-91.144729999999981,76.021102999999982],[-91.160827999999924,76.018051000000071],[-91.155272999999909,76.014160000000004],[-91.069732999999928,75.990265000000022],[-90.950286999999946,75.962204000000099],[-90.941939999999988,75.955551000000128],[-90.938598999999954,75.951385000000016],[-90.941939999999988,75.945526000000029],[-90.948882999999967,75.939972000000012],[-90.968063000000029,75.931091000000094],[-91.016953000000001,75.925537000000077],[-91.070557000000008,75.922484999999995],[-91.100280999999995,75.918594000000098],[-91.118880999999931,75.913879000000065],[-91.129439999999988,75.908600000000092],[-91.143340999999964,75.897217000000069],[-91.125823999999852,75.857483000000002],[-91.132492000000013,75.851928999999984],[-91.135833999999932,75.846099999999979],[-91.134170999999924,75.842484000000127],[-91.129990000000021,75.839157],[-91.107498000000021,75.840545999999961],[-91.091675000000009,75.843323000000055],[-91.079452999999944,75.848038000000088],[-91.053328999999906,75.881087999999977],[-90.939986999999974,75.915268000000083],[-90.903060999999923,75.924698000000149],[-90.895844000000011,75.927200000000028],[-90.886123999999995,75.931655999999975],[-90.847778000000005,75.952208999999982],[-90.833618000000001,75.96026599999999],[-90.827788999999996,75.966385000000002],[-90.805557000000022,75.985535000000141],[-90.793883999999991,75.99470500000001],[-90.777495999999985,75.996094000000028],[-90.755843999999968,75.994980000000055],[-90.717223999999931,75.989151000000049],[-90.569457999999941,75.979980000000069],[-90.48332199999993,75.980270000000075],[-90.464447000000007,75.978591999999992],[-90.444716999999969,75.974151999999947],[-90.433318999999983,75.97026100000005],[-90.429442999999992,75.968323000000112],[-90.434158000000025,75.963318000000072],[-90.442490000000021,75.959717000000012],[-90.49221799999998,75.945816000000036],[-90.519164999999987,75.936096000000134],[-90.526107999999965,75.930541999999946],[-90.528335999999911,75.925537000000077],[-90.531386999999938,75.913605000000132],[-90.531676999999945,75.903595000000053],[-90.529998999999862,75.898331000000042],[-90.521118000000001,75.895538000000101],[-90.504729999999938,75.895263999999941],[-90.496947999999975,75.897766000000047],[-90.34722899999997,75.949417000000096],[-90.342223999999987,75.953049000000078],[-90.337783999999999,75.963043000000084],[-90.339447000000007,75.968323000000112],[-90.256957999999941,75.966933999999981],[-90.118057000000022,75.941924999999969],[-90.114440999999943,75.947753999999975],[-90.102492999999981,75.961654999999951],[-90.072509999999966,75.995529000000147],[-90.060271999999998,76.00471500000009],[-90.052779999999984,76.007217000000026],[-90.037506000000008,76.009155000000135],[-90.015015000000005,76.010269000000108],[-89.966659999999877,76.008605999999986],[-89.947495000000004,76.007217000000026],[-89.929717999999923,76.00471500000009],[-89.924437999999952,76.00221300000004],[-89.909163999999976,75.964995999999985],[-89.825012000000015,75.943038999999942],[-89.687499999999943,75.899993999999992],[-89.689986999999917,75.894989000000123],[-89.702224999999999,75.879700000000071],[-89.70944199999991,75.874146000000053],[-89.724441999999954,75.863036999999963],[-89.750290000000007,75.846649000000127],[-89.772781000000009,75.836380000000077],[-89.778885000000002,75.831665000000044],[-89.782227000000034,75.825821000000019],[-89.776397999999972,75.792755000000056],[-89.775008999999955,75.787491000000102],[-89.765014999999948,75.785812000000078],[-89.738891999999964,75.786652000000117],[-89.692490000000021,75.796371000000136],[-89.68638599999997,75.802474999999959],[-89.688048999999978,75.804428000000087],[-89.689162999999951,75.809708000000001],[-89.685546999999985,75.814147999999989],[-89.61999499999996,75.853592000000106],[-89.611114999999927,75.857208000000128],[-89.587508999999955,75.859146000000067],[-89.558334000000002,75.857483000000002],[-89.439163000000008,75.845260999999994],[-89.422774999999945,75.841934000000094],[-89.410277999999948,75.829712000000086],[-89.392501999999979,75.821105999999986],[-89.37777699999998,75.816665999999998],[-89.320007000000032,75.803863999999976],[-89.277495999999928,75.798324999999977],[-89.201401000000033,75.786926000000051],[-89.172775000000001,75.780548000000124],[-89.164169000000015,75.774704000000099],[-89.160278000000005,75.768051000000128],[-89.160552999999936,75.755828999999949],[-89.166945999999996,75.7452550000001],[-89.253890999999953,75.631088000000034],[-89.262787000000003,75.627761999999962],[-89.275008999999955,75.627761999999962],[-89.336670000000026,75.627761999999962],[-89.543059999999969,75.610535000000141],[-89.649170000000026,75.61554000000001],[-89.763061999999991,75.577484000000027],[-89.765288999999882,75.575546000000088],[-89.739440999999943,75.573607999999922],[-89.722504000000015,75.574157999999954],[-89.681945999999868,75.57998699999996],[-89.649993999999992,75.587204000000099],[-89.605559999999912,75.589705999999978],[-89.588332999999921,75.58859300000006],[-89.550995,75.579711999999972],[-89.542496000000028,75.570540999999992],[-89.548614999999984,75.566085999999984],[-89.56806899999998,75.5619200000001],[-89.628325999999959,75.561370999999951],[-89.676392000000021,75.562194999999917],[-89.692490000000021,75.561096000000134],[-89.706954999999994,75.557480000000055],[-89.700835999999981,75.553040000000067],[-89.645553999999947,75.548325000000034],[-89.576674999999966,75.547759999999982],[-89.550827000000027,75.548873999999955],[-89.526397999999915,75.551926000000094],[-89.515015000000005,75.554152999999985],[-89.500564999999995,75.558868000000018],[-89.491942999999992,75.565535999999952],[-89.473617999999874,75.574707000000103],[-89.458618000000001,75.579436999999928],[-89.441665999999998,75.583327999999995],[-89.431670999999994,75.584427000000005],[-89.403335999999967,75.587204000000099],[-89.351669000000015,75.589157000000057],[-89.302215999999987,75.589157000000057],[-89.235824999999977,75.586655000000121],[-89.217223999999987,75.584991000000116],[-89.182770000000005,75.577208999999982],[-89.174438000000009,75.572768999999994],[-89.168335000000013,75.566666000000055],[-89.156386999999938,75.549713000000111],[-89.154998999999975,75.544434000000138],[-89.149170000000026,75.532211000000075],[-89.143065999999976,75.524429000000112],[-89.09973100000002,75.484146000000067],[-88.963897999999972,75.431931000000077],[-88.950561999999934,75.429703000000131],[-88.921386999999982,75.427199999999971],[-88.87110899999999,75.43414300000012],[-88.841675000000009,75.436371000000065],[-88.818618999999956,75.436920000000043],[-88.796951000000035,75.434982000000105],[-88.779723999999987,75.432479999999998],[-88.768889999999942,75.434708000000001],[-88.747771999999941,75.470825000000104],[-88.75,75.474991000000045],[-88.801392000000021,75.531372000000147],[-88.865829000000019,75.586105000000089],[-88.755004999999983,75.676650999999936],[-88.738892000000021,75.67942800000003],[-88.722777999999892,75.679153000000042],[-88.678329000000019,75.675261999999975],[-88.631667999999991,75.667206000000078],[-88.600829999999917,75.659424000000115],[-88.574172999999917,75.648880000000077],[-88.542770000000019,75.635818000000029],[-88.50778200000002,75.619431000000077],[-88.448883000000023,75.59526100000005],[-88.399445000000014,75.579162999999994],[-88.364166000000012,75.568878000000097],[-88.315826000000015,75.556366000000082],[-88.228881999999999,75.539429000000098],[-88.203613000000018,75.531097000000102],[-88.198882999999967,75.528595000000053],[-88.196945000000028,75.522766000000047],[-88.198607999999979,75.517212000000029],[-88.201401000000033,75.512206999999989],[-88.217498999999918,75.509720000000073],[-88.240828999999962,75.509155000000078],[-88.290833000000021,75.49693300000007],[-88.305831999999896,75.492203000000075],[-88.301391999999964,75.488037000000134],[-88.295273000000009,75.484985000000052],[-88.263061999999934,75.476089000000115],[-88.228881999999999,75.471099999999979],[-88.21305799999999,75.470535000000098],[-88.200835999999924,75.471924000000115],[-88.148055999999997,75.488876000000118],[-88.12249799999995,75.501099000000011],[-88.06806899999998,75.521927000000062],[-87.958054000000004,75.544144000000131],[-87.751403999999923,75.576660000000061],[-87.716110000000015,75.575271999999927],[-87.697768999999937,75.573607999999922],[-87.661391999999921,75.567215000000147],[-87.648346000000004,75.5619200000001],[-87.495543999999995,75.485809000000017],[-87.494995000000017,75.483871000000079],[-87.498885999999914,75.478043000000127],[-87.504729999999995,75.474425999999994],[-87.529998999999918,75.465271000000143],[-87.563889000000017,75.459152000000074],[-87.588607999999965,75.456375000000037],[-87.601394999999968,75.453323000000069],[-87.606383999999935,75.449707000000046],[-87.594726999999978,75.446365000000071],[-87.58277899999996,75.444702000000007],[-87.568344000000025,75.443588000000034],[-87.548614999999927,75.444427000000132],[-87.533614999999884,75.446090999999967],[-87.5,75.452209000000096],[-87.459732000000031,75.461380000000077],[-87.445830999999941,75.465271000000143],[-87.434433000000013,75.468871999999976],[-87.4183349999999,75.479706000000078],[-87.416397000000018,75.485260000000039],[-87.430283000000031,75.501099000000011],[-87.437774999999988,75.5086060000001],[-87.444442999999922,75.513885000000073],[-87.46665999999999,75.521103000000096],[-87.462783999999942,75.563034000000073],[-87.393065999999976,75.604156000000103],[-87.381103999999937,75.609420999999998],[-87.354720999999984,75.61303700000002],[-87.285552999999879,75.620255000000043],[-87.263335999999981,75.621094000000028],[-87.25111400000003,75.621094000000028],[-87.234160999999915,75.618317000000104],[-87.088057999999933,75.57998699999996],[-87.079178000000013,75.566666000000055],[-87.072783999999956,75.559981999999991],[-87.055267000000015,75.546936000000017],[-87.011948000000018,75.531372000000147],[-86.967498999999975,75.518326000000002],[-86.931106999999997,75.508041000000048],[-86.914444000000003,75.503876000000048],[-86.862777999999935,75.491653000000042],[-86.807495000000017,75.479156000000046],[-86.771117999999944,75.475540000000137],[-86.72222899999997,75.474991000000045],[-86.643340999999964,75.478043000000127],[-86.631103999999993,75.477767999999912],[-86.601943999999946,75.476379000000122],[-86.583892999999875,75.474701000000039],[-86.567504999999983,75.472214000000122],[-86.48332199999993,75.456650000000025],[-86.464721999999995,75.452773999999977],[-86.375548999999978,75.427475000000129],[-86.365554999999972,75.423309000000074],[-86.368880999999988,75.418320000000108],[-86.389175000000023,75.40776100000005],[-86.400283999999999,75.402205999999978],[-86.415282999999988,75.398880000000133],[-86.506392999999946,75.388046000000031],[-86.553878999999938,75.381363000000079],[-86.576675000000023,75.377197000000024],[-86.611114999999984,75.36831699999999],[-86.615279999999984,75.365540000000067],[-86.596663999999976,75.361649],[-86.544723999999974,75.35914600000001],[-86.520279000000016,75.360259999999982],[-86.491942999999935,75.362762000000089],[-86.376099000000011,75.376373000000058],[-86.358336999999949,75.379699999999957],[-86.245270000000005,75.401932000000045],[-86.198607999999922,75.416091999999935],[-86.169997999999964,75.418594000000041],[-86.082503999999972,75.421371000000136],[-86.031386999999938,75.422485000000108],[-85.833618000000001,75.416091999999935],[-85.680557000000022,75.408034999999984],[-85.674438000000009,75.418320000000108],[-85.908614999999941,75.460266000000104],[-86.006392999999889,75.472214000000122],[-86.109726000000023,75.481934000000024],[-86.124709999999993,75.485535000000084],[-86.138335999999924,75.489975000000072],[-86.149445000000014,75.496368000000075],[-86.154449,75.500823999999966],[-86.143065999999976,75.508041000000048],[-86.11332699999997,75.514999000000046],[-86.096953999999982,75.51776099999995],[-86.00389100000001,75.531372000000147],[-85.908614999999941,75.543868999999916],[-85.865554999999972,75.544708000000071],[-85.763061999999991,75.546097000000088],[-85.44387799999987,75.560256999999979],[-85.329178000000013,75.561096000000134],[-85.303328999999962,75.568878000000097],[-85.189986999999917,75.611923000000047],[-85.074172999999917,75.651931999999988],[-85.054442999999992,75.656096999999988],[-85.039169000000015,75.657760999999994],[-84.926940999999943,75.658874999999966],[-84.879165999999884,75.656937000000028],[-84.797226000000023,75.652771000000143],[-84.763061999999934,75.650269000000037],[-84.71833799999996,75.642761000000064],[-84.683883999999921,75.634430000000123],[-84.62249799999995,75.628036000000066],[-84.59973100000002,75.626647999999989],[-84.572234999999978,75.626373000000001],[-84.524719000000005,75.628036000000066],[-84.497497999999894,75.631653000000028],[-84.503066999999987,75.633330999999998],[-84.519454999999937,75.636108000000036],[-84.539992999999981,75.637772000000098],[-84.557220000000029,75.63888500000013],[-84.607773000000009,75.639160000000004],[-84.63110399999988,75.640548999999965],[-84.651107999999965,75.643599999999992],[-84.657226999999921,75.647491000000059],[-84.66361999999998,75.68609600000002],[-84.644454999999994,75.687194999999974],[-84.482773000000009,75.694427000000076],[-84.350554999999872,75.697754000000032],[-84.322783999999956,75.699141999999938],[-84.299164000000019,75.70277400000009],[-84.070556999999951,75.761932000000115],[-83.929442999999878,75.810806000000071],[-83.878150999999946,75.818962000000056],[-83.767226999999934,75.824158000000125],[-83.740554999999972,75.824432000000058],[-83.722503999999958,75.822495000000004],[-83.703887999999949,75.818329000000062],[-83.698043999999925,75.814423000000033],[-83.706389999999942,75.812195000000088],[-83.72193900000002,75.810806000000071],[-83.74888599999997,75.80664100000007],[-83.752228000000002,75.801376000000005],[-83.736938000000009,75.795258000000047],[-83.698607999999979,75.790268000000026],[-83.672774999999945,75.788879000000009],[-83.619995000000017,75.789429000000041],[-83.56610099999989,75.791656000000103],[-83.515288999999882,75.789703000000145],[-83.495269999999948,75.78637700000013],[-83.479720999999927,75.782211000000018],[-83.464721999999995,75.776093000000117],[-83.458344000000011,75.770264000000054],[-83.447768999999994,75.755828999999949],[-83.43360899999999,75.750274999999988],[-83.419158999999866,75.748870999999951],[-83.292220999999927,75.737762000000089],[-83.123610999999983,75.734421000000054],[-83.065276999999924,75.739151000000049],[-82.960007000000019,75.756103999999993],[-82.82028200000002,75.781937000000084],[-82.799437999999952,75.786102000000085],[-82.664718999999991,75.811371000000122],[-82.466400000000021,75.828048999999965],[-82.327224999999942,75.836928999999998],[-82.279175000000009,75.836655000000064],[-82.139998999999875,75.826934999999992],[-81.95666499999993,75.815261999999962],[-81.885559000000001,75.811096000000077],[-81.660827999999924,75.811371000000122],[-81.536941999999954,75.809417999999994],[-81.450561999999991,75.800812000000064],[-81.212509000000011,75.771378000000084],[-81.22084000000001,75.704712000000029],[-81.276671999999962,75.668320000000051],[-81.281677000000002,75.663605000000018],[-81.285278000000005,75.657486000000006],[-81.271118000000001,75.651382000000126],[-81.256957999999997,75.649719000000005],[-81.010009999999966,75.633330999999998],[-80.983886999999982,75.633330999999998],[-80.857772999999952,75.634995000000004],[-80.779998999999918,75.637772000000098],[-80.547226000000023,75.650818000000015],[-80.502501999999936,75.652206000000092],[-80.480559999999969,75.651093000000003],[-80.46665999999999,75.649428999999998],[-80.316955999999948,75.630539000000056],[-80.275283999999999,75.624985000000095],[-80.256119000000012,75.62164300000012],[-80.199158000000011,75.608871000000136],[-80.101944000000003,75.586929000000055],[-80.068344000000025,75.578872999999987],[-79.953612999999962,75.540268000000083],[-79.948607999999922,75.534149000000014],[-79.956115999999952,75.530822999999998],[-80.085006999999905,75.507766999999944],[-80.191665999999884,75.489975000000072],[-80.252501999999993,75.485809000000017],[-80.355269999999962,75.473877000000073],[-80.371932999999956,75.468871999999976],[-80.373046999999929,75.463042999999971],[-80.358337000000006,75.458602999999982],[-80.338607999999908,75.456375000000037],[-80.306655999999919,75.456099999999992],[-80.108046999999942,75.469147000000021],[-80.000289999999893,75.476928999999984],[-79.929168999999945,75.479706000000078],[-79.73332199999993,75.471924000000115],[-79.714721999999995,75.470535000000098],[-79.644164999999987,75.462494000000049],[-79.586394999999982,75.454712000000086],[-79.574721999999895,75.449997000000053],[-79.581954999999994,75.446365000000071],[-79.635559000000001,75.445815999999979],[-79.656386999999995,75.444138000000066],[-79.675551999999925,75.441360000000032],[-79.683059999999955,75.435806000000071],[-79.682495000000017,75.430817000000104],[-79.62222300000002,75.402480999999966],[-79.605559999999969,75.398041000000148],[-79.561660999999958,75.394989000000066],[-79.520003999999972,75.391098],[-79.503066999999987,75.388596000000064],[-79.488051999999925,75.383330999999998],[-79.486937999999952,75.379974000000061],[-79.488601999999958,75.362487999999928],[-79.510009999999966,75.338043000000084],[-79.527495999999928,75.322220000000073],[-79.539443999999889,75.317763999999954],[-79.563323999999966,75.31860400000005],[-79.596664000000033,75.316086000000041],[-79.610000999999897,75.310806000000014],[-79.61471599999993,75.305542000000003],[-79.611938000000009,75.298325000000091],[-79.587508999999898,75.287491000000045],[-79.570847000000015,75.283051],[-79.548889000000031,75.281096999999988],[-79.443084999999996,75.280190000000061],[-79.506957999999884,75.229980000000069],[-79.571121000000005,75.199142000000052],[-79.629439999999988,75.174987999999928],[-79.651672000000019,75.172484999999995],[-79.731948999999929,75.164703000000031],[-79.774170000000026,75.167205999999965],[-79.835555999999997,75.160262999999986],[-79.929442999999878,75.140549000000078],[-79.944152999999915,75.136383000000023],[-79.954726999999934,75.12692300000009],[-79.955841000000021,75.113876000000118],[-79.955275999999969,75.106644000000017],[-79.955841000000021,75.100266000000033],[-79.960555999999883,75.094711000000132],[-79.974166999999852,75.08998100000008],[-80.128875999999991,75.068054000000018],[-80.150832999999977,75.065536000000066],[-80.215012000000002,75.063309000000004],[-80.296111999999994,75.058868000000075],[-80.440552000000025,75.038040000000024],[-80.427489999999921,75.029984000000127],[-80.402495999999928,75.021103000000039],[-80.327498999999989,74.998596000000134],[-80.310546999999985,74.996368000000132],[-80.297225999999966,74.996643000000006],[-80.238892000000021,74.994431000000134],[-80.194442999999978,74.989975000000015],[-80.182219999999916,74.986649],[-80.173888999999917,74.982483000000059],[-80.184158000000025,74.979430999999977],[-80.216110000000015,74.976089000000002],[-80.243057000000022,74.973038000000031],[-80.258347000000015,74.969711000000075],[-80.271941999999967,74.964996000000042],[-80.278884999999946,74.959427000000062],[-80.278884999999946,74.957214000000079],[-80.274170000000026,74.951096000000121],[-80.266112999999962,74.946640000000059],[-80.240828999999962,74.946640000000059],[-80.033614999999941,74.974426000000108],[-80.026946999999893,74.979980000000069],[-80.013061999999991,74.986923000000104],[-79.975280999999995,74.9994200000001],[-79.942764000000011,75.006943000000092],[-79.919158999999922,75.010543999999982],[-79.795273000000009,75.027480999999966],[-79.776947000000007,75.028320000000122],[-79.716400000000021,75.028869999999984],[-79.692763999999954,75.028046000000018],[-79.613891999999964,75.01998900000001],[-79.59722899999997,75.017487000000131],[-79.582503999999915,75.014435000000049],[-79.505004999999926,74.998321999999973],[-79.501953000000015,74.99581900000004],[-79.507232999999985,74.993042000000116],[-79.535827999999924,74.991653000000099],[-79.555557000000022,74.987198000000092],[-79.551940999999943,74.981659000000093],[-79.464721999999995,74.933319000000097],[-79.442489999999907,74.921646000000067],[-79.426392000000021,74.917206000000022],[-79.391953000000001,74.911102000000028],[-79.35722399999986,74.907486000000119],[-79.338608000000022,74.903320000000065],[-79.334732000000031,74.899993999999992],[-79.333617999999944,74.896378000000141],[-79.333617999999944,74.894440000000031],[-79.335830999999928,74.889160000000118],[-79.370543999999995,74.876373000000115],[-79.390839000000028,74.872482000000048],[-79.501953000000015,74.859421000000111],[-79.530288999999925,74.857758000000047],[-79.580001999999979,74.858321999999987],[-79.732773000000009,74.836655000000121],[-79.851943999999946,74.818878000000041],[-79.860549999999989,74.814697000000137],[-79.880553999999904,74.813034000000073],[-79.930557000000022,74.813309000000061],[-80.06806899999998,74.836380000000077],[-80.25306699999993,74.870818999999983],[-80.274170000000026,74.881087999999977],[-80.28195199999999,74.889984000000084],[-80.293883999999935,74.919983000000116],[-80.293610000000001,74.926376000000062],[-80.296951000000035,74.931090999999924],[-80.306380999999988,74.939148000000102],[-80.321670999999981,74.937759000000085],[-80.335280999999952,74.933044000000052],[-80.362212999999997,74.923599000000024],[-80.386123999999882,74.913604999999961],[-80.396118000000001,74.908599999999922],[-80.413054999999986,74.897766000000047],[-80.416655999999932,74.89387499999998],[-80.416107000000011,74.88888500000013],[-80.361114999999984,74.868866000000025],[-80.347777999999948,74.864990000000148],[-80.329726999999991,74.861374000000069],[-80.296951000000035,74.856934000000081],[-80.261123999999995,74.852767999999969],[-80.224166999999966,74.849426000000051],[-80.18638599999997,74.843323000000112],[-80.153609999999958,74.836655000000121],[-80.108611999999994,74.824432000000058],[-80.097778000000005,74.820267000000058],[-80.101668999999958,74.789154000000053],[-80.159164000000033,74.730269999999962],[-80.191375999999934,74.698029000000076],[-80.156112999999948,74.636932000000058],[-80.148894999999925,74.631088000000034],[-80.146666999999979,74.626923000000033],[-80.149444999999957,74.622482000000105],[-80.161391999999921,74.612198000000092],[-80.231673999999998,74.578049000000078],[-80.248046999999985,74.576096000000121],[-80.253715999999997,74.576050000000066],[-80.339995999999985,74.580551000000128],[-80.385009999999966,74.5816650000001],[-80.454453000000001,74.580825999999945],[-80.468886999999938,74.579436999999984],[-80.488891999999964,74.575546000000088],[-80.591674999999952,74.56442300000009],[-80.753066999999987,74.563309000000118],[-80.844161999999983,74.562759000000085],[-80.951950000000011,74.566086000000041],[-80.974715999999944,74.566939999999988],[-80.994155999999919,74.569717000000082],[-81.029998999999975,74.576660000000061],[-81.049727999999959,74.579163000000051],[-81.069457999999884,74.579711999999972],[-81.219161999999983,74.571381000000088],[-81.269729999999981,74.566086000000041],[-81.287505999999951,74.563034000000073],[-81.510833999999988,74.514434999999935],[-81.670836999999949,74.478592000000106],[-81.759170999999924,74.461105000000089],[-81.785003999999958,74.457764000000054],[-81.810821999999973,74.456940000000088],[-81.854720999999984,74.459427000000119],[-82.060546999999929,74.475540000000024],[-82.081680000000006,74.477203000000088],[-82.101395000000025,74.479706000000078],[-82.327498999999989,74.510544000000095],[-82.511123999999995,74.527206000000035],[-82.557219999999973,74.514709000000096],[-82.574722000000008,74.511658000000068],[-82.592498999999975,74.510544000000095],[-82.615279999999984,74.511108000000036],[-82.74749799999995,74.518051000000014],[-82.783614999999941,74.520263999999997],[-82.871933000000013,74.538589000000059],[-82.914169000000015,74.549149],[-82.953613000000018,74.565810999999997],[-83.018340999999907,74.594436999999914],[-83.056380999999988,74.61554000000001],[-83.079726999999934,74.630264000000068],[-83.088607999999965,74.636658000000125],[-83.092498999999975,74.641372999999987],[-83.102218999999934,74.65415999999999],[-83.12388599999997,74.684982000000048],[-83.128051999999968,74.691925000000026],[-83.131942999999978,74.708328000000108],[-83.128051999999968,74.71748400000007],[-83.107772999999952,74.748032000000023],[-83.090835999999854,74.757767000000115],[-83.075012000000015,74.762206999999933],[-83.041381999999942,74.769989000000066],[-83.028884999999946,74.774993999999936],[-83.02305599999994,74.780548000000124],[-83.024170000000026,74.783325000000048],[-83.081680000000006,74.818054000000075],[-83.09584000000001,74.82388300000008],[-83.105269999999962,74.826660000000004],[-83.116104000000007,74.828597999999943],[-83.15583799999996,74.826935000000049],[-83.203063999999983,74.820830999999998],[-83.227782999999874,74.820540999999992],[-83.24888599999997,74.823608000000092],[-83.299727999999959,74.835541000000148],[-83.33666999999997,74.849426000000051],[-83.380829000000006,74.866379000000109],[-83.402221999999938,74.875259000000142],[-83.475554999999929,74.896652000000074],[-83.511397999999986,74.901657000000114],[-83.52806099999998,74.901657000000114],[-83.547500999999954,74.897491000000059],[-83.55972300000002,74.892487000000074],[-83.560546999999985,74.887206999999989],[-83.559433000000013,74.880814000000044],[-83.556945999999925,74.875259000000142],[-83.527221999999995,74.84526100000005],[-83.518616000000009,74.839432000000045],[-83.472504000000015,74.815262000000018],[-83.458617999999944,74.808028999999976],[-83.429992999999911,74.797484999999938],[-83.394164999999987,74.790268000000026],[-83.375274999999931,74.786926000000108],[-83.354995999999971,74.784424000000001],[-83.327498999999932,74.779160000000047],[-83.318893000000003,74.774993999999936],[-83.324172999999973,74.755264000000125],[-83.327498999999932,74.75],[-83.454726999999991,74.591094999999996],[-83.474441999999954,74.579711999999972],[-83.484160999999972,74.574996999999939],[-83.598891999999978,74.543594000000098],[-83.611664000000019,74.540817000000004],[-83.720839999999953,74.545532000000037],[-83.785552999999936,74.548598999999967],[-83.805556999999965,74.550812000000121],[-83.830840999999964,74.551376000000062],[-83.855270000000019,74.550812000000121],[-83.907501000000025,74.546936000000073],[-84.037780999999939,74.53414900000007],[-84.063323999999966,74.530822999999998],[-84.107498000000021,74.523314999999968],[-84.145844000000011,74.515548999999965],[-84.216400000000021,74.507216999999969],[-84.238892000000021,74.505554000000018],[-84.285552999999936,74.50360100000006],[-84.332778999999903,74.503876000000105],[-84.355835000000013,74.504440000000045],[-84.396118000000001,74.507492000000127],[-84.641678000000013,74.506943000000035],[-84.850280999999995,74.502212999999983],[-84.871384000000035,74.501389000000017],[-84.889450000000011,74.502212999999983],[-84.899445000000014,74.503326000000072],[-84.91194200000001,74.508041000000105],[-84.916655999999932,74.511108000000036],[-84.983063000000016,74.570541000000048],[-84.985275000000001,74.579163000000051],[-84.974715999999944,74.617477000000065],[-84.960281000000009,74.656937000000084],[-84.955001999999865,74.66276600000009],[-84.950835999999981,74.668869000000029],[-84.950835999999981,74.672760000000096],[-84.952498999999989,74.679153000000042],[-84.955565999999976,74.684708000000114],[-84.964172000000019,74.691925000000026],[-84.973327999999867,74.696091000000138],[-84.990554999999972,74.698029000000076],[-85.003341999999975,74.697479000000044],[-85.063888999999961,74.651657],[-85.072509999999966,74.641098000000113],[-85.044723999999917,74.612198000000092],[-85.037506000000008,74.541092000000049],[-85.036941999999954,74.535263000000043],[-85.038604999999961,74.528870000000097],[-85.043609999999944,74.523314999999968],[-85.074172999999917,74.508880999999974],[-85.087783999999886,74.504990000000078],[-85.104720999999984,74.501663000000121],[-85.125274999999931,74.49859600000002],[-85.21444699999995,74.49192800000003],[-85.259445000000028,74.490540000000124],[-85.353057999999976,74.49859600000002],[-85.363616999999977,74.501937999999996],[-85.369995000000017,74.509430000000066],[-85.363891999999964,74.537490999999989],[-85.365554999999972,74.544144000000131],[-85.370270000000005,74.552475000000072],[-85.468613000000005,74.658875000000023],[-85.474166999999909,74.664428999999984],[-85.482773000000009,74.671646000000123],[-85.49499499999996,74.679153000000042],[-85.504455999999948,74.683318999999926],[-85.520554000000004,74.688033999999959],[-85.527221999999881,74.688873000000115],[-85.543335000000013,74.686371000000065],[-85.549987999999985,74.68193100000002],[-85.524170000000026,74.598602000000142],[-85.520844000000011,74.593048000000124],[-85.509170999999981,74.579987000000017],[-85.486938000000009,74.561096000000134],[-85.481948999999929,74.554152999999985],[-85.479996000000028,74.547760000000039],[-85.479171999999949,74.541655999999989],[-85.480285999999921,74.537200999999982],[-85.50389100000001,74.520538000000101],[-85.527221999999881,74.510269000000051],[-85.542220999999927,74.505554000000018],[-85.560546999999929,74.501389000000017],[-85.580840999999964,74.498322000000087],[-85.604172000000005,74.495818999999926],[-86.013335999999981,74.479431000000091],[-86.059433000000013,74.478592000000106],[-86.082503999999972,74.479156000000046],[-86.120834000000002,74.482207999999957],[-86.123046999999872,74.48332199999993],[-86.122771999999941,74.489975000000129],[-86.101105000000018,74.511383000000023],[-86.085555999999997,74.529434000000037],[-86.079178000000013,74.53915400000011],[-86.077788999999939,74.545257999999933],[-86.082779000000016,74.555251999999939],[-86.153610000000015,74.60914600000001],[-86.177779999999927,74.615265000000022],[-86.197494999999947,74.615265000000022],[-86.215835999999854,74.610809000000074],[-86.224441999999954,74.607758000000047],[-86.235001000000011,74.601929000000041],[-86.240554999999972,74.59693900000002],[-86.242766999999958,74.59137000000004],[-86.23443599999996,74.581100000000106],[-86.227492999999981,74.575271999999984],[-86.223052999999936,74.562194999999974],[-86.232223999999974,74.540268000000083],[-86.235275000000001,74.535263000000043],[-86.244719999999973,74.52388000000002],[-86.278885000000002,74.508605999999929],[-86.332779000000016,74.490265000000136],[-86.399170000000026,74.479431000000091],[-86.423324999999977,74.478866999999923],[-86.443603999999993,74.481093999999985],[-86.462508999999955,74.485535000000084],[-86.633330999999998,74.526093000000003],[-86.664168999999958,74.534714000000065],[-86.69110099999989,74.544144000000131],[-86.708618000000001,74.551086000000055],[-86.720839999999896,74.558594000000085],[-86.759170999999981,74.586380000000133],[-86.762786999999946,74.591933999999981],[-86.761672999999973,74.598037999999974],[-86.751403999999866,74.60386699999998],[-86.74610899999999,74.608871000000136],[-86.75111400000003,74.613602000000071],[-86.766952999999944,74.616088999999988],[-86.785277999999948,74.616928000000144],[-86.799437999999952,74.615265000000022],[-86.801101999999958,74.611374000000126],[-86.800551999999925,74.552200000000028],[-86.797226000000023,74.543594000000098],[-86.794448999999986,74.539978000000076],[-86.705565999999976,74.500275000000045],[-86.693603999999937,74.468048000000067],[-86.905838000000017,74.460541000000092],[-87.225829999999917,74.466934000000094],[-87.27027899999996,74.468323000000055],[-87.304169000000002,74.471649000000127],[-87.320846999999958,74.476653999999996],[-87.352782999999931,74.495254999999986],[-87.474441999999954,74.475815000000011],[-87.508621000000005,74.46775800000006],[-87.527221999999995,74.465545999999961],[-87.574722000000008,74.461929000000055],[-87.669998000000021,74.459991000000059],[-87.710830999999928,74.460815000000025],[-87.732223999999974,74.466385000000116],[-87.755004999999983,74.479431000000091],[-87.848052999999993,74.476089000000115],[-87.903610000000015,74.472214000000122],[-88.036117999999931,74.476928999999984],[-88.263625999999988,74.483597000000145],[-88.356109999999944,74.489150999999993],[-88.496947999999861,74.497757000000092],[-88.517226999999991,74.499709999999993],[-88.529723999999987,74.501937999999996],[-88.535277999999948,74.50360100000006],[-88.539992999999981,74.50610400000005],[-88.571121000000005,74.549987999999985],[-88.570846999999958,74.556091000000094],[-88.560821999999973,74.593048000000124],[-88.542220999999984,74.616088999999988],[-88.406386999999995,74.736098999999967],[-88.347504000000015,74.784714000000008],[-88.484725999999966,74.857758000000047],[-88.528060999999866,74.901931999999988],[-88.537216000000001,74.906937000000028],[-88.547774999999945,74.907760999999994],[-88.557220000000029,74.906647000000021],[-88.56806899999998,74.901382000000126],[-88.664718999999934,74.844986000000006],[-88.675827000000027,74.836929000000055],[-88.74360699999994,74.78387500000008],[-88.749724999999899,74.77777100000003],[-88.752501999999993,74.768326000000002],[-88.75306699999993,74.756103999999993],[-88.749724999999899,74.749709999999936],[-88.748885999999914,74.741364000000033],[-88.749434999999949,74.726089000000059],[-88.753341999999918,74.714157000000114],[-88.811935000000005,74.672211000000118],[-88.821395999999993,74.666382000000112],[-88.835555999999997,74.661377000000073],[-88.848343,74.659149000000127],[-88.862212999999997,74.658875000000023],[-88.873885999999914,74.6602630000001],[-88.883056999999951,74.665267999999969],[-88.889724999999999,74.670531999999923],[-88.917220999999984,74.719711000000132],[-88.918059999999855,74.732483000000116],[-88.914168999999958,74.749145999999996],[-88.910278000000005,74.754990000000021],[-88.905563000000029,74.75999500000006],[-88.904174999999952,74.765549000000078],[-88.906386999999995,74.773041000000035],[-88.909728999999857,74.77777100000003],[-88.926940999999943,74.78387500000008],[-89.073623999999882,74.833878000000027],[-89.088608000000022,74.837204000000042],[-89.097778000000005,74.836105000000089],[-89.099166999999966,74.835266000000104],[-89.059998000000007,74.797484999999938],[-89.053329000000019,74.793594000000041],[-89.042769999999905,74.789702999999975],[-89.011123999999938,74.780822999999941],[-89.010283999999956,74.775543000000084],[-89.012786999999946,74.770538000000045],[-89.041381999999999,74.730269999999962],[-89.047501000000011,74.722487999999998],[-89.055832000000009,74.719146999999964],[-89.077788999999882,74.717209000000025],[-89.102218999999991,74.719437000000028],[-89.178878999999938,74.732208000000128],[-89.178878999999938,74.735260000000039],[-89.181106999999997,74.739700000000028],[-89.190551999999968,74.744430999999963],[-89.223052999999993,74.752487000000031],[-89.243057000000022,74.755264000000125],[-89.265014999999948,74.756378000000097],[-89.271118000000001,74.754715000000033],[-89.216400000000021,74.721100000000092],[-89.202498999999932,74.713882000000126],[-89.189712999999927,74.708602999999925],[-89.141112999999962,74.698029000000076],[-89.12249799999995,74.696091000000138],[-89.105270000000019,74.693039000000056],[-89.095839999999953,74.688033999999959],[-89.095839999999953,74.68193100000002],[-89.125,74.616928000000144],[-89.131942999999922,74.611374000000126],[-89.150557999999933,74.599716000000114],[-89.185271999999998,74.587494000000106],[-89.196945000000028,74.584427000000005],[-89.438889000000017,74.550812000000121],[-89.455001999999922,74.548598999999967],[-89.489715999999987,74.545532000000037],[-89.580565999999976,74.540268000000083],[-89.92860399999995,74.530822999999998],[-89.946105999999986,74.532211000000132],[-90.106658999999979,74.549422999999933],[-90.223891999999921,74.563599000000124],[-90.244995000000017,74.566939999999988],[-90.263335999999924,74.570541000000048],[-90.363051999999982,74.594711000000075],[-90.45666499999993,74.600815000000068],[-90.496384000000035,74.601654000000053],[-90.529998999999862,74.605255000000113],[-90.589721999999995,74.613312000000064],[-90.607223999999917,74.616378999999995],[-90.619995000000017,74.619980000000055],[-90.70805399999989,74.648041000000148],[-90.731673999999941,74.664153999999996],[-90.736938000000009,74.669434000000024],[-90.739440999999999,74.673874000000069],[-90.747771999999998,74.703048999999965],[-90.75111400000003,74.716385000000059],[-90.867492999999911,74.702484000000084],[-90.875823999999966,74.691925000000026],[-90.885559000000001,74.683593999999971],[-90.895614999999964,74.681137000000092],[-91.013625999999988,74.698868000000061],[-91.024718999999948,74.70277400000009],[-91.023620999999991,74.706940000000031],[-91.012221999999952,74.717209000000025],[-90.978332999999964,74.739700000000028],[-90.965012000000002,74.747757000000036],[-90.945830999999941,74.751389000000131],[-90.938598999999954,74.750823999999966],[-90.926101999999958,74.751663000000065],[-90.896118000000001,74.75749200000007],[-90.883895999999936,74.761658000000011],[-90.851395000000025,74.776093000000117],[-90.758057000000008,74.831100000000049],[-90.752791999999943,74.835815000000082],[-90.740829000000019,74.847488000000112],[-90.742492999999911,74.852767999999969],[-90.746658000000025,74.860535000000084],[-90.75778200000002,74.880814000000044],[-90.772232000000031,74.884995000000117],[-90.816956000000005,74.883605999999986],[-90.841110000000015,74.879425000000083],[-90.853881999999942,74.875259000000142],[-90.863892000000021,74.869979999999998],[-90.870270000000005,74.86442599999998],[-90.874435000000005,74.859146000000123],[-90.87388599999997,74.853043000000014],[-90.883330999999998,74.84165999999999],[-90.975006000000008,74.799423000000104],[-91,74.789702999999975],[-91.075286999999946,74.761107999999979],[-91.101943999999946,74.751099000000124],[-91.132767000000001,74.744430999999963],[-91.144729999999981,74.747481999999991],[-91.14416499999993,74.751389000000131],[-91.146666999999923,74.755554000000132],[-91.171660999999972,74.75749200000007],[-91.188599000000011,74.752777000000037],[-91.216110000000015,74.738876000000062],[-91.225829999999917,74.733597000000088],[-91.228881999999942,74.727768000000083],[-91.226944000000003,74.722487999999998],[-91.185271999999941,74.684708000000114],[-91.177489999999977,74.678039999999953],[-91.154998999999975,74.665542999999957],[-91.11471599999993,74.645827999999995],[-91.105835000000013,74.63998400000014],[-91.098052999999879,74.633330999999998],[-91.099730999999963,74.62831100000011],[-91.106658999999979,74.625809000000061],[-91.133056999999951,74.624420000000043],[-91.256393000000003,74.628585999999984],[-91.455841000000021,74.639708999999982],[-91.539992999999924,74.646378000000027],[-91.553328999999962,74.648330999999985],[-91.676101999999901,74.671921000000111],[-91.684998000000007,74.677765000000136],[-91.671660999999972,74.689697000000081],[-91.664169000000015,74.693314000000044],[-91.634170999999981,74.696091000000138],[-91.621932999999956,74.700272000000041],[-91.620270000000005,74.704987000000074],[-91.624435000000005,74.709991000000059],[-91.635833999999932,74.715271000000087],[-91.651671999999962,74.719986000000119],[-91.708618000000001,74.727478000000076],[-91.754181000000017,74.727768000000083],[-91.779449,74.725815000000125],[-91.798888999999917,74.722214000000065],[-91.811110999999983,74.71804800000001],[-91.812499999999886,74.713042999999971],[-91.80296299999992,74.706184000000007],[-91.798888999999917,74.699416999999983],[-91.815551999999968,74.69470200000012],[-91.833069000000023,74.696091000000138],[-91.851105000000018,74.698868000000061],[-91.866652999999928,74.702209000000096],[-91.876663000000008,74.706940000000031],[-91.875274999999931,74.711928999999998],[-91.859160999999972,74.721100000000092],[-91.892226999999934,74.750823999999966],[-91.961944999999957,74.764160000000061],[-91.998610999999983,74.773041000000035],[-92.015838999999971,74.778320000000008],[-92.045546999999999,74.789702999999975],[-92.05749499999996,74.79664600000001],[-92.063613999999973,74.803588999999988],[-92.065276999999924,74.80720500000001],[-92.06639100000001,74.813309000000061],[-92.05749499999996,74.82499700000011],[-92.051665999999955,74.830551000000071],[-92.043334999999956,74.836380000000077],[-92.01916499999993,74.846099999999979],[-92.013061999999991,74.851928999999984],[-92.008056999999951,74.863602000000014],[-92.006393000000003,74.888046000000145],[-92.013335999999924,74.908325000000104],[-92.015288999999939,74.913604999999961],[-92.043334999999956,74.951935000000105],[-92.048049999999989,74.958328000000051],[-92.063323999999966,74.963882000000069],[-92.091674999999896,74.971649000000014],[-92.1058349999999,74.976654000000053],[-92.164169000000015,74.998031999999967],[-92.209732000000031,75.038588999999945],[-92.228881999999999,75.071105999999986],[-92.225829999999917,75.07388300000008],[-92.21556099999998,75.07638500000013],[-92.186385999999914,75.08137499999998],[-92.152495999999985,75.083878000000141],[-92.111664000000019,75.081940000000031],[-92.046188000000029,75.084961000000078],[-92.029998999999918,75.08638000000002],[-92.012511999999958,75.095260999999994],[-92.010009999999966,75.101089000000115],[-92.051392000000021,75.146942000000024],[-92.055557000000022,75.15026899999998],[-92.070556999999894,75.153046000000074],[-92.083618000000001,75.153320000000008],[-92.105269999999962,75.151932000000102],[-92.193329000000006,75.143326000000002],[-92.325561999999991,75.151657000000057],[-92.490829000000019,75.213608000000079],[-92.468886999999938,75.284714000000122],[-92.428604000000007,75.394440000000088],[-92.388335999999924,75.441925000000083],[-92.328063999999983,75.489151000000106],[-92.220276000000013,75.546097000000088],[-92.210281000000009,75.551376000000062],[-92.199431999999945,75.553864000000033],[-92.155838000000017,75.556641000000127],[-92.100280999999995,75.562759000000085],[-92.085830999999985,75.564987000000031],[-92.069457999999997,75.568878000000097],[-92.056655999999975,75.573043999999982],[-92.013901000000033,75.589157000000057],[-92.005004999999926,75.594986000000063],[-92.008346999999958,75.661377000000073],[-92.043609999999887,75.68553200000008],[-92.05749499999996,75.691359999999975],[-92.089995999999985,75.700272000000041],[-92.137512000000015,75.721100000000092],[-92.156661999999983,75.731094000000098],[-92.174437999999952,75.744431000000134],[-92.175551999999925,75.750549000000092],[-92.139724999999999,75.778319999999951],[-92.119155999999919,75.789154000000053],[-92.112777999999992,75.794708000000014],[-92.104720999999984,75.805252000000053],[-92.100554999999929,75.823043999999925],[-92.103881999999942,75.841369999999927],[-92.105269999999962,75.847488000000055],[-92.108611999999994,75.858871000000079],[-92.113327000000027,75.863602000000014],[-92.129714999999976,75.876373000000115],[-92.138061999999991,75.879974000000004],[-92.151108000000022,75.883041000000105],[-92.172774999999945,75.885544000000039],[-92.215012000000002,75.888321000000133],[-92.23832699999997,75.891373000000101],[-92.317779999999914,75.90498400000007],[-92.336394999999868,75.908600000000092],[-92.408614999999998,75.928589000000045],[-92.433060000000012,75.936371000000008],[-92.444442999999922,75.941086000000041],[-92.583618000000001,76.008881000000031],[-92.635833999999988,76.104155999999989],[-92.635833999999988,76.109711000000061],[-92.637222000000008,76.115814],[-92.793883999999935,76.20748900000001],[-92.809433000000013,76.212494000000049],[-92.946654999999964,76.245818999999926],[-93.066956000000005,76.299149],[-93.076674999999909,76.316939999999988],[-93.057220000000029,76.326660000000061],[-93.054992999999968,76.332489000000066],[-93.056380999999874,76.338593000000117],[-93.059158000000025,76.34387200000009],[-93.071945000000028,76.353317000000004],[-93.083618000000001,76.358032000000037],[-93.115279999999927,76.363876000000005],[-93.138061999999934,76.366378999999995],[-93.186935000000005,76.368317000000104],[-93.212783999999942,76.368042000000116],[-93.239989999999977,76.366653000000099],[-93.315276999999924,76.360259999999982],[-93.345275999999956,76.356094000000041],[-93.381377999999927,76.34637500000008],[-93.449996999999996,76.326385000000073],[-93.561934999999949,76.297211000000061],[-93.587783999999886,76.292755],[-93.617492999999968,76.291092000000049],[-93.635833999999988,76.291655999999989],[-93.658339999999896,76.293868999999972],[-93.666397000000018,76.298598999999967],[-93.653335999999911,76.302765000000079],[-93.624434999999892,76.30581699999999],[-93.623610999999926,76.310806000000127],[-93.636123999999995,76.326660000000061],[-93.654174999999896,76.325821000000133],[-93.678878999999938,76.322220000000073],[-93.718886999999995,76.312484999999981],[-93.731383999999991,76.306930999999963],[-93.763901000000033,76.286377000000016],[-93.763901000000033,76.282211000000132],[-93.761948000000018,76.280272999999966],[-93.753890999999953,76.275817999999958],[-93.74110399999995,76.271927000000062],[-93.720551,76.267761000000007],[-93.697220000000016,76.26388500000013],[-93.78443900000002,76.253052000000139],[-93.954453000000001,76.257767000000001],[-93.956116000000009,76.257767000000001],[-93.958343999999954,76.257767000000001],[-94.097504000000015,76.259430000000123],[-94.118880999999988,76.261383000000023],[-94.134170999999867,76.264709000000096],[-94.141387999999949,76.269989000000123],[-94.151671999999905,76.274155000000064],[-94.168610000000001,76.278320000000065],[-94.212509000000011,76.280822999999998],[-94.470839999999953,76.281096999999932],[-94.641677999999956,76.293319999999994],[-94.780288999999982,76.288879000000065],[-94.789992999999981,76.283600000000092],[-94.803329000000019,76.278320000000065],[-94.838608000000022,76.268326000000059],[-95.029174999999952,76.236099000000024],[-95.354995999999915,76.234146000000123],[-95.376099000000011,76.234421000000111],[-95.386947999999961,76.235809000000017],[-95.388061999999934,76.283600000000092],[-95.374435000000005,76.297760000000039],[-95.366942999999935,76.301376000000062],[-95.357223999999974,76.302765000000079],[-95.343063000000029,76.300262000000089],[-95.31806899999998,76.290817000000061],[-95.279175000000009,76.281372000000147],[-95.258895999999993,76.282760999999994],[-95.118332000000009,76.298035000000027],[-95.092772999999909,76.302765000000079],[-95.075561999999877,76.307754999999929],[-95.069732999999928,76.313309000000118],[-95.066558999999984,76.319862000000001],[-95.058883999999978,76.324706999999933],[-95.010558999999944,76.331100000000106],[-94.983886999999982,76.332489000000066],[-94.958892999999989,76.332214000000079],[-94.915008999999884,76.329711999999972],[-94.866394000000014,76.325546000000088],[-94.84973100000002,76.323317999999972],[-94.84056099999998,76.319717000000082],[-94.849990999999875,76.31442300000009],[-94.862777999999878,76.309981999999991],[-94.861663999999962,76.306930999999963],[-94.843613000000005,76.303864000000033],[-94.828613000000018,76.306091000000094],[-94.808608999999933,76.311371000000008],[-94.802489999999977,76.315536000000009],[-94.80082699999997,76.321655000000021],[-94.814163000000008,76.329163000000051],[-94.834441999999967,76.334427000000005],[-94.894729999999925,76.341660000000047],[-94.965012000000002,76.347487999999942],[-95.132767000000001,76.361374000000126],[-95.274719000000005,76.372208000000001],[-95.299437999999952,76.372482000000105],[-95.326401000000033,76.37081900000004],[-95.331679999999949,76.365265000000022],[-95.341384999999946,76.359711000000004],[-95.388900999999976,76.351929000000041],[-95.399993999999992,76.353317000000004],[-95.447220000000016,76.365813999999943],[-95.645279000000016,76.384155000000135],[-95.668335000000013,76.386108000000092],[-95.715835999999911,76.392211999999915],[-95.737502999999947,76.393875000000037],[-95.851105000000018,76.40109300000006],[-95.995834000000002,76.436919999999986],[-96.081679999999892,76.478043000000127],[-96.106948999999986,76.494430999999963],[-96.104171999999949,76.5],[-96.099166999999909,76.505553999999961],[-96.09056099999998,76.510268999999994],[-96.065552000000025,76.521378000000084],[-96.052489999999921,76.524155000000007],[-95.997222999999963,76.519440000000145],[-95.944991999999957,76.518326000000002],[-95.806380999999931,76.516388000000063],[-95.778609999999958,76.518875000000094],[-95.694152999999972,76.545258000000103],[-95.680557000000022,76.550537000000077],[-95.657776000000013,76.561371000000122],[-95.593886999999938,76.593048000000067],[-95.584166999999979,76.598327999999981],[-95.587783999999999,76.603592000000106],[-95.599441999999954,76.605255000000056],[-95.619719999999973,76.606094000000041],[-95.638901000000033,76.604156000000046],[-95.660277999999948,76.599426000000051],[-95.696105999999986,76.584152000000131],[-95.695540999999992,76.580276000000083],[-95.696654999999964,76.574432000000058],[-95.712783999999999,76.568603999999937],[-95.759170999999981,76.553588999999988],[-95.780562999999916,76.548874000000126],[-95.992492999999968,76.54803499999997],[-96.016953000000001,76.549149],[-96.158614999999941,76.583327999999995],[-96.17860399999995,76.594147000000078],[-96.225280999999882,76.625809000000004],[-96.27027899999996,76.632751000000098],[-96.33944699999995,76.63220199999995],[-96.355835000000013,76.633041000000105],[-96.38137799999987,76.635818000000029],[-96.403335999999911,76.639709000000096],[-96.421386999999982,76.646102999999982],[-96.445830999999998,76.657211000000132],[-96.454178000000013,76.662490999999989],[-96.461394999999925,76.668593999999985],[-96.461120999999991,76.673599000000024],[-96.46444699999995,76.679703000000018],[-96.470275999999956,76.685532000000023],[-96.527785999999935,76.693038999999999],[-96.611938000000009,76.702484000000027],[-96.636123999999995,76.704436999999984],[-96.661666999999966,76.704712000000029],[-96.736938000000009,76.697205000000054],[-96.764175000000023,76.695526000000086],[-96.789718999999934,76.695816000000093],[-96.81639100000001,76.697478999999987],[-96.857772999999952,76.701935000000105],[-96.879990000000021,76.705826000000002],[-96.915832999999964,76.714432000000102],[-96.946654999999964,76.723602000000142],[-96.959166999999979,76.729155999999932],[-96.964447000000007,76.733322000000044],[-96.900283999999999,76.795258000000047],[-96.887221999999952,76.805542000000059],[-96.873885999999914,76.810806000000071],[-96.854995999999971,76.813034000000016],[-96.839721999999995,76.810257000000092],[-96.724716000000001,76.783324999999991],[-96.679717999999923,76.770264000000054],[-96.592498999999918,76.758881000000031],[-96.426102000000014,76.744705000000067],[-96.330291999999929,76.750274999999931],[-96.311935000000005,76.751389000000131],[-96.305556999999965,76.753875999999991],[-96.315551999999968,76.802475000000129],[-96.320557000000008,76.80664100000007],[-96.366942999999935,76.812758999999971],[-96.453612999999962,76.815262000000132],[-96.50111400000003,76.818054000000075],[-96.547226000000023,76.822769000000108],[-96.797500999999897,76.861374000000012],[-96.81361400000003,76.868042000000003],[-96.848891999999921,76.887496999999996],[-96.865829000000019,76.898041000000035],[-96.869155999999975,76.904160000000047],[-96.869445999999982,76.913879000000065],[-96.864166000000012,76.919708000000071],[-96.857772999999952,76.924987999999928],[-96.833617999999944,76.9327550000001],[-96.796386999999982,76.937484999999924],[-96.771941999999967,76.937759000000028],[-96.761123999999995,76.937759000000028],[-96.723891999999978,76.935256999999979],[-96.708054000000004,76.93331900000004],[-96.698607999999979,76.934143000000006],[-96.660827999999981,76.947204999999997],[-96.659163999999976,76.949142000000052],[-96.667769999999962,76.954436999999928],[-96.677779999999984,76.957764000000054],[-96.696945000000028,76.960541000000148],[-96.718886999999995,76.963043000000027],[-96.765288999999996,76.96527100000003],[-96.808333999999945,76.966094999999996],[-96.824447999999904,76.96775800000006],[-96.827788999999939,76.968872000000033],[-96.825561999999991,76.974426000000051],[-96.810271999999998,76.979156000000103],[-96.772034000000019,76.98101800000012],[-96.742034999999987,76.982208000000014],[-96.673324999999977,76.982208000000014],[-96.622771999999998,76.979980000000069],[-96.483611999999994,76.971100000000035],[-96.353881999999999,76.993042000000059],[-96.391113000000018,77.026931999999988],[-96.387787000000003,77.03054800000001],[-96.373321999999973,77.031937000000028],[-96.28472899999997,77.039428999999984],[-96.27305599999994,77.040267999999912],[-96.24499499999996,77.041931000000034],[-96.226105000000018,77.043045000000006],[-96.103057999999976,77.044708000000128],[-95.96665999999999,77.053040000000124],[-95.888061999999934,77.06109600000002],[-95.752501999999993,77.06860400000005],[-95.734726000000023,77.06860400000005],[-95.707503999999915,77.066940000000045],[-95.659728999999913,77.058868000000075]],[[-113.32888800000001,77.079987000000017],[-113.353882,77.077484000000084],[-113.40888999999999,77.078873000000044],[-113.45140099999992,77.081664999999987],[-113.49194299999999,77.085541000000035],[-113.49749799999989,77.088318000000129],[-113.49027999999998,77.092484000000013],[-113.34472700000003,77.127762000000018],[-113.33528099999995,77.126083000000051],[-113.31471299999998,77.11775200000011],[-113.29332699999986,77.107483000000116],[-113.28694200000001,77.09637500000008],[-113.29110700000001,77.08998100000008],[-113.30471799999998,77.085266000000047],[-113.32888800000001,77.079987000000017]],[[-113.77861000000001,77.104155999999989],[-113.80695299999991,77.104155999999989],[-113.85333300000002,77.10554499999995],[-113.88054699999992,77.108032000000037],[-113.90888999999999,77.113037000000077],[-113.92443800000001,77.118591000000094],[-113.93138099999999,77.1244200000001],[-113.93138099999999,77.129699999999957],[-113.92722300000003,77.135268999999994],[-113.92083700000001,77.141098],[-113.90110800000002,77.146378000000027],[-113.88082900000001,77.149719000000061],[-113.859444,77.151382000000012],[-113.798607,77.152481000000023],[-113.77417000000003,77.151657000000057],[-113.72250399999996,77.148041000000148],[-113.69915800000001,77.144714000000022],[-113.67555199999993,77.140274000000034],[-113.66443599999997,77.134720000000016],[-113.65778399999999,77.129149999999925],[-113.66416900000002,77.123032000000023],[-113.67916899999989,77.116928000000144],[-113.703056,77.111649],[-113.72778299999993,77.108032000000037],[-113.75306699999993,77.10554499999995],[-113.77861000000001,77.104155999999989]],[[-104.25250199999999,77.072769000000051],[-104.30277999999998,77.072220000000073],[-104.35417200000001,77.073883000000023],[-104.37721299999998,77.076660000000118],[-104.40222199999994,77.081100000000106],[-104.421944,77.087203999999986],[-104.43167099999994,77.098877000000016],[-104.42639200000002,77.116379000000052],[-104.42027300000001,77.122208000000057],[-104.40556299999997,77.127762000000018],[-104.31973299999999,77.151657000000057],[-104.30082700000003,77.15525800000006],[-104.27333099999998,77.159714000000008],[-104.18360899999993,77.167205999999965],[-104.11389199999996,77.166091999999992],[-104.07140399999997,77.16137700000013],[-104.06139400000001,77.158875000000023],[-104.031113,77.15109300000006],[-104.01972999999998,77.146103000000039],[-104.00110599999999,77.135818000000086],[-103.99889399999995,77.123870999999951],[-104.00945300000001,77.118042000000116],[-104.02416999999991,77.112487999999985],[-104.04778299999992,77.106934000000138],[-104.15028399999994,77.08638000000002],[-104.196663,77.077484000000084],[-104.25250199999999,77.072769000000051]],[[-95.22444200000001,77.167205999999965],[-95.245270000000005,77.164153999999996],[-95.291381999999999,77.164992999999981],[-95.314437999999996,77.166656000000103],[-95.362777999999935,77.171920999999998],[-95.419998000000021,77.181931000000077],[-95.572509999999852,77.213042999999971],[-95.613051999999925,77.221924000000115],[-95.634170999999924,77.228043000000127],[-95.638901000000033,77.232208000000128],[-95.639998999999932,77.237761999999975],[-95.636672999999973,77.239150999999936],[-95.631377999999927,77.239700000000084],[-95.608046999999885,77.240814000000057],[-95.511123999999995,77.243042000000003],[-95.438048999999978,77.24443100000002],[-95.387512000000015,77.240814000000057],[-95.37222300000002,77.238037000000134],[-95.356110000000001,77.236374000000069],[-95.31361400000003,77.229156000000046],[-95.244155999999919,77.213882000000126],[-95.216399999999965,77.201660000000004],[-95.206664999999987,77.189147999999989],[-95.206954999999994,77.177764999999965],[-95.214447000000007,77.172485000000108],[-95.22444200000001,77.167205999999965]],[[-90.933059999999955,77.254440000000045],[-90.909164000000033,77.251663000000121],[-90.815001999999993,77.240265000000136],[-90.772232000000031,77.231368999999972],[-90.736388999999974,77.220824999999934],[-90.718338000000017,77.207213999999965],[-90.713622999999984,77.200821000000019],[-90.724166999999909,77.183318999999983],[-90.731948999999986,77.177764999999965],[-90.779175000000009,77.156647000000078],[-90.811385999999914,77.14665199999996],[-90.83555599999994,77.142211999999972],[-90.868331999999953,77.138321000000076],[-90.899993999999992,77.136932000000058],[-90.978606999999897,77.137771999999927],[-91.049728000000016,77.145537999999988],[-91.18472300000002,77.163605000000075],[-91.221664000000033,77.170258000000047],[-91.238892000000021,77.174423000000047],[-91.262512000000015,77.18414300000012],[-91.286391999999921,77.196640000000116],[-91.295546999999999,77.203323000000069],[-91.297501000000011,77.207213999999965],[-91.299164000000019,77.217758000000003],[-91.277221999999995,77.227478000000133],[-91.24749799999995,77.235809000000017],[-91.189712999999983,77.24803200000008],[-91.162216000000001,77.251389000000017],[-91.107223999999917,77.254715000000033],[-91.084732000000031,77.254440000000045],[-91.072234999999921,77.253326000000072],[-91.057219999999973,77.254440000000045],[-90.987503000000004,77.254990000000078],[-90.933059999999955,77.254440000000045]],[[-116.35109699999998,77.539154000000053],[-116.20333900000003,77.519989000000066],[-116.09056099999992,77.491089000000045],[-116.073624,77.485535000000027],[-115.88027999999991,77.433319000000097],[-115.52055399999995,77.364426000000037],[-115.49526999999989,77.359420999999998],[-115.458054,77.348602000000085],[-115.44611399999985,77.343048000000124],[-115.389183,77.312194999999917],[-115.390289,77.306366000000082],[-115.54332699999986,77.265548999999908],[-115.59110999999996,77.259995000000117],[-115.61694299999999,77.258331000000112],[-115.66915899999992,77.256942999999978],[-115.69499199999996,77.255264000000011],[-115.77250700000002,77.247757000000036],[-115.81973299999999,77.237488000000042],[-115.83084099999991,77.233322000000101],[-115.85888699999998,77.220824999999934],[-115.87777699999992,77.215271000000143],[-115.94695299999989,77.20887799999997],[-116.112503,77.193863000000022],[-116.13806199999999,77.192200000000128],[-116.19055200000003,77.191650000000095],[-116.21777299999997,77.192749000000049],[-116.26917300000002,77.190261999999962],[-116.28056300000003,77.183594000000028],[-116.31416300000001,77.144440000000088],[-116.31973299999999,77.11775200000011],[-116.28028899999998,77.067215000000033],[-116.26917300000002,77.055817000000047],[-116.24249299999991,77.044144000000017],[-116.17360699999989,77.027206000000092],[-116.06388900000002,77.007492000000013],[-116.00583599999999,76.997482000000105],[-115.95028699999995,76.991363999999976],[-115.860817,76.979156000000103],[-115.75499699999995,76.960815000000082],[-115.73889199999996,76.955261000000064],[-115.73137700000001,76.949707000000103],[-115.72833300000002,76.943863000000079],[-115.729446,76.938034000000073],[-115.73222399999997,76.931656000000089],[-115.74610899999999,76.925262000000089],[-115.80695300000002,76.90637200000009],[-115.829453,76.900818000000129],[-115.85333299999996,76.897217000000069],[-115.90334300000001,76.893874999999923],[-115.92859599999997,76.893050999999957],[-115.98194899999993,76.895538000000045],[-116.06388900000002,76.902771000000087],[-116.11501299999992,76.909149000000014],[-116.25389100000001,76.932480000000055],[-116.306107,76.936096000000134],[-116.32721699999996,76.935532000000023],[-116.35166899999996,76.9327550000001],[-116.36527999999993,76.926376000000062],[-116.36721799999998,76.915543000000071],[-116.36332699999997,76.90887500000008],[-116.35555999999985,76.903320000000008],[-116.34612299999992,76.898331000000042],[-116.32972699999999,76.89276099999995],[-116.18360899999993,76.845825000000104],[-116.16388699999999,76.841660000000104],[-116.10749800000002,76.833602999999982],[-116.031113,76.820267000000001],[-116.00029000000001,76.811371000000065],[-115.89472999999992,76.703323000000012],[-115.89138800000001,76.697478999999987],[-115.89666699999998,76.691649999999981],[-116.07140400000003,76.625809000000004],[-116.09306299999992,76.619141000000013],[-116.11582900000002,76.61442599999998],[-116.16055299999999,76.611099000000081],[-116.23194899999999,76.603043000000014],[-116.25446299999999,76.598602000000085],[-116.32250999999997,76.581100000000049],[-116.37351999999993,76.581802000000039],[-116.73277300000001,76.572495000000004],[-116.75890399999992,76.56999200000007],[-116.97112299999998,76.548598999999967],[-116.99471999999992,76.545822000000044],[-117.01750199999992,76.542205999999965],[-117.03999299999992,76.537490999999932],[-117.05387899999999,76.533051000000114],[-117.06861900000001,76.526093000000117],[-117.07556199999993,76.520538000000045],[-117.07749899999999,76.514160000000061],[-117.07640099999998,76.508881000000088],[-117.07277699999997,76.503052000000082],[-117.05695299999996,76.491652999999985],[-117.04360999999989,76.48692299999999],[-117.01750199999992,76.482483000000116],[-117.00389099999995,76.477478000000076],[-116.98361199999999,76.454987000000074],[-116.94082599999996,76.386932000000058],[-116.93916299999995,76.380539000000113],[-116.93582200000003,76.351929000000041],[-116.93859900000001,76.34637500000008],[-117.09555099999994,76.295257999999933],[-117.13971700000002,76.286925999999994],[-117.31973299999999,76.257767000000001],[-117.345551,76.256377999999984],[-117.36888099999999,76.256943000000035],[-117.52390300000002,76.263611000000026],[-117.5750119999999,76.26887499999998],[-117.60305799999998,76.27388000000002],[-117.62304699999999,76.278870000000097],[-117.639183,76.28414900000007],[-117.65778399999999,76.293319999999994],[-117.64917000000003,76.305542000000003],[-117.64890299999996,76.311371000000008],[-117.65527299999997,76.317490000000021],[-117.67304999999993,76.322220000000073],[-117.69915800000001,76.324158000000011],[-117.72416699999997,76.324432000000115],[-117.87777699999998,76.341933999999981],[-117.889183,76.355819999999937],[-117.90139799999997,76.367203000000131],[-117.90695199999993,76.372208000000001],[-117.99722299999996,76.396941999999967],[-118.02139299999999,76.401932000000045],[-118.04444899999999,76.404984000000127],[-118.05999800000001,76.409149000000127],[-118.04750100000001,76.441650000000038],[-118.02749599999999,76.484711000000061],[-117.97332799999998,76.596375000000023],[-117.92832899999996,76.676651000000106],[-117.91915899999992,76.68803400000013],[-117.90666199999993,76.694137999999953],[-117.883331,76.700546000000088],[-117.86444099999994,76.704163000000051],[-117.84805299999999,76.708328000000051],[-117.81331599999999,76.719436999999971],[-117.79638699999998,76.725815000000125],[-117.78806299999997,76.732208000000071],[-117.73889200000002,76.772217000000012],[-117.73444399999994,76.778320000000122],[-117.73860200000001,76.784149000000127],[-117.79888899999997,76.817764000000011],[-117.81667299999998,76.821380999999974],[-117.84221600000001,76.82388300000008],[-117.86665299999999,76.822220000000129],[-117.88806199999999,76.818878000000041],[-117.90499899999992,76.812195000000031],[-117.91777000000002,76.799988000000042],[-117.92610200000001,76.788040000000024],[-117.96056399999998,76.769989000000066],[-118.00583599999993,76.761383000000137],[-118.02971600000001,76.758606000000043],[-118.08222999999998,76.756943000000092],[-118.10611,76.75749200000007],[-118.15695199999999,76.76249700000011],[-118.21362299999998,76.769150000000081],[-118.29361,76.773041000000148],[-118.319458,76.773041000000148],[-118.33750900000001,76.768326000000116],[-118.49500299999994,76.712203999999929],[-118.47471599999994,76.679703000000018],[-118.45973199999997,76.673874000000012],[-118.42887899999999,76.663879000000122],[-118.40306099999998,76.657760999999994],[-118.35804699999989,76.64888000000002],[-118.34137699999997,76.643599999999992],[-118.33473199999992,76.637497000000053],[-118.316101,76.574707000000103],[-118.50279199999994,76.509720000000073],[-118.52390299999996,76.503876000000048],[-118.54611199999999,76.5],[-118.57084699999996,76.499145999999996],[-118.59694699999989,76.5],[-118.62361099999993,76.501938000000109],[-118.65167200000002,76.505553999999961],[-118.67804699999994,76.50999500000006],[-118.70916699999998,76.519989000000066],[-118.71333299999998,76.525818000000129],[-118.71362299999998,76.531662000000097],[-118.72222899999991,76.537201000000096],[-118.73473399999995,76.542480000000069],[-118.76139799999999,76.546936000000017],[-118.81471299999998,76.553040000000067],[-118.84166700000003,76.554977000000065],[-118.94415299999997,76.518051000000128],[-118.96806300000003,76.505264000000125],[-118.97582999999992,76.498871000000008],[-118.97609699999998,76.496368000000018],[-118.97250399999996,76.491652999999985],[-118.96777299999997,76.488312000000121],[-118.95527600000003,76.483047000000056],[-118.93110699999994,76.479155999999989],[-118.82195300000001,76.471374999999966],[-118.68195300000002,76.445251000000098],[-118.64862099999999,76.428863999999919],[-118.612503,76.400269000000094],[-118.59416199999993,76.383881000000031],[-118.56610099999995,76.343048000000124],[-118.567497,76.336655000000007],[-118.58168000000001,76.324706999999933],[-118.62554899999998,76.294433999999967],[-118.63751200000002,76.288040000000137],[-118.65556299999997,76.28414900000007],[-118.67916899999994,76.282211000000132],[-118.70556599999992,76.281661999999983],[-118.78083799999996,76.282486000000119],[-118.82833900000003,76.281937000000028],[-118.87666299999989,76.27748100000008],[-118.89584400000001,76.272217000000126],[-118.91139199999992,76.265548999999965],[-118.91915899999998,76.259430000000123],[-118.92443799999995,76.252776999999924],[-118.942207,76.210541000000148],[-118.93776699999995,76.204711999999915],[-118.92331699999994,76.194138000000066],[-118.91278099999994,76.188034000000016],[-118.90471600000001,76.169144000000074],[-118.95527600000003,76.132477000000108],[-118.96501199999994,76.126648000000102],[-119.07584399999996,76.083328000000108],[-119.10109699999998,76.084152000000074],[-119.12470999999999,76.088042999999971],[-119.22972099999993,76.107208000000071],[-119.24526999999995,76.111374000000012],[-119.26000999999997,76.117203000000018],[-119.28250099999997,76.127472000000068],[-119.29943800000001,76.138596000000121],[-119.30832699999996,76.149994000000106],[-119.31054699999999,76.155258000000117],[-119.30583200000001,76.167755000000113],[-119.30082699999997,76.174423000000047],[-119.29499799999996,76.180267000000072],[-119.29527300000001,76.186096000000077],[-119.30166600000001,76.191360000000088],[-119.36916399999996,76.229706000000078],[-119.54915599999998,76.324158000000011],[-119.5864029999999,76.318603999999993],[-119.65499899999992,76.303040000000067],[-119.67527799999993,76.264160000000118],[-119.67500299999995,76.245818999999926],[-119.64555399999995,76.230545000000063],[-119.59445199999999,76.203049000000021],[-119.58583099999998,76.197479000000101],[-119.57277699999992,76.186371000000122],[-119.56806899999987,76.180542000000116],[-119.56582600000002,76.175262000000032],[-119.56696299999999,76.168869000000086],[-119.57277699999992,76.16304000000008],[-119.64334099999996,76.112487999999985],[-119.74527,76.116652999999985],[-119.76999699999993,76.116379000000052],[-119.79305999999991,76.114426000000094],[-119.80499299999997,76.108871000000022],[-119.79723399999995,76.104155999999989],[-119.7727809999999,76.099425999999937],[-119.74416400000001,76.097487999999998],[-119.64723200000003,76.081664999999987],[-119.62666300000001,76.076660000000118],[-119.50389100000001,76.040817000000061],[-119.49137899999999,76.035538000000088],[-119.47833299999996,76.024155000000121],[-119.47389199999998,76.018599999999992],[-119.47222899999997,76.000824000000023],[-119.47609699999998,75.982483000000059],[-119.48110999999989,75.970825000000048],[-119.48916599999995,75.965546000000018],[-119.50974299999996,75.960540999999978],[-119.53555299999994,75.962494000000106],[-119.54638699999998,75.968323000000112],[-119.56111099999998,75.97886699999998],[-119.57195299999995,75.984985000000108],[-119.58583099999998,75.989699999999971],[-119.612503,75.992477000000065],[-119.63694800000002,75.992203000000131],[-119.64890300000002,75.986649000000114],[-119.699997,75.94859300000013],[-119.70333900000003,75.942749000000106],[-119.6875,75.938309000000118],[-119.612503,75.910263000000043],[-119.81082199999997,75.86943100000002],[-119.870003,75.857483000000002],[-119.93554699999993,75.848328000000095],[-119.98000300000001,75.843323000000055],[-120.02583300000003,75.839980999999966],[-120.04915599999987,75.838882000000126],[-120.07640100000003,75.867203000000075],[-120.08500700000002,75.872757000000036],[-120.11416600000001,75.888321000000133],[-120.12805199999997,75.893051000000014],[-120.14916999999997,75.896378000000141],[-120.16639700000002,75.892487000000074],[-120.18028299999997,75.879974000000004],[-120.18331899999993,75.873871000000065],[-120.19722000000002,75.861374000000069],[-120.21501199999994,75.848602000000028],[-120.22582999999992,75.842209000000082],[-120.26972999999992,75.821930000000123],[-120.28888699999987,75.816085999999927],[-120.30915800000002,75.811096000000077],[-120.33222999999998,75.807480000000055],[-120.35555999999997,75.806366000000025],[-120.37805200000003,75.80664100000007],[-120.40387699999991,75.808318999999983],[-120.43028300000003,75.811096000000077],[-120.45445299999994,75.81581100000011],[-120.46694899999994,75.821105999999986],[-120.47582999999997,75.826660000000004],[-120.48528299999998,75.837769000000094],[-120.4886019999999,75.844147000000021],[-120.48972300000003,75.849991000000045],[-120.48832699999997,75.855545000000063],[-120.46305799999999,75.916382000000056],[-120.46000700000002,75.922484999999995],[-120.44860799999987,75.935532000000023],[-120.406113,75.954987000000017],[-120.40583800000002,75.97137500000008],[-120.43499799999989,76.003052000000025],[-120.45889299999999,76.011658000000125],[-120.46749899999998,76.012207000000046],[-120.53333299999991,76.003052000000025],[-120.56054699999999,75.991653000000099],[-120.56331599999993,75.985535000000141],[-120.57417299999997,75.979156000000103],[-120.59388699999994,75.978043000000014],[-120.61361699999998,75.981934000000081],[-120.64306599999986,75.992477000000065],[-120.696663,76.013884999999959],[-120.70722999999998,76.018875000000037],[-120.71611000000001,76.024429000000055],[-120.729446,76.039428999999984],[-120.75167799999997,76.099425999999937],[-120.75110599999999,76.105819999999994],[-120.74833699999999,76.111922999999933],[-120.74305700000002,76.117751999999939],[-120.73222399999997,76.124145999999996],[-120.71193699999998,76.129149999999981],[-120.72749299999992,76.158600000000035],[-120.85722399999986,76.196639999999945],[-120.88362100000001,76.198318000000086],[-120.90249599999999,76.196365000000128],[-120.95639,76.177765000000022],[-120.96806300000003,76.172211000000004],[-121.00890400000003,76.144149999999911],[-121.01251199999996,76.139160000000061],[-121.016953,76.121094000000085],[-121.02528399999989,76.073318000000029],[-121.02278100000001,76.059143000000063],[-120.99328600000001,76.026817000000108],[-120.97961399999997,76.019653000000119],[-120.970123,76.013489000000106],[-120.93195300000002,75.959990999999945],[-120.93306000000001,75.956940000000145],[-120.94583099999994,75.94859300000013],[-120.98082699999998,75.941649999999981],[-120.99944299999999,75.939697000000024],[-121.01445000000001,75.942749000000106],[-121.01722699999999,75.94802900000002],[-121.01112399999988,75.970825000000048],[-121.00055699999996,75.977203000000145],[-120.98610699999995,75.984145999999953],[-121.00761399999999,75.988982999999962],[-121.01527399999998,75.992149000000097],[-121.030441,75.992477000000065],[-121.09277299999997,75.993317000000104],[-121.11389199999996,75.991653000000099],[-121.25945299999995,75.964432000000045],[-121.26583900000003,75.958328000000051],[-121.271118,75.946091000000081],[-121.27887699999985,75.927765000000079],[-121.34861799999993,75.928040000000067],[-121.423317,75.933868000000018],[-121.43639400000001,75.939148000000046],[-121.422775,75.946465000000103],[-121.41665599999988,75.953049000000078],[-121.42415599999993,75.956649999999911],[-121.479446,75.976379000000009],[-121.58306899999997,76.003601000000117],[-121.59500100000002,76.005554000000075],[-121.83473200000003,76.034424000000115],[-122.13417099999998,76.036377000000073],[-122.14499699999999,76.030823000000055],[-122.14472999999992,75.996932999999956],[-122.16944899999999,75.978043000000014],[-122.33583099999998,75.942474000000118],[-122.37666300000001,75.933868000000018],[-122.41639700000002,75.928589000000045],[-122.442207,75.927475000000072],[-122.48916599999995,75.927200000000028],[-122.51666299999994,75.928314],[-122.56360599999999,75.931931000000134],[-122.67610200000001,75.951660000000061],[-122.69638099999997,75.955551000000128],[-122.72250400000001,75.96887200000009],[-122.728882,75.973037999999974],[-122.66915899999998,75.976929000000041],[-122.64943699999998,75.982208000000014],[-122.59111000000001,76.001663000000008],[-122.57640100000003,76.007492000000013],[-122.5625,76.014434999999992],[-122.47556299999997,76.104431000000034],[-122.47112300000003,76.110260000000039],[-122.47193899999996,76.114990000000034],[-122.48554999999993,76.1202550000001],[-122.49833699999994,76.120529000000033],[-122.60134900000003,76.115097000000048],[-122.62222300000002,76.111374000000012],[-122.67832900000002,76.111374000000012],[-122.69999699999994,76.112198000000149],[-122.70445299999994,76.114426000000094],[-122.69554099999993,76.117751999999939],[-122.58721899999995,76.134155000000021],[-122.50195299999996,76.136383000000137],[-122.48999000000003,76.141098],[-122.57417299999992,76.166091999999992],[-122.595551,76.170822000000044],[-122.62027,76.174423000000047],[-122.64666699999998,76.175812000000064],[-122.67027300000001,76.174423000000047],[-122.69360399999999,76.17053199999998],[-122.73361199999994,76.162491000000102],[-122.84277299999997,76.131088000000091],[-122.885559,76.104431000000034],[-122.90194699999995,76.098038000000031],[-122.92138699999987,76.092758000000003],[-123.01139799999993,76.083328000000108],[-123.037781,76.084717000000069],[-122.97917199999995,76.125809000000118],[-122.84861799999999,76.208878000000027],[-122.72112299999998,76.231369000000029],[-122.636124,76.264709000000096],[-122.63166799999999,76.270538000000101],[-122.63751200000002,76.288040000000137],[-122.64527899999996,76.299712999999997],[-122.63249199999996,76.329987000000017],[-122.62638900000002,76.336380000000133],[-122.61776700000001,76.342208999999968],[-122.59889199999998,76.348328000000038],[-122.57861300000002,76.353591999999992],[-122.39890300000002,76.396941999999967],[-122.30943300000001,76.408875000000023],[-122.01471699999996,76.432479999999998],[-121.826683,76.422760000000096],[-121.78195199999999,76.420258000000047],[-121.73805199999998,76.421097000000145],[-121.54998799999993,76.434708000000114],[-121.53307299999994,76.437195000000031],[-121.51445000000001,76.444138000000009],[-121.421944,76.493590999999924],[-121.31220999999994,76.572495000000004],[-121.30695300000002,76.578323000000125],[-121.31388899999996,76.589705999999978],[-121.30915800000002,76.593872000000033],[-121.21250899999995,76.649719000000005],[-121.118607,76.673309000000017],[-121.10109699999992,76.668320000000051],[-121.079453,76.668320000000051],[-121.05666399999996,76.671371000000022],[-120.923317,76.689972000000068],[-120.900284,76.693313999999987],[-120.88417099999998,76.698868000000004],[-120.86193800000001,76.711929000000112],[-120.84777799999989,76.724700999999925],[-120.83249699999993,76.731369000000086],[-120.81220999999994,76.737198000000092],[-120.76611299999996,76.743591000000094],[-120.66915899999998,76.751099000000067],[-120.64083899999997,76.748596000000134],[-120.62581599999999,76.746367999999961],[-120.60417200000001,76.746367999999961],[-120.58112299999999,76.7494200000001],[-120.40167200000002,76.797211000000004],[-120.38194299999992,76.804153000000042],[-120.36776700000001,76.810257000000092],[-120.36609599999997,76.813309000000004],[-120.36527999999993,76.836105000000032],[-120.09137699999997,77.003051999999968],[-120.06916799999999,77.008040999999935],[-120.03888699999999,77.013321000000019],[-120.02278100000001,77.015273999999977],[-119.99722300000002,77.01638800000012],[-119.97693600000002,77.013321000000019],[-119.96112099999993,77.009995000000004],[-119.94999699999994,77.012497000000053],[-119.92027299999995,77.023605000000032],[-119.83944700000001,77.05693100000002],[-119.83167999999995,77.06303400000013],[-119.83249699999999,77.069153000000142],[-119.83583099999987,77.075271999999984],[-119.83721899999995,77.079712000000029],[-119.83556399999998,77.085266000000047],[-119.825287,77.091095000000053],[-119.8125,77.096649000000014],[-119.77639799999992,77.106094000000098],[-119.60056299999991,77.145827999999995],[-119.43331899999998,77.173599000000081],[-119.41082799999998,77.178588999999931],[-119.389183,77.184417999999994],[-119.360817,77.203323000000069],[-119.354446,77.209152000000131],[-119.346947,77.221374999999966],[-119.34583999999995,77.227767999999969],[-119.33389299999993,77.239975000000072],[-119.31582599999996,77.258041000000105],[-119.29583700000001,77.276657000000114],[-119.26834099999996,77.28915400000011],[-119.25306699999999,77.295258000000103],[-119.22222899999991,77.306366000000082],[-119.20111099999991,77.313034000000073],[-119.15334299999995,77.325821000000076],[-119.11444099999994,77.327484000000027],[-119.08666999999997,77.326660000000061],[-119.00110599999988,77.321106000000043],[-118.94138299999992,77.319717000000082],[-118.91694599999994,77.32249500000006],[-118.89389,77.327484000000027],[-118.87000299999994,77.333878000000084],[-118.75723299999999,77.352478000000019],[-118.73249800000002,77.35554500000012],[-118.65110799999997,77.360535000000141],[-118.44972199999995,77.358871000000136],[-118.224716,77.356094000000041],[-118.19721999999996,77.354980000000069],[-118.16583300000002,77.355255000000056],[-118.14111299999996,77.35803199999998],[-118.12805200000003,77.364426000000037],[-118.12721299999998,77.369431000000077],[-118.125,77.372482000000105],[-118.10694899999993,77.378036000000122],[-118.08750899999995,77.379150000000095],[-117.91111799999993,77.386932000000058],[-117.86721799999992,77.388596000000064],[-117.85056299999991,77.384430000000123],[-117.781113,77.36303700000002],[-117.76806599999998,77.357758000000047],[-117.756958,77.351654000000053],[-117.75083899999998,77.346648999999957],[-117.73860200000001,77.341933999999924],[-117.72444200000001,77.338043000000084],[-117.61193800000001,77.327774000000034],[-117.45084400000002,77.312194999999917],[-117.27639799999997,77.28915400000011],[-117.02306399999998,77.290817000000004],[-117.01478600000002,77.296700000000044],[-117.01711999999992,77.300208999999938],[-117.02749599999993,77.310256999999979],[-117.06082199999997,77.326660000000061],[-117.10555999999997,77.339981000000023],[-117.11582900000002,77.34165999999999],[-117.11805699999996,77.338593000000117],[-117.1324919999999,77.333328000000051],[-117.15416699999997,77.332489000000066],[-117.16999800000002,77.335815000000082],[-117.18195300000002,77.34027100000003],[-117.18167099999999,77.346375000000023],[-117.17666600000001,77.352203000000145],[-117.15888999999987,77.358871000000136],[-117.14277600000003,77.361374000000126],[-117.11945300000002,77.359985000000108],[-117.06082199999997,77.353317000000118],[-117.00749999999994,77.343039999999974],[-116.94666299999994,77.329436999999984],[-116.87638900000002,77.318054000000132],[-116.848343,77.315810999999997],[-116.79583700000001,77.317490000000021],[-116.77887699999997,77.319153000000085],[-116.65167199999996,77.377761999999962],[-116.64835399999998,77.383330999999998],[-116.65167199999996,77.388046000000031],[-116.66278099999994,77.391662999999994],[-116.74137899999999,77.395263999999997],[-116.87082699999996,77.400818000000015],[-116.89917000000003,77.399428999999998],[-116.97582999999997,77.393326000000059],[-116.99471999999992,77.394440000000031],[-117.01112399999994,77.398880000000077],[-117.15306099999992,77.451660000000118],[-117.14998599999996,77.457214000000135],[-117.13890100000003,77.460541000000035],[-117.08306899999997,77.474425999999937],[-117.06667299999998,77.476929000000098],[-117.06139399999989,77.476089000000059],[-117.03833799999995,77.471001000000058],[-116.991669,77.466660000000104],[-116.91972399999997,77.470535000000041],[-116.89444700000001,77.473312000000135],[-116.78527799999995,77.499145999999996],[-116.75723299999993,77.511658000000011],[-116.76944699999996,77.516388000000006],[-116.85109699999998,77.516663000000051],[-116.87917299999987,77.517761000000121],[-116.9058379999999,77.520264000000111],[-116.926941,77.524704000000099],[-116.92054699999994,77.528594999999996],[-116.900284,77.532211000000018],[-116.875,77.534988000000112],[-116.83306900000002,77.533600000000035],[-116.75418100000002,77.534424000000001],[-116.64750699999996,77.537766000000147],[-116.58583099999998,77.540543000000014],[-116.53611799999993,77.544434000000081],[-116.48777799999999,77.550262000000032],[-116.35109699999998,77.539154000000053]],[[-85.285278000000005,77.587494000000049],[-85.259734999999978,77.586655000000121],[-85.235274999999945,77.586655000000121],[-85.107223999999974,77.581099999999992],[-85.011123999999938,77.57388300000008],[-84.995270000000005,77.569443000000092],[-84.822509999999966,77.505264000000125],[-84.813889000000017,77.497208000000057],[-84.824447999999961,77.491927999999973],[-84.843062999999916,77.487198000000149],[-84.934433000000013,77.470260999999937],[-84.960830999999985,77.466385000000059],[-85.027221999999995,77.459717000000069],[-85.095551,77.454437000000041],[-85.126937999999939,77.453048999999908],[-85.153609999999958,77.454437000000041],[-85.168335000000013,77.456939999999975],[-85.178604000000007,77.464157000000114],[-85.172500999999897,77.473601999999971],[-85.159164000000033,77.48414600000001],[-85.144729999999925,77.489426000000094],[-85.138610999999969,77.494980000000112],[-85.140839000000028,77.501663000000065],[-85.152785999999992,77.507767000000115],[-85.170273000000009,77.511658000000011],[-85.248885999999914,77.527481000000023],[-85.270843999999954,77.529984000000013],[-85.319732999999928,77.532211000000018],[-85.344161999999983,77.532211000000018],[-85.39916999999997,77.53387500000008],[-85.538329999999974,77.539978000000019],[-85.535552999999936,77.543869000000086],[-85.352218999999934,77.582764000000054],[-85.31138599999997,77.586655000000121],[-85.285278000000005,77.587494000000049]],[[-90.603058000000033,77.628311000000053],[-90.521118000000001,77.626083000000108],[-90.492492999999968,77.626083000000108],[-90.438598999999954,77.630538999999999],[-90.414443999999946,77.631087999999977],[-90.388061999999877,77.629425000000026],[-90.339172000000019,77.623871000000065],[-90.242492999999854,77.612488000000042],[-90.219161999999983,77.608871000000079],[-90.208892999999932,77.603042999999957],[-90.210007000000019,77.597488000000055],[-90.206664999999987,77.59165999999999],[-90.196654999999964,77.587204000000042],[-90.177779999999927,77.58248900000001],[-90.059722999999963,77.566375999999991],[-89.937209999999993,77.53276100000005],[-89.91722099999987,77.527205999999978],[-89.841109999999958,77.504166000000055],[-89.806655999999919,77.492477000000122],[-89.753615999999965,77.473038000000031],[-89.719161999999983,77.458328000000108],[-89.636123999999995,77.339157000000057],[-89.640288999999996,77.333328000000051],[-89.67471299999994,77.310256999999979],[-89.70777899999996,77.294144000000131],[-89.849730999999963,77.25],[-89.882767000000001,77.239975000000072],[-89.919998000000021,77.230270000000019],[-90,77.213814000000013],[-90.009170999999981,77.211928999999998],[-90.088897999999915,77.199707000000046],[-90.118057000000022,77.198593000000074],[-90.129165999999998,77.200546000000031],[-90.259170999999924,77.201096000000064],[-90.366942999999992,77.197754000000089],[-90.416655999999989,77.213042999999971],[-90.683318999999926,77.271927000000062],[-90.704726999999934,77.276382000000069],[-90.727218999999934,77.279984000000013],[-90.843063000000029,77.292754999999943],[-90.90972899999997,77.303040000000067],[-90.946655000000021,77.309418000000051],[-91.146666999999923,77.362198000000092],[-91.18249499999996,77.386932000000058],[-91.187209999999993,77.390273999999977],[-91.208892999999932,77.414993000000095],[-91.206954999999994,77.568604000000107],[-91.184433000000013,77.608597000000145],[-91.173614999999927,77.613036999999963],[-91.15834000000001,77.617203000000075],[-91.10943599999996,77.624985000000038],[-90.906386999999938,77.653046000000131],[-90.880828999999949,77.654434000000037],[-90.826400999999976,77.654434000000037],[-90.801666000000012,77.651657000000114],[-90.727492999999981,77.642212000000029],[-90.683608999999933,77.633331000000112],[-90.603058000000033,77.628311000000053]],[[-105.01027699999986,77.408034999999927],[-104.98665599999998,77.404434000000094],[-104.96193700000003,77.404434000000094],[-104.90805099999994,77.406937000000028],[-104.82584400000002,77.413605000000018],[-104.77166699999998,77.416656000000046],[-104.74109599999997,77.414428999999984],[-104.73277300000001,77.411377000000073],[-104.53832999999997,77.338318000000072],[-104.48889199999996,77.318603999999993],[-104.39555399999995,77.276382000000069],[-104.38834400000002,77.271378000000141],[-104.38137799999998,77.264435000000105],[-104.37998999999996,77.261931999999945],[-104.36554699999999,77.230270000000019],[-104.36749299999997,77.224425999999994],[-104.40499899999992,77.172485000000108],[-104.416946,77.161926000000051],[-104.43804899999998,77.150543000000027],[-104.47250400000001,77.13749700000011],[-104.5,77.133040999999992],[-104.52250699999996,77.130539000000113],[-104.74027999999993,77.108597000000088],[-104.79028299999999,77.108871000000022],[-104.83249699999993,77.113312000000121],[-104.85333300000002,77.117477000000122],[-104.86916400000001,77.123596000000134],[-104.883331,77.135543999999982],[-104.89250199999992,77.141936999999928],[-104.906387,77.147491000000116],[-104.92250099999995,77.152481000000023],[-104.945267,77.157211000000018],[-104.993607,77.164992999999981],[-105.04444899999993,77.171371000000136],[-105.09583999999995,77.176085999999998],[-105.11971999999997,77.176650999999993],[-105.13751200000002,77.176085999999998],[-105.15167200000002,77.171371000000136],[-105.24694799999997,77.193863000000022],[-105.40888999999999,77.281661999999983],[-105.41722099999998,77.284714000000065],[-105.45527599999997,77.291930999999977],[-105.48111,77.294983000000116],[-105.50666799999993,77.299149],[-105.531677,77.30525200000011],[-105.55027799999999,77.311645999999996],[-105.57195300000001,77.323317999999915],[-105.67916899999994,77.447479000000044],[-105.691101,77.497208000000057],[-105.83444199999997,77.610260000000096],[-105.85833700000001,77.626923000000147],[-105.878601,77.639709000000096],[-105.88890100000003,77.645263999999997],[-105.93083200000001,77.663040000000137],[-105.94776899999994,77.668868999999972],[-105.98000299999995,77.679427999999973],[-106.01471700000002,77.688583000000051],[-106.08361799999989,77.71026599999999],[-106.09166699999997,77.71527100000003],[-106.09472700000003,77.724151999999947],[-106.08917199999996,77.72886699999998],[-106.07945299999989,77.732758000000047],[-106.04055800000003,77.744980000000055],[-106.01222200000001,77.750549000000035],[-105.94167299999987,77.759720000000016],[-105.91388699999999,77.762497000000053],[-105.70056199999999,77.753600999999946],[-105.64890299999996,77.748596000000077],[-105.55248999999998,77.729430999999977],[-105.50666799999993,77.719711000000075],[-105.47028399999999,77.709152000000017],[-105.38971699999996,77.683868000000018],[-105.17360699999995,77.612198000000035],[-105.15695199999999,77.606093999999985],[-105.03971899999999,77.552199999999971],[-105.02778599999994,77.546371000000136],[-104.968613,77.514435000000049],[-104.95916699999998,77.508041000000048],[-104.94888300000002,77.496094000000085],[-104.94499199999996,77.484984999999995],[-104.946663,77.479155999999989],[-104.95249899999999,77.474425999999937],[-104.96749899999998,77.468872000000147],[-105.01027699999986,77.458603000000096],[-105.01194800000002,77.45277400000009],[-105.01806599999986,77.411925999999994],[-105.01027699999986,77.408034999999927]],[[-95.405838000000017,77.763885000000016],[-95.408889999999928,77.75221300000004],[-95.406113000000005,77.746094000000028],[-95.389724999999942,77.739426000000037],[-95.363892000000021,77.737198000000092],[-95.343886999999995,77.738037000000077],[-95.118606999999997,77.74971000000005],[-95.087783999999942,77.75221300000004],[-95.059433000000013,77.756653000000085],[-95.029174999999952,77.767211999999915],[-95.010833999999988,77.777771000000143],[-94.981673999999998,77.780823000000055],[-94.951674999999966,77.782486000000006],[-94.752228000000002,77.788589000000115],[-94.728881999999942,77.788315000000011],[-94.623321999999973,77.783599999999979],[-94.572783999999899,77.780548000000067],[-94.542220999999927,77.773880000000077],[-94.521118000000001,77.767761000000064],[-94.477492999999924,77.764708999999982],[-94.448607999999979,77.765273999999977],[-94.356658999999866,77.767487000000131],[-94.252501999999936,77.772216999999955],[-94.089995999999928,77.765823000000125],[-94.030288999999982,77.760543999999982],[-93.951110999999969,77.735535000000141],[-93.935821999999973,77.732483000000059],[-93.931380999999988,77.732483000000059],[-93.826675000000023,77.739426000000037],[-93.820007000000032,77.744980000000055],[-93.817779999999971,77.75082400000008],[-93.806655999999919,77.756378000000041],[-93.786666999999966,77.761108000000092],[-93.68638599999997,77.773880000000077],[-93.65695199999999,77.776657],[-93.629439999999931,77.77609300000006],[-93.546111999999994,77.770827999999995],[-93.241669000000002,77.733871000000136],[-93.233886999999868,77.732483000000059],[-93.17471299999994,77.704163000000051],[-93.101944000000003,77.662490999999989],[-93.106658999999922,77.660263000000043],[-93.14834599999989,77.645538000000101],[-93.164169000000015,77.64027400000009],[-93.196380999999974,77.637206999999989],[-93.222504000000015,77.638596000000007],[-93.249161000000015,77.641663000000108],[-93.277221999999938,77.643599999999935],[-93.303054999999972,77.643599999999935],[-93.35943599999996,77.635818000000029],[-93.379439999999988,77.630814000000044],[-93.390288999999939,77.625533999999959],[-93.397232000000031,77.619979999999998],[-93.486388999999974,77.54553199999998],[-93.502501999999993,77.503052000000082],[-93.477782999999988,77.492477000000122],[-93.474715999999944,77.487487999999985],[-93.474166999999909,77.476379000000065],[-93.475280999999995,77.47137499999991],[-93.480834999999956,77.466660000000104],[-93.537780999999995,77.445816000000093],[-93.553054999999915,77.440811000000053],[-93.570556999999951,77.437759000000142],[-93.906661999999983,77.433319000000097],[-93.933884000000035,77.433593999999971],[-94.25167799999997,77.455261000000007],[-94.319457999999997,77.468597000000102],[-94.345001000000025,77.472487999999998],[-94.468886999999995,77.476929000000098],[-94.801101999999901,77.480270000000132],[-95.032226999999978,77.469986000000119],[-95.123610999999983,77.463882000000069],[-95.204453000000001,77.460814999999968],[-95.252791999999943,77.460814999999968],[-95.294998000000021,77.466385000000059],[-95.346389999999985,77.469986000000119],[-95.477492999999981,77.473877000000016],[-95.532776000000013,77.473601999999971],[-95.726105000000018,77.470260999999937],[-95.823623999999938,77.466385000000059],[-95.838897999999858,77.462493999999992],[-95.864166000000012,77.462203999999986],[-95.889450000000011,77.464432000000102],[-96,77.479980000000126],[-96.061385999999857,77.491652999999985],[-96.083327999999995,77.497756999999979],[-96.099730999999963,77.504439999999988],[-96.259170999999981,77.571929999999952],[-96.318343999999968,77.598877000000073],[-96.328888000000006,77.604980000000012],[-96.255568999999923,77.689697000000024],[-96.241104000000007,77.694977000000108],[-96.194442999999978,77.704987000000017],[-96.077224999999942,77.726929000000041],[-95.934433000000013,77.753052000000025],[-95.918059999999969,77.755554000000075],[-95.897231999999974,77.757492000000013],[-95.869445999999925,77.757217000000026],[-95.848052999999993,77.755264000000068],[-95.742767000000015,77.762207000000046],[-95.630553999999961,77.771102999999982],[-95.583892999999932,77.779709000000082],[-95.570007000000032,77.784149000000127],[-95.566101000000003,77.78776600000009],[-95.565552000000025,77.792755000000056],[-95.552779999999927,77.796097000000145],[-95.528884999999946,77.801086000000112],[-95.49610899999999,77.805542000000059],[-95.465285999999935,77.80802900000009],[-95.427779999999984,77.803314000000057],[-95.418335000000013,77.798874000000069],[-95.410827999999981,77.792480000000012],[-95.40695199999999,77.787201000000039],[-95.404449,77.776381999999955],[-95.405838000000017,77.763885000000016]],[[-77.851944000000003,77.774429000000055],[-77.875274999999874,77.774429000000055],[-77.888061999999877,77.781372000000033],[-77.930556999999965,77.808868000000075],[-77.955001999999922,77.830276000000026],[-77.952224999999999,77.833054000000004],[-77.936385999999914,77.839157000000114],[-77.906386999999995,77.844437000000028],[-77.880279999999914,77.848038000000031],[-77.821121000000005,77.854431000000034],[-77.717772999999966,77.863037000000134],[-77.676102000000014,77.864700000000028],[-77.622771999999941,77.862762000000089],[-77.596389999999985,77.860808999999961],[-77.582779000000016,77.858032000000094],[-77.575286999999946,77.854980000000126],[-77.568619000000012,77.849716000000001],[-77.575561999999991,77.823608000000036],[-77.579178000000013,77.81860400000005],[-77.592772999999909,77.813309000000004],[-77.628052000000025,77.804153000000042],[-77.658889999999985,77.79693600000013],[-77.680557000000022,77.792755000000056],[-77.851944000000003,77.774429000000055]],[[-101.71140300000002,77.901657000000057],[-101.671944,77.893326000000002],[-101.62082699999996,77.884430000000066],[-101.52443700000003,77.869980000000112],[-101.450287,77.861098999999967],[-101.36833200000001,77.853867000000093],[-101.26555599999995,77.842758000000003],[-101.23777799999993,77.838882000000126],[-101.19138299999997,77.830826000000059],[-101.16139199999992,77.822769000000051],[-100.96056399999992,77.759155000000135],[-100.92639200000002,77.743317000000104],[-100.92555199999998,77.737198000000092],[-100.92887899999999,77.731369000000086],[-100.94055200000003,77.726929000000041],[-100.96472199999994,77.72554000000008],[-101.096947,77.719436999999914],[-101.21694899999994,77.721924000000001],[-101.26777599999997,77.725815000000068],[-101.31806899999992,77.726089000000002],[-101.50695799999994,77.724991000000102],[-101.53527799999995,77.723602000000142],[-101.56471299999993,77.720535000000041],[-101.58583099999993,77.71527100000003],[-101.593613,77.709427000000005],[-101.60582699999992,77.703873000000044],[-101.62249799999995,77.69859300000013],[-101.65222199999994,77.694427000000076],[-101.79888900000003,77.676376000000062],[-101.82640099999992,77.676086000000055],[-102.01695299999994,77.679703000000018],[-102.06777999999997,77.682205000000067],[-102.1416779999999,77.690810999999997],[-102.43639399999995,77.729705999999965],[-102.44444299999998,77.731934000000081],[-102.51083399999999,77.786102000000085],[-102.52971600000001,77.834152000000074],[-102.51806599999992,77.844146999999964],[-102.49889400000001,77.855545000000006],[-102.45889299999999,77.871094000000085],[-102.44249000000002,77.876648000000102],[-102.41665599999999,77.881927000000076],[-102.38778699999995,77.884155000000021],[-102.13999899999999,77.896378000000084],[-102.08389299999999,77.897217000000069],[-102.04915599999998,77.896942000000024],[-101.91583299999996,77.893875000000094],[-101.83194699999996,77.893875000000094],[-101.779449,77.896378000000084],[-101.74973299999999,77.899719000000118],[-101.71140300000002,77.901657000000057]],[[-114.07305899999994,77.981659000000036],[-113.9813769999999,77.934982000000105],[-113.97501399999993,77.931091000000038],[-113.97222899999997,77.925262000000032],[-113.97222899999997,77.919983000000059],[-113.9583439999999,77.914993000000038],[-113.92388900000003,77.910812000000135],[-113.89499699999993,77.908325000000048],[-113.84028599999999,77.906097000000102],[-113.72666899999996,77.896103000000039],[-113.70639,77.891663000000051],[-113.58556399999998,77.825820999999962],[-113.57861300000002,77.819991999999957],[-113.57611099999997,77.814147999999989],[-113.58750899999995,77.80802900000009],[-113.61916399999996,77.795821999999987],[-113.65972899999997,77.783324999999991],[-113.78832999999992,77.745255000000043],[-113.90833999999995,77.726379000000009],[-113.93472300000002,77.72387700000013],[-114.11444099999989,77.706649999999911],[-114.19304699999998,77.69802900000002],[-114.22305299999999,77.698868000000004],[-114.27722199999999,77.702209000000039],[-114.33112299999999,77.709717000000012],[-114.415009,77.731369000000086],[-114.514183,77.765273999999977],[-114.66251399999999,77.803863999999919],[-114.70916699999998,77.813599000000011],[-114.73029300000002,77.818877999999984],[-114.84834299999994,77.854706000000022],[-115.07721699999996,77.938582999999994],[-115.11138900000003,77.953872999999987],[-115.11501299999992,77.956375000000037],[-115.11609599999991,77.958327999999995],[-115.10833700000001,77.961380000000077],[-115.09084300000001,77.963608000000079],[-115.06054699999993,77.963882000000012],[-115.03388999999993,77.962204000000042],[-114.93028299999997,77.960541000000148],[-114.81973299999993,77.973037999999917],[-114.79778299999992,77.975540000000024],[-114.77749599999993,77.981659000000036],[-114.74027999999998,78.000000000000057],[-114.60582699999998,78.03054800000001],[-114.40083299999998,78.067490000000021],[-114.35500300000001,78.070541000000048],[-114.32694999999995,78.0711060000001],[-114.30332899999996,78.070541000000048],[-114.28694200000001,78.066086000000041],[-114.07305899999994,77.981659000000036]],[[-109.58805799999999,78.064697000000024],[-109.58056599999998,78.058319000000097],[-109.58112299999988,78.041367000000093],[-109.58528100000001,78.035538000000088],[-109.66972399999997,77.971649000000127],[-109.68305999999995,77.965820000000122],[-109.70556599999986,77.959991000000116],[-109.76027699999997,77.951096000000064],[-109.81527699999992,77.942749000000106],[-109.84249899999998,77.938873000000001],[-109.89750699999996,77.932755000000043],[-110.00723299999987,77.921371000000136],[-110.14499699999999,77.911926000000108],[-110.162781,77.906936999999971],[-110.16665599999999,77.901093000000117],[-110.19611399999991,77.896652000000017],[-110.22112299999998,77.893875000000094],[-110.24889399999995,77.893875000000094],[-110.48999000000003,77.883881000000088],[-110.62666300000001,77.873032000000023],[-110.65416700000003,77.871918000000051],[-110.79250299999995,77.870819000000097],[-110.846947,77.866379000000052],[-110.87389400000001,77.862198000000149],[-110.89584400000001,77.856093999999928],[-110.90139799999992,77.849716000000001],[-110.90471600000001,77.843872000000147],[-110.90360999999996,77.838042999999971],[-110.90028399999994,77.832763999999997],[-110.89444699999996,77.826934999999992],[-110.88639799999987,77.820831000000112],[-110.74388099999993,77.773605000000089],[-110.71556099999992,77.768875000000037],[-110.65888999999999,77.759720000000016],[-110.63110399999994,77.758040999999992],[-110.60138699999999,77.758881000000031],[-110.51972999999992,77.763321000000019],[-110.41583299999996,77.770827999999995],[-110.39306599999986,77.773041000000148],[-110.368607,77.776381999999955],[-110.28916899999996,77.782486000000006],[-110.16111799999999,77.784149000000127],[-110.13305700000001,77.780548000000067],[-110.10500299999995,77.774994000000049],[-110.09028599999994,77.769150000000081],[-110.08029199999993,77.763321000000019],[-110.04055800000003,77.637496999999996],[-110.08029199999993,77.563599000000067],[-110.08416699999992,77.557755000000043],[-110.09221599999995,77.551926000000037],[-110.11749299999997,77.539978000000019],[-110.20333899999997,77.511383000000137],[-110.22501399999987,77.505264000000125],[-110.27055399999995,77.49581900000004],[-110.29695100000004,77.491652999999985],[-110.502228,77.460266000000047],[-110.81500199999999,77.424988000000042],[-110.82749899999999,77.419144000000017],[-110.85082999999992,77.414428999999984],[-110.87721299999998,77.411377000000073],[-110.95639,77.407486000000006],[-111.00974299999996,77.406096999999988],[-111.06527699999998,77.406096999999988],[-111.11721799999992,77.408874999999966],[-111.172234,77.416092000000106],[-111.29998799999993,77.419144000000017],[-111.46305799999999,77.393051000000071],[-111.61833200000001,77.373871000000122],[-111.82501199999996,77.34887700000013],[-112.031113,77.324707000000103],[-112.05722000000003,77.323317999999915],[-112.083618,77.323043999999982],[-112.13694800000002,77.323317999999915],[-112.16639700000002,77.325271999999984],[-112.41306299999997,77.356094000000041],[-112.43888900000002,77.361099000000081],[-112.48222399999992,77.371094000000028],[-112.5,77.378235000000018],[-112.50778200000002,77.381363000000022],[-112.52139299999999,77.389434999999992],[-112.52333099999993,77.395263999999997],[-112.52694700000001,77.399719000000061],[-112.545547,77.415817000000061],[-112.587784,77.449141999999938],[-112.60109699999992,77.455261000000007],[-112.626938,77.459427000000062],[-112.65387699999997,77.458878000000141],[-112.68222000000003,77.456939999999975],[-112.69721999999996,77.455261000000007],[-112.73889200000002,77.445816000000093],[-112.764183,77.441650000000038],[-112.79083300000002,77.441086000000098],[-112.80249000000003,77.442474000000004],[-112.92887899999994,77.464157000000114],[-112.95777899999996,77.469436999999971],[-112.96389799999992,77.474152000000004],[-112.96806299999992,77.485809000000131],[-112.96806299999992,77.492203000000018],[-112.97028399999999,77.498032000000023],[-112.978882,77.503326000000015],[-112.99445300000002,77.508881000000088],[-113.01167299999997,77.512771999999984],[-113.03751399999999,77.515823000000012],[-113.06500199999999,77.517211999999972],[-113.14611799999994,77.517761000000121],[-113.17388900000003,77.519440000000145],[-113.198036,77.523880000000133],[-113.20472699999999,77.529433999999981],[-113.23805199999998,77.581375000000037],[-113.24027999999993,77.587204000000042],[-113.16251399999993,77.609146000000123],[-113.1875,77.739426000000037],[-113.20556599999998,77.744431000000077],[-113.26251200000002,77.755554000000075],[-113.283073,77.761108000000092],[-113.29444899999999,77.766662999999994],[-113.30387899999994,77.773041000000148],[-113.31054699999993,77.778595000000109],[-113.31500199999994,77.783875000000023],[-113.31973299999999,77.795531999999923],[-113.31973299999999,77.807204999999954],[-113.31749699999995,77.813033999999959],[-113.30638099999993,77.837203999999986],[-113.23473399999989,77.901657000000057],[-113.23082699999992,77.903594999999996],[-113.20973200000003,77.90887500000008],[-113.12721299999998,77.912201000000096],[-113.09973100000002,77.912766000000147],[-113.07167099999998,77.912201000000096],[-113.04666099999997,77.907761000000107],[-113.03971899999999,77.901932000000102],[-112.94360399999999,77.911926000000108],[-112.80499299999985,77.933043999999995],[-112.78333299999997,77.937195000000088],[-112.76666299999999,77.942474000000061],[-112.74194299999988,77.951660000000004],[-112.57444799999996,77.979431000000091],[-112.46694899999994,77.992477000000008],[-112.29499800000002,78.010544000000095],[-112.12526699999995,78.00610400000005],[-111.97944599999994,78.018599999999992],[-111.787216,78.033599999999922],[-111.77610800000002,78.028046000000131],[-111.756393,78.024428999999998],[-111.73055999999997,78.024155000000064],[-111.70556599999998,78.026931999999988],[-111.63221699999991,78.040817000000061],[-111.34583999999995,78.076935000000105],[-111.31833599999999,78.08027600000014],[-111.28832999999997,78.081940000000145],[-111.09333800000002,78.092484000000013],[-111.048607,78.093597000000102],[-111.02749599999999,78.093322999999998],[-110.99861099999993,78.090546000000074],[-110.99749799999995,78.084717000000069],[-111.00110599999994,78.079987000000017],[-110.995003,78.074158000000011],[-110.90334300000001,78.062194999999974],[-110.861107,78.061645999999996],[-110.83306899999997,78.06303400000013],[-110.80555700000002,78.065262000000075],[-110.78778099999994,78.0711060000001],[-110.77500899999995,78.076935000000105],[-110.77139299999999,78.082764000000111],[-110.76334399999996,78.088882000000069],[-110.74553700000001,78.094711000000075],[-110.72721899999988,78.097762999999986],[-110.67051700000002,78.101089000000002],[-110.54998799999998,78.106094000000098],[-110.46584299999995,78.108597000000032],[-110.23777799999999,78.110809000000131],[-110.10082999999992,78.108597000000032],[-109.95916699999987,78.104705999999965],[-109.78916899999996,78.099716000000114],[-109.67777999999998,78.091933999999981],[-109.65387699999985,78.088318000000129],[-109.60527000000002,78.0711060000001],[-109.58805799999999,78.064697000000024]],[[-101.65139799999997,78.144714000000022],[-101.67527799999999,78.144440000000088],[-101.859444,78.15525800000006],[-101.87917299999992,78.158324999999991],[-101.88194299999998,78.162201000000039],[-101.77610800000002,78.216385000000116],[-101.75334199999992,78.227203000000088],[-101.73137700000001,78.232483000000116],[-101.70722999999987,78.23275799999999],[-101.68472299999996,78.230545000000006],[-101.68167099999994,78.227478000000076],[-101.67250100000001,78.226089000000115],[-101.63362100000001,78.210815000000025],[-101.62277199999988,78.204712000000086],[-101.61582899999996,78.199416999999983],[-101.60360700000001,78.187485000000038],[-101.59999099999993,78.181090999999981],[-101.59861799999993,78.175261999999975],[-101.59973100000002,78.164429000000041],[-101.60527000000002,78.159149000000127],[-101.61305199999998,78.153594999999939],[-101.62581599999993,78.148041000000148],[-101.65139799999997,78.144714000000022]],[[-103.05695300000002,78.119705000000067],[-103.11444099999994,78.11775200000011],[-103.19444299999992,78.11914100000007],[-103.212784,78.120529000000033],[-103.23029300000002,78.123871000000122],[-103.25862099999995,78.134995000000004],[-103.27027900000002,78.141097999999943],[-103.27722199999999,78.146941999999967],[-103.28222700000003,78.15776100000005],[-103.27971600000001,78.163605000000075],[-103.274719,78.169983000000002],[-103.26750199999998,78.17553700000002],[-103.23916600000001,78.192200000000071],[-103.22721899999993,78.197754000000089],[-103.17027300000001,78.219985999999949],[-103.12470999999999,78.236649000000057],[-103.06276700000001,78.258041000000048],[-103.04138199999994,78.263610999999969],[-102.98693800000001,78.27276599999999],[-102.93415800000002,78.27276599999999],[-102.89750700000002,78.269149999999968],[-102.82556199999993,78.258881000000088],[-102.8125,78.255829000000006],[-102.79860699999995,78.250274999999988],[-102.78916899999996,78.24443100000002],[-102.78222700000003,78.238586000000055],[-102.78028899999993,78.23275799999999],[-102.77639799999986,78.215546000000131],[-102.77639799999986,78.210266000000047],[-102.781387,78.204987000000074],[-102.79332699999998,78.199416999999983],[-102.85527000000002,78.188872999999944],[-102.89806399999992,78.17804000000001],[-102.93195300000002,78.166931000000091],[-102.97721899999999,78.150269000000094],[-103.01777599999997,78.133606000000043],[-103.04167199999995,78.122208000000001],[-103.05695300000002,78.119705000000067]],[[-94.366652999999985,78.159149000000127],[-94.378051999999968,78.15776100000005],[-94.404448999999943,78.159988000000112],[-94.506118999999956,78.172760000000096],[-94.520003999999858,78.177475000000129],[-94.67111199999988,78.240814000000057],[-94.683060000000012,78.247208000000057],[-94.694152999999915,78.2586060000001],[-94.692215000000033,78.264709000000039],[-94.681106999999884,78.274155000000007],[-94.660827999999924,78.279160000000047],[-94.635558999999944,78.28387500000008],[-94.602218999999991,78.287200999999925],[-94.572234999999921,78.287766000000147],[-94.546386999999982,78.284424000000058],[-94.515014999999892,78.278046000000074],[-94.481948999999929,78.268326000000002],[-94.36111499999987,78.22164900000007],[-94.344726999999978,78.214706000000092],[-94.316665999999998,78.197479000000044],[-94.309433000000013,78.191086000000098],[-94.306945999999925,78.184982000000048],[-94.309157999999968,78.179153000000042],[-94.366652999999985,78.159149000000127]],[[-88.287215999999944,78.24331699999999],[-88.360001000000011,78.237761999999918],[-88.381942999999978,78.242476999999951],[-88.393616000000009,78.248871000000008],[-88.404723999999987,78.25999500000006],[-88.407500999999911,78.264435000000105],[-88.411117999999931,78.273879999999963],[-88.40972899999997,78.292205999999965],[-88.404449,78.298035000000027],[-88.235274999999888,78.42692599999998],[-88.113051999999982,78.45526099999995],[-88.09445199999999,78.456940000000145],[-88.070281999999963,78.454712000000029],[-88.061385999999914,78.452484000000084],[-88.052779999999927,78.445526000000086],[-88.049728000000016,78.444427000000076],[-88.043334999999956,78.436646000000053],[-88.044448999999929,78.42442299999999],[-88.044997999999964,78.421371000000079],[-88.046660999999972,78.418868999999972],[-88.057220000000029,78.407485999999949],[-88.166396999999961,78.308029000000033],[-88.187774999999988,78.291655999999932],[-88.245543999999995,78.252777000000094],[-88.255004999999983,78.247208000000057],[-88.287215999999944,78.24331699999999]],[[-109.64806399999992,78.588042999999971],[-109.569458,78.586380000000077],[-109.54998799999998,78.586655000000064],[-109.50055700000001,78.582763999999997],[-109.40527299999997,78.556931000000077],[-109.33416699999998,78.524155000000121],[-109.26055899999994,78.487198000000092],[-109.25556899999998,78.482483000000059],[-109.254997,78.478591999999992],[-109.26055899999994,78.455826000000002],[-109.31806899999992,78.35803199999998],[-109.32721700000002,78.352203000000145],[-109.40499899999992,78.306366000000082],[-109.42859599999997,78.303314],[-109.59583999999995,78.302765000000022],[-109.766953,78.294144000000131],[-109.82444799999996,78.293869000000086],[-109.85333300000002,78.29664600000001],[-109.882767,78.301376000000062],[-109.89306599999998,78.307205000000067],[-109.89835399999998,78.3119200000001],[-109.90862299999998,78.317764000000068],[-109.92610200000001,78.323043999999982],[-109.95527599999997,78.325821000000076],[-109.98388699999998,78.325546000000031],[-110.01251200000002,78.323608000000092],[-110.19638099999997,78.303864000000033],[-110.22444199999995,78.299987999999928],[-110.25250199999999,78.295822000000044],[-110.279449,78.284987999999998],[-110.29778299999992,78.281097000000102],[-110.354446,78.276657000000057],[-110.4119419999999,78.277206000000035],[-110.484734,78.284424000000058],[-110.57167099999992,78.289703000000031],[-110.65833999999995,78.29304500000012],[-110.71556099999992,78.292480000000126],[-110.78778099999994,78.306931000000134],[-110.85665899999987,78.327208999999982],[-110.85888699999998,78.337769000000094],[-110.97501399999999,78.363876000000005],[-111.00250199999999,78.368042000000059],[-111.14138799999995,78.386108000000036],[-111.16999799999996,78.384155000000078],[-111.27778599999994,78.372207999999944],[-111.27139299999999,78.346100000000035],[-111.30610699999994,78.321106000000043],[-111.41000400000001,78.277206000000035],[-111.42304999999993,78.272217000000069],[-111.43888899999996,78.268600000000106],[-111.46250899999995,78.267487000000017],[-111.50527999999997,78.266936999999984],[-111.57556199999999,78.270538000000045],[-111.65249599999993,78.27276599999999],[-111.73832700000003,78.27276599999999],[-111.76666299999994,78.271378000000084],[-111.79527299999995,78.271103000000096],[-111.82000700000003,78.273604999999975],[-111.86472300000003,78.296370999999965],[-111.88221699999997,78.306931000000134],[-111.88861099999997,78.312485000000095],[-111.89277599999997,78.318054000000132],[-111.89167800000001,78.322220000000016],[-111.91861,78.332764000000054],[-111.939438,78.338318000000072],[-112.13305700000001,78.36554000000001],[-112.21501199999994,78.365265000000136],[-112.43776700000001,78.354431000000091],[-112.58306899999997,78.343597000000045],[-112.68443299999996,78.331375000000037],[-112.73916599999995,78.323043999999982],[-112.78721599999989,78.310531999999967],[-112.89083900000003,78.292480000000126],[-112.94499199999996,78.28387500000008],[-113.02694700000001,78.27276599999999],[-113.05499299999997,78.271378000000084],[-113.14222699999999,78.268326000000002],[-113.16860999999994,78.268600000000106],[-113.18831599999999,78.269989000000123],[-113.21777299999985,78.27777100000003],[-113.27333099999998,78.296370999999965],[-113.28195199999999,78.299713000000111],[-113.287781,78.302475000000015],[-113.33249699999993,78.328872999999987],[-113.33416699999998,78.332764000000054],[-113.21611000000001,78.385269000000108],[-113.1241609999999,78.420822000000101],[-113.11527999999987,78.423035000000084],[-113.03832999999997,78.436919999999986],[-112.71167000000003,78.484711000000061],[-112.60749800000002,78.4994200000001],[-112.36305199999998,78.533324999999991],[-112.31166100000002,78.539977999999962],[-112.23805199999998,78.547211000000004],[-112.12970699999994,78.551926000000037],[-111.98805199999987,78.552764999999965],[-111.90360999999996,78.548874000000069],[-111.87304699999999,78.544434000000081],[-111.85305800000003,78.542755000000056],[-111.80972299999991,78.545258000000047],[-111.75250199999994,78.55053700000002],[-111.67777999999993,78.563034000000016],[-111.641953,78.574158000000068],[-111.60082999999997,78.585266000000104],[-111.57224299999996,78.588593000000003],[-111.45556599999998,78.592758000000003],[-111.39195299999994,78.61192299999999],[-111.378601,78.617751999999996],[-111.37998999999991,78.622757000000036],[-111.36305199999998,78.64276099999995],[-111.16055299999999,78.691649999999925],[-110.95612299999993,78.718323000000112],[-110.79110700000001,78.735259999999926],[-110.6375119999999,78.748596000000077],[-110.46028100000001,78.757492000000013],[-110.43055700000002,78.758605999999986],[-110.41055299999999,78.757767000000001],[-110.39527900000002,78.756104000000107],[-110.38445299999989,78.751389000000074],[-110.271118,78.727768000000026],[-110.16416900000002,78.70915199999996],[-110.07778899999988,78.694977000000051],[-109.99722300000002,78.683868000000018],[-109.86165599999998,78.666930999999977],[-109.85582699999998,78.660262999999986],[-109.86000100000001,78.654433999999981],[-109.86165599999998,78.649155000000007],[-109.86110699999995,78.643326000000002],[-109.85526999999996,78.637496999999996],[-109.67054699999989,78.591370000000097],[-109.64806399999992,78.588042999999971]],[[-74.306945999999982,78.676651000000049],[-74.334166999999923,78.675262000000089],[-74.36721799999998,78.676086000000055],[-74.419448999999986,78.681655999999919],[-74.614166000000012,78.702774000000034],[-74.704726999999934,78.722762999999929],[-74.710007000000019,78.727477999999962],[-74.710281000000009,78.731094000000041],[-74.706664999999987,78.737488000000099],[-74.645003999999972,78.772491000000059],[-74.632216999999969,78.777206000000092],[-74.615829000000019,78.778595000000109],[-74.591109999999958,78.778870000000097],[-74.555557000000022,78.776093000000003],[-74.356948999999929,78.755829000000062],[-74.312042000000019,78.750000000000057],[-74.28195199999999,78.746094000000028],[-74.192489999999964,78.729705999999965],[-74.167770000000019,78.719986000000063],[-74.163619999999923,78.716094999999996],[-74.172774999999888,78.711380000000133],[-74.236388999999974,78.687194999999917],[-74.256667999999934,78.6827550000001],[-74.28443900000002,78.678864000000033],[-74.306945999999982,78.676651000000049]],[[-96.768065999999976,78.684143000000006],[-96.708892999999989,78.6827550000001],[-96.645003999999972,78.686096000000134],[-96.613051999999982,78.685532000000023],[-96.585007000000019,78.68331900000004],[-96.533614999999941,78.676926000000094],[-96.510559000000001,78.672484999999995],[-96.466399999999965,78.661926000000108],[-96.395279000000016,78.640549000000078],[-96.379165999999998,78.634430000000066],[-96.356109999999944,78.627762000000075],[-96.315826000000015,78.618042000000003],[-96.293883999999935,78.615265000000079],[-96.265015000000005,78.618866000000139],[-96.235549999999989,78.627762000000075],[-96.202498999999875,78.630264000000011],[-96.184432999999956,78.628586000000041],[-96.167495999999971,78.623306000000014],[-96.158889999999872,78.617203000000075],[-96.152495999999985,78.611374000000012],[-96.216400000000021,78.560531999999967],[-96.178054999999915,78.518875000000094],[-96.009445000000028,78.492477000000122],[-95.857773000000009,78.494980000000055],[-95.820006999999919,78.502213000000097],[-95.746658000000025,78.514998999999989],[-95.71665999999999,78.519714000000022],[-95.68472300000002,78.521103000000039],[-95.652221999999995,78.521378000000027],[-95.601944000000003,78.519714000000022],[-95.537215999999944,78.514708999999982],[-95.481673999999998,78.508881000000031],[-95.407775999999956,78.497208000000057],[-95.206389999999942,78.461655000000007],[-95.086944999999957,78.437759000000085],[-94.895003999999972,78.395828000000108],[-94.877776999999924,78.391373000000101],[-94.86082499999992,78.384720000000129],[-94.831679999999949,78.364699999999971],[-94.829177999999956,78.358871000000136],[-94.830840999999907,78.352767999999969],[-94.837508999999955,78.347214000000008],[-94.853332999999907,78.341934000000094],[-94.941939999999988,78.316375999999991],[-94.966948999999943,78.311371000000122],[-95.096389999999928,78.290268000000026],[-95.36361699999992,78.24136400000009],[-95.388061999999934,78.236374000000012],[-95.399170000000026,78.231093999999985],[-95.398620999999991,78.226928999999984],[-95.388900999999976,78.222488000000055],[-95.368880999999988,78.218596999999988],[-95.345839999999953,78.217758000000003],[-95.255279999999914,78.21804800000001],[-95.227492999999981,78.216660000000104],[-95.130829000000006,78.194138000000009],[-95.113051999999925,78.188583000000108],[-95.106948999999986,78.185257000000092],[-95.108611999999994,78.179428000000087],[-95.111937999999952,78.174149000000114],[-95.111937999999952,78.167480000000012],[-95.106109999999944,78.161926000000051],[-95.089721999999995,78.154984000000127],[-95.068068999999923,78.148041000000148],[-94.98332199999993,78.133040999999992],[-94.90695199999999,78.117203000000131],[-94.889998999999989,78.108870999999965],[-94.886947999999961,78.102768000000026],[-94.911666999999852,78.055251999999996],[-95.011397999999986,77.991363999999919],[-95.043883999999935,77.974991000000045],[-95.057494999999903,77.969147000000078],[-95.085280999999952,77.958878000000027],[-95.100554999999929,77.953597999999943],[-95.112503000000004,77.951385000000016],[-95.137511999999958,77.950546000000031],[-95.162506000000008,77.953597999999943],[-95.186385999999857,77.957764000000054],[-95.211670000000026,77.961105000000089],[-95.236938000000009,77.964157],[-95.265838999999971,77.966095000000109],[-95.321395999999993,77.96775800000006],[-95.379989999999964,77.966384999999946],[-95.400283999999999,77.962769000000094],[-95.41332999999986,77.959426999999948],[-95.425551999999925,77.948029000000133],[-95.449722000000008,77.9433140000001],[-95.549728000000016,77.934143000000006],[-95.758057000000008,77.911926000000108],[-95.830840999999964,77.898880000000133],[-95.938599000000011,77.885817999999972],[-96.189437999999939,77.866089000000045],[-96.285552999999936,77.859421000000054],[-96.317504999999926,77.858322000000101],[-96.345551,77.858597000000088],[-96.365279999999984,77.859984999999995],[-96.386123999999995,77.862762000000089],[-96.404174999999952,77.868591000000094],[-96.41194200000001,77.874984999999981],[-96.410827999999924,77.880813999999987],[-96.405272999999966,77.886382999999967],[-96.410552999999993,77.890549000000078],[-96.416945999999996,77.893875000000094],[-96.43582200000003,77.898604999999975],[-96.456664999999987,77.901657000000057],[-96.541107000000011,77.897217000000069],[-96.734436000000017,77.872757000000036],[-96.735000999999954,77.86692800000003],[-96.710555999999997,77.855545000000006],[-96.696380999999917,77.850815000000125],[-96.667220999999927,77.849152000000061],[-96.585007000000019,77.856368999999972],[-96.558884000000035,77.859421000000054],[-96.539718999999991,77.864426000000094],[-96.516113000000018,77.869430999999963],[-96.491668999999888,77.870254999999929],[-96.515563999999983,77.845535000000098],[-96.542770000000019,77.841934000000037],[-96.628325999999959,77.840546000000131],[-96.68720999999988,77.840546000000131],[-96.71166999999997,77.839706000000092],[-96.734160999999972,77.835541000000092],[-96.748610999999926,77.830276000000026],[-96.829452999999944,77.789153999999996],[-96.849990999999989,77.787201000000039],[-96.880553999999961,77.786926000000051],[-96.900283999999999,77.788315000000011],[-96.907776000000013,77.790542999999957],[-96.912216000000001,77.793045000000063],[-96.933884000000035,77.797485000000052],[-97.014174999999966,77.804153000000042],[-97.057495000000017,77.805542000000059],[-97.072509999999909,77.804153000000042],[-97.096953999999926,77.803314000000057],[-97.102218999999991,77.807479999999998],[-97.119720000000029,77.865265000000079],[-97.11999499999996,77.870254999999929],[-97.107497999999964,77.876373000000058],[-97.081389999999942,77.886658000000011],[-97.015563999999983,77.904160000000047],[-97.002228000000002,77.908600000000035],[-96.99221799999998,77.914154000000053],[-96.992492999999911,77.918869000000086],[-96.994995000000017,77.921097000000032],[-97.142775999999969,77.934982000000105],[-97.281676999999945,77.948318000000086],[-97.30999799999995,77.951096000000064],[-97.354445999999996,77.962204000000042],[-97.380279999999971,77.969986000000006],[-97.431670999999994,77.986923000000047],[-97.454726999999934,77.992752000000053],[-97.503066999999874,78.002486999999917],[-97.572234999999978,78.012497000000053],[-97.602782999999931,78.015548999999965],[-97.673614999999984,78.021378000000141],[-97.75556899999998,78.025542999999971],[-97.766953000000001,78.028870000000097],[-97.77555799999999,78.034988000000055],[-97.666945999999996,78.088043000000084],[-97.647781000000009,78.090820000000008],[-97.618331999999953,78.091660000000047],[-97.567504999999926,78.089706000000035],[-97.513061999999991,78.086655000000007],[-97.43249499999996,78.080551000000128],[-97.323623999999995,78.076935000000105],[-97.297775000000001,78.076385000000073],[-97.024444999999901,78.074706999999933],[-96.997771999999998,78.075271999999984],[-96.910278000000005,78.079163000000051],[-96.887511999999958,78.083054000000118],[-96.855559999999912,78.104155999999932],[-96.856383999999991,78.108032000000037],[-96.870543999999995,78.133330999999998],[-96.885558999999944,78.138046000000031],[-96.983886999999925,78.150818000000072],[-97.059157999999968,78.15776100000005],[-97.138061999999934,78.165817000000118],[-97.164444000000003,78.168869000000029],[-97.184722999999963,78.172485000000108],[-97.194992000000013,78.17692599999998],[-97.200835999999924,78.183593999999971],[-97.212509000000011,78.189422999999977],[-97.299438000000009,78.204712000000086],[-97.321120999999948,78.207488999999953],[-97.349166999999966,78.208602999999982],[-97.407776000000013,78.207763999999997],[-97.635558999999944,78.206650000000025],[-97.829453000000001,78.219147000000021],[-97.849441999999954,78.234711000000118],[-97.817504999999983,78.23275799999999],[-97.773055999999997,78.238876000000118],[-97.763335999999924,78.24443100000002],[-97.777785999999878,78.25],[-97.867766999999958,78.279709000000025],[-97.881103999999993,78.283600000000092],[-97.904175000000009,78.28804000000008],[-97.930557000000022,78.290817000000004],[-98.012786999999946,78.296936000000017],[-98.054717999999923,78.301651000000049],[-98.068343999999968,78.308029000000033],[-98.070846999999958,78.313599000000067],[-98.043610000000001,78.389434999999992],[-98.148345999999947,78.403870000000097],[-98.172226000000023,78.40498400000007],[-98.198333999999988,78.408599999999979],[-98.347778000000005,78.443038999999999],[-98.366652999999985,78.449416999999983],[-98.388061999999991,78.467484000000013],[-98.410552999999993,78.490265000000022],[-98.411391999999921,78.4952550000001],[-98.410277999999948,78.508040999999992],[-98.308884000000035,78.533875000000023],[-98.171386999999982,78.529709000000139],[-98.054442999999992,78.533600000000035],[-98.022231999999917,78.53637700000013],[-98.019164999999987,78.542755000000056],[-98.028060999999923,78.563309000000004],[-98.042220999999927,78.569716999999969],[-98.080001999999922,78.582763999999997],[-98.115004999999996,78.593871999999976],[-98.139998999999989,78.599425999999994],[-98.169158999999922,78.603043000000127],[-98.235001000000011,78.619141000000013],[-98.315276999999924,78.64387499999998],[-98.326950000000011,78.650542999999914],[-98.328063999999927,78.652206000000035],[-98.371658000000025,78.719986000000063],[-98.366104000000007,78.763611000000026],[-98.36471599999993,78.768051000000071],[-98.17332499999992,78.812759000000142],[-98.144454999999994,78.816666000000112],[-98.06138599999997,78.818877999999984],[-97.777785999999878,78.815262000000075],[-97.65695199999999,78.811371000000008],[-97.59973100000002,78.807479999999941],[-97.488602000000014,78.796646000000067],[-97.461945000000014,78.792755],[-97.436934999999892,78.786925999999994],[-97.385559000000001,78.776931999999988],[-97.359160999999972,78.773041000000092],[-97.273620999999991,78.764434999999992],[-97.160278000000005,78.758881000000031],[-97.078063999999983,78.74971000000005],[-97.025283999999942,78.741928000000087],[-96.999725000000012,78.736923000000047],[-96.954726999999934,78.726379000000009],[-96.922500999999954,78.713318000000072],[-96.913895000000025,78.706940000000088],[-96.903884999999946,78.701660000000061],[-96.886397999999986,78.696640000000002],[-96.768065999999976,78.684143000000006]],[[-86.319457999999997,78.883606000000043],[-86.388061999999877,78.883041000000048],[-86.414718999999934,78.884430000000009],[-86.444442999999978,78.887207000000103],[-86.469161999999926,78.889708999999982],[-86.484436000000017,78.892761000000121],[-86.476943999999889,78.896378000000084],[-86.43638599999997,78.911102000000085],[-86.386672999999973,78.924988000000099],[-86.366104000000007,78.929703000000131],[-86.346114999999998,78.939697000000137],[-86.328613000000018,78.950821000000019],[-86.292770000000019,78.983047000000113],[-86.285277999999948,78.993317000000047],[-86.283614999999941,78.99803200000008],[-86.046951000000035,79.038589000000059],[-85.990828999999962,79.046936000000073],[-85.924437999999952,79.053864000000033],[-85.896117999999944,79.056931000000134],[-85.820007000000032,79.061371000000008],[-85.712509000000011,79.064148000000046],[-85.646118000000001,79.06442300000009],[-85.321395999999936,79.053864000000033],[-85.263335999999924,79.048874000000012],[-85.216109999999901,79.041367000000037],[-85.199722000000008,79.037490999999989],[-85.182495000000017,79.031372000000147],[-85.167220999999927,79.020828000000108],[-85.169448999999986,79.014709000000039],[-85.176391999999964,79.008880999999974],[-85.186661000000015,79.002777000000094],[-85.20944199999991,78.993590999999981],[-85.225829999999974,78.988586000000112],[-85.246947999999975,78.984146000000067],[-85.301392000000021,78.975266000000033],[-85.466110000000015,78.958327999999995],[-85.546660999999972,78.95248400000014],[-85.765563999999983,78.93414300000012],[-86.026947000000007,78.910262999999986],[-86.213897999999972,78.891663000000051],[-86.244995000000017,78.888321000000076],[-86.284163999999976,78.885268999999994],[-86.319457999999997,78.883606000000043]],[[-103.59388699999988,79.325821000000019],[-103.39835399999993,79.299988000000099],[-103.33556399999998,79.299988000000099],[-103.26251200000002,79.299988000000099],[-103.13999899999993,79.287766000000147],[-103.09777799999995,79.282486000000063],[-103.08361799999994,79.279433999999981],[-103.06806899999992,79.273880000000133],[-102.92111199999999,79.21748400000007],[-102.92666600000001,79.211105000000032],[-102.92639199999996,79.206649999999968],[-102.921944,79.200272000000041],[-102.90194699999995,79.172211000000118],[-102.89167800000001,79.166656000000046],[-102.87444299999987,79.164992999999924],[-102.76862299999993,79.138884999999959],[-102.620003,79.097214000000008],[-102.61165599999998,79.093048000000124],[-102.60582699999998,79.074432000000115],[-102.60637700000001,79.068054000000132],[-102.612213,79.056641000000127],[-102.654449,78.994141000000013],[-102.66555799999998,78.98275799999999],[-102.67582700000003,78.977478000000133],[-102.69860799999992,78.971924000000115],[-102.72084000000001,78.938309000000061],[-102.59500099999997,78.876648000000046],[-102.57945299999994,78.873032000000023],[-102.56082200000003,78.869705000000067],[-102.55082700000003,78.869431000000134],[-102.52887699999985,78.873032000000023],[-102.39195299999994,78.931656000000089],[-102.37638900000002,78.946365000000128],[-102.38054699999998,78.962769000000094],[-102.39806399999992,78.987198000000035],[-102.36305199999998,79.014999000000103],[-102.27944899999989,79.018051000000014],[-102.09361299999989,79.044144000000131],[-102.04943799999995,79.054427999999973],[-102.01500699999997,79.064987000000031],[-101.99333199999995,79.076096000000121],[-101.975281,79.080825999999945],[-101.942207,79.084717000000012],[-101.90249599999993,79.086380000000133],[-101.88194299999998,79.086104999999918],[-101.64890299999996,79.075821000000076],[-101.62805200000003,79.071930000000009],[-101.54194599999994,79.044708000000071],[-101.5202789999999,79.038315000000125],[-101.30803699999996,78.975815000000011],[-101.23166699999996,78.959427000000119],[-101.20472699999999,78.954162999999994],[-101.17666600000001,78.95387299999993],[-101.15222199999988,78.956650000000025],[-101.14334100000002,78.962494000000049],[-101.14472999999992,78.968323000000055],[-101.14083900000003,78.974152000000061],[-101.09388699999994,78.963608000000022],[-101.00556899999998,78.943039000000056],[-100.98665599999998,78.937195000000088],[-100.98528299999998,78.931366000000025],[-101.11694299999988,78.856934000000138],[-101.15278599999999,78.83998100000008],[-101.19304699999992,78.824431999999945],[-101.20056199999999,78.820831000000112],[-101.20333899999997,78.815811000000053],[-101.20084399999996,78.811919999999986],[-101.18639400000001,78.802765000000136],[-101.17278299999998,78.800537000000134],[-100.99194299999999,78.788879000000122],[-100.86389199999991,78.781372000000033],[-100.83056599999992,78.789703000000088],[-100.80055199999998,78.793320000000051],[-100.70556599999998,78.799712999999997],[-100.61389200000002,78.798035000000084],[-100.587784,78.799149000000057],[-100.55915799999997,78.80442800000003],[-100.55027799999993,78.809982000000048],[-100.53639199999998,78.815536000000009],[-100.52443700000003,78.818054000000018],[-100.35109699999998,78.828323000000012],[-100.34445199999993,78.826660000000118],[-100.32389799999999,78.802200000000084],[-100.32250999999997,78.797211000000118],[-100.33249699999993,78.782760999999994],[-100.32333399999993,78.778046000000131],[-100.283073,78.767761000000064],[-100.22778299999993,78.760544000000095],[-100.14334099999996,78.75221300000004],[-100.12416100000002,78.750000000000057],[-100.03250099999997,78.739426000000037],[-100.004997,78.735809000000074],[-99.952498999999989,78.725540000000024],[-99.93638599999997,78.719986000000063],[-99.896392999999932,78.695816000000036],[-99.893889999999942,78.693039000000113],[-99.893065999999976,78.6869200000001],[-99.913329999999917,78.679703000000018],[-99.972777999999948,78.659987999999998],[-100.0625,78.638885000000073],[-100.0625,78.635544000000039],[-100.01666299999988,78.616653000000042],[-99.988891999999908,78.613876000000118],[-99.96305799999999,78.614990000000091],[-99.90972899999997,78.623871000000008],[-99.853332999999964,78.633041000000048],[-99.817504999999926,78.630538999999999],[-99.573623999999995,78.595535000000098],[-99.550277999999878,78.590271000000143],[-99.533324999999991,78.583602999999982],[-99.529723999999987,78.578048999999965],[-99.534164000000033,78.572220000000129],[-99.661117999999931,78.485535000000027],[-99.670272999999895,78.479706000000022],[-99.684157999999968,78.474426000000108],[-99.712508999999955,78.469436999999971],[-99.777221999999995,78.46138000000002],[-99.831389999999999,78.450821000000133],[-99.859436000000017,78.442200000000014],[-99.867767000000015,78.437484999999981],[-99.865004999999996,78.434418000000051],[-99.821395999999993,78.427475000000072],[-99.801391999999964,78.420822000000101],[-99.786666999999966,78.414703000000088],[-99.776672000000019,78.408599999999979],[-99.761123999999995,78.396378000000141],[-99.753615999999909,78.389709000000096],[-99.748336999999992,78.383605999999986],[-99.749160999999958,78.372482000000105],[-99.778609999999958,78.332214000000022],[-99.797774999999945,78.308594000000028],[-99.799437999999952,78.303314],[-99.793883999999878,78.297211000000061],[-99.775832999999977,78.292480000000126],[-99.741378999999938,78.289978000000019],[-99.673049999999989,78.290817000000004],[-99.620543999999938,78.290268000000026],[-99.551102000000014,78.286102000000142],[-99.529449,78.282486000000063],[-99.514450000000011,78.277206000000035],[-99.479720999999984,78.249146000000053],[-99.447768999999994,78.224152000000061],[-99.428329000000019,78.211655000000064],[-99.413894999999968,78.205261000000007],[-99.398620999999991,78.199997000000053],[-99.188599000000011,78.133040999999992],[-98.989166000000012,78.073044000000039],[-98.969161999999926,78.068329000000006],[-98.945830999999885,78.061645999999996],[-98.945830999999885,78.05581699999999],[-98.962783999999942,78.009155000000078],[-98.971663999999976,77.997757000000092],[-98.980834999999956,77.992203000000075],[-98.998885999999914,77.986923000000047],[-99.021666999999866,77.981659000000036],[-99.081115999999952,77.971923999999944],[-99.094727000000034,77.966384999999946],[-99.099166999999966,77.960815000000082],[-99.098891999999921,77.954987000000131],[-99.078612999999905,77.925537000000077],[-99.069167999999991,77.913605000000075],[-99.041381999999942,77.900818000000072],[-99.022781000000009,77.894440000000145],[-99.013335999999981,77.888321000000133],[-99.022231999999974,77.882477000000108],[-99.238051999999982,77.837769000000037],[-99.396666999999979,77.824158000000068],[-99.525283999999999,77.813599000000011],[-99.549438000000009,77.812485000000038],[-99.713057999999933,77.810806000000014],[-99.853881999999999,77.792206000000078],[-99.859436000000017,77.786926000000051],[-99.876937999999939,77.781372000000033],[-99.90695199999999,77.778595000000109],[-100.21000699999996,77.809982000000048],[-100.32972699999999,77.825272000000041],[-100.49889399999995,77.85165400000011],[-100.60637699999995,77.879974000000118],[-100.75527999999997,77.955551000000071],[-100.78611799999999,77.974152000000117],[-100.81749699999995,77.999146000000053],[-100.82389799999999,78.004440000000045],[-100.83833299999998,78.022766000000047],[-100.83778399999994,78.034988000000055],[-100.83693700000003,78.040268000000083],[-100.83444199999991,78.04414399999996],[-100.82694999999995,78.048874000000012],[-100.853882,78.096649000000014],[-100.87581599999999,78.099990999999932],[-100.99861099999998,78.131653000000085],[-101.00974300000001,78.136658000000125],[-101.02194199999991,78.147766000000104],[-101.01889,78.156937000000084],[-101.01528899999994,78.16276600000009],[-101.01363399999997,78.173599000000081],[-101.01390100000003,78.184707999999944],[-101.02027900000002,78.189697000000081],[-101.03555299999999,78.196091000000138],[-101.06276699999995,78.198593000000017],[-101.08944700000001,78.198029000000076],[-101.23137700000001,78.183868000000075],[-101.28943599999997,78.182479999999998],[-101.31667299999998,78.184982000000048],[-101.34249899999998,78.189422999999977],[-101.41722099999998,78.208878000000141],[-101.432503,78.215271000000087],[-101.43138099999999,78.221374999999966],[-101.43276999999989,78.227478000000076],[-101.45638999999994,78.232208000000128],[-101.47416699999991,78.234711000000118],[-101.49665800000002,78.237198000000149],[-101.83332799999999,78.264999000000046],[-102.13305699999989,78.282761000000107],[-102.15750100000002,78.282486000000063],[-102.18221999999997,78.281097000000102],[-102.29888900000003,78.273315000000139],[-102.34722899999997,78.267761000000121],[-102.38890100000003,78.260817999999972],[-102.47138999999999,78.248871000000008],[-102.50167799999997,78.245819000000097],[-102.56139400000001,78.241089000000045],[-102.59056099999987,78.239700000000084],[-102.61860699999994,78.24136400000009],[-102.64527900000002,78.24552900000009],[-102.73222399999992,78.263885000000073],[-102.781387,78.276093000000117],[-102.79778299999998,78.282211000000075],[-102.80943300000001,78.288315000000125],[-102.8163909999999,78.294434000000138],[-102.81833599999999,78.300262000000032],[-102.81360599999994,78.310806000000127],[-102.80803700000001,78.316939999999931],[-102.74999999999989,78.338318000000072],[-102.736107,78.342484000000127],[-102.68639400000001,78.350540000000024],[-102.66583299999991,78.358596999999975],[-102.67083699999995,78.36303700000002],[-102.69499199999996,78.367752000000053],[-102.72250400000001,78.371368000000075],[-102.77778599999994,78.376372999999944],[-102.80610699999994,78.377762000000132],[-102.83583099999998,78.376372999999944],[-102.88999899999999,78.36914100000007],[-102.92027299999995,78.365814000000114],[-102.93804899999992,78.364699999999971],[-102.96694899999989,78.364150999999993],[-103.02443699999998,78.365265000000136],[-103.13390400000003,78.36914100000007],[-103.16388699999999,78.366928000000087],[-103.21417200000002,78.356644000000074],[-103.23832700000003,78.350540000000024],[-103.26471699999996,78.34526100000005],[-103.38110399999988,78.3316650000001],[-103.41111799999999,78.329437000000098],[-103.49804699999999,78.327774000000034],[-103.52749599999987,78.326385000000016],[-103.58473200000003,78.321930000000009],[-103.67999299999997,78.3119200000001],[-103.75110599999999,78.301376000000062],[-103.78195199999999,78.296097000000032],[-103.80803700000001,78.290543000000071],[-103.829453,78.284987999999998],[-103.87721299999998,78.272217000000069],[-103.89417300000002,78.252212999999927],[-103.89890299999996,78.245819000000097],[-103.91027800000001,78.241089000000045],[-103.93331899999998,78.237198000000149],[-103.96305799999999,78.233597000000088],[-103.99194299999999,78.233047000000056],[-104.02250699999996,78.234146000000067],[-104.04277000000002,78.23692299999999],[-104.06984699999987,78.242171999999982],[-104.08306899999997,78.244140999999956],[-104.110817,78.246643000000063],[-104.19027699999998,78.251663000000121],[-104.30471799999992,78.252212999999927],[-104.36361699999998,78.254439999999988],[-104.41251399999999,78.257767000000115],[-104.46749899999998,78.26527400000009],[-104.49445300000002,78.270538000000045],[-104.82055700000001,78.355820000000108],[-104.99194299999999,78.437759000000085],[-104.99999999999994,78.443862999999965],[-105.05055199999998,78.488037000000077],[-105.05139200000002,78.494431000000134],[-105.04305999999991,78.505829000000119],[-105.01194800000002,78.52165199999996],[-104.95361299999996,78.537491000000102],[-104.86860699999994,78.560531999999967],[-104.83139,78.569992000000013],[-104.806107,78.572495000000004],[-104.69638099999992,78.578873000000101],[-104.66665599999999,78.579712000000086],[-104.39778100000001,78.569992000000013],[-104.35500300000001,78.566375999999934],[-104.287781,78.555252000000053],[-104.26278699999995,78.549423000000047],[-104.21221899999995,78.539977999999962],[-104.1661069999999,78.53276100000005],[-104.14277600000003,78.529434000000094],[-104.08833300000003,78.524155000000121],[-104.03388999999999,78.519989000000066],[-103.93055699999996,78.516098],[-103.87110899999993,78.518051000000128],[-103.78250100000002,78.519714000000022],[-103.7225039999999,78.517211999999972],[-103.66583299999996,78.51249700000011],[-103.58860799999997,78.503875999999991],[-103.53333299999991,78.496367999999961],[-103.52362099999999,78.496094000000028],[-103.51834100000002,78.496933000000013],[-103.46584300000001,78.51748699999996],[-103.37805200000003,78.586105000000032],[-103.39998599999996,78.615540000000124],[-103.44666299999994,78.621368000000075],[-103.50611900000001,78.621368000000075],[-103.74082900000002,78.619705000000124],[-103.98554999999999,78.61692800000003],[-104.01000999999991,78.617203000000075],[-104.04215999999991,78.620681999999931],[-104.04222099999998,78.629973999999947],[-104.03278399999988,78.635269000000051],[-103.98916600000001,78.646103000000096],[-103.85193600000002,78.669434000000138],[-103.82611099999997,78.671921000000054],[-103.77223200000003,78.671097000000088],[-103.65834000000001,78.664993000000038],[-103.62888299999992,78.664429000000098],[-103.53943600000002,78.664993000000038],[-103.50917099999987,78.666382000000056],[-103.48361199999994,78.669144000000131],[-103.49082899999996,78.674987999999985],[-103.50306699999999,78.681091000000094],[-103.51306199999993,78.687484999999924],[-103.52778599999999,78.699417000000096],[-103.525284,78.705261000000121],[-103.51806599999998,78.710815000000082],[-103.48860200000001,78.715820000000122],[-103.439438,78.72026100000005],[-103.41221599999989,78.72026100000005],[-103.38861099999997,78.716933999999924],[-103.35804699999994,78.718597000000045],[-103.33389299999999,78.722488000000112],[-103.31916799999999,78.728591999999992],[-103.31639099999995,78.734420999999998],[-103.31889299999995,78.740264999999965],[-103.41665599999999,78.778870000000097],[-103.43916300000001,78.784988000000055],[-103.46806300000003,78.787491000000045],[-103.63971699999996,78.765273999999977],[-103.66915899999992,78.760544000000095],[-103.71056399999998,78.750000000000057],[-103.79611199999999,78.735809000000074],[-103.70249899999999,78.788315000000011],[-103.69526699999994,78.793868999999972],[-103.698036,78.799712999999997],[-103.72693599999997,78.802200000000084],[-103.86054999999999,78.806090999999981],[-103.87053699999996,78.806365999999969],[-103.886124,78.80442800000003],[-103.9083399999999,78.799149000000057],[-103.90556299999997,78.794144000000017],[-103.89639299999993,78.784714000000122],[-103.89083900000003,78.780273000000022],[-103.89527899999996,78.774994000000049],[-103.90527299999997,78.768875000000037],[-103.92916899999994,78.764998999999932],[-103.96056399999992,78.76138300000008],[-103.99109599999991,78.758881000000031],[-104.02166699999992,78.757492000000013],[-104.04943800000001,78.756378000000041],[-104.07389799999993,78.757767000000001],[-104.170547,78.765823000000069],[-104.19888300000002,78.770263999999997],[-104.21167000000003,78.776093000000003],[-104.21972699999998,78.782211000000132],[-104.21528599999999,78.793593999999985],[-104.16722099999998,78.816376000000105],[-104.13305700000001,78.827484000000084],[-104.04834,78.838882000000069],[-103.98665599999998,78.850265999999976],[-103.86054999999999,78.876648000000046],[-103.83139,78.886932000000115],[-103.82389799999999,78.892487000000017],[-103.82167099999992,78.898330999999985],[-103.82472199999995,78.903319999999951],[-103.86749299999997,78.916091999999992],[-103.96305799999999,78.929977000000065],[-103.98998999999998,78.932755000000043],[-104.00639299999995,78.935531999999967],[-104.029449,78.941650000000095],[-104.04750099999995,78.947754000000089],[-104.05332899999996,78.952208999999925],[-104.05387899999999,78.95748900000001],[-104.05222300000003,78.961380000000077],[-104.04778299999992,78.966659999999933],[-104.048607,78.971099999999979],[-104.05777,78.974152000000061],[-104.08112299999999,78.979431000000034],[-104.12943999999999,78.985809000000017],[-104.17859599999991,78.990265000000136],[-104.20361300000002,78.991653000000042],[-104.23388699999998,78.99192800000003],[-104.265556,78.988586000000112],[-104.45500199999998,78.956099999999992],[-104.47193899999996,78.950546000000031],[-104.51112399999994,78.910262999999986],[-104.53832999999997,78.881927000000019],[-104.56416300000001,78.864700000000028],[-104.57888799999989,78.858597000000088],[-104.78582799999998,78.806641000000013],[-104.81749699999995,78.802200000000084],[-104.87860099999995,78.798035000000084],[-104.90915699999999,78.796646000000067],[-104.96888699999994,78.797211000000118],[-104.98832700000003,78.798325000000091],[-105.01194800000002,78.803589000000102],[-105.02250699999996,78.809982000000048],[-105.02861000000001,78.815262000000075],[-105.02916699999997,78.821655000000078],[-105.02834300000001,78.832763999999941],[-105.01222200000001,78.844711000000075],[-104.83389299999999,78.926650999999993],[-104.68859899999995,78.993590999999981],[-104.67887899999999,78.999709999999993],[-104.674713,79.004990000000078],[-104.68110699999994,79.016663000000108],[-104.69415300000003,79.022766000000047],[-104.70805399999995,79.027771000000087],[-104.737213,79.031936999999971],[-104.90249599999993,79.04971299999994],[-104.98638899999997,79.043045000000006],[-105.01334399999996,79.038315000000125],[-105.09916699999991,79.02388000000002],[-105.12526700000001,79.021103000000096],[-105.15638699999988,79.019439999999975],[-105.39527900000002,79.011658000000068],[-105.42610200000001,79.011108000000036],[-105.48388699999998,79.013046000000145],[-105.51363399999997,79.016098000000056],[-105.54332699999998,79.020263999999941],[-105.5625,79.024428999999941],[-105.58138999999994,79.03054800000001],[-105.59084299999995,79.034424000000058],[-105.59944200000001,79.040268000000083],[-105.60665899999992,79.051926000000094],[-105.628601,79.161377000000073],[-105.62053699999996,79.172760000000096],[-105.48277300000001,79.306366000000082],[-105.45973199999997,79.324158000000125],[-105.43998699999997,79.329162999999994],[-105.40862299999992,79.328872999999987],[-105.38305699999995,79.326935000000049],[-105.33277899999996,79.319443000000092],[-105.19721999999996,79.299713000000111],[-105.16111799999999,79.297485000000108],[-105.12721299999998,79.297485000000108],[-105.10861199999999,79.298874000000126],[-105.01611300000002,79.310531999999967],[-104.95472699999993,79.315262000000018],[-104.85916099999997,79.319153000000085],[-104.74276700000001,79.322495000000004],[-104.58332799999999,79.329437000000098],[-104.54860699999989,79.331375000000037],[-104.49082900000002,79.339157],[-104.46083099999998,79.342209000000082],[-104.18167099999999,79.358871000000079],[-104.00723299999999,79.367752000000053],[-103.97778299999999,79.368866000000025],[-103.9491579999999,79.368042000000059],[-103.83500699999996,79.36442599999998],[-103.7225039999999,79.356934000000024],[-103.69526699999994,79.352203000000088],[-103.62053700000001,79.330551000000071],[-103.59388699999988,79.325821000000019]],[[-99.471663999999976,80.109711000000004],[-99.436661000000015,80.107208000000014],[-99.404723999999931,80.10803199999998],[-99.298049999999989,80.118866000000025],[-99.136672999999917,80.133040999999935],[-99.110549999999876,80.130539000000056],[-99.081680000000006,80.124695000000031],[-98.868880999999988,80.077774000000034],[-98.856658999999922,80.07249500000006],[-98.774719000000005,80.01527400000009],[-98.705841000000021,79.965820000000065],[-98.644164999999873,79.800261999999918],[-98.644164999999873,79.794144000000017],[-98.648620999999878,79.783599999999922],[-98.673049999999989,79.771927000000119],[-98.779175000000009,79.702208999999982],[-98.830001999999922,79.664429000000098],[-98.868057000000022,79.700821000000076],[-98.936110999999983,79.719711000000018],[-98.967772999999909,79.724152000000117],[-99.139998999999932,79.740814000000114],[-99.243056999999965,79.748596000000077],[-99.273620999999935,79.751389000000017],[-99.301391999999908,79.75471500000009],[-99.317229999999995,79.758605999999986],[-99.324448000000018,79.762497000000053],[-99.325561999999991,79.767487000000074],[-99.322509999999909,79.771378000000141],[-99.313048999999921,79.776093000000003],[-99.304717999999923,79.782211000000132],[-99.302779999999984,79.787490999999989],[-99.297501000000011,79.812759000000085],[-99.295837000000006,79.833328000000051],[-99.296386999999925,79.839157000000057],[-99.302215999999873,79.845261000000107],[-99.315826000000015,79.848602000000142],[-99.368880999999988,79.857758000000103],[-99.556655999999919,79.888885000000016],[-99.584441999999967,79.891937000000098],[-99.614166000000012,79.893326000000116],[-99.647781000000009,79.893051000000071],[-99.67971799999998,79.888046000000031],[-99.700835999999867,79.882750999999985],[-99.732223999999974,79.878860000000088],[-99.800827000000027,79.876648000000046],[-100.00556899999998,79.8744200000001],[-100.03582799999992,79.874695000000088],[-100.07028199999996,79.876923000000033],[-100.09777800000001,79.881088000000034],[-100.12110899999999,79.886658000000125],[-100.14389,79.893051000000071],[-100.15862299999998,79.898605000000089],[-100.17748999999998,79.909988000000112],[-100.17832900000002,79.915817000000118],[-100.19332900000001,80.03387500000008],[-100.08167999999989,80.084427000000005],[-100.06555200000003,80.089980999999966],[-100.02362099999993,80.099716000000058],[-99.827224999999999,80.143599999999992],[-99.795272999999952,80.147766000000104],[-99.759170999999981,80.149719000000005],[-99.726944000000003,80.150542999999971],[-99.625548999999921,80.148880000000077],[-99.599990999999989,80.145263999999997],[-99.593886999999881,80.139160000000004],[-99.571120999999948,80.132751000000098],[-99.471663999999976,80.109711000000004]],[[-99.155563000000029,80.174697999999978],[-99.127212999999927,80.168045000000006],[-99.113891999999964,80.163879000000122],[-99.138061999999991,80.162491000000045],[-99.160552999999993,80.163040000000137],[-99.184998000000007,80.167755],[-99.251952999999901,80.173035000000084],[-99.277495999999985,80.173035000000084],[-99.313613999999973,80.171097000000145],[-99.341384999999946,80.166092000000106],[-99.333069000000023,80.159424000000115],[-99.30360399999995,80.153870000000097],[-99.305556999999908,80.148331000000098],[-99.342498999999918,80.145538000000101],[-99.375274999999931,80.147217000000126],[-99.400557999999933,80.150818000000015],[-99.418059999999969,80.157211000000132],[-99.418335000000013,80.163040000000137],[-99.413329999999974,80.168868999999972],[-99.386947999999961,80.17886400000009],[-99.366942999999935,80.182205000000124],[-99.239165999999898,80.183868000000075],[-99.211944999999957,80.182205000000124],[-99.155563000000029,80.174697999999978]],[[-95.030837999999903,80.670258000000047],[-94.969451999999933,80.640274000000034],[-94.970551,80.635268999999994],[-94.981383999999991,80.631927000000076],[-95.006957999999997,80.626648000000046],[-95.190276999999924,80.608871000000022],[-95.226104999999961,80.60914600000001],[-95.453613000000018,80.629424999999969],[-95.611114999999984,80.648040999999978],[-95.676940999999943,80.653319999999951],[-95.711945000000014,80.654433999999981],[-95.749160999999958,80.653869999999984],[-95.788054999999929,80.652205999999978],[-95.823623999999938,80.648604999999918],[-95.86332699999997,80.645828000000051],[-96.061935000000005,80.656647000000078],[-96.118056999999965,80.660537999999974],[-96.14916999999997,80.664703000000145],[-96.139449999999954,80.669708000000014],[-96.076675000000023,80.683043999999995],[-96.028335999999967,80.687195000000088],[-96.006119000000012,80.688034000000016],[-95.491378999999995,80.699997000000053],[-95.424438000000009,80.699707000000046],[-95.200561999999934,80.697479000000101],[-95.166945999999939,80.695250999999985],[-95.128875999999934,80.691925000000083],[-95.096663999999976,80.688582999999994],[-95.062499999999943,80.682480000000055],[-95.065276999999924,80.680542000000116],[-95.045836999999949,80.676926000000037],[-95.030837999999903,80.670258000000047]],[[-92.727782999999931,81.305542000000059],[-92.530288999999982,81.284988000000112],[-92.21305799999999,81.245529000000033],[-92.148055999999997,81.236374000000126],[-92.124709999999936,81.232758000000103],[-92.052489999999921,81.218597000000102],[-91.955841000000021,81.196365000000014],[-91.858046999999999,81.167755],[-91.781677000000002,81.090271000000143],[-91.783889999999928,81.083602999999982],[-91.797501000000011,81.081665000000044],[-91.832503999999972,81.080276000000083],[-91.888061999999934,81.081940000000088],[-91.914444000000003,81.078049000000021],[-91.913894999999968,81.07499700000011],[-91.908614999999998,81.070540999999992],[-91.893341000000021,81.064986999999974],[-91.865828999999962,81.058594000000028],[-91.767226999999934,81.049148999999943],[-91.72222899999997,81.042205999999965],[-91.538895000000025,80.981658999999979],[-91.52555799999999,80.974990999999989],[-91.522781000000009,80.962769000000037],[-91.531676999999945,80.951096000000007],[-91.527221999999995,80.939697000000081],[-91.517776000000026,80.932754999999986],[-91.481673999999998,80.919434000000024],[-91.321121000000005,80.882750999999985],[-91.306106999999997,80.875534000000016],[-91.152221999999995,80.785538000000031],[-91.154998999999975,80.78054800000001],[-91.14916999999997,80.770263999999997],[-91.140563999999983,80.764709000000096],[-91.121658000000025,80.754715000000033],[-91.099441999999954,80.74803200000008],[-91.03472899999997,80.737488000000042],[-90.972777999999948,80.730270000000019],[-90.905272999999966,80.724425999999994],[-90.777221999999995,80.71775800000006],[-90.754181000000017,80.714995999999928],[-90.712783999999999,80.705551000000071],[-90.664718999999991,80.684708000000001],[-90.652495999999928,80.67804000000001],[-90.603881999999999,80.651382000000012],[-90.593612999999948,80.645264000000111],[-90.593063000000029,80.640823000000012],[-90.601943999999946,80.636107999999979],[-90.615829000000019,80.630264000000125],[-90.678054999999972,80.615540000000067],[-90.715835999999911,80.605545000000006],[-90.742492999999911,80.594711000000075],[-90.763061999999991,80.583603000000096],[-90.771666999999979,80.577484000000084],[-90.772780999999952,80.571930000000066],[-90.766402999999912,80.565536000000066],[-90.741378999999938,80.562195000000031],[-90.706116000000009,80.561371000000065],[-90.607223999999917,80.561371000000065],[-90.583069000000023,80.561371000000065],[-90.418059999999912,80.552200000000084],[-90.238891999999964,80.550536999999963],[-90.203339000000028,80.549712999999997],[-90.177215999999987,80.548874000000069],[-90.046386999999925,80.541656000000046],[-90.016402999999968,80.538039999999967],[-90,80.534591999999975],[-89.989990000000034,80.532486000000006],[-89.961394999999982,80.520263999999997],[-89.955565999999976,80.515548999999965],[-89.938598999999954,80.508330999999998],[-89.84056099999998,80.481369000000086],[-89.81639100000001,80.474991000000102],[-89.790282999999931,80.469437000000084],[-89.762511999999958,80.464995999999985],[-89.75111400000003,80.464432000000045],[-89.784163999999919,80.500824000000023],[-89.748336999999879,80.532760999999994],[-89.586945000000014,80.545532000000094],[-89.546111999999994,80.547485000000052],[-89.482773000000009,80.544983000000002],[-89.447219999999902,80.542480000000012],[-89.354172000000005,80.534988000000055],[-89.326400999999919,80.531937000000028],[-89.272781000000009,80.523315000000025],[-89.244995000000017,80.517212000000086],[-89.059158000000025,80.461380000000133],[-89.087508999999955,80.438583000000051],[-89.115279999999927,80.433868000000018],[-89.176101999999958,80.426651000000049],[-89.198333999999932,80.42164600000001],[-89.20944199999991,80.417754999999943],[-89.235001000000011,80.408035000000041],[-89.25,80.402206000000035],[-89.257232999999985,80.396942000000081],[-89.253615999999965,80.392761000000007],[-89.237212999999997,80.388596000000007],[-89.216948999999943,80.389709000000039],[-89.189712999999927,80.394149999999968],[-89.167496000000028,80.399155000000007],[-89.136123999999995,80.40248100000008],[-89.09973100000002,80.40248100000008],[-89.083327999999881,80.398331000000042],[-89.075835999999924,80.393051000000014],[-89.104995999999915,80.339431999999988],[-89.114165999999955,80.333327999999938],[-89.125274999999931,80.327773999999977],[-89.143616000000009,80.323318000000029],[-89.169158999999979,80.318054000000075],[-89.220275999999899,80.30914300000012],[-89.241942999999935,80.304153000000099],[-89.256667999999991,80.298599000000081],[-89.263900999999976,80.293320000000108],[-89.262221999999952,80.286652000000117],[-89.25140399999998,80.278320000000122],[-89.180496000000005,80.238174000000072],[-89.113892000000021,80.208038000000045],[-89.092223999999987,80.200821000000133],[-89.072784000000013,80.195526000000086],[-88.776672000000019,80.131363000000022],[-88.75,80.126647999999989],[-88.534728999999913,80.09887700000013],[-88.49888599999997,80.09887700000013],[-88.441939999999931,80.100540000000024],[-88.414718999999991,80.104980000000069],[-88.414444000000003,80.10803199999998],[-88.363051999999925,80.124420000000043],[-88.235274999999888,80.102477999999962],[-88.161941999999954,80.09165999999999],[-88.145554000000004,80.093872000000033],[-88.148346000000004,80.098037999999974],[-88.261397999999929,80.18803400000013],[-88.27305599999994,80.195526000000086],[-88.294158999999979,80.201385000000073],[-88.350829999999974,80.208878000000084],[-88.422775000000001,80.210541000000035],[-88.479996000000028,80.213608000000136],[-88.506957999999941,80.218322999999998],[-88.595276000000013,80.236923000000104],[-88.618057000000022,80.24331699999999],[-88.630279999999914,80.249145999999996],[-88.661391999999921,80.272491000000116],[-88.684432999999956,80.358597000000145],[-88.68582200000003,80.365540000000124],[-88.685271999999998,80.371643000000063],[-88.683059999999955,80.376923000000147],[-88.67721599999993,80.382751000000042],[-88.648894999999925,80.393600000000106],[-88.615279999999927,80.40387000000004],[-88.510284000000013,80.428864000000033],[-88.487777999999992,80.433868000000018],[-88.463333000000034,80.438034000000073],[-88.420546999999999,80.442200000000014],[-88.383895999999993,80.443588000000091],[-88.308333999999945,80.442749000000106],[-88.110549999999932,80.4327550000001],[-87.918883999999991,80.421097000000088],[-87.718613000000005,80.411102000000142],[-87.683884000000035,80.410263000000043],[-87.666396999999904,80.40387000000004],[-87.636123999999938,80.36692800000003],[-87.607498000000021,80.324158000000068],[-87.563889000000017,80.233322000000044],[-87.561935000000005,80.183593999999914],[-87.562774999999931,80.179153000000042],[-87.572234999999921,80.176086000000112],[-87.678054999999915,80.156371999999976],[-87.721389999999985,80.153046000000131],[-87.939162999999951,80.143875000000037],[-87.96665999999999,80.139434999999992],[-88.048889000000031,80.125809000000004],[-88.065552000000025,80.120818999999983],[-88.060546999999985,80.117477000000065],[-87.956664999999987,80.069717000000026],[-87.938048999999978,80.06442300000009],[-87.891387999999949,80.055542000000116],[-87.860001000000011,80.053588999999988],[-87.836120999999935,80.0577550000001],[-87.823059000000001,80.062484999999924],[-87.763061999999934,80.071106000000043],[-87.720000999999911,80.074707000000103],[-87.680557000000022,80.076385000000016],[-87.641678000000013,80.076385000000016],[-87.365004999999996,80.072768999999994],[-87.299987999999985,80.069443000000092],[-87.275557999999876,80.066939999999931],[-87.258620999999948,80.063873000000058],[-87.233321999999987,80.057480000000055],[-87.215285999999992,80.050537000000077],[-87.043334999999956,79.964996000000099],[-87.093612999999948,79.929428000000087],[-87.314437999999996,79.866088999999988],[-87.336120999999935,79.861374000000126],[-87.368332000000009,79.857208000000071],[-87.446655000000021,79.856094000000098],[-87.471938999999907,79.852478000000019],[-87.483062999999959,79.847214000000065],[-87.489440999999943,79.84137000000004],[-87.485549999999876,79.834991000000002],[-87.463622999999984,79.831374999999923],[-87.439162999999951,79.831940000000145],[-87.412780999999995,79.833328000000051],[-87.338608000000022,79.840820000000008],[-87.190826000000015,79.866088999999988],[-87.165558000000033,79.871094000000028],[-87.146956999999929,79.875534000000073],[-87.079726999999934,79.896103000000039],[-87.051392000000021,79.906647000000078],[-87.024718999999948,79.916091999999935],[-87.003066999999987,79.917755000000056],[-86.985824999999977,79.917755000000056],[-86.973891999999864,79.916381999999942],[-86.961394999999982,79.909988000000112],[-86.957779000000016,79.903594999999939],[-86.960555999999997,79.891372999999987],[-87.055557000000022,79.731934000000081],[-87.134170999999924,79.645264000000111],[-87.14416499999993,79.637771999999984],[-87.154998999999975,79.6336060000001],[-87.173049999999989,79.629149999999981],[-87.258620999999948,79.610260000000039],[-87.344451999999933,79.596374999999966],[-87.425551999999982,79.579163000000108],[-87.441665999999941,79.573883000000023],[-87.448043999999982,79.568329000000062],[-87.462509000000011,79.534713999999951],[-87.441939999999988,79.526382000000012],[-87.406661999999983,79.515823000000125],[-87.390563999999927,79.511108000000092],[-87.366394000000014,79.506378000000041],[-87.345276000000013,79.503052000000025],[-87.309998000000007,79.50221300000004],[-87.280563000000029,79.506943000000092],[-87.262786999999946,79.51138300000008],[-87.248336999999992,79.516937000000098],[-87.190552000000025,79.543593999999985],[-87.182769999999948,79.548874000000069],[-87.179992999999968,79.554153000000042],[-87.168883999999991,79.566376000000105],[-87.161117999999931,79.571655000000078],[-87.076675000000023,79.587493999999992],[-87.02555799999999,79.595535000000098],[-87.001113999999973,79.598877000000016],[-86.966659999999933,79.60165400000011],[-86.932495000000017,79.60165400000011],[-86.841384999999946,79.59304800000001],[-86.823623999999995,79.587769000000037],[-86.819732999999985,79.576096000000007],[-86.823897999999986,79.566086000000098],[-86.839721999999995,79.555817000000047],[-86.846389999999985,79.549988000000042],[-86.837783999999999,79.543320000000051],[-86.816665999999998,79.539703000000145],[-86.789992999999981,79.538878999999952],[-86.777221999999995,79.542206000000078],[-86.694991999999957,79.567490000000078],[-86.693329000000006,79.573608000000036],[-86.71055599999994,79.587203999999986],[-86.723891999999978,79.594437000000028],[-86.746383999999978,79.599990999999989],[-86.802489999999977,79.606093999999928],[-86.813048999999921,79.61192299999999],[-86.806380999999874,79.617751999999996],[-86.795272999999952,79.621643000000063],[-86.77694699999995,79.627472000000068],[-86.762222000000008,79.631653000000142],[-86.687209999999993,79.645264000000111],[-86.640838999999914,79.653320000000008],[-86.613051999999925,79.655822999999998],[-86.575012000000015,79.657211000000075],[-86.547775000000001,79.65637200000009],[-86.334166999999923,79.645538000000045],[-86.302779999999984,79.642761000000121],[-86.279448999999943,79.640274000000034],[-86.258895999999993,79.63499500000006],[-86.109160999999972,79.595260999999994],[-86.046111999999994,79.568877999999984],[-86.042220999999927,79.565536000000066],[-86.028060999999923,79.474701000000096],[-86.05471799999998,79.470535000000041],[-86.160552999999993,79.463608000000136],[-86.167496000000028,79.457764000000111],[-86.136123999999995,79.444702000000063],[-86.120834000000002,79.439972000000068],[-86.098891999999921,79.435806000000127],[-86.070847000000015,79.434143000000063],[-86.035004000000015,79.436371000000008],[-86.011947999999961,79.440262000000075],[-85.990554999999972,79.444977000000108],[-85.975829999999917,79.449142000000109],[-85.964171999999962,79.454436999999984],[-85.901108000000022,79.493591000000038],[-85.887222000000008,79.505264000000068],[-85.885283999999956,79.51138300000008],[-85.893341000000021,79.523315000000082],[-85.89916999999997,79.536377000000073],[-85.896666999999979,79.549149000000114],[-85.893341000000021,79.554703000000075],[-85.887786999999946,79.56109600000002],[-85.847504000000015,79.596374999999966],[-85.840285999999992,79.601928999999927],[-85.828339000000028,79.607483000000116],[-85.781386999999995,79.615540000000124],[-85.743606999999997,79.61692800000003],[-85.681945999999925,79.613312000000121],[-85.639175000000023,79.604155999999989],[-85.623885999999914,79.599152000000061],[-85.591385000000002,79.585266000000047],[-85.531112999999948,79.559418000000107],[-85.485000999999954,79.518600000000049],[-85.402221999999995,79.473602000000142],[-85.306655999999919,79.428314],[-85.27806099999998,79.415543000000127],[-85.150557999999933,79.38220200000012],[-85.130279999999971,79.378586000000098],[-85.039718999999877,79.350815000000011],[-84.93249499999996,79.300262000000032],[-84.920273000000009,79.293320000000108],[-84.904175000000009,79.276657000000057],[-84.904175000000009,79.267761000000121],[-84.909728999999857,79.263046000000088],[-84.93110699999994,79.258331000000055],[-85.099990999999932,79.239426000000094],[-85.158889999999928,79.231933999999967],[-85.211394999999868,79.223311999999964],[-85.232772999999952,79.218872000000147],[-85.248046999999872,79.213042999999971],[-85.260009999999909,79.207763999999997],[-85.271941999999967,79.19720500000011],[-85.280563000000029,79.192200000000071],[-85.297226000000023,79.187195000000031],[-85.591385000000002,79.15415999999999],[-85.779998999999918,79.131088000000034],[-85.877212999999983,79.121642999999949],[-86.00389100000001,79.111374000000126],[-86.158889999999985,79.103316999999947],[-86.271392999999989,79.095534999999984],[-86.341674999999952,79.088318000000072],[-86.422501000000011,79.075546000000088],[-86.485549999999989,79.063309000000118],[-86.550827000000027,79.048874000000012],[-86.55999799999995,79.044434000000138],[-86.555557000000022,79.042480000000126],[-86.550827000000027,79.035538000000031],[-86.552490000000034,79.029434000000037],[-86.55999799999995,79.012206999999989],[-86.587783999999942,78.983597000000145],[-86.598891999999921,78.978317000000061],[-86.614440999999943,78.973312000000021],[-86.676940999999886,78.959717000000126],[-86.702224999999942,78.955261000000064],[-86.741378999999938,78.951934999999992],[-86.765015000000005,78.953598000000113],[-86.785004000000015,78.957213999999965],[-86.808334000000002,78.967209000000082],[-86.903335999999854,79.009430000000066],[-86.916396999999961,79.016663000000108],[-86.926391999999964,79.035812000000135],[-86.930556999999965,79.047760000000039],[-86.940551999999968,79.053589000000045],[-86.949158000000011,79.057205000000067],[-86.965285999999935,79.057480000000112],[-86.98332199999993,79.056641000000127],[-86.989989999999977,79.047760000000039],[-87.004456000000005,78.987198000000035],[-87.002501999999993,78.981369000000029],[-86.986937999999952,78.949707000000046],[-86.979995999999971,78.9433140000001],[-86.966948999999943,78.936371000000122],[-86.950835999999981,78.929428000000087],[-86.942764000000011,78.922485000000108],[-86.937774999999988,78.91693099999992],[-86.952498999999932,78.906647000000078],[-86.97084000000001,78.896103000000039],[-86.997498000000007,78.882477000000051],[-87.021666999999923,78.873032000000023],[-87.052490000000034,78.862762000000089],[-87.179442999999935,78.830551000000014],[-87.282775999999956,78.810257000000036],[-87.328063999999983,78.794708000000128],[-87.353881999999999,78.78414900000007],[-87.529998999999918,78.6869200000001],[-87.532776000000013,78.669983000000116],[-87.543059999999969,78.664703000000031],[-87.572783999999956,78.654433999999981],[-87.591949,78.649718999999948],[-87.615829000000019,78.645264000000111],[-87.663054999999986,78.642487000000017],[-87.684432999999956,78.644989000000123],[-87.872771999999941,78.694977000000051],[-87.937774999999874,78.738312000000064],[-87.953612999999962,78.74971000000005],[-87.959166999999979,78.755264000000068],[-87.993880999999931,78.79525799999999],[-88.003341999999918,78.807205000000124],[-88.00140399999998,78.824158000000011],[-87.985275000000001,78.957213999999965],[-87.981673999999884,78.960541000000092],[-87.968338000000017,78.966385000000116],[-87.894164999999987,78.979706000000078],[-87.833617999999944,78.992203000000075],[-87.81361400000003,78.99693300000007],[-87.794448999999986,79.006943000000035],[-87.728881999999942,79.069442999999978],[-87.724715999999944,79.075821000000076],[-87.733886999999982,79.081100000000049],[-87.746108999999933,79.086104999999918],[-87.752791999999999,79.085540999999978],[-87.772780999999952,79.080825999999945],[-87.806380999999931,79.06999200000007],[-87.849166999999966,79.054977000000122],[-87.872771999999941,79.045258000000103],[-87.883330999999998,79.039978000000076],[-87.894454999999994,79.028320000000008],[-87.890288999999996,79.021652000000074],[-87.899993999999992,79.011108000000036],[-87.929442999999992,79.006943000000035],[-88.000564999999995,79.00360100000006],[-88.032776000000013,79.003876000000105],[-88.061385999999914,79.005829000000006],[-88.093886999999938,79.004440000000045],[-88.162506000000008,78.990540000000124],[-88.202498999999932,78.976379000000122],[-88.21305799999999,78.966095000000109],[-88.215285999999935,78.960815000000025],[-88.216659999999933,78.948318000000029],[-88.229720999999984,78.802200000000084],[-88.224716000000001,78.78915399999994],[-88.22222899999997,78.783324999999934],[-88.218063000000029,78.776931999999988],[-88.201110999999969,78.757216999999969],[-88.132216999999969,78.68081699999999],[-88.044158999999922,78.658600000000092],[-88.02416999999997,78.656647000000135],[-88.010833999999932,78.652771000000087],[-87.993056999999965,78.645264000000111],[-87.982772999999952,78.639435000000105],[-87.908614999999998,78.596939000000077],[-87.894729999999981,78.584717000000126],[-87.890839000000028,78.578323000000069],[-87.896956999999873,78.566375999999934],[-87.908339999999953,78.548599000000081],[-87.984725999999966,78.492202999999961],[-88.011948000000018,78.481369000000086],[-88.055832000000009,78.472762999999986],[-88.205276000000026,78.452484000000084],[-88.234160999999972,78.453598000000056],[-88.249160999999958,78.456649999999968],[-88.389450000000011,78.521378000000027],[-88.559432999999899,78.604156000000046],[-88.574721999999952,78.607208000000128],[-88.723052999999993,78.615814000000057],[-88.788605000000018,78.612761999999975],[-88.804168999999945,78.609711000000118],[-88.746108999999933,78.535812000000078],[-88.725006000000008,78.524155000000121],[-88.659164000000033,78.491088999999988],[-88.595276000000013,78.459991000000002],[-88.5625,78.44470200000012],[-88.552215999999987,78.437484999999981],[-88.543883999999991,78.426086000000112],[-88.535552999999993,78.413040000000137],[-88.536117999999931,78.406937000000028],[-88.538054999999986,78.401382000000126],[-88.541381999999999,78.396652000000074],[-88.553054999999915,78.385544000000095],[-88.561110999999983,78.379425000000083],[-88.570556999999951,78.373871000000065],[-88.614715999999987,78.348327999999981],[-88.663329999999974,78.321381000000031],[-88.672501000000011,78.316085999999984],[-88.704177999999956,78.271103000000096],[-88.710555999999997,78.261107999999979],[-88.713897999999858,78.254715000000033],[-88.71556099999998,78.249146000000053],[-88.716110000000015,78.243042000000003],[-88.721114999999941,78.231093999999985],[-88.726105000000018,78.225266000000033],[-88.75140399999998,78.196930000000123],[-88.776672000000019,78.176085999999941],[-88.78443900000002,78.169983000000002],[-88.793334999999956,78.164429000000041],[-88.817779999999914,78.154434000000094],[-88.847777999999948,78.151382000000012],[-88.978881999999942,78.165817000000118],[-89.002791999999943,78.169434000000081],[-89.065001999999879,78.184418000000107],[-89.079726999999991,78.189147999999989],[-89.115828999999962,78.200821000000019],[-89.227492999999981,78.245254999999986],[-89.259170999999924,78.262771999999984],[-89.265014999999948,78.268326000000002],[-89.275283999999999,78.281936999999971],[-89.353881999999885,78.339705999999978],[-89.364440999999999,78.344147000000078],[-89.381103999999993,78.3477630000001],[-89.518341000000021,78.392212000000086],[-89.676665999999955,78.447478999999987],[-89.803878999999995,78.494431000000134],[-89.819457999999997,78.500549000000092],[-89.891113000000018,78.552764999999965],[-89.921660999999972,78.578048999999965],[-89.945830999999998,78.599425999999994],[-89.95695499999988,78.605255],[-89.980559999999969,78.609711000000118],[-90.014724999999885,78.609421000000111],[-90.051391999999964,78.605820000000051],[-90.088332999999977,78.595825000000104],[-90.092498999999975,78.589980999999909],[-90.09973100000002,78.555252000000053],[-90.100829999999974,78.549713000000054],[-90.064712999999927,78.513321000000076],[-89.985000999999954,78.43609600000002],[-89.960555999999997,78.432480000000112],[-89.936110999999983,78.430267000000015],[-89.910004000000015,78.426086000000112],[-89.869995000000017,78.417755],[-89.80972300000002,78.404709000000082],[-89.785278000000005,78.398041000000092],[-89.774445000000014,78.39387499999998],[-89.748046999999929,78.380264000000011],[-89.615554999999858,78.300262000000032],[-89.606109999999944,78.293319999999994],[-89.461670000000026,78.17553700000002],[-89.455841000000021,78.169983000000002],[-89.452498999999989,78.162491000000045],[-89.461670000000026,78.158599999999979],[-89.476668999999958,78.153869999999984],[-89.507781999999963,78.149994000000106],[-89.530288999999982,78.148330999999985],[-89.549437999999952,78.148605000000089],[-89.563048999999921,78.149719000000061],[-89.59584000000001,78.156937000000084],[-89.61860699999994,78.163040000000024],[-89.631942999999978,78.168594000000041],[-89.639724999999942,78.173309000000074],[-89.644164999999987,78.179703000000075],[-89.646118000000001,78.184707999999944],[-89.646118000000001,78.19720500000011],[-89.64805599999994,78.202209000000096],[-89.654174999999952,78.209427000000119],[-89.657226999999978,78.212203999999986],[-89.673888999999974,78.217209000000082],[-89.700835999999981,78.219147000000021],[-89.748885999999914,78.217209000000082],[-89.783324999999934,78.214431999999988],[-89.847778000000005,78.213042999999971],[-89.886948000000018,78.215271000000087],[-89.911117999999988,78.218872000000147],[-89.929169000000002,78.223038000000088],[-89.955276000000026,78.233322000000101],[-89.960281000000009,78.238311999999951],[-89.961945000000014,78.243590999999924],[-89.959441999999967,78.254439999999988],[-89.955001999999922,78.260544000000039],[-89.980285999999921,78.27777100000003],[-90.023330999999985,78.298035000000027],[-90.060271999999998,78.308029000000033],[-90.172500999999954,78.331100000000049],[-90.186110999999926,78.333327999999995],[-90.213622999999984,78.335265999999933],[-90.242492999999854,78.336105000000089],[-90.27416999999997,78.334991000000116],[-90.34056099999998,78.331100000000049],[-90.411391999999921,78.324432000000058],[-90.478881999999999,78.321106000000043],[-90.507781999999963,78.320540999999992],[-90.59445199999999,78.322768999999937],[-90.620269999999948,78.325546000000031],[-90.667770000000019,78.32748399999997],[-90.729445999999996,78.326096000000064],[-90.744445999999982,78.323043999999982],[-90.748610999999983,78.320267000000058],[-90.73721299999994,78.314423000000033],[-90.715560999999923,78.309143000000006],[-90.622771999999941,78.291091999999992],[-90.598343,78.287490999999932],[-90.544998000000021,78.283051000000114],[-90.46166999999997,78.27887000000004],[-90.410277999999948,78.276657000000057],[-90.363327000000027,78.256942999999978],[-90.273894999999982,78.192200000000071],[-90.267501999999922,78.18664600000011],[-90.268889999999999,78.182755000000043],[-90.272781000000009,78.17692599999998],[-90.293883999999991,78.159988000000112],[-90.301102000000014,78.15525800000006],[-90.330291999999986,78.146103000000039],[-90.353881999999942,78.143326000000116],[-90.433884000000035,78.136383000000137],[-90.465012000000002,78.135268999999937],[-90.497771999999941,78.134995000000004],[-90.624434999999949,78.134430000000009],[-90.711120999999991,78.135818000000086],[-90.967223999999987,78.142761000000064],[-91.021392999999989,78.146103000000039],[-91.039718999999991,78.150269000000094],[-91.238387999999986,78.166594999999973],[-91.326674999999966,78.168594000000041],[-91.489715999999873,78.17692599999998],[-91.539992999999924,78.181366000000025],[-91.613891999999964,78.191925000000083],[-91.661941999999897,78.199707000000046],[-91.707229999999981,78.209427000000119],[-91.724715999999944,78.214706000000092],[-91.807770000000005,78.23275799999999],[-91.831389999999999,78.23692299999999],[-91.857497999999964,78.239700000000084],[-91.887511999999901,78.239425999999924],[-91.920273000000009,78.237198000000149],[-91.946380999999974,78.23275799999999],[-91.963332999999977,78.227768000000083],[-91.974441999999954,78.223312000000021],[-91.986114999999984,78.214706000000092],[-92.003066999999987,78.209717000000126],[-92.031113000000005,78.207488999999953],[-92.058334000000002,78.208878000000141],[-92.083327999999995,78.212494000000049],[-92.105559999999969,78.217758000000003],[-92.308333999999945,78.278594999999996],[-92.537216000000001,78.310531999999967],[-92.556655999999975,78.314696999999967],[-92.589447000000007,78.323608000000092],[-92.949431999999888,78.43193100000002],[-92.96665999999999,78.44358799999992],[-92.982498000000021,78.454436999999984],[-92.98721299999994,78.46026599999999],[-92.987502999999947,78.465546000000074],[-92.978881999999942,78.483322000000044],[-92.96665999999999,78.488586000000055],[-92.863891999999964,78.505264000000125],[-92.848617999999988,78.505554000000132],[-92.690551999999968,78.49581900000004],[-92.646392999999932,78.487487999999928],[-92.621933000000013,78.487198000000092],[-92.600554999999986,78.488037000000077],[-92.576675000000023,78.490540000000067],[-92.520279000000016,78.498596000000134],[-92.493606999999997,78.503325999999959],[-92.48721299999994,78.507767000000058],[-92.487777999999992,78.509430000000009],[-92.497771999999998,78.513046000000031],[-92.563323999999966,78.520537999999988],[-92.529448999999943,78.521378000000027],[-92.24722300000002,78.52777100000003],[-92.216659999999933,78.528046000000018],[-92.070847000000015,78.525543000000027],[-92.011123999999938,78.526657],[-91.949996999999939,78.530273000000079],[-91.918610000000001,78.534424000000001],[-91.726395000000025,78.530548000000067],[-91.682495000000017,78.52609300000006],[-91.660827999999981,78.526932000000045],[-91.646117999999944,78.529984000000127],[-91.636123999999938,78.533600000000035],[-91.632492000000013,78.539429000000041],[-91.635284000000013,78.546097000000032],[-91.647506999999962,78.560257000000092],[-91.657500999999968,78.563873000000001],[-91.670272999999952,78.56581100000011],[-91.945267000000001,78.572220000000129],[-92.151397999999915,78.579437000000041],[-92.351943999999946,78.586928999999998],[-92.557220000000029,78.594711000000132],[-92.58555599999994,78.596099999999979],[-92.604720999999984,78.598602000000028],[-92.697768999999994,78.614151000000106],[-92.733063000000016,78.62359600000002],[-92.757781999999963,78.628036000000009],[-92.806106999999997,78.6336060000001],[-92.828888000000006,78.631927000000076],[-92.907227000000034,78.62303200000008],[-92.935546999999985,78.618866000000139],[-92.935821999999973,78.614990000000091],[-92.941665999999998,78.608597000000145],[-92.955841000000021,78.603867000000093],[-92.991668999999945,78.599716000000001],[-93.176940999999999,78.586380000000077],[-93.210555999999997,78.584152000000074],[-93.242492999999968,78.582763999999997],[-93.271118000000001,78.584152000000074],[-93.28443900000002,78.587494000000049],[-93.434157999999968,78.6336060000001],[-93.771392999999989,78.750549000000035],[-93.813613999999973,78.765823000000069],[-93.802779999999927,78.770263999999997],[-93.684158000000025,78.782486000000006],[-93.650283999999999,78.784714000000122],[-93.589721999999995,78.783599999999979],[-93.534438999999963,78.778870000000097],[-93.429169000000002,78.767212000000086],[-93.376388999999961,78.760544000000095],[-93.351394999999968,78.756104000000107],[-93.299728000000016,78.748596000000077],[-93.24722300000002,78.741928000000087],[-93.190551999999968,78.736374000000126],[-93.163329999999974,78.735535000000141],[-93.09973100000002,78.737198000000092],[-93.054992999999968,78.739974999999959],[-93.04222099999987,78.745255000000043],[-93.039963,78.750000000000057],[-93.039443999999946,78.751099000000067],[-93.035277999999948,78.761932000000002],[-93.037780999999939,78.765823000000069],[-93.118880999999988,78.772491000000059],[-93.170273000000009,78.77998400000007],[-93.271941999999967,78.796097000000145],[-93.346389999999928,78.809982000000048],[-93.369155999999975,78.816086000000041],[-93.391388000000006,78.820831000000112],[-93.416397000000018,78.824996999999996],[-93.560546999999929,78.833328000000108],[-93.589721999999995,78.834717000000069],[-93.650283999999999,78.835541000000035],[-93.746947999999975,78.834991000000002],[-93.779723999999987,78.833603000000096],[-93.842772999999966,78.832489000000123],[-93.874709999999936,78.833603000000096],[-93.892501999999979,78.838042999999914],[-93.902221999999995,78.842484000000013],[-93.906386999999995,78.849152000000004],[-93.917495999999971,78.860535000000027],[-93.939437999999939,78.871643000000006],[-93.959441999999967,78.878310999999997],[-94.052490000000034,78.902481000000023],[-94.09584000000001,78.911102000000085],[-94.253066999999987,78.956940000000031],[-94.269729999999981,78.962204000000042],[-94.282227000000034,78.968872000000033],[-94.287506000000008,78.981093999999985],[-94.288605000000018,78.986374000000069],[-94.241378999999881,78.996643000000063],[-94.005279999999914,79.029709000000025],[-93.910277999999948,79.041930999999977],[-93.878051999999968,79.042480000000126],[-93.854720999999927,79.040543000000071],[-93.813889000000017,79.035538000000031],[-93.784164000000033,79.038040000000137],[-93.601943999999889,79.068328999999949],[-93.472778000000005,79.108871000000136],[-93.455565999999976,79.11970500000001],[-93.452498999999989,79.125534000000016],[-93.456664999999987,79.132202000000007],[-93.463333000000034,79.136932000000058],[-93.46055599999994,79.142761000000064],[-93.443054000000018,79.148041000000092],[-93.36610399999995,79.161377000000073],[-93.329726999999934,79.164428999999984],[-93.294997999999907,79.166931000000091],[-93.259170999999924,79.167480000000012],[-93.227782999999931,79.166931000000091],[-93.003066999999987,79.154434000000094],[-92.895553999999947,79.143875000000037],[-92.869720000000029,79.139708999999925],[-92.841109999999958,79.141098000000113],[-92.816101000000003,79.145537999999988],[-92.801392000000021,79.150269000000094],[-92.7933349999999,79.155823000000055],[-92.780288999999868,79.161102000000028],[-92.746947999999975,79.164153999999996],[-92.506957999999941,79.158324999999991],[-92.478606999999954,79.155823000000055],[-92.407500999999911,79.146102999999982],[-92.309433000000013,79.145264000000054],[-92.243057000000022,79.146941999999967],[-91.89805599999994,79.161377000000073],[-91.691939999999988,79.173309000000017],[-91.439162999999951,79.183593999999971],[-91.205275999999969,79.191925000000026],[-91.009170999999867,79.203048999999965],[-90.811934999999949,79.208038000000101],[-90.601669000000015,79.214157000000114],[-90.564162999999951,79.215546000000131],[-90.528335999999911,79.21748400000007],[-90.492767000000015,79.220825000000104],[-90.390839000000028,79.236374000000012],[-90.368331999999953,79.243042000000003],[-90.36326600000001,79.246811000000093],[-90.382216999999969,79.2494200000001],[-90.405563000000029,79.251938000000109],[-90.472778000000005,79.250823999999909],[-90.502227999999945,79.2494200000001],[-90.732223999999974,79.238312000000121],[-90.885833999999988,79.244141000000127],[-91.139998999999932,79.244431000000134],[-91.198883000000023,79.241364000000033],[-91.47084000000001,79.228867000000037],[-91.861114999999927,79.215271000000087],[-92.026397999999972,79.207489000000123],[-92.053604000000007,79.205261000000007],[-92.087783999999999,79.204163000000108],[-92.180832000000009,79.203048999999965],[-92.213897999999972,79.204163000000108],[-92.238892000000021,79.205551000000014],[-92.510284000000013,79.232757999999933],[-92.621933000000013,79.244431000000134],[-92.676666000000012,79.251389000000131],[-92.694716999999969,79.257217000000082],[-92.693053999999961,79.262207000000103],[-92.625548999999978,79.295258000000047],[-92.603881999999942,79.300812000000064],[-92.571944999999971,79.304153000000099],[-92.523330999999928,79.307755000000043],[-92.454453000000001,79.308594000000028],[-92.394729999999981,79.308594000000028],[-92.303329000000019,79.306366000000082],[-92.255004999999983,79.304428000000144],[-92.131377999999984,79.299988000000099],[-91.994995000000017,79.295258000000047],[-91.961944999999957,79.29553199999998],[-91.932494999999903,79.297211000000004],[-91.894164999999987,79.301085999999998],[-91.865279999999927,79.305542000000116],[-91.829452999999944,79.314697000000137],[-91.795546999999885,79.319153000000085],[-91.727492999999924,79.326096000000064],[-91.658889999999985,79.329987000000131],[-91.589721999999938,79.332214000000022],[-91.528884999999946,79.333054000000061],[-91.493880999999874,79.33248900000001],[-91.467498999999975,79.333602999999982],[-91.267776000000026,79.345824999999991],[-91.231673999999941,79.348037999999917],[-91.15834000000001,79.356093999999985],[-91.119995000000017,79.386383000000023],[-91.129165999999884,79.390823000000069],[-91.156386999999995,79.394440000000031],[-91.191100999999946,79.393326000000059],[-91.230559999999969,79.389434999999992],[-91.422225999999966,79.374146000000053],[-91.508621000000005,79.373306000000014],[-91.580841000000021,79.369141000000013],[-91.702224999999942,79.361374000000069],[-91.729720999999984,79.359421000000111],[-91.766662999999994,79.353317000000118],[-91.788329999999974,79.346375000000023],[-91.835281000000009,79.340820000000122],[-91.864715999999987,79.339431999999988],[-91.897781000000009,79.339157],[-92.150832999999977,79.344437000000084],[-92.18110699999994,79.345824999999991],[-92.210006999999962,79.348327999999924],[-92.290833000000021,79.358031999999923],[-92.351943999999946,79.362761999999975],[-92.41194200000001,79.36442599999998],[-92.510009999999966,79.364150999999993],[-92.561934999999949,79.365814000000057],[-92.571670999999867,79.37052900000009],[-92.577498999999989,79.379150000000038],[-92.567504999999869,79.384155000000078],[-92.479996000000028,79.404434000000037],[-92.462509000000011,79.406937000000028],[-92.41194200000001,79.411652000000061],[-92.31361400000003,79.418593999999928],[-92.243880999999988,79.426651000000106],[-92.228607000000011,79.431366000000139],[-92.227782999999931,79.435257000000036],[-92.228881999999999,79.438309000000118],[-92.234726000000023,79.441649999999981],[-92.241942999999935,79.444138000000123],[-92.259170999999981,79.446930000000066],[-92.283324999999991,79.449142000000109],[-92.33805799999999,79.453049000000078],[-92.419723999999974,79.457214000000079],[-92.580841000000021,79.452209000000039],[-92.605270000000019,79.450546000000088],[-92.634170999999981,79.445816000000036],[-92.679992999999968,79.437194999999974],[-92.774170000000026,79.417755],[-92.803054999999972,79.413040000000137],[-92.854445999999996,79.407760999999994],[-92.876098999999954,79.407760999999994],[-92.901671999999962,79.408874999999966],[-92.929442999999935,79.412490999999989],[-92.950835999999981,79.416382000000056],[-92.973327999999981,79.423598999999967],[-93.029175000000009,79.46026599999999],[-93.032775999999956,79.465546000000074],[-93.034728999999913,79.471649000000014],[-93.044723999999917,79.476089000000002],[-93.063048999999921,79.48054500000012],[-93.09056099999998,79.482208000000071],[-93.107223999999974,79.482208000000071],[-93.126662999999951,79.479980000000069],[-93.143889999999885,79.475815000000068],[-93.146666999999979,79.469986000000063],[-93.144454999999994,79.463882000000069],[-93.125,79.450821000000133],[-93.105834999999956,79.43942300000009],[-93.081389999999942,79.426376000000062],[-93.061110999999983,79.415817000000061],[-93.033614999999941,79.404434000000037],[-93.018889999999999,79.399719000000005],[-93.009170999999981,79.395263999999997],[-93.006957999999941,79.389160000000118],[-93.008347000000015,79.388046000000145],[-93.009445000000028,79.387206999999989],[-93.021392999999989,79.382751000000098],[-93.125,79.359711000000118],[-93.264175000000023,79.353592000000106],[-93.312499999999943,79.372757000000092],[-93.251113999999973,79.40498400000007],[-93.236114999999984,79.415268000000083],[-93.229720999999984,79.425537000000134],[-93.231383999999991,79.429977000000122],[-93.235001000000011,79.435257000000036],[-93.252501999999993,79.441924999999969],[-93.275833000000034,79.446640000000002],[-93.293334999999956,79.44802900000002],[-93.320007000000032,79.448317999999972],[-93.338057999999933,79.447205000000054],[-93.354445999999996,79.441360000000145],[-93.424437999999896,79.405258000000003],[-93.433059999999898,79.387496999999996],[-93.485275000000001,79.354156000000046],[-93.641387999999893,79.31164600000011],[-93.757507000000032,79.283600000000035],[-93.801940999999886,79.274704000000099],[-93.869995000000017,79.263885000000073],[-93.906661999999983,79.260544000000039],[-93.969726999999978,79.25749200000007],[-93.99722300000002,79.256942999999978],[-94.047225999999966,79.25749200000007],[-94.206954999999994,79.272490999999945],[-94.212219000000005,79.276657000000057],[-94.162780999999995,79.322220000000016],[-94.14805599999994,79.333602999999982],[-94.119720000000029,79.344711000000018],[-94.088608000000022,79.353592000000106],[-94.056380999999931,79.379700000000071],[-94.245834000000002,79.404160000000104],[-94.366652999999985,79.419708000000128],[-94.386123999999938,79.421371000000022],[-94.494720000000029,79.421371000000022],[-94.509170999999981,79.416382000000056],[-94.5,79.379700000000071],[-94.483063000000016,79.375809000000004],[-94.46305799999999,79.379150000000038],[-94.454453000000001,79.385544000000095],[-94.432769999999948,79.385544000000095],[-94.398055999999997,79.375259000000142],[-94.389998999999989,79.368866000000025],[-94.506667999999991,79.337204000000042],[-94.538054999999929,79.333602999999982],[-94.573623999999938,79.331100000000049],[-94.638900999999976,79.33248900000001],[-94.669997999999964,79.331375000000037],[-94.697495000000004,79.326660000000004],[-94.720001000000025,79.321655000000135],[-94.765015000000005,79.31164600000011],[-94.952498999999932,79.289978000000019],[-94.970000999999968,79.284714000000008],[-94.972777999999892,79.273880000000133],[-94.977218999999991,79.270264000000111],[-94.985824999999977,79.267487000000017],[-95.018616000000009,79.266936999999984],[-95.087555000000009,79.27075200000013],[-95.161666999999966,79.281097000000045],[-95.304992999999968,79.325821000000019],[-95.318619000000012,79.332214000000022],[-95.32028200000002,79.335266000000104],[-95.294448999999986,79.336655000000121],[-95.285004000000015,79.353042999999957],[-95.295837000000006,79.379425000000026],[-95.394164999999987,79.387496999999996],[-95.477218999999991,79.380814000000044],[-95.655563000000029,79.391663000000108],[-95.753341999999975,79.404434000000037],[-95.771666999999979,79.409714000000065],[-95.778609999999958,79.413040000000137],[-95.779449,79.425812000000121],[-95.736388999999974,79.537491000000045],[-95.657500999999968,79.553314000000114],[-95.636123999999938,79.557479999999998],[-95.565552000000025,79.55914300000012],[-95.309722999999963,79.569153000000028],[-95.170273000000009,79.575272000000041],[-95.051665999999955,79.582214000000135],[-94.839995999999871,79.597214000000122],[-94.802489999999977,79.600540000000137],[-94.699432000000002,79.612198000000149],[-94.40695199999999,79.667755000000113],[-94.360275000000001,79.677765000000022],[-94.329453000000001,79.688309000000061],[-94.282776000000013,79.757492000000013],[-94.28694200000001,79.762772000000041],[-94.298339999999996,79.76887499999998],[-94.318344000000025,79.778595000000053],[-94.335281000000009,79.780823000000055],[-94.361664000000019,79.781937000000028],[-94.384170999999981,79.778046000000131],[-94.577498999999932,79.735809000000074],[-94.592498999999975,79.731094000000041],[-94.596663999999976,79.725815000000011],[-94.601395000000025,79.713882000000012],[-94.608886999999925,79.708327999999995],[-94.748336999999935,79.678314],[-94.776671999999962,79.673598999999967],[-94.814437999999939,79.670258000000103],[-94.878325999999959,79.66804500000012],[-94.946380999999974,79.666930999999977],[-94.985001000000011,79.664993000000038],[-95.091675000000009,79.656936999999971],[-95.153610000000015,79.647491000000002],[-95.190825999999959,79.644149999999968],[-95.355559999999969,79.638321000000133],[-95.419998000000021,79.637496999999996],[-95.485274999999945,79.638046000000088],[-95.740828999999906,79.641373000000044],[-95.799437999999952,79.642487000000017],[-95.853332999999964,79.646103000000096],[-95.901107999999965,79.654433999999981],[-95.933060000000012,79.664429000000098],[-95.954726999999991,79.671920999999998],[-95.980835000000013,79.6827550000001],[-96.032227000000034,79.706940000000088],[-96.282501000000025,79.798874000000012],[-96.335555999999997,79.815536000000009],[-96.360824999999977,79.82249500000006],[-96.384170999999924,79.826385000000073],[-96.490554999999972,79.836104999999975],[-96.575561999999934,79.849990999999932],[-96.589447000000007,79.852478000000019],[-96.610549999999989,79.877762000000018],[-96.61500499999994,79.883881000000031],[-96.609436000000017,79.888596000000064],[-96.573623999999995,79.900269000000094],[-96.458618000000001,79.914429000000041],[-96.422775000000001,79.916091999999935],[-96.391387999999949,79.913879000000009],[-96.385009999999909,79.909714000000008],[-96.37777699999998,79.899155000000121],[-96.194716999999912,79.901382000000012],[-96.158889999999872,79.903046000000018],[-96.138061999999991,79.906372000000033],[-96.147780999999952,79.912491000000102],[-96.164718999999991,79.917205999999908],[-96.23332199999993,79.933043999999938],[-96.262512000000015,79.936920000000043],[-96.325561999999991,79.941360000000032],[-96.399170000000026,79.941086000000098],[-96.492766999999958,79.943314000000044],[-96.52416999999997,79.945251000000098],[-96.556655999999975,79.948868000000061],[-96.580565999999976,79.952773999999977],[-96.595839999999953,79.956940000000031],[-96.606658999999922,79.962204000000042],[-96.675003000000004,80.008331000000055],[-96.679442999999992,80.014435000000105],[-96.661941999999954,80.019989000000123],[-96.628052000000025,80.024429000000112],[-96.482772999999952,80.041091999999992],[-96.419158999999922,80.041930999999977],[-96.394164999999873,80.043869000000086],[-96.391677999999956,80.045822000000044],[-96.40583799999996,80.048325000000034],[-96.428878999999995,80.050537000000077],[-96.479172000000005,80.053864000000033],[-96.512222000000008,80.054977000000122],[-96.548614999999927,80.053314],[-96.582503999999915,80.048598999999967],[-96.599166999999909,80.044434000000138],[-96.627776999999924,80.039429000000098],[-96.676101999999958,80.041930999999977],[-96.698882999999967,80.046936000000017],[-96.737503000000004,80.058029000000033],[-96.781676999999945,80.076660000000061],[-96.801391999999964,80.086929000000055],[-96.802779999999984,80.090820000000122],[-96.748885999999857,80.134720000000129],[-96.734436000000017,80.139709000000096],[-96.711120999999935,80.14498900000001],[-96.675827000000027,80.145538000000101],[-96.410003999999958,80.13888500000013],[-96.381103999999937,80.13638300000008],[-96.351395000000025,80.132476999999994],[-96.322784000000013,80.127472000000125],[-96.163054999999872,80.093048000000067],[-96.077788999999996,80.078049000000021],[-96.017776000000026,80.070830999999998],[-95.847777999999892,80.053314],[-95.545836999999949,80.040543000000071],[-95.418883999999935,80.036652000000004],[-95.325011999999958,80.03387500000008],[-95.193877999999984,80.03137200000009],[-95.06361400000003,80.029984000000013],[-95.038054999999986,80.031936999999971],[-95.011672999999917,80.038879000000065],[-94.988892000000021,80.04304500000012],[-94.951110999999855,80.045532000000037],[-94.921386999999925,80.046371000000022],[-94.887512000000015,80.045822000000044],[-94.852782999999874,80.044144000000131],[-94.825835999999924,80.040543000000071],[-94.717772999999966,80.020828000000051],[-94.607498000000021,80.002777000000094],[-94.569457999999941,79.997208000000114],[-94.416945999999996,79.978867000000093],[-94.383620999999948,79.982482999999945],[-94.387786999999946,79.987761999999918],[-94.413894999999911,79.997757000000036],[-94.451674999999966,80.009720000000073],[-94.525557999999933,80.02276599999999],[-94.62110899999999,80.04304500000012],[-94.67111199999988,80.056931000000134],[-94.74888599999997,80.07998699999996],[-94.728881999999942,80.105545000000063],[-94.632766999999944,80.131088000000034],[-94.611937999999952,80.135544000000095],[-94.510558999999944,80.154434000000037],[-94.480559999999855,80.15914900000007],[-94.416396999999961,80.163605000000018],[-94.387222000000008,80.163315000000011],[-94.285827999999924,80.164993000000095],[-94.121108999999933,80.17025799999999],[-94.091675000000009,80.172485000000052],[-94.083892999999989,80.175537000000134],[-94.096389999999985,80.179153000000042],[-94.119995000000017,80.183044000000109],[-94.184433000000013,80.186646000000053],[-94.217772999999966,80.18803400000013],[-94.354171999999949,80.190811000000053],[-94.485000999999954,80.209991000000002],[-94.642226999999991,80.199996999999996],[-94.649993999999879,80.194427000000076],[-94.704453000000001,80.178040000000124],[-94.748336999999935,80.169434000000024],[-94.816956000000005,80.159714000000122],[-95.033324999999991,80.134995000000004],[-95.104996000000028,80.128860000000032],[-95.263625999999988,80.118317000000104],[-95.333618000000001,80.118042000000059],[-95.367767000000015,80.118317000000104],[-95.420273000000009,80.122482000000105],[-95.658889999999985,80.168593999999985],[-95.683884000000035,80.173874000000012],[-95.695830999999998,80.178314000000057],[-95.692215000000033,80.181090999999981],[-95.673889000000031,80.186371000000008],[-95.621658000000025,80.195251000000042],[-95.580841000000021,80.199706999999989],[-95.542770000000019,80.202209000000039],[-95.471114999999941,80.203598000000056],[-95.404175000000009,80.203598000000056],[-95.370543999999995,80.204712000000029],[-95.327788999999882,80.208603000000096],[-95.295837000000006,80.21276899999998],[-95.268341000000021,80.218047999999953],[-95.254455999999948,80.222214000000065],[-95.235000999999897,80.232208000000071],[-95.229996000000028,80.236098999999967],[-95.235000999999897,80.241088999999988],[-95.243331999999953,80.243591000000094],[-95.258895999999993,80.244980000000055],[-95.278060999999923,80.243866000000082],[-95.287216000000001,80.241088999999988],[-95.325561999999991,80.232208000000071],[-95.39834599999989,80.223602000000142],[-95.461394999999868,80.219986000000119],[-95.496947999999975,80.219436999999971],[-95.548339999999996,80.220261000000107],[-95.566955999999948,80.224152000000004],[-95.577498999999989,80.229430999999977],[-95.581389999999885,80.235535000000027],[-95.586394999999925,80.240540000000067],[-95.601944000000003,80.242203000000018],[-95.645844000000011,80.239700000000028],[-95.69027699999998,80.232483000000116],[-95.71055599999994,80.227768000000083],[-95.884170999999981,80.199142000000109],[-95.922500999999954,80.194138000000009],[-95.93360899999999,80.194427000000076],[-95.98443599999996,80.200271999999984],[-96.216659999999877,80.235809000000131],[-96.43499799999995,80.269714000000022],[-96.46444699999995,80.313034000000016],[-96.613892000000021,80.329987000000131],[-96.645844000000011,80.333054000000004],[-96.670272999999952,80.336928999999998],[-96.681670999999881,80.342209000000082],[-96.676101999999958,80.346939000000134],[-96.658051,80.352203000000088],[-96.634170999999981,80.357208000000128],[-96.604720999999984,80.362198000000035],[-96.592223999999987,80.362761999999975],[-96.440552000000025,80.356644000000017],[-96.408889999999985,80.353592000000106],[-96.363892000000021,80.342209000000082],[-96.254729999999938,80.335541000000092],[-96.232223999999974,80.334717000000126],[-96.216400000000021,80.338042999999971],[-96.221664000000033,80.343323000000055],[-96.255004999999983,80.354156000000046],[-96.277221999999938,80.359985000000052],[-96.280838000000017,80.36192299999999],[-96.268065999999919,80.367477000000008],[-96.240554999999972,80.37303200000008],[-96.080841000000021,80.387206999999989],[-96.047774999999888,80.389984000000084],[-95.978606999999954,80.388596000000007],[-95.732497999999907,80.372757000000036],[-95.697495000000004,80.369979999999941],[-95.636948000000018,80.364150999999936],[-95.61221299999994,80.360260000000039],[-95.566955999999948,80.352203000000088],[-95.542770000000019,80.345824999999934],[-95.513900999999976,80.340820000000065],[-95.48832699999997,80.338042999999971],[-95.460280999999952,80.336928999999998],[-95.440826000000015,80.338318000000015],[-95.436935000000005,80.341095000000109],[-95.453338999999971,80.373306000000014],[-95.458617999999944,80.378586000000041],[-95.468063000000029,80.38220200000012],[-95.498610999999983,80.383880999999974],[-95.564162999999951,80.385817999999972],[-95.624999999999943,80.391663000000108],[-95.653885000000002,80.396652000000074],[-95.694992000000013,80.406097000000102],[-95.721664000000033,80.412765999999976],[-95.852218999999991,80.454163000000051],[-95.957229999999925,80.504990000000134],[-96.020553999999947,80.567490000000078],[-96.027221999999995,80.574158000000068],[-96.024445000000014,80.578323000000069],[-96.006957999999884,80.582763999999941],[-95.979996000000028,80.584717000000069],[-95.941665999999941,80.58638000000002],[-95.671660999999972,80.584717000000069],[-95.536391999999978,80.590820000000008],[-95.498046999999872,80.59248400000007],[-95.423614999999984,80.593597000000102],[-95.318343999999911,80.590820000000008],[-95.246658000000025,80.58998100000008],[-95.172226000000023,80.59137000000004],[-95.132216999999969,80.593872000000147],[-95.067229999999995,80.601379000000065],[-95.030837999999903,80.603317000000004],[-94.99499499999996,80.603043000000071],[-94.962783999999942,80.599715999999944],[-94.902495999999985,80.586655000000007],[-94.846953999999926,80.574706999999989],[-94.823623999999995,80.569716999999969],[-94.77194199999991,80.561371000000065],[-94.752791999999943,80.559982000000048],[-94.696654999999964,80.55693100000002],[-94.658614999999998,80.555817000000047],[-94.554992999999911,80.55442800000003],[-94.374999999999943,80.557205000000124],[-94.230835000000013,80.556365999999969],[-94.010559000000001,80.54942299999999],[-93.968886999999995,80.540817000000061],[-93.968886999999995,80.536925999999994],[-93.966110000000015,80.530823000000055],[-93.958343999999954,80.52609300000006],[-93.89916999999997,80.519150000000025],[-93.866942999999992,80.518326000000059],[-93.839447000000007,80.518599999999992],[-93.786391999999978,80.525543000000027],[-93.783066000000019,80.529709000000082],[-93.790832999999964,80.534424000000115],[-93.810546999999985,80.541367000000093],[-93.894729999999868,80.565811000000053],[-93.949158000000011,80.578048999999908],[-93.973617999999931,80.581939999999975],[-94.005004999999983,80.585266000000047],[-94.093612999999948,80.593322999999998],[-94.308334000000002,80.606368999999972],[-94.437774999999988,80.605545000000006],[-94.457503999999915,80.600265999999976],[-94.484726000000023,80.598328000000038],[-94.524170000000026,80.598328000000038],[-94.543335000000013,80.599715999999944],[-94.561935000000005,80.605819999999994],[-94.660278000000005,80.651382000000012],[-94.669448999999929,80.65776100000005],[-94.672775000000001,80.663879000000009],[-94.670273000000009,80.669708000000014],[-94.662215999999944,80.675262000000032],[-94.650283999999999,80.681366000000082],[-94.628326000000015,80.685806000000071],[-94.596953999999982,80.690536000000122],[-94.553604000000007,80.694977000000051],[-94.514724999999942,80.696365000000128],[-94.439163000000008,80.697479000000101],[-94.331116000000009,80.693863000000022],[-94.231673999999884,80.692200000000128],[-94.199722000000008,80.693039000000056],[-94.117492999999968,80.698593000000074],[-94.088332999999977,80.701660000000004],[-94.075561999999991,80.706099999999992],[-94.076950000000011,80.709152000000131],[-94.086394999999982,80.713043000000027],[-94.108337000000006,80.718872000000033],[-94.140288999999996,80.721924000000115],[-94.304442999999935,80.733871000000079],[-94.423049999999876,80.734985000000052],[-94.449158000000011,80.730270000000019],[-94.491104000000007,80.726928999999984],[-94.549438000000009,80.724991000000045],[-94.65972899999997,80.72526600000009],[-94.694716999999969,80.726653999999996],[-94.722778000000005,80.728592000000106],[-94.895554000000004,80.747757000000092],[-95.035827999999867,80.768326000000002],[-95.037505999999951,80.771378000000141],[-95.03694200000001,80.776093000000003],[-95.033889999999985,80.778046000000131],[-95.025283999999999,80.801651000000106],[-95.243056999999965,80.787766000000033],[-95.282501000000025,80.786101999999971],[-95.334166999999923,80.788879000000065],[-95.442764000000011,80.79971299999994],[-95.475554999999986,80.803040000000067],[-95.501113999999973,80.806931000000134],[-95.524170000000026,80.812484999999981],[-95.534164000000033,80.818878000000097],[-95.526397999999972,80.833328000000051],[-95.500838999999871,80.838318000000072],[-95.44027699999998,80.846100000000035],[-95.371384000000035,80.853316999999947],[-95.212783999999999,80.868317000000104],[-95.170837000000006,80.875809000000061],[-95.150832999999921,80.881088000000034],[-95.146666999999923,80.883881000000031],[-95.170546999999999,80.884720000000016],[-95.300827000000027,80.885269000000108],[-95.41332999999986,80.885269000000108],[-95.468886999999995,80.890273999999977],[-95.481383999999991,80.894714000000022],[-95.484726000000023,80.899155000000121],[-95.474166999999966,80.904434000000094],[-95.460280999999952,80.909713999999951],[-95.422775000000001,80.920821999999987],[-95.334166999999923,80.934708000000114],[-95.311934999999949,80.939147999999989],[-95.283614999999941,80.949996999999996],[-95.267501999999979,80.96138000000002],[-95.259734999999921,80.973602000000028],[-95.257506999999976,80.979431000000034],[-95.259170999999981,80.984984999999995],[-95.255004999999983,80.996643000000063],[-95.241104000000007,81.006103999999993],[-95.220839999999896,81.011382999999967],[-95.183060000000012,81.019714000000079],[-94.943329000000006,81.048874000000126],[-94.814163000000008,81.054153000000099],[-94.663054999999986,81.048598999999911],[-94.572783999999899,81.038879000000009],[-94.546111999999994,81.033325000000048],[-94.493880999999988,81.017487000000017],[-94.495543999999995,80.995819000000097],[-94.504181000000017,80.990265000000079],[-94.509170999999981,80.984711000000061],[-94.508057000000008,80.979431000000034],[-94.492767000000015,80.972763000000043],[-94.472778000000005,80.969146999999964],[-94.434158000000025,80.965546000000131],[-94.408614999999941,80.965546000000131],[-94.365554999999972,80.968872000000147],[-94.344726999999978,80.974152000000061],[-94.330001999999865,80.979706000000022],[-94.143616000000009,81.015823000000012],[-94.071670999999924,81.024993999999936],[-93.908051,81.039429000000041],[-93.906386999999995,81.040543000000071],[-94.013335999999981,81.053588999999988],[-94.042220999999927,81.055542000000116],[-94.18249499999996,81.068054000000075],[-94.328612999999962,81.089432000000045],[-94.357498000000021,81.09526100000005],[-94.36221299999994,81.100540000000024],[-94.353607000000011,81.106093999999985],[-94.345550999999944,81.109421000000111],[-94.313048999999978,81.115539999999953],[-94.278335999999967,81.117203000000075],[-94.255279999999971,81.115539999999953],[-94.230835000000013,81.110535000000084],[-94.214721999999881,81.106369000000029],[-94.195830999999941,81.10026600000009],[-94.154723999999987,81.093872000000033],[-94.130279999999971,81.09275800000006],[-93.989715999999987,81.092484000000127],[-93.960830999999928,81.094147000000078],[-93.935271999999941,81.098327999999981],[-93.907227000000034,81.101653999999996],[-93.866394000000014,81.103043000000014],[-93.795273000000009,81.099426000000051],[-93.689437999999996,81.093048000000067],[-93.517226999999878,81.084426999999948],[-93.299987999999928,81.079711999999915],[-93.255844000000025,81.082764000000054],[-93.163054999999929,81.091934000000094],[-93.152221999999938,81.094711000000018],[-93.123321999999916,81.115265000000136],[-93.095550999999944,81.154160000000104],[-93.091674999999952,81.159988000000055],[-93.095839999999953,81.165268000000083],[-93.121108999999933,81.182754999999929],[-93.259734999999978,81.212203999999929],[-93.419448999999929,81.219986000000063],[-93.514724999999999,81.217758000000117],[-93.687499999999943,81.21026599999999],[-93.728333000000021,81.207214000000079],[-93.852218999999934,81.203049000000078],[-93.928878999999995,81.203873000000044],[-94.031386999999938,81.208878000000084],[-94.166397000000018,81.218048000000124],[-94.200561999999877,81.221100000000035],[-94.282227000000034,81.231094000000098],[-94.302489999999977,81.234984999999938],[-94.381667999999991,81.25082400000008],[-94.388061999999991,81.254990000000134],[-94.391388000000006,81.261108000000092],[-94.386123999999938,81.272766000000104],[-94.370270000000005,81.284714000000008],[-94.278610000000015,81.341934000000037],[-94.268616000000009,81.346099999999922],[-94.240829000000019,81.350814999999955],[-94.200561999999877,81.355545000000006],[-94.153884999999946,81.359711000000118],[-94.06806899999998,81.363311999999951],[-94.035278000000005,81.363311999999951],[-93.789444000000003,81.348038000000088],[-93.755004999999926,81.344711000000132],[-93.694442999999922,81.337494000000049],[-93.665833000000021,81.332763999999997],[-93.638900999999976,81.327209000000096],[-93.621933000000013,81.321655000000078],[-93.611389000000031,81.316376000000105],[-93.594451999999933,81.31053199999991],[-93.553329000000019,81.305542000000059],[-93.515288999999996,81.31053199999991],[-93.494994999999903,81.314697000000081],[-93.483063000000016,81.319716999999969],[-93.483611999999994,81.325272000000041],[-93.488051999999982,81.330551000000014],[-93.533324999999991,81.348602000000028],[-93.560546999999929,81.367751999999996],[-93.564712999999927,81.376648000000102],[-93.550551999999925,81.38108799999992],[-93.517501999999979,81.38499500000006],[-93.340285999999992,81.372208000000057],[-93.177490000000034,81.358597000000088],[-93.01556399999987,81.341370000000097],[-92.928054999999972,81.330826000000059],[-92.831680000000006,81.317764000000011],[-92.727782999999931,81.305542000000059]],[[-91.71833799999996,81.549149000000057],[-91.761672999999973,81.548035000000084],[-91.801391999999964,81.548599000000024],[-91.837509000000011,81.551086000000112],[-91.863616999999977,81.555251999999996],[-91.951110999999912,81.584152000000017],[-91.958617999999944,81.588882000000069],[-91.960555999999997,81.594986000000119],[-91.956115999999952,81.600815000000125],[-91.932494999999903,81.605819999999994],[-91.903884999999946,81.608322000000044],[-91.868332000000009,81.608597000000088],[-91.823897999999986,81.606934000000138],[-91.789444000000003,81.603317000000004],[-91.724715999999944,81.596100000000092],[-91.597778000000005,81.580550999999957],[-91.582229999999925,81.578049000000078],[-91.619995000000017,81.562484999999981],[-91.643615999999895,81.557480000000112],[-91.673614999999984,81.552765000000079],[-91.71833799999996,81.549149000000057]],[[-78.365828999999962,82.883605999999986],[-78.383330999999998,82.883605999999986],[-78.419448999999986,82.899155000000064],[-78.417220999999927,82.935532000000023],[-78.414718999999934,82.941925000000026],[-78.405838000000017,82.947754000000032],[-78.389724999999885,82.953323000000012],[-78.361663999999962,82.958603000000096],[-78.323333999999875,82.961929000000112],[-78.273894999999868,82.963043000000084],[-78.223617999999988,82.961104999999975],[-78.145279000000016,82.954712000000029],[-78.119720000000029,82.94859299999996],[-78.116942999999992,82.942200000000014],[-78.122498000000007,82.937194999999974],[-78.150833000000034,82.926925999999924],[-78.212783999999999,82.911377000000016],[-78.336394999999982,82.888046000000145],[-78.365828999999962,82.883605999999986]],[[-70.111937999999952,83.109421000000111],[-70.00140399999998,83.10775799999999],[-69.812209999999993,83.112197999999978],[-69.74888599999997,83.11192299999999],[-69.701675000000023,83.110535000000084],[-69.665008999999998,83.108322000000101],[-69.659164000000033,83.103043000000127],[-69.662215999999944,83.074158000000068],[-69.664168999999958,83.070830999999941],[-69.680557000000022,83.064986999999974],[-69.716109999999958,83.061096000000077],[-69.757506999999976,83.057755000000043],[-69.773894999999982,83.051926000000037],[-69.775283999999942,83.047760000000096],[-69.744445999999982,83.04553199999998],[-69.671936000000017,83.041091999999935],[-69.636123999999995,83.039703000000145],[-69.471389999999985,83.038879000000009],[-69.451110999999969,83.035812000000078],[-69.513335999999981,83.019714000000022],[-69.536117999999988,83.014435000000049],[-69.565001999999936,83.009995000000004],[-69.559722999999963,82.994141000000127],[-69.233062999999959,83.010268999999937],[-69.156386999999938,83.017487000000131],[-69.120543999999995,83.021652000000131],[-69.097777999999948,83.026657],[-69.06361400000003,83.038040000000024],[-69.015563999999927,83.040817000000118],[-68.983063000000016,83.036652000000117],[-68.975280999999995,83.028320000000122],[-68.973891999999978,83.015549000000021],[-68.977218999999991,83.001663000000065],[-68.902785999999935,82.988312000000064],[-68.708344000000011,82.978043000000071],[-68.665008999999941,82.980270000000132],[-68.630829000000006,82.985259999999982],[-68.626663000000008,82.986923000000104],[-68.579726999999991,82.996933000000013],[-68.550551999999925,83.001663000000065],[-68.514724999999999,83.005554000000132],[-68.46665999999999,83.008040999999992],[-68.404723999999987,83.008330999999998],[-68.358046999999885,83.006103999999937],[-68.316101000000003,83.003326000000129],[-68.190826000000015,82.994705000000067],[-68.154175000000009,82.991088999999988],[-68.142226999999934,82.983597000000032],[-68.155272999999966,82.972487999999998],[-68.177779999999984,82.959991000000002],[-68.188599000000011,82.946091000000081],[-68.176391999999964,82.938873000000058],[-68.145554000000004,82.934981999999991],[-68.09973100000002,82.933594000000085],[-68.06806899999998,82.935257000000036],[-68.054169000000002,82.938873000000058],[-67.881667999999934,82.958878000000084],[-67.666945999999996,82.969711000000075],[-67.61082499999992,82.96887200000009],[-67.544158999999979,82.962203999999929],[-67.50140399999998,82.957214000000079],[-67.499999999999943,82.957016000000067],[-67.476104999999961,82.953598000000056],[-67.410003999999958,82.946640000000059],[-67.327788999999939,82.940811000000053],[-67.241669000000002,82.936919999999986],[-67.196655000000021,82.93609600000002],[-67.136123999999938,82.936646000000053],[-67.116942999999992,82.941086000000041],[-67.122771999999998,82.949142000000109],[-67.121658000000025,82.955261000000121],[-67.113327000000027,82.959427000000062],[-67.092223999999931,82.961104999999975],[-67.041107000000011,82.959717000000069],[-66.964721999999995,82.954163000000051],[-66.939986999999917,82.950546000000088],[-66.938323999999909,82.947754000000032],[-66.818893000000003,82.935257000000036],[-66.653060999999866,82.936371000000008],[-66.330001999999922,82.933868000000018],[-66.301391999999964,82.93193100000002],[-66.299437999999952,82.92942800000003],[-66.347503999999958,82.898041000000092],[-66.369155999999919,82.888321000000019],[-66.81138599999997,82.815262000000018],[-66.841110000000015,82.810806000000071],[-66.876663000000008,82.807205000000067],[-66.959732000000031,82.800812000000064],[-67.138335999999981,82.78387500000008],[-67.31527699999998,82.764709000000039],[-67.386123999999995,82.757767000000115],[-67.45777899999996,82.752212999999927],[-67.499999999999943,82.749611000000129],[-67.597778000000005,82.743590999999924],[-67.644729999999925,82.741652999999985],[-67.799164000000019,82.731658999999979],[-67.914168999999958,82.719986000000119],[-68.041381999999999,82.703873000000101],[-68.081679999999949,82.700821000000019],[-68.134170999999981,82.698593000000017],[-68.234726000000023,82.696640000000116],[-68.276108000000022,82.69470199999995],[-68.356658999999979,82.688034000000016],[-68.424437999999896,82.679703000000075],[-68.633621000000005,82.648605000000089],[-68.655838000000017,82.643600000000049],[-68.672225999999966,82.637772000000098],[-68.667220999999984,82.632477000000051],[-68.642501999999979,82.628585999999984],[-68.573623999999938,82.628860000000088],[-68.465011999999945,82.639435000000049],[-68.424437999999896,82.641937000000098],[-68.325835999999981,82.645537999999988],[-67.934998000000007,82.658324999999991],[-67.812774999999988,82.659149000000127],[-67.606658999999922,82.655548000000067],[-67.518065999999862,82.65109300000006],[-67.47084000000001,82.652205999999978],[-67.430557000000022,82.655548000000067],[-67.381942999999978,82.66276600000009],[-67.328063999999983,82.677199999999914],[-67.275283999999999,82.68609600000002],[-67.245834000000002,82.689697000000081],[-67.210830999999928,82.693587999999977],[-66.997771999999998,82.712203999999986],[-66.900283999999999,82.719437000000028],[-66.670837000000006,82.740265000000079],[-66.657227000000034,82.744430999999963],[-66.638335999999981,82.748871000000008],[-66.122771999999998,82.813034000000073],[-66.086670000000026,82.816665999999998],[-65.810271999999941,82.840820000000122],[-65.767776000000026,82.843048000000067],[-65.724166999999909,82.843597000000045],[-65.546660999999915,82.838043000000027],[-65.467772999999852,82.833327999999995],[-65.454726999999991,82.829162999999994],[-65.481673999999998,82.816665999999998],[-65.495834000000002,82.8119200000001],[-65.527221999999938,82.797484999999938],[-65.518065999999976,82.789978000000019],[-65.511123999999995,82.786652000000004],[-65.458617999999888,82.779433999999981],[-65.430832000000009,82.777481000000023],[-65.197494999999947,82.764160000000061],[-65.164444000000003,82.763046000000088],[-65.154723999999987,82.765274000000034],[-65.167496000000028,82.769989000000066],[-65.259170999999924,82.781662000000097],[-65.327498999999989,82.789154000000053],[-65.339721999999938,82.791930999999977],[-65.353057999999976,82.797211000000004],[-65.34445199999999,82.801926000000037],[-65.221938999999963,82.832764000000054],[-65.102782999999931,82.848037999999974],[-65.110001000000011,82.852767999999969],[-65.128052000000025,82.856094000000041],[-65.172775000000001,82.858321999999987],[-65.272781000000009,82.861099000000081],[-65.30749499999996,82.86554000000001],[-65.289168999999958,82.873306000000014],[-65.258057000000008,82.877472000000125],[-65.104720999999984,82.891663000000108],[-64.982223999999974,82.901093000000003],[-64.884734999999921,82.905823000000055],[-64.83555599999994,82.906937000000028],[-64.729720999999927,82.904160000000104],[-64.68472300000002,82.901657000000114],[-64.655562999999972,82.896942000000081],[-64.664168999999902,82.89027399999992],[-64.678604000000007,82.884720000000129],[-64.713897999999915,82.876372999999944],[-64.751953000000015,82.875259000000142],[-64.790558000000033,82.875809000000004],[-64.829726999999934,82.877762000000132],[-64.890288999999939,82.878036000000066],[-64.922501000000011,82.876372999999944],[-64.936934999999949,82.871368000000075],[-64.923614999999984,82.864699999999914],[-64.883895999999993,82.861649000000114],[-64.839995999999985,82.861923000000047],[-64.746384000000035,82.860535000000141],[-64.723052999999993,82.856369000000029],[-64.710555999999997,82.852478000000133],[-64.713897999999915,82.846375000000023],[-64.722777999999948,82.840820000000122],[-64.742217999999923,82.834427000000005],[-64.750838999999928,82.828323000000125],[-64.737777999999992,82.822220000000016],[-64.706954999999994,82.813034000000073],[-64.64805599999994,82.799713000000111],[-64.478607000000011,82.764435000000105],[-64.445266999999944,82.761932000000115],[-64.418059999999912,82.761382999999967],[-64.412780999999939,82.762206999999933],[-64.398055999999997,82.766936999999984],[-64.328888000000006,82.787201000000096],[-64.18638599999997,82.819153000000085],[-64.139998999999989,82.828049000000021],[-64.103058000000033,82.831665000000044],[-64.059722999999963,82.833327999999995],[-63.972770999999966,82.834991000000116],[-63.672775000000001,82.834717000000012],[-63.623610999999926,82.833603000000039],[-63.529723999999987,82.828323000000125],[-63.490836999999942,82.825272000000098],[-63.43472300000002,82.816665999999998],[-63.389167999999927,82.804977000000065],[-63.382499999999993,82.798325000000034],[-63.382216999999912,82.767761000000121],[-63.397223999999994,82.761382999999967],[-63.479163999999855,82.739425999999924],[-63.510284000000013,82.732483000000116],[-63.525832999999977,82.730545000000006],[-63.590836000000024,82.733047000000056],[-63.666106999999954,82.731368999999972],[-63.819449999999961,82.721374999999966],[-63.834998999999982,82.719147000000021],[-63.850280999999995,82.715820000000065],[-63.764450000000011,82.715271000000087],[-63.67888599999992,82.717758000000003],[-63.65166499999998,82.714996000000099],[-63.540001000000018,82.694427000000132],[-63.502040999999906,82.682762000000082],[-63.422226000000023,82.665543000000014],[-63.286948999999993,82.654434000000094],[-63.254447999999968,82.650269000000094],[-63.232215999999994,82.64498900000001],[-63.226105000000018,82.640273999999977],[-63.235557999999855,82.633330999999998],[-63.255835999999988,82.627197000000137],[-63.287223999999981,82.624985000000095],[-63.339721999999995,82.623596000000077],[-63.376388999999961,82.619980000000055],[-63.380829000000006,82.615265000000022],[-63.369445999999982,82.61053499999997],[-63.347495999999978,82.604980000000069],[-63.315001999999936,82.601089000000002],[-63.272223999999937,82.598602000000142],[-63.229720999999984,82.597214000000008],[-63.11361699999992,82.597487999999942],[-63.071113999999966,82.59637500000008],[-63.033614999999941,82.594436999999971],[-62.99639099999996,82.59027100000003],[-62.96416499999998,82.585541000000035],[-62.942496999999946,82.5816650000001],[-62.926108999999997,82.576096000000121],[-62.930557000000022,82.56999200000007],[-62.960555999999997,82.557754999999929],[-63.059440999999936,82.511932000000002],[-63.08943899999997,82.466385000000116],[-63.119994999999903,82.463608000000022],[-63.243889000000024,82.457764000000054],[-63.285004000000015,82.454987000000131],[-63.346106999999904,82.449142000000052],[-63.366111999999987,82.444977000000051],[-63.369995000000017,82.438873000000001],[-63.328613000000018,82.437759000000028],[-63.277221999999938,82.439148000000046],[-63.148887999999999,82.446929999999952],[-63.071670999999981,82.451935000000049],[-63.015838999999971,82.459716999999955],[-62.990836999999885,82.467209000000082],[-62.920836999999949,82.491089000000102],[-62.823616000000015,82.504440000000045],[-62.678336999999999,82.516098000000056],[-62.553328999999962,82.524428999999998],[-62.506667999999877,82.526657000000114],[-62.286948999999993,82.528046000000131],[-62.24500299999994,82.528046000000131],[-62.171669000000009,82.525542999999971],[-62.171386999999982,82.521378000000141],[-62.322776999999974,82.511108000000036],[-62.333060999999987,82.504166000000112],[-62.353057999999976,82.486374000000069],[-62.352782999999931,82.481093999999985],[-62.300835000000006,82.482483000000002],[-62.264449999999954,82.485809000000017],[-62.21566799999988,82.491928000000087],[-62.212497999999869,82.495766000000003],[-62.098052999999936,82.502212999999983],[-61.884170999999981,82.492752000000053],[-61.691665999999998,82.48803700000002],[-61.582503999999972,82.482483000000002],[-61.530829999999867,82.478317000000118],[-61.5,82.474152000000117],[-61.448607999999979,82.464431999999988],[-61.326110999999969,82.439697000000137],[-61.28556100000003,82.430267000000072],[-61.170279999999877,82.395264000000111],[-61.141113000000018,82.383041000000048],[-61.131385999999907,82.377472000000068],[-61.11222099999992,82.363876000000062],[-61.098609999999951,82.350266000000033],[-61.076392999999996,82.320831000000112],[-61.078613000000018,82.301086000000112],[-61.084723999999994,82.293593999999985],[-61.107779999999934,82.267761000000064],[-61.130359999999996,82.252937000000088],[-61.135558999999944,82.247482000000105],[-61.15694400000001,82.235259999999982],[-61.193328999999949,82.223602000000085],[-61.281112999999948,82.202774000000034],[-61.306389000000024,82.197205000000054],[-61.388054000000011,82.18331900000004],[-61.43332700000002,82.176376000000062],[-61.463614999999891,82.172484999999995],[-61.534171999999899,82.165543000000071],[-61.599441999999954,82.160812000000135],[-61.804442999999992,82.146652000000074],[-61.86999499999996,82.106644000000017],[-61.885001999999986,82.100539999999967],[-62.077781999999956,82.053588999999988],[-62.126944999999978,82.043869000000086],[-62.25417299999998,82.019989000000066],[-62.278885000000002,82.015822999999955],[-62.313056999999958,82.01249700000011],[-62.356948999999929,82.010268999999994],[-62.513618000000008,82.004715000000147],[-62.570281999999963,81.976089000000059],[-62.944999999999993,81.922211000000118],[-63.040557999999976,81.909714000000122],[-63.292502999999897,81.877761999999962],[-63.387221999999952,81.867752000000053],[-63.656104999999968,81.837494000000106],[-63.715003999999965,81.820831000000055],[-63.761116000000015,81.811645999999996],[-63.817223000000013,81.804703000000018],[-63.849723999999924,81.801086000000055],[-63.925003000000004,81.795258000000103],[-63.962775999999963,81.792480000000126],[-64.010009999999966,81.790268000000083],[-64.053054999999915,81.789978000000019],[-64.086945000000014,81.791930999999977],[-64.111663999999962,81.794983000000116],[-64.131667999999991,81.799149],[-64.142226999999934,81.803040000000067],[-64.177779999999984,81.810532000000023],[-64.207503999999972,81.81442300000009],[-64.271666999999923,81.821655000000021],[-64.301392000000021,81.824157999999954],[-64.325287000000003,81.824707000000103],[-64.323623999999995,81.819153000000085],[-64.308043999999995,81.814697000000024],[-64.253066999999987,81.806091000000094],[-64.232772999999952,81.800537000000077],[-64.12388599999997,81.768326000000002],[-64.118057000000022,81.764435000000105],[-64.134734999999921,81.754715000000033],[-64.207779000000016,81.74192800000003],[-64.355269999999962,81.726379000000122],[-64.472503999999958,81.721374999999966],[-64.629439999999931,81.722488000000055],[-64.720001000000025,81.723877000000073],[-64.767776000000026,81.725815000000011],[-64.801665999999955,81.728317000000061],[-64.812209999999993,81.730820000000051],[-64.833892999999932,81.738876000000118],[-64.839721999999938,81.742203000000075],[-64.885559000000001,81.750823999999966],[-64.910004000000015,81.752777000000094],[-64.962218999999948,81.752212999999983],[-65.21665999999999,81.74552900000009],[-65.337508999999955,81.737761999999975],[-65.409728999999913,81.728317000000061],[-65.631377999999927,81.70248400000014],[-65.668334999999956,81.700821000000019],[-65.725554999999929,81.701660000000004],[-65.773330999999985,81.702773999999977],[-65.924437999999952,81.70138500000013],[-66.012221999999952,81.696930000000123],[-66.038605000000018,81.692474000000004],[-66.042220999999984,81.690536000000066],[-66.030288999999925,81.684982000000105],[-65.991378999999995,81.682755000000043],[-65.821944999999971,81.684417999999937],[-65.612503000000004,81.680817000000104],[-65.487777999999935,81.687485000000038],[-65.404175000000009,81.69081100000011],[-65.352492999999868,81.691925000000083],[-65.336670000000026,81.688034000000016],[-65.370833999999945,81.678863999999976],[-65.402221999999995,81.674423000000047],[-65.523620999999991,81.659714000000008],[-65.618056999999908,81.648605000000089],[-65.789443999999946,81.632202000000063],[-65.871657999999911,81.627197000000024],[-65.910278000000005,81.629699999999957],[-65.926391999999964,81.634154999999964],[-65.92721599999993,81.635543999999982],[-65.924437999999952,81.639708999999982],[-65.92721599999993,81.645827999999995],[-65.943328999999892,81.650543000000027],[-65.982223999999917,81.65277100000003],[-66.024718999999948,81.653046000000018],[-66.042770000000019,81.651657],[-66.064712999999983,81.647765999999933],[-66.085555999999997,81.642761000000064],[-66.101943999999946,81.637207000000103],[-66.140838999999971,81.620529000000033],[-66.172501000000011,81.618042000000116],[-66.218886999999938,81.616928000000144],[-66.355270000000019,81.617477000000122],[-66.393889999999942,81.619705000000067],[-66.439712999999983,81.62692300000009],[-66.478333000000021,81.628585999999984],[-66.575561999999934,81.626082999999994],[-66.727492999999924,81.6202550000001],[-66.804992999999854,81.615814],[-66.896392999999932,81.611923000000104],[-67.15695199999999,81.608032000000037],[-67.509170999999924,81.60054000000008],[-67.55972300000002,81.599152000000004],[-67.766662999999994,81.593047999999953],[-67.792770000000019,81.589706000000035],[-68.111389000000031,81.56303400000013],[-68.156661999999983,81.56109600000002],[-68.231383999999991,81.561371000000008],[-68.274718999999948,81.562759000000085],[-68.309433000000013,81.565536000000009],[-68.330565999999919,81.56860400000005],[-68.352492999999981,81.573044000000039],[-68.410277999999892,81.588043000000084],[-68.459731999999974,81.597487999999998],[-68.661391999999978,81.633330999999998],[-68.715285999999992,81.642211999999972],[-68.976944000000003,81.684417999999937],[-69.058883999999921,81.697479000000101],[-69.139998999999989,81.70887799999997],[-69.176392000000021,81.712494000000049],[-69.247222999999963,81.71748400000007],[-69.291381999999999,81.718871999999976],[-69.299438000000009,81.717209000000082],[-69.306655999999975,81.714431999999988],[-69.291381999999999,81.707763999999997],[-69.268065999999976,81.70248400000014],[-69.214172000000019,81.695251000000098],[-69.123610999999983,81.683868000000132],[-69.005279999999914,81.667480000000069],[-68.902221999999995,81.651382000000012],[-68.624709999999993,81.604430999999977],[-68.449158000000011,81.570831000000055],[-68.370833999999888,81.553589000000045],[-68.357772999999952,81.548325000000091],[-68.352492999999981,81.541656000000046],[-68.37332200000003,81.537766000000033],[-68.407500999999968,81.533874999999966],[-68.504455999999948,81.532211000000132],[-68.551391999999964,81.532760999999994],[-68.637512000000015,81.535538000000088],[-68.715285999999992,81.539703000000088],[-68.810821999999916,81.548599000000024],[-68.848891999999978,81.549149000000057],[-68.856948999999986,81.547760000000039],[-68.851944000000003,81.541656000000046],[-68.839172000000019,81.536925999999994],[-68.813048999999978,81.533325000000104],[-68.777495999999928,81.529709000000082],[-68.579452999999887,81.514434999999992],[-68.536666999999966,81.513321000000019],[-68.446654999999964,81.517487000000074],[-68.376098999999954,81.522766000000047],[-68.285827999999924,81.526931999999988],[-68.091949,81.529160000000104],[-68.051101999999958,81.53054800000001],[-68.011123999999938,81.533051],[-67.910003999999958,81.542206000000078],[-67.819732999999871,81.546936000000073],[-67.724716000000001,81.551086000000112],[-67.383651999999984,81.56088299999999],[-67.182495000000017,81.564697000000081],[-67.150283999999942,81.564987000000087],[-67.107773000000009,81.564987000000087],[-67.064712999999983,81.562759000000085],[-66.859726000000023,81.546646000000067],[-66.791381999999885,81.540817000000061],[-66.766112999999962,81.537491000000045],[-66.629990000000021,81.518051000000014],[-66.608611999999994,81.512772000000041],[-66.62388599999997,81.506378000000041],[-66.741104000000007,81.491928000000087],[-66.887787000000003,81.480545000000063],[-66.962783999999942,81.474991000000102],[-67.043334999999956,81.469711000000018],[-67.248336999999992,81.44999700000011],[-67.457503999999972,81.423035000000027],[-67.753890999999896,81.391663000000051],[-67.818344000000025,81.385268999999994],[-67.994719999999973,81.368042000000003],[-68.244720000000029,81.33998100000008],[-68.355835000000013,81.32388300000008],[-68.429169000000002,81.31164600000011],[-68.486938000000009,81.303863999999976],[-68.618057000000022,81.290543000000014],[-68.796951000000035,81.275269000000094],[-69.028609999999958,81.258606000000043],[-69.319457999999997,81.260268999999937],[-69.34056099999998,81.263885000000016],[-69.357773000000009,81.268326000000116],[-69.362777999999992,81.268875000000037],[-69.391388000000006,81.270537999999988],[-69.426940999999943,81.26998900000001],[-69.455565999999976,81.265823000000125],[-69.468886999999995,81.259995000000004],[-69.46305799999999,81.253326000000129],[-69.436934999999949,81.249145999999939],[-69.366652999999985,81.246368000000132],[-69.319457999999997,81.243591000000038],[-69.312209999999993,81.240540000000067],[-69.323897999999929,81.238037000000077],[-69.541671999999949,81.212493999999936],[-69.911941999999954,81.182480000000112],[-69.999434999999949,81.179977000000122],[-70.158339999999953,81.181366000000139],[-70.206389999999942,81.179703000000018],[-70.210007000000019,81.173874000000012],[-70.126098999999954,81.165543000000127],[-70.050551999999982,81.161652000000061],[-69.960281000000009,81.160538000000088],[-69.907227000000034,81.161652000000061],[-69.864440999999999,81.16415400000011],[-69.760009999999966,81.173035000000027],[-69.638061999999991,81.177475000000072],[-69.647506999999962,81.172484999999995],[-69.831954999999994,81.137206999999989],[-69.887786999999946,81.129150000000038],[-69.953063999999983,81.122208000000114],[-69.976943999999946,81.118866000000025],[-70.013061999999934,81.109146000000123],[-70.025283999999999,81.102767999999969],[-70.023330999999985,81.100815000000011],[-69.995269999999948,81.099426000000051],[-69.955565999999976,81.099426000000051],[-69.922225999999966,81.102203000000145],[-69.832229999999981,81.111649000000114],[-69.632492000000013,81.139160000000118],[-69.609726000000023,81.14387499999998],[-69.591675000000009,81.14888000000002],[-69.541671999999949,81.164428999999927],[-69.528335999999911,81.169434000000024],[-69.463333000000034,81.183044000000052],[-69.430556999999965,81.187194999999974],[-69.359436000000017,81.193313999999987],[-68.876099000000011,81.231094000000098],[-68.760833999999932,81.239426000000037],[-68.37388599999997,81.266662999999994],[-68.246947999999975,81.272766000000104],[-68.116652999999928,81.280273000000079],[-68.052779999999984,81.286102000000085],[-67.887221999999952,81.30304000000001],[-67.823623999999938,81.310257000000092],[-67.791107000000011,81.315536000000066],[-67.690826000000015,81.329437000000041],[-67.593062999999972,81.340271000000087],[-67.356658999999979,81.363601999999958],[-67.24749799999995,81.371918000000051],[-67.124160999999901,81.379700000000014],[-66.990554999999915,81.385544000000039],[-66.621383999999978,81.413879000000065],[-66.365828999999962,81.434708000000001],[-66.290282999999988,81.440262000000018],[-66.16972399999986,81.447754000000145],[-66.134170999999924,81.450821000000076],[-66.050827000000027,81.459152000000131],[-65.985549999999989,81.468048000000067],[-65.831679999999949,81.484711000000004],[-65.724715999999944,81.493866000000025],[-65.643616000000009,81.498871000000065],[-65.557495000000017,81.503052000000139],[-65.466400000000021,81.506378000000041],[-65.252791999999943,81.517212000000086],[-65.002791999999999,81.530823000000055],[-64.612503000000004,81.544982999999945],[-64.566390999999953,81.545532000000094],[-64.537780999999995,81.543593999999985],[-64.528060999999923,81.541656000000046],[-64.517501999999979,81.537491000000045],[-64.444152999999972,81.490814000000114],[-64.436385999999914,81.479431000000091],[-64.451110999999969,81.466934000000094],[-64.491942999999992,81.448868000000118],[-64.508620999999948,81.441924999999969],[-64.520844000000011,81.4369200000001],[-64.554169000000002,81.425812000000064],[-64.616652999999928,81.404984000000013],[-64.658889999999985,81.393050999999957],[-64.735274999999945,81.374146000000053],[-64.808608999999933,81.360535000000084],[-64.855835000000013,81.352768000000083],[-64.99499499999996,81.333328000000108],[-65.060271999999998,81.326096000000007],[-65.168059999999969,81.309982000000048],[-65.286391999999978,81.287201000000039],[-65.323623999999995,81.278046000000018],[-65.441375999999934,81.256378000000041],[-65.493057000000022,81.250549000000035],[-65.527785999999992,81.247481999999934],[-65.571670999999981,81.244980000000055],[-65.747771999999998,81.235809000000131],[-65.941101000000003,81.226379000000065],[-65.980559999999912,81.22387700000013],[-66.010284000000013,81.220261000000107],[-66.199721999999895,81.183868000000018],[-66.244445999999868,81.17442299999999],[-66.264449999999954,81.169434000000024],[-66.418335000000013,81.128860000000032],[-66.438048999999978,81.12359600000002],[-66.482772999999952,81.106934000000081],[-66.50418099999996,81.095534999999984],[-66.509445000000028,81.08859300000006],[-66.529723999999987,81.076096000000064],[-66.544723999999974,81.070540999999992],[-66.603333000000021,81.05525200000011],[-66.685821999999973,81.035812000000135],[-66.753341999999975,81.021927000000005],[-66.921111999999994,80.991089000000045],[-67.164443999999946,80.948593000000017],[-67.208618000000001,80.941925000000026],[-67.279175000000009,80.93553200000008],[-67.309158000000025,80.934418000000107],[-67.349441999999954,80.936371000000065],[-67.440825999999959,80.936646000000053],[-67.562209999999993,80.93553200000008],[-67.591384999999946,80.933044000000109],[-67.606658999999922,80.929977000000008],[-67.603607000000011,80.92442299999999],[-67.588333000000034,80.913878999999952],[-67.567779999999971,80.908599999999979],[-67.543335000000013,80.90415999999999],[-67.53083799999996,80.897491000000116],[-67.539992999999981,80.891098000000113],[-67.583618000000001,80.876648000000046],[-67.634445000000028,80.860809000000074],[-67.653609999999958,80.856369000000086],[-67.863891999999964,80.834152000000017],[-67.910278000000005,80.8119200000001],[-67.965835999999911,80.797484999999995],[-68.011397999999986,80.788315000000125],[-68.065552000000025,80.779160000000104],[-68.089447000000007,80.776093000000003],[-68.138335999999981,80.772491000000002],[-68.202788999999939,80.765823000000069],[-68.225280999999939,80.761383000000023],[-68.672500999999897,80.66693099999992],[-68.738891999999908,80.647217000000012],[-68.814712999999983,80.628586000000041],[-68.952498999999875,80.603043000000071],[-69.146666999999923,80.529709000000082],[-69.171111999999994,80.517487000000131],[-69.273055999999997,80.463882000000012],[-69.289168999999958,80.451660000000061],[-69.291381999999999,80.444138000000123],[-69.290558000000033,80.437194999999917],[-69.297774999999945,80.424698000000149],[-69.305557000000022,80.418319999999994],[-69.317504999999983,80.412490999999989],[-69.333892999999932,80.406647000000135],[-69.384734999999921,80.391937000000041],[-69.427489999999977,80.382751000000042],[-69.479720999999984,80.37553400000013],[-69.551102000000014,80.366379000000109],[-69.596389999999872,80.361099000000024],[-69.729720999999927,80.352767999999969],[-69.982772999999895,80.344986000000006],[-70.072783999999956,80.344437000000028],[-70.218886999999938,80.346374999999966],[-70.284438999999907,80.351089000000115],[-70.305266999999958,80.356093999999985],[-70.310821999999973,80.363037000000134],[-70.285827999999981,80.372482000000048],[-70.256393000000003,80.381362999999965],[-70.244155999999919,80.386658000000011],[-70.227782999999988,80.401382000000069],[-70.220001000000025,80.416930999999977],[-70.235000999999897,80.429703000000018],[-70.275283999999942,80.44802900000002],[-70.314163000000008,80.464432000000045],[-70.499434999999949,80.513884999999959],[-70.539992999999924,80.521927000000119],[-70.68110699999994,80.548035000000084],[-70.706116000000009,80.552475000000129],[-70.754729999999995,80.559418000000107],[-70.783065999999963,80.56303400000013],[-70.812499999999886,80.562759000000142],[-70.825286999999889,80.558593999999971],[-70.827498999999932,80.551376000000118],[-70.813048999999921,80.544983000000002],[-70.796111999999994,80.540543000000127],[-70.765288999999996,80.534424000000115],[-70.741668999999945,80.531372000000033],[-70.670837000000006,80.518051000000071],[-70.637786999999946,80.509155000000135],[-70.531386999999995,80.474426000000051],[-70.490554999999915,80.460815000000082],[-70.476669000000015,80.454436999999984],[-70.423324999999977,80.42164600000001],[-70.434722999999963,80.391663000000108],[-70.450561999999991,80.385817999999972],[-70.458892999999989,80.381362999999965],[-70.472228999999913,80.368042000000003],[-70.471389999999985,80.362488000000042],[-70.469161999999983,80.354980000000012],[-70.462219000000005,80.346939000000134],[-70.444153000000028,80.340271000000143],[-70.424164000000019,80.336105000000032],[-70.352492999999924,80.324707000000046],[-70.309998000000007,80.318054000000075],[-70.252791999999943,80.313309000000061],[-70.15055799999999,80.299149000000114],[-70.035278000000005,80.278320000000122],[-69.991103999999893,80.268875000000094],[-69.974166999999966,80.263046000000088],[-69.960555999999997,80.256378000000097],[-69.965285999999935,80.252213000000097],[-69.990828999999962,80.24331699999999],[-70.128326000000015,80.19720500000011],[-70.145554000000004,80.193587999999977],[-70.178604000000007,80.189148000000102],[-70.21665999999999,80.186371000000008],[-70.24888599999997,80.18609600000002],[-70.315001999999879,80.187484999999981],[-70.611388999999974,80.19720500000011],[-70.645554000000004,80.199142000000109],[-70.821121000000005,80.195526000000086],[-71.120833999999945,80.172485000000052],[-71.180556999999908,80.166656000000046],[-71.238326999999913,80.158874999999966],[-71.381942999999978,80.139160000000004],[-71.418610000000001,80.131088000000034],[-71.446105999999929,80.121368000000132],[-71.463057999999933,80.118042000000059],[-71.50111400000003,80.11554000000001],[-71.654448999999943,80.111374000000069],[-71.694442999999978,80.110809000000074],[-71.731948999999929,80.111923000000047],[-71.762787000000003,80.114426000000037],[-71.789992999999981,80.117752000000053],[-71.811660999999901,80.123596000000077],[-71.836120999999991,80.131927000000132],[-71.848052999999993,80.143875000000037],[-71.878600999999946,80.162491000000045],[-71.907776000000013,80.171371000000079],[-71.953339000000028,80.180542000000003],[-72.006393000000003,80.188583000000108],[-72.057220000000029,80.19470200000012],[-72.081116000000009,80.194138000000009],[-72.099990999999875,80.192748999999992],[-72.127776999999924,80.187759000000142],[-72.165282999999988,80.188873000000115],[-72.189163000000008,80.192200000000014],[-72.223327999999981,80.201660000000118],[-72.241378999999995,80.207489000000123],[-72.256392999999946,80.213882000000069],[-72.274445000000014,80.219711000000075],[-72.294448999999872,80.223312000000135],[-72.329726999999878,80.22554000000008],[-72.358886999999925,80.226089000000059],[-72.378051999999968,80.224700999999982],[-72.391113000000018,80.221649000000014],[-72.400283999999942,80.218597000000102],[-72.420837000000006,80.211104999999975],[-72.412506000000008,80.207214000000079],[-72.188598999999954,80.163879000000122],[-72.140839000000028,80.156937000000028],[-72.082779000000016,80.151656999999943],[-72.052489999999977,80.149719000000005],[-71.996947999999861,80.143051000000071],[-71.977218999999934,80.139434999999992],[-71.896956999999929,80.11554000000001],[-71.895553999999947,80.114150999999993],[-71.898055999999997,80.108597000000032],[-71.905272999999966,80.103591999999935],[-71.926102000000014,80.099991000000102],[-71.954726999999934,80.096375000000023],[-72.115554999999972,80.087494000000106],[-72.250564999999938,80.085541000000148],[-72.391677999999956,80.085541000000148],[-72.392226999999991,80.081940000000088],[-72.358337000000006,80.064987000000031],[-72.340560999999923,80.059143000000006],[-72.306380999999988,80.057480000000055],[-72.170272999999952,80.053864000000033],[-72.137787000000003,80.053588999999988],[-72.053054999999915,80.057480000000055],[-71.920836999999949,80.066375999999991],[-71.885833999999932,80.067215000000147],[-71.849730999999906,80.067764000000125],[-71.701950000000011,80.064148000000046],[-71.618057000000022,80.06442300000009],[-71.489166000000012,80.068878000000097],[-71.376098999999954,80.076935000000049],[-71.316665999999941,80.081940000000088],[-71.186385999999914,80.093872000000033],[-70.968063000000029,80.114990000000148],[-70.854720999999984,80.12831100000011],[-70.821121000000005,80.131088000000034],[-70.762512000000015,80.133330999999941],[-70.651671999999962,80.131363000000022],[-70.626663000000008,80.130539000000056],[-70.50778200000002,80.099716000000058],[-70.502227999999945,80.093048000000067],[-70.497498000000007,80.082764000000054],[-70.48832699999997,80.057205000000067],[-70.494995000000017,80.050812000000121],[-70.508346999999958,80.047759999999982],[-70.568068999999923,80.042755000000113],[-70.59722899999997,80.039429000000098],[-70.646666999999979,80.031936999999971],[-70.662216000000001,80.026657000000057],[-70.673049999999989,80.020828000000051],[-70.679717999999866,80.014435000000105],[-70.672774999999945,80.006377999999984],[-70.672501000000011,80.001389000000017],[-70.689712999999983,79.993317000000047],[-70.71945199999999,79.986374000000012],[-70.767226999999878,79.981658999999979],[-70.916107000000011,79.974425999999994],[-70.954178000000013,79.972763000000043],[-71.08555599999994,79.968596999999988],[-71.241669000000002,79.960815000000025],[-71.27027899999996,79.957214000000135],[-71.401108000000022,79.93553199999991],[-71.416397000000018,79.930267000000072],[-71.453612999999962,79.906372000000033],[-71.460555999999883,79.901382000000012],[-71.458892999999932,79.894989000000066],[-71.438599000000011,79.88998399999997],[-71.415832999999907,79.886658000000125],[-71.394454999999994,79.884995000000004],[-71.352782999999931,79.886932000000058],[-71.338608000000022,79.888596000000064],[-71.168335000000013,79.914153999999996],[-71.109725999999966,79.915267999999969],[-71.063048999999978,79.911652000000117],[-70.944716999999969,79.894150000000081],[-70.925827000000027,79.890274000000034],[-70.910278000000005,79.885818000000086],[-70.916397000000018,79.879424999999969],[-71.005843999999968,79.819717000000082],[-71.116652999999985,79.789703000000088],[-71.136123999999938,79.784988000000055],[-71.183884000000035,79.77748100000008],[-71.212783999999999,79.774428999999998],[-71.343612999999948,79.76388500000013],[-71.376098999999954,79.760818000000029],[-71.400283999999999,79.757492000000013],[-71.444442999999922,79.741653000000042],[-71.463333000000034,79.736923000000047],[-71.49110399999995,79.733321999999987],[-71.699158000000011,79.709991000000116],[-71.739440999999943,79.707214000000022],[-71.781113000000005,79.706100000000049],[-71.817504999999983,79.703597999999943],[-71.922500999999954,79.695525999999973],[-71.990279999999984,79.689148000000046],[-72.096664000000033,79.674988000000099],[-72.217772999999909,79.659987999999998],[-72.267226999999934,79.659149000000014],[-72.287215999999944,79.659987999999998],[-72.317779999999914,79.667205999999965],[-72.330841000000021,79.672484999999938],[-72.348052999999879,79.678040000000067],[-72.367217999999923,79.681656000000089],[-72.392226999999991,79.683594000000028],[-72.425003000000004,79.685531999999967],[-72.467223999999931,79.684708000000001],[-72.574172999999917,79.679153000000099],[-72.619445999999925,79.677765000000022],[-72.661391999999978,79.677199999999971],[-72.697220000000016,79.678040000000067],[-72.729995999999971,79.679703000000131],[-72.756119000000012,79.682205000000067],[-72.912780999999939,79.702208999999982],[-72.932769999999948,79.706375000000037],[-72.944442999999978,79.710266000000104],[-73.062774999999988,79.79942299999999],[-73.061110999999983,79.805251999999996],[-73.048614999999984,79.808319000000097],[-73.027495999999985,79.80693100000002],[-73.017226999999934,79.804703000000018],[-73.003341999999975,79.803040000000124],[-72.979171999999949,79.802200000000084],[-72.945830999999998,79.804152999999985],[-72.924437999999952,79.806366000000139],[-72.912216000000001,79.809418000000051],[-72.902495999999928,79.815262000000075],[-72.926392000000021,79.819442999999978],[-73.059158000000025,79.825546000000088],[-73.091675000000009,79.826385000000073],[-73.178328999999906,79.822768999999994],[-73.218063000000029,79.822768999999994],[-73.285003999999958,79.826096000000121],[-73.348617999999988,79.83027600000014],[-73.371383999999978,79.833054000000118],[-73.396956999999986,79.834991000000002],[-73.43360899999999,79.835815000000139],[-73.576401000000033,79.832764000000111],[-73.667770000000019,79.829712000000029],[-73.745270000000005,79.828323000000012],[-73.780288999999982,79.82777400000009],[-73.853332999999907,79.829163000000051],[-73.866942999999992,79.830826000000002],[-73.864715999999987,79.835815000000139],[-73.853607000000011,79.839706000000035],[-73.801666000000012,79.84637500000008],[-73.745543999999938,79.849152000000004],[-73.742492999999854,79.849990999999932],[-73.746947999999975,79.854155999999932],[-73.768615999999895,79.858870999999965],[-73.890839000000028,79.875259000000028],[-73.945830999999885,79.881653000000085],[-74.010284000000013,79.885818000000086],[-74.117492999999968,79.888885000000016],[-74.156951999999933,79.888885000000016],[-74.238891999999964,79.887207000000103],[-74.283614999999941,79.881363000000079],[-74.30610699999994,79.876923000000033],[-74.383621000000005,79.868591000000094],[-74.415282999999988,79.865265000000022],[-74.576401000000033,79.856934000000138],[-74.667495999999971,79.853591999999992],[-74.795272999999952,79.850815000000125],[-74.833069000000023,79.849152000000004],[-74.846389999999985,79.847214000000065],[-74.846114999999941,79.84387200000009],[-74.71665999999999,79.796936000000073],[-74.699431999999945,79.792755],[-74.683884000000035,79.789978000000076],[-74.654998999999975,79.788879000000122],[-74.488892000000021,79.791655999999989],[-74.444992000000013,79.794708000000128],[-74.392226999999934,79.800261999999918],[-74.351668999999958,79.802475000000072],[-74.309432999999956,79.803314000000057],[-74.236388999999974,79.801925999999924],[-74.106383999999878,79.795532000000094],[-73.951401000000033,79.784424000000115],[-73.714721999999938,79.76638800000012],[-73.510833999999988,79.756377999999984],[-73.384734999999921,79.748871000000065],[-73.366652999999985,79.718048000000067],[-73.360824999999863,79.712769000000094],[-73.295546999999999,79.688582999999994],[-73.256957999999884,79.678040000000067],[-73.206664999999987,79.663605000000132],[-73.188889000000017,79.658035000000041],[-73.174438000000009,79.651657000000057],[-73.168334999999956,79.646103000000096],[-73.126098999999897,79.569443000000035],[-73.125823999999966,79.558318999999983],[-73.128875999999991,79.554153000000042],[-73.135833999999988,79.549713000000054],[-73.148620999999991,79.543593999999985],[-73.163054999999986,79.538878999999952],[-73.180831999999953,79.534149000000127],[-73.247222999999963,79.520827999999995],[-73.296111999999937,79.512772000000098],[-73.353881999999942,79.505829000000119],[-73.446380999999917,79.499145999999939],[-73.657776000000013,79.496368000000132],[-73.693054000000018,79.496933000000013],[-73.729172000000005,79.498596000000077],[-73.758057000000008,79.500275000000101],[-73.779998999999975,79.503052000000025],[-73.791945999999939,79.506653000000085],[-73.817229999999938,79.515549000000021],[-73.837783999999999,79.527480999999966],[-73.863892000000021,79.540267999999969],[-73.876662999999951,79.544708000000014],[-73.916106999999954,79.552475000000129],[-73.950286999999889,79.555252000000053],[-73.965012000000002,79.554703000000075],[-73.988892000000021,79.55192599999998],[-74.001113999999973,79.545821999999987],[-74.000290000000007,79.541656000000046],[-73.996947999999975,79.535537999999917],[-73.989440999999943,79.528595000000109],[-73.968612999999891,79.516937000000098],[-73.959166999999923,79.508881000000031],[-73.949996999999939,79.493866000000082],[-73.949721999999952,79.479980000000069],[-73.953063999999983,79.472762999999986],[-73.961945000000014,79.466933999999981],[-73.98332199999993,79.455551000000128],[-73.998046999999985,79.451385000000073],[-74.023620999999991,79.446930000000066],[-74.081389999999999,79.440536000000009],[-74.11610399999995,79.43803400000013],[-74.160278000000005,79.436371000000008],[-74.198333999999988,79.436095999999964],[-74.544158999999922,79.43803400000013],[-74.617492999999854,79.438583000000051],[-74.673614999999927,79.444138000000123],[-74.688598999999897,79.446930000000066],[-74.931670999999938,79.498871000000122],[-74.932410999999888,79.504798999999991],[-74.941939999999988,79.510543999999982],[-74.96444699999995,79.513046000000031],[-74.987503000000004,79.509995000000004],[-75.043334999999956,79.49581900000004],[-75.060271999999884,79.490813999999943],[-75.059433000000013,79.483871000000136],[-74.995269999999948,79.453598],[-74.983062999999959,79.449706999999933],[-74.948882999999967,79.440810999999997],[-74.912215999999944,79.429703000000018],[-74.897231999999974,79.423308999999961],[-74.884444999999971,79.416092000000049],[-74.883056999999894,79.408325000000104],[-74.911117999999988,79.39387499999998],[-74.93499799999995,79.385269000000051],[-74.951949999999954,79.380264000000011],[-75,79.375488000000075],[-75.016953000000001,79.374146000000053],[-75.058334000000002,79.373871000000065],[-75.213897999999972,79.376373000000115],[-75.31361400000003,79.379974000000004],[-75.410278000000005,79.384155000000078],[-75.531386999999995,79.392487000000074],[-75.695266999999944,79.409987999999998],[-75.799728000000016,79.431366000000139],[-75.907776000000013,79.426086000000055],[-75.931380999999988,79.423598999999967],[-75.957503999999972,79.426086000000055],[-75.985275000000001,79.429703000000018],[-76.031386999999995,79.438309000000118],[-76.049164000000019,79.443038999999999],[-76.097503999999958,79.461929000000112],[-76.109160999999915,79.467758000000117],[-76.115279999999927,79.472487999999942],[-76.124160999999958,79.476379000000009],[-76.138610999999912,79.481369000000086],[-76.175827000000027,79.488876000000005],[-76.203888000000006,79.492477000000065],[-76.261123999999995,79.497756999999979],[-76.320281999999906,79.501389000000074],[-76.636123999999995,79.519440000000088],[-76.665282999999988,79.520827999999995],[-76.718338000000017,79.51998900000001],[-76.795273000000009,79.51138300000008],[-76.834441999999967,79.508881000000031],[-76.872771999999998,79.508606000000043],[-76.90583799999996,79.509720000000016],[-77.050277999999992,79.518600000000049],[-77.069732999999985,79.523880000000077],[-77.092772999999909,79.539703000000145],[-77.112212999999997,79.545258000000047],[-77.142501999999865,79.547485000000052],[-77.160552999999936,79.543593999999985],[-77.191375999999934,79.511108000000092],[-77.184433000000013,79.503600999999946],[-77.178604000000007,79.499710000000107],[-77.134444999999971,79.490265000000022],[-77.071670999999924,79.486923000000104],[-76.895554000000004,79.48054500000012],[-76.867217999999923,79.479705999999965],[-76.612503000000004,79.474701000000096],[-76.406386999999995,79.473602000000142],[-76.204726999999991,79.461380000000133],[-76.179168999999888,79.459717000000069],[-76.159438999999963,79.456375000000094],[-76.143341000000021,79.449996999999939],[-76.138061999999934,79.443313999999987],[-76.138901000000033,79.441086000000041],[-76.149993999999992,79.437759000000085],[-76.159164000000033,79.436095999999964],[-76.189986999999974,79.433319000000097],[-76.208054000000004,79.429703000000018],[-76.205565999999976,79.424698000000149],[-76.167496000000028,79.396102999999925],[-76.157501000000025,79.391663000000108],[-76.11721799999998,79.384430000000123],[-76.083327999999995,79.378860000000032],[-76.059157999999968,79.374985000000038],[-75.902221999999995,79.357207999999957],[-75.881942999999978,79.353317000000118],[-75.879165999999998,79.351378999999952],[-75.889998999999875,79.348037999999917],[-75.902785999999878,79.346099999999979],[-76.086670000000026,79.332214000000022],[-76.12332200000003,79.331100000000049],[-76.351104999999961,79.341934000000094],[-76.682770000000005,79.352767999999969],[-76.717772999999909,79.353317000000118],[-76.790557999999976,79.353317000000118],[-76.829178000000013,79.350815000000011],[-76.869719999999973,79.349426000000051],[-76.89416499999993,79.353317000000118],[-76.959441999999967,79.367203000000075],[-77.018889999999999,79.381927000000132],[-77.076401000000033,79.398331000000098],[-77.090285999999935,79.40554800000001],[-77.105559999999912,79.416092000000049],[-77.108337000000006,79.420822000000101],[-77.212509000000011,79.447754000000032],[-77.326400999999976,79.454163000000051],[-77.359160999999915,79.455551000000128],[-77.386123999999938,79.452774000000034],[-77.397507000000019,79.447205000000054],[-77.395003999999972,79.440262000000075],[-77.384445000000028,79.433044000000052],[-77.262221999999952,79.372482000000048],[-77.172500999999954,79.336380000000077],[-77.158614999999998,79.329162999999994],[-77.163894999999968,79.324707000000046],[-77.187774999999988,79.322769000000108],[-77.228058000000033,79.321655000000135],[-77.260559000000001,79.322769000000108],[-77.317229999999938,79.327773999999977],[-77.36721799999998,79.336105000000089],[-77.386397999999986,79.33859300000006],[-77.41361999999998,79.34165999999999],[-77.466110000000015,79.346099999999979],[-77.477782999999931,79.346099999999979],[-77.596114999999941,79.345824999999991],[-77.634170999999924,79.345534999999984],[-77.707503999999972,79.343323000000055],[-77.739990000000034,79.344437000000084],[-77.769729999999981,79.346375000000023],[-77.819732999999985,79.351653999999996],[-77.905272999999909,79.365265000000136],[-77.922501000000011,79.366379000000109],[-77.957229999999981,79.363876000000118],[-78.051391999999964,79.354706000000078],[-78.058883999999978,79.349426000000051],[-78.043610000000001,79.344437000000084],[-78.021392999999932,79.339980999999966],[-77.903335999999967,79.322495000000004],[-77.876099000000011,79.319717000000026],[-77.846114999999998,79.317764000000068],[-77.809998000000007,79.316665999999998],[-77.760009999999966,79.316375999999991],[-77.726944000000003,79.317490000000134],[-77.650833000000034,79.317764000000068],[-77.624434999999949,79.315536000000122],[-77.529175000000009,79.30525200000011],[-77.478607000000011,79.29664600000001],[-77.322234999999978,79.267487000000017],[-77.329178000000013,79.261383000000137],[-77.341384999999946,79.259430000000009],[-77.358046999999942,79.257767000000115],[-77.422226000000023,79.254714999999976],[-77.453063999999983,79.252487000000031],[-77.482223999999974,79.248871000000008],[-77.496947999999918,79.24581900000004],[-77.488051999999982,79.244980000000112],[-77.424712999999997,79.246094000000085],[-77.358336999999949,79.249999999999943],[-77.191939999999988,79.263885000000073],[-76.999725000000012,79.273315000000139],[-76.671386999999925,79.277481000000023],[-76.237777999999935,79.271103000000039],[-76.168059999999969,79.269989000000066],[-76.136123999999995,79.268600000000106],[-76.105834999999956,79.265823000000012],[-76.068619000000012,79.25749200000007],[-76.052779999999984,79.251099000000124],[-76.03443900000002,79.24581900000004],[-75.991942999999992,79.236374000000012],[-75.938889000000017,79.230270000000132],[-75.807495000000017,79.227768000000083],[-75.777221999999938,79.227478000000076],[-75.734436000000017,79.229431000000034],[-75.675277999999992,79.236374000000012],[-75.637786999999946,79.239426000000094],[-75.608336999999949,79.239975000000072],[-75.465012000000002,79.239975000000072],[-75.405837999999903,79.237487999999985],[-75.083068999999966,79.235260000000039],[-74.876099000000011,79.238037000000134],[-74.800277999999992,79.240540000000067],[-74.777221999999995,79.240265000000079],[-74.52555799999999,79.227203000000031],[-74.496947999999975,79.224990999999989],[-74.47084000000001,79.22164900000007],[-74.464721999999995,79.219986000000119],[-74.467223999999987,79.215546000000131],[-74.474166999999966,79.211928999999998],[-74.520279000000016,79.203048999999965],[-74.571944999999914,79.196091000000138],[-74.601944000000003,79.192748999999992],[-74.758057000000008,79.18553200000008],[-74.791945999999996,79.182754999999986],[-74.817504999999926,79.17886400000009],[-74.826950000000011,79.174149000000057],[-74.819167999999934,79.167755000000056],[-74.795546999999999,79.163605000000018],[-74.766952999999944,79.161377000000073],[-74.672501000000011,79.156937000000028],[-74.617492999999854,79.151381999999955],[-74.445830999999941,79.065810999999997],[-74.436661000000015,79.0577550000001],[-74.443053999999961,79.046936000000073],[-74.455276000000026,79.041655999999989],[-74.47193900000002,79.036652000000004],[-74.514450000000011,79.028595000000053],[-74.543883999999991,79.025269000000037],[-74.578339000000028,79.023314999999968],[-74.654175000000009,79.022217000000069],[-74.725005999999951,79.022766000000047],[-74.960007000000019,79.028320000000008],[-75.116104000000007,79.035812000000135],[-75.243057000000022,79.043045000000006],[-75.626662999999951,79.066086000000041],[-75.655563000000029,79.068328999999949],[-75.763335999999981,79.080551000000128],[-75.885284000000013,79.097488000000112],[-75.891387999999949,79.102203000000145],[-75.887221999999952,79.12831100000011],[-75.880829000000006,79.134995000000004],[-75.856658999999979,79.139708999999925],[-75.848617999999988,79.14498900000001],[-75.857772999999952,79.152205999999921],[-75.944442999999922,79.173035000000084],[-76.047774999999945,79.192200000000071],[-76.071670999999924,79.196091000000138],[-76.098052999999993,79.199141999999995],[-76.132767000000001,79.199706999999989],[-76.309433000000013,79.190811000000053],[-76.519164999999987,79.190262000000132],[-76.859160999999972,79.185257000000092],[-76.973327999999924,79.183318999999926],[-77.044998000000021,79.183318999999926],[-77.083069000000023,79.183593999999971],[-77.111663999999962,79.184982000000048],[-77.167496000000028,79.189972000000125],[-77.205001999999979,79.195251000000098],[-77.250564999999995,79.198029000000076],[-77.388901000000033,79.199706999999989],[-77.510833999999988,79.194976999999994],[-77.548049999999932,79.194427000000132],[-77.642501999999922,79.199706999999989],[-77.695267000000001,79.204712000000029],[-77.749999999999886,79.208328000000108],[-77.777495999999928,79.208878000000141],[-77.817504999999983,79.207763999999997],[-78.158889999999985,79.189972000000125],[-78.213622999999984,79.183593999999971],[-78.233321999999987,79.17886400000009],[-78.245833999999945,79.174698000000035],[-78.25389100000001,79.169983000000002],[-78.253066999999987,79.164428999999984],[-78.228607000000011,79.160538000000088],[-78.181670999999994,79.159424000000115],[-78.084732000000031,79.168045000000063],[-78.056106999999997,79.171921000000111],[-78.026397999999972,79.174698000000035],[-77.988892000000021,79.177475000000129],[-77.912216000000001,79.17942800000003],[-77.842772999999966,79.178589000000102],[-77.47193900000002,79.167755000000056],[-77.237777999999992,79.156937000000028],[-77.208617999999944,79.154709000000082],[-77.181106999999997,79.153869999999927],[-77.018615999999952,79.153595000000109],[-76.841949,79.153595000000109],[-76.706115999999952,79.153045999999961],[-76.639998999999989,79.15109300000006],[-76.61082499999992,79.149155000000121],[-76.484725999999966,79.136108000000092],[-76.430557000000022,79.132202000000007],[-76.319732999999928,79.124695000000088],[-76.260009999999909,79.121917999999994],[-76.233611999999937,79.121642999999949],[-76.191375999999934,79.123596000000077],[-76.15972899999997,79.122208000000001],[-76.136672999999973,79.11914100000007],[-76.081954999999994,79.099716000000114],[-76.085006999999905,79.093323000000112],[-76.099990999999875,79.08776899999998],[-76.116652999999928,79.083328000000051],[-76.146666999999979,79.077774000000034],[-76.170546999999885,79.075821000000076],[-76.210006999999962,79.074707000000103],[-76.265014999999948,79.074432000000115],[-76.360001000000011,79.078323000000012],[-76.515015000000005,79.085815000000082],[-76.575561999999991,79.089432000000045],[-76.637222000000008,79.090546000000018],[-76.676391999999964,79.089432000000045],[-76.828339000000028,79.082764000000111],[-76.996383999999978,79.074707000000103],[-77.073333999999932,79.070831000000055],[-77.152785999999992,79.066086000000041],[-77.223052999999993,79.060532000000023],[-77.326950000000011,79.051651000000106],[-77.355559999999969,79.048325000000034],[-77.429717999999923,79.037200999999982],[-77.449431999999945,79.032760999999937],[-77.464721999999995,79.027771000000087],[-77.49499499999996,79.017761000000007],[-77.529175000000009,79.018051000000014],[-77.693054000000018,79.033600000000092],[-77.719727000000034,79.036652000000004],[-77.742217999999923,79.041930999999977],[-77.783066000000019,79.062484999999981],[-77.799987999999928,79.066666000000055],[-77.84973100000002,79.069717000000082],[-77.919723999999917,79.068878000000097],[-78.035004000000015,79.065536000000009],[-78.103333000000021,79.066086000000041],[-78.135009999999966,79.067490000000021],[-78.165282999999931,79.06999200000007],[-78.214447000000007,79.075271999999984],[-78.234160999999858,79.078323000000012],[-78.289992999999981,79.083328000000051],[-78.351105000000018,79.086380000000133],[-78.425277999999992,79.083054000000118],[-78.671386999999982,79.071930000000009],[-78.818343999999968,79.069442999999978],[-78.860000999999954,79.067214999999976],[-78.891387999999893,79.063309000000118],[-78.879439999999931,79.060256999999979],[-78.692489999999964,79.058594000000085],[-78.588332999999977,79.059143000000006],[-78.405272999999966,79.064987000000031],[-78.283889999999985,79.066666000000055],[-78.236388999999974,79.064987000000031],[-78.15972899999997,79.051086000000055],[-78.108337000000006,79.04664600000001],[-78.070557000000008,79.04664600000001],[-77.966110000000015,79.049149],[-77.86111499999987,79.049149],[-77.829453000000001,79.048035000000027],[-77.799437999999896,79.045258000000103],[-77.785552999999993,79.041092000000049],[-77.708344000000011,79.013046000000145],[-77.703339000000028,79.006943000000035],[-77.71665999999999,79.003326000000072],[-77.796111999999937,78.988586000000112],[-77.835007000000019,78.979431000000034],[-77.946945000000028,78.951660000000004],[-77.946380999999917,78.945815999999979],[-77.952498999999932,78.939697000000137],[-78.040282999999988,78.906097000000045],[-78.147506999999962,78.865265000000079],[-78.282227000000034,78.80386400000009],[-78.289992999999981,78.799149000000057],[-78.297226000000023,78.788879000000122],[-78.296111999999937,78.783051],[-78.285552999999993,78.775818000000015],[-78.269454999999937,78.772491000000059],[-78.248046999999929,78.770263999999997],[-78.215560999999923,78.770537999999931],[-78.196105999999929,78.772217000000126],[-78.168334999999956,78.780823000000055],[-78.15972899999997,78.784988000000055],[-78.15943900000002,78.789978000000133],[-78.145843999999954,78.800812000000008],[-78.129439999999988,78.812194999999974],[-78.105269999999905,78.828598000000056],[-78.042769999999962,78.861649],[-78.029174999999896,78.867477000000122],[-77.902221999999995,78.91276600000009],[-77.887222000000008,78.917755000000056],[-77.75167799999997,78.95748900000001],[-77.711944999999957,78.966095000000109],[-77.689437999999996,78.968596999999988],[-77.526397999999972,78.979156000000046],[-77.370270000000005,78.984421000000111],[-77.258346999999958,78.986374000000069],[-77.177490000000034,78.989700000000084],[-77.107497999999964,78.99552900000009],[-77.078888000000006,78.998871000000065],[-77.026107999999965,79.006652999999972],[-76.960281000000009,79.012772000000041],[-76.75418099999996,79.027771000000087],[-76.710555999999997,79.028320000000008],[-76.683318999999983,79.027771000000087],[-76.424163999999962,79.022491000000002],[-76.361389000000031,79.019714000000135],[-75.98971599999993,78.99552900000009],[-75.732223999999974,78.969147000000021],[-75.720276000000013,78.965545999999961],[-75.769454999999994,78.939971999999955],[-75.781113000000005,78.934708000000001],[-75.796951000000035,78.929703000000131],[-75.825561999999991,78.926085999999998],[-75.858611999999937,78.923309000000074],[-75.896118000000001,78.920821999999987],[-76.095276000000013,78.910262999999986],[-76.25,78.902205999999978],[-76.287215999999944,78.899719000000118],[-76.315552000000025,78.896103000000039],[-76.335555999999997,78.891663000000051],[-76.375548999999921,78.882750999999985],[-76.415008999999998,78.873870999999951],[-76.446105999999929,78.863876000000062],[-76.456389999999942,78.857758000000103],[-76.460007000000019,78.851929000000098],[-76.458343999999897,78.844986000000119],[-76.440276999999924,78.839432000000102],[-76.41194200000001,78.837203999999986],[-76.394454999999937,78.840820000000008],[-76.391113000000018,78.843872000000147],[-76.37470999999988,78.851089000000059],[-76.344727000000034,78.858871000000022],[-76.330001999999979,78.861649],[-76.231673999999998,78.879149999999981],[-76.204726999999991,78.881088000000091],[-76.178329000000019,78.880264000000125],[-76.15834000000001,78.879149999999981],[-76.133330999999998,78.876648000000046],[-76.077498999999989,78.873032000000023],[-75.975006000000008,78.872756999999979],[-75.791671999999949,78.884155000000021],[-75.461120999999991,78.891372999999987],[-75.316101000000003,78.892211999999972],[-75.292220999999927,78.890274000000034],[-75.180557000000022,78.879149999999981],[-74.964721999999995,78.856094000000098],[-74.775009000000011,78.829987000000074],[-74.760559000000001,78.823607999999979],[-74.752791999999943,78.816940000000045],[-74.719726999999978,78.707489000000066],[-74.727218999999934,78.701385000000016],[-74.755844000000025,78.69802900000002],[-74.823059000000001,78.697478999999987],[-74.84333799999996,78.693039000000113],[-74.86999499999996,78.675812000000121],[-74.869445999999925,78.668594000000098],[-74.857773000000009,78.636107999999979],[-74.819457999999884,78.627472000000068],[-74.789992999999981,78.591370000000097],[-74.862212999999997,78.56721500000009],[-74.878052000000025,78.562485000000038],[-75.024169999999913,78.531937000000084],[-75.048049999999989,78.528046000000018],[-75.072509999999909,78.52777100000003],[-75.079453000000001,78.533875000000023],[-75.101394999999968,78.53776600000009],[-75.131377999999927,78.539153999999996],[-75.16722099999987,78.539703000000145],[-75.200287000000003,78.537491000000102],[-75.219726999999978,78.533051000000057],[-75.235275000000001,78.528046000000018],[-75.261672999999973,78.523315000000082],[-75.290557999999919,78.520537999999988],[-75.479445999999996,78.50999500000006],[-75.830001999999979,78.504715000000147],[-75.888335999999924,78.506103999999993],[-75.965011999999888,78.510818000000086],[-75.989990000000034,78.513885000000016],[-76.030563000000029,78.521103000000039],[-76.073058999999944,78.529709000000139],[-76.095550999999944,78.533600000000035],[-76.120270000000005,78.536652000000117],[-76.151107999999965,78.538589000000002],[-76.404448999999886,78.548035000000141],[-76.437209999999993,78.548599000000081],[-76.468886999999938,78.54553199999998],[-76.642775999999969,78.528320000000122],[-76.684433000000013,78.522217000000012],[-76.691101000000003,78.518875000000094],[-76.692764000000011,78.514708999999982],[-76.693603999999993,78.509720000000016],[-76.684997999999894,78.505829000000119],[-76.668335000000013,78.503875999999991],[-76.645844000000011,78.502777000000037],[-76.539992999999981,78.503325999999959],[-76.468338000000017,78.505264000000125],[-76.36471599999993,78.513321000000076],[-76.324722000000008,78.515274000000034],[-76.289444000000003,78.515549000000021],[-76.261948000000018,78.513611000000083],[-76.243057000000022,78.512207000000103],[-76.124999999999943,78.494141000000127],[-76.114165999999955,78.488312000000121],[-76.112777999999878,78.481094000000098],[-76.108886999999982,78.474990999999989],[-76.100554999999986,78.468322999999998],[-76.081679999999949,78.464432000000102],[-76.057495000000017,78.461929000000112],[-75.761123999999995,78.443862999999965],[-75.61721799999998,78.43803400000013],[-75.49888599999997,78.433044000000052],[-75.443603999999993,78.430542000000003],[-75.410827999999924,78.426651000000106],[-75.269729999999925,78.404160000000104],[-75.089995999999985,78.368866000000025],[-75.031386999999995,78.331375000000037],[-75.038329999999917,78.325546000000031],[-75.051940999999886,78.315810999999997],[-75.0625,78.309708000000001],[-75.086670000000026,78.306366000000082],[-75.189986999999974,78.299713000000111],[-75.22193900000002,78.300262000000032],[-75.246108999999933,78.303314],[-75.273055999999883,78.305542000000116],[-75.307495000000017,78.305542000000116],[-75.358611999999937,78.301651000000049],[-75.377212999999983,78.29664600000001],[-75.385009999999909,78.291367000000037],[-75.392226999999934,78.285262999999986],[-75.39805599999994,78.272491000000002],[-75.479172000000005,78.222214000000122],[-75.494155999999975,78.217209000000082],[-75.513335999999924,78.212769000000037],[-75.582503999999915,78.201096000000007],[-75.61361699999992,78.198029000000076],[-75.650283999999942,78.196930000000123],[-75.679442999999992,78.198318000000029],[-75.776397999999972,78.210541000000092],[-75.902495999999928,78.224152000000061],[-75.985549999999932,78.229979999999955],[-76.157227000000034,78.240540000000124],[-76.188888999999961,78.241089000000045],[-76.225829999999974,78.239975000000072],[-76.291945999999996,78.234421000000054],[-76.324447999999961,78.23275799999999],[-76.361389000000031,78.231658999999979],[-76.393065999999976,78.232208000000128],[-76.474715999999944,78.239425999999924],[-76.520278999999903,78.24552900000009],[-76.548049999999876,78.248322000000087],[-76.574172999999917,78.249709999999993],[-76.608336999999949,78.249419999999986],[-76.630554000000018,78.247757000000036],[-76.831680000000006,78.230820000000051],[-76.855269999999962,78.227478000000076],[-76.888061999999991,78.21804800000001],[-76.898620999999935,78.212494000000049],[-76.912216000000001,78.201096000000007],[-76.90834000000001,78.195525999999916],[-76.883330999999941,78.191925000000083],[-76.688599000000011,78.168869000000029],[-76.664444000000003,78.166092000000106],[-76.641678000000013,78.164429000000041],[-76.537780999999939,78.158324999999991],[-76.021392999999989,78.138046000000031],[-75.763900999999976,78.131653000000085],[-75.735549999999989,78.1308140000001],[-75.621933000000013,78.1244200000001],[-75.59722899999997,78.12081900000004],[-75.581389999999942,78.115814],[-75.575561999999934,78.107758000000103],[-75.575287000000003,78.101379000000065],[-75.588897999999972,78.089432000000102],[-75.599166999999909,78.083328000000051],[-75.692763999999954,78.039978000000076],[-75.707503999999915,78.034988000000055],[-75.723052999999993,78.030823000000055],[-75.761123999999995,78.022491000000059],[-75.809433000000013,78.008331000000112],[-75.838608000000022,77.998322000000087],[-75.922775000000001,77.956650000000081],[-75.965011999999888,77.973037999999917],[-75.984160999999858,77.977478000000133],[-76.157227000000034,78.012497000000053],[-76.214721999999995,78.01527399999992],[-76.246108999999933,78.015823000000069],[-76.276672000000019,78.012772000000041],[-76.303054999999972,78.009430000000123],[-76.444716999999912,77.988586000000112],[-76.466949,77.984710999999947],[-76.481383999999935,77.979706000000078],[-76.491942999999992,77.968597000000045],[-76.499725000000012,77.958327999999995],[-76.526108000000022,77.949142000000052],[-76.548339999999996,77.944977000000051],[-76.595839999999953,77.939697000000137],[-76.669998000000021,77.936371000000122],[-76.694442999999865,77.937195000000088],[-76.730559999999912,77.936096000000077],[-76.757232999999985,77.93331900000004],[-76.780288999999925,77.929977000000065],[-76.802490000000034,77.920258000000103],[-76.805557000000022,77.917205999999965],[-76.806945999999925,77.91304000000008],[-76.825287000000003,77.908325000000048],[-76.86221299999994,77.90277100000003],[-76.93110699999994,77.901382000000069],[-76.959731999999974,77.902481000000023],[-76.986114999999927,77.904708999999968],[-77.036391999999921,77.909714000000008],[-77.077788999999939,77.915817000000004],[-77.089171999999962,77.919708000000071],[-77.095276000000013,77.927199999999971],[-77.104172000000005,77.934417999999994],[-77.120269999999891,77.939148000000046],[-77.160003999999901,77.946091000000024],[-77.210830999999985,77.949142000000052],[-77.244445999999982,77.948593000000074],[-77.272232000000031,77.946365000000128],[-77.298339999999996,77.942749000000106],[-77.336120999999991,77.94081099999994],[-77.838897999999972,77.942749000000106],[-77.997498000000007,77.957214000000022],[-78.03694200000001,77.966384999999946],[-78.140838999999914,77.985260000000096],[-78.162216000000001,77.988312000000008],[-78.237502999999947,77.995818999999983],[-78.260833999999932,77.995254999999986],[-78.411391999999921,77.917755000000113],[-78.420837000000006,77.912491000000102],[-78.426391999999964,77.90637200000009],[-78.419723999999974,77.898880000000133],[-78.410552999999936,77.892211999999972],[-78.330840999999907,77.868591000000094],[-78.317107999999962,77.865814],[-78.282500999999968,77.862762000000089],[-78.260283999999899,77.861374000000012],[-78.173889000000031,77.859984999999995],[-78.139450000000011,77.857208000000128],[-77.97193900000002,77.807204999999954],[-77.958617999999888,77.802200000000084],[-77.947768999999994,77.796371000000079],[-77.940826000000015,77.765549000000021],[-77.940551999999968,77.759995000000004],[-77.981109999999887,77.701385000000073],[-77.920272999999952,77.669983000000116],[-77.882767000000001,77.661652000000004],[-77.862777999999992,77.656372000000147],[-77.742766999999958,77.622208000000114],[-77.724716000000001,77.613312000000008],[-77.718612999999948,77.605820000000051],[-77.723052999999936,77.599152000000061],[-77.730835000000013,77.597214000000122],[-77.87222300000002,77.568329000000119],[-77.952224999999999,77.555817000000104],[-77.958343999999954,77.529709000000139],[-77.944442999999978,77.511383000000137],[-77.946105999999986,77.504714999999976],[-77.948607999999979,77.501938000000109],[-77.981673999999998,77.486374000000012],[-77.99499499999996,77.481094000000098],[-78.256667999999934,77.381926999999962],[-78.303878999999995,77.373306000000071],[-78.690552000000025,77.315535999999952],[-78.741104000000007,77.309418000000051],[-78.777221999999995,77.307205000000067],[-78.806655999999975,77.307205000000067],[-78.834166999999923,77.30831900000004],[-78.839721999999995,77.310256999999979],[-78.833069000000023,77.314987000000031],[-78.786117999999988,77.335815000000082],[-78.733886999999982,77.362762000000032],[-78.726944000000003,77.367477000000065],[-78.725280999999995,77.371094000000028],[-78.727782999999988,77.375259000000028],[-78.764449999999954,77.3808140000001],[-78.784438999999907,77.3808140000001],[-78.816665999999998,77.378036000000122],[-78.841110000000015,77.374420000000043],[-78.861663999999962,77.370255000000043],[-78.89805599999994,77.360809000000074],[-78.920273000000009,77.350815000000068],[-78.939986999999917,77.338882000000012],[-78.948043999999982,77.332489000000066],[-78.955565999999919,77.328322999999955],[-78.968338000000017,77.323317999999915],[-79.00418099999996,77.313873000000058],[-79.083327999999995,77.299987999999985],[-79.139724999999999,77.293594000000098],[-79.171386999999868,77.290817000000004],[-79.207229999999981,77.288315000000125],[-79.270554000000004,77.286926000000108],[-79.321670999999924,77.288589000000059],[-79.373321999999973,77.29304499999995],[-79.493332000000009,77.304428000000144],[-79.631377999999984,77.316666000000055],[-79.653885000000002,77.318603999999993],[-79.712218999999948,77.318328999999949],[-79.83666999999997,77.306931000000134],[-79.860824999999977,77.303314],[-79.881942999999978,77.299713000000111],[-79.896118000000001,77.295822000000044],[-79.92332499999992,77.285263000000043],[-79.960555999999883,77.276932000000102],[-79.988327000000027,77.273604999999975],[-80.01916499999993,77.272217000000069],[-80.042495999999971,77.272766000000047],[-80.456116000000009,77.296097000000088],[-80.753341999999918,77.330551000000128],[-80.775833000000034,77.334427000000005],[-80.879714999999919,77.353043000000014],[-81.005568999999923,77.377197000000137],[-81.015288999999996,77.381363000000022],[-81.019454999999994,77.392761000000064],[-81.027221999999995,77.398041000000092],[-81.035277999999948,77.40109300000006],[-81.095276000000013,77.411925999999994],[-81.121108999999933,77.413605000000018],[-81.150833000000034,77.413605000000018],[-81.207778999999903,77.415817000000061],[-81.254729999999995,77.420532000000094],[-81.277495999999928,77.42442299999999],[-81.294448999999929,77.429153000000042],[-81.310546999999985,77.434982000000048],[-81.316665999999998,77.438873000000115],[-81.321121000000005,77.450272000000041],[-81.325287000000003,77.454987000000074],[-81.337509000000011,77.462769000000037],[-81.351669000000015,77.469711000000075],[-81.370543999999938,77.475540000000137],[-81.388901000000033,77.480819999999994],[-81.442215000000033,77.491364000000033],[-81.533889999999928,77.506942999999978],[-81.573623999999938,77.512771999999984],[-81.587783999999942,77.517487000000017],[-81.589721999999995,77.520828000000051],[-81.608337000000006,77.553588999999988],[-81.610549999999989,77.576096000000064],[-81.820281999999963,77.621918000000107],[-81.839721999999938,77.625809000000004],[-81.845001000000025,77.628860000000032],[-81.848617999999988,77.639434999999935],[-81.847778000000005,77.643326000000002],[-81.836670000000026,77.65498400000007],[-81.847503999999901,77.665817000000004],[-81.860000999999954,77.671371000000022],[-81.876662999999951,77.677475000000072],[-81.89527899999996,77.682480000000112],[-81.913894999999911,77.685532000000023],[-81.928329000000019,77.685806000000127],[-81.930283000000031,77.684981999999991],[-81.935546999999929,77.678040000000067],[-81.949158000000011,77.655258000000003],[-81.949431999999945,77.644989000000123],[-81.911391999999921,77.609421000000111],[-81.895844000000011,77.604156000000046],[-81.857223999999974,77.598877000000073],[-81.810271999999941,77.595260999999994],[-81.798049999999989,77.59165999999999],[-81.787506000000008,77.587494000000049],[-81.678054999999972,77.538315000000068],[-81.670546999999942,77.531662000000097],[-81.667220999999984,77.52526899999998],[-81.666945999999996,77.502213000000097],[-81.670836999999949,77.496094000000085],[-81.690276999999924,77.485260000000039],[-81.710555999999997,77.474990999999989],[-81.71945199999999,77.469986000000119],[-81.748046999999929,77.448029000000076],[-81.743606999999997,77.441086000000098],[-81.739440999999999,77.436371000000065],[-81.728881999999999,77.429977000000008],[-81.700561999999877,77.422760000000096],[-81.523620999999991,77.378036000000122],[-81.484726000000023,77.372208000000001],[-81.432220000000029,77.368042000000059],[-81.336670000000026,77.368591000000038],[-81.25140399999998,77.36914100000007],[-81.203888000000006,77.370529000000147],[-81.189986999999917,77.368042000000059],[-81.178054999999972,77.360259999999926],[-81.172775000000001,77.354705999999965],[-81.167769999999962,77.342758000000117],[-81.165833000000021,77.337204000000099],[-81.165833000000021,77.332764000000054],[-81.169448999999986,77.32249500000006],[-81.283889999999985,77.315262000000018],[-81.425003000000004,77.306366000000082],[-81.538329999999974,77.302765000000079],[-81.874999999999943,77.292480000000126],[-81.953887999999949,77.302200000000028],[-82.091948999999943,77.316376000000048],[-82.151397999999972,77.303864000000033],[-82.166107000000011,77.292480000000126],[-82.081680000000006,77.272766000000047],[-82.043335000000013,77.265548999999908],[-81.978881999999999,77.258331000000112],[-81.90695199999999,77.198318000000029],[-81.906577999999968,77.1933140000001],[-81.902221999999995,77.187195000000031],[-81.876099000000011,77.174698000000092],[-81.868057000000022,77.171646000000123],[-81.834166999999866,77.162491000000102],[-81.796660999999972,77.157486000000063],[-81.78694200000001,77.157486000000063],[-81.715835999999967,77.176926000000037],[-81.696654999999907,77.181366000000025],[-81.634444999999971,77.193863000000022],[-81.607497999999964,77.197479000000101],[-81.395003999999972,77.231659000000036],[-81.149170000000026,77.274703999999986],[-80.960281000000009,77.271378000000141],[-80.592772999999966,77.242477000000008],[-80.526397999999915,77.234985000000052],[-80.280288999999868,77.213608000000022],[-80.258621000000005,77.212204000000042],[-80.205840999999964,77.209427000000119],[-80.154998999999975,77.208037999999931],[-80.135833999999988,77.205826000000059],[-80.116104000000007,77.20138500000013],[-80.114715999999987,77.195525999999973],[-80.136947999999961,77.186096000000077],[-80.152785999999992,77.181656000000032],[-80.255004999999983,77.153320000000122],[-80.401671999999962,77.086655000000007],[-80.40972899999997,77.081100000000106],[-80.40972899999997,77.076660000000118],[-80.394454999999937,77.072769000000051],[-80.373046999999929,77.071380999999917],[-80.34584000000001,77.074996999999996],[-80.328063999999927,77.078323000000012],[-80.206954999999937,77.108597000000088],[-80.159438999999963,77.122756999999979],[-80.135009999999966,77.139435000000049],[-80.118606999999997,77.150818000000072],[-80.094726999999978,77.161102000000085],[-80.072509999999909,77.17053199999998],[-80.013335999999924,77.190536000000066],[-79.93582200000003,77.206650000000025],[-79.785278000000005,77.231368999999972],[-79.725829999999917,77.239975000000072],[-79.660277999999948,77.24443100000002],[-79.633057000000008,77.243317000000047],[-79.445540999999992,77.234421000000111],[-79.424163999999905,77.233047000000113],[-79.255004999999983,77.218596999999988],[-79.216949,77.209717000000126],[-79.041945999999882,77.161102000000085],[-79.033066000000019,77.156647000000078],[-79.02806099999998,77.150543000000027],[-79.003890999999953,77.103592000000049],[-79.005004999999926,77.09693900000002],[-79.013335999999924,77.09137000000004],[-79.029723999999987,77.086929000000112],[-79.132492000000013,77.053589000000045],[-79.328888000000006,76.978591999999935],[-79.365554999999915,76.963318000000072],[-79.376663000000008,76.957489000000066],[-79.391387999999949,76.947204999999997],[-79.395003999999915,76.940536000000122],[-79.393065999999976,76.934143000000006],[-79.386948000000018,76.927475000000015],[-79.37222300000002,76.923309000000131],[-79.34584000000001,76.91804500000012],[-79.317504999999926,76.917755000000113],[-79.244445999999925,76.924987999999928],[-79.193053999999904,76.929152999999928],[-79.005843999999911,76.936096000000134],[-78.980835000000013,76.936371000000122],[-78.954178000000013,76.935256999999979],[-78.886123999999995,76.926926000000094],[-78.870834000000002,76.922211000000061],[-78.866394000000014,76.918869000000086],[-78.910004000000015,76.886658000000011],[-78.915282999999988,76.839706000000092],[-78.748336999999935,76.822494999999947],[-78.721938999999963,76.821380999999974],[-78.712218999999948,76.823318000000029],[-78.708053999999947,76.824997000000053],[-78.56361400000003,76.906647000000135],[-78.566101000000003,76.913605000000132],[-78.567504999999983,76.927200000000028],[-78.562774999999874,76.933043999999995],[-78.553878999999938,76.938582999999994],[-78.547775000000001,76.941360000000088],[-78.384444999999914,76.99971000000005],[-78.344161999999926,77.007767000000001],[-78.32028200000002,77.011658000000068],[-78.292770000000019,77.014709000000096],[-78.196944999999971,77.019440000000031],[-78.140838999999914,77.01998900000001],[-78.087219000000005,77.017761000000007],[-78.07028200000002,77.014434999999992],[-77.896666999999979,76.955551000000128],[-77.886947999999961,76.947754000000145],[-77.881103999999993,76.940262000000018],[-77.779448999999943,76.79136699999998],[-77.789443999999946,76.78166200000004],[-77.813323999999966,76.692748999999992],[-77.813613999999973,76.687759000000085],[-77.813048999999864,76.68193100000002],[-77.804992999999968,76.675261999999918],[-77.769454999999937,76.658325000000104],[-77.78443900000002,76.650269000000037],[-77.810271999999941,76.640823000000069],[-77.841110000000015,76.633331000000112],[-77.861663999999905,76.629700000000071],[-77.918335000000013,76.62831100000011],[-77.947219999999959,76.629425000000083],[-77.985000999999954,76.632476999999994],[-78.013625999999988,76.630814000000044],[-78.027495999999985,76.626922999999977],[-78.089721999999995,76.609420999999941],[-78.097777999999948,76.606094000000041],[-78.178328999999962,76.566085999999984],[-78.186110999999926,76.559708000000001],[-78.206107999999972,76.53914600000013],[-78.256667999999934,76.506653000000142],[-78.364440999999999,76.462493999999992],[-78.377486999999917,76.458038000000101],[-78.435103999999967,76.453171000000111],[-78.443328999999892,76.452209000000096],[-78.473052999999993,76.451660000000118],[-78.519164999999987,76.456940000000031],[-78.552490000000034,76.464157000000114],[-78.607772999999952,76.486649000000057],[-78.61471599999993,76.489975000000072],[-78.619445999999982,76.496094000000085],[-78.616942999999992,76.498871000000008],[-78.615004999999883,76.5],[-78.611388999999917,76.49941999999993],[-78.597228999999913,76.505264000000125],[-78.591949,76.5086060000001],[-78.588332999999977,76.513046000000088],[-78.613327000000027,76.547759999999982],[-78.627212999999927,76.563873000000001],[-78.75111400000003,76.572220000000016],[-78.773330999999985,76.572768999999937],[-78.790558000000033,76.571655000000135],[-78.868331999999953,76.521103000000096],[-78.886947999999961,76.497208000000057],[-78.900833000000034,76.478867000000093],[-78.937774999999988,76.449997000000053],[-78.946655000000021,76.444976999999994],[-78.96945199999999,76.43414300000012],[-78.994155999999975,76.424423000000047],[-79.013061999999991,76.420258000000047],[-79.06138599999997,76.41276600000009],[-79.090285999999992,76.411377000000073],[-79.139174999999966,76.411652000000117],[-79.170837000000006,76.409988000000112],[-79.18971299999987,76.405823000000112],[-79.198043999999868,76.400269000000094],[-79.261123999999995,76.352202999999975],[-79.265563999999927,76.346100000000035],[-79.266402999999968,76.339432000000102],[-79.262786999999946,76.331940000000145],[-79.254181000000017,76.320267000000115],[-79.25306699999993,76.314697000000024],[-79.261123999999995,76.309143000000063],[-79.272780999999952,76.304152999999985],[-79.312774999999988,76.297484999999995],[-79.338608000000022,76.296371000000022],[-79.365828999999962,76.296646000000067],[-79.414168999999902,76.301086000000055],[-79.445540999999992,76.306641000000127],[-79.500838999999928,76.314148000000102],[-79.525283999999886,76.31442300000009],[-79.573623999999995,76.311645999999996],[-79.596664000000033,76.308594000000085],[-79.805556999999965,76.278320000000065],[-79.924438000000009,76.25360100000006],[-80.061385999999914,76.226928999999984],[-80.087218999999948,76.223602000000085],[-80.107223999999974,76.2227630000001],[-80.121658000000025,76.224426000000051],[-80.136123999999995,76.228317000000118],[-80.156386999999881,76.23692299999999],[-80.178329000000019,76.239700000000084],[-80.203613000000018,76.240539999999953],[-80.230285999999978,76.239975000000129],[-80.261123999999995,76.238312000000008],[-80.2933349999999,76.235260000000096],[-80.338332999999977,76.228317000000118],[-80.366942999999992,76.218048000000067],[-80.375548999999921,76.213043000000027],[-80.383056999999951,76.20748900000001],[-80.396666999999923,76.202208999999982],[-80.412216000000001,76.198029000000133],[-80.426940999999886,76.195525999999973],[-80.506957999999941,76.196365000000128],[-80.606383999999991,76.191650000000095],[-80.627486999999917,76.187195000000088],[-80.637787000000003,76.17053199999998],[-80.639724999999885,76.167480000000069],[-80.654175000000009,76.162491000000102],[-80.672501000000011,76.158325000000048],[-80.703338999999971,76.156647000000078],[-80.949996999999996,76.144989000000066],[-81.053329000000019,76.128036000000009],[-81.075835999999924,76.129149999999981],[-81.085830999999928,76.134155000000021],[-81.090285999999935,76.137496999999939],[-81.095551,76.212204000000042],[-81.047501000000011,76.249419999999986],[-81.041106999999954,76.25360100000006],[-81.026397999999915,76.258331000000112],[-80.903885000000002,76.312194999999974],[-80.783614999999998,76.374985000000095],[-80.769454999999994,76.384720000000016],[-80.761123999999995,76.394150000000081],[-80.760009999999909,76.40415999999999],[-80.763625999999874,76.411102000000085],[-80.771666999999923,76.419144000000017],[-80.78472899999997,76.423874000000069],[-80.991668999999945,76.483047000000056],[-81.188889000000017,76.518875000000094],[-81.275008999999955,76.533325000000048],[-81.304169000000002,76.510544000000039],[-81.337218999999891,76.494980000000112],[-81.351944000000003,76.490265000000079],[-81.388901000000033,76.481368999999972],[-81.411117999999988,76.477478000000076],[-81.460830999999928,76.471374999999966],[-81.492492999999911,76.469437000000028],[-81.521941999999967,76.468596999999988],[-81.636948000000018,76.468872000000147],[-81.71665999999999,76.470260999999994],[-81.788605000000018,76.474700999999982],[-81.879990000000021,76.483871000000022],[-82.039718999999934,76.509430000000066],[-82.05860899999999,76.513610999999969],[-82.075835999999981,76.518600000000106],[-82.083617999999944,76.523879999999963],[-82.03195199999999,76.553588999999988],[-81.985000999999954,76.578597999999943],[-81.981948999999929,76.584717000000012],[-81.993331999999953,76.590270999999973],[-82.045273000000009,76.603592000000106],[-82.056655999999862,76.609146000000123],[-82.049438000000009,76.612488000000042],[-81.953338999999914,76.631927000000132],[-81.873610999999869,76.645828000000108],[-81.851394999999968,76.649719000000005],[-81.814163000000008,76.658599999999922],[-81.790282999999931,76.667755],[-81.782227000000034,76.672760000000039],[-81.776947000000007,76.677475000000072],[-81.778885000000002,76.681090999999924],[-81.785827999999924,76.685532000000023],[-81.799163999999962,76.685805999999957],[-81.819457999999997,76.682754999999986],[-81.838057999999933,76.678314000000057],[-81.852782999999988,76.673599000000024],[-81.861938000000009,76.669144000000017],[-81.893341000000021,76.660812000000021],[-82.081115999999952,76.631087999999977],[-82.115554999999915,76.628860000000032],[-82.145553999999947,76.628036000000066],[-82.199996999999996,76.628586000000098],[-82.273330999999928,76.633331000000112],[-82.292495999999971,76.635544000000095],[-82.326950000000011,76.641373000000101],[-82.346114999999998,76.645538000000101],[-82.377486999999917,76.657485999999949],[-82.442490000000021,76.684981999999991],[-82.470276000000013,76.698868000000004],[-82.476668999999958,76.704712000000029],[-82.487212999999997,76.717758000000117],[-82.580291999999986,76.776382000000012],[-82.596114999999998,76.782486000000006],[-82.698607999999979,76.812485000000038],[-82.725005999999951,76.819153000000028],[-82.749725000000012,76.818604000000107],[-82.767226999999991,76.813309000000004],[-82.769729999999925,76.811096000000077],[-82.76556399999987,76.808318999999983],[-82.74610899999999,76.804153000000042],[-82.728333000000021,76.799149000000114],[-82.698607999999979,76.788589000000002],[-82.640563999999983,76.766388000000006],[-82.556106999999997,76.723038000000031],[-82.558333999999945,76.718322999999998],[-82.566665999999941,76.707489000000123],[-82.569457999999941,76.701385000000073],[-82.562499999999943,76.688873000000058],[-82.545546999999942,76.674149000000057],[-82.533324999999991,76.666382000000056],[-82.460555999999997,76.636108000000036],[-82.435271999999998,76.628036000000066],[-82.415008999999884,76.62303199999991],[-82.308884000000035,76.609420999999941],[-82.208054000000004,76.593048000000067],[-82.113891999999908,76.572220000000016],[-82.102218999999991,76.568878000000041],[-82.081115999999952,76.561096000000134],[-82.093886999999995,76.557205000000067],[-82.175002999999947,76.546936000000017],[-82.196944999999971,76.542755000000113],[-82.211394999999925,76.53804000000008],[-82.22222899999997,76.532761000000107],[-82.225280999999995,76.526657000000057],[-82.224715999999887,76.520264000000111],[-82.222504000000015,76.514435000000105],[-82.216399999999965,76.5086060000001],[-82.189437999999882,76.486649000000057],[-82.158050999999944,76.466095000000053],[-82.147232000000031,76.461105000000032],[-82.135558999999944,76.453323000000069],[-82.131377999999927,76.448593000000017],[-82.127212999999927,76.441650000000038],[-82.132216999999912,76.436919999999986],[-82.162505999999951,76.421921000000111],[-82.17971799999998,76.416931000000091],[-82.209441999999967,76.409988000000112],[-82.260284000000013,76.398605000000089],[-82.293335000000013,76.395827999999995],[-82.348342999999943,76.395537999999988],[-82.483063000000016,76.396378000000027],[-82.704453000000001,76.386932000000058],[-82.833327999999881,76.397766000000104],[-82.990554999999915,76.426650999999993],[-83.003615999999965,76.429153000000042],[-83.0625,76.450272000000041],[-83.099730999999963,76.463882000000126],[-83.102492999999981,76.469437000000028],[-83.096953999999982,76.475814999999955],[-83.08944699999995,76.480819999999994],[-83.065001999999993,76.491089000000045],[-83.061935000000005,76.497208000000057],[-83.075012000000015,76.532761000000107],[-83.084441999999967,76.546370999999965],[-83.110001000000011,76.579987000000131],[-83.116652999999985,76.586105000000089],[-83.198607999999979,76.619431000000077],[-83.338897999999858,76.66415400000011],[-83.384170999999981,76.730819999999994],[-83.365279999999927,76.740540000000067],[-83.358611999999937,76.746094000000028],[-83.355834999999956,76.752213000000097],[-83.362212999999997,76.756103999999937],[-83.379989999999964,76.758881000000031],[-83.400833000000034,76.759995000000004],[-83.410003999999901,76.757767000000058],[-83.497498000000007,76.723876999999959],[-83.518340999999964,76.713318000000129],[-83.523620999999935,76.706649999999968],[-83.523330999999928,76.700821000000133],[-83.520553999999947,76.695251000000042],[-83.515014999999948,76.689972000000068],[-83.499161000000015,76.676651000000106],[-83.352218999999991,76.612488000000042],[-83.331116000000009,76.603317000000118],[-83.316101000000003,76.598037999999974],[-83.298614999999984,76.593048000000067],[-83.278060999999923,76.588318000000072],[-83.254181000000017,76.579437000000098],[-83.246383999999978,76.572768999999937],[-83.207503999999915,76.505553999999961],[-83.184432999999899,76.424988000000042],[-83.188323999999966,76.419434000000081],[-83.202224999999942,76.414428999999984],[-83.223617999999874,76.410537999999917],[-83.256667999999991,76.407486000000006],[-83.285827999999981,76.406372000000033],[-83.439986999999917,76.411102000000085],[-83.619995000000017,76.423599000000081],[-83.691100999999946,76.428863999999919],[-83.710555999999997,76.433044000000109],[-83.735000999999954,76.444138000000009],[-83.734160999999915,76.449141999999995],[-83.735275000000001,76.455826000000059],[-83.740554999999972,76.462769000000037],[-83.756667999999991,76.468596999999988],[-83.893616000000009,76.501663000000065],[-83.985001000000011,76.520538000000045],[-84.018616000000009,76.529433999999981],[-84.033614999999941,76.534714000000065],[-84.046660999999972,76.542205999999965],[-84.058334000000002,76.553040000000067],[-84.058884000000035,76.558868000000132],[-84.061661000000015,76.585266000000104],[-84.070846999999901,76.616653000000042],[-84.086670000000026,76.62414600000011],[-84.101944000000003,76.629425000000083],[-84.118880999999988,76.633880999999974],[-84.138610999999912,76.637772000000041],[-84.261123999999995,76.65554800000001],[-84.284438999999963,76.657760999999994],[-84.31082200000003,76.658325000000104],[-84.319732999999871,76.656096999999988],[-84.324722000000008,76.653320000000065],[-84.330841000000021,76.647491000000059],[-84.313323999999909,76.641098000000113],[-84.256667999999991,76.628586000000098],[-84.220551,76.622207999999944],[-84.202498999999932,76.617203000000075],[-84.193053999999961,76.609985000000108],[-84.194442999999978,76.606934000000081],[-84.216948999999886,76.571655000000135],[-84.249725000000012,76.536926000000108],[-84.248336999999992,76.530548000000124],[-84.24499499999996,76.524993999999936],[-84.221114999999941,76.510817999999972],[-84.208617999999888,76.505264000000125],[-84.192490000000021,76.49941999999993],[-84.179717999999923,76.49192800000003],[-84.180832000000009,76.484984999999995],[-84.195540999999935,76.45637499999998],[-84.205565999999976,76.451096000000007],[-84.215835999999967,76.448029000000076],[-84.236938000000009,76.443587999999977],[-84.489166000000012,76.429153000000042],[-84.518615999999952,76.427765000000136],[-84.570846999999958,76.428863999999919],[-84.619720000000029,76.431656000000032],[-84.636947999999961,76.434418000000107],[-84.652785999999992,76.438034000000016],[-84.783889999999985,76.469986000000119],[-84.792770000000019,76.474990999999989],[-84.785278000000005,76.485260000000039],[-84.783889999999985,76.489975000000072],[-84.795273000000009,76.503876000000048],[-84.848891999999921,76.53637700000013],[-84.860001000000011,76.542755000000113],[-84.950561999999934,76.577773999999977],[-84.970550999999944,76.581940000000088],[-84.991378999999938,76.582764000000054],[-85.016402999999912,76.578872999999987],[-85.028335999999967,76.57499700000011],[-85.034163999999976,76.569153000000085],[-85.051391999999964,76.514160000000061],[-85.022507000000019,76.456099999999992],[-84.970276000000013,76.426086000000112],[-84.960281000000009,76.42053199999998],[-84.944442999999978,76.416931000000091],[-84.904175000000009,76.411926000000051],[-84.728058000000033,76.390273999999977],[-84.43638599999997,76.338593000000117],[-84.397506999999962,76.330551000000128],[-84.381377999999927,76.324706999999933],[-84.376098999999954,76.317764000000125],[-84.381942999999978,76.31191999999993],[-84.393889999999999,76.308029000000033],[-84.413054999999986,76.304703000000018],[-84.429169000000002,76.303040000000067],[-84.533614999999941,76.30581699999999],[-84.716659999999933,76.306930999999963],[-84.776397999999972,76.303314],[-84.898055999999997,76.288589000000059],[-84.928328999999962,76.286377000000016],[-85.174438000000009,76.280272999999966],[-85.232223999999917,76.295257999999933],[-85.36221299999994,76.303314],[-85.505004999999983,76.321930000000066],[-85.523055999999883,76.326660000000061],[-85.544448999999986,76.329987000000017],[-85.698333999999988,76.34887700000013],[-85.952498999999932,76.368591000000038],[-85.978058000000033,76.370528999999976],[-86.004181000000017,76.37081900000004],[-86.110274999999945,76.368317000000104],[-86.134734999999978,76.369431000000077],[-86.281677000000002,76.376923000000033],[-86.330565999999976,76.3808140000001],[-86.37222300000002,76.38638300000008],[-86.412216000000001,76.40776100000005],[-86.415008999999884,76.41276600000009],[-86.421386999999925,76.456940000000031],[-86.418610000000001,76.469147000000021],[-86.409728999999913,76.474700999999982],[-86.398055999999997,76.478867000000093],[-86.378875999999991,76.483871000000022],[-86.36082499999992,76.487762000000089],[-86.307769999999948,76.49552900000009],[-86.277785999999935,76.5],[-86.256119000000012,76.503876000000048],[-86.22222899999997,76.513321000000133],[-86.213057999999933,76.518600000000106],[-86.20777899999996,76.524429000000112],[-86.211944999999957,76.535262999999986],[-86.226104999999961,76.542755000000113],[-86.532776000000013,76.623306000000014],[-86.594161999999983,76.634994999999947],[-86.63034099999993,76.635132000000112],[-86.625823999999966,76.629425000000083],[-86.601104999999961,76.619979999999998],[-86.512512000000015,76.586929000000055],[-86.36221299999994,76.541655999999932],[-86.342223999999987,76.512206999999933],[-86.508056999999894,76.487762000000089],[-86.64916999999997,76.458878000000141],[-86.664718999999991,76.419708000000014],[-86.711120999999991,76.348037999999974],[-86.71665999999999,76.346100000000035],[-86.770554000000004,76.350815000000068],[-87.083327999999995,76.379424999999912],[-87.130829000000006,76.384155000000135],[-87.148346000000004,76.388321000000076],[-87.154998999999975,76.39498900000001],[-87.154175000000009,76.40109300000006],[-87.225280999999995,76.448029000000076],[-87.426665999999898,76.468596999999988],[-87.462783999999942,76.586929000000055],[-87.468886999999995,76.59165999999999],[-87.520279000000016,76.612488000000042],[-87.53694200000001,76.617477000000008],[-87.563613999999973,76.616379000000109],[-87.580001999999979,76.611374000000069],[-87.583618000000001,76.604980000000012],[-87.598617999999988,76.540817000000004],[-87.595550999999944,76.534149000000014],[-87.553604000000007,76.451096000000007],[-87.545273000000009,76.443587999999977],[-87.53694200000001,76.439147999999989],[-87.516953000000001,76.432479999999998],[-87.500290000000007,76.428863999999919],[-87.455276000000026,76.423874000000069],[-87.429992999999911,76.417755000000056],[-87.402495999999985,76.352768000000026],[-87.416397000000018,76.348037999999974],[-87.591384999999889,76.341094999999996],[-87.648894999999868,76.338043000000084],[-87.719726999999978,76.343048000000124],[-87.742767000000015,76.34637500000008],[-87.760559000000001,76.352202999999975],[-87.788604999999961,76.366378999999995],[-87.817229999999995,76.390549000000021],[-87.864166000000012,76.38998400000014],[-87.900833000000034,76.363037000000077],[-87.916945999999996,76.359711000000004],[-87.948333999999988,76.357758000000103],[-87.997771999999998,76.358322000000044],[-88.351104999999905,76.384995000000004],[-88.389998999999875,76.389708999999982],[-88.42971799999998,76.398041000000148],[-88.434433000000013,76.402205999999978],[-88.391953000000001,76.454163000000108],[-88.371932999999956,76.476089000000059],[-88.355835000000013,76.481093999999928],[-88.348617999999988,76.487198000000149],[-88.349441999999954,76.514435000000105],[-88.356658999999979,76.521103000000096],[-88.442764000000011,76.59165999999999],[-88.515288999999939,76.636108000000036],[-88.509170999999981,76.697478999999987],[-88.488601999999958,76.765274000000034],[-88.479720999999927,76.776932000000045],[-88.476669000000015,76.783324999999991],[-88.474715999999887,76.788879000000009],[-88.474715999999887,76.794983000000002],[-88.477782999999988,76.807755000000043],[-88.485275000000001,76.814422999999977],[-88.494719999999973,76.81721500000009],[-88.518889999999999,76.816086000000098],[-88.541945999999939,76.812758999999971],[-88.554442999999935,76.807479999999998],[-88.557220000000029,76.805817000000104],[-88.701950000000011,76.707489000000123],[-88.683318999999983,76.701935000000105],[-88.649733999999967,76.684143000000063],[-88.591949,76.642761000000007],[-88.584441999999967,76.635818000000029],[-88.495543999999938,76.552199999999971],[-88.489440999999999,76.503326000000015],[-88.496383999999978,76.497208000000057],[-88.571670999999924,76.473602000000028],[-88.593558999999971,76.455933000000016],[-88.60321799999997,76.449265000000025],[-88.608214999999973,76.442261000000144],[-88.607727000000011,76.439095000000009],[-88.608611999999994,76.416092000000106],[-88.59973100000002,76.409988000000112],[-88.597503999999958,76.405823000000112],[-88.608046999999942,76.399994000000049],[-88.631942999999922,76.397217000000012],[-88.656386999999881,76.398330999999985],[-88.67721599999993,76.401932000000045],[-88.689986999999974,76.408324999999991],[-88.693603999999993,76.414703000000145],[-88.693329000000006,76.420821999999987],[-88.684998000000007,76.432479999999998],[-88.678054999999972,76.441650000000038],[-88.659508000000017,76.478706000000102],[-88.646506999999986,76.489212000000009],[-88.640288999999996,76.558594000000028],[-88.644164999999987,76.565262000000018],[-88.651672000000019,76.571930000000009],[-88.660277999999948,76.577773999999977],[-88.688888999999961,76.591369999999984],[-88.710006999999962,76.594986000000006],[-88.733611999999937,76.593872000000033],[-88.740828999999962,76.587769000000094],[-88.791381999999942,76.513321000000133],[-88.795273000000009,76.479431000000034],[-88.786666999999909,76.473602000000028],[-88.781386999999938,76.466385000000059],[-88.783324999999991,76.460815000000025],[-88.799438000000009,76.449997000000053],[-88.901671999999962,76.408324999999991],[-88.921111999999937,76.40525800000006],[-88.947220000000016,76.40525800000006],[-88.994155999999919,76.409149000000127],[-89.166396999999961,76.424423000000047],[-89.213332999999977,76.429703000000075],[-89.231673999999998,76.433593999999971],[-89.353333000000021,76.479979999999955],[-89.407227000000034,76.515823000000012],[-89.490279999999927,76.557480000000055],[-89.499435000000005,76.54664600000001],[-89.515015000000005,76.541655999999932],[-89.541381999999999,76.541655999999932],[-89.667220999999984,76.564423000000033],[-89.676665999999955,76.567215000000147],[-89.679442999999992,76.571655000000135],[-89.614166000000012,76.616089000000102],[-89.603607000000011,76.621918000000107],[-89.571945000000028,76.631653000000028],[-89.528335999999967,76.640823000000069],[-89.480559999999969,76.649428999999998],[-89.443329000000006,76.658325000000104],[-89.431380999999988,76.663605000000018],[-89.415558000000033,76.67442299999999],[-89.411666999999966,76.680266999999958],[-89.434432999999899,76.724426000000108],[-89.47222899999997,76.784714000000008],[-89.496947999999918,76.820267000000001],[-89.514449999999954,76.835815000000025],[-89.529175000000009,76.847214000000122],[-89.533324999999991,76.853592000000049],[-89.521392999999932,76.858871000000079],[-89.417770000000019,76.886658000000011],[-89.279449,76.906936999999971],[-89.238892000000021,76.916091999999992],[-89.14805599999994,76.925537000000077],[-88.986938000000009,76.954436999999928],[-88.976104999999961,76.959991000000116],[-88.898894999999982,76.985535000000141],[-88.769164999999987,76.998871000000065],[-88.740279999999927,77.00277699999998],[-88.719451999999933,77.007492000000013],[-88.702788999999939,77.012207000000046],[-88.50111400000003,77.071655000000078],[-88.473327999999981,77.096649000000014],[-88.544723999999917,77.098038000000031],[-88.545837000000006,77.100266000000147],[-88.426392000000021,77.12081900000004],[-88.307219999999973,77.128860000000088],[-88.278335999999911,77.129699999999957],[-88.172501000000011,77.128035999999952],[-88.154175000000009,77.116088999999988],[-87.967223999999931,77.127472000000012],[-87.690552000000025,77.135268999999994],[-87.670272999999952,77.133606000000043],[-87.656951999999933,77.130264000000125],[-87.642501999999979,77.124984999999924],[-87.626937999999996,77.117477000000122],[-87.619719999999973,77.110809000000131],[-87.568892999999889,77.099426000000108],[-87.455841000000021,77.101929000000098],[-87.349166999999966,77.106094000000098],[-87.337783999999886,77.110259999999982],[-87.353607000000011,77.114700000000028],[-87.37222300000002,77.117203000000018],[-87.451401000000033,77.122756999999979],[-87.460555999999997,77.125534000000073],[-87.456664999999987,77.131927000000019],[-87.452224999999999,77.136383000000137],[-87.432219999999973,77.149719000000061],[-87.416107000000011,77.156647000000078],[-87.404174999999896,77.160812000000078],[-87.356383999999991,77.17553700000002],[-87.33666999999997,77.179153000000099],[-87.312774999999988,77.180817000000104],[-87.069167999999991,77.182755000000043],[-87.044448999999929,77.180542000000059],[-86.959166999999979,77.161926000000051],[-86.951674999999966,77.158324999999991],[-86.946945000000028,77.154433999999924],[-86.951949999999897,77.149994000000106],[-86.951401000000033,77.144714000000022],[-86.942490000000021,77.141936999999928],[-86.875274999999931,77.132202000000063],[-86.829177999999956,77.127762000000018],[-86.804442999999992,77.127197000000024],[-86.791381999999999,77.130813999999987],[-86.739990000000034,77.174149000000114],[-86.773620999999935,77.185806000000071],[-86.960006999999962,77.195815999999979],[-87.15055799999999,77.199417000000039],[-87.148055999999997,77.198029000000133],[-87.146956999999929,77.195815999999979],[-87.161117999999931,77.194426999999962],[-87.182769999999948,77.196930000000123],[-87.196105999999929,77.199997000000053],[-87.21055599999994,77.205261000000064],[-87.174437999999896,77.229431000000034],[-87.166945999999939,77.233871000000079],[-87.141388000000006,77.238037000000134],[-87.007232999999985,77.255829000000006],[-86.976669000000015,77.257492000000127],[-86.948882999999967,77.255554000000018],[-86.928329000000019,77.255264000000011],[-86.910552999999936,77.260269000000051],[-86.919158999999979,77.266098000000056],[-86.947494999999947,77.271652000000074],[-86.984436000000017,77.274703999999986],[-87.012221999999952,77.274993999999992],[-87.078063999999927,77.273604999999975],[-87.106110000000001,77.272217000000069],[-87.136672999999973,77.272217000000069],[-87.183884000000035,77.273604999999975],[-87.197495000000004,77.27526899999998],[-87.229171999999949,77.285538000000031],[-87.245270000000005,77.298325000000034],[-87.24888599999997,77.303314],[-87.108611999999994,77.338318000000072],[-87.09584000000001,77.34027100000003],[-87.068618999999956,77.342209000000139],[-87.037780999999995,77.342209000000139],[-86.962783999999942,77.339157000000057],[-86.934722999999963,77.338882000000012],[-86.900283999999999,77.342209000000139],[-86.845839999999953,77.349152000000117],[-86.829726999999991,77.353043000000014],[-86.838608000000022,77.357483000000059],[-86.851944000000003,77.360535000000141],[-86.963332999999977,77.366378999999995],[-87.064162999999951,77.366928000000087],[-87.091109999999958,77.366378999999995],[-87.241378999999938,77.356094000000041],[-87.263061999999877,77.351654000000053],[-87.280838000000017,77.34693900000002],[-87.294158999999979,77.34165999999999],[-87.326110999999969,77.333878000000084],[-87.358886999999982,77.331375000000094],[-87.391112999999962,77.330551000000128],[-87.416397000000018,77.330826000000116],[-87.695830999999998,77.35554500000012],[-87.711945000000014,77.359985000000108],[-87.715835999999911,77.363312000000064],[-87.775283999999999,77.415543000000127],[-87.780288999999982,77.421097000000145],[-87.78472899999997,77.429703000000075],[-87.775009000000011,77.441360000000032],[-87.748336999999992,77.451660000000118],[-87.730834999999956,77.45637499999998],[-87.669539999999984,77.469238000000018],[-87.65194699999995,77.474990999999989],[-87.642501999999979,77.480270000000132],[-87.646117999999944,77.486923000000104],[-87.694442999999978,77.537201000000096],[-87.711120999999878,77.541656000000103],[-87.868880999999988,77.578598000000113],[-88.063048999999978,77.618866000000025],[-88.162216000000001,77.626923000000147],[-88.180556999999965,77.631927000000132],[-88.200835999999924,77.642761000000007],[-88.214721999999995,77.650542999999971],[-88.223617999999931,77.662490999999989],[-88.223052999999993,77.667206000000022],[-88.221114999999884,77.672760000000039],[-88.162780999999995,77.758330999999998],[-88.06806899999998,77.820267000000001],[-87.835830999999928,77.840271000000087],[-87.640563999999983,77.862487999999985],[-87.294723999999917,77.898041000000035],[-87.231383999999935,77.898880000000133],[-87.174712999999997,77.897491000000002],[-86.876099000000011,77.8836060000001],[-86.824172999999917,77.879424999999969],[-86.651671999999962,77.860260000000039],[-86.46166999999997,77.836105000000032],[-86.422225999999966,77.830826000000059],[-86.377486999999917,77.822769000000051],[-86.222778000000005,77.794434000000024],[-86.198883000000023,77.786102000000085],[-85.986938000000009,77.711380000000133],[-85.975280999999882,77.705825999999945],[-85.884445000000028,77.632751000000098],[-85.718886999999995,77.472214000000065],[-85.715835999999967,77.467209000000025],[-85.717223999999931,77.462493999999992],[-85.727218999999877,77.451934999999935],[-85.748610999999983,77.446930000000066],[-85.76916499999993,77.443587999999977],[-85.775832999999921,77.439972000000068],[-85.795837000000006,77.423874000000069],[-85.794448999999929,77.419708000000128],[-85.776947000000007,77.421371000000079],[-85.551391999999964,77.458328000000108],[-85.530562999999916,77.461928999999941],[-85.493331999999953,77.430267000000015],[-85.436385999999914,77.404159999999933],[-85.39973399999991,77.395827999999995],[-85.376662999999894,77.392487000000131],[-85.299438000000009,77.387772000000098],[-85.270003999999915,77.386658000000125],[-85.155838000000017,77.387497000000053],[-84.973327999999867,77.377197000000137],[-84.954726999999934,77.374420000000043],[-84.9375,77.370818999999983],[-84.875274999999988,77.351654000000053],[-84.825286999999946,77.334152000000017],[-84.759170999999867,77.318328999999949],[-84.719727000000034,77.311645999999996],[-84.649444999999957,77.304428000000144],[-84.601944000000003,77.300537000000077],[-84.529175000000009,77.295822000000044],[-84.479445999999996,77.294434000000138],[-84.466399999999965,77.296371000000022],[-84.463333000000034,77.300262000000089],[-84.47444200000001,77.3119200000001],[-84.481948999999986,77.317764000000125],[-84.494719999999973,77.321106000000043],[-84.520279000000016,77.324157999999954],[-84.553878999999995,77.331375000000094],[-84.569167999999991,77.339705999999978],[-84.615004999999996,77.383040999999992],[-84.612777999999878,77.389160000000004],[-84.603881999999942,77.393599999999992],[-84.58555599999994,77.398041000000092],[-84.550277999999935,77.401382000000126],[-84.520844000000011,77.401657],[-84.49610899999999,77.399428999999998],[-84.470550999999944,77.396378000000027],[-84.429442999999935,77.388884999999959],[-84.386397999999986,77.383881000000031],[-84.33444199999991,77.383040999999992],[-84.27027899999996,77.384995000000004],[-84.153609999999958,77.39498900000001],[-84.061661000000015,77.398605000000032],[-84.005843999999968,77.397491000000059],[-83.985275000000001,77.395537999999931],[-83.949996999999996,77.388884999999959],[-83.868057000000022,77.376923000000033],[-83.793610000000001,77.36914100000007],[-83.531951999999933,77.346375000000023],[-83.505843999999968,77.344711000000018],[-83.478058000000033,77.344147000000078],[-83.464721999999995,77.348327999999981],[-83.463057999999876,77.349152000000117],[-83.46444699999995,77.35554500000012],[-83.472504000000015,77.387207000000046],[-83.553054999999972,77.393051000000071],[-83.654998999999975,77.395537999999931],[-83.711669999999913,77.404709000000082],[-83.728607000000011,77.408324999999934],[-83.778609999999958,77.423309000000017],[-83.822509999999966,77.442474000000004],[-83.833892999999989,77.448868000000004],[-83.835555999999997,77.455261000000007],[-83.824722000000008,77.460541000000035],[-83.801391999999964,77.464706000000035],[-83.768065999999919,77.466934000000037],[-83.682220000000029,77.46804800000001],[-83.620833999999945,77.471924000000058],[-83.593886999999938,77.475540000000137],[-83.426102000000014,77.499710000000107],[-83.389450000000011,77.507767000000115],[-83.36332699999997,77.518051000000128],[-83.216110000000015,77.577773999999977],[-83.011123999999995,77.665817000000004],[-82.895003999999858,77.717484000000013],[-82.674438000000009,77.836928999999998],[-82.655272999999852,77.847763000000043],[-82.541671999999949,77.920532000000037],[-82.526107999999965,77.961929000000055],[-82.577224999999999,78.003326000000072],[-82.590835999999967,78.011108000000036],[-82.591675000000009,78.017487000000074],[-82.579726999999878,78.022766000000047],[-82.56361400000003,78.027771000000087],[-82.538054999999986,78.031096999999988],[-82.497498000000007,78.03414900000007],[-82.470551,78.034714000000122],[-82.40972899999997,78.03414900000007],[-82.377486999999917,78.035812000000021],[-82.369445999999925,78.039428999999927],[-82.326110999999969,78.065262000000075],[-82.318619000000012,78.070831000000055],[-82.320007000000032,78.075821000000133],[-82.336120999999991,78.078873000000044],[-82.518341000000021,78.074158000000011],[-82.549438000000009,78.071930000000066],[-82.652221999999995,78.056090999999924],[-82.672500999999954,78.051651000000106],[-82.692489999999964,78.044983000000116],[-82.780288999999982,78.014999000000103],[-82.790282999999988,78.010544000000095],[-82.792769999999905,78.005829000000062],[-82.794158999999979,77.994979999999998],[-82.785277999999948,77.969986000000006],[-82.775283999999942,77.964157],[-82.735275000000001,77.947479000000101],[-82.728881999999942,77.939972000000012],[-82.728607000000011,77.929703000000131],[-82.736114999999984,77.924148999999943],[-82.769164999999987,77.914993000000038],[-82.852218999999991,77.896942000000024],[-82.949157999999898,77.874694999999974],[-83.123046999999929,77.780548000000067],[-83.156661999999926,77.744980000000055],[-83.185546999999985,77.716385000000002],[-83.192489999999964,77.710540999999978],[-83.200835999999867,77.705551000000128],[-83.386672999999917,77.616653000000042],[-83.427215999999987,77.600815000000011],[-83.527785999999935,77.572769000000108],[-83.648055999999997,77.540816999999947],[-83.735000999999954,77.518875000000094],[-83.873046999999985,77.49331699999999],[-83.898345999999947,77.490540000000067],[-83.920546999999942,77.491652999999985],[-84.143889999999999,77.509430000000009],[-84.192490000000021,77.515549000000078],[-84.229995999999971,77.521378000000084],[-84.386672999999917,77.528594999999996],[-84.419997999999964,77.52777100000003],[-84.452224999999942,77.524994000000106],[-84.483321999999987,77.521652000000017],[-84.500564999999995,77.518051000000128],[-84.555557000000022,77.51249700000011],[-84.579726999999991,77.51249700000011],[-84.760558999999944,77.519714000000079],[-84.779174999999952,77.522490999999945],[-84.858886999999925,77.542755000000113],[-84.869155999999975,77.562759000000028],[-84.87110899999999,77.569153000000085],[-84.866393999999957,77.574158000000125],[-84.837219000000005,77.583878000000027],[-84.815552000000025,77.588881999999955],[-84.773620999999991,77.5977630000001],[-84.707229999999981,77.609985000000052],[-84.665282999999988,77.618866000000025],[-84.627486999999917,77.628036000000066],[-84.520003999999972,77.664703000000031],[-84.441939999999931,77.706100000000106],[-84.429992999999968,77.718322999999941],[-84.428328999999962,77.722762999999986],[-84.431106999999884,77.726379000000009],[-84.443054000000018,77.736374000000126],[-84.486938000000009,77.750275000000101],[-84.495270000000005,77.751099000000067],[-84.503066999999987,77.74971000000005],[-84.48971599999993,77.746368000000132],[-84.483062999999959,77.74470500000001],[-84.475280999999995,77.738876000000005],[-84.476669000000015,77.728316999999947],[-84.486388999999974,77.711380000000133],[-84.499161000000015,77.699707000000103],[-84.520844000000011,77.689148000000102],[-84.533889999999985,77.684981999999991],[-84.547226000000023,77.68081699999999],[-84.715012000000002,77.639709000000096],[-84.922501000000011,77.601653999999996],[-84.952498999999989,77.601379000000122],[-84.972503999999901,77.606369000000029],[-85.158339999999896,77.641663000000108],[-85.298889000000031,77.660538000000031],[-85.310546999999985,77.664703000000031],[-85.348891999999921,77.72886699999998],[-85.348891999999921,77.733871000000136],[-85.335830999999985,77.738037000000077],[-85.190276999999867,77.779984000000127],[-85.054992999999968,77.79693600000013],[-85.05360399999995,77.830551000000014],[-85.144164999999987,77.817490000000078],[-85.297775000000001,77.797211000000118],[-85.328063999999927,77.79832499999992],[-85.381942999999978,77.807754999999986],[-85.400283999999942,77.813309000000004],[-85.402495999999928,77.819991999999957],[-85.400283999999942,77.83638000000002],[-85.389724999999999,77.841934000000037],[-85.353333000000021,77.855545000000006],[-85.325012000000015,77.866089000000045],[-85.281386999999995,77.87441999999993],[-85.231948999999986,77.881653000000142],[-85.207778999999903,77.883881000000088],[-84.925551999999982,77.891098],[-84.837219000000005,77.887496999999939],[-84.692490000000021,77.898604999999975],[-84.664444000000003,77.902206000000035],[-84.611114999999927,77.90387000000004],[-84.498154,77.900116000000082],[-84.428878999999995,77.896942000000024],[-84.385833999999932,77.891098],[-84.368056999999908,77.887206999999933],[-84.342772999999909,77.88499500000006],[-84.318618999999956,77.886932000000115],[-84.31361400000003,77.891936999999984],[-84.325012000000015,77.896103000000039],[-84.379715000000033,77.90637200000009],[-84.401671999999962,77.910262999999986],[-84.559432999999956,77.92303499999997],[-84.575561999999991,77.923874000000126],[-84.634444999999914,77.926926000000037],[-84.663054999999929,77.925262000000032],[-84.816665999999941,77.911652000000004],[-84.847228999999913,77.90887500000008],[-85.056945999999982,77.900543000000084],[-85.166396999999961,77.902206000000035],[-85.200561999999991,77.901657000000057],[-85.267501999999922,77.898041000000035],[-85.303604000000007,77.894714000000079],[-85.331680000000006,77.890823000000012],[-85.378051999999968,77.882202000000063],[-85.423049999999989,77.874694999999974],[-85.474715999999944,77.868591000000094],[-85.515288999999996,77.8836060000001],[-85.678878999999938,77.929428000000144],[-85.67971799999998,77.936645999999939],[-85.675277999999992,77.941650000000095],[-85.660278000000005,77.946639999999945],[-85.450561999999991,77.991089000000102],[-85.28694200000001,78.021652000000074],[-85.065551999999911,78.056366000000139],[-85.038894999999911,78.057205000000124],[-85.009734999999921,78.055251999999996],[-84.963057999999933,78.04414399999996],[-84.884170999999924,78.033051],[-84.816955999999948,78.026382000000126],[-84.788054999999986,78.024155000000064],[-84.761672999999917,78.023605000000032],[-84.726943999999946,78.025817999999958],[-84.708892999999989,78.029434000000037],[-84.695540999999935,78.033599999999922],[-84.688888999999961,78.03915400000011],[-84.673888999999974,78.04414399999996],[-84.654175000000009,78.048874000000012],[-84.575561999999991,78.067215000000033],[-84.547501000000011,78.0711060000001],[-84.524444999999901,78.072220000000073],[-84.360001000000011,78.070267000000115],[-84.328612999999905,78.070541000000048],[-84.307219999999973,78.07249500000006],[-84.288054999999929,78.075546000000088],[-84.292769999999962,78.078049000000078],[-84.299438000000009,78.079712000000029],[-84.323623999999938,78.082764000000111],[-84.410003999999958,78.086929000000112],[-84.532775999999899,78.085541000000035],[-84.557220000000029,78.083603000000096],[-84.623046999999985,78.071381000000088],[-84.673614999999984,78.064148000000102],[-84.736937999999896,78.058319000000097],[-84.765563999999983,78.056366000000139],[-84.798888999999974,78.055251999999996],[-84.855835000000013,78.056930999999963],[-84.881942999999978,78.059143000000063],[-84.993880999999988,78.074158000000011],[-85.077498999999932,78.090820000000008],[-85.094451999999933,78.097487999999998],[-85.087783999999886,78.103317000000004],[-84.994994999999903,78.163040000000024],[-84.901947000000007,78.170821999999987],[-84.829452999999944,78.168869000000029],[-84.793883999999991,78.171096999999975],[-84.761123999999995,78.174423000000047],[-84.708617999999944,78.182479999999998],[-84.688598999999954,78.187195000000031],[-84.657775999999956,78.19720500000011],[-84.63110399999988,78.199997000000053],[-84.549437999999952,78.19720500000011],[-84.430557000000022,78.186371000000065],[-84.315551999999968,78.173599000000081],[-84.284164000000033,78.166381999999942],[-84.222778000000005,78.158875000000023],[-84.201110999999969,78.156937000000084],[-84.173889000000031,78.15776100000005],[-84.127776999999924,78.171096999999975],[-84.126662999999951,78.179977000000008],[-84.453612999999962,78.214706000000092],[-84.479720999999927,78.216934000000037],[-84.506667999999934,78.217758000000003],[-84.693603999999993,78.217209000000082],[-84.722504000000015,78.216934000000037],[-84.777495999999871,78.210266000000047],[-84.877212999999927,78.193039000000056],[-84.909728999999857,78.191086000000098],[-84.937774999999931,78.192474000000004],[-84.951400999999976,78.195525999999916],[-84.968613000000005,78.202484000000084],[-84.973891999999978,78.208602999999982],[-84.970276000000013,78.214157000000114],[-84.967223999999931,78.21804800000001],[-84.956116000000009,78.232208000000128],[-84.942764000000011,78.243866000000139],[-84.83444199999991,78.314987000000031],[-84.815276999999924,78.321654999999964],[-84.792496000000028,78.32499700000011],[-84.731383999999991,78.325546000000031],[-84.658614999999998,78.329437000000098],[-84.629715000000033,78.333327999999995],[-84.605270000000019,78.337494000000106],[-84.585281000000009,78.341934000000094],[-84.575561999999991,78.346375000000023],[-84.572784000000013,78.350540000000024],[-84.571944999999971,78.355545000000063],[-84.575835999999924,78.361374000000069],[-84.581679999999949,78.366089000000102],[-84.601944000000003,78.368866000000025],[-84.630828999999949,78.364990000000148],[-84.667769999999962,78.348602000000085],[-84.684722999999963,78.344147000000078],[-84.707229999999981,78.341094999999939],[-84.735001000000011,78.340270999999973],[-84.772231999999974,78.342209000000139],[-84.815552000000025,78.349152000000117],[-84.866942999999992,78.36914100000007],[-84.865829000000019,78.372207999999944],[-84.785278000000005,78.501663000000065],[-84.782501000000025,78.505829000000119],[-84.774718999999948,78.509154999999964],[-84.759170999999867,78.514160000000061],[-84.738602000000014,78.518875000000094],[-84.724166999999966,78.524429000000055],[-84.704452999999944,78.534988000000112],[-84.625823999999966,78.584152000000074],[-84.619445999999925,78.588318000000015],[-84.61999499999996,78.590546000000131],[-84.638610999999969,78.594147000000021],[-84.661117999999988,78.59248400000007],[-84.675277999999992,78.588318000000015],[-84.838332999999977,78.516662999999994],[-84.846389999999928,78.511658000000125],[-84.978333000000021,78.414993000000095],[-84.974715999999944,78.358871000000136],[-84.970550999999944,78.353317000000118],[-84.964721999999938,78.348602000000085],[-84.961945000000014,78.343597000000045],[-84.96665999999999,78.338882000000012],[-85.043335000000013,78.299149],[-85.188048999999978,78.228317000000061],[-85.418335000000013,78.118866000000082],[-85.433318999999983,78.113876000000005],[-85.450835999999924,78.109984999999938],[-85.486114999999927,78.102478000000019],[-85.508057000000008,78.099152000000004],[-85.523055999999883,78.099426000000108],[-85.528060999999923,78.101929000000098],[-85.608886999999982,78.100815000000068],[-85.740829000000019,78.093048000000124],[-85.80471799999998,78.088882000000069],[-85.876662999999951,78.08166499999993],[-85.894164999999987,78.078049000000078],[-86.010283999999956,78.066086000000041],[-86.119995000000017,78.056366000000139],[-86.148345999999947,78.054703000000018],[-86.178054999999972,78.054977000000122],[-86.223327999999981,78.057480000000112],[-86.267226999999991,78.066376000000048],[-86.282227000000034,78.071655000000021],[-86.288329999999974,78.076385000000073],[-86.291381999999999,78.081375000000094],[-86.290558000000033,78.085815000000139],[-86.25140399999998,78.156647000000078],[-86.234160999999972,78.160537999999974],[-86.135558999999944,78.165543000000014],[-86.113051999999868,78.17053199999998],[-86.098052999999993,78.17553700000002],[-85.949996999999996,78.228317000000061],[-85.93110699999994,78.236649000000057],[-85.839995999999985,78.325821000000076],[-85.835281000000009,78.332214000000022],[-85.827224999999942,78.344147000000078],[-85.825561999999934,78.348602000000085],[-85.833068999999966,78.379974000000004],[-85.853333000000021,78.379150000000038],[-85.878051999999968,78.376922999999977],[-86.052779999999984,78.297484999999995],[-86.060271999999998,78.292480000000126],[-86.060546999999929,78.280548000000124],[-86.06527699999998,78.263610999999969],[-86.073623999999938,78.24859600000002],[-86.259170999999924,78.196365000000071],[-86.285277999999948,78.193314000000044],[-86.311110999999983,78.193314000000044],[-86.453613000000018,78.211928999999998],[-86.476668999999958,78.215820000000065],[-86.497771999999941,78.215546000000131],[-86.515014999999948,78.211655000000064],[-86.537215999999944,78.19470199999995],[-86.548888999999974,78.183044000000109],[-86.569457999999941,78.172210999999947],[-86.719726999999978,78.121917999999994],[-86.736938000000009,78.118042000000116],[-86.763061999999991,78.114990000000034],[-87.079726999999934,78.102768000000026],[-87.10943599999996,78.103043000000071],[-87.196654999999964,78.106094000000098],[-87.439712999999983,78.121643000000006],[-87.505843999999911,78.12831099999994],[-87.529174999999952,78.132202000000007],[-87.538605000000018,78.138046000000031],[-87.535003999999958,78.143051000000071],[-87.526671999999962,78.149155000000121],[-87.483886999999925,78.164429000000041],[-87.430556999999965,78.178314000000114],[-87.407501000000025,78.183044000000109],[-87.352218999999991,78.191086000000098],[-87.314163000000008,78.193863000000022],[-87.289992999999981,78.19470199999995],[-87.166945999999939,78.195525999999916],[-87.104996000000028,78.199141999999995],[-87.08944699999995,78.201934999999992],[-87.087219000000005,78.206099999999992],[-87.105835000000013,78.209427000000119],[-87.262222000000008,78.22665400000011],[-87.293609999999944,78.226089000000115],[-87.363892000000021,78.221099999999922],[-87.371657999999968,78.219437000000028],[-87.396118000000001,78.217209000000082],[-87.423049999999932,78.216095000000053],[-87.475554999999872,78.216385000000116],[-87.497771999999941,78.219711000000132],[-87.513335999999924,78.224990999999989],[-87.518616000000009,78.230545000000006],[-87.516953000000001,78.24136400000009],[-87.516113000000018,78.245819000000097],[-87.494445999999982,78.298598999999967],[-87.502501999999879,78.30525200000011],[-87.513061999999991,78.316375999999991],[-87.516402999999968,78.322768999999937],[-87.52555799999999,78.410263000000043],[-87.524718999999948,78.416382000000112],[-87.517226999999991,78.426376000000118],[-87.503066999999987,78.436646000000053],[-87.476943999999946,78.44802900000002],[-87.311385999999914,78.509154999999964],[-87.292220999999927,78.513885000000016],[-87.15834000000001,78.546371000000136],[-87.140563999999983,78.550262000000032],[-87.013061999999991,78.554153000000099],[-86.891112999999962,78.54553199999998],[-86.866394000000014,78.546371000000136],[-86.858336999999949,78.547760000000096],[-86.855834999999956,78.551650999999993],[-86.858886999999982,78.566375999999934],[-86.864440999999999,78.568878000000041],[-86.877776999999924,78.573044000000095],[-86.898620999999991,78.575821000000019],[-86.957779000000016,78.574997000000053],[-87.031676999999945,78.569153000000028],[-87.066101000000003,78.567490000000134],[-87.095275999999956,78.568604000000107],[-87.113051999999925,78.573044000000095],[-87.121658000000025,78.576934999999992],[-87.12388599999997,78.581099999999992],[-87.122498000000007,78.587204000000042],[-86.944716999999969,78.704711999999972],[-86.934432999999956,78.709991000000116],[-86.922501000000011,78.714705999999978],[-86.856948999999929,78.734985000000108],[-86.638901000000033,78.79942299999999],[-86.615829000000019,78.803040000000124],[-86.377212999999983,78.809982000000048],[-86.138061999999991,78.816666000000112],[-86.067504999999983,78.819716999999912],[-86.037215999999944,78.821380999999974],[-85.646666999999866,78.848602000000142],[-85.607497999999964,78.85165400000011],[-85.577498999999932,78.855819999999994],[-85.350280999999995,78.88749700000011],[-85.329726999999934,78.892211999999972],[-85.297500999999954,78.902205999999978],[-85.257507000000032,78.910537999999974],[-85.09973100000002,78.917755000000056],[-85.064163000000008,78.919144000000074],[-85.036117999999988,78.91693099999992],[-85.008895999999993,78.913315000000068],[-84.84584000000001,78.888885000000016],[-84.788329999999917,78.878035999999952],[-84.766402999999968,78.873032000000023],[-84.740554999999915,78.869980000000112],[-84.712783999999942,78.86775200000011],[-84.563323999999966,78.859984999999995],[-84.412216000000001,78.85554499999995],[-84.212783999999886,78.856934000000138],[-84.145003999999972,78.85554499999995],[-83.850829999999974,78.845261000000107],[-83.746947999999918,78.836928999999941],[-83.694442999999978,78.829712000000029],[-83.674437999999952,78.825546000000145],[-83.660004000000015,78.819992000000127],[-83.64056399999987,78.813873000000115],[-83.601944000000003,78.802200000000084],[-83.579726999999934,78.796371000000079],[-83.538329999999917,78.787201000000039],[-83.513061999999991,78.783874999999966],[-83.485824999999977,78.781372000000033],[-83.428604000000007,78.779159999999933],[-83.394164999999987,78.778870000000097],[-83.34584000000001,78.773605000000032],[-83.327498999999932,78.769713999999965],[-83.308334000000002,78.76388500000013],[-83.293610000000001,78.756104000000107],[-83.284926999999925,78.750000000000057],[-83.236938000000009,78.74054000000001],[-83.101394999999968,78.714432000000045],[-82.994720000000029,78.699707000000103],[-82.941939999999988,78.695526000000029],[-82.910827999999981,78.694702000000063],[-82.845000999999968,78.697478999999987],[-82.822509999999966,78.695250999999985],[-82.689712999999983,78.664154000000053],[-82.69638099999986,78.657761000000107],[-82.704453000000001,78.651932000000102],[-82.695540999999992,78.645264000000111],[-82.610549999999932,78.611374000000012],[-82.506957999999997,78.591095000000109],[-82.417220999999927,78.574158000000068],[-82.37388599999997,78.568604000000107],[-82.357497999999907,78.567490000000134],[-82.337783999999999,78.566665999999941],[-82.308334000000002,78.568878000000041],[-82.262222000000008,78.578048999999965],[-82.236938000000009,78.588318000000015],[-82.235549999999932,78.595825000000104],[-82.244719999999973,78.598877000000073],[-82.310271999999941,78.616653000000042],[-82.416655999999989,78.64276099999995],[-82.496384000000035,78.661926000000108],[-82.516953000000001,78.666930999999977],[-82.535278000000005,78.672759999999982],[-82.559433000000013,78.682205000000067],[-82.565552000000025,78.685256999999979],[-82.584732000000031,78.695526000000029],[-82.59445199999999,78.703049000000021],[-82.581954999999994,78.708327999999995],[-82.569167999999991,78.711380000000133],[-82.45666499999993,78.730820000000108],[-82.435546999999929,78.731659000000093],[-82.407775999999956,78.730820000000108],[-82.350554999999986,78.726089000000002],[-82.279723999999987,78.71775800000006],[-82.255279999999914,78.71665999999999],[-82.230835000000013,78.71775800000006],[-82.223327999999981,78.719711000000018],[-82.215011999999888,78.723037999999974],[-82.220550999999887,78.732208000000014],[-82.231948999999986,78.736374000000126],[-82.254729999999995,78.740814000000114],[-82.279175000000009,78.74414100000007],[-82.310821999999973,78.746933000000126],[-82.396392999999932,78.74914600000011],[-82.45666499999993,78.74914600000011],[-82.480835000000013,78.748322000000144],[-82.506119000000012,78.745818999999983],[-82.525557999999933,78.742203000000131],[-82.542770000000019,78.737198000000092],[-82.564437999999996,78.732758000000047],[-82.619155999999975,78.728043000000014],[-82.663619999999923,78.728043000000014],[-82.752501999999936,78.729705999999965],[-82.781386999999995,78.731094000000041],[-82.809722999999963,78.734146000000123],[-82.826950000000011,78.737488000000099],[-82.84333799999996,78.742203000000131],[-82.911666999999909,78.76638800000012],[-83.069732999999928,78.792206000000078],[-83.108611999999994,78.796646000000067],[-83.21055599999994,78.798874000000069],[-83.228607000000011,78.804153000000042],[-83.255844000000025,78.829987000000074],[-83.254729999999995,78.834991000000002],[-83.244445999999925,78.839432000000102],[-83.218337999999903,78.843597000000102],[-83.1875,78.847214000000065],[-83.085830999999985,78.85554499999995],[-83.056945999999925,78.856094000000098],[-82.991669000000002,78.85554499999995],[-82.811110999999983,78.848038000000031],[-82.67582699999997,78.842209000000025],[-82.65055799999999,78.838882000000069],[-82.621384000000035,78.837493999999992],[-82.462783999999942,78.833328000000108],[-82.429442999999992,78.833328000000108],[-82.289718999999991,78.837203999999986],[-82.254455999999948,78.840546000000074],[-82.112777999999992,78.857483000000116],[-82.079452999999944,78.859711000000061],[-81.947495000000004,78.865814],[-81.913894999999911,78.865814],[-81.764174999999966,78.859984999999995],[-81.749434999999949,78.858032000000037],[-81.740554999999915,78.855254999999943],[-81.767226999999991,78.853317000000004],[-81.824447999999961,78.853867000000037],[-81.838607999999965,78.851379000000065],[-81.833618000000001,78.846649000000014],[-81.820281999999963,78.845261000000107],[-81.741378999999881,78.839157000000114],[-81.712509000000011,78.839706000000035],[-81.699157999999954,78.842757999999947],[-81.660827999999924,78.877762000000018],[-81.656661999999869,78.883881000000088],[-81.65695199999999,78.888321000000076],[-81.666397000000018,78.895537999999988],[-81.68249499999996,78.900268999999923],[-81.734725999999966,78.90637200000009],[-81.753066999999987,78.912201000000096],[-81.755843999999968,78.91804500000012],[-81.698607999999922,78.973877000000073],[-81.690825999999959,78.980270000000019],[-81.683060000000012,78.984421000000111],[-81.553604000000007,79.024155000000007],[-81.486114999999927,79.041655999999989],[-81.477218999999991,79.047211000000061],[-81.486663999999962,79.052475000000072],[-81.50306699999993,79.059143000000006],[-81.521118000000001,79.061096000000134],[-81.548614999999984,79.061355999999989],[-81.617767000000015,79.051086000000055],[-81.865829000000019,79.013610999999969],[-81.910277999999948,79.004990000000078],[-81.928329000000019,79],[-81.961120999999935,78.98692299999999],[-81.97222899999997,78.982483000000002],[-81.974166999999966,78.979431000000034],[-81.999725000000012,78.960266000000104],[-82.092772999999909,78.918320000000108],[-82.110274999999945,78.913605000000075],[-82.34722899999997,78.894440000000088],[-82.50306699999993,78.882750999999985],[-82.559433000000013,78.884720000000016],[-82.681380999999988,78.903319999999951],[-82.813888999999961,78.923035000000141],[-82.839447000000007,78.926376000000005],[-82.924438000000009,78.934982000000105],[-83.063048999999978,78.939697000000137],[-83.126663000000008,78.941085999999927],[-83.264175000000023,78.939147999999989],[-83.514174999999966,78.930542000000059],[-83.570557000000008,78.929977000000065],[-83.637512000000015,78.930817000000104],[-83.694716999999912,78.934708000000001],[-83.787215999999887,78.942474000000061],[-83.812774999999988,78.945815999999979],[-84.034163999999976,78.956650000000025],[-84.165558000000033,78.956940000000031],[-84.200561999999991,78.957213999999965],[-84.259170999999981,78.959427000000119],[-84.328888000000006,78.965271000000143],[-84.367492999999968,78.972488000000055],[-84.386123999999882,78.977767999999969],[-84.429992999999968,78.987761999999975],[-84.473052999999936,78.99552900000009],[-84.573333999999875,79.009995000000117],[-84.651397999999972,79.019439999999975],[-84.679442999999992,79.021652000000074],[-84.726943999999946,79.027771000000087],[-84.748046999999985,79.031936999999971],[-84.766953000000001,79.037200999999982],[-84.779174999999952,79.04664600000001],[-84.789718999999991,79.064148000000046],[-84.789168999999958,79.069442999999978],[-84.783889999999985,79.074432000000115],[-84.651672000000019,79.114699999999971],[-84.544158999999979,79.141372999999987],[-84.528609999999901,79.143326000000059],[-84.503615999999909,79.144440000000088],[-84.473052999999936,79.143051000000071],[-84.163894999999911,79.12414600000011],[-84.135559000000001,79.121917999999994],[-84.075561999999934,79.10443099999992],[-84.0625,79.090546000000018],[-84.040558000000033,79.075447000000054],[-83.990279999999984,79.051651000000106],[-83.950561999999934,79.043594000000098],[-83.896392999999989,79.038040000000137],[-83.744720000000029,79.028046000000074],[-83.600554999999929,79.025269000000037],[-83.504456000000005,79.023604999999975],[-83.474716000000001,79.024155000000007],[-83.454726999999991,79.025542999999971],[-83.386123999999995,79.039429000000098],[-83.36860699999994,79.044434000000138],[-83.358611999999937,79.050812000000121],[-83.373610999999926,79.056366000000139],[-83.399445000000014,79.059708000000057],[-83.415557999999976,79.059981999999991],[-83.430831999999953,79.05831900000004],[-83.461670000000026,79.052200000000028],[-83.493880999999931,79.043319999999994],[-83.521118000000001,79.041367000000037],[-83.546111999999937,79.042480000000126],[-83.70666499999993,79.077774000000034],[-83.976394999999968,79.141098000000113],[-84.003615999999909,79.148605000000089],[-84.029998999999975,79.151657],[-84.029175000000009,79.156937000000028],[-84.018889999999999,79.161377000000073],[-84.005004999999926,79.166092000000106],[-83.952498999999989,79.180267000000015],[-83.939986999999917,79.18553200000008],[-83.933318999999926,79.191925000000026],[-83.941101000000003,79.216385000000059],[-83.956664999999987,79.221924000000058],[-83.979720999999927,79.22164900000007],[-84.016952999999944,79.213042999999971],[-84.043059999999912,79.203048999999965],[-84.051940999999943,79.198029000000076],[-84.067504999999983,79.192474000000004],[-84.086120999999991,79.188033999999959],[-84.121933000000013,79.184708000000114],[-84.158507999999983,79.183304000000135],[-84.193329000000006,79.183044000000109],[-84.303329000000019,79.186646000000053],[-84.326949999999954,79.188583000000108],[-84.323897999999872,79.19470200000012],[-84.316665999999941,79.200546000000145],[-84.31361400000003,79.206649999999968],[-84.335555999999997,79.252213000000097],[-84.34445199999999,79.258041000000048],[-84.362777999999992,79.264999000000046],[-84.401108000000022,79.27526899999998],[-84.428878999999995,79.290268000000026],[-84.452788999999996,79.328872999999987],[-84.452224999999942,79.34165999999999],[-84.446654999999964,79.353866999999923],[-84.446105999999929,79.358871000000079],[-84.484725999999966,79.406372000000147],[-84.503341999999975,79.413040000000137],[-84.581116000000009,79.433868000000018],[-84.606110000000001,79.43803400000013],[-84.660278000000005,79.444138000000123],[-84.709166999999979,79.451660000000061],[-84.821120999999948,79.473037999999974],[-84.882492000000013,79.486098999999911],[-84.896956999999929,79.492477000000065],[-84.96945199999999,79.537491000000045],[-84.972503999999901,79.542206000000078],[-85.022232000000031,79.611099000000024],[-85.028885000000002,79.615814000000057],[-85.050277999999992,79.621643000000063],[-85.068892999999946,79.626083000000051],[-85.25418099999996,79.667205999999965],[-85.372497999999894,79.684417999999994],[-85.493331999999953,79.700546000000031],[-85.551391999999964,79.705826000000116],[-85.615828999999962,79.708327999999995],[-85.684433000000013,79.709152000000131],[-85.763061999999991,79.705551000000071],[-85.94888299999991,79.708327999999995],[-86.203339000000028,79.735809000000074],[-86.387512000000015,79.747482000000048],[-86.415833000000021,79.750548999999978],[-86.445830999999885,79.754166000000112],[-86.47193900000002,79.759720000000129],[-86.486389000000031,79.763611000000026],[-86.49360699999994,79.768326000000059],[-86.502227999999945,79.775269000000037],[-86.47193900000002,79.890549000000021],[-86.460281000000009,79.919708000000014],[-86.450286999999889,79.931091000000038],[-86.43638599999997,79.942474000000004],[-86.424437999999952,79.948029000000076],[-86.389724999999999,79.958038000000101],[-86.36721799999998,79.962769000000037],[-86.300277999999935,79.968596999999988],[-86.263335999999924,79.969147000000021],[-86.230285999999978,79.96804800000001],[-86.083892999999989,79.95748900000001],[-85.885833999999988,79.941086000000098],[-85.819732999999928,79.938582999999937],[-85.785003999999958,79.938034000000016],[-85.711394999999925,79.937485000000038],[-85.65695199999999,79.938034000000016],[-85.519454999999994,79.924988000000042],[-85.460006999999905,79.910812000000078],[-85.416397000000018,79.901382000000012],[-85.389998999999932,79.897491000000116],[-85.365829000000019,79.896378000000027],[-85.308334000000002,79.900543000000027],[-85.289168999999958,79.904984000000127],[-85.275008999999955,79.909424000000001],[-85.262511999999958,79.914992999999981],[-85.255004999999926,79.920821999999987],[-85.271118000000001,79.923874000000069],[-85.440826000000015,79.938309000000004],[-85.640839000000028,79.962769000000037],[-86.190552000000025,80],[-86.301940999999943,79.998322000000087],[-86.341384999999946,79.99693300000007],[-86.413329999999974,79.99803200000008],[-86.442763999999954,79.999709999999993],[-86.466400000000021,80.003876000000048],[-86.482773000000009,80.0086060000001],[-86.565551999999968,80.035812000000135],[-86.579452999999944,80.04304500000012],[-86.642501999999922,80.098037999999974],[-86.658614999999884,80.117752000000053],[-86.65943900000002,80.128036000000066],[-86.65583799999996,80.135269000000108],[-86.514724999999942,80.299149000000114],[-86.493057000000022,80.304428000000087],[-86.46833799999996,80.308594000000028],[-86.434432999999956,80.312485000000095],[-86.345001000000025,80.319153000000028],[-86.11610399999995,80.333602999999982],[-86.076110999999912,80.333602999999982],[-85.897507000000019,80.333054000000004],[-85.745269999999948,80.320267000000001],[-85.717498999999975,80.316375999999934],[-85.671936000000017,80.306931000000077],[-85.616652999999928,80.298874000000126],[-85.509170999999981,80.285812000000078],[-85.479171999999949,80.28276100000005],[-85.354171999999892,80.273041000000148],[-85.290832999999964,80.268600000000049],[-85.256957999999997,80.267211999999972],[-85.095839999999953,80.262207000000103],[-84.9375,80.267211999999972],[-84.898346000000004,80.269440000000088],[-84.779174999999952,80.272491000000116],[-84.702498999999932,80.273315000000082],[-84.589721999999995,80.273605000000089],[-84.196655000000021,80.271378000000027],[-84.049437999999896,80.267761000000121],[-83.989440999999999,80.264435000000049],[-83.926392000000021,80.259720000000016],[-83.811110999999983,80.249145999999996],[-83.78195199999999,80.24581900000004],[-83.716110000000015,80.233871000000022],[-83.626389000000017,80.213608000000136],[-83.560821999999973,80.195816000000093],[-83.546386999999982,80.189423000000147],[-83.478058000000033,80.164428999999984],[-83.461394999999925,80.15914900000007],[-83.42471299999994,80.148331000000098],[-83.40306099999998,80.142212000000086],[-83.24499499999996,80.103591999999935],[-83.138901000000033,80.078323000000125],[-83.029723999999987,80.053314],[-82.89805599999994,80.02526899999998],[-82.803329000000019,80.006377999999984],[-82.736114999999984,79.992476999999951],[-82.605835000000013,79.964431999999988],[-82.283889999999985,79.893051000000071],[-82.15306099999998,79.858870999999965],[-82.101943999999946,79.839706000000035],[-82.091675000000009,79.834717000000069],[-82.062499999999943,79.816086000000041],[-82.046386999999982,79.801651000000106],[-81.976944000000003,79.735809000000074],[-81.981673999999998,79.723877000000073],[-81.978881999999999,79.718323000000112],[-81.916655999999989,79.703323000000125],[-81.853057999999976,79.693588000000034],[-81.799438000000009,79.686645999999939],[-81.767501999999922,79.684981999999934],[-81.733886999999925,79.686371000000122],[-81.68472300000002,79.675812000000064],[-81.6163939999999,79.623305999999957],[-81.61860699999994,79.61831699999999],[-81.628052000000025,79.614700000000028],[-81.651671999999905,79.610260000000039],[-81.678054999999972,79.607208000000128],[-81.687774999999874,79.608032000000094],[-81.694716999999969,79.609711000000061],[-81.709732000000031,79.615540000000124],[-81.734160999999972,79.619705000000124],[-81.748610999999983,79.621094000000085],[-81.767501999999922,79.62052900000009],[-81.777221999999995,79.619140999999956],[-81.785277999999892,79.614990000000091],[-81.786117999999931,79.609146000000067],[-81.782227000000034,79.604979999999955],[-81.768616000000009,79.600266000000033],[-81.750290000000007,79.594711000000132],[-81.728333000000021,79.589706000000092],[-81.706664999999987,79.586655000000064],[-81.675277999999992,79.584991000000059],[-81.639450000000011,79.584991000000059],[-81.605835000000013,79.588593000000003],[-81.578613000000018,79.59304800000001],[-81.56361400000003,79.597763000000043],[-81.544998000000021,79.609146000000067],[-81.509444999999914,79.624145999999996],[-81.495270000000005,79.629425000000026],[-81.476395000000025,79.634155000000021],[-81.457229999999981,79.636932000000115],[-81.424712999999997,79.636658000000011],[-81.368056999999965,79.634430000000066],[-81.279998999999918,79.628310999999997],[-81.253615999999965,79.624694999999974],[-81.013061999999877,79.598877000000016],[-80.69027699999998,79.56860400000005],[-80.630554000000018,79.564147999999989],[-80.598052999999993,79.566086000000098],[-80.589721999999995,79.568054000000018],[-80.591949,79.573608000000036],[-80.60861199999988,79.576096000000007],[-80.625274999999931,79.580826000000059],[-80.641953000000001,79.588042999999971],[-80.634170999999981,79.592758000000003],[-80.618606999999884,79.597214000000122],[-80.598052999999993,79.601379000000122],[-80.569167999999877,79.605255],[-80.50167799999997,79.61192299999999],[-80.100280999999995,79.644440000000145],[-80.056655999999975,79.646942000000024],[-80.025283999999942,79.647217000000069],[-79.972778000000005,79.644440000000145],[-79.93638599999997,79.644440000000145],[-79.904723999999987,79.646942000000024],[-79.892501999999922,79.649155000000007],[-79.761947999999961,79.695816000000036],[-79.751403999999923,79.701385000000016],[-79.768616000000009,79.701935000000049],[-80.041381999999999,79.697479000000101],[-80.356658999999979,79.685256999999979],[-80.389724999999999,79.68331900000004],[-80.432220000000029,79.677765000000022],[-80.473617999999988,79.669708000000071],[-80.516113000000018,79.664429000000098],[-80.618057000000022,79.654160000000047],[-80.658889999999928,79.652481000000023],[-80.795273000000009,79.648041000000035],[-80.827498999999989,79.648331000000042],[-80.910552999999993,79.651932000000102],[-80.942215000000033,79.653594999999996],[-80.955275999999969,79.658600000000035],[-80.958892999999932,79.664993000000038],[-80.970839999999953,79.671370999999965],[-80.978333000000021,79.67303499999997],[-81.076110999999969,79.688873000000001],[-81.171936000000017,79.703323000000125],[-81.227782999999988,79.709427000000005],[-81.291945999999882,79.713608000000079],[-81.385559000000001,79.713608000000079],[-81.424437999999952,79.712769000000094],[-81.519729999999925,79.730820000000108],[-81.569457999999941,79.819717000000082],[-81.582779000000016,79.836929000000112],[-81.587783999999942,79.841660000000047],[-81.59973100000002,79.851929000000098],[-81.608337000000006,79.858597000000032],[-81.631377999999984,79.872208000000001],[-81.651947000000007,79.882750999999985],[-81.65972899999997,79.888596000000064],[-81.665008999999941,79.897765999999933],[-81.663054999999986,79.903046000000018],[-81.643616000000009,79.909988000000112],[-81.540557999999919,79.922760000000096],[-81.515839000000028,79.924988000000042],[-81.416945999999939,79.927199999999971],[-81.402221999999995,79.932479999999998],[-81.400283999999942,79.937758999999971],[-81.420272999999952,79.943587999999977],[-81.557495000000017,79.960815000000025],[-81.589721999999995,79.962494000000049],[-81.639450000000011,79.962204000000042],[-81.643341000000021,79.962204000000042],[-81.710555999999997,79.964706000000092],[-81.743056999999965,79.966385000000116],[-81.833068999999966,79.973877000000016],[-82.005004999999983,79.993042000000003],[-82.168334999999956,80.013610999999969],[-82.191101000000003,80.018600000000106],[-82.285827999999981,80.046097000000088],[-82.34333799999996,80.063873000000058],[-82.359160999999915,80.069153000000085],[-82.619155999999975,80.150542999999971],[-82.948043999999982,80.247481999999991],[-83.12110899999999,80.292755000000056],[-83.166655999999932,80.301376000000005],[-83.186934999999949,80.30664100000007],[-83.201400999999976,80.313309000000061],[-83.203887999999949,80.318054000000075],[-83.196654999999964,80.320830999999998],[-83.166945999999939,80.326934999999992],[-83.131942999999978,80.330551000000071],[-82.942764000000011,80.345535000000098],[-82.854720999999984,80.350815000000011],[-82.787780999999939,80.352203000000088],[-82.706664999999987,80.352767999999969],[-82.579726999999878,80.358322000000101],[-82.273330999999928,80.377472000000068],[-82.031386999999938,80.398331000000042],[-81.987212999999997,80.40026899999998],[-81.899170000000026,80.401657000000114],[-81.882216999999969,80.401932000000102],[-81.673888999999974,80.406097000000102],[-81.334441999999967,80.420532000000037],[-81.204726999999991,80.427200000000028],[-81.079726999999991,80.436096000000134],[-80.98611499999987,80.443588000000091],[-80.835007000000019,80.452774000000034],[-80.660004000000015,80.460815000000082],[-80.481110000000001,80.462494000000106],[-80.412216000000001,80.460541000000148],[-80.367766999999958,80.462204000000099],[-80.336120999999991,80.465819999999951],[-80.318893000000003,80.470534999999984],[-80.306655999999919,80.47526600000009],[-80.294158999999866,80.486649000000114],[-80.297775000000001,80.488876000000005],[-80.312209999999936,80.491653000000099],[-80.343338000000017,80.49414100000007],[-80.354996000000028,80.498031999999967],[-80.357223999999917,80.501389000000074],[-80.227492999999924,80.519713999999965],[-80.195540999999935,80.523605000000032],[-80.153335999999967,80.526382000000126],[-80.116394000000014,80.527771000000143],[-80.058608999999933,80.527206000000092],[-79.940276999999924,80.528869999999927],[-79.558043999999995,80.536377000000073],[-79.490554999999915,80.539703000000088],[-79.339995999999928,80.549988000000042],[-79.232773000000009,80.553314000000057],[-79.190552000000025,80.55386400000009],[-79.011123999999995,80.553314000000057],[-78.815551999999911,80.555817000000047],[-78.592772999999966,80.562195000000031],[-78.46556099999998,80.563873000000115],[-78.345276000000013,80.564423000000147],[-78.098891999999921,80.562485000000038],[-78.063889000000017,80.564697000000081],[-78.038054999999929,80.567215000000033],[-78.015014999999948,80.586655000000007],[-78.013625999999988,80.591095000000053],[-78.019164999999987,80.594436999999971],[-78.030838000000017,80.596100000000092],[-78.088608000000022,80.596939000000077],[-78.357773000000009,80.60165400000011],[-78.741378999999938,80.60914600000001],[-78.851944000000003,80.612487999999985],[-78.925277999999992,80.616652999999985],[-78.981109999999944,80.616089000000045],[-79.114440999999999,80.612487999999985],[-79.255004999999983,80.605819999999994],[-79.347228999999913,80.601089000000059],[-79.392226999999934,80.599715999999944],[-79.565276999999924,80.596100000000092],[-79.634170999999981,80.595535000000041],[-79.86332699999997,80.603043000000071],[-79.934433000000013,80.606094000000098],[-79.960555999999883,80.608032000000037],[-79.960280999999952,80.614700000000028],[-79.907226999999978,80.623871000000008],[-79.847777999999948,80.631927000000076],[-79.559433000000013,80.669983000000059],[-79.353607000000011,80.696640000000116],[-79.291945999999996,80.703872999999987],[-79.172501000000011,80.713043000000027],[-78.990829000000019,80.729706000000078],[-78.809432999999956,80.746933000000126],[-78.62388599999997,80.769149999999968],[-78.585280999999952,80.772217000000069],[-78.50556899999998,80.77748100000008],[-78.236664000000019,80.793319999999994],[-77.894454999999994,80.813309000000118],[-77.805832000000009,80.818603999999993],[-77.733062999999959,80.825546000000088],[-77.639175000000023,80.83027600000014],[-77.287780999999939,80.83526599999999],[-76.926392000000021,80.841933999999981],[-76.845001000000025,80.841094999999996],[-76.729172000000005,80.838043000000084],[-76.681380999999931,80.838593000000117],[-76.590835999999967,80.842758000000117],[-76.556655999999975,80.84637500000008],[-76.511672999999973,80.854430999999977],[-76.484725999999966,80.86554000000001],[-76.485000999999897,80.871094000000028],[-76.490829000000019,80.874985000000095],[-76.526672000000019,80.88638300000008],[-76.621108999999933,80.900818000000015],[-76.656661999999983,80.898041000000148],[-76.699432000000002,80.891372999999987],[-76.738892000000021,80.888321000000019],[-76.797500999999954,80.886108000000092],[-76.841675000000009,80.885543999999982],[-77.168883999999935,80.886932000000058],[-77.201675000000023,80.887772000000098],[-77.308884000000035,80.893051000000071],[-77.428329000000019,80.903046000000018],[-77.454726999999991,80.90525800000006],[-77.581115999999895,80.911377000000073],[-77.766113000000018,80.906937000000084],[-77.980285999999921,80.90109300000006],[-78.421111999999994,80.879424999999912],[-78.836394999999982,80.85386699999998],[-78.869445999999925,80.852202999999975],[-78.885283999999956,80.853591999999992],[-78.896118000000001,80.854705999999965],[-78.908614999999998,80.858871000000136],[-78.922225999999966,80.866088999999988],[-78.93499799999995,80.875534000000016],[-78.93638599999997,80.881363000000079],[-78.930556999999965,80.981933999999967],[-78.928604000000007,80.990540000000067],[-78.839721999999995,81.016098],[-78.799987999999985,81.026382000000069],[-78.757781999999906,81.035537999999974],[-78.636672999999973,81.058594000000028],[-78.528884999999946,81.081940000000088],[-78.501113999999973,81.09165999999999],[-78.457503999999972,81.107758000000047],[-78.426101999999958,81.120818999999983],[-78.416396999999961,81.125259000000142],[-78.397231999999917,81.137497000000053],[-78.393065999999919,81.142761000000007],[-78.406386999999938,81.144988999999953],[-78.461945000000014,81.147491000000059],[-78.475280999999939,81.149719000000005],[-78.475829999999974,81.15248100000008],[-78.472777999999948,81.158325000000104],[-78.463622999999927,81.160812000000021],[-78.438598999999954,81.164703000000088],[-78.411391999999921,81.167479999999955],[-78.290833000000021,81.174698000000149],[-78.254729999999995,81.177765000000079],[-78.225005999999894,81.181930999999963],[-78.15943900000002,81.193862999999965],[-78.051102000000014,81.218597000000102],[-78.03694200000001,81.223312000000135],[-78.016662999999994,81.232758000000103],[-78.009170999999981,81.238585999999998],[-77.976943999999889,81.249145999999939],[-77.875274999999874,81.272766000000104],[-77.850829999999917,81.277205999999978],[-77.612503000000004,81.318877999999984],[-77.576949999999897,81.322494999999947],[-77.50306699999993,81.328323000000069],[-77.366394000000014,81.336105000000032],[-77.233611999999994,81.351089000000115],[-77.116942999999935,81.367751999999996],[-76.955275999999969,81.393874999999923],[-76.765014999999948,81.428588999999988],[-76.748610999999983,81.4327550000001],[-76.745269999999948,81.439148000000046],[-76.761123999999995,81.442749000000106],[-76.777785999999878,81.444427000000019],[-76.803328999999962,81.445526000000029],[-76.855835000000013,81.445526000000029],[-76.951110999999969,81.440536000000122],[-77.028609999999958,81.43331900000004],[-77.208617999999944,81.409424000000058],[-77.264450000000011,81.400818000000129],[-77.41722099999987,81.380538999999999],[-77.571395999999993,81.366652999999985],[-77.609726000000023,81.364425999999924],[-77.829177999999899,81.34248400000007],[-77.896117999999944,81.335541000000092],[-78.174163999999962,81.30053700000002],[-78.228333000000021,81.291656000000046],[-78.273620999999935,81.283599999999979],[-78.29222099999987,81.278320000000122],[-78.305557000000022,81.272766000000104],[-78.325835999999924,81.261383000000137],[-78.351944000000003,81.250275000000101],[-78.370270000000005,81.2452550000001],[-78.410004000000015,81.236374000000126],[-78.433883999999921,81.231934000000138],[-78.487212999999997,81.223038000000031],[-78.604996000000028,81.206375000000094],[-78.652495999999928,81.197205000000054],[-78.675277999999935,81.191925000000026],[-78.701950000000011,81.181655999999975],[-78.721114999999998,81.172211000000061],[-78.728333000000021,81.166382000000056],[-78.75111400000003,81.141663000000108],[-78.754181000000017,81.135818000000029],[-78.745833999999945,81.129150000000038],[-78.71665999999999,81.123306000000014],[-78.690552000000025,81.12164300000012],[-78.690825999999959,81.11943100000002],[-78.817504999999926,81.106093999999985],[-78.895019999999931,81.098999000000049],[-78.916945999999996,81.098037999999917],[-78.941375999999934,81.101088999999945],[-78.963622999999984,81.107758000000047],[-79.015014999999948,81.115539999999953],[-79.075287000000003,81.122757000000092],[-79.162780999999939,81.13220199999995],[-79.218062999999972,81.136932000000002],[-79.242767000000015,81.139984000000084],[-79.399170000000026,81.174698000000149],[-79.463622999999984,81.193313999999987],[-79.486114999999984,81.194977000000108],[-79.50167799999997,81.193588000000091],[-79.499434999999949,81.189972000000068],[-79.491669000000002,81.186095999999964],[-79.475829999999974,81.180542000000003],[-79.275283999999999,81.12359600000002],[-79.218886999999938,81.111099000000081],[-79.172501000000011,81.10386699999998],[-79.088837000000012,81.094757000000072],[-79.073623999999995,81.090820000000122],[-79.063613999999916,81.085541000000148],[-79.072783999999956,81.080826000000116],[-79.087783999999999,81.076660000000004],[-79.142226999999991,81.069153000000085],[-79.226944000000003,81.063034000000073],[-79.255279999999914,81.058868000000132],[-79.305266999999958,81.029984000000013],[-79.315826000000015,81.023880000000133],[-79.323623999999938,81.018326000000002],[-79.33666999999997,81.0086060000001],[-79.343886999999995,80.99832200000003],[-79.336945000000014,80.992203000000018],[-79.321120999999891,80.988586000000055],[-79.291381999999885,80.984984999999995],[-79.258347000000015,80.984421000000054],[-79.205275999999969,80.987762000000089],[-79.18472300000002,80.986374000000012],[-79.164718999999991,80.983047000000056],[-79.158889999999985,80.977768000000083],[-79.15834000000001,80.972763000000043],[-79.165282999999931,80.966660000000104],[-79.265288999999996,80.924149000000057],[-79.600829999999917,80.824432000000115],[-79.618056999999965,80.819442999999978],[-79.883621000000005,80.783325000000104],[-80.065552000000025,80.759720000000129],[-80.247498000000007,80.73692299999999],[-80.511123999999938,80.705826000000059],[-80.651947000000007,80.691925000000083],[-80.720551,80.684142999999949],[-80.855559999999969,80.663315000000068],[-80.919448999999929,80.655548000000124],[-80.956664999999987,80.651932000000045],[-81.336394999999925,80.623306000000127],[-81.533324999999991,80.607208000000071],[-81.575561999999991,80.604155999999989],[-81.808884000000035,80.59304800000001],[-81.966110000000015,80.579712000000029],[-82.353881999999942,80.556365999999969],[-82.434998000000007,80.553040000000124],[-82.798889000000031,80.539428999999984],[-82.881103999999937,80.536652000000061],[-82.956389999999999,80.536377000000073],[-83.027495999999928,80.538589000000115],[-83.096664000000033,80.541656000000046],[-83.151946999999893,80.546371000000079],[-83.165008999999998,80.55192599999998],[-83.170272999999895,80.564147999999932],[-83.168059999999912,80.576660000000118],[-83.165282999999931,80.589432000000102],[-83.161391999999864,80.601089000000059],[-83.156112999999948,80.606644000000131],[-83.146666999999979,80.612198000000149],[-83.096953999999982,80.639435000000049],[-83.078063999999927,80.644989000000066],[-83.056380999999988,80.649154999999951],[-82.773055999999997,80.68664600000011],[-82.527495999999985,80.703323000000125],[-82.431945999999982,80.708878000000027],[-82.250838999999928,80.716385000000116],[-82.216399999999965,80.719147000000021],[-82.135833999999875,80.729431000000091],[-82.025009000000011,80.746643000000063],[-81.948333999999932,80.759155000000078],[-81.908614999999941,80.767761000000007],[-81.762786999999889,80.810806000000127],[-81.758895999999993,80.813034000000073],[-81.767501999999922,80.821381000000088],[-81.943603999999993,80.833054000000118],[-81.961120999999935,80.833054000000118],[-81.996108999999933,80.83027600000014],[-82.05221599999993,80.822768999999994],[-82.099730999999906,80.813599000000124],[-82.146118000000001,80.803589000000045],[-82.193877999999984,80.796646000000067],[-82.332229999999981,80.781372000000147],[-82.513061999999934,80.763046000000145],[-82.526107999999965,80.752777000000094],[-82.535827999999867,80.747208000000114],[-82.543334999999956,80.74443100000002],[-82.567229999999995,80.740814000000057],[-82.601669000000015,80.738036999999963],[-82.940551999999968,80.714431999999988],[-83.311934999999949,80.687759000000028],[-83.356948999999929,80.685531999999967],[-83.516113000000018,80.701384999999959],[-83.541107000000011,80.704162999999994],[-83.547226000000023,80.706940000000088],[-83.569457999999997,80.739150999999993],[-83.5625,80.743866000000025],[-83.529723999999987,80.747482000000048],[-83.456664999999987,80.751099000000011],[-83.422500999999954,80.753876000000105],[-83.391387999999949,80.758041000000105],[-83.261947999999961,80.786377000000016],[-83.133057000000008,80.818878000000097],[-83.120270000000005,80.823317999999972],[-83.132492000000013,80.828598],[-83.158051,80.833603000000039],[-83.191100999999946,80.835815000000139],[-83.256957999999997,80.838593000000117],[-83.297225999999966,80.836104999999975],[-83.323333999999932,80.8316650000001],[-83.329177999999956,80.828323000000012],[-83.331954999999937,80.823883000000137],[-83.353881999999999,80.813599000000124],[-83.381377999999984,80.803864000000033],[-83.407226999999978,80.799422999999933],[-83.493332000000009,80.787766000000033],[-83.587218999999891,80.775269000000037],[-83.610549999999932,80.771652000000074],[-83.630828999999949,80.766937000000041],[-83.645554000000004,80.761658000000068],[-83.64916999999997,80.755554000000018],[-83.658889999999872,80.751937999999996],[-83.667769999999905,80.75],[-83.696655000000021,80.746643000000063],[-83.712783999999999,80.747757000000092],[-83.827498999999932,80.761383000000023],[-83.859160999999972,80.759155000000078],[-83.863892000000021,80.757492000000127],[-83.836394999999982,80.719710999999961],[-83.821670999999981,80.705826000000059],[-83.812499999999943,80.698318000000086],[-83.801391999999964,80.691925000000083],[-83.783065999999963,80.684142999999949],[-83.757232999999928,80.669708000000014],[-83.734436000000017,80.654160000000047],[-83.723327999999924,80.643875000000094],[-83.720000999999911,80.636658000000011],[-83.719726999999978,80.630813999999987],[-83.73582499999992,80.613037000000077],[-83.779175000000009,80.570831000000112],[-83.794723999999974,80.560257000000036],[-83.821120999999948,80.550536999999963],[-83.840560999999866,80.545532000000094],[-83.871108999999933,80.541367000000093],[-83.93472300000002,80.534424000000115],[-83.973327999999981,80.531937000000028],[-84.313323999999909,80.513611000000026],[-84.381103999999993,80.512207000000046],[-84.48971599999993,80.514434999999992],[-84.551392000000021,80.517761000000064],[-84.689437999999996,80.524994000000049],[-84.763625999999988,80.525818000000015],[-84.846664000000033,80.523315000000025],[-84.890563999999983,80.521102999999982],[-84.964447000000007,80.514434999999992],[-85.027221999999995,80.507217000000026],[-85.066956000000005,80.505264000000068],[-85.232772999999952,80.508881000000031],[-85.334731999999974,80.513611000000026],[-85.366652999999985,80.517487000000131],[-85.42582699999997,80.523041000000092],[-85.462218999999948,80.524994000000049],[-85.594727000000034,80.529159999999933],[-85.809433000000013,80.531937000000028],[-85.864165999999898,80.535538000000088],[-85.865829000000019,80.541367000000093],[-85.812774999999931,80.559143000000063],[-85.705841000000021,80.589706000000035],[-85.689162999999951,80.593872000000147],[-85.665008999999941,80.598601999999971],[-85.613051999999982,80.606368999999972],[-85.571945000000028,80.615265000000079],[-85.564712999999927,80.619431000000134],[-85.594451999999933,80.6202550000001],[-85.636397999999986,80.619141000000127],[-85.694716999999969,80.613602000000128],[-85.744719999999916,80.606368999999972],[-85.793059999999855,80.596939000000077],[-85.854720999999984,80.582214000000135],[-85.889724999999999,80.573044000000039],[-85.925277999999992,80.562485000000038],[-85.950606999999991,80.552947999999958],[-85.95666499999993,80.548325000000091],[-85.982773000000009,80.537491000000045],[-86.011947999999961,80.533324999999934],[-86.037215999999944,80.530823000000055],[-86.080840999999964,80.528320000000065],[-86.148345999999947,80.53166200000004],[-86.177490000000034,80.534149000000127],[-86.428329000000019,80.560257000000036],[-86.639998999999932,80.583054000000004],[-86.718062999999972,80.59304800000001],[-86.739165999999898,80.597487999999998],[-86.744995000000017,80.603043000000071],[-86.732498000000021,80.615265000000079],[-86.680282999999974,80.654984000000013],[-86.660003999999958,80.666091999999992],[-86.638061999999991,80.676651000000049],[-86.514724999999942,80.729431000000091],[-86.497771999999941,80.735260000000096],[-86.466110000000015,80.74552900000009],[-86.410004000000015,80.760818000000029],[-86.338333000000034,80.775542999999971],[-86.244719999999973,80.794144000000131],[-86.225554999999929,80.799149],[-86.174438000000009,80.81442300000009],[-86.050277999999992,80.856644000000074],[-85.964171999999962,80.886932000000058],[-85.846114999999998,80.928589000000102],[-85.828339000000028,80.93414300000012],[-85.77416999999997,80.948868000000061],[-85.698607999999922,80.962769000000037],[-85.605835000000013,80.975815000000125],[-85.556106999999997,80.981933999999967],[-85.003066999999874,81.028320000000008],[-84.928878999999995,81.030822999999941],[-84.726669000000015,81.031097000000102],[-84.404998999999918,81.043869000000086],[-84.368332000000009,81.046097000000032],[-84.20666499999993,81.060531999999967],[-84.119994999999903,81.067490000000134],[-84.025009000000011,81.070830999999998],[-83.908050999999944,81.071381000000031],[-83.823623999999938,81.073608000000092],[-83.529998999999918,81.090271000000143],[-83.31138599999997,81.103317000000118],[-83.15055799999999,81.120529000000147],[-83.12332200000003,81.12303200000008],[-83.053328999999962,81.123306000000014],[-82.943603999999993,81.120818999999983],[-82.869445999999925,81.121368000000075],[-82.826401000000033,81.12303200000008],[-82.785004000000015,81.125534000000016],[-82.760283999999956,81.129150000000038],[-82.738891999999964,81.133880999999974],[-82.707229999999981,81.144440000000031],[-82.688323999999966,81.148331000000098],[-82.64416499999993,81.151657000000114],[-82.599166999999966,81.152771000000087],[-82.531386999999938,81.149993999999992],[-82.50306699999993,81.147766000000047],[-82.466659999999933,81.148331000000098],[-82.37222300000002,81.174698000000149],[-82.364440999999999,81.17942800000003],[-82.389998999999989,81.180266999999958],[-82.420837000000006,81.17942800000003],[-82.484160999999972,81.169983000000116],[-82.52305599999994,81.166382000000056],[-82.565276999999924,81.166092000000049],[-82.665008999999998,81.17442299999999],[-82.828063999999983,81.173308999999961],[-82.866652999999928,81.169708000000128],[-82.894164999999987,81.165268000000083],[-82.926940999999999,81.161102000000028],[-82.962783999999942,81.158325000000104],[-83.14973399999991,81.151382000000126],[-83.453338999999971,81.13220199999995],[-83.757507000000032,81.113312000000008],[-84.116104000000007,81.0977630000001],[-84.372771999999941,81.092209000000082],[-84.58555599999994,81.086380000000077],[-84.797500999999954,81.078323000000125],[-85.065551999999911,81.066375999999991],[-85.211944999999901,81.056931000000077],[-85.25,81.05525200000011],[-85.291381999999999,81.054703000000131],[-85.404448999999943,81.057755000000043],[-85.482773000000009,81.058594000000028],[-85.572509999999966,81.05664100000007],[-85.681670999999938,81.049423000000104],[-85.75556899999998,81.041367000000037],[-85.817779999999971,81.032761000000107],[-85.988602000000014,81.006653000000142],[-86.143340999999907,80.978317000000061],[-86.30972300000002,80.940811000000053],[-86.351944000000003,80.930542000000059],[-87.061935000000005,80.727478000000133],[-87.076401000000033,80.7227630000001],[-87.083618000000001,80.716934000000094],[-87.079078999999979,80.707024000000104],[-87.080291999999986,80.699142000000052],[-87.121383999999921,80.677475000000015],[-87.180557000000022,80.649154999999951],[-87.215011999999945,80.638321000000076],[-87.240554999999972,80.634155000000021],[-87.273055999999997,80.630813999999987],[-87.315001999999936,80.629424999999969],[-87.458054000000004,80.627762000000075],[-87.489715999999873,80.627472000000012],[-87.559433000000013,80.627472000000012],[-87.594726999999978,80.628586000000041],[-87.628051999999968,80.632202000000063],[-87.777221999999938,80.648880000000133],[-87.864166000000012,80.659424000000001],[-87.954726999999878,80.671645999999953],[-88.139724999999999,80.685256999999922],[-88.17721599999993,80.686920000000043],[-88.196105999999986,80.688582999999994],[-88.22222899999997,80.691085999999984],[-88.348891999999921,80.708602999999982],[-88.406661999999926,80.716934000000094],[-88.488601999999958,80.731934000000024],[-88.566956000000005,80.74859600000002],[-88.706116000000009,80.772766000000047],[-88.967498999999862,80.808594000000085],[-89.034163999999976,80.816376000000048],[-89.125823999999966,80.825821000000076],[-89.290557999999976,80.849426000000108],[-89.334731999999917,80.857483000000059],[-89.382492000000013,80.86970500000001],[-89.398055999999997,80.876082999999994],[-89.450561999999934,80.903320000000122],[-89.462218999999948,80.909988000000055],[-89.466110000000015,80.914153999999996],[-89.462218999999948,80.919144000000017],[-89.442763999999897,80.923599000000024],[-89.380828999999892,80.933044000000109],[-89.235274999999945,80.948318000000029],[-89.18638599999997,80.953048999999965],[-88.905563000000029,80.977768000000083],[-88.858611999999994,80.981368999999972],[-88.766861000000006,80.986801000000014],[-88.590285999999992,80.996368000000018],[-88.513901000000033,80.99832200000003],[-88.283324999999991,81.002213000000097],[-88.089721999999938,81.003601000000003],[-88.011397999999986,81.003326000000015],[-87.826674999999966,80.998032000000023],[-87.755004999999983,80.994980000000112],[-87.689437999999939,80.990814],[-87.628051999999968,80.984711000000061],[-87.597504000000015,80.980819999999994],[-87.524169999999913,80.977203000000031],[-87.446380999999974,80.976928999999927],[-87.279448999999943,80.981933999999967],[-87.15943900000002,80.986922999999933],[-87.119719999999973,80.989700000000028],[-87.089172000000019,80.994141000000127],[-87.064712999999983,80.998871000000008],[-87.030562999999972,81.001938000000109],[-86.983062999999902,81.003876000000048],[-86.946105999999986,81.004166000000055],[-86.755004999999983,81.001099000000124],[-86.711670000000026,81.002487000000031],[-86.671936000000017,81.005264000000125],[-86.635559000000001,81.009430000000066],[-86.541945999999996,81.020264000000111],[-86.419448999999986,81.036102000000142],[-86.061110999999983,81.082764000000054],[-85.916396999999961,81.104980000000012],[-85.916396999999961,81.110260000000096],[-85.907227000000034,81.113875999999948],[-85.887512000000015,81.118866000000025],[-85.562774999999988,81.17942800000003],[-85.483063000000016,81.192748999999992],[-85.425277999999935,81.201660000000061],[-85.297500999999954,81.218597000000102],[-85.22193900000002,81.226379000000065],[-85.02027899999996,81.244980000000055],[-84.976394999999968,81.248596000000134],[-84.876388999999961,81.254715000000147],[-84.832503999999972,81.258330999999998],[-84.802490000000034,81.261658000000125],[-84.776108000000022,81.266097999999943],[-84.733886999999982,81.281097000000045],[-84.735549999999989,81.285537999999974],[-84.745834000000002,81.289429000000041],[-84.899993999999936,81.304977000000008],[-84.936660999999958,81.307755000000043],[-84.975554999999986,81.307479999999998],[-85.029175000000009,81.305817000000047],[-85.279174999999952,81.289978000000133],[-85.361388999999974,81.28276100000005],[-85.768340999999964,81.244705000000067],[-85.950561999999991,81.224701000000096],[-86.018341000000021,81.215820000000008],[-86.077498999999932,81.207489000000066],[-86.154174999999952,81.193313999999987],[-86.225006000000008,81.173874000000012],[-86.240829000000019,81.16914399999996],[-86.256957999999941,81.162766000000033],[-86.299437999999896,81.148605000000032],[-86.338333000000034,81.138596000000007],[-86.404998999999975,81.129700000000071],[-86.438048999999921,81.126083000000108],[-86.472777999999892,81.122757000000092],[-86.521118000000001,81.119704999999954],[-86.650833000000034,81.115814000000114],[-86.956389999999999,81.099426000000051],[-87.111388999999917,81.087769000000094],[-87.297225999999966,81.076935000000049],[-87.637512000000015,81.059417999999994],[-87.678878999999995,81.058594000000028],[-87.720000999999911,81.059417999999994],[-87.841385000000002,81.062759000000028],[-88.0625,81.069992000000013],[-88.217772999999852,81.071381000000031],[-88.339995999999985,81.069717000000026],[-88.43499799999995,81.064148000000046],[-88.571670999999924,81.054703000000131],[-88.65834000000001,81.051376000000005],[-88.740828999999962,81.049713000000111],[-88.889998999999932,81.051926000000037],[-88.964721999999938,81.049423000000104],[-89.041672000000005,81.041091999999992],[-89.210555999999997,81.026657000000057],[-89.25556899999998,81.023880000000133],[-89.341675000000009,81.020264000000111],[-89.629165999999998,81.009155000000021],[-89.746658000000025,81.008881000000088],[-89.787505999999951,81.009720000000073],[-89.820847000000015,81.010817999999972],[-89.87388599999997,81.016388000000006],[-90.011947999999961,81.033051000000114],[-90.06361400000003,81.039702999999975],[-90.095275999999899,81.044708000000071],[-90.149170000000026,81.054977000000065],[-90.19776899999988,81.069717000000026],[-90.210007000000019,81.07499700000011],[-90.338057999999933,81.151657000000114],[-90.351944000000003,81.167479999999955],[-90.325561999999934,81.181930999999963],[-90.277221999999995,81.197205000000054],[-90.102218999999991,81.230270000000132],[-90.043059999999969,81.239426000000037],[-90.011123999999995,81.241928000000144],[-89.972778000000005,81.24275200000011],[-89.870543999999938,81.242203000000131],[-89.74610899999999,81.236649],[-89.669158999999866,81.218048000000124],[-89.635009999999909,81.212203999999929],[-89.573059000000001,81.206940000000145],[-89.535004000000015,81.206100000000106],[-89.491104000000007,81.206375000000094],[-89.447219999999902,81.208328000000051],[-89.357223999999974,81.214432000000102],[-89.281386999999995,81.221649000000014],[-89.136672999999973,81.238876000000005],[-89.088333000000034,81.242477000000065],[-89.044448999999986,81.24275200000011],[-88.982223999999974,81.241928000000144],[-88.954178000000013,81.24275200000011],[-88.944152999999972,81.24414100000007],[-88.935821999999973,81.247756999999979],[-88.949721999999895,81.253601000000003],[-88.979445999999996,81.258330999999998],[-89.162215999999944,81.255829000000119],[-89.198607999999865,81.253326000000129],[-89.265014999999948,81.244431000000134],[-89.307220000000029,81.240540000000067],[-89.335280999999952,81.24275200000011],[-89.443603999999937,81.260543999999982],[-89.687774999999988,81.289978000000133],[-89.775008999999955,81.296371000000079],[-89.868056999999965,81.306090999999981],[-89.898620999999935,81.31053199999991],[-89.91722099999987,81.314422999999977],[-89.950287000000003,81.324158000000068],[-89.952498999999875,81.329437000000041],[-89.940552000000025,81.333328000000108],[-89.916396999999904,81.336928999999998],[-89.882216999999969,81.340271000000087],[-89.702224999999999,81.350266000000033],[-89.627212999999983,81.356644000000017],[-89.242492999999968,81.423035000000027],[-89.059158000000025,81.455551000000071],[-88.928328999999962,81.485535000000141],[-88.90943900000002,81.490814000000114],[-88.846953999999982,81.49971000000005],[-88.715835999999967,81.513045999999974],[-88.545272999999952,81.525269000000037],[-88.494995000000017,81.527206000000092],[-88.406113000000005,81.528320000000065],[-88.37110899999999,81.526931999999988],[-88.161391999999921,81.530273000000022],[-88.029998999999975,81.535812000000021],[-87.984160999999972,81.535812000000021],[-87.959732000000031,81.534714000000122],[-87.939437999999996,81.531661999999983],[-87.893699999999967,81.524712000000136],[-87.801391999999964,81.515548999999965],[-87.679442999999935,81.51388500000013],[-87.490279999999984,81.508880999999974],[-87.431380999999931,81.50471500000009],[-87.398894999999982,81.500824000000023],[-87.343063000000029,81.492752000000053],[-87.311110999999983,81.488876000000005],[-87.276672000000019,81.485809000000074],[-87.251403999999923,81.487488000000042],[-87.244719999999973,81.490265000000136],[-87.286391999999921,81.505554000000075],[-87.288329999999974,81.506104000000107],[-87.315551999999968,81.513321000000019],[-87.37860099999989,81.517212000000086],[-87.489166000000012,81.523315000000025],[-87.645844000000011,81.527480999999909],[-87.721664000000033,81.532211000000132],[-87.751952999999958,81.535263000000043],[-87.915008999999941,81.552765000000079],[-88.279449,81.579436999999984],[-88.306380999999931,81.581374999999923],[-88.352218999999991,81.579712000000029],[-88.392226999999991,81.57777400000009],[-88.446944999999971,81.572220000000073],[-88.552215999999987,81.558868000000018],[-88.642226999999934,81.551651000000106],[-88.669448999999986,81.550537000000134],[-88.769164999999987,81.551086000000112],[-88.849990999999989,81.550537000000134],[-88.900283999999886,81.548325000000091],[-88.998046999999985,81.540543000000127],[-89.073058999999944,81.532211000000132],[-89.145844000000011,81.523041000000092],[-89.282500999999911,81.505264000000011],[-89.548339999999882,81.477203000000145],[-89.585555999999997,81.473037999999974],[-89.710280999999952,81.455261000000064],[-90.011397999999929,81.416930999999977],[-90.370833999999945,81.375259000000085],[-90.443053999999961,81.366652999999985],[-90.467498999999918,81.367751999999996],[-90.500564999999938,81.371368000000018],[-90.535827999999981,81.37692300000009],[-90.553329000000019,81.38499500000006],[-90.525283999999999,81.388596000000121],[-90.517226999999934,81.389160000000061],[-90.478881999999999,81.394440000000145],[-90.481383999999991,81.396652000000017],[-90.487777999999935,81.398604999999975],[-90.516953000000001,81.402481000000023],[-90.643616000000009,81.416381999999999],[-90.678328999999962,81.417480000000126],[-90.746658000000025,81.422211000000061],[-90.779998999999975,81.425537000000077],[-90.811385999999914,81.429977000000065],[-90.841110000000015,81.435531999999967],[-90.854171999999949,81.440536000000122],[-90.856658999999922,81.444138000000066],[-90.853881999999942,81.450821000000076],[-90.848342999999943,81.454987000000131],[-90.80082699999997,81.464995999999985],[-90.770554000000004,81.469711000000018],[-90.583069000000023,81.497482000000105],[-90.540282999999988,81.501663000000008],[-90.312209999999993,81.531371999999976],[-90.130553999999904,81.564423000000147],[-89.874709999999936,81.599152000000004],[-89.797500999999954,81.602478000000019],[-89.674438000000009,81.601654000000053],[-89.632492000000013,81.604706000000022],[-89.597503999999958,81.614151000000049],[-89.585006999999962,81.619705000000067],[-89.585006999999962,81.625809000000061],[-89.601943999999889,81.627762000000018],[-89.798889000000031,81.629974000000061],[-89.868056999999965,81.630264000000125],[-89.914169000000015,81.628310999999997],[-89.962218999999948,81.625534000000073],[-90.069457999999941,81.633606000000043],[-90.111580000000004,81.656746000000112],[-90.204726999999934,81.686371000000065],[-90.271392999999989,81.697479000000101],[-90.296950999999979,81.698593000000074],[-90.330291999999986,81.696090999999967],[-90.353057999999976,81.690536000000066],[-90.36082499999992,81.685257000000092],[-90.355270000000019,81.673599000000081],[-90.337218999999948,81.662491000000102],[-90.354720999999984,81.651382000000012],[-90.511123999999995,81.65776100000005],[-90.604720999999927,81.664703000000145],[-90.638901000000033,81.668045000000063],[-90.678878999999995,81.668869000000029],[-90.718886999999938,81.666656000000103],[-90.734725999999966,81.660812000000078],[-90.74221799999998,81.655548000000067],[-90.763625999999931,81.645537999999988],[-90.779723999999987,81.641098],[-90.803878999999995,81.636108000000092],[-90.834731999999974,81.631363000000079],[-90.878052000000025,81.627472000000012],[-90.923888999999974,81.625259000000028],[-90.966948999999943,81.621094000000028],[-90.99110399999995,81.616088999999988],[-91.006957999999997,81.598876999999959],[-91.003341999999918,81.592209000000025],[-90.988602000000014,81.579436999999984],[-90.988602000000014,81.557754999999986],[-91.071670999999981,81.537200999999982],[-91.091949,81.533874999999966],[-91.104445999999996,81.534424000000115],[-91.113891999999964,81.539978000000076],[-91.236938000000009,81.543320000000051],[-91.313888999999961,81.53414900000007],[-91.401397999999972,81.526382000000126],[-91.446380999999974,81.524428999999998],[-91.463332999999977,81.526093000000003],[-91.467772999999909,81.527206000000092],[-91.452498999999932,81.531661999999983],[-91.428604000000007,81.536652000000061],[-91.411117999999988,81.541931000000034],[-91.406386999999938,81.547760000000039],[-91.444153000000028,81.583603000000096],[-91.474441999999954,81.588882000000069],[-91.654175000000009,81.605819999999994],[-91.74722300000002,81.60914600000001],[-91.85722399999986,81.612762000000089],[-91.878326000000015,81.614151000000049],[-91.900283999999999,81.616928000000144],[-91.938599000000011,81.625534000000073],[-91.948607999999922,81.631088000000091],[-91.956664999999987,81.658600000000035],[-91.949432000000002,81.662201000000096],[-91.926940999999999,81.664992999999981],[-91.902221999999938,81.666931000000091],[-91.867767000000015,81.663315000000068],[-91.838897999999858,81.658600000000035],[-91.801101999999958,81.658600000000035],[-91.770844000000011,81.663315000000068],[-91.73721299999994,81.686920000000043],[-91.725829999999917,81.706650000000025],[-91.723617999999874,81.72164900000007],[-91.485549999999989,81.769989000000123],[-91.386123999999995,81.77388000000002],[-91.351395000000025,81.770264000000111],[-91.287506000000008,81.761931999999945],[-91.255004999999983,81.759155000000078],[-91.212508999999898,81.759430000000066],[-91.053328999999906,81.761658000000011],[-91.03443900000002,81.763885000000073],[-91.033324999999991,81.76776099999995],[-91.05749499999996,81.772766000000047],[-91.090560999999923,81.777206000000035],[-91.117766999999958,81.784424000000058],[-91.140563999999983,81.791930999999977],[-91.152495999999928,81.798035000000027],[-91.147232000000031,81.803864000000033],[-91.137511999999958,81.808594000000085],[-91.101104999999961,81.818878000000097],[-91.051665999999955,81.828872999999987],[-91.001113999999973,81.832764000000054],[-90.852218999999991,81.842483999999956],[-90.727492999999981,81.841094999999996],[-90.704178000000013,81.843597000000045],[-90.689986999999917,81.848602000000085],[-90.686377999999991,81.853966000000014],[-90.678328999999962,81.858597000000032],[-90.635009999999966,81.868866000000025],[-90.610001000000011,81.873871000000065],[-90.565276999999867,81.878036000000066],[-90.436661000000015,81.887497000000053],[-90.338057999999933,81.893051000000071],[-90.245270000000005,81.896102999999982],[-90.154449,81.896652000000131],[-89.990828999999962,81.905548000000067],[-89.783324999999934,81.917206000000078],[-89.735824999999977,81.917480000000012],[-89.700835999999981,81.915543000000127],[-89.676940999999999,81.9102630000001],[-89.683051999999975,81.899437000000148],[-89.682494999999903,81.883330999999998],[-89.649445000000014,81.863312000000064],[-89.629989999999964,81.856369000000029],[-89.461394999999982,81.818054000000132],[-89.425003000000004,81.815262000000018],[-89.356383999999935,81.811096000000134],[-89.244720000000029,81.846375000000023],[-89.227218999999991,81.852203000000145],[-89.203223999999977,81.878036000000066],[-89.19923399999999,81.881537999999921],[-89.199059000000034,81.885208000000034],[-89.213218999999981,81.888382000000092],[-89.328063999999927,81.902206000000092],[-89.367217999999923,81.905548000000067],[-89.397506999999962,81.909424000000115],[-89.419158999999979,81.915543000000127],[-89.416945999999939,81.925812000000008],[-89.397780999999895,81.930817000000047],[-89.371658000000025,81.935806000000014],[-89.338897999999972,81.940262000000075],[-89.288895000000025,81.943038999999999],[-89.249724999999955,81.941086000000041],[-89.157393999999954,81.928368000000091],[-89.156218999999908,81.925201000000072],[-89.152556999999945,81.921371000000079],[-89.133057000000008,81.918533000000082],[-89.074721999999952,81.911652000000061],[-89.033324999999991,81.912201000000039],[-89.007232999999871,81.915543000000127],[-88.98971599999993,81.921097000000145],[-88.986388999999974,81.944976999999938],[-88.992767000000015,81.951385000000073],[-89.011947999999904,81.958603000000096],[-89.048339999999996,81.978043000000071],[-89.054442999999992,81.987487999999985],[-89.041106999999954,81.993041999999946],[-89.021117999999944,81.998032000000023],[-88.963897999999972,82.008041000000048],[-88.77305599999994,82.039429000000041],[-88.625548999999978,82.062759000000028],[-88.589721999999938,82.066665999999998],[-88.543059999999912,82.070540999999992],[-88.443054000000018,82.074997000000053],[-88.296660999999915,82.080276000000026],[-88.25,82.080826000000059],[-88.145003999999972,82.086928999999998],[-88.11361699999992,82.090545999999961],[-88.09973100000002,82.093048000000067],[-88.095001000000025,82.096374999999966],[-88.085281000000009,82.101379000000122],[-88.075561999999934,82.104980000000012],[-88.038329999999974,82.103867000000093],[-87.91194200000001,82.090820000000065],[-87.71833799999996,82.083878000000027],[-87.702224999999942,82.086928999999998],[-87.666396999999904,82.089431999999988],[-87.641952999999944,82.090271000000143],[-87.599730999999963,82.089157],[-87.50140399999998,82.084152000000131],[-87.402221999999938,82.07388300000008],[-87.352782999999931,82.06721500000009],[-87.333617999999888,82.063309000000061],[-87.271666999999979,82.047759999999926],[-87.230559999999969,82.036926000000051],[-87.195830999999998,82.026382000000012],[-87.183608999999933,82.022491000000116],[-87.174437999999896,82.014708999999982],[-87.173324999999977,82.011107999999922],[-87.178603999999893,82.007767000000115],[-87.197768999999937,82.002213000000097],[-87.232773000000009,81.99331699999999],[-87.258057000000008,81.989426000000094],[-87.299987999999985,81.979155999999989],[-87.314437999999996,81.973877000000016],[-87.309432999999956,81.967484000000013],[-87.265839000000028,81.958878000000141],[-87.169158999999979,81.945526000000086],[-87.101669000000015,81.937759000000142],[-87.063323999999909,81.934418000000107],[-86.939437999999996,81.918868999999972],[-86.877212999999983,81.909424000000115],[-86.828887999999949,81.897491000000059],[-86.804169000000002,81.893051000000071],[-86.768341000000021,81.890273999999977],[-86.726669000000015,81.891937000000098],[-86.726944000000003,81.897217000000126],[-86.734160999999915,81.902771000000143],[-86.745833999999945,81.906647000000021],[-86.834732000000031,81.927765000000136],[-86.86361699999992,81.933593999999971],[-86.919448999999986,81.942748999999992],[-87.066101000000003,81.954987000000074],[-87.098052999999936,81.958328000000108],[-87.127212999999927,81.963882000000069],[-87.130279999999857,81.968322999999998],[-87.00140399999998,82.036102000000085],[-86.987212999999997,82.039978000000019],[-86.931670999999938,82.049423000000047],[-86.892501999999979,82.054153000000099],[-86.84333799999996,82.05720500000001],[-86.791945999999939,82.058029000000147],[-86.583617999999944,82.053863999999976],[-86.356383999999991,82.053588999999988],[-86.27806099999998,82.050812000000064],[-86.239166000000012,82.048599000000081],[-86.202788999999996,82.04553199999998],[-86.169158999999922,82.041656000000103],[-86.016112999999962,82.016663000000051],[-85.960555999999997,82.00749200000007],[-85.914443999999946,81.997481999999991],[-85.815001999999993,81.973877000000016],[-85.767501999999922,81.961928999999941],[-85.731383999999878,81.949996999999996],[-85.628875999999991,81.916092000000106],[-85.467223999999987,81.867203000000131],[-85.422501000000011,81.857483000000059],[-85.379439999999988,81.856934000000081],[-85.371658000000025,81.859711000000004],[-85.37388599999997,81.863876000000005],[-85.385833999999932,81.874985000000095],[-85.398055999999997,81.881088000000034],[-85.441939999999988,81.893875000000037],[-85.469451999999876,81.899719000000005],[-85.566101000000003,81.924988000000042],[-85.654723999999987,81.950821000000133],[-85.731948999999986,81.983322000000044],[-85.729996000000028,81.987762000000089],[-85.726943999999946,81.990265000000079],[-85.693877999999984,81.994980000000112],[-85.650557999999933,81.99832200000003],[-85.559432999999956,82.001663000000065],[-85.258621000000005,81.996933000000013],[-85.217498999999975,81.995529000000033],[-85.188323999999909,81.99275200000011],[-85.165833000000021,81.985259999999982],[-85.160004000000015,81.979706000000022],[-85.140563999999927,81.966095000000053],[-85.096389999999985,81.945816000000093],[-85.018889999999999,81.919434000000024],[-84.984160999999915,81.911102000000028],[-84.879439999999988,81.887497000000053],[-84.838897999999915,81.882476999999994],[-84.816887000000008,81.885367999999914],[-84.821884000000011,81.888214000000062],[-84.844222999999886,81.894882000000052],[-84.863891999999964,81.900269000000037],[-84.915008999999998,81.918045000000006],[-84.994719999999973,81.948593000000017],[-85.025283999999942,81.960815000000139],[-85.037216000000001,81.966933999999981],[-85.048889000000031,81.974426000000108],[-85.066100999999946,81.987487999999985],[-85.055556999999965,81.990814],[-85.038329999999974,81.994141000000127],[-85.00111400000003,81.994141000000127],[-84.929169000000002,81.993041999999946],[-84.889174999999966,81.990265000000079],[-84.858886999999925,81.985259999999982],[-84.831680000000006,81.979430999999977],[-84.816665999999941,81.970825000000048],[-84.814437999999996,81.966385000000059],[-84.815276999999924,81.961104999999975],[-84.821945000000028,81.949141999999938],[-84.797606999999971,81.930870000000141],[-84.789267999999993,81.924698000000035],[-84.75144199999994,81.910538000000088],[-84.74227899999994,81.908378999999968],[-84.688598999999954,81.891937000000098],[-84.656113000000005,81.887772000000098],[-84.635283999999956,81.886108000000036],[-84.621933000000013,81.886932000000002],[-84.604996000000028,81.88998400000014],[-84.714721999999995,81.969986000000119],[-84.729720999999984,81.977203000000031],[-84.751677999999913,81.984711000000061],[-84.815276999999924,82.00082400000008],[-84.840835999999967,82.006103999999993],[-84.89973399999991,82.015274000000034],[-84.93249499999996,82.019440000000088],[-85.039992999999981,82.028594999999996],[-85.116942999999935,82.033051000000057],[-85.405838000000017,82.042205999999965],[-85.678328999999906,82.054428000000087],[-85.755843999999968,82.058868000000132],[-85.851669000000015,82.06721500000009],[-85.915833000000021,82.07748400000014],[-85.999725000000012,82.094147000000021],[-86.062209999999936,82.103867000000093],[-86.091109999999901,82.104431000000034],[-86.278885000000002,82.107208000000128],[-86.485001000000011,82.114150999999936],[-86.565551999999968,82.118865999999969],[-86.637511999999958,82.124419999999986],[-86.706116000000009,82.131927000000132],[-86.731383999999935,82.136383000000023],[-86.752228000000002,82.141098000000056],[-86.856658999999922,82.184708000000057],[-86.869155999999919,82.195251000000042],[-86.876099000000011,82.202208999999982],[-86.871933000000013,82.207764000000111],[-86.843613000000005,82.212494000000106],[-86.764174999999966,82.221649000000014],[-86.669448999999929,82.228316999999947],[-86.619445999999982,82.229705999999965],[-86.571670999999981,82.230270000000075],[-86.520003999999915,82.229705999999965],[-86.316665999999998,82.224701000000096],[-86.228881999999885,82.224701000000096],[-86.181106999999997,82.225266000000147],[-86.137787000000003,82.226929000000041],[-85.984436000000017,82.237488000000099],[-85.934158000000025,82.238876000000005],[-85.841384999999946,82.239151000000049],[-85.798889000000031,82.237762000000032],[-85.753890999999953,82.237488000000099],[-85.706115999999952,82.23803700000002],[-85.662215999999944,82.239699999999971],[-85.61999499999996,82.243591000000038],[-85.603881999999999,82.24914600000011],[-85.598891999999978,82.254440000000102],[-85.580565999999976,82.264434999999992],[-85.557770000000005,82.269440000000088],[-85.508347000000015,82.273041000000092],[-85.413895000000025,82.27609300000006],[-85.370833999999945,82.279984000000127],[-85.350554999999929,82.283875000000023],[-85.34722899999997,82.286377000000073],[-85.367492999999911,82.291092000000106],[-85.396392999999989,82.29693600000013],[-85.457229999999981,82.307479999999998],[-85.481673999999941,82.313599000000011],[-85.489990000000034,82.319716999999969],[-85.515015000000005,82.343322999999998],[-85.531677000000002,82.369705000000067],[-85.50167799999997,82.393600000000106],[-85.501403999999923,82.398880000000133],[-85.515288999999996,82.403320000000008],[-85.534164000000033,82.407486000000063],[-85.669448999999872,82.409424000000001],[-85.866942999999992,82.421920999999998],[-85.904998999999975,82.424988000000099],[-85.921111999999994,82.429977000000065],[-85.911941999999954,82.435806000000071],[-85.819732999999928,82.454437000000098],[-85.794723999999974,82.458602999999982],[-85.746947999999975,82.461380000000077],[-85.708617999999944,82.463608000000022],[-85.502501999999993,82.471099999999979],[-85.298614999999927,82.478042999999957],[-85.046950999999979,82.481934000000024],[-85.003066999999874,82.480820000000051],[-84.693877999999927,82.471375000000023],[-84.662780999999995,82.468596999999988],[-84.641678000000013,82.465546000000018],[-84.62222300000002,82.459152000000131],[-84.616394000000014,82.453598000000113],[-84.613326999999913,82.447204999999997],[-84.613326999999913,82.4433140000001],[-84.631377999999984,82.440262000000018],[-84.787780999999995,82.434982000000105],[-84.895279000000016,82.433594000000028],[-84.940552000000025,82.431931000000077],[-84.943877999999984,82.425812000000064],[-84.916655999999932,82.42053199999998],[-84.888610999999855,82.416930999999977],[-84.714721999999995,82.405822999999941],[-84.559722999999906,82.394989000000066],[-84.482498000000021,82.389435000000105],[-84.449996999999996,82.386107999999979],[-84.418334999999956,82.381088000000091],[-84.388061999999991,82.371094000000085],[-84.384170999999924,82.366089000000045],[-84.387221999999952,82.361649],[-84.378600999999946,82.356933999999967],[-84.34445199999999,82.352768000000083],[-84.303329000000019,82.355819999999994],[-84.228881999999999,82.363876000000062],[-84.180556999999965,82.368042000000003],[-84.146956999999986,82.369705000000067],[-84.095550999999944,82.371094000000085],[-84.047226000000023,82.371368000000018],[-83.961394999999925,82.368591000000094],[-83.876937999999939,82.364151000000106],[-83.841948999999943,82.361374000000012],[-83.767501999999979,82.353043000000071],[-83.606383999999935,82.33137499999998],[-83.516402999999968,82.316940000000045],[-83.384734999999978,82.282210999999961],[-83.36860699999994,82.276381999999955],[-83.360001000000011,82.269440000000088],[-83.360001000000011,82.263611000000026],[-83.369155999999975,82.251663000000008],[-83.371933000000013,82.24470500000001],[-83.371933000000013,82.239151000000049],[-83.344451999999933,82.227203000000145],[-83.308334000000002,82.218323000000112],[-83.24221799999998,82.204163000000051],[-83.184157999999968,82.194702000000063],[-83.130553999999961,82.184981999999991],[-83.083892999999932,82.175812000000121],[-83.022781000000009,82.159424000000058],[-83,82.151093000000003],[-82.976669000000015,82.138321000000133],[-82.953063999999983,82.119979999999998],[-82.95666499999993,82.109711000000118],[-82.958617999999944,82.104431000000034],[-82.968338000000017,82.098038000000088],[-82.978058000000033,82.093872000000033],[-83.001953000000015,82.089157],[-83.0625,82.080276000000026],[-83.126098999999954,82.072495000000004],[-83.128051999999968,82.06721500000009],[-83.111937999999952,82.065261999999962],[-83.076400999999919,82.061920000000043],[-82.974166999999966,82.064986999999974],[-82.888335999999981,82.072495000000004],[-82.797501000000011,82.077773999999977],[-82.758057000000008,82.076934999999992],[-82.674438000000009,82.073043999999925],[-82.636397999999986,82.070540999999992],[-82.421660999999972,82.066940000000102],[-82.284163999999976,82.066375999999991],[-82.199432000000002,82.064147999999989],[-82.122222999999906,82.058594000000028],[-82.055556999999965,82.050812000000064],[-81.963622999999927,82.037201000000096],[-81.926101999999958,82.034714000000008],[-81.889998999999989,82.034988000000112],[-81.878051999999968,82.03637700000013],[-81.884734999999921,82.041091999999992],[-81.924164000000019,82.058868000000132],[-81.966110000000015,82.071105999999986],[-82.020844000000011,82.082213999999965],[-82.05860899999999,82.084717000000126],[-82.102492999999981,82.085541000000092],[-82.243056999999965,82.084991000000059],[-82.417496000000028,82.087204000000042],[-82.546386999999982,82.090271000000143],[-82.58444199999991,82.09275800000006],[-82.619719999999916,82.096099999999979],[-82.651947000000007,82.100266000000033],[-82.676940999999943,82.10775799999999],[-82.683884000000035,82.118317000000047],[-82.688599000000011,82.126083000000108],[-82.697495000000004,82.131362999999965],[-82.717223999999931,82.142761000000007],[-82.731383999999935,82.149993999999992],[-82.772232000000031,82.163315000000125],[-82.860275000000001,82.187759000000085],[-82.886947999999961,82.193862999999908],[-82.94027699999998,82.203598],[-82.987503000000004,82.214995999999985],[-83.011397999999986,82.221649000000014],[-83.027785999999878,82.235259999999982],[-83.028884999999946,82.264998999999989],[-83.028884999999946,82.276657],[-83.02555799999999,82.283324999999991],[-83.019164999999873,82.288879000000122],[-82.990829000000019,82.292480000000012],[-82.735549999999932,82.286102000000028],[-82.693603999999937,82.284714000000122],[-82.654448999999886,82.282210999999961],[-82.621658000000025,82.278045999999961],[-82.508895999999936,82.258040999999992],[-82.452788999999939,82.249420000000043],[-82.286666999999966,82.229156000000103],[-82.263061999999991,82.222214000000008],[-82.211120999999991,82.204711999999972],[-82.160278000000005,82.193313999999987],[-82.101943999999946,82.183044000000052],[-82.011123999999995,82.168594000000098],[-81.918059999999912,82.15498400000007],[-81.608886999999982,82.118590999999981],[-81.425277999999935,82.0977630000001],[-81.353057999999976,82.091659999999933],[-81.249161000000015,82.081375000000037],[-81.150283999999999,82.068878000000041],[-81.091110000000015,82.059417999999994],[-80.868332000000009,82.03137200000009],[-80.640288999999996,82.018326000000116],[-80.43249499999996,81.997481999999991],[-80.225829999999974,81.986098999999967],[-80.153609999999958,81.981368999999916],[-80.085006999999905,81.973602000000142],[-80.035277999999948,81.963042999999914],[-79.883056999999951,81.924698000000035],[-79.610000999999897,81.851089000000002],[-79.589721999999938,81.844147000000078],[-79.587783999999999,81.838318000000072],[-79.577224999999942,81.828872999999987],[-79.564163000000008,81.825271999999927],[-79.53443900000002,81.820831000000055],[-79.492217999999923,81.819717000000026],[-79.244445999999925,81.816085999999984],[-79.229171999999949,81.816085999999984],[-79.452224999999999,81.88998400000014],[-79.489989999999977,81.900269000000037],[-79.521117999999888,81.905548000000067],[-79.579726999999934,81.913605000000018],[-79.670837000000006,81.927475000000072],[-79.844451999999933,81.97137499999991],[-79.837783999999942,82.007217000000082],[-79.832229999999868,82.013885000000016],[-79.853333000000021,82.018875000000094],[-79.880829000000006,82.021927000000005],[-79.916397000000018,82.023880000000133],[-80.213897999999858,82.032211000000018],[-80.331680000000006,82.038589000000002],[-80.368606999999997,82.041091999999992],[-80.624435000000005,82.061920000000043],[-80.657226999999921,82.064697000000137],[-80.725554999999986,82.071655000000135],[-80.791107000000011,82.079437000000098],[-80.822234999999921,82.083878000000027],[-80.878326000000015,82.094147000000021],[-80.922226000000023,82.103592000000106],[-80.948607999999979,82.110260000000096],[-80.962783999999999,82.116379000000109],[-80.975554999999986,82.12359600000002],[-80.975554999999986,82.127762000000132],[-80.956664999999987,82.137206999999989],[-80.931380999999988,82.142212000000029],[-80.89973399999991,82.146378000000141],[-80.874435000000005,82.151093000000003],[-80.868056999999965,82.15498400000007],[-80.909163999999976,82.156647000000135],[-81.051391999999964,82.154709000000025],[-81.171111999999994,82.156372000000147],[-81.253341999999918,82.159714000000065],[-81.324722000000008,82.164993000000038],[-81.423324999999977,82.176926000000094],[-81.799728000000016,82.222762999999986],[-81.825561999999934,82.226654000000053],[-81.887786999999946,82.23803700000002],[-82.170546999999999,82.286652000000061],[-82.454726999999991,82.328048999999965],[-82.513061999999934,82.337769000000037],[-82.625548999999921,82.359146000000067],[-82.679992999999968,82.37081900000004],[-82.711670000000026,82.382477000000108],[-82.722778000000005,82.388321000000076],[-82.7308349999999,82.395264000000111],[-82.732223999999974,82.401657000000057],[-82.728881999999942,82.408325000000048],[-82.710281000000009,82.419434000000081],[-82.698333999999988,82.424988000000099],[-82.539444000000003,82.497208000000114],[-82.520553999999947,82.502487000000087],[-82.498336999999992,82.506377999999984],[-82.458892999999989,82.508331000000112],[-82.406386999999881,82.509155000000078],[-82.316956000000005,82.506943000000035],[-82.091675000000009,82.501389000000017],[-81.669997999999907,82.492477000000008],[-81.541672000000005,82.496093999999971],[-81.542220999999927,82.504990000000078],[-81.713332999999977,82.51527400000009],[-81.75140399999998,82.516937000000041],[-81.84722899999997,82.515548999999965],[-81.880554000000018,82.517761000000007],[-81.927489999999977,82.522766000000047],[-81.966400000000021,82.528870000000097],[-82.263901000000033,82.576660000000061],[-82.321121000000005,82.589157000000057],[-82.343886999999938,82.595261000000107],[-82.390288999999996,82.611923000000104],[-82.394729999999925,82.617477000000065],[-82.392226999999934,82.622756999999979],[-82.38110399999988,82.634720000000016],[-82.371933000000013,82.639708999999982],[-82.354445999999996,82.645537999999988],[-82.335281000000009,82.650543000000027],[-82.288054999999986,82.659988000000112],[-82.255004999999926,82.664428999999984],[-82.215285999999992,82.668593999999985],[-82.154998999999918,82.671097000000145],[-82.060271999999998,82.669708000000014],[-81.97222899999997,82.666382000000112],[-81.931380999999931,82.663878999999952],[-81.543335000000013,82.637207000000046],[-81.432495000000017,82.629150000000095],[-81.359725999999966,82.62081900000004],[-81.30082699999997,82.611098999999911],[-81.136123999999995,82.578049000000078],[-80.989440999999999,82.547211000000061],[-80.949721999999952,82.538040000000137],[-80.891952999999944,82.532760999999994],[-80.581679999999949,82.543045000000006],[-80.578063999999983,82.546097000000088],[-80.599166999999966,82.55442800000003],[-80.87388599999997,82.629700000000128],[-80.994445999999925,82.650269000000094],[-81.049987999999985,82.660812000000078],[-81.077224999999999,82.666931000000091],[-81.097503999999958,82.672485000000052],[-81.124709999999993,82.686919999999986],[-81.223617999999988,82.715820000000065],[-81.305831999999953,82.733871000000022],[-81.449996999999996,82.755553999999961],[-81.508620999999948,82.764709000000039],[-81.573623999999938,82.788315000000068],[-81.58444199999991,82.794434000000138],[-81.585006999999962,82.800812000000064],[-81.571670999999924,82.806366000000082],[-81.556655999999975,82.811371000000122],[-81.536391999999921,82.816665999999998],[-81.514175000000023,82.821106000000043],[-81.473052999999993,82.82499700000011],[-81.411391999999921,82.827773999999977],[-81.359725999999966,82.827773999999977],[-81.022232000000031,82.821930000000009],[-80.977218999999934,82.820267000000058],[-80.801940999999999,82.812485000000095],[-80.500564999999995,82.797484999999938],[-80.418334999999956,82.792205999999965],[-80.381103999999993,82.788879000000065],[-80.318618999999956,82.779984000000013],[-80.2933349999999,82.774429000000112],[-80.15834000000001,82.727768000000083],[-80.138901000000033,82.719986000000119],[-80.139449999999954,82.715820000000065],[-80.178329000000019,82.699997000000053],[-80.182495000000017,82.69470199999995],[-80.181380999999931,82.687759000000142],[-80.160277999999948,82.681366000000025],[-80.070846999999901,82.665543000000014],[-80.003066999999987,82.656372000000033],[-79.941665999999998,82.649429000000055],[-79.861664000000019,82.644150000000081],[-79.817779999999914,82.644440000000088],[-79.800827000000027,82.646652000000131],[-79.803604000000007,82.649994000000049],[-79.822509999999966,82.65776100000005],[-79.848617999999988,82.663878999999952],[-79.966949,82.684708000000114],[-79.983321999999987,82.689147999999989],[-79.977492999999981,82.695815999999922],[-79.961394999999925,82.700821000000019],[-79.928604000000007,82.705551000000014],[-79.885833999999875,82.708602999999925],[-79.829726999999991,82.708878000000141],[-79.787505999999894,82.707763999999997],[-79.74749799999995,82.704987000000074],[-79.684158000000025,82.699706999999989],[-79.617492999999911,82.693039000000056],[-79.468338000000017,82.677475000000129],[-79.384734999999978,82.672760000000096],[-79.149993999999936,82.667755000000056],[-78.843613000000005,82.664992999999981],[-78.565552000000025,82.674698000000035],[-78.521118000000001,82.67692599999998],[-78.502791999999999,82.681090999999981],[-78.53195199999999,82.684418000000107],[-78.576675000000023,82.686919999999986],[-78.840835999999967,82.680817000000047],[-78.895003999999858,82.680267000000015],[-78.931945999999982,82.681656000000032],[-79.243057000000022,82.695251000000098],[-79.331680000000006,82.699706999999989],[-79.40306099999998,82.70637499999998],[-79.623046999999985,82.727768000000083],[-79.836944999999901,82.750549000000092],[-79.886948000000018,82.759430000000066],[-79.913329999999917,82.765274000000034],[-79.93638599999997,82.772217000000069],[-79.996947999999975,82.803314],[-79.975829999999974,82.808594000000028],[-79.942489999999964,82.811371000000122],[-79.692215000000033,82.818054000000075],[-79.674437999999952,82.820267000000058],[-79.67222599999991,82.823883000000137],[-79.673889000000031,82.824707000000103],[-79.847777999999948,82.834991000000116],[-79.896118000000001,82.835815000000082],[-80.006667999999934,82.834427000000005],[-80.110000999999954,82.834717000000012],[-80.15834000000001,82.835541000000148],[-80.194153000000028,82.838318000000072],[-80.219727000000034,82.84165999999999],[-80.277221999999938,82.850815000000011],[-80.393065999999976,82.875534000000016],[-80.430282999999974,82.887497000000053],[-80.42971799999998,82.894150000000025],[-80.398055999999997,82.899719000000005],[-80.095839999999953,82.937194999999974],[-79.904723999999987,82.951096000000121],[-79.793335000000013,82.957489000000123],[-79.458344000000011,82.974152000000004],[-79.414444000000003,82.975266000000147],[-79.370543999999995,82.974152000000004],[-79.177489999999977,82.951935000000105],[-79.073333999999988,82.901931999999988],[-79.064437999999882,82.895828000000108],[-79.066101000000003,82.889434999999992],[-78.928054999999972,82.898605000000032],[-78.825287000000003,82.928040000000124],[-78.780288999999982,82.93803400000013],[-78.756118999999956,82.942474000000118],[-78.719726999999978,82.946640000000059],[-78.671111999999937,82.945526000000086],[-78.631942999999978,82.941360000000145],[-78.546111999999994,82.926651000000106],[-78.521666999999923,82.921097000000088],[-78.503341999999918,82.913314999999955],[-78.501953000000015,82.907760999999994],[-78.504180999999903,82.901093000000003],[-78.521941999999967,82.889159999999947],[-78.538605000000018,82.876647999999989],[-78.557770000000005,82.860535000000141],[-78.553328999999906,82.853592000000106],[-78.53443900000002,82.8477630000001],[-78.500564999999938,82.845534999999984],[-78.341674999999952,82.850540000000024],[-78.175551999999982,82.827208999999982],[-78.14416499999993,82.823318000000086],[-78.109160999999972,82.825272000000098],[-78.106658999999979,82.831940000000088],[-78.128875999999877,82.836655000000121],[-78.194442999999922,82.845824999999991],[-78.223617999999988,82.851088999999945],[-78.241378999999938,82.858871000000079],[-78.238891999999964,82.865265000000136],[-78.108337000000006,82.893326000000059],[-78.080291999999986,82.898331000000098],[-77.986663999999962,82.909988000000055],[-77.949996999999883,82.91415400000011],[-77.863327000000027,82.921371000000022],[-77.813048999999864,82.92442299999999],[-77.768340999999964,82.922485000000052],[-77.708344000000011,82.916092000000049],[-77.688889000000017,82.912490999999989],[-77.616652999999985,82.902771000000087],[-77.528060999999923,82.891098000000113],[-77.467223999999987,82.883880999999974],[-77.405272999999909,82.878860000000032],[-77.319457999999997,82.873306000000014],[-77.128325999999959,82.863312000000008],[-77.108046999999999,82.859146000000123],[-77.089171999999962,82.852767999999969],[-76.96665999999999,82.804703000000131],[-76.959166999999923,82.774155000000007],[-76.941665999999998,82.768326000000002],[-76.898346000000004,82.766098],[-76.851104999999961,82.764999000000046],[-76.815552000000025,82.761107999999979],[-76.789168999999958,82.756377999999927],[-76.766662999999994,82.750823999999966],[-76.708617999999944,82.733047000000056],[-76.674438000000009,82.721374999999966],[-76.644164999999987,82.709152000000074],[-76.612503000000004,82.696091000000138],[-76.598052999999993,82.688873000000115],[-76.570556999999951,82.666656000000046],[-76.538329999999974,82.664153999999996],[-76.387221999999952,82.651382000000012],[-76.09333799999996,82.62081900000004],[-76.058884000000035,82.616928000000144],[-75.913895000000025,82.597487999999942],[-75.892226999999991,82.591933999999981],[-75.896392999999989,82.588318000000072],[-75.918610000000001,82.579987000000017],[-75.938323999999966,82.575821000000133],[-75.972778000000005,82.571381000000088],[-76.038895000000025,82.557205000000067],[-76.194716999999969,82.511108000000036],[-76.207503999999972,82.506377999999984],[-76.217772999999909,82.500548999999978],[-76.255279999999971,82.471924000000115],[-76.261002000000019,82.466552999999976],[-76.236937999999896,82.445250999999985],[-76.230835000000013,82.444702000000007],[-76.184158000000025,82.453872999999987],[-76.102782999999874,82.470534999999984],[-76.037780999999939,82.484421000000111],[-75.975006000000008,82.499709999999993],[-75.887221999999952,82.522217000000126],[-75.802779999999984,82.546371000000022],[-75.773894999999925,82.557205000000067],[-75.671386999999925,82.586929000000112],[-75.648055999999997,82.591660000000047],[-75.606383999999935,82.595825000000048],[-75.500838999999928,82.600266000000147],[-75.451675000000023,82.603317000000004],[-75.420273000000009,82.606934000000138],[-75.396118000000001,82.614699999999971],[-75.40972899999997,82.61914100000007],[-75.43472300000002,82.623871000000122],[-75.468886999999881,82.627762000000018],[-75.503615999999852,82.628860000000088],[-75.55749499999996,82.628585999999984],[-75.625548999999978,82.633040999999992],[-75.670546999999999,82.642761000000064],[-75.807495000000017,82.654709000000082],[-76.103057999999976,82.68609600000002],[-76.235824999999977,82.712203999999986],[-76.256392999999946,82.717209000000025],[-76.275557999999933,82.724425999999994],[-76.299987999999871,82.739700000000028],[-76.306655999999919,82.745819000000097],[-76.309158000000025,82.752777000000094],[-76.269454999999994,82.760817999999972],[-76.226395000000025,82.764435000000105],[-76.176391999999964,82.767212000000029],[-76.056945999999982,82.771652000000017],[-76.014724999999999,82.775818000000129],[-75.989440999999999,82.779984000000013],[-75.976104999999961,82.784714000000065],[-75.998336999999935,82.787490999999932],[-76.18638599999997,82.78387500000008],[-76.241378999999995,82.783600000000035],[-76.288605000000018,82.784714000000065],[-76.375274999999988,82.789154000000053],[-76.447495000000004,82.797484999999938],[-76.50167799999997,82.8077550000001],[-76.525283999999942,82.813873000000001],[-76.545272999999952,82.821106000000043],[-76.586394999999982,82.83859300000006],[-76.629165999999998,82.859710999999947],[-76.666655999999989,82.872482000000048],[-76.710830999999985,82.885818000000029],[-76.752791999999999,82.894988999999953],[-76.844161999999983,82.90914900000007],[-76.881942999999978,82.913605000000018],[-77.025832999999977,82.927765000000079],[-77.066390999999953,82.93081699999999],[-77.131667999999991,82.939972000000068],[-77.344726999999978,82.972487999999998],[-77.385283999999899,82.983046999999999],[-77.381377999999984,82.994431000000134],[-77.364440999999999,83.000000000000114],[-77.341949,83.005554000000132],[-77.276108000000022,83.020264000000054],[-77.252227999999945,83.025269000000094],[-77.222777999999948,83.030548000000067],[-77.183883999999978,83.033875000000023],[-77.134734999999978,83.032486000000006],[-77.137221999999895,83.028320000000122],[-77.171386999999982,83.017211999999972],[-77.169723999999974,83.013885000000016],[-77.135558999999944,83.011383000000137],[-76.863051999999925,83.010818000000086],[-76.559432999999956,83.011932000000058],[-76.360274999999945,83.021378000000027],[-76.266662999999994,83.02915999999999],[-76.20666499999993,83.036652000000117],[-76.113327000000027,83.05053700000002],[-76.079177999999956,83.053589000000102],[-76.028610000000015,83.054428000000087],[-75.979720999999927,83.05304000000001],[-75.948607999999922,83.051926000000037],[-75.580841000000021,83.038040000000024],[-75.313323999999909,83.027480999999966],[-75.046951000000035,83.041656000000103],[-75,83.043884000000048],[-74.956389999999999,83.04553199999998],[-74.797501000000011,83.043594000000041],[-74.706664999999987,83.041091999999935],[-74.43582200000003,83.027205999999978],[-74.408050999999887,83.024704000000099],[-74.279175000000009,83.009995000000004],[-74.172774999999888,82.991088999999988],[-74.084166999999979,82.972487999999998],[-74.018065999999976,82.956940000000145],[-73.879439999999875,82.897217000000126],[-73.851668999999958,82.866653000000042],[-73.817779999999971,82.852767999999969],[-73.607772999999952,82.81581099999994],[-73.548339999999939,82.806091000000038],[-73.281951999999933,82.766388000000063],[-73.247222999999963,82.761658000000011],[-73.160278000000005,82.751388999999961],[-73.075011999999958,82.745819000000097],[-72.949721999999952,82.738876000000062],[-72.906661999999983,82.735808999999961],[-72.835830999999985,82.728592000000049],[-72.75,82.714706000000092],[-72.700835999999981,82.703323000000069],[-72.672225999999966,82.698593000000017],[-72.633895999999936,82.694427000000132],[-72.603332999999964,82.695815999999922],[-72.594727000000034,82.697479000000044],[-72.49888599999997,82.718323000000055],[-72.502501999999936,82.724425999999994],[-72.648894999999925,82.746643000000063],[-72.716659999999933,82.755553999999961],[-72.912216000000001,82.776657000000057],[-72.983886999999982,82.78387500000008],[-73.027221999999881,82.786926000000108],[-73.211394999999925,82.813873000000001],[-73.257506999999919,82.825821000000076],[-73.401397999999915,82.874985000000038],[-73.420272999999952,82.890548999999965],[-73.430556999999908,82.893599999999992],[-73.460830999999928,82.898605000000032],[-73.49499499999996,82.90248100000008],[-73.577224999999999,82.908035000000098],[-73.607498000000021,82.913040000000137],[-73.633330999999998,82.918593999999985],[-73.65055799999999,82.925811999999951],[-73.644164999999873,82.932205000000124],[-73.634444999999971,82.936646000000053],[-73.619155999999975,82.941086000000041],[-73.261948000000018,83.007767000000058],[-73.033889999999928,83.036652000000117],[-72.948607999999979,83.055252000000053],[-72.927489999999977,83.067490000000078],[-72.650557999999933,83.096374999999966],[-72.59973100000002,83.096939000000077],[-72.57028200000002,83.092758000000003],[-72.568619000000012,83.087769000000037],[-72.556655999999975,83.079712000000086],[-72.523894999999925,83.076934999999992],[-72.477492999999868,83.076659999999947],[-72.424163999999962,83.079163000000108],[-72.407776000000013,83.083602999999982],[-72.393616000000009,83.089431999999988],[-72.365829000000019,83.094147000000021],[-72.336394999999925,83.097763000000043],[-72.226943999999946,83.101379000000122],[-72.111938000000009,83.101089000000115],[-72.005568999999866,83.099152000000061],[-71.831680000000006,83.097763000000043],[-71.712783999999886,83.098877000000016],[-71.611663999999905,83.096099999999979],[-71.581679999999949,83.091095000000109],[-71.596953999999869,83.085266000000047],[-71.654448999999943,83.068878000000041],[-71.696380999999917,83.057755000000043],[-71.75,83.043045000000063],[-71.775008999999898,83.032211000000018],[-71.7933349999999,83.020537999999988],[-71.794998000000021,83.013611000000083],[-71.792220999999984,83.00749200000007],[-71.778335999999911,83.001663000000065],[-71.567229999999938,82.941086000000041],[-71.493606999999997,82.932205000000124],[-71.33666999999997,82.914703000000088],[-71.219726999999978,82.914993000000095],[-71.144164999999987,82.908325000000104],[-71.084166999999979,82.900542999999971],[-71.018340999999964,82.891937000000041],[-70.952224999999999,82.883605999999986],[-70.871384000000035,82.881087999999977],[-70.835006999999962,82.883041000000105],[-70.84333799999996,82.889984000000084],[-70.857773000000009,82.897217000000126],[-70.904174999999952,82.908035000000098],[-70.961944999999957,82.918593999999985],[-71.080841000000021,82.937484999999981],[-71.306380999999931,82.982208000000071],[-71.472777999999948,83.001663000000065],[-71.497498000000007,83.007217000000026],[-71.489990000000034,83.014435000000049],[-71.474166999999852,83.019440000000088],[-71.425002999999947,83.029434000000094],[-71.125274999999988,83.087494000000049],[-70.887221999999895,83.098038000000088],[-70.694152999999972,83.103592000000049],[-70.585280999999952,83.103317000000061],[-70.470000999999968,83.107482999999945],[-70.37388599999997,83.113311999999951],[-70.260009999999966,83.113876000000118],[-70.160003999999958,83.111374000000012],[-70.111937999999952,83.109421000000111]]]} } ] } oj-3.16.12/test/data/canada.rails.json000066400000000000000000124040641510053151600174070ustar00rootroot00000000000000{"type":"FeatureCollection","features":[{"type":"Feature","properties":{"name":"Canada"},"geometry":{"type":"Polygon","coordinates":[[["-0.65613616999999977e2","0.43420273000000009e2"],["-0.65619720000000029e2","0.43418052999999986e2"],[-65.625,"0.43421379000000059e2"],["-0.65636123999999882e2","0.43449714999999969e2"],["-0.65633056999999951e2","0.43474709000000132e2"],["-0.65611389000000031e2","0.43513054000000068e2"],["-0.65605835000000013e2","0.43516105999999979e2"],[-65.598343,"0.43515830999999935e2"],["-0.65566101000000003e2","0.43508331000000055e2"],["-0.65561935000000005e2","0.43504439999999988e2"],[-65.55999799999995,"0.43499718000000087e2"],["-0.65573333999999988e2","0.43476379000000065e2"],["-0.65593612999999948e2","0.43444153000000028e2"],["-0.65613616999999977e2","0.43420273000000009e2"]],[["-0.59816947999999911e2","0.43928328999999962e2"],["-0.59841667000000029e2","0.43918602000000021e2"],["-0.59866393999999957e2","0.43909987999999998e2"],["-0.59879722999999956e2","0.43906654000000003e2"],["-0.59895835999999974e2","0.43904160000000047e2"],["-0.59919448999999929e2","0.43901099999999985e2"],["-0.59953330999999991e2","0.43898604999999975e2"],["-0.60013617999999951e2","0.43903320000000008e2"],["-0.60028609999999958e2","0.43905548000000124e2"],["-0.60078338999999914e2","0.43917496000000028e2"],["-0.60103888999999981e2","0.43926659000000029e2"],["-0.60121666000000005e2","0.43934990000000084e2"],["-0.60129997000000003e2","0.43941933000000063e2"],["-0.60124167999999997e2","0.43945267000000058e2"],["-0.60095000999999968e2","0.43939430000000129e2"],["-0.60017776000000026e2","0.43925827000000083e2"],["-0.59975554999999986e2","0.43921936000000017e2"],["-0.59966942000000017e2","0.43921936000000017e2"],["-0.59915000999999961e2","0.43925552000000096e2"],["-0.59861945999999989e2","0.43934433000000013e2"],["-0.59841385000000002e2","0.43938880999999981e2"],[-59.80972300000002,"0.43950828999999999e2"],["-0.59793334999999956e2","0.43959435000000099e2"],["-0.59777221999999938e2","0.43968048000000067e2"],["-0.59755279999999971e2","0.43979431000000091e2"],["-0.59724716000000001e2","0.43991104000000121e2"],["-0.59727775999999949e2","0.43986382000000049e2"],["-0.59736389000000031e2","0.43979156000000103e2"],["-0.59753615999999965e2","0.43964995999999985e2"],["-0.59762504999999919e2","0.43957771000000093e2"],["-0.59782501000000025e2","0.43944434999999999e2"],["-0.59793059999999969e2",43.93832400000008],["-0.59816947999999911e2","0.43928328999999962e2"]],[["-0.66282775999999956e2","0.44289719000000105e2"],["-0.66314437999999996e2","0.44250548999999978e2"],["-0.66322234999999978e2","0.44252777000000094e2"],["-0.66324448000000018e2",44.25750000000005],["-0.66323897999999986e2","0.44263329000000113e2"],["-0.66310271999999998e2","0.44289993000000038e2"],["-0.66303054999999915e2","0.44300545000000056e2"],["-0.66294723999999917e2","0.44310271999999998e2"],["-0.66228333000000021e2","0.44385826000000009e2"],[-66.21945199999999,"0.44394713999999965e2"],["-0.66214447000000007e2","0.44397774000000027e2"],["-0.66206389999999942e2","0.44395271000000037e2"],["-0.66204726999999934e2","0.44384995000000004e2"],["-0.66205275999999969e2","0.44379433000000063e2"],["-0.66208053999999947e2","0.44372765000000072e2"],["-0.66214721999999938e2",44.36360900000011],["-0.66249725000000012e2","0.44327217000000132e2"],["-0.66282775999999956e2","0.44289719000000105e2"]],[["-0.66886123999999995e2","0.44614440999999999e2"],["-0.66900283999999999e2",44.61332699999997],["-0.66904174999999952e2","0.44618049999999982e2"],[-66.904449,"0.44622489999999971e2"],["-0.66884734999999978e2",44.68332700000002],["-0.66858611999999937e2","0.44743050000000039e2"],["-0.66837783999999942e2","0.44770827999999995e2"],["-0.66833327999999938e2","0.44774994000000049e2"],["-0.66803329000000019e2","0.44798881999999992e2"],["-0.66798049999999932e2","0.44802490000000091e2"],["-0.66786666999999852e2","0.44808044000000109e2"],["-0.66779723999999931e2","0.44809158000000082e2"],["-0.66772507000000019e2","0.44809158000000082e2"],["-0.66767226999999934e2","0.44805549999999982e2"],["-0.66764724999999999e2","0.44801102000000014e2"],["-0.66757781999999963e2","0.44792496000000085e2"],["-0.66734726000000023e2","0.44729156000000103e2"],["-0.66736938000000009e2","0.44717209000000139e2"],["-0.66740279999999927e2",44.70777099999998],["-0.66761123999999995e2","0.44676102000000128e2"],["-0.66765015000000005e2","0.44671378999999945e2"],["-0.66875274999999931e2","0.44619438000000059e2"],["-0.66886123999999995e2","0.44614440999999999e2"]],[["-0.61199996999999996e2","0.45558327000000077e2"],["-0.61204720000000009e2","0.45555267000000072e2"],["-0.61212775999999963e2","0.45556656000000032e2"],["-0.61219993999999986e2","0.45559990000000028e2"],["-0.61224167000000023e2","0.45564156000000139e2"],["-0.61222220999999934e2","0.45569443000000035e2"],[-61.21416499999998,"0.45568886000000134e2"],["-0.61208610999999962e2",45.56721500000009],["-0.61202498999999989e2","0.45563324000000023e2"],["-0.61199996999999996e2","0.45558327000000077e2"]],[["-0.60993889000000024e2",45.45777099999998],[-61.00028199999997,"0.45455826000000002e2"],["-0.61007781999999963e2","0.45457214000000079e2"],["-0.61019446999999957e2","0.45463882000000069e2"],["-0.61101943999999946e2","0.45523048000000017e2"],["-0.61105835000000013e2","0.45526939000000084e2"],["-0.61108337000000006e2","0.45540833000000021e2"],["-0.61104445999999939e2","0.45546387000000038e2"],["-0.61098609999999951e2","0.45549164000000076e2"],["-0.61023612999999955e2","0.45574997000000053e2"],["-0.61017220000000009e2","0.45575272000000041e2"],["-0.60936942999999985e2","0.45576659999999947e2"],[-60.908051,"0.45576103000000046e2"],["-0.60900275999999906e2","0.45575554000000125e2"],["-0.60879996999999946e2","0.45560547000000099e2"],["-0.60878608999999869e2","0.45555824000000143e2"],["-0.60883888000000013e2","0.45550544999999943e2"],["-0.60889167999999984e2","0.45548332000000016e2"],["-0.60910277999999948e2","0.45546104000000071e2"],["-0.60936110999999983e2","0.45539161999999976e2"],["-0.60947495000000004e2","0.45533607000000075e2"],["-0.60952498999999932e2","0.45529990999999995e2"],["-0.60962501999999915e2","0.45519989000000066e2"],[-60.96305799999999,"0.45514998999999989e2"],["-0.60961669999999913e2","0.45510277000000087e2"],["-0.60958611000000019e2","0.45505829000000119e2"],["-0.60950553999999954e2","0.45497771999999998e2"],["-0.60993889000000024e2",45.45777099999998]],[["-0.63246391000000017e2","0.46435547000000042e2"],[-63.25389100000001,"0.46435265000000129e2"],[-63.26167299999986,"0.46436378000000047e2"],["-0.63269446999999957e2","0.46439713000000097e2"],["-0.63285004000000015e2","0.46450829000000056e2"],[-63.27055399999989,"0.46450271999999984e2"],["-0.63245834000000002e2","0.46442764000000125e2"],["-0.63240836999999999e2","0.46438599000000124e2"],["-0.63246391000000017e2","0.46435547000000042e2"]],[["-0.71111114999999984e2","0.46850548000000003e2"],["-0.71118606999999997e2","0.46850273000000016e2"],["-0.71127486999999917e2","0.46851662000000033e2"],["-0.71130279999999914e2","0.46856102000000021e2"],["-0.71128326000000015e2","0.46862213000000111e2"],["-0.71121383999999978e2","0.46874161000000129e2"],["-0.71098891999999978e2","0.46898048000000017e2"],["-0.71078339000000028e2","0.46913605000000075e2"],["-0.70936935000000005e2","0.46992493000000024e2"],["-0.70896666999999866e2","0.47013329000000056e2"],[-70.87222300000002,"0.47024162000000047e2"],["-0.70860001000000011e2",47.02777100000003],["-0.70845276000000013e2","0.47029160000000047e2"],["-0.70836394999999982e2",47.02777100000003],["-0.70818893000000003e2",47.02276599999999],[-70.81361400000003,"0.47019440000000145e2"],["-0.70809158000000025e2",47.01527400000009],["-0.70807495000000017e2",47.00999500000006],["-0.70809432999999956e2","0.47004439999999988e2"],["-0.70814437999999996e2","0.46998329000000126e2"],["-0.70877212999999983e2","0.46931107000000111e2"],["-0.70887512000000015e2","0.46923607000000004e2"],["-0.70904174999999952e2","0.46913605000000075e2"],["-0.71009170999999924e2","0.46871101000000067e2"],["-0.71033324999999934e2","0.46862494999999967e2"],["-0.71040832999999964e2","0.46860549999999989e2"],["-0.71082229999999925e2","0.46853325000000098e2"],["-0.71111114999999984e2","0.46850548000000003e2"]],[["-0.60445273999999984e2","0.46861664000000133e2"],["-0.60436942999999985e2","0.46861107000000061e2"],["-0.60352782999999988e2","0.46861664000000133e2"],["-0.60345832999999857e2","0.46862494999999967e2"],["-0.60334441999999967e2","0.46868881000000101e2"],["-0.60326110999999969e2","0.46868323999999973e2"],["-0.60320838999999978e2","0.46864441000000056e2"],["-0.60309440999999936e2","0.46851105000000132e2"],["-0.60302223000000026e2","0.46837493999999936e2"],["-0.60301392000000021e2","0.46831940000000145e2"],["-0.60304442999999935e2","0.46815269000000114e2"],["-0.60322776999999917e2","0.46736382000000049e2"],["-0.60327224999999885e2","0.46724991000000045e2"],["-0.60478881999999942e2","0.46389992000000063e2"],["-0.60535277999999948e2","0.46321663000000058e2"],["-0.60589438999999857e2",46.25499700000006],["-0.60609169000000009e2","0.46201934999999935e2"],["-0.60590331999999933e2","0.46207821000000081e2"],["-0.60587001999999984e2","0.46209488000000135e2"],[-60.57150299999995,"0.46228653000000122e2"],["-0.60553329000000019e2","0.46248878000000047e2"],["-0.60551391999999964e2",46.25499700000006],["-0.60543335000000013e2","0.46266663000000051e2"],[-60.528053,"0.46278602999999919e2"],["-0.60479720999999984e2","0.46311104000000057e2"],[-60.46805599999999,"0.46316665999999998e2"],[-60.44388600000002,"0.46326942000000088e2"],["-0.60430557000000022e2",46.33138299999996],["-0.60424171000000001e2","0.46331665000000044e2"],["-0.60416388999999867e2","0.46328049000000021e2"],["-0.60412216000000001e2",46.31888600000002],["-0.60417777999999942e2","0.46285827999999981e2"],["-0.60419997999999964e2","0.46279991000000052e2"],[-60.42472099999992,46.27526899999998],["-0.60438048999999921e2","0.46270828000000051e2"],["-0.60454719999999952e2","0.46262215000000083e2"],["-0.60470550999999944e2","0.46251105999999993e2"],[-60.53583100000003,"0.46192436000000043e2"],[-60.59027900000001,"0.46138603000000103e2"],["-0.60600280999999939e2","0.46130271999999991e2"],[-60.61611199999993,"0.46120827000000133e2"],["-0.60645836000000031e2","0.46106102000000021e2"],["-0.60687774999999874e2","0.46088326000000052e2"],["-0.60701110999999912e2",46.08526599999999],["-0.60788895000000025e2","0.46066666000000055e2"],[-60.86333499999995,"0.46052490000000034e2"],["-0.60986114999999927e2","0.45982491000000095e2"],["-0.61023887999999943e2","0.45969437000000028e2"],["-0.61080283999999949e2","0.45951660000000004e2"],["-0.61087776000000019e2",45.95138500000013],["-0.61095832999999971e2","0.45952217000000076e2"],["-0.61105003000000011e2","0.45954712000000086e2"],["-0.61113059999999905e2","0.45955268999999987e2"],["-0.61117774999999938e2","0.45950828999999999e2"],["-0.61126944999999978e2","0.45928329000000133e2"],["-0.61125556999999958e2","0.45923607000000061e2"],["-0.61118332000000009e2","0.45923049999999932e2"],["-0.61056999000000019e2","0.45931216999999947e2"],["-0.61052834000000018e2","0.45931881000000033e2"],["-0.61017497999999989e2","0.45940712000000076e2"],["-0.61014835000000005e2","0.45943382000000042e2"],["-0.60989165999999955e2",45.95638300000013],["-0.60987777999999935e2","0.45962494000000049e2"],["-0.60984168999999952e2","0.45967490999999939e2"],["-0.60957221999999945e2","0.45984992999999974e2"],["-0.60940551999999911e2","0.45994438000000059e2"],["-0.60892776000000026e2",46.01527400000009],["-0.60853057999999976e2",46.03138000000007],["-0.60770835999999917e2","0.46057495000000074e2"],["-0.60757506999999919e2","0.46060546999999985e2"],["-0.60743056999999965e2","0.46061661000000015e2"],["-0.60735557999999912e2","0.46058044000000052e2"],["-0.60734169000000009e2",46.05332199999998],["-0.60734169000000009e2","0.46047493000000145e2"],["-0.60807502999999997e2","0.45931107000000111e2"],["-0.60870276999999987e2","0.45910820000000058e2"],["-0.60898055999999997e2","0.45906654000000117e2"],["-0.60956947000000014e2","0.45903046000000018e2"],["-0.61042888999999946e2","0.45891327000000103e2"],["-0.61047053999999946e2","0.45890659000000085e2"],["-0.61050555999999972e2","0.45888991999999973e2"],["-0.61053390999999976e2","0.45886162000000127e2"],["-0.61096663999999976e2","0.45860275000000001e2"],["-0.61097777999999948e2","0.45854713000000061e2"],["-0.61094718999999998e2","0.45850273000000016e2"],["-0.61087776000000019e2","0.45847487999999998e2"],["-0.61079726999999991e2",45.84693900000002],["-0.61073059000000001e2",45.84804500000007],["-0.61060829000000012e2","0.45852776000000006e2"],["-0.61049445999999989e2","0.45858330000000024e2"],["-0.61026107999999965e2",45.86971299999999],["-0.60989997999999957e2","0.45881934999999999e2"],[-60.96805599999999,"0.45883331000000055e2"],["-0.60960281000000009e2","0.45880272000000048e2"],["-0.60919448999999986e2","0.45857498000000078e2"],["-0.60915833000000021e2","0.45852776000000006e2"],["-0.60917777999999942e2","0.45847487999999998e2"],["-0.60935271999999941e2","0.45825271999999984e2"],["-0.60940551999999911e2","0.45821663000000001e2"],["-0.60947495000000004e2","0.45820549000000028e2"],["-0.61019446999999957e2","0.45809989999999971e2"],["-0.61067504999999983e2","0.45791663999999969e2"],["-0.61079169999999976e2","0.45786110000000008e2"],["-0.61118057000000022e2","0.45763611000000026e2"],[-61.12777699999998,"0.45755271999999991e2"],["-0.61147223999999994e2","0.45704993999999999e2"],["-0.61149170000000026e2","0.45699715000000026e2"],["-0.61142501999999922e2","0.45696381000000031e2"],["-0.61077498999999932e2","0.45688880999999981e2"],["-0.61070838999999978e2","0.45689987000000031e2"],["-0.61041945999999996e2","0.45704162999999994e2"],["-0.61012778999999966e2","0.45718880000000013e2"],["-0.60996391000000017e2","0.45727767999999969e2"],["-0.60972771000000023e2",45.738045],["-0.60954719999999952e2","0.45745543999999938e2"],["-0.60935829000000012e2","0.45751389000000074e2"],[-60.92222599999991,45.75360900000004],["-0.60914443999999946e2",45.75360900000004],["-0.60890556000000004e2","0.45751663000000008e2"],["-0.60881942999999922e2","0.45750000000000057e2"],["-0.60864165999999898e2","0.45744438000000116e2"],["-0.60844161999999983e2","0.45735268000000076e2"],["-0.60816665999999998e2","0.45722488000000112e2"],["-0.60809998000000007e2","0.45719154000000117e2"],["-0.60800835000000006e2",45.71166199999999],["-0.60729438999999957e2","0.45778603000000032e2"],["-0.60719718999999998e2","0.45788329999999974e2"],["-0.60516944999999964e2","0.45920830000000137e2"],["-0.60491942999999878e2","0.45929436000000067e2"],["-0.60466942000000017e2","0.45938041999999996e2"],["-0.60409163999999976e2","0.45979987999999935e2"],["-0.60404166999999973e2","0.45984436000000073e2"],["-0.60395835999999974e2",45.99610100000001],[-60.40166499999998,"0.45994713000000104e2"],["-0.60555000000000007e2","0.45946938000000102e2"],["-0.60611671000000001e2","0.45924995000000138e2"],["-0.60629722999999899e2","0.45917496000000142e2"],["-0.60639998999999989e2",45.91027100000008],["-0.60644721999999945e2","0.45905548000000124e2"],["-0.60655272999999966e2","0.45898330999999985e2"],["-0.60661110000000008e2","0.45895270999999923e2"],["-0.60673331999999903e2","0.45890549000000021e2"],["-0.60686110999999926e2","0.45886940000000038e2"],[-60.69388600000002,"0.45886107999999922e2"],["-0.60708892999999875e2","0.45887215000000026e2"],["-0.60723327999999981e2","0.45893326000000116e2"],["-0.60788337999999953e2","0.45929436000000067e2"],["-0.60789725999999973e2","0.45934433000000126e2"],["-0.60788895000000025e2","0.45939986999999974e2"],["-0.60785278000000005e2","0.45946381000000031e2"],[-60.78055599999999,"0.45950828999999999e2"],["-0.60691382999999973e2","0.46001937999999939e2"],["-0.60679168999999945e2","0.46006660000000011e2"],["-0.60601395000000025e2","0.46039719000000105e2"],["-0.60541114999999991e2","0.46065544000000102e2"],["-0.60523612999999955e2","0.46075554000000011e2"],["-0.60490836999999942e2","0.46094437000000084e2"],[-60.30999799999995,"0.46206939999999975e2"],[-60.30499999999995,"0.46210548000000074e2"],["-0.60299994999999967e2","0.46214996000000042e2"],["-0.60295279999999934e2","0.46226936000000137e2"],["-0.60295279999999934e2","0.46232208000000071e2"],["-0.60304169000000002e2","0.46233878999999945e2"],["-0.60365554999999972e2","0.46224990999999989e2"],["-0.60372771999999998e2","0.46223320000000115e2"],["-0.60396111000000019e2","0.46213051000000064e2"],["-0.60401938999999913e2",46.21027399999997],["-0.60418335000000013e2","0.46199996999999996e2"],["-0.60428054999999915e2","0.46192490000000078e2"],["-0.60442497000000003e2",46.17943600000001],["-0.60463332999999921e2","0.46163879000000122e2"],["-0.60479163999999912e2","0.46152771000000143e2"],[-60.528053,"0.46121658000000139e2"],["-0.60605835000000013e2","0.46074715000000083e2"],["-0.60629997000000003e2","0.46065269000000114e2"],["-0.60644164999999987e2","0.46063049000000092e2"],[-60.65193899999997,"0.46063880999999981e2"],["-0.60656104999999968e2","0.46067772000000048e2"],["-0.60656386999999938e2","0.46073051000000021e2"],["-0.60652495999999985e2","0.46079436999999984e2"],["-0.60638335999999867e2","0.46093048000000124e2"],["-0.60456107999999972e2","0.46241379000000052e2"],["-0.60404998999999975e2","0.46279991000000052e2"],["-0.60399726999999984e2","0.46283882000000119e2"],["-0.60388892999999996e2","0.46291106999999954e2"],["-0.60359725999999966e2","0.46304993000000138e2"],["-0.60347778000000005e2","0.46310546999999985e2"],["-0.60285278000000005e2","0.46321381000000031e2"],["-0.60205558999999994e2","0.46240273000000002e2"],["-0.60138054000000011e2","0.46246658000000025e2"],["-0.60131942999999922e2","0.46248604000000114e2"],["-0.60124167999999997e2","0.46248604000000114e2"],["-0.60099997999999971e2","0.46246384000000091e2"],["-0.60091666999999916e2","0.46244713000000047e2"],["-0.59950553999999897e2","0.46201385000000073e2"],["-0.59873054999999965e2",46.17582699999997],["-0.59808608999999876e2","0.46111938000000066e2"],[-59.80972300000002,"0.46106384000000048e2"],["-0.59819449999999961e2","0.46097214000000008e2"],["-0.59834166999999979e2","0.46084717000000012e2"],["-0.59853888999999924e2",46.00249500000001],[-59.840553,"0.45938324000000023e2"],["-0.59958610999999962e2","0.45901657000000057e2"],["-0.60130279999999971e2","0.45867767000000129e2"],["-0.60136115999999959e2","0.45864997999999957e2"],["-0.60155272999999966e2","0.45846656999999993e2"],["-0.60159438999999963e2","0.45841102999999976e2"],["-0.60160552999999936e2","0.45835548000000074e2"],["-0.60174445999999989e2",45.76388500000013],["-0.60229163999999969e2","0.45705551000000128e2"],["-0.60233886999999925e2","0.45701102999999932e2"],["-0.60245834000000002e2",45.69499200000007],["-0.60379723000000013e2","0.45644997000000046e2"],["-0.60392226999999991e2","0.45641105999999979e2"],["-0.60411666999999966e2","0.45636940000000095e2"],[-60.49888599999997,"0.45620269999999948e2"],["-0.60513061999999934e2","0.45618880999999988e2"],[-60.55750299999994,"0.45618049999999982e2"],["-0.60765556000000004e2","0.45594994000000099e2"],["-0.60960830999999928e2","0.45599433999999917e2"],["-0.61101669000000015e2","0.45564437999999996e2"],[-61.14833799999991,"0.45555267000000072e2"],["-0.61168334999999956e2","0.45551384000000098e2"],["-0.61196917999999982e2","0.45583740000000091e2"],["-0.61218696999999963e2","0.45580788000000098e2"],["-0.61237521999999956e2","0.45581528000000048e2"],["-0.61273055999999997e2","0.45561935000000005e2"],["-0.61336945000000014e2","0.45573326000000009e2"],[-61.37557599999991,"0.45622131000000138e2"],["-0.61430556999999965e2","0.45665543000000071e2"],["-0.61454719999999952e2","0.45705551000000128e2"],["-0.61457503999999972e2",45.71527100000003],["-0.61478049999999996e2","0.45803879000000109e2"],["-0.61494720000000029e2","0.45846381999999949e2"],["-0.61527495999999985e2",45.98943300000002],["-0.61455558999999994e2","0.46137497000000053e2"],["-0.61447776999999974e2","0.46149436999999978e2"],["-0.61438888999999961e2","0.46159430999999984e2"],["-0.61412772999999959e2","0.46178329000000076e2"],["-0.61390839000000028e2","0.46191376000000105e2"],[-61.37388599999997,"0.46200829000000113e2"],["-0.61343329999999924e2","0.46212493999999992e2"],["-0.61305557000000022e2","0.46224990999999989e2"],["-0.61293892000000028e2","0.46230819999999994e2"],["-0.61283332999999971e2","0.46238884000000041e2"],[-61.09722099999999,46.44609800000012],["-0.61089438999999913e2","0.46458046000000138e2"],["-0.61035278000000005e2","0.46555549999999982e2"],["-0.61033057999999926e2","0.46561661000000072e2"],["-0.61031113000000005e2","0.46572769000000051e2"],["-0.61032501000000025e2","0.46577492000000063e2"],["-0.60996947999999918e2","0.46634720000000073e2"],["-0.60892226999999991e2",46.77388000000002],["-0.60873610999999869e2","0.46793052999999929e2"],[-60.86361699999992,"0.46801384000000041e2"],[-60.84027900000001,"0.46813605999999993e2"],["-0.60833884999999896e2","0.46815543999999932e2"],["-0.60805557000000022e2","0.46820273999999984e2"],["-0.60793892000000028e2","0.46825271999999984e2"],["-0.60724716000000001e2","0.46874992000000134e2"],["-0.60714721999999995e2",46.88249200000007],["-0.60704444999999907e2","0.46891380000000026e2"],["-0.60695273999999927e2",46.901657],["-0.60686660999999958e2","0.46912491000000045e2"],["-0.60678336999999942e2","0.46930824000000143e2"],["-0.60670554999999979e2","0.46953606000000036e2"],["-0.60664444000000003e2","0.46966103000000032e2"],[-60.65694400000001,"0.46978600000000029e2"],["-0.60640282000000013e2",47],["-0.60609169000000009e2","0.47024437000000091e2"],["-0.60597777999999892e2","0.47031105000000025e2"],["-0.60591942000000017e2","0.47033333000000027e2"],["-0.60583327999999938e2","0.47031661999999926e2"],["-0.60460830999999871e2","0.46999161000000015e2"],["-0.60427498000000014e2","0.46965827999999988e2"],["-0.60493889000000024e2","0.46902214000000072e2"],["-0.60498055000000022e2","0.46896660000000111e2"],["-0.60452224999999942e2","0.46864441000000056e2"],["-0.60445273999999984e2","0.46861664000000133e2"]],[["-0.64039718999999991e2","0.46743324000000086e2"],["-0.64031677000000002e2","0.46742767000000015e2"],["-0.64016402999999912e2","0.46743607000000054e2"],["-0.64009170999999981e2","0.46744156000000032e2"],["-0.64005004999999983e2","0.46749718000000144e2"],["-0.63999999999999943e2",46.75360900000004],["-0.63991668999999945e2","0.46753052000000139e2"],["-0.63979163999999912e2","0.46746383999999978e2"],["-0.63974715999999944e2","0.46742493000000081e2"],["-0.63832503999999972e2","0.46617210000000057e2"],["-0.63831673000000023e2","0.46611938000000123e2"],["-0.63865004999999883e2","0.46537498000000085e2"],["-0.63868888999999967e2","0.46531937000000084e2"],["-0.63840836000000024e2","0.46464438999999913e2"],["-0.63828339000000028e2","0.46458046000000138e2"],["-0.63780281000000002e2",46.44499200000007],["-0.63742226000000016e2","0.46439430000000129e2"],["-0.63733054999999979e2","0.46438881000000038e2"],["-0.63709442000000024e2",46.43749200000002],["-0.63703888000000006e2","0.46440544000000102e2"],["-0.63698050999999964e2","0.46456383000000073e2"],["-0.63698607999999979e2","0.46461662000000047e2"],["-0.63700279000000023e2","0.46466385000000002e2"],["-0.63722771000000023e2",46.48054500000012],["-0.63738051999999982e2","0.46491378999999995e2"],["-0.63739998000000014e2","0.46496101000000067e2"],["-0.63723327999999924e2","0.46543610000000058e2"],["-0.63716110000000015e2","0.46553879000000109e2"],["-0.63709723999999994e2","0.46556099000000131e2"],["-0.63676391999999964e2","0.46564156000000082e2"],["-0.63662216000000001e2","0.46566382999999973e2"],["-0.63647223999999881e2",46.56721500000009],["-0.63618889000000024e2",46.561104],["-0.63497779999999977e2","0.46527771000000143e2"],["-0.63315001999999936e2","0.46488602000000071e2"],["-0.63271979999999928e2","0.46426926000000094e2"],["-0.63240661999999986e2","0.46420456000000001e2"],["-0.63216392999999982e2","0.46412209000000132e2"],["-0.62942771999999877e2","0.46426941000000113e2"],["-0.62862777999999935e2","0.46434715000000097e2"],["-0.62698607999999979e2","0.46452492000000007e2"],["-0.62692497000000003e2","0.46456100000000106e2"],["-0.62686385999999914e2","0.46457497000000046e2"],["-0.62665833000000021e2","0.46461104999999975e2"],["-0.62595001000000025e2","0.46470825000000048e2"],["-0.62477218999999991e2","0.46477768000000026e2"],["-0.62455558999999994e2","0.46478600000000142e2"],["-0.62182502999999997e2","0.46485824999999977e2"],["-0.62166388999999981e2","0.46486107000000061e2"],["-0.62133330999999941e2","0.46482764999999915e2"],["-0.62058051999999975e2","0.46472762999999986e2"],["-0.62014724999999942e2",46.46527100000003],["-0.61979720999999984e2",46.45915999999994],[-61.970551,"0.46456940000000145e2"],["-0.61965003999999965e2","0.46453323000000012e2"],["-0.61968886999999995e2","0.46447768999999994e2"],["-0.61973609999999951e2","0.46443047000000092e2"],["-0.62013061999999991e2","0.46421104000000128e2"],["-0.62101112000000001e2","0.46379715000000033e2"],["-0.62173331999999959e2","0.46349433999999974e2"],["-0.62215552999999943e2","0.46343605000000139e2"],["-0.62279723999999931e2","0.46338043000000027e2"],["-0.62309166000000005e2","0.46349998000000085e2"],["-0.62326392999999996e2","0.46354996000000085e2"],["-0.62342773000000022e2","0.46356102000000135e2"],["-0.62357779999999934e2",46.35582700000009],["-0.62355834999999956e2",46.35083000000003],["-0.62348052999999993e2","0.46332214000000022e2"],["-0.62334723999999994e2","0.46311935000000062e2"],["-0.62361945999999932e2","0.46276657000000057e2"],["-0.62419448999999986e2","0.46219986000000119e2"],["-0.62424720999999977e2","0.46215546000000074e2"],["-0.62453888000000006e2",46.21443899999997],["-0.62507506999999919e2","0.46214157000000114e2"],["-0.62603888999999924e2","0.46182495000000131e2"],["-0.62603888999999924e2","0.46177215999999987e2"],[-62.54222900000002,"0.46122490000000028e2"],["-0.62507506999999919e2","0.46118881000000044e2"],[-62.5,"0.46119156000000089e2"],["-0.62478333000000021e2","0.46120827000000133e2"],["-0.62477218999999991e2","0.46126380999999924e2"],["-0.62478881999999999e2","0.46131935000000112e2"],["-0.62481667000000016e2",46.13638300000008],["-0.62489998000000014e2","0.46138328999999999e2"],["-0.62497222999999963e2","0.46138046000000031e2"],["-0.62506110999999976e2","0.46139717000000076e2"],["-0.62513892999999996e2","0.46142220000000066e2"],["-0.62509726999999998e2","0.46148605000000032e2"],["-0.62504448000000025e2","0.46150825999999995e2"],["-0.62489166000000012e2","0.46151382000000126e2"],["-0.62473052999999993e2","0.46150269000000094e2"],["-0.62468886999999995e2","0.46146102999999982e2"],["-0.62449164999999937e2","0.46100548000000003e2"],["-0.62447494999999947e2","0.46095543000000134e2"],["-0.62446945000000028e2","0.46090546000000018e2"],["-0.62454720000000009e2","0.46018883000000073e2"],["-0.62459166999999979e2","0.46006386000000077e2"],["-0.62473609999999951e2","0.45994713000000104e2"],["-0.62496947999999975e2","0.45983879000000002e2"],["-0.62510001999999929e2","0.45979156000000046e2"],["-0.62541671999999949e2","0.45970543000000077e2"],["-0.62548614999999927e2","0.45969437000000028e2"],["-0.62591667000000029e2","0.45964996000000099e2"],["-0.62613891999999964e2","0.45962769000000037e2"],["-0.62650276000000019e2","0.45960274000000027e2"],["-0.62761115999999959e2","0.45954162999999937e2"],["-0.62837776000000019e2","0.45967490999999939e2"],["-0.62856667000000016e2","0.45977486000000056e2"],["-0.62882773999999984e2","0.45995544000000109e2"],["-0.62930283000000031e2","0.46037215999999944e2"],["-0.62970832999999971e2",46.07416500000005],["-0.62922500999999954e2","0.46092491000000052e2"],["-0.62917220999999984e2","0.46096382000000119e2"],["-0.62875274999999931e2","0.46134995000000004e2"],["-0.62871940999999936e2","0.46143607999999972e2"],["-0.62885276999999974e2","0.46155823000000055e2"],["-0.62890839000000028e2","0.46159430999999984e2"],["-0.63025276000000019e2","0.46189156000000082e2"],["-0.63103614999999991e2","0.46201934999999935e2"],["-0.63112777999999992e2","0.46204163000000108e2"],["-0.63119445999999868e2","0.46207214000000135e2"],[-63.12222300000002,"0.46211662000000103e2"],["-0.63120276999999987e2","0.46217766000000097e2"],["-0.63115836999999942e2","0.46222487999999998e2"],["-0.63038895000000025e2","0.46280273000000079e2"],[-63.02416999999997,"0.46290275999999949e2"],["-0.63017776000000026e2","0.46292496000000142e2"],["-0.63010284000000013e2","0.46292770000000075e2"],["-0.63002228000000002e2","0.46289992999999981e2"],[-62.99610899999999,"0.46292220999999984e2"],["-0.62979438999999957e2","0.46301658999999972e2"],["-0.62969161999999983e2","0.46309432999999956e2"],["-0.62964721999999881e2","0.46314156000000139e2"],["-0.62962775999999963e2","0.46319992000000013e2"],["-0.62969443999999953e2",46.31888600000002],["-0.63035277999999892e2","0.46301658999999972e2"],["-0.63041388999999981e2","0.46299721000000034e2"],["-0.63052779999999927e2","0.46293884000000048e2"],["-0.63058608999999933e2","0.46290833000000021e2"],["-0.63090836000000024e2",46.26915699999995],["-0.63165001000000018e2","0.46210548000000074e2"],["-0.63143332999999984e2","0.46201660000000118e2"],["-0.63139167999999984e2","0.46197769000000051e2"],["-0.63138610999999912e2","0.46192490000000078e2"],["-0.63140556000000004e2","0.46186378000000104e2"],[-63.22444200000001,"0.46139717000000076e2"],[-63.23860899999994,"0.46138046000000031e2"],["-0.63253615999999965e2","0.46137497000000053e2"],[-63.26167299999986,"0.46138046000000031e2"],["-0.63289169000000015e2",46.14388299999996],["-0.63409163999999919e2","0.46176940999999999e2"],["-0.63519722000000002e2","0.46206099999999935e2"],["-0.63591942000000017e2","0.46211937000000091e2"],["-0.63642775999999913e2","0.46224990999999989e2"],["-0.63649726999999928e2","0.46228043000000071e2"],["-0.63699722000000008e2","0.46259437999999989e2"],["-0.63700553999999954e2","0.46269989000000066e2"],["-0.63702224999999999e2",46.27526899999998],[-63.70666499999993,"0.46278602999999919e2"],["-0.63741942999999935e2","0.46304436000000067e2"],["-0.63754447999999968e2","0.46310822000000144e2"],["-0.63811110999999926e2",46.32749200000012],["-0.63772223999999937e2","0.46360825000000091e2"],["-0.63736945999999932e2","0.46353882000000112e2"],["-0.63729163999999969e2","0.46352776000000063e2"],["-0.63714721999999995e2","0.46354164000000026e2"],["-0.63739166000000012e2","0.46391106000000036e2"],["-0.63745002999999997e2","0.46394714000000135e2"],["-0.63754447999999968e2","0.46396385000000009e2"],["-0.63761672999999917e2","0.46396659999999997e2"],["-0.63841109999999958e2",46.39888000000002],["-0.63963615000000004e2","0.46401100000000042e2"],["-0.63981941000000006e2",46.39388300000013],["-0.63989165999999898e2","0.46393608000000086e2"],["-0.64121933000000013e2","0.46404709000000025e2"],["-0.64129989999999964e2","0.46407211000000132e2"],["-0.64133057000000008e2",46.4116590000001],["-0.64135009999999909e2","0.46416382000000056e2"],["-0.64133057000000008e2",46.43332700000002],["-0.64115828999999962e2","0.46523048000000017e2"],[-64.11332699999997,46.53472099999999],["-0.64110000999999954e2","0.46541107000000125e2"],["-0.64105559999999969e2",46.54583000000008],["-0.64100280999999882e2","0.46549720999999977e2"],["-0.64094161999999926e2","0.46551659000000086e2"],["-0.64105559999999969e2","0.46618050000000096e2"],["-0.64273894999999982e2",46.62332200000003],["-0.64387511999999958e2",46.62082700000002],["-0.64391952999999944e2","0.46624709999999936e2"],["-0.64413895000000025e2","0.46665825000000098e2"],["-0.64415558000000033e2","0.46670546999999999e2"],["-0.64416655999999932e2",46.68110699999994],["-0.64414718999999991e2","0.46697769000000108e2"],["-0.64410277999999948e2","0.46711105000000089e2"],["-0.64400283999999942e2","0.46727486000000113e2"],["-0.64382492000000013e2","0.46746658000000082e2"],["-0.64346953999999982e2","0.46773605000000032e2"],["-0.64323897999999929e2","0.46786384999999996e2"],["-0.64296386999999982e2","0.46801659000000029e2"],["-0.64286117999999931e2",46.80943300000007],[-64.27305599999994,"0.46823607999999979e2"],["-0.64249724999999955e2","0.46868050000000039e2"],["-0.64247771999999941e2","0.46874161000000129e2"],["-0.64247222999999906e2","0.46879714999999976e2"],["-0.64243880999999988e2","0.46886108000000092e2"],["-0.64236389000000031e2","0.46897491000000116e2"],["-0.64226943999999946e2","0.46906097000000045e2"],["-0.64182770000000005e2","0.46945541000000105e2"],["-0.64168610000000001e2","0.46956657000000064e2"],["-0.64020844000000011e2","0.47038605000000132e2"],[-63.99500299999994,"0.46984161000000086e2"],["-0.63969993999999986e2",46.901657],["-0.63967498999999862e2","0.46891662999999994e2"],["-0.64041381999999999e2",46.82249500000006],["-0.64066100999999946e2","0.46804436000000123e2"],["-0.64076401000000033e2","0.46798881999999992e2"],["-0.64091674999999952e2","0.46778603000000032e2"],["-0.64077498999999932e2","0.46756386000000134e2"],["-0.64074448000000018e2","0.46752220000000023e2"],["-0.64067504999999926e2","0.46749161000000072e2"],["-0.64039718999999991e2","0.46743324000000086e2"]],[["-0.55876105999999993e2","0.47260551000000021e2"],["-0.55968329999999867e2","0.47257773999999927e2"],["-0.55946388000000013e2","0.47273323000000062e2"],["-0.55934440999999936e2","0.47279434000000094e2"],["-0.55895003999999972e2","0.47290833000000021e2"],["-0.55888053999999954e2","0.47292496000000142e2"],["-0.55881110999999976e2","0.47293326999999977e2"],["-0.55872771999999998e2","0.47292221000000097e2"],["-0.55865836999999885e2","0.47287773000000129e2"],["-0.55855003000000011e2","0.47269714000000022e2"],["-0.55876105999999993e2","0.47260551000000021e2"]],[["-0.61380554000000018e2","0.47620270000000119e2"],["-0.61493057000000022e2","0.47552490000000091e2"],["-0.61498610999999926e2","0.47550270000000069e2"],["-0.61535560999999973e2",47.54583000000008],[-61.54222900000002,"0.47545547000000113e2"],["-0.61547782999999868e2","0.47549164000000076e2"],["-0.61549445999999989e2","0.47553879000000109e2"],["-0.61545279999999991e2",47.55943300000007],["-0.61520279000000016e2","0.47569160000000011e2"],["-0.61513892999999939e2","0.47572495000000117e2"],["-0.61477492999999924e2",47.60054800000006],["-0.61473610000000008e2",47.6055530000001],["-0.61471382000000006e2","0.47611382000000106e2"],[-61.470551,"0.47616936000000123e2"],["-0.61479163999999969e2","0.47618599000000017e2"],[-61.534447,"0.47618881000000101e2"],["-0.61541945999999996e2","0.47617210000000057e2"],["-0.61559440999999993e2","0.47609161000000029e2"],["-0.61653610000000015e2","0.47549995000000081e2"],["-0.61855559999999969e2","0.47417213000000061e2"],["-0.61849723999999981e2","0.47413605000000132e2"],["-0.61841667000000029e2","0.47410820000000115e2"],["-0.61833611000000019e2","0.47409987999999998e2"],["-0.61789169000000015e2","0.47425827000000083e2"],["-0.61777221999999995e2","0.47431664000000069e2"],["-0.61766662999999937e2","0.47439156000000025e2"],["-0.61714447000000007e2","0.47489989999999977e2"],["-0.61691382999999973e2","0.47515548999999965e2"],["-0.61701392999999939e2","0.47491936000000067e2"],["-0.61740836999999942e2",47.44499200000007],["-0.61843329999999924e2","0.47388603000000046e2"],[-61.90589099999994,"0.47354935000000012e2"],["-0.61925277999999992e2","0.47343605000000139e2"],[-61.93332700000002,"0.47333327999999938e2"],["-0.61962776000000019e2","0.47281662000000097e2"],["-0.61965003999999965e2","0.47275551000000007e2"],["-0.61964721999999995e2","0.47270271000000093e2"],["-0.61961945000000014e2","0.47266106000000093e2"],["-0.61957503999999972e2","0.47261940000000038e2"],["-0.61938605999999993e2","0.47257217000000026e2"],["-0.61827782000000013e2","0.47234161000000029e2"],["-0.61819450000000018e2","0.47233330000000024e2"],["-0.61807776999999987e2","0.47239159000000029e2"],["-0.61799445999999989e2","0.47250274999999931e2"],["-0.61794723999999917e2","0.47254714999999976e2"],["-0.61783057999999869e2","0.47260551000000021e2"],["-0.61782775999999956e2","0.47255272000000048e2"],["-0.61789725999999916e2","0.47242493000000024e2"],["-0.61793892000000028e2","0.47236938000000123e2"],["-0.61799445999999989e2","0.47232764999999972e2"],["-0.61810279999999977e2","0.47226654000000053e2"],["-0.61816948000000025e2","0.47224709000000075e2"],[-61.84444400000001,"0.47219436999999971e2"],["-0.61859443999999883e2","0.47218047999999953e2"],["-0.61955276000000026e2","0.47211662000000047e2"],["-0.61979995999999971e2","0.47213608000000136e2"],["-0.61996390999999903e2","0.47214996000000042e2"],["-0.62004722999999956e2","0.47217766000000097e2"],["-0.62010001999999872e2",47.22137500000008],["-0.62013061999999991e2","0.47225821999999994e2"],["-0.62014724999999942e2",47.23054500000012],["-0.62015006999999912e2","0.47235825000000034e2"],["-0.62013061999999991e2","0.47241661000000079e2"],["-0.61948607999999979e2","0.47379432999999949e2"],["-0.61941665999999941e2","0.47392219999999952e2"],["-0.61937499999999943e2",47.39777400000014],["-0.61928054999999972e2","0.47407211000000075e2"],["-0.61922225999999966e2","0.47409987999999998e2"],["-0.61908889999999928e2","0.47413879000000065e2"],["-0.61736114999999984e2","0.47507216999999969e2"],["-0.61705832999999984e2","0.47532494000000099e2"],["-0.61684440999999936e2","0.47547492999999974e2"],["-0.61662216000000001e2","0.47561661000000072e2"],["-0.61616942999999992e2","0.47588042999999914e2"],["-0.61571114000000023e2","0.47613608999999997e2"],["-0.61553611999999987e2","0.47623046999999985e2"],[-61.53583500000002,"0.47631659999999954e2"],["-0.61529167000000029e2","0.47633606000000043e2"],["-0.61521110999999962e2","0.47634437999999989e2"],["-0.61425277999999992e2","0.47642769000000044e2"],["-0.61407775999999956e2","0.47641105999999922e2"],["-0.61388892999999996e2","0.47637771999999984e2"],["-0.61381942999999922e2","0.47634437999999989e2"],["-0.61377776999999924e2","0.47631103999999993e2"],["-0.61376105999999993e2","0.47626380999999981e2"],["-0.61380554000000018e2","0.47620270000000119e2"]],[["-0.54261391000000003e2",47.39027400000009],["-0.54268889999999999e2","0.47389717000000019e2"],["-0.54293059999999969e2","0.47391663000000051e2"],["-0.54341385000000002e2","0.47398048000000074e2"],["-0.54358054999999979e2","0.47403046000000074e2"],["-0.54364448999999979e2","0.47406654000000003e2"],["-0.54365554999999915e2","0.47411659000000043e2"],["-0.54359726000000023e2","0.47416664000000083e2"],["-0.54326392999999996e2","0.47436653000000035e2"],["-0.54295279999999991e2",47.44999700000011],[-54.278053,"0.47460823000000062e2"],["-0.54267220000000009e2","0.47469437000000084e2"],["-0.54262222000000008e2","0.47474709000000018e2"],["-0.54257781999999963e2","0.47480820000000108e2"],["-0.54230552999999986e2","0.47523605000000032e2"],["-0.54229996000000028e2","0.47550270000000069e2"],["-0.54204719999999952e2","0.47593605000000082e2"],[-54.13527699999986,"0.47668053000000043e2"],["-0.54128882999999973e2","0.47670546999999999e2"],["-0.54122771999999998e2",47.66693900000007],["-0.54121940999999993e2","0.47661934000000031e2"],["-0.54122222999999963e2","0.47656937000000084e2"],["-0.54124999999999943e2","0.47640831000000105e2"],["-0.54160827999999981e2","0.47534996000000035e2"],["-0.54238892000000021e2",47.40387700000008],["-0.54243331999999953e2","0.47399437000000091e2"],["-0.54255004999999983e2","0.47392769000000101e2"],["-0.54261391000000003e2",47.39027400000009]],[["-0.54077498999999989e2","0.47479431000000091e2"],[-54.08306099999993,"0.47474991000000102e2"],["-0.54093055999999933e2","0.47483046999999999e2"],["-0.54096663999999976e2","0.47487213000000054e2"],["-0.54101112000000001e2","0.47496384000000035e2"],["-0.54101944000000003e2","0.47501389000000074e2"],["-0.54099723999999924e2","0.47558883999999978e2"],[-54.09833500000002,"0.47589714000000015e2"],["-0.54097220999999934e2","0.47605270000000132e2"],[-54.09332999999998,"0.47631659999999954e2"],["-0.54083610999999962e2","0.47679717999999923e2"],["-0.54078612999999962e2","0.47684990000000028e2"],["-0.54071388000000013e2","0.47685546999999929e2"],["-0.54067504999999983e2","0.47681107000000111e2"],["-0.54060555000000022e2","0.47651099999999985e2"],["-0.54078056000000004e2","0.47563881000000038e2"],[-54.05972300000002,"0.47532211000000132e2"],["-0.54058891000000017e2","0.47527214000000072e2"],["-0.54077498999999989e2","0.47479431000000091e2"]],[["-0.55901938999999857e2","0.47602493000000038e2"],["-0.55923057999999912e2","0.47599434000000088e2"],["-0.55947220000000016e2","0.47601936000000137e2"],["-0.56013335999999981e2","0.47611664000000019e2"],["-0.56097778000000005e2","0.47627487000000031e2"],["-0.56105559999999855e2","0.47630821000000026e2"],["-0.56109169000000009e2",47.63499500000006],["-0.56113616999999977e2","0.47644714000000022e2"],["-0.56112220999999977e2","0.47649719000000118e2"],["-0.56106666999999959e2","0.47654709000000139e2"],["-0.56100280999999939e2","0.47657211000000018e2"],["-0.56005835999999988e2","0.47680274999999995e2"],["-0.55941108999999983e2","0.47689156000000139e2"],["-0.55933883999999978e2","0.47688324000000023e2"],[-55.92861199999993,"0.47684432999999956e2"],["-0.55927498000000014e2","0.47676658999999972e2"],["-0.55934440999999936e2","0.47658882000000119e2"],["-0.55934440999999936e2","0.47653877000000023e2"],["-0.55932502999999997e2","0.47643883000000017e2"],["-0.55930000000000007e2","0.47639435000000049e2"],["-0.55926392000000021e2","0.47635268999999994e2"],["-0.55914161999999976e2","0.47628326000000015e2"],["-0.55889442000000031e2","0.47618881000000101e2"],["-0.55876388999999961e2","0.47611664000000019e2"],["-0.55882499999999936e2","0.47607773000000122e2"],["-0.55901938999999857e2","0.47602493000000038e2"]],[["-0.64482773000000009e2","0.47917770000000019e2"],[-64.50167799999997,"0.47856384000000048e2"],["-0.64503615999999909e2","0.47850273000000016e2"],["-0.64514724999999999e2","0.47832497000000046e2"],["-0.64523055999999997e2","0.47822220000000016e2"],["-0.64541106999999954e2",47.80332199999998],["-0.64604995999999971e2","0.47748329000000126e2"],["-0.64610549999999989e2","0.47745270000000005e2"],["-0.64635833999999988e2","0.47735825000000091e2"],["-0.64647507000000019e2","0.47733879000000002e2"],["-0.64690551999999968e2","0.47753052000000139e2"],["-0.64693328999999949e2","0.47758049000000028e2"],["-0.64702788999999939e2","0.47823607999999979e2"],["-0.64697768999999994e2","0.47836104999999918e2"],["-0.64685546999999985e2","0.47852219000000048e2"],["-0.64667496000000028e2","0.47866936000000067e2"],["-0.64662215999999944e2","0.47870827000000133e2"],["-0.64624160999999958e2","0.47884719999999959e2"],["-0.64617767000000015e2","0.47886658000000125e2"],["-0.64609160999999972e2","0.47886939999999981e2"],["-0.64584166999999923e2","0.47884995000000004e2"],["-0.64508057000000008e2","0.47903877000000023e2"],["-0.64482773000000009e2","0.47917770000000019e2"]],[["-0.64567504999999926e2","0.47899436999999978e2"],["-0.64574448000000018e2",47.89804799999996],["-0.64583617999999888e2","0.47899436999999978e2"],["-0.64589447000000007e2","0.47902771000000143e2"],["-0.64593886999999995e2",47.90665400000006],["-0.64594451999999933e2","0.47911933999999974e2"],["-0.64593612999999891e2","0.47918052999999986e2"],["-0.64531677000000002e2","0.48016105999999979e2"],[-64.52694699999995,48.02165999999994],["-0.64522780999999952e2","0.48025551000000007e2"],["-0.64516952999999944e2","0.48028602999999976e2"],["-0.64509734999999921e2","0.48029991000000052e2"],[-64.50111400000003,"0.48027488999999946e2"],["-0.64495543999999938e2","0.48023880000000133e2"],["-0.64490828999999906e2","0.48019989000000066e2"],[-64.48582499999992,"0.48013054000000011e2"],["-0.64482773000000009e2","0.48008606000000043e2"],["-0.64469726999999978e2","0.47969711000000132e2"],["-0.64469161999999869e2",47.96443899999997],["-0.64470550999999944e2","0.47953323000000069e2"],[-64.47444200000001,"0.47947769000000051e2"],["-0.64496383999999978e2","0.47933875999999998e2"],["-0.64513901000000033e2","0.47924712999999997e2"],["-0.64567504999999926e2","0.47899436999999978e2"]],[["-0.53712775999999963e2",48.14888000000002],["-0.53689720000000023e2","0.48147217000000126e2"],["-0.53682502999999997e2","0.48147774000000027e2"],["-0.53667503000000011e2","0.48150542999999971e2"],["-0.53647781000000009e2","0.48155265999999926e2"],["-0.53615554999999915e2","0.48167496000000028e2"],["-0.53583327999999995e2",48.18082400000003],["-0.53571113999999909e2","0.48186104000000114e2"],["-0.53564162999999951e2","0.48190543999999932e2"],["-0.53553054999999972e2","0.48199158000000011e2"],["-0.53539444000000003e2","0.48202217000000132e2"],[-53.53167000000002,"0.48202774000000034e2"],["-0.53516395999999986e2","0.48201935000000105e2"],["-0.53509726999999941e2","0.48198326000000066e2"],["-0.53509170999999867e2","0.48193321000000026e2"],["-0.53510833999999988e2","0.48150826000000109e2"],["-0.53512504999999919e2","0.48145271000000037e2"],["-0.53530829999999924e2","0.48097771000000023e2"],["-0.53536391999999978e2","0.48093323000000055e2"],["-0.53549445999999989e2","0.48088600000000099e2"],[-53.56361400000003,"0.48084991000000116e2"],["-0.53598884999999996e2","0.48079437000000098e2"],["-0.53634170999999924e2","0.48075272000000098e2"],["-0.53823333999999932e2","0.48092765999999983e2"],[-53.83943899999997,"0.48094437000000084e2"],["-0.53856110000000001e2","0.48098044999999956e2"],["-0.53871940999999936e2","0.48104713000000118e2"],["-0.53876663000000008e2","0.48108604000000014e2"],[-53.93250299999994,"0.48172767999999962e2"],["-0.53935829000000012e2","0.48182495000000131e2"],["-0.53932776999999987e2","0.48198326000000066e2"],["-0.53929168999999945e2","0.48209434999999985e2"],["-0.53922225999999966e2","0.48212493999999936e2"],["-0.53906386999999938e2",48.21027400000014],["-0.53898887999999943e2","0.48206657000000007e2"],["-0.53860000999999954e2","0.48174438000000123e2"],["-0.53855559999999969e2","0.48169991000000095e2"],["-0.53712775999999963e2",48.14888000000002]],[["-0.12347444200000001e3","0.48709160000000054e2"],["-0.12348277300000001e3","0.48708328000000108e2"],["-0.12348999000000003e3","0.48709435000000042e2"],["-0.12351306199999993e3","0.48716385000000116e2"],["-0.12352471899999989e3","0.48722488000000055e2"],["-0.12354943800000001e3","0.48746658000000082e2"],[-123.551941,"0.48752220000000023e2"],["-0.12359277299999991e3","0.48898331000000098e2"],[-123.595551,"0.48909714000000122e2"],["-0.12359612299999998e3","0.48928329000000076e2"],["-0.12359665699999994e3","0.48946938000000046e2"],["-0.12359361299999995e3","0.48947211999999979e2"],["-0.12358056599999992e3","0.48935547000000042e2"],["-0.12357721699999996e3","0.48929161000000136e2"],["-0.12353611799999999e3","0.48914993000000095e2"],["-0.12353028899999998e3","0.48911933999999974e2"],["-0.12345749699999993e3","0.48863052000000039e2"],["-0.12343388400000003e3","0.48844437000000084e2"],[-123.37027,"0.48768326000000002e2"],["-0.12336888099999993e3","0.48762771999999984e2"],["-0.12337165800000002e3",48.75750000000005],["-0.12337638900000002e3","0.48753608999999983e2"],["-0.12343195300000002e3","0.48721099999999979e2"],["-0.12347444200000001e3","0.48709160000000054e2"]],[["-0.58342223999999987e2","0.49066101000000117e2"],["-0.58349166999999966e2","0.49064437999999996e2"],["-0.58356109999999944e2","0.49065826000000129e2"],["-0.58351943999999889e2","0.49071938000000102e2"],["-0.58341385000000002e2",49.07638500000013],["-0.58333611000000019e2","0.49077773999999977e2"],["-0.58330558999999994e2","0.49073326000000009e2"],["-0.58335830999999928e2","0.49068885999999964e2"],["-0.58342223999999987e2","0.49066101000000117e2"]],[["-0.12332277699999997e3","0.48861107000000004e2"],[-123.3705369999999,"0.48856384000000048e2"],["-0.12337888299999997e3",48.85694100000012],["-0.12338474299999996e3","0.48859993000000031e2"],["-0.12354055799999998e3","0.48944992000000127e2"],["-0.12366251399999999e3",49.03527100000008],["-0.12370388800000001e3","0.49095268000000033e2"],["-0.12370527599999997e3","0.49100273000000072e2"],["-0.12370249899999999e3","0.49105552999999986e2"],[-123.695831,"0.49108047000000113e2"],["-0.12368639400000001e3","0.49106659000000036e2"],["-0.12368055700000002e3","0.49103607000000068e2"],[-123.674713,"0.49093048000000067e2"],["-0.12365943900000002e3","0.49073608000000036e2"],["-0.12360444599999994e3","0.49014717000000132e2"],["-0.12358640300000002e3","0.49000549000000092e2"],["-0.12352166699999998e3",48.96027400000014],["-0.12349916099999996e3","0.48947211999999979e2"],[-123.487503,48.94110100000006],["-0.12345973200000003e3","0.48930549999999982e2"],["-0.12343639399999995e3","0.48924438000000009e2"],["-0.12342027299999995e3","0.48920547000000113e2"],["-0.12338194299999992e3","0.48910819999999944e2"],["-0.12332833900000003e3","0.48895827999999938e2"],["-0.12332250999999991e3","0.48892768999999987e2"],["-0.12331777999999997e3",48.88888500000013],["-0.12331276700000001e3","0.48872765000000072e2"],[-123.3125,"0.48868050000000039e2"],["-0.12331639100000001e3","0.48863327000000027e2"],["-0.12332277699999997e3","0.48861107000000004e2"]],[[-125.816101,"0.49125824000000136e2"],["-0.12582028200000002e3","0.49124709999999993e2"],["-0.12586028299999998e3","0.49134438000000046e2"],[-125.906387,"0.49160820000000115e2"],["-0.12591027800000001e3","0.49165543000000071e2"],["-0.12592582699999991e3","0.49190826000000015e2"],["-0.12593360899999993e3","0.49211104999999918e2"],["-0.12593306000000001e3","0.49218048000000124e2"],["-0.12593055700000002e3","0.49219986000000063e2"],["-0.12592610200000001e3","0.49223320000000058e2"],["-0.12587888299999992e3","0.49235824999999977e2"],["-0.12586749299999997e3","0.49233330000000137e2"],["-0.12582917800000001e3","0.49226379000000009e2"],["-0.12581806899999987e3","0.49220543000000134e2"],["-0.12579915599999998e3","0.49208328000000051e2"],["-0.12578888699999993e3","0.49172768000000133e2"],["-0.12579583699999995e3","0.49151932000000102e2"],["-0.12579833999999994e3","0.49146385000000009e2"],["-0.12581249999999994e3","0.49129158000000132e2"],[-125.816101,"0.49125824000000136e2"]],[["-0.12613194299999992e3","0.49393325999999945e2"],[-126.126938,"0.49390274000000034e2"],["-0.12612470999999999e3","0.49390274000000034e2"],["-0.12612053699999996e3","0.49388602999999989e2"],["-0.12611054999999999e3","0.49382210000000043e2"],["-0.12610665899999992e3","0.49378601000000003e2"],["-0.12609612300000003e3","0.49368599000000074e2"],["-0.12608640300000002e3","0.49358604000000128e2"],["-0.12607277699999997e3",49.34304800000001],[-126.0497279999999,"0.49265548999999965e2"],[-126.0511019999999,"0.49260550999999964e2"],["-0.12605583200000001e3","0.49256104000000107e2"],["-0.12606471299999987e3","0.49250832000000003e2"],["-0.12607112100000001e3","0.49248329000000012e2"],["-0.12607972699999999e3","0.49246658000000139e2"],["-0.12608917199999991e3","0.49246101000000067e2"],["-0.12609638999999999e3",49.24721500000004],["-0.12618666100000002e3","0.49263328999999999e2"],["-0.12619167299999992e3","0.49265548999999965e2"],["-0.12622332799999992e3","0.49279716000000121e2"],["-0.12622944599999994e3","0.49282493999999929e2"],["-0.12623916600000001e3","0.49289718999999991e2"],["-0.12623473399999995e3","0.49374161000000015e2"],["-0.12622917200000001e3","0.49378601000000003e2"],["-0.12622138999999999e3","0.49380547000000092e2"],["-0.12614138800000001e3",49.39415699999995],["-0.12613194299999992e3","0.49393325999999945e2"]],[["-0.12337943999999999e3","0.49326941999999974e2"],["-0.12339222699999999e3","0.49326103000000046e2"],["-0.12341027799999995e3","0.49334159999999997e2"],["-0.12342194399999994e3","0.49339714000000015e2"],["-0.12342666600000001e3","0.49344154000000003e2"],["-0.12342804699999999e3","0.49348877000000016e2"],["-0.12342027299999995e3","0.49381660000000011e2"],["-0.12341332999999997e3","0.49386107999999979e2"],[-123.3600009999999,"0.49411658999999986e2"],["-0.12335472099999998e3","0.49413322000000107e2"],[-123.327789,"0.49416664000000083e2"],["-0.12331696299999999e3","0.49417496000000142e2"],["-0.12331220999999999e3","0.49414992999999981e2"],["-0.12330943300000001e3",49.41137700000013],["-0.12331027199999994e3",49.40526600000004],["-0.12331194299999993e3","0.49401932000000045e2"],[-123.327789,"0.49363052000000096e2"],["-0.12333112299999999e3","0.49354996000000028e2"],["-0.12334472699999998e3","0.49341934000000037e2"],["-0.12336833199999995e3","0.49330275999999969e2"],["-0.12337943999999999e3","0.49326941999999974e2"]],[["-0.54705276000000026e2","0.49400543000000084e2"],["-0.54712776000000019e2","0.49398330999999985e2"],["-0.54730277999999998e2","0.49403046000000018e2"],["-0.54735557999999969e2","0.49407211000000018e2"],["-0.54759726999999941e2","0.49432495000000017e2"],["-0.54759170999999981e2","0.49437766999999951e2"],["-0.54754723000000013e2","0.49443878000000041e2"],["-0.54749442999999928e2","0.49449158000000125e2"],[-54.73833499999995,"0.49457771000000093e2"],["-0.54680556999999908e2",49.49193600000001],["-0.54673057999999912e2","0.49492493000000081e2"],["-0.54665001000000018e2","0.49489159000000086e2"],["-0.54644164999999987e2","0.49473320000000001e2"],["-0.54640281999999956e2",49.46915400000006],["-0.54640838999999971e2","0.49463881999999955e2"],["-0.54654716000000008e2","0.49460823000000005e2"],["-0.54684440999999993e2","0.49420546999999999e2"],["-0.54699164999999994e2",49.40387700000008],["-0.54705276000000026e2","0.49400543000000084e2"]],[[-124.179169,"0.49441101000000117e2"],["-0.12418554699999999e3","0.49439986999999974e2"],["-0.12431360599999999e3","0.49456099999999992e2"],["-0.12432668299999995e3","0.49460823000000005e2"],["-0.12436000099999995e3","0.49474433999999974e2"],["-0.12436609599999997e3","0.49477486000000056e2"],["-0.12437082699999996e3","0.49481102000000135e2"],["-0.12437165799999997e3","0.49483047000000113e2"],["-0.12438054699999998e3","0.49506943000000035e2"],["-0.12438110399999994e3","0.49511940000000095e2"],["-0.12437832599999996e3","0.49515830999999991e2"],["-0.12437165799999997e3","0.49518326000000002e2"],[-124.361107,"0.49519157000000064e2"],["-0.12435500299999995e3","0.49517494000000113e2"],["-0.12434889199999998e3","0.49514442000000031e2"],["-0.12430471799999992e3","0.49512214999999969e2"],["-0.12424471999999997e3","0.49501389000000017e2"],["-0.12423750299999995e3","0.49498329000000126e2"],["-0.12422138999999993e3","0.49491379000000109e2"],[-124.1875,"0.49474433999999974e2"],["-0.12418167099999999e3","0.49471375000000023e2"],["-0.12417388900000003e3",49.45638299999996],["-0.12417194399999994e3","0.49446655000000135e2"],["-0.12417223399999989e3","0.49444153000000085e2"],[-124.179169,"0.49441101000000117e2"]],[["-0.12333277899999996e3","0.49441101000000117e2"],["-0.12336028299999987e3","0.49433051999999918e2"],["-0.12337499999999994e3","0.49433327000000133e2"],[-123.442207,"0.49438599000000067e2"],[-123.448036,"0.49441658000000018e2"],["-0.12345944199999997e3","0.49467209000000082e2"],["-0.12345973200000003e3","0.49470543000000077e2"],["-0.12345305599999995e3","0.49495544000000109e2"],["-0.12344526699999994e3",49.51527400000009],["-0.12343666100000002e3","0.49522217000000069e2"],["-0.12338082899999995e3","0.49536110000000122e2"],["-0.12337000299999994e3","0.49536110000000122e2"],[-123.360817,"0.49534995999999978e2"],[-123.3550029999999,"0.49531936999999971e2"],["-0.12333833300000003e3",49.50610400000005],["-0.12333167999999995e3","0.49500832000000116e2"],["-0.12332805599999995e3","0.49496383999999978e2"],["-0.12332389799999993e3","0.49488602000000014e2"],[-123.319458,"0.49474708999999962e2"],["-0.12331777999999997e3",49.464157],[-123.319458,"0.49451934999999992e2"],["-0.12332224300000001e3","0.49448043999999925e2"],["-0.12332695000000001e3","0.49444153000000085e2"],["-0.12333277899999996e3","0.49441101000000117e2"]],[["-0.55695548999999971e2","0.49506943000000035e2"],["-0.55725829999999974e2","0.49505554000000018e2"],["-0.55732497999999964e2","0.49509163000000001e2"],["-0.55735001000000011e2","0.49513610999999969e2"],["-0.55736114999999984e2","0.49518599999999935e2"],["-0.55735832000000016e2",49.52388000000002],["-0.55730277999999942e2","0.49545547000000056e2"],["-0.55722771000000023e2","0.49557770000000119e2"],["-0.55716110000000015e2","0.49560271999999998e2"],["-0.55684998000000007e2","0.49561104000000114e2"],["-0.55676948999999979e2","0.49561104000000114e2"],["-0.55658332999999971e2","0.49559158000000025e2"],["-0.55653052999999886e2","0.49555267000000129e2"],["-0.55652221999999938e2","0.49550270000000069e2"],["-0.55653885000000002e2","0.49544716000000051e2"],["-0.55661384999999939e2","0.49529716000000064e2"],["-0.55664444000000003e2",49.52388000000002],[-55.68111399999998,"0.49510826000000122e2"],["-0.55687499999999943e2","0.49508049000000028e2"],["-0.55695548999999971e2","0.49506943000000035e2"]],[["-0.12468943799999994e3","0.49480270000000019e2"],["-0.12469611399999997e3","0.49477767999999969e2"],["-0.12470221700000002e3","0.49478042999999957e2"],["-0.12474137899999994e3","0.49488045000000113e2"],["-0.12475361599999991e3","0.49491379000000109e2"],["-0.12482362399999994e3","0.49539435999999966e2"],["-0.12483666999999997e3","0.49554993000000024e2"],["-0.12484111000000001e3","0.49562767000000008e2"],["-0.12484249899999992e3","0.49578605999999979e2"],["-0.12484194899999989e3",49.58415999999994],["-0.12483416699999992e3","0.49607773000000066e2"],["-0.12483168000000001e3","0.49610549999999989e2"],["-0.12482749899999993e3","0.49608887000000038e2"],["-0.12481054699999993e3","0.49589714000000129e2"],["-0.12480888400000003e3","0.49586655000000007e2"],["-0.12480583200000001e3","0.49585823000000062e2"],["-0.12477887699999997e3","0.49568886000000077e2"],["-0.12468804899999986e3","0.49483604000000014e2"],["-0.12468943799999994e3","0.49480270000000019e2"]],[["-0.55693053999999961e2",49.56749700000006],["-0.55709166999999979e2","0.49566383000000087e2"],["-0.55716659999999933e2","0.49567214999999976e2"],["-0.55720832999999971e2","0.49571381000000088e2"],["-0.55723052999999993e2","0.49576102999999989e2"],["-0.55722771000000023e2","0.49581383000000073e2"],["-0.55705832999999927e2","0.49613883999999985e2"],["-0.55684998000000007e2","0.49624992000000134e2"],["-0.55673888999999974e2","0.49630547000000035e2"],["-0.55659720999999934e2","0.49635551000000021e2"],["-0.55653052999999886e2",49.63638300000008],["-0.55572776999999974e2","0.49603881999999999e2"],["-0.55567504999999926e2","0.49599998000000141e2"],["-0.55573058999999944e2","0.49595543000000134e2"],["-0.55586387999999943e2",49.59137700000008],["-0.55608054999999979e2","0.49586104999999975e2"],["-0.55671669000000009e2","0.49571381000000088e2"],["-0.55693053999999961e2",49.56749700000006]],[["-0.54576667999999984e2","0.49558601000000124e2"],[-54.77305599999994,"0.49493880999999988e2"],["-0.54809440999999993e2","0.49488045000000113e2"],[-54.83916499999998,49.48443600000013],["-0.54855835000000013e2",49.48443600000013],["-0.54863060000000019e2","0.49485268000000019e2"],["-0.54871940999999936e2","0.49487495000000081e2"],["-0.54873055000000022e2","0.49492218000000094e2"],["-0.54893616000000009e2","0.49580551000000128e2"],["-0.54894447000000014e2",49.58526599999999],["-0.54891945000000021e2","0.49590546000000074e2"],["-0.54885276999999974e2","0.49593048000000124e2"],["-0.54805556999999965e2","0.49595825000000048e2"],["-0.54792228999999963e2","0.49572768999999994e2"],["-0.54793335000000013e2","0.49566939999999988e2"],["-0.54791671999999892e2",49.56249200000002],[-54.78833800000001,"0.49557770000000119e2"],["-0.54784172000000012e2","0.49554161000000136e2"],["-0.54768607999999972e2","0.49546661000000029e2"],["-0.54760001999999986e2","0.49545547000000056e2"],["-0.54743889000000024e2","0.49544998000000135e2"],["-0.54729720999999984e2","0.49548050000000046e2"],["-0.54708611000000019e2","0.49554436000000123e2"],["-0.54614722999999969e2","0.49606102000000021e2"],["-0.54574722000000008e2","0.49635269000000108e2"],["-0.54561942999999928e2","0.49653603000000089e2"],["-0.54548889000000031e2","0.49659988000000055e2"],["-0.54536117999999931e2","0.49664153999999996e2"],["-0.54529723999999987e2","0.49633881000000031e2"],["-0.54531669999999963e2",49.62221500000004],["-0.54538054999999986e2","0.49587494000000106e2"],["-0.54543334999999956e2","0.49582497000000046e2"],["-0.54570557000000008e2","0.49562209999999936e2"],["-0.54576667999999984e2","0.49558601000000124e2"]],[["-0.54004448000000025e2","0.49647491000000116e2"],["-0.54257781999999963e2","0.49566666000000055e2"],["-0.54265839000000028e2","0.49566939999999988e2"],["-0.54274719000000005e2","0.49569160000000011e2"],["-0.54289444000000003e2","0.49576102999999989e2"],["-0.54293335000000013e2","0.49580551000000128e2"],["-0.54298888999999917e2","0.49609993000000088e2"],["-0.54297782999999981e2","0.49651100000000099e2"],["-0.54288054999999929e2",49.71138000000002],["-0.54282775999999956e2","0.49716660000000104e2"],["-0.54269996999999989e2","0.49722487999999998e2"],["-0.54141945000000021e2",49.75],["-0.54102225999999973e2","0.49750274999999988e2"],["-0.54093886999999938e2","0.49748878000000047e2"],["-0.54085830999999985e2","0.49745544000000052e2"],["-0.54081115999999952e2","0.49736381999999935e2"],["-0.54040000999999961e2","0.49689987000000087e2"],["-0.54003058999999951e2","0.49659988000000055e2"],["-0.54004448000000025e2","0.49647491000000116e2"]],[[-124.129707,"0.49650825999999995e2"],[-124.139183,"0.49650543000000027e2"],["-0.12415361000000001e3","0.49655548000000067e2"],["-0.12418694299999993e3","0.49668883999999991e2"],[-124.196663,"0.49676940999999999e2"],["-0.12420195000000001e3","0.49701934999999992e2"],["-0.12419943199999989e3","0.49706099999999992e2"],["-0.12414750699999996e3","0.49746658000000025e2"],["-0.12414277600000003e3",49.75],["-0.12413722199999995e3","0.49752219999999966e2"],["-0.12409166699999997e3","0.49767769000000101e2"],["-0.12403611799999999e3","0.49777214000000129e2"],[-124.029449,"0.49778328000000101e2"],[-124.021118,49.77777100000003],["-0.12401611299999996e3","0.49775551000000007e2"],["-0.12401862299999999e3",49.77165999999994],["-0.12402555799999993e3","0.49767769000000101e2"],["-0.12404611199999999e3","0.49756386000000077e2"],["-0.12406054699999999e3","0.49744995000000131e2"],["-0.12407472200000001e3","0.49733330000000024e2"],["-0.12409084300000001e3","0.49715546000000131e2"],["-0.12410109699999992e3","0.49700272000000041e2"],["-0.12410555999999991e3","0.49689430000000016e2"],["-0.12410722399999992e3","0.49677215999999987e2"],["-0.12411081699999994e3","0.49664992999999924e2"],["-0.12411361699999998e3","0.49659713999999951e2"],["-0.12412304699999993e3","0.49651931999999988e2"],[-124.129707,"0.49650825999999995e2"]],[[-56.80361199999993,"0.49763329000000056e2"],["-0.56827498999999989e2","0.49761107999999979e2"],[-56.83555599999994,"0.49762771999999984e2"],[-56.83805099999995,"0.49767494000000056e2"],["-0.56832779000000016e2","0.49771934999999985e2"],["-0.56826667999999984e2",49.77526899999998],["-0.56792503000000011e2","0.49785552999999993e2"],["-0.56782218999999998e2",49.78694200000001],[-56.78194400000001,"0.49780822999999941e2"],["-0.56790840000000003e2","0.49768326000000002e2"],["-0.56796669000000009e2","0.49764999000000046e2"],[-56.80361199999993,"0.49763329000000056e2"]],[["-0.12444611399999991e3","0.49723320000000115e2"],["-0.12443749999999994e3","0.49723045000000127e2"],["-0.12442887899999994e3","0.49723877000000016e2"],["-0.12441000400000001e3","0.49723045000000127e2"],["-0.12438137799999998e3","0.49713326000000109e2"],["-0.12435138699999999e3","0.49698044000000095e2"],["-0.12433277900000002e3","0.49683327000000077e2"],["-0.12413474300000001e3","0.49525269000000037e2"],["-0.12413221699999991e3","0.49520271000000037e2"],["-0.12412416100000002e3","0.49499161000000072e2"],[-124.122772,"0.49493607000000054e2"],["-0.12412748699999997e3","0.49489715999999987e2"],["-0.12413417099999992e3","0.49487495000000081e2"],["-0.12414167799999996e3","0.49485825000000091e2"],["-0.12414916999999997e3","0.49486107000000004e2"],["-0.12415527299999985e3","0.49488602000000014e2"],[-124.281387,"0.49546661000000029e2"],["-0.12440583800000002e3","0.49605826999999977e2"],["-0.12443804899999998e3","0.49628875999999991e2"],["-0.12444220699999994e3","0.49638046000000031e2"],["-0.12447666900000002e3",49.67193600000013],[-124.5396649999999,"0.49692768000000001e2"],["-0.12455249799999996e3","0.49697105000000022e2"],["-0.12456167599999998e3","0.49699935999999923e2"],["-0.12461416600000001e3","0.49713607999999965e2"],["-0.12462721299999993e3",49.71915400000006],["-0.12465416699999997e3","0.49736107000000118e2"],["-0.12466082799999992e3","0.49742767000000129e2"],["-0.12465666199999993e3","0.49796943999999939e2"],["-0.12465110800000002e3","0.49799995000000138e2"],["-0.12461945300000002e3","0.49797218000000044e2"],[-124.604446,"0.49789436000000137e2"],["-0.12459944199999995e3",49.78443900000002],["-0.12459028599999999e3",49.77165999999994],["-0.12456234000000001e3","0.49753326000000015e2"],["-0.12455933399999998e3","0.49751495000000034e2"],["-0.12449472000000003e3","0.49733330000000024e2"],["-0.12444611399999991e3","0.49723320000000115e2"]],[["-0.12667610199999996e3","0.49583603000000039e2"],["-0.12668138099999993e3","0.49583054000000118e2"],["-0.12668888899999996e3","0.49583878000000084e2"],["-0.12669722000000002e3","0.49585548000000074e2"],["-0.12678971899999999e3","0.49612213000000111e2"],["-0.12680803699999996e3",49.61971299999999],["-0.12681416299999995e3","0.49622765000000072e2"],["-0.12690556300000003e3","0.49685547000000099e2"],["-0.12696528599999999e3","0.49726935999999966e2"],["-0.12696945199999999e3","0.49731102000000078e2"],["-0.12697416699999991e3","0.49740273000000002e2"],["-0.12697556299999997e3",49.75],["-0.12694055200000003e3","0.49831383000000017e2"],[-126.890556,49.84777100000008],["-0.12679915599999993e3","0.49876099000000011e2"],["-0.12677749599999993e3",49.87971500000009],["-0.12676872299999997e3","0.49878616000000079e2"],["-0.12674944299999999e3",49.85694100000012],["-0.12673416099999997e3","0.49848045000000013e2"],["-0.12667804699999994e3","0.49825272000000098e2"],["-0.12664472999999992e3","0.49774162000000047e2"],[-126.636124,"0.49759437999999989e2"],["-0.12663445300000001e3","0.49753883000000087e2"],["-0.12661332699999997e3","0.49648330999999985e2"],["-0.12661609599999997e3","0.49624435000000062e2"],["-0.12662053699999996e3","0.49606102000000021e2"],["-0.12662416099999996e3","0.49601386999999988e2"],["-0.12663305700000001e3","0.49596100000000035e2"],[-126.66861,"0.49585548000000074e2"],["-0.12667610199999996e3","0.49583603000000039e2"]],[["-0.62089721999999881e2","0.49386383000000137e2"],["-0.62081389999999999e2","0.49385551000000078e2"],["-0.62051665999999955e2","0.49390274000000034e2"],["-0.62043616999999927e2","0.49390549000000078e2"],["-0.62025276000000019e2",49.38749700000011],["-0.61892226999999934e2","0.49351387000000045e2"],["-0.61875557000000015e2","0.49344994000000042e2"],["-0.61825835999999924e2","0.49312209999999993e2"],["-0.61821114000000023e2","0.49308883999999978e2"],["-0.61663329999999917e2","0.49149162000000047e2"],["-0.61661666999999966e2","0.49144439999999975e2"],["-0.61670837000000006e2","0.49134163000000001e2"],["-0.61702224999999942e2","0.49111107000000004e2"],["-0.61735557999999969e2","0.49096099999999979e2"],["-0.61796111999999937e2","0.49078048999999965e2"],["-0.62019996999999989e2","0.49069443000000035e2"],["-0.62029167000000029e2","0.49069443000000035e2"],["-0.62195549000000028e2","0.49074997000000053e2"],["-0.62368057000000022e2",49.0991590000001],["-0.62726105000000018e2","0.49154709000000025e2"],["-0.62782218999999884e2","0.49165824999999984e2"],["-0.62946662999999944e2","0.49198874999999987e2"],["-0.63089995999999985e2","0.49228043000000014e2"],["-0.63097778000000005e2",49.23054500000012],["-0.63209442000000024e2","0.49270827999999995e2"],[-63.23082699999992,"0.49280273000000022e2"],["-0.63242774999999938e2","0.49287498000000085e2"],["-0.63253059000000007e2","0.49294997999999964e2"],["-0.63269996999999989e2",49.311104],["-0.63275832999999977e2","0.49314712999999983e2"],["-0.63283332999999914e2","0.49317771999999934e2"],["-0.63387221999999952e2",49.34388000000007],["-0.63416945999999882e2","0.49350829999999974e2"],["-0.63501296999999965e2","0.49370384000000115e2"],["-0.63537223999999867e2","0.49379714999999976e2"],["-0.63573058999999944e2","0.49396660000000111e2"],[-63.61611199999993,"0.49446938000000102e2"],["-0.63621940999999879e2","0.49455551000000071e2"],["-0.63620833999999945e2","0.49461105000000089e2"],["-0.63616660999999908e2",49.46665999999999],[-63.61333499999995,"0.49473044999999956e2"],["-0.63612502999999947e2","0.49478873999999962e2"],[-63.61611199999993,"0.49488327000000027e2"],["-0.63619720000000029e2","0.49492767000000015e2"],["-0.63662772999999959e2",49.533051],[-63.67888599999992,"0.49544716000000051e2"],["-0.63714446999999893e2","0.49566383000000087e2"],[-63.84194199999996,"0.49639160000000004e2"],["-0.63881942999999978e2",49.65915700000005],["-0.63918334999999956e2","0.49674438000000009e2"],[-64.01556399999987,"0.49702492000000063e2"],["-0.64306945999999925e2","0.49777489000000003e2"],["-0.64382216999999969e2","0.49789436000000137e2"],["-0.64389998999999932e2","0.49789719000000105e2"],["-0.64418335000000013e2","0.49801658999999972e2"],["-0.64511123999999995e2","0.49858604000000014e2"],["-0.64513901000000033e2","0.49863609000000054e2"],["-0.64510283999999956e2","0.49868599000000131e2"],[-64.50111400000003,"0.49878043999999989e2"],["-0.64496108999999876e2","0.49883049000000085e2"],["-0.64490828999999906e2","0.49886939999999925e2"],["-0.64472778000000005e2","0.49895828000000108e2"],["-0.64458618000000001e2","0.49900826000000109e2"],["-0.64445540999999992e2","0.49904434000000037e2"],["-0.64226943999999946e2","0.49948326000000066e2"],["-0.64203613000000018e2","0.49950271999999984e2"],["-0.64142775999999969e2","0.49948044000000039e2"],["-0.64133057000000008e2","0.49947212000000093e2"],[-64.12388599999997,"0.49945267000000115e2"],["-0.64029175000000009e2","0.49924438000000123e2"],["-0.63958892999999932e2","0.49898048000000131e2"],["-0.63615836999999942e2","0.49849158999999986e2"],["-0.63545006000000001e2","0.49843323000000112e2"],[-63.49222599999996,"0.49840828000000045e2"],["-0.63475272999999959e2","0.49840546000000018e2"],["-0.63346946999999943e2","0.49820274000000097e2"],["-0.63309722999999963e2","0.49813880999999981e2"],["-0.63136115999999959e2","0.49780822999999941e2"],["-0.63074447999999961e2","0.49764160000000061e2"],[-62.99610899999999,"0.49736656000000096e2"],["-0.62786667000000023e2","0.49676384000000098e2"],[-62.71055599999994,"0.49660820000000001e2"],["-0.62545554999999979e2","0.49599998000000141e2"],["-0.62443610999999919e2",49.5472180000001],[-62.340553,"0.49486938000000009e2"],["-0.62212218999999948e2",49.41443600000008],["-0.62205832999999984e2",49.41137700000013],["-0.62188889000000017e2","0.49405823000000112e2"],["-0.62169166999999959e2","0.49401099999999985e2"],["-0.62099167000000023e2","0.49387771999999984e2"],["-0.62089721999999881e2","0.49386383000000137e2"]],[["-0.12492415599999998e3",50.05860100000001],["-0.12496861299999995e3","0.50035827999999981e2"],["-0.12500055699999996e3","0.50056656000000032e2"],["-0.12506304899999998e3","0.50103324999999984e2"],["-0.12506696299999999e3","0.50107498000000135e2"],[-125.066101,"0.50113884000000041e2"],[-125.0625,"0.50118324000000086e2"],["-0.12503971899999999e3","0.50130546999999922e2"],[-124.991669,"0.50168327000000033e2"],["-0.12498222399999992e3","0.50176102000000128e2"],["-0.12498055999999991e3",50.18221299999999],["-0.12498332199999999e3","0.50225548000000003e2"],["-0.12493138099999993e3","0.50171104000000128e2"],["-0.12492859599999997e3","0.50166100000000142e2"],["-0.12491528299999999e3","0.50141380000000083e2"],["-0.12489778100000001e3","0.50077492000000063e2"],["-0.12492415599999998e3",50.05860100000001]],[["-0.63859443999999996e2","0.50197768999999937e2"],["-0.63873610999999983e2","0.50194434999999999e2"],["-0.63890282000000013e2","0.50194709999999986e2"],["-0.63899993999999936e2","0.50196098000000063e2"],["-0.63908607000000018e2","0.50198601000000053e2"],["-0.63916107000000011e2","0.50201660000000004e2"],["-0.63920837000000006e2","0.50205551000000071e2"],["-0.63930557000000022e2","0.50218597000000045e2"],["-0.63931389000000024e2","0.50223877000000073e2"],["-0.63930557000000022e2","0.50229431000000091e2"],["-0.63926948999999922e2","0.50236107000000004e2"],["-0.63922774999999888e2","0.50241661000000022e2"],["-0.63916663999999969e2","0.50244713000000104e2"],["-0.63909995999999921e2","0.50246658000000139e2"],[-63.90193899999997,50.24721500000004],["-0.63889724999999999e2","0.50242218000000094e2"],["-0.63865554999999915e2","0.50228325000000041e2"],["-0.63859443999999996e2","0.50224709000000018e2"],["-0.63854720999999927e2","0.50220824999999991e2"],["-0.63852782999999988e2","0.50216103000000089e2"],["-0.63853614999999991e2","0.50210548000000017e2"],["-0.63855835000000013e2","0.50204437000000098e2"],["-0.63859443999999996e2","0.50197768999999937e2"]],[["-0.12516777000000002e3","0.49980819999999937e2"],["-0.12516999800000002e3","0.49980819999999937e2"],["-0.12517111199999994e3","0.49981659000000093e2"],["-0.12518582199999997e3","0.50004165999999998e2"],["-0.12520722999999998e3","0.50044998000000021e2"],["-0.12521417199999996e3","0.50069992000000013e2"],["-0.12528167699999989e3",50.11332700000014],["-0.12531777999999986e3","0.50136107999999979e2"],["-0.12532362399999994e3","0.50143326000000002e2"],["-0.12533999599999993e3","0.50203049000000021e2"],["-0.12534916699999997e3","0.50242493000000138e2"],["-0.12534973100000002e3",50.25777400000004],[-125.348343,"0.50261665000000107e2"],["-0.12534554299999996e3","0.50263901000000033e2"],["-0.12533999599999993e3",50.26888300000013],["-0.12531082200000003e3","0.50281380000000127e2"],["-0.12526334400000002e3","0.50293883999999991e2"],["-0.12525472999999988e3","0.50293610000000058e2"],["-0.12524638399999998e3","0.50290549999999996e2"],["-0.12524333199999995e3","0.50288329999999974e2"],["-0.12516722099999987e3","0.50213608000000079e2"],["-0.12516111799999999e3","0.50200272000000098e2"],["-0.12516000400000001e3","0.50190544000000102e2"],["-0.12518666100000002e3","0.50141663000000051e2"],[-125.1536099999999,"0.50006103999999937e2"],["-0.12515416699999997e3","0.50000832000000003e2"],["-0.12516416900000002e3","0.49985268000000133e2"],["-0.12516777000000002e3","0.49980819999999937e2"]],[[-124.8125,"0.50111381999999992e2"],["-0.12482112100000001e3","0.50111107000000118e2"],["-0.12482749899999993e3","0.50111937999999952e2"],["-0.12483361799999989e3","0.50114441000000113e2"],["-0.12486110699999989e3","0.50136383000000023e2"],["-0.12493916299999995e3","0.50207771000000093e2"],["-0.12496305799999999e3","0.50236382000000049e2"],["-0.12496610999999996e3","0.50246941000000106e2"],["-0.12496556099999992e3","0.50251663000000008e2"],["-0.12492304999999993e3","0.50296386999999982e2"],["-0.12491832699999986e3",50.29972099999992],["-0.12491082799999998e3","0.50299995000000081e2"],["-0.12490249599999999e3",50.29833200000013],["-0.12489862099999999e3","0.50293883999999991e2"],["-0.12487581599999993e3",50.28472099999999],["-0.12482167099999992e3","0.50239716000000044e2"],["-0.12475666799999999e3","0.50178328999999962e2"],["-0.12475250199999999e3","0.50167770000000132e2"],[-124.752228,"0.50161376999999959e2"],["-0.12475499699999995e3","0.50156097000000102e2"],["-0.12480695300000002e3","0.50113884000000041e2"],[-124.8125,"0.50111381999999992e2"]],[["-0.12473082699999992e3","0.50302215999999987e2"],["-0.12472693599999997e3","0.50299164000000019e2"],["-0.12472471599999994e3","0.50299164000000019e2"],["-0.12469554099999999e3","0.50289436000000023e2"],["-0.12468331899999993e3","0.50283333000000084e2"],["-0.12467250100000001e3","0.50276100000000042e2"],["-0.12466860999999994e3","0.50272491000000059e2"],["-0.12466111799999993e3","0.50263054000000125e2"],["-0.12465943900000002e3","0.50258330999999941e2"],["-0.12465750099999997e3","0.50247772000000111e2"],["-0.12465611299999989e3","0.50231377000000009e2"],["-0.12465834000000001e3","0.50212212000000022e2"],["-0.12466000399999996e3","0.50207496999999989e2"],["-0.12466251399999999e3","0.50203323000000125e2"],[-124.695831,"0.50157494000000042e2"],["-0.12470195000000001e3","0.50158600000000092e2"],["-0.12470805399999995e3","0.50161376999999959e2"],["-0.12479222099999993e3",50.22526600000009],["-0.12479499800000002e3","0.50228874000000019e2"],["-0.12478083800000002e3","0.50269440000000031e2"],["-0.12477778599999999e3",50.27748900000006],["-0.12474500299999994e3","0.50299437999999952e2"],["-0.12474054699999994e3",50.30193300000002],["-0.12473082699999992e3","0.50302215999999987e2"]],[["-0.12554387700000001e3","0.50393883000000017e2"],["-0.12563583399999999e3","0.50379714999999976e2"],["-0.12569360399999999e3","0.50383330999999998e2"],["-0.12570333899999991e3","0.50384163000000115e2"],["-0.12575527999999997e3","0.50391662999999994e2"],[-125.762787,"0.50394157000000121e2"],["-0.12576363400000002e3","0.50397491000000116e2"],["-0.12575527999999997e3","0.50405548000000067e2"],["-0.12574416399999996e3",50.40776800000009],["-0.12559528399999999e3","0.50433052000000089e2"],["-0.12558640300000002e3","0.50434158000000139e2"],["-0.12552390300000002e3","0.50434433000000126e2"],[-125.51889,"0.50431381000000044e2"],["-0.12551806599999998e3","0.50428604000000121e2"],["-0.12551777600000003e3","0.50409431000000041e2"],[-125.520554,"0.50403320000000122e2"],["-0.12552500899999995e3","0.50400825999999995e2"],["-0.12553639199999998e3","0.50395827999999995e2"],["-0.12554387700000001e3","0.50393883000000017e2"]],[["-0.12516555800000003e3","0.50374435000000062e2"],["-0.12506139400000001e3","0.50240547000000049e2"],["-0.12505194099999989e3","0.50226653999999996e2"],["-0.12505027799999993e3","0.50221657000000107e2"],[-125.048607,"0.50207771000000093e2"],["-0.12504915599999993e3","0.50193320999999969e2"],["-0.12505166599999995e3","0.50190826000000129e2"],["-0.12511638599999998e3","0.50136658000000011e2"],["-0.12512917299999998e3","0.50126098999999954e2"],["-0.12513390400000003e3","0.50122764999999958e2"],["-0.12514028899999994e3","0.50121658000000025e2"],["-0.12514472999999987e3",50.12193300000007],["-0.12515083299999998e3",50.12499200000002],["-0.12515416699999997e3","0.50133331000000055e2"],["-0.12513971699999996e3","0.50159431000000097e2"],["-0.12515611299999995e3","0.50239158999999972e2"],["-0.12521083099999993e3","0.50313048999999921e2"],["-0.12521362299999993e3","0.50316666000000055e2"],["-0.12522000099999991e3","0.50318329000000006e2"],["-0.12526363400000002e3","0.50323607999999979e2"],["-0.12527194199999997e3","0.50323883000000023e2"],["-0.12531555199999997e3","0.50318054000000018e2"],["-0.12532112099999989e3","0.50316939999999988e2"],["-0.12532695000000001e3","0.50313881000000038e2"],["-0.12533306900000002e3","0.50304435999999953e2"],["-0.12533473200000003e3",50.29972099999992],["-0.12533944699999989e3",50.29583000000008],["-0.12535610999999994e3","0.50290276000000063e2"],["-0.12537222300000002e3","0.50289436000000023e2"],["-0.12538527699999997e3","0.50289993000000095e2"],[-125.390289,50.29222100000004],["-0.12539306599999998e3",50.29583000000008],["-0.12539917000000003e3","0.50311104000000114e2"],[-125.400284,"0.50320831000000055e2"],["-0.12539943699999998e3","0.50331108000000086e2"],["-0.12539806399999998e3","0.50333878000000084e2"],[-125.391953,"0.50340546000000074e2"],[-125.291946,"0.50433876000000055e2"],["-0.12528443899999996e3","0.50435822000000144e2"],["-0.12527500900000001e3","0.50433327000000133e2"],["-0.12527306399999992e3","0.50431107000000111e2"],["-0.12523665599999993e3","0.50415825000000098e2"],["-0.12521640000000002e3","0.50404709000000139e2"],["-0.12516555800000003e3","0.50374435000000062e2"]],[["-0.12542610200000001e3",50.3555530000001],["-0.12545777899999996e3","0.50349434000000088e2"],["-0.12546749899999998e3","0.50350273000000016e2"],["-0.12552610800000002e3","0.50378875999999991e2"],["-0.12552806099999998e3","0.50381660000000124e2"],["-0.12551862299999993e3","0.50390274000000034e2"],["-0.12547749299999998e3","0.50424164000000133e2"],["-0.12547165699999999e3","0.50427489999999977e2"],[-125.465012,"0.50429993000000138e2"],["-0.12537998999999996e3","0.50460823000000005e2"],["-0.12537165799999997e3","0.50457771000000037e2"],["-0.12537082699999996e3","0.50455826000000059e2"],["-0.12536665299999993e3","0.50454162999999937e2"],["-0.12534306300000003e3","0.50441658000000018e2"],["-0.12533194700000001e3","0.50435547000000099e2"],["-0.12533000199999998e3","0.50430824000000143e2"],["-0.12533056599999986e3","0.50425270000000125e2"],["-0.12533693700000003e3","0.50416664000000026e2"],["-0.12538583399999999e3",50.36971299999999],["-0.12539835399999998e3","0.50364159000000029e2"],["-0.12542610200000001e3",50.3555530000001]],[["-0.12580721999999997e3","0.50413605000000075e2"],["-0.12590695199999993e3","0.50409714000000008e2"],["-0.12592194399999988e3",50.41027100000008],["-0.12592804699999999e3","0.50411658999999986e2"],["-0.12593110699999988e3","0.50413879000000009e2"],["-0.12595111099999997e3","0.50433876000000055e2"],["-0.12593943799999988e3","0.50443047000000035e2"],["-0.12590583799999996e3",50.45638300000013],["-0.12581416299999995e3",50.46804800000001],[-125.80777,"0.50467765999999983e2"],["-0.12580359599999997e3","0.50465546000000131e2"],["-0.12579055799999998e3","0.50456940000000031e2"],["-0.12574109599999997e3","0.50431664000000012e2"],["-0.12573805199999998e3","0.50428047000000049e2"],["-0.12573805199999998e3","0.50426658999999972e2"],["-0.12574276700000001e3","0.50424164000000133e2"],["-0.12575834700000001e3","0.50419990999999982e2"],["-0.12579110700000001e3","0.50414992999999981e2"],["-0.12580721999999997e3","0.50413605000000075e2"]],[["-0.12622582999999997e3","0.50555267000000129e2"],["-0.12630888399999998e3","0.50528327999999988e2"],["-0.12633640299999996e3","0.50521659999999997e2"],["-0.12635056299999997e3",50.52027099999998],[-126.486107,"0.50515549000000078e2"],["-0.12658805799999999e3","0.50521378000000084e2"],["-0.12660417199999995e3",50.52526899999998],["-0.12662389400000001e3","0.50533881999999949e2"],["-0.12660417199999995e3","0.50539719000000105e2"],["-0.12657444800000002e3","0.50546387000000095e2"],["-0.12655695300000002e3","0.50548607000000118e2"],["-0.12654194599999994e3","0.50549438000000123e2"],["-0.12652667200000002e3","0.50548882000000106e2"],["-0.12648860200000001e3","0.50553321999999923e2"],["-0.12638110399999999e3","0.50574715000000026e2"],["-0.12628611799999999e3","0.50598327999999981e2"],["-0.12628278399999999e3","0.50597488000000112e2"],["-0.12622609699999998e3","0.50564156000000025e2"],["-0.12622305299999999e3","0.50560546999999985e2"],[-126.224716,"0.50556655999999919e2"],["-0.12622582999999997e3","0.50555267000000129e2"]],[["-0.12646639999999996e3","0.50575829000000056e2"],["-0.12647501399999993e3","0.50575554000000011e2"],["-0.12647917199999995e3","0.50576385000000016e2"],["-0.12653555299999999e3","0.50590546000000018e2"],["-0.12654915599999998e3","0.50596382000000062e2"],["-0.12655222300000003e3","0.50598602000000085e2"],[-126.554169,"0.50602776000000119e2"],["-0.12655248999999998e3","0.50607498000000021e2"],["-0.12655027799999999e3","0.50608604000000071e2"],["-0.12654360999999994e3","0.50611382000000049e2"],["-0.12652916699999997e3","0.50614998000000128e2"],["-0.12645361299999996e3","0.50626937999999996e2"],["-0.12640499899999992e3","0.50626099000000067e2"],[-126.385559,"0.50625549000000035e2"],["-0.12637721299999993e3","0.50623877999999934e2"],[-126.364441,"0.50619438000000116e2"],["-0.12636138900000003e3","0.50615829000000133e2"],["-0.12636165599999998e3","0.50613052000000039e2"],["-0.12636971999999992e3","0.50605826999999977e2"],["-0.12638027999999997e3","0.50598602000000085e2"],["-0.12638474300000001e3","0.50596100000000035e2"],["-0.12639138799999995e3",50.59276600000004],["-0.12639806399999998e3","0.50591103000000089e2"],["-0.12646639999999996e3","0.50575829000000056e2"]],[["-0.59345832999999971e2","0.50533881999999949e2"],["-0.59353888999999924e2","0.50533881999999949e2"],["-0.59358337000000006e2","0.50537773000000016e2"],["-0.59384170999999924e2","0.50633049000000085e2"],["-0.59384170999999924e2","0.50638328999999999e2"],["-0.59382773999999984e2",50.64388300000013],["-0.59378051999999911e2","0.50649161999999933e2"],["-0.59371940999999993e2","0.50652771000000143e2"],["-0.59364448999999979e2","0.50653876999999966e2"],["-0.59355003000000011e2","0.50652214000000072e2"],["-0.59337775999999906e2","0.50640831000000048e2"],["-0.59333610999999905e2","0.50636108000000036e2"],["-0.59321670999999981e2","0.50618881000000044e2"],["-0.59305556999999965e2",50.59165999999999],["-0.59300277999999992e2","0.50581940000000088e2"],["-0.59298339999999939e2",50.57249500000006],["-0.59298339999999939e2","0.50561935000000119e2"],["-0.59308891000000017e2","0.50553047000000106e2"],["-0.59320557000000008e2","0.50545830000000024e2"],["-0.59333060999999873e2","0.50539436000000137e2"],["-0.59345832999999971e2","0.50533881999999949e2"]],[["-0.12687332200000003e3","0.50663322000000051e2"],["-0.12683416699999998e3","0.50634163000000058e2"],["-0.12683112299999999e3","0.50629158000000018e2"],["-0.12683583099999998e3","0.50625267000000122e2"],["-0.12690249599999993e3","0.50613883999999928e2"],["-0.12691251399999999e3",50.61360900000011],["-0.12701666299999999e3","0.50638328999999999e2"],[-127.025284,"0.50639992000000063e2"],["-0.12704276999999996e3","0.50637497000000053e2"],["-0.12705832700000002e3","0.50632492000000013e2"],["-0.12710193600000002e3","0.50627486999999974e2"],["-0.12712249800000001e3",50.62721300000004],["-0.12713221699999991e3","0.50628326000000129e2"],["-0.12714055599999995e3",50.62971500000009],["-0.12714472999999998e3","0.50633881000000031e2"],["-0.12714334100000002e3",50.63888500000013],["-0.12713166799999999e3","0.50652214000000072e2"],["-0.12712721299999998e3","0.50656096999999988e2"],["-0.12710916099999997e3","0.50665267999999969e2"],[-127.093887,"0.50669159000000036e2"],["-0.12708640300000002e3","0.50669716000000108e2"],["-0.12689028899999994e3","0.50667213000000118e2"],["-0.12687970699999994e3","0.50666100000000029e2"],["-0.12687332200000003e3","0.50663322000000051e2"]],[["-0.12664388999999994e3","0.50691933000000006e2"],["-0.12665249599999999e3","0.50691376000000105e2"],["-0.12665888999999993e3","0.50694435000000055e2"],[-126.662781,50.69860099999994],["-0.12666583300000002e3","0.50703323000000012e2"],["-0.12669027699999998e3",50.75499700000006],["-0.12668554699999993e3","0.50758888000000127e2"],["-0.12666832699999998e3","0.50759163000000115e2"],["-0.12660221899999999e3","0.50770828000000051e2"],["-0.12658277900000002e3","0.50769714000000022e2"],["-0.12654387700000001e3","0.50765831000000105e2"],["-0.12653639199999992e3","0.50763611000000083e2"],["-0.12653582799999998e3","0.50758606000000043e2"],["-0.12663806199999993e3","0.50694992000000127e2"],["-0.12664388999999994e3","0.50691933000000006e2"]],[["-0.55564720000000023e2","0.50699714999999912e2"],["-0.55580001999999922e2","0.50698326000000122e2"],["-0.55588889999999992e2","0.50699431999999945e2"],[-55.64527899999996,50.71888000000007],[-55.65166499999998,50.72304500000007],["-0.55653052999999886e2","0.50727211000000011e2"],["-0.55629439999999931e2","0.50780823000000112e2"],[-55.62471800000003,"0.50787216000000058e2"],["-0.55619163999999955e2","0.50791381999999999e2"],["-0.55462775999999963e2","0.50805824000000143e2"],["-0.55454444999999964e2","0.50802489999999977e2"],["-0.55450554000000011e2","0.50798332000000016e2"],["-0.55449722000000008e2","0.50792770000000075e2"],["-0.55454720000000009e2","0.50788048000000003e2"],[-55.46694199999996,"0.50784163999999976e2"],["-0.55512504999999976e2","0.50722763000000043e2"],["-0.55525001999999972e2","0.50715827999999988e2"],["-0.55551392000000021e2","0.50703323000000012e2"],["-0.55557502999999997e2","0.50701385000000073e2"],["-0.55564720000000023e2","0.50699714999999912e2"]],[["-0.12627306399999998e3","0.50652771000000143e2"],["-0.12646333300000003e3","0.50641662999999937e2"],["-0.12656806899999998e3","0.50648331000000098e2"],["-0.12658416699999992e3","0.50650269000000037e2"],["-0.12659889199999998e3","0.50654159999999933e2"],["-0.12660637699999995e3","0.50657211000000132e2"],[-126.612503,"0.50659988000000055e2"],["-0.12661749299999997e3","0.50664993000000095e2"],["-0.12661749299999997e3","0.50667770000000019e2"],["-0.12654583700000001e3","0.50726096999999982e2"],["-0.12643720999999999e3","0.50783882000000119e2"],["-0.12638971699999996e3","0.50806381000000044e2"],["-0.12638221699999997e3","0.50808043999999995e2"],["-0.12628056299999997e3","0.50828331000000048e2"],["-0.12626640299999997e3","0.50827773999999977e2"],["-0.12625805699999995e3","0.50824715000000026e2"],[-126.2538909999999,"0.50821938000000102e2"],["-0.12625171699999987e3","0.50818932000000075e2"],["-0.12623832699999997e3","0.50811104000000057e2"],["-0.12622944599999994e3","0.50803322000000094e2"],["-0.12617832900000002e3","0.50750832000000059e2"],["-0.12617722299999997e3","0.50748604000000114e2"],["-0.12617666600000001e3","0.50743881000000101e2"],["-0.12625305200000003e3","0.50699646000000087e2"],["-0.12625611900000001e3","0.50661377000000073e2"],["-0.12626083399999999e3","0.50657211000000132e2"],["-0.12626640299999997e3","0.50654709000000082e2"],["-0.12627306399999998e3","0.50652771000000143e2"]],[["-0.12673137700000001e3","0.50771934999999985e2"],["-0.12679778299999992e3","0.50768883000000017e2"],[-126.807503,"0.50769989000000066e2"],["-0.12685333300000002e3","0.50782767999999919e2"],["-0.12686472299999997e3",50.78943600000008],["-0.12690583799999996e3","0.50822769000000108e2"],["-0.12690139799999992e3","0.50825272000000098e2"],["-0.12688806199999999e3","0.50829162999999994e2"],["-0.12688137799999993e3","0.50830276000000026e2"],["-0.12664862099999999e3","0.50847214000000122e2"],["-0.12664334100000002e3","0.50846939000000134e2"],["-0.12663583399999999e3","0.50845268000000033e2"],["-0.12662943999999993e3","0.50842490999999995e2"],["-0.12658860800000002e3","0.50821381000000031e2"],["-0.12656806899999998e3","0.50807770000000062e2"],["-0.12656304899999992e3","0.50799995000000138e2"],["-0.12656861900000001e3","0.50797493000000088e2"],["-0.12673137700000001e3","0.50771934999999985e2"]],[["-0.12722693599999991e3","0.50636108000000036e2"],[-126.975281,"0.50576942000000088e2"],["-0.12685472099999993e3","0.50554436000000123e2"],["-0.12677639799999997e3","0.50546104000000128e2"],["-0.12676806599999998e3","0.50544441000000006e2"],["-0.12672138999999999e3","0.50531936999999971e2"],["-0.12670527600000003e3","0.50527489000000003e2"],["-0.12663999899999999e3","0.50507773999999984e2"],["-0.12662332199999992e3","0.50498329000000126e2"],["-0.12656388899999996e3","0.50483604000000014e2"],["-0.12649388099999993e3","0.50481934000000024e2"],["-0.12639472999999998e3","0.50481658999999979e2"],["-0.12638694800000002e3","0.50482765000000029e2"],["-0.12635582699999998e3",50.48333000000008],[-126.327789,"0.50480820000000051e2"],["-0.12622112299999998e3","0.50468596999999988e2"],["-0.12620500199999992e3","0.50466660000000104e2"],["-0.12615471600000001e3","0.50459435000000042e2"],["-0.12606916799999999e3","0.50438599000000067e2"],["-0.12604611199999994e3","0.50432495000000017e2"],[-126.031387,"0.50427773000000116e2"],[-126.01889,50.42193600000013],["-0.12597609699999992e3","0.50394996999999989e2"],["-0.12596250900000001e3","0.50388885000000016e2"],["-0.12594776899999994e3",50.38499500000006],["-0.12592859599999997e3","0.50382209999999986e2"],["-0.12581696299999999e3","0.50378044000000102e2"],["-0.12558000199999987e3","0.50365828999999962e2"],["-0.12556416300000001e3","0.50363883999999985e2"],["-0.12554860699999989e3","0.50359161000000029e2"],["-0.12546305799999993e3","0.50329719999999952e2"],["-0.12544972200000001e3","0.50323607999999979e2"],["-0.12544055200000003e3","0.50318329000000006e2"],["-0.12543554699999999e3","0.50314712999999983e2"],["-0.12543167099999999e3","0.50310547000000042e2"],["-0.12542887899999994e3","0.50305549999999982e2"],["-0.12542722300000003e3","0.50299995000000081e2"],["-0.12542666599999995e3","0.50293883999999991e2"],["-0.12542722300000003e3","0.50287498000000085e2"],["-0.12541500899999994e3","0.50261665000000107e2"],["-0.12539362299999999e3","0.50215546000000018e2"],["-0.12537777699999998e3",50.17971799999998],["-0.12536277799999993e3","0.50138046000000088e2"],["-0.12533084099999996e3","0.50113884000000041e2"],["-0.12528694199999995e3",50.08138300000013],[-125.229446,50.026657],["-0.12522165699999999e3","0.50018051000000071e2"],["-0.12521611000000001e3","0.50001389000000074e2"],["-0.12521417199999996e3","0.49976379000000065e2"],[-125.212784,"0.49970825000000048e2"],["-0.12520722999999998e3","0.49961662000000047e2"],["-0.12516860999999994e3","0.49912766000000033e2"],["-0.12511221299999994e3","0.49868324000000086e2"],["-0.12499305699999991e3","0.49788330000000087e2"],["-0.12489806399999998e3","0.49731658999999979e2"],["-0.12489138799999989e3","0.49664711000000068e2"],["-0.12491639700000002e3","0.49631660000000124e2"],["-0.12486028299999992e3","0.49541663999999969e2"],["-0.12485305800000003e3","0.49532494000000099e2"],["-0.12483306900000002e3","0.49510826000000122e2"],["-0.12478943599999991e3",49.464157],[-124.579453,49.38749700000011],["-0.12455110200000001e3","0.49378044000000102e2"],["-0.12453555299999999e3","0.49373878000000047e2"],["-0.12451917300000002e3","0.49370270000000119e2"],["-0.12426083399999993e3","0.49315269000000001e2"],["-0.12412193299999996e3","0.49270271000000093e2"],["-0.12394304699999992e3","0.49211104999999918e2"],["-0.12385637699999995e3","0.49149162000000047e2"],["-0.12386028299999992e3","0.49153046000000074e2"],["-0.12386638599999998e3","0.49160820000000115e2"],["-0.12386805700000002e3","0.49164436000000137e2"],["-0.12387110899999988e3","0.49173607000000118e2"],["-0.12387138399999998e3","0.49181106999999997e2"],["-0.12386638599999998e3","0.49186378000000047e2"],["-0.12386165599999993e3","0.49188880999999981e2"],["-0.12384999099999999e3","0.49191658000000075e2"],["-0.12382444800000002e3","0.49192764000000125e2"],["-0.12382055699999995e3","0.49190544000000102e2"],["-0.12380722000000003e3","0.49180275000000051e2"],["-0.12379444899999993e3","0.49173325000000034e2"],["-0.12378859699999998e3","0.49170273000000122e2"],["-0.12376944700000001e3",49.16304800000006],["-0.12373805199999993e3","0.49154433999999981e2"],["-0.12371112099999999e3","0.49149993999999992e2"],["-0.12370417800000001e3","0.49147491000000002e2"],[-123.699432,"0.49143883000000073e2"],[-123.696663,49.14027400000009],["-0.12369638099999997e3","0.49135551000000078e2"],["-0.12369915799999995e3","0.49130272000000105e2"],["-0.12370388800000001e3","0.49126381000000038e2"],["-0.12373137700000001e3","0.49117493000000081e2"],["-0.12374166899999989e3","0.49118049999999982e2"],["-0.12383750899999995e3",49.14138000000014],["-0.12385056299999997e3","0.49145546000000024e2"],["-0.12381027199999994e3","0.49115829000000076e2"],["-0.12375195300000001e3","0.49040833000000021e2"],["-0.12374944299999999e3",49.03527100000008],["-0.12375028999999989e3",49.02915999999999],["-0.12375695799999994e3","0.48986938000000123e2"],["-0.12375862099999989e3","0.48980819999999994e2"],["-0.12376334399999996e3","0.48976936000000137e2"],["-0.12369193999999993e3","0.48908325000000104e2"],["-0.12368222000000003e3","0.48902214000000072e2"],[-123.5911099999999,"0.48839989000000116e2"],["-0.12358277900000002e3","0.48831940000000088e2"],["-0.12356555199999997e3","0.48789719000000105e2"],["-0.12356304899999998e3","0.48778327999999988e2"],["-0.12356471299999993e3","0.48749718000000087e2"],["-0.12350945300000001e3","0.48587493999999992e2"],["-0.12347666899999996e3","0.48631660000000124e2"],["-0.12347083999999995e3","0.48673324999999977e2"],["-0.12346916199999993e3",48.67943600000001],["-0.12346444700000001e3","0.48683327000000077e2"],["-0.12345973200000003e3","0.48685822000000144e2"],["-0.12345140100000003e3","0.48686652999999978e2"],["-0.12344193999999999e3","0.48686652999999978e2"],["-0.12341639699999996e3","0.48684433000000126e2"],["-0.12340110800000002e3","0.48681381000000044e2"],["-0.12339639299999999e3","0.48677773000000116e2"],["-0.12334973099999996e3","0.48547775000000058e2"],["-0.12334834299999994e3","0.48535828000000095e2"],["-0.12329527300000001e3","0.48484718000000044e2"],["-0.12329167200000001e3","0.48480820000000108e2"],["-0.12327861000000001e3","0.48456100000000049e2"],["-0.12327610800000002e3","0.48451103000000103e2"],["-0.12327694700000001e3","0.48445540999999992e2"],["-0.12328694200000001e3","0.48418602000000021e2"],["-0.12328971899999999e3","0.48413321999999937e2"],["-0.12329444899999993e3","0.48409714000000065e2"],["-0.12330082699999997e3","0.48406654000000003e2"],["-0.12332055699999989e3","0.48399437000000034e2"],["-0.12333640299999996e3","0.48396942000000024e2"],["-0.12336028299999987e3","0.48397217000000069e2"],["-0.12341665599999999e3","0.48423882000000106e2"],["-0.12342138699999992e3","0.48427490000000034e2"],[-123.425003,"0.48431938000000002e2"],["-0.12345973200000003e3","0.48411934000000031e2"],["-0.12351334400000002e3","0.48374709999999993e2"],["-0.12353694200000001e3","0.48338326000000109e2"],["-0.12354250300000001e3","0.48312492000000077e2"],["-0.12354611199999999e3","0.48307770000000005e2"],["-0.12355166600000001e3","0.48304710000000114e2"],["-0.12355915800000002e3","0.48303047000000049e2"],["-0.12358332799999994e3","0.48301102000000014e2"],[-123.598343,"0.48311661000000072e2"],["-0.12371444699999995e3","0.48348045000000127e2"],["-0.12376251199999996e3","0.48361664000000019e2"],["-0.12377166699999998e3","0.48361664000000019e2"],["-0.12377999899999998e3","0.48360550000000046e2"],["-0.12379499799999996e3","0.48357498000000135e2"],["-0.12380888400000003e3","0.48353324999999984e2"],[-123.817497,"0.48352493000000095e2"],[-123.823624,"0.48352776000000063e2"],["-0.12391610699999995e3","0.48364159000000029e2"],["-0.12392415599999998e3","0.48366104000000064e2"],["-0.12397609699999998e3","0.48381934999999999e2"],["-0.12426363399999997e3","0.48468880000000013e2"],[-124.423607,"0.48516937000000041e2"],[-124.609444,"0.48560547000000042e2"],[-124.6885989999999,"0.48578330999999991e2"],["-0.12472083999999995e3","0.48586655000000007e2"],["-0.12475917099999998e3",48.6055530000001],["-0.12477111799999994e3","0.48611663999999962e2"],["-0.12479499800000002e3","0.48629989999999964e2"],["-0.12481777999999997e3","0.48648880000000133e2"],["-0.12482277699999997e3","0.48652489000000116e2"],[-124.9225009999999,"0.48679993000000138e2"],["-0.12502887699999997e3","0.48708885000000009e2"],[-125.0625,"0.48714996000000099e2"],["-0.12509500100000002e3","0.48721930999999984e2"],["-0.12510221899999993e3","0.48724433999999917e2"],["-0.12511389199999996e3","0.48731102000000078e2"],["-0.12518443299999996e3","0.48796104000000128e2"],["-0.12518499800000001e3","0.48800827000000083e2"],["-0.12501722699999999e3","0.48920547000000113e2"],["-0.12490862300000003e3","0.48969154000000003e2"],["-0.12490306099999998e3",48.97137500000008],["-0.12484750399999996e3","0.49011664999999994e2"],["-0.12484277299999985e3","0.49015549000000021e2"],["-0.12483556399999998e3",49.02416199999999],["-0.12478083800000002e3","0.49131377999999984e2"],["-0.12477944899999994e3","0.49144439999999975e2"],["-0.12478083800000002e3","0.49150542999999914e2"],["-0.12479695099999998e3","0.49215828000000101e2"],["-0.12479972799999996e3",49.22693600000008],["-0.12480499299999997e3","0.49236938000000066e2"],["-0.12480776999999995e3","0.49240547000000049e2"],["-0.12481555199999997e3",49.238045],[-124.818893,"0.49234718000000044e2"],["-0.12482444800000002e3","0.49224158999999986e2"],["-0.12482501199999996e3","0.49217209000000139e2"],["-0.12482333399999993e3","0.49205551000000128e2"],[-124.81723,49.18332700000002],["-0.12481610099999995e3","0.49164711000000011e2"],["-0.12481806899999998e3","0.49146103000000096e2"],["-0.12482611099999997e3","0.49122489999999971e2"],[-124.83139,"0.49112495000000081e2"],["-0.12487832599999996e3","0.49025268999999923e2"],["-0.12488194299999998e3","0.49020546000000138e2"],["-0.12489472999999998e3","0.49008888000000127e2"],["-0.12490055799999993e3",49.00499700000006],[-124.906113,"0.49001938000000052e2"],["-0.12493694299999999e3","0.48988045000000056e2"],["-0.12494999699999994e3","0.48983330000000024e2"],["-0.12496278399999994e3","0.48981102000000021e2"],["-0.12506916799999999e3","0.48984436000000017e2"],[-125.126938,"0.48991104000000007e2"],["-0.12519888300000002e3",48.96276899999998],["-0.12521000699999996e3","0.48955826000000002e2"],["-0.12521665999999988e3","0.48953323000000012e2"],["-0.12522416699999991e3","0.48951660000000118e2"],["-0.12523137699999995e3","0.48951103000000046e2"],["-0.12524194299999988e3","0.48951660000000118e2"],[-125.318893,48.96443899999997],["-0.12532721699999996e3","0.48966102999999976e2"],["-0.12545722999999992e3","0.48918052999999986e2"],["-0.12546472199999988e3","0.48916382000000112e2"],["-0.12548361199999999e3","0.48915825000000041e2"],[-125.502228,"0.48917770000000019e2"],["-0.12550723299999999e3","0.48920273000000009e2"],["-0.12575110599999994e3","0.49055267000000072e2"],["-0.12576806599999998e3","0.49098602000000028e2"],["-0.12573805199999998e3","0.49105552999999986e2"],["-0.12569304699999992e3",49.12860100000006],["-0.12564167800000001e3",49.16304800000006],["-0.12563722200000001e3","0.49166939000000127e2"],["-0.12560888699999998e3","0.49198043999999982e2"],["-0.12560582699999992e3","0.49210274000000084e2"],["-0.12560749800000002e3","0.49215828000000101e2"],[-125.611107,"0.49220267999999919e2"],["-0.12561638599999998e3","0.49219711000000018e2"],["-0.12566443599999991e3","0.49189987000000031e2"],["-0.12572083999999995e3","0.49157767999999976e2"],["-0.12574694799999997e3","0.49148604999999975e2"],["-0.12575334199999998e3","0.49147491000000002e2"],["-0.12575611899999996e3","0.49151657000000114e2"],[-125.779449,"0.49241661000000022e2"],["-0.12579666099999992e3","0.49310272000000055e2"],["-0.12586609599999991e3","0.49274436999999978e2"],[-125.952789,"0.49230270000000075e2"],["-0.12596501199999989e3",49.22526599999992],["-0.12597028399999999e3","0.49224709000000018e2"],["-0.12597444199999995e3","0.49224991000000102e2"],["-0.12598137700000001e3","0.49227211000000125e2"],["-0.12598750299999989e3","0.49230270000000075e2"],[-126.020554,"0.49263054000000125e2"],["-0.12602333099999993e3","0.49268051000000071e2"],["-0.12602223200000003e3","0.49280823000000055e2"],["-0.12601862299999993e3","0.49285553000000107e2"],["-0.12601306199999999e3","0.49288887000000102e2"],["-0.12600666799999993e3","0.49290549999999996e2"],["-0.12598029300000002e3","0.49292496000000085e2"],["-0.12597361799999999e3","0.49294997999999964e2"],["-0.12596916199999998e3","0.49297493000000031e2"],[-125.950287,"0.49311935000000005e2"],["-0.12594554099999999e3","0.49316666000000112e2"],["-0.12589750699999996e3",49.41027100000008],["-0.12589584399999995e3","0.49416381999999999e2"],["-0.12589695699999993e3","0.49428047000000049e2"],["-0.12589972699999998e3","0.49433601000000067e2"],["-0.12590471599999995e3","0.49435822000000144e2"],["-0.12590915699999988e3","0.49431938000000116e2"],["-0.12594722000000002e3","0.49395546000000138e2"],["-0.12596250900000001e3","0.49377487000000031e2"],["-0.12596501199999989e3","0.49373604000000114e2"],["-0.12596528599999999e3","0.49367493000000024e2"],[-125.962219,49.3555530000001],[-125.962784,"0.49350273000000072e2"],["-0.12596610999999996e3","0.49345543000000021e2"],[-125.99527,"0.49324440000000095e2"],["-0.12600195300000001e3","0.49321938000000046e2"],["-0.12600945299999989e3","0.49321663000000001e2"],["-0.12603916900000002e3","0.49330275999999969e2"],["-0.12604638699999987e3","0.49333328000000108e2"],["-0.12606111099999998e3","0.49344154000000003e2"],["-0.12606500199999999e3","0.49348328000000038e2"],["-0.12607556199999999e3","0.49386383000000137e2"],["-0.12607389799999999e3","0.49392494000000056e2"],[-126.120003,"0.49423049999999989e2"],["-0.12622556299999991e3",49.41027100000008],["-0.12626390099999998e3","0.49389435000000049e2"],["-0.12636527999999998e3","0.49401657000000057e2"],["-0.12645916699999998e3","0.49401932000000045e2"],["-0.12646167000000003e3","0.49382767000000115e2"],["-0.12646611000000001e3","0.49380272000000048e2"],["-0.12652667200000002e3","0.49371933000000013e2"],["-0.12654222099999993e3","0.49374435000000119e2"],["-0.12654723399999995e3","0.49378044000000102e2"],["-0.12657778899999988e3","0.49407767999999919e2"],[-126.579453,"0.49413322000000107e2"],["-0.12657917799999996e3","0.49419440999999949e2"],["-0.12656973299999999e3","0.49576385000000073e2"],["-0.12656610099999995e3","0.49584434999999985e2"],["-0.12647028399999999e3","0.49635551000000021e2"],["-0.12646167000000003e3","0.49636658000000125e2"],["-0.12640416699999997e3","0.49637772000000098e2"],["-0.12638417099999992e3",49.63638300000008],["-0.12636749299999997e3","0.49633049000000085e2"],["-0.12636028299999998e3","0.49630820999999969e2"],["-0.12634137699999997e3","0.49628875999999991e2"],["-0.12628472899999997e3","0.49634438000000102e2"],["-0.12622389199999998e3","0.49640549000000021e2"],["-0.12613417099999998e3","0.49649994000000049e2"],["-0.12609445199999988e3","0.49655548000000067e2"],["-0.12608693699999998e3","0.49657211000000018e2"],["-0.12608750899999995e3","0.49662209000000018e2"],["-0.12609028599999999e3","0.49666382000000112e2"],["-0.12609416199999993e3","0.49671104000000014e2"],["-0.12610305799999998e3","0.49679161000000022e2"],["-0.12611028299999992e3","0.49681380999999988e2"],["-0.12611972000000003e3","0.49681107000000054e2"],["-0.12620944199999991e3","0.49673881999999992e2"],["-0.12623444399999994e3","0.49669159000000036e2"],["-0.12624638400000003e3","0.49664711000000068e2"],[-126.283073,"0.49654990999999995e2"],["-0.12629833999999994e3","0.49652214000000072e2"],["-0.12634084300000001e3","0.49648605000000089e2"],["-0.12643110699999994e3","0.49662491000000045e2"],["-0.12643831599999993e3","0.49664153999999996e2"],["-0.12658500699999996e3","0.49701103000000046e2"],["-0.12659028599999994e3","0.49704437000000041e2"],["-0.12663027999999997e3","0.49794998000000078e2"],["-0.12667971799999998e3","0.49878876000000105e2"],["-0.12680444299999988e3","0.49909156999999993e2"],["-0.12683917200000002e3","0.49884720000000129e2"],["-0.12684555099999989e3",49.8822100000001],["-0.12685221899999993e3",49.87971500000009],["-0.12687609899999995e3","0.49873322000000087e2"],["-0.12693943799999994e3","0.49862770000000125e2"],["-0.12699416399999996e3","0.49855270000000019e2"],["-0.12712111699999997e3",49.85228699999999],["-0.12713249200000001e3",49.85694100000012],["-0.12717749000000003e3",49.88888500000013],["-0.12718554699999999e3","0.49897491000000059e2"],["-0.12722444199999995e3","0.49940269000000114e2"],["-0.12724137899999999e3","0.49961937000000034e2"],["-0.12723889199999996e3","0.49967208999999968e2"],[-127.234444,49.97137500000008],["-0.12717999299999991e3","0.50021378000000027e2"],[-127.18277,50.03166200000004],["-0.12718360899999999e3","0.50051102000000014e2"],["-0.12717666599999995e3",50.061104],[-127.172234,"0.50064995000000067e2"],["-0.12713027999999997e3","0.50084717000000126e2"],["-0.12715833999999995e3","0.50096382000000006e2"],["-0.12727055399999995e3",50.0991590000001],["-0.12727500899999995e3","0.50059990000000028e2"],["-0.12727749599999993e3","0.50055267000000015e2"],["-0.12728388999999999e3","0.50052216000000044e2"],["-0.12733000199999998e3","0.50033882000000062e2"],["-0.12734500100000002e3","0.50030273000000079e2"],["-0.12738054699999998e3","0.50026100000000099e2"],["-0.12738999899999993e3","0.50028603000000089e2"],["-0.12742331699999994e3","0.50042221000000097e2"],["-0.12745195000000001e3","0.50069716999999969e2"],["-0.12746916199999993e3","0.50088042999999971e2"],["-0.12747193900000002e3","0.50092765999999983e2"],["-0.12754804999999993e3","0.50130272000000105e2"],["-0.12763276699999994e3","0.50129990000000021e2"],["-0.12778028899999993e3","0.50084160000000054e2"],[-127.781387,"0.50084160000000054e2"],["-0.12778362299999998e3","0.50084160000000054e2"],[-127.890556,"0.50106941000000063e2"],["-0.12789584400000001e3","0.50108886999999925e2"],["-0.12790083299999998e3","0.50112495000000024e2"],["-0.12790695199999999e3",50.12082700000002],["-0.12790666199999998e3","0.50127769000000114e2"],["-0.12790334300000001e3","0.50132492000000127e2"],["-0.12789222699999988e3","0.50139160000000061e2"],["-0.12787917299999998e3","0.50144440000000145e2"],["-0.12786805700000002e3","0.50151099999999985e2"],["-0.12783721899999995e3","0.50172493000000088e2"],["-0.12782833900000003e3","0.50180550000000096e2"],["-0.12778888699999999e3","0.50222214000000008e2"],["-0.12779915599999993e3","0.50317772000000105e2"],["-0.12780444299999994e3","0.50321380999999917e2"],["-0.12786389200000002e3","0.50336937000000091e2"],["-0.12787138399999998e3",50.33776899999998],["-0.12788110399999999e3","0.50337212000000079e2"],[-127.895554,"0.50326385000000073e2"],["-0.12790778399999999e3","0.50319717000000082e2"],["-0.12792166099999997e3","0.50316666000000055e2"],["-0.12793138099999993e3",50.31610100000006],["-0.12794833399999993e3","0.50321937999999989e2"],["-0.12795249899999993e3","0.50324715000000083e2"],["-0.12797860700000001e3","0.50342491000000052e2"],["-0.12797944599999994e3","0.50347214000000065e2"],["-0.12792610199999996e3","0.50459991000000059e2"],["-0.12792388900000003e3","0.50462769000000037e2"],["-0.12791722099999993e3","0.50464156999999943e2"],["-0.12775666799999993e3","0.50486381999999992e2"],[-127.708054,"0.50491661000000136e2"],["-0.12770028699999995e3","0.50492218000000037e2"],["-0.12758416699999998e3","0.50486938000000009e2"],[-127.576683,"0.50484717999999987e2"],["-0.12757140400000003e3","0.50481934000000024e2"],["-0.12756331599999999e3",50.4741590000001],["-0.12753278399999999e3","0.50439986999999974e2"],["-0.12750750700000003e3","0.50409157000000107e2"],[-127.49527,"0.50395827999999995e2"],["-0.12747444200000001e3","0.50381660000000124e2"],["-0.12746193699999998e3",50.37582400000008],[-127.454453,"0.50373604000000057e2"],["-0.12744695300000001e3","0.50372765000000129e2"],[-127.446663,"0.50379714999999976e2"],["-0.12745249899999988e3","0.50388885000000016e2"],["-0.12748665599999993e3","0.50437492000000134e2"],["-0.12750583599999999e3","0.50458602999999982e2"],["-0.12752027899999996e3","0.50469711000000132e2"],["-0.12753083800000002e3","0.50476936000000023e2"],["-0.12754750100000001e3","0.50486938000000009e2"],["-0.12756388899999996e3","0.50502220000000023e2"],["-0.12757000699999998e3","0.50512214999999912e2"],["-0.12756749699999995e3","0.50516105999999979e2"],["-0.12755027799999999e3","0.50538329999999917e2"],["-0.12754472399999997e3","0.50541664000000083e2"],["-0.12750361599999997e3","0.50562210000000107e2"],["-0.12749694799999992e3","0.50565269000000058e2"],["-0.12749027999999993e3","0.50568054000000132e2"],["-0.12747501399999999e3","0.50571663000000115e2"],["-0.12744360399999999e3","0.50571663000000115e2"],["-0.12741972399999992e3","0.50573883000000137e2"],["-0.12741416900000002e3","0.50575829000000056e2"],["-0.12741166699999997e3","0.50581383000000017e2"],["-0.12741139199999992e3","0.50587494000000106e2"],["-0.12741944899999999e3","0.50596657000000107e2"],["-0.12758168000000001e3","0.50593880000000013e2"],["-0.12769138299999997e3","0.50606659000000093e2"],["-0.12787332200000003e3","0.50623877999999934e2"],["-0.12787666299999995e3","0.50621658000000139e2"],["-0.12787361099999993e3","0.50616936000000067e2"],[-127.854446,"0.50608330000000137e2"],["-0.12780055199999998e3","0.50587494000000106e2"],["-0.12778666699999997e3","0.50582214000000022e2"],["-0.12776834099999996e3","0.50579994000000056e2"],["-0.12775110599999999e3","0.50581108000000029e2"],["-0.12772501399999993e3","0.50584434999999928e2"],[-127.708618,"0.50584991000000116e2"],["-0.12766251399999999e3","0.50581383000000017e2"],["-0.12763445300000001e3","0.50578049000000021e2"],["-0.12761028299999998e3","0.50565825999999959e2"],[-127.595551,50.55582400000003],["-0.12759166699999997e3","0.50551659000000029e2"],["-0.12758972199999999e3","0.50546104000000128e2"],[-127.595551,"0.50536659000000043e2"],["-0.12760109699999998e3","0.50533333000000027e2"],["-0.12760888699999987e3",50.53138000000007],["-0.12805142199999995e3","0.50446693000000039e2"],["-0.12813363599999997e3","0.50474709000000132e2"],[-128.224152,"0.50531105000000082e2"],[-128.319458,"0.50608604000000071e2"],["-0.12837527499999993e3","0.50678604000000064e2"],["-0.12840695199999999e3","0.50738883999999985e2"],["-0.12841473399999995e3","0.50762771999999984e2"],["-0.12841665599999999e3",50.76915699999995],["-0.12841305499999993e3","0.50773880000000133e2"],["-0.12840863000000002e3",50.77777100000003],["-0.12835583499999996e3","0.50799721000000034e2"],[-128.349152,"0.50801658999999972e2"],["-0.12810693400000002e3","0.50860550000000103e2"],["-0.12805306999999999e3",50.87193300000007],["-0.12791832699999998e3","0.50872214999999983e2"],["-0.12790972899999991e3","0.50871375999999998e2"],[-127.882767,"0.50865546999999992e2"],["-0.12783332799999999e3","0.50854163999999969e2"],["-0.12767749000000003e3","0.50817497000000003e2"],["-0.12751471700000002e3","0.50774437000000034e2"],["-0.12750723299999993e3","0.50772217000000012e2"],["-0.12749582699999996e3","0.50765831000000105e2"],["-0.12748750299999995e3","0.50757217000000082e2"],["-0.12745916699999992e3","0.50718322999999998e2"],[-127.354446,"0.50676102000000014e2"],["-0.12722693599999991e3","0.50636108000000036e2"]],[["-0.12765471599999995e3","0.50837769000000094e2"],["-0.12766139199999998e3","0.50834991000000059e2"],["-0.12767027300000001e3","0.50835266000000104e2"],["-0.12775306699999999e3","0.50852776000000063e2"],["-0.12783332799999999e3","0.50879715000000033e2"],["-0.12783860799999997e3","0.50881660000000068e2"],["-0.12783306899999997e3","0.50884995000000117e2"],["-0.12773500100000001e3","0.50909987999999998e2"],["-0.12772638699999993e3","0.50908600000000092e2"],["-0.12771665999999999e3",50.90554800000001],["-0.12771028099999995e3","0.50901932000000102e2"],["-0.12769138299999997e3","0.50887214999999969e2"],["-0.12767083699999995e3",50.86693600000001],["-0.12765833999999995e3","0.50854163999999969e2"],["-0.12765527299999997e3","0.50849433999999974e2"],["-0.12765334299999995e3","0.50843880000000127e2"],["-0.12765471599999995e3","0.50837769000000094e2"]],[["-0.55555557000000022e2","0.50886383000000023e2"],["-0.55563888999999961e2","0.50884995000000117e2"],["-0.55571670999999924e2","0.50885826000000122e2"],["-0.55581116000000009e2","0.50888046000000145e2"],["-0.55604720999999984e2","0.50898048000000074e2"],["-0.55615554999999972e2","0.50906097000000102e2"],["-0.55619720000000029e2","0.50910271000000137e2"],["-0.55636115999999959e2","0.50950829000000056e2"],["-0.55635276999999917e2","0.50961380000000133e2"],["-0.55629439999999931e2","0.50965546000000018e2"],["-0.55565552000000025e2","0.50983046999999999e2"],["-0.55558334000000002e2","0.50984436000000017e2"],["-0.55550551999999925e2","0.50985268000000076e2"],[-55.54222900000002,"0.50984993000000088e2"],["-0.55535277999999948e2","0.50981377000000009e2"],["-0.55531386999999995e2","0.50977211000000125e2"],["-0.55529723999999987e2","0.50968323000000112e2"],["-0.55549995000000024e2","0.50890830999999991e2"],["-0.55555557000000022e2","0.50886383000000023e2"]],[["-0.55993889000000024e2","0.51200272000000098e2"],["-0.55999999999999943e2","0.51196655000000135e2"],[-56.00111400000003,"0.51201660000000004e2"],["-0.55998055000000022e2","0.51207496999999989e2"],["-0.55992774999999995e2","0.51212769000000094e2"],["-0.55981383999999935e2",51.22165700000005],["-0.55975554999999986e2","0.51225822000000051e2"],["-0.55967772999999966e2","0.51226653999999996e2"],["-0.55968329999999867e2","0.51221375000000023e2"],["-0.55970550999999944e2","0.51218323000000055e2"],["-0.55982498000000021e2","0.51208885000000066e2"],["-0.55993889000000024e2","0.51200272000000098e2"]],[["-0.58413329999999917e2","0.51238884000000098e2"],["-0.58462219000000005e2","0.51216103000000089e2"],["-0.58563613999999973e2","0.51228325000000041e2"],["-0.58565001999999993e2",51.23333000000008],["-0.58561942999999928e2","0.51239159000000086e2"],["-0.58555831999999953e2","0.51242767000000015e2"],["-0.58513335999999924e2","0.51264999000000103e2"],["-0.58506392999999946e2","0.51268326000000059e2"],["-0.58419448999999986e2","0.51274712000000136e2"],["-0.58412773000000016e2","0.51267212000000029e2"],["-0.58409163999999919e2","0.51256943000000035e2"],["-0.58413329999999917e2","0.51238884000000098e2"]],[["-0.53756366999999955e2",48.50326200000012],["-0.53997498000000007e2","0.48425552000000039e2"],["-0.54011116000000015e2","0.48421660999999972e2"],["-0.54025001999999915e2","0.48418602000000021e2"],["-0.54048889000000031e2","0.48420546999999999e2"],["-0.54057220000000029e2","0.48421936000000017e2"],["-0.54072776999999917e2","0.48428604000000007e2"],["-0.54081115999999952e2","0.48429992999999968e2"],["-0.54094443999999953e2","0.48425827000000083e2"],["-0.54100554999999929e2","0.48422493000000088e2"],["-0.54147223999999994e2","0.48391380000000083e2"],["-0.54138054000000011e2","0.48359161000000029e2"],["-0.54134726999999998e2","0.48354438999999957e2"],[-54.12749500000001,"0.48353324999999984e2"],["-0.54118606999999997e2","0.48364998000000014e2"],["-0.54088607999999965e2","0.48395545999999968e2"],["-0.54075561999999934e2","0.48401932000000102e2"],["-0.54069449999999961e2",48.40387700000008],["-0.54054442999999935e2","0.48404160000000047e2"],["-0.54045554999999979e2","0.48401932000000102e2"],["-0.54029167000000029e2","0.48399437000000034e2"],["-0.54021111000000019e2","0.48399162000000047e2"],["-0.53998885999999914e2","0.48400826000000052e2"],[-53.99222599999996,"0.48402489000000003e2"],[-53.97972099999987,"0.48408042999999964e2"],["-0.53913054999999929e2","0.48444153000000085e2"],["-0.53756366999999955e2",48.50326200000012],["-0.53674445999999932e2","0.48534164000000089e2"],["-0.53647223999999994e2","0.48541107000000068e2"],["-0.53631942999999978e2","0.48541382000000056e2"],["-0.53623054999999965e2",48.53916200000009],["-0.53586387999999999e2","0.48525269000000037e2"],["-0.53574722000000008e2","0.48507216999999969e2"],["-0.53558051999999975e2","0.48474709000000018e2"],["-0.53588051000000007e2","0.48428047000000106e2"],["-0.53562217999999973e2","0.48439155999999969e2"],["-0.53533889999999985e2","0.48451935000000049e2"],[-53.48860899999994,"0.48507216999999969e2"],["-0.53461945000000014e2","0.48555266999999958e2"],[-53.46527900000001,"0.48568603999999993e2"],["-0.53465835999999967e2",48.57416500000005],["-0.53465003999999965e2","0.48579436999999984e2"],["-0.53437217999999973e2","0.48619987000000094e2"],["-0.53424445999999989e2","0.48625549000000035e2"],["-0.53345832999999914e2","0.48615828999999962e2"],[-53.33805099999995,"0.48612494999999967e2"],["-0.53313056999999958e2","0.48595267999999976e2"],["-0.53305832000000009e2","0.48586655000000007e2"],["-0.53303329000000019e2","0.48581940000000145e2"],["-0.53226386999999932e2","0.48555549999999926e2"],["-0.53216392999999925e2","0.48566939999999988e2"],["-0.53153884999999946e2","0.48628601000000003e2"],["-0.53079726999999991e2",48.6988750000001],["-0.53072776999999917e2","0.48700272000000041e2"],["-0.53067779999999914e2","0.48696380999999974e2"],[-53.02305599999994,"0.48660820000000001e2"],["-0.53018889999999942e2","0.48656380000000013e2"],["-0.52978049999999996e2","0.48604439000000127e2"],["-0.52976386999999988e2","0.48599159000000043e2"],["-0.52976944000000003e2",48.59388000000007],["-0.52987220999999977e2","0.48548050000000046e2"],["-0.53053885999999977e2","0.48442764000000068e2"],["-0.53075561999999991e2","0.48422493000000088e2"],["-0.53097495999999978e2","0.48405266000000097e2"],[-53.1875,"0.48350829999999974e2"],["-0.53194159999999954e2","0.48348602000000028e2"],["-0.53201941999999974e2","0.48347488000000055e2"],["-0.53209723999999937e2","0.48347771000000023e2"],["-0.53218055999999933e2",48.3491590000001],[-53.24888599999997,"0.48362770000000069e2"],["-0.53261391000000003e2",48.37082700000002],["-0.53266395999999986e2",48.37499200000002],["-0.53345001000000025e2","0.48360275000000058e2"],["-0.53388892999999882e2","0.48303879000000109e2"],["-0.53615279999999984e2","0.48178046999999935e2"],["-0.53621383999999921e2","0.48174712999999997e2"],["-0.53634170999999924e2","0.48169991000000095e2"],["-0.53662216000000001e2","0.48163321999999994e2"],["-0.53668609999999944e2","0.48162490999999989e2"],["-0.53676948999999979e2","0.48163879000000065e2"],["-0.53694716999999912e2","0.48169158999999979e2"],[-53.71055599999994,48.17582700000014],["-0.53892501999999979e2","0.48226936000000137e2"],["-0.53901389999999935e2","0.48229156000000103e2"],["-0.53934165999999948e2","0.48233330000000137e2"],["-0.53940551999999968e2","0.48230819999999937e2"],["-0.53945273999999984e2","0.48178879000000052e2"],["-0.53944159999999897e2","0.48163879000000065e2"],["-0.53917777999999998e2","0.48088043000000027e2"],["-0.53912498000000028e2","0.48084160000000054e2"],["-0.53904167000000029e2","0.48081940000000088e2"],["-0.53823616000000015e2","0.48074439999999981e2"],["-0.53793335000000013e2","0.48073608000000092e2"],[-53.77027899999996,"0.48073326000000009e2"],["-0.53733611999999994e2","0.48076103000000103e2"],["-0.53718604999999968e2","0.48078049000000021e2"],["-0.53696944999999971e2","0.48079162999999994e2"],["-0.53689163000000008e2","0.48078880000000026e2"],["-0.53692885999999874e2","0.48067993000000001e2"],["-0.53688389000000029e2","0.48065989999999999e2"],["-0.53685219000000018e2","0.48063660000000141e2"],["-0.53683887000000027e2","0.48060822000000144e2"],["-0.53684222999999918e2","0.48057822999999985e2"],["-0.53687888999999927e2","0.48054825000000108e2"],["-0.53691055000000006e2","0.48052658000000065e2"],["-0.53698883000000023e2","0.48049328000000003e2"],["-0.53736945999999989e2","0.48032767999999976e2"],["-0.53763335999999981e2","0.48026382000000012e2"],["-0.53799445999999989e2",48.02165999999994],["-0.53836661999999933e2","0.48022217000000012e2"],["-0.53852225999999973e2","0.48023048000000074e2"],["-0.53876389000000017e2","0.48025826000000052e2"],["-0.53893889999999942e2","0.48029991000000052e2"],[-53.90166499999998,"0.48033607000000075e2"],["-0.53909438999999963e2","0.48033882000000119e2"],["-0.53916663999999912e2","0.48033332999999971e2"],["-0.53923614999999984e2","0.48031662000000097e2"],["-0.53924170999999944e2","0.48026657000000057e2"],["-0.53919167000000016e2","0.48022490999999945e2"],["-0.53911384999999939e2","0.48019157000000007e2"],["-0.53893058999999937e2","0.48014442000000145e2"],["-0.53794448999999986e2","0.47996384000000091e2"],["-0.53779166999999973e2","0.47996658000000025e2"],["-0.53695388999999921e2","0.48018218999999988e2"],[-53.69138700000002,"0.48019215000000145e2"],["-0.53668723999999997e2","0.48029880999999989e2"],["-0.53650218999999993e2","0.48037884000000133e2"],["-0.53607779999999991e2","0.48051102000000071e2"],["-0.53605835000000013e2","0.48046387000000038e2"],["-0.53619164000000012e2","0.47998878000000047e2"],["-0.53622498000000007e2","0.47993050000000096e2"],["-0.53723610000000008e2","0.47843880000000013e2"],["-0.53737777999999992e2","0.47826660000000061e2"],["-0.53787506000000008e2","0.47773048000000074e2"],["-0.53793335000000013e2","0.47768599999999935e2"],["-0.53801391999999964e2","0.47769989000000123e2"],["-0.53807502999999997e2","0.47773604999999975e2"],["-0.53825561999999991e2","0.47794998000000078e2"],["-0.53852500999999961e2","0.47785271000000137e2"],["-0.53850554999999986e2","0.47760551000000135e2"],["-0.53837501999999915e2","0.47699432000000058e2"],["-0.53760283999999956e2","0.47609993000000145e2"],["-0.53631110999999976e2",47.54332700000009],["-0.53550551999999982e2","0.47529159999999933e2"],["-0.53545279999999991e2","0.47534439000000134e2"],["-0.53542502999999954e2","0.47550270000000069e2"],["-0.53541114999999991e2","0.47585266000000047e2"],["-0.53497779999999977e2","0.47734717999999987e2"],["-0.53495834000000002e2","0.47740273000000059e2"],["-0.53461113000000012e2","0.47806655999999975e2"],["-0.53434998000000007e2",47.83776899999998],[-53.30610699999994,"0.47984161000000029e2"],["-0.53290840000000003e2","0.47999435000000119e2"],["-0.53274445000000014e2","0.48013329000000056e2"],["-0.53170554999999979e2",48.05360399999995],["-0.53110001000000011e2",48.03943600000008],["-0.53101943999999946e2","0.48038048000000003e2"],["-0.53095001000000025e2",48.03943600000008],["-0.53053329000000019e2","0.48049721000000034e2"],["-0.53041945999999996e2","0.48055824000000143e2"],["-0.52996947999999975e2","0.48086380000000077e2"],["-0.52974716000000001e2","0.48116385999999977e2"],["-0.52959723999999994e2","0.48143051000000014e2"],["-0.52956389999999999e2","0.48148605000000032e2"],["-0.52926948999999979e2","0.48169991000000095e2"],["-0.52919998000000021e2","0.48171379000000002e2"],["-0.52902221999999995e2",48.16304800000006],["-0.52886115999999959e2","0.48151100000000042e2"],["-0.52881942999999922e2","0.48147491000000059e2"],[-52.83555599999994,"0.48106383999999991e2"],["-0.52831389999999942e2","0.48101661999999919e2"],["-0.52832779000000016e2","0.48096939000000134e2"],["-0.52838889999999935e2","0.48093605000000139e2"],["-0.52871940999999993e2","0.48082214000000022e2"],["-0.52880279999999914e2","0.48083327999999995e2"],["-0.52898055999999997e2","0.48090546000000018e2"],["-0.52904167000000029e2","0.48089714000000072e2"],["-0.52911384999999996e2","0.48088043000000027e2"],["-0.52917503000000011e2","0.48084716999999955e2"],["-0.52928336999999999e2","0.48075553999999954e2"],["-0.53058051999999975e2","0.47922493000000031e2"],[-53.05999799999995,"0.47916939000000013e2"],["-0.53059440999999993e2","0.47886658000000125e2"],["-0.53075835999999981e2","0.47850830000000087e2"],["-0.53158607000000018e2","0.47683052000000089e2"],["-0.53178336999999999e2","0.47651382000000012e2"],["-0.53183608999999933e2","0.47646385000000123e2"],["-0.53201667999999984e2","0.47636383000000137e2"],["-0.53221106999999961e2","0.47628601000000003e2"],["-0.53240836999999942e2","0.47622489999999914e2"],["-0.53259726999999998e2","0.47615829000000019e2"],["-0.53265006999999969e2","0.47611664000000019e2"],["-0.53267220000000009e2","0.47606102000000078e2"],["-0.53261672999999973e2","0.47546386999999982e2"],["-0.53175560000000019e2","0.47431381000000101e2"],["-0.53128333999999995e2","0.47411102000000142e2"],["-0.53121940999999993e2","0.47413321999999994e2"],["-0.53111945999999989e2","0.47423607000000118e2"],["-0.53083060999999987e2","0.47458327999999995e2"],["-0.53065833999999938e2","0.47469986000000063e2"],["-0.53013061999999934e2","0.47501389000000074e2"],["-0.52995002999999997e2",47.51138300000008],["-0.52951667999999927e2","0.47530823000000055e2"],["-0.52919167000000016e2","0.47541663999999969e2"],["-0.52907218999999998e2",47.54833200000013],["-0.52896949999999947e2",47.55860100000001],["-0.52849167000000023e2","0.47621101000000124e2"],["-0.52842498999999918e2","0.47632767000000115e2"],["-0.52840552999999943e2","0.47638329000000056e2"],["-0.52837501999999915e2",47.65415999999999],["-0.52838889999999935e2","0.47663879000000009e2"],["-0.52841110000000015e2","0.47668602000000021e2"],["-0.52841667000000029e2","0.47673324999999977e2"],["-0.52840552999999943e2","0.47683876000000055e2"],["-0.52798889000000031e2","0.47784164000000033e2"],["-0.52791388999999981e2","0.47795547000000056e2"],[-52.78556100000003,47.79972100000009],["-0.52779442000000017e2","0.47803047000000106e2"],["-0.52770554000000004e2",47.79972100000009],["-0.52704169999999976e2","0.47753882999999973e2"],["-0.52700554000000011e2","0.47749435000000005e2"],["-0.52657776000000013e2","0.47657493999999986e2"],["-0.52614448999999979e2","0.47516662999999937e2"],["-0.52620276999999987e2","0.47500275000000101e2"],["-0.52625832000000003e2","0.47489158999999972e2"],["-0.52653327999999988e2","0.47437767000000008e2"],["-0.52718055999999933e2","0.47364998000000014e2"],["-0.52787506000000008e2","0.47308043999999938e2"],["-0.52818610999999976e2","0.47224159000000043e2"],["-0.52849723999999981e2",47.1616590000001],["-0.52845276000000013e2","0.47142493999999942e2"],["-0.52843613000000005e2","0.47063880999999981e2"],["-0.52844161999999983e2","0.47058601000000067e2"],["-0.52852782999999988e2","0.47022491000000002e2"],["-0.52884170999999981e2",46.9741590000001],["-0.52909995999999978e2","0.46911658999999986e2"],[-52.92972599999996,"0.46851662000000033e2"],["-0.52932776999999987e2","0.46825554000000068e2"],["-0.52934998000000007e2","0.46804993000000024e2"],["-0.52938332000000003e2",46.78916200000009],["-0.53090836000000024e2","0.46643326000000002e2"],["-0.53102501000000018e2","0.46636658000000011e2"],["-0.53161110000000008e2","0.46619986999999981e2"],["-0.53169166999999959e2","0.46619713000000047e2"],["-0.53192497000000003e2",46.62332200000003],["-0.53207221999999888e2","0.46630272000000105e2"],["-0.53213332999999977e2","0.46633881000000088e2"],["-0.53315552000000025e2","0.46694709999999986e2"],["-0.53354171999999949e2","0.46736938000000009e2"],["-0.53361945999999932e2","0.46737495000000081e2"],["-0.53384170999999981e2","0.46721375000000023e2"],["-0.53410552999999936e2","0.46700828999999999e2"],["-0.53426391999999964e2","0.46687210000000107e2"],["-0.53451392999999996e2",46.66137700000013],["-0.53463614999999947e2","0.46654160000000047e2"],["-0.53521111000000019e2",46.62082700000002],["-0.53532776000000013e2","0.46614159000000029e2"],["-0.53561667999999941e2","0.46612770000000069e2"],["-0.53569449999999961e2","0.46614159000000029e2"],["-0.53577224999999999e2","0.46617493000000024e2"],["-0.53607779999999991e2","0.46636107999999979e2"],["-0.53613891999999964e2","0.46640274000000034e2"],["-0.53617774999999995e2","0.46644157000000007e2"],["-0.53635001999999929e2","0.46680823999999973e2"],["-0.53643058999999994e2","0.46704437000000098e2"],[-53.64416499999993,"0.46709160000000111e2"],["-0.53648055999999997e2","0.46796661000000029e2"],["-0.53647781000000009e2","0.46801932999999963e2"],["-0.53645279000000016e2",46.81249200000002],["-0.53639724999999999e2","0.46829163000000051e2"],["-0.53636391000000003e2","0.46834717000000069e2"],["-0.53594718999999998e2",46.9447100000001],[-53.64166999999992,"0.46983879000000002e2"],["-0.53633614000000023e2","0.47001105999999993e2"],["-0.53577781999999956e2","0.47085265999999933e2"],[-53.55083499999995,"0.47106659000000036e2"],["-0.53539444000000003e2","0.47114158999999972e2"],["-0.53591385000000002e2","0.47156096999999988e2"],["-0.53646392999999989e2","0.47105270000000075e2"],["-0.53703612999999962e2","0.47053047000000106e2"],["-0.53823059000000001e2","0.46956657000000064e2"],["-0.53894164999999987e2","0.46899994000000106e2"],["-0.53945830999999941e2","0.46858887000000038e2"],["-0.54053328999999962e2","0.46794998000000135e2"],["-0.54097220999999934e2","0.46799438000000123e2"],[-54.17888599999992,46.81610100000006],["-0.54187774999999988e2","0.46819160000000011e2"],[-54.18999500000001,"0.46823607999999979e2"],["-0.54190833999999995e2","0.46828605999999979e2"],["-0.54196387999999956e2","0.46862494999999967e2"],["-0.54196663000000001e2","0.46883330999999998e2"],["-0.54193329000000006e2","0.46893607999999972e2"],["-0.54160827999999981e2","0.46981934000000024e2"],["-0.54131942999999978e2","0.47012496999999996e2"],[-54.11500499999994,"0.47039719000000105e2"],["-0.54092498999999975e2","0.47079437000000098e2"],["-0.54066665999999998e2","0.47131104000000107e2"],["-0.53993889000000024e2","0.47265274000000034e2"],["-0.53964721999999995e2","0.47299721000000034e2"],["-0.53928611999999987e2","0.47302773000000116e2"],["-0.53921943999999996e2","0.47304161000000022e2"],["-0.53879997000000003e2","0.47348045000000127e2"],["-0.53875557000000015e2","0.47354163999999969e2"],["-0.53867500000000007e2","0.47402771000000087e2"],["-0.53879439999999931e2",47.43082400000003],["-0.53900275999999963e2","0.47486107000000061e2"],["-0.53891669999999976e2","0.47524711999999965e2"],["-0.53885558999999944e2","0.47576941999999974e2"],["-0.53894721999999945e2",47.6055530000001],["-0.53896950000000004e2","0.47609993000000145e2"],["-0.53983886999999925e2",47.75777400000004],["-0.54003333999999995e2","0.47778877000000136e2"],["-0.54033332999999914e2","0.47796661000000029e2"],["-0.54195273999999984e2","0.47857498000000021e2"],["-0.54194999999999993e2","0.47843048000000124e2"],["-0.54197219999999902e2","0.47832214000000079e2"],["-0.54212776000000019e2","0.47777771000000087e2"],["-0.54219161999999926e2","0.47766106000000036e2"],["-0.54223884999999939e2","0.47759995000000117e2"],["-0.54259170999999981e2","0.47715271000000143e2"],["-0.54337776000000019e2","0.47621658000000025e2"],["-0.54435271999999998e2","0.47505554000000075e2"],["-0.54468605000000025e2","0.47441658000000075e2"],["-0.54477492999999981e2","0.47404991000000052e2"],["-0.54472495999999978e2","0.47401099999999985e2"],["-0.54477492999999981e2","0.47395828000000051e2"],["-0.54482772999999952e2","0.47391663000000051e2"],["-0.54511116000000015e2","0.47372765000000015e2"],["-0.54517219999999952e2","0.47369438000000059e2"],["-0.54601394999999968e2","0.47345268000000033e2"],["-0.54611388999999974e2","0.47353049999999996e2"],["-0.54613060000000019e2",47.35833000000008],[-54.61333499999995,"0.47362770000000069e2"],["-0.54606948999999986e2","0.47374434999999949e2"],["-0.54601944000000003e2","0.47379715000000033e2"],["-0.54596663999999862e2","0.47383880999999917e2"],["-0.54559998000000007e2","0.47413879000000065e2"],["-0.54529166999999973e2","0.47442214999999976e2"],["-0.54489998000000014e2","0.47486382000000049e2"],["-0.54417220999999984e2","0.47583603000000096e2"],["-0.54410827999999867e2","0.47594994000000042e2"],["-0.54413329999999917e2","0.47599715999999944e2"],["-0.54418334999999956e2","0.47603607000000011e2"],["-0.54430557000000022e2","0.47597771000000137e2"],["-0.54440833999999938e2","0.47586937000000091e2"],["-0.54508614000000023e2","0.47513328999999999e2"],[-54.53194400000001,"0.47479987999999992e2"],["-0.54539444000000003e2","0.47468048000000124e2"],["-0.54563613999999973e2","0.47439987000000031e2"],["-0.54578887999999893e2","0.47423882000000106e2"],["-0.54604720999999984e2","0.47401932000000102e2"],["-0.54621383999999978e2","0.47389992000000007e2"],["-0.54700279000000023e2","0.47357773000000009e2"],["-0.54719993999999929e2","0.47352218999999991e2"],["-0.54727218999999991e2","0.47351387000000045e2"],["-0.54818610999999862e2","0.47363609000000054e2"],["-0.54819450000000018e2","0.47368599000000074e2"],["-0.54803054999999972e2","0.47380546999999979e2"],["-0.54793616999999983e2","0.47391936999999984e2"],["-0.54786667000000023e2","0.47413879000000065e2"],["-0.54787506000000008e2","0.47418884000000105e2"],["-0.54796111999999994e2","0.47420830000000024e2"],["-0.54856392000000028e2","0.47390549000000078e2"],["-0.54980552999999929e2","0.47285552999999936e2"],["-0.55039169000000015e2","0.47225821999999994e2"],["-0.55043892000000028e2","0.47220825000000048e2"],["-0.55045554999999979e2","0.47215271000000087e2"],["-0.55043335000000013e2","0.47210548000000074e2"],[-55.05361199999993,"0.47150826000000109e2"],["-0.55065833999999995e2","0.47093323000000112e2"],["-0.55069450000000018e2","0.47082214000000022e2"],["-0.55100280999999995e2",47.05471],["-0.55149444999999957e2","0.47012215000000083e2"],["-0.55154716000000008e2","0.47008049000000028e2"],["-0.55193329000000006e2","0.46984993000000145e2"],["-0.55225829999999974e2","0.46934433000000126e2"],["-0.55230277999999942e2","0.46928329000000076e2"],["-0.55236945999999932e2","0.46923607000000004e2"],["-0.55246947999999975e2","0.46916939000000013e2"],["-0.55258613999999966e2",46.91027100000008],["-0.55358337000000006e2","0.46874161000000129e2"],["-0.55384170999999924e2","0.46865829000000133e2"],["-0.55399993999999936e2","0.46865829000000133e2"],["-0.55456664999999987e2","0.46874710000000107e2"],["-0.55463615000000004e2","0.46877486999999974e2"],["-0.55468604999999968e2","0.46881660000000124e2"],["-0.55471938999999963e2","0.46886383000000137e2"],["-0.55626944999999921e2","0.46868881000000101e2"],["-0.55634170999999981e2","0.46866661000000079e2"],["-0.55689719999999966e2","0.46858329999999967e2"],["-0.55803328999999962e2","0.46860549999999989e2"],["-0.55845832999999971e2",46.86971299999999],["-0.55915000999999961e2",46.88749700000011],["-0.55923614999999927e2","0.46889717000000076e2"],["-0.55931389000000024e2","0.46892769000000044e2"],["-0.55946663000000001e2","0.46899436999999978e2"],["-0.55966110000000015e2","0.46909988000000112e2"],[-55.98082699999992,"0.46932213000000104e2"],["-0.55982773000000009e2","0.46936652999999978e2"],["-0.55984168999999952e2","0.46941658000000018e2"],["-0.55983054999999979e2","0.46952492000000063e2"],["-0.55980552999999986e2","0.46957771000000037e2"],[-55.96665999999999,"0.46981377000000123e2"],["-0.55952498999999989e2","0.46996383999999921e2"],["-0.55886948000000018e2","0.47056099000000017e2"],[-55.87110899999999,"0.47069160000000124e2"],["-0.55865554999999972e2","0.47072768999999937e2"],["-0.55775276000000019e2",47.10193600000008],["-0.55768607999999972e2","0.47103325000000041e2"],["-0.55745551999999918e2",47.10443900000007],["-0.55738892000000021e2",47.10443900000007],["-0.55723609999999951e2","0.47104164000000026e2"],[-55.715553,"0.47103050000000053e2"],["-0.55698050999999964e2","0.47098045000000013e2"],[-55.68250299999994,"0.47091377000000023e2"],["-0.55674445999999989e2","0.47090270999999973e2"],["-0.55586945000000014e2","0.47110275000000115e2"],["-0.55573616000000015e2",47.11360900000011],["-0.55493331999999896e2","0.47133880999999974e2"],["-0.55487777999999992e2","0.47137214999999969e2"],["-0.55329445000000021e2","0.47242493000000024e2"],["-0.55298339999999939e2","0.47267211999999972e2"],["-0.55290557999999976e2","0.47278328000000101e2"],["-0.55285278000000005e2","0.47294998000000021e2"],[-55.28583500000002,"0.47310272000000111e2"],["-0.55286948999999993e2","0.47314995000000067e2"],["-0.55286117999999988e2","0.47325554000000125e2"],["-0.55269721999999945e2","0.47390830999999991e2"],["-0.55266662999999994e2","0.47396659999999997e2"],["-0.55262221999999895e2","0.47402771000000087e2"],["-0.55256949999999961e2","0.47407211000000075e2"],["-0.55202224999999999e2",47.44609800000012],["-0.55179169000000002e2","0.47460548000000017e2"],["-0.55172501000000011e2","0.47463882000000012e2"],["-0.55107779999999991e2","0.47483604000000071e2"],["-0.55100554999999986e2","0.47484160999999972e2"],["-0.55083611000000019e2","0.47481101999999964e2"],["-0.55075835999999867e2","0.47480820000000108e2"],["-0.55040282999999931e2","0.47484993000000031e2"],["-0.54951392999999882e2","0.47504997000000003e2"],["-0.54868057000000022e2","0.47543883999999991e2"],["-0.54845832999999971e2","0.47556938000000059e2"],["-0.54841666999999973e2","0.47563324000000136e2"],["-0.54841385000000002e2","0.47583603000000096e2"],[-54.845551,"0.47633881000000088e2"],["-0.54949439999999925e2","0.47599715999999944e2"],["-0.54956389999999999e2",47.59804500000007],["-0.54970832999999971e2","0.47596656999999993e2"],["-0.55019278999999926e2","0.47621101000000124e2"],["-0.55028277999999887e2","0.47620766000000117e2"],["-0.55033278999999936e2","0.47621601000000112e2"],["-0.55036109999999894e2","0.47623936000000015e2"],["-0.55037612999999908e2","0.47626601999999991e2"],["-0.55037440999999887e2",47.62977200000006],[-55.03561000000002,"0.47633269999999982e2"],["-0.55029612999999927e2","0.47639598999999976e2"],[-55.013779,47.65310299999993],[-55.00777800000003,47.65943500000003],["-0.54956389999999999e2","0.47741379000000109e2"],["-0.54947494999999947e2",47.75360900000004],["-0.54938048999999978e2","0.47771103000000096e2"],["-0.54936110999999926e2","0.47781661999999983e2"],["-0.54943054000000018e2","0.47781105000000082e2"],["-0.54948607999999922e2","0.47776657000000114e2"],["-0.55011391000000003e2","0.47721374999999966e2"],["-0.55021942000000024e2","0.47711661999999933e2"],["-0.55025276000000019e2","0.47705268999999987e2"],["-0.55027221999999995e2","0.47695267000000058e2"],[-55.03055599999999,"0.47684158000000139e2"],["-0.55033614999999941e2","0.47678329000000133e2"],["-0.55119114000000025e2","0.47616936000000123e2"],["-0.55122443999999916e2","0.47614269000000093e2"],["-0.55126281999999946e2","0.47612774000000002e2"],["-0.55130774999999915e2","0.47611938000000123e2"],["-0.55135777000000019e2","0.47613605000000007e2"],["-0.55262778999999966e2","0.47650543000000084e2"],["-0.55349167000000023e2","0.47704437000000098e2"],[-55.34833500000002,"0.47710274000000027e2"],["-0.55357506000000001e2","0.47726097000000095e2"],["-0.55365004999999996e2","0.47726379000000122e2"],["-0.55379722999999956e2","0.47724991000000045e2"],["-0.55427497999999957e2","0.47711661999999933e2"],["-0.55432502999999997e2",47.70638299999996],["-0.55461944999999957e2","0.47646103000000039e2"],["-0.55464721999999938e2","0.47640274000000034e2"],["-0.55467498999999975e2","0.47619155999999919e2"],[-55.46665999999999,"0.47614159000000029e2"],["-0.55461387999999943e2","0.47610275000000001e2"],["-0.55454444999999964e2","0.47611107000000118e2"],["-0.55446663000000001e2","0.47623046999999985e2"],["-0.55436110999999926e2","0.47631659999999954e2"],["-0.55430000000000007e2","0.47634163000000115e2"],["-0.55423057999999969e2","0.47635826000000066e2"],["-0.55415276000000006e2",47.63249200000007],["-0.55407776000000013e2","0.47624161000000015e2"],["-0.55400276000000019e2","0.47615547000000106e2"],["-0.55398337999999967e2","0.47610275000000001e2"],["-0.55389724999999999e2",47.58638000000002],["-0.55400276000000019e2","0.47514717000000076e2"],["-0.55406661999999926e2","0.47493050000000039e2"],[-55.40972099999999,"0.47487213000000054e2"],["-0.55414161999999919e2","0.47481101999999964e2"],["-0.55429726000000016e2","0.47467209000000139e2"],[-55.43638599999997,"0.47465546000000018e2"],["-0.55498610999999983e2","0.47453880000000026e2"],["-0.55505835999999931e2","0.47453322999999955e2"],["-0.55526108000000022e2","0.47454436999999928e2"],["-0.55555274999999938e2","0.47440269000000058e2"],["-0.55560555000000022e2","0.47436104000000057e2"],["-0.55565001999999993e2","0.47429993000000024e2"],["-0.55587776000000019e2","0.47398604999999975e2"],[-55.625,"0.47463608000000079e2"],["-0.55654167000000029e2","0.47495270000000062e2"],["-0.55795279999999991e2","0.47492767000000072e2"],["-0.55914443999999946e2","0.47437767000000008e2"],["-0.55920279999999934e2","0.47435265000000129e2"],["-0.55925560000000019e2","0.47439156000000025e2"],["-0.55923889000000031e2","0.47444709999999986e2"],[-55.91972399999986,"0.47450829000000056e2"],["-0.55831673000000023e2","0.47517212000000086e2"],["-0.55788895000000025e2","0.47551102000000014e2"],["-0.55745834000000002e2","0.47585266000000047e2"],[-55.77305599999994,"0.47579720000000009e2"],["-0.55824172999999973e2","0.47566382999999973e2"],["-0.55892226999999991e2",47.5366590000001],["-0.55987777999999992e2","0.47500549000000035e2"],["-0.56104172000000005e2","0.47463608000000079e2"],["-0.56110557999999855e2","0.47462494000000106e2"],[-56.11860699999994,"0.47463608000000079e2"],["-0.56158889999999928e2","0.47484718000000044e2"],["-0.56169167000000016e2","0.47492493000000138e2"],["-0.56172500999999897e2",47.49721500000004],["-0.56172500999999897e2","0.47501663000000008e2"],["-0.56168059999999969e2","0.47507216999999969e2"],["-0.56162498000000028e2",47.51138300000008],[-56.12027699999993,"0.47519157000000064e2"],["-0.56044448999999986e2","0.47535271000000023e2"],["-0.55941939999999931e2","0.47561661000000072e2"],["-0.55889998999999932e2","0.47578330999999991e2"],["-0.55639998999999989e2","0.47668053000000043e2"],["-0.55633330999999998e2","0.47671104000000071e2"],["-0.55628333999999995e2","0.47674713000000054e2"],["-0.55635001999999986e2","0.47678329000000133e2"],["-0.55642501999999979e2","0.47678604000000121e2"],["-0.55649993999999992e2","0.47677773000000116e2"],["-0.55663886999999932e2","0.47675552000000039e2"],["-0.55704169999999976e2","0.47664992999999981e2"],[-55.75,"0.47649437000000034e2"],["-0.55756110999999976e2","0.47646942000000024e2"],["-0.55774718999999948e2","0.47638329000000056e2"],[-55.80471799999998,"0.47624435000000119e2"],["-0.55824447999999961e2","0.47618599000000017e2"],["-0.55838889999999935e2","0.47617210000000057e2"],["-0.55855835000000013e2","0.47620270000000119e2"],["-0.55903327999999931e2","0.47645270999999923e2"],["-0.55913611999999944e2","0.47653046000000018e2"],["-0.55917503000000011e2","0.47657493999999986e2"],["-0.55919448999999929e2","0.47667213000000004e2"],["-0.55918609999999944e2","0.47673049999999989e2"],["-0.55916388999999981e2","0.47678329000000133e2"],[-55.91194200000001,"0.47684432999999956e2"],["-0.55901389999999992e2","0.47693047000000035e2"],["-0.55895554000000004e2","0.47696655000000135e2"],["-0.55866393999999957e2","0.47713882000000126e2"],[-55.83277899999996,"0.47742493000000081e2"],["-0.55815001999999993e2","0.47772491000000002e2"],["-0.55799445999999875e2","0.47799164000000019e2"],["-0.55742226000000016e2","0.47923325000000091e2"],["-0.55746947999999975e2",47.93249499999996],["-0.55754447999999968e2",47.94110100000006],["-0.55767219999999952e2","0.47953323000000069e2"],["-0.55773613000000012e2","0.47956940000000031e2"],[-55.78055599999999,47.95526899999993],["-0.55817504999999983e2","0.47886939999999981e2"],["-0.55835273999999913e2","0.47850830000000087e2"],["-0.55835555999999997e2","0.47845543000000134e2"],["-0.55847220999999934e2","0.47806938000000002e2"],["-0.55849998000000028e2","0.47801102000000128e2"],["-0.55854445999999996e2","0.47794716000000051e2"],["-0.55865279999999984e2","0.47786110000000122e2"],["-0.55877219999999966e2","0.47778602999999976e2"],["-0.55888892999999996e2","0.47773048000000074e2"],["-0.56049727999999959e2","0.47699432000000058e2"],["-0.56087501999999972e2","0.47736938000000009e2"],["-0.56081116000000009e2","0.47739715999999987e2"],["-0.56053611999999987e2",47.77388000000002],["-0.56057502999999997e2","0.47778327999999988e2"],["-0.56064163000000008e2","0.47776657000000114e2"],["-0.56111671000000001e2","0.47763610999999969e2"],[-56.125,"0.47757216999999969e2"],["-0.56185271999999998e2","0.47680274999999995e2"],["-0.56160278000000005e2","0.47642220000000123e2"],["-0.56154998999999862e2","0.47638329000000056e2"],["-0.56161384999999939e2","0.47634163000000115e2"],["-0.56173332000000016e2","0.47629714999999976e2"],["-0.56187499999999943e2","0.47627213000000097e2"],["-0.56358336999999892e2","0.47603324999999984e2"],["-0.56394722000000002e2","0.47601105000000132e2"],["-0.56410277999999948e2","0.47601387000000045e2"],["-0.56418892000000028e2","0.47601936000000137e2"],["-0.56443053999999904e2","0.47605827000000033e2"],["-0.56546950999999979e2","0.47613883999999985e2"],["-0.56615554999999915e2","0.47613327000000083e2"],["-0.56644164999999987e2","0.47596100000000092e2"],["-0.56641113000000018e2","0.47592216000000064e2"],["-0.56639998999999989e2","0.47587212000000079e2"],["-0.56644164999999987e2","0.47581108000000086e2"],[-56.65055099999995,"0.47578330999999991e2"],["-0.56774719000000005e2","0.47531937000000028e2"],["-0.56840836000000024e2",47.52137799999997],["-0.56902221999999995e2","0.47552490000000091e2"],["-0.56924445999999989e2","0.47562209999999993e2"],["-0.56956107999999972e2","0.47574996999999996e2"],[-56.96527900000001,47.57777400000009],["-0.56992500000000007e2","0.47583878000000141e2"],["-0.56999725000000012e2","0.47584717000000069e2"],["-0.57014724999999942e2","0.47583878000000141e2"],["-0.57096663999999976e2",47.56610100000006],["-0.57118332000000009e2","0.47563881000000038e2"],["-0.57126105999999993e2","0.47563881000000038e2"],["-0.57134445000000028e2","0.47566382999999973e2"],["-0.57150276000000019e2","0.47572769000000051e2"],["-0.57163329999999917e2","0.47579720000000009e2"],["-0.57204720000000009e2",47.59304800000001],["-0.57530829999999867e2","0.47630821000000026e2"],["-0.57657776000000013e2",47.60305000000011],["-0.57779441999999904e2","0.47627487000000031e2"],["-0.57882499999999993e2","0.47651382000000012e2"],["-0.58027495999999928e2","0.47694153000000028e2"],["-0.58036391999999978e2","0.47696098000000063e2"],["-0.58359443999999939e2","0.47647217000000012e2"],["-0.58690552000000025e2","0.47598877000000016e2"],["-0.58771110999999962e2",47.59137700000008],["-0.58861945999999932e2","0.47589157000000114e2"],["-0.58885001999999872e2","0.47592766000000097e2"],["-0.58894164999999873e2",47.59388000000007],["-0.58937499999999943e2","0.47589989000000003e2"],["-0.59076667999999984e2","0.47571663000000001e2"],["-0.59102130999999929e2","0.47564251000000127e2"],[-59.11361699999992,"0.47558327000000077e2"],["-0.59118889000000024e2","0.47554710000000114e2"],["-0.59135559000000001e2","0.47556380999999988e2"],["-0.59161941999999954e2","0.47561661000000072e2"],["-0.59297782999999868e2","0.47606658999999979e2"],["-0.59304442999999992e2","0.47609993000000145e2"],["-0.59305831999999953e2","0.47614998000000014e2"],["-0.59309440999999993e2","0.47661102000000085e2"],["-0.59309440999999993e2","0.47671379000000059e2"],[-59.30499999999995,"0.47724991000000045e2"],[-59.3024979999999,"0.47736107000000004e2"],["-0.59325561999999991e2","0.47807213000000047e2"],["-0.59329726999999991e2","0.47816383000000087e2"],["-0.59369164000000012e2","0.47852775999999949e2"],[-59.40193899999997,"0.47880271999999991e2"],[-59.40694400000001,"0.47889717000000076e2"],["-0.59404715999999951e2","0.47900269000000094e2"],["-0.59400832999999921e2",47.90665400000006],[-59.39166999999992,"0.47916664000000026e2"],["-0.59378051999999911e2","0.47922493000000031e2"],["-0.59365554999999915e2","0.47924995000000081e2"],["-0.59328612999999905e2","0.47928879000000109e2"],["-0.59321945000000028e2","0.47930549999999982e2"],[-59.31639100000001,"0.47934158000000082e2"],[-59.31138599999997,"0.47938881000000094e2"],["-0.59267775999999969e2","0.47982208000000071e2"],["-0.59265006999999912e2","0.47988045000000056e2"],["-0.59262778999999966e2","0.47999435000000119e2"],["-0.59246947999999975e2","0.48011940000000038e2"],["-0.59230277999999942e2",48.02276599999999],["-0.59218605000000025e2","0.48029160000000047e2"],["-0.59091384999999946e2","0.48090271000000143e2"],["-0.59053885999999864e2","0.48105552999999986e2"],["-0.59041114999999934e2","0.48110275000000058e2"],["-0.59020554000000004e2","0.48116385999999977e2"],["-0.58958054000000004e2","0.48149993999999992e2"],[-58.75,"0.48287498000000085e2"],["-0.58701392999999996e2","0.48319716999999969e2"],["-0.58691108999999983e2",48.32888000000014],["-0.58686385999999914e2","0.48334160000000054e2"],["-0.58682502999999997e2","0.48340546000000131e2"],["-0.58678336999999999e2","0.48351936000000023e2"],["-0.58675835000000006e2","0.48363051999999925e2"],["-0.58670279999999991e2",48.37499200000002],["-0.58598884999999939e2","0.48423325000000034e2"],["-0.58587775999999963e2","0.48430550000000039e2"],["-0.58568892999999889e2","0.48438599000000067e2"],["-0.58555831999999953e2","0.48443047000000035e2"],["-0.58514724999999999e2","0.48452773999999977e2"],["-0.58500556999999958e2","0.48455551000000071e2"],["-0.58492774999999995e2","0.48455551000000071e2"],["-0.58492774999999995e2","0.48450272000000098e2"],["-0.58497779999999977e2",48.44582400000013],["-0.58518889999999999e2","0.48441375999999991e2"],["-0.58526108000000022e2","0.48440544000000102e2"],["-0.58546394000000021e2","0.48434990000000084e2"],["-0.58558891000000017e2",48.42971799999998],["-0.58588889999999935e2","0.48412765999999976e2"],["-0.58599998000000028e2","0.48405822999999998e2"],["-0.58601112000000001e2","0.48400826000000052e2"],[-58.59194199999996,"0.48398879999999963e2"],["-0.58483611999999994e2","0.48427773000000002e2"],["-0.58470832999999971e2",48.43221299999999],["-0.58464721999999995e2","0.48436377999999991e2"],["-0.58449439999999925e2","0.48449158000000125e2"],[-58.4183349999999,"0.48486655999999982e2"],["-0.58420279999999991e2","0.48508049000000085e2"],["-0.58569449999999961e2","0.48538605000000018e2"],["-0.58673614999999984e2","0.48554710000000057e2"],["-0.58682502999999997e2","0.48554993000000024e2"],["-0.58697219999999959e2","0.48553046999999992e2"],["-0.58732215999999994e2","0.48545830000000024e2"],["-0.58765556000000004e2","0.48535828000000095e2"],["-0.58778052999999886e2","0.48531937000000028e2"],["-0.58812499999999943e2",48.52388000000002],["-0.58857506000000001e2","0.48518599999999992e2"],["-0.58931389000000024e2","0.48511939999999981e2"],["-0.58954720000000009e2","0.48510825999999952e2"],["-0.58979163999999969e2","0.48512497000000053e2"],["-0.58988335000000006e2","0.48514442000000031e2"],["-0.59004722999999956e2","0.48520271000000037e2"],["-0.59013335999999924e2","0.48522217000000126e2"],["-0.59091667000000029e2","0.48508331000000112e2"],["-0.59105559999999969e2",48.50471500000009],["-0.59118889000000024e2",48.50110600000005],["-0.59146392999999875e2","0.48493049999999982e2"],["-0.59192771999999991e2","0.48477767999999969e2"],["-0.59232497999999964e2","0.48468597000000045e2"],["-0.59246947999999975e2",48.46665999999999],["-0.59255279999999971e2","0.48467490999999995e2"],["-0.59260558999999944e2","0.48471931000000041e2"],["-0.59261115999999959e2","0.48476653999999996e2"],["-0.59232773000000009e2","0.48523048000000131e2"],["-0.59228881999999999e2","0.48529160000000104e2"],["-0.59215003999999965e2","0.48545547000000056e2"],["-0.59209998999999925e2","0.48549995000000024e2"],["-0.59137504999999976e2","0.48598876999999959e2"],["-0.59084166999999866e2","0.48626380999999981e2"],["-0.59077782000000013e2","0.48629158000000075e2"],["-0.59050277999999935e2","0.48635551000000021e2"],[-59.03055599999999,"0.48641937000000098e2"],[-59.02416999999997,"0.48644714000000022e2"],["-0.58908889999999985e2","0.48701934999999992e2"],["-0.58828888000000006e2","0.48750832000000116e2"],["-0.58811667999999941e2",48.76166500000005],["-0.58799727999999959e2","0.48768050999999957e2"],["-0.58774719000000005e2",48.77887700000008],["-0.58767775999999969e2","0.48775551000000064e2"],["-0.58772498999999982e2","0.48769989000000123e2"],["-0.58815001999999936e2","0.48735825000000091e2"],["-0.58849723999999867e2","0.48714996000000099e2"],["-0.58873885999999914e2","0.48701659999999947e2"],["-0.58891113000000018e2","0.48690826000000072e2"],["-0.58912773000000016e2","0.48674713000000054e2"],["-0.58938605999999879e2","0.48653603000000089e2"],["-0.58947776999999917e2","0.48642769000000044e2"],["-0.58955832999999984e2","0.48630272000000048e2"],["-0.58958610999999962e2","0.48624161000000129e2"],["-0.58958610999999962e2","0.48613883999999985e2"],["-0.58955832999999984e2","0.48609436000000017e2"],["-0.58947494999999947e2","0.48601105000000132e2"],["-0.58896950000000004e2",48.55193300000002],["-0.58888335999999924e2","0.48551101999999958e2"],["-0.58743057000000022e2","0.48560822000000087e2"],["-0.58728332999999964e2",48.56249200000002],["-0.58721381999999949e2","0.48564438000000109e2"],["-0.58715003999999965e2","0.48567215000000033e2"],["-0.58709442000000024e2","0.48570831000000055e2"],["-0.58704445000000021e2","0.48575271999999984e2"],["-0.58695549000000028e2","0.48586937000000091e2"],[-58.68332700000002,"0.48605827000000033e2"],["-0.58676666000000012e2","0.48618050000000096e2"],["-0.58672501000000011e2","0.48629433000000063e2"],["-0.58669998000000021e2","0.48640831000000105e2"],["-0.58671386999999925e2","0.48650825999999995e2"],["-0.58674171000000001e2",48.65526600000004],["-0.58679442999999992e2",48.66944100000012],["-0.58680832000000009e2",48.68471500000004],[-58.658051,"0.48743049999999982e2"],["-0.58618331999999896e2","0.48779716000000064e2"],["-0.58543892000000028e2","0.48860824999999977e2"],["-0.58535834999999963e2","0.48878601000000117e2"],["-0.58506667999999934e2","0.48949431999999945e2"],["-0.58506667999999934e2",48.98054499999995],["-0.58503333999999995e2","0.48997490000000084e2"],["-0.58500838999999928e2","0.49003608999999926e2"],["-0.58400832999999864e2","0.49127487000000087e2"],["-0.58396110999999962e2","0.49131377999999984e2"],["-0.58351943999999889e2",49.15026899999998],["-0.58348884999999996e2","0.49145828000000108e2"],["-0.58342967999999985e2","0.49100201000000027e2"],["-0.58365634999999997e2","0.49079922000000067e2"],["-0.58368019000000004e2","0.49061428000000035e2"],["-0.58353702999999939e2","0.49056656000000032e2"],[-58.31075299999992,"0.49068584000000044e2"],["-0.58292857999999967e2","0.49072762000000068e2"],["-0.58240554999999972e2","0.49070274000000097e2"],[-58.17832199999998,"0.49063217000000066e2"],["-0.58143726000000015e2","0.49041740000000118e2"],[-58.09833500000002,48.99221799999998],["-0.58084723999999937e2","0.48985268000000133e2"],["-0.58077781999999956e2","0.48981934000000138e2"],["-0.58060279999999921e2","0.48976096999999982e2"],["-0.58050551999999982e2","0.48973320000000115e2"],[-57.99610899999999,48.96138000000002],["-0.57961387999999999e2","0.48956657000000007e2"],["-0.57938605999999993e2","0.48958328000000051e2"],[-57.90166499999998,48.96276899999998],["-0.57888054000000011e2","0.48966102999999976e2"],["-0.57881667999999991e2",48.96888000000007],["-0.57892226999999934e2","0.48981658999999922e2"],["-0.57900551000000007e2",48.9847180000001],["-0.57929442999999992e2","0.48978874000000076e2"],["-0.57958611000000019e2","0.48976096999999982e2"],["-0.57974716000000001e2","0.48976096999999982e2"],["-0.58009223999999961e2",48.98041500000005],[-58.02777900000001,"0.48985549999999989e2"],["-0.58035834999999963e2","0.48988602000000128e2"],["-0.58050551999999982e2",48.99582700000002],[-58.09332999999998,"0.49025825999999995e2"],["-0.58103888999999924e2","0.49033607000000075e2"],["-0.58108054999999922e2","0.49037772999999959e2"],["-0.58135276999999974e2","0.49082771000000037e2"],["-0.58144447000000014e2",49.12193300000007],["-0.58122612000000004e2","0.49124931000000004e2"],["-0.58119281999999998e2","0.49127102000000036e2"],["-0.58115608000000009e2","0.49129105000000038e2"],["-0.58111110999999994e2","0.49129771999999946e2"],["-0.58094775999999968e2","0.49124603000000036e2"],["-0.58078776999999945e2","0.49121769000000029e2"],["-0.58049445999999932e2","0.49120270000000005e2"],["-0.57925559999999962e2","0.49123047000000042e2"],["-0.57918610000000001e2","0.49124709999999993e2"],["-0.57913329999999974e2","0.49129158000000132e2"],["-0.57882773999999927e2","0.49157767999999976e2"],["-0.57878882999999973e2","0.49170273000000122e2"],[-57.89805599999994,"0.49158600000000092e2"],["-0.57912215999999944e2","0.49152771000000087e2"],["-0.57925834999999893e2","0.49148331000000042e2"],["-0.57939437999999996e2","0.49144997000000046e2"],["-0.57947494999999947e2","0.49144997000000046e2"],["-0.58057220000000029e2","0.49144997000000046e2"],["-0.58075558000000001e2","0.49153271000000075e2"],["-0.58081054999999992e2","0.49154438000000141e2"],["-0.58086055999999928e2","0.49156269000000123e2"],["-0.58092555999999945e2","0.49160934000000111e2"],[-58.09589399999993,"0.49166271000000108e2"],["-0.58064055999999994e2","0.49183350000000132e2"],["-0.58063057000000015e2","0.49185451999999941e2"],["-0.58065455999999983e2","0.49190414000000033e2"],["-0.58060622999999964e2","0.49188583000000051e2"],[-58.05495499999995,"0.49187583999999958e2"],["-0.58034957999999904e2","0.49185749000000044e2"],["-0.58025459000000012e2","0.49185749000000044e2"],["-0.58011292000000026e2","0.49186252999999965e2"],["-0.58002456999999993e2","0.49188251000000093e2"],["-0.57995621000000028e2","0.49192078000000038e2"],["-0.57988785000000007e2","0.49197247000000118e2"],["-0.57932219999999973e2","0.49234160999999972e2"],["-0.57928054999999972e2","0.49240273000000116e2"],[-57.93638599999997,"0.49239716000000044e2"],["-0.57995162999999991e2","0.49236885000000086e2"],["-0.58003330000000005e2","0.49234215000000006e2"],["-0.58011662000000001e2",49.23071299999998],["-0.58031001999999944e2","0.49224548000000027e2"],[-58.03566399999994,"0.49223713000000032e2"],["-0.58049331999999936e2","0.49222717000000046e2"],["-0.58058829999999944e2","0.49223049000000003e2"],["-0.58191939999999931e2","0.49236382000000049e2"],["-0.58200835999999867e2","0.49239716000000044e2"],["-0.58211945000000014e2",49.24721500000004],["-0.58233886999999982e2",49.27304799999996],["-0.58236663999999905e2",49.27748900000006],["-0.58240836999999942e2","0.49286942000000067e2"],["-0.58241942999999992e2","0.49291663999999969e2"],["-0.58241942999999992e2","0.49302215999999987e2"],["-0.58223327999999924e2","0.49390274000000034e2"],["-0.58216392999999982e2","0.49402488999999946e2"],["-0.58192497000000003e2","0.49429436000000067e2"],["-0.58157776000000013e2","0.49464439000000027e2"],["-0.58152221999999995e2","0.49468879999999956e2"],["-0.58043892000000028e2","0.49541382000000056e2"],["-0.58032218999999941e2","0.49548332000000073e2"],["-0.58019164999999873e2","0.49553879000000052e2"],["-0.57998336999999992e2","0.49559158000000025e2"],["-0.57971107000000018e2","0.49554993000000024e2"],["-0.57915112000000022e2","0.49532047000000034e2"],["-0.57910609999999963e2","0.49530216000000053e2"],["-0.57903445999999974e2","0.49525551000000064e2"],["-0.57861445999999944e2","0.49505885999999975e2"],["-0.57746947999999918e2","0.49453606000000093e2"],["-0.57715004000000022e2","0.49454712000000086e2"],["-0.57707503999999915e2","0.49455551000000071e2"],["-0.57701110999999969e2","0.49458327999999995e2"],["-0.57696388000000013e2","0.49463608000000022e2"],["-0.57698883000000023e2","0.49468323000000055e2"],["-0.57705832999999984e2",49.47165700000005],["-0.57788895000000025e2","0.49500832000000116e2"],["-0.57864222999999981e2","0.49534939000000065e2"],["-0.57869389000000012e2","0.49535439000000054e2"],["-0.57872719000000018e2","0.49537773000000072e2"],["-0.57942223000000013e2",49.60305000000011],["-0.57944716999999969e2","0.49607498000000078e2"],["-0.57951110999999912e2","0.49652771000000143e2"],["-0.57951110999999912e2",49.65776800000009],["-0.57948333999999932e2","0.49674164000000076e2"],["-0.57935271999999998e2","0.49708602999999925e2"],["-0.57926391999999964e2","0.49726379000000065e2"],["-0.57899993999999992e2","0.49762215000000083e2"],[-57.82916999999992,"0.49845543000000077e2"],["-0.57671111999999937e2","0.50084160000000054e2"],["-0.57631667999999934e2","0.50144714000000079e2"],["-0.57543334999999956e2",50.29833200000013],["-0.57524445000000014e2","0.50334159999999997e2"],["-0.57521384999999952e2","0.50345267999999976e2"],["-0.57521111000000019e2",50.35054800000006],["-0.57515555999999947e2","0.50373604000000057e2"],["-0.57507224999999949e2","0.50390831000000105e2"],["-0.57498336999999992e2","0.50408600000000035e2"],["-0.57490836999999999e2","0.50420830000000137e2"],["-0.57448607999999979e2","0.50486106999999947e2"],["-0.57377220000000023e2","0.50584434999999928e2"],[-57.37249799999995,"0.50590828000000101e2"],["-0.57361114999999927e2","0.50598602000000085e2"],["-0.57341667000000029e2","0.50607498000000021e2"],["-0.57310059000000024e2","0.50608940000000132e2"],["-0.57300220000000024e2","0.50609776000000068e2"],["-0.57295559000000026e2",50.60927200000009],["-0.57291224999999997e2","0.50607105000000047e2"],["-0.57276222000000018e2","0.50601440000000082e2"],["-0.57245276999999987e2","0.50596382000000062e2"],["-0.57228049999999939e2","0.50594437000000084e2"],["-0.57204444999999964e2","0.50596100000000035e2"],["-0.57173614999999927e2",50.60083000000003],["-0.57166945999999996e2","0.50603325000000098e2"],["-0.57161384999999996e2","0.50606384000000048e2"],["-0.57150832999999921e2","0.50616104000000121e2"],["-0.57148055999999997e2","0.50621933000000126e2"],["-0.57154715999999951e2","0.50625549000000035e2"],["-0.57171943999999996e2","0.50624992000000134e2"],["-0.57276442999999915e2","0.50640717000000052e2"],["-0.57378608999999926e2","0.50687767000000065e2"],["-0.57334166999999923e2","0.50711937000000091e2"],["-0.57325004999999919e2","0.50711662000000047e2"],["-0.57236945999999989e2","0.50727211000000011e2"],["-0.57162498000000028e2","0.50751105999999993e2"],[-57.14833799999991,"0.50756103999999993e2"],["-0.57089438999999913e2","0.50780548000000124e2"],["-0.57072501999999986e2","0.50793884000000048e2"],["-0.56983054999999979e2","0.50868324000000086e2"],["-0.56927498000000014e2","0.50915824999999984e2"],["-0.56898055999999997e2","0.51019440000000088e2"],["-0.56899170000000026e2","0.51024436999999978e2"],["-0.56903327999999988e2","0.51028603000000089e2"],["-0.56909995999999978e2",51.03276800000009],["-0.56927223000000026e2","0.51038605000000018e2"],["-0.56964721999999995e2",51.04332700000009],["-0.56921669000000009e2","0.51051384000000098e2"],["-0.56892226999999991e2","0.51060272000000055e2"],["-0.56879996999999946e2","0.51065543999999989e2"],["-0.56784446999999943e2","0.51137771999999984e2"],["-0.56781386999999995e2","0.51143608000000029e2"],[-56.78194400000001,"0.51149162000000047e2"],["-0.56785278000000005e2","0.51153046000000074e2"],["-0.56793334999999956e2",51.16137700000013],[-56.80972300000002,"0.51183601000000067e2"],["-0.56793892000000028e2","0.51239989999999921e2"],["-0.56744164000000012e2","0.51293052999999929e2"],["-0.56738608999999997e2","0.51298881999999935e2"],["-0.56733330000000024e2","0.51302773000000002e2"],[-56.68250299999994,"0.51339432000000102e2"],["-0.56623885999999914e2","0.51366386000000034e2"],["-0.56616942999999935e2","0.51368881000000044e2"],["-0.56512504999999976e2","0.51402214000000072e2"],["-0.56476661999999919e2","0.51411658999999986e2"],["-0.56461945000000014e2","0.51414992999999981e2"],[-56.45416999999992,"0.51415543000000014e2"],["-0.56271384999999952e2","0.51471656999999993e2"],["-0.56110557999999855e2","0.51523879999999963e2"],["-0.56011391000000003e2",51.56638300000003],["-0.55998336999999992e2","0.51572220000000016e2"],["-0.55960281000000009e2","0.51593880000000013e2"],["-0.55943329000000006e2","0.51606384000000048e2"],["-0.55918609999999944e2",51.62110100000001],[-55.90555599999999,"0.51626937999999996e2"],["-0.55898055999999997e2","0.51628601000000117e2"],["-0.55890282000000013e2","0.51629433000000006e2"],["-0.55837775999999963e2","0.51621376000000055e2"],["-0.55846389999999928e2",51.60193600000008],["-0.55857779999999991e2","0.51593323000000112e2"],["-0.55885001999999929e2","0.51562492000000134e2"],["-0.55886664999999937e2","0.51556938000000002e2"],["-0.55886948000000018e2","0.51551933000000133e2"],["-0.55887222000000008e2","0.51500274999999988e2"],["-0.55886116000000015e2","0.51495270000000119e2"],[-55.87777699999998,"0.51492218000000037e2"],["-0.55694442999999978e2","0.51481102000000078e2"],["-0.55639998999999989e2","0.51481934000000024e2"],["-0.55648612999999955e2","0.51485267999999962e2"],[-55.68360899999999,51.5],["-0.55729720999999984e2","0.51543327000000033e2"],["-0.55737503000000004e2","0.51552490000000034e2"],["-0.55739166000000012e2","0.51556656000000089e2"],[-55.73860899999994,"0.51567214999999976e2"],["-0.55735274999999945e2","0.51573051000000021e2"],["-0.55724716000000001e2","0.51583603000000039e2"],["-0.55718605000000025e2","0.51587212000000022e2"],["-0.55653327999999988e2","0.51590546000000018e2"],["-0.55631667999999991e2","0.51569717000000026e2"],[-55.625,"0.51565544000000102e2"],["-0.55598610000000008e2","0.51561377999999991e2"],["-0.55589721999999995e2","0.51560271999999941e2"],["-0.55581389999999942e2","0.51560271999999941e2"],["-0.55574448000000018e2","0.51562767000000008e2"],["-0.55547501000000011e2","0.51584991000000116e2"],["-0.55515838999999971e2","0.51602219000000048e2"],["-0.55458610999999962e2","0.51592216000000008e2"],["-0.55411110000000008e2","0.51580826000000116e2"],[-55.40555599999999,"0.51576942000000088e2"],["-0.55404442000000017e2","0.51571938000000102e2"],["-0.55405273000000022e2","0.51561661000000129e2"],[-55.40694400000001,"0.51556099000000017e2"],["-0.55454444999999964e2","0.51455268999999987e2"],["-0.55492226000000016e2","0.51377769000000058e2"],["-0.55508057000000008e2","0.51363327000000083e2"],["-0.55597778000000005e2","0.51303604000000064e2"],["-0.55612777999999935e2","0.51301102000000128e2"],[-55.62222300000002,51.30332199999998],["-0.55702782000000013e2","0.51328049000000078e2"],["-0.55820557000000008e2","0.51350830000000087e2"],["-0.56030555999999876e2","0.51378600999999946e2"],["-0.56078338999999971e2",51.36971299999999],["-0.56085555999999997e2","0.51368323999999973e2"],["-0.56096389999999985e2","0.51318329000000006e2"],["-0.56025557999999876e2","0.51238327000000027e2"],["-0.56012252999999987e2","0.51212337000000048e2"],["-0.55992561000000023e2","0.51176575000000128e2"],["-0.55959441999999967e2","0.51197487000000081e2"],["-0.55851394999999968e2","0.51226936000000023e2"],["-0.55837775999999963e2","0.51230545000000063e2"],["-0.55769164999999987e2","0.51216934000000094e2"],["-0.55760833999999988e2","0.51213881999999955e2"],["-0.55726105000000018e2","0.51190544000000045e2"],["-0.55712776000000019e2","0.51178047000000049e2"],["-0.55709998999999982e2","0.51173607000000061e2"],["-0.55719161999999983e2","0.51123047000000042e2"],["-0.55732497999999964e2","0.51079994000000113e2"],["-0.55735557999999912e2","0.51074165000000107e2"],["-0.55751113999999973e2","0.51058327000000077e2"],["-0.55756950000000018e2","0.51053879000000109e2"],["-0.55796111999999994e2",51.03916200000009],["-0.55805557000000022e2","0.51009163000000058e2"],["-0.55859169000000009e2","0.50942490000000021e2"],["-0.55999442999999872e2","0.50788605000000075e2"],["-0.56068893000000003e2","0.50724434000000088e2"],["-0.56092278000000022e2","0.50725716000000091e2"],["-0.56097279000000015e2","0.50725880000000018e2"],["-0.56101279999999917e2","0.50728045999999949e2"],["-0.56125832000000003e2","0.50754166000000055e2"],["-0.56130829000000006e2","0.50763329000000056e2"],["-0.56133330999999998e2","0.50773048000000017e2"],["-0.56128052000000025e2","0.50846382000000062e2"],[-56.12222300000002,"0.50863884000000098e2"],["-0.56119720000000029e2","0.50869156000000032e2"],["-0.56116394000000014e2","0.50874992000000077e2"],["-0.56107223999999974e2","0.50887214999999969e2"],["-0.56103888999999981e2","0.50893326000000002e2"],["-0.56103888999999981e2","0.50898331000000042e2"],["-0.56107779999999934e2","0.50902771000000087e2"],[-56.12222300000002,"0.50899437000000091e2"],["-0.56143058999999937e2","0.50892494000000113e2"],["-0.56155272999999966e2","0.50885551000000135e2"],["-0.56172500999999897e2",50.85582700000009],["-0.56157218999999941e2","0.50690826000000072e2"],["-0.56141272999999956e2","0.50671047000000101e2"],["-0.56135776999999962e2","0.50669884000000138e2"],["-0.56163329999999917e2","0.50617767000000072e2"],["-0.56258614000000023e2","0.50502777000000094e2"],["-0.56323615999999959e2","0.50446380999999974e2"],["-0.56423057999999912e2","0.50352776000000006e2"],["-0.56421943999999939e2","0.50347771000000137e2"],["-0.56422226000000023e2","0.50342491000000052e2"],["-0.56423614999999984e2","0.50336937000000091e2"],["-0.56426666000000012e2","0.50331108000000086e2"],["-0.56462501999999915e2","0.50272217000000126e2"],["-0.56501944999999921e2","0.50214439000000084e2"],["-0.56511947999999961e2","0.50203606000000093e2"],["-0.56555832000000009e2","0.50167496000000028e2"],["-0.56635276999999974e2","0.50106383999999991e2"],["-0.56743056999999965e2","0.50022766000000104e2"],["-0.56767501999999922e2","0.49962212000000079e2"],["-0.56778610000000015e2","0.49933875999999998e2"],[-56.78194400000001,"0.49917496000000028e2"],["-0.56775001999999972e2","0.49919158999999979e2"],["-0.56726661999999976e2","0.49916100000000029e2"],["-0.56759845999999982e2","0.49837275999999974e2"],[-56.82790399999999,"0.49785000000000082e2"],["-0.56866863000000023e2","0.49777602999999999e2"],[-56.90533099999999,"0.49747520000000122e2"],["-0.56820999000000029e2",49.74209600000006],["-0.56784007999999972e2","0.49731243000000006e2"],["-0.56782776000000013e2","0.49690826000000072e2"],["-0.56815552000000025e2","0.49594994000000042e2"],["-0.56818610999999976e2","0.49588882000000012e2"],["-0.56848884999999939e2","0.49544441000000006e2"],["-0.56843055999999933e2","0.49548050000000046e2"],["-0.56826667999999984e2","0.49562767000000008e2"],["-0.56782776000000013e2","0.49609993000000088e2"],["-0.56763061999999991e2","0.49631378000000041e2"],["-0.56749167999999884e2",49.64916199999999],["-0.56735557999999969e2","0.49666939000000013e2"],["-0.56712501999999972e2","0.49696380999999974e2"],["-0.56677779999999927e2","0.49733604000000128e2"],["-0.56598609999999894e2","0.49811935000000062e2"],[-56.56138599999997,"0.49842215999999951e2"],["-0.56477776000000006e2","0.49892220000000009e2"],["-0.56464164999999923e2","0.49896385000000009e2"],["-0.56431945999999982e2","0.49890549000000135e2"],["-0.56412216000000001e2","0.49909714000000122e2"],["-0.56388054000000011e2","0.49943047000000092e2"],["-0.56385001999999929e2","0.49949158000000011e2"],["-0.56330284000000006e2","0.50024994000000106e2"],["-0.56324172999999973e2","0.50029990999999995e2"],["-0.56237777999999992e2","0.50100273000000072e2"],["-0.56220832999999971e2","0.50112495000000024e2"],["-0.56208892999999989e2","0.50120270000000119e2"],["-0.56160278000000005e2","0.50148048000000074e2"],["-0.56153884999999946e2","0.50150543000000084e2"],["-0.56132499999999993e2","0.50155548000000124e2"],[-56.12471800000003,50.15638000000007],["-0.56116660999999965e2","0.50153046000000074e2"],["-0.56067222999999956e2","0.50096382000000006e2"],["-0.56065001999999936e2","0.50091377000000136e2"],["-0.56005004999999983e2","0.50031380000000013e2"],["-0.55938605999999936e2","0.50036385000000053e2"],["-0.55905273000000022e2","0.50033882000000062e2"],["-0.55896111000000019e2","0.50031937000000084e2"],["-0.55881110999999976e2","0.50024994000000106e2"],["-0.55853888999999924e2","0.50005554000000075e2"],["-0.55846106999999961e2","0.49996940999999936e2"],["-0.55845275999999956e2",49.99221799999998],[-55.845551,"0.49986938000000066e2"],["-0.55844161999999983e2","0.49981934000000138e2"],["-0.55840836000000024e2","0.49977211000000125e2"],["-0.55830001999999979e2","0.49969154000000003e2"],["-0.55755004999999869e2","0.49924164000000019e2"],["-0.55746108999999933e2","0.49923050000000046e2"],["-0.55587218999999948e2","0.49964157000000057e2"],[-55.55610699999994,"0.49980270000000132e2"],["-0.55543892000000028e2","0.49987213000000111e2"],["-0.55527221999999995e2","0.50000275000000101e2"],["-0.55491698999999983e2","0.50007309000000021e2"],["-0.55463332999999977e2","0.49966933999999981e2"],["-0.55460830999999985e2","0.49962212000000079e2"],["-0.55459723999999937e2","0.49957497000000046e2"],["-0.55460281000000009e2","0.49952216999999962e2"],["-0.55465004000000022e2","0.49940826000000015e2"],["-0.55475272999999959e2","0.49930275000000108e2"],["-0.55492226000000016e2","0.49917213000000061e2"],["-0.55511391000000003e2","0.49908882000000006e2"],["-0.55659163999999976e2",49.84777100000008],["-0.55843055999999933e2","0.49788330000000087e2"],[-55.98611499999987,"0.49746940999999993e2"],["-0.56115279999999927e2",49.63999200000012],["-0.56124167999999997e2","0.49613327000000083e2"],["-0.56050551999999925e2","0.49666382000000112e2"],["-0.56044448999999986e2","0.49669990999999925e2"],["-0.55963889999999935e2","0.49698600999999996e2"],["-0.55957779000000016e2","0.49700272000000041e2"],["-0.55893889999999999e2","0.49714157000000114e2"],["-0.55833327999999995e2","0.49686652999999922e2"],["-0.55880279999999971e2","0.49584990999999945e2"],["-0.55935443999999961e2","0.49543991000000119e2"],["-0.55945441999999957e2","0.49536159999999995e2"],["-0.55953444999999988e2","0.49533660999999995e2"],["-0.55971607000000006e2","0.49531826000000024e2"],["-0.55980277999999998e2",49.53049500000003],["-0.56035277999999948e2","0.49506660000000068e2"],["-0.56080001999999922e2","0.49486938000000009e2"],[-56.12749500000001,"0.49431107000000111e2"],["-0.56129165999999998e2","0.49425552000000039e2"],["-0.56122771999999941e2","0.49421379000000115e2"],["-0.56073891000000003e2","0.49434432999999956e2"],[-56.06221800000003,"0.49440544000000045e2"],["-0.56025275999999963e2","0.49461105000000089e2"],[-56.02027899999996,"0.49464995999999928e2"],["-0.56005279999999914e2","0.49480820000000051e2"],["-0.55999725000000012e2","0.49485268000000019e2"],[-55.96305499999994,"0.49496155000000044e2"],[-55.91705300000001,"0.49507496000000117e2"],["-0.55874717999999973e2","0.49517212000000029e2"],["-0.55827781999999956e2","0.49524162000000103e2"],["-0.55783332999999914e2","0.49511940000000095e2"],["-0.55775001999999915e2","0.49508605999999929e2"],["-0.55724997999999971e2","0.49479431000000091e2"],["-0.55720832999999971e2","0.49475822000000051e2"],["-0.55725554999999986e2","0.49470543000000077e2"],["-0.55722771000000023e2","0.49453880000000026e2"],["-0.55678336999999942e2","0.49386940000000038e2"],["-0.55673057999999969e2","0.49383049000000142e2"],["-0.55664444000000003e2","0.49381934999999999e2"],["-0.55656386999999938e2","0.49382210000000043e2"],["-0.55650275999999963e2","0.49384162999999944e2"],["-0.55639167999999984e2","0.49392769000000044e2"],["-0.55636115999999959e2","0.49398604999999918e2"],["-0.55637778999999966e2","0.49409157000000107e2"],["-0.55637778999999966e2","0.49413605000000075e2"],["-0.55636115999999959e2","0.49419159000000093e2"],["-0.55589164999999923e2","0.49462494000000049e2"],["-0.55560279999999977e2","0.49482490999999925e2"],[-55.55388599999992,"0.49484993000000031e2"],["-0.55546950999999979e2","0.49486381999999992e2"],[-55.53167000000002,"0.49487770000000125e2"],["-0.55523055999999997e2","0.49486655999999925e2"],["-0.55522223999999994e2","0.49481934000000024e2"],["-0.55566390999999953e2","0.49409157000000107e2"],["-0.55572776999999974e2","0.49376656000000025e2"],["-0.55573058999999944e2","0.49371658000000025e2"],["-0.55570556999999951e2","0.49366936000000123e2"],["-0.55566665999999998e2","0.49362770000000012e2"],["-0.55559998000000007e2","0.49365273000000002e2"],["-0.55554717999999923e2","0.49369713000000047e2"],["-0.55539443999999946e2","0.49385551000000078e2"],["-0.55529723999999987e2","0.49396942000000024e2"],[-55.528053,"0.49402488999999946e2"],["-0.55528885000000002e2","0.49408043000000134e2"],["-0.55529166999999973e2","0.49423324999999977e2"],["-0.55526389999999992e2",49.42860399999995],[-55.49610899999999,"0.49453880000000026e2"],["-0.55441665999999998e2","0.49491104000000064e2"],["-0.55430282999999974e2","0.49498878000000104e2"],[-55.37749500000001,49.50360900000004],["-0.55369445999999982e2","0.49503326000000072e2"],["-0.55349276999999972e2","0.49468159000000014e2"],["-0.55332946999999933e2","0.49416489000000126e2"],[-55.33577699999995,"0.49388161000000025e2"],["-0.55333610999999905e2","0.49359161000000029e2"],["-0.55338608000000022e2","0.49355270000000132e2"],["-0.55336112999999955e2","0.49350829999999974e2"],["-0.55315276999999924e2","0.49314437999999939e2"],["-0.55310996999999929e2","0.49355937999999981e2"],["-0.55306830999999931e2","0.49356772999999976e2"],["-0.55274833999999998e2","0.49385605000000055e2"],["-0.55267501999999979e2","0.49396603000000027e2"],["-0.55264499999999998e2","0.49403435000000059e2"],["-0.55264336000000014e2","0.49406441000000086e2"],["-0.55266669999999863e2","0.49409103000000073e2"],["-0.55269833000000006e2","0.49411438000000032e2"],["-0.55280838000000017e2",49.41443600000008],[-55.28317299999992,49.41693500000008],["-0.55310000999999943e2","0.49484772000000021e2"],["-0.55310832999999946e2","0.49487770000000125e2"],["-0.55305557000000022e2","0.49534439000000077e2"],["-0.55261390999999946e2","0.49541107000000068e2"],["-0.55149726999999928e2","0.49546387000000095e2"],["-0.55141112999999962e2","0.49545273000000122e2"],["-0.55137222000000008e2","0.49540833000000134e2"],["-0.55123328999999956e2","0.49496941000000049e2"],["-0.55124717999999973e2","0.49465271000000143e2"],["-0.55221107000000018e2","0.49261939999999981e2"],["-0.55231109999999944e2","0.49251389000000074e2"],["-0.55237220999999977e2","0.49248046999999929e2"],["-0.55296394000000021e2","0.49226379000000009e2"],["-0.55315001999999936e2","0.49216933999999924e2"],["-0.55365836999999999e2","0.49165268000000083e2"],["-0.55369164000000012e2","0.49159431000000097e2"],["-0.55369445999999982e2","0.49154160000000047e2"],["-0.55360001000000011e2","0.49151382000000069e2"],["-0.55347495999999978e2","0.49157211000000075e2"],["-0.55339721999999995e2","0.49158600000000092e2"],["-0.55331673000000023e2","0.49156654000000003e2"],["-0.55323615999999959e2","0.49153602999999976e2"],["-0.55319449999999904e2","0.49149162000000047e2"],["-0.55307219999999973e2","0.49104996000000085e2"],["-0.55307776999999987e2",49.0991590000001],["-0.55317504999999983e2","0.49087769000000037e2"],["-0.55323059000000001e2","0.49083327999999938e2"],["-0.55383330999999998e2","0.49040833000000021e2"],[-55.345551,"0.49057770000000062e2"],["-0.55272223999999937e2","0.49099998000000085e2"],["-0.55277495999999985e2","0.49103882000000112e2"],["-0.55282501000000025e2","0.49113051999999982e2"],["-0.55283332999999914e2","0.49118049999999982e2"],["-0.55288054999999986e2","0.49182495000000074e2"],["-0.55288054999999986e2","0.49187210000000107e2"],["-0.55285004000000015e2","0.49193047000000092e2"],["-0.55280555999999933e2","0.49199157999999954e2"],["-0.55275275999999963e2","0.49204436999999984e2"],["-0.55148055999999997e2","0.49259995000000004e2"],["-0.55081116000000009e2","0.49283882000000062e2"],["-0.55081673000000023e2","0.49345825000000104e2"],["-0.55081389999999942e2","0.49351105000000132e2"],["-0.55078055999999947e2","0.49356941000000006e2"],["-0.55069450000000018e2",49.3555530000001],["-0.55010284000000013e2","0.49323883000000023e2"],["-0.54989998000000014e2","0.49286942000000067e2"],["-0.54990554999999972e2",49.28166200000004],["-0.54824448000000018e2","0.49269157000000064e2"],["-0.54817779999999914e2","0.49271660000000054e2"],["-0.54787506000000008e2","0.49288605000000018e2"],[-54.78194400000001,"0.49292770000000019e2"],[-54.67972599999996,"0.49379990000000021e2"],["-0.54658332999999971e2","0.49399162000000047e2"],["-0.54648055999999997e2","0.49409431000000041e2"],["-0.54641388000000006e2","0.49421104000000071e2"],["-0.54643889999999999e2","0.49425827000000083e2"],["-0.54579726999999934e2","0.49494713000000104e2"],["-0.54541114999999934e2","0.49526657000000114e2"],["-0.54528885000000002e2","0.49533333000000027e2"],["-0.54521111000000019e2","0.49533882000000006e2"],["-0.54474716000000001e2","0.49534995999999978e2"],["-0.54431945999999925e2","0.49470824999999991e2"],["-0.54430831999999953e2","0.49465828000000045e2"],["-0.54450554000000011e2","0.49427773000000116e2"],["-0.54483330000000024e2","0.49361938000000123e2"],[-54.49361399999998,"0.49268051000000071e2"],["-0.54492500000000007e2","0.49263611000000026e2"],["-0.54486945999999989e2","0.49259719999999959e2"],["-0.54480552999999929e2","0.49262215000000026e2"],["-0.54474716000000001e2","0.49266662999999994e2"],["-0.54406386999999938e2","0.49320831000000112e2"],["-0.54400832999999921e2","0.49325272000000041e2"],["-0.54399170000000026e2","0.49330551000000014e2"],["-0.54410278000000005e2","0.49343605000000082e2"],["-0.54412773000000016e2",49.34804500000007],["-0.54413612000000001e2","0.49353049999999939e2"],["-0.54407501000000025e2","0.49374710000000107e2"],["-0.54404167000000029e2","0.49380547000000092e2"],["-0.54395003999999915e2","0.49392769000000044e2"],["-0.54380279999999971e2","0.49408882000000119e2"],[-54.36999499999996,"0.49419159000000093e2"],["-0.54364166000000012e2","0.49423607000000061e2"],["-0.54358054999999979e2","0.49426941000000056e2"],["-0.54325279000000023e2","0.49423882000000049e2"],[-54.24888599999997,"0.49397490999999945e2"],["-0.54186661000000015e2","0.49371101000000124e2"],[-54.17888599999992,49.37082700000002],["-0.54166106999999897e2","0.49378044000000102e2"],["-0.54161941999999897e2","0.49383606000000043e2"],[-54.15582999999998,49.40526600000004],["-0.54153327999999931e2","0.49416100000000085e2"],["-0.54151938999999913e2","0.49427216000000044e2"],["-0.54148337999999967e2","0.49437492000000134e2"],["-0.54145279000000016e2","0.49443320999999969e2"],["-0.54139998999999932e2","0.49448601000000053e2"],["-0.54133888000000013e2","0.49451934999999992e2"],["-0.54048889000000031e2","0.49479431000000091e2"],["-0.54041671999999949e2","0.49480820000000051e2"],["-0.53919998000000021e2","0.49447769000000108e2"],["-0.53775001999999972e2","0.49396103000000039e2"],["-0.53673331999999959e2",49.34304800000001],["-0.53511116000000015e2","0.49277214000000072e2"],[-53.48860899999994,"0.49220543000000134e2"],["-0.53588332999999977e2","0.49040833000000021e2"],["-0.53593886999999995e2","0.49035552999999993e2"],[-53.66194200000001,"0.49032211000000018e2"],["-0.53714721999999938e2",49.02915999999999],["-0.53804442999999992e2","0.49022217000000012e2"],["-0.53785277999999948e2","0.49011107999999922e2"],["-0.53731667000000016e2","0.49013329000000056e2"],["-0.53725273000000016e2","0.49009720000000016e2"],["-0.53736664000000019e2","0.49001105999999993e2"],["-0.53742774999999995e2","0.48997771999999998e2"],["-0.53749167999999941e2","0.48995270000000119e2"],[-53.77027899999996,"0.48989433000000133e2"],["-0.53803611999999987e2","0.48978043000000071e2"],["-0.53813056999999958e2","0.48938881000000038e2"],["-0.53974441999999954e2",48.84777100000008],["-0.54021384999999952e2","0.48833327999999995e2"],["-0.54096106999999961e2","0.48812210000000107e2"],["-0.53920279999999991e2","0.48834991000000116e2"],["-0.53899170000000026e2","0.48838043000000027e2"],["-0.53875557000000015e2","0.48836937000000034e2"],["-0.53829445000000021e2","0.48831383000000017e2"],["-0.53820556999999951e2","0.48829436999999928e2"],["-0.53800835000000006e2","0.48812767000000008e2"],["-0.53802223000000026e2","0.48807770000000062e2"],["-0.53845276000000013e2","0.48766936999999984e2"],["-0.53867774999999938e2",48.75],[-53.89055599999989,"0.48733604000000014e2"],["-0.53897223999999937e2","0.48731377000000123e2"],["-0.53932219999999973e2",48.71393599999999],["-0.53950554000000011e2","0.48670830000000137e2"],[-53.93250299999994,"0.48624710000000107e2"],["-0.53924445999999989e2","0.48624435000000062e2"],["-0.53917220999999927e2","0.48624991999999963e2"],["-0.53888610999999969e2","0.48631660000000124e2"],["-0.53882773999999927e2","0.48633606000000043e2"],["-0.53869163999999955e2","0.48638885000000016e2"],["-0.53857223999999974e2","0.48644157000000121e2"],["-0.53795554999999922e2","0.48675827000000027e2"],["-0.53790001000000018e2","0.48679993000000138e2"],["-0.53798889000000031e2","0.48682213000000104e2"],["-0.53817779999999971e2","0.48673882000000049e2"],["-0.53831389999999999e2","0.48669990999999982e2"],["-0.53852782999999931e2","0.48666381999999942e2"],["-0.53896950000000004e2","0.48662209000000018e2"],["-0.53913054999999929e2","0.48663605000000075e2"],["-0.53920836999999949e2","0.48667213000000004e2"],["-0.53924445999999989e2","0.48671379000000059e2"],["-0.53892058999999904e2","0.48682938000000092e2"],["-0.53887225999999941e2","0.48690102000000024e2"],["-0.53884051999999997e2","0.48693100000000129e2"],["-0.53880554000000018e2","0.48695099000000141e2"],["-0.53857558999999981e2","0.48704937000000029e2"],["-0.53759170999999981e2","0.48714156999999943e2"],["-0.53618056999999965e2","0.48694435000000112e2"],["-0.53610001000000011e2","0.48693046999999979e2"],["-0.53601943999999946e2",48.68971300000004],["-0.53599723999999924e2","0.48684990000000028e2"],["-0.53603888999999924e2","0.48674164000000076e2"],["-0.53610001000000011e2","0.48668602000000135e2"],["-0.53645835999999974e2","0.48648330999999985e2"],["-0.53658607000000018e2","0.48641937000000098e2"],["-0.53671943999999939e2","0.48638602999999932e2"],["-0.53728881999999942e2","0.48629433000000063e2"],["-0.53779998999999975e2","0.48623604000000057e2"],["-0.53787780999999995e2","0.48622490000000084e2"],["-0.53928336999999942e2","0.48575829000000056e2"],[-53.93332700000002,"0.48572220000000073e2"],["-0.53951392999999996e2","0.48549995000000024e2"],["-0.53956107999999915e2","0.48543883999999991e2"],["-0.53952498999999932e2","0.48539436000000023e2"],["-0.53944159999999897e2","0.48539718999999991e2"],["-0.53932219999999973e2","0.48544998000000135e2"],["-0.53919998000000021e2","0.48551659000000086e2"],["-0.53914444000000003e2","0.48555824000000086e2"],["-0.53908332999999914e2","0.48559158000000025e2"],["-0.53901389999999935e2","0.48562209999999993e2"],["-0.53895003999999858e2","0.48563048999999921e2"],["-0.53804169000000002e2","0.48568053999999961e2"],["-0.53788054999999929e2","0.48566383000000087e2"],["-0.53746391000000017e2","0.48558600999999953e2"],["-0.53746947999999918e2","0.48523322999999948e2"],[-53.74888599999997,"0.48513329000000113e2"],["-0.53750838999999985e2",48.50777400000004],["-0.53756366999999955e2",48.50326200000012]],[["-0.12791443599999991e3","0.51410820000000001e2"],["-0.12792443799999995e3",51.41027100000008],["-0.12806527700000004e3","0.51464157000000114e2"],["-0.12807583599999998e3","0.51470543000000021e2"],["-0.12808111599999995e3","0.51474709000000132e2"],["-0.12815307599999988e3","0.51601661999999976e2"],["-0.12815417499999995e3","0.51605826999999977e2"],["-0.12815280199999995e3","0.51638046000000145e2"],["-0.12815249600000004e3","0.51641937000000041e2"],["-0.12815029899999996e3","0.51647491000000059e2"],["-0.12814556900000002e3","0.51653603000000032e2"],[-128.136414,51.6616590000001],["-0.12801306199999993e3",51.72137500000008],["-0.12800527999999997e3","0.51723320000000058e2"],[-128,"0.51720542999999964e2"],["-0.12799694799999997e3","0.51714157000000057e2"],["-0.12799804699999999e3","0.51711662000000047e2"],[-127.995003,"0.51705269000000101e2"],["-0.12798388699999998e3","0.51682495000000131e2"],["-0.12796749899999992e3","0.51651931999999988e2"],[-127.951683,"0.51633880999999974e2"],["-0.12793776699999995e3","0.51621933000000126e2"],["-0.12792639199999996e3","0.51608886999999982e2"],["-0.12791999800000002e3","0.51600547999999947e2"],["-0.12790556300000003e3",51.55971500000004],["-0.12787361099999993e3","0.51464439000000027e2"],["-0.12787193300000001e3","0.51451934999999992e2"],["-0.12787332200000003e3","0.51447769000000051e2"],["-0.12787666299999995e3","0.51443046999999979e2"],["-0.12790444899999994e3","0.51414711000000068e2"],["-0.12791443599999991e3","0.51410820000000001e2"]],[["-0.55367500000000007e2","0.51874161000000015e2"],[-55.37471800000003,"0.51873878000000047e2"],["-0.55382216999999912e2","0.51875267000000065e2"],["-0.55428885999999977e2","0.51884163000000001e2"],["-0.55430000000000007e2","0.51885826000000122e2"],["-0.55431113999999923e2","0.51887771999999984e2"],["-0.55430557000000022e2","0.51896659999999997e2"],[-55.42610899999994,"0.51905822999999998e2"],["-0.55423331999999959e2","0.51909431000000097e2"],["-0.55387779000000023e2","0.51942764000000125e2"],["-0.55353614999999991e2","0.51963608000000079e2"],["-0.55301392000000021e2","0.51993050000000039e2"],["-0.55283889999999985e2","0.52001389000000074e2"],["-0.55277221999999938e2","0.52002495000000067e2"],["-0.55269996999999989e2","0.52000549000000035e2"],["-0.55268889999999942e2",51.998604],["-0.55267501999999979e2","0.51993881000000044e2"],["-0.55274170000000026e2",51.97693600000008],["-0.55274170000000026e2","0.51975548000000003e2"],[-55.28194400000001,"0.51961937000000034e2"],["-0.55295005999999944e2","0.51943321000000026e2"],["-0.55302222999999969e2","0.51933326999999963e2"],["-0.55332503999999972e2","0.51896384999999952e2"],["-0.55342223999999874e2","0.51886383000000023e2"],["-0.55354720999999927e2","0.51878043999999989e2"],["-0.55360001000000011e2","0.51875824000000136e2"],["-0.55367500000000007e2","0.51874161000000015e2"]],[["-0.12805389400000001e3","0.51753609000000097e2"],["-0.12811972000000003e3","0.51741661000000079e2"],["-0.12813192699999996e3","0.51743881000000101e2"],["-0.12813613899999996e3","0.51746657999999968e2"],["-0.12825445599999995e3","0.51865829000000019e2"],["-0.12825308199999995e3","0.51872214999999983e2"],["-0.12822222899999997e3","0.51953323000000125e2"],["-0.12821749899999998e3","0.51962769000000094e2"],[-128.177795,"0.52008330999999941e2"],[-128.150848,"0.52035271000000023e2"],["-0.12814529400000004e3","0.52038605000000018e2"],["-0.12810775799999999e3","0.52051659000000086e2"],["-0.12806082200000003e3","0.52056380999999988e2"],["-0.12799582699999996e3","0.52062767000000065e2"],["-0.12798332199999993e3","0.52061934999999949e2"],["-0.12796028100000001e3","0.52055549999999982e2"],["-0.12795472699999999e3",52.05332199999998],["-0.12795121799999998e3","0.52046913000000131e2"],["-0.12795140100000003e3",52.03054800000001],["-0.12795472699999999e3","0.51981101999999964e2"],["-0.12800723299999993e3","0.51782493999999986e2"],["-0.12800945999999999e3","0.51778328000000101e2"],["-0.12801306199999993e3","0.51773605000000089e2"],["-0.12801861600000001e3","0.51770271000000093e2"],["-0.12803582800000004e3","0.51760826000000066e2"],["-0.12805389400000001e3","0.51753609000000097e2"]],[["-0.79252791999999999e2","0.52071380999999917e2"],["-0.79319732999999985e2","0.51969986000000063e2"],["-0.79364440999999943e2","0.51942214999999976e2"],["-0.79370543999999995e2","0.51938599000000124e2"],["-0.79376663000000008e2","0.51936104000000057e2"],["-0.79385833999999988e2","0.51935546999999985e2"],[-79.42361499999987,"0.51936935000000062e2"],["-0.79433318999999869e2",51.93832400000008],["-0.79450561999999877e2","0.51942214999999976e2"],[-79.50111400000003,"0.51942489999999964e2"],["-0.79568344000000025e2","0.51935546999999985e2"],["-0.79576675000000023e2","0.51934158000000025e2"],[-79.591949,"0.51922768000000133e2"],["-0.79604445999999996e2","0.51916664000000083e2"],["-0.79611664000000019e2","0.51914436000000137e2"],["-0.79617767000000015e2","0.51917770000000132e2"],["-0.79621383999999978e2",51.9222180000001],["-0.79652785999999992e2","0.51981101999999964e2"],["-0.79654175000000009e2","0.51986655999999982e2"],["-0.79650832999999977e2","0.51991936000000067e2"],["-0.79633895999999993e2","0.52017493999999942e2"],["-0.79629439999999988e2","0.52022217000000126e2"],[-79.62332200000003,"0.52025269000000037e2"],[-79.61471599999993,"0.52023048000000131e2"],["-0.79608611999999994e2",52.01998900000001],["-0.79603881999999942e2","0.52016106000000036e2"],["-0.79596114999999998e2","0.52013611000000026e2"],["-0.79585281000000009e2","0.52012772000000041e2"],["-0.79567779999999971e2","0.52014999000000103e2"],["-0.79538329999999974e2","0.52023323000000005e2"],["-0.79408889999999985e2","0.52071938000000046e2"],["-0.79396666999999866e2","0.52077217000000019e2"],["-0.79383895999999936e2","0.52090827999999988e2"],[-79.345551,"0.52108604000000128e2"],["-0.79338332999999977e2","0.52110275000000001e2"],["-0.79297225999999966e2","0.52091933999999981e2"],["-0.79277221999999881e2","0.52090546000000074e2"],["-0.79269729999999925e2",52.08776899999998],["-0.79263625999999988e2","0.52083878000000084e2"],["-0.79252791999999999e2","0.52071380999999917e2"]],[[-131.01889,"0.51946098000000063e2"],["-0.13102166699999998e3","0.51940825999999959e2"],["-0.13102917500000001e3","0.51941375999999991e2"],["-0.13103695700000003e3","0.51944434999999999e2"],["-0.13104861499999998e3","0.51951385000000016e2"],["-0.13107415800000001e3","0.51970543000000134e2"],["-0.13109500099999997e3","0.51989989999999977e2"],["-0.13110165399999994e3",52.00277699999998],[-131.120544,"0.52055549999999982e2"],["-0.13112719699999997e3","0.52095543000000021e2"],[-131.126373,"0.52106941000000006e2"],["-0.13112249800000001e3","0.52124710000000107e2"],["-0.13111639400000001e3","0.52148048000000017e2"],["-0.13111026000000004e3","0.52151099999999929e2"],["-0.13110192899999998e3","0.52151932000000045e2"],["-0.13108361799999989e3","0.52151382000000012e2"],["-0.13107720900000004e3","0.52150268999999923e2"],["-0.13100945999999999e3","0.52102776000000006e2"],["-0.13099249299999991e3","0.52060822000000087e2"],[-131.00473,"0.52005829000000062e2"],[-131.01889,"0.51946098000000063e2"]],[["-0.12796278399999989e3","0.52074714999999912e2"],["-0.12805111699999992e3",52.07416500000005],["-0.12806222500000001e3","0.52074996999999996e2"],["-0.12807638499999996e3","0.52079994000000113e2"],["-0.12809387199999998e3","0.52090546000000074e2"],["-0.12810583500000001e3","0.52100273000000016e2"],["-0.12810888699999992e3","0.52105270000000132e2"],["-0.12812081899999998e3","0.52141936999999928e2"],["-0.12811471599999987e3",52.14916199999999],["-0.12810693400000002e3","0.52152489000000116e2"],["-0.12803167699999995e3","0.52163292000000126e2"],["-0.12801583900000003e3","0.52164711000000125e2"],["-0.12789111299999996e3","0.52171660999999972e2"],["-0.12788110399999999e3","0.52172218000000044e2"],["-0.12787917299999998e3","0.52166664000000026e2"],["-0.12788971700000002e3","0.52131103999999993e2"],["-0.12789334100000002e3","0.52126938000000052e2"],["-0.12794360399999999e3","0.52079163000000051e2"],["-0.12794721999999996e3","0.52075829000000113e2"],["-0.12796278399999989e3","0.52074714999999912e2"]],[["-0.12821194499999996e3","0.52015549000000135e2"],["-0.12822082499999999e3","0.52014442000000031e2"],["-0.12823858599999994e3","0.52014717000000076e2"],[-128.2463679999999,"0.52016662999999937e2"],["-0.12825308199999995e3","0.52019714000000135e2"],["-0.12829110699999995e3","0.52101936000000137e2"],["-0.12829415899999998e3","0.52113608999999997e2"],["-0.12829168700000002e3","0.52118881000000101e2"],["-0.12825280799999996e3","0.52171379000000059e2"],["-0.12824444600000004e3","0.52179993000000138e2"],["-0.12823971599999993e3","0.52184158000000139e2"],["-0.12823193399999997e3","0.52187492000000134e2"],["-0.12818804899999998e3","0.52193604000000107e2"],["-0.12816223100000002e3","0.52196655000000135e2"],["-0.12815307599999988e3","0.52195267000000001e2"],["-0.12814779699999997e3","0.52191658000000018e2"],["-0.12814584399999995e3",52.186104],[-128.1480709999999,"0.52183327000000133e2"],["-0.12815472399999999e3","0.52159431000000041e2"],["-0.12815612799999997e3","0.52153320000000122e2"],["-0.12815862999999996e3",52.11971299999999],[-128.154449,"0.52108604000000128e2"],["-0.12815139799999997e3","0.52103882000000056e2"],["-0.12814752199999998e3","0.52092766000000097e2"],["-0.12815112299999993e3","0.52081108000000086e2"],["-0.12820611600000001e3",52.01888300000013],["-0.12821194499999996e3","0.52015549000000135e2"]],[["-0.12842834499999992e3",52.13749700000011],["-0.12844415300000003e3","0.52134163000000115e2"],["-0.12844638099999997e3",52.13499500000006],["-0.12850472999999994e3",52.16027100000008],["-0.12850918599999994e3",52.16443600000008],["-0.12851113899999996e3","0.52169990999999982e2"],["-0.12850863600000002e3","0.52175552000000039e2"],["-0.12850527999999997e3","0.52180274999999995e2"],["-0.12850058000000001e3","0.52184158000000139e2"],["-0.12845138499999996e3","0.52217209000000082e2"],[-128.448059,52.21915400000006],["-0.12843331899999998e3","0.52223320000000001e2"],["-0.12841641200000004e3","0.52226379000000122e2"],["-0.12840972899999997e3","0.52224991000000045e2"],["-0.12840640299999995e3",52.2227630000001],["-0.12840527299999997e3","0.52218596999999988e2"],[-128.4100039999999,"0.52214714000000072e2"],["-0.12840777599999996e3",52.15277100000003],[-128.408905,"0.52149437000000034e2"],["-0.12841363499999994e3","0.52145270999999923e2"],["-0.12842834499999992e3",52.13749700000011]],[["-0.12829998799999998e3","0.52133606000000043e2"],[-128.308044,"0.52128875999999991e2"],["-0.12831362899999999e3","0.52129714999999976e2"],["-0.12836499000000003e3","0.52162491000000102e2"],["-0.12837304699999999e3","0.52185265000000072e2"],[-128.378601,"0.52213608000000022e2"],["-0.12837832599999996e3","0.52220268000000033e2"],["-0.12837719699999991e3","0.52223877000000073e2"],[-128.37027,"0.52228600000000029e2"],["-0.12835665900000004e3","0.52235825000000091e2"],["-0.12834527600000001e3","0.52238602000000014e2"],["-0.12829724099999999e3","0.52237212999999997e2"],["-0.12823721299999994e3","0.52222488000000055e2"],["-0.12822943099999998e3","0.52220268000000033e2"],["-0.12822720300000003e3","0.52218880000000127e2"],["-0.12822610499999996e3","0.52216934000000037e2"],["-0.12822747799999996e3","0.52212769000000037e2"],["-0.12822997999999995e3","0.52209435000000099e2"],["-0.12829998799999998e3","0.52133606000000043e2"]],[["-0.81476944000000003e2","0.52249161000000072e2"],[-81.48582499999992,"0.52248329000000126e2"],["-0.81646118000000001e2","0.52251389000000017e2"],["-0.81687499999999943e2","0.52254997000000117e2"],["-0.81706115999999952e2","0.52258049000000028e2"],["-0.81710007000000019e2","0.52262496999999996e2"],["-0.81695830999999941e2","0.52267212000000029e2"],["-0.81578063999999983e2","0.52294716000000051e2"],["-0.81551666000000012e2","0.52298050000000046e2"],["-0.81541672000000005e2","0.52296661000000029e2"],["-0.81493057000000022e2","0.52283881999999949e2"],["-0.81480559999999969e2","0.52277489000000003e2"],["-0.81475280999999995e2",52.27388000000002],["-0.81471664000000033e2","0.52268051000000014e2"],["-0.81468063000000029e2","0.52263054000000068e2"],["-0.81467772999999966e2","0.52256942999999978e2"],["-0.81470839999999953e2","0.52252220000000023e2"],["-0.81476944000000003e2","0.52249161000000072e2"]],[[-127.924713,"0.52174164000000133e2"],["-0.12793360899999999e3","0.52173049999999932e2"],[-128.036407,"0.52177489999999977e2"],["-0.12805416899999994e3","0.52180550000000039e2"],["-0.12807971199999997e3","0.52186377999999934e2"],["-0.12808639500000004e3","0.52188599000000067e2"],["-0.12809277299999991e3",52.19221500000009],["-0.12816696199999996e3","0.52244713000000104e2"],["-0.12817001299999998e3","0.52249718000000144e2"],["-0.12815862999999996e3","0.52256386000000077e2"],["-0.12806945799999994e3","0.52294716000000051e2"],[-128.0477909999999,"0.52300545000000056e2"],["-0.12804000899999994e3","0.52301659000000029e2"],["-0.12797944599999994e3","0.52296661000000029e2"],["-0.12797277800000001e3","0.52295273000000122e2"],["-0.12796193700000003e3","0.52289436000000137e2"],["-0.12795861799999989e3","0.52287498000000028e2"],["-0.12795111099999997e3","0.52279716000000064e2"],["-0.12790943899999996e3","0.52210274000000027e2"],["-0.12790750100000002e3","0.52204712000000086e2"],["-0.12790666199999998e3","0.52198600999999996e2"],["-0.12791055299999988e3","0.52186377999999934e2"],["-0.12791776999999996e3","0.52176940999999999e2"],[-127.924713,"0.52174164000000133e2"]],[["-0.12818444799999992e3","0.52278602999999976e2"],["-0.12820361299999996e3","0.52277489000000003e2"],["-0.12821026599999993e3","0.52278327999999988e2"],["-0.12821362299999998e3","0.52279716000000064e2"],["-0.12818917799999986e3","0.52330826000000116e2"],["-0.12818307499999997e3","0.52339714000000129e2"],["-0.12811471599999987e3",52.41832700000009],["-0.12811111499999998e3","0.52421661000000086e2"],["-0.12810443099999992e3","0.52421379000000002e2"],["-0.12809997599999991e3","0.52418602000000135e2"],["-0.12809359699999999e3","0.52411658999999929e2"],["-0.12809249899999998e3","0.52408324999999934e2"],["-0.12808526599999999e3","0.52396385000000066e2"],["-0.12805917399999998e3","0.52352219000000048e2"],["-0.12805694600000004e3","0.52346100000000035e2"],["-0.12805526699999996e3","0.52334991000000116e2"],["-0.12805667099999994e3","0.52328880000000083e2"],["-0.12806140099999999e3","0.52324715000000083e2"],["-0.12815194700000001e3","0.52282211000000075e2"],["-0.12818444799999992e3","0.52278602999999976e2"]],[["-0.12772444199999995e3",51.97693600000008],["-0.12787082699999991e3","0.51944709999999986e2"],["-0.12787970699999994e3",51.94499200000007],[-127.886124,"0.51947768999999994e2"],["-0.12789167800000001e3","0.51951385000000016e2"],["-0.12789472999999992e3","0.51956100000000049e2"],["-0.12789943700000003e3","0.51973320000000001e2"],["-0.12790110799999991e3","0.51985824999999977e2"],["-0.12790055799999988e3","0.51999435000000005e2"],["-0.12788110399999999e3","0.52078880000000083e2"],["-0.12787361099999993e3","0.52094994000000042e2"],["-0.12785138699999999e3","0.52141380000000026e2"],["-0.12782833900000003e3","0.52175827000000027e2"],[-127.817497,"0.52191375999999934e2"],["-0.12779750100000001e3","0.52213882000000126e2"],["-0.12778916899999996e3","0.52221930999999984e2"],["-0.12775334199999998e3","0.52245827000000077e2"],[-127.74527,"0.52247772000000055e2"],[-127.699997,"0.52257216999999912e2"],["-0.12768083199999995e3","0.52258888000000013e2"],["-0.12765943900000002e3","0.52259163000000001e2"],["-0.12765055799999999e3","0.52260276999999974e2"],["-0.12758640300000002e3","0.52281105000000082e2"],["-0.12751666299999999e3","0.52304436000000123e2"],["-0.12751000999999985e3","0.52306938000000002e2"],["-0.12746056399999998e3","0.52345824999999991e2"],["-0.12745694700000001e3","0.52350548000000003e2"],["-0.12745612299999988e3","0.52362213000000054e2"],["-0.12745694700000001e3","0.52368324000000143e2"],["-0.12745333900000003e3","0.52373046999999929e2"],[-127.4177699999999,"0.52385269000000108e2"],["-0.12736277799999999e3","0.52403876999999966e2"],["-0.12726390100000003e3","0.52436653000000092e2"],["-0.12725945300000001e3","0.52435265000000015e2"],["-0.12723473399999995e3","0.52416939000000013e2"],["-0.12720777899999996e3","0.52344711000000018e2"],["-0.12721056399999992e3",52.33526599999999],[-127.218887,"0.52325829000000056e2"],["-0.12723222399999992e3","0.52313049000000092e2"],["-0.12724749800000001e3","0.52301933000000133e2"],["-0.12727084399999995e3","0.52288605000000132e2"],["-0.12728916899999996e3","0.52279433999999981e2"],["-0.12730304699999999e3","0.52274162000000047e2"],["-0.12730999800000001e3","0.52271659999999997e2"],["-0.12732584400000002e3","0.52268051000000014e2"],["-0.12736193800000001e3","0.52264717000000019e2"],["-0.12742582699999997e3",52.24610100000001],["-0.12743971299999993e3","0.52240829000000076e2"],["-0.12744526699999994e3",52.23832699999997],["-0.12757972699999999e3","0.52177216000000044e2"],["-0.12758444199999991e3","0.52173324999999977e2"],["-0.12758805799999999e3","0.52167770000000075e2"],["-0.12759631300000001e3","0.52151793999999995e2"],["-0.12765416700000003e3","0.52123877999999991e2"],["-0.12768694299999993e3","0.52074440000000095e2"],["-0.12769193999999993e3",52.06360600000005],["-0.12770111099999991e3","0.52041107000000068e2"],["-0.12770388800000001e3","0.52028877000000136e2"],[-127.699997,"0.52017768999999987e2"],["-0.12769915799999995e3",52.01138300000008],[-127.699432,52.00471500000009],["-0.12770194999999995e3",51.998604],[-127.708054,"0.51988327000000027e2"],["-0.12771749899999998e3","0.51980270000000075e2"],["-0.12772444199999995e3",51.97693600000008]],[["-0.12866860999999994e3","0.52266388000000063e2"],["-0.12867556799999994e3","0.52266388000000063e2"],["-0.12872055099999994e3","0.52306938000000002e2"],[-128.724152,"0.52311378000000047e2"],["-0.12872637899999995e3","0.52316101000000003e2"],["-0.12874832200000003e3","0.52369156000000089e2"],["-0.12876196299999998e3",52.41832700000009],["-0.12876251200000002e3","0.52423325000000091e2"],["-0.12876196299999998e3","0.52429160999999965e2"],[-128.759186,"0.52449432000000002e2"],["-0.12875280799999996e3","0.52467766000000097e2"],["-0.12874722299999996e3","0.52471656999999993e2"],["-0.12868139599999989e3","0.52482208000000071e2"],["-0.12867443800000001e3","0.52482208000000071e2"],["-0.12865029899999996e3","0.52474434000000088e2"],["-0.12863696299999992e3","0.52468597000000102e2"],[-128.624146,"0.52461662000000103e2"],["-0.12861914099999996e3","0.52457771000000037e2"],[-128.615814,"0.52453606000000036e2"],["-0.12861608899999993e3",52.44860099999994],["-0.12861331199999995e3","0.52364441000000056e2"],["-0.12861471599999993e3","0.52353325000000098e2"],["-0.12861776699999996e3","0.52329994000000056e2"],["-0.12861999500000002e3","0.52323883000000137e2"],["-0.12862554899999992e3","0.52311378000000047e2"],["-0.12862997399999995e3","0.52305550000000096e2"],["-0.12866860999999994e3","0.52266388000000063e2"]],[[-128.471924,"0.52492767000000129e2"],["-0.12846777299999991e3","0.52483047000000056e2"],["-0.12846499599999993e3",52.47304500000007],["-0.12846417199999996e3",52.46804800000001],["-0.12846499599999993e3","0.52462212000000136e2"],["-0.12846722399999999e3","0.52456099999999935e2"],["-0.12847082499999993e3","0.52449714999999969e2"],["-0.12848055999999991e3","0.52440269000000001e2"],[-128.4869379999999,"0.52437209999999993e2"],["-0.12849414100000001e3","0.52434989999999971e2"],["-0.12850945999999999e3","0.52432213000000104e2"],["-0.12851806599999998e3","0.52431938000000059e2"],["-0.12859553499999998e3","0.52460140000000081e2"],["-0.12866314699999987e3","0.52491927999999973e2"],["-0.12875500499999998e3","0.52487770000000012e2"],["-0.12877557399999995e3",52.49332400000003],["-0.12878472899999991e3","0.52496101000000124e2"],["-0.12880944799999997e3","0.52515549000000078e2"],["-0.12881304899999992e3","0.52519989000000066e2"],["-0.12881390399999998e3","0.52524994000000106e2"],[-128.811127,"0.52536941999999954e2"],[-128.808899,"0.52543053000000043e2"],["-0.12873889199999996e3","0.52587494000000049e2"],[-128.732483,"0.52590545999999961e2"],["-0.12872470099999998e3",52.59165999999999],[-128.5781859999999,52.5936430000001],["-0.12856750499999998e3","0.52622490000000028e2"],["-0.12853527800000001e3","0.52647217000000069e2"],["-0.12853167699999995e3",52.62110100000001],["-0.12852890000000002e3","0.52611107000000004e2"],["-0.12852194199999997e3","0.52591377000000023e2"],["-0.12850085399999995e3","0.52543610000000115e2"],["-0.12848889199999991e3",52.52027099999998],["-0.12848526000000004e3","0.52515831000000105e2"],["-0.12847970599999996e3","0.52506660000000011e2"],[-128.471924,"0.52492767000000129e2"]],[["-0.13146444700000001e3","0.52627487000000087e2"],["-0.13158554099999998e3","0.52585266000000104e2"],["-0.13159359699999999e3","0.52585823000000005e2"],["-0.13160137900000001e3","0.52588600000000099e2"],[-131.6119379999999,"0.52596099999999979e2"],["-0.13162359600000002e3","0.52608886999999982e2"],["-0.13170971700000001e3","0.52705269000000044e2"],[-131.691101,"0.52724991000000102e2"],["-0.13168499799999995e3","0.52728043000000014e2"],["-0.13165945399999993e3","0.52730270000000075e2"],["-0.13148471099999995e3","0.52736938000000066e2"],[-131.475281,"0.52736655999999982e2"],["-0.13146859699999999e3","0.52733330000000137e2"],["-0.13146887200000003e3",52.73054500000012],["-0.13144943199999994e3","0.52714996000000042e2"],["-0.13144027699999998e3","0.52706940000000145e2"],["-0.13143917799999991e3","0.52701660000000061e2"],["-0.13144137599999999e3","0.52684158000000025e2"],["-0.13145443699999998e3","0.52636383000000023e2"],["-0.13145834399999995e3","0.52630821000000083e2"],["-0.13146444700000001e3","0.52627487000000087e2"]],[["-0.12843029799999994e3","0.52368050000000039e2"],["-0.12844168099999996e3","0.52368050000000039e2"],["-0.12845611599999989e3","0.52373046999999929e2"],["-0.12846026599999999e3",52.37721300000004],["-0.12846664399999986e3","0.52386939999999981e2"],["-0.12846777299999991e3","0.52393051000000071e2"],["-0.12843777499999999e3","0.52543610000000115e2"],["-0.12844973800000002e3","0.52620827000000077e2"],["-0.12845056199999999e3","0.52626937999999996e2"],["-0.12844168099999996e3","0.52746941000000106e2"],["-0.12843917799999997e3","0.52752220000000079e2"],["-0.12843582200000003e3","0.52756943000000092e2"],["-0.12839001500000001e3","0.52797493000000031e2"],[-128.383331,"0.52797493000000031e2"],["-0.12837332200000003e3","0.52791107000000125e2"],["-0.12836276199999998e3","0.52740272999999945e2"],["-0.12835861199999988e3","0.52729156000000103e2"],["-0.12832138099999992e3","0.52634720000000129e2"],[-128.275848,"0.52496101000000124e2"],["-0.12827502400000003e3","0.52489990000000034e2"],["-0.12828640699999994e3","0.52457771000000037e2"],["-0.12831140099999999e3","0.52423881999999992e2"],[-128.365814,52.38220999999993],["-0.12837164300000001e3","0.52378875999999991e2"],[-128.386414,"0.52374992000000134e2"],["-0.12840335099999993e3","0.52371658000000139e2"],["-0.12843029799999994e3","0.52368050000000039e2"]],[["-0.12897442599999999e3","0.52453323000000069e2"],["-0.12898275799999999e3","0.52453049000000135e2"],["-0.12911471599999993e3","0.52556656000000089e2"],["-0.12921081499999997e3",52.64888000000002],["-0.12926333599999998e3","0.52710548000000074e2"],["-0.12927056899999997e3","0.52719153999999946e2"],["-0.12929196200000001e3","0.52761664999999994e2"],["-0.12929278599999998e3","0.52766937000000098e2"],["-0.12928140299999995e3",52.81721500000009],["-0.12927722199999988e3","0.52823051000000135e2"],["-0.12927084400000001e3","0.52826103000000046e2"],["-0.12926223799999997e3","0.52826660000000118e2"],[-129.252228,"0.52825272000000041e2"],[-129.23111,52.81610100000006],[-129.218323,"0.52809158000000082e2"],["-0.12910415599999999e3",52.74110399999995],[-129.066101,"0.52714714000000129e2"],["-0.12894695999999993e3","0.52626381000000094e2"],[-128.926941,"0.52610825000000091e2"],["-0.12892333999999994e3","0.52606659000000036e2"],["-0.12891973899999999e3","0.52602218999999991e2"],[-128.91861,"0.52527488999999946e2"],["-0.12892251599999997e3","0.52515274000000034e2"],["-0.12893640099999999e3","0.52480545000000006e2"],["-0.12894360399999999e3","0.52469711000000075e2"],[-128.9491579999999,"0.52465546000000074e2"],["-0.12896166999999997e3","0.52459435000000042e2"],["-0.12897442599999999e3","0.52453323000000069e2"]],[["-0.12826974499999994e3","0.52596939000000134e2"],["-0.12827416999999997e3","0.52595543000000077e2"],["-0.12827890000000002e3","0.52595824999999991e2"],["-0.12828445399999998e3","0.52598602000000028e2"],["-0.12828750600000001e3","0.52602776000000063e2"],["-0.12828973399999995e3",52.60833000000008],["-0.12829269399999993e3","0.52661549000000036e2"],["-0.12832305899999994e3",52.74110399999995],["-0.12832638499999996e3","0.52771378000000027e2"],["-0.12832501199999996e3","0.52776100000000099e2"],["-0.12826322900000002e3","0.52784645000000125e2"],["-0.12821063200000003e3","0.52798515000000009e2"],["-0.12818582199999992e3","0.52826942000000031e2"],[-128.177795,"0.52826103000000046e2"],[-128.17334,"0.52823326000000122e2"],["-0.12817028799999997e3","0.52817771999999991e2"],["-0.12817584199999999e3","0.52787773000000129e2"],["-0.12817861899999997e3","0.52776100000000099e2"],["-0.12820776399999994e3","0.52704436999999984e2"],["-0.12821026599999993e3","0.52698875000000044e2"],["-0.12824722299999996e3","0.52620544000000109e2"],["-0.12824972500000001e3","0.52616660999999965e2"],["-0.12826141399999995e3","0.52604439000000013e2"],["-0.12826974499999994e3","0.52596939000000134e2"]],[["-0.13163973999999996e3","0.52828049000000135e2"],["-0.13164666699999992e3","0.52825829000000113e2"],["-0.13164889499999998e3","0.52826103000000046e2"],["-0.13166973899999999e3","0.52819160000000068e2"],["-0.13170834400000001e3","0.52811378000000104e2"],["-0.13172387700000002e3","0.52808327000000077e2"],["-0.13173306299999996e3",52.80860100000001],["-0.13181332399999997e3",52.82027400000004],["-0.13182388300000002e3",52.82777400000009],["-0.13183138999999994e3","0.52841934000000037e2"],["-0.13183029199999999e3","0.52846656999999993e2"],["-0.13182250999999991e3","0.52848045000000127e2"],["-0.13174859599999996e3","0.52853324999999984e2"],["-0.13172860699999995e3","0.52851387000000045e2"],[-131.644745,"0.52835548000000131e2"],[-131.636414,"0.52832497000000103e2"],["-0.13163973999999996e3","0.52828049000000135e2"]],[["-0.12850527999999997e3","0.52641106000000036e2"],[-128.5125119999999,"0.52641106000000036e2"],["-0.12851611300000002e3","0.52645271000000037e2"],["-0.12852029400000004e3","0.52654991000000109e2"],["-0.12854000899999994e3","0.52703323000000012e2"],["-0.12853500399999996e3","0.52758049000000085e2"],["-0.12853362999999996e3","0.52769157000000121e2"],["-0.12851391599999999e3","0.52860825000000034e2"],["-0.12851028400000001e3","0.52867493000000024e2"],["-0.12850613399999992e3","0.52873047000000042e2"],["-0.12849887100000001e3",52.87082700000002],["-0.12849194299999994e3","0.52868599000000074e2"],["-0.12848553499999997e3","0.52865273000000002e2"],[-128.471924,"0.52853049999999996e2"],["-0.12846832299999994e3","0.52848602000000028e2"],["-0.12845083599999992e3","0.52805267000000015e2"],["-0.12845361300000002e3","0.52782493999999986e2"],["-0.12845443699999998e3","0.52776939000000084e2"],["-0.12850167799999991e3","0.52647491000000002e2"],["-0.12850527999999997e3","0.52641106000000036e2"]],[["-0.12961053500000003e3","0.52954993999999999e2"],["-0.12961831699999999e3","0.52953606000000093e2"],["-0.12962222299999996e3","0.52958046000000081e2"],["-0.12965139799999992e3","0.53013329000000113e2"],[-129.650848,53.01888300000013],["-0.12962441999999993e3",53.02388000000002],[-129.615814,"0.53024436999999921e2"],["-0.12960720800000001e3","0.53022766000000047e2"],["-0.12957055699999989e3","0.53013611000000026e2"],[-129.5625,"0.53010551000000135e2"],["-0.12955749499999996e3","0.53006660000000068e2"],["-0.12955667099999999e3","0.53001389000000017e2"],["-0.12955862400000001e3","0.52997490000000028e2"],["-0.12955334500000004e3","0.52984993000000031e2"],[-129.561127,"0.52970543000000077e2"],["-0.12959637499999991e3","0.52959435000000099e2"],["-0.12961053500000003e3","0.52954993999999999e2"]],[[-129.531677,"0.53010551000000135e2"],["-0.12953890999999993e3","0.53008049000000085e2"],[-129.546967,"0.53008888000000013e2"],["-0.12958859299999995e3","0.53024162000000103e2"],["-0.12964001500000001e3","0.53044158999999979e2"],["-0.12963391099999996e3","0.53056099000000074e2"],["-0.12956277499999993e3","0.53053046999999992e2"],["-0.12952444500000001e3","0.53033606999999961e2"],["-0.12951779199999993e3","0.53029991000000109e2"],["-0.12951724200000001e3","0.53024993999999992e2"],["-0.12952056900000002e3","0.53018326000000059e2"],[-129.531677,"0.53010551000000135e2"]],[["-0.55763061999999991e2","0.53029434000000037e2"],["-0.55853333000000021e2",53.01527399999992],["-0.55861945999999989e2","0.53015549000000135e2"],["-0.55870834000000002e2","0.53018599999999992e2"],["-0.55876388999999961e2",53.02748900000006],["-0.55876105999999993e2","0.53032768000000033e2"],["-0.55872771999999998e2","0.53043883999999991e2"],["-0.55869719999999973e2",53.04972100000009],["-0.55857779999999991e2",53.06749700000006],["-0.55854445999999996e2","0.53071663000000001e2"],["-0.55848609999999951e2","0.53076102999999989e2"],["-0.55808333999999945e2",53.09137700000008],["-0.55800551999999982e2","0.53093605000000025e2"],[-55.79222900000002,"0.53093048000000124e2"],["-0.55788612000000001e2","0.53089714000000129e2"],["-0.55788337999999953e2","0.53086655000000007e2"],["-0.55749167999999997e2","0.53069160000000011e2"],["-0.55748885999999914e2","0.53064712999999927e2"],["-0.55755004999999869e2","0.53038604999999961e2"],["-0.55756667999999991e2",53.033051],["-0.55763061999999991e2","0.53029434000000037e2"]],[["-0.12960247799999996e3","0.53057213000000047e2"],["-0.12961080899999996e3","0.53056655999999975e2"],["-0.12969250499999993e3","0.53075829000000056e2"],["-0.12970193499999999e3","0.53078330999999935e2"],["-0.12970834399999995e3",53.08166499999993],["-0.12972305299999999e3","0.53099159000000043e2"],["-0.12973611500000004e3",53.12221500000004],["-0.12973831200000001e3",53.12721300000004],["-0.12973275799999999e3","0.53131103999999937e2"],[-129.716949,"0.53133881000000031e2"],["-0.12969973800000002e3","0.53134995000000004e2"],["-0.12966805999999991e3","0.53136108000000092e2"],["-0.12966250600000001e3","0.53135551000000021e2"],["-0.12965444899999994e3","0.53132767000000058e2"],[-129.650848,"0.53130547000000035e2"],["-0.12964416499999999e3",53.12721300000004],["-0.12962081899999998e3","0.53112494999999967e2"],[-129.615814,"0.53108604000000071e2"],["-0.12958804299999991e3","0.53084717000000069e2"],["-0.12958416699999998e3",53.08027600000014],["-0.12958193999999997e3","0.53075554000000068e2"],["-0.12958612099999999e3","0.53069992000000127e2"],["-0.12959664900000001e3","0.53061104000000114e2"],["-0.12960247799999996e3","0.53057213000000047e2"]],[["-0.79909164000000033e2","0.53081940000000145e2"],["-0.79919723999999974e2","0.53081940000000145e2"],["-0.79926102000000014e2","0.53084991000000002e2"],[-79.92971799999998,"0.53089432000000102e2"],["-0.79932220000000029e2","0.53094436999999971e2"],["-0.79938599000000011e2","0.53122490000000084e2"],["-0.79938599000000011e2","0.53134995000000004e2"],[-79.93499799999995,"0.53147774000000084e2"],["-0.79930557000000022e2","0.53152489000000116e2"],["-0.79906386999999995e2","0.53172768000000076e2"],["-0.79897781000000009e2","0.53174438000000009e2"],["-0.79887511999999958e2","0.53174438000000009e2"],["-0.79877486999999974e2","0.53173050000000103e2"],["-0.79866393999999957e2",53.16944100000012],["-0.79858886999999868e2","0.53166939000000013e2"],["-0.79846114999999941e2","0.53160545000000013e2"],["-0.79795836999999892e2","0.53116386000000034e2"],["-0.79789444000000003e2","0.53106941000000006e2"],["-0.79787215999999944e2","0.53101936000000137e2"],["-0.79789444000000003e2","0.53095825000000048e2"],["-0.79796951000000035e2","0.53093605000000025e2"],["-0.79835555999999997e2","0.53083878000000084e2"],["-0.79843886999999995e2","0.53082214000000079e2"],["-0.79909164000000033e2","0.53081940000000145e2"]],[[-129.4324949999999,"0.53151382000000012e2"],["-0.12935278299999993e3","0.53072220000000073e2"],["-0.12929000899999988e3","0.52993607000000054e2"],["-0.12928750600000001e3","0.52978043000000014e2"],["-0.12928945899999985e3","0.52971930999999984e2"],["-0.12929583700000001e3","0.52968880000000013e2"],["-0.12931222499999996e3","0.52966934000000094e2"],[-129.341095,"0.52973320000000001e2"],["-0.12941418499999997e3","0.53010551000000135e2"],["-0.12941915900000004e3","0.53014442000000031e2"],["-0.12942138699999998e3","0.53019157000000064e2"],["-0.12942471299999994e3","0.53040276000000063e2"],["-0.12942916899999994e3",53.04972100000009],[-129.475281,"0.53101936000000137e2"],["-0.12950527999999997e3","0.53126380999999981e2"],["-0.12951196300000004e3","0.53129714999999976e2"],["-0.12952194199999985e3","0.53131103999999937e2"],["-0.12953750600000001e3","0.53128326000000129e2"],["-0.12954473899999994e3","0.53128326000000129e2"],["-0.12954724099999993e3","0.53133049000000142e2"],["-0.12954806500000001e3",53.14916199999999],[-129.546967,53.16027100000008],[-129.5386049999999,"0.53171660999999915e2"],["-0.12952166699999992e3",53.18360100000001],["-0.12951446499999997e3","0.53185822000000144e2"],["-0.12949859599999996e3","0.53188599000000011e2"],["-0.12949026499999997e3","0.53188881000000094e2"],["-0.12947997999999995e3","0.53187767000000122e2"],[-129.470551,"0.53185265000000015e2"],["-0.12946276899999992e3","0.53179993000000081e2"],[-129.4324949999999,"0.53151382000000012e2"]],[["-0.81106109999999887e2","0.53199714999999969e2"],["-0.81087783999999886e2",53.17943600000001],["-0.81045272999999952e2","0.53148605000000089e2"],["-0.80978881999999942e2","0.53113052000000039e2"],["-0.80973617999999988e2","0.53109436000000017e2"],["-0.80809433000000013e2",52.97693600000008],["-0.80775008999999955e2","0.52944434999999942e2"],["-0.80763335999999924e2","0.52931381000000044e2"],["-0.80669158999999979e2","0.52776939000000084e2"],["-0.80667769999999962e2","0.52771935000000099e2"],["-0.80667496000000028e2","0.52759438000000102e2"],["-0.80670836999999892e2","0.52745827000000133e2"],["-0.80673049999999932e2","0.52740547000000049e2"],["-0.80699722000000008e2",52.69609800000012],["-0.80705001999999979e2","0.52692214999999976e2"],["-0.80712509000000011e2","0.52689156000000025e2"],[-80.720551,"0.52688324000000136e2"],["-0.80731673999999998e2","0.52688881000000038e2"],["-0.80739166000000012e2","0.52691376000000048e2"],["-0.80749161000000015e2","0.52698875000000044e2"],["-0.80753066999999987e2","0.52703323000000012e2"],["-0.80765839000000028e2","0.52709717000000012e2"],["-0.80797500999999954e2","0.52719153999999946e2"],["-0.80815001999999993e2","0.52723045000000013e2"],["-0.80861388999999917e2","0.52731102000000021e2"],["-0.80898894999999982e2","0.52737495000000138e2"],["-0.80918883999999991e2","0.52740272999999945e2"],["-0.80995543999999938e2","0.52746101000000067e2"],["-0.81015563999999927e2","0.52748604000000057e2"],["-0.81024444999999957e2","0.52750549000000035e2"],["-0.81138061999999934e2","0.52788048000000117e2"],[-81.15306099999998,"0.52793052999999986e2"],["-0.81198882999999967e2","0.52814156000000082e2"],["-0.81212783999999942e2","0.52819991999999957e2"],["-0.81251953000000015e2","0.52832497000000103e2"],["-0.81287216000000001e2",52.83998900000006],["-0.81369155999999862e2","0.52856102000000078e2"],[-81.41722099999987,"0.52863052000000096e2"],[-81.58444199999991,"0.52889160000000061e2"],["-0.81649170000000026e2","0.52907211000000075e2"],["-0.81763625999999931e2","0.52937767000000008e2"],["-0.81781386999999995e2","0.52941658000000075e2"],["-0.81811660999999958e2","0.52945267000000058e2"],["-0.81834166999999866e2","0.52946381000000031e2"],["-0.81881377999999984e2","0.52954162999999994e2"],["-0.81916655999999989e2",52.96166199999999],["-0.81933318999999983e2","0.52965828000000045e2"],["-0.81949721999999952e2","0.52971375000000023e2"],["-0.81962783999999886e2",52.97693600000008],["-0.82049987999999985e2","0.53014442000000031e2"],["-0.82056655999999862e2","0.53017494000000113e2"],["-0.82061661000000015e2","0.53021102999999925e2"],["-0.82063323999999909e2","0.53026657000000114e2"],["-0.82060271999999998e2","0.53031937000000028e2"],["-0.82053329000000019e2","0.53041938999999957e2"],["-0.82049164000000019e2","0.53046661000000029e2"],["-0.81974716000000001e2","0.53113883999999985e2"],["-0.81965285999999935e2",53.12221500000004],["-0.81954177999999956e2","0.53129990000000134e2"],["-0.81910827999999981e2","0.53158882000000062e2"],["-0.81892226999999991e2","0.53168326999999977e2"],["-0.81864440999999999e2","0.53178604000000121e2"],["-0.81848052999999936e2","0.53181664000000012e2"],["-0.81826110999999969e2","0.53181381000000044e2"],["-0.81714721999999881e2","0.53188599000000011e2"],["-0.81543059999999969e2","0.53209160000000054e2"],["-0.81385283999999899e2","0.53224990999999989e2"],["-0.81374999999999943e2","0.53224990999999989e2"],["-0.81295546999999999e2","0.53217765999999983e2"],["-0.81116394000000014e2","0.53200829000000113e2"],["-0.81106109999999887e2","0.53199714999999969e2"]],[["-0.13176223800000002e3","0.53196655000000078e2"],[-131.6305539999999,"0.53084159999999997e2"],[-131.595551,"0.53046103999999957e2"],["-0.13159304800000001e3","0.53041382000000056e2"],["-0.13159472700000003e3","0.53035271000000023e2"],["-0.13160165399999994e3",53.033051],["-0.13161026000000004e3","0.53032211000000132e2"],["-0.13162887599999999e3","0.53032494000000099e2"],["-0.13163973999999996e3","0.53034439000000077e2"],["-0.13173666400000002e3","0.53053879000000052e2"],["-0.13175558499999994e3","0.53058601000000124e2"],["-0.13177444500000001e3","0.53068886000000077e2"],["-0.13178390499999989e3","0.53071381000000088e2"],["-0.13179473899999994e3","0.53073051000000078e2"],["-0.13181362899999999e3","0.53073607999999979e2"],["-0.13182971199999992e3","0.53071381000000088e2"],["-0.13194332900000001e3","0.53054993000000024e2"],["-0.13196472199999999e3","0.53046386999999925e2"],["-0.13191195700000003e3","0.53005271999999991e2"],["-0.13190835599999991e3","0.53011108000000036e2"],["-0.13189944499999996e3","0.53019714000000135e2"],["-0.13188806199999999e3","0.53026939000000027e2"],[-131.87027,"0.53037498000000028e2"],[-131.85611,53.04222100000004],["-0.13184777800000001e3","0.53043052999999929e2"],["-0.13183111600000001e3","0.53043052999999929e2"],["-0.13181167600000003e3","0.53039718999999991e2"],[-131.662781,53.00777400000004],[-131.644745,"0.53003882999999973e2"],["-0.13162860099999995e3","0.52998328999999956e2"],["-0.13161498999999998e3","0.52991661000000022e2"],[-131.609711,"0.52988045000000113e2"],["-0.13159805299999999e3",52.97526600000009],["-0.13159582499999993e3","0.52964714000000072e2"],["-0.13159750399999996e3","0.52958602999999982e2"],["-0.13161554000000001e3","0.52920273000000066e2"],[-131.662781,"0.52882210000000043e2"],["-0.13166805999999997e3","0.52878043999999932e2"],["-0.13168057299999992e3","0.52871658000000025e2"],["-0.13168749999999994e3","0.52869155999999975e2"],["-0.13170443699999993e3","0.52867767000000129e2"],["-0.13180221599999999e3",52.86471599999993],["-0.13180862400000001e3","0.52865829000000019e2"],[-131.833618,52.88499500000006],[-131.849152,"0.52901932000000102e2"],[-131.87027,"0.52922768000000076e2"],["-0.13188473499999992e3","0.52934433000000013e2"],["-0.13189001500000001e3",52.93832400000008],[-131.898346,"0.52941100999999946e2"],[-131.906677,"0.52940269000000058e2"],["-0.13193859899999995e3","0.52934990000000084e2"],["-0.13194473299999999e3","0.52931664000000012e2"],[-131.982483,"0.52879715000000033e2"],["-0.13197860700000001e3","0.52875549000000092e2"],["-0.13196859699999999e3","0.52874435000000119e2"],["-0.13195278899999988e3","0.52875267000000065e2"],["-0.13194528200000002e3","0.52876938000000109e2"],["-0.13193139599999995e3","0.52881660000000011e2"],["-0.13185638399999993e3","0.52856102000000078e2"],["-0.13177557399999989e3","0.52716660000000047e2"],[-131.767517,"0.52713882000000012e2"],["-0.13173361199999999e3",52.69860100000011],["-0.13172692900000004e3","0.52695541000000048e2"],["-0.13172305299999988e3","0.52691101000000003e2"],[-131.683899,"0.52642220000000009e2"],["-0.13168139600000001e3","0.52637496999999996e2"],["-0.13165945399999993e3","0.52581665000000044e2"],["-0.13157278400000001e3","0.52529991000000052e2"],["-0.13156527700000004e3","0.52531662000000097e2"],["-0.13155667099999994e3","0.52532211000000018e2"],["-0.13154583700000001e3","0.52530273000000079e2"],["-0.13148193400000002e3","0.52507773999999984e2"],["-0.13146749899999992e3","0.52501389000000131e2"],["-0.13142361499999998e3","0.52460823000000119e2"],["-0.13142748999999998e3","0.52414993000000095e2"],["-0.13139849899999996e3","0.52377827000000025e2"],["-0.13139533999999998e3","0.52375492000000122e2"],["-0.13139016699999996e3","0.52374660000000006e2"],["-0.13136749299999991e3","0.52381827999999985e2"],["-0.13136549400000001e3","0.52384491000000025e2"],["-0.13136599699999988e3","0.52390986999999996e2"],["-0.13136715700000002e3","0.52397160000000042e2"],[-131.357483,"0.52403320000000065e2"],["-0.13135833699999989e3","0.52414153999999996e2"],["-0.13135305799999998e3",52.41832700000009],["-0.13132833900000003e3","0.52431107000000054e2"],["-0.13131304899999998e3","0.52434158000000082e2"],["-0.13127252199999998e3","0.52438881000000038e2"],["-0.13125558499999988e3","0.52440269000000001e2"],["-0.13123638900000003e3","0.52439156000000082e2"],["-0.13123248299999995e3","0.52434714999999983e2"],["-0.13124749800000001e3","0.52365829000000133e2"],["-0.13125085399999995e3","0.52359160999999972e2"],["-0.13125836200000003e3",52.34777100000008],["-0.13126306199999999e3",52.34276600000004],["-0.13130311599999993e3","0.52332100000000025e2"],["-0.13131977799999993e3","0.52335106000000053e2"],["-0.13133059700000001e3","0.52332770999999923e2"],["-0.13133248899999995e3","0.52293610000000001e2"],["-0.13132833900000003e3","0.52284995999999978e2"],["-0.13132443199999989e3","0.52280822999999998e2"],["-0.13127139299999999e3","0.52277771000000087e2"],[-131.259186,"0.52284164000000033e2"],["-0.13125613399999992e3","0.52290833000000077e2"],["-0.13124832199999997e3","0.52302216000000101e2"],["-0.13117971799999998e3","0.52317772000000048e2"],["-0.13117193599999996e3","0.52319442999999922e2"],[-131.136414,"0.52311378000000047e2"],["-0.13109500099999997e3","0.52286110000000122e2"],["-0.13101501500000001e3","0.52225548000000117e2"],["-0.13100750699999998e3","0.52217209000000082e2"],["-0.13100527999999991e3","0.52206657000000064e2"],["-0.13101168799999988e3","0.52193604000000107e2"],["-0.13101556400000004e3","0.52187767000000122e2"],[-131.024719,"0.52178047000000049e2"],[-131.030304,"0.52173882000000049e2"],[-131.036407,"0.52170830000000137e2"],["-0.13104305999999991e3","0.52168326999999977e2"],["-0.13111512799999997e3","0.52168289000000016e2"],["-0.13116610700000001e3","0.52125549000000092e2"],["-0.13118057299999987e3","0.52121658000000025e2"],["-0.13126473999999985e3",52.11971299999999],["-0.13129888900000003e3","0.52150268999999923e2"],["-0.13136025999999993e3","0.52189156000000139e2"],["-0.13136694299999999e3","0.52192490000000134e2"],["-0.13138946499999997e3","0.52205826000000059e2"],["-0.13141168200000004e3","0.52220543000000077e2"],["-0.13155111699999998e3","0.52333878000000084e2"],["-0.13157333399999993e3","0.52360824999999977e2"],["-0.13158194000000003e3","0.52379990000000134e2"],[-131.582764,"0.52385269000000108e2"],["-0.13158056599999986e3","0.52390548999999965e2"],["-0.13157778899999994e3","0.52393607999999972e2"],["-0.13157083099999994e3","0.52396102999999982e2"],["-0.13154806500000001e3","0.52400543000000027e2"],["-0.13153973399999995e3","0.52401100000000099e2"],["-0.13152972399999993e3","0.52400269000000094e2"],["-0.13152029400000004e3","0.52397774000000027e2"],["-0.13156140099999999e3","0.52431664000000126e2"],["-0.13166168199999998e3","0.52478324999999984e2"],["-0.13167916899999994e3","0.52483604000000128e2"],["-0.13170944199999991e3","0.52491104000000007e2"],["-0.13176223800000002e3",52.50499700000006],["-0.13177529899999996e3",52.51166500000005],["-0.13189279199999999e3","0.52582771000000093e2"],["-0.13201751699999994e3","0.52677490000000034e2"],["-0.13208194000000003e3","0.52727485999999942e2"],["-0.13208471700000001e3","0.52732208000000014e2"],[-132.060272,"0.52755272000000048e2"],["-0.13201028399999996e3","0.52775269000000094e2"],["-0.13200250199999999e3","0.52776939000000084e2"],[-131.993042,"0.52774436999999978e2"],["-0.13197305299999999e3","0.52764717000000076e2"],["-0.13196389799999997e3","0.52756660000000124e2"],["-0.13194445799999988e3","0.52735549999999989e2"],["-0.13193362400000001e3","0.52728043000000014e2"],["-0.13192694099999994e3","0.52724709000000075e2"],["-0.13191751099999988e3","0.52722487999999942e2"],["-0.13191723599999995e3","0.52725822000000107e2"],["-0.13193722499999996e3","0.52763611000000083e2"],["-0.13193972799999995e3","0.52768326000000116e2"],[-131.95166,"0.52781105000000139e2"],["-0.13196221899999995e3","0.52788605000000018e2"],["-0.13196887200000003e3","0.52791939000000013e2"],["-0.13203417999999994e3","0.52812767000000122e2"],["-0.13206167599999998e3","0.52813881000000094e2"],["-0.13205804399999994e3","0.52804161000000022e2"],["-0.13205557299999987e3","0.52793610000000058e2"],["-0.13210247800000002e3","0.52749435000000062e2"],["-0.13211026000000004e3","0.52748046999999985e2"],["-0.13212026999999995e3","0.52748877999999991e2"],["-0.13212747199999995e3","0.52750832000000003e2"],["-0.13221417199999991e3","0.52804710000000114e2"],["-0.13221945199999999e3","0.52808327000000077e2"],["-0.13222888199999994e3","0.52816382999999973e2"],["-0.13231640599999997e3","0.52902214000000129e2"],["-0.13234414700000002e3","0.52931664000000012e2"],["-0.13234695399999993e3","0.52936377999999991e2"],["-0.13234304799999995e3","0.52942214999999976e2"],["-0.13232971199999992e3",52.94582400000013],["-0.13231362899999999e3","0.52948043999999982e2"],["-0.13225558499999994e3","0.52954711999999915e2"],[-132.24527,"0.52953880000000026e2"],["-0.13223803699999991e3","0.52951935000000049e2"],["-0.13216778599999992e3","0.52928047000000106e2"],["-0.13215640300000001e3","0.52958885000000066e2"],["-0.13211248799999998e3","0.52987770000000125e2"],["-0.13211026000000004e3","0.52993049999999982e2"],["-0.13211276199999992e3","0.52997772000000055e2"],["-0.13211944599999998e3",53.00110600000005],["-0.13225613399999997e3","0.53028877000000136e2"],["-0.13226696799999996e3","0.53030823000000055e2"],["-0.13229501300000004e3","0.53031105000000082e2"],["-0.13241195700000003e3","0.53031937000000028e2"],["-0.13247970599999996e3","0.53027214000000015e2"],["-0.13249609399999991e3","0.53032768000000033e2"],["-0.13250778199999996e3","0.53040549999999996e2"],["-0.13251196300000004e3","0.53044716000000051e2"],["-0.13255279499999995e3","0.53089714000000129e2"],["-0.13255557299999992e3","0.53094436999999971e2"],["-0.13256362899999999e3","0.53139160000000004e2"],["-0.13256222500000001e3","0.53145271000000093e2"],["-0.13255667099999994e3","0.53149436999999978e2"],["-0.13254916399999991e3","0.53151100000000099e2"],["-0.13253945899999991e3","0.53148880000000077e2"],["-0.13252584799999994e3","0.53142220000000066e2"],["-0.13250140399999998e3","0.53133881000000031e2"],["-0.13248165899999998e3","0.53130820999999969e2"],["-0.13245111099999986e3","0.53128044000000102e2"],["-0.13241363499999989e3","0.53127486999999974e2"],[-132.378601,"0.53129433000000063e2"],["-0.13221081499999997e3","0.53141662999999994e2"],["-0.13207083099999994e3","0.53153877000000023e2"],["-0.13206390399999987e3","0.53156380000000013e2"],[-132.05777,"0.53159714000000008e2"],["-0.13203057899999999e3","0.53179993000000081e2"],["-0.13200750700000003e3",53.1947100000001],["-0.13192834500000004e3","0.53230545000000006e2"],["-0.13192138699999992e3","0.53233047000000056e2"],[-131.811127,"0.53253608999999983e2"],["-0.13180194099999994e3","0.53253326000000015e2"],[-131.794464,"0.53251388999999961e2"],["-0.13179055800000003e3","0.53247214999999926e2"],["-0.13176223800000002e3","0.53196655000000078e2"]],[["-0.55778052999999943e2","0.53289719000000105e2"],["-0.55786667000000023e2","0.53288330000000087e2"],["-0.55794448999999929e2","0.53291107000000011e2"],["-0.55797226000000023e2","0.53295546999999999e2"],["-0.55793334999999956e2",53.300545],["-0.55785003999999958e2","0.53303604000000007e2"],["-0.55776108000000022e2","0.53300270000000012e2"],["-0.55776389999999992e2","0.53295273000000066e2"],["-0.55778052999999943e2","0.53289719000000105e2"]],[["-0.12868945299999996e3",53.16443600000008],["-0.12867944299999994e3","0.53163047999999947e2"],["-0.12867083700000001e3","0.53163605000000075e2"],["-0.12865222199999999e3",53.16276600000009],["-0.12864196799999996e3","0.53161377000000073e2"],["-0.12862469499999997e3","0.53155548000000067e2"],["-0.12860555999999997e3","0.53145271000000093e2"],["-0.12857611099999991e3","0.53105270000000132e2"],["-0.12853167699999995e3","0.53021102999999925e2"],["-0.12852890000000002e3","0.53011108000000036e2"],["-0.12852056900000002e3","0.52959435000000099e2"],["-0.12851834099999991e3","0.52943604000000107e2"],["-0.12851779199999987e3","0.52927489999999977e2"],["-0.12851834099999991e3","0.52911102000000142e2"],["-0.12852001999999999e3","0.52899719000000118e2"],["-0.12852279699999991e3","0.52888046000000088e2"],["-0.12857028199999996e3","0.52691376000000048e2"],["-0.12857223499999992e3","0.52685265000000129e2"],["-0.12857528699999995e3","0.52679993000000024e2"],["-0.12859359699999993e3","0.52659156999999993e2"],["-0.12858526599999988e3","0.52659431000000097e2"],["-0.12857748400000003e3",52.65638000000007],["-0.12858581499999991e3",52.6322100000001],["-0.12859222399999993e3","0.52613884000000098e2"],["-0.12859722899999991e3","0.52609161000000086e2"],["-0.12860497999999995e3","0.52607773000000009e2"],["-0.12874887099999995e3","0.52597214000000122e2"],["-0.12875167799999997e3",52.60083000000003],["-0.12874859600000002e3","0.52748604000000057e2"],["-0.12874804699999999e3","0.52754165999999998e2"],["-0.12874444600000004e3","0.52760826000000009e2"],["-0.12869250499999998e3","0.52856102000000078e2"],["-0.12865335099999999e3","0.52892769000000101e2"],[-128.648346,52.89777400000014],["-0.12864474499999994e3","0.52904160000000047e2"],["-0.12864334099999996e3","0.52915543000000071e2"],["-0.12864196799999996e3","0.52948601000000053e2"],["-0.12864334099999996e3","0.52958885000000066e2"],[-128.646973,"0.52963325999999995e2"],["-0.12865335099999999e3",52.96665999999999],[-128.663635,"0.52968048000000067e2"],["-0.12867138699999998e3",52.96665999999999],["-0.12867694099999994e3","0.52962769000000094e2"],["-0.12867999299999997e3","0.52957771000000093e2"],["-0.12875112899999999e3","0.52835823000000119e2"],["-0.12875390600000003e3","0.52830826000000059e2"],["-0.12876223800000002e3","0.52810822000000087e2"],["-0.12876446499999997e3","0.52804710000000114e2"],["-0.12878057899999999e3","0.52739989999999977e2"],["-0.12878140299999995e3","0.52734160999999972e2"],["-0.12877999899999998e3",52.72387700000013],["-0.12877780200000001e3","0.52718880000000013e2"],["-0.12877111799999994e3","0.52704711999999972e2"],["-0.12876556400000004e3","0.52695541000000048e2"],["-0.12877889999999991e3",52.66415400000011],["-0.12884637499999997e3","0.52653320000000065e2"],["-0.12888445999999999e3","0.52648048000000131e2"],["-0.12889251699999994e3",52.64888000000002],[-129,"0.52697212000000093e2"],["-0.12903277600000001e3","0.52719711000000075e2"],["-0.12904779099999996e3","0.52731377000000009e2"],["-0.12908029199999999e3","0.52772491000000116e2"],["-0.12910861199999999e3","0.52812767000000122e2"],["-0.12911080899999996e3","0.52817497000000117e2"],[-129.114441,"0.52821938000000046e2"],["-0.12911886600000003e3",52.83138300000013],["-0.12912191799999994e3","0.52852218999999934e2"],["-0.12912191799999994e3","0.52863052000000096e2"],["-0.12911999500000002e3","0.52869155999999975e2"],["-0.12911080899999996e3","0.52877487000000031e2"],["-0.12910360699999995e3","0.52879715000000033e2"],["-0.12909500100000002e3","0.52880272000000105e2"],["-0.12908444199999997e3","0.52878043999999932e2"],[-129.0763849999999,52.87499200000002],["-0.12902224699999988e3","0.52905548000000124e2"],["-0.12895178199999992e3","0.52973660000000052e2"],["-0.12886999499999996e3","0.53021935000000042e2"],["-0.12885498000000001e3","0.53025269000000037e2"],["-0.12884082000000001e3","0.53029716000000121e2"],["-0.12883639499999998e3",53.03555300000005],["-0.12884359699999999e3","0.53044158999999979e2"],["-0.12889556899999997e3",53.08277099999998],["-0.12896389799999992e3","0.53121657999999968e2"],[-128.970551,"0.53124992000000134e2"],["-0.12900222799999995e3","0.53136940000000038e2"],["-0.12901168799999999e3","0.53139717000000076e2"],["-0.12901583900000003e3","0.53133881000000031e2"],["-0.12901501499999995e3","0.53128875999999991e2"],[-129.00473,"0.53109993000000088e2"],["-0.12899386599999997e3","0.53097214000000065e2"],["-0.12898748799999998e3","0.53095825000000048e2"],["-0.12898110999999994e3",53.09887700000013],["-0.12897387700000002e3","0.53101105000000132e2"],["-0.12896444699999995e3","0.53100548000000003e2"],["-0.12895666499999999e3","0.53097771000000137e2"],[-128.912781,"0.53073051000000078e2"],["-0.12886444099999989e3","0.53038887000000045e2"],[-128.862213,"0.53034164000000089e2"],["-0.12905584699999997e3","0.52909156999999936e2"],["-0.12906915299999991e3",52.90387700000008],["-0.12909500100000002e3","0.52902489000000003e2"],["-0.12910583500000001e3","0.52904708999999968e2"],["-0.12915945399999998e3","0.52919715999999994e2"],["-0.12916583299999996e3","0.52923049999999989e2"],[-129.169464,"0.52927489999999977e2"],["-0.12917529300000001e3","0.52936377999999991e2"],["-0.12918554700000004e3","0.52955269000000044e2"],["-0.12918722499999996e3","0.52965546000000018e2"],[-129.191956,53.00777400000004],["-0.12919137599999999e3","0.53013329000000113e2"],["-0.12918804899999992e3","0.53024162000000103e2"],["-0.12916665599999993e3",53.06610100000006],["-0.12916168200000004e3",53.0711060000001],["-0.12915472399999999e3","0.53073326000000066e2"],["-0.12913165300000003e3","0.53078049000000078e2"],["-0.12911804199999989e3","0.53079163000000051e2"],["-0.12911749299999991e3","0.53073882999999967e2"],["-0.12911804199999989e3","0.53068329000000006e2"],["-0.12911499000000003e3","0.53064712999999927e2"],["-0.12910861199999999e3","0.53067772000000105e2"],["-0.12908248899999995e3","0.53089989000000003e2"],[-129.075287,53.10305000000011],["-0.12907333399999999e3","0.53109160999999972e2"],["-0.12907055700000001e3","0.53131660000000124e2"],["-0.12905889899999988e3","0.53231377000000123e2"],["-0.12906027199999988e3","0.53241661000000136e2"],[-129.064728,"0.53251105999999993e2"],["-0.12907193000000001e3",53.25999500000006],["-0.12908221400000002e3","0.53267769000000101e2"],["-0.12908972199999994e3","0.53287216000000114e2"],["-0.12908612099999999e3","0.53293610000000001e2"],["-0.12907971199999997e3","0.53296661000000029e2"],["-0.12906664999999992e3","0.53300827000000083e2"],["-0.12904305999999997e3",53.30471],[-129.025848,"0.53305550000000096e2"],["-0.12901861600000001e3","0.53305550000000096e2"],["-0.12890084799999994e3","0.53290276000000006e2"],["-0.12889138799999989e3","0.53287773000000016e2"],["-0.12888137800000004e3","0.53279991000000052e2"],["-0.12887777699999992e3","0.53275826000000052e2"],["-0.12886389199999991e3","0.53263610999999969e2"],["-0.12884359699999999e3","0.53248047000000042e2"],["-0.12883221399999996e3","0.53240546999999992e2"],["-0.12877529900000002e3","0.53208885000000009e2"],["-0.12871167000000003e3","0.53173882000000049e2"],["-0.12870526099999989e3","0.53170546999999942e2"],["-0.12868945299999996e3",53.16443600000008]],[["-0.12915307599999994e3","0.53098328000000038e2"],["-0.12916168200000004e3","0.53097771000000137e2"],["-0.12925945999999999e3",53.09804500000007],["-0.12928945899999985e3","0.53101936000000137e2"],["-0.12931140099999999e3","0.53116936000000067e2"],["-0.12932665999999989e3","0.53128601000000003e2"],["-0.12933248900000001e3",53.13749700000011],["-0.12933471699999996e3","0.53142493999999999e2"],["-0.12933639500000004e3","0.53152770999999973e2"],["-0.12933889799999986e3","0.53179161000000022e2"],[-129.3383179999999,"0.53184990000000028e2"],["-0.12933639500000004e3","0.53191101000000117e2"],["-0.12932528699999989e3","0.53216103000000032e2"],["-0.12927389500000004e3","0.53328049000000021e2"],["-0.12926806599999992e3","0.53331940000000088e2"],["-0.12926028399999996e3","0.53333327999999995e2"],[-129.250854,"0.53333054000000061e2"],["-0.12922915599999988e3","0.53328880000000026e2"],["-0.12922692899999998e3","0.53326102999999932e2"],["-0.12920889299999999e3","0.53321937999999932e2"],["-0.12919415299999997e3","0.53315544000000102e2"],["-0.12918112199999996e3","0.53308601000000067e2"],["-0.12917611699999998e3",53.30471],["-0.12916860999999994e3","0.53296104000000128e2"],["-0.12914529399999998e3",53.22165700000005],["-0.12913247699999999e3","0.53118599000000017e2"],["-0.12913192699999996e3",53.11360899999994],[-129.1339109999999,"0.53107498000000078e2"],["-0.12913891599999994e3","0.53102493000000038e2"],["-0.12915307599999994e3","0.53098328000000038e2"]],[["-0.79942764000000011e2","0.53266936999999984e2"],["-0.80009170999999924e2","0.53263885000000073e2"],["-0.80018065999999862e2","0.53265830999999991e2"],["-0.80024445000000014e2","0.53268883000000073e2"],["-0.80081679999999949e2","0.53316101000000003e2"],["-0.80083892999999989e2","0.53321106000000043e2"],["-0.80085281000000009e2","0.53326942000000088e2"],["-0.80073333999999988e2","0.53348877000000073e2"],["-0.80068892999999946e2","0.53353325000000041e2"],["-0.80061385999999914e2","0.53355553000000043e2"],["-0.79999724999999955e2","0.53364716000000044e2"],["-0.79944716999999969e2","0.53368050000000039e2"],["-0.79950561999999934e2","0.53349716000000058e2"],["-0.79951949999999954e2","0.53348327999999981e2"],["-0.79913054999999986e2","0.53296104000000128e2"],[-79.91194200000001,53.29055000000011],["-0.79913329999999917e2","0.53283051000000114e2"],["-0.79920836999999949e2","0.53273048000000074e2"],["-0.79927215999999987e2",53.27027099999998],["-0.79942764000000011e2","0.53266936999999984e2"]],[["-0.12935833700000001e3","0.53304161000000079e2"],["-0.12937441999999999e3","0.53301383999999985e2"],["-0.12938363600000002e3","0.53301933000000133e2"],[-129.3875119999999,"0.53306099000000017e2"],["-0.12943499799999995e3","0.53378876000000105e2"],["-0.12943307500000003e3","0.53384720000000129e2"],["-0.12939501999999999e3","0.53410819999999944e2"],[-129.386414,53.40915700000005],["-0.12937970000000001e3",53.40554800000001],["-0.12937387100000001e3","0.53400826000000109e2"],["-0.12936663799999991e3","0.53398880000000077e2"],["-0.12932861300000002e3","0.53377769000000001e2"],["-0.12930557299999998e3","0.53335823000000005e2"],["-0.12930334499999992e3","0.53331107999999972e2"],["-0.12930749500000002e3",53.31888600000002],["-0.12931249999999989e3","0.53313880999999981e2"],["-0.12932693499999999e3","0.53309715000000097e2"],["-0.12935833700000001e3","0.53304161000000079e2"]],[["-0.55787505999999951e2","0.53394157000000064e2"],["-0.55793059999999969e2","0.53391663000000108e2"],["-0.55801392000000021e2","0.53392493999999942e2"],["-0.55949439999999981e2","0.53430275000000108e2"],["-0.55958053999999947e2","0.53434158000000082e2"],["-0.55971663999999919e2","0.53445824000000016e2"],["-0.55978881999999942e2","0.53454712000000029e2"],["-0.55979163999999912e2","0.53459159999999997e2"],["-0.55976386999999988e2","0.53463051000000064e2"],["-0.55958892999999932e2","0.53472487999999998e2"],["-0.55945549000000028e2","0.53478600000000142e2"],["-0.55931670999999994e2","0.53483879000000115e2"],["-0.55923889000000031e2","0.53485549999999989e2"],["-0.55916388999999981e2","0.53485825000000034e2"],["-0.55883057000000008e2","0.53486382000000106e2"],["-0.55878051999999968e2","0.53486656000000039e2"],["-0.55811942999999928e2","0.53483879000000115e2"],["-0.55757224999999949e2","0.53468322999999998e2"],["-0.55740554999999915e2","0.53462212000000079e2"],["-0.55729163999999969e2","0.53455269000000101e2"],["-0.55729439000000013e2","0.53450271999999984e2"],["-0.55787505999999951e2","0.53394157000000064e2"]],[["-0.12894250499999998e3","0.53317497000000003e2"],["-0.12911138899999997e3","0.53315826000000129e2"],["-0.12912222299999996e3","0.53318054000000132e2"],["-0.12912582399999991e3","0.53322495000000004e2"],["-0.12913891599999994e3","0.53339989000000116e2"],["-0.12914334099999996e3","0.53349716000000058e2"],["-0.12914416499999993e3","0.53354996000000142e2"],["-0.12914306599999986e3","0.53366104000000121e2"],["-0.12914083899999997e3",53.37221500000004],["-0.12913445999999993e3","0.53383880999999974e2"],["-0.12908270299999998e3","0.53429259999999999e2"],["-0.12905406199999999e3","0.53453601999999989e2"],["-0.12905883799999998e3","0.53487965000000145e2"],[-129.051941,53.50499700000006],["-0.12904779099999996e3","0.53510551000000021e2"],["-0.12903778099999988e3","0.53520271000000093e2"],["-0.12902194199999997e3","0.53533882000000062e2"],[-129.015289,"0.53536658999999986e2"],["-0.12899941999999987e3",53.53943600000008],[-128.988586,"0.53537216000000058e2"],[-128.984711,"0.53533051000000057e2"],["-0.12898416099999997e3",53.52777100000003],["-0.12898553499999997e3","0.53523048000000017e2"],["-0.12898611499999998e3","0.53513054000000011e2"],["-0.12898611499999998e3","0.53502220000000136e2"],[-128.9844359999999,"0.53491661000000079e2"],["-0.12897555499999987e3","0.53472762999999986e2"],["-0.12895361300000002e3","0.53446655000000021e2"],["-0.12894137599999993e3","0.53434158000000082e2"],["-0.12893612699999994e3","0.53430275000000108e2"],["-0.12890335099999993e3",53.39138000000014],["-0.12890112299999998e3","0.53386658000000068e2"],["-0.12890029900000002e3","0.53381378000000041e2"],["-0.12891805999999997e3","0.53331383000000017e2"],["-0.12892251599999997e3","0.53325828999999999e2"],["-0.12892806999999999e3","0.53321663000000115e2"],["-0.12894250499999998e3","0.53317497000000003e2"]],[["-0.79709732000000031e2","0.53508049000000142e2"],["-0.79720276000000013e2","0.53507499999999993e2"],["-0.79730559999999969e2","0.53508888000000127e2"],["-0.79746947999999918e2","0.53513328999999999e2"],["-0.79764724999999942e2","0.53523605000000089e2"],["-0.79769729999999925e2","0.53527214000000129e2"],["-0.79773620999999991e2","0.53531662000000097e2"],[-79.77027899999996,"0.53536942000000124e2"],["-0.79761397999999929e2","0.53546104000000071e2"],["-0.79755004999999983e2","0.53543053000000043e2"],[-79.70695499999988,"0.53515549000000021e2"],["-0.79703338999999914e2","0.53511108000000092e2"],["-0.79709732000000031e2","0.53508049000000142e2"]],[["-0.12993472299999985e3","0.53484161000000029e2"],["-0.12994277999999991e3","0.53482764999999972e2"],["-0.12995220899999998e3","0.53483047000000056e2"],["-0.13001446499999997e3","0.53501938000000052e2"],["-0.13002111799999994e3","0.53505272000000048e2"],["-0.12998858599999988e3","0.53528603000000089e2"],["-0.12994195599999995e3","0.53551102000000071e2"],["-0.12993417399999998e3","0.53552489999999977e2"],["-0.12992611699999992e3","0.53551658999999972e2"],["-0.12989334099999991e3","0.53545546999999999e2"],["-0.12988668799999999e3","0.53542221000000097e2"],["-0.12988418599999994e3","0.53537216000000058e2"],["-0.12988696300000004e3","0.53534163999999976e2"],[-129.894745,"0.53521934999999928e2"],["-0.12989889499999998e3","0.53516388000000006e2"],[-129.913635,"0.53501938000000052e2"],["-0.12992916899999994e3","0.53488327000000083e2"],["-0.12993472299999985e3","0.53484161000000029e2"]],[["-0.12987942499999991e3","0.53392768999999987e2"],["-0.12972915599999993e3","0.53215271000000087e2"],["-0.12973028599999992e3","0.53204163000000108e2"],["-0.12973220799999996e3","0.53198044000000095e2"],["-0.12974249299999997e3","0.53178329000000076e2"],["-0.12975085399999989e3","0.53166939000000013e2"],["-0.12975585899999993e3","0.53162209000000018e2"],["-0.12976223799999997e3","0.53158882000000062e2"],["-0.12986416600000001e3","0.53153046000000018e2"],["-0.12991223100000002e3","0.53156380000000013e2"],["-0.12993167099999999e3","0.53158043000000077e2"],["-0.12993695099999997e3","0.53161933999999974e2"],["-0.13008804299999991e3","0.53289436000000137e2"],["-0.13011111500000004e3","0.53328049000000021e2"],["-0.13016500899999988e3","0.53358330000000137e2"],["-0.13020333899999997e3","0.53378876000000105e2"],["-0.13024249299999997e3","0.53384163000000058e2"],[-130.261414,"0.53384720000000129e2"],["-0.13028695700000003e3","0.53381378000000041e2"],["-0.13029638699999998e3","0.53381660000000068e2"],["-0.13030584699999997e3","0.53384163000000058e2"],["-0.13031640600000003e3","0.53391937000000041e2"],["-0.13040194700000001e3","0.53479988000000048e2"],["-0.13052722199999999e3","0.53552216000000044e2"],["-0.13052999899999998e3","0.53567771999999991e2"],["-0.13052944899999994e3","0.53573326000000009e2"],["-0.13052224699999994e3","0.53618599000000074e2"],["-0.13052029399999998e3","0.53624709999999993e2"],["-0.13050836200000003e3","0.53631935000000055e2"],[-130.459991,"0.53637496999999996e2"],[-130.450287,"0.53634995000000117e2"],["-0.13039584399999995e3","0.53619438000000059e2"],["-0.13039111300000002e3",53.61693600000001],["-0.13037554899999992e3","0.53612212999999997e2"],["-0.13027529900000002e3","0.53580276000000026e2"],["-0.13020220900000004e3","0.53553878999999938e2"],["-0.13014083900000003e3","0.53528877000000023e2"],["-0.12997720300000003e3","0.53455550999999957e2"],["-0.12994415299999991e3","0.53438598999999954e2"],["-0.12993222000000003e3","0.53431380999999988e2"],["-0.12992056300000002e3","0.53424164000000019e2"],["-0.12988418599999994e3","0.53397217000000126e2"],["-0.12987942499999991e3","0.53392768999999987e2"]],[["-0.12908639500000004e3","0.53446097999999949e2"],["-0.12915750099999997e3","0.53392768999999987e2"],["-0.12916778599999998e3","0.53593880000000127e2"],["-0.12916583299999996e3","0.53610825000000091e2"],["-0.12916305499999999e3","0.53622489999999971e2"],["-0.12916082799999998e3",53.62860100000006],["-0.12915307599999994e3","0.53638603000000046e2"],["-0.12914724699999994e3","0.53642494000000113e2"],["-0.12914083899999997e3","0.53645546000000024e2"],["-0.12905249000000003e3","0.53681106999999997e2"],["-0.12903860499999985e3","0.53686377999999991e2"],["-0.12900805699999995e3","0.53693321000000026e2"],["-0.12898330699999991e3","0.53696655000000021e2"],["-0.12887554899999998e3","0.53709434999999928e2"],[-128.832764,"0.53712494000000106e2"],["-0.12882388299999997e3","0.53713051000000007e2"],["-0.12881887800000004e3","0.53709160000000111e2"],["-0.12882110599999999e3","0.53703049000000021e2"],["-0.12882360799999998e3","0.53700546000000088e2"],["-0.12887222299999991e3","0.53661102000000142e2"],["-0.12897970599999996e3",53.58387799999997],["-0.12898638900000003e3","0.53580826000000059e2"],["-0.12899221799999992e3","0.53576942000000031e2"],["-0.12907556199999993e3","0.53514717000000132e2"],["-0.12908554100000003e3",53.50499700000006],["-0.12908999599999999e3","0.53499435000000062e2"],["-0.12909359699999993e3","0.53492767000000129e2"],["-0.12909414699999996e3","0.53487213000000111e2"],[-129.093323,"0.53481934000000138e2"],["-0.12908889799999997e3","0.53472487999999998e2"],["-0.12908526599999993e3","0.53468047999999953e2"],["-0.12908306899999997e3","0.53463326000000052e2"],["-0.12908221400000002e3","0.53458328000000051e2"],["-0.12908276399999988e3","0.53452492000000007e2"],["-0.12908639500000004e3","0.53446097999999949e2"]],[["-0.13009109499999994e3","0.53569443000000035e2"],["-0.13009832800000004e3","0.53566940000000102e2"],["-0.13010775799999999e3","0.53567497000000003e2"],["-0.13014862099999999e3","0.53571938000000102e2"],["-0.13021887199999992e3","0.53587212000000136e2"],["-0.13022833299999996e3","0.53589431999999988e2"],["-0.13032916299999994e3","0.53618049999999982e2"],["-0.13034249899999998e3","0.53624709999999993e2"],["-0.13039028899999988e3","0.53669991000000039e2"],["-0.13040335099999999e3","0.53682495000000074e2"],["-0.13039111300000002e3","0.53699432000000058e2"],["-0.13029888899999997e3","0.53796944000000053e2"],[-130.2836299999999,53.79833200000013],["-0.13027194199999997e3","0.53797775000000058e2"],["-0.13026168799999994e3","0.53796386999999982e2"],["-0.13024664299999989e3","0.53790276000000063e2"],["-0.13023330699999985e3","0.53783607000000018e2"],["-0.13011944600000004e3","0.53686653000000035e2"],["-0.13011721799999998e3","0.53681938000000002e2"],["-0.13009109499999994e3","0.53569443000000035e2"]],[[-56.86721799999998,"0.53764998999999932e2"],["-0.56948607999999979e2","0.53750000000000057e2"],["-0.56982773000000009e2","0.53755271999999991e2"],[-57.01139099999989,"0.53781105000000139e2"],["-0.57014450000000011e2","0.53785553000000107e2"],["-0.57012222000000008e2","0.53790276000000063e2"],["-0.57006667999999991e2","0.53794716000000108e2"],[-57,53.79833200000013],["-0.56984726000000023e2","0.53803879000000109e2"],["-0.56966942000000017e2","0.53803879000000109e2"],["-0.56863060000000019e2","0.53798050000000103e2"],[-56.84444400000001,"0.53792496000000085e2"],["-0.56847518999999977e2","0.53786644000000138e2"],[-56.86721799999998,"0.53764998999999932e2"]],[["-0.12982611099999991e3","0.53724158999999986e2"],["-0.12959722899999997e3","0.53550270000000125e2"],["-0.12951611300000002e3","0.53488045000000056e2"],["-0.12942471299999994e3","0.53411377000000016e2"],["-0.12943472299999996e3","0.53401656999999943e2"],["-0.12945165999999995e3","0.53379158000000018e2"],["-0.12945498699999996e3","0.53372490000000028e2"],["-0.12947415199999995e3","0.53289162000000033e2"],["-0.12947387700000002e3","0.53239990000000091e2"],["-0.12950668299999995e3","0.53216660000000104e2"],["-0.12956390399999998e3","0.53207497000000103e2"],["-0.12972582999999992e3","0.53340546000000018e2"],[-129.800568,"0.53380546999999979e2"],["-0.12980721999999997e3","0.53384163000000058e2"],["-0.12982223499999986e3","0.53401382000000126e2"],["-0.12985833700000001e3","0.53456383000000073e2"],["-0.12987719699999997e3",53.50499700000006],["-0.12987026999999995e3","0.53518051000000128e2"],["-0.12986999500000002e3","0.53534721000000047e2"],["-0.12987026999999995e3","0.53545546999999999e2"],["-0.12988391100000001e3","0.53579720000000009e2"],["-0.12991607699999992e3","0.53601715000000013e2"],[-129.9192349999999,"0.53604050000000143e2"],["-0.12992489599999999e3","0.53605545000000006e2"],["-0.12993022199999996e3","0.53605213000000106e2"],[-129.939728,"0.53603549999999984e2"],["-0.12994305399999985e3","0.53601215000000025e2"],["-0.12994605999999987e3","0.53598216999999977e2"],["-0.12994555700000001e3",53.59521500000011],["-0.12996139500000004e3","0.53594711000000132e2"],["-0.12996554600000002e3","0.53589156999999943e2"],["-0.12999941999999993e3","0.53574714999999969e2"],["-0.13000750699999998e3","0.53573326000000009e2"],["-0.13001611300000002e3","0.53572769000000108e2"],["-0.13002694699999989e3","0.53574714999999969e2"],["-0.13004028299999993e3",53.58138300000013],["-0.13005166600000001e3","0.53594437000000028e2"],["-0.13005639599999995e3","0.53603882000000112e2"],["-0.13005584699999991e3","0.53609436000000073e2"],["-0.13005166600000001e3","0.53615273000000059e2"],["-0.13003085299999987e3","0.53622765000000015e2"],["-0.12998288000000002e3","0.53641605000000084e2"],["-0.12997805799999992e3","0.53642436999999973e2"],["-0.12996240199999994e3","0.53643436000000065e2"],["-0.12995622300000002e3","0.53642769000000101e2"],["-0.12994955400000003e3","0.53641434000000118e2"],["-0.12993505900000002e3","0.53636272000000076e2"],["-0.12992938199999998e3","0.53634765999999956e2"],[-129.926895,"0.53636772000000065e2"],["-0.12992820699999993e3","0.53639602999999966e2"],["-0.12993440199999992e3","0.53644268000000125e2"],["-0.12994956999999994e3","0.53646805000000086e2"],["-0.12995996100000002e3","0.53649501999999927e2"],["-0.12996726999999993e3","0.53650299000000018e2"],["-0.12998693799999995e3","0.53658600000000092e2"],[-130.01889,"0.53653046000000074e2"],[-130.091949,"0.53677216000000101e2"],["-0.13015695199999999e3","0.53721375000000023e2"],[-130.283905,53.83277099999998],[-130.286407,"0.53837493999999992e2"],["-0.13027917499999995e3","0.53856384000000105e2"],["-0.13027029400000004e3","0.53875549000000092e2"],["-0.13026641799999999e3","0.53881378000000097e2"],["-0.13025472999999994e3","0.53889160000000061e2"],[-130.20166,"0.53912491000000102e2"],["-0.13019445799999994e3","0.53914711000000125e2"],["-0.13018640099999999e3","0.53916100000000085e2"],["-0.13010916099999992e3","0.53885551000000021e2"],["-0.12996444699999995e3","0.53805824000000086e2"],[-129.83139,"0.53728043000000014e2"],["-0.12982611099999991e3","0.53724158999999986e2"]],[["-0.79864166000000012e2","0.53906380000000013e2"],["-0.79873885999999914e2",53.90415999999999],["-0.79906113000000005e2","0.53913879000000009e2"],["-0.79918883999999991e2","0.53920273000000066e2"],["-0.79922775000000001e2","0.53924713000000054e2"],["-0.79925277999999878e2","0.53929717999999923e2"],["-0.79926392000000021e2","0.53935265000000072e2"],["-0.79915008999999998e2","0.53933876000000055e2"],["-0.79867492999999968e2","0.53919715999999994e2"],["-0.79862212999999997e2","0.53915825000000098e2"],["-0.79860001000000011e2","0.53910820000000058e2"],["-0.79864166000000012e2","0.53906380000000013e2"]],[["-0.13014974999999998e3","0.53989159000000086e2"],["-0.13016805999999997e3","0.53988884000000098e2"],[-130.179169,"0.53990829000000076e2"],["-0.13019415300000003e3","0.53997214999999983e2"],["-0.13020306400000004e3","0.54005271999999934e2"],["-0.13021499600000004e3","0.54029160000000104e2"],["-0.13021694899999994e3","0.54039436000000137e2"],["-0.13021640000000002e3","0.54044998000000078e2"],["-0.13021304299999997e3","0.54051659000000029e2"],["-0.13020278899999994e3","0.54069160000000011e2"],["-0.13019360399999999e3","0.54079720000000123e2"],["-0.13018640099999999e3","0.54081940000000145e2"],["-0.13017834500000004e3","0.54083328000000051e2"],[-130.16861,"0.54083054000000118e2"],["-0.13015917999999994e3","0.54080551000000128e2"],["-0.13015557899999999e3","0.54075554000000011e2"],["-0.13014889500000004e3","0.54072220000000016e2"],["-0.13014361599999995e3","0.54068328999999949e2"],["-0.13013973999999996e3","0.54064156000000025e2"],["-0.13013247699999999e3","0.54049995000000024e2"],["-0.13012249799999995e3","0.54024993999999992e2"],[-130.1213679999999,"0.54019989000000123e2"],["-0.13012249799999995e3",54.0086060000001],["-0.13012441999999999e3","0.54002495000000067e2"],["-0.13013528399999996e3","0.53993607000000054e2"],["-0.13014974999999998e3","0.53989159000000086e2"]],[["-0.13025918599999994e3","0.54004715000000033e2"],[-130.237213,"0.53984161000000086e2"],["-0.13023330699999985e3","0.53979987999999935e2"],["-0.13023083499999996e3","0.53975266000000033e2"],[-130.228882,"0.53964714000000072e2"],["-0.13022998000000001e3","0.53953606000000093e2"],["-0.13023330699999985e3","0.53946938000000102e2"],["-0.13024249299999997e3","0.53936377999999991e2"],[-130.338593,"0.53839157000000114e2"],["-0.13034445199999999e3","0.53835266000000047e2"],["-0.13035220299999997e3","0.53833878000000141e2"],["-0.13037860099999995e3","0.53831939999999975e2"],["-0.13038723800000002e3","0.53831383000000073e2"],["-0.13045016499999997e3","0.53864326000000005e2"],["-0.13045433000000003e3","0.53866325000000018e2"],["-0.13045849599999997e3","0.53882159999999942e2"],["-0.13041278099999994e3","0.53958602999999982e2"],["-0.13040777600000001e3","0.53963325999999995e2"],[-130.400848,"0.53965828000000045e2"],["-0.13038165300000003e3","0.53965271000000143e2"],["-0.13035055499999993e3","0.53961661999999933e2"],[-130.341095,"0.53961380000000077e2"],["-0.13033306899999991e3","0.53962769000000094e2"],["-0.13032748400000003e3","0.53966934000000094e2"],["-0.13034359699999987e3","0.53984993000000031e2"],["-0.13035497999999995e3","0.53993324000000086e2"],["-0.13042944299999994e3","0.53983047000000113e2"],[-130.4375,"0.53981659000000036e2"],["-0.13044387800000004e3","0.53978600000000029e2"],[-130.452789,"0.53968048000000067e2"],["-0.13047517400000004e3","0.53944213999999931e2"],["-0.13047550999999993e3","0.53940712000000076e2"],["-0.13047917199999995e3","0.53926379999999995e2"],["-0.13048266599999988e3","0.53915379000000144e2"],["-0.13048516799999993e3","0.53912048000000027e2"],[-130.4895019999999,"0.53910549000000003e2"],["-0.13049465900000001e3","0.53910217000000046e2"],[-130.500854,"0.53910881000000131e2"],[-130.524338,"0.53914711000000125e2"],["-0.13054724099999999e3","0.53903877000000023e2"],["-0.13055248999999998e3","0.53907767999999919e2"],["-0.13055639599999995e3","0.53911934000000031e2"],["-0.13056527699999998e3","0.53925827000000027e2"],["-0.13057748400000003e3",53.93721000000005],[-130.591949,"0.53949158000000125e2"],["-0.13059722899999997e3","0.53953048999999965e2"],["-0.13060278299999993e3","0.53956657000000064e2"],["-0.13061080900000002e3","0.53959717000000126e2"],["-0.13062191799999999e3","0.53961661999999933e2"],["-0.13065805099999989e3","0.53964439000000027e2"],["-0.13066696200000001e3","0.53963882000000126e2"],["-0.13067251599999997e3","0.53959991000000059e2"],["-0.13067666600000001e3","0.53954162999999994e2"],["-0.13069528200000002e3",53.91944100000012],[-130.698059,"0.53914154000000053e2"],["-0.13069555700000001e3","0.53909431000000041e2"],["-0.13068499799999989e3","0.53901932000000045e2"],["-0.13066305499999993e3","0.53892220000000123e2"],["-0.13064666699999998e3","0.53886657999999954e2"],[-130.633331,"0.53879990000000021e2"],["-0.13062777700000004e3","0.53876099000000124e2"],["-0.13062249799999995e3","0.53872215000000097e2"],[-130.6177669999999,"0.53862770000000012e2"],["-0.13061804199999995e3","0.53857216000000051e2"],["-0.13062136799999996e3",53.85054800000006],["-0.13062554899999998e3","0.53844711000000075e2"],[-130.6305539999999,"0.53839989000000003e2"],["-0.13064251699999994e3",53.83277099999998],["-0.13065139799999997e3","0.53834435000000042e2"],["-0.13069583099999994e3","0.53844436999999971e2"],[-130.70639,"0.53851936000000137e2"],["-0.13071026599999999e3","0.53856384000000105e2"],["-0.13071276899999998e3","0.53861107000000118e2"],["-0.13072305299999999e3","0.53917213000000004e2"],["-0.13072277799999995e3","0.53922768000000076e2"],[-130.7202759999999,53.93471500000004],["-0.13071777299999991e3","0.53939986999999974e2"],[-130.667236,"0.53986938000000009e2"],["-0.13066168200000004e3","0.53990829000000076e2"],["-0.13059527600000001e3","0.54026382000000069e2"],[-130.523346,"0.54059989999999914e2"],["-0.13041113300000001e3","0.54100830000000087e2"],["-0.13040249600000004e3","0.54101386999999988e2"],["-0.13037081899999998e3","0.54087212000000079e2"],["-0.13033612099999999e3",54.06749700000006],["-0.13030499299999991e3","0.54045273000000122e2"],["-0.13025918599999994e3","0.54004715000000033e2"]],[["-0.58518332999999927e2","0.54051659000000029e2"],["-0.58526664999999923e2","0.54050545000000056e2"],["-0.58536666999999966e2",54.05082700000014],["-0.58545554999999979e2","0.54052216000000101e2"],["-0.58556389000000024e2","0.54054710000000057e2"],[-58.56138599999997,"0.54058044000000052e2"],[-58.56138599999997,"0.54063880999999981e2"],[-58.55777699999993,"0.54069160000000011e2"],["-0.58552779999999927e2","0.54074440000000038e2"],[-58.53556100000003,"0.54086654999999951e2"],["-0.58503058999999951e2","0.54103050000000053e2"],["-0.58468605000000025e2","0.54114716000000044e2"],["-0.58450554000000011e2",54.11721],["-0.58437774999999988e2","0.54115547000000049e2"],["-0.58378608999999926e2","0.54106659000000093e2"],["-0.58373885999999914e2","0.54104164000000083e2"],["-0.58378052000000025e2","0.54099998000000141e2"],["-0.58407172999999943e2","0.54090561000000037e2"],["-0.58426108999999997e2","0.54070831000000055e2"],[-58.43250299999994,"0.54067214999999976e2"],["-0.58440551999999968e2","0.54064713000000097e2"],["-0.58456389999999999e2","0.54061661000000015e2"],["-0.58518332999999927e2","0.54051659000000029e2"]],[[-132.808044,"0.54120270000000062e2"],["-0.13278890999999999e3","0.54119987000000094e2"],["-0.13277999899999998e3","0.54120827000000133e2"],["-0.13275723300000004e3","0.54126380999999924e2"],["-0.13273580899999996e3","0.54133881000000031e2"],["-0.13270306399999993e3","0.54139160000000004e2"],["-0.13265835600000003e3","0.54142220000000066e2"],[-132.6480709999999,"0.54141380000000026e2"],["-0.13263946499999997e3","0.54138603000000103e2"],["-0.13257528699999995e3","0.54115547000000049e2"],["-0.13256973300000004e3","0.54111938000000066e2"],[-132.55777,"0.54088043000000084e2"],[-132.558899,"0.54048332000000073e2"],["-0.13256054699999999e3",54.04222100000004],["-0.13256664999999992e3","0.54029160000000104e2"],["-0.13257583599999998e3","0.54019157000000007e2"],[-132.58139,"0.54014999000000103e2"],["-0.13259387199999998e3",54.0086060000001],["-0.13262554899999992e3","0.54002220000000023e2"],["-0.13263275099999993e3","0.53999718000000144e2"],["-0.13266418499999997e3",53.98333000000008],["-0.13267999299999997e3","0.53958885000000066e2"],["-0.13268167099999999e3","0.53952773999999977e2"],["-0.13268029799999999e3","0.53947769000000108e2"],["-0.13265890499999989e3","0.53939430000000073e2"],["-0.13257223499999992e3","0.53976653999999996e2"],["-0.13255584699999997e3","0.53989159000000086e2"],["-0.13255029299999995e3","0.53993880999999988e2"],[-132.5477909999999,"0.53999161000000072e2"],["-0.13254888899999997e3","0.54004166000000112e2"],["-0.13255306999999999e3","0.54008331000000112e2"],["-0.13254833999999994e3",54.02693899999997],["-0.13254528800000003e3","0.54033607000000131e2"],["-0.13254055799999998e3","0.54038329999999974e2"],["-0.13241665599999999e3","0.54096100000000035e2"],["-0.13240972899999997e3","0.54098602000000085e2"],["-0.13240167199999985e3","0.54099998000000141e2"],["-0.13230111699999998e3","0.54111664000000133e2"],["-0.13229055800000003e3","0.54110549999999989e2"],["-0.13228582799999998e3","0.54107773000000066e2"],["-0.13225280799999996e3",54.08526599999999],["-0.13222833300000002e3","0.54065826000000015e2"],["-0.13215029899999996e3","0.53992767000000015e2"],[-132.142517,"0.53978600000000029e2"],["-0.13211111499999998e3","0.53878326000000015e2"],["-0.13211721799999992e3","0.53864998000000014e2"],[-132.125,"0.53853324999999984e2"],["-0.13213445999999988e3","0.53843605000000082e2"],["-0.13222500600000001e3","0.53780273000000022e2"],[-132.23111,"0.53776939000000027e2"],[-132.24527,"0.53772217000000126e2"],["-0.13247442599999999e3","0.53707496999999989e2"],["-0.13250500499999998e3","0.53700271999999927e2"],["-0.13252084399999995e3","0.53697212000000093e2"],["-0.13253805499999999e3","0.53695823999999959e2"],["-0.13255721999999997e3","0.53695823999999959e2"],["-0.13256832899999995e3","0.53697768999999994e2"],["-0.13258889799999992e3","0.53699715000000026e2"],["-0.13260693399999991e3","0.53698874999999987e2"],["-0.13262441999999993e3","0.53697487000000081e2"],["-0.13264724699999994e3",53.69193300000012],["-0.13265890499999989e3","0.53684433000000013e2"],["-0.13266332999999997e3","0.53679436000000123e2"],[-132.665009,"0.53673325000000034e2"],["-0.13246362299999993e3","0.53612770000000069e2"],["-0.13241805999999997e3","0.53606102000000078e2"],["-0.13232138099999992e3","0.53663605000000132e2"],["-0.13231527699999998e3","0.53666939000000127e2"],[-132.308044,"0.53669158999999922e2"],["-0.13229943799999995e3","0.53669991000000039e2"],[-132.290009,"0.53669716000000051e2"],["-0.13227890000000002e3",53.6680530000001],["-0.13224554399999994e3","0.53662490999999989e2"],["-0.13215640300000001e3","0.53716385000000002e2"],["-0.13215249600000004e3","0.53812492000000077e2"],["-0.13208450299999998e3","0.53872738000000027e2"],[-132.106201,"0.53917881000000023e2"],[-132.126373,"0.53979431000000034e2"],["-0.13207250999999997e3","0.54022766000000047e2"],["-0.13201501499999989e3","0.54021935000000042e2"],["-0.13198803699999996e3","0.54023048000000074e2"],["-0.13197109999999998e3","0.54025269000000037e2"],["-0.13187499999999994e3","0.54052773000000002e2"],["-0.13186053500000003e3","0.54057495000000074e2"],["-0.13181777999999997e3","0.54071937999999989e2"],[-131.75473,"0.54094993999999986e2"],["-0.13172778299999999e3","0.54106102000000021e2"],["-0.13171499599999999e3","0.54112495000000138e2"],["-0.13170361299999996e3","0.54120543999999995e2"],["-0.13167193599999996e3","0.54146660000000054e2"],["-0.13166305499999999e3","0.54152214000000072e2"],["-0.13166000399999996e3","0.54131104000000107e2"],["-0.13166665599999999e3","0.54079436999999984e2"],["-0.13167279099999996e3","0.54044158999999979e2"],["-0.13167971799999998e3","0.54019714000000135e2"],["-0.13170498699999996e3","0.53966934000000094e2"],["-0.13172082499999999e3","0.53943878000000041e2"],["-0.13173889199999996e3","0.53923324999999977e2"],["-0.13178640699999994e3","0.53874435000000119e2"],["-0.13179666099999997e3","0.53865273000000002e2"],["-0.13182971199999992e3","0.53841102999999976e2"],["-0.13185333300000002e3","0.53816382999999973e2"],["-0.13186886600000003e3",53.79332700000009],["-0.13187222299999996e3","0.53786942000000067e2"],["-0.13193331899999998e3","0.53615273000000059e2"],["-0.13193499800000001e3","0.53609161000000086e2"],["-0.13194000199999988e3","0.53519714000000022e2"],["-0.13193917799999991e3","0.53508888000000127e2"],["-0.13191778599999998e3","0.53399162000000103e2"],["-0.13190863000000002e3","0.53357498000000021e2"],["-0.13195916699999992e3","0.53276382000000069e2"],["-0.13196832299999988e3","0.53266388000000063e2"],["-0.13198220799999996e3","0.53251663000000121e2"],[-131.988586,"0.53248604000000114e2"],["-0.13200585899999993e3","0.53247214999999926e2"],[-132.036407,53.25],[-132.0561219999999,"0.53253326000000015e2"],["-0.13208331299999992e3","0.53253052000000082e2"],["-0.13217138699999998e3",53.23832700000014],["-0.13219500700000003e3","0.53233879000000002e2"],["-0.13221054100000003e3","0.53230545000000006e2"],["-0.13221749899999998e3","0.53228324999999984e2"],["-0.13227279699999997e3","0.53210274000000027e2"],["-0.13227029399999998e3","0.53205551000000014e2"],["-0.13226611300000002e3",53.20138500000013],["-0.13225558499999994e3","0.53193877999999984e2"],["-0.13223776199999998e3","0.53188881000000094e2"],["-0.13222997999999995e3","0.53190544000000045e2"],["-0.13221581999999995e3","0.53195267000000001e2"],["-0.13220361299999996e3","0.53201659999999947e2"],["-0.13219415299999991e3","0.53201659999999947e2"],["-0.13214501999999999e3","0.53198325999999952e2"],["-0.13213391100000001e3","0.53196655000000078e2"],["-0.13212441999999987e3","0.53194153000000028e2"],["-0.13212191799999999e3","0.53189430000000016e2"],[-132.158905,"0.53169990999999982e2"],["-0.13218695099999997e3","0.53160545000000013e2"],["-0.13219473300000004e3","0.53158882000000062e2"],[-132.390289,"0.53142769000000044e2"],["-0.13240835599999997e3","0.53142220000000066e2"],["-0.13244665499999991e3","0.53143607999999972e2"],["-0.13245748900000001e3","0.53145271000000093e2"],[-132.506958,"0.53161102000000085e2"],["-0.13253668199999998e3","0.53178879000000109e2"],["-0.13256527700000004e3","0.53212769000000037e2"],["-0.13257638499999996e3","0.53232208000000128e2"],["-0.13258581500000003e3","0.53240273000000059e2"],["-0.13259664899999996e3","0.53247489999999971e2"],["-0.13261471599999993e3","0.53252777000000094e2"],["-0.13264529399999992e3","0.53255553999999961e2"],["-0.13266473400000001e3","0.53256386000000077e2"],["-0.13268362400000001e3","0.53256660000000011e2"],["-0.13267584199999999e3","0.53281661999999926e2"],["-0.13261944599999998e3","0.53300270000000012e2"],["-0.13255221599999999e3","0.53308043999999995e2"],["-0.13254446399999995e3","0.53309433000000013e2"],["-0.13253973400000001e3","0.53314438000000052e2"],["-0.13253695700000003e3","0.53321106000000043e2"],["-0.13253918499999997e3","0.53326385000000016e2"],["-0.13254333499999996e3","0.53330551000000071e2"],["-0.13254998799999987e3","0.53333878000000027e2"],["-0.13255835000000002e3","0.53336655000000121e2"],["-0.13256860399999999e3","0.53337494000000106e2"],["-0.13267001300000004e3","0.53326942000000088e2"],["-0.13272000100000002e3","0.53320830999999998e2"],["-0.13273388699999998e3","0.53337212000000022e2"],[-132.709991,"0.53370270000000005e2"],["-0.13270443699999993e3","0.53374435000000005e2"],["-0.13269750999999991e3","0.53376937999999996e2"],["-0.13252076699999998e3","0.53340160000000026e2"],["-0.13251744099999996e3","0.53337990000000104e2"],["-0.13241641200000004e3",53.2972180000001],["-0.13241055299999994e3","0.53294715999999994e2"],[-132.406677,53.300545],["-0.13240362500000003e3",53.30721299999999],["-0.13240057399999995e3","0.53319443000000092e2"],["-0.13240029900000002e3","0.53330826000000116e2"],["-0.13240280200000001e3","0.53335548000000017e2"],[-132.406677,"0.53339714000000072e2"],["-0.13241223099999996e3","0.53343604999999968e2"],["-0.13252084399999995e3","0.53412209000000132e2"],["-0.13254138199999994e3","0.53416382000000112e2"],["-0.13273580899999996e3","0.53453323000000012e2"],["-0.13285775799999999e3","0.53461104999999975e2"],["-0.13286749299999997e3","0.53463608000000136e2"],["-0.13287277199999988e3","0.53467209000000025e2"],["-0.13297250399999996e3","0.53555824000000143e2"],[-132.991669,"0.53583054000000004e2"],[-132.9941409999999,"0.53587769000000037e2"],["-0.13298889199999991e3","0.53591934000000037e2"],["-0.13296139500000004e3","0.53600273000000072e2"],["-0.13295361300000002e3","0.53601936000000023e2"],["-0.13294415300000003e3","0.53601936000000023e2"],["-0.13293444799999986e3","0.53599716000000001e2"],["-0.13291805999999997e3","0.53588600000000042e2"],["-0.13290972899999997e3","0.53585823000000005e2"],["-0.13289862099999999e3","0.53584160000000054e2"],["-0.13289083900000003e3","0.53585548000000131e2"],["-0.13288445999999999e3","0.53588882000000126e2"],["-0.13288082900000001e3","0.53594711000000132e2"],[-132.8805539999999,"0.53600273000000072e2"],["-0.13288192700000002e3","0.53605552999999986e2"],[-132.8861389999999,"0.53609717999999987e2"],["-0.13292028800000003e3","0.53637214999999912e2"],[-132.935272,"0.53648604999999975e2"],["-0.13295056199999999e3","0.53654709000000025e2"],["-0.13300778200000002e3","0.53676383999999985e2"],["-0.13295361300000002e3","0.53682770000000119e2"],["-0.13295443699999998e3","0.53702774000000034e2"],[-132.9844359999999,"0.53742767000000072e2"],["-0.13302471899999995e3","0.53751389000000074e2"],["-0.13303362999999996e3",53.75277699999998],["-0.13309387200000003e3","0.53775551000000121e2"],["-0.13310082999999997e3","0.53778603000000032e2"],["-0.13310638399999993e3","0.53782494000000099e2"],["-0.13310916099999997e3","0.53786942000000067e2"],["-0.13313751199999996e3",53.87499200000002],["-0.13313891599999994e3","0.53880272000000048e2"],["-0.13314001500000001e3","0.53908043000000134e2"],["-0.13313833599999992e3","0.53914154000000053e2"],["-0.13313391100000001e3","0.53919159000000093e2"],["-0.13311639399999996e3","0.53934158000000139e2"],["-0.13309527599999996e3","0.53949432000000058e2"],["-0.13309081999999995e3","0.53954162999999994e2"],["-0.13304110700000001e3","0.54031661999999983e2"],["-0.13303973400000001e3","0.54037773000000072e2"],["-0.13304083299999996e3",54.0430530000001],["-0.13305862399999995e3","0.54076102999999989e2"],["-0.13307916299999999e3",54.09777100000008],["-0.13308193999999992e3","0.54102492999999981e2"],["-0.13307165499999996e3","0.54168883999999991e2"],["-0.13306722999999988e3","0.54173881999999992e2"],["-0.13304083299999996e3","0.54176102000000014e2"],["-0.13303112799999991e3","0.54176102000000014e2"],["-0.13294027700000004e3","0.54161377000000073e2"],["-0.13293029799999994e3",54.15915700000005],["-0.13292001299999993e3",54.15248900000006],["-0.13290335099999993e3","0.54135826000000009e2"],["-0.13282748400000003e3","0.54122490000000084e2"],[-132.808044,"0.54120270000000062e2"]],[["-0.13019555699999995e3","0.54118050000000039e2"],["-0.13021166999999997e3","0.54115273000000116e2"],["-0.13022109999999998e3","0.54115547000000049e2"],["-0.13023220799999996e3","0.54117493000000138e2"],["-0.13024581899999993e3","0.54124161000000129e2"],["-0.13025112899999999e3","0.54128044000000045e2"],["-0.13025500499999998e3","0.54132209999999986e2"],[-130.261414,"0.54141380000000026e2"],["-0.13026364099999995e3","0.54146102999999982e2"],["-0.13026473999999996e3","0.54151381999999955e2"],["-0.13026306199999993e3",54.16832700000009],[-130.2611389999999,"0.54174164000000076e2"],["-0.13025778199999996e3","0.54180824000000086e2"],[-130.2528079999999,"0.54185547000000099e2"],["-0.13023971599999999e3","0.54189712999999983e2"],["-0.13023083499999996e3","0.54190269000000001e2"],["-0.13020944199999985e3","0.54187209999999993e2"],["-0.13020999099999989e3",54.18360100000001],[-130.20166,"0.54183052000000032e2"],[-130.19223,"0.54180549999999982e2"],["-0.13017861900000003e3","0.54173607000000004e2"],["-0.13016113300000001e3",54.16276600000009],["-0.13015585299999992e3","0.54158882000000062e2"],["-0.13015194699999995e3","0.54154434000000094e2"],["-0.13015112299999998e3","0.54149436999999978e2"],[-130.153076,"0.54143326000000059e2"],[-130.158051,"0.54138328999999999e2"],[-130.169464,"0.54130547000000035e2"],["-0.13019555699999995e3","0.54118050000000039e2"]],[["-0.79469727000000034e2","0.54167496000000085e2"],["-0.79477218999999877e2","0.54165825000000041e2"],["-0.79483611999999994e2","0.54169159000000036e2"],["-0.79485001000000011e2","0.54174712999999997e2"],["-0.79481109999999944e2","0.54187492000000077e2"],["-0.79475554999999929e2","0.54191376000000105e2"],[-79.43472300000002,"0.54200272000000041e2"],["-0.79413054999999986e2","0.54191657999999961e2"],["-0.79418610000000001e2","0.54187209999999993e2"],["-0.79426392000000021e2","0.54183052000000032e2"],["-0.79469727000000034e2","0.54167496000000085e2"]],[["-0.13064862099999999e3","0.54114441000000056e2"],["-0.13067138699999992e3","0.54107773000000066e2"],["-0.13069055199999997e3","0.54108330000000137e2"],["-0.13069888299999997e3","0.54111107000000061e2"],["-0.13077417000000003e3","0.54142220000000066e2"],["-0.13078500399999996e3","0.54149994000000049e2"],["-0.13079806500000001e3","0.54162208999999962e2"],[-130.800568,"0.54166939000000013e2"],["-0.13079861500000004e3","0.54173050000000103e2"],["-0.13078167699999995e3","0.54211662000000103e2"],["-0.13077444500000001e3","0.54213882000000069e2"],["-0.13076391599999999e3","0.54212769000000037e2"],["-0.13075613399999992e3","0.54209159999999997e2"],["-0.13074636799999996e3","0.54206657000000064e2"],["-0.13072582999999997e3","0.54196655000000078e2"],["-0.13064889500000004e3","0.54149719000000061e2"],["-0.13064501999999993e3","0.54145271000000093e2"],["-0.13064001500000001e3","0.54135826000000009e2"],["-0.13063919099999993e3","0.54130820999999969e2"],["-0.13063946499999997e3","0.54124992000000134e2"],["-0.13064279199999999e3","0.54118599000000017e2"],["-0.13064862099999999e3","0.54114441000000056e2"]],[["-0.13035555999999991e3","0.54257773999999984e2"],["-0.13036663799999991e3","0.54241104000000007e2"],[-130.375,"0.54244155999999975e2"],["-0.13038861099999997e3","0.54250832000000059e2"],["-0.13040057400000001e3","0.54258048999999971e2"],["-0.13045556599999998e3","0.54295830000000137e2"],["-0.13046639999999996e3","0.54303322000000094e2"],["-0.13046722399999993e3","0.54308601000000067e2"],["-0.13044750999999991e3","0.54325828999999999e2"],["-0.13044000199999999e3","0.54328049000000021e2"],["-0.13043112199999996e3","0.54328606000000093e2"],["-0.13041778599999992e3","0.54326385000000016e2"],["-0.13039196799999996e3","0.54312492000000134e2"],["-0.13038528400000001e3","0.54308884000000035e2"],["-0.13037997399999995e3","0.54305267000000072e2"],["-0.13037582399999997e3","0.54300827000000083e2"],["-0.13035470599999996e3","0.54269157000000007e2"],["-0.13035220299999997e3","0.54264442000000145e2"],["-0.13035555999999991e3","0.54257773999999984e2"]],[["-0.13026641799999999e3","0.54260551000000078e2"],["-0.13032528699999995e3","0.54243050000000096e2"],["-0.13033416699999998e3","0.54244713000000047e2"],["-0.13033804299999997e3","0.54248878000000047e2"],[-130.355255,"0.54282211000000075e2"],["-0.13035415599999999e3","0.54293326999999977e2"],[-130.350281,"0.54305550000000039e2"],["-0.13034445199999999e3",54.30971500000004],["-0.13029000899999994e3","0.54332214000000022e2"],["-0.13027279699999991e3","0.54329720000000066e2"],["-0.13026751699999994e3","0.54325828999999999e2"],["-0.13025973499999998e3","0.54317497000000003e2"],["-0.13025250199999999e3","0.54303047000000049e2"],["-0.13025058000000001e3","0.54292770000000075e2"],["-0.13025167799999991e3","0.54281380000000013e2"],[-130.255585,"0.54269440000000145e2"],["-0.13025973499999998e3","0.54263610999999912e2"],["-0.13026641799999999e3","0.54260551000000078e2"]],[["-0.13070416299999994e3","0.54356659000000036e2"],[-130.745544,"0.54354713000000118e2"],[-130.754456,"0.54356102000000135e2"],["-0.13076391599999999e3","0.54364159000000086e2"],["-0.13076724200000001e3","0.54374161000000072e2"],["-0.13076834099999991e3","0.54379433000000006e2"],["-0.13076779199999987e3","0.54384995000000117e2"],["-0.13076446499999992e3","0.54389434999999992e2"],["-0.13075805699999995e3","0.54392494000000113e2"],["-0.13072943099999986e3","0.54402771000000087e2"],["-0.13072222899999991e3","0.54404991000000109e2"],["-0.13071417199999996e3","0.54406380000000127e2"],[-130.699432,54.40665400000006],["-0.13068890399999998e3","0.54393326000000059e2"],["-0.13068331899999998e3","0.54373047000000099e2"],[-130.685272,54.36693600000001],[-130.6894529999999,"0.54361381999999992e2"],["-0.13069610599999999e3","0.54358047000000113e2"],["-0.13070416299999994e3","0.54356659000000036e2"]],[["-0.57324721999999952e2","0.54498877999999991e2"],["-0.57342498999999918e2","0.54498604000000057e2"],["-0.57351668999999958e2","0.54500275000000101e2"],["-0.57356666999999959e2","0.54502220000000079e2"],["-0.57362777999999992e2","0.54506104000000107e2"],["-0.57365004999999996e2","0.54511664999999994e2"],["-0.57365554999999972e2","0.54516387999999949e2"],["-0.57362502999999947e2","0.54527489000000116e2"],["-0.57359443999999996e2","0.54533332999999914e2"],["-0.57333327999999995e2","0.54565543999999989e2"],["-0.57327782000000013e2","0.54570831000000112e2"],["-0.57321114000000023e2","0.54574997000000053e2"],["-0.57267220000000009e2","0.54585548000000131e2"],["-0.57265556000000004e2","0.54580551000000014e2"],["-0.57269722000000002e2","0.54574997000000053e2"],["-0.57272728000000029e2","0.54572495000000117e2"],["-0.57239440999999999e2","0.54522217000000012e2"],["-0.57240279999999984e2","0.54517769000000044e2"],["-0.57255004999999926e2","0.54513328999999999e2"],["-0.57293059999999912e2","0.54503609000000097e2"],["-0.57307776999999987e2","0.54500549000000035e2"],["-0.57324721999999952e2","0.54498877999999991e2"]],[[-130.95166,"0.54454711999999972e2"],["-0.13095944199999997e3","0.54453323000000012e2"],["-0.13096499600000004e3","0.54456940000000145e2"],["-0.13096749899999992e3","0.54461662000000047e2"],["-0.13096609499999994e3","0.54510826000000009e2"],["-0.13096472199999994e3","0.54527771000000143e2"],["-0.13096112099999999e3","0.54539992999999981e2"],["-0.13093057299999998e3",54.61471599999993],["-0.13092556799999994e3","0.54619438000000059e2"],["-0.13088891599999994e3","0.54628876000000048e2"],["-0.13088137800000004e3","0.54629158000000132e2"],[-130.754456,54.62943300000012],["-0.13074777199999994e3","0.54626099000000124e2"],["-0.13074664299999995e3",54.62082700000002],["-0.13074694799999997e3","0.54615273000000059e2"],[-130.7441409999999,54.60166200000009],[-130.745544,"0.54584717000000126e2"],["-0.13074914599999994e3","0.54572769000000051e2"],["-0.13075250199999999e3","0.54566101000000117e2"],["-0.13075613399999992e3","0.54559433000000126e2"],["-0.13076083399999999e3","0.54554710000000114e2"],["-0.13076666299999999e3","0.54550545000000113e2"],["-0.13084915199999995e3","0.54496941000000106e2"],["-0.13085583500000001e3","0.54493881000000044e2"],["-0.13093695099999997e3","0.54459434999999985e2"],[-130.95166,"0.54454711999999972e2"]],[["-0.79667220999999927e2",54.76388500000013],["-0.79726944000000003e2","0.54752495000000067e2"],["-0.79710281000000009e2",54.76388500000013],["-0.79703613000000018e2","0.54766937000000041e2"],["-0.79611114999999984e2",54.79332700000009],["-0.79587218999999948e2","0.54799164000000019e2"],["-0.79624435000000005e2","0.54779716000000121e2"],["-0.79631103999999993e2","0.54776657000000114e2"],["-0.79637786999999946e2","0.54773605000000032e2"],["-0.79659728999999913e2","0.54766106000000036e2"],["-0.79667220999999927e2",54.76388500000013]],[["-0.13026834099999991e3","0.54714995999999985e2"],[-130.370544,"0.54692214999999976e2"],["-0.13037887599999988e3","0.54695267000000058e2"],["-0.13037609899999995e3","0.54700546000000031e2"],["-0.13037109399999991e3","0.54705269000000044e2"],["-0.13032693499999999e3","0.54739716000000044e2"],["-0.13032110599999987e3","0.54743881000000044e2"],["-0.13022415199999989e3","0.54803046999999992e2"],["-0.13021749899999998e3","0.54806380999999988e2"],["-0.13020944199999985e3","0.54807770000000119e2"],["-0.13020694000000003e3","0.54803046999999992e2"],["-0.13019860800000004e3","0.54783607000000018e2"],["-0.13020056199999999e3",54.77748900000006],["-0.13020971699999996e3","0.54760551000000135e2"],["-0.13021362299999993e3","0.54748329000000012e2"],["-0.13021722399999999e3","0.54741661000000022e2"],["-0.13022222899999986e3","0.54736938000000009e2"],["-0.13023388699999998e3","0.54728874000000019e2"],[-130.2611389999999,"0.54717209000000139e2"],["-0.13026834099999991e3","0.54714995999999985e2"]],[["-0.13051834099999996e3",54.70249200000012],["-0.13052722199999999e3","0.54701935000000049e2"],[-130.5386049999999,"0.54703880000000026e2"],["-0.13056750499999993e3","0.54716934000000094e2"],["-0.13057443199999994e3",54.72026800000009],["-0.13058526599999999e3","0.54727767999999969e2"],["-0.13060803199999992e3","0.54748329000000012e2"],["-0.13061053499999991e3","0.54753052000000139e2"],["-0.13061166399999996e3","0.54758049000000085e2"],["-0.13060665900000004e3","0.54763054000000125e2"],["-0.13048803699999991e3","0.54807495000000131e2"],["-0.13047998000000001e3","0.54808883999999921e2"],["-0.13046945199999999e3","0.54807770000000119e2"],[-130.458618,"0.54800270000000069e2"],["-0.13044665499999996e3","0.54787216000000001e2"],["-0.13044027699999992e3","0.54778327999999988e2"],["-0.13043777499999993e3","0.54773605000000032e2"],["-0.13043582199999997e3","0.54763329000000113e2"],["-0.13043972799999989e3",54.75110600000005],["-0.13045388799999989e3","0.54719154000000117e2"],["-0.13045748900000001e3","0.54712769000000094e2"],["-0.13046331799999996e3","0.54708603000000039e2"],["-0.13051834099999996e3",54.70249200000012]],[["-0.57940833999999938e2","0.54911933999999974e2"],["-0.57985832000000016e2","0.54870826999999963e2"],[-57.98860899999994,54.86721],["-0.57991942999999935e2","0.54833878000000084e2"],["-0.57983886999999868e2","0.54802215999999987e2"],["-0.57980277999999942e2","0.54798607000000118e2"],["-0.57971663999999976e2","0.54798050000000046e2"],[-57.965553,"0.54799437999999952e2"],["-0.57958892999999989e2","0.54803046999999992e2"],["-0.57955558999999994e2","0.54805824000000086e2"],["-0.57923888999999974e2","0.54823326000000122e2"],["-0.57871666000000005e2",54.83166499999993],["-0.57864723000000026e2","0.54832214000000079e2"],["-0.57859726000000023e2",54.83027600000014],["-0.57843613000000005e2","0.54820549000000028e2"],["-0.57841110000000015e2","0.54816939999999988e2"],["-0.57841667000000029e2",54.81249200000002],["-0.57848334999999963e2","0.54806938000000059e2"],[-57.875,54.79332700000009],["-0.57881942999999922e2","0.54790549999999996e2"],["-0.58022774000000027e2","0.54755554000000018e2"],["-0.58031386999999995e2","0.54753882999999973e2"],["-0.58040000999999961e2",54.75277699999998],[-58.04999499999991,"0.54753052000000139e2"],["-0.58119995000000017e2","0.54755554000000018e2"],["-0.58139167999999927e2","0.54757216999999969e2"],[-58.15943900000002,54.76138300000008],["-0.58174171000000001e2","0.54767768999999987e2"],["-0.58176948999999979e2","0.54770828000000108e2"],["-0.58172378999999978e2","0.54797314000000085e2"],["-0.58184173999999985e2","0.54808471999999938e2"],["-0.58219718999999941e2","0.54825829000000056e2"],["-0.58222771000000023e2",54.83027600000014],["-0.58224715999999944e2",54.83526599999999],["-0.58225554999999986e2","0.54850273000000016e2"],["-0.58225554999999986e2","0.54862770000000012e2"],["-0.58224998000000028e2","0.54866936000000067e2"],["-0.58218886999999938e2","0.54875267000000008e2"],["-0.58215836000000024e2","0.54878044000000102e2"],["-0.58209723999999937e2","0.54877487000000031e2"],["-0.58049445999999932e2","0.54893326000000116e2"],["-0.57967773000000022e2","0.54919159000000036e2"],["-0.57942771999999991e2","0.54924995000000138e2"],[-57.94027699999998,"0.54923607000000004e2"],["-0.57938605999999993e2","0.54918602000000135e2"],["-0.57940833999999938e2","0.54911933999999974e2"]],[["-0.79125823999999909e2","0.54897217000000012e2"],["-0.79134445000000028e2","0.54895827999999995e2"],["-0.79235000999999954e2","0.54896660000000111e2"],["-0.79515288999999939e2","0.54840546000000074e2"],["-0.79660277999999948e2","0.54805549999999926e2"],["-0.79763625999999988e2","0.54771660000000054e2"],["-0.79774170000000026e2","0.54773048000000131e2"],["-0.79776947000000007e2","0.54778046000000131e2"],["-0.79773330999999985e2","0.54783333000000084e2"],["-0.79768889999999942e2","0.54787773000000072e2"],["-0.79725554999999986e2","0.54818886000000077e2"],["-0.79714721999999995e2","0.54826385000000073e2"],["-0.79686934999999949e2","0.54838326000000052e2"],["-0.79656661999999983e2","0.54846656999999993e2"],["-0.79467223999999931e2","0.54888328999999999e2"],["-0.79458617999999944e2",54.88999200000012],["-0.79430557000000022e2","0.54892769000000044e2"],["-0.79419448999999872e2","0.54892769000000044e2"],["-0.79339446999999893e2","0.54896941999999967e2"],["-0.79164169000000015e2","0.54925552000000039e2"],["-0.79053878999999995e2","0.54946655000000078e2"],["-0.79041945999999882e2","0.54945824000000073e2"],["-0.79015014999999948e2","0.54938324000000023e2"],["-0.79015014999999948e2","0.54932213000000104e2"],["-0.79027221999999995e2","0.54925270000000125e2"],[-79.05749499999996,"0.54917770000000075e2"],["-0.79102782999999988e2","0.54903877000000023e2"],["-0.79125823999999909e2","0.54897217000000012e2"]],[["-0.58675277999999992e2","0.54914153999999996e2"],[-58.68360899999999,"0.54913048000000003e2"],["-0.58752501999999993e2","0.54915825000000041e2"],["-0.58757225000000005e2","0.54916100000000085e2"],["-0.58760558999999887e2","0.54920546999999942e2"],["-0.58759170999999981e2","0.54926102000000071e2"],["-0.58754723000000013e2","0.54932495000000017e2"],["-0.58701667999999927e2","0.54999161000000015e2"],["-0.58697495000000004e2","0.55003326000000015e2"],["-0.58691108999999983e2","0.55006942999999978e2"],["-0.58684722999999906e2","0.55008331000000055e2"],["-0.58676391999999908e2","0.55009437999999989e2"],["-0.58660277999999948e2",55.0086060000001],["-0.58653609999999901e2","0.55005554000000018e2"],["-0.58652778999999953e2",55.00110600000005],["-0.58657500999999968e2","0.54996100999999953e2"],["-0.58662772999999902e2","0.54992218000000037e2"],["-0.58658332999999971e2","0.54962494000000049e2"],["-0.58656661999999983e2",54.94221500000009],["-0.58658607000000018e2","0.54932495000000017e2"],["-0.58663054999999986e2","0.54922493000000031e2"],["-0.58668892000000028e2","0.54917770000000075e2"],["-0.58675277999999992e2","0.54914153999999996e2"]],[["-0.13038528400000001e3","0.54769988999999953e2"],["-0.13039916999999997e3","0.54764717000000019e2"],["-0.13040917999999999e3","0.54767212000000086e2"],["-0.13041445899999997e3","0.54770828000000108e2"],["-0.13045556599999998e3","0.54813324000000136e2"],["-0.13045944199999997e3",54.81749700000006],["-0.13046194499999996e3","0.54822220000000073e2"],[-130.459991,"0.54828330999999991e2"],["-0.13041833499999996e3","0.54853324999999927e2"],["-0.13038528400000001e3","0.54868881000000101e2"],["-0.13034304800000001e3","0.54894996999999989e2"],["-0.13027029400000004e3","0.54950272000000041e2"],[-130.25,"0.54969711000000132e2"],["-0.13022778299999993e3","0.54997214999999983e2"],[-130.2133179999999,"0.55012496999999996e2"],["-0.13020083599999992e3","0.55019714000000079e2"],["-0.13018499800000001e3","0.55023323000000119e2"],["-0.13017529300000001e3","0.55023048000000074e2"],["-0.13016833500000001e3","0.55019714000000079e2"],["-0.13016500899999988e3","0.55014160000000118e2"],["-0.13016027799999995e3","0.55004439999999988e2"],[-130.146973,"0.54975822000000051e2"],["-0.13014529399999998e3","0.54965271000000143e2"],["-0.13014556899999997e3","0.54959717000000126e2"],["-0.13014611799999994e3","0.54954163000000108e2"],["-0.13014974999999998e3","0.54947487000000024e2"],["-0.13016332999999997e3","0.54931381000000044e2"],["-0.13027029400000004e3","0.54830826000000002e2"],["-0.13038528400000001e3","0.54769988999999953e2"]],[["-0.82964721999999995e2","0.55263611000000083e2"],["-0.82970000999999968e2","0.55259720000000016e2"],["-0.83014450000000011e2","0.55269714000000022e2"],["-0.83031951999999876e2","0.55273880000000133e2"],["-0.83035278000000005e2","0.55278877000000023e2"],["-0.83027495999999928e2","0.55281380000000013e2"],["-0.83016953000000001e2","0.55281662000000097e2"],["-0.82990279999999984e2","0.55280548000000124e2"],["-0.82980835000000013e2","0.55278877000000023e2"],["-0.82963332999999977e2","0.55273880000000133e2"],[-82.96166999999997,"0.55269157000000121e2"],["-0.82964721999999995e2","0.55263611000000083e2"]],[["-0.77592772999999909e2","0.55435265000000129e2"],["-0.77633330999999998e2","0.55424438000000123e2"],["-0.77644164999999873e2","0.55425827000000083e2"],["-0.77449431999999945e2","0.55533882000000062e2"],["-0.77336120999999991e2","0.55604439000000127e2"],["-0.77323058999999944e2","0.55610550000000046e2"],["-0.77221389999999928e2","0.55653602999999919e2"],["-0.77213897999999915e2",55.65526600000004],["-0.77205276000000026e2",55.65387700000008],["-0.77199996999999939e2",55.65026899999998],["-0.77201110999999912e2",55.64415699999995],["-0.77210555999999997e2","0.55639717000000132e2"],["-0.77252227999999945e2","0.55618050000000096e2"],["-0.77389174999999966e2","0.55546386999999982e2"],["-0.77452224999999942e2","0.55512772000000098e2"],["-0.77474166999999966e2","0.55498046999999929e2"],["-0.77484160999999915e2","0.55489158999999972e2"],[-77.49499499999996,"0.55481377000000009e2"],["-0.77500564999999938e2","0.55478325000000098e2"],[-77.55221599999993,"0.55453049000000021e2"],["-0.77592772999999909e2","0.55435265000000129e2"]],[["-0.60970832999999914e2","0.55869437999999946e2"],[-60.98833499999995,55.86721],["-0.60998336999999992e2","0.55867767000000072e2"],["-0.61008895999999936e2","0.55869156000000089e2"],["-0.61016944999999964e2","0.55873046999999985e2"],["-0.61051666000000012e2","0.55901100000000099e2"],["-0.61056664000000012e2","0.55905823000000055e2"],["-0.61059165999999948e2","0.55909988000000055e2"],["-0.61070557000000008e2","0.55938599000000011e2"],["-0.61065551999999968e2","0.55944153000000028e2"],["-0.61047782999999981e2","0.55945541000000105e2"],["-0.61036948999999993e2",55.9447100000001],[-60.96805599999999,"0.55936652999999922e2"],["-0.60948607999999979e2","0.55930549999999982e2"],["-0.60908332999999971e2","0.55898330999999985e2"],["-0.60906386999999995e2","0.55893326000000116e2"],["-0.60911109999999951e2","0.55887772000000098e2"],["-0.60917503000000011e2","0.55884163000000115e2"],["-0.60970832999999914e2","0.55869437999999946e2"]],[["-0.60858611999999994e2","0.55864716000000044e2"],["-0.60876105999999993e2","0.55863883999999985e2"],["-0.60892501999999979e2","0.55864441000000056e2"],["-0.60898612999999955e2",55.86721],["-0.60902221999999995e2","0.55871376000000112e2"],["-0.60900551000000007e2","0.55876380999999981e2"],["-0.60873610999999869e2",55.94360400000005],["-0.60869995000000017e2","0.55949432000000002e2"],[-60.86500499999994,55.95277400000009],["-0.60851944000000003e2",55.95526899999993],["-0.60748336999999935e2","0.55944153000000028e2"],[-60.74138599999992,"0.55942764000000011e2"],["-0.60742500000000007e2","0.55939156000000082e2"],["-0.60747498000000007e2","0.55931663999999955e2"],["-0.60691939999999875e2","0.55925270000000125e2"],[-60.68638599999997,55.92193600000013],["-0.60688048999999978e2","0.55917213000000118e2"],["-0.60692771999999991e2","0.55911658999999986e2"],["-0.60705001999999979e2","0.55903046000000018e2"],["-0.60718604999999911e2","0.55896385000000066e2"],["-0.60756393000000003e2","0.55880272000000048e2"],["-0.60778610000000015e2","0.55876099000000067e2"],["-0.60840836000000024e2",55.86610399999995],["-0.60858611999999994e2","0.55864716000000044e2"]],[["-0.79123046999999929e2","0.55789993000000038e2"],["-0.79130553999999961e2","0.55788887000000045e2"],["-0.79135559000000001e2","0.55789162000000033e2"],["-0.79137786999999946e2","0.55790549999999939e2"],["-0.79136123999999938e2","0.55794158999999979e2"],["-0.79131667999999934e2","0.55799995000000024e2"],["-0.79126099000000011e2","0.55803879000000052e2"],["-0.79121932999999956e2","0.55808601000000124e2"],["-0.79108886999999925e2","0.55823883000000137e2"],["-0.79102782999999988e2","0.55833054000000118e2"],["-0.79039168999999958e2","0.55952492000000063e2"],[-79.03083799999996,"0.55968596999999932e2"],["-0.79027221999999995e2","0.55976935999999966e2"],["-0.79022232000000031e2","0.55996384000000091e2"],["-0.79009353999999973e2","0.56063614000000086e2"],["-0.78960007000000019e2","0.56083054000000061e2"],["-0.78957503999999972e2","0.56083602999999982e2"],["-0.78952788999999939e2","0.56080826000000116e2"],["-0.78949157999999898e2","0.56071663000000115e2"],["-0.78939712999999983e2",56.02526899999998],["-0.79054442999999935e2","0.55865547000000049e2"],["-0.79089995999999985e2","0.55816939999999988e2"],["-0.79104445999999996e2",55.80082700000014],["-0.79116652999999985e2","0.55792496000000028e2"],["-0.79123046999999929e2","0.55789993000000038e2"]],[["-0.60943329000000006e2","0.56006660000000011e2"],["-0.61040557999999976e2","0.56005272000000105e2"],[-61.0819469999999,"0.56011382999999967e2"],["-0.61141387999999949e2","0.56020545999999968e2"],[-61.17111199999988,"0.56028602999999976e2"],[-61.18721800000003,"0.56033882000000119e2"],["-0.61215836000000024e2","0.56046387000000038e2"],["-0.61220832999999971e2","0.56050827000000083e2"],["-0.61228333000000021e2",56.06332400000008],["-0.61232772999999952e2","0.56072769000000108e2"],["-0.61233611999999994e2","0.56085548000000017e2"],["-0.61232772999999952e2","0.56091103000000089e2"],["-0.61226944000000003e2","0.56098045000000013e2"],["-0.61217498999999975e2","0.56100547999999947e2"],["-0.61211670000000026e2","0.56101387000000102e2"],[-61.08916499999998,"0.56169991000000095e2"],["-0.61059165999999948e2","0.56159714000000122e2"],["-0.61045836999999892e2","0.56153877000000136e2"],["-0.60944442999999978e2","0.56094993999999986e2"],["-0.60943610999999976e2","0.56090271000000143e2"],["-0.60934440999999993e2","0.56015830999999935e2"],["-0.60934722999999963e2","0.56011382999999967e2"],["-0.60943329000000006e2","0.56006660000000011e2"]],[["-0.61623610999999983e2","0.56399993999999992e2"],["-0.61546668999999952e2","0.56390830999999991e2"],["-0.61493057000000022e2","0.56404991000000052e2"],["-0.61482773000000009e2","0.56406654000000003e2"],["-0.61474716000000001e2","0.56406654000000003e2"],["-0.61468329999999924e2","0.56404433999999981e2"],["-0.61415275999999949e2","0.56376656000000025e2"],["-0.61411667000000023e2","0.56372214999999926e2"],["-0.61411109999999951e2","0.56367210000000057e2"],["-0.61412216000000001e2","0.56326659999999947e2"],["-0.61416106999999954e2","0.56322220000000129e2"],["-0.61424171000000001e2",56.32027400000004],["-0.61482773000000009e2","0.56309990000000028e2"],["-0.61569449999999904e2","0.56320549000000085e2"],["-0.61579726999999991e2","0.56322494999999947e2"],["-0.61599723999999924e2",56.32777399999992],["-0.61686385999999857e2","0.56352776000000063e2"],["-0.61719993999999986e2","0.56365829000000019e2"],["-0.61788895000000025e2","0.56405822999999998e2"],["-0.61793335000000013e2","0.56408882000000119e2"],["-0.61796111999999937e2",56.41304800000006],["-0.61790557999999919e2","0.56415824999999927e2"],["-0.61783889999999872e2","0.56415824999999927e2"],["-0.61677779999999927e2","0.56405548000000124e2"],["-0.61623610999999983e2","0.56399993999999992e2"]],[["-0.78839995999999928e2","0.56129990000000078e2"],["-0.78927490000000034e2","0.56113884000000098e2"],["-0.78933318999999983e2","0.56115547000000049e2"],["-0.78930556999999965e2","0.56128601000000117e2"],["-0.78916945999999996e2","0.56172493000000145e2"],["-0.78908339999999896e2","0.56182495000000131e2"],["-0.78903884999999946e2","0.56187209999999993e2"],["-0.78883330999999998e2","0.56201935000000105e2"],["-0.78846389999999985e2",56.2347180000001],["-0.78830291999999929e2","0.56253326000000129e2"],["-0.78825287000000003e2","0.56262772000000098e2"],["-0.78813323999999966e2","0.56304709999999943e2"],["-0.78809432999999956e2","0.56338882000000126e2"],["-0.78813888999999961e2","0.56343323000000055e2"],["-0.78834732000000031e2","0.56345543000000021e2"],["-0.78832503999999915e2","0.56350829999999974e2"],["-0.78762512000000015e2","0.56424713000000111e2"],["-0.78751403999999923e2","0.56432495000000074e2"],["-0.78731673999999941e2","0.56440544000000102e2"],["-0.78694992000000013e2","0.56443878000000097e2"],["-0.78686385999999914e2","0.56443320999999969e2"],["-0.78667220999999984e2","0.56439713000000097e2"],["-0.78661666999999966e2","0.56436104000000057e2"],["-0.78660003999999958e2","0.56430550000000096e2"],["-0.78650832999999921e2","0.56289161999999976e2"],["-0.78652785999999935e2","0.56241936000000067e2"],["-0.78655563000000029e2","0.56223602000000142e2"],["-0.78676392000000021e2","0.56181106999999997e2"],["-0.78688599000000011e2","0.56172767999999962e2"],["-0.78839995999999928e2","0.56129990000000078e2"]],[["-0.79626937999999996e2","0.56265273999999977e2"],["-0.79635833999999988e2","0.56264998999999989e2"],["-0.79636672999999973e2","0.56266388000000006e2"],["-0.79636397999999872e2","0.56269157000000121e2"],["-0.79609436000000017e2","0.56319716999999969e2"],["-0.79538605000000018e2","0.56433051999999975e2"],[-79.53443900000002,"0.56437491999999963e2"],["-0.79523894999999982e2","0.56442764000000068e2"],["-0.79511123999999938e2","0.56446381000000031e2"],["-0.79496947999999975e2","0.56448601000000053e2"],["-0.79492217999999923e2","0.56446937999999932e2"],["-0.79490554999999915e2","0.56440826000000129e2"],["-0.79510833999999932e2","0.56397491000000002e2"],["-0.79557769999999891e2","0.56305267000000015e2"],["-0.79561110999999926e2","0.56299164000000076e2"],["-0.79565552000000025e2","0.56293884000000048e2"],["-0.79569457999999997e2","0.56289992999999981e2"],["-0.79619445999999868e2","0.56267211999999972e2"],["-0.79626937999999996e2","0.56265273999999977e2"]],[["-0.79619995000000017e2","0.56385268999999994e2"],["-0.79638061999999991e2","0.56360550000000046e2"],["-0.79649444999999957e2","0.56346382000000006e2"],["-0.79663329999999974e2","0.56333878000000141e2"],["-0.79682495000000017e2","0.56317496999999946e2"],["-0.79701110999999969e2","0.56306381000000044e2"],["-0.79714447000000007e2","0.56299995000000081e2"],["-0.79906661999999926e2","0.56227211000000125e2"],["-0.79928328999999962e2","0.56219711000000075e2"],["-0.79986114999999984e2","0.56199715000000083e2"],[-80.01916499999993,"0.56191376000000048e2"],["-0.80060546999999985e2",56.18443300000007],["-0.80082503999999915e2","0.56186653000000092e2"],["-0.80092223999999987e2","0.56188324000000136e2"],["-0.80100554999999986e2","0.56191376000000048e2"],["-0.80107497999999907e2","0.56194992000000127e2"],["-0.80109726000000023e2","0.56197768999999994e2"],["-0.80110275000000001e2","0.56203323000000012e2"],["-0.80100280999999995e2","0.56239158999999972e2"],["-0.80098617999999874e2","0.56244156000000089e2"],["-0.80055267000000015e2","0.56303604000000121e2"],["-0.80044448999999929e2","0.56310822000000144e2"],["-0.80040558000000033e2","0.56312767000000122e2"],["-0.80022506999999962e2","0.56319716999999969e2"],["-0.79867492999999968e2","0.56357498000000135e2"],["-0.79795546999999942e2","0.56366661000000136e2"],["-0.79756667999999991e2","0.56361937999999952e2"],[-79.72444200000001,"0.56362770000000069e2"],[-79.69888299999991,"0.56368880999999988e2"],["-0.79679169000000002e2","0.56378326000000015e2"],["-0.79656386999999995e2","0.56392769000000101e2"],["-0.79642501999999979e2","0.56404433999999981e2"],["-0.79618880999999931e2","0.56426941000000056e2"],["-0.79614440999999999e2","0.56431664000000069e2"],["-0.79604171999999949e2","0.56444153000000085e2"],["-0.79598052999999936e2","0.56454437000000098e2"],["-0.79591384999999946e2","0.56469154000000117e2"],["-0.79588333000000034e2","0.56493881000000044e2"],["-0.79585281000000009e2","0.56499161000000072e2"],["-0.79582503999999915e2","0.56501663000000008e2"],["-0.79549728000000016e2","0.56525269000000037e2"],["-0.79543334999999956e2","0.56527771000000143e2"],["-0.79542770000000019e2","0.56522217000000126e2"],["-0.79549438000000009e2","0.56508049000000085e2"],["-0.79613891999999964e2",56.39527099999998],["-0.79619995000000017e2","0.56385268999999994e2"]],[["-0.61435829000000012e2","0.56541382000000112e2"],["-0.61168059999999969e2","0.56474709000000018e2"],["-0.61149993999999992e2","0.56445540999999992e2"],["-0.61148887999999943e2","0.56441101000000003e2"],["-0.61154442000000017e2","0.56438599000000067e2"],["-0.61163612000000001e2","0.56436653000000035e2"],["-0.61181945999999925e2","0.56435265000000129e2"],["-0.61200278999999966e2","0.56435265000000129e2"],["-0.61220832999999971e2","0.56435546999999985e2"],["-0.61517501999999865e2","0.56446937999999932e2"],["-0.61609169000000009e2",56.46166199999999],["-0.61630553999999961e2","0.56465270999999973e2"],["-0.61642226999999991e2","0.56486382000000049e2"],["-0.61637221999999952e2","0.56489716000000044e2"],["-0.61629997000000003e2","0.56490547000000049e2"],["-0.61546394000000021e2","0.56488044999999943e2"],["-0.61538612000000001e2","0.56485824999999977e2"],["-0.61525832999999864e2","0.56478874000000019e2"],["-0.61512778999999966e2","0.56474991000000102e2"],["-0.61438048999999921e2","0.56476379000000009e2"],["-0.61423057999999969e2","0.56479156000000103e2"],["-0.61417777999999998e2","0.56483330000000137e2"],["-0.61418335000000013e2","0.56488327000000027e2"],["-0.61422501000000011e2","0.56490547000000049e2"],["-0.61455276000000026e2","0.56496383999999978e2"],["-0.61496666000000005e2","0.56500000000000057e2"],["-0.61527221999999938e2","0.56501663000000008e2"],["-0.61624167999999997e2","0.56503882999999973e2"],["-0.61633330999999998e2","0.56506386000000134e2"],["-0.61634445000000028e2","0.56512497000000053e2"],["-0.61631942999999978e2",56.51638800000012],["-0.61602225999999916e2","0.56552773000000059e2"],["-0.61595832999999971e2","0.56556380999999988e2"],["-0.61588332999999977e2","0.56558044000000052e2"],["-0.61576667999999984e2","0.56557769999999948e2"],["-0.61561667999999941e2","0.56554161000000136e2"],["-0.61558051999999975e2",56.55193300000002],["-0.61525947999999971e2","0.56550212999999985e2"],["-0.61459166999999923e2",56.54583000000008],["-0.61435829000000012e2","0.56541382000000112e2"]],[["-0.79021666999999923e2","0.56426941000000056e2"],["-0.79009445000000028e2","0.56426383999999985e2"],[-78.98832699999997,"0.56426941000000056e2"],["-0.78949157999999898e2",56.43082400000003],["-0.78943054000000018e2","0.56430550000000096e2"],[-78.93582200000003,"0.56428878999999995e2"],["-0.78928878999999938e2","0.56425827000000083e2"],[-78.92471299999994,"0.56419441000000006e2"],["-0.78922775000000001e2","0.56415268000000026e2"],["-0.78921111999999994e2","0.56409714000000065e2"],["-0.78920546999999942e2","0.56403320000000008e2"],["-0.78923049999999932e2","0.56386940000000095e2"],[-78.93638599999997,"0.56317496999999946e2"],["-0.78943328999999949e2","0.56284996000000035e2"],["-0.78949996999999939e2","0.56282493999999986e2"],["-0.78955276000000026e2",56.27915999999999],["-0.78961394999999868e2","0.56271378000000027e2"],["-0.79029174999999952e2","0.56172493000000145e2"],[-79.06138599999997,"0.56124435000000005e2"],["-0.79071670999999981e2","0.56104996000000085e2"],["-0.79085007000000019e2",56.07749200000012],["-0.79094161999999983e2","0.56054993000000138e2"],["-0.79129990000000021e2","0.55989432999999963e2"],["-0.79175277999999935e2",55.92332499999992],["-0.79195266999999944e2","0.55891937000000098e2"],["-0.79203613000000018e2","0.55894157000000121e2"],["-0.79166267000000005e2","0.55973881000000006e2"],["-0.79122116000000005e2","0.56046715000000006e2"],["-0.79061935000000005e2","0.56148605000000032e2"],["-0.79022781000000009e2","0.56202492000000007e2"],["-0.79008895999999993e2","0.56221656999999936e2"],["-0.78990829000000019e2","0.56261664999999994e2"],["-0.78985824999999977e2","0.56273605000000089e2"],["-0.78972777999999948e2","0.56306656000000032e2"],["-0.78970275999999956e2","0.56314156000000082e2"],["-0.78967772999999909e2","0.56323608000000036e2"],["-0.78966109999999901e2","0.56336105000000032e2"],["-0.78970275999999956e2","0.56378043999999989e2"],[-78.97084000000001,56.3836060000001],["-0.78977218999999991e2","0.56388602999999989e2"],["-0.78983321999999987e2","0.56389716999999962e2"],["-0.78998885999999914e2","0.56384163000000001e2"],["-0.79043334999999956e2","0.56360550000000046e2"],["-0.79055267000000015e2","0.56344437000000028e2"],["-0.79062209999999993e2","0.56329720000000009e2"],["-0.79089172000000019e2","0.56267769000000044e2"],["-0.79091109999999958e2","0.56263054000000011e2"],["-0.79093062999999972e2","0.56256943000000092e2"],["-0.79092948999999976e2","0.56231716000000006e2"],["-0.79095443999999986e2",56.2190480000001],["-0.79093948000000012e2","0.56213717999999972e2"],["-0.79092781000000002e2","0.56211551999999983e2"],["-0.79089110999999946e2","0.56211884000000111e2"],["-0.79083327999999995e2","0.56174164000000019e2"],["-0.79212783999999999e2","0.55954163000000108e2"],["-0.79236114999999927e2","0.55917496000000085e2"],["-0.79259444999999914e2","0.55886108000000092e2"],["-0.79275283999999999e2","0.55870270000000062e2"],["-0.79283324999999991e2","0.55864441000000056e2"],["-0.79286666999999852e2","0.55866661000000079e2"],["-0.79286117999999988e2","0.55869987000000094e2"],["-0.79278060999999923e2","0.55885551000000021e2"],["-0.79267226999999934e2","0.55903046000000018e2"],["-0.79226668999999958e2","0.55962493999999992e2"],["-0.79183608999999933e2","0.56037497999999971e2"],["-0.79139998999999932e2","0.56115273000000116e2"],["-0.79133895999999993e2","0.56126656000000082e2"],["-0.79132721000000004e2","0.56175770000000057e2"],["-0.79138564999999858e2","0.56205269000000101e2"],["-0.79139724999999999e2",56.20776699999999],["-0.79143561999999974e2","0.56211266000000137e2"],[-79.15055799999999,"0.56233046999999999e2"],["-0.79160552999999993e2","0.56231377000000066e2"],["-0.79170272999999952e2","0.56225548000000003e2"],["-0.79205565999999976e2","0.56190826000000015e2"],["-0.79243880999999988e2","0.56151100000000042e2"],["-0.79256393000000003e2",56.13110400000005],["-0.79270844000000011e2","0.56104712999999947e2"],["-0.79277495999999985e2","0.56090828000000045e2"],["-0.79284164000000033e2","0.56078049000000021e2"],["-0.79299727999999959e2","0.56051658999999972e2"],["-0.79309158000000025e2","0.56036385000000109e2"],["-0.79323623999999938e2","0.56016936999999984e2"],["-0.79358611999999937e2","0.55974434000000088e2"],["-0.79452498999999989e2","0.55879990000000134e2"],["-0.79479996000000028e2","0.55863883999999985e2"],["-0.79493056999999965e2","0.55858887000000038e2"],["-0.79500564999999995e2","0.55856659000000093e2"],["-0.79510559000000001e2","0.55855553000000043e2"],["-0.79520279000000016e2","0.55854713000000004e2"],["-0.79532500999999968e2","0.55854996000000142e2"],["-0.79567779999999971e2","0.55864716000000044e2"],["-0.79593886999999938e2","0.55874435000000062e2"],["-0.79604996000000028e2","0.55881660000000124e2"],[-79.78195199999999,55.78804800000006],["-0.79763061999999934e2","0.55814156000000025e2"],["-0.79598052999999936e2","0.55981658999999979e2"],["-0.79486937999999952e2","0.56087212000000022e2"],["-0.79474716000000001e2","0.56098327999999981e2"],["-0.79470275999999956e2","0.56104439000000013e2"],[-79.470551,"0.56112770000000125e2"],["-0.79472504000000015e2",56.11693600000001],["-0.79478881999999999e2","0.56123322000000087e2"],["-0.79497222999999963e2","0.56133605999999986e2"],["-0.79513061999999991e2","0.56134995000000117e2"],["-0.79523055999999997e2","0.56133880999999974e2"],["-0.79537216000000001e2",56.12971500000009],["-0.79550277999999935e2","0.56123322000000087e2"],["-0.79567504999999983e2","0.56112770000000125e2"],[-79.59722899999997,"0.56091377000000023e2"],["-0.79645003999999972e2",56.050545],["-0.79819457999999941e2","0.55901100000000099e2"],["-0.79831680000000006e2",55.88999200000012],["-0.79846663999999976e2","0.55874161000000129e2"],["-0.79858046999999999e2","0.55859993000000088e2"],["-0.79863892000000021e2","0.55850830000000087e2"],["-0.79865829000000019e2","0.55847214000000008e2"],["-0.79909164000000033e2","0.55840546000000074e2"],["-0.79985824999999977e2","0.55898048000000017e2"],["-0.79961944999999957e2","0.55960274000000027e2"],["-0.79774444999999957e2","0.56112213000000054e2"],["-0.79668059999999912e2","0.56189987000000031e2"],["-0.79648620999999991e2","0.56198326000000066e2"],["-0.79642226999999991e2","0.56201385000000073e2"],["-0.79587783999999999e2","0.56230270000000132e2"],["-0.79536330999999961e2","0.56295052000000055e2"],["-0.79526839999999993e2","0.56304214000000115e2"],["-0.79516173999999978e2","0.56319881000000066e2"],["-0.79494666999999993e2","0.56367214000000047e2"],[-79.48733500000003,"0.56402714000000117e2"],["-0.79458892999999875e2",56.464157],["-0.79458617999999944e2","0.56468323000000112e2"],["-0.79458617999999944e2","0.56478600000000085e2"],["-0.79466109999999958e2","0.56498878000000104e2"],["-0.79474441999999954e2","0.56521102999999982e2"],["-0.79471389999999928e2","0.56544441000000063e2"],["-0.79466109999999958e2",56.54833200000013],["-0.79456664999999987e2",56.55332199999998],["-0.79448883000000023e2","0.56554435999999953e2"],["-0.79445267000000001e2","0.56553604000000064e2"],["-0.79441939999999875e2","0.56551384000000041e2"],["-0.79438599000000011e2","0.56547775000000058e2"],["-0.79418334999999956e2","0.56490829000000076e2"],["-0.79419448999999872e2","0.56443603999999937e2"],["-0.79443000999999981e2","0.56393436000000008e2"],["-0.79474998000000028e2","0.56320438000000138e2"],["-0.79531386999999995e2","0.56206940000000145e2"],["-0.79514450000000011e2","0.56186378000000047e2"],["-0.79461670000000026e2","0.56193321000000026e2"],["-0.79438889000000017e2","0.56197212000000093e2"],["-0.79427215999999987e2","0.56203049000000078e2"],["-0.79416397000000018e2","0.56212212000000079e2"],["-0.79413054999999986e2","0.56216660000000047e2"],["-0.79309998000000007e2","0.56424163999999962e2"],["-0.79301101999999958e2","0.56447212000000036e2"],["-0.79298049999999932e2","0.56459435000000099e2"],["-0.79293335000000013e2","0.56488044999999943e2"],["-0.79291672000000005e2","0.56498878000000104e2"],["-0.79286391999999921e2","0.56570273999999984e2"],["-0.79139998999999932e2","0.56546386999999982e2"],["-0.79133057000000008e2","0.56542770000000019e2"],["-0.79129990000000021e2","0.56537773000000072e2"],["-0.79125548999999978e2","0.56514159999999947e2"],["-0.79121932999999956e2","0.56495543999999938e2"],["-0.79119995000000017e2","0.56489989999999977e2"],["-0.79111938000000009e2",56.47526600000009],["-0.79099990999999989e2","0.56463051000000007e2"],["-0.79091384999999889e2","0.56454437000000098e2"],["-0.79075561999999934e2","0.56444153000000085e2"],["-0.79055557000000022e2","0.56433876000000112e2"],["-0.79038895000000025e2","0.56428878999999995e2"],["-0.79021666999999923e2","0.56426941000000056e2"]],[["-0.79141952999999944e2","0.56616661000000079e2"],[-79.15194699999995,"0.56616386000000091e2"],["-0.79260009999999966e2","0.56628044000000102e2"],["-0.79268889999999999e2","0.56629158000000075e2"],["-0.79274719000000005e2","0.56632209999999986e2"],["-0.79277495999999985e2","0.56637215000000026e2"],["-0.79279998999999975e2","0.56648880000000133e2"],["-0.79280288999999982e2","0.56654990999999995e2"],["-0.79275009000000011e2","0.56667213000000004e2"],["-0.79271941999999967e2",56.67193600000013],["-0.79254729999999881e2","0.56679993000000138e2"],["-0.79244155999999919e2","0.56682495000000017e2"],["-0.79218886999999938e2","0.56684990000000028e2"],["-0.79208892999999989e2","0.56683876000000055e2"],["-0.79193603999999937e2","0.56678329000000133e2"],["-0.79160004000000015e2",56.65776800000009],["-0.79151108000000022e2","0.56649994000000106e2"],["-0.79141678000000013e2","0.56635826000000066e2"],["-0.79138061999999991e2","0.56626099000000124e2"],["-0.79138901000000033e2","0.56619986999999924e2"],["-0.79141952999999944e2","0.56616661000000079e2"]],[[-61.1875,"0.56586104999999975e2"],["-0.61211670000000026e2","0.56581664999999987e2"],["-0.61217498999999975e2",56.58277099999998],["-0.61222770999999966e2","0.56588882000000069e2"],["-0.61231667000000016e2","0.56611663999999962e2"],["-0.61231941000000006e2",56.61971299999999],["-0.61226104999999961e2","0.56626656000000025e2"],["-0.61165832999999964e2","0.56684433000000126e2"],["-0.61159163999999919e2","0.56688324000000023e2"],["-0.61150276000000019e2","0.56689430000000073e2"],["-0.61131942999999978e2",56.68721000000005],[-61.0819469999999,"0.56678878999999938e2"],[-61.0777819999999,"0.56674995000000138e2"],["-0.61057776999999987e2","0.56628875999999991e2"],["-0.61059440999999993e2","0.56626380999999981e2"],[-61.06361400000003,"0.56624160999999958e2"],["-0.61103888999999867e2","0.56606658999999922e2"],[-61.1875,"0.56586104999999975e2"]],[["-0.79560821999999973e2","0.56617767000000129e2"],["-0.79567504999999983e2","0.56615273000000002e2"],["-0.79573333999999988e2","0.56618881000000101e2"],["-0.79583618000000001e2","0.56648048000000017e2"],["-0.79583892999999932e2",56.65277100000003],["-0.79589995999999985e2","0.56768326000000002e2"],["-0.79587508999999898e2","0.56788886999999988e2"],["-0.79581679999999949e2",56.80721299999999],["-0.79578339000000028e2",56.81249200000002],[-79.57417299999986,"0.56815825999999959e2"],["-0.79567504999999983e2","0.56817772000000048e2"],["-0.79516662999999937e2",56.78555300000005],["-0.79496384000000035e2","0.56766936999999984e2"],["-0.79476943999999946e2",56.72165700000005],["-0.79474716000000001e2","0.56689156000000139e2"],["-0.79486114999999984e2","0.56658043000000134e2"],["-0.79488891999999964e2","0.56655548000000067e2"],["-0.79560821999999973e2","0.56617767000000129e2"]],[["-0.79881942999999978e2","0.56743607000000054e2"],["-0.79888610999999969e2","0.56741104000000064e2"],["-0.79904723999999987e2","0.56741661000000136e2"],["-0.79923889000000031e2","0.56751389000000017e2"],["-0.79930831999999953e2","0.56754997000000117e2"],["-0.79941101000000003e2","0.56763610999999969e2"],["-0.79944442999999922e2","0.56767769000000101e2"],["-0.79947494999999947e2","0.56773323000000119e2"],["-0.79957229999999925e2","0.56799164000000019e2"],["-0.79958892999999932e2","0.56805267000000129e2"],["-0.79958618000000001e2","0.56811377999999991e2"],["-0.79954726999999934e2","0.56823607999999922e2"],["-0.79945830999999998e2","0.56833603000000039e2"],["-0.79919158999999922e2","0.56858330000000137e2"],["-0.79915008999999998e2","0.56861382000000049e2"],["-0.79865829000000019e2","0.56866104000000121e2"],["-0.79858046999999999e2","0.56865829000000133e2"],["-0.79843886999999995e2","0.56858330000000137e2"],[-79.83444199999991,"0.56852492999999981e2"],["-0.79819457999999941e2",56.84027100000003],[-79.81639100000001,"0.56835548000000017e2"],["-0.79814712999999927e2","0.56829162999999994e2"],[-79.81361400000003,"0.56816939999999988e2"],["-0.79833892999999989e2","0.56793610000000001e2"],[-79.83805799999999,"0.56788886999999988e2"],["-0.79872222999999906e2","0.56752220000000023e2"],["-0.79876663000000008e2","0.56747772000000055e2"],["-0.79881942999999978e2","0.56743607000000054e2"]],[["-0.79750564999999938e2","0.56905823000000055e2"],["-0.79717498999999918e2","0.56813605999999993e2"],[-79.71833799999996,56.80721299999999],["-0.79721114999999884e2","0.56802773000000002e2"],["-0.79725554999999986e2","0.56798049999999989e2"],["-0.79730834999999956e2","0.56794158999999922e2"],["-0.79749725000000012e2","0.56783607000000131e2"],["-0.79757507000000032e2","0.56781936999999971e2"],["-0.79781113000000005e2","0.56784721000000104e2"],[-79.78832999999986,"0.56785828000000038e2"],["-0.79793555999999967e2","0.56795792000000063e2"],["-0.79794373000000007e2","0.56832947000000104e2"],["-0.79793143999999984e2","0.56859890000000064e2"],[-79.82376899999997,"0.56895003999999972e2"],["-0.79852753000000007e2","0.56885204000000044e2"],["-0.79894164999999873e2","0.56881935000000112e2"],["-0.79897506999999962e2","0.56884995000000004e2"],[-79.89805599999994,"0.56891106000000036e2"],["-0.79896118000000001e2","0.56897217000000126e2"],["-0.79892776000000026e2",56.90248900000006],["-0.79858611999999937e2","0.56938599000000011e2"],["-0.79851943999999946e2","0.56940268999999944e2"],["-0.79808333999999945e2","0.56948326000000122e2"],["-0.79799438000000009e2","0.56949431999999945e2"],["-0.79790833000000021e2","0.56947769000000051e2"],["-0.79784164000000033e2","0.56940826000000072e2"],["-0.79753615999999965e2","0.56910820000000001e2"],["-0.79750564999999938e2","0.56905823000000055e2"]],[["-0.61429211000000009e2","0.56929707000000008e2"],["-0.61397204999999985e2","0.56927715000000035e2"],[-61.37261199999989,"0.56930972999999994e2"],["-0.61354888999999957e2",56.93639799999994],["-0.61343319000000008e2","0.56934227000000078e2"],["-0.61340785999999866e2","0.56930248000000006e2"],["-0.61355277999999998e2","0.56910820000000001e2"],["-0.61400275999999963e2","0.56884720000000129e2"],["-0.61404716000000008e2",56.87971500000009],["-0.61399444999999957e2","0.56875824000000023e2"],["-0.61378052000000025e2","0.56871658000000139e2"],["-0.61360282999999924e2","0.56866104000000121e2"],["-0.61352225999999973e2","0.56857773000000066e2"],["-0.61355834999999956e2","0.56852776000000119e2"],["-0.61361670999999944e2","0.56848045000000013e2"],["-0.61375831999999946e2","0.56840546000000018e2"],["-0.61443168999999898e2","0.56817719000000125e2"],[-61.48966999999999,"0.56807549000000108e2"],["-0.61563331999999946e2","0.56784721000000104e2"],["-0.61570281999999906e2","0.56781661999999983e2"],["-0.61576949999999954e2","0.56778046000000074e2"],["-0.61585555999999997e2","0.56766388000000063e2"],["-0.61584998999999982e2","0.56761383000000023e2"],[-61.58277899999996,"0.56756660000000011e2"],["-0.61575561999999991e2","0.56753052000000082e2"],["-0.61564720000000023e2","0.56751663000000121e2"],["-0.61555831999999953e2","0.56752777000000094e2"],["-0.61540839999999946e2","0.56757773999999984e2"],["-0.61526664999999866e2",56.76527400000009],["-0.61515282000000013e2","0.56774712000000079e2"],["-0.61497653999999955e2",56.78694200000001],["-0.61488975999999923e2","0.56789295000000038e2"],[-61.476315,56.79019900000003],["-0.61434002000000021e2","0.56783688000000097e2"],["-0.61393313999999918e2","0.56778988000000027e2"],["-0.61386626999999976e2","0.56775913000000003e2"],["-0.61382107000000019e2","0.56771393000000103e2"],["-0.61373965999999996e2",56.74390800000009],["-0.61368724999999984e2",56.695988],["-0.61368632999999988e2",56.6857720000001],["-0.61370804000000021e2","0.56675282000000038e2"],["-0.61378399000000002e2","0.56632607000000007e2"],["-0.61379119999999944e2","0.56626820000000066e2"],[-61.39358900000002,"0.56617779000000041e2"],["-0.61409137999999928e2","0.56615608000000009e2"],["-0.61444217999999978e2","0.56619587000000081e2"],["-0.61484000999999978e2","0.56641647000000091e2"],["-0.61521975999999938e2","0.56669857000000093e2"],["-0.61561034999999947e2","0.56682513999999969e2"],["-0.61588157999999964e2","0.56703853999999978e2"],["-0.61605334999999968e2","0.56713798999999995e2"],["-0.61635353000000009e2","0.56731518000000051e2"],["-0.61644393999999977e2","0.56734775999999954e2"],["-0.61644031999999868e2",56.73802900000004],["-0.61634991000000014e2","0.56770938999999998e2"],["-0.61624865999999997e2",56.82591200000013],["-0.61632098999999982e2","0.56859547000000077e2"],["-0.61588698999999963e2","0.56893539000000089e2"],["-0.61534812999999986e2","0.56901859000000002e2"],["-0.61522517999999934e2","0.56914879000000099e2"],[-61.5261339999999,"0.56933323000000087e2"],["-0.61523963999999921e2","0.56940193000000079e2"],["-0.61499370999999996e2","0.56952849999999955e2"],["-0.61473694000000023e2",56.95900000000006],["-0.61460673999999983e2","0.56955021000000045e2"],["-0.61446571000000006e2","0.56935131000000126e2"],["-0.61429211000000009e2","0.56929707000000008e2"]],[["-0.76621108999999933e2","0.57075554000000125e2"],["-0.76646956999999986e2","0.57073050999999964e2"],["-0.76660278000000005e2","0.57075828999999999e2"],["-0.76671386999999925e2","0.57083327999999995e2"],["-0.76675551999999925e2","0.57087769000000094e2"],["-0.76681106999999997e2","0.57097771000000023e2"],["-0.76709732000000031e2","0.57182213000000047e2"],["-0.76708617999999944e2",57.18832400000008],["-0.76678329000000019e2","0.57205269000000044e2"],["-0.76669998000000021e2",57.20249199999995],["-0.76667496000000028e2","0.57195541000000048e2"],["-0.76626099000000011e2","0.57142769000000101e2"],["-0.76618880999999988e2","0.57080276000000026e2"],["-0.76621108999999933e2","0.57075554000000125e2"]],[["-0.61621666000000005e2","0.57335548000000131e2"],["-0.61611114999999984e2","0.57334991000000002e2"],["-0.61605559999999912e2","0.57335548000000131e2"],["-0.61594443999999953e2","0.57334159999999997e2"],["-0.61589995999999985e2","0.57330275999999969e2"],["-0.61589438999999913e2","0.57325272000000041e2"],[-61.59194199999996,"0.57321380999999974e2"],["-0.61608337000000006e2","0.57308327000000077e2"],["-0.61652221999999995e2","0.57290549999999996e2"],[-61.658051,"0.57290276000000063e2"],["-0.61734725999999966e2","0.57290276000000063e2"],["-0.61739998000000014e2","0.57291939000000013e2"],["-0.61753333999999938e2","0.57302490000000091e2"],["-0.61763617999999951e2","0.57311661000000072e2"],["-0.61766662999999937e2","0.57315269000000001e2"],["-0.61767776000000026e2","0.57319716999999969e2"],["-0.61768607999999915e2","0.57324996999999996e2"],["-0.61767501999999979e2","0.57328330999999991e2"],["-0.61752228000000002e2","0.57360275000000001e2"],[-61.74888599999997,"0.57365546999999935e2"],[-61.74500299999994,"0.57369155999999975e2"],["-0.61726944000000003e2","0.57374435000000119e2"],["-0.61702498999999989e2","0.57372765000000129e2"],["-0.61693329000000006e2","0.57368050000000096e2"],["-0.61677497999999957e2","0.57357216000000051e2"],["-0.61632216999999912e2","0.57337769000000037e2"],["-0.61621666000000005e2","0.57335548000000131e2"]],[["-0.76715012000000002e2","0.57292770000000019e2"],[-76.72972099999987,"0.57289718999999991e2"],["-0.76734726000000023e2","0.57291382000000112e2"],["-0.76740279999999984e2","0.57294441000000063e2"],["-0.76744445999999982e2","0.57299438000000009e2"],["-0.76793059999999969e2","0.57374709999999936e2"],["-0.76821944999999914e2","0.57419715999999994e2"],["-0.76823623999999995e2","0.57424713000000111e2"],["-0.76821670999999981e2","0.57429436000000067e2"],["-0.76812774999999931e2","0.57428329000000133e2"],[-76.78443900000002,57.41693900000007],["-0.76761397999999986e2",57.40387700000008],["-0.76735549999999989e2","0.57386383000000137e2"],["-0.76731109999999944e2","0.57381934999999999e2"],["-0.76725554999999986e2","0.57372765000000129e2"],["-0.76721114999999941e2","0.57356658999999979e2"],["-0.76708054000000004e2",57.29583000000008],["-0.76715012000000002e2","0.57292770000000019e2"]],[["-0.61655273000000022e2","0.57391380000000083e2"],["-0.61675003000000004e2","0.57389992000000007e2"],["-0.61839721999999995e2","0.57408043000000134e2"],["-0.61860000999999954e2","0.57412491000000102e2"],["-0.61877494999999954e2","0.57418602000000021e2"],["-0.61889998999999989e2","0.57426102000000071e2"],["-0.61894446999999957e2",57.42971799999998],["-0.61897780999999952e2","0.57433327000000133e2"],["-0.61900275999999963e2","0.57437492000000134e2"],["-0.61897498999999982e2","0.57444153000000085e2"],["-0.61813003999999921e2","0.57473709000000042e2"],["-0.61772738999999945e2","0.57495097999999984e2"],["-0.61742774999999995e2","0.57534995999999978e2"],["-0.61737220999999977e2","0.57536942000000067e2"],["-0.61719993999999986e2","0.57536384999999996e2"],["-0.61648055999999997e2","0.57530272999999966e2"],["-0.61643889999999999e2","0.57522766000000047e2"],["-0.61634726999999998e2","0.57509438000000046e2"],["-0.61613616999999977e2","0.57416100000000142e2"],["-0.61615279999999984e2","0.57409157000000107e2"],["-0.61634170999999924e2","0.57398880000000133e2"],["-0.61648337999999967e2","0.57393608000000029e2"],["-0.61655273000000022e2","0.57391380000000083e2"]],[["-0.61878333999999995e2",57.46305099999995],["-0.61926948999999979e2",57.45249200000012],["-0.61937499999999943e2","0.57453049000000021e2"],["-0.61946945000000028e2","0.57454993999999999e2"],["-0.61955832999999927e2","0.57458046000000081e2"],["-0.61962776000000019e2","0.57462212000000022e2"],["-0.62012504999999919e2","0.57508331000000112e2"],["-0.62021942000000024e2","0.57521102999999925e2"],[-62.02305599999994,"0.57534164000000033e2"],["-0.62020279000000016e2","0.57540276000000063e2"],["-0.62014450000000011e2","0.57549438000000123e2"],["-0.61992500000000007e2","0.57569160000000011e2"],["-0.61974997999999971e2","0.57581383000000073e2"],["-0.61968886999999995e2","0.57584434999999985e2"],["-0.61953056000000004e2",57.59027100000003],["-0.61944442999999978e2","0.57590828000000101e2"],["-0.61878052000000025e2","0.57584991000000002e2"],["-0.61855002999999954e2","0.57580551000000128e2"],["-0.61833327999999995e2","0.57574440000000038e2"],["-0.61817504999999926e2","0.57567215000000033e2"],["-0.61783614999999941e2","0.57550545000000056e2"],["-0.61781386999999995e2","0.57548050000000046e2"],["-0.61778885000000002e2","0.57543883999999935e2"],[-61.77694699999995,57.52388000000002],["-0.61777778999999953e2","0.57518326000000059e2"],["-0.61779441999999904e2","0.57513611000000026e2"],["-0.61783057999999869e2","0.57508331000000112e2"],["-0.61864165999999955e2","0.57466385000000116e2"],["-0.61878333999999995e2",57.46305099999995]],[["-0.79797501000000011e2","0.57418884000000048e2"],["-0.79801666000000012e2","0.57415825000000098e2"],["-0.79805556999999965e2","0.57418053000000043e2"],["-0.79835830999999985e2","0.57460274000000084e2"],["-0.79826949999999897e2",57.53804800000006],["-0.79808883999999978e2","0.57561661000000015e2"],["-0.79792769999999962e2","0.57578880000000083e2"],["-0.79749160999999958e2","0.57609718000000044e2"],["-0.79740828999999962e2","0.57615547000000106e2"],["-0.79734160999999915e2","0.57618881000000044e2"],["-0.79727782999999931e2",57.61721],["-0.79723052999999993e2","0.57612770000000012e2"],["-0.79706116000000009e2","0.57585548000000074e2"],[-79.70666499999993,"0.57580826000000002e2"],["-0.79704726999999991e2","0.57576660000000061e2"],["-0.79698607999999979e2","0.57563324000000136e2"],["-0.79695830999999998e2","0.57531661999999983e2"],["-0.79698607999999979e2","0.57519989000000123e2"],["-0.79705001999999922e2","0.57508605999999929e2"],["-0.79712508999999955e2","0.57500548999999978e2"],["-0.79797501000000011e2","0.57418884000000048e2"]],[["-0.61688605999999936e2","0.57713051000000121e2"],["-0.61696105999999929e2","0.57712212000000136e2"],["-0.61757506999999976e2","0.57715546000000131e2"],["-0.61768889999999999e2","0.57716934000000037e2"],["-0.61894164999999987e2","0.57754166000000055e2"],["-0.61896950000000004e2","0.57758331000000055e2"],["-0.61896110999999962e2","0.57769714000000079e2"],["-0.61891669999999976e2","0.57779160000000047e2"],["-0.61865836999999999e2","0.57799721000000034e2"],["-0.61853614999999934e2","0.57808327000000133e2"],[-61.80889099999996,"0.57836936999999978e2"],["-0.61800551999999925e2","0.57841377000000023e2"],["-0.61778885000000002e2",57.84526800000009],["-0.61773055999999997e2","0.57845543000000077e2"],["-0.61711113000000012e2","0.57834160000000111e2"],["-0.61698607999999922e2","0.57830276000000083e2"],["-0.61653610000000015e2","0.57784721000000104e2"],["-0.61652221999999995e2","0.57782494000000042e2"],["-0.61651664999999923e2","0.57779433999999981e2"],["-0.61652495999999928e2","0.57775826000000052e2"],["-0.61654166999999916e2","0.57771103000000096e2"],["-0.61668609999999887e2","0.57738884000000041e2"],["-0.61674171000000001e2","0.57726936000000023e2"],["-0.61684440999999936e2","0.57714996000000099e2"],["-0.61688605999999936e2","0.57713051000000121e2"]],[["-0.61947494999999947e2","0.57787216000000114e2"],["-0.61957222000000002e2",57.78694200000001],[-62.08916499999998,"0.57808043999999995e2"],["-0.62100280999999995e2","0.57816101000000003e2"],["-0.62108337000000006e2","0.57824715000000026e2"],["-0.62109443999999996e2","0.57829437000000098e2"],["-0.62108054999999922e2","0.57837769000000094e2"],["-0.62099723999999924e2","0.57846382000000062e2"],["-0.62094443999999953e2","0.57850547999999947e2"],["-0.62065276999999924e2","0.57870544000000109e2"],["-0.62028884999999946e2","0.57892768999999987e2"],["-0.62009170999999924e2","0.57904434000000037e2"],["-0.61995002999999997e2",57.90915700000005],["-0.61986114999999984e2","0.57910271000000023e2"],["-0.61971663999999976e2","0.57911377000000016e2"],["-0.61941108999999983e2","0.57909988000000055e2"],["-0.61928336999999942e2","0.57908599999999922e2"],["-0.61923332000000016e2","0.57906096999999988e2"],["-0.61918891999999971e2",57.90248900000006],["-0.61884444999999971e2",57.86693600000001],["-0.61867774999999881e2",57.84276600000004],["-0.61867774999999881e2","0.57838600000000099e2"],["-0.61879439999999931e2","0.57816665999999998e2"],["-0.61881942999999922e2","0.57812767000000008e2"],["-0.61885558999999887e2","0.57809157999999968e2"],["-0.61889998999999989e2","0.57806381000000101e2"],["-0.61940833999999938e2","0.57788886999999988e2"],["-0.61947494999999947e2","0.57787216000000114e2"]],[["-0.77678328999999962e2","0.58235549999999932e2"],["-0.77687774999999931e2","0.58235268000000076e2"],["-0.77702788999999996e2","0.58238884000000098e2"],["-0.77761123999999938e2","0.58257499999999936e2"],["-0.77946380999999917e2",58.3211060000001],["-0.77950835999999924e2",58.32416500000005],["-0.77947495000000004e2","0.58328605999999979e2"],["-0.77940551999999968e2","0.58330551000000014e2"],["-0.77932495000000017e2","0.58331383000000073e2"],["-0.77917312999999922e2","0.58329369000000042e2"],["-0.77829726999999934e2","0.58311378000000047e2"],[-77.80749499999996,"0.58305267000000015e2"],["-0.77801392000000021e2","0.58303046999999992e2"],["-0.77702788999999996e2","0.58260277000000031e2"],["-0.77689437999999996e2","0.58253882999999973e2"],["-0.77670273000000009e2","0.58244156000000032e2"],["-0.77668334999999956e2","0.58241936000000067e2"],["-0.77668334999999956e2","0.58240547000000049e2"],["-0.77678328999999962e2","0.58235549999999932e2"]],[["-0.67596114999999998e2","0.58284164000000089e2"],["-0.67616394000000014e2","0.58284164000000089e2"],["-0.67637786999999946e2",58.28472099999999],["-0.67666106999999954e2","0.58292770000000019e2"],["-0.67673888999999917e2","0.58296104000000014e2"],["-0.67676666000000012e2","0.58301384000000041e2"],["-0.67675827000000027e2","0.58306099000000074e2"],["-0.67672775000000001e2","0.58312209999999993e2"],["-0.67624435000000005e2","0.58368050000000096e2"],[-67.61999499999996,"0.58372215000000097e2"],[-67.61082499999992,"0.58373877999999991e2"],["-0.67599166999999909e2","0.58373046999999985e2"],["-0.67580565999999976e2","0.58369986999999924e2"],["-0.67527221999999995e2","0.58343605000000082e2"],["-0.67520844000000011e2","0.58339989000000003e2"],["-0.67517501999999979e2","0.58335266000000047e2"],[-67.51916499999993,"0.58329719999999952e2"],["-0.67524445000000014e2",58.32416500000005],["-0.67551102000000014e2","0.58302215999999987e2"],["-0.67557220000000029e2","0.58298050000000046e2"],["-0.67571670999999867e2","0.58290833000000134e2"],["-0.67596114999999998e2","0.58284164000000089e2"]],[["-0.78453888000000006e2","0.58539993000000038e2"],["-0.78455565999999862e2","0.58537215999999944e2"],["-0.78463332999999977e2","0.58537498000000028e2"],["-0.78474716000000001e2","0.58541382000000056e2"],["-0.78649993999999936e2","0.58601386999999988e2"],["-0.78672501000000011e2","0.58610549999999989e2"],["-0.78683884000000035e2","0.58620827000000133e2"],["-0.78697495000000004e2","0.58678329000000076e2"],["-0.78698607999999979e2","0.58688599000000011e2"],["-0.78696944999999971e2","0.58690543999999989e2"],["-0.78692764000000011e2","0.58691933000000006e2"],["-0.78665008999999998e2","0.58674995000000081e2"],["-0.78659163999999976e2","0.58669991000000095e2"],["-0.78635284000000013e2","0.58618598999999961e2"],["-0.78631942999999978e2","0.58616386000000034e2"],["-0.78628051999999968e2","0.58614158999999972e2"],[-78.56639100000001,"0.58586104999999918e2"],["-0.78513061999999934e2","0.58563880999999981e2"],["-0.78457229999999981e2","0.58542770000000132e2"],["-0.78453888000000006e2","0.58539993000000038e2"]],[["-0.69194442999999922e2","0.59064712999999983e2"],[-69.18638599999997,"0.59064437999999996e2"],["-0.69180831999999953e2",59.06721500000009],["-0.69178328999999906e2","0.59029715999999951e2"],["-0.69227218999999934e2","0.58971931000000041e2"],["-0.69320281999999963e2","0.58946381000000088e2"],["-0.69327498999999989e2",58.94499200000007],["-0.69338897999999972e2","0.58944434999999999e2"],["-0.69350280999999995e2","0.58946381000000088e2"],["-0.69355559999999969e2","0.58949715000000083e2"],["-0.69360000999999954e2","0.58958603000000039e2"],["-0.69357223999999974e2","0.58964714000000129e2"],["-0.69318344000000025e2",59.02555099999995],["-0.69319457999999997e2","0.59098045000000127e2"],["-0.69353057999999976e2","0.59127213000000097e2"],["-0.69357773000000009e2",59.13499500000006],["-0.69357223999999974e2","0.59139717000000132e2"],["-0.69345550999999944e2","0.59144714000000079e2"],["-0.69339447000000007e2","0.59146103000000039e2"],["-0.69282227000000034e2","0.59154433999999981e2"],["-0.69275283999999942e2","0.59154991000000052e2"],["-0.69198607999999922e2",59.14527099999998],[-69.18638599999997,"0.59138329000000056e2"],[-69.18249499999996,"0.59128601000000003e2"],["-0.69194991999999957e2",59.09415400000006],["-0.69199996999999996e2","0.59077217000000019e2"],["-0.69200561999999877e2","0.59072495000000117e2"],["-0.69198607999999922e2",59.06721500000009],["-0.69194442999999922e2","0.59064712999999983e2"]],[[-80.53443900000002,"0.59369438000000002e2"],["-0.80544158999999979e2","0.59365547000000106e2"],["-0.80552215999999873e2","0.59365829000000133e2"],["-0.80555832000000009e2","0.59369438000000002e2"],["-0.80549437999999952e2","0.59446938000000046e2"],["-0.80537506000000008e2","0.59455268999999987e2"],["-0.80488051999999982e2","0.59477486000000056e2"],["-0.80475554999999929e2","0.59481102000000078e2"],["-0.80465011999999945e2","0.59463882000000126e2"],["-0.80471389999999928e2","0.59454994000000113e2"],["-0.80477218999999934e2","0.59451103000000046e2"],["-0.80520844000000011e2","0.59382767000000058e2"],["-0.80525283999999942e2","0.59377486999999974e2"],[-80.53443900000002,"0.59369438000000002e2"]],[["-0.80277495999999985e2","0.59618599000000131e2"],["-0.80319167999999991e2","0.59612213000000054e2"],["-0.80329726999999991e2","0.59612495000000138e2"],["-0.80340560999999923e2","0.59614158999999972e2"],["-0.80343886999999995e2","0.59619156000000032e2"],["-0.80340835999999967e2","0.59625267000000122e2"],["-0.80295273000000009e2","0.59678329000000019e2"],["-0.80232773000000009e2","0.59725265999999976e2"],["-0.80222228999999857e2","0.59723602000000142e2"],["-0.80171386999999925e2","0.59715271000000087e2"],["-0.80154175000000009e2","0.59709991000000002e2"],[-80.14527899999996,"0.59705550999999957e2"],["-0.80154723999999931e2","0.59682495000000131e2"],["-0.80156661999999983e2","0.59678329000000019e2"],["-0.80170546999999999e2","0.59673881999999992e2"],["-0.80205840999999964e2","0.59665267999999912e2"],["-0.80222777999999892e2","0.59660271000000023e2"],["-0.80229720999999984e2","0.59656380000000127e2"],["-0.80233063000000016e2","0.59651100000000042e2"],["-0.80237212999999997e2","0.59639434999999992e2"],["-0.80240554999999858e2","0.59634163000000058e2"],["-0.80246384000000035e2","0.59629990000000078e2"],["-0.80260833999999988e2",59.623604],["-0.80277495999999985e2","0.59618599000000131e2"]],[["-0.64019729999999925e2","0.59714713999999958e2"],["-0.64124160999999958e2","0.59695267000000115e2"],["-0.64134170999999981e2","0.59695541000000048e2"],["-0.64146118000000001e2","0.59696655000000021e2"],["-0.64157226999999978e2","0.59699715000000083e2"],[-64.16332999999986,"0.59703605999999979e2"],["-0.64204452999999944e2","0.59734436000000017e2"],["-0.64192490000000021e2","0.59765549000000021e2"],["-0.64121933000000013e2","0.59849433999999974e2"],["-0.64115828999999962e2","0.59852776000000063e2"],["-0.64107223999999974e2","0.59854996000000085e2"],["-0.64067504999999926e2","0.59863884000000041e2"],["-0.64061385999999914e2","0.59864440999999943e2"],["-0.64052779999999984e2","0.59859992999999974e2"],["-0.64049727999999959e2","0.59855270000000019e2"],["-0.64047774999999945e2","0.59849433999999974e2"],["-0.64055266999999958e2","0.59835266000000104e2"],["-0.64054442999999992e2","0.59829437000000041e2"],["-0.64042769999999905e2","0.59783882000000062e2"],["-0.64020278999999903e2","0.59781104999999968e2"],["-0.64002791999999943e2","0.59774712000000022e2"],["-0.63959723999999937e2",59.75638600000002],["-0.63959441999999967e2","0.59752220000000136e2"],[-63.99722300000002,"0.59723602000000142e2"],["-0.64011397999999872e2","0.59716385000000059e2"],["-0.64019729999999925e2","0.59714713999999958e2"]],[["-0.80089721999999938e2","0.59751938000000052e2"],["-0.80166945999999996e2","0.59742493000000024e2"],["-0.80177779999999984e2","0.59744156000000089e2"],["-0.80184158000000025e2","0.59747771999999998e2"],["-0.80184722999999963e2","0.59752777000000037e2"],["-0.80128875999999991e2",59.82388300000008],[-80.11500499999994,"0.59837769000000037e2"],["-0.80103057999999976e2","0.59844994000000099e2"],["-0.80015015000000005e2","0.59884995000000117e2"],[-80.00778200000002,"0.59886107999999979e2"],["-0.79946944999999914e2","0.59880272000000105e2"],["-0.79937774999999931e2","0.59877768999999944e2"],["-0.79929992999999911e2","0.59873603999999943e2"],["-0.79884170999999924e2",59.85833000000008],["-0.79878875999999991e2","0.59854713000000118e2"],["-0.79883621000000005e2","0.59849998000000085e2"],["-0.79906661999999926e2","0.59828049000000135e2"],["-0.79922226000000023e2","0.59815544000000045e2"],["-0.79928054999999972e2","0.59811661000000072e2"],["-0.80025283999999942e2","0.59764442000000088e2"],["-0.80089721999999938e2","0.59751938000000052e2"]],[["-0.64427673000000027e2","0.60372932000000048e2"],["-0.64452788999999996e2","0.60357215999999994e2"],["-0.64442763999999897e2","0.60309715000000097e2"],["-0.64438323999999966e2","0.60305550000000096e2"],["-0.64423614999999984e2","0.60282494000000042e2"],["-0.64429442999999935e2","0.60281936999999971e2"],["-0.64438048999999864e2","0.60282494000000042e2"],["-0.64448607999999979e2","0.60284164000000033e2"],[-64.50111400000003,"0.60301933000000133e2"],["-0.64521712999999977e2","0.60310730000000035e2"],["-0.64541106999999954e2","0.60324440000000038e2"],["-0.64557219999999916e2","0.60331383000000017e2"],["-0.64601943999999889e2","0.60350273000000016e2"],["-0.64610001000000011e2","0.60353606999999954e2"],["-0.64632216999999912e2","0.60357498000000021e2"],["-0.64643889999999942e2","0.60357773000000066e2"],["-0.64655562999999972e2","0.60357498000000021e2"],["-0.64666107000000011e2","0.60356940999999949e2"],["-0.64675551999999982e2","0.60355270000000075e2"],["-0.64710007000000019e2","0.60358330000000137e2"],["-0.64728881999999999e2","0.60363327000000083e2"],["-0.64790282999999931e2","0.60391106000000093e2"],["-0.64815552000000025e2","0.60406096999999988e2"],["-0.64831116000000009e2","0.60419159000000036e2"],["-0.64867492999999911e2","0.60450272000000041e2"],["-0.64868606999999997e2","0.60453323000000069e2"],["-0.64868056999999965e2","0.60458885000000009e2"],["-0.64856110000000001e2","0.60473877000000016e2"],[-64.84722899999997,"0.60478874000000133e2"],["-0.64837783999999999e2","0.60482491000000039e2"],["-0.64823058999999944e2","0.60485268000000133e2"],["-0.64639998999999989e2",60.4847180000001],[-64.61860699999994,"0.60477211000000011e2"],["-0.64426940999999943e2","0.60401381999999955e2"],["-0.64423889000000031e2","0.60397216999999955e2"],["-0.64422501000000011e2","0.60391937000000098e2"],["-0.64423889000000031e2","0.60383049000000085e2"],["-0.64427673000000027e2","0.60372932000000048e2"]],[[-68.25140399999998,"0.60230820000000051e2"],["-0.68310546999999985e2","0.60223045000000127e2"],["-0.68340285999999992e2","0.60223320000000001e2"],["-0.68361937999999952e2","0.60225822000000051e2"],["-0.68376937999999996e2","0.60232491000000095e2"],["-0.68387222000000008e2","0.60240829000000076e2"],["-0.68393065999999976e2","0.60249161000000072e2"],["-0.68394729999999981e2","0.60254440000000045e2"],["-0.68395003999999972e2","0.60259995000000117e2"],["-0.68393065999999976e2","0.60276100000000042e2"],["-0.68384170999999924e2",60.29972100000009],[-68.37777699999998,"0.60310271999999998e2"],["-0.68314437999999996e2","0.60390273999999977e2"],["-0.68175277999999992e2",60.53443900000002],["-0.68129439999999931e2","0.60570549000000085e2"],["-0.68119155999999919e2","0.60577217000000076e2"],["-0.68092223999999987e2","0.60581665000000044e2"],["-0.68081679999999949e2","0.60582496999999989e2"],["-0.68035277999999948e2","0.60581107999999972e2"],["-0.67999435000000005e2",60.57749200000012],["-0.67956664999999987e2","0.60566100999999946e2"],["-0.67948607999999922e2","0.60561377999999991e2"],["-0.67887221999999952e2","0.60503883000000087e2"],["-0.67862212999999997e2","0.60488045000000056e2"],["-0.67839721999999995e2","0.60478043000000071e2"],["-0.67831389999999999e2","0.60474990999999989e2"],["-0.67821395999999993e2","0.60472487999999998e2"],["-0.67808043999999938e2","0.60467209000000025e2"],["-0.67803054999999972e2","0.60463051000000064e2"],[-67.79861499999987,"0.60457497000000103e2"],["-0.67794998000000021e2","0.60447769000000051e2"],["-0.67795546999999942e2","0.60443877999999984e2"],[-67.79861499999987,"0.60432213000000104e2"],["-0.67806106999999997e2","0.60417496000000085e2"],["-0.67815276999999924e2","0.60408043000000077e2"],["-0.67836394999999925e2","0.60388603000000103e2"],["-0.67841385000000002e2","0.60384438000000102e2"],["-0.67853333000000021e2","0.60375266999999951e2"],["-0.67885559000000001e2","0.60353606999999954e2"],["-0.67898055999999997e2","0.60345267999999919e2"],["-0.67934433000000013e2","0.60321662999999944e2"],["-0.67965285999999992e2",60.30832700000002],[-67.97222899999997,60.30582400000003],["-0.68167496000000028e2","0.60245544000000109e2"],[-68.17721599999993,"0.60243049999999982e2"],["-0.68205276000000026e2","0.60238045000000113e2"],[-68.25140399999998,"0.60230820000000051e2"]],[["-0.64689986999999917e2","0.60584435000000099e2"],["-0.64697220000000016e2","0.60582214000000022e2"],["-0.64704452999999944e2","0.60582496999999989e2"],["-0.64712783999999942e2","0.60590271000000143e2"],["-0.64713897999999915e2",60.59526800000009],["-0.64713057999999876e2","0.60598877000000073e2"],["-0.64710830999999985e2","0.60602776000000119e2"],["-0.64615554999999858e2","0.60681664000000069e2"],["-0.64610274999999945e2","0.60685265000000129e2"],["-0.64599166999999966e2","0.60689430000000129e2"],["-0.64592772999999909e2","0.60685547000000042e2"],["-0.64590835999999967e2","0.60676659000000029e2"],["-0.64592498999999975e2","0.60666939000000127e2"],["-0.64593886999999995e2","0.60648331000000098e2"],[-64.59584000000001,"0.60645271000000037e2"],["-0.64620543999999995e2","0.60616661000000022e2"],["-0.64631667999999991e2",60.60833000000008],["-0.64638061999999934e2","0.60604996000000085e2"],["-0.64689986999999917e2","0.60584435000000099e2"]],[["-0.78656386999999995e2","0.60702774000000034e2"],["-0.78664718999999991e2","0.60702217000000132e2"],["-0.78674163999999962e2","0.60704711999999972e2"],["-0.78689986999999974e2","0.60712212000000079e2"],["-0.78694716999999912e2","0.60716660000000047e2"],["-0.78698333999999988e2","0.60721656999999936e2"],["-0.78697768999999937e2","0.60724159000000043e2"],["-0.78616393999999957e2","0.60771935000000099e2"],["-0.78573623999999995e2","0.60784163999999919e2"],["-0.78399993999999992e2","0.60809990000000028e2"],["-0.78223891999999978e2","0.60830826000000059e2"],[-78.21945199999999,"0.60823883000000023e2"],["-0.78219161999999983e2","0.60817497000000117e2"],["-0.78221114999999998e2","0.60814156000000082e2"],["-0.78226669000000015e2","0.60808883999999978e2"],["-0.78277221999999995e2","0.60769157000000121e2"],["-0.78285004000000015e2","0.60766106000000093e2"],["-0.78397231999999917e2","0.60743881000000044e2"],[-78.62332200000003,"0.60705551000000128e2"],["-0.78656386999999995e2","0.60702774000000034e2"]],[["-0.69977218999999991e2","0.60933051999999975e2"],["-0.69983886999999982e2",60.93110699999994],["-0.69995269999999948e2","0.60931381000000101e2"],["-0.70003615999999965e2","0.60935265000000072e2"],["-0.70007781999999963e2","0.60939155999999969e2"],["-0.70026107999999965e2","0.60995827000000077e2"],["-0.70025008999999955e2","0.61001937999999996e2"],["-0.70021666999999866e2","0.61008605999999986e2"],["-0.70016662999999994e2","0.61013611000000026e2"],["-0.70009170999999867e2","0.61017768999999987e2"],["-0.70003341999999918e2","0.61020828000000108e2"],["-0.69982772999999895e2","0.61028327999999988e2"],["-0.69964721999999995e2","0.61032768000000033e2"],["-0.69954177999999956e2","0.61033882000000006e2"],["-0.69943603999999993e2","0.61031380000000127e2"],["-0.69931380999999931e2","0.61020271000000037e2"],["-0.69929992999999854e2","0.61016663000000108e2"],["-0.69929717999999923e2","0.61010825999999952e2"],["-0.69930832000000009e2",61.00471500000009],["-0.69933883999999921e2","0.60998047000000099e2"],["-0.69977218999999991e2","0.60933051999999975e2"]],[["-0.64723891999999921e2",61.53833000000003],[-64.71665999999999,"0.61535827999999981e2"],["-0.64706954999999994e2","0.61536658999999986e2"],["-0.64688323999999909e2","0.61535552999999993e2"],["-0.64683318999999869e2","0.61531105000000025e2"],["-0.64675277999999992e2","0.61508606000000043e2"],["-0.64674164000000019e2","0.61503325999999959e2"],["-0.64686935000000005e2","0.61465827999999988e2"],["-0.64705276000000026e2","0.61444153000000142e2"],["-0.64715012000000002e2","0.61433327000000077e2"],["-0.64820557000000008e2","0.61355270000000075e2"],["-0.64866942999999992e2","0.61324164999999994e2"],["-0.64870833999999945e2",61.32249500000006],["-0.64875274999999988e2",61.32249500000006],["-0.64887222000000008e2","0.61324715000000026e2"],["-0.64972503999999958e2","0.61344154000000117e2"],["-0.64977492999999924e2",61.34777100000008],["-0.64985000999999954e2","0.61367493000000138e2"],["-0.65179168999999945e2","0.61466933999999981e2"],[-65.18582200000003,61.47554800000006],["-0.65187499999999943e2","0.61480270000000132e2"],["-0.65190552000000025e2","0.61494995000000074e2"],["-0.65195267000000001e2","0.61499160999999958e2"],["-0.65295272999999895e2","0.61528877000000023e2"],["-0.65329453000000001e2","0.61531937000000084e2"],["-0.65353333000000021e2","0.61534721000000047e2"],[-65.37249799999995,"0.61537216000000058e2"],["-0.65381103999999993e2","0.61540550000000053e2"],[-65.47444200000001,"0.61586936999999978e2"],["-0.65481109999999887e2","0.61590828000000045e2"],["-0.65487777999999935e2","0.61599433999999974e2"],["-0.65486938000000009e2","0.61610825000000091e2"],["-0.65485000999999954e2",61.62193300000007],["-0.65482223999999974e2",61.62860100000006],["-0.65472228999999857e2",61.64027400000009],["-0.65466400000000021e2","0.61644997000000046e2"],["-0.65459441999999854e2","0.61649162000000047e2"],["-0.65453063999999983e2","0.61651932000000102e2"],["-0.65449158000000011e2","0.61653602999999976e2"],["-0.65441375999999934e2","0.61656654000000003e2"],[-65.43582200000003,"0.61658043000000021e2"],["-0.65339721999999938e2","0.61670547000000056e2"],["-0.65247498000000007e2",61.68082400000003],["-0.65174438000000009e2","0.61686935000000119e2"],["-0.65068343999999968e2","0.61693047000000092e2"],["-0.65036391999999921e2","0.61693603999999993e2"],["-0.65018889999999885e2","0.61692490000000021e2"],["-0.65016112999999962e2","0.61692214999999976e2"],[-64.99499499999996,"0.61689987000000031e2"],["-0.64733062999999959e2","0.61659987999999998e2"],["-0.64719161999999983e2","0.61658043000000021e2"],["-0.64646392999999932e2","0.61603882000000112e2"],["-0.64646118000000001e2","0.61599716000000001e2"],["-0.64650833000000034e2","0.61594437000000028e2"],[-64.65972899999997,"0.61588042999999971e2"],["-0.64662780999999995e2","0.61587769000000037e2"],["-0.64714172000000019e2","0.61556381000000044e2"],["-0.64720275999999956e2","0.61551383999999928e2"],["-0.64726104999999961e2","0.61542220999999927e2"],["-0.64723891999999921e2",61.53833000000003]],[["-0.65695266999999888e2",61.776657],[-65.71945199999999,"0.61754165999999998e2"],["-0.65803054999999915e2","0.61755554000000075e2"],["-0.65827224999999942e2","0.61758049000000085e2"],["-0.65891388000000006e2",61.76638800000012],["-0.65903885000000002e2","0.61768326000000059e2"],["-0.65931106999999997e2","0.61778328000000045e2"],["-0.65939163000000008e2","0.61782210999999961e2"],["-0.65944442999999978e2","0.61785828000000095e2"],["-0.65948043999999925e2","0.61790276000000063e2"],[-65.94749499999989,"0.61796104000000014e2"],["-0.65943877999999927e2","0.61799720999999977e2"],["-0.65818344000000025e2","0.61860825000000034e2"],["-0.65809432999999956e2",61.86332700000014],["-0.65789992999999981e2","0.61865547000000106e2"],["-0.65778060999999866e2","0.61865547000000106e2"],["-0.65767501999999979e2","0.61862770000000012e2"],["-0.65718613000000005e2","0.61841102999999976e2"],["-0.65714721999999938e2","0.61836937000000091e2"],["-0.65713622999999984e2","0.61824165000000107e2"],["-0.65695266999999888e2",61.776657]],[["-0.92963897999999972e2","0.61879158000000075e2"],["-0.92995270000000005e2","0.61851105000000132e2"],[-93.00167799999997,"0.61847214000000065e2"],["-0.93051940999999943e2","0.61829437000000041e2"],[-93.07028200000002,"0.61825272000000041e2"],["-0.93079726999999991e2","0.61826941999999974e2"],["-0.93086669999999913e2","0.61829437000000041e2"],["-0.93115828999999962e2","0.61860275000000001e2"],["-0.93120270000000005e2","0.61864441000000113e2"],["-0.93126937999999882e2","0.61868599000000074e2"],["-0.93135833999999988e2","0.61872489999999914e2"],[-93.14805599999994,61.87582400000008],["-0.93179717999999923e2","0.61875549000000092e2"],["-0.93189437999999996e2","0.61874161000000015e2"],["-0.93211120999999935e2","0.61875267000000008e2"],["-0.93218886999999995e2",61.87943300000012],["-0.93223327999999981e2","0.61888329000000056e2"],["-0.93226105000000018e2","0.61908325000000048e2"],["-0.93223617999999931e2","0.61913048000000003e2"],["-0.93218886999999995e2","0.61918884000000048e2"],[-93.20944199999991,"0.61921104000000071e2"],["-0.93072509999999909e2","0.61929993000000138e2"],["-0.93062209999999993e2","0.61930550000000039e2"],[-92.96945199999999,"0.61888329000000056e2"],["-0.92962783999999999e2","0.61884162999999944e2"],["-0.92963897999999972e2","0.61879158000000075e2"]],[["-0.64916106999999954e2","0.61719437000000084e2"],["-0.64926940999999943e2","0.61718880000000013e2"],["-0.64951950000000011e2","0.61722488000000112e2"],[-65.14805599999994,"0.61780548000000067e2"],["-0.65156661999999926e2","0.61783882000000062e2"],["-0.65210555999999883e2","0.61816940000000045e2"],["-0.65214721999999881e2","0.61821938000000046e2"],["-0.65251953000000015e2","0.61869713000000047e2"],["-0.65255843999999968e2","0.61885551000000078e2"],["-0.65255004999999926e2","0.61901657000000057e2"],["-0.65249435000000005e2",61.91027100000008],["-0.65245270000000005e2","0.61914711000000125e2"],["-0.65189712999999983e2","0.61945540999999992e2"],["-0.65170273000000009e2","0.61947769000000108e2"],["-0.65156951999999876e2","0.61946938000000102e2"],["-0.65080291999999929e2","0.61931107000000111e2"],["-0.65074448000000018e2","0.61928329000000133e2"],[-65.06806899999998,"0.61923882000000049e2"],["-0.65039169000000015e2","0.61899719000000118e2"],["-0.64980834999999956e2","0.61885826000000066e2"],["-0.64893341000000021e2","0.61829994000000113e2"],["-0.64886948000000018e2","0.61825554000000068e2"],["-0.64828887999999893e2","0.61766662999999994e2"],["-0.64825835999999981e2","0.61761939999999981e2"],["-0.64825287000000003e2","0.61758330999999998e2"],["-0.64828887999999893e2","0.61752220000000079e2"],[-64.83555599999994,"0.61748877999999991e2"],["-0.64858046999999942e2","0.61739158999999972e2"],["-0.64889449999999954e2","0.61725822000000107e2"],["-0.64906112999999948e2","0.61721100000000035e2"],["-0.64916106999999954e2","0.61719437000000084e2"]],[["-0.65852492999999924e2","0.62084717000000012e2"],["-0.65869155999999919e2","0.62079720000000123e2"],["-0.65889998999999989e2","0.62080551000000128e2"],["-0.65913329999999974e2","0.62084990999999945e2"],["-0.66009734999999978e2","0.62116661000000079e2"],["-0.66016662999999994e2","0.62120543999999995e2"],["-0.66020279000000016e2","0.62124435000000062e2"],["-0.66021118000000001e2","0.62128326000000129e2"],["-0.66020843999999954e2","0.62131660000000124e2"],["-0.66014724999999942e2","0.62136658000000125e2"],["-0.65991942999999935e2","0.62141380000000026e2"],["-0.65928054999999972e2",62.151657],[-65.904449,"0.62152771000000143e2"],["-0.65853607000000011e2","0.62131104000000107e2"],["-0.65845000999999911e2","0.62124992000000134e2"],[-65.83555599999994,"0.62115272999999945e2"],["-0.65835830999999928e2","0.62099716000000114e2"],["-0.65843886999999995e2","0.62088599999999985e2"],["-0.65852492999999924e2","0.62084717000000012e2"]],[["-0.92223617999999931e2","0.62355552999999986e2"],["-0.92306106999999997e2","0.62351661999999919e2"],["-0.92339721999999995e2","0.62354712999999947e2"],[-92.34973100000002,"0.62356659000000036e2"],["-0.92371932999999956e2","0.62386939999999925e2"],["-0.92372498000000007e2","0.62391937000000041e2"],["-0.92354445999999939e2","0.62410820000000115e2"],["-0.92347777999999948e2","0.62414436000000023e2"],["-0.92319457999999941e2","0.62415268000000083e2"],["-0.92308333999999945e2","0.62414436000000023e2"],["-0.92162216000000001e2","0.62402214000000015e2"],["-0.92139724999999999e2","0.62399719000000005e2"],["-0.92141112999999905e2","0.62394714000000135e2"],[-92.15834000000001,"0.62390549000000135e2"],["-0.92223617999999931e2","0.62355552999999986e2"]],[["-0.79540558000000033e2","0.62411102000000028e2"],["-0.79449996999999939e2","0.62382767000000001e2"],["-0.79442764000000011e2","0.62379990000000078e2"],["-0.79433883999999978e2","0.62371376000000055e2"],["-0.79429168999999945e2","0.62361664000000076e2"],["-0.79427215999999987e2","0.62356102000000135e2"],["-0.79424438000000009e2","0.62344154000000117e2"],["-0.79420546999999942e2","0.62339989000000116e2"],["-0.79359160999999972e2","0.62296104000000071e2"],["-0.79347228999999913e2","0.62288886999999988e2"],["-0.79328613000000018e2","0.62283332999999971e2"],["-0.79272780999999952e2","0.62262215000000083e2"],["-0.79266112999999962e2","0.62258048999999971e2"],["-0.79260833999999988e2","0.62253608999999983e2"],["-0.79256393000000003e2","0.62244438000000002e2"],["-0.79255568999999923e2",62.23971599999993],["-0.79261397999999929e2","0.62163605000000018e2"],["-0.79262222000000008e2","0.62158882000000062e2"],["-0.79329726999999991e2",62.01527400000009],["-0.79353881999999999e2","0.61999718000000144e2"],["-0.79396392999999932e2","0.61968879999999956e2"],["-0.79457229999999925e2","0.61893883000000017e2"],["-0.79461944999999957e2","0.61881660000000011e2"],["-0.79465560999999923e2","0.61876099000000124e2"],["-0.79524445000000014e2","0.61811378000000104e2"],["-0.79541320999999925e2","0.61799789000000089e2"],["-0.79552779999999927e2","0.61796386999999982e2"],["-0.79568344000000025e2","0.61790276000000063e2"],["-0.79583618000000001e2",61.783051],["-0.79596664000000033e2","0.61774436999999978e2"],["-0.79605269999999962e2","0.61765273999999977e2"],["-0.79611114999999984e2","0.61754440000000102e2"],["-0.79612777999999992e2","0.61742767000000072e2"],["-0.79611938000000009e2",61.738045],["-0.79608336999999949e2","0.61732208000000014e2"],["-0.79606110000000001e2","0.61726654000000053e2"],["-0.79605559999999969e2","0.61721100000000035e2"],["-0.79607498000000021e2","0.61708885000000123e2"],["-0.79628875999999934e2","0.61669158999999979e2"],["-0.79632216999999969e2","0.61664993000000038e2"],["-0.79642226999999991e2","0.61655822999999998e2"],[-79.65695199999999,"0.61642494000000113e2"],["-0.79740828999999962e2","0.61588600000000099e2"],[-79.75389100000001,"0.61580276000000026e2"],["-0.79761397999999929e2","0.61576942000000031e2"],[-79.779449,"0.61571938000000102e2"],["-0.79805831999999896e2","0.61568054000000075e2"],["-0.79827788999999939e2","0.61566665999999998e2"],["-0.79846114999999941e2","0.61569992000000013e2"],[-79.87110899999999,"0.61609717999999987e2"],["-0.79954178000000013e2","0.61683601000000124e2"],[-80.06806899999998,"0.61745270000000062e2"],["-0.80079453000000001e2","0.61747772000000111e2"],["-0.80092223999999987e2","0.61748046999999929e2"],["-0.80138610999999912e2","0.61748604000000057e2"],["-0.80161941999999954e2","0.61748604000000057e2"],["-0.80173324999999977e2","0.61750275000000101e2"],["-0.80191665999999884e2","0.61755554000000075e2"],["-0.80205276000000026e2","0.61762772000000098e2"],["-0.80275283999999999e2","0.61806656000000032e2"],[-80.27806099999998,"0.61810272000000055e2"],["-0.80278884999999946e2","0.61816382999999973e2"],["-0.80291381999999942e2","0.61929993000000138e2"],["-0.80295273000000009e2","0.61983604000000014e2"],["-0.80268616000000009e2","0.62107215999999994e2"],["-0.80266662999999994e2","0.62111382000000049e2"],["-0.80198607999999979e2",62.1988750000001],["-0.80180283000000031e2","0.62217491000000109e2"],["-0.80017501999999979e2","0.62358604000000014e2"],["-0.80009445000000028e2","0.62362495000000081e2"],["-0.79981383999999935e2","0.62374161000000072e2"],["-0.79947220000000016e2","0.62386108000000036e2"],["-0.79938048999999978e2","0.62388603000000046e2"],["-0.79919723999999974e2","0.62393051000000014e2"],["-0.79900283999999999e2","0.62395828000000108e2"],["-0.79842772999999909e2","0.62403603000000032e2"],["-0.79833617999999944e2","0.62404160000000104e2"],["-0.79730834999999956e2","0.62399162000000103e2"],["-0.79605559999999969e2",62.41304800000006],["-0.79584166999999979e2","0.62417213000000061e2"],["-0.79561934999999892e2","0.62417213000000061e2"],["-0.79540558000000033e2","0.62411102000000028e2"]],[["-0.92411117999999931e2",62.39388300000013],["-0.92420546999999942e2","0.62391663000000108e2"],["-0.92431380999999988e2","0.62391663000000108e2"],["-0.92440825999999959e2","0.62393608000000086e2"],["-0.92529175000000009e2","0.62378326000000072e2"],["-0.92539443999999946e2","0.62377212999999983e2"],["-0.92561385999999914e2","0.62377486999999917e2"],["-0.92583892999999989e2","0.62379990000000078e2"],["-0.92595839999999953e2","0.62382491999999957e2"],["-0.92600554999999986e2","0.62386939999999925e2"],["-0.92600280999999995e2","0.62392494000000113e2"],["-0.92596953999999926e2","0.62397774000000027e2"],["-0.92592772999999966e2",62.40248900000006],["-0.92539992999999981e2","0.62428329000000019e2"],["-0.92531112999999948e2","0.62431380999999931e2"],["-0.92410278000000005e2","0.62408882000000006e2"],["-0.92403884999999946e2","0.62404709000000025e2"],["-0.92405563000000029e2","0.62399436999999921e2"],["-0.92411117999999931e2",62.39388300000013]],[["-0.64653884999999946e2","0.62540833000000021e2"],["-0.64580840999999964e2","0.62538605000000075e2"],["-0.64559722999999963e2","0.62554161000000022e2"],["-0.64559998000000007e2",62.55860100000001],["-0.64555556999999965e2","0.62560822000000144e2"],["-0.64549727999999959e2",62.56221000000005],["-0.64397506999999962e2","0.62536385000000053e2"],["-0.64389724999999999e2","0.62533882000000062e2"],["-0.64385284000000013e2","0.62531105000000139e2"],["-0.64382767000000001e2","0.62525825999999995e2"],["-0.64382767000000001e2","0.62511383000000137e2"],[-64.39416499999993,"0.62461379999999963e2"],["-0.64477218999999991e2","0.62408043000000021e2"],["-0.64528609999999958e2","0.62386658000000068e2"],[-64.59056099999998,"0.62367210000000114e2"],["-0.64598891999999978e2","0.62366385999999977e2"],["-0.64653610000000015e2","0.62372490000000028e2"],["-0.64772781000000009e2","0.62386383000000023e2"],[-64.87110899999999,"0.62406380000000127e2"],["-0.64926666000000012e2",62.41832700000009],["-0.64937209999999993e2","0.62421103999999957e2"],["-0.64945830999999998e2","0.62424438000000123e2"],["-0.64952498999999875e2","0.62428329000000019e2"],["-0.64953887999999949e2","0.62431380999999931e2"],["-0.64965835999999911e2","0.62465827999999931e2"],["-0.64846114999999998e2","0.62555267000000015e2"],["-0.64815552000000025e2","0.62559714999999983e2"],["-0.64797500999999954e2","0.62561378000000104e2"],["-0.64766953000000001e2","0.62562767000000122e2"],["-0.64753066999999987e2","0.62562492000000077e2"],["-0.64741669000000002e2","0.62560822000000144e2"],["-0.64653884999999946e2","0.62540833000000021e2"]],[["-0.78008347000000015e2","0.62593605000000082e2"],[-77.86721799999998,"0.62589157000000114e2"],["-0.77850554999999986e2","0.62582771000000037e2"],["-0.77841674999999952e2","0.62568054000000018e2"],["-0.77837783999999999e2","0.62556938000000116e2"],["-0.77840835999999911e2","0.62549995000000081e2"],["-0.77844726999999978e2","0.62544716000000108e2"],["-0.77852782999999988e2","0.62541664000000026e2"],[-77.86221299999994,62.53943600000008],["-0.77873046999999985e2","0.62537773000000129e2"],["-0.77885009999999966e2","0.62537498000000141e2"],["-0.77913054999999929e2",62.53943600000008],["-0.78103333000000021e2","0.62559158000000082e2"],["-0.78113051999999925e2",62.56221000000005],["-0.78114440999999943e2","0.62570549000000085e2"],["-0.78111664000000019e2","0.62578049000000135e2"],["-0.78107772999999952e2","0.62582771000000037e2"],["-0.78105835000000013e2","0.62583328000000108e2"],["-0.78047500999999897e2","0.62591934000000037e2"],["-0.78030838000000017e2","0.62593323000000055e2"],["-0.78019164999999987e2","0.62591934000000037e2"],["-0.78008347000000015e2","0.62593605000000082e2"]],[["-0.77805267000000015e2","0.62592491000000109e2"],["-0.77727218999999934e2","0.62585822999999948e2"],["-0.77665832999999907e2","0.62586655000000064e2"],["-0.77628052000000025e2","0.62588326000000109e2"],["-0.77621384000000035e2","0.62584435000000042e2"],["-0.77637787000000003e2","0.62570831000000112e2"],["-0.77651108000000022e2","0.62563881000000094e2"],["-0.77659164000000033e2","0.62560822000000144e2"],["-0.77734725999999966e2","0.62535827999999981e2"],["-0.77745270000000005e2","0.62534163999999976e2"],["-0.77758620999999891e2","0.62535553000000107e2"],["-0.77780288999999925e2","0.62539161999999976e2"],["-0.77808608999999933e2","0.62546660999999915e2"],["-0.77813613999999973e2","0.62551102000000014e2"],["-0.77831116000000009e2","0.62590271000000087e2"],["-0.77831679999999949e2","0.62595825000000104e2"],["-0.77821121000000005e2","0.62596099999999922e2"],["-0.77809433000000013e2",62.59415400000006],["-0.77805267000000015e2","0.62592491000000109e2"]],[["-0.64983063000000016e2","0.62528046000000018e2"],["-0.65007232999999928e2","0.62526382000000012e2"],["-0.65096389999999985e2","0.62534996000000035e2"],["-0.65119720000000029e2","0.62537498000000141e2"],["-0.65131942999999978e2","0.62539719000000048e2"],["-0.65138061999999991e2","0.62542770000000075e2"],["-0.65141677999999956e2",62.54694400000011],["-0.65137787000000003e2","0.62550544999999943e2"],["-0.65022507000000019e2","0.62594994000000099e2"],[-65.00306699999993,"0.62598877000000016e2"],["-0.64972503999999958e2","0.62602493000000095e2"],["-0.64909163999999976e2","0.62604438999999957e2"],["-0.64892501999999979e2","0.62598877000000016e2"],["-0.64884734999999921e2",62.59415400000006],["-0.64843886999999938e2","0.62582771000000037e2"],["-0.64839447000000007e2",62.57777399999992],["-0.64860824999999863e2","0.62561378000000104e2"],["-0.64866104000000007e2","0.62558044000000109e2"],["-0.64874435000000005e2","0.62554709999999943e2"],["-0.64965285999999878e2","0.62531380000000013e2"],["-0.64972778000000005e2","0.62529716000000008e2"],["-0.64983063000000016e2","0.62528046000000018e2"]],[["-0.91572783999999956e2","0.62627487000000087e2"],["-0.91578612999999962e2",62.62193300000007],["-0.91668059999999912e2","0.62649162000000047e2"],["-0.91683059999999955e2","0.62662209000000075e2"],["-0.91685546999999985e2","0.62666939000000127e2"],[-91.67582699999997,"0.62669159000000093e2"],["-0.91663329999999974e2","0.62665543000000071e2"],["-0.91655272999999909e2","0.62662209000000075e2"],["-0.91581954999999994e2","0.62641380000000083e2"],["-0.91575561999999934e2","0.62637215000000083e2"],["-0.91571121000000005e2","0.62632767000000115e2"],["-0.91572783999999956e2","0.62627487000000087e2"]],[["-0.90979995999999971e2","0.62657767999999976e2"],["-0.90990279999999984e2","0.62656654000000003e2"],["-0.91003341999999918e2","0.62657211000000075e2"],["-0.91098891999999921e2","0.62654433999999981e2"],["-0.91244719999999973e2","0.62669991000000039e2"],["-0.91256393000000003e2","0.62671936000000017e2"],["-0.91266952999999944e2","0.62675552000000096e2"],["-0.91271117999999944e2","0.62679992999999968e2"],["-0.91267226999999991e2","0.62685546999999985e2"],["-0.91226944000000003e2","0.62691658000000075e2"],["-0.91173049999999989e2","0.62691375999999991e2"],["-0.91080291999999986e2","0.62686935000000062e2"],["-0.91056106999999997e2","0.62681664000000069e2"],["-0.90981673999999998e2","0.62661376999999959e2"],["-0.90979995999999971e2","0.62657767999999976e2"]],[["-0.74347778000000005e2","0.62679436000000067e2"],["-0.74309998000000007e2","0.62679161000000079e2"],["-0.74285552999999993e2","0.62679992999999968e2"],[-74.25028999999995,"0.62682495000000074e2"],["-0.74216109999999958e2","0.62684990000000084e2"],["-0.74181670999999994e2","0.62688880999999981e2"],["-0.74158889999999985e2","0.62688880999999981e2"],["-0.74145843999999954e2","0.62687767000000008e2"],["-0.74015839000000028e2","0.62664993000000038e2"],["-0.74009170999999981e2","0.62662490999999932e2"],["-0.73959732000000031e2",62.62082700000002],["-0.73958054000000004e2","0.62616661000000136e2"],["-0.73958054000000004e2","0.62612495000000024e2"],["-0.73962508999999955e2","0.62607772999999952e2"],["-0.73969727000000034e2","0.62604163999999969e2"],["-0.73988602000000014e2","0.62602218999999991e2"],["-0.74128875999999877e2","0.62600829999999974e2"],["-0.74154448999999886e2","0.62601105000000018e2"],["-0.74169158999999922e2","0.62602218999999991e2"],["-0.74183608999999933e2","0.62603882000000056e2"],["-0.74333618000000001e2",62.62943300000012],["-0.74541381999999942e2","0.62668327000000033e2"],["-0.74551102000000014e2","0.62670829999999967e2"],["-0.74586394999999925e2","0.62683051999999975e2"],["-0.74617217999999923e2","0.62696098000000063e2"],["-0.74639724999999999e2","0.62706383000000017e2"],[-74.64973399999991,"0.62712769000000094e2"],["-0.74651397999999858e2","0.62716934000000094e2"],["-0.74645844000000011e2","0.62720824999999991e2"],["-0.74537215999999944e2","0.62748878000000104e2"],["-0.74526671999999905e2","0.62748878000000104e2"],["-0.74519164999999873e2","0.62747772000000111e2"],["-0.74482772999999952e2","0.62739716000000044e2"],["-0.74392226999999934e2","0.62687210000000107e2"],["-0.74379989999999964e2","0.62682495000000074e2"],["-0.74374160999999958e2","0.62681381000000101e2"],["-0.74347778000000005e2","0.62679436000000067e2"]],[["-0.70711670000000026e2",62.81499500000001],["-0.70659728999999913e2",62.79833200000013],["-0.70587783999999999e2","0.62774162000000103e2"],["-0.70547500999999954e2","0.62765273999999977e2"],["-0.70415557999999976e2","0.62729156000000103e2"],["-0.70396956999999986e2","0.62723045000000013e2"],["-0.70226104999999961e2","0.62603049999999996e2"],["-0.70217772999999966e2","0.62594437000000028e2"],["-0.70212218999999948e2","0.62584160000000054e2"],["-0.70211120999999991e2","0.62579163000000108e2"],["-0.70211945000000014e2",62.57777399999992],["-0.70264724999999999e2","0.62559158000000082e2"],["-0.70283324999999991e2",62.55443600000001],["-0.70373610999999926e2","0.62533332999999914e2"],["-0.70393065999999976e2","0.62530273000000079e2"],["-0.70414444000000003e2","0.62529434000000094e2"],["-0.70466659999999933e2",62.53166200000004],["-0.70501113999999973e2","0.62533607000000075e2"],["-0.70686385999999914e2","0.62546104000000014e2"],["-0.70723891999999978e2","0.62550270000000125e2"],["-0.70746383999999978e2","0.62554709999999943e2"],["-0.70765015000000005e2","0.62560547000000099e2"],["-0.70770844000000011e2","0.62564712999999983e2"],["-0.70819732999999985e2","0.62604713000000118e2"],["-0.70825011999999958e2","0.62614441000000113e2"],["-0.70854445999999939e2","0.62713608000000079e2"],["-0.70846663999999976e2","0.62766106000000036e2"],["-0.70945540999999935e2","0.62798050000000046e2"],[-71.01916499999993,"0.62811934999999949e2"],["-0.71032500999999968e2",62.81249200000002],["-0.71043334999999956e2","0.62811934999999949e2"],["-0.71051665999999955e2","0.62810547000000042e2"],["-0.71106383999999935e2",62.80082700000014],["-0.71141113000000018e2","0.62794998000000135e2"],["-0.71148620999999935e2","0.62794998000000135e2"],[-71.15834000000001,"0.62797217999999987e2"],["-0.71176101999999958e2","0.62809158000000082e2"],["-0.71240554999999972e2","0.62876380999999981e2"],["-0.71241378999999995e2","0.62881378000000097e2"],["-0.71236389000000031e2","0.62886658000000125e2"],["-0.71229445999999882e2","0.62888046000000031e2"],["-0.71191100999999946e2","0.62884720000000016e2"],["-0.71073897999999929e2","0.62871933000000013e2"],["-0.70788054999999929e2","0.62836104999999975e2"],["-0.70760283999999956e2","0.62829994000000056e2"],["-0.70711670000000026e2",62.81499500000001]],[["-0.66368331999999953e2",62.83526599999999],["-0.66373885999999857e2","0.62833603000000096e2"],["-0.66386123999999995e2","0.62834434999999985e2"],["-0.66490279999999984e2","0.62855270000000132e2"],["-0.66505279999999971e2","0.62861382000000106e2"],["-0.66601669000000015e2","0.62906654000000117e2"],["-0.66593886999999938e2","0.62911934000000031e2"],["-0.66574172999999973e2","0.62913048000000003e2"],["-0.66547775000000001e2","0.62910545000000013e2"],["-0.66540282999999931e2","0.62907493999999986e2"],["-0.66441939999999988e2","0.62871101000000124e2"],["-0.66377776999999924e2","0.62843322999999998e2"],["-0.66370270000000005e2","0.62839713999999958e2"],["-0.66368331999999953e2",62.83526599999999]],[[-81.87110899999999,"0.62928329000000133e2"],["-0.81865554999999972e2","0.62923324999999977e2"],["-0.81864165999999955e2","0.62919990999999982e2"],[-81.90695199999999,"0.62866386000000091e2"],["-0.81926101999999958e2","0.62744156000000032e2"],["-0.81924712999999997e2","0.62739158999999972e2"],["-0.81923889000000031e2","0.62733046999999942e2"],["-0.81924164000000019e2","0.62728325000000041e2"],["-0.81926101999999958e2","0.62723602000000085e2"],["-0.81929169000000002e2","0.62719437000000084e2"],["-0.81938598999999954e2","0.62709991000000116e2"],["-0.81958892999999989e2","0.62697768999999937e2"],["-0.81973052999999993e2","0.62689713000000097e2"],["-0.82102218999999991e2","0.62629158000000132e2"],[-82.1875,"0.62599433999999917e2"],["-0.82277785999999935e2","0.62584160000000054e2"],["-0.82286941999999897e2","0.62581664999999987e2"],["-0.82315552000000025e2","0.62571663000000058e2"],["-0.82369155999999919e2","0.62547493000000031e2"],["-0.82381667999999991e2",62.53943600000008],["-0.82387786999999946e2","0.62534721000000047e2"],[-82.40194699999995,"0.62520546000000138e2"],[-82.40834000000001,"0.62509720000000016e2"],["-0.82408889999999928e2","0.62496657999999968e2"],["-0.82414444000000003e2","0.62478043000000071e2"],["-0.82425811999999951e2","0.62469986000000063e2"],["-0.82442214999999919e2","0.62458603000000096e2"],["-0.82449722000000008e2","0.62455269000000101e2"],["-0.82499434999999949e2","0.62438599000000124e2"],["-0.82533889999999985e2","0.62428604000000064e2"],["-0.82551940999999999e2","0.62423881999999992e2"],["-0.82583617999999944e2","0.62412766000000033e2"],["-0.82621384000000035e2","0.62395271000000037e2"],["-0.82641113000000018e2","0.62385269000000051e2"],["-0.82647232000000031e2",62.38110400000005],["-0.82670273000000009e2",62.35943600000013],["-0.82688599000000011e2","0.62341103000000089e2"],["-0.82713057999999933e2","0.62321381000000031e2"],["-0.82731383999999935e2","0.62309990000000084e2"],["-0.82743606999999997e2","0.62302489999999977e2"],["-0.82769164999999987e2","0.62290276000000006e2"],["-0.82985549999999989e2","0.62209717000000126e2"],["-0.83001953000000015e2","0.62204437000000041e2"],["-0.83087783999999999e2","0.62178879000000109e2"],["-0.83121932999999956e2","0.62173050000000103e2"],["-0.83136397999999986e2","0.62173050000000103e2"],["-0.83143889999999999e2","0.62176659000000086e2"],["-0.83150832999999977e2","0.62182770000000005e2"],[-83.15943900000002,"0.62198600999999996e2"],["-0.83168059999999912e2","0.62207497000000103e2"],["-0.83176392000000021e2","0.62213051000000064e2"],["-0.83198607999999979e2","0.62222214000000065e2"],["-0.83249435000000005e2","0.62240829000000019e2"],["-0.83275832999999977e2","0.62248604000000114e2"],["-0.83308043999999882e2","0.62252777000000037e2"],["-0.83322784000000013e2","0.62253052000000082e2"],["-0.83337783999999942e2","0.62252219999999966e2"],["-0.83359726000000023e2","0.62249718000000087e2"],["-0.83405562999999972e2","0.62238884000000041e2"],["-0.83471938999999907e2","0.62222763000000043e2"],["-0.83480835000000013e2","0.62219986000000119e2"],["-0.83498885999999914e2","0.62213326000000109e2"],["-0.83513335999999924e2",62.20638300000013],["-0.83539992999999924e2","0.62191933000000006e2"],[-83.57417299999986,"0.62176384000000098e2"],["-0.83639174999999966e2","0.62151100000000099e2"],["-0.83653885000000002e2","0.62145827999999995e2"],["-0.83672774999999945e2","0.62141106000000093e2"],["-0.83683318999999983e2","0.62139717000000076e2"],["-0.83703887999999949e2","0.62141662999999994e2"],["-0.83709441999999967e2","0.62144440000000088e2"],["-0.83713897999999972e2","0.62147216999999955e2"],[-83.71833799999996,"0.62152214000000072e2"],["-0.83722778000000005e2","0.62160271000000023e2"],["-0.83722778000000005e2","0.62167213000000118e2"],["-0.83718063000000029e2",62.17943600000001],["-0.83711945000000014e2","0.62217209000000025e2"],["-0.83711669999999913e2","0.62235825000000034e2"],["-0.83721389999999985e2","0.62281662000000097e2"],["-0.83722778000000005e2","0.62286385000000109e2"],["-0.83725829999999917e2","0.62295273000000066e2"],["-0.83731673999999998e2","0.62303604000000007e2"],["-0.83738892000000021e2","0.62306937999999946e2"],["-0.83756667999999991e2","0.62312492000000134e2"],["-0.83783324999999991e2",62.31888600000002],["-0.83806655999999975e2","0.62326385000000016e2"],["-0.83824448000000018e2","0.62337212000000022e2"],["-0.83902495999999871e2","0.62387497000000053e2"],["-0.83918610000000001e2","0.62399162000000103e2"],["-0.83933608999999876e2","0.62412209000000132e2"],["-0.83942489999999964e2","0.62421661000000029e2"],["-0.83945267000000001e2",62.42721599999993],["-0.83946654999999964e2","0.62434158000000025e2"],["-0.83946654999999964e2","0.62440269000000114e2"],["-0.83945267000000001e2","0.62447212000000093e2"],["-0.83939162999999951e2","0.62457497000000046e2"],["-0.83914168999999958e2","0.62478600000000142e2"],["-0.83908339999999953e2","0.62482764999999972e2"],["-0.83869445999999982e2","0.62501105999999936e2"],["-0.83853058000000033e2","0.62508049000000142e2"],["-0.83814437999999996e2","0.62523880000000077e2"],["-0.83741378999999995e2","0.62551658999999916e2"],["-0.83704177999999956e2","0.62569443000000035e2"],["-0.83698043999999925e2","0.62573051000000135e2"],["-0.83570007000000032e2","0.62675270000000012e2"],["-0.83559433000000013e2","0.62684157999999968e2"],["-0.83550277999999935e2",62.69999700000011],["-0.83545546999999999e2","0.62712212000000022e2"],["-0.83545546999999999e2",62.71776600000004],["-0.83551392000000021e2","0.62726653999999996e2"],["-0.83555831999999953e2","0.62731659000000036e2"],["-0.83558884000000035e2","0.62743881000000044e2"],["-0.83533614999999884e2","0.62810272000000055e2"],["-0.83527495999999928e2",62.8211060000001],["-0.83523055999999997e2","0.62825271999999984e2"],["-0.83516953000000001e2","0.62829994000000056e2"],["-0.83400283999999999e2","0.62897491000000116e2"],["-0.83374160999999958e2","0.62906937000000084e2"],[-83.31082200000003,"0.62924438000000066e2"],["-0.83298614999999984e2","0.62925827000000027e2"],["-0.83211670000000026e2","0.62913605000000075e2"],["-0.83204177999999956e2",62.91027100000008],["-0.83198333999999988e2","0.62906654000000117e2"],["-0.83193877999999984e2","0.62901932000000045e2"],["-0.83182495000000017e2","0.62881378000000097e2"],["-0.83178054999999915e2","0.62876380999999981e2"],["-0.83156112999999948e2","0.62860549999999989e2"],["-0.83142501999999979e2","0.62854439000000127e2"],["-0.83124709999999936e2",62.84804500000007],["-0.83108337000000006e2","0.62843322999999998e2"],["-0.83087509000000011e2","0.62840271000000087e2"],["-0.83061935000000005e2","0.62837493999999992e2"],["-0.83041107000000011e2","0.62837212000000079e2"],["-0.83021392999999989e2","0.62838599999999985e2"],["-0.83001677999999913e2","0.62842491000000052e2"],["-0.82982223999999917e2","0.62847771000000137e2"],["-0.82857497999999964e2",62.88999200000012],["-0.82825561999999991e2",62.90277100000003],["-0.82793335000000013e2","0.62915543000000014e2"],["-0.82759734999999921e2","0.62926940999999999e2"],["-0.82751952999999901e2","0.62928878999999938e2"],["-0.82694442999999978e2","0.62939430000000073e2"],["-0.82652221999999995e2","0.62943878000000041e2"],[-82.62470999999988,"0.62945540999999935e2"],["-0.82606658999999979e2","0.62945540999999935e2"],["-0.82573623999999995e2","0.62943878000000041e2"],["-0.82540833000000021e2","0.62939430000000073e2"],["-0.82507781999999963e2","0.62933601000000067e2"],["-0.82461394999999982e2","0.62927489999999977e2"],["-0.82436110999999983e2","0.62925270000000125e2"],["-0.82420837000000006e2","0.62924995000000138e2"],["-0.82398055999999883e2","0.62927489999999977e2"],["-0.82381377999999984e2","0.62932770000000005e2"],["-0.82378052000000025e2","0.62936377999999934e2"],["-0.82376389000000017e2","0.62941101000000117e2"],["-0.82379165999999998e2","0.62946655000000135e2"],["-0.82383620999999948e2",62.95138500000013],["-0.82379989999999964e2","0.62957497000000103e2"],[-82.37222300000002,"0.62960274000000027e2"],["-0.82292770000000019e2",62.98333000000008],["-0.82266662999999937e2","0.62989159000000086e2"],["-0.82239440999999999e2","0.62990273000000059e2"],["-0.82185821999999916e2","0.62979988000000105e2"],["-0.82121932999999956e2","0.62966660000000104e2"],["-0.82008057000000008e2","0.62954993999999942e2"],[-81.94027699999998,62.95387999999997],["-0.81911666999999966e2","0.62952217000000076e2"],["-0.81905838000000017e2","0.62949997000000053e2"],[-81.87110899999999,"0.62928329000000133e2"]],[["-0.66825561999999991e2","0.62984161000000086e2"],["-0.66831389999999999e2","0.62982765000000029e2"],["-0.66871384000000035e2","0.62988884000000041e2"],["-0.66881942999999978e2","0.62991661000000136e2"],["-0.66889450000000011e2","0.62995269999999948e2"],["-0.67069457999999997e2","0.63107498000000021e2"],["-0.67032776000000013e2","0.63103881999999999e2"],["-0.66965285999999992e2","0.63082496999999989e2"],["-0.66952224999999999e2","0.63078049000000021e2"],["-0.66946105999999872e2",63.07499700000011],["-0.66944442999999922e2","0.63072768999999994e2"],["-0.66930557000000022e2","0.63066939999999988e2"],["-0.66917496000000028e2","0.63059715000000097e2"],["-0.66907501000000025e2","0.63052773000000002e2"],["-0.66830001999999922e2","0.62992493000000081e2"],["-0.66826950000000011e2","0.62989990000000091e2"],["-0.66825011999999958e2","0.62985550000000046e2"],["-0.66825561999999991e2","0.62984161000000086e2"]],[["-0.67764450000000011e2","0.63162491000000045e2"],["-0.67775833000000034e2",63.1616590000001],["-0.67787505999999951e2","0.63163048000000117e2"],[-67.79861499999987,"0.63165543000000127e2"],["-0.67806380999999988e2","0.63168602000000135e2"],["-0.67851943999999946e2","0.63191376000000105e2"],["-0.67863327000000027e2","0.63199158000000011e2"],["-0.67876388999999961e2","0.63211937000000091e2"],["-0.67876937999999996e2","0.63216933999999981e2"],[-67.875,63.22304500000007],["-0.67866393999999957e2","0.63232491000000039e2"],["-0.67852218999999877e2","0.63244438000000002e2"],[-67.84445199999999,"0.63247215000000097e2"],["-0.67839721999999995e2","0.63247215000000097e2"],["-0.67831954999999994e2","0.63244155999999919e2"],["-0.67821945000000028e2","0.63236656000000039e2"],["-0.67822234999999921e2","0.63233330000000024e2"],["-0.67816101000000003e2",63.23054499999995],["-0.67791671999999949e2","0.63214996000000042e2"],["-0.67769454999999994e2","0.63198326000000122e2"],["-0.67746108999999933e2","0.63178879000000109e2"],["-0.67744720000000029e2","0.63173050000000103e2"],["-0.67746384000000035e2","0.63166939000000013e2"],["-0.67764450000000011e2","0.63162491000000045e2"]],[["-0.67925003000000004e2","0.63183327000000077e2"],["-0.67956116000000009e2","0.63181107000000054e2"],[-67.966949,"0.63183875999999998e2"],["-0.68000838999999985e2","0.63208046000000024e2"],["-0.68017226999999991e2","0.63220543000000021e2"],["-0.68061385999999914e2","0.63257773999999984e2"],["-0.68105834999999956e2","0.63299438000000066e2"],["-0.68111663999999962e2","0.63309158000000139e2"],["-0.68112212999999997e2","0.63313606000000107e2"],["-0.68106383999999991e2","0.63318604000000107e2"],["-0.68096953999999926e2","0.63318885999999964e2"],["-0.68085555999999997e2","0.63316101000000117e2"],["-0.68069167999999877e2","0.63309432999999956e2"],["-0.68048889000000031e2","0.63297493000000088e2"],["-0.68032227000000034e2","0.63284996000000092e2"],[-68.00028999999995,"0.63260276999999917e2"],[-67.92582699999997,"0.63196098000000006e2"],["-0.67920546999999999e2","0.63191376000000105e2"],["-0.67916945999999939e2","0.63186653000000092e2"],["-0.67925003000000004e2","0.63183327000000077e2"]],[["-0.78079726999999991e2","0.63469436999999914e2"],["-0.77946105999999986e2","0.63468048000000124e2"],["-0.77937774999999988e2","0.63471100000000035e2"],["-0.77930556999999965e2","0.63474991000000102e2"],["-0.77924164000000019e2",63.47693600000008],["-0.77911941999999954e2","0.63476379000000009e2"],["-0.77845001000000025e2","0.63472214000000008e2"],["-0.77680557000000022e2","0.63434433000000013e2"],["-0.77636672999999917e2","0.63402771000000087e2"],["-0.77495834000000002e2","0.63274994000000106e2"],["-0.77493880999999988e2","0.63269989000000066e2"],[-77.49499499999996,"0.63265831000000105e2"],[-77.50389100000001,"0.63252494999999954e2"],["-0.77573333999999932e2","0.63200546000000145e2"],["-0.77641953000000001e2","0.63171936000000073e2"],["-0.77785277999999892e2","0.63121658000000139e2"],["-0.77898894999999925e2",63.09276600000004],["-0.77906661999999983e2",63.09165999999999],["-0.77931380999999931e2","0.63090546000000018e2"],["-0.77946655000000021e2","0.63091103000000089e2"],["-0.77958343999999954e2","0.63093048000000124e2"],["-0.78025008999999898e2",63.11721],["-0.78124709999999993e2","0.63165825000000041e2"],["-0.78226944000000003e2","0.63221656999999993e2"],["-0.78295546999999999e2",63.25999500000006],["-0.78311385999999914e2","0.63272217000000012e2"],["-0.78322234999999978e2","0.63281105000000025e2"],["-0.78343613000000005e2",63.29694400000011],["-0.78354445999999996e2","0.63303604000000121e2"],["-0.78446655000000021e2","0.63350273000000129e2"],["-0.78486937999999896e2","0.63364998000000071e2"],["-0.78519729999999981e2","0.63370270000000005e2"],["-0.78523894999999982e2","0.63372489999999971e2"],["-0.78562499999999943e2","0.63395828000000108e2"],["-0.78572234999999921e2","0.63434715000000097e2"],["-0.78572783999999956e2","0.63440269000000114e2"],["-0.78551665999999955e2",63.44499200000007],["-0.78379989999999964e2","0.63476379000000009e2"],["-0.78278885000000002e2","0.63489716000000044e2"],["-0.78214111000000003e2","0.63496535999999992e2"],["-0.78212783999999999e2","0.63496101000000067e2"],["-0.78158614999999884e2","0.63482208000000014e2"],["-0.78091675000000009e2","0.63470543000000134e2"],["-0.78079726999999991e2","0.63469436999999914e2"]],[["-0.90653884999999946e2","0.63441101000000003e2"],["-0.90697495000000004e2","0.63439713000000097e2"],["-0.90708892999999932e2","0.63440544000000102e2"],["-0.90719161999999983e2","0.63443603999999993e2"],[-90.72582999999986,"0.63448043999999982e2"],["-0.90755004999999983e2","0.63489716000000044e2"],["-0.90757232999999985e2","0.63494438000000116e2"],["-0.90748046999999929e2","0.63498329000000012e2"],["-0.90737502999999947e2","0.63499161000000129e2"],["-0.90645553999999947e2","0.63483330000000137e2"],["-0.90620269999999948e2",63.47693600000008],["-0.90602782999999988e2","0.63463882000000012e2"],["-0.90598052999999993e2","0.63454436999999984e2"],["-0.90602218999999991e2","0.63449158000000011e2"],["-0.90611937999999952e2",63.44609800000012],["-0.90621932999999956e2","0.63444153000000142e2"],["-0.90653884999999946e2","0.63441101000000003e2"]],[[-78.55749499999996,"0.63457497000000046e2"],["-0.78600554999999929e2","0.63456383000000017e2"],["-0.78603333000000021e2",63.45777099999998],[-78.56138599999997,"0.63502495000000124e2"],["-0.78543334999999956e2","0.63516106000000093e2"],["-0.78515839000000028e2",63.53166200000004],["-0.78505004999999869e2","0.63532493999999929e2"],["-0.78496108999999933e2","0.63529434000000094e2"],["-0.78473327999999981e2","0.63519157000000121e2"],["-0.78468063000000029e2","0.63515549000000021e2"],[-78.46166999999997,"0.63507499999999993e2"],["-0.78459166999999979e2","0.63479988000000048e2"],["-0.78461945000000014e2",63.47387700000013],["-0.78467223999999987e2","0.63469436999999914e2"],["-0.78475554999999986e2","0.63466933999999981e2"],["-0.78531113000000005e2","0.63458603000000039e2"],[-78.55749499999996,"0.63457497000000046e2"]],[["-0.90793609999999944e2","0.63494156000000089e2"],["-0.90804442999999935e2","0.63493324000000143e2"],["-0.90816956000000005e2","0.63495827000000133e2"],["-0.90877212999999983e2","0.63514717000000076e2"],["-0.90933318999999983e2","0.63534164000000089e2"],["-0.90965835999999967e2",63.54583000000008],[-90.96833799999996,"0.63550270000000125e2"],["-0.90957503999999972e2","0.63551384000000098e2"],["-0.90771117999999944e2",63.55193300000002],["-0.90748046999999929e2","0.63550270000000125e2"],["-0.90720001000000025e2","0.63543052999999986e2"],["-0.90709731999999974e2","0.63539992999999924e2"],["-0.90700835999999981e2","0.63536110000000008e2"],["-0.90681380999999988e2",63.52304799999996],["-0.90676940999999886e2","0.63518599999999992e2"],["-0.90674712999999997e2","0.63513884999999959e2"],["-0.90678604000000007e2","0.63508330999999998e2"],["-0.90688889000000017e2",63.50638600000002],["-0.90793609999999944e2","0.63494156000000089e2"]],[["-0.64851944000000003e2","0.63385826000000122e2"],["-0.64856948999999986e2","0.63385826000000122e2"],["-0.64882216999999969e2","0.63395546000000024e2"],["-0.64904175000000009e2",63.40638000000007],["-0.64918335000000013e2","0.63413879000000065e2"],["-0.64942215000000033e2",63.43082400000003],["-0.64950835999999924e2","0.63439156000000025e2"],["-0.65026672000000019e2","0.63515549000000021e2"],["-0.65035278000000005e2","0.63524436999999978e2"],["-0.65053054999999972e2","0.63548331999999959e2"],["-0.65051940999999999e2","0.63552215999999987e2"],["-0.64977218999999991e2","0.63568329000000062e2"],["-0.64967498999999918e2","0.63568329000000062e2"],["-0.64954726999999991e2","0.63558883999999978e2"],["-0.64954726999999991e2","0.63553879000000109e2"],[-64.93360899999999,"0.63544716000000108e2"],["-0.64912216000000001e2","0.63533333000000084e2"],["-0.64909163999999976e2","0.63528603000000089e2"],["-0.64867492999999911e2","0.63461662000000047e2"],["-0.64860824999999863e2","0.63447212000000093e2"],["-0.64847504000000015e2","0.63407494000000042e2"],["-0.64844726999999978e2","0.63396942000000081e2"],["-0.64847778000000005e2","0.63387496999999996e2"],["-0.64851944000000003e2","0.63385826000000122e2"]],[["-0.72182495000000017e2",63.51998900000001],["-0.72207503999999972e2",63.51998900000001],["-0.72218886999999995e2","0.63522491000000059e2"],["-0.72226943999999946e2","0.63525825999999995e2"],["-0.72232772999999895e2","0.63530273000000022e2"],["-0.72286666999999909e2","0.63583328000000108e2"],["-0.72279174999999952e2","0.63585548000000131e2"],["-0.72232223999999917e2","0.63586655000000064e2"],["-0.72230285999999978e2","0.63587212000000136e2"],["-0.72205276000000026e2","0.63583054000000004e2"],["-0.72184432999999956e2","0.63577217000000019e2"],["-0.72135559000000001e2","0.63562767000000065e2"],["-0.72129165999999998e2","0.63558883999999978e2"],["-0.72128052000000025e2","0.63553879000000109e2"],["-0.72145003999999972e2","0.63539436000000023e2"],["-0.72165833000000021e2","0.63526381999999955e2"],["-0.72173614999999984e2","0.63522766000000104e2"],["-0.72182495000000017e2",63.51998900000001]],[["-0.91329177999999956e2","0.63559714999999983e2"],["-0.91401947000000007e2","0.63549438000000009e2"],["-0.91424438000000009e2","0.63550270000000125e2"],[-91.43638599999997,63.55193300000002],["-0.91461944999999901e2","0.63558327000000077e2"],["-0.91540282999999931e2","0.63601662000000033e2"],["-0.91540558000000033e2","0.63606658999999979e2"],["-0.91534164000000033e2","0.63611381999999935e2"],["-0.91501113999999973e2","0.63611938000000123e2"],["-0.91463897999999915e2",63.6097180000001],["-0.91440826000000015e2","0.63608047000000056e2"],["-0.91428604000000007e2","0.63606383999999935e2"],["-0.91416396999999961e2","0.63603607000000068e2"],["-0.91362503000000004e2","0.63590271000000087e2"],[-91.34944200000001,"0.63586655000000064e2"],["-0.91299727999999959e2","0.63567771999999934e2"],["-0.91308884000000035e2","0.63563881000000094e2"],["-0.91329177999999956e2","0.63559714999999983e2"]],[["-0.64092498999999918e2","0.63481659000000093e2"],["-0.64101944000000003e2",63.47943099999992],["-0.64109160999999915e2","0.63483046999999999e2"],["-0.64169448999999986e2","0.63523605000000089e2"],["-0.64180556999999965e2","0.63533051000000057e2"],["-0.64184158000000025e2","0.63537216000000058e2"],["-0.64209166999999979e2","0.63574996999999996e2"],["-0.64216109999999901e2","0.63595268000000033e2"],["-0.64216948999999943e2","0.63601105000000132e2"],["-0.64215285999999935e2","0.63617493000000024e2"],["-0.64212783999999942e2","0.63623604000000114e2"],["-0.64199722000000008e2","0.63633331000000055e2"],["-0.64191939999999988e2","0.63637215000000083e2"],["-0.64182495000000017e2","0.63639435000000105e2"],[-64.17193599999996,"0.63633606000000043e2"],[-64.09333799999996,"0.63568329000000062e2"],["-0.64078338999999914e2","0.63550545000000113e2"],["-0.64077224999999999e2","0.63545273000000009e2"],["-0.64077788999999882e2","0.63539718999999991e2"],["-0.64086120999999935e2","0.63493050000000039e2"],["-0.64087508999999955e2","0.63486655999999982e2"],["-0.64092498999999918e2","0.63481659000000093e2"]],[["-0.68656386999999938e2","0.63626381000000038e2"],["-0.68717772999999909e2","0.63624161000000015e2"],["-0.68731109999999944e2","0.63625549000000092e2"],["-0.68815552000000025e2","0.63649162000000047e2"],["-0.68821670999999981e2","0.63652488999999946e2"],["-0.68820007000000032e2",63.65526600000004],["-0.68793059999999969e2","0.63661659000000043e2"],[-68.71444699999995,"0.63672493000000088e2"],["-0.68691665999999941e2","0.63673607000000061e2"],["-0.68676940999999999e2","0.63671379000000115e2"],["-0.68668883999999935e2","0.63668326999999977e2"],["-0.68666397000000018e2","0.63663879000000009e2"],["-0.68666259999999966e2","0.63662581999999986e2"],["-0.68655272999999966e2","0.63634437999999989e2"],[-68.654449,"0.63630272000000105e2"],["-0.68656386999999938e2","0.63626381000000038e2"]],[["-0.64061110999999983e2","0.63270546000000138e2"],["-0.64070556999999951e2","0.63268326000000116e2"],["-0.64078338999999914e2","0.63268883000000017e2"],["-0.64181945999999982e2",63.29694400000011],[-64.25140399999998,"0.63320830999999998e2"],["-0.64266953000000001e2","0.63326384999999959e2"],["-0.64349730999999963e2","0.63392220000000009e2"],["-0.64353881999999885e2","0.63395828000000108e2"],["-0.64421936000000017e2","0.63471657000000107e2"],["-0.64496108999999876e2",63.6097180000001],["-0.64490554999999972e2","0.63620544000000052e2"],["-0.64479171999999949e2","0.63636940000000038e2"],["-0.64473617999999874e2","0.63640549000000078e2"],["-0.64386672999999973e2","0.63675270000000012e2"],["-0.64377212999999927e2","0.63677489999999977e2"],["-0.64367217999999923e2","0.63675270000000012e2"],["-0.64363051999999925e2","0.63671936000000017e2"],["-0.64328888000000006e2","0.63644440000000145e2"],["-0.64325561999999934e2","0.63637496999999939e2"],["-0.64325561999999934e2",63.59804500000007],["-0.64324447999999961e2","0.63588042999999971e2"],["-0.64321670999999981e2","0.63577492000000063e2"],["-0.64316101000000003e2","0.63562492000000077e2"],["-0.64262511999999958e2","0.63421104000000128e2"],["-0.64232498000000021e2","0.63388329000000113e2"],["-0.64225280999999939e2","0.63384438000000046e2"],[-64.20666499999993,"0.63384163000000001e2"],["-0.64166945999999996e2","0.63369438000000059e2"],["-0.64144729999999925e2","0.63355552999999986e2"],["-0.64099990999999932e2","0.63322769000000108e2"],["-0.64057495000000017e2","0.63278046000000018e2"],["-0.64057495000000017e2","0.63273880000000133e2"],["-0.64061110999999983e2","0.63270546000000138e2"]],[["-0.71799164000000019e2","0.63615546999999935e2"],["-0.71806945999999868e2","0.63611938000000123e2"],["-0.71845275999999956e2","0.63613608999999997e2"],["-0.71855269999999905e2","0.63615829000000019e2"],["-0.71863327000000027e2","0.63619438000000002e2"],["-0.71865829000000019e2","0.63624435000000119e2"],["-0.71865829000000019e2","0.63636383000000137e2"],["-0.71864166000000012e2","0.63669440999999949e2"],["-0.71830565999999919e2","0.63693878000000041e2"],["-0.71821945000000028e2","0.63695267000000058e2"],["-0.71789444000000003e2","0.63691375999999991e2"],[-71.779449,63.68832400000008],["-0.71775283999999999e2","0.63683051999999918e2"],["-0.71777221999999938e2","0.63670830000000137e2"],["-0.71791107000000011e2","0.63627213000000097e2"],["-0.71799164000000019e2","0.63615546999999935e2"]],[["-0.76810546999999985e2","0.63601105000000132e2"],["-0.76710555999999997e2","0.63565826000000072e2"],["-0.76672225999999966e2","0.63528877000000023e2"],["-0.76675551999999925e2","0.63496658000000139e2"],["-0.76681609999999978e2","0.63481354000000067e2"],[-76.61332699999997,"0.63473602000000085e2"],["-0.76565551999999911e2",63.46776600000004],["-0.76546111999999994e2","0.63464714000000129e2"],["-0.76541945999999939e2","0.63462494000000106e2"],["-0.76543883999999991e2","0.63461104999999918e2"],["-0.76675002999999947e2","0.63374709999999993e2"],["-0.76682219999999973e2","0.63370827000000077e2"],["-0.76692214999999976e2","0.63367767000000015e2"],["-0.76703338999999971e2","0.63365829000000076e2"],["-0.76712783999999942e2","0.63365546999999992e2"],["-0.76726105000000018e2",63.36693600000001],["-0.76847778000000005e2","0.63385269000000051e2"],["-0.76984160999999915e2",63.40638000000007],["-0.77035277999999948e2","0.63423882000000106e2"],["-0.77039443999999946e2","0.63426102000000128e2"],["-0.77046111999999994e2",63.42971799999998],["-0.77051391999999964e2","0.63434158000000025e2"],[-77.05360399999995,"0.63436935000000119e2"],["-0.77055556999999965e2","0.63442764000000125e2"],[-77.06138599999997,"0.63450546000000088e2"],["-0.77105834999999956e2","0.63476654000000053e2"],["-0.77111663999999962e2","0.63479713000000004e2"],["-0.77327788999999996e2","0.63572220000000129e2"],[-77.36721799999998,"0.63583054000000004e2"],["-0.77391388000000006e2","0.63585548000000131e2"],["-0.77411666999999966e2","0.63584991000000002e2"],["-0.77422226000000023e2","0.63586655000000064e2"],["-0.77427779999999984e2","0.63589157000000114e2"],["-0.77431945999999982e2","0.63591934000000037e2"],["-0.77442215000000033e2","0.63608330000000024e2"],["-0.77457229999999981e2","0.63643325999999945e2"],["-0.77453887999999949e2","0.63652214000000129e2"],[-77.44027699999998,"0.63665268000000026e2"],["-0.77410277999999948e2","0.63686652999999978e2"],[-77.40055799999999,"0.63688880999999981e2"],["-0.77378051999999968e2","0.63692214999999919e2"],["-0.77343338000000017e2","0.63696098000000063e2"],["-0.77116942999999935e2","0.63681107000000111e2"],["-0.77103332999999964e2",63.67971799999998],[-77.06138599999997,"0.63672768000000076e2"],["-0.77021392999999932e2","0.63664154000000053e2"],["-0.76810546999999985e2","0.63601105000000132e2"]],[["-0.72594727000000034e2","0.63642494000000056e2"],["-0.72604445999999939e2","0.63641663000000051e2"],["-0.72780563000000029e2","0.63659987999999942e2"],["-0.72783324999999877e2",63.66443600000008],["-0.72770553999999947e2","0.63669715999999994e2"],["-0.72756667999999877e2","0.63672768000000076e2"],["-0.72723052999999993e2",63.67860399999995],["-0.72506667999999991e2","0.63707214000000022e2"],["-0.72483886999999982e2","0.63708885000000066e2"],["-0.72474166999999909e2","0.63705826000000116e2"],["-0.72470839999999953e2","0.63702217000000076e2"],["-0.72471389999999985e2","0.63700828999999999e2"],["-0.72468886999999938e2","0.63699158000000125e2"],["-0.72463333000000034e2","0.63689156000000139e2"],["-0.72459731999999974e2","0.63679161000000079e2"],[-72.46055599999994,"0.63672768000000076e2"],["-0.72463897999999972e2","0.63668326999999977e2"],["-0.72584441999999967e2","0.63644440000000145e2"],["-0.72594727000000034e2","0.63642494000000056e2"]],[["-0.64032501000000025e2",63.68971300000004],["-0.64161117999999988e2","0.63674438000000066e2"],["-0.64181106999999997e2","0.63675827000000083e2"],["-0.64200286999999946e2","0.63685546999999985e2"],["-0.64208344000000011e2","0.63697487000000081e2"],[-64.21166999999997,"0.63706383000000017e2"],["-0.64212509000000011e2","0.63712212000000022e2"],["-0.64208892999999989e2","0.63721930999999984e2"],["-0.64180283000000031e2","0.63742218000000094e2"],[-64.17471299999994,"0.63745270000000005e2"],["-0.64166655999999989e2","0.63747772000000055e2"],["-0.64083069000000023e2","0.63758331000000112e2"],["-0.64078063999999983e2","0.63758331000000112e2"],["-0.64075287000000003e2","0.63758049000000028e2"],["-0.64073333999999932e2","0.63756386000000134e2"],["-0.64054840000000013e2","0.63736595000000079e2"],["-0.64043335000000013e2","0.63734161000000086e2"],["-0.64030288999999982e2","0.63729713000000118e2"],["-0.64025283999999942e2",63.70249200000012],["-0.64025283999999942e2","0.63697487000000081e2"],["-0.64026397999999915e2","0.63693878000000041e2"],["-0.64032501000000025e2",63.68971300000004]],[["-0.72667769999999962e2",63.69582400000013],[-72.6949919999999,"0.63690269000000058e2"],["-0.72703613000000018e2","0.63692490000000134e2"],["-0.72734160999999972e2","0.63710823000000005e2"],["-0.72738891999999908e2","0.63714439000000084e2"],["-0.72741669000000002e2","0.63719711000000018e2"],["-0.72743880999999874e2","0.63730270000000019e2"],["-0.72739989999999977e2","0.63736107000000004e2"],["-0.72719727000000034e2",63.76388500000013],["-0.72715560999999923e2","0.63766106000000036e2"],["-0.72705841000000021e2","0.63767494000000113e2"],["-0.72693877999999984e2","0.63765830999999991e2"],["-0.72682495000000017e2","0.63762214999999969e2"],["-0.72664718999999934e2","0.63755554000000018e2"],["-0.72642226999999934e2","0.63745270000000005e2"],["-0.72635833999999988e2","0.63741379000000109e2"],["-0.72626663000000008e2","0.63732207999999957e2"],["-0.72625823999999966e2","0.63727486000000056e2"],["-0.72626389000000017e2","0.63721099999999979e2"],["-0.72634170999999981e2","0.63709160000000054e2"],["-0.72649993999999992e2","0.63701385000000016e2"],["-0.72667769999999962e2",63.69582400000013]],[[-64.28443900000002,"0.63708602999999982e2"],["-0.64286391999999978e2","0.63708046000000081e2"],["-0.64311110999999926e2","0.63709991000000116e2"],["-0.64329178000000013e2",63.71665999999999],["-0.64336394999999925e2","0.63719986000000006e2"],["-0.64348617999999988e2","0.63728042999999957e2"],["-0.64356948999999986e2","0.63736938000000009e2"],["-0.64363616999999977e2","0.63746383999999978e2"],["-0.64381103999999993e2","0.63807495000000131e2"],[-64.35943599999996,"0.63803879000000052e2"],["-0.64339721999999938e2","0.63796943999999996e2"],["-0.64331954999999994e2","0.63791663999999969e2"],["-0.64302779999999927e2",63.78054800000001],["-0.64278610000000015e2","0.63770828000000108e2"],["-0.64275008999999955e2","0.63766663000000108e2"],["-0.64255279999999971e2","0.63729713000000118e2"],["-0.64255004999999926e2",63.72526600000009],["-0.64260833999999875e2","0.63719711000000018e2"],[-64.28443900000002,"0.63708602999999982e2"]],[["-0.64170273000000009e2","0.63856384000000105e2"],["-0.64180831999999896e2","0.63785270999999966e2"],["-0.64195267000000001e2","0.63778603000000032e2"],["-0.64203338999999971e2","0.63776382000000126e2"],["-0.64234435999999903e2","0.63771378000000141e2"],["-0.64245834000000002e2","0.63771378000000141e2"],["-0.64256957999999997e2","0.63774162000000103e2"],["-0.64325561999999934e2",63.80582400000003],["-0.64398346000000004e2","0.63845543000000134e2"],[-64.39916999999997,"0.63849434000000031e2"],["-0.64397780999999895e2","0.63851386999999988e2"],["-0.64396117999999944e2","0.63851936000000137e2"],["-0.64353881999999885e2","0.63861107000000061e2"],["-0.64334091000000001e2","0.63852081000000055e2"],["-0.64325561999999934e2","0.63850273000000016e2"],[-64.31082200000003,"0.63848328000000038e2"],["-0.64268340999999907e2","0.63846100000000035e2"],["-0.64215012000000002e2","0.63850273000000016e2"],["-0.64208344000000011e2","0.63852776000000006e2"],["-0.64200286999999946e2","0.63859718000000044e2"],["-0.64186661000000015e2",63.86721],["-0.64179992999999911e2","0.63865547000000106e2"],["-0.64175827000000027e2","0.63861938000000066e2"],["-0.64170273000000009e2","0.63856384000000105e2"]],[["-0.92954178000000013e2","0.63871101000000067e2"],[-92.96055599999994,"0.63866386000000034e2"],["-0.92972778000000005e2","0.63867767000000072e2"],["-0.92998610999999983e2","0.63873046999999985e2"],["-0.93068619000000012e2","0.63888046000000031e2"],["-0.93093886999999995e2","0.63899994000000049e2"],["-0.93094451999999933e2","0.63904990999999995e2"],["-0.93087783999999999e2","0.63908882000000062e2"],["-0.93070007000000032e2","0.63909713999999951e2"],["-0.93002791999999943e2","0.63911377000000073e2"],["-0.92990829000000019e2","0.63910820000000001e2"],["-0.92978333000000021e2","0.63908324999999991e2"],[-92.97444200000001,63.901657],["-0.92955275999999969e2","0.63880820999999969e2"],["-0.92952498999999989e2","0.63876099000000067e2"],["-0.92954178000000013e2","0.63871101000000067e2"]],[["-0.64576110999999855e2","0.63780822999999998e2"],["-0.64525832999999977e2","0.63771378000000141e2"],["-0.64467772999999966e2","0.63771378000000141e2"],["-0.64461945000000014e2","0.63774712000000136e2"],["-0.64452498999999989e2","0.63777214000000015e2"],["-0.64432769999999948e2","0.63779434000000037e2"],["-0.64426102000000014e2","0.63777771000000087e2"],["-0.64394729999999981e2","0.63745827000000077e2"],["-0.64387511999999958e2","0.63737495000000081e2"],["-0.64386123999999938e2",63.73443600000013],["-0.64386123999999938e2","0.63701660000000004e2"],["-0.64389998999999932e2","0.63696381000000031e2"],["-0.64404175000000009e2","0.63687492000000134e2"],["-0.64419158999999979e2",63.67971799999998],["-0.64436385999999914e2","0.63673324999999977e2"],["-0.64450561999999934e2","0.63671660999999972e2"],["-0.64459441999999967e2","0.63672768000000076e2"],[-64.47444200000001,"0.63679161000000079e2"],["-0.64496947999999918e2","0.63690826000000129e2"],["-0.64661666999999909e2","0.63754997000000117e2"],["-0.64802215999999987e2","0.63764442000000031e2"],["-0.64813323999999966e2","0.63767212000000029e2"],["-0.64890288999999939e2","0.63789435999999966e2"],[-64.90055799999999,"0.63793883999999935e2"],["-0.64906386999999995e2","0.63797493000000145e2"],["-0.64916396999999904e2","0.63806380999999931e2"],["-0.64918335000000013e2","0.63815269000000114e2"],["-0.64920272999999952e2","0.63824715000000083e2"],["-0.64917769999999905e2","0.63831108000000029e2"],["-0.64910277999999948e2","0.63837212000000079e2"],["-0.64896392999999989e2","0.63845267999999976e2"],["-0.64811660999999958e2",63.87721300000004],["-0.64710555999999997e2","0.63908882000000062e2"],["-0.64682494999999903e2",63.91443600000008],["-0.64660278000000005e2","0.63916382000000112e2"],["-0.64647231999999974e2","0.63916100000000085e2"],["-0.64557219999999916e2","0.63909988000000112e2"],["-0.64553054999999915e2","0.63906380000000013e2"],["-0.64549437999999952e2","0.63895271000000093e2"],["-0.64571121000000005e2","0.63870827000000133e2"],["-0.64585555999999997e2","0.63844994000000042e2"],["-0.64576110999999855e2","0.63780822999999998e2"]],[["-0.77743880999999931e2","0.63926658999999916e2"],["-0.77753341999999975e2","0.63925551999999982e2"],["-0.77948607999999979e2","0.63950829000000113e2"],["-0.77956954999999937e2",63.95388000000014],["-0.77966948999999886e2","0.63959160000000054e2"],["-0.77978881999999999e2",63.96915400000006],["-0.77982497999999964e2",63.97554800000006],["-0.77982497999999964e2","0.63983047000000056e2"],["-0.77976105000000018e2","0.63990273000000059e2"],["-0.77957503999999972e2","0.64004715000000033e2"],["-0.77950287000000003e2","0.64009155000000021e2"],["-0.77943603999999993e2","0.64011107999999979e2"],["-0.77923889000000031e2","0.64014999000000046e2"],["-0.77889998999999989e2","0.64019989000000066e2"],["-0.77774445000000014e2","0.64031662000000097e2"],["-0.77753890999999953e2","0.64032761000000107e2"],["-0.77648620999999991e2","0.64032486000000063e2"],["-0.77591110000000015e2","0.64030272999999966e2"],["-0.77557219999999973e2","0.64028046000000074e2"],["-0.77549727999999959e2","0.64025543000000084e2"],["-0.77544448999999986e2","0.64021927000000062e2"],["-0.77545273000000009e2","0.64018600000000106e2"],["-0.77623610999999983e2","0.63997214999999926e2"],["-0.77623885999999914e2",63.99582700000002],["-0.77628052000000025e2","0.63991104000000064e2"],["-0.77639450000000011e2","0.63981934000000024e2"],[-77.68638599999997,"0.63954437000000041e2"],["-0.77728606999999954e2","0.63932213000000104e2"],["-0.77737212999999883e2","0.63928329000000076e2"],["-0.77743880999999931e2","0.63926658999999916e2"]],[["-0.89808884000000035e2","0.64056366000000082e2"],["-0.89817229999999938e2","0.64054703000000131e2"],["-0.89828887999999893e2","0.64055816999999934e2"],["-0.89839447000000007e2","0.64058868000000132e2"],["-0.89847778000000005e2","0.64063034000000073e2"],["-0.89861114999999984e2","0.64071655000000135e2"],["-0.89869995000000017e2","0.64080826000000116e2"],["-0.89871933000000013e2","0.64085541000000148e2"],["-0.89867767000000015e2","0.64095824999999991e2"],["-0.89857498000000021e2",64.0977630000001],["-0.89831679999999892e2","0.64091094999999939e2"],["-0.89828063999999927e2","0.64088318000000072e2"],["-0.89819732999999928e2","0.64080276000000083e2"],[-89.80471799999998,64.0619200000001],["-0.89808884000000035e2","0.64056366000000082e2"]],[["-0.64962783999999999e2","0.64110809000000074e2"],["-0.64948607999999979e2","0.64109710999999947e2"],["-0.64903609999999901e2","0.64111099000000081e2"],[-64.87110899999999,"0.64099152000000117e2"],["-0.64869445999999982e2","0.64096649000000127e2"],["-0.64869995000000017e2","0.64093323000000112e2"],[-64.87332200000003,"0.64090820000000122e2"],["-0.64884445000000028e2","0.64086655000000121e2"],["-0.64905563000000029e2","0.64082214000000022e2"],["-0.64946655000000021e2","0.64078872999999987e2"],["-0.64988892000000021e2","0.64081375000000037e2"],["-0.65002228000000002e2","0.64083878000000027e2"],[-65.02305599999994,"0.64089432000000045e2"],["-0.65045546999999942e2","0.64099426000000051e2"],["-0.65055556999999965e2","0.64108596999999975e2"],["-0.65057495000000017e2",64.11303700000002],["-0.65056380999999931e2","0.64117203000000075e2"],[-65.05221599999993,"0.64121093999999971e2"],["-0.65039718999999934e2","0.64124985000000038e2"],["-0.65025009000000011e2","0.64127472000000125e2"],["-0.65015563999999927e2","0.64126922999999977e2"],["-0.64995270000000005e2",64.12303199999991],["-0.64989990000000034e2","0.64118590999999981e2"],["-0.64980834999999956e2","0.64115265000000136e2"],["-0.64962783999999999e2","0.64110809000000074e2"]],[["-0.64491104000000007e2","0.64109146000000123e2"],["-0.64499999999999943e2",64.10803199999998],["-0.64511397999999929e2","0.64108321999999987e2"],["-0.64587508999999955e2","0.64147491000000059e2"],["-0.64592498999999975e2","0.64151931999999988e2"],["-0.64595276000000013e2",64.15498400000007],[-64.59584000000001,"0.64156647000000021e2"],["-0.64567779999999971e2","0.64163605000000018e2"],["-0.64554169000000002e2","0.64166931000000034e2"],["-0.64524444999999957e2","0.64167206000000022e2"],["-0.64518111999999917e2","0.64166214000000025e2"],[-64.50111400000003,"0.64163314999999955e2"],["-0.64453339000000028e2","0.64146942000000081e2"],["-0.64450287000000003e2","0.64130264000000011e2"],["-0.64491104000000007e2","0.64109146000000123e2"]],[["-0.73176940999999999e2","0.64200271999999984e2"],["-0.73282776000000013e2","0.64143326000000059e2"],["-0.73291945999999939e2",64.14387499999998],["-0.73386397999999872e2","0.64158874999999966e2"],["-0.73396956999999986e2","0.64161102000000028e2"],["-0.73401672000000019e2","0.64165543000000127e2"],["-0.73394729999999925e2","0.64187759000000085e2"],["-0.73393065999999919e2","0.64192474000000118e2"],["-0.73385559000000001e2","0.64196365000000014e2"],["-0.73309433000000013e2","0.64194977000000108e2"],["-0.73206664999999987e2","0.64213882000000069e2"],["-0.73189986999999917e2","0.64212203999999929e2"],["-0.73178054999999972e2","0.64209991000000002e2"],[-73.17332499999992,"0.64205261000000121e2"],["-0.73176940999999999e2","0.64200271999999984e2"]],[["-0.81471389999999985e2","0.64188873000000058e2"],["-0.81493606999999997e2","0.64188309000000118e2"],["-0.81516112999999962e2","0.64190536000000009e2"],["-0.81527785999999992e2","0.64194137999999953e2"],["-0.81536666999999852e2","0.64208603000000096e2"],["-0.81538054999999929e2","0.64218048000000124e2"],["-0.81532226999999921e2","0.64223038000000031e2"],["-0.81470000999999911e2","0.64239426000000094e2"],["-0.81458618000000001e2","0.64238876000000062e2"],["-0.81413329999999974e2","0.64233322000000044e2"],["-0.81390288999999939e2","0.64229155999999932e2"],["-0.81378601000000003e2",64.22554000000008],["-0.81375823999999909e2","0.64220825000000048e2"],["-0.81374999999999943e2","0.64215820000000008e2"],["-0.81378875999999934e2","0.64211929000000112e2"],["-0.81388901000000033e2","0.64204987000000017e2"],["-0.81405272999999909e2",64.19470200000012],["-0.81471389999999985e2","0.64188873000000058e2"]],[[-64.52027899999996,"0.64220261000000107e2"],["-0.64576401000000033e2","0.64210541000000035e2"],["-0.64601668999999958e2","0.64212493999999992e2"],["-0.64611938000000009e2","0.64215820000000008e2"],["-0.64619445999999925e2","0.64219711000000075e2"],["-0.64646956999999986e2","0.64244141000000127e2"],["-0.64647781000000009e2","0.64250000000000114e2"],["-0.64643616000000009e2","0.64255829000000119e2"],["-0.64637512000000015e2","0.64259995000000004e2"],["-0.64629715000000033e2","0.64261658000000125e2"],["-0.64571670999999924e2","0.64264998999999989e2"],["-0.64557525999999996e2","0.64264862000000051e2"],["-0.64553054999999915e2","0.64263321000000076e2"],[-64.55221599999993,"0.64261658000000125e2"],["-0.64552490000000034e2","0.64256653000000085e2"],["-0.64468062999999972e2","0.64243316999999934e2"],["-0.64464721999999938e2",64.240814],["-0.64462218999999948e2","0.64237487999999928e2"],["-0.64464447000000007e2","0.64234420999999998e2"],["-0.64471114999999998e2","0.64231659000000093e2"],[-64.52027899999996,"0.64220261000000107e2"]],[["-0.75551392000000021e2","0.64303863999999976e2"],["-0.75691939999999988e2","0.64302475000000129e2"],["-0.75702224999999999e2","0.64305817000000104e2"],["-0.75708892999999989e2","0.64315262000000132e2"],["-0.75705840999999964e2","0.64341934000000037e2"],["-0.75696655000000021e2","0.64351089000000115e2"],["-0.75686385999999914e2","0.64353317000000061e2"],["-0.75665008999999998e2","0.64350815000000011e2"],["-0.75578887999999949e2","0.64346099999999979e2"],["-0.75572784000000013e2","0.64344985999999949e2"],["-0.75502501999999936e2","0.64319716999999969e2"],["-0.75493606999999997e2","0.64316376000000105e2"],[-75.50111400000003,"0.64313309000000004e2"],["-0.75511123999999938e2","0.64311096000000077e2"],["-0.75551392000000021e2","0.64303863999999976e2"]],[["-0.64938598999999954e2","0.64235535000000027e2"],["-0.64989165999999955e2","0.64209152000000017e2"],[-65.00306699999993,64.21026599999999],["-0.65048614999999984e2","0.64218322999999998e2"],["-0.65052779999999984e2","0.64219436999999971e2"],["-0.65059997999999894e2","0.64223312000000135e2"],["-0.65065551999999968e2","0.64227478000000019e2"],["-0.65073059000000001e2","0.64240540000000067e2"],["-0.65102492999999981e2","0.64296371000000136e2"],["-0.65109160999999972e2","0.64310806000000071e2"],["-0.65113892000000021e2","0.64323608000000036e2"],["-0.65114715999999987e2","0.64329437000000041e2"],["-0.65114166000000012e2","0.64334991000000059e2"],["-0.65112503000000004e2","0.64339706000000092e2"],["-0.65110001000000011e2","0.64343596999999988e2"],["-0.65101669000000015e2","0.64346374999999966e2"],[-65.08944699999995,"0.64349716000000001e2"],["-0.65028884999999889e2","0.64361099000000024e2"],["-0.65021392999999932e2","0.64362487999999985e2"],["-0.65010283999999956e2","0.64361649000000057e2"],["-0.65006393000000003e2","0.64360535000000084e2"],["-0.65001952999999958e2","0.64356934000000024e2"],[-64.99888599999997,"0.64354431000000034e2"],["-0.64982223999999974e2","0.64333054000000004e2"],["-0.64884734999999921e2",64.28776600000009],["-0.64886123999999938e2","0.64283051000000057e2"],["-0.64890838999999971e2","0.64276382000000012e2"],["-0.64926940999999943e2","0.64242477000000065e2"],["-0.64938598999999954e2","0.64235535000000027e2"]],[["-0.73876389000000017e2","0.64301376000000005e2"],["-0.73883620999999948e2","0.64298874000000069e2"],["-0.73951674999999966e2","0.64304977000000008e2"],[-73.96556099999998,64.30664100000007],["-0.73972503999999958e2","0.64309707999999944e2"],[-73.97444200000001,"0.64313309000000004e2"],["-0.73960281000000009e2","0.64362197999999978e2"],[-73.95666499999993,"0.64368317000000047e2"],["-0.73952498999999932e2","0.64370819000000097e2"],["-0.73942214999999919e2","0.64372757000000036e2"],["-0.73932219999999916e2",64.37359600000002],["-0.73918335000000013e2","0.64371918000000051e2"],["-0.73909438999999963e2","0.64369980000000112e2"],["-0.73889175000000023e2","0.64359711000000118e2"],["-0.73879165999999941e2","0.64351928999999984e2"],["-0.73874160999999958e2","0.64343323000000055e2"],[-73.87332200000003,"0.64305252000000053e2"],["-0.73876389000000017e2","0.64301376000000005e2"]],[[-73.69776899999988,"0.64269989000000066e2"],["-0.73704726999999934e2","0.64268875000000037e2"],[-73.72084000000001,"0.64272765999999933e2"],[-73.75389100000001,64.28276100000005],["-0.73776671999999962e2","0.64294708000000014e2"],["-0.73823333999999988e2","0.64324707000000046e2"],["-0.73833618000000001e2","0.64331665000000044e2"],["-0.73781386999999995e2","0.64405547999999953e2"],["-0.73776108000000022e2","0.64407486000000119e2"],["-0.73765563999999983e2","0.64409424000000058e2"],["-0.73749161000000015e2","0.64410262999999986e2"],["-0.73744445999999982e2","0.64405822999999998e2"],["-0.73730835000000013e2","0.64386383000000023e2"],["-0.73729172000000005e2","0.64386107999999979e2"],["-0.73726944000000003e2","0.64383331000000055e2"],["-0.73724441999999954e2","0.64377472000000068e2"],["-0.73702498999999989e2","0.64322769000000108e2"],["-0.73699157999999954e2","0.64314147999999989e2"],["-0.73690552000000025e2","0.64276932000000045e2"],["-0.73691665999999998e2","0.64273605000000089e2"],["-0.73694442999999922e2","0.64271103000000039e2"],[-73.69776899999988,"0.64269989000000066e2"]],[["-0.64849730999999963e2","0.64307479999999998e2"],["-0.64861388999999974e2","0.64307479999999998e2"],["-0.64877212999999983e2","0.64313309000000004e2"],["-0.64888061999999991e2","0.64321105999999986e2"],["-0.64937774999999988e2","0.64361649000000057e2"],["-0.64944992000000013e2",64.37052900000009],["-0.64955565999999976e2","0.64383880999999917e2"],["-0.64959732000000031e2","0.64397217000000069e2"],["-0.64958618000000001e2","0.64405822999999998e2"],["-0.64951674999999909e2","0.64411376999999959e2"],["-0.64946655000000021e2","0.64413605000000132e2"],["-0.64932495000000017e2","0.64417480000000126e2"],["-0.64925277999999992e2","0.64418594000000098e2"],["-0.64910004000000015e2","0.64416655999999989e2"],["-0.64902495999999985e2","0.64412766000000147e2"],["-0.64897507000000019e2","0.64408600000000092e2"],["-0.64820007000000032e2","0.64379425000000026e2"],["-0.64771941999999967e2","0.64348877000000016e2"],["-0.64770553999999947e2","0.64345825000000104e2"],["-0.64773055999999997e2",64.34248400000007],["-0.64849730999999963e2","0.64307479999999998e2"]],[[-74.27194199999991,"0.64413605000000132e2"],["-0.74285004000000015e2",64.41304000000008],["-0.74357497999999964e2","0.64421097000000088e2"],["-0.74377212999999983e2","0.64424423000000104e2"],["-0.74423324999999977e2","0.64443863000000079e2"],["-0.74437209999999936e2","0.64450271999999927e2"],["-0.74439437999999996e2","0.64453323000000125e2"],["-0.74338608000000022e2",64.49470500000001],["-0.74331679999999949e2","0.64496933000000126e2"],[-74.31040999999999,64.49884000000003],["-0.74285277999999948e2","0.64481659000000036e2"],["-0.74228607000000011e2","0.64451096000000064e2"],["-0.74205841000000021e2",64.44747899999993],["-0.74183060000000012e2","0.64443039000000113e2"],[-74.17332499999992,"0.64439148000000046e2"],["-0.74174712999999997e2","0.64434981999999991e2"],["-0.74178328999999962e2","0.64433867999999961e2"],[-74.27194199999991,"0.64413605000000132e2"]],[["-0.73744995000000017e2","0.64426086000000055e2"],["-0.73758346999999958e2","0.64425537000000077e2"],[-73.77806099999998,64.428314],["-0.73781386999999995e2","0.64431931000000134e2"],["-0.73782776000000013e2","0.64437484999999924e2"],["-0.73782500999999968e2","0.64442474000000061e2"],["-0.73776108000000022e2","0.64495818999999983e2"],["-0.73773894999999982e2","0.64501937999999996e2"],["-0.73773330999999928e2","0.64503326000000072e2"],["-0.73746917999999937e2","0.64508513999999991e2"],["-0.73736664000000019e2","0.64507216999999969e2"],["-0.73729172000000005e2","0.64505264000000068e2"],["-0.73724166999999852e2",64.50221300000004],["-0.73673049999999989e2","0.64469711000000018e2"],["-0.73668610000000001e2","0.64464432000000045e2"],["-0.73668334999999956e2","0.64460265999999933e2"],["-0.73671936000000017e2","0.64455826000000116e2"],[-73.67971799999998,"0.64452208999999982e2"],["-0.73727218999999934e2","0.64431091000000094e2"],["-0.73735001000000011e2","0.64428040000000067e2"],["-0.73744995000000017e2","0.64426086000000055e2"]],[["-0.74212783999999999e2","0.64483046999999999e2"],["-0.74223327999999981e2","0.64480270000000075e2"],["-0.74229171999999949e2","0.64481369000000029e2"],["-0.74307495000000017e2","0.64516098000000113e2"],["-0.74331116000000009e2","0.64526656999999943e2"],["-0.74337508999999955e2","0.64531096999999988e2"],["-0.74357773000000009e2","0.64546936000000073e2"],["-0.74357773000000009e2","0.64551086000000112e2"],["-0.74353881999999999e2","0.64553589000000045e2"],["-0.74345550999999944e2","0.64555251999999996e2"],["-0.74253066999999987e2","0.64548035000000084e2"],["-0.74240554999999972e2","0.64546371000000079e2"],["-0.74236114999999984e2","0.64545532000000094e2"],["-0.74169723999999974e2","0.64523880000000077e2"],["-0.74169448999999929e2","0.64519714000000135e2"],["-0.74206664999999987e2","0.64486374000000069e2"],["-0.74212783999999999e2","0.64483046999999999e2"]],[["-0.73557495000000017e2","0.64312758999999971e2"],["-0.73577788999999939e2","0.64309982000000105e2"],["-0.73601669000000015e2","0.64310257000000092e2"],["-0.73626388999999904e2","0.64312758999999971e2"],["-0.73650283999999999e2",64.31721500000009],["-0.73655563000000029e2","0.64320267000000001e2"],["-0.73658339999999953e2","0.64334991000000059e2"],["-0.73669532999999888e2","0.64426849000000118e2"],["-0.73610442999999975e2","0.64470489999999984e2"],[-73.68249499999996,"0.64509720000000129e2"],["-0.73679992999999911e2","0.64526093000000003e2"],["-0.73677779999999927e2","0.64532211000000132e2"],["-0.73666655999999875e2","0.64535538000000088e2"],["-0.73577224999999999e2","0.64559982000000048e2"],["-0.73537215999999944e2","0.64567764000000011e2"],["-0.73527785999999992e2","0.64566940000000045e2"],["-0.73521118000000001e2",64.56303400000013],["-0.73509170999999981e2","0.64552475000000072e2"],["-0.73504729999999938e2","0.64542480000000012e2"],[-73.50306699999993,64.53414900000007],["-0.73489165999999955e2","0.64463318000000072e2"],["-0.73488051999999982e2",64.453598],[-73.48832699999997,"0.64443863000000079e2"],["-0.73490279999999927e2","0.64439148000000046e2"],["-0.73555266999999958e2","0.64314697000000137e2"],["-0.73557495000000017e2","0.64312758999999971e2"]],[["-0.65492767000000015e2","0.64517761000000007e2"],["-0.65658339999999953e2","0.64509720000000129e2"],["-0.65669448999999929e2","0.64510269000000108e2"],[-65.67971799999998,"0.64512207000000046e2"],["-0.65686110999999926e2","0.64515273999999977e2"],["-0.65689712999999983e2",64.51998900000001],["-0.65690276999999924e2","0.64524155000000064e2"],["-0.65689712999999983e2",64.52998400000007],["-0.65686935000000005e2","0.64538879000000122e2"],["-0.65672500999999954e2",64.56053200000008],["-0.65660278000000005e2","0.64573883000000023e2"],["-0.65651108000000022e2","0.64580551000000014e2"],["-0.65615829000000019e2","0.64599152000000004e2"],["-0.65563323999999909e2","0.64615540000000067e2"],["-0.65554442999999992e2","0.64618591000000094e2"],["-0.65546951000000035e2","0.64622481999999991e2"],["-0.65449158000000011e2","0.64678863999999976e2"],["-0.65443877999999927e2","0.64684708000000001e2"],[-65.43582200000003,"0.64696365000000128e2"],["-0.65381942999999922e2","0.64716934000000037e2"],["-0.65292495999999971e2","0.64735535000000084e2"],["-0.65256957999999941e2","0.64709991000000059e2"],["-0.65252501999999936e2","0.64706375000000037e2"],["-0.65258057000000008e2","0.64700821000000019e2"],["-0.65266402999999912e2",64.6933140000001],["-0.65249999999999886e2","0.64663605000000075e2"],["-0.65208054000000004e2","0.64639708999999982e2"],["-0.65208618000000001e2","0.64631363000000079e2"],["-0.65213897999999915e2","0.64626083000000051e2"],["-0.65228057999999919e2",64.6202550000001],["-0.65309433000000013e2",64.60054000000008],["-0.65420272999999952e2",64.55442800000003],["-0.65452788999999939e2","0.64532760999999994e2"],["-0.65450835999999924e2","0.64528320000000065e2"],["-0.65453613000000018e2","0.64524428999999998e2"],["-0.65460555999999997e2","0.64521102999999982e2"],["-0.65468886999999995e2","0.64519150000000025e2"],["-0.65492767000000015e2","0.64517761000000007e2"]],[["-0.63353333000000021e2","0.64994980000000112e2"],["-0.63349167000000023e2","0.64991652999999985e2"],[-63.34722099999999,"0.64991927999999973e2"],["-0.63330558999999994e2","0.64986923000000104e2"],["-0.63257506999999976e2",64.92942800000003],["-0.63256392999999889e2","0.64926376000000118e2"],["-0.63258895999999936e2","0.64921097000000145e2"],[-63.27305599999994,"0.64918045000000063e2"],["-0.63281386999999938e2","0.64918320000000051e2"],[-63.37777699999998,"0.64940811000000053e2"],["-0.63385276999999974e2","0.64944138000000009e2"],["-0.63393889999999942e2","0.64951096000000007e2"],["-0.63417220999999984e2",64.97137499999991],["-0.63420279999999934e2","0.64976089000000059e2"],["-0.63420279999999934e2","0.64978317000000004e2"],["-0.63418892000000028e2","0.64982483000000116e2"],["-0.63415549999999996e2","0.64986923000000104e2"],["-0.63395279000000016e2","0.64995529000000033e2"],["-0.63376105999999993e2","0.64998871000000008e2"],["-0.63363616999999977e2","0.64997208000000057e2"],["-0.63353333000000021e2","0.64994980000000112e2"]],[["-0.63243613999999923e2","0.65254990000000134e2"],["-0.63251395999999943e2","0.65253875999999991e2"],["-0.63256667999999991e2","0.65256104000000107e2"],["-0.63310554999999965e2","0.65290542999999957e2"],["-0.63313331999999946e2","0.65293869000000029e2"],["-0.63311667999999941e2","0.65298035000000084e2"],["-0.63306663999999898e2","0.65302475000000129e2"],["-0.63257781999999963e2","0.65320831000000112e2"],["-0.63244445999999925e2","0.65322769000000051e2"],["-0.63236663999999962e2","0.65321655000000078e2"],["-0.63227218999999991e2","0.65313873000000115e2"],["-0.63166388999999924e2","0.65286102000000085e2"],["-0.63165833000000021e2","0.65282486000000006e2"],["-0.63166663999999969e2",65.27915999999999],["-0.63235274999999888e2","0.65256943000000092e2"],["-0.63243613999999923e2","0.65254990000000134e2"]],[[-66.92471299999994,"0.65284424000000115e2"],["-0.66933883999999978e2","0.65283324999999991e2"],["-0.66962509000000011e2","0.65283599999999979e2"],["-0.66976943999999946e2","0.65284424000000115e2"],["-0.66989166000000012e2","0.65286377000000073e2"],[-66.99110399999995,"0.65288878999999952e2"],["-0.67011123999999938e2","0.65319153000000028e2"],["-0.67011948000000018e2","0.65323044000000095e2"],["-0.67010559000000001e2","0.65333328000000108e2"],["-0.67005004999999926e2","0.65339706000000092e2"],["-0.66992217999999923e2","0.65346100000000092e2"],["-0.66974441999999954e2","0.65350540000000137e2"],["-0.66932494999999903e2","0.65358032000000094e2"],["-0.66920273000000009e2","0.65358597000000088e2"],["-0.66910827999999867e2","0.65356933999999967e2"],["-0.66908614999999998e2",65.355255],["-0.66908050999999944e2","0.65351089000000059e2"],[-66.90943900000002,"0.65346100000000092e2"],[-66.91194200000001,"0.65342209000000025e2"],["-0.66920273000000009e2","0.65294434000000024e2"],["-0.66921386999999982e2","0.65289703000000088e2"],[-66.92471299999994,"0.65284424000000115e2"]],[["-0.89005568999999923e2","0.65385544000000039e2"],["-0.89017501999999979e2","0.65385544000000039e2"],["-0.89030288999999982e2","0.65387496999999939e2"],["-0.89076110999999969e2","0.65394714000000079e2"],["-0.89100280999999882e2","0.65400818000000072e2"],["-0.89099990999999932e2","0.65405822999999941e2"],["-0.89091674999999952e2","0.65408325000000048e2"],[-89.06806899999998,"0.65408325000000048e2"],[-89.03195199999999,"0.65407211000000075e2"],["-0.89018615999999952e2","0.65403320000000008e2"],["-0.89009445000000028e2","0.65399155000000007e2"],["-0.89005279999999914e2","0.65395538000000045e2"],["-0.89003066999999987e2","0.65390549000000078e2"],["-0.89005568999999923e2","0.65385544000000039e2"]],[["-0.88430282999999918e2","0.65455261000000064e2"],["-0.88465011999999888e2","0.65453597999999943e2"],["-0.88489990000000034e2","0.65456650000000081e2"],["-0.88503615999999909e2","0.65460541000000148e2"],["-0.88510284000000013e2","0.65464995999999985e2"],["-0.88512222000000008e2","0.65469711000000018e2"],["-0.88507506999999976e2","0.65474991000000045e2"],["-0.88496383999999978e2","0.65476928999999984e2"],["-0.88485001000000011e2","0.65477767999999969e2"],["-0.88461120999999991e2","0.65477478000000133e2"],["-0.88424163999999962e2","0.65474426000000051e2"],["-0.88398620999999878e2",65.47026100000005],[-88.39416499999993,"0.65465820000000122e2"],["-0.88399733999999967e2","0.65461380000000077e2"],["-0.88421386999999982e2","0.65456940000000088e2"],["-0.88430282999999918e2","0.65455261000000064e2"]],[["-0.62795005999999887e2","0.65519988999999953e2"],["-0.62804442999999992e2","0.65519150000000025e2"],["-0.62819450000000018e2","0.65524155000000064e2"],["-0.62826950000000011e2","0.65528046000000131e2"],["-0.62893889999999942e2","0.65581100000000106e2"],["-0.62895553999999947e2","0.65585541000000035e2"],["-0.62895553999999947e2","0.65589981000000023e2"],["-0.62889724999999942e2","0.65599152000000004e2"],["-0.62884444999999971e2",65.60554500000012],[-62.87471800000003,"0.65613602000000071e2"],[-62.8663939999999,"0.65617477000000065e2"],["-0.62856392000000028e2",65.61914100000007],["-0.62849723999999981e2","0.65618866000000082e2"],["-0.62842773000000022e2","0.65616378999999995e2"],["-0.62838051000000007e2","0.65613602000000071e2"],["-0.62834998999999925e2","0.65606644000000131e2"],["-0.62834998999999925e2","0.65604705999999965e2"],["-0.62830001999999979e2","0.65593048000000124e2"],["-0.62824448000000018e2",65.58526599999999],["-0.62817504999999926e2",65.578598],["-0.62810279999999977e2","0.65574706999999933e2"],["-0.62785560999999973e2","0.65564148000000102e2"],["-0.62765006999999969e2","0.65557480000000112e2"],["-0.62750838999999985e2","0.65551376000000062e2"],["-0.62788894999999968e2","0.65523315000000025e2"],["-0.62795005999999887e2","0.65519988999999953e2"]],[["-0.83882766999999944e2","0.65666931000000091e2"],["-0.83893889999999942e2","0.65664703000000145e2"],["-0.83906386999999938e2","0.65666931000000091e2"],["-0.83937499999999943e2","0.65677199999999914e2"],["-0.83943054000000018e2","0.65681931000000077e2"],["-0.83942214999999976e2","0.65686920000000043e2"],[-83.93638599999997,"0.65691925000000083e2"],["-0.83928328999999962e2",65.69720500000011],["-0.83896118000000001e2","0.65710266000000047e2"],["-0.83884734999999978e2","0.65712769000000037e2"],["-0.83872771999999941e2","0.65712203999999986e2"],["-0.83864440999999943e2","0.65707763999999997e2"],["-0.83868880999999988e2","0.65696930000000123e2"],["-0.83871384000000035e2","0.65686920000000043e2"],["-0.83876937999999939e2","0.65672210999999947e2"],["-0.83882766999999944e2","0.65666931000000091e2"]],[["-0.67472504000000015e2","0.65705261000000007e2"],[-67.55972300000002,"0.65702209000000096e2"],["-0.67584731999999974e2","0.65703598000000113e2"],["-0.67640563999999927e2","0.65696091000000138e2"],["-0.67691375999999934e2","0.65685806000000014e2"],["-0.67701401000000033e2","0.65686096000000077e2"],["-0.67706954999999937e2","0.65688034000000016e2"],["-0.67713897999999858e2","0.65696640000000116e2"],["-0.67715835999999967e2","0.65701659999999947e2"],["-0.67713332999999921e2","0.65705551000000014e2"],["-0.67695830999999885e2","0.65720825000000104e2"],["-0.67658614999999998e2","0.65725266000000033e2"],["-0.67577498999999989e2","0.65731658999999979e2"],["-0.67529175000000009e2","0.65734985000000052e2"],["-0.67499999999999943e2","0.65734985000000052e2"],[-67.48971599999993,"0.65734985000000052e2"],["-0.67424438000000009e2","0.65735260000000039e2"],["-0.67446944999999914e2","0.65718596999999988e2"],["-0.67472504000000015e2","0.65705261000000007e2"]],[["-0.62268332999999984e2","0.65701659999999947e2"],["-0.62259445000000028e2","0.65699707000000046e2"],["-0.62238051999999982e2","0.65702484000000084e2"],["-0.62221107000000018e2","0.65708038000000101e2"],[-62.20416999999992,"0.65711655000000064e2"],["-0.62186385999999914e2","0.65711928999999998e2"],["-0.62167777999999942e2",65.70277399999992],["-0.62131667999999934e2","0.65678863999999976e2"],["-0.62128333999999938e2","0.65674149000000114e2"],["-0.62131942999999978e2","0.65657211000000018e2"],["-0.62135276999999974e2","0.65651382000000012e2"],["-0.62142226999999991e2",65.64498900000001],["-0.62194999999999993e2","0.65612762000000032e2"],["-0.62202498999999989e2","0.65610259999999982e2"],["-0.62215004000000022e2","0.65609984999999938e2"],[-62.22444200000001,"0.65611098999999967e2"],["-0.62296950999999979e2","0.65624985000000095e2"],["-0.62455001999999979e2","0.65659988000000112e2"],["-0.62466109999999958e2","0.65663879000000009e2"],["-0.62483886999999925e2","0.65721099999999922e2"],["-0.62484443999999939e2","0.65726928999999984e2"],["-0.62483611999999994e2","0.65731658999999979e2"],["-0.62480552999999873e2","0.65737761999999918e2"],["-0.62473609999999951e2",65.74192800000003],[-62.46832999999998,"0.65744140999999956e2"],["-0.62461944999999957e2","0.65745254999999986e2"],["-0.62283889999999928e2",65.74443100000002],[-62.27194199999991,"0.65744140999999956e2"],["-0.62260283999999956e2",65.74331699999999],["-0.62252501999999993e2",65.74192800000003],[-62.251396,"0.65739151000000106e2"],["-0.62258613999999909e2","0.65728592000000049e2"],[-62.27027899999996,"0.65723038000000088e2"],["-0.62297501000000011e2","0.65708602999999982e2"],["-0.62268332999999984e2","0.65701659999999947e2"]],[["-0.83283889999999928e2","0.65834152000000131e2"],["-0.83292220999999927e2","0.65828872999999987e2"],[-83.30360399999995,"0.65826385000000016e2"],["-0.83315551999999968e2","0.65826096000000064e2"],["-0.83327498999999932e2",65.82748399999997],["-0.83347777999999892e2","0.65832489000000066e2"],["-0.83395279000000016e2",65.8316650000001],["-0.83406661999999983e2","0.65830276000000083e2"],["-0.83418059999999969e2","0.65827774000000034e2"],["-0.83429168999999945e2","0.65824432000000058e2"],["-0.83439986999999917e2","0.65819153000000085e2"],["-0.83456389999999999e2","0.65808867999999961e2"],["-0.83473327999999981e2","0.65800262000000032e2"],["-0.83485274999999945e2","0.65800812000000064e2"],["-0.83498046999999929e2","0.65804152999999928e2"],["-0.83529723999999987e2","0.65817489999999964e2"],["-0.83559157999999968e2","0.65831100000000049e2"],["-0.83575561999999934e2","0.65839980999999966e2"],["-0.83581679999999892e2","0.65844711000000018e2"],["-0.83585007000000019e2","0.65849426000000051e2"],["-0.83586120999999991e2","0.65854156000000103e2"],["-0.83580291999999986e2","0.65859420999999941e2"],["-0.83571670999999981e2","0.65862488000000042e2"],["-0.83560271999999941e2","0.65864990000000148e2"],["-0.83525283999999886e2","0.65868317000000104e2"],["-0.83478058000000033e2","0.65870255000000043e2"],["-0.83442490000000021e2","0.65870818999999983e2"],[-83.36999499999996,"0.65866653000000042e2"],[-83.345551,"0.65863876000000005e2"],["-0.83333069000000023e2","0.65860260000000096e2"],["-0.83291106999999954e2","0.65843597000000045e2"],["-0.83285277999999948e2","0.65838882000000012e2"],["-0.83283889999999928e2","0.65834152000000131e2"]],[["-0.65645843999999954e2","0.65813034000000073e2"],["-0.65656386999999995e2","0.65812759000000028e2"],["-0.65660278000000005e2","0.65819717000000026e2"],["-0.65654998999999918e2","0.65869431000000077e2"],["-0.65651671999999962e2","0.65876647999999989e2"],["-0.65647781000000009e2","0.65879974000000004e2"],["-0.65636123999999882e2",65.88638300000008],["-0.65623885999999914e2","0.65891373000000101e2"],["-0.65583069000000023e2","0.65902771000000143e2"],["-0.65542769999999962e2","0.65908035000000098e2"],["-0.65531676999999945e2","0.65908874999999966e2"],["-0.65516112999999962e2","0.65906371999999976e2"],["-0.65511397999999929e2","0.65903046000000131e2"],["-0.65512221999999895e2","0.65894440000000031e2"],["-0.65513335999999981e2","0.65890548999999965e2"],[-65.52806099999998,"0.65859420999999941e2"],["-0.65559433000000013e2","0.65834717000000012e2"],["-0.65645843999999954e2","0.65813034000000073e2"]],[["-0.85480559999999969e2","0.65791930999999977e2"],["-0.85468062999999972e2","0.65790817000000004e2"],["-0.85456389999999942e2","0.65791367000000037e2"],["-0.85445266999999944e2","0.65793869000000086e2"],["-0.85424164000000019e2","0.65801926000000094e2"],["-0.85413895000000025e2","0.65807480000000055e2"],[-85.40834000000001,"0.65812485000000095e2"],["-0.85404998999999975e2","0.65817489999999964e2"],["-0.85404175000000009e2","0.65822495000000004e2"],["-0.85393065999999862e2","0.65832764000000054e2"],["-0.85381942999999978e2","0.65835265999999933e2"],["-0.85369995000000017e2","0.65834991000000116e2"],["-0.85333327999999995e2","0.65832214000000022e2"],["-0.85313613999999916e2","0.65830276000000083e2"],["-0.85288605000000018e2","0.65826660000000004e2"],["-0.85263061999999991e2","0.65821106000000043e2"],["-0.85213622999999984e2","0.65808029000000033e2"],["-0.85202788999999939e2","0.65803588999999988e2"],[-85.18582200000003,"0.65794708000000071e2"],["-0.85162505999999894e2",65.78137200000009],["-0.85156386999999938e2","0.65776657000000057e2"],["-0.85049164000000019e2","0.65621643000000006e2"],["-0.85047774999999945e2","0.65616928000000144e2"],["-0.85048614999999984e2","0.65611923000000104e2"],["-0.85051666000000012e2","0.65606934000000138e2"],["-0.85067504999999926e2",65.59637500000008],[-85.08805799999999,"0.65585541000000035e2"],["-0.85120270000000005e2","0.65574996999999996e2"],["-0.85142226999999934e2","0.65569992000000127e2"],["-0.85175827000000027e2","0.65563309000000118e2"],["-0.85232223999999917e2","0.65554703000000018e2"],[-85.24360699999994,65.55386400000009],["-0.85267776000000026e2","0.65555542000000003e2"],["-0.85280563000000029e2",65.55802900000009],["-0.85291945999999882e2","0.65557205000000124e2"],["-0.85302490000000034e2","0.65552765000000079e2"],["-0.85307770000000005e2","0.65547760000000039e2"],["-0.85311110999999926e2","0.65542479999999955e2"],["-0.85311935000000005e2","0.65537766000000033e2"],["-0.85308043999999995e2",65.533051],["-0.85295836999999949e2",65.52388000000002],["-0.85271118000000001e2","0.65511658000000068e2"],["-0.85240829000000019e2","0.65498322000000087e2"],["-0.85204178000000013e2","0.65485809000000017e2"],["-0.85165557999999976e2","0.65474991000000045e2"],["-0.85127776999999924e2","0.65466095000000109e2"],["-0.85088608000000022e2","0.65453597999999943e2"],["-0.85043609999999944e2","0.65436371000000122e2"],[-85.02694699999995,"0.65427475000000015e2"],["-0.85015015000000005e2","0.65418319999999937e2"],["-0.85011123999999938e2","0.65413605000000075e2"],["-0.85002791999999943e2","0.65401382000000069e2"],["-0.85001403999999923e2","0.65396652000000017e2"],["-0.85005004999999983e2",65.37692300000009],["-0.85011672999999973e2","0.65352203000000031e2"],["-0.84930557000000022e2","0.65214157000000057e2"],["-0.84924712999999997e2","0.65209717000000012e2"],["-0.84912216000000001e2","0.65206375000000094e2"],["-0.84900283999999942e2","0.65206100000000106e2"],["-0.84832503999999972e2","0.65212494000000106e2"],["-0.84821395999999879e2","0.65213882000000012e2"],["-0.84810271999999998e2","0.65216385000000002e2"],["-0.84800277999999992e2","0.65221649000000014e2"],["-0.84792496000000028e2","0.65226929000000041e2"],["-0.84748046999999985e2","0.65292755000000056e2"],["-0.84746947999999975e2","0.65297485000000052e2"],["-0.84749724999999899e2","0.65307204999999954e2"],["-0.84755004999999869e2","0.65316666000000112e2"],["-0.84762221999999952e2","0.65326096000000007e2"],["-0.84761123999999995e2","0.65331099999999992e2"],["-0.84758056999999951e2","0.65336105000000032e2"],["-0.84754729999999938e2","0.65341095000000053e2"],["-0.84745834000000002e2","0.65351379000000065e2"],["-0.84740279999999984e2","0.65356368999999972e2"],["-0.84595839999999953e2","0.65475540000000024e2"],[-84.58555599999994,"0.65481093999999985e2"],["-0.84573623999999995e2","0.65481659000000036e2"],["-0.84561934999999949e2","0.65481093999999985e2"],["-0.84549437999999952e2",65.47886699999998],["-0.84440276999999924e2","0.65456650000000081e2"],["-0.84432220000000029e2","0.65453323000000125e2"],["-0.84426392000000021e2","0.65448593000000074e2"],["-0.84424712999999997e2","0.65443863000000079e2"],[-84.42582699999997,"0.65438873000000001e2"],["-0.84314437999999996e2","0.65381653000000142e2"],["-0.84291945999999996e2",65.37692300000009],["-0.84161391999999921e2","0.65341934000000037e2"],["-0.84151107999999908e2","0.65338593000000003e2"],["-0.84147507000000019e2","0.65333878000000141e2"],["-0.84153060999999923e2","0.65328598000000056e2"],["-0.84194153000000028e2","0.65297485000000052e2"],["-0.84201950000000011e2","0.65292206000000078e2"],["-0.84220839999999953e2","0.65284713999999951e2"],["-0.84228881999999999e2","0.65279434000000094e2"],["-0.84230834999999956e2","0.65269440000000088e2"],["-0.84229720999999984e2","0.65264708999999982e2"],["-0.84141388000000006e2","0.65219986000000063e2"],["-0.84088333000000034e2","0.65203873000000044e2"],["-0.83899993999999992e2","0.65165543000000071e2"],["-0.83876098999999954e2","0.65162766000000033e2"],["-0.83852782999999931e2","0.65161652000000004e2"],["-0.83666945999999939e2","0.65160811999999964e2"],["-0.83620543999999938e2","0.65160811999999964e2"],["-0.83540282999999931e2",65.16415400000011],[-83.52806099999998,"0.65161925999999937e2"],["-0.83408614999999998e2","0.65135544000000095e2"],["-0.83388061999999934e2","0.65126647999999932e2"],["-0.83378875999999991e2","0.65117203000000075e2"],[-83.33805799999999,"0.65074707000000046e2"],["-0.83334732000000031e2","0.65069992000000013e2"],["-0.83335830999999928e2","0.65064986999999974e2"],["-0.83339447000000007e2","0.65059982000000105e2"],["-0.83343063000000029e2","0.65045258000000047e2"],["-0.83340835999999967e2","0.65035537999999974e2"],["-0.83330840999999964e2","0.65021378000000084e2"],["-0.83319457999999941e2","0.65012207000000103e2"],["-0.83208053999999947e2","0.64945526000000086e2"],["-0.83198043999999868e2","0.64941086000000098e2"],["-0.83190552000000025e2","0.64939423000000147e2"],["-0.83156386999999995e2","0.64939972000000068e2"],["-0.83005004999999926e2","0.64913039999999967e2"],["-0.82992766999999901e2","0.64909714000000122e2"],["-0.82865828999999962e2","0.64873596000000077e2"],["-0.82855834999999956e2",64.86914100000007],["-0.82848052999999993e2","0.64864426000000037e2"],["-0.82842498999999918e2","0.64859985000000108e2"],["-0.82829726999999991e2","0.64840819999999951e2"],["-0.82828613000000018e2","0.64836104999999918e2"],["-0.82825287000000003e2","0.64831375000000094e2"],["-0.82816390999999953e2","0.64821930000000009e2"],["-0.82800277999999992e2","0.64808868000000018e2"],["-0.82770003999999972e2","0.64795532000000037e2"],[-82.75778200000002,"0.64791092000000049e2"],["-0.82709166999999979e2","0.64776382000000069e2"],["-0.82697220000000016e2",64.77388000000002],["-0.82569732999999928e2","0.64763885000000073e2"],["-0.82361388999999974e2","0.64763610999999969e2"],[-82.34944200000001,"0.64760269000000051e2"],["-0.82211944999999957e2","0.64718323000000055e2"],["-0.82202224999999885e2","0.64713608000000022e2"],["-0.82203339000000028e2","0.64708602999999982e2"],["-0.82209166999999979e2","0.64703598000000113e2"],["-0.82217498999999975e2","0.64698593000000074e2"],["-0.82203612999999962e2","0.64684417999999994e2"],["-0.82064437999999996e2","0.64648605000000089e2"],["-0.81932495000000017e2","0.64584427000000062e2"],["-0.81763061999999991e2","0.64501099000000067e2"],["-0.81753890999999953e2","0.64486923000000047e2"],[-81.75140399999998,"0.64472488000000112e2"],["-0.81753066999999987e2","0.64355820000000051e2"],["-0.81764174999999966e2","0.64341095000000109e2"],["-0.81770003999999972e2","0.64336105000000032e2"],["-0.81777221999999995e2","0.64326096000000007e2"],["-0.81778885000000002e2","0.64321105999999986e2"],["-0.81777221999999995e2",64.31164600000011],[-81.77416999999997,64.30664100000007],[-81.74888599999997,"0.64273605000000089e2"],["-0.81727218999999934e2","0.64258330999999998e2"],["-0.81712783999999999e2","0.64250000000000114e2"],["-0.81702788999999996e2",64.2452550000001],["-0.81669723999999974e2","0.64232758000000103e2"],["-0.81646118000000001e2",64.22554000000008],["-0.81622498000000007e2","0.64216660000000047e2"],["-0.81613051999999982e2","0.64212203999999929e2"],["-0.81600280999999939e2",64.20277400000009],["-0.81594451999999933e2","0.64193313999999987e2"],["-0.81590835999999967e2","0.64183594000000085e2"],["-0.81589995999999928e2",64.17886400000009],["-0.81602492999999981e2","0.64129974000000004e2"],["-0.81610824999999977e2","0.64125809000000004e2"],["-0.81717772999999966e2","0.64099426000000051e2"],["-0.81758621000000005e2","0.64089432000000045e2"],[-81.76916499999993,"0.64088043000000027e2"],["-0.81824447999999961e2","0.64086380000000077e2"],["-0.81879165999999941e2","0.64080826000000116e2"],["-0.81955840999999964e2",64.0619200000001],["-0.81964171999999962e2",64.0577550000001],["-0.81970000999999968e2","0.64052765000000022e2"],["-0.81973617999999931e2","0.64047759999999982e2"],["-0.81999160999999958e2","0.64003326000000015e2"],["-0.81996384000000035e2","0.63998604000000114e2"],["-0.81986938000000009e2","0.63994155999999975e2"],["-0.81975005999999951e2","0.63990546999999992e2"],["-0.81963897999999972e2","0.63988884000000041e2"],["-0.81952498999999932e2",63.98832700000014],["-0.81930556999999965e2","0.63988045000000056e2"],["-0.81897507000000019e2","0.63989990000000091e2"],["-0.81875823999999909e2","0.63991661000000136e2"],[-81.56082200000003,"0.64029433999999981e2"],[-81.44027699999998,"0.64067764000000068e2"],["-0.81383620999999948e2","0.64090546000000018e2"],["-0.81287780999999882e2","0.64080276000000083e2"],["-0.81276397999999972e2",64.07748399999997],["-0.81270003999999915e2","0.64072495000000004e2"],["-0.81264174999999966e2","0.64062759000000028e2"],["-0.81256957999999997e2","0.64059143000000006e2"],["-0.81245543999999995e2","0.64055542000000116e2"],["-0.80964721999999938e2","0.63991936000000123e2"],["-0.80942489999999964e2","0.63990546999999992e2"],["-0.80931670999999994e2","0.63991936000000123e2"],["-0.80920837000000006e2","0.63994995000000131e2"],["-0.80910277999999892e2","0.63999161000000015e2"],["-0.80906661999999926e2","0.64004166000000055e2"],["-0.80903335999999967e2","0.64013885000000073e2"],["-0.80909163999999976e2","0.64023315000000139e2"],["-0.80914168999999958e2","0.64028046000000074e2"],[-80.92582699999997,"0.64032761000000107e2"],["-0.80948607999999979e2","0.64038879000000065e2"],["-0.80967498999999918e2",64.04803499999997],["-0.80972778000000005e2","0.64052765000000022e2"],["-0.80975554999999986e2",64.0577550000001],["-0.80973891999999978e2","0.64062485000000095e2"],["-0.80935821999999973e2","0.64111923000000047e2"],["-0.80890838999999971e2",64.11554000000001],["-0.80812209999999993e2","0.64091094999999939e2"],["-0.80777495999999871e2","0.64079437000000098e2"],["-0.80734726000000023e2","0.64054153000000099e2"],["-0.80566100999999946e2","0.63994155999999975e2"],["-0.80543335000000013e2","0.63987770000000069e2"],["-0.80531677000000002e2","0.63983330000000024e2"],["-0.80522507000000019e2","0.63978600000000029e2"],["-0.80517501999999979e2","0.63973877000000016e2"],["-0.80488327000000027e2","0.63910545000000013e2"],[-80.49221799999998,"0.63905548000000067e2"],["-0.80503066999999987e2","0.63902489000000116e2"],["-0.80567504999999926e2","0.63889435000000049e2"],["-0.80453063999999927e2","0.63859436000000017e2"],["-0.80363051999999925e2","0.63841102999999976e2"],["-0.80217223999999987e2","0.63809989999999971e2"],["-0.80194480999999996e2","0.63804474000000084e2"],["-0.80189986999999974e2","0.63799995000000024e2"],["-0.80174712999999883e2","0.63780822999999998e2"],["-0.80172225999999966e2","0.63776100000000042e2"],["-0.80171660999999972e2","0.63771102999999925e2"],["-0.80178878999999881e2","0.63756660000000068e2"],["-0.80184998000000007e2","0.63751663000000121e2"],["-0.80195830999999885e2",63.748604],["-0.80346953999999982e2","0.63728042999999957e2"],["-0.80357772999999952e2","0.63728600000000085e2"],["-0.80369155999999975e2",63.73333000000008],["-0.80380279999999971e2","0.63734993000000031e2"],["-0.80391387999999949e2","0.63734993000000031e2"],["-0.80402221999999995e2","0.63734717999999987e2"],["-0.80434433000000013e2","0.63731102000000135e2"],["-0.80454178000000013e2","0.63727767999999969e2"],["-0.80485275000000001e2","0.63715546000000018e2"],["-0.80493606999999997e2","0.63710274000000084e2"],["-0.80504729999999995e2","0.63690826000000129e2"],["-0.80506393000000003e2","0.63685822000000144e2"],["-0.80510009999999966e2","0.63681107000000111e2"],[-80.52194199999991,"0.63671104000000071e2"],["-0.80587783999999999e2","0.63635826000000066e2"],["-0.80608886999999982e2","0.63628326000000015e2"],["-0.80774445000000014e2","0.63573326000000122e2"],["-0.80912216000000001e2","0.63526381999999955e2"],["-0.80922501000000011e2","0.63521378000000027e2"],["-0.80930557000000022e2","0.63516106000000093e2"],["-0.80936385999999914e2","0.63511108000000092e2"],["-0.80938048999999864e2",63.50638600000002],[-80.9375,"0.63501389000000074e2"],["-0.80934433000000013e2","0.63496658000000139e2"],["-0.80930557000000022e2","0.63482208000000014e2"],["-0.80930282999999974e2","0.63477486000000113e2"],[-80.9375,"0.63467491000000052e2"],["-0.80958053999999947e2","0.63458328000000051e2"],["-0.80968613000000005e2","0.63455269000000044e2"],["-0.80989440999999999e2","0.63450829000000056e2"],["-0.81011123999999995e2","0.63449158000000011e2"],["-0.81032775999999956e2",63.44860100000011],["-0.81054442999999992e2","0.63449158000000011e2"],["-0.81076401000000033e2","0.63451385000000016e2"],["-0.81110000999999954e2","0.63458328000000051e2"],["-0.81386123999999938e2","0.63526381999999955e2"],["-0.81694153000000028e2","0.63607498000000135e2"],["-0.81734160999999972e2","0.63625549000000092e2"],["-0.81757232999999985e2","0.63634720000000073e2"],["-0.81768889999999999e2","0.63638046000000088e2"],["-0.81779998999999975e2","0.63639717000000132e2"],["-0.81801940999999943e2","0.63641105999999979e2"],["-0.81823623999999995e2","0.63639435000000105e2"],["-0.81855270000000019e2",63.63249200000007],["-0.81876662999999951e2","0.63629990000000021e2"],["-0.81887512000000015e2",63.62943300000012],["-0.81909728999999913e2","0.63631934999999999e2"],["-0.81995270000000005e2","0.63661102000000142e2"],[-82.01167299999986,"0.63667213000000004e2"],["-0.82026397999999972e2","0.63676383999999985e2"],["-0.82031386999999938e2","0.63681107000000111e2"],["-0.82041107000000011e2","0.63685822000000144e2"],["-0.82052490000000034e2","0.63689156000000139e2"],[-82.06361400000003,"0.63690826000000129e2"],["-0.82107772999999952e2","0.63692214999999919e2"],["-0.82129439999999988e2","0.63691658000000018e2"],["-0.82214172000000019e2","0.63687766999999951e2"],["-0.82224715999999887e2","0.63686377999999991e2"],["-0.82285552999999993e2","0.63678047000000049e2"],["-0.82296111999999937e2","0.63674713000000111e2"],["-0.82299437999999952e2","0.63669715999999994e2"],["-0.82298889000000031e2","0.63664992999999981e2"],["-0.82302215999999987e2","0.63659987999999942e2"],["-0.82307769999999948e2","0.63654991000000052e2"],["-0.82318344000000025e2","0.63651657000000057e2"],["-0.82328887999999949e2",63.65026899999998],["-0.82339995999999871e2","0.63650826000000052e2"],["-0.82351395000000025e2","0.63653320000000008e2"],["-0.82472228999999913e2","0.63680275000000051e2"],["-0.82483886999999982e2",63.68471500000004],["-0.82491103999999893e2","0.63689156000000139e2"],["-0.82535278000000005e2","0.63726378999999952e2"],["-0.82545836999999949e2","0.63735550000000103e2"],["-0.82549728000000016e2","0.63745270000000005e2"],["-0.82550827000000027e2","0.63750000000000057e2"],["-0.82546951000000035e2","0.63764717000000019e2"],["-0.82543334999999956e2","0.63769714000000135e2"],["-0.82532226999999978e2","0.63779991000000109e2"],["-0.82514450000000011e2","0.63790276000000063e2"],["-0.82504456000000005e2","0.63795547000000056e2"],["-0.82484160999999972e2","0.63804993000000024e2"],["-0.82473617999999931e2",63.80832700000002],["-0.82431945999999982e2","0.63820273999999984e2"],["-0.82420837000000006e2","0.63820831000000055e2"],[-82.40972899999997,"0.63819160000000011e2"],["-0.82398055999999883e2","0.63815826000000015e2"],["-0.82386672999999973e2","0.63814156000000025e2"],["-0.82376389000000017e2",63.81749700000006],["-0.82372771999999998e2",63.82249500000006],["-0.82353881999999942e2","0.63852219000000105e2"],["-0.82351395000000025e2","0.63861938000000066e2"],["-0.82358336999999949e2","0.63900543000000027e2"],["-0.82361388999999974e2","0.63905265999999983e2"],["-0.82368880999999988e2","0.63909988000000112e2"],["-0.82378325999999959e2",63.91443600000008],["-0.82413894999999968e2","0.63926940999999999e2"],["-0.82525833000000034e2","0.63966103000000032e2"],["-0.82548888999999974e2",63.96915400000006],["-0.82828613000000018e2","0.63979431000000034e2"],["-0.82967223999999987e2","0.63965546000000131e2"],["-0.82978058000000033e2","0.63963051000000121e2"],["-0.83064162999999951e2","0.63951934999999992e2"],["-0.83086944999999957e2","0.63954994000000113e2"],["-0.83098891999999921e2","0.63959160000000054e2"],[-83.12388599999997,"0.63972763000000043e2"],["-0.83129165999999941e2","0.63977486000000056e2"],["-0.83145279000000016e2","0.64001099000000124e2"],["-0.83139724999999999e2","0.64006103999999993e2"],["-0.83095550999999887e2","0.64028320000000008e2"],[-83.029449,"0.64074707000000103e2"],["-0.83016113000000018e2","0.64084991000000116e2"],["-0.82996947999999975e2",64.10026600000009],["-0.82980285999999978e2",64.11554000000001],[-82.97084000000001,"0.64125534000000016e2"],["-0.82961944999999901e2","0.64135818000000029e2"],["-0.82960555999999997e2","0.64140548999999965e2"],[-82.96166999999997,"0.64145538000000101e2"],["-0.82964721999999995e2","0.64150269000000037e2"],["-0.83008346999999958e2","0.64187484999999981e2"],["-0.83019729999999981e2","0.64188873000000058e2"],["-0.83072783999999956e2","0.64186646000000053e2"],["-0.83105269999999962e2","0.64181655999999975e2"],["-0.83126388999999961e2","0.64175811999999951e2"],["-0.83157227000000034e2","0.64163040000000137e2"],["-0.83339447000000007e2","0.64134720000000129e2"],["-0.83488327000000027e2","0.64122482000000048e2"],["-0.83519729999999981e2",64.11442599999998],["-0.83530288999999925e2","0.64111099000000081e2"],["-0.83548339999999996e2","0.64102478000000133e2"],["-0.83673324999999977e2","0.64017212000000029e2"],["-0.83682220000000029e2","0.64007217000000082e2"],["-0.83683318999999983e2","0.64002212999999927e2"],["-0.83676666000000012e2","0.63992766999999958e2"],["-0.83665833000000021e2","0.63983603999999957e2"],["-0.83642501999999979e2","0.63969986000000119e2"],["-0.83626099000000011e2","0.63956099999999992e2"],["-0.83608611999999994e2","0.63937492000000077e2"],["-0.83605559999999969e2","0.63932770000000005e2"],["-0.83604171999999949e2","0.63928047000000049e2"],["-0.83595839999999896e2","0.63825829000000056e2"],["-0.83596664000000033e2","0.63820831000000055e2"],["-0.83623046999999929e2","0.63781661999999983e2"],["-0.83631942999999865e2","0.63771659999999997e2"],["-0.83637222000000008e2","0.63766388000000063e2"],["-0.83647507000000019e2","0.63763054000000125e2"],["-0.83658614999999941e2","0.63763611000000026e2"],["-0.83670272999999952e2","0.63766937000000041e2"],["-0.83694442999999978e2","0.63775826000000109e2"],["-0.83718613000000005e2","0.63779991000000109e2"],["-0.83740554999999972e2","0.63779991000000109e2"],["-0.83750838999999985e2","0.63776657000000114e2"],["-0.83824172999999973e2","0.63747490000000028e2"],["-0.84007232999999985e2","0.63668053000000043e2"],["-0.84012786999999889e2","0.63662765999999976e2"],["-0.84021117999999944e2",63.65277100000003],["-0.84027495999999928e2","0.63642769000000044e2"],["-0.84050277999999935e2","0.63626938000000109e2"],["-0.84069457999999997e2","0.63616386000000091e2"],["-0.84079453000000001e2","0.63611938000000123e2"],["-0.84089447000000007e2","0.63607773000000122e2"],[-84.09973100000002,"0.63605270000000132e2"],["-0.84110000999999954e2","0.63603607000000068e2"],["-0.84121383999999978e2","0.63604163999999969e2"],["-0.84132767000000001e2","0.63606658999999979e2"],["-0.84144729999999925e2","0.63610825000000034e2"],["-0.84162216000000001e2","0.63619713000000047e2"],["-0.84174164000000019e2","0.63623047000000042e2"],["-0.84196380999999917e2",63.62499200000002],["-0.84261123999999995e2",63.62082700000002],["-0.84286117999999988e2","0.63615546999999935e2"],["-0.84388061999999991e2","0.63559158000000082e2"],["-0.84395279000000016e2","0.63553879000000109e2"],[-84.40055799999999,"0.63548607000000004e2"],["-0.84446380999999974e2",63.488045],["-0.84449431999999888e2","0.63483046999999999e2"],["-0.84452224999999942e2","0.63472488000000112e2"],["-0.84447220000000016e2","0.63453323000000012e2"],["-0.84449157999999954e2","0.63443603999999993e2"],["-0.84477492999999981e2",63.3836060000001],["-0.84563323999999966e2","0.63337494000000049e2"],["-0.84754456000000005e2","0.63264160000000061e2"],["-0.84774170000000026e2","0.63257217000000082e2"],["-0.84793883999999991e2","0.63250274999999988e2"],["-0.84823059000000001e2","0.63237213000000111e2"],[-84.841949,"0.63227211000000011e2"],["-0.84870834000000002e2","0.63214157000000114e2"],["-0.84890563999999983e2","0.63207214000000079e2"],["-0.85143341000000021e2","0.63139992000000063e2"],["-0.85224166999999966e2","0.63120827000000133e2"],["-0.85244995000000017e2","0.63118598999999961e2"],["-0.85266402999999968e2","0.63117493000000138e2"],["-0.85288054999999986e2","0.63118324000000143e2"],["-0.85343338000000017e2","0.63122765000000072e2"],["-0.85375823999999909e2","0.63123877999999934e2"],["-0.85396956999999929e2","0.63122765000000072e2"],["-0.85449158000000011e2","0.63116661000000022e2"],["-0.85482223999999974e2","0.63118598999999961e2"],["-0.85493331999999953e2","0.63119987000000094e2"],["-0.85505004999999983e2","0.63123046999999929e2"],["-0.85536391999999921e2","0.63134995000000004e2"],["-0.85543883999999935e2","0.63138328999999999e2"],["-0.85577788999999939e2","0.63165543000000127e2"],["-0.85589171999999962e2","0.63174712999999997e2"],["-0.85592498999999975e2",63.17943600000001],["-0.85638061999999934e2","0.63244995000000074e2"],["-0.85639175000000023e2","0.63249718000000087e2"],["-0.85648345999999947e2",63.33554799999996],["-0.85653884999999946e2","0.63408882000000006e2"],["-0.85650833000000034e2","0.63428604000000007e2"],["-0.85644454999999994e2","0.63443603999999993e2"],["-0.85635833999999988e2","0.63458603000000039e2"],["-0.85626098999999897e2","0.63468880000000013e2"],["-0.85618057000000022e2","0.63479156000000103e2"],[-85.60722399999986,"0.63494438000000116e2"],["-0.85604995999999971e2","0.63509163000000058e2"],["-0.85591110000000015e2","0.63617493000000024e2"],[-85.59333799999996,"0.63631934999999999e2"],["-0.85596114999999941e2","0.63641380000000083e2"],["-0.85607497999999964e2","0.63665268000000026e2"],[-85.61332699999997,"0.63669715999999994e2"],["-0.85717498999999975e2","0.63716103000000089e2"],["-0.85879439999999988e2","0.63704711999999915e2"],[-85.98582499999992,"0.63693320999999969e2"],["-0.86017226999999934e2",63.68832400000008],["-0.86183608999999933e2","0.63653046000000074e2"],["-0.86224441999999954e2","0.63642769000000044e2"],["-0.86244995000000017e2","0.63639435000000105e2"],["-0.86266952999999944e2","0.63638046000000088e2"],["-0.86300277999999935e2","0.63639717000000132e2"],["-0.86346114999999998e2","0.63645546000000138e2"],["-0.86381377999999984e2","0.63652214000000129e2"],["-0.86450286999999889e2","0.63660545000000013e2"],["-0.86552779999999871e2","0.63670273000000066e2"],[-86.56361400000003,"0.63670546999999999e2"],["-0.86596114999999941e2","0.63668602000000021e2"],["-0.86626937999999996e2","0.63661659000000043e2"],["-0.86666397000000018e2","0.63648331000000042e2"],["-0.86694442999999922e2","0.63633606000000043e2"],["-0.86733886999999982e2","0.63606658999999979e2"],["-0.86759170999999981e2","0.63590271000000087e2"],["-0.86778060999999923e2","0.63581108000000086e2"],["-0.86807495000000017e2","0.63571380999999974e2"],["-0.86837783999999999e2","0.63563323999999966e2"],["-0.86847778000000005e2","0.63560822000000087e2"],["-0.86879165999999998e2","0.63555549999999982e2"],["-0.86922225999999966e2","0.63552773000000059e2"],["-0.87050551999999982e2","0.63549720999999977e2"],["-0.87083618000000001e2","0.63550270000000125e2"],["-0.87095275999999956e2","0.63551384000000098e2"],["-0.87118606999999997e2","0.63555824000000086e2"],["-0.87141388000000006e2","0.63563881000000094e2"],[-87.14973399999991,"0.63568329000000062e2"],["-0.87188048999999864e2","0.63589989000000003e2"],["-0.87217223999999987e2","0.63622215000000097e2"],["-0.87222778000000005e2","0.63631660000000011e2"],["-0.87226394999999968e2","0.63641105999999979e2"],["-0.87225280999999995e2","0.63651099999999985e2"],[-87.22193900000002,"0.63665825000000098e2"],["-0.87218886999999938e2","0.63675827000000083e2"],["-0.87210830999999985e2","0.63691100999999946e2"],["-0.87200835999999867e2","0.63706657000000121e2"],["-0.87186661000000015e2","0.63722213999999951e2"],["-0.87161117999999931e2","0.63743607000000054e2"],["-0.86943877999999927e2","0.63900543000000027e2"],["-0.86934432999999956e2","0.63906097000000045e2"],["-0.86915282999999988e2",63.91443600000008],["-0.86875823999999966e2","0.63928604000000121e2"],["-0.86784163999999976e2","0.63956940000000031e2"],["-0.86763625999999988e2","0.63962212000000136e2"],["-0.86700287000000003e2","0.63972214000000122e2"],["-0.86668609999999887e2","0.63978324999999984e2"],["-0.86503890999999896e2","0.64018326000000002e2"],[-86.41361999999998,"0.64048598999999967e2"],["-0.86255004999999926e2","0.64076096000000064e2"],["-0.86233611999999994e2","0.64079437000000098e2"],["-0.86223327999999981e2","0.64081940000000088e2"],["-0.86213333000000034e2","0.64085541000000148e2"],["-0.86203888000000006e2","0.64091094999999939e2"],["-0.86189437999999882e2","0.64101653999999996e2"],["-0.86178328999999962e2","0.64121918000000107e2"],["-0.86178878999999995e2","0.64131653000000028e2"],["-0.86182220000000029e2","0.64141373000000101e2"],["-0.86212219000000005e2","0.64178589000000045e2"],["-0.86253066999999987e2","0.64200546000000088e2"],["-0.86273894999999982e2","0.64208878000000084e2"],["-0.86300551999999982e2","0.64221924000000058e2"],["-0.86308884000000035e2","0.64226379000000065e2"],[-86.3125,"0.64230819999999994e2"],["-0.86354720999999984e2","0.64289978000000133e2"],["-0.86384170999999981e2",64.36442599999998],["-0.86401672000000019e2","0.64436645999999996e2"],["-0.86401107999999965e2","0.64441649999999925e2"],["-0.86383620999999948e2","0.64564987000000087e2"],["-0.86368880999999988e2","0.64629424999999969e2"],["-0.86315552000000025e2","0.64701096000000064e2"],["-0.86272506999999962e2","0.64768051000000014e2"],[-86.24888599999997,"0.64793868999999916e2"],["-0.86238891999999964e2","0.64804152999999985e2"],["-0.86231383999999935e2","0.64809418000000051e2"],["-0.86221114999999998e2","0.64813034000000073e2"],["-0.86210280999999952e2","0.64814697000000024e2"],["-0.86198607999999922e2",64.81442300000009],["-0.86187209999999993e2","0.64815262000000018e2"],["-0.86176665999999955e2","0.64817764000000125e2"],["-0.86171660999999915e2","0.64823043999999982e2"],["-0.86152495999999928e2","0.64918045000000063e2"],["-0.86151947000000007e2","0.64923035000000084e2"],["-0.86153335999999911e2","0.64927765000000136e2"],["-0.86157226999999978e2","0.64932479999999998e2"],["-0.86181106999999997e2","0.64955551000000014e2"],["-0.86187209999999993e2","0.64959991000000002e2"],["-0.86212509000000011e2","0.64966385000000059e2"],[-86.22084000000001,"0.64970535000000041e2"],["-0.86226394999999968e2","0.64979980000000126e2"],["-0.86227782999999988e2","0.64983871000000022e2"],["-0.86225829999999974e2","0.64998596000000134e2"],["-0.86225006000000008e2","0.65003601000000003e2"],["-0.86212219000000005e2",65.03387500000008],["-0.86206389999999885e2","0.65043869000000086e2"],["-0.86198333999999988e2","0.65054153000000099e2"],["-0.86189986999999917e2","0.65064423000000033e2"],[-86.18472300000002,"0.65069717000000026e2"],["-0.86165282999999931e2","0.65080551000000071e2"],["-0.86144729999999981e2",65.08859300000006],["-0.86138335999999924e2","0.65094437000000028e2"],["-0.86138061999999991e2","0.65099425999999994e2"],["-0.86135558999999944e2",65.1827550000001],["-0.86137221999999952e2","0.65197753999999975e2"],["-0.86141953000000001e2","0.65212204000000099e2"],["-0.86146118000000001e2","0.65216660000000047e2"],["-0.86151397999999972e2","0.65226379000000009e2"],["-0.86164168999999958e2","0.65250000000000114e2"],["-0.86170546999999942e2","0.65269150000000081e2"],["-0.86171660999999915e2","0.65278869999999984e2"],["-0.86153335999999911e2","0.65384720000000073e2"],["-0.86149733999999967e2","0.65394714000000079e2"],["-0.86111937999999952e2","0.65494141000000013e2"],["-0.86097777999999948e2","0.65529160000000104e2"],["-0.86013900999999976e2","0.65709152000000074e2"],["-0.86010009999999909e2","0.65714996000000099e2"],["-0.85993880999999988e2","0.65730545000000006e2"],["-0.85982773000000009e2","0.65740814000000057e2"],["-0.85975280999999882e2","0.65746094000000085e2"],["-0.85888335999999981e2","0.65799987999999928e2"],["-0.85832503999999915e2","0.65832489000000066e2"],["-0.85791381999999999e2","0.65853317000000118e2"],["-0.85770554000000004e2","0.65862198000000035e2"],["-0.85728333000000021e2","0.65879425000000083e2"],["-0.85696654999999907e2","0.65891937000000041e2"],["-0.85621108999999933e2","0.65917480000000012e2"],[-85.56527699999998,"0.65930267000000015e2"],["-0.85542496000000028e2","0.65933319000000097e2"],["-0.85506667999999991e2","0.65934418000000051e2"],["-0.85493880999999988e2","0.65932205000000124e2"],["-0.85491013000000009e2","0.65931060999999943e2"],["-0.85482773000000009e2","0.65927765000000079e2"],["-0.85476944000000003e2","0.65923309000000017e2"],["-0.85468886999999938e2","0.65913879000000122e2"],["-0.85469726999999978e2","0.65908874999999966e2"],["-0.85473891999999978e2","0.65898880000000077e2"],["-0.85488892000000021e2","0.65878586000000098e2"],["-0.85511123999999995e2","0.65857758000000047e2"],["-0.85520554000000004e2",65.84275800000006],["-0.85523620999999991e2","0.65823043999999982e2"],["-0.85520554000000004e2","0.65813309000000061e2"],["-0.85516662999999994e2","0.65808594000000028e2"],["-0.85510559000000001e2","0.65804152999999928e2"],["-0.85493331999999953e2","0.65795258000000103e2"],["-0.85480559999999969e2","0.65791930999999977e2"]],[["-0.62136664999999937e2","0.65851379000000009e2"],["-0.62141669999999976e2","0.65849716000000058e2"],["-0.62154442000000017e2","0.65850815000000068e2"],["-0.62162216000000001e2","0.65854156000000103e2"],["-0.62210830999999985e2","0.65880539000000056e2"],["-0.62296950999999979e2","0.65927765000000079e2"],["-0.62296669000000009e2","0.65938583000000051e2"],["-0.62281386999999995e2","0.65946365000000014e2"],["-0.62265006999999969e2","0.65946930000000066e2"],["-0.62230552999999986e2","0.65943862999999965e2"],["-0.62167220999999984e2","0.65932754999999986e2"],["-0.62137779000000023e2","0.65925811999999951e2"],["-0.62139724999999999e2","0.65913040000000137e2"],["-0.62118606999999997e2","0.65881087999999977e2"],["-0.62129996999999889e2","0.65859146000000123e2"],["-0.62136664999999937e2","0.65851379000000009e2"]],[["-0.67138335999999981e2",65.92692599999998],["-0.67145844000000011e2","0.65926376000000118e2"],["-0.67154448999999943e2",65.92886400000009],["-0.67161117999999988e2","0.65932205000000124e2"],["-0.67185271999999941e2","0.65948317999999972e2"],["-0.67209166999999923e2","0.65978867000000037e2"],["-0.67211945000000014e2","0.65982758000000103e2"],["-0.67208892999999989e2","0.65984421000000054e2"],["-0.67199158000000011e2","0.65986373999999955e2"],["-0.67181380999999874e2","0.65987198000000092e2"],["-0.67166945999999939e2","0.65984984999999995e2"],["-0.67153885000000002e2","0.65978591999999992e2"],["-0.67152785999999992e2","0.65974990999999989e2"],["-0.67152602999999885e2","0.65970733999999993e2"],["-0.67134445000000028e2","0.65933044000000052e2"],["-0.67134734999999921e2","0.65930267000000015e2"],["-0.67138335999999981e2",65.92692599999998]],[["-0.83576950000000011e2","0.65983047000000056e2"],["-0.83588607999999965e2","0.65981658999999922e2"],[-83.60082999999986,"0.65983322000000044e2"],["-0.83604445999999996e2","0.65987762000000089e2"],[-83.60082999999986,"0.65993042000000116e2"],["-0.83588897999999972e2","0.66003052000000025e2"],["-0.83570007000000032e2","0.66013611000000083e2"],["-0.83547500999999954e2","0.66019440000000088e2"],["-0.83511397999999986e2","0.66019989000000066e2"],["-0.83498885999999914e2",66.01748699999996],["-0.83493056999999965e2","0.66012771999999927e2"],[-83.50140399999998,66.00749200000007],["-0.83510009999999966e2","0.66003325999999959e2"],["-0.83554442999999935e2","0.65988876000000062e2"],["-0.83576950000000011e2","0.65983047000000056e2"]],[["-0.84722777999999948e2","0.65546097000000088e2"],["-0.84733886999999982e2","0.65544708000000128e2"],["-0.84746108999999933e2","0.65545822000000101e2"],[-84.78472899999997,"0.65556640999999956e2"],["-0.84803604000000007e2","0.65565536000000009e2"],["-0.84828612999999962e2","0.65578873000000044e2"],["-0.84840835999999967e2","0.65588043000000084e2"],["-0.84848052999999879e2","0.65597487999999998e2"],["-0.84853333000000021e2","0.65606934000000138e2"],["-0.84852218999999934e2","0.65611923000000104e2"],["-0.84857772999999952e2","0.65645827999999995e2"],["-0.84858886999999925e2","0.65650818000000072e2"],["-0.84866393999999957e2","0.65659988000000112e2"],["-0.84878601000000003e2","0.65669144000000074e2"],["-0.84900283999999942e2",65.67804000000001],["-0.85028609999999958e2","0.65711655000000064e2"],["-0.85063048999999921e2","0.65723312000000021e2"],["-0.85073897999999986e2","0.65727768000000083e2"],["-0.85082229999999981e2","0.65732208000000128e2"],["-0.85106948999999929e2","0.65750548999999921e2"],["-0.85118057000000022e2","0.65764709000000039e2"],["-0.85181945999999982e2","0.65945526000000086e2"],["-0.85173049999999932e2","0.65994705000000067e2"],["-0.85143889999999942e2","0.66021103000000039e2"],["-0.85137222000000008e2","0.66023315000000082e2"],["-0.85081679999999949e2",66.026657],["-0.85057495000000017e2",66.02609300000006],[-84.9375,"0.66010543999999982e2"],["-0.84924712999999997e2","0.66008040999999992e2"],["-0.84910277999999892e2","0.66000000000000114e2"],["-0.84887221999999952e2","0.65945526000000086e2"],["-0.84883330999999885e2","0.65940811000000053e2"],["-0.84807770000000005e2","0.65895828000000108e2"],["-0.84755004999999869e2","0.65853317000000118e2"],["-0.84716110000000015e2","0.65817215000000147e2"],["-0.84714171999999962e2","0.65807205000000067e2"],["-0.84712783999999942e2","0.65802200000000028e2"],["-0.84707779000000016e2","0.65792755000000113e2"],["-0.84637222000000008e2","0.65712203999999986e2"],["-0.84597503999999958e2","0.65696640000000116e2"],["-0.84586670000000026e2","0.65692200000000071e2"],["-0.84574172999999917e2","0.65639160000000004e2"],["-0.84576110999999969e2","0.65629150000000095e2"],["-0.84585006999999962e2",65.61914100000007],["-0.84598617999999931e2","0.65608597000000032e2"],["-0.84667769999999962e2","0.65560532000000023e2"],["-0.84722777999999948e2","0.65546097000000088e2"]],[["-0.83608611999999994e2","0.66044144000000074e2"],["-0.83642226999999991e2","0.66034988000000112e2"],["-0.83652221999999995e2","0.66036652000000117e2"],["-0.83653609999999901e2",66.04136699999998],["-0.83647507000000019e2","0.66046646000000123e2"],["-0.83644164999999987e2","0.66051650999999993e2"],["-0.83626099000000011e2","0.66066940000000102e2"],["-0.83618056999999965e2","0.66072220000000129e2"],["-0.83607223999999974e2",66.07748400000014],["-0.83597778000000005e2","0.66078873000000101e2"],["-0.83583618000000001e2","0.66070540999999935e2"],["-0.83577788999999996e2",66.06581100000011],["-0.83570847000000015e2","0.66056366000000025e2"],["-0.83574447999999961e2","0.66051376000000005e2"],[-83.58555599999994,"0.66048035000000141e2"],[-83.59722899999997,"0.66046646000000123e2"],["-0.83608611999999994e2","0.66044144000000074e2"]],[["-0.85019164999999987e2",66.05720500000001],["-0.85135558999999944e2","0.66044434000000081e2"],["-0.85147781000000009e2","0.66045821999999987e2"],["-0.85149170000000026e2",66.05053700000002],["-0.85107773000000009e2","0.66084427000000119e2"],[-85.09973100000002,"0.66089706000000092e2"],["-0.85063323999999966e2","0.66087769000000037e2"],["-0.85038604999999961e2","0.66086105000000032e2"],["-0.85016112999999905e2","0.66079712000000086e2"],["-0.85008620999999948e2","0.66070540999999935e2"],["-0.85006957999999941e2","0.66065536000000066e2"],["-0.85010283999999956e2","0.66060531999999967e2"],["-0.85019164999999987e2",66.05720500000001]],[["-0.83649444999999901e2","0.66083602999999982e2"],["-0.83661117999999988e2","0.66081940000000031e2"],["-0.83673614999999984e2","0.66083327999999938e2"],["-0.83692490000000021e2","0.66091370000000097e2"],["-0.83696105999999986e2","0.66096099999999979e2"],["-0.83689986999999974e2","0.66111099000000024e2"],["-0.83685271999999941e2","0.66121093999999914e2"],["-0.83678878999999995e2","0.66125259000000142e2"],["-0.83606658999999979e2","0.66124146000000053e2"],["-0.83593886999999938e2","0.66121643000000063e2"],["-0.83587783999999999e2","0.66117203000000075e2"],["-0.83591674999999896e2","0.66112197999999978e2"],["-0.83604445999999996e2","0.66105820000000051e2"],["-0.83610549999999932e2",66.10165399999994],["-0.83638061999999991e2","0.66086928999999998e2"],["-0.83649444999999901e2","0.66083602999999982e2"]],[["-0.83921386999999982e2","0.66009720000000016e2"],["-0.83730834999999956e2","0.65947754000000032e2"],["-0.83705840999999964e2","0.65934143000000063e2"],["-0.83694152999999972e2","0.65924697999999978e2"],["-0.83683318999999983e2","0.65910538000000088e2"],["-0.83680832000000009e2","0.65901093000000003e2"],["-0.83689163000000008e2","0.65866653000000042e2"],["-0.83699721999999952e2","0.65851379000000009e2"],["-0.83713897999999972e2","0.65841094999999939e2"],["-0.83724715999999944e2","0.65836929000000055e2"],[-83.73582499999992,"0.65833603000000039e2"],["-0.83727492999999924e2","0.65799713000000111e2"],["-0.83525008999999955e2","0.65737761999999918e2"],["-0.83360001000000011e2","0.65727478000000076e2"],["-0.83348052999999993e2","0.65726928999999984e2"],[-83.25111400000003,"0.65716934000000037e2"],["-0.83226944000000003e2","0.65714157000000114e2"],["-0.83214447000000007e2","0.65710541000000092e2"],["-0.83210830999999871e2","0.65705826000000059e2"],[-83.25111400000003,"0.65654709000000139e2"],["-0.83259445000000028e2","0.65649429000000055e2"],["-0.83288894999999968e2","0.65632750999999985e2"],["-0.83299727999999959e2","0.65629424999999969e2"],["-0.83311110999999983e2","0.65627196999999967e2"],["-0.83345000999999968e2",65.62081900000004],["-0.83379165999999998e2","0.65615540000000067e2"],["-0.83391387999999949e2","0.65617203000000131e2"],["-0.83399170000000026e2",65.62081900000004],["-0.83406113000000005e2","0.65630264000000068e2"],[-83.41194200000001,"0.65634720000000016e2"],["-0.83419998000000021e2","0.65639435000000049e2"],["-0.83430557000000022e2","0.65643875000000037e2"],["-0.83443328999999949e2","0.65648041000000148e2"],["-0.83468612999999948e2","0.65654984000000127e2"],["-0.83493056999999965e2",65.65776100000005],["-0.83505004999999926e2","0.65658324999999991e2"],["-0.83528610000000015e2","0.65658324999999991e2"],["-0.83598891999999978e2","0.65656372000000033e2"],["-0.83660277999999948e2","0.65647217000000012e2"],["-0.83829726999999991e2",65.64498900000001],["-0.83842772999999909e2","0.65649155000000121e2"],["-0.83846114999999941e2","0.65653869999999984e2"],[-83.84973100000002,"0.65668320000000108e2"],["-0.83846389999999985e2","0.65673309000000074e2"],["-0.83840560999999866e2","0.65678589000000102e2"],["-0.83794158999999979e2","0.65719437000000028e2"],["-0.83785827999999981e2","0.65724700999999982e2"],["-0.83775009000000011e2","0.65728043000000127e2"],["-0.83740828999999962e2","0.65733322000000101e2"],["-0.83695266999999944e2","0.65741089000000045e2"],["-0.83684158000000025e2",65.74443100000002],["-0.83682769999999948e2","0.65749419999999986e2"],["-0.83688888999999961e2","0.65754166000000055e2"],["-0.83785278000000005e2","0.65788879000000065e2"],["-0.83797501000000011e2","0.65789429000000098e2"],["-0.83808883999999978e2",65.78804000000008],[-83.84973100000002,"0.65780548000000124e2"],[-83.90583799999996,"0.65767487000000017e2"],["-0.83927490000000034e2","0.65759720000000073e2"],["-0.83938048999999978e2",65.74443100000002],["-0.83948607999999922e2","0.65740265000000079e2"],["-0.83960007000000019e2","0.65737761999999918e2"],["-0.83971664000000033e2","0.65737198000000149e2"],["-0.83983886999999925e2","0.65738586000000055e2"],["-0.84071121000000005e2",65.75],["-0.84120543999999938e2","0.65758331000000055e2"],["-0.84133330999999941e2","0.65760817999999972e2"],["-0.84143615999999952e2","0.65764160000000061e2"],["-0.84145003999999972e2","0.65769149999999968e2"],["-0.84141388000000006e2","0.65774155000000007e2"],[-84.11721799999998,"0.65789703000000031e2"],["-0.84111388999999974e2","0.65794983000000059e2"],["-0.84103333000000021e2","0.65809981999999934e2"],["-0.84101105000000018e2","0.65819717000000026e2"],["-0.84123610999999926e2","0.65900269000000037e2"],["-0.84189437999999996e2","0.65968322999999998e2"],["-0.84198043999999925e2","0.65973038000000031e2"],["-0.84208617999999888e2","0.65977203000000031e2"],["-0.84286391999999978e2","0.65999145999999996e2"],["-0.84299438000000009e2","0.66002487000000031e2"],[-84.31138599999997,"0.66003052000000025e2"],["-0.84323333999999988e2","0.66002487000000031e2"],["-0.84358046999999999e2","0.65997756999999979e2"],["-0.84369995000000017e2","0.65997208000000057e2"],["-0.84382766999999944e2","0.66000549000000092e2"],["-0.84424163999999962e2","0.66028046000000018e2"],["-0.84436110999999926e2","0.66037201000000096e2"],["-0.84464447000000007e2","0.66060257000000092e2"],["-0.84468062999999972e2","0.66064986999999974e2"],["-0.84469161999999983e2","0.66069992000000013e2"],["-0.84470001000000025e2","0.66089431999999988e2"],["-0.84471114999999998e2","0.66128311000000053e2"],["-0.84470275999999956e2","0.66133331000000112e2"],["-0.84464447000000007e2","0.66138321000000133e2"],["-0.84455841000000021e2","0.66141663000000051e2"],["-0.84433060000000012e2","0.66138885000000073e2"],["-0.84381103999999993e2","0.66129149999999981e2"],["-0.84368056999999908e2","0.66125808999999947e2"],["-0.84240279999999927e2","0.66098328000000095e2"],["-0.84146392999999875e2","0.66081099999999992e2"],["-0.84039443999999946e2","0.66076934999999992e2"],[-84.00167799999997,"0.66033600000000035e2"],["-0.83921386999999982e2","0.66009720000000016e2"]],[["-0.84579726999999991e2","0.66141373000000044e2"],["-0.84627486999999917e2","0.66139160000000118e2"],["-0.84639998999999989e2","0.66140549000000078e2"],["-0.84648346000000004e2","0.66144989000000123e2"],[-84.654449,"0.66149429000000112e2"],["-0.84675827000000027e2","0.66173035000000027e2"],["-0.84678604000000007e2","0.66182480000000055e2"],["-0.84667220999999927e2","0.66184981999999991e2"],["-0.84618880999999988e2","0.66176651000000049e2"],[-84.59333799999996,"0.66171097000000088e2"],["-0.84589447000000007e2","0.66166382000000056e2"],["-0.84574448000000018e2","0.66147491000000002e2"],["-0.84579726999999991e2","0.66141373000000044e2"]],[["-0.84265288999999996e2","0.66177765000000022e2"],["-0.84276947000000007e2","0.66175262000000089e2"],["-0.84289169000000015e2","0.66175537000000077e2"],["-0.84301391999999964e2","0.66176926000000094e2"],["-0.84313889000000017e2","0.66179428000000144e2"],["-0.84353333000000021e2","0.66190262000000018e2"],["-0.84361937999999952e2","0.66194702000000063e2"],["-0.84364440999999943e2","0.66204436999999928e2"],["-0.84363616999999977e2","0.66209427000000005e2"],["-0.84360001000000011e2","0.66214432000000045e2"],[-84.348343,"0.66215820000000122e2"],["-0.84335830999999985e2","0.66214432000000045e2"],[-84.30972300000002,"0.66207764000000054e2"],["-0.84299164000000019e2","0.66203322999999955e2"],[-84.27305599999994,"0.66196640000000002e2"],["-0.84264450000000011e2","0.66192199999999957e2"],["-0.84258347000000015e2","0.66187759000000085e2"],["-0.84256957999999997e2",66.1827550000001],["-0.84265288999999996e2","0.66177765000000022e2"]],[["-0.62183883999999864e2","0.66237198000000092e2"],["-0.62199164999999994e2","0.66216933999999924e2"],["-0.62404998999999862e2","0.66218597000000045e2"],["-0.62415276000000006e2","0.66219147000000078e2"],["-0.62421668999999952e2","0.66222214000000008e2"],[-62.42999999999995,"0.66229156000000103e2"],["-0.62426665999999898e2","0.66233046999999999e2"],["-0.62419167000000016e2","0.66237762000000032e2"],["-0.62319450000000018e2","0.66269440000000031e2"],["-0.62301940999999999e2","0.66274994000000049e2"],["-0.62287223999999924e2","0.66278046000000131e2"],["-0.62278336000000024e2","0.66279709000000082e2"],["-0.62261672999999973e2","0.66280273000000022e2"],[-62.24888599999997,"0.66278595000000109e2"],["-0.62243057000000022e2","0.66276931999999988e2"],["-0.62231383999999935e2","0.66269440000000031e2"],["-0.62183883999999864e2","0.66237198000000092e2"]],[["-0.83067229999999881e2","0.66255554000000075e2"],["-0.83054992999999911e2","0.66254990000000134e2"],["-0.83043059999999969e2","0.66255264000000068e2"],["-0.83031113000000005e2","0.66256653000000028e2"],["-0.83019454999999994e2","0.66259155000000135e2"],["-0.82996947999999975e2","0.66265823000000069e2"],["-0.82960830999999985e2","0.66272491000000059e2"],["-0.82937209999999936e2","0.66275269000000037e2"],[-82.91332999999986,"0.66276093000000003e2"],["-0.82902495999999985e2","0.66271652000000131e2"],["-0.82904175000000009e2","0.66266662999999937e2"],["-0.82910278000000005e2","0.66261658000000068e2"],["-0.82918610000000001e2","0.66257492000000013e2"],[-82.92971799999998,66.25221300000004],["-0.82935546999999929e2","0.66251389000000074e2"],["-0.82990279999999984e2",66.203598],["-0.82996384000000035e2",66.19859300000013],[-83.00778200000002,"0.66195250999999985e2"],["-0.83019729999999981e2","0.66194977000000051e2"],["-0.83080291999999986e2","0.66196640000000002e2"],["-0.83093062999999972e2","0.66198868000000118e2"],["-0.83263335999999981e2","0.66247208000000001e2"],["-0.83287216000000001e2","0.66256104000000107e2"],["-0.83293335000000013e2","0.66260544000000095e2"],["-0.83296660999999972e2","0.66265273999999977e2"],["-0.83297775000000001e2","0.66270263999999997e2"],["-0.83298339999999882e2","0.66313873000000115e2"],["-0.83285004000000015e2","0.66329163000000108e2"],["-0.83273055999999997e2","0.66339432000000102e2"],["-0.83264175000000023e2","0.66343597000000102e2"],["-0.83252228000000002e2","0.66344986000000119e2"],["-0.83226944000000003e2",66.33998100000008],["-0.83216110000000015e2","0.66335541000000035e2"],["-0.83204726999999934e2","0.66316666000000112e2"],["-0.83173889000000031e2","0.66288589000000115e2"],["-0.83168059999999912e2","0.66283874999999966e2"],["-0.83067229999999881e2","0.66255554000000075e2"]],[[-66.62332200000003,"0.66280823000000055e2"],["-0.66641952999999944e2","0.66279434000000037e2"],["-0.66656951999999933e2","0.66280273000000022e2"],["-0.66667495999999971e2","0.66282760999999994e2"],["-0.66678878999999995e2","0.66286925999999994e2"],["-0.66701400999999976e2","0.66297760000000039e2"],["-0.66741942999999878e2","0.66316376000000105e2"],["-0.66843063000000029e2","0.66362487999999985e2"],["-0.66905837999999903e2","0.66376648000000046e2"],["-0.66916107000000011e2","0.66379974000000118e2"],["-0.66944716999999969e2","0.66394989000000066e2"],["-0.66956115999999952e2","0.66401932000000045e2"],["-0.66958617999999944e2",66.40637200000009],["-0.66958344000000011e2","0.66411926000000051e2"],["-0.66955276000000026e2","0.66413605000000075e2"],["-0.66944442999999922e2","0.66413879000000009e2"],["-0.66851943999999946e2","0.66402205999999978e2"],["-0.66829726999999991e2","0.66398330999999985e2"],["-0.66823059000000001e2","0.66392761000000121e2"],["-0.66820846999999958e2","0.66388046000000088e2"],["-0.66801101999999958e2","0.66375534000000073e2"],["-0.66782227000000034e2","0.66369141000000127e2"],["-0.66726944000000003e2","0.66354980000000126e2"],["-0.66705565999999976e2","0.66349715999999944e2"],["-0.66678329000000019e2","0.66345535000000041e2"],["-0.66662216000000001e2","0.66343597000000102e2"],["-0.66650283999999942e2",66.34304800000001],["-0.66639724999999999e2","0.66340546000000074e2"],[-66.62388599999997,"0.66335266000000047e2"],["-0.66584441999999967e2","0.66320541000000105e2"],["-0.66575012000000015e2","0.66313873000000115e2"],["-0.66573623999999995e2","0.66310806000000014e2"],["-0.66591675000000009e2","0.66293593999999985e2"],["-0.66605269999999962e2","0.66286652000000061e2"],[-66.62332200000003,"0.66280823000000055e2"]],[["-0.66998336999999935e2","0.66493042000000003e2"],["-0.66990279999999984e2","0.66489150999999936e2"],["-0.66976104999999961e2","0.66489150999999936e2"],["-0.66963332999999977e2","0.66487198000000035e2"],["-0.66873321999999973e2","0.66468596999999988e2"],["-0.66868880999999988e2","0.66464431999999988e2"],["-0.66871384000000035e2","0.66460541000000092e2"],["-0.66878052000000025e2","0.66458327999999995e2"],["-0.66936110999999926e2","0.66445525999999973e2"],["-0.66948883000000023e2","0.66444702000000007e2"],["-0.66987212999999997e2","0.66445250999999928e2"],["-0.67030288999999925e2",66.45248400000014],["-0.67036666999999966e2","0.66456099999999992e2"],["-0.67038329999999974e2","0.66472488000000055e2"],["-0.67038054999999986e2","0.66478043000000127e2"],["-0.67035278000000005e2","0.66484711000000118e2"],["-0.67025008999999955e2","0.66489975000000129e2"],["-0.67006957999999884e2","0.66493042000000003e2"],["-0.66998336999999935e2","0.66493042000000003e2"]],[["-0.10792304999999993e3","0.66850540000000024e2"],["-0.10793499799999989e3","0.66849152000000117e2"],["-0.10794611399999991e3","0.66851089000000115e2"],["-0.10794554099999993e3","0.66856934000000024e2"],[-107.837784,"0.67003875999999991e2"],["-0.10783029199999993e3","0.67008606000000043e2"],["-0.10781696299999993e3","0.67009155000000135e2"],["-0.10780666400000001e3","0.67005829000000119e2"],["-0.10779499800000002e3","0.66997208000000001e2"],["-0.10779110699999995e3","0.66988312000000064e2"],["-0.10778971899999999e3","0.66985259999999982e2"],["-0.10779055800000003e3","0.66979705999999965e2"],["-0.10782389799999999e3","0.66901093000000003e2"],["-0.10783000199999992e3","0.66895538000000101e2"],["-0.10789499699999999e3","0.66860809000000017e2"],["-0.10790360999999996e3","0.66856934000000024e2"],["-0.10792304999999993e3","0.66850540000000024e2"]],[["-0.10801445000000001e3","0.66897766000000047e2"],[-108.025284,"0.66895538000000101e2"],["-0.10803859699999998e3","0.66897217000000126e2"],["-0.10804444899999993e3","0.66901382000000126e2"],["-0.10809638999999993e3","0.66967484000000013e2"],["-0.10809777800000001e3","0.66972762999999986e2"],["-0.10810659799999996e3","0.67026001000000065e2"],["-0.10806360599999988e3","0.67001099000000067e2"],["-0.10793831599999999e3","0.66946930000000066e2"],["-0.10795944199999991e3","0.66931655999999975e2"],["-0.10796665999999993e3","0.66926651000000106e2"],["-0.10800583599999987e3","0.66901931999999931e2"],["-0.10801445000000001e3","0.66897766000000047e2"]],[["-0.63059166000000005e2","0.66957764000000111e2"],["-0.63083327999999995e2","0.66954987000000017e2"],["-0.63095550999999944e2","0.66955826000000002e2"],["-0.63116942999999992e2","0.66963043000000084e2"],["-0.63136391000000003e2","0.66974701000000096e2"],["-0.63163054999999929e2","0.66995255000000043e2"],["-0.63165549999999996e2","0.66999145999999939e2"],["-0.63166106999999954e2","0.67004990000000134e2"],["-0.63159163999999976e2","0.67015549000000021e2"],["-0.63154166999999973e2","0.67021378000000027e2"],["-0.63144446999999957e2","0.67028869999999984e2"],["-0.63127494999999954e2","0.67033599999999979e2"],["-0.63123055000000022e2","0.67034713999999951e2"],["-0.63110831999999903e2","0.67033875000000023e2"],["-0.63101668999999902e2","0.67029709000000082e2"],["-0.63098052999999936e2","0.67027205999999978e2"],["-0.63097778000000005e2","0.67023315000000082e2"],["-0.63021111000000019e2","0.66996643000000006e2"],["-0.63011672999999973e2","0.66992477000000065e2"],["-0.63003890999999953e2","0.66988585999999998e2"],["-0.62999999999999886e2","0.66984420999999998e2"],["-0.62999442999999985e2","0.66978591999999992e2"],["-0.63002228000000002e2",66.97554000000008],["-0.63020835999999974e2","0.66966385000000002e2"],["-0.63040000999999961e2","0.66960815000000139e2"],["-0.63059166000000005e2","0.66957764000000111e2"]],[["-0.62918334999999956e2","0.67009720000000016e2"],["-0.62938048999999978e2","0.67005829000000119e2"],["-0.62977775999999949e2","0.67006653000000085e2"],["-0.63009726999999998e2","0.67009995000000004e2"],["-0.63037780999999939e2","0.67015823000000125e2"],["-0.63068335999999988e2","0.67025543000000027e2"],["-0.63092772999999966e2","0.67035812000000078e2"],[-63.12388599999997,"0.67049149000000114e2"],["-0.63135559000000001e2","0.67054703000000075e2"],["-0.63138892999999996e2","0.67059418000000107e2"],["-0.63138054000000011e2","0.67065262000000132e2"],["-0.63135833999999988e2","0.67069716999999969e2"],["-0.63130279999999914e2","0.67074158000000068e2"],[-63.11721799999998,"0.67078873000000101e2"],["-0.63110557999999969e2","0.67080276000000026e2"],["-0.63100081999999929e2","0.67079712000000086e2"],["-0.63002228000000002e2","0.67069443000000035e2"],["-0.62978333000000021e2","0.67062759000000142e2"],["-0.62961112999999955e2","0.67054703000000075e2"],["-0.62941108999999926e2","0.67043593999999985e2"],["-0.62922500999999954e2","0.67031097000000045e2"],["-0.62914444000000003e2","0.67023041000000148e2"],["-0.62912215999999944e2","0.67014708999999982e2"],["-0.62918334999999956e2","0.67009720000000016e2"]],[[-62.64416499999993,"0.67057479999999998e2"],["-0.62646949999999947e2","0.67049988000000042e2"],[-62.65166499999998,67.04693600000013],["-0.62752501999999993e2","0.67010543999999982e2"],["-0.62764449999999954e2","0.67009155000000135e2"],["-0.62782775999999956e2","0.67009430000000009e2"],["-0.62813056999999958e2","0.67016937000000098e2"],["-0.62832222000000002e2","0.67024429000000055e2"],["-0.62899445000000014e2","0.67058318999999983e2"],["-0.62894599999999969e2","0.67059113000000082e2"],["-0.62865004999999996e2","0.67057479999999998e2"],[-62.82028200000002,"0.67055817000000047e2"],["-0.62810279999999977e2",67.05693100000002],["-0.62806664000000012e2",67.05914300000012],["-0.62702869000000021e2","0.67128685000000075e2"],["-0.62652221999999995e2","0.67166091999999992e2"],["-0.62641945000000021e2",67.174149],["-0.62631942999999865e2","0.67176926000000037e2"],["-0.62547782999999924e2","0.67186096000000134e2"],["-0.62533889999999985e2","0.67187195000000088e2"],["-0.62425277999999992e2","0.67191085999999984e2"],["-0.62418059999999969e2",67.19081099999994],[-62.37888299999986,"0.67169708000000071e2"],["-0.62375274999999931e2","0.67165817000000004e2"],["-0.62376105999999936e2","0.67164429000000098e2"],["-0.62388054000000011e2","0.67157486000000063e2"],["-0.62443610999999919e2","0.67135817999999972e2"],["-0.62451942000000031e2","0.67132751000000042e2"],["-0.62472495999999978e2","0.67126083000000051e2"],["-0.62504172999999923e2","0.67119430999999963e2"],["-0.62538612000000001e2","0.67113876000000062e2"],["-0.62569449999999961e2","0.67105819999999994e2"],["-0.62580001999999979e2","0.67102203000000088e2"],["-0.62596106999999961e2","0.67092209000000025e2"],["-0.62631667999999934e2","0.67069991999999957e2"],["-0.62638610999999912e2","0.67063873000000115e2"],[-62.64416499999993,"0.67057479999999998e2"]],[["-0.10740778399999999e3","0.67083054000000004e2"],["-0.10749054699999999e3","0.67071380999999974e2"],["-0.10750639299999995e3","0.67072495000000117e2"],["-0.10751750199999987e3","0.67074706999999989e2"],["-0.10752778599999999e3","0.67078048999999965e2"],["-0.10754972800000002e3",67.08998100000008],["-0.10756500199999999e3","0.67103317000000061e2"],["-0.10757444799999996e3","0.67112198000000149e2"],["-0.10758389299999988e3","0.67121368000000018e2"],["-0.10759110999999996e3","0.67130813999999987e2"],["-0.10762917299999992e3",67.18331900000004],["-0.10763054699999992e3","0.67188582999999994e2"],["-0.10762970699999988e3","0.67194138000000066e2"],["-0.10762666300000001e3","0.67200272000000098e2"],["-0.10762053700000001e3","0.67206100000000049e2"],["-0.10760833700000001e3",67.20748900000001],["-0.10759777799999995e3","0.67204162999999994e2"],["-0.10758168000000001e3","0.67196365000000128e2"],["-0.10757584400000002e3","0.67192200000000128e2"],["-0.10756194299999987e3","0.67183868000000132e2"],["-0.10751000999999991e3",67.15637200000009],["-0.10747778299999993e3","0.67140823000000012e2"],["-0.10746193700000003e3","0.67133331000000055e2"],["-0.10744360399999999e3","0.67126083000000051e2"],[-107.412781,"0.67115814000000057e2"],["-0.10740055799999993e3","0.67113037000000134e2"],["-0.10740778399999999e3","0.67083054000000004e2"]],[["-0.95361663999999962e2","0.67197754000000145e2"],["-0.95373610999999926e2","0.67196365000000128e2"],["-0.95400557999999933e2","0.67197204999999997e2"],["-0.95415282999999988e2","0.67199707000000103e2"],["-0.95430831999999896e2","0.67202773999999977e2"],["-0.95527495999999928e2","0.67223037999999974e2"],["-0.95543334999999956e2","0.67226379000000009e2"],["-0.95551392000000021e2","0.67230270000000075e2"],["-0.95552779999999927e2","0.67235260000000096e2"],["-0.95542220999999984e2","0.67238585999999941e2"],["-0.95391112999999962e2","0.67263046000000145e2"],["-0.95377776999999924e2","0.67262772000000041e2"],["-0.95317229999999995e2","0.67255554000000018e2"],["-0.95307220000000029e2","0.67252486999999917e2"],["-0.95305832000000009e2","0.67247757000000092e2"],["-0.95309432999999956e2","0.67242203000000075e2"],["-0.95314712999999927e2","0.67238585999999941e2"],["-0.95336669999999913e2","0.67212769000000094e2"],["-0.95342772999999966e2","0.67206940000000088e2"],["-0.95361663999999962e2","0.67197754000000145e2"]],[["-0.10766278099999994e3",67.22026100000005],[-107.675003,"0.67218872000000033e2"],["-0.10773029300000002e3","0.67289978000000076e2"],["-0.10773306300000002e3","0.67300261999999918e2"],["-0.10773029300000002e3","0.67306366000000139e2"],["-0.10772501399999993e3",67.31303400000013],["-0.10771083099999998e3","0.67319153000000142e2"],["-0.10767777999999993e3","0.67311919999999986e2"],["-0.10766944899999993e3",67.30802900000009],["-0.10766000399999996e3","0.67298874000000012e2"],["-0.10764472999999998e3","0.67269150000000025e2"],["-0.10764028899999994e3","0.67253601000000117e2"],["-0.10763945000000001e3","0.67242752000000053e2"],["-0.10764250199999992e3","0.67236649000000114e2"],["-0.10764778100000001e3","0.67229980000000012e2"],["-0.10765416699999997e3","0.67224426000000051e2"],["-0.10766278099999994e3",67.22026100000005]],[["-0.63366393999999957e2","0.67287766000000033e2"],["-0.63396111000000019e2","0.67269988999999953e2"],["-0.63417777999999998e2",67.26638800000012],["-0.63456107999999972e2","0.67264434999999992e2"],["-0.63507506999999976e2","0.67269440000000031e2"],["-0.63541945999999939e2","0.67272491000000059e2"],[-63.55972300000002,"0.67273041000000092e2"],["-0.63578339000000028e2","0.67273315000000025e2"],[-63.62027699999993,"0.67269150000000025e2"],["-0.63763618000000008e2","0.67272491000000059e2"],[-63.81361400000003,"0.67279160000000104e2"],["-0.63829726999999878e2",67.28414900000007],["-0.63819449999999961e2","0.67289978000000076e2"],["-0.63796668999999952e2","0.67299987999999985e2"],["-0.63688331999999889e2","0.67341660000000047e2"],["-0.63666663999999969e2","0.67345535000000041e2"],["-0.63646110999999962e2","0.67348038000000031e2"],["-0.63605559999999969e2","0.67352203000000031e2"],["-0.63585830999999871e2","0.67353317000000004e2"],["-0.63485001000000011e2","0.67341094999999996e2"],["-0.63369164000000012e2","0.67302475000000072e2"],["-0.63357779999999991e2","0.67293868999999972e2"],["-0.63366393999999957e2","0.67287766000000033e2"]],[["-0.10791082799999998e3","0.67310532000000023e2"],["-0.10793443300000001e3","0.67306640999999956e2"],["-0.10794803599999995e3","0.67308319000000097e2"],["-0.10808444199999997e3","0.67381363000000079e2"],[-108.076683,"0.67424698000000035e2"],["-0.10807389799999993e3","0.67430817000000104e2"],["-0.10806861899999996e3","0.67437485000000038e2"],["-0.10806111099999993e3","0.67442200000000071e2"],["-0.10794748700000002e3","0.67479980000000012e2"],["-0.10791776999999996e3",67.48942599999998],["-0.10790306099999992e3","0.67489151000000106e2"],["-0.10789472999999992e3","0.67485535000000084e2"],["-0.10788722200000001e3","0.67476089000000115e2"],["-0.10788276699999989e3","0.67462494000000049e2"],["-0.10789806399999998e3","0.67319717000000082e2"],["-0.10790110799999997e3","0.67313598999999954e2"],["-0.10791082799999998e3","0.67310532000000023e2"]],[["-0.10836833200000001e3","0.67467209000000082e2"],["-0.10838194299999998e3","0.67466660000000104e2"],["-0.10839806399999998e3","0.67467758000000003e2"],["-0.10843388399999998e3",67.47665400000011],["-0.10844444299999992e3","0.67479980000000012e2"],["-0.10845278899999994e3","0.67483871000000079e2"],["-0.10845889299999988e3","0.67488037000000134e2"],["-0.10849249299999997e3","0.67519714000000079e2"],["-0.10849638400000003e3","0.67524429000000112e2"],["-0.10849582700000002e3","0.67529984000000013e2"],["-0.10849137899999999e3","0.67563034000000073e2"],["-0.10848137700000001e3","0.67566375999999991e2"],["-0.10845777899999996e3","0.67568054000000132e2"],["-0.10833583099999993e3","0.67565810999999997e2"],["-0.10829750100000001e3","0.67557205000000067e2"],["-0.10828582799999998e3",67.54304500000012],["-0.10828443899999996e3","0.67537766000000147e2"],["-0.10829527299999995e3",67.49693300000007],["-0.10830166600000001e3","0.67491089000000045e2"],["-0.10835722399999986e3","0.67469437000000028e2"],["-0.10836833200000001e3","0.67467209000000082e2"]],[["-0.10814111300000002e3","0.67449997000000053e2"],["-0.10816944899999993e3","0.67449707000000046e2"],["-0.10823665599999993e3","0.67456650000000025e2"],["-0.10825167799999997e3","0.67458878000000141e2"],["-0.10826222200000001e3","0.67462204000000042e2"],["-0.10826806599999992e3","0.67466660000000104e2"],["-0.10827194199999991e3","0.67471374999999966e2"],[-108.275284,"0.67481658999999979e2"],["-0.10822556299999997e3","0.67565536000000122e2"],["-0.10821916199999987e3","0.67571106000000043e2"],["-0.10820638999999994e3","0.67570540999999992e2"],["-0.10819833399999999e3","0.67566665999999998e2"],["-0.10817360699999995e3","0.67552475000000015e2"],[-108.1661069999999,67.54304500000012],["-0.10813137799999993e3","0.67481934000000024e2"],["-0.10812970699999994e3",67.47665400000011],["-0.10812888299999997e3","0.67465820000000065e2"],["-0.10812943999999999e3","0.67460266000000047e2"],["-0.10813249200000001e3","0.67454163000000108e2"],["-0.10814111300000002e3","0.67449997000000053e2"]],[["-0.10832277699999997e3","0.67589980999999966e2"],["-0.10832362399999994e3","0.67586655000000121e2"],["-0.10833944700000001e3","0.67587769000000094e2"],["-0.10842027300000001e3","0.67599426000000051e2"],["-0.10848222399999992e3","0.67631363000000022e2"],["-0.10848388699999992e3","0.67636658000000068e2"],[-108.475281,"0.67640548999999965e2"],["-0.10846389799999992e3","0.67643051000000071e2"],["-0.10844803599999995e3","0.67641937000000041e2"],["-0.10841832699999992e3",67.63638300000008],["-0.10840334299999995e3","0.67634155000000135e2"],[-108.390289,"0.67631088000000034e2"],[-108.379707,"0.67627762000000132e2"],["-0.10837138400000003e3",67.62414600000011],["-0.10833416699999992e3","0.67604156000000103e2"],["-0.10832277699999997e3","0.67589980999999966e2"]],[["-0.63881942999999978e2","0.67503326000000015e2"],["-0.63935555000000022e2","0.67501938000000109e2"],["-0.63979163999999912e2","0.67503052000000082e2"],[-63.99500299999994,"0.67504166000000055e2"],["-0.64005279999999914e2","0.67505263999999954e2"],["-0.64025283999999942e2","0.67510544000000039e2"],["-0.64029723999999874e2","0.67513885000000073e2"],["-0.64031677000000002e2","0.67518600000000106e2"],["-0.64034728999999913e2",67.52887000000004],["-0.64038054999999872e2","0.67542755000000113e2"],["-0.64034438999999907e2","0.67558594000000028e2"],["-0.63981110000000001e2","0.67644150000000025e2"],["-0.63976944000000003e2","0.67649428999999998e2"],["-0.63969993999999986e2","0.67653595000000109e2"],["-0.63962775999999963e2",67.65554800000001],["-0.63952498999999989e2","0.67654434000000037e2"],["-0.63945549000000028e2","0.67651382000000126e2"],[-63.93721800000003,"0.67645263999999997e2"],["-0.63926392000000021e2","0.67633330999999941e2"],["-0.63922226000000023e2","0.67624985000000038e2"],["-0.63915549999999996e2","0.67617203000000131e2"],["-0.63904442000000017e2",67.60803199999998],["-0.63875556999999958e2","0.67593048000000067e2"],["-0.63853888999999924e2","0.67585541000000148e2"],["-0.63815276999999924e2","0.67566665999999998e2"],["-0.63787223999999981e2","0.67550537000000077e2"],["-0.63769996999999989e2","0.67537766000000147e2"],["-0.63763618000000008e2","0.67529709000000025e2"],["-0.63758056999999951e2","0.67520538000000045e2"],["-0.63760833999999988e2",67.51527400000009],["-0.63769447000000014e2","0.67513321000000133e2"],["-0.63818335999999988e2",67.5086060000001],["-0.63842223999999931e2","0.67506377999999984e2"],["-0.63881942999999978e2","0.67503326000000015e2"]],[["-0.10805999799999995e3","0.67475266000000033e2"],["-0.10808972199999994e3","0.67465546000000131e2"],["-0.10810333300000002e3","0.67467209000000082e2"],[-108.109444,"0.67471374999999966e2"],["-0.10811332700000003e3","0.67476089000000115e2"],[-108.14389,"0.67530547999999953e2"],["-0.10814277600000003e3","0.67541655999999989e2"],["-0.10813362099999989e3","0.67628036000000066e2"],["-0.10813221699999997e3","0.67639434999999992e2"],["-0.10811776699999996e3","0.67669982999999945e2"],["-0.10811361699999998e3","0.67675261999999975e2"],["-0.10810109699999992e3","0.67676651000000106e2"],[-108.087219,"0.67674988000000042e2"],["-0.10801418299999995e3","0.67662491000000045e2"],["-0.10800361599999997e3",67.65914900000007],["-0.10799553700000001e3","0.67655258000000003e2"],["-0.10798944099999994e3","0.67651093000000003e2"],["-0.10798332199999999e3","0.67644714000000135e2"],["-0.10792832900000002e3","0.67561645999999996e2"],["-0.10792304999999993e3","0.67551651000000049e2"],["-0.10792138699999992e3",67.54664600000001],[-107.922234,"0.67540817000000004e2"],["-0.10792749000000003e3","0.67534424000000058e2"],["-0.10805999799999995e3","0.67475266000000033e2"]],[["-0.97502791999999943e2","0.67624420000000043e2"],["-0.97515563999999927e2","0.67623871000000065e2"],["-0.97530288999999982e2","0.67624985000000038e2"],["-0.97541381999999999e2","0.67628860000000032e2"],["-0.97549437999999952e2","0.67638045999999974e2"],["-0.97551391999999964e2","0.67642761000000007e2"],["-0.97553054999999915e2","0.67647766000000104e2"],["-0.97560546999999929e2","0.67692748999999992e2"],[-97.40055799999999,"0.67731658999999922e2"],["-0.97387786999999889e2","0.67732208000000071e2"],["-0.97360001000000011e2","0.67731658999999922e2"],["-0.97346389999999928e2","0.67728317000000004e2"],["-0.97337783999999999e2","0.67724152000000004e2"],["-0.97337783999999999e2","0.67721100000000092e2"],[-97.33277899999996,67.70637499999998],["-0.97327224999999999e2","0.67681655999999975e2"],[-97.33277899999996,"0.67675812000000008e2"],["-0.97341675000000009e2","0.67670532000000094e2"],["-0.97370543999999882e2","0.67657760999999994e2"],["-0.97433608999999933e2","0.67637497000000053e2"],["-0.97478881999999942e2","0.67627472000000125e2"],["-0.97502791999999943e2","0.67624420000000043e2"]],[["-0.10911221299999994e3","0.67763321000000076e2"],["-0.10912581599999987e3",67.76249700000011],["-0.10914111299999996e3","0.67764998999999989e2"],[-109.195267,"0.67775543000000027e2"],["-0.10920612299999993e3","0.67778869999999984e2"],["-0.10920777900000002e3","0.67783875000000023e2"],["-0.10916944899999999e3","0.67797759999999926e2"],["-0.10915943899999996e3","0.67801085999999998e2"],[-109.135559,"0.67802764999999965e2"],[-109.0933379999999,"0.67803863999999976e2"],["-0.10907584400000002e3","0.67802199999999971e2"],["-0.10906054699999999e3","0.67799713000000054e2"],["-0.10903916899999996e3","0.67793320000000108e2"],["-0.10904083299999996e3","0.67788315000000068e2"],["-0.10905277999999993e3","0.67782486000000063e2"],["-0.10908000199999987e3","0.67771103000000039e2"],["-0.10908972199999994e3","0.67768051000000128e2"],["-0.10911221299999994e3","0.67763321000000076e2"]],[["-0.96170546999999999e2","0.67773041000000148e2"],["-0.96182769999999948e2",67.77165199999996],["-0.96192490000000021e2","0.67773605000000089e2"],["-0.96196380999999917e2","0.67778046000000018e2"],["-0.96185821999999973e2","0.67794708000000014e2"],["-0.96179992999999968e2","0.67800262000000032e2"],["-0.96171386999999925e2","0.67806366000000025e2"],["-0.96098617999999988e2","0.67832213999999965e2"],["-0.96077224999999942e2","0.67838882000000126e2"],["-0.96065552000000025e2","0.67841095000000109e2"],["-0.96053328999999962e2","0.67842758000000003e2"],["-0.96040282999999931e2","0.67843323000000055e2"],[-96.02806099999998,"0.67841659999999933e2"],["-0.95997498000000007e2","0.67820830999999998e2"],["-0.95996384000000035e2",67.81581100000011],["-0.96004729999999995e2","0.67809708000000001e2"],["-0.96016113000000018e2","0.67807479999999998e2"],["-0.96040832999999964e2","0.67804428000000087e2"],["-0.96170546999999999e2","0.67773041000000148e2"]],[["-0.11411501299999998e3","0.67883880999999974e2"],["-0.11408222999999998e3","0.67883041000000105e2"],["-0.11402223200000003e3","0.67884155000000078e2"],["-0.11400583599999999e3",67.8836060000001],["-0.11395500199999998e3","0.67881362999999965e2"],["-0.11392138699999998e3","0.67878036000000009e2"],[-113.925003,"0.67874694999999974e2"],["-0.11394138299999986e3","0.67875259000000142e2"],["-0.11398638899999997e3","0.67874419999999986e2"],["-0.11399999999999994e3","0.67873306000000014e2"],["-0.11401027699999992e3","0.67871368000000075e2"],["-0.11405166600000001e3","0.67870254999999986e2"],["-0.11408306900000002e3",67.87052900000009],[-114.195267,"0.67872482000000048e2"],["-0.11422972099999987e3","0.67874146000000053e2"],["-0.11425250199999999e3","0.67879974000000004e2"],["-0.11429638699999998e3","0.67892212000000029e2"],["-0.11429695100000004e3","0.67895263999999941e2"],["-0.11427555799999999e3","0.67900542999999914e2"],["-0.11425110599999994e3","0.67904433999999981e2"],["-0.11421972700000003e3","0.67904160000000047e2"],["-0.11420612299999993e3","0.67901932000000102e2"],["-0.11417388899999997e3","0.67892487000000074e2"],["-0.11414862099999999e3","0.67887206999999989e2"],["-0.11413305700000001e3","0.67885269000000051e2"],["-0.11411501299999998e3","0.67883880999999974e2"]],[["-0.97856383999999935e2","0.67850539999999967e2"],["-0.97866942999999992e2","0.67846939000000134e2"],["-0.97924164000000019e2","0.67849991000000045e2"],["-0.97954453000000001e2","0.67856368999999972e2"],["-0.97963333000000034e2","0.67860260000000039e2"],["-0.97970001000000025e2",67.86442599999998],["-0.97974166999999909e2","0.67869141000000013e2"],["-0.97973327999999924e2","0.67874146000000053e2"],["-0.97976944000000003e2","0.67884155000000078e2"],[-97.97444200000001,"0.67904984000000013e2"],["-0.97961120999999991e2",67.90554800000001],["-0.97933318999999983e2",67.89888000000002],["-0.97920272999999952e2","0.67893600000000106e2"],[-97.91361999999998,"0.67889160000000118e2"],["-0.97895554000000004e2","0.67881362999999965e2"],[-97.86221299999994,"0.67859985000000052e2"],["-0.97858046999999942e2",67.855255],["-0.97856383999999935e2","0.67850539999999967e2"]],[["-0.10864695699999999e3",67.86943100000002],["-0.10866082799999998e3","0.67868865999999969e2"],["-0.10866915899999998e3","0.67872482000000048e2"],["-0.10864666699999998e3","0.67887206999999989e2"],["-0.10858500700000002e3","0.67915543000000071e2"],["-0.10856610099999989e3","0.67922759999999982e2"],["-0.10854472399999997e3",67.928314],[-108.531113,"0.67928864000000033e2"],["-0.10838027999999997e3","0.67922484999999995e2"],["-0.10837082699999996e3","0.67919708000000071e2"],["-0.10836444099999994e3","0.67915543000000071e2"],["-0.10836110699999989e3","0.67905257999999947e2"],["-0.10835944399999994e3","0.67899993999999992e2"],["-0.10841221599999994e3","0.67885817999999972e2"],["-0.10864695699999999e3",67.86943100000002]],[[-113.390289,"0.67897766000000047e2"],["-0.11346389799999997e3","0.67895828000000108e2"],["-0.11352694699999995e3","0.67896378000000141e2"],["-0.11355972300000002e3","0.67897491000000002e2"],["-0.11359416199999993e3","0.67899428999999941e2"],["-0.11360333299999991e3","0.67903046000000074e2"],["-0.11359750399999996e3","0.67906647000000135e2"],["-0.11358528100000001e3","0.67908600000000092e2"],["-0.11341972399999997e3","0.67925262000000089e2"],["-0.11339111300000002e3","0.67926651000000049e2"],["-0.11334750400000001e3","0.67928040000000067e2"],["-0.11327390299999996e3","0.67929977000000122e2"],["-0.11325723299999993e3","0.67929428000000144e2"],["-0.11325029000000001e3","0.67925262000000089e2"],["-0.11324694799999997e3","0.67914429000000098e2"],["-0.11325361599999997e3","0.67909424000000058e2"],["-0.11327778599999999e3","0.67905822999999998e2"],[-113.297234,"0.67904433999999981e2"],["-0.11333444199999991e3","0.67901092999999946e2"],[-113.390289,"0.67897766000000047e2"]],[["-0.11293055700000002e3","0.67916655999999989e2"],["-0.11298361199999999e3","0.67915268000000083e2"],["-0.11299999999999989e3","0.67916092000000049e2"],["-0.11306027199999994e3","0.67915268000000083e2"],["-0.11313110399999999e3","0.67911652000000004e2"],["-0.11314750700000002e3","0.67912200999999982e2"],["-0.11314750700000002e3","0.67915817000000004e2"],["-0.11313806199999999e3","0.67919144000000131e2"],["-0.11294304699999998e3","0.67931091000000094e2"],["-0.11289639299999999e3",67.93081699999999],["-0.11288722199999995e3","0.67927200000000028e2"],[-112.890289,"0.67921921000000054e2"],["-0.11290110800000002e3","0.67919144000000131e2"],["-0.11293055700000002e3","0.67916655999999989e2"]],[["-0.11107167099999998e3","0.67847488000000055e2"],["-0.11108666999999997e3","0.67847488000000055e2"],[-111.0911099999999,"0.67852203000000088e2"],["-0.11108693700000003e3","0.67858871000000079e2"],["-0.11107028200000002e3","0.67867203000000075e2"],["-0.11084889199999998e3","0.67954711999999972e2"],["-0.11083917200000002e3","0.67958037999999988e2"],["-0.11082668299999995e3","0.67959717000000012e2"],["-0.11081388900000002e3","0.67959152000000017e2"],["-0.11080722000000003e3","0.67954987000000017e2"],["-0.11080943300000001e3","0.67948867999999948e2"],["-0.11081696299999999e3","0.67940262000000018e2"],["-0.11086221299999994e3","0.67894989000000123e2"],["-0.11086945300000002e3","0.67889984000000084e2"],["-0.11088027999999991e3","0.67887496999999996e2"],["-0.11105943300000001e3","0.67849152000000061e2"],["-0.11107167099999998e3","0.67847488000000055e2"]],[["-0.11421916199999998e3","0.67945250999999985e2"],["-0.11429583699999995e3","0.67944702000000063e2"],["-0.11430999799999995e3","0.67945816000000036e2"],["-0.11431722999999988e3","0.67949707000000103e2"],["-0.11431082200000003e3","0.67954711999999972e2"],["-0.11430027799999988e3","0.67957489000000066e2"],["-0.11425446299999987e3","0.67963318000000072e2"],["-0.11417138699999992e3","0.67969147000000078e2"],["-0.11413999899999999e3",67.96887200000009],["-0.11412416099999996e3","0.67967209000000139e2"],["-0.11412110899999993e3","0.67961929000000055e2"],["-0.11412332199999992e3","0.67958037999999988e2"],["-0.11416332999999986e3","0.67949142000000052e2"],["-0.11420388800000001e3","0.67945816000000036e2"],["-0.11421916199999998e3","0.67945250999999985e2"]],[["-0.10813806199999999e3","0.67872482000000048e2"],["-0.10815167199999996e3","0.67871918000000107e2"],["-0.10824553699999996e3","0.67878036000000009e2"],["-0.10825418100000002e3","0.67881927000000076e2"],["-0.10825556899999992e3","0.67887206999999989e2"],["-0.10823916599999995e3","0.67920258000000103e2"],[-108.236107,"0.67926376000000062e2"],[-108.23111,"0.67933044000000052e2"],["-0.10822471599999994e3","0.67938873000000058e2"],[-108.198036,"0.67950821000000076e2"],["-0.10814723200000003e3",67.96665999999999],["-0.10812581599999999e3","0.67972214000000008e2"],[-108.114441,"0.67974426000000051e2"],["-0.10810056299999997e3","0.67974991000000102e2"],["-0.10808416699999998e3",67.97387700000013],["-0.10807140399999992e3","0.67971100000000035e2"],["-0.10806054699999999e3","0.67967758000000117e2"],["-0.10805444299999988e3","0.67963318000000072e2"],["-0.10805055199999998e3","0.67958603000000039e2"],[-108.048607,"0.67949142000000052e2"],["-0.10805139200000002e3","0.67926651000000049e2"],["-0.10806331599999993e3","0.67902206000000035e2"],["-0.10806833599999999e3","0.67895538000000045e2"],["-0.10807501200000002e3","0.67889709000000039e2"],["-0.10808249699999999e3","0.67884995000000117e2"],["-0.10809137699999985e3","0.67880814000000044e2"],["-0.10811277799999999e3",67.87553400000013],["-0.10813806199999999e3","0.67872482000000048e2"]],[["-0.11372000099999997e3","0.67973312000000078e2"],["-0.11372778299999993e3","0.67969147000000078e2"],["-0.11373998999999998e3","0.67967209000000139e2"],["-0.11375361599999997e3","0.67966094999999996e2"],["-0.11379750099999995e3","0.67964705999999978e2"],["-0.11399305699999996e3","0.67961104999999918e2"],["-0.11399109599999997e3","0.67964995999999985e2"],["-0.11398249800000002e3","0.67967209000000139e2"],["-0.11397250400000001e3","0.67968597000000045e2"],["-0.11391639700000002e3","0.67972214000000008e2"],["-0.11388639799999999e3","0.67972762999999986e2"],["-0.11383833299999998e3","0.67971924000000001e2"],["-0.11381111099999993e3",67.97387700000013],["-0.11378527800000001e3","0.67976929000000041e2"],["-0.11377223199999997e3","0.67980270000000075e2"],["-0.11374082899999996e3","0.67979980000000069e2"],["-0.11372501399999999e3","0.67978043000000014e2"],["-0.11372000099999997e3","0.67973312000000078e2"]],[[-109.195267,"0.67989974999999959e2"],["-0.10904998799999993e3","0.67958328000000051e2"],["-0.10903028899999993e3","0.67966933999999924e2"],["-0.10899082900000002e3","0.67976379000000009e2"],["-0.10897693599999997e3","0.67976929000000041e2"],["-0.10895111099999991e3","0.67973312000000078e2"],["-0.10889723199999997e3","0.67956940000000088e2"],["-0.10888445300000001e3",67.94859300000013],["-0.10886554699999999e3","0.67905822999999998e2"],["-0.10886609599999991e3",67.90026899999998],["-0.10887943999999999e3","0.67875259000000142e2"],["-0.10888806199999999e3","0.67871093999999971e2"],["-0.10890055799999999e3","0.67869705000000124e2"],[-108.916946,67.87052900000009],["-0.10904888900000003e3",67.90387000000004],["-0.10910305799999998e3","0.67920258000000103e2"],[-109.135559,"0.67930267000000129e2"],["-0.10916972399999992e3","0.67945250999999985e2"],["-0.10918888899999996e3","0.67957764000000054e2"],[-109.195267,"0.67962204000000099e2"],["-0.10919888299999997e3","0.67972488000000112e2"],[-109.198036,"0.67983871000000136e2"],[-109.195267,"0.67989974999999959e2"]],[["-0.11033444199999997e3","0.68011658000000125e2"],["-0.11039362299999993e3","0.68011108000000092e2"],["-0.11041000400000001e3","0.68011932000000058e2"],["-0.11042111199999994e3","0.68014998999999932e2"],["-0.11042083700000001e3","0.68020827999999995e2"],["-0.11041055299999999e3","0.68024704000000042e2"],["-0.11032640099999992e3","0.68047760000000096e2"],[-110.317497,"0.68049712999999997e2"],["-0.11031082199999992e3","0.68045532000000094e2"],["-0.11030888400000003e3","0.68037491000000045e2"],[-110.316101,"0.68019150000000025e2"],["-0.11032333399999999e3","0.68014160000000004e2"],["-0.11033444199999997e3","0.68011658000000125e2"]],[["-0.98951401000000033e2","0.67979980000000069e2"],["-0.98963622999999927e2","0.67978317000000118e2"],["-0.98979445999999939e2","0.67980270000000075e2"],["-0.99005004999999983e2","0.67987198000000092e2"],["-0.99014450000000011e2","0.67991088999999988e2"],["-0.99028335999999911e2","0.67999420000000043e2"],["-0.99078612999999905e2","0.68045592999999997e2"],["-0.99051392000000021e2","0.68055817000000047e2"],["-0.98990554999999858e2","0.68078323000000069e2"],["-0.98975554999999986e2","0.68077209000000039e2"],["-0.98968886999999995e2","0.68073044000000039e2"],["-0.98964721999999995e2","0.68064987000000087e2"],["-0.98934432999999956e2",67.99664300000012],["-0.98934998000000007e2","0.67991363999999976e2"],["-0.98942763999999954e2","0.67985259999999926e2"],["-0.98951401000000033e2","0.67979980000000069e2"]],[["-0.65397232000000031e2","0.68039978000000133e2"],["-0.65409163999999976e2","0.68039428999999984e2"],["-0.65500290000000007e2","0.68046097000000145e2"],["-0.65510833999999988e2",68.04942299999999],["-0.65516662999999994e2",68.05442800000003],["-0.65519729999999981e2","0.68067490000000078e2"],["-0.65518065999999976e2","0.68072220000000073e2"],["-0.65505279999999971e2","0.68076385000000073e2"],[-65.43582200000003,"0.68088042999999971e2"],["-0.65394454999999994e2",68.08998100000008],["-0.65386397999999929e2","0.68088318000000129e2"],["-0.65390288999999996e2","0.68078323000000069e2"],["-0.65383057000000008e2","0.68053314000000057e2"],["-0.65383330999999941e2","0.68048599000000024e2"],["-0.65387222000000008e2","0.68043320000000051e2"],["-0.65397232000000031e2","0.68039978000000133e2"]],[["-0.10850611900000001e3","0.68034714000000122e2"],["-0.10851862299999993e3","0.68033324999999934e2"],["-0.10853388999999999e3","0.68035538000000088e2"],["-0.10854028299999993e3","0.68039978000000133e2"],["-0.10853751399999999e3","0.68046097000000145e2"],["-0.10845472699999999e3","0.68090546000000074e2"],["-0.10844748700000002e3","0.68087769000000037e2"],["-0.10844583099999994e3","0.68082489000000123e2"],["-0.10844611399999991e3","0.68074706999999989e2"],["-0.10845140100000003e3","0.68068054000000018e2"],["-0.10846665999999999e3","0.68058319000000097e2"],["-0.10849722299999996e3","0.68038879000000122e2"],["-0.10850611900000001e3","0.68034714000000122e2"]],[["-0.10932167099999998e3","0.67981094000000041e2"],["-0.10933556399999992e3","0.67980270000000075e2"],["-0.10935193600000002e3","0.67981369000000086e2"],["-0.10937805199999991e3","0.67986923000000047e2"],[-109.432503,"0.68003052000000025e2"],["-0.10949804699999993e3","0.68022766000000104e2"],["-0.10950666799999993e3","0.68026382000000126e2"],["-0.10953888699999999e3","0.68047485000000052e2"],["-0.10954305999999991e3","0.68052200000000084e2"],[-109.50473,"0.68088882000000069e2"],["-0.10949749799999989e3","0.68093597000000102e2"],[-109.484734,"0.68095260999999937e2"],["-0.10944722000000002e3","0.68092209000000025e2"],["-0.10941055299999999e3","0.68071930000000066e2"],["-0.10932167099999998e3","0.68039978000000133e2"],["-0.10931527699999987e3","0.68035812000000021e2"],[-109.3116609999999,"0.68025543000000027e2"],["-0.10931111099999987e3","0.67997756999999922e2"],[-109.3116609999999,"0.67991928000000087e2"],["-0.10931416299999995e3","0.67985809000000074e2"],["-0.10932167099999998e3","0.67981094000000041e2"]],[["-0.10836054999999999e3","0.68049712999999997e2"],["-0.10837444299999993e3","0.68048874000000069e2"],["-0.10838751200000002e3",68.05192599999998],["-0.10840638699999994e3","0.68064697000000081e2"],["-0.10840805099999994e3","0.68069716999999969e2"],["-0.10840167200000002e3","0.68075546000000145e2"],["-0.10838221699999991e3","0.68092758000000003e2"],["-0.10837444299999993e3","0.68095535000000041e2"],["-0.10836193800000001e3","0.68096939000000077e2"],["-0.10832000699999992e3","0.68098877000000016e2"],[-108.306107,"0.68099425999999937e2"],["-0.10829444899999999e3","0.68097214000000065e2"],[-108.297234,"0.68091095000000053e2"],["-0.10829778299999998e3","0.68085541000000035e2"],["-0.10830082700000003e3","0.68079437000000041e2"],["-0.10830860899999999e3","0.68074706999999989e2"],["-0.10834916699999997e3",68.05192599999998],["-0.10836054999999999e3","0.68049712999999997e2"]],[["-0.11021362299999998e3","0.68038039999999967e2"],["-0.11023998999999998e3","0.68035812000000021e2"],["-0.11025639299999995e3","0.68036652000000061e2"],["-0.11025862100000001e3","0.68041931000000034e2"],[-110.25,"0.68046097000000145e2"],["-0.11022165699999994e3","0.68056641000000013e2"],["-0.11018195300000002e3","0.68069716999999969e2"],["-0.10993276999999989e3","0.68131927000000076e2"],["-0.10992166099999997e3","0.68134155000000021e2"],["-0.10989639299999999e3",68.13749700000011],["-0.10988583399999993e3","0.68136383000000137e2"],["-0.10987721299999993e3",68.12692300000009],["-0.10987748699999997e3","0.68121368000000018e2"],[-109.882767,"0.68114151000000106e2"],["-0.10988527699999997e3","0.68108032000000037e2"],["-0.10988999899999993e3","0.68101379000000065e2"],["-0.10989584399999995e3","0.68095535000000041e2"],["-0.10990334300000001e3","0.68090546000000074e2"],["-0.10992111199999994e3","0.68081664999999987e2"],["-0.10993222000000003e3","0.68079163000000108e2"],["-0.11008721899999995e3","0.68053314000000057e2"],["-0.11021362299999998e3","0.68038039999999967e2"]],[["-0.11278056299999997e3","0.68131088000000091e2"],["-0.11279276999999996e3","0.68129424999999969e2"],["-0.11288999899999999e3","0.68137207000000103e2"],[-112.9058379999999,"0.68139160000000061e2"],["-0.11291722099999998e3","0.68142211999999972e2"],[-112.922234,"0.68146652000000017e2"],["-0.11291832699999992e3","0.68153594999999996e2"],["-0.11291306299999997e3","0.68159424000000001e2"],["-0.11290638699999994e3","0.68164429000000041e2"],["-0.11289835399999998e3","0.68168869000000086e2"],["-0.11288861099999997e3","0.68172211000000004e2"],["-0.11287638900000002e3","0.68173874000000126e2"],["-0.11286110699999995e3","0.68174149000000114e2"],["-0.11276722699999993e3","0.68166656000000103e2"],["-0.11275167799999997e3","0.68164703000000145e2"],["-0.11274973299999994e3","0.68158034999999984e2"],["-0.11274472000000003e3","0.68153594999999996e2"],["-0.11274638399999998e3","0.68147490999999945e2"],["-0.11275334199999998e3","0.68142211999999972e2"],["-0.11276139799999993e3","0.68138046000000088e2"],["-0.11278056299999997e3","0.68131088000000091e2"]],[[-74.21556099999998,"0.68117751999999939e2"],["-0.74164718999999991e2","0.68065536000000066e2"],["-0.73974716000000001e2","0.68041092000000106e2"],["-0.73736388999999974e2","0.68013611000000026e2"],["-0.73655471999999975e2","0.68007705999999985e2"],["-0.73643340999999907e2","0.68012207000000046e2"],["-0.73619995000000017e2","0.68014998999999932e2"],["-0.73608886999999868e2","0.68015548999999965e2"],["-0.73578063999999983e2","0.68014434999999992e2"],["-0.73567504999999983e2","0.68013046000000031e2"],["-0.73543883999999935e2","0.68008330999999998e2"],["-0.73439986999999974e2","0.67985535000000141e2"],["-0.73428329000000019e2","0.67982208000000014e2"],["-0.73418883999999991e2",67.97886699999998],["-0.73411666999999966e2","0.67974991000000102e2"],["-0.73409728999999913e2","0.67970534999999984e2"],["-0.73348617999999988e2","0.67828048999999965e2"],["-0.73361664000000019e2","0.67810257000000092e2"],["-0.73377776999999867e2","0.67793869000000029e2"],["-0.73383330999999941e2","0.67789429000000041e2"],["-0.73404175000000009e2","0.67774994000000106e2"],["-0.73411391999999921e2","0.67770537999999988e2"],["-0.73418609999999944e2","0.67766388000000006e2"],["-0.73429442999999992e2","0.67762771999999927e2"],["-0.73449431999999945e2",67.76249700000011],["-0.73664168999999958e2","0.67774704000000099e2"],["-0.73932219999999916e2",67.78637700000013],["-0.73993057000000022e2","0.67788040000000024e2"],["-0.74038329999999917e2","0.67788589000000002e2"],["-0.74083892999999875e2","0.67788315000000068e2"],["-0.74113327000000027e2","0.67787201000000096e2"],["-0.74168059999999855e2",67.78276100000005],["-0.74228881999999942e2","0.67775268999999923e2"],["-0.74251952999999901e2","0.67772491000000116e2"],["-0.74263061999999991e2",67.77165199999996],["-0.74305832000000009e2","0.67768600000000049e2"],[-74.32028200000002,"0.67768875000000094e2"],["-0.74388610999999969e2","0.67775268999999923e2"],["-0.74400833000000034e2","0.67776657000000057e2"],["-0.74481109999999944e2","0.67789429000000041e2"],["-0.74535278000000005e2","0.67804703000000131e2"],["-0.74564162999999951e2","0.67814423000000033e2"],["-0.74581680000000006e2","0.67821381000000031e2"],[-74.59722899999997,"0.67828598000000113e2"],["-0.74640838999999971e2","0.67852203000000088e2"],["-0.74659728999999913e2","0.67864700000000084e2"],["-0.74684433000000013e2","0.67881927000000076e2"],["-0.74758895999999993e2","0.67950271999999984e2"],["-0.74772232000000031e2","0.67963318000000072e2"],["-0.74775557999999876e2","0.67969147000000078e2"],["-0.74777221999999995e2",67.97387700000013],["-0.74778060999999923e2","0.68006104000000107e2"],["-0.74777495999999985e2","0.68017761000000064e2"],["-0.74773055999999997e2","0.68029984000000127e2"],["-0.74760009999999966e2",68.05442800000003],["-0.74754181000000017e2",68.06053200000008],["-0.74748610999999926e2","0.68065536000000066e2"],["-0.74731948999999872e2","0.68070831000000112e2"],["-0.74718613000000005e2","0.68072220000000073e2"],["-0.74629990000000021e2","0.68078598000000056e2"],["-0.74615279999999984e2","0.68078323000000069e2"],["-0.74436661000000015e2","0.68097487999999998e2"],["-0.74363892000000021e2","0.68166381999999999e2"],["-0.74355834999999956e2","0.68172759999999982e2"],["-0.74346953999999926e2","0.68176376000000005e2"],["-0.74339447000000007e2","0.68177199999999971e2"],["-0.74322509999999909e2","0.68173035000000141e2"],["-0.74268889999999999e2","0.68154984000000013e2"],["-0.74239440999999999e2","0.68144989000000066e2"],["-0.74231673999999941e2","0.68141936999999984e2"],["-0.74216399999999965e2","0.68134155000000021e2"],["-0.74212509000000011e2","0.68130538999999942e2"],["-0.74210830999999985e2","0.68124984999999981e2"],[-74.21556099999998,"0.68117751999999939e2"]],[["-0.65642226999999991e2","0.68159424000000001e2"],[-65.56639100000001,"0.68152205999999978e2"],["-0.65512787000000003e2",68.15277100000003],["-0.65502791999999999e2","0.68151093000000117e2"],["-0.65497771999999941e2",68.14776599999999],["-0.65494445999999925e2","0.68142487000000017e2"],["-0.65495543999999995e2","0.68128310999999997e2"],["-0.65500838999999985e2","0.68121918000000051e2"],["-0.65516953000000001e2","0.68113037000000077e2"],["-0.65525283999999999e2","0.68109711000000061e2"],["-0.65675551999999982e2","0.68096100000000092e2"],["-0.65686935000000005e2","0.68095825000000104e2"],["-0.65696105999999929e2","0.68098877000000016e2"],["-0.65709731999999974e2","0.68106094000000098e2"],["-0.65713897999999972e2","0.68112762000000089e2"],["-0.65721938999999963e2","0.68164429000000041e2"],[-65.716949,"0.68175812000000064e2"],["-0.65711670000000026e2","0.68180267000000072e2"],["-0.65701400999999976e2","0.68181366000000082e2"],[-65.67582699999997,"0.68179977000000065e2"],["-0.65656661999999926e2","0.68175262000000032e2"],["-0.65648345999999947e2","0.68168594000000041e2"],["-0.65646666999999923e2","0.68163605000000075e2"],["-0.65642226999999991e2","0.68159424000000001e2"]],[["-0.10747361799999993e3","0.68144714000000079e2"],["-0.10748500100000001e3","0.68142487000000017e2"],["-0.10750140399999998e3","0.68143600000000049e2"],["-0.10755499299999991e3","0.68160537999999974e2"],["-0.10755416899999994e3","0.68166091999999992e2"],["-0.10754499800000002e3","0.68169983000000059e2"],[-107.5038909999999,"0.68182480000000055e2"],["-0.10749472000000003e3",68.18664600000011],["-0.10748444399999994e3","0.68189697000000137e2"],["-0.10746806300000003e3","0.68188582999999994e2"],["-0.10746193700000003e3","0.68184142999999949e2"],["-0.10746028100000001e3","0.68179153000000099e2"],["-0.10745935800000001e3","0.68175629000000015e2"],["-0.10745667299999997e3","0.68174423000000047e2"],["-0.10745527600000003e3","0.68169144000000074e2"],["-0.10745584099999996e3","0.68163605000000075e2"],["-0.10746694899999994e3",68.15026899999998],["-0.10747361799999993e3","0.68144714000000079e2"]],[[-104.453056,"0.68102203000000031e2"],["-0.10448277299999995e3","0.68079712000000029e2"],[-104.497772,"0.68080275999999969e2"],["-0.10450334199999992e3","0.68084717000000069e2"],["-0.10455304699999999e3","0.68140274000000034e2"],["-0.10455610699999994e3","0.68145264000000111e2"],["-0.10455695299999996e3",68.15026899999998],["-0.10455387899999999e3","0.68161651999999947e2"],["-0.10454666099999997e3","0.68164992999999981e2"],["-0.10442639200000002e3","0.68199997000000053e2"],["-0.10441555799999998e3","0.68202773999999977e2"],[-104.391953,"0.68206940000000088e2"],["-0.10437721299999998e3","0.68199707000000046e2"],["-0.10436860699999994e3","0.68190536000000122e2"],[-104.370003,"0.68184982000000105e2"],["-0.10437416100000002e3","0.68178863999999976e2"],["-0.10440499899999992e3","0.68139435000000049e2"],[-104.453056,"0.68102203000000031e2"]],[["-0.10738890100000003e3","0.68172211000000004e2"],["-0.10740278599999999e3","0.68171645999999953e2"],["-0.10741111799999999e3",68.17553700000002],["-0.10744167299999992e3","0.68196929999999952e2"],[-107.445267,"0.68201660000000004e2"],["-0.10743998699999997e3","0.68208327999999995e2"],["-0.10742944299999999e3","0.68211380000000077e2"],["-0.10741443599999997e3","0.68211105000000089e2"],["-0.10730972300000002e3","0.68209152000000131e2"],[-107.295547,68.20748900000001],["-0.10729167200000001e3","0.68202773999999977e2"],["-0.10731054699999999e3","0.68196091000000024e2"],["-0.10738890100000003e3","0.68172211000000004e2"]],[["-0.11183332799999999e3","0.68181931000000077e2"],["-0.11184722899999997e3","0.68180817000000104e2"],[-111.860817,"0.68183594000000028e2"],["-0.11186554699999999e3","0.68188034000000016e2"],["-0.11183222999999998e3","0.68204987000000131e2"],["-0.11181416300000001e3","0.68212494000000049e2"],["-0.11179194599999994e3",68.21775800000006],["-0.11177944899999994e3","0.68219437000000028e2"],[-111.764183,"0.68219437000000028e2"],["-0.11175499699999995e3","0.68215820000000122e2"],["-0.11175945299999995e3","0.68209152000000131e2"],["-0.11176666299999994e3","0.68206375000000037e2"],["-0.11179194599999994e3","0.68193588000000034e2"],["-0.11181111099999998e3","0.68186920000000043e2"],["-0.11183332799999999e3","0.68181931000000077e2"]],[["-0.98650283999999999e2","0.68180267000000072e2"],["-0.98674438000000009e2","0.68173874000000126e2"],["-0.98704453000000001e2","0.68176085999999998e2"],["-0.98702788999999996e2","0.68191650000000095e2"],["-0.98693328999999949e2","0.68213608000000022e2"],["-0.98684433000000013e2","0.68218872000000033e2"],["-0.98672226000000023e2","0.68220534999999927e2"],["-0.98657226999999978e2","0.68219437000000028e2"],["-0.98643065999999976e2","0.68216095000000109e2"],["-0.98638610999999969e2","0.68211655000000121e2"],["-0.98636672999999917e2","0.68206650000000025e2"],["-0.98643065999999976e2","0.68201660000000004e2"],["-0.98650283999999999e2","0.68180267000000072e2"]],[["-0.74062774999999988e2","0.68151657000000057e2"],["-0.74073623999999938e2","0.68150818000000072e2"],["-0.74138335999999924e2","0.68170258000000047e2"],["-0.74169723999999974e2","0.68195525999999973e2"],["-0.74176392000000021e2","0.68204162999999994e2"],["-0.74171386999999982e2","0.68208602999999982e2"],[-74.15583799999996,"0.68217484000000127e2"],["-0.74138061999999991e2","0.68225815000000011e2"],["-0.74117217999999923e2","0.68232207999999957e2"],["-0.74105835000000013e2","0.68235260000000096e2"],["-0.74097228999999913e2","0.68236649000000057e2"],["-0.74086944999999957e2","0.68235260000000096e2"],["-0.74079726999999991e2","0.68232483000000002e2"],["-0.74075286999999946e2","0.68227767999999969e2"],["-0.74073059000000001e2","0.68223877000000073e2"],["-0.74063323999999909e2","0.68203049000000021e2"],["-0.74055557000000022e2","0.68172485000000108e2"],["-0.74054442999999992e2","0.68159988000000112e2"],["-0.74057219999999973e2","0.68154984000000013e2"],["-0.74062774999999988e2","0.68151657000000057e2"]],[["-0.10859028599999999e3","0.68214431999999988e2"],["-0.10863944999999995e3","0.68151382000000012e2"],[-108.6499859999999,"0.68152481000000023e2"],["-0.10865862299999998e3","0.68156097000000045e2"],["-0.10867748999999998e3","0.68168869000000086e2"],["-0.10867360699999995e3","0.68186371000000122e2"],["-0.10867194399999994e3","0.68191085999999984e2"],["-0.10863500999999997e3","0.68228592000000106e2"],["-0.10862748699999992e3","0.68233597000000145e2"],["-0.10860555999999997e3",68.23692299999999],["-0.10856610099999989e3","0.68240540000000124e2"],["-0.10855972300000002e3","0.68236099000000024e2"],["-0.10859028599999999e3","0.68214431999999988e2"]],[["-0.10978388999999999e3",68.13749700000011],["-0.10981166099999996e3","0.68136107999999979e2"],[-109.828056,"0.68136932000000115e2"],["-0.10984137699999997e3","0.68139708999999982e2"],["-0.10984999099999999e3","0.68143325999999945e2"],["-0.10985665899999998e3",68.14776599999999],["-0.10985417200000001e3","0.68153869999999984e2"],[-109.845551,"0.68158034999999984e2"],["-0.10977194199999997e3","0.68188309000000061e2"],[-109.676941,"0.68224152000000061e2"],["-0.10964417300000002e3","0.68232207999999957e2"],["-0.10958889799999997e3","0.68245254999999986e2"],["-0.10957749899999988e3","0.68247482000000048e2"],["-0.10956806899999998e3","0.68247208000000114e2"],["-0.10957055699999995e3","0.68241089000000102e2"],["-0.10957695000000001e3","0.68232483000000002e2"],["-0.10958194700000001e3","0.68225815000000011e2"],["-0.10959416199999993e3","0.68214431999999988e2"],["-0.10967388899999997e3","0.68173309000000074e2"],[-109.7625119999999,"0.68143325999999945e2"],["-0.10977250699999991e3","0.68139984000000027e2"],["-0.10978388999999999e3",68.13749700000011]],[[-66.31361400000003,68.14776599999999],["-0.66326950000000011e2","0.68147490999999945e2"],["-0.66354995999999971e2","0.68153319999999951e2"],["-0.66381103999999937e2","0.68158600000000035e2"],["-0.66396392999999932e2","0.68161102000000085e2"],["-0.66468612999999948e2","0.68171097000000032e2"],["-0.66527785999999878e2","0.68177765000000022e2"],["-0.66570847000000015e2","0.68181366000000082e2"],["-0.66601944000000003e2","0.68182480000000055e2"],["-0.66607223999999974e2","0.68217209000000082e2"],[-66.5,"0.68239700000000084e2"],["-0.66299437999999952e2","0.68254440000000045e2"],["-0.66221938999999963e2","0.68241089000000102e2"],["-0.66256667999999991e2","0.68163605000000075e2"],["-0.66269729999999925e2","0.68158600000000035e2"],["-0.66301391999999964e2","0.68149154999999951e2"],[-66.31361400000003,68.14776599999999]],[["-0.96384170999999924e2","0.68200821000000019e2"],["-0.96422775000000001e2","0.68198318000000086e2"],["-0.96436935000000005e2","0.68198593000000074e2"],["-0.96448607999999922e2",68.20248400000014],["-0.96454726999999934e2","0.68206650000000025e2"],["-0.96462783999999999e2","0.68216095000000109e2"],["-0.96456664999999987e2","0.68221649000000127e2"],[-96.375,"0.68254715000000033e2"],["-0.96364166000000012e2","0.68258041000000105e2"],["-0.96350829999999974e2","0.68258605999999929e2"],["-0.96344451999999933e2","0.68254166000000112e2"],["-0.96317504999999926e2","0.68231934000000024e2"],["-0.96324448000000018e2","0.68221099999999979e2"],["-0.96338897999999915e2","0.68212204000000042e2"],["-0.96348891999999864e2","0.68208037999999988e2"],["-0.96360001000000011e2","0.68204712000000086e2"],["-0.96384170999999924e2","0.68200821000000019e2"]],[["-0.78571670999999981e2","0.68200272000000098e2"],["-0.78655563000000029e2","0.68187759000000028e2"],["-0.78662216000000001e2","0.68189147999999989e2"],["-0.78660277999999892e2","0.68196365000000128e2"],["-0.78643065999999976e2","0.68218323000000055e2"],["-0.78607223999999917e2","0.68248322000000087e2"],["-0.78593886999999881e2","0.68255554000000018e2"],["-0.78581115999999952e2","0.68258880999999974e2"],["-0.78550277999999992e2","0.68263610999999969e2"],["-0.78548049999999989e2","0.68263046000000145e2"],["-0.78545273000000009e2",68.25],["-0.78525283999999999e2","0.68233597000000145e2"],["-0.78517226999999934e2","0.68223312000000021e2"],["-0.78522506999999905e2",68.21775800000006],["-0.78532226999999978e2","0.68213043000000027e2"],["-0.78558883999999978e2","0.68203049000000021e2"],["-0.78571670999999981e2","0.68200272000000098e2"]],[["-0.86426391999999964e2","0.68069152999999972e2"],["-0.86397507000000019e2","0.68021652000000131e2"],["-0.86378325999999959e2","0.67993317000000104e2"],["-0.86376662999999951e2","0.67988585999999998e2"],["-0.86368606999999997e2","0.67954711999999972e2"],["-0.86370833999999945e2","0.67939972000000012e2"],["-0.86396117999999944e2","0.67859711000000118e2"],["-0.86403609999999958e2","0.67848877000000073e2"],["-0.86465012000000002e2","0.67786652000000117e2"],[-86.47084000000001,67.78137200000009],["-0.86489989999999977e2","0.67770537999999988e2"],["-0.86571945000000028e2","0.67728867000000037e2"],["-0.86583617999999944e2","0.67725266000000147e2"],["-0.86596663999999976e2",67.72554000000008],["-0.86676665999999955e2","0.67731658999999922e2"],["-0.86690552000000025e2","0.67733871000000022e2"],["-0.86858336999999949e2",67.79693599999996],["-0.86879439999999931e2","0.67810257000000092e2"],["-0.86883895999999936e2","0.67814986999999974e2"],["-0.86910278000000005e2",67.8477630000001],["-0.86918610000000001e2",67.86192299999999],["-0.86926940999999999e2","0.67876373000000115e2"],["-0.86945830999999941e2","0.67909424000000058e2"],["-0.86951949999999897e2","0.67923874000000012e2"],["-0.86948607999999979e2","0.67928864000000033e2"],["-0.86940551999999968e2","0.67934418000000051e2"],["-0.86926101999999958e2","0.67931366000000082e2"],["-0.86913329999999974e2","0.67931931000000134e2"],["-0.86854445999999882e2","0.67954163000000051e2"],[-86.84333799999996,"0.67958603000000039e2"],["-0.86838897999999972e2","0.67986374000000126e2"],["-0.86836945000000014e2","0.68001099000000067e2"],["-0.86840835999999911e2","0.68010818000000029e2"],["-0.86847503999999958e2","0.68020263999999997e2"],["-0.86851944000000003e2","0.68024994000000049e2"],["-0.86863892000000021e2","0.68029159999999933e2"],["-0.86878325999999959e2","0.68032210999999961e2"],["-0.86904175000000009e2","0.68030548000000067e2"],["-0.86932495000000017e2","0.68035812000000021e2"],["-0.86942214999999976e2","0.68040267999999969e2"],["-0.86986664000000019e2","0.68061646000000053e2"],["-0.86992766999999901e2","0.68066666000000112e2"],["-0.86991942999999935e2","0.68071655000000078e2"],[-86.98832699999997,"0.68081664999999987e2"],["-0.86978881999999999e2","0.68096939000000077e2"],["-0.86906386999999938e2","0.68180267000000072e2"],[-86.89805599999994,"0.68185531999999967e2"],["-0.86742492999999911e2","0.68282760999999937e2"],["-0.86711944999999957e2",68.299149],["-0.86700561999999934e2","0.68303589000000045e2"],["-0.86675003000000004e2","0.68306091000000094e2"],["-0.86646666999999923e2","0.68301651000000106e2"],["-0.86602782999999988e2","0.68291367000000037e2"],["-0.86538605000000018e2","0.68270538000000101e2"],["-0.86487503000000004e2",68.24859600000002],["-0.86458617999999888e2","0.68235535000000084e2"],["-0.86411117999999988e2","0.68208878000000027e2"],["-0.86406661999999983e2","0.68204162999999994e2"],["-0.86402785999999992e2","0.68194427000000019e2"],["-0.86434998000000007e2","0.68162491000000102e2"],["-0.86433884000000035e2","0.68098601999999971e2"],["-0.86432495000000017e2","0.68088882000000069e2"],["-0.86426391999999964e2","0.68069152999999972e2"]],[["-0.11171028100000001e3","0.68220534999999927e2"],["-0.11172556299999997e3","0.68220260999999994e2"],["-0.11174221799999998e3","0.68221099999999979e2"],["-0.11175583599999993e3","0.68223602000000028e2"],["-0.11176500699999997e3","0.68227203000000088e2"],["-0.11177194199999991e3","0.68231369000000029e2"],["-0.11177639799999992e3","0.68236099000000024e2"],["-0.11177887699999997e3","0.68241089000000102e2"],["-0.11177916699999997e3","0.68246933000000126e2"],["-0.11177722199999999e3","0.68253052000000139e2"],["-0.11177166699999998e3","0.68258880999999974e2"],["-0.11171501199999994e3","0.68296936000000073e2"],["-0.11170388799999989e3","0.68299422999999933e2"],["-0.11152887699999991e3","0.68310806000000127e2"],["-0.11151363400000002e3","0.68311096000000134e2"],["-0.11149944299999993e3","0.68296936000000073e2"],["-0.11150446299999999e3","0.68292480000000126e2"],["-0.11152861000000001e3","0.68290543000000071e2"],[-111.55777,"0.68289429000000098e2"],["-0.11158277899999996e3","0.68286101999999971e2"],["-0.11160526999999996e3","0.68281096999999932e2"],["-0.11161361699999998e3","0.68276657000000114e2"],["-0.11162777699999998e3","0.68266663000000108e2"],[-111.633331,"0.68260818000000029e2"],["-0.11163305699999995e3","0.68249709999999993e2"],["-0.11163054699999992e3",68.24443100000002],["-0.11163249200000001e3","0.68238312000000008e2"],["-0.11163945000000001e3",68.23332199999993],["-0.11164943700000003e3","0.68229980000000012e2"],["-0.11167166099999997e3","0.68224701000000039e2"],[-111.696663,"0.68221375000000023e2"],["-0.11171028100000001e3","0.68220534999999927e2"]],[["-0.75582779000000016e2","0.68300262000000089e2"],[-75.5625,"0.68294433999999967e2"],["-0.75453888000000006e2","0.68266663000000108e2"],[-75.42971799999998,"0.68262206999999989e2"],["-0.75386672999999917e2","0.68258041000000105e2"],["-0.75263061999999934e2","0.68247208000000114e2"],["-0.75228881999999942e2",68.24552900000009],["-0.75199158000000011e2",68.24552900000009],["-0.75183059999999955e2","0.68243866000000025e2"],["-0.75158614999999941e2","0.68239975000000129e2"],["-0.75134734999999864e2","0.68234711000000118e2"],["-0.75121933000000013e2","0.68229156000000046e2"],["-0.75030563000000029e2","0.68167205999999965e2"],["-0.75011948000000018e2",68.14776599999999],["-0.75003066999999987e2","0.68132202000000063e2"],[-75,"0.68119690000000105e2"],["-0.75002227999999945e2","0.68114426000000094e2"],["-0.75049163999999962e2","0.68041367000000093e2"],["-0.75052490000000034e2","0.68036652000000061e2"],["-0.75063323999999966e2","0.68027206000000092e2"],["-0.75091675000000009e2","0.68009995000000004e2"],["-0.75148055999999997e2","0.67974426000000051e2"],["-0.75153609999999901e2","0.67969437000000084e2"],["-0.75164443999999946e2","0.67954163000000051e2"],["-0.75164443999999946e2","0.67949417000000096e2"],["-0.75162780999999939e2","0.67943863000000079e2"],["-0.75113891999999964e2",67.86192299999999],["-0.75104445999999996e2","0.67847488000000055e2"],["-0.75064162999999951e2","0.67782486000000063e2"],["-0.75025008999999955e2","0.67625534000000016e2"],["-0.75025283999999999e2","0.67619431000000077e2"],["-0.75068892999999889e2","0.67542755000000113e2"],["-0.75071944999999971e2","0.67538879000000065e2"],["-0.75133620999999948e2","0.67481658999999979e2"],["-0.75161117999999988e2","0.67463882000000126e2"],["-0.75198607999999979e2","0.67443314000000044e2"],["-0.75388061999999934e2","0.67354705999999965e2"],["-0.75395843999999954e2","0.67353043000000071e2"],["-0.75553603999999893e2","0.67333603000000096e2"],["-0.75662506000000008e2","0.67305251999999996e2"],[-75.84445199999999,"0.67264159999999947e2"],["-0.75946105999999929e2","0.67251937999999996e2"],["-0.76116652999999928e2","0.67255554000000018e2"],["-0.76226943999999946e2","0.67260818000000029e2"],[-76.30860899999999,"0.67253601000000117e2"],["-0.76490829000000019e2","0.67236374000000069e2"],[-76.66361999999998,"0.67219986000000006e2"],["-0.76693053999999961e2","0.67221099999999979e2"],["-0.76978057999999976e2","0.67245529000000147e2"],["-0.77026672000000019e2","0.67254990000000078e2"],["-0.77044723999999917e2","0.67260544000000095e2"],["-0.77057219999999916e2","0.67267212000000086e2"],["-0.77074448000000018e2","0.67280823000000055e2"],["-0.77101395000000025e2",67.30581699999999],["-0.77246947999999975e2","0.67451934999999992e2"],["-0.77247222999999963e2","0.67457214000000135e2"],["-0.77236937999999952e2","0.67495254999999986e2"],["-0.77224441999999954e2","0.67535538000000031e2"],["-0.77225829999999974e2","0.67543869000000086e2"],["-0.77230285999999978e2","0.67554428000000144e2"],["-0.77242217999999923e2","0.67569153000000085e2"],["-0.77275008999999955e2","0.67614699999999971e2"],["-0.77312209999999993e2","0.67676376000000118e2"],["-0.77320847000000015e2","0.67691649999999981e2"],["-0.77322509999999909e2","0.67698029000000076e2"],["-0.77319167999999991e2",67.71138000000002],["-0.77258346999999958e2","0.67816375999999934e2"],["-0.77251953000000015e2",67.82638500000013],["-0.77243332000000009e2","0.67837494000000049e2"],["-0.77233062999999959e2","0.67848877000000073e2"],["-0.77228333000000021e2","0.67853867000000093e2"],[-77.220551,67.86192299999999],["-0.77203888000000006e2","0.67876373000000115e2"],["-0.76865554999999972e2",68.15776100000005],["-0.76858886999999925e2","0.68161651999999947e2"],["-0.76726105000000018e2","0.68238876000000118e2"],["-0.76702498999999932e2",68.24859600000002],["-0.76673888999999974e2","0.68259155000000078e2"],["-0.76635009999999909e2","0.68271927000000062e2"],["-0.76606948999999929e2","0.68279434000000037e2"],[-76.28195199999999,"0.68332764000000111e2"],["-0.76267226999999934e2","0.68332764000000111e2"],["-0.76258346999999901e2",68.3316650000001],["-0.76251953000000015e2",68.328598],[-76.25,"0.68323044000000039e2"],[-76.25306699999993,"0.68313599000000124e2"],["-0.76249161000000015e2","0.68307480000000112e2"],["-0.76235824999999977e2",68.303314],["-0.76221663999999976e2","0.68301376000000062e2"],["-0.76116104000000007e2","0.68296646000000067e2"],["-0.76083327999999995e2","0.68295257999999933e2"],["-0.76060546999999985e2","0.68296936000000073e2"],["-0.76052779999999984e2","0.68298598999999967e2"],["-0.76032227000000034e2","0.68304703000000018e2"],["-0.76000564999999995e2","0.68316939999999988e2"],["-0.75985001000000011e2","0.68324432000000115e2"],["-0.75966399999999965e2","0.68331100000000106e2"],["-0.75954178000000013e2","0.68333878000000084e2"],["-0.75930831999999953e2","0.68336929000000112e2"],["-0.75917495999999915e2","0.68338318000000072e2"],["-0.75887511999999958e2","0.68339705999999978e2"],["-0.75818068999999866e2","0.68336655000000007e2"],["-0.75756667999999991e2","0.68332489000000066e2"],["-0.75726105000000018e2",68.33027600000014],["-0.75695540999999878e2","0.68326935000000105e2"],["-0.75667496000000028e2","0.68322768999999994e2"],[-75.62249799999995,"0.68313034000000073e2"],["-0.75602492999999868e2","0.68307480000000112e2"],["-0.75582779000000016e2","0.68300262000000089e2"]],[["-0.79020553999999947e2","0.68169144000000074e2"],["-0.79032500999999911e2","0.68165268000000026e2"],["-0.79075012000000015e2","0.68168320000000108e2"],["-0.79089721999999938e2","0.68170258000000047e2"],["-0.79101669000000015e2","0.68175262000000032e2"],["-0.79171386999999868e2","0.68205261000000064e2"],["-0.79176940999999943e2","0.68209427000000119e2"],["-0.79179992999999968e2","0.68215545999999961e2"],["-0.79188323999999966e2","0.68247208000000114e2"],["-0.79191100999999946e2","0.68319442999999978e2"],["-0.79151671999999962e2","0.68346649000000014e2"],["-0.79141952999999944e2",68.34887700000013],["-0.79125548999999978e2","0.68350266000000147e2"],["-0.79099441999999954e2","0.68348602000000142e2"],["-0.79044997999999964e2","0.68343322999999941e2"],["-0.78929992999999911e2","0.68338882000000012e2"],["-0.78826110999999969e2","0.68295532000000037e2"],["-0.78809998000000007e2","0.68287490999999989e2"],["-0.78804717999999923e2",68.283051],["-0.78801666000000012e2","0.68279160000000104e2"],[-78.80221599999993,"0.68272491000000002e2"],["-0.78805266999999958e2","0.68266663000000108e2"],["-0.78815551999999911e2","0.68255554000000018e2"],["-0.78823333999999932e2","0.68250548999999978e2"],["-0.78841948999999886e2","0.68240540000000124e2"],["-0.79020553999999947e2","0.68169144000000074e2"]],[["-0.10007472200000001e3","0.68349716000000114e2"],["-0.10008640299999996e3","0.68296097000000088e2"],["-0.10009166700000003e3","0.68284987999999998e2"],["-0.10009944200000001e3","0.68278595000000053e2"],["-0.10011221299999994e3","0.68276382000000069e2"],["-0.10012832600000002e3","0.68278320000000065e2"],["-0.10014028899999994e3","0.68281661999999983e2"],["-0.10016443600000002e3","0.68288589000000059e2"],["-0.10020056199999999e3",68.299149],["-0.10022693600000002e3","0.68316086000000041e2"],["-0.10023082699999992e3","0.68319717000000082e2"],["-0.10021556099999998e3","0.68318603999999993e2"],["-0.10020249899999988e3","0.68319717000000082e2"],["-0.10019110099999995e3","0.68322220000000073e2"],[-100.1183319999999,"0.68347214000000008e2"],["-0.10011000100000001e3","0.68352478000000019e2"],["-0.10008583099999998e3","0.68368866000000082e2"],["-0.10007668299999989e3","0.68359711000000004e2"],["-0.10007444799999996e3","0.68354980000000069e2"],["-0.10007472200000001e3","0.68349716000000114e2"]],[[-82.05999799999995,"0.68306091000000094e2"],["-0.82072509999999966e2","0.68303040000000067e2"],["-0.82271117999999944e2","0.68338593000000117e2"],["-0.82312774999999988e2","0.68349151999999947e2"],["-0.82326675000000023e2","0.68353591999999992e2"],[-82.33805799999999,"0.68358322000000044e2"],["-0.82344451999999876e2","0.68362762000000032e2"],["-0.82345550999999944e2",68.36775200000011],["-0.82333327999999995e2","0.68371917999999994e2"],["-0.82230559999999969e2","0.68385543999999982e2"],[-82.216949,"0.68384155000000135e2"],["-0.82135558999999944e2","0.68372756999999979e2"],["-0.82012512000000015e2","0.68350815000000068e2"],["-0.82001113999999973e2",68.34637500000008],[-81.99722300000002,68.34137000000004],["-0.82010009999999909e2","0.68332764000000111e2"],[-82.05999799999995,"0.68306091000000094e2"]],[["-0.11111444099999994e3","0.68405823000000055e2"],["-0.11112832600000002e3","0.68404984000000127e2"],["-0.11113751199999996e3","0.68408599999999979e2"],[-111.141953,"0.68413315000000011e2"],["-0.11114890300000002e3","0.68428863999999919e2"],["-0.11114917000000003e3","0.68439972000000125e2"],[-111.141953,"0.68444976999999994e2"],["-0.11113054699999992e3","0.68447479000000044e2"],["-0.11111527999999998e3","0.68447754000000089e2"],["-0.11109861799999999e3","0.68446930000000123e2"],["-0.11108249699999993e3",68.44470200000012],["-0.11107611099999991e3","0.68436919999999986e2"],["-0.11108416699999998e3","0.68424988000000042e2"],["-0.11110582699999998e3","0.68409988000000055e2"],["-0.11111444099999994e3","0.68405823000000055e2"]],[["-0.99045273000000009e2","0.68423874000000069e2"],["-0.99054992999999911e2","0.68408324999999991e2"],["-0.99147781000000009e2","0.68442200000000071e2"],["-0.99154723999999987e2","0.68446365000000071e2"],["-0.99159163999999919e2","0.68451096000000007e2"],["-0.99149733999999853e2","0.68455261000000007e2"],[-99.12110899999999,"0.68454987000000074e2"],["-0.99105269999999962e2","0.68453048999999965e2"],["-0.99087219000000005e2","0.68449416999999983e2"],["-0.99045273000000009e2","0.68423874000000069e2"]],[["-0.74162216000000001e2","0.68246093999999971e2"],["-0.74190552000000025e2","0.68242477000000008e2"],[-74.20777899999996,"0.68243317000000047e2"],["-0.74221114999999998e2","0.68247208000000114e2"],["-0.74228881999999942e2","0.68250823999999966e2"],["-0.74244155999999862e2","0.68261383000000023e2"],["-0.74260559000000001e2","0.68273314999999968e2"],["-0.74388610999999969e2","0.68398330999999985e2"],["-0.74399733999999967e2",68.42025799999999],["-0.74402221999999938e2","0.68427765000000136e2"],["-0.74400283999999999e2",68.43414300000012],["-0.74393065999999919e2","0.68445251000000098e2"],["-0.74376937999999882e2","0.68459717000000126e2"],["-0.74360275000000001e2","0.68463882000000126e2"],["-0.74340835999999911e2","0.68462493999999992e2"],["-0.74307769999999948e2","0.68461655000000064e2"],["-0.74293883999999991e2","0.68460541000000092e2"],["-0.74279448999999943e2","0.68458328000000108e2"],["-0.74269729999999868e2","0.68454712000000029e2"],["-0.74217498999999862e2","0.68426086000000112e2"],["-0.74198043999999982e2","0.68414992999999924e2"],["-0.74079452999999944e2","0.68338593000000117e2"],["-0.74074722000000008e2","0.68330825999999945e2"],["-0.74077498999999989e2","0.68325546000000088e2"],["-0.74144454999999937e2","0.68254440000000045e2"],["-0.74149733999999853e2",68.25],["-0.74162216000000001e2","0.68246093999999971e2"]],[["-0.10071056399999998e3","0.68402480999999966e2"],["-0.10072416699999997e3",68.401657],["-0.10078943599999997e3","0.68409988000000055e2"],["-0.10088971699999996e3",68.45277400000009],["-0.10088027999999997e3","0.68457214000000135e2"],["-0.10084889199999992e3","0.68464996000000099e2"],["-0.10083029199999999e3","0.68468596999999932e2"],["-0.10079332699999986e3","0.68468872000000147e2"],["-0.10078611799999999e3","0.68464706000000092e2"],["-0.10071806300000003e3","0.68411926000000051e2"],["-0.10071305799999999e3","0.68407486000000006e2"],["-0.10071056399999998e3","0.68402480999999966e2"]],[["-0.11086250299999995e3","0.68474152000000061e2"],["-0.11092610199999996e3","0.68465820000000065e2"],["-0.11105444299999999e3","0.68469711000000132e2"],["-0.11108833299999998e3","0.68473311999999964e2"],["-0.11109750400000001e3","0.68477203000000031e2"],["-0.11109750400000001e3","0.68482757999999933e2"],["-0.11109249899999998e3","0.68487198000000149e2"],["-0.11108528099999995e3","0.68492203000000018e2"],["-0.11107528699999995e3","0.68495529000000033e2"],[-110.984734,"0.68515549000000078e2"],["-0.11082167099999998e3",68.54803499999997],["-0.11080332899999996e3","0.68546371000000136e2"],["-0.11079222099999998e3","0.68543319999999937e2"],["-0.11076390100000003e3","0.68533600000000035e2"],["-0.11074582700000002e3","0.68526382000000069e2"],["-0.11069833399999999e3","0.68491364000000033e2"],["-0.11069611399999991e3","0.68486374000000012e2"],["-0.11070889299999988e3","0.68484711000000061e2"],["-0.11072833300000002e3","0.68484421000000054e2"],["-0.11079499799999996e3","0.68479980000000126e2"],["-0.11086250299999995e3","0.68474152000000061e2"]],[["-0.11058693700000003e3","0.68524155000000007e2"],[-110.625,"0.68519440000000145e2"],[-110.6600039999999,"0.68521927000000005e2"],["-0.11072112299999998e3","0.68531097000000102e2"],["-0.11073249800000002e3","0.68534149000000014e2"],["-0.11074610899999999e3","0.68542480000000069e2"],["-0.11075974300000001e3",68.55664100000007],["-0.11076194800000002e3","0.68561645999999939e2"],[-110.75473,"0.68566665999999998e2"],["-0.11063861099999997e3","0.68569443000000092e2"],["-0.11062832600000002e3","0.68559143000000006e2"],["-0.11052971600000001e3",68.54803499999997],[-110.520554,"0.68544144000000074e2"],["-0.11051834100000002e3","0.68539154000000053e2"],["-0.11052722199999988e3","0.68534987999999942e2"],["-0.11053859699999992e3","0.68532486000000063e2"],["-0.11058693700000003e3","0.68524155000000007e2"]],[["-0.10454527300000001e3","0.68396102999999982e2"],["-0.10458667000000003e3","0.68394440000000088e2"],["-0.10464666699999998e3","0.68395827999999995e2"],["-0.10469332900000001e3","0.68402480999999966e2"],[-104.708618,68.40525800000006],["-0.10475974299999996e3","0.68418045000000063e2"],["-0.10488305699999995e3","0.68449996999999996e2"],["-0.10491915899999992e3","0.68459991000000059e2"],[-104.9375,68.46748400000007],["-0.10508167999999995e3","0.68546371000000136e2"],["-0.10504415899999998e3","0.68562759000000028e2"],[-105.024719,"0.68570540999999992e2"],["-0.10501390100000003e3","0.68573318000000086e2"],["-0.10498999000000003e3",68.57748400000014],["-0.10493859900000001e3","0.68583327999999995e2"],["-0.10491000399999996e3","0.68583878000000027e2"],["-0.10476167299999997e3","0.68582764000000054e2"],["-0.10474610899999993e3","0.68582214000000022e2"],["-0.10471193699999998e3","0.68578597999999943e2"],[-104.682503,68.57388300000008],["-0.10455332899999996e3","0.68537201000000096e2"],["-0.10452999899999992e3","0.68530548000000124e2"],["-0.10450917099999992e3","0.68523315000000139e2"],["-0.10448277299999995e3","0.68511658000000011e2"],["-0.10446916199999998e3","0.68503326000000015e2"],["-0.10446362299999998e3","0.68498871000000008e2"],["-0.10444915799999995e3","0.68485260000000039e2"],["-0.10444055200000003e3","0.68476089000000059e2"],["-0.10442777999999987e3","0.68456940000000031e2"],["-0.10442527799999999e3","0.68441360000000032e2"],[-104.426941,"0.68435806000000014e2"],["-0.10443083199999995e3","0.68429703000000075e2"],["-0.10443499799999995e3","0.68423599000000024e2"],["-0.10444138299999997e3","0.68417206000000078e2"],["-0.10445111099999991e3","0.68413315000000011e2"],["-0.10448332199999999e3","0.68404709000000082e2"],["-0.10451917299999997e3","0.68398330999999985e2"],["-0.10454527300000001e3","0.68396102999999982e2"]],[[-105.139183,68.53637700000013],["-0.10512609900000001e3","0.68533325000000048e2"],["-0.10511305199999998e3","0.68534424000000001e2"],["-0.10510109699999998e3","0.68536652000000004e2"],["-0.10508693699999998e3","0.68536926000000108e2"],["-0.10507861300000002e3","0.68533051000000114e2"],["-0.10506639099999995e3","0.68519149999999968e2"],["-0.10505972300000002e3","0.68509430000000066e2"],["-0.10505888400000003e3","0.68504166000000055e2"],["-0.10506833599999999e3","0.68500274999999988e2"],["-0.10508612099999999e3","0.68502777000000037e2"],["-0.10511193800000001e3","0.68508881000000088e2"],["-0.10523361199999994e3","0.68541091999999992e2"],["-0.10524416400000001e3","0.68544708000000071e2"],["-0.10529110700000001e3","0.68576935000000049e2"],["-0.10529222099999998e3","0.68582214000000022e2"],["-0.10528138699999994e3","0.68584991000000116e2"],["-0.10525611900000001e3","0.68588318000000015e2"],["-0.10524305700000002e3","0.68589705999999978e2"],[-105.228882,"0.68589980999999966e2"],["-0.10521112099999993e3","0.68587769000000094e2"],["-0.10518582200000003e3","0.68580826000000116e2"],["-0.10518611099999998e3","0.68576660000000004e2"],["-0.10518167099999994e3","0.68566665999999998e2"],["-0.10517832900000002e3","0.68561645999999939e2"],[-105.139183,68.53637700000013]],[["-0.11378611799999999e3","0.68582764000000054e2"],["-0.11380166599999995e3",68.58248900000001],["-0.11385249299999998e3","0.68584152000000131e2"],["-0.11388945000000001e3","0.68586929000000055e2"],["-0.11393138099999999e3","0.68593872000000033e2"],["-0.11395259099999987e3","0.68597389000000078e2"],["-0.11395966299999998e3","0.68603195000000142e2"],["-0.11396611000000001e3","0.68611099000000081e2"],["-0.11395667300000002e3","0.68614699999999914e2"],["-0.11394248999999996e3","0.68615814000000114e2"],["-0.11391388699999999e3","0.68615814000000114e2"],["-0.11389972699999998e3","0.68616928000000087e2"],["-0.11383693700000003e3","0.68608871000000079e2"],["-0.11380027799999999e3","0.68606093999999985e2"],["-0.11378611799999999e3",68.60386699999998],["-0.11377667200000002e3",68.60026600000009],["-0.11376194800000002e3","0.68592209000000082e2"],[-113.761124,"0.68586655000000121e2"],["-0.11377223199999997e3","0.68583878000000027e2"],["-0.11378611799999999e3","0.68582764000000054e2"]],[["-0.10074054699999999e3","0.68596375000000023e2"],["-0.10078388999999993e3","0.68594437000000084e2"],["-0.10086805699999991e3","0.68603043000000014e2"],["-0.10088249200000001e3","0.68611374000000069e2"],["-0.10087666300000001e3","0.68616379000000109e2"],["-0.10086527999999998e3","0.68619141000000013e2"],["-0.10085305800000003e3","0.68620818999999983e2"],["-0.10083972199999999e3",68.62164300000012],["-0.10081388900000002e3","0.68619141000000013e2"],["-0.10075556899999992e3","0.68607758000000047e2"],["-0.10074082899999996e3","0.68604706000000078e2"],["-0.10073361199999994e3","0.68600540000000024e2"],["-0.10074054699999999e3","0.68596375000000023e2"]],[["-0.78468886999999995e2","0.68563873000000001e2"],["-0.78474441999999897e2",68.55831900000004],["-0.78482223999999917e2","0.68553313999999943e2"],["-0.78503066999999987e2","0.68545532000000037e2"],["-0.78530837999999903e2","0.68541091999999992e2"],["-0.78545836999999949e2","0.68540817000000004e2"],["-0.78562209999999993e2","0.68541930999999977e2"],["-0.78599227999999925e2","0.68550644000000034e2"],["-0.78614554999999939e2","0.68553650000000061e2"],["-0.78638901000000033e2","0.68558028999999976e2"],["-0.78654723999999987e2","0.68558594000000028e2"],["-0.78668883999999991e2","0.68554153000000099e2"],["-0.78724715999999944e2","0.68521927000000005e2"],["-0.78715835999999911e2","0.68515823000000012e2"],["-0.78691375999999991e2","0.68509155000000021e2"],["-0.78674438000000009e2","0.68509720000000073e2"],["-0.78653335999999967e2","0.68512496999999939e2"],["-0.78636123999999938e2","0.68513046000000088e2"],["-0.78621947999999975e2","0.68509720000000073e2"],["-0.78617615000000001e2","0.68507217000000082e2"],["-0.78610275000000001e2","0.68502213000000097e2"],["-0.78610824999999977e2","0.68498032000000023e2"],["-0.78618056999999965e2","0.68492203000000018e2"],["-0.78705565999999976e2","0.68451660000000118e2"],["-0.78716110000000015e2","0.68447754000000089e2"],["-0.78743057000000022e2","0.68442748999999992e2"],["-0.78776672000000019e2","0.68439147999999989e2"],["-0.78795272999999952e2","0.68438583000000108e2"],["-0.78813048999999921e2","0.68438873000000115e2"],["-0.78828063999999983e2","0.68440811000000053e2"],["-0.78861663999999962e2","0.68446365000000071e2"],["-0.78876389000000017e2","0.68450546000000145e2"],["-0.78959732000000031e2","0.68474700999999982e2"],["-0.78946105999999986e2","0.68508041000000048e2"],["-0.78943328999999949e2","0.68511932000000115e2"],["-0.78936935000000005e2","0.68516388000000006e2"],["-0.78822784000000013e2","0.68547759999999982e2"],["-0.78809432999999956e2","0.68550537000000077e2"],["-0.78791672000000005e2","0.68550262000000032e2"],["-0.78759170999999981e2",68.54803499999997],["-0.78743880999999988e2","0.68546097000000032e2"],["-0.78723891999999978e2","0.68547484999999938e2"],["-0.78704177999999899e2","0.68554703000000131e2"],["-0.78698883000000023e2","0.68558028999999976e2"],["-0.78688889000000017e2","0.68564697000000137e2"],["-0.78670837000000006e2","0.68578872999999987e2"],["-0.78668609999999944e2","0.68583327999999995e2"],["-0.78672774999999945e2",68.58859300000006],["-0.78680557000000022e2","0.68593323000000112e2"],["-0.78693054000000018e2","0.68596939000000134e2"],["-0.78705841000000021e2","0.68600540000000024e2"],["-0.78784163999999976e2","0.68618590999999981e2"],["-0.78851395000000025e2","0.68634155000000078e2"],["-0.78894454999999994e2","0.68646378000000141e2"],[-78.89805599999994,68.64888000000002],["-0.78889724999999942e2","0.68652771000000087e2"],["-0.78863892000000021e2","0.68659714000000122e2"],["-0.78837783999999886e2","0.68661102000000028e2"],["-0.78720001000000025e2","0.68657211000000132e2"],["-0.78689437999999939e2","0.68653320000000065e2"],["-0.78495834000000002e2","0.68627762000000132e2"],["-0.78481948999999929e2","0.68624985000000038e2"],["-0.78469451999999933e2","0.68621093999999971e2"],["-0.78460555999999997e2","0.68617203000000075e2"],["-0.78467223999999987e2","0.68569153000000085e2"],["-0.78468886999999995e2","0.68563873000000001e2"]],[["-0.74768889999999999e2","0.68673874000000012e2"],["-0.74756667999999991e2","0.68672760000000039e2"],[-74.65583799999996,68.65498400000007],["-0.74648346000000004e2","0.68652206000000092e2"],["-0.74522231999999974e2","0.68565262000000018e2"],["-0.74518340999999907e2","0.68558594000000028e2"],["-0.74531951999999876e2","0.68552765000000022e2"],["-0.74551392000000021e2","0.68550537000000077e2"],["-0.74586944999999957e2","0.68548874000000126e2"],["-0.74726668999999902e2","0.68556091000000038e2"],["-0.74742767000000015e2","0.68557480000000055e2"],["-0.74807219999999916e2","0.68563599000000067e2"],["-0.74821945000000028e2",68.56581099999994],["-0.74833892999999989e2","0.68569717000000026e2"],[-74.84333799999996,"0.68575821000000076e2"],["-0.74870543999999995e2","0.68598877000000073e2"],["-0.74883056999999894e2",68.61303700000002],["-0.74890288999999996e2","0.68624985000000038e2"],["-0.74805832000000009e2","0.68668868999999972e2"],["-0.74796111999999994e2","0.68671646000000067e2"],["-0.74787216000000001e2","0.68673035000000027e2"],["-0.74779998999999975e2","0.68673874000000012e2"],[-74.77194199999991,"0.68673035000000027e2"],["-0.74768889999999999e2","0.68673874000000012e2"]],[["-0.11404723399999995e3","0.68613602000000014e2"],["-0.11406139399999995e3","0.68612488000000042e2"],[-114.075287,"0.68614699999999914e2"],["-0.11410193600000002e3","0.68625809000000004e2"],["-0.11412666299999995e3","0.68637206999999989e2"],["-0.11414890299999996e3","0.68649428999999998e2"],["-0.11416166699999991e3","0.68658035000000098e2"],["-0.11418998699999986e3","0.68680266999999958e2"],["-0.11418639400000001e3","0.68683594000000085e2"],["-0.11415387699999991e3","0.68679703000000018e2"],[-114.141953,"0.68676925999999924e2"],["-0.11414111299999996e3","0.68671097000000088e2"],["-0.11405638099999987e3","0.68635818000000029e2"],["-0.11404888900000003e3","0.68631927000000132e2"],["-0.11404167200000001e3","0.68627762000000132e2"],["-0.11403778099999994e3","0.68616928000000087e2"],["-0.11404723399999995e3","0.68613602000000014e2"]],[["-0.74811385999999914e2","0.68320541000000048e2"],["-0.74817504999999926e2","0.68318603999999993e2"],[-75,"0.68333344000000125e2"],["-0.75002227999999945e2","0.68333603000000039e2"],["-0.75008346999999958e2","0.68337204000000099e2"],["-0.75010284000000013e2","0.68346649000000014e2"],["-0.75005004999999926e2","0.68353591999999992e2"],["-0.75002791999999999e2",68.35914600000001],[-75.00140399999998,"0.68366378999999995e2"],["-0.75015014999999948e2","0.68379700000000128e2"],["-0.75029174999999952e2","0.68390549000000021e2"],["-0.75037505999999951e2","0.68394714000000022e2"],["-0.75081679999999892e2","0.68404984000000127e2"],[-75.10943599999996,"0.68406937000000084e2"],["-0.75138061999999991e2","0.68409988000000055e2"],["-0.75153060999999866e2","0.68413040000000024e2"],["-0.75241378999999995e2","0.68436371000000065e2"],["-0.75263900999999919e2","0.68444976999999994e2"],["-0.75294723999999974e2","0.68457763999999997e2"],["-0.75369995000000017e2","0.68489700000000028e2"],["-0.75396118000000001e2","0.68503601000000003e2"],["-0.75416397000000018e2","0.68518051000000128e2"],["-0.75416397000000018e2","0.68524429000000112e2"],["-0.75396956999999873e2","0.68611099000000081e2"],["-0.75389175000000023e2",68.62303200000008],["-0.75307770000000005e2","0.68694702000000063e2"],["-0.75299727999999959e2","0.68700546000000088e2"],["-0.75280562999999972e2","0.68709717000000069e2"],["-0.75254729999999881e2","0.68717484000000013e2"],["-0.75239440999999999e2","0.68718048000000124e2"],["-0.75014450000000011e2","0.68677200000000028e2"],[-75,"0.68672241000000099e2"],["-0.74942764000000011e2","0.68576096000000064e2"],["-0.74938323999999909e2","0.68571655000000135e2"],["-0.74931380999999931e2","0.68566665999999998e2"],["-0.74836945000000014e2","0.68511658000000011e2"],["-0.74801940999999999e2","0.68501099000000124e2"],["-0.74785004000000015e2","0.68494705000000067e2"],["-0.74780288999999982e2","0.68490265000000079e2"],["-0.74772232000000031e2","0.68479980000000126e2"],["-0.74768341000000021e2","0.68473311999999964e2"],["-0.74776397999999915e2","0.68410537999999917e2"],["-0.74811385999999914e2","0.68320541000000048e2"]],[["-0.84808043999999938e2","0.68763885000000016e2"],["-0.84821395999999879e2","0.68763611000000083e2"],["-0.84835830999999985e2","0.68766662999999994e2"],["-0.84939163000000008e2","0.68793594000000041e2"],["-0.84907776000000013e2","0.68803589000000102e2"],["-0.84895279000000016e2",68.80720500000001],["-0.84882492000000013e2","0.68809707999999944e2"],["-0.84855835000000013e2","0.68810806000000014e2"],["-0.84841385000000002e2","0.68807479999999998e2"],["-0.84837219000000005e2","0.68802765000000136e2"],["-0.84837783999999999e2",68.79693600000013],["-0.84801665999999955e2","0.68769150000000081e2"],["-0.84808043999999938e2","0.68763885000000016e2"]],[["-0.68110275000000001e2",68.78276100000005],["-0.67807494999999903e2","0.68733597000000032e2"],["-0.67781676999999945e2","0.68729155999999932e2"],["-0.67679169000000002e2","0.68711379999999963e2"],["-0.67668335000000013e2","0.68707214000000079e2"],["-0.67661391999999921e2","0.68701935000000105e2"],["-0.67662216000000001e2","0.68698317999999972e2"],["-0.67676666000000012e2","0.68695816000000093e2"],["-0.67850554999999929e2","0.68697754000000032e2"],["-0.67869720000000029e2",68.69859299999996],["-0.67897781000000009e2","0.68704987000000017e2"],["-0.67918609999999887e2","0.68712493999999936e2"],["-0.67951400999999976e2","0.68721649000000014e2"],["-0.68039169000000015e2","0.68738037000000077e2"],["-0.68188323999999909e2","0.68763885000000016e2"],["-0.68306106999999997e2","0.68779434000000094e2"],["-0.68323623999999995e2","0.68779984000000127e2"],["-0.68339995999999985e2","0.68778594999999939e2"],["-0.68352492999999981e2","0.68775543000000027e2"],["-0.68367492999999854e2","0.68774994000000106e2"],["-0.68433608999999933e2","0.68781097000000045e2"],["-0.68451400999999976e2","0.68783875000000023e2"],["-0.68457779000000016e2","0.68785812000000078e2"],["-0.68459441999999967e2","0.68791092000000106e2"],["-0.68455275999999969e2","0.68802199999999914e2"],["-0.68450835999999867e2",68.80720500000001],["-0.68439163000000008e2","0.68812485000000038e2"],["-0.68428328999999962e2","0.68813034000000016e2"],["-0.68418899999999894e2","0.68810257000000092e2"],["-0.68375548999999921e2","0.68808029000000147e2"],["-0.68241942999999935e2","0.68798874000000069e2"],["-0.68224716000000001e2","0.68797485000000108e2"],["-0.68110275000000001e2",68.78276100000005]],[["-0.10183112299999999e3","0.68566940000000102e2"],["-0.10184555099999989e3","0.68566665999999998e2"],["-0.10186028299999998e3","0.68569717000000026e2"],["-0.10188527699999986e3","0.68576385000000016e2"],["-0.10190527299999991e3","0.68583878000000027e2"],["-0.10200583599999999e3","0.68613875999999948e2"],[-102.112213,68.62359600000002],["-0.10223000300000001e3",68.64027399999992],[-102.254997,"0.68646942000000081e2"],["-0.10231639100000001e3","0.68672211000000061e2"],[-102.3125,"0.68688583000000051e2"],["-0.10221665999999999e3","0.68718322999999998e2"],["-0.10214862099999999e3","0.68734984999999938e2"],["-0.10213639799999993e3","0.68736923000000104e2"],["-0.10211389200000002e3","0.68742477000000065e2"],["-0.10209249899999998e3","0.68748871000000122e2"],[-102.073059,"0.68756943000000092e2"],["-0.10205638099999993e3","0.68768051000000071e2"],["-0.10205166600000001e3","0.68773880000000077e2"],["-0.10204943799999995e3","0.68779434000000094e2"],["-0.10204972799999996e3","0.68784714000000008e2"],["-0.10205555699999996e3","0.68794434000000081e2"],["-0.10205555699999996e3","0.68799713000000054e2"],["-0.10205082700000003e3","0.68805542000000059e2"],["-0.10204276999999996e3","0.68811096000000077e2"],["-0.10202306399999992e3","0.68819443000000035e2"],["-0.10199833699999999e3","0.68823044000000095e2"],["-0.10198500099999995e3","0.68824158000000068e2"],["-0.10195612299999999e3","0.68824158000000068e2"],["-0.10193943799999994e3","0.68822494999999947e2"],[-101.9119419999999,"0.68816086000000098e2"],["-0.10177861000000001e3","0.68783875000000023e2"],["-0.10169387799999993e3","0.68768051000000071e2"],["-0.10169999699999994e3","0.68737762000000032e2"],["-0.10168055699999996e3","0.68672484999999995e2"],["-0.10168250299999994e3","0.68661652000000061e2"],[-101.701683,"0.68637772000000041e2"],["-0.10183112299999999e3","0.68566940000000102e2"]],[["-0.10260082999999997e3","0.68813309000000004e2"],["-0.10260749799999996e3",68.80914300000012],["-0.10269695299999995e3","0.68813034000000016e2"],["-0.10270722999999992e3","0.68816666000000112e2"],["-0.10268888900000002e3","0.68833328000000108e2"],["-0.10267859599999997e3","0.68836928999999998e2"],["-0.10264055599999995e3","0.68841934000000037e2"],["-0.10261277799999993e3",68.84304800000001],["-0.10259889199999986e3","0.68841095000000053e2"],["-0.10260221899999999e3","0.68834152000000074e2"],["-0.10260082999999997e3","0.68813309000000004e2"]],[["-0.89944442999999978e2","0.68662200999999982e2"],["-0.89956389999999942e2","0.68661652000000061e2"],["-0.89974166999999966e2","0.68705826000000002e2"],["-0.89999160999999958e2","0.68730819999999937e2"],["-0.90017226999999934e2","0.68740540000000067e2"],["-0.90022507000000019e2",68.74581900000004],["-0.90027495999999985e2","0.68752486999999974e2"],["-0.90027785999999992e2","0.68758606000000043e2"],["-0.90025557999999933e2","0.68771927000000005e2"],[-90.00306699999993,"0.68806641000000013e2"],["-0.89958618000000001e2","0.68838042999999971e2"],["-0.89944442999999978e2","0.68847488000000055e2"],["-0.89931945999999982e2","0.68852203000000088e2"],["-0.89921935999999903e2","0.68853867000000093e2"],["-0.89914443999999946e2","0.68853043000000127e2"],["-0.89781677000000002e2","0.68766662999999994e2"],["-0.89784163999999919e2","0.68760818000000086e2"],["-0.89791381999999999e2","0.68752486999999974e2"],["-0.89808884000000035e2","0.68733322000000044e2"],["-0.89857498000000021e2","0.68700546000000088e2"],["-0.89877486999999917e2","0.68690810999999997e2"],["-0.89944442999999978e2","0.68662200999999982e2"]],[["-0.11435082999999997e3","0.68871643000000063e2"],["-0.11437917299999992e3",68.86943100000002],["-0.11439639299999999e3","0.68869705000000124e2"],[-114.429169,68.87359600000002],["-0.11445333900000003e3","0.68879425000000026e2"],["-0.11446305799999999e3","0.68882751000000042e2"],[-114.468613,"0.68887206999999989e2"],["-0.11447165699999999e3","0.68892487000000017e2"],["-0.11446056399999998e3","0.68895264000000111e2"],["-0.11444444299999998e3","0.68896103000000096e2"],[-114.424713,"0.68896942000000024e2"],["-0.11437609899999995e3","0.68893600000000106e2"],["-0.11434084300000001e3","0.68890549000000078e2"],["-0.11432888800000001e3","0.68887496999999996e2"],["-0.11432333399999999e3","0.68883041000000048e2"],["-0.11432861299999996e3",68.87692300000009],["-0.11433805799999993e3",68.87359600000002],["-0.11435082999999997e3","0.68871643000000063e2"]],[["-0.67847777999999948e2","0.68851928999999984e2"],["-0.67863891999999964e2","0.68849425999999994e2"],["-0.67883056999999951e2","0.68849990999999989e2"],["-0.67897232000000031e2","0.68853043000000127e2"],[-67.908051,"0.68857208000000128e2"],["-0.67956389999999942e2","0.68915268000000026e2"],[-67.96055599999994,"0.68922484999999995e2"],[-67.96055599999994,"0.68929977000000065e2"],["-0.67954726999999934e2","0.68935806000000127e2"],["-0.67946654999999964e2","0.68940810999999997e2"],["-0.67938048999999978e2","0.68944427000000019e2"],["-0.67923889000000031e2",68.94859300000013],["-0.67892226999999991e2","0.68951660000000004e2"],["-0.67876388999999961e2","0.68949417000000096e2"],["-0.67869445999999982e2","0.68944138000000066e2"],[-67.83944699999995,"0.68911926000000108e2"],["-0.67831389999999999e2","0.68875809000000118e2"],["-0.67833068999999909e2","0.68861374000000012e2"],["-0.67837509000000011e2","0.68856368999999972e2"],["-0.67847777999999948e2","0.68851928999999984e2"]],[["-0.85341675000000009e2","0.68983596999999975e2"],["-0.85351669000000015e2","0.68981094000000041e2"],["-0.85379165999999941e2","0.68981934000000081e2"],["-0.85407227000000034e2","0.68984420999999941e2"],["-0.85437209999999993e2","0.68991928000000087e2"],["-0.85446944999999971e2","0.68996368000000075e2"],["-0.85451400999999976e2","0.69001099000000011e2"],["-0.85453063999999983e2","0.69005829000000062e2"],[-85.44387799999987,"0.69010269000000108e2"],["-0.85418883999999991e2","0.69009430000000123e2"],["-0.85369995000000017e2","0.69001937999999996e2"],["-0.85354720999999927e2","0.68997757000000092e2"],["-0.85342223999999931e2","0.68993317000000104e2"],["-0.85337783999999999e2","0.68988585999999941e2"],["-0.85341675000000009e2","0.68983596999999975e2"]],[[-89.90834000000001,"0.68917755000000113e2"],["-0.89915008999999998e2","0.68913315000000125e2"],["-0.89952498999999875e2","0.68926376000000062e2"],["-0.89978332999999964e2","0.68933867999999961e2"],[-90,"0.68937575999999979e2"],[-90.03195199999999,"0.68943039000000113e2"],["-0.90075561999999991e2","0.68948028999999963e2"],["-0.90070557000000008e2","0.68981934000000081e2"],["-0.89946380999999917e2","0.69010269000000108e2"],[-89.93360899999999,"0.69011658000000068e2"],["-0.89920837000000006e2","0.69010269000000108e2"],["-0.89914169000000015e2","0.69006943000000035e2"],["-0.89910277999999948e2","0.69003052000000139e2"],["-0.89906661999999983e2","0.68922484999999995e2"],[-89.90834000000001,"0.68917755000000113e2"]],[["-0.10017555199999987e3","0.68794708000000014e2"],["-0.10022083999999995e3","0.68764435000000049e2"],["-0.10025446299999999e3","0.68769150000000081e2"],["-0.10026917300000002e3","0.68772217000000012e2"],["-0.10028555299999994e3","0.68774155000000121e2"],["-0.10029915599999998e3","0.68773315000000082e2"],["-0.10030860899999999e3","0.68768875000000037e2"],["-0.10031639100000001e3",68.76249700000011],["-0.10035749799999996e3",68.71527100000003],["-0.10036694299999994e3","0.68710541000000035e2"],["-0.10040722699999998e3","0.68708038000000045e2"],[-100.423607,"0.68709991000000002e2"],["-0.10061332700000003e3","0.68758040999999992e2"],["-0.10062304699999999e3","0.68761932000000058e2"],["-0.10062805199999997e3","0.68766388000000006e2"],[-100.632767,68.77609300000006],["-0.10062581599999999e3","0.68912490999999932e2"],["-0.10059999099999999e3","0.69000548999999978e2"],["-0.10056111099999993e3","0.69025818000000015e2"],["-0.10054360999999994e3","0.69036652000000061e2"],["-0.10052916699999997e3","0.69036652000000061e2"],[-100.497772,"0.69034714000000122e2"],["-0.10041610700000001e3","0.69026382000000126e2"],["-0.10038110399999994e3","0.69020828000000108e2"],["-0.10035082999999997e3","0.69014709000000096e2"],["-0.10034111000000001e3","0.69010818000000029e2"],["-0.10033361799999994e3","0.69006653000000028e2"],["-0.10032861300000002e3",69.00221300000004],["-0.10032362399999994e3","0.68996093999999971e2"],["-0.10032888800000001e3","0.68989975000000129e2"],["-0.10033168000000001e3","0.68984420999999941e2"],["-0.10033168000000001e3","0.68979431000000091e2"],[-100.326683,"0.68974701000000039e2"],["-0.10031276700000001e3","0.68965820000000122e2"],["-0.10023889200000002e3",68.924149],["-0.10022888199999994e3","0.68920258000000103e2"],["-0.10021665999999988e3","0.68916930999999977e2"],["-0.10020361300000002e3","0.68915543000000071e2"],["-0.10016027799999995e3","0.68915268000000026e2"],["-0.10014362299999993e3","0.68913315000000125e2"],["-0.10013110399999999e3","0.68909987999999998e2"],["-0.10012638899999996e3","0.68905548000000124e2"],["-0.10017194399999994e3","0.68799423000000047e2"],["-0.10017555199999987e3","0.68794708000000014e2"]],[["-0.85119445999999925e2","0.69014709000000096e2"],["-0.85132216999999855e2","0.69013045999999974e2"],["-0.85166107000000011e2","0.69031096999999988e2"],["-0.85170273000000009e2","0.69035812000000021e2"],["-0.85155562999999972e2","0.69056090999999981e2"],[-85.14555399999989,"0.69058319000000097e2"],[-85.095551,"0.69048035000000084e2"],["-0.85068343999999968e2","0.69041367000000093e2"],["-0.85061385999999914e2","0.69036652000000061e2"],["-0.85075835999999924e2","0.69031096999999988e2"],["-0.85119445999999925e2","0.69014709000000096e2"]],[["-0.85265288999999996e2","0.69072495000000117e2"],["-0.85343886999999938e2",69.06303400000013],["-0.85357773000000009e2","0.69063598999999954e2"],["-0.85373046999999929e2","0.69067763999999954e2"],["-0.85392776000000026e2","0.69076660000000118e2"],["-0.85397232000000031e2","0.69081374999999923e2"],["-0.85398894999999982e2","0.69086104999999975e2"],["-0.85392501999999979e2",69.09137000000004],["-0.85380279999999914e2","0.69095825000000048e2"],["-0.85301392000000021e2","0.69104155999999989e2"],["-0.85287780999999882e2","0.69104706000000022e2"],["-0.85258895999999993e2","0.69100266000000147e2"],["-0.85248885999999914e2","0.69095825000000048e2"],["-0.85241942999999992e2",69.09137000000004],["-0.85245543999999995e2","0.69086104999999975e2"],["-0.85246658000000025e2","0.69081374999999923e2"],["-0.85253066999999987e2",69.07609599999995],["-0.85265288999999996e2","0.69072495000000117e2"]],[["-0.99999434999999949e2","0.68943588000000034e2"],[-100.006958,"0.68939423000000033e2"],[-100.021118,"0.68939696999999967e2"],["-0.10003778099999988e3","0.68941360000000088e2"],["-0.10012000299999994e3","0.68950821000000076e2"],["-0.10016166699999997e3","0.68961380000000133e2"],["-0.10018138099999999e3","0.68968872000000033e2"],["-0.10019860799999998e3","0.68976929000000041e2"],["-0.10020612299999988e3","0.68981094000000041e2"],["-0.10023693800000001e3","0.69008605999999986e2"],["-0.10025666799999999e3","0.69026656999999943e2"],["-0.10025890399999992e3","0.69031661999999983e2"],["-0.10025862099999995e3","0.69041931000000034e2"],["-0.10023693800000001e3","0.69081374999999923e2"],["-0.10023194899999993e3","0.69087203999999986e2"],["-0.10021333300000003e3","0.69097214000000065e2"],["-0.10012970699999994e3","0.69130264000000125e2"],["-0.10009555099999994e3","0.69117477000000122e2"],["-0.10005304699999999e3","0.69102478000000019e2"],["-0.10003333299999991e3","0.69094711000000075e2"],["-0.10002834299999995e3","0.69090271000000087e2"],["-0.99978881999999999e2",69.01388500000013],["-0.99976943999999946e2","0.69003876000000105e2"],["-0.99999434999999949e2","0.68943588000000034e2"]],[["-0.90124709999999993e2",69.04942299999999],[-90.12721299999987,"0.69044982999999945e2"],["-0.90138061999999991e2",69.04525799999999],["-0.90231948999999986e2","0.69065536000000009e2"],["-0.90247498000000007e2","0.69070267000000115e2"],["-0.90279175000000009e2","0.69098328000000038e2"],["-0.90276397999999858e2","0.69125809000000061e2"],["-0.90263335999999924e2","0.69141936999999928e2"],["-0.90262511999999958e2","0.69142761000000064e2"],["-0.90253890999999953e2","0.69142761000000064e2"],["-0.90147231999999974e2","0.69103591999999992e2"],[-90.125,"0.69055542000000003e2"],["-0.90124709999999993e2",69.04942299999999]],[["-0.10166416900000002e3","0.69083603000000096e2"],["-0.10167749000000003e3","0.69082764000000111e2"],["-0.10169027699999998e3","0.69086104999999975e2"],["-0.10169554099999993e3","0.69090546000000074e2"],["-0.10169833399999993e3","0.69095261000000107e2"],["-0.10171806300000003e3","0.69178588999999931e2"],["-0.10171584300000001e3","0.69189147999999989e2"],["-0.10171112099999993e3","0.69195251000000098e2"],["-0.10170361300000002e3","0.69201660000000004e2"],[-101.695267,"0.69206940000000031e2"],["-0.10168443300000001e3","0.69210815000000025e2"],["-0.10165834000000001e3","0.69213608000000022e2"],["-0.10160166899999996e3","0.69215546000000131e2"],["-0.10155860899999999e3","0.69216660000000104e2"],["-0.10153527799999995e3","0.69209427000000119e2"],[-101.5202789999999,"0.69197479000000101e2"],[-101.497772,"0.69170258000000047e2"],["-0.10149500299999994e3","0.69165543000000014e2"],["-0.10149500299999994e3","0.69160262999999929e2"],["-0.10149999999999994e3","0.69154434000000094e2"],["-0.10155555699999991e3","0.69105255000000113e2"],["-0.10156360599999999e3","0.69099990999999989e2"],["-0.10165139799999997e3","0.69085541000000035e2"],["-0.10166416900000002e3","0.69083603000000096e2"]],[["-0.90512512000000015e2",69.20248400000014],["-0.90575561999999991e2","0.69198593000000074e2"],["-0.90613327000000027e2","0.69207763999999997e2"],["-0.90777221999999995e2","0.69272491000000002e2"],["-0.90778609999999901e2","0.69317215000000147e2"],["-0.90775832999999977e2",69.32998699999996],["-0.90762512000000015e2","0.69345534999999984e2"],["-0.90757232999999985e2","0.69349426000000051e2"],["-0.90740829000000019e2","0.69357483000000059e2"],["-0.90692215000000033e2",69.37164300000012],[-90.67332499999992,"0.69373871000000065e2"],["-0.90655272999999966e2","0.69374695000000031e2"],["-0.90638610999999969e2","0.69373871000000065e2"],["-0.90608046999999999e2",69.36970500000001],["-0.90595001000000025e2","0.69365264999999965e2"],["-0.90582503999999972e2","0.69359711000000004e2"],["-0.90559433000000013e2","0.69347214000000008e2"],["-0.90548614999999984e2","0.69339981000000023e2"],[-90.47193900000002,"0.69281097000000102e2"],["-0.90460830999999928e2","0.69267487000000017e2"],["-0.90455565999999976e2","0.69234711000000118e2"],["-0.90454452999999887e2","0.69226379000000122e2"],["-0.90457503999999972e2","0.69222763000000043e2"],["-0.90512512000000015e2",69.20248400000014]],[["-0.78412215999999887e2","0.69379700000000128e2"],["-0.78396392999999932e2","0.69377761999999962e2"],["-0.78338608000000022e2",69.3808140000001],["-0.78305832000000009e2","0.69377761999999962e2"],["-0.78291381999999999e2","0.69374985000000095e2"],["-0.78279723999999987e2","0.69370255000000043e2"],["-0.78270844000000011e2","0.69364150999999993e2"],["-0.78211394999999925e2","0.69299987999999985e2"],["-0.78210830999999985e2","0.69294434000000138e2"],["-0.78214447000000007e2","0.69288315000000125e2"],["-0.78318344000000025e2","0.69238312000000008e2"],["-0.78396118000000001e2","0.69210541000000092e2"],["-0.78472504000000015e2","0.69191360000000032e2"],["-0.78551392000000021e2","0.69089157000000057e2"],["-0.78556655999999919e2","0.69083603000000096e2"],["-0.78572234999999921e2","0.69073317999999972e2"],["-0.78601943999999946e2","0.69066086000000041e2"],[-78.62777699999998,"0.69058593999999914e2"],["-0.78707229999999981e2","0.69014709000000096e2"],["-0.78715011999999945e2","0.69009720000000129e2"],["-0.78718062999999972e2","0.69003601000000117e2"],[-78.71665999999999,68.99664300000012],["-0.78712783999999999e2","0.68984985000000108e2"],["-0.78716110000000015e2","0.68979156000000103e2"],["-0.78725280999999995e2","0.68968872000000033e2"],["-0.78735000999999954e2","0.68963608000000079e2"],["-0.78830291999999929e2",68.91304000000008],["-0.78840285999999935e2","0.68908600000000092e2"],["-0.78867492999999968e2","0.68900543000000084e2"],["-0.78934433000000013e2","0.68888596000000121e2"],["-0.78978881999999999e2","0.68882477000000108e2"],["-0.79033614999999998e2","0.68877197000000024e2"],["-0.79095275999999956e2","0.68872757000000036e2"],["-0.79185271999999941e2","0.68853317000000061e2"],["-0.79194152999999972e2","0.68849425999999994e2"],["-0.79197219999999902e2","0.68839157000000114e2"],["-0.79204726999999991e2","0.68833878000000141e2"],[-79.216949,"0.68829987000000074e2"],["-0.79238892000000021e2","0.68827484000000084e2"],["-0.79287216000000001e2",68.83137499999998],["-0.79353332999999964e2","0.68844147000000021e2"],["-0.79366103999999893e2","0.68847763000000043e2"],["-0.79386948000000018e2","0.68856093999999985e2"],["-0.79392501999999865e2","0.68860535000000084e2"],["-0.79396392999999932e2","0.68864990000000091e2"],["-0.79400283999999999e2","0.68871918000000051e2"],["-0.79402221999999938e2","0.68923598999999967e2"],["-0.79379439999999931e2","0.68931656000000089e2"],["-0.79353881999999999e2","0.68943863000000079e2"],["-0.79330565999999976e2","0.68958327999999995e2"],["-0.79309432999999956e2","0.68973602000000085e2"],["-0.79303878999999938e2","0.68978317000000118e2"],["-0.79292769999999962e2","0.68995818999999983e2"],["-0.79283065999999963e2","0.69012772000000041e2"],["-0.79238892000000021e2","0.69066376000000048e2"],["-0.79227218999999991e2","0.69076385000000073e2"],[-79.216949,"0.69081100000000106e2"],["-0.79146117999999944e2","0.69093597000000102e2"],["-0.79049438000000009e2","0.69102203000000031e2"],["-0.78985824999999977e2","0.69099990999999989e2"],["-0.78974441999999954e2","0.69100266000000147e2"],["-0.78960280999999952e2","0.69102478000000019e2"],["-0.78864165999999955e2",69.141098],["-0.78855834999999956e2","0.69145537999999988e2"],["-0.78749160999999901e2","0.69261107999999979e2"],["-0.78721938999999963e2","0.69310532000000023e2"],["-0.78726668999999902e2","0.69318603999999993e2"],["-0.78724715999999944e2","0.69331100000000049e2"],["-0.78722778000000005e2","0.69336105000000089e2"],["-0.78716110000000015e2",69.34027100000003],["-0.78606948999999986e2","0.69371368000000132e2"],["-0.78577498999999989e2","0.69377197000000137e2"],["-0.78568618999999956e2","0.69378860000000032e2"],["-0.78489989999999977e2","0.69391098000000113e2"],[-78.47084000000001,"0.69392212000000086e2"],["-0.78458617999999944e2",69.38998400000014],["-0.78412215999999887e2","0.69379700000000128e2"]],[["-0.13528890999999993e3","0.69309418000000051e2"],["-0.13529751599999997e3","0.69304977000000122e2"],["-0.13533138999999989e3","0.69322768999999994e2"],["-0.13534805299999994e3","0.69330551000000128e2"],["-0.13538613899999996e3","0.69344986000000063e2"],["-0.13539779699999997e3","0.69348037999999974e2"],["-0.13544000199999999e3","0.69355820000000108e2"],["-0.13548693800000001e3","0.69362198000000092e2"],["-0.13551501500000001e3","0.69367477000000065e2"],["-0.13552694699999995e3","0.69370529000000147e2"],["-0.13555999800000001e3","0.69380264000000068e2"],["-0.13556527700000004e3","0.69384995000000004e2"],["-0.13556555199999997e3","0.69390548999999965e2"],["-0.13555999800000001e3","0.69396652000000131e2"],["-0.13554998799999998e3","0.69399994000000049e2"],["-0.13552444499999996e3","0.69403595000000109e2"],["-0.13550723300000004e3","0.69403046000000131e2"],["-0.13542028799999997e3","0.69397491000000059e2"],[-135.365814,"0.69393599999999992e2"],["-0.13533776899999992e3","0.69388596000000064e2"],["-0.13532806400000004e3","0.69384995000000004e2"],["-0.13527224699999988e3","0.69358321999999987e2"],["-0.13527139299999999e3","0.69346938999999963e2"],["-0.13527722199999999e3","0.69328322999999955e2"],["-0.13528332499999988e3","0.69315262000000018e2"],["-0.13528890999999993e3","0.69309418000000051e2"]],[["-0.76950835999999867e2","0.69395263999999997e2"],["-0.76923614999999984e2","0.69393599999999992e2"],["-0.76902221999999995e2","0.69394713999999965e2"],["-0.76804168999999945e2","0.69400269000000037e2"],["-0.76787780999999995e2","0.69402480999999966e2"],["-0.76779174999999952e2","0.69403870000000097e2"],["-0.76760833999999875e2",69.40914900000007],[-76.75140399999998,"0.69412766000000033e2"],["-0.76744445999999982e2","0.69416931000000034e2"],["-0.76732772999999952e2","0.69422760000000039e2"],["-0.76723327999999981e2","0.69423599000000024e2"],["-0.76716400000000021e2","0.69422211000000118e2"],["-0.76705840999999964e2","0.69418868999999972e2"],["-0.76652221999999938e2",69.38638300000008],["-0.76644729999999925e2","0.69381363000000022e2"],["-0.76643889999999942e2","0.69374420000000043e2"],["-0.76646666999999979e2","0.69336929000000055e2"],["-0.76648894999999925e2","0.69331940000000088e2"],["-0.76676391999999964e2","0.69306091000000094e2"],["-0.76706389999999999e2","0.69303588999999988e2"],["-0.76718886999999995e2","0.69301651000000049e2"],["-0.76736937999999952e2","0.69296371000000022e2"],["-0.76799438000000009e2","0.69272491000000002e2"],["-0.76926392000000021e2",69.21748400000007],["-0.76933608999999933e2","0.69213882000000126e2"],["-0.76939986999999974e2","0.69209152000000074e2"],["-0.76945830999999998e2","0.69203598000000113e2"],["-0.76949431999999945e2","0.69197479000000101e2"],["-0.76950561999999934e2",69.1933140000001],["-0.76958892999999989e2",69.14248699999996],["-0.77118057000000022e2","0.69119431000000134e2"],["-0.77137787000000003e2","0.69116652999999928e2"],["-0.77171660999999915e2","0.69117202999999961e2"],["-0.77213622999999984e2","0.69125809000000061e2"],["-0.77238601999999958e2","0.69132750999999985e2"],[-77.25778200000002,"0.69139984000000027e2"],["-0.77285827999999924e2","0.69153594999999996e2"],["-0.77301392000000021e2","0.69164153999999996e2"],["-0.77320281999999963e2","0.69181366000000025e2"],["-0.77381942999999865e2","0.69247482000000048e2"],["-0.77384170999999981e2","0.69263610999999969e2"],["-0.77383330999999941e2","0.69270538000000045e2"],["-0.77359725999999966e2","0.69392761000000064e2"],["-0.77356383999999935e2","0.69396652000000131e2"],["-0.77348342999999943e2",69.401657],["-0.77288329999999917e2",69.417755],["-0.77259170999999924e2","0.69424698000000035e2"],["-0.77189162999999951e2","0.69438309000000004e2"],["-0.77153610000000015e2","0.69444427000000076e2"],["-0.77129989999999964e2","0.69445251000000042e2"],["-0.77113616999999977e2","0.69441650000000038e2"],["-0.77075561999999991e2","0.69428314000000057e2"],["-0.77043335000000013e2","0.69417206000000078e2"],["-0.77006957999999997e2","0.69406372000000033e2"],["-0.76978332999999907e2","0.69399994000000049e2"],["-0.76950835999999867e2","0.69395263999999997e2"]],[["-0.90329453000000001e2","0.69235809000000017e2"],[-90.34722899999997,"0.69234711000000118e2"],["-0.90361388999999974e2","0.69238312000000008e2"],["-0.90506392999999946e2","0.69329162999999994e2"],["-0.90510009999999909e2","0.69334717000000012e2"],["-0.90514450000000011e2","0.69363876000000005e2"],["-0.90501113999999973e2","0.69372482000000105e2"],["-0.90491669000000002e2","0.69376647999999989e2"],["-0.90301940999999943e2","0.69434418000000107e2"],["-0.90205275999999913e2","0.69445816000000093e2"],["-0.90200835999999981e2","0.69444427000000076e2"],["-0.90199722000000008e2","0.69439148000000102e2"],["-0.90195267000000001e2","0.69416931000000034e2"],["-0.90178604000000007e2","0.69409988000000055e2"],["-0.90149733999999967e2","0.69375534000000016e2"],["-0.90148345999999947e2","0.69370255000000043e2"],["-0.90154723999999987e2","0.69350815000000068e2"],[-90.15972899999997,69.34526100000005],["-0.90271666999999923e2","0.69255554000000018e2"],["-0.90288605000000018e2","0.69249419999999986e2"],["-0.90329453000000001e2","0.69235809000000017e2"]],[["-0.13559222399999999e3","0.69482208000000071e2"],[-135.574432,"0.69446640000000059e2"],["-0.13561999499999996e3","0.69468597000000102e2"],["-0.13562942499999991e3","0.69472214000000065e2"],["-0.13566528299999999e3","0.69481368999999916e2"],["-0.13569360399999999e3",69.486649],["-0.13574081399999994e3","0.69493041999999946e2"],["-0.13577835099999999e3","0.69496094000000085e2"],["-0.13581054700000004e3","0.69497756999999979e2"],["-0.13581555200000003e3","0.69502487000000031e2"],[-135.8125,"0.69508041000000048e2"],["-0.13579528799999997e3","0.69516663000000051e2"],["-0.13578555299999999e3","0.69519989000000066e2"],["-0.13577389500000004e3",69.52276599999999],["-0.13576113899999996e3","0.69524429000000055e2"],["-0.13574526999999995e3","0.69524704000000099e2"],["-0.13566610700000001e3","0.69505828999999949e2"],["-0.13559942599999999e3","0.69486098999999967e2"],["-0.13559222399999999e3","0.69482208000000071e2"]],[["-0.10105304699999999e3","0.69504439999999988e2"],["-0.10100611900000001e3","0.69486923000000104e2"],["-0.10100862099999995e3","0.69450272000000041e2"],["-0.10112526700000001e3","0.69401382000000126e2"],["-0.10121861299999989e3","0.69371368000000132e2"],["-0.10123029299999996e3","0.69368591000000038e2"],["-0.10124305700000002e3","0.69371917999999994e2"],["-0.10126888999999994e3","0.69378860000000032e2"],["-0.10127916700000003e3","0.69382476999999994e2"],[-101.271118,"0.69385818000000029e2"],[-101.256958,"0.69386658000000068e2"],["-0.10124526999999995e3","0.69389434999999992e2"],[-101.2369379999999,"0.69394713999999965e2"],["-0.10123166699999996e3","0.69400818000000015e2"],["-0.10118888899999996e3","0.69469711000000075e2"],["-0.10118639400000001e3","0.69475265999999976e2"],["-0.10122749299999992e3","0.69495529000000033e2"],["-0.10123805199999998e3","0.69499145999999996e2"],[-101.2538909999999,"0.69500274999999988e2"],[-101.266953,69.49832200000003],["-0.10131749699999995e3","0.69511107999999922e2"],["-0.10138445300000001e3",69.53276100000005],["-0.10138722199999995e3",69.53776600000009],["-0.10135833700000001e3","0.69566940000000102e2"],["-0.10134973099999996e3","0.69572495000000004e2"],["-0.10134056099999992e3","0.69574707000000046e2"],["-0.10127555799999993e3","0.69580826000000059e2"],["-0.10126167299999992e3","0.69581665000000044e2"],["-0.10107305899999994e3","0.69534988000000112e2"],["-0.10106276699999995e3",69.53137200000009],["-0.10105999800000001e3","0.69526382000000012e2"],["-0.10105304699999999e3","0.69504439999999988e2"]],[["-0.96663054999999929e2","0.69569717000000026e2"],["-0.96563323999999966e2","0.69564147999999989e2"],["-0.96461120999999991e2","0.69564147999999989e2"],["-0.96401671999999905e2","0.69562759000000028e2"],["-0.96373610999999983e2","0.69560806000000071e2"],["-0.96358886999999868e2",69.55720500000001],["-0.96351943999999946e2",69.55304000000001],["-0.96345275999999899e2","0.69548599000000081e2"],["-0.96343886999999995e2","0.69543594000000041e2"],["-0.96335555999999997e2","0.69534424000000001e2"],["-0.96328613000000018e2","0.69529983999999956e2"],[-96.31639100000001,"0.69526382000000012e2"],["-0.96291671999999892e2","0.69531097000000045e2"],["-0.96218063000000029e2","0.69546371000000136e2"],["-0.96207229999999981e2",69.55053700000002],["-0.96198333999999875e2",69.55664100000007],["-0.96194442999999978e2","0.69561920000000043e2"],["-0.96184432999999956e2",69.56721500000009],["-0.96169723999999917e2","0.69566940000000102e2"],["-0.96152221999999995e2","0.69563599000000067e2"],["-0.96139998999999932e2","0.69559982000000105e2"],["-0.96133330999999941e2","0.69555542000000059e2"],["-0.96134445000000028e2","0.69550262000000032e2"],["-0.96136397999999986e2","0.69546097000000032e2"],["-0.96104171999999949e2",69.49832200000003],["-0.96101104999999961e2","0.69493041999999946e2"],["-0.96097778000000005e2","0.69483322000000044e2"],["-0.96096114999999998e2",69.46804800000001],["-0.96098617999999988e2","0.69457763999999941e2"],["-0.96143065999999919e2","0.69351379000000009e2"],["-0.96146666999999979e2","0.69345824999999991e2"],["-0.96163329999999974e2","0.69348037999999974e2"],["-0.96233886999999982e2","0.69359711000000004e2"],["-0.96248610999999926e2",69.36303700000002],["-0.96270003999999972e2","0.69370818999999983e2"],["-0.96288604999999961e2","0.69378860000000032e2"],["-0.96304992999999911e2","0.69387497000000053e2"],["-0.96325286999999946e2","0.69400269000000037e2"],["-0.96333617999999944e2","0.69409714000000122e2"],[-96.348343,"0.69423035000000084e2"],["-0.96382216999999912e2",69.44470200000012],["-0.96401108000000022e2","0.69453048999999908e2"],["-0.96430557000000022e2","0.69459717000000069e2"],["-0.96461944999999957e2","0.69462493999999992e2"],["-0.96507232999999985e2","0.69464432000000102e2"],["-0.96524719000000005e2","0.69467484000000013e2"],["-0.96548889000000031e2","0.69474990999999989e2"],["-0.96630828999999949e2","0.69512207000000103e2"],["-0.96654175000000009e2","0.69524994000000106e2"],["-0.96736663999999962e2","0.69576660000000004e2"],["-0.96735549999999989e2","0.69581940000000031e2"],["-0.96721663999999919e2",69.58248900000001],["-0.96691665999999884e2","0.69581940000000031e2"],["-0.96676940999999999e2","0.69578323000000125e2"],["-0.96663054999999929e2","0.69569717000000026e2"]],[["-0.67310546999999929e2","0.69549149000000114e2"],["-0.67324172999999973e2","0.69533875000000023e2"],["-0.67331680000000006e2",69.53137200000009],["-0.67351105000000018e2","0.69530823000000112e2"],["-0.67388610999999969e2","0.69533051000000057e2"],["-0.67473052999999936e2","0.69533875000000023e2"],["-0.67492766999999958e2","0.69533051000000057e2"],[-67.53083799999996,69.52915999999999],["-0.67545272999999895e2","0.69525818000000072e2"],["-0.67552489999999977e2","0.69523041000000148e2"],["-0.67549437999999896e2","0.69519714000000022e2"],["-0.67507232999999985e2","0.69514998999999989e2"],["-0.67499999999999943e2","0.69512833000000057e2"],[-67.49888599999997,69.51249700000011],["-0.67489990000000034e2","0.69508606000000043e2"],["-0.67481673999999941e2","0.69500000000000114e2"],["-0.67492492999999854e2","0.69495529000000033e2"],[-67.50778200000002,"0.69494980000000112e2"],["-0.67573623999999995e2","0.69506653000000085e2"],[-67.58555599999994,69.50749200000007],["-0.67598891999999978e2","0.69506378000000097e2"],["-0.67626662999999951e2","0.69500549000000092e2"],["-0.67642226999999878e2","0.69500274999999988e2"],["-0.67731948999999929e2","0.69513611000000083e2"],["-0.67744445999999925e2","0.69515822999999955e2"],["-0.67749725000000012e2","0.69521103000000039e2"],["-0.67739440999999943e2","0.69540817000000118e2"],["-0.67730834999999956e2","0.69544434000000081e2"],["-0.67723052999999993e2","0.69545258000000047e2"],["-0.67707229999999981e2","0.69544434000000081e2"],["-0.67686661000000015e2","0.69541091999999992e2"],["-0.67674712999999883e2","0.69540268000000026e2"],["-0.67663329999999974e2",69.54193099999992],["-0.67578063999999983e2","0.69559708000000001e2"],["-0.67550277999999935e2","0.69565536000000122e2"],["-0.67541381999999999e2","0.69569153000000028e2"],["-0.67531386999999995e2","0.69576384999999959e2"],["-0.67527221999999995e2","0.69581940000000031e2"],[-67.48443599999996,"0.69590271000000143e2"],["-0.67425002999999947e2","0.69588882000000126e2"],["-0.67394454999999994e2","0.69584991000000059e2"],["-0.67367217999999923e2","0.69578323000000125e2"],["-0.67321395999999993e2","0.69560531999999967e2"],["-0.67314437999999996e2",69.55664100000007],["-0.67309433000000013e2","0.69552765000000022e2"],["-0.67310546999999929e2","0.69549149000000114e2"]],[["-0.96760558999999944e2",69.54553199999998],["-0.96770003999999915e2","0.69543594000000041e2"],["-0.96786666999999909e2",69.54553199999998],["-0.96868880999999874e2","0.69555817000000104e2"],["-0.96883895999999993e2",69.55914300000012],["-0.96888061999999991e2","0.69563873000000001e2"],["-0.96902221999999995e2",69.5977630000001],["-0.96900283999999999e2","0.69602203000000088e2"],["-0.96870543999999995e2","0.69601379000000122e2"],["-0.96851395000000025e2","0.69599425999999994e2"],["-0.96840835999999967e2","0.69597488000000055e2"],[-96.81639100000001,"0.69590271000000143e2"],["-0.96809433000000013e2","0.69585815000000025e2"],["-0.96766402999999968e2","0.69554977000000065e2"],["-0.96761947999999961e2",69.55053700000002],["-0.96760558999999944e2",69.54553199999998]],[["-0.91110001000000011e2","0.69549423000000047e2"],["-0.91119155999999975e2","0.69548324999999977e2"],["-0.91140288999999939e2","0.69560806000000071e2"],["-0.91142501999999922e2","0.69564986999999974e2"],["-0.91136397999999986e2","0.69575546000000031e2"],["-0.91121384000000035e2","0.69593048000000067e2"],["-0.91108886999999925e2","0.69602203000000088e2"],["-0.91037215999999944e2","0.69614990000000091e2"],["-0.90969161999999926e2","0.69618317000000047e2"],["-0.90959732000000031e2",69.61943100000002],["-0.90937499999999943e2","0.69616379000000109e2"],["-0.90923049999999932e2","0.69611374000000069e2"],["-0.90920272999999952e2","0.69608032000000094e2"],["-0.90919158999999979e2","0.69606093999999985e2"],["-0.90930832000000009e2","0.69599152000000061e2"],["-0.91110001000000011e2","0.69549423000000047e2"]],[["-0.13393222000000003e3","0.69560256999999922e2"],[-133.948059,"0.69560256999999922e2"],["-0.13396304299999997e3","0.69561371000000122e2"],["-0.13398611499999998e3","0.69565536000000122e2"],["-0.13401196299999992e3","0.69571381000000031e2"],["-0.13401666299999994e3","0.69576096000000064e2"],["-0.13401419099999998e3",69.58248900000001],["-0.13401028400000001e3","0.69585541000000092e2"],["-0.13394528199999996e3","0.69613312000000008e2"],["-0.13393362399999995e3","0.69616089000000102e2"],["-0.13389446999999996e3","0.69621093999999971e2"],["-0.13387997399999995e3","0.69621918000000107e2"],["-0.13386581399999994e3","0.69619141000000013e2"],["-0.13384472700000003e3","0.69600815000000011e2"],["-0.13384695399999998e3","0.69588882000000126e2"],[-133.868042,69.56721500000009],["-0.13387719699999997e3","0.69565261999999962e2"],["-0.13393222000000003e3","0.69560256999999922e2"]],[["-0.95488892000000021e2","0.69565536000000122e2"],["-0.95452498999999932e2","0.69550262000000032e2"],["-0.95375548999999978e2","0.69517761000000121e2"],["-0.95366104000000007e2","0.69513611000000083e2"],["-0.95359726000000023e2","0.69509155000000021e2"],["-0.95362212999999997e2","0.69498870999999951e2"],["-0.95402495999999985e2","0.69383330999999998e2"],["-0.95515839000000028e2","0.69330826000000116e2"],["-0.95527221999999995e2","0.69327484000000027e2"],["-0.95539718999999991e2","0.69325271999999927e2"],["-0.95606383999999935e2","0.69319153000000085e2"],["-0.95620270000000005e2","0.69318603999999993e2"],["-0.95634170999999924e2","0.69318329000000119e2"],["-0.95692489999999964e2","0.69319153000000085e2"],["-0.95706954999999994e2","0.69319442999999922e2"],["-0.95722778000000005e2","0.69320831000000055e2"],["-0.95736938000000009e2","0.69324432000000058e2"],["-0.95741104000000007e2","0.69329162999999994e2"],["-0.95741668999999945e2","0.69334717000000012e2"],["-0.95731673999999941e2","0.69373031999999967e2"],["-0.95727782999999874e2","0.69378585999999927e2"],[-95.716949,"0.69382750999999928e2"],["-0.95693877999999984e2","0.69389434999999992e2"],["-0.95669158999999979e2","0.69394150000000025e2"],["-0.95657776000000013e2","0.69397217000000126e2"],["-0.95648346000000004e2","0.69403320000000065e2"],["-0.95666397000000018e2","0.69497756999999979e2"],["-0.95669158999999979e2",69.50749200000007],["-0.95694442999999978e2","0.69540268000000026e2"],["-0.95708053999999947e2","0.69548874000000126e2"],["-0.95720001000000025e2","0.69552765000000022e2"],["-0.95736663999999905e2","0.69554977000000065e2"],["-0.95815826000000015e2","0.69562759000000028e2"],["-0.95827498999999932e2","0.69559708000000001e2"],["-0.95831680000000006e2","0.69554153000000099e2"],["-0.95822784000000013e2","0.69514435000000049e2"],["-0.95817504999999926e2","0.69504990000000021e2"],["-0.95809432999999956e2","0.69495529000000033e2"],["-0.95797225999999966e2","0.69481658999999979e2"],["-0.95862212999999997e2","0.69348037999999974e2"],[-95.87222300000002,69.34275800000006],["-0.95899445000000014e2","0.69340820000000122e2"],["-0.95961670000000026e2","0.69346375000000023e2"],["-0.95978881999999999e2","0.69349426000000051e2"],["-0.95990829000000019e2","0.69353317000000118e2"],["-0.96011123999999882e2","0.69478043000000071e2"],["-0.96009734999999978e2","0.69483047000000056e2"],["-0.95919998000000021e2","0.69595260999999994e2"],["-0.95909164000000033e2","0.69599425999999994e2"],["-0.95789443999999946e2","0.69634155000000078e2"],["-0.95773894999999925e2","0.69632751000000098e2"],["-0.95625548999999921e2","0.69616089000000102e2"],[-95.61221299999994,69.61442599999998],["-0.95488892000000021e2","0.69565536000000122e2"]],[["-0.13886721799999992e3","0.69588318000000015e2"],["-0.13887332200000003e3","0.69583054000000061e2"],["-0.13888305699999995e3","0.69579437000000098e2"],["-0.13891000399999996e3","0.69576096000000064e2"],[-138.945831,69.57887299999993],["-0.13897720300000003e3","0.69583054000000061e2"],["-0.13899609399999997e3","0.69584152000000131e2"],["-0.13902307099999996e3","0.69580826000000059e2"],["-0.13903417999999999e3","0.69578048999999965e2"],["-0.13905306999999999e3","0.69570540999999992e2"],["-0.13912109399999997e3",69.52915999999999],[-139.137787,"0.69530823000000112e2"],["-0.13933248899999995e3","0.69566085999999927e2"],["-0.13932998699999996e3","0.69571655000000135e2"],["-0.13932223499999992e3","0.69576096000000064e2"],["-0.13926779199999993e3","0.69605820000000051e2"],["-0.13924221799999992e3","0.69618317000000047e2"],["-0.13923275799999999e3","0.69621918000000107e2"],["-0.13919973800000002e3","0.69630538999999999e2"],["-0.13914416499999999e3","0.69644989000000123e2"],["-0.13913305700000001e3","0.69647766000000047e2"],[-139.12027,"0.69649993999999992e2"],["-0.13910333299999996e3","0.69648041000000035e2"],["-0.13902029399999998e3","0.69633331000000112e2"],["-0.13895611600000001e3","0.69619705000000124e2"],["-0.13892111199999994e3","0.69610535000000084e2"],["-0.13888055399999996e3","0.69596939000000134e2"],[-138.872772,69.59275800000006],["-0.13886721799999992e3","0.69588318000000015e2"]],[["-0.13551724199999995e3","0.69569153000000028e2"],["-0.13554305999999997e3","0.69565536000000122e2"],["-0.13555721999999997e3","0.69568054000000075e2"],["-0.13557138099999997e3","0.69576934999999992e2"],["-0.13558111600000001e3","0.69580551000000071e2"],[-135.5883179999999,"0.69584717000000126e2"],[-135.591095,"0.69589980999999966e2"],["-0.13558944699999989e3","0.69596099999999979e2"],["-0.13558612099999993e3","0.69601653999999996e2"],["-0.13557888800000001e3","0.69606644000000017e2"],["-0.13555471799999992e3","0.69620254999999986e2"],["-0.13551196299999998e3","0.69641663000000108e2"],["-0.13550030500000003e3","0.69644439999999975e2"],["-0.13543972799999995e3",69.65248100000008],["-0.13542388900000003e3",69.65248100000008],["-0.13540972899999991e3","0.69649993999999992e2"],["-0.13539779699999997e3","0.69646942000000081e2"],["-0.13540917999999999e3","0.69634995000000117e2"],[-135.4655459999999,"0.69585541000000092e2"],[-135.474152,"0.69581375000000037e2"],[-135.505585,"0.69571655000000135e2"],["-0.13551724199999995e3","0.69569153000000028e2"]],[["-0.67920273000000009e2","0.69521927000000005e2"],["-0.67935271999999941e2","0.69518875000000094e2"],["-0.68002228000000002e2","0.69526657000000057e2"],["-0.68049437999999952e2","0.69533875000000023e2"],["-0.68238892000000021e2","0.69570267000000058e2"],["-0.68248885999999914e2","0.69596649000000127e2"],["-0.68078339000000028e2","0.69665268000000083e2"],["-0.67970839999999896e2","0.69701935000000049e2"],["-0.67959731999999974e2","0.69704987000000017e2"],["-0.67946380999999974e2","0.69706375000000094e2"],["-0.67895553999999947e2","0.69708603000000039e2"],["-0.67889724999999999e2","0.69708328000000051e2"],["-0.67869720000000029e2","0.69700821000000076e2"],["-0.67821120999999948e2","0.69676376000000062e2"],["-0.67831680000000006e2","0.69601928999999984e2"],["-0.67910278000000005e2","0.69526657000000057e2"],["-0.67920273000000009e2","0.69521927000000005e2"]],[["-0.13426058999999987e3","0.68733535999999958e2"],["-0.13423248299999989e3","0.68706100000000106e2"],["-0.13422778299999993e3","0.68701385000000073e2"],["-0.13422726399999999e3","0.68696426000000088e2"],["-0.13423580900000002e3","0.68694977000000108e2"],["-0.13426779199999999e3","0.68695816000000093e2"],["-0.13435693400000002e3","0.68703049000000078e2"],["-0.13438861099999997e3","0.68707214000000079e2"],[-134.436127,"0.68713608000000136e2"],["-0.13445748899999995e3","0.68719147000000135e2"],["-0.13446194499999996e3",68.72387700000013],["-0.13449554399999994e3",68.75221300000004],["-0.13453640699999994e3","0.68786926000000051e2"],["-0.13466946399999989e3","0.68894440000000145e2"],[-134.741669,"0.68935531999999967e2"],["-0.13475500499999987e3","0.68944427000000019e2"],["-0.13476696799999991e3","0.68953323000000125e2"],["-0.13478306599999996e3","0.68965355000000045e2"],["-0.13482583599999998e3",68.97886699999998],["-0.13485278299999999e3","0.68976379000000009e2"],["-0.13489224200000001e3","0.68971924000000001e2"],["-0.13490472399999999e3","0.68969986000000006e2"],["-0.13491473400000001e3",68.96665999999999],["-0.13492028799999997e3","0.68960815000000082e2"],["-0.13491973899999994e3","0.68949417000000096e2"],["-0.13491723599999995e3","0.68944138000000066e2"],["-0.13491641199999998e3","0.68926926000000094e2"],["-0.13492028799999997e3","0.68914703000000031e2"],["-0.13492584199999999e3","0.68908600000000092e2"],["-0.13493307499999997e3","0.68903594999999996e2"],["-0.13494137599999999e3","0.68899429000000112e2"],["-0.13496112099999999e3","0.68892487000000017e2"],["-0.13497500599999995e3","0.68891663000000051e2"],["-0.13499999999999994e3","0.68892082000000073e2"],["-0.13500750699999998e3","0.68892212000000029e2"],["-0.13512609900000001e3","0.68899429000000112e2"],["-0.13514196800000002e3","0.68901382000000069e2"],[-135.167236,"0.68907211000000075e2"],["-0.13517083699999995e3","0.68911102000000142e2"],["-0.13517806999999999e3","0.68920822000000044e2"],["-0.13518084699999997e3","0.68926085999999998e2"],["-0.13520165999999995e3",68.9327550000001],["-0.13523330699999991e3","0.68934708000000001e2"],[-135.262787,"0.68933594000000028e2"],["-0.13536111500000004e3","0.68926651000000049e2"],["-0.13539196799999996e3","0.68926651000000049e2"],["-0.13542138699999987e3","0.68928864000000033e2"],[-135.444458,"0.68934981999999934e2"],["-0.13545388799999995e3","0.68938582999999994e2"],["-0.13546081499999997e3","0.68942749000000106e2"],["-0.13576916499999993e3","0.68896378000000084e2"],[-135.808044,"0.68895264000000111e2"],[-135.843323,"0.68897217000000069e2"],["-0.13588247699999999e3","0.68905258000000117e2"],["-0.13590585299999992e3","0.68911376999999959e2"],["-0.13594805899999994e3","0.68924698000000092e2"],[-135.99527,"0.68942474000000061e2"],["-0.13600250199999999e3","0.68946640000000002e2"],["-0.13600527999999997e3","0.68951935000000049e2"],["-0.13598916599999995e3","0.69029160000000104e2"],["-0.13598525999999998e3","0.69035812000000021e2"],["-0.13597833299999996e3","0.69040817000000061e2"],["-0.13596859699999999e3","0.69044434000000024e2"],["-0.13595443699999998e3","0.69045532000000094e2"],["-0.13588861099999991e3","0.69026093000000003e2"],["-0.13585012800000004e3","0.69007401000000129e2"],["-0.13583389299999993e3","0.68998322000000144e2"],["-0.13582888799999989e3","0.68993591000000038e2"],["-0.13580248999999992e3","0.68989426000000037e2"],["-0.13577001999999999e3","0.68989150999999993e2"],["-0.13564889499999998e3","0.68991928000000087e2"],["-0.13563473499999998e3","0.68993042000000059e2"],["-0.13557861300000002e3","0.69006104000000107e2"],["-0.13552557399999995e3","0.69021102999999982e2"],["-0.13551779199999999e3","0.69023880000000077e2"],[-135.529449,"0.69026931999999988e2"],["-0.13572082499999999e3","0.69046097000000145e2"],["-0.13591583300000002e3","0.69088318000000129e2"],["-0.13592748999999998e3",69.09137000000004],["-0.13593472299999996e3","0.69095535000000041e2"],["-0.13595138499999996e3","0.69142761000000064e2"],["-0.13596582000000001e3","0.69197754000000089e2"],["-0.13596722399999999e3","0.69214706000000092e2"],["-0.13595944199999997e3","0.69228317000000061e2"],["-0.13594695999999993e3",69.23942599999998],["-0.13592611699999998e3","0.69254715000000033e2"],[-135.915009,"0.69257492000000127e2"],["-0.13589862099999999e3","0.69255554000000018e2"],["-0.13589138800000001e3","0.69251389000000017e2"],["-0.13582138099999986e3","0.69215271000000143e2"],["-0.13575140399999998e3","0.69179428000000087e2"],["-0.13574194299999999e3","0.69175812000000064e2"],["-0.13566610700000001e3","0.69146941999999967e2"],["-0.13565667699999995e3","0.69143600000000049e2"],["-0.13556750499999993e3",69.11775200000011],["-0.13555279499999989e3","0.69116652999999928e2"],["-0.13548693800000001e3","0.69113312000000121e2"],["-0.13549581899999993e3","0.69124145999999996e2"],["-0.13560720799999996e3","0.69145264000000054e2"],[-135.6305539999999,"0.69151382000000012e2"],["-0.13564001499999995e3","0.69154984000000127e2"],["-0.13581082199999997e3","0.69242751999999996e2"],["-0.13583999600000004e3","0.69259430000000066e2"],["-0.13585220300000003e3","0.69268051000000014e2"],["-0.13585498000000001e3","0.69273315000000139e2"],[-135.8558349999999,"0.69284714000000065e2"],["-0.13585415599999999e3","0.69290817000000004e2"],["-0.13584860199999997e3","0.69296936000000017e2"],[-135.8416749999999,"0.69301926000000094e2"],["-0.13583331299999998e3","0.69306366000000082e2"],["-0.13580389400000001e3","0.69316666000000055e2"],["-0.13579251099999999e3","0.69319442999999922e2"],["-0.13557192999999995e3",69.33859300000006],[-135.5561219999999,"0.69338882000000012e2"],["-0.13548580900000002e3",69.33526599999999],["-0.13544860799999998e3","0.69332214000000022e2"],["-0.13541332999999997e3","0.69323043999999982e2"],["-0.13539196799999996e3","0.69309981999999991e2"],["-0.13538723800000002e3",69.30525200000011],[-135.379974,"0.69301086000000055e2"],[-135.37027,"0.69297484999999995e2"],["-0.13532333399999999e3","0.69285262999999986e2"],["-0.13525778200000002e3","0.69271378000000084e2"],["-0.13524386599999997e3","0.69268600000000106e2"],["-0.13522970599999996e3","0.69266098000000056e2"],["-0.13518554699999993e3","0.69258880999999917e2"],["-0.13517056300000002e3","0.69257766999999944e2"],["-0.13516223099999996e3","0.69261931999999945e2"],["-0.13515805099999994e3","0.69268600000000106e2"],["-0.13515835599999997e3","0.69274429000000112e2"],["-0.13516500899999994e3","0.69279160000000047e2"],["-0.13517443800000001e3","0.69283051000000114e2"],["-0.13523971599999987e3",69.3316650000001],["-0.13528695699999992e3","0.69413605000000018e2"],["-0.13528723100000002e3","0.69419144000000017e2"],["-0.13528527800000001e3","0.69425537000000134e2"],[-135.278076,"0.69430542000000003e2"],["-0.13526834099999996e3","0.69434143000000063e2"],["-0.13516082800000004e3","0.69473602000000142e2"],["-0.13515084799999994e3","0.69476929000000098e2"],[-135.137787,"0.69478592000000049e2"],["-0.13499664300000001e3",69.48414600000001],["-0.13491528299999993e3","0.69485259999999982e2"],["-0.13469473300000004e3","0.69481658999999979e2"],["-0.13467749000000003e3","0.69480819999999994e2"],["-0.13464251699999988e3","0.69477203000000031e2"],["-0.13462832599999996e3","0.69474426000000108e2"],["-0.13460861199999988e3","0.69468597000000102e2"],[-134.570831,"0.69453873000000044e2"],["-0.13455917399999987e3","0.69450821000000133e2"],["-0.13453112799999997e3","0.69445526000000086e2"],["-0.13449609399999997e3","0.69441925000000026e2"],["-0.13448165900000004e3","0.69442748999999992e2"],["-0.13446859699999993e3","0.69444427000000076e2"],["-0.13443832399999997e3","0.69454712000000029e2"],["-0.13442083699999995e3","0.69463042999999914e2"],[-134.413635,"0.69468322999999998e2"],["-0.13440777600000001e3","0.69474152000000004e2"],["-0.13440557899999993e3","0.69480270000000132e2"],["-0.13440835600000003e3","0.69491364000000033e2"],["-0.13441778599999992e3","0.69500549000000092e2"],["-0.13443667600000003e3","0.69508041000000048e2"],["-0.13444833399999999e3","0.69511107999999922e2"],["-0.13446887200000003e3","0.69542755000000056e2"],["-0.13440167199999996e3","0.69638321000000133e2"],["-0.13440249600000004e3","0.69649719000000005e2"],[-134.406677,"0.69654434000000037e2"],["-0.13444277999999997e3",69.68081699999999],["-0.13448580899999996e3","0.69706100000000049e2"],["-0.13449054000000001e3","0.69710815000000082e2"],["-0.13449304199999995e3","0.69715819999999951e2"],["-0.13449108899999993e3","0.69722214000000008e2"],["-0.13447637900000001e3","0.69723037999999974e2"],["-0.13430972299999996e3","0.69715819999999951e2"],["-0.13420388799999995e3","0.69668868999999972e2"],["-0.13417748999999998e3",69.64027400000009],["-0.13419638099999992e3","0.69621093999999971e2"],["-0.13420388799999995e3","0.69616089000000102e2"],["-0.13424026500000002e3","0.69585815000000025e2"],["-0.13424472000000003e3","0.69579162999999994e2"],["-0.13424472000000003e3","0.69573318000000029e2"],["-0.13424221799999998e3","0.69568054000000075e2"],["-0.13411331200000001e3","0.69538879000000009e2"],["-0.13409860199999997e3","0.69539978000000019e2"],["-0.13408111600000001e3","0.69548324999999977e2"],["-0.13406195099999997e3","0.69555817000000104e2"],["-0.13403750600000001e3","0.69560256999999922e2"],["-0.13402001999999999e3","0.69559417999999994e2"],["-0.13400836200000003e3","0.69556091000000038e2"],["-0.13400140399999998e3","0.69551926000000037e2"],["-0.13397778299999999e3","0.69528594999999996e2"],["-0.13396112099999999e3","0.69509155000000021e2"],["-0.13394723499999992e3","0.69506378000000097e2"],["-0.13391833499999996e3","0.69508331000000055e2"],["-0.13387914999999998e3","0.69513321000000076e2"],["-0.13386749299999997e3","0.69515822999999955e2"],["-0.13386026000000004e3","0.69520828000000051e2"],["-0.13382250999999997e3","0.69555252000000053e2"],[-133.823151,69.5600740000001],["-0.13381973300000004e3","0.69564986999999974e2"],[-133.801941,"0.69573608000000092e2"],["-0.13379168699999997e3","0.69576934999999992e2"],["-0.13377835099999993e3","0.69576384999999959e2"],["-0.13375057999999996e3","0.69547485000000108e2"],["-0.13374832199999992e3","0.69542205999999965e2"],["-0.13379861500000004e3","0.69481094000000098e2"],["-0.13381805399999996e3","0.69464157000000114e2"],["-0.13385055499999999e3","0.69445816000000093e2"],["-0.13387692300000003e3","0.69433044000000109e2"],["-0.13392083699999995e3","0.69412201000000039e2"],["-0.13394137599999999e3","0.69405258000000003e2"],["-0.13396444699999995e3","0.69400269000000037e2"],["-0.13408554100000003e3","0.69340546000000018e2"],["-0.13421112099999993e3","0.69276092999999946e2"],["-0.13421832299999988e3","0.69271103000000096e2"],["-0.13427557400000001e3","0.69226089000000115e2"],["-0.13427999899999986e3","0.69219437000000028e2"],["-0.13428222699999998e3","0.69213318000000015e2"],["-0.13428195199999999e3",69.20748900000001],["-0.13427722199999994e3","0.69202773999999977e2"],["-0.13427471899999995e3","0.69197754000000089e2"],["-0.13427444500000001e3","0.69186096000000077e2"],["-0.13428030399999994e3","0.69180267000000072e2"],[-134.287781,"0.69175262000000032e2"],["-0.13438363599999997e3",69.11831699999999],["-0.13439779699999997e3","0.69117477000000122e2"],["-0.13444888300000002e3","0.69119705000000067e2"],["-0.13447720300000003e3","0.69118042000000116e2"],["-0.13453112799999997e3","0.69112762000000089e2"],[-134.5680539999999,"0.69106644000000131e2"],["-0.13458526599999999e3","0.69098038000000031e2"],["-0.13467361500000004e3","0.69017761000000007e2"],["-0.13467584199999993e3",69.01138300000008],[-134.675568,"0.69005829000000062e2"],["-0.13466973899999999e3",68.9727630000001],["-0.13467166099999997e3","0.68966385000000002e2"],["-0.13466665599999999e3","0.68956100000000049e2"],["-0.13465280200000001e3","0.68947754000000145e2"],["-0.13460665900000004e3","0.68935256999999979e2"],["-0.13458831799999996e3","0.68928040000000067e2"],["-0.13451419099999987e3","0.68887496999999996e2"],["-0.13450723300000004e3","0.68883041000000048e2"],["-0.13448858599999994e3","0.68870254999999986e2"],["-0.13447470099999998e3","0.68856093999999985e2"],["-0.13446417199999991e3",68.84248400000007],["-0.13445693999999997e3","0.68826934999999992e2"],["-0.13444750999999991e3","0.68811920000000043e2"],["-0.13444027700000004e3",68.80192599999998],["-0.13443112199999996e3","0.68792755000000056e2"],[-134.417236,"0.68784423999999944e2"],["-0.13439889499999998e3","0.68777205999999978e2"],["-0.13437609899999995e3","0.68770827999999995e2"],[-134.3511049999999,"0.68764998999999989e2"],["-0.13429666099999992e3","0.68754440000000102e2"],["-0.13428750599999995e3",68.75082400000008],["-0.13428057899999999e3","0.68746643000000006e2"],["-0.13426058999999987e3","0.68733535999999958e2"]],[["-0.10214527900000002e3","0.69648604999999975e2"],["-0.10216027800000001e3","0.69648331000000042e2"],["-0.10217832900000002e3","0.69651093000000003e2"],["-0.10221028099999995e3","0.69662200999999982e2"],["-0.10222609699999992e3","0.69670258000000103e2"],["-0.10223166700000002e3","0.69674698000000149e2"],["-0.10224305699999996e3","0.69694138000000123e2"],[-102.243607,"0.69704436999999984e2"],["-0.10224137899999999e3",69.71026599999999],["-0.10223416099999997e3","0.69716660000000047e2"],["-0.10222556299999991e3","0.69721924000000001e2"],["-0.10221584300000001e3","0.69726654000000053e2"],["-0.10215778399999999e3","0.69736099000000081e2"],["-0.10213474300000001e3","0.69724701000000096e2"],["-0.10212943999999993e3",69.72026100000005],["-0.10212332199999997e3",69.71276899999998],["-0.10212026999999989e3","0.69708038000000045e2"],["-0.10211721799999998e3","0.69697753999999975e2"],["-0.10211554699999999e3","0.69666655999999989e2"],["-0.10211805700000002e3","0.69660812000000135e2"],["-0.10212277199999994e3",69.65498400000007],["-0.10213221699999991e3","0.69650542999999971e2"],["-0.10214527900000002e3","0.69648604999999975e2"]],[["-0.77946655000000021e2","0.69646652000000074e2"],["-0.77944992000000013e2","0.69639709000000039e2"],["-0.77946105999999986e2","0.69633331000000112e2"],["-0.77965835999999967e2","0.69624985000000038e2"],[-78.07028200000002,69.59275800000006],["-0.78169997999999964e2","0.69570540999999992e2"],["-0.78311934999999949e2",69.54304500000012],["-0.78397780999999952e2","0.69520828000000051e2"],["-0.78505004999999869e2","0.69488876000000062e2"],["-0.78576401000000033e2","0.69501663000000065e2"],["-0.78588057999999933e2","0.69506103999999993e2"],["-0.78611388999999917e2","0.69509430000000009e2"],["-0.78626098999999954e2",69.50999500000006],["-0.78646117999999888e2",69.50999500000006],["-0.78664443999999889e2",69.50749200000007],["-0.78685271999999941e2",69.49832200000003],["-0.78698043999999982e2","0.69489151000000049e2"],["-0.78718886999999938e2","0.69479980000000126e2"],["-0.78756957999999941e2","0.69467484000000013e2"],["-0.78801940999999943e2","0.69455826000000002e2"],["-0.78817504999999926e2",69.45277400000009],["-0.78838608000000022e2","0.69451385000000073e2"],["-0.78853058000000033e2","0.69454163000000108e2"],["-0.78861938000000009e2","0.69457489000000123e2"],["-0.78868331999999953e2","0.69460541000000035e2"],["-0.78873885999999857e2","0.69464706000000035e2"],["-0.78880279999999971e2","0.69476929000000098e2"],[-78.87860099999989,"0.69479980000000126e2"],["-0.78874160999999958e2","0.69486923000000104e2"],["-0.78865004999999996e2","0.69494980000000112e2"],["-0.78841385000000002e2","0.69508041000000048e2"],["-0.78826110999999969e2","0.69511657999999954e2"],["-0.78809722999999963e2","0.69514160000000061e2"],["-0.78783324999999991e2","0.69521103000000039e2"],["-0.78764175000000023e2","0.69527205999999978e2"],["-0.78717772999999966e2","0.69544708000000014e2"],["-0.78695266999999944e2","0.69556931000000077e2"],["-0.78674438000000009e2","0.69568329000000062e2"],["-0.78652785999999935e2","0.69581940000000031e2"],["-0.78628051999999968e2","0.69608597000000145e2"],["-0.78615554999999915e2","0.69617477000000008e2"],["-0.78586394999999925e2","0.69631927000000132e2"],["-0.78575835999999981e2","0.69636383000000023e2"],["-0.78522506999999905e2","0.69648331000000042e2"],["-0.78499724999999899e2","0.69650542999999971e2"],["-0.78482772999999895e2","0.69649428999999941e2"],["-0.78400283999999999e2","0.69643326000000002e2"],["-0.78260833999999932e2","0.69659987999999998e2"],["-0.78245270000000005e2","0.69663605000000132e2"],["-0.78229445999999996e2",69.67164600000001],["-0.78228057999999976e2","0.69677475000000072e2"],["-0.78236938000000009e2","0.69688583000000051e2"],["-0.78244995000000017e2","0.69693313999999987e2"],["-0.78256957999999941e2","0.69705825999999945e2"],["-0.78263625999999931e2","0.69713608000000079e2"],[-78.26916499999993,"0.69728043000000014e2"],["-0.78268615999999952e2","0.69732208000000014e2"],["-0.78265838999999971e2","0.69733871000000136e2"],["-0.78180557000000022e2",69.75221300000004],["-0.78164168999999958e2","0.69752486999999974e2"],["-0.78154174999999952e2","0.69750549000000035e2"],["-0.78141953000000001e2","0.69742477000000065e2"],["-0.78080001999999979e2",69.72943099999992],["-0.78018341000000021e2","0.69708328000000051e2"],["-0.77992767000000015e2","0.69699417000000096e2"],["-0.77982773000000009e2","0.69694702000000063e2"],["-0.77973891999999978e2","0.69688583000000051e2"],["-0.77966110000000015e2","0.69681655999999975e2"],["-0.77955565999999976e2","0.69668319999999994e2"],["-0.77946655000000021e2","0.69646652000000074e2"]],[["-0.82507781999999963e2","0.69704987000000017e2"],["-0.82542770000000019e2","0.69704163000000051e2"],["-0.82678878999999995e2","0.69726379000000009e2"],["-0.82720001000000025e2","0.69733321999999987e2"],["-0.82865004999999996e2","0.69770827999999995e2"],["-0.82877776999999924e2","0.69774994000000049e2"],["-0.82879439999999931e2","0.69778595000000109e2"],["-0.82856383999999991e2","0.69800261999999975e2"],["-0.82846664000000033e2","0.69803040000000124e2"],["-0.82839171999999962e2",69.80386400000009],["-0.82811661000000015e2","0.69806090999999981e2"],["-0.82803054999999915e2","0.69805817000000047e2"],["-0.82796111999999994e2","0.69805251999999996e2"],["-0.82776108000000022e2","0.69804153000000042e2"],["-0.82677779999999927e2","0.69794707999999957e2"],["-0.82629990000000021e2","0.69789153999999996e2"],["-0.82563889000000017e2","0.69778595000000109e2"],["-0.82460281000000009e2","0.69761658000000125e2"],["-0.82453063999999983e2","0.69720534999999984e2"],["-0.82455001999999922e2","0.69714432000000045e2"],["-0.82467223999999987e2","0.69709990999999945e2"],["-0.82507781999999963e2","0.69704987000000017e2"]],[["-0.79423049999999989e2","0.69784988000000055e2"],["-0.79331680000000006e2","0.69713318000000072e2"],["-0.79328338999999971e2","0.69707214000000079e2"],["-0.79329452999999944e2","0.69701385000000016e2"],["-0.79333892999999989e2","0.69697478999999987e2"],["-0.79354720999999984e2","0.69688034000000073e2"],["-0.79482223999999917e2","0.69646103000000096e2"],["-0.79544997999999964e2","0.69626647999999932e2"],["-0.79571670999999981e2",69.61943100000002],["-0.79600280999999995e2","0.69612761999999975e2"],["-0.79631667999999934e2","0.69608871000000079e2"],["-0.79957503999999972e2","0.69619979999999998e2"],["-0.79963333000000034e2","0.69626373000000115e2"],["-0.79974166999999852e2","0.69631652999999972e2"],["-0.79994995000000017e2","0.69638596000000007e2"],[-80.02194199999991,"0.69643599999999935e2"],["-0.80038054999999986e2","0.69645263999999941e2"],["-0.80059432999999899e2",69.64387499999998],["-0.80065552000000025e2","0.69641663000000108e2"],["-0.80081954999999994e2","0.69630538999999999e2"],["-0.80082779000000016e2","0.69626923000000147e2"],["-0.80078887999999949e2","0.69622208000000114e2"],["-0.80032776000000013e2","0.69587204000000042e2"],["-0.79991378999999938e2","0.69568878000000041e2"],["-0.79937774999999931e2","0.69531937000000084e2"],["-0.79935546999999985e2","0.69527205999999978e2"],[-79.93638599999997,"0.69523604999999918e2"],["-0.79940276999999924e2","0.69518875000000094e2"],["-0.79974441999999954e2","0.69502213000000097e2"],["-0.79993880999999931e2","0.69494431000000134e2"],["-0.80011948000000018e2","0.69491652999999985e2"],["-0.80021117999999944e2",69.49275200000011],["-0.80046111999999937e2","0.69497756999999979e2"],["-0.80200561999999991e2","0.69530823000000112e2"],["-0.80214721999999995e2","0.69586655000000064e2"],["-0.80353606999999954e2","0.69614700000000084e2"],["-0.80461944999999957e2","0.69656372000000147e2"],["-0.80492767000000015e2","0.69664993000000038e2"],["-0.80577788999999996e2","0.69667480000000126e2"],[-80.74360699999994,"0.69666092000000049e2"],["-0.80761123999999995e2","0.69666930999999977e2"],["-0.80793334999999956e2","0.69670258000000103e2"],["-0.80804442999999878e2","0.69675537000000077e2"],["-0.80809433000000013e2","0.69683044000000052e2"],["-0.80809433000000013e2",69.68942300000009],["-0.80801392000000021e2","0.69701096000000121e2"],["-0.80730835000000013e2","0.69746368000000132e2"],["-0.80725006000000008e2",69.74914600000011],["-0.80720275999999899e2","0.69750549000000035e2"],["-0.80649733999999967e2","0.69748596000000077e2"],["-0.80520003999999972e2","0.69720825000000048e2"],["-0.80498610999999983e2","0.69759719999999959e2"],[-80.50111400000003,"0.69762497000000053e2"],["-0.80502791999999943e2",69.76638800000012],["-0.80504455999999948e2","0.69774994000000049e2"],["-0.80503066999999987e2","0.69779984000000127e2"],["-0.80499999999999943e2","0.69783324999999991e2"],["-0.80490554999999972e2","0.69788589000000115e2"],[-80.46665999999999,"0.69791931000000091e2"],["-0.80388901000000033e2","0.69799988000000042e2"],["-0.80371384000000035e2","0.69799149000000057e2"],["-0.80340285999999992e2","0.69794707999999957e2"],["-0.80338607999999908e2","0.69790542999999957e2"],["-0.80343063000000029e2","0.69784149000000127e2"],[-80.34445199999999,"0.69776931999999988e2"],["-0.80329726999999991e2","0.69774155000000121e2"],["-0.80314712999999983e2","0.69778045999999961e2"],["-0.80289444000000003e2","0.69786652000000061e2"],["-0.80264175000000023e2",69.79525799999999],["-0.80246657999999968e2","0.69798599000000024e2"],["-0.80232773000000009e2",69.79942299999999],[-80.20666499999993,"0.69798035000000084e2"],["-0.80191665999999884e2",69.79525799999999],["-0.80182769999999948e2","0.69792755000000056e2"],["-0.80129165999999941e2","0.69765549000000021e2"],["-0.80073058999999944e2",69.74971000000005],["-0.79972778000000005e2","0.69723312000000078e2"],["-0.79862777999999935e2","0.69741088999999988e2"],["-0.79768065999999976e2",69.75277699999998],["-0.79756392999999889e2","0.69778869999999927e2"],["-0.79752501999999993e2","0.69783599999999979e2"],["-0.79744720000000029e2","0.69788589000000115e2"],["-0.79687209999999993e2","0.69814697000000081e2"],["-0.79678329000000019e2","0.69814423000000147e2"],["-0.79512787000000003e2",69.80693100000002],["-0.79476943999999946e2","0.69803589000000102e2"],["-0.79453888000000006e2","0.69798874000000069e2"],["-0.79442489999999907e2","0.69794983000000002e2"],["-0.79431670999999938e2","0.69789703000000088e2"],["-0.79423049999999989e2","0.69784988000000055e2"]],[["-0.83674437999999952e2","0.69719986000000063e2"],["-0.83688598999999954e2","0.69719436999999914e2"],["-0.83717772999999966e2","0.69723312000000078e2"],["-0.83776947000000007e2","0.69732758000000047e2"],["-0.83806945999999982e2","0.69739426000000037e2"],["-0.83898894999999982e2","0.69764434999999992e2"],["-0.83908614999999998e2","0.69769150000000025e2"],["-0.83917220999999984e2","0.69778595000000109e2"],["-0.83913054999999986e2","0.69793320000000051e2"],["-0.83900833000000034e2","0.69808318999999926e2"],["-0.83886948000000018e2",69.81860400000005],["-0.83873885999999914e2","0.69823044000000095e2"],["-0.83860274999999945e2","0.69824432000000002e2"],["-0.83832503999999972e2","0.69825272000000041e2"],["-0.83577498999999989e2","0.69797760000000096e2"],["-0.83533324999999934e2","0.69791366999999923e2"],["-0.83529174999999952e2","0.69786652000000061e2"],["-0.83542220999999984e2","0.69783324999999991e2"],["-0.83576675000000023e2","0.69780823000000055e2"],["-0.83601944000000003e2","0.69779984000000127e2"],["-0.83695830999999998e2","0.69763884999999959e2"],["-0.83708618000000001e2","0.69759429999999952e2"],["-0.83712783999999999e2","0.69754440000000102e2"],["-0.83705840999999964e2","0.69750000000000057e2"],["-0.83693329000000006e2","0.69745529000000147e2"],["-0.83662506000000008e2","0.69736923000000047e2"],["-0.83655838000000017e2","0.69732208000000014e2"],["-0.83654175000000009e2","0.69727203000000145e2"],["-0.83661117999999988e2","0.69722214000000008e2"],["-0.83674437999999952e2","0.69719986000000063e2"]],[["-0.82429442999999992e2","0.69782210999999961e2"],["-0.82444153000000028e2","0.69778320000000122e2"],[-82.470551,"0.69781372000000033e2"],["-0.82513335999999867e2","0.69788315000000011e2"],["-0.82526107999999965e2","0.69790542999999957e2"],["-0.82551392000000021e2","0.69796646000000123e2"],["-0.82564437999999996e2","0.69800812000000008e2"],["-0.82688599000000011e2","0.69850815000000125e2"],["-0.82674438000000009e2","0.69874984999999981e2"],["-0.82673049999999989e2","0.69875809000000118e2"],["-0.82660552999999993e2","0.69876083000000051e2"],["-0.82636397999999986e2","0.69871094000000085e2"],["-0.82555831999999953e2","0.69860809000000131e2"],["-0.82517226999999934e2","0.69854155999999989e2"],["-0.82446105999999986e2","0.69822220000000129e2"],["-0.82436661000000015e2","0.69817490000000078e2"],["-0.82428878999999938e2","0.69812195000000031e2"],["-0.82426666000000012e2","0.69799988000000042e2"],["-0.82425827000000027e2","0.69793045000000063e2"],["-0.82426101999999958e2","0.69786925999999994e2"],["-0.82429442999999992e2","0.69782210999999961e2"]],[["-0.91520003999999915e2","0.69731369000000086e2"],["-0.91535278000000005e2","0.69726929000000041e2"],["-0.91549438000000009e2","0.69727203000000145e2"],["-0.91560271999999884e2","0.69728316999999947e2"],["-0.91725280999999995e2","0.69784149000000127e2"],["-0.91735549999999989e2","0.69789153999999996e2"],["-0.91733321999999873e2","0.69791931000000091e2"],["-0.91475829999999974e2","0.69875534000000073e2"],["-0.91449432000000002e2","0.69879149999999981e2"],["-0.91433883999999978e2","0.69880538999999942e2"],["-0.91419448999999986e2","0.69879974000000118e2"],["-0.91409164000000033e2","0.69874984999999981e2"],["-0.91456664999999987e2","0.69774994000000049e2"],["-0.91463332999999977e2","0.69763611000000026e2"],[-91.470551,"0.69755554000000075e2"],["-0.91520003999999915e2","0.69731369000000086e2"]],[["-0.91819167999999934e2","0.69821655000000078e2"],["-0.91833892999999989e2","0.69821105999999929e2"],["-0.91844727000000034e2","0.69822220000000129e2"],["-0.91860001000000011e2","0.69838593000000003e2"],["-0.91864166000000012e2","0.69844146999999964e2"],["-0.91860549999999989e2","0.69848877000000016e2"],[-91.84944200000001,"0.69858871000000022e2"],["-0.91821120999999891e2","0.69868042000000003e2"],["-0.91782501000000025e2","0.69877762000000075e2"],["-0.91763901000000033e2","0.69880264000000125e2"],["-0.91745543999999995e2","0.69881653000000142e2"],["-0.91728607000000011e2","0.69880813999999987e2"],[-91.71305799999999,"0.69878310999999997e2"],["-0.91701110999999969e2","0.69875259000000085e2"],["-0.91644454999999937e2","0.69859421000000054e2"],["-0.91639724999999999e2","0.69854980000000126e2"],["-0.91651671999999962e2","0.69851089000000059e2"],["-0.91666397000000018e2","0.69847487999999998e2"],["-0.91819167999999934e2","0.69821655000000078e2"]],[["-0.97397781000000009e2","0.69685532000000023e2"],[-97.41194200000001,"0.69684708000000057e2"],["-0.97441939999999931e2","0.69685532000000023e2"],["-0.97455841000000021e2","0.69684708000000057e2"],["-0.97468338000000017e2","0.69682480000000112e2"],["-0.97479720999999984e2","0.69678864000000033e2"],["-0.97489440999999999e2","0.69673874000000012e2"],["-0.97490279999999871e2","0.69668594000000098e2"],["-0.97476944000000003e2","0.69654709000000025e2"],["-0.97398346000000004e2","0.69597488000000055e2"],["-0.97391388000000006e2","0.69593323000000055e2"],["-0.97378875999999934e2","0.69592484000000127e2"],["-0.97372771999999998e2","0.69598328000000095e2"],["-0.97351943999999946e2","0.69631362999999965e2"],["-0.97350829999999974e2","0.69636658000000068e2"],["-0.97347504000000015e2","0.69642212000000029e2"],["-0.97329726999999878e2","0.69669708000000071e2"],[-97.31639100000001,"0.69686645999999996e2"],["-0.97303878999999938e2","0.69698317999999915e2"],["-0.97289168999999958e2",69.69802900000002],["-0.97273894999999982e2","0.69694702000000063e2"],["-0.97226395000000025e2","0.69675537000000077e2"],["-0.97206954999999937e2","0.69667480000000126e2"],["-0.97113892000000021e2","0.69622208000000114e2"],["-0.97106948999999929e2","0.69617751999999996e2"],["-0.97103607000000011e2","0.69614150999999936e2"],["-0.97101944000000003e2","0.69609146000000067e2"],["-0.97102782999999931e2","0.69603867000000093e2"],[-97.09944200000001,"0.69594147000000021e2"],[-97.09056099999998,"0.69584991000000059e2"],["-0.97064437999999939e2","0.69572769000000108e2"],["-0.96955565999999976e2","0.69523315000000082e2"],["-0.96879165999999998e2","0.69491364000000033e2"],["-0.96866942999999992e2","0.69487762000000089e2"],["-0.96637786999999946e2","0.69437194999999974e2"],["-0.96502501999999936e2","0.69409714000000122e2"],[-96.32028200000002,"0.69354705999999965e2"],["-0.96301391999999964e2","0.69346648999999957e2"],["-0.96208892999999989e2","0.69306931000000134e2"],["-0.96202224999999942e2","0.69302765000000022e2"],["-0.96189986999999974e2","0.69288879000000065e2"],["-0.96172226000000023e2",69.26527400000009],["-0.96170546999999999e2","0.69260544000000039e2"],["-0.96171935999999903e2","0.69255264000000011e2"],["-0.96175551999999925e2","0.69249709999999993e2"],["-0.96193329000000006e2","0.69237488000000042e2"],["-0.96203339000000028e2","0.69232482999999945e2"],["-0.96209732000000031e2",69.22665399999994],[-96.21305799999999,"0.69211105000000032e2"],["-0.96223617999999931e2","0.69141936999999928e2"],["-0.96235000999999954e2","0.69064148000000102e2"],[-96.23361199999988,"0.69059418000000051e2"],["-0.96229720999999984e2","0.69054703000000018e2"],["-0.96225554999999986e2","0.69049987999999985e2"],["-0.96218886999999995e2","0.69045822000000101e2"],["-0.96195266999999944e2","0.69038315000000011e2"],["-0.96166396999999904e2","0.69031371999999976e2"],[-96.1324919999999,"0.69024994000000049e2"],["-0.96118880999999931e2","0.69025542999999971e2"],["-0.96115279999999984e2","0.69030823000000055e2"],["-0.96113891999999964e2","0.69036102000000028e2"],["-0.96129990000000021e2","0.69054703000000018e2"],["-0.96152221999999995e2","0.69103043000000071e2"],[-96.15695199999999,"0.69163315000000068e2"],["-0.96155838000000017e2","0.69168594000000041e2"],["-0.96149444999999901e2","0.69174423000000047e2"],["-0.96073623999999995e2","0.69231658999999979e2"],[-96.05972300000002,"0.69232208000000128e2"],["-0.96047774999999888e2","0.69228317000000061e2"],["-0.96041107000000011e2","0.69223877000000073e2"],["-0.95955565999999919e2","0.69141936999999928e2"],["-0.95951675000000023e2",69.13749700000011],["-0.95924438000000009e2","0.69089432000000102e2"],["-0.95925827000000027e2","0.69084427000000062e2"],[-95.93472300000002,"0.69078323000000012e2"],["-0.95953612999999905e2","0.69067215000000033e2"],["-0.95971389999999928e2","0.69054976999999951e2"],["-0.95977782999999988e2","0.69049149000000057e2"],["-0.95978881999999999e2","0.69043868999999972e2"],[-95.97084000000001,"0.69034714000000122e2"],["-0.95938599000000011e2","0.69003876000000105e2"],["-0.95925551999999982e2","0.68995255000000043e2"],["-0.95843886999999995e2","0.68923035000000027e2"],[-95.82028200000002,"0.68870254999999986e2"],["-0.95770554000000004e2","0.68891098000000056e2"],["-0.95756957999999997e2","0.68891373000000044e2"],["-0.95745833999999945e2","0.68888596000000121e2"],["-0.95674163999999962e2","0.68869980000000112e2"],["-0.95670272999999895e2","0.68865540000000124e2"],["-0.95668609999999944e2","0.68860535000000084e2"],["-0.95667495999999971e2","0.68855545000000006e2"],["-0.95671386999999982e2","0.68850266000000033e2"],["-0.95667220999999984e2","0.68835266000000047e2"],["-0.95663329999999974e2","0.68830826000000059e2"],["-0.95654175000000009e2","0.68826659999999947e2"],["-0.95626098999999954e2","0.68826659999999947e2"],["-0.95575835999999981e2","0.68830276000000026e2"],["-0.95550277999999878e2","0.68833054000000004e2"],["-0.95528335999999911e2","0.68840271000000087e2"],["-0.95510284000000013e2","0.68852478000000076e2"],["-0.95489989999999977e2","0.68861649000000057e2"],["-0.95446655000000021e2","0.68879149999999981e2"],[-95.42471299999994,"0.68886658000000011e2"],["-0.95389998999999989e2","0.68895264000000111e2"],["-0.95378052000000025e2",68.89776599999999],["-0.95365004999999996e2","0.68899155000000007e2"],["-0.95351395000000025e2","0.68899429000000112e2"],["-0.95335555999999997e2","0.68897217000000069e2"],["-0.95321395999999993e2","0.68893600000000106e2"],["-0.95240279999999984e2",68.86692800000003],["-0.95228881999999942e2","0.68863037000000134e2"],[-95.21055599999994,"0.68854706000000022e2"],["-0.95206954999999994e2","0.68850266000000033e2"],["-0.95210830999999985e2","0.68844711000000132e2"],["-0.95263061999999991e2","0.68802765000000136e2"],["-0.95273055999999997e2","0.68797485000000108e2"],["-0.95476395000000025e2","0.68711929000000112e2"],["-0.95543610000000001e2","0.68702484000000027e2"],["-0.95539992999999924e2","0.68708038000000045e2"],["-0.95538895000000025e2","0.68713318000000129e2"],["-0.95538895000000025e2","0.68723312000000135e2"],["-0.95546386999999982e2","0.68732483000000059e2"],["-0.95559433000000013e2","0.68741364000000033e2"],["-0.95568344000000025e2","0.68745529000000033e2"],["-0.95593886999999938e2","0.68752777000000037e2"],["-0.95608046999999885e2","0.68753326000000129e2"],["-0.95621932999999956e2","0.68752777000000037e2"],["-0.95790558000000033e2","0.68737198000000092e2"],["-0.95801666000000012e2","0.68733870999999965e2"],[-95.848343,"0.68669983000000116e2"],["-0.95859726000000023e2","0.68653320000000065e2"],["-0.95988891999999964e2",68.62164300000012],["-0.96000838999999928e2",68.61943100000002],[-96.14973399999991,68.55720500000001],["-0.96256393000000003e2","0.68503326000000015e2"],["-0.96262512000000015e2","0.68497481999999991e2"],["-0.96264724999999885e2","0.68487198000000149e2"],["-0.96270844000000011e2","0.68481368999999972e2"],["-0.96291381999999942e2","0.68473038000000031e2"],[-96.30221599999993,"0.68469711000000132e2"],["-0.96313888999999961e2","0.68467209000000025e2"],["-0.96503615999999909e2","0.68446091000000138e2"],["-0.96530563000000029e2","0.68444976999999994e2"],["-0.96717498999999918e2","0.68474990999999989e2"],["-0.96768341000000021e2","0.68485260000000039e2"],["-0.96913895000000025e2","0.68518051000000128e2"],["-0.96928328999999962e2","0.68521378000000084e2"],["-0.97094451999999876e2","0.68539154000000053e2"],["-0.97095550999999944e2","0.68534149000000014e2"],["-0.97098891999999978e2","0.68528594999999996e2"],[-97.11999499999996,"0.68520828000000051e2"],["-0.97130828999999949e2","0.68517487000000017e2"],["-0.97142501999999979e2","0.68514999000000046e2"],["-0.97154175000000009e2","0.68512771999999984e2"],["-0.97181106999999997e2","0.68511382999999967e2"],["-0.97460007000000019e2","0.68534149000000014e2"],["-0.97475005999999951e2","0.68535537999999974e2"],["-0.97506118999999956e2","0.68541930999999977e2"],["-0.97553329000000019e2",68.55664100000007],["-0.97574172999999917e2","0.68564148000000046e2"],["-0.97583618000000001e2","0.68568054000000075e2"],["-0.97667220999999927e2",68.60386699999998],["-0.97727218999999991e2",68.63220199999995],["-0.97918609999999944e2","0.68675537000000134e2"],["-0.98020554000000004e2","0.68693588000000091e2"],["-0.98035552999999936e2","0.68694702000000063e2"],["-0.98049987999999985e2","0.68694977000000108e2"],["-0.98062774999999988e2","0.68693588000000091e2"],["-0.98078338999999971e2","0.68683319000000097e2"],["-0.98083892999999989e2","0.68677475000000072e2"],[-98.09333799999996,"0.68672211000000061e2"],["-0.98104995999999971e2","0.68669708000000128e2"],[-98.11999499999996,"0.68670822000000101e2"],["-0.98129715000000033e2","0.68674698000000149e2"],["-0.98240279999999984e2","0.68720825000000048e2"],["-0.98261123999999938e2","0.68733597000000032e2"],["-0.98281677000000002e2","0.68746368000000132e2"],["-0.98290558000000033e2","0.68755554000000075e2"],["-0.98292495999999971e2","0.68760543999999982e2"],["-0.98291945999999939e2","0.68765823000000125e2"],["-0.98286117999999931e2","0.68771652000000131e2"],["-0.98269729999999981e2","0.68783875000000023e2"],["-0.98260833999999932e2","0.68789153999999996e2"],["-0.98249161000000015e2","0.68800812000000008e2"],["-0.98243056999999965e2","0.68811920000000043e2"],["-0.98244155999999975e2","0.68822220000000129e2"],["-0.98263061999999991e2","0.68829987000000074e2"],["-0.98275283999999886e2","0.68833602999999982e2"],["-0.98369719999999973e2","0.68857483000000116e2"],["-0.98383330999999941e2","0.68859985000000052e2"],[-98.408051,"0.68855820000000051e2"],["-0.98418609999999944e2","0.68852478000000076e2"],["-0.98425003000000004e2","0.68841370000000097e2"],["-0.98415282999999988e2","0.68815262000000132e2"],[-98.40194699999995,"0.68801650999999993e2"],["-0.98393615999999952e2","0.68787201000000039e2"],["-0.98394729999999925e2","0.68776932000000045e2"],["-0.98400283999999942e2","0.68770827999999995e2"],["-0.98408614999999941e2","0.68764708999999982e2"],["-0.98418609999999944e2","0.68760543999999982e2"],["-0.98451110999999969e2","0.68750000000000114e2"],["-0.98476395000000025e2","0.68746933000000013e2"],["-0.98489990000000034e2","0.68746094000000028e2"],["-0.98519454999999994e2","0.68747481999999934e2"],["-0.98724715999999887e2","0.68791092000000106e2"],[-98.84722899999997,"0.68825546000000145e2"],["-0.98859436000000017e2","0.68829163000000108e2"],["-0.98866394000000014e2","0.68833328000000108e2"],["-0.98875548999999978e2",68.84248400000007],["-0.98879714999999976e2","0.68852203000000088e2"],["-0.98879165999999941e2","0.68857483000000116e2"],[-98.86999499999996,"0.68874146000000053e2"],["-0.98864440999999999e2","0.68879974000000118e2"],["-0.98856383999999991e2","0.68886383000000023e2"],["-0.98847503999999958e2","0.68891663000000051e2"],["-0.98826675000000023e2","0.68899429000000112e2"],["-0.98817504999999869e2","0.68904709000000025e2"],["-0.98811934999999949e2","0.68910538000000031e2"],["-0.98811385999999914e2","0.68915817000000004e2"],["-0.98820556999999951e2","0.68924987999999928e2"],["-0.98827498999999989e2","0.68929152999999928e2"],[-98.84944200000001,"0.68933594000000028e2"],["-0.98965835999999967e2","0.68949417000000096e2"],["-0.98981109999999944e2","0.68950546000000031e2"],["-0.98993057000000022e2","0.68947754000000145e2"],["-0.99077498999999989e2","0.68918319999999994e2"],[-99.09584000000001,"0.68899429000000112e2"],["-0.99076401000000033e2","0.68891663000000051e2"],["-0.99062209999999936e2","0.68883041000000048e2"],["-0.99043883999999935e2","0.68864990000000091e2"],["-0.99044158999999866e2","0.68859711000000118e2"],["-0.99176102000000014e2","0.68825821000000019e2"],["-0.99188599000000011e2","0.68824158000000068e2"],[-99.21055599999994,"0.68831664999999987e2"],["-0.99236664000000019e2","0.68848877000000016e2"],[-99.24610899999999,"0.68852768000000083e2"],["-0.99267226999999991e2","0.68859146000000067e2"],["-0.99311385999999914e2","0.68868866000000139e2"],["-0.99413329999999974e2","0.68884155000000021e2"],["-0.99428054999999972e2","0.68887206999999989e2"],["-0.99437774999999988e2","0.68891098000000056e2"],["-0.99444992000000013e2","0.68895538000000045e2"],["-0.99449722000000008e2","0.68899993999999992e2"],["-0.99454178000000013e2","0.68909714000000065e2"],["-0.99451110999999912e2","0.68915268000000026e2"],["-0.99447768999999994e2","0.68926085999999998e2"],["-0.99448882999999967e2","0.68936645999999996e2"],["-0.99450835999999981e2","0.68941650000000095e2"],["-0.99460555999999997e2","0.68950821000000076e2"],["-0.99489166000000012e2","0.68967484000000127e2"],["-0.99523330999999871e2","0.68983596999999975e2"],["-0.99562499999999943e2",68.99914600000011],["-0.99589721999999881e2","0.69011108000000036e2"],["-0.99594161999999983e2","0.69015823000000069e2"],["-0.99596389999999928e2","0.69020538000000101e2"],["-0.99596114999999998e2","0.69025818000000015e2"],["-0.99593338000000017e2","0.69031371999999976e2"],["-0.99579880000000003e2","0.69043930000000046e2"],["-0.99513625999999874e2","0.69101929000000098e2"],["-0.99492217999999866e2",69.1202550000001],["-0.99485824999999977e2","0.69125259000000028e2"],["-0.99476943999999946e2",69.13081399999993],["-0.99466659999999933e2",69.13499500000006],["-0.99311385999999914e2","0.69158875000000023e2"],["-0.99296660999999972e2","0.69158600000000035e2"],["-0.99238051999999982e2","0.69149719000000061e2"],["-0.99168334999999956e2","0.69138321000000076e2"],["-0.99035278000000005e2","0.69135818000000086e2"],["-0.99006957999999997e2","0.69136383000000137e2"],["-0.98798049999999989e2",69.17053199999998],["-0.98774445000000014e2",69.17553700000002],["-0.98730559999999969e2","0.69189423000000033e2"],["-0.98720275999999956e2","0.69193863000000022e2"],["-0.98711120999999991e2","0.69199141999999995e2"],["-0.98702788999999996e2","0.69205261000000007e2"],["-0.98699722000000008e2","0.69210815000000025e2"],["-0.98701110999999969e2","0.69220825000000104e2"],["-0.98705275999999969e2","0.69230820000000051e2"],["-0.98615554999999915e2","0.69294708000000071e2"],["-0.98533889999999928e2","0.69291367000000037e2"],["-0.98441375999999877e2","0.69298035000000027e2"],["-0.98415558000000033e2","0.69301086000000055e2"],["-0.98403335999999967e2","0.69303588999999988e2"],["-0.98393341000000021e2","0.69308029000000033e2"],["-0.98387512000000015e2","0.69313873000000058e2"],["-0.98384170999999981e2","0.69319442999999922e2"],["-0.98388061999999991e2","0.69329162999999994e2"],["-0.98397232000000031e2","0.69338318000000072e2"],[-98.44027699999998,"0.69363876000000005e2"],["-0.98457229999999981e2","0.69371917999999994e2"],["-0.98476944000000003e2","0.69379974000000061e2"],["-0.98488892000000021e2","0.69383605999999986e2"],["-0.98523330999999985e2","0.69388321000000019e2"],["-0.98535552999999936e2","0.69391937000000098e2"],["-0.98555556999999965e2","0.69399994000000049e2"],["-0.98562499999999943e2","0.69404159999999933e2"],["-0.98598052999999993e2","0.69430542000000003e2"],["-0.98611937999999952e2","0.69444138000000009e2"],["-0.98608886999999868e2","0.69449706999999989e2"],["-0.98591675000000009e2","0.69467484000000013e2"],["-0.98585555999999997e2","0.69473312000000135e2"],["-0.98577224999999999e2","0.69479430999999977e2"],["-0.98563323999999909e2","0.69477203000000031e2"],["-0.98553329000000019e2","0.69473312000000135e2"],["-0.98540833000000021e2","0.69469711000000075e2"],["-0.98508347000000015e2","0.69463318000000129e2"],["-0.98477492999999924e2","0.69461928999999941e2"],["-0.98447768999999994e2","0.69461655000000007e2"],["-0.98422501000000011e2","0.69465820000000008e2"],["-0.98419448999999986e2",69.47137499999991],["-0.98424164000000019e2","0.69475815000000125e2"],[-98.44888299999991,"0.69483047000000056e2"],["-0.98463897999999972e2","0.69486374000000012e2"],["-0.98549438000000009e2","0.69501389000000131e2"],["-0.98564712999999927e2","0.69504715000000147e2"],["-0.98577224999999999e2","0.69508331000000055e2"],["-0.98586944999999901e2","0.69512207000000103e2"],["-0.98601669000000015e2","0.69520828000000051e2"],["-0.98605559999999912e2","0.69530548000000124e2"],["-0.98604995999999971e2","0.69535812000000078e2"],["-0.98601943999999946e2","0.69541091999999992e2"],["-0.98592772999999909e2","0.69552765000000022e2"],["-0.98575561999999991e2","0.69570267000000058e2"],["-0.98566955999999948e2","0.69576384999999959e2"],["-0.98556655999999862e2","0.69580826000000059e2"],["-0.98531386999999938e2","0.69584991000000059e2"],["-0.98501403999999923e2","0.69584427000000119e2"],["-0.98485549999999989e2","0.69583327999999995e2"],["-0.98433318999999983e2","0.69575546000000031e2"],["-0.98385559000000001e2","0.69566085999999927e2"],["-0.98357773000000009e2",69.55914300000012],["-0.98350554999999929e2","0.69554703000000131e2"],["-0.98338897999999972e2","0.69546097000000032e2"],["-0.98334166999999979e2",69.54136699999998],["-0.98322509999999909e2","0.69532486000000063e2"],["-0.98310821999999973e2","0.69523880000000133e2"],[-98.28443900000002,"0.69506378000000097e2"],["-0.98248610999999983e2","0.69484984999999995e2"],["-0.98092498999999975e2","0.69424988000000042e2"],["-0.98078613000000018e2","0.69422760000000039e2"],["-0.98049727999999959e2","0.69423035000000084e2"],["-0.98036666999999852e2","0.69424698000000035e2"],["-0.98024719000000005e2","0.69427200000000084e2"],[-98.00389100000001,"0.69435806000000014e2"],["-0.97997771999999998e2","0.69441650000000038e2"],[-97.99722300000002,"0.69446930000000066e2"],["-0.98006957999999997e2","0.69450821000000133e2"],["-0.98071395999999993e2","0.69468872000000147e2"],["-0.98157226999999978e2",69.4994200000001],["-0.98166945999999996e2","0.69503326000000015e2"],["-0.98188599000000011e2",69.516098],["-0.98211394999999925e2","0.69538879000000009e2"],["-0.98255843999999968e2","0.69574707000000046e2"],["-0.98263061999999991e2",69.57887299999993],["-0.98295837000000006e2","0.69585266000000104e2"],["-0.98330291999999986e2","0.69590271000000143e2"],["-0.98360549999999932e2","0.69596649000000127e2"],["-0.98367767000000015e2","0.69601089000000115e2"],["-0.98321670999999981e2","0.69713608000000079e2"],["-0.98314163000000008e2","0.69722214000000008e2"],["-0.98281951999999933e2","0.69751663000000008e2"],["-0.98230285999999978e2","0.69788879000000122e2"],["-0.98211120999999991e2",69.79942299999999],["-0.98199722000000008e2","0.69802765000000136e2"],["-0.98187209999999936e2","0.69805251999999996e2"],["-0.98143889999999942e2","0.69806366000000025e2"],["-0.98118057000000022e2",69.81053200000008],["-0.98107772999999895e2","0.69814697000000081e2"],["-0.98088608000000022e2","0.69825272000000041e2"],["-0.98079726999999991e2",69.83137499999998],["-0.98061661000000015e2","0.69848877000000016e2"],["-0.98058333999999888e2","0.69854431000000034e2"],["-0.98049164000000019e2",69.865814],["-0.98043059999999969e2","0.69871643000000006e2"],["-0.98034164000000033e2","0.69878036000000009e2"],["-0.98012222000000008e2","0.69885817999999972e2"],["-0.97999725000000012e2","0.69888046000000088e2"],["-0.97974166999999909e2","0.69892211999999972e2"],["-0.97945540999999992e2","0.69893600000000106e2"],["-0.97930557000000022e2","0.69893325999999945e2"],["-0.97913329999999974e2",69.891098],["-0.97880279999999914e2",69.88499500000006],["-0.97755004999999926e2","0.69851379000000065e2"],["-0.97691101000000003e2","0.69819992000000127e2"],["-0.97689162999999951e2","0.69815262000000132e2"],["-0.97682219999999973e2","0.69810806000000014e2"],["-0.97660004000000015e2","0.69803314000000057e2"],["-0.97610000999999954e2","0.69788589000000115e2"],["-0.97579726999999991e2","0.69781937000000028e2"],["-0.97449158000000011e2","0.69760269000000108e2"],["-0.97341109999999958e2","0.69706375000000094e2"],[-97.33944699999995,"0.69701385000000016e2"],["-0.97348052999999879e2","0.69695251000000042e2"],["-0.97358611999999994e2","0.69690810999999997e2"],[-97.37110899999999,"0.69688583000000051e2"],["-0.97397781000000009e2","0.69685532000000023e2"]],[["-0.97325012000000015e2","0.69889160000000061e2"],["-0.97315276999999924e2","0.69888046000000088e2"],["-0.97301665999999955e2","0.69889709000000039e2"],["-0.97289992999999924e2","0.69893051000000128e2"],["-0.97276947000000007e2","0.69894440000000145e2"],["-0.97267775999999969e2","0.69894440000000145e2"],[-97.25,"0.69891373000000044e2"],["-0.97237503000000004e2","0.69887771999999984e2"],["-0.97230559999999912e2","0.69883331000000055e2"],["-0.97226943999999946e2","0.69873596000000134e2"],["-0.97230559999999912e2","0.69868042000000003e2"],["-0.97236937999999896e2","0.69862198000000149e2"],["-0.97243880999999988e2","0.69857483000000116e2"],["-0.97269164999999987e2","0.69852478000000076e2"],["-0.97283889999999985e2","0.69852768000000083e2"],["-0.97299163999999905e2","0.69856094000000098e2"],["-0.97308883999999978e2","0.69860260000000039e2"],["-0.97317779999999914e2","0.69869431000000134e2"],["-0.97418334999999956e2","0.69893600000000106e2"],["-0.97448883000000023e2","0.69894149999999911e2"],["-0.97465835999999911e2","0.69896378000000084e2"],["-0.97480285999999921e2","0.69898880000000133e2"],["-0.97488892000000021e2","0.69908035000000041e2"],["-0.97492767000000015e2","0.69917755000000113e2"],["-0.97488602000000014e2","0.69943863000000079e2"],["-0.97485000999999954e2","0.69949417000000039e2"],["-0.97476105000000018e2","0.69955551000000071e2"],["-0.97466399999999965e2","0.69960815000000082e2"],["-0.97453612999999962e2","0.69963043000000027e2"],[-97.4375,"0.69961929000000055e2"],["-0.97350829999999974e2","0.69949417000000039e2"],["-0.97335555999999997e2","0.69946091000000024e2"],["-0.97328339000000028e2","0.69941650000000095e2"],["-0.97327498999999989e2","0.69931656000000089e2"],["-0.97346114999999998e2","0.69917205999999965e2"],["-0.97349730999999963e2","0.69911651999999947e2"],["-0.97351669000000015e2","0.69901382000000012e2"],["-0.97347228999999913e2","0.69896652000000017e2"],["-0.97337509000000011e2","0.69892761000000121e2"],["-0.97325012000000015e2","0.69889160000000061e2"]],[["-0.10084973099999991e3","0.69925537000000077e2"],["-0.10086389199999991e3","0.69924698000000092e2"],["-0.10087444299999999e3","0.69928588999999988e2"],["-0.10087999000000002e3","0.69933043999999995e2"],["-0.10087999000000002e3","0.69938309000000061e2"],["-0.10085861199999994e3","0.69977767999999969e2"],["-0.10085333300000002e3","0.69983597000000145e2"],["-0.10084333800000002e3",69.98803700000002],["-0.10083112299999993e3","0.69990814000000057e2"],["-0.10081500199999994e3","0.69989700000000084e2"],["-0.10080695300000002e3","0.69985809000000017e2"],["-0.10080526700000001e3","0.69980270000000019e2"],["-0.10080721999999997e3",69.97526600000009],["-0.10080721999999997e3","0.69969986000000006e2"],["-0.10081249999999994e3","0.69958878000000027e2"],["-0.10083112299999993e3","0.69935531999999967e2"],["-0.10083999599999999e3","0.69929977000000065e2"],["-0.10084973099999991e3","0.69925537000000077e2"]],[["-0.87091385000000002e2","0.70150269000000094e2"],[-87.06361400000003,"0.70147766000000104e2"],["-0.87051665999999955e2","0.70141937000000098e2"],[-87.02555799999999,"0.70135543999999982e2"],["-0.87020843999999954e2","0.70131927000000019e2"],["-0.87023894999999982e2","0.70127762000000018e2"],["-0.87021941999999967e2","0.70121094000000028e2"],["-0.87009170999999924e2","0.70116378999999995e2"],["-0.86994155999999975e2","0.70113602000000071e2"],["-0.86922501000000011e2","0.70104156000000103e2"],["-0.86905562999999972e2","0.70103043000000071e2"],[-86.87388599999997,70.09887700000013],["-0.86856658999999922e2","0.70097762999999986e2"],["-0.86825835999999924e2","0.70092758000000117e2"],["-0.86798889000000031e2","0.70087204000000099e2"],["-0.86778060999999923e2","0.70089706000000035e2"],["-0.86761123999999938e2","0.70093597000000102e2"],["-0.86688599000000011e2","0.70115265000000022e2"],["-0.86670273000000009e2","0.70118042000000116e2"],["-0.86639724999999999e2","0.70116653000000099e2"],["-0.86611664000000019e2","0.70111923000000104e2"],["-0.86598617999999988e2","0.70108597000000032e2"],["-0.86586670000000026e2","0.70104430999999977e2"],["-0.86545546999999942e2","0.70081375000000094e2"],["-0.86549728000000016e2",70.07249500000006],["-0.86550551999999982e2","0.70066376000000048e2"],["-0.86536666999999909e2","0.70062484999999981e2"],["-0.86511123999999995e2","0.70053040000000067e2"],["-0.86505004999999983e2","0.70048035000000027e2"],["-0.86503615999999965e2","0.70036925999999994e2"],["-0.86505844000000025e2","0.70028595000000053e2"],[-86.50556899999998,"0.70023315000000025e2"],["-0.86502501999999993e2","0.70020828000000108e2"],["-0.86487503000000004e2","0.70017761000000007e2"],[-86.47193900000002,"0.70015823000000069e2"],["-0.86460555999999997e2","0.70012206999999989e2"],[-86.45666499999993,"0.70007491999999957e2"],["-0.86460006999999962e2",70.00471500000009],["-0.86468886999999995e2","0.69999709999999993e2"],["-0.86489715999999987e2","0.69983871000000079e2"],["-0.86502791999999999e2","0.69980545000000063e2"],["-0.86523620999999991e2","0.69978042999999957e2"],["-0.86542496000000028e2","0.69977478000000133e2"],["-0.86662216000000001e2","0.69967484000000127e2"],["-0.86714447000000007e2","0.69966934000000094e2"],["-0.86747771999999998e2","0.69969437000000084e2"],[-86.76556399999987,"0.69969711000000018e2"],["-0.86833069000000023e2","0.69974426000000051e2"],["-0.86864440999999999e2","0.69978592000000106e2"],["-0.86881377999999984e2","0.69979706000000078e2"],[-86.89805599999994,"0.69982207999999957e2"],["-0.86926391999999964e2","0.69989150999999993e2"],["-0.86938599000000011e2","0.69993317000000047e2"],["-0.86962219000000005e2",70.00471500000009],["-0.86985274999999945e2",70.01388500000013],["-0.87002227999999945e2","0.70014999000000103e2"],["-0.87016113000000018e2","0.70010544000000095e2"],["-0.87021941999999967e2","0.70005264000000011e2"],[-87.029449,"0.70000824000000023e2"],["-0.87037215999999944e2",69.99664300000012],["-0.87050277999999878e2","0.69991653000000042e2"],["-0.87066665999999998e2","0.69989150999999993e2"],["-0.87086394999999925e2","0.69987761999999975e2"],["-0.87104172000000005e2","0.69987761999999975e2"],["-0.87135009999999966e2","0.69992752000000053e2"],["-0.87148055999999997e2","0.69997482000000048e2"],["-0.87168883999999991e2","0.70008605999999929e2"],["-0.87182769999999948e2",70.01388500000013],["-0.87195830999999998e2","0.70017212000000029e2"],[-87.21362299999987,"0.70017487000000074e2"],["-0.87229445999999996e2","0.70019440000000031e2"],["-0.87240828999999906e2","0.70021378000000141e2"],["-0.87255004999999983e2","0.70025269000000037e2"],["-0.87274444999999957e2","0.70034987999999998e2"],["-0.87277495999999985e2","0.70038879000000065e2"],[-87.27694699999995,"0.70044983000000116e2"],["-0.87273620999999991e2","0.70050812000000121e2"],["-0.87272507000000019e2","0.70054703000000018e2"],["-0.87272780999999952e2","0.70059981999999991e2"],["-0.87278335999999967e2","0.70067490000000021e2"],["-0.87288329999999974e2","0.70073317999999972e2"],["-0.87295837000000006e2","0.70077484000000027e2"],["-0.87307495000000017e2","0.70080826000000002e2"],["-0.87319457999999884e2","0.70083328000000051e2"],["-0.87335555999999997e2","0.70085541000000035e2"],[-87.34973100000002,"0.70086104999999975e2"],["-0.87363892000000021e2","0.70088593000000117e2"],["-0.87376937999999939e2","0.70093322999999941e2"],["-0.87378325999999959e2","0.70096100000000035e2"],["-0.87376099000000011e2","0.70099426000000108e2"],["-0.87371384000000035e2","0.70103867000000037e2"],["-0.87355834999999956e2","0.70107208000000071e2"],["-0.87341948999999886e2","0.70108597000000032e2"],["-0.87307495000000017e2","0.70107208000000071e2"],["-0.87277785999999992e2","0.70114699999999971e2"],["-0.87267226999999878e2","0.70113312000000064e2"],["-0.87265609999999924e2","0.70113556000000017e2"],["-0.87254729999999995e2","0.70112198000000092e2"],["-0.87222503999999901e2","0.70111374000000126e2"],["-0.87187774999999931e2","0.70108322000000044e2"],["-0.87180557000000022e2","0.70109420999999998e2"],["-0.87173049999999989e2","0.70112198000000092e2"],["-0.87164443999999946e2","0.70117203000000131e2"],["-0.87156112999999891e2",70.11914100000007],["-0.87130829000000006e2","0.70120255000000043e2"],["-0.87118332000000009e2",70.11914100000007],["-0.87102782999999988e2",70.12081900000004],["-0.87099730999999963e2","0.70123596000000077e2"],["-0.87100554999999929e2","0.70125534000000073e2"],["-0.87143065999999976e2","0.70139435000000049e2"],["-0.87145279000000016e2","0.70142761000000064e2"],["-0.87141388000000006e2","0.70146378000000027e2"],["-0.87128326000000015e2","0.70149719000000061e2"],["-0.87113891999999964e2","0.70148880000000077e2"],["-0.87091385000000002e2","0.70150269000000094e2"]],[["-0.12505695299999996e3","0.70118317000000104e2"],["-0.12508500700000002e3","0.70116333000000111e2"],["-0.12510221899999993e3","0.70118072999999981e2"],["-0.12511971999999997e3","0.70124954000000002e2"],[-125.122772,"0.70130066000000056e2"],["-0.12512332200000003e3",70.13546800000006],["-0.12512110899999999e3","0.70141372999999987e2"],["-0.12511277799999999e3",70.14697300000006],["-0.12510333300000002e3","0.70151688000000092e2"],["-0.12508332799999999e3","0.70159973000000093e2"],["-0.12507055700000001e3",70.16187999999994],[-125,"0.70162933000000066e2"],["-0.12497693600000002e3","0.70167206000000078e2"],["-0.12496305799999999e3","0.70168320000000051e2"],["-0.12495500199999998e3","0.70164153999999996e2"],["-0.12498832700000003e3","0.70134430000000009e2"],["-0.12499777199999994e3","0.70129974000000061e2"],["-0.12504415899999992e3","0.70120315999999946e2"],["-0.12505695299999996e3","0.70118317000000104e2"]],[["-0.12467944299999994e3","0.70161652000000117e2"],["-0.12469444299999998e3","0.70161377000000073e2"],["-0.12473750299999995e3","0.70174149000000114e2"],["-0.12475361599999991e3","0.70182479999999998e2"],["-0.12475917099999998e3","0.70186919999999986e2"],["-0.12476194799999996e3","0.70191925000000083e2"],["-0.12475890400000003e3","0.70196640000000116e2"],["-0.12474471999999997e3","0.70197754000000089e2"],["-0.12455110200000001e3","0.70208602999999925e2"],["-0.12453611799999987e3","0.70208602999999925e2"],["-0.12451888999999994e3","0.70206940000000031e2"],["-0.12451055899999994e3",70.20277399999992],["-0.12450527999999997e3","0.70198318000000029e2"],["-0.12450750700000003e3","0.70192749000000049e2"],["-0.12453694200000001e3",70.18193100000002],["-0.12467944299999994e3","0.70161652000000117e2"]],[["-0.11265527299999991e3",70.266098],["-0.11267223399999995e3",70.266098],["-0.11269193999999999e3","0.70267487000000017e2"],["-0.11272193900000002e3","0.70272491000000002e2"],["-0.11274722300000002e3","0.70278594999999996e2"],["-0.11275499699999995e3","0.70282761000000107e2"],["-0.11276027699999992e3","0.70287201000000096e2"],["-0.11276306199999993e3","0.70292480000000069e2"],["-0.11276139799999993e3","0.70298598999999967e2"],["-0.11275389100000001e3","0.70303588999999988e2"],[-112.73111,"0.70309708000000001e2"],["-0.11271611000000001e3","0.70310531999999967e2"],[-112.699997,"0.70309417999999994e2"],[-112.6875,"0.70306366000000082e2"],["-0.11267971799999992e3","0.70302475000000015e2"],["-0.11267859599999991e3","0.70300812000000064e2"],["-0.11264334099999996e3",70.28137200000009],["-0.11264277600000003e3","0.70275818000000129e2"],["-0.11264472999999987e3","0.70269714000000079e2"],["-0.11265527299999991e3",70.266098]],[["-0.11296972700000003e3",70.28137200000009],["-0.11300306699999999e3","0.70281097000000102e2"],[-113.104446,"0.70281936999999971e2"],["-0.11314083899999997e3","0.70283325000000048e2"],["-0.11315834000000001e3","0.70285262999999986e2"],["-0.11320361300000002e3","0.70292480000000069e2"],["-0.11316972399999992e3","0.70306931000000134e2"],["-0.11315750100000002e3","0.70309708000000001e2"],["-0.11312888299999997e3","0.70312485000000095e2"],["-0.11311054999999993e3",70.3119200000001],[-112.993607,"0.70299423000000104e2"],["-0.11297609699999992e3","0.70297484999999938e2"],["-0.11296362299999998e3","0.70294434000000138e2"],["-0.11295333900000003e3","0.70290817000000004e2"],["-0.11294554099999999e3","0.70286652000000004e2"],["-0.11295612299999999e3","0.70283325000000048e2"],["-0.11296972700000003e3",70.28137200000009]],[[-100.765289,70.25],["-0.10078083800000002e3",70.25],[-100.7938769999999,"0.70253326000000015e2"],["-0.10084166699999997e3","0.70278320000000008e2"],["-0.10086305199999993e3","0.70291091999999992e2"],["-0.10086833200000001e3","0.70295532000000037e2"],["-0.10085193600000002e3","0.70323883000000137e2"],["-0.10083889799999992e3","0.70325546000000031e2"],["-0.10080943300000001e3","0.70324158000000125e2"],["-0.10077639799999997e3","0.70322495000000004e2"],["-0.10075890399999997e3","0.70320540999999992e2"],["-0.10074804699999999e3","0.70316940000000102e2"],["-0.10074082899999996e3","0.70310531999999967e2"],["-0.10075890399999997e3","0.70254990000000021e2"],[-100.765289,70.25]],[["-0.11680526699999996e3","0.70509430000000009e2"],["-0.11678971899999993e3","0.70507217000000026e2"],["-0.11675418100000002e3",70.50749200000007],["-0.11663390400000003e3","0.70493591000000094e2"],["-0.11660722399999997e3","0.70488037000000077e2"],["-0.11659638999999993e3","0.70484984999999995e2"],["-0.11656833599999999e3","0.70473876999999959e2"],["-0.11657305899999989e3","0.70467758000000117e2"],["-0.11670111099999997e3","0.70468597000000102e2"],["-0.11671916199999993e3","0.70470261000000107e2"],[-116.787781,"0.70483597000000032e2"],[-116.814438,"0.70488876000000062e2"],["-0.11682055700000001e3","0.70493591000000094e2"],["-0.11682861300000002e3","0.70503601000000003e2"],["-0.11682224300000001e3","0.70508881000000031e2"],["-0.11680526699999996e3","0.70509430000000009e2"]],[[-116.287781,"0.70553314000000114e2"],["-0.11626027699999992e3","0.70549988000000042e2"],["-0.11624333199999995e3","0.70550261999999975e2"],["-0.11618943799999994e3",70.54553199999998],[-116.140556,"0.70538589000000002e2"],["-0.11612748699999997e3","0.70535812000000078e2"],["-0.11613110399999999e3","0.70532486000000006e2"],["-0.11629110699999995e3","0.70515549000000021e2"],["-0.11632333399999993e3","0.70513611000000083e2"],["-0.11644611399999991e3","0.70508881000000031e2"],["-0.11646472199999999e3","0.70509154999999964e2"],["-0.11647778299999999e3","0.70511932000000058e2"],[-116.495003,"0.70519989000000066e2"],["-0.11649582700000002e3","0.70522765999999933e2"],["-0.11647000099999997e3","0.70538040000000024e2"],["-0.11630304699999988e3","0.70552199999999971e2"],[-116.287781,"0.70553314000000114e2"]],[["-0.11656304899999998e3","0.70534424000000001e2"],["-0.11657833900000003e3","0.70533051000000057e2"],[-116.596947,"0.70533324999999991e2"],["-0.11675028999999995e3","0.70539153999999996e2"],["-0.11676363400000002e3","0.70541931000000091e2"],["-0.11677443700000003e3","0.70545258000000047e2"],[-116.766953,"0.70548324999999977e2"],["-0.11675527999999991e3","0.70551085999999941e2"],["-0.11672361799999987e3","0.70556366000000025e2"],["-0.11671193699999998e3","0.70559417999999937e2"],["-0.11668167099999999e3","0.70561920000000043e2"],["-0.11666471899999999e3","0.70562485000000038e2"],["-0.11664611799999994e3","0.70562195000000031e2"],["-0.11654305999999997e3","0.70559707999999944e2"],["-0.11652278100000001e3","0.70558593999999971e2"],["-0.11650945300000001e3","0.70556091000000038e2"],["-0.11650778200000002e3","0.70550261999999975e2"],["-0.11651806599999998e3","0.70546646000000123e2"],["-0.11656304899999998e3","0.70534424000000001e2"]],[["-0.11592054699999989e3",70.54136699999998],["-0.11595445299999994e3","0.70540267999999969e2"],["-0.11599333200000001e3","0.70541656000000103e2"],[-116.051941,70.54553199999998],["-0.11606111099999993e3","0.70548324999999977e2"],["-0.11604250299999995e3","0.70552199999999971e2"],["-0.11598388699999998e3","0.70560806000000071e2"],["-0.11597222899999991e3","0.70563599000000011e2"],["-0.11591972399999997e3","0.70572494999999947e2"],["-0.11587917299999998e3","0.70578598000000113e2"],["-0.11586389200000002e3","0.70579987000000074e2"],["-0.11582501199999996e3","0.70578323000000069e2"],["-0.11581416300000001e3","0.70574997000000053e2"],["-0.11580803700000001e3","0.70570541000000105e2"],["-0.11581082199999997e3","0.70564986999999974e2"],["-0.11581916799999999e3","0.70560806000000071e2"],["-0.11584111000000001e3","0.70554153000000042e2"],["-0.11586638599999998e3","0.70549423000000047e2"],["-0.11592054699999989e3",70.54136699999998]],[["-0.11687943999999993e3","0.70547485000000108e2"],["-0.11688945000000001e3","0.70543869000000029e2"],[-116.923317,"0.70542755000000056e2"],["-0.11703611799999993e3","0.70546371000000136e2"],["-0.11718331899999998e3","0.70537491000000102e2"],["-0.11720195000000001e3",70.53776600000009],["-0.11722000099999997e3","0.70539153999999996e2"],["-0.11727555799999993e3","0.70550261999999975e2"],["-0.11728888699999993e3",70.55304000000001],["-0.11729778299999998e3","0.70556931000000077e2"],["-0.11730166600000001e3","0.70561920000000043e2"],["-0.11729778299999998e3","0.70571380999999974e2"],["-0.11726083399999999e3","0.70584717000000126e2"],["-0.11725140399999992e3","0.70587204000000042e2"],["-0.11723805199999998e3","0.70589156999999943e2"],["-0.11721640000000002e3","0.70591095000000109e2"],["-0.11719943199999994e3","0.70591660000000104e2"],["-0.11716332999999997e3","0.70588593000000003e2"],["-0.11689444700000001e3","0.70556091000000038e2"],["-0.11688362100000001e3","0.70552765000000136e2"],["-0.11687943999999993e3","0.70547485000000108e2"]],[["-0.12808612099999999e3","0.70605545000000006e2"],["-0.12810415599999999e3","0.70595825000000104e2"],[-128.1201779999999,"0.70597214000000122e2"],["-0.12811444099999994e3","0.70591934000000037e2"],["-0.12811721799999992e3","0.70580551000000014e2"],["-0.12812387100000001e3",70.57388300000008],["-0.12813275099999993e3","0.70569153000000028e2"],["-0.12834054599999996e3","0.70539153999999996e2"],["-0.12834167499999995e3","0.70542205999999908e2"],[-128.252228,"0.70646378000000084e2"],["-0.12824581899999998e3","0.70653046000000074e2"],["-0.12823416099999986e3","0.70656097000000102e2"],["-0.12821639999999996e3","0.70654709000000025e2"],["-0.12818832399999997e3","0.70648604999999975e2"],["-0.12811498999999998e3","0.70628036000000009e2"],["-0.12810360699999995e3","0.70624419999999986e2"],["-0.12809472700000003e3",70.62052900000009],[-128.0883179999999,"0.70616089000000045e2"],["-0.12808499099999995e3","0.70611099000000024e2"],["-0.12808612099999999e3","0.70605545000000006e2"]],[["-0.10023082699999992e3","0.70451660000000061e2"],["-0.10024333199999995e3","0.70449142000000109e2"],["-0.10026000999999985e3","0.70449996999999996e2"],["-0.10027610799999997e3","0.70453049000000078e2"],["-0.10047250400000001e3","0.70496367999999961e2"],["-0.10049916100000002e3","0.70503326000000129e2"],["-0.10063054699999998e3","0.70543320000000108e2"],[-100.662781,"0.70554703000000075e2"],["-0.10067083700000001e3","0.70558868000000075e2"],["-0.10067639199999996e3","0.70563309000000004e2"],["-0.10068138099999993e3","0.70573044000000095e2"],["-0.10068138099999993e3","0.70583602999999982e2"],["-0.10067832900000002e3","0.70594147000000021e2"],["-0.10066443599999991e3","0.70637771999999984e2"],["-0.10065194699999995e3","0.70669708000000071e2"],["-0.10051194800000002e3","0.70676376000000062e2"],["-0.10049500299999988e3","0.70675262000000089e2"],["-0.10048000300000001e3","0.70673309000000131e2"],["-0.10046916199999998e3","0.70669434000000138e2"],["-0.10046112099999999e3","0.70659987999999998e2"],[-100.451683,"0.70651932000000102e2"],["-0.10044360399999999e3",70.64776599999999],["-0.10034722899999991e3","0.70608032000000094e2"],["-0.10033640300000002e3","0.70604431000000034e2"],["-0.10031945799999994e3","0.70603317000000061e2"],["-0.10021833799999996e3","0.70564422999999977e2"],["-0.10022444200000001e3","0.70456649999999968e2"],["-0.10023082699999992e3","0.70451660000000061e2"]],[["-0.10317777999999993e3","0.70622482000000048e2"],["-0.10319360399999994e3","0.70622208000000114e2"],["-0.10324833699999994e3","0.70622757000000036e2"],["-0.10326640299999991e3","0.70624146000000053e2"],["-0.10327500900000001e3","0.70628311000000053e2"],["-0.10328111299999995e3","0.70632751000000042e2"],[-103.281387,"0.70638046000000088e2"],["-0.10326834099999996e3","0.70666382000000056e2"],["-0.10322582999999986e3","0.70676376000000062e2"],["-0.10321000700000002e3","0.70676651000000049e2"],["-0.10319415299999997e3","0.70673035000000027e2"],[-103.173607,70.6336060000001],["-0.10317304999999999e3","0.70628586000000041e2"],["-0.10317777999999993e3","0.70622482000000048e2"]],[["-0.10335082999999992e3","0.70687195000000088e2"],["-0.10336416599999995e3","0.70685256999999979e2"],["-0.10338110399999988e3","0.70685806000000127e2"],["-0.10339499699999999e3","0.70689148000000046e2"],["-0.10342887899999994e3",70.69999700000011],["-0.10343776700000001e3","0.70703872999999987e2"],["-0.10344638099999997e3","0.70708037999999988e2"],["-0.10345249899999993e3","0.70712494000000106e2"],["-0.10345889299999999e3","0.70722214000000008e2"],["-0.10346278399999994e3","0.70732208000000014e2"],["-0.10345694700000001e3","0.70737198000000035e2"],["-0.10344360399999999e3","0.70739150999999993e2"],["-0.10342777999999998e3","0.70739426000000037e2"],["-0.10339917000000003e3","0.70737198000000035e2"],["-0.10336361699999992e3","0.70727767999999969e2"],["-0.10334111000000001e3",70.72026100000005],["-0.10333500699999996e3","0.70716094999999996e2"],["-0.10333444199999997e3","0.70710815000000082e2"],["-0.10333860800000002e3","0.70699417000000096e2"],["-0.10334333799999996e3","0.70693588000000091e2"],["-0.10335082999999992e3","0.70687195000000088e2"]],[["-0.71471664000000033e2","0.71012772000000041e2"],["-0.71428878999999995e2","0.71012206999999989e2"],["-0.71389175000000023e2","0.71013885000000073e2"],["-0.71371108999999933e2","0.71011931999999945e2"],["-0.71357497999999964e2","0.71009720000000073e2"],["-0.71344727000000034e2","0.71005554000000018e2"],["-0.71339171999999962e2","0.70998322000000087e2"],["-0.71339721999999995e2",70.99136400000009],["-0.71343063000000029e2","0.70984985000000052e2"],["-0.71386672999999917e2","0.70922485000000108e2"],["-0.71392226999999991e2","0.70916656000000103e2"],["-0.71402495999999871e2","0.70911926000000051e2"],["-0.71415557999999976e2",70.90776100000005],["-0.71433060000000012e2","0.70904709000000139e2"],["-0.71451110999999912e2","0.70903046000000018e2"],["-0.71474441999999954e2","0.70902481000000023e2"],["-0.71495543999999938e2",70.90277100000003],["-0.71654448999999943e2","0.70890822999999955e2"],["-0.71733063000000016e2","0.70874984999999924e2"],["-0.71933884000000035e2","0.70833328000000051e2"],["-0.71937774999999931e2","0.70824706999999989e2"],["-0.71946380999999974e2","0.70820831000000112e2"],["-0.71955565999999976e2","0.70818329000000006e2"],["-0.71991668999999945e2","0.70814697000000081e2"],["-0.72038605000000018e2","0.70811371000000008e2"],["-0.72081954999999994e2","0.70809708000000114e2"],["-0.72096664000000033e2","0.70809708000000114e2"],["-0.72112212999999997e2","0.70811371000000008e2"],["-0.72198607999999979e2","0.70882750999999985e2"],["-0.72223327999999981e2","0.70916931000000091e2"],["-0.72225280999999939e2","0.70924423000000047e2"],["-0.72226395000000025e2","0.70930542000000059e2"],["-0.72213897999999915e2","0.70934708000000001e2"],["-0.72202224999999999e2",70.93664600000011],["-0.72166655999999989e2","0.70938034000000016e2"],["-0.72148894999999925e2","0.70936371000000065e2"],["-0.72136672999999973e2","0.70933594000000028e2"],["-0.72133620999999948e2","0.70931656000000032e2"],["-0.72145554000000004e2","0.70926085999999998e2"],["-0.72149170000000026e2","0.70921097000000032e2"],["-0.72136123999999995e2","0.70916931000000091e2"],["-0.72117492999999911e2","0.70917205999999965e2"],["-0.72097778000000005e2","0.70919708000000014e2"],["-0.72078339000000028e2","0.70923599000000081e2"],["-0.72057769999999948e2","0.70933043999999995e2"],["-0.72044723999999917e2","0.70944426999999962e2"],["-0.72039443999999946e2","0.70950272000000098e2"],["-0.72033324999999934e2","0.70963042999999971e2"],["-0.72026672000000019e2",70.98275799999999],["-0.72019729999999868e2","0.71034424000000058e2"],["-0.72021392999999989e2","0.71041930999999977e2"],["-0.72008620999999948e2","0.71049713000000111e2"],["-0.71916107000000011e2",71.06442300000009],["-0.71884170999999924e2","0.71068878000000097e2"],["-0.71851669000000015e2","0.71072220000000016e2"],["-0.71831680000000006e2","0.71071106000000043e2"],["-0.71794723999999974e2","0.71053040000000067e2"],["-0.71730834999999956e2","0.71045532000000037e2"],["-0.71644454999999994e2","0.71034987999999998e2"],["-0.71546950999999979e2","0.71018600000000106e2"],["-0.71471664000000033e2","0.71012772000000041e2"]],[["-0.96563323999999966e2","0.71292205999999965e2"],["-0.96546950999999979e2","0.71289154000000053e2"],["-0.96535552999999993e2",71.28276100000005],["-0.96472504000000015e2","0.71232208000000071e2"],["-0.96470275999999956e2","0.71226089000000059e2"],["-0.96480835000000013e2","0.71208878000000141e2"],["-0.96487503000000004e2","0.71203598000000056e2"],["-0.96561110999999983e2","0.71208328000000108e2"],["-0.96578063999999983e2","0.71210541000000035e2"],["-0.96628601000000003e2","0.71220260999999937e2"],["-0.96638610999999912e2","0.71226089000000059e2"],["-0.96641678000000013e2","0.71231368999999972e2"],["-0.96642776000000026e2","0.71234421000000054e2"],["-0.96652495999999985e2","0.71287201000000096e2"],["-0.96649170000000026e2",71.29304500000012],["-0.96610549999999989e2","0.71290543000000014e2"],["-0.96581116000000009e2","0.71293594000000041e2"],["-0.96563323999999966e2","0.71292205999999965e2"]],[["-0.98895554000000004e2",71.27777100000003],[-98.90834000000001,"0.71273040999999978e2"],[-98.97444200000001,"0.71284714000000008e2"],["-0.98989715999999987e2","0.71290543000000014e2"],["-0.99000290000000007e2","0.71297211000000004e2"],[-99.00556899999998,"0.71301926000000037e2"],["-0.99008621000000005e2","0.71308029000000147e2"],["-0.99008895999999936e2","0.71313873000000001e2"],[-99.00306699999993,"0.71319443000000092e2"],["-0.98963622999999927e2","0.71352203000000088e2"],["-0.98955840999999964e2","0.71352203000000088e2"],["-0.98930283000000031e2","0.71342209000000082e2"],["-0.98923324999999977e2","0.71337769000000094e2"],["-0.98914443999999946e2","0.71331665000000044e2"],["-0.98895554000000004e2",71.27777100000003]],[["-0.73120543999999995e2","0.71479705999999965e2"],["-0.73129439999999931e2","0.71450821000000076e2"],["-0.73077498999999932e2","0.71466385000000002e2"],["-0.73043335000000013e2",71.47886699999998],["-0.73035552999999936e2",71.48414600000001],["-0.73016402999999968e2","0.71500000000000114e2"],["-0.73005844000000025e2","0.71511658000000125e2"],["-0.72998046999999985e2","0.71517211999999915e2"],["-0.72985275000000001e2","0.71521378000000027e2"],[-72.97222899999997,"0.71521378000000027e2"],["-0.72962508999999955e2",71.51998900000001],["-0.72934157999999968e2","0.71509155000000135e2"],["-0.72827498999999989e2","0.71454987000000017e2"],["-0.72820281999999963e2","0.71449707000000103e2"],["-0.72817504999999983e2","0.71444977000000108e2"],["-0.72823333999999988e2","0.71439697000000024e2"],["-0.72831954999999994e2","0.71435806000000127e2"],["-0.72849730999999963e2",71.4327550000001],["-0.72872497999999894e2",71.43081699999999],["-0.72921660999999972e2",71.428314],["-0.72992767000000015e2","0.71419433999999967e2"],["-0.73010009999999966e2","0.71415543000000071e2"],["-0.73022780999999952e2","0.71411101999999971e2"],["-0.73031112999999948e2","0.71406646999999964e2"],["-0.73028885000000002e2","0.71399155000000064e2"],["-0.73007507000000032e2","0.71352203000000088e2"],["-0.72978881999999942e2","0.71329712000000086e2"],["-0.72974166999999909e2","0.71324997000000053e2"],[-72.97193900000002,"0.71317490000000134e2"],["-0.72973617999999874e2","0.71313309000000061e2"],["-0.72983886999999982e2","0.71308594000000028e2"],["-0.72996657999999911e2","0.71304153000000099e2"],["-0.73025283999999999e2","0.71297485000000108e2"],["-0.73060546999999929e2","0.71294708000000014e2"],["-0.73089446999999893e2","0.71313873000000001e2"],["-0.73163329999999917e2",71.33248900000001],["-0.73198607999999922e2","0.71336380000000077e2"],["-0.73244995000000017e2","0.71348877000000073e2"],["-0.73265288999999939e2","0.71357483000000002e2"],["-0.73272506999999962e2",71.36192299999999],["-0.73275008999999955e2","0.71365814000000057e2"],["-0.73276397999999972e2","0.71379150000000038e2"],["-0.73265015000000005e2","0.71396378000000141e2"],["-0.73255004999999926e2","0.71408874999999966e2"],["-0.73254729999999995e2","0.71415268000000083e2"],["-0.73293609999999887e2","0.71454711999999972e2"],["-0.73301392000000021e2","0.71459717000000012e2"],["-0.73320556999999894e2","0.71469711000000075e2"],["-0.73347504000000015e2","0.71477768000000026e2"],["-0.73362502999999947e2","0.71481094000000041e2"],["-0.73374160999999901e2","0.71485809000000074e2"],["-0.73379990000000021e2","0.71519714000000022e2"],["-0.73377212999999983e2","0.71522766000000104e2"],["-0.73366942999999992e2","0.71527480999999966e2"],["-0.73189986999999917e2","0.71565536000000066e2"],["-0.73176940999999999e2","0.71566376000000105e2"],["-0.73147507000000019e2","0.71564423000000147e2"],["-0.73132216999999912e2","0.71561371000000065e2"],["-0.73090285999999935e2","0.71546371000000079e2"],["-0.73081116000000009e2","0.71542206000000078e2"],["-0.73073623999999938e2","0.71536926000000051e2"],["-0.73074722000000008e2","0.71531372000000033e2"],[-73.11332699999997,"0.71485809000000074e2"],["-0.73120543999999995e2","0.71479705999999965e2"]],[["-0.72760833999999875e2","0.71531937000000084e2"],["-0.72786391999999978e2","0.71530273000000022e2"],["-0.72830841000000021e2","0.71531096999999988e2"],["-0.72848891999999921e2","0.71532211000000018e2"],["-0.72867492999999911e2","0.71533875000000023e2"],["-0.72949996999999996e2","0.71547211000000118e2"],["-0.72982497999999907e2","0.71553589000000102e2"],["-0.73008895999999879e2",71.56109600000002],["-0.73020554000000004e2","0.71565811000000053e2"],["-0.73030562999999916e2","0.71571655000000078e2"],["-0.73035277999999948e2","0.71575546000000145e2"],["-0.73039992999999981e2","0.71579987000000074e2"],["-0.73037506000000008e2","0.71587203999999986e2"],["-0.73034164000000033e2","0.71592209000000025e2"],["-0.72968062999999972e2","0.71636658000000011e2"],["-0.72948607999999979e2","0.71644714000000079e2"],["-0.72924712999999997e2","0.71649429000000112e2"],["-0.72806655999999919e2","0.71659149000000014e2"],["-0.72781113000000005e2","0.71660812000000135e2"],["-0.72745269999999948e2","0.71659987999999942e2"],["-0.72726669000000015e2","0.71658325000000048e2"],["-0.72709166999999979e2","0.71655258000000117e2"],["-0.72695830999999941e2","0.71651093000000117e2"],["-0.72684433000000013e2","0.71642761000000121e2"],["-0.72662215999999944e2","0.71604431000000034e2"],["-0.72660552999999936e2","0.71598038000000031e2"],["-0.72671111999999994e2","0.71585815000000025e2"],["-0.72682495000000017e2","0.71574706999999989e2"],["-0.72701110999999912e2","0.71557479999999998e2"],["-0.72712783999999942e2","0.71547211000000118e2"],["-0.72718886999999995e2","0.71542755000000056e2"],["-0.72727492999999981e2","0.71538589000000115e2"],["-0.72742492999999968e2","0.71534149000000127e2"],["-0.72760833999999875e2","0.71531937000000084e2"]],[["-0.73370270000000005e2","0.71554428000000087e2"],["-0.73394454999999937e2","0.71554428000000087e2"],["-0.73406661999999983e2","0.71556366000000025e2"],["-0.73418335000000013e2",71.56109600000002],[-73.42860399999995,"0.71566940000000045e2"],["-0.73436934999999949e2","0.71573318000000029e2"],["-0.73450561999999991e2","0.71584152000000074e2"],["-0.73449721999999952e2",71.58998100000008],["-0.73448043999999925e2","0.71594146999999964e2"],["-0.73441939999999988e2","0.71598877000000016e2"],["-0.73388610999999912e2","0.71634155000000021e2"],["-0.73348342999999943e2","0.71658325000000048e2"],["-0.73276108000000022e2","0.71691924999999912e2"],["-0.73243332000000009e2","0.71696639999999945e2"],["-0.73213332999999977e2","0.71698593000000074e2"],["-0.73209166999999979e2","0.71698868000000118e2"],["-0.73190552000000025e2","0.71697204999999997e2"],["-0.73167496000000028e2","0.71692200000000128e2"],["-0.73155562999999972e2","0.71687195000000088e2"],["-0.73148894999999982e2","0.71679977000000065e2"],["-0.73149993999999992e2","0.71674423000000104e2"],["-0.73170546999999942e2","0.71668319999999937e2"],["-0.73221114999999998e2","0.71660262999999986e2"],["-0.73249434999999949e2","0.71652481000000023e2"],["-0.73262511999999958e2","0.71648041000000035e2"],["-0.73282776000000013e2","0.71637771999999984e2"],["-0.73303604000000007e2","0.71621918000000051e2"],["-0.73320281999999963e2","0.71605545000000006e2"],["-0.73325012000000015e2","0.71599152000000061e2"],["-0.73331679999999949e2","0.71588042999999971e2"],["-0.73338607999999965e2","0.71571105999999929e2"],["-0.73339721999999938e2","0.71565262000000132e2"],["-0.73352492999999981e2","0.71557479999999998e2"],["-0.73370270000000005e2","0.71554428000000087e2"]],[["-0.96958892999999932e2","0.71704437000000098e2"],[-96.99888599999997,"0.71701096000000064e2"],["-0.97036391999999921e2","0.71701385000000016e2"],["-0.97050277999999935e2","0.71704162999999994e2"],["-0.97049727999999902e2","0.71709991000000116e2"],["-0.97040282999999988e2",71.72026100000005],[-97.02416999999997,"0.71731093999999985e2"],[-96.99888599999997,"0.71741363999999919e2"],["-0.96991668999999945e2","0.71743042000000059e2"],["-0.96990829000000019e2","0.71743866000000025e2"],[-96.96945199999999,71.74859600000002],["-0.96963897999999972e2","0.71752212999999983e2"],["-0.96924163999999962e2","0.71755554000000018e2"],["-0.96886397999999986e2","0.71755264000000011e2"],["-0.96866942999999992e2","0.71753601000000117e2"],["-0.96850554999999872e2","0.71749419999999986e2"],[-96.84445199999999,"0.71744141000000013e2"],["-0.96851104999999905e2","0.71738875999999948e2"],[-96.86860699999994,"0.71728592000000106e2"],["-0.96881377999999927e2","0.71723312000000078e2"],["-0.96896956999999929e2","0.71718323000000112e2"],["-0.96915832999999964e2","0.71713608000000079e2"],["-0.96958892999999932e2","0.71704437000000098e2"]],[["-0.95339995999999928e2","0.71731369000000029e2"],[-95.39805599999994,"0.71729431000000091e2"],[-95.43582200000003,"0.71729980000000012e2"],["-0.95471114999999941e2","0.71733597000000145e2"],["-0.95483062999999902e2","0.71736923000000047e2"],[-95.48832699999997,"0.71740814000000114e2"],["-0.95488051999999868e2","0.71745529000000147e2"],["-0.95450286999999946e2","0.71818877999999927e2"],[-95.44027699999998,"0.71824158000000011e2"],["-0.95420836999999892e2","0.71828873000000044e2"],["-0.95384170999999981e2","0.71836104999999975e2"],["-0.95348891999999978e2","0.71840546000000074e2"],["-0.95328613000000018e2","0.71842208999999968e2"],["-0.95301666000000012e2","0.71844147000000135e2"],["-0.95286666999999966e2","0.71843048000000124e2"],["-0.95275832999999977e2",71.84027100000003],["-0.95265838999999971e2","0.71836655000000007e2"],["-0.95261672999999973e2","0.71833328000000051e2"],["-0.95259734999999921e2","0.71827484000000027e2"],["-0.95310546999999929e2","0.71737198000000035e2"],["-0.95324721999999952e2","0.71732758000000047e2"],["-0.95339995999999928e2","0.71731369000000029e2"]],[["-0.13449554399999994e3",68.75221300000004],["-0.13448803699999991e3",68.736649],["-0.13448803699999991e3","0.68731094000000098e2"],["-0.13448306299999996e3","0.68720535000000041e2"],["-0.13447387700000002e3","0.68711379999999963e2"],["-0.13446472199999994e3","0.68707489000000066e2"],["-0.13444638099999997e3","0.68700271999999984e2"],["-0.13440112299999993e3","0.68687759000000085e2"],["-0.13437387100000001e3","0.68682480000000112e2"],["-0.13433999599999999e3",68.67886400000009],["-0.13430804399999994e3","0.68678040000000124e2"],["-0.13428277600000001e3","0.68681366000000139e2"],["-0.13424636799999996e3","0.68687484999999981e2"],["-0.13423071299999998e3","0.68692841000000101e2"],["-0.13422692899999998e3","0.68694138000000123e2"],["-0.13422332800000004e3","0.68699706999999933e2"],["-0.13426058999999987e3","0.68733535999999958e2"],["-0.13426251200000002e3","0.68736374000000126e2"],["-0.13428750599999995e3","0.68753601000000003e2"],["-0.13430835000000002e3","0.68766097999999943e2"],["-0.13432638499999996e3","0.68773605000000089e2"],["-0.13442306500000001e3","0.68831664999999987e2"],["-0.13454168700000002e3","0.68919708000000071e2"],[-134.558044,"0.68933043999999995e2"],[-134.614441,"0.68983321999999987e2"],["-0.13462387099999995e3","0.68992752000000053e2"],["-0.13462887599999999e3","0.69003052000000139e2"],["-0.13462914999999992e3","0.69008880999999974e2"],["-0.13462469499999992e3","0.69015548999999965e2"],["-0.13456222499999996e3","0.69082764000000111e2"],["-0.13455499299999997e3",69.08776899999998],["-0.13453750600000001e3",69.09387200000009],["-0.13449194299999999e3","0.69104155999999989e2"],["-0.13446362299999998e3","0.69106094000000098e2"],["-0.13444805899999989e3","0.69106094000000098e2"],["-0.13436303699999996e3","0.69102203000000031e2"],["-0.13434887700000002e3","0.69103043000000071e2"],["-0.13433889799999992e3","0.69106369000000086e2"],["-0.13422747800000002e3","0.69174988000000099e2"],["-0.13422305299999999e3","0.69181656000000032e2"],["-0.13422082499999993e3","0.69188034000000016e2"],["-0.13422137499999997e3","0.69216385000000116e2"],["-0.13421694899999989e3","0.69223038000000088e2"],[-134.162781,"0.69254715000000033e2"],["-0.13415389999999996e3","0.69258880999999917e2"],[-134.142517,"0.69261383000000023e2"],["-0.13412832599999996e3","0.69262206999999989e2"],["-0.13406915299999997e3","0.69262771999999984e2"],["-0.13405471799999998e3","0.69263610999999969e2"],["-0.13402917500000001e3","0.69266936999999984e2"],["-0.13392861899999991e3","0.69282211000000075e2"],["-0.13390557899999988e3","0.69287490999999989e2"],["-0.13389529400000004e3","0.69290817000000004e2"],["-0.13388668799999999e3","0.69294983000000116e2"],["-0.13387914999999998e3","0.69299987999999985e2"],["-0.13387332199999997e3",69.30581699999999],["-0.13386859100000004e3","0.69312484999999924e2"],["-0.13386886599999997e3","0.69318329000000119e2"],["-0.13387332199999997e3","0.69323043999999982e2"],["-0.13387582399999997e3","0.69328322999999955e2"],["-0.13386972000000003e3",69.33415199999996],["-0.13367028799999997e3","0.69386658000000068e2"],["-0.13365863000000002e3","0.69389160000000004e2"],["-0.13355056799999994e3","0.69405823000000055e2"],["-0.13340777600000001e3","0.69414703000000088e2"],["-0.13337222299999991e3","0.69412201000000039e2"],["-0.13335583499999996e3","0.69409988000000055e2"],["-0.13332806400000004e3","0.69404709000000082e2"],["-0.13330972299999996e3","0.69402771000000143e2"],["-0.13323443599999996e3","0.69397217000000126e2"],["-0.13321749899999992e3",69.39637799999997],["-0.13320584099999991e3","0.69398880000000077e2"],[-133.073059,"0.69434982000000048e2"],["-0.13299941999999999e3","0.69481934000000138e2"],[-132.966095,"0.69511657999999954e2"],["-0.13295220899999998e3","0.69563309000000061e2"],["-0.13295193499999999e3","0.69569153000000028e2"],["-0.13295666499999993e3",69.57388300000008],["-0.13296581999999995e3",69.57748400000014],["-0.13298638900000003e3","0.69590271000000143e2"],[-132.988586,"0.69595260999999994e2"],["-0.13298361199999994e3","0.69602203000000088e2"],["-0.13297747800000002e3","0.69608032000000094e2"],["-0.13292251599999997e3","0.69642212000000029e2"],[-132.904449,"0.69650542999999971e2"],["-0.13289388999999994e3",69.65387000000004],["-0.13286471599999999e3","0.69658325000000104e2"],["-0.13282110599999999e3","0.69660538000000031e2"],["-0.13278778099999994e3","0.69659714000000065e2"],["-0.13266229199999998e3","0.69651206999999999e2"],[-132.628784,"0.69648048000000074e2"],["-0.13262028499999997e3","0.69646378000000141e2"],["-0.13261479199999991e3","0.69644043000000011e2"],[-132.606628,"0.69639046000000121e2"],["-0.13255279499999995e3","0.69631362999999965e2"],["-0.13253527800000001e3","0.69630264000000011e2"],["-0.13241751099999993e3","0.69635544000000039e2"],[-132.39389,69.64027400000009],[-132.372772,"0.69646942000000081e2"],["-0.13234527600000001e3","0.69659424000000058e2"],["-0.13233248900000001e3","0.69671097000000088e2"],["-0.13232748399999997e3","0.69677765000000079e2"],[-132.333618,"0.69682480000000112e2"],[-132.441101,"0.69702484000000027e2"],["-0.13245748900000001e3","0.69704711999999972e2"],["-0.13246777299999991e3","0.69701385000000016e2"],["-0.13251779199999999e3",69.68331900000004],["-0.13254823299999998e3","0.69685310000000129e2"],["-0.13255523700000003e3","0.69683823000000018e2"],["-0.13257455400000003e3","0.69683983000000126e2"],[-132.582718,69.685654],[-132.586884,"0.69688148000000126e2"],["-0.13258673099999993e3","0.69691649999999981e2"],["-0.13254833999999994e3","0.69735809000000074e2"],["-0.13254055799999998e3","0.69740814000000114e2"],["-0.13252749600000004e3","0.69742477000000065e2"],["-0.13247305299999999e3","0.69747756999999922e2"],["-0.13239974999999998e3","0.69751663000000008e2"],["-0.13228918499999992e3","0.69724991000000102e2"],["-0.13221304299999997e3","0.69690810999999997e2"],["-0.13219888300000002e3","0.69688034000000073e2"],["-0.13216305499999999e3","0.69685256999999979e2"],["-0.13214697299999995e3","0.69685256999999979e2"],["-0.13212304700000004e3","0.69713608000000079e2"],["-0.13211663799999991e3","0.69719436999999914e2"],["-0.13210720800000001e3","0.69723602000000085e2"],["-0.13208331299999992e3","0.69728591999999992e2"],["-0.13195443699999998e3",69.75471500000009],["-0.13187469499999992e3","0.69763884999999959e2"],["-0.13185861199999999e3","0.69763611000000026e2"],["-0.13184527600000001e3","0.69765273999999977e2"],[-131.8347169999999,"0.69768599999999992e2"],["-0.13176556400000004e3","0.69794707999999957e2"],["-0.13175891100000001e3","0.69800536999999963e2"],["-0.13175836200000003e3","0.69806366000000025e2"],["-0.13176028400000001e3","0.69811646000000053e2"],[-131.7647399999999,"0.69816376000000105e2"],["-0.13176666299999994e3","0.69821655000000078e2"],["-0.13176000999999997e3","0.69827484000000084e2"],["-0.13175058000000001e3",69.83137499999998],["-0.13164501999999999e3","0.69864990000000034e2"],["-0.13162359600000002e3","0.69871368000000018e2"],["-0.13144778400000001e3","0.69918594000000041e2"],["-0.13142639199999991e3","0.69947479000000101e2"],["-0.13142111199999994e3","0.69954162999999994e2"],["-0.13141027799999995e3","0.69957214000000022e2"],["-0.13134887700000002e3",69.95248400000014],["-0.13126916499999993e3","0.69937759000000028e2"],["-0.13124609399999991e3","0.69931091000000038e2"],[-131.237213,"0.69927199999999971e2"],["-0.13123055999999991e3","0.69923035000000141e2"],["-0.13120916699999998e3","0.69899155000000007e2"],["-0.13120333899999997e3","0.69889160000000061e2"],["-0.13120138499999996e3","0.69883881000000088e2"],["-0.13120193499999999e3","0.69878036000000009e2"],[-131.2049869999999,"0.69871918000000051e2"],["-0.13121054099999998e3","0.69865265000000079e2"],["-0.13121722399999987e3","0.69859421000000054e2"],["-0.13122164899999996e3","0.69854155999999989e2"],["-0.13122222899999991e3","0.69848328000000038e2"],[-131.220551,69.84304800000001],["-0.13121194499999996e3","0.69833603000000096e2"],["-0.13120526100000001e3","0.69829437000000041e2"],["-0.13119638099999997e3","0.69825546000000145e2"],["-0.13118499799999995e3","0.69824158000000068e2"],["-0.13108056599999998e3",69.88499500000006],["-0.13107501199999996e3","0.69891663000000051e2"],["-0.13103140299999995e3","0.69949417000000039e2"],["-0.13101028399999996e3",69.98692299999999],["-0.13101278699999995e3","0.70023315000000025e2"],["-0.13101947000000001e3","0.70027771000000087e2"],["-0.13093029799999999e3","0.70083054000000118e2"],["-0.13089224200000001e3","0.70099152000000004e2"],["-0.13074832199999997e3","0.70081940000000145e2"],["-0.13065612799999991e3","0.70108597000000032e2"],[-130.554169,"0.70165267999999969e2"],["-0.13054305999999991e3","0.70168320000000051e2"],["-0.13048721299999994e3","0.70173309000000017e2"],["-0.13047222899999997e3","0.70173874000000069e2"],["-0.13046771200000001e3","0.70170089999999959e2"],["-0.13047271699999993e3","0.70167099000000121e2"],["-0.13048388699999998e3","0.70164992999999981e2"],["-0.13051141399999995e3","0.70162201000000039e2"],["-0.13052224699999994e3","0.70158875000000023e2"],["-0.13054724099999999e3","0.70127472000000012e2"],["-0.13054806499999995e3","0.70121643000000006e2"],["-0.13054638699999992e3","0.70116378999999995e2"],["-0.13054223599999995e3","0.70111648999999943e2"],["-0.13053555299999999e3","0.70107483000000059e2"],["-0.13052416999999997e3","0.70103867000000037e2"],[-130.5102839999999,"0.70101089000000002e2"],[-130.49527,"0.70101654000000053e2"],["-0.13048416099999992e3","0.70104705999999965e2"],["-0.13043237299999998e3","0.70125870000000134e2"],["-0.13040722700000003e3","0.70140533000000119e2"],["-0.13035360699999995e3","0.70132202000000007e2"],["-0.13033084099999996e3","0.70110809000000074e2"],["-0.13032250999999997e3","0.70101379000000009e2"],["-0.13018472299999996e3","0.70053589000000045e2"],[-130.16861,70.053314],["-0.12997555499999993e3","0.70069442999999978e2"],["-0.12996304299999997e3","0.70071655000000021e2"],["-0.12992611699999992e3",70.078598],["-0.12989083900000003e3","0.70092758000000117e2"],["-0.12986444099999994e3","0.70126923000000033e2"],["-0.12984609999999986e3","0.70154984000000127e2"],[-129.8324889999999,"0.70195525999999916e2"],["-0.12979000899999994e3","0.70219986000000119e2"],["-0.12973138399999999e3","0.70253052000000082e2"],["-0.12969778400000001e3","0.70262496999999996e2"],["-0.12968667600000003e3","0.70265549000000078e2"],["-0.12967306499999995e3","0.70266936999999984e2"],["-0.12964724699999999e3","0.70251663000000065e2"],["-0.12960916099999992e3","0.70213042999999971e2"],["-0.12945916699999998e3","0.70147491000000116e2"],["-0.12940472399999999e3","0.70123031999999967e2"],["-0.12940335099999999e3",70.11775200000011],["-0.12940527299999997e3","0.70106369000000086e2"],["-0.12940640300000001e3",70.10054000000008],[-129.4100039999999,"0.70094436999999971e2"],[-129.433899,"0.70068054000000132e2"],["-0.12949749800000001e3","0.70020538000000101e2"],["-0.12957360799999998e3","0.69997757000000092e2"],["-0.12959555099999994e3","0.69991363999999919e2"],["-0.12988946499999992e3","0.69917205999999965e2"],["-0.12999304199999989e3","0.69892487000000017e2"],["-0.13022805800000003e3","0.69840546000000131e2"],["-0.13049581899999998e3",69.78166200000004],["-0.13055999800000001e3","0.69737198000000092e2"],["-0.13056140099999999e3","0.69725815000000068e2"],["-0.13056472799999995e3","0.69719711000000018e2"],["-0.13057028200000002e3","0.69713043000000084e2"],["-0.13057833900000003e3","0.69708038000000045e2"],["-0.13062136799999996e3","0.69695251000000042e2"],["-0.13064697299999989e3","0.69691360000000145e2"],["-0.13070416299999994e3","0.69688309000000118e2"],["-0.13075750700000003e3","0.69682480000000112e2"],["-0.13078030399999994e3","0.69676926000000094e2"],["-0.13078973400000001e3","0.69672760000000039e2"],["-0.13083639500000004e3",69.6336060000001],["-0.13083944699999995e3","0.69627472000000068e2"],["-0.13084081999999995e3","0.69616089000000102e2"],["-0.13083667000000003e3","0.69611099000000024e2"],["-0.13083749399999999e3","0.69605545000000063e2"],["-0.13084414699999996e3","0.69599716000000001e2"],["-0.13091915899999998e3",69.56721500000009],["-0.13092861899999997e3","0.69563309000000061e2"],["-0.13094473299999999e3","0.69565536000000122e2"],["-0.13102667199999996e3","0.69593048000000067e2"],["-0.13103973399999995e3","0.69601653999999996e2"],["-0.13104168699999997e3","0.69606934000000024e2"],["-0.13104083300000002e3","0.69612761999999975e2"],["-0.13105306999999999e3","0.69637206999999989e2"],["-0.13116332999999992e3","0.69627762000000132e2"],["-0.13118859900000001e3","0.69623871000000065e2"],["-0.13132861299999996e3","0.69579987000000131e2"],["-0.13140750099999997e3","0.69586655000000064e2"],["-0.13158694500000001e3","0.69567490000000134e2"],["-0.13169168100000002e3","0.69551650999999993e2"],["-0.13170498699999996e3","0.69560256999999922e2"],["-0.13171389799999992e3","0.69563873000000001e2"],["-0.13172778299999999e3","0.69566940000000102e2"],["-0.13174108899999993e3","0.69567490000000134e2"],["-0.13175585899999999e3","0.69566940000000102e2"],["-0.13199722299999991e3",69.53137200000009],["-0.13200640899999996e3","0.69527205999999978e2"],["-0.13203890999999999e3","0.69508331000000055e2"],["-0.13204666099999992e3","0.69503326000000015e2"],[-132.0799869999999,"0.69480819999999994e2"],["-0.13214169300000003e3","0.69412766000000033e2"],["-0.13213305699999995e3","0.69403320000000065e2"],["-0.13212164299999995e3","0.69399994000000049e2"],["-0.13209750399999996e3","0.69396057000000098e2"],["-0.13208526599999999e3","0.69390823000000069e2"],["-0.13208084099999996e3","0.69386108000000036e2"],["-0.13207888800000001e3",69.3808140000001],["-0.13208166499999999e3","0.69374695000000031e2"],["-0.13209472700000003e3","0.69362762000000032e2"],["-0.13211663799999991e3","0.69357208000000014e2"],["-0.13232916299999999e3",69.31442300000009],["-0.13252417000000003e3","0.69277771000000087e2"],["-0.13253195199999999e3","0.69280547999999953e2"],["-0.13254556300000002e3","0.69283325000000048e2"],["-0.13256167599999998e3","0.69285812000000135e2"],["-0.13257998699999996e3","0.69287490999999989e2"],["-0.13259222399999993e3","0.69287200999999982e2"],["-0.13270611600000001e3",69.26887499999998],["-0.13271777299999997e3","0.69266388000000063e2"],[-132.739441,"0.69260817999999972e2"],["-0.13276028399999996e3","0.69254166000000112e2"],["-0.13276779199999999e3","0.69249146000000053e2"],["-0.13290722699999998e3",69.1244200000001],["-0.13290722699999998e3","0.69118866000000082e2"],["-0.13290527299999997e3",69.042755],["-0.13294610599999999e3","0.69037491000000045e2"],["-0.13305084199999999e3","0.69054703000000018e2"],["-0.13310638399999993e3","0.69050537000000134e2"],[-133.1719359999999,"0.69043320000000051e2"],["-0.13318331899999998e3","0.69040817000000061e2"],["-0.13319332900000001e3","0.69037491000000045e2"],["-0.13320083599999987e3","0.69032485999999949e2"],["-0.13320556599999998e3","0.69025818000000015e2"],["-0.13321499600000004e3","0.69006653000000028e2"],["-0.13321664399999997e3","0.69001937999999996e2"],["-0.13321444700000001e3",68.99664300000012],[-133.209991,"0.68991928000000087e2"],["-0.13320333900000003e3","0.68987761999999975e2"],["-0.13319860799999998e3","0.68983046999999942e2"],["-0.13319888300000002e3","0.68977203000000145e2"],["-0.13321304299999991e3","0.68938034000000073e2"],["-0.13322610499999996e3","0.68913605000000132e2"],["-0.13323361199999999e3","0.68908600000000092e2"],["-0.13331332399999985e3","0.68871918000000051e2"],["-0.13332333399999993e3","0.68868590999999924e2"],["-0.13333471699999996e3","0.68866089000000045e2"],["-0.13334887699999996e3","0.68865265000000079e2"],["-0.13336331200000001e3","0.68866652999999985e2"],["-0.13337692300000003e3","0.68869140999999956e2"],["-0.13338583399999999e3","0.68873032000000023e2"],["-0.13339944500000001e3","0.68881362999999965e2"],["-0.13340167199999991e3","0.68886658000000011e2"],["-0.13339529400000004e3",68.89027400000009],["-0.13337969999999996e3",68.89027400000009],["-0.13336694299999994e3","0.68891936999999984e2"],[-133.359711,"0.68896942000000024e2"],["-0.13335360700000001e3",68.90277100000003],["-0.13335803199999992e3","0.68907486000000063e2"],["-0.13336944599999993e3","0.68910538000000031e2"],["-0.13338275099999998e3","0.68911102000000142e2"],["-0.13339556899999997e3","0.68909424000000058e2"],["-0.13346112099999999e3","0.68892761000000121e2"],[-133.466095,"0.68888321000000133e2"],[-133.484711,"0.68850266000000033e2"],[-133.493042,"0.68826659999999947e2"],["-0.13349081399999994e3","0.68821655000000078e2"],["-0.13348416099999997e3",68.81164600000011],["-0.13347082499999999e3","0.68797485000000108e2"],["-0.13346389799999992e3","0.68793320000000108e2"],[-133.4549869999999,"0.68789703000000145e2"],["-0.13340557899999999e3","0.68772217000000012e2"],["-0.13332138099999992e3","0.68746368000000132e2"],["-0.13316418499999992e3","0.68707214000000079e2"],["-0.13308999599999999e3","0.68694977000000108e2"],["-0.13305416899999994e3","0.68691360000000145e2"],["-0.13303750599999995e3","0.68690536000000009e2"],["-0.13302334599999995e3","0.68691360000000145e2"],["-0.13301083399999987e3","0.68693038999999999e2"],["-0.13298803699999996e3","0.68697754000000032e2"],["-0.13295861799999994e3",68.69859299999996],["-0.13294305399999996e3","0.68696365000000014e2"],["-0.13291833500000001e3","0.68690262000000075e2"],["-0.13292056299999996e3","0.68695526000000029e2"],[-132.9336239999999,"0.68709717000000069e2"],["-0.13294250499999998e3","0.68713318000000129e2"],["-0.13295471199999997e3",68.71527100000003],["-0.13300723299999999e3","0.68719711000000075e2"],["-0.13302252199999998e3","0.68719711000000075e2"],["-0.13303527800000001e3","0.68718048000000124e2"],["-0.13304583699999995e3","0.68711379999999963e2"],["-0.13311248799999998e3","0.68714996000000042e2"],[-133.142517,"0.68718597000000102e2"],["-0.13315249599999993e3","0.68720825000000048e2"],["-0.13325500499999998e3","0.68758606000000043e2"],["-0.13325945999999999e3","0.68763321000000076e2"],["-0.13326611299999996e3","0.68778869999999984e2"],["-0.13326141399999995e3","0.68785537999999974e2"],["-0.13324999999999994e3","0.68788040000000024e2"],["-0.13323416099999992e3","0.68785812000000078e2"],[-133.225281,"0.68782211000000018e2"],["-0.13322082499999999e3","0.68777480999999966e2"],["-0.13322082499999999e3","0.68771652000000131e2"],["-0.13321664399999997e3","0.68766937000000098e2"],["-0.13320306399999998e3","0.68764160000000004e2"],["-0.13316168200000004e3",68.75749200000007],["-0.13314752199999998e3","0.68758330999999998e2"],["-0.13313891599999994e3",68.76249700000011],[-133.1397399999999,"0.68766937000000098e2"],["-0.13321139499999998e3","0.68790817000000118e2"],["-0.13323498499999999e3","0.68795821999999987e2"],[-133.250854,"0.68798035000000141e2"],["-0.13328178399999996e3","0.68794426000000101e2"],["-0.13328863499999989e3","0.68793097999999986e2"],["-0.13330145300000004e3","0.68789429000000041e2"],["-0.13332556199999999e3","0.68787491000000045e2"],["-0.13333554099999992e3","0.68789703000000145e2"],["-0.13334445199999993e3","0.68793594000000041e2"],["-0.13335665899999992e3","0.68801085999999941e2"],["-0.13335888699999998e3","0.68806366000000025e2"],["-0.13335415599999993e3","0.68832214000000135e2"],[-133.332764,"0.68843872000000147e2"],["-0.13327722199999988e3","0.68856934000000024e2"],["-0.13326583900000003e3","0.68859421000000054e2"],["-0.13323776199999998e3","0.68861099000000024e2"],["-0.13322192399999994e3","0.68858871000000022e2"],["-0.13318804899999986e3","0.68849152000000061e2"],["-0.13316778599999998e3","0.68836655000000064e2"],["-0.13315917999999999e3","0.68827209000000096e2"],["-0.13315222199999999e3","0.68823044000000095e2"],["-0.13312191799999994e3","0.68805817000000047e2"],["-0.13310833700000001e3",68.80304000000001],["-0.13309167500000001e3","0.68802199999999914e2"],["-0.13306222500000001e3","0.68802765000000136e2"],["-0.13300527999999997e3","0.68815262000000132e2"],["-0.13295803799999993e3","0.68835541000000092e2"],[-132.962219,"0.68846099999999922e2"],[-132.9619449999999,68.85165400000011],["-0.13295193499999999e3","0.68854979999999955e2"],["-0.13293667599999998e3","0.68854979999999955e2"],["-0.13286749299999997e3","0.68846099999999922e2"],[-132.85611,"0.68842758000000003e2"],["-0.13278594999999996e3","0.68818428000000097e2"],["-0.13275363199999998e3","0.68802765000000136e2"],["-0.13249194299999994e3","0.68801085999999941e2"],["-0.13248055999999991e3","0.68803589000000102e2"],["-0.13247027600000001e3","0.68806931000000077e2"],["-0.13240557899999999e3","0.68842758000000003e2"],["-0.13240029900000002e3","0.68847214000000122e2"],["-0.13239529400000004e3","0.68853867000000093e2"],["-0.13239279199999999e3","0.68859985000000052e2"],[-132.396973,"0.68864700000000084e2"],["-0.13249249299999997e3",68.90637200000009],["-0.13250363200000004e3","0.68909714000000065e2"],["-0.13255334499999998e3","0.68916091999999992e2"],["-0.13256750499999998e3","0.68915268000000026e2"],["-0.13257638499999996e3","0.68911102000000142e2"],[-132.574432,"0.68906097000000102e2"],["-0.13256777999999991e3","0.68901657000000057e2"],["-0.13254055799999998e3","0.68896103000000096e2"],["-0.13255557299999992e3","0.68878311000000053e2"],["-0.13266528299999993e3","0.68841934000000037e2"],["-0.13267806999999993e3","0.68840271000000087e2"],["-0.13269360399999994e3","0.68840546000000131e2"],["-0.13276229899999998e3","0.68857491000000095e2"],["-0.13277094999999997e3","0.68858147000000031e2"],["-0.13277778599999999e3","0.68860153000000082e2"],["-0.13278027299999991e3","0.68862983999999983e2"],[-132.833618,"0.68917755000000113e2"],["-0.13285998499999988e3","0.68989150999999993e2"],[-132.868042,"0.69021378000000141e2"],["-0.13287191799999999e3","0.69056641000000013e2"],["-0.13286944600000004e3","0.69062759000000085e2"],["-0.13286553999999995e3","0.69068329000000006e2"],["-0.13281527699999998e3",69.08638000000002],["-0.13280526699999996e3","0.69089432000000102e2"],["-0.13277111799999994e3","0.69085541000000035e2"],["-0.13275418100000002e3","0.69084717000000069e2"],["-0.13268917799999991e3","0.69082489000000123e2"],["-0.13267501800000002e3","0.69083328000000051e2"],["-0.13266332999999997e3","0.69085815000000139e2"],["-0.13254083300000002e3","0.69135268999999994e2"],["-0.13246081500000003e3","0.69124695000000088e2"],["-0.13246472199999999e3","0.69119141000000127e2"],["-0.13246749899999998e3","0.69107208000000071e2"],["-0.13245916699999992e3","0.69108032000000037e2"],["-0.13242861900000003e3",69.11775200000011],["-0.13240777599999996e3",69.1244200000001],["-0.13238500999999997e3","0.69139160000000061e2"],["-0.13237887599999999e3","0.69145264000000054e2"],["-0.13236886600000003e3","0.69158600000000035e2"],["-0.13236138899999997e3","0.69171371000000136e2"],[-132.343323,"0.69203323000000069e2"],["-0.13234249899999992e3","0.69220260999999994e2"],["-0.13233972199999994e3",69.22665399999994],["-0.13233056599999998e3","0.69230820000000051e2"],["-0.13232055699999995e3","0.69233871000000079e2"],["-0.13230612199999996e3","0.69234711000000118e2"],["-0.13222360199999997e3","0.69213608000000022e2"],[-132.2225039999999,"0.69141662999999994e2"],["-0.13216805999999997e3","0.69213882000000126e2"],["-0.13211694299999999e3","0.69242203000000075e2"],["-0.13205804399999994e3","0.69242203000000075e2"],["-0.13199600199999998e3","0.69251632999999913e2"],["-0.13196389799999997e3","0.69256942999999978e2"],["-0.13187527499999999e3","0.69279709000000025e2"],["-0.13186499000000003e3","0.69283051000000114e2"],[-131.8052669999999,"0.69316375999999991e2"],["-0.13179751599999986e3","0.69321381000000088e2"],["-0.13179110700000001e3","0.69327208999999982e2"],["-0.13171444699999995e3","0.69397766000000104e2"],["-0.13172555499999993e3","0.69401093000000003e2"],["-0.13173416099999997e3","0.69400542999999971e2"],["-0.13180667099999999e3",69.39137299999993],[-131.950287,"0.69395827999999938e2"],["-0.13196499600000004e3","0.69397217000000126e2"],["-0.13197277800000001e3","0.69400269000000037e2"],["-0.13197000099999997e3","0.69406372000000033e2"],["-0.13165222199999994e3","0.69471924000000058e2"],["-0.13163919099999998e3","0.69473602000000142e2"],["-0.13160748299999995e3","0.69473312000000135e2"],["-0.13159136999999993e3","0.69470825000000048e2"],["-0.13145889299999999e3","0.69449141999999938e2"],["-0.13144528200000002e3","0.69446365000000071e2"],[-131.432953,"0.69437194999999974e2"],["-0.13142910799999993e3","0.69434700000000134e2"],["-0.13143160999999998e3","0.69431365999999969e2"],["-0.13143710299999992e3","0.69429031000000066e2"],["-0.13145193499999999e3","0.69420532000000094e2"],["-0.13146221899999995e3","0.69417206000000078e2"],["-0.13147164900000001e3","0.69413039999999967e2"],["-0.13147943099999998e3","0.69408035000000098e2"],["-0.13148611500000004e3","0.69402206000000092e2"],["-0.13153472899999997e3","0.69333327999999995e2"],["-0.13152584799999994e3","0.69329436999999928e2"],["-0.13149941999999999e3","0.69332489000000066e2"],["-0.13142083700000001e3","0.69361649000000114e2"],["-0.13141278099999994e3","0.69366653000000099e2"],["-0.13140750099999997e3","0.69373306000000071e2"],["-0.13138989300000003e3","0.69404159999999933e2"],[-131.377228,"0.69427483000000052e2"],["-0.13132193000000001e3",69.49331699999999],["-0.13127166699999992e3","0.69501099000000124e2"],["-0.13125723299999999e3","0.69501663000000065e2"],["-0.13124581899999998e3",69.49832200000003],["-0.13123330699999991e3",69.48414600000001],["-0.13122387700000002e3","0.69463608000000136e2"],["-0.13122027599999996e3","0.69453323000000012e2"],["-0.13121664399999992e3","0.69442748999999992e2"],["-0.13121276899999992e3","0.69422202999999968e2"],["-0.13121093799999989e3",69.4125370000001],["-0.13121026599999999e3","0.69406044000000065e2"],["-0.13121304299999997e3","0.69387497000000053e2"],["-0.13122360200000003e3","0.69384430000000123e2"],["-0.13123330699999991e3","0.69384720000000129e2"],["-0.13124526999999995e3","0.69382202000000007e2"],["-0.13126641799999993e3","0.69375809000000061e2"],["-0.13131777999999997e3","0.69358871000000136e2"],["-0.13139529399999998e3","0.69318603999999993e2"],["-0.13140307599999994e3","0.69313873000000058e2"],[-131.415009,"0.69301376000000062e2"],["-0.13141445899999997e3","0.69296936000000017e2"],["-0.13133526599999993e3","0.69316666000000055e2"],["-0.13132470699999999e3",69.31999200000007],["-0.13119332899999995e3","0.69365264999999965e2"],["-0.13118859900000001e3","0.69368317000000104e2"],["-0.13116650400000003e3","0.69404930000000093e2"],["-0.13116223099999996e3","0.69490540000000067e2"],["-0.13116418499999997e3","0.69495529000000033e2"],["-0.13123123199999992e3","0.69543892000000028e2"],["-0.13125385999999997e3","0.69571846000000107e2"],["-0.13122546399999999e3","0.69580719000000101e2"],["-0.13120681799999994e3",69.55720500000001],["-0.13115046699999994e3","0.69518600000000049e2"],["-0.13113006599999994e3","0.69516388000000006e2"],["-0.13111053499999997e3","0.69485329000000036e2"],[-131.130157,"0.69429375000000107e2"],["-0.13114851399999992e3","0.69403534000000036e2"],[-131.1458439999999,"0.69374695000000031e2"],["-0.13113583399999999e3","0.69359985000000108e2"],["-0.13112832599999996e3","0.69361923000000047e2"],["-0.13110122699999999e3","0.69393921000000091e2"],["-0.13108525099999991e3","0.69440514000000007e2"],["-0.13106085199999995e3","0.69470688000000109e2"],["-0.13106617699999993e3","0.69491096000000084e2"],["-0.13106394999999998e3","0.69512389999999982e2"],["-0.13108924899999994e3","0.69531914000000143e2"],["-0.13110920699999997e3","0.69543449000000123e2"],[-131.127838,"0.69554543000000024e2"],["-0.13114781199999993e3","0.69561195000000112e2"],["-0.13116599999999988e3","0.69567856000000006e2"],["-0.13118832399999991e3","0.69574707000000046e2"],["-0.13119473300000004e3",69.57887299999993],["-0.13119665499999991e3","0.69584152000000131e2"],["-0.13119610599999999e3","0.69589980999999966e2"],["-0.13119055199999997e3","0.69596649000000127e2"],[-131.183899,"0.69602478000000133e2"],["-0.13117471299999994e3","0.69606369000000029e2"],["-0.13113833599999998e3","0.69614150999999936e2"],["-0.13112359600000002e3","0.69614700000000084e2"],["-0.13110748299999989e3","0.69612488000000042e2"],["-0.13109359699999999e3","0.69609421000000111e2"],[-131.087219,69.605255],["-0.13108306900000002e3","0.69600539999999967e2"],["-0.13104577599999999e3","0.69524429000000055e2"],["-0.13102999899999998e3","0.69485809000000131e2"],["-0.13102780200000001e3","0.69463882000000069e2"],["-0.13103390499999995e3","0.69429153000000042e2"],["-0.13103695700000003e3","0.69423035000000084e2"],["-0.13107028200000002e3","0.69367477000000065e2"],["-0.13110803199999992e3",69.33526599999999],["-0.13111331200000001e3",69.328598],["-0.13111639400000001e3",69.32249500000006],["-0.13110888699999998e3","0.69321655000000021e2"],["-0.13109973100000002e3","0.69325821000000076e2"],["-0.13105084199999993e3","0.69354431000000091e2"],["-0.13102667199999996e3","0.69383865000000128e2"],["-0.13098999000000003e3","0.69449141999999938e2"],["-0.13099121099999996e3",69.50104500000009],[-130.9922029999999,"0.69504203999999959e2"],["-0.13099026500000002e3","0.69539429000000041e2"],["-0.13098083499999996e3","0.69543594000000041e2"],["-0.13096887200000003e3","0.69545821999999987e2"],[-130.952789,"0.69543320000000108e2"],["-0.13094638099999992e3","0.69539154000000053e2"],["-0.13094222999999994e3","0.69534148999999957e2"],["-0.13094055200000003e3",69.52915999999999],[-130.9244379999999,"0.69448593000000017e2"],["-0.13093971299999998e3","0.69421486000000016e2"],["-0.13094154400000002e3","0.69417816000000073e2"],["-0.13094555699999995e3","0.69414314000000047e2"],["-0.13095039399999996e3","0.69411324000000093e2"],["-0.13098580900000002e3","0.69383040999999935e2"],["-0.13102583299999998e3","0.69347878000000037e2"],["-0.13102984600000002e3","0.69344368000000088e2"],["-0.13103317300000003e3","0.69340377999999987e2"],["-0.13103199799999999e3","0.69337212000000022e2"],["-0.13103668200000004e3","0.69310532000000023e2"],["-0.13102780200000001e3","0.69306641000000127e2"],["-0.13101696800000002e3","0.69307480000000055e2"],["-0.13101419099999993e3","0.69313873000000058e2"],["-0.13101333599999998e3","0.69319442999999922e2"],[-131.010559,"0.69325546000000088e2"],["-0.13100500499999998e3","0.69332214000000022e2"],["-0.13099832200000003e3","0.69338043000000027e2"],["-0.13095693999999997e3","0.69371917999999994e2"],["-0.13093194599999998e3",69.38348400000001],["-0.13092710899999992e3","0.69386490000000038e2"],["-0.13091844200000003e3","0.69386818000000005e2"],["-0.13091177400000004e3","0.69384818999999993e2"],["-0.13090928599999995e3","0.69381980999999996e2"],["-0.13089611799999994e3","0.69380539000000056e2"],["-0.13089889500000004e3","0.69352768000000026e2"],["-0.13090249600000004e3","0.69340820000000122e2"],["-0.13090640300000001e3","0.69328872999999987e2"],["-0.13091427599999992e3","0.69318313999999987e2"],["-0.13093194599999998e3","0.69304977000000122e2"],["-0.13093972799999995e3","0.69299987999999985e2"],["-0.13096362299999987e3","0.69285262999999986e2"],["-0.13100057999999996e3","0.69256653000000142e2"],[-131.024719,"0.69209717000000126e2"],["-0.13101806599999992e3","0.69141936999999928e2"],["-0.13101419099999993e3","0.69136932000000058e2"],["-0.13099832200000003e3","0.69134720000000016e2"],[-130.9372249999999,"0.69134430000000009e2"],["-0.13092861899999997e3","0.69145264000000054e2"],["-0.13093112199999996e3","0.69222488000000055e2"],["-0.13093276999999995e3","0.69227767999999912e2"],["-0.13093917799999991e3","0.69232208000000128e2"],[-130.9513849999999,"0.69246368000000075e2"],[-130.950287,"0.69257766999999944e2"],["-0.13094723499999998e3","0.69264160000000118e2"],["-0.13094168100000002e3","0.69270538000000045e2"],["-0.13093499800000001e3","0.69276382000000069e2"],["-0.13082110599999993e3","0.69374695000000031e2"],["-0.13081304899999998e3","0.69379700000000128e2"],["-0.13077139299999999e3","0.69398880000000077e2"],["-0.13076055899999994e3","0.69402206000000092e2"],["-0.13073165899999998e3","0.69403320000000065e2"],["-0.13071472199999999e3","0.69402206000000092e2"],["-0.13070028699999995e3","0.69402771000000143e2"],[-130.689728,"0.69406096999999988e2"],["-0.13066027800000001e3",69.42942800000003],["-0.13065472399999993e3",69.43609600000002],["-0.13064529400000004e3","0.69454712000000029e2"],["-0.13065280200000001e3","0.69457763999999941e2"],[-130.667236,"0.69457214000000079e2"],["-0.13074777199999994e3","0.69449141999999938e2"],["-0.13071499599999993e3","0.69462203999999986e2"],["-0.13052502400000003e3","0.69543594000000041e2"],["-0.13050723300000004e3","0.69552474999999959e2"],["-0.13047860700000001e3","0.69574707000000046e2"],[-130.392517,"0.69645828000000108e2"],[-130.385559,"0.69651657000000114e2"],["-0.13036248799999998e3","0.69673874000000012e2"],["-0.13036608899999987e3","0.69686371000000008e2"],["-0.13028112799999991e3","0.69700271999999984e2"],["-0.13003308099999998e3","0.69731934000000081e2"],[-129.691956,"0.69784424000000115e2"],["-0.12967251599999992e3","0.69792480000000012e2"],["-0.12965307599999994e3","0.69800536999999963e2"],[-129.624146,"0.69812485000000038e2"],["-0.12960220300000003e3","0.69818877999999984e2"],["-0.12941332999999992e3","0.69838042999999971e2"],["-0.12931555199999997e3",69.84664900000007],["-0.12924276699999984e3","0.69849990999999989e2"],["-0.12917999299999997e3","0.69849152000000004e2"],["-0.12914862099999993e3","0.69849990999999989e2"],["-0.12909942599999994e3","0.69858871000000022e2"],["-0.12905889899999988e3","0.69873871000000008e2"],["-0.12904196199999996e3","0.69883606000000043e2"],["-0.12902722199999999e3","0.69895264000000111e2"],["-0.12901501499999995e3","0.69908325000000048e2"],["-0.12900058000000001e3","0.69933043999999995e2"],["-0.12898831199999995e3","0.69946091000000024e2"],["-0.12897360200000003e3",69.95748900000001],["-0.12896527100000003e3","0.69962494000000049e2"],["-0.12895526100000001e3","0.69966385000000116e2"],["-0.12894415300000003e3","0.69969437000000084e2"],["-0.12893194600000004e3","0.69971649000000127e2"],["-0.12890084799999994e3","0.69971924000000115e2"],["-0.12888723799999997e3","0.69968872000000033e2"],["-0.12886471599999999e3","0.69961655000000121e2"],["-0.12885610999999989e3","0.69957764000000054e2"],["-0.12885470599999996e3","0.69954711999999915e2"],["-0.12893444799999992e3","0.69844146999999964e2"],["-0.12894665499999991e3","0.69841934000000037e2"],["-0.12896417199999996e3","0.69843322999999998e2"],["-0.12903805499999999e3","0.69851929000000098e2"],["-0.12908248899999995e3","0.69850540000000137e2"],["-0.12910971099999989e3","0.69847763000000043e2"],[-129.134186,"0.69843322999999998e2"],["-0.12914529399999998e3","0.69840271000000087e2"],["-0.12915612799999997e3","0.69836928999999998e2"],[-129.163635,69.83137499999998],[-129.169464,"0.69824706999999989e2"],["-0.12916027799999995e3","0.69715819999999951e2"],["-0.12915390000000002e3","0.69700271999999984e2"],["-0.12914999399999994e3","0.69695526000000029e2"],["-0.12914138800000001e3","0.69691649999999981e2"],["-0.12913027999999991e3","0.69688034000000073e2"],["-0.12897747800000002e3","0.69674698000000149e2"],["-0.12896304299999997e3","0.69675262000000089e2"],["-0.12892501799999997e3",69.68081699999999],["-0.12878613300000001e3","0.69760818000000086e2"],["-0.12864001500000001e3",69.84304800000001],["-0.12854473899999999e3","0.69885268999999994e2"],["-0.12844195599999989e3","0.69921920999999998e2"],["-0.12832415800000001e3","0.69948318000000086e2"],["-0.12831054700000004e3","0.69958327999999995e2"],["-0.12830862400000001e3","0.70008041000000105e2"],["-0.12831222499999996e3","0.70012772000000041e2"],[-128.349152,70.03915400000011],["-0.12835638399999999e3","0.70048874000000012e2"],["-0.12836138900000003e3","0.70058868000000018e2"],["-0.12836972000000003e3","0.70095825000000048e2"],["-0.12836831699999988e3","0.70101654000000053e2"],["-0.12836193800000001e3","0.70108322000000044e2"],["-0.12835333299999996e3","0.70113037000000077e2"],["-0.12834304799999995e3","0.70116928000000144e2"],["-0.12831054700000004e3","0.70126923000000033e2"],["-0.12824414099999996e3","0.70146378000000027e2"],["-0.12810916099999997e3","0.70182204999999954e2"],["-0.12809414700000002e3","0.70182479999999998e2"],["-0.12805667099999994e3","0.70178039999999953e2"],["-0.12801055899999994e3","0.70178314000000114e2"],["-0.12799472000000003e3","0.70179428000000087e2"],["-0.12796833799999996e3","0.70182754999999986e2"],["-0.12784861799999999e3","0.70208878000000141e2"],["-0.12761501299999992e3","0.70228867000000093e2"],["-0.12758500699999996e3","0.70229431000000034e2"],["-0.12754998799999998e3",70.22665400000011],["-0.12751500699999985e3",70.22164900000007],["-0.12751750199999998e3","0.70225540000000137e2"],["-0.12755082700000003e3","0.70236374000000012e2"],[-127.578056,"0.70242751999999996e2"],["-0.12761305199999987e3","0.70247757000000036e2"],["-0.12771665999999999e3","0.70259720000000073e2"],["-0.12773166700000002e3","0.70261382999999967e2"],["-0.12779194599999994e3",70.25999500000006],["-0.12785833699999995e3","0.70263046000000088e2"],["-0.12787581599999987e3","0.70264435000000105e2"],["-0.12802835099999993e3",70.28637700000013],["-0.12803695700000003e3","0.70290543000000071e2"],["-0.12806664999999987e3","0.70307205000000067e2"],["-0.12807611099999991e3","0.70343597000000045e2"],["-0.12807843000000003e3","0.70346436000000097e2"],["-0.12807144199999988e3","0.70348267000000078e2"],[-128.0616149999999,"0.70347923000000037e2"],["-0.12805343599999998e3","0.70346092000000056e2"],["-0.12804661599999986e3","0.70343933000000106e2"],["-0.12802711499999998e3","0.70340766999999971e2"],["-0.12798889200000002e3","0.70345824999999991e2"],["-0.12797250399999996e3",70.34526100000005],["-0.12796000699999996e3","0.70347488000000112e2"],["-0.12794860799999998e3","0.70350540000000024e2"],["-0.12794082600000002e3","0.70356094000000041e2"],["-0.12790194699999995e3","0.70393326000000059e2"],["-0.12791555800000003e3","0.70396652000000074e2"],["-0.12793195300000002e3","0.70396942000000081e2"],["-0.12795417799999996e3",70.39387499999998],["-0.12797693600000002e3","0.70387772000000041e2"],[-127.987213,"0.70383880999999974e2"],["-0.12802166699999998e3","0.70374695000000031e2"],["-0.12806500199999994e3","0.70377312000000018e2"],["-0.12813833599999992e3",70.37598400000013],["-0.12815183999999994e3","0.70380310000000122e2"],["-0.12815933199999995e3","0.70385483000000022e2"],["-0.12819665499999996e3","0.70391937000000041e2"],["-0.12819888300000002e3",70.40248100000008],["-0.12819055200000003e3","0.70436646000000053e2"],["-0.12817749000000003e3","0.70460815000000139e2"],["-0.12816055299999999e3","0.70491364000000033e2"],["-0.12815249600000004e3","0.70503601000000003e2"],["-0.12813583399999993e3","0.70523041000000148e2"],[-128.006958,"0.70588593000000003e2"],["-0.12799665799999997e3","0.70590546000000131e2"],["-0.12797138999999999e3","0.70583878000000141e2"],["-0.12790360999999996e3","0.70562485000000038e2"],["-0.12783556399999998e3","0.70540817000000118e2"],["-0.12768028300000003e3","0.70486098999999967e2"],["-0.12751583900000003e3","0.70426086000000055e2"],["-0.12742859599999991e3","0.70393326000000059e2"],["-0.12727471899999995e3","0.70326096000000064e2"],["-0.12724889399999995e3","0.70314148000000046e2"],["-0.12718831599999999e3","0.70280548000000124e2"],[-127.173607,"0.70272217000000069e2"],[-127.125,"0.70237198000000149e2"],["-0.12707640100000003e3","0.70196365000000071e2"],["-0.12705499299999997e3","0.70178039999999953e2"],["-0.12703443899999996e3","0.70148880000000077e2"],["-0.12689334099999996e3","0.70008880999999974e2"],["-0.12687888299999997e3","0.70000548999999978e2"],["-0.12681276700000001e3","0.69910537999999974e2"],["-0.12681194299999993e3","0.69905258000000117e2"],["-0.12680526700000001e3","0.69895538000000045e2"],["-0.12674388099999999e3","0.69813873000000115e2"],["-0.12671472199999999e3","0.69775269000000094e2"],["-0.12670584099999996e3","0.69766098000000113e2"],["-0.12669999699999994e3",69.76138300000008],[-126.6808319999999,"0.69748031999999967e2"],["-0.12667250100000001e3","0.69743866000000082e2"],["-0.12662053699999996e3","0.69719986000000063e2"],["-0.12660166899999996e3","0.69712479000000144e2"],["-0.12645944199999997e3","0.69644149999999968e2"],["-0.12629055799999998e3","0.69558594000000028e2"],["-0.12626777599999997e3","0.69540817000000118e2"],["-0.12626722699999993e3","0.69535537999999974e2"],["-0.12625583599999999e3","0.69526657000000057e2"],["-0.12611221299999994e3","0.69469436999999971e2"],["-0.12608860800000002e3","0.69462493999999992e2"],[-126.0497279999999,69.45277400000009],["-0.12603666699999997e3","0.69449706999999989e2"],["-0.12598889199999996e3","0.69430542000000003e2"],["-0.12596806299999997e3","0.69423035000000084e2"],["-0.12595749699999999e3","0.69419434000000024e2"],["-0.12591055299999999e3","0.69405548000000067e2"],["-0.12588474300000001e3","0.69399155000000064e2"],["-0.12583972199999999e3","0.69389160000000004e2"],["-0.12555110200000001e3",69.33718900000008],["-0.12542639200000002e3","0.69312180000000126e2"],["-0.12541528299999987e3","0.69313019000000054e2"],["-0.12537249800000001e3",69.33580000000012],["-0.12536554699999999e3","0.69342468000000054e2"],["-0.12539083900000003e3","0.69370513999999957e2"],["-0.12540110800000002e3","0.69374130000000036e2"],["-0.12537748699999997e3","0.69396087999999963e2"],["-0.12521000699999996e3",69.381912],["-0.12516528299999999e3","0.69381638000000066e2"],["-0.12514167800000001e3",69.38638300000008],["-0.12513249200000001e3","0.69391098000000113e2"],["-0.12512554899999998e3","0.69397491000000059e2"],["-0.12511193800000001e3","0.69415817000000061e2"],["-0.12508944700000001e3","0.69449706999999989e2"],["-0.12511277799999999e3","0.69464157000000114e2"],["-0.12512304699999993e3","0.69468032999999991e2"],[-125.462784,"0.69452469000000065e2"],["-0.12553056300000003e3","0.69435242000000073e2"],[-125.609444,"0.69415253000000121e2"],["-0.12562249799999995e3","0.69418593999999985e2"],["-0.12561805700000002e3",69.42442299999999],["-0.12557805599999995e3","0.69471649000000014e2"],["-0.12548832700000003e3",69.50749200000007],["-0.12547721899999993e3","0.69510268999999994e2"],["-0.12546472199999988e3","0.69512207000000103e2"],[-125.449997,69.51249700000011],["-0.12530695300000002e3","0.69499984999999981e2"],["-0.12514723200000003e3","0.69485519000000124e2"],["-0.12513166799999993e3","0.69484694999999988e2"],["-0.12511805699999996e3","0.69485793999999942e2"],["-0.12512082700000002e3","0.69490798999999981e2"],["-0.12513137799999993e3",69.49441500000006],["-0.12518554699999987e3","0.69507202000000063e2"],["-0.12521640000000002e3","0.69513031000000069e2"],["-0.12525499699999995e3","0.69523026000000016e2"],[-125.265556,"0.69526917000000083e2"],["-0.12541000399999996e3","0.69628036000000066e2"],["-0.12541306299999997e3","0.69633041000000105e2"],["-0.12541361999999992e3","0.69638321000000133e2"],["-0.12541166699999991e3",69.64387499999998],["-0.12537805200000003e3","0.69678589000000045e2"],["-0.12536554699999999e3","0.69690262000000075e2"],["-0.12535527000000002e3","0.69694138000000123e2"],[-125.079453,"0.69742752000000053e2"],["-0.12506555200000003e3","0.69743591000000038e2"],["-0.12504972800000002e3","0.69743042000000116e2"],[-125.016953,"0.69740524000000107e2"],[-125,"0.69738190000000088e2"],["-0.12498581699999994e3","0.69734711000000004e2"],["-0.12497528099999994e3","0.69730820000000108e2"],["-0.12496749899999998e3","0.69726929000000041e2"],["-0.12493554699999999e3",69.678314],["-0.12492500299999995e3","0.69644714000000135e2"],["-0.12490638699999994e3",69.65387000000004],["-0.12488166799999999e3","0.69670532000000037e2"],["-0.12482195300000001e3","0.69714995999999985e2"],["-0.12482972699999999e3","0.69719147000000078e2"],["-0.12486165599999993e3","0.69735809000000074e2"],["-0.12488555899999994e3","0.69748031999999967e2"],["-0.12489750700000002e3","0.69750549000000035e2"],["-0.12501418299999995e3","0.69750534000000016e2"],["-0.12522805799999998e3","0.69759140000000116e2"],["-0.12524137899999999e3","0.69760254000000089e2"],["-0.12525890399999992e3","0.69784103000000016e2"],["-0.12527639799999997e3","0.69808243000000061e2"],[-125.225281,"0.69839676000000054e2"],["-0.12520638999999994e3","0.69849120999999968e2"],["-0.12519611399999997e3","0.69853026999999997e2"],["-0.12518443299999996e3","0.69855804000000091e2"],["-0.12516750300000001e3",69.85414099999997],["-0.12516194199999995e3","0.69849700999999982e2"],["-0.12515722700000003e3","0.69823563000000036e2"],["-0.12515666199999998e3","0.69818283000000122e2"],["-0.12517083700000001e3","0.69805496000000119e2"],[-125.170547,"0.69800216999999975e2"],[-125.165009,"0.69795502000000113e2"],["-0.12515055799999999e3","0.69793564000000003e2"],["-0.12505666399999996e3","0.69795242000000087e2"],["-0.12503222700000003e3","0.69817200000000071e2"],["-0.12500945300000001e3","0.69845520000000079e2"],["-0.12494748700000002e3","0.69910537999999974e2"],["-0.12494027699999987e3","0.69916930999999977e2"],["-0.12489334100000002e3","0.69940262000000018e2"],["-0.12476444999999995e3","0.69970824999999991e2"],["-0.12479527299999995e3","0.70008880999999974e2"],["-0.12482695000000001e3","0.70012496999999996e2"],["-0.12488694799999996e3","0.70011932000000002e2"],["-0.12499027999999998e3",70.00610400000005],[-125.025284,"0.69998000999999988e2"],["-0.12504695100000004e3","0.69989990000000091e2"],["-0.12508640299999996e3","0.69968535999999915e2"],["-0.12510722399999997e3","0.69953522000000078e2"],["-0.12510759699999994e3","0.69947975000000099e2"],["-0.12511138899999997e3","0.69941940000000102e2"],["-0.12512389400000001e3","0.69939956999999993e2"],["-0.12519082600000002e3","0.69932433999999944e2"],["-0.12520667299999991e3","0.69933228000000099e2"],["-0.12521721599999995e3","0.69936905000000081e2"],["-0.12521777299999997e3","0.69942337000000066e2"],["-0.12520221699999991e3","0.69998581000000058e2"],["-0.12519748700000002e3","0.70004501000000118e2"],["-0.12518831599999999e3","0.70009033000000102e2"],[-125.016953,"0.70076218000000097e2"],[-125,"0.70079987000000017e2"],["-0.12498972300000003e3",70.078598],["-0.12498166700000002e3","0.70074432000000115e2"],["-0.12497556299999991e3","0.70064697000000024e2"],["-0.12497528099999994e3","0.70059418000000051e2"],["-0.12498194899999999e3","0.70047760000000039e2"],["-0.12498665599999998e3","0.70041655999999989e2"],["-0.12499610899999999e3","0.70036925999999994e2"],["-0.12499768799999998e3","0.70036925999999994e2"],[-125,"0.70036925999999994e2"],["-0.12503999299999992e3","0.70029068000000109e2"],["-0.12504804999999999e3","0.70023041000000092e2"],["-0.12504527300000001e3","0.70017990000000111e2"],["-0.12503443900000002e3","0.70013931000000014e2"],["-0.12501999699999993e3","0.70011993000000075e2"],["-0.12490139799999997e3","0.70021378000000141e2"],["-0.12486332699999997e3","0.70027206000000092e2"],["-0.12485527000000002e3",70.03054800000001],["-0.12486972000000003e3","0.70032760999999994e2"],["-0.12493916299999995e3",70.02748100000008],["-0.12495500199999998e3","0.70028320000000065e2"],["-0.12495694699999996e3","0.70032211000000132e2"],["-0.12493916299999995e3","0.70042480000000126e2"],["-0.12492859599999997e3","0.70046097000000088e2"],["-0.12481416300000001e3","0.70061645999999996e2"],["-0.12471444700000001e3","0.70069153000000142e2"],["-0.12467527799999993e3","0.70071930000000066e2"],["-0.12464527900000002e3","0.70071930000000066e2"],["-0.12463474300000001e3","0.70068329000000006e2"],["-0.12463417099999992e3","0.70057754999999929e2"],["-0.12460333300000002e3","0.70019714000000135e2"],["-0.12459777799999995e3",70.01527400000009],["-0.12458473199999992e3","0.70011932000000002e2"],["-0.12456861899999996e3","0.70011108000000036e2"],["-0.12455583199999995e3","0.70013046000000145e2"],["-0.12445754999999997e3","0.70035706000000118e2"],["-0.12445172100000002e3","0.70038376000000028e2"],["-0.12444672400000002e3",70.0417020000001],[-124.423607,"0.70056366000000139e2"],["-0.12444138299999997e3","0.70076096000000121e2"],[-124.449432,70.08027600000014],[-124.506958,"0.70100266000000147e2"],["-0.12451999699999999e3","0.70103867000000037e2"],["-0.12454888899999997e3","0.70109984999999938e2"],["-0.12458556399999992e3","0.70115265000000022e2"],["-0.12459944199999995e3","0.70114151000000049e2"],["-0.12462053700000001e3","0.70106644000000074e2"],["-0.12463221699999997e3","0.70103867000000037e2"],["-0.12468138099999999e3","0.70094436999999971e2"],["-0.12471972699999998e3","0.70088593000000117e2"],[-124.735817,"0.70089432000000102e2"],["-0.12473889200000002e3","0.70094436999999971e2"],["-0.12475195299999996e3","0.70116378999999995e2"],["-0.12475250199999999e3","0.70121643000000006e2"],["-0.12474388099999999e3","0.70127197000000137e2"],[-124.734444,"0.70131927000000019e2"],["-0.12470472699999993e3",70.14498900000001],["-0.12469415299999997e3","0.70148605000000089e2"],["-0.12468028299999997e3","0.70149719000000061e2"],["-0.12443611099999998e3",70.15109300000006],["-0.12439138800000001e3","0.70134155000000135e2"],["-0.12435861199999988e3","0.70068603999999993e2"],["-0.12436945299999996e3","0.70034987999999998e2"],["-0.12437193300000001e3","0.70029434000000037e2"],["-0.12438394199999993e3","0.70017761000000007e2"],["-0.12441776999999996e3",69.98942599999998],["-0.12442610199999996e3","0.69983871000000079e2"],["-0.12445944199999991e3","0.69956375000000037e2"],["-0.12442971799999992e3","0.69849425999999937e2"],["-0.12444249000000002e3","0.69832763999999997e2"],["-0.12445722999999998e3","0.69819716999999969e2"],["-0.12447972099999998e3","0.69803589000000102e2"],["-0.12450167799999991e3","0.69784424000000115e2"],["-0.12450361599999997e3","0.69730820000000108e2"],[-124.5005569999999,"0.69725815000000068e2"],["-0.12449526999999995e3",69.72137500000008],[-124.487503,"0.69717209000000139e2"],["-0.12445916699999998e3","0.69710815000000082e2"],["-0.12436138900000003e3","0.69701096000000121e2"],["-0.12429499800000002e3","0.69695251000000042e2"],["-0.12428111299999995e3","0.69696091000000081e2"],["-0.12426862299999993e3",69.69802900000002],[-124.2433319999999,"0.69714705999999978e2"],["-0.12423388699999998e3","0.69719147000000078e2"],["-0.12421305799999993e3","0.69726654000000053e2"],["-0.12420140099999998e3",69.72943099999992],[-124.1875,69.73054500000012],["-0.12406973299999987e3","0.69723602000000085e2"],["-0.12404083300000002e3","0.69701385000000016e2"],["-0.12405526700000001e3","0.69670532000000037e2"],["-0.12421193699999998e3","0.69586380000000077e2"],["-0.12424054699999994e3","0.69550262000000032e2"],["-0.12424999999999994e3",69.54553199999998],["-0.12428028899999998e3","0.69533600000000035e2"],["-0.12433444199999997e3","0.69516936999999984e2"],["-0.12437777699999992e3","0.69496933000000013e2"],["-0.12439527899999996e3","0.69486923000000104e2"],["-0.12451888999999994e3","0.69404159999999933e2"],["-0.12451390099999998e3","0.69399428999999998e2"],["-0.12448000300000001e3","0.69378036000000066e2"],["-0.12447222899999991e3",69.37414600000011],["-0.12444666299999994e3","0.69367203000000131e2"],["-0.12432584399999996e3","0.69351929000000041e2"],["-0.12426363399999997e3","0.69348602000000085e2"],["-0.12421888699999994e3","0.69347762999999929e2"],["-0.12416194200000001e3","0.69349152000000117e2"],["-0.12412026999999995e3","0.69351379000000009e2"],["-0.12409528399999999e3","0.69354980000000069e2"],["-0.12401640299999997e3","0.69379150000000095e2"],[-123.962219,"0.69383040999999935e2"],["-0.12383138999999994e3",69.38888500000013],["-0.12381696299999999e3",69.38888500000013],["-0.12373055999999997e3","0.69377472000000125e2"],[-123.702789,"0.69371094000000028e2"],["-0.12369776899999988e3","0.69366378999999995e2"],["-0.12369748699999997e3","0.69361099000000081e2"],["-0.12369248999999996e3","0.69356644000000074e2"],["-0.12367999299999991e3","0.69353317000000118e2"],["-0.12366639700000002e3","0.69354156000000103e2"],[-123.502792,"0.69377197000000137e2"],["-0.12347778299999993e3","0.69381088000000034e2"],["-0.12346611000000001e3","0.69383881000000031e2"],["-0.12341915899999998e3","0.69404434000000037e2"],["-0.12340750100000002e3","0.69416092000000106e2"],["-0.12343276999999995e3","0.69423035000000084e2"],["-0.12344027699999998e3","0.69427200000000084e2"],["-0.12345084399999996e3","0.69446930000000066e2"],["-0.12345084399999996e3","0.69452209000000039e2"],["-0.12344833399999993e3","0.69457763999999941e2"],["-0.12344332900000001e3","0.69463882000000069e2"],["-0.12343611099999998e3","0.69470261000000107e2"],["-0.12342859599999991e3","0.69476379000000065e2"],["-0.12339998599999996e3","0.69490265000000079e2"],["-0.12336527999999998e3",69.49832200000003],["-0.12333999599999999e3","0.69502213000000097e2"],["-0.12330110200000001e3","0.69506653000000085e2"],["-0.12327306399999998e3","0.69507767000000115e2"],["-0.12326139799999999e3","0.69504990000000021e2"],["-0.12326287799999994e3","0.69500267000000008e2"],["-0.12325723299999999e3","0.69496094000000085e2"],["-0.12319275699999997e3",69.490814],["-0.12317999299999991e3","0.69492477000000122e2"],[-123.16861,69.4952550000001],["-0.12316332999999992e3","0.69501389000000131e2"],["-0.12313166799999999e3","0.69559708000000001e2"],["-0.12312666300000001e3","0.69571105999999986e2"],["-0.12309638999999999e3","0.69670532000000037e2"],["-0.12309612299999998e3","0.69686371000000008e2"],["-0.12310637700000001e3","0.69743042000000116e2"],["-0.12310888699999998e3","0.69747756999999922e2"],["-0.12311665299999993e3",69.75221300000004],["-0.12310527000000002e3",69.77915999999999],["-0.12301583900000003e3","0.69818329000000062e2"],["-0.12297083999999995e3","0.69830826000000002e2"],["-0.12295916699999992e3","0.69833603000000096e2"],["-0.12294332900000001e3","0.69832763999999997e2"],["-0.12290499899999998e3","0.69822220000000129e2"],[-122.876938,"0.69810257000000092e2"],["-0.12285388199999994e3","0.69803040000000124e2"],["-0.12282584400000002e3","0.69796371000000079e2"],["-0.12280803699999996e3","0.69793593999999985e2"],["-0.12279332699999992e3","0.69793593999999985e2"],[-122.779449,"0.69794707999999957e2"],["-0.12276666299999999e3","0.69796371000000079e2"],[-122.754997,"0.69799149000000057e2"],["-0.12274610899999999e3",69.80442800000003],["-0.12266443599999997e3","0.69818054000000018e2"],["-0.12261554699999999e3","0.69812195000000031e2"],["-0.12258833300000003e3","0.69807479999999998e2"],["-0.12247778299999999e3","0.69802765000000136e2"],["-0.12245805399999995e3","0.69802475000000129e2"],["-0.12224333200000001e3","0.69802200000000084e2"],["-0.12212777699999992e3","0.69802475000000129e2"],["-0.12206220999999999e3","0.69813309000000004e2"],["-0.12204415899999998e3","0.69813599000000011e2"],["-0.12189639299999999e3","0.69805542000000059e2"],["-0.12171916199999993e3",69.79582199999993],["-0.12168388400000003e3","0.69793593999999985e2"],["-0.12144304699999998e3","0.69765549000000021e2"],["-0.12141639700000002e3","0.69760818000000086e2"],["-0.12138054699999992e3",69.75221300000004],["-0.12133332799999994e3","0.69740814000000114e2"],["-0.12128611799999999e3","0.69729156000000103e2"],["-0.12118305999999995e3","0.69702484000000027e2"],[-121.12027,69.6827550000001],["-0.12108667000000003e3","0.69673598999999967e2"],["-0.12103555299999999e3","0.69663315000000125e2"],["-0.12100890400000003e3","0.69658325000000104e2"],["-0.12093415800000002e3","0.69648604999999975e2"],["-0.12088110399999994e3","0.69638885000000073e2"],["-0.12082556199999999e3",69.62359600000002],["-0.12079638699999992e3","0.69613036999999963e2"],[-120.760559,"0.69598328000000095e2"],["-0.12073999000000003e3","0.69585266000000104e2"],["-0.12073528299999992e3","0.69580276000000026e2"],["-0.12072860700000001e3","0.69575821000000019e2"],["-0.12070111099999997e3","0.69558594000000028e2"],["-0.12067859599999991e3","0.69546097000000032e2"],["-0.12061609599999997e3","0.69520264000000054e2"],["-0.12039334100000002e3","0.69439697000000081e2"],["-0.12027528399999994e3","0.69404159999999933e2"],["-0.12023166700000002e3","0.69391662999999937e2"],["-0.11998222399999986e3","0.69344711000000018e2"],["-0.11993499800000001e3","0.69339705999999978e2"],["-0.11991776999999996e3","0.69338318000000072e2"],["-0.11963527699999997e3","0.69315810999999997e2"],["-0.11946140300000002e3",69.303314],["-0.11933500700000002e3","0.69301926000000094e2"],["-0.11931582599999996e3","0.69301086000000055e2"],["-0.11923000300000001e3","0.69294434000000138e2"],["-0.11894082600000002e3","0.69259430000000066e2"],["-0.11885555999999997e3","0.69252487000000087e2"],["-0.11884056099999992e3","0.69250548999999978e2"],["-0.11879998799999993e3","0.69243317000000047e2"],["-0.11869360399999999e3","0.69223602000000028e2"],["-0.11865527299999997e3","0.69215820000000065e2"],["-0.11864472999999998e3","0.69212494000000049e2"],["-0.11863639799999993e3",69.20887799999997],["-0.11858168000000001e3","0.69180267000000072e2"],["-0.11855248999999998e3","0.69163605000000075e2"],["-0.11853999299999998e3","0.69154984000000127e2"],[-118.502228,"0.69134720000000016e2"],["-0.11848554999999999e3",69.12692300000009],["-0.11845777900000002e3","0.69117477000000122e2"],[-118.432503,"0.69112198000000092e2"],["-0.11818611099999998e3","0.69063873000000115e2"],["-0.11808167999999995e3","0.69031371999999976e2"],["-0.11803555299999999e3","0.69019714000000135e2"],[-118.010559,"0.69014434999999992e2"],["-0.11787053700000001e3","0.68985535000000141e2"],["-0.11783693700000003e3","0.68982483000000002e2"],["-0.11774221799999998e3","0.68978043000000014e2"],["-0.11763390400000003e3","0.68973602000000085e2"],["-0.11759612300000003e3","0.68971649000000127e2"],[-117.5625,"0.68968597000000045e2"],["-0.11741583299999996e3",68.953598],["-0.11726917300000002e3","0.68915268000000026e2"],["-0.11719110099999995e3","0.68893874999999923e2"],["-0.11715387699999997e3","0.68885544000000039e2"],["-0.11713667299999997e3","0.68885544000000039e2"],[-116.978882,"0.68899993999999992e2"],["-0.11696639999999996e3","0.68902206000000035e2"],["-0.11696056399999992e3","0.68907211000000075e2"],["-0.11693907899999994e3","0.68911003000000107e2"],["-0.11688667299999992e3",68.90887500000008],["-0.11674445299999996e3","0.68880538999999999e2"],[-116.515289,"0.68858032000000094e2"],["-0.11650029000000001e3","0.68857208000000128e2"],["-0.11643611099999998e3","0.68858597000000088e2"],["-0.11642054699999994e3","0.68859146000000067e2"],["-0.11641111799999999e3","0.68862761999999918e2"],["-0.11640666199999998e3","0.68868590999999924e2"],["-0.11640943899999996e3","0.68879974000000118e2"],["-0.11639862099999999e3","0.68882751000000042e2"],["-0.11638137799999998e3","0.68882477000000108e2"],["-0.11636472300000003e3","0.68880813999999987e2"],["-0.11634028599999994e3","0.68875259000000085e2"],["-0.11628555299999999e3","0.68859711000000118e2"],["-0.11622721899999993e3","0.68839157000000114e2"],["-0.11622138999999999e3","0.68834427000000119e2"],["-0.11621362299999998e3","0.68830551000000014e2"],["-0.11612304699999993e3","0.68818329000000062e2"],["-0.11610637700000001e3","0.68816666000000112e2"],["-0.11599388099999999e3","0.68806641000000013e2"],["-0.11596000699999996e3","0.68804703000000075e2"],["-0.11594915800000001e3","0.68807479999999998e2"],["-0.11594138299999997e3","0.68811920000000043e2"],["-0.11594471699999997e3","0.68816940000000045e2"],["-0.11595249899999993e3","0.68820831000000112e2"],["-0.11612193299999996e3","0.68872481999999991e2"],["-0.11631639099999995e3",68.94747899999993],["-0.11632417299999992e3","0.68951660000000004e2"],["-0.11633000199999992e3","0.68956100000000049e2"],[-116.325287,"0.68961929000000055e2"],["-0.11631610099999995e3","0.68965546000000018e2"],["-0.11630526699999996e3","0.68968597000000045e2"],["-0.11626139799999987e3","0.68979980000000069e2"],[-116.239441,"0.68985535000000141e2"],["-0.11620500199999987e3","0.68984985000000108e2"],["-0.11619027699999998e3","0.68982758000000047e2"],[-116.068893,"0.68960541000000148e2"],["-0.11600750700000003e3","0.68946365000000128e2"],["-0.11596833799999996e3","0.68938582999999994e2"],["-0.11588417099999998e3","0.68924698000000092e2"],["-0.11586749299999991e3","0.68922759999999982e2"],["-0.11577806099999987e3","0.68936371000000122e2"],["-0.11576695299999994e3","0.68939148000000046e2"],["-0.11577500900000001e3","0.68943039000000113e2"],["-0.11580943299999996e3","0.68952208999999982e2"],["-0.11583332799999999e3","0.68992477000000008e2"],["-0.11559306300000003e3","0.68971649000000127e2"],["-0.11544638099999992e3","0.68937759000000028e2"],["-0.11506471299999993e3","0.68867476999999951e2"],["-0.11505055199999993e3","0.68868866000000139e2"],["-0.11503500400000001e3","0.68869140999999956e2"],["-0.11501640299999997e3","0.68868042000000003e2"],["-0.11498999000000003e3","0.68862761999999918e2"],["-0.11497805800000003e3","0.68859146000000067e2"],["-0.11482167099999998e3","0.68809707999999944e2"],["-0.11479194599999994e3","0.68799423000000047e2"],["-0.11477916699999992e3",68.77915999999999],["-0.11477055399999995e3","0.68769440000000088e2"],["-0.11474916100000002e3","0.68751389000000074e2"],[-114.729446,"0.68744431000000134e2"],["-0.11471528599999999e3","0.68742203000000131e2"],["-0.11469666299999994e3",68.740814],["-0.11466555799999998e3","0.68741653000000099e2"],["-0.11457833899999997e3","0.68728043000000071e2"],["-0.11454250300000001e3","0.68719436999999971e2"],["-0.11444833399999999e3","0.68689697000000024e2"],["-0.11444055200000003e3","0.68685805999999957e2"],["-0.11446028100000001e3","0.68670532000000094e2"],["-0.11446528599999999e3","0.68664428999999927e2"],["-0.11446221899999995e3","0.68659424000000058e2"],["-0.11445667300000002e3","0.68654709000000025e2"],["-0.11440471600000001e3","0.68614990000000148e2"],["-0.11439499699999993e3","0.68611374000000069e2"],["-0.11430444299999988e3","0.68586929000000055e2"],["-0.11423361199999994e3","0.68569443000000092e2"],["-0.11412165799999997e3","0.68517487000000017e2"],["-0.11410665899999992e3","0.68509430000000066e2"],["-0.11408889799999997e3","0.68496368000000018e2"],["-0.11407055699999995e3","0.68477478000000076e2"],[-114.064438,"0.68467209000000025e2"],["-0.11406054699999993e3","0.68456650000000025e2"],["-0.11401112399999994e3","0.68250275000000045e2"],["-0.11401390100000003e3","0.68244979999999998e2"],["-0.11402333099999998e3",68.24136400000009],["-0.11403582799999998e3",68.23942599999998],["-0.11428806299999997e3","0.68228866999999923e2"],["-0.11432000700000003e3","0.68229156000000046e2"],["-0.11433805799999993e3","0.68230545000000063e2"],["-0.11435166900000002e3","0.68233597000000145e2"],["-0.11437053700000001e3","0.68240540000000124e2"],["-0.11437805199999997e3",68.24443100000002],["-0.11438305700000001e3","0.68248871000000065e2"],[-114.390556,"0.68253052000000139e2"],["-0.11441166699999997e3","0.68259430000000066e2"],["-0.11442555199999998e3","0.68261932000000002e2"],["-0.11444167299999987e3","0.68263610999999969e2"],["-0.11447361799999987e3",68.26388500000013],["-0.11470249899999999e3","0.68250275000000045e2"],["-0.11475527999999997e3","0.68189697000000137e2"],["-0.11476471699999996e3","0.68186096000000077e2"],[-114.861107,"0.68153594999999996e2"],["-0.11487193300000001e3","0.68151093000000117e2"],["-0.11489639299999999e3","0.68146942000000024e2"],["-0.11492971799999992e3",68.14776599999999],["-0.11497749299999992e3","0.68153319999999951e2"],["-0.11500750700000003e3","0.68157211000000018e2"],[-115.076683,"0.68168869000000086e2"],["-0.11517054699999994e3","0.68180542000000116e2"],["-0.11522501399999993e3","0.68184142999999949e2"],["-0.11523721299999988e3",68.18220500000001],["-0.11524194299999999e3","0.68176376000000005e2"],["-0.11524388099999993e3","0.68041367000000093e2"],["-0.11524054699999994e3","0.68036377000000073e2"],["-0.11523528299999998e3",68.03166200000004],[-115.220551,"0.68023880000000077e2"],[-115.204453,"0.68021927000000119e2"],["-0.11517138699999998e3","0.68021102999999982e2"],["-0.11515638699999994e3","0.68021652000000131e2"],["-0.11512526699999995e3","0.68020263999999997e2"],["-0.11511389200000002e3","0.68017487000000131e2"],["-0.11511054999999999e3","0.68012207000000046e2"],["-0.11511665299999999e3","0.68007217000000026e2"],["-0.11512581599999999e3","0.68003601000000117e2"],["-0.11520472699999993e3","0.67978043000000014e2"],[-115.216949,"0.67976089000000002e2"],["-0.11534221599999995e3","0.67958037999999988e2"],["-0.11550334199999986e3","0.67934418000000051e2"],["-0.11552749599999999e3","0.67930267000000129e2"],["-0.11553639199999998e3","0.67926651000000049e2"],[-115.5425029999999,67.92164600000001],["-0.11553694200000001e3","0.67905257999999947e2"],["-0.11553388999999993e3","0.67899993999999992e2"],["-0.11552834299999995e3","0.67895538000000045e2"],[-115.521118,"0.67891663000000108e2"],["-0.11550723299999993e3","0.67889435000000105e2"],[-115.281387,"0.67866379000000109e2"],["-0.11527610800000002e3","0.67861649000000057e2"],["-0.11520028699999995e3","0.67821930000000123e2"],["-0.11519082599999996e3","0.67818329000000062e2"],["-0.11511361699999998e3","0.67798599000000081e2"],[-115.1036069999999,"0.67796646000000123e2"],["-0.11502887699999985e3","0.67786652000000117e2"],["-0.11501251200000002e3",67.78637700000013],["-0.11499916099999996e3","0.67787491000000102e2"],["-0.11493611099999998e3",67.79553199999998],["-0.11488667299999997e3","0.67802764999999965e2"],["-0.11484916699999991e3","0.67807755000000043e2"],["-0.11480999800000001e3","0.67812195000000031e2"],["-0.11478307299999989e3","0.67814423000000033e2"],["-0.11475334199999992e3","0.67814986999999974e2"],["-0.11473693799999995e3","0.67814697000000137e2"],[-114.718887,"0.67813309000000061e2"],["-0.11470749699999999e3","0.67810531999999967e2"],[-114.6866609999999,"0.67804153000000099e2"],["-0.11467722299999997e3","0.67800812000000064e2"],["-0.11465527299999997e3","0.67788879000000009e2"],["-0.11464499699999999e3","0.67779709000000139e2"],[-114.637787,"0.67775543000000027e2"],["-0.11429778299999992e3","0.67718597000000102e2"],["-0.11428362300000003e3","0.67717484000000013e2"],["-0.11427139299999999e3","0.67719436999999971e2"],["-0.11425029000000001e3","0.67724700999999982e2"],["-0.11424109599999991e3","0.67728317000000004e2"],["-0.11422000099999997e3","0.67733871000000022e2"],["-0.11419583099999994e3","0.67737762000000089e2"],[-114.1808319999999,"0.67738037000000077e2"],["-0.11414835399999993e3","0.67736923000000104e2"],["-0.11411472300000003e3","0.67733871000000022e2"],["-0.11399694799999992e3","0.67723038000000031e2"],["-0.11398332199999999e3","0.67720535000000041e2"],["-0.11394943199999994e3","0.67711655000000007e2"],["-0.11389250199999992e3","0.67696930000000066e2"],["-0.11384584000000001e3","0.67691359999999975e2"],["-0.11376862299999999e3","0.67691086000000041e2"],["-0.11370889299999999e3","0.67691925000000026e2"],["-0.11355082699999997e3","0.67698029000000076e2"],["-0.11325583599999999e3","0.67704436999999984e2"],["-0.11324082899999996e3","0.67704436999999984e2"],["-0.11320694700000001e3","0.67702484000000084e2"],["-0.11317804699999988e3","0.67698029000000076e2"],["-0.11315556300000003e3","0.67692200000000014e2"],["-0.11311916399999996e3","0.67678040000000124e2"],["-0.11310777300000001e3","0.67674988000000042e2"],["-0.11306777999999997e3","0.67667480000000012e2"],["-0.11304998799999993e3","0.67666092000000106e2"],[-112.965012,"0.67669708000000128e2"],["-0.11273972300000003e3","0.67669434000000024e2"],[-112.3958439999999,"0.67679153000000042e2"],[-112.370003,67.68193100000002],[-112.348343,"0.67687194999999974e2"],["-0.11234056099999998e3","0.67691359999999975e2"],["-0.11233361799999989e3","0.67696365000000014e2"],["-0.11218331899999993e3","0.67727768000000083e2"],[-111.912781,"0.67754166000000055e2"],["-0.11188305700000001e3","0.67754439999999988e2"],["-0.11179972799999996e3",67.75082400000008],["-0.11166000399999996e3","0.67733322000000044e2"],["-0.11157277699999992e3","0.67744431000000134e2"],["-0.11145861799999989e3","0.67763046000000088e2"],["-0.11137082699999991e3","0.67781097000000045e2"],["-0.11132250999999991e3","0.67806931000000077e2"],["-0.11131276699999995e3","0.67810531999999967e2"],["-0.11129083299999996e3","0.67815536000000066e2"],[-111.200287,"0.67834152000000131e2"],["-0.11117582699999991e3","0.67837494000000049e2"],["-0.11115943900000002e3","0.67836655000000064e2"],["-0.11114835399999998e3","0.67833602999999982e2"],["-0.11114388999999994e3",67.82887299999993],[-111.146118,"0.67822769000000108e2"],["-0.11112082700000002e3","0.67780823000000112e2"],["-0.11103443899999996e3","0.67764160000000061e2"],["-0.11101834100000002e3","0.67763321000000076e2"],["-0.11100583599999999e3","0.67764998999999989e2"],["-0.11084056099999998e3","0.67800262000000032e2"],["-0.11083222999999998e3","0.67804428000000087e2"],["-0.11080972300000002e3","0.67818604000000107e2"],["-0.11078859699999998e3","0.67833602999999982e2"],["-0.11078278399999994e3","0.67839431999999988e2"],["-0.11075890400000003e3","0.67852767999999969e2"],["-0.11074221799999992e3","0.67861099000000024e2"],["-0.11073249800000002e3",67.86442599999998],["-0.11041443600000002e3","0.67947754000000145e2"],["-0.11033999599999999e3","0.67965546000000018e2"],[-110.1991579999999,"0.67972214000000008e2"],["-0.11017999299999991e3","0.67994431000000077e2"],[-110.1725009999999,"0.67999420000000043e2"],[-110.162781,68.00277699999998],["-0.11015167200000002e3","0.68005264000000068e2"],["-0.11013054699999998e3","0.68008040999999992e2"],["-0.11011694299999994e3","0.68008881000000031e2"],["-0.11008389299999999e3","0.68006943000000092e2"],["-0.11007084699999996e3","0.68004165999999998e2"],["-0.11004888900000003e3","0.67997756999999922e2"],["-0.11000110599999999e3","0.67979705999999965e2"],[-109.979446,"0.67967483999999956e2"],["-0.10997083999999995e3","0.67958037999999988e2"],["-0.10996888699999994e3","0.67953049000000021e2"],["-0.10996749899999992e3","0.67941360000000145e2"],["-0.10997028399999999e3","0.67929703000000018e2"],["-0.10997749299999987e3","0.67911377000000016e2"],["-0.10999166899999994e3","0.67891373000000044e2"],["-0.11000110599999999e3","0.67872482000000048e2"],["-0.11000361599999991e3","0.67866379000000109e2"],["-0.11000361599999991e3","0.67860535000000084e2"],["-0.10999749799999995e3","0.67850815000000011e2"],["-0.10998889200000002e3","0.67841370000000097e2"],["-0.10998249800000002e3","0.67837204000000042e2"],["-0.10997389199999998e3","0.67833602999999982e2"],["-0.10996305799999993e3","0.67830276000000026e2"],[-109.948036,"0.67830276000000026e2"],["-0.10993554699999999e3","0.67831940000000031e2"],["-0.10992582699999997e3","0.67835266000000104e2"],["-0.10991722099999998e3",67.839157],["-0.10991251399999999e3","0.67845824999999934e2"],[-109.912216,67.85165399999994],["-0.10991639700000002e3","0.67856093999999985e2"],["-0.10994888300000002e3","0.67877197000000081e2"],["-0.10995305599999995e3","0.67881927000000076e2"],["-0.10994193999999993e3","0.67884430000000066e2"],["-0.10989028899999994e3","0.67879974000000004e2"],["-0.10986193799999995e3","0.67874985000000038e2"],[-109.823059,"0.67866089000000102e2"],["-0.10981416299999995e3","0.67862198000000035e2"],[-109.80777,"0.67858032000000094e2"],["-0.10976722699999993e3","0.67827773999999977e2"],["-0.10973082699999998e3","0.67791931000000091e2"],["-0.10972917200000001e3","0.67767761000000121e2"],["-0.10973581699999994e3",67.74275200000011],["-0.10974553700000001e3","0.67739426000000094e2"],["-0.10975167799999991e3","0.67733597000000088e2"],["-0.10974973299999994e3","0.67728592000000049e2"],[-109.7369379999999,"0.67720261000000107e2"],["-0.10972609699999998e3","0.67716933999999981e2"],["-0.10955222300000003e3","0.67687759000000142e2"],["-0.10953472899999991e3","0.67685806000000014e2"],["-0.10952250700000002e3","0.67687484999999981e2"],["-0.10951139799999999e3","0.67689697000000081e2"],["-0.10950279199999994e3","0.67693862999999965e2"],["-0.10948805199999993e3","0.67703873000000044e2"],["-0.10937026999999995e3","0.67729155999999989e2"],["-0.10925361599999997e3","0.67731934000000138e2"],["-0.10921028100000001e3","0.67732208000000071e2"],["-0.10915915699999999e3","0.67727478000000019e2"],["-0.10906582600000002e3","0.67714157000000114e2"],["-0.10905972300000002e3","0.67709991000000002e2"],["-0.10901471699999996e3","0.67676651000000106e2"],["-0.10900279199999994e3","0.67662491000000045e2"],["-0.10891915899999992e3","0.67535812000000135e2"],[-108.921944,"0.67529709000000025e2"],["-0.10895388800000001e3","0.67511932000000115e2"],["-0.10896362299999998e3",67.5086060000001],["-0.10899665800000002e3","0.67501389000000017e2"],["-0.10900119000000001e3",67.5],["-0.10900666799999993e3","0.67498322000000087e2"],["-0.10901528899999994e3","0.67494141000000013e2"],["-0.10902139299999999e3","0.67488311999999951e2"],["-0.10902528399999994e3","0.67483322000000101e2"],["-0.10901806599999998e3","0.67462494000000049e2"],[-109.002228,"0.67443587999999977e2"],["-0.10898554999999993e3","0.67436096000000077e2"],["-0.10884999099999993e3","0.67388596000000064e2"],["-0.10883112299999993e3","0.67353591999999992e2"],["-0.10882501200000002e3","0.67349426000000108e2"],["-0.10881276700000001e3","0.67348876999999959e2"],["-0.10880416899999994e3","0.67352768000000026e2"],["-0.10879666099999986e3","0.67357758000000103e2"],["-0.10879055799999998e3","0.67363602000000128e2"],["-0.10876611299999996e3","0.67396378000000027e2"],["-0.10875834700000001e3","0.67409149000000127e2"],["-0.10875583599999999e3","0.67415267999999969e2"],["-0.10874445299999996e3","0.67445525999999973e2"],["-0.10874109599999997e3","0.67457214000000135e2"],["-0.10873638900000003e3","0.67481093999999985e2"],[-108.735817,"0.67486649000000057e2"],[-108.734734,"0.67547759999999982e2"],[-108.735817,"0.67558594000000028e2"],["-0.10873777799999993e3","0.67563873000000058e2"],["-0.10873889200000002e3","0.67574707000000103e2"],["-0.10873916599999995e3","0.67596938999999963e2"],["-0.10873638900000003e3","0.67603043000000014e2"],["-0.10873000299999995e3","0.67608597000000032e2"],["-0.10871472199999999e3",67.61914100000007],["-0.10870612299999988e3","0.67623306000000071e2"],["-0.10869611399999997e3","0.67626373000000001e2"],["-0.10867027299999995e3","0.67628586000000098e2"],["-0.10865527299999991e3",67.62831100000011],["-0.10862053700000001e3","0.67624695000000031e2"],[-108.6100009999999,"0.67621093999999971e2"],["-0.10858500700000002e3","0.67609985000000108e2"],["-0.10857888799999989e3","0.67605545000000063e2"],[-108.516953,"0.67497482000000048e2"],["-0.10851139799999999e3","0.67487487999999985e2"],[-108.510559,67.47665400000011],["-0.10851334399999996e3","0.67470535000000098e2"],["-0.10852333099999993e3",67.45748900000001],["-0.10852390300000002e3","0.67451659999999947e2"],["-0.10852278100000001e3",67.44081100000011],["-0.10849804699999993e3","0.67363037000000077e2"],["-0.10849027999999998e3","0.67353591999999992e2"],["-0.10848416099999997e3","0.67349426000000108e2"],["-0.10847138999999993e3","0.67346649000000014e2"],[-108.458054,"0.67347214000000065e2"],["-0.10843720999999994e3","0.67352768000000026e2"],["-0.10842971799999998e3","0.67357483000000059e2"],["-0.10842471299999994e3","0.67364151000000049e2"],[-108.421944,67.3702550000001],["-0.10842944299999999e3","0.67379700000000128e2"],["-0.10843554699999999e3","0.67383881000000031e2"],[-108.439438,"0.67388596000000064e2"],["-0.10844275699999997e3","0.67399155000000121e2"],["-0.10843998699999992e3","0.67427475000000129e2"],["-0.10843472300000002e3","0.67431656000000032e2"],["-0.10839388999999994e3","0.67443587999999977e2"],["-0.10838166799999999e3","0.67445251000000098e2"],["-0.10836694299999994e3","0.67444976999999994e2"],["-0.10834361299999989e3","0.67438582999999937e2"],["-0.10833556399999998e3","0.67434982000000105e2"],["-0.10832112100000001e3","0.67426926000000037e2"],["-0.10830750299999988e3","0.67413040000000024e2"],[-108.301941,"0.67403320000000122e2"],["-0.10830027799999999e3","0.67398041000000148e2"],["-0.10829666099999997e3","0.67393326000000116e2"],["-0.10828832999999997e3","0.67389435000000049e2"],["-0.10813417099999992e3","0.67329163000000051e2"],["-0.10806360599999988e3","0.67305251999999996e2"],["-0.10802583300000003e3","0.67296371000000022e2"],[-108.015289,"0.67293045000000006e2"],["-0.10798554999999999e3","0.67271927000000119e2"],["-0.10794471699999997e3","0.67236374000000069e2"],["-0.10794082600000002e3","0.67231659000000036e2"],[-107.875,"0.67140823000000012e2"],["-0.10787526700000001e3","0.67052765000000136e2"],["-0.10788054699999998e3",67.04832499999992],["-0.10789362299999999e3","0.67047760000000096e2"],["-0.10790499899999998e3","0.67049713000000054e2"],["-0.10795028699999995e3","0.67062195000000031e2"],["-0.10800834699999996e3","0.67077484000000084e2"],["-0.10802084399999995e3","0.67080551000000014e2"],["-0.10803666699999991e3","0.67081664999999987e2"],["-0.10814862099999993e3","0.67076660000000118e2"],["-0.10815722700000003e3","0.67072769000000051e2"],["-0.10818916300000001e3","0.67054977000000008e2"],["-0.10819304699999986e3","0.67049713000000054e2"],[-108.192207,"0.67038878999999952e2"],["-0.10819082600000002e3","0.67033599999999979e2"],["-0.10819138299999992e3","0.67028046000000018e2"],["-0.10819526699999994e3","0.67022766000000104e2"],["-0.10820388799999995e3","0.67018875000000037e2"],["-0.10821611000000001e3","0.67017211999999915e2"],["-0.10823277300000001e3","0.67019150000000081e2"],[-108.24527,"0.67022217000000012e2"],["-0.10845028699999995e3","0.67083328000000108e2"],["-0.10846056399999992e3","0.67086928999999998e2"],[-108.495003,"0.67102203000000088e2"],["-0.10851722699999999e3","0.67113876000000062e2"],[-108.541382,"0.67130813999999987e2"],["-0.10855555700000002e3","0.67138885000000073e2"],["-0.10858029199999999e3",67.15026899999998],["-0.10859056099999998e3","0.67153594999999996e2"],[-108.6063769999999,"0.67154708999999968e2"],["-0.10861971999999997e3",67.15387000000004],[-108.622772,"0.67149993999999936e2"],["-0.10853028899999993e3","0.67042480000000012e2"],["-0.10852416999999997e3","0.67038315000000011e2"],["-0.10851611300000002e3","0.67034423999999944e2"],["-0.10850140399999998e3","0.67032211000000018e2"],[-108.491669,67.0352630000001],["-0.10848554999999988e3","0.67041092000000106e2"],["-0.10848500100000001e3","0.67046646000000123e2"],["-0.10848665599999998e3",67.05192599999998],["-0.10849054699999988e3","0.67056641000000013e2"],["-0.10848944099999994e3","0.67067764000000011e2"],["-0.10848194899999999e3","0.67072769000000051e2"],[-108.468887,"0.67073318000000029e2"],["-0.10845612299999999e3","0.67070541000000105e2"],["-0.10844193999999999e3","0.67062485000000038e2"],["-0.10839222699999993e3","0.67028869999999984e2"],["-0.10835637700000001e3","0.67003326000000129e2"],["-0.10834665699999994e3","0.66994431000000077e2"],["-0.10833056599999998e3","0.66986923000000104e2"],["-0.10831806899999998e3","0.66983871000000136e2"],["-0.10828971899999993e3","0.66979980000000069e2"],["-0.10825862099999995e3","0.66977768000000026e2"],["-0.10822860700000001e3","0.66976654000000053e2"],["-0.10819695300000001e3","0.66972214000000008e2"],["-0.10816639700000002e3","0.66962204000000099e2"],["-0.10814998600000001e3","0.66954436999999984e2"],["-0.10811472299999997e3","0.66928864000000033e2"],["-0.10798528299999998e3","0.66828598000000113e2"],["-0.10794138299999997e3","0.66788315000000068e2"],["-0.10793831599999999e3","0.66778046000000074e2"],["-0.10793971299999993e3","0.66766663000000051e2"],["-0.10794193999999999e3","0.66749709999999936e2"],["-0.10794471699999997e3","0.66743591000000094e2"],["-0.10794803599999995e3","0.66731933999999967e2"],[-107.949432,"0.66720535000000098e2"],["-0.10794583099999994e3","0.66715820000000065e2"],["-0.10789444699999996e3","0.66671646000000123e2"],["-0.10788276699999989e3","0.66663315000000011e2"],["-0.10787082699999996e3","0.66662491000000045e2"],["-0.10786444099999989e3","0.66668320000000051e2"],["-0.10786389200000002e3","0.66673874000000069e2"],["-0.10786776700000001e3",66.71138000000002],["-0.10788474299999996e3","0.66750823999999909e2"],["-0.10788834400000002e3","0.66755554000000132e2"],["-0.10788194299999992e3","0.66759155000000021e2"],["-0.10786776700000001e3","0.66758881000000088e2"],["-0.10785333299999996e3","0.66756378000000097e2"],[-107.829453,"0.66744980000000112e2"],["-0.10781777999999997e3","0.66736374000000012e2"],["-0.10776500699999997e3","0.66686919999999986e2"],["-0.10772416699999991e3","0.66629700000000128e2"],["-0.10764750699999996e3","0.66574707000000103e2"],["-0.10762805199999997e3","0.66562194999999974e2"],["-0.10760082999999997e3","0.66546097000000088e2"],["-0.10756945799999994e3",66.53054800000001],["-0.10755721999999997e3","0.66527771000000087e2"],["-0.10743305999999995e3","0.66453598000000113e2"],[-107.2911069999999,66.36831699999999],["-0.10726027699999986e3","0.66353043000000071e2"],["-0.10724804699999993e3","0.66349990999999989e2"],["-0.10723500100000001e3","0.66348602000000142e2"],["-0.10722222899999997e3","0.66349152000000004e2"],["-0.10721140299999996e3","0.66351379000000065e2"],[-107.203056,"0.66355254999999943e2"],[-107.196663,"0.66360809000000131e2"],[-107.195831,"0.66366379000000052e2"],["-0.10719722000000002e3","0.66371643000000006e2"],["-0.10720056199999993e3","0.66376373000000058e2"],["-0.10723554999999993e3","0.66407486000000063e2"],["-0.10734221599999995e3","0.66461655000000064e2"],["-0.10743888899999996e3","0.66513046000000145e2"],["-0.10756220999999994e3","0.66591369999999984e2"],["-0.10756582599999996e3","0.66596100000000035e2"],["-0.10756861899999996e3","0.66606644000000074e2"],["-0.10756777999999991e3","0.66612198000000092e2"],["-0.10756916799999999e3","0.66617477000000065e2"],["-0.10757055700000001e3","0.66622482000000105e2"],["-0.10757417299999997e3","0.66627471999999955e2"],["-0.10762416100000002e3","0.66660812000000021e2"],["-0.10764943700000003e3","0.66693862999999965e2"],["-0.10769387799999998e3","0.66755829000000006e2"],["-0.10774665800000002e3","0.66922760000000039e2"],["-0.10768861399999997e3","0.66977097000000128e2"],["-0.10763806199999999e3","0.67024429000000055e2"],["-0.10766665599999993e3","0.67063034000000016e2"],["-0.10766805999999985e3","0.67068329000000062e2"],["-0.10766166699999997e3","0.67073883000000023e2"],["-0.10765083299999992e3","0.67076096000000007e2"],["-0.10763612399999994e3","0.67073883000000023e2"],["-0.10760777299999995e3","0.67063309000000004e2"],["-0.10758361799999994e3","0.67051650999999993e2"],["-0.10752390300000002e3","0.67020264000000054e2"],["-0.10751666299999999e3","0.67010543999999982e2"],["-0.10748388699999998e3",66.924149],["-0.10748473399999995e3","0.66918593999999928e2"],["-0.10749694799999997e3","0.66917206000000022e2"],["-0.10757972699999988e3","0.66916382000000056e2"],["-0.10759445199999999e3","0.66918868999999972e2"],["-0.10760221899999988e3","0.66922760000000039e2"],[-107.608047,"0.66926926000000094e2"],["-0.10762332200000003e3","0.66940262000000075e2"],[-107.626938,"0.66944977000000108e2"],[-107.632767,"0.66949417000000096e2"],["-0.10764083899999997e3","0.66953049000000078e2"],[-107.647064,"0.66942711000000031e2"],["-0.10765521999999999e3","0.66943710000000067e2"],["-0.10766238399999997e3","0.66942879000000062e2"],["-0.10766754900000001e3","0.66940376000000072e2"],["-0.10767138699999998e3","0.66937035000000037e2"],["-0.10767038700000001e3","0.66933868000000018e2"],["-0.10763527699999997e3","0.66892212000000029e2"],["-0.10757028199999991e3","0.66837769000000094e2"],[-107.564438,"0.66833602999999982e2"],["-0.10751306199999993e3","0.66822220000000016e2"],["-0.10742832900000002e3","0.66804703000000131e2"],["-0.10741610699999995e3","0.66806091000000038e2"],["-0.10740888999999993e3","0.66811096000000077e2"],["-0.10739111299999996e3","0.66891373000000101e2"],["-0.10739584400000001e3","0.66901382000000126e2"],[-107.422234,"0.66939697000000024e2"],["-0.10742944299999999e3","0.66949142000000109e2"],["-0.10743888899999996e3","0.66958328000000051e2"],["-0.10744471699999997e3","0.66962493999999936e2"],["-0.10744387799999993e3","0.66968048000000124e2"],[-107.435272,"0.66972214000000008e2"],[-107.421944,"0.66972762999999986e2"],["-0.10740611299999995e3",66.97137500000008],["-0.10737943999999993e3","0.66966094999999996e2"],["-0.10735916099999992e3","0.66959427000000005e2"],["-0.10723388699999992e3","0.66902206000000092e2"],["-0.10721806299999997e3","0.66894714000000135e2"],["-0.10721028099999995e3","0.66890823000000069e2"],[-107.1875,66.87359600000002],["-0.10715750099999991e3","0.66846939000000134e2"],["-0.10715055799999999e3","0.66837494000000049e2"],["-0.10714916999999991e3","0.66832214000000022e2"],[-107.137787,"0.66823608000000092e2"],["-0.10712554899999992e3","0.66820540999999992e2"],["-0.10709472700000003e3","0.66818329000000119e2"],["-0.10708361799999994e3","0.66820540999999992e2"],["-0.10715527299999997e3","0.66899719000000005e2"],["-0.10720388800000001e3","0.66944702000000063e2"],["-0.10722666900000002e3","0.66961655000000007e2"],["-0.10724027999999998e3","0.66969986000000063e2"],["-0.10729750100000001e3","0.67001938000000052e2"],[-107.3052669999999,"0.67005829000000119e2"],["-0.10731139399999995e3","0.67127197000000024e2"],["-0.10738806199999993e3","0.67144440000000145e2"],["-0.10743083200000001e3","0.67158325000000048e2"],["-0.10744915800000001e3","0.67165543000000071e2"],["-0.10747332799999992e3","0.67176926000000037e2"],["-0.10748137700000001e3","0.67180816999999934e2"],["-0.10750306699999993e3","0.67192749000000106e2"],["-0.10753250100000002e3",67.214157],["-0.10764862099999993e3","0.67359984999999995e2"],["-0.10757694999999995e3","0.67475540000000137e2"],["-0.10757389799999993e3","0.67481658999999979e2"],["-0.10757528699999995e3",67.48692299999999],["-0.10757888800000001e3","0.67491652999999985e2"],["-0.10758277899999996e3","0.67496368000000018e2"],["-0.10758860799999991e3","0.67500823999999966e2"],["-0.10771833800000002e3","0.67573318000000086e2"],["-0.10774054699999994e3","0.67585265999999933e2"],["-0.10777362099999999e3","0.67600540000000024e2"],["-0.10781331599999999e3","0.67614426000000037e2"],["-0.10784472700000003e3","0.67624420000000043e2"],["-0.10789055599999989e3","0.67642487000000074e2"],["-0.10796916199999998e3","0.67676651000000106e2"],["-0.10798972300000003e3","0.67688873000000115e2"],["-0.10799944299999999e3","0.67698029000000076e2"],[-108.006958,"0.67707489000000123e2"],["-0.10801334399999996e3","0.67728317000000004e2"],["-0.10801445000000001e3",67.73414600000001],[-108.015289,"0.67744980000000055e2"],["-0.10801390099999998e3","0.67756103999999993e2"],["-0.10800805699999995e3","0.67768326000000116e2"],["-0.10799249299999997e3","0.67788040000000024e2"],["-0.10794833399999993e3","0.67841095000000109e2"],["-0.10794193999999999e3","0.67846939000000134e2"],["-0.10793415800000002e3",67.85165399999994],["-0.10792278299999998e3","0.67853867000000093e2"],[-107.890289,67.85165399999994],["-0.10787777699999992e3","0.67853317000000061e2"],["-0.10785527000000002e3",67.85775799999999],["-0.10775666799999993e3","0.67880814000000044e2"],["-0.10771472199999994e3","0.67892487000000074e2"],["-0.10770472699999993e3","0.67895828000000108e2"],[-107.674713,"0.67916092000000049e2"],["-0.10766166699999997e3","0.67927475000000015e2"],["-0.10765110800000002e3","0.67940535999999952e2"],["-0.10765499899999992e3","0.67945250999999985e2"],["-0.10766555800000003e3",67.94859300000013],["-0.10777050800000001e3",67.96526300000005],["-0.10781133999999992e3","0.67971596000000034e2"],["-0.10791027800000001e3","0.67988585999999998e2"],["-0.10791639699999996e3","0.67993042000000059e2"],["-0.10791999800000002e3","0.67997756999999922e2"],["-0.10789055599999989e3","0.68081664999999987e2"],["-0.10788527699999997e3","0.68088318000000129e2"],["-0.10787888299999997e3","0.68093872000000147e2"],["-0.10786332699999997e3","0.68103592000000049e2"],["-0.10785166899999996e3","0.68106094000000098e2"],[-107.837784,"0.68104430999999977e2"],["-0.10772112300000003e3","0.68082763999999941e2"],["-0.10769943199999994e3","0.68075821000000133e2"],["-0.10769360399999994e3","0.68071655000000078e2"],["-0.10769776899999994e3","0.68066376000000105e2"],["-0.10770667300000002e3","0.68062485000000038e2"],["-0.10772721899999993e3","0.68056090999999981e2"],["-0.10773860200000001e3",68.05386400000009],["-0.10777250700000002e3",68.05693100000002],["-0.10778778099999994e3","0.68057205000000124e2"],["-0.10780027799999999e3","0.68055817000000047e2"],["-0.10780943299999996e3","0.68051650999999936e2"],["-0.10783332799999988e3","0.68013046000000031e2"],["-0.10783389299999999e3","0.68007217000000026e2"],["-0.10782778899999988e3","0.68003052000000025e2"],[-107.8038479999999,"0.68004264999999975e2"],["-0.10778733799999998e3","0.67997597000000042e2"],["-0.10777900699999998e3","0.67996765000000096e2"],[-107.763847,"0.67998428000000047e2"],["-0.10775699599999996e3","0.67999771000000123e2"],["-0.10775426500000003e3","0.68006812999999966e2"],["-0.10773306300000002e3","0.68020827999999995e2"],["-0.10772501399999993e3","0.68025818000000015e2"],["-0.10769027699999992e3","0.68042480000000012e2"],["-0.10767999299999997e3",68.04582199999993],["-0.10761028299999998e3","0.68058593999999971e2"],["-0.10758583099999998e3","0.68059982000000048e2"],["-0.10757084700000001e3","0.68059708000000114e2"],["-0.10753806299999997e3","0.68057479999999998e2"],["-0.10745028699999989e3","0.68047211000000118e2"],["-0.10738890100000003e3",68.04525799999999],["-0.10736221299999994e3",68.04693600000013],["-0.10734944200000001e3","0.68048599000000024e2"],["-0.10732640099999998e3","0.68053040000000124e2"],["-0.10728778099999994e3","0.68064987000000087e2"],["-0.10725140399999998e3","0.68080826000000002e2"],["-0.10722638699999993e3","0.68094436999999971e2"],[-107.154449,68.12692300000009],[-107.141953,"0.68128310999999997e2"],["-0.10711028299999998e3",68.12692300000009],["-0.10710665899999998e3","0.68122208000000057e2"],["-0.10711888099999987e3","0.68084717000000069e2"],["-0.10696556099999998e3","0.68113312000000121e2"],["-0.10695278899999988e3","0.68114700000000028e2"],[-106.85611,"0.68116927999999973e2"],["-0.10684111000000001e3","0.68116379000000052e2"],["-0.10680194099999994e3","0.68197479000000101e2"],["-0.10680943300000001e3","0.68207214000000022e2"],["-0.10680610699999994e3","0.68213043000000027e2"],["-0.10680027799999993e3","0.68217484000000127e2"],["-0.10679110700000001e3","0.68221375000000023e2"],["-0.10662748699999997e3","0.68246643000000063e2"],["-0.10661444099999994e3",68.24803200000008],[-106.5994419999999,"0.68247482000000048e2"],["-0.10658860800000002e3","0.68244141000000013e2"],[-106.468613,"0.68190536000000122e2"],["-0.10645777900000002e3","0.68176376000000005e2"],["-0.10645417799999996e3","0.68160812000000078e2"],["-0.10645056199999999e3","0.68155823000000112e2"],["-0.10644471699999991e3","0.68151657000000057e2"],["-0.10643195300000002e3","0.68153046000000018e2"],["-0.10642138699999987e3","0.68156097000000045e2"],["-0.10635056299999997e3","0.68179153000000099e2"],["-0.10634472699999998e3","0.68183318999999983e2"],["-0.10635056299999997e3","0.68187759000000028e2"],["-0.10635888699999992e3","0.68191650000000095e2"],["-0.10639277600000003e3","0.68201660000000004e2"],["-0.10642083700000001e3","0.68207214000000022e2"],[-106.468887,"0.68214431999999988e2"],["-0.10648194899999993e3","0.68217484000000127e2"],["-0.10648999000000003e3","0.68221375000000023e2"],["-0.10649582699999996e3","0.68225540000000024e2"],["-0.10649722300000002e3","0.68230820000000051e2"],["-0.10646833799999996e3","0.68329711999999972e2"],["-0.10646501199999994e3","0.68335815000000139e2"],["-0.10645667299999991e3","0.68340820000000008e2"],["-0.10644748700000002e3","0.68344711000000075e2"],["-0.10642639200000002e3","0.68350815000000068e2"],["-0.10625611900000001e3","0.68387772000000098e2"],["-0.10624416400000001e3",68.38998400000014],["-0.10621833800000002e3","0.68392487000000131e2"],[-106.203056,"0.68392211999999915e2"],[-106.185272,68.38998400000014],["-0.10617471299999994e3","0.68386658000000125e2"],["-0.10616665599999999e3","0.68382750999999985e2"],["-0.10615471599999989e3","0.68373871000000122e2"],["-0.10579638699999998e3","0.68422211000000118e2"],["-0.10579055799999998e3","0.68418045000000063e2"],["-0.10578222699999998e3","0.68413878999999952e2"],["-0.10576583900000003e3",68.41276600000009],["-0.10575167799999991e3","0.68413040000000024e2"],["-0.10573972300000003e3","0.68415267999999969e2"],["-0.10573029300000002e3","0.68419144000000017e2"],["-0.10572305299999999e3","0.68424698000000035e2"],["-0.10570111099999991e3","0.68469711000000132e2"],["-0.10569721999999996e3",68.486649],["-0.10569833399999993e3",68.49192800000003],["-0.10570278899999994e3","0.68501938000000109e2"],["-0.10571444699999995e3","0.68510544000000039e2"],["-0.10574305700000002e3","0.68564697000000137e2"],[-105.724716,"0.68574158000000125e2"],["-0.10564499699999999e3","0.68633880999999974e2"],["-0.10565083300000003e3","0.68638046000000145e2"],["-0.10566639699999996e3","0.68638596000000007e2"],["-0.10590222199999999e3","0.68635269000000051e2"],["-0.10592832899999996e3","0.68632476999999994e2"],["-0.10602944899999994e3","0.68619704999999954e2"],[-106.041382,"0.68617477000000008e2"],["-0.10604972799999996e3","0.68612761999999975e2"],["-0.10604750100000001e3","0.68602203000000145e2"],["-0.10605332900000002e3","0.68595824999999991e2"],["-0.10606416300000001e3",68.59275800000006],[-106.2077789999999,"0.68567764000000068e2"],["-0.10623638900000003e3","0.68566665999999998e2"],[-106.37027,"0.68545258000000103e2"],["-0.10651083399999999e3","0.68518326000000002e2"],["-0.10654387700000001e3","0.68511932000000115e2"],["-0.10662470999999999e3",68.46748400000007],["-0.10663166799999999e3","0.68461928999999998e2"],["-0.10662888299999992e3",68.45138500000013],["-0.10662165799999997e3","0.68441925000000026e2"],["-0.10661582899999996e3","0.68437759000000142e2"],["-0.10659528399999994e3","0.68425261999999975e2"],["-0.10658473200000003e3","0.68421646000000123e2"],["-0.10657167099999992e3","0.68418593999999985e2"],["-0.10655387899999994e3","0.68416656000000046e2"],["-0.10652194199999997e3","0.68414992999999924e2"],["-0.10650446299999999e3",68.41276600000009],[-106.493607,"0.68409424000000115e2"],["-0.10648777799999988e3","0.68404984000000127e2"],["-0.10648055999999997e3","0.68395537999999988e2"],["-0.10652722199999994e3","0.68300812000000121e2"],["-0.10653415699999999e3","0.68295257999999933e2"],["-0.10654332699999998e3","0.68291367000000037e2"],[-106.556107,"0.68289978000000076e2"],["-0.10657277699999986e3","0.68291092000000049e2"],["-0.10658444199999991e3","0.68293319999999994e2"],["-0.10659500099999997e3","0.68296646000000067e2"],["-0.10660109699999998e3","0.68301086000000055e2"],[-106.6119379999999,"0.68315262000000075e2"],[-106.6383439999999,"0.68343048000000124e2"],["-0.10664444700000001e3","0.68347487999999942e2"],["-0.10677887699999997e3","0.68408034999999984e2"],["-0.10678971899999999e3","0.68411652000000117e2"],["-0.10680277999999993e3","0.68414428999999984e2"],["-0.10701363400000002e3","0.68369431000000077e2"],["-0.10702166699999998e3","0.68364699999999971e2"],["-0.10702027899999996e3","0.68359420999999998e2"],["-0.10701666299999999e3","0.68354705999999965e2"],["-0.10701750199999998e3","0.68349151999999947e2"],["-0.10703138699999994e3",68.33776899999998],["-0.10713221699999991e3","0.68283325000000104e2"],["-0.10724610899999999e3","0.68261383000000023e2"],["-0.10725890400000003e3","0.68259995000000117e2"],["-0.10726500699999997e3","0.68264160000000118e2"],[-107.274719,"0.68273314999999968e2"],["-0.10728611799999993e3","0.68287490999999989e2"],["-0.10729611199999994e3","0.68296646000000067e2"],["-0.10730194099999994e3","0.68300812000000121e2"],["-0.10732721699999991e3","0.68312484999999981e2"],["-0.10733805799999999e3","0.68315810999999997e2"],["-0.10754666099999992e3","0.68347487999999942e2"],["-0.10756082200000003e3","0.68349151999999947e2"],["-0.10781331599999999e3","0.68342484000000013e2"],["-0.10782611099999997e3","0.68341094999999996e2"],["-0.10783640300000002e3","0.68338043000000084e2"],["-0.10784973100000002e3","0.68326385000000073e2"],["-0.10785500299999995e3",68.31999200000007],["-0.10788527699999997e3",68.26887499999998],["-0.10788362100000001e3","0.68263610999999969e2"],[-107.879707,"0.68258880999999974e2"],["-0.10785417199999995e3","0.68247482000000048e2"],["-0.10783029199999993e3","0.68241089000000102e2"],["-0.10774194299999999e3","0.68216934000000094e2"],["-0.10761332700000003e3","0.68178588999999988e2"],["-0.10760249299999998e3","0.68175262000000032e2"],["-0.10759861799999999e3",68.17053199999998],["-0.10760305800000003e3","0.68165268000000026e2"],["-0.10761582900000002e3","0.68163879000000009e2"],["-0.10763221699999997e3","0.68164992999999981e2"],["-0.10768998699999997e3","0.68174423000000047e2"],["-0.10778639199999992e3","0.68183868000000132e2"],["-0.10780027799999999e3","0.68183318999999983e2"],["-0.10782584399999996e3","0.68180542000000116e2"],["-0.10787193300000001e3","0.68171371000000136e2"],["-0.10803388999999999e3","0.68168594000000041e2"],["-0.10816139199999986e3","0.68172759999999982e2"],["-0.10818694299999999e3","0.68169983000000059e2"],["-0.10819695300000001e3","0.68166656000000103e2"],["-0.10822028399999999e3","0.68152205999999978e2"],["-0.10824944299999993e3","0.68141663000000051e2"],["-0.10830055199999993e3","0.68125809000000118e2"],["-0.10833222999999998e3","0.68117203000000018e2"],["-0.10837026999999989e3","0.68112762000000089e2"],["-0.10838555899999994e3","0.68113037000000077e2"],["-0.10840306099999998e3","0.68114990000000034e2"],["-0.10841388699999993e3",68.11831699999999],["-0.10842250099999995e3","0.68122208000000057e2"],[-108.43277,"0.68131088000000091e2"],["-0.10843611099999987e3","0.68141373000000044e2"],["-0.10843306000000001e3","0.68147490999999945e2"],["-0.10842804699999994e3","0.68154160000000047e2"],["-0.10840888999999999e3",68.16137700000013],["-0.10839750700000002e3","0.68163605000000075e2"],["-0.10836694299999994e3","0.68161102000000085e2"],["-0.10836277799999993e3",68.15637200000009],["-0.10836582899999996e3",68.15026899999998],["-0.10837361099999993e3","0.68145264000000111e2"],["-0.10837998999999996e3","0.68139708999999982e2"],["-0.10837832599999996e3","0.68134430000000009e2"],["-0.10836527999999993e3","0.68133606000000043e2"],["-0.10834612299999998e3","0.68140823000000012e2"],["-0.10833860800000002e3","0.68145828000000051e2"],["-0.10833332799999994e3","0.68152205999999978e2"],["-0.10833056599999998e3","0.68158600000000035e2"],["-0.10832695000000001e3","0.68170258000000047e2"],["-0.10832444800000002e3","0.68192749000000049e2"],["-0.10832945299999989e3","0.68208327999999995e2"],[-108.3958439999999,"0.68289978000000076e2"],["-0.10840222199999994e3","0.68294144000000131e2"],["-0.10844360399999999e3","0.68308029000000033e2"],["-0.10846000700000002e3","0.68309143000000006e2"],[-108.484444,"0.68305251999999939e2"],[-108.504997,"0.68298874000000012e2"],["-0.10855999800000001e3","0.68275542999999971e2"],["-0.10856500199999999e3",68.26887499999998],["-0.10856806899999992e3","0.68262772000000041e2"],["-0.10857444799999996e3","0.68257216999999969e2"],["-0.10858444199999997e3","0.68253876000000105e2"],["-0.10871556099999998e3","0.68231369000000029e2"],["-0.10872944599999988e3","0.68230820000000051e2"],["-0.10874610899999993e3","0.68231934000000024e2"],[-108.756958,"0.68235260000000096e2"],[-108.765556,"0.68238876000000118e2"],["-0.10881527699999998e3","0.68262206999999989e2"],["-0.10881916799999993e3","0.68266663000000108e2"],["-0.10881416299999989e3","0.68273314999999968e2"],["-0.10874889400000001e3",68.33776899999998],["-0.10874109599999997e3","0.68342758000000117e2"],["-0.10871417199999996e3","0.68354705999999965e2"],["-0.10870417799999996e3",68.35803199999998],["-0.10869387799999993e3","0.68361098999999911e2"],["-0.10867083700000001e3","0.68365813999999943e2"],["-0.10863999899999993e3","0.68375534000000016e2"],["-0.10862082700000002e3","0.68382750999999985e2"],["-0.10861193800000001e3","0.68386658000000125e2"],["-0.10858112299999999e3","0.68406372000000033e2"],["-0.10856667299999998e3","0.68416931000000091e2"],["-0.10853443900000002e3","0.68445526000000086e2"],["-0.10852916699999992e3","0.68452209000000096e2"],["-0.10852278100000001e3","0.68458038000000101e2"],["-0.10843167099999994e3","0.68538315000000068e2"],["-0.10840416700000003e3","0.68560256999999979e2"],[-108.383331,"0.68576660000000004e2"],["-0.10836888099999999e3","0.68587204000000042e2"],["-0.10834528399999994e3","0.68601928999999984e2"],["-0.10831416300000001e3","0.68611374000000069e2"],["-0.10827916700000003e3","0.68618317000000047e2"],["-0.10825195299999996e3","0.68620529000000147e2"],[-108.1702729999999,"0.68626647999999989e2"],["-0.10793331899999998e3",68.64027399999992],["-0.10780499299999997e3","0.68645538000000101e2"],["-0.10763834399999996e3","0.68665543000000127e2"],["-0.10743167099999994e3","0.68690536000000009e2"],["-0.10723137700000001e3",68.71887200000009],["-0.10710833700000001e3","0.68748596000000134e2"],["-0.10696140300000002e3","0.68783051000000057e2"],["-0.10693859899999995e3","0.68788315000000011e2"],["-0.10682084700000001e3","0.68811371000000065e2"],["-0.10679444899999993e3","0.68813872999999944e2"],[-106.765556,"0.68814986999999917e2"],["-0.10663500999999991e3","0.68818329000000062e2"],["-0.10631555200000003e3","0.68892761000000121e2"],["-0.10627250699999996e3","0.68904709000000025e2"],[-106.262787,68.90887500000008],["-0.10625446299999993e3","0.68913605000000132e2"],["-0.10624833699999988e3","0.68919983000000059e2"],["-0.10624472000000003e3","0.68926085999999998e2"],["-0.10624360699999994e3","0.68931656000000089e2"],["-0.10623998999999998e3","0.68937759000000028e2"],["-0.10622917200000001e3","0.68940810999999997e2"],["-0.10621472199999999e3","0.68941360000000088e2"],["-0.10620140100000003e3","0.68940536000000122e2"],["-0.10614943699999998e3","0.68933594000000028e2"],["-0.10608084099999996e3","0.68918869000000086e2"],["-0.10581360599999988e3","0.68881927000000076e2"],["-0.10579804999999999e3","0.68879425000000026e2"],["-0.10577639799999997e3","0.68872481999999991e2"],["-0.10571806300000003e3","0.68844985999999949e2"],["-0.10548693800000001e3","0.68729430999999977e2"],[-105.475281,"0.68720535000000041e2"],["-0.10547165699999999e3","0.68715820000000008e2"],["-0.10547833300000002e3",68.69859299999996],["-0.10548194899999999e3","0.68692474000000118e2"],[-105.4891659999999,68.68691999999993],["-0.10549889400000001e3","0.68683044000000052e2"],["-0.10549944299999999e3","0.68621368000000075e2"],["-0.10541443600000002e3","0.68528594999999996e2"],["-0.10538082900000001e3",68.486649],["-0.10540888999999999e3","0.68492477000000122e2"],["-0.10542304999999999e3",68.49192800000003],["-0.10543388400000003e3","0.68489151000000106e2"],["-0.10544360399999994e3","0.68485260000000039e2"],["-0.10552944899999994e3","0.68450272000000041e2"],["-0.10553806299999991e3","0.68445526000000086e2"],["-0.10554387700000001e3","0.68439147999999989e2"],["-0.10554778299999998e3","0.68433044000000109e2"],["-0.10554888900000003e3","0.68427475000000129e2"],["-0.10554804999999999e3","0.68422211000000118e2"],["-0.10554110699999995e3",68.41276600000009],["-0.10553307299999994e3","0.68408599999999979e2"],["-0.10551777600000003e3","0.68406096999999988e2"],["-0.10541639700000002e3","0.68406937000000084e2"],["-0.10539028899999988e3","0.68409424000000115e2"],["-0.10534528399999999e3","0.68384155000000135e2"],["-0.10534889199999992e3","0.68378036000000122e2"],[-105.350281,"0.68372482000000105e2"],["-0.10534472700000003e3","0.68368042000000116e2"],["-0.10529499800000002e3","0.68339157000000057e2"],["-0.10528694200000001e3",68.33526599999999],["-0.10510082999999992e3","0.68266098000000056e2"],["-0.10507305899999994e3","0.68260269000000051e2"],["-0.10505555700000002e3","0.68258041000000105e2"],["-0.10502639799999992e3","0.68257767000000001e2"],["-0.10500894900000003e3","0.68264938000000029e2"],["-0.10500661500000001e3","0.68268599999999935e2"],["-0.10500578300000001e3","0.68272094999999922e2"],["-0.10500666799999993e3","0.68278595000000053e2"],["-0.10501695299999994e3","0.68282211000000132e2"],["-0.10502610800000002e3","0.68309418000000051e2"],["-0.10488474300000001e3","0.68339705999999978e2"],["-0.10486416600000001e3","0.68332489000000066e2"],["-0.10484805299999999e3","0.68324707000000103e2"],["-0.10483917200000002e3","0.68315536000000009e2"],["-0.10483583099999998e3","0.68310806000000127e2"],["-0.10483416699999998e3","0.68300262000000089e2"],["-0.10483944699999995e3","0.68288589000000059e2"],["-0.10484584000000001e3","0.68282211000000132e2"],["-0.10485305800000003e3","0.68276657000000114e2"],["-0.10486277799999993e3","0.68272766000000047e2"],["-0.10487332199999997e3","0.68269714000000135e2"],["-0.10494554099999999e3","0.68258041000000105e2"],[-104.952789,"0.68252487000000087e2"],["-0.10495194999999995e3","0.68247482000000048e2"],["-0.10494055200000003e3","0.68238586000000112e2"],[-104.924713,"0.68230545000000063e2"],["-0.10491443600000002e3","0.68227203000000088e2"],[-104.900284,68.22526600000009],["-0.10488639799999999e3","0.68225540000000024e2"],["-0.10487332199999997e3","0.68226928999999984e2"],["-0.10479750100000001e3",68.24443100000002],[-104.73111,"0.68250275000000045e2"],["-0.10468776699999995e3","0.68250275000000045e2"],["-0.10463999899999999e3","0.68246933000000126e2"],[-104.609734,68.24136400000009],["-0.10459889199999998e3","0.68232483000000002e2"],["-0.10459722899999997e3","0.68222214000000122e2"],["-0.10461277799999999e3","0.68198029000000133e2"],["-0.10461888099999993e3","0.68191650000000095e2"],[-104.6324919999999,"0.68179428000000087e2"],["-0.10465471600000001e3","0.68162766000000147e2"],["-0.10466722099999993e3","0.68149994000000106e2"],["-0.10467027299999995e3","0.68138596000000121e2"],["-0.10459221599999989e3","0.68083603000000096e2"],["-0.10450778200000002e3","0.68035812000000021e2"],[-104.5,"0.68031937000000028e2"],["-0.10448638900000003e3","0.68029984000000127e2"],["-0.10445722999999992e3","0.68029709000000082e2"],["-0.10436694299999994e3","0.68034149000000127e2"],["-0.10421472199999994e3","0.68024155000000064e2"],[-104.199997,"0.68021378000000027e2"],["-0.10416665599999993e3","0.68017487000000131e2"],["-0.10412470999999994e3","0.68018326000000059e2"],["-0.10411193800000001e3","0.68019440000000031e2"],["-0.10406471299999998e3","0.68027480999999966e2"],["-0.10401139799999999e3","0.68042206000000078e2"],["-0.10399944299999999e3","0.68044144000000017e2"],["-0.10398554999999999e3","0.68044434000000024e2"],["-0.10397084000000001e3","0.68043869000000029e2"],["-0.10394082600000002e3","0.68038315000000011e2"],["-0.10392832900000002e3","0.68034988000000055e2"],["-0.10389806399999998e3","0.68024155000000064e2"],["-0.10388362100000001e3","0.68021378000000027e2"],["-0.10387082699999996e3","0.68020263999999997e2"],["-0.10384306300000003e3","0.68020827999999995e2"],[-103.791382,"0.68025269000000094e2"],["-0.10376695299999994e3","0.68028320000000065e2"],["-0.10355526700000001e3","0.68057205000000124e2"],["-0.10354444899999987e3","0.68059982000000048e2"],["-0.10353694200000001e3","0.68065536000000066e2"],["-0.10353278399999999e3","0.68071655000000078e2"],["-0.10353333299999991e3","0.68076660000000118e2"],["-0.10353639199999998e3","0.68081664999999987e2"],["-0.10354472399999997e3","0.68090820000000008e2"],["-0.10355526700000001e3","0.68099715999999944e2"],["-0.10355803699999996e3","0.68104430999999977e2"],["-0.10355304699999999e3","0.68109711000000061e2"],["-0.10352139299999999e3","0.68130813999999987e2"],["-0.10350389099999995e3","0.68140274000000034e2"],["-0.10349526999999995e3","0.68144714000000079e2"],["-0.10346694899999994e3","0.68156936999999914e2"],["-0.10345722999999998e3","0.68160537999999974e2"],["-0.10342166099999997e3","0.68166656000000103e2"],["-0.10340416700000003e3","0.68164154000000053e2"],["-0.10338971700000002e3",68.16137700000013],["-0.10338194299999992e3","0.68157211000000018e2"],["-0.10336888099999999e3","0.68148880000000133e2"],["-0.10334416199999993e3","0.68121094000000085e2"],["-0.10334137699999991e3","0.68116089000000045e2"],["-0.10334028599999988e3","0.68105819999999994e2"],[-103.341949,"0.68100265999999976e2"],["-0.10337249799999995e3",68.06860400000005],["-0.10336916399999996e3","0.68010818000000029e2"],["-0.10336609599999997e3","0.68005829000000062e2"],["-0.10325418100000002e3","0.67966385000000002e2"],["-0.10322084000000001e3","0.67962204000000099e2"],["-0.10320612299999999e3","0.67961380000000133e2"],["-0.10317832899999996e3","0.67961929000000055e2"],["-0.10314943699999998e3","0.67961380000000133e2"],["-0.10313694800000002e3","0.67958037999999988e2"],["-0.10312943999999999e3","0.67953872999999987e2"],["-0.10312416100000002e3","0.67949707000000103e2"],["-0.10311277799999999e3","0.67930267000000129e2"],[-103.1052699999999,"0.67926086000000055e2"],["-0.10309306300000003e3","0.67923035000000027e2"],["-0.10301471700000002e3","0.67913605000000132e2"],["-0.10300083899999998e3","0.67913879000000065e2"],["-0.10299082899999996e3","0.67917480000000126e2"],["-0.10298222399999997e3","0.67922211000000061e2"],["-0.10297250399999996e3","0.67925812000000121e2"],["-0.10295944199999985e3","0.67926926000000094e2"],["-0.10294972199999995e3","0.67923309000000131e2"],["-0.10294444299999998e3","0.67918868999999916e2"],[-102.939438,"0.67914429000000098e2"],["-0.10292111199999999e3","0.67896378000000141e2"],["-0.10282972699999993e3","0.67831940000000031e2"],["-0.10280027799999993e3","0.67820830999999998e2"],["-0.10268639400000001e3","0.67804703000000131e2"],["-0.10267054699999994e3",67.80304000000001],["-0.10253611799999999e3","0.67795258000000047e2"],["-0.10250446299999999e3","0.67791931000000091e2"],["-0.10247083999999995e3","0.67786926000000051e2"],[-102.446663,"0.67780273000000079e2"],["-0.10239306599999992e3",67.76249700000011],["-0.10233972199999994e3","0.67744705000000067e2"],["-0.10225110599999999e3","0.67725266000000147e2"],["-0.10222444199999995e3","0.67733871000000022e2"],["-0.10221556099999992e3","0.67738312000000121e2"],["-0.10215139799999997e3","0.67765549000000021e2"],[-102.1416779999999,"0.67769150000000081e2"],["-0.10192610200000001e3","0.67760268999999994e2"],["-0.10176471699999991e3","0.67723312000000135e2"],[-101.671944,"0.67691649999999981e2"],["-0.10154250300000001e3",67.67942800000003],["-0.10151500699999997e3",67.67942800000003],[-101.446663,"0.67732483000000116e2"],["-0.10143388400000003e3","0.67733322000000044e2"],["-0.10110582699999992e3","0.67741928000000144e2"],["-0.10109889199999998e3","0.67737762000000089e2"],["-0.10101278699999995e3","0.67742477000000122e2"],["-0.10099973299999999e3",67.74331699999999],["-0.10092749000000003e3","0.67753325999999959e2"],["-0.10090387699999991e3","0.67756942999999922e2"],["-0.10089277600000003e3","0.67759720000000016e2"],["-0.10081139400000001e3","0.67794708000000014e2"],["-0.10072028399999994e3","0.67834427000000119e2"],["-0.10058167999999995e3","0.67834152000000131e2"],["-0.10039555399999995e3","0.67847488000000055e2"],["-0.10018415799999997e3","0.67843048000000067e2"],["-0.10016832699999998e3","0.67841095000000109e2"],[-100.156387,"0.67837769000000037e2"],["-0.10014723200000003e3","0.67828598000000113e2"],[-100.135559,"0.67825272000000098e2"],[-100.083618,"0.67814986999999974e2"],["-0.99820006999999919e2","0.67795821999999987e2"],["-0.99618606999999997e2","0.67789153999999996e2"],["-0.99607772999999952e2","0.67791931000000091e2"],["-0.99589172000000019e2","0.67800812000000064e2"],["-0.99577788999999996e2","0.67803314000000114e2"],["-0.99500564999999938e2","0.67799713000000054e2"],["-0.99412215999999887e2","0.67788315000000068e2"],["-0.99403060999999923e2","0.67784424000000001e2"],["-0.99398620999999991e2","0.67779983999999956e2"],["-0.99396666999999979e2","0.67774994000000106e2"],["-0.99387787000000003e2","0.67765822999999955e2"],["-0.99378325999999959e2","0.67761932000000058e2"],["-0.99236114999999984e2","0.67713608000000136e2"],[-99.21055599999994,"0.67706940000000145e2"],["-0.98986938000000009e2","0.67718322999999998e2"],["-0.98813613999999973e2","0.67741928000000144e2"],["-0.98528884999999889e2","0.67777481000000023e2"],["-0.98385833999999988e2","0.67785812000000078e2"],["-0.98363327000000027e2","0.67790817000000118e2"],["-0.98354445999999996e2","0.67796097000000032e2"],["-0.98358046999999942e2","0.67805817000000104e2"],["-0.98442490000000021e2","0.67861374000000069e2"],["-0.98449431999999945e2","0.67865814000000057e2"],["-0.98463333000000034e2","0.67868865999999969e2"],["-0.98475554999999986e2","0.67867203000000075e2"],["-0.98486114999999927e2","0.67863876000000118e2"],[-98.49888599999997,"0.67863312000000008e2"],["-0.98514724999999942e2","0.67865265000000136e2"],["-0.98540282999999988e2","0.67872208000000114e2"],[-98.65583799999996,"0.67916382000000056e2"],["-0.98665008999999998e2","0.67920258000000103e2"],["-0.98696944999999914e2","0.67936645999999996e2"],["-0.98719726999999921e2","0.67948867999999948e2"],["-0.98724166999999852e2",67.953598],["-0.98746947999999975e2","0.68047760000000096e2"],["-0.98732772999999952e2","0.68070267000000001e2"],["-0.98615554999999915e2","0.68074706999999989e2"],["-0.98544998000000021e2","0.68061371000000065e2"],["-0.98336945000000014e2",67.96026599999999],["-0.98321121000000005e2","0.67952208999999982e2"],["-0.98266952999999887e2","0.67923309000000131e2"],["-0.98233321999999987e2","0.67901932000000102e2"],["-0.98171111999999994e2","0.67843323000000055e2"],["-0.98169158999999922e2","0.67838593000000003e2"],["-0.98122771999999941e2","0.67788040000000024e2"],["-0.98094451999999933e2",67.766098],["-0.97956664999999873e2","0.67727768000000083e2"],["-0.97799438000000009e2",67.68553200000008],[-97.66194200000001,"0.67643051000000071e2"],["-0.97650283999999999e2","0.67639434999999992e2"],["-0.97637512000000015e2",67.6308140000001],["-0.97626099000000011e2","0.67618042000000059e2"],["-0.97613051999999982e2","0.67609420999999998e2"],["-0.97603881999999999e2","0.67605255000000056e2"],["-0.97592772999999852e2","0.67601653999999996e2"],["-0.97576674999999966e2","0.67598602000000085e2"],["-0.97561385999999914e2","0.67596649000000127e2"],["-0.97547501000000011e2","0.67596375000000023e2"],["-0.97509734999999921e2","0.67599152000000117e2"],[-97.48582499999992,"0.67602203000000145e2"],["-0.97415008999999998e2","0.67613312000000064e2"],["-0.97392226999999991e2","0.67618042000000059e2"],["-0.97381942999999978e2","0.67621368000000132e2"],["-0.97353058000000033e2","0.67634430000000123e2"],[-97.33444199999991,"0.67643875000000037e2"],["-0.97316665999999941e2","0.67654434000000037e2"],["-0.97295546999999942e2","0.67661102000000028e2"],["-0.97283324999999991e2","0.67662491000000045e2"],["-0.97167220999999927e2","0.67675537000000134e2"],["-0.97138900999999919e2","0.67674149000000057e2"],["-0.97116942999999878e2","0.67777481000000023e2"],["-0.97115828999999962e2",67.78276100000005],["-0.97119155999999919e2","0.67792480000000069e2"],["-0.97127212999999983e2","0.67801650999999993e2"],["-0.97240279999999984e2","0.67926086000000055e2"],["-0.97254180999999903e2","0.67929428000000144e2"],["-0.97263061999999934e2",67.924149],["-0.97268889999999942e2","0.67918319999999994e2"],[-97.27305599999994,"0.67907761000000107e2"],["-0.97273620999999991e2",67.90248100000008],["-0.97277221999999938e2","0.67896942000000081e2"],["-0.97282776000000013e2","0.67891098000000056e2"],["-0.97291107000000011e2","0.67884995000000117e2"],["-0.97301392000000021e2","0.67881652999999972e2"],["-0.97324447999999961e2","0.67876648000000102e2"],["-0.97336670000000026e2","0.67875259000000142e2"],["-0.97362503000000004e2","0.67873871000000008e2"],["-0.97376388999999961e2","0.67874146000000053e2"],["-0.97392226999999991e2","0.67876373000000115e2"],["-0.97403335999999967e2","0.67879974000000004e2"],["-0.97412216000000001e2","0.67884155000000078e2"],["-0.97416397000000018e2","0.67888596000000007e2"],[-97.41972399999986,"0.67898331000000042e2"],["-0.97428054999999858e2","0.67907761000000107e2"],["-0.97434433000000013e2","0.67911926000000108e2"],["-0.97449996999999996e2","0.67920258000000103e2"],["-0.97643616000000009e2","0.68008330999999998e2"],["-0.97652495999999985e2","0.68012207000000046e2"],["-0.97683060000000012e2","0.68018599999999992e2"],["-0.97695267000000001e2","0.68017212000000086e2"],["-0.97705001999999979e2","0.68012772000000098e2"],["-0.97708344000000011e2","0.68007217000000026e2"],["-0.97710555999999997e2","0.67991653000000099e2"],[-97.87777699999998,"0.67963608000000079e2"],["-0.97996657999999911e2","0.67950271999999984e2"],["-0.98009734999999921e2","0.67949707000000103e2"],["-0.98029998999999975e2","0.67941924999999969e2"],["-0.98045837000000006e2","0.67929428000000144e2"],["-0.98051391999999964e2","0.67923598999999967e2"],["-0.98057495000000017e2","0.67912490999999989e2"],["-0.98060271999999998e2","0.67891663000000108e2"],["-0.98063888999999961e2","0.67829162999999937e2"],["-0.98078613000000018e2","0.67830276000000026e2"],["-0.98095276000000013e2","0.67833327999999938e2"],["-0.98106658999999979e2","0.67836928999999998e2"],["-0.98115828999999962e2","0.67840820000000065e2"],["-0.98176392000000021e2","0.67873871000000008e2"],["-0.98189437999999996e2","0.67882476999999938e2"],["-0.98194716999999969e2","0.67897217000000069e2"],["-0.98200835999999981e2","0.67906647000000135e2"],["-0.98213622999999984e2","0.67920532000000037e2"],["-0.98224716000000001e2","0.67929428000000144e2"],[-98.25140399999998,"0.67946365000000014e2"],["-0.98283324999999934e2","0.67962768999999923e2"],["-0.98319732999999928e2","0.67978591999999992e2"],[-98.34056099999998,"0.67986099000000081e2"],["-0.98378051999999968e2","0.67996368000000132e2"],["-0.98398620999999991e2","0.68004165999999998e2"],["-0.98412216000000001e2","0.68012497000000053e2"],["-0.98581115999999952e2","0.68139984000000027e2"],["-0.98587509000000011e2","0.68149429000000112e2"],[-98.58444199999991,"0.68154984000000013e2"],["-0.98485275000000001e2","0.68184417999999994e2"],["-0.98473891999999978e2","0.68186920000000043e2"],["-0.98459732000000031e2","0.68183594000000028e2"],["-0.98450561999999991e2","0.68179703000000131e2"],["-0.98432495000000017e2","0.68166656000000103e2"],["-0.98428054999999915e2","0.68162201000000096e2"],["-0.98424437999999952e2","0.68152205999999978e2"],["-0.98425551999999925e2","0.68141936999999984e2"],["-0.98428329000000019e2","0.68136383000000137e2"],["-0.98434158000000025e2","0.68130538999999942e2"],[-98.44027699999998,"0.68119431000000134e2"],["-0.98441100999999946e2",68.10914600000001],["-0.98439437999999996e2","0.68104155999999989e2"],["-0.98430556999999908e2","0.68094986000000119e2"],["-0.98417220999999927e2",68.08638000000002],[-98.408051,"0.68082489000000123e2"],["-0.98393889999999999e2","0.68079163000000108e2"],["-0.98379990000000021e2","0.68079163000000108e2"],["-0.98367767000000015e2","0.68080551000000014e2"],["-0.98358886999999982e2","0.68085814999999968e2"],["-0.98350829999999917e2","0.68092209000000025e2"],["-0.98339721999999938e2","0.68103867000000037e2"],["-0.98321670999999981e2","0.68136932000000115e2"],["-0.98317779999999971e2",68.14776599999999],["-0.98317229999999938e2","0.68153046000000018e2"],["-0.98317504999999983e2","0.68162201000000096e2"],["-0.98326110999999969e2","0.68171371000000136e2"],["-0.98333068999999966e2",68.17553700000002],["-0.98342223999999931e2","0.68179428000000087e2"],["-0.98377486999999917e2","0.68190262000000018e2"],[-98.40834000000001,"0.68196640000000116e2"],["-0.98439712999999927e2","0.68200821000000019e2"],["-0.98469727000000034e2","0.68203049000000021e2"],["-0.98485275000000001e2","0.68204987000000131e2"],["-0.98501113999999973e2","0.68208602999999982e2"],["-0.98531113000000005e2",68.22526600000009],["-0.98537780999999995e2","0.68229431000000091e2"],["-0.98542220999999927e2","0.68234146000000123e2"],["-0.98561110999999983e2",68.27388000000002],["-0.98607772999999952e2","0.68293319999999994e2"],["-0.98704178000000013e2","0.68352768000000026e2"],["-0.98710830999999985e2","0.68356934000000081e2"],["-0.98715285999999992e2","0.68361648999999943e2"],["-0.98717223999999931e2","0.68366378999999995e2"],[-98.71444699999995,"0.68372208000000001e2"],["-0.98704726999999934e2","0.68376373000000001e2"],["-0.98680557000000022e2","0.68380539000000113e2"],["-0.98667496000000028e2","0.68381363000000079e2"],["-0.98637221999999952e2","0.68379150000000095e2"],["-0.98606383999999991e2","0.68372756999999979e2"],["-0.98594161999999983e2",68.36914100000007],["-0.98580565999999919e2","0.68360809000000074e2"],["-0.98571670999999981e2","0.68351654000000053e2"],["-0.98548614999999984e2","0.68339157000000057e2"],["-0.98532501000000025e2","0.68331100000000106e2"],["-0.98521392999999932e2","0.68328323000000012e2"],["-0.98511397999999929e2","0.68329711999999972e2"],["-0.98470839999999953e2","0.68348327999999981e2"],["-0.98462218999999948e2","0.68353591999999992e2"],["-0.98461394999999982e2","0.68358871000000136e2"],["-0.98471389999999985e2","0.68373596000000077e2"],["-0.98491942999999935e2",68.38638300000008],["-0.98503615999999965e2",68.38998400000014],[-98.49499499999996,"0.68409424000000115e2"],["-0.98319457999999997e2","0.68358871000000136e2"],[-98.30972300000002,"0.68354980000000069e2"],["-0.98298889000000031e2","0.68346100000000035e2"],["-0.98294448999999929e2",68.34137000000004],["-0.98292495999999971e2","0.68336655000000007e2"],["-0.98288329999999974e2","0.68331940000000145e2"],["-0.98281386999999995e2","0.68327774000000034e2"],["-0.98225554999999929e2","0.68304152999999985e2"],["-0.98213897999999915e2","0.68300537000000134e2"],["-0.98199722000000008e2","0.68300262000000089e2"],["-0.98187499999999943e2","0.68301926000000094e2"],["-0.98096663999999976e2","0.68317764000000125e2"],["-0.98073897999999986e2","0.68334990999999945e2"],["-0.97905838000000017e2","0.68384155000000135e2"],["-0.97894118999999932e2","0.68386459000000002e2"],[-97.86471599999993,"0.68384995000000004e2"],["-0.97849166999999909e2","0.68383040999999992e2"],["-0.97777785999999878e2","0.68366378999999995e2"],["-0.97761123999999995e2","0.68363312000000064e2"],["-0.97748885999999914e2","0.68364699999999971e2"],["-0.97743056999999908e2","0.68370528999999976e2"],[-97.75140399999998,"0.68379700000000128e2"],["-0.97764174999999909e2","0.68393600000000049e2"],["-0.97768616000000009e2","0.68398041000000148e2"],["-0.97781951999999933e2","0.68406647000000021e2"],[-97.79611199999988,"0.68409988000000055e2"],[-97.81138599999997,"0.68411377000000073e2"],["-0.97869719999999973e2","0.68414153999999996e2"],["-0.97885559000000001e2","0.68416382000000112e2"],["-0.97899993999999936e2","0.68419707999999957e2"],["-0.97906386999999995e2","0.68423874000000069e2"],["-0.98009734999999921e2","0.68498032000000023e2"],["-0.98011397999999929e2","0.68503052000000082e2"],["-0.98010833999999988e2","0.68508041000000048e2"],["-0.97999725000000012e2","0.68535262999999986e2"],["-0.97994155999999919e2","0.68541091999999992e2"],["-0.97852492999999981e2","0.68542480000000069e2"],["-0.97836394999999925e2","0.68540268000000026e2"],["-0.97723891999999921e2","0.68523041000000035e2"],["-0.97692764000000011e2","0.68516663000000051e2"],["-0.97665008999999941e2","0.68504715000000033e2"],["-0.97658339999999896e2","0.68500549000000092e2"],["-0.97654174999999896e2","0.68496094000000085e2"],["-0.97650557999999933e2","0.68486098999999967e2"],["-0.97653884999999946e2","0.68480545000000006e2"],["-0.97655272999999966e2","0.68470260999999994e2"],["-0.97650283999999999e2","0.68455551000000014e2"],["-0.97646118000000001e2","0.68450820999999962e2"],["-0.97639175000000023e2","0.68446640000000059e2"],["-0.97611663999999962e2","0.68434708000000114e2"],["-0.97537780999999995e2","0.68418320000000051e2"],["-0.97523055999999997e2","0.68416931000000091e2"],["-0.97511123999999938e2","0.68419434000000024e2"],["-0.97502228000000002e2","0.68424698000000035e2"],[-97.49888599999997,"0.68430267000000015e2"],["-0.97500564999999995e2","0.68434982000000048e2"],["-0.97509170999999981e2","0.68444427000000132e2"],["-0.97520554000000004e2","0.68448029000000076e2"],["-0.97535552999999993e2","0.68449141999999995e2"],["-0.97547501000000011e2","0.68446640000000059e2"],["-0.97573333999999932e2","0.68444427000000132e2"],["-0.97589171999999962e2","0.68446640000000059e2"],["-0.97603332999999964e2","0.68449996999999996e2"],["-0.97615004999999996e2","0.68453598000000056e2"],["-0.97619155999999919e2","0.68458328000000108e2"],["-0.97617767000000015e2","0.68462493999999992e2"],["-0.97597778000000005e2","0.68483597000000088e2"],["-0.97578613000000018e2","0.68493042000000003e2"],["-0.97567779999999971e2","0.68496368000000018e2"],["-0.97544448999999986e2","0.68501389000000131e2"],["-0.97531112999999948e2","0.68501938000000109e2"],["-0.97516952999999944e2","0.68501663000000065e2"],["-0.97385559000000001e2","0.68495254999999929e2"],["-0.97353606999999954e2","0.68491089000000045e2"],["-0.97282776000000013e2","0.68474152000000061e2"],["-0.97259170999999867e2","0.68466660000000104e2"],["-0.97160278000000005e2","0.68389435000000049e2"],["-0.97053329000000019e2","0.68353316999999947e2"],["-0.97058334000000002e2","0.68302765000000079e2"],["-0.97070007000000032e2","0.68300262000000089e2"],["-0.97075835999999924e2","0.68294433999999967e2"],["-0.97091110000000015e2","0.68268051000000014e2"],["-0.97089447000000007e2","0.68263320999999962e2"],["-0.97080291999999929e2","0.68259155000000078e2"],["-0.96939162999999951e2","0.68239700000000084e2"],["-0.96925003000000004e2","0.68239150999999993e2"],["-0.96912505999999951e2","0.68240814000000057e2"],["-0.96817779999999914e2","0.68258331000000112e2"],["-0.96806380999999931e2","0.68260818000000029e2"],["-0.96799438000000009e2","0.68265548999999965e2"],["-0.96767775999999969e2","0.68270263999999997e2"],["-0.96693877999999927e2","0.68280272999999966e2"],["-0.96680556999999965e2","0.68280822999999998e2"],["-0.96669158999999979e2","0.68276931999999931e2"],["-0.96625274999999874e2","0.68251663000000121e2"],["-0.96553328999999962e2","0.68273605000000032e2"],["-0.96533066000000019e2","0.68281936999999971e2"],[-96.47084000000001,"0.68305542000000003e2"],["-0.96448883000000023e2","0.68312194999999974e2"],["-0.96437209999999993e2","0.68314697000000024e2"],[-96.42471299999994,"0.68316086000000041e2"],["-0.96410552999999993e2","0.68315536000000009e2"],["-0.96404174999999952e2","0.68311371000000008e2"],["-0.96496947999999975e2","0.68207764000000054e2"],["-0.96508895999999993e2","0.68196365000000128e2"],["-0.96525832999999977e2","0.68184142999999949e2"],["-0.96623046999999985e2","0.68115540000000067e2"],["-0.96690551999999968e2","0.68079987000000074e2"],["-0.96702224999999999e2","0.68077484000000084e2"],["-0.96730285999999921e2","0.68078323000000069e2"],["-0.96743057000000022e2",68.07777400000009],[-96.75556899999998,"0.68076096000000007e2"],["-0.96778884999999946e2","0.68071380999999974e2"],["-0.96797225999999966e2",68.06109600000002],["-0.96808883999999978e2",68.04942299999999],["-0.96812209999999936e2","0.68043869000000029e2"],["-0.96813323999999909e2","0.68038589000000115e2"],["-0.96811660999999901e2","0.68033599999999979e2"],["-0.96801940999999999e2","0.68025818000000015e2"],["-0.96789169000000015e2","0.68017212000000086e2"],[-96.77305599999994,"0.68013884999999959e2"],["-0.96722778000000005e2","0.68009719999999959e2"],["-0.96708343999999954e2","0.68008605999999986e2"],["-0.96676101999999958e2","0.68018599999999992e2"],["-0.96556655999999975e2","0.68033324999999934e2"],["-0.96540282999999931e2","0.68030273000000022e2"],[-96.52806099999998,68.03166200000004],["-0.96466399999999965e2","0.68038879000000122e2"],["-0.96450835999999981e2","0.68053040000000124e2"],["-0.96479996000000028e2","0.68090271000000087e2"],[-96.49110399999995,"0.68094147000000135e2"],["-0.96505004999999926e2","0.68094436999999971e2"],["-0.96516113000000018e2","0.68091095000000053e2"],[-96.53443900000002,"0.68080826000000002e2"],["-0.96546950999999979e2","0.68079437000000041e2"],["-0.96548339999999996e2","0.68084152000000074e2"],["-0.96547501000000011e2","0.68089432000000102e2"],["-0.96535277999999892e2","0.68101089000000059e2"],["-0.96510009999999966e2","0.68119431000000134e2"],["-0.96482498000000021e2","0.68134720000000016e2"],["-0.96463057999999933e2","0.68144149999999911e2"],["-0.96432220000000029e2","0.68156097000000045e2"],[-96.31082200000003,"0.68192200000000128e2"],["-0.96288329999999974e2","0.68197754000000089e2"],["-0.96171386999999925e2","0.68221649000000127e2"],["-0.96136123999999938e2","0.68228592000000106e2"],["-0.95980285999999978e2","0.68254715000000033e2"],["-0.95968338000000017e2","0.68230820000000051e2"],["-0.96043334999999956e2","0.68179428000000087e2"],["-0.96069167999999991e2",68.16137700000013],["-0.96075012000000015e2","0.68155548000000124e2"],["-0.96078612999999962e2","0.68149994000000106e2"],["-0.96077498999999989e2","0.68144989000000066e2"],["-0.96073623999999995e2","0.68140274000000034e2"],["-0.96045837000000006e2","0.68133331000000055e2"],[-96.03443900000002,"0.68129700000000014e2"],[-96.02806099999998,"0.68125259000000085e2"],["-0.96020553999999947e2","0.68116089000000045e2"],[-96.01916499999993,"0.68111098999999967e2"],["-0.96020279000000016e2","0.68106094000000098e2"],["-0.96083618000000001e2",68.00221300000004],["-0.96144164999999987e2","0.67923598999999967e2"],["-0.96211669999999913e2","0.67829162999999937e2"],["-0.96215285999999878e2","0.67823608000000036e2"],["-0.96217223999999987e2","0.67813309000000061e2"],["-0.96221389999999985e2","0.67697754000000032e2"],["-0.96220000999999911e2","0.67693038999999999e2"],["-0.96212508999999955e2","0.67683868000000075e2"],["-0.96206116000000009e2",67.67942800000003],["-0.96195540999999992e2","0.67682754999999986e2"],["-0.96186934999999949e2","0.67688873000000115e2"],["-0.96179717999999923e2","0.67692748999999992e2"],["-0.96168335000000013e2","0.67694977000000108e2"],["-0.96166655999999989e2","0.67690262000000075e2"],["-0.96174712999999997e2","0.67643051000000071e2"],["-0.96185271999999941e2","0.67626373000000001e2"],["-0.96191939999999988e2",67.62164300000012],["-0.96203339000000028e2",67.61914100000007],["-0.96216400000000021e2","0.67618591000000038e2"],["-0.96230834999999956e2","0.67619979999999998e2"],["-0.96246657999999968e2","0.67623306000000071e2"],["-0.96257781999999963e2","0.67626923000000033e2"],["-0.96266402999999968e2","0.67631088000000034e2"],["-0.96329726999999991e2","0.67610260000000096e2"],["-0.96437774999999931e2","0.67541367000000037e2"],["-0.96461394999999925e2","0.67508880999999917e2"],["-0.96464721999999881e2","0.67503326000000015e2"],["-0.96469161999999983e2","0.67492751999999996e2"],["-0.96464721999999881e2","0.67478043000000127e2"],["-0.96461120999999991e2","0.67473312000000021e2"],["-0.96451675000000023e2","0.67471374999999966e2"],["-0.96441939999999931e2","0.67475540000000137e2"],["-0.96363892000000021e2","0.67478043000000127e2"],["-0.96294158999999979e2","0.67444702000000007e2"],["-0.96222778000000005e2","0.67421920999999941e2"],["-0.96210006999999962e2","0.67419144000000074e2"],["-0.96196380999999917e2","0.67418869000000029e2"],["-0.96185821999999973e2","0.67422211000000004e2"],[-96.158051,67.43664600000011],["-0.96141388000000006e2","0.67448868000000061e2"],["-0.96135559000000001e2","0.67454712000000086e2"],["-0.96118880999999931e2","0.67466660000000104e2"],["-0.96107498000000021e2","0.67469147000000021e2"],[-96.09722899999997,"0.67464706000000092e2"],["-0.96069457999999997e2","0.67433593999999971e2"],["-0.96070281999999963e2","0.67428314000000114e2"],["-0.96124161000000015e2","0.67377196999999967e2"],["-0.96166655999999989e2","0.67341660000000047e2"],["-0.96177215999999873e2","0.67336929000000112e2"],["-0.96208618000000001e2","0.67326935000000105e2"],["-0.96218613000000005e2","0.67322768999999994e2"],["-0.96226944000000003e2","0.67316666000000055e2"],["-0.96251113999999916e2",67.25277699999998],["-0.96252228000000002e2","0.67247482000000048e2"],["-0.96243606999999884e2","0.67243317000000047e2"],["-0.96129990000000021e2",67.21665999999999],["-0.96114440999999999e2","0.67213318000000072e2"],["-0.96102492999999981e2","0.67214705999999978e2"],["-0.96091384999999946e2","0.67217209000000139e2"],["-0.95921111999999994e2","0.67278595000000053e2"],["-0.95817504999999926e2","0.67331940000000145e2"],["-0.95756393000000003e2","0.67367477000000065e2"],["-0.95739990000000034e2","0.67376648000000046e2"],["-0.95603057999999919e2","0.67383330999999998e2"],[-95.58944699999995,"0.67383040999999992e2"],["-0.95576949999999954e2","0.67380264000000068e2"],["-0.95565825999999959e2","0.67376648000000046e2"],["-0.95549163999999962e2","0.67368316999999934e2"],[-95.53472899999997,"0.67359984999999995e2"],["-0.95528610000000015e2",67.35554500000012],["-0.95525008999999955e2","0.67351089000000059e2"],["-0.95553328999999962e2","0.67313309000000118e2"],["-0.95561660999999958e2","0.67307205000000124e2"],["-0.95618056999999965e2","0.67278320000000065e2"],["-0.95638061999999991e2","0.67270828000000108e2"],["-0.95677489999999977e2","0.67254166000000112e2"],["-0.95696654999999964e2","0.67244979999999998e2"],["-0.95763061999999877e2","0.67212769000000094e2"],["-0.95807495000000017e2","0.67186096000000134e2"],["-0.95823897999999986e2",67.174149],["-0.95829726999999991e2","0.67168319999999937e2"],["-0.95833327999999938e2","0.67162766000000147e2"],["-0.95821670999999924e2","0.67161102000000142e2"],["-0.95796951000000035e2",67.16304000000008],["-0.95774719000000005e2","0.67167755000000113e2"],[-95.74221799999998,"0.67176651000000049e2"],["-0.95712218999999948e2","0.67188309000000061e2"],["-0.95651397999999915e2","0.67198868000000118e2"],["-0.95568893000000003e2","0.67210541000000148e2"],["-0.95544158999999922e2","0.67212494000000106e2"],["-0.95515839000000028e2","0.67209717000000012e2"],["-0.95501113999999973e2",67.20748900000001],["-0.95435546999999929e2","0.67193863000000079e2"],["-0.95379439999999931e2","0.67154708999999968e2"],["-0.95326110999999969e2","0.67027205999999978e2"],["-0.95328613000000018e2","0.67016937000000098e2"],["-0.95337218999999948e2",66.99054000000001],[-95.34333799999996,"0.66974701000000096e2"],["-0.95350280999999882e2","0.66963882000000069e2"],["-0.95357773000000009e2","0.66959991000000002e2"],["-0.95416396999999961e2","0.66951935000000105e2"],[-95.53472899999997,"0.66941086000000041e2"],["-0.95597778000000005e2","0.66948868000000004e2"],["-0.95614166000000012e2","0.66970261000000107e2"],["-0.95721114999999998e2","0.66964706000000035e2"],["-0.95743331999999953e2","0.66959991000000002e2"],["-0.95839171999999962e2",66.94802900000002],["-0.95876099000000011e2","0.66945816000000036e2"],["-0.95902495999999985e2","0.66946640000000002e2"],["-0.95928054999999972e2","0.66952484000000027e2"],[-95.93638599999997,"0.66956649999999968e2"],["-0.95990279999999984e2","0.67004990000000134e2"],["-0.95993880999999931e2","0.67009720000000016e2"],["-0.95990554999999915e2","0.67014998999999989e2"],["-0.95978881999999999e2",67.026657],["-0.95961120999999991e2","0.67043869000000029e2"],[-95.93638599999997,"0.67065262000000132e2"],["-0.95932219999999973e2","0.67069716999999969e2"],["-0.95946945000000028e2","0.67072220000000129e2"],["-0.95958344000000011e2","0.67069716999999969e2"],["-0.95967772999999909e2","0.67065536000000066e2"],["-0.96004456000000005e2","0.67045821999999987e2"],["-0.96046111999999937e2","0.67016387999999949e2"],["-0.96051665999999955e2","0.67010818000000086e2"],["-0.96053878999999995e2","0.67000275000000101e2"],["-0.96046660999999972e2","0.66991088999999988e2"],["-0.96040558000000033e2","0.66986648999999943e2"],["-0.96023620999999935e2","0.66978591999999992e2"],["-0.96025008999999955e2","0.66973312000000135e2"],["-0.96033066000000019e2","0.66967484000000013e2"],["-0.96042770000000019e2","0.66963043000000084e2"],["-0.96110549999999932e2","0.66950821000000133e2"],[-96.12332200000003,"0.66950271999999984e2"],["-0.96138610999999912e2",66.953598],["-0.96240828999999962e2","0.66983597000000032e2"],["-0.96262512000000015e2","0.66991088999999988e2"],["-0.96279175000000009e2","0.66999145999999939e2"],["-0.96285278000000005e2","0.67003600999999946e2"],["-0.96286941999999954e2","0.67008606000000043e2"],["-0.96285827999999981e2","0.67013611000000083e2"],["-0.96274170000000026e2","0.67025269000000094e2"],["-0.96265288999999996e2","0.67030548000000067e2"],["-0.96261947999999961e2","0.67035812000000078e2"],["-0.96261123999999995e2","0.67041092000000106e2"],["-0.96263625999999988e2","0.67051086000000112e2"],["-0.96268889999999885e2",67.06053200000008],["-0.96288054999999929e2","0.67068329000000062e2"],[-96.37721299999987,"0.67084717000000126e2"],["-0.96392226999999991e2","0.67086928999999998e2"],["-0.96403884999999946e2","0.67085541000000092e2"],["-0.96452498999999989e2","0.67068329000000062e2"],["-0.96460555999999883e2","0.67062195000000031e2"],["-0.96456664999999987e2","0.67057754999999986e2"],["-0.96403884999999946e2","0.67008330999999998e2"],["-0.96273620999999991e2","0.66950271999999984e2"],["-0.96146392999999989e2","0.66894714000000135e2"],["-0.96128051999999968e2","0.66881653000000028e2"],[-96.11721799999998,"0.66867752000000053e2"],["-0.96115829000000019e2","0.66862761999999975e2"],[-96.11721799999998,"0.66857483000000002e2"],["-0.96116652999999985e2","0.66847488000000055e2"],["-0.96115554999999972e2","0.66842484000000127e2"],["-0.96114165999999898e2","0.66837494000000049e2"],["-0.96108886999999982e2","0.66832764000000054e2"],["-0.96100554999999929e2","0.66828598000000113e2"],["-0.96006667999999934e2","0.66794434000000081e2"],["-0.95980559999999912e2","0.66787491000000102e2"],["-0.95956115999999952e2","0.66782211000000075e2"],["-0.95912215999999944e2","0.66775543000000084e2"],["-0.95883621000000005e2","0.66768875000000094e2"],["-0.95862212999999997e2","0.66761107999999979e2"],["-0.95848052999999993e2","0.66752777000000037e2"],["-0.95841948999999943e2",66.74832200000003],["-0.95784728999999913e2","0.66674149000000057e2"],["-0.95777495999999985e2","0.66654984000000127e2"],["-0.95777221999999881e2","0.66644714000000022e2"],["-0.95780838000000017e2","0.66629150000000095e2"],["-0.95741378999999938e2","0.66638046000000031e2"],["-0.95656386999999995e2",66.6602630000001],["-0.95646666999999979e2","0.66664428999999984e2"],["-0.95629714999999976e2","0.66675536999999963e2"],["-0.95627486999999974e2",66.68609600000002],["-0.95648894999999982e2","0.66724152000000004e2"],["-0.95652221999999995e2","0.66728592000000049e2"],["-0.95660552999999993e2","0.66732757999999933e2"],["-0.95674437999999896e2","0.66734146000000067e2"],["-0.95784728999999913e2","0.66737198000000149e2"],["-0.95993056999999965e2",66.84275800000006],["-0.96087783999999999e2","0.66907486000000119e2"],["-0.96091674999999896e2","0.66911925999999994e2"],["-0.96092772999999966e2","0.66916931000000034e2"],["-0.96091674999999896e2","0.66922211000000061e2"],[-96.08555599999994,"0.66926926000000094e2"],["-0.96066956000000005e2","0.66936371000000008e2"],["-0.96047500999999954e2","0.66944702000000063e2"],["-0.96037216000000001e2",66.94802900000002],["-0.96026108000000022e2","0.66950271999999984e2"],["-0.96000290000000007e2","0.66950546000000088e2"],["-0.95902495999999985e2","0.66946640000000002e2"],["-0.95814437999999996e2","0.66941360000000145e2"],["-0.95785004000000015e2",66.93691999999993],["-0.95772780999999952e2","0.66932754999999929e2"],["-0.95766662999999994e2",66.928314],["-0.95763061999999877e2","0.66923874000000012e2"],["-0.95760559000000001e2","0.66913879000000065e2"],["-0.95756957999999997e2",66.90914900000007],[-95.75111400000003,66.90498400000007],["-0.95738051999999982e2","0.66901382000000126e2"],["-0.95724715999999944e2","0.66900817999999958e2"],["-0.95516662999999994e2","0.66902206000000092e2"],["-0.95493057000000022e2",66.90498400000007],["-0.95472228999999913e2","0.66911652000000061e2"],["-0.95389175000000023e2","0.66911102000000028e2"],["-0.95336669999999913e2","0.66893051000000014e2"],["-0.95323623999999882e2","0.66889434999999992e2"],["-0.95311385999999914e2","0.66889984000000084e2"],["-0.95300827000000027e2","0.66893326000000059e2"],["-0.95291672000000005e2","0.66898331000000098e2"],["-0.95267501999999979e2",66.91415400000011],["-0.95259170999999981e2","0.66920257999999933e2"],["-0.95220839999999896e2","0.66968322999999941e2"],[-95.21945199999999,"0.66973602000000142e2"],["-0.95226394999999968e2","0.66982758000000103e2"],["-0.95232223999999974e2","0.66987198000000092e2"],["-0.95289443999999946e2","0.67024994000000049e2"],["-0.95345000999999968e2","0.67084427000000119e2"],["-0.95352218999999991e2","0.67148331000000042e2"],["-0.95346389999999985e2",67.15387000000004],["-0.95266112999999905e2","0.67212769000000094e2"],["-0.95166107000000011e2","0.67276931999999988e2"],["-0.95162216000000001e2","0.67282211000000132e2"],["-0.95163329999999974e2","0.67287200999999982e2"],["-0.95171936000000017e2","0.67291367000000093e2"],[-95.18249499999996,67.29525799999999],["-0.95217223999999931e2","0.67306366000000139e2"],["-0.95279723999999874e2","0.67319442999999978e2"],["-0.95306380999999874e2","0.67326660000000061e2"],["-0.95314712999999927e2","0.67330550999999957e2"],["-0.95332779000000016e2",67.34387200000009],["-0.95336394999999982e2","0.67348328000000038e2"],["-0.95384170999999981e2","0.67444138000000009e2"],["-0.95339995999999928e2","0.67499709999999993e2"],["-0.95331679999999949e2","0.67505829000000006e2"],["-0.95324172999999917e2","0.67516663000000051e2"],["-0.95321670999999924e2","0.67527206000000035e2"],["-0.95323058999999944e2","0.67531936999999971e2"],["-0.95330001999999922e2","0.67541367000000037e2"],["-0.95343613000000005e2","0.67554977000000122e2"],[-95.34973100000002,"0.67559417999999994e2"],["-0.95466400000000021e2","0.67637207000000046e2"],["-0.95492492999999968e2","0.67643326000000059e2"],["-0.95535003999999958e2","0.67646652000000074e2"],["-0.95548339999999996e2","0.67649994000000049e2"],["-0.95693054000000018e2","0.67704436999999984e2"],["-0.95707779000000016e2","0.67723038000000031e2"],["-0.95709166999999923e2","0.67727768000000083e2"],["-0.95708053999999947e2","0.67733047000000056e2"],["-0.95704453000000001e2","0.67738586000000055e2"],["-0.95698333999999988e2","0.67744431000000134e2"],[-95.68110699999994,"0.67756378000000097e2"],["-0.95671936000000017e2","0.67761657999999954e2"],[-95.64973399999991,"0.67767211999999972e2"],["-0.95637511999999958e2","0.67768600000000049e2"],["-0.95626388999999961e2","0.67771927000000005e2"],["-0.95577498999999989e2","0.67787491000000102e2"],["-0.95558883999999978e2","0.67797759999999926e2"],["-0.95550277999999878e2","0.67803863999999976e2"],["-0.95544158999999922e2","0.67809708000000001e2"],[-95.53443900000002,"0.67820830999999998e2"],["-0.95525833000000034e2","0.67836928999999998e2"],["-0.95522231999999974e2","0.67852767999999969e2"],["-0.95527221999999995e2","0.67872208000000114e2"],["-0.95452224999999999e2","0.67981094000000041e2"],["-0.95416945999999996e2","0.68027771000000143e2"],[-95.42721599999993,"0.68032486000000006e2"],[-95.47193900000002,"0.68054977000000008e2"],["-0.95475280999999939e2","0.68058319000000097e2"],["-0.95472777999999948e2",68.06053200000008],["-0.95461394999999868e2","0.68063873000000115e2"],["-0.95404175000000009e2","0.68069443000000035e2"],[-95.34973100000002,"0.68074432000000002e2"],["-0.95343063000000029e2","0.68074432000000002e2"],["-0.95075561999999877e2","0.68068877999999984e2"],["-0.95071120999999948e2","0.68063599000000011e2"],["-0.95065276999999924e2","0.68060257000000036e2"],["-0.95054992999999911e2","0.68055251999999996e2"],["-0.95043883999999935e2","0.68051376000000118e2"],["-0.95023620999999991e2",68.04582199999993],["-0.95008895999999936e2","0.68044434000000024e2"],[-94.86721799999998,"0.68034149000000127e2"],["-0.94839721999999938e2","0.68034149000000127e2"],["-0.94788054999999986e2","0.68040543000000127e2"],[-94.72222899999997,"0.68054977000000008e2"],["-0.94714172000000019e2","0.68059418000000107e2"],["-0.94707503999999972e2","0.68065811000000053e2"],["-0.94696654999999964e2","0.68078598000000056e2"],["-0.94693877999999984e2","0.68083328000000108e2"],["-0.94604995999999971e2","0.68139708999999982e2"],[-94.37249799999995,"0.68221375000000023e2"],["-0.94210555999999997e2","0.68262772000000041e2"],["-0.94199157999999954e2","0.68267761000000007e2"],["-0.94193603999999993e2","0.68272217000000069e2"],["-0.94192214999999976e2","0.68276382000000069e2"],["-0.94191665999999941e2","0.68281372000000147e2"],["-0.94192489999999907e2","0.68292206000000022e2"],["-0.94193603999999993e2","0.68298325000000034e2"],["-0.94205275999999913e2","0.68313309000000118e2"],["-0.94209166999999979e2","0.68323607999999979e2"],["-0.94210280999999952e2","0.68328049000000078e2"],["-0.94210830999999985e2","0.68361374000000126e2"],["-0.94208054000000004e2","0.68366088999999988e2"],["-0.94203888000000006e2","0.68370255000000043e2"],["-0.94123046999999985e2","0.68416931000000091e2"],["-0.94104720999999984e2","0.68424149000000057e2"],[-94.00028999999995,"0.68460815000000025e2"],["-0.93968063000000029e2","0.68468596999999932e2"],["-0.93953613000000018e2","0.68471924000000058e2"],["-0.93936661000000015e2","0.68474700999999982e2"],["-0.93922774999999945e2","0.68475540000000137e2"],["-0.93893615999999952e2","0.68474700999999982e2"],["-0.93875823999999909e2","0.68477203000000031e2"],[-93.81138599999997,"0.68488037000000134e2"],["-0.93661391999999978e2","0.68520828000000051e2"],["-0.93656661999999983e2","0.68523315000000139e2"],["-0.93619155999999975e2","0.68544144000000074e2"],["-0.93553329000000019e2","0.68586380000000077e2"],["-0.93559722999999963e2","0.68611649000000114e2"],["-0.93621933000000013e2","0.68624419999999986e2"],["-0.93647507000000019e2","0.68626923000000147e2"],[-93.65306099999998,"0.68626373000000115e2"],["-0.93705276000000026e2","0.68657211000000132e2"],["-0.93697220000000016e2","0.68749145999999939e2"],["-0.93695267000000001e2","0.68751938000000052e2"],["-0.93639450000000011e2","0.68780548000000067e2"],["-0.93571670999999924e2","0.68834152000000074e2"],["-0.93567504999999926e2","0.68839706000000092e2"],["-0.93566100999999946e2","0.68849425999999994e2"],["-0.93634444999999971e2","0.68959152000000131e2"],["-0.93642226999999934e2","0.68963882000000012e2"],["-0.93666945999999996e2","0.68972214000000008e2"],["-0.93731383999999991e2","0.68974991000000102e2"],["-0.93925551999999868e2","0.68974701000000039e2"],["-0.94030838000000017e2","0.68918594000000098e2"],["-0.94039169000000015e2","0.68914154000000053e2"],["-0.94055832000000009e2","0.68901932000000102e2"],["-0.94068893000000003e2","0.68891098000000056e2"],["-0.94079726999999991e2","0.68847488000000055e2"],["-0.94071120999999891e2","0.68843596999999988e2"],["-0.94034164000000033e2","0.68833328000000108e2"],["-0.94021118000000001e2","0.68836105000000032e2"],["-0.93933884000000035e2",68.855255],["-0.93852492999999981e2","0.68879149999999981e2"],["-0.93838607999999965e2","0.68885268999999994e2"],["-0.93837783999999999e2","0.68886383000000023e2"],["-0.93824722000000008e2","0.68891373000000044e2"],["-0.93813889000000017e2","0.68893050999999957e2"],[-93.80999799999995,"0.68890549000000078e2"],["-0.93813889000000017e2",68.88499500000006],["-0.93829726999999934e2","0.68876083000000051e2"],["-0.93934157999999968e2","0.68824997000000053e2"],["-0.94085006999999962e2","0.68761108000000092e2"],["-0.94095276000000013e2","0.68758040999999992e2"],["-0.94108046999999999e2","0.68755264000000068e2"],[-94.15972899999997,"0.68747756999999979e2"],["-0.94385559000000001e2","0.68729155999999932e2"],["-0.94490828999999962e2","0.68728867000000037e2"],[-94.625,"0.68761383000000137e2"],["-0.94608886999999925e2","0.68819443000000035e2"],["-0.94588897999999915e2","0.68841370000000097e2"],["-0.94583327999999938e2","0.68845825000000104e2"],["-0.94570847000000015e2","0.68850266000000033e2"],["-0.94561661000000015e2",68.855255],["-0.94556106999999997e2","0.68859985000000052e2"],["-0.94553054999999972e2","0.68864425999999924e2"],["-0.94545273000000009e2","0.68884720000000073e2"],["-0.94548049999999932e2","0.68888885000000073e2"],["-0.94557495000000017e2","0.68893050999999957e2"],["-0.94569457999999941e2","0.68893600000000106e2"],["-0.94577224999999999e2","0.68896652000000017e2"],["-0.94585555999999997e2","0.68903046000000074e2"],["-0.94589995999999985e2","0.68908325000000048e2"],["-0.94605835000000013e2","0.68951096000000064e2"],["-0.94604172000000005e2","0.68961929000000055e2"],["-0.94599166999999966e2","0.68965546000000018e2"],["-0.94587219000000005e2","0.68968872000000033e2"],["-0.94553329000000019e2","0.68973877000000073e2"],[-94.37388599999997,"0.69003052000000139e2"],["-0.94224166999999966e2","0.69027771000000143e2"],["-0.94163054999999986e2","0.69052200000000084e2"],["-0.94151397999999972e2","0.69057205000000124e2"],["-0.94072784000000013e2","0.69126648000000046e2"],["-0.94072509999999966e2","0.69144989000000066e2"],["-0.94137511999999901e2","0.69131927000000019e2"],[-94.22084000000001,69.1202550000001],["-0.94235001000000011e2","0.69119431000000134e2"],["-0.94248336999999935e2","0.69120529000000033e2"],["-0.94312209999999993e2","0.69144989000000066e2"],["-0.94323058999999944e2","0.69149994000000106e2"],["-0.94327498999999989e2",69.15525800000006],["-0.94329177999999899e2",69.16137700000013],["-0.94309433000000013e2","0.69294144000000131e2"],["-0.94306655999999975e2","0.69300262000000089e2"],["-0.94303328999999962e2","0.69304977000000122e2"],["-0.94291672000000005e2","0.69313873000000058e2"],["-0.94284163999999976e2","0.69318878000000097e2"],["-0.94259170999999924e2","0.69326660000000061e2"],["-0.94166655999999989e2","0.69342483999999956e2"],["-0.94043335000000013e2","0.69357483000000059e2"],["-0.94025009000000011e2","0.69359711000000004e2"],["-0.93955276000000026e2","0.69362762000000032e2"],["-0.93736664000000019e2","0.69399994000000049e2"],["-0.93626937999999939e2","0.69432479999999941e2"],["-0.93574721999999952e2","0.69441650000000038e2"],["-0.93562774999999988e2","0.69442748999999992e2"],["-0.93526397999999915e2","0.69438309000000004e2"],["-0.93532501000000025e2","0.69429977000000008e2"],["-0.93547774999999945e2","0.69420532000000094e2"],[-93.67971799999998,"0.69347762999999929e2"],["-0.93691665999999941e2",69.34275800000006],["-0.93741378999999995e2","0.69324432000000058e2"],["-0.93753066999999987e2","0.69320540999999992e2"],["-0.93764174999999966e2","0.69320540999999992e2"],["-0.93828612999999962e2","0.69265549000000078e2"],["-0.93856110000000001e2","0.69176926000000037e2"],["-0.93856658999999979e2","0.69172211000000004e2"],["-0.93845001000000025e2","0.69164992999999981e2"],["-0.93837218999999891e2","0.69164429000000041e2"],["-0.93634734999999978e2","0.69251663000000121e2"],["-0.93467498999999918e2","0.69317490000000021e2"],["-0.93456664999999987e2","0.69323043999999982e2"],["-0.93362777999999992e2",69.37164300000012],["-0.93365279999999984e2","0.69376082999999994e2"],["-0.93379439999999988e2","0.69376373000000001e2"],["-0.93459166999999866e2","0.69359711000000004e2"],["-0.93470001000000025e2","0.69356644000000074e2"],["-0.93478057999999976e2","0.69353317000000118e2"],["-0.93498046999999985e2","0.69349152000000117e2"],["-0.93511947999999961e2","0.69349426000000051e2"],["-0.93565001999999936e2","0.69367752000000053e2"],["-0.93560546999999929e2","0.69383881000000031e2"],["-0.93538054999999929e2","0.69410538000000088e2"],["-0.93527221999999995e2","0.69421646000000067e2"],["-0.93515839000000028e2","0.69425537000000134e2"],["-0.93503066999999874e2","0.69427475000000072e2"],["-0.93488892000000021e2","0.69434982000000048e2"],["-0.93439437999999939e2","0.69475265999999976e2"],["-0.93441375999999991e2",69.48054499999995],["-0.93487777999999992e2","0.69502777000000037e2"],["-0.93509734999999921e2","0.69513046000000088e2"],["-0.93532501000000025e2","0.69521103000000039e2"],["-0.93540833000000021e2","0.69523315000000082e2"],["-0.93587219000000005e2","0.69528046000000018e2"],["-0.93621933000000013e2","0.69527205999999978e2"],["-0.93683883999999978e2","0.69522217000000012e2"],["-0.93709732000000031e2",69.516098],["-0.93808884000000035e2","0.69488876000000062e2"],["-0.93869719999999973e2","0.69451660000000118e2"],["-0.94045272999999952e2","0.69439148000000102e2"],["-0.94279175000000009e2","0.69440262000000075e2"],["-0.94299728000000016e2","0.69443038999999999e2"],["-0.94313048999999978e2","0.69446640000000059e2"],["-0.94343886999999938e2","0.69459152000000074e2"],["-0.94451674999999966e2","0.69518600000000049e2"],["-0.94502501999999993e2","0.69556366000000025e2"],["-0.94591948999999943e2","0.69637206999999989e2"],["-0.94629439999999988e2","0.69683044000000052e2"],["-0.94670273000000009e2","0.69677475000000072e2"],["-0.94712783999999999e2",69.67164600000001],["-0.94749435000000005e2","0.69663605000000132e2"],["-0.94755004999999926e2","0.69661652000000004e2"],["-0.94764174999999966e2",69.65498400000007],["-0.94766662999999937e2","0.69651093000000003e2"],["-0.94762222000000008e2","0.69644714000000135e2"],["-0.94742217999999923e2","0.69628311000000053e2"],["-0.94724441999999954e2",69.61442599999998],["-0.94725554999999929e2","0.69608597000000145e2"],["-0.94730835000000013e2","0.69602767999999969e2"],["-0.94740279999999984e2","0.69597488000000055e2"],["-0.94769729999999981e2","0.69583054000000061e2"],["-0.94801101999999901e2","0.69572219999999959e2"],["-0.94820007000000032e2",69.56721500000009],["-0.94831116000000009e2",69.56581100000011],["-0.94846664000000033e2","0.69565536000000122e2"],["-0.94862777999999878e2","0.69566940000000102e2"],["-0.94951950000000011e2","0.69584427000000119e2"],["-0.95010558999999944e2","0.69603043000000127e2"],[-95,"0.69618865999999969e2"],["-0.95009444999999971e2","0.69621643000000063e2"],["-0.95021118000000001e2","0.69621643000000063e2"],["-0.95078612999999962e2","0.69616379000000109e2"],["-0.95168609999999887e2","0.69630538999999999e2"],["-0.95396118000000001e2","0.69678864000000033e2"],[-95.40834000000001,"0.69681931000000134e2"],["-0.95423049999999932e2","0.69686096000000134e2"],["-0.95544997999999964e2","0.69726929000000041e2"],["-0.95648055999999997e2","0.69780273000000022e2"],[-95.71556099999998,"0.69791366999999923e2"],["-0.95724715999999944e2","0.69789978000000133e2"],["-0.95728332999999907e2","0.69789153999999996e2"],["-0.95738892000000021e2","0.69786102000000028e2"],["-0.95757232999999928e2","0.69777205999999921e2"],["-0.95758620999999948e2","0.69772766000000104e2"],[-95.86332699999997,"0.69772216999999955e2"],["-0.95960830999999985e2","0.69778045999999961e2"],["-0.95975554999999929e2","0.69781937000000028e2"],["-0.96020279000000016e2",69.80442800000003],["-0.96035827999999924e2","0.69813873000000115e2"],["-0.96074447999999961e2","0.69841934000000037e2"],["-0.96087783999999999e2","0.69869141000000127e2"],["-0.96082229999999925e2","0.69873596000000134e2"],["-0.96085007000000019e2",69.91137700000013],["-0.96097778000000005e2","0.69946639999999945e2"],["-0.96116104000000007e2","0.69953872999999987e2"],["-0.96177215999999873e2","0.69964705999999921e2"],["-0.96195540999999992e2","0.69965546000000018e2"],["-0.96198607999999979e2","0.69964995999999985e2"],["-0.96209441999999967e2","0.69961655000000121e2"],["-0.96217223999999987e2","0.69958327999999995e2"],["-0.96220550999999944e2",69.95748900000001],["-0.96235000999999954e2",69.95748900000001],["-0.96246947999999918e2","0.69958878000000027e2"],["-0.96257232999999928e2","0.69963043000000027e2"],["-0.96272780999999952e2","0.69971099999999979e2"],[-96.38137799999987,70.02748100000008],["-0.96402495999999871e2","0.70039978000000076e2"],["-0.96459441999999967e2","0.70075546000000088e2"],["-0.96500290000000007e2","0.70101379000000009e2"],["-0.96509170999999924e2","0.70108597000000032e2"],["-0.96525283999999942e2","0.70122756999999979e2"],["-0.96531677000000002e2","0.70131088000000034e2"],[-96.55610699999994,"0.70191925000000083e2"],["-0.96568892999999946e2","0.70224425999999994e2"],["-0.96571670999999867e2","0.70234421000000054e2"],["-0.96570281999999963e2","0.70251099000000124e2"],["-0.96568619000000012e2","0.70268600000000106e2"],["-0.96562774999999931e2","0.70300262000000032e2"],["-0.96558608999999933e2",70.3119200000001],["-0.96555557000000022e2","0.70317490000000134e2"],["-0.96548339999999996e2","0.70328872999999987e2"],["-0.96535003999999958e2","0.70344147000000078e2"],["-0.96294723999999974e2","0.70522491000000116e2"],["-0.96232773000000009e2","0.70562195000000031e2"],["-0.96078887999999893e2","0.70587494000000049e2"],["-0.96069732999999928e2","0.70587769000000037e2"],["-0.96045273000000009e2","0.70584152000000074e2"],["-0.96041107000000011e2","0.70576934999999992e2"],["-0.96033324999999934e2","0.70572769000000108e2"],["-0.95995269999999948e2","0.70559707999999944e2"],[-95.93499799999995,"0.70547485000000108e2"],[-95.92332499999992,"0.70545258000000047e2"],["-0.95806106999999997e2","0.70528869999999984e2"],["-0.95797225999999966e2","0.70529434000000094e2"],["-0.95789443999999946e2","0.70536652000000117e2"],["-0.95791381999999999e2","0.70542755000000056e2"],["-0.95799164000000019e2","0.70549149000000114e2"],["-0.95855834999999956e2","0.70553314000000114e2"],["-0.95914168999999902e2","0.70559417999999937e2"],["-0.95931670999999938e2","0.70562195000000031e2"],[-95.96444699999995,"0.70568878000000041e2"],["-0.96000564999999995e2","0.70579987000000074e2"],["-0.96049987999999928e2","0.70600266000000033e2"],["-0.96058334000000002e2","0.70605820000000051e2"],["-0.96061385999999857e2","0.70617203000000018e2"],["-0.96055557000000022e2","0.70643050999999957e2"],["-0.96048339999999996e2","0.70646942000000024e2"],["-0.95952498999999989e2","0.70679702999999961e2"],[-95.848343,"0.70706940000000088e2"],["-0.95815551999999968e2",70.70915199999996],["-0.95817779999999971e2","0.70710265999999933e2"],["-0.95901947000000007e2","0.70707764000000054e2"],["-0.95932770000000005e2","0.70701096000000064e2"],["-0.96115554999999972e2","0.70656097000000102e2"],["-0.96138061999999991e2","0.70646378000000084e2"],["-0.96149993999999936e2","0.70637206999999989e2"],["-0.96152785999999935e2","0.70632477000000108e2"],["-0.96154723999999987e2","0.70624694999999974e2"],["-0.96153885000000002e2","0.70621643000000063e2"],[-96.158051,"0.70617476999999951e2"],["-0.96160277999999948e2","0.70616379000000052e2"],[-96.16361999999998,"0.70615540000000124e2"],["-0.96202788999999996e2","0.70621643000000063e2"],["-0.96376098999999954e2","0.70673035000000027e2"],["-0.96385284000000013e2","0.70677765000000022e2"],["-0.96394729999999981e2","0.70683594000000028e2"],["-0.96401108000000022e2","0.70690536000000122e2"],["-0.96410003999999958e2","0.70702484000000027e2"],["-0.96415557999999976e2",70.71527100000003],["-0.96422500999999954e2","0.70726089000000002e2"],[-96.43472300000002,"0.70737198000000035e2"],["-0.96446654999999964e2","0.70741928000000087e2"],[-96.53694200000001,"0.70763321000000019e2"],["-0.96580565999999976e2","0.70777480999999909e2"],["-0.96603881999999942e2","0.70788040000000137e2"],["-0.96611938000000009e2","0.70794434000000024e2"],[-96.61500499999994,70.80442800000003],[-96.61361699999992,70.8211060000001],["-0.96601944000000003e2","0.70849990999999989e2"],["-0.96591674999999952e2","0.70866928000000144e2"],["-0.96578613000000018e2","0.70878035999999952e2"],["-0.96571121000000005e2","0.70883040999999992e2"],["-0.96545272999999895e2","0.70904983999999956e2"],[-96.53083799999996,"0.70921371000000136e2"],[-96.52416999999997,"0.70931656000000032e2"],["-0.96513061999999991e2","0.70949707000000046e2"],["-0.96510833999999932e2","0.70955826000000059e2"],["-0.96503066999999987e2",70.99693300000007],["-0.96495833999999888e2","0.71040268000000083e2"],["-0.96481673999999884e2","0.71043319999999994e2"],["-0.96450286999999946e2","0.71044983000000116e2"],["-0.96414444000000003e2","0.71053589000000045e2"],["-0.96406661999999926e2","0.71058594000000085e2"],["-0.96369995000000017e2","0.71089981000000023e2"],["-0.96371108999999933e2","0.71093048000000124e2"],["-0.96375823999999966e2","0.71098037999999974e2"],[-96.40943900000002,"0.71119431000000077e2"],["-0.96417770000000019e2","0.71113602000000071e2"],["-0.96420273000000009e2","0.71107208000000014e2"],["-0.96412215999999944e2","0.71095824999999991e2"],["-0.96410003999999958e2","0.71089705999999978e2"],["-0.96413619999999923e2","0.71084152000000017e2"],["-0.96421111999999994e2",71.0816650000001],["-0.96440825999999959e2","0.71079163000000051e2"],["-0.96461394999999925e2","0.71080551000000128e2"],["-0.96476669000000015e2",71.08526599999999],[-96.50556899999998,"0.71097214000000008e2"],["-0.96538329999999974e2",71.11303700000002],["-0.96552215999999987e2","0.71119980000000055e2"],["-0.96560546999999985e2","0.71126373000000001e2"],["-0.96559433000000013e2",71.1308140000001],["-0.96553878999999995e2","0.71136932000000058e2"],["-0.96548614999999927e2","0.71140548999999965e2"],["-0.96467223999999931e2","0.71165267999999969e2"],["-0.96457992999999988e2","0.71195564000000047e2"],["-0.96462203999999986e2","0.71255501000000038e2"],["-0.96504455999999891e2","0.71276093000000117e2"],["-0.96503890999999953e2","0.71277205999999978e2"],["-0.96488891999999964e2","0.71286102000000085e2"],["-0.96278060999999923e2","0.71326384999999959e2"],[-96.24499499999996,"0.71353866999999923e2"],[-96.21833799999996,"0.71375809000000004e2"],["-0.96193329000000006e2","0.71389984000000084e2"],["-0.96168335000000013e2","0.71399993999999992e2"],["-0.96134170999999981e2","0.71409714000000065e2"],["-0.96046386999999982e2","0.71418045000000006e2"],["-0.96027785999999935e2",71.417755],["-0.95926392000000021e2","0.71400542999999971e2"],["-0.95893889999999942e2","0.71390823000000069e2"],["-0.95882766999999944e2","0.71384155000000078e2"],["-0.95878875999999991e2","0.71378586000000098e2"],["-0.95878052000000025e2",71.37303200000008],["-0.95878875999999991e2","0.71367203000000075e2"],["-0.95859160999999972e2","0.71354980000000012e2"],["-0.95830001999999922e2","0.71343048000000067e2"],["-0.95792220999999927e2","0.71328049000000021e2"],["-0.95673049999999989e2","0.71287491000000102e2"],["-0.95658889999999985e2","0.71285537999999974e2"],["-0.95551102000000014e2","0.71289978000000019e2"],["-0.95535278000000005e2","0.71290816999999947e2"],["-0.95455276000000026e2","0.71367751999999996e2"],["-0.95451401000000033e2","0.71375809000000004e2"],["-0.95547775000000001e2","0.71487762000000032e2"],["-0.95779998999999975e2","0.71503875999999991e2"],["-0.95832779000000016e2","0.71515823000000125e2"],["-0.95936660999999901e2","0.71546646000000123e2"],["-0.95943054000000018e2","0.71553589000000102e2"],["-0.95908339999999953e2","0.71600540000000137e2"],["-0.95895003999999915e2","0.71610535000000027e2"],["-0.95889998999999989e2","0.71613312000000121e2"],["-0.95877212999999983e2",71.61831699999999],["-0.95863892000000021e2","0.71619430999999963e2"],["-0.95812209999999936e2","0.71621918000000051e2"],["-0.95744719999999973e2","0.71624145999999996e2"],["-0.95678878999999995e2","0.71646378000000084e2"],["-0.95539718999999991e2","0.71703597999999943e2"],["-0.95399733999999967e2","0.71718597000000045e2"],["-0.95301620000000014e2","0.71721099999999979e2"],["-0.95289443999999946e2","0.71753601000000117e2"],["-0.95289443999999946e2","0.71757491999999957e2"],["-0.95288054999999872e2","0.71761932000000002e2"],["-0.95285827999999981e2","0.71767212000000086e2"],["-0.95239440999999999e2",71.82249500000006],["-0.95226944000000003e2","0.71826660000000061e2"],["-0.95073059000000001e2",71.84137000000004],["-0.94890288999999996e2","0.71844711000000075e2"],["-0.94856383999999991e2","0.71843322999999998e2"],["-0.94838897999999972e2","0.71841094999999996e2"],["-0.94795272999999952e2","0.71833328000000051e2"],["-0.94744155999999975e2","0.71823044000000039e2"],[-94.73443599999996,"0.71823317999999972e2"],["-0.94716399999999965e2","0.71826096000000121e2"],["-0.94653884999999946e2","0.71845261000000107e2"],["-0.94612503000000004e2","0.71859711000000004e2"],["-0.94606658999999979e2","0.71863312000000064e2"],["-0.94607772999999952e2","0.71866378999999995e2"],["-0.94615279999999984e2","0.71868866000000082e2"],["-0.94629715000000033e2","0.71866928000000144e2"],[-94.65583799999996,"0.71861923000000104e2"],["-0.94706115999999952e2","0.71848038000000031e2"],["-0.94743056999999965e2","0.71839432000000102e2"],["-0.94756957999999941e2","0.71837493999999936e2"],["-0.94775283999999942e2","0.71838882000000069e2"],["-0.94783066000000019e2",71.84137000000004],["-0.94826110999999969e2","0.71847487999999998e2"],["-0.94853607000000011e2","0.71849426000000108e2"],["-0.94903885000000002e2","0.71850266000000147e2"],["-0.95102492999999981e2","0.71851089000000002e2"],["-0.95119155999999975e2","0.71850266000000147e2"],["-0.95157227000000034e2","0.71845825000000048e2"],["-0.95179992999999968e2","0.71843048000000124e2"],["-0.95180557000000022e2","0.71842208999999968e2"],["-0.95192489999999964e2",71.84137000000004],["-0.95213333000000034e2","0.71843048000000124e2"],["-0.95231110000000001e2","0.71849152000000004e2"],["-0.95240829000000019e2","0.71853867000000037e2"],[-95.25167799999997,71.86053499999997],["-0.95256667999999934e2","0.71866928000000144e2"],["-0.95255004999999983e2","0.71895537999999988e2"],["-0.95222778000000005e2","0.71942200000000071e2"],["-0.95217498999999862e2","0.71944976999999994e2"],["-0.95201400999999976e2",71.94720500000011],[-94.97193900000002,"0.71975814999999955e2"],["-0.94741104000000007e2",71.99192800000003],["-0.94698043999999982e2","0.71993590999999924e2"],["-0.94661666999999966e2","0.71994980000000112e2"],["-0.94579726999999991e2",71.99693300000007],[-94.56361400000003,71.99693300000007],["-0.94530288999999982e2",71.99443100000002],["-0.94499435000000005e2","0.71988037000000134e2"],["-0.94487212999999997e2","0.71983322000000101e2"],["-0.94393615999999952e2","0.71938309000000004e2"],["-0.94387222000000008e2","0.71933868000000075e2"],["-0.94388610999999912e2","0.71924149000000114e2"],["-0.94460555999999997e2","0.71849426000000108e2"],[-94.47222899999997,"0.71847214000000065e2"],["-0.94506667999999991e2","0.71847762999999986e2"],["-0.94521118000000001e2","0.71849990999999932e2"],["-0.94539444000000003e2","0.71851379000000065e2"],["-0.94562499999999943e2","0.71849990999999932e2"],["-0.94574448000000018e2",71.84693900000002],[-94.64416499999993,"0.71818329000000006e2"],[-94.61860699999994,"0.71753326000000072e2"],["-0.94611937999999952e2",71.74971000000005],["-0.94599730999999906e2","0.71744704999999954e2"],["-0.94594161999999983e2","0.71743317000000047e2"],["-0.94569457999999941e2","0.71744979999999998e2"],["-0.94555831999999896e2","0.71750000000000057e2"],["-0.94538604999999961e2","0.71758331000000112e2"],["-0.94536391999999978e2","0.71761108000000036e2"],["-0.94528609999999958e2","0.71771378000000141e2"],["-0.94519729999999925e2",71.78915400000011],["-0.94497498000000007e2","0.71818329000000006e2"],[-94.48832699999997,"0.71824158000000011e2"],["-0.94484726000000023e2","0.71824706999999933e2"],["-0.94392226999999991e2",71.81442300000009],["-0.94366104000000007e2","0.71802475000000072e2"],["-0.94356658999999866e2","0.71796371000000022e2"],["-0.94354720999999984e2","0.71792479999999955e2"],["-0.94389998999999989e2",71.71775800000006],["-0.94419448999999986e2","0.71667205999999965e2"],["-0.94423889000000031e2",71.66137700000013],["-0.94418335000000013e2","0.71659987999999942e2"],[-94.40695199999999,"0.71660812000000135e2"],["-0.94368880999999988e2","0.71675262000000032e2"],["-0.94267226999999991e2","0.71730820000000051e2"],["-0.94258895999999993e2","0.71741928000000087e2"],["-0.94255843999999968e2","0.71753876000000105e2"],["-0.94242766999999958e2","0.71770828000000108e2"],["-0.94228058000000033e2","0.71781661999999983e2"],["-0.94207229999999925e2","0.71789428999999927e2"],["-0.94194442999999922e2","0.71791931000000034e2"],["-0.94181670999999994e2","0.71791931000000034e2"],["-0.94036941999999954e2","0.71787200999999982e2"],["-0.94023620999999991e2","0.71785812000000021e2"],["-0.94014724999999885e2","0.71781096999999988e2"],["-0.94008347000000015e2","0.71774993999999992e2"],["-0.94006393000000003e2","0.71763321000000019e2"],["-0.93993880999999988e2","0.71753052000000139e2"],["-0.93972503999999958e2","0.71745818999999983e2"],["-0.93942490000000021e2","0.71743590999999981e2"],["-0.93909728999999913e2","0.71744979999999998e2"],["-0.93888061999999991e2","0.71748322000000087e2"],["-0.93871383999999978e2","0.71753052000000139e2"],["-0.93850280999999995e2","0.71763321000000019e2"],["-0.93830841000000021e2","0.71771652000000074e2"],["-0.93818892999999889e2","0.71774703999999986e2"],["-0.93802215999999987e2","0.71775542999999971e2"],["-0.93784164000000033e2","0.71774155000000064e2"],["-0.93741942999999992e2","0.71769150000000025e2"],["-0.93726669000000015e2",71.76638800000012],[-93.71166999999997,"0.71761383000000023e2"],["-0.93707229999999925e2","0.71754990000000078e2"],["-0.93694153000000028e2","0.71716095000000109e2"],["-0.93696655000000021e2","0.71710815000000082e2"],["-0.93704452999999944e2","0.71705261000000064e2"],["-0.93737777999999992e2","0.71689423000000033e2"],["-0.93764724999999999e2","0.71679703000000131e2"],["-0.93811110999999926e2","0.71657486000000063e2"],["-0.93818618999999956e2","0.71651932000000102e2"],[-93.81138599999997,"0.71645538000000045e2"],["-0.93797226000000023e2","0.71639435000000105e2"],["-0.93658339999999896e2","0.71581940000000031e2"],["-0.93618057000000022e2",71.56860400000005],["-0.93589447000000007e2","0.71561371000000065e2"],["-0.93513061999999877e2","0.71544707999999957e2"],["-0.93494994999999903e2","0.71541656000000046e2"],["-0.93476944000000003e2","0.71540267999999969e2"],["-0.93428328999999962e2","0.71534149000000127e2"],["-0.93412216000000001e2","0.71530823000000055e2"],["-0.93230835000000013e2","0.71473602000000142e2"],["-0.93214171999999962e2","0.71467209000000139e2"],["-0.93201401000000033e2","0.71461380000000133e2"],[-93.18638599999997,"0.71435806000000127e2"],[-93.18638599999997,"0.71430267000000129e2"],[-93.18998699999986,"0.71423874000000012e2"],["-0.93193877999999927e2","0.71419433999999967e2"],["-0.93195540999999935e2","0.71413605000000132e2"],["-0.93190551999999968e2","0.71408035000000098e2"],["-0.93180556999999965e2","0.71401093000000003e2"],["-0.93142501999999979e2","0.71374985000000038e2"],["-0.93128875999999991e2","0.71368866000000025e2"],["-0.93101944000000003e2","0.71367477000000008e2"],["-0.93062774999999988e2",71.36943100000002],["-0.93045272999999952e2","0.71367751999999996e2"],["-0.93029175000000009e2",71.36442599999998],["-0.92997222999999963e2","0.71353866999999923e2"],["-0.92985824999999863e2","0.71348877000000073e2"],["-0.92977218999999934e2","0.71343872000000033e2"],["-0.92973891999999978e2","0.71340820000000122e2"],["-0.92941939999999931e2","0.71288879000000009e2"],["-0.92938599000000011e2","0.71270538000000045e2"],["-0.92936110999999926e2","0.71247481999999991e2"],["-0.92931945999999925e2","0.71220535000000041e2"],["-0.92930831999999953e2","0.71214432000000102e2"],["-0.92923889000000031e2","0.71207763999999941e2"],["-0.92854445999999996e2","0.71151382000000126e2"],["-0.92862777999999992e2","0.71139434999999992e2"],["-0.92869155999999975e2","0.71128036000000122e2"],["-0.92888610999999969e2","0.71074707000000103e2"],["-0.92889998999999932e2","0.71065810999999997e2"],["-0.92906951999999933e2","0.70912491000000102e2"],["-0.93030838000000017e2","0.70878860000000088e2"],["-0.93040833000000021e2","0.70877762000000018e2"],["-0.93048339999999996e2","0.70873870999999951e2"],["-0.93046111999999937e2","0.70867203000000018e2"],["-0.93042769999999905e2","0.70863876000000062e2"],["-0.93027495999999985e2","0.70852768000000083e2"],["-0.92982498000000021e2","0.70825546000000145e2"],["-0.92958618000000001e2","0.70817490000000078e2"],["-0.92928328999999962e2","0.70811371000000008e2"],["-0.92911391999999978e2","0.70809982000000048e2"],["-0.92813048999999978e2","0.70805817000000047e2"],["-0.92688598999999954e2","0.70775542999999971e2"],["-0.92676666000000012e2","0.70771652000000074e2"],["-0.92641112999999962e2",70.71527100000003],["-0.92639449999999954e2","0.70709991000000116e2"],["-0.92642501999999979e2","0.70706375000000094e2"],["-0.92621933000000013e2","0.70683594000000028e2"],["-0.92592772999999966e2","0.70685806000000127e2"],["-0.92430557000000022e2","0.70666091999999992e2"],["-0.92418059999999969e2",70.66304000000008],["-0.92208053999999947e2","0.70610260000000039e2"],["-0.92199158000000011e2","0.70606644000000017e2"],["-0.92169158999999979e2","0.70590271000000143e2"],["-0.92159163999999976e2","0.70584152000000074e2"],["-0.92157501000000025e2","0.70579163000000108e2"],["-0.92156661999999983e2","0.70573044000000095e2"],["-0.92168335000000013e2","0.70569992000000013e2"],["-0.92196105999999986e2","0.70571105999999986e2"],["-0.92228607000000011e2","0.70573608000000036e2"],["-0.92245543999999995e2","0.70571380999999974e2"],[-92.25,"0.70569716999999969e2"],["-0.92265014999999892e2","0.70551926000000037e2"],["-0.92265014999999892e2","0.70548035000000141e2"],[-92.25,"0.70501389000000131e2"],["-0.92238051999999982e2","0.70487198000000092e2"],["-0.92116652999999985e2","0.70470825000000048e2"],["-0.92110000999999897e2","0.70468322999999998e2"],["-0.91996947999999975e2","0.70390823000000069e2"],["-0.91987777999999992e2","0.70355820000000108e2"],["-0.91992492999999968e2","0.70320540999999992e2"],["-0.91995269999999948e2","0.70316665999999998e2"],["-0.91985549999999932e2","0.70289703000000031e2"],["-0.91959732000000031e2",70.2586060000001],["-0.91952224999999999e2","0.70255264000000125e2"],["-0.91946945000000028e2","0.70258041000000048e2"],["-0.91942214999999976e2","0.70263610999999969e2"],["-0.91920273000000009e2","0.70296370999999965e2"],["-0.91900283999999999e2","0.70330826000000116e2"],["-0.91903610000000015e2","0.70337204000000042e2"],[-91.904449,"0.70343323000000112e2"],[-91.89805599999994,"0.70349152000000117e2"],["-0.91890288999999996e2","0.70354431000000091e2"],["-0.91878052000000025e2","0.70358321999999987e2"],["-0.91867492999999968e2","0.70360260000000096e2"],["-0.91853058000000033e2","0.70361374000000069e2"],[-91.73721299999994,"0.70358596999999975e2"],["-0.91729720999999984e2","0.70356934000000081e2"],["-0.91703887999999949e2",70.34526100000005],["-0.91698883000000023e2","0.70342484000000127e2"],[-91.69387799999987,"0.70336380000000077e2"],["-0.91636123999999938e2","0.70231658999999979e2"],["-0.91565276999999924e2","0.70200546000000145e2"],["-0.91524169999999913e2","0.70179153000000042e2"],["-0.91513625999999931e2","0.70167206000000078e2"],["-0.91511948000000018e2","0.70158875000000023e2"],["-0.91511397999999986e2","0.70152771000000143e2"],["-0.91516953000000001e2","0.70146378000000027e2"],["-0.91529174999999952e2","0.70142487000000131e2"],["-0.91542495999999915e2","0.70140823000000125e2"],["-0.91578063999999927e2",70.13749700000011],["-0.91916655999999989e2","0.70119980000000055e2"],["-0.91953339000000028e2","0.70118317000000104e2"],["-0.91972228999999913e2","0.70118591000000038e2"],["-0.92003890999999953e2","0.70121368000000132e2"],["-0.92021392999999989e2","0.70123596000000077e2"],["-0.92036117999999931e2","0.70126923000000033e2"],["-0.92049438000000009e2","0.70132202000000007e2"],[-92.05749499999996,"0.70136932000000058e2"],["-0.92234436000000017e2","0.70212203999999986e2"],["-0.92268341000000021e2","0.70208878000000141e2"],["-0.92393065999999976e2","0.70150543000000027e2"],["-0.92450287000000003e2",70.0711060000001],["-0.92432220000000029e2","0.70075546000000088e2"],["-0.92285278000000005e2","0.70089706000000035e2"],["-0.92268341000000021e2","0.70090546000000074e2"],["-0.92177489999999977e2","0.70088318000000072e2"],["-0.92129990000000021e2","0.70084991000000002e2"],["-0.92087508999999898e2","0.70079711999999972e2"],["-0.92026397999999972e2","0.70066376000000048e2"],["-0.91993056999999965e2","0.70058594000000085e2"],["-0.91985274999999945e2","0.70053864000000033e2"],["-0.91939712999999983e2","0.70020263999999997e2"],["-0.91946654999999907e2","0.70015823000000069e2"],["-0.92114440999999999e2","0.69956375000000037e2"],["-0.92148894999999925e2","0.69946639999999945e2"],["-0.92203887999999949e2",69.92053199999998],["-0.92369445999999982e2","0.69847763000000043e2"],["-0.92543335000000013e2","0.69780548000000067e2"],["-0.92658614999999998e2","0.69761108000000092e2"],["-0.92778610000000015e2","0.69722214000000008e2"],["-0.92775283999999999e2","0.69706375000000094e2"],["-0.92565552000000025e2",69.71276899999998],["-0.92551392000000021e2","0.69712494000000106e2"],["-0.92535004000000015e2","0.69709427000000005e2"],["-0.92535277999999948e2","0.69705261000000121e2"],["-0.92709732000000031e2","0.69673874000000012e2"],["-0.92728881999999999e2",69.67164600000001],["-0.92743805000000009e2","0.69671951000000035e2"],["-0.92777221999999938e2","0.69676086000000055e2"],["-0.92858046999999999e2",69.6827550000001],["-0.92871384000000035e2","0.69682480000000112e2"],["-0.92908889999999985e2","0.69680541999999946e2"],["-0.92922774999999888e2","0.69679427999999973e2"],["-0.92923614999999927e2",69.678314],["-0.92920273000000009e2","0.69669708000000071e2"],["-0.92897506999999962e2","0.69665543000000071e2"],["-0.92836120999999991e2","0.69655822999999998e2"],["-0.92827498999999989e2","0.69655822999999998e2"],["-0.92694442999999978e2","0.69656372000000147e2"],["-0.92634726999999998e2","0.69671088999999938e2"],["-0.92629378999999972e2","0.69673592000000099e2"],["-0.92619056999999998e2","0.69675758000000087e2"],[-92.5625,"0.69687484999999981e2"],["-0.92523620999999935e2","0.69692749000000106e2"],["-0.92506957999999941e2","0.69693588000000091e2"],["-0.92340835999999967e2","0.69694138000000123e2"],["-0.92305831999999896e2","0.69665817000000004e2"],["-0.92205276000000026e2","0.69645538000000101e2"],["-0.92091110000000015e2","0.69624695000000031e2"],["-0.92088333000000034e2",69.62303200000008],["-0.92088607999999965e2","0.69618865999999969e2"],["-0.92090835999999911e2","0.69616089000000102e2"],["-0.92110549999999932e2","0.69613036999999963e2"],["-0.92122771999999998e2","0.69612198000000035e2"],["-0.92134170999999981e2","0.69612488000000042e2"],["-0.92243606999999884e2","0.69630264000000011e2"],[-92.28195199999999,"0.69639984000000084e2"],["-0.92291107000000011e2","0.69641373000000101e2"],["-0.92300551999999925e2","0.69641663000000108e2"],["-0.92297501000000011e2","0.69636932000000002e2"],["-0.92124709999999936e2","0.69554977000000065e2"],["-0.92084166999999979e2","0.69544708000000014e2"],["-0.91938323999999909e2","0.69517761000000121e2"],["-0.91803329000000019e2","0.69498870999999951e2"],["-0.91804168999999888e2","0.69504990000000021e2"],["-0.91798339999999939e2","0.69513885000000016e2"],["-0.91497498000000007e2","0.69658600000000092e2"],["-0.91485001000000011e2","0.69663315000000125e2"],["-0.91475280999999939e2","0.69664429000000098e2"],["-0.91450835999999981e2",69.65887499999991],["-0.91418883999999935e2",69.65554800000001],["-0.91314163000000008e2","0.69652771000000087e2"],["-0.91221114999999998e2","0.69653320000000008e2"],["-0.91202224999999942e2","0.69655258000000003e2"],["-0.91188599000000011e2",69.65387000000004],["-0.91097777999999948e2","0.69638321000000133e2"],["-0.91094161999999983e2","0.69636108000000036e2"],[-91.091949,"0.69631652999999972e2"],["-0.91095275999999956e2","0.69626647999999932e2"],["-0.91101943999999946e2","0.69620819000000097e2"],["-0.91105835000000013e2","0.69619141000000013e2"],["-0.91334441999999967e2","0.69552765000000022e2"],[-91.36082499999992,69.54553199999998],["-0.91380554000000018e2","0.69542480000000069e2"],["-0.91396118000000001e2","0.69541091999999992e2"],["-0.91460555999999997e2","0.69539703000000145e2"],["-0.91494720000000029e2","0.69537201000000096e2"],["-0.91514450000000011e2","0.69534148999999957e2"],["-0.91562774999999931e2","0.69522491000000116e2"],["-0.91570281999999963e2","0.69520264000000054e2"],[-91.56639100000001,"0.69514708999999982e2"],["-0.91557770000000005e2","0.69508041000000048e2"],["-0.91553878999999995e2","0.69505554000000132e2"],["-0.91402221999999938e2","0.69522217000000012e2"],["-0.91333618000000001e2","0.69534988000000112e2"],["-0.91321670999999924e2","0.69538879000000009e2"],["-0.91192215000000033e2","0.69562759000000028e2"],[-91.17971799999998,"0.69558868000000132e2"],["-0.91160277999999892e2","0.69546097000000032e2"],[-91.15055799999999,"0.69537201000000096e2"],["-0.91146666999999923e2","0.69531662000000097e2"],["-0.91143616000000009e2","0.69525268999999923e2"],["-0.91138610999999855e2","0.69519150000000081e2"],["-0.91128326000000015e2","0.69514160000000061e2"],["-0.91114166000000012e2","0.69510817999999915e2"],["-0.91102782999999988e2","0.69508881000000088e2"],["-0.90969727000000034e2","0.69511383000000137e2"],["-0.90830001999999922e2","0.69484984999999995e2"],["-0.90758620999999948e2","0.69482758000000103e2"],["-0.90751953000000015e2","0.69487198000000149e2"],["-0.90751403999999866e2",69.49275200000011],["-0.90758057000000008e2","0.69501389000000131e2"],["-0.90755843999999968e2","0.69507217000000082e2"],["-0.90754181000000017e2","0.69509155000000021e2"],["-0.90716109999999958e2","0.69539429000000041e2"],["-0.90698607999999922e2","0.69539429000000041e2"],["-0.90651108000000022e2","0.69534424000000001e2"],["-0.90536666999999909e2","0.69513885000000016e2"],["-0.90493332000000009e2","0.69504166000000055e2"],["-0.90436661000000015e2","0.69489700000000028e2"],["-0.90318619000000012e2","0.69454437000000041e2"],["-0.90307769999999948e2","0.69450272000000041e2"],["-0.90307769999999948e2",69.44720500000011],["-0.90319457999999997e2","0.69440536000000009e2"],[-90.34445199999999,"0.69432205000000124e2"],["-0.90358046999999942e2","0.69429703000000075e2"],["-0.90396392999999875e2","0.69428589000000102e2"],["-0.90411391999999921e2","0.69431365999999969e2"],["-0.90427489999999977e2","0.69440811000000053e2"],[-90.43360899999999,"0.69444976999999938e2"],["-0.90438323999999966e2","0.69448029000000076e2"],["-0.90450561999999991e2","0.69450272000000041e2"],["-0.90463332999999921e2","0.69448593000000017e2"],["-0.90493332000000009e2","0.69440811000000053e2"],["-0.90555556999999965e2","0.69422485000000052e2"],["-0.90613891999999908e2","0.69451096000000007e2"],["-0.90621932999999956e2","0.69453323000000012e2"],["-0.90703612999999962e2","0.69453598000000056e2"],["-0.90704453000000001e2","0.69451385000000073e2"],["-0.90698607999999922e2","0.69446091000000138e2"],["-0.90636948000000018e2","0.69429703000000075e2"],["-0.90585830999999985e2","0.69419144000000017e2"],["-0.90582229999999925e2","0.69416931000000034e2"],["-0.90584732000000031e2",69.41415399999994],["-0.90600829999999974e2","0.69408599999999979e2"],["-0.90694991999999957e2","0.69389709000000096e2"],["-0.90705275999999969e2","0.69387772000000098e2"],["-0.90718613000000005e2","0.69387772000000098e2"],["-0.90741378999999938e2","0.69382750999999928e2"],["-0.90790282999999988e2","0.69362762000000032e2"],["-0.90809432999999956e2","0.69342209000000139e2"],["-0.90813048999999921e2","0.69338318000000072e2"],["-0.90815826000000015e2","0.69333327999999995e2"],["-0.90818619000000012e2","0.69298598999999967e2"],["-0.90815001999999993e2","0.69293319999999994e2"],[-90.80860899999999,"0.69287490999999989e2"],["-0.90805557000000022e2","0.69282761000000107e2"],["-0.90803878999999995e2","0.69259720000000073e2"],["-0.90804717999999923e2","0.69255829000000006e2"],["-0.90809432999999956e2","0.69253326000000015e2"],["-0.90822234999999978e2","0.69251663000000121e2"],["-0.90903885000000002e2","0.69246368000000075e2"],["-0.90920837000000006e2","0.69246368000000075e2"],["-0.90931380999999931e2","0.69247482000000048e2"],["-0.91081115999999952e2","0.69266936999999984e2"],["-0.91214721999999938e2","0.69290268000000083e2"],["-0.91296386999999925e2",69.3119200000001],["-0.91345276000000013e2","0.69328049000000021e2"],["-0.91355834999999956e2","0.69332214000000022e2"],["-0.91426391999999964e2","0.69350540000000024e2"],["-0.91438599000000011e2","0.69352768000000026e2"],["-0.91447220000000016e2","0.69352768000000026e2"],["-0.91446655000000021e2","0.69349716000000058e2"],["-0.91431945999999982e2",69.33859300000006],["-0.91335281000000009e2","0.69304428000000144e2"],["-0.91130553999999961e2",69.24192800000003],["-0.91031386999999938e2","0.69218323000000055e2"],["-0.90918883999999935e2","0.69160812000000078e2"],["-0.90895003999999972e2","0.69150818000000072e2"],["-0.90815001999999993e2","0.69133606000000043e2"],["-0.90664718999999991e2","0.69083328000000051e2"],["-0.90654998999999918e2","0.69078049000000078e2"],["-0.90654174999999952e2",69.07609599999995],[-90.654449,"0.69070541000000048e2"],["-0.90660552999999993e2","0.69059982000000048e2"],["-0.90669448999999929e2","0.69049987999999985e2"],["-0.90583892999999989e2","0.68928864000000033e2"],["-0.90544998000000021e2","0.68911102000000142e2"],["-0.90528884999999946e2","0.68908600000000092e2"],[-90.47444200000001,"0.68890549000000078e2"],["-0.90436385999999914e2","0.68874419999999986e2"],["-0.90419448999999986e2","0.68840820000000065e2"],["-0.90446105999999986e2","0.68779709000000139e2"],["-0.90449158000000011e2",68.77609300000006],["-0.90454177999999956e2","0.68773605000000089e2"],["-0.90464721999999995e2","0.68770827999999995e2"],["-0.90478332999999964e2","0.68768326000000116e2"],["-0.90492492999999968e2","0.68767761000000064e2"],["-0.90497498000000007e2","0.68768326000000116e2"],["-0.90501113999999973e2","0.68770827999999995e2"],["-0.90513900999999976e2","0.68759155000000135e2"],["-0.90526672000000019e2","0.68744431000000134e2"],["-0.90527785999999992e2",68.736649],["-0.90522507000000019e2","0.68729980000000069e2"],["-0.90506957999999997e2","0.68724990999999932e2"],["-0.90480285999999921e2","0.68707764000000111e2"],["-0.90479172000000005e2","0.68705826000000002e2"],[-90.47444200000001,"0.68530822999999941e2"],["-0.90509734999999978e2","0.68495254999999929e2"],["-0.90519454999999994e2","0.68487487999999985e2"],["-0.90528335999999911e2","0.68483322000000101e2"],["-0.90557770000000005e2","0.68474700999999982e2"],["-0.90584732000000031e2","0.68465546000000131e2"],["-0.90603881999999999e2","0.68455826000000059e2"],["-0.90607772999999952e2","0.68451096000000007e2"],["-0.90606658999999979e2","0.68446091000000138e2"],["-0.90603881999999999e2","0.68439697000000081e2"],["-0.90601395000000025e2","0.68436371000000065e2"],[-90.55999799999995,"0.68423599000000024e2"],["-0.90523894999999982e2","0.68414428999999984e2"],["-0.90466948999999886e2","0.68403869999999984e2"],["-0.90361938000000009e2","0.68384155000000135e2"],["-0.90332779000000016e2","0.68378036000000122e2"],["-0.90317504999999983e2","0.68373306000000071e2"],["-0.90315001999999993e2","0.68369980000000055e2"],["-0.90319167999999991e2","0.68368317000000104e2"],["-0.90343886999999938e2","0.68365265000000022e2"],["-0.90367492999999911e2","0.68345261000000107e2"],["-0.90271392999999989e2","0.68238876000000118e2"],["-0.90255004999999926e2",68.23275799999999],["-0.90232772999999952e2","0.68230270000000019e2"],["-0.90207229999999925e2","0.68231093999999985e2"],["-0.90178604000000007e2","0.68235809000000017e2"],["-0.90144454999999994e2","0.68243866000000025e2"],["-0.90132216999999912e2",68.24859600000002],["-0.90122771999999941e2",68.25360100000006],["-0.90119720000000029e2","0.68257216999999969e2"],["-0.90118057000000022e2","0.68262206999999989e2"],["-0.90038604999999961e2","0.68352202999999975e2"],["-0.89985275000000001e2","0.68396102999999982e2"],["-0.89912216000000001e2","0.68467209000000025e2"],["-0.89893065999999919e2","0.68543319999999937e2"],["-0.89911666999999966e2","0.68547484999999938e2"],["-0.89919998000000021e2","0.68553588999999988e2"],["-0.89927779999999984e2","0.68563599000000067e2"],["-0.89948607999999979e2","0.68599426000000051e2"],["-0.89950561999999991e2",68.60386699999998],["-0.89949721999999952e2","0.68607758000000047e2"],["-0.89894729999999868e2",68.65248100000008],[-89.80972300000002,68.71026599999999],["-0.89802489999999921e2","0.68712203999999929e2"],["-0.89789168999999958e2",68.71026599999999],["-0.89780563000000029e2","0.68705826000000002e2"],["-0.89763335999999924e2","0.68690536000000009e2"],["-0.89757507000000032e2","0.68684708000000057e2"],["-0.89746947999999975e2","0.68669708000000128e2"],["-0.89729172000000005e2","0.68699142000000109e2"],["-0.89693328999999949e2","0.68763885000000016e2"],[-89.68472300000002,"0.68810257000000092e2"],["-0.89687499999999943e2","0.68819716999999969e2"],["-0.89689986999999917e2","0.68824707000000046e2"],["-0.89714721999999995e2","0.68846939000000077e2"],["-0.89733886999999925e2","0.68881653000000142e2"],["-0.89739166000000012e2","0.68892761000000121e2"],["-0.89756957999999884e2","0.68939972000000012e2"],[-89.75556899999998,"0.68954162999999994e2"],["-0.89753066999999987e2","0.68958327999999995e2"],[-89.71665999999999,"0.69006104000000107e2"],["-0.89707229999999925e2","0.69014709000000096e2"],["-0.89700561999999991e2","0.69019150000000025e2"],["-0.89684433000000013e2","0.69028870000000097e2"],["-0.89666107000000011e2","0.69038315000000011e2"],["-0.89644164999999987e2","0.69048325000000091e2"],["-0.89582779000000016e2",69.06860400000005],[-89.56082200000003,"0.69077209000000039e2"],["-0.89529357999999945e2","0.69090606999999977e2"],["-0.89489990000000034e2","0.69110535000000027e2"],["-0.89482497999999907e2","0.69115540000000067e2"],["-0.89458618000000001e2","0.69133606000000043e2"],["-0.89402221999999995e2","0.69178863999999976e2"],["-0.89398620999999935e2","0.69182479999999998e2"],["-0.89394454999999937e2","0.69193039000000056e2"],["-0.89394454999999937e2","0.69199141999999995e2"],["-0.89396956999999929e2","0.69208602999999982e2"],["-0.89394454999999937e2","0.69214431999999988e2"],["-0.89389998999999932e2","0.69219147000000021e2"],["-0.89322234999999921e2","0.69247208000000114e2"],["-0.89306655999999919e2","0.69251389000000017e2"],["-0.89258621000000005e2","0.69259995000000117e2"],[-89.220551,"0.69266663000000051e2"],["-0.89174164000000019e2","0.69273315000000139e2"],["-0.89134170999999981e2","0.69275542999999914e2"],["-0.89114440999999886e2",69.27526899999998],[-89.09056099999998,"0.69271927000000062e2"],["-0.89049987999999985e2","0.69264435000000105e2"],["-0.89038054999999872e2","0.69261931999999945e2"],["-0.88999435000000005e2","0.69251389000000017e2"],["-0.88968886999999938e2",69.24136400000009],["-0.88942489999999964e2","0.69229980000000012e2"],["-0.88938048999999978e2","0.69226928999999984e2"],["-0.88935546999999985e2","0.69222214000000122e2"],[-88.93472300000002,"0.69219986000000006e2"],[-88.9375,"0.69214156999999943e2"],["-0.88936660999999958e2","0.69209152000000074e2"],["-0.88929992999999968e2","0.69198029000000133e2"],["-0.88870269999999948e2","0.69148605000000089e2"],[-88.85943599999996,"0.69142211999999972e2"],["-0.88782501000000025e2","0.69103043000000071e2"],["-0.88772507000000019e2","0.69098876999999959e2"],[-88.62388599999997,69.042755],["-0.88480285999999978e2","0.68998871000000065e2"],["-0.88457229999999925e2","0.68992752000000053e2"],["-0.88406113000000005e2","0.68982758000000047e2"],["-0.88270844000000011e2","0.68934981999999934e2"],["-0.88208618000000001e2","0.68911652000000004e2"],["-0.88197768999999994e2","0.68906647000000135e2"],["-0.88115829000000019e2","0.68860535000000084e2"],["-0.88082229999999981e2","0.68841370000000097e2"],["-0.88052215999999987e2","0.68823044000000095e2"],["-0.88038329999999974e2","0.68814147999999989e2"],["-0.87971664000000033e2","0.68766097999999943e2"],[-87.96444699999995,"0.68760543999999982e2"],["-0.87947768999999994e2","0.68731659000000093e2"],["-0.87921660999999915e2","0.68673035000000027e2"],["-0.87916655999999989e2","0.68656372000000147e2"],["-0.87917496000000028e2","0.68647491000000059e2"],["-0.87925002999999947e2","0.68632476999999994e2"],[-87.93499799999995,68.61943100000002],["-0.87942489999999907e2","0.68610809000000017e2"],["-0.87947768999999994e2","0.68605255000000056e2"],["-0.87933883999999978e2","0.68576935000000049e2"],["-0.87924163999999905e2","0.68559708000000001e2"],["-0.87883621000000005e2","0.68494430999999963e2"],["-0.87881377999999984e2","0.68491089000000045e2"],["-0.87841675000000009e2","0.68432479999999998e2"],["-0.87835555999999997e2",68.42442299999999],["-0.87817504999999926e2","0.68417206000000078e2"],["-0.87798614999999984e2",68.40525800000006],["-0.87791672000000005e2","0.68398330999999985e2"],["-0.87789718999999934e2","0.68391937000000098e2"],["-0.87789444000000003e2","0.68386658000000125e2"],["-0.87792220999999927e2","0.68334427000000005e2"],["-0.87800551999999925e2",68.3119200000001],["-0.87845276000000013e2","0.68247757000000092e2"],["-0.87848891999999864e2","0.68244141000000013e2"],["-0.87929168999999945e2","0.68197204999999997e2"],[-87.93582200000003,"0.68195815999999979e2"],["-0.87946945000000028e2","0.68198593000000074e2"],["-0.88106658999999866e2","0.68242751999999996e2"],[-88.22193900000002,68.36554000000001],["-0.88384445000000028e2","0.68291092000000049e2"],["-0.88392226999999991e2","0.68287490999999989e2"],["-0.88395553999999947e2","0.68285263000000043e2"],["-0.88401671999999962e2","0.68280272999999966e2"],["-0.88403335999999911e2","0.68275542999999971e2"],["-0.88402785999999878e2","0.68270263999999997e2"],["-0.88398345999999947e2","0.68260544000000095e2"],["-0.88380829000000006e2",68.24552900000009],["-0.88361937999999952e2","0.68233871000000079e2"],["-0.88342498999999975e2","0.68223602000000028e2"],["-0.88334732000000031e2","0.68217484000000127e2"],["-0.88330841000000021e2","0.68213043000000027e2"],["-0.88279723999999931e2","0.68118041999999946e2"],["-0.88277495999999985e2",68.111649],["-0.88277785999999992e2","0.68105545000000006e2"],["-0.88283065999999963e2","0.68099990999999989e2"],["-0.88315551999999968e2","0.68086104999999975e2"],["-0.88331680000000006e2","0.68076385000000073e2"],["-0.88338332999999977e2","0.68070541000000105e2"],["-0.88341109999999901e2","0.68064987000000087e2"],["-0.88347777999999948e2","0.68037201000000039e2"],["-0.88366942999999992e2",68.03166200000004],["-0.88381103999999993e2","0.68025269000000094e2"],["-0.88372771999999941e2",67.96887200000009],["-0.88370834000000002e2","0.67959152000000017e2"],[-88.36860699999994,"0.67954436999999984e2"],["-0.88285278000000005e2",67.81721500000009],["-0.88276397999999972e2",67.80304000000001],["-0.88269164999999987e2","0.67793594000000041e2"],["-0.88160552999999993e2","0.67682479999999941e2"],["-0.88151107999999908e2","0.67673309000000017e2"],["-0.88139449999999954e2","0.67664428999999984e2"],["-0.88124999999999943e2",67.65554800000001],["-0.88095839999999953e2","0.67642487000000074e2"],["-0.88066100999999946e2","0.67634720000000129e2"],["-0.88009170999999924e2","0.67622757000000092e2"],["-0.87979996000000028e2","0.67615814000000114e2"],["-0.87965285999999992e2","0.67611649000000114e2"],["-0.87955841000000021e2","0.67607483000000002e2"],["-0.87881377999999984e2","0.67568054000000132e2"],["-0.87841385000000002e2","0.67536102000000142e2"],["-0.87827224999999999e2","0.67527206000000035e2"],["-0.87789169000000015e2","0.67505263999999954e2"],["-0.87623046999999929e2","0.67412491000000102e2"],["-0.87606383999999935e2","0.67403869999999984e2"],["-0.87585007000000019e2","0.67395264000000054e2"],[-87.53694200000001,"0.67378860000000088e2"],["-0.87460830999999985e2","0.67344147000000135e2"],["-0.87357773000000009e2","0.67262207000000046e2"],["-0.87359160999999972e2","0.67247482000000048e2"],["-0.87361938000000009e2","0.67242203000000075e2"],["-0.87429168999999945e2","0.67208603000000039e2"],["-0.87440551999999968e2","0.67204987000000131e2"],["-0.87486664000000019e2","0.67194138000000066e2"],["-0.87497771999999941e2","0.67190536000000122e2"],[-87.50556899999998,"0.67185256999999979e2"],["-0.87511397999999986e2","0.67174988000000099e2"],["-0.87511948000000018e2","0.67169983000000059e2"],["-0.87516953000000001e2","0.67115540000000124e2"],["-0.87510284000000013e2","0.67112198000000149e2"],["-0.87497498000000007e2","0.67115265000000079e2"],["-0.87322784000000013e2","0.67162766000000147e2"],["-0.87240828999999906e2","0.67216094999999939e2"],["-0.87117766999999958e2","0.67212769000000094e2"],["-0.87069732999999928e2","0.67219437000000084e2"],["-0.86968612999999948e2","0.67245255000000043e2"],[-86.96305799999999,"0.67250548999999978e2"],["-0.86967498999999975e2","0.67255264000000011e2"],["-0.87008895999999936e2","0.67282211000000132e2"],["-0.87075561999999934e2","0.67327209000000039e2"],["-0.87086670000000026e2","0.67336379999999963e2"],["-0.87090560999999923e2","0.67345825000000048e2"],["-0.87089995999999985e2","0.67350815000000125e2"],["-0.87081389999999999e2","0.67354430999999977e2"],["-0.86874435000000005e2","0.67404984000000127e2"],["-0.86804169000000002e2","0.67420821999999987e2"],[-86.79222099999987,"0.67422485000000108e2"],["-0.86779175000000009e2","0.67422211000000004e2"],["-0.86765288999999939e2","0.67419144000000074e2"],["-0.86709731999999974e2","0.67388046000000031e2"],["-0.86689163000000008e2",67.3744200000001],[-86.68472300000002,"0.67369980000000055e2"],["-0.86675551999999982e2","0.67365540000000067e2"],["-0.86647232000000031e2","0.67358322000000044e2"],["-0.86592498999999975e2","0.67345261000000107e2"],["-0.86579726999999991e2","0.67344986000000063e2"],["-0.86543883999999935e2","0.67344986000000063e2"],[-86.53195199999999,"0.67346649000000014e2"],["-0.86523620999999991e2","0.67352203000000031e2"],["-0.86518065999999976e2","0.67357208000000071e2"],["-0.86509170999999981e2",67.36775200000011],[-86.50306699999993,"0.67377762000000018e2"],["-0.86473891999999978e2","0.67468596999999988e2"],["-0.86472777999999892e2","0.67478592000000049e2"],[-86.47444200000001,"0.67483322000000101e2"],[-86.49499499999996,67.49693300000007],["-0.86485001000000011e2","0.67516936999999984e2"],["-0.86452224999999999e2","0.67592484000000127e2"],["-0.86451401000000033e2","0.67597488000000112e2"],["-0.86455840999999964e2","0.67601929000000041e2"],["-0.86465285999999935e2","0.67606369000000029e2"],["-0.86479720999999984e2","0.67610535000000141e2"],["-0.86488892000000021e2","0.67614699999999971e2"],["-0.86521392999999932e2","0.67671921000000111e2"],["-0.86525283999999999e2","0.67681366000000139e2"],["-0.86508056999999894e2",67.69720500000011],["-0.86359160999999915e2","0.67827773999999977e2"],["-0.86350554999999986e2","0.67833327999999938e2"],["-0.86286941999999897e2","0.67869979999999941e2"],["-0.86098052999999993e2","0.67978043000000014e2"],["-0.86041381999999942e2","0.68000549000000035e2"],["-0.86029723999999931e2","0.68004990000000134e2"],["-0.86005004999999983e2","0.68008330999999998e2"],[-85.99221799999998,"0.68009155000000135e2"],["-0.85979995999999915e2","0.68011658000000125e2"],["-0.85898346000000004e2","0.68046097000000145e2"],["-0.85892501999999979e2","0.68051376000000118e2"],["-0.85890838999999971e2","0.68061371000000065e2"],["-0.85912506000000008e2","0.68084717000000069e2"],["-0.85916396999999961e2","0.68094147000000135e2"],["-0.85914443999999946e2","0.68104155999999989e2"],["-0.85888061999999991e2","0.68189697000000137e2"],["-0.85842772999999966e2","0.68317214999999976e2"],["-0.85839172000000019e2","0.68321381000000088e2"],["-0.85712783999999942e2","0.68411652000000117e2"],["-0.85726943999999946e2","0.68486374000000012e2"],["-0.85733321999999987e2","0.68598602000000085e2"],["-0.85675277999999992e2","0.68711104999999975e2"],["-0.85663619999999923e2","0.68726929000000098e2"],["-0.85645843999999954e2","0.68737488000000099e2"],["-0.85633895999999936e2","0.68741928000000144e2"],["-0.85620269999999948e2","0.68741653000000099e2"],["-0.85606383999999991e2","0.68740265000000022e2"],["-0.85591675000000009e2","0.68737198000000092e2"],["-0.85569457999999941e2","0.68728317000000004e2"],["-0.85558043999999938e2","0.68726089000000002e2"],["-0.85494445999999925e2","0.68736923000000104e2"],["-0.85481948999999929e2","0.68739426000000037e2"],["-0.85466171000000031e2","0.68749992000000134e2"],["-0.85464164999999923e2","0.68752991000000122e2"],["-0.85464721999999938e2","0.68759720000000016e2"],["-0.85507781999999963e2","0.68766662999999994e2"],["-0.85550827000000027e2","0.68773315000000082e2"],["-0.85562774999999988e2",68.776657],[-85.55360399999995,"0.68781097000000045e2"],["-0.85540833000000021e2",68.78276100000005],["-0.85514175000000023e2","0.68783875000000023e2"],["-0.85458053999999947e2","0.68777770999999973e2"],["-0.85415008999999998e2","0.68770827999999995e2"],["-0.85371383999999978e2","0.68762207000000103e2"],["-0.85361664000000019e2","0.68757767000000058e2"],["-0.85368056999999965e2","0.68752486999999974e2"],["-0.85379439999999988e2","0.68747208000000001e2"],["-0.85388335999999981e2","0.68741928000000144e2"],["-0.85384170999999981e2","0.68737198000000092e2"],["-0.85328612999999962e2","0.68724990999999932e2"],["-0.85314162999999951e2","0.68722762999999986e2"],["-0.85228881999999999e2",68.71026599999999],["-0.85215835999999967e2","0.68710815000000139e2"],["-0.85209166999999979e2","0.68714996000000042e2"],["-0.85210830999999985e2","0.68719711000000075e2"],[-85.21945199999999,"0.68729155999999932e2"],["-0.85226669000000015e2","0.68733597000000032e2"],["-0.85148345999999947e2","0.68750000000000114e2"],["-0.85067504999999926e2","0.68749710000000107e2"],["-0.84912780999999939e2","0.68746933000000013e2"],["-0.84898055999999997e2","0.68742477000000065e2"],["-0.84883895999999993e2","0.68740265000000022e2"],["-0.84801102000000014e2",68.73414600000001],["-0.84787215999999944e2","0.68733597000000032e2"],["-0.84775283999999999e2","0.68737198000000092e2"],["-0.84767501999999922e2","0.68747208000000001e2"],["-0.84760009999999909e2","0.68757217000000026e2"],["-0.84752791999999999e2","0.68767487000000131e2"],["-0.84754180999999903e2","0.68772217000000012e2"],["-0.84761123999999995e2","0.68776932000000045e2"],["-0.84834732000000031e2","0.68820541000000105e2"],["-0.84846664000000033e2",68.82388300000008],["-0.84860824999999977e2","0.68825272000000041e2"],["-0.84899993999999936e2","0.68820541000000105e2"],["-0.84912216000000001e2","0.68818054000000018e2"],["-0.84976944000000003e2","0.68809418000000107e2"],["-0.85003615999999909e2","0.68808318999999983e2"],["-0.85031677000000002e2","0.68810806000000014e2"],["-0.85131942999999922e2","0.68826934999999992e2"],["-0.85143889999999942e2","0.68830276000000026e2"],["-0.85163054999999929e2","0.68839157000000114e2"],[-85.17721599999993,"0.68848328000000095e2"],["-0.85184158000000025e2","0.68853043000000127e2"],["-0.85192764000000011e2","0.68862198000000149e2"],["-0.85194442999999865e2","0.68867203000000018e2"],["-0.85190826000000015e2","0.68872208000000057e2"],["-0.85177779999999984e2",68.87359600000002],[-85.15306099999998,"0.68873032000000023e2"],[-85.125,"0.68870254999999986e2"],["-0.85053329000000019e2","0.68858871000000022e2"],["-0.85039992999999981e2","0.68859421000000054e2"],["-0.85005568999999923e2","0.68877472000000068e2"],["-0.85001952999999958e2","0.68882477000000108e2"],[-84.99749799999995,"0.68925812000000064e2"],["-0.85007232999999871e2","0.68930267000000129e2"],["-0.85021117999999944e2","0.68931656000000089e2"],["-0.85046660999999972e2","0.68926651000000049e2"],["-0.85059998000000007e2","0.68925812000000064e2"],[-85.08805799999999,"0.68928588999999988e2"],["-0.85116942999999935e2",68.93331900000004],["-0.85129439999999931e2","0.68937485000000095e2"],["-0.85136123999999995e2","0.68942200000000128e2"],["-0.85140563999999927e2","0.68946640000000002e2"],["-0.85136947999999961e2","0.68951935000000049e2"],["-0.85127776999999924e2","0.68956100000000049e2"],["-0.85115004999999996e2","0.68958603000000039e2"],["-0.85087508999999955e2","0.68958037999999988e2"],["-0.84973785000000021e2","0.68946869000000106e2"],["-0.84914718999999991e2","0.68938034000000073e2"],["-0.84818893000000003e2","0.68927765000000022e2"],["-0.84805831999999953e2","0.68929152999999928e2"],["-0.84796386999999982e2","0.68933594000000028e2"],["-0.84791381999999942e2",68.94331399999993],["-0.84793334999999956e2","0.68948318000000086e2"],["-0.84799987999999871e2","0.68952774000000034e2"],["-0.84809433000000013e2","0.68957214000000022e2"],["-0.84821945000000028e2","0.68961655000000121e2"],["-0.84837219000000005e2","0.68965820000000122e2"],["-0.84851394999999968e2","0.68968323000000112e2"],["-0.84865554999999915e2","0.68969711000000018e2"],["-0.84906951999999933e2","0.68971649000000127e2"],["-0.84921386999999982e2","0.68973877000000073e2"],["-0.84936110999999926e2","0.68977203000000145e2"],["-0.84986922999999933e2","0.68999511999999982e2"],["-0.84981673999999941e2","0.69007492000000013e2"],["-0.84957779000000016e2","0.69017487000000074e2"],["-0.84944442999999978e2","0.69018051000000014e2"],["-0.84836394999999925e2","0.69012772000000041e2"],["-0.84720000999999968e2","0.69006943000000035e2"],["-0.84591674999999952e2","0.68994431000000077e2"],["-0.84578063999999983e2","0.68993866000000025e2"],["-0.84565552000000025e2","0.68997482000000105e2"],["-0.84541381999999999e2","0.69007216999999969e2"],["-0.84532227000000034e2","0.69012497000000053e2"],["-0.84528335999999967e2","0.69017487000000074e2"],["-0.84535277999999948e2","0.69022217000000126e2"],["-0.84563613999999973e2","0.69025818000000015e2"],["-0.84745543999999995e2","0.69039703000000088e2"],["-0.84953887999999949e2","0.69085815000000139e2"],["-0.85108337000000006e2","0.69113312000000121e2"],["-0.85020554000000004e2","0.69160262999999929e2"],["-0.85006957999999941e2","0.69160812000000078e2"],["-0.84994155999999919e2","0.69163315000000068e2"],["-0.84987502999999947e2","0.69168594000000041e2"],["-0.84994719999999973e2","0.69173035000000141e2"],["-0.85008895999999993e2","0.69174423000000047e2"],["-0.85064712999999927e2","0.69176926000000037e2"],["-0.85143775999999946e2","0.69167091000000028e2"],["-0.85151778999999976e2","0.69166091999999935e2"],["-0.85159110999999996e2","0.69164101000000073e2"],["-0.85163276999999994e2","0.69161598000000083e2"],["-0.85155272999999966e2","0.69153107000000091e2"],["-0.85176665999999898e2","0.69143600000000049e2"],["-0.85197494999999947e2","0.69132750999999985e2"],["-0.85210555999999997e2","0.69130264000000125e2"],["-0.85223617999999988e2","0.69128860000000088e2"],["-0.85236937999999952e2","0.69128036000000122e2"],[-85.25140399999998,"0.69130264000000125e2"],["-0.85266662999999994e2","0.69133606000000043e2"],["-0.85308334000000002e2","0.69143600000000049e2"],["-0.85315552000000025e2","0.69148041000000148e2"],["-0.85317504999999983e2",69.15277100000003],["-0.85308043999999995e2","0.69158034999999984e2"],[-85.29611199999988,"0.69162491000000102e2"],["-0.85283324999999877e2","0.69165267999999969e2"],["-0.85235001000000011e2","0.69174698000000035e2"],["-0.85227501000000018e2","0.69176872000000003e2"],["-0.85226836999999989e2","0.69179870999999991e2"],["-0.85231162999999981e2","0.69182541000000072e2"],["-0.85240829000000019e2","0.69192474000000004e2"],["-0.85254729999999995e2","0.69192749000000049e2"],["-0.85337783999999999e2","0.69193863000000022e2"],["-0.85383057000000008e2","0.69205551000000071e2"],["-0.85392776000000026e2","0.69209991000000059e2"],["-0.85473327999999924e2","0.69271927000000062e2"],["-0.85477782999999874e2","0.69276382000000069e2"],[-85.50306699999993,69.31442300000009],["-0.85508057000000008e2","0.69395263999999997e2"],["-0.85506957999999997e2","0.69400269000000037e2"],["-0.85503341999999975e2","0.69405258000000003e2"],["-0.85494155999999919e2","0.69410812000000021e2"],["-0.85481948999999929e2","0.69415267999999969e2"],["-0.85467498999999918e2","0.69417206000000078e2"],["-0.85453339000000028e2","0.69416931000000034e2"],["-0.85424437999999952e2","0.69413315000000011e2"],["-0.85396117999999944e2","0.69411652000000061e2"],["-0.85383330999999941e2","0.69415267999999969e2"],["-0.85339172000000019e2","0.69438873000000115e2"],["-0.85343613000000005e2","0.69443587999999977e2"],["-0.85353606999999954e2","0.69448029000000076e2"],["-0.85378875999999934e2","0.69456649999999968e2"],[-85.39416499999993,"0.69460815000000139e2"],["-0.85422774999999945e2","0.69462493999999992e2"],["-0.85436385999999914e2","0.69460815000000139e2"],["-0.85445830999999998e2",69.45637499999998],["-0.85465011999999945e2","0.69440811000000053e2"],["-0.85477218999999991e2","0.69436371000000008e2"],["-0.85491378999999995e2","0.69436646000000053e2"],["-0.85500838999999985e2","0.69439148000000102e2"],["-0.85510833999999988e2","0.69443587999999977e2"],["-0.85525283999999999e2",69.45277400000009],["-0.85538894999999968e2","0.69466933999999981e2"],["-0.85542496000000028e2","0.69476379000000065e2"],["-0.85547775000000001e2","0.69647217000000069e2"],["-0.85546951000000035e2","0.69652206000000035e2"],["-0.85514724999999999e2","0.69768051000000071e2"],["-0.85450287000000003e2","0.69784714000000122e2"],["-0.85423324999999977e2","0.69788879000000122e2"],["-0.85409163999999976e2","0.69788589000000115e2"],["-0.85393889999999999e2",69.7852630000001],["-0.85389174999999966e2","0.69780548000000067e2"],["-0.85389998999999932e2","0.69775818000000015e2"],[-85.39416499999993,"0.69770537999999988e2"],["-0.85406951999999933e2","0.69760269000000108e2"],["-0.85410827999999981e2","0.69755264000000068e2"],["-0.85406386999999995e2","0.69750549000000035e2"],["-0.85391952999999944e2","0.69750275000000101e2"],["-0.85379165999999941e2","0.69753601000000117e2"],["-0.85366652999999985e2","0.69758040999999992e2"],["-0.85342498999999975e2","0.69768875000000037e2"],["-0.85333068999999966e2","0.69774155000000121e2"],["-0.85331954999999994e2",69.77915999999999],[-85.34445199999999,"0.69813033999999959e2"],["-0.85349166999999909e2","0.69817490000000078e2"],["-0.85361938000000009e2","0.69821930000000066e2"],["-0.85377212999999927e2","0.69824158000000068e2"],["-0.85433608999999933e2","0.69823608000000036e2"],["-0.85461394999999982e2","0.69822495000000117e2"],["-0.85489990000000034e2","0.69823044000000095e2"],["-0.85518615999999952e2","0.69823608000000036e2"],[-85.56138599999997,"0.69824706999999989e2"],["-0.85586394999999982e2","0.69826934999999935e2"],["-0.85582229999999981e2","0.69845825000000104e2"],["-0.85578613000000018e2","0.69850815000000125e2"],["-0.85571945000000028e2","0.69856094000000098e2"],["-0.85561935000000005e2","0.69859421000000054e2"],["-0.85548049999999932e2","0.69859984999999995e2"],["-0.85377212999999927e2","0.69851089000000059e2"],["-0.85361938000000009e2","0.69848877000000016e2"],["-0.85315552000000025e2","0.69838042999999971e2"],["-0.85274169999999913e2","0.69825272000000041e2"],["-0.85222504000000015e2",69.80802900000009],["-0.85212509000000011e2","0.69803589000000102e2"],["-0.85199432000000002e2","0.69799149000000057e2"],["-0.85170836999999949e2","0.69790542999999957e2"],["-0.85093886999999995e2","0.69773315000000025e2"],["-0.85079177999999956e2","0.69771102999999982e2"],["-0.85064437999999996e2",69.76998900000001],["-0.84871658000000025e2","0.69816086000000098e2"],[-84.86471599999993,"0.69821105999999929e2"],["-0.84854172000000005e2",69.83137499999998],["-0.84574172999999917e2","0.69857483000000116e2"],["-0.84546386999999868e2","0.69859421000000054e2"],["-0.84476669000000015e2","0.69862198000000149e2"],["-0.84433608999999933e2","0.69861098999999967e2"],["-0.84375823999999966e2","0.69857483000000116e2"],["-0.84346663999999976e2","0.69854706000000022e2"],["-0.84331680000000006e2","0.69852203000000031e2"],["-0.84169448999999986e2","0.69822220000000129e2"],["-0.84125823999999909e2","0.69809418000000107e2"],["-0.84118606999999997e2","0.69804703000000075e2"],["-0.84114165999999955e2","0.69799988000000042e2"],["-0.84112220999999977e2","0.69793593999999985e2"],["-0.84104171999999949e2","0.69785812000000021e2"],["-0.84091674999999952e2","0.69781372000000033e2"],["-0.83971938999999963e2",69.74971000000005],["-0.83941665999999998e2","0.69743042000000116e2"],["-0.83748610999999926e2","0.69708878000000084e2"],["-0.83733886999999982e2","0.69706649999999911e2"],["-0.83705001999999922e2",69.703598],["-0.83603881999999942e2","0.69693588000000091e2"],["-0.83589447000000007e2","0.69692200000000014e2"],["-0.83360549999999989e2","0.69676376000000062e2"],["-0.83346389999999985e2","0.69676086000000055e2"],["-0.83333069000000023e2",69.678314],["-0.83306380999999931e2","0.69693862999999908e2"],["-0.83293610000000001e2","0.69699142000000109e2"],["-0.83280562999999916e2","0.69702484000000027e2"],["-0.83253341999999975e2","0.69705261000000121e2"],["-0.83238892000000021e2","0.69704711999999972e2"],["-0.83180557000000022e2","0.69694977000000108e2"],["-0.83122771999999998e2","0.69689148000000046e2"],["-0.83021941999999967e2","0.69679703000000018e2"],["-0.83008056999999951e2","0.69679152999999985e2"],["-0.82826950000000011e2","0.69688873000000058e2"],["-0.82696654999999964e2","0.69695816000000036e2"],["-0.82541007999999977e2","0.69674477000000138e2"],["-0.82539672999999937e2","0.69671593000000087e2"],["-0.82536162999999874e2","0.69668823000000032e2"],["-0.82527328000000011e2","0.69666153000000122e2"],["-0.82509505999999874e2","0.69661979999999971e2"],["-0.82500671000000011e2","0.69660491999999977e2"],["-0.82483329999999967e2","0.69657990000000098e2"],["-0.82457503999999972e2",69.655327],["-0.82291672000000005e2","0.69639984000000084e2"],["-0.82263335999999981e2","0.69638046000000145e2"],["-0.82254729999999995e2","0.69636383000000023e2"],["-0.82307495000000017e2","0.69622208000000114e2"],["-0.82334731999999974e2",69.61943100000002],["-0.82390288999999996e2","0.69618865999999969e2"],[-82.47066499999994,69.62303200000008],["-0.82476333999999952e2","0.69625870000000077e2"],["-0.82483664999999974e2","0.69628539999999987e2"],["-0.82492500000000007e2","0.69630043000000001e2"],["-0.82552337999999963e2","0.69635376000000008e2"],["-0.82560836999999992e2","0.69635704000000146e2"],[-82.56899999999996,"0.69634872000000087e2"],["-0.82577002999999991e2","0.69632874000000129e2"],["-0.82653885000000002e2",69.62303200000008],["-0.82654723999999987e2","0.69568604000000107e2"],["-0.82612503000000004e2","0.69566940000000102e2"],["-0.82600280999999995e2","0.69562485000000095e2"],["-0.82535278000000005e2","0.69534988000000112e2"],["-0.82489989999999977e2","0.69507217000000082e2"],["-0.82476668999999958e2","0.69497756999999979e2"],["-0.82486937999999896e2","0.69493591000000094e2"],["-0.82500564999999938e2","0.69492203000000018e2"],["-0.82528884999999946e2",69.4952550000001],[-82.74221799999998,69.50999500000006],["-0.82897507000000019e2","0.69518875000000094e2"],["-0.82939712999999927e2","0.69521378000000084e2"],["-0.82982223999999917e2","0.69524154999999951e2"],["-0.83067779999999914e2","0.69533051000000057e2"],["-0.83125548999999921e2","0.69539978000000019e2"],["-0.83154175000000009e2","0.69543869000000086e2"],["-0.83228057999999976e2","0.69538589000000002e2"],["-0.83082503999999972e2","0.69514160000000061e2"],["-0.83025283999999999e2","0.69508041000000048e2"],["-0.82954726999999991e2","0.69503601000000003e2"],["-0.82870270000000005e2","0.69500274999999988e2"],["-0.82856658999999922e2",69.50082400000008],["-0.82842498999999918e2","0.69500274999999988e2"],["-0.82785277999999948e2","0.69494141000000127e2"],[-82.68472300000002,"0.69479706000000022e2"],["-0.82324172999999917e2","0.69418868999999972e2"],["-0.82295272999999952e2","0.69413879000000122e2"],[-82.23721299999994,"0.69400818000000015e2"],["-0.82225280999999995e2",69.39637799999997],["-0.82221389999999928e2","0.69391662999999937e2"],["-0.82231673999999941e2","0.69387497000000053e2"],["-0.82289718999999991e2","0.69251663000000121e2"],["-0.82291381999999999e2","0.69246643000000063e2"],["-0.82273055999999997e2","0.69237488000000042e2"],["-0.82258620999999948e2","0.69233871000000079e2"],["-0.82244995000000017e2","0.69233322000000101e2"],["-0.82217223999999931e2","0.69233047000000113e2"],["-0.82203612999999962e2","0.69233597000000145e2"],["-0.82054442999999992e2",69.24136400000009],["-0.82041107000000011e2","0.69242751999999996e2"],["-0.82027785999999992e2","0.69244979999999941e2"],[-81.99129499999998,69.25470700000011],["-0.81914718999999877e2","0.69269440000000145e2"],[-81.70777899999996,"0.69264709000000039e2"],["-0.81693877999999984e2","0.69263046000000145e2"],[-81.67971799999998,"0.69260544000000039e2"],["-0.81650283999999999e2","0.69251663000000121e2"],["-0.81512222000000008e2",69.20138500000013],["-0.81416396999999904e2","0.69208038000000101e2"],["-0.81402221999999995e2","0.69207214000000135e2"],["-0.81388335999999981e2","0.69204712000000086e2"],["-0.81359725999999966e2","0.69196640000000116e2"],["-0.81347778000000005e2","0.69191925000000083e2"],["-0.81338897999999972e2","0.69187485000000038e2"],["-0.81332503999999858e2","0.69182479999999998e2"],["-0.81299438000000009e2",69.1202550000001],["-0.81330841000000021e2","0.69095261000000107e2"],[-81.57028200000002,"0.68992477000000008e2"],[-81.59584000000001,"0.68984146000000123e2"],[-81.71665999999999,"0.68949142000000052e2"],[-81.75556899999998,"0.68941360000000088e2"],["-0.81809433000000013e2",68.9327550000001],["-0.81888061999999991e2","0.68919144000000131e2"],["-0.81914169000000015e2","0.68914429000000098e2"],["-0.81966110000000015e2","0.68904433999999981e2"],["-0.82005004999999983e2","0.68895538000000045e2"],["-0.82043059999999969e2","0.68883881000000088e2"],["-0.82055556999999965e2","0.68878586000000041e2"],["-0.82057219999999973e2","0.68873871000000008e2"],["-0.82043335000000013e2","0.68872208000000057e2"],[-82.00306699999993,"0.68874146000000053e2"],["-0.81977218999999991e2","0.68879700000000014e2"],["-0.81833068999999966e2","0.68907211000000075e2"],["-0.81819457999999997e2","0.68908600000000092e2"],[-81.68638599999997,"0.68905258000000117e2"],["-0.81673049999999989e2","0.68904433999999981e2"],[-81.66194200000001,68.90277100000003],["-0.81650283999999999e2","0.68899155000000007e2"],[-81.58805799999999,"0.68869705000000124e2"],["-0.81581954999999937e2","0.68864990000000091e2"],["-0.81438323999999966e2","0.68874984999999981e2"],["-0.81424712999999997e2",68.87553400000013],["-0.81382767000000001e2","0.68866652999999985e2"],["-0.81354171999999892e2","0.68857483000000116e2"],["-0.81238051999999925e2","0.68774704000000042e2"],[-81.23443599999996,68.76998900000001],["-0.81232772999999952e2","0.68760268999999937e2"],["-0.81252227999999945e2","0.68653046000000131e2"],["-0.81255843999999911e2","0.68643051000000014e2"],["-0.81260558999999944e2","0.68638046000000145e2"],["-0.81267501999999922e2","0.68633041000000105e2"],["-0.81357773000000009e2","0.68599152000000117e2"],["-0.81560271999999998e2","0.68541656000000103e2"],["-0.81687209999999993e2","0.68509430000000066e2"],["-0.81798889000000031e2","0.68489700000000028e2"],["-0.81816390999999896e2","0.68469711000000132e2"],["-0.81830291999999986e2","0.68459717000000126e2"],["-0.81842498999999918e2","0.68455551000000014e2"],["-0.81958053999999947e2","0.68423309000000017e2"],["-0.81970839999999953e2","0.68421097000000145e2"],["-0.81997771999999941e2","0.68423035000000084e2"],["-0.82011947999999961e2","0.68427765000000136e2"],["-0.82024444999999957e2","0.68436919999999986e2"],["-0.82027785999999992e2","0.68441650000000038e2"],["-0.82028884999999946e2","0.68446640000000059e2"],["-0.82033324999999991e2","0.68456099999999992e2"],["-0.82038054999999929e2","0.68465820000000065e2"],["-0.82041671999999949e2","0.68470535000000098e2"],["-0.82062209999999936e2","0.68494430999999963e2"],["-0.82068618999999899e2","0.68499145999999996e2"],["-0.82077498999999932e2","0.68503601000000003e2"],["-0.82091675000000009e2","0.68507217000000082e2"],["-0.82229445999999996e2","0.68531662000000097e2"],["-0.82256393000000003e2","0.68533600000000035e2"],["-0.82269454999999937e2","0.68532486000000063e2"],["-0.82271117999999944e2","0.68527481000000023e2"],["-0.82267226999999991e2",68.52276599999999],["-0.82254729999999995e2","0.68513321000000133e2"],["-0.82243056999999965e2","0.68508881000000088e2"],["-0.82229171999999892e2","0.68505264000000125e2"],[-82.1875,"0.68495819000000097e2"],["-0.82175826999999913e2","0.68491364000000033e2"],[-82.17332499999992,"0.68485808999999961e2"],["-0.82175002999999947e2","0.68481093999999928e2"],["-0.82179169000000002e2","0.68476089000000059e2"],["-0.82183608999999933e2","0.68471100000000092e2"],["-0.82190552000000025e2","0.68466095000000053e2"],["-0.82202498999999989e2","0.68460815000000025e2"],["-0.82215011999999888e2","0.68457489000000123e2"],["-0.82228057999999976e2","0.68455261000000007e2"],[-82.25418099999996,"0.68454437000000041e2"],["-0.82382767000000001e2","0.68466934000000037e2"],["-0.82393889999999999e2","0.68468322999999998e2"],["-0.82448882999999967e2","0.68478592000000049e2"],["-0.82476943999999946e2","0.68485535000000027e2"],["-0.82500290000000007e2","0.68494430999999963e2"],["-0.82532501000000025e2","0.68508041000000048e2"],["-0.82545273000000009e2","0.68517487000000017e2"],["-0.82549163999999905e2","0.68522217000000069e2"],["-0.82557770000000005e2","0.68526932000000102e2"],["-0.82571395999999993e2","0.68526382000000069e2"],["-0.82583892999999875e2","0.68524155000000007e2"],["-0.82608886999999925e2","0.68517487000000017e2"],[-82.62110899999999,"0.68512206999999933e2"],["-0.82634734999999978e2","0.68502213000000097e2"],["-0.82638901000000033e2","0.68497208000000057e2"],["-0.82635284000000013e2","0.68492203000000018e2"],["-0.82491103999999893e2","0.68453873000000101e2"],["-0.82490554999999915e2","0.68402205999999921e2"],["-0.82363051999999982e2",68.35054000000008],["-0.82356658999999922e2","0.68345825000000048e2"],["-0.82353057999999976e2","0.68341094999999996e2"],["-0.82351105000000018e2","0.68331375000000094e2"],["-0.82352492999999924e2","0.68326660000000061e2"],["-0.82356658999999922e2","0.68321655000000021e2"],["-0.82369445999999925e2","0.68318329000000006e2"],["-0.82381942999999922e2","0.68316939999999988e2"],[-82.39527899999996,"0.68316666000000055e2"],["-0.82422225999999966e2","0.68318603999999993e2"],["-0.82448607999999979e2","0.68320831000000055e2"],["-0.82475006000000008e2","0.68321106000000043e2"],["-0.82500838999999985e2","0.68317490000000021e2"],["-0.82507781999999963e2","0.68313309000000118e2"],[-82.50140399999998,"0.68308594000000085e2"],["-0.82483611999999937e2","0.68299422999999933e2"],["-0.82426101999999958e2","0.68276657000000114e2"],["-0.82400557999999933e2",68.26887499999998],["-0.82386947999999961e2","0.68266388000000063e2"],[-82.37388599999997,"0.68265548999999965e2"],[-82.36082499999992,"0.68266937000000041e2"],["-0.82311661000000015e2",68.283051],["-0.82286941999999897e2","0.68289703000000031e2"],["-0.82273330999999928e2","0.68288879000000065e2"],["-0.82264724999999999e2","0.68284424000000058e2"],["-0.82260009999999966e2","0.68274993999999992e2"],["-0.82259170999999981e2","0.68269989000000123e2"],["-0.82258620999999948e2","0.68255554000000018e2"],["-0.82264449999999897e2",68.24552900000009],["-0.82270279000000016e2","0.68235535000000084e2"],["-0.82278610000000015e2","0.68225540000000024e2"],["-0.82289443999999946e2","0.68215545999999961e2"],["-0.82300551999999868e2","0.68205551000000071e2"],["-0.82321121000000005e2","0.68190262000000018e2"],["-0.82330291999999872e2","0.68185256999999922e2"],["-0.82337218999999948e2","0.68180267000000072e2"],["-0.82345550999999944e2","0.68170258000000047e2"],[-82.34722899999997,"0.68165268000000026e2"],["-0.82345839999999953e2","0.68160537999999974e2"],["-0.82337218999999948e2","0.68155823000000112e2"],["-0.82314437999999939e2","0.68146652000000017e2"],["-0.82272506999999962e2","0.68133331000000055e2"],["-0.82230835000000013e2","0.68121918000000051e2"],["-0.82206115999999952e2",68.115814],["-0.82192489999999964e2","0.68112487999999985e2"],["-0.82179169000000002e2",68.111649],["-0.82166397000000018e2","0.68114151000000106e2"],["-0.82145781999999997e2","0.68125488000000018e2"],["-0.82099166999999966e2","0.68154984000000013e2"],["-0.82080565999999919e2","0.68179703000000131e2"],[-82.06361400000003,"0.68199707000000046e2"],["-0.82056945999999982e2","0.68204712000000086e2"],["-0.82047500999999897e2","0.68209716999999955e2"],["-0.82037505999999894e2","0.68213881999999955e2"],["-0.82025009000000011e2","0.68216095000000109e2"],[-82.01167299999986,"0.68214705999999921e2"],["-0.81997771999999941e2","0.68211105000000089e2"],["-0.81988892000000021e2","0.68206650000000025e2"],["-0.81985549999999989e2","0.68201660000000004e2"],["-0.81984726000000023e2","0.68196929999999952e2"],["-0.81993057000000022e2","0.68172485000000108e2"],["-0.82008895999999936e2",68.14776599999999],["-0.82019164999999987e2","0.68132751000000042e2"],["-0.82027221999999938e2","0.68122756999999979e2"],["-0.82034164000000033e2","0.68117751999999939e2"],["-0.82043610000000001e2","0.68112762000000089e2"],["-0.82056106999999997e2","0.68109421000000054e2"],["-0.82114502000000016e2","0.68082870000000014e2"],["-0.82173889000000031e2","0.68002486999999974e2"],["-0.82175551999999982e2","0.67997482000000105e2"],["-0.82102782999999988e2","0.67907211000000075e2"],["-0.82096663999999976e2",67.90248100000008],["-0.82079452999999944e2","0.67893326000000002e2"],["-0.82070557000000008e2","0.67888596000000007e2"],["-0.81837783999999999e2","0.67783875000000023e2"],["-0.81727218999999934e2",67.740814],["-0.81707503999999972e2","0.67731658999999922e2"],["-0.81690552000000025e2","0.67722487999999998e2"],["-0.81678328999999906e2","0.67713042999999914e2"],["-0.81666397000000018e2","0.67703598000000056e2"],[-81.65972899999997,"0.67694138000000009e2"],["-0.81653884999999946e2","0.67689423000000147e2"],["-0.81636672999999917e2","0.67679977000000008e2"],["-0.81592498999999975e2","0.67661652000000061e2"],["-0.81538329999999974e2","0.67643599999999992e2"],["-0.81498046999999985e2","0.67631927000000132e2"],["-0.81457779000000016e2","0.67620529000000147e2"],["-0.81433059999999955e2","0.67611374000000069e2"],["-0.81416396999999904e2","0.67601929000000041e2"],["-0.81248885999999914e2","0.67479706000000078e2"],["-0.81243056999999908e2","0.67474991000000045e2"],["-0.81239715999999873e2","0.67470260999999994e2"],["-0.81237212999999997e2","0.67455551000000014e2"],["-0.81237503000000004e2","0.67441086000000098e2"],["-0.81239166000000012e2","0.67436096000000077e2"],["-0.81245269999999948e2","0.67426376000000005e2"],["-0.81256392999999946e2","0.67416381999999942e2"],["-0.81293610000000001e2","0.67396103000000039e2"],["-0.81300551999999982e2",67.391098],[-81.30471799999998,"0.67386108000000092e2"],["-0.81347778000000005e2",67.292755],["-0.81366394000000014e2","0.67238875999999948e2"],["-0.81373610999999983e2","0.67204711999999972e2"],["-0.81376099000000011e2","0.67189972000000012e2"],["-0.81375274999999988e2","0.67185256999999979e2"],["-0.81380279999999914e2","0.67170532000000037e2"],["-0.81413895000000025e2","0.67091370000000097e2"],["-0.81432220000000029e2","0.67066666000000112e2"],["-0.81496657999999911e2","0.67004715000000147e2"],[-81.50306699999993,"0.66999710000000107e2"],["-0.81512512000000015e2",66.99470500000001],["-0.81524170000000026e2",66.99054000000001],["-0.81536117999999988e2","0.66988312000000064e2"],["-0.81699722000000008e2","0.66970261000000107e2"],["-0.81711944999999957e2","0.66969986000000063e2"],["-0.81750838999999928e2","0.66978591999999992e2"],["-0.81763901000000033e2","0.66983046999999999e2"],["-0.81772232000000031e2","0.66987762000000032e2"],["-0.81783066000000019e2","0.66992477000000065e2"],["-0.81796111999999937e2","0.66996933000000013e2"],["-0.81809157999999968e2","0.66998321999999973e2"],["-0.81833618000000001e2","0.66997756999999979e2"],["-0.81929717999999923e2","0.66978591999999992e2"],["-0.81952498999999932e2","0.66968048000000124e2"],["-0.81988892000000021e2","0.66949706999999933e2"],["-0.82026947000000007e2","0.66926086000000055e2"],["-0.82179992999999968e2","0.66768875000000094e2"],["-0.82183884000000035e2","0.66764160000000061e2"],["-0.82369720000000029e2","0.66725815000000125e2"],["-0.82481109999999944e2","0.66669707999999957e2"],["-0.82556380999999988e2","0.66623871000000122e2"],["-0.82562774999999874e2","0.66618866000000082e2"],["-0.82566665999999941e2","0.66613876000000005e2"],["-0.82571670999999981e2",66.60386699999998],["-0.82577498999999989e2","0.66584427000000005e2"],["-0.82576675000000023e2","0.66579436999999984e2"],["-0.82579452999999944e2","0.66569717000000082e2"],["-0.82585555999999997e2","0.66564697000000024e2"],["-0.82596953999999982e2","0.66560256999999979e2"],["-0.82694442999999978e2","0.66558029000000033e2"],[-82.78195199999999,"0.66566666000000055e2"],[-82.86999499999996,"0.66567490000000021e2"],["-0.83018065999999976e2","0.66539978000000076e2"],["-0.83012787000000003e2","0.66515823000000069e2"],["-0.83015288999999996e2",66.50610400000005],["-0.83019164999999873e2","0.66501099000000011e2"],["-0.83025283999999999e2","0.66495819000000097e2"],["-0.83049987999999928e2","0.66475539999999967e2"],["-0.83058608999999933e2","0.66470260999999994e2"],["-0.83357497999999964e2","0.66353043000000071e2"],["-0.83368332000000009e2","0.66348877000000016e2"],["-0.83402221999999938e2","0.66347487999999998e2"],["-0.83450561999999991e2","0.66346649000000014e2"],["-0.83515288999999882e2","0.66353867000000037e2"],["-0.83567504999999983e2","0.66367477000000122e2"],["-0.83652785999999935e2",66.40776100000005],["-0.83654175000000009e2","0.66412491000000102e2"],["-0.83639449999999954e2","0.66437195000000088e2"],["-0.83630828999999949e2","0.66442200000000128e2"],["-0.83618331999999896e2",66.44081100000011],["-0.83607773000000009e2","0.66436371000000122e2"],["-0.83597778000000005e2","0.66426926000000037e2"],["-0.83601669000000015e2","0.66412201000000096e2"],["-0.83597778000000005e2","0.66407486000000063e2"],["-0.83545273000000009e2","0.66381363000000079e2"],[-83.53472899999997,"0.66378035999999952e2"],["-0.83579726999999934e2","0.66431656000000089e2"],["-0.83672501000000011e2","0.66520538000000101e2"],[-83.68110699999994,"0.66524993999999992e2"],[-83.70695499999988,"0.66530822999999998e2"],["-0.83732497999999964e2","0.66534714000000065e2"],["-0.83795273000000009e2","0.66541930999999977e2"],[-83.82028200000002,"0.66542754999999943e2"],["-0.83832229999999981e2","0.66542206000000022e2"],["-0.83857497999999964e2","0.66544144000000131e2"],["-0.83968886999999881e2","0.66577484000000027e2"],["-0.83977492999999981e2","0.66582214000000079e2"],["-0.83985001000000011e2","0.66591660000000047e2"],["-0.84011397999999986e2","0.66663605000000018e2"],["-0.84014174999999966e2","0.66673309000000017e2"],["-0.84015563999999983e2","0.66687759000000142e2"],["-0.84014450000000011e2","0.66692748999999992e2"],["-0.84006119000000012e2","0.66698029000000076e2"],["-0.83994719999999973e2",66.70138500000013],["-0.83982772999999952e2",66.70277400000009],["-0.83945540999999992e2","0.66702484000000084e2"],["-0.83891113000000018e2","0.66804153000000099e2"],["-0.83886123999999995e2","0.66813873000000001e2"],["-0.83883895999999936e2",66.82388300000008],["-0.83884170999999924e2","0.66833602999999982e2"],["-0.83890288999999996e2",66.85775799999999],["-0.83901671999999905e2","0.66871918000000107e2"],["-0.83907776000000013e2","0.66876647999999989e2"],["-0.83916397000000018e2","0.66881087999999977e2"],["-0.83928878999999995e2",66.86303700000002],["-0.83938323999999909e2","0.66823608000000092e2"],["-0.83945540999999992e2","0.66813599000000067e2"],["-0.84104996000000028e2","0.66708328000000108e2"],["-0.84116394000000014e2","0.66704987000000074e2"],["-0.84140288999999996e2","0.66701934999999935e2"],["-0.84152785999999992e2","0.66702484000000084e2"],["-0.84165558000000033e2","0.66703873000000101e2"],["-0.84260284000000013e2","0.66716385000000059e2"],[-84.27305599999994,"0.66718596999999932e2"],["-0.84286666999999909e2","0.66723038000000031e2"],["-0.84295273000000009e2","0.66727478000000076e2"],[-84.43638599999997,"0.66818329000000119e2"],["-0.84427779999999927e2","0.66961104999999975e2"],["-0.84415008999999998e2","0.66960815000000139e2"],["-0.84390288999999882e2","0.66961929000000112e2"],["-0.84378600999999946e2","0.66964157000000057e2"],["-0.84367492999999968e2","0.66968597000000102e2"],["-0.84370834000000002e2",66.97137500000008],["-0.84436110999999926e2","0.66981369000000086e2"],["-0.84488051999999925e2","0.66988876000000005e2"],["-0.84618057000000022e2","0.67006378000000041e2"],["-0.84694153000000028e2","0.67009720000000016e2"],["-0.84733063000000016e2","0.67014708999999982e2"],["-0.84837783999999999e2","0.67029434000000094e2"],["-0.84850829999999974e2",67.03166200000004],[-84.87332200000003,"0.67039428999999984e2"],["-0.84881942999999978e2","0.67043869000000029e2"],["-0.84886123999999938e2","0.67048599000000081e2"],["-0.84892501999999922e2","0.67053314000000114e2"],["-0.84901397999999858e2","0.67057754999999986e2"],["-0.84915008999999998e2","0.67060806000000014e2"],["-0.84926940999999943e2","0.67059418000000107e2"],["-0.84936110999999926e2","0.67056090999999981e2"],["-0.84880279999999971e2","0.66989426000000037e2"],["-0.84871658000000025e2","0.66984984999999938e2"],["-0.84857772999999952e2","0.66981659000000093e2"],[-84.84584000000001,"0.66982208000000071e2"],["-0.84833892999999932e2","0.66984711000000004e2"],["-0.84811110999999926e2","0.66991653000000099e2"],["-0.84789444000000003e2","0.67002486999999974e2"],["-0.84778335999999911e2","0.67006653000000085e2"],["-0.84765563999999983e2","0.67006378000000041e2"],["-0.84699996999999939e2",66.99581900000004],["-0.84645844000000011e2","0.66981659000000093e2"],["-0.84639724999999885e2","0.66978043000000071e2"],["-0.84651397999999972e2",66.97554000000008],["-0.84712783999999942e2","0.66972762999999986e2"],["-0.84885833999999932e2","0.66966660000000047e2"],["-0.84960007000000019e2","0.66964157000000057e2"],["-0.85010009999999966e2","0.66964706000000035e2"],["-0.85048339999999996e2","0.66963318000000072e2"],["-0.85059722999999963e2","0.66959717000000069e2"],["-0.85142775999999969e2","0.66930267000000129e2"],["-0.85228333000000021e2","0.66878311000000053e2"],["-0.85228881999999999e2","0.66873306000000014e2"],["-0.85222777999999948e2","0.66868866000000025e2"],["-0.85196105999999986e2","0.66855255000000056e2"],["-0.85184433000000013e2","0.66851089000000115e2"],["-0.85146118000000001e2","0.66839431999999988e2"],["-0.85133057000000008e2","0.66836929000000055e2"],[-85.11999499999996,"0.66835541000000148e2"],["-0.84948607999999979e2","0.66858597000000145e2"],[-84.94027699999998,"0.66863876000000118e2"],["-0.84904556000000014e2","0.66897202000000107e2"],["-0.84901053999999988e2","0.66900375000000111e2"],["-0.84904892000000018e2","0.66903037999999981e2"],["-0.84912888000000009e2","0.66905044999999973e2"],["-0.84920546999999999e2","0.66905373000000111e2"],["-0.84935225999999886e2","0.66904540999999995e2"],["-0.84943061999999941e2","0.66905373000000111e2"],["-0.84951050000000009e2","0.66907378999999992e2"],[-84.95788600000003,"0.66909874000000002e2"],["-0.84961730999999986e2","0.66912704000000019e2"],["-0.84956389999999942e2","0.66915367000000117e2"],[-84.86233500000003,"0.66939835000000073e2"],["-0.84855164000000002e2","0.66940666000000078e2"],["-0.84767775999999969e2","0.66952209000000039e2"],["-0.84755279999999971e2","0.66951660000000061e2"],["-0.84602218999999991e2","0.66935806000000127e2"],["-0.84562209999999993e2","0.66901382000000126e2"],["-0.84573897999999986e2",66.89888000000002],[-84.61082499999992,66.89387499999998],[-84.62332200000003,"0.66893326000000059e2"],["-0.84650283999999999e2","0.66900817999999958e2"],["-0.84675827000000027e2","0.66902771000000087e2"],["-0.84688323999999909e2","0.66903046000000131e2"],["-0.84746384000000035e2","0.66897491000000059e2"],["-0.84706389999999999e2","0.66888596000000007e2"],[-84.58555599999994,"0.66858871000000079e2"],["-0.84558334000000002e2","0.66850540000000024e2"],["-0.84523330999999985e2","0.66836929000000055e2"],["-0.84505843999999968e2","0.66827773999999977e2"],["-0.84504729999999995e2","0.66823043999999982e2"],["-0.84516113000000018e2","0.66820540999999992e2"],["-0.84541381999999999e2","0.66821381000000031e2"],["-0.84580565999999976e2","0.66828323000000125e2"],["-0.84634170999999981e2",66.84165999999999],["-0.84660278000000005e2","0.66846375000000023e2"],["-0.84672501000000011e2","0.66845824999999991e2"],["-0.84684432999999956e2","0.66844147000000021e2"],["-0.84690551999999968e2","0.66839980999999966e2"],["-0.84684432999999956e2","0.66835266000000104e2"],["-0.84675551999999925e2","0.66830826000000116e2"],["-0.84664444000000003e2",66.82748400000014],["-0.84651107999999965e2","0.66824158000000125e2"],[-84.466949,"0.66787766000000147e2"],["-0.84434433000000013e2","0.66725540000000137e2"],["-0.84445266999999888e2","0.66720260999999937e2"],["-0.84448607999999922e2","0.66715271000000087e2"],["-0.84442489999999964e2","0.66710814999999968e2"],["-0.84429442999999935e2","0.66708328000000108e2"],["-0.84404174999999952e2","0.66705551000000014e2"],["-0.84343063000000029e2","0.66699416999999983e2"],["-0.84203887999999949e2","0.66691360000000032e2"],["-0.84153060999999923e2","0.66685806000000014e2"],["-0.84144454999999994e2","0.66681366000000025e2"],["-0.84136672999999973e2","0.66662201000000039e2"],["-0.84138061999999877e2","0.66657210999999961e2"],["-0.84142501999999979e2","0.66647216999999955e2"],["-0.84146117999999944e2","0.66642212000000086e2"],["-0.84180556999999965e2","0.66606644000000074e2"],["-0.84186385999999914e2","0.66601379000000009e2"],["-0.84128325999999959e2","0.66554703000000018e2"],["-0.83967223999999931e2","0.66473877000000073e2"],["-0.83916397000000018e2","0.66446640000000116e2"],[-83.89805599999994,"0.66432755000000043e2"],["-0.83888061999999991e2","0.66423599000000081e2"],["-0.83871108999999933e2","0.66394989000000066e2"],["-0.83867492999999968e2","0.66380539000000113e2"],["-0.83804717999999923e2","0.66307205000000124e2"],["-0.83773620999999991e2","0.66289703000000088e2"],["-0.83774719000000005e2","0.66275269000000037e2"],["-0.83772231999999974e2","0.66265548999999965e2"],["-0.83768615999999952e2","0.66260818000000029e2"],["-0.83762787000000003e2","0.66256104000000107e2"],["-0.83728881999999999e2",66.23803700000002],[-83.71833799999996,"0.66233597000000032e2"],["-0.83684722999999906e2","0.66215546000000018e2"],[-83.68110699999994,"0.66210815000000082e2"],[-83.67860399999995,"0.66201096000000121e2"],["-0.83684432999999956e2","0.66196091000000024e2"],["-0.83693053999999961e2","0.66190810999999997e2"],["-0.83767898999999943e2","0.66168639999999982e2"],["-0.83789718999999934e2","0.66163315000000125e2"],["-0.83835830999999928e2","0.66154709000000025e2"],["-0.83847777999999948e2","0.66153320000000008e2"],["-0.83855559999999912e2","0.66155822999999998e2"],["-0.83977782999999988e2","0.66199417000000096e2"],["-0.84118057000000022e2",66.25471500000009],["-0.84135283999999956e2",66.26388500000013],["-0.84141112999999962e2","0.66268326000000059e2"],["-0.84148620999999991e2","0.66277771000000143e2"],["-0.84149993999999992e2","0.66282760999999994e2"],["-0.84150283999999942e2","0.66292480000000012e2"],["-0.84148894999999925e2","0.66297485000000052e2"],["-0.84152495999999985e2","0.66302200000000084e2"],["-0.84158614999999998e2","0.66306641000000013e2"],["-0.84167220999999927e2",66.31109600000002],["-0.84178329000000019e2","0.66315536000000009e2"],["-0.84190826000000015e2","0.66318054000000018e2"],["-0.84216400000000021e2","0.66321655000000078e2"],["-0.84228332999999964e2",66.3211060000001],["-0.84317229999999995e2","0.66299712999999997e2"],["-0.84426940999999886e2","0.66363037000000077e2"],["-0.84441939999999931e2","0.66372208000000057e2"],["-0.84506393000000003e2","0.66402205999999978e2"],["-0.84516952999999944e2","0.66404709000000139e2"],["-0.84528885000000002e2",66.40415999999999],["-0.84550551999999868e2","0.66394440000000088e2"],["-0.84558884000000035e2","0.66389160000000061e2"],["-0.84619155999999919e2","0.66349715999999944e2"],["-0.84626937999999882e2","0.66343597000000102e2"],["-0.84635559000000001e2","0.66334991000000002e2"],["-0.84636123999999995e2","0.66328873000000044e2"],[-84.625,"0.66319152999999972e2"],["-0.84527221999999995e2","0.66278595000000109e2"],["-0.84424438000000009e2","0.66224701000000096e2"],["-0.84407500999999968e2","0.66215546000000018e2"],["-0.84401397999999972e2","0.66211105000000089e2"],["-0.84389998999999932e2","0.66196930000000009e2"],["-0.84386397999999986e2","0.66192199999999957e2"],[-84.37777699999998,"0.66178040000000067e2"],["-0.84372498000000007e2","0.66168319999999994e2"],["-0.84374709999999993e2","0.66158600000000092e2"],["-0.84448607999999922e2","0.66158600000000092e2"],[-84.46055599999994,"0.66159149000000014e2"],["-0.84473327999999981e2","0.66161377000000016e2"],["-0.84483886999999925e2","0.66164703000000031e2"],["-0.84509445000000028e2",66.178314],["-0.84641112999999962e2","0.66216094999999996e2"],["-0.84869155999999975e2","0.66266662999999937e2"],["-0.84881942999999978e2","0.66268051000000071e2"],[-84.90583799999996,"0.66266937000000098e2"],["-0.84927489999999977e2","0.66258881000000031e2"],["-0.84943877999999984e2","0.66248322000000144e2"],["-0.84954726999999934e2","0.66243866000000025e2"],[-84.96665999999999,"0.66244431000000077e2"],["-0.84979720999999984e2",66.24664300000012],[-85.00167799999997,"0.66255264000000068e2"],["-0.85131942999999922e2","0.66291931000000034e2"],["-0.85178329000000019e2","0.66262207000000046e2"],["-0.85190276999999867e2","0.66260544000000095e2"],["-0.85202498999999932e2","0.66260818000000029e2"],["-0.85214721999999995e2","0.66262207000000046e2"],["-0.85227782999999988e2","0.66264434999999992e2"],["-0.85252227999999945e2","0.66273041000000092e2"],["-0.85269729999999981e2","0.66281937000000028e2"],["-0.85301392000000021e2","0.66304703000000075e2"],["-0.85306655999999919e2","0.66314148000000102e2"],["-0.85339721999999938e2","0.66399154999999951e2"],["-0.85345550999999887e2","0.66447754000000089e2"],["-0.85346114999999998e2",66.45748900000001],["-0.85341675000000009e2","0.66482208000000128e2"],["-0.85343338000000017e2",66.48692299999999],["-0.85351394999999968e2","0.66496093999999971e2"],["-0.85457503999999915e2","0.66573883000000137e2"],["-0.85466400000000021e2","0.66578323000000012e2"],["-0.85479720999999984e2","0.66581375000000094e2"],["-0.85491942999999878e2","0.66581940000000145e2"],[-85.55221599999993,"0.66577774000000034e2"],["-0.85575561999999991e2","0.66574707000000103e2"],["-0.85598617999999931e2","0.66569442999999978e2"],["-0.85710555999999997e2","0.66536101999999971e2"],["-0.85845276000000013e2","0.66499419999999986e2"],["-0.85857773000000009e2","0.66499709999999993e2"],["-0.85868880999999931e2","0.66504166000000112e2"],["-0.85875548999999978e2",66.5086060000001],["-0.85888901000000033e2","0.66511932000000002e2"],["-0.85995543999999995e2","0.66508041000000105e2"],["-0.86007507000000032e2","0.66507216999999969e2"],["-0.86078888000000006e2",66.49693300000007],["-0.86103333000000021e2","0.66496643000000063e2"],["-0.86128326000000015e2",66.49803200000008],["-0.86141113000000018e2","0.66499419999999986e2"],["-0.86256667999999934e2","0.66513321000000133e2"],["-0.86283324999999934e2","0.66518599999999935e2"],["-0.86578888000000006e2","0.66530272999999966e2"],["-0.86580001999999979e2","0.66520538000000101e2"],["-0.86587783999999942e2",66.51527400000009],["-0.86599730999999963e2","0.66511108000000036e2"],["-0.86611389000000031e2","0.66508331000000112e2"],["-0.86622771999999998e2","0.66506652999999972e2"],["-0.86635009999999966e2",66.50610400000005],[-86.65972899999997,"0.66506377999999984e2"],["-0.86672500999999954e2","0.66507767000000001e2"],["-0.86685546999999985e2","0.66509720000000073e2"],["-0.86698883000000023e2","0.66513046000000145e2"],["-0.86726944000000003e2","0.66521103000000096e2"],["-0.86738051999999982e2","0.66525269000000037e2"],[-86.75167799999997,"0.66528320000000008e2"],["-0.86764174999999966e2","0.66528595000000053e2"],["-0.86775283999999942e2","0.66526093000000003e2"],["-0.86780838000000017e2","0.66520828000000108e2"],["-0.86781386999999995e2","0.66515823000000069e2"],["-0.86777221999999995e2","0.66511108000000036e2"],["-0.86743880999999931e2","0.66488586000000112e2"],["-0.86701110999999969e2","0.66466659999999933e2"],["-0.86662780999999939e2","0.66449417000000039e2"],["-0.86639998999999932e2","0.66441085999999927e2"],["-0.86633621000000005e2","0.66436371000000122e2"],["-0.86641677999999956e2","0.66431931000000077e2"],["-0.86678604000000007e2","0.66432755000000043e2"],["-0.86730559999999969e2","0.66436920000000043e2"],["-0.86756957999999941e2","0.66441360000000088e2"],["-0.86783614999999941e2","0.66447479000000101e2"],["-0.86796386999999925e2","0.66448593000000074e2"],["-0.86807495000000017e2","0.66446091000000024e2"],["-0.86811110999999983e2","0.66441925000000083e2"],["-0.86809158000000025e2","0.66437195000000088e2"],["-0.86804992999999968e2","0.66432480000000055e2"],["-0.86651671999999962e2","0.66324158000000011e2"],["-0.86638335999999924e2","0.66315262000000075e2"],["-0.86612777999999992e2","0.66311646000000053e2"],[-86.49722300000002,66.29942299999999],["-0.86396117999999944e2","0.66289703000000088e2"],[-86.30610699999994,"0.66276382000000126e2"],["-0.86142226999999991e2","0.66239699999999971e2"],["-0.86076110999999912e2",66.22387700000013],["-0.85927489999999977e2","0.66186370999999951e2"],["-0.85913895000000025e2","0.66182205000000067e2"],["-0.85901108000000022e2","0.66173035000000027e2"],["-0.85897232000000031e2","0.66168319999999994e2"],["-0.85977492999999924e2","0.66077773999999977e2"],["-0.85975829999999917e2","0.66073044000000095e2"],["-0.85973891999999978e2","0.66038879000000009e2"],["-0.85974716000000001e2","0.66033875000000023e2"],["-0.85979995999999915e2","0.66028594999999996e2"],["-0.85990554999999972e2","0.66024155000000121e2"],["-0.86077224999999999e2",65.99581900000004],["-0.86121384000000035e2","0.65984421000000054e2"],["-0.86217498999999975e2","0.65957489000000123e2"],[-86.22084000000001,"0.65952209000000039e2"],["-0.86231383999999935e2","0.65941925000000026e2"],["-0.86239166000000012e2","0.65936646000000053e2"],["-0.86249435000000005e2",65.93193100000002],["-0.86326400999999976e2",65.90498400000007],["-0.86348617999999874e2","0.65899719000000005e2"],["-0.86360275000000001e2","0.65899155000000064e2"],["-0.86420272999999952e2","0.65892487000000074e2"],["-0.86472228999999857e2","0.65839980999999966e2"],["-0.86496947999999975e2","0.65808029000000033e2"],[-86.49499499999996,65.803314],["-0.86486389000000031e2",65.799149],["-0.86464171999999962e2","0.65790543000000071e2"],["-0.86455276000000026e2","0.65786102000000142e2"],["-0.86453888000000006e2",65.78137200000009],["-0.86451110999999855e2","0.65747208000000057e2"],["-0.86454177999999956e2","0.65742203000000018e2"],["-0.86530288999999868e2","0.65695525999999916e2"],["-0.86716109999999958e2","0.65617477000000065e2"],["-0.86819457999999997e2","0.65560532000000023e2"],["-0.86829726999999991e2",65.55581699999999],[-86.84056099999998,"0.65553314000000057e2"],["-0.86852782999999931e2",65.55442800000003],["-0.86865828999999962e2","0.65557480000000112e2"],["-0.86878052000000025e2","0.65557754999999929e2"],["-0.86888610999999969e2","0.65555251999999996e2"],["-0.86953888000000006e2",65.53915400000011],["-0.86972777999999948e2","0.65520263999999997e2"],["-0.87017226999999991e2","0.65486923000000047e2"],["-0.87024445000000014e2","0.65481659000000036e2"],["-0.87035278000000005e2","0.65479156000000046e2"],[-87.05471799999998,"0.65486649000000114e2"],["-0.87067504999999983e2","0.65488875999999948e2"],["-0.87077788999999996e2","0.65484985000000052e2"],["-0.87087783999999999e2","0.65479431000000091e2"],["-0.87095001000000025e2","0.65474152000000117e2"],["-0.87110275000000001e2","0.65458602999999982e2"],["-0.87118606999999997e2",65.4433140000001],["-0.87119155999999975e2","0.65438309000000061e2"],[-87.11500499999994,"0.65433594000000028e2"],["-0.87101944000000003e2","0.65429703000000131e2"],["-0.87111664000000019e2","0.65390274000000034e2"],["-0.87351105000000018e2","0.65327209000000096e2"],["-0.87361938000000009e2","0.65324432000000002e2"],["-0.87372771999999941e2","0.65322769000000051e2"],["-0.87395843999999897e2","0.65321380999999974e2"],["-0.87430831999999953e2","0.65320831000000112e2"],["-0.87833327999999938e2","0.65323883000000023e2"],["-0.87869155999999975e2","0.65325272000000041e2"],["-0.87893065999999976e2","0.65326660000000118e2"],["-0.87941939999999875e2","0.65330826000000059e2"],[-87.96665999999999,"0.65333054000000004e2"],["-0.88004456000000005e2","0.65339157000000114e2"],["-0.88030288999999925e2","0.65345260999999994e2"],["-0.88070281999999963e2","0.65356093999999928e2"],[-88.09445199999999,"0.65363312000000121e2"],["-0.88212783999999886e2",65.40277100000003],["-0.88221389999999985e2","0.65407211000000075e2"],["-0.88234726000000023e2","0.65416091999999992e2"],["-0.88243331999999953e2","0.65425262000000032e2"],["-0.88245270000000005e2","0.65429977000000065e2"],[-88.25389100000001,"0.65439148000000046e2"],[-88.31361400000003,"0.65479156000000046e2"],["-0.88333617999999944e2","0.65492477000000008e2"],["-0.88548614999999984e2","0.65582764000000111e2"],[-88.55972300000002,"0.65586929000000112e2"],["-0.88573058999999944e2","0.65589706000000035e2"],[-88.58555599999994,"0.65590820000000008e2"],["-0.88633330999999998e2","0.65591094999999996e2"],["-0.88645554000000004e2","0.65592208999999968e2"],["-0.88658889999999928e2","0.65594986000000063e2"],[-88.68582200000003,"0.65601929000000098e2"],["-0.88829726999999878e2","0.65641372999999987e2"],["-0.88828888000000006e2","0.65644150000000081e2"],["-0.88756667999999991e2","0.65642761000000064e2"],[-88.62249799999995,"0.65637207000000103e2"],[-88.49888599999997,"0.65626923000000033e2"],["-0.88513335999999981e2","0.65644440000000088e2"],["-0.88779723999999987e2","0.65676085999999941e2"],["-0.88949721999999895e2",65.68664600000011],["-0.88962783999999999e2","0.65688583000000108e2"],["-0.89000838999999985e2","0.65698593000000017e2"],[-89.09944200000001,"0.65725266000000033e2"],["-0.89124435000000005e2","0.65733322000000101e2"],["-0.89133895999999936e2","0.65737487999999985e2"],["-0.89140563999999927e2",65.74192800000003],[-89.14527899999996,"0.65746368000000018e2"],["-0.89147507000000019e2","0.65751388999999961e2"],["-0.89147231999999974e2","0.65761107999999979e2"],["-0.89149444999999957e2","0.65765823000000012e2"],["-0.89156386999999938e2","0.65770264000000111e2"],["-0.89174438000000009e2","0.65778594999999996e2"],["-0.89379990000000021e2","0.65846375000000023e2"],["-0.89525283999999999e2","0.65886932000000002e2"],["-0.89597228999999857e2","0.65910812000000021e2"],["-0.89664718999999934e2","0.65934982000000048e2"],["-0.89671660999999915e2","0.65939423000000147e2"],[-89.70944199999991,"0.65942200000000014e2"],["-0.89967223999999987e2","0.65948593000000017e2"],["-0.89991104000000007e2","0.65947478999999987e2"],[-90,"0.65944359000000134e2"],["-0.89964171999999962e2","0.65936919999999986e2"],["-0.89939163000000008e2",65.93609600000002],["-0.89926391999999908e2","0.65934143000000063e2"],[-89.89916999999997,"0.65928589000000045e2"],[-89.87110899999999,"0.65921097000000145e2"],["-0.89834166999999979e2","0.65910263000000043e2"],["-0.89799438000000009e2","0.65898331000000098e2"],["-0.89740829000000019e2","0.65873306000000071e2"],["-0.89731673999999998e2",65.86914100000007],["-0.89726943999999946e2","0.65839980999999966e2"],["-0.89729172000000005e2","0.65834717000000012e2"],["-0.89736389000000031e2","0.65829162999999994e2"],["-0.89746947999999975e2","0.65826385000000016e2"],[-89.76916499999993,"0.65822495000000004e2"],["-0.89793334999999956e2","0.65822495000000004e2"],["-0.89818892999999889e2","0.65825546000000031e2"],["-0.89832229999999925e2","0.65828323000000125e2"],["-0.89843886999999938e2","0.65832214000000022e2"],[-89.89056399999987,"0.65853043000000014e2"],["-0.89902221999999995e2","0.65857208000000014e2"],["-0.90048614999999984e2","0.65888321000000019e2"],["-0.90073623999999938e2","0.65890273999999977e2"],["-0.90085555999999997e2","0.65889159999999947e2"],["-0.90119995000000017e2","0.65883880999999974e2"],["-0.90162780999999995e2","0.65872207999999944e2"],["-0.90207229999999925e2","0.65864426000000037e2"],["-0.90241942999999992e2","0.65861374000000069e2"],["-0.90265838999999971e2","0.65860535000000141e2"],["-0.90315001999999993e2","0.65862198000000035e2"],["-0.90404448999999943e2","0.65871093999999971e2"],["-0.90418335000000013e2",65.87414600000011],["-0.90427489999999977e2","0.65878036000000066e2"],["-0.90432495000000017e2","0.65882751000000098e2"],["-0.90425551999999925e2","0.65888321000000019e2"],["-0.90393065999999919e2","0.65896102999999982e2"],["-0.90357773000000009e2","0.65898041000000092e2"],["-0.90333327999999995e2","0.65897217000000126e2"],["-0.90272781000000009e2","0.65897491000000059e2"],["-0.90225554999999929e2","0.65900542999999971e2"],["-0.90215560999999923e2","0.65904434000000037e2"],["-0.90213333000000034e2","0.65909424000000115e2"],["-0.90213333000000034e2","0.65914428999999984e2"],[-90.220551,"0.65918868999999972e2"],["-0.90234725999999966e2","0.65922485000000052e2"],["-0.90258895999999993e2","0.65922485000000052e2"],["-0.90293335000000013e2","0.65918593999999985e2"],["-0.90360275000000001e2","0.65907760999999994e2"],["-0.90418883999999878e2","0.65901093000000003e2"],["-0.90574172999999973e2","0.65896652000000074e2"],["-0.90596114999999941e2","0.65896652000000074e2"],["-0.90708618000000001e2","0.65902480999999909e2"],["-0.90733886999999925e2","0.65904160000000104e2"],["-0.90850280999999995e2","0.65915267999999912e2"],["-0.91068344000000025e2","0.65940262000000075e2"],["-0.91316390999999953e2","0.65969986000000119e2"],["-0.91328613000000018e2","0.65969986000000119e2"],["-0.91340285999999935e2",65.96887200000009],["-0.91429168999999945e2",65.95109599999995],["-0.91444442999999865e2","0.65930817000000047e2"],["-0.91362777999999935e2","0.65893599999999992e2"],["-0.91353332999999964e2","0.65889434999999992e2"],["-0.91341385000000002e2","0.65885818000000029e2"],["-0.91328063999999983e2","0.65883880999999974e2"],["-0.91189437999999939e2","0.65853043000000014e2"],[-91.06082200000003,"0.65813309000000061e2"],["-0.91046660999999915e2","0.65809417999999994e2"],["-0.91020553999999947e2","0.65806091000000094e2"],["-0.91008621000000005e2","0.65806091000000094e2"],["-0.91004180999999903e2","0.65811371000000122e2"],["-0.91013900999999976e2","0.65820540999999992e2"],[-91.05471799999998,"0.65846649000000127e2"],["-0.91108337000000006e2","0.65891373000000101e2"],["-0.91123046999999929e2","0.65904709000000082e2"],["-0.91125823999999852e2","0.65909714000000122e2"],["-0.91121384000000035e2","0.65914993000000095e2"],["-0.91099730999999963e2","0.65919982999999945e2"],["-0.91088057999999933e2","0.65921097000000145e2"],["-0.91063889000000017e2","0.65921097000000145e2"],["-0.90990279999999984e2","0.65919982999999945e2"],["-0.90976943999999946e2","0.65918045000000006e2"],["-0.90948607999999979e2","0.65910812000000021e2"],["-0.90921386999999925e2","0.65905258000000003e2"],[-90.90834000000001,"0.65903595000000109e2"],["-0.90741942999999992e2","0.65887772000000041e2"],["-0.90692489999999964e2","0.65886108000000036e2"],["-0.90531676999999945e2","0.65880539000000056e2"],["-0.90078063999999983e2","0.65812485000000095e2"],["-0.90013900999999919e2","0.65800262000000032e2"],[-90,"0.65797400999999923e2"],["-0.89986938000000009e2","0.65794708000000071e2"],["-0.89960006999999962e2","0.65788879000000065e2"],["-0.89932220000000029e2",65.78137200000009],["-0.89744995000000017e2","0.65724700999999982e2"],["-0.89720275999999956e2","0.65713042999999971e2"],["-0.89660278000000005e2","0.65683318999999983e2"],["-0.89653335999999911e2","0.65678863999999976e2"],["-0.89428328999999962e2","0.65529434000000037e2"],["-0.89308883999999978e2","0.65469437000000084e2"],["-0.89146118000000001e2","0.65400543000000084e2"],["-0.89065551999999911e2","0.65333054000000004e2"],["-0.89054442999999992e2","0.65328873000000101e2"],["-0.89044448999999986e2",65.32777400000009],["-0.88771118000000001e2","0.65307754999999986e2"],["-0.88733886999999982e2","0.65306090999999981e2"],["-0.88710281000000009e2","0.65306090999999981e2"],["-0.88698607999999979e2",65.30693100000002],["-0.88676940999999999e2",65.31053200000008],["-0.88606948999999929e2",65.30693100000002],["-0.88490279999999984e2","0.65293320000000051e2"],["-0.88389174999999909e2","0.65277205999999921e2"],["-0.88364715999999873e2","0.65274994000000049e2"],["-0.88215012000000002e2","0.65277205999999921e2"],["-0.88133330999999941e2","0.65278320000000122e2"],["-0.88109725999999966e2","0.65278046000000018e2"],["-0.88096664000000033e2","0.65274994000000049e2"],["-0.88061660999999958e2","0.65258881000000031e2"],["-0.88021117999999888e2","0.65274704000000042e2"],["-0.88011123999999938e2","0.65278320000000122e2"],["-0.87978058000000033e2","0.65283599999999979e2"],["-0.87943603999999993e2","0.65286102000000085e2"],["-0.87731383999999991e2","0.65290267999999969e2"],["-0.87673049999999989e2","0.65291366999999923e2"],["-0.87602218999999934e2","0.65290542999999957e2"],["-0.87357773000000009e2","0.65270827999999995e2"],[-87.21055599999994,"0.65254165999999998e2"],["-0.87075012000000015e2","0.65236648999999943e2"],["-0.86957779000000016e2","0.65165817000000004e2"],["-0.86944992000000013e2","0.65156936999999971e2"],["-0.86936935000000005e2","0.65147766000000047e2"],["-0.86933318999999983e2","0.65138046000000145e2"],["-0.86967498999999975e2","0.65059417999999994e2"],["-0.86970275999999899e2","0.65054428000000087e2"],["-0.86977492999999981e2","0.65048874000000126e2"],["-0.86997771999999941e2","0.65040816999999947e2"],["-0.87040557999999976e2","0.65031097000000045e2"],["-0.87110001000000011e2","0.64999145999999996e2"],["-0.87430283000000031e2","0.64711928999999998e2"],["-0.87521666999999923e2","0.64621094000000085e2"],["-0.87571944999999971e2","0.64573607999999979e2"],["-0.87579178000000013e2","0.64568054000000018e2"],["-0.87586120999999991e2","0.64562759000000142e2"],["-0.87595550999999944e2","0.64557205000000124e2"],["-0.87698043999999925e2","0.64527206000000092e2"],["-0.87764419999999973e2","0.64520904999999914e2"],["-0.87786391999999921e2",64.51998900000001],["-0.87797225999999966e2","0.64518051000000071e2"],["-0.87807219999999973e2","0.64514434999999992e2"],["-0.87855270000000019e2",64.43942300000009],["-0.87855835000000013e2","0.64429428000000144e2"],["-0.87863616999999977e2","0.64379700000000014e2"],[-87.8663939999999,"0.64369705000000124e2"],["-0.87983886999999925e2","0.64191086000000041e2"],["-0.87990829000000019e2","0.64185805999999957e2"],["-0.88113327000000027e2","0.64136108000000036e2"],[-88.12332200000003,"0.64133605999999986e2"],["-0.88285552999999936e2","0.64106369000000029e2"],["-0.88551666000000012e2","0.64025543000000084e2"],["-0.88553878999999995e2","0.64020538000000045e2"],["-0.88674437999999952e2","0.63980269999999962e2"],["-0.88684432999999956e2","0.63977486000000056e2"],["-0.88736663999999962e2","0.63968323000000055e2"],["-0.88759444999999971e2","0.63969437000000028e2"],["-0.88993880999999931e2","0.63998604000000114e2"],["-0.89077788999999882e2","0.64026093000000117e2"],["-0.89110000999999954e2",64.03804000000008],["-0.89127212999999983e2",64.04664600000001],["-0.89150833000000034e2","0.64059417999999994e2"],["-0.89182770000000005e2","0.64081375000000037e2"],["-0.89198043999999982e2","0.64094711000000018e2"],["-0.89202224999999999e2","0.64099426000000051e2"],["-0.89208617999999944e2","0.64108871000000079e2"],["-0.89210555999999997e2","0.64118317000000047e2"],["-0.89210555999999997e2","0.64123306000000014e2"],["-0.89212783999999942e2","0.64128036000000066e2"],[-89.22084000000001,"0.64137207000000046e2"],["-0.89244720000000029e2",64.15498400000007],["-0.89251113999999973e2","0.64159424000000115e2"],["-0.89260833999999875e2","0.64160538000000088e2"],["-0.89284164000000033e2","0.64141937000000041e2"],["-0.89286391999999978e2","0.64136658000000068e2"],["-0.89182495000000017e2","0.64036652000000004e2"],["-0.89096664000000033e2","0.63973877000000016e2"],["-0.89061661000000015e2","0.63960823000000119e2"],["-0.89051101999999958e2","0.63961936999999921e2"],["-0.89040833000000021e2","0.63958602999999925e2"],["-0.89023620999999991e2","0.63950272000000041e2"],["-0.89028609999999958e2","0.63946098000000006e2"],["-0.89039443999999946e2","0.63944991999999957e2"],["-0.89050551999999925e2","0.63944991999999957e2"],["-0.89246657999999968e2","0.63959717000000126e2"],["-0.89254729999999938e2","0.63963051000000121e2"],["-0.89321395999999936e2","0.63996658000000025e2"],["-0.89396117999999944e2","0.64038589000000002e2"],["-0.89507232999999928e2","0.64070540999999992e2"],["-0.89551101999999958e2",64.07748399999997],[-89.55860899999999,"0.64073883000000137e2"],[-89.56082200000003,"0.64068878000000041e2"],[-89.56527699999998,"0.64019149999999968e2"],["-0.89563323999999852e2","0.64009430000000066e2"],["-0.89554442999999992e2","0.64000274999999988e2"],["-0.89548049999999932e2","0.63996101000000124e2"],["-0.89530838000000017e2","0.63987770000000069e2"],["-0.89517775999999913e2","0.63978874000000133e2"],["-0.89489990000000034e2","0.63956657000000064e2"],["-0.89485549999999989e2","0.63951934999999992e2"],["-0.89483321999999873e2","0.63947211999999979e2"],["-0.89485549999999989e2",63.94221500000009],[-89.49722300000002,"0.63943046999999979e2"],["-0.89521117999999944e2","0.63955826000000059e2"],["-0.89527495999999985e2","0.63960274000000027e2"],["-0.89577224999999999e2","0.63995544000000052e2"],["-0.89585555999999997e2","0.64004439999999988e2"],["-0.89589995999999928e2","0.64014160000000061e2"],["-0.89594161999999926e2","0.64018600000000106e2"],["-0.89637787000000003e2","0.64049423000000104e2"],["-0.89644164999999987e2","0.64053864000000033e2"],["-0.89699722000000008e2","0.64076385000000016e2"],["-0.89712219000000005e2","0.64079437000000098e2"],["-0.89719161999999983e2","0.64074707000000103e2"],["-0.89726943999999946e2","0.64047484999999938e2"],["-0.89785552999999993e2","0.64076935000000049e2"],["-0.89818068999999923e2","0.64098602000000085e2"],["-0.89822509999999909e2","0.64103317000000118e2"],["-0.89822783999999956e2",64.10803199999998],["-0.89820557000000008e2","0.64113312000000008e2"],[-89.80972300000002,"0.64128860000000032e2"],["-0.89802215999999987e2","0.64132476999999994e2"],["-0.89780563000000029e2","0.64134430000000123e2"],["-0.89757507000000032e2","0.64133605999999986e2"],["-0.89746947999999975e2","0.64135544000000095e2"],["-0.89738051999999925e2",64.14027399999992],["-0.89735824999999977e2","0.64145263999999997e2"],[-89.75111400000003,"0.64218048000000124e2"],[-89.75556899999998,"0.64227478000000019e2"],["-0.89760009999999966e2","0.64232208000000071e2"],["-0.89773055999999997e2",64.240814],["-0.89784163999999919e2","0.64244705000000067e2"],["-0.89794158999999922e2","0.64241928000000144e2"],["-0.89801102000000014e2","0.64237487999999928e2"],["-0.89805557000000022e2","0.64227203000000031e2"],["-0.89803328999999962e2","0.64222487999999998e2"],["-0.89803054999999972e2",64.20277400000009],[-89.81639100000001,"0.64148041000000092e2"],["-0.89823623999999995e2","0.64144440000000031e2"],["-0.89845550999999944e2","0.64142761000000007e2"],["-0.89879439999999988e2","0.64142487000000074e2"],["-0.89892226999999991e2","0.64145538000000101e2"],["-0.89909728999999913e2","0.64158599999999922e2"],["-0.89922501000000011e2","0.64161377000000016e2"],["-0.89967498999999918e2","0.64161377000000016e2"],["-0.89986938000000009e2","0.64159714000000122e2"],["-0.90124161000000015e2","0.64128586000000098e2"],["-0.90118057000000022e2","0.64125259000000142e2"],["-0.90104995999999971e2","0.64121368000000075e2"],[-90.05860899999999,"0.64109710999999947e2"],["-0.89950561999999991e2","0.64086929000000055e2"],["-0.89946105999999986e2","0.64057480000000055e2"],["-0.89904175000000009e2","0.64015823000000012e2"],["-0.89866942999999992e2",63.98971599999993],["-0.89841674999999896e2","0.63983879000000002e2"],["-0.89831116000000009e2","0.63979988000000105e2"],["-0.89824447999999961e2",63.97554800000006],["-0.89820281999999963e2","0.63971099999999922e2"],["-0.89813613999999973e2","0.63946938000000046e2"],["-0.89813613999999973e2",63.93721000000005],["-0.89815552000000025e2","0.63931938000000116e2"],["-0.89821944999999971e2","0.63926384000000098e2"],["-0.89828612999999962e2","0.63921104000000014e2"],["-0.89838057999999933e2","0.63917212999999947e2"],["-0.89938888999999961e2","0.63909713999999951e2"],["-0.89951400999999976e2","0.63912491000000045e2"],["-0.89989440999999999e2",63.92193600000013],["-0.89998336999999992e2","0.63926102000000014e2"],["-0.89995270000000005e2","0.63929161000000022e2"],["-0.89974715999999944e2","0.63933052000000089e2"],["-0.89964721999999995e2","0.63935822000000087e2"],["-0.89955276000000026e2","0.63939712999999983e2"],["-0.89948607999999979e2","0.63945267000000001e2"],["-0.89946655000000021e2","0.63950546000000145e2"],["-0.89946655000000021e2","0.63960274000000027e2"],["-0.89946655000000021e2","0.63965271000000087e2"],[-89.94888299999991,"0.63969986000000119e2"],["-0.89955565999999976e2",63.9741590000001],["-0.89968613000000005e2","0.63978043000000127e2"],[-90,"0.63984043000000042e2"],[-90.18249499999996,64.0086060000001],["-0.90194153000000028e2","0.64009430000000066e2"],["-0.90249435000000005e2","0.64007492000000127e2"],["-0.90271392999999989e2","0.64006377999999927e2"],["-0.90279175000000009e2",64.00360100000006],["-0.90275009000000011e2","0.63999161000000015e2"],["-0.90262786999999889e2","0.63997214999999926e2"],["-0.90227492999999981e2","0.63994438000000059e2"],["-0.90214721999999881e2","0.63990829000000019e2"],["-0.90196944999999914e2","0.63982491000000095e2"],["-0.90113892000000021e2","0.63930824000000086e2"],["-0.89975005999999951e2","0.63825829000000056e2"],["-0.89966400000000021e2","0.63816939999999988e2"],["-0.89964171999999962e2","0.63811935000000119e2"],["-0.89964171999999962e2",63.80221599999993],["-0.89966110000000015e2",63.79222100000004],[-89.96833799999996,"0.63782211000000132e2"],["-0.89972503999999958e2","0.63776657000000114e2"],["-0.89981673999999998e2","0.63773048000000131e2"],["-0.90057770000000005e2","0.63744438000000059e2"],["-0.90089995999999928e2","0.63698874999999987e2"],["-0.90148894999999982e2","0.63629158000000075e2"],["-0.90156386999999938e2","0.63626656000000025e2"],["-0.90205275999999913e2",63.61221299999994],["-0.90236388999999917e2","0.63607216000000051e2"],["-0.90258620999999891e2","0.63607216000000051e2"],["-0.90429442999999992e2","0.63615829000000019e2"],["-0.90461394999999982e2","0.63640549000000078e2"],["-0.90468613000000005e2","0.63652309000000002e2"],["-0.90488051999999982e2","0.63672493000000088e2"],["-0.90501113999999973e2","0.63676383999999985e2"],["-0.90611937999999952e2",63.70249200000012],["-0.90623885999999914e2","0.63704162999999994e2"],["-0.90634445000000028e2","0.63703049000000021e2"],[-90.64416499999993,"0.63700272000000098e2"],["-0.90701400999999976e2","0.63662209000000075e2"],["-0.90699157999999954e2","0.63657494000000042e2"],["-0.90686660999999958e2","0.63654709000000139e2"],["-0.90677779999999927e2","0.63654433999999981e2"],["-0.90655563000000029e2","0.63654709000000139e2"],["-0.90623610999999983e2","0.63657767999999976e2"],["-0.90613891999999908e2","0.63660545000000013e2"],[-90.60972599999991,"0.63665825000000098e2"],["-0.90610001000000011e2","0.63675827000000083e2"],["-0.90602782999999988e2","0.63679436000000067e2"],["-0.90590285999999992e2","0.63676658999999972e2"],[-90.55972300000002,"0.63659714000000008e2"],["-0.90555556999999965e2",63.65526600000004],["-0.90553329000000019e2","0.63650543000000084e2"],["-0.90541381999999942e2","0.63617210000000057e2"],["-0.90541381999999942e2",63.61221299999994],["-0.90545273000000009e2","0.63606941000000006e2"],["-0.90551391999999964e2","0.63601387000000045e2"],[-90.56082200000003,"0.63597487999999998e2"],["-0.90571120999999948e2","0.63595543000000021e2"],["-0.90733886999999925e2","0.63573883000000023e2"],["-0.90828063999999983e2","0.63561661000000072e2"],[-90.84944200000001,"0.63559714999999983e2"],["-0.90930556999999965e2","0.63564156000000082e2"],["-0.90942763999999954e2","0.63566666000000112e2"],["-0.90978881999999999e2","0.63576103000000046e2"],["-0.90989440999999943e2","0.63579994000000113e2"],["-0.91035003999999958e2",63.5991590000001],["-0.91137786999999889e2","0.63630821000000026e2"],[-91.158051,"0.63635551000000078e2"],["-0.91188599000000011e2",63.62943300000012],["-0.91198883000000023e2","0.63628601000000003e2"],["-0.91210281000000009e2","0.63628326000000015e2"],["-0.91233321999999987e2","0.63629990000000021e2"],["-0.91375823999999966e2","0.63659157000000107e2"],["-0.91399733999999967e2","0.63666664000000083e2"],["-0.91406386999999938e2","0.63671104000000071e2"],["-0.91406661999999983e2","0.63676102000000071e2"],["-0.91402785999999992e2","0.63681381000000044e2"],["-0.91393616000000009e2","0.63685265000000072e2"],["-0.91371384000000035e2","0.63685546999999985e2"],[-91.34973100000002,"0.63677772999999945e2"],["-0.91336945000000014e2","0.63675270000000012e2"],["-0.91329453000000001e2","0.63677772999999945e2"],["-0.91333892999999989e2","0.63682495000000017e2"],[-91.34056099999998,"0.63686652999999978e2"],[-91.34944200000001,"0.63690826000000129e2"],["-0.91362503000000004e2","0.63694435000000112e2"],["-0.91411666999999909e2","0.63707214000000022e2"],["-0.91529174999999952e2","0.63729987999999992e2"],["-0.91540558000000033e2","0.63730820000000051e2"],["-0.91551392000000021e2","0.63729713000000118e2"],["-0.91560821999999916e2","0.63726653999999996e2"],["-0.91569457999999997e2","0.63721930999999984e2"],["-0.91575561999999934e2","0.63716385000000116e2"],["-0.91584166999999979e2","0.63711380000000077e2"],["-0.91595550999999887e2","0.63711380000000077e2"],["-0.91910552999999936e2","0.63740546999999992e2"],[-92.06639100000001,63.74193600000001],["-0.92136123999999938e2","0.63745544000000109e2"],["-0.92148620999999991e2","0.63748047000000099e2"],["-0.92175003000000004e2","0.63755271999999991e2"],["-0.92186110999999983e2","0.63758888000000013e2"],["-0.92434433000000013e2","0.63804993000000024e2"],["-0.92482772999999952e2","0.63811935000000119e2"],["-0.92471664000000033e2",63.80832700000002],["-0.92437774999999931e2",63.79222100000004],["-0.92428328999999962e2",63.783051],["-0.92425551999999982e2","0.63778603000000032e2"],["-0.92422500999999954e2","0.63748878000000104e2"],["-0.92415832999999964e2","0.63744713000000104e2"],["-0.92406661999999926e2","0.63740546999999992e2"],["-0.92395553999999947e2","0.63736938000000009e2"],["-0.92382766999999944e2","0.63734161000000086e2"],["-0.92348891999999921e2","0.63733879000000059e2"],["-0.92306380999999931e2","0.63738602000000014e2"],["-0.92263061999999934e2","0.63741379000000109e2"],["-0.92251113999999973e2","0.63740546999999992e2"],["-0.92148055999999997e2","0.63716934000000094e2"],["-0.92103881999999942e2","0.63701660000000004e2"],["-0.92101669000000015e2","0.63696938000000102e2"],["-0.92105559999999969e2","0.63691658000000018e2"],["-0.92204177999999956e2","0.63638046000000088e2"],["-0.92252501999999993e2","0.63623878000000047e2"],["-0.92262512000000015e2",63.62193300000007],["-0.92385009999999909e2","0.63592491000000109e2"],[-92.48971599999993,"0.63567215000000033e2"],["-0.92493056999999965e2","0.63540832999999964e2"],["-0.92480835000000013e2","0.63527214000000072e2"],["-0.92429168999999945e2","0.63546944000000053e2"],["-0.92336394999999868e2","0.63556938000000059e2"],["-0.92279998999999975e2","0.63556099000000131e2"],[-92.20666499999993,"0.63606102000000078e2"],["-0.92202788999999882e2","0.63611381999999935e2"],["-0.92193877999999927e2","0.63615273000000002e2"],["-0.92165282999999988e2","0.63624435000000119e2"],["-0.91971114999999998e2","0.63679993000000138e2"],["-0.91830291999999929e2","0.63712212000000022e2"],["-0.91820006999999976e2",63.714157],["-0.91809432999999956e2","0.63715271000000143e2"],["-0.91776107999999965e2","0.63715828000000045e2"],["-0.91763335999999981e2","0.63713325999999995e2"],["-0.91695266999999944e2","0.63690544000000045e2"],["-0.91670837000000006e2","0.63678047000000049e2"],["-0.91617492999999911e2","0.63648880000000133e2"],["-0.91613051999999925e2","0.63644440000000145e2"],["-0.91611388999999974e2","0.63639160000000061e2"],[-91.61250299999989,"0.63629158000000075e2"],["-0.91618056999999965e2","0.63613608999999997e2"],["-0.91617217999999923e2","0.63603882000000056e2"],["-0.91607498000000021e2","0.63584991000000002e2"],["-0.91600829999999974e2","0.63580551000000014e2"],[-91.39805599999994,"0.63524994000000049e2"],["-0.91274170000000026e2","0.63502495000000124e2"],["-0.91133056999999951e2","0.63478043000000014e2"],["-0.90945540999999935e2","0.63440269000000114e2"],["-0.90854720999999984e2","0.63408600000000092e2"],["-0.90915557999999919e2",63.41054500000007],["-0.90932770000000005e2","0.63418602000000078e2"],["-0.90945540999999935e2","0.63422493000000145e2"],["-0.90956954999999937e2","0.63423325000000034e2"],[-90.96833799999996,"0.63423050000000046e2"],["-0.90975006000000008e2","0.63419441000000006e2"],["-0.90972777999999948e2","0.63414711000000011e2"],["-0.90957503999999972e2","0.63401382000000069e2"],["-0.90942214999999976e2","0.63393051000000014e2"],["-0.90931380999999931e2","0.63389160000000118e2"],["-0.90918883999999935e2","0.63386383000000023e2"],["-0.90816665999999998e2","0.63369156000000032e2"],["-0.90741942999999992e2","0.63360825000000091e2"],["-0.90690825999999959e2","0.63228324999999984e2"],["-0.90627486999999974e2","0.63059433000000013e2"],["-0.90649169999999913e2","0.63036385000000109e2"],["-0.90739990000000034e2","0.62962212000000136e2"],["-0.90775832999999977e2","0.62941933000000006e2"],["-0.90785004000000015e2","0.62938041999999939e2"],["-0.90794998000000021e2",62.936104],["-0.90825835999999924e2","0.62933052000000089e2"],["-0.90847778000000005e2","0.62932770000000005e2"],["-0.90870270000000005e2","0.62934433000000126e2"],["-0.90929442999999992e2","0.62944435000000112e2"],["-0.90940551999999968e2","0.62945267000000001e2"],["-0.91017226999999934e2","0.62946380999999974e2"],["-0.91038329999999917e2","0.62944153000000028e2"],["-0.91048049999999989e2",62.94221500000009],["-0.91173049999999989e2","0.62908600000000035e2"],[-91.18249499999996,"0.62905823000000112e2"],["-0.91190825999999959e2","0.62900825999999995e2"],["-0.91196654999999964e2","0.62895271000000093e2"],["-0.91200561999999934e2",62.88999200000012],["-0.91199721999999895e2","0.62870270000000062e2"],["-0.91207229999999981e2",62.8597180000001],["-0.91213333000000034e2","0.62854164000000083e2"],["-0.91356383999999991e2","0.62788605000000018e2"],["-0.91366652999999928e2","0.62787498000000085e2"],["-0.91440276999999867e2","0.62782768000000033e2"],[-91.46166999999997,"0.62782494000000099e2"],["-0.91579178000000013e2","0.62799995000000081e2"],["-0.91840285999999935e2","0.62826385000000073e2"],["-0.91990279999999984e2",62.84693900000002],["-0.92087508999999898e2","0.62818886000000077e2"],["-0.92214721999999995e2","0.62824715000000083e2"],["-0.92223052999999993e2","0.62828880000000083e2"],["-0.92236114999999927e2","0.62832214000000079e2"],["-0.92339995999999985e2","0.62843605000000025e2"],["-0.92361937999999952e2","0.62844154000000003e2"],["-0.92382766999999944e2","0.62841660000000047e2"],["-0.92392501999999922e2","0.62839713999999958e2"],["-0.92402221999999995e2","0.62837493999999992e2"],["-0.92420836999999949e2","0.62831383000000073e2"],["-0.92438323999999966e2","0.62823607999999979e2"],["-0.92455275999999969e2","0.62814712999999983e2"],["-0.92459441999999967e2","0.62810272000000055e2"],["-0.92458618000000001e2","0.62800270000000069e2"],["-0.92455841000000021e2",62.79583000000008],["-0.92451400999999919e2","0.62791107000000068e2"],["-0.92333617999999944e2","0.62709991000000116e2"],["-0.92232773000000009e2","0.62673049999999989e2"],["-0.92188598999999954e2","0.62659156999999993e2"],["-0.92178329000000019e2",62.65638000000007],["-0.92067779999999971e2","0.62651657000000057e2"],["-0.92034728999999857e2",62.65026899999998],["-0.91971389999999928e2","0.62653320000000008e2"],["-0.91948883000000023e2","0.62651932000000102e2"],["-0.91925827000000027e2","0.62644440000000145e2"],["-0.91908614999999998e2","0.62636383000000023e2"],["-0.91882766999999944e2","0.62624161000000015e2"],["-0.91880554000000018e2","0.62619438000000059e2"],["-0.91883330999999998e2","0.62604438999999957e2"],["-0.91885009999999909e2",62.5991590000001],["-0.91890288999999996e2","0.62588600000000042e2"],["-0.91941375999999991e2","0.62534996000000035e2"],["-0.91948043999999982e2","0.62531380000000013e2"],["-0.92053328999999962e2",62.526657],["-0.92153060999999923e2","0.62598045000000127e2"],["-0.92163329999999974e2","0.62600829999999974e2"],["-0.92186110999999983e2","0.62603324999999984e2"],["-0.92196655000000021e2","0.62603049999999996e2"],["-0.92266112999999962e2","0.62595268000000033e2"],["-0.92275009000000011e2","0.62591377000000136e2"],["-0.92271399999999971e2","0.62578049000000135e2"],["-0.92275557999999933e2","0.62560272000000111e2"],["-0.92325561999999991e2","0.62540833000000021e2"],["-0.92365004999999996e2","0.62533332999999914e2"],["-0.92384734999999978e2","0.62529990999999995e2"],["-0.92396118000000001e2","0.62530823000000112e2"],["-0.92430831999999953e2","0.62535827999999981e2"],["-0.92468062999999972e2",62.54444100000012],["-0.92539169000000015e2","0.62532493999999986e2"],["-0.92606110000000001e2","0.62464996000000042e2"],["-0.92617767000000015e2","0.62466660000000047e2"],["-0.92710006999999962e2","0.62465827999999931e2"],["-0.92726105000000018e2","0.62444153000000142e2"],["-0.92729720999999984e2","0.62438599000000124e2"],["-0.92731109999999944e2","0.62433601000000124e2"],["-0.92730834999999956e2","0.62428604000000064e2"],["-0.92724716000000001e2","0.62358604000000014e2"],["-0.92714721999999995e2","0.62343880000000013e2"],["-0.92665833000000021e2","0.62332771000000093e2"],["-0.92628052000000025e2","0.62322220000000016e2"],["-0.92606658999999922e2",62.31471300000004],["-0.92598052999999936e2","0.62310821999999973e2"],["-0.92585006999999905e2","0.62302216000000044e2"],["-0.92584441999999967e2","0.62297493000000088e2"],["-0.92585830999999871e2","0.62292220999999984e2"],["-0.92601668999999958e2","0.62265549000000078e2"],["-0.92610275000000001e2","0.62261382999999967e2"],["-0.92603995999999938e2","0.62236324000000138e2"],["-0.92573058999999944e2","0.62196098000000006e2"],["-0.92568619000000012e2","0.62191657999999961e2"],["-0.92561934999999949e2","0.62187492000000077e2"],["-0.92536666999999966e2","0.62175551999999982e2"],["-0.92486388999999974e2","0.62161377000000073e2"],["-0.92478057999999919e2","0.62157493999999986e2"],[-92.47001599999993,62.146614],["-0.92477782999999988e2","0.62143883000000017e2"],[-92.48721299999994,"0.62144157000000121e2"],["-0.92592223999999987e2","0.62154990999999995e2"],["-0.92603881999999942e2","0.62156379999999956e2"],["-0.92625823999999909e2","0.62191657999999961e2"],[-92.64044199999995,"0.62209098999999924e2"],["-0.92638435000000015e2","0.62212273000000039e2"],["-0.92638275000000021e2","0.62215103000000056e2"],["-0.92639938000000029e2","0.62217770000000087e2"],["-0.92700561999999991e2","0.62265549000000078e2"],["-0.92741103999999893e2",62.28694200000001],["-0.92747498000000007e2","0.62289993000000038e2"],[-92.845551,"0.62309433000000013e2"],["-0.93075561999999991e2","0.62332214000000022e2"],[-93.12222300000002,"0.62334991000000116e2"],["-0.92904174999999952e2","0.62262215000000083e2"],["-0.92892226999999991e2","0.62259720000000073e2"],["-0.92866393999999957e2","0.62263054000000068e2"],["-0.92839995999999985e2","0.62260276999999974e2"],["-0.92828612999999905e2","0.62257217000000082e2"],["-0.92780288999999868e2","0.62236938000000123e2"],["-0.92765288999999996e2","0.62224434000000088e2"],["-0.92764724999999942e2","0.62219437000000028e2"],["-0.92790282999999988e2","0.62177489999999921e2"],["-0.92795836999999949e2","0.62172768000000019e2"],["-0.92800963999999965e2","0.62172905000000014e2"],["-0.92840285999999992e2","0.62174438000000009e2"],["-0.92851943999999946e2","0.62175827000000027e2"],["-0.92862503000000004e2",62.17943600000001],["-0.92954453000000001e2","0.62192764000000011e2"],[-93.06806899999998,"0.62174995000000081e2"],["-0.93076674999999909e2",62.17193600000013],["-0.93110000999999954e2","0.62156654000000117e2"],["-0.93114440999999999e2",62.15415999999999],["-0.93119720000000029e2","0.62148330999999985e2"],["-0.93126937999999882e2","0.62132492000000013e2"],["-0.93124160999999958e2","0.62128044000000045e2"],["-0.93119445999999925e2","0.62123604000000057e2"],["-0.93081389999999942e2",62.10443900000007],["-0.93069167999999877e2","0.62103607000000011e2"],["-0.93059722999999906e2","0.62105826999999977e2"],["-0.93037506000000008e2","0.62121658000000139e2"],["-0.93028885000000002e2",62.12471000000005],["-0.93019164999999987e2","0.62126099000000067e2"],["-0.93008057000000008e2","0.62125549000000035e2"],["-0.92940552000000025e2","0.62115547000000049e2"],["-0.92933060000000012e2",62.11360900000011],["-0.92930557000000022e2","0.62109160999999972e2"],["-0.92931380999999988e2","0.62104164000000083e2"],["-0.92936935000000005e2","0.62099159000000043e2"],["-0.92968338000000017e2","0.62077217000000132e2"],["-0.92991104000000007e2","0.62067772000000105e2"],["-0.93140839000000028e2","0.62009720000000129e2"],["-0.93237212999999997e2",62.02693899999997],["-0.93246384000000035e2","0.62033333000000027e2"],["-0.93277495999999871e2","0.62042770000000132e2"],["-0.93302779999999927e2","0.62049438000000123e2"],["-0.93325286999999946e2","0.62051384000000041e2"],["-0.93411391999999978e2",62.03138000000007],["-0.93413054999999986e2","0.62025551000000064e2"],[-93.39416499999993,"0.62013610999999969e2"],["-0.93385559000000001e2","0.62009995000000117e2"],["-0.93373610999999983e2","0.62007500000000107e2"],["-0.93361937999999952e2",62.00610400000005],["-0.93342223999999931e2","0.62004997000000117e2"],["-0.93318893000000003e2","0.61998047000000099e2"],["-0.93244445999999982e2","0.61969437000000028e2"],["-0.93235549999999989e2","0.61965545999999961e2"],["-0.93222228999999913e2","0.61957496999999989e2"],["-0.93218338000000017e2",61.95249200000012],["-0.93217223999999987e2","0.61947769000000108e2"],["-0.93281951999999876e2","0.61891380000000083e2"],["-0.93299728000000016e2","0.61885826000000066e2"],["-0.93309157999999911e2","0.61883606000000043e2"],["-0.93330565999999919e2","0.61886383000000137e2"],["-0.93442489999999964e2","0.61915268000000026e2"],["-0.93461670000000026e2","0.61922493000000088e2"],["-0.93616104000000007e2","0.61939986999999974e2"],["-0.93600280999999939e2","0.61879158000000075e2"],[-93.61721799999998,"0.61861938000000123e2"],["-0.93556945999999982e2","0.61847771000000137e2"],["-0.93435821999999973e2","0.61808883999999978e2"],["-0.93282776000000013e2","0.61788887000000102e2"],["-0.93248610999999983e2",61.78472099999999],["-0.93237777999999935e2","0.61777214000000072e2"],["-0.93242492999999968e2","0.61767493999999999e2"],[-93.25556899999998,"0.61742493000000138e2"],["-0.93356948999999986e2","0.61707214000000022e2"],["-0.93449431999999945e2","0.61682213000000047e2"],["-0.93542769999999962e2","0.61663321999999994e2"],["-0.93594161999999926e2","0.61648048000000074e2"],["-0.93654998999999862e2","0.61629158000000132e2"],["-0.93856658999999979e2","0.61549164000000133e2"],["-0.93984726000000023e2","0.61456100000000106e2"],["-0.93985275000000001e2","0.61454163000000051e2"],["-0.93968613000000005e2","0.61396660000000054e2"],["-0.93932495000000017e2","0.61387214999999969e2"],["-0.93921935999999903e2","0.61385269000000108e2"],["-0.93911666999999966e2","0.61385826000000009e2"],["-0.93906386999999995e2","0.61387497000000053e2"],["-0.93895003999999972e2","0.61389160000000004e2"],["-0.93884734999999864e2","0.61389717000000076e2"],["-0.93868056999999965e2","0.61389160000000004e2"],["-0.93857498000000021e2","0.61385551000000135e2"],["-0.93820281999999963e2","0.61355826999999977e2"],["-0.93817504999999983e2","0.61351386999999932e2"],["-0.93819167999999991e2","0.61347214000000008e2"],["-0.93839447000000007e2","0.61319443000000092e2"],[-93.84445199999999,"0.61316101000000003e2"],["-0.93858046999999942e2","0.61312767000000008e2"],["-0.93932220000000029e2","0.61296661000000029e2"],["-0.93940552000000025e2","0.61294998000000078e2"],["-0.94057219999999973e2","0.61178329000000076e2"],[-94.14805599999994,"0.61043610000000058e2"],["-0.94226943999999946e2","0.60942764000000068e2"],["-0.94349166999999909e2","0.60858603999999957e2"],["-0.94353333000000021e2","0.60853607000000068e2"],["-0.94391112999999905e2","0.60798882000000049e2"],["-0.94415282999999988e2","0.60762215000000026e2"],["-0.94415008999999998e2","0.60756660000000124e2"],["-0.94451674999999966e2","0.60671104000000128e2"],["-0.94505004999999983e2","0.60549995000000138e2"],["-0.94509444999999971e2","0.60544159000000093e2"],["-0.94563048999999978e2","0.60522217000000012e2"],["-0.94575835999999981e2",60.52027099999998],["-0.94611389000000031e2",60.52777100000003],[-94.67332499999992,"0.60522490999999945e2"],["-0.94671660999999915e2","0.60466103000000032e2"],["-0.94629439999999988e2",60.41832700000009],["-0.94626388999999961e2","0.60413605000000018e2"],["-0.94614715999999873e2",60.38999200000012],["-0.94613891999999908e2","0.60380547000000035e2"],["-0.94615004999999996e2","0.60375266999999951e2"],["-0.94620834000000002e2","0.60363883999999985e2"],["-0.94681945999999925e2","0.60224158999999929e2"],["-0.94673614999999927e2","0.60191101000000117e2"],["-0.94704726999999934e2","0.60091933999999981e2"],["-0.94707503999999972e2","0.60083603000000096e2"],["-0.94711394999999925e2","0.60078330999999991e2"],["-0.94714721999999938e2","0.60075272000000041e2"],["-0.94728333000000021e2","0.60071380999999974e2"],["-0.94746658000000025e2","0.60069992000000127e2"],["-0.94752791999999943e2",60.06860400000005],["-0.94766402999999912e2","0.60061378000000104e2"],["-0.94771117999999944e2","0.60055549999999982e2"],["-0.94803878999999995e2","0.60008330999999998e2"],["-0.94803878999999995e2","0.60003609000000097e2"],["-0.94800430000000006e2","0.59999565000000132e2"],["-0.94819167999999991e2","0.59964714000000129e2"],["-0.94821670999999924e2","0.59959160000000111e2"],["-0.94822509999999909e2","0.59954162999999994e2"],["-0.94820556999999951e2","0.59944434999999999e2"],["-0.94803329000000019e2","0.59877768999999944e2"],["-0.94803329000000019e2","0.59711104999999975e2"],["-0.94819167999999991e2",59.63638300000008],["-0.94788605000000018e2",59.51527400000009],["-0.94735275000000001e2","0.59426384000000098e2"],["-0.94680557000000022e2","0.59357215999999994e2"],["-0.94715285999999992e2","0.59323326000000066e2"],["-0.94770003999999972e2",59.29833200000013],["-0.94775009000000011e2",59.29332700000009],["-0.94781386999999995e2","0.59263611000000026e2"],["-0.94782227000000034e2","0.59258331000000112e2"],["-0.94789718999999991e2","0.59092216000000064e2"],["-0.94681670999999994e2","0.58975822000000107e2"],["-0.94679992999999968e2",58.97137500000008],["-0.94676392000000021e2",58.93443300000007],["-0.94597777999999948e2","0.58878326000000072e2"],["-0.94586394999999868e2","0.58874992000000077e2"],["-0.94486938000000009e2","0.58815269000000058e2"],["-0.94482223999999974e2","0.58811104000000057e2"],["-0.94477782999999931e2","0.58806656000000089e2"],["-0.94474716000000001e2","0.58802216000000044e2"],["-0.94457503999999915e2","0.58774162000000047e2"],["-0.94453338999999914e2","0.58765274000000034e2"],["-0.94452788999999882e2","0.58759720000000016e2"],["-0.94453338999999914e2","0.58750549000000092e2"],["-0.94448607999999979e2","0.58736382000000106e2"],["-0.94446105999999986e2","0.58731658999999979e2"],[-94.43720999999988,58.72304500000007],["-0.94421660999999972e2","0.58716385000000059e2"],["-0.94410552999999993e2","0.58714157000000114e2"],["-0.94361388999999974e2","0.58712769000000037e2"],["-0.94343613000000005e2","0.58715546000000074e2"],["-0.94326950000000011e2","0.58721656999999993e2"],["-0.94291107000000011e2","0.58743606999999997e2"],["-0.94279175000000009e2","0.58771103000000039e2"],["-0.94228881999999999e2","0.58784996000000092e2"],["-0.94234725999999966e2","0.58714714000000015e2"],["-0.94252228000000002e2","0.58649994000000049e2"],["-0.94285277999999892e2","0.58512496999999996e2"],["-0.94287216000000001e2","0.58438041999999996e2"],["-0.94289168999999958e2","0.58427773000000116e2"],["-0.94291672000000005e2","0.58422218000000044e2"],["-0.94296660999999972e2","0.58415825000000098e2"],["-0.94326400999999976e2","0.58349159000000043e2"],["-0.94348617999999988e2",58.2866590000001],["-0.94351668999999902e2","0.58276656999999943e2"],["-0.94363892000000021e2",58.22387700000013],["-0.94363327000000027e2","0.58218880000000013e2"],["-0.94360275000000001e2","0.58220543000000134e2"],[-94.3558349999999,"0.58226097000000095e2"],["-0.94259445000000028e2","0.58351386999999988e2"],["-0.94231110000000001e2","0.58390549000000021e2"],["-0.94228606999999954e2","0.58396103000000039e2"],["-0.94226943999999946e2","0.58406380000000013e2"],["-0.94231110000000001e2","0.58430824000000143e2"],["-0.94238891999999964e2","0.58494155999999975e2"],[-94.24610899999999,"0.58576385000000016e2"],[-94.24610899999999,"0.58586654999999951e2"],["-0.94245269999999948e2",58.59165999999999],["-0.94242766999999958e2","0.58597214000000008e2"],["-0.94143889999999942e2","0.58763610999999912e2"],["-0.94113892000000021e2","0.58762215000000083e2"],["-0.93995833999999945e2","0.58760826000000066e2"],["-0.93949158000000011e2",58.76249700000011],["-0.93843886999999938e2","0.58767769000000044e2"],["-0.93798614999999927e2","0.58773604999999918e2"],["-0.93728058000000033e2","0.58783882000000119e2"],["-0.93709732000000031e2","0.58785827999999981e2"],["-0.93673049999999932e2","0.58780823000000112e2"],["-0.93575561999999991e2","0.58763885000000016e2"],["-0.93475554999999986e2","0.58732491000000039e2"],["-0.93350554999999929e2",58.74582700000002],["-0.93343886999999881e2","0.58750832000000059e2"],["-0.93327788999999996e2","0.58757217000000082e2"],["-0.93319167999999991e2","0.58758606000000043e2"],["-0.93236664000000019e2","0.58766936999999984e2"],["-0.93216659999999933e2","0.58764160000000061e2"],["-0.93196380999999974e2","0.58758331000000055e2"],["-0.93155562999999972e2","0.58740273000000002e2"],["-0.93152221999999938e2","0.58737770000000012e2"],["-0.93141112999999962e2","0.58691933000000006e2"],["-0.93139724999999885e2","0.58653876999999966e2"],["-0.93126937999999882e2","0.58532494000000042e2"],["-0.93126099000000011e2","0.58527771000000087e2"],["-0.93118057000000022e2","0.58508888000000013e2"],["-0.93095276000000013e2","0.58467209000000082e2"],["-0.93035277999999948e2",58.37082700000002],["-0.92964721999999938e2","0.58261108000000036e2"],[-92.93110699999994,58.21166199999999],["-0.92868880999999931e2","0.58143050999999957e2"],["-0.92811660999999901e2","0.58071663000000058e2"],["-0.92803329000000019e2","0.58057213000000104e2"],["-0.92799987999999985e2","0.58042221000000097e2"],["-0.92805557000000022e2","0.58011940000000038e2"],["-0.92805557000000022e2",58.00638600000002],[-92.80471799999998,"0.57997490000000084e2"],["-0.92795273000000009e2",57.96888000000007],["-0.92753615999999965e2",57.85083000000003],["-0.92724716000000001e2","0.57801383999999985e2"],["-0.92672501000000011e2","0.57733047000000056e2"],["-0.92621108999999876e2","0.57670547000000113e2"],["-0.92450835999999981e2","0.57442490000000134e2"],["-0.92446380999999974e2","0.57433051999999918e2"],["-0.92418883999999991e2","0.57337493999999992e2"],["-0.92418334999999956e2","0.57332497000000103e2"],["-0.92418883999999991e2","0.57323326000000122e2"],["-0.92427215999999987e2","0.57263053999999954e2"],["-0.92430283000000031e2","0.57252220000000079e2"],["-0.92441101000000003e2",57.23054500000012],["-0.92549437999999896e2",57.08554799999996],["-0.92563889000000017e2","0.57068885999999964e2"],["-0.92576400999999976e2","0.57056938000000116e2"],["-0.92695267000000001e2","0.56961662000000047e2"],["-0.92708617999999888e2","0.56951660000000118e2"],["-0.92715835999999967e2","0.56947487000000137e2"],["-0.92723327999999924e2","0.56944435000000055e2"],[-92.73832699999997,56.94110100000006],["-0.92771392999999932e2",56.93804200000011],["-0.92837219000000005e2","0.56924438000000009e2"],["-0.92868056999999965e2",56.91415399999994],["-0.92877212999999927e2",56.90915700000005],["-0.92876098999999954e2","0.56907494000000099e2"],["-0.92868332000000009e2",56.90665400000006],["-0.92850554999999929e2","0.56907211000000132e2"],["-0.92831680000000006e2","0.56908599999999979e2"],["-0.92790557999999976e2","0.56913879000000122e2"],["-0.92756957999999997e2","0.56918602000000135e2"],["-0.92731383999999991e2","0.56922492999999974e2"],["-0.92691101000000003e2",56.93360100000001],["-0.92660277999999948e2","0.56945266999999944e2"],["-0.92652221999999881e2","0.56949158000000011e2"],[-92.61721799999998,56.96888000000007],["-0.92610000999999954e2","0.56974709000000075e2"],["-0.92589171999999905e2","0.56986382000000106e2"],["-0.92552779999999984e2","0.57004714999999976e2"],["-0.92514450000000011e2","0.57023604999999918e2"],["-0.92492217999999923e2","0.57032493999999986e2"],["-0.92475280999999995e2","0.57037498000000141e2"],["-0.92443054000000018e2","0.57044715999999994e2"],[-92.40055799999999,"0.57052216000000044e2"],["-0.92376098999999954e2","0.57056381000000044e2"],["-0.92253615999999965e2","0.57065544000000045e2"],["-0.92235549999999989e2","0.57066101000000117e2"],["-0.92226105000000018e2","0.57065544000000045e2"],["-0.92217223999999987e2","0.57063049000000035e2"],["-0.92212218999999948e2","0.57058043999999995e2"],["-0.92218932999999993e2","0.57052779999999984e2"],["-0.92337509000000011e2","0.56981377000000066e2"],["-0.92344727000000034e2","0.56977485999999999e2"],["-0.92352218999999991e2","0.56974159000000043e2"],["-0.92368332000000009e2","0.56969711000000075e2"],["-0.92385558999999944e2","0.56967209000000025e2"],["-0.92394454999999994e2","0.56966933999999981e2"],["-0.92418610000000001e2","0.56961937000000091e2"],["-0.92432220000000029e2","0.56955826000000002e2"],[-92.46945199999999,"0.56934989999999971e2"],["-0.92466399999999965e2","0.56932495000000131e2"],[-92.375,"0.56949714999999912e2"],["-0.92303054999999972e2","0.56967491000000109e2"],["-0.92287215999999944e2","0.56974434000000088e2"],["-0.92281113000000005e2","0.56978874000000076e2"],["-0.92268616000000009e2","0.56990829000000019e2"],["-0.92261947999999961e2",56.99582700000002],["-0.92235275000000001e2","0.57012771999999984e2"],["-0.92220276000000013e2","0.57018883000000017e2"],["-0.92204453000000001e2",57.02416199999999],["-0.92180282999999974e2","0.57030823000000112e2"],["-0.92155272999999909e2","0.57036658999999986e2"],["-0.92146666999999979e2","0.57037772999999959e2"],["-0.92129165999999941e2",57.03943600000008],["-0.92093062999999972e2","0.57040833000000021e2"],["-0.92057769999999891e2","0.57043884000000048e2"],["-0.92031677000000002e2","0.57046660999999972e2"],["-0.91987503000000004e2","0.57052489999999977e2"],["-0.91952224999999999e2",57.05721299999999],["-0.91828888000000006e2","0.57087211999999965e2"],["-0.91779998999999975e2","0.57100273000000129e2"],["-0.91241104000000007e2","0.57222214000000008e2"],[-91.15583799999996,"0.57239989999999977e2"],[-91.08944699999995,"0.57251106000000107e2"],[-91.05471799999998,"0.57256104000000107e2"],["-0.91036391999999978e2","0.57258049000000085e2"],["-0.91001677999999913e2",57.26138300000008],["-0.90992767000000015e2",57.26138300000008],["-0.90834166999999923e2","0.57257217000000026e2"],[-90.81527699999998,"0.57255829000000119e2"],["-0.90795546999999999e2",57.24971800000003],["-0.90779175000000009e2","0.57243324000000143e2"],["-0.90758895999999993e2","0.57237769999999955e2"],["-0.90738051999999925e2","0.57232490999999982e2"],[-90.71945199999999,"0.57228043000000014e2"],["-0.90709441999999967e2","0.57226379000000009e2"],["-0.90563323999999909e2","0.57212212000000079e2"],["-0.90451110999999969e2","0.57193878000000097e2"],["-0.90408614999999998e2","0.57181664000000069e2"],["-0.90391678000000013e2","0.57176102000000128e2"],["-0.90387786999999946e2","0.57171378999999945e2"],["-0.90310821999999973e2","0.57134995000000117e2"],["-0.90225554999999929e2","0.57104439000000013e2"],["-0.90025009000000011e2","0.57031380000000013e2"],["-0.90005004999999983e2",57.01915699999995],[-90,"0.57016369000000054e2"],["-0.89990554999999972e2","0.57011107999999922e2"],["-0.89970276000000013e2","0.57004166000000055e2"],["-0.89833068999999966e2","0.56978324999999984e2"],["-0.89715285999999992e2","0.56957214000000079e2"],["-0.89521392999999932e2",56.92943600000001],["-0.89439163000000008e2","0.56923881999999992e2"],["-0.89132941999999957e2","0.56864852999999982e2"],[-89.06806899999998,"0.56852219000000048e2"],["-0.89015288999999939e2",56.84777100000008],["-0.88950287000000003e2","0.56843048000000124e2"],[-88.94261199999994,"0.56844269000000054e2"],["-0.88815001999999993e2","0.56824440000000038e2"],["-0.88742767000000015e2","0.56764442000000145e2"],[-88.67193599999996,"0.56709435000000042e2"],["-0.88654723999999931e2","0.56696380999999974e2"],["-0.88639998999999989e2","0.56688599000000067e2"],["-0.88631377999999984e2",56.68471500000004],["-0.88584166999999923e2","0.56670546999999999e2"],["-0.88440552000000025e2","0.56603607000000011e2"],["-0.88415008999999998e2",56.58638000000002],["-0.88365829000000019e2","0.56561661000000015e2"],["-0.88324172999999973e2","0.56542770000000019e2"],["-0.88218886999999995e2","0.56504440000000045e2"],["-0.88149444999999957e2","0.56486938000000009e2"],["-0.88103057999999976e2","0.56476097000000095e2"],["-0.88069732999999928e2","0.56468880000000013e2"],["-0.88048889000000031e2","0.56465546000000018e2"],["-0.88028885000000002e2","0.56459991000000116e2"],["-0.88018616000000009e2","0.56456100000000049e2"],["-0.87982772999999952e2","0.56441658000000075e2"],["-0.87975554999999929e2","0.56437491999999963e2"],["-0.87841110000000015e2","0.56315269000000001e2"],["-0.87723891999999978e2","0.56203880000000083e2"],["-0.87719161999999926e2","0.56198875000000044e2"],["-0.87715011999999945e2","0.56189987000000031e2"],[-87.71556099999998,"0.56169716000000051e2"],["-0.87713897999999972e2","0.56164993000000095e2"],["-0.87708053999999947e2","0.56156096999999988e2"],["-0.87702788999999996e2","0.56151931999999988e2"],["-0.87548614999999927e2","0.56049995000000138e2"],["-0.87478881999999999e2","0.56029160000000047e2"],["-0.87368880999999988e2","0.56000832000000059e2"],["-0.87351943999999889e2","0.55992767000000129e2"],["-0.87345276000000013e2","0.55988602000000128e2"],["-0.87343613000000005e2","0.55983879000000002e2"],[-87.348343,"0.55973320000000115e2"],["-0.87355270000000019e2","0.55962769000000037e2"],["-0.87198333999999988e2","0.55940269000000001e2"],["-0.87110001000000011e2",55.92943600000001],["-0.87091675000000009e2","0.55927489999999921e2"],["-0.87057220000000029e2","0.55926940999999999e2"],["-0.87031676999999945e2","0.55929718000000094e2"],["-0.86996947999999975e2","0.55931663999999955e2"],["-0.86979445999999939e2","0.55931663999999955e2"],["-0.86970000999999968e2","0.55929718000000094e2"],["-0.86881942999999922e2","0.55907211000000018e2"],["-0.86837783999999999e2","0.55891380000000026e2"],["-0.86616942999999992e2","0.55838882000000012e2"],["-0.86572783999999956e2",55.83027600000014],["-0.86544448999999986e2","0.55824440000000038e2"],["-0.86486663999999962e2","0.55811378000000047e2"],["-0.86477782999999931e2","0.55808884000000091e2"],["-0.86448607999999979e2","0.55799995000000024e2"],["-0.86398620999999991e2","0.55784164000000033e2"],["-0.86372771999999998e2","0.55774993999999992e2"],["-0.86346114999999998e2","0.55763054000000068e2"],["-0.86332779000000016e2","0.55754715000000033e2"],["-0.86321944999999971e2","0.55745544000000109e2"],[-86.31527699999998,"0.55741104000000064e2"],["-0.86277221999999995e2","0.55728873999999962e2"],["-0.86267776000000026e2","0.55726936000000023e2"],[-85.86721799999998,"0.55657493999999986e2"],["-0.85740829000000019e2","0.55638046000000088e2"],["-0.85731673999999998e2","0.55636940000000038e2"],[-85.71444699999995,"0.55631660000000011e2"],["-0.85569457999999941e2",55.55860100000001],["-0.85556655999999975e2","0.55550270000000069e2"],["-0.85532227000000034e2","0.55528045999999961e2"],["-0.85525833000000034e2",55.51888299999996],["-0.85516662999999994e2","0.55500000000000057e2"],["-0.85515015000000005e2","0.55495270000000062e2"],["-0.85515288999999996e2","0.55490273000000116e2"],["-0.85509170999999981e2","0.55481102000000021e2"],["-0.85499435000000005e2","0.55472214000000008e2"],["-0.85474166999999909e2","0.55454711999999972e2"],["-0.85393340999999964e2","0.55408881999999949e2"],["-0.85383620999999948e2","0.55404991000000109e2"],["-0.85272232000000031e2","0.55374709999999993e2"],["-0.85234726000000023e2","0.55364715999999987e2"],["-0.85224716000000001e2","0.55364159000000086e2"],["-0.85208617999999944e2","0.55365273000000059e2"],["-0.85182219999999973e2","0.55365273000000059e2"],["-0.85164444000000003e2","0.55361664000000076e2"],["-0.85146118000000001e2","0.55354996000000085e2"],["-0.85128875999999991e2","0.55346382000000006e2"],["-0.85123885999999857e2","0.55341934000000037e2"],["-0.85121933000000013e2","0.55337769000000037e2"],["-0.85116652999999928e2","0.55323050999999964e2"],["-0.85116394000000014e2","0.55313606000000107e2"],["-0.85118331999999953e2","0.55308601000000067e2"],["-0.85121933000000013e2","0.55303322000000094e2"],["-0.85129165999999998e2","0.55297775000000115e2"],["-0.85144164999999987e2","0.55290276000000119e2"],["-0.85215285999999935e2","0.55268600000000049e2"],["-0.85275283999999999e2","0.55216660000000047e2"],["-0.85398055999999997e2",55.10083000000003],["-0.85399993999999936e2","0.55095824999999991e2"],["-0.85397506999999962e2","0.55090546000000018e2"],["-0.85383620999999948e2",55.06749700000006],["-0.85398055999999997e2",55.0472180000001],["-0.85419448999999986e2","0.55010826000000122e2"],["-0.85425003000000004e2","0.55000274999999988e2"],["-0.85425003000000004e2","0.54995544000000052e2"],["-0.85423889000000031e2","0.54990546999999992e2"],["-0.85414443999999946e2","0.54991104000000064e2"],["-0.85407500999999968e2","0.54993324000000086e2"],["-0.85400283999999942e2","0.54997772000000055e2"],["-0.85386123999999938e2","0.55008049000000028e2"],["-0.85370543999999938e2","0.55024437000000091e2"],["-0.85366942999999992e2","0.55029716000000064e2"],[-85.36250299999989,55.04055000000011],["-0.85347778000000005e2","0.55080826000000116e2"],[-85.33555599999994,"0.55101661999999976e2"],["-0.85318344000000025e2","0.55127486999999974e2"],["-0.85313048999999978e2","0.55132767000000001e2"],["-0.85220275999999956e2","0.55224434000000088e2"],["-0.85194153000000028e2","0.55244155999999919e2"],[-85.17971799999998,"0.55253608999999926e2"],["-0.85156113000000005e2","0.55264160000000061e2"],["-0.85139998999999989e2","0.55270270999999923e2"],["-0.85116652999999928e2","0.55276657000000057e2"],[-85.06806899999998,"0.55287498000000141e2"],["-0.85043883999999878e2","0.55292770000000075e2"],["-0.85001952999999958e2","0.55296660999999972e2"],["-0.84974715999999944e2","0.55295830000000137e2"],["-0.84869445999999982e2","0.55279716000000008e2"],[-84.75140399999998,"0.55256103999999993e2"],["-0.84723617999999931e2","0.55249718000000087e2"],["-0.84712783999999942e2","0.55247771999999998e2"],["-0.84688048999999921e2","0.55245270000000119e2"],["-0.84635559000000001e2",55.24221799999998],["-0.84599166999999909e2","0.55241661000000079e2"],["-0.84566390999999953e2","0.55244155999999919e2"],["-0.84541381999999999e2","0.55247490000000084e2"],["-0.84444716999999855e2","0.55267769000000044e2"],["-0.84428878999999995e2","0.55273048000000017e2"],["-0.84388610999999969e2","0.55282493999999986e2"],["-0.84322783999999956e2","0.55289992999999981e2"],["-0.84206954999999937e2","0.55295546999999999e2"],["-0.84198607999999979e2","0.55295273000000066e2"],["-0.84189437999999996e2","0.55294159000000093e2"],["-0.84170837000000006e2","0.55283051000000057e2"],["-0.84159438999999963e2","0.55278328000000101e2"],["-0.84149170000000026e2","0.55275551000000007e2"],[-84.12222300000002,"0.55272217000000012e2"],["-0.84113892000000021e2","0.55271934999999928e2"],["-0.84092223999999987e2","0.55271660000000111e2"],["-0.84076110999999969e2","0.55276099999999929e2"],["-0.84049987999999928e2","0.55286110000000065e2"],["-0.84006393000000003e2","0.55301383999999928e2"],["-0.83968886999999881e2","0.55313881000000094e2"],["-0.83951675000000023e2","0.55317497000000003e2"],[-83.93249499999996,"0.55319443000000035e2"],["-0.83920273000000009e2","0.55319160000000068e2"],["-0.83897506999999905e2","0.55316940000000102e2"],["-0.83658386000000007e2","0.55237324000000058e2"],[-83.65439600000002,"0.55235493000000076e2"],["-0.83651732999999922e2","0.55232985999999983e2"],["-0.83570281999999963e2",55.18804200000011],["-0.83567229999999938e2","0.55183052000000032e2"],["-0.83570007000000032e2","0.55177773000000059e2"],[-83.58555599999994,"0.55166100000000029e2"],["-0.83591674999999896e2","0.55154434000000037e2"],["-0.83589721999999938e2","0.55149719000000005e2"],["-0.83574447999999961e2","0.55138045999999974e2"],["-0.83561935000000005e2","0.55130820999999969e2"],["-0.83556655999999919e2","0.55134163000000058e2"],["-0.83556655999999919e2",55.17943600000001],["-0.83558608999999933e2","0.55184989999999971e2"],["-0.83579505999999867e2","0.55221157000000005e2"],["-0.83588057999999933e2","0.55233330000000024e2"],["-0.83593886999999938e2","0.55236938000000123e2"],[-83.60082999999986,"0.55239990000000034e2"],["-0.83620833999999945e2","0.55242767000000129e2"],["-0.83643889999999999e2","0.55242767000000129e2"],["-0.83654448999999943e2","0.55243881000000101e2"],["-0.83670837000000006e2","0.55248604000000057e2"],["-0.83684432999999956e2","0.55254439999999988e2"],["-0.83696105999999986e2","0.55261664999999994e2"],["-0.83706116000000009e2","0.55269714000000022e2"],["-0.83708892999999989e2","0.55274437000000034e2"],["-0.83706116000000009e2","0.55279990999999995e2"],["-0.83698607999999979e2","0.55283051000000057e2"],["-0.83688888999999961e2","0.55281937000000084e2"],[-83.57417299999986,"0.55262215000000026e2"],["-0.83533324999999934e2","0.55250549000000092e2"],["-0.83519454999999937e2","0.55243881000000101e2"],["-0.83498885999999914e2","0.55235549999999989e2"],["-0.83489440999999943e2","0.55233879000000115e2"],["-0.83179717999999866e2","0.55197211999999979e2"],["-0.83168609999999944e2","0.55197487000000137e2"],["-0.83150283999999942e2","0.55200271999999984e2"],["-0.83128051999999968e2","0.55207497000000046e2"],["-0.83120270000000005e2","0.55210823000000119e2"],["-0.83089721999999938e2","0.55226654000000053e2"],["-0.83074447999999961e2","0.55231658999999922e2"],["-0.83037505999999951e2","0.55238327000000083e2"],["-0.83029174999999952e2","0.55238883999999985e2"],["-0.83006392999999946e2","0.55238602000000128e2"],["-0.82985001000000011e2","0.55236382000000106e2"],["-0.82964721999999995e2","0.55233604000000128e2"],["-0.82948607999999865e2","0.55228874000000076e2"],["-0.82941665999999941e2","0.55225821999999994e2"],["-0.82930556999999965e2","0.55218322999999998e2"],[-82.91332999999986,"0.55201385000000073e2"],["-0.82906113000000005e2","0.55191932999999949e2"],["-0.82896956999999986e2","0.55177215999999987e2"],["-0.82874435000000005e2","0.55154434000000037e2"],["-0.82838333000000034e2","0.55146660000000054e2"],["-0.82809998000000007e2","0.55142220000000009e2"],["-0.82786117999999988e2","0.55141106000000036e2"],["-0.82775283999999942e2",55.14137999999997],[-82.76556399999987,"0.55142493999999942e2"],[-82.73971599999993,"0.55147491000000059e2"],["-0.82708618000000001e2","0.55156380000000127e2"],["-0.82700835999999981e2","0.55159714000000122e2"],["-0.82669723999999974e2","0.55168052999999986e2"],["-0.82661117999999931e2","0.55169716000000108e2"],["-0.82650283999999886e2","0.55169716000000108e2"],["-0.82508346999999901e2","0.55152771000000143e2"],["-0.82449432000000002e2","0.55133049000000085e2"],["-0.82412506000000008e2","0.55112770000000125e2"],[-82.40972899999997,"0.55108046999999999e2"],["-0.82400833000000034e2","0.55082771000000093e2"],[-82.33555599999994,"0.55071014000000048e2"],["-0.82307495000000017e2","0.55115829000000133e2"],["-0.82308043999999995e2","0.55121933000000126e2"],["-0.82309432999999899e2","0.55127486999999974e2"],[-82.3125,"0.55132492000000013e2"],["-0.82323623999999995e2","0.55139992000000063e2"],["-0.82337218999999948e2","0.55146102999999982e2"],["-0.82345276000000013e2","0.55148331000000098e2"],["-0.82355559999999969e2","0.55162491000000045e2"],["-0.82349990999999875e2","0.55166382000000112e2"],[-82.34056099999998,"0.55164711000000011e2"],["-0.82333618000000001e2",55.1616590000001],["-0.82307769999999948e2","0.55148880000000077e2"],[-82.25418099999996,"0.55111382000000049e2"],["-0.82245833999999945e2","0.55102776000000119e2"],["-0.82244995000000017e2",55.09027100000003],["-0.82246947999999861e2","0.55084160000000111e2"],["-0.82253341999999975e2","0.55073608000000092e2"],[-82.25778200000002,55.06888600000002],["-0.82273620999999935e2",55.05721299999999],["-0.82282227000000034e2","0.55048049999999989e2"],["-0.82285277999999948e2","0.55042770000000132e2"],["-0.82287216000000001e2","0.55036659000000043e2"],["-0.82287216000000001e2","0.55030273000000136e2"],["-0.82270844000000011e2","0.54931381000000044e2"],["-0.82267226999999991e2","0.54920273000000009e2"],["-0.82255279999999914e2","0.54894157000000121e2"],["-0.82246947999999861e2","0.54879433000000063e2"],["-0.82241378999999938e2","0.54874991999999963e2"],["-0.82231948999999986e2","0.54873877999999991e2"],["-0.82221114999999998e2","0.54787498000000085e2"],["-0.82320846999999958e2","0.54571380999999974e2"],["-0.82403885000000002e2","0.54410820000000115e2"],["-0.82419158999999979e2","0.54384163000000058e2"],["-0.82431670999999938e2","0.54370270000000005e2"],["-0.82436935000000005e2","0.54366385999999977e2"],["-0.82441101000000003e2","0.54361664000000076e2"],["-0.82441665999999941e2","0.54330826000000116e2"],["-0.82434158000000025e2","0.54209435000000042e2"],["-0.82421660999999972e2","0.54197211999999979e2"],["-0.82389998999999989e2",54.16832700000009],["-0.82362777999999878e2","0.54143607999999972e2"],["-0.82301392000000021e2","0.54103050000000053e2"],["-0.82283889999999985e2","0.54092491000000052e2"],["-0.82253341999999975e2","0.54076102999999989e2"],["-0.82248046999999929e2","0.54072220000000016e2"],["-0.82243880999999931e2","0.54068054000000132e2"],["-0.82238327000000027e2","0.54057495000000074e2"],["-0.82160278000000005e2","0.53898880000000133e2"],["-0.82131942999999978e2","0.53817772000000105e2"],["-0.82130553999999961e2","0.53793052999999986e2"],["-0.82129715000000033e2","0.53774436999999978e2"],["-0.82130553999999961e2","0.53767493999999999e2"],["-0.82136672999999917e2","0.53749161000000129e2"],["-0.82148894999999982e2","0.53727768000000026e2"],["-0.82189986999999917e2","0.53674164000000019e2"],["-0.82194152999999915e2","0.53669441000000006e2"],["-0.82203063999999927e2","0.53653320000000008e2"],["-0.82208344000000011e2","0.53641936999999984e2"],["-0.82212783999999999e2","0.53622765000000015e2"],[-82.21665999999999,"0.53603882000000112e2"],["-0.82211944999999957e2","0.53536110000000065e2"],["-0.82208618000000001e2","0.53524994000000106e2"],["-0.82198883000000023e2","0.53504714999999976e2"],["-0.82190552000000025e2","0.53489716000000101e2"],["-0.82172500999999954e2","0.53460548000000074e2"],["-0.82165558000000033e2","0.53451385000000073e2"],["-0.82158614999999998e2","0.53442215000000033e2"],["-0.82147781000000009e2","0.53421661000000086e2"],["-0.82138061999999991e2",53.38888500000013],["-0.82125823999999966e2","0.53344154000000117e2"],["-0.82119445999999982e2","0.53315826000000129e2"],["-0.82115829000000019e2","0.53298332000000073e2"],["-0.82113891999999908e2","0.53286659000000043e2"],["-0.82113891999999908e2","0.53280273000000136e2"],["-0.82114715999999873e2","0.53273604999999975e2"],["-0.82117766999999958e2","0.53268050999999957e2"],["-0.82121932999999956e2","0.53263610999999969e2"],["-0.82141387999999949e2","0.53254715000000033e2"],[-82.21055599999994,"0.53220268000000033e2"],["-0.82248336999999935e2","0.53193877999999984e2"],["-0.82269454999999937e2","0.53163879000000009e2"],[-82.27555799999999,"0.53153320000000122e2"],["-0.82279448999999943e2","0.53141106000000093e2"],["-0.82300277999999935e2","0.53060271999999998e2"],["-0.82301392000000021e2",53.05332199999998],["-0.82301666000000012e2","0.53041663999999969e2"],["-0.82296660999999972e2","0.53018599999999992e2"],["-0.82273894999999982e2","0.52956383000000017e2"],["-0.82261397999999986e2","0.52937210000000107e2"],["-0.82257506999999976e2","0.52932770000000062e2"],["-0.82235824999999977e2","0.52924164000000133e2"],["-0.82196380999999974e2","0.52913321999999937e2"],["-0.82136123999999995e2","0.52894714000000079e2"],["-0.82120543999999995e2","0.52889717000000132e2"],["-0.82101669000000015e2","0.52879990000000021e2"],["-0.82050551999999982e2",52.84304800000001],["-0.82025833000000034e2","0.52823883000000023e2"],["-0.82001113999999973e2","0.52804710000000114e2"],["-0.81977782999999931e2","0.52784996000000035e2"],["-0.81973617999999931e2","0.52780548000000067e2"],["-0.81951401000000033e2","0.52736938000000066e2"],["-0.81733611999999994e2","0.52549995000000138e2"],["-0.81719161999999983e2","0.52538330000000087e2"],["-0.81714172000000019e2","0.52534721000000047e2"],["-0.81697494999999947e2","0.52524162000000047e2"],["-0.81639175000000023e2","0.52490547000000106e2"],["-0.81621384000000035e2","0.52480819999999994e2"],["-0.81607497999999964e2","0.52475265999999976e2"],["-0.81577224999999999e2","0.52465271000000087e2"],["-0.81569457999999941e2","0.52462212000000136e2"],["-0.81558043999999938e2","0.52456099999999935e2"],["-0.81554168999999888e2","0.52451660000000118e2"],["-0.81551391999999964e2","0.52446655000000078e2"],["-0.81549987999999985e2",52.44110100000006],["-0.81542496000000028e2","0.52338882000000012e2"],[-81.56138599999997,"0.52316383000000087e2"],["-0.81663054999999986e2","0.52292220999999984e2"],["-0.81822509999999909e2","0.52254440000000045e2"],["-0.81850829999999917e2","0.52244995000000131e2"],["-0.81863051999999982e2","0.52238884000000041e2"],["-0.81865829000000019e2",52.23333000000008],["-0.81883620999999948e2","0.52187492000000134e2"],["-0.81874160999999901e2","0.52188324000000023e2"],[-81.841949,"0.52194992000000013e2"],["-0.81826950000000011e2",52.19887499999993],["-0.81805557000000022e2","0.52206099999999992e2"],["-0.81795546999999999e2","0.52213882000000126e2"],["-0.81792495999999971e2",52.21915400000006],["-0.81788605000000018e2","0.52223877000000073e2"],["-0.81779448999999943e2","0.52232208000000128e2"],["-0.81765015000000005e2","0.52237770000000069e2"],["-0.81758346999999958e2",52.23943300000002],[-81.74888599999997,"0.52240273000000059e2"],["-0.81718886999999881e2","0.52240829000000076e2"],["-0.81554992999999854e2","0.52237495000000081e2"],["-0.81521392999999932e2","0.52235825000000091e2"],[-81.50167799999997,52.23333000000008],["-0.81478881999999942e2","0.52225822000000051e2"],["-0.81472778000000005e2","0.52221930999999984e2"],["-0.81460006999999962e2","0.52210274000000027e2"],["-0.81443603999999937e2","0.52192764000000068e2"],["-0.81440552000000025e2","0.52188599000000067e2"],["-0.81434432999999956e2","0.52179161000000022e2"],["-0.81431670999999994e2","0.52174164000000133e2"],["-0.81430557000000022e2","0.52168053000000043e2"],["-0.81418335000000013e2","0.52149437000000034e2"],["-0.81414443999999946e2","0.52144996999999989e2"],["-0.81405838000000017e2","0.52136940000000038e2"],["-0.81365279999999984e2","0.52107216000000051e2"],["-0.81352782999999988e2","0.52101105000000132e2"],["-0.81337783999999999e2","0.52096100000000092e2"],["-0.81310546999999985e2","0.52091102999999976e2"],["-0.81290832999999964e2","0.52088599999999985e2"],["-0.81264724999999999e2",52.08277099999998],["-0.81212509000000011e2","0.52065543999999989e2"],["-0.81186110999999869e2","0.52053604000000064e2"],["-0.81167496000000028e2","0.52044158999999979e2"],["-0.81118057000000022e2","0.52045547000000113e2"],["-0.80994445999999925e2",52.01138300000008],["-0.80988327000000027e2","0.52008049000000085e2"],["-0.80978333000000021e2","0.52000832000000003e2"],[-80.97444200000001,"0.51996384000000035e2"],["-0.80973052999999936e2","0.51990829000000133e2"],["-0.80972778000000005e2","0.51978325000000098e2"],["-0.80929992999999968e2","0.51924163999999962e2"],["-0.80918609999999944e2","0.51910271000000137e2"],["-0.80899993999999936e2",51.89527099999998],["-0.80894729999999981e2","0.51891663000000051e2"],[-80.80972300000002,"0.51857498000000135e2"],["-0.80698607999999979e2","0.51794715999999937e2"],["-0.80615279999999927e2","0.51730270000000132e2"],["-0.80610275000000001e2","0.51726379000000065e2"],["-0.80589171999999962e2","0.51699715000000083e2"],["-0.80589171999999962e2","0.51693321000000026e2"],["-0.80590285999999878e2","0.51686653000000092e2"],["-0.80589995999999928e2","0.51674164000000019e2"],["-0.80586120999999878e2","0.51663605000000018e2"],["-0.80578887999999949e2","0.51648605000000032e2"],["-0.80571395999999993e2","0.51633605999999986e2"],["-0.80515015000000005e2","0.51524437000000034e2"],["-0.80507506999999976e2","0.51515830999999935e2"],["-0.80497771999999998e2","0.51508331000000055e2"],["-0.80462218999999891e2","0.51488601999999958e2"],["-0.80457229999999925e2","0.51484993000000145e2"],["-0.80442489999999964e2","0.51473602000000028e2"],["-0.80438889000000017e2",51.46915400000006],["-0.80436385999999857e2","0.51464157000000114e2"],["-0.80434998000000007e2","0.51458602999999925e2"],["-0.80424438000000009e2",51.36360899999994],["-0.80426392000000021e2","0.51358887000000038e2"],["-0.80430557000000022e2","0.51354164000000083e2"],["-0.80442489999999964e2",51.34804500000007],["-0.80471664000000033e2","0.51339714000000129e2"],["-0.80502791999999943e2","0.51331940000000145e2"],["-0.80540558000000033e2","0.51323326000000066e2"],["-0.80568619000000012e2","0.51314156000000025e2"],["-0.80652495999999985e2","0.51278327999999988e2"],["-0.80691939999999988e2","0.51247490000000028e2"],["-0.80706954999999937e2","0.51235550000000103e2"],["-0.80831680000000006e2","0.51155822999999941e2"],["-0.80952498999999989e2","0.51079720000000009e2"],["-0.80959441999999967e2","0.51077492000000063e2"],["-0.80965285999999992e2","0.51074440000000095e2"],["-0.80981110000000001e2",51.06360600000005],["-0.80994994999999903e2","0.51051384000000098e2"],["-0.81004181000000017e2","0.51043052999999986e2"],["-0.81012222000000008e2","0.51033882000000062e2"],["-0.81015015000000005e2","0.51028328000000045e2"],["-0.81005279999999914e2","0.51028603000000089e2"],["-0.80928054999999915e2",51.04583000000008],["-0.80888335999999924e2","0.51082771000000037e2"],["-0.80875274999999988e2","0.51103324999999984e2"],["-0.80862212999999883e2","0.51116104000000007e2"],["-0.80850280999999995e2","0.51122489999999971e2"],["-0.80835280999999952e2","0.51126938000000109e2"],["-0.80820557000000008e2","0.51130272000000105e2"],["-0.80793610000000001e2","0.51132767000000115e2"],["-0.80765014999999948e2","0.51133606000000043e2"],["-0.80748046999999985e2","0.51136658000000011e2"],["-0.80740829000000019e2","0.51138885000000073e2"],["-0.80694442999999978e2","0.51156097000000045e2"],["-0.80688599000000011e2","0.51159157000000107e2"],["-0.80610000999999954e2",51.214157],["-0.80567779999999971e2","0.51258331000000112e2"],["-0.80562774999999988e2","0.51262214999999969e2"],["-0.80541381999999999e2","0.51276657000000114e2"],["-0.80530563000000029e2","0.51283606999999961e2"],["-0.80512512000000015e2","0.51292769999999962e2"],["-0.80480285999999865e2","0.51307213000000047e2"],["-0.80414444000000003e2","0.51332497000000046e2"],["-0.80400283999999886e2","0.51337212000000079e2"],["-0.80392226999999991e2","0.51338599999999985e2"],["-0.80371658000000025e2","0.51336655000000007e2"],["-0.80330291999999986e2","0.51326385000000073e2"],["-0.80219727000000034e2","0.51301659000000029e2"],["-0.80190551999999968e2","0.51297493000000145e2"],["-0.80129989999999907e2","0.51297775000000001e2"],["-0.80120270000000005e2","0.51296387000000095e2"],["-0.80016952999999944e2","0.51263054000000125e2"],["-0.79996383999999921e2",51.25471500000009],["-0.79800277999999992e2","0.51156097000000045e2"],["-0.79788054999999929e2","0.51149719000000118e2"],["-0.79741104000000007e2","0.51123604000000114e2"],["-0.79736389000000031e2","0.51119713000000047e2"],["-0.79729171999999949e2","0.51110825000000034e2"],["-0.79716515000000015e2","0.51081715000000031e2"],["-0.79685103999999967e2","0.51045361000000014e2"],["-0.79612777999999992e2","0.51008049000000085e2"],["-0.79537612999999908e2","0.50958397000000048e2"],["-0.79519729999999981e2","0.50929993000000024e2"],["-0.79516113000000018e2","0.50926384000000041e2"],["-0.79466109999999958e2","0.50889434999999935e2"],["-0.79450561999999877e2",50.87860100000006],["-0.79438599000000011e2","0.50872214999999983e2"],["-0.79415008999999941e2","0.50846939000000134e2"],["-0.79411391999999978e2","0.50842490999999995e2"],["-0.79352782999999931e2","0.50748329000000069e2"],["-0.79350280999999939e2","0.50736938000000123e2"],["-0.79348052999999993e2","0.50731934000000138e2"],["-0.79343612999999891e2","0.50728324999999984e2"],["-0.79337509000000011e2","0.50724990999999989e2"],["-0.79332229999999981e2","0.50723877000000016e2"],["-0.79330001999999922e2","0.50758331000000055e2"],["-0.79330001999999922e2","0.50764442000000088e2"],["-0.79332229999999981e2","0.50775826000000052e2"],["-0.79420836999999949e2","0.50879715000000033e2"],["-0.79439986999999917e2","0.50894997000000103e2"],["-0.79464721999999995e2","0.50913321999999994e2"],["-0.79515015000000005e2",50.95665699999995],["-0.79537353999999993e2","0.50983765000000062e2"],["-0.79571121000000005e2",51.00277699999998],["-0.79660004000000015e2","0.51045273000000009e2"],["-0.79673049999999876e2","0.51050827000000027e2"],["-0.79678054999999915e2","0.51054710000000114e2"],["-0.79698333999999932e2","0.51075554000000068e2"],["-0.79705276000000026e2","0.51084435000000042e2"],["-0.79749435000000005e2","0.51168326999999977e2"],["-0.79751952999999958e2","0.51178878999999995e2"],["-0.79752227999999889e2","0.51184433000000013e2"],["-0.79751113999999973e2","0.51197487000000081e2"],["-0.79745543999999995e2","0.51208885000000066e2"],["-0.79742492999999968e2",51.214157],[-79.720551,"0.51243607000000054e2"],["-0.79703887999999949e2","0.51261665000000107e2"],["-0.79699431999999945e2","0.51266937000000041e2"],["-0.79688888999999961e2","0.51281937000000028e2"],["-0.79682495000000017e2","0.51292496000000028e2"],["-0.79680556999999908e2","0.51298050000000046e2"],["-0.79679442999999992e2","0.51304710000000057e2"],["-0.79668609999999944e2","0.51398605000000089e2"],["-0.79593886999999938e2","0.51449158000000068e2"],["-0.79581679999999949e2","0.51455268999999987e2"],["-0.79574721999999895e2","0.51457497000000103e2"],["-0.79547103999999877e2","0.51460129000000109e2"],["-0.79533614999999941e2",51.50499700000006],["-0.79474166999999966e2","0.51579162999999994e2"],["-0.79376389000000017e2","0.51642494000000113e2"],["-0.79353881999999999e2","0.51656096999999988e2"],["-0.79331680000000006e2","0.51661933999999917e2"],["-0.79322234999999978e2","0.51662766000000033e2"],["-0.79239715999999987e2","0.51634994999999947e2"],["-0.79236114999999927e2","0.51630820999999912e2"],["-0.79235000999999954e2","0.51624992000000077e2"],[-79.23721299999994,"0.51619156000000032e2"],["-0.79251952999999958e2",51.60694100000012],["-0.79275283999999999e2","0.51577773999999977e2"],["-0.79285277999999948e2","0.51562492000000134e2"],["-0.79285277999999948e2","0.51556381000000101e2"],["-0.79274719000000005e2","0.51530548000000124e2"],["-0.79271118000000001e2","0.51525551000000064e2"],["-0.79267226999999934e2","0.51521659999999997e2"],["-0.79202498999999989e2","0.51518883000000073e2"],["-0.79183318999999983e2","0.51519714000000079e2"],["-0.79175277999999935e2","0.51521103000000096e2"],["-0.79161117999999931e2","0.51525551000000064e2"],["-0.79154998999999975e2","0.51528602999999976e2"],["-0.79144454999999937e2","0.51536110000000065e2"],["-0.79137512000000015e2","0.51538330000000087e2"],[-79.12748699999986,"0.51538048000000003e2"],["-0.79120270000000005e2","0.51535552999999993e2"],["-0.79024445000000014e2","0.51476379000000122e2"],["-0.79020553999999947e2","0.51473320000000115e2"],["-0.79012221999999952e2","0.51464996000000099e2"],["-0.79005004999999926e2","0.51449997000000053e2"],["-0.78963332999999977e2","0.51353325000000098e2"],["-0.78950286999999946e2",51.29222100000004],["-0.78955276000000026e2","0.51256660000000068e2"],[-78.95944199999991,"0.51252220000000023e2"],["-0.78962783999999942e2","0.51246941000000049e2"],["-0.78962783999999942e2","0.51240546999999992e2"],["-0.78958344000000011e2","0.51230545000000063e2"],["-0.78951401000000033e2","0.51215546000000018e2"],["-0.78937209999999936e2","0.51197769000000108e2"],["-0.78928878999999938e2",51.18971300000004],["-0.78924164000000019e2","0.51185822000000144e2"],["-0.78912215999999944e2","0.51179436000000067e2"],["-0.78906113000000005e2","0.51176658999999972e2"],["-0.78853332999999964e2","0.51165543000000014e2"],["-0.78914718999999934e2",51.22165700000005],["-0.78918335000000013e2","0.51226097000000095e2"],["-0.78920546999999942e2","0.51231102000000135e2"],["-0.78921660999999915e2","0.51237495000000081e2"],["-0.78920273000000009e2","0.51249718000000144e2"],["-0.78890563999999927e2","0.51390549000000021e2"],["-0.78888335999999981e2","0.51396660000000111e2"],["-0.78883057000000008e2","0.51401100000000099e2"],["-0.78832229999999981e2","0.51438599000000011e2"],["-0.78779175000000009e2","0.51474990999999989e2"],[-78.82028200000002,"0.51513054000000068e2"],["-0.78823897999999986e2","0.51517494000000056e2"],["-0.78826110999999969e2","0.51522491000000002e2"],["-0.78824448000000018e2","0.51541664000000083e2"],["-0.78820846999999958e2","0.51554436000000067e2"],[-78.80860899999999,"0.51576385000000016e2"],["-0.78791672000000005e2","0.51603881999999942e2"],["-0.78796386999999925e2","0.51608604000000014e2"],["-0.78859160999999972e2","0.51634163000000058e2"],["-0.78944153000000028e2","0.51670547000000056e2"],[-79.03472899999997,"0.51764717000000132e2"],["-0.79035552999999993e2","0.51770271000000093e2"],["-0.79033324999999877e2","0.51776382000000012e2"],["-0.79029174999999952e2","0.51781380000000013e2"],["-0.79008346999999958e2","0.51795830000000137e2"],["-0.78995834000000002e2","0.51801658999999972e2"],["-0.78985824999999977e2","0.51801658999999972e2"],["-0.78976104999999905e2","0.51799720999999977e2"],["-0.78961394999999868e2","0.51794998000000021e2"],["-0.78944442999999865e2","0.51790833000000021e2"],["-0.78918059999999969e2",51.79444100000012],["-0.78910827999999981e2","0.51796660999999972e2"],["-0.78903609999999958e2","0.51799438000000009e2"],["-0.78879989999999964e2","0.51811378000000104e2"],["-0.78851944000000003e2","0.51828606000000036e2"],["-0.78846389999999985e2","0.51832497000000103e2"],["-0.78836945000000014e2","0.51841377000000136e2"],["-0.78833618000000001e2","0.51845825000000104e2"],["-0.78832229999999981e2","0.51852776000000063e2"],["-0.78834441999999967e2","0.51857772999999952e2"],["-0.78841674999999952e2","0.51866661000000136e2"],["-0.78846389999999985e2","0.51870269999999948e2"],["-0.78858611999999937e2","0.51876938000000109e2"],[-78.86361699999992,"0.51880821000000083e2"],[-78.89555399999989,"0.51926659000000029e2"],["-0.78896392999999932e2","0.51932495000000074e2"],["-0.78894164999999987e2",51.93832400000008],["-0.78881942999999922e2","0.51944434999999999e2"],["-0.78860274999999888e2","0.51951102999999932e2"],["-0.78851944000000003e2",51.95249200000012],["-0.78810546999999929e2","0.51958885000000066e2"],["-0.78769454999999994e2","0.51966103000000089e2"],["-0.78747771999999998e2","0.51973320000000001e2"],["-0.78736664000000019e2","0.51979431000000091e2"],["-0.78695830999999998e2","0.52008049000000085e2"],["-0.78579452999999944e2","0.52111382000000106e2"],["-0.78537505999999951e2","0.52180824000000143e2"],["-0.78501113999999973e2","0.52255829000000006e2"],["-0.78524445000000014e2","0.52311104000000114e2"],["-0.78516953000000001e2","0.52367767000000072e2"],["-0.78507232999999985e2","0.52454437000000041e2"],["-0.78506957999999997e2","0.52460548000000074e2"],["-0.78545273000000009e2","0.52514717000000132e2"],["-0.78564712999999983e2","0.52530273000000079e2"],["-0.78577224999999999e2","0.52536658999999986e2"],["-0.78585555999999997e2","0.52538605000000075e2"],[-78.59584000000001,"0.52538886999999988e2"],["-0.78654448999999943e2",52.54694400000011],["-0.78684433000000013e2","0.52551383999999985e2"],["-0.78763335999999981e2","0.52564438000000052e2"],["-0.78761123999999938e2","0.52570549000000085e2"],["-0.78755568999999923e2","0.52574164999999994e2"],["-0.78721114999999998e2","0.52586655000000121e2"],["-0.78691939999999931e2","0.52596099999999979e2"],["-0.78713333000000034e2","0.52628876000000105e2"],["-0.78753066999999874e2","0.52683875999999941e2"],["-0.78790833000000021e2","0.52737495000000138e2"],["-0.78796950999999979e2","0.52773880000000077e2"],["-0.78765015000000005e2","0.52777489000000116e2"],["-0.78731948999999986e2","0.52783333000000084e2"],["-0.78724715999999944e2","0.52785553000000107e2"],["-0.78722503999999901e2","0.52791664000000026e2"],["-0.78725554999999986e2","0.52819443000000035e2"],["-0.78738327000000027e2","0.52872215000000097e2"],["-0.78794448999999986e2","0.52861381999999935e2"],["-0.78856109999999887e2","0.52877769000000114e2"],["-0.78880829000000006e2","0.52896942000000024e2"],["-0.78881942999999922e2",52.90277100000003],[-78.87860099999989,"0.52908043000000134e2"],["-0.78864715999999987e2","0.52963608000000079e2"],["-0.78915833000000021e2","0.53000000000000057e2"],["-0.78923049999999932e2","0.53068886000000077e2"],["-0.78888061999999934e2","0.53224709000000132e2"],["-0.78894454999999994e2","0.53259720000000073e2"],["-0.78895844000000011e2",53.26527400000009],["-0.78942490000000021e2","0.53384994999999947e2"],["-0.78949722000000008e2","0.53399994000000049e2"],["-0.78991721999999925e2","0.53434048000000018e2"],["-0.78994720000000029e2","0.53436378000000047e2"],["-0.79004554999999925e2","0.53439216999999928e2"],["-0.79009551999999928e2","0.53438213000000019e2"],["-0.79044723999999974e2","0.53439430000000016e2"],["-0.79053054999999972e2","0.53438042000000053e2"],["-0.79063323999999966e2","0.53439430000000016e2"],["-0.79068068999999923e2","0.53443321000000083e2"],["-0.79090285999999992e2","0.53470543000000021e2"],["-0.79093062999999972e2","0.53474709000000075e2"],["-0.79107773000000009e2","0.53497215000000097e2"],["-0.79110275000000001e2","0.53502495000000124e2"],["-0.79103606999999954e2","0.53513054000000011e2"],["-0.79084166999999979e2","0.53522491000000116e2"],["-0.79054442999999935e2","0.53531380000000013e2"],["-0.79035552999999993e2",53.53276800000009],["-0.79012787000000003e2","0.53531104999999968e2"],["-0.79031386999999995e2","0.53529716000000008e2"],["-0.79038054999999986e2",53.526657],["-0.79043334999999956e2","0.53523048000000017e2"],["-0.79042495999999915e2","0.53511108000000092e2"],["-0.79041381999999999e2","0.53505554000000132e2"],["-0.79036391999999978e2","0.53501663000000065e2"],["-0.79014838999999938e2","0.53498940000000005e2"],["-0.79011002000000019e2","0.53496937000000003e2"],["-0.79005675999999937e2",53.49577000000005],["-0.79000678999999934e2","0.53496609000000035e2"],["-0.78962783999999942e2","0.53508888000000127e2"],["-0.78919158999999979e2","0.53555267000000072e2"],["-0.78915833000000021e2","0.53560547000000099e2"],["-0.78918335000000013e2","0.53565544000000045e2"],[-78.92193599999996,"0.53569992000000013e2"],["-0.78950561999999991e2","0.53599716000000001e2"],["-0.79003341999999918e2","0.53641663000000051e2"],["-0.79089721999999938e2","0.53691658000000075e2"],["-0.79145003999999972e2","0.53701660000000061e2"],["-0.79151397999999915e2","0.53704994000000056e2"],["-0.79152221999999995e2","0.53710548000000017e2"],["-0.79052490000000034e2","0.53831939999999975e2"],["-0.79046951000000035e2","0.53835548000000074e2"],["-0.79039444000000003e2",53.83776899999998],["-0.79029723999999987e2","0.53839157000000114e2"],["-0.79011123999999995e2","0.53839989000000003e2"],["-0.78988891999999908e2","0.53838882000000069e2"],["-0.78979995999999971e2","0.53836104999999975e2"],["-0.78966109999999901e2",53.83027600000014],["-0.78948333999999932e2","0.53820831000000112e2"],["-0.78932770000000005e2","0.53815543999999989e2"],["-0.78910827999999981e2","0.53814437999999939e2"],["-0.78901397999999972e2","0.53815268999999944e2"],["-0.78902221999999938e2","0.53821380999999974e2"],["-0.78906386999999938e2","0.53825272000000041e2"],["-0.78917769999999962e2","0.53832214000000079e2"],["-0.78924164000000019e2","0.53835548000000074e2"],["-0.78969727000000034e2","0.53851387000000045e2"],["-0.78988891999999908e2","0.53854713000000061e2"],["-0.79011948000000018e2","0.53856658999999979e2"],["-0.79056655999999919e2","0.53873046999999985e2"],["-0.79101104999999961e2","0.53901657000000057e2"],["-0.79106110000000001e2","0.53905548000000124e2"],["-0.79072509999999852e2","0.53999161000000072e2"],["-0.79066956000000005e2","0.54002777000000094e2"],["-0.79051102000000014e2","0.54006660000000068e2"],["-0.79041381999999999e2",54.00777400000004],["-0.79031676999999945e2",54.00777400000004],["-0.79021392999999989e2","0.54006386000000134e2"],["-0.79001098999999954e2","0.53999992000000077e2"],["-0.78964950999999928e2",53.99716200000006],["-0.78961623999999972e2","0.53999992000000077e2"],["-0.78960280999999952e2","0.54001389000000017e2"],["-0.78962783999999942e2","0.54006386000000134e2"],["-0.78966659999999933e2","0.54010826000000122e2"],["-0.78976669000000015e2","0.54018326000000002e2"],["-0.78984160999999972e2","0.54021659999999997e2"],["-0.79119445999999982e2","0.54078605999999979e2"],["-0.79116393999999957e2","0.54103050000000053e2"],["-0.79106383999999935e2","0.54111382000000049e2"],["-0.79046386999999982e2","0.54178329000000076e2"],["-0.79048889000000031e2","0.54183327000000077e2"],["-0.79060546999999985e2","0.54184158000000082e2"],["-0.79173324999999977e2","0.54174995000000081e2"],["-0.79191665999999998e2","0.54172768000000019e2"],["-0.79198043999999868e2","0.54169716000000108e2"],["-0.79196944999999971e2","0.54163605000000018e2"],["-0.79198333999999988e2","0.54157210999999961e2"],["-0.79205840999999907e2","0.54154990999999995e2"],["-0.79238051999999982e2","0.54158882000000062e2"],["-0.79276397999999915e2","0.54166939000000013e2"],["-0.79345276000000013e2","0.54199432000000002e2"],["-0.79419998000000021e2","0.54274437000000034e2"],["-0.79430557000000022e2","0.54290275999999949e2"],["-0.79476669000000015e2","0.54368599000000131e2"],["-0.79505004999999926e2",54.42582700000014],["-0.79488051999999925e2","0.54452217000000132e2"],["-0.79488051999999925e2","0.54458603000000039e2"],["-0.79521392999999989e2","0.54587212000000136e2"],["-0.79525283999999886e2","0.54591377000000136e2"],["-0.79531677000000002e2","0.54594711000000132e2"],["-0.79565552000000025e2","0.54609993000000145e2"],["-0.79618880999999931e2","0.54623878000000047e2"],["-0.79675551999999925e2","0.54625824000000136e2"],["-0.79686110999999983e2","0.54627212999999927e2"],["-0.79760833999999988e2","0.54648048000000074e2"],["-0.79764449999999954e2","0.54652214000000129e2"],["-0.79761123999999995e2","0.54658325000000048e2"],["-0.79631667999999934e2","0.54702773999999977e2"],["-0.79494155999999975e2","0.54744713000000104e2"],["-0.79463622999999984e2",54.75360900000004],["-0.79457229999999925e2","0.54750275000000045e2"],["-0.79447494999999947e2",54.75110600000005],["-0.79337783999999942e2","0.54772491000000059e2"],["-0.79315826000000015e2","0.54779991000000109e2"],["-0.79101104999999961e2","0.54827216999999962e2"],["-0.78976669000000015e2","0.54843048000000124e2"],["-0.78968886999999995e2","0.54845267999999976e2"],["-0.78956664999999987e2","0.54851936000000137e2"],["-0.78945540999999935e2","0.54859436000000017e2"],["-0.78912505999999894e2","0.54884163000000115e2"],["-0.78838608000000022e2",54.91443600000008],["-0.78732773000000009e2","0.54931107000000111e2"],["-0.78561110999999926e2","0.54977767999999912e2"],[-78.37388599999997,"0.55030273000000136e2"],["-0.78256118999999899e2","0.55082214000000022e2"],["-0.78207672000000002e2","0.55111655999999982e2"],["-0.78182220000000029e2","0.55125267000000122e2"],["-0.78119445999999982e2","0.55149994000000049e2"],["-0.77972778000000005e2","0.55204994000000113e2"],[-77.87249799999995,"0.55243606999999997e2"],["-0.77748610999999983e2","0.55300827000000027e2"],[-77.62222300000002,"0.55382766999999944e2"],["-0.77416655999999989e2","0.55486107000000061e2"],["-0.77225829999999974e2","0.55588326000000109e2"],["-0.77214721999999995e2","0.55595267999999976e2"],["-0.77137221999999895e2","0.55654160000000047e2"],["-0.77115279999999927e2","0.55674164000000133e2"],["-0.77104720999999984e2","0.55683876000000055e2"],["-0.77088332999999921e2","0.55699432000000058e2"],["-0.77086120999999935e2","0.55705551000000071e2"],["-0.77085555999999997e2","0.55708046000000081e2"],["-0.77087783999999942e2","0.55709716999999955e2"],["-0.77068343999999968e2","0.55754715000000033e2"],["-0.77013061999999877e2","0.55803046999999935e2"],[-76.81138599999997,"0.55971100000000092e2"],["-0.76751953000000015e2","0.55997771999999998e2"],["-0.76737503000000004e2","0.56001663000000065e2"],["-0.76718886999999995e2","0.56008048999999971e2"],["-0.76702498999999932e2","0.56017494000000056e2"],["-0.76689162999999894e2","0.56027489000000003e2"],["-0.76681945999999982e2","0.56033882000000119e2"],[-76.67721599999993,"0.56038605000000075e2"],["-0.76670836999999892e2","0.56045830000000137e2"],["-0.76658050999999944e2","0.56060821999999973e2"],["-0.76650833000000034e2","0.56071938000000102e2"],["-0.76626662999999951e2","0.56118049999999982e2"],["-0.76538329999999974e2","0.56297775000000115e2"],["-0.76532227000000034e2","0.56315269000000001e2"],["-0.76531112999999948e2","0.56322220000000129e2"],["-0.76518889999999999e2","0.56406097000000102e2"],["-0.76517501999999979e2","0.56423325000000034e2"],["-0.76517501999999979e2",56.43582200000003],["-0.76519164999999987e2","0.56464714000000072e2"],["-0.76525832999999977e2","0.56492767000000072e2"],["-0.76527221999999995e2","0.56503052000000139e2"],["-0.76526397999999915e2","0.56605827000000033e2"],["-0.76506957999999941e2","0.56710823000000005e2"],["-0.76505004999999983e2","0.56733879000000002e2"],["-0.76504455999999948e2","0.56771934999999985e2"],["-0.76505568999999923e2","0.56784995999999921e2"],["-0.76505279999999914e2","0.56791382000000056e2"],["-0.76505568999999923e2","0.56803047000000106e2"],["-0.76509445000000028e2","0.56819717000000026e2"],["-0.76530838000000017e2",56.90665400000006],["-0.76554442999999992e2","0.57005828999999949e2"],["-0.76554717999999923e2","0.57010826000000066e2"],["-0.76555832000000009e2","0.57034996000000092e2"],["-0.76553329000000019e2","0.57053322000000094e2"],["-0.76549164000000019e2",57.06221000000005],["-0.76545272999999952e2","0.57068885999999964e2"],["-0.76535552999999993e2","0.57077773999999977e2"],["-0.76531112999999948e2","0.57087211999999965e2"],["-0.76529175000000009e2",57.09665700000005],["-0.76529723999999874e2",57.10582700000009],["-0.76564437999999996e2","0.57207214000000079e2"],["-0.76591384999999946e2","0.57274436999999978e2"],["-0.76599990999999932e2","0.57293610000000058e2"],["-0.76604445999999882e2","0.57302773000000059e2"],["-0.76653060999999923e2","0.57401382000000012e2"],[-76.65834000000001,"0.57406653999999946e2"],["-0.76688048999999978e2","0.57430550000000039e2"],["-0.76732223999999917e2","0.57490273000000059e2"],["-0.76740829000000019e2","0.57503326000000072e2"],[-76.81138599999997,"0.57624710000000107e2"],["-0.76809433000000013e2","0.57634720000000016e2"],["-0.76807770000000005e2","0.57641662999999994e2"],["-0.76805557000000022e2","0.57647774000000084e2"],["-0.76861937999999952e2",57.71915400000006],["-0.76923049999999989e2","0.57786110000000065e2"],["-0.77147231999999974e2","0.58022765999999933e2"],["-0.77246658000000025e2",58.07388300000008],["-0.77279723999999987e2","0.58084435000000042e2"],["-0.77317504999999983e2","0.58091934000000037e2"],[-77.34944200000001,"0.58101936000000023e2"],["-0.77444442999999978e2","0.58152489000000003e2"],["-0.77451110999999969e2","0.58171379000000115e2"],["-0.77446655000000021e2","0.58173882000000106e2"],["-0.77441100999999946e2","0.58182770000000062e2"],["-0.77444152999999972e2","0.58187767000000008e2"],["-0.77454453000000001e2","0.58196381000000031e2"],["-0.77467223999999987e2","0.58203323000000125e2"],["-0.77487777999999935e2","0.58212769000000094e2"],["-0.77571670999999981e2","0.58248047000000099e2"],["-0.77645843999999954e2","0.58278603000000032e2"],[-77.81527699999998,"0.58327217000000019e2"],["-0.77851944000000003e2","0.58334991000000002e2"],["-0.77883895999999993e2","0.58339989000000003e2"],["-0.77914443999999946e2","0.58345543000000021e2"],["-0.77939163000000008e2",58.35305000000011],["-0.77955276000000026e2","0.58358604000000128e2"],["-0.78012512000000015e2","0.58378601000000003e2"],["-0.78024445000000014e2","0.58384163000000115e2"],[-78.02806099999998,"0.58386940000000038e2"],["-0.78031386999999938e2","0.58391380000000026e2"],["-0.78062682999999993e2","0.58417309000000103e2"],["-0.78130553999999961e2","0.58462769000000037e2"],["-0.78355559999999969e2","0.58601661999999976e2"],["-0.78397231999999917e2","0.58620827000000133e2"],["-0.78419998000000021e2",58.62721300000004],["-0.78425277999999992e2","0.58626099000000067e2"],["-0.78428329000000019e2","0.58623604000000057e2"],["-0.78427779999999984e2","0.58611107000000061e2"],["-0.78426101999999958e2","0.58606102000000021e2"],["-0.78347778000000005e2","0.58536659000000043e2"],["-0.78389724999999885e2","0.58544716000000051e2"],["-0.78549163999999905e2","0.58603881999999999e2"],["-0.78563889000000017e2","0.58609993000000088e2"],["-0.78568618999999956e2","0.58614441000000056e2"],["-0.78573897999999929e2","0.58630547000000035e2"],["-0.78574722000000008e2","0.58635269000000108e2"],["-0.78570006999999976e2","0.58673050000000103e2"],["-0.78563889000000017e2","0.58676940999999999e2"],["-0.78555831999999953e2","0.58677773000000059e2"],["-0.78543883999999991e2","0.58678046999999992e2"],["-0.78514724999999942e2",58.67943600000001],["-0.78469727000000034e2","0.58695541000000105e2"],["-0.78467223999999987e2","0.58701660000000118e2"],[-78.48832699999997,"0.58786385000000053e2"],[-78.50556899999998,"0.58835266000000104e2"],["-0.78511672999999917e2",58.839157],["-0.78516402999999968e2","0.58843323000000055e2"],["-0.78538605000000018e2","0.58886940000000095e2"],["-0.78571395999999879e2","0.58957214000000079e2"],["-0.78570557000000008e2","0.58961380000000133e2"],["-0.78561935000000005e2","0.58965828000000101e2"],["-0.78552215999999987e2","0.58968048000000124e2"],["-0.78396392999999932e2","0.58964714000000129e2"],["-0.78361663999999962e2","0.58958603000000039e2"],["-0.78352492999999924e2","0.58956657000000007e2"],["-0.78346389999999985e2","0.58953605999999979e2"],["-0.78344451999999876e2","0.58949432000000115e2"],["-0.78344726999999978e2","0.58946655000000021e2"],["-0.78345276000000013e2","0.58944710000000043e2"],["-0.78348342999999943e2","0.58942214999999976e2"],["-0.78366394000000014e2","0.58920273000000122e2"],["-0.78363892000000021e2","0.58912490999999989e2"],["-0.78357773000000009e2","0.58910270999999966e2"],["-0.78345839999999953e2","0.58909714000000065e2"],["-0.78338333000000034e2","0.58912766000000033e2"],["-0.78310821999999973e2","0.58927216000000101e2"],["-0.78304717999999923e2","0.58931106999999997e2"],["-0.78205565999999976e2","0.59050545000000113e2"],["-0.78127486999999974e2","0.59108330000000024e2"],[-78.08666999999997,"0.59156654000000003e2"],["-0.78093886999999995e2","0.59193047000000035e2"],["-0.78098617999999988e2","0.59196655000000135e2"],["-0.78101943999999946e2","0.59200828999999999e2"],["-0.78103881999999999e2","0.59205826000000116e2"],["-0.78092772999999909e2","0.59214995999999985e2"],["-0.77961120999999935e2","0.59258331000000112e2"],["-0.77949721999999952e2","0.59261939999999925e2"],["-0.77930283000000031e2",59.26527399999992],["-0.77884445000000028e2","0.59271935000000042e2"],["-0.77860000999999954e2","0.59272217000000126e2"],["-0.77843613000000005e2","0.59275551000000121e2"],["-0.77828887999999949e2","0.59281105000000082e2"],["-0.77824448000000018e2","0.59283606999999961e2"],[-77.68499799999995,"0.59393326000000116e2"],["-0.77677215999999987e2","0.59399994000000106e2"],["-0.77678328999999962e2","0.59401932000000045e2"],["-0.77779175000000009e2","0.59426102000000014e2"],["-0.77787216000000001e2","0.59426658999999916e2"],["-0.77798049999999989e2","0.59426384000000098e2"],["-0.77831389999999942e2","0.59414711000000068e2"],["-0.77880279999999914e2",59.39916199999999],["-0.77887512000000015e2","0.59397491000000116e2"],["-0.77896956999999986e2","0.59397217000000012e2"],["-0.77902221999999995e2","0.59398880000000077e2"],["-0.77905838000000017e2","0.59401100000000099e2"],["-0.77910277999999948e2","0.59405548000000067e2"],["-0.77912506000000008e2","0.59415267999999969e2"],["-0.77910552999999879e2","0.59425551999999982e2"],["-0.77872771999999998e2","0.59491935999999953e2"],["-0.77867492999999911e2",59.5],[-77.86111499999987,"0.59503883000000087e2"],[-77.84056099999998,"0.59513054000000068e2"],["-0.77798889000000031e2","0.59524993999999992e2"],["-0.77779175000000009e2",59.52887700000008],["-0.77769454999999937e2","0.59529160000000047e2"],["-0.77749999999999886e2","0.59532211000000075e2"],["-0.77721389999999928e2","0.59539719000000105e2"],["-0.77724716000000001e2","0.59593880000000013e2"],["-0.77755004999999926e2","0.59628326000000072e2"],["-0.77762786999999889e2","0.59631378000000041e2"],["-0.77767501999999922e2","0.59634994999999947e2"],["-0.77797774999999945e2","0.59670272999999952e2"],["-0.77801102000000014e2","0.59675270000000069e2"],["-0.77798614999999927e2","0.59679993000000081e2"],["-0.77773894999999982e2","0.59709717000000069e2"],["-0.77761672999999973e2","0.59709991000000002e2"],["-0.77731948999999986e2",59.70777099999998],["-0.77710555999999883e2","0.59704712000000029e2"],["-0.77585228000000029e2",59.66921200000013],[-77.53988599999991,"0.59653381000000138e2"],["-0.77535392999999942e2","0.59651379000000077e2"],["-0.77524390999999923e2","0.59644714000000135e2"],["-0.77518889999999885e2","0.59639381000000128e2"],["-0.77513229000000024e2","0.59630546999999979e2"],["-0.77513725000000022e2","0.59620215999999971e2"],["-0.77514893000000029e2","0.59614044000000035e2"],["-0.77464721999999995e2","0.59587212000000022e2"],["-0.77460006999999962e2","0.59582771000000093e2"],["-0.77454177999999956e2","0.59579162999999994e2"],["-0.77444992000000013e2","0.59576385000000016e2"],["-0.77426940999999943e2","0.59571381000000031e2"],["-0.77353607000000011e2","0.59563605999999936e2"],["-0.77322509999999909e2","0.59562767000000008e2"],["-0.77313889000000017e2","0.59564995000000124e2"],["-0.77311935000000005e2","0.59566939999999931e2"],["-0.77316956000000005e2",59.56999200000007],["-0.77344161999999983e2","0.59576942000000088e2"],["-0.77427994000000012e2","0.59619049000000075e2"],["-0.77433334000000002e2","0.59620543999999938e2"],["-0.77441665999999998e2","0.59624717999999973e2"],["-0.77502335000000016e2","0.59678215000000023e2"],["-0.77542496000000028e2","0.59747490000000084e2"],["-0.77541945999999996e2","0.59750274999999931e2"],["-0.77533065999999963e2","0.59754714999999976e2"],["-0.77432769999999948e2","0.59784163999999976e2"],["-0.77412780999999939e2","0.59787773000000129e2"],["-0.77389449999999954e2","0.59788886999999932e2"],["-0.77333618000000001e2",59.78527100000008],["-0.77311660999999958e2","0.59785552999999936e2"],[-77.30471799999998,"0.59787216000000058e2"],["-0.77298889000000031e2","0.59789719000000048e2"],["-0.77293609999999887e2","0.59793610000000115e2"],["-0.77296111999999937e2","0.59801933000000076e2"],["-0.77301392000000021e2",59.811104],["-0.77363616999999863e2","0.59890830999999991e2"],["-0.77368056999999965e2","0.59894714000000079e2"],["-0.77378051999999968e2","0.59901382000000069e2"],["-0.77385559000000001e2","0.59904433999999981e2"],["-0.77427489999999977e2","0.59914710999999954e2"],["-0.77206954999999994e2","0.60042770000000019e2"],["-0.77070006999999919e2","0.60064156000000082e2"],["-0.76848052999999936e2","0.60099159000000043e2"],["-0.76775833000000034e2","0.60131659999999954e2"],["-0.76770843999999954e2","0.60136383000000137e2"],["-0.76758895999999993e2","0.60159157000000107e2"],["-0.76808608999999933e2","0.60159714000000008e2"],["-0.76828339000000028e2","0.60157493999999986e2"],["-0.76846114999999998e2","0.60152214000000129e2"],["-0.76852492999999981e2","0.60148330999999985e2"],["-0.76857772999999952e2","0.60143883000000017e2"],["-0.76860549999999932e2","0.60137771999999984e2"],["-0.76857498000000021e2","0.60132767000000115e2"],["-0.76854172000000005e2","0.60121658000000025e2"],[-76.85943599999996,"0.60116936000000123e2"],["-0.76866942999999992e2","0.60113883999999985e2"],["-0.76889724999999999e2","0.60112495000000024e2"],["-0.76924437999999896e2","0.60111664000000019e2"],["-0.76950561999999934e2","0.60112213000000111e2"],["-0.76962783999999999e2","0.60113608999999997e2"],[-77.00389100000001,"0.60121933000000013e2"],["-0.77031386999999881e2","0.60129714999999976e2"],["-0.77055556999999965e2","0.60138602999999989e2"],["-0.77074172999999973e2","0.60142769000000044e2"],["-0.77111938000000009e2","0.60146942000000024e2"],["-0.77173888999999974e2","0.60150268999999923e2"],["-0.77187499999999943e2","0.60150826000000052e2"],["-0.77199996999999939e2","0.60150826000000052e2"],["-0.77199722000000008e2","0.60145270999999923e2"],["-0.77194716999999969e2","0.60129158000000075e2"],["-0.77232498000000021e2","0.60053879000000109e2"],["-0.77272781000000009e2","0.60039993000000095e2"],["-0.77315825999999959e2","0.60030548000000067e2"],["-0.77519164999999987e2","0.60044159000000036e2"],["-0.77540282999999988e2","0.60048050000000103e2"],["-0.77557219999999973e2","0.60052773000000059e2"],["-0.77592223999999987e2","0.60064156000000082e2"],["-0.77600280999999939e2","0.60108604000000128e2"],["-0.77595275999999899e2","0.60112495000000024e2"],["-0.77581680000000006e2","0.60118881000000101e2"],["-0.77558043999999938e2","0.60126656000000025e2"],["-0.77549164000000019e2","0.60129158000000075e2"],["-0.77496947999999918e2","0.60156097000000045e2"],["-0.77470276000000013e2","0.60213325999999995e2"],["-0.77473617999999931e2","0.60216934000000094e2"],["-0.77602782999999931e2","0.60329994000000056e2"],["-0.77639724999999942e2","0.60362213000000054e2"],["-0.77647506999999905e2","0.60365273000000116e2"],["-0.77658339999999953e2","0.60368050000000039e2"],["-0.77683060000000012e2","0.60367767000000072e2"],["-0.77692489999999964e2","0.60369438000000116e2"],["-0.77708344000000011e2","0.60375824000000023e2"],["-0.77743606999999997e2","0.60393326000000059e2"],["-0.77747222999999963e2","0.60396942000000138e2"],["-0.77747756999999922e2","0.60408134000000132e2"],["-0.77740829000000019e2","0.60423607000000004e2"],["-0.77736937999999952e2","0.60428879000000109e2"],[-77.71945199999999,"0.60447211999999979e2"],["-0.77691939999999931e2","0.60466660000000104e2"],["-0.77567504999999926e2","0.60529716000000008e2"],["-0.77479995999999915e2",60.54055000000011],["-0.77430832000000009e2","0.60540275999999949e2"],["-0.77419723999999917e2","0.60541107000000011e2"],["-0.77413329999999974e2","0.60544159000000093e2"],["-0.77436385999999914e2","0.60554436000000067e2"],["-0.77464447000000007e2","0.60561935000000062e2"],["-0.77486114999999927e2",60.56638300000003],["-0.77521666999999979e2","0.60570274000000097e2"],["-0.77549438000000009e2","0.60571381000000031e2"],["-0.77573623999999938e2","0.60570549000000085e2"],["-0.77598617999999931e2","0.60563606000000107e2"],["-0.77631942999999978e2","0.60551933000000076e2"],["-0.77640563999999983e2","0.60550270000000012e2"],[-77.65055799999999,"0.60548882000000049e2"],["-0.77670273000000009e2","0.60549721000000034e2"],["-0.77680831999999953e2","0.60552216000000044e2"],["-0.77704453000000001e2","0.60561661000000129e2"],["-0.77787216000000001e2",60.59665700000005],["-0.77829453000000001e2","0.60633605999999929e2"],["-0.77833892999999932e2","0.60639434999999992e2"],["-0.77831679999999949e2","0.60644714000000135e2"],["-0.77821670999999867e2","0.60651931999999931e2"],["-0.77775832999999977e2","0.60671104000000128e2"],["-0.77722504000000015e2",60.69193300000012],["-0.77716399999999965e2","0.60694434999999999e2"],["-0.77610001000000011e2","0.60755554000000075e2"],["-0.77515839000000028e2","0.60830551000000014e2"],["-0.77512512000000015e2","0.60833602999999925e2"],["-0.77511672999999973e2",60.83638000000002],[-77.53195199999999,"0.60835266000000047e2"],["-0.77571670999999981e2","0.60828330999999991e2"],["-0.77708054000000004e2","0.60795547000000113e2"],["-0.77856383999999935e2","0.60764442000000088e2"],["-0.77920546999999999e2","0.60791382000000112e2"],["-0.77903885000000002e2","0.60812492000000077e2"],["-0.77889998999999989e2","0.60818886000000134e2"],["-0.77883330999999941e2","0.60823325999999952e2"],["-0.77887222000000008e2","0.60825829000000113e2"],["-0.77896392999999875e2","0.60828049000000135e2"],["-0.77909163999999976e2",60.82888000000014],["-0.77975280999999939e2","0.60822769000000051e2"],["-0.78078612999999905e2","0.60806099000000131e2"],["-0.78116942999999992e2","0.60798050000000103e2"],["-0.78125823999999966e2","0.60795547000000113e2"],["-0.78172500999999954e2","0.60787216000000058e2"],[-78.17971799999998,"0.60786942000000124e2"],[-78.18638599999997,"0.60788047999999947e2"],["-0.78190552000000025e2","0.60788887000000102e2"],["-0.78192764000000011e2","0.60790833000000021e2"],["-0.78171660999999915e2","0.60854713000000061e2"],[-78.15943900000002,"0.60867210000000057e2"],["-0.77954726999999991e2","0.61000831999999946e2"],["-0.77925551999999925e2",61.01888300000013],["-0.77889175000000023e2","0.61038048000000117e2"],["-0.77873610999999926e2","0.61045547000000056e2"],["-0.77858046999999942e2","0.61051101999999958e2"],["-0.77853881999999942e2","0.61052215999999987e2"],["-0.77846664000000033e2","0.61052490000000091e2"],["-0.77701675000000023e2","0.61217491000000109e2"],["-0.77724441999999954e2","0.61254439999999988e2"],["-0.77739990000000034e2","0.61298607000000061e2"],["-0.77746658000000025e2","0.61337494000000106e2"],["-0.77761123999999938e2","0.61410271000000023e2"],["-0.77678878999999995e2","0.61461104999999975e2"],["-0.77620834000000002e2","0.61462493999999992e2"],[-77.56361400000003,"0.61466660000000047e2"],["-0.77560546999999929e2","0.61468047999999953e2"],["-0.77542496000000028e2","0.61479430999999977e2"],["-0.77543335000000013e2","0.61483047000000056e2"],["-0.77548339999999939e2","0.61486107000000118e2"],["-0.77613892000000021e2","0.61504166000000055e2"],["-0.77596114999999941e2","0.61555824000000143e2"],["-0.77572784000000013e2","0.61549995000000138e2"],["-0.77517226999999934e2","0.61539719000000048e2"],["-0.77478607000000011e2","0.61536385000000053e2"],["-0.77475005999999951e2","0.61539161999999976e2"],["-0.77474715999999944e2","0.61541664000000026e2"],["-0.77480285999999921e2","0.61548882000000049e2"],["-0.77581389999999999e2","0.61600548000000117e2"],["-0.77589171999999962e2","0.61604439000000013e2"],["-0.77616500999999971e2","0.61606327000000078e2"],["-0.77627997999999991e2","0.61605995000000121e2"],["-0.77667496000000028e2","0.61603049999999996e2"],["-0.77690825999999959e2","0.61602218999999991e2"],["-0.77702498999999989e2","0.61602776000000063e2"],["-0.77710555999999883e2",61.60582700000009],["-0.77744155999999975e2",61.64027400000009],["-0.77816665999999998e2","0.61684989999999914e2"],["-0.77884445000000028e2",61.68582200000003],["-0.77898894999999925e2","0.61686378000000047e2"],["-0.77931380999999931e2",61.69193300000012],["-0.77975829999999974e2","0.61702774000000034e2"],["-0.77982223999999974e2",61.70665699999995],["-0.77992492999999968e2","0.61714714000000129e2"],[-78.00306699999993,"0.61728325000000098e2"],["-0.78006119000000012e2","0.61733046999999999e2"],["-0.78011947999999961e2","0.61748604000000057e2"],["-0.78074447999999904e2","0.61917213000000004e2"],["-0.78077498999999989e2","0.61940544000000045e2"],["-0.78081389999999999e2","0.61951103000000103e2"],["-0.78091675000000009e2","0.61965271000000143e2"],["-0.78110001000000011e2","0.61984161000000086e2"],["-0.78120269999999948e2",61.99193600000001],["-0.78137787000000003e2","0.62009163000000001e2"],["-0.78141387999999949e2","0.62020546000000024e2"],["-0.78143616000000009e2",62.03138000000007],[-78.15943900000002,"0.62149994000000049e2"],["-0.78161666999999966e2","0.62169159000000036e2"],["-0.78157776000000013e2","0.62267494000000056e2"],[-78.15583799999996,"0.62278328000000101e2"],["-0.78149733999999967e2","0.62287216000000114e2"],["-0.78103058000000033e2","0.62337494000000049e2"],["-0.78085007000000019e2","0.62353325000000041e2"],["-0.78023894999999982e2","0.62393326000000059e2"],["-0.78016402999999968e2",62.39388300000013],["-0.78008056999999894e2","0.62390549000000135e2"],["-0.77996657999999968e2","0.62388046000000145e2"],["-0.77983063000000016e2","0.62388329000000113e2"],[-77.96305799999999,"0.62392768999999987e2"],["-0.77711394999999925e2","0.62468048000000124e2"],["-0.77687209999999993e2","0.62476654000000053e2"],["-0.77555556999999965e2","0.62536110000000008e2"],["-0.77535278000000005e2",62.54694400000011],["-0.77508347000000015e2","0.62561661000000072e2"],["-0.77354996000000028e2","0.62558044000000109e2"],["-0.77073623999999938e2","0.62534163999999976e2"],[-76.92582699999997,"0.62526382000000012e2"],["-0.76756957999999997e2","0.62506943000000092e2"],["-0.76746947999999975e2","0.62504997000000003e2"],["-0.76655562999999972e2","0.62469986000000063e2"],["-0.76498610999999869e2",62.44110100000006],["-0.76401947000000007e2","0.62427490000000091e2"],["-0.76317779999999914e2","0.62412209000000132e2"],["-0.76143065999999919e2","0.62379158000000018e2"],["-0.75709732000000031e2","0.62296387000000038e2"],["-0.75719214999999963e2","0.62242493000000024e2"],["-0.75739562999999919e2","0.62236160000000041e2"],["-0.75819884999999999e2","0.62205657999999971e2"],["-0.75878875999999991e2","0.62168602000000135e2"],["-0.75891113000000018e2","0.62161933999999974e2"],["-0.75895003999999915e2","0.62158599999999979e2"],["-0.75890839000000028e2","0.62156937000000084e2"],["-0.75835830999999985e2","0.62158043000000077e2"],["-0.75826949999999954e2","0.62158882000000062e2"],["-0.75772399999999948e2","0.62177215999999987e2"],["-0.75770720999999924e2","0.62180049999999994e2"],["-0.75765052999999909e2","0.62184718999999973e2"],["-0.75760887000000025e2","0.62187050000000113e2"],["-0.75756057999999882e2","0.62188713000000007e2"],["-0.75705062999999996e2","0.62203216999999995e2"],["-0.75656882999999993e2","0.62216544999999996e2"],["-0.75579177999999899e2","0.62242218000000037e2"],["-0.75573897999999929e2","0.62244155999999975e2"],["-0.75556945999999925e2","0.62252777000000037e2"],["-0.75552779999999927e2","0.62256660000000011e2"],["-0.75550277999999935e2","0.62260826000000066e2"],["-0.75539443999999889e2","0.62268326000000002e2"],["-0.75493606999999997e2","0.62293326999999977e2"],["-0.75486937999999952e2","0.62296387000000038e2"],["-0.75478881999999999e2","0.62298607000000061e2"],["-0.75472777999999948e2","0.62299438000000066e2"],["-0.75402221999999938e2","0.62306381000000044e2"],["-0.75356383999999991e2","0.62310546999999985e2"],["-0.75321945000000028e2","0.62311104000000057e2"],["-0.75307495000000017e2","0.62310271999999941e2"],["-0.75184432999999956e2","0.62292220999999984e2"],["-0.75015563999999983e2","0.62264999000000046e2"],[-75,"0.62262245000000064e2"],["-0.74938323999999909e2","0.62250274999999988e2"],["-0.74918610000000001e2","0.62245544000000052e2"],[-74.89805599999994,"0.62240273000000002e2"],["-0.74889998999999989e2","0.62237495000000024e2"],["-0.74882216999999912e2","0.62233604000000128e2"],["-0.74873885999999857e2","0.62226097000000038e2"],["-0.74767226999999878e2","0.62161102000000085e2"],["-0.74700835999999867e2","0.62131104000000107e2"],["-0.74693054000000018e2","0.62127769000000058e2"],["-0.74668883999999991e2","0.62119156000000089e2"],["-0.74620833999999888e2","0.62107215999999994e2"],["-0.74598052999999936e2","0.62104164000000083e2"],["-0.74571670999999981e2",62.10305000000011],["-0.74556380999999988e2","0.62104713000000004e2"],["-0.74553054999999972e2","0.62106102000000021e2"],["-0.74553878999999995e2","0.62108046999999999e2"],["-0.74558608999999876e2","0.62111938000000066e2"],["-0.74618880999999931e2","0.62132492000000013e2"],["-0.74662216000000001e2","0.62146660000000054e2"],["-0.74686110999999983e2","0.62155823000000055e2"],["-0.74700287000000003e2",62.16276600000009],[-74.75111400000003,62.19110100000006],["-0.74758895999999993e2","0.62199158000000068e2"],["-0.74759734999999921e2",62.20138500000013],["-0.74759734999999921e2",62.20638300000013],["-0.74756393000000003e2","0.62212212000000136e2"],["-0.74725829999999917e2","0.62244995000000131e2"],["-0.74717498999999918e2","0.62247771999999998e2"],["-0.74700287000000003e2","0.62250832000000059e2"],["-0.74678328999999962e2","0.62253608999999983e2"],["-0.74645844000000011e2","0.62253608999999983e2"],["-0.74579453000000001e2","0.62251938000000109e2"],["-0.74525833000000034e2","0.62246940999999993e2"],["-0.74473617999999931e2",62.24332400000003],["-0.74461394999999982e2","0.62243880999999931e2"],["-0.74428878999999938e2","0.62247771999999998e2"],["-0.74410004000000015e2","0.62251389000000131e2"],["-0.74383895999999936e2",62.2586060000001],["-0.74141677999999956e2","0.62326660000000004e2"],["-0.73981383999999991e2","0.62377769000000001e2"],[-73.97444200000001,"0.62386108000000036e2"],["-0.73969727000000034e2","0.62390830999999991e2"],[-73.94027699999998,"0.62412209000000132e2"],["-0.73888901000000033e2","0.62440543999999932e2"],[-73.83805799999999,"0.62457497000000046e2"],["-0.73688048999999978e2","0.62479988000000048e2"],["-0.73678878999999995e2","0.62479988000000048e2"],[-73.65972899999997,"0.62475265999999976e2"],["-0.73648345999999947e2","0.62468322999999998e2"],["-0.73642501999999922e2","0.62463608000000136e2"],["-0.73502791999999999e2","0.62386658000000068e2"],["-0.73369995000000017e2","0.62363609000000054e2"],["-0.73227218999999877e2","0.62318054000000075e2"],["-0.73211394999999925e2","0.62312767000000008e2"],["-0.73206664999999987e2","0.62308884000000035e2"],["-0.73204178000000013e2","0.62303878999999995e2"],["-0.73202788999999996e2","0.62298882000000106e2"],["-0.73207229999999925e2","0.62285828000000038e2"],["-0.73210280999999952e2","0.62281936999999971e2"],["-0.73210830999999985e2","0.62275826000000052e2"],["-0.73209732000000031e2","0.62270828000000051e2"],["-0.73204178000000013e2","0.62261382999999967e2"],["-0.73191939999999875e2","0.62253608999999983e2"],["-0.73178054999999972e2","0.62246101000000124e2"],["-0.73131942999999978e2","0.62225266000000033e2"],["-0.73070006999999976e2","0.62197487000000024e2"],["-0.72899445000000014e2","0.62138328999999999e2"],["-0.72723891999999921e2","0.62142220000000066e2"],["-0.72626663000000008e2","0.62115547000000049e2"],[-72.61721799999998,"0.62108604000000071e2"],["-0.72596114999999884e2","0.62049164000000019e2"],["-0.72618713000000014e2","0.61974212999999963e2"],["-0.72619888000000003e2","0.61970878999999968e2"],["-0.72665717999999913e2","0.61928382999999997e2"],["-0.72689986999999917e2","0.61891936999999984e2"],["-0.72748610999999983e2","0.61856384000000105e2"],["-0.72724716000000001e2","0.61845267999999976e2"],["-0.72612503000000004e2","0.61804993000000081e2"],["-0.72602782999999931e2","0.61804160999999965e2"],["-0.72596114999999884e2","0.61805549999999982e2"],["-0.72591674999999952e2","0.61809989999999971e2"],["-0.72587783999999886e2",61.82027400000004],["-0.72622771999999941e2","0.61861382000000106e2"],["-0.72628875999999991e2","0.61873047000000042e2"],["-0.72609557999999993e2",61.88771400000013],["-0.72610893000000033e2","0.61893714999999986e2"],["-0.72611397000000011e2","0.61900047000000086e2"],["-0.72610222000000022e2","0.61905380000000093e2"],["-0.72607551999999998e2","0.61910049000000015e2"],["-0.72597548999999958e2","0.61920211999999992e2"],["-0.72593886999999995e2",61.92321400000003],["-0.72587226999999984e2","0.61924376999999993e2"],["-0.72581222999999966e2","0.61923378000000127e2"],["-0.72519729999999925e2","0.61920546999999999e2"],["-0.72448607999999979e2","0.61901382000000012e2"],["-0.72396666999999923e2","0.61889435000000049e2"],["-0.72386948000000018e2","0.61887771999999984e2"],[-72.345551,"0.61884437999999989e2"],["-0.72321945000000028e2","0.61883881000000088e2"],["-0.72256957999999997e2","0.61876938000000109e2"],["-0.72235001000000011e2","0.61872215000000097e2"],["-0.72205840999999964e2",61.86332700000014],["-0.72200835999999924e2","0.61860275000000001e2"],["-0.72041381999999999e2","0.61722488000000112e2"],[-72.01005600000002,"0.61675270000000012e2"],["-0.72038054999999986e2","0.61624709999999993e2"],["-0.72080565999999976e2","0.61601936000000023e2"],["-0.72087783999999999e2","0.61598877000000073e2"],["-0.72095839999999953e2","0.61596099999999979e2"],["-0.72113892000000021e2","0.61595543000000077e2"],[-72.12388599999997,"0.61596382000000006e2"],["-0.72160004000000015e2","0.61605270000000019e2"],["-0.72194153000000028e2","0.61615829000000076e2"],["-0.72227492999999981e2","0.61619987000000037e2"],["-0.72236663999999962e2","0.61619438000000059e2"],["-0.72254456000000005e2","0.61615546999999992e2"],["-0.72271118000000001e2","0.61609161000000086e2"],["-0.72303328999999906e2","0.61570830999999998e2"],["-0.72303878999999938e2","0.61568885999999964e2"],["-0.72303328999999906e2",61.56721500000009],["-0.72083618000000001e2","0.61582496999999933e2"],["-0.72057220000000029e2","0.61586655000000064e2"],["-0.71980285999999978e2","0.61599998000000085e2"],["-0.71978333000000021e2","0.61601387000000102e2"],["-0.71967772999999966e2","0.61609436000000073e2"],["-0.71940825999999959e2","0.61648331000000042e2"],["-0.71936660999999958e2",61.65554800000001],["-0.71933608999999933e2","0.61663605000000132e2"],["-0.71933060000000012e2","0.61668602000000078e2"],["-0.71933884000000035e2","0.61674164000000019e2"],["-0.71936660999999958e2","0.61677773000000002e2"],["-0.71941375999999991e2","0.61681106999999997e2"],["-0.71946884000000011e2","0.61688380999999993e2"],["-0.71950385999999867e2","0.61688713000000121e2"],["-0.71953888000000006e2","0.61690716000000123e2"],["-0.71956557999999916e2","0.61693047000000092e2"],["-0.71956885999999884e2","0.61694213999999988e2"],["-0.71956054999999935e2","0.61698883000000137e2"],["-0.71950546000000031e2","0.61701218000000097e2"],["-0.71948883000000023e2","0.61701549999999997e2"],["-0.71945221000000004e2","0.61701714000000095e2"],["-0.71928878999999995e2","0.61705826000000116e2"],["-0.71819457999999941e2","0.61688599000000124e2"],["-0.71795273000000009e2","0.61682213000000047e2"],["-0.71644729999999925e2","0.61639435000000105e2"],["-0.71575011999999901e2","0.61608604000000014e2"],["-0.71571670999999867e2","0.61605552999999986e2"],["-0.71545546999999999e2","0.61571938000000102e2"],["-0.71546111999999937e2","0.61566940000000102e2"],["-0.71549437999999896e2","0.61558884000000035e2"],["-0.71560271999999941e2","0.61557212999999933e2"],["-0.71629714999999976e2","0.61548607000000061e2"],["-0.71635009999999966e2","0.61545830000000137e2"],["-0.71652221999999995e2","0.61543053000000043e2"],["-0.71663054999999929e2",61.54193900000007],["-0.71751113999999973e2","0.61538048000000003e2"],["-0.71789444000000003e2","0.61521934999999928e2"],["-0.71746384000000035e2",61.47137500000008],["-0.71746947999999975e2","0.61465827999999988e2"],["-0.71802779999999984e2","0.61446938000000046e2"],["-0.71817504999999983e2","0.61442764000000011e2"],["-0.71875548999999921e2","0.61436103999999943e2"],["-0.71885558999999944e2","0.61432769999999948e2"],["-0.71887787000000003e2","0.61430824000000086e2"],["-0.71887511999999958e2","0.61428046999999992e2"],["-0.71879439999999988e2","0.61422492999999974e2"],["-0.71873046999999929e2","0.61419716000000108e2"],["-0.71853333000000021e2","0.61414436000000023e2"],["-0.71700561999999991e2","0.61405823000000055e2"],["-0.71684722999999963e2","0.61404990999999939e2"],["-0.71676101999999958e2",61.37221500000004],[-71.67193599999996,"0.61330551000000128e2"],["-0.71598891999999978e2","0.61254166000000055e2"],[-71.53083799999996,"0.61213608000000022e2"],["-0.71389998999999989e2","0.61137772000000098e2"],["-0.71295836999999892e2","0.61148605000000089e2"],["-0.71286666999999909e2","0.61149719000000061e2"],["-0.71279175000000009e2","0.61151100000000099e2"],["-0.71174712999999997e2",61.13999200000012],["-0.71011397999999986e2","0.61121657999999968e2"],["-0.70966948999999943e2","0.61113883999999985e2"],["-0.70945830999999941e2","0.61108887000000095e2"],["-0.70928329000000019e2","0.61102493000000038e2"],["-0.70921936000000017e2",61.09693900000002],["-0.70921386999999982e2",61.09137700000008],["-0.70773330999999985e2",61.08166499999993],["-0.70656386999999995e2","0.61050545000000056e2"],["-0.70553054999999972e2","0.61024994000000049e2"],["-0.70539718999999991e2","0.61055824000000086e2"],["-0.70535278000000005e2",61.05943300000007],["-0.70419998000000021e2",61.08526599999999],[-70.41361999999998,"0.61086655000000007e2"],["-0.70315551999999911e2","0.61094994000000042e2"],["-0.70165008999999998e2","0.61088043000000084e2"],["-0.70146117999999888e2","0.61084717000000069e2"],["-0.70141387999999949e2",61.08277099999998],["-0.70107223999999917e2","0.61064438000000109e2"],["-0.70085830999999985e2","0.60954993999999999e2"],["-0.70088057999999876e2",60.89777400000014],["-0.69927490000000034e2","0.60807770000000005e2"],["-0.69914444000000003e2",60.80860100000001],["-0.69901107999999965e2",60.81221000000005],["-0.69888061999999934e2","0.60819160000000068e2"],["-0.69856383999999991e2","0.60838326000000109e2"],["-0.69850554999999986e2","0.60841934000000037e2"],[-69.84973100000002,"0.60846656999999993e2"],["-0.69851395000000025e2","0.60849716000000001e2"],["-0.69858886999999982e2","0.60851936000000023e2"],["-0.69869445999999925e2","0.60850829999999974e2"],["-0.69883620999999948e2","0.60845268000000033e2"],["-0.69894729999999925e2","0.60855552999999929e2"],["-0.69833327999999995e2","0.60889992000000007e2"],["-0.69826110999999969e2","0.60893326000000002e2"],["-0.69778885000000002e2",60.91137700000013],["-0.69756957999999941e2","0.60918884000000105e2"],["-0.69750838999999928e2","0.60919715999999994e2"],["-0.69741104000000007e2",60.9180530000001],["-0.69738051999999925e2","0.60915543000000071e2"],["-0.69743332000000009e2","0.60906936999999971e2"],[-69.75140399999998,"0.60898879999999963e2"],["-0.69750564999999995e2","0.60894440000000145e2"],[-69.74610899999999,"0.60884720000000073e2"],["-0.69740554999999972e2","0.60881377999999927e2"],[-69.71055599999994,"0.60873878000000047e2"],["-0.69688599000000011e2","0.60871658000000025e2"],["-0.69677215999999987e2","0.60871101000000124e2"],["-0.69658614999999998e2","0.60876938000000109e2"],["-0.69649993999999879e2",60.8836060000001],["-0.69645843999999954e2","0.60893051000000128e2"],["-0.69643889999999942e2","0.60903320000000008e2"],["-0.69649169999999913e2","0.60913879000000065e2"],["-0.69655563000000029e2",60.9222180000001],["-0.69671660999999915e2","0.60934433000000013e2"],["-0.69680831999999953e2","0.60943047000000035e2"],["-0.69688599000000011e2","0.60951660000000004e2"],["-0.69689437999999882e2","0.60956100000000049e2"],["-0.69689712999999983e2",60.96166199999999],["-0.69680557000000022e2","0.61014159999999947e2"],["-0.69679442999999935e2","0.61019440000000031e2"],["-0.69676665999999955e2","0.61025551000000121e2"],["-0.69656661999999926e2","0.61053604000000064e2"],["-0.69653884999999946e2","0.61056938000000059e2"],["-0.69613051999999925e2","0.61079163000000051e2"],["-0.69599990999999989e2","0.61081940000000145e2"],["-0.69554168999999945e2","0.61080550999999957e2"],["-0.69528609999999958e2","0.61076385000000073e2"],["-0.69519729999999925e2","0.61073326000000122e2"],["-0.69514450000000011e2","0.61069442999999978e2"],["-0.69511397999999929e2",61.06610100000006],["-0.69508347000000015e2","0.61060822000000087e2"],["-0.69492767000000015e2","0.61031937000000028e2"],["-0.69468886999999995e2","0.60994995000000017e2"],["-0.69465285999999935e2","0.60990273000000116e2"],["-0.69453613000000018e2","0.60974991000000045e2"],["-0.69368057000000022e2","0.60903046000000074e2"],["-0.69368606999999997e2",60.811104],["-0.69371933000000013e2",60.80443600000001],["-0.69380554000000018e2","0.60794716000000108e2"],["-0.69386672999999973e2","0.60790550000000053e2"],["-0.69404448999999943e2","0.60783332999999914e2"],["-0.69421386999999925e2","0.60778046000000018e2"],["-0.69438598999999954e2","0.60774994000000049e2"],["-0.69496657999999968e2","0.60764442000000088e2"],["-0.69533065999999963e2","0.60757217000000026e2"],["-0.69591675000000009e2","0.60739158999999972e2"],["-0.69615829000000019e2","0.60730270000000075e2"],["-0.69708618000000001e2","0.60686935000000119e2"],["-0.69716109999999958e2","0.60682770000000119e2"],[-69.71055599999994,"0.60675270000000069e2"],["-0.69705001999999979e2","0.60671936000000073e2"],["-0.69695830999999998e2","0.60663879000000065e2"],["-0.69656386999999995e2","0.60595543000000077e2"],["-0.69654174999999952e2","0.60584991000000116e2"],["-0.69654174999999952e2","0.60581383000000017e2"],["-0.69656951999999933e2","0.60574715000000026e2"],[-69.6875,"0.60551383999999985e2"],["-0.69693603999999937e2",60.54694400000011],["-0.69702224999999885e2","0.60544440999999949e2"],["-0.69748610999999983e2","0.60539719000000048e2"],["-0.69797774999999945e2",60.53443900000002],["-0.69813888999999904e2","0.60530548000000124e2"],["-0.69822234999999978e2",60.52777100000003],["-0.69826110999999969e2","0.60525551000000007e2"],["-0.69824448000000018e2","0.60522490999999945e2"],["-0.69787506000000008e2","0.60480545000000006e2"],[-69.78443900000002,"0.60478043000000071e2"],["-0.69778335999999967e2","0.60475266000000033e2"],["-0.69762222000000008e2","0.60470268000000033e2"],[-69.74888599999997,"0.60461662000000103e2"],["-0.69721664000000033e2","0.60368881000000044e2"],["-0.69722504000000015e2","0.60364158999999972e2"],["-0.69727782999999988e2",60.35193600000008],["-0.69744445999999982e2","0.60340546000000018e2"],["-0.69751953000000015e2","0.60336380000000133e2"],["-0.69756667999999934e2","0.60331940000000145e2"],["-0.69764724999999999e2","0.60323607999999979e2"],["-0.69766952999999944e2","0.60318328999999949e2"],["-0.69768065999999862e2","0.60312210000000107e2"],["-0.69764724999999999e2","0.60307495000000074e2"],["-0.69758895999999993e2","0.60304710000000057e2"],["-0.69696380999999974e2","0.60278877000000136e2"],["-0.69606383999999991e2","0.60232765000000029e2"],["-0.69605269999999905e2",60.2227630000001],["-0.69605835000000013e2","0.60218596999999988e2"],["-0.69610001000000011e2","0.60208327999999995e2"],["-0.69614166000000012e2","0.60202492000000063e2"],["-0.69636977999999999e2","0.60179047000000025e2"],["-0.69601943999999946e2","0.60183052000000089e2"],["-0.69594161999999983e2","0.60180824000000143e2"],["-0.69593886999999995e2","0.60175827000000027e2"],["-0.69603606999999954e2",60.10305000000011],["-0.69624709999999993e2","0.60067497000000117e2"],["-0.69636948000000018e2","0.60065268999999944e2"],["-0.69706664999999987e2","0.60057495000000131e2"],["-0.69837218999999948e2","0.60019713999999965e2"],["-0.69892226999999934e2",59.99971800000003],["-0.70217223999999931e2","0.60007216999999969e2"],["-0.70296393999999907e2","0.60011196000000041e2"],["-0.70336120999999935e2","0.60004440000000102e2"],["-0.70488051999999868e2","0.59993607000000111e2"],["-0.70505004999999926e2","0.59992493000000138e2"],[-70.53472899999997,"0.59991936000000067e2"],["-0.70556945999999925e2","0.59992767000000072e2"],["-0.70579726999999934e2","0.59994712999999933e2"],["-0.70593062999999972e2","0.59996658000000139e2"],["-0.70770844000000011e2","0.60028046000000131e2"],["-0.70945830999999941e2","0.60063048999999978e2"],["-0.70900283999999999e2","0.60040276000000063e2"],["-0.70631103999999993e2","0.59985824999999977e2"],["-0.70610549999999932e2","0.59980820000000108e2"],["-0.70585007000000019e2","0.59971931000000041e2"],["-0.70566955999999948e2","0.59968597000000045e2"],["-0.70507232999999985e2",59.96665999999999],["-0.70475829999999974e2","0.59968323000000112e2"],[-70.33805799999999,"0.59976379000000009e2"],["-0.70236938000000009e2","0.59986938000000066e2"],["-0.70227218999999934e2","0.59986655999999982e2"],["-0.70218613000000005e2","0.59984160999999972e2"],["-0.70197495000000004e2","0.59974158999999986e2"],["-0.70164718999999991e2","0.59962494000000106e2"],["-0.70112503000000004e2","0.59949715000000026e2"],["-0.70086120999999991e2","0.59946381000000088e2"],[-70.06138599999997,59.94499200000007],["-0.70049987999999871e2","0.59945267000000058e2"],["-0.70030837999999903e2","0.59948043999999982e2"],["-0.69947768999999994e2","0.59958885000000123e2"],["-0.69758895999999993e2",59.96776600000004],["-0.69726944000000003e2","0.59963608000000079e2"],["-0.69718886999999938e2","0.59959717000000012e2"],["-0.69600554999999872e2","0.59833054000000004e2"],["-0.69605559999999912e2","0.59777214000000129e2"],["-0.69610001000000011e2","0.59728600000000142e2"],["-0.69540833000000021e2","0.59671104000000014e2"],["-0.69604995999999971e2","0.59588325999999995e2"],[-69.61332699999997,"0.59588325999999995e2"],[-69.62777699999998,"0.59583878000000027e2"],["-0.69658889999999985e2","0.59572495000000004e2"],["-0.69679442999999935e2","0.59563605999999936e2"],["-0.69698043999999982e2","0.59553047000000106e2"],["-0.69718613000000005e2","0.59537773000000016e2"],["-0.69729720999999927e2",59.52777100000003],["-0.69748336999999935e2",59.50999500000006],["-0.69759445000000028e2","0.59493880999999988e2"],["-0.69761123999999938e2","0.59484161000000086e2"],["-0.69759445000000028e2","0.59481102000000078e2"],["-0.69756393000000003e2","0.59478600000000029e2"],["-0.69728333000000021e2","0.59479713000000118e2"],["-0.69703888000000006e2","0.59481934000000024e2"],["-0.69698607999999922e2","0.59481377000000123e2"],["-0.69697495000000004e2","0.59480545000000006e2"],["-0.69669448999999929e2","0.59455551000000014e2"],["-0.69665832999999964e2","0.59451659999999947e2"],["-0.69649445000000014e2","0.59428879000000109e2"],["-0.69645279000000016e2","0.59419159000000036e2"],["-0.69631667999999877e2","0.59377769000000058e2"],["-0.69631377999999927e2","0.59374992000000134e2"],["-0.69639998999999875e2","0.59361107000000061e2"],["-0.69646392999999989e2","0.59358887000000038e2"],["-0.69677779999999927e2","0.59356941000000006e2"],["-0.69736664000000019e2","0.59345267999999976e2"],["-0.69744155999999975e2","0.59343322999999998e2"],[-69.75778200000002,"0.59330826000000002e2"],["-0.69758347000000015e2","0.59320273999999984e2"],[-69.75111400000003,"0.59311104000000114e2"],["-0.69746947999999861e2","0.59307770000000119e2"],["-0.69738601999999958e2","0.59305266999999958e2"],["-0.69645003999999915e2",59.29833200000013],["-0.69631103999999993e2","0.59298881999999992e2"],["-0.69626663000000008e2",59.29972100000009],["-0.69616393999999957e2","0.59304436000000123e2"],["-0.69550277999999992e2","0.59329720000000123e2"],["-0.69445830999999998e2",59.35443900000007],[-69.43582200000003,59.3555530000001],["-0.69412506000000008e2","0.59354995999999971e2"],["-0.69259445000000028e2","0.59326660000000061e2"],["-0.69249724999999955e2","0.59323607999999979e2"],["-0.69238327000000027e2","0.59259720000000129e2"],["-0.69235001000000011e2",59.23943300000002],["-0.69234725999999966e2","0.59233879000000059e2"],["-0.69238051999999925e2","0.59229431000000091e2"],["-0.69244445999999982e2","0.59224433999999974e2"],["-0.69285827999999924e2","0.59208327999999995e2"],["-0.69366394000000014e2","0.59190826000000129e2"],[-69.37388599999997,"0.59189430000000073e2"],["-0.69404998999999975e2","0.59190269000000058e2"],["-0.69419158999999979e2","0.59192490000000134e2"],["-0.69420272999999952e2","0.59196098000000063e2"],["-0.69417496000000028e2","0.59202217000000076e2"],["-0.69414443999999946e2","0.59212494000000049e2"],["-0.69416655999999989e2","0.59219711000000018e2"],["-0.69420837000000006e2","0.59223045000000013e2"],["-0.69429717999999923e2","0.59224709000000018e2"],["-0.69439437999999996e2","0.59224433999999974e2"],["-0.69448607999999979e2",59.2227630000001],["-0.69470276000000013e2","0.59213882000000012e2"],["-0.69512222000000008e2","0.59192764000000068e2"],["-0.69530562999999972e2",59.18221299999999],["-0.69537505999999894e2","0.59172493000000088e2"],["-0.69540282999999988e2","0.59166381999999999e2"],["-0.69541107000000011e2","0.59161659000000043e2"],["-0.69537215999999944e2","0.59123047000000042e2"],["-0.69533065999999963e2","0.59110825000000034e2"],["-0.69527785999999992e2","0.59106658999999979e2"],[-69.52055399999989,"0.59104439000000127e2"],["-0.69511397999999929e2","0.59103324999999984e2"],["-0.69505568999999923e2","0.59104163999999969e2"],[-69.49499499999996,"0.59109993000000145e2"],["-0.69484436000000017e2","0.59121375999999998e2"],["-0.69474716000000001e2","0.59128043999999932e2"],[-69.46305799999999,59.12943300000012],["-0.69453887999999949e2","0.59128326000000015e2"],["-0.69384170999999981e2","0.59118880999999931e2"],["-0.69367492999999911e2","0.59116386000000091e2"],["-0.69359725999999966e2","0.59112770000000069e2"],["-0.69349166999999909e2","0.59104996000000028e2"],["-0.69345276000000013e2","0.59095543000000021e2"],["-0.69344161999999983e2","0.59091103000000032e2"],["-0.69352782999999988e2","0.59080826000000059e2"],["-0.69431945999999982e2","0.59025269000000094e2"],["-0.69466110000000015e2","0.59044159000000036e2"],["-0.69493331999999953e2","0.59037498000000085e2"],["-0.69475280999999939e2","0.58971931000000041e2"],["-0.69457503999999915e2","0.58915824999999984e2"],["-0.69454726999999991e2",58.90638000000007],["-0.69453887999999949e2","0.58895828000000108e2"],["-0.69454177999999956e2","0.58892220000000009e2"],["-0.69456389999999999e2","0.58884163000000001e2"],["-0.69460006999999962e2","0.58878876000000105e2"],["-0.69547500999999897e2","0.58808043999999995e2"],["-0.69557495000000017e2",58.80360399999995],["-0.69587783999999942e2","0.58796660999999972e2"],["-0.69611114999999984e2","0.58792220999999984e2"],["-0.69656386999999995e2","0.58787773000000016e2"],["-0.69670836999999949e2","0.58792220999999984e2"],["-0.69680831999999953e2","0.58800269999999955e2"],["-0.69711944999999957e2","0.58848877000000073e2"],["-0.69714721999999938e2",58.85833000000008],["-0.69716109999999958e2","0.58864715999999987e2"],["-0.69702788999999996e2","0.58876381000000094e2"],["-0.69672226000000023e2",58.89138000000014],["-0.69668610000000001e2","0.58899437000000091e2"],["-0.69668334999999956e2","0.58902771000000087e2"],["-0.69668334999999956e2",58.92582700000014],["-0.69671660999999915e2","0.58930550000000096e2"],["-0.69709441999999967e2","0.58972762999999986e2"],["-0.69848342999999943e2","0.59047217999999987e2"],["-0.69865279999999927e2","0.59052773000000059e2"],["-0.69869155999999919e2","0.59053046999999992e2"],["-0.69872771999999998e2","0.59050827000000027e2"],[-69.87388599999997,"0.59041107000000125e2"],["-0.69874160999999958e2","0.59034163999999919e2"],[-69.87388599999997,59.02915999999999],["-0.69865554999999972e2","0.58977768000000026e2"],["-0.69832779000000016e2","0.58951660000000061e2"],["-0.69815826000000015e2",58.82388300000008],["-0.69972777999999892e2","0.58808601000000067e2"],["-0.70153610000000015e2","0.58777488999999946e2"],["-0.70158889999999985e2","0.58761107999999979e2"],["-0.70049728000000016e2","0.58743606999999997e2"],["-0.69974716000000001e2","0.58755554000000132e2"],["-0.69931106999999997e2","0.58733047000000056e2"],["-0.69910552999999936e2",58.68804200000011],["-0.69864440999999999e2","0.58617493000000138e2"],["-0.69861663999999962e2","0.58614998000000128e2"],["-0.69818892999999946e2","0.58588599999999985e2"],["-0.69813048999999921e2","0.58589157000000057e2"],["-0.69799437999999952e2",58.59887700000013],["-0.69793335000000013e2","0.58603881999999999e2"],["-0.69724441999999954e2","0.58668883999999991e2"],[-69.625,"0.58743881000000101e2"],["-0.69608046999999999e2","0.58754714999999976e2"],["-0.69581680000000006e2","0.58765831000000105e2"],["-0.69570847000000015e2","0.58769440000000145e2"],["-0.69544723999999974e2","0.58773323000000062e2"],["-0.69507507000000032e2","0.58774712000000079e2"],["-0.69498885999999857e2","0.58778602999999919e2"],["-0.69445540999999878e2","0.58808327000000133e2"],["-0.69418883999999878e2","0.58825553999999954e2"],["-0.69411666999999966e2","0.58830276000000026e2"],["-0.69410277999999948e2",58.83998900000006],["-0.69405838000000017e2","0.58850273000000129e2"],["-0.69394729999999925e2","0.58856659000000036e2"],["-0.69381942999999922e2","0.58861381999999992e2"],["-0.69348891999999978e2","0.58871658000000082e2"],["-0.69279175000000009e2","0.58888046000000145e2"],["-0.69153884999999946e2","0.58899993999999992e2"],["-0.69129989999999964e2","0.58901657000000114e2"],[-69.098343,"0.58899162000000103e2"],["-0.69031676999999888e2","0.58893326000000002e2"],[-68.99221799999998,"0.58883880999999974e2"],["-0.68841675000000009e2","0.58891106000000036e2"],["-0.68756957999999997e2","0.58912490999999989e2"],["-0.68656386999999938e2","0.58900269000000037e2"],["-0.68637512000000015e2","0.58896659999999997e2"],["-0.68601668999999958e2","0.58885826000000122e2"],["-0.68396392999999989e2","0.58816101000000117e2"],["-0.68390686000000017e2","0.58811707000000013e2"],["-0.68360549999999932e2","0.58781936999999914e2"],["-0.68355835000000013e2","0.58774437000000034e2"],["-0.68357772999999952e2","0.58764717000000132e2"],["-0.68360275000000001e2","0.58759437999999989e2"],["-0.68366393999999957e2","0.58687492000000077e2"],[-68.34584000000001,"0.58626937999999996e2"],["-0.68323059000000001e2",58.58526599999999],["-0.68290832999999907e2","0.58541107000000011e2"],["-0.68216659999999933e2","0.58490829000000076e2"],["-0.68209732000000031e2","0.58462494000000049e2"],["-0.68204726999999991e2","0.58453323000000069e2"],["-0.68203063999999983e2","0.58441658000000018e2"],["-0.68204178000000013e2","0.58436935000000062e2"],["-0.68226943999999946e2","0.58376380999999981e2"],["-0.68244720000000029e2",58.33776899999998],["-0.68256667999999991e2","0.58323607999999979e2"],["-0.68285827999999924e2","0.58294998000000135e2"],["-0.68289992999999924e2",58.28916200000009],["-0.68309157999999911e2","0.58253326000000072e2"],["-0.68322509999999966e2",58.22693600000008],[-68.34584000000001,"0.58169991000000039e2"],["-0.68348052999999936e2","0.58159714000000065e2"],["-0.68347777999999948e2",58.15387700000008],["-0.68344161999999983e2","0.58141663000000051e2"],["-0.68341385000000002e2","0.58133331000000055e2"],["-0.68344161999999983e2","0.58127487000000087e2"],["-0.68350554999999929e2",58.12193300000007],[-68.46665999999999,"0.58045546999999942e2"],["-0.68477218999999934e2","0.58039992999999981e2"],["-0.68503615999999909e2","0.58031380000000013e2"],["-0.68528609999999958e2","0.58029434000000094e2"],["-0.68729889000000014e2",57.99971800000003],["-0.68874161000000015e2","0.57969154000000003e2"],["-0.69127212999999983e2","0.57899436999999921e2"],["-0.69135009999999909e2","0.57896942000000081e2"],["-0.69181380999999988e2","0.57878044000000045e2"],["-0.69202498999999989e2","0.57868599000000131e2"],["-0.69221389999999928e2","0.57858886999999982e2"],["-0.69262511999999958e2","0.57833603000000039e2"],["-0.69357773000000009e2","0.57774162000000047e2"],["-0.69369048999999961e2","0.57765251000000092e2"],["-0.69363892000000021e2","0.57765830999999935e2"],["-0.69339721999999938e2","0.57773323000000062e2"],["-0.69304992999999968e2","0.57786659000000043e2"],["-0.69298339999999996e2","0.57789436000000137e2"],["-0.69210280999999952e2","0.57829437000000098e2"],["-0.69190825999999959e2","0.57840546000000018e2"],["-0.69172775000000001e2","0.57851661999999976e2"],["-0.69111937999999896e2","0.57885825999999952e2"],["-0.68965285999999878e2","0.57933875999999998e2"],["-0.68904175000000009e2","0.57949715000000083e2"],["-0.68695723999999984e2","0.57987713000000099e2"],["-0.68678894000000014e2","0.57989716000000101e2"],["-0.68667388999999957e2","0.57990383000000008e2"],["-0.68634720000000016e2","0.57988879999999995e2"],[-68.62239099999988,"0.57989379999999983e2"],["-0.68545272999999952e2","0.58000549000000035e2"],["-0.68495833999999945e2","0.58013328999999999e2"],["-0.68416945999999939e2","0.58034439000000134e2"],["-0.68404175000000009e2","0.58039719000000048e2"],[-68.31361400000003,"0.58103049999999996e2"],["-0.68308883999999978e2","0.58108047000000113e2"],["-0.68304992999999911e2","0.58113884000000041e2"],["-0.68302490000000034e2","0.58119155999999975e2"],["-0.68299987999999928e2","0.58127487000000087e2"],["-0.68300277999999878e2","0.58132492000000127e2"],[-68.30471799999998,"0.58146384999999952e2"],["-0.68305557000000022e2","0.58149993999999992e2"],["-0.68307220000000029e2","0.58164436000000137e2"],["-0.68306106999999997e2","0.58181106999999997e2"],["-0.68305267000000015e2","0.58186104000000057e2"],["-0.68301102000000014e2","0.58198043999999982e2"],["-0.68295273000000009e2","0.58209991000000116e2"],["-0.68284164000000033e2","0.58219986000000063e2"],["-0.68230835000000013e2",58.26888300000013],[-68.18582200000003,"0.58360549999999989e2"],["-0.68168335000000013e2","0.58414711000000125e2"],["-0.68166655999999989e2","0.58424438000000066e2"],["-0.68166945999999996e2","0.58435822000000144e2"],["-0.68169998000000021e2","0.58446655000000135e2"],["-0.68172775000000001e2","0.58454993999999999e2"],["-0.68178054999999972e2","0.58469711000000132e2"],["-0.68178329000000019e2","0.58480270000000019e2"],["-0.68171386999999925e2","0.58489990000000091e2"],["-0.68139175000000023e2","0.58521103000000096e2"],["-0.68135009999999852e2","0.58524162000000047e2"],["-0.68013061999999991e2","0.58573607999999922e2"],["-0.68003341999999975e2","0.58576385000000016e2"],["-0.67983321999999987e2","0.58573051000000021e2"],["-0.67969161999999983e2","0.58565826000000015e2"],["-0.67959166999999979e2","0.58558044000000052e2"],["-0.67896118000000001e2","0.58500548999999978e2"],["-0.67893889999999999e2","0.58496658000000082e2"],["-0.67892226999999991e2","0.58491379000000109e2"],["-0.67891953000000001e2","0.58483604000000014e2"],["-0.67895003999999915e2","0.58476936000000023e2"],["-0.67901108000000022e2","0.58467209000000082e2"],[-67.908051,"0.58458046000000081e2"],["-0.67914444000000003e2","0.58453323000000069e2"],["-0.67919448999999929e2","0.58445540999999935e2"],["-0.67920837000000006e2","0.58439430000000073e2"],["-0.67924163999999962e2",58.41276600000009],[-67.92332499999992,"0.58403046000000018e2"],["-0.67908339999999953e2","0.58360825000000034e2"],["-0.67906113000000005e2","0.58356941000000006e2"],["-0.67903610000000015e2","0.58353607000000011e2"],["-0.67893340999999964e2","0.58346656999999993e2"],["-0.67868056999999965e2","0.58332214000000079e2"],["-0.67864166000000012e2","0.58328880000000083e2"],["-0.67857498000000021e2","0.58320273999999984e2"],["-0.67894500999999934e2","0.58287163000000078e2"],["-0.67896659999999883e2","0.58281158000000062e2"],[-67.90449499999994,58.26766200000003],["-0.67913329999999917e2",58.25616100000002],["-0.67919341999999972e2","0.58250159999999994e2"],["-0.67926330999999948e2","0.58245491000000015e2"],["-0.67934829999999977e2","0.58241161000000034e2"],["-0.67946999000000005e2","0.58235992000000124e2"],["-0.67974990999999989e2","0.58220993000000021e2"],["-0.68047501000000011e2","0.58170547000000056e2"],["-0.68065826000000015e2","0.58159431000000097e2"],["-0.68095839999999953e2","0.58138602999999989e2"],["-0.68101105000000018e2","0.58133049000000028e2"],["-0.68127486999999917e2","0.58084717000000126e2"],["-0.68129989999999964e2",58.07888000000014],["-0.68128325999999959e2","0.58073608000000036e2"],["-0.68125548999999978e2","0.58071105999999986e2"],["-0.68115828999999962e2","0.58071938000000046e2"],["-0.68101105000000018e2","0.58077773999999977e2"],["-0.68006667999999934e2","0.58131935000000055e2"],["-0.67991668999999945e2","0.58146103000000096e2"],["-0.67978333000000021e2","0.58163605000000132e2"],["-0.67876944999999978e2","0.58243050000000039e2"],["-0.67801392000000021e2","0.58296661000000086e2"],["-0.67815551999999968e2","0.58308883999999978e2"],["-0.67823897999999872e2","0.58317215000000033e2"],["-0.67829178000000013e2","0.58326385000000073e2"],["-0.67830565999999919e2","0.58331383000000073e2"],["-0.67828888000000006e2","0.58349716000000114e2"],["-0.67819732999999871e2","0.58393608000000029e2"],["-0.67817229999999995e2",58.40526600000004],["-0.67813323999999909e2","0.58416100000000085e2"],["-0.67787505999999951e2","0.58464439000000027e2"],["-0.67783066000000019e2","0.58468048000000067e2"],["-0.67775008999999898e2","0.58471099999999979e2"],["-0.67764450000000011e2","0.58470543000000077e2"],["-0.67723891999999978e2","0.58458885000000066e2"],["-0.67669448999999986e2","0.58431938000000116e2"],["-0.67667496000000028e2","0.58427489999999977e2"],["-0.67669998000000021e2",58.42193599999996],["-0.67679992999999968e2",58.41276600000009],["-0.67691939999999988e2","0.58404433999999924e2"],["-0.67696945000000028e2","0.58399437000000034e2"],["-0.67704726999999991e2","0.58389160000000061e2"],["-0.67737212999999997e2","0.58326942000000145e2"],["-0.67738892000000021e2","0.58320831000000112e2"],["-0.67737212999999997e2","0.58315543999999989e2"],["-0.67732497999999964e2","0.58311661000000015e2"],["-0.67698043999999925e2","0.58284995999999978e2"],["-0.67660827999999981e2","0.58264442000000031e2"],["-0.67646117999999944e2","0.58253326000000072e2"],["-0.67642775999999913e2",58.248604],["-0.67652495999999985e2","0.58214714000000129e2"],["-0.67654175000000009e2","0.58210548000000017e2"],["-0.67728607000000011e2","0.57976654000000053e2"],["-0.67713897999999858e2","0.57923050000000046e2"],["-0.67710281000000009e2",57.97554800000006],["-0.67708343999999954e2","0.57982491000000039e2"],["-0.67659438999999963e2","0.58110275000000058e2"],["-0.67653609999999958e2","0.58122765000000015e2"],[-67.64527899999996,"0.58134437999999989e2"],[-67.591949,"0.58200828999999999e2"],["-0.67578339000000028e2",58.21527100000003],["-0.67566100999999946e2","0.58223602000000085e2"],["-0.67481383999999935e2","0.58273880000000077e2"],[-67.46665999999999,"0.58279716000000121e2"],["-0.67332779000000016e2",58.31610100000006],[-67.17222599999991,"0.58376380999999981e2"],["-0.67168609999999944e2","0.58378044000000102e2"],[-67.15194699999995,"0.58376656000000025e2"],["-0.67137512000000015e2","0.58373046999999985e2"],["-0.67116652999999985e2","0.58363327000000083e2"],["-0.67106948999999986e2",58.3555530000001],["-0.67095550999999944e2","0.58348877000000016e2"],[-67.09056099999998,58.35054800000006],["-0.66995834000000002e2","0.58439430000000073e2"],["-0.66991669000000002e2","0.58445267000000001e2"],["-0.66989989999999977e2",58.45138500000013],["-0.66986664000000019e2","0.58458046000000081e2"],["-0.66978881999999999e2","0.58468323000000055e2"],["-0.66951401000000033e2","0.58498603999999943e2"],["-0.66944153000000028e2","0.58501937999999939e2"],["-0.66928054999999972e2","0.58501663000000121e2"],["-0.66887221999999952e2","0.58485550000000103e2"],["-0.66876937999999939e2","0.58479156000000046e2"],["-0.66875548999999864e2","0.58473877000000073e2"],["-0.66878052000000025e2","0.58468596999999988e2"],["-0.66801101999999958e2","0.58473602000000028e2"],["-0.66629714999999976e2",58.50360900000004],["-0.66651671999999962e2","0.58542770000000132e2"],["-0.66551940999999999e2",58.71138000000002],["-0.66469727000000034e2",58.81638300000003],["-0.66465012000000002e2","0.58819992000000013e2"],["-0.66388610999999969e2","0.58850548000000117e2"],["-0.66366652999999928e2","0.58848044999999956e2"],["-0.66357773000000009e2","0.58846099999999979e2"],["-0.66349990999999932e2","0.58843048000000067e2"],["-0.66350280999999939e2","0.58837212000000022e2"],["-0.66348891999999978e2","0.58831940000000088e2"],["-0.66344161999999926e2","0.58827773999999977e2"],[-66.11471599999993,"0.58699714999999969e2"],["-0.66106110000000001e2","0.58684989999999971e2"],["-0.66077224999999999e2","0.58654434000000094e2"],["-0.66072234999999921e2","0.58650825999999995e2"],["-0.66067779999999914e2","0.58648880000000077e2"],["-0.66054168999999945e2","0.58646102999999982e2"],["-0.65945540999999935e2","0.58616936000000067e2"],["-0.65938888999999961e2","0.58613883999999928e2"],[-65.93582200000003,"0.58609718000000044e2"],[-65.93582200000003,"0.58604713000000004e2"],["-0.65938598999999954e2","0.58594437000000084e2"],["-0.65941939999999988e2","0.58582770999999923e2"],["-0.66021941999999967e2","0.58486938000000009e2"],[-66.08944699999995,"0.58365273000000002e2"],["-0.66091385000000002e2","0.58358887000000095e2"],["-0.66091385000000002e2","0.58354164000000083e2"],["-0.66073059000000001e2","0.58327217000000019e2"],["-0.66065552000000025e2","0.58320273999999984e2"],["-0.66058883999999978e2","0.58320273999999984e2"],["-0.66052779999999927e2",58.34693900000002],["-0.66051392000000021e2","0.58352493000000038e2"],["-0.66045546999999942e2","0.58363052000000096e2"],["-0.66041671999999949e2","0.58368050000000096e2"],["-0.66030562999999972e2","0.58376380999999981e2"],[-66.02305599999994,"0.58379714999999976e2"],["-0.66015014999999948e2","0.58381934999999999e2"],["-0.65988051999999982e2","0.58384437999999989e2"],["-0.65979172000000005e2","0.58386107999999922e2"],["-0.65972777999999948e2","0.58388046000000088e2"],["-0.65965012000000002e2","0.58391936999999928e2"],["-0.65960280999999895e2","0.58396103000000039e2"],["-0.65920272999999952e2",58.44582400000013],["-0.65920837000000006e2","0.58449432000000002e2"],["-0.65926666000000012e2","0.58456099999999992e2"],["-0.65932219999999973e2","0.58458885000000066e2"],[-65.94027699999998,"0.58461661999999933e2"],[-65.96166999999997,"0.58464714000000072e2"],["-0.65980559999999912e2","0.58470268000000033e2"],["-0.65982497999999964e2",58.4741590000001],["-0.65981948999999929e2","0.58480545000000006e2"],["-0.65980559999999912e2","0.58483047000000113e2"],["-0.65887512000000015e2","0.58577774000000034e2"],["-0.65884170999999981e2","0.58580826000000116e2"],["-0.65876937999999882e2","0.58581940000000088e2"],["-0.65879989999999964e2",58.62721300000004],["-0.65945540999999935e2","0.58665267999999969e2"],["-0.66032226999999978e2","0.58710548000000074e2"],["-0.66101394999999968e2","0.58771103000000039e2"],["-0.66103881999999999e2","0.58773604999999918e2"],["-0.66081954999999994e2",58.80971500000004],["-0.66037215999999944e2",58.85166200000009],["-0.65990111999999954e2","0.58852661000000012e2"],["-0.65984954999999957e2","0.58851494000000059e2"],["-0.65952277999999865e2","0.58836822999999981e2"],["-0.65845839999999953e2","0.58826660000000004e2"],["-0.65839721999999995e2","0.58827217000000076e2"],["-0.65797501000000011e2","0.58847488000000055e2"],["-0.65792770000000019e2","0.58853325000000041e2"],["-0.65790282999999988e2","0.58857773000000009e2"],["-0.65789443999999946e2","0.58861938000000009e2"],["-0.65791381999999999e2","0.58865829000000076e2"],["-0.65794998000000021e2",58.86693600000001],[-65.80610699999994,"0.58866660999999965e2"],["-0.65833327999999995e2","0.58864715999999987e2"],["-0.65861938000000009e2","0.58863327000000027e2"],["-0.65880279999999914e2","0.58864440999999999e2"],["-0.65940445000000011e2","0.58879105000000038e2"],["-0.65952606000000003e2",58.88126799999992],["-0.65958115000000021e2","0.58882935000000032e2"],["-0.65964775000000031e2","0.58887440000000083e2"],["-0.65968276999999887e2","0.58893440000000055e2"],["-0.65988602000000014e2","0.58903603000000032e2"],["-0.65885559000000001e2","0.59001938000000052e2"],["-0.65777495999999985e2","0.59029990999999995e2"],["-0.65695266999999888e2","0.59043610000000058e2"],["-0.65673049999999989e2","0.59046104000000014e2"],["-0.65660278000000005e2","0.59044159000000036e2"],["-0.65654174999999952e2","0.59042496000000085e2"],["-0.65634673999999904e2","0.59033217999999977e2"],["-0.65632492000000013e2","0.59031216000000086e2"],["-0.65614166000000012e2","0.59019440000000088e2"],["-0.65565001999999936e2","0.58993607000000111e2"],["-0.65514450000000011e2","0.58984718000000044e2"],[-65.5,"0.58983330000000137e2"],[-65.49499499999996,"0.58984718000000044e2"],["-0.65493332000000009e2","0.58987495000000138e2"],[-65.49499499999996,"0.58991936000000067e2"],["-0.65509444999999971e2","0.59008330999999998e2"],["-0.65516402999999968e2","0.59010826000000009e2"],["-0.65533614999999998e2","0.59014717000000076e2"],["-0.65543059999999969e2","0.59015549000000021e2"],["-0.65553054999999972e2","0.59017493999999999e2"],[-65.56082200000003,"0.59020827999999995e2"],["-0.65571388000000013e2","0.59039108000000112e2"],["-0.65572891000000027e2","0.59044106000000113e2"],["-0.65570221000000004e2","0.59045772999999997e2"],["-0.65568054000000018e2","0.59046776000000023e2"],["-0.65532776000000013e2","0.59063881000000094e2"],["-0.65518616000000009e2","0.59066666000000112e2"],["-0.65510284000000013e2","0.59066940000000045e2"],["-0.65506392999999946e2","0.59066382999999973e2"],["-0.65492492999999968e2","0.59061378000000104e2"],["-0.65454726999999991e2","0.59042221000000097e2"],["-0.65340285999999992e2",59.03833000000003],["-0.65330565999999976e2","0.59038048000000117e2"],["-0.65324721999999952e2","0.59038887000000102e2"],["-0.65317504999999983e2","0.59041382000000112e2"],["-0.65319732999999985e2","0.59047217999999987e2"],["-0.65333618000000001e2","0.59059990000000028e2"],["-0.65344726999999978e2","0.59064712999999983e2"],["-0.65354171999999949e2","0.59067497000000117e2"],["-0.65533553999999924e2","0.59077663000000143e2"],[-65.53687999999994,"0.59074665000000095e2"],["-0.65546721999999988e2","0.59071831000000088e2"],["-0.65564383999999961e2","0.59070163999999977e2"],["-0.65577056999999968e2","0.59069996000000117e2"],[-65.58406100000002,"0.59070999000000143e2"],["-0.65586563000000012e2","0.59072159000000056e2"],["-0.65651947000000007e2","0.59079163000000108e2"],["-0.65715011999999945e2","0.59148331000000042e2"],["-0.65718062999999972e2","0.59153046000000074e2"],["-0.65740829000000019e2","0.59214714000000072e2"],["-0.65742492999999911e2","0.59219437000000084e2"],["-0.65743056999999965e2","0.59228043000000014e2"],["-0.65744995000000017e2","0.59259720000000129e2"],["-0.65744719999999973e2","0.59263054000000125e2"],["-0.65743056999999965e2","0.59265830999999991e2"],["-0.65731948999999986e2","0.59269066000000009e2"],["-0.65706664999999987e2","0.59268326000000059e2"],["-0.65685271999999884e2","0.59264442000000031e2"],["-0.65676102000000014e2","0.59261108000000036e2"],["-0.65646118000000001e2","0.59244713000000104e2"],["-0.65587509000000011e2",59.20249200000012],["-0.65612503000000004e2","0.59237495000000081e2"],["-0.65614715999999873e2","0.59243607000000054e2"],["-0.65614166000000012e2","0.59246941000000049e2"],["-0.65581680000000006e2",59.37721300000004],["-0.65572509999999966e2","0.59378601000000003e2"],["-0.65570006999999976e2","0.59378326000000129e2"],["-0.65551940999999999e2","0.59372765000000072e2"],["-0.65499160999999958e2","0.59352219000000105e2"],[-65.48332199999993,"0.59345542999999964e2"],["-0.65476105000000018e2","0.59338882000000069e2"],["-0.65471114999999941e2","0.59327492000000007e2"],["-0.65453338999999971e2","0.59316939999999988e2"],["-0.65383895999999993e2","0.59281661999999983e2"],["-0.65372771999999998e2","0.59276657000000114e2"],["-0.65366652999999872e2","0.59274993999999992e2"],[-65.36111499999987,"0.59274712000000136e2"],["-0.65357223999999974e2","0.59277214000000015e2"],["-0.65356658999999922e2","0.59282768000000033e2"],["-0.65437774999999988e2","0.59393883000000017e2"],["-0.65495269999999891e2","0.59433876000000055e2"],["-0.65559433000000013e2","0.59481658999999979e2"],[-65.56138599999997,"0.59486107000000118e2"],["-0.65557495000000017e2","0.59487770000000069e2"],["-0.65549438000000009e2",59.48943300000002],["-0.65542220999999984e2","0.59489990000000091e2"],["-0.65360000999999954e2","0.59481658999999979e2"],["-0.65347778000000005e2","0.59480820000000051e2"],["-0.65260559000000001e2","0.59466385000000116e2"],[-65.19766199999998,"0.59450493000000051e2"],["-0.65195830999999998e2","0.59447659000000044e2"],["-0.65176940999999999e2","0.59440269000000001e2"],["-0.65170273000000009e2","0.59434433000000126e2"],["-0.65141953000000001e2","0.59415825000000041e2"],["-0.65126663000000008e2",59.40776800000009],["-0.65119995000000017e2",59.40526600000004],["-0.65060271999999998e2","0.59384438000000102e2"],["-0.65041381999999942e2","0.59378601000000003e2"],["-0.65017775999999969e2","0.59373046999999985e2"],["-0.65005844000000025e2","0.59371933000000013e2"],["-0.64995543999999995e2","0.59372490000000084e2"],[-64.98332199999993,"0.59376380999999981e2"],["-0.65031386999999938e2","0.59392769000000044e2"],["-0.65075835999999981e2","0.59408043000000077e2"],["-0.65111114999999984e2","0.59420546999999942e2"],["-0.65118880999999988e2","0.59423882000000049e2"],["-0.65141113000000018e2","0.59434433000000126e2"],["-0.65147231999999974e2",59.43804200000011],["-0.65151397999999972e2","0.59443046999999979e2"],["-0.65156386999999938e2","0.59451659999999947e2"],["-0.65158996999999886e2","0.59460827000000108e2"],[-65.16194200000001,"0.59466660000000104e2"],["-0.65168059999999969e2","0.59470543000000021e2"],[-65.22084000000001,59.48832700000014],["-0.65290832999999964e2","0.59506660000000011e2"],["-0.65308608999999933e2",59.50999500000006],["-0.65330001999999865e2","0.59509437999999989e2"],["-0.65388901000000033e2",59.50750000000005],["-0.65411666999999966e2","0.59509437999999989e2"],["-0.65419998000000021e2","0.59516936999999984e2"],["-0.65462783999999886e2","0.59578049000000021e2"],["-0.65494155999999975e2","0.59626937999999996e2"],["-0.65501677999999913e2",59.63888500000013],["-0.65527785999999992e2","0.59716933999999981e2"],["-0.65501952999999958e2","0.59747215000000097e2"],["-0.65433318999999983e2","0.59798049999999932e2"],["-0.65374999999999943e2","0.59828049000000135e2"],[-65.33555599999994,59.84665700000005],["-0.65333892999999932e2","0.59847214000000122e2"],["-0.65323623999999995e2","0.59845543000000077e2"],["-0.65236114999999984e2","0.59819381999999962e2"],[-65.21945199999999,"0.59814377000000093e2"],["-0.65205947999999978e2","0.59808548000000087e2"],["-0.65203444999999931e2","0.59806881000000033e2"],["-0.65198775999999953e2","0.59802879000000019e2"],["-0.65195281999999963e2","0.59797218000000044e2"],["-0.65158614999999998e2","0.59782211000000018e2"],["-0.65152785999999992e2","0.59779990999999995e2"],["-0.65136123999999995e2",59.776657],["-0.65053054999999972e2","0.59763611000000083e2"],["-0.65033065999999963e2","0.59761383000000137e2"],["-0.65006667999999991e2","0.59760277000000087e2"],["-0.64988602000000014e2","0.59761940000000038e2"],["-0.64983886999999982e2","0.59762771999999927e2"],["-0.64983063000000016e2","0.59764160000000061e2"],["-0.64989165999999955e2","0.59765831000000105e2"],["-0.65055556999999965e2","0.59778328000000101e2"],["-0.65132766999999944e2",59.79694400000011],["-0.65161391999999978e2","0.59817490000000134e2"],["-0.65199393999999927e2","0.59835659000000078e2"],["-0.65202713000000017e2","0.59837326000000019e2"],["-0.65206054999999992e2","0.59840492000000097e2"],["-0.65230835000000013e2","0.59880546999999979e2"],["-0.65231948999999986e2","0.59885826000000122e2"],["-0.65226104999999961e2","0.59888603000000046e2"],["-0.65206389999999999e2","0.59888603000000046e2"],["-0.65143340999999907e2",59.94999700000011],["-0.65126098999999954e2","0.60011108000000036e2"],["-0.65110001000000011e2","0.60043052999999986e2"],["-0.65029723999999931e2","0.60077217000000019e2"],["-0.64921111999999937e2","0.60194992000000013e2"],["-0.64834166999999979e2","0.60323051000000078e2"],["-0.64832229999999925e2","0.60328605999999979e2"],["-0.64834441999999967e2","0.60334434999999985e2"],["-0.64846389999999928e2","0.60345543000000134e2"],["-0.64858336999999949e2","0.60352492999999981e2"],["-0.64857223999999974e2","0.60359436000000017e2"],["-0.64854445999999996e2","0.60361107000000061e2"],["-0.64846114999999998e2","0.60362769999999955e2"],[-64.83555599999994,"0.60363327000000083e2"],[-64.65306099999998,60.34693900000002],["-0.64641677999999899e2","0.60344711000000018e2"],["-0.64610274999999945e2","0.60336380000000133e2"],["-0.64576674999999966e2","0.60322768999999994e2"],["-0.64533249000000012e2","0.60302498000000014e2"],["-0.64475600999999983e2","0.60281609000000003e2"],["-0.64466919000000019e2","0.60278602999999976e2"],["-0.64431090999999981e2","0.60258105999999941e2"],["-0.64432593999999995e2","0.60255608000000052e2"],[-64.43460099999993,"0.60255108000000064e2"],["-0.64446091000000024e2","0.60254771999999946e2"],["-0.64453093999999908e2","0.60256271000000027e2"],["-0.64462424999999939e2","0.60259273999999948e2"],["-0.64477591999999959e2","0.60265609999999981e2"],["-0.64477218999999991e2","0.60260551000000135e2"],["-0.64557495000000017e2","0.60281105000000082e2"],["-0.64580291999999929e2","0.60286110000000122e2"],["-0.64613051999999982e2","0.60289436000000137e2"],["-0.64643065999999976e2","0.60287498000000028e2"],["-0.64721114999999941e2","0.60261108000000036e2"],["-0.64725829999999974e2","0.60258331000000112e2"],["-0.64758056999999951e2","0.60235825000000091e2"],["-0.64759445000000028e2","0.60231102000000135e2"],["-0.64752501999999879e2","0.60228600000000029e2"],["-0.64745269999999948e2","0.60228325000000041e2"],["-0.64736937999999952e2","0.60230545000000063e2"],["-0.64685546999999985e2","0.60250832000000116e2"],["-0.64646118000000001e2","0.60265830999999991e2"],["-0.64634170999999981e2","0.60268883000000073e2"],["-0.64596389999999985e2","0.60266937000000041e2"],["-0.64574448000000018e2","0.60264999000000103e2"],["-0.64554169000000002e2","0.60262772000000041e2"],["-0.64536391999999921e2",60.2586060000001],["-0.64421676999999988e2","0.60215656000000024e2"],["-0.64419501999999966e2","0.60213661000000002e2"],["-0.64376937999999996e2","0.60160545000000013e2"],["-0.64465011999999945e2","0.60084991000000002e2"],["-0.64469161999999869e2",60.08277099999998],["-0.64476944000000003e2","0.60079720000000009e2"],["-0.64491378999999938e2","0.60074714999999912e2"],["-0.64504455999999948e2","0.60072495000000117e2"],["-0.64515015000000005e2","0.60071938000000046e2"],["-0.64654998999999918e2","0.60053604000000064e2"],[-64.80471799999998,"0.60007216999999969e2"],[-64.8125,"0.60004165999999998e2"],["-0.64823333999999988e2","0.59997772000000111e2"],["-0.64826675000000023e2","0.59994712999999933e2"],["-0.64827498999999989e2","0.59986382000000049e2"],["-0.64820007000000032e2","0.59979431000000091e2"],["-0.64811935000000005e2","0.59978325000000098e2"],["-0.64796660999999972e2","0.59980270000000075e2"],["-0.64735274999999945e2","0.60001106000000107e2"],["-0.64490828999999906e2",60.05943300000007],["-0.64410277999999948e2","0.60111107000000118e2"],["-0.64396392999999989e2","0.60121933000000013e2"],["-0.64392226999999991e2","0.60124161000000015e2"],["-0.64385833999999932e2","0.60125267000000008e2"],["-0.64379990000000021e2","0.60125267000000008e2"],[-64.37388599999997,"0.60123604000000114e2"],["-0.64367766999999958e2","0.60119713000000047e2"],["-0.64366104000000007e2","0.60117493000000024e2"],[-64.36500499999994,"0.60109993000000145e2"],["-0.64374611000000016e2","0.60033829000000082e2"],["-0.64375281999999856e2","0.60028324000000055e2"],["-0.64394729999999981e2","0.59941658000000075e2"],["-0.64396956999999929e2","0.59937767000000008e2"],["-0.64408889999999985e2","0.59932495000000074e2"],["-0.64450561999999934e2","0.59925270000000012e2"],["-0.64462218999999948e2","0.59922493000000088e2"],["-0.64491942999999992e2","0.59913605000000132e2"],["-0.64506957999999997e2","0.59907211000000075e2"],["-0.64514724999999999e2","0.59901932000000102e2"],["-0.64513901000000033e2","0.59896103000000096e2"],["-0.64506393000000003e2","0.59891936999999984e2"],["-0.64499435000000005e2","0.59891663000000051e2"],["-0.64481948999999872e2","0.59894714000000079e2"],["-0.64376098999999954e2",59.9180530000001],["-0.64367766999999958e2","0.59920273000000122e2"],["-0.64363327000000027e2","0.59922493000000088e2"],["-0.64360549999999932e2","0.59924995000000024e2"],["-0.64320281999999963e2","0.60004107999999974e2"],["-0.64322112999999945e2","0.60006439000000114e2"],["-0.64324119999999994e2","0.60011604000000091e2"],[-64.32428699999997,"0.60014107000000024e2"],["-0.64322112999999945e2","0.60024605000000008e2"],["-0.64320449999999937e2","0.60027270999999985e2"],["-0.64317443999999909e2","0.60028103000000044e2"],["-0.64265014999999948e2","0.60048050000000103e2"],["-0.64216659999999933e2","0.60039993000000095e2"],["-0.64173614999999984e2","0.60028328000000045e2"],["-0.64166945999999996e2","0.60024994000000049e2"],["-0.64160827999999981e2",60.01638800000012],["-0.64150283999999999e2","0.59985268000000076e2"],["-0.64150283999999999e2","0.59982208000000014e2"],["-0.64165833000000021e2","0.59850548000000117e2"],[-64.17721599999993,"0.59785552999999936e2"],["-0.64180831999999896e2","0.59781662000000097e2"],["-0.64193053999999961e2","0.59775825999999995e2"],["-0.64202498999999932e2",59.77416199999999],["-0.64220000999999968e2",59.77416199999999],["-0.64236664000000019e2","0.59779716000000008e2"],["-0.64244720000000029e2","0.59784996000000035e2"],[-64.25140399999998,"0.59787498000000141e2"],["-0.64257507000000032e2",59.78943600000008],["-0.64261948000000018e2","0.59789161999999976e2"],["-0.64264450000000011e2","0.59787498000000141e2"],["-0.64266662999999994e2",59.77915999999999],["-0.64261123999999995e2","0.59764717000000132e2"],["-0.64255004999999926e2","0.59756660000000124e2"],[-64.21305799999999,"0.59717766000000097e2"],["-0.64197768999999994e2","0.59705269000000101e2"],["-0.64173888999999974e2","0.59688598999999954e2"],["-0.64163894999999968e2","0.59684158000000082e2"],["-0.64151672000000019e2","0.59680824000000086e2"],["-0.64129989999999964e2","0.59676659000000086e2"],["-0.64057769999999948e2","0.59625267000000122e2"],["-0.64116942999999935e2","0.59517494000000056e2"],["-0.64047501000000011e2","0.59549721000000034e2"],["-0.64040833000000021e2","0.59553604000000007e2"],["-0.64033324999999991e2","0.59563880999999981e2"],["-0.64034438999999907e2","0.59573608000000092e2"],["-0.64034438999999907e2","0.59582771000000093e2"],["-0.64029723999999874e2","0.59599433999999974e2"],["-0.64024719000000005e2","0.59609993000000031e2"],["-0.64019454999999937e2","0.59618599000000131e2"],["-0.64011123999999938e2","0.59624992000000077e2"],["-0.64004729999999995e2","0.59626381000000094e2"],[-63.99722300000002,"0.59626656000000139e2"],[-63.90055099999995,"0.59619987000000037e2"],["-0.63885559000000001e2","0.59618881000000044e2"],["-0.63876105999999993e2","0.59615829000000076e2"],["-0.63865554999999915e2","0.59609993000000031e2"],["-0.63731666999999959e2","0.59526099999999985e2"],["-0.63724166999999966e2","0.59517769000000101e2"],["-0.63722495999999978e2","0.59513885000000073e2"],["-0.63723884999999996e2","0.59506660000000011e2"],["-0.63785278000000005e2","0.59426102000000014e2"],["-0.63807837999999947e2","0.59420437000000106e2"],["-0.63810172999999963e2",59.41944100000012],["-0.63814502999999945e2","0.59418101999999976e2"],["-0.63866393999999957e2","0.59421104000000014e2"],[-63.90694400000001,"0.59421660999999915e2"],["-0.63947776999999974e2","0.59419716000000108e2"],["-0.64000564999999995e2",59.41443600000008],["-0.64018341000000021e2","0.59410545000000013e2"],["-0.64033324999999991e2","0.59406654000000117e2"],["-0.64050277999999992e2","0.59399994000000106e2"],["-0.64061110999999983e2","0.59393883000000017e2"],["-0.64065826000000015e2","0.59388046000000031e2"],["-0.64062209999999993e2",59.38249200000007],["-0.64052779999999984e2","0.59379433000000063e2"],["-0.63805167999999924e2","0.59368164000000093e2"],["-0.63790145999999993e2","0.59370293000000004e2"],["-0.63786652000000004e2","0.59371792000000084e2"],[-63.78264999999999,"0.59374126000000103e2"],["-0.63751395999999943e2",59.37582400000008],["-0.63748111999999935e2","0.59333878000000084e2"],[-63.75644699999998,59.30838],["-0.63768280000000004e2",59.28788000000003],[-63.77044699999999,"0.59284381999999994e2"],["-0.63773444999999981e2","0.59282215000000122e2"],["-0.63780944999999974e2","0.59278213999999991e2"],["-0.63814162999999951e2","0.59249435000000005e2"],["-0.63824722000000008e2",59.24610100000001],["-0.63825499999999977e2","0.59244377000000043e2"],[-63.82527899999991,"0.59243324000000086e2"],["-0.63813889000000017e2","0.59240829000000076e2"],["-0.63777942999999993e2","0.59263938999999993e2"],[-63.76677699999999,"0.59264275000000055e2"],["-0.63760940999999946e2","0.59265434000000027e2"],["-0.63755942999999945e2","0.59266773000000001e2"],["-0.63739112999999975e2","0.59273605000000032e2"],["-0.63730441999999925e2","0.59280769000000021e2"],["-0.63723777999999925e2","0.59287436999999954e2"],["-0.63718776999999932e2","0.59293941000000075e2"],["-0.63716113999999891e2","0.59300934000000098e2"],[-63.71527900000001,"0.59303768000000105e2"],[-63.71527900000001,"0.59306438000000071e2"],[-63.71594199999987,"0.59309437000000059e2"],["-0.63713775999999996e2","0.59315605000000005e2"],["-0.63710608999999863e2","0.59318107999999995e2"],["-0.63658332999999971e2","0.59358046999999999e2"],["-0.63649993999999992e2","0.59362494999999967e2"],["-0.63543059999999912e2",59.34804500000007],["-0.63535277999999948e2","0.59344436999999971e2"],["-0.63393332999999927e2","0.59264999000000103e2"],["-0.63357506000000001e2","0.59208046000000081e2"],["-0.63356392000000028e2","0.59204993999999999e2"],["-0.63358054999999922e2","0.59198043999999982e2"],["-0.63366661000000022e2","0.59186377999999991e2"],["-0.63412773000000016e2","0.59135826000000066e2"],["-0.63425560000000019e2","0.59126381000000038e2"],["-0.63441108999999926e2","0.59119438000000002e2"],["-0.63476944000000003e2","0.59104439000000127e2"],["-0.63563613999999973e2","0.59073326000000122e2"],["-0.63580001999999922e2","0.59067497000000117e2"],["-0.63589721999999938e2","0.59065543999999989e2"],["-0.63731392000000028e2","0.59056270999999981e2"],["-0.63741055000000017e2","0.59055770999999993e2"],[-63.74872199999993,"0.59056934000000126e2"],["-0.63753890999999896e2","0.59058266000000003e2"],["-0.63760222999999939e2","0.59062767000000122e2"],["-0.63812217999999973e2","0.59065826000000072e2"],["-0.63934440999999936e2","0.59081108000000086e2"],["-0.63948333999999988e2",59.07888000000014],["-0.63966110000000015e2","0.59074714999999969e2"],[-63.98833499999995,"0.59068329000000062e2"],["-0.64045546999999999e2",59.02416199999999],[-64.04722599999991,"0.59019440000000088e2"],["-0.64043883999999991e2","0.59015273999999977e2"],["-0.64039443999999946e2","0.59013885000000016e2"],["-0.63912216000000001e2","0.59000549000000035e2"],["-0.63801719999999989e2","0.59013992000000144e2"],["-0.63798388999999986e2","0.59011329999999987e2"],["-0.63766395999999986e2","0.59012772000000098e2"],["-0.63759444999999971e2","0.59012497000000053e2"],["-0.63734443999999939e2","0.59014998999999989e2"],["-0.63508057000000008e2","0.59052773000000059e2"],["-0.63381667999999877e2","0.59098045000000127e2"],["-0.63372771999999941e2","0.59101104999999961e2"],["-0.63365554999999915e2","0.59101104999999961e2"],["-0.63309440999999993e2",59.09415400000006],["-0.63293335000000013e2","0.59091377000000136e2"],["-0.63134170999999981e2","0.59058327000000077e2"],["-0.63124999999999943e2","0.59055267000000015e2"],["-0.63121940999999993e2","0.59051384000000098e2"],["-0.63122771999999998e2","0.59045547000000113e2"],["-0.63126944999999921e2","0.59041382000000112e2"],["-0.63133330999999941e2","0.59038048000000117e2"],["-0.63159438999999907e2","0.59029990999999995e2"],["-0.63175277999999992e2","0.59026939000000084e2"],["-0.63185271999999998e2","0.59026381999999955e2"],["-0.63216942000000017e2","0.59027489000000116e2"],["-0.63238892000000021e2","0.59030548000000067e2"],["-0.63323333999999932e2","0.59027771000000143e2"],["-0.63336112999999955e2","0.59024994000000049e2"],["-0.63335555999999997e2","0.59021935000000099e2"],["-0.63264450000000011e2","0.58985549999999989e2"],["-0.63213889999999992e2","0.58977211000000125e2"],["-0.63195273999999984e2","0.58979713000000004e2"],["-0.63185271999999998e2","0.58980270000000075e2"],["-0.63173057999999912e2","0.58979713000000004e2"],["-0.63167503000000011e2","0.58970825000000048e2"],["-0.63160552999999993e2","0.58926384000000041e2"],["-0.63163054999999929e2","0.58920273000000122e2"],["-0.63236389000000031e2","0.58876937999999996e2"],["-0.63313331999999946e2","0.58861107000000004e2"],["-0.63325004999999976e2",58.85582700000009],["-0.63312774999999988e2","0.58853049999999996e2"],["-0.63294723999999974e2",58.85083000000003],[-63.19027699999998,"0.58854996000000085e2"],["-0.63112777999999992e2","0.58878043999999989e2"],["-0.63033332999999971e2","0.58873878000000104e2"],["-0.62924170999999944e2","0.58821381000000031e2"],["-0.62918334999999956e2","0.58817497000000003e2"],[-62.90694400000001,58.80471],["-0.62904167000000029e2","0.58799995000000138e2"],["-0.62847495999999978e2","0.58690543999999989e2"],["-0.62845276000000013e2","0.58684989999999971e2"],["-0.62842223999999987e2","0.58669991000000095e2"],["-0.62843612999999948e2","0.58659430999999984e2"],["-0.62847777999999948e2","0.58653045999999961e2"],["-0.62915832999999907e2","0.58600272999999959e2"],["-0.62974998000000028e2","0.58576660000000061e2"],["-0.63169167000000016e2","0.58503052000000139e2"],["-0.63334109999999896e2","0.58455768999999975e2"],["-0.63334609999999941e2",58.45227100000011],["-0.63337108999999941e2","0.58448437000000126e2"],["-0.63373444000000006e2","0.58417435000000069e2"],[-63.38528100000002,58.41027100000008],[-63.39910900000001,"0.58405273000000079e2"],["-0.63486388999999974e2",58.37082700000002],["-0.63522498999999982e2","0.58361107000000118e2"],["-0.63537506000000008e2","0.58354164000000083e2"],["-0.63583060999999987e2","0.58311378000000047e2"],["-0.63587776000000019e2","0.58305549999999982e2"],[-63.58943899999997,58.30082700000014],["-0.63584998999999925e2","0.58298881999999992e2"],["-0.63579726999999991e2","0.58298606999999947e2"],["-0.63571670999999924e2","0.58299995000000081e2"],["-0.63555274999999938e2","0.58305267000000015e2"],["-0.63533057999999983e2","0.58314438000000109e2"],["-0.63428223000000003e2","0.58369049000000132e2"],["-0.63392386999999928e2","0.58388381999999979e2"],["-0.63378558999999939e2","0.58399044000000004e2"],["-0.63364219999999932e2","0.58410049000000015e2"],["-0.63351555000000019e2","0.58418716000000018e2"],["-0.63286391999999978e2","0.58456657000000064e2"],[-63.28082999999998,"0.58459160000000054e2"],["-0.63264724999999942e2","0.58463051000000121e2"],["-0.63241669000000002e2","0.58466385000000116e2"],["-0.63213615000000004e2","0.58469437000000028e2"],["-0.63148612999999955e2","0.58476379000000122e2"],[-63.13277399999987,"0.58477211000000068e2"],["-0.63124442999999872e2","0.58475266000000033e2"],[-63.096947,"0.58461936999999978e2"],["-0.63089721999999938e2","0.58458327999999938e2"],["-0.63086113000000012e2","0.58454993999999999e2"],["-0.63037506000000008e2","0.58453048999999965e2"],["-0.62763335999999981e2","0.58480820000000051e2"],["-0.62636664999999937e2","0.58501389000000017e2"],["-0.62620551999999975e2","0.58504997000000117e2"],["-0.62610001000000011e2","0.58503882999999973e2"],[-62.58943899999997,"0.58499718000000144e2"],["-0.62573615999999959e2","0.58493880999999988e2"],["-0.62566108999999926e2","0.58490546999999992e2"],[-62.56138599999997,"0.58487495000000081e2"],["-0.62557502999999997e2","0.58482491000000095e2"],["-0.62556389000000024e2","0.58478043000000127e2"],["-0.62619719999999973e2","0.58376938000000052e2"],["-0.62619445999999982e2","0.58310272000000055e2"],["-0.62623054999999965e2",58.30443600000001],["-0.62634170999999981e2","0.58297775000000058e2"],["-0.62708611000000019e2","0.58276100000000042e2"],[-62.77666499999998,"0.58268599999999992e2"],["-0.62828056000000004e2","0.58252220000000079e2"],["-0.62661666999999966e2",58.26998900000001],["-0.62658607000000018e2","0.58270271000000037e2"],["-0.62654442000000017e2","0.58270271000000037e2"],["-0.62609725999999966e2","0.58256660000000068e2"],["-0.62597778000000005e2","0.58251663000000008e2"],["-0.62592772999999966e2",58.248604],["-0.62582503999999858e2",58.23443600000013],["-0.62581116000000009e2","0.58221931000000041e2"],[-62.58277899999996,"0.58216934000000094e2"],["-0.62584441999999967e2","0.58214439000000084e2"],["-0.62631942999999865e2","0.58185265000000129e2"],["-0.62638054000000011e2","0.58181938000000002e2"],[-62.653053,"0.58175270000000012e2"],["-0.62661384999999996e2","0.58173049999999989e2"],["-0.62689163000000008e2","0.58169991000000039e2"],["-0.62719718999999941e2","0.58169715999999994e2"],["-0.62740279999999927e2","0.58171936000000017e2"],["-0.62773887999999886e2","0.58176941000000056e2"],["-0.62783889999999928e2","0.58176659000000029e2"],["-0.62822226999999998e2","0.58174713000000111e2"],["-0.62841666999999973e2",58.1722180000001],["-0.62965004000000022e2",58.15387700000008],["-0.63012221999999952e2","0.58135551000000078e2"],["-0.63016662999999937e2","0.58126098999999954e2"],["-0.63023887999999999e2","0.58118880999999988e2"],["-0.63045279999999934e2","0.58108886999999982e2"],["-0.63126944999999921e2","0.58086936999999978e2"],["-0.63205558999999994e2","0.58065826000000072e2"],[-63.21166999999997,"0.58062492000000077e2"],["-0.63211387999999999e2","0.58060272000000111e2"],["-0.63208892999999989e2","0.58057770000000005e2"],[-63.19027699999998,"0.58053047000000049e2"],["-0.63140838999999971e2","0.58048882000000049e2"],["-0.63146998999999994e2","0.58036831000000006e2"],[-63.15582999999998,"0.58026939000000084e2"],["-0.63167777999999942e2","0.58021103000000039e2"],["-0.63193329000000006e2","0.58014717000000132e2"],["-0.63267220000000009e2","0.58007217000000026e2"],["-0.63275275999999963e2","0.58005554000000132e2"],[-63.30471799999998,"0.57996940999999936e2"],["-0.63341666999999973e2","0.57981102000000021e2"],["-0.63340835999999967e2","0.57979988000000048e2"],["-0.63329726999999991e2","0.57980270000000132e2"],[-63.15166499999998,"0.57993606999999997e2"],["-0.63128882999999973e2","0.57997771999999998e2"],["-0.63107779999999991e2","0.58007774000000097e2"],["-0.63101944000000003e2",58.01249700000011],["-0.63098884999999939e2","0.58017769000000044e2"],["-0.63097778000000005e2","0.58019714000000022e2"],[-63.09833500000002,"0.58026939000000084e2"],["-0.63099998000000028e2","0.58033051000000057e2"],["-0.63101944000000003e2","0.58036942000000124e2"],["-0.63101668999999902e2","0.58044159000000036e2"],["-0.63097778000000005e2","0.58052216000000044e2"],["-0.63094718999999941e2","0.58057495000000017e2"],["-0.63089164999999866e2",58.06221000000005],["-0.62946662999999944e2","0.58124161000000015e2"],["-0.62940276999999924e2","0.58125824000000136e2"],["-0.62886390999999946e2","0.58137496999999996e2"],["-0.62838051000000007e2","0.58144997000000046e2"],["-0.62832222000000002e2",58.14527099999998],["-0.62829445000000021e2","0.58143326000000002e2"],[-62.77277399999997,"0.58129158000000132e2"],["-0.62652221999999995e2","0.58118599000000074e2"],["-0.62646111000000019e2","0.58119155999999975e2"],["-0.62643058999999994e2","0.58119986999999981e2"],["-0.62612502999999947e2","0.58137771999999984e2"],[-62.59944200000001,"0.58145546000000024e2"],["-0.62560828999999956e2","0.58156654000000003e2"],["-0.62515838999999914e2","0.58169158999999922e2"],["-0.62491942999999992e2","0.58174163999999962e2"],[-62.46665999999999,"0.58175552000000096e2"],["-0.62452781999999956e2","0.58175270000000012e2"],["-0.62448051000000021e2",58.1722180000001],["-0.62446388000000013e2","0.58168327000000033e2"],["-0.62447776999999917e2","0.58164154000000053e2"],["-0.62463000999999963e2","0.58151047000000062e2"],["-0.62469666000000018e2","0.58145718000000045e2"],["-0.62478333000000021e2","0.58141212000000053e2"],["-0.62486168000000021e2","0.58136547000000064e2"],["-0.62503890999999953e2","0.58123604000000114e2"],["-0.62519447000000014e2","0.58111937999999952e2"],["-0.62529166999999916e2","0.58102776000000063e2"],["-0.62531386999999995e2","0.58095268000000033e2"],["-0.62514450000000011e2","0.58057495000000017e2"],["-0.62506392999999946e2","0.58055267000000072e2"],["-0.62498054999999908e2","0.58057213000000104e2"],[-62.49138599999992,"0.58061378000000104e2"],["-0.62486664000000019e2","0.58066940000000045e2"],["-0.62484443999999939e2","0.58072220000000129e2"],["-0.62485557999999912e2","0.58081107999999915e2"],["-0.62488051999999925e2","0.58086105000000032e2"],["-0.62488891999999908e2","0.58091103000000032e2"],["-0.62488051999999925e2",58.09665700000005],["-0.62482772999999952e2","0.58100273000000072e2"],["-0.62444827999999916e2","0.58106720000000053e2"],["-0.62413054999999929e2","0.58110825000000091e2"],[-62.375,"0.58112770000000069e2"],["-0.62368889000000024e2","0.58111664000000019e2"],["-0.62363892000000021e2","0.58108604000000014e2"],["-0.62317779999999971e2","0.58052489999999977e2"],["-0.62307502999999883e2","0.58039161999999976e2"],["-0.62306945999999982e2","0.58031104999999968e2"],["-0.62309722999999963e2","0.58028603000000089e2"],[-62.38144699999998,"0.58008327000000065e2"],["-0.62394112000000007e2","0.58003658000000087e2"],["-0.62406280999999979e2","0.58002827000000082e2"],[-62.41311300000001,"0.58003658000000087e2"],["-0.62437613999999883e2","0.58010159000000101e2"],["-0.62450443000000007e2","0.58011993000000132e2"],["-0.62500838999999928e2","0.58008049000000142e2"],[-62.51916499999993,"0.58006943000000092e2"],["-0.62528335999999967e2","0.58005554000000132e2"],["-0.62545279999999934e2","0.58000549000000035e2"],["-0.62648055999999997e2","0.57958328000000051e2"],["-0.62655273000000022e2","0.57953605999999979e2"],[-62.65972099999999,57.94860100000011],["-0.62672774999999945e2","0.57929993000000024e2"],["-0.62664443999999946e2","0.57928604000000064e2"],["-0.62655273000000022e2","0.57929993000000024e2"],["-0.62640838999999971e2","0.57935264999999958e2"],["-0.62636116000000015e2","0.57938598999999954e2"],["-0.62620833999999945e2","0.57947487000000137e2"],["-0.62611670999999944e2","0.57951660000000061e2"],["-0.62577498999999989e2","0.57962212000000079e2"],["-0.62537780999999882e2","0.57971100000000092e2"],["-0.62512504999999919e2","0.57972487999999998e2"],["-0.62455165999999963e2","0.57968212000000051e2"],["-0.62448001999999974e2","0.57967708999999957e2"],["-0.62325004999999919e2","0.57956100000000106e2"],["-0.62268332999999984e2","0.57948875000000044e2"],["-0.62200278999999966e2","0.57935822000000087e2"],["-0.62148887999999999e2","0.57974990999999932e2"],["-0.62145279000000016e2","0.57974159000000043e2"],[-62.12749500000001,"0.57968048000000124e2"],["-0.62116111999999987e2","0.57962493999999992e2"],["-0.62083610999999962e2","0.57944992000000127e2"],["-0.62079726999999934e2","0.57942763999999954e2"],["-0.62072226999999998e2","0.57931107000000054e2"],[-62.05972300000002,"0.57897774000000027e2"],["-0.62060828999999956e2","0.57889992000000063e2"],["-0.62062774999999931e2","0.57886658000000068e2"],["-0.62115279999999984e2","0.57854164000000026e2"],["-0.62131942999999978e2",57.84276600000004],["-0.62138053999999954e2","0.57835823000000005e2"],["-0.62139167999999927e2","0.57831940000000088e2"],["-0.62125274999999988e2","0.57806938000000002e2"],["-0.62120833999999888e2","0.57800827000000083e2"],["-0.62119995000000017e2","0.57799994999999967e2"],["-0.62107779999999991e2","0.57789719000000105e2"],[-62.08916499999998,"0.57780548000000124e2"],["-0.62085830999999985e2","0.57779433999999981e2"],["-0.62079169999999976e2","0.57779433999999981e2"],["-0.62061110999999926e2","0.57781936999999971e2"],["-0.62046394000000021e2","0.57785828000000038e2"],["-0.62033332999999914e2","0.57787216000000114e2"],["-0.62018058999999937e2","0.57783607000000131e2"],["-0.61996666000000005e2","0.57772217000000069e2"],[-61.99138599999992,"0.57767769000000101e2"],["-0.61889998999999989e2","0.57666382000000112e2"],["-0.61883330999999998e2","0.57645546000000081e2"],["-0.61883057000000008e2",57.63749700000011],["-0.61884444999999971e2","0.57626938000000052e2"],["-0.61888610999999969e2","0.57622490000000084e2"],[-61.89805599999994,"0.57616386000000034e2"],["-0.62071670999999981e2","0.57563605999999993e2"],["-0.62192222999999899e2","0.57535828000000095e2"],[-62.30860899999999,"0.57490546999999992e2"],["-0.62421386999999982e2","0.57482207999999957e2"],["-0.62431945999999868e2","0.57484717999999987e2"],["-0.62531113000000005e2","0.57506943000000035e2"],["-0.62541388999999981e2","0.57507500000000107e2"],["-0.62544723999999974e2","0.57504440000000045e2"],["-0.62545279999999934e2",57.50110600000005],["-0.62533332999999914e2","0.57492218000000094e2"],["-0.62520553999999947e2","0.57484993000000031e2"],[-62.46444699999995,"0.57454437000000098e2"],["-0.62457222000000002e2","0.57451103000000103e2"],["-0.62377220000000023e2","0.57421936000000017e2"],["-0.62365279999999927e2","0.57419715999999994e2"],["-0.62353888999999981e2","0.57418326999999977e2"],["-0.62335830999999928e2","0.57419440999999949e2"],["-0.62230552999999986e2","0.57443604000000107e2"],["-0.62173331999999959e2","0.57463608000000022e2"],["-0.62167220999999984e2","0.57464439000000084e2"],["-0.62060828999999956e2","0.57456383000000017e2"],["-0.62039725999999973e2","0.57453323000000125e2"],["-0.61891388000000006e2","0.57411934000000031e2"],["-0.61816948000000025e2","0.57376938000000109e2"],["-0.61803054999999915e2","0.57369155999999975e2"],["-0.61801391999999908e2","0.57363052000000096e2"],["-0.61803054999999915e2","0.57358887000000095e2"],["-0.61863892000000021e2","0.57285553000000107e2"],["-0.61894164999999987e2","0.57269440000000088e2"],["-0.61937499999999943e2","0.57252220000000079e2"],["-0.61944999999999936e2","0.57250832000000003e2"],["-0.61953888000000006e2","0.57249435000000062e2"],["-0.61997779999999977e2",57.25638600000002],["-0.62017219999999952e2","0.57256943000000092e2"],["-0.62026389999999992e2","0.57255829000000119e2"],["-0.62023613000000012e2","0.57251663000000008e2"],["-0.62015839000000028e2","0.57243050000000039e2"],["-0.62005004999999869e2","0.57236655999999982e2"],["-0.61858894000000021e2","0.57167770000000132e2"],["-0.61852500999999961e2","0.57165268000000083e2"],["-0.61664444000000003e2","0.57143883000000073e2"],[-61.65555599999999,"0.57143051000000014e2"],["-0.61565551999999968e2","0.57149719000000005e2"],["-0.61515555999999947e2",57.15638000000007],["-0.61490836999999999e2","0.57159431000000097e2"],["-0.61478881999999999e2","0.57159431000000097e2"],["-0.61458892999999989e2","0.57154709000000025e2"],["-0.61441665999999884e2","0.57148604999999975e2"],[-61.39305899999988,"0.57124709999999993e2"],["-0.61380279999999914e2","0.57117210000000114e2"],["-0.61363892000000021e2","0.57097214000000122e2"],["-0.61358336999999949e2","0.57087494000000049e2"],["-0.61355559999999969e2","0.57016388000000006e2"],["-0.61370833999999945e2","0.56978600000000142e2"],["-0.61378052000000025e2","0.56982208000000071e2"],["-0.61393332999999984e2","0.56983047000000056e2"],["-0.61479720999999984e2","0.56983604000000128e2"],["-0.61487777999999935e2","0.56981658999999979e2"],["-0.61495551999999861e2","0.56979430999999977e2"],["-0.61516395999999929e2","0.56970267999999976e2"],["-0.61535560999999973e2","0.56961104999999975e2"],["-0.61546668999999952e2","0.56954437000000041e2"],["-0.61639998999999932e2","0.56883881000000031e2"],["-0.61645003999999915e2","0.56878326000000129e2"],["-0.61648337999999967e2","0.56873046999999929e2"],["-0.61650832999999921e2","0.56866936000000067e2"],[-61.65277900000001,"0.56855826999999977e2"],[-61.65277900000001,"0.56845543000000134e2"],[-61.65055099999995,"0.56840828000000101e2"],["-0.61646111000000019e2","0.56826942000000088e2"],["-0.61646111000000019e2","0.56821106000000043e2"],["-0.61650276000000019e2","0.56816666000000055e2"],["-0.61661384999999996e2","0.56809433000000013e2"],["-0.61676392000000021e2","0.56802773000000002e2"],["-0.61782391000000018e2","0.56794441000000006e2"],["-0.61799224999999922e2","0.56792937999999992e2"],["-0.61816886999999952e2","0.56793610000000001e2"],["-0.61823558999999989e2","0.56794441000000006e2"],["-0.61834556999999961e2","0.56796108000000117e2"],["-0.61844559000000004e2","0.56798943000000008e2"],["-0.61892226999999934e2","0.56798607000000118e2"],["-0.61906386999999938e2","0.56795273000000122e2"],["-0.61908606999999961e2","0.56789162000000033e2"],["-0.61902221999999938e2","0.56714156999999943e2"],["-0.61899993999999992e2","0.56707214000000135e2"],["-0.61897223999999937e2","0.56703049000000135e2"],["-0.61889998999999989e2","0.56698044000000095e2"],["-0.61886115999999959e2","0.56698044000000095e2"],["-0.61877776999999924e2","0.56713051000000121e2"],[-61.87027699999993,"0.56726936000000023e2"],["-0.61833667999999932e2","0.56741993000000093e2"],["-0.61830832999999927e2","0.56745327000000088e2"],["-0.61824996999999996e2","0.56746826000000112e2"],["-0.61811504000000014e2","0.56746826000000112e2"],["-0.61793335000000013e2","0.56746826000000112e2"],["-0.61780498999999963e2","0.56745658999999989e2"],["-0.61772834999999986e2","0.56744160000000136e2"],[-61.76266899999996,"0.56741325000000074e2"],["-0.61716392999999925e2","0.56738045000000113e2"],["-0.61702498999999989e2","0.56730820000000051e2"],["-0.61696944999999971e2","0.56724709000000132e2"],["-0.61701667999999984e2","0.56713325999999938e2"],[-61.71055599999994,"0.56705551000000071e2"],["-0.61721106999999961e2","0.56701103000000103e2"],["-0.61734443999999996e2","0.56697212000000036e2"],[-61.75417299999998,"0.56697487000000024e2"],["-0.61765006999999969e2",56.6988750000001],["-0.61773055999999997e2","0.56701103000000103e2"],["-0.61798339999999996e2","0.56710823000000005e2"],["-0.61808334000000002e2","0.56712212000000136e2"],["-0.61821670999999924e2","0.56709717000000126e2"],["-0.61825004999999919e2","0.56706657000000064e2"],["-0.61821670999999924e2","0.56701660000000004e2"],["-0.61799171000000001e2","0.56682770000000005e2"],["-0.61792503000000011e2","0.56680824000000143e2"],["-0.61732215999999937e2","0.56663322000000107e2"],["-0.61681670999999994e2","0.56653603000000089e2"],["-0.61674445999999932e2","0.56653046000000018e2"],["-0.61658889999999985e2","0.56647774000000084e2"],["-0.61649726999999984e2","0.56641662999999994e2"],["-0.61649993999999936e2","0.56635268999999994e2"],["-0.61658607000000018e2","0.56627487000000031e2"],["-0.61672500999999954e2","0.56619986999999924e2"],["-0.61680557000000022e2","0.56618050000000096e2"],["-0.61688889000000017e2","0.56617210000000057e2"],["-0.61699164999999994e2","0.56617767000000129e2"],["-0.61835555999999997e2","0.56631660000000124e2"],["-0.61911667000000023e2","0.56642769000000044e2"],["-0.61992774999999938e2",56.66027100000008],["-0.62010001999999872e2","0.56664153999999996e2"],["-0.62066947999999911e2","0.56678604000000121e2"],["-0.62311110999999983e2","0.56735550000000046e2"],["-0.62479995999999971e2",56.77388000000002],["-0.62498885999999914e2","0.56779716000000064e2"],["-0.62504448000000025e2","0.56783607000000131e2"],["-0.62505004999999926e2","0.56788886999999988e2"],["-0.62501944999999978e2","0.56791939000000127e2"],["-0.62486114999999984e2","0.56796104000000128e2"],["-0.62468886999999995e2","0.56798607000000118e2"],["-0.62326392999999996e2","0.56812767000000008e2"],["-0.62227492999999868e2","0.56816666000000055e2"],[-62.18999500000001,56.81332400000008],["-0.62138335999999924e2",56.81082200000003],["-0.62068335999999988e2","0.56817214999999976e2"],["-0.62059440999999879e2","0.56818603999999993e2"],["-0.62051665999999955e2","0.56820549000000142e2"],["-0.62042502999999954e2","0.56826942000000088e2"],["-0.62043334999999956e2","0.56829994000000056e2"],["-0.62049445999999875e2","0.56832496999999989e2"],["-0.62066947999999911e2","0.56834434999999928e2"],["-0.62234726000000023e2","0.56836937000000034e2"],["-0.62381667999999991e2","0.56830276000000083e2"],["-0.62478606999999954e2","0.56846657000000107e2"],["-0.62488891999999908e2","0.56849434000000031e2"],["-0.62498885999999914e2","0.56850548000000003e2"],["-0.62508338999999921e2","0.56849998000000141e2"],["-0.62517219999999952e2","0.56848045000000013e2"],[-62.53194400000001,"0.56843605000000025e2"],["-0.62543892000000028e2","0.56837212000000022e2"],["-0.62546950999999922e2","0.56834717000000012e2"],["-0.62570281999999963e2","0.56798607000000118e2"],[-62.57389099999989,"0.56792770000000132e2"],["-0.62538337999999953e2","0.56775551000000064e2"],["-0.62503058999999951e2","0.56762214999999912e2"],["-0.62356109999999887e2","0.56722214000000122e2"],["-0.62162773000000016e2","0.56672768000000076e2"],[-62.02277399999997,"0.56627487000000031e2"],["-0.62005279999999971e2","0.56616936000000123e2"],["-0.62117500000000007e2","0.56623046999999985e2"],["-0.62175003000000004e2","0.56623877999999991e2"],["-0.62235557999999969e2","0.56623604000000057e2"],["-0.62241111999999873e2",56.62332200000003],["-0.62239722999999969e2","0.56617210000000057e2"],["-0.62224715999999944e2","0.56609161000000029e2"],["-0.62192222999999899e2","0.56602493000000038e2"],["-0.62105003000000011e2",56.59693900000002],["-0.62046394000000021e2","0.56595825000000048e2"],["-0.62036117999999874e2","0.56595267999999976e2"],["-0.61901389999999935e2",56.58776899999998],["-0.61729439000000013e2","0.56574440000000095e2"],["-0.61715004000000022e2","0.56572220000000073e2"],[-61.70805399999989,"0.56568886000000077e2"],["-0.61701110999999969e2","0.56560822000000087e2"],["-0.61690833999999995e2","0.56548050000000046e2"],["-0.61666663999999969e2","0.56540549999999996e2"],["-0.61658332999999971e2","0.56537498000000085e2"],["-0.61655273000000022e2","0.56533882000000006e2"],["-0.61653327999999931e2",56.53054800000001],["-0.61652221999999995e2","0.56526100000000042e2"],["-0.61653327999999931e2","0.56520546000000081e2"],["-0.61656661999999926e2","0.56510826000000009e2"],["-0.61662216000000001e2","0.56506104000000107e2"],["-0.61680282999999974e2","0.56496658000000139e2"],["-0.61689163000000008e2","0.56494713000000104e2"],["-0.61754723000000013e2","0.56484993000000031e2"],["-0.61773055999999997e2","0.56484718000000044e2"],[-61.80388599999992,"0.56487770000000125e2"],["-0.61878052000000025e2","0.56497772000000111e2"],["-0.61951942000000031e2","0.56505554000000075e2"],["-0.62038612000000001e2","0.56505271999999991e2"],["-0.62046950999999922e2",56.50471500000009],[-62.05471799999998,"0.56502495000000067e2"],["-0.62061667999999997e2","0.56499435000000005e2"],["-0.62075561999999934e2",56.49193600000001],[-62.08306099999993,"0.56486938000000009e2"],["-0.62085273999999913e2","0.56483046999999942e2"],["-0.62082222000000002e2","0.56481659000000036e2"],["-0.62076667999999984e2","0.56479987999999992e2"],["-0.62070838999999978e2","0.56481102000000135e2"],["-0.62024170000000026e2",56.48443600000013],["-0.61976386999999988e2","0.56483330000000137e2"],["-0.61965278999999896e2","0.56481934000000081e2"],["-0.61952224999999999e2","0.56475822000000107e2"],["-0.61946945000000028e2","0.56471100000000035e2"],["-0.61956164999999942e2","0.56464050000000043e2"],["-0.61958831999999973e2","0.56461048000000005e2"],["-0.61961333999999965e2","0.56459717000000012e2"],["-0.61966003000000001e2","0.56458549000000005e2"],["-0.61979835999999978e2","0.56455551000000071e2"],["-0.61999724999999955e2",56.44999700000011],["-0.62010284000000013e2",56.44999700000011],["-0.62019996999999989e2","0.56451102999999932e2"],["-0.62048888999999974e2","0.56457214000000022e2"],[-62.05972300000002,"0.56458603000000039e2"],["-0.62069999999999993e2","0.56459160000000111e2"],["-0.62124999999999886e2","0.56457214000000022e2"],["-0.62139998999999932e2","0.56452217000000132e2"],["-0.62143058999999994e2","0.56449158000000125e2"],["-0.62139167999999927e2","0.56444709999999986e2"],["-0.62124999999999886e2",56.43832400000008],["-0.62117500000000007e2","0.56435546999999985e2"],["-0.62083327999999995e2","0.56423325000000034e2"],["-0.62073059000000001e2","0.56420546999999999e2"],["-0.61984726000000023e2","0.56415268000000026e2"],["-0.61963717999999972e2","0.56415657000000067e2"],["-0.61956889999999987e2","0.56417823999999939e2"],["-0.61909720999999934e2","0.56413879000000065e2"],["-0.61798057999999912e2",56.39527099999998],["-0.61790840000000003e2","0.56392494000000056e2"],["-0.61661384999999996e2","0.56270271000000093e2"],["-0.61678332999999952e2","0.56269161000000111e2"],["-0.61679169000000002e2","0.56267993999999987e2"],["-0.61686835999999971e2","0.56266994000000011e2"],["-0.61702834999999993e2","0.56265327000000127e2"],["-0.61749999999999943e2","0.56261329999999987e2"],["-0.61760665999999958e2","0.56261662000000115e2"],["-0.61772166999999968e2","0.56263493000000096e2"],["-0.61777167999999961e2","0.56265327000000127e2"],["-0.61779671000000008e2","0.56267493999999999e2"],["-0.61778335999999967e2","0.56268661000000122e2"],["-0.61775001999999972e2","0.56268826000000104e2"],["-0.61765166999999963e2","0.56268162000000018e2"],["-0.61756667999999934e2","0.56266994000000011e2"],["-0.61746001999999919e2","0.56267493999999999e2"],["-0.61741000999999926e2","0.56269161000000111e2"],["-0.61753616000000022e2","0.56273048000000017e2"],["-0.61753059000000007e2","0.56277770999999973e2"],["-0.61769996999999933e2","0.56284163999999976e2"],["-0.61800835000000006e2",56.28943600000008],["-0.61878608999999926e2","0.56298607000000004e2"],["-0.61888610999999969e2","0.56299164000000076e2"],["-0.62029723999999987e2","0.56305267000000015e2"],["-0.62074447999999961e2","0.56296386999999982e2"],["-0.62080001999999979e2","0.56293610000000115e2"],["-0.62080832999999984e2","0.56292496000000142e2"],["-0.62076110999999912e2","0.56284996000000035e2"],["-0.62016395999999986e2","0.56238883999999985e2"],["-0.62011672999999917e2","0.56235825000000034e2"],["-0.62003890999999953e2","0.56233604000000071e2"],["-0.61956947000000014e2","0.56220825000000048e2"],["-0.61938331999999946e2","0.56215827999999931e2"],["-0.61919448999999986e2","0.56212212000000079e2"],["-0.61910278000000005e2","0.56212493999999936e2"],["-0.61802054999999939e2","0.56216381000000069e2"],["-0.61769889999999975e2","0.56218048000000124e2"],["-0.61575004999999976e2","0.56216933999999981e2"],["-0.61575561999999991e2","0.56211937000000034e2"],["-0.61578612999999905e2","0.56206940000000145e2"],["-0.61579726999999991e2","0.56199158000000011e2"],["-0.61575279000000023e2",56.19609800000012],["-0.61560279999999921e2","0.56194434999999999e2"],[-61.53583500000002,"0.56196381000000088e2"],["-0.61450553999999954e2","0.56204994000000056e2"],["-0.61411941999999954e2","0.56214714000000129e2"],[-61.40444199999996,"0.56217491000000052e2"],["-0.61380279999999914e2",56.22304500000007],["-0.61361670999999944e2","0.56223602000000142e2"],["-0.61350837999999953e2","0.56222214000000065e2"],["-0.61345550999999944e2","0.56218322999999998e2"],[-61.33083299999987,"0.56181938000000059e2"],["-0.61330284000000006e2","0.56176659000000029e2"],[-61.33555599999994,"0.56172767999999962e2"],["-0.61343329999999924e2","0.56170547000000056e2"],["-0.61377220000000023e2","0.56168602000000078e2"],["-0.61383613999999909e2","0.56164711000000011e2"],["-0.61397223999999881e2","0.56155823000000055e2"],["-0.61406104999999911e2","0.56146102999999925e2"],["-0.61452498999999932e2","0.56062767000000008e2"],["-0.61452224999999999e2","0.56056937999999946e2"],["-0.61448607999999979e2","0.56052772999999945e2"],["-0.61413886999999932e2","0.56037773000000016e2"],["-0.61411384999999882e2","0.56037497999999971e2"],["-0.61397498999999982e2","0.56041107000000011e2"],["-0.61382773999999927e2","0.56047493000000088e2"],["-0.61356391999999971e2","0.56058327000000133e2"],["-0.61346663999999919e2","0.56061377999999991e2"],[-61.34027900000001,"0.56063049000000035e2"],["-0.61324721999999952e2","0.56065269000000058e2"],["-0.61315552000000025e2","0.56065544000000045e2"],[-61.24361399999998,"0.56047493000000088e2"],["-0.61239722999999969e2","0.56045273000000066e2"],[-61.23750299999989,"0.56042770000000075e2"],["-0.61240554999999972e2","0.56040276000000006e2"],["-0.61265838999999971e2",56.02276599999999],["-0.61273613000000012e2","0.56020828000000051e2"],["-0.61282500999999968e2","0.56019714000000079e2"],["-0.61310279999999977e2","0.56018600000000106e2"],["-0.61357223999999974e2","0.56018600000000106e2"],["-0.61388610999999912e2","0.56021934999999985e2"],["-0.61419167000000016e2","0.56027214000000129e2"],["-0.61438605999999993e2","0.56027489000000003e2"],["-0.61489997999999957e2",56.02027099999998],["-0.61501395999999943e2","0.56014442000000145e2"],["-0.61503890999999896e2","0.56010551000000078e2"],["-0.61503615999999965e2","0.56006942999999978e2"],["-0.61421943999999996e2","0.55963882000000126e2"],["-0.61415001000000018e2","0.55960274000000027e2"],["-0.61399170000000026e2","0.55958602999999925e2"],["-0.61389998999999989e2","0.55958885000000009e2"],[-61.38138600000002,"0.55960274000000027e2"],["-0.61328055999999947e2","0.55964157000000114e2"],["-0.61254722999999956e2","0.55967491000000109e2"],["-0.61154442000000017e2","0.55971375000000137e2"],["-0.61143616000000009e2","0.55970543000000021e2"],["-0.61125556999999958e2","0.55968596999999932e2"],["-0.61117774999999938e2","0.55966103000000032e2"],["-0.61113616999999977e2","0.55962493999999992e2"],["-0.61074448000000018e2","0.55928329000000076e2"],["-0.61073891000000003e2","0.55923050000000103e2"],["-0.61076667999999984e2","0.55906937000000084e2"],["-0.61094111999999939e2","0.55895606999999984e2"],["-0.61156386999999995e2","0.55891937000000098e2"],["-0.61165276000000006e2","0.55892220000000066e2"],["-0.61181670999999994e2",55.89916199999999],["-0.61194999999999993e2","0.55892220000000066e2"],["-0.61201667999999984e2","0.55884163000000115e2"],["-0.61198607999999922e2","0.55876380999999981e2"],["-0.61192771999999934e2","0.55869437999999946e2"],["-0.61104445999999939e2","0.55845543000000134e2"],["-0.61095275999999899e2","0.55843880000000013e2"],["-0.61085274000000027e2","0.55843322999999941e2"],["-0.61077224999999999e2","0.55843880000000013e2"],["-0.61068061999999998e2","0.55845543000000134e2"],["-0.61039665000000014e2","0.55850937000000044e2"],["-0.61035999000000004e2","0.55853271000000063e2"],["-0.61027168000000017e2","0.55857273000000077e2"],["-0.60946105999999986e2","0.55865829000000133e2"],["-0.60917220999999927e2","0.55864441000000056e2"],["-0.60782500999999968e2","0.55854164000000083e2"],["-0.60762221999999952e2","0.55851386999999988e2"],["-0.60755561999999998e2","0.55849434000000031e2"],["-0.60741669000000002e2","0.55843048000000124e2"],["-0.60729720999999927e2","0.55829436999999984e2"],["-0.60729163999999969e2","0.55824440000000038e2"],["-0.60730826999999977e2","0.55808044000000052e2"],["-0.60734443999999996e2","0.55801212000000021e2"],["-0.60736941999999999e2","0.55797382000000027e2"],[-60.74222599999996,"0.55790549999999939e2"],["-0.60774719000000005e2","0.55772491000000002e2"],[-60.80777699999993,"0.55755271999999934e2"],["-0.60880554000000018e2","0.55749161000000072e2"],["-0.60879439999999988e2","0.55732765000000029e2"],["-0.60765006999999969e2","0.55728042999999957e2"],["-0.60756393000000003e2","0.55729431000000091e2"],["-0.60746947999999975e2","0.55731659000000036e2"],["-0.60740279999999984e2","0.55734161000000086e2"],["-0.60727218999999877e2","0.55739990000000091e2"],["-0.60721663999999976e2","0.55744713000000104e2"],[-60.7016109999999,"0.55763443000000109e2"],["-0.60668891999999971e2","0.55795830000000024e2"],["-0.60656386999999938e2","0.55812767000000008e2"],["-0.60647223999999937e2","0.55822768999999994e2"],["-0.60639998999999989e2","0.55825554000000011e2"],["-0.60631667999999991e2","0.55826660000000061e2"],["-0.60623885999999914e2","0.55824996999999939e2"],["-0.60615279999999927e2","0.55821937999999989e2"],["-0.60601943999999946e2","0.55814713000000097e2"],["-0.60597777999999892e2",55.80943300000007],["-0.60598052999999993e2","0.55804436000000123e2"],["-0.60605835000000013e2","0.55733879000000059e2"],["-0.60615836999999999e2","0.55686935000000062e2"],["-0.60629722999999899e2","0.55638329000000056e2"],["-0.60668059999999969e2","0.55589432000000102e2"],["-0.60655555999999933e2","0.55584435000000042e2"],["-0.60606109999999944e2","0.55622489999999914e2"],[-60.60222599999986,"0.55626656000000025e2"],[-60.59027900000001,"0.55644714000000079e2"],["-0.60544167000000016e2","0.55726936000000023e2"],["-0.60527221999999881e2","0.55760551000000135e2"],["-0.60527495999999985e2","0.55765830999999991e2"],["-0.60525557999999933e2",55.77693899999997],["-0.60519446999999957e2",55.78804800000006],["-0.60514449999999954e2","0.55793610000000001e2"],["-0.60503059000000007e2","0.55803046999999935e2"],["-0.60487777999999878e2","0.55808601000000124e2"],["-0.60483611999999994e2","0.55809158000000025e2"],["-0.60339995999999985e2","0.55786384999999939e2"],["-0.60334998999999982e2","0.55784439000000077e2"],["-0.60328888000000006e2","0.55781661999999983e2"],["-0.60327224999999885e2","0.55772766000000047e2"],["-0.60329444999999964e2","0.55761383000000023e2"],["-0.60337775999999963e2",55.748604],["-0.60380553999999961e2","0.55691933000000063e2"],["-0.60406386999999995e2","0.55674713000000054e2"],["-0.60463218999999924e2","0.55666046000000108e2"],["-0.60472720999999979e2","0.55663212000000101e2"],["-0.60493889000000024e2","0.55658043000000134e2"],["-0.60499999999999943e2","0.55654160000000047e2"],[-60.50389100000001,"0.55648330999999985e2"],["-0.60525001999999972e2","0.55610550000000046e2"],["-0.60531112999999948e2","0.55597214000000065e2"],["-0.60532218999999884e2","0.55591660000000104e2"],["-0.60531859999999938e2","0.55588195999999982e2"],["-0.60515006999999969e2","0.55599715999999944e2"],["-0.60506110999999919e2","0.55611664000000019e2"],["-0.60495002999999997e2","0.55621101000000124e2"],["-0.60481383999999991e2","0.55627769000000114e2"],["-0.60440334000000007e2","0.55620216000000084e2"],["-0.60426167000000021e2","0.55618217000000072e2"],["-0.60420334000000025e2","0.55616379000000052e2"],["-0.60415501000000006e2",55.61454800000007],["-0.60322776999999917e2","0.55578330999999991e2"],[-60.31639100000001,"0.55573883000000023e2"],[-60.31639100000001,55.57027400000004],["-0.60319449999999961e2","0.55530823000000055e2"],["-0.60321670999999981e2","0.55509995000000004e2"],["-0.60426318999999978e2","0.55448204000000089e2"],["-0.60442210999999986e2","0.55427696000000026e2"],["-0.60437774999999988e2","0.55399437000000091e2"],["-0.60478332999999907e2","0.55347488000000055e2"],["-0.60472771000000023e2","0.55347771000000023e2"],["-0.60451392999999939e2","0.55357216000000108e2"],[-60.42610899999994,"0.55376656000000082e2"],["-0.60420837000000006e2","0.55382210000000043e2"],["-0.60418335000000013e2","0.55386107999999979e2"],["-0.60415275999999949e2","0.55394714000000079e2"],["-0.60417777999999942e2","0.55402771000000087e2"],["-0.60422501000000011e2","0.55407211000000075e2"],["-0.60425003000000004e2","0.55411377000000016e2"],["-0.60423614999999984e2","0.55421378999999945e2"],["-0.60418335000000013e2","0.55427490000000034e2"],["-0.60413054999999986e2","0.55431664000000069e2"],["-0.60349167000000023e2","0.55475822000000107e2"],["-0.60331673000000023e2","0.55486655999999982e2"],["-0.60319449999999961e2","0.55491378999999995e2"],["-0.60268607999999972e2","0.55502495000000124e2"],["-0.60253890999999953e2","0.55503052000000025e2"],["-0.60213889999999992e2","0.55489433000000076e2"],["-0.60203613000000018e2","0.55483604000000071e2"],["-0.60201667999999984e2","0.55478600000000085e2"],["-0.60195548999999971e2","0.55431381000000101e2"],["-0.60265839000000028e2","0.55409156999999993e2"],["-0.60274169999999913e2","0.55408043000000021e2"],["-0.60284171999999955e2","0.55408600000000092e2"],["-0.60295279999999934e2","0.55411102000000142e2"],["-0.60305274999999881e2","0.55411659000000043e2"],["-0.60313332000000003e2","0.55411102000000142e2"],["-0.60354720999999927e2","0.55394997000000046e2"],["-0.60468886999999938e2","0.55285827999999981e2"],[-60.49888599999997,"0.55253325999999959e2"],["-0.60538054999999929e2","0.55200546000000145e2"],["-0.60499999999999943e2","0.55218047999999953e2"],["-0.60488892000000021e2","0.55227210999999954e2"],["-0.60482215999999994e2","0.55231658999999922e2"],["-0.60476386999999988e2",55.2347180000001],["-0.60468329999999924e2","0.55237495000000024e2"],[-60.37388599999997,"0.55260551000000021e2"],["-0.60365836999999942e2","0.55260826000000066e2"],["-0.60355277999999998e2","0.55259437999999989e2"],["-0.60348610000000008e2","0.55255829000000119e2"],["-0.60348052999999936e2","0.55250549000000092e2"],["-0.60353057999999976e2","0.55244995000000074e2"],["-0.60512222000000008e2","0.55120543999999938e2"],["-0.60587776000000019e2","0.55088599999999929e2"],["-0.60616660999999965e2","0.55077217000000132e2"],["-0.60636116000000015e2","0.55066665999999998e2"],["-0.60670554999999979e2","0.55044715999999994e2"],["-0.60681113999999923e2","0.55004715000000033e2"],["-0.60683326999999906e2","0.54994995000000131e2"],["-0.60592773000000022e2","0.55058884000000091e2"],["-0.60475273000000016e2","0.55124435000000005e2"],["-0.60266395999999986e2","0.55240547000000106e2"],["-0.60259170999999924e2","0.55244155999999919e2"],["-0.60252501999999993e2","0.55246384000000091e2"],["-0.60176108999999997e2","0.55270827999999995e2"],["-0.60079781000000025e2","0.55249602999999979e2"],["-0.60073776000000009e2","0.55247940000000028e2"],["-0.60072776999999974e2","0.55245106000000021e2"],["-0.60110778999999923e2","0.55199268000000075e2"],["-0.60123610999999926e2","0.55156380000000127e2"],["-0.60146392999999932e2","0.55137214999999969e2"],["-0.60157218999999941e2","0.55128601000000117e2"],["-0.60187217999999973e2","0.55108046999999999e2"],["-0.60204445000000021e2","0.55107498000000021e2"],["-0.60212776000000019e2","0.55108604000000071e2"],[-60.220551,"0.55106384000000048e2"],["-0.60282776000000013e2","0.55057770000000062e2"],["-0.60288337999999953e2","0.55053321999999923e2"],["-0.60295006000000001e2","0.55041382000000056e2"],["-0.60296950999999922e2",55.03443900000002],["-0.60296668999999952e2","0.55024993999999992e2"],["-0.60293892000000028e2","0.55019440000000145e2"],["-0.60284171999999955e2","0.55024437000000091e2"],["-0.60152495999999985e2","0.55102776000000119e2"],["-0.60124442999999928e2","0.55120270000000005e2"],[-60.09944200000001,"0.55136658000000068e2"],["-0.60088332999999921e2","0.55145827999999938e2"],["-0.60083884999999952e2","0.55152214000000072e2"],["-0.60051223999999934e2","0.55182381000000134e2"],[-60.04571900000002,"0.55193046999999979e2"],["-0.60044723999999917e2","0.55196711999999991e2"],["-0.60042721000000029e2",55.199883],["-0.60039718999999877e2","0.55203213000000005e2"],["-0.60036057000000028e2","0.55206383000000073e2"],["-0.60021888999999987e2","0.55218547999999942e2"],["-0.60015223999999989e2","0.55221546000000046e2"],["-0.60009224000000017e2","0.55221214000000089e2"],["-0.59964721999999938e2","0.55235549999999989e2"],["-0.59939437999999939e2","0.55233047000000056e2"],["-0.59922774999999945e2","0.55233047000000056e2"],["-0.59916945999999939e2","0.55233879000000115e2"],["-0.59912497999999971e2","0.55238883999999985e2"],["-0.59890838999999971e2","0.55265549000000021e2"],["-0.59868332000000009e2","0.55291381999999999e2"],["-0.59863891999999964e2","0.55296104000000071e2"],["-0.59851394999999968e2","0.55303047000000049e2"],[-59.80750299999994,"0.55324164999999937e2"],["-0.59795279999999991e2","0.55327492000000063e2"],["-0.59779167000000029e2","0.55329720000000066e2"],["-0.59776108000000022e2","0.55329162999999937e2"],["-0.59715003999999965e2","0.55276099999999929e2"],["-0.59711945000000014e2","0.55269714000000022e2"],["-0.59713332999999977e2","0.55256103999999993e2"],["-0.59729439000000013e2","0.55205269000000101e2"],["-0.59732497999999964e2","0.55197211999999979e2"],["-0.59735832000000016e2","0.55194153000000142e2"],["-0.59742774999999938e2","0.55191376000000048e2"],["-0.59831389999999999e2","0.55162491000000045e2"],["-0.59847495999999978e2","0.55158043000000077e2"],["-0.59863891999999964e2","0.55154160000000104e2"],["-0.59897781000000009e2","0.55151382000000126e2"],["-0.59918334999999956e2","0.55155265999999983e2"],[-59.94027699999998,"0.55162766000000033e2"],["-0.59950553999999897e2","0.55164436000000023e2"],["-0.59962775999999963e2","0.55161102000000028e2"],["-0.59967215999999951e2","0.55158599999999979e2"],["-0.59970832999999914e2",55.15554800000001],["-0.59973327999999867e2","0.55147491000000059e2"],["-0.59968055999999933e2","0.55119156000000032e2"],["-0.59963615000000004e2","0.55110275000000115e2"],[-59.80083499999995,"0.55108887000000038e2"],["-0.59795279999999991e2","0.55109160999999972e2"],["-0.59615836999999999e2",55.13638300000008],[-59.57028200000002,"0.55159988000000055e2"],["-0.59531386999999995e2","0.55181380999999988e2"],["-0.59487777999999992e2","0.55181380999999988e2"],["-0.59430557000000022e2","0.55151931999999988e2"],["-0.59428336999999999e2","0.55149719000000005e2"],["-0.59427223000000026e2","0.55139992000000063e2"],["-0.59427779999999927e2","0.55135826000000009e2"],["-0.59431945999999925e2","0.55129433000000006e2"],["-0.59438605999999936e2",55.123604],[-59.49610899999999,"0.55078331000000105e2"],["-0.59539169000000015e2","0.55049163999999962e2"],["-0.59593886999999995e2","0.55020828000000051e2"],["-0.59610831999999959e2","0.55012771999999984e2"],["-0.59716659999999933e2","0.54955826000000059e2"],["-0.59802165999999943e2","0.54887268000000006e2"],["-0.59823996999999963e2","0.54851105000000132e2"],["-0.59939163000000008e2","0.54758888000000013e2"],["-0.59944160000000011e2","0.54755554000000018e2"],["-0.59945549000000028e2","0.54753052000000139e2"],["-0.59944160000000011e2","0.54749718000000144e2"],["-0.59938605999999936e2","0.54746383999999978e2"],["-0.59919166999999959e2","0.54741379000000109e2"],[-59.90943900000002,"0.54740829000000076e2"],["-0.59888610999999855e2","0.54743324000000143e2"],["-0.59882499999999936e2","0.54744995000000017e2"],["-0.59797500999999954e2","0.54781661999999983e2"],["-0.59791114999999991e2",54.78555300000005],["-0.59788612000000001e2","0.54789436000000023e2"],["-0.59790282999999874e2","0.54794158999999979e2"],[-59.79099999999994,"0.54822658999999987e2"],["-0.59794166999999959e2","0.54828159000000142e2"],[-59.79466599999995,"0.54830994000000032e2"],["-0.59793830999999898e2","0.54839992999999993e2"],[-59.79099999999994,"0.54846825000000024e2"],["-0.59784339999999929e2","0.54857658000000015e2"],["-0.59772002999999927e2","0.54869492000000037e2"],["-0.59754722999999899e2","0.54897491000000116e2"],["-0.59729995999999971e2","0.54907493999999986e2"],["-0.59703888000000006e2","0.54910545000000013e2"],["-0.59688888999999961e2","0.54913605000000075e2"],["-0.59674445999999989e2","0.54919990999999982e2"],["-0.59618331999999953e2","0.54948600999999996e2"],["-0.59411110000000008e2","0.55056381000000101e2"],["-0.59293891999999971e2","0.55169716000000108e2"],["-0.59165275999999949e2","0.55234993000000088e2"],["-0.59161384999999996e2","0.55236938000000123e2"],["-0.59154716000000008e2","0.55235549999999989e2"],["-0.59144164999999987e2","0.55228043000000071e2"],["-0.59139442000000031e2","0.55223877000000016e2"],["-0.59131110999999919e2","0.55215546000000074e2"],["-0.59127494999999954e2","0.55205826000000002e2"],["-0.59124999999999943e2","0.55196380999999917e2"],["-0.59124442999999872e2","0.55186103999999943e2"],["-0.59149440999999911e2",55.16182699999996],[-59.15060799999992,"0.55158992999999953e2"],["-0.59155276999999955e2","0.55152156999999931e2"],["-0.59161277999999982e2","0.55146823999999924e2"],["-0.59168609999999944e2","0.55141827000000035e2"],["-0.59176608999999985e2","0.55137989000000061e2"],["-0.59205276000000026e2",55.13116100000002],[-59.20911000000001,"0.55129822000000047e2"],["-0.59240279999999927e2","0.55111382000000049e2"],[-59.25278499999996,"0.55102492999999981e2"],["-0.59363335000000006e2","0.55015830999999991e2"],[-59.37471800000003,"0.55006386000000077e2"],["-0.59383056999999951e2","0.54998047000000042e2"],["-0.59386390999999946e2","0.54993049999999982e2"],["-0.59391113000000018e2","0.54982208000000128e2"],["-0.59391387999999949e2","0.54980270000000019e2"],["-0.59388610999999969e2",54.97665400000011],["-0.59384170999999924e2","0.54973319999999944e2"],[-59.37471800000003,"0.54972763000000043e2"],["-0.59369164000000012e2","0.54975266000000033e2"],["-0.59275001999999915e2","0.55021659999999997e2"],["-0.59262504999999862e2","0.55028327999999988e2"],["-0.59250838999999985e2","0.55035828000000038e2"],["-0.59237220999999977e2","0.55048332000000073e2"],["-0.59242500000000007e2","0.55061104000000057e2"],["-0.59243057000000022e2",55.06638300000003],["-0.59240836999999999e2","0.55071106000000043e2"],["-0.59236663999999962e2",55.07749200000012],["-0.59133330999999941e2","0.55120491000000015e2"],["-0.59051666000000012e2","0.55153320000000065e2"],["-0.59035277999999892e2","0.55156937000000028e2"],["-0.59023613000000012e2",55.15665400000006],["-0.58960555999999883e2","0.55134995000000004e2"],["-0.58956107999999915e2","0.55130271999999991e2"],["-0.58955832999999984e2","0.55126381000000094e2"],["-0.58955832999999984e2",55.10083000000003],["-0.58958336000000031e2",55.09165999999999],["-0.58961670000000026e2","0.55085265999999933e2"],["-0.58971106999999961e2","0.55071106000000043e2"],["-0.58980277999999998e2","0.55059990000000084e2"],["-0.59005561999999998e2","0.55032767999999976e2"],["-0.59001944999999978e2","0.55017769000000101e2"],["-0.58972495999999978e2","0.54995544000000052e2"],["-0.58947220000000016e2","0.54985550000000046e2"],["-0.58907218999999941e2","0.54963882000000126e2"],["-0.58896950000000004e2",54.95638300000013],["-0.58894164999999873e2","0.54952773999999977e2"],["-0.58895279000000016e2","0.54947769000000108e2"],[-58.90055099999995,"0.54943878000000041e2"],[-58.90694400000001,"0.54940269000000001e2"],["-0.58964721999999881e2","0.54917496000000142e2"],["-0.59013061999999991e2","0.54896103000000039e2"],["-0.59015556000000004e2","0.54892220000000066e2"],["-0.59013618000000008e2","0.54889717000000132e2"],["-0.58904167000000029e2","0.54844711000000075e2"],["-0.58838332999999977e2","0.54832497000000046e2"],["-0.58832503999999972e2","0.54831940000000145e2"],["-0.58824172999999973e2","0.54834434999999985e2"],["-0.58694442999999978e2","0.54820549000000028e2"],["-0.58685271999999941e2","0.54815543999999989e2"],["-0.58560828999999956e2","0.54776100000000042e2"],["-0.58443610999999919e2",54.77388000000002],["-0.58398887999999943e2",54.78472099999999],["-0.58391944999999964e2","0.54787498000000085e2"],["-0.58379997000000003e2","0.54789993000000095e2"],["-0.58328056000000004e2","0.54792496000000085e2"],["-0.58243331999999953e2","0.54794716000000051e2"],["-0.58196663000000001e2","0.54795272999999952e2"],["-0.58191108999999983e2","0.54794158999999979e2"],["-0.58188332000000003e2","0.54792496000000085e2"],[-58.18721800000003,"0.54788605000000018e2"],["-0.58188605999999936e2",54.783051],[-58.19388600000002,"0.54777771000000087e2"],["-0.58196944999999971e2","0.54773322999999948e2"],["-0.58198607999999979e2","0.54767768999999987e2"],["-0.58184166000000005e2","0.54751662999999951e2"],["-0.58173332000000016e2","0.54745544000000109e2"],["-0.58145554000000004e2","0.54739716000000044e2"],["-0.58110001000000011e2","0.54737213000000054e2"],["-0.58001395999999943e2",54.73333000000008],["-0.57945548999999971e2","0.54739989999999977e2"],["-0.57935554999999965e2","0.54741104000000121e2"],["-0.57910552999999936e2",54.74193600000001],["-0.57855002999999954e2","0.54737495000000081e2"],["-0.57847495999999921e2","0.54735550000000103e2"],["-0.57842498999999918e2","0.54731377000000009e2"],["-0.57831947000000014e2",54.71776600000004],["-0.57789725999999916e2",54.68221299999999],[-57.78556100000003,"0.54679161000000079e2"],["-0.57713057999999933e2","0.54643051000000128e2"],["-0.57700835999999981e2","0.54637215000000083e2"],["-0.57693610999999976e2","0.54634720000000073e2"],["-0.57676392000000021e2","0.54630272000000105e2"],["-0.57660278000000005e2","0.54628043999999932e2"],["-0.57642226999999991e2","0.54628043999999932e2"],["-0.57626388999999961e2","0.54629990000000021e2"],["-0.57577781999999956e2","0.54638885000000073e2"],["-0.57574172999999973e2","0.54640274000000034e2"],["-0.57569725000000005e2","0.54644440000000145e2"],["-0.57567223000000013e2","0.54648331000000042e2"],["-0.57559165999999948e2","0.54655822999999998e2"],["-0.57545836999999949e2","0.54661659000000043e2"],["-0.57539168999999902e2","0.54662209000000075e2"],["-0.57456389999999999e2","0.54650826000000052e2"],["-0.57450553999999954e2","0.54649993999999936e2"],["-0.57444716999999969e2","0.54647217000000069e2"],["-0.57355834999999956e2","0.54590271000000087e2"],["-0.57352782999999874e2","0.54587493999999992e2"],["-0.57347495999999921e2","0.54579437000000041e2"],[-57.346947,"0.54574714999999969e2"],["-0.57348610000000008e2","0.54566940000000045e2"],["-0.57380828999999949e2","0.54507499999999993e2"],["-0.57385276999999917e2","0.54503326000000129e2"],["-0.57396949999999947e2","0.54495827000000133e2"],["-0.57427222999999969e2","0.54487770000000012e2"],["-0.57484726000000023e2","0.54482491000000039e2"],["-0.57493057000000022e2","0.54483330000000137e2"],["-0.57519447000000014e2","0.54483879000000115e2"],["-0.57590836000000024e2","0.54484160999999972e2"],["-0.57618056999999965e2","0.54483604000000071e2"],["-0.57672774999999888e2","0.54479988000000048e2"],["-0.57694999999999993e2","0.54475548000000003e2"],["-0.57702224999999942e2",54.47304500000007],["-0.57704169999999976e2","0.54470543000000134e2"],["-0.57705275999999969e2","0.54466933999999981e2"],["-0.57700554000000011e2",54.45915999999994],["-0.57686942999999928e2","0.54458885000000123e2"],["-0.57658332999999971e2","0.54463051000000007e2"],["-0.57587775999999963e2","0.54467208999999968e2"],["-0.57487777999999935e2",54.47304500000007],[-57.47222099999999,"0.54473602000000142e2"],["-0.57449996999999939e2","0.54467491000000052e2"],["-0.57442497000000003e2","0.54464996000000042e2"],["-0.57425277999999992e2",54.45915999999994],["-0.57421111999999994e2","0.54455826000000002e2"],["-0.57421669000000009e2","0.54453605999999979e2"],["-0.57523330999999985e2","0.54417213000000061e2"],["-0.57621666000000005e2","0.54383605999999929e2"],["-0.57629439999999988e2","0.54381660000000068e2"],["-0.57660827999999924e2","0.54376937999999996e2"],["-0.57678336999999999e2","0.54375267000000122e2"],["-0.57695273999999927e2","0.54374992000000077e2"],["-0.57715552999999943e2","0.54376937999999996e2"],["-0.57743056999999965e2","0.54380821000000083e2"],["-0.57783332999999971e2","0.54388329000000113e2"],["-0.57797226000000023e2",54.38888500000013],["-0.57876105999999936e2","0.54386658000000068e2"],["-0.57910278000000005e2","0.54385269000000051e2"],["-0.58050277999999878e2","0.54377487000000087e2"],["-0.58146392999999989e2","0.54365273000000059e2"],["-0.58154166999999973e2","0.54363327000000027e2"],["-0.58172501000000011e2","0.54357498000000021e2"],["-0.58185271999999941e2","0.54351661999999919e2"],["-0.58248055000000022e2","0.54320274000000097e2"],["-0.58259726999999998e2","0.54312766999999951e2"],["-0.58261947999999961e2","0.54311104000000057e2"],["-0.58259170999999981e2",54.30971500000004],["-0.58253333999999995e2","0.54308884000000035e2"],["-0.58221107000000018e2","0.54311661000000129e2"],["-0.58197495000000004e2",54.31638300000003],["-0.58108337000000006e2","0.54328049000000021e2"],["-0.58098609999999951e2","0.54327217000000076e2"],["-0.58095832999999971e2","0.54325828999999999e2"],["-0.58233886999999982e2","0.54254166000000055e2"],[-58.24722300000002,"0.54252777000000037e2"],["-0.58344161999999926e2","0.54244438000000002e2"],["-0.58383056999999894e2","0.54241104000000007e2"],["-0.58410278000000005e2","0.54241661000000136e2"],["-0.58417220999999984e2","0.54242493000000024e2"],["-0.58431388999999967e2","0.54242218000000037e2"],["-0.58453888000000006e2",54.23721299999994],["-0.58566108999999926e2","0.54204163000000108e2"],["-0.58579169999999976e2","0.54199996999999996e2"],["-0.58601394999999968e2",54.186104],["-0.58611945999999989e2","0.54178329000000076e2"],["-0.58628882999999973e2","0.54169716000000108e2"],[-58.6444469999999,"0.54165267999999969e2"],["-0.58692771999999991e2",54.151657],["-0.58724715999999944e2","0.54145271000000093e2"],["-0.58756949999999961e2","0.54141106000000093e2"],["-0.58771110999999962e2",54.13999200000012],["-0.58797782999999981e2","0.54139717000000076e2"],["-0.58833611000000019e2","0.54145827999999995e2"],["-0.58842773000000022e2","0.54145827999999995e2"],["-0.58860001000000011e2","0.54144714000000022e2"],["-0.58915276000000006e2","0.54138603000000103e2"],["-0.58928336999999942e2",54.13638300000008],["-0.59114165999999955e2","0.54103881999999999e2"],["-0.59190551999999968e2","0.54087212000000079e2"],["-0.59248336999999992e2","0.54071937999999989e2"],[-59.27944199999996,"0.54064438000000109e2"],["-0.59376105999999993e2","0.54046943999999996e2"],["-0.59434440999999936e2",54.0472180000001],["-0.59470275999999956e2","0.54051659000000029e2"],["-0.59510001999999929e2","0.54059433000000013e2"],["-0.59534446999999943e2",54.05832700000002],["-0.59561385999999914e2",54.05332199999998],["-0.59575561999999991e2","0.54049438000000123e2"],["-0.59582221999999945e2","0.54046387000000095e2"],["-0.59586945000000014e2",54.0430530000001],["-0.59588608000000022e2","0.54040549999999939e2"],["-0.59584723999999994e2","0.54035271000000137e2"],["-0.59517220000000009e2","0.53997214999999983e2"],["-0.59509726999999998e2","0.53995544000000109e2"],["-0.59494445999999982e2","0.53996383999999978e2"],["-0.59265839000000028e2","0.54023048000000074e2"],["-0.59049445999999932e2","0.54057495000000074e2"],["-0.58877220000000023e2","0.54094993999999986e2"],["-0.58703055999999947e2","0.54124161000000129e2"],["-0.58431113999999923e2","0.54217209000000025e2"],["-0.58426392000000021e2","0.54221931000000097e2"],["-0.58417502999999954e2","0.54228043000000071e2"],["-0.58406386999999938e2","0.54229713000000061e2"],["-0.58379439999999931e2","0.54229988000000105e2"],["-0.58371940999999936e2","0.54228043000000071e2"],["-0.58374442999999928e2","0.54224434000000088e2"],["-0.58449722000000008e2","0.54154434000000094e2"],["-0.58605003000000011e2","0.54044158999999979e2"],["-0.58610282999999981e2","0.54041663999999912e2"],["-0.58632499999999936e2","0.54035271000000137e2"],["-0.58654998999999975e2","0.54031661999999983e2"],["-0.58678054999999915e2","0.54029160000000104e2"],["-0.58704445000000021e2","0.54027214000000015e2"],["-0.58721663999999919e2","0.54027489000000003e2"],["-0.58749167999999997e2","0.54031105000000082e2"],["-0.58759170999999981e2","0.54032767999999976e2"],["-0.58768058999999937e2","0.54034995999999978e2"],["-0.58779723999999931e2","0.54037773000000072e2"],[-58.80750299999994,"0.54043327000000033e2"],["-0.58835830999999928e2",54.0472180000001],["-0.58879997000000003e2","0.54044998000000078e2"],["-0.58937499999999943e2","0.54041663999999912e2"],["-0.59002501999999936e2","0.54032494000000042e2"],["-0.59038611999999944e2",54.02693899999997],["-0.59041388999999981e2","0.54026100000000042e2"],["-0.59042777999999942e2","0.54022766000000047e2"],["-0.59040557999999862e2","0.54021751000000052e2"],["-0.59006950000000018e2","0.54018051000000014e2"],["-0.58951942000000031e2","0.54014717000000019e2"],["-0.58944159999999954e2",54.01527400000009],[-58.92583499999995,"0.54014717000000019e2"],["-0.58922500999999954e2","0.54013885000000073e2"],["-0.58919448999999929e2","0.54010826000000122e2"],["-0.58923057999999969e2","0.54007216999999969e2"],["-0.58954169999999976e2","0.53983879000000002e2"],["-0.58963057999999933e2","0.53977767999999969e2"],["-0.58980826999999977e2","0.53966385000000116e2"],["-0.59008338999999921e2","0.53955268999999987e2"],["-0.59015838999999971e2","0.53953323000000125e2"],["-0.59047782999999981e2","0.53948326000000009e2"],["-0.59072226999999941e2","0.53947487000000024e2"],["-0.59115279999999871e2","0.53946381000000031e2"],[-59.12222300000002,"0.53945267000000058e2"],["-0.59172774999999945e2","0.53934990000000028e2"],["-0.59201392999999996e2","0.53927489999999977e2"],["-0.59331946999999957e2","0.53888329000000056e2"],[-59.345551,"0.53883049000000142e2"],["-0.59363891999999908e2","0.53872215000000097e2"],["-0.59369445999999982e2","0.53867493000000024e2"],["-0.59393616000000009e2",53.8555530000001],[-59.43638599999997,"0.53837493999999992e2"],["-0.59463332999999977e2","0.53830551000000014e2"],["-0.59480277999999998e2",53.82777400000009],["-0.59527221999999995e2","0.53822495000000117e2"],["-0.59543892000000028e2",53.8211060000001],["-0.59596107000000018e2","0.53819160000000011e2"],[-59.62388599999997,53.82027400000004],["-0.59635833999999988e2","0.53820831000000112e2"],["-0.59698607999999979e2","0.53829437000000041e2"],["-0.59716659999999933e2","0.53831939999999975e2"],["-0.59728049999999996e2","0.53835266000000047e2"],["-0.59755561999999941e2","0.53838600000000042e2"],["-0.59798339999999939e2","0.53843322999999998e2"],["-0.59807776999999874e2",53.84388000000007],["-0.59825835999999981e2","0.53842766000000097e2"],["-0.59852782999999988e2","0.53839432000000102e2"],["-0.59872498000000007e2","0.53833603000000096e2"],["-0.59877219999999966e2",53.83027600000014],["-0.59880553999999961e2","0.53825272000000041e2"],["-0.59989165999999955e2","0.53779716000000121e2"],["-0.60082779000000016e2","0.53762497000000053e2"],["-0.60121108999999933e2","0.53625267000000065e2"],[-60.11999499999996,"0.53611381999999992e2"],[-60.11361699999992,"0.53602493000000095e2"],["-0.60110000999999954e2","0.53598877000000073e2"],["-0.60105002999999954e2","0.53594711000000132e2"],["-0.60087501999999915e2","0.53583602999999982e2"],["-0.60068061999999998e2","0.53573326000000009e2"],["-0.60064444999999978e2","0.53569716999999969e2"],["-0.60063332000000003e2","0.53565826000000072e2"],["-0.60064444999999978e2","0.53560272000000111e2"],["-0.60069724999999949e2","0.53555550000000039e2"],["-0.60075004999999919e2","0.53553047000000049e2"],["-0.60133888000000013e2","0.53528328000000101e2"],["-0.60138335999999981e2","0.53528603000000089e2"],["-0.60347495999999978e2","0.53626938000000109e2"],["-0.60358611999999994e2","0.53634438000000046e2"],["-0.60361670999999944e2","0.53639717000000019e2"],["-0.60364448999999979e2","0.53648331000000042e2"],["-0.60368056999999965e2","0.53652771000000087e2"],["-0.60382499999999936e2","0.53662490999999989e2"],["-0.60390556000000004e2","0.53665543000000071e2"],["-0.60503059000000007e2","0.53705826000000116e2"],["-0.60511115999999959e2","0.53708327999999995e2"],["-0.60560279999999977e2","0.53718323000000112e2"],["-0.60648613000000012e2","0.53737376999999981e2"],["-0.60670612000000006e2","0.53740047000000061e2"],["-0.60705115999999975e2","0.53744881000000021e2"],[-60.75894900000003,"0.53761718999999971e2"],["-0.60769943000000012e2","0.53765381000000104e2"],["-0.60856948999999986e2","0.53792770000000019e2"],["-0.60887222000000008e2","0.53751389000000074e2"],["-0.60880279999999914e2","0.53713051000000007e2"],["-0.60834723999999937e2","0.53721375000000023e2"],["-0.60757724999999994e2","0.53713768000000016e2"],["-0.60747222999999963e2",53.71276499999999],["-0.60654891999999961e2","0.53698768999999913e2"],["-0.60644225999999946e2","0.53696937999999989e2"],["-0.60537223999999924e2","0.53678329000000019e2"],["-0.60511947999999961e2","0.53669716000000051e2"],["-0.60446563999999967e2","0.53644852000000128e2"],["-0.60431670999999994e2","0.53639160000000118e2"],["-0.60360282999999981e2","0.53606658999999979e2"],["-0.60354445999999996e2","0.53603882000000112e2"],["-0.60342223999999931e2","0.53596099999999979e2"],["-0.60334166999999979e2","0.53589156999999943e2"],["-0.60323333999999988e2","0.53581665000000044e2"],["-0.60298614999999927e2","0.53568054000000075e2"],["-0.60278884999999946e2","0.53558601000000067e2"],["-0.60253616000000022e2","0.53549995000000138e2"],["-0.60103614999999934e2","0.53500549000000092e2"],["-0.60106392000000028e2","0.53457497000000046e2"],["-0.60123328999999956e2","0.53456100000000106e2"],["-0.60138054000000011e2","0.53453605999999979e2"],["-0.60202224999999999e2","0.53433600999999953e2"],[-60.40582999999998,"0.53364158999999972e2"],["-0.60413329999999974e2","0.53357773000000009e2"],["-0.60412216000000001e2","0.53349716000000058e2"],["-0.60404998999999975e2","0.53334160000000111e2"],["-0.60395835999999974e2","0.53331383000000017e2"],["-0.60391113000000018e2","0.53331107999999972e2"],["-0.60301392000000021e2","0.53336380000000133e2"],["-0.60230826999999977e2","0.53343323000000112e2"],["-0.60216109999999901e2","0.53345824999999991e2"],["-0.60203888000000006e2","0.53349716000000058e2"],["-0.60198607999999865e2","0.53350548000000003e2"],["-0.60188605999999993e2","0.53350548000000003e2"],[-60.18332700000002,"0.53349433999999974e2"],["-0.60176665999999898e2","0.53346382000000062e2"],["-0.60175002999999947e2","0.53343048000000067e2"],["-0.60174720999999977e2","0.53338043000000027e2"],["-0.60180831999999896e2","0.53329993999999999e2"],["-0.60190833999999938e2","0.53321937999999932e2"],["-0.60202224999999999e2","0.53313605999999936e2"],["-0.60208892999999989e2","0.53310546999999985e2"],["-0.60283332999999914e2","0.53289436000000137e2"],["-0.60295836999999949e2","0.53286659000000043e2"],["-0.60333885000000009e2","0.53280548000000124e2"],["-0.60367217999999923e2",53.27777100000003],["-0.60389724999999999e2",53.27693899999997],["-0.60418335000000013e2","0.53269440000000145e2"],["-0.60416663999999969e2","0.53268326000000002e2"],["-0.60398055999999997e2","0.53265549000000078e2"],["-0.60316108999999926e2","0.53264160000000061e2"],["-0.60289444000000003e2","0.53263885000000073e2"],["-0.60133613999999966e2","0.53283607000000131e2"],["-0.60024719000000005e2","0.53354996000000142e2"],["-0.59953887999999949e2","0.53406937000000028e2"],["-0.59931945999999925e2",53.42582700000014],[-59.84194199999996,"0.53476379000000065e2"],["-0.59821670999999981e2","0.53471656999999993e2"],["-0.59806106999999997e2","0.53471100000000092e2"],["-0.59798057999999969e2","0.53472214000000065e2"],["-0.59789168999999958e2","0.53474434000000088e2"],["-0.59785003999999958e2","0.53477210999999954e2"],["-0.59783614999999998e2","0.53481102000000021e2"],[-59.78472899999997,"0.53485268000000133e2"],["-0.59799170999999944e2","0.53491378999999995e2"],["-0.59823615999999959e2",53.49332400000003],["-0.59858611999999994e2","0.53496101000000124e2"],[-59.89916999999997,"0.53516936999999928e2"],["-0.59901108000000022e2","0.53519714000000022e2"],["-0.59898337999999967e2",53.52416199999999],["-0.59893058999999994e2","0.53528603000000089e2"],["-0.59875556999999958e2","0.53534996000000035e2"],["-0.59855835000000013e2","0.53536942000000124e2"],["-0.59847495999999978e2","0.53536658999999986e2"],[-59.80999799999995,"0.53529716000000008e2"],["-0.59773613000000012e2","0.53517769000000044e2"],["-0.59763061999999934e2","0.53515274000000034e2"],["-0.59755561999999941e2","0.53514998999999989e2"],["-0.59740279999999984e2","0.53515831000000105e2"],["-0.59621108999999933e2","0.53527214000000129e2"],["-0.59605834999999956e2","0.53529716000000008e2"],["-0.59560829000000012e2","0.53540550000000053e2"],[-59.53082999999998,"0.53548882000000049e2"],["-0.59517501999999979e2","0.53553878999999938e2"],["-0.59478333000000021e2","0.53572769000000108e2"],["-0.59329726999999991e2",53.65387700000008],["-0.59162216000000001e2","0.53671379000000115e2"],["-0.59079726999999934e2","0.53680550000000096e2"],["-0.59074172999999917e2","0.53683051999999975e2"],["-0.59023887999999999e2","0.53713882000000012e2"],[-59.01916499999993,"0.53719154000000117e2"],["-0.59010833999999932e2","0.53744438000000116e2"],["-0.59010559000000001e2","0.53746658000000139e2"],["-0.59018889999999999e2","0.53749161000000129e2"],["-0.59035003999999958e2",53.74721500000004],["-0.59041388999999981e2",53.748604],["-0.59046111999999937e2",53.75277699999998],[-59.06527699999998,"0.53791107000000068e2"],["-0.59066390999999896e2","0.53794998000000135e2"],["-0.59058334000000002e2","0.53803322000000037e2"],["-0.59049445999999932e2","0.53810822000000087e2"],["-0.59042777999999942e2",53.81499500000001],["-0.58870276999999987e2","0.53904709000000139e2"],["-0.58550277999999935e2","0.54009163000000001e2"],["-0.58326110999999969e2","0.54046271999999988e2"],["-0.58216942000000017e2","0.54071770000000129e2"],["-0.58204612999999995e2","0.54074604000000136e2"],[-58.19377499999996,"0.54075939000000062e2"],["-0.58180446999999958e2","0.54075436000000025e2"],["-0.58156780000000026e2","0.54071434000000011e2"],[-58.15060799999992,"0.54069438999999988e2"],["-0.58028610000000015e2","0.54079720000000123e2"],["-0.57951942000000031e2","0.54070831000000055e2"],["-0.57938605999999993e2","0.54070273999999984e2"],["-0.57815552000000025e2","0.54066101000000003e2"],["-0.57797501000000011e2","0.54066101000000003e2"],["-0.57789443999999946e2","0.54068603999999993e2"],["-0.57786391999999921e2","0.54071662999999944e2"],["-0.57786117999999988e2","0.54075271999999984e2"],["-0.57789443999999946e2","0.54079720000000123e2"],["-0.57805556999999908e2","0.54086654999999951e2"],["-0.57851668999999958e2","0.54100273000000016e2"],["-0.57869720000000029e2","0.54103050000000053e2"],[-58.07650000000001,"0.54124489000000096e2"],["-0.58152495999999928e2","0.54129158000000018e2"],["-0.58167163999999957e2","0.54127827000000025e2"],["-0.58181503000000021e2","0.54124660000000006e2"],["-0.58195830999999998e2","0.54120159000000115e2"],["-0.58210834999999918e2","0.54113995000000102e2"],["-0.58214668000000017e2","0.54111828000000003e2"],["-0.58216994999999997e2","0.54110493000000076e2"],["-0.58223000000000013e2","0.54103992000000062e2"],["-0.58226832999999942e2","0.54101826000000074e2"],["-0.58229831999999931e2","0.54100822000000107e2"],["-0.58236834999999928e2","0.54099327000000073e2"],["-0.58245166999999981e2","0.54099158999999986e2"],["-0.58254332999999974e2","0.54101322000000096e2"],["-0.58415276000000006e2","0.54135269000000108e2"],[-58.4183349999999,"0.54139717000000076e2"],["-0.58417220999999984e2","0.54143051000000071e2"],["-0.58383613999999966e2","0.54189712999999983e2"],["-0.58379439999999931e2","0.54193877999999984e2"],["-0.58373885999999914e2","0.54198326000000122e2"],["-0.58367500000000007e2","0.54201934999999935e2"],["-0.58355559999999912e2",54.20638300000013],["-0.58203613000000018e2","0.54234161000000029e2"],["-0.58177779999999984e2","0.54236938000000123e2"],["-0.58030829999999924e2","0.54235550000000046e2"],["-0.58003058999999951e2","0.54233879000000002e2"],[-57.99361399999998,"0.54230819999999994e2"],["-0.57973609999999951e2","0.54221656999999993e2"],["-0.57961112999999898e2","0.54217766000000097e2"],["-0.57935271999999998e2","0.54211662000000103e2"],["-0.57866660999999965e2","0.54197769000000051e2"],["-0.57856392000000028e2","0.54196098000000006e2"],["-0.57659163999999919e2","0.54199432000000002e2"],["-0.57468329999999924e2","0.54193877999999984e2"],["-0.57428336999999885e2",54.18249499999996],["-0.57384170999999981e2","0.54150543000000027e2"],["-0.57385559000000001e2","0.54145827999999995e2"],["-0.57389998999999989e2","0.54141106000000093e2"],["-0.57383613999999966e2","0.54128875999999991e2"],["-0.57370833999999945e2","0.54106384000000048e2"],["-0.57367774999999995e2",54.10193600000008],["-0.57323333999999988e2","0.54039719000000105e2"],["-0.57221106999999961e2","0.53918326999999977e2"],["-0.57115279999999984e2","0.53838600000000042e2"],["-0.57092773000000022e2","0.53831664999999987e2"],["-0.57083611000000019e2","0.53828605999999979e2"],["-0.57079726999999991e2","0.53826660000000118e2"],["-0.57076392999999996e2","0.53823051000000078e2"],["-0.57077498999999932e2","0.53819442999999978e2"],["-0.57151389999999992e2","0.53735824999999977e2"],["-0.57302498000000014e2","0.53679161000000079e2"],["-0.57314720000000023e2","0.53676383999999985e2"],["-0.57387504999999976e2","0.53658325000000048e2"],["-0.57429169000000002e2","0.53647491000000002e2"],["-0.57484169000000009e2","0.53631660000000011e2"],[-57.49111199999993,"0.53628876000000048e2"],[-57.52305599999994,"0.53612495000000081e2"],["-0.57538894999999968e2","0.53602218999999991e2"],["-0.57544448999999986e2","0.53597771000000023e2"],["-0.57549995000000024e2","0.53591934000000037e2"],["-0.57550551999999982e2","0.53587494000000049e2"],["-0.57545279999999991e2","0.53584717000000126e2"],["-0.57541114999999991e2","0.53585266000000104e2"],["-0.57533332999999914e2","0.53587494000000049e2"],[-57.52777900000001,"0.53591377000000136e2"],[-57.49361399999998,"0.53609436000000073e2"],["-0.57479720999999984e2",53.61332700000014],["-0.57458054000000004e2","0.53617493000000081e2"],["-0.57444716999999969e2","0.53618599000000074e2"],["-0.57373610999999926e2","0.53606658999999979e2"],["-0.57316665999999998e2","0.53579720000000009e2"],["-0.57313613999999973e2","0.53573608000000036e2"],["-0.57303054999999915e2","0.53530823000000112e2"],["-0.57302498000000014e2","0.53526382000000012e2"],["-0.57303329000000019e2","0.53509437999999932e2"],["-0.57305557000000022e2",53.49971800000003],["-0.57306664000000012e2","0.53496384000000091e2"],["-0.57317779999999971e2",53.47554800000006],["-0.57328887999999949e2","0.53461937000000091e2"],["-0.57332503999999915e2","0.53458328000000051e2"],["-0.57345832999999914e2","0.53450546000000088e2"],["-0.57336945000000014e2","0.53440269000000114e2"],["-0.57316390999999953e2","0.53435822000000087e2"],["-0.57303329000000019e2",53.43332700000002],["-0.57297501000000011e2","0.53433052000000032e2"],["-0.57289169000000015e2","0.53433875999999998e2"],["-0.57283332999999971e2","0.53438598999999954e2"],["-0.57293616999999983e2","0.53467766000000097e2"],["-0.57285277999999948e2","0.53477485999999999e2"],["-0.57281386999999995e2","0.53479430999999977e2"],["-0.57248610999999983e2","0.53494156000000089e2"],[-57.23750299999989,"0.53498604000000057e2"],["-0.57130279999999971e2","0.53593880000000127e2"],["-0.57111389000000031e2","0.53621658000000082e2"],[-57.06138599999997,"0.53671379000000115e2"],["-0.57014724999999942e2","0.53711380000000133e2"],["-0.56973610000000008e2","0.53724434000000031e2"],["-0.56959442000000024e2","0.53728325000000098e2"],["-0.56926391999999964e2","0.53730270000000075e2"],["-0.56916663999999969e2","0.53728600000000085e2"],["-0.56860832000000016e2","0.53722488000000112e2"],["-0.56797226000000023e2","0.53719986000000063e2"],["-0.56660827999999924e2","0.53720543000000134e2"],[-56.62222300000002,"0.53733604000000071e2"],["-0.56628608999999983e2","0.53741936000000067e2"],["-0.56628333999999995e2","0.53744156000000032e2"],["-0.56626105999999936e2","0.53745827000000133e2"],["-0.56603332999999964e2","0.53759163000000058e2"],["-0.56483611999999994e2","0.53782494000000099e2"],["-0.56464691000000016e2","0.53782272000000034e2"],["-0.56448333999999988e2","0.53777771000000143e2"],["-0.56431670999999994e2","0.53764442000000031e2"],["-0.56426948999999979e2","0.53757216999999969e2"],["-0.56413886999999988e2","0.53727768000000026e2"],["-0.56414443999999946e2","0.53721931000000041e2"],["-0.56415275999999949e2","0.53720543000000134e2"],["-0.56421669000000009e2","0.53716933999999924e2"],["-0.56429169000000002e2",53.71527100000003],["-0.56438048999999921e2",53.71527100000003],["-0.56446944999999971e2","0.53716933999999924e2"],["-0.56482773000000009e2","0.53718048000000124e2"],["-0.56506393000000003e2","0.53716933999999924e2"],["-0.56521666999999979e2","0.53714714000000129e2"],["-0.56544448999999986e2","0.53709717000000012e2"],["-0.56662215999999944e2","0.53679993000000024e2"],["-0.56680283000000031e2","0.53672768000000133e2"],["-0.56627220000000023e2","0.53650826000000052e2"],["-0.56618057000000022e2","0.53647491000000002e2"],["-0.56340552999999943e2","0.53588325999999938e2"],["-0.56320281999999963e2","0.53585266000000104e2"],["-0.56225554999999872e2","0.53577217000000076e2"],[-56.21665999999999,"0.53577217000000076e2"],["-0.56205832999999984e2","0.53581665000000044e2"],[-56.15582999999998,"0.53591660000000104e2"],["-0.56078613000000018e2",53.58387799999997],["-0.56069167999999934e2","0.53582771000000037e2"],["-0.56031386999999995e2",53.57638500000013],["-0.56027221999999995e2","0.53575272000000041e2"],["-0.55991385999999977e2","0.53552216000000044e2"],["-0.55978881999999942e2","0.53542221000000097e2"],["-0.55990836999999942e2","0.53510277000000087e2"],["-0.55996947999999918e2","0.53505272000000048e2"],["-0.56008780999999942e2","0.53503666000000067e2"],[-56.01294699999994,"0.53503993999999977e2"],["-0.56017444999999952e2","0.53505996999999979e2"],["-0.56018611999999962e2","0.53508495000000096e2"],["-0.56021110999999962e2","0.53513054000000011e2"],["-0.56022498999999982e2","0.53516388000000006e2"],["-0.56047501000000011e2","0.53533607000000075e2"],["-0.56063332000000003e2","0.53540833000000021e2"],["-0.56145836000000031e2","0.53553047000000049e2"],["-0.56208892999999989e2","0.53559433000000126e2"],["-0.56242500000000007e2","0.53559990000000028e2"],["-0.56258338999999921e2","0.53559158000000139e2"],["-0.56264724999999999e2","0.53555550000000039e2"],["-0.56266113000000018e2","0.53549995000000138e2"],["-0.56263335999999924e2","0.53540276000000119e2"],["-0.56259170999999924e2","0.53537773000000129e2"],["-0.56145553999999947e2","0.53500000000000114e2"],["-0.56115279999999927e2","0.53491936000000123e2"],["-0.56077498999999932e2","0.53483330000000024e2"],["-0.56037780999999995e2","0.53461655000000007e2"],["-0.56027442999999948e2","0.53454326999999978e2"],["-0.55965552999999943e2",53.40915700000005],["-0.55965836000000024e2",53.40554800000001],[-55.96944400000001,"0.53400542999999971e2"],[-56.00417299999998,"0.53388045999999974e2"],["-0.56025275999999963e2",53.37971500000009],[-56.03167000000002,"0.53376099000000011e2"],[-56.03833800000001,"0.53367493000000138e2"],["-0.56029998999999975e2","0.53365273000000116e2"],["-0.56020835999999974e2","0.53364158999999972e2"],["-0.56013061999999991e2","0.53364440999999999e2"],[-56.001396,"0.53366661000000022e2"],["-0.55988051999999982e2","0.53369713000000104e2"],["-0.55981383999999935e2","0.53373047000000099e2"],["-0.55969497999999874e2","0.53380775000000028e2"],["-0.55959723999999937e2","0.53390273999999977e2"],["-0.55953132999999923e2","0.53392441000000019e2"],["-0.55938605999999936e2","0.53395271000000037e2"],["-0.55925116999999943e2","0.53396133000000134e2"],["-0.55912216000000001e2","0.53394997000000103e2"],["-0.55893616000000009e2","0.53389717000000076e2"],["-0.55881385999999964e2","0.53382767000000001e2"],["-0.55808051999999975e2","0.53340546000000018e2"],["-0.55807456999999943e2","0.53284966000000111e2"],["-0.55745834000000002e2","0.53249435000000119e2"],["-0.55747498000000007e2","0.53143607999999972e2"],["-0.55749442999999985e2","0.53139717000000076e2"],["-0.55754172999999923e2","0.53134995000000004e2"],["-0.55833312999999919e2","0.53097931000000017e2"],["-0.55879856000000018e2","0.53073795000000018e2"],[-55.91194200000001,"0.53028327999999988e2"],["-0.55926666000000012e2","0.53023323000000119e2"],["-0.55934440999999936e2","0.53021660000000054e2"],["-0.55943329000000006e2","0.53021102999999925e2"],["-0.55964447000000007e2","0.53021660000000054e2"],["-0.55990836999999942e2","0.53024162000000103e2"],["-0.56008338999999978e2",53.02748900000006],["-0.56025001999999972e2","0.53033606999999961e2"],["-0.56034172000000012e2","0.53036110000000122e2"],["-0.56056106999999997e2","0.53038329999999974e2"],["-0.56160278000000005e2","0.53033606999999961e2"],["-0.56165833000000021e2","0.53032768000000033e2"],["-0.56166945999999996e2","0.53029434000000037e2"],["-0.56165276000000006e2","0.53024993999999992e2"],["-0.56040840000000003e2","0.53005829000000062e2"],["-0.55958611000000019e2",52.99610100000001],["-0.55949439999999981e2","0.52994995000000017e2"],["-0.55889442000000031e2","0.52969154000000117e2"],["-0.55885276999999974e2","0.52966384999999946e2"],["-0.55834166999999979e2","0.52921936000000017e2"],[-55.80471799999998,"0.52877213000000097e2"],["-0.55803328999999962e2","0.52839431999999931e2"],["-0.55803885999999977e2","0.52831940000000031e2"],["-0.55808051999999975e2",52.82638500000013],["-0.55841109999999958e2","0.52827217000000019e2"],["-0.55879165999999941e2","0.52824165000000107e2"],["-0.55973610000000008e2","0.52810547000000099e2"],["-0.55987777999999992e2","0.52806099000000131e2"],["-0.56060829000000012e2","0.52766106000000093e2"],["-0.55964721999999938e2","0.52681664000000069e2"],[-55.96055599999994,"0.52679161000000136e2"],["-0.55950553999999897e2","0.52677216000000101e2"],["-0.55933608999999933e2","0.52675552000000096e2"],["-0.55918335000000013e2","0.52677490000000034e2"],["-0.55874717999999973e2",52.68332700000002],["-0.55786948999999993e2","0.52683601000000124e2"],["-0.55779167000000029e2","0.52682495000000074e2"],[-55.77305599999994,"0.52679161000000136e2"],["-0.55768889999999942e2","0.52674995000000024e2"],["-0.55740836999999999e2","0.52646385000000009e2"],[-55.73860899999994,52.64276899999993],["-0.55739998000000014e2","0.52639434999999935e2"],["-0.55757506999999919e2","0.52614440999999999e2"],["-0.55769447000000014e2","0.52608047000000113e2"],["-0.55792777999999998e2",52.60166200000009],["-0.55888892999999996e2","0.52608047000000113e2"],["-0.55898613000000012e2","0.52609993000000031e2"],["-0.55939940999999976e2","0.52628268999999989e2"],["-0.55958777999999995e2","0.52635604999999941e2"],["-0.56032775999999956e2","0.52654709000000025e2"],["-0.56048889000000031e2","0.52656096999999932e2"],["-0.56075004999999919e2","0.52655822999999998e2"],["-0.56108611999999937e2","0.52655266000000097e2"],["-0.56122771999999941e2","0.52651100000000042e2"],["-0.56123885999999857e2","0.52647491000000002e2"],["-0.56119720000000029e2","0.52643326000000002e2"],["-0.56112007000000006e2","0.52641036999999983e2"],["-0.56099060000000009e2","0.52641006000000118e2"],["-0.56071945000000028e2","0.52644714000000135e2"],[-56.06361400000003,"0.52644714000000135e2"],["-0.56054442999999992e2","0.52643608000000086e2"],["-0.55982773000000009e2","0.52622490000000028e2"],["-0.55974998000000028e2","0.52619713000000104e2"],["-0.55970832999999914e2","0.52615546999999992e2"],["-0.55972770999999966e2","0.52610825000000091e2"],["-0.55985275000000001e2","0.52602218999999991e2"],["-0.56039169000000015e2","0.52584991000000059e2"],[-56.155777,"0.52557438000000104e2"],["-0.56172611000000018e2","0.52553608000000111e2"],["-0.56186110999999983e2","0.52550938000000031e2"],["-0.56200779000000011e2","0.52550938000000031e2"],["-0.56253058999999951e2","0.52543884000000048e2"],["-0.56297500999999954e2","0.52563606000000107e2"],["-0.56315552000000025e2","0.52572219999999959e2"],["-0.56322501999999986e2","0.52574715000000026e2"],["-0.56333327999999995e2","0.52576942000000088e2"],["-0.56356391999999971e2","0.52580276000000026e2"],["-0.56456389999999942e2","0.52592765999999983e2"],["-0.56478607000000011e2","0.52594437000000028e2"],["-0.56496871999999939e2","0.52594147000000021e2"],["-0.56452782000000013e2",52.56888600000002],["-0.56444160000000011e2","0.52565826000000129e2"],[-56.28055599999999,"0.52534996000000092e2"],["-0.56262221999999952e2","0.52531662000000097e2"],[-56.19755600000002,"0.52525105000000053e2"],["-0.56153556999999921e2","0.52526103999999918e2"],["-0.55988892000000021e2","0.52506386000000077e2"],["-0.55829726999999934e2",52.51249700000011],["-0.55761390999999946e2","0.52498878000000047e2"],["-0.55751395999999943e2","0.52496101000000124e2"],["-0.55746947999999975e2","0.52493881000000101e2"],["-0.55743057000000022e2","0.52490829000000019e2"],["-0.55735001000000011e2","0.52478599999999972e2"],["-0.55734169000000009e2","0.52474709000000075e2"],["-0.55735832000000016e2","0.52469154000000003e2"],["-0.55764450000000011e2",52.45388000000014],["-0.55767501999999922e2","0.52451103000000046e2"],["-0.55766395999999986e2","0.52447769000000051e2"],["-0.55732772999999952e2","0.52442215000000033e2"],["-0.55706107999999915e2","0.52441658000000132e2"],["-0.55676666000000012e2","0.52441658000000132e2"],["-0.55656661999999983e2","0.52441933000000006e2"],["-0.55648612999999955e2","0.52439712999999983e2"],["-0.55645554000000004e2","0.52437492000000077e2"],["-0.55642775999999969e2","0.52432770000000005e2"],["-0.55642775999999969e2","0.52427773000000059e2"],["-0.55641669999999976e2","0.52368881000000044e2"],["-0.55641944999999964e2","0.52363883999999928e2"],["-0.55643332999999984e2","0.52358330000000137e2"],["-0.55647780999999952e2","0.52354164000000026e2"],[-55.65444199999996,"0.52351661999999976e2"],["-0.55782501000000025e2","0.52334160000000111e2"],["-0.55825004999999976e2","0.52343048000000124e2"],[-55.92861199999993,"0.52369438000000116e2"],["-0.56068335999999931e2","0.52407210999999961e2"],["-0.56173614999999984e2","0.52438881000000038e2"],["-0.56180556999999965e2","0.52440826000000072e2"],["-0.56194442999999922e2","0.52442215000000033e2"],["-0.56196945000000028e2","0.52439987000000087e2"],["-0.56195273999999984e2","0.52435822000000087e2"],["-0.56191382999999973e2","0.52431107000000054e2"],["-0.56181388999999967e2","0.52423050000000103e2"],["-0.56169448999999986e2","0.52416100000000029e2"],["-0.55956664999999987e2","0.52350272999999959e2"],["-0.55857779999999991e2","0.52325271999999984e2"],["-0.55707222000000002e2","0.52248329000000126e2"],["-0.55677222999999969e2","0.52208327999999938e2"],[-55.68638599999997,"0.52109436000000017e2"],["-0.55696945000000028e2","0.52088326000000052e2"],["-0.55701667999999927e2","0.52082214000000079e2"],["-0.55896666999999923e2","0.51950828999999999e2"],["-0.56023330999999985e2","0.51901932000000102e2"],["-0.56203330999999935e2","0.51793326999999977e2"],["-0.56209723999999994e2","0.51789719000000048e2"],["-0.56235832000000016e2","0.51783607000000075e2"],["-0.56346663999999976e2","0.51759720000000016e2"],["-0.56468886999999995e2","0.51709434999999985e2"],["-0.56689720000000023e2","0.51592216000000008e2"],["-0.56764450000000011e2","0.51548607000000061e2"],["-0.56804169000000002e2","0.51507773999999984e2"],["-0.56805832000000009e2","0.51502219999999966e2"],["-0.56808891000000017e2","0.51496384000000091e2"],["-0.56813613999999973e2","0.51491661000000136e2"],["-0.56942771999999991e2","0.51427489999999921e2"],["-0.56949721999999952e2","0.51424713000000054e2"],["-0.56956947000000014e2","0.51423050000000103e2"],["-0.57005561999999941e2",51.41944100000012],["-0.57078056000000004e2",51.41443600000008],["-0.57104239999999947e2","0.51412674000000095e2"],["-0.57142226999999991e2","0.51424164000000076e2"],["-0.57232215999999937e2","0.51498604000000114e2"],["-0.57237777999999992e2","0.51502219999999966e2"],["-0.57247222999999963e2","0.51504166000000055e2"],["-0.57255561999999998e2","0.51504439999999988e2"],["-0.57263617999999894e2","0.51503608999999983e2"],["-0.57421386999999925e2","0.51480545000000006e2"],["-0.57437774999999988e2","0.51461105000000032e2"],[-57.43638599999997,51.45638300000013],["-0.57440833999999938e2","0.51449997000000053e2"],["-0.57447495000000004e2","0.51447487000000024e2"],["-0.57454720000000009e2","0.51445541000000105e2"],[-57.58666199999999,"0.51429718000000094e2"],["-0.57602225999999916e2","0.51428047000000049e2"],["-0.57676665999999955e2","0.51429993000000081e2"],["-0.57685828999999956e2","0.51430824000000086e2"],["-0.57688605999999936e2","0.51435547000000099e2"],["-0.57692497000000003e2","0.51455268999999987e2"],["-0.57691939999999931e2","0.51461105000000032e2"],["-0.57689437999999939e2","0.51466385000000059e2"],["-0.57705275999999969e2","0.51469437000000028e2"],["-0.57730826999999863e2","0.51471099999999922e2"],["-0.57748054999999965e2","0.51472214000000122e2"],["-0.57883888000000013e2","0.51392493999999999e2"],["-0.57889998999999989e2","0.51388885000000016e2"],["-0.57942771999999991e2","0.51356102000000021e2"],["-0.57954720000000009e2",51.34804500000007],["-0.57966110000000015e2","0.51338599999999985e2"],["-0.57975554999999986e2","0.51328330999999935e2"],["-0.57986664000000019e2","0.51319442999999978e2"],["-0.58006950000000018e2",51.31249200000002],["-0.58021384999999952e2","0.51308884000000091e2"],["-0.58211387999999943e2","0.51271659999999997e2"],["-0.58297225999999966e2","0.51268599999999992e2"],["-0.58305556999999965e2","0.51268599999999992e2"],["-0.58324448000000018e2","0.51272217000000126e2"],["-0.58407776000000013e2","0.51295547000000056e2"],["-0.58620551999999975e2","0.51277214000000015e2"],["-0.58628051999999968e2","0.51275551000000064e2"],["-0.58675003000000004e2","0.51255271999999991e2"],["-0.58680000000000007e2","0.51250000000000057e2"],["-0.58680556999999908e2","0.51244156000000032e2"],["-0.58680000000000007e2","0.51234161000000086e2"],["-0.58678336999999999e2","0.51229431000000091e2"],["-0.58675559999999905e2","0.51224991000000045e2"],["-0.58671111999999937e2","0.51220824999999991e2"],["-0.58665549999999996e2","0.51216934000000094e2"],["-0.58635833999999932e2","0.51197769000000108e2"],["-0.58621383999999978e2","0.51191100999999946e2"],["-0.58592223999999931e2",51.18471500000004],[-58.61333499999995,"0.51157494000000042e2"],["-0.58618606999999997e2","0.51153046000000074e2"],["-0.58630554000000018e2","0.51145828000000051e2"],["-0.58713615000000004e2","0.51106102000000078e2"],["-0.58726944000000003e2","0.51099998000000028e2"],["-0.58733329999999967e2",51.09804500000007],["-0.58785278000000005e2","0.51088042999999971e2"],["-0.58914718999999991e2","0.51052490000000091e2"],["-0.58928054999999972e2","0.51048607000000004e2"],["-0.58990836999999885e2","0.51021935000000099e2"],["-0.59003333999999938e2","0.51015549000000021e2"],["-0.59006110999999976e2","0.51009719999999959e2"],["-0.59003616000000022e2","0.51004440000000102e2"],[-58.99888599999997,"0.51001106000000107e2"],["-0.58990279999999984e2","0.50998046999999985e2"],["-0.58981383999999935e2",50.99721500000004],["-0.58975272999999959e2","0.51000832000000003e2"],[-58.96832999999998,"0.51002495000000124e2"],["-0.58959441999999967e2","0.51001663000000008e2"],["-0.58954720000000009e2","0.50996658000000139e2"],["-0.58952498999999989e2","0.50992493000000138e2"],["-0.58946662999999944e2","0.50833878000000027e2"],["-0.58948051000000021e2","0.50828331000000048e2"],["-0.59010559000000001e2","0.50754166000000055e2"],["-0.59015282000000013e2","0.50748604000000114e2"],["-0.59041672000000005e2","0.50751389000000131e2"],["-0.59061385999999914e2","0.50755554000000132e2"],["-0.59068335999999988e2","0.50759163000000115e2"],["-0.59087218999999948e2","0.50775268999999923e2"],["-0.59093055999999933e2",50.78943600000008],[-59.09444400000001,"0.50799438000000066e2"],["-0.59094718999999941e2","0.50815269000000058e2"],["-0.59118889000000024e2","0.50803604000000121e2"],[-59.15582999999998,"0.50771103000000039e2"],["-0.59186385999999914e2",50.74221799999998],["-0.59228881999999999e2","0.50738327000000083e2"],["-0.59397223999999994e2","0.50657211000000132e2"],["-0.59454444999999964e2","0.50621933000000126e2"],["-0.59459723999999937e2",50.61721],[-59.51916499999993,"0.50552773000000002e2"],["-0.59570556999999951e2","0.50493607000000054e2"],["-0.59580001999999922e2","0.50482765000000029e2"],["-0.59585274000000027e2","0.50478043000000127e2"],["-0.59591667000000029e2","0.50475266000000033e2"],["-0.59598610000000008e2","0.50473602000000028e2"],["-0.59733611999999937e2","0.50444992000000013e2"],["-0.59778336000000024e2","0.50438881000000094e2"],["-0.59803885999999977e2","0.50438881000000094e2"],["-0.59810555000000022e2","0.50437492000000134e2"],["-0.59816108999999926e2","0.50433876000000055e2"],["-0.59821670999999981e2","0.50429436000000067e2"],["-0.59872222999999963e2","0.50381103999999993e2"],["-0.59881667999999934e2","0.50371658000000025e2"],["-0.59881667999999934e2","0.50366386000000091e2"],["-0.59858893999999964e2","0.50329436999999984e2"],["-0.59853888999999924e2","0.50326102999999989e2"],["-0.59844718999999998e2","0.50324440000000095e2"],["-0.59837775999999963e2","0.50326102999999989e2"],["-0.59834723999999881e2","0.50338043000000084e2"],["-0.59834998999999982e2","0.50343322999999998e2"],["-0.59830832999999984e2","0.50349434000000088e2"],["-0.59824722000000008e2","0.50351662000000033e2"],["-0.59815001999999993e2","0.50349159000000043e2"],["-0.59813331999999946e2","0.50344154000000003e2"],["-0.59817223000000013e2",50.33277099999998],["-0.59827498999999989e2","0.50323607999999979e2"],["-0.59833885000000009e2","0.50319160000000011e2"],["-0.59860282999999981e2","0.50310547000000042e2"],["-0.59905273000000022e2","0.50291107000000068e2"],["-0.60005004999999983e2","0.50248878000000104e2"],["-0.60114448999999922e2","0.50233046999999942e2"],["-0.60147781000000009e2","0.50274162000000103e2"],["-0.60184440999999993e2","0.50279716000000121e2"],["-0.60236945999999989e2","0.50268051000000014e2"],["-0.60291671999999949e2","0.50245270000000005e2"],["-0.60298614999999927e2","0.50243324000000143e2"],["-0.60324447999999961e2","0.50244713000000104e2"],["-0.60360001000000011e2","0.50250831999999946e2"],["-0.60404442000000017e2","0.50251389000000074e2"],["-0.60458892999999989e2","0.50251106000000107e2"],[-60.48332999999991,"0.50250831999999946e2"],["-0.60491668999999945e2","0.50250548999999978e2"],["-0.60498610999999926e2",50.248604],["-0.60511672999999973e2","0.50242493000000138e2"],["-0.60522223999999881e2","0.50234718000000044e2"],[-60.52694699999995,"0.50229156000000103e2"],["-0.60583611000000019e2","0.50208327999999995e2"],["-0.60591666999999973e2","0.50208046000000138e2"],["-0.60674445999999989e2","0.50219986000000006e2"],["-0.60710555999999997e2",50.2227630000001],["-0.60838607999999965e2","0.50214995999999985e2"],["-0.61052222999999969e2","0.50215546000000018e2"],["-0.61289443999999946e2","0.50199158000000125e2"],["-0.61427779999999984e2","0.50171379000000115e2"],["-0.61505561999999941e2","0.50152489000000003e2"],["-0.61583610999999905e2","0.50132492000000127e2"],["-0.61650832999999921e2","0.50109993000000145e2"],["-0.61720832999999914e2","0.50091934000000037e2"],["-0.61731612999999982e2","0.50101936000000023e2"],["-0.61742106999999976e2","0.50105270000000019e2"],["-0.61746277000000021e2","0.50107269000000031e2"],["-0.61748280000000022e2","0.50109940000000051e2"],["-0.61712104999999951e2",50.12226899999996],["-0.61703780999999992e2","0.50124771000000067e2"],["-0.61699443999999971e2","0.50125435000000095e2"],["-0.61694442999999922e2","0.50125435000000095e2"],["-0.61671386999999982e2","0.50136940000000095e2"],["-0.61620551999999918e2","0.50147491000000002e2"],["-0.61593055999999876e2","0.50155266000000097e2"],["-0.61579726999999991e2","0.50160820000000058e2"],["-0.61574447999999904e2","0.50165543000000071e2"],["-0.61571945000000028e2","0.50171661000000029e2"],["-0.61573891000000003e2","0.50181664000000069e2"],["-0.61577224999999999e2","0.50186104000000057e2"],[-61.58916499999998,"0.50188880999999981e2"],["-0.61593612999999948e2","0.50185546999999985e2"],["-0.61602225999999916e2","0.50174438000000066e2"],["-0.61607779999999991e2","0.50170829999999967e2"],["-0.61622222999999963e2","0.50166100000000142e2"],["-0.61731833999999935e2","0.50144268000000125e2"],["-0.61746997999999905e2","0.50144431999999995e2"],["-0.61757503999999983e2",50.14527099999998],["-0.61761832999999967e2","0.50147269999999992e2"],["-0.61763663999999949e2","0.50149768999999992e2"],["-0.61762999999999977e2","0.50153271000000018e2"],["-0.61760665999999958e2","0.50157097000000078e2"],["-0.61794448999999986e2","0.50159431000000097e2"],["-0.61795279999999991e2","0.50169991000000039e2"],["-0.61796950999999979e2","0.50174713000000111e2"],["-0.61804442999999992e2","0.50183326999999963e2"],["-0.61848884999999996e2","0.50222488000000112e2"],["-0.61864723000000026e2","0.50228600000000085e2"],["-0.61898338000000024e2","0.50233604000000071e2"],["-0.61907218999999941e2","0.50234160999999972e2"],["-0.61963332999999977e2","0.50236107000000004e2"],["-0.61977218999999991e2","0.50231934000000081e2"],["-0.61989723000000026e2","0.50226379000000009e2"],["-0.61996666000000005e2","0.50224158999999986e2"],["-0.62004172999999923e2","0.50223045000000013e2"],["-0.62202498999999989e2",50.23443600000013],["-0.62268889999999999e2","0.50259720000000129e2"],["-0.62317779999999971e2","0.50281380000000127e2"],["-0.62328056000000004e2","0.50283882000000006e2"],["-0.62397498999999982e2","0.50294441000000063e2"],["-0.62404167000000029e2",50.29222100000004],["-0.62415549999999939e2",50.28472099999999],["-0.62425560000000019e2","0.50275269000000037e2"],[-62.42999999999995,"0.50269714000000135e2"],["-0.62439994999999954e2","0.50260551000000135e2"],["-0.62446105999999986e2","0.50257500000000107e2"],["-0.62572226999999941e2","0.50274712000000136e2"],["-0.62746947999999918e2",50.28472099999999],["-0.63112502999999947e2","0.50291382000000112e2"],["-0.63158332999999971e2","0.50260277000000031e2"],["-0.63159163999999976e2",50.25471500000009],["-0.63228607000000011e2","0.50234718000000044e2"],["-0.63236663999999962e2",50.23443600000013],["-0.63371940999999993e2","0.50236655999999982e2"],["-0.63469443999999953e2","0.50257216999999969e2"],["-0.63565552000000025e2","0.50264159999999947e2"],["-0.63616660999999908e2","0.50266663000000108e2"],["-0.63649726999999928e2","0.50272766000000047e2"],["-0.63687499999999886e2","0.50282494000000099e2"],["-0.63693885999999964e2","0.50291939000000013e2"],["-0.63698607999999979e2","0.50295272999999952e2"],["-0.63707503999999972e2","0.50297775000000058e2"],["-0.63803328999999906e2","0.50311661000000015e2"],["-0.63821388000000013e2","0.50312209999999993e2"],["-0.63976104999999961e2","0.50305549999999982e2"],["-0.64067229999999995e2",50.29222100000004],["-0.64127776999999924e2","0.50271935000000042e2"],["-0.64140563999999927e2","0.50266937000000041e2"],["-0.64154175000000009e2","0.50262497000000053e2"],["-0.64162215999999944e2","0.50262214999999969e2"],["-0.64215285999999935e2","0.50264999000000103e2"],["-0.64234726000000023e2","0.50266937000000041e2"],["-0.64262787000000003e2","0.50271660000000054e2"],["-0.64365279999999984e2",50.29222100000004],[-64.37388599999997,"0.50294998000000135e2"],["-0.64402221999999995e2","0.50307495000000131e2"],["-0.64417770000000019e2","0.50313048999999921e2"],["-0.64436661000000015e2","0.50317772000000105e2"],["-0.64446105999999986e2","0.50319160000000011e2"],["-0.64455001999999922e2","0.50319442999999978e2"],[-64.46305799999999,"0.50319160000000011e2"],["-0.64470839999999953e2","0.50317772000000105e2"],["-0.64510009999999966e2","0.50303046999999992e2"],["-0.64611938000000009e2","0.50281380000000127e2"],["-0.64628052000000025e2","0.50279160000000104e2"],["-0.64659438999999963e2","0.50277214000000015e2"],["-0.64725006000000008e2","0.50274436999999978e2"],["-0.64899993999999936e2","0.50270828000000108e2"],["-0.65180557000000022e2",50.28555300000005],["-0.65189986999999917e2",50.2866590000001],["-0.65222777999999948e2","0.50297775000000058e2"],["-0.65237503000000004e2","0.50303879000000052e2"],["-0.65242492999999854e2","0.50307769999999948e2"],["-0.65275009000000011e2","0.50308044000000052e2"],["-0.65464447000000007e2","0.50299437999999952e2"],["-0.65486663999999962e2","0.50295272999999952e2"],["-0.65521666999999979e2","0.50285828000000095e2"],["-0.65589995999999985e2","0.50275269000000037e2"],["-0.65690552000000025e2","0.50261108000000036e2"],["-0.65747771999999998e2","0.50256943000000035e2"],["-0.65829453000000001e2","0.50253326000000072e2"],["-0.65845839999999953e2","0.50258888000000013e2"],["-0.65864440999999999e2",50.26888300000013],["-0.65876389000000017e2","0.50276382000000126e2"],["-0.65898055999999883e2","0.50284995999999978e2"],["-0.65918059999999969e2","0.50288329999999974e2"],["-0.65952498999999932e2","0.50288887000000045e2"],["-0.65974166999999966e2","0.50283882000000006e2"],["-0.65986937999999896e2","0.50278328000000045e2"],["-0.65993057000000022e2","0.50275269000000037e2"],["-0.66004180999999903e2","0.50268326000000059e2"],["-0.66024718999999948e2","0.50251389000000074e2"],["-0.66043334999999956e2","0.50222214000000008e2"],["-0.66083327999999995e2","0.50193603999999937e2"],["-0.66089721999999881e2","0.50191375999999991e2"],["-0.66163329999999974e2","0.50197212000000036e2"],["-0.66314163000000008e2","0.50209717000000012e2"],["-0.66406386999999938e2","0.50239989999999977e2"],[-66.40695199999999,"0.50245270000000005e2"],["-0.66412215999999944e2","0.50260551000000135e2"],["-0.66416945999999996e2","0.50264442000000031e2"],["-0.66423049999999932e2","0.50267768999999987e2"],["-0.66433318999999983e2","0.50269714000000135e2"],["-0.66441665999999941e2","0.50269157000000064e2"],["-0.66456389999999999e2",50.26638800000012],["-0.66469727000000034e2","0.50261939999999981e2"],["-0.66494720000000029e2","0.50249435000000005e2"],["-0.66511948000000018e2","0.50239158999999972e2"],["-0.66700835999999924e2","0.50102493000000095e2"],["-0.66723327999999924e2","0.50078331000000048e2"],["-0.66861937999999896e2","0.50022491000000116e2"],["-0.66882492000000013e2","0.50016662999999994e2"],["-0.66896118000000001e2","0.50011940000000038e2"],["-0.66920273000000009e2","0.50000275000000101e2"],["-0.66942489999999907e2","0.49985825000000034e2"],["-0.66958617999999944e2","0.49974709000000075e2"],["-0.66963622999999984e2","0.49969154000000003e2"],["-0.66966399999999965e2","0.49963326000000052e2"],["-0.66975280999999995e2","0.49943603999999993e2"],["-0.66975829999999974e2","0.49937767000000065e2"],["-0.66965560999999923e2","0.49919441000000063e2"],["-0.66963332999999977e2","0.49914711000000011e2"],["-0.67016402999999855e2","0.49854712999999947e2"],["-0.67061385999999857e2","0.49841377000000023e2"],["-0.67065276999999924e2","0.49845543000000077e2"],["-0.67073897999999929e2","0.49848045000000013e2"],["-0.67095839999999896e2","0.49843605000000139e2"],["-0.67115829000000019e2","0.49836655000000121e2"],["-0.67121658000000025e2","0.49833327999999995e2"],["-0.67137222000000008e2","0.49821381000000031e2"],["-0.67146666999999979e2","0.49812492000000134e2"],["-0.67151397999999915e2","0.49806937999999946e2"],["-0.67162216000000001e2",49.79055000000011],["-0.67174164000000019e2","0.49764717000000132e2"],["-0.67238892000000021e2","0.49590546000000074e2"],["-0.67240828999999962e2","0.49578880000000083e2"],["-0.67241378999999995e2",49.56749700000006],["-0.67240828999999962e2","0.49556655999999975e2"],["-0.67239990000000034e2","0.49551659000000029e2"],["-0.67235000999999954e2",49.53555300000005],["-0.67228881999999999e2","0.49510277000000031e2"],["-0.67229171999999949e2","0.49483047000000113e2"],["-0.67230834999999956e2","0.49476936000000023e2"],["-0.67233886999999982e2",49.47026800000009],["-0.67369155999999975e2","0.49332771000000037e2"],[-67.375,"0.49327217000000019e2"],["-0.67386123999999995e2","0.49322220000000073e2"],["-0.67402785999999878e2",49.3211060000001],["-0.67420273000000009e2","0.49321663000000001e2"],["-0.67438599000000011e2","0.49324440000000095e2"],["-0.67473617999999988e2","0.49326660000000118e2"],["-0.67569732999999985e2","0.49329994000000113e2"],["-0.67577498999999989e2","0.49329163000000108e2"],["-0.67706389999999999e2","0.49312767000000065e2"],["-0.67939163000000008e2","0.49287773000000129e2"],["-0.67975280999999995e2","0.49284996000000035e2"],["-0.68119720000000029e2","0.49271660000000054e2"],["-0.68127212999999983e2","0.49269440000000031e2"],["-0.68131942999999922e2","0.49266106000000093e2"],["-0.68136397999999929e2","0.49260550999999964e2"],["-0.68138900999999919e2",49.25471500000009],["-0.68140563999999927e2","0.49248604000000057e2"],["-0.68143889999999885e2",49.23054500000012],["-0.68180832000000009e2",49.12193300000007],["-0.68184997999999894e2","0.49116104000000064e2"],["-0.68189712999999927e2","0.49112212999999997e2"],["-0.68194992000000013e2",49.10833000000008],["-0.68201110999999912e2","0.49105552999999986e2"],["-0.68221663999999976e2","0.49100273000000072e2"],["-0.68369445999999982e2","0.49069443000000035e2"],["-0.68442489999999964e2","0.49095543000000077e2"],["-0.68571395999999993e2",49.061104],[-68.59056099999998,"0.49054161000000022e2"],["-0.68606948999999929e2","0.49042496000000142e2"],["-0.68626099000000011e2","0.49023880000000133e2"],["-0.68696380999999974e2","0.48939987000000087e2"],["-0.68876937999999996e2",48.85193600000008],["-0.69047775000000001e2","0.48773048000000074e2"],[-69.06082200000003,"0.48767494000000056e2"],["-0.69064437999999996e2","0.48762496999999996e2"],["-0.69084732000000031e2",48.72165700000005],["-0.69089446999999893e2","0.48709435000000042e2"],["-0.69093612999999948e2","0.48691933000000006e2"],["-0.69096114999999941e2","0.48674995000000138e2"],["-0.69099441999999897e2","0.48663322000000107e2"],["-0.69106109999999944e2","0.48644996999999989e2"],["-0.69111937999999896e2",48.63249200000007],["-0.69123885999999914e2","0.48614716000000101e2"],["-0.69142501999999922e2","0.48594994000000042e2"],[-69.14805599999994,"0.48591102999999976e2"],[-69.15972899999997,48.58526599999999],["-0.69166397000000018e2","0.48583328000000051e2"],["-0.69184158000000025e2","0.48584717000000069e2"],["-0.69201675000000023e2","0.48588599999999985e2"],["-0.69218612999999948e2","0.48589713999999958e2"],["-0.69226669000000015e2","0.48588882000000069e2"],["-0.69231383999999935e2","0.48585548000000074e2"],["-0.69236388999999917e2","0.48581108000000029e2"],["-0.69265288999999939e2","0.48541663999999969e2"],["-0.69279448999999943e2","0.48515831000000048e2"],["-0.69282776000000013e2","0.48504166000000112e2"],["-0.69283324999999934e2","0.48493049999999982e2"],["-0.69282500999999968e2","0.48482490999999982e2"],["-0.69292770000000019e2","0.48457771000000093e2"],["-0.69301102000000014e2","0.48446655000000135e2"],["-0.69432769999999948e2","0.48307770000000005e2"],["-0.69437774999999988e2","0.48303047000000049e2"],["-0.69454726999999991e2","0.48291939000000013e2"],["-0.69597777999999948e2","0.48207497000000046e2"],["-0.69672775000000001e2",48.14388300000013],["-0.69683884000000035e2","0.48137772000000041e2"],["-0.69691375999999991e2","0.48137496999999996e2"],[-69.80082699999997,"0.48153603000000032e2"],["-0.69810271999999941e2","0.48155822999999998e2"],["-0.69734725999999966e2","0.48113609000000054e2"],["-0.69730285999999978e2",48.10943600000013],["-0.69732498000000021e2","0.48103607000000125e2"],["-0.69786391999999864e2","0.47994713000000047e2"],["-0.69839447000000007e2","0.47907210999999961e2"],["-0.69925827000000027e2","0.47773048000000074e2"],[-69.93582200000003,"0.47764441999999974e2"],["-0.70002227999999945e2","0.47711936999999978e2"],["-0.70015563999999983e2","0.47702773999999977e2"],["-0.70071945000000028e2","0.47674713000000054e2"],["-0.70077498999999989e2","0.47672493000000088e2"],["-0.70091109999999958e2","0.47669159000000093e2"],["-0.70132767000000001e2","0.47644996999999989e2"],["-0.70179992999999968e2","0.47608330000000024e2"],["-0.70190276999999924e2","0.47599159000000043e2"],["-0.70202498999999989e2","0.47583053999999947e2"],["-0.70206116000000009e2","0.47576660000000118e2"],["-0.70208343999999897e2","0.47570549000000028e2"],["-0.70209441999999967e2","0.47553879000000109e2"],["-0.70207503999999915e2",47.533051],["-0.70208618000000001e2","0.47527214000000072e2"],["-0.70217223999999931e2","0.47508330999999998e2"],["-0.70225554999999929e2","0.47496384000000035e2"],[-70.2308349999999,"0.47492493000000138e2"],["-0.70299727999999959e2","0.47466933999999924e2"],["-0.70341674999999952e2","0.47460548000000017e2"],["-0.70461944999999901e2","0.47429993000000024e2"],["-0.70502501999999993e2","0.47390830999999991e2"],["-0.70555831999999953e2","0.47322769000000108e2"],[-70.56639100000001,"0.47304161000000022e2"],["-0.70568618999999956e2","0.47298049999999932e2"],["-0.70571120999999948e2","0.47281104999999968e2"],["-0.70574172999999973e2","0.47274437000000034e2"],["-0.70586120999999991e2","0.47257773999999927e2"],["-0.70699431999999945e2","0.47126099000000011e2"],["-0.70721664000000033e2","0.47101387000000102e2"],["-0.70733063000000016e2","0.47095543000000134e2"],["-0.70792496000000028e2","0.47068329000000119e2"],["-0.70817504999999926e2","0.47058884000000035e2"],["-0.70823623999999938e2","0.47056938000000002e2"],["-0.70866942999999935e2","0.47051383999999985e2"],["-0.70893341000000021e2","0.47045273000000066e2"],["-0.70923049999999932e2","0.47032211000000075e2"],["-0.70973617999999988e2","0.47003326000000015e2"],["-0.71113616999999863e2","0.46912491000000045e2"],["-0.71182495000000017e2","0.46864158999999972e2"],["-0.71197495000000004e2","0.46852493000000038e2"],["-0.71198607999999979e2","0.46846382000000119e2"],["-0.71299164000000019e2","0.46742218000000094e2"],["-0.71291945999999996e2","0.46744156000000032e2"],["-0.71279723999999931e2","0.46749161000000072e2"],["-0.71209441999999967e2","0.46782494000000099e2"],[-71.19888299999991,"0.46788887000000045e2"],["-0.71188888999999961e2","0.46796661000000029e2"],["-0.71184432999999956e2","0.46802773000000059e2"],["-0.71178329000000019e2","0.46815269000000114e2"],["-0.71166396999999904e2","0.46831108000000029e2"],["-0.71156112999999948e2","0.46838882000000069e2"],["-0.71149993999999936e2","0.46842491000000052e2"],["-0.71143615999999952e2","0.46844711000000075e2"],["-0.71130554000000018e2","0.46847487999999998e2"],["-0.71115279999999984e2",46.84887700000013],["-0.71100280999999995e2",46.84887700000013],["-0.71083327999999995e2","0.46847487999999998e2"],["-0.70986937999999952e2","0.46854164000000083e2"],["-0.70772232000000031e2","0.46915825000000041e2"],["-0.70766402999999912e2","0.46918884000000048e2"],["-0.70755004999999983e2","0.46936652999999978e2"],["-0.70744445999999925e2","0.46943320999999912e2"],["-0.70737502999999947e2","0.46946098000000006e2"],["-0.70638061999999991e2","0.46981658999999979e2"],["-0.70618880999999931e2","0.46988045000000056e2"],["-0.70604996000000028e2","0.46990273000000059e2"],["-0.70575012000000015e2","0.46993324000000086e2"],["-0.70553328999999962e2","0.46998047000000042e2"],["-0.70541381999999942e2",47.00249500000001],["-0.70530288999999925e2","0.47007773999999984e2"],["-0.70506957999999997e2",47.02027099999998],["-0.70486389000000031e2","0.47033607000000131e2"],["-0.70461120999999935e2","0.47053604000000007e2"],["-0.70334166999999923e2",47.15554800000001],["-0.70310271999999941e2","0.47176659000000086e2"],["-0.70273055999999997e2","0.47213608000000136e2"],["-0.70111114999999984e2","0.47340546000000131e2"],["-0.70078888000000006e2","0.47361106999999947e2"],["-0.70048888999999974e2","0.47386107999999979e2"],["-0.70044158999999922e2","0.47390830999999991e2"],["-0.70040833000000021e2","0.47397217000000069e2"],["-0.70039992999999868e2","0.47402771000000087e2"],["-0.69967498999999975e2","0.47505829000000062e2"],[-69.90194699999995,"0.47537216000000001e2"],["-0.69896392999999932e2","0.47541107000000068e2"],["-0.69805832000000009e2","0.47613052000000096e2"],[-69.65943900000002,"0.47744713000000104e2"],["-0.69639998999999875e2","0.47762772000000041e2"],["-0.69593063000000029e2","0.47808884000000091e2"],["-0.69556655999999862e2","0.47856384000000048e2"],["-0.69556380999999931e2","0.47866661000000022e2"],["-0.69544158999999979e2","0.47883605999999986e2"],["-0.69526672000000019e2",47.90415999999999],["-0.69508057000000008e2","0.47924438000000009e2"],["-0.69498885999999857e2","0.47933875999999998e2"],["-0.69469727000000034e2","0.47961937000000091e2"],["-0.69450561999999991e2","0.47979155999999989e2"],["-0.69429169000000002e2","0.47995270000000119e2"],["-0.69418335000000013e2","0.48001389000000131e2"],["-0.69411666999999966e2","0.48003326000000015e2"],["-0.69275283999999942e2","0.48067772000000048e2"],[-69.11610399999995,"0.48178604000000064e2"],["-0.69101943999999946e2","0.48192764000000125e2"],[-69.08666999999997,"0.48204994000000056e2"],["-0.69054168999999888e2","0.48228600000000142e2"],["-0.69016402999999968e2","0.48254165999999998e2"],["-0.68968613000000005e2","0.48279990999999995e2"],["-0.68940552000000025e2","0.48294998000000021e2"],["-0.68831679999999892e2","0.48344711000000132e2"],["-0.68695267000000001e2","0.48396385000000123e2"],["-0.68541381999999999e2","0.48451385000000016e2"],["-0.68529448999999943e2","0.48457214000000022e2"],["-0.68519164999999987e2",48.464157],["-0.68513061999999877e2","0.48469437000000084e2"],["-0.68496947999999918e2","0.48490273000000116e2"],["-0.68473891999999978e2","0.48515549000000135e2"],["-0.68469161999999869e2","0.48520271000000037e2"],["-0.68453613000000018e2","0.48532494000000099e2"],["-0.68434433000000013e2","0.48541663999999969e2"],["-0.68422501000000011e2","0.48545272999999952e2"],["-0.68407776000000013e2","0.48548050000000046e2"],["-0.68375823999999852e2","0.48546386999999925e2"],["-0.68368606999999997e2","0.48547493000000145e2"],["-0.68354445999999996e2","0.48551384000000041e2"],["-0.68348342999999886e2","0.48554161000000136e2"],["-0.68336670000000026e2","0.48561661000000015e2"],["-0.68283324999999991e2","0.48600273000000016e2"],["-0.68236937999999952e2","0.48625549000000035e2"],["-0.68211120999999935e2","0.48636658000000125e2"],["-0.68193328999999892e2","0.48643051000000071e2"],["-0.68179168999999945e2","0.48646660000000111e2"],[-68.15695199999999,48.64916199999999],["-0.68125548999999978e2","0.48648330999999985e2"],["-0.68111938000000009e2","0.48651382000000012e2"],["-0.67973617999999988e2","0.48695541000000105e2"],["-0.67709441999999854e2","0.48793884000000105e2"],["-0.67531386999999995e2","0.48859160999999972e2"],["-0.67209732000000031e2","0.48935822000000087e2"],["-0.67087783999999999e2","0.48960823000000119e2"],["-0.67067504999999983e2","0.48966933999999981e2"],["-0.67015838999999971e2","0.48986938000000123e2"],["-0.66991669000000002e2","0.48999160999999958e2"],["-0.66960830999999985e2","0.49011940000000038e2"],["-0.66922775000000001e2","0.49026657000000057e2"],["-0.66916397000000018e2","0.49028877000000023e2"],["-0.66722503999999958e2",49.08998900000006],["-0.66421660999999915e2","0.49162765999999976e2"],["-0.66306106999999997e2","0.49186935000000119e2"],["-0.66225005999999951e2","0.49200829000000056e2"],["-0.66089172000000019e2","0.49218597000000045e2"],["-0.66074172999999973e2","0.49219711000000018e2"],["-0.65832503999999915e2","0.49231377000000009e2"],["-0.65678328999999962e2","0.49245543999999995e2"],["-0.65496947999999975e2","0.49261664999999994e2"],["-0.65447219999999959e2","0.49262215000000026e2"],["-0.65394454999999994e2","0.49259719999999959e2"],["-0.65359726000000023e2","0.49256660000000124e2"],["-0.64996947999999918e2","0.49220267999999919e2"],["-0.64916655999999989e2",49.20665699999995],["-0.64825561999999934e2","0.49187767000000008e2"],["-0.64805831999999953e2",49.18332700000002],["-0.64795273000000009e2","0.49176102000000128e2"],["-0.64791945999999939e2","0.49171661000000029e2"],["-0.64774718999999948e2","0.49159987999999998e2"],["-0.64763335999999924e2","0.49154160000000047e2"],["-0.64748885999999914e2","0.49148048000000074e2"],["-0.64731948999999986e2","0.49142220000000009e2"],["-0.64660827999999867e2","0.49123047000000042e2"],["-0.64641112999999962e2","0.49118880999999988e2"],["-0.64606658999999922e2","0.49117210000000114e2"],[-64.58805799999999,"0.49112212999999997e2"],["-0.64376388999999961e2","0.48997771999999998e2"],["-0.64235549999999989e2","0.48910271000000023e2"],["-0.64221663999999976e2","0.48898331000000098e2"],[-64.21444699999995,"0.48889434999999992e2"],["-0.64208892999999989e2","0.48880547000000035e2"],["-0.64152221999999938e2","0.48764999000000046e2"],["-0.64152495999999985e2","0.48759995000000117e2"],["-0.64158050999999944e2",48.75610400000005],["-0.64167769999999962e2","0.48758331000000055e2"],["-0.64208892999999989e2","0.48782767999999976e2"],["-0.64213332999999977e2","0.48786659000000043e2"],["-0.64229995999999971e2","0.48797493000000088e2"],["-0.64244155999999975e2","0.48803604000000007e2"],["-0.64290282999999931e2","0.48821106000000043e2"],["-0.64298889000000031e2","0.48823883000000137e2"],["-0.64315552000000025e2","0.48828880000000026e2"],["-0.64377212999999927e2","0.48846382000000062e2"],["-0.64395844000000011e2","0.48851105000000075e2"],["-0.64512222000000008e2",48.87471000000005],["-0.64530562999999916e2",48.87721300000004],["-0.64548888999999917e2","0.48878326000000072e2"],["-0.64543335000000013e2",48.873604],["-0.64532775999999956e2","0.48866936000000067e2"],["-0.64464447000000007e2","0.48824440000000038e2"],["-0.64374161000000015e2","0.48787773000000016e2"],["-0.64266662999999994e2","0.48713326000000109e2"],["-0.64256957999999997e2","0.48706099999999992e2"],["-0.64173049999999932e2","0.48639435000000049e2"],[-64.16194200000001,"0.48627487000000031e2"],["-0.64160004000000015e2","0.48622765000000129e2"],["-0.64166945999999996e2","0.48621376000000112e2"],["-0.64193053999999961e2","0.48623604000000057e2"],[-64.24110399999995,"0.48622215000000097e2"],["-0.64255004999999926e2","0.48618599000000017e2"],["-0.64260833999999875e2","0.48615828999999962e2"],["-0.64265288999999996e2","0.48610825000000034e2"],["-0.64269729999999981e2","0.48604713000000061e2"],["-0.64274718999999948e2","0.48592766000000097e2"],["-0.64280563000000029e2","0.48575271999999984e2"],["-0.64282500999999911e2","0.48569160000000011e2"],["-0.64283324999999877e2","0.48563605999999993e2"],["-0.64279174999999952e2","0.48554161000000136e2"],["-0.64273330999999928e2","0.48550545000000056e2"],["-0.64264174999999909e2","0.48549164000000019e2"],["-0.64245834000000002e2","0.48546661000000086e2"],["-0.64219161999999983e2","0.48528327999999988e2"],["-0.64246384000000035e2","0.48488044999999943e2"],["-0.64322509999999852e2","0.48437210000000107e2"],["-0.64426392000000021e2","0.48404160000000047e2"],["-0.64493057000000022e2","0.48394440000000145e2"],["-0.64506667999999991e2","0.48391663000000051e2"],["-0.64586945000000014e2",48.36832400000003],[-64.68638599999997,"0.48338326000000109e2"],["-0.64731383999999878e2","0.48274712000000022e2"],["-0.64750290000000007e2","0.48245827000000133e2"],["-0.64753890999999953e2","0.48239989999999977e2"],["-0.64760559000000001e2","0.48227211000000125e2"],["-0.64768065999999976e2","0.48202774000000034e2"],["-0.64771392999999989e2","0.48196381000000088e2"],["-0.64778610000000015e2",48.19499200000007],[-64.87332200000003,"0.48180550000000096e2"],["-0.64931670999999994e2","0.48171661000000029e2"],["-0.64972503999999958e2","0.48135269000000051e2"],[-65.15306099999998,"0.48052216000000044e2"],["-0.65196654999999964e2","0.48033607000000075e2"],["-0.65202788999999996e2","0.48031380000000013e2"],["-0.65270003999999972e2","0.48012771999999984e2"],["-0.65305832000000009e2","0.48005554000000132e2"],["-0.65326950000000011e2","0.48002220000000136e2"],["-0.65455565999999976e2","0.48000274999999988e2"],["-0.65463897999999972e2","0.48002777000000037e2"],["-0.65472778000000005e2","0.48011383000000137e2"],["-0.65478607000000011e2","0.48019714000000079e2"],["-0.65484726000000023e2","0.48033882000000119e2"],["-0.65491104000000007e2","0.48042496000000142e2"],["-0.65504181000000017e2","0.48048882000000049e2"],["-0.65689162999999951e2","0.48093879999999956e2"],["-0.65764449999999897e2","0.48109993000000031e2"],["-0.65888900999999919e2","0.48199158000000011e2"],["-0.65904175000000009e2","0.48205826000000002e2"],["-0.65949996999999939e2","0.48191101000000003e2"],["-0.65956389999999999e2","0.48188881000000038e2"],["-0.66006957999999997e2","0.48159156999999993e2"],["-0.66024718999999948e2","0.48139160000000118e2"],["-0.66129714999999919e2","0.48107216000000108e2"],["-0.66242767000000015e2","0.48109161000000086e2"],["-0.66396392999999932e2","0.48114998000000071e2"],["-0.66406386999999938e2","0.48116385999999977e2"],["-0.66432495000000017e2","0.48118599000000131e2"],[-66.47084000000001,"0.48119438000000059e2"],["-0.66477782999999988e2","0.48118049999999982e2"],["-0.66484160999999972e2","0.48115546999999992e2"],["-0.66495543999999995e2",48.10943600000013],["-0.66506392999999946e2","0.48102218999999991e2"],[-66.52555799999999,"0.48085548000000017e2"],["-0.66529998999999918e2","0.48080551000000071e2"],["-0.66667220999999984e2","0.48028328000000101e2"],["-0.66673614999999984e2","0.48026099999999985e2"],["-0.66763717999999983e2",48.00622599999997],["-0.66843703999999946e2","0.47996650999999986e2"],["-0.66842498999999975e2","0.47992218000000037e2"],[-66.83666999999997,"0.47988884000000041e2"],["-0.66828888000000006e2",47.98721299999994],["-0.66749999999999943e2","0.47979988000000105e2"],["-0.66728881999999942e2","0.47984436000000073e2"],["-0.66610824999999977e2","0.48011107999999979e2"],["-0.66584731999999974e2","0.48019440000000145e2"],["-0.66573333999999988e2","0.48025826000000052e2"],["-0.66540558000000033e2","0.48036385000000109e2"],["-0.66434433000000013e2","0.48067497000000003e2"],["-0.66420273000000009e2","0.48070549000000085e2"],["-0.66364165999999955e2","0.48073326000000009e2"],["-0.66356658999999922e2","0.48073326000000009e2"],["-0.66350829999999917e2","0.48069717000000026e2"],["-0.66349990999999932e2",48.06471300000004],["-0.66259170999999981e2","0.47999435000000119e2"],["-0.66042220999999984e2","0.47935822000000087e2"],["-0.65988892000000021e2","0.47923881999999992e2"],["-0.65970276000000013e2",47.92083000000008],["-0.65936935000000005e2",47.92083000000008],["-0.65922225999999966e2","0.47922768000000019e2"],[-65.90695199999999,"0.47923325000000091e2"],["-0.65880279999999914e2","0.47920547000000113e2"],["-0.65843886999999995e2","0.47911377000000073e2"],["-0.65818619000000012e2","0.47903877000000023e2"],["-0.65811385999999914e2","0.47900825999999995e2"],["-0.65793609999999944e2","0.47890831000000048e2"],["-0.65772780999999952e2","0.47876380999999924e2"],["-0.65757506999999976e2","0.47865273000000116e2"],["-0.65746383999999978e2","0.47852775999999949e2"],["-0.65725005999999894e2",47.82749199999995],["-0.65718613000000005e2","0.47818886000000077e2"],["-0.65714447000000007e2","0.47809433000000013e2"],["-0.65713622999999984e2","0.47804161000000079e2"],["-0.65696944999999971e2","0.47733047000000113e2"],["-0.65671936000000017e2","0.47645828000000051e2"],["-0.65667770000000019e2","0.47641380000000083e2"],["-0.65634734999999978e2",47.62082700000002],["-0.65628326000000015e2","0.47623046999999985e2"],["-0.65389998999999989e2","0.47736107000000004e2"],["-0.65332779000000016e2","0.47766937000000041e2"],["-0.65253890999999953e2","0.47801659000000029e2"],["-0.65240829000000019e2","0.47806655999999975e2"],["-0.65202788999999996e2","0.47818603999999993e2"],["-0.65167496000000028e2","0.47825271999999984e2"],["-0.65044723999999974e2","0.47844436999999914e2"],["-0.65020844000000011e2","0.47844993999999986e2"],["-0.64985000999999954e2",47.84137700000008],["-0.64815552000000025e2","0.47811104000000114e2"],["-0.64805557000000022e2","0.47808884000000091e2"],["-0.64797226000000023e2","0.47806381000000101e2"],["-0.64719161999999983e2","0.47764441999999974e2"],["-0.64713332999999977e2","0.47761108000000036e2"],["-0.64676665999999955e2","0.47735550000000103e2"],["-0.64670273000000009e2","0.47726936000000023e2"],[-64.67332499999992,"0.47720268000000033e2"],["-0.64679442999999992e2","0.47716659999999933e2"],["-0.64703612999999905e2","0.47706940000000031e2"],["-0.64803328999999962e2","0.47630547000000092e2"],["-0.64859725999999966e2","0.47576660000000118e2"],["-0.64870093999999995e2","0.47536293000000057e2"],[-64.87110899999999,"0.47515831000000048e2"],["-0.64870270000000005e2","0.47510826000000009e2"],["-0.64875548999999978e2","0.47460823000000062e2"],["-0.64880828999999949e2","0.47432495000000074e2"],["-0.64886397999999986e2","0.47414154000000053e2"],["-0.64910004000000015e2","0.47353049999999996e2"],["-0.65138061999999991e2","0.47192215000000033e2"],["-0.65226944000000003e2","0.47140831000000048e2"],["-0.65238327000000027e2","0.47134720000000129e2"],["-0.65263335999999924e2","0.47124435000000005e2"],["-0.65339721999999938e2","0.47099433999999974e2"],["-0.65364165999999955e2","0.47089714000000072e2"],["-0.65369994999999903e2","0.47086655000000121e2"],["-0.65365279999999871e2","0.47082771000000093e2"],["-0.65218886999999881e2","0.47053604000000007e2"],["-0.65101105000000018e2","0.47076942000000088e2"],["-0.65017226999999934e2","0.47091377000000023e2"],["-0.64805557000000022e2","0.47083054000000061e2"],["-0.64798614999999927e2","0.47079993999999999e2"],["-0.64802779999999927e2","0.46993049999999926e2"],["-0.64803328999999962e2","0.46987495000000024e2"],["-0.64807220000000029e2","0.46981658999999979e2"],["-0.64812209999999993e2","0.46977768000000083e2"],["-0.64818068999999923e2",46.9741590000001],["-0.64835830999999985e2","0.46965827999999988e2"],["-0.64857223999999974e2",46.95277399999992],["-0.64871933000000013e2","0.46939430000000016e2"],["-0.64880279999999914e2","0.46930549999999982e2"],["-0.64892226999999991e2",46.91443600000008],["-0.64896117999999944e2","0.46908882000000062e2"],[-64.89916999999997,"0.46902489000000116e2"],["-0.64904998999999975e2","0.46883606000000043e2"],["-0.64906386999999995e2","0.46872490000000084e2"],["-0.64904998999999975e2","0.46851105000000132e2"],["-0.64903609999999901e2","0.46840827999999931e2"],["-0.64877212999999983e2","0.46791107000000068e2"],["-0.64863891999999964e2","0.46774436999999921e2"],["-0.64818068999999923e2",46.72165700000005],["-0.64748610999999983e2","0.46702773999999977e2"],["-0.64740279999999984e2",46.70249200000012],["-0.64726394999999911e2","0.46696381000000031e2"],[-64.72084000000001,"0.46693047000000035e2"],["-0.64713332999999977e2","0.46684158000000139e2"],["-0.64711120999999991e2","0.46679993000000138e2"],["-0.64708617999999944e2","0.46669991000000039e2"],["-0.64705001999999979e2","0.46638329000000056e2"],[-64.67332499999992,"0.46500832000000003e2"],[-64.66194200000001,"0.46468048000000124e2"],["-0.64650833000000034e2","0.46460548000000074e2"],["-0.64621933000000013e2","0.46427216000000101e2"],["-0.64613616999999977e2","0.46414435999999966e2"],["-0.64611938000000009e2","0.46409714000000065e2"],["-0.64615004999999996e2","0.46392494000000113e2"],["-0.64613051999999982e2","0.46366104000000064e2"],["-0.64504181000000017e2","0.46240273000000002e2"],["-0.64402221999999995e2","0.46233047000000056e2"],["-0.64237503000000004e2","0.46229155999999989e2"],["-0.64116942999999935e2","0.46181938000000059e2"],["-0.64035552999999993e2","0.46182213000000104e2"],["-0.63970832999999914e2","0.46180549999999982e2"],["-0.63954444999999964e2","0.46178046999999992e2"],["-0.63830283999999949e2","0.46146385000000066e2"],["-0.63822226999999998e2",46.14388299999996],["-0.63776389999999935e2","0.46121101000000067e2"],[-63.77305599999994,"0.46117493000000138e2"],["-0.63771111000000019e2","0.46112769999999955e2"],["-0.63772498999999868e2","0.46108046999999999e2"],["-0.63776947000000007e2","0.46103325000000098e2"],["-0.63783057999999983e2","0.46099716000000058e2"],["-0.63799445999999989e2","0.46091377000000023e2"],["-0.63805557000000022e2","0.46089157000000057e2"],["-0.63886391000000003e2",46.06082200000003],["-0.63892501999999922e2","0.46058884000000091e2"],["-0.63919448999999929e2","0.46053047000000106e2"],["-0.63926948999999922e2","0.46052490000000034e2"],["-0.63988608999999997e2","0.46051933000000133e2"],["-0.64023330999999985e2","0.46057495000000074e2"],[-64.06806899999998,"0.46059433000000013e2"],["-0.64072509999999966e2","0.46054710000000057e2"],["-0.64093886999999995e2","0.46021659999999997e2"],["-0.64065001999999879e2","0.46004715000000033e2"],["-0.64042785999999978e2","0.45991898000000049e2"],["-0.64012512000000015e2","0.46005829000000006e2"],["-0.64005279999999914e2","0.46005554000000018e2"],["-0.63913054999999986e2","0.45979987999999935e2"],["-0.63864166000000012e2","0.45961105000000032e2"],["-0.63859443999999996e2","0.45951934999999992e2"],["-0.63861389000000031e2",45.94582400000013],["-0.63846106999999961e2","0.45930824000000143e2"],["-0.63714721999999995e2","0.45840546000000074e2"],["-0.63669998000000021e2","0.45818054000000018e2"],["-0.63664161999999976e2","0.45815268999999944e2"],["-0.63645836000000031e2","0.45833328000000051e2"],["-0.63631667999999991e2","0.45859436000000017e2"],["-0.63600280999999995e2","0.45869986999999924e2"],["-0.63580558999999937e2","0.45874435000000119e2"],["-0.63482498000000021e2","0.45877213000000097e2"],["-0.63474441999999954e2","0.45876938000000052e2"],["-0.63457221999999888e2","0.45874160999999958e2"],["-0.63420279999999934e2","0.45864997999999957e2"],["-0.63406661999999926e2","0.45858887000000095e2"],["-0.63403884999999946e2","0.45854439000000127e2"],[-63.42861199999993,"0.45823607999999979e2"],["-0.63434440999999936e2","0.45820831000000112e2"],["-0.63441108999999926e2","0.45819442999999978e2"],["-0.63456107999999972e2","0.45818886000000077e2"],["-0.63488051999999925e2","0.45820831000000112e2"],["-0.63513335999999981e2",45.82416500000005],["-0.63520835999999974e2","0.45823883000000023e2"],["-0.63525832999999977e2","0.45819992000000127e2"],[-63.52666499999998,"0.45814438000000109e2"],["-0.63523612999999898e2","0.45809989999999971e2"],["-0.63515556000000004e2","0.45807213000000047e2"],["-0.63506950000000018e2","0.45805824000000086e2"],["-0.63433608999999933e2","0.45799438000000009e2"],["-0.63425560000000019e2","0.45799164000000076e2"],[-63.34332999999998,"0.45797492999999974e2"],["-0.63328338999999971e2",45.79833200000013],["-0.63287223999999981e2","0.45805549999999982e2"],["-0.63281113000000005e2","0.45807769999999948e2"],["-0.63274170000000026e2","0.45808883999999978e2"],["-0.63251113999999973e2","0.45809714999999983e2"],["-0.63235000999999954e2",45.80860100000001],["-0.63229439000000013e2","0.45804993000000081e2"],["-0.63233329999999967e2","0.45799438000000009e2"],["-0.63238892000000021e2","0.45796386999999982e2"],["-0.63313889000000017e2","0.45769440000000031e2"],["-0.63319725000000005e2","0.45768051000000071e2"],["-0.63355835000000013e2","0.45764442000000031e2"],["-0.63372222999999906e2",45.76638800000012],["-0.63379997000000003e2","0.45766106000000036e2"],["-0.63381942999999978e2","0.45759995000000004e2"],["-0.63376663000000008e2","0.45755829000000062e2"],["-0.63361114999999984e2","0.45745543999999938e2"],["-0.63354445999999939e2","0.45742493000000138e2"],[-63.31361400000003,"0.45736938000000066e2"],["-0.63282501000000025e2","0.45733330000000137e2"],["-0.63189719999999966e2",45.73443600000013],["-0.63120833999999945e2","0.45759438000000102e2"],["-0.63090552999999943e2","0.45790276000000063e2"],["-0.63082779000000016e2",45.80332199999998],["-0.62993888999999967e2","0.45796386999999982e2"],["-0.62985275000000001e2","0.45794998000000135e2"],["-0.62958336000000031e2","0.45788887000000045e2"],["-0.62723610000000008e2","0.45764160000000004e2"],["-0.62677779999999984e2","0.45764160000000004e2"],["-0.62557220000000029e2","0.45674713000000111e2"],["-0.62503890999999953e2","0.45627487000000087e2"],["-0.62461944999999957e2","0.45612495000000081e2"],["-0.62250281999999913e2","0.45708327999999995e2"],["-0.62092772999999966e2","0.45781105000000139e2"],["-0.62035003999999958e2","0.45820831000000112e2"],["-0.62015006999999912e2","0.45836655000000007e2"],["-0.61973327999999981e2","0.45867210000000057e2"],["-0.61931388999999967e2","0.45884720000000016e2"],["-0.61925559999999962e2","0.45886107999999922e2"],["-0.61917503000000011e2","0.45885551000000021e2"],["-0.61903052999999886e2",45.87943300000012],[-61.89805599999994,"0.45875267000000008e2"],["-0.61896110999999962e2","0.45871101000000124e2"],[-61.89805599999994,"0.45865273000000002e2"],["-0.61903327999999988e2","0.45861382000000106e2"],["-0.61914718999999934e2",45.8555530000001],["-0.61919448999999986e2","0.45851105000000132e2"],["-0.61923332000000016e2","0.45845543000000021e2"],["-0.61925559999999962e2","0.45839432000000102e2"],["-0.61925277999999992e2","0.45834434999999985e2"],["-0.61889998999999989e2","0.45701385000000016e2"],["-0.61885558999999887e2","0.45690544000000102e2"],[-61.88138600000002,"0.45686653000000035e2"],["-0.61792228999999907e2","0.45639160000000118e2"],["-0.61783332999999971e2","0.45636658000000011e2"],["-0.61735000999999897e2","0.45623322000000087e2"],["-0.61724998000000028e2",45.62082700000002],["-0.61618056999999965e2","0.45610550000000046e2"],["-0.61603888999999924e2","0.45635269000000051e2"],["-0.61569999999999936e2","0.45669991000000039e2"],["-0.61565001999999936e2","0.45673882000000106e2"],["-0.61559165999999948e2","0.45676659000000029e2"],["-0.61546111999999994e2","0.45681106999999997e2"],["-0.61526107999999965e2","0.45685265000000129e2"],["-0.61504447999999968e2","0.45686935000000062e2"],["-0.61488892000000021e2","0.45686935000000062e2"],["-0.61471382000000006e2","0.45682495000000074e2"],["-0.61466110000000015e2","0.45678878999999995e2"],["-0.61396392999999932e2","0.45626656000000082e2"],["-0.61386947999999961e2","0.45618880999999988e2"],["-0.61353427999999951e2",45.56971400000009],["-0.61316146999999944e2","0.45533173000000033e2"],["-0.61260001999999929e2","0.45510277000000087e2"],["-0.61232356999999979e2",45.46119299999998],["-0.61294167000000016e2","0.45434714999999926e2"],[-61.36500499999994,"0.45404160000000104e2"],["-0.61368057000000022e2","0.45413879000000122e2"],["-0.61374717999999973e2","0.45416938999999957e2"],["-0.61388610999999912e2",45.41415400000011],["-0.61400832999999977e2","0.45410820000000115e2"],["-0.61413329999999974e2","0.45406937000000028e2"],["-0.61462219000000005e2","0.45384438000000046e2"],["-0.61477492999999924e2","0.45373047000000099e2"],["-0.61481666999999959e2","0.45367767000000015e2"],["-0.61478881999999999e2","0.45363327000000027e2"],["-0.61463889999999992e2","0.45346939000000134e2"],["-0.61457222000000002e2","0.45343605000000139e2"],["-0.61226386999999932e2","0.45344154000000117e2"],["-0.61153327999999874e2","0.45348327999999981e2"],["-0.61139441999999974e2","0.45348877000000073e2"],["-0.61131667999999991e2","0.45348327999999981e2"],["-0.61047225999999966e2","0.45335548000000017e2"],["-0.60996391000000017e2",45.32749200000012],["-0.60980552999999986e2","0.45324440000000038e2"],[-60.970551,"0.45321663000000115e2"],["-0.60966110000000015e2","0.45318329000000119e2"],["-0.60964721999999995e2","0.45313049000000035e2"],[-60.96527900000001,"0.45295546999999999e2"],["-0.60970276000000013e2","0.45269714000000079e2"],["-0.61050834999999893e2","0.45231102000000078e2"],[-61.0777819999999,"0.45219437000000028e2"],["-0.61090278999999953e2","0.45215546000000131e2"],["-0.61109726000000023e2","0.45210823000000119e2"],["-0.61123329000000012e2","0.45208602999999925e2"],["-0.61139724999999942e2","0.45210823000000119e2"],["-0.61142226999999991e2","0.45215271000000087e2"],["-0.61222220999999934e2",45.23832700000014],["-0.61267501999999979e2","0.45246384000000091e2"],["-0.61313056999999901e2","0.45242766999999958e2"],["-0.61323890999999946e2","0.45236107000000118e2"],["-0.61360000999999954e2","0.45209991000000059e2"],["-0.61373610999999926e2","0.45196380999999974e2"],["-0.61373328999999956e2","0.45191101000000117e2"],["-0.61365554999999972e2","0.45188324000000023e2"],["-0.61349723999999981e2","0.45186935000000005e2"],["-0.61340836000000024e2","0.45184433000000126e2"],["-0.61344161999999869e2","0.45178047000000049e2"],[-61.34944200000001,"0.45174438000000009e2"],["-0.61355002999999954e2","0.45171660999999915e2"],["-0.61384445000000028e2",45.15915700000005],["-0.61397498999999982e2","0.45156097000000045e2"],["-0.61450835999999924e2","0.45145546000000081e2"],["-0.61458611000000019e2","0.45144714000000022e2"],["-0.61543891999999971e2","0.45141662999999994e2"],["-0.61638053999999954e2","0.45120270000000062e2"],["-0.61724715999999944e2","0.45091660000000047e2"],["-0.61898338000000024e2","0.45024993999999992e2"],["-0.62026664999999923e2","0.44984717999999987e2"],["-0.62087775999999963e2",44.97026800000009],["-0.62286391999999921e2","0.44928047000000049e2"],["-0.62391944999999964e2","0.44908325000000048e2"],["-0.62476386999999875e2","0.44895546000000138e2"],["-0.62521942000000024e2","0.44850829999999974e2"],["-0.62546111999999937e2","0.44821663000000001e2"],["-0.62641388000000006e2","0.44809158000000082e2"],["-0.62795005999999887e2","0.44780548000000067e2"],["-0.62801108999999997e2","0.44778603000000089e2"],["-0.62813888999999961e2","0.44750832000000003e2"],["-0.62809998000000007e2","0.44734718000000044e2"],["-0.62851111999999944e2","0.44718323000000112e2"],["-0.62928611999999873e2","0.44733879000000115e2"],["-0.63012779000000023e2","0.44773323000000005e2"],["-0.63020554000000004e2","0.44773880000000077e2"],["-0.63055557000000022e2","0.44772766000000104e2"],[-63.0625,"0.44771378000000027e2"],["-0.63061942999999928e2",44.76638800000012],["-0.63060279999999977e2","0.44761664999999994e2"],["-0.63057502999999997e2","0.44757217000000026e2"],["-0.63043616999999927e2","0.44739989999999977e2"],["-0.63017776000000026e2","0.44722488000000112e2"],["-0.63012504999999919e2","0.44713326000000052e2"],["-0.63011948000000018e2","0.44708046000000138e2"],["-0.63013618000000008e2","0.44702774000000034e2"],["-0.63018332999999927e2","0.44697487000000081e2"],["-0.63048339999999996e2","0.44676102000000128e2"],[-63.05471799999998,"0.44673325000000034e2"],["-0.63104445999999996e2","0.44746658000000139e2"],["-0.63115279999999871e2","0.44731377000000009e2"],["-0.63118331999999953e2","0.44724991000000102e2"],["-0.63138335999999981e2","0.44693047000000092e2"],["-0.63142776000000026e2","0.44688599000000124e2"],["-0.63283057999999926e2","0.44627212999999983e2"],["-0.63439994999999954e2","0.44590828000000045e2"],["-0.63448883000000023e2","0.44593048000000067e2"],[-63.49500299999994,"0.44614715999999987e2"],["-0.63526336999999955e2",44.63610099999994],["-0.63535167999999999e2","0.44642769000000101e2"],["-0.63545334000000025e2","0.44652107000000058e2"],["-0.63556999000000019e2",44.66160600000012],["-0.63615836999999942e2",44.70249199999995],["-0.63635001999999986e2","0.44711380000000133e2"],["-0.63642775999999913e2","0.44714157000000057e2"],["-0.63651107999999965e2","0.44715546000000018e2"],["-0.63658332999999971e2","0.44714995999999985e2"],["-0.63660552999999936e2","0.44708328000000051e2"],["-0.63649444999999957e2","0.44686104000000114e2"],["-0.63640556000000004e2","0.44673050000000046e2"],["-0.63635559000000001e2","0.44668884000000105e2"],["-0.63627776999999924e2","0.44666382000000056e2"],["-0.63606110000000001e2","0.44668884000000105e2"],["-0.63598610000000008e2","0.44667770000000132e2"],["-0.63591942000000017e2","0.44664711000000011e2"],["-0.63583611000000019e2","0.44656936999999971e2"],["-0.63564223999999911e2","0.44620769999999993e2"],["-0.63558220000000006e2","0.44613266000000124e2"],["-0.63555388999999934e2","0.44607769000000019e2"],["-0.63546059000000014e2","0.44588604000000032e2"],["-0.63520835999999974e2","0.44512771999999984e2"],["-0.63520279000000016e2","0.44507773999999984e2"],["-0.63525276000000019e2","0.44495270000000119e2"],["-0.63533332999999971e2","0.44484993000000145e2"],["-0.63542777999999942e2","0.44476379000000065e2"],["-0.63553054999999915e2","0.44469711000000075e2"],["-0.63570838999999921e2","0.44461937000000091e2"],["-0.63631110999999919e2","0.44435822000000087e2"],["-0.63638610999999912e2","0.44436935000000005e2"],[-63.90694400000001,"0.44495270000000119e2"],["-0.63913611999999887e2","0.44498604000000114e2"],["-0.63924171000000001e2","0.44506103999999993e2"],["-0.63932502999999997e2","0.44513329000000056e2"],["-0.63935555000000022e2","0.44517494000000056e2"],[-63.94388600000002,"0.44536110000000065e2"],["-0.63938605999999936e2","0.44616104000000064e2"],["-0.63937774999999931e2","0.44621658000000082e2"],["-0.63928054999999858e2","0.44642220000000009e2"],["-0.63919166999999959e2","0.44651657000000114e2"],["-0.63914443999999889e2",44.65554800000001],["-0.63908607000000018e2","0.44678047000000106e2"],["-0.64008347000000015e2","0.44647491000000002e2"],["-0.64045272999999952e2","0.44635826000000122e2"],["-0.64055266999999958e2","0.44619438000000059e2"],["-0.64065551999999911e2","0.44595268000000033e2"],["-0.64063888999999961e2","0.44590545999999961e2"],["-0.64059158000000025e2","0.44581665000000044e2"],["-0.64054992999999968e2","0.44577773999999977e2"],["-0.64039443999999946e2","0.44572495000000004e2"],["-0.64033614999999941e2","0.44563049000000035e2"],["-0.64009170999999981e2","0.44513329000000056e2"],["-0.64010009999999966e2","0.44507773999999984e2"],["-0.64083069000000023e2","0.44466660000000047e2"],[-64.091949,44.46888000000007],["-0.64110549999999989e2","0.44478324999999984e2"],["-0.64121657999999968e2","0.44485268000000133e2"],["-0.64125548999999978e2","0.44510551000000021e2"],["-0.64123610999999926e2","0.44527489000000116e2"],["-0.64119720000000029e2",44.53943600000008],["-0.64121657999999968e2","0.44544159000000093e2"],["-0.64127486999999917e2","0.44552773000000116e2"],["-0.64135833999999988e2","0.44560546999999929e2"],["-0.64146118000000001e2","0.44568329000000062e2"],["-0.64170273000000009e2","0.44586105000000032e2"],["-0.64200835999999981e2","0.44576384999999959e2"],["-0.64305267000000015e2","0.44533332999999971e2"],["-0.64337509000000011e2","0.44411933999999974e2"],["-0.64346664000000033e2","0.44362495000000138e2"],["-0.64346114999999998e2","0.44357215999999994e2"],["-0.64329726999999934e2","0.44328880000000026e2"],["-0.64311110999999926e2","0.44319159999999954e2"],["-0.64303328999999962e2","0.44316666000000055e2"],["-0.64295273000000009e2","0.44316101000000003e2"],["-0.64290557999999976e2",44.31999200000007],["-0.64292220999999984e2","0.44324715000000026e2"],["-0.64299987999999928e2",44.32749200000012],["-0.64305557000000022e2","0.44330826000000116e2"],["-0.64309433000000013e2","0.44335548000000017e2"],["-0.64307770000000005e2","0.44340828000000101e2"],["-0.64301102000000014e2","0.44341933999999924e2"],["-0.64273620999999878e2","0.44330276000000083e2"],["-0.64260558999999944e2","0.44324164999999994e2"],["-0.64239440999999943e2","0.44294158999999922e2"],["-0.64253341999999918e2",44.27526899999998],["-0.64258056999999951e2","0.44269989000000123e2"],["-0.64283324999999877e2","0.44253052000000082e2"],["-0.64319457999999997e2","0.44264717000000019e2"],["-0.64355835000000013e2","0.44273323000000119e2"],["-0.64391113000000018e2","0.44253326000000015e2"],["-0.64428054999999915e2","0.44228325000000041e2"],["-0.64432220000000029e2","0.44223602000000028e2"],["-0.64444716999999912e2","0.44190269000000001e2"],["-0.64616394000000014e2","0.44133049000000142e2"],[-64.61860699999994,"0.44071937999999989e2"],["-0.64666397000000018e2","0.43990273000000116e2"],["-0.64671386999999982e2","0.43986382000000049e2"],["-0.64732223999999917e2","0.43951660000000004e2"],["-0.64738051999999925e2","0.43949432000000058e2"],["-0.64745269999999948e2","0.43948874999999987e2"],["-0.64776397999999972e2","0.43950828999999999e2"],[-64.80610699999994,"0.43950546000000031e2"],["-0.64812774999999931e2","0.43949432000000058e2"],["-0.64818068999999923e2","0.43946381000000031e2"],["-0.64832229999999925e2","0.43926102000000128e2"],["-0.64881103999999993e2","0.43838882000000126e2"],["-0.64906386999999995e2","0.43800544999999943e2"],["-0.65030562999999972e2","0.43704163000000051e2"],["-0.65066665999999941e2","0.43696381000000088e2"],["-0.65242217999999923e2","0.43679161000000136e2"],["-0.65325835999999867e2","0.43674995000000024e2"],["-0.65375274999999874e2","0.43575272000000098e2"],["-0.65449158000000011e2",43.55971500000004],["-0.65453338999999971e2","0.43554993000000138e2"],["-0.65475829999999974e2","0.43505829000000006e2"],["-0.65481383999999991e2","0.43464439000000027e2"],["-0.65496947999999975e2","0.43490829000000019e2"],["-0.65548049999999932e2","0.43556099000000017e2"],["-0.65559433000000013e2","0.43568054000000075e2"],["-0.65568618999999956e2","0.43570274000000097e2"],["-0.65575561999999991e2","0.43569717000000026e2"],["-0.65584732000000031e2","0.43560271999999941e2"],["-0.65591385000000002e2","0.43549721000000034e2"],["-0.65603881999999999e2","0.43534721000000104e2"],["-0.65612212999999997e2","0.43526099999999985e2"],["-0.65617492999999968e2","0.43523604999999975e2"],["-0.65646118000000001e2","0.43511940000000038e2"],[-65.67332499999992,"0.43506103999999993e2"],["-0.65712783999999999e2","0.43498604000000114e2"],["-0.65720550999999944e2","0.43499161000000015e2"],[-65.72582999999986,43.50249500000001],["-0.65777221999999995e2","0.43562492000000134e2"],["-0.65783324999999934e2","0.43571106000000043e2"],["-0.65783889999999985e2","0.43576385000000016e2"],["-0.65781951999999933e2","0.43587769000000094e2"],["-0.65778885000000002e2","0.43599998000000085e2"],["-0.65773055999999997e2","0.43612770000000125e2"],["-0.65771117999999944e2","0.43624435000000005e2"],["-0.65769454999999937e2",43.64138000000014],["-0.65768065999999919e2","0.43658043000000021e2"],["-0.65768340999999964e2","0.43668883999999991e2"],["-0.65769729999999868e2","0.43679161000000136e2"],[-65.77555799999999,"0.43688324000000136e2"],["-0.65868880999999988e2","0.43786385000000053e2"],["-0.65907775999999956e2","0.43821663000000058e2"],["-0.65912215999999887e2","0.43825272000000041e2"],["-0.65918610000000001e2","0.43828331000000048e2"],["-0.65932770000000005e2","0.43827217000000019e2"],["-0.65938888999999961e2","0.43824997000000053e2"],["-0.65942490000000021e2","0.43819443000000035e2"],["-0.65956115999999895e2","0.43776100000000099e2"],["-0.65968886999999995e2","0.43719436999999971e2"],["-0.65971663999999976e2",43.71276899999998],["-0.65975006000000008e2","0.43707214000000079e2"],["-0.65983063000000016e2","0.43697768999999994e2"],["-0.66013335999999867e2","0.43691658000000132e2"],["-0.66020553999999947e2",43.69110100000006],[-66.029449,"0.43731659000000093e2"],["-0.66030562999999972e2","0.43736107000000061e2"],["-0.66033614999999998e2","0.43740273000000002e2"],["-0.66042220999999984e2","0.43748046999999985e2"],["-0.66080841000000021e2","0.43768051000000071e2"],["-0.66088607999999965e2","0.43768326000000116e2"],[-66.09445199999999,"0.43766106000000093e2"],["-0.66107772999999952e2","0.43753326000000129e2"],["-0.66121658000000025e2","0.43762215000000026e2"],["-0.66135559000000001e2",43.78943600000008],["-0.66166945999999939e2","0.43858603999999957e2"],["-0.66168059999999912e2","0.43863051999999925e2"],["-0.66168059999999912e2","0.43895546000000024e2"],["-0.66167495999999971e2","0.43901382000000069e2"],["-0.66165832999999964e2","0.43907211000000075e2"],["-0.66151947000000007e2","0.43919159000000093e2"],["-0.66150283999999942e2","0.43925270000000012e2"],["-0.66149993999999936e2",43.93082400000003],[-66.14916999999997,"0.44001106000000107e2"],[-66.14973399999991,"0.44011108000000036e2"],["-0.66181945999999925e2","0.44067497000000117e2"],["-0.66204453000000001e2","0.44086655000000007e2"],["-0.66190552000000025e2","0.44150543000000027e2"],["-0.66187774999999931e2","0.44161934000000031e2"],["-0.66118606999999997e2","0.44338043000000027e2"],["-0.66093886999999881e2","0.44367493000000138e2"],["-0.66089995999999985e2","0.44371658000000139e2"],["-0.66037505999999951e2","0.44423325000000091e2"],["-0.65976943999999946e2","0.44477485999999999e2"],["-0.65967223999999987e2","0.44486107000000118e2"],[-65.95666499999993,"0.44491661000000079e2"],["-0.65950286999999946e2","0.44493050000000096e2"],["-0.65944442999999978e2","0.44489716000000101e2"],["-0.65938048999999921e2","0.44491104000000007e2"],["-0.65865828999999962e2","0.44538886999999988e2"],["-0.65841674999999952e2","0.44568604000000107e2"],["-0.65841384999999946e2","0.44574164999999994e2"],["-0.65844451999999876e2","0.44578331000000048e2"],["-0.65848891999999978e2","0.44582213999999965e2"],["-0.65855270000000019e2","0.44585823000000005e2"],["-0.65862777999999878e2","0.44586936999999978e2"],["-0.65931106999999997e2","0.44582213999999965e2"],["-0.65943053999999961e2","0.44577773999999977e2"],["-0.65958617999999944e2","0.44567497000000003e2"],["-0.66004456000000005e2","0.44535827999999981e2"],[-66.03472899999997,"0.44514717000000132e2"],[-66.12332200000003,"0.44448875000000044e2"],["-0.66177779999999927e2","0.44396660000000054e2"],["-0.66185821999999973e2","0.44387214999999969e2"],["-0.66190552000000025e2","0.44383330999999998e2"],["-0.66197220000000016e2","0.44386108000000036e2"],["-0.66198607999999979e2","0.44412766000000033e2"],["-0.66191100999999946e2","0.44423325000000091e2"],["-0.66103058000000033e2","0.44500000000000114e2"],["-0.66068068999999923e2","0.44524994000000106e2"],["-0.65971663999999976e2","0.44591934000000094e2"],["-0.65820220999999947e2","0.44654434000000037e2"],["-0.65816726999999958e2","0.44655768999999964e2"],["-0.65808722999999929e2","0.44651936000000092e2"],["-0.65802895000000035e2","0.44644604000000072e2"],["-0.65796394000000021e2","0.44624268000000029e2"],["-0.65796897999999942e2","0.44617603000000145e2"],["-0.65797897000000034e2","0.44613937000000021e2"],["-0.65756957999999941e2","0.44615273000000059e2"],["-0.65756393000000003e2","0.44609993000000031e2"],["-0.65753066999999987e2",44.60582700000009],["-0.65745270000000005e2","0.44605552999999986e2"],["-0.65697220000000016e2","0.44612495000000081e2"],["-0.65690276999999924e2","0.44614440999999999e2"],[-65.68499799999995,44.61693600000001],["-0.65625274999999988e2","0.44658882000000006e2"],["-0.65522507000000019e2","0.44737769999999955e2"],["-0.65548614999999984e2","0.44733879000000115e2"],["-0.65682616999999937e2","0.44693156999999928e2"],["-0.65686278999999956e2","0.44691825999999935e2"],["-0.65690276999999924e2","0.44691162000000077e2"],["-0.65695441999999957e2","0.44691825999999935e2"],["-0.65704116999999997e2",44.69499200000007],["-0.65706116000000009e2","0.44697654999999997e2"],["-0.65707114999999988e2","0.44700489000000005e2"],["-0.65707450999999992e2","0.44703487000000052e2"],["-0.65705947999999978e2","0.44707489000000066e2"],["-0.65700942999999938e2","0.44713157999999964e2"],["-0.65697937000000024e2",44.71549200000004],["-0.65717772999999966e2","0.44721931000000041e2"],["-0.65658339999999953e2","0.44758605999999986e2"],["-0.65646956999999929e2","0.44765273999999977e2"],["-0.65299987999999928e2","0.44928329000000133e2"],["-0.65202498999999989e2","0.44973877000000073e2"],["-0.65114166000000012e2","0.45011665000000107e2"],["-0.64934158000000025e2","0.45100273000000016e2"],["-0.64918059999999912e2","0.45111107000000061e2"],["-0.64879439999999988e2","0.45130820999999969e2"],["-0.64861938000000009e2","0.45139717000000076e2"],["-0.64814712999999983e2","0.45158043000000077e2"],["-0.64808608999999933e2",45.16027100000008],["-0.64777221999999995e2","0.45169990999999982e2"],["-0.64744995000000017e2","0.45178329000000076e2"],["-0.64710830999999985e2","0.45183876000000055e2"],["-0.64590285999999935e2","0.45208046000000024e2"],["-0.64550551999999925e2","0.45216660000000104e2"],["-0.64468886999999938e2","0.45242766999999958e2"],["-0.64451400999999976e2","0.45249435000000119e2"],["-0.64434432999999899e2",45.25750000000005],["-0.64417770000000019e2","0.45266663000000051e2"],["-0.64397506999999962e2","0.45281105000000025e2"],["-0.64393889999999999e2",45.28694200000001],["-0.64391952999999944e2","0.45292770000000132e2"],["-0.64391113000000018e2","0.45298332000000073e2"],["-0.64393065999999862e2","0.45303322000000094e2"],["-0.64401671999999962e2","0.45311104000000057e2"],["-0.64406951999999933e2","0.45314438000000052e2"],["-0.64413895000000025e2","0.45317497000000003e2"],["-0.64430832000000009e2","0.45322220000000016e2"],["-0.64454726999999934e2","0.45323608000000092e2"],["-0.64462218999999948e2","0.45323051000000021e2"],["-0.64470839999999953e2","0.45324440000000038e2"],["-0.64488051999999982e2","0.45329162999999994e2"],["-0.64494719999999973e2","0.45332214000000022e2"],["-0.64489165999999955e2","0.45335266000000104e2"],["-0.64465835999999911e2","0.45334717000000012e2"],["-0.64440552000000025e2","0.45331665000000044e2"],["-0.64353057999999919e2","0.45316101000000003e2"],["-0.64338333000000034e2","0.45310271999999941e2"],["-0.64327498999999989e2","0.45303322000000094e2"],["-0.64321395999999936e2","0.45294715999999994e2"],["-0.64317779999999914e2","0.45285271000000137e2"],["-0.64317229999999881e2","0.45280273000000136e2"],["-0.64317779999999914e2","0.45274437000000034e2"],["-0.64321944999999914e2","0.45269714000000079e2"],["-0.64327498999999989e2","0.45266936999999984e2"],["-0.64343062999999972e2","0.45256103999999993e2"],["-0.64353333000000021e2","0.45239159000000029e2"],["-0.64385833999999932e2","0.45145546000000081e2"],["-0.64380279999999857e2","0.45131104000000107e2"],["-0.64363891999999964e2","0.45101386999999988e2"],["-0.64359725999999966e2","0.45097487999999942e2"],["-0.64352218999999934e2",45.09804500000007],["-0.64346953999999982e2","0.45101105000000075e2"],["-0.64337219000000005e2","0.45108604000000071e2"],["-0.64333892999999932e2","0.45115272999999945e2"],["-0.64334441999999967e2","0.45120270000000062e2"],["-0.64333327999999995e2","0.45131660000000124e2"],["-0.64329178000000013e2",45.13638300000008],["-0.64324387000000002e2","0.45139343000000054e2"],[-64.31138599999997,"0.45141380000000026e2"],["-0.64295836999999949e2","0.45141380000000026e2"],["-0.64244155999999975e2","0.45123877999999991e2"],["-0.64221114999999941e2","0.45110549999999989e2"],["-0.64210280999999952e2","0.45103607000000011e2"],["-0.64157226999999978e2","0.45056938000000002e2"],["-0.64146956999999986e2","0.45044441000000063e2"],[-64.14555399999989,"0.45034720999999934e2"],[-64.154449,44.98443600000013],["-0.64156386999999938e2","0.44978325000000041e2"],["-0.64116942999999935e2","0.45009163000000058e2"],["-0.64114165999999955e2","0.45046661000000029e2"],["-0.64121933000000013e2","0.45058044000000052e2"],["-0.64136397999999929e2","0.45074440000000038e2"],["-0.64141678000000013e2","0.45078605999999979e2"],["-0.64162505999999894e2","0.45092216000000008e2"],["-0.64188323999999909e2","0.45104713000000004e2"],["-0.64192490000000021e2","0.45108604000000071e2"],["-0.64198607999999865e2",45.11721],["-0.64198882999999967e2","0.45122490000000084e2"],["-0.64195830999999941e2","0.45150543000000027e2"],[-64.16361999999998,"0.45185265000000015e2"],["-0.64152785999999992e2","0.45192764000000011e2"],["-0.64118331999999953e2","0.45208885000000009e2"],["-0.64106110000000001e2","0.45213326000000109e2"],["-0.64099990999999932e2","0.45215271000000087e2"],["-0.64065826000000015e2","0.45222214000000122e2"],["-0.64008057000000008e2","0.45236381999999992e2"],["-0.63982215999999937e2","0.45243049999999926e2"],["-0.63956664999999987e2","0.45251388999999961e2"],["-0.63805831999999953e2","0.45301933000000133e2"],["-0.63596107000000018e2","0.45315544000000102e2"],["-0.63470832999999857e2","0.45321663000000115e2"],["-0.63384170999999924e2",45.35083000000003],["-0.63371940999999993e2","0.45354996000000142e2"],["-0.63365554999999915e2","0.45357773000000009e2"],["-0.63360832000000016e2","0.45360824999999977e2"],[-63.36860699999994,45.36360900000011],["-0.63738892000000021e2","0.45396660000000054e2"],["-0.63755561999999941e2","0.45398048000000131e2"],["-0.63797226000000023e2","0.45392768999999987e2"],["-0.63837775999999963e2","0.45385551000000135e2"],["-0.63988051999999982e2","0.45384438000000046e2"],["-0.64040558000000033e2","0.45401100000000042e2"],["-0.64044998000000021e2","0.45404434000000037e2"],["-0.64061110999999983e2","0.45409714000000122e2"],["-0.64069732999999985e2","0.45410271000000023e2"],["-0.64083618000000001e2","0.45409430999999984e2"],[-64.16332999999986,"0.45403877000000136e2"],["-0.64214721999999995e2","0.45399719000000005e2"],["-0.64312774999999931e2",45.39138000000014],["-0.64357772999999952e2",45.38110400000005],["-0.64529998999999975e2","0.45408043000000021e2"],["-0.64674164000000019e2","0.45383049000000085e2"],["-0.64815825999999959e2","0.45348602000000085e2"],["-0.64929442999999992e2","0.45324440000000038e2"],["-0.64937209999999993e2","0.45326942000000088e2"],["-0.64938048999999921e2","0.45332214000000022e2"],["-0.64936661000000015e2","0.45343323000000112e2"],["-0.64933318999999983e2","0.45355553000000043e2"],["-0.64917769999999905e2","0.45408599999999922e2"],["-0.64909163999999976e2","0.45418052999999986e2"],["-0.64831389999999942e2","0.45479155999999932e2"],["-0.64765563999999983e2","0.45505554000000132e2"],["-0.64699157999999954e2","0.45531104999999968e2"],["-0.64568893000000003e2","0.45604163999999969e2"],["-0.64470550999999944e2","0.45670273000000122e2"],["-0.64430282999999974e2","0.45715546000000018e2"],["-0.64332229999999925e2",45.76888300000013],["-0.64331680000000006e2","0.45763611000000026e2"],["-0.64326110999999969e2","0.45749435000000005e2"],["-0.64296660999999915e2","0.45763328999999942e2"],["-0.64283066000000019e2","0.45776656999999943e2"],[-64.27555799999999,"0.45799995000000081e2"],[-64.27305599999994,"0.45811661000000015e2"],["-0.64270003999999915e2","0.45828880000000083e2"],["-0.64272933999999964e2","0.45835754000000065e2"],["-0.64273620999999878e2","0.45838599999999985e2"],["-0.64276671999999962e2","0.45842766000000097e2"],["-0.64324722000000008e2","0.45879990000000021e2"],[-64.33277899999996,"0.45882767000000058e2"],["-0.64347778000000005e2","0.45881934999999999e2"],["-0.64361388999999974e2","0.45879158000000075e2"],["-0.64366942999999992e2","0.45876380999999981e2"],["-0.64367766999999958e2","0.45870544000000052e2"],["-0.64363327000000027e2","0.45866661000000079e2"],["-0.64354720999999927e2","0.45865547000000106e2"],["-0.64357498000000021e2","0.45851105000000132e2"],["-0.64418059999999912e2","0.45796104000000014e2"],["-0.64478332999999907e2","0.45750549000000035e2"],[-64.49722300000002,"0.45783882000000006e2"],["-0.64489990000000034e2","0.45794998000000135e2"],["-0.64488051999999982e2","0.45801102000000014e2"],["-0.64489165999999955e2","0.45811378000000047e2"],[-64.49221799999998,"0.45815543999999989e2"],["-0.64597335999999984e2","0.45922104000000047e2"],["-0.64681945999999868e2","0.46021659999999997e2"],["-0.64686935000000005e2","0.46041382000000056e2"],["-0.64690551999999968e2","0.46050827000000083e2"],["-0.64694991999999957e2","0.46054710000000057e2"],["-0.64736937999999952e2","0.46083878000000084e2"],["-0.64747498000000007e2","0.46090546000000018e2"],["-0.64754456000000005e2","0.46089157000000057e2"],["-0.64764450000000011e2","0.46083054000000118e2"],["-0.64706389999999999e2","0.45994713000000104e2"],["-0.64701949999999954e2","0.45990829000000076e2"],["-0.64648009999999942e2","0.45933047999999928e2"],["-0.64631171999999992e2","0.45922718000000032e2"],["-0.64628998000000024e2","0.45920383000000072e2"],["-0.64601180999999997e2","0.45881550000000118e2"],["-0.64601180999999997e2","0.45877384000000006e2"],["-0.64601340999999991e2","0.45873881999999981e2"],["-0.64602844000000005e2",45.86721399999999],["-0.64604507000000012e2","0.45863552000000084e2"],["-0.64583069000000023e2","0.45826942000000145e2"],["-0.64756392999999946e2","0.45622489999999971e2"],["-0.64772506999999962e2","0.45609993000000145e2"],["-0.64778335999999967e2","0.45607216000000051e2"],["-0.64785827999999924e2","0.45610275000000058e2"],["-0.64791381999999999e2","0.45613609000000054e2"],["-0.64796660999999972e2","0.45622489999999971e2"],["-0.64801665999999955e2","0.45626381000000038e2"],["-0.64808334000000002e2","0.45629715000000033e2"],["-0.64817229999999938e2","0.45632492000000127e2"],["-0.64825287000000003e2","0.45633331000000055e2"],["-0.64847504000000015e2","0.45633331000000055e2"],["-0.64884445000000028e2","0.45631660000000011e2"],["-0.64904175000000009e2","0.45627769000000114e2"],["-0.64941375999999991e2","0.45602218999999991e2"],["-0.64947219999999959e2","0.45598045000000127e2"],["-0.64961945000000014e2","0.45586105000000032e2"],["-0.64976395000000025e2","0.45572494999999947e2"],["-0.64986663999999962e2","0.45564437999999996e2"],[-64.99722300000002,"0.45557213000000104e2"],["-0.65015015000000005e2","0.45548882000000049e2"],["-0.65047501000000011e2","0.45539161999999976e2"],["-0.65104445999999939e2","0.45524994000000106e2"],["-0.65138335999999924e2","0.45517769000000044e2"],["-0.65152221999999938e2","0.45516106000000093e2"],["-0.65164444000000003e2","0.45513054000000011e2"],[-65.220551,"0.45493881000000101e2"],["-0.65326675000000023e2","0.45457497000000046e2"],["-0.65339447000000007e2","0.45452216999999962e2"],["-0.65368057000000022e2","0.45437767000000065e2"],["-0.65394454999999994e2","0.45419441000000063e2"],["-0.65421386999999925e2","0.45402771000000087e2"],[-65.53195199999999,"0.45342490999999995e2"],["-0.65883620999999948e2","0.45209160000000054e2"],["-0.65889998999999989e2","0.45207497000000103e2"],["-0.65903609999999958e2","0.45205551000000014e2"],["-0.65910827999999981e2","0.45205268999999987e2"],["-0.65918883999999935e2","0.45206099999999992e2"],[-65.98332199999993,"0.45219711000000132e2"],["-0.65989989999999977e2","0.45223045000000127e2"],[-66.09060699999992,"0.45295657999999946e2"],["-0.66092940999999939e2","0.45297989000000086e2"],["-0.66094611999999984e2","0.45300659000000053e2"],["-0.66091605999999956e2","0.45303824999999961e2"],["-0.66083892999999932e2",45.34276600000004],["-0.66078063999999927e2","0.45345543000000077e2"],[-66.05749499999996,"0.45348602000000085e2"],["-0.66045273000000009e2","0.45353325000000041e2"],[-66.029449,"0.45364158999999916e2"],["-0.66015288999999996e2","0.45377769000000001e2"],["-0.66003066999999987e2","0.45394997000000103e2"],["-0.66000838999999985e2","0.45401100000000042e2"],[-65.99722300000002,"0.45417770000000019e2"],["-0.65994445999999982e2","0.45455550999999957e2"],["-0.65994445999999982e2","0.45460823000000062e2"],["-0.66002501999999993e2","0.45461662000000047e2"],["-0.66008346999999901e2","0.45458885000000123e2"],[-66.19027699999998,"0.45339432000000045e2"],["-0.66193329000000006e2","0.45333603000000039e2"],["-0.66193329000000006e2","0.45328331000000105e2"],["-0.66190552000000025e2","0.45323883000000137e2"],["-0.66179169000000002e2","0.45305823999999973e2"],["-0.66176102000000014e2","0.45301933000000133e2"],["-0.66145279000000016e2","0.45279160000000047e2"],[-66.14166999999992,"0.45259769000000006e2"],["-0.66137000999999941e2","0.45259270000000129e2"],["-0.66113997999999981e2",45.25877400000013],["-0.66113509999999906e2","0.45237770000000069e2"],["-0.66147232000000031e2",45.19221500000009],["-0.66205565999999976e2","0.45163878999999952e2"],[-66.21665999999999,45.15915700000005],["-0.66427779999999984e2","0.45084991000000002e2"],["-0.66459732000000031e2","0.45106102000000021e2"],["-0.66459732000000031e2","0.45111382000000106e2"],["-0.66461120999999935e2","0.45116104000000007e2"],["-0.66468063000000029e2","0.45129714999999976e2"],["-0.66488891999999908e2","0.45149994000000049e2"],["-0.66496384000000035e2","0.45149719000000061e2"],["-0.66531386999999995e2","0.45147217000000012e2"],["-0.66537505999999951e2","0.45145271000000093e2"],[-66.55999799999995,"0.45133330999999998e2"],["-0.66571395999999936e2","0.45126656000000139e2"],["-0.66586120999999991e2","0.45116936000000067e2"],["-0.66608046999999942e2","0.45104164000000083e2"],["-0.66642226999999991e2","0.45086380000000133e2"],["-0.66648055999999997e2","0.45083603000000039e2"],["-0.66754729999999881e2","0.45055550000000096e2"],["-0.66792496000000028e2","0.45055267000000129e2"],[-66.77694699999995,"0.45086380000000133e2"],["-0.66776107999999965e2",45.09137700000008],["-0.66777785999999992e2","0.45096100000000035e2"],["-0.66783065999999963e2","0.45099716000000114e2"],["-0.66965560999999923e2",45.17943600000001],["-0.67021941999999854e2","0.45170273000000009e2"],["-0.67027221999999995e2","0.45168052999999986e2"],["-0.67046386999999982e2","0.45126938000000052e2"],["-0.67129439999999988e2","0.45172217999999987e2"],["-0.67186934999999949e2",45.19221500000009],["-0.67206542999999897e2",45.18303700000007],["-0.67236114999999927e2","0.45193877999999984e2"],[-67.25306699999993,"0.45199432000000002e2"],["-0.67261123999999995e2","0.45201103000000046e2"],["-0.67267775999999969e2","0.45200546000000145e2"],["-0.67275009000000011e2",45.1988750000001],["-0.67287215999999944e2","0.45194153000000028e2"],["-0.67290557999999976e2","0.45182770000000005e2"],["-0.67290282999999988e2","0.45177489999999921e2"],["-0.67292220999999927e2","0.45166100000000085e2"],["-0.67296386999999925e2","0.45160820000000001e2"],["-0.67301391999999964e2","0.45156937000000084e2"],["-0.67306655999999862e2","0.45153320000000122e2"],["-0.67318893000000003e2","0.45148605000000089e2"],["-0.67325561999999991e2","0.45147491000000116e2"],["-0.67333069000000023e2","0.45147491000000116e2"],["-0.67341948999999943e2","0.45149994000000049e2"],["-0.67354172000000005e2","0.45156097000000045e2"],["-0.67403884999999946e2","0.45194435000000055e2"],["-0.67408050999999944e2","0.45198325999999952e2"],["-0.67422500999999954e2","0.45214996000000099e2"],["-0.67455275999999969e2","0.45263054000000068e2"],["-0.67462783999999999e2","0.45276099999999985e2"],["-0.67465011999999888e2","0.45281105000000025e2"],["-0.67465285999999992e2","0.45286385000000109e2"],["-0.67464172000000019e2",45.29193900000007],["-0.67450561999999934e2","0.45333054000000061e2"],["-0.67485001000000011e2","0.45489159000000029e2"],["-0.67485275000000001e2","0.45494438000000002e2"],["-0.67482772999999952e2","0.45500274999999931e2"],["-0.67478881999999885e2","0.45504439999999931e2"],["-0.67467772999999966e2","0.45510826000000066e2"],[-67.43638599999997,"0.45521378000000027e2"],["-0.67421936000000017e2","0.45523323000000005e2"],["-0.67415832999999964e2","0.45525269000000094e2"],["-0.67410827999999924e2","0.45529990999999995e2"],["-0.67406951999999876e2","0.45578049000000135e2"],["-0.67408889999999985e2","0.45582214000000135e2"],["-0.67412505999999951e2","0.45586936999999978e2"],["-0.67424163999999962e2","0.45594711000000132e2"],["-0.67453888000000006e2","0.45612495000000081e2"],["-0.67462219000000005e2","0.45614715999999987e2"],[-67.46945199999999,"0.45613051999999982e2"],["-0.67486114999999984e2","0.45603607000000068e2"],["-0.67499999999999943e2",45.60166200000009],["-0.67515015000000005e2","0.45601105000000018e2"],["-0.67573897999999986e2","0.45611664000000019e2"],["-0.67656661999999983e2","0.45630546999999922e2"],["-0.67664443999999946e2",45.6336060000001],["-0.67791107000000011e2","0.45693047000000092e2"],["-0.67796660999999915e2","0.45696098000000063e2"],["-0.67799164000000019e2","0.45701102999999932e2"],["-0.67804442999999992e2","0.45731377000000009e2"],["-0.67806380999999988e2",45.78472099999999],["-0.67786666999999909e2","0.45888329000000056e2"],["-0.67772507000000019e2","0.45957496999999933e2"],["-0.67779174999999952e2","0.46283332999999971e2"],["-0.67788894999999968e2","0.46787773000000072e2"],["-0.67791671999999949e2","0.46921379000000059e2"],["-0.67794998000000021e2",47.06999200000007],[-67.85972599999991,"0.47097488000000112e2"],["-0.67874161000000015e2","0.47103607000000125e2"],["-0.67892226999999991e2","0.47114440999999999e2"],["-0.67948607999999922e2","0.47166382000000112e2"],["-0.67951400999999976e2",47.17083000000008],["-0.67955841000000021e2","0.47179993000000081e2"],["-0.67957229999999925e2","0.47184989999999971e2"],["-0.67961944999999957e2","0.47194153000000142e2"],["-0.67968886999999938e2",47.20277400000009],[-68.18582200000003,"0.47332771000000037e2"],["-0.68208617999999944e2","0.47341660000000104e2"],["-0.68244995000000017e2","0.47351936000000023e2"],["-0.68306655999999919e2","0.47364440999999943e2"],["-0.68323059000000001e2","0.47365829000000076e2"],["-0.68337219000000005e2","0.47363609000000054e2"],["-0.68348891999999921e2","0.47359992999999974e2"],["-0.68367766999999958e2","0.47351105000000018e2"],["-0.68373046999999929e2","0.47347214000000122e2"],["-0.68564712999999927e2","0.47289719000000048e2"],["-0.68761948000000018e2","0.47232764999999972e2"],["-0.68787505999999951e2","0.47224709000000075e2"],["-0.68831679999999892e2","0.47208884999999952e2"],["-0.68887786999999946e2","0.47188042000000053e2"],["-0.68895279000000016e2","0.47189987000000087e2"],["-0.68958618000000001e2","0.47217209000000025e2"],["-0.68965285999999878e2","0.47220543000000021e2"],["-0.69023894999999925e2","0.47250274999999931e2"],["-0.69036117999999988e2","0.47257217000000026e2"],["-0.69044998000000021e2","0.47264442000000088e2"],["-0.69049164000000019e2","0.47274437000000034e2"],["-0.69053054999999972e2",47.28943600000008],["-0.69053588999999931e2","0.47293777000000091e2"],["-0.69054992999999854e2","0.47299438000000066e2"],["-0.69055266999999958e2",47.30471],["-0.69056106999999997e2","0.47336655000000064e2"],["-0.69055556999999965e2","0.47347488000000055e2"],["-0.69052490000000034e2","0.47380546999999979e2"],["-0.69049437999999952e2","0.47392219999999952e2"],["-0.69045837000000006e2","0.47398604999999975e2"],["-0.69043610000000001e2","0.47404709000000025e2"],["-0.69039444000000003e2","0.47416939000000127e2"],["-0.69038329999999974e2","0.47422493000000088e2"],["-0.69039992999999981e2","0.47427490000000034e2"],["-0.69048614999999984e2","0.47435546999999985e2"],["-0.69055556999999965e2","0.47438599000000124e2"],["-0.69123885999999914e2","0.47458327999999995e2"],["-0.69132766999999944e2","0.47459991000000116e2"],["-0.69232498000000021e2","0.47471375000000023e2"],["-0.69239623999999992e2","0.47464413000000093e2"],["-0.69305267000000015e2",47.40026899999998],["-0.69423614999999984e2","0.47283332999999971e2"],["-0.69653884999999946e2","0.47055267000000129e2"],["-0.69712509000000011e2","0.46996940999999993e2"],[-69.84722899999997,"0.46862213000000111e2"],["-0.69992767000000015e2","0.46715828000000045e2"],["-0.70009170999999867e2","0.46698043999999982e2"],["-0.70026947000000007e2","0.46587493999999992e2"],["-0.70038605000000018e2","0.46509995000000004e2"],["-0.70044158999999922e2","0.46474991000000102e2"],["-0.70047775000000001e2","0.46453880000000083e2"],["-0.70050551999999982e2","0.46438599000000124e2"],[-70.06361400000003,"0.46424164000000019e2"],["-0.70068893000000003e2","0.46419716000000051e2"],["-0.70075286999999946e2","0.46417770000000132e2"],["-0.70081389999999999e2","0.46417770000000132e2"],["-0.70088057999999876e2","0.46414993000000038e2"],["-0.70119155999999975e2","0.46393608000000086e2"],["-0.70200287000000003e2","0.46336380000000077e2"],["-0.70242492999999911e2","0.46279160000000047e2"],["-0.70287780999999939e2","0.46203049000000135e2"],["-0.70305556999999908e2","0.46078880000000083e2"],[-70.3125,"0.45985825000000091e2"],["-0.70309722999999963e2","0.45980820000000051e2"],["-0.70303329000000019e2","0.45977767999999969e2"],["-0.70293883999999991e2","0.45975548000000117e2"],["-0.70278335999999967e2","0.45975266000000033e2"],["-0.70260559000000001e2","0.45971374999999966e2"],["-0.70253615999999909e2","0.45968323000000055e2"],["-0.70248336999999935e2","0.45964714000000072e2"],[-70.23971599999993,"0.45956657000000064e2"],["-0.70238051999999982e2","0.45951934999999992e2"],["-0.70255004999999983e2","0.45913048000000003e2"],["-0.70258895999999993e2","0.45907493999999986e2"],["-0.70263335999999981e2",45.90277100000003],["-0.70393889999999942e2","0.45778046000000131e2"],["-0.70466659999999933e2","0.45711937000000034e2"],["-0.70555267000000015e2","0.45672768000000133e2"],["-0.70576949999999954e2","0.45660820000000058e2"],["-0.70631942999999978e2","0.45627769000000114e2"],["-0.70693054000000018e2","0.45571938000000046e2"],["-0.70720276000000013e2","0.45528328000000101e2"],["-0.70725280999999995e2",45.49971800000003],["-0.70724715999999944e2",45.49471299999999],["-0.70712783999999999e2","0.45477768000000026e2"],["-0.70704726999999934e2","0.45469154000000003e2"],["-0.70689437999999939e2","0.45458046000000024e2"],[-70.86860699999994,"0.45246101000000124e2"],["-0.70873046999999985e2","0.45241379000000052e2"],["-0.70878600999999946e2","0.45238601999999958e2"],["-0.70886123999999995e2","0.45238045000000056e2"],["-0.71021118000000001e2","0.45326660000000004e2"],["-0.71085128999999995e2","0.45307708999999988e2"],["-0.71139998999999932e2","0.45253052000000082e2"],["-0.71146392999999989e2",45.25249500000001],["-0.71170272999999952e2","0.45253883000000087e2"],["-0.71189163000000008e2","0.45257773999999984e2"],["-0.71211669999999913e2","0.45266105999999979e2"],["-0.71233063000000016e2","0.45274993999999936e2"],["-0.71239715999999987e2","0.45278046000000074e2"],["-0.71264449999999954e2","0.45290833000000077e2"],["-0.71280562999999972e2","0.45301933000000133e2"],["-0.71288604999999961e2","0.45304436000000067e2"],["-0.71302779999999984e2","0.45303047000000106e2"],["-0.71314712999999927e2","0.45299438000000066e2"],["-0.71327498999999932e2","0.45294441000000006e2"],["-0.71424438000000009e2",45.25],["-0.71408614999999998e2","0.45223045000000127e2"],["-0.71402221999999938e2",45.21915400000006],["-0.71398894999999982e2","0.45215546000000131e2"],["-0.71396118000000001e2","0.45210548000000131e2"],["-0.71395843999999954e2","0.45205268999999987e2"],["-0.71398620999999991e2","0.45199432000000002e2"],[-71.43249499999996,"0.45130272000000048e2"],["-0.71436110999999926e2","0.45125267000000008e2"],["-0.71459166999999979e2","0.45102776000000006e2"],["-0.71482772999999952e2","0.45083878000000084e2"],["-0.71493056999999965e2","0.45075271999999984e2"],["-0.71496383999999921e2","0.45068886000000077e2"],[-71.49888599999997,"0.45057213000000047e2"],["-0.71497222999999963e2","0.45041663999999969e2"],["-0.71494155999999975e2","0.45020546000000024e2"],[-71.55471799999998,"0.45019989000000123e2"],["-0.71892776000000026e2","0.45019157000000064e2"],["-0.72049987999999985e2","0.45019440000000031e2"],["-0.72271652000000017e2","0.45018775999999946e2"],["-0.72459166999999866e2","0.45017494000000113e2"],["-0.72510283999999956e2","0.45017212000000029e2"],["-0.72778884999999946e2","0.45020828000000108e2"],["-0.72956389999999942e2","0.45018326000000059e2"],["-0.73337173000000007e2",45.01186400000006],["-0.73346114999999998e2","0.45011383000000023e2"],["-0.73352997000000016e2","0.45009421999999972e2"],["-0.73359267999999986e2","0.45010063000000059e2"],["-0.73376662999999951e2","0.45011108000000036e2"],["-0.73622771999999941e2","0.45006660000000068e2"],[-73.91164399999991,"0.45000000000000057e2"],["-0.74249161000000015e2","0.44992218000000094e2"],["-0.74682021999999904e2","0.45006714000000102e2"],[-74.75111400000003,"0.45002220000000023e2"],["-0.74769729999999925e2","0.45006386000000134e2"],["-0.74785827999999981e2","0.45011383000000023e2"],[-74.81220999999988,45.01776899999993],["-0.74828887999999949e2","0.45019157000000064e2"],["-0.74850280999999939e2","0.45016663000000108e2"],["-0.74990829000000019e2","0.44986655999999925e2"],[-75.00140399999998,"0.44980545000000063e2"],["-0.75170546999999999e2","0.44898604999999975e2"],["-0.75278060999999923e2","0.44857216000000051e2"],["-0.75301666000000012e2","0.44846656999999993e2"],["-0.75317779999999857e2","0.44837212000000136e2"],["-0.75395843999999954e2","0.44785827999999924e2"],["-0.75537216000000001e2","0.44691376000000048e2"],[-75.5625,"0.44673882000000106e2"],["-0.75618057000000022e2","0.44634995000000117e2"],["-0.75628051999999968e2","0.44627769000000001e2"],["-0.75682495000000017e2","0.44588043000000027e2"],["-0.75736114999999927e2","0.44546387000000038e2"],["-0.75801940999999999e2","0.44491104000000007e2"],[-75.81138599999997,"0.44483047000000056e2"],["-0.75820557000000008e2","0.44474990999999989e2"],["-0.75824722000000008e2","0.44469986000000119e2"],["-0.75828338999999971e2","0.44446655000000078e2"],["-0.75834166999999979e2",44.43443300000007],["-0.75841109999999901e2","0.44423050000000103e2"],["-0.75849441999999954e2","0.44414711000000068e2"],["-0.75864166000000012e2","0.44402771000000143e2"],["-0.75879990000000021e2","0.44393326000000059e2"],[-75.904449,"0.44384995000000004e2"],["-0.75966109999999958e2","0.44364158999999972e2"],["-0.75982177999999919e2","0.44358864000000096e2"],["-0.75997771999999998e2","0.44355270000000075e2"],["-0.76019454999999937e2","0.44353325000000098e2"],["-0.76034728999999913e2","0.44353050000000053e2"],["-0.76046950999999979e2","0.44349716000000058e2"],["-0.76057769999999948e2","0.44344993999999986e2"],["-0.76064437999999939e2","0.44341377000000023e2"],["-0.76363373000000024e2","0.44150992999999971e2"],["-0.76410278000000005e2","0.44121101000000124e2"],[-76.43472300000002,"0.44104713000000061e2"],["-0.76439986999999974e2","0.44099434000000088e2"],["-0.76531386999999995e2","0.43983046999999942e2"],["-0.76569457999999997e2","0.43934157999999968e2"],["-0.76583618000000001e2","0.43915824999999927e2"],["-0.76697494999999947e2","0.43768600000000049e2"],["-0.76801940999999999e2","0.43633605999999986e2"],["-0.76816955999999948e2","0.43633049000000085e2"],["-0.76974166999999909e2","0.43634438000000046e2"],["-0.77288329999999917e2","0.43636658000000068e2"],["-0.77582779000000016e2","0.43638603000000046e2"],["-0.77729996000000028e2","0.43639160000000118e2"],["-0.77857773000000009e2","0.43639434999999992e2"],["-0.77887222000000008e2","0.43639434999999992e2"],["-0.78388061999999934e2","0.43638329000000113e2"],["-0.78663054999999986e2","0.43637497000000053e2"],["-0.78724715999999944e2","0.43629433000000006e2"],["-0.78938323999999909e2","0.43553878999999995e2"],[-79.02806099999998,"0.43521934999999985e2"],["-0.79095275999999956e2","0.43497771999999998e2"],[-79.18472300000002,"0.43465546000000131e2"],["-0.79132216999999969e2","0.43382492000000013e2"],["-0.79066787999999974e2","0.43279400000000066e2"],["-0.79054169000000002e2","0.43262496999999996e2"],["-0.79053328999999962e2","0.43256660000000068e2"],["-0.79044997999999964e2","0.43165543000000014e2"],["-0.79044723999999974e2","0.43160545000000013e2"],["-0.79045836999999949e2","0.43148880000000133e2"],["-0.79049438000000009e2","0.43143883000000017e2"],[-79.05972300000002,"0.43137215000000083e2"],["-0.79063613999999916e2","0.43132210000000043e2"],["-0.79081115999999952e2","0.43085548000000074e2"],["-0.79043334999999956e2","0.43011664999999994e2"],["-0.79040832999999964e2","0.43007774000000097e2"],["-0.79021666999999923e2","0.42987213000000054e2"],["-0.79005843999999911e2","0.42977211000000125e2"],["-0.78978606999999954e2","0.42961380000000133e2"],[-78.97193900000002,"0.42958046000000138e2"],["-0.78962783999999942e2","0.42956383000000017e2"],["-0.78946655000000021e2","0.42955551000000128e2"],["-0.78938599000000011e2","0.42953322999999955e2"],["-0.78932770000000005e2","0.42950829000000056e2"],["-0.78927490000000034e2","0.42946937999999989e2"],["-0.78920273000000009e2","0.42939156000000025e2"],["-0.78918335000000013e2","0.42934715000000097e2"],["-0.78915282999999988e2","0.42924164000000019e2"],["-0.78917220999999927e2","0.42904991000000109e2"],["-0.78918335000000013e2",42.89888000000002],["-0.78926665999999898e2","0.42880546999999979e2"],["-0.78932219999999973e2","0.42868324000000086e2"],["-0.78935271999999998e2","0.42862495000000081e2"],["-0.78942490000000021e2","0.42852493000000095e2"],["-0.78965835999999967e2","0.42833602999999982e2"],["-0.78986937999999952e2","0.42819992000000013e2"],[-79.12110899999999,"0.42769157000000121e2"],["-0.79154448999999943e2","0.42757217000000026e2"],["-0.79299437999999952e2","0.42702492000000007e2"],[-79.56645199999997,"0.42600708000000054e2"],["-0.79763427999999919e2","0.42524703999999986e2"],["-0.79776672000000019e2",42.52027099999998],["-0.80086120999999991e2","0.42399994000000106e2"],["-0.80096953999999926e2","0.42396385000000066e2"],["-0.80510283999999899e2","0.42329163000000051e2"],["-0.80528548999999998e2","0.42326617999999996e2"],["-0.80869155999999975e2","0.42279160000000104e2"],["-0.81249161000000015e2","0.42224991000000045e2"],["-0.81424437999999952e2","0.42144997000000046e2"],["-0.81623610999999983e2","0.42052773000000116e2"],["-0.81822234999999978e2",41.96027400000014],["-0.82218062999999972e2","0.41774437000000034e2"],["-0.82238891999999964e2","0.41763885000000073e2"],["-0.82425277999999992e2","0.41675551999999982e2"],["-0.82462783999999942e2","0.41676102000000014e2"],["-0.82649993999999936e2","0.41681938000000059e2"],["-0.82696654999999964e2","0.41683875999999998e2"],["-0.83071944999999914e2","0.41859717999999987e2"],["-0.83080841000000021e2","0.41874992000000077e2"],["-0.83117415999999878e2","0.41946194000000048e2"],["-0.83130828999999892e2","0.41970543000000134e2"],["-0.83150283999999942e2","0.42008330999999998e2"],["-0.83168609999999944e2","0.42046104000000014e2"],["-0.83168335000000013e2","0.42048050000000103e2"],["-0.83137222000000008e2","0.42201385000000016e2"],["-0.83132492000000013e2","0.42220824999999991e2"],[-83.12332200000003,"0.42245827000000077e2"],["-0.83118056999999965e2",42.25777400000004],["-0.83107772999999952e2","0.42272766000000047e2"],["-0.83086959999999976e2","0.42300545000000056e2"],["-0.83062209999999993e2","0.42318603999999993e2"],["-0.83051940999999999e2","0.42324715000000083e2"],["-0.83027221999999995e2","0.42331940000000145e2"],["-0.83002227999999945e2","0.42339157000000057e2"],["-0.82975829999999974e2","0.42344711000000075e2"],["-0.82940551999999968e2","0.42357498000000078e2"],["-0.82841384999999946e2","0.42396941999999967e2"],["-0.82808884000000035e2","0.42413322000000107e2"],["-0.82793609999999944e2","0.42422768000000076e2"],["-0.82775283999999942e2",42.43721000000005],["-0.82763061999999991e2","0.42448600999999996e2"],["-0.82729996000000028e2",42.48333000000008],["-0.82704453000000001e2","0.42508331000000055e2"],["-0.82670273000000009e2","0.42539993000000038e2"],["-0.82665282999999931e2","0.42544158999999922e2"],["-0.82659103000000016e2","0.42548195000000078e2"],["-0.82650756999999942e2","0.42553642000000139e2"],["-0.82644973999999991e2","0.42556411999999966e2"],["-0.82630553999999961e2","0.42557495000000074e2"],["-0.82622222999999963e2","0.42556656000000089e2"],["-0.82614166000000012e2","0.42554710000000057e2"],["-0.82605835000000013e2","0.42554161000000079e2"],["-0.82586394999999925e2","0.42558601000000124e2"],["-0.82571670999999981e2",42.56888600000002],["-0.82535827999999867e2","0.42599434000000031e2"],["-0.82521392999999932e2","0.42618881000000044e2"],["-0.82513335999999867e2",42.63638300000008],["-0.82484726000000023e2","0.42719154000000003e2"],["-0.82474716000000001e2","0.42751663000000065e2"],["-0.82471114999999941e2","0.42769989000000066e2"],[-82.470551,"0.42782493999999986e2"],[-82.47193900000002,"0.42793053000000043e2"],["-0.82473327999999924e2","0.42797493000000031e2"],["-0.82480559999999912e2","0.42812492000000134e2"],["-0.82481948999999929e2","0.42823326000000009e2"],["-0.82481109999999944e2","0.42829437000000098e2"],["-0.82464446999999893e2","0.42898048000000074e2"],["-0.82462509000000011e2","0.42904709000000025e2"],["-0.82418776999999977e2","0.43018639000000064e2"],["-0.82404175000000009e2","0.43049164000000076e2"],["-0.82322234999999978e2",43.21054799999996],["-0.82252791999999943e2","0.43346382000000119e2"],["-0.82228881999999942e2","0.43391380000000026e2"],["-0.82146118000000001e2","0.43553047000000106e2"],["-0.82130279999999971e2","0.43585266000000104e2"],["-0.82214447000000007e2","0.43952217000000132e2"],["-0.82331679999999949e2","0.44460823000000119e2"],["-0.82430556999999965e2","0.44882767000000115e2"],["-0.82543059999999969e2","0.45355826999999977e2"],["-0.82629990000000021e2","0.45396102999999982e2"],["-0.82665008999999998e2","0.45411933999999917e2"],["-0.82954178000000013e2",45.54193900000007],["-0.83050826999999913e2","0.45585266000000047e2"],[-83.11221299999994,"0.45612770000000069e2"],["-0.83270844000000011e2","0.45683326999999963e2"],["-0.83500290000000007e2","0.45784995999999978e2"],["-0.83597778000000005e2","0.45827217000000019e2"],["-0.83523894999999982e2","0.45918053000000043e2"],["-0.83487777999999992e2","0.45961661999999933e2"],["-0.83447768999999994e2","0.46011940000000095e2"],["-0.83474716000000001e2","0.46036385000000109e2"],["-0.83483321999999987e2","0.46043884000000105e2"],["-0.83566665999999998e2","0.46098602000000085e2"],["-0.83577498999999989e2","0.46105270000000075e2"],["-0.83596114999999998e2","0.46114158999999972e2"],["-0.83610549999999932e2","0.46119156000000089e2"],["-0.83627776999999867e2","0.46123046999999929e2"],["-0.83663054999999872e2","0.46126099000000067e2"],["-0.83830565999999862e2","0.46126099000000067e2"],["-0.83846114999999941e2","0.46124992000000134e2"],["-0.83883895999999936e2","0.46102776000000119e2"],["-0.83888031000000012e2","0.46096161000000109e2"],["-0.83892257999999913e2","0.46092346000000134e2"],["-0.83898009999999942e2",46.08718900000008],["-0.83917998999999952e2","0.46073303000000124e2"],["-0.83923003999999935e2","0.46070250999999985e2"],["-0.83936004999999966e2","0.46065383999999995e2"],["-0.83942840999999987e2","0.46066101000000003e2"],["-0.83952788999999996e2","0.46068603999999993e2"],["-0.83958892999999932e2","0.46071663000000115e2"],["-0.83962783999999999e2","0.46075554000000011e2"],["-0.84076675000000023e2","0.46203049000000135e2"],["-0.84089721999999938e2","0.46220267999999976e2"],["-0.84099166999999909e2","0.46232764999999972e2"],["-0.84105834999999956e2","0.46247771999999998e2"],[-84.15695199999999,"0.46391663000000108e2"],[-84.15834000000001,"0.46396659999999997e2"],["-0.84160277999999948e2","0.46424995000000024e2"],["-0.84154448999999943e2","0.46445267000000115e2"],["-0.84149170000000026e2","0.46457214000000079e2"],["-0.84139998999999989e2","0.46474159000000043e2"],["-0.84121933000000013e2","0.46498877999999991e2"],["-0.84118057000000022e2","0.46512497000000053e2"],["-0.84118331999999953e2","0.46518051000000071e2"],["-0.84119994999999903e2","0.46523323000000005e2"],[-84.12249799999995,"0.46527771000000143e2"],["-0.84126389000000017e2","0.46531937000000084e2"],["-0.84132491999999957e2",46.53472099999999],["-0.84192763999999954e2","0.46546661000000086e2"],["-0.84408614999999884e2","0.46508605999999986e2"],["-0.84428328999999962e2","0.46503052000000025e2"],["-0.84434433000000013e2","0.46500275000000101e2"],["-0.84454453000000001e2","0.46486938000000066e2"],["-0.84459441999999967e2","0.46482764999999915e2"],["-0.84463897999999972e2","0.46478325000000098e2"],["-0.84474715999999944e2","0.46463608000000079e2"],["-0.84479996000000028e2",46.46027400000014],["-0.84486388999999974e2","0.46458885000000123e2"],["-0.84494719999999973e2","0.46458046000000138e2"],["-0.84512512000000015e2",46.45915999999994],["-0.84529998999999975e2","0.46461380000000133e2"],["-0.84565001999999993e2","0.46466385000000002e2"],["-0.84775008999999955e2","0.46653046000000074e2"],["-0.84787780999999995e2",46.68971300000004],["-0.84806945999999925e2","0.46748328999999956e2"],["-0.84825561999999877e2","0.46806938000000059e2"],[-84.83277899999996,"0.46829163000000051e2"],["-0.84856948999999986e2","0.46902214000000072e2"],["-0.84872222999999963e2","0.46909431000000041e2"],["-0.84917495999999971e2","0.46928604000000121e2"],["-0.85354445999999996e2","0.47111664000000076e2"],["-0.85464171999999905e2","0.47157211000000132e2"],["-0.85738891999999964e2","0.47270827999999995e2"],["-0.85839721999999938e2",47.31221000000005],["-0.86014724999999942e2","0.47383880999999917e2"],["-0.86051391999999964e2",47.39888000000002],["-0.86466659999999933e2","0.47567215000000033e2"],["-0.86568893000000003e2","0.47608330000000024e2"],["-0.86884444999999971e2","0.47734717999999987e2"],["-0.87201400999999976e2","0.47860275000000115e2"],["-0.87341674999999952e2","0.47915542999999957e2"],["-0.87444716999999969e2","0.47955826000000002e2"],["-0.88188323999999966e2","0.48244156000000089e2"],["-0.88368056999999908e2",48.31221000000005],["-0.88645554000000004e2","0.48264160000000004e2"],["-0.88691665999999941e2","0.48255554000000075e2"],["-0.88974166999999909e2","0.48139160000000118e2"],["-0.89323333999999988e2","0.47993050000000096e2"],["-0.89356658999999979e2","0.47979713000000061e2"],["-0.89447768999999937e2","0.48003326000000015e2"],["-0.89493125999999961e2","0.48003166000000078e2"],["-0.89556655999999975e2","0.48001389000000131e2"],["-0.89573059000000001e2","0.48001663000000065e2"],[-89.57887299999993,48.00262500000008],["-0.89583069000000023e2","0.48003326000000015e2"],["-0.89598617999999931e2","0.48006660000000011e2"],["-0.89603881999999999e2",48.00999500000006],["-0.89608337000000006e2","0.48014160000000061e2"],["-0.89614715999999987e2","0.48016663000000051e2"],["-0.89750564999999995e2","0.48029160000000047e2"],["-0.89760559000000001e2","0.48029991000000052e2"],["-0.89838897999999972e2",48.01166500000005],["-0.89862502999999947e2","0.48000832000000059e2"],["-0.89888061999999991e2","0.47991936000000123e2"],["-0.89895554000000004e2","0.47989990000000034e2"],["-0.89903885000000002e2","0.47989159000000029e2"],["-0.89911666999999966e2","0.47991379000000052e2"],["-0.89982223999999974e2","0.48016105999999979e2"],["-0.89993057000000022e2",48.02276599999999],[-90,"0.48030204999999967e2"],["-0.90000838999999985e2","0.48031105000000025e2"],["-0.90032775999999956e2","0.48069717000000026e2"],["-0.90056106999999997e2","0.48100548000000117e2"],["-0.90059432999999956e2","0.48104996000000085e2"],["-0.90065001999999936e2",48.10833000000008],["-0.90081680000000006e2","0.48111938000000009e2"],[-90.12721299999987,"0.48119156000000032e2"],["-0.90146118000000001e2","0.48121658000000082e2"],["-0.90156386999999938e2","0.48122490000000028e2"],["-0.90279998999999975e2","0.48113051999999982e2"],["-0.90740829000000019e2","0.48090828000000045e2"],["-0.90758895999999993e2","0.48094711000000018e2"],["-0.90769454999999937e2","0.48099998000000085e2"],["-0.90778335999999967e2","0.48107498000000021e2"],["-0.90838608000000022e2","0.48184158000000025e2"],["-0.90841674999999952e2","0.48191658000000132e2"],["-0.90843063000000029e2","0.48205826000000002e2"],[-90.83805799999999,"0.48208603000000039e2"],["-0.90833625999999924e2","0.48209099000000094e2"],["-0.90829726999999991e2","0.48212493999999936e2"],["-0.90829192999999975e2","0.48214638000000093e2"],["-0.90828887999999949e2","0.48221656999999936e2"],["-0.90830291999999929e2","0.48225548000000003e2"],["-0.90832503999999915e2","0.48227211000000125e2"],["-0.90849166999999909e2","0.48233879000000115e2"],["-0.90868606999999997e2","0.48237495000000138e2"],["-0.90898055999999883e2","0.48236656000000039e2"],["-0.90928329000000019e2","0.48228600000000142e2"],["-0.90969161999999926e2","0.48214714000000129e2"],["-0.91126098999999954e2","0.48154991000000109e2"],[-91.14916999999997,"0.48144157000000064e2"],["-0.91192489999999964e2","0.48114998000000071e2"],["-0.91232223999999974e2","0.48087769000000094e2"],[-91.24888599999997,"0.48079437000000098e2"],["-0.91269454999999994e2",48.07388300000008],["-0.91283324999999991e2","0.48071381000000031e2"],["-0.91311661000000015e2","0.48069160000000124e2"],["-0.91325561999999991e2","0.48069717000000026e2"],[-91.34722899999997,"0.48068054000000075e2"],["-0.91381377999999984e2","0.48061661000000129e2"],["-0.91392226999999934e2","0.48056099000000017e2"],["-0.91418335000000013e2","0.48041107000000011e2"],["-0.91462783999999942e2","0.48057770000000062e2"],["-0.91573623999999995e2","0.48093048000000067e2"],["-0.91645142000000021e2","0.48098343000000114e2"],[-91.6875,"0.48144714000000135e2"],["-0.91729720999999984e2","0.48187209999999936e2"],["-0.91734160999999915e2","0.48190543999999932e2"],["-0.91739715999999987e2","0.48193321000000026e2"],["-0.91756957999999997e2","0.48194434999999999e2"],["-0.91776107999999965e2","0.48194153000000142e2"],["-0.91791672000000005e2","0.48195267000000115e2"],["-0.91850554999999986e2","0.48203880000000083e2"],["-0.91940276999999924e2",48.23054500000012],["-0.91956589000000008e2",48.23663300000004],[-91.97084000000001,"0.48244437999999946e2"],["-0.91985824999999977e2","0.48255829000000119e2"],["-0.91997771999999998e2","0.48266662999999994e2"],["-0.92007232999999985e2",48.27915999999999],["-0.92008895999999993e2",48.28276800000009],["-0.92011123999999938e2","0.48292496000000085e2"],["-0.92011672999999917e2","0.48297493000000031e2"],["-0.92013335999999924e2","0.48304993000000081e2"],["-0.92020554000000004e2","0.48322769000000051e2"],[-92.02806099999998,"0.48336105000000032e2"],["-0.92035552999999993e2","0.48343605000000082e2"],["-0.92041945999999939e2","0.48347771000000023e2"],["-0.92051940999999943e2","0.48353882000000056e2"],["-0.92141678000000013e2","0.48357216000000051e2"],["-0.92162216000000001e2","0.48356658999999979e2"],["-0.92257232999999928e2","0.48346939000000077e2"],["-0.92265014999999892e2","0.48343605000000082e2"],["-0.92276107999999965e2","0.48337493999999992e2"],["-0.92280288999999982e2","0.48332771000000037e2"],["-0.92285827999999981e2","0.48326103000000046e2"],["-0.92300551999999925e2","0.48304993000000081e2"],["-0.92300827000000027e2","0.48298050000000103e2"],["-0.92297225999999966e2",48.28943600000008],["-0.92288604999999961e2","0.48276100000000099e2"],["-0.92283614999999998e2","0.48263885000000016e2"],["-0.92283065999999963e2","0.48256660000000124e2"],["-0.92285552999999936e2","0.48250549000000035e2"],["-0.92290282999999988e2","0.48246658000000139e2"],["-0.92306716999999935e2","0.48241592000000026e2"],["-0.92331680000000006e2","0.48234160999999972e2"],["-0.92351943999999946e2","0.48228325000000098e2"],["-0.92356658999999979e2","0.48228600000000142e2"],["-0.92361664000000019e2","0.48231102000000021e2"],["-0.92369155999999975e2","0.48238883999999985e2"],["-0.92426392000000021e2","0.48311661000000072e2"],["-0.92455275999999969e2","0.48394157000000007e2"],["-0.92582229999999981e2","0.48441375999999991e2"],["-0.92697768999999994e2","0.48485268000000076e2"],["-0.92715285999999935e2","0.48541382000000056e2"],["-0.92943054000000018e2","0.48621101000000067e2"],["-0.92953063999999927e2",48.62332200000003],["-0.92966109999999958e2","0.48624991999999963e2"],["-0.93244995000000017e2","0.48640549000000021e2"],["-0.93308883999999978e2","0.48630272000000048e2"],["-0.93322509999999966e2","0.48628044000000102e2"],[-93.40834000000001,"0.48608604000000128e2"],["-0.93449996999999996e2","0.48597214000000065e2"],["-0.93456664999999987e2","0.48594994000000042e2"],["-0.93458618000000001e2","0.48592491000000052e2"],["-0.93458618000000001e2","0.48589432000000102e2"],["-0.93456116000000009e2","0.48583054000000118e2"],["-0.93452788999999996e2","0.48579436999999984e2"],["-0.93449721999999952e2","0.48570549000000028e2"],["-0.93449996999999996e2",48.56749700000006],["-0.93454177999999899e2","0.48559714999999926e2"],[-93.46055599999994,48.55332199999998],["-0.93465835999999911e2",48.54972099999992],["-0.93476394999999968e2","0.48544158999999979e2"],["-0.93489440999999999e2","0.48539718999999991e2"],["-0.93503066999999874e2","0.48537498000000085e2"],[-93.65695199999999,48.51527399999992],["-0.93664444000000003e2","0.48514999000000103e2"],["-0.93724166999999966e2",48.51388500000013],["-0.93778610000000015e2",48.51638800000012],["-0.93793059999999969e2","0.48517768999999987e2"],["-0.93800277999999935e2","0.48520271000000037e2"],["-0.93803604000000007e2","0.48524712000000136e2"],["-0.93805557000000022e2","0.48532211000000132e2"],[-93.80972300000002,"0.48550270000000069e2"],["-0.93817779999999971e2","0.48581940000000145e2"],["-0.93820007000000032e2","0.48590546000000074e2"],["-0.93830001999999979e2","0.48612770000000012e2"],["-0.93833327999999995e2","0.48616386000000034e2"],["-0.93842498999999975e2","0.48623604000000057e2"],["-0.93851944000000003e2","0.48626938000000052e2"],["-0.93865554999999972e2","0.48630272000000048e2"],["-0.93880553999999961e2","0.48630272000000048e2"],["-0.93885283999999899e2","0.48630272000000048e2"],["-0.94063888999999961e2","0.48638046000000031e2"],["-0.94111937999999896e2","0.48641106000000093e2"],["-0.94134170999999867e2","0.48642769000000044e2"],["-0.94235275000000001e2","0.48653046000000018e2"],["-0.94250564999999995e2","0.48656097000000045e2"],["-0.94252791999999886e2",48.65776800000009],[-94.25418099999996,"0.48660545000000013e2"],["-0.94252228000000002e2","0.48671379000000059e2"],["-0.94252228000000002e2","0.48679993000000138e2"],["-0.94256667999999934e2","0.48687767000000122e2"],["-0.94263061999999991e2","0.48694153000000028e2"],["-0.94271117999999888e2","0.48699158000000068e2"],["-0.94278610000000015e2","0.48702492000000063e2"],["-0.94291107000000011e2","0.48706099999999992e2"],["-0.94305832000000009e2","0.48708328000000108e2"],["-0.94390563999999927e2","0.48711105000000032e2"],["-0.94406112999999948e2","0.48711105000000032e2"],["-0.94414169000000015e2","0.48709991000000059e2"],["-0.94433318999999983e2","0.48701934999999992e2"],["-0.94453613000000018e2","0.48695824000000073e2"],["-0.94460555999999997e2","0.48694435000000112e2"],["-0.94476395000000025e2","0.48693878000000041e2"],["-0.94500838999999985e2","0.48696938000000046e2"],["-0.94523894999999925e2","0.48701934999999992e2"],["-0.94605835000000013e2","0.48724433999999917e2"],["-0.94637221999999952e2","0.48739159000000086e2"],["-0.94643616000000009e2","0.48743049999999982e2"],["-0.94689986999999917e2","0.48774712000000079e2"],["-0.94699996999999996e2","0.48782767999999976e2"],["-0.94706664999999987e2",48.79055000000011],["-0.94709441999999967e2","0.48803047000000106e2"],["-0.94711120999999991e2","0.48846382000000062e2"],["-0.94710007000000019e2","0.48855270000000075e2"],["-0.94709075999999982e2","0.48857948000000135e2"],["-0.94705001999999979e2","0.48862770000000125e2"],["-0.94700287000000003e2","0.48868881000000044e2"],["-0.94699722000000008e2","0.48871101000000067e2"],["-0.94700287000000003e2","0.48895271000000037e2"],["-0.94701675000000023e2","0.48909714000000122e2"],["-0.94704178000000013e2","0.48924438000000009e2"],["-0.94707503999999972e2","0.48941932999999949e2"],[-94.71665999999999,"0.48970543000000021e2"],["-0.94720550999999887e2","0.48978874000000076e2"],["-0.94727218999999934e2",48.99221799999998],["-0.94732773000000009e2","0.49001663000000065e2"],["-0.94745270000000005e2","0.49028603000000089e2"],["-0.94766952999999944e2","0.49075554000000125e2"],["-0.94797774999999945e2","0.49155822999999998e2"],["-0.94798889000000031e2","0.49159156999999993e2"],["-0.94804717999999866e2",49.17971799999998],["-0.94806655999999975e2","0.49193603999999993e2"],[-94.81527699999998,49.29332700000009],["-0.94815552000000025e2","0.49306099000000131e2"],["-0.94818344000000025e2","0.49309989999999971e2"],["-0.94821944999999971e2","0.49312767000000065e2"],["-0.94922775000000001e2","0.49355827000000033e2"],["-0.94935927999999933e2","0.49360297999999943e2"],["-0.94946380999999974e2",49.36221299999994],["-0.94958617999999944e2","0.49361664000000019e2"],[-94.96556099999998,"0.49360275000000001e2"],["-0.94998610999999983e2","0.49357498000000078e2"],["-0.95025833000000034e2","0.49357498000000078e2"],["-0.95078063999999927e2","0.49359161000000029e2"],["-0.95085662999999954e2","0.49360023000000126e2"],["-0.95120834000000002e2","0.49364998000000014e2"],["-0.95142501999999922e2","0.49371658000000025e2"],["-0.95152785999999935e2","0.49376656000000025e2"],["-0.95154174999999952e2","0.49366386000000091e2"],["-0.95154448999999886e2","0.49333328000000108e2"],["-0.95153960999999981e2","0.49173332000000073e2"],["-0.95154174999999952e2","0.48999435000000119e2"],[-95.26655599999998,"0.48999977000000001e2"],["-0.97219940000000008e2","0.48999718000000087e2"],["-0.97502791999999943e2","0.48999435000000119e2"],["-0.97635833999999988e2","0.48999435000000119e2"],["-0.97801940999999999e2","0.49000000000000114e2"],["-0.97969161999999926e2","0.49000274999999988e2"],[-98.26916499999993,"0.49000274999999988e2"],["-0.98502227999999889e2","0.48999435000000119e2"],["-0.98868606999999997e2","0.49000000000000114e2"],["-0.99335555999999997e2","0.48999435000000119e2"],["-0.99835555999999997e2","0.49000000000000114e2"],["-0.10000222799999995e3","0.49000000000000114e2"],["-0.10050195300000001e3","0.48999718000000087e2"],["-0.10106916799999999e3","0.49000000000000114e2"],["-0.10130222299999997e3","0.49000274999999988e2"],[-101.367233,"0.48998787000000107e2"],["-0.10146888699999994e3","0.48999435000000119e2"],["-0.10216887699999995e3","0.49000000000000114e2"],["-0.10233556399999998e3","0.48999435000000119e2"],["-0.10253555299999994e3","0.49000274999999988e2"],["-0.10276834099999996e3","0.48999435000000119e2"],["-0.10303527800000001e3","0.48999435000000119e2"],["-0.10316832699999992e3","0.48999435000000119e2"],[-103.26889,"0.49000000000000114e2"],["-0.10343554699999993e3","0.49000274999999988e2"],["-0.10353527800000001e3","0.48999435000000119e2"],["-0.10373528299999987e3","0.48999435000000119e2"],[-104.033096,"0.49000251999999989e2"],["-0.10413527699999986e3","0.48999718000000087e2"],["-0.10433500699999996e3","0.48999435000000119e2"],["-0.10483500700000002e3","0.48999435000000119e2"],["-0.10500140399999998e3","0.48999435000000119e2"],["-0.10526834100000002e3","0.49000000000000114e2"],["-0.10570221699999996e3","0.48999435000000119e2"],["-0.10593554699999999e3","0.48999435000000119e2"],["-0.10603472899999991e3","0.48999435000000119e2"],["-0.10613527699999997e3","0.48999435000000119e2"],["-0.10626862299999993e3","0.48999435000000119e2"],["-0.10646806300000003e3","0.48999435000000119e2"],["-0.10673554999999993e3","0.48999435000000119e2"],["-0.10733528100000001e3","0.49000000000000114e2"],["-0.10743499800000001e3","0.49000000000000114e2"],["-0.10763474300000001e3","0.48999435000000119e2"],["-0.10773554999999993e3","0.48999435000000119e2"],["-0.10780110199999996e3","0.48999435000000119e2"],["-0.10816887700000001e3","0.48999435000000119e2"],["-0.10833500699999996e3","0.48999435000000119e2"],["-0.10853472899999997e3","0.48999435000000119e2"],[-108.6677699999999,"0.48999435000000119e2"],["-0.10883473200000003e3","0.48999435000000119e2"],["-0.10933473200000003e3","0.48999435000000119e2"],["-0.10963474299999996e3","0.48999435000000119e2"],[-109.801941,"0.48999435000000119e2"],["-0.10996777299999997e3","0.48999718000000087e2"],["-0.10999965700000001e3","0.49000603000000126e2"],["-0.11010138699999999e3","0.48999435000000119e2"],["-0.11020111099999991e3","0.48999435000000119e2"],["-0.11030166599999995e3","0.49000000000000114e2"],["-0.11036776699999996e3","0.49000000000000114e2"],["-0.11050110599999988e3","0.49000000000000114e2"],["-0.11066777000000002e3","0.49000000000000114e2"],["-0.11076862299999993e3","0.48999435000000119e2"],["-0.11136833199999995e3","0.48999435000000119e2"],["-0.11180110199999996e3","0.48999435000000119e2"],["-0.11203472899999997e3","0.48999435000000119e2"],["-0.11216832699999998e3","0.48999435000000119e2"],[-112.234734,"0.49000000000000114e2"],["-0.11233500699999996e3","0.49000000000000114e2"],["-0.11243499799999995e3","0.49000000000000114e2"],["-0.11253500399999996e3","0.49000000000000114e2"],["-0.11260166900000002e3","0.49000000000000114e2"],["-0.11293472300000002e3","0.49000000000000114e2"],["-0.11303443900000002e3","0.49000000000000114e2"],["-0.11323416099999997e3","0.48999435000000119e2"],["-0.11336833200000001e3","0.48999435000000119e2"],[-113.567497,"0.48999435000000119e2"],["-0.11403443899999991e3","0.48999435000000119e2"],["-0.11405985999999996e3","0.49000603000000126e2"],["-0.11433500700000002e3","0.48999435000000119e2"],["-0.11446749899999992e3","0.48999435000000119e2"],["-0.11453472899999991e3","0.49000000000000114e2"],["-0.11463390399999997e3","0.49000000000000114e2"],["-0.11490110800000002e3","0.48999435000000119e2"],["-0.11503415699999999e3","0.48999435000000119e2"],["-0.11516750299999995e3","0.48999435000000119e2"],["-0.11536805700000002e3","0.49000000000000114e2"],["-0.11546806300000003e3","0.49000000000000114e2"],[-115.56723,"0.49000000000000114e2"],["-0.11560138699999987e3","0.48999435000000119e2"],[-115.734444,"0.48999435000000119e2"],["-0.11604833999999994e3","0.48999718000000087e2"],["-0.11700140399999998e3","0.48999718000000087e2"],["-0.11703662099999997e3","0.49003128000000117e2"],["-0.11706722999999994e3","0.48999718000000087e2"],["-0.11720084399999996e3","0.48999435000000119e2"],[-117.234734,"0.49000000000000114e2"],["-0.11730055199999993e3","0.49000000000000114e2"],[-117.567497,"0.49000000000000114e2"],["-0.11783444199999991e3","0.49000000000000114e2"],["-0.11786749299999997e3","0.48999435000000119e2"],["-0.11800083899999998e3","0.48999435000000119e2"],["-0.11813417099999998e3","0.48999435000000119e2"],["-0.11836805699999996e3","0.48999435000000119e2"],["-0.11876777600000003e3","0.48999435000000119e2"],["-0.11896749899999992e3","0.48999435000000119e2"],["-0.11913417099999987e3","0.48999435000000119e2"],["-0.11926722699999999e3","0.48999435000000119e2"],["-0.11946777299999985e3","0.48999435000000119e2"],["-0.11986749299999991e3","0.48999435000000119e2"],["-0.11993415800000002e3","0.48999435000000119e2"],["-0.12003415699999999e3","0.48999435000000119e2"],["-0.12053472899999997e3","0.48999435000000119e2"],["-0.12108497599999993e3","0.48999718000000087e2"],["-0.12210056299999997e3","0.49000000000000114e2"],["-0.12233389299999993e3","0.49000000000000114e2"],["-0.12243360899999993e3","0.49000000000000114e2"],["-0.12256667299999992e3","0.49000000000000114e2"],["-0.12269999699999994e3","0.49000000000000114e2"],["-0.12276030000000003e3","0.48999435000000119e2"],["-0.12281360599999994e3","0.49005272000000048e2"],["-0.12283112299999999e3","0.49008606000000043e2"],["-0.12286250299999989e3","0.49022217000000012e2"],["-0.12287777699999998e3","0.49032211000000018e2"],["-0.12287970699999994e3","0.49034438999999963e2"],["-0.12288110399999999e3","0.49038605000000075e2"],["-0.12287748699999986e3","0.49049438000000066e2"],["-0.12287609900000001e3","0.49051383999999928e2"],["-0.12287249799999989e3","0.49054436000000067e2"],["-0.12286416600000001e3","0.49061661000000129e2"],["-0.12285888699999992e3","0.49067497000000003e2"],["-0.12285804699999994e3","0.49072769000000108e2"],[-122.859444,"0.49077217000000076e2"],["-0.12286638599999998e3","0.49081107999999972e2"],["-0.12287444299999999e3","0.49083602999999982e2"],["-0.12289998600000001e3","0.49087211999999965e2"],["-0.12291887700000001e3","0.49087211999999965e2"],["-0.12294167299999992e3","0.49082496999999933e2"],["-0.12302194199999997e3","0.49051658999999972e2"],["-0.12303916900000002e3","0.49042496000000142e2"],["-0.12304666099999997e3","0.49033332999999971e2"],[-123.048607,"0.49027214000000129e2"],["-0.12304833999999994e3","0.49022491000000116e2"],["-0.12304778299999998e3","0.49018326000000116e2"],["-0.12303916900000002e3","0.49005272000000048e2"],["-0.12303431699999999e3","0.48999435000000119e2"],["-0.12309374999999994e3","0.48999435000000119e2"],["-0.12311332699999997e3","0.49036658999999986e2"],["-0.12313890099999998e3","0.49107216000000108e2"],["-0.12314835399999998e3",49.10833000000008],["-0.12320500199999998e3","0.49123603999999943e2"],["-0.12320973200000003e3","0.49127212999999983e2"],[-123.247772,"0.49265273999999977e2"],["-0.12324889399999995e3","0.49273605000000032e2"],["-0.12324749800000001e3","0.49275551000000121e2"],["-0.12309449799999993e3","0.49283938999999975e2"],["-0.12300933800000001e3","0.49281944000000067e2"],["-0.12294332900000001e3","0.49284164000000089e2"],["-0.12292360699999995e3",49.28833000000003],["-0.12291251399999999e3",49.29332700000009],["-0.12287917299999998e3","0.49339157000000114e2"],["-0.12287499999999994e3","0.49351387000000045e2"],["-0.12285388199999994e3","0.49429993000000138e2"],["-0.12285278299999999e3","0.49436104000000057e2"],["-0.12285333300000002e3","0.49438880999999924e2"],["-0.12286054999999993e3","0.49447487000000024e2"],["-0.12287082700000002e3","0.49457214000000022e2"],["-0.12287638899999996e3","0.49455551000000071e2"],["-0.12287832600000002e3","0.49449432000000058e2"],[-122.876938,"0.49429993000000138e2"],["-0.12287721299999993e3","0.49414992999999981e2"],["-0.12288110399999999e3",49.40277100000003],["-0.12288583399999993e3","0.49391936999999984e2"],["-0.12290139799999992e3","0.49360550000000046e2"],["-0.12291555800000003e3","0.49342216000000064e2"],["-0.12293138099999999e3","0.49328049000000135e2"],["-0.12300538599999999e3","0.49319549999999992e2"],["-0.12303671999999989e3","0.49313217000000009e2"],["-0.12304521899999992e3","0.49312550000000044e2"],["-0.12306339299999996e3","0.49313217000000009e2"],["-0.12308023100000003e3","0.49315547999999978e2"],["-0.12323638900000003e3","0.49338882000000069e2"],["-0.12325418099999996e3","0.49384720000000016e2"],["-0.12325666799999993e3","0.49512772000000041e2"],["-0.12325334199999992e3","0.49523048000000131e2"],["-0.12324722299999996e3","0.49534995999999978e2"],["-0.12320162199999999e3","0.49615715000000137e2"],[-123.1558379999999,"0.49676102000000014e2"],["-0.12315416700000003e3",49.67943600000001],["-0.12315222199999994e3","0.49685547000000099e2"],["-0.12315361000000001e3","0.49690269000000001e2"],["-0.12315972899999997e3","0.49699158000000068e2"],["-0.12316471899999993e3","0.49702217000000019e2"],["-0.12316777000000002e3","0.49702217000000019e2"],["-0.12317027300000001e3","0.49701103000000046e2"],["-0.12324194299999999e3","0.49660544999999956e2"],["-0.12324804699999993e3","0.49648605000000089e2"],["-0.12324804699999993e3","0.49639717000000076e2"],["-0.12326677699999999e3","0.49617378000000031e2"],["-0.12326594499999999e3","0.49610382000000129e2"],[-123.265106,"0.49607880000000023e2"],["-0.12326494600000001e3","0.49603713999999968e2"],["-0.12326576999999997e3","0.49598381000000131e2"],["-0.12326812000000001e3","0.49595551000000114e2"],["-0.12327095799999995e3","0.49593215999999984e2"],["-0.12327977799999991e3","0.49590050000000019e2"],["-0.12334333800000002e3","0.49561378000000047e2"],["-0.12338110399999999e3","0.49556655999999975e2"],["-0.12339444699999996e3","0.49551933000000133e2"],["-0.12343028299999997e3","0.49538329999999974e2"],["-0.12348306300000002e3","0.49516663000000108e2"],["-0.12349249299999997e3","0.49509720000000129e2"],[-123.495003,"0.49506943000000035e2"],["-0.12349610899999993e3","0.49500275000000045e2"],["-0.12349416399999996e3","0.49468596999999988e2"],[-123.491669,"0.49463608000000022e2"],["-0.12348777799999993e3",49.46054799999996],["-0.12347778299999993e3","0.49455268999999987e2"],["-0.12347416699999997e3","0.49450828999999999e2"],["-0.12347332799999992e3","0.49441101000000117e2"],["-0.12347609699999998e3","0.49421936000000017e2"],["-0.12347666899999996e3","0.49419159000000093e2"],["-0.12348194899999993e3","0.49409988000000112e2"],["-0.12348665599999993e3","0.49406097000000045e2"],[-123.506958,"0.49389435000000049e2"],[-123.512787,"0.49386383000000137e2"],["-0.12351944699999996e3","0.49383881000000088e2"],["-0.12352694700000001e3","0.49382210000000043e2"],["-0.12353555299999994e3","0.49381378000000097e2"],["-0.12354499800000002e3","0.49383331000000055e2"],["-0.12360109699999987e3","0.49397490999999945e2"],["-0.12360610999999994e3","0.49399994000000106e2"],["-0.12367555199999998e3","0.49425269999999955e2"],["-0.12377500900000001e3","0.49458327999999995e2"],["-0.12385500299999995e3","0.49468879999999956e2"],["-0.12386165599999993e3",49.46665999999999],["-0.12388082899999995e3","0.49466385000000116e2"],["-0.12388890100000003e3","0.49468048000000067e2"],["-0.12389611799999994e3","0.49470543000000077e2"],["-0.12395973200000003e3","0.49510551000000135e2"],["-0.12396362299999993e3","0.49513329000000113e2"],["-0.12398860200000001e3","0.49541663999999969e2"],["-0.12406806899999992e3","0.49633881000000031e2"],["-0.12407055700000001e3","0.49638046000000031e2"],["-0.12407112099999995e3","0.49644440000000088e2"],["-0.12407028199999991e3","0.49649719000000061e2"],["-0.12405915800000002e3","0.49671104000000014e2"],["-0.12403250100000002e3","0.49713882000000126e2"],["-0.12402861000000001e3",49.71915400000006],[-124.021118,"0.49726379000000065e2"],["-0.12400527999999997e3","0.49735825000000034e2"],["-0.12399833699999999e3","0.49738884000000041e2"],[-123.987213,"0.49743050000000096e2"],["-0.12397528099999994e3","0.49745270000000119e2"],["-0.12395694700000001e3","0.49746101000000124e2"],["-0.12394748700000002e3","0.49744995000000131e2"],["-0.12394055199999997e3","0.49742493000000024e2"],["-0.12393443299999996e3","0.49739432999999963e2"],["-0.12392971799999992e3","0.49735825000000034e2"],[-123.876938,"0.49683327000000077e2"],["-0.12383306900000002e3","0.49627486999999974e2"],["-0.12382917799999996e3","0.49616936000000067e2"],["-0.12382444800000002e3","0.49595825000000048e2"],["-0.12382277699999997e3","0.49585548000000074e2"],["-0.12382333399999999e3","0.49581383000000073e2"],["-0.12382224300000001e3","0.49573051000000078e2"],["-0.12379972800000002e3","0.49519440000000031e2"],["-0.12379444899999993e3","0.49510277000000031e2"],["-0.12378971899999999e3","0.49506660000000068e2"],["-0.12378250099999997e3","0.49504166000000112e2"],["-0.12377639799999992e3","0.49503882999999973e2"],["-0.12376972999999998e3","0.49504715000000033e2"],["-0.12376640299999991e3","0.49506660000000068e2"],["-0.12376390100000003e3","0.49509438000000046e2"],["-0.12376139799999999e3","0.49513329000000113e2"],["-0.12375389100000001e3","0.49537773000000072e2"],["-0.12376862299999993e3","0.49561935000000119e2"],["-0.12377139299999999e3","0.49572220000000073e2"],["-0.12377223200000003e3","0.49581940000000145e2"],["-0.12377027900000002e3","0.49588043000000084e2"],["-0.12374017300000003e3","0.49602599999999995e2"],["-0.12373733500000003e3","0.49605270000000075e2"],["-0.12373517599999991e3","0.49606937000000016e2"],["-0.12369599899999997e3","0.49623604000000057e2"],["-0.12368683599999997e3","0.49625603000000069e2"],["-0.12367283599999996e3","0.49625271000000112e2"],["-0.12363890099999998e3","0.49634995000000004e2"],["-0.12361501299999992e3","0.49639160000000004e2"],["-0.12356331599999999e3","0.49667213000000118e2"],["-0.12354695100000004e3","0.49677215999999987e2"],["-0.12353751399999993e3","0.49684990000000028e2"],["-0.12353362300000003e3","0.49689712999999983e2"],["-0.12353167699999995e3","0.49695541000000105e2"],["-0.12353222699999998e3","0.49700546000000145e2"],["-0.12353388999999993e3","0.49701934999999992e2"],["-0.12354167199999989e3","0.49701103000000046e2"],["-0.12354998799999998e3","0.49693877999999984e2"],["-0.12356054699999993e3","0.49686935000000005e2"],["-0.12357195299999995e3","0.49680824000000086e2"],["-0.12358556399999992e3","0.49676102000000014e2"],["-0.12367578100000003e3","0.49653046000000018e2"],["-0.12369061299999993e3","0.49651051000000109e2"],["-0.12373978399999999e3","0.49645882000000029e2"],["-0.12375010700000001e3",49.64521400000001],["-0.12379666099999997e3","0.49638328999999999e2"],["-0.12380387899999999e3","0.49640831000000048e2"],[-123.8125,"0.49647491000000116e2"],["-0.12393499800000001e3","0.49768326000000002e2"],["-0.12393749999999989e3",49.77276599999999],["-0.12393582200000003e3","0.49778046000000074e2"],["-0.12393055699999996e3","0.49785271000000137e2"],["-0.12391999800000002e3","0.49792495999999971e2"],["-0.12388890100000003e3","0.49819717000000026e2"],["-0.12388500999999997e3","0.49823608000000092e2"],["-0.12388249199999996e3",49.82749200000012],["-0.12387970699999994e3","0.49832771000000093e2"],["-0.12387638900000002e3","0.49842215999999951e2"],["-0.12387332200000003e3","0.49864158999999916e2"],["-0.12387249799999995e3",49.87110100000001],[-123.872772,"0.49877212999999983e2"],["-0.12388500999999997e3","0.49914993000000095e2"],[-123.889183,"0.49922767999999962e2"],["-0.12389417300000002e3",49.92721599999993],["-0.12390139799999992e3","0.49928879000000052e2"],["-0.12391082799999998e3","0.49930275000000108e2"],[-123.920547,"0.49928604000000064e2"],["-0.12392999299999997e3","0.49929718000000037e2"],["-0.12393720999999994e3","0.49932213000000047e2"],["-0.12394193999999999e3","0.49936104000000114e2"],["-0.12394860799999998e3","0.49943877999999927e2"],["-0.12395472699999999e3","0.49953049000000078e2"],["-0.12395889299999999e3","0.49962212000000079e2"],[-123.929779,"0.49985321000000056e2"],[-123.929283,"0.49989493999999979e2"],["-0.12392544599999997e3","0.49994156000000089e2"],["-0.12392044099999998e3","0.49997325999999987e2"],["-0.12388160700000003e3",50.01499600000011],["-0.12387343599999986e3","0.50018326000000116e2"],[-123.860771,"0.50021660000000111e2"],["-0.12385294299999998e3","0.50022995000000037e2"],["-0.12384310199999999e3","0.50023659000000123e2"],["-0.12380832699999996e3","0.50040276000000119e2"],["-0.12379611199999994e3",50.04444100000012],["-0.12375334199999998e3",50.07638500000013],["-0.12374861099999998e3","0.50080276000000026e2"],["-0.12374445300000002e3","0.50086936999999921e2"],["-0.12374944299999999e3",50.09665700000005],["-0.12382140399999997e3","0.50152213999999958e2"],["-0.12383056599999998e3","0.50156936999999971e2"],[-123.846947,"0.50163321999999994e2"],["-0.12397778299999993e3","0.50213882000000012e2"],["-0.12398500100000001e3","0.50216103000000089e2"],["-0.12399054699999999e3","0.50215828000000101e2"],["-0.12399109599999986e3",50.21166199999999],["-0.12398832699999997e3","0.50207496999999989e2"],["-0.12396056399999998e3","0.50180550000000096e2"],["-0.12394695300000001e3","0.50169441000000006e2"],["-0.12393720999999994e3","0.50163321999999994e2"],["-0.12392388899999992e3","0.50158600000000092e2"],["-0.12390583800000002e3",50.15638000000007],["-0.12388806199999988e3","0.50152489000000003e2"],[-123.882767,"0.50150826000000052e2"],["-0.12387165800000002e3","0.50145546000000024e2"],["-0.12380915799999997e3","0.50099998000000085e2"],[-123.8125,"0.50090546000000131e2"],["-0.12381639099999995e3","0.50086105000000032e2"],["-0.12385716200000002e3","0.50066883000000132e2"],["-0.12386933099999993e3","0.50058048000000099e2"],["-0.12387499999999994e3","0.50054214000000115e2"],["-0.12387899799999997e3","0.50052380000000085e2"],[-123.916,"0.50039883000000088e2"],["-0.12395465899999988e3","0.50029217000000074e2"],["-0.12399526999999989e3","0.50011664999999994e2"],["-0.12399916099999996e3",50.00638600000002],[-124,"0.50000275000000101e2"],["-0.12399916099999996e3","0.49990547000000106e2"],["-0.12399526999999989e3","0.49961662000000047e2"],["-0.12399249299999997e3","0.49942764000000125e2"],["-0.12399109599999986e3","0.49937209999999993e2"],["-0.12398860200000001e3","0.49931664000000126e2"],["-0.12397972099999998e3","0.49916663999999969e2"],["-0.12396721600000001e3","0.49906380000000127e2"],["-0.12395140100000003e3","0.49895828000000108e2"],["-0.12391972399999992e3","0.49877769000000001e2"],["-0.12391471899999993e3","0.49873878000000104e2"],["-0.12391111799999999e3","0.49869713000000104e2"],[-123.922234,"0.49834435000000099e2"],["-0.12392639199999996e3","0.49825828999999999e2"],["-0.12397277799999989e3",49.80471],["-0.12397833299999996e3","0.49803047000000106e2"],["-0.12398581699999994e3","0.49802772999999945e2"],["-0.12399194299999994e3","0.49804436000000067e2"],["-0.12400418100000002e3","0.49810546999999985e2"],["-0.12401012400000002e3","0.49834602000000075e2"],["-0.12400862100000001e3","0.49841938000000084e2"],["-0.12400728600000002e3","0.49856769999999983e2"],["-0.12401806599999998e3","0.49909156999999993e2"],["-0.12402166699999987e3",49.91415400000011],[-124.029449,"0.49920547000000056e2"],[-124.037781,"0.49922493000000145e2"],["-0.12404222099999998e3","0.49921379000000002e2"],["-0.12404472399999997e3","0.49917496000000028e2"],[-124.068893,"0.49878876000000105e2"],["-0.12407195299999995e3","0.49873322000000087e2"],["-0.12407028199999991e3","0.49869156000000032e2"],["-0.12406261399999988e3","0.49846328999999912e2"],["-0.12405877700000002e3","0.49841991000000007e2"],["-0.12405860899999999e3","0.49838325999999995e2"],["-0.12406028000000003e3","0.49835158999999976e2"],["-0.12408444199999991e3","0.49799164000000133e2"],["-0.12409028599999999e3","0.49795830000000137e2"],["-0.12414555399999995e3","0.49779716000000008e2"],["-0.12417694099999989e3","0.49773604999999975e2"],["-0.12418582199999997e3",49.77276599999999],[-124.2702789999999,"0.49768051000000128e2"],["-0.12440416700000003e3","0.49763329000000056e2"],["-0.12441361999999998e3","0.49763610999999969e2"],["-0.12442916899999994e3","0.49766388000000006e2"],["-0.12443639400000001e3","0.49768883000000073e2"],["-0.12451194800000002e3","0.49796104000000071e2"],["-0.12452166699999992e3","0.49804161000000079e2"],["-0.12452443699999998e3","0.49808327000000133e2"],["-0.12452583300000003e3","0.49813880999999981e2"],["-0.12452583300000003e3","0.49831665000000044e2"],["-0.12452749599999987e3","0.49837212000000022e2"],["-0.12453278399999999e3","0.49844437000000084e2"],["-0.12457195299999995e3","0.49874435000000005e2"],["-0.12459137699999997e3","0.49883049000000085e2"],["-0.12463221699999997e3","0.49899436999999921e2"],[-124.702789,"0.49934989999999971e2"],["-0.12474194299999999e3","0.49958328000000051e2"],["-0.12477306399999992e3","0.49985825000000034e2"],["-0.12480332900000002e3","0.50020271000000093e2"],["-0.12482556199999999e3","0.50051384000000098e2"],["-0.12482972699999999e3","0.50061935000000005e2"],[-124.828056,"0.50066666000000112e2"],["-0.12482140400000003e3","0.50069160000000068e2"],["-0.12481304899999992e3","0.50067496999999946e2"],["-0.12480695300000002e3",50.06360600000005],["-0.12476722699999988e3","0.50036385000000053e2"],["-0.12470333900000003e3","0.49995543999999995e2"],["-0.12466805999999991e3",50.07027400000004],["-0.12461694299999999e3","0.50179161000000079e2"],["-0.12460193599999997e3","0.50234993000000031e2"],["-0.12460138699999993e3","0.50238884000000098e2"],["-0.12460417200000001e3","0.50243881000000044e2"],["-0.12463110399999999e3","0.50279716000000121e2"],["-0.12463890100000003e3","0.50286942000000067e2"],[-124.665009,"0.50303879000000052e2"],[-124.708618,"0.50318329000000006e2"],["-0.12471362299999987e3","0.50321937999999989e2"],["-0.12471501199999994e3","0.50327492000000007e2"],["-0.12465778399999994e3","0.50386108000000092e2"],["-0.12465194699999989e3","0.50389160000000061e2"],["-0.12462609899999995e3","0.50398330999999985e2"],["-0.12460193599999997e3",50.40277100000003],["-0.12458055100000001e3","0.50399990000000116e2"],["-0.12457555400000001e3",50.39899400000013],["-0.12457122800000002e3","0.50397495000000106e2"],["-0.12454998799999993e3","0.50393883000000017e2"],["-0.12453362300000003e3","0.50395827999999995e2"],["-0.12451999699999999e3","0.50399994000000106e2"],["-0.12443415800000002e3","0.50431664000000012e2"],["-0.12442054699999994e3",50.43721000000005],["-0.12439862099999999e3","0.50450545999999974e2"],["-0.12438305700000001e3","0.50462212000000136e2"],["-0.12436138900000003e3","0.50479713000000118e2"],["-0.12435193600000002e3","0.50487495000000081e2"],["-0.12434805299999999e3","0.50492218000000037e2"],["-0.12434528399999988e3","0.50497489999999971e2"],["-0.12434777800000001e3",50.50249500000001],["-0.12435527000000002e3","0.50504997000000117e2"],["-0.12436389200000002e3","0.50503882999999917e2"],[-124.378601,"0.50499161000000015e2"],["-0.12438445299999995e3",50.49610100000001],["-0.12439388999999989e3","0.50488884000000041e2"],["-0.12439778099999995e3","0.50484161000000086e2"],["-0.12440055799999993e3","0.50478874000000133e2"],[-124.404449,50.4741590000001],["-0.12440915699999999e3","0.50470268000000033e2"],["-0.12442749000000003e3","0.50462212000000136e2"],["-0.12451834099999991e3","0.50432212999999933e2"],["-0.12458383199999997e3","0.50414051000000029e2"],["-0.12458833300000003e3",50.41338300000001],["-0.12459999800000003e3","0.50413048000000003e2"],["-0.12471167000000003e3","0.50375549000000092e2"],["-0.12473916599999995e3","0.50351936000000137e2"],["-0.12480332900000002e3","0.50317772000000105e2"],["-0.12481582600000002e3","0.50312209999999993e2"],["-0.12483000199999992e3",50.30943300000007],["-0.12485056299999991e3","0.50309714999999983e2"],["-0.12493916299999995e3","0.50325271999999984e2"],["-0.12506388900000002e3","0.50317772000000105e2"],["-0.12507224299999996e3","0.50319442999999978e2"],["-0.12507833900000003e3","0.50322495000000117e2"],["-0.12508416699999998e3","0.50329719999999952e2"],["-0.12508889799999997e3","0.50346382000000119e2"],["-0.12508750900000001e3","0.50357215999999994e2"],["-0.12505666399999996e3","0.50476936000000023e2"],["-0.12505194099999989e3","0.50480820000000051e2"],["-0.12504499799999996e3",50.48333000000008],["-0.12502667199999996e3","0.50483047000000113e2"],["-0.12501806599999998e3","0.50484161000000086e2"],["-0.12497112299999998e3","0.50498047000000042e2"],["-0.12496528599999999e3",50.50110600000005],["-0.12488082900000001e3","0.50560546999999985e2"],["-0.12485973399999989e3","0.50585823000000062e2"],[-124.858047,"0.50590546000000018e2"],["-0.12485444599999994e3","0.50691376000000105e2"],["-0.12486888099999999e3","0.50764998999999989e2"],["-0.12487805200000003e3","0.50811377999999991e2"],["-0.12486749299999997e3","0.50817771999999991e2"],["-0.12478943599999991e3",50.88110400000005],["-0.12478694199999995e3","0.50884438000000046e2"],["-0.12478751399999993e3","0.50889160000000118e2"],["-0.12479998799999998e3",50.91304800000006],["-0.12480277999999998e3",50.9180530000001],["-0.12480583200000001e3","0.50920830000000024e2"],["-0.12481916799999993e3","0.50926384000000041e2"],["-0.12484999099999993e3","0.50935265000000129e2"],["-0.12485417200000001e3","0.50935547000000042e2"],["-0.12486138900000003e3","0.50928879000000052e2"],["-0.12492443800000001e3","0.50834717000000126e2"],[-124.9449919999999,"0.50775268999999923e2"],["-0.12491221599999994e3","0.50699431999999945e2"],["-0.12490139799999997e3","0.50630271999999991e2"],["-0.12490194700000001e3",50.62471000000005],["-0.12490361000000001e3","0.50619987000000094e2"],["-0.12491111799999999e3","0.50611382000000049e2"],["-0.12492887899999994e3","0.50596382000000062e2"],["-0.12502694700000001e3","0.50540833000000077e2"],["-0.12509944200000001e3",50.5],["-0.12510417199999989e3","0.50496941000000049e2"],["-0.12511277799999999e3","0.50487495000000081e2"],["-0.12511694299999999e3","0.50478043000000127e2"],[-125.118607,"0.50471930999999984e2"],["-0.12511193800000001e3","0.50452492000000063e2"],["-0.12511138899999997e3","0.50447769000000108e2"],["-0.12511221299999994e3",50.44221500000009],["-0.12511472299999997e3","0.50436935000000005e2"],["-0.12511945300000002e3","0.50432770000000005e2"],["-0.12512526700000001e3","0.50429718000000094e2"],["-0.12517027299999995e3","0.50412491000000102e2"],["-0.12517777999999998e3",50.41137700000013],[-125.1875,"0.50412491000000102e2"],[-125.195831,"0.50414711000000068e2"],["-0.12520221699999991e3","0.50417213000000004e2"],["-0.12520722999999998e3","0.50420830000000137e2"],["-0.12524610899999993e3","0.50462212000000136e2"],["-0.12533612099999993e3","0.50479713000000118e2"],["-0.12540361000000001e3","0.50473602000000028e2"],["-0.12542166099999992e3","0.50465271000000143e2"],["-0.12544275699999997e3","0.50459435000000042e2"],["-0.12546028099999995e3","0.50457214000000135e2"],["-0.12548832700000003e3",50.45638300000013],["-0.12554444899999993e3","0.50490379000000132e2"],["-0.12554811099999995e3","0.50492050000000006e2"],["-0.12554928599999994e3","0.50494549000000006e2"],["-0.12554961399999996e3","0.50497547000000054e2"],["-0.12554911799999996e3","0.50501545000000135e2"],["-0.12553222700000003e3",50.62721300000004],["-0.12551944700000001e3","0.50647217000000126e2"],["-0.12551194800000002e3","0.50657211000000132e2"],["-0.12550723299999999e3","0.50661102000000028e2"],["-0.12550055699999996e3","0.50663048000000117e2"],["-0.12548194899999999e3","0.50664993000000095e2"],["-0.12546749899999998e3","0.50668602000000135e2"],["-0.12545612299999999e3","0.50674995000000081e2"],["-0.12545140100000003e3","0.50678879000000109e2"],["-0.12542804699999999e3","0.50705551000000014e2"],["-0.12542555199999998e3","0.50710823000000119e2"],[-125.43277,"0.50713882000000069e2"],["-0.12544360399999999e3","0.50714157000000114e2"],["-0.12545889299999993e3","0.50713608000000136e2"],["-0.12546639999999996e3","0.50713051000000064e2"],["-0.12547332799999998e3","0.50709159999999997e2"],["-0.12553778099999994e3","0.50669991000000095e2"],["-0.12554723399999995e3","0.50661933999999974e2"],["-0.12555832699999996e3","0.50648048000000131e2"],["-0.12556388900000002e3","0.50637214999999969e2"],["-0.12556806899999998e3",50.62721300000004],["-0.12557167099999998e3","0.50611382000000049e2"],["-0.12557224300000001e3","0.50605270000000075e2"],[-125.5849,"0.50571323000000064e2"],["-0.12558206899999999e3",50.56582300000008],["-0.12558039099999996e3","0.50563656000000037e2"],[-125.5800549999999,"0.50559994000000074e2"],["-0.12558623499999999e3","0.50536659000000043e2"],[-125.610229,"0.50489326000000062e2"],["-0.12561238900000001e3","0.50486492000000055e2"],["-0.12563722200000001e3","0.50445540999999935e2"],["-0.12565167200000002e3","0.50441375999999934e2"],["-0.12569249000000002e3","0.50429993000000138e2"],[-125.700287,"0.50428047000000049e2"],["-0.12570584099999996e3","0.50427773000000116e2"],["-0.12571611000000001e3","0.50432212999999933e2"],["-0.12584665699999994e3","0.50502777000000094e2"],["-0.12586472300000003e3","0.50495269999999948e2"],["-0.12593028299999992e3","0.50473602000000028e2"],["-0.12595221700000002e3","0.50468880000000127e2"],[-125.968613,"0.50468880000000127e2"],["-0.12606331599999999e3","0.50470825000000104e2"],["-0.12615915699999999e3","0.50484992999999974e2"],["-0.12619332900000001e3","0.50490273000000059e2"],["-0.12626777599999997e3","0.50504997000000117e2"],["-0.12627500899999995e3",50.50750000000005],["-0.12627916700000003e3",50.51166500000005],[-126.2808379999999,"0.50515830999999991e2"],[-126.279449,"0.50520546000000024e2"],["-0.12627694700000001e3","0.50524712000000079e2"],["-0.12622670699999998e3","0.50536285000000021e2"],["-0.12618665299999998e3","0.50548405000000059e2"],["-0.12618559999999997e3","0.50566322000000014e2"],["-0.12623805199999998e3","0.50591377000000023e2"],["-0.12625167799999991e3","0.50609718000000044e2"],["-0.12626418299999995e3","0.50615547000000049e2"],["-0.12627500899999995e3","0.50627486999999974e2"],["-0.12627471899999995e3","0.50631660000000068e2"],[-126.266953,"0.50634720000000129e2"],["-0.12602006499999999e3",50.66188000000011],[-126.014725,"0.50662048000000141e2"],["-0.12590856200000002e3","0.50664046999999982e2"],["-0.12573832699999997e3","0.50682213000000104e2"],["-0.12569387799999993e3","0.50704712000000029e2"],["-0.12562249799999995e3","0.50750000000000114e2"],["-0.12561776700000001e3","0.50754166000000055e2"],["-0.12554305999999991e3","0.50863884000000098e2"],["-0.12553778099999994e3",50.87193300000007],["-0.12551000999999997e3","0.50921661000000029e2"],["-0.12550723299999999e3","0.50926941000000113e2"],["-0.12550556899999998e3",50.93332700000002],["-0.12550666799999993e3","0.50945541000000048e2"],["-0.12550834699999996e3","0.50951102999999989e2"],["-0.12555166600000001e3","0.51042221000000097e2"],["-0.12556555200000003e3","0.51056380999999988e2"],["-0.12558167999999995e3","0.51072220000000129e2"],["-0.12559306299999997e3",51.07888000000014],[-125.610817,"0.51087769000000037e2"],["-0.12563390400000003e3","0.51096939000000077e2"],["-0.12563722200000001e3","0.51096382000000006e2"],["-0.12563890100000003e3","0.51090271000000087e2"],[-125.639183,"0.51077217000000019e2"],["-0.12563806199999999e3",51.06610100000006],["-0.12558332799999999e3","0.50974709000000018e2"],["-0.12561028299999987e3",50.89888000000002],["-0.12569110099999995e3","0.50771378000000084e2"],["-0.12573110999999989e3","0.50735550000000046e2"],["-0.12581527699999987e3","0.50707214000000079e2"],["-0.12596383700000001e3","0.50688660000000084e2"],["-0.12612516799999997e3","0.50678989000000115e2"],["-0.12613100400000002e3","0.50678658000000098e2"],[-126.133667,"0.50678825000000074e2"],["-0.12613799999999998e3","0.50681827999999996e2"],["-0.12613917500000002e3","0.50683495000000107e2"],["-0.12622222899999991e3",50.69110100000006],["-0.12621362299999993e3",50.70388000000014],["-0.12620889299999999e3",50.70777099999998],["-0.12620333899999997e3","0.50711104999999975e2"],["-0.12611165599999993e3","0.50753883000000087e2"],["-0.12619888299999997e3",50.85582700000009],["-0.12626944700000001e3","0.50858047000000113e2"],["-0.12637609899999995e3","0.50855270000000019e2"],["-0.12639750699999996e3","0.50848602000000028e2"],["-0.12640306099999998e3","0.50845268000000033e2"],["-0.12642166099999997e3","0.50829437000000098e2"],["-0.12642748999999992e3","0.50826103000000103e2"],["-0.12643415799999997e3","0.50823608000000092e2"],["-0.12644304699999998e3","0.50821663000000058e2"],["-0.12649333199999995e3",50.81638300000003],["-0.12655277999999998e3","0.50834717000000126e2"],["-0.12655695300000002e3","0.50838882000000126e2"],["-0.12655972299999996e3","0.50843880000000127e2"],[-126.557503,"0.50876656000000082e2"],["-0.12655359599999991e3","0.50881377999999984e2"],["-0.12653611799999999e3","0.50898048000000074e2"],[-126.531387,"0.50901932000000102e2"],["-0.12650110599999999e3","0.50916099999999972e2"],["-0.12649445300000002e3",50.9180530000001],["-0.12648332199999999e3","0.50919158999999979e2"],["-0.12647471599999994e3","0.50917496000000028e2"],[-126.468613,"0.50914436000000137e2"],["-0.12646444700000001e3","0.50910271000000137e2"],["-0.12645805399999995e3","0.50907211000000075e2"],["-0.12636833200000001e3","0.50901932000000102e2"],["-0.12635833700000001e3","0.50901382000000069e2"],["-0.12624638400000003e3","0.50898604999999975e2"],["-0.12622582999999997e3","0.50898604999999975e2"],["-0.12621028100000001e3","0.50902771000000087e2"],["-0.12620445299999994e3",50.90554800000001],["-0.12618388399999992e3","0.50918602000000078e2"],["-0.12617555199999993e3",50.92582700000014],["-0.12617027299999995e3","0.50936653000000035e2"],["-0.12617166099999997e3","0.50946381000000088e2"],["-0.12617471299999988e3","0.50950546000000088e2"],["-0.12617777999999998e3","0.50951385000000016e2"],[-126.181107,"0.50950829000000056e2"],["-0.12618888899999996e3","0.50948875000000044e2"],["-0.12620028699999989e3","0.50942490000000021e2"],["-0.12620500199999992e3",50.93832400000008],["-0.12621556099999998e3","0.50931106999999997e2"],[-126.228882,"0.50926102000000128e2"],["-0.12624553700000001e3","0.50923325000000034e2"],["-0.12630860899999999e3","0.50925270000000012e2"],[-126.412216,"0.50936104000000114e2"],["-0.12642639200000002e3","0.50938599000000124e2"],[-126.5625,"0.50907767999999976e2"],["-0.12656833599999993e3","0.50903877000000136e2"],["-0.12658084099999996e3","0.50898604999999975e2"],["-0.12666139199999998e3","0.50868049999999982e2"],["-0.12667777999999998e3","0.50866385999999977e2"],["-0.12672165699999994e3","0.50876099000000011e2"],["-0.12680638099999999e3","0.50909156999999993e2"],["-0.12681916799999999e3","0.50915824999999984e2"],["-0.12690261799999996e3","0.50905098000000066e2"],["-0.12690595199999996e3",50.90410200000008],["-0.12691711399999997e3","0.50903439000000105e2"],["-0.12701471700000002e3","0.50903877000000136e2"],["-0.12704804999999993e3","0.50910271000000137e2"],["-0.12708556399999998e3","0.50921378999999945e2"],[-127.112213,"0.50931106999999997e2"],[-127.1641689999999,"0.50932495000000074e2"],["-0.12717639200000002e3","0.50929161000000079e2"],["-0.12717999299999991e3",50.92582700000014],["-0.12717804699999994e3","0.50920273000000122e2"],["-0.12717166099999992e3","0.50917496000000028e2"],["-0.12706276699999995e3","0.50885269000000051e2"],["-0.12701883700000002e3","0.50868267000000003e2"],["-0.12700765999999993e3","0.50867939000000035e2"],[-126.976158,"0.50870438000000036e2"],["-0.12697166400000003e3","0.50869938000000047e2"],["-0.12696916999999991e3","0.50869105999999931e2"],["-0.12696599600000002e3",50.86693600000001],["-0.12696681999999998e3","0.50864101000000062e2"],["-0.12701471700000002e3","0.50819443000000092e2"],["-0.12702250700000002e3","0.50817497000000003e2"],["-0.12703333299999997e3","0.50817771999999991e2"],[-127.047234,"0.50821663000000058e2"],["-0.12705776999999995e3","0.50828048999999965e2"],["-0.12706166100000002e3","0.50832213999999965e2"],["-0.12706696299999993e3","0.50835823000000005e2"],["-0.12707333399999993e3","0.50838882000000126e2"],["-0.12713276699999994e3","0.50862212999999997e2"],[-127.243607,"0.50896659999999997e2"],["-0.12733444199999997e3","0.50906936999999971e2"],["-0.12739862099999993e3","0.50926384000000041e2"],["-0.12743055699999991e3","0.50940544000000102e2"],["-0.12753527800000001e3","0.51000549000000035e2"],["-0.12753832999999997e3","0.51005554000000075e2"],["-0.12753806299999997e3","0.51008330999999998e2"],[-127.502792,"0.51097487999999998e2"],[-127.495003,51.0991590000001],["-0.12747749299999992e3","0.51097487999999998e2"],["-0.12743582199999997e3","0.51082771000000037e2"],["-0.12740888999999987e3","0.51071938000000046e2"],["-0.12739306599999992e3","0.51064712999999983e2"],["-0.12738137799999998e3","0.51059714999999983e2"],[-127.3683319999999,"0.51055267000000015e2"],[-127.354446,"0.51051659000000086e2"],["-0.12733056599999998e3","0.51048331999999959e2"],["-0.12724249299999997e3","0.51041382000000112e2"],["-0.12723610699999995e3","0.51041107000000125e2"],["-0.12721861299999995e3","0.51040832999999964e2"],["-0.12709612299999998e3","0.51043883999999991e2"],["-0.12699873400000001e3","0.51058883999999978e2"],["-0.12697956099999999e3","0.51062881000000118e2"],["-0.12694840199999999e3","0.51067050999999992e2"],["-0.12687339800000001e3","0.51072883999999988e2"],["-0.12686672999999996e3","0.51072716000000128e2"],["-0.12682656899999995e3","0.51067050999999992e2"],["-0.12681689499999987e3","0.51064716000000033e2"],["-0.12669167299999998e3","0.51110550000000046e2"],["-0.12668694299999999e3","0.51114716000000101e2"],["-0.12665278599999999e3","0.51149994000000106e2"],["-0.12665139799999997e3","0.51153320000000008e2"],["-0.12665110799999997e3","0.51157494000000042e2"],[-126.654449,"0.51185822000000144e2"],["-0.12665527299999997e3","0.51187766999999951e2"],["-0.12665834000000001e3","0.51192764000000068e2"],["-0.12666251399999993e3","0.51194992000000013e2"],["-0.12667582700000003e3","0.51193878000000041e2"],["-0.12667916899999994e3","0.51192764000000068e2"],["-0.12668167099999994e3","0.51188599000000067e2"],["-0.12668250299999994e3","0.51176383999999985e2"],["-0.12668167099999994e3","0.51172768000000076e2"],["-0.12668331899999998e3","0.51165268000000026e2"],["-0.12668831599999999e3","0.51157211000000075e2"],["-0.12669666299999994e3",51.14777400000014],["-0.12671749899999998e3","0.51132767000000115e2"],["-0.12684055299999989e3","0.51094936000000075e2"],["-0.12684654999999992e3","0.51093105000000094e2"],["-0.12685589599999997e3","0.51092102000000068e2"],[-126.927887,"0.51084938000000079e2"],["-0.12714111299999996e3","0.51060272000000055e2"],["-0.12719249000000002e3","0.51057213000000104e2"],["-0.12720667300000002e3","0.51056380999999988e2"],["-0.12723832700000003e3","0.51056938000000059e2"],["-0.12732668299999995e3","0.51059714999999983e2"],["-0.12734084299999989e3","0.51060822000000087e2"],["-0.12735916099999992e3","0.51063323999999966e2"],["-0.12738861099999991e3","0.51068054000000018e2"],["-0.12749273700000003e3","0.51114883000000077e2"],["-0.12750985000000003e3","0.51117359000000135e2"],["-0.12753376000000003e3","0.51108082000000138e2"],[-127.556107,"0.51099998000000028e2"],["-0.12763194299999998e3","0.51091934000000037e2"],["-0.12764943699999998e3","0.51092216000000064e2"],["-0.12766665599999988e3","0.51095268000000033e2"],["-0.12767944299999988e3","0.51101105000000132e2"],["-0.12778999299999992e3","0.51165543000000014e2"],["-0.12779611199999994e3","0.51197212000000036e2"],["-0.12779583700000001e3","0.51202217000000076e2"],[-127.787216,"0.51226097000000095e2"],["-0.12778472899999991e3","0.51231376999999952e2"],["-0.12776194800000002e3","0.51249435000000005e2"],["-0.12759973100000002e3","0.51289435999999966e2"],["-0.12759306300000003e3","0.51290833000000134e2"],["-0.12756555199999997e3","0.51293052999999929e2"],["-0.12753999299999998e3","0.51294441000000063e2"],["-0.12745140099999998e3","0.51291939000000127e2"],[-127.4036099999999,"0.51282494000000099e2"],["-0.12737554899999998e3","0.51274437000000091e2"],["-0.12736472299999997e3","0.51274162000000103e2"],["-0.12723110999999994e3","0.51286110000000122e2"],["-0.12722222899999991e3","0.51287216000000001e2"],["-0.12721444699999995e3","0.51290549999999996e2"],["-0.12720388800000001e3","0.51298607000000118e2"],["-0.12714334100000002e3","0.51318329000000006e2"],["-0.12713305699999989e3","0.51325554000000068e2"],["-0.12712693799999994e3","0.51334991000000002e2"],["-0.12711776700000001e3","0.51357498000000078e2"],["-0.12711110699999989e3",51.37721300000004],["-0.12710973399999995e3","0.51383330999999998e2"],["-0.12711028299999992e3","0.51389717000000076e2"],["-0.12711582899999996e3","0.51391662999999994e2"],["-0.12712249800000001e3","0.51389160000000004e2"],["-0.12713054699999998e3","0.51381934999999942e2"],["-0.12713417099999998e3",51.37721300000004],["-0.12714417300000002e3","0.51358046999999999e2"],["-0.12718250299999994e3","0.51326942000000145e2"],["-0.12718804899999998e3","0.51323607999999979e2"],["-0.12720834400000001e3","0.51315826000000015e2"],["-0.12724749800000001e3","0.51306380999999931e2"],["-0.12728056300000003e3","0.51301102000000128e2"],["-0.12729055800000003e3","0.51300545000000056e2"],["-0.12736749299999991e3","0.51298881999999935e2"],["-0.12739584400000001e3",51.30221599999993],["-0.12745221699999996e3","0.51315826000000015e2"],[-127.462784,"0.51341660000000047e2"],["-0.12755444299999999e3","0.51332497000000046e2"],["-0.12757000699999998e3","0.51328605999999979e2"],["-0.12775499699999989e3","0.51319442999999978e2"],["-0.12776390100000003e3","0.51319442999999978e2"],["-0.12777250699999996e3",51.3211060000001],["-0.12777887699999997e3","0.51324715000000083e2"],["-0.12778415699999994e3","0.51333054000000118e2"],["-0.12778778099999994e3",51.34887700000013],["-0.12778307299999994e3","0.51356941000000006e2"],["-0.12777834300000001e3","0.51361107000000061e2"],["-0.12774109599999997e3","0.51380272000000048e2"],["-0.12772749299999998e3","0.51385551000000021e2"],["-0.12769332899999995e3","0.51390831000000048e2"],["-0.12768443300000001e3","0.51390831000000048e2"],["-0.12765055799999999e3","0.51408043000000077e2"],["-0.12755166600000001e3","0.51468323000000055e2"],["-0.12751583900000003e3","0.51519157000000007e2"],["-0.12751306199999993e3","0.51529991000000052e2"],[-127.512787,"0.51535552999999993e2"],[-127.515289,51.5472180000001],[-127.521118,"0.51563880999999981e2"],["-0.12751640299999997e3","0.51587769000000094e2"],["-0.12751500699999985e3","0.51593880000000013e2"],["-0.12750890399999997e3","0.51604712999999947e2"],["-0.12750055700000001e3",51.61360900000011],["-0.12748805199999998e3","0.51619438000000116e2"],["-0.12744444299999998e3","0.51629990000000078e2"],["-0.12737609900000001e3","0.51644997000000103e2"],["-0.12732584400000002e3","0.51651382000000126e2"],["-0.12723332199999999e3","0.51662490999999989e2"],["-0.12709584000000001e3","0.51668052999999986e2"],["-0.12695344499999999e3","0.51658325000000104e2"],["-0.12694693799999993e3","0.51657657999999969e2"],["-0.12693778199999997e3","0.51655327000000057e2"],["-0.12688377400000002e3","0.51649494000000061e2"],[-126.708054,"0.51641937000000041e2"],["-0.12666332999999986e3",51.64888000000002],["-0.12665527299999997e3","0.51651382000000126e2"],[-126.620003,"0.51679993000000024e2"],["-0.12660694899999993e3","0.51706940000000145e2"],["-0.12660527000000002e3","0.51713051000000064e2"],["-0.12660582699999992e3","0.51719436999999971e2"],["-0.12660777300000001e3","0.51724990999999932e2"],["-0.12663555899999989e3","0.51769714000000022e2"],["-0.12663944999999995e3","0.51773880000000133e2"],["-0.12666027800000001e3","0.51792221000000097e2"],["-0.12666528299999999e3","0.51772491000000116e2"],["-0.12666665599999999e3","0.51766388000000006e2"],["-0.12666251399999993e3","0.51747215000000097e2"],["-0.12665387699999991e3","0.51732491000000039e2"],["-0.12664362299999999e3","0.51719154000000003e2"],["-0.12663999899999999e3","0.51709991000000002e2"],["-0.12664138800000001e3","0.51705269000000101e2"],["-0.12664388999999994e3","0.51701102999999989e2"],["-0.12664750700000002e3","0.51697768999999994e2"],["-0.12669304699999998e3","0.51664711000000011e2"],[-126.703056,"0.51664436000000023e2"],["-0.12691521499999999e3","0.51682438000000047e2"],["-0.12696421799999996e3","0.51686604000000102e2"],["-0.12697788199999997e3","0.51690605000000062e2"],["-0.12705387899999988e3","0.51697768999999994e2"],["-0.12707501199999996e3","0.51697768999999994e2"],["-0.12714055599999995e3","0.51694435000000055e2"],["-0.12727416999999997e3",51.68332700000002],[-127.3999859999999,"0.51669716000000051e2"],["-0.12741583300000002e3","0.51665824999999984e2"],["-0.12742582699999997e3","0.51666663999999969e2"],["-0.12743222000000003e3",51.66832700000009],["-0.12743554699999987e3","0.51671103999999957e2"],["-0.12743971299999993e3","0.51674712999999997e2"],["-0.12744167299999992e3","0.51680275000000108e2"],["-0.12742748999999998e3","0.51731934000000138e2"],[-127.364441,"0.51768326000000116e2"],["-0.12736193800000001e3","0.51771660000000111e2"],[-127.359444,"0.51777214000000072e2"],["-0.12733917200000002e3","0.51839156999999943e2"],["-0.12733721899999989e3","0.51851387000000045e2"],["-0.12733999599999999e3","0.51861106999999947e2"],["-0.12734555099999994e3","0.51864159000000086e2"],["-0.12735109699999992e3","0.51863609000000054e2"],["-0.12735694899999999e3","0.51860275000000058e2"],["-0.12744833399999987e3","0.51777214000000072e2"],["-0.12757195299999989e3","0.51706940000000145e2"],["-0.12758556399999986e3","0.51677773000000059e2"],["-0.12754638699999992e3","0.51627486999999917e2"],["-0.12755860899999999e3","0.51543884000000105e2"],["-0.12756111099999998e3","0.51538605000000132e2"],["-0.12757417299999997e3","0.51518883000000073e2"],[-127.58139,"0.51509437999999989e2"],["-0.12763583399999999e3","0.51460548000000131e2"],[-127.640289,"0.51458602999999925e2"],["-0.12765915699999999e3","0.51457497000000103e2"],[-127.70639,51.45638300000013],["-0.12771639999999996e3","0.51457214000000135e2"],["-0.12772389199999992e3","0.51459435000000042e2"],["-0.12773029300000002e3","0.51463051000000121e2"],[-127.75473,"0.51479988000000105e2"],["-0.12775917099999992e3","0.51484161000000029e2"],["-0.12776083399999993e3",51.48971599999993],["-0.12775974300000001e3","0.51494438000000059e2"],["-0.12774416400000001e3","0.51498329000000126e2"],[-127.712784,"0.51504439999999988e2"],[-127.787216,"0.51560271999999941e2"],["-0.12787416099999996e3","0.51663322000000051e2"],["-0.12787805200000003e3","0.51673881999999992e2"],["-0.12788999899999999e3","0.51798332000000016e2"],["-0.12788944999999995e3","0.51807770000000005e2"],[-127.886124,"0.51852218999999991e2"],["-0.12788474299999996e3","0.51858604000000014e2"],["-0.12786971999999997e3",51.89527099999998],["-0.12786609599999997e3","0.51899993999999992e2"],["-0.12786165599999987e3","0.51904160000000047e2"],["-0.12783306899999997e3","0.51919991000000039e2"],["-0.12782055699999995e3","0.51926659000000029e2"],["-0.12779638699999998e3","0.51938599000000124e2"],["-0.12778971899999999e3","0.51941101000000003e2"],["-0.12776611300000002e3","0.51946937999999932e2"],["-0.12773805199999993e3","0.51949715000000026e2"],["-0.12766443600000002e3","0.51953880000000026e2"],["-0.12765527299999997e3","0.52040276000000063e2"],["-0.12765387699999991e3","0.52046386999999982e2"],["-0.12765139799999997e3","0.52051659000000086e2"],["-0.12764527900000002e3","0.52061934999999949e2"],["-0.12762943999999999e3","0.52088326000000052e2"],["-0.12762581599999999e3","0.52093047999999953e2"],["-0.12761749299999997e3","0.52101936000000137e2"],["-0.12758029199999993e3","0.52129158000000075e2"],["-0.12752555799999993e3","0.52147217000000012e2"],["-0.12749944299999993e3","0.52151657000000057e2"],["-0.12748055999999997e3","0.52151099999999929e2"],["-0.12747721899999999e3","0.52150543000000027e2"],["-0.12746528599999988e3","0.52143883000000017e2"],["-0.12746140300000002e3","0.52133049000000142e2"],["-0.12746250899999995e3","0.52112495000000024e2"],["-0.12746611000000001e3","0.52107773000000122e2"],["-0.12747556299999997e3","0.52099716000000114e2"],["-0.12748249799999996e3",52.09693900000002],["-0.12749833699999999e3","0.52093322999999998e2"],["-0.12750834700000001e3","0.52093322999999998e2"],["-0.12751834100000002e3","0.52094436999999971e2"],["-0.12752722199999994e3","0.52095825000000048e2"],["-0.12753500400000001e3","0.52098877000000016e2"],["-0.12755277999999998e3","0.52101105000000132e2"],["-0.12756276700000001e3","0.52100829999999917e2"],["-0.12757167099999998e3","0.52098877000000016e2"],["-0.12758444199999991e3","0.52093605000000082e2"],["-0.12758889799999992e3","0.52089714000000015e2"],["-0.12761416600000001e3","0.52035828000000095e2"],["-0.12761332699999997e3","0.52032494000000099e2"],["-0.12759416199999998e3","0.52035553000000107e2"],["-0.12758612099999993e3","0.52038048000000117e2"],["-0.12742083700000001e3","0.52120270000000119e2"],["-0.12743360899999999e3","0.52131659999999954e2"],["-0.12745056199999999e3","0.52169159000000093e2"],["-0.12745249899999988e3","0.52173882000000049e2"],["-0.12745305599999995e3","0.52179993000000138e2"],["-0.12744972199999995e3","0.52182770000000062e2"],["-0.12737609900000001e3","0.52216934000000037e2"],["-0.12735417199999995e3","0.52224709000000132e2"],["-0.12733138999999994e3","0.52230270000000019e2"],["-0.12730027799999993e3","0.52228325000000041e2"],["-0.12729110700000001e3","0.52229431000000034e2"],["-0.12728443900000002e3","0.52231934000000024e2"],["-0.12724526999999995e3","0.52248878000000104e2"],["-0.12723944099999994e3","0.52252220000000023e2"],["-0.12719304699999998e3","0.52290833000000077e2"],["-0.12718582200000003e3","0.52300270000000012e2"],["-0.12717749000000003e3","0.52309715000000097e2"],["-0.12717166099999992e3",52.31249200000002],["-0.12716361999999987e3","0.52314156000000025e2"],["-0.12704276999999996e3","0.52309158000000025e2"],["-0.12701251200000002e3","0.52306381000000101e2"],["-0.12700499699999995e3","0.52303604000000007e2"],["-0.12699861099999993e3","0.52298607000000118e2"],["-0.12696444700000001e3","0.52271659999999997e2"],["-0.12694526699999994e3",52.25610400000005],["-0.12693804899999986e3","0.52246941000000049e2"],["-0.12693611099999998e3","0.52241379000000109e2"],["-0.12693554699999999e3","0.52235268000000019e2"],["-0.12682749899999999e3","0.52128044000000102e2"],["-0.12675195300000001e3","0.52078605999999979e2"],["-0.12671193700000003e3","0.52044441000000063e2"],["-0.12669415300000003e3","0.52028877000000136e2"],[-126.691101,"0.52023880000000077e2"],["-0.12668388399999998e3","0.51999717999999973e2"],["-0.12667804699999994e3","0.51990547000000049e2"],["-0.12667388899999997e3","0.51986382000000049e2"],["-0.12666944899999999e3","0.51983604000000071e2"],["-0.12666832699999998e3","0.51985549999999932e2"],["-0.12666776999999996e3","0.51991104000000121e2"],["-0.12666583300000002e3","0.52031380000000127e2"],["-0.12666665599999999e3","0.52036384999999996e2"],["-0.12666972399999997e3","0.52041939000000013e2"],["-0.12673805199999987e3","0.52113052000000096e2"],["-0.12676363399999991e3",52.13249200000007],["-0.12681722999999988e3","0.52166100000000085e2"],["-0.12683112299999999e3",52.17193599999996],["-0.12685555999999997e3","0.52178047000000049e2"],["-0.12686305199999993e3","0.52181107000000111e2"],["-0.12688027999999986e3","0.52190544000000045e2"],["-0.12690055799999999e3","0.52205268999999987e2"],["-0.12690666199999993e3","0.52215271000000143e2"],["-0.12694082600000002e3","0.52303879000000052e2"],["-0.12694027699999998e3",52.31082200000003],["-0.12693611099999998e3",52.32249500000006],[-126.932503,"0.52327217000000132e2"],["-0.12692083700000001e3","0.52333603000000039e2"],["-0.12687361099999998e3","0.52350830000000087e2"],["-0.12682084700000001e3","0.52363883999999928e2"],["-0.12681416299999995e3","0.52365273000000116e2"],["-0.12678888699999999e3","0.52369987000000094e2"],["-0.12677667199999996e3","0.52370270000000062e2"],["-0.12676194800000002e3","0.52370543999999995e2"],["-0.12673638900000003e3","0.52366386000000034e2"],["-0.12673166700000002e3","0.52367767000000072e2"],["-0.12673249800000002e3","0.52373877999999991e2"],["-0.12673665599999998e3","0.52378044000000045e2"],["-0.12675167799999991e3","0.52388328999999999e2"],["-0.12676363399999991e3","0.52393326000000059e2"],["-0.12679277000000002e3","0.52395546000000081e2"],["-0.12691027799999995e3","0.52373877999999991e2"],["-0.12692610200000001e3","0.52370827000000133e2"],["-0.12694110099999995e3","0.52366386000000034e2"],[-126.948036,"0.52363883999999928e2"],["-0.12695973199999997e3","0.52357215999999994e2"],["-0.12696972699999998e3",52.34165999999999],["-0.12697444200000001e3","0.52337768999999923e2"],["-0.12698137699999995e3",52.33526599999999],["-0.12700279199999994e3","0.52334991000000116e2"],["-0.12708249699999993e3","0.52334991000000116e2"],["-0.12714111299999996e3","0.52348045000000013e2"],["-0.12715778399999999e3","0.52352492999999981e2"],["-0.12718639400000001e3","0.52380820999999969e2"],["-0.12722805800000003e3","0.52453049000000135e2"],["-0.12723610699999995e3","0.52505554000000132e2"],["-0.12723665599999998e3",52.51166500000005],["-0.12723416099999997e3","0.52517211999999972e2"],["-0.12719695299999995e3","0.52549995000000138e2"],["-0.12718639400000001e3","0.52557770000000062e2"],["-0.12708112299999993e3","0.52613051999999982e2"],["-0.12707417299999997e3","0.52616385999999977e2"],["-0.12705915800000002e3","0.52620827000000077e2"],["-0.12700446299999999e3","0.52626937999999996e2"],["-0.12699638399999998e3",52.62860100000006],[-126.989441,"0.52631935000000055e2"],["-0.12697972099999998e3","0.52639434999999935e2"],["-0.12697609699999998e3",52.64388300000013],[-126.924713,"0.52714714000000129e2"],["-0.12692223399999995e3","0.52718880000000013e2"],["-0.12692166099999997e3","0.52725822000000107e2"],["-0.12692250100000001e3","0.52731102000000021e2"],[-126.966949,"0.52828606000000036e2"],["-0.12697112300000003e3","0.52832771000000037e2"],[-126.975281,"0.52835548000000131e2"],["-0.12698332199999987e3","0.52837769000000037e2"],["-0.12701777599999991e3","0.52845543000000021e2"],["-0.12702139299999993e3",52.82777400000009],["-0.12701834100000002e3","0.52823608000000036e2"],["-0.12700778199999996e3","0.52808883999999978e2"],["-0.12698082699999992e3","0.52724434000000031e2"],[-126.98111,"0.52717491000000052e2"],["-0.12698528299999992e3","0.52707497000000046e2"],["-0.12704250300000001e3",52.64777399999997],["-0.12704737899999992e3","0.52643462999999997e2"],["-0.12705561799999998e3","0.52641815000000065e2"],["-0.12713445300000001e3",52.60943600000013],["-0.12724054699999988e3","0.52557770000000062e2"],["-0.12725723299999999e3","0.52545830000000137e2"],["-0.12728083799999996e3","0.52509162999999944e2"],["-0.12728222700000003e3","0.52503052000000082e2"],["-0.12728028899999993e3","0.52497489999999914e2"],["-0.12727610800000002e3",52.49332400000003],["-0.12726528899999988e3","0.52485550000000046e2"],["-0.12725805699999995e3","0.52477211000000011e2"],["-0.12725834699999996e3",52.47304500000007],["-0.12726194800000002e3","0.52467491000000109e2"],["-0.12726666299999988e3","0.52464157000000114e2"],["-0.12733345800000001e3","0.52433895000000007e2"],["-0.12740082599999994e3","0.52424431000000141e2"],["-0.12746541599999995e3","0.52395477000000085e2"],["-0.12748935699999987e3","0.52362072000000126e2"],["-0.12761165599999998e3","0.52294716000000051e2"],["-0.12761833200000001e3","0.52291939000000127e2"],["-0.12772138999999993e3","0.52274712000000079e2"],["-0.12773055999999997e3","0.52273604999999975e2"],[-127.739441,52.27388000000002],["-0.12774610899999999e3","0.52276657000000114e2"],["-0.12775029000000001e3","0.52281661999999983e2"],["-0.12780471799999998e3","0.52248878000000104e2"],["-0.12784277299999997e3",52.2241590000001],["-0.12784528399999999e3","0.52219437000000028e2"],["-0.12785249299999987e3","0.52209991000000059e2"],["-0.12785833699999995e3","0.52206657000000064e2"],["-0.12786389200000002e3","0.52207496999999933e2"],["-0.12786916399999996e3","0.52211105000000032e2"],["-0.12787110899999999e3","0.52216385000000116e2"],["-0.12787304699999999e3","0.52223320000000001e2"],["-0.12790527299999991e3",52.27887700000008],["-0.12786776700000001e3","0.52494995000000074e2"],["-0.12786776700000001e3","0.52500549000000092e2"],["-0.12786971999999997e3","0.52506103999999993e2"],["-0.12787499999999994e3","0.52510276999999917e2"],["-0.12788166799999999e3",52.51249700000011],["-0.12789195299999994e3","0.52513329000000056e2"],["-0.12789998599999996e3",52.50999500000006],["-0.12792488899999995e3","0.52443886000000134e2"],["-0.12792971799999992e3","0.52427547000000004e2"],["-0.12792854299999999e3","0.52424213000000009e2"],["-0.12792588000000001e3","0.52421215000000132e2"],[-127.916718,"0.52414879000000099e2"],["-0.12790905800000002e3","0.52407382999999982e2"],["-0.12790589099999988e3","0.52401549999999986e2"],["-0.12790538800000002e3",52.39788400000009],["-0.12795694700000001e3","0.52324440000000038e2"],["-0.12796389799999997e3","0.52321663000000115e2"],["-0.12797277800000001e3","0.52323326000000066e2"],[-127.995003,"0.52330551000000128e2"],["-0.12800805699999989e3","0.52336937000000034e2"],["-0.12801251200000002e3","0.52341102999999919e2"],["-0.12805721999999997e3","0.52394713999999965e2"],["-0.12805917399999998e3","0.52400269000000094e2"],["-0.12806832899999995e3","0.52447769000000051e2"],["-0.12806695599999995e3",52.45388000000014],["-0.12805944799999992e3","0.52470267999999976e2"],["-0.12805111699999992e3","0.52478874000000076e2"],[-128.0419619999999,"0.52487770000000012e2"],["-0.12803250100000002e3","0.52495270000000119e2"],["-0.12800945999999999e3","0.52508606000000043e2"],["-0.12797721899999999e3","0.52519714000000079e2"],["-0.12796916199999993e3","0.52521660000000111e2"],["-0.12796140300000002e3","0.52519440000000145e2"],["-0.12795612299999993e3","0.52515831000000105e2"],["-0.12789611799999994e3","0.52542220999999984e2"],["-0.12789138800000001e3","0.52546387000000038e2"],["-0.12788778699999995e3","0.52551102000000071e2"],["-0.12787998999999991e3","0.52574164999999994e2"],["-0.12787970699999994e3","0.52579720000000066e2"],["-0.12788751200000002e3","0.52577773999999977e2"],[-128.0291749999999,"0.52541664000000083e2"],["-0.12804083300000002e3","0.52535827999999981e2"],["-0.12809973099999991e3","0.52503052000000082e2"],[-128.1049349999999,"0.52492382000000077e2"],["-0.12811831699999999e3","0.52465546000000074e2"],["-0.12814834599999995e3","0.52422217999999987e2"],["-0.12822500599999989e3","0.52330826000000116e2"],["-0.12823330699999997e3","0.52321937999999989e2"],["-0.12827862499999998e3","0.52280822999999998e2"],["-0.12828332499999993e3","0.52276657000000114e2"],["-0.12828890999999999e3","0.52273323000000119e2"],["-0.12829583700000001e3","0.52270828000000108e2"],["-0.12830499299999997e3","0.52269439999999975e2"],["-0.12839388999999989e3","0.52291382000000056e2"],["-0.12832971199999992e3","0.52380271999999991e2"],["-0.12829751599999992e3","0.52400543000000027e2"],["-0.12829083300000002e3",52.401657],["-0.12828085299999992e3","0.52400825999999995e2"],["-0.12827416999999997e3",52.39804799999996],[-128.267517,"0.52396660000000054e2"],[-128.260559,"0.52399161999999933e2"],["-0.12825585899999999e3","0.52403320000000065e2"],["-0.12822442599999994e3","0.52459717000000069e2"],["-0.12822192399999989e3","0.52465271000000087e2"],["-0.12822055099999994e3","0.52471375000000137e2"],["-0.12822109999999992e3","0.52484436000000073e2"],["-0.12822860700000001e3","0.52523048000000017e2"],["-0.12823055999999997e3","0.52528328000000101e2"],["-0.12823831200000001e3","0.52536658999999986e2"],["-0.12824221799999998e3","0.52547775000000115e2"],["-0.12824194299999999e3",52.55471],["-0.12823916600000001e3","0.52566940000000102e2"],["-0.12818527199999988e3","0.52671104000000128e2"],["-0.12814584399999995e3","0.52719986000000063e2"],[-128.120544,"0.52757217000000026e2"],["-0.12813165300000003e3","0.52876381000000038e2"],["-0.12817001299999998e3","0.52856658999999979e2"],["-0.12817501800000002e3","0.52851935999999966e2"],["-0.12822305299999994e3","0.52812492000000077e2"],["-0.12822888199999994e3",52.80860100000001],["-0.12823525999999993e3","0.52805824000000086e2"],["-0.12824972500000001e3","0.52801384000000098e2"],[-128.2744449999999,"0.52799438000000009e2"],["-0.12830029300000001e3","0.52800270000000125e2"],["-0.12833999600000004e3","0.52805549999999982e2"],["-0.12842611699999998e3","0.52817497000000117e2"],["-0.12843612699999994e3","0.52818886000000134e2"],[-128.441101,"0.52822769000000051e2"],["-0.12848776199999986e3","0.52873604000000114e2"],["-0.12849359100000004e3","0.52882767000000115e2"],[-128.495544,"0.52887496999999939e2"],["-0.12849887100000001e3","0.52903602999999976e2"],["-0.12850640899999996e3",52.96305099999995],["-0.12851556399999998e3","0.53019988999999953e2"],["-0.12853973400000001e3","0.53131934999999942e2"],["-0.12862554899999992e3","0.53202217000000019e2"],["-0.12866140699999994e3","0.53202217000000019e2"],["-0.12866082799999992e3","0.53196938000000046e2"],["-0.12866305499999999e3","0.53190826000000072e2"],["-0.12866723599999995e3","0.53187492000000077e2"],["-0.12867666600000001e3","0.53187767000000122e2"],["-0.12868527199999994e3","0.53189430000000016e2"],["-0.12870111099999997e3","0.53195541000000105e2"],["-0.12878832999999997e3","0.53239715999999987e2"],["-0.12879473899999999e3","0.53243324000000086e2"],["-0.12884887699999996e3","0.53275826000000052e2"],["-0.12885888699999998e3","0.53283607000000131e2"],["-0.12886639400000001e3","0.53292220999999984e2"],["-0.12886944600000004e3",53.2972180000001],["-0.12887832599999996e3",53.31638300000003],["-0.12888558999999998e3","0.53374378000000092e2"],["-0.12888798499999996e3","0.53424965000000043e2"],["-0.12892186000000004e3","0.53453601999999989e2"],["-0.12895916699999998e3","0.53502777000000037e2"],["-0.12897332799999998e3","0.53547493000000031e2"],["-0.12897277799999995e3","0.53553047000000049e2"],[-128.966095,"0.53556099000000131e2"],["-0.12880499299999997e3","0.53569992000000013e2"],["-0.12879501300000004e3","0.53568604000000107e2"],["-0.12878832999999997e3","0.53564995000000067e2"],["-0.12878332499999999e3",53.561104],["-0.12877972399999987e3","0.53556938000000116e2"],["-0.12869250499999998e3","0.53485268000000133e2"],["-0.12855862399999995e3","0.53413879000000122e2"],["-0.12852362099999999e3","0.53396660000000054e2"],["-0.12844601399999999e3","0.53413158000000124e2"],["-0.12844517499999995e3","0.53415993000000071e2"],["-0.12842950399999989e3","0.53429824999999994e2"],["-0.12818972799999989e3","0.53459991000000002e2"],["-0.12815945399999993e3","0.53455826000000002e2"],["-0.12814862099999993e3","0.53453605999999979e2"],["-0.12813192699999996e3","0.53448875000000044e2"],[-128.105255,"0.53440543999999989e2"],["-0.12809387199999998e3","0.53433052000000032e2"],["-0.12807081600000004e3","0.53394114999999942e2"],["-0.12803488200000004e3","0.53369289000000038e2"],["-0.12800598099999996e3",53.34705699999995],["-0.12795195000000001e3","0.53326102999999932e2"],["-0.12794999699999988e3","0.53321381000000031e2"],[-127.951683,"0.53309990000000084e2"],["-0.12795388799999995e3","0.53304161000000079e2"],["-0.12795694700000001e3",53.28138000000007],["-0.12795527600000003e3","0.53265830999999991e2"],["-0.12795111099999997e3","0.53256386000000077e2"],["-0.12794611399999985e3","0.53252220000000023e2"],["-0.12787526700000001e3","0.53224433999999917e2"],[-127.87027,"0.53222763000000043e2"],[-127.868607,"0.53233879000000002e2"],["-0.12786776700000001e3","0.53239715999999987e2"],["-0.12787138399999998e3","0.53244155999999975e2"],["-0.12792259999999993e3",53.273685],["-0.12793297599999994e3","0.53293323999999927e2"],[-127.92408,"0.53318153000000109e2"],["-0.12792593399999993e3","0.53330750000000023e2"],["-0.12798805199999998e3","0.53353881999999942e2"],["-0.12807165499999991e3","0.53431380999999988e2"],["-0.12809387199999998e3","0.53451935000000105e2"],["-0.12812692300000003e3","0.53481102000000021e2"],["-0.12816528299999993e3","0.53483879000000115e2"],["-0.12818331899999993e3","0.53484161000000029e2"],["-0.12830139199999991e3","0.53478324999999927e2"],["-0.12845187399999992e3",53.50332300000008],["-0.12845339999999999e3","0.53499656999999956e2"],["-0.12845640600000002e3","0.53496822000000066e2"],["-0.12848156700000004e3","0.53487987999999916e2"],["-0.12849021900000002e3","0.53485325000000046e2"],["-0.12853340100000003e3","0.53478324999999927e2"],["-0.12854457100000002e3","0.53478992000000062e2"],["-0.12854937699999994e3","0.53480823999999927e2"],["-0.12881304899999992e3","0.53619155999999975e2"],["-0.12881664999999998e3","0.53623322000000087e2"],["-0.12881805399999996e3","0.53644714000000079e2"],["-0.12881750499999993e3",53.65026899999998],["-0.12881390399999998e3","0.53656936999999971e2"],[-128.808899,"0.53661659000000043e2"],["-0.12878417999999988e3","0.53675552000000096e2"],["-0.12877279699999997e3","0.53733330000000137e2"],["-0.12879388399999988e3","0.53764998999999932e2"],["-0.12879333500000001e3","0.53770546000000081e2"],["-0.12879110699999995e3",53.776657],["-0.12877056899999991e3",53.79583000000008],["-0.12867767300000003e3","0.53839775000000088e2"],["-0.12867384300000003e3",53.84160600000007],["-0.12866551200000004e3","0.53844608000000107e2"],["-0.12866067499999997e3","0.53845439999999996e2"],["-0.12865583799999996e3","0.53843605000000082e2"],["-0.12864482099999987e3","0.53837105000000122e2"],["-0.12864166299999994e3","0.53834770000000049e2"],["-0.12860360699999995e3","0.53842216000000064e2"],["-0.12859387199999998e3","0.53839714000000015e2"],["-0.12847720299999997e3","0.53828605999999979e2"],["-0.12847137499999997e3","0.53832497000000046e2"],["-0.12847555499999999e3","0.53842216000000064e2"],["-0.12848275799999999e3","0.53850829999999917e2"],["-0.12848944099999994e3","0.53854163999999912e2"],["-0.12849887100000001e3","0.53856941000000006e2"],["-0.12851000999999991e3","0.53859161000000029e2"],["-0.12853030399999994e3","0.53861664000000019e2"],["-0.12853832999999992e3","0.53860275000000001e2"],["-0.12854501299999998e3","0.53857216000000051e2"],["-0.12855306999999988e3","0.53856102000000078e2"],["-0.12861726399999992e3","0.53868546000000094e2"],["-0.12865962199999996e3","0.53882885000000101e2"],[-128.662598,"0.53885216000000014e2"],["-0.12866461200000003e3","0.53888218000000109e2"],["-0.12867903099999995e3","0.53907524000000024e2"],["-0.12867869599999995e3","0.53910857999999962e2"],["-0.12866686999999996e3",53.92285900000013],["-0.12866072099999997e3","0.53928524000000095e2"],[-128.6480709999999,"0.53949432000000058e2"],["-0.12863946499999997e3",53.96054799999996],["-0.12859832799999998e3",54.02693899999997],["-0.12860055499999993e3","0.54031661999999983e2"],["-0.12860916099999997e3",54.03138000000007],["-0.12861663799999997e3","0.54029160000000104e2"],["-0.12867861899999997e3",54.00360900000004],["-0.12868527199999994e3","0.54000832000000116e2"],["-0.12868890399999998e3","0.53994156000000032e2"],["-0.12869555699999989e3","0.53976097000000095e2"],["-0.12872283899999991e3","0.53944046000000071e2"],["-0.12872499099999999e3","0.53940216000000078e2"],["-0.12872766100000001e3","0.53936710000000062e2"],["-0.12873100299999993e3","0.53933547999999917e2"],["-0.12879943799999995e3",53.87499200000002],["-0.12891528299999999e3","0.53787216000000001e2"],["-0.12893194600000004e3","0.53774711999999965e2"],["-0.12898361199999994e3","0.53762214999999969e2"],["-0.12910497999999995e3",53.72026800000009],["-0.12911804199999989e3","0.53714157000000057e2"],["-0.12912359599999996e3","0.53710274000000084e2"],["-0.12921749899999992e3",53.64027400000009],[-129.232483,"0.53625824000000136e2"],["-0.12923803699999991e3",53.61332700000014],[-129.239441,"0.53601936000000023e2"],["-0.12923693800000001e3","0.53537216000000058e2"],["-0.12923138399999999e3","0.53500832000000059e2"],["-0.12923443599999996e3","0.53461937000000091e2"],["-0.12923498499999999e3","0.53456100000000106e2"],["-0.12923748799999993e3","0.53433600999999953e2"],["-0.12927279699999997e3","0.53379158000000018e2"],["-0.12930334499999992e3","0.53384994999999947e2"],["-0.12933389299999999e3","0.53397491000000059e2"],["-0.12935360700000001e3","0.53407768000000033e2"],["-0.12951861600000001e3","0.53514998999999989e2"],["-0.12962914999999987e3","0.53587769000000037e2"],[-129.686127,"0.53630272000000105e2"],["-0.12983084099999996e3",53.74721500000004],["-0.12986111499999998e3","0.53765273999999977e2"],[-129.912781,53.79833200000013],["-0.13004501300000004e3","0.53883049000000142e2"],["-0.13005029300000001e3","0.53886940000000038e2"],[-130.099152,"0.53941933000000063e2"],["-0.13010137899999995e3","0.53946655000000135e2"],["-0.13009136999999987e3","0.54066101000000003e2"],["-0.13009082000000001e3","0.54071662999999944e2"],["-0.13007693499999993e3","0.54114441000000056e2"],["-0.13007333399999999e3","0.54120827000000133e2"],["-0.13006500199999999e3","0.54132209999999986e2"],["-0.13005166600000001e3","0.54148605000000089e2"],["-0.13004666099999997e3","0.54153320000000122e2"],["-0.12986361699999998e3","0.54213051000000064e2"],["-0.12984887700000002e3","0.54217491000000109e2"],["-0.12983194000000003e3","0.54219436999999971e2"],["-0.12978205899999995e3","0.54210601999999938e2"],["-0.12972637899999995e3","0.54200771000000088e2"],["-0.12969738799999993e3","0.54194435000000055e2"],["-0.12968756099999996e3",54.19093300000003],["-0.12964416499999999e3","0.54181938000000059e2"],["-0.12963333099999994e3","0.54179993000000081e2"],[-129.6141659999999,"0.54178917000000069e2"],[-129.591949,"0.54185822000000087e2"],["-0.12947082499999999e3","0.54235825000000034e2"],["-0.12947000100000002e3",54.23721299999994],["-0.12947442599999999e3","0.54239990000000034e2"],["-0.12948275799999988e3","0.54243050000000096e2"],["-0.12951141399999989e3","0.54244155999999975e2"],[-129.51889,"0.54241936000000123e2"],["-0.12956140099999993e3","0.54226935999999966e2"],["-0.12956777999999997e3","0.54223877000000016e2"],["-0.12968238799999995e3","0.54221602999999959e2"],["-0.12968823199999997e3","0.54223099000000104e2"],["-0.12977654999999993e3","0.54234767999999974e2"],["-0.12983666999999997e3",54.23832700000014],[-129.8549799999999,"0.54238045000000056e2"],["-0.12987136799999996e3","0.54235268000000133e2"],[-129.966949,"0.54206940000000031e2"],["-0.12997997999999995e3","0.54200829000000113e2"],["-0.12999166899999989e3","0.54192764000000011e2"],["-0.13003750600000001e3","0.54173050000000103e2"],["-0.13010443099999998e3","0.54154434000000094e2"],["-0.13011331200000001e3","0.54153877000000023e2"],[-130.122772,"0.54154434000000094e2"],["-0.13013110399999999e3","0.54157210999999961e2"],["-0.13019168099999996e3","0.54193321000000083e2"],["-0.13022805800000003e3","0.54258606000000043e2"],[-130.238586,"0.54294998000000078e2"],[-130.2611389999999,"0.54342765999999983e2"],["-0.13027584799999994e3","0.54349716000000058e2"],["-0.13028250100000002e3","0.54346382000000062e2"],[-130.332764,"0.54329720000000066e2"],["-0.13034887700000002e3","0.54326942000000088e2"],["-0.13039138799999995e3","0.54330276000000083e2"],[-130.45166,"0.54336655000000121e2"],["-0.13045916699999998e3","0.54338600000000099e2"],[-130.48111,"0.54364715999999987e2"],["-0.13048388699999998e3","0.54401657000000114e2"],["-0.13047637899999989e3","0.54430550000000096e2"],["-0.13047360199999997e3",54.43582200000003],["-0.13043362400000001e3","0.54496658000000139e2"],["-0.13042999299999997e3","0.54562492000000077e2"],["-0.13043972799999989e3","0.54612212999999997e2"],["-0.13044055200000003e3","0.54617493000000024e2"],["-0.13043859900000001e3","0.54623604000000114e2"],[-130.43277,"0.54627487000000031e2"],["-0.13042556799999994e3","0.54629715000000033e2"],["-0.13041665599999993e3","0.54630272000000105e2"],["-0.13040750099999997e3",54.62860100000006],["-0.13039779699999997e3","0.54626381000000038e2"],["-0.13038946499999992e3",54.62332200000003],["-0.13037554899999992e3","0.54616661000000136e2"],["-0.13033215299999995e3","0.54578552000000002e2"],["-0.13028167699999995e3","0.54528381000000024e2"],["-0.13022277799999989e3","0.54471931000000041e2"],["-0.13006304899999986e3","0.54339989000000116e2"],["-0.13005776999999995e3","0.54336105000000089e2"],["-0.13003723100000002e3","0.54326103000000103e2"],["-0.13002084400000001e3","0.54319992000000013e2"],["-0.12999304199999989e3",54.31221000000005],["-0.12998275799999993e3","0.54311104000000057e2"],["-0.12996581999999995e3","0.54313049000000035e2"],["-0.12995916699999998e3","0.54316100999999946e2"],["-0.12995584099999985e3","0.54322495000000004e2"],["-0.12995971700000001e3","0.54326942000000088e2"],["-0.12996722399999993e3","0.54328880000000026e2"],["-0.12998165900000004e3","0.54324439999999981e2"],["-0.12999054000000001e3",54.32388300000008],["-0.13002362099999993e3","0.54335548000000017e2"],[-130.0386049999999,"0.54341934000000094e2"],["-0.13004388399999999e3","0.54345824999999991e2"],["-0.13014779699999997e3",54.44193300000012],["-0.13031382799999994e3","0.54586269000000073e2"],["-0.13036721799999992e3","0.54635268999999994e2"],["-0.13037222299999996e3","0.54644714000000079e2"],[-130.374146,"0.54654991000000052e2"],["-0.13036859100000004e3","0.54667770000000132e2"],["-0.13035861199999999e3","0.54677490000000034e2"],["-0.13035278299999999e3","0.54681381000000101e2"],["-0.13033972199999999e3","0.54687492000000134e2"],["-0.13032501200000002e3","0.54692214999999976e2"],["-0.13024386599999997e3","0.54707771000000093e2"],["-0.13023553499999997e3","0.54709160000000111e2"],["-0.13022582999999997e3","0.54708885000000066e2"],["-0.13017193599999996e3","0.54703606000000093e2"],["-0.13016195700000003e3","0.54701103000000103e2"],["-0.13015362500000003e3","0.54698326000000009e2"],["-0.13010110499999996e3","0.54671660999999972e2"],[-130.075287,"0.54657767999999976e2"],["-0.13006887800000004e3","0.54648604999999975e2"],["-0.13006500199999999e3","0.54644440000000145e2"],[-130.054169,"0.54636658000000011e2"],["-0.13002694699999989e3","0.54623047000000042e2"],["-0.13000058000000001e3",54.61471599999993],["-0.12998083500000001e3","0.54609993000000145e2"],[-129.959991,"0.54607498000000135e2"],["-0.12991027800000001e3","0.54605552999999929e2"],[-129.968323,54.62193300000007],["-0.13000445599999989e3","0.54632767000000115e2"],["-0.13002807599999994e3","0.54641936999999984e2"],["-0.13019473299999999e3","0.54723320000000001e2"],[-130.20166,54.72693600000008],["-0.13020111099999986e3","0.54732490999999982e2"],["-0.13017388899999992e3","0.54846656999999993e2"],["-0.13017111199999999e3","0.54851662000000033e2"],["-0.13016583300000002e3","0.54856659000000093e2"],["-0.13016082799999998e3","0.54861382000000106e2"],["-0.13005835000000002e3","0.54952773999999977e2"],["-0.13004583700000001e3","0.54959991000000059e2"],["-0.13003195199999993e3","0.54965271000000143e2"],["-0.12994694499999991e3","0.54970490000000098e2"],[-129.9362789999999,"0.54971153000000072e2"],["-0.12992394999999993e3","0.54970322000000067e2"],["-0.12991810599999985e3","0.54968826000000092e2"],["-0.12990977499999997e3","0.54964661000000092e2"],["-0.12990745500000003e3","0.54962158000000102e2"],["-0.12965444899999994e3","0.54980545000000006e2"],[-129.646973,"0.54982765000000029e2"],["-0.12964028899999994e3","0.54985825000000091e2"],["-0.12962249799999995e3","0.54997772000000055e2"],["-0.12962499999999994e3",55.00249500000001],["-0.12979998799999998e3","0.55006942999999978e2"],["-0.12986608899999999e3","0.55006660000000011e2"],["-0.12987527499999999e3",55.00610400000005],[-129.883331,"0.55004715000000033e2"],["-0.12990585299999998e3","0.54997772000000055e2"],["-0.12991390999999993e3","0.54996383999999921e2"],["-0.12996487400000001e3","0.55003436999999963e2"],["-0.12997171000000003e3","0.55004608000000076e2"],["-0.12997905000000003e3","0.55008938000000057e2"],["-0.12998138399999993e3","0.55011608000000138e2"],["-0.12998104899999993e3","0.55014938000000143e2"],[-129.9963679999999,"0.55024162000000047e2"],["-0.12997555499999993e3","0.55066939999999931e2"],["-0.12996139500000004e3","0.55093323000000112e2"],["-0.12995638999999989e3","0.55098045000000013e2"],["-0.12984750399999996e3","0.55210548000000074e2"],["-0.12972665399999988e3","0.55338600000000099e2"],["-0.12966300999999999e3","0.55412212000000011e2"],["-0.12964334099999996e3","0.55434158000000025e2"],["-0.12963723800000002e3","0.55438042000000053e2"],["-0.12962222299999996e3","0.55442490000000021e2"],["-0.12960525499999994e3","0.55445267000000115e2"],["-0.12958471700000001e3","0.55443878000000097e2"],["-0.12954110700000001e3","0.55438042000000053e2"],["-0.12952389500000004e3","0.55439987000000031e2"],["-0.12950863599999997e3","0.55444434999999999e2"],["-0.12948831199999995e3","0.55453605999999922e2"],["-0.12947610499999996e3","0.55461380000000133e2"],["-0.12947164899999996e3","0.55467209000000139e2"],["-0.12947109999999992e3","0.55472762999999986e2"],["-0.12947500600000001e3",55.47693600000008],["-0.12948416099999997e3","0.55478600000000085e2"],[-129.62027,"0.55459434999999985e2"],["-0.12963696299999998e3",55.45665699999995],[-129.679123,"0.55473156000000131e2"],["-0.12968611099999998e3","0.55467491000000052e2"],["-0.12969662500000004e3",55.45399100000003],["-0.12969979899999993e3","0.55450993000000096e2"],["-0.12970428500000003e3","0.55449661000000049e2"],["-0.12970979299999993e3","0.55450657000000035e2"],["-0.12971211199999999e3","0.55453327000000115e2"],["-0.12971362299999993e3","0.55456161000000122e2"],["-0.12978695700000003e3","0.55566666000000112e2"],["-0.12978582800000004e3",55.50277699999998],[-129.779449,"0.55493607000000111e2"],["-0.12977224699999999e3",55.47943099999992],["-0.12978030399999994e3","0.55359717999999987e2"],["-0.12978250100000002e3","0.55353607000000068e2"],["-0.12981390399999987e3","0.55289719000000048e2"],["-0.12981750499999998e3","0.55283332999999971e2"],["-0.12990695199999988e3","0.55168052999999986e2"],[-129.911407,"0.55162491000000045e2"],["-0.12992083699999995e3","0.55151931999999988e2"],["-0.13002835099999999e3","0.55036385000000109e2"],["-0.13006832900000001e3","0.54996941000000049e2"],["-0.13007443199999994e3","0.54992767000000015e2"],["-0.13008166499999999e3","0.54990546999999992e2"],["-0.13009082000000001e3","0.54989990000000091e2"],["-0.13010055499999999e3","0.54990546999999992e2"],["-0.13010833699999995e3","0.54992493000000081e2"],["-0.13011361699999992e3","0.54996383999999921e2"],["-0.13012777700000004e3","0.55013885000000073e2"],["-0.13016027799999995e3","0.55069717000000026e2"],["-0.13016223099999996e3","0.55079993999999999e2"],[-130.1600039999999,"0.55086105000000089e2"],["-0.13011859099999998e3","0.55142493999999942e2"],["-0.13011416599999995e3","0.55148331000000098e2"],["-0.13008084099999991e3","0.55184714999999983e2"],["-0.13006390399999998e3","0.55195266999999944e2"],["-0.13004528799999997e3","0.55204163000000051e2"],["-0.13003918499999992e3","0.55208046000000024e2"],[-129.948059,"0.55276382000000012e2"],["-0.12994387799999998e3","0.55282211000000018e2"],["-0.12994473300000004e3","0.55287216000000058e2"],["-0.12994888300000002e3","0.55295830000000137e2"],["-0.12996054100000003e3","0.55308884000000035e2"],["-0.13000863599999997e3","0.55370827000000077e2"],[-130.101654,"0.55556380999999988e2"],["-0.13010360700000001e3","0.55566666000000112e2"],["-0.13012887599999999e3","0.55722214000000122e2"],["-0.13012942499999997e3","0.55732765000000029e2"],["-0.13012887599999999e3","0.55738602000000014e2"],["-0.13012609900000001e3","0.55750275000000045e2"],["-0.13012191799999994e3","0.55762496999999996e2"],["-0.13011639400000001e3","0.55774993999999992e2"],["-0.13011276199999998e3","0.55781661999999983e2"],["-0.13010833699999995e3","0.55787216000000001e2"],["-0.13009109499999994e3","0.55799995000000024e2"],["-0.13007916299999999e3","0.55808044000000052e2"],["-0.13006722999999994e3","0.55815826000000015e2"],[-130.0552669999999,"0.55823883000000137e2"],["-0.13003945899999997e3","0.55838326000000052e2"],["-0.12996664399999992e3","0.55912209000000018e2"],[-129.962219,"0.55917770000000019e2"],["-0.12996417199999991e3","0.55928329000000076e2"],["-0.12997137499999985e3","0.55931663999999955e2"],["-0.12997970599999985e3","0.55932213000000104e2"],["-0.12999499500000002e3","0.55927773000000059e2"],[-130.0019529999999,"0.55924713000000054e2"],["-0.13000500499999993e3","0.55921661000000086e2"],["-0.13001507600000002e3","0.55909179999999992e2"],["-0.13001419099999998e3","0.56023880000000133e2"],[-130.0147399999999,"0.56025826000000052e2"],[-130.0538939999999,"0.56075554000000011e2"],["-0.13008859299999995e3","0.56118049999999982e2"],["-0.13022915599999993e3","0.56090271000000143e2"],["-0.13036526499999991e3","0.56123878000000104e2"],["-0.13044750999999991e3","0.56206383000000073e2"],["-0.13046194499999996e3","0.56235268000000133e2"],["-0.13048471099999995e3","0.56239433000000133e2"],["-0.13053277599999996e3","0.56246384000000035e2"],[-130.5607149999999,"0.56250000000000114e2"],["-0.13062719699999997e3","0.56258606000000043e2"],[-130.720551,"0.56325554000000125e2"],["-0.13075585899999999e3","0.56353049999999996e2"],["-0.13077444500000001e3","0.56366104000000064e2"],["-0.13084722899999997e3","0.56374435000000119e2"],["-0.13092001300000004e3","0.56382492000000127e2"],["-0.13105499299999997e3","0.56398048000000074e2"],["-0.13107055699999995e3","0.56403602999999976e2"],["-0.13112582399999997e3","0.56424163999999962e2"],[-131.1444699999999,"0.56434715000000097e2"],["-0.13116473400000001e3","0.56445267000000058e2"],["-0.13120526100000001e3","0.56465828000000101e2"],["-0.13122137499999997e3","0.56472488000000112e2"],[-131.290009,"0.56500548999999978e2"],["-0.13131445299999996e3","0.56509994999999947e2"],["-0.13153945899999991e3","0.56596656999999993e2"],[-131.55777,"0.56602219000000105e2"],["-0.13157888800000001e3","0.56603324999999927e2"],["-0.13161111499999998e3","0.56602219000000105e2"],["-0.13181610099999995e3","0.56594994000000042e2"],["-0.13182415800000001e3",56.59693900000002],["-0.13182861299999996e3","0.56600830000000087e2"],["-0.13185803199999987e3","0.56718880000000127e2"],["-0.13186361699999992e3","0.56786110000000122e2"],["-0.13186053500000003e3","0.56797775000000001e2"],["-0.13186138899999997e3",56.79972100000009],["-0.13210305800000003e3","0.56866661000000022e2"],["-0.13209194899999994e3","0.56893607999999972e2"],["-0.13206195100000002e3","0.56959717000000069e2"],["-0.13203668199999993e3","0.57013054000000011e2"],["-0.13202749600000004e3","0.57036385000000053e2"],["-0.13222109999999992e3","0.57068054000000075e2"],[-132.316956,"0.57083878000000027e2"],["-0.13233694500000001e3","0.57088325999999995e2"],["-0.13232611099999997e3","0.57100548000000117e2"],["-0.13226806599999986e3",57.16304800000006],[-132.25473,57.17471299999994],[-132.226654,"0.57204711999999972e2"],["-0.13235415599999988e3","0.57354439000000127e2"],["-0.13236972000000003e3",57.37082700000002],["-0.13237914999999992e3",57.37943300000012],["-0.13245111099999986e3","0.57435265000000072e2"],[-132.471924,"0.57451103000000103e2"],[-132.4927669999999,57.46665999999999],["-0.13250363200000004e3","0.57474158999999986e2"],["-0.13261944599999998e3","0.57583328000000051e2"],["-0.13275250199999994e3","0.57709435000000042e2"],["-0.13276113899999996e3","0.57717765999999926e2"],[-132.76889,57.72665400000011],["-0.13278222700000003e3","0.57745270000000119e2"],["-0.13279110699999995e3",57.7586060000001],["-0.13279583700000001e3","0.57768883000000073e2"],["-0.13279611199999999e3","0.57773879999999963e2"],["-0.13280722000000003e3","0.57787773000000016e2"],["-0.13281362899999988e3","0.57795546999999999e2"],["-0.13282138099999992e3","0.57804436000000067e2"],["-0.13287304699999999e3","0.57855270000000075e2"],["-0.13288165299999997e3",57.86360900000011],["-0.13292861900000003e3",57.90554800000001],["-0.13293777499999999e3","0.57913322000000051e2"],["-0.13296472199999999e3",57.93332700000002],["-0.13299499500000002e3","0.57951660000000061e2"],["-0.13303332499999988e3","0.57978874000000076e2"],["-0.13304388399999999e3","0.57986938000000066e2"],["-0.13305306999999993e3",57.99471299999999],[-133.058044,"0.57999435000000062e2"],[-133.070831,"0.58012215000000026e2"],["-0.13308749399999999e3","0.58033332999999971e2"],["-0.13309500100000002e3","0.58047775000000115e2"],["-0.13310415599999999e3","0.58073051000000135e2"],["-0.13310720800000001e3","0.58083328000000108e2"],["-0.13311111500000004e3","0.58093323000000055e2"],["-0.13313696299999998e3","0.58135826000000122e2"],["-0.13318472299999991e3","0.58176102000000128e2"],["-0.13319500700000003e3","0.58184158000000025e2"],["-0.13321139499999998e3","0.58196381000000031e2"],["-0.13323361199999999e3","0.58211380000000133e2"],[-133.3061219999999,"0.58257216999999969e2"],["-0.13336111499999993e3",58.28054800000001],["-0.13343029799999994e3","0.58359993000000088e2"],[-133.408905,"0.58400268999999923e2"],["-0.13338790899999998e3",58.4120640000001],["-0.13342999299999991e3","0.58459160000000054e2"],["-0.13355889899999994e3","0.58528046000000074e2"],["-0.13373580900000002e3","0.58644713999999965e2"],["-0.13380834999999996e3","0.58709991000000002e2"],["-0.13382693499999999e3","0.58726097000000038e2"],["-0.13408749399999999e3","0.58808327000000133e2"],["-0.13423110999999989e3","0.58851936000000023e2"],[-134.245544,"0.58856941000000063e2"],["-0.13432000699999998e3","0.58916099999999972e2"],["-0.13432556199999999e3","0.58920830000000024e2"],["-0.13433221400000002e3","0.58929718000000037e2"],["-0.13433221400000002e3","0.58935265000000129e2"],["-0.13432556199999999e3","0.58971100000000035e2"],["-0.13437942499999991e3","0.59049164000000076e2"],["-0.13438613899999996e3","0.59058044000000109e2"],["-0.13445556599999998e3","0.59122489999999971e2"],["-0.13446139499999992e3","0.59126656000000025e2"],["-0.13447500599999989e3",59.1336060000001],["-0.13453222700000003e3","0.59132210000000043e2"],["-0.13456640599999997e3","0.59130547000000092e2"],["-0.13465084799999994e3","0.59185546999999985e2"],["-0.13467166099999997e3","0.59200272000000098e2"],["-0.13467529300000001e3","0.59214714000000072e2"],["-0.13468804899999992e3","0.59243324000000086e2"],["-0.13473889199999991e3","0.59250275000000045e2"],["-0.13495193499999993e3","0.59279991000000109e2"],["-0.13509167499999995e3","0.59426940999999999e2"],["-0.13507971199999992e3",59.4447100000001],["-0.13506332399999997e3","0.59458046000000081e2"],["-0.13503973399999995e3","0.59466934000000037e2"],["-0.13503057899999999e3",59.46804800000001],["-0.13502111799999994e3","0.59471099999999922e2"],["-0.13501779199999999e3","0.59498878000000047e2"],["-0.13501501500000001e3",59.54055000000011],["-0.13501446499999997e3","0.59567497000000003e2"],["-0.13509722899999997e3","0.59621376000000055e2"],[-135.12027,"0.59621658000000139e2"],["-0.13513275099999998e3","0.59622765000000072e2"],[-135.1541749999999,59.62721300000004],["-0.13517749000000003e3","0.59636939999999981e2"],["-0.13533612099999999e3","0.59726654000000053e2"],["-0.13547360199999997e3","0.59801933000000076e2"],["-0.13550613399999997e3","0.59793884000000048e2"],["-0.13582333399999999e3","0.59705550999999957e2"],["-0.13594915800000001e3","0.59669158999999979e2"],["-0.13607138099999997e3","0.59657494000000099e2"],["-0.13612081899999998e3","0.59651656999999943e2"],["-0.13616000399999996e3","0.59646660000000054e2"],["-0.13620776399999988e3","0.59639434999999992e2"],["-0.13631054700000004e3","0.59612495000000138e2"],["-0.13634387200000003e3","0.59602776000000119e2"],["-0.13634637499999991e3","0.59600548000000003e2"],[-136.29834,"0.59583603000000039e2"],["-0.13623916600000001e3","0.59561377999999991e2"],["-0.13623388699999992e3","0.59525826000000052e2"],["-0.13629305999999991e3","0.59476097000000038e2"],["-0.13629998799999993e3","0.59471099999999922e2"],["-0.13637164300000001e3","0.59452492000000063e2"],["-0.13646362299999993e3","0.59469711000000132e2"],["-0.13646417199999996e3","0.59414153999999996e2"],["-0.13646249399999994e3",59.37221500000004],["-0.13646249399999994e3","0.59302490000000091e2"],["-0.13646276899999998e3","0.59289436000000023e2"],["-0.13648083499999996e3","0.59261939999999925e2"],["-0.13649221799999998e3","0.59249718000000144e2"],["-0.13655835000000002e3","0.59186377999999991e2"],["-0.13658389299999988e3","0.59163321999999937e2"],["-0.13661138900000003e3","0.59164711000000125e2"],["-0.13671972699999998e3","0.59165268000000026e2"],["-0.13680889899999994e3","0.59165268000000026e2"],["-0.13688833599999998e3","0.59131934999999999e2"],["-0.13694195599999995e3","0.59109436000000073e2"],["-0.13696972700000003e3","0.59098328000000095e2"],["-0.13703308100000004e3","0.59077492000000063e2"],["-0.13725167799999997e3","0.59006104000000107e2"],["-0.13729611199999999e3","0.58989989999999977e2"],["-0.13731417799999997e3","0.58981102000000021e2"],["-0.13733889799999997e3","0.58965546000000074e2"],["-0.13739279199999999e3","0.58928329000000019e2"],["-0.13742028800000003e3",58.91415400000011],["-0.13742749000000003e3","0.58911377000000016e2"],["-0.13744500699999998e3","0.58907494000000099e2"],["-0.13746554600000002e3","0.58906096999999932e2"],["-0.13747805800000003e3","0.58907211000000132e2"],["-0.13748803699999996e3","0.58909156999999993e2"],["-0.13749581899999998e3","0.58911934000000088e2"],["-0.13750167799999991e3","0.58916382000000056e2"],["-0.13750500499999993e3","0.58920273000000122e2"],["-0.13750750700000003e3","0.58925552000000096e2"],["-0.13750723299999999e3","0.58937767000000008e2"],["-0.13750527999999997e3","0.58944153000000142e2"],["-0.13749722299999996e3","0.58964157000000057e2"],["-0.13748776199999992e3","0.58982490999999982e2"],["-0.13747970599999996e3","0.58998046999999985e2"],["-0.13749914599999994e3","0.59041382000000112e2"],["-0.13754528799999997e3","0.59143051000000128e2"],[-137.566101,"0.59186935000000062e2"],["-0.13759082000000001e3","0.59238602000000014e2"],["-0.13791027800000001e3","0.59408043000000077e2"],["-0.13811776699999996e3","0.59516663000000051e2"],["-0.13830361900000003e3","0.59613052000000039e2"],["-0.13849108899999993e3","0.59708328000000051e2"],[-138.5386049999999,"0.59732208000000071e2"],[-138.615814,59.77416199999999],["-0.13864724699999999e3","0.59805550000000039e2"],["-0.13865472399999993e3",59.81471300000004],["-0.13866363499999989e3","0.59829162999999937e2"],["-0.13866610699999995e3","0.59834435000000042e2"],["-0.13866915900000004e3","0.59844994000000099e2"],["-0.13867501799999997e3",59.86693600000001],["-0.13869027700000004e3","0.59906936999999971e2"],["-0.13897192399999994e3","0.59978600000000085e2"],["-0.13904779099999996e3","0.59997490000000028e2"],["-0.13911639400000001e3","0.60041382000000112e2"],[-139.161407,60.07027400000004],["-0.13918890399999987e3","0.60088882000000069e2"],[-139.183899,"0.60102219000000105e2"],["-0.13915527299999997e3","0.60154991000000052e2"],["-0.13913363600000002e3","0.60194435000000112e2"],["-0.13912527499999993e3","0.60207771000000093e2"],["-0.13908221399999996e3","0.60287498000000028e2"],["-0.13906500199999988e3","0.60330276000000083e2"],["-0.13906640600000003e3","0.60344153999999946e2"],["-0.13906805399999996e3","0.60352219000000048e2"],["-0.13951947000000001e3","0.60344711000000018e2"],["-0.13967666599999995e3","0.60340546000000018e2"],["-0.13977166699999992e3","0.60292496000000028e2"],["-0.13986639400000001e3","0.60244438000000059e2"],["-0.13991305499999987e3","0.60220824999999934e2"],["-0.13997943099999998e3","0.60187767000000122e2"],[-140.005585,"0.60193878000000041e2"],["-0.14045083599999992e3","0.60309715000000097e2"],[-140.471924,"0.60283882000000006e2"],[-140.493042,60.25777400000004],["-0.14050195299999996e3","0.60244713000000104e2"],["-0.14052139299999993e3","0.60222214000000122e2"],["-0.14094638099999997e3","0.60297775000000001e2"],[-140.995544,"0.60307213000000047e2"],["-0.14100058000000001e3","0.60366661000000022e2"],["-0.14100112899999999e3","0.60399436999999978e2"],["-0.14100030500000003e3","0.60933051999999975e2"],["-0.14100167799999991e3","0.60966384999999946e2"],["-0.14100030500000003e3","0.62733046999999942e2"],["-0.14100140399999998e3","0.63099998000000141e2"],["-0.14100195299999996e3",63.83277099999998],["-0.14100030500000003e3","0.63966385000000059e2"],["-0.14100030500000003e3","0.64199706999999989e2"],["-0.14100195299999996e3","0.65132751000000098e2"],["-0.14100030500000003e3","0.65166092000000049e2"],["-0.14100030500000003e3","0.65232758000000047e2"],["-0.14100195299999996e3","0.65699416999999983e2"],["-0.14100195299999996e3","0.66099425999999994e2"],["-0.14100167799999991e3","0.66499419999999986e2"],["-0.14100085399999995e3","0.66666382000000112e2"],["-0.14100058000000001e3","0.66866089000000102e2"],["-0.14100167799999991e3","0.67066376000000105e2"],["-0.14100222799999995e3","0.67299149000000057e2"],["-0.14100058000000001e3","0.67532486000000119e2"],[-141,"0.67732758000000103e2"],["-0.14100195299999996e3","0.67865814000000057e2"],["-0.14100195299999996e3","0.68065811000000053e2"],["-0.14100195299999996e3",68.23275799999999],["-0.14100167799999991e3","0.68532761000000107e2"],["-0.14100085399999995e3","0.68965546000000018e2"],["-0.14100058000000001e3","0.69432479999999941e2"],["-0.14100085399999995e3","0.69532211000000018e2"],["-0.14100299100000001e3","0.69642365000000098e2"],["-0.14098220800000001e3","0.69642761000000007e2"],["-0.14090945399999998e3","0.69639160000000118e2"],["-0.14083306900000002e3","0.69635269000000051e2"],["-0.14081610099999995e3",69.6336060000001],["-0.14079528799999997e3","0.69627197000000081e2"],["-0.14077001999999999e3","0.69621643000000063e2"],["-0.14073831200000001e3","0.69617751999999996e2"],["-0.14061554000000001e3",69.60832199999993],["-0.14048831200000001e3","0.69599425999999994e2"],["-0.14039611799999994e3","0.69596099999999979e2"],["-0.14026141399999995e3","0.69596649000000127e2"],["-0.14021887200000003e3","0.69600815000000011e2"],["-0.14017944299999988e3","0.69606369000000029e2"],["-0.14012914999999998e3","0.69614990000000091e2"],["-0.14010055499999999e3","0.69617477000000008e2"],["-0.14008471700000001e3","0.69618042000000003e2"],["-0.13994387800000004e3","0.69618865999999969e2"],["-0.13992639199999991e3","0.69618590999999981e2"],["-0.13988833599999998e3","0.69616653000000042e2"],["-0.13981054699999999e3","0.69606644000000017e2"],["-0.13978112799999997e3","0.69602203000000088e2"],[-139.605255,"0.69575546000000031e2"],["-0.13957611099999986e3","0.69570830999999998e2"],["-0.13967001299999998e3","0.69579162999999994e2"],["-0.13968472299999996e3","0.69581375000000037e2"],["-0.13977639799999997e3","0.69599716000000001e2"],[-139.7647399999999,"0.69590820000000065e2"],["-0.13975668299999995e3","0.69586655000000064e2"],["-0.13973165899999998e3","0.69581099999999992e2"],["-0.13960665899999992e3","0.69559417999999994e2"],[-139.573059,"0.69556091000000038e2"],[-139.5350039999999,"0.69553863999999976e2"],[-139.351654,69.53637700000013],["-0.13914306599999998e3","0.69510817999999915e2"],["-0.13911639400000001e3","0.69505554000000132e2"],["-0.13910833699999995e3","0.69501663000000065e2"],["-0.13910137899999995e3","0.69491364000000033e2"],["-0.13909222399999999e3","0.69481658999999979e2"],[-139.069458,"0.69463318000000129e2"],["-0.13905584699999991e3","0.69454987000000074e2"],["-0.13904806499999995e3","0.69450821000000133e2"],[-138.975281,"0.69414993000000095e2"],["-0.13895748900000001e3","0.69407486000000006e2"],["-0.13893945299999996e3","0.69399994000000049e2"],["-0.13888275099999993e3","0.69384720000000129e2"],["-0.13883361799999994e3","0.69373306000000071e2"],["-0.13879916399999991e3","0.69364150999999993e2"],["-0.13876916499999999e3",69.35386699999998],["-0.13875140399999998e3","0.69346375000000023e2"],[-138.64389,"0.69291367000000037e2"],["-0.13862164300000001e3","0.69273041000000035e2"],["-0.13861639400000001e3","0.69268326000000002e2"],["-0.13860720799999996e3",69.2586060000001],["-0.13860498000000001e3","0.69247482000000048e2"],["-0.13844998199999992e3","0.69229156000000046e2"],["-0.13826916499999999e3","0.69196365000000071e2"],["-0.13825390599999997e3","0.69188309000000004e2"],["-0.13821887200000003e3","0.69173309000000074e2"],["-0.13817721599999993e3","0.69159988000000112e2"],["-0.13814334099999996e3","0.69150818000000072e2"],["-0.13806332399999997e3","0.69129424999999969e2"],["-0.13803945899999997e3","0.69123596000000134e2"],["-0.13800112899999993e3","0.69115265000000022e2"],["-0.13769638099999992e3","0.69049712999999997e2"],["-0.13759445199999999e3","0.69027771000000143e2"],["-0.13741915900000004e3","0.68988876000000005e2"],["-0.13725500499999998e3","0.68948318000000086e2"],["-0.13722610499999996e3","0.68944977000000051e2"],["-0.13719222999999994e3","0.68943863000000079e2"],["-0.13713027999999986e3","0.68944977000000051e2"],[-136.9786069999999,"0.68931931000000134e2"],["-0.13697332799999998e3","0.68927200000000028e2"],[-136.966095,"0.68923309000000131e2"],["-0.13695416299999994e3","0.68920258000000103e2"],["-0.13678973399999995e3","0.68881927000000076e2"],["-0.13674554399999994e3","0.68875259000000085e2"],["-0.13668249499999996e3","0.68871918000000051e2"],["-0.13665972899999997e3","0.68874984999999981e2"],["-0.13664279199999993e3","0.68878036000000009e2"],["-0.13663751199999996e3","0.68884155000000021e2"],["-0.13663082900000001e3","0.68889160000000061e2"],["-0.13661999500000002e3","0.68891936999999984e2"],["-0.13652224699999999e3","0.68909149000000014e2"],["-0.13650836199999998e3","0.68910262999999986e2"],["-0.13647747800000002e3","0.68910812000000135e2"],["-0.13642059299999994e3",68.9015500000001],["-0.13639306599999992e3","0.68897217000000069e2"],["-0.13635861199999999e3","0.68893874999999923e2"],["-0.13625585899999999e3","0.68889435000000105e2"],["-0.13614501999999999e3","0.68885817999999972e2"],["-0.13609722899999991e3",68.88220200000012],["-0.13602780199999989e3","0.68873032000000023e2"],["-0.13598666399999996e3","0.68864990000000091e2"],["-0.13585879499999993e3","0.68838974000000064e2"],["-0.13583166499999999e3","0.68831940000000031e2"],["-0.13554055799999992e3","0.68752486999999974e2"],[-135.519745,68.74581900000004],["-0.13549194299999988e3","0.68735259999999982e2"],["-0.13548498499999999e3","0.68731094000000098e2"],["-0.13545388799999995e3","0.68709427000000062e2"],["-0.13540695199999993e3","0.68679977000000122e2"],["-0.13536554000000001e3","0.68675812000000121e2"],["-0.13521054099999998e3","0.68661377000000016e2"],[-135.1600039999999,"0.68657211000000132e2"],["-0.13514752199999998e3","0.68658874999999966e2"],["-0.13514639299999993e3","0.68663879000000122e2"],["-0.13521444699999995e3","0.68693038999999999e2"],["-0.13525363200000004e3","0.68706940000000145e2"],["-0.13534359699999993e3","0.68737762000000032e2"],["-0.13548193400000002e3","0.68809418000000107e2"],["-0.13550613399999997e3","0.68832488999999953e2"],[-135.500854,"0.68838593000000003e2"],["-0.13548666399999996e3","0.68839431999999988e2"],["-0.13545306399999998e3","0.68838042999999971e2"],["-0.13543917799999991e3","0.68835541000000092e2"],["-0.13540499899999998e3","0.68831940000000031e2"],[-135.341949,"0.68831664999999987e2"],["-0.13533804299999997e3","0.68834991000000059e2"],["-0.13534973099999996e3","0.68838042999999971e2"],["-0.13542166099999997e3","0.68848877000000016e2"],["-0.13549472000000003e3","0.68854979999999955e2"],["-0.13552835099999993e3","0.68856368999999972e2"],["-0.13556054700000004e3","0.68860260000000039e2"],["-0.13559527600000001e3",68.86943100000002],["-0.13560443099999998e3","0.68873032000000023e2"],["-0.13561886599999997e3","0.68881362999999965e2"],["-0.13562359600000002e3","0.68886107999999979e2"],["-0.13561389199999991e3","0.68889435000000105e2"],["-0.13533581499999997e3","0.68917755000000113e2"],[-135.241669,"0.68926926000000094e2"],["-0.13522720299999997e3","0.68925537000000077e2"],["-0.13521554600000002e3","0.68922484999999995e2"],["-0.13520861799999994e3","0.68918319999999994e2"],["-0.13519665499999991e3","0.68909714000000065e2"],["-0.13519168100000002e3","0.68904984000000013e2"],["-0.13518695100000002e3",68.90026899999998],["-0.13512191799999999e3","0.68893326000000002e2"],["-0.13497747799999996e3","0.68878311000000053e2"],["-0.13495111099999997e3",68.88108799999992],["-0.13491723599999995e3","0.68898041000000035e2"],["-0.13489474499999994e3","0.68912490999999932e2"],["-0.13487777700000004e3","0.68920822000000044e2"],["-0.13485803199999998e3","0.68927765000000022e2"],[-134.845551,"0.68929428000000144e2"],[-134.81723,"0.68925812000000064e2"],["-0.13480334499999998e3","0.68923035000000027e2"],["-0.13474581899999998e3","0.68907486000000063e2"],["-0.13470889299999999e3","0.68892761000000121e2"],["-0.13466946399999989e3","0.68873305999999957e2"],["-0.13464169299999992e3","0.68856644000000017e2"],["-0.13449554399999994e3",68.75221300000004]],[["-0.93519729999999925e2","0.63839432000000102e2"],["-0.93339995999999985e2",63.80832700000002],["-0.93329726999999934e2","0.63809715000000097e2"],["-0.93217498999999975e2","0.63838599999999985e2"],["-0.93216110000000015e2","0.63843605000000025e2"],["-0.93225006000000008e2","0.63847771000000137e2"],["-0.93236389000000031e2","0.63847487999999942e2"],["-0.93267501999999922e2",63.84276600000004],["-0.93278884999999946e2","0.63842491000000052e2"],["-0.93291671999999949e2","0.63844994000000042e2"],["-0.93333892999999932e2","0.63859160999999972e2"],["-0.93343338000000017e2","0.63863052000000039e2"],["-0.93357498000000021e2","0.63871376000000112e2"],["-0.93441939999999931e2","0.63921660999999915e2"],["-0.93448883000000023e2","0.63925827000000027e2"],["-0.93449721999999952e2","0.63930824000000086e2"],["-0.93452498999999989e2","0.63954437000000041e2"],["-0.93451110999999969e2","0.63959717000000126e2"],["-0.93443329000000006e2","0.63965546000000131e2"],["-0.93433884000000035e2","0.63968596999999988e2"],["-0.93423614999999927e2","0.63970825000000104e2"],["-0.93413054999999986e2","0.63971930999999927e2"],["-0.93389998999999932e2","0.63971656999999993e2"],[-93.36471599999993,"0.63967491000000109e2"],[-93.27305599999994,"0.63928047000000049e2"],[-93.12222300000002,"0.63892493999999999e2"],["-0.92960281000000009e2","0.63855826999999977e2"],["-0.92841675000000009e2",63.83526599999999],[-92.65194699999995,"0.63787498000000028e2"],["-0.92549728000000016e2",63.81082200000003],["-0.92540558000000033e2","0.63814713000000097e2"],["-0.92530563000000029e2","0.63816939999999988e2"],["-0.92507506999999976e2","0.63816383000000087e2"],["-0.92583892999999989e2","0.63829436999999984e2"],["-0.92606948999999872e2","0.63829720000000123e2"],["-0.92619155999999919e2","0.63831383000000073e2"],["-0.92669158999999979e2","0.63839989000000003e2"],["-0.92706954999999937e2","0.63846656999999936e2"],["-0.92935546999999985e2","0.63904990999999995e2"],["-0.92942489999999964e2",63.90915700000005],["-0.92956116000000009e2","0.63932770000000005e2"],["-0.92965285999999992e2","0.63936652999999922e2"],["-0.93218886999999995e2","0.63979431000000034e2"],["-0.93266113000000018e2","0.63981934000000024e2"],["-0.93276397999999972e2","0.63979713000000061e2"],["-0.93288054999999986e2","0.63980545000000006e2"],["-0.93301102000000014e2","0.63983047000000056e2"],["-0.93436661000000015e2","0.64015274000000034e2"],["-0.93612212999999997e2","0.64093048000000067e2"],["-0.93627212999999983e2","0.64106369000000029e2"],["-0.93635009999999909e2","0.64115265000000136e2"],["-0.93635833999999988e2","0.64120255000000043e2"],["-0.93689986999999917e2","0.64156096999999988e2"],["-0.93751677999999913e2","0.64188873000000058e2"],["-0.93761123999999882e2","0.64192748999999992e2"],["-0.93773055999999997e2",64.19358799999992],["-0.93779723999999987e2","0.64189697000000024e2"],["-0.93776947000000007e2","0.64184981999999991e2"],["-0.93665008999999941e2","0.64087204000000042e2"],["-0.93660004000000015e2","0.64083054000000061e2"],["-0.93604172000000005e2","0.64044434000000138e2"],["-0.93654723999999931e2","0.63992493000000024e2"],["-0.93731673999999998e2","0.63987212999999997e2"],["-0.93759170999999924e2","0.63984161000000029e2"],["-0.93770553999999947e2","0.63957771000000037e2"],[-93.654449,"0.63896660000000111e2"],[-93.59973100000002,"0.63870270000000062e2"],[-93.55360399999995,"0.63850548000000003e2"],["-0.93533324999999991e2",63.84276600000004],["-0.93519729999999925e2","0.63839432000000102e2"]],[["-0.70783065999999963e2","0.48380547000000092e2"],["-0.70782501000000025e2","0.48348045000000127e2"],["-0.70768065999999919e2",48.35054800000006],["-0.70548049999999989e2","0.48356383999999991e2"],["-0.70498885999999914e2","0.48353324999999984e2"],["-0.70464172000000019e2",48.3491590000001],["-0.70383057000000008e2","0.48331108000000086e2"],["-0.70332229999999981e2","0.48316666000000112e2"],["-0.70272780999999952e2","0.48298332000000016e2"],["-0.70237777999999992e2","0.48282493999999986e2"],["-0.70210007000000019e2","0.48269714000000022e2"],["-0.70198607999999979e2",48.26249700000011],[-70.06138599999997,"0.48239989999999977e2"],["-0.70040833000000021e2","0.48244437999999946e2"],["-0.70025833000000034e2","0.48246101000000067e2"],["-0.70017501999999865e2","0.48245270000000062e2"],["-0.69995543999999995e2","0.48239989999999977e2"],["-0.69936935000000005e2","0.48221931000000041e2"],["-0.69920546999999885e2","0.48216385000000002e2"],["-0.69828339000000028e2","0.48166382000000056e2"],["-0.69838333000000034e2","0.48173881999999935e2"],[-69.84722899999997,"0.48181938000000002e2"],["-0.69861938000000009e2","0.48198875000000044e2"],["-0.69871933000000013e2","0.48212493999999936e2"],["-0.69879439999999931e2","0.48220825000000048e2"],["-0.69884170999999981e2","0.48224159000000043e2"],[-69.95944199999991,"0.48269440000000088e2"],["-0.69977218999999991e2","0.48274436999999978e2"],["-0.69985549999999989e2","0.48274994000000049e2"],["-0.69993332000000009e2","0.48274712000000022e2"],["-0.70043610000000001e2","0.48267211999999915e2"],["-0.70099990999999989e2","0.48267211999999915e2"],["-0.70131942999999978e2","0.48269714000000022e2"],["-0.70151108000000022e2","0.48274436999999978e2"],["-0.70167770000000019e2","0.48279990999999995e2"],["-0.70272507000000019e2","0.48325554000000125e2"],["-0.70420273000000009e2","0.48361381999999992e2"],["-0.70427779999999984e2","0.48361107000000118e2"],["-0.70635009999999966e2","0.48390549000000078e2"],["-0.70727782999999874e2","0.48415825000000098e2"],["-0.70739165999999955e2","0.48423049999999989e2"],["-0.70751952999999958e2",48.42849300000006],["-0.70761397999999929e2","0.48431938000000002e2"],["-0.70779998999999975e2","0.48435546999999985e2"],["-0.70954726999999991e2","0.48459717000000012e2"],["-0.70980559999999912e2","0.48462212000000022e2"],["-0.71012221999999952e2",48.46166199999999],["-0.71025283999999886e2","0.48457496999999989e2"],["-0.71048614999999927e2","0.48445267000000058e2"],["-0.71047774999999888e2","0.48444434999999942e2"],["-0.71031386999999995e2","0.48443320999999969e2"],["-0.70906386999999938e2","0.48423325000000034e2"],["-0.70799987999999985e2","0.48401657000000057e2"],["-0.70785552999999879e2","0.48395828000000051e2"],["-0.70781386999999881e2","0.48391936999999984e2"],[-70.779449,"0.48386940000000095e2"],["-0.70783065999999963e2","0.48380547000000092e2"]],[["-0.10813890100000003e3","0.71981658999999979e2"],["-0.10815583799999996e3","0.71980820000000051e2"],["-0.10817415599999998e3","0.71983322000000101e2"],["-0.10818720999999999e3","0.71986649000000057e2"],["-0.10818916300000001e3",71.99192800000003],["-0.10819972199999995e3","0.72050537000000077e2"],["-0.10819027699999998e3","0.72055542000000116e2"],[-108.1702729999999,"0.72064423000000033e2"],["-0.10816027799999995e3","0.72062759000000028e2"],["-0.10813417099999992e3","0.72056091000000094e2"],["-0.10807444799999996e3","0.72034149000000014e2"],["-0.10806416299999995e3","0.72030272999999966e2"],["-0.10806220999999999e3",72.02526899999998],["-0.10806304899999998e3","0.72019440000000145e2"],[-108.069458,"0.72013046000000088e2"],["-0.10807721700000002e3","0.72007217000000082e2"],["-0.10810526999999996e3","0.71992751999999996e2"],["-0.10812526700000001e3","0.71983871000000022e2"],["-0.10813890100000003e3","0.71981658999999979e2"]],[[-85.84722899999997,"0.72294144000000074e2"],["-0.85837218999999948e2","0.72288879000000009e2"],["-0.85837218999999948e2","0.72262771999999927e2"],["-0.85851669000000015e2","0.72241364000000033e2"],["-0.85877486999999917e2","0.72221649000000014e2"],["-0.85889175000000023e2","0.72218047999999953e2"],[-85.90834000000001,"0.72217758000000117e2"],["-0.85981110000000001e2","0.72236373999999955e2"],["-0.86005844000000025e2","0.72243591000000094e2"],["-0.86061110999999983e2","0.72261658000000125e2"],["-0.86096389999999985e2","0.72276382000000012e2"],["-0.86107223999999917e2","0.72283875000000023e2"],["-0.86110001000000011e2","0.72289703000000145e2"],["-0.86101395000000025e2","0.72293594000000041e2"],["-0.86093338000000017e2","0.72294708000000014e2"],["-0.86067229999999995e2","0.72293869000000029e2"],["-0.86005004999999983e2","0.72296646000000123e2"],["-0.85863891999999964e2","0.72297211000000004e2"],[-85.84722899999997,"0.72294144000000074e2"]],[["-0.78735000999999954e2","0.72365540000000124e2"],[-78.75389100000001,"0.72363312000000008e2"],[-78.81220999999988,"0.72365265000000079e2"],["-0.78830840999999964e2","0.72364990000000091e2"],["-0.78854172000000005e2","0.72362197999999978e2"],["-0.78874435000000005e2","0.72358871000000079e2"],["-0.78889450000000011e2","0.72354706000000078e2"],[-78.91332999999986,"0.72345535000000098e2"],["-0.78920836999999949e2","0.72341370000000097e2"],[-78.93499799999995,"0.72336380000000077e2"],["-0.78950286999999946e2","0.72334991000000059e2"],["-0.79053054999999972e2","0.72360809000000017e2"],["-0.79075561999999934e2","0.72403046000000074e2"],["-0.79075012000000015e2","0.72409714000000065e2"],["-0.79070847000000015e2","0.72414993000000038e2"],["-0.79066665999999998e2","0.72420258000000103e2"],["-0.79044448999999929e2","0.72426651000000049e2"],[-79.00140399999998,"0.72438309000000118e2"],[-78.97084000000001,"0.72445250999999985e2"],["-0.78955565999999919e2","0.72444427000000019e2"],["-0.78950561999999991e2","0.72442199999999957e2"],["-0.78946655000000021e2","0.72440262000000018e2"],["-0.78939986999999917e2","0.72435806000000127e2"],["-0.78846953999999926e2","0.72415543000000071e2"],["-0.78833892999999989e2","0.72411926000000108e2"],["-0.78740829000000019e2","0.72374419999999986e2"],["-0.78731673999999941e2",72.36943100000002],["-0.78735000999999954e2","0.72365540000000124e2"]],[["-0.79508056999999951e2","0.72348602000000028e2"],["-0.79533889999999985e2","0.72346099999999979e2"],["-0.79555832000000009e2","0.72346939000000077e2"],["-0.79572234999999978e2","0.72349152000000061e2"],["-0.79581954999999994e2",72.35165399999994],[-79.59445199999999,"0.72356934000000024e2"],["-0.79609436000000017e2",72.36692800000003],["-0.79624160999999901e2","0.72379425000000026e2"],["-0.79683318999999983e2","0.72430542000000116e2"],["-0.79586120999999991e2","0.72453872999999987e2"],["-0.79576675000000023e2","0.72456100000000049e2"],["-0.79552489999999921e2","0.72451096000000121e2"],["-0.79541381999999999e2","0.72444977000000051e2"],["-0.79529174999999952e2","0.72439697000000024e2"],["-0.79502791999999886e2","0.72429977000000122e2"],[-79.46945199999999,"0.72423035000000027e2"],[-79.43638599999997,"0.72418319999999994e2"],[-79.42971799999998,"0.72411652000000004e2"],["-0.79440552000000025e2",72.37052900000009],["-0.79446654999999907e2","0.72364990000000091e2"],["-0.79455565999999919e2","0.72359985000000052e2"],["-0.79470275999999956e2","0.72355545000000006e2"],["-0.79508056999999951e2","0.72348602000000028e2"]],[["-0.79993606999999997e2","0.72413315000000125e2"],["-0.80009445000000028e2","0.72410538000000031e2"],["-0.80022232000000031e2","0.72413605000000132e2"],["-0.80124435000000005e2","0.72506653000000028e2"],["-0.80130554000000018e2","0.72512497000000053e2"],["-0.80133330999999941e2","0.72519440000000031e2"],["-0.80129989999999907e2","0.72523041000000092e2"],[-80.11999499999996,"0.72526931999999988e2"],["-0.80112502999999947e2","0.72526931999999988e2"],["-0.80063613999999973e2","0.72523880000000077e2"],["-0.80036941999999897e2",72.51638800000012],["-0.79921936000000017e2","0.72463318000000072e2"],["-0.79916397000000018e2","0.72458037999999988e2"],["-0.79926940999999999e2","0.72447754000000145e2"],["-0.79939162999999951e2","0.72436645999999996e2"],["-0.79956954999999994e2","0.72426086000000055e2"],["-0.79978881999999885e2","0.72417755000000113e2"],["-0.79993606999999997e2","0.72413315000000125e2"]],[["-0.11046916199999993e3","0.72569152999999972e2"],["-0.11048137699999995e3","0.72565811000000053e2"],["-0.11054415899999998e3","0.72569152999999972e2"],["-0.11057195300000001e3","0.72575546000000145e2"],["-0.11058833299999998e3","0.72583878000000141e2"],[-110.593887,"0.72588592999999946e2"],[-110.593887,"0.72594147000000135e2"],[-110.576683,"0.72594986000000119e2"],["-0.11053888699999993e3","0.72594986000000119e2"],["-0.11051666299999999e3","0.72593322999999998e2"],["-0.11050446299999999e3","0.72590820000000008e2"],["-0.11048249799999991e3","0.72583603000000096e2"],["-0.11047444200000001e3","0.72579437000000041e2"],["-0.11046888699999994e3","0.72574706999999989e2"],["-0.11046916199999993e3","0.72569152999999972e2"]],[["-0.11035582699999998e3","0.72601929000000098e2"],["-0.11037304699999993e3","0.72601379000000065e2"],["-0.11039499699999993e3","0.72603043000000071e2"],["-0.11046417199999991e3","0.72613312000000121e2"],["-0.11049472000000003e3","0.72619141000000127e2"],["-0.11046916199999993e3","0.72621368000000018e2"],[-110.450287,"0.72621368000000018e2"],["-0.11039862099999993e3","0.72618041999999946e2"],["-0.11035888699999992e3","0.72614990000000034e2"],["-0.11034500100000002e3","0.72611923000000104e2"],["-0.11034500100000002e3","0.72606094000000098e2"],["-0.11035582699999998e3","0.72601929000000098e2"]],[[-108.510559,"0.72602768000000083e2"],["-0.10851999699999993e3","0.72598038000000031e2"],["-0.10853778099999994e3","0.72599426000000108e2"],[-108.593613,72.61775200000011],[-108.604446,"0.72621643000000006e2"],["-0.10861221299999994e3","0.72625809000000118e2"],[-108.6141659999999,"0.72631088000000091e2"],["-0.10861361699999986e3","0.72636657999999954e2"],["-0.10860388199999994e3","0.72639435000000049e2"],["-0.10851722699999999e3","0.72642487000000017e2"],["-0.10849665800000002e3","0.72641372999999987e2"],["-0.10849194299999999e3","0.72636657999999954e2"],["-0.10849416400000001e3","0.72631927000000019e2"],[-108.510559,"0.72602768000000083e2"]],[["-0.11030722000000003e3","0.72630813999999987e2"],["-0.11036389199999996e3","0.72630813999999987e2"],["-0.11039695699999993e3","0.72636383000000137e2"],["-0.11041082799999998e3","0.72639435000000049e2"],["-0.11040028399999994e3","0.72643600000000049e2"],["-0.11036000100000001e3","0.72648880000000133e2"],["-0.11031500199999999e3","0.72651932000000045e2"],["-0.11028083799999996e3","0.72642211999999972e2"],[-110.281113,"0.72636383000000137e2"],["-0.11028999299999992e3","0.72631653000000085e2"],["-0.11030722000000003e3","0.72630813999999987e2"]],[[-109.215012,"0.72790268000000083e2"],["-0.10922749299999992e3","0.72787200999999982e2"],["-0.10924833699999999e3","0.72788040000000137e2"],["-0.10937277199999994e3","0.72806091000000094e2"],["-0.10941694599999988e3","0.72815262000000075e2"],["-0.10941944899999993e3","0.72820541000000048e2"],["-0.10937832600000002e3",72.828598],["-0.10933389299999999e3","0.72834990999999945e2"],["-0.10932028200000002e3",72.8316650000001],["-0.10931220999999994e3","0.72827484000000027e2"],["-0.10922444200000001e3","0.72811096000000134e2"],["-0.10921056399999998e3",72.8077550000001],["-0.10921166999999997e3","0.72796371000000022e2"],[-109.215012,"0.72790268000000083e2"]],[["-0.95735000999999954e2","0.72798874000000012e2"],["-0.95753615999999909e2","0.72796097000000088e2"],["-0.95771392999999932e2",72.799149],["-0.95835555999999997e2","0.72831100000000049e2"],["-0.95854172000000005e2","0.72853591999999992e2"],["-0.95850829999999974e2","0.72858321999999987e2"],["-0.95810546999999929e2","0.72876647999999989e2"],["-0.95791106999999954e2","0.72880264000000068e2"],["-0.95774170000000026e2","0.72880264000000068e2"],["-0.95769164999999987e2","0.72878036000000122e2"],["-0.95763061999999877e2","0.72872482000000105e2"],["-0.95735275000000001e2","0.72859985000000108e2"],["-0.95720550999999944e2","0.72848037999999974e2"],[-95.716949,72.84387200000009],["-0.95714171999999905e2","0.72838593000000117e2"],[-95.71362299999987,"0.72832214000000079e2"],["-0.95718886999999938e2","0.72809418000000051e2"],["-0.95725005999999951e2",72.803314],["-0.95735000999999954e2","0.72798874000000012e2"]],[["-0.96754181000000017e2","0.72721374999999966e2"],[-96.77027899999996,"0.72719710999999961e2"],["-0.96955275999999969e2","0.72734146000000067e2"],[-96.96945199999999,"0.72737761999999975e2"],["-0.96977782999999988e2","0.72745254999999986e2"],["-0.97011123999999938e2","0.72775818000000129e2"],["-0.97010283999999899e2","0.72776657000000114e2"],["-0.96921386999999982e2","0.72835815000000082e2"],["-0.96911117999999931e2","0.72841094999999996e2"],["-0.96798614999999984e2","0.72881363000000022e2"],["-0.96757232999999928e2","0.72892761000000064e2"],["-0.96737212999999997e2","0.72895264000000054e2"],["-0.96725554999999986e2",72.89498900000001],["-0.96713332999999921e2","0.72893326000000059e2"],["-0.96688323999999966e2","0.72883330999999998e2"],["-0.96692215000000033e2","0.72862762000000032e2"],["-0.96666945999999996e2","0.72811096000000134e2"],["-0.96651672000000019e2","0.72804152999999985e2"],["-0.96642501999999979e2","0.72797760000000039e2"],["-0.96639998999999989e2","0.72791655999999989e2"],["-0.96639998999999989e2","0.72786652000000004e2"],["-0.96641388000000006e2","0.72782211000000075e2"],["-0.96728058000000033e2","0.72730545000000063e2"],["-0.96741378999999995e2","0.72725539999999967e2"],["-0.96754181000000017e2","0.72721374999999966e2"]],[["-0.95756957999999997e2","0.72892487000000131e2"],["-0.95777495999999985e2","0.72891937000000098e2"],["-0.95795272999999952e2",72.89498900000001],["-0.95808334000000002e2","0.72907210999999961e2"],["-0.95824721999999952e2","0.72965271000000087e2"],["-0.95786666999999966e2","0.73012496999999939e2"],["-0.95761672999999973e2","0.73004714999999976e2"],["-0.95757232999999928e2","0.73001663000000065e2"],["-0.95756118999999956e2","0.72998596000000134e2"],["-0.95743606999999997e2","0.72987762000000089e2"],["-0.95702498999999989e2","0.72933593999999971e2"],["-0.95708343999999954e2","0.72917206000000078e2"],["-0.95735549999999989e2","0.72900543000000027e2"],["-0.95744445999999925e2","0.72895827999999995e2"],["-0.95756957999999997e2","0.72892487000000131e2"]],[["-0.95733886999999982e2","0.73128860000000032e2"],["-0.95718062999999972e2","0.73118042000000059e2"],["-0.95715835999999911e2",73.11192299999999],[-95.71556099999998,"0.73105545000000063e2"],["-0.95717772999999966e2",73.10026600000009],["-0.95726395000000025e2","0.73088881999999955e2"],["-0.95729171999999949e2","0.73071105999999986e2"],["-0.95724715999999944e2","0.73059142999999949e2"],["-0.95728332999999907e2","0.73054428000000144e2"],["-0.95745543999999938e2","0.73049423000000047e2"],["-0.95775283999999999e2",73.05525200000011],["-0.95787216000000001e2","0.73061920000000043e2"],["-0.95799437999999952e2","0.73072769000000108e2"],["-0.95822509999999966e2","0.73083054000000061e2"],["-0.95859726000000023e2","0.73090820000000122e2"],["-0.95893341000000021e2","0.73095824999999991e2"],["-0.95893065999999976e2","0.73100815000000011e2"],["-0.95891112999999962e2","0.73101089000000115e2"],["-0.95885009999999909e2","0.73104706000000078e2"],["-0.95881942999999978e2","0.73108597000000145e2"],["-0.95874709999999993e2","0.73114150999999993e2"],["-0.95865279999999927e2","0.73119979999999998e2"],["-0.95863051999999982e2","0.73125259000000142e2"],["-0.95865279999999927e2","0.73131363000000022e2"],["-0.95868332000000009e2","0.73136383000000023e2"],["-0.95868880999999988e2","0.73140548999999965e2"],["-0.95854995999999971e2","0.73140548999999965e2"],["-0.95840835999999967e2","0.73136658000000068e2"],["-0.95828888000000006e2","0.73129974000000004e2"],["-0.95822509999999966e2","0.73124695000000031e2"],["-0.95818343999999968e2","0.73125533999999959e2"],["-0.95814163000000008e2","0.73131087999999977e2"],["-0.95807495000000017e2","0.73135544000000095e2"],["-0.95790833000000021e2","0.73139434999999992e2"],["-0.95776397999999915e2","0.73140548999999965e2"],["-0.95763335999999981e2","0.73139709000000096e2"],[-95.74499499999996,"0.73136658000000068e2"],["-0.95738892000000021e2","0.73133880999999974e2"],["-0.95733886999999982e2","0.73128860000000032e2"]],[["-0.96808333999999945e2","0.72926376000000118e2"],["-0.96915282999999931e2","0.72917755000000056e2"],["-0.96955275999999969e2","0.72920531999999923e2"],["-0.96968338000000017e2","0.72923874000000069e2"],["-0.96990554999999972e2","0.72931090999999981e2"],["-0.97017776000000026e2","0.72940536000000066e2"],["-0.97032227000000034e2","0.72946640000000059e2"],["-0.97061385999999914e2","0.72963318000000129e2"],["-0.97089721999999995e2","0.72981658999999979e2"],["-0.97105834999999956e2",72.99832200000003],["-0.97111938000000009e2","0.73004714999999976e2"],["-0.97136947999999961e2","0.73045822000000044e2"],["-0.97139724999999885e2","0.73051926000000037e2"],["-0.97141953000000001e2","0.73064148000000046e2"],["-0.97142775999999969e2","0.73075272000000098e2"],["-0.97141112999999962e2","0.73085541000000148e2"],["-0.97127776999999924e2","0.73095824999999991e2"],["-0.97069732999999985e2","0.73136932000000002e2"],["-0.97059432999999956e2","0.73142212000000029e2"],["-0.97045546999999999e2","0.73147491000000059e2"],["-0.97003341999999975e2","0.73159714000000065e2"],["-0.96946944999999971e2","0.73172484999999995e2"],[-96.904449,"0.73179977000000122e2"],["-0.96848052999999993e2","0.73187484999999981e2"],["-0.96809433000000013e2","0.73189148000000102e2"],["-0.96786391999999978e2",73.18803400000013],["-0.96771941999999967e2","0.73181655999999975e2"],["-0.96755279999999971e2","0.73175812000000121e2"],["-0.96653060999999923e2","0.73136383000000023e2"],["-0.96602218999999934e2","0.73099152000000117e2"],["-0.96580841000000021e2","0.73081100000000049e2"],["-0.96575011999999901e2","0.73074997000000053e2"],["-0.96568619000000012e2","0.73062195000000088e2"],["-0.96565826000000015e2","0.73056091000000038e2"],["-0.96564712999999983e2","0.73050537000000077e2"],["-0.96565552000000025e2","0.73044708000000014e2"],["-0.96573623999999995e2","0.73033325000000048e2"],["-0.96636672999999973e2","0.72965820000000065e2"],["-0.96643341000000021e2",72.96138000000002],[-96.65834000000001,"0.72954163000000108e2"],["-0.96697219999999959e2","0.72941650000000038e2"],["-0.96743057000000022e2","0.72933593999999971e2"],["-0.96765014999999948e2","0.72930817000000047e2"],["-0.96808333999999945e2","0.72926376000000118e2"]],[[-96.90583799999996,"0.73220825000000048e2"],["-0.96924712999999997e2","0.73218048000000124e2"],["-0.96944991999999957e2","0.73218322999999941e2"],["-0.96984725999999966e2","0.73220535000000041e2"],["-0.97040833000000021e2","0.73228591999999992e2"],["-0.97079177999999956e2","0.73235259999999982e2"],["-0.97106948999999929e2","0.73242203000000131e2"],["-0.97117767000000015e2","0.73249145999999939e2"],["-0.97115279999999927e2","0.73253052000000025e2"],["-0.97090285999999878e2","0.73261932000000058e2"],["-0.97058043999999995e2","0.73269150000000081e2"],["-0.97035004000000015e2","0.73272766000000104e2"],["-0.96977492999999981e2","0.73273880000000077e2"],["-0.96967772999999966e2","0.73273315000000082e2"],["-0.96968338000000017e2","0.73267487000000131e2"],["-0.96951400999999976e2","0.73239426000000037e2"],["-0.96909164000000033e2","0.73238312000000064e2"],["-0.96896118000000001e2","0.73237762000000032e2"],["-0.96886672999999917e2","0.73231094000000041e2"],["-0.96889174999999966e2","0.73224991000000102e2"],[-96.90583799999996,"0.73220825000000048e2"]],[["-0.11399749799999995e3","0.72799423000000104e2"],["-0.11401112399999994e3",72.79664600000001],["-0.11406806899999998e3","0.72795822000000044e2"],["-0.11415167200000002e3","0.72798035000000027e2"],["-0.11420861799999994e3","0.72796936000000073e2"],["-0.11422416699999997e3","0.72794983000000116e2"],["-0.11423581699999994e3","0.72791655999999989e2"],["-0.11435138699999993e3","0.72747482000000048e2"],["-0.11435749800000002e3",72.74136400000009],["-0.11435637700000001e3","0.72735809000000017e2"],["-0.11433444199999997e3","0.72693588000000034e2"],[-114.327789,"0.72688873000000001e2"],["-0.11436582900000002e3",72.66276600000009],["-0.11445168299999995e3","0.72623032000000023e2"],["-0.11446501199999994e3",72.6202550000001],["-0.11449553699999996e3","0.72616379000000052e2"],["-0.11453138699999988e3","0.72614990000000034e2"],[-114.576683,72.60914600000001],["-0.11458999599999993e3","0.72606368999999916e2"],["-0.11460472099999998e3",72.60165400000011],["-0.11455832700000002e3","0.72560806000000014e2"],["-0.11442666600000001e3","0.72556090999999981e2"],["-0.11438527699999986e3","0.72555251999999996e2"],["-0.11435138699999993e3","0.72557479999999941e2"],["-0.11433999599999999e3","0.72560806000000014e2"],["-0.11433029199999999e3","0.72565262000000075e2"],["-0.11432584400000002e3","0.72571930000000066e2"],["-0.11412805200000003e3","0.72626083000000051e2"],["-0.11410305800000003e3","0.72632202000000063e2"],["-0.11406276699999995e3","0.72640274000000034e2"],["-0.11399027999999998e3","0.72651382000000012e2"],["-0.11391027800000001e3","0.72659148999999957e2"],["-0.11389306599999998e3","0.72660262999999986e2"],["-0.11388333099999988e3","0.72657486000000063e2"],["-0.11389046499999995e3","0.72648048000000017e2"],["-0.11389222699999999e3","0.72640822999999955e2"],["-0.11388054699999992e3","0.72637207000000103e2"],[-113.858047,"0.72635817999999915e2"],["-0.11380666399999996e3","0.72639160000000061e2"],["-0.11376222199999995e3","0.72646103000000039e2"],["-0.11370834400000001e3","0.72656937000000084e2"],["-0.11367138699999992e3","0.72666656000000103e2"],["-0.11361277799999988e3","0.72683868000000132e2"],["-0.11358750899999995e3","0.72689971999999955e2"],["-0.11354666099999997e3","0.72698029000000133e2"],["-0.11351611300000002e3","0.72701934999999992e2"],["-0.11350611900000001e3","0.72699141999999995e2"],["-0.11352084400000001e3","0.72688034000000016e2"],["-0.11355055199999987e3","0.72675262000000032e2"],["-0.11357250999999991e3","0.72667480000000069e2"],["-0.11361945299999996e3","0.72653594999999996e2"],["-0.11364277599999991e3","0.72646652000000017e2"],["-0.11368776699999995e3","0.72631927000000019e2"],["-0.11370944199999991e3","0.72624145999999996e2"],["-0.11372917200000001e3","0.72615540000000067e2"],["-0.11373082699999998e3","0.72609421000000054e2"],["-0.11372193900000002e3",72.60554499999995],["-0.11369972200000001e3","0.72604155999999989e2"],["-0.11368443299999996e3","0.72606094000000098e2"],["-0.11365750100000002e3","0.72611374000000012e2"],["-0.11346639999999996e3","0.72665268000000026e2"],["-0.11344275700000003e3","0.72672211000000004e2"],["-0.11343639400000001e3",72.67804000000001],["-0.11343167099999999e3","0.72684708000000001e2"],["-0.11341000399999996e3","0.72729431000000034e2"],["-0.11341332999999992e3","0.72734711000000118e2"],["-0.11341972399999997e3","0.72739150999999936e2"],["-0.11343138099999999e3","0.72742751999999996e2"],["-0.11344860799999992e3","0.72744979999999998e2"],["-0.11353527799999995e3","0.72748871000000065e2"],["-0.11358029199999987e3","0.72751663000000121e2"],["-0.11359750399999996e3","0.72754166000000112e2"],["-0.11360637699999995e3","0.72758331000000112e2"],["-0.11360804699999994e3","0.72769439999999975e2"],["-0.11359889199999998e3","0.72782760999999937e2"],["-0.11358249699999999e3","0.72793045000000006e2"],["-0.11338694800000002e3","0.72907486000000006e2"],[-113.33139,"0.72935257000000092e2"],["-0.11330277999999998e3","0.72948868000000061e2"],["-0.11326862299999999e3","0.72960266000000047e2"],["-0.11314862099999999e3","0.72994705000000067e2"],["-0.11306276699999989e3",73.00749200000007],["-0.11302806099999998e3","0.73009430000000009e2"],["-0.11300695799999994e3","0.73008881000000088e2"],[-112.823059,"0.72998871000000008e2"],["-0.11281139400000001e3",72.9952550000001],["-0.11279472399999997e3","0.72982208000000071e2"],["-0.11278582799999998e3","0.72978317000000004e2"],["-0.11277139299999993e3","0.72975266000000033e2"],["-0.11275418100000002e3","0.72972763000000043e2"],[-112.708618,"0.72969711000000132e2"],["-0.11264362299999993e3","0.72966934000000037e2"],["-0.11260082999999986e3","0.72963607999999965e2"],["-0.11256360599999994e3","0.72959152000000074e2"],["-0.11251500699999991e3","0.72951096000000007e2"],[-112.5,"0.72947922000000119e2"],["-0.11247165699999994e3","0.72941925000000026e2"],["-0.11244583099999994e3","0.72935257000000092e2"],["-0.11241388699999993e3","0.72924149000000057e2"],[-112.387787,"0.72911102000000028e2"],["-0.11237638900000002e3","0.72907760999999994e2"],["-0.11236193800000001e3","0.72904709000000082e2"],["-0.11234472700000003e3","0.72902205999999921e2"],["-0.11227944899999994e3","0.72896941999999967e2"],["-0.11223777799999999e3","0.72895537999999988e2"],["-0.11214195299999994e3","0.72896378000000027e2"],["-0.11209834299999989e3","0.72894150000000025e2"],["-0.11206166099999996e3","0.72889434999999992e2"],["-0.11194776899999999e3","0.72870529000000147e2"],["-0.11178333299999997e3","0.72834717000000012e2"],["-0.11167582699999997e3","0.72814697000000024e2"],["-0.11165888999999999e3",72.8119200000001],["-0.11159416199999998e3","0.72806641000000127e2"],["-0.11154055799999998e3","0.72799423000000104e2"],["-0.11152639799999997e3","0.72796371000000022e2"],["-0.11123693799999995e3","0.72726379000000122e2"],["-0.11122582999999997e3",72.7227630000001],["-0.11122000100000002e3","0.72718323000000055e2"],["-0.11120249899999999e3",72.67053199999998],["-0.11120527599999997e3","0.72664429000000041e2"],["-0.11126278699999995e3","0.72579163000000108e2"],["-0.11127694699999989e3","0.72567490000000078e2"],["-0.11145221699999996e3","0.72477768000000026e2"],["-0.11152778599999999e3",72.44999700000011],["-0.11165110800000002e3",72.40887500000008],[-111.675003,"0.72402206000000035e2"],[-111.736107,"0.72395264000000111e2"],["-0.11176999699999993e3","0.72393600000000106e2"],["-0.11178527799999995e3","0.72391936999999984e2"],["-0.11181220999999999e3","0.72386658000000011e2"],[-111.859734,"0.72373306000000014e2"],[-111.890289,"0.72360535000000084e2"],["-0.11189890299999996e3","0.72355545000000006e2"],["-0.11190556299999997e3","0.72349716000000001e2"],["-0.11190167200000002e3","0.72346099999999979e2"],["-0.11186250299999995e3","0.72330551000000071e2"],["-0.11185138699999999e3","0.72326934999999992e2"],["-0.11166388699999999e3","0.72276382000000012e2"],["-0.11150446299999999e3","0.72311920000000043e2"],["-0.11144499200000001e3","0.72328873000000101e2"],["-0.11142443799999995e3","0.72337204000000042e2"],["-0.11141915899999998e3","0.72343871999999976e2"],["-0.11143305999999995e3","0.72346939000000077e2"],["-0.11145140100000003e3","0.72346939000000077e2"],[-111.487213,"0.72336655000000064e2"],["-0.11151944700000001e3","0.72334152000000074e2"],[-111.5616609999999,"0.72336655000000064e2"],[-111.578056,"0.72339156999999943e2"],["-0.11158917200000002e3","0.72342758000000003e2"],["-0.11160582699999998e3","0.72350815000000011e2"],["-0.11161165599999998e3","0.72361099000000024e2"],[-111.609444,"0.72367203000000075e2"],["-0.11158833299999998e3","0.72376373000000115e2"],["-0.11137444299999993e3","0.72446640000000002e2"],[-111.350281,"0.72453322999999955e2"],[-111.3094329999999,"0.72460815000000082e2"],["-0.11129387700000001e3","0.72462768999999923e2"],["-0.11126583899999997e3","0.72465546000000018e2"],["-0.11124889400000001e3","0.72466385000000002e2"],["-0.11122860699999995e3","0.72465546000000018e2"],["-0.11120249899999999e3",72.46026599999999],["-0.11121333300000003e3","0.72446930000000009e2"],["-0.11123277299999995e3",72.4369200000001],["-0.11124500299999994e3","0.72433594000000085e2"],["-0.11127223200000003e3","0.72428588999999988e2"],["-0.11130139200000002e3","0.72404160000000047e2"],["-0.11127749599999993e3","0.72369979999999941e2"],["-0.11111277799999993e3","0.72335266000000104e2"],["-0.11109528399999994e3","0.72379700000000014e2"],["-0.11109137699999997e3","0.72401932000000102e2"],["-0.11100446299999999e3",72.46527100000003],[-110.8691639999999,"0.72473312000000078e2"],["-0.11082444799999996e3","0.72479156000000103e2"],["-0.11080304699999999e3","0.72485259999999926e2"],["-0.11082501200000002e3","0.72503875999999934e2"],["-0.11083332799999999e3","0.72519150000000025e2"],[-110.827789,"0.72525818000000015e2"],["-0.11073805199999993e3","0.72565536000000009e2"],["-0.11072749299999998e3","0.72569716999999912e2"],["-0.11071528599999999e3","0.72573044000000039e2"],["-0.11070140100000003e3","0.72575546000000145e2"],["-0.11068083199999995e3","0.72574706999999989e2"],["-0.11066610700000001e3","0.72573044000000039e2"],["-0.11053527799999995e3","0.72546646000000067e2"],["-0.11052639799999992e3","0.72526931999999988e2"],["-0.11057501199999996e3",72.51388500000013],["-0.11059445199999993e3",72.50471500000009],["-0.11060166899999996e3","0.72498871000000065e2"],["-0.11060193600000002e3","0.72493317000000104e2"],["-0.11059361299999989e3","0.72489150999999993e2"],["-0.11055249000000003e3",72.47387700000013],["-0.11053083800000002e3",72.46665999999999],["-0.11035056299999997e3","0.72428040000000067e2"],["-0.11032861299999996e3","0.72426086000000055e2"],["-0.11030999799999995e3","0.72426086000000055e2"],["-0.11030387899999999e3","0.72430542000000116e2"],["-0.11031194299999993e3","0.72434708000000057e2"],["-0.11041027799999995e3","0.72462204000000099e2"],["-0.11050334199999998e3","0.72484985000000108e2"],[-110.514183,"0.72488585999999998e2"],["-0.11052250700000002e3","0.72492752000000053e2"],["-0.11052778599999999e3","0.72497482000000105e2"],["-0.11053056299999992e3","0.72502486999999974e2"],["-0.11052333099999998e3","0.72508330999999998e2"],["-0.11039639299999999e3","0.72552200000000084e2"],["-0.11038417099999998e3","0.72555542000000003e2"],["-0.11036527999999998e3","0.72555542000000003e2"],["-0.11034333800000002e3",72.55386400000009],["-0.11032389799999993e3","0.72551650999999936e2"],["-0.11031304899999998e3","0.72547760000000039e2"],["-0.11022028399999994e3",72.51388500000013],["-0.11020140100000003e3","0.72505829000000062e2"],["-0.11015527299999997e3","0.72480270000000075e2"],["-0.11006139399999995e3","0.72437484999999924e2"],["-0.11005055199999993e3","0.72433868000000018e2"],["-0.11003999299999998e3","0.72438034000000073e2"],["-0.11002194199999991e3","0.72447754000000145e2"],["-0.10999889400000001e3","0.72455261000000121e2"],["-0.10997112300000003e3",72.46026599999999],["-0.10995249899999999e3","0.72459991000000116e2"],["-0.10991972399999986e3","0.72454711999999972e2"],["-0.10981388900000002e3",72.428314],["-0.10979666099999992e3","0.72426926000000094e2"],["-0.10978278399999999e3","0.72429428000000144e2"],["-0.10977806099999998e3","0.72434708000000057e2"],["-0.10978582799999992e3","0.72438873000000058e2"],["-0.10980583199999995e3","0.72445526000000029e2"],["-0.10983029199999999e3","0.72452208999999982e2"],["-0.11004250300000001e3",72.50471500000009],["-0.11022305299999999e3","0.72545822000000101e2"],["-0.11023665599999998e3","0.72548874000000069e2"],["-0.11024777199999994e3","0.72552765000000136e2"],["-0.11025583599999987e3",72.55693100000002],[-110.252792,72.56303400000013],["-0.11024221799999992e3","0.72566940000000045e2"],["-0.11022165699999994e3","0.72566086000000041e2"],["-0.11012082699999996e3","0.72560257000000036e2"],["-0.11010417200000001e3","0.72557754999999986e2"],["-0.11009056099999998e3",72.55442800000003],["-0.11006889299999995e3","0.72546936000000073e2"],["-0.11003888699999987e3","0.72535538000000088e2"],["-0.11002278099999995e3","0.72527206000000092e2"],["-0.11000361599999991e3","0.72519440000000031e2"],["-0.10997112300000003e3","0.72508330999999998e2"],["-0.10990499899999998e3","0.72487198000000092e2"],["-0.10988861099999986e3","0.72484711000000004e2"],["-0.10980943300000001e3","0.72491653000000099e2"],["-0.10979527300000001e3",72.49414100000007],["-0.10978472899999997e3","0.72498322000000144e2"],["-0.10978278399999999e3","0.72503051999999968e2"],["-0.10994275700000003e3","0.72604155999999989e2"],["-0.10995889299999993e3","0.72612762000000089e2"],["-0.11009306300000003e3",72.65637200000009],["-0.11011332699999997e3","0.72657211000000018e2"],["-0.11017111199999999e3","0.72648330999999985e2"],["-0.11018666100000002e3","0.72646652000000017e2"],["-0.11022112299999998e3","0.72645264000000054e2"],[-110.241669,"0.72646103000000039e2"],["-0.11025556899999998e3","0.72649429000000055e2"],["-0.11026666299999999e3","0.72653046000000018e2"],[-110.283073,72.66137700000013],["-0.11028832999999992e3","0.72666091999999992e2"],["-0.11029110700000001e3","0.72671097000000032e2"],["-0.11020973200000003e3",72.71775800000006],["-0.11020056199999999e3",72.7227630000001],["-0.11018831599999999e3","0.72726089000000115e2"],["-0.11017083699999995e3","0.72726928999999984e2"],[-110.078079,"0.72727065999999979e2"],["-0.11004167200000001e3","0.72722488000000055e2"],["-0.11003056300000003e3","0.72718596999999988e2"],["-0.10999804699999999e3","0.72701934999999992e2"],["-0.10998693800000001e3","0.72698318000000029e2"],["-0.10985221899999993e3","0.72665817000000118e2"],["-0.10983277899999996e3","0.72663315000000068e2"],[-109.81723,"0.72664992999999981e2"],["-0.10977084399999995e3","0.72716385000000116e2"],["-0.10977027900000002e3","0.72722214000000122e2"],["-0.10978138699999994e3","0.72725815000000011e2"],["-0.10980082700000003e3","0.72728043000000127e2"],["-0.10981973299999993e3","0.72728043000000127e2"],["-0.11003111299999995e3","0.72747757000000036e2"],["-0.11017887899999994e3","0.72769149999999968e2"],["-0.11017138699999998e3","0.72774993999999992e2"],["-0.11016832699999986e3","0.72781097000000102e2"],["-0.11017083699999995e3","0.72786101999999971e2"],["-0.11017639199999996e3","0.72790817000000004e2"],["-0.11021166999999997e3","0.72818328999999949e2"],["-0.11024526999999995e3","0.72823607999999979e2"],["-0.11032640099999992e3","0.72826385000000016e2"],["-0.11036638599999998e3","0.72827208999999982e2"],["-0.11047666899999996e3","0.72834990999999945e2"],[-110.493607,72.83776899999998],["-0.11053555299999994e3","0.72847214000000008e2"],["-0.11054666099999997e3","0.72850815000000068e2"],["-0.11056331599999999e3","0.72859145999999953e2"],["-0.11074276699999996e3","0.72957214000000135e2"],["-0.11075389099999995e3","0.72966385000000059e2"],["-0.11075666799999993e3","0.72971374999999966e2"],["-0.11075389099999995e3","0.72977768000000083e2"],["-0.11074804699999993e3","0.72984421000000054e2"],["-0.11074082900000002e3","0.72989975000000072e2"],["-0.11073166700000002e3","0.72994980000000112e2"],["-0.11070834400000001e3","0.73002487000000031e2"],["-0.11069415300000003e3","0.73004990000000021e2"],["-0.11067832899999991e3","0.73006653000000142e2"],["-0.11061860699999994e3","0.73011383000000137e2"],["-0.11051139799999993e3","0.73015274000000034e2"],[-110.432503,"0.73014435000000105e2"],["-0.11039083899999997e3","0.73012496999999939e2"],["-0.11016610700000001e3","0.72996094000000085e2"],["-0.11005110199999996e3","0.72984711000000061e2"],["-0.10991887700000001e3",72.96804800000001],["-0.10965943899999996e3","0.72924988000000042e2"],["-0.10963445299999995e3","0.72918045000000063e2"],["-0.10961805700000002e3","0.72909424000000115e2"],[-109.618607,"0.72903869999999927e2"],["-0.10962943999999993e3","0.72899719000000061e2"],["-0.10966111799999999e3","0.72896652000000131e2"],["-0.10969471699999997e3","0.72894440000000088e2"],[-109.724716,"0.72890549000000021e2"],["-0.10973889200000002e3","0.72888046000000031e2"],[-109.75,"0.72883881000000031e2"],["-0.10975472999999994e3","0.72878585999999984e2"],["-0.10974665799999997e3","0.72874420000000043e2"],["-0.10965862300000003e3","0.72844711000000018e2"],[-109.379707,"0.72770538000000101e2"],["-0.10922778299999993e3","0.72761658000000068e2"],["-0.10905110200000001e3","0.72680267000000072e2"],["-0.10902999899999998e3","0.72647217000000012e2"],["-0.10904915599999993e3","0.72604155999999989e2"],[-109.045547,"0.72572495000000117e2"],["-0.10904332699999998e3","0.72567490000000078e2"],["-0.10902861000000001e3","0.72565536000000009e2"],["-0.10888249200000001e3","0.72564423000000147e2"],["-0.10886527999999998e3","0.72564987000000087e2"],["-0.10885109699999998e3","0.72567490000000078e2"],["-0.10884194899999994e3","0.72572495000000117e2"],["-0.10881916799999993e3","0.72591095000000053e2"],["-0.10872277800000001e3","0.72582763999999941e2"],["-0.10870361300000002e3",72.58027600000014],["-0.10867666600000001e3","0.72573883000000023e2"],["-0.10864472999999987e3","0.72562485000000038e2"],["-0.10862138399999998e3","0.72549988000000042e2"],["-0.10861638599999998e3",72.54525799999999],["-0.10858805799999993e3","0.72505554000000075e2"],["-0.10858944700000001e3","0.72494431000000077e2"],["-0.10859638999999993e3","0.72482208000000014e2"],["-0.10860278299999999e3","0.72475540000000024e2"],["-0.10861054999999993e3","0.72469986000000063e2"],["-0.10862470999999994e3","0.72457489000000066e2"],["-0.10863722200000001e3","0.72444427000000019e2"],["-0.10864499699999993e3","0.72426651000000049e2"],["-0.10865055799999999e3","0.72403595000000053e2"],["-0.10866361999999998e3","0.72362761999999975e2"],["-0.10866278099999994e3","0.72346374999999966e2"],["-0.10865834000000001e3","0.72336105000000032e2"],["-0.10852416999999997e3","0.72199706999999989e2"],["-0.10845500199999998e3","0.72157211000000132e2"],["-0.10844415300000003e3","0.72161102000000028e2"],["-0.10842832900000002e3","0.72158325000000104e2"],["-0.10841805999999997e3","0.72154434000000037e2"],[-108.404449,72.14694199999991],["-0.10840222199999994e3","0.72141663000000108e2"],["-0.10839890300000002e3","0.72113602000000071e2"],["-0.10839472999999998e3","0.72042755000000113e2"],["-0.10839527900000002e3","0.72036926000000108e2"],[-108.396118,72.03137200000009],["-0.10831639099999995e3","0.71984146000000067e2"],["-0.10820417799999996e3","0.71963882000000126e2"],["-0.10819138299999992e3","0.71960541000000092e2"],["-0.10818666100000002e3","0.71955826000000059e2"],["-0.10818276999999995e3","0.71945525999999916e2"],["-0.10818971299999998e3","0.71933318999999983e2"],["-0.10819611399999997e3",71.92692599999998],["-0.10823361199999999e3","0.71899719000000061e2"],["-0.10828639199999992e3","0.71860809000000131e2"],["-0.10828278399999999e3","0.71792206000000022e2"],["-0.10828083800000002e3","0.71786925999999994e2"],["-0.10824276700000001e3","0.71718597000000045e2"],["-0.10823805199999998e3","0.71713882000000012e2"],["-0.10823082699999992e3","0.71709426999999948e2"],["-0.10822055099999994e3","0.71705826000000116e2"],["-0.10820777900000002e3",71.70248400000014],["-0.10819248999999996e3","0.71699707000000046e2"],["-0.10817748999999998e3","0.71701096000000064e2"],["-0.10814111300000002e3","0.71710541000000148e2"],["-0.10813054699999992e3","0.71714432000000045e2"],["-0.10810333300000002e3","0.71719147000000078e2"],["-0.10808693700000003e3","0.71719711000000018e2"],[-108.066101,71.71775800000006],["-0.10803639199999998e3","0.71705826000000116e2"],["-0.10802194199999997e3","0.71697204999999997e2"],["-0.10798805199999987e3","0.71675537000000077e2"],["-0.10797609699999987e3","0.71666381999999999e2"],["-0.10796694899999994e3","0.71656936999999971e2"],["-0.10796777299999991e3","0.71651382000000069e2"],["-0.10791583300000002e3","0.71624984999999981e2"],["-0.10784528399999994e3","0.71603867000000093e2"],["-0.10782888799999995e3","0.71604431000000034e2"],["-0.10775334199999998e3","0.71610260000000039e2"],["-0.10774109599999997e3","0.71613312000000121e2"],["-0.10773194899999999e3","0.71618042000000003e2"],["-0.10772416699999991e3","0.71623871000000008e2"],["-0.10772609699999998e3","0.71629149999999981e2"],["-0.10774054699999994e3","0.71637496999999939e2"],["-0.10775028999999995e3","0.71641373000000044e2"],["-0.10777583299999998e3","0.71648041000000035e2"],["-0.10782472199999995e3","0.71672759999999982e2"],["-0.10783194700000001e3","0.71676926000000037e2"],["-0.10783640300000002e3","0.71681656000000089e2"],["-0.10783833300000003e3","0.71686920000000043e2"],["-0.10783750899999995e3","0.71692474000000061e2"],["-0.10782305899999994e3","0.71716934000000094e2"],["-0.10781527699999998e3",71.7227630000001],["-0.10780444299999999e3","0.71726653999999996e2"],["-0.10778943600000002e3","0.71728043000000014e2"],[-107.7519529999999,"0.71726653999999996e2"],["-0.10773665599999998e3","0.71723602000000085e2"],["-0.10763027999999997e3","0.71732208000000014e2"],["-0.10749472000000003e3","0.71786377000000016e2"],[-107.451683,"0.71857483000000059e2"],["-0.10736361699999992e3","0.71871917999999994e2"],["-0.10734555099999994e3","0.71871643000000006e2"],["-0.10729695099999998e3","0.71874145999999939e2"],["-0.10728333299999997e3","0.71876373000000001e2"],["-0.10727084400000001e3","0.71879424999999969e2"],["-0.10726139799999999e3","0.71884155000000135e2"],["-0.10725334199999998e3","0.71889708999999982e2"],["-0.10725250199999994e3","0.71895537999999988e2"],["-0.10725695799999994e3","0.71900269000000094e2"],[-107.264183,"0.71904434000000094e2"],["-0.10741805999999997e3","0.71953873000000101e2"],["-0.10759638999999993e3","0.72004439999999988e2"],["-0.10761389199999996e3","0.72012496999999996e2"],["-0.10762581599999999e3","0.72021652000000017e2"],["-0.10763027999999997e3","0.72026382000000069e2"],["-0.10765139799999997e3","0.72061096000000134e2"],["-0.10765334300000001e3","0.72066375999999991e2"],["-0.10764943700000003e3","0.72072495000000004e2"],["-0.10763999899999993e3","0.72077208999999982e2"],["-0.10762609899999995e3","0.72079437000000098e2"],["-0.10761389199999996e3","0.72082764000000054e2"],["-0.10761000100000001e3",72.08859300000006],["-0.10761193799999995e3","0.72093872000000033e2"],["-0.10763527699999997e3","0.72121917999999937e2"],["-0.10768138099999999e3","0.72136108000000036e2"],[-107.699997,"0.72138596000000007e2"],[-107.729446,"0.72137207000000046e2"],["-0.10774333199999995e3","0.72134994999999947e2"],["-0.10776027699999992e3","0.72134430000000123e2"],["-0.10777887699999997e3","0.72136658000000068e2"],["-0.10778083800000002e3","0.72141937000000041e2"],[-107.787216,"0.72184708000000114e2"],["-0.10777806099999992e3","0.72208038000000045e2"],[-107.843887,"0.72354156000000046e2"],["-0.10787748699999992e3","0.72424423000000104e2"],["-0.10788639799999993e3","0.72519713999999965e2"],["-0.10787693799999994e3","0.72524428999999998e2"],["-0.10787165799999997e3","0.72529709000000082e2"],["-0.10787666299999995e3","0.72567215000000033e2"],["-0.10788054699999998e3","0.72577484000000084e2"],["-0.10788555899999989e3","0.72586655000000007e2"],["-0.10791555799999998e3","0.72597214000000065e2"],["-0.10792887899999994e3",72.60054000000008],["-0.10799082900000002e3","0.72612487999999985e2"],["-0.10800418099999996e3",72.615814],["-0.10801194800000002e3","0.72619980000000112e2"],[-108.025284,"0.72666091999999992e2"],["-0.10802639799999997e3","0.72676926000000037e2"],["-0.10802667199999996e3","0.72719986000000006e2"],["-0.10805110200000001e3","0.72781372000000147e2"],["-0.10805803699999996e3","0.72791092000000049e2"],["-0.10811193799999995e3","0.72890823000000125e2"],["-0.10815194699999989e3","0.72971100000000092e2"],["-0.10816528299999993e3","0.73010817999999972e2"],["-0.10826363400000002e3","0.73091934000000094e2"],[-108.29361,"0.73120254999999986e2"],["-0.10829998799999998e3","0.73135544000000095e2"],[-108.295547,"0.73147491000000059e2"],[-108.291946,"0.73153595000000053e2"],["-0.10828527799999995e3","0.73159987999999998e2"],["-0.10826862299999999e3","0.73171371000000022e2"],["-0.10823029299999996e3","0.73187484999999981e2"],["-0.10818110699999994e3","0.73201660000000061e2"],["-0.10816639700000002e3","0.73203873000000044e2"],["-0.10813390400000003e3","0.73206940000000145e2"],["-0.10811582900000002e3","0.73207489000000066e2"],["-0.10807389799999993e3","0.73205261000000121e2"],["-0.10802390300000002e3","0.73201096000000121e2"],["-0.10793443300000001e3","0.73187484999999981e2"],["-0.10791471899999993e3","0.73184981999999991e2"],["-0.10789388999999994e3","0.73183868000000018e2"],["-0.10787416099999996e3","0.73183594000000085e2"],["-0.10786416599999995e3","0.73188583000000051e2"],["-0.10787222300000002e3","0.73192748999999935e2"],["-0.10790471600000001e3","0.73204163000000051e2"],["-0.10794611399999991e3","0.73214157000000057e2"],["-0.10801027699999997e3","0.73226089000000002e2"],["-0.10805166599999995e3","0.73236098999999911e2"],["-0.10808444199999997e3","0.73247482000000105e2"],["-0.10811638599999992e3","0.73264435000000049e2"],["-0.10815361000000001e3","0.73302475000000129e2"],["-0.10808444199999997e3","0.73349990999999989e2"],["-0.10807140399999992e3","0.73353317000000061e2"],["-0.10805332899999996e3","0.73353867000000093e2"],["-0.10799109599999991e3","0.73351379000000122e2"],["-0.10794722000000002e3","0.73348328000000095e2"],["-0.10777139299999999e3","0.73323883000000023e2"],[-107.675003,"0.73323318000000029e2"],["-0.10763110399999999e3","0.73319991999999957e2"],[-107.614441,73.31721500000009],["-0.10740334300000001e3","0.73270537999999988e2"],["-0.10733583099999987e3","0.73248031999999967e2"],["-0.10724999999999994e3","0.73217484000000013e2"],["-0.10721028099999995e3","0.73201660000000061e2"],["-0.10718888900000002e3","0.73194138000000123e2"],[-107.172234,"0.73191086000000041e2"],["-0.10710582699999998e3",73.17942800000003],["-0.10706973299999999e3","0.73173874000000012e2"],["-0.10705027799999999e3","0.73173598999999967e2"],["-0.10703694200000001e3","0.73176651000000106e2"],[-107.025284,"0.73180542000000003e2"],["-0.10701666299999999e3","0.73186095999999964e2"],["-0.10701083399999999e3","0.73191360000000145e2"],["-0.10702027899999996e3","0.73200821000000133e2"],["-0.10705249000000003e3","0.73212493999999936e2"],["-0.10709028599999994e3","0.73223037999999974e2"],["-0.10711081699999994e3","0.73231369000000086e2"],["-0.10711860699999994e3",73.23553499999997],["-0.10712361099999998e3","0.73240265000000022e2"],["-0.10711945300000002e3","0.73246368000000132e2"],["-0.10703028899999998e3",73.29553199999998],["-0.10701862299999999e3","0.73299423000000047e2"],["-0.10688249199999996e3","0.73312195000000031e2"],["-0.10686138899999997e3","0.73310806000000014e2"],["-0.10676139799999999e3","0.73293045000000063e2"],["-0.10675083899999993e3","0.73289153999999996e2"],["-0.10674610899999999e3","0.73284423999999944e2"],["-0.10674109599999991e3","0.73268875000000037e2"],["-0.10672721899999993e3","0.73254715000000147e2"],["-0.10669666299999994e3","0.73237488000000099e2"],["-0.10666471899999999e3","0.73226089000000002e2"],["-0.10665110800000002e3","0.73222487999999942e2"],["-0.10663474300000001e3","0.73219711000000075e2"],["-0.10660305800000003e3","0.73216660000000047e2"],["-0.10658222999999998e3",73.21527100000003],["-0.10639862099999993e3","0.73149155000000064e2"],["-0.10624027999999998e3","0.73085815000000082e2"],["-0.10606388899999996e3","0.73047759999999982e2"],["-0.10604750100000001e3","0.73044708000000014e2"],["-0.10602834300000001e3","0.73044434000000081e2"],["-0.10594888300000002e3","0.73053313999999943e2"],["-0.10591027799999989e3","0.73058868000000132e2"],["-0.10587638899999996e3","0.73058318999999983e2"],["-0.10585555999999997e3","0.73056931000000077e2"],["-0.10584221600000001e3","0.73053588999999988e2"],["-0.10583194699999996e3","0.73049713000000111e2"],["-0.10582472200000001e3","0.73045258000000047e2"],["-0.10582195299999995e3","0.73034987999999942e2"],["-0.10582333399999999e3","0.73029433999999981e2"],["-0.10583249699999999e3","0.73017211999999972e2"],["-0.10582972699999993e3","0.73006942999999978e2"],["-0.10582224299999996e3","0.73002487000000031e2"],["-0.10580471799999998e3","0.72994431000000134e2"],["-0.10579444899999993e3","0.72990265000000079e2"],["-0.10576083399999999e3","0.72976929000000098e2"],[-105.737503,"0.72969436999999971e2"],["-0.10569776899999999e3","0.72959152000000074e2"],["-0.10567859599999997e3",72.95637499999998],["-0.10562917299999998e3","0.72939972000000125e2"],["-0.10556220999999999e3","0.72913040000000024e2"],[-105.445831,"0.72838318000000072e2"],["-0.10532611099999991e3","0.72746368000000075e2"],["-0.10532195299999995e3","0.72741653000000042e2"],["-0.10532055700000001e3","0.72736649000000057e2"],["-0.10532528699999995e3","0.72730545000000063e2"],["-0.10533693700000003e3","0.72726653999999996e2"],["-0.10535610999999994e3","0.72727203000000088e2"],["-0.10537777699999998e3","0.72729431000000034e2"],["-0.10539778100000001e3","0.72737198000000035e2"],["-0.10541194200000001e3","0.72745819000000097e2"],["-0.10541915899999992e3","0.72750275000000045e2"],["-0.10542748999999992e3","0.72759720000000073e2"],["-0.10543472300000002e3","0.72764160000000118e2"],["-0.10546472199999994e3","0.72775818000000129e2"],["-0.10547778299999999e3","0.72779434000000037e2"],["-0.10549833699999994e3","0.72780822999999998e2"],["-0.10551000999999997e3","0.72776932000000102e2"],["-0.10545722999999992e3","0.72702773999999977e2"],["-0.10544722000000002e3","0.72698868000000061e2"],["-0.10538249200000001e3","0.72681366000000025e2"],["-0.10535665899999998e3","0.72674423000000047e2"],["-0.10529472399999997e3","0.72631927000000019e2"],["-0.10523110999999994e3","0.72543320000000051e2"],["-0.10519583099999988e3","0.72482483000000059e2"],["-0.10519972199999995e3","0.72460541000000148e2"],["-0.10520140100000003e3","0.72454711999999972e2"],["-0.10520612299999993e3","0.72448868000000118e2"],["-0.10521777299999991e3","0.72444977000000051e2"],["-0.10523194899999993e3","0.72447205000000054e2"],["-0.10526167299999992e3","0.72458878000000027e2"],["-0.10527722199999994e3","0.72462204000000099e2"],["-0.10529305999999997e3","0.72460815000000082e2"],[-105.301941,"0.72455261000000121e2"],["-0.10529778299999987e3","0.72450546000000088e2"],["-0.10524137899999999e3","0.72399718999999948e2"],["-0.10523029299999996e3","0.72390549000000078e2"],["-0.10521665999999993e3","0.72381927000000076e2"],["-0.10518998699999997e3","0.72369705000000124e2"],["-0.10516055299999988e3",72.35775799999999],["-0.10513999899999999e3","0.72344711000000132e2"],["-0.10504415899999998e3","0.72248032000000023e2"],["-0.10503639199999986e3","0.72238586000000055e2"],["-0.10503362299999998e3","0.72234711000000061e2"],["-0.10502443700000003e3","0.72219986000000119e2"],["-0.10499166899999989e3","0.72203323000000012e2"],["-0.10495749699999999e3","0.72181366000000139e2"],["-0.10495527599999997e3","0.72171097000000145e2"],["-0.10495722999999992e3","0.72165543000000127e2"],["-0.10496167000000003e3","0.72159424000000115e2"],["-0.10496916199999998e3","0.72153046000000131e2"],["-0.10497805799999992e3","0.72147491000000059e2"],["-0.10498805199999993e3","0.72142761000000007e2"],["-0.10499973299999999e3",72.13888500000013],["-0.10502999899999998e3","0.72124695000000031e2"],["-0.10503751399999999e3","0.72118317000000104e2"],["-0.10503639199999986e3",72.11303700000002],["-0.10501862299999993e3","0.72066939999999931e2"],["-0.10492944299999988e3","0.72034149000000014e2"],["-0.10487193299999996e3","0.71989975000000072e2"],["-0.10482917800000001e3","0.71937195000000031e2"],["-0.10482444800000002e3","0.71927475000000129e2"],["-0.10482028200000002e3","0.71906647000000078e2"],["-0.10482556199999999e3","0.71889708999999982e2"],["-0.10482250999999997e3","0.71874145999999939e2"],[-104.8186189999999,71.86914100000007],["-0.10478999299999998e3",71.84137000000004],["-0.10478333299999986e3","0.71836929000000112e2"],[-104.771118,"0.71833603000000096e2"],["-0.10470056199999999e3","0.71829987000000017e2"],["-0.10468554699999993e3","0.71826935000000105e2"],["-0.10467331699999994e3","0.71823317999999972e2"],["-0.10466000400000001e3",71.81442300000009],["-0.10453472899999986e3","0.71719711000000018e2"],["-0.10437638900000002e3","0.71598038000000031e2"],["-0.10436638600000003e3","0.71588882000000126e2"],["-0.10435527000000002e3","0.71574432000000002e2"],["-0.10435916099999997e3","0.71563309000000004e2"],["-0.10436361699999998e3","0.71557204999999954e2"],["-0.10437581599999993e3","0.71544707999999957e2"],[-104.383331,"0.71538315000000011e2"],["-0.10440167200000002e3","0.71514435000000049e2"],["-0.10440361000000001e3","0.71508605999999986e2"],["-0.10440194700000001e3","0.71498322000000144e2"],["-0.10434416199999993e3","0.71410811999999964e2"],["-0.10433332799999994e3","0.71396378000000141e2"],["-0.10435722399999986e3","0.71357483000000002e2"],["-0.10437165799999997e3","0.71360809000000017e2"],["-0.10438918299999995e3","0.71363602000000014e2"],["-0.10440805099999994e3","0.71364990000000091e2"],["-0.10443804899999998e3","0.71362761999999975e2"],["-0.10445056199999988e3","0.71359711000000118e2"],["-0.10446167000000003e3","0.71355820000000051e2"],["-0.10447138999999993e3","0.71351089000000115e2"],["-0.10448860199999996e3","0.71339980999999966e2"],["-0.10449333200000001e3","0.71334152000000131e2"],["-0.10449694799999997e3","0.71322769000000108e2"],["-0.10449500299999988e3","0.71312485000000095e2"],["-0.10449137899999988e3","0.71307480000000055e2"],["-0.10446250900000001e3","0.71281097000000045e2"],["-0.10444972200000001e3","0.71272217000000012e2"],["-0.10443888900000002e3","0.71257767000000115e2"],["-0.10443971299999998e3","0.71246933000000013e2"],["-0.10444055200000003e3","0.71236098999999967e2"],["-0.10444444299999992e3","0.71224990999999989e2"],["-0.10444888300000002e3","0.71218872000000147e2"],[-104.470551,"0.71199706999999989e2"],["-0.10449610899999999e3","0.71183044000000109e2"],["-0.10452555799999999e3","0.71168869000000029e2"],["-0.10455610699999994e3","0.71155548000000067e2"],["-0.10457805599999995e3","0.71148041000000092e2"],["-0.10459056099999998e3","0.71145263999999997e2"],["-0.10462361099999987e3","0.71133605999999986e2"],["-0.10464862099999999e3",71.11914100000007],["-0.10460472099999998e3","0.71079711999999972e2"],["-0.10458583099999998e3","0.71066666000000055e2"],["-0.10457028199999996e3",71.05831900000004],["-0.10453666699999997e3","0.71044144000000131e2"],["-0.10448916600000001e3","0.71024703999999986e2"],["-0.10445667300000002e3","0.71013610999999969e2"],["-0.10433778399999994e3","0.70979706000000078e2"],["-0.10423805199999998e3","0.70964996000000099e2"],["-0.10422389199999998e3","0.70961928999999998e2"],[-104.122772,"0.70914703000000145e2"],["-0.10411665299999999e3","0.70910262999999929e2"],["-0.10409999099999999e3","0.70891372999999987e2"],["-0.10407640099999992e3","0.70863037000000077e2"],["-0.10405277999999993e3","0.70834427000000062e2"],["-0.10404583699999995e3","0.70824996999999996e2"],["-0.10404277000000002e3","0.70804153000000042e2"],["-0.10402887699999991e3","0.70784988000000055e2"],["-0.10401583900000003e3","0.70770827999999938e2"],["-0.10400029000000001e3","0.70757216999999969e2"],["-0.10399416400000001e3",70.75277699999998],["-0.10398528299999998e3","0.70748871000000065e2"],["-0.10397138999999987e3","0.70745529000000147e2"],["-0.10395472699999999e3","0.70742752000000053e2"],["-0.10394027699999987e3","0.70741653000000099e2"],["-0.10392443800000001e3","0.70741928000000087e2"],[-103.806107,"0.70723037999999974e2"],[-103.73111,"0.70691649999999925e2"],["-0.10364083899999997e3","0.70646652000000017e2"],["-0.10363417099999992e3","0.70637206999999989e2"],["-0.10362470999999994e3","0.70628036000000009e2"],["-0.10359889199999992e3","0.70615814000000057e2"],["-0.10355638099999999e3","0.70600815000000011e2"],["-0.10352333099999987e3",70.59304800000001],[-103.506958,"0.70590271000000143e2"],["-0.10349027999999998e3","0.70587494000000049e2"],["-0.10347305299999999e3","0.70586928999999998e2"],["-0.10344193999999999e3","0.70587204000000042e2"],["-0.10339835399999993e3","0.70590546000000131e2"],["-0.10334277299999997e3",70.59664900000007],["-0.10332721699999991e3",70.59664900000007],["-0.10330915799999997e3","0.70595260999999994e2"],["-0.10326500699999997e3","0.70581665000000044e2"],[-103.239441,"0.70569443000000035e2"],["-0.10320472699999993e3","0.70548035000000141e2"],["-0.10314972699999998e3","0.70513885000000016e2"],["-0.10313276699999994e3","0.70505829000000119e2"],["-0.10312165800000002e3","0.70501938000000052e2"],[-103.095551,"0.70498031999999967e2"],["-0.10301194799999996e3","0.70492202999999961e2"],["-0.10297693600000002e3","0.70489975000000015e2"],["-0.10296056399999998e3","0.70489151000000049e2"],["-0.10293055699999996e3","0.70490540000000067e2"],["-0.10292027299999995e3","0.70494980000000055e2"],["-0.10291443599999991e3","0.70500000000000114e2"],[-102.915009,"0.70505264000000068e2"],["-0.10291832699999998e3","0.70510268999999937e2"],["-0.10292388900000003e3","0.70514435000000049e2"],["-0.10293250299999988e3","0.70518600000000049e2"],["-0.10295722999999998e3","0.70525543000000027e2"],["-0.10297528099999994e3","0.70527205999999978e2"],["-0.10303028899999998e3","0.70534988000000112e2"],["-0.10305526700000001e3","0.70541931000000091e2"],["-0.10309973099999991e3",70.55664100000007],["-0.10310833700000001e3",70.56053199999991],["-0.10312609899999995e3",70.57388300000008],["-0.10313999899999993e3","0.70609421000000111e2"],["-0.10315556300000003e3","0.70654984000000013e2"],[-103.156113,"0.70659987999999998e2"],["-0.10315387699999997e3","0.70665817000000004e2"],["-0.10314916999999991e3",70.67164600000001],["-0.10313667299999992e3","0.70674423000000104e2"],["-0.10312110899999999e3","0.70674698000000092e2"],["-0.10310417200000001e3","0.70673873999999955e2"],["-0.10308583099999998e3","0.70672484999999995e2"],["-0.10306667299999998e3","0.70669983000000059e2"],[-103.0250089999999,"0.70660262999999986e2"],["-0.10300250199999999e3","0.70652771000000087e2"],["-0.10285665899999992e3","0.70597763000000043e2"],["-0.10284834299999994e3","0.70593871999999976e2"],["-0.10284528399999999e3","0.70588882000000126e2"],["-0.10283833300000003e3","0.70574158000000068e2"],["-0.10283583099999998e3","0.70548035000000141e2"],["-0.10274445300000002e3","0.70494705000000067e2"],["-0.10261501299999992e3","0.70460541000000035e2"],["-0.10260138699999999e3","0.70457214000000079e2"],["-0.10252027899999996e3","0.70438309000000118e2"],["-0.10245749699999988e3","0.70426376000000118e2"],["-0.10240862299999998e3","0.70417479999999955e2"],["-0.10233332799999999e3","0.70397766000000047e2"],[-102.281387,"0.70384155000000078e2"],["-0.10211749299999997e3","0.70339432000000045e2"],["-0.10199610899999988e3","0.70287201000000096e2"],["-0.10197972099999998e3","0.70279160000000047e2"],["-0.10192555199999998e3","0.70260544000000039e2"],["-0.10189334099999996e3","0.70254439999999988e2"],["-0.10187666300000001e3",70.25360100000006],["-0.10186138899999997e3","0.70253876000000048e2"],["-0.10184916699999985e3","0.70256653000000142e2"],["-0.10183805799999993e3","0.70260268999999994e2"],[-101.828056,"0.70264709000000039e2"],["-0.10182195299999995e3","0.70269714000000079e2"],["-0.10181722999999988e3","0.70281097000000102e2"],["-0.10181749699999995e3","0.70286102000000142e2"],["-0.10180972300000002e3","0.70297759999999982e2"],["-0.10179972800000002e3","0.70302199999999971e2"],["-0.10171472199999999e3","0.70308868000000132e2"],["-0.10169803599999995e3","0.70308029000000033e2"],["-0.10168195300000002e3","0.70304977000000065e2"],["-0.10159944200000001e3","0.70275818000000129e2"],["-0.10158860800000002e3","0.70271927000000062e2"],["-0.10158029199999993e3","0.70267761000000121e2"],["-0.10158029199999993e3","0.70262771999999984e2"],["-0.10158556399999998e3","0.70256653000000142e2"],["-0.10160555999999997e3","0.70247757000000036e2"],["-0.10163417099999998e3","0.70233047000000056e2"],["-0.10164306599999998e3","0.70227768000000083e2"],["-0.10165083300000003e3","0.70221374999999966e2"],["-0.10165055799999993e3","0.70210815000000025e2"],["-0.10164222699999993e3","0.70196365000000071e2"],["-0.10162249799999995e3","0.70162491000000045e2"],["-0.10161416599999995e3","0.70153046000000018e2"],["-0.10155999800000001e3","0.70113602000000071e2"],["-0.10155194099999994e3","0.70109420999999998e2"],["-0.10153971899999999e3","0.70106934000000138e2"],["-0.10152667200000002e3","0.70108597000000032e2"],["-0.10139723200000003e3","0.70139435000000049e2"],["-0.10139222699999999e3","0.70150543000000027e2"],["-0.10137581599999999e3","0.70177765000000136e2"],[-101.358047,"0.70176086000000112e2"],["-0.10128666699999991e3","0.70152480999999966e2"],[-101.265289,70.14498900000001],["-0.10125723299999999e3","0.70140823000000125e2"],["-0.10125195300000001e3",70.13638300000008],["-0.10123889200000002e3","0.70133040999999992e2"],["-0.10122222899999991e3","0.70131927000000019e2"],["-0.10114499699999999e3",70.15525800000006],["-0.10113500999999997e3","0.70159713999999951e2"],["-0.10112721299999998e3","0.70166092000000106e2"],["-0.10112193300000001e3","0.70171921000000111e2"],["-0.10111665299999993e3","0.70183044000000109e2"],["-0.10112193300000001e3","0.70192749000000049e2"],["-0.10111193800000001e3",70.19720500000011],["-0.10109555099999994e3","0.70196365000000071e2"],["-0.10103971899999999e3","0.70183044000000109e2"],["-0.10099973299999999e3","0.70172760000000096e2"],["-0.10098388699999992e3","0.70164703000000145e2"],["-0.10097332799999998e3","0.70155548000000067e2"],["-0.10097332799999998e3","0.70145264000000054e2"],["-0.10097609699999992e3","0.70134430000000009e2"],["-0.10096028099999995e3","0.70053040000000067e2"],["-0.10092194399999988e3","0.69965271000000143e2"],["-0.10088694800000002e3","0.69884155000000021e2"],[-100.870003,"0.69814423000000147e2"],[-100.870003,"0.69788315000000011e2"],["-0.10087805200000003e3","0.69771652000000131e2"],["-0.10089998600000001e3","0.69753875999999991e2"],["-0.10092555199999998e3","0.69721100000000035e2"],["-0.10092027300000001e3","0.69711380000000133e2"],["-0.10092027300000001e3","0.69701096000000121e2"],["-0.10092832899999996e3","0.69684143000000006e2"],["-0.10093859900000001e3","0.69672484999999995e2"],["-0.10094748699999997e3","0.69666930999999977e2"],["-0.10095722999999992e3","0.69662490999999989e2"],["-0.10096916199999998e3","0.69659714000000065e2"],["-0.10106443799999994e3","0.69648604999999975e2"],["-0.10128362300000003e3","0.69663879000000065e2"],["-0.10131777999999991e3","0.69667480000000126e2"],["-0.10132972699999988e3","0.69669983000000116e2"],["-0.10134028599999999e3","0.69678864000000033e2"],["-0.10143831599999993e3","0.69769714000000022e2"],["-0.10145472699999993e3","0.69798874000000069e2"],["-0.10146806299999997e3","0.69823044000000095e2"],["-0.10147332799999998e3","0.69832763999999997e2"],[-101.468613,"0.69838882000000069e2"],[-101.458618,"0.69843322999999998e2"],["-0.10143998699999997e3","0.69853317000000004e2"],["-0.10143472300000002e3","0.69859146000000067e2"],["-0.10141610700000001e3","0.69886932000000115e2"],["-0.10141860999999989e3","0.69891936999999984e2"],["-0.10142944299999994e3","0.69906097000000045e2"],["-0.10144526699999994e3","0.69909149000000014e2"],["-0.10145638999999994e3","0.69905548000000124e2"],["-0.10146888699999994e3","0.69893051000000128e2"],["-0.10147917199999995e3","0.69881362999999908e2"],["-0.10151972999999992e3","0.69828323000000069e2"],["-0.10153999299999998e3",69.79942299999999],["-0.10154750100000001e3",69.78776600000009],["-0.10155972299999996e3","0.69764998999999989e2"],["-0.10156220999999999e3","0.69754165999999998e2"],["-0.10156194299999999e3",69.74914600000011],[-101.564438,"0.69743317000000104e2"],[-101.569458,"0.69737488000000099e2"],["-0.10160777300000001e3","0.69705825999999945e2"],["-0.10165249599999999e3",69.6827550000001],["-0.10169193999999999e3","0.69680267000000129e2"],["-0.10169722000000002e3","0.69684708000000057e2"],["-0.10175805699999995e3","0.69717758000000117e2"],["-0.10176611300000002e3","0.69721924000000001e2"],["-0.10177916700000003e3","0.69725266000000147e2"],["-0.10185637700000001e3","0.69743042000000116e2"],["-0.10187000299999994e3",69.74414100000007],["-0.10188722200000001e3","0.69733321999999987e2"],["-0.10189916999999997e3",69.73054500000012],["-0.10191416900000002e3",69.73054500000012],["-0.10192999299999997e3","0.69733597000000032e2"],["-0.10194055200000003e3","0.69737198000000092e2"],["-0.10194860799999998e3","0.69741363999999976e2"],[-101.962784,"0.69753052000000025e2"],["-0.10202306399999992e3","0.69817764000000011e2"],["-0.10206555199999997e3","0.69850540000000137e2"],["-0.10220667300000002e3",69.91304000000008],["-0.10221749899999998e3","0.69916930999999977e2"],["-0.10223029300000002e3","0.69917205999999965e2"],["-0.10224082900000002e3","0.69913315000000068e2"],["-0.10237581599999999e3","0.69809418000000107e2"],["-0.10251027699999992e3","0.69758040999999992e2"],["-0.10257640100000003e3","0.69737488000000099e2"],["-0.10259249899999998e3","0.69738312000000064e2"],["-0.10260582699999998e3","0.69741653000000099e2"],["-0.10261638600000003e3","0.69745255000000043e2"],["-0.10264890300000002e3","0.69761658000000125e2"],["-0.10265972899999997e3","0.69765273999999977e2"],[-102.673317,69.76638800000012],["-0.10268055700000002e3","0.69759995000000004e2"],["-0.10267443800000001e3","0.69750275000000101e2"],["-0.10265805099999994e3","0.69736923000000047e2"],["-0.10260028099999994e3",69.69802900000002],["-0.10259221600000001e3","0.69693862999999908e2"],["-0.10257640100000003e3","0.69691086000000041e2"],["-0.10255943299999996e3",69.68942300000009],["-0.10253138699999994e3","0.69691360000000145e2"],["-0.10252084400000001e3","0.69695251000000042e2"],["-0.10250917099999998e3",69.69802900000002],["-0.10249194299999994e3","0.69696365000000014e2"],["-0.10248361199999988e3","0.69692200000000014e2"],["-0.10247805800000003e3","0.69682480000000112e2"],["-0.10249777199999988e3","0.69595260999999994e2"],["-0.10250778199999996e3","0.69564147999999989e2"],["-0.10251500699999985e3","0.69559982000000105e2"],[-102.525284,"0.69556366000000025e2"],["-0.10260305800000003e3","0.69538315000000068e2"],["-0.10281304899999986e3","0.69529709000000139e2"],["-0.10282861300000002e3",69.53276100000005],["-0.10294387799999993e3","0.69559417999999994e2"],["-0.10308528099999995e3","0.69597214000000122e2"],["-0.10318666099999996e3","0.69629425000000026e2"],["-0.10320556599999998e3","0.69636932000000002e2"],["-0.10322471599999994e3","0.69644714000000135e2"],["-0.10323277300000001e3","0.69648604999999975e2"],[-103.260559,"0.69665543000000071e2"],["-0.10327166699999998e3","0.69674423000000104e2"],["-0.10332195300000001e3","0.69692200000000014e2"],["-0.10341639699999996e3","0.69706375000000094e2"],["-0.10343055699999996e3","0.69705261000000121e2"],["-0.10347693600000002e3","0.69693588000000091e2"],["-0.10348665599999998e3","0.69684708000000057e2"],["-0.10350723299999999e3","0.69617751999999996e2"],[-103.5041809999999,"0.69613036999999963e2"],["-0.10333528100000001e3","0.69574997000000053e2"],["-0.10308917200000002e3","0.69521927000000005e2"],["-0.10307528699999995e3","0.69523041000000148e2"],["-0.10305695300000002e3","0.69520537999999988e2"],["-0.10304638699999998e3","0.69516936999999984e2"],["-0.10303806299999997e3","0.69512771999999984e2"],["-0.10303278399999999e3","0.69508331000000055e2"],["-0.10302333099999998e3","0.69493866000000082e2"],["-0.10301390099999998e3","0.69474152000000004e2"],["-0.10299137899999999e3","0.69424698000000035e2"],["-0.10299082899999996e3","0.69419434000000024e2"],["-0.10300778199999996e3","0.69326935000000049e2"],["-0.10301917300000002e3","0.69282761000000107e2"],["-0.10302306399999998e3","0.69271652000000017e2"],["-0.10304444899999999e3","0.69252487000000087e2"],["-0.10307195299999995e3","0.69238586000000112e2"],["-0.10311332700000003e3","0.69223602000000028e2"],["-0.10312444299999999e3","0.69220825000000104e2"],["-0.10316000399999996e3","0.69213042999999971e2"],["-0.10317250099999995e3","0.69211380000000077e2"],["-0.10319415299999997e3","0.69204712000000086e2"],[-103.204453,"0.69200821000000019e2"],["-0.10321140299999996e3","0.69194427000000132e2"],["-0.10321444700000001e3","0.69189697000000137e2"],["-0.10321777299999997e3","0.69137207000000103e2"],[-103.208618,"0.69122756999999979e2"],["-0.10320305599999989e3",69.11831699999999],["-0.10319499199999996e3","0.69114426000000094e2"],["-0.10318222000000003e3","0.69111098999999967e2"],[-103.141953,69.15776100000005],["-0.10313390400000003e3","0.69163315000000068e2"],["-0.10312444299999999e3","0.69167755000000056e2"],["-0.10310500300000001e3","0.69176085999999998e2"],["-0.10307417299999997e3","0.69187485000000038e2"],["-0.10303721599999994e3","0.69205826000000059e2"],[-103.021118,"0.69216934000000037e2"],["-0.10300611900000001e3","0.69228592000000106e2"],["-0.10299889399999989e3","0.69234985000000052e2"],["-0.10298082699999992e3","0.69259155000000078e2"],["-0.10296916199999993e3","0.69271378000000084e2"],["-0.10295056199999999e3","0.69290268000000083e2"],["-0.10294360399999999e3",69.29664600000001],["-0.10287249799999995e3","0.69360535000000141e2"],["-0.10284084299999995e3","0.69383330999999998e2"],[-102.829453,"0.69386108000000036e2"],[-102.817497,"0.69383881000000031e2"],["-0.10280666400000001e3","0.69379974000000061e2"],["-0.10279360999999994e3","0.69376923000000033e2"],["-0.10276083399999993e3","0.69374420000000043e2"],["-0.10274694799999997e3","0.69375534000000016e2"],["-0.10272277799999995e3","0.69380264000000068e2"],["-0.10251083399999999e3","0.69439697000000081e2"],["-0.10250862100000001e3","0.69445526000000086e2"],["-0.10248972300000003e3","0.69469436999999971e2"],["-0.10247193900000002e3","0.69479430999999977e2"],["-0.10246028100000001e3","0.69482208000000071e2"],["-0.10231304899999998e3",69.49832200000003],["-0.10229804999999999e3","0.69498596000000134e2"],["-0.10209306300000003e3","0.69487762000000089e2"],["-0.10205750299999988e3","0.69483597000000088e2"],["-0.10204750100000001e3","0.69479980000000126e2"],["-0.10195527599999997e3",69.43553200000008],["-0.10194748699999997e3","0.69431365999999969e2"],["-0.10193694299999999e3","0.69422485000000052e2"],["-0.10193138099999999e3","0.69412766000000033e2"],["-0.10193110699999994e3","0.69407486000000006e2"],["-0.10193611099999998e3",69.401657],["-0.10203527799999995e3","0.69287200999999982e2"],["-0.10214890300000002e3","0.69270264000000111e2"],["-0.10215943899999996e3",69.27388000000002],["-0.10218776700000001e3","0.69280272999999966e2"],["-0.10220140100000003e3","0.69279160000000047e2"],["-0.10221278399999994e3","0.69276382000000069e2"],["-0.10222972099999993e3","0.69265549000000078e2"],["-0.10223194899999999e3","0.69259720000000073e2"],["-0.10221721600000001e3","0.69225266000000033e2"],["-0.10211972000000003e3","0.69183043999999938e2"],["-0.10210665899999992e3","0.69179703000000131e2"],["-0.10209361299999989e3","0.69178588999999931e2"],["-0.10208112299999993e3","0.69180267000000072e2"],["-0.10207167099999992e3","0.69184982000000105e2"],["-0.10206416300000001e3","0.69191360000000032e2"],["-0.10205943299999996e3",69.19720499999994],["-0.10205721999999992e3","0.69202773999999977e2"],["-0.10205750299999988e3","0.69208038000000101e2"],["-0.10205444299999999e3","0.69214431999999988e2"],["-0.10204499800000002e3","0.69226089000000115e2"],["-0.10203666699999997e3","0.69231658999999979e2"],["-0.10201666299999999e3","0.69239975000000072e2"],["-0.10200611899999996e3","0.69243590999999981e2"],["-0.10196305799999999e3","0.69257216999999912e2"],["-0.10195140099999998e3","0.69259995000000117e2"],[-101.9385989999999,"0.69261931999999945e2"],["-0.10192194399999994e3","0.69260269000000051e2"],["-0.10178500399999996e3","0.69196365000000071e2"],["-0.10177055399999995e3","0.69189147999999989e2"],["-0.10175472999999994e3","0.69175812000000064e2"],["-0.10175195300000001e3","0.69165543000000014e2"],["-0.10175167799999991e3","0.69160537999999974e2"],["-0.10175389099999995e3","0.69149719000000061e2"],["-0.10180638099999999e3","0.69003876000000105e2"],["-0.10180860899999993e3",68.99803199999991],["-0.10181806899999992e3","0.68993591000000038e2"],["-0.10185138699999993e3","0.68984420999999941e2"],["-0.10189916999999997e3",68.97526600000009],["-0.10194888300000002e3",68.96775800000006],[-101.962784,68.96665999999999],["-0.10197693600000002e3",68.96665999999999],[-101.993607,"0.68968323000000112e2"],["-0.10200140399999992e3","0.68972488000000112e2"],["-0.10202223200000003e3","0.68990265000000136e2"],["-0.10203250100000002e3",68.99414100000007],["-0.10204778299999998e3","0.68996933000000126e2"],["-0.10206220999999994e3","0.68996933000000126e2"],["-0.10209665699999994e3","0.68988585999999941e2"],["-0.10211305199999998e3","0.68977767999999969e2"],["-0.10212609900000001e3","0.68966385000000002e2"],["-0.10213082900000001e3","0.68960265999999933e2"],["-0.10214502699999997e3",68.94766199999998],["-0.10215638699999994e3","0.68944702000000063e2"],["-0.10216972399999997e3","0.68946091000000024e2"],[-102.323624,"0.68937195000000088e2"],["-0.10238612399999994e3","0.68925537000000077e2"],["-0.10238583399999993e3","0.68920258000000103e2"],["-0.10239028899999994e3","0.68914429000000098e2"],["-0.10239835399999987e3",68.90887500000008],["-0.10248554999999999e3","0.68871368000000018e2"],["-0.10253582799999998e3","0.68864425999999924e2"],["-0.10258972199999999e3","0.68860535000000084e2"],["-0.10260417200000001e3","0.68860260000000039e2"],["-0.10261972000000003e3","0.68861099000000024e2"],["-0.10263500999999991e3","0.68863876000000118e2"],["-0.10264527900000002e3","0.68867751999999996e2"],["-0.10276306199999999e3","0.68877762000000075e2"],["-0.10281889299999995e3","0.68834152000000074e2"],["-0.10289472999999992e3","0.68799988000000042e2"],["-0.10299054699999999e3","0.68794434000000081e2"],["-0.10300583599999999e3","0.68795258000000047e2"],[-103.047234,"0.68809707999999944e2"],[-103.146118,"0.68840546000000131e2"],["-0.10316416899999996e3",68.84304800000001],["-0.10319499199999996e3","0.68844437000000028e2"],[-103.208618,"0.68843596999999988e2"],["-0.10332084699999996e3","0.68829712000000086e2"],["-0.10334111000000001e3","0.68822220000000129e2"],["-0.10336000099999995e3","0.68813872999999944e2"],["-0.10336805700000002e3","0.68808318999999983e2"],["-0.10340306099999992e3","0.68777205999999978e2"],["-0.10350917099999987e3","0.68801375999999948e2"],["-0.10383583099999993e3",68.83638000000002],["-0.10409472699999992e3","0.68856644000000017e2"],["-0.10411028299999998e3","0.68859421000000054e2"],["-0.10413834399999996e3","0.68865540000000124e2"],[-104.287781,"0.68901932000000102e2"],["-0.10440249599999999e3","0.68931091000000094e2"],["-0.10443083199999995e3",68.9369200000001],[-104.445267,"0.68938873000000001e2"],["-0.10445749699999999e3","0.68936645999999996e2"],["-0.10446167000000003e3","0.68930542000000116e2"],["-0.10446305799999988e3","0.68924987999999928e2"],["-0.10446250900000001e3","0.68919708000000071e2"],["-0.10447444199999995e3","0.68901657000000057e2"],[-104.487503,"0.68888885000000073e2"],["-0.10450279199999989e3","0.68877762000000075e2"],["-0.10451167299999992e3","0.68873032000000023e2"],["-0.10452139299999999e3","0.68869140999999956e2"],["-0.10454360999999989e3","0.68863311999999951e2"],[-104.583618,"0.68859711000000118e2"],["-0.10484999099999993e3","0.68870254999999986e2"],["-0.10512917299999998e3","0.68896378000000084e2"],["-0.10514472999999992e3","0.68899155000000007e2"],["-0.10516610699999995e3","0.68906097000000102e2"],["-0.10519332900000001e3","0.68917480000000126e2"],["-0.10524889399999989e3","0.68945526000000029e2"],["-0.10518305999999995e3","0.68988312000000008e2"],[-105.173317,"0.68991928000000087e2"],["-0.10514666699999998e3","0.68992477000000008e2"],[-105.128601,"0.68989975000000129e2"],["-0.10506471299999998e3","0.68986923000000047e2"],["-0.10503916900000002e3","0.68990265000000136e2"],["-0.10493639400000001e3",69.03054800000001],["-0.10492887899999999e3","0.69036102000000028e2"],["-0.10491610700000001e3","0.69048874000000012e2"],["-0.10491166699999991e3","0.69065811000000053e2"],[-104.915009,"0.69070541000000048e2"],["-0.10492304999999999e3","0.69074706999999989e2"],["-0.10493388399999998e3","0.69078323000000012e2"],["-0.10506500199999999e3","0.69104155999999989e2"],["-0.10508332799999999e3","0.69106369000000086e2"],["-0.10509665699999999e3","0.69105255000000113e2"],[-105.122772,"0.69091095000000053e2"],["-0.10516027799999995e3","0.69071930000000066e2"],["-0.10547361799999999e3","0.69106934000000138e2"],["-0.10548055999999997e3","0.69116652999999928e2"],["-0.10549249299999991e3","0.69125259000000028e2"],["-0.10550695799999994e3","0.69133606000000043e2"],["-0.10551528899999994e3",69.13749700000011],["-0.10555387899999999e3","0.69152480999999966e2"],["-0.10558056599999998e3","0.69156372000000033e2"],["-0.10561694299999994e3","0.69160812000000078e2"],["-0.10576806599999998e3","0.69171371000000136e2"],["-0.10583029199999999e3","0.69172211000000004e2"],["-0.10587416100000002e3","0.69171097000000032e2"],["-0.10590222199999999e3","0.69169144000000074e2"],["-0.10591443600000002e3","0.69167205999999965e2"],["-0.10592555199999998e3","0.69164153999999996e2"],["-0.10603888699999993e3","0.69153869999999984e2"],["-0.10617777999999998e3","0.69144150000000081e2"],["-0.10619360399999999e3","0.69144714000000022e2"],[-106.256958,"0.69154984000000127e2"],["-0.10628888699999999e3","0.69160262999999929e2"],["-0.10639611799999994e3",69.17804000000001],["-0.10640611299999995e3","0.69180542000000059e2"],["-0.10641471899999999e3","0.69184417999999937e2"],["-0.10641471899999999e3","0.69195251000000098e2"],["-0.10641027799999995e3","0.69217758000000003e2"],["-0.10640666199999998e3","0.69223877000000073e2"],[-106.3944469999999,69.23692299999999],["-0.10638612399999994e3","0.69241653000000042e2"],["-0.10637638899999996e3",69.24552900000009],[-106.30777,"0.69262206999999989e2"],["-0.10628832999999992e3","0.69269989000000123e2"],["-0.10627362099999993e3","0.69281372000000147e2"],["-0.10626777600000003e3","0.69292206000000022e2"],[-106.26889,"0.69297211000000061e2"],["-0.10631639100000001e3","0.69386658000000068e2"],[-106.49527,"0.69474426000000108e2"],["-0.10652139299999993e3","0.69486098999999967e2"],["-0.10654138199999989e3",69.49331699999999],["-0.10655499299999985e3","0.69496368000000018e2"],["-0.10657112099999989e3","0.69498870999999951e2"],["-0.10660221899999999e3","0.69498870999999951e2"],["-0.10661444099999994e3","0.69496643000000006e2"],["-0.10662554899999986e3","0.69493591000000094e2"],["-0.10673306299999996e3","0.69441650000000038e2"],["-0.10674027999999998e3","0.69435806000000014e2"],["-0.10674388099999993e3","0.69429703000000075e2"],["-0.10674553700000001e3","0.69407760999999994e2"],["-0.10686277799999999e3",69.36914100000007],["-0.10693083200000001e3","0.69361649000000114e2"],["-0.10695500199999992e3","0.69357208000000014e2"],["-0.10696611000000001e3","0.69354156000000103e2"],["-0.10698554999999999e3","0.69346100000000035e2"],["-0.10699249299999997e3","0.69340546000000018e2"],["-0.10699722300000002e3",69.33526599999999],["-0.10699833699999999e3","0.69329711999999972e2"],["-0.10699694799999997e3","0.69324432000000058e2"],["-0.10696528599999994e3","0.69303040000000067e2"],["-0.10695749699999993e3","0.69293319999999994e2"],[-106.925003,69.23942599999998],["-0.10692223399999995e3","0.69228867000000093e2"],[-106.929169,"0.69216660000000104e2"],["-0.10693611099999998e3","0.69211105000000032e2"],["-0.10694444299999998e3","0.69206375000000037e2"],["-0.10696362299999993e3","0.69198318000000029e2"],["-0.10703999299999998e3","0.69181091000000038e2"],["-0.10712832600000002e3","0.69154434000000094e2"],["-0.10713806199999999e3","0.69150543000000027e2"],["-0.10716221599999994e3","0.69134430000000009e2"],["-0.10719167299999998e3","0.69112487999999928e2"],["-0.10722666900000002e3","0.69084152000000017e2"],["-0.10724889400000001e3","0.69068054000000018e2"],[-107.264183,"0.69057480000000112e2"],["-0.10727944899999994e3","0.69046936000000073e2"],[-107.304169,"0.69032485999999949e2"],["-0.10731360599999994e3","0.69028595000000109e2"],["-0.10734221599999995e3",69.01887499999998],["-0.10737444299999993e3","0.69009430000000123e2"],["-0.10743167099999994e3","0.68996368000000075e2"],["-0.10750334199999992e3","0.68982758000000047e2"],["-0.10755387899999994e3","0.68975540000000024e2"],["-0.10764611799999989e3","0.68965546000000018e2"],["-0.10767388900000003e3","0.68963608000000079e2"],["-0.10774610899999999e3","0.68960815000000082e2"],["-0.10793749999999994e3","0.68934981999999934e2"],["-0.10795584099999996e3","0.68931046000000094e2"],["-0.10797693600000002e3","0.68930542000000116e2"],["-0.10817555199999998e3","0.68931091000000094e2"],["-0.10820944199999997e3",68.93331900000004],["-0.10826444999999995e3","0.68939148000000046e2"],["-0.10829833999999988e3","0.68941360000000088e2"],["-0.10842804699999994e3","0.68945816000000036e2"],["-0.10849221799999992e3",68.94747899999993],[-108.521118,"0.68946365000000128e2"],["-0.10853443900000002e3","0.68944702000000063e2"],["-0.10854611199999994e3","0.68942474000000061e2"],["-0.10856331599999993e3","0.68933594000000028e2"],["-0.10856388900000002e3","0.68927765000000022e2"],["-0.10855082699999997e3","0.68919434000000138e2"],["-0.10854194599999994e3","0.68915543000000071e2"],["-0.10853555299999999e3","0.68911376999999959e2"],[-108.531387,"0.68906647000000135e2"],["-0.10852971599999995e3","0.68901382000000069e2"],["-0.10853028899999993e3","0.68895828000000051e2"],["-0.10853555299999999e3","0.68889160000000061e2"],["-0.10855139200000002e3","0.68879425000000026e2"],["-0.10859722899999997e3","0.68859146000000067e2"],["-0.10867443799999995e3","0.68829437000000041e2"],[-108.926941,"0.68744431000000134e2"],["-0.10893749999999994e3","0.68741088999999988e2"],["-0.10897250400000001e3","0.68733870999999965e2"],["-0.10910472099999998e3","0.68710541000000035e2"],["-0.10919138299999992e3","0.68697205000000054e2"],["-0.10923416099999997e3","0.68694977000000108e2"],["-0.10926390099999998e3","0.68694427000000076e2"],["-0.10931194299999999e3","0.68695816000000093e2"],[-109.345551,"0.68697754000000032e2"],["-0.10937416100000002e3","0.68696365000000014e2"],["-0.10939998600000001e3","0.68693313999999987e2"],["-0.10943472300000002e3","0.68686095999999964e2"],["-0.10949137899999994e3","0.68673308999999961e2"],["-0.10952306399999992e3","0.68664993000000095e2"],["-0.10955359599999991e3","0.68655258000000003e2"],["-0.10959722899999997e3",68.64387499999998],["-0.10964362299999999e3","0.68634430000000123e2"],["-0.10965638699999994e3","0.68632751000000098e2"],["-0.10968331899999998e3","0.68630539000000056e2"],[-109.756958,"0.68628586000000098e2"],["-0.10997028399999999e3","0.68627197000000081e2"],["-0.11012416099999996e3","0.68627197000000081e2"],["-0.11016055299999994e3","0.68630539000000056e2"],["-0.11019167299999998e3","0.68630814000000044e2"],["-0.11022000099999997e3","0.68629150000000038e2"],["-0.11024416400000001e3","0.68625259000000142e2"],["-0.11026306199999999e3","0.68617752000000053e2"],["-0.11027194199999997e3","0.68613602000000014e2"],["-0.11027916700000003e3","0.68608597000000145e2"],[-110.295547,"0.68599426000000051e2"],["-0.11032917800000001e3","0.68582214000000022e2"],["-0.11033917200000002e3","0.68578872999999987e2"],["-0.11035082999999997e3","0.68576385000000016e2"],["-0.11036361699999998e3","0.68574707000000046e2"],["-0.11037777699999998e3","0.68574158000000125e2"],["-0.11039138800000001e3","0.68576660000000004e2"],["-0.11039806399999986e3","0.68580826000000116e2"],["-0.11042027299999995e3","0.68604156000000046e2"],["-0.11042722300000003e3","0.68608321999999987e2"],["-0.11044082600000002e3","0.68611099000000081e2"],["-0.11045889299999999e3","0.68612761999999975e2"],["-0.11056111099999998e3","0.68616653000000042e2"],[-110.576683,"0.68616653000000042e2"],["-0.11058944699999989e3","0.68614990000000148e2"],["-0.11060944399999994e3","0.68608321999999987e2"],["-0.11061694299999994e3","0.68603592000000106e2"],["-0.11063417099999987e3",68.59526100000005],["-0.11065695199999999e3","0.68590271000000143e2"],["-0.11068138099999999e3","0.68586105000000089e2"],["-0.11089666699999998e3",68.55720500000001],["-0.11092223399999995e3","0.68553863999999976e2"],[-110.950287,"0.68551926000000037e2"],["-0.11101363400000002e3","0.68552765000000022e2"],["-0.11103195199999999e3","0.68554428000000144e2"],["-0.11103859699999992e3","0.68558594000000028e2"],["-0.11103500400000001e3","0.68563873000000001e2"],["-0.11098332199999993e3","0.68577773999999977e2"],["-0.11097193900000002e3","0.68580276000000083e2"],["-0.11095777900000002e3","0.68581100000000049e2"],["-0.11092555199999993e3","0.68580276000000083e2"],["-0.11089723200000003e3","0.68581940000000088e2"],["-0.11087165800000002e3","0.68585266000000104e2"],["-0.11086028299999987e3","0.68587769000000094e2"],[-110.850281,"0.68591095000000109e2"],["-0.11084306299999997e3","0.68596099999999979e2"],["-0.11084306299999997e3","0.68601653999999996e2"],["-0.11084973099999996e3","0.68605820000000051e2"],["-0.11086361699999992e3","0.68608597000000145e2"],["-0.11101750199999998e3","0.68598327999999981e2"],["-0.11103028899999998e3","0.68596649000000127e2"],["-0.11105888399999998e3","0.68585815000000082e2"],[-111.068893,68.58248900000001],["-0.11108029199999999e3","0.68579987000000131e2"],["-0.11109306300000003e3","0.68578323000000125e2"],["-0.11113527699999997e3","0.68575821000000076e2"],["-0.11116639700000002e3","0.68575821000000076e2"],["-0.11123249800000002e3","0.68578049000000021e2"],["-0.11126750199999998e3","0.68580551000000071e2"],["-0.11128362299999998e3","0.68582764000000054e2"],["-0.11132000700000003e3","0.68585815000000082e2"],["-0.11133693699999998e3","0.68586655000000121e2"],["-0.11137917299999998e3","0.68584152000000131e2"],["-0.11139195299999994e3",68.58248900000001],["-0.11141166699999997e3","0.68575546000000031e2"],["-0.11141665599999999e3","0.68571106000000043e2"],["-0.11140527299999997e3","0.68568054000000075e2"],[-111.389183,68.56581099999994],["-0.11129804999999999e3","0.68557755000000043e2"],["-0.11125028999999989e3",68.55720500000001],["-0.11123194899999999e3","0.68555542000000116e2"],["-0.11121833800000002e3","0.68552765000000022e2"],["-0.11120916699999998e3","0.68549148999999943e2"],[-111.204453,"0.68544708000000071e2"],[-111.204453,"0.68538879000000009e2"],["-0.11121112099999999e3","0.68526093000000117e2"],["-0.11121556099999992e3","0.68519440000000145e2"],["-0.11122556299999997e3",68.516098],["-0.11123805199999993e3","0.68514435000000105e2"],["-0.11125361599999991e3","0.68514435000000105e2"],["-0.11135861199999999e3","0.68521652000000017e2"],["-0.11137470999999999e3","0.68523604999999975e2"],["-0.11138834400000002e3","0.68526382000000069e2"],["-0.11146806300000003e3","0.68536926000000108e2"],["-0.11152278100000001e3","0.68541656000000103e2"],["-0.11160056299999991e3","0.68543594000000041e2"],["-0.11185109699999998e3","0.68534149000000014e2"],[-112.060272,"0.68523041000000035e2"],["-0.11221000700000002e3","0.68513610999999969e2"],["-0.11223665599999987e3","0.68510817999999972e2"],["-0.11235916099999997e3","0.68501938000000109e2"],["-0.11240110799999997e3","0.68499145999999996e2"],["-0.11250917099999992e3","0.68498032000000023e2"],["-0.11263527699999992e3","0.68483047000000056e2"],["-0.11263694800000002e3","0.68476928999999927e2"],["-0.11264527900000002e3","0.68472763000000043e2"],["-0.11267027299999995e3","0.68469146999999964e2"],["-0.11272749299999992e3","0.68465820000000065e2"],["-0.11277390299999996e3","0.68465546000000131e2"],["-0.11280750299999994e3","0.68466660000000104e2"],["-0.11305166600000001e3","0.68464157000000114e2"],[-113.091949,"0.68460266000000047e2"],[-113.220551,68.45277400000009],["-0.11325140399999992e3","0.68452209000000096e2"],["-0.11326944699999996e3","0.68453873000000101e2"],[-113.297234,"0.68458602999999925e2"],["-0.11330444299999999e3","0.68462769000000037e2"],["-0.11330943300000001e3","0.68467209000000025e2"],[-113.310272,"0.68473038000000031e2"],["-0.11330638099999993e3","0.68479706000000022e2"],["-0.11329972800000002e3","0.68484711000000061e2"],["-0.11329138199999994e3","0.68489151000000106e2"],["-0.11326944699999996e3","0.68494430999999963e2"],[-113.256958,"0.68496094000000085e2"],["-0.11319360399999999e3","0.68496368000000018e2"],["-0.11305166600000001e3","0.68487487999999985e2"],["-0.11303778099999994e3","0.68488312000000121e2"],["-0.11303388999999999e3","0.68494980000000112e2"],["-0.11304360999999994e3","0.68504166000000055e2"],["-0.11307250999999991e3","0.68520538000000045e2"],["-0.11311805700000002e3","0.68544434000000138e2"],["-0.11314138800000001e3","0.68550537000000077e2"],["-0.11319721999999996e3","0.68560256999999979e2"],["-0.11321333300000003e3","0.68562195000000088e2"],["-0.11326888999999994e3","0.68572220000000016e2"],["-0.11333416699999998e3","0.68585541000000148e2"],["-0.11335777299999995e3","0.68591369999999984e2"],["-0.11336721799999992e3","0.68594986000000006e2"],["-0.11338166799999988e3","0.68603043000000014e2"],["-0.11344304699999998e3","0.68640548999999965e2"],["-0.11344833399999999e3","0.68645263999999997e2"],["-0.11345111099999997e3","0.68650269000000037e2"],["-0.11345249899999999e3","0.68661652000000061e2"],["-0.11345084400000002e3",68.667755],["-0.11352443700000003e3","0.68724990999999932e2"],["-0.11366665599999999e3","0.68802199999999914e2"],[-113.676941,"0.68811096000000077e2"],["-0.11367887899999994e3","0.68894714000000079e2"],["-0.11367722299999997e3","0.68900818000000129e2"],[-113.671944,"0.68906647000000135e2"],["-0.11362389400000001e3",68.93331900000004],["-0.11360694899999993e3","0.68942474000000061e2"],["-0.11358444199999997e3","0.68948028999999963e2"],["-0.11357472199999995e3","0.68951385000000016e2"],[-113.569458,"0.68957214000000022e2"],["-0.11354583700000001e3","0.69043045000000006e2"],["-0.11354499799999996e3","0.69048035000000084e2"],["-0.11355471799999987e3","0.69051376000000118e2"],["-0.11361501299999998e3","0.69066376000000048e2"],["-0.11363221699999997e3","0.69073883000000023e2"],["-0.11364723199999992e3","0.69081940000000145e2"],["-0.11365778399999999e3","0.69091095000000053e2"],["-0.11369611399999991e3","0.69154709000000139e2"],["-0.11369220699999994e3","0.69189423000000033e2"],["-0.11368083200000001e3","0.69191925000000083e2"],["-0.11366583300000002e3","0.69191086000000098e2"],["-0.11365583800000002e3","0.69187485000000038e2"],["-0.11362193300000001e3",69.17804000000001],["-0.11353888699999999e3","0.69168594000000041e2"],["-0.11351972999999998e3","0.69167205999999965e2"],["-0.11350862099999995e3","0.69169708000000014e2"],["-0.11351363399999997e3","0.69174423000000047e2"],["-0.11352111799999994e3","0.69178588999999931e2"],["-0.11355359599999991e3","0.69187195000000031e2"],["-0.11358000199999992e3","0.69192474000000004e2"],["-0.11362332200000003e3","0.69199707000000046e2"],["-0.11390888999999999e3",69.24192800000003],["-0.11427555799999999e3","0.69281936999999971e2"],["-0.11431139400000001e3","0.69284987999999998e2"],["-0.11432888800000001e3","0.69285538000000031e2"],["-0.11439277600000003e3","0.69284149000000014e2"],["-0.11442138699999998e3","0.69281936999999971e2"],[-114.4472199999999,"0.69278046000000074e2"],["-0.11449249299999991e3","0.69267212000000029e2"],["-0.11451834100000002e3","0.69263321000000133e2"],["-0.11466972399999997e3","0.69255829000000006e2"],[-114.764183,"0.69252212999999983e2"],["-0.11508889799999992e3","0.69244705000000124e2"],["-0.11525361599999991e3","0.69245254999999986e2"],["-0.11540083299999998e3","0.69256942999999978e2"],["-0.11564472999999998e3","0.69273315000000139e2"],["-0.11579527299999995e3","0.69282761000000107e2"],["-0.11592138699999992e3","0.69290268000000083e2"],["-0.11595584099999996e3","0.69292206000000022e2"],["-0.11596833799999996e3","0.69294983000000116e2"],[-115.9786069999999,"0.69298598999999967e2"],["-0.11598665599999998e3","0.69302475000000015e2"],["-0.11600029000000001e3","0.69310806000000127e2"],["-0.11600611900000001e3","0.69315262000000018e2"],[-116.016953,"0.69322220000000016e2"],["-0.11602694700000001e3","0.69325546000000088e2"],["-0.11605638099999999e3",69.32998699999996],["-0.11617527799999993e3",69.34165999999999],["-0.11621945199999999e3","0.69348327999999981e2"],["-0.11652583300000003e3","0.69407486000000006e2"],["-0.11653859699999998e3",69.4102630000001],["-0.11654888900000003e3","0.69413605000000018e2"],["-0.11656527699999992e3","0.69421371000000079e2"],["-0.11662970699999994e3","0.69458878000000141e2"],["-0.11663137799999993e3","0.69464706000000035e2"],["-0.11662666299999989e3","0.69470535000000041e2"],["-0.11661888099999993e3","0.69474990999999989e2"],["-0.11660777300000001e3","0.69478043000000071e2"],[-116.569458,69.48414600000001],["-0.11656139400000001e3","0.69488586000000055e2"],["-0.11655860899999993e3",69.4952550000001],["-0.11657556199999993e3","0.69555817000000104e2"],["-0.11658138999999989e3","0.69560531999999967e2"],[-116.591949,"0.69563873000000001e2"],["-0.11660472099999993e3","0.69566665999999998e2"],["-0.11663667299999997e3","0.69570267000000058e2"],["-0.11673388699999998e3","0.69575546000000031e2"],["-0.11674999999999994e3","0.69574997000000053e2"],["-0.11675945299999995e3","0.69571381000000031e2"],["-0.11676611299999996e3","0.69565177999999946e2"],["-0.11678138699999988e3",69.55720500000001],["-0.11689750700000002e3","0.69587494000000049e2"],["-0.11688054699999986e3","0.69608871000000079e2"],["-0.11685193600000002e3","0.69619705000000124e2"],["-0.11684612299999998e3","0.69643051000000014e2"],["-0.11684750399999996e3","0.69648604999999975e2"],[-116.858047,"0.69651932000000102e2"],["-0.11696193700000003e3","0.69679427999999973e2"],[-116.987503,"0.69684981999999991e2"],["-0.11701777600000003e3",69.68942300000009],["-0.11703500399999996e3","0.69690810999999997e2"],["-0.11705027799999993e3","0.69693038999999942e2"],["-0.11707584400000002e3",69.69859300000013],["-0.11711805699999996e3","0.69711654999999951e2"],["-0.11723889200000002e3","0.69753052000000025e2"],["-0.11724749799999995e3","0.69756943000000092e2"],["-0.11726917300000002e3",69.78166200000004],["-0.11727278100000001e3","0.69792755000000056e2"],[-117.30777,"0.69844436999999971e2"],["-0.11736721799999992e3","0.69919983000000059e2"],["-0.11742250099999995e3","0.69972488000000055e2"],["-0.11743499799999995e3","0.69981369000000029e2"],["-0.11743666099999996e3",69.98692299999999],["-0.11743611099999993e3","0.69993042000000059e2"],["-0.11741528299999993e3","0.70009995000000117e2"],["-0.11738527699999997e3","0.70028595000000053e2"],["-0.11735637700000001e3","0.70039703000000031e2"],["-0.11732584400000002e3","0.70049987999999985e2"],["-0.11728362300000003e3","0.70063309000000118e2"],["-0.11725140399999992e3","0.70072768999999994e2"],["-0.11723999000000003e3","0.70075821000000133e2"],["-0.11719444299999998e3","0.70087493999999936e2"],["-0.11716999800000002e3","0.70092484000000013e2"],["-0.11712082700000002e3","0.70102478000000019e2"],["-0.11708167999999995e3","0.70108871000000136e2"],["-0.11701083399999993e3","0.70116928000000144e2"],["-0.11687721299999998e3","0.70129150000000095e2"],["-0.11658306899999997e3","0.70156937000000084e2"],[-116.236107,"0.70191360000000032e2"],["-0.11616639700000002e3","0.70199997000000053e2"],["-0.11609999099999999e3","0.70210266000000047e2"],["-0.11607167099999998e3","0.70213608000000022e2"],["-0.11590834000000001e3","0.70228867000000093e2"],["-0.11580194099999994e3","0.70236649000000057e2"],["-0.11569360399999994e3","0.70243866000000139e2"],["-0.11564695699999993e3","0.70246643000000063e2"],["-0.11549665799999997e3","0.70250549000000092e2"],["-0.11544833399999993e3","0.70252487000000031e2"],["-0.11531471299999998e3","0.70264160000000061e2"],["-0.11530139200000002e3","0.70266388000000063e2"],[-115.229446,"0.70273879999999963e2"],["-0.11516750299999995e3",70.27777100000003],["-0.11508389299999999e3","0.70279708999999968e2"],["-0.11503028899999998e3","0.70279984000000013e2"],["-0.11486721799999998e3",70.28387500000008],["-0.11480194099999989e3","0.70286102000000142e2"],["-0.11474137899999999e3","0.70290817000000004e2"],["-0.11471305799999988e3","0.70293869000000086e2"],["-0.11465888999999999e3","0.70301651000000049e2"],["-0.11461694299999994e3",70.30664100000007],["-0.11458833299999992e3","0.70309708000000001e2"],["-0.11454305999999997e3","0.70313309000000061e2"],[-114.511124,"0.70314696999999967e2"],[-114.323624,"0.70316665999999998e2"],[-114.254997,"0.70317215000000147e2"],["-0.11421833800000002e3","0.70316085999999984e2"],["-0.11417832900000002e3","0.70313599000000067e2"],["-0.11416082799999998e3","0.70311645999999939e2"],["-0.11413527699999997e3","0.70305816999999934e2"],[-114.111107,"0.70293869000000086e2"],["-0.11409028599999994e3","0.70286926000000108e2"],[-114.057503,"0.70282486000000063e2"],["-0.11384166700000003e3","0.70269440000000145e2"],["-0.11368388399999992e3","0.70263046000000088e2"],["-0.11365055799999993e3","0.70263610999999969e2"],["-0.11359166700000003e3","0.70268600000000106e2"],["-0.11354943799999995e3","0.70273315000000139e2"],["-0.11350556899999998e3","0.70277481000000023e2"],["-0.11346000700000002e3","0.70280548000000124e2"],["-0.11342804699999999e3","0.70281662000000097e2"],["-0.11339138799999995e3","0.70280548000000124e2"],["-0.11333332799999994e3","0.70277206000000035e2"],["-0.11329611199999999e3","0.70273879999999963e2"],["-0.11316832699999998e3","0.70259155000000021e2"],["-0.11309084299999995e3","0.70247481999999991e2"],["-0.11266665599999993e3","0.70203873000000101e2"],["-0.11256471299999998e3","0.70198318000000029e2"],["-0.11254804999999999e3","0.70198593000000017e2"],["-0.11253278399999994e3","0.70199416999999983e2"],["-0.11252084399999995e3","0.70202209000000096e2"],["-0.11251722699999999e3","0.70207488999999953e2"],["-0.11252749599999993e3","0.70211105000000032e2"],["-0.11256304899999998e3","0.70213608000000022e2"],[-112.577789,"0.70216095000000053e2"],["-0.11258084100000002e3","0.70221374999999966e2"],["-0.11257501200000002e3","0.70227203000000088e2"],["-0.11256582599999996e3","0.70231368999999972e2"],["-0.11255526700000001e3","0.70234984999999995e2"],["-0.11254332699999992e3","0.70237487999999985e2"],[-112.295547,"0.70266663000000051e2"],[-112.212784,"0.70265823000000012e2"],[-112.195831,"0.70265823000000012e2"],["-0.11216388699999999e3","0.70266936999999984e2"],["-0.11213834399999996e3","0.70271378000000084e2"],["-0.11214584400000001e3","0.70275543000000084e2"],["-0.11216306299999991e3","0.70277481000000023e2"],["-0.11224249299999991e3","0.70283600000000035e2"],["-0.11229695099999998e3","0.70289154000000053e2"],["-0.11230471799999992e3","0.70293319999999937e2"],["-0.11229723399999995e3","0.70298325000000034e2"],["-0.11228333299999997e3","0.70299988000000099e2"],["-0.11226666299999999e3","0.70300262000000032e2"],["-0.11224833699999999e3","0.70299423000000104e2"],[-112.23111,"0.70297484999999938e2"],["-0.11210888699999992e3","0.70277481000000023e2"],["-0.11192639199999996e3","0.70252212999999927e2"],["-0.11191583300000002e3","0.70255553999999961e2"],["-0.11190805099999989e3","0.70260544000000039e2"],["-0.11189917000000003e3","0.70264709000000039e2"],["-0.11188054699999998e3","0.70270264000000111e2"],["-0.11186527999999993e3","0.70271378000000084e2"],["-0.11184861799999993e3","0.70271378000000084e2"],[-111.743607,"0.70269440000000145e2"],["-0.11155555700000002e3","0.70269714000000079e2"],["-0.11153888699999993e3","0.70269989000000066e2"],["-0.11146806300000003e3","0.70278320000000008e2"],["-0.11145445299999989e3","0.70279984000000013e2"],[-111.445267,"0.70284149000000014e2"],["-0.11144275699999992e3","0.70290268000000026e2"],[-111.487213,"0.70336929000000055e2"],["-0.11149472000000003e3","0.70341094999999939e2"],["-0.11150723299999993e3","0.70344147000000078e2"],["-0.11153694200000001e3","0.70349426000000051e2"],["-0.11163110399999999e3","0.70358321999999987e2"],["-0.11166471899999999e3",70.35803199999998],["-0.11169387799999998e3","0.70355545000000063e2"],["-0.11173528299999998e3",70.35026600000009],["-0.11175055700000001e3","0.70349426000000051e2"],["-0.11180387899999999e3","0.70350815000000011e2"],["-0.11198055999999991e3","0.70370818999999983e2"],["-0.11200083899999987e3","0.70378036000000066e2"],["-0.11205387899999999e3","0.70401093000000003e2"],["-0.11206166099999996e3","0.70405258000000003e2"],["-0.11206973299999993e3","0.70414993000000095e2"],["-0.11207250999999997e3",70.42025799999999],[-112.073059,"0.70431655999999975e2"],["-0.11207584400000002e3","0.70436646000000053e2"],["-0.11208917200000002e3","0.70451096000000121e2"],["-0.11211527999999998e3","0.70474152000000004e2"],["-0.11214611799999994e3","0.70490540000000067e2"],[-112.156387,"0.70494141000000127e2"],["-0.11216915899999998e3","0.70497208000000001e2"],["-0.11219915800000001e3","0.70502213000000097e2"],["-0.11242722299999997e3","0.70526382000000012e2"],["-0.11249553700000001e3","0.70515274000000034e2"],[-112.5,"0.70514740000000074e2"],["-0.11250945300000001e3","0.70513611000000083e2"],["-0.11252806099999998e3","0.70514160000000004e2"],["-0.11258612099999999e3","0.70524994000000106e2"],["-0.11262193300000001e3","0.70534424000000001e2"],["-0.11265278599999994e3","0.70545258000000047e2"],["-0.11267083700000001e3","0.70552765000000136e2"],["-0.11267859599999991e3","0.70556931000000077e2"],["-0.11270973199999997e3","0.70567490000000078e2"],["-0.11272805799999998e3","0.70568329000000062e2"],["-0.11281471299999993e3","0.70568054000000075e2"],["-0.11284861799999993e3","0.70567764000000011e2"],["-0.11285610999999994e3","0.70562758999999971e2"],["-0.11293749999999994e3",70.56721500000009],["-0.11300083899999993e3","0.70576659999999947e2"],["-0.11301611300000002e3","0.70579163000000108e2"],["-0.11314222699999999e3","0.70606093999999985e2"],["-0.11330304699999994e3","0.70641936999999984e2"],["-0.11349221799999992e3","0.70677200000000028e2"],["-0.11351112399999994e3","0.70677765000000022e2"],["-0.11351999699999993e3","0.70673598999999967e2"],["-0.11351917299999997e3","0.70667755000000113e2"],[-113.5227809999999,"0.70655547999999953e2"],["-0.11352834300000001e3","0.70649719000000118e2"],["-0.11354055800000003e3","0.70646942000000024e2"],["-0.11355444299999994e3","0.70644989000000123e2"],["-0.11357140399999997e3","0.70644714000000079e2"],["-0.11359166700000003e3","0.70646103000000096e2"],["-0.11360722399999997e3","0.70648604999999975e2"],["-0.11363054699999998e3","0.70654984000000013e2"],["-0.11364917000000003e3","0.70662766000000147e2"],["-0.11366528299999999e3","0.70670822000000044e2"],["-0.11368388399999992e3",70.678314],["-0.11372860700000001e3","0.70691649999999925e2"],["-0.11376194800000002e3","0.70696091000000024e2"],["-0.11388221699999997e3","0.70710265999999933e2"],["-0.11393831599999993e3",70.71527100000003],["-0.11397416699999991e3","0.70715546000000018e2"],["-0.11398972299999997e3","0.70714432000000045e2"],[-114.015556,"0.70709991000000116e2"],["-0.11406833599999993e3","0.70692474000000061e2"],["-0.11408944700000001e3","0.70685256999999979e2"],["-0.11412082699999996e3","0.70674698000000092e2"],["-0.11414362299999999e3","0.70668594000000098e2"],["-0.11417111199999999e3","0.70664703000000031e2"],["-0.11420834400000001e3","0.70665817000000004e2"],["-0.11426194800000002e3","0.70671371000000022e2"],[-114.323059,"0.70675262000000089e2"],["-0.11437748699999997e3","0.70675812000000121e2"],["-0.11440834000000001e3","0.70673598999999967e2"],[-114.4202729999999,"0.70670822000000044e2"],["-0.11443083200000001e3","0.70667206000000022e2"],["-0.11444833399999999e3","0.70658600000000092e2"],["-0.11445889299999999e3","0.70655258000000117e2"],["-0.11449500299999994e3","0.70646942000000024e2"],["-0.11454527299999995e3","0.70636107999999979e2"],["-0.11457112100000001e3","0.70631362999999965e2"],["-0.11464111299999996e3","0.70622482000000048e2"],["-0.11498916599999995e3","0.70603867000000093e2"],["-0.11513694800000002e3","0.70598038000000088e2"],["-0.11525250199999994e3","0.70601379000000122e2"],["-0.11538054699999998e3","0.70604706000000078e2"],["-0.11539943700000003e3","0.70604980000000012e2"],["-0.11588971700000002e3","0.70595260999999994e2"],[-115.921944,"0.70593596999999988e2"],["-0.11597609699999998e3","0.70585266000000047e2"],["-0.11605555700000002e3","0.70572220000000129e2"],["-0.11608556399999992e3","0.70587769000000037e2"],["-0.11616251399999999e3",70.62303200000008],["-0.11617111199999994e3","0.70626923000000147e2"],["-0.11626363400000002e3","0.70634720000000073e2"],["-0.11636389200000002e3","0.70639160000000118e2"],["-0.11638082900000001e3","0.70638885000000073e2"],["-0.11652999899999992e3","0.70632477000000108e2"],["-0.11663221699999997e3","0.70614990000000091e2"],["-0.11665583800000002e3","0.70609146000000067e2"],["-0.11666915899999998e3","0.70607208000000128e2"],["-0.11671501199999994e3","0.70603043000000127e2"],["-0.11690110799999997e3","0.70597214000000122e2"],["-0.11691972399999997e3","0.70597488000000055e2"],["-0.11705972300000002e3","0.70601379000000122e2"],["-0.11710056299999997e3","0.70603317000000061e2"],["-0.11734584000000001e3","0.70614990000000091e2"],["-0.11734973100000002e3","0.70619980000000112e2"],["-0.11735861199999994e3","0.70623871000000008e2"],["-0.11737666300000001e3",70.62553400000013],["-0.11750556899999998e3",70.61692800000003],["-0.11751528899999994e3","0.70613311999999951e2"],["-0.11751806599999986e3","0.70606368999999972e2"],["-0.11751862299999993e3","0.70600266000000033e2"],["-0.11752500900000001e3","0.70594985999999949e2"],["-0.11754360999999994e3","0.70595260999999994e2"],[-117.5594329999999,"0.70597214000000122e2"],["-0.11761305199999998e3","0.70608597000000145e2"],["-0.11767111199999999e3","0.70624419999999986e2"],["-0.11770472699999999e3","0.70634155000000021e2"],[-117.724716,"0.70641373000000044e2"],["-0.11773777799999993e3",70.65026899999998],["-0.11774194299999994e3","0.70655258000000117e2"],[-117.741669,"0.70661376999999959e2"],["-0.11773944099999994e3","0.70666930999999977e2"],["-0.11773473399999995e3","0.70673035000000027e2"],["-0.11772222899999986e3",70.68331900000004],["-0.11771417199999996e3","0.70688034000000073e2"],["-0.11770944199999985e3","0.70693863000000079e2"],["-0.11771140300000002e3","0.70699707000000103e2"],["-0.11771806300000003e3","0.70703872999999987e2"],["-0.11773581699999994e3","0.70711655000000121e2"],["-0.11774694799999997e3","0.70714995999999985e2"],["-0.11789806399999998e3","0.70756104000000107e2"],["-0.11794554099999999e3","0.70768599999999992e2"],["-0.11800890400000003e3",70.783051],["-0.11804750100000001e3","0.70791656000000046e2"],["-0.11809277299999997e3","0.70804703000000075e2"],["-0.11813583399999999e3","0.70818054000000018e2"],["-0.11816750300000001e3","0.70828598000000056e2"],["-0.11818776700000001e3","0.70836104999999975e2"],["-0.11820584099999996e3","0.70843872000000147e2"],["-0.11826445000000001e3","0.70871918000000051e2"],["-0.11828028899999993e3","0.70879974000000118e2"],["-0.11830972300000002e3","0.70897217000000012e2"],["-0.11831639100000001e3","0.70901657000000057e2"],["-0.11832972699999993e3","0.70910537999999974e2"],["-0.11840862299999998e3","0.70970260999999994e2"],["-0.11841750300000001e3","0.70980270000000019e2"],["-0.11841972399999986e3","0.70985809000000017e2"],["-0.11841944899999993e3",70.99192800000003],[-118.415009,70.99803200000008],["-0.11840862299999998e3","0.71003326000000072e2"],["-0.11840055799999999e3","0.71007766999999944e2"],["-0.11837082700000002e3","0.71019149999999968e2"],["-0.11833944699999995e3","0.71029433999999981e2"],["-0.11827250699999991e3","0.71048874000000012e2"],["-0.11798055999999997e3","0.71124420000000043e2"],["-0.11784973099999996e3","0.71156937000000028e2"],["-0.11779666099999992e3","0.71166382000000112e2"],[-117.728882,"0.71169708000000128e2"],["-0.11769055199999997e3","0.71169434000000024e2"],[-117.640289,"0.71171921000000111e2"],["-0.11754305999999991e3","0.71178589000000102e2"],["-0.11749445300000002e3",71.18193100000002],["-0.11741665599999988e3","0.71188873000000115e2"],["-0.11738722199999995e3","0.71192474000000004e2"],["-0.11728859699999992e3","0.71206649999999968e2"],["-0.11698528299999998e3","0.71236098999999967e2"],["-0.11683666999999997e3","0.71269149999999911e2"],["-0.11683332799999994e3","0.71276093000000117e2"],["-0.11682472200000001e3","0.71280548000000124e2"],["-0.11680055199999993e3","0.71286102000000085e2"],["-0.11671333300000003e3","0.71297211000000004e2"],["-0.11666972399999992e3","0.71302765000000022e2"],["-0.11660166900000002e3","0.71313873000000001e2"],["-0.11651777600000003e3","0.71326384999999959e2"],["-0.11640583800000002e3","0.71343048000000067e2"],["-0.11620889299999993e3","0.71364150999999993e2"],["-0.11617722300000003e3","0.71366653000000042e2"],["-0.11614195299999989e3","0.71367751999999996e2"],["-0.11608556399999992e3","0.71367477000000008e2"],[-116.077789,"0.71365814000000057e2"],["-0.11605249000000003e3","0.71356093999999985e2"],["-0.11581027199999994e3","0.71362761999999975e2"],["-0.11577667200000002e3",71.36442599999998],["-0.11576083399999993e3","0.71365814000000057e2"],["-0.11574638399999998e3","0.71368317000000047e2"],["-0.11573416099999986e3","0.71371368000000075e2"],["-0.11572693599999997e3","0.71376373000000115e2"],["-0.11572666900000002e3","0.71381362999999965e2"],["-0.11573306299999996e3","0.71385818000000029e2"],["-0.11574416400000001e3","0.71389160000000118e2"],["-0.11575805700000001e3","0.71391937000000041e2"],["-0.11579055800000003e3","0.71396378000000141e2"],["-0.11584166700000003e3","0.71394440000000031e2"],["-0.11585582699999992e3","0.71392212000000029e2"],[-115.885559,"0.71389160000000118e2"],["-0.11591915899999998e3","0.71387206999999989e2"],["-0.11593360899999999e3",71.38888500000013],["-0.11601777599999997e3","0.71411101999999971e2"],["-0.11606471299999998e3","0.71438583000000051e2"],["-0.11582805599999995e3","0.71483046999999999e2"],["-0.11576306199999999e3","0.71490265000000022e2"],["-0.11562082700000002e3","0.71498596000000077e2"],["-0.11560472099999993e3","0.71496094000000028e2"],["-0.11558444199999991e3","0.71488876000000005e2"],["-0.11558416699999998e3","0.71485259999999982e2"],["-0.11553555299999994e3","0.71470261000000107e2"],["-0.11541555800000003e3","0.71449707000000103e2"],["-0.11537832599999996e3","0.71449707000000103e2"],["-0.11520028699999995e3","0.71479430999999977e2"],["-0.11517527799999988e3","0.71484985000000108e2"],["-0.11506667299999998e3","0.71518600000000049e2"],["-0.11505750299999994e3","0.71523041000000148e2"],["-0.11506194299999999e3",71.526657],["-0.11508168000000001e3","0.71527205999999921e2"],["-0.11511361699999998e3","0.71524704000000042e2"],["-0.11515638699999994e3","0.71518875000000037e2"],["-0.11517054699999994e3","0.71516662999999994e2"],["-0.11524553700000001e3","0.71500000000000114e2"],["-0.11526000999999997e3","0.71498031999999967e2"],["-0.11532224300000001e3","0.71492477000000065e2"],["-0.11544275699999992e3","0.71488037000000077e2"],["-0.11545973200000003e3","0.71489151000000049e2"],["-0.11553859699999998e3",71.50082400000008],["-0.11554998799999998e3","0.71504440000000102e2"],["-0.11555860899999999e3","0.71508330999999998e2"],["-0.11555583199999995e3","0.71513611000000083e2"],["-0.11554332699999986e3","0.71516662999999994e2"],["-0.11553083800000002e3","0.71519440000000088e2"],["-0.11551666299999999e3","0.71521378000000027e2"],["-0.11551222199999989e3",71.53776600000009],["-0.11561888099999987e3","0.71555252000000053e2"],["-0.11565499899999992e3",71.55802900000009],["-0.11570638999999994e3","0.71555817000000047e2"],["-0.11579194599999994e3","0.71543593999999985e2"],["-0.11587638900000002e3",71.53276100000005],[-115.965012,"0.71522216999999955e2"],["-0.11616027799999989e3",71.49971000000005],["-0.11620805399999995e3","0.71495818999999983e2"],["-0.11628250100000002e3","0.71495528999999976e2"],["-0.11633389299999999e3","0.71493317000000104e2"],["-0.11641361999999998e3","0.71486648999999943e2"],["-0.11644360399999999e3","0.71483322000000044e2"],[-116.806107,"0.71436096000000134e2"],["-0.11698610699999995e3","0.71427200000000028e2"],["-0.11717666600000001e3","0.71404709000000025e2"],["-0.11720111099999997e3","0.71398331000000098e2"],["-0.11721528599999994e3","0.71396378000000141e2"],[-117.328056,"0.71386108000000036e2"],["-0.11735944399999994e3","0.71383331000000112e2"],["-0.11737721299999987e3","0.71382751000000098e2"],["-0.11739835399999998e3","0.71383880999999974e2"],["-0.11741221599999994e3","0.71386383000000023e2"],["-0.11741665599999988e3","0.71391373000000101e2"],["-0.11741610700000001e3","0.71397766000000047e2"],["-0.11741306299999997e3","0.71404434000000037e2"],["-0.11739083900000003e3","0.71435257000000036e2"],["-0.11738110399999994e3","0.71447205000000054e2"],["-0.11737832600000002e3","0.71454163000000051e2"],["-0.11744776899999988e3",71.47387700000013],["-0.11749445300000002e3","0.71486923000000047e2"],["-0.11751750199999998e3","0.71493317000000104e2"],["-0.11754583700000001e3","0.71498871000000122e2"],["-0.11756276699999995e3",71.49971000000005],[-117.628601,"0.71467758000000117e2"],["-0.11763333099999994e3","0.71461929000000112e2"],["-0.11763166799999999e3","0.71456375000000094e2"],["-0.11762470999999999e3","0.71451935000000105e2"],["-0.11761305199999998e3",71.44859300000013],["-0.11759665699999999e3","0.71446365000000014e2"],["-0.11755583200000001e3","0.71445251000000042e2"],[-117.5369419999999,"0.71443862999999908e2"],[-117.506393,"0.71439148000000102e2"],["-0.11748332199999999e3","0.71432480000000112e2"],["-0.11747888199999989e3","0.71427475000000072e2"],["-0.11748194899999999e3","0.71420532000000037e2"],["-0.11751722699999999e3","0.71379425000000026e2"],["-0.11752749599999993e3","0.71375809000000004e2"],["-0.11753943600000002e3","0.71372757000000092e2"],["-0.11759416199999987e3","0.71371643000000063e2"],["-0.11768138099999993e3","0.71379700000000071e2"],["-0.11775666799999999e3","0.71376083000000108e2"],["-0.11779444899999999e3","0.71368042000000059e2"],["-0.11782749899999999e3","0.71372208000000114e2"],["-0.11794833399999999e3","0.71377762000000132e2"],["-0.11801500699999997e3",71.37303200000008],["-0.11803278399999994e3","0.71372482000000048e2"],["-0.11809084299999995e3","0.71372757000000092e2"],[-118.112213,71.37359600000002],["-0.11818536399999999e3","0.71379791000000125e2"],["-0.11824388099999999e3","0.71389984000000084e2"],["-0.11825556899999998e3","0.71393326000000002e2"],["-0.11828362300000003e3","0.71404709000000025e2"],["-0.11829750099999995e3","0.71413605000000132e2"],["-0.11831111099999993e3","0.71428589000000045e2"],["-0.11831527699999992e3","0.71439697000000024e2"],["-0.11831471299999998e3","0.71452209000000039e2"],["-0.11830943300000001e3","0.71465820000000008e2"],["-0.11828999299999992e3","0.71481659000000093e2"],["-0.11828195199999988e3","0.71486098999999911e2"],[-118.2633439999999,71.49414100000007],["-0.11821250900000001e3","0.71513046000000031e2"],["-0.11820221699999996e3","0.71516662999999994e2"],["-0.11819027699999998e3","0.71519714000000022e2"],["-0.11817804699999994e3","0.71522766000000104e2"],["-0.11812609900000001e3","0.71533051000000057e2"],["-0.11808612099999988e3","0.71540267999999969e2"],["-0.11805444299999999e3","0.71543045000000063e2"],["-0.11783583099999998e3","0.71554703000000075e2"],["-0.11770722999999998e3",71.54942299999999],["-0.11768720999999994e3","0.71549988000000042e2"],[-117.675003,"0.71552765000000136e2"],[-117.658051,"0.71561646000000053e2"],["-0.11765139799999992e3","0.71566940000000045e2"],["-0.11765583800000002e3","0.71571930000000123e2"],["-0.11766999800000002e3","0.71574706999999989e2"],["-0.11787304699999993e3",71.611649],["-0.11788722199999995e3","0.71614151000000106e2"],["-0.11790888999999999e3","0.71614990000000034e2"],["-0.11786361699999998e3","0.71639435000000105e2"],[-117.718887,"0.71659714000000008e2"],["-0.11770694700000001e3","0.71662491000000102e2"],["-0.11769638099999992e3","0.71666091999999992e2"],["-0.11770084399999996e3","0.71671371000000136e2"],[-117.715012,"0.71673874000000126e2"],["-0.11773665599999993e3","0.71674988000000099e2"],["-0.11801000999999997e3","0.71672484999999938e2"],["-0.11802778599999994e3",71.67164600000001],["-0.11811665299999993e3",71.65277100000003],["-0.11812693799999988e3","0.71648880000000133e2"],["-0.11817278299999998e3","0.71628036000000009e2"],["-0.11817749000000003e3","0.71621918000000051e2"],["-0.11816388699999993e3","0.71606933999999967e2"],["-0.11816639699999996e3","0.71599990999999989e2"],["-0.11817666600000001e3","0.71596374999999966e2"],["-0.11819082600000002e3","0.71594146999999964e2"],["-0.11829998799999993e3","0.71583328000000108e2"],["-0.11831777999999991e3","0.71582763999999997e2"],["-0.11833444199999997e3","0.71584717000000126e2"],["-0.11836527999999998e3","0.71589431999999931e2"],["-0.11838639799999999e3","0.71613602000000128e2"],["-0.11838612399999994e3","0.71619705000000067e2"],["-0.11845500199999987e3","0.71650818000000072e2"],[-118.485817,"0.71655548000000124e2"],["-0.11856639099999995e3","0.71662766000000147e2"],["-0.11860527000000002e3","0.71664154000000053e2"],["-0.11884166700000003e3","0.71664702999999975e2"],["-0.11885555999999997e3","0.71662491000000102e2"],["-0.11886389199999996e3","0.71658035000000041e2"],["-0.11890387699999997e3","0.71614700000000028e2"],["-0.11890387699999997e3","0.71608322000000101e2"],["-0.11888971699999996e3","0.71599716000000001e2"],["-0.11888027999999991e3","0.71595825000000104e2"],["-0.11886609599999997e3","0.71586928999999998e2"],[-118.8683319999999,"0.71580276000000026e2"],["-0.11888054699999998e3","0.71577209000000096e2"],["-0.11889778099999995e3",71.57777400000009],["-0.11890972899999991e3","0.71581099999999992e2"],["-0.11905027799999999e3","0.71626648000000102e2"],["-0.11907472200000001e3","0.71644149999999968e2"],["-0.11908416699999998e3","0.71654160000000047e2"],["-0.11910582699999998e3","0.71685806000000071e2"],["-0.11912470999999999e3","0.71730545000000063e2"],["-0.11913445300000001e3",71.76527399999992],["-0.11913445300000001e3","0.71783874999999966e2"],["-0.11910555999999991e3","0.71876648000000046e2"],["-0.11910305800000003e3","0.71883330999999998e2"],["-0.11909194899999994e3","0.71902205999999978e2"],["-0.11908750900000001e3","0.71908324999999991e2"],[-118.945831,71.99136400000009],[-118.929169,"0.72000548999999921e2"],["-0.11886694299999999e3","0.72023879999999963e2"],["-0.11884249899999998e3","0.72029709000000025e2"],["-0.11880166599999995e3","0.72037200999999925e2"],["-0.11876471699999996e3","0.72046370999999965e2"],["-0.11873361199999999e3","0.72057480000000055e2"],["-0.11872501399999987e3",72.0619200000001],["-0.11871665999999999e3","0.72066665999999998e2"],["-0.11871028099999995e3","0.72071930000000009e2"],["-0.11870556599999992e3","0.72077774000000034e2"],[-118.703056,"0.72084717000000012e2"],["-0.11870749699999999e3","0.72095824999999991e2"],[-118.715012,72.10026600000009],["-0.11871972700000003e3","0.72105255000000056e2"],["-0.11871945199999999e3","0.72111374000000069e2"],["-0.11871749899999998e3","0.72116928000000087e2"],["-0.11869193999999999e3","0.72130539000000056e2"],["-0.11858860800000002e3","0.72176086000000112e2"],["-0.11857640100000003e3","0.72179152999999985e2"],["-0.11856194299999999e3","0.72181366000000139e2"],[-118.545547,"0.72182754999999986e2"],["-0.11844248999999996e3","0.72181655999999975e2"],["-0.11840583799999996e3","0.72183044000000052e2"],["-0.11838945000000001e3","0.72184708000000114e2"],["-0.11815722699999992e3","0.72217758000000117e2"],["-0.11812832599999996e3","0.72222214000000065e2"],["-0.11811945299999996e3","0.72226654000000053e2"],["-0.11811277799999993e3","0.72231934000000138e2"],[-118.108047,"0.72237762000000089e2"],["-0.11810527000000002e3","0.72244705000000067e2"],["-0.11810417199999995e3","0.72263321000000076e2"],["-0.11812138400000003e3","0.72308029000000147e2"],["-0.11813082899999995e3","0.72318054000000075e2"],["-0.11814527899999996e3","0.72326934999999992e2"],["-0.11816471899999993e3","0.72334427000000119e2"],[-118.176941,"0.72337769000000037e2"],["-0.11819193999999999e3","0.72340546000000131e2"],["-0.11820916699999998e3",72.34248400000007],["-0.11825140399999998e3","0.72344711000000132e2"],["-0.11827166699999992e3","0.72344711000000132e2"],["-0.11828832999999992e3","0.72343323000000055e2"],["-0.11832528699999995e3","0.72341934000000037e2"],["-0.11836416600000001e3","0.72341370000000097e2"],["-0.11840695199999993e3",72.34248400000007],[-118.446663,"0.72345260999999994e2"],["-0.11849109599999997e3","0.72353043000000127e2"],["-0.11852306399999992e3","0.72363876000000118e2"],["-0.11855499299999997e3","0.72380814000000044e2"],["-0.11856973299999999e3","0.72389709000000039e2"],["-0.11858194700000001e3","0.72399155000000007e2"],["-0.11858860800000002e3","0.72416655999999989e2"],["-0.11858805799999999e3","0.72435256999999979e2"],["-0.11858528100000001e3","0.72441924999999969e2"],[-118.573059,"0.72460815000000082e2"],["-0.11856833599999993e3",72.46665999999999],["-0.11855027799999999e3","0.72483321999999987e2"],["-0.11853694199999995e3","0.72493866000000025e2"],["-0.11851972999999992e3",72.50277699999998],["-0.11820722999999998e3","0.72618591000000094e2"],["-0.11812554899999998e3","0.72642487000000017e2"],["-0.11808306900000002e3","0.72649719000000118e2"],["-0.11790361000000001e3","0.72689697000000137e2"],["-0.11789083899999991e3","0.72692749000000049e2"],["-0.11786888099999993e3","0.72699997000000053e2"],["-0.11763305700000001e3","0.72784987999999998e2"],["-0.11760193600000002e3","0.72796936000000073e2"],["-0.11751944700000001e3","0.72828873000000044e2"],["-0.11748999000000003e3","0.72841369999999984e2"],[-117.48111,"0.72845825000000048e2"],["-0.11746472199999994e3",72.85554500000012],["-0.11743611099999993e3","0.72876373000000001e2"],["-0.11742054699999994e3","0.72894440000000088e2"],["-0.11740222199999999e3","0.72903320000000122e2"],["-0.11737999000000002e3","0.72910538000000088e2"],["-0.11735360699999995e3","0.72916382000000112e2"],["-0.11732333399999993e3",72.92082199999993],["-0.11730638099999993e3","0.72921921000000111e2"],["-0.11724916099999996e3","0.72923874000000069e2"],["-0.11712721299999998e3","0.72932479999999998e2"],[-116.95639,"0.72954163000000108e2"],["-0.11694138299999997e3",72.95637499999998],["-0.11689972699999998e3","0.72964157000000114e2"],[-116.862503,"0.72972214000000065e2"],["-0.11683805799999999e3","0.72978592000000049e2"],[-116.775284,72.9952550000001],["-0.11670722999999998e3","0.73017211999999972e2"],["-0.11665972899999991e3","0.73031097000000045e2"],["-0.11658750900000001e3","0.73051376000000005e2"],["-0.11657417299999997e3","0.73054153000000099e2"],["-0.11654167199999995e3","0.73057480000000055e2"],["-0.11652416999999991e3","0.73058868000000132e2"],["-0.11631916799999993e3",73.09165999999999],["-0.11624221799999998e3","0.73110260000000096e2"],["-0.11620195000000001e3","0.73118590999999981e2"],["-0.11615556300000003e3","0.73124695000000031e2"],["-0.11590055799999993e3","0.73154160000000104e2"],["-0.11560973399999995e3","0.73194138000000123e2"],["-0.11544082600000002e3",73.22387700000013],["-0.11534638999999999e3","0.73253326000000129e2"],["-0.11532305899999994e3","0.73260269000000108e2"],["-0.11530915799999997e3","0.73263046000000031e2"],["-0.11514917000000003e3","0.73288315000000011e2"],["-0.11510221899999999e3","0.73294144000000017e2"],["-0.11501418299999989e3","0.73299988000000042e2"],["-0.11495111099999997e3","0.73307754999999986e2"],["-0.11489417299999997e3","0.73318054000000018e2"],["-0.11486638599999998e3","0.73323608000000036e2"],["-0.11483056599999998e3","0.73334152000000074e2"],["-0.11481054699999999e3","0.73342758000000003e2"],["-0.11470722999999992e3","0.73368042000000003e2"],["-0.11467555199999998e3","0.73371918000000051e2"],["-0.11465778399999999e3","0.73373032000000023e2"],["-0.11456166100000002e3",73.37553400000013],["-0.11454083300000002e3","0.73373595999999964e2"],["-0.11450527999999991e3","0.73368866000000139e2"],[-114.337784,"0.73343323000000055e2"],["-0.11430499299999991e3","0.73338042999999971e2"],["-0.11427500899999995e3","0.73332214000000135e2"],["-0.11422609699999987e3","0.73318329000000062e2"],["-0.11419776899999999e3","0.73306366000000025e2"],["-0.11416306299999997e3","0.73289703000000145e2"],["-0.11411054999999999e3","0.73263885000000016e2"],["-0.11405610699999994e3","0.73233597000000032e2"],["-0.11401666299999994e3","0.73206375000000094e2"],["-0.11396167000000003e3","0.73153046000000131e2"],["-0.11395694700000001e3","0.73142487000000074e2"],["-0.11395388799999989e3","0.73125533999999959e2"],["-0.11395749699999999e3","0.73113312000000008e2"],["-0.11399582700000002e3","0.73077773999999977e2"],["-0.11400499699999995e3","0.73064423000000033e2"],["-0.11403555299999999e3","0.73004990000000021e2"],["-0.11404750100000001e3","0.72954987000000074e2"],["-0.11405499299999997e3","0.72883605999999986e2"],["-0.11405277999999998e3","0.72872208000000001e2"],["-0.11404915599999998e3","0.72867203000000131e2"],[-114.0427699999999,"0.72862762000000032e2"],["-0.11402722199999999e3","0.72854156000000103e2"],["-0.11398166700000002e3","0.72834152000000017e2"],["-0.11396888699999994e3",72.82499700000011],["-0.11396777299999997e3","0.72819442999999978e2"],["-0.11396945199999999e3","0.72813034000000073e2"],["-0.11397582999999992e3","0.72807205000000067e2"],[-113.985817,"0.72803040000000067e2"],["-0.11399749799999995e3","0.72799423000000104e2"]],[["-0.95669723999999917e2","0.73604980000000126e2"],["-0.95688598999999897e2","0.73603317000000004e2"],["-0.95702498999999989e2",73.60554500000012],["-0.95711670000000026e2","0.73612198000000092e2"],["-0.95703887999999949e2","0.73617477000000065e2"],["-0.95684157999999968e2",73.6202550000001],["-0.95669997999999964e2","0.73620529000000033e2"],["-0.95655563000000029e2","0.73616652999999928e2"],["-0.95654998999999975e2","0.73609984999999995e2"],["-0.95669723999999917e2","0.73604980000000126e2"]],[["-0.10789555399999989e3","0.73541367000000093e2"],["-0.10793055699999996e3","0.73539428999999984e2"],[-107.9519499999999,"0.73540268000000083e2"],["-0.10797193900000002e3",73.542755],["-0.10800917099999992e3","0.73548035000000084e2"],["-0.10802306399999998e3","0.73551376000000118e2"],["-0.10807472200000001e3","0.73576385000000073e2"],["-0.10808277899999996e3","0.73580826000000002e2"],["-0.10808500700000002e3","0.73585815000000139e2"],["-0.10808332799999999e3","0.73597214000000065e2"],["-0.10807640099999992e3","0.73603591999999992e2"],[-108.066101,"0.73608597000000032e2"],["-0.10805444299999988e3","0.73612487999999928e2"],["-0.10804083299999996e3","0.73615540000000067e2"],["-0.10800750700000003e3","0.73618591000000094e2"],["-0.10789943699999992e3","0.73622756999999979e2"],["-0.10786277799999993e3","0.73624145999999996e2"],["-0.10782444800000002e3",73.6244200000001],["-0.10780444299999999e3","0.73624145999999996e2"],["-0.10768110699999994e3","0.73621367999999961e2"],["-0.10761472299999991e3","0.73614700000000028e2"],["-0.10760056299999997e3","0.73611374000000126e2"],["-0.10758944699999995e3","0.73607758000000103e2"],["-0.10758473200000003e3","0.73603043000000071e2"],["-0.10758249699999999e3","0.73597762999999986e2"],["-0.10758473200000003e3","0.73586655000000007e2"],["-0.10759194899999994e3","0.73579987000000017e2"],["-0.10760221899999988e3","0.73575271999999984e2"],["-0.10764527900000002e3","0.73570267000000115e2"],["-0.10765722700000003e3","0.73568603999999993e2"],[-107.7491609999999,73.55581699999999],["-0.10789555399999989e3","0.73541367000000093e2"]],[[-124.307503,"0.73556366000000139e2"],["-0.12433167999999995e3","0.73556366000000139e2"],[-124.343613,"0.73559981999999991e2"],["-0.12435193600000002e3",73.5711060000001],["-0.12435861199999988e3","0.73630264000000068e2"],["-0.12434612300000003e3","0.73633606000000043e2"],["-0.12433138999999994e3","0.73636383000000137e2"],[-124.307503,"0.73632202000000063e2"],["-0.12430332900000002e3","0.73626648000000046e2"],["-0.12429387700000001e3","0.73622481999999934e2"],["-0.12428222700000003e3","0.73618866000000082e2"],["-0.12426806599999992e3","0.73616088999999988e2"],["-0.12421028100000001e3","0.73611374000000126e2"],["-0.12419360399999994e3",73.60914600000001],["-0.12417944299999994e3","0.73606369000000086e2"],["-0.12416777000000002e3","0.73603043000000071e2"],["-0.12414916999999997e3","0.73594711000000075e2"],["-0.12412666300000001e3","0.73580826000000002e2"],["-0.12411972000000003e3","0.73575821000000133e2"],["-0.12411554699999988e3","0.73570541000000048e2"],["-0.12411389199999996e3","0.73564148000000102e2"],["-0.12412638899999996e3","0.73560805999999957e2"],[-124.307503,"0.73556366000000139e2"]],[["-0.12458473199999992e3","0.73679153000000042e2"],["-0.12459944199999995e3","0.73676376000000005e2"],["-0.12462361099999998e3","0.73676650999999993e2"],[-124.640556,"0.73678863999999976e2"],["-0.12470056199999993e3","0.73689422999999977e2"],["-0.12472917199999995e3","0.73694976999999994e2"],["-0.12473361199999999e3","0.73700545999999974e2"],["-0.12472582999999992e3","0.73705261000000007e2"],["-0.12471584299999995e3","0.73709152000000074e2"],["-0.12470111099999997e3","0.73711928999999998e2"],["-0.12468167099999999e3","0.73713042999999971e2"],["-0.12466471899999999e3","0.73710815000000025e2"],["-0.12466278099999994e3","0.73706099999999992e2"],["-0.12464835399999998e3","0.73704712000000086e2"],["-0.12461694299999999e3","0.73699707000000046e2"],["-0.12457140399999992e3","0.73691925000000083e2"],[-124.564438,"0.73687195000000031e2"],["-0.12457224299999996e3","0.73682479999999998e2"],["-0.12458473199999992e3","0.73679153000000042e2"]],[["-0.10508944700000001e3","0.73735260000000039e2"],["-0.10496028099999995e3","0.73688582999999937e2"],["-0.10484306300000003e3","0.73650818000000072e2"],["-0.10471140300000002e3",73.63081399999993],["-0.10469167299999992e3","0.73628310999999997e2"],[-104.675003,"0.73624985000000095e2"],["-0.10458084100000002e3","0.73600266000000147e2"],["-0.10453056300000003e3","0.73581374999999923e2"],["-0.10451306199999999e3","0.73573044000000039e2"],["-0.10449445300000002e3","0.73559418000000051e2"],["-0.10449027999999998e3","0.73554703000000018e2"],["-0.10448528299999998e3","0.73544708000000128e2"],["-0.10448306299999996e3","0.73534424000000115e2"],[-104.512787,"0.73493042000000059e2"],["-0.10455583200000001e3","0.73403320000000008e2"],["-0.10456639100000001e3","0.73334717000000126e2"],["-0.10456833599999999e3","0.73329163000000108e2"],["-0.10457333399999999e3","0.73323044000000095e2"],["-0.10458138999999994e3","0.73316666000000112e2"],["-0.10460193599999997e3","0.73306366000000025e2"],["-0.10464916999999997e3","0.73280823000000112e2"],["-0.10469499200000001e3",73.25221300000004],["-0.10476000999999991e3","0.73203873000000044e2"],["-0.10476500699999985e3","0.73197754000000032e2"],["-0.10476390099999998e3","0.73192474000000118e2"],["-0.10479415899999998e3","0.73168045000000006e2"],["-0.10486805700000002e3","0.73136658000000068e2"],["-0.10497556299999997e3","0.73085266000000104e2"],["-0.10498332199999999e3","0.73078872999999987e2"],["-0.10498805199999993e3","0.73073043999999982e2"],["-0.10498388699999992e3","0.73068054000000075e2"],["-0.10497749299999998e3",73.05304000000001],["-0.10497361799999999e3","0.73031662000000097e2"],["-0.10497860699999995e3","0.73025543000000084e2"],[-104.984734,"0.73020538000000045e2"],[-104.99527,"0.73015823000000012e2"],[-105.031677,"0.73004166000000055e2"],[-105.0750119999999,"0.72997208000000057e2"],["-0.10508833300000003e3","0.72994141000000127e2"],["-0.10513639799999993e3","0.72978867000000037e2"],["-0.10514695699999999e3","0.72974152000000004e2"],["-0.10522582999999997e3","0.72933044000000109e2"],["-0.10530304699999994e3","0.72951096000000007e2"],["-0.10531916799999999e3","0.72954163000000108e2"],["-0.10533972199999999e3","0.72955551000000014e2"],[-105.354446,"0.72953323000000069e2"],["-0.10535610999999994e3","0.72947754000000032e2"],[-105.33139,"0.72910538000000088e2"],["-0.10532417299999997e3","0.72906096999999988e2"],[-105.279449,"0.72885543999999925e2"],["-0.10525361599999997e3","0.72878585999999984e2"],[-105.237503,"0.72875534000000016e2"],["-0.10521140300000002e3","0.72868591000000038e2"],["-0.10520417799999996e3","0.72864151000000049e2"],["-0.10526222199999989e3","0.72848602000000085e2"],["-0.10527555799999993e3","0.72845534999999984e2"],["-0.10528999299999987e3","0.72847762999999986e2"],["-0.10538305699999995e3","0.72866653000000099e2"],["-0.10543611099999993e3","0.72896652000000131e2"],["-0.10544332900000001e3",72.90109300000006],["-0.10545612299999999e3","0.72915267999999969e2"],[-105.458618,"0.72925536999999963e2"],["-0.10545694699999996e3","0.72931366000000025e2"],["-0.10545834400000001e3","0.72936371000000065e2"],["-0.10546250900000001e3","0.72941360000000032e2"],["-0.10557472199999995e3","0.72984421000000054e2"],["-0.10573277299999995e3","0.73047759999999982e2"],["-0.10591388699999999e3","0.73145538000000101e2"],["-0.10594638099999992e3","0.73160263000000043e2"],["-0.10609249899999992e3","0.73199706999999933e2"],["-0.10608194700000001e3","0.73241088999999988e2"],["-0.10632195300000001e3","0.73338882000000126e2"],["-0.10644776899999994e3","0.73393051000000128e2"],["-0.10645556599999998e3","0.73397491000000002e2"],["-0.10646611000000001e3","0.73401382000000069e2"],["-0.10672028399999999e3",73.44999700000011],["-0.10688137799999998e3","0.73463318000000072e2"],["-0.10689806399999992e3","0.73461929000000055e2"],["-0.10691610699999995e3","0.73461380000000077e2"],[-106.9375,"0.73462494000000106e2"],[-107,"0.73469711000000018e2"],[-107.016953,73.4727630000001],["-0.10702749599999999e3","0.73476379000000009e2"],["-0.10703555299999994e3","0.73480820000000108e2"],["-0.10703415699999999e3","0.73486374000000069e2"],["-0.10702583300000003e3","0.73498596000000077e2"],["-0.10701834100000002e3","0.73504990000000078e2"],["-0.10700974299999996e3","0.73510544000000095e2"],["-0.10697112299999992e3","0.73531661999999983e2"],["-0.10692944299999999e3","0.73550537000000134e2"],["-0.10689334100000002e3","0.73562484999999981e2"],["-0.10674526999999995e3","0.73648041000000148e2"],["-0.10670028699999995e3","0.73676085999999941e2"],["-0.10665805099999994e3","0.73695251000000098e2"],["-0.10664584399999995e3","0.73699141999999995e2"],["-0.10661833200000001e3","0.73705261000000007e2"],["-0.10657224300000001e3","0.73711928999999998e2"],["-0.10632721700000002e3",73.72665400000011],["-0.10618554699999999e3","0.73733597000000145e2"],["-0.10603916900000002e3","0.73731368999999972e2"],["-0.10580055199999998e3","0.73726928999999984e2"],["-0.10572666900000002e3","0.73728592000000049e2"],["-0.10568028300000003e3","0.73734985000000052e2"],["-0.10566639699999996e3","0.73737761999999918e2"],[-105.637787,73.74443100000002],["-0.10561277799999993e3","0.73752212999999983e2"],["-0.10558473200000003e3","0.73758041000000048e2"],[-105.569458,"0.73760269000000051e2"],["-0.10553527799999995e3","0.73762771999999984e2"],["-0.10551666299999994e3","0.73763321000000133e2"],["-0.10530387899999994e3","0.73762206999999989e2"],["-0.10528388999999999e3","0.73761658000000011e2"],["-0.10516999800000002e3","0.73755554000000018e2"],["-0.10514862099999999e3","0.73754166000000055e2"],["-0.10510749799999991e3","0.73743590999999981e2"],["-0.10508944700000001e3","0.73735260000000039e2"]],[["-0.80142226999999878e2","0.73696640000000116e2"],["-0.80108611999999994e2","0.73693863000000022e2"],["-0.80074448000000018e2","0.73697479000000044e2"],["-0.79901397999999972e2","0.73698318000000029e2"],["-0.79625548999999978e2","0.73670821999999987e2"],["-0.79586120999999991e2",73.66276600000009],["-0.79523055999999997e2","0.73646652000000131e2"],["-0.79493056999999965e2","0.73637772000000098e2"],["-0.79476394999999911e2","0.73634154999999964e2"],["-0.79451949999999954e2","0.73630539000000113e2"],["-0.79373610999999983e2",73.63081399999993],[-78.96166999999997,"0.73632750999999985e2"],["-0.78946105999999986e2","0.73634720000000016e2"],["-0.78934433000000013e2","0.73638596000000064e2"],["-0.78931106999999997e2","0.73642487000000131e2"],["-0.78928878999999938e2","0.73647491000000116e2"],["-0.78924164000000019e2","0.73650269000000094e2"],["-0.78912505999999894e2","0.73653869999999984e2"],["-0.78887787000000003e2","0.73656647000000078e2"],["-0.78861389000000031e2","0.73658324999999991e2"],[-78.64416499999993,"0.73656647000000078e2"],[-78.40834000000001,"0.73661652000000117e2"],["-0.78206664999999987e2","0.73667755000000056e2"],["-0.78166397000000018e2","0.73668045000000063e2"],[-78.12777699999998,"0.73664703000000145e2"],["-0.78113327000000027e2","0.73663040000000024e2"],["-0.78064437999999996e2","0.73651932000000045e2"],["-0.78009734999999978e2",73.63749700000011],["-0.77965285999999935e2","0.73628310999999997e2"],["-0.77823058999999944e2","0.73603867000000037e2"],["-0.77738601999999958e2","0.73591933999999981e2"],["-0.77608046999999999e2","0.73574158000000011e2"],["-0.77535004000000015e2","0.73565536000000009e2"],["-0.77453887999999949e2","0.73559708000000057e2"],["-0.77424437999999952e2","0.73554703000000018e2"],["-0.77395554000000004e2","0.73545822000000101e2"],["-0.77373046999999929e2","0.73529709000000082e2"],["-0.77363327000000027e2","0.73524703999999986e2"],["-0.77351394999999968e2","0.73519988999999953e2"],["-0.77338333000000034e2","0.73516663000000108e2"],["-0.77294723999999974e2","0.73512772000000041e2"],["-0.77237212999999997e2","0.73509994999999947e2"],["-0.77203063999999927e2","0.73505554000000018e2"],["-0.77191939999999988e2","0.73501389000000017e2"],["-0.77148620999999991e2","0.73476379000000009e2"],["-0.77153610000000015e2","0.73468048000000067e2"],["-0.77157226999999978e2","0.73458603000000039e2"],["-0.77055266999999958e2","0.73366379000000052e2"],["-0.77048888999999917e2",73.36192299999999],["-0.76999435000000005e2","0.73345825000000104e2"],["-0.76969726999999978e2","0.73337203999999986e2"],[-76.91361999999998,"0.73324432000000002e2"],["-0.76893340999999964e2","0.73321105999999986e2"],["-0.76884170999999924e2","0.73321655000000078e2"],["-0.76878875999999934e2","0.73324158000000068e2"],["-0.76858611999999994e2",73.32638500000013],["-0.76837219000000005e2","0.73327209000000096e2"],["-0.76736389000000031e2","0.73324706999999989e2"],[-76.72193900000002,"0.73322495000000117e2"],["-0.76708054000000004e2","0.73317764000000011e2"],["-0.76579726999999991e2","0.73219711000000075e2"],["-0.76577498999999932e2","0.73205551000000128e2"],["-0.76585006999999962e2","0.73194427000000076e2"],["-0.76601944000000003e2","0.73183319000000097e2"],["-0.76619720000000029e2","0.73175812000000121e2"],["-0.76605270000000019e2",73.15914900000007],["-0.76586945000000014e2","0.73146378000000141e2"],["-0.76582229999999981e2",73.14387499999998],["-0.76510559000000001e2","0.73120254999999986e2"],["-0.76495543999999938e2","0.73116928000000087e2"],["-0.76487502999999947e2","0.73116089000000102e2"],["-0.76381942999999978e2","0.73106093999999985e2"],[-76.31361400000003,"0.73100540000000024e2"],["-0.76312499999999943e2","0.73067490000000134e2"],["-0.76318068999999923e2","0.73062759000000028e2"],["-0.76319457999999941e2","0.73058318999999983e2"],["-0.76333068999999909e2","0.72963607999999965e2"],["-0.76323059000000001e2","0.72957214000000135e2"],["-0.76309433000000013e2","0.72952484000000084e2"],["-0.76291671999999949e2","0.72948868000000061e2"],["-0.76275283999999999e2","0.72946640000000059e2"],["-0.76211945000000014e2","0.72945526000000086e2"],["-0.76162216000000001e2","0.72946365000000071e2"],["-0.76118606999999997e2","0.72940262000000132e2"],["-0.76103607000000011e2","0.72936371000000065e2"],["-0.76077224999999942e2","0.72924988000000042e2"],["-0.76071670999999924e2","0.72921097000000145e2"],["-0.76062209999999993e2","0.72906937000000028e2"],["-0.76059432999999899e2","0.72900818000000015e2"],["-0.76086394999999982e2","0.72863602000000071e2"],["-0.76093886999999938e2",72.85803199999998],["-0.76103881999999942e2","0.72853043000000014e2"],["-0.76115279999999927e2","0.72849426000000051e2"],[-76.13110399999988,"0.72845534999999984e2"],["-0.76149993999999992e2","0.72842209000000139e2"],[-76.25140399999998,"0.72826385000000016e2"],["-0.76315552000000025e2","0.72817214999999976e2"],["-0.76339721999999995e2","0.72814987000000031e2"],[-76.5625,"0.72812484999999981e2"],["-0.76581679999999949e2","0.72812484999999981e2"],["-0.76601944000000003e2","0.72813873000000058e2"],["-0.76618606999999884e2","0.72816939999999988e2"],["-0.76634170999999981e2","0.72820541000000048e2"],["-0.76662780999999995e2","0.72829163000000051e2"],["-0.76681380999999931e2","0.72831375000000094e2"],[-76.72193900000002,"0.72833878000000084e2"],["-0.76740829000000019e2","0.72833878000000084e2"],["-0.76767501999999922e2","0.72833878000000084e2"],["-0.76891952999999944e2","0.72830825999999945e2"],["-0.76937209999999993e2","0.72830825999999945e2"],["-0.77084754999999973e2","0.72839684000000148e2"],["-0.77101668999999958e2",72.84027100000003],["-0.77143889999999942e2","0.72841933999999981e2"],["-0.77226943999999946e2","0.72846100000000035e2"],["-0.77265838999999914e2","0.72849426000000051e2"],["-0.77314437999999939e2",72.85554500000012],["-0.77365829000000019e2","0.72864426000000037e2"],[-77.40055799999999,"0.72870818999999983e2"],["-0.77416106999999954e2","0.72874695000000088e2"],["-0.77447219999999959e2","0.72879974000000061e2"],["-0.77522780999999952e2","0.72886108000000092e2"],["-0.77704178000000013e2","0.72897216999999955e2"],["-0.77723327999999981e2","0.72896941999999967e2"],["-0.77860000999999954e2","0.72893051000000071e2"],["-0.77904175000000009e2","0.72891662999999994e2"],["-0.77997771999999941e2","0.72888321000000019e2"],["-0.78107223999999917e2",72.88638300000008],["-0.78236358999999993e2","0.72893005000000016e2"],["-0.78273055999999997e2","0.72890549000000021e2"],["-0.78297226000000023e2","0.72887772000000098e2"],["-0.78486114999999984e2",72.86554000000001],[-78.62388599999997,"0.72848037999999974e2"],["-0.78865828999999962e2","0.72804427999999973e2"],["-0.79047775000000001e2","0.72771378000000141e2"],["-0.79161941999999897e2","0.72750548999999978e2"],["-0.79209166999999923e2","0.72744979999999998e2"],["-0.79296111999999994e2","0.72737761999999975e2"],["-0.79359160999999972e2","0.72733597000000145e2"],["-0.79382492000000013e2","0.72733047000000113e2"],["-0.79400283999999999e2","0.72733597000000145e2"],["-0.79429168999999945e2","0.72735809000000017e2"],["-0.79543334999999956e2",72.74859600000002],[-79.62388599999997,"0.72763321000000133e2"],["-0.79927779999999927e2","0.72842484000000013e2"],["-0.79972778000000005e2","0.72854705999999965e2"],["-0.79998610999999983e2",72.86303700000002],["-0.80009170999999924e2","0.72872756999999922e2"],["-0.80120833999999945e2","0.72978867000000037e2"],["-0.80151672000000019e2","0.73011932000000115e2"],["-0.80181380999999931e2","0.73043869000000086e2"],["-0.80181106999999997e2","0.73050262000000032e2"],["-0.80164169000000015e2","0.73061920000000043e2"],["-0.80147232000000031e2","0.73071381000000031e2"],["-0.80134734999999921e2","0.73084716999999955e2"],["-0.80131667999999991e2",73.08859300000006],["-0.80128875999999991e2",73.09526100000005],["-0.80122771999999998e2",73.11442599999998],["-0.80110000999999954e2","0.73179703000000018e2"],["-0.80114440999999999e2","0.73186371000000008e2"],["-0.80134445000000028e2","0.73209152000000017e2"],["-0.80143065999999919e2","0.73216933999999981e2"],[-80.15194699999995,"0.73222487999999942e2"],["-0.80216948999999943e2","0.73243317000000104e2"],["-0.80238051999999982e2",73.24414100000007],["-0.80415282999999931e2",73.24414100000007],[-80.61999499999996,"0.73264160000000004e2"],["-0.80760009999999909e2","0.73274704000000042e2"],["-0.80797500999999954e2","0.73276932000000045e2"],["-0.80876098999999954e2",73.32777399999992],["-0.80876098999999954e2","0.73338593000000003e2"],["-0.80872498000000007e2","0.73424988000000099e2"],["-0.80820281999999963e2","0.73489150999999993e2"],[-80.80999799999995,"0.73644440000000088e2"],["-0.80857772999999952e2",73.74192800000003],["-0.80771666999999923e2","0.73749709999999993e2"],["-0.80683318999999983e2","0.73755829000000006e2"],["-0.80560546999999872e2",73.76776099999995],["-0.80434998000000007e2","0.73766098000000056e2"],[-80.37332200000003,"0.73761658000000011e2"],["-0.80353058000000033e2","0.73759720000000073e2"],["-0.80320847000000015e2","0.73753876000000048e2"],[-80.30860899999999,73.75],[-80.29861499999987,"0.73745819000000097e2"],["-0.80265288999999996e2","0.73730270000000019e2"],["-0.80223327999999924e2","0.73715820000000065e2"],["-0.80192763999999954e2","0.73707214000000135e2"],[-80.15834000000001,"0.73699417000000039e2"],["-0.80142226999999878e2","0.73696640000000116e2"]],[["-0.73354674999999929e2","0.68329215999999974e2"],["-0.73328170999999998e2","0.68328208999999958e2"],[-73.31617,"0.68328712000000053e2"],["-0.73306830999999988e2","0.68330544000000089e2"],["-0.73211670000000026e2","0.68376923000000033e2"],["-0.73230559999999912e2","0.68384155000000135e2"],["-0.73253066999999987e2","0.68390823000000125e2"],["-0.73279448999999886e2",68.39498900000001],["-0.73302779999999927e2","0.68396102999999982e2"],[-73.31806899999998,"0.68393051000000071e2"],["-0.73357498000000021e2","0.68371368000000132e2"],["-0.73359725999999966e2","0.68364989999999977e2"],["-0.73357773000000009e2","0.68357483000000059e2"],["-0.73353057999999976e2","0.68352478000000019e2"],["-0.73349166999999909e2","0.68344986000000063e2"],[-73.34722899999997,"0.68337494000000106e2"],[-73.34944200000001,"0.68331100000000106e2"],["-0.73354674999999929e2","0.68329215999999974e2"],["-0.73506667999999991e2","0.68291367000000037e2"],["-0.73589721999999995e2","0.68254715000000033e2"],["-0.73597777999999948e2","0.68251937999999996e2"],["-0.73620834000000002e2","0.68246093999999971e2"],["-0.73632216999999912e2","0.68246643000000063e2"],["-0.73639724999999942e2","0.68249709999999993e2"],["-0.73851668999999958e2","0.68342209000000139e2"],["-0.73855834999999956e2","0.68346649000000014e2"],["-0.73896117999999944e2","0.68392211999999915e2"],["-0.73889449999999954e2",68.44470200000012],["-0.73877486999999917e2","0.68481093999999928e2"],["-0.73873610999999926e2","0.68487762000000089e2"],[-73.86721799999998,"0.68493042000000003e2"],["-0.73856110000000001e2","0.68497481999999991e2"],["-0.73823623999999995e2","0.68503326000000015e2"],["-0.73806655999999975e2","0.68503876000000048e2"],["-0.73749999999999943e2","0.68510817999999972e2"],["-0.73738891999999964e2","0.68514999000000046e2"],["-0.73730285999999978e2","0.68519989000000066e2"],["-0.73725829999999974e2","0.68525818000000072e2"],["-0.73704726999999934e2","0.68656647000000021e2"],[-73.75389100000001,"0.68683594000000085e2"],["-0.73761397999999986e2","0.68686371000000008e2"],["-0.73774719000000005e2","0.68689697000000024e2"],["-0.73865828999999906e2","0.68705826000000002e2"],["-0.73893889999999999e2","0.68707764000000111e2"],["-0.74094161999999983e2","0.68719986000000063e2"],["-0.74106109999999944e2","0.68690536000000009e2"],[-73.99221799999998,"0.68624695000000031e2"],["-0.73888061999999877e2","0.68561645999999939e2"],["-0.73881667999999991e2",68.55664100000007],["-0.73881667999999991e2","0.68549713000000111e2"],["-0.73903609999999958e2",68.52777100000003],["-0.73921386999999925e2","0.68511932000000115e2"],["-0.73941939999999988e2","0.68504715000000033e2"],["-0.73990279999999927e2","0.68492751999999996e2"],["-0.74028335999999911e2","0.68513610999999969e2"],["-0.74171660999999972e2","0.68521652000000017e2"],["-0.74221114999999998e2",68.52526899999998],["-0.74351395000000025e2","0.68536926000000108e2"],["-0.74366104000000007e2","0.68539154000000053e2"],["-0.74379439999999931e2","0.68542205999999965e2"],["-0.74391112999999962e2","0.68546371000000136e2"],["-0.74514175000000023e2","0.68599991000000045e2"],["-0.74526397999999972e2","0.68610809000000017e2"],["-0.74532776000000013e2",68.62164300000012],["-0.74531676999999945e2","0.68626373000000115e2"],["-0.74598891999999921e2","0.68681930999999963e2"],["-0.74701950000000011e2",68.71887200000009],["-0.74712218999999948e2","0.68723038000000031e2"],["-0.74726105000000018e2","0.68730270000000132e2"],["-0.74728333000000021e2","0.68737198000000092e2"],["-0.74724715999999944e2","0.68766097999999943e2"],[-74.71945199999999,"0.68770537999999988e2"],["-0.74664168999999958e2","0.68774155000000121e2"],["-0.74620833999999888e2","0.68782486000000006e2"],[-74.591949,"0.68788879000000009e2"],["-0.74576949999999954e2","0.68793045000000063e2"],["-0.74565276999999924e2","0.68802199999999914e2"],["-0.74546386999999982e2","0.68822494999999947e2"],["-0.74548049999999989e2","0.68828598000000113e2"],["-0.74551392000000021e2","0.68830551000000014e2"],["-0.74604172000000005e2","0.68841660000000104e2"],["-0.74634170999999924e2","0.68846374999999966e2"],["-0.74648055999999997e2","0.68847214000000122e2"],["-0.74666655999999932e2","0.68845825000000104e2"],["-0.74678328999999962e2","0.68842758000000003e2"],["-0.74687377999999967e2","0.68835991000000035e2"],["-0.74718718999999965e2","0.68824821000000043e2"],["-0.74723052999999936e2","0.68822318999999993e2"],["-0.74721221999999955e2","0.68821152000000041e2"],[-74.71421799999996,68.82098400000001],["-0.74705222999999933e2","0.68821655000000078e2"],["-0.74689437999999939e2","0.68819716999999969e2"],["-0.74671660999999972e2","0.68818877999999984e2"],["-0.74660277999999892e2",68.81581100000011],["-0.74639724999999999e2","0.68807479999999998e2"],["-0.74633330999999941e2",68.79693600000013],["-0.74635009999999966e2","0.68793320000000108e2"],["-0.74648055999999997e2","0.68789429000000041e2"],["-0.74665832999999964e2","0.68786652000000117e2"],["-0.74771666999999979e2","0.68774155000000121e2"],["-0.74917769999999962e2","0.68801375999999948e2"],["-0.74913894999999968e2",68.81721500000009],["-0.74837508999999955e2","0.68840820000000065e2"],["-0.74787780999999995e2","0.68854431000000034e2"],["-0.74764167999999984e2","0.68872040000000027e2"],[-74.74017299999997,"0.68872710999999981e2"],[-74.72222899999997,"0.68934143000000006e2"],["-0.74862945999999909e2","0.68954178000000013e2"],["-0.74872779999999977e2","0.68955001999999979e2"],["-0.74887610999999993e2","0.68954178000000013e2"],["-0.74898108999999977e2","0.68952515000000062e2"],["-0.74920113000000015e2","0.68946671000000038e2"],["-0.74935944000000006e2","0.68942001000000005e2"],[-75,"0.68937607000000071e2"],["-0.75005004999999926e2","0.68929977000000065e2"],["-0.75033614999999884e2","0.68926085999999998e2"],["-0.75042770000000019e2",68.928314],["-0.75041945999999882e2","0.68930267000000129e2"],["-0.75021118000000001e2","0.68953049000000021e2"],["-0.74962340999999981e2","0.68972824000000003e2"],["-0.74953002999999967e2","0.68978484999999978e2"],["-0.74915337000000022e2","0.68992821000000049e2"],["-0.74907668999999885e2","0.68993988000000002e2"],["-0.74764724999999999e2","0.69019440000000031e2"],["-0.74748336999999992e2","0.69021378000000141e2"],["-0.74735000999999954e2","0.69021927000000119e2"],["-0.74729445999999996e2","0.69019440000000031e2"],["-0.74758057000000008e2","0.69008880999999974e2"],["-0.74752228000000002e2","0.69002486999999974e2"],["-0.74675003000000004e2","0.69006943000000035e2"],[-74.65834000000001,"0.69008330999999941e2"],["-0.74642776000000026e2","0.69011658000000068e2"],["-0.74638061999999991e2","0.69016098000000113e2"],["-0.74641113000000018e2","0.69021378000000141e2"],["-0.74652495999999928e2","0.69040267999999912e2"],["-0.74785827999999981e2","0.69076385000000073e2"],["-0.74820846999999958e2","0.69082214000000079e2"],["-0.74834166999999923e2","0.69081664999999987e2"],["-0.74845839999999953e2","0.69078598000000056e2"],["-0.74948607999999922e2","0.69048874000000012e2"],["-0.75043334999999956e2","0.69013321000000019e2"],["-0.75051940999999886e2","0.69008605999999986e2"],["-0.75036117999999931e2","0.68992203000000075e2"],["-0.75037780999999882e2","0.68985809000000074e2"],["-0.75071395999999936e2","0.68921097000000032e2"],["-0.75075561999999934e2","0.68915817000000004e2"],["-0.75109160999999858e2","0.68894989000000123e2"],["-0.75116394000000014e2","0.68890823000000012e2"],["-0.75124161000000015e2","0.68888046000000088e2"],["-0.75139724999999999e2","0.68884720000000073e2"],["-0.75169998000000021e2","0.68886383000000023e2"],["-0.75192490000000021e2","0.68891663000000051e2"],["-0.75201950000000011e2","0.68894440000000145e2"],["-0.75315826000000015e2","0.68942200000000128e2"],["-0.75373885999999914e2","0.68968872000000033e2"],["-0.75383330999999998e2","0.68974426000000051e2"],["-0.75400283999999999e2","0.68985535000000141e2"],["-0.75422500999999954e2","0.69001937999999996e2"],["-0.75445830999999941e2","0.69016937000000041e2"],["-0.75454452999999944e2","0.69021102999999982e2"],["-0.75466399999999965e2","0.69021378000000141e2"],["-0.75478881999999999e2","0.69019714000000135e2"],["-0.75494155999999975e2",69.01638800000012],["-0.75528335999999967e2","0.69005829000000062e2"],["-0.75565552000000025e2","0.68993591000000038e2"],["-0.75573623999999995e2","0.68988585999999941e2"],["-0.75578612999999962e2","0.68984146000000123e2"],["-0.75580841000000021e2","0.68975540000000024e2"],["-0.75574172999999917e2","0.68968323000000112e2"],["-0.75537780999999939e2","0.68951096000000064e2"],["-0.75506957999999941e2","0.68939696999999967e2"],["-0.75499724999999955e2","0.68934708000000001e2"],["-0.75494995000000017e2","0.68930267000000129e2"],["-0.75534163999999976e2",68.90387000000004],["-0.75542770000000019e2","0.68898879999999963e2"],[-75.56527699999998,"0.68891373000000044e2"],["-0.75603881999999942e2","0.68879700000000014e2"],["-0.75647780999999952e2","0.68869140999999956e2"],["-0.75809158000000025e2","0.68836928999999998e2"],["-0.75976104999999961e2","0.68791092000000106e2"],["-0.75979445999999996e2","0.68787201000000039e2"],["-0.75985001000000011e2","0.68783875000000023e2"],["-0.75995543999999938e2","0.68779434000000094e2"],["-0.76008620999999948e2","0.68775543000000027e2"],["-0.76049437999999952e2","0.68764435000000049e2"],["-0.76227218999999991e2","0.68721100000000035e2"],["-0.76327224999999999e2","0.68697478999999987e2"],["-0.76376098999999954e2","0.68687484999999981e2"],["-0.76420546999999999e2","0.68679152999999985e2"],["-0.76436385999999857e2","0.68677200000000028e2"],["-0.76456664999999987e2","0.68675262000000089e2"],["-0.76540282999999988e2","0.68673308999999961e2"],["-0.76559432999999956e2","0.68673035000000027e2"],["-0.76575561999999991e2","0.68674149000000057e2"],[-76.59056099999998,"0.68676376000000062e2"],["-0.76628875999999991e2",68.68691999999993],["-0.76660827999999981e2","0.68699416999999926e2"],["-0.76674164000000019e2",68.71026599999999],["-0.76680283000000031e2","0.68716094999999996e2"],["-0.76688599000000011e2","0.68733597000000032e2"],["-0.76689437999999996e2","0.68740540000000067e2"],["-0.76688048999999978e2","0.68746933000000013e2"],["-0.76678604000000007e2","0.68758330999999998e2"],["-0.76666945999999996e2","0.68769150000000081e2"],["-0.76636947999999961e2",68.78166200000004],["-0.76608611999999937e2","0.68794144000000074e2"],["-0.76577498999999932e2","0.68808318999999983e2"],["-0.76561385999999914e2","0.68818054000000018e2"],["-0.76546111999999994e2","0.68833054000000004e2"],["-0.76537216000000001e2","0.68842209000000082e2"],["-0.76523055999999997e2","0.68863876000000118e2"],["-0.76521666999999979e2","0.68870254999999986e2"],["-0.76523894999999925e2","0.68876373000000058e2"],["-0.76532775999999956e2","0.68880538999999999e2"],["-0.76544158999999979e2","0.68883041000000048e2"],["-0.76559432999999956e2",68.88499500000006],["-0.76576674999999966e2",68.88499500000006],[-76.59333799999996,"0.68883331000000055e2"],["-0.76606658999999922e2","0.68883041000000048e2"],["-0.76610000999999954e2","0.68884720000000073e2"],["-0.76644164999999987e2","0.68911102000000142e2"],["-0.76655562999999972e2","0.68924698000000092e2"],["-0.76655562999999972e2","0.68930542000000116e2"],["-0.76642775999999969e2","0.69003876000000105e2"],["-0.76640563999999927e2","0.69009155000000078e2"],["-0.76625548999999978e2","0.69018326000000059e2"],["-0.76603607000000011e2","0.69025818000000015e2"],["-0.76578338999999914e2","0.69032211000000132e2"],["-0.76543335000000013e2","0.69038315000000011e2"],["-0.76501403999999923e2",69.042755],["-0.76422500999999954e2","0.69050537000000134e2"],["-0.76368606999999997e2","0.69055251999999996e2"],["-0.76348891999999921e2","0.69054976999999951e2"],[-76.33277899999996,69.05442800000003],["-0.76240279999999927e2","0.69048325000000091e2"],["-0.76208054000000004e2","0.69044144000000017e2"],["-0.76140563999999927e2","0.69034714000000122e2"],["-0.76124435000000005e2","0.69031096999999988e2"],["-0.76114165999999955e2","0.69027771000000143e2"],["-0.76091674999999952e2","0.69011658000000068e2"],["-0.76080001999999922e2","0.69006378000000041e2"],["-0.76068619000000012e2","0.69003876000000105e2"],["-0.75996932999999956e2","0.69003036000000066e2"],["-0.75969161999999983e2","0.69010269000000108e2"],["-0.75904998999999918e2","0.69036925999999994e2"],["-0.75813889000000017e2","0.69067763999999954e2"],["-0.75655838000000017e2","0.69080550999999957e2"],["-0.75637786999999946e2","0.69079987000000017e2"],["-0.75619155999999919e2","0.69081374999999923e2"],[-75.6058349999999,69.08526599999999],["-0.75598891999999978e2","0.69089432000000102e2"],["-0.75593886999999938e2","0.69099716000000114e2"],["-0.75569732999999928e2",69.15277100000003],["-0.75569457999999997e2","0.69158324999999991e2"],["-0.75571121000000005e2","0.69163879000000009e2"],["-0.75591674999999952e2",69.22164900000007],["-0.75603057999999976e2","0.69238876000000118e2"],["-0.75619719999999973e2","0.69249419999999986e2"],["-0.75669723999999917e2","0.69271103000000096e2"],["-0.75759734999999978e2","0.69304977000000122e2"],["-0.75783324999999991e2","0.69313599000000124e2"],["-0.75956389999999885e2","0.69366088999999931e2"],["-0.75970275999999956e2",69.36914100000007],["-0.76168610000000001e2","0.69411377000000073e2"],["-0.76202498999999932e2","0.69413879000000122e2"],["-0.76241942999999935e2","0.69413315000000011e2"],["-0.76298049999999989e2","0.69407760999999994e2"],["-0.76417770000000019e2",69.44720500000011],["-0.76607497999999964e2","0.69529709000000139e2"],["-0.76637787000000003e2","0.69546645999999953e2"],["-0.76641112999999962e2","0.69554153000000099e2"],["-0.76641678000000013e2","0.69557480000000055e2"],["-0.76626662999999951e2","0.69581375000000037e2"],[-76.61999499999996,"0.69586380000000077e2"],["-0.76611663999999962e2","0.69591095000000109e2"],["-0.76489165999999898e2","0.69648331000000042e2"],["-0.76477782999999988e2","0.69652206000000035e2"],["-0.76459166999999979e2","0.69654434000000037e2"],["-0.76442215000000033e2","0.69653046000000074e2"],["-0.76347777999999948e2",69.64027400000009],["-0.76261397999999986e2","0.69626647999999932e2"],["-0.76226943999999946e2","0.69637206999999989e2"],["-0.76186110999999983e2","0.69659714000000065e2"],["-0.76182495000000017e2","0.69663605000000132e2"],["-0.76187774999999988e2","0.69665268000000083e2"],["-0.76226105000000018e2","0.69664703000000031e2"],["-0.76295546999999942e2","0.69660263000000043e2"],["-0.76376388999999961e2","0.69671371000000022e2"],["-0.76388335999999924e2","0.69673874000000012e2"],["-0.76397506999999962e2","0.69678040000000067e2"],["-0.76399733999999853e2","0.69684143000000006e2"],["-0.76450561999999934e2","0.69690262000000075e2"],["-0.76537780999999939e2","0.69696091000000081e2"],["-0.76551666000000012e2","0.69695526000000029e2"],["-0.76634170999999981e2","0.69683594000000085e2"],["-0.76641953000000001e2","0.69679977000000122e2"],["-0.76638900999999976e2","0.69673309000000131e2"],["-0.76631942999999922e2","0.69669708000000071e2"],["-0.76616394000000014e2","0.69667480000000126e2"],["-0.76581679999999949e2","0.69666930999999977e2"],["-0.76557769999999948e2","0.69673309000000131e2"],["-0.76542769999999905e2","0.69674698000000149e2"],["-0.76530838000000017e2","0.69672211000000061e2"],["-0.76517776000000026e2","0.69662765999999976e2"],["-0.76522780999999952e2",69.65248100000008],["-0.76535004000000015e2","0.69638596000000007e2"],["-0.76553329000000019e2","0.69625259000000142e2"],["-0.76561661000000015e2","0.69620254999999986e2"],["-0.76683883999999978e2",69.56581100000011],["-0.76691939999999988e2","0.69563034000000016e2"],["-0.76707503999999972e2","0.69559417999999994e2"],["-0.76730285999999978e2","0.69560256999999922e2"],["-0.76844726999999921e2","0.69576096000000064e2"],["-0.77136947999999961e2","0.69626373000000115e2"],[-77.18582200000003,"0.69637496999999996e2"],["-0.77191665999999941e2","0.69639709000000039e2"],["-0.77200561999999991e2","0.69646103000000096e2"],["-0.77200561999999991e2",69.64888000000002],["-0.77194442999999922e2","0.69657211000000075e2"],["-0.77164444000000003e2","0.69676086000000055e2"],["-0.77155562999999972e2","0.69680541999999946e2"],["-0.77144454999999994e2","0.69682205000000067e2"],["-0.76949431999999945e2","0.69695526000000029e2"],["-0.76939437999999939e2","0.69679703000000018e2"],["-0.76929992999999968e2","0.69677765000000079e2"],["-0.76896666999999979e2","0.69679152999999985e2"],["-0.76868056999999965e2","0.69684708000000057e2"],["-0.76829726999999934e2","0.69695816000000036e2"],["-0.76820281999999963e2","0.69699417000000096e2"],[-76.80471799999998,"0.69708603000000039e2"],["-0.76793883999999991e2","0.69718597000000045e2"],["-0.76791945999999996e2","0.69721649000000014e2"],["-0.76781386999999995e2","0.69743042000000116e2"],["-0.76781386999999995e2","0.69748596000000077e2"],["-0.76835280999999952e2","0.69815811000000053e2"],["-0.76851944000000003e2","0.69813599000000011e2"],["-0.76933059999999898e2","0.69809708000000114e2"],["-0.77026672000000019e2","0.69811919999999986e2"],["-0.77150283999999999e2","0.69816086000000098e2"],["-0.77293059999999855e2","0.69828873000000101e2"],["-0.77308884000000035e2","0.69830826000000002e2"],["-0.77310546999999985e2","0.69835814999999968e2"],["-0.77307770000000005e2","0.69840271000000087e2"],["-0.77297774999999888e2","0.69851089000000059e2"],[-77.28472899999997,"0.69860535000000027e2"],[-77.25418099999996,69.87692300000009],["-0.77243056999999965e2","0.69881362999999908e2"],["-0.77208344000000011e2","0.69886658000000011e2"],["-0.77116652999999928e2","0.69901382000000012e2"],["-0.76992767000000015e2","0.69927199999999971e2"],["-0.76981673999999941e2","0.69931656000000089e2"],["-0.76974715999999944e2","0.69935806000000071e2"],["-0.76980559999999969e2","0.69938034000000016e2"],["-0.76992767000000015e2","0.69940536000000122e2"],["-0.77002791999999943e2","0.69940536000000122e2"],["-0.77125274999999931e2","0.69925812000000064e2"],["-0.77141112999999962e2","0.69922485000000108e2"],["-0.77164444000000003e2","0.69915268000000026e2"],["-0.77188323999999909e2","0.69906097000000045e2"],["-0.77226943999999946e2","0.69894989000000066e2"],["-0.77260284000000013e2","0.69887496999999939e2"],["-0.77438048999999921e2","0.69857208000000071e2"],["-0.77508347000000015e2","0.69826660000000118e2"],["-0.77455565999999976e2","0.69798325000000091e2"],["-0.77444442999999978e2","0.69789428999999984e2"],["-0.77449158000000011e2","0.69784714000000122e2"],["-0.77551391999999964e2","0.69747756999999922e2"],["-0.77559158000000025e2","0.69744980000000055e2"],["-0.77574722000000008e2","0.69741363999999976e2"],["-0.77597777999999948e2","0.69739151000000049e2"],["-0.77608611999999937e2","0.69740265000000022e2"],["-0.77615829000000019e2","0.69741653000000099e2"],["-0.77626388999999904e2","0.69744980000000055e2"],["-0.77637787000000003e2","0.69753875999999991e2"],["-0.77645279000000016e2","0.69760818000000086e2"],["-0.77649993999999992e2","0.69769714000000022e2"],["-0.77668059999999969e2","0.69836655000000064e2"],["-0.77691939999999931e2","0.69963043000000027e2"],["-0.77695267000000001e2",69.98803700000002],["-0.77694442999999922e2","0.70000275000000045e2"],["-0.77693054000000018e2",70.00610400000005],[-77.68582200000003,"0.70023041000000092e2"],["-0.77678604000000007e2","0.70034987999999998e2"],["-0.77672500999999954e2","0.70045532000000094e2"],["-0.77669723999999974e2","0.70052200000000028e2"],["-0.77667220999999984e2","0.70062194999999974e2"],["-0.77665008999999941e2","0.70088043000000084e2"],["-0.77665557999999976e2","0.70106934000000138e2"],["-0.77668334999999956e2","0.70113037000000077e2"],["-0.77673888999999974e2",70.11970500000001],["-0.77671936000000017e2","0.70177199999999914e2"],["-0.77672500999999954e2","0.70180542000000059e2"],["-0.77678328999999962e2","0.70187759000000142e2"],["-0.77685271999999998e2","0.70191360000000032e2"],["-0.77810821999999973e2",70.24552900000009],["-0.77884170999999981e2",70.2586060000001],["-0.77892226999999878e2","0.70258041000000048e2"],["-0.78133621000000005e2","0.70215271000000087e2"],["-0.78239166000000012e2","0.70203873000000101e2"],["-0.78345000999999911e2",70.19720500000011],["-0.78351395000000025e2","0.70197479000000044e2"],["-0.78364715999999987e2","0.70201096000000007e2"],["-0.78401672000000019e2","0.70212493999999992e2"],["-0.78405272999999966e2","0.70214157000000114e2"],["-0.78480835000000013e2","0.70288589000000002e2"],["-0.78406113000000005e2","0.70326935000000049e2"],["-0.78396118000000001e2","0.70328049000000021e2"],["-0.78389175000000023e2","0.70332214000000022e2"],["-0.78398894999999925e2","0.70336380000000077e2"],["-0.78425827000000027e2",70.3477630000001],["-0.78436661000000015e2","0.70351088999999945e2"],["-0.78486389000000031e2","0.70356934000000081e2"],["-0.78504180999999903e2",70.35803199999998],["-0.78521118000000001e2","0.70357758000000047e2"],["-0.78536391999999978e2","0.70356369000000029e2"],[-78.55749499999996,"0.70351379000000009e2"],["-0.78573623999999995e2","0.70345534999999984e2"],["-0.78579726999999878e2","0.70343048000000067e2"],["-0.78583327999999995e2","0.70336929000000055e2"],["-0.78581115999999952e2","0.70334152000000131e2"],["-0.78569167999999991e2","0.70325546000000031e2"],["-0.78564712999999983e2","0.70320267000000058e2"],[-78.56138599999997,"0.70314148000000046e2"],["-0.78564712999999983e2","0.70310256999999979e2"],["-0.78578888000000006e2","0.70309708000000001e2"],["-0.78655272999999909e2","0.70346939000000134e2"],["-0.78662506000000008e2","0.70350540000000024e2"],["-0.78704726999999934e2","0.70374695000000031e2"],[-78.74749799999995,"0.70438873000000058e2"],["-0.78858337000000006e2","0.70453873000000044e2"],["-0.78903335999999911e2","0.70449416999999926e2"],["-0.78944442999999865e2","0.70450271999999984e2"],["-0.79031951999999933e2","0.70454987000000017e2"],["-0.79070557000000008e2","0.70469711000000075e2"],["-0.79095550999999887e2","0.70493042000000116e2"],["-0.79100280999999995e2",70.49832200000003],["-0.79081680000000006e2","0.70529984000000127e2"],["-0.79068068999999923e2","0.70536377000000073e2"],["-0.78893616000000009e2","0.70590546000000131e2"],["-0.78879989999999964e2","0.70594711000000132e2"],["-0.78860274999999888e2",70.59664900000007],["-0.78832779000000016e2","0.70594437000000028e2"],["-0.78821945000000028e2","0.70589706000000092e2"],["-0.78815551999999911e2",70.57748400000014],["-0.78816100999999946e2","0.70573318000000029e2"],["-0.78815001999999879e2","0.70571930000000123e2"],["-0.78806655999999975e2","0.70564986999999974e2"],["-0.78788054999999929e2","0.70556091000000038e2"],["-0.78766112999999905e2","0.70550261999999975e2"],["-0.78733321999999987e2","0.70547211000000004e2"],["-0.78718886999999938e2","0.70547760000000096e2"],["-0.78720276000000013e2","0.70549149000000114e2"],[-78.84056099999998,"0.70634995000000117e2"],["-0.78851944000000003e2","0.70638046000000088e2"],["-0.78861938000000009e2","0.70637206999999989e2"],["-0.78868331999999953e2",70.63220200000012],["-0.78867492999999968e2","0.70628586000000041e2"],["-0.78868057000000022e2","0.70624419999999986e2"],["-0.78871933000000013e2","0.70621918000000051e2"],["-0.78879989999999964e2","0.70621093999999914e2"],["-0.78912215999999944e2","0.70621368000000018e2"],["-0.78965285999999935e2","0.70632751000000042e2"],["-0.78976943999999946e2","0.70635817999999972e2"],["-0.78994155999999975e2","0.70643326000000002e2"],["-0.78999161000000015e2","0.70651382000000069e2"],["-0.79000838999999928e2","0.70662766000000147e2"],["-0.78994720000000029e2","0.70672484999999995e2"],["-0.79000564999999995e2","0.70676926000000094e2"],["-0.79009445000000028e2","0.70679702999999961e2"],["-0.79025283999999999e2","0.70680267000000129e2"],["-0.79041107000000011e2","0.70678588999999988e2"],["-0.79057220000000029e2","0.70672759999999982e2"],["-0.79152221999999995e2","0.70627762000000075e2"],[-79.158051,"0.70622208000000114e2"],["-0.79155838000000017e2","0.70617476999999951e2"],[-79.14973399999991,"0.70613037000000134e2"],["-0.79136948000000018e2","0.70610809000000017e2"],["-0.79097778000000005e2","0.70610260000000039e2"],["-0.79068068999999923e2","0.70615540000000124e2"],["-0.79143889999999999e2","0.70453873000000044e2"],["-0.79159728999999913e2",70.43803400000013],["-0.79174164000000019e2","0.70428040000000124e2"],[-79.18472300000002,"0.70423599000000024e2"],["-0.79209731999999974e2","0.70418045000000006e2"],["-0.79223891999999978e2","0.70419434000000024e2"],[-79.23582499999992,"0.70423309000000017e2"],["-0.79268889999999999e2","0.70436371000000008e2"],["-0.79291106999999954e2","0.70446930000000066e2"],["-0.79290557999999919e2","0.70453598000000056e2"],["-0.79291945999999996e2","0.70459717000000069e2"],[-79.30221599999993,"0.70473602000000142e2"],["-0.79308333999999888e2","0.70480270000000132e2"],["-0.79388061999999934e2",70.49275200000011],["-0.79403610000000015e2","0.70493316999999934e2"],["-0.79412780999999995e2","0.70491652999999928e2"],["-0.79420546999999942e2","0.70488876000000062e2"],["-0.79575561999999934e2",70.42942800000003],[-79.58555599999994,"0.70421371000000022e2"],["-0.79591110000000015e2","0.70413605000000018e2"],["-0.79591384999999946e2",70.40914900000007],["-0.79588897999999972e2","0.70399428999999998e2"],["-0.79575835999999981e2","0.70389984000000084e2"],["-0.79563613999999973e2","0.70385544000000095e2"],[-79.42361499999987,"0.70355820000000108e2"],["-0.79420546999999942e2","0.70359710999999947e2"],["-0.79416107000000011e2","0.70363602000000014e2"],["-0.79406661999999869e2","0.70367477000000008e2"],["-0.79386948000000018e2",70.37164300000012],["-0.79371657999999968e2","0.70371093999999971e2"],["-0.79357772999999895e2",70.36970500000001],["-0.79317229999999995e2","0.70360260000000096e2"],["-0.79295837000000006e2","0.70353043000000014e2"],["-0.79286666999999852e2","0.70349716000000058e2"],["-0.79266112999999962e2","0.70341094999999939e2"],["-0.79252791999999999e2","0.70333327999999995e2"],["-0.79243057000000022e2","0.70324707000000103e2"],["-0.79233321999999873e2","0.70318603999999937e2"],["-0.79224715999999944e2","0.70316085999999984e2"],["-0.79209441999999967e2","0.70313309000000061e2"],["-0.79125823999999909e2","0.70304703000000131e2"],["-0.79108886999999925e2","0.70304977000000065e2"],["-0.79099730999999963e2","0.70308594000000028e2"],["-0.79086670000000026e2","0.70317764000000068e2"],["-0.79088333000000034e2","0.70324707000000103e2"],["-0.79090560999999923e2","0.70329437000000098e2"],["-0.79085830999999985e2",70.33859300000006],["-0.79070847000000015e2","0.70340820000000122e2"],["-0.79056655999999919e2","0.70341369999999984e2"],["-0.79038895000000025e2","0.70340546000000018e2"],["-0.79027221999999995e2","0.70339432000000045e2"],[-78.98832699999997,"0.70331375000000037e2"],["-0.78966659999999933e2","0.70323318000000086e2"],["-0.78939162999999951e2","0.70311096000000134e2"],["-0.78921660999999915e2","0.70300812000000064e2"],["-0.78790558000000033e2","0.70205551000000014e2"],["-0.78777221999999995e2","0.70194976999999994e2"],["-0.78763061999999991e2","0.70183593999999971e2"],["-0.78753066999999874e2","0.70169434000000081e2"],[-78.74888599999997,"0.70162201000000039e2"],["-0.78737502999999947e2","0.70114989999999977e2"],["-0.78688599000000011e2","0.70054977000000122e2"],["-0.78683060000000012e2","0.70046371000000022e2"],["-0.78680282999999974e2","0.70040268000000083e2"],["-0.78664168999999958e2","0.70004166000000112e2"],["-0.78662506000000008e2","0.69983047000000113e2"],["-0.78662506000000008e2","0.69973037999999917e2"],["-0.78665008999999998e2","0.69961380000000077e2"],["-0.78676392000000021e2","0.69945250999999985e2"],["-0.78687774999999931e2","0.69934417999999994e2"],["-0.78704177999999899e2","0.69924148999999943e2"],["-0.78791945999999996e2",69.891098],[-78.84973100000002,"0.69886107999999979e2"],[-79.06639100000001,"0.69878310999999997e2"],[-79.17860399999995,"0.69883881000000088e2"],["-0.79200287000000003e2","0.69884430000000009e2"],[-79.37777699999998,"0.69886107999999979e2"],["-0.79408050999999944e2",69.88499500000006],["-0.79474716000000001e2","0.69878586000000041e2"],["-0.79526947000000007e2","0.69871918000000051e2"],["-0.79540832999999964e2","0.69868866000000139e2"],["-0.79553604000000007e2","0.69864700000000028e2"],["-0.79563889000000017e2","0.69859984999999995e2"],["-0.79576950000000011e2","0.69855819999999994e2"],["-0.79604996000000028e2","0.69849990999999989e2"],["-0.79636123999999938e2","0.69848038000000031e2"],["-0.79682495000000017e2","0.69848877000000016e2"],["-0.79694992000000013e2","0.69851089000000059e2"],["-0.79707229999999981e2","0.69855545000000006e2"],["-0.79773620999999991e2","0.69885544000000039e2"],["-0.79780288999999982e2","0.69890549000000078e2"],["-0.79786391999999978e2","0.69897217000000012e2"],["-0.79796386999999925e2","0.69908325000000048e2"],["-0.79801101999999958e2","0.69915543000000014e2"],["-0.79800277999999992e2","0.69917205999999965e2"],["-0.79803329000000019e2","0.69927475000000015e2"],["-0.79833617999999944e2","0.69949417000000039e2"],["-0.79891387999999949e2","0.69973877000000073e2"],["-0.80053054999999915e2","0.69997208000000114e2"],["-0.80168059999999969e2","0.70006377999999984e2"],["-0.80196945000000028e2","0.70008041000000105e2"],["-0.80232497999999964e2","0.70007767000000001e2"],["-0.80263061999999934e2","0.70002487000000087e2"],[-80.27305599999994,"0.69999709999999993e2"],["-0.80292496000000028e2",69.98692299999999],["-0.80307770000000005e2","0.69981093999999985e2"],[-80.31361400000003,"0.69980270000000019e2"],["-0.80326110999999912e2","0.69980270000000019e2"],["-0.80336120999999991e2","0.69982207999999957e2"],["-0.80434998000000007e2","0.70004990000000078e2"],[-80.45777899999996,"0.70013320999999962e2"],["-0.80466399999999965e2","0.70018051000000014e2"],[-80.47444200000001,"0.70024428999999998e2"],["-0.80485549999999932e2","0.70029434000000037e2"],["-0.80547774999999945e2",70.04414399999996],["-0.80561110999999983e2","0.70046936000000073e2"],["-0.80577498999999875e2","0.70048874000000012e2"],["-0.80597778000000005e2","0.70048035000000027e2"],["-0.80652221999999938e2","0.70038879000000065e2"],["-0.80669998000000021e2","0.70039978000000076e2"],["-0.80787505999999951e2","0.70050537000000134e2"],["-0.80906386999999995e2","0.70070831000000055e2"],[-81.06220999999988,"0.70085541000000035e2"],["-0.81225829999999974e2",70.09693900000002],["-0.81285552999999993e2","0.70095261000000107e2"],["-0.81378051999999968e2","0.70092484000000013e2"],["-0.81429992999999968e2","0.70093597000000102e2"],["-0.81462508999999955e2",70.09637500000008],["-0.81603058000000033e2","0.70113876000000005e2"],["-0.81698607999999922e2","0.70128585999999984e2"],["-0.81711670000000026e2","0.70130539000000113e2"],["-0.81728333000000021e2","0.70132202000000007e2"],["-0.81745834000000002e2",70.1308140000001],["-0.81756119000000012e2",70.12831099999994],["-0.81763335999999924e2","0.70123031999999967e2"],["-0.81761948000000018e2","0.70117477000000065e2"],["-0.81737503000000004e2","0.70093597000000102e2"],["-0.81718886999999881e2","0.70079163000000051e2"],["-0.81709732000000031e2","0.70074432000000115e2"],["-0.81687774999999874e2","0.70067764000000125e2"],["-0.81670546999999942e2","0.70065262000000075e2"],["-0.81625823999999966e2","0.70062759000000085e2"],["-0.81558333999999888e2","0.70056930999999963e2"],["-0.81539718999999934e2",70.053314],["-0.81531113000000005e2","0.70050812000000121e2"],["-0.81464721999999995e2","0.70024703999999986e2"],["-0.81313613999999973e2","0.70032211000000132e2"],["-0.81262221999999952e2","0.70016388000000063e2"],["-0.81188599000000011e2","0.69991089000000102e2"],["-0.81169723999999974e2","0.69982483000000002e2"],["-0.81153335999999911e2","0.69969986000000006e2"],[-81.15306099999998,"0.69963608000000022e2"],["-0.81154174999999896e2","0.69958327999999995e2"],["-0.81150283999999999e2","0.69945815999999979e2"],["-0.81142775999999969e2","0.69938034000000016e2"],["-0.81136123999999995e2","0.69933043999999995e2"],["-0.81126389000000017e2","0.69927765000000022e2"],["-0.81089721999999995e2","0.69913879000000009e2"],["-0.81028335999999967e2","0.69893600000000106e2"],["-0.80999999999999943e2","0.69886107999999979e2"],["-0.80939986999999974e2","0.69862762000000089e2"],["-0.80791381999999942e2","0.69790542999999957e2"],["-0.80769164999999873e2","0.69778045999999961e2"],["-0.80764175000000023e2","0.69770537999999988e2"],["-0.80763061999999991e2","0.69767212000000086e2"],["-0.80763061999999991e2","0.69760818000000086e2"],[-80.77555799999999,69.75221300000004],["-0.80826110999999912e2","0.69733597000000032e2"],["-0.80835555999999883e2","0.69730270000000075e2"],["-0.80849441999999954e2","0.69727203000000145e2"],["-0.80938889000000017e2","0.69714705999999978e2"],["-0.80952498999999989e2","0.69713882000000012e2"],["-0.80952224999999942e2","0.69732758000000047e2"],["-0.80955841000000021e2","0.69734420999999998e2"],["-0.81014449999999954e2","0.69745529000000147e2"],["-0.81023055999999997e2","0.69746094000000028e2"],["-0.81038054999999929e2","0.69748596000000077e2"],["-0.81074172999999917e2","0.69758040999999992e2"],["-0.81093063000000029e2","0.69764434999999992e2"],["-0.81103058000000033e2","0.69768326000000059e2"],["-0.81115554999999858e2","0.69776931999999988e2"],["-0.81129439999999931e2","0.69797760000000096e2"],["-0.81145843999999897e2","0.69812485000000038e2"],["-0.81166945999999996e2","0.69821380999999974e2"],["-0.81178878999999938e2","0.69824996999999996e2"],[-81.21665999999999,"0.69833603000000096e2"],["-0.81354445999999996e2","0.69880264000000125e2"],["-0.81433059999999955e2",69.91304000000008],["-0.81480559999999969e2","0.69926926000000037e2"],["-0.81491942999999878e2","0.69929703000000131e2"],["-0.81598891999999864e2",69.95248400000014],[-81.68249499999996,"0.69964431999999988e2"],["-0.81795273000000009e2","0.69988586000000112e2"],["-0.81945540999999878e2","0.70039978000000076e2"],["-0.81953887999999949e2","0.70043868999999972e2"],["-0.81957229999999981e2","0.70047211000000061e2"],["-0.81958618000000001e2","0.70052765000000079e2"],["-0.81966659999999933e2","0.70060532000000023e2"],["-0.82065001999999936e2","0.70095825000000048e2"],["-0.82101104999999905e2","0.70108032000000037e2"],["-0.82214447000000007e2","0.70134995000000004e2"],["-0.82361663999999962e2","0.70161377000000073e2"],["-0.82446655000000021e2","0.70174988000000042e2"],["-0.82475006000000008e2","0.70179428000000087e2"],["-0.82610001000000011e2","0.70207214000000135e2"],["-0.82739165999999898e2","0.70237762000000089e2"],["-0.82913894999999968e2","0.70282761000000107e2"],["-0.82938888999999961e2","0.70292205999999965e2"],["-0.82952224999999999e2","0.70296370999999965e2"],["-0.82977782999999988e2","0.70301926000000037e2"],["-0.82992766999999901e2","0.70303588999999988e2"],["-0.83006957999999997e2","0.70304703000000131e2"],["-0.83048049999999989e2","0.70306931000000134e2"],["-0.82897781000000009e2","0.70248595999999964e2"],["-0.82822234999999978e2","0.70220825000000104e2"],["-0.82683608999999933e2","0.70189972000000125e2"],["-0.82573623999999995e2","0.70171646000000123e2"],["-0.82493880999999988e2","0.70158875000000023e2"],["-0.82415282999999988e2","0.70143051000000071e2"],["-0.82299727999999902e2","0.70118866000000082e2"],["-0.82103058000000033e2","0.70065262000000075e2"],["-0.81976395000000025e2","0.70012206999999989e2"],["-0.81841674999999952e2","0.69963318000000015e2"],["-0.81773330999999928e2","0.69954162999999994e2"],["-0.81758056999999951e2","0.69951660000000004e2"],["-0.81725006000000008e2","0.69944138000000066e2"],["-0.81720001000000025e2","0.69941085999999984e2"],["-0.81710830999999985e2","0.69934142999999949e2"],["-0.81738327000000027e2","0.69876083000000051e2"],["-0.81741378999999881e2","0.69872757000000036e2"],["-0.81854171999999949e2","0.69855545000000006e2"],["-0.81880279999999914e2","0.69852478000000076e2"],["-0.81960281000000009e2","0.69844146999999964e2"],["-0.81962783999999886e2","0.69844711000000132e2"],["-0.81963333000000034e2","0.69847487999999998e2"],["-0.81962508999999955e2","0.69852768000000083e2"],["-0.81963333000000034e2","0.69857757999999933e2"],["-0.81972503999999958e2","0.69862487999999985e2"],["-0.81995270000000005e2","0.69872481999999991e2"],["-0.82001677999999856e2","0.69874694999999974e2"],["-0.82011123999999995e2","0.69875809000000118e2"],["-0.82020003999999858e2","0.69873871000000008e2"],["-0.82061661000000015e2","0.69859421000000054e2"],["-0.82118880999999874e2","0.69814697000000081e2"],[-82.11860699999994,69.81053200000008],["-0.82126098999999954e2","0.69784988000000055e2"],["-0.82129715000000033e2","0.69782486000000006e2"],["-0.82143340999999964e2","0.69781372000000033e2"],["-0.82189986999999917e2","0.69790267999999969e2"],["-0.82243606999999997e2","0.69801650999999993e2"],["-0.82271392999999989e2",69.82638500000013],["-0.82241668999999945e2","0.69828048999999965e2"],["-0.82224441999999954e2","0.69823608000000036e2"],["-0.82210280999999952e2","0.69826096000000007e2"],["-0.82206664999999987e2","0.69828598000000056e2"],["-0.82215011999999888e2","0.69832763999999997e2"],["-0.82303054999999915e2","0.69856644000000131e2"],["-0.82314163000000008e2","0.69857483000000116e2"],["-0.82403609999999958e2","0.69860260000000039e2"],["-0.82417769999999962e2","0.69857757999999933e2"],["-0.82526397999999972e2","0.69860809000000131e2"],["-0.82575012000000015e2",69.87081900000004],[-82.64416499999993,"0.69892487000000017e2"],["-0.82741378999999938e2","0.69910248000000138e2"],["-0.83035278000000005e2",69.98803700000002],["-0.83040832999999964e2","0.69993042000000059e2"],["-0.83044448999999929e2","0.70004166000000112e2"],["-0.83051392000000021e2","0.70008605999999929e2"],["-0.83066665999999998e2","0.70010818000000029e2"],["-0.83150283999999942e2","0.70009720000000129e2"],["-0.83238892000000021e2","0.69998871000000065e2"],["-0.83339171999999962e2","0.69979431000000091e2"],["-0.83345276000000013e2","0.69977203000000088e2"],["-0.83613891999999964e2","0.69948868000000118e2"],["-0.83654175000000009e2","0.69946365000000128e2"],["-0.83715285999999878e2","0.69947754000000145e2"],["-0.83898620999999991e2","0.69960815000000082e2"],["-0.83944716999999969e2","0.69965820000000122e2"],[-84.00167799999997,"0.69974152000000117e2"],["-0.84010833999999932e2","0.69976653999999996e2"],["-0.84041672000000005e2","0.69981369000000029e2"],["-0.84082779000000016e2","0.69985260000000096e2"],["-0.84161666999999966e2","0.69984985000000052e2"],["-0.84314162999999951e2","0.69979706000000078e2"],["-0.84560546999999872e2","0.69993866000000025e2"],[-84.65695199999999,"0.70002487000000087e2"],["-0.84728606999999897e2","0.70010269000000051e2"],["-0.84783889999999985e2",70.01887499999998],["-0.85163054999999929e2",70.09137000000004],["-0.85176102000000014e2","0.70093048000000124e2"],["-0.85335280999999952e2","0.70102478000000019e2"],["-0.85353881999999942e2","0.70103317000000004e2"],["-0.85369155999999975e2","0.70103591999999992e2"],["-0.85666397000000018e2","0.70104705999999965e2"],["-0.85719727000000034e2","0.70103591999999992e2"],["-0.85752501999999936e2","0.70101929000000041e2"],[-85.84722899999997,"0.70088882000000069e2"],["-0.85869445999999868e2","0.70085541000000035e2"],["-0.85874999999999943e2","0.70083328000000051e2"],["-0.85878051999999968e2","0.70076935000000105e2"],["-0.85876099000000011e2","0.70071930000000066e2"],["-0.85854720999999984e2","0.70040817000000061e2"],["-0.85851669000000015e2","0.70038315000000125e2"],["-0.85838333000000034e2","0.70041931000000034e2"],["-0.85826950000000011e2","0.70046371000000022e2"],["-0.85801940999999943e2",70.05442800000003],["-0.85785278000000005e2","0.70058319000000097e2"],["-0.85732772999999952e2","0.70066939999999988e2"],["-0.85691665999999941e2","0.70070541000000048e2"],["-0.85636397999999986e2","0.70071930000000066e2"],["-0.85618057000000022e2","0.70070831000000055e2"],["-0.85585555999999997e2","0.70067490000000021e2"],["-0.85468833999999902e2","0.70049263000000053e2"],["-0.85376937999999996e2","0.70032211000000132e2"],["-0.85350280999999995e2","0.70026382000000126e2"],[-85.25140399999998,"0.69998322000000087e2"],["-0.85243056999999908e2","0.69994979999999998e2"],["-0.85236114999999984e2","0.69989150999999993e2"],["-0.85239440999999943e2","0.69986649000000057e2"],["-0.85244995000000017e2","0.69984421000000111e2"],[-85.25778200000002,"0.69983871000000079e2"],[-85.41339099999999,"0.69997429000000125e2"],["-0.85441230999999959e2",70.00093099999998],["-0.85451224999999965e2","0.70001769999999908e2"],["-0.85577498999999932e2","0.70009995000000117e2"],["-0.85613892000000021e2","0.70009995000000117e2"],["-0.85635009999999909e2","0.70007491999999957e2"],["-0.85651947000000007e2",70.00360100000006],["-0.85678328999999906e2","0.69995254999999986e2"],["-0.85695267000000001e2","0.69991363999999919e2"],["-0.85726943999999946e2","0.69990539999999953e2"],["-0.85808334000000002e2",69.99859600000002],["-0.85823333999999988e2","0.70000275000000045e2"],["-0.85851944000000003e2","0.70005554000000018e2"],["-0.86093063000000029e2","0.70062484999999981e2"],["-0.86230835000000013e2","0.70098602000000142e2"],["-0.86255004999999926e2",70.10554500000012],["-0.86301940999999943e2","0.70121643000000006e2"],["-0.86326400999999976e2","0.70132202000000007e2"],["-0.86551940999999999e2","0.70234984999999995e2"],["-0.86556106999999997e2","0.70244705000000124e2"],["-0.86581115999999952e2","0.70356934000000081e2"],["-0.86577224999999999e2",70.36554000000001],[-86.55860899999999,"0.70386932000000002e2"],["-0.86541945999999996e2","0.70401382000000126e2"],["-0.86524170000000026e2","0.70411652000000061e2"],["-0.86512787000000003e2","0.70416382000000056e2"],["-0.86481109999999944e2","0.70424698000000149e2"],["-0.86448333999999932e2","0.70431655999999975e2"],["-0.86373046999999985e2","0.70445816000000093e2"],["-0.86313048999999864e2",70.46276899999998],["-0.86294997999999964e2","0.70472762999999986e2"],["-0.86287506000000008e2","0.70484420999999998e2"],["-0.86297774999999945e2","0.70494141000000127e2"],["-0.86313889000000017e2","0.70502777000000037e2"],["-0.86334441999999967e2","0.70511658000000125e2"],["-0.86353607000000011e2","0.70519440000000088e2"],[-86.36221299999994,"0.70522765999999933e2"],["-0.86374709999999993e2","0.70525269000000094e2"],["-0.86390839000000028e2","0.70522217000000012e2"],["-0.86389998999999989e2","0.70519989000000066e2"],["-0.86383895999999879e2","0.70513611000000083e2"],["-0.86375548999999978e2","0.70508881000000031e2"],["-0.86367767000000015e2","0.70504715000000147e2"],["-0.86350280999999995e2",70.49832200000003],["-0.86339721999999938e2","0.70491652999999928e2"],["-0.86339447000000007e2","0.70486374000000126e2"],[-86.34056099999998,"0.70483870999999965e2"],["-0.86363327000000027e2","0.70474152000000004e2"],[-86.37388599999997,"0.70470261000000107e2"],["-0.86407501000000025e2","0.70459991000000002e2"],[-86.51568599999996,"0.70433640000000025e2"],["-0.86565001999999936e2","0.70425537000000134e2"],["-0.86578338999999971e2","0.70422211000000118e2"],["-0.86589721999999995e2","0.70417479999999955e2"],[-86.62777699999998,"0.70395538000000101e2"],["-0.86651397999999972e2","0.70374695000000031e2"],["-0.86662216000000001e2","0.70361099000000081e2"],[-86.65943900000002,"0.70357208000000014e2"],["-0.86638335999999924e2","0.70324432000000058e2"],["-0.86647232000000031e2","0.70319443000000092e2"],["-0.86655563000000029e2","0.70318878000000041e2"],["-0.86839721999999995e2","0.70320267000000058e2"],["-0.86861938000000009e2","0.70322220000000016e2"],["-0.86876099000000011e2","0.70326096000000064e2"],["-0.86881103999999937e2","0.70329711999999972e2"],["-0.86990554999999915e2","0.70431655999999975e2"],["-0.86988892000000021e2","0.70435532000000023e2"],["-0.86982497999999964e2","0.70438873000000058e2"],["-0.86953613000000018e2","0.70442474000000118e2"],["-0.86936935000000005e2","0.70443313999999987e2"],[-86.92471299999994,"0.70446091000000081e2"],["-0.86922775000000001e2","0.70447754000000032e2"],["-0.86921386999999925e2","0.70451660000000061e2"],[-86.92193599999996,"0.70455550999999957e2"],["-0.86928329000000019e2","0.70460541000000035e2"],["-0.86937209999999936e2","0.70463608000000136e2"],["-0.86953338999999971e2","0.70467209000000025e2"],["-0.86967772999999909e2","0.70468048000000124e2"],["-0.86996384000000035e2","0.70467484000000013e2"],["-0.87034164000000033e2","0.70464157000000057e2"],["-0.87072509999999966e2","0.70457489000000123e2"],[-87.08944699999995,"0.70453323000000012e2"],["-0.87132767000000001e2","0.70439148000000102e2"],["-0.87140563999999983e2","0.70434981999999991e2"],["-0.87182220000000029e2","0.70399428999999998e2"],["-0.87184998000000007e2","0.70388596000000007e2"],[-87.05749499999996,"0.70381653000000028e2"],["-0.87043883999999991e2","0.70379974000000004e2"],["-0.87031676999999945e2","0.70377472000000125e2"],["-0.87010558999999944e2",70.37164300000012],["-0.86991378999999995e2","0.70364150999999993e2"],["-0.86981109999999944e2",70.35803199999998],["-0.86972777999999948e2","0.70351929000000041e2"],["-0.86976395000000025e2","0.70284714000000065e2"],["-0.86985824999999977e2","0.70281662000000097e2"],["-0.86999434999999949e2","0.70280548000000124e2"],["-0.87009170999999924e2","0.70281097000000102e2"],["-0.87107498000000021e2",70.28804000000008],["-0.87184433000000013e2","0.70295532000000037e2"],["-0.87255004999999983e2",70.30664100000007],[-87.5625,"0.70322768999999937e2"],["-0.87673614999999984e2","0.70319153000000085e2"],["-0.87669998000000021e2","0.70298598999999967e2"],["-0.87643889999999999e2","0.70295822000000044e2"],["-0.87628601000000003e2",70.29304500000012],[-87.61721799999998,"0.70289429000000098e2"],["-0.87610275000000001e2","0.70284714000000065e2"],["-0.87613327000000027e2","0.70281936999999971e2"],[-87.62388599999997,"0.70278046000000074e2"],["-0.87704177999999956e2","0.70257217000000082e2"],[-87.77694699999995,70.24331699999999],["-0.87796951000000035e2","0.70240265000000079e2"],["-0.87833892999999989e2","0.70238037000000134e2"],[-87.8663939999999,"0.70238876000000062e2"],["-0.87914444000000003e2",70.24136400000009],["-0.87923049999999989e2","0.70242751999999996e2"],["-0.87935546999999985e2",70.24693300000007],["-0.88012825000000021e2","0.70277267000000109e2"],["-0.88088165000000004e2","0.70285095000000126e2"],["-0.88138610999999912e2","0.70296097000000032e2"],["-0.88250564999999938e2","0.70321381000000031e2"],["-0.88263061999999934e2","0.70325272000000098e2"],["-0.88264724999999942e2","0.70328049000000021e2"],["-0.88256957999999997e2","0.70333878000000027e2"],["-0.88214171999999962e2","0.70351379000000009e2"],[-88.20666499999993,"0.70352478000000133e2"],["-0.88061774999999955e2","0.70329544000000055e2"],[-88.05494699999997,"0.70327369999999974e2"],["-0.88050109999999904e2","0.70325042999999994e2"],["-0.88038283999999919e2","0.70315536000000122e2"],["-0.88030784999999923e2","0.70314033999999992e2"],[-88.02427699999987,"0.70313202000000103e2"],["-0.87994445999999982e2",70.31203499999998],["-0.87916397000000018e2","0.70301926000000037e2"],["-0.87901671999999905e2","0.70304428000000144e2"],["-0.87888610999999969e2","0.70308029000000033e2"],["-0.87879989999999964e2","0.70311371000000122e2"],["-0.87882492000000013e2","0.70316375999999991e2"],["-0.87889998999999989e2","0.70321930000000009e2"],["-0.87914718999999991e2","0.70331665000000044e2"],["-0.88083618000000001e2","0.70378036000000066e2"],["-0.88111938000000009e2","0.70384155000000078e2"],["-0.88166945999999996e2","0.70394440000000031e2"],["-0.88374434999999949e2","0.70432205000000124e2"],["-0.88439986999999917e2","0.70438583000000051e2"],["-0.88579177999999956e2","0.70450271999999984e2"],["-0.88670272999999952e2","0.70453598000000056e2"],["-0.88679442999999992e2","0.70453598000000056e2"],["-0.88693053999999961e2","0.70455261000000121e2"],["-0.88797775000000001e2","0.70489700000000028e2"],["-0.88897506999999962e2",70.53276100000005],["-0.88914443999999889e2","0.70546096999999975e2"],["-0.88985824999999863e2","0.70608322000000101e2"],[-89.00389100000001,"0.70624984999999981e2"],["-0.89009170999999981e2","0.70636383000000023e2"],["-0.88999999999999943e2","0.70645538000000045e2"],["-0.88999725000000012e2","0.70651657000000057e2"],["-0.89005279999999914e2","0.70656936999999971e2"],["-0.89076674999999966e2","0.70696930000000009e2"],["-0.89105834999999956e2","0.70707489000000066e2"],["-0.89118880999999988e2","0.70711380000000133e2"],["-0.89143889999999942e2","0.70717209000000139e2"],["-0.89203888000000006e2","0.70737198000000035e2"],["-0.89261123999999995e2","0.70759720000000129e2"],["-0.89285278000000005e2","0.70769714000000135e2"],["-0.89330565999999919e2","0.70791931000000034e2"],["-0.89369719999999973e2","0.70814697000000081e2"],["-0.89374161000000015e2","0.70819153000000142e2"],["-0.89448333999999988e2","0.70902481000000023e2"],["-0.89447219999999902e2","0.70906647000000078e2"],["-0.89443603999999937e2","0.70910262999999929e2"],["-0.89432495000000017e2","0.70915268000000026e2"],["-0.89416397000000018e2","0.70918594000000041e2"],["-0.89371658000000025e2","0.70925812000000064e2"],["-0.89298614999999927e2","0.70933043999999995e2"],["-0.89222777999999948e2","0.70935531999999967e2"],[-89.20944199999991,"0.70939147999999989e2"],["-0.89205840999999964e2","0.70942749000000049e2"],["-0.89188599000000011e2","0.70960815000000025e2"],["-0.89195267000000001e2","0.70968323000000055e2"],["-0.89205565999999919e2","0.70973602000000028e2"],["-0.89270279000000016e2","0.70983597000000145e2"],["-0.89315276999999924e2","0.70991653000000042e2"],["-0.89340560999999923e2","0.70997482000000048e2"],["-0.89354720999999927e2","0.71001937999999939e2"],[-89.49499499999996,71.0577550000001],["-0.89549727999999959e2","0.71088593000000117e2"],["-0.89491378999999938e2","0.71092209000000139e2"],["-0.89469726999999978e2","0.71091933999999924e2"],["-0.89228333000000021e2","0.71072768999999994e2"],["-0.89216948999999943e2",71.06999200000007],["-0.89208617999999944e2","0.71063034000000073e2"],["-0.89215285999999935e2","0.71056641000000127e2"],["-0.89218063000000029e2","0.71050812000000121e2"],["-0.89212509000000011e2","0.71045532000000037e2"],["-0.89203063999999983e2",71.03804000000008],["-0.89196655000000021e2","0.71035263000000043e2"],["-0.89178604000000007e2","0.71031372000000147e2"],["-0.89134444999999971e2","0.71026932000000102e2"],["-0.89117767000000015e2","0.71026657000000114e2"],["-0.89100829999999917e2","0.71027771000000087e2"],["-0.89076110999999969e2","0.71030272999999966e2"],["-0.89039443999999946e2","0.71035263000000043e2"],["-0.88979996000000028e2","0.71041092000000049e2"],["-0.88904723999999987e2","0.71045258000000103e2"],["-0.88689163000000008e2","0.71046936000000017e2"],["-0.88617767000000015e2","0.71044434000000138e2"],["-0.88490279999999984e2","0.71031097000000102e2"],["-0.88478881999999942e2","0.71029709000000025e2"],[-88.43249499999996,"0.71021927000000062e2"],["-0.88380279999999971e2","0.71011931999999945e2"],["-0.88369155999999975e2","0.71007492000000127e2"],["-0.88365829000000019e2","0.71001937999999939e2"],[-88.36332699999997,70.99552900000009],["-0.88362503000000004e2","0.70990265000000136e2"],["-0.88362777999999992e2","0.70984146000000067e2"],["-0.88360274999999945e2","0.70977767999999969e2"],["-0.88356948999999986e2","0.70972214000000122e2"],["-0.88343612999999948e2","0.70961380000000077e2"],["-0.88332503999999972e2","0.70957213999999965e2"],["-0.88318618999999899e2",70.95387299999993],["-0.88289718999999934e2","0.70950272000000098e2"],["-0.88260833999999988e2","0.70947754000000089e2"],["-0.88025283999999942e2","0.70930542000000059e2"],["-0.87999999999999886e2","0.70929153000000099e2"],["-0.87968886999999881e2","0.70928588999999931e2"],["-0.87930557000000022e2","0.70929428000000087e2"],["-0.87912780999999995e2","0.70931366000000025e2"],["-0.87857772999999895e2","0.70941360000000032e2"],["-0.87798049999999932e2","0.70949707000000046e2"],["-0.87752791999999999e2","0.70953598000000113e2"],["-0.87699996999999996e2","0.70955551000000071e2"],["-0.87664443999999946e2","0.70954712000000086e2"],[-87.62748699999986,70.95138500000013],["-0.87610549999999932e2","0.70949417000000039e2"],["-0.87559433000000013e2","0.70947479000000101e2"],[-87.43582200000003,"0.70944976999999994e2"],["-0.87371216000000004e2","0.70944725000000119e2"],["-0.87353607000000011e2","0.70945250999999928e2"],[-87.345551,"0.70949417000000039e2"],["-0.87343063000000029e2","0.70954162999999937e2"],["-0.87343613000000005e2","0.70959427000000119e2"],["-0.87337783999999886e2","0.70969986000000006e2"],["-0.87329177999999956e2","0.70980545000000006e2"],[-87.30860899999999,70.99552900000009],["-0.87298889000000031e2",71],["-0.87286117999999988e2","0.71004166000000112e2"],["-0.87267226999999878e2","0.71006942999999978e2"],["-0.87246947999999918e2","0.71009155000000078e2"],["-0.87212508999999955e2","0.71007492000000127e2"],["-0.87151397999999858e2",71],["-0.87141388000000006e2","0.70997757000000036e2"],[-87.11610399999995,"0.70994705000000124e2"],["-0.87051392000000021e2","0.70987761999999975e2"],["-0.87033614999999998e2","0.70986649000000057e2"],["-0.87017501999999922e2","0.70986649000000057e2"],["-0.87004180999999903e2","0.70990265000000136e2"],["-0.87003066999999987e2","0.70991089000000102e2"],["-0.87002791999999999e2","0.70994141000000013e2"],["-0.87009734999999978e2","0.70996093999999971e2"],["-0.87039444000000003e2","0.71000823999999966e2"],["-0.87135009999999966e2","0.71011383000000023e2"],["-0.87166397000000018e2","0.71014435000000105e2"],["-0.87184433000000013e2",71.01527400000009],["-0.87279175000000009e2","0.71026932000000102e2"],["-0.87385833999999988e2","0.71041930999999977e2"],["-0.87394729999999981e2","0.71043594000000098e2"],["-0.87404723999999931e2","0.71047211000000061e2"],["-0.87410827999999981e2",71.053314],["-0.87472777999999948e2","0.71074157999999954e2"],["-0.87572783999999956e2",71.09526100000005],["-0.87701400999999976e2","0.71123306000000071e2"],["-0.87712783999999999e2","0.71126082999999994e2"],["-0.87760283999999956e2","0.71143051000000071e2"],["-0.87848891999999864e2","0.71184982000000048e2"],["-0.87851943999999946e2","0.71191925000000026e2"],["-0.87852492999999981e2",71.19720500000011],[-87.848343,"0.71202209000000039e2"],["-0.87825286999999946e2","0.71217209000000025e2"],["-0.87823059000000001e2","0.71223601999999971e2"],["-0.87816665999999941e2","0.71254714999999976e2"],["-0.87821945000000028e2","0.71258331000000055e2"],["-0.87829452999999944e2","0.71261932000000115e2"],["-0.87844161999999926e2","0.71264160000000061e2"],["-0.87900283999999999e2","0.71268600000000049e2"],["-0.87911666999999909e2","0.71266936999999984e2"],["-0.87971938999999963e2","0.71250274999999988e2"],["-0.88019729999999981e2","0.71236098999999967e2"],["-0.88034163999999976e2","0.71231658999999979e2"],["-0.88041945999999939e2","0.71228867000000037e2"],["-0.88131103999999993e2","0.71219147000000135e2"],["-0.88321670999999981e2","0.71228592000000049e2"],["-0.88583618000000001e2","0.71234984999999995e2"],[-88.70666499999993,"0.71247756999999979e2"],["-0.88849990999999989e2","0.71259720000000016e2"],["-0.89058043999999995e2","0.71276382000000012e2"],[-89.20666499999993,"0.71283325000000048e2"],["-0.89299163999999962e2","0.71287491000000102e2"],[-89.42860399999995,"0.71294434000000081e2"],["-0.89703888000000006e2",71.31581100000011],["-0.89816665999999998e2","0.71324997000000053e2"],["-0.89830001999999979e2","0.71328872999999987e2"],[-89.89973399999991,"0.71351379000000122e2"],["-0.89907227000000034e2","0.71354706000000078e2"],["-0.89964721999999995e2","0.71411377000000016e2"],["-0.89968613000000005e2","0.71416931000000034e2"],["-0.89983063000000016e2","0.71446930000000009e2"],["-0.90010558999999887e2",71.57777400000009],["-0.90013061999999934e2","0.71600266000000033e2"],["-0.90004729999999938e2","0.71630813999999987e2"],[-90.00306699999993,"0.71635817999999972e2"],[-89.99722300000002,"0.71641373000000044e2"],["-0.89964721999999995e2","0.71655822999999941e2"],["-0.89932769999999948e2","0.71667755000000113e2"],["-0.89896117999999944e2","0.71679977000000065e2"],["-0.89884734999999921e2","0.71684708000000001e2"],["-0.89817504999999983e2","0.71724701000000039e2"],["-0.89808334000000002e2","0.71747757000000092e2"],["-0.89821395999999936e2","0.71760269000000051e2"],["-0.89831389999999942e2","0.71760269000000051e2"],["-0.89836120999999991e2","0.71761658000000068e2"],["-0.89843062999999972e2","0.71764434999999992e2"],["-0.89893615999999952e2","0.71789428999999927e2"],["-0.89954453000000001e2","0.71820541000000048e2"],["-0.89960281000000009e2","0.71824158000000011e2"],["-0.90026672000000019e2","0.71892761000000064e2"],["-0.90048614999999984e2","0.71953873000000101e2"],["-0.90001113999999916e2","0.72063034000000073e2"],["-0.89993057000000022e2","0.72070540999999992e2"],["-0.89962783999999999e2",72.07748399999997],["-0.89812209999999993e2","0.72111923000000047e2"],["-0.89750838999999928e2",72.12303199999991],["-0.89738891999999964e2","0.72124985000000038e2"],["-0.89725829999999974e2","0.72124695000000031e2"],["-0.89718886999999995e2","0.72121917999999937e2"],["-0.89715835999999967e2","0.72118591000000038e2"],["-0.89704726999999991e2","0.72113312000000008e2"],["-0.89691665999999941e2","0.72109985000000108e2"],["-0.89682494999999903e2","0.72110535000000141e2"],["-0.89664718999999934e2","0.72113312000000008e2"],["-0.89597503999999958e2","0.72148331000000098e2"],["-0.89579726999999991e2","0.72158874999999966e2"],["-0.89574721999999952e2","0.72163605000000018e2"],["-0.89576674999999966e2","0.72169144000000017e2"],["-0.89584732000000031e2","0.72175811999999951e2"],["-0.89598891999999978e2","0.72178040000000124e2"],["-0.89618057000000022e2",72.17886400000009],["-0.89676665999999955e2",72.17692599999998],["-0.89705841000000021e2","0.72174697999999978e2"],["-0.89724716000000001e2","0.72172485000000052e2"],["-0.89738891999999964e2","0.72168593999999985e2"],["-0.89759445000000028e2","0.72159988000000055e2"],["-0.89770553999999947e2","0.72157485999999949e2"],["-0.89780563000000029e2","0.72157485999999949e2"],["-0.89802489999999921e2","0.72161925999999994e2"],["-0.89892226999999991e2","0.72186919999999986e2"],["-0.89897232000000031e2","0.72188583000000051e2"],["-0.89901397999999915e2","0.72194137999999953e2"],["-0.89939437999999939e2","0.72261932000000058e2"],["-0.89954177999999956e2","0.72304977000000065e2"],["-0.89957503999999915e2","0.72316086000000098e2"],[-89.95666499999993,"0.72321655000000135e2"],["-0.89913329999999974e2","0.72422211000000061e2"],["-0.89907500999999968e2","0.72432205000000067e2"],[-89.89056399999987,"0.72444977000000051e2"],[-89.87249799999995,"0.72449142000000052e2"],["-0.89860275000000001e2","0.72451096000000121e2"],["-0.89813613999999973e2","0.72456650000000081e2"],["-0.89799438000000009e2",72.46026599999999],["-0.89793609999999887e2","0.72462768999999923e2"],["-0.89777221999999995e2","0.72493866000000025e2"],["-0.89775283999999886e2","0.72498596000000077e2"],["-0.89772506999999962e2",72.51998900000001],["-0.89772781000000009e2","0.72526093000000003e2"],["-0.89786666999999966e2","0.72559982000000048e2"],["-0.89753890999999953e2",72.60554499999995],["-0.89736937999999952e2","0.72616652999999985e2"],["-0.89699996999999939e2","0.72625259000000085e2"],["-0.89678329000000019e2","0.72629424999999969e2"],[-89.65695199999999,"0.72630264000000125e2"],["-0.89643616000000009e2",72.62692300000009],["-0.89614715999999987e2","0.72616089000000045e2"],["-0.89597503999999958e2","0.72614700000000028e2"],["-0.89572784000000013e2","0.72616928000000144e2"],["-0.89560546999999929e2","0.72621918000000051e2"],["-0.89470550999999944e2","0.72666091999999992e2"],["-0.89473617999999874e2","0.72672485000000108e2"],["-0.89511947999999961e2","0.72688873000000001e2"],["-0.89525283999999999e2","0.72693863000000022e2"],["-0.89549164000000019e2","0.72691085999999927e2"],["-0.89567504999999926e2","0.72693039000000056e2"],["-0.89574721999999952e2","0.72698868000000061e2"],["-0.89580001999999922e2","0.72711105000000032e2"],["-0.89581389999999999e2",72.71775800000006],["-0.89574721999999952e2","0.72785263000000043e2"],["-0.89569457999999941e2","0.72786925999999937e2"],["-0.89479445999999996e2","0.72779709000000025e2"],["-0.89446380999999917e2","0.72775542999999971e2"],[-89.36471599999993,"0.72762206999999989e2"],["-0.89330565999999919e2","0.72755829000000006e2"],["-0.89294158999999922e2","0.72797211000000061e2"],["-0.89333327999999995e2","0.72950546000000145e2"],["-0.89358337000000006e2","0.72965271000000087e2"],["-0.89361388999999974e2","0.72991652999999985e2"],["-0.89308883999999978e2","0.73048324999999977e2"],["-0.89228333000000021e2","0.73125809000000004e2"],["-0.89043335000000013e2","0.73252486999999974e2"],["-0.89035827999999981e2","0.73257492000000013e2"],[-89.00028999999995,"0.73278320000000122e2"],["-0.88990554999999972e2","0.73283599999999979e2"],["-0.88856948999999986e2","0.73336105000000032e2"],["-0.88695830999999941e2","0.73411926000000108e2"],[-88.68360899999999,"0.73417480000000069e2"],["-0.88468062999999972e2","0.73491928000000087e2"],["-0.88433318999999926e2","0.73514159999999947e2"],["-0.88409164000000033e2","0.73523605000000032e2"],["-0.88286391999999978e2","0.73566939999999988e2"],["-0.88263061999999934e2","0.73573883000000023e2"],["-0.88074721999999895e2","0.73627762000000018e2"],["-0.87974441999999954e2","0.73654709000000139e2"],[-87.92332499999992,"0.73667755000000056e2"],["-0.87817229999999995e2","0.73694427000000132e2"],["-0.87780288999999982e2","0.73703048999999965e2"],["-0.87739990000000034e2","0.73711380000000077e2"],["-0.87539444000000003e2","0.73746643000000063e2"],["-0.87456664999999987e2","0.73760269000000051e2"],["-0.87183608999999933e2","0.73792755000000113e2"],["-0.87049438000000009e2",73.80831900000004],[-86.71665999999999,"0.73840820000000122e2"],["-0.86596663999999976e2",73.84526100000005],["-0.86493057000000022e2","0.73844437000000084e2"],["-0.86401397999999915e2","0.73845824999999991e2"],["-0.86239440999999999e2","0.73849152000000117e2"],["-0.86208618000000001e2","0.73849991000000102e2"],["-0.86109160999999972e2","0.73849991000000102e2"],["-0.85747771999999998e2","0.73836380000000133e2"],["-0.85706664999999987e2","0.73832214000000022e2"],["-0.85553054999999972e2","0.73820830999999998e2"],["-0.85520003999999972e2",73.81999200000007],["-0.85462508999999955e2","0.73820830999999998e2"],["-0.85421936000000017e2","0.73824158000000125e2"],["-0.85307770000000005e2","0.73821106000000043e2"],[-85.16332999999986,"0.73813309000000061e2"],["-0.85121108999999933e2","0.73809981999999991e2"],["-0.85104995999999971e2","0.73808029000000033e2"],["-0.85069457999999884e2","0.73801926000000094e2"],["-0.85034728999999913e2","0.73794708000000071e2"],["-0.84970001000000025e2","0.73777771000000087e2"],["-0.84837783999999999e2","0.73741652999999985e2"],["-0.84842772999999966e2","0.73735809000000017e2"],["-0.84865554999999915e2","0.73713318000000015e2"],["-0.84922501000000011e2","0.73680267000000072e2"],["-0.84931380999999988e2",73.67553700000002],["-0.84956116000000009e2","0.73665267999999969e2"],["-0.84985000999999954e2","0.73655823000000112e2"],["-0.85340835999999854e2","0.73556366000000139e2"],["-0.85596389999999985e2","0.73486649000000114e2"],["-0.85766402999999855e2","0.73425262000000032e2"],["-0.85851104999999961e2",73.391098],["-0.85930282999999974e2",73.355255],["-0.86046660999999858e2","0.73287201000000039e2"],["-0.86137787000000003e2","0.73228867000000037e2"],["-0.86292220999999984e2","0.73103317000000118e2"],["-0.86296386999999982e2","0.73097488000000055e2"],["-0.86294448999999929e2","0.73091095000000109e2"],["-0.86288895000000025e2","0.73087204000000042e2"],[-86.28443900000002,73.08248900000001],["-0.86284163999999976e2","0.73077208999999982e2"],["-0.86287216000000001e2","0.73072495000000004e2"],["-0.86328339000000028e2","0.73036651999999947e2"],["-0.86454452999999887e2","0.72963607999999965e2"],["-0.86474716000000001e2","0.72953323000000069e2"],["-0.86495269999999891e2","0.72943314000000044e2"],[-86.50556899999998,"0.72938309000000004e2"],["-0.86571120999999948e2","0.72908875000000023e2"],["-0.86627212999999927e2","0.72883605999999986e2"],["-0.86647506999999962e2","0.72873306000000071e2"],["-0.86653610000000015e2","0.72868866000000082e2"],["-0.86658339999999953e2","0.72863602000000071e2"],["-0.86695540999999992e2","0.72819153000000142e2"],["-0.86696654999999964e2","0.72816666000000055e2"],["-0.86732773000000009e2","0.72716095000000109e2"],["-0.86703339000000028e2","0.72659148999999957e2"],["-0.86698333999999988e2","0.72652205999999978e2"],["-0.86686935000000005e2","0.72644714000000022e2"],["-0.86662216000000001e2","0.72631653000000085e2"],["-0.86638335999999924e2","0.72620529000000033e2"],["-0.86611389000000031e2",72.60914600000001],["-0.86504181000000017e2",72.56860400000005],["-0.86479720999999984e2",72.56053200000008],["-0.86466110000000015e2","0.72556365999999969e2"],["-0.86451401000000033e2","0.72553040000000124e2"],["-0.86414443999999946e2","0.72541656000000046e2"],["-0.86397232000000031e2","0.72534988000000055e2"],["-0.86353057999999976e2","0.72511658000000068e2"],[-86.33805799999999,"0.72503051999999968e2"],["-0.86283066000000019e2","0.72468323000000112e2"],["-0.86275832999999977e2","0.72463318000000072e2"],["-0.86267776000000026e2","0.72456375000000094e2"],["-0.86255004999999926e2","0.72443588000000091e2"],["-0.86240829000000019e2","0.72420258000000103e2"],["-0.86240829000000019e2","0.72406647000000135e2"],[-86.24610899999999,"0.72394989000000123e2"],["-0.86258057000000008e2","0.72384430000000066e2"],["-0.86275283999999942e2","0.72373871000000008e2"],["-0.86308043999999995e2","0.72359146000000067e2"],["-0.86350829999999917e2","0.72339156999999943e2"],["-0.86377776999999924e2","0.72323608000000036e2"],["-0.86396117999999944e2",72.30914300000012],["-0.86428054999999915e2","0.72281937000000084e2"],[-86.43582200000003,"0.72270264000000054e2"],["-0.86455276000000026e2","0.72207214000000079e2"],["-0.86434432999999956e2","0.72049987999999928e2"],["-0.86432495000000017e2","0.72043319999999994e2"],["-0.86425827000000027e2","0.72024993999999992e2"],["-0.86420546999999999e2","0.72012771999999984e2"],["-0.86336670000000026e2","0.71951934999999992e2"],["-0.86166107000000011e2","0.71824996999999996e2"],["-0.86132766999999944e2","0.71795822000000101e2"],["-0.86110549999999989e2",71.783051],["-0.86078613000000018e2","0.71775542999999971e2"],["-0.86051666000000012e2","0.71771652000000074e2"],["-0.86024444999999957e2","0.71765823000000069e2"],["-0.85947219999999959e2","0.71726928999999984e2"],["-0.85905563000000029e2","0.71699707000000046e2"],["-0.85871933000000013e2","0.71676926000000037e2"],["-0.85500838999999985e2","0.71511108000000092e2"],["-0.85391952999999944e2","0.71481659000000093e2"],["-0.85374161000000015e2",71.47886699999998],["-0.85228606999999954e2","0.71465546000000074e2"],["-0.84948607999999979e2","0.71421646000000067e2"],[-84.93472300000002,"0.71418319999999994e2"],["-0.84929992999999968e2","0.71414429000000098e2"],["-0.84859160999999972e2","0.71321105999999986e2"],["-0.84838057999999933e2",71.29193099999992],["-0.84834166999999979e2","0.71285262999999986e2"],[-84.83277899999996,"0.71278869999999984e2"],["-0.84833892999999932e2","0.71274154999999951e2"],["-0.84835555999999997e2","0.71271652000000017e2"],[-84.848343,"0.71269440000000145e2"],["-0.84868606999999997e2","0.71268875000000094e2"],["-0.84921660999999972e2","0.71270828000000051e2"],["-0.85041945999999996e2","0.71278594999999996e2"],["-0.85172500999999897e2","0.71272490999999945e2"],["-0.85173888999999974e2","0.71269989000000066e2"],["-0.85178329000000019e2","0.71266388000000006e2"],["-0.85389998999999932e2","0.71196640000000059e2"],["-0.85399993999999936e2","0.71193862999999965e2"],[-85.50028999999995,"0.71177200000000084e2"],["-0.85514724999999999e2","0.71176086000000112e2"],["-0.85532501000000025e2","0.71177200000000084e2"],["-0.85663054999999986e2","0.71194427000000132e2"],["-0.85761397999999986e2","0.71192200000000071e2"],["-0.85838333000000034e2","0.71187485000000038e2"],["-0.85932769999999948e2",71.17886400000009],["-0.85966659999999933e2","0.71171097000000145e2"],["-0.86170836999999949e2","0.71106934000000081e2"],["-0.86210830999999985e2",71.09387200000009],[-86.21444699999995,"0.71089705999999978e2"],["-0.86206954999999994e2","0.71083878000000084e2"],["-0.86206115999999952e2","0.71078049000000021e2"],["-0.86212783999999999e2","0.71072768999999994e2"],[-86.24888599999997,"0.71058594000000085e2"],["-0.86288605000000018e2","0.71052200000000028e2"],[-86.408051,"0.71035263000000043e2"],["-0.86450835999999924e2","0.71031372000000147e2"],["-0.86517775999999969e2","0.71031661999999983e2"],["-0.86643889999999999e2","0.71019439999999975e2"],["-0.86749999999999943e2","0.71007766999999944e2"],["-0.86770278999999903e2","0.71004166000000112e2"],["-0.86785552999999993e2","0.71000275000000045e2"],["-0.86798614999999984e2","0.70996368000000075e2"],["-0.86819167999999877e2",70.98942599999998],["-0.86820007000000032e2","0.70988586000000112e2"],["-0.86806655999999975e2","0.70983871000000079e2"],[-86.75778200000002,70.97665399999994],["-0.86713057999999933e2","0.70974152000000061e2"],["-0.86601943999999946e2",70.97164900000007],["-0.86547500999999954e2","0.70978867000000093e2"],["-0.86430283000000031e2","0.70988876000000118e2"],["-0.86292220999999984e2","0.71000275000000045e2"],["-0.86270279000000016e2","0.71002777000000094e2"],["-0.86224166999999852e2","0.71014435000000105e2"],["-0.86026947000000007e2","0.71071381000000088e2"],["-0.85832503999999915e2","0.71127197000000137e2"],["-0.85802215999999987e2","0.71135818000000029e2"],["-0.85779174999999952e2","0.71139160000000004e2"],["-0.85670273000000009e2","0.71148880000000077e2"],["-0.85650283999999999e2","0.71149428999999998e2"],["-0.85505004999999983e2","0.71158034999999927e2"],["-0.85411666999999966e2",71.17442299999999],["-0.85391678000000013e2","0.71174988000000042e2"],["-0.85288605000000018e2","0.71159149000000127e2"],["-0.85274169999999913e2",71.15525800000006],["-0.85110549999999989e2","0.71161652000000061e2"],["-0.85042220999999927e2","0.71181656000000032e2"],["-0.85037216000000001e2","0.71183044000000109e2"],[-84.99888599999997,"0.71187485000000038e2"],["-0.84961670000000026e2","0.71188583000000108e2"],["-0.84944152999999972e2","0.71187195000000031e2"],["-0.84875274999999988e2","0.71172760000000096e2"],["-0.84849990999999989e2","0.71154709000000082e2"],[-84.84584000000001,"0.71147766000000104e2"],[-84.87110899999999,"0.71073607999999922e2"],["-0.84875823999999852e2",71.06999200000007],["-0.84879714999999919e2","0.71069442999999922e2"],["-0.84904175000000009e2","0.71078049000000021e2"],["-0.84935821999999973e2","0.71092483999999956e2"],["-0.84950561999999934e2",71.09693900000002],["-0.84966110000000015e2",71.10026600000009],[-84.9808349999999,"0.71101089000000002e2"],[-85.00111400000003,"0.71100815000000068e2"],["-0.85142226999999934e2","0.71086380000000133e2"],["-0.85146956999999986e2","0.71082764000000054e2"],["-0.85112777999999935e2","0.71079163000000051e2"],["-0.85061385999999914e2","0.71076385000000016e2"],[-84.99221799999998,"0.71077484000000027e2"],["-0.84976668999999902e2","0.71075821000000076e2"],["-0.84960281000000009e2","0.71072220000000016e2"],[-84.92971799999998,"0.71004440000000045e2"],["-0.84926940999999943e2","0.70988037000000134e2"],["-0.84930282999999974e2","0.70981659000000036e2"],["-0.84941375999999991e2","0.70970535000000098e2"],["-0.84950835999999981e2","0.70965546000000131e2"],["-0.84963333000000034e2","0.70955826000000059e2"],["-0.84975280999999995e2","0.70945250999999928e2"],["-0.84976105000000018e2","0.70933318999999983e2"],["-0.84970839999999953e2","0.70927474999999959e2"],["-0.84964721999999938e2","0.70922485000000108e2"],["-0.84958618000000001e2","0.70919434000000081e2"],["-0.84941100999999946e2","0.70918045000000063e2"],["-0.84814162999999951e2","0.70919434000000081e2"],["-0.84798888999999974e2","0.70921646000000123e2"],["-0.84793610000000001e2","0.70926650999999993e2"],["-0.84748336999999992e2","0.70975539999999967e2"],["-0.84748046999999985e2","0.70988037000000134e2"],["-0.84771118000000001e2","0.71037490999999989e2"],["-0.84803604000000007e2","0.71047211000000061e2"],["-0.84819167999999991e2","0.71057480000000112e2"],["-0.84827788999999996e2","0.71068328999999949e2"],["-0.84829726999999878e2","0.71073317999999915e2"],["-0.84828888000000006e2","0.71079987000000017e2"],["-0.84826675000000023e2","0.71085541000000148e2"],["-0.84801392000000021e2","0.71148605000000032e2"],["-0.84766662999999994e2","0.71197479000000044e2"],["-0.84770843999999954e2","0.71254990000000021e2"],["-0.84781386999999938e2","0.71261932000000115e2"],["-0.84786666999999909e2","0.71267761000000121e2"],["-0.84793059999999969e2","0.71278046000000018e2"],["-0.84796660999999915e2","0.71297485000000108e2"],["-0.84797226000000023e2","0.71303314000000114e2"],["-0.84762511999999901e2","0.71406646999999964e2"],["-0.84749434999999949e2","0.71416655999999989e2"],["-0.84731948999999929e2","0.71424698000000149e2"],[-84.720551,71.428314],["-0.84693053999999961e2","0.71434143000000006e2"],["-0.84678329000000019e2","0.71435257000000036e2"],["-0.84660004000000015e2","0.71431655999999975e2"],["-0.84653060999999923e2","0.71431931000000134e2"],["-0.84571670999999924e2","0.71440810999999997e2"],["-0.84557495000000017e2","0.71444138000000123e2"],["-0.84547774999999945e2","0.71447478999999987e2"],["-0.84539169000000015e2","0.71451660000000061e2"],["-0.84531951999999933e2","0.71456940000000145e2"],["-0.84526108000000022e2",71.46887200000009],["-0.84526397999999915e2","0.71478316999999947e2"],["-0.84530563000000029e2","0.71492477000000065e2"],["-0.84533614999999941e2","0.71502486999999974e2"],["-0.84546660999999972e2","0.71527480999999966e2"],["-0.84554717999999923e2","0.71541092000000106e2"],["-0.84561385999999914e2","0.71549988000000042e2"],["-0.84564437999999939e2","0.71552475000000129e2"],["-0.84610275000000001e2","0.71562759000000142e2"],["-0.84636397999999929e2","0.71570541000000105e2"],["-0.84648620999999991e2",71.57638500000013],[-84.65834000000001,"0.71583878000000141e2"],["-0.84654998999999975e2","0.71608871000000022e2"],["-0.84653060999999923e2","0.71612762000000089e2"],["-0.84642501999999979e2","0.71622757000000036e2"],["-0.84625548999999978e2","0.71633041000000048e2"],["-0.84610549999999989e2","0.71641663000000051e2"],["-0.84604445999999996e2","0.71646103000000039e2"],["-0.84606658999999922e2","0.71649429000000112e2"],[-84.625,"0.71665817000000004e2"],["-0.84628052000000025e2","0.71668319999999937e2"],["-0.84635559000000001e2","0.71670258000000103e2"],["-0.84649733999999967e2","0.71672211000000004e2"],["-0.84710830999999928e2","0.71676085999999998e2"],[-84.77305599999994,"0.71678588999999988e2"],["-0.84782776000000013e2","0.71678863999999976e2"],["-0.84827498999999989e2","0.71675262000000032e2"],["-0.84867217999999923e2",71.66804500000012],["-0.84886200000000031e2","0.71654251000000102e2"],["-0.84926666000000012e2","0.71636107999999979e2"],["-0.84975280999999995e2","0.71644440000000145e2"],["-0.85097503999999958e2","0.71655258000000117e2"],["-0.85176940999999999e2","0.71656647000000135e2"],["-0.85196655000000021e2","0.71655822999999941e2"],["-0.85230835000000013e2","0.71659987999999942e2"],["-0.85263900999999976e2","0.71665543000000071e2"],["-0.85279723999999987e2","0.71668594000000041e2"],["-0.85291381999999999e2","0.71672211000000004e2"],["-0.85570846999999958e2",71.77998400000007],["-0.85579726999999991e2","0.71784988000000055e2"],["-0.85573623999999938e2","0.71790817000000061e2"],["-0.85557770000000005e2",71.79525799999999],["-0.85543883999999935e2","0.71795532000000094e2"],["-0.85458892999999989e2",71.79414399999996],["-0.85449721999999952e2","0.71796097000000088e2"],["-0.85436934999999949e2","0.71800812000000121e2"],["-0.85432769999999948e2","0.71806366000000139e2"],["-0.85431945999999982e2","0.71814697000000024e2"],["-0.85434432999999899e2","0.71818053999999961e2"],["-0.85551666000000012e2","0.71896378000000027e2"],["-0.85559722999999963e2","0.71900543000000027e2"],["-0.85744995000000017e2","0.71941360000000032e2"],["-0.85845839999999896e2","0.71962494000000049e2"],["-0.85900832999999977e2","0.71969147000000021e2"],["-0.85939986999999974e2","0.71973038000000088e2"],["-0.85963333000000034e2","0.71974425999999994e2"],["-0.86002501999999993e2","0.71978043000000127e2"],["-0.86022781000000009e2","0.71980545000000006e2"],["-0.86026672000000019e2","0.71981658999999979e2"],["-0.86039169000000015e2","0.71988876000000118e2"],["-0.86043610000000001e2",71.99552900000009],["-0.86050827000000027e2","0.72011107999999979e2"],["-0.86047501000000011e2","0.72013885000000073e2"],["-0.85981110000000001e2","0.72028594999999996e2"],["-0.85778885000000002e2","0.72026932000000102e2"],["-0.85538329999999974e2","0.72059143000000006e2"],["-0.85509444999999914e2","0.72068054000000132e2"],["-0.85495270000000005e2","0.72078872999999987e2"],["-0.85440552000000025e2","0.72132751000000098e2"],["-0.85449158000000011e2","0.72158325000000104e2"],["-0.85481948999999929e2","0.72173309000000017e2"],[-85.50167799999997,"0.72184143000000063e2"],["-0.85502501999999993e2","0.72251663000000065e2"],[-85.49749799999995,"0.72255264000000125e2"],[-85.48721299999994,"0.72260268999999994e2"],["-0.85291945999999882e2",72.25999500000006],["-0.85271941999999967e2","0.72259720000000016e2"],["-0.85029175000000009e2",72.25082400000008],["-0.85013335999999981e2","0.72250000000000114e2"],["-0.84936385999999914e2","0.72235809000000131e2"],["-0.84919997999999964e2","0.72232758000000103e2"],["-0.84867766999999958e2","0.72220825000000048e2"],["-0.84861388999999917e2","0.72217758000000117e2"],["-0.84847504000000015e2","0.72205550999999957e2"],["-0.84839172000000019e2","0.72194137999999953e2"],["-0.84815276999999924e2","0.72181366000000139e2"],["-0.84803328999999906e2","0.72177765000000079e2"],["-0.84710555999999997e2","0.72151656999999943e2"],["-0.84612212999999997e2","0.72141098000000113e2"],["-0.84595839999999953e2","0.72137772000000041e2"],["-0.84512222000000008e2","0.72114150999999993e2"],["-0.84286391999999978e2","0.72028594999999996e2"],["-0.84275557999999933e2","0.72023879999999963e2"],["-0.84269454999999994e2","0.72020828000000051e2"],["-0.84261123999999995e2","0.72016098000000056e2"],["-0.84258056999999894e2","0.72011932000000115e2"],[-84.25,"0.71998322000000087e2"],["-0.84239989999999921e2","0.71973877000000016e2"],["-0.84236389000000031e2","0.71961655000000064e2"],["-0.84230559999999855e2",71.95138500000013],["-0.84225006000000008e2","0.71945525999999916e2"],["-0.84218886999999995e2","0.71940262000000132e2"],["-0.84208617999999888e2",71.93414300000012],["-0.84194442999999978e2","0.71930817000000047e2"],["-0.84184722999999963e2","0.71930542000000059e2"],["-0.84178329000000019e2","0.71932755000000043e2"],["-0.84172774999999945e2","0.71937759000000142e2"],["-0.84168883999999878e2","0.71944138000000009e2"],["-0.84158614999999998e2","0.71977203000000088e2"],["-0.84164718999999877e2","0.72021103000000096e2"],["-0.84171111999999994e2","0.72024155000000007e2"],["-0.84218063000000029e2","0.72044144000000131e2"],["-0.84270003999999915e2","0.72051085999999998e2"],["-0.84285827999999981e2","0.72054152999999928e2"],["-0.84319732999999871e2",72.0619200000001],["-0.84346663999999976e2","0.72069717000000026e2"],["-0.84357772999999952e2","0.72076385000000016e2"],["-0.84379990000000021e2","0.72108321999999987e2"],["-0.84380553999999961e2","0.72123596000000077e2"],["-0.84456116000000009e2","0.72133605999999986e2"],["-0.84473327999999981e2","0.72135818000000029e2"],["-0.84613326999999913e2","0.72163605000000018e2"],["-0.84652221999999938e2",72.17886400000009],[-84.72193900000002,"0.72213043000000084e2"],["-0.84933318999999926e2","0.72284424000000001e2"],["-0.84935271999999941e2","0.72289429000000041e2"],["-0.84917495999999971e2","0.72299713000000054e2"],["-0.84829452999999944e2","0.72348328000000095e2"],["-0.84816101000000003e2","0.72352767999999912e2"],["-0.84801392000000021e2","0.72354706000000078e2"],["-0.84769729999999981e2","0.72356368999999972e2"],["-0.84715012000000002e2","0.72355820000000051e2"],["-0.84661941999999954e2","0.72354156000000046e2"],["-0.84565001999999993e2","0.72348877000000073e2"],["-0.84521117999999944e2","0.72350540000000137e2"],["-0.84500838999999928e2","0.72353867000000093e2"],[-84.48443599999996,"0.72358032000000094e2"],["-0.84436110999999926e2","0.72374984999999981e2"],["-0.84433060000000012e2","0.72378311000000053e2"],["-0.84442215000000033e2","0.72383041000000048e2"],["-0.84453339000000028e2","0.72382477000000108e2"],["-0.84471389999999928e2","0.72379425000000026e2"],["-0.84571670999999924e2","0.72361374000000012e2"],["-0.84864166000000012e2",72.36692800000003],["-0.84872771999999998e2",72.36943100000002],["-0.84876098999999954e2","0.72372208000000114e2"],["-0.84875548999999921e2","0.72394989000000123e2"],["-0.84870834000000002e2","0.72400818000000129e2"],["-0.84857772999999952e2","0.72405547999999953e2"],["-0.84836670000000026e2","0.72408035000000041e2"],["-0.84817504999999983e2","0.72406647000000135e2"],["-0.84800277999999992e2","0.72406647000000135e2"],["-0.84786666999999909e2",72.40887500000008],["-0.84768341000000021e2","0.72444427000000019e2"],["-0.84767226999999934e2","0.72447478999999987e2"],["-0.84768341000000021e2","0.72451935000000049e2"],["-0.84771118000000001e2","0.72457489000000066e2"],["-0.84776947000000007e2","0.72458327999999995e2"],["-0.84791945999999996e2",72.45498699999996],["-0.84918609999999944e2","0.72425262000000089e2"],["-0.85008347000000015e2","0.72399429000000112e2"],["-0.85021666999999979e2","0.72394714000000079e2"],["-0.85144729999999925e2","0.72359421000000111e2"],["-0.85339019999999948e2","0.72406418000000031e2"],["-0.85370270000000005e2","0.72414703000000031e2"],["-0.85515288999999996e2","0.72458878000000027e2"],["-0.85535277999999948e2","0.72469711000000018e2"],["-0.85610001000000011e2",72.53166200000004],["-0.85618057000000022e2","0.72540817000000061e2"],[-85.61721799999998,"0.72545532000000094e2"],["-0.85613892000000021e2","0.72550261999999975e2"],["-0.85598617999999931e2","0.72555251999999996e2"],["-0.85508347000000015e2","0.72561371000000008e2"],["-0.85486114999999927e2","0.72564987000000087e2"],["-0.85478057999999976e2","0.72568329000000006e2"],["-0.85473052999999993e2","0.72571930000000066e2"],["-0.85475554999999986e2","0.72575272000000041e2"],["-0.85481110000000001e2","0.72577484000000084e2"],["-0.85499999999999943e2",72.58027600000014],["-0.85559998000000007e2","0.72582489000000123e2"],["-0.85623885999999914e2","0.72586928999999941e2"],["-0.85641953000000001e2","0.72592757999999947e2"],["-0.85654174999999952e2","0.72598038000000031e2"],["-0.85664718999999934e2",72.60554499999995],["-0.85703063999999927e2","0.72634155000000021e2"],["-0.85705276000000026e2","0.72637771999999984e2"],[-85.70777899999996,"0.72646378000000084e2"],[-85.70944199999991,72.73692299999999],["-0.85688048999999978e2","0.72893599999999992e2"],[-85.68472300000002,"0.72898330999999928e2"],["-0.85679442999999992e2","0.72903595000000109e2"],["-0.85592223999999987e2","0.72959152000000074e2"],["-0.85581680000000006e2","0.72964157000000114e2"],["-0.85570557000000008e2","0.72966934000000037e2"],["-0.85549164000000019e2","0.72969711000000132e2"],["-0.85499725000000012e2","0.72974152000000004e2"],["-0.85481948999999929e2","0.72974152000000004e2"],["-0.85378875999999934e2","0.72971100000000092e2"],["-0.85283066000000019e2","0.72964431999999931e2"],["-0.85257507000000032e2","0.72960814999999968e2"],["-0.85127486999999974e2","0.72940262000000132e2"],["-0.85077498999999932e2","0.72929977000000008e2"],["-0.85015015000000005e2","0.72916092000000106e2"],[-84.96665999999999,"0.72904984000000127e2"],[-84.93249499999996,"0.72896378000000027e2"],["-0.84874434999999949e2","0.72885543999999925e2"],["-0.84819457999999997e2","0.72880264000000068e2"],["-0.84707503999999972e2","0.72869980000000055e2"],["-0.84668610000000001e2","0.72867477000000065e2"],[-84.61082499999992,"0.72861649000000114e2"],["-0.84504455999999948e2","0.72846100000000035e2"],["-0.84437209999999993e2","0.72833603000000039e2"],["-0.84404998999999918e2","0.72826096000000121e2"],["-0.84389450000000011e2","0.72822220000000016e2"],["-0.84320847000000015e2","0.72800812000000121e2"],["-0.84291107000000011e2","0.72791655999999989e2"],["-0.84257507000000032e2","0.72785263000000043e2"],["-0.84188323999999966e2","0.72774428999999941e2"],["-0.83991378999999938e2","0.72745819000000097e2"],[-83.97222899999997,"0.72744141000000013e2"],["-0.83958054000000004e2","0.72746643000000063e2"],["-0.83955275999999913e2","0.72748322000000087e2"],["-0.83953063999999927e2","0.72752487000000087e2"],["-0.83956389999999999e2","0.72754990000000078e2"],["-0.83989440999999999e2",72.76887499999998],["-0.84040832999999964e2",72.77748100000008],["-0.84073623999999995e2","0.72781661999999983e2"],["-0.84108046999999942e2","0.72785263000000043e2"],["-0.84218613000000005e2","0.72794983000000116e2"],["-0.84246947999999975e2",72.79971299999994],["-0.84291381999999942e2","0.72812484999999981e2"],["-0.84311935000000005e2","0.72820267000000115e2"],["-0.84335280999999952e2","0.72829987000000017e2"],["-0.84419158999999922e2","0.72853316999999947e2"],["-0.84528885000000002e2","0.72882477000000051e2"],["-0.84577224999999942e2","0.72892212000000086e2"],["-0.84652495999999985e2","0.72899429000000055e2"],["-0.84706389999999999e2","0.72905823000000055e2"],[-84.74360699999994,"0.72910812000000021e2"],["-0.84760558999999944e2","0.72914153999999996e2"],["-0.84791107000000011e2","0.72921371000000079e2"],["-0.84855835000000013e2","0.72937485000000038e2"],["-0.84870269999999948e2","0.72942200000000071e2"],["-0.85059998000000007e2","0.72996643000000006e2"],["-0.85223609999999951e2","0.73014984000000027e2"],["-0.85513901000000033e2","0.73019149999999911e2"],["-0.85535277999999948e2","0.73021927000000005e2"],["-0.85537216000000001e2","0.73028320000000008e2"],[-85.47193900000002,"0.73098037999999917e2"],["-0.85447768999999937e2","0.73120254999999986e2"],[-85.44027699999998,"0.73125533999999959e2"],["-0.85429442999999935e2","0.73130539000000056e2"],["-0.85415832999999964e2","0.73135269000000051e2"],["-0.85406951999999933e2","0.73136383000000023e2"],["-0.85395554000000004e2","0.73135544000000095e2"],["-0.85379990000000021e2","0.73133605999999929e2"],[-85.37332200000003,"0.73130814000000044e2"],["-0.85369995000000017e2","0.73128311000000053e2"],["-0.85363891999999964e2","0.73120818999999926e2"],[-85.35943599999996,"0.73113876000000118e2"],["-0.85358046999999942e2","0.73109711000000118e2"],["-0.85333618000000001e2","0.73092484000000127e2"],["-0.85300277999999935e2","0.73078049000000021e2"],["-0.85256888999999944e2","0.73071487000000104e2"],["-0.85248061999999948e2","0.73068649000000107e2"],["-0.85240891000000033e2","0.73066818000000126e2"],["-0.85188057000000015e2","0.73059814000000074e2"],["-0.85175887999999986e2","0.73058655000000101e2"],["-0.85166388999999981e2","0.73060654000000113e2"],["-0.85171393999999964e2","0.73066315000000088e2"],["-0.85152495999999985e2","0.73072769000000108e2"],["-0.85186935000000005e2","0.73096939000000134e2"],["-0.85226943999999946e2","0.73115814000000057e2"],["-0.85229172000000005e2",73.12303200000008],["-0.85227782999999988e2","0.73129150000000038e2"],["-0.85223052999999993e2","0.73134720000000129e2"],["-0.85213622999999984e2",73.13888500000013],["-0.85191939999999988e2","0.73141663000000108e2"],["-0.85148345999999947e2","0.73141663000000108e2"],["-0.85089171999999962e2","0.73137496999999996e2"],["-0.85053329000000019e2",73.13220200000012],["-0.85003066999999874e2","0.73121918000000107e2"],["-0.84988602000000014e2","0.73116928000000087e2"],["-0.84921386999999982e2","0.73098327999999924e2"],["-0.84904175000000009e2",73.09526100000005],["-0.84829726999999878e2","0.73085541000000148e2"],["-0.84772781000000009e2","0.73081100000000049e2"],["-0.84556655999999975e2","0.73064423000000033e2"],["-0.84212508999999955e2","0.73040268000000026e2"],["-0.84077224999999942e2",73.03387500000008],[-83.92332499999992,"0.73033600000000035e2"],["-0.83867766999999901e2","0.73029709000000139e2"],[-83.84973100000002,"0.73027481000000023e2"],["-0.83832503999999972e2","0.73024155000000007e2"],["-0.83761397999999929e2","0.73006378000000097e2"],["-0.83718886999999995e2","0.72989151000000106e2"],["-0.83634445000000028e2","0.72982483000000116e2"],["-0.83633330999999941e2","0.72983322000000101e2"],["-0.83634445000000028e2","0.72986374000000012e2"],["-0.83648346000000004e2","0.72991364000000033e2"],["-0.83692490000000021e2","0.73005554000000132e2"],["-0.83776672000000019e2","0.73031097000000045e2"],["-0.83879715000000033e2","0.73051926000000037e2"],["-0.83913619999999923e2","0.73058318999999983e2"],[-83.93472300000002,"0.73061096000000077e2"],["-0.83955841000000021e2",73.06164600000011],["-0.83974716000000001e2","0.73060806000000071e2"],["-0.84039718999999991e2","0.73056366000000082e2"],[-84.05972300000002,"0.73056366000000082e2"],["-0.84095001000000025e2","0.73058318999999983e2"],["-0.84197495000000004e2","0.73068604000000107e2"],["-0.84236938000000009e2","0.73081100000000049e2"],["-0.84248046999999985e2","0.73083327999999995e2"],["-0.84275283999999999e2","0.73086929000000055e2"],["-0.84433884000000035e2","0.73106093999999985e2"],["-0.84531112999999948e2","0.73110260000000096e2"],["-0.84547501000000011e2","0.73111374000000069e2"],["-0.84584441999999967e2","0.73115814000000057e2"],["-0.84736389000000031e2","0.73137206999999989e2"],["-0.84789444000000003e2","0.73145828000000108e2"],["-0.84865004999999883e2","0.73163604999999961e2"],["-0.84912780999999939e2","0.73175537000000134e2"],["-0.84942215000000033e2","0.73181655999999975e2"],["-0.84985275000000001e2","0.73190536000000009e2"],["-0.85020003999999972e2","0.73196930000000066e2"],["-0.85058334000000002e2","0.73200546000000088e2"],["-0.85100554999999986e2","0.73201385000000073e2"],["-0.85138061999999934e2","0.73204436999999984e2"],["-0.85170546999999942e2","0.73210815000000139e2"],[-85.17721599999993,"0.73213882000000069e2"],["-0.85184433000000013e2",73.21887200000009],["-0.85188599000000011e2","0.73223602000000142e2"],["-0.85188599000000011e2","0.73228867000000037e2"],["-0.85138900999999976e2","0.73299988000000042e2"],["-0.85134170999999981e2","0.73305542000000059e2"],["-0.85115828999999962e2","0.73314423000000147e2"],["-0.85077788999999882e2","0.73329437000000041e2"],["-0.85017226999999991e2","0.73348328000000095e2"],["-0.84979996000000028e2",73.35664399999996],["-0.84808043999999938e2","0.73388321000000133e2"],[-84.78694200000001,"0.73388046000000088e2"],["-0.84756392999999946e2","0.73381088000000091e2"],["-0.84741669000000002e2","0.73376083000000051e2"],[-84.72193900000002,"0.73362198000000149e2"],["-0.84712783999999942e2","0.73348602000000028e2"],["-0.84694992000000013e2","0.73326934999999992e2"],["-0.84685271999999998e2","0.73319991999999957e2"],["-0.84654998999999975e2","0.73305542000000059e2"],["-0.84424712999999997e2","0.73232483000000059e2"],["-0.84408889999999985e2","0.73228591999999992e2"],["-0.84392501999999922e2","0.73226089000000002e2"],["-0.84377212999999927e2","0.73224152000000004e2"],["-0.84355269999999905e2","0.73223037999999974e2"],[-84.33944699999995,"0.73226089000000002e2"],["-0.84347777999999948e2","0.73232483000000059e2"],["-0.84413054999999986e2","0.73272217000000012e2"],["-0.84451110999999969e2","0.73288588999999945e2"],["-0.84460830999999985e2","0.73291931000000091e2"],[-84.48971599999993,"0.73299713000000054e2"],["-0.84563613999999973e2","0.73313873000000115e2"],["-0.84576674999999909e2","0.73317764000000011e2"],["-0.84586945000000014e2","0.73323044000000095e2"],["-0.84597778000000005e2","0.73330826000000059e2"],["-0.84653609999999958e2","0.73387206999999933e2"],["-0.84656113000000005e2","0.73390549000000078e2"],["-0.84652221999999938e2","0.73393326000000002e2"],["-0.84642226999999934e2","0.73397217000000069e2"],[-84.625,"0.73401382000000069e2"],["-0.84583892999999989e2","0.73409149000000014e2"],["-0.84434157999999968e2","0.73435256999999979e2"],["-0.84284438999999963e2","0.73461105000000089e2"],["-0.84229172000000005e2",73.47026100000005],["-0.84194442999999978e2","0.73474701000000039e2"],["-0.84171386999999925e2",73.47526600000009],["-0.84113892000000021e2","0.73469147000000078e2"],["-0.83751923000000033e2","0.73427490000000034e2"],["-0.83724715999999944e2",73.41304000000008],["-0.83717772999999966e2","0.73405822999999998e2"],["-0.83719726999999978e2","0.73399719000000118e2"],["-0.83724715999999944e2","0.73393875000000094e2"],["-0.83728058000000033e2","0.73381088000000091e2"],["-0.83720550999999944e2","0.73365814000000057e2"],["-0.83712218999999948e2","0.73351928999999927e2"],["-0.83702498999999875e2","0.73339157000000114e2"],["-0.83689437999999939e2","0.73323608000000036e2"],["-0.83665833000000021e2","0.73307754999999986e2"],["-0.83657500999999968e2","0.73303589000000102e2"],["-0.83648055999999997e2","0.73300261999999975e2"],["-0.83630828999999949e2","0.73297210999999947e2"],["-0.83613891999999964e2","0.73296097000000145e2"],["-0.83600554999999929e2","0.73297485000000052e2"],["-0.83593062999999972e2","0.73301375999999948e2"],["-0.83590835999999911e2","0.73307204999999954e2"],["-0.83591109999999958e2","0.73313309000000004e2"],["-0.83594161999999983e2","0.73325272000000041e2"],["-0.83624999999999943e2","0.73415268000000026e2"],["-0.83633330999999941e2","0.73428864000000033e2"],["-0.83642501999999979e2","0.73439696999999967e2"],["-0.83652495999999985e2","0.73445250999999985e2"],["-0.83663895000000025e2","0.73449707000000103e2"],["-0.83679717999999923e2","0.73453872999999987e2"],["-0.83696945000000028e2","0.73457214000000022e2"],["-0.83754456000000005e2","0.73463318000000072e2"],["-0.83810546999999929e2","0.73470534999999984e2"],["-0.83954726999999934e2","0.73492752000000053e2"],["-0.83978606999999954e2",73.49664300000012],["-0.83993606999999997e2","0.73500275000000045e2"],[-84.00418099999996,"0.73504166000000112e2"],["-0.84006957999999941e2","0.73509720000000129e2"],["-0.83996947999999975e2",73.51388500000013],["-0.83979172000000005e2","0.73518051000000014e2"],["-0.83740828999999962e2","0.73567763999999954e2"],["-0.83577498999999989e2",73.59637500000008],["-0.83445267000000001e2",73.615814],["-0.83219161999999869e2","0.73656647000000078e2"],["-0.83085280999999952e2",73.65776100000005],["-0.83018340999999907e2","0.73666091999999935e2"],["-0.82931106999999997e2","0.73690536000000066e2"],["-0.82902221999999938e2","0.73700272000000041e2"],["-0.82889998999999989e2","0.73705261000000007e2"],["-0.82872771999999884e2","0.73715546000000131e2"],["-0.82869720000000029e2","0.73721099999999979e2"],[-82.86332699999997,"0.73726089000000115e2"],["-0.82852782999999931e2","0.73730270000000019e2"],["-0.82840835999999967e2",73.73275799999999],["-0.82820846999999958e2","0.73733597000000145e2"],["-0.82636123999999938e2","0.73727767999999912e2"],["-0.82529998999999918e2","0.73722214000000122e2"],["-0.82475006000000008e2","0.73719985999999949e2"],["-0.82413894999999968e2","0.73718871999999976e2"],["-0.82367492999999911e2","0.73719147000000021e2"],[-82.21945199999999,"0.73725266000000033e2"],["-0.81990828999999962e2","0.73731368999999972e2"],["-0.81618057000000022e2","0.73721099999999979e2"],["-0.81572509999999966e2","0.73719711000000132e2"],["-0.81553878999999938e2","0.73717209000000082e2"],["-0.81536666999999852e2","0.73713882000000126e2"],["-0.81476105000000018e2","0.73698029000000076e2"],["-0.81457229999999981e2","0.73691086000000098e2"],["-0.81282500999999968e2",73.58027600000014],["-0.81239715999999873e2","0.73546936000000073e2"],["-0.81228881999999999e2","0.73535538000000088e2"],[-81.21945199999999,"0.73521378000000141e2"],["-0.81197494999999947e2","0.73477203000000145e2"],["-0.81188323999999909e2","0.73389709000000039e2"],[-81.21166999999997,"0.73326096000000007e2"],["-0.81216109999999958e2","0.73314697000000081e2"],["-0.81215835999999967e2","0.73303863999999919e2"],["-0.81214172000000019e2","0.73291931000000091e2"],[-81.20944199999991,"0.73272766000000104e2"],["-0.81204726999999991e2","0.73266662999999994e2"],["-0.81192490000000021e2","0.73260543999999982e2"],["-0.81177490000000034e2","0.73256378000000041e2"],["-0.81101668999999958e2","0.73238312000000064e2"],["-0.81074448000000018e2","0.73232208000000071e2"],["-0.80900283999999942e2","0.73209427000000005e2"],["-0.80712783999999942e2","0.73180267000000129e2"],["-0.80664718999999934e2","0.73171097000000088e2"],["-0.80640839000000028e2","0.73165543000000127e2"],[-80.61721799999998,"0.73157760999999994e2"],["-0.80596389999999985e2","0.73148041000000092e2"],["-0.80557769999999948e2","0.73111374000000069e2"],["-0.80547501000000011e2","0.73098037999999917e2"],["-0.80547774999999945e2","0.73091369999999984e2"],["-0.80549437999999952e2","0.73081940000000088e2"],[-80.59333799999996,"0.73025818000000072e2"],["-0.80617492999999968e2","0.73005554000000132e2"],["-0.80641388000000006e2","0.72996094000000085e2"],["-0.80647507000000019e2","0.72990540000000067e2"],["-0.80652221999999938e2","0.72974700999999982e2"],["-0.80650833000000034e2","0.72969146999999964e2"],["-0.80633895999999936e2","0.72940536000000066e2"],["-0.80642501999999979e2",72.93553200000008],["-0.80642775999999969e2",72.92886400000009],["-0.80638335999999981e2","0.72922760000000096e2"],["-0.80537216000000001e2","0.72851089000000002e2"],["-0.80513901000000033e2","0.72838882000000012e2"],["-0.80487777999999992e2",72.828598],["-0.80440552000000025e2","0.72818603999999993e2"],["-0.80405563000000029e2","0.72813309000000118e2"],["-0.80349166999999966e2","0.72806366000000139e2"],["-0.80333327999999938e2","0.72803040000000067e2"],["-0.80319457999999941e2",72.799149],["-0.80299987999999985e2","0.72788040000000137e2"],["-0.80283614999999998e2",72.77748100000008],["-0.80247498000000007e2","0.72730545000000063e2"],["-0.80258056999999894e2","0.72724425999999994e2"],["-0.80332229999999925e2","0.72712494000000049e2"],["-0.80361664000000019e2","0.72706099999999992e2"],["-0.80444991999999957e2","0.72673599000000081e2"],["-0.80464721999999938e2","0.72665268000000026e2"],["-0.80541381999999999e2","0.72628860000000145e2"],[-80.55610699999994,72.6202550000001],["-0.80556380999999874e2","0.72607208000000071e2"],["-0.80648620999999991e2","0.72554977000000008e2"],["-0.80676391999999964e2","0.72547211000000118e2"],["-0.80765288999999996e2","0.72516937000000098e2"],["-0.80942489999999964e2","0.72455261000000121e2"],["-0.80953887999999949e2","0.72450546000000088e2"],["-0.80988327000000027e2","0.72429703000000018e2"],["-0.81186935000000005e2","0.72299149000000114e2"],["-0.81192490000000021e2","0.72293594000000041e2"],["-0.81199722000000008e2","0.72289153999999996e2"],["-0.81222504000000015e2","0.72281662000000097e2"],["-0.81239166000000012e2",72.27777100000003],[-81.30471799999998,"0.72268326000000116e2"],["-0.81379439999999988e2","0.72241652999999928e2"],["-0.81365279999999984e2","0.72241652999999928e2"],["-0.81301392000000021e2","0.72246094000000028e2"],["-0.81285827999999924e2","0.72247208000000057e2"],["-0.81253066999999987e2","0.72251938000000052e2"],["-0.81241942999999992e2","0.72254439999999931e2"],["-0.81229720999999927e2","0.72258606000000043e2"],["-0.81164169000000015e2","0.72287201000000096e2"],["-0.81037506000000008e2","0.72351089000000115e2"],["-0.80929442999999935e2",72.40026899999998],["-0.80821670999999981e2","0.72439148000000046e2"],["-0.80715012000000002e2","0.72473037999999974e2"],["-0.80600554999999986e2","0.72506653000000028e2"],["-0.80580291999999929e2","0.72509995000000004e2"],["-0.80554442999999992e2","0.72512497000000053e2"],["-0.80539443999999946e2","0.72511658000000068e2"],[-80.52555799999999,"0.72508040999999935e2"],["-0.80516402999999912e2","0.72503875999999934e2"],["-0.80508895999999993e2",72.49664300000012],["-0.80503066999999987e2","0.72484985000000108e2"],["-0.80495270000000005e2","0.72464157000000057e2"],["-0.80492767000000015e2","0.72453049000000021e2"],["-0.80493606999999997e2","0.72447205000000054e2"],["-0.80514174999999966e2","0.72379700000000014e2"],["-0.80525009000000011e2","0.72374146000000053e2"],[-80.54222099999987,72.37052900000009],["-0.80564437999999939e2","0.72366653000000042e2"],["-0.80603058000000033e2","0.72363037000000134e2"],["-0.80655562999999972e2","0.72351928999999984e2"],["-0.80669158999999979e2","0.72347214000000122e2"],["-0.80680556999999965e2","0.72342209000000082e2"],["-0.80783324999999991e2","0.72290267999999969e2"],["-0.80794158999999922e2","0.72284714000000008e2"],["-0.80808333999999945e2","0.72274155000000121e2"],["-0.80854172000000005e2","0.72235535000000027e2"],["-0.80896956999999929e2","0.72194427000000076e2"],["-0.80905563000000029e2","0.72180542000000003e2"],["-0.80816665999999998e2","0.72150542999999971e2"],["-0.80769454999999994e2","0.72141663000000108e2"],["-0.80753890999999953e2","0.72140548999999965e2"],["-0.80709732000000031e2","0.72131927000000132e2"],["-0.80580840999999964e2","0.72094437000000084e2"],["-0.80569457999999997e2","0.72088318000000072e2"],["-0.80567229999999995e2","0.72077208999999982e2"],["-0.80567229999999995e2","0.72072768999999937e2"],["-0.80574172999999917e2","0.72068329000000119e2"],["-0.80588333000000034e2","0.72064148000000046e2"],["-0.80630554000000018e2","0.72062195000000088e2"],["-0.80646118000000001e2","0.72063309000000061e2"],["-0.80686661000000015e2","0.72073043999999982e2"],["-0.80741942999999935e2","0.72094147000000078e2"],["-0.80941100999999946e2","0.72087494000000106e2"],["-0.81080291999999929e2","0.72051651000000049e2"],[-81.08666999999997,72.04664600000001],["-0.81083327999999938e2","0.72045532000000037e2"],["-0.81065001999999936e2","0.72041655999999932e2"],["-0.81046660999999972e2","0.72039978000000019e2"],["-0.80990554999999972e2","0.72037766000000147e2"],["-0.80927215999999987e2","0.72037766000000147e2"],["-0.80906386999999995e2","0.72039978000000019e2"],["-0.80892226999999991e2","0.72044144000000131e2"],["-0.80886397999999986e2","0.72049713000000111e2"],["-0.80879439999999988e2","0.72054152999999928e2"],["-0.80866652999999985e2",72.0577550000001],[-80.84722899999997,"0.72056641000000127e2"],["-0.80792770000000019e2",72.02777100000003],["-0.80794158999999922e2","0.72022491000000002e2"],["-0.80821395999999879e2",71.95637499999998],["-0.80833327999999995e2","0.71945815999999979e2"],["-0.80849441999999954e2","0.71934707999999944e2"],["-0.80886123999999938e2","0.71920821999999987e2"],["-0.80933318999999926e2","0.71908875000000023e2"],["-0.80975005999999951e2","0.71895827999999995e2"],["-0.80980834999999956e2","0.71890273999999977e2"],["-0.80983611999999994e2","0.71886383000000137e2"],["-0.80971664000000033e2","0.71881653000000085e2"],["-0.80950287000000003e2","0.71881088000000034e2"],["-0.80926392000000021e2","0.71882750999999985e2"],["-0.80903610000000015e2","0.71885268999999937e2"],["-0.80868056999999965e2","0.71893051000000071e2"],["-0.80767226999999991e2","0.71929428000000087e2"],["-0.80756119000000012e2",71.93414300000012],["-0.80750290000000007e2","0.71939697000000081e2"],["-0.80746947999999975e2","0.71945251000000098e2"],["-0.80744720000000029e2","0.71951934999999992e2"],["-0.80745834000000002e2","0.71957488999999953e2"],[-80.75556899999998,"0.71971099999999922e2"],["-0.80758346999999958e2","0.71977768000000083e2"],["-0.80746947999999975e2","0.71982483000000116e2"],["-0.80659164000000033e2","0.72003052000000082e2"],["-0.80639449999999954e2","0.72006377999999927e2"],["-0.80620543999999995e2","0.72006103999999993e2"],["-0.80535277999999948e2","0.72016098000000056e2"],["-0.80448883000000023e2","0.72029160000000047e2"],["-0.80410552999999993e2","0.72039429000000098e2"],["-0.80385009999999966e2","0.72048325000000034e2"],["-0.80350554999999929e2","0.72069153000000085e2"],["-0.80347777999999948e2","0.72075272000000098e2"],["-0.80346663999999976e2","0.72081100000000049e2"],["-0.80347228999999913e2","0.72088318000000072e2"],["-0.80352492999999981e2","0.72095534999999984e2"],["-0.80358611999999994e2","0.72101379000000009e2"],["-0.80370269999999948e2",72.10803199999998],["-0.80383056999999951e2","0.72113312000000008e2"],["-0.80410278000000005e2","0.72121368000000075e2"],["-0.80433884000000035e2","0.72132751000000098e2"],["-0.80445540999999992e2","0.72139709000000096e2"],["-0.80455275999999969e2","0.72146652000000074e2"],["-0.80478607000000011e2","0.72168593999999985e2"],["-0.80483321999999987e2","0.72175261999999918e2"],["-0.80486938000000009e2","0.72183044000000052e2"],["-0.80486664000000019e2","0.72189423000000147e2"],["-0.80468062999999972e2","0.72191925000000026e2"],["-0.80426940999999886e2","0.72191086000000041e2"],["-0.80408614999999884e2","0.72189148000000102e2"],["-0.80393616000000009e2","0.72177200000000084e2"],["-0.80376663000000008e2",72.17442299999999],["-0.80355559999999912e2",72.17442299999999],["-0.80331389999999999e2","0.72176086000000112e2"],["-0.80241103999999893e2","0.72197754000000032e2"],["-0.80235274999999945e2","0.72203323000000012e2"],["-0.80244445999999925e2","0.72209717000000069e2"],[-80.27305599999994,"0.72219147000000135e2"],["-0.80279723999999931e2",72.22554000000008],["-0.80301665999999955e2","0.72248596000000134e2"],["-0.80306380999999988e2","0.72255264000000125e2"],["-0.80295546999999942e2","0.72274429000000055e2"],["-0.80289718999999934e2","0.72279984000000127e2"],["-0.80272231999999974e2","0.72290267999999969e2"],["-0.80260833999999988e2","0.72294983000000002e2"],[-80.24221799999998,"0.72297485000000108e2"],[-80.22444200000001,"0.72296371000000136e2"],["-0.80194153000000028e2",72.28776600000009],["-0.80155838000000017e2","0.72273605000000089e2"],["-0.80134734999999921e2","0.72262771999999927e2"],["-0.80113051999999982e2","0.72244141000000127e2"],[-80.08555599999994,"0.72226654000000053e2"],["-0.80021392999999989e2","0.72189697000000081e2"],["-0.79991668999999888e2","0.72176651000000106e2"],["-0.79962783999999999e2","0.72168868999999972e2"],["-0.79947220000000016e2","0.72165267999999912e2"],["-0.79899733999999967e2",72.15554800000001],["-0.79840285999999935e2","0.72145263999999997e2"],["-0.79790557999999976e2","0.72137772000000041e2"],["-0.79761123999999995e2","0.72134155000000078e2"],["-0.79685546999999929e2","0.72126372999999944e2"],["-0.79674437999999952e2","0.72126647999999989e2"],["-0.79672501000000011e2","0.72129700000000071e2"],["-0.79691665999999998e2","0.72141663000000108e2"],["-0.79719161999999926e2","0.72148331000000098e2"],["-0.79789992999999981e2","0.72155823000000055e2"],["-0.79811110999999983e2","0.72160263000000043e2"],["-0.79854995999999971e2","0.72171097000000145e2"],["-0.79923889000000031e2","0.72190536000000009e2"],["-0.79941101000000003e2","0.72195816000000093e2"],["-0.80045546999999999e2","0.72242477000000122e2"],[-80.15194699999995,"0.72310531999999967e2"],["-0.80166396999999961e2","0.72322220000000129e2"],["-0.80164443999999946e2",72.32748400000014],["-0.80155562999999916e2","0.72336928999999998e2"],["-0.80133620999999948e2","0.72349716000000001e2"],["-0.80115279999999927e2","0.72359421000000111e2"],["-0.80076400999999976e2","0.72378859999999975e2"],["-0.80064712999999983e2",72.3836060000001],["-0.80052215999999987e2","0.72387771999999984e2"],["-0.79991942999999992e2","0.72402771000000087e2"],["-0.79957229999999925e2","0.72408325000000048e2"],["-0.79874434999999949e2","0.72470534999999984e2"],["-0.79870834000000002e2","0.72483046999999999e2"],[-79.86332699999997,"0.72489699999999971e2"],["-0.79836944999999901e2","0.72498596000000077e2"],["-0.79820847000000015e2","0.72501389000000074e2"],["-0.79799164000000019e2","0.72501389000000074e2"],["-0.79780562999999972e2","0.72499420000000043e2"],["-0.79770844000000011e2",72.49664300000012],["-0.79734160999999915e2","0.72484420999999998e2"],["-0.79700561999999991e2","0.72472488000000112e2"],["-0.79692215000000033e2","0.72466933999999924e2"],["-0.79768638999999894e2",72.411766],["-0.79687865999999985e2","0.72384392000000105e2"],["-0.79595550999999944e2","0.72334717000000126e2"],["-0.79638901000000033e2","0.72289153999999996e2"],["-0.79668059999999912e2","0.72280823000000112e2"],["-0.79705565999999976e2","0.72273605000000089e2"],["-0.79720000999999968e2","0.72269440000000088e2"],["-0.79731673999999998e2","0.72264708999999982e2"],["-0.79759734999999921e2","0.72250549000000092e2"],["-0.79768616000000009e2",72.2452550000001],["-0.79774718999999891e2","0.72239700000000028e2"],["-0.79775283999999999e2","0.72233322000000044e2"],["-0.79769729999999925e2","0.72225815000000125e2"],[-79.75,"0.72215546000000074e2"],["-0.79732773000000009e2","0.72212203999999986e2"],["-0.79712783999999999e2","0.72211104999999975e2"],["-0.79701110999999969e2","0.72215820000000008e2"],["-0.79565825999999959e2","0.72275269000000094e2"],["-0.79485001000000011e2","0.72325545999999974e2"],["-0.79355559999999912e2","0.72399155000000007e2"],["-0.79342498999999975e2",72.40026899999998],["-0.79329726999999991e2","0.72397217000000069e2"],["-0.79243331999999953e2","0.72374419999999986e2"],["-0.79182495000000017e2","0.72358322000000101e2"],["-0.79146666999999979e2","0.72345825000000104e2"],["-0.79113327000000027e2","0.72331099999999992e2"],["-0.79082229999999925e2","0.72313873000000001e2"],["-0.79012787000000003e2","0.72273880000000133e2"],["-0.78945540999999935e2","0.72199996999999996e2"],["-0.78943603999999993e2","0.72193038999999999e2"],["-0.78946945000000028e2","0.72186919999999986e2"],["-0.79036391999999978e2","0.72069443000000092e2"],["-0.79136123999999938e2","0.72007492000000127e2"],["-0.79145003999999972e2","0.72002487000000087e2"],["-0.79156661999999983e2","0.71997757000000036e2"],["-0.79206389999999942e2","0.71986649000000057e2"],["-0.79229996000000028e2","0.71980270000000019e2"],["-0.79233063000000016e2","0.71976379000000122e2"],["-0.79203063999999983e2","0.71961928999999998e2"],[-79.19027699999998,"0.71958328000000108e2"],["-0.79176392000000021e2","0.71955826000000059e2"],["-0.79161117999999931e2","0.71954437000000041e2"],["-0.79138610999999912e2","0.71955261000000007e2"],["-0.79123046999999929e2","0.71958038000000101e2"],["-0.79099730999999963e2","0.71967209000000082e2"],["-0.79090835999999854e2","0.71972488000000055e2"],["-0.79072234999999921e2","0.71974990999999989e2"],["-0.79061110999999926e2","0.71975266000000033e2"],["-0.79026671999999962e2","0.71970535000000098e2"],[-78.81806899999998,"0.71935257000000092e2"],["-0.78768889999999999e2",71.92692599999998],["-0.78722503999999901e2","0.71918869000000029e2"],["-0.78683884000000035e2","0.71909714000000008e2"],[-78.65306099999998,"0.71893875000000037e2"],["-0.78639724999999999e2","0.71884430000000009e2"],["-0.78625823999999852e2","0.71879150000000095e2"],["-0.78585555999999997e2",71.865814],["-0.78571395999999879e2","0.71862762000000032e2"],["-0.78551392000000021e2","0.71861098999999967e2"],["-0.78529174999999952e2",71.861649],["-0.78511123999999995e2","0.71864699999999971e2"],["-0.78503615999999965e2","0.71868866000000082e2"],["-0.78508346999999901e2","0.71876373000000001e2"],[-78.595551,"0.71933318999999983e2"],["-0.78607498000000021e2","0.71938583000000108e2"],["-0.78622222999999963e2","0.71942200000000071e2"],["-0.78691375999999991e2","0.71949707000000046e2"],["-0.78740554999999972e2","0.71958038000000101e2"],["-0.78855559999999855e2","0.71979706000000022e2"],["-0.78914444000000003e2","0.72007767000000115e2"],["-0.78923614999999984e2","0.72014999000000046e2"],["-0.78924438000000009e2","0.72020538000000045e2"],["-0.78877486999999974e2","0.72153320000000065e2"],["-0.78869445999999925e2","0.72166656000000046e2"],["-0.78866104000000007e2","0.72170532000000094e2"],["-0.78854445999999939e2","0.72173035000000084e2"],["-0.78843613000000005e2","0.72171097000000145e2"],["-0.78554442999999992e2","0.72111374000000069e2"],["-0.78512221999999952e2","0.72101089000000002e2"],["-0.78487777999999935e2","0.72092484000000127e2"],["-0.78476105000000018e2","0.72087204000000099e2"],["-0.78460830999999928e2","0.72073318000000086e2"],["-0.78432770000000005e2",72.03804000000008],[-78.39527899999996,"0.71982483000000116e2"],["-0.78389998999999989e2","0.71969437000000028e2"],["-0.78392775999999969e2","0.71949997000000053e2"],["-0.78391678000000013e2","0.71943587999999977e2"],["-0.78386672999999973e2","0.71933318999999983e2"],["-0.78381942999999922e2",71.92804000000001],["-0.78365279999999927e2","0.71917480000000012e2"],["-0.78317779999999971e2","0.71888321000000076e2"],["-0.78226669000000015e2","0.71833054000000118e2"],["-0.78210830999999985e2","0.71825821000000133e2"],[-78.18499799999995,"0.71817490000000021e2"],["-0.78157607999999982e2","0.71810577000000023e2"],["-0.78123046999999929e2","0.71806366000000139e2"],["-0.78090560999999923e2","0.71800812000000121e2"],[-78.05972300000002,71.79414399999996],["-0.77924437999999952e2","0.71764709000000096e2"],["-0.77907775999999956e2",71.76638800000012],["-0.77904448999999943e2","0.71768051000000014e2"],[-77.90695199999999,"0.71770538000000101e2"],["-0.77914169000000015e2","0.71773605000000032e2"],["-0.77966659999999933e2","0.71786652000000061e2"],["-0.77997498000000007e2","0.71793319999999994e2"],["-0.78029723999999931e2","0.71798874000000012e2"],["-0.78085830999999985e2","0.71813309000000118e2"],["-0.78107223999999917e2","0.71819153000000142e2"],["-0.78139998999999932e2","0.71830551000000128e2"],["-0.78178878999999995e2","0.71848602000000142e2"],["-0.78308884000000035e2","0.71921096999999975e2"],["-0.78316665999999998e2","0.71929428000000087e2"],["-0.78321395999999993e2","0.71936920000000043e2"],["-0.78315001999999993e2","0.71942474000000004e2"],["-0.78305266999999901e2","0.71946930000000123e2"],["-0.78279175000000009e2","0.71953598000000113e2"],["-0.78258895999999993e2","0.71956650000000025e2"],["-0.78178878999999995e2","0.71967209000000082e2"],["-0.78156951999999933e2","0.71968323000000055e2"],["-0.78141677999999956e2","0.71964157000000114e2"],["-0.78018616000000009e2","0.71890823000000125e2"],["-0.77974716000000001e2","0.71859984999999938e2"],["-0.77785552999999993e2","0.71787490999999989e2"],["-0.77807769999999948e2","0.71823044000000039e2"],["-0.77960006999999962e2","0.71881653000000085e2"],["-0.78096953999999982e2",71.96804800000001],["-0.78107223999999917e2","0.71974152000000061e2"],["-0.78116393999999957e2","0.71976928999999984e2"],["-0.78149733999999967e2","0.71980545000000006e2"],["-0.78156386999999995e2","0.71980545000000006e2"],["-0.78196105999999929e2","0.71978592000000049e2"],["-0.78262222000000008e2","0.71972763000000043e2"],["-0.78281386999999995e2","0.71973877000000016e2"],["-0.78298614999999984e2","0.71977478000000076e2"],["-0.78322509999999909e2","0.71985809000000017e2"],["-0.78334166999999923e2",71.99136400000009],["-0.78341110000000015e2",71.99859600000002],["-0.78342498999999918e2","0.72012771999999984e2"],["-0.78341674999999952e2","0.72019149999999968e2"],["-0.78341674999999952e2","0.72031936999999971e2"],["-0.78356948999999929e2",72.05831900000004],["-0.78375548999999978e2","0.72085815000000082e2"],["-0.78386672999999973e2","0.72095534999999984e2"],["-0.78402221999999938e2","0.72104980000000069e2"],["-0.78424437999999952e2","0.72113602000000071e2"],["-0.78436935000000005e2","0.72117477000000008e2"],["-0.78468886999999995e2",72.12414600000011],["-0.78515014999999948e2","0.72131363000000022e2"],["-0.78599990999999989e2","0.72145263999999997e2"],["-0.78696654999999964e2","0.72163605000000018e2"],["-0.78809998000000007e2","0.72197205000000054e2"],["-0.78842498999999918e2","0.72209152000000017e2"],["-0.78854720999999984e2","0.72214432000000102e2"],["-0.78870834000000002e2","0.72226654000000053e2"],["-0.78869155999999919e2","0.72229706000000022e2"],["-0.78734725999999966e2","0.72328598000000113e2"],["-0.78615829000000019e2","0.72359146000000067e2"],["-0.78604172000000005e2","0.72359421000000111e2"],["-0.78580565999999919e2","0.72354156000000046e2"],["-0.78515839000000028e2","0.72330551000000071e2"],["-0.78512511999999901e2","0.72324432000000002e2"],["-0.78519164999999987e2","0.72319153000000028e2"],["-0.78528335999999911e2","0.72313873000000001e2"],["-0.78533324999999991e2",72.30914300000012],[-78.53694200000001,"0.72303314000000114e2"],["-0.78537780999999995e2","0.72254715000000147e2"],["-0.78531386999999938e2","0.72240265000000022e2"],["-0.78529174999999952e2","0.72235535000000027e2"],["-0.78520843999999954e2","0.72229155999999989e2"],[-78.42193599999996,"0.72170822000000101e2"],[-78.40834000000001,"0.72166382000000112e2"],["-0.78399733999999967e2","0.72167206000000078e2"],["-0.78390839000000028e2","0.72169982999999945e2"],["-0.78386123999999995e2","0.72172485000000052e2"],["-0.78384170999999981e2","0.72175537000000134e2"],["-0.78411117999999988e2","0.72216660000000047e2"],["-0.78414718999999934e2","0.72220535000000041e2"],["-0.78422775000000001e2","0.72224152000000004e2"],["-0.78459732000000031e2","0.72233871000000022e2"],["-0.78472777999999948e2","0.72242477000000122e2"],[-78.46833799999996,"0.72314986999999974e2"],["-0.78462783999999942e2","0.72318878000000041e2"],["-0.78451110999999912e2","0.72324158000000068e2"],["-0.78439437999999996e2","0.72326660000000004e2"],[-78.40834000000001,"0.72325821000000019e2"],["-0.78305266999999901e2","0.72313309000000004e2"],["-0.78012512000000015e2","0.72274994000000106e2"],["-0.77893615999999952e2","0.72259430000000009e2"],["-0.77827498999999989e2","0.72248596000000134e2"],["-0.77793883999999991e2","0.72242202999999961e2"],["-0.77665282999999874e2","0.72204712000000029e2"],["-0.77655272999999966e2","0.72201385000000073e2"],["-0.77648620999999991e2","0.72194137999999953e2"],["-0.77644454999999994e2","0.72186646000000053e2"],["-0.77540833000000021e2",72.17692599999998],["-0.77381103999999993e2","0.72184982000000048e2"],[-77.32417299999986,72.18609600000002],["-0.77289444000000003e2","0.72183319000000097e2"],["-0.77239989999999977e2",72.17442299999999],["-0.77115828999999962e2","0.72148331000000098e2"],["-0.77039443999999946e2","0.72131653000000028e2"],["-0.77023330999999985e2","0.72128860000000032e2"],["-0.77006118999999956e2","0.72127472000000125e2"],[-76.99722300000002,"0.72128036000000066e2"],["-0.76995833999999945e2","0.72128860000000032e2"],["-0.76994719999999973e2","0.72130539000000056e2"],["-0.77005004999999983e2","0.72134430000000123e2"],["-0.77068619000000012e2","0.72152206000000092e2"],["-0.77251677999999913e2","0.72193313999999987e2"],[-77.27806099999998,"0.72196930000000066e2"],["-0.77306945999999925e2",72.19802900000002],["-0.77397232000000031e2","0.72192748999999992e2"],["-0.77455840999999964e2","0.72190811000000053e2"],["-0.77476944000000003e2","0.72191360000000145e2"],["-0.77514175000000023e2","0.72193862999999965e2"],["-0.77549987999999985e2",72.19802900000002],["-0.77578888000000006e2","0.72204163000000051e2"],["-0.77604172000000005e2","0.72211929000000112e2"],["-0.77623885999999914e2","0.72221100000000092e2"],["-0.77658614999999998e2","0.72231658999999922e2"],["-0.77760833999999932e2","0.72257217000000026e2"],["-0.77823058999999944e2","0.72271927000000005e2"],["-0.77866104000000007e2","0.72281097000000045e2"],["-0.77949996999999883e2","0.72296097000000032e2"],["-0.78072509999999966e2","0.72312485000000038e2"],["-0.78121384000000035e2","0.72319716999999969e2"],["-0.78154723999999987e2","0.72325545999999974e2"],["-0.78220001000000025e2","0.72337769000000037e2"],["-0.78326950000000011e2","0.72359146000000067e2"],[-78.37388599999997,72.36943100000002],["-0.78389175000000023e2",72.37303200000008],["-0.78473327999999981e2","0.72394989000000123e2"],["-0.78499161000000015e2","0.72404709000000025e2"],["-0.78520843999999954e2","0.72414993000000038e2"],["-0.78559158000000025e2","0.72438034000000073e2"],["-0.78561110999999926e2","0.72444977000000051e2"],["-0.78556655999999919e2","0.72504440000000102e2"],["-0.78443053999999961e2","0.72581939999999975e2"],["-0.78430556999999965e2","0.72586655000000007e2"],["-0.78170273000000009e2","0.72653594999999996e2"],["-0.78156386999999995e2","0.72656937000000084e2"],["-0.78001677999999913e2","0.72682480000000055e2"],["-0.77869994999999903e2","0.72697479000000101e2"],["-0.77845001000000025e2","0.72698868000000061e2"],[-77.78083799999996,"0.72706940000000031e2"],["-0.77768616000000009e2","0.72709427000000119e2"],["-0.77701401000000033e2","0.72724701000000039e2"],["-0.77670273000000009e2","0.72732208000000128e2"],["-0.77656951999999876e2","0.72736099000000024e2"],["-0.77639998999999989e2","0.72743865999999969e2"],["-0.77627486999999974e2",72.74859600000002],["-0.77613892000000021e2","0.72751663000000121e2"],["-0.77576401000000033e2","0.72755554000000018e2"],["-0.77532226999999921e2","0.72756943000000035e2"],["-0.77513625999999988e2","0.72754715000000033e2"],["-0.77413054999999872e2","0.72752212999999983e2"],["-0.77259734999999978e2","0.72751663000000121e2"],[-77.05581699999999,"0.72752861000000109e2"],["-0.77002501999999993e2","0.72749419999999986e2"],["-0.76947219999999902e2","0.72743865999999969e2"],["-0.76799728000000016e2","0.72727478000000133e2"],["-0.76753066999999987e2","0.72720534999999927e2"],["-0.76693053999999961e2","0.72694702000000007e2"],["-0.76684997999999894e2","0.72691085999999927e2"],["-0.76662505999999894e2","0.72678588999999988e2"],["-0.76653609999999958e2","0.72670821999999987e2"],["-0.76655272999999966e2","0.72664429000000041e2"],[-76.65972899999997,"0.72658324999999991e2"],["-0.76646118000000001e2","0.72639708999999982e2"],["-0.76584732000000031e2","0.72628585999999984e2"],["-0.76428328999999962e2","0.72614151000000049e2"],["-0.76328339000000028e2","0.72607483000000116e2"],["-0.76288329999999917e2","0.72604980000000126e2"],["-0.76215285999999935e2","0.72596100000000092e2"],["-0.76182219999999973e2",72.58998100000008],["-0.76166945999999996e2",72.58638000000002],["-0.76155562999999916e2","0.72580826000000002e2"],["-0.76150283999999999e2","0.72574158000000011e2"],["-0.76154723999999931e2","0.72562485000000038e2"],["-0.76160552999999936e2",72.54942299999999],["-0.76165833000000021e2","0.72538315000000011e2"],["-0.76162506000000008e2","0.72526093000000003e2"],["-0.76156112999999948e2","0.72518051000000071e2"],["-0.76121657999999911e2","0.72478317000000118e2"],["-0.76107773000000009e2","0.72473037999999974e2"],["-0.76087783999999999e2","0.72471648999999957e2"],["-0.76069457999999997e2","0.72474991000000102e2"],["-0.76046386999999868e2","0.72483597000000032e2"],["-0.76036941999999897e2","0.72489426000000037e2"],["-0.76037780999999939e2","0.72496368000000132e2"],["-0.76052215999999987e2",72.51138300000008],["-0.76068619000000012e2","0.72525818000000015e2"],["-0.76077224999999942e2","0.72536377000000073e2"],["-0.76074172999999917e2","0.72541656000000046e2"],[-76.06471299999987,"0.72549988000000042e2"],["-0.76018889999999999e2","0.72574431999999945e2"],["-0.76005843999999968e2","0.72579163000000108e2"],["-0.75988601999999958e2","0.72580826000000002e2"],["-0.75931945999999925e2","0.72583603000000096e2"],["-0.75885284000000013e2","0.72584152000000074e2"],["-0.75841948999999943e2","0.72583053999999947e2"],["-0.75798888999999974e2","0.72581939999999975e2"],["-0.75759170999999981e2","0.72579163000000108e2"],[-75.56806899999998,"0.72557479999999941e2"],["-0.75553328999999962e2","0.72553589000000102e2"],["-0.75547226000000023e2","0.72545532000000094e2"],["-0.75537780999999939e2","0.72539703000000088e2"],["-0.75521117999999888e2","0.72536102000000028e2"],["-0.75472228999999913e2","0.72527480999999966e2"],["-0.75435271999999998e2","0.72522491000000059e2"],["-0.75379439999999931e2",72.51638800000012],["-0.75360001000000011e2","0.72515548999999965e2"],["-0.75301666000000012e2","0.72509720000000129e2"],["-0.75231673999999998e2","0.72500549000000035e2"],["-0.75215285999999878e2","0.72497482000000105e2"],["-0.75192490000000021e2","0.72491928000000087e2"],["-0.75186661000000015e2","0.72487488000000099e2"],["-0.75189163000000008e2","0.72478317000000118e2"],["-0.75199158000000011e2","0.72466933999999924e2"],["-0.75200287000000003e2","0.72461929000000055e2"],["-0.75160277999999948e2","0.72421097000000088e2"],["-0.75132492000000013e2","0.72393600000000106e2"],["-0.75054169000000002e2","0.72328873000000101e2"],["-0.75034164000000033e2","0.72317490000000134e2"],[-75,"0.72298369999999977e2"],["-0.74980559999999912e2","0.72288315000000068e2"],["-0.74950835999999981e2","0.72269989000000066e2"],["-0.74943603999999993e2","0.72263321000000076e2"],["-0.74942490000000021e2","0.72255829000000119e2"],["-0.74947494999999947e2","0.72249710000000107e2"],["-0.75044997999999964e2","0.72188308999999947e2"],["-0.75068068999999923e2","0.72179152999999985e2"],["-0.75225280999999995e2","0.72122482000000105e2"],["-0.75238326999999913e2","0.72118317000000104e2"],[-75.25306699999993,"0.72116378999999938e2"],["-0.75271666999999979e2","0.72117203000000075e2"],["-0.75291381999999885e2","0.72119431000000077e2"],["-0.75323623999999938e2","0.72125534000000016e2"],["-0.75387511999999901e2","0.72134430000000123e2"],["-0.75440552000000025e2","0.72141098000000113e2"],["-0.75477782999999988e2","0.72144714000000135e2"],["-0.75520003999999972e2","0.72146102999999982e2"],["-0.75607498000000021e2","0.72143326000000059e2"],["-0.75710006999999962e2","0.72136658000000068e2"],[-75.73332199999993,"0.72134155000000078e2"],["-0.75813889000000017e2","0.72122482000000105e2"],["-0.75866652999999985e2","0.72113876000000005e2"],["-0.76015015000000005e2","0.72086655000000121e2"],["-0.76033324999999934e2","0.72081100000000049e2"],["-0.76054717999999866e2","0.72073043999999982e2"],["-0.76078063999999983e2","0.72059417999999994e2"],["-0.76084166999999923e2","0.72049713000000111e2"],[-76.09973100000002,72.02887000000004],["-0.76111938000000009e2","0.72018050999999957e2"],["-0.76128052000000025e2","0.72004166000000055e2"],["-0.76142226999999934e2",71.99331699999999],["-0.76156386999999881e2","0.71985260000000039e2"],["-0.76173614999999984e2","0.71975540000000137e2"],["-0.76192490000000021e2","0.71967758000000003e2"],["-0.76234726000000023e2","0.71957488999999953e2"],["-0.76262511999999901e2","0.71949707000000046e2"],["-0.76274445000000014e2","0.71944427000000132e2"],["-0.76301665999999955e2","0.71930542000000059e2"],["-0.76318344000000025e2","0.71919983000000002e2"],["-0.76348052999999879e2","0.71891662999999994e2"],[-76.31082200000003,"0.71884720000000016e2"],["-0.76089721999999938e2","0.71978867000000093e2"],["-0.76073058999999944e2","0.71989425999999924e2"],["-0.76063323999999966e2",72],["-0.76049727999999902e2","0.72017761000000121e2"],["-0.76047501000000011e2","0.72023604999999975e2"],["-0.76043609999999944e2","0.72030272999999966e2"],["-0.76029448999999943e2","0.72041091999999992e2"],["-0.76019729999999981e2","0.72046097000000032e2"],["-0.75998610999999983e2","0.72054152999999928e2"],["-0.75956115999999952e2","0.72067215000000147e2"],[-75.89445499999988,"0.72082214000000022e2"],["-0.75828338999999971e2","0.72096939000000134e2"],["-0.75796660999999915e2","0.72103591999999935e2"],["-0.75710555999999997e2","0.72113312000000008e2"],["-0.75630554000000018e2",72.11970500000001],["-0.75586120999999991e2",72.12164300000012],["-0.75528335999999967e2","0.72120818999999983e2"],["-0.75488051999999925e2","0.72118866000000025e2"],["-0.75433060000000012e2","0.72112761999999975e2"],[-75.23332199999993,"0.72084152000000131e2"],["-0.75226105000000018e2","0.72080276000000083e2"],["-0.75219451999999876e2","0.72074432000000058e2"],["-0.75218886999999995e2","0.72070267000000058e2"],["-0.75221114999999998e2","0.72064696999999967e2"],["-0.75228881999999942e2","0.72059143000000006e2"],["-0.75255279999999914e2","0.72046097000000032e2"],["-0.75281676999999888e2","0.72038589000000059e2"],["-0.75317504999999926e2","0.72031661999999926e2"],["-0.75338332999999977e2",72.02887000000004],["-0.75404174999999952e2","0.72025543000000084e2"],["-0.75449432000000002e2",72.02526899999998],["-0.75494155999999975e2","0.72021378000000084e2"],["-0.75515015000000005e2","0.72018326000000002e2"],["-0.75548049999999989e2","0.72011107999999979e2"],["-0.75574172999999917e2",72.00360100000006],["-0.75586670000000026e2","0.71999146000000053e2"],["-0.75606383999999935e2","0.71989425999999924e2"],["-0.75613892000000021e2","0.71983871000000022e2"],["-0.75618880999999988e2","0.71978592000000049e2"],["-0.75686661000000015e2","0.71883040999999992e2"],["-0.75697495000000004e2","0.71858322000000044e2"],["-0.75691375999999877e2","0.71850266000000147e2"],["-0.75688048999999921e2","0.71842758000000117e2"],[-75.6875,"0.71839157000000057e2"],["-0.75692215000000033e2","0.71833328000000051e2"],["-0.75802490000000034e2","0.71750548999999978e2"],["-0.75830001999999979e2","0.71736649000000114e2"],["-0.75872222999999906e2","0.71721375000000023e2"],["-0.75898345999999947e2","0.71714432000000045e2"],["-0.75934157999999968e2","0.71711105000000089e2"],["-0.75953612999999962e2","0.71710266000000104e2"],["-0.75997497999999894e2","0.71709152000000131e2"],["-0.76040282999999931e2","0.71709426999999948e2"],["-0.76067504999999869e2","0.71706650000000081e2"],["-0.76079177999999956e2","0.71704437000000098e2"],["-0.76090835999999911e2","0.71702208999999982e2"],["-0.76096114999999998e2","0.71697479000000101e2"],["-0.76095839999999953e2","0.71693863000000079e2"],["-0.76085281000000009e2","0.71691924999999912e2"],["-0.75901671999999962e2","0.71701096000000064e2"],["-0.75880279999999971e2",71.70248400000014],["-0.75846953999999982e2","0.71708602999999982e2"],["-0.75819457999999941e2","0.71716934000000094e2"],["-0.75794998000000021e2","0.71725815000000011e2"],["-0.75787215999999944e2","0.71730545000000063e2"],["-0.75675003000000004e2","0.71810532000000023e2"],["-0.75654998999999975e2","0.71826096000000121e2"],["-0.75580001999999865e2","0.71906097000000045e2"],["-0.75570281999999963e2","0.71917480000000012e2"],["-0.75565825999999959e2","0.71929703000000075e2"],["-0.75567229999999938e2","0.71937485000000038e2"],["-0.75570281999999963e2","0.71941360000000032e2"],["-0.75574447999999961e2","0.71953048999999965e2"],["-0.75571944999999971e2","0.71958878000000141e2"],["-0.75569167999999991e2","0.71963882000000126e2"],["-0.75558334000000002e2",71.97665400000011],["-0.75538605000000018e2","0.71986374000000012e2"],["-0.75513335999999924e2","0.71995254999999986e2"],["-0.75498046999999929e2","0.71999146000000053e2"],["-0.75476669000000015e2","0.72000823999999966e2"],["-0.75414444000000003e2","0.71999709999999993e2"],["-0.75371932999999899e2","0.71997757000000036e2"],["-0.75349441999999897e2","0.71998032000000023e2"],["-0.75327788999999939e2","0.71999419999999986e2"],[-75.24888599999997,"0.72012771999999984e2"],["-0.75197768999999937e2","0.72023315000000139e2"],["-0.75174437999999952e2","0.72031936999999971e2"],["-0.75158614999999941e2","0.72041655999999932e2"],["-0.75150283999999942e2",72.0577550000001],["-0.75135009999999966e2","0.72080551000000071e2"],["-0.75129990000000021e2","0.72086380000000133e2"],["-0.75119155999999862e2","0.72096375000000023e2"],["-0.75109160999999858e2","0.72101089000000002e2"],["-0.75093613000000005e2",72.10803199999998],["-0.75081389999999942e2",72.11303700000002],["-0.75051392000000021e2","0.72121917999999937e2"],["-0.75035827999999924e2","0.72125809000000004e2"],["-0.75012511999999958e2",72.12831100000011],[-75,"0.72128525000000025e2"],[-74.98443599999996,"0.72127472000000125e2"],["-0.74951675000000023e2","0.72123306000000071e2"],["-0.74835006999999962e2",72.10386699999998],["-0.74801391999999964e2","0.72098327999999981e2"],["-0.74764449999999954e2","0.72094711000000018e2"],[-74.65943900000002,"0.72091094999999939e2"],["-0.74625548999999921e2","0.72091369999999984e2"],["-0.74535278000000005e2","0.72089705999999978e2"],["-0.74316390999999953e2","0.72082214000000022e2"],["-0.74297226000000023e2","0.72080826000000116e2"],["-0.74260009999999966e2","0.72076096000000064e2"],["-0.74244155999999862e2","0.72073043999999982e2"],["-0.74233321999999987e2","0.72067489999999964e2"],["-0.74218062999999972e2","0.72058029000000033e2"],["-0.74177489999999921e2","0.72031936999999971e2"],["-0.74122222999999963e2","0.71983597000000088e2"],["-0.74117766999999958e2","0.71969985999999949e2"],["-0.74119445999999982e2","0.71955826000000059e2"],["-0.74166107000000011e2","0.71874695000000088e2"],["-0.74171111999999937e2","0.71868591000000038e2"],["-0.74184998000000007e2","0.71855819999999937e2"],["-0.74229996000000028e2","0.71822768999999994e2"],["-0.74243056999999965e2","0.71818603999999993e2"],["-0.74263335999999981e2","0.71815810999999997e2"],["-0.74403060999999923e2",71.80386400000009],[-74.43998699999986,"0.71801925999999924e2"],["-0.74460555999999997e2","0.71802765000000079e2"],["-0.74477782999999931e2","0.71804977000000122e2"],[-74.50140399999998,"0.71809708000000057e2"],["-0.74513625999999874e2","0.71818053999999961e2"],["-0.74570557000000008e2","0.71809418000000051e2"],["-0.74604996000000028e2","0.71784714000000122e2"],["-0.74678328999999962e2","0.71745254999999986e2"],["-0.74696105999999929e2","0.71738586000000112e2"],[-74.71362299999987,"0.71735260000000096e2"],["-0.74885009999999909e2","0.71708602999999982e2"],[-75,"0.71711914000000036e2"],["-0.75046660999999915e2","0.71716095000000109e2"],["-0.75090560999999923e2","0.71718048000000067e2"],["-0.75136672999999973e2","0.71716934000000094e2"],[-75.158051,"0.71715271000000143e2"],["-0.75342772999999909e2","0.71695815999999979e2"],["-0.75363892000000021e2","0.71691360000000088e2"],["-0.75378600999999946e2","0.71686920000000043e2"],["-0.75389998999999989e2","0.71681091000000038e2"],["-0.75393889999999942e2","0.71677475000000015e2"],["-0.75391953000000001e2","0.71674698000000092e2"],["-0.75385009999999909e2","0.71674423000000104e2"],["-0.75241942999999878e2","0.71686096000000077e2"],["-0.75178329000000019e2","0.71694138000000066e2"],["-0.75085007000000019e2","0.71700821000000076e2"],["-0.75043610000000001e2","0.71699707000000046e2"],["-0.75025008999999955e2","0.71698029000000133e2"],["-0.75009170999999924e2","0.71694977000000051e2"],["-0.74941101000000003e2","0.71674698000000092e2"],["-0.74934158000000025e2","0.71670822000000044e2"],[-74.93360899999999,"0.71663879000000009e2"],[-74.93638599999997,"0.71658035000000041e2"],["-0.74945540999999935e2","0.71652481000000023e2"],["-0.74956115999999952e2","0.71648331000000042e2"],["-0.75008895999999993e2","0.71631927000000076e2"],["-0.75055557000000022e2","0.71622481999999991e2"],["-0.75114166000000012e2","0.71611098999999967e2"],["-0.75194152999999972e2","0.71595535000000098e2"],["-0.75206954999999994e2","0.71591934000000037e2"],["-0.75398345999999947e2","0.71525269000000094e2"],[-75.40972899999997,"0.71519714000000022e2"],["-0.75408339999999953e2","0.71514708999999982e2"],["-0.75406386999999938e2","0.71512207000000046e2"],["-0.75402221999999938e2","0.71512497000000053e2"],["-0.75205276000000026e2","0.71546371000000079e2"],[-75,"0.71607238999999993e2"],["-0.74861114999999927e2","0.71649429000000112e2"],["-0.74851668999999958e2","0.71654984000000013e2"],["-0.74799437999999952e2","0.71678863999999976e2"],["-0.74784163999999976e2","0.71682755000000043e2"],["-0.74718337999999903e2","0.71693588000000034e2"],["-0.74697768999999937e2","0.71696365000000128e2"],["-0.74686661000000015e2","0.71696365000000128e2"],["-0.74672774999999945e2","0.71692474000000061e2"],["-0.74631942999999978e2","0.71662491000000102e2"],["-0.74629714999999919e2",71.65277100000003],["-0.74631942999999978e2","0.71646378000000084e2"],["-0.74646392999999989e2","0.71631927000000076e2"],["-0.74674437999999896e2","0.71608322000000101e2"],["-0.74689712999999983e2","0.71598038000000031e2"],["-0.74704726999999934e2","0.71588042999999971e2"],["-0.74713057999999933e2","0.71583878000000141e2"],["-0.74733886999999982e2","0.71575546000000145e2"],["-0.74811934999999949e2","0.71547760000000096e2"],["-0.74869720000000029e2","0.71541656000000046e2"],["-0.74922500999999897e2",71.53776600000009],["-0.74940276999999867e2","0.71538040000000024e2"],[-74.97084000000001,"0.71537201000000039e2"],["-0.74990279999999984e2","0.71536652000000117e2"],[-75,"0.71535583000000088e2"],["-0.75027221999999995e2","0.71532486000000006e2"],["-0.75036666999999966e2","0.71530548000000067e2"],["-0.75081389999999942e2","0.71515273999999977e2"],["-0.75107773000000009e2","0.71503052000000025e2"],["-0.75124709999999936e2","0.71492477000000065e2"],[-75.15194699999995,"0.71471649000000014e2"],["-0.75152221999999995e2","0.71466094999999996e2"],["-0.75146117999999944e2","0.71463608000000079e2"],[-75.12777699999998,"0.71465820000000008e2"],["-0.75115554999999972e2","0.71469986000000063e2"],["-0.75106110000000001e2","0.71481934000000081e2"],["-0.75093886999999938e2",71.49275200000011],["-0.75084731999999974e2","0.71498322000000144e2"],[-75.06138599999997,"0.71506378000000041e2"],[-75.05082699999997,"0.71509720000000016e2"],["-0.75033324999999934e2","0.71513046000000031e2"],[-75,"0.71517899000000114e2"],["-0.74993056999999908e2","0.71518875000000037e2"],["-0.74944153000000028e2","0.71521652000000131e2"],["-0.74877486999999974e2","0.71524155000000121e2"],["-0.74857223999999974e2","0.71523605000000089e2"],["-0.74838332999999921e2","0.71521926999999948e2"],["-0.74828338999999971e2","0.71517211999999915e2"],[-74.71665999999999,"0.71419144000000131e2"],["-0.74699431999999945e2","0.71390823000000069e2"],["-0.74700561999999934e2","0.71386658000000068e2"],["-0.74705565999999976e2","0.71380814000000044e2"],["-0.74715285999999992e2","0.71375809000000004e2"],["-0.74888335999999981e2","0.71287201000000096e2"],["-0.75075012000000015e2","0.71204437000000041e2"],["-0.75081389999999942e2",71.17942800000003],["-0.75065001999999993e2","0.71180817000000047e2"],[-75,"0.71199341000000061e2"],["-0.74987503000000004e2","0.71203873000000101e2"],["-0.74874160999999958e2","0.71247756999999979e2"],["-0.74864440999999943e2","0.71252487000000031e2"],["-0.74671660999999972e2","0.71359985000000052e2"],["-0.74654448999999943e2","0.71370254999999986e2"],["-0.74637511999999958e2","0.71380538999999999e2"],["-0.74632216999999969e2","0.71385818000000029e2"],["-0.74628051999999968e2","0.71392487000000074e2"],["-0.74625823999999852e2",71.39888000000002],["-0.74626098999999954e2","0.71405822999999998e2"],["-0.74631103999999993e2","0.71419433999999967e2"],["-0.74638061999999991e2","0.71426651000000106e2"],["-0.74646956999999929e2","0.71433044000000052e2"],["-0.74657227000000034e2","0.71438583000000051e2"],["-0.74719726999999978e2","0.71462494000000106e2"],["-0.74726944000000003e2","0.71466094999999996e2"],["-0.74735549999999989e2","0.71472487999999942e2"],["-0.74736388999999974e2","0.71476654000000053e2"],["-0.74743057000000022e2","0.71511932000000058e2"],[-74.73611499999987,"0.71530548000000067e2"],["-0.74723891999999978e2","0.71541931000000091e2"],["-0.74714172000000019e2","0.71546646000000123e2"],["-0.74701675000000023e2","0.71551086000000112e2"],["-0.74686385999999914e2","0.71554977000000008e2"],["-0.74663895000000025e2","0.71557204999999954e2"],["-0.74628875999999934e2","0.71554703000000075e2"],["-0.74619995000000017e2",71.55802900000009],["-0.74583618000000001e2","0.71585815000000025e2"],["-0.74576401000000033e2","0.71591370000000097e2"],["-0.74543883999999991e2","0.71631362999999965e2"],["-0.74381942999999922e2","0.71677199999999971e2"],["-0.74345550999999944e2","0.71689423000000033e2"],["-0.74335555999999997e2","0.71694138000000066e2"],["-0.74317779999999971e2","0.71704437000000098e2"],["-0.74309432999999956e2","0.71712204000000042e2"],["-0.74306945999999982e2",71.71775800000006],["-0.74299437999999952e2","0.71723877000000073e2"],["-0.74288604999999905e2","0.71727478000000133e2"],["-0.74268341000000021e2","0.71730270000000019e2"],["-0.74146956999999929e2","0.71738875999999948e2"],[-74.12470999999988,"0.71738875999999948e2"],["-0.74109160999999972e2","0.71735809000000017e2"],["-0.74103058000000033e2","0.71733321999999987e2"],["-0.74097777999999948e2",71.72886699999998],["-0.74123885999999914e2","0.71680817000000104e2"],["-0.74128875999999877e2",71.67164600000001],["-0.74142226999999991e2","0.71661652000000004e2"],[-74.15055799999999,"0.71657486000000063e2"],["-0.74173049999999989e2","0.71651093000000117e2"],["-0.74202788999999996e2","0.71645828000000051e2"],["-0.74220276000000013e2","0.71641663000000051e2"],["-0.74232773000000009e2","0.71637496999999939e2"],["-0.74239440999999999e2","0.71634155000000021e2"],[-74.24888599999997,"0.71621643000000063e2"],["-0.74253066999999987e2",71.611649],["-0.74254455999999948e2",71.60664399999996],["-0.74254729999999995e2","0.71603867000000093e2"],["-0.74252228000000002e2",71.58998100000008],["-0.74249161000000015e2","0.71582489000000123e2"],["-0.74243056999999965e2","0.71569716999999969e2"],["-0.74218886999999938e2","0.71556641000000013e2"],["-0.74180282999999974e2","0.71538315000000011e2"],["-0.74168334999999956e2","0.71533324999999991e2"],["-0.74156386999999995e2","0.71532211000000018e2"],["-0.74150283999999886e2","0.71533324999999991e2"],["-0.74148620999999935e2","0.71537491000000045e2"],["-0.74151671999999962e2","0.71544983000000002e2"],["-0.74165008999999998e2","0.71555252000000053e2"],["-0.74146118000000001e2","0.71637496999999939e2"],["-0.74039718999999934e2","0.71722213999999951e2"],["-0.74019164999999987e2",71.73803700000002],["-0.74014724999999942e2","0.71741089000000102e2"],["-0.73996947999999975e2","0.71751389000000017e2"],["-0.73977782999999931e2","0.71759720000000129e2"],["-0.73964447000000007e2","0.71763321000000019e2"],["-0.73928329000000019e2","0.71769150000000025e2"],["-0.73748046999999929e2","0.71776931999999988e2"],["-0.73718886999999938e2","0.71776931999999988e2"],[-73.61610399999995,"0.71773315000000025e2"],["-0.73604172000000005e2","0.71772217000000126e2"],["-0.73593886999999995e2","0.71769988999999953e2"],["-0.73589721999999995e2","0.71763321000000019e2"],["-0.73589995999999985e2","0.71756943000000035e2"],["-0.73591675000000009e2","0.71751937999999996e2"],[-73.598343,"0.71738312000000008e2"],["-0.73612503000000004e2","0.71722213999999951e2"],["-0.73619995000000017e2","0.71716095000000109e2"],["-0.73638061999999991e2","0.71706375000000037e2"],["-0.73663329999999917e2","0.71697204999999997e2"],["-0.73694442999999922e2","0.71690262000000018e2"],["-0.73732772999999952e2","0.71683868000000132e2"],["-0.73771117999999944e2","0.71670822000000044e2"],["-0.73791381999999999e2","0.71661102000000142e2"],["-0.73890839000000028e2","0.71609421000000054e2"],["-0.73985549999999989e2","0.71534149000000127e2"],["-0.73990279999999927e2","0.71527480999999966e2"],["-0.74010833999999988e2","0.71491363999999976e2"],["-0.74095275999999956e2",71.46276899999998],["-0.74169997999999964e2","0.71445816000000036e2"],["-0.74303878999999995e2","0.71419433999999967e2"],["-0.74315826000000015e2","0.71414429000000098e2"],["-0.74319167999999877e2","0.71409424000000058e2"],["-0.74312209999999993e2",71.40554800000001],["-0.74297226000000023e2","0.71405822999999998e2"],["-0.74191665999999998e2","0.71425537000000134e2"],["-0.74159163999999919e2",71.4327550000001],["-0.74121384000000035e2","0.71438583000000051e2"],["-0.74083617999999944e2","0.71441086000000041e2"],["-0.74045836999999949e2","0.71440810999999997e2"],["-0.74028610000000015e2","0.71437759000000085e2"],["-0.74063889000000017e2","0.71336929000000055e2"],["-0.74091675000000009e2","0.71285537999999974e2"],["-0.74106383999999878e2","0.71274704000000099e2"],["-0.74137787000000003e2","0.71255828999999949e2"],["-0.74152221999999995e2","0.71248032000000023e2"],["-0.74187774999999931e2","0.71229430999999977e2"],["-0.74207503999999858e2","0.71219711000000075e2"],["-0.74217223999999931e2","0.71214996000000042e2"],["-0.74226669000000015e2","0.71212203999999986e2"],["-0.74238327000000027e2","0.71203873000000101e2"],["-0.74240829000000019e2","0.71200821000000133e2"],["-0.74235000999999897e2","0.71198317999999972e2"],["-0.74228881999999942e2","0.71199416999999983e2"],["-0.74217772999999966e2","0.71202209000000039e2"],["-0.74190825999999959e2","0.71211104999999975e2"],["-0.74158339999999953e2","0.71223877000000016e2"],["-0.74148055999999997e2","0.71228592000000049e2"],["-0.74118332000000009e2",71.24331699999999],["-0.74039444000000003e2","0.71302199999999971e2"],["-0.74009444999999971e2","0.71360809000000017e2"],["-0.74006957999999997e2","0.71367203000000075e2"],["-0.73973327999999924e2","0.71413605000000132e2"],["-0.73968612999999891e2","0.71419433999999967e2"],["-0.73867767000000015e2","0.71525818000000015e2"],[-73.86221299999994,"0.71531096999999988e2"],["-0.73761672999999973e2","0.71580826000000059e2"],["-0.73746947999999975e2","0.71585266000000047e2"],["-0.73732772999999952e2","0.71586928999999998e2"],["-0.73689162999999951e2","0.71588042999999971e2"],["-0.73653610000000015e2","0.71587493999999992e2"],["-0.73639724999999942e2",71.58638000000002],["-0.73621932999999956e2","0.71583328000000108e2"],["-0.73595000999999968e2","0.71575272000000041e2"],["-0.73588608000000022e2","0.71572220000000129e2"],["-0.73565001999999936e2",71.55192599999998],["-0.73566665999999941e2","0.71544144000000017e2"],[-73.598343,"0.71528320000000122e2"],["-0.73615554999999915e2","0.71520264000000054e2"],["-0.73619445999999982e2","0.71515823000000125e2"],["-0.73630279999999971e2","0.71456649999999911e2"],["-0.73635009999999909e2","0.71359421000000111e2"],["-0.73622498000000007e2","0.71356644000000017e2"],[-73.61332699999997,"0.71355820000000051e2"],["-0.73594727000000034e2",71.35775799999999],["-0.73540389999999945e2",71.37286400000005],["-0.73518889999999942e2","0.71379150000000038e2"],["-0.73517226999999934e2","0.71379974000000004e2"],["-0.73516112999999962e2","0.71385818000000029e2"],["-0.73515563999999927e2",71.39888000000002],["-0.73513335999999981e2","0.71413040000000137e2"],[-73.50306699999993,"0.71424698000000149e2"],["-0.73496947999999918e2","0.71428589000000045e2"],["-0.73477492999999924e2","0.71436371000000008e2"],["-0.73446945000000028e2","0.71440262000000075e2"],["-0.73428878999999995e2","0.71435806000000127e2"],["-0.73384445000000028e2","0.71391937000000041e2"],["-0.73380279999999914e2","0.71385269000000051e2"],["-0.73385009999999966e2","0.71381927000000132e2"],["-0.73500899999999945e2","0.71337212000000022e2"],["-0.73590285999999935e2","0.71304977000000065e2"],["-0.73615554999999915e2","0.71296371000000136e2"],["-0.73623046999999872e2","0.71291091999999992e2"],["-0.73635558999999944e2","0.71279709000000139e2"],["-0.73663054999999986e2","0.71254166000000055e2"],["-0.73678878999999995e2","0.71238037000000077e2"],["-0.73712783999999999e2","0.71177765000000136e2"],["-0.73717772999999966e2","0.71164993000000095e2"],["-0.73718886999999938e2","0.71159424000000115e2"],["-0.73716399999999965e2",71.14498900000001],["-0.73713622999999984e2","0.71137497000000053e2"],["-0.73713622999999984e2","0.71130539000000056e2"],[-73.71665999999999,"0.71118317000000104e2"],["-0.73728606999999954e2","0.71098602000000085e2"],["-0.73735824999999977e2","0.71093323000000112e2"],["-0.73745833999999888e2","0.71088593000000117e2"],["-0.73760833999999932e2","0.71084717000000012e2"],[-73.77806099999998,71.0816650000001],["-0.73797774999999945e2","0.71078872999999987e2"],["-0.73842498999999918e2","0.71074432000000115e2"],[-73.87388599999997,"0.71069717000000082e2"],["-0.73890288999999996e2","0.71064987000000031e2"],["-0.73898346000000004e2","0.71057480000000112e2"],["-0.73895003999999972e2","0.71052200000000028e2"],["-0.73886672999999973e2",71.049149],["-0.73879439999999875e2","0.71047759999999982e2"],["-0.73872771999999998e2","0.71047484999999995e2"],["-0.73850554999999986e2","0.71059981999999991e2"],["-0.73842223999999987e2","0.71064148000000046e2"],["-0.73753066999999987e2","0.71065810999999997e2"],["-0.73732772999999952e2","0.71067764000000125e2"],["-0.73715835999999854e2","0.71071655000000021e2"],["-0.73692764000000011e2","0.71079436999999984e2"],["-0.73674438000000009e2","0.71088318000000072e2"],["-0.73667220999999984e2","0.71093597000000045e2"],["-0.73660552999999993e2",71.10386699999998],["-0.73658339999999953e2","0.71124985000000095e2"],["-0.73662505999999951e2","0.71134995000000004e2"],["-0.73666655999999875e2","0.71141662999999994e2"],["-0.73673614999999927e2","0.71163039999999967e2"],["-0.73668883999999991e2","0.71173035000000084e2"],["-0.73623610999999983e2","0.71225540000000137e2"],["-0.73615829000000019e2","0.71230270000000132e2"],["-0.73549164000000019e2","0.71269989000000066e2"],["-0.73454726999999991e2","0.71300262000000032e2"],["-0.73433884000000035e2","0.71308594000000028e2"],[-73.42860399999995,"0.71314423000000033e2"],["-0.73427779999999984e2","0.71327208999999925e2"],["-0.73435271999999941e2","0.71332214000000022e2"],["-0.73437774999999988e2","0.71336380000000077e2"],["-0.73436110999999983e2","0.71340545999999961e2"],["-0.73430282999999974e2",71.34165999999999],["-0.73382216999999969e2","0.71345260999999994e2"],["-0.73363051999999982e2","0.71345824999999991e2"],["-0.73349730999999963e2","0.71345260999999994e2"],["-0.73320847000000015e2","0.71340820000000122e2"],["-0.73083617999999944e2","0.71285812000000078e2"],["-0.73061110999999983e2","0.71277481000000023e2"],["-0.73049437999999952e2","0.71268325999999945e2"],["-0.73053878999999938e2","0.71261658000000011e2"],["-0.73065001999999936e2","0.71258331000000055e2"],["-0.73155562999999972e2","0.71246643000000006e2"],["-0.73214721999999995e2",71.240814],["-0.73230835000000013e2","0.71238312000000121e2"],["-0.73249434999999949e2","0.71233871000000022e2"],["-0.73266113000000018e2","0.71224990999999989e2"],["-0.73271941999999854e2","0.71220535000000041e2"],["-0.73263061999999991e2","0.71205826000000002e2"],["-0.73252501999999936e2","0.71195251000000098e2"],["-0.73244445999999982e2","0.71188873000000115e2"],["-0.73235001000000011e2","0.71173309000000017e2"],["-0.73235001000000011e2","0.71162201000000039e2"],["-0.73238327000000027e2","0.71157210999999961e2"],["-0.73247771999999998e2","0.71144150000000025e2"],["-0.73256957999999884e2","0.71133881000000031e2"],["-0.73294448999999929e2","0.71092483999999956e2"],["-0.73311110999999926e2","0.71080826000000116e2"],["-0.73327788999999996e2","0.71072768999999994e2"],["-0.73379439999999988e2",71.05831900000004],["-0.73426391999999908e2","0.71047759999999982e2"],["-0.73446105999999986e2","0.71041092000000049e2"],["-0.73450835999999924e2","0.71035263000000043e2"],["-0.73451950000000011e2","0.71029433999999981e2"],["-0.73446945000000028e2","0.71024993999999992e2"],["-0.73377486999999917e2","0.70980545000000006e2"],["-0.73369995000000017e2","0.70985809000000017e2"],[-73.17361499999987,"0.71156937000000028e2"],["-0.73168610000000001e2","0.71170532000000094e2"],["-0.73177490000000034e2","0.71185257000000036e2"],["-0.73183060000000012e2","0.71191360000000032e2"],["-0.73188048999999978e2","0.71199141999999938e2"],["-0.73185271999999998e2","0.71205826000000002e2"],["-0.73180283000000031e2","0.71211655000000007e2"],["-0.73172226000000023e2","0.71216385000000059e2"],["-0.73142226999999934e2","0.71224425999999937e2"],["-0.73115554999999915e2","0.71230270000000132e2"],["-0.73101395000000025e2","0.71231658999999979e2"],["-0.73079726999999991e2","0.71231658999999979e2"],["-0.73067779999999857e2","0.71230270000000132e2"],["-0.73045546999999885e2","0.71225540000000137e2"],["-0.73027221999999881e2","0.71227203000000031e2"],["-0.73011947999999961e2","0.71234421000000054e2"],["-0.73004455999999948e2","0.71239700000000028e2"],[-72.99499499999996,"0.71249999999999943e2"],["-0.72981673999999941e2","0.71267487000000017e2"],["-0.72952788999999996e2","0.71311096000000077e2"],["-0.72951400999999976e2","0.71316085999999984e2"],["-0.72959731999999974e2","0.71355820000000051e2"],["-0.72963622999999927e2","0.71362488000000042e2"],["-0.72970001000000025e2","0.71369979999999998e2"],["-0.72978332999999907e2","0.71376373000000115e2"],["-0.72989440999999999e2","0.71391663000000108e2"],["-0.72993057000000022e2","0.71397766000000047e2"],["-0.72993331999999953e2","0.71401931999999931e2"],["-0.72988892000000021e2",71.40554800000001],["-0.72975829999999917e2",71.40914900000007],["-0.72897232000000031e2","0.71416655999999989e2"],["-0.72858046999999942e2","0.71413315000000125e2"],["-0.72836394999999925e2","0.71413315000000125e2"],["-0.72765839000000028e2","0.71423874000000012e2"],["-0.72759170999999924e2","0.71426926000000094e2"],["-0.72757507000000032e2","0.71431931000000134e2"],["-0.72758621000000005e2","0.71437484999999981e2"],["-0.72764724999999942e2","0.71451660000000061e2"],[-72.76916499999993,"0.71459152000000017e2"],["-0.72679992999999911e2","0.71524704000000042e2"],["-0.72649733999999967e2","0.71536926000000051e2"],[-72.61860699999994,"0.71559418000000107e2"],[-72.61332699999997,"0.71565536000000066e2"],["-0.72610274999999888e2","0.71571930000000123e2"],["-0.72608337000000006e2","0.71583878000000141e2"],[-72.61082499999992,"0.71595535000000098e2"],["-0.72608337000000006e2",71.60664399999996],["-0.72593886999999995e2","0.71642487000000017e2"],["-0.72583327999999881e2","0.71651382000000069e2"],["-0.72580291999999929e2","0.71653594999999996e2"],["-0.72573333999999932e2","0.71656647000000135e2"],["-0.72557495000000017e2","0.71660262999999986e2"],["-0.72538054999999929e2","0.71660812000000135e2"],["-0.72523620999999991e2",71.65887500000008],["-0.72503066999999874e2",71.65026899999998],["-0.72474715999999944e2","0.71642761000000121e2"],["-0.72444442999999978e2","0.71636107999999979e2"],["-0.72301102000000014e2","0.71612198000000149e2"],["-0.72152221999999938e2",71.58998100000008],["-0.71847777999999948e2","0.71546646000000123e2"],["-0.71689437999999996e2","0.71524429000000055e2"],["-0.71670546999999999e2","0.71522216999999955e2"],["-0.71635559000000001e2","0.71517761000000064e2"],[-71.58555599999994,"0.71509995000000004e2"],["-0.71554169000000002e2","0.71503875999999991e2"],["-0.71455275999999913e2","0.71473037999999974e2"],["-0.71444442999999922e2","0.71468597000000045e2"],["-0.71435271999999998e2","0.71463608000000079e2"],["-0.71295546999999942e2","0.71384720000000129e2"],["-0.71241378999999995e2","0.71349425999999994e2"],[-71.12332200000003,"0.71271652000000017e2"],["-0.71119719999999973e2","0.71264160000000061e2"],["-0.71122771999999998e2","0.71257217000000082e2"],["-0.71128601000000003e2","0.71251389000000131e2"],["-0.71147780999999952e2","0.71241927999999973e2"],["-0.71169448999999986e2","0.71233322000000044e2"],["-0.71206116000000009e2","0.71220535000000041e2"],["-0.71221389999999985e2","0.71216934000000037e2"],["-0.71234726000000023e2","0.71212769000000037e2"],["-0.71324722000000008e2","0.71177765000000136e2"],["-0.71340560999999866e2","0.71170532000000094e2"],["-0.71342772999999909e2","0.71166382000000112e2"],["-0.71346114999999941e2","0.71155823000000055e2"],["-0.71349441999999897e2","0.71149428999999998e2"],["-0.71415832999999907e2","0.71093323000000112e2"],["-0.71452224999999999e2","0.71068054000000132e2"],[-71.46444699999995,"0.71062484999999981e2"],["-0.71470275999999956e2","0.71061370999999951e2"],[-71.48971599999993,71.0619200000001],["-0.71551102000000014e2","0.71064697000000024e2"],["-0.71608336999999949e2","0.71068603999999993e2"],["-0.71640839000000028e2","0.71073883000000137e2"],["-0.71714447000000007e2","0.71088043000000084e2"],["-0.71812499999999943e2","0.71104156000000103e2"],["-0.71848891999999921e2","0.71108321999999987e2"],["-0.71868880999999874e2","0.71109420999999998e2"],["-0.71890288999999882e2","0.71109420999999998e2"],["-0.71910827999999924e2","0.71107758000000047e2"],["-0.72069457999999997e2","0.71075271999999984e2"],[-72.08555599999994,"0.71070267000000115e2"],[-72.09973100000002,"0.71063873000000058e2"],["-0.72110275000000001e2","0.71052200000000028e2"],["-0.72113892000000021e2","0.71047211000000061e2"],["-0.72114440999999999e2","0.71043594000000098e2"],["-0.72113326999999913e2","0.71037490999999989e2"],["-0.72107223999999974e2","0.71030272999999966e2"],[-72.09973100000002,"0.71020263999999941e2"],["-0.72101944000000003e2","0.71016098000000056e2"],["-0.72165557999999919e2","0.70968048000000067e2"],["-0.72179717999999923e2","0.70962204000000042e2"],["-0.72200286999999946e2","0.70961105000000032e2"],["-0.72235001000000011e2","0.70961928999999998e2"],["-0.72261123999999995e2","0.70959152000000131e2"],[-72.27806099999998,"0.70955261000000064e2"],["-0.72290557999999976e2","0.70951096000000064e2"],["-0.72297226000000023e2","0.70947204999999997e2"],["-0.72317504999999983e2","0.70930267000000072e2"],["-0.72319457999999997e2","0.70925812000000064e2"],["-0.72317504999999983e2","0.70918320000000108e2"],[-72.31138599999997,"0.70911102000000085e2"],["-0.72313889000000017e2","0.70899719000000061e2"],["-0.72320557000000008e2","0.70888321000000076e2"],["-0.72325561999999877e2","0.70882477000000051e2"],["-0.72334166999999979e2","0.70878585999999984e2"],["-0.72514724999999999e2","0.70844436999999971e2"],["-0.72534438999999907e2","0.70841933999999981e2"],["-0.72653609999999958e2",70.82777400000009],["-0.72654174999999896e2","0.70820831000000112e2"],["-0.72511397999999872e2","0.70827209000000039e2"],["-0.72476944000000003e2","0.70833328000000051e2"],["-0.72401108000000022e2","0.70849716000000114e2"],["-0.72356110000000001e2","0.70860535000000027e2"],["-0.72302779999999927e2","0.70867203000000018e2"],["-0.72264175000000023e2","0.70866652999999985e2"],[-72.25,"0.70863876000000062e2"],["-0.72184722999999963e2","0.70844711000000075e2"],["-0.72172225999999966e2","0.70840546000000074e2"],[-72.16361999999998,70.83638000000002],["-0.72162215999999887e2","0.70829987000000017e2"],["-0.72363327000000027e2","0.70686096000000134e2"],["-0.72381942999999978e2","0.70677200000000028e2"],["-0.72459441999999967e2",70.65387000000004],["-0.72475829999999917e2","0.70649429000000112e2"],["-0.72499435000000005e2","0.70646652000000017e2"],["-0.72542496000000028e2","0.70644714000000079e2"],["-0.72578063999999983e2","0.70641373000000044e2"],["-0.72597778000000005e2",70.63859599999995],["-0.72609160999999972e2","0.70636658000000011e2"],["-0.72615828999999962e2","0.70633331000000055e2"],["-0.72623321999999973e2","0.70628036000000009e2"],["-0.72569457999999884e2","0.70609985000000052e2"],["-0.72551666000000012e2","0.70608032000000094e2"],["-0.72503066999999874e2","0.70629973999999947e2"],["-0.72490554999999972e2","0.70634155000000021e2"],["-0.72371932999999956e2","0.70654984000000013e2"],["-0.72342223999999931e2","0.70662200999999925e2"],["-0.72326110999999912e2","0.70667206000000022e2"],["-0.72306380999999988e2","0.70677475000000015e2"],["-0.72277495999999871e2","0.70698028999999963e2"],["-0.72264724999999942e2",70.70915199999996],["-0.72248610999999983e2","0.70726653999999996e2"],["-0.72245834000000002e2","0.70733046999999999e2"],["-0.72236937999999896e2","0.70743866000000025e2"],["-0.72229172000000005e2","0.70749420000000043e2"],["-0.72210555999999997e2","0.70758040999999935e2"],["-0.72185546999999929e2",70.76638800000012],["-0.72155838000000017e2","0.70773605000000032e2"],["-0.72136123999999995e2","0.70776093000000003e2"],["-0.72004729999999995e2","0.70786925999999994e2"],["-0.71896956999999929e2",70.80693100000002],["-0.71818893000000003e2","0.70823044000000039e2"],["-0.71689163000000008e2","0.70850266000000147e2"],["-0.71543883999999991e2","0.70872481999999991e2"],["-0.71354445999999939e2","0.70882750999999985e2"],["-0.71287506000000008e2","0.70906097000000045e2"],["-0.71289169000000015e2","0.70908875000000023e2"],["-0.71289444000000003e2","0.70913605000000075e2"],["-0.71208343999999954e2","0.71004990000000078e2"],["-0.71185546999999872e2","0.71019439999999975e2"],["-0.71162216000000001e2","0.71028320000000008e2"],["-0.70895553999999947e2","0.71099716000000058e2"],["-0.70836120999999935e2","0.71114426000000037e2"],["-0.70799727999999959e2","0.71118866000000025e2"],["-0.70771666999999979e2","0.71118042000000059e2"],["-0.70755568999999923e2",71.11554000000001],["-0.70724715999999944e2",71.10443099999992],["-0.70635559000000001e2","0.71072220000000016e2"],["-0.70613891999999964e2","0.71062194999999917e2"],["-0.70604720999999927e2","0.71056366000000082e2"],["-0.70601669000000015e2","0.71053864000000033e2"],[-70.591949,"0.71042480000000126e2"],["-0.70514724999999942e2","0.70940536000000066e2"],["-0.70512511999999958e2","0.70926085999999998e2"],["-0.70514450000000011e2","0.70921097000000032e2"],["-0.70519729999999981e2","0.70913879000000009e2"],["-0.70553604000000007e2","0.70894989000000066e2"],[-70.58944699999995,"0.70876083000000051e2"],["-0.70678878999999995e2","0.70840546000000074e2"],["-0.70740828999999906e2",70.75471500000009],["-0.70746947999999918e2","0.70745529000000147e2"],["-0.70773330999999985e2","0.70734420999999998e2"],["-0.70798888999999917e2","0.70725540000000024e2"],["-0.70872498000000007e2","0.70703872999999987e2"],["-0.70891112999999962e2","0.70698868000000118e2"],["-0.70965835999999967e2","0.70684143000000006e2"],["-0.71024445000000014e2","0.70674987999999928e2"],["-0.71055267000000015e2","0.70669144000000131e2"],[-71.08277899999996,"0.70661652000000004e2"],["-0.71100554999999929e2","0.70654984000000013e2"],["-0.71108611999999994e2","0.70649993999999992e2"],["-0.71118056999999965e2","0.70638885000000073e2"],["-0.71128051999999968e2",70.62052900000009],["-0.71129439999999988e2","0.70614151000000106e2"],["-0.71134445000000028e2","0.70602767999999912e2"],["-0.71139998999999932e2","0.70596374999999966e2"],["-0.71147780999999952e2","0.70591095000000109e2"],["-0.71160277999999948e2","0.70586928999999998e2"],["-0.71175277999999992e2","0.70583602999999982e2"],["-0.71191665999999998e2",70.58248900000001],["-0.71224715999999944e2","0.70582214000000135e2"],["-0.71281676999999888e2","0.70584152000000074e2"],["-0.71312499999999943e2","0.70587204000000042e2"],[-71.34584000000001,"0.70591660000000104e2"],["-0.71389724999999942e2","0.70600540000000137e2"],["-0.71407501000000025e2","0.70603043000000127e2"],["-0.71422775000000001e2","0.70604980000000012e2"],["-0.71461944999999957e2",70.60775799999999],["-0.71558608999999933e2","0.70609421000000111e2"],["-0.71592772999999966e2","0.70606934000000024e2"],["-0.71595550999999944e2","0.70603867000000093e2"],["-0.71595839999999953e2","0.70600540000000137e2"],["-0.71592498999999918e2","0.70589706000000092e2"],["-0.71586670000000026e2","0.70581665000000044e2"],["-0.71583892999999932e2","0.70576096000000007e2"],["-0.71580291999999986e2","0.70564697000000137e2"],["-0.71581954999999994e2","0.70551376000000005e2"],["-0.71583618000000001e2","0.70546371000000136e2"],["-0.71588057999999933e2","0.70542755000000056e2"],[-71.74360699999994,"0.70466933999999981e2"],["-0.71803054999999972e2","0.70428314000000057e2"],["-0.71763061999999934e2","0.70427200000000084e2"],["-0.71748046999999985e2","0.70425811999999951e2"],["-0.71736389000000031e2","0.70423035000000084e2"],["-0.71727218999999991e2","0.70417479999999955e2"],["-0.71728058000000033e2","0.70410538000000088e2"],["-0.71731673999999998e2","0.70397217000000126e2"],["-0.71746384000000035e2",70.3477630000001],[-71.75556899999998,"0.70329162999999994e2"],["-0.71763061999999934e2","0.70323318000000086e2"],["-0.71783065999999963e2","0.70313873000000001e2"],["-0.71816665999999941e2","0.70303040000000067e2"],["-0.71844161999999983e2",70.29664600000001],["-0.71849730999999906e2","0.70290817000000004e2"],["-0.71836944999999957e2","0.70289978000000019e2"],["-0.71806945999999868e2","0.70295822000000044e2"],["-0.71748046999999985e2","0.70309708000000001e2"],["-0.71733611999999937e2","0.70313873000000001e2"],["-0.71686385999999914e2","0.70355820000000108e2"],["-0.71674712999999997e2",70.36970500000001],["-0.71641678000000013e2","0.70444977000000108e2"],["-0.71640288999999996e2","0.70450546000000088e2"],["-0.71543335000000013e2","0.70514708999999982e2"],["-0.71525283999999942e2","0.70524704000000099e2"],["-0.71510009999999966e2","0.70535812000000078e2"],["-0.71502501999999936e2","0.70546096999999975e2"],[-71.50167799999997,70.55304000000001],["-0.71503341999999975e2",70.56053199999991],["-0.71507506999999976e2","0.70569153000000028e2"],["-0.71511672999999973e2","0.70573318000000029e2"],["-0.71506957999999941e2",70.57638500000013],["-0.71495543999999938e2","0.70578873000000101e2"],["-0.71435271999999998e2","0.70578598000000113e2"],["-0.71420273000000009e2",70.57748400000014],["-0.71397781000000009e2","0.70574432000000002e2"],[-71.25306699999993,"0.70549713000000054e2"],["-0.71184998000000007e2","0.70538040000000024e2"],[-71.17582699999997,"0.70535812000000078e2"],["-0.71170272999999952e2","0.70533324999999991e2"],["-0.71167769999999905e2","0.70531937000000084e2"],["-0.71162506000000008e2","0.70525269000000094e2"],["-0.71162216000000001e2","0.70520537999999988e2"],["-0.71260558999999887e2","0.70377762000000132e2"],["-0.71322509999999966e2","0.70312759000000028e2"],["-0.71321670999999981e2",70.30664100000007],["-0.71318343999999968e2","0.70299988000000099e2"],["-0.71301101999999958e2","0.70284987999999998e2"],["-0.71288894999999968e2","0.70280822999999998e2"],["-0.71279998999999975e2","0.70274993999999936e2"],["-0.71276947000000007e2","0.70268326000000002e2"],["-0.71278335999999854e2","0.70262771999999984e2"],["-0.71285278000000005e2","0.70251388999999961e2"],["-0.71289169000000015e2","0.70246094000000085e2"],["-0.71316955999999948e2","0.70218596999999988e2"],["-0.71363051999999868e2","0.70182204999999954e2"],[-71.43472300000002,"0.70126923000000033e2"],["-0.71485275000000001e2","0.70088318000000072e2"],["-0.71498046999999929e2","0.70080551000000128e2"],["-0.71523055999999997e2","0.70052200000000028e2"],["-0.71532776000000013e2","0.70038589000000059e2"],["-0.71539168999999958e2","0.70026382000000126e2"],["-0.71541107000000011e2","0.70022217000000126e2"],["-0.71535827999999924e2","0.70019714000000135e2"],[-71.52806099999998,"0.70020263999999997e2"],["-0.71518065999999976e2","0.70024993999999992e2"],["-0.71500290000000007e2","0.70038315000000125e2"],["-0.71493606999999997e2","0.70050537000000134e2"],["-0.71475829999999974e2","0.70068054000000132e2"],["-0.71438048999999978e2","0.70086655000000007e2"],["-0.71393616000000009e2","0.70104430999999977e2"],["-0.71366652999999985e2","0.70111923000000104e2"],["-0.71331680000000006e2","0.70128585999999984e2"],["-0.71210555999999997e2","0.70262206999999933e2"],["-0.71208892999999989e2","0.70267761000000121e2"],[-71.21305799999999,"0.70272491000000002e2"],["-0.71218886999999995e2","0.70276382000000069e2"],["-0.71229720999999984e2","0.70281097000000102e2"],["-0.71231948999999929e2","0.70294983000000059e2"],["-0.71171660999999972e2","0.70368042000000059e2"],["-0.71135833999999932e2","0.70410538000000088e2"],["-0.71093062999999972e2","0.70460541000000035e2"],["-0.71030563000000029e2","0.70540543000000014e2"],["-0.71049987999999928e2","0.70546371000000136e2"],["-0.71053054999999972e2",70.55304000000001],["-0.71049438000000009e2","0.70558868000000075e2"],["-0.71005843999999968e2",70.61692800000003],["-0.70997222999999963e2","0.70625808999999947e2"],["-0.70968886999999995e2",70.63220200000012],["-0.70913054999999986e2","0.70637771999999984e2"],["-0.70771117999999944e2","0.70668869000000086e2"],["-0.70611937999999952e2","0.70723602000000085e2"],["-0.70421660999999858e2","0.70772217000000126e2"],["-0.70396956999999986e2","0.70778320000000065e2"],["-0.70365279999999927e2","0.70782486000000006e2"],["-0.70324721999999952e2","0.70785812000000021e2"],["-0.70255004999999983e2","0.70793868999999972e2"],["-0.70228881999999942e2","0.70797211000000118e2"],["-0.70075012000000015e2",70.83027600000014],["-0.69988051999999982e2","0.70853592000000049e2"],["-0.69915833000000021e2","0.70877472000000012e2"],["-0.69904723999999931e2","0.70881363000000079e2"],["-0.69892775999999913e2","0.70883331000000055e2"],[-69.87388599999997,"0.70883331000000055e2"],["-0.69865279999999927e2","0.70882477000000051e2"],["-0.69833618000000001e2",70.87692300000009],[-69.78443900000002,"0.70864700000000028e2"],["-0.69771117999999944e2","0.70857483000000116e2"],["-0.69770554000000004e2","0.70856094000000098e2"],["-0.69772506999999962e2",70.85054000000008],["-0.69795837000000006e2","0.70820541000000048e2"],["-0.69808884000000035e2",70.81109600000002],["-0.69879439999999931e2","0.70768051000000071e2"],["-0.69915557999999919e2",70.74914600000011],["-0.69965285999999935e2","0.70727767999999969e2"],["-0.70073897999999929e2","0.70687484999999924e2"],["-0.70084732000000031e2","0.70683594000000028e2"],["-0.70121658000000025e2",70.67164600000001],[-70.21055599999994,"0.70646103000000096e2"],["-0.70225554999999929e2","0.70641936999999984e2"],["-0.70244995000000017e2","0.70638321000000133e2"],["-0.70277221999999995e2","0.70636107999999979e2"],[-70.33805799999999,"0.70637496999999996e2"],["-0.70353332999999964e2","0.70638885000000073e2"],["-0.70407775999999956e2","0.70638885000000073e2"],["-0.70423324999999977e2","0.70636932000000115e2"],["-0.70454726999999991e2","0.70627762000000075e2"],["-0.70473052999999993e2","0.70617203000000018e2"],["-0.70476943999999946e2","0.70612197999999978e2"],["-0.70478881999999999e2","0.70606644000000017e2"],["-0.70460555999999997e2","0.70574158000000068e2"],["-0.70442764000000011e2","0.70561920000000043e2"],["-0.70424164000000019e2","0.70551926000000037e2"],["-0.70411391999999978e2","0.70542205999999908e2"],["-0.70404723999999931e2","0.70536377000000073e2"],["-0.70400283999999999e2","0.70530273000000079e2"],["-0.70397507000000019e2","0.70524155000000121e2"],["-0.70401672000000019e2","0.70519150000000081e2"],["-0.70407775999999956e2","0.70514160000000004e2"],["-0.70423324999999977e2","0.70506943000000092e2"],["-0.70467223999999987e2","0.70493866000000082e2"],["-0.70482223999999917e2","0.70490540000000067e2"],["-0.70490829000000019e2",70.486649],["-0.70494445999999982e2","0.70484984999999995e2"],[-70.49610899999999,"0.70479430999999977e2"],["-0.70488892000000021e2","0.70476929000000098e2"],["-0.70477782999999988e2",70.47554000000008],["-0.70459166999999979e2",70.47554000000008],["-0.70441375999999934e2","0.70477203000000031e2"],["-0.70309722999999963e2","0.70498031999999967e2"],["-0.70316665999999998e2","0.70528594999999939e2"],["-0.70320007000000032e2","0.70536926000000051e2"],["-0.70331679999999949e2","0.70548599000000081e2"],["-0.70348617999999931e2","0.70559707999999944e2"],["-0.70371108999999933e2","0.70573608000000036e2"],["-0.70344451999999933e2","0.70613037000000134e2"],["-0.70158339999999953e2","0.70615540000000124e2"],["-0.70092498999999975e2","0.70612197999999978e2"],["-0.70023330999999985e2","0.70610535000000084e2"],[-69.99221799999998,"0.70645828000000051e2"],["-0.69987777999999935e2","0.70649993999999992e2"],["-0.69978607000000011e2","0.70653320000000008e2"],["-0.69875823999999909e2","0.70677200000000028e2"],["-0.69775832999999977e2","0.70682205000000067e2"],["-0.69651397999999972e2","0.70725540000000024e2"],["-0.69649169999999913e2","0.70731094000000041e2"],["-0.69644729999999981e2","0.70741088999999931e2"],["-0.69638610999999969e2","0.70746933000000126e2"],["-0.69619995000000017e2","0.70758040999999935e2"],["-0.69569167999999934e2","0.70771927000000119e2"],[-69.53832999999986,"0.70778595000000109e2"],["-0.69469727000000034e2","0.70790543000000127e2"],["-0.69451401000000033e2","0.70791931000000034e2"],["-0.69242766999999958e2","0.70782486000000006e2"],["-0.69226943999999946e2",70.77998400000007],["-0.69215012000000002e2","0.70776093000000003e2"],["-0.69190552000000025e2","0.70766937000000041e2"],["-0.69131942999999978e2","0.70737488000000099e2"],["-0.68958053999999947e2","0.70688582999999994e2"],["-0.68928329000000019e2","0.70681656000000089e2"],["-0.68664444000000003e2","0.70626923000000147e2"],[-68.61860699999994,70.62052900000009],["-0.68582503999999972e2","0.70617751999999996e2"],["-0.68549727999999959e2","0.70613602000000014e2"],["-0.68515288999999996e2","0.70609146000000067e2"],["-0.68484726000000023e2","0.70604156000000046e2"],["-0.68390563999999983e2","0.70582214000000135e2"],["-0.68325561999999934e2","0.70566665999999941e2"],["-0.68313889000000017e2","0.70563034000000016e2"],["-0.68293610000000001e2","0.70551376000000005e2"],["-0.68284164000000033e2","0.70540543000000014e2"],["-0.68279174999999952e2","0.70531097000000045e2"],[-68.279449,"0.70519440000000088e2"],["-0.68281386999999938e2",70.51249700000011],["-0.68289718999999991e2","0.70500000000000114e2"],["-0.68296111999999994e2","0.70494141000000127e2"],[-68.31361400000003,"0.70484711000000061e2"],["-0.68331680000000006e2","0.70476379000000065e2"],["-0.68371932999999956e2","0.70455826000000002e2"],["-0.68446654999999964e2","0.70413040000000137e2"],["-0.68451400999999976e2","0.70409424000000115e2"],["-0.68453613000000018e2","0.70403870000000097e2"],["-0.68451950000000011e2","0.70392212000000086e2"],["-0.68449158000000011e2","0.70384155000000078e2"],["-0.68448607999999979e2","0.70375259000000142e2"],["-0.68451675000000023e2","0.70372482000000048e2"],["-0.68458618000000001e2","0.70369431000000077e2"],["-0.68485000999999954e2","0.70367752000000053e2"],["-0.68495270000000005e2","0.70368590999999981e2"],["-0.68506393000000003e2","0.70371093999999971e2"],["-0.68519454999999994e2",70.37414600000011],["-0.68561385999999914e2","0.70389709000000096e2"],["-0.68571121000000005e2","0.70393326000000059e2"],["-0.68575835999999924e2","0.70396102999999982e2"],["-0.68580840999999964e2","0.70404160000000104e2"],["-0.68580565999999976e2","0.70415817000000061e2"],["-0.68569732999999985e2","0.70426376000000118e2"],["-0.68556106999999997e2","0.70435257000000036e2"],["-0.68549987999999985e2","0.70440811000000053e2"],["-0.68548049999999932e2","0.70447754000000032e2"],["-0.68556945999999982e2","0.70461929000000112e2"],["-0.68564712999999927e2","0.70466385000000059e2"],["-0.68582503999999972e2","0.70464432000000102e2"],["-0.68621657999999968e2",70.45277400000009],["-0.68650833000000034e2","0.70441925000000026e2"],["-0.68654174999999896e2","0.70439148000000102e2"],["-0.68661666999999909e2","0.70431090999999924e2"],["-0.68666655999999989e2","0.70422211000000118e2"],["-0.68670273000000009e2","0.70408874999999966e2"],["-0.68670836999999949e2","0.70404160000000104e2"],["-0.68664444000000003e2","0.70384994999999947e2"],["-0.68657226999999978e2","0.70375809000000004e2"],["-0.68651947000000007e2","0.70359420999999941e2"],["-0.68650557999999933e2","0.70349991000000045e2"],["-0.68651107999999965e2","0.70345824999999991e2"],["-0.68653884999999946e2","0.70341369999999984e2"],[-68.65695199999999,70.33859300000006],["-0.68664169000000015e2","0.70335541000000148e2"],["-0.68682495000000017e2","0.70329437000000098e2"],["-0.68735549999999876e2","0.70317764000000068e2"],["-0.68784164000000033e2","0.70310256999999979e2"],["-0.68906951999999933e2","0.70293869000000086e2"],["-0.68941375999999991e2",70.29304500000012],["-0.69071945000000028e2",70.28804000000008],["-0.69235001000000011e2","0.70270264000000111e2"],["-0.69283889999999985e2","0.70264709000000039e2"],["-0.69473891999999978e2","0.70238876000000062e2"],["-0.69639998999999875e2","0.70204712000000086e2"],["-0.69668059999999969e2","0.70198593000000017e2"],["-0.69823897999999986e2","0.70155823000000112e2"],["-0.69829453000000001e2",70.15415999999999],["-0.69836120999999991e2","0.70150543000000027e2"],["-0.69839721999999938e2","0.70144150000000081e2"],["-0.69840835999999911e2","0.70141937000000098e2"],["-0.69839721999999938e2","0.70134430000000009e2"],["-0.69843062999999972e2","0.70121917999999994e2"],["-0.69848891999999978e2","0.70116088999999988e2"],["-0.69856948999999929e2","0.70110809000000074e2"],["-0.69875823999999909e2","0.70101929000000041e2"],["-0.69917769999999962e2","0.70085541000000035e2"],["-0.69946655000000021e2","0.70076385000000073e2"],[-69.96833799999996,"0.70074706999999933e2"],["-0.69990279999999927e2","0.70074432000000115e2"],["-0.70037780999999995e2","0.70072220000000073e2"],["-0.70073059000000001e2","0.70069153000000142e2"],["-0.70086120999999991e2","0.70066666000000055e2"],["-0.70096953999999982e2","0.70063309000000118e2"],["-0.70141387999999949e2","0.70043319999999994e2"],["-0.70174438000000009e2","0.70034987999999998e2"],["-0.70182769999999891e2","0.70031096999999932e2"],["-0.70185546999999985e2","0.70028046000000131e2"],["-0.70182769999999891e2","0.70021378000000141e2"],["-0.70169997999999964e2","0.70014434999999992e2"],[-70.15449499999994,"0.70015160000000094e2"],["-0.70147506999999962e2","0.70015488000000062e2"],["-0.70139502999999934e2","0.70017159000000106e2"],["-0.70113327000000027e2",70.02388000000002],["-0.70103058000000033e2","0.70028595000000053e2"],["-0.70089995999999985e2","0.70036102000000028e2"],["-0.70088897999999915e2","0.70038315000000125e2"],["-0.70077498999999989e2","0.70049712999999997e2"],["-0.70066955999999948e2","0.70053589000000045e2"],["-0.70049987999999871e2","0.70057205000000067e2"],["-0.70028610000000015e2","0.70058868000000018e2"],["-0.70020279000000016e2","0.70058594000000085e2"],["-0.69901107999999965e2","0.70048325000000034e2"],["-0.69892226999999934e2","0.70045822000000101e2"],["-0.69884734999999921e2",70.042755],["-0.69853607000000011e2","0.70029709000000025e2"],[-69.83555599999994,"0.70020263999999997e2"],["-0.69827498999999989e2","0.70014434999999992e2"],["-0.69820846999999958e2","0.70008041000000105e2"],["-0.69813048999999921e2",69.99859600000002],["-0.69812209999999993e2","0.69991089000000102e2"],["-0.69815552000000025e2","0.69984711000000118e2"],["-0.69822509999999909e2","0.69981659000000036e2"],["-0.69837508999999955e2","0.69978317000000118e2"],["-0.69851395000000025e2","0.69978317000000118e2"],["-0.69897507000000019e2","0.69983047000000113e2"],[-69.93638599999997,69.98942599999998],["-0.69963332999999977e2","0.69991653000000042e2"],["-0.69981383999999991e2","0.69991653000000042e2"],[-70.00306699999993,"0.69989700000000084e2"],["-0.70057494999999903e2","0.69981093999999985e2"],["-0.70098891999999921e2","0.69973602000000085e2"],["-0.70164443999999889e2","0.69961655000000121e2"],["-0.70218886999999938e2","0.69941650000000095e2"],["-0.70223327999999981e2","0.69938034000000016e2"],["-0.70223891999999978e2","0.69929703000000131e2"],["-0.70218062999999972e2","0.69925262000000032e2"],["-0.70216110000000015e2",69.92053199999998],["-0.70220276000000013e2","0.69915543000000014e2"],["-0.70228607000000011e2","0.69911651999999947e2"],["-0.70291381999999999e2","0.69889435000000105e2"],["-0.70384170999999981e2","0.69860535000000027e2"],["-0.70401397999999972e2","0.69859146000000067e2"],["-0.70422225999999966e2","0.69860809000000131e2"],["-0.70432495000000017e2","0.69862487999999985e2"],["-0.70443877999999927e2","0.69860535000000027e2"],["-0.70450561999999991e2","0.69857208000000071e2"],["-0.70467223999999987e2","0.69844711000000132e2"],["-0.70468612999999948e2","0.69842758000000003e2"],["-0.70460280999999952e2","0.69841660000000104e2"],["-0.70436935000000005e2","0.69839431999999931e2"],["-0.70412215999999944e2","0.69837769000000037e2"],["-0.70396118000000001e2","0.69837203999999986e2"],["-0.70384170999999981e2","0.69837203999999986e2"],["-0.70372771999999884e2","0.69838318000000129e2"],["-0.70355834999999956e2","0.69841370000000097e2"],["-0.70343613000000005e2","0.69845260999999937e2"],["-0.70255279999999914e2","0.69879149999999981e2"],["-0.70192764000000011e2","0.69907761000000107e2"],["-0.70136948000000018e2","0.69933318999999983e2"],["-0.70126098999999954e2","0.69940536000000122e2"],["-0.70098617999999988e2","0.69953049000000021e2"],["-0.70076675000000023e2","0.69958037999999988e2"],["-0.70059433000000013e2","0.69959716999999955e2"],["-0.69978607000000011e2",69.964157],["-0.69941939999999988e2","0.69963043000000027e2"],["-0.69925003000000004e2","0.69961105000000089e2"],["-0.69896956999999986e2","0.69956100000000049e2"],["-0.69868057000000022e2","0.69953323000000125e2"],["-0.69837508999999955e2","0.69952773999999977e2"],["-0.69813109999999995e2","0.69955429000000095e2"],["-0.69777221999999995e2","0.69963608000000022e2"],["-0.69750838999999928e2","0.69972488000000055e2"],["-0.69745543999999938e2","0.69974701000000039e2"],["-0.69738051999999925e2","0.69981369000000029e2"],["-0.69735549999999932e2","0.69985535000000084e2"],["-0.69735275000000001e2","0.69990539999999953e2"],["-0.69739440999999999e2","0.70001389000000017e2"],["-0.69744155999999975e2","0.70008041000000105e2"],["-0.69760009999999966e2","0.70017487000000074e2"],["-0.69769454999999937e2","0.70021378000000141e2"],["-0.69781112999999948e2","0.70024993999999992e2"],["-0.69795546999999999e2","0.70031661999999983e2"],["-0.69804717999999866e2","0.70038879000000065e2"],["-0.69808884000000035e2","0.70049712999999997e2"],["-0.69806945999999982e2","0.70055251999999996e2"],["-0.69792770000000019e2","0.70080826000000002e2"],["-0.69790282999999931e2","0.70084991000000002e2"],["-0.69783889999999985e2","0.70089432000000102e2"],["-0.69740829000000019e2","0.70114151000000049e2"],["-0.69675826999999913e2","0.70139708999999982e2"],["-0.69653335999999911e2",70.14498900000001],["-0.69426101999999958e2","0.70176086000000112e2"],["-0.69404175000000009e2","0.70177765000000136e2"],[-69.21945199999999,"0.70188309000000004e2"],[-69.18249499999996,"0.70187195000000031e2"],["-0.69169997999999907e2",70.18609600000002],["-0.69154723999999987e2","0.70183318999999983e2"],["-0.69011123999999995e2","0.70178314000000114e2"],["-0.68936934999999949e2","0.70193039000000056e2"],["-0.68859160999999858e2","0.70203048999999965e2"],["-0.68839172000000019e2","0.70203598000000056e2"],["-0.68697220000000016e2","0.70203873000000101e2"],["-0.68682770000000005e2","0.70203598000000056e2"],["-0.68678329000000019e2","0.70202484000000084e2"],["-0.68676391999999964e2","0.70201660000000118e2"],["-0.68647507000000019e2","0.70158324999999991e2"],["-0.68642501999999979e2","0.70149429000000055e2"],["-0.68645003999999915e2","0.70145264000000054e2"],["-0.68741378999999995e2","0.70065262000000075e2"],["-0.68746658000000025e2","0.70062484999999981e2"],["-0.68783066000000019e2","0.70044433999999967e2"],["-0.68800551999999982e2","0.70037490999999989e2"],["-0.68813323999999966e2","0.70032760999999994e2"],["-0.68868056999999965e2","0.70016937000000041e2"],["-0.68900283999999942e2","0.70011658000000068e2"],["-0.68954453000000001e2",70.00471500000009],["-0.69088608000000022e2","0.69974991000000045e2"],[-69.15306099999998,"0.69953049000000021e2"],["-0.69313109999999938e2","0.69882294000000059e2"],["-0.69346114999999998e2","0.69855545000000006e2"],["-0.69370543999999938e2",69.83998100000008],["-0.69398055999999997e2","0.69828598000000056e2"],["-0.69426940999999943e2","0.69819716999999969e2"],["-0.69439712999999927e2","0.69816376000000105e2"],["-0.69460555999999997e2","0.69813309000000004e2"],["-0.69474716000000001e2","0.69813599000000011e2"],["-0.69516953000000001e2","0.69819992000000127e2"],["-0.69543335000000013e2","0.69826934999999935e2"],["-0.69565826000000015e2","0.69834152000000074e2"],["-0.69580841000000021e2","0.69836928999999998e2"],["-0.69683884000000035e2",69.83998100000008],["-0.69713897999999972e2",69.83998100000008],["-0.69744995000000017e2","0.69837769000000037e2"],["-0.69760009999999966e2","0.69834991000000002e2"],["-0.69770844000000011e2","0.69831940000000031e2"],["-0.69805832000000009e2","0.69819992000000127e2"],["-0.69827788999999996e2","0.69809418000000107e2"],["-0.69844161999999926e2","0.69800261999999975e2"],["-0.69855834999999956e2","0.69793593999999985e2"],[-69.87249799999995,"0.69781096999999988e2"],["-0.69998046999999985e2","0.69669983000000116e2"],[-70,69.66415400000011],["-0.70000838999999985e2","0.69656097000000102e2"],[-70.00140399999998,"0.69622757000000036e2"],["-0.69998885999999914e2","0.69616089000000102e2"],["-0.69990554999999915e2","0.69614990000000091e2"],["-0.69944442999999978e2","0.69649719000000005e2"],["-0.69816956000000005e2","0.69724426000000051e2"],["-0.69810821999999973e2",69.72886699999998],["-0.69808334000000002e2","0.69733046999999999e2"],["-0.69808334000000002e2",69.73803700000002],[-69.81471299999987,69.75471500000009],["-0.69815001999999993e2","0.69760269000000108e2"],["-0.69814163000000008e2","0.69763884999999959e2"],["-0.69805557000000022e2","0.69772491000000059e2"],["-0.69783066000000019e2","0.69785812000000021e2"],["-0.69764724999999999e2","0.69795531999999923e2"],["-0.69754455999999948e2","0.69799712999999997e2"],["-0.69741942999999992e2","0.69803589000000102e2"],["-0.69730835000000013e2","0.69806090999999981e2"],["-0.69713333000000034e2","0.69807479999999998e2"],["-0.69643065999999976e2","0.69810806000000014e2"],["-0.69602782999999988e2","0.69809708000000114e2"],["-0.69572783999999899e2",69.80442800000003],["-0.69561110999999983e2","0.69799988000000042e2"],["-0.69545273000000009e2","0.69794434000000024e2"],["-0.69489989999999921e2","0.69779709000000082e2"],[-69.45666499999993,"0.69775818000000015e2"],["-0.69446655000000021e2","0.69775543000000027e2"],["-0.69409163999999976e2","0.69776381999999955e2"],["-0.69395844000000011e2","0.69777771000000143e2"],["-0.69384734999999921e2","0.69780823000000055e2"],["-0.69378051999999968e2","0.69783875000000023e2"],["-0.69313889000000017e2","0.69816376000000105e2"],["-0.69291381999999999e2","0.69831099999999935e2"],["-0.69279448999999943e2",69.84248400000007],[-69.26916499999993,"0.69852768000000083e2"],["-0.69253066999999987e2","0.69862198000000149e2"],["-0.69200561999999877e2","0.69883606000000043e2"],["-0.69188048999999978e2","0.69887771999999984e2"],["-0.69101943999999946e2","0.69916091999999992e2"],["-0.69076674999999966e2","0.69923874000000126e2"],["-0.68945540999999992e2","0.69949997000000053e2"],["-0.68933884000000035e2","0.69951096000000064e2"],["-0.68870270000000005e2","0.69953049000000021e2"],["-0.68801940999999886e2","0.69952208999999982e2"],[-68.76666299999988,"0.69948868000000118e2"],["-0.68751953000000015e2","0.69946639999999945e2"],["-0.68622817999999938e2",69.98240699999991],["-0.68471664000000033e2","0.70046646000000067e2"],["-0.68338333000000034e2","0.70064148000000102e2"],["-0.68241378999999995e2","0.70095825000000048e2"],["-0.68221389999999985e2","0.70102768000000026e2"],["-0.68207229999999981e2","0.70109420999999998e2"],["-0.68196380999999974e2","0.70119431000000077e2"],["-0.68193603999999993e2","0.70123596000000077e2"],["-0.68203338999999971e2","0.70128860000000088e2"],["-0.68229445999999939e2","0.70135269000000108e2"],["-0.68268616000000009e2",70.13749700000011],["-0.68290832999999907e2","0.70137207000000046e2"],["-0.68308333999999945e2","0.70135269000000108e2"],["-0.68320557000000008e2","0.70135543999999982e2"],["-0.68333618000000001e2","0.70139160000000004e2"],["-0.68349166999999852e2","0.70168045000000063e2"],["-0.68348617999999988e2","0.70172760000000096e2"],["-0.68345275999999956e2","0.70188034000000016e2"],["-0.68318618999999956e2","0.70218596999999988e2"],[-68.31361400000003,"0.70222214000000122e2"],["-0.68160004000000015e2","0.70282761000000107e2"],["-0.68039443999999946e2","0.70301376000000005e2"],["-0.67808043999999938e2","0.70262496999999996e2"],["-0.67794723999999974e2","0.70258881000000088e2"],["-0.67774170000000026e2","0.70250549000000092e2"],["-0.67768065999999976e2","0.70243866000000139e2"],["-0.67760009999999909e2","0.70229706000000022e2"],["-0.67740554999999858e2","0.70218872000000147e2"],["-0.67697219999999959e2","0.70202209000000096e2"],["-0.67674437999999952e2","0.70193587999999977e2"],["-0.67648055999999997e2",70.18609600000002],["-0.67591674999999952e2","0.70165267999999969e2"],["-0.67575561999999934e2","0.70158324999999991e2"],["-0.67556945999999982e2","0.70149155000000121e2"],["-0.67528335999999967e2","0.70133881000000031e2"],["-0.67412215999999944e2","0.70068878000000097e2"],["-0.67404723999999987e2",70.06442300000009],["-0.67378052000000025e2","0.70048035000000027e2"],["-0.67242492999999968e2","0.69958327999999995e2"],["-0.67222778000000005e2","0.69943863000000079e2"],[-67.216949,"0.69937759000000028e2"],["-0.67152495999999985e2","0.69817764000000011e2"],["-0.67148620999999991e2","0.69810257000000092e2"],["-0.67127776999999867e2","0.69726929000000041e2"],["-0.67193603999999993e2","0.69721924000000001e2"],["-0.67371384000000035e2","0.69714432000000045e2"],["-0.67391113000000018e2","0.69713882000000012e2"],["-0.67406951999999876e2","0.69714705999999978e2"],["-0.67436110999999926e2","0.69719147000000078e2"],["-0.67499999999999943e2","0.69731833999999992e2"],["-0.67602492999999924e2","0.69750275000000101e2"],["-0.67761123999999995e2","0.69778595000000109e2"],[-67.77305599999994,"0.69779434000000094e2"],[-67.81082200000003,"0.69778869999999927e2"],[-67.99610899999999,"0.69774429000000055e2"],["-0.68013061999999991e2","0.69771927000000119e2"],["-0.68087783999999999e2","0.69756104000000107e2"],["-0.68208054000000004e2","0.69715546000000018e2"],["-0.68216659999999933e2",69.71026599999999],["-0.68222777999999948e2","0.69704711999999972e2"],["-0.68228606999999897e2","0.69691360000000145e2"],["-0.68230285999999978e2","0.69684418000000051e2"],[-68.24110399999995,"0.69674987999999985e2"],[-68.31138599999997,"0.69633331000000112e2"],["-0.68323623999999995e2","0.69628860000000032e2"],["-0.68329453000000001e2","0.69627762000000132e2"],["-0.68352782999999988e2","0.69626923000000147e2"],["-0.68496383999999978e2","0.69625809000000004e2"],["-0.68518065999999919e2","0.69626083000000108e2"],["-0.68620269999999891e2","0.69637206999999989e2"],[-68.64527899999996,"0.69641098000000056e2"],["-0.68839995999999985e2","0.69616089000000102e2"],["-0.68980834999999956e2",69.589157],["-0.69188599000000011e2",69.54193099999992],["-0.69201110999999912e2","0.69538040000000024e2"],["-0.69220001000000025e2","0.69535812000000078e2"],["-0.69325012000000015e2","0.69532486000000063e2"],["-0.69342772999999966e2","0.69532486000000063e2"],["-0.69364165999999955e2",69.53776600000009],["-0.69410277999999948e2","0.69546097000000032e2"],["-0.69426940999999943e2","0.69548035000000141e2"],["-0.69549438000000009e2","0.69560531999999967e2"],["-0.69630829000000006e2",69.56721500000009],["-0.69688889000000017e2","0.69569443000000092e2"],["-0.69737777999999992e2","0.69568329000000062e2"],[-69.75111400000003,69.56721500000009],["-0.69838608000000022e2","0.69558868000000132e2"],["-0.70030837999999903e2","0.69536102000000085e2"],["-0.70028610000000015e2","0.69530823000000112e2"],["-0.70025283999999999e2","0.69527481000000023e2"],["-0.70011123999999995e2","0.69521103000000039e2"],["-0.69995543999999995e2","0.69517211999999972e2"],["-0.69964721999999995e2","0.69513885000000016e2"],["-0.69899444999999957e2","0.69507217000000082e2"],["-0.69885833999999988e2","0.69507217000000082e2"],["-0.69866942999999878e2","0.69509430000000009e2"],["-0.69844161999999926e2","0.69517487000000017e2"],["-0.69824448000000018e2","0.69527205999999978e2"],["-0.69815826000000015e2","0.69530548000000124e2"],["-0.69803878999999995e2","0.69534988000000112e2"],["-0.69789443999999946e2","0.69538589000000002e2"],["-0.69732773000000009e2","0.69545258000000047e2"],["-0.69698607999999922e2","0.69548324999999977e2"],[-69.68499799999995,"0.69548874000000126e2"],["-0.69663329999999917e2","0.69548324999999977e2"],["-0.69613891999999908e2",69.54304500000012],["-0.69506957999999997e2","0.69529433999999924e2"],["-0.69449996999999883e2","0.69518875000000094e2"],["-0.69375823999999909e2","0.69509720000000016e2"],["-0.69343062999999972e2","0.69505828999999949e2"],["-0.69323333999999988e2","0.69505264000000125e2"],["-0.69299987999999928e2","0.69506103999999993e2"],["-0.69206664999999987e2","0.69514998999999989e2"],["-0.69151671999999905e2","0.69520264000000054e2"],["-0.69005844000000025e2","0.69535812000000078e2"],["-0.68995270000000005e2","0.69539703000000145e2"],["-0.68982223999999974e2","0.69547211000000004e2"],["-0.68971389999999985e2","0.69555817000000104e2"],["-0.68957229999999981e2","0.69560531999999967e2"],["-0.68926101999999901e2","0.69566665999999998e2"],[-68.76945499999988,"0.69587494000000049e2"],["-0.68752501999999879e2","0.69589431999999988e2"],[-68.6683349999999,"0.69590820000000065e2"],["-0.68611938000000009e2","0.69587494000000049e2"],["-0.68544723999999917e2","0.69579987000000131e2"],["-0.68528060999999923e2","0.69577208999999925e2"],["-0.68317229999999881e2","0.69530273000000079e2"],["-0.68293334999999956e2","0.69523604999999918e2"],["-0.68181945999999982e2",69.49832200000003],[-68.02555799999999,"0.69466095000000053e2"],["-0.67982223999999974e2","0.69457489000000123e2"],["-0.67946105999999929e2","0.69454712000000029e2"],["-0.67926392000000021e2","0.69454163000000108e2"],["-0.67893340999999964e2","0.69454437000000041e2"],["-0.67874161000000015e2","0.69456649999999968e2"],["-0.67861937999999952e2","0.69460266000000047e2"],["-0.67840835999999967e2","0.69469436999999971e2"],["-0.67819457999999941e2","0.69476929000000098e2"],["-0.67806945999999868e2","0.69480819999999994e2"],["-0.67792220999999984e2",69.48414600000001],["-0.67604996000000028e2","0.69478043000000071e2"],["-0.67562209999999993e2","0.69471924000000058e2"],["-0.67511672999999973e2","0.69466095000000053e2"],["-0.67475829999999974e2","0.69463042999999914e2"],["-0.67432770000000005e2","0.69463318000000129e2"],["-0.67305266999999958e2","0.69467209000000025e2"],["-0.67258347000000015e2","0.69467484000000013e2"],["-0.67210006999999962e2",69.46138000000002],["-0.67180832000000009e2","0.69454712000000029e2"],["-0.66921111999999994e2","0.69379150000000095e2"],["-0.66795546999999885e2","0.69341094999999996e2"],["-0.66785277999999948e2","0.69337204000000099e2"],["-0.66774444999999957e2","0.69331940000000088e2"],["-0.66767226999999934e2","0.69327484000000027e2"],["-0.66694992000000013e2","0.69281661999999983e2"],["-0.66682769999999948e2","0.69270264000000111e2"],["-0.66650283999999942e2","0.69236374000000012e2"],["-0.66645844000000011e2","0.69224991000000045e2"],["-0.66646666999999979e2","0.69203598000000113e2"],["-0.66658614999999941e2","0.69188309000000004e2"],["-0.66668335000000013e2","0.69178314000000114e2"],["-0.66689437999999939e2","0.69161926000000051e2"],["-0.66720001000000025e2","0.69144150000000081e2"],["-0.66730559999999969e2","0.69138885000000016e2"],[-66.75306699999993,"0.69129424999999969e2"],["-0.66758620999999948e2","0.69128036000000122e2"],["-0.66776107999999965e2","0.69128860000000088e2"],["-0.66837219000000005e2","0.69135818000000086e2"],[-66.84944200000001,"0.69138321000000076e2"],["-0.66912780999999995e2","0.69154984000000127e2"],["-0.66928328999999906e2","0.69164153999999996e2"],["-0.66953339000000028e2","0.69172211000000004e2"],["-0.66965285999999992e2","0.69174423000000047e2"],["-0.66996947999999975e2","0.69177764999999965e2"],["-0.67132767000000001e2","0.69182479999999998e2"],["-0.67371932999999956e2","0.69184417999999937e2"],["-0.67385558999999944e2","0.69183868000000132e2"],["-0.67414718999999991e2","0.69178314000000114e2"],["-0.67427215999999987e2","0.69174423000000047e2"],["-0.67458892999999932e2","0.69162491000000102e2"],["-0.67466109999999958e2","0.69160812000000078e2"],[-67.50556899999998,"0.69157486000000063e2"],["-0.67521117999999944e2",69.15776100000005],["-0.67648620999999991e2","0.69166931000000091e2"],["-0.67676391999999964e2","0.69169434000000081e2"],["-0.67864166000000012e2","0.69221924000000115e2"],[-68.18447900000001,"0.69308014000000014e2"],["-0.68209732000000031e2","0.69311370999999951e2"],["-0.68221663999999976e2","0.69312194999999917e2"],["-0.68232772999999952e2","0.69311370999999951e2"],["-0.68251953000000015e2","0.69309708000000057e2"],["-0.68285278000000005e2","0.69304428000000144e2"],[-68.31082200000003,"0.69298598999999967e2"],["-0.68327498999999989e2","0.69296097000000088e2"],["-0.68344161999999983e2","0.69294708000000071e2"],["-0.68355835000000013e2","0.69294144000000131e2"],["-0.68375548999999921e2","0.69294708000000071e2"],["-0.68464721999999938e2","0.69301651000000049e2"],["-0.68675277999999992e2","0.69322220000000016e2"],["-0.68740279999999984e2","0.69330551000000128e2"],["-0.68811935000000005e2","0.69341933999999924e2"],[-68.84445199999999,"0.69346100000000035e2"],["-0.68944716999999912e2","0.69354980000000069e2"],["-0.68962783999999999e2","0.69356369000000029e2"],["-0.68984436000000017e2","0.69356934000000081e2"],["-0.69015015000000005e2","0.69354980000000069e2"],["-0.69040282999999988e2","0.69349716000000058e2"],["-0.69176665999999955e2","0.69310806000000127e2"],["-0.69203063999999927e2","0.69303040000000067e2"],["-0.69241378999999881e2","0.69284149000000014e2"],["-0.69253890999999953e2",69.27526899999998],[-69.25778200000002,"0.69270264000000111e2"],[-69.25167799999997,"0.69263610999999969e2"],["-0.69246947999999975e2","0.69261107999999979e2"],["-0.69235001000000011e2","0.69259720000000073e2"],["-0.69221938999999963e2","0.69261658000000011e2"],["-0.69213057999999933e2","0.69264709000000039e2"],["-0.69203339000000028e2","0.69269989000000123e2"],["-0.69197768999999994e2","0.69275542999999914e2"],["-0.69176392000000021e2","0.69287490999999989e2"],["-0.69156386999999938e2","0.69297484999999995e2"],["-0.69146118000000001e2","0.69300537000000077e2"],["-0.69133330999999998e2",69.303314],["-0.69013335999999981e2","0.69327484000000027e2"],["-0.68956664999999873e2","0.69331940000000088e2"],["-0.68941100999999946e2","0.69332489000000066e2"],["-0.68921386999999868e2","0.69331940000000088e2"],["-0.68658339999999896e2","0.69300262000000089e2"],["-0.68537216000000001e2","0.69285262999999986e2"],["-0.68504729999999995e2","0.69280272999999966e2"],["-0.68330565999999919e2",69.27526899999998],["-0.68251953000000015e2",69.27748100000008],["-0.68230835000000013e2","0.69277771000000087e2"],["-0.68198607999999979e2","0.69274703999999986e2"],["-0.68172225999999966e2","0.69269714000000079e2"],["-0.68159438999999963e2","0.69266098000000056e2"],[-68.14834599999989,"0.69261658000000011e2"],["-0.68139724999999885e2","0.69257766999999944e2"],["-0.68088608000000022e2","0.69228867000000093e2"],["-0.68083618000000001e2","0.69225540000000137e2"],["-0.68077498999999875e2",69.21748400000007],["-0.68081679999999949e2","0.69211928999999998e2"],["-0.68091384999999946e2","0.69205551000000071e2"],["-0.68103881999999999e2","0.69202209000000096e2"],["-0.68129715000000033e2","0.69197754000000089e2"],["-0.68163054999999929e2","0.69199997000000053e2"],["-0.68263061999999991e2","0.69211380000000077e2"],["-0.68410827999999924e2","0.69221374999999966e2"],["-0.68549987999999985e2","0.69226928999999984e2"],["-0.68643616000000009e2","0.69229431000000034e2"],["-0.68664444000000003e2","0.69228043000000127e2"],["-0.68689986999999917e2","0.69223602000000028e2"],["-0.68839721999999938e2","0.69214706000000092e2"],["-0.68923049999999989e2","0.69220825000000104e2"],["-0.68967772999999966e2","0.69221099999999979e2"],["-0.68948333999999875e2","0.69214156999999943e2"],[-68.93971299999987,"0.69211928999999998e2"],["-0.68913054999999986e2",69.20748900000001],["-0.68862777999999992e2","0.69201934999999992e2"],[-68.80749499999996,"0.69198868000000061e2"],["-0.68788054999999986e2","0.69198318000000029e2"],["-0.68767226999999991e2","0.69199707000000046e2"],["-0.68737777999999992e2","0.69203598000000113e2"],["-0.68704726999999991e2","0.69209152000000074e2"],[-68.65695199999999,"0.69210541000000092e2"],["-0.68618057000000022e2","0.69209152000000074e2"],["-0.68515015000000005e2",69.20248400000014],["-0.68502501999999993e2","0.69198593000000074e2"],["-0.68505279999999914e2","0.69195815999999979e2"],["-0.68513901000000033e2","0.69191925000000083e2"],["-0.68690551999999968e2",69.141098],["-0.68707229999999925e2","0.69138321000000076e2"],["-0.68872771999999998e2","0.69120529000000033e2"],["-0.68998046999999985e2","0.69103591999999992e2"],["-0.68961670000000026e2","0.69103867000000037e2"],["-0.68929717999999923e2","0.69100266000000147e2"],["-0.68926940999999943e2","0.69098328000000038e2"],["-0.68926666000000012e2","0.69079987000000017e2"],["-0.68957779000000016e2","0.69005264000000011e2"],["-0.68958892999999989e2","0.69003052000000139e2"],["-0.68969161999999926e2","0.68993591000000038e2"],["-0.68994155999999919e2","0.68982483000000002e2"],["-0.69006118999999956e2","0.68978317000000118e2"],["-0.69018889999999885e2","0.68975815000000068e2"],["-0.69028885000000002e2","0.68971375000000023e2"],["-0.69025833000000034e2","0.68968597000000045e2"],["-0.69017501999999979e2","0.68966385000000002e2"],["-0.69005568999999923e2","0.68964705999999978e2"],["-0.68998046999999985e2","0.68964995999999985e2"],["-0.68973052999999993e2","0.68970824999999991e2"],["-0.68962783999999999e2","0.68974701000000039e2"],["-0.68946380999999917e2","0.68982483000000002e2"],["-0.68930557000000022e2","0.68992752000000053e2"],["-0.68920272999999952e2",69.00277699999998],[-68.89416499999993,"0.69044982999999945e2"],[-68.89416499999993,"0.69050537000000134e2"],["-0.68892226999999991e2","0.69062194999999974e2"],["-0.68889724999999999e2","0.69066376000000048e2"],["-0.68881942999999865e2",69.07777400000009],["-0.68879165999999941e2","0.69081374999999923e2"],["-0.68872497999999894e2","0.69084991000000002e2"],["-0.68858336999999892e2","0.69088318000000129e2"],["-0.68753615999999965e2","0.69109711000000061e2"],["-0.68471114999999998e2","0.69166381999999999e2"],["-0.68412780999999939e2","0.69176926000000037e2"],["-0.68381377999999927e2","0.69175262000000032e2"],["-0.68351394999999968e2","0.69171646000000123e2"],["-0.68178329000000019e2",69.14665199999996],["-0.68089447000000007e2","0.69126082999999994e2"],["-0.67725280999999939e2","0.69032211000000132e2"],["-0.67715012000000002e2","0.69029160000000104e2"],["-0.67708054000000004e2","0.69024704000000042e2"],["-0.67705840999999964e2",69.01638800000012],["-0.67721114999999941e2","0.69009720000000129e2"],["-0.67974715999999944e2",68.9727630000001],["-0.68029448999999943e2","0.68971375000000023e2"],["-0.68058884000000035e2","0.68973602000000085e2"],["-0.68211120999999935e2","0.68991928000000087e2"],["-0.68241378999999995e2","0.68996933000000126e2"],["-0.68268065999999976e2",69.00277699999998],["-0.68314162999999951e2","0.69010544000000095e2"],["-0.68335007000000019e2","0.69009155000000078e2"],["-0.68535552999999879e2","0.68984146000000123e2"],["-0.68548614999999984e2","0.68982208000000014e2"],["-0.68552779999999984e2","0.68977203000000145e2"],["-0.68554717999999923e2","0.68971100000000035e2"],["-0.68556106999999997e2",68.964157],["-0.68545272999999952e2","0.68959717000000012e2"],["-0.68440552000000025e2",68.9727630000001],["-0.68337509000000011e2","0.68985809000000074e2"],["-0.68320281999999963e2","0.68986374000000069e2"],["-0.68303054999999972e2","0.68985809000000074e2"],["-0.68290557999999976e2","0.68982208000000014e2"],["-0.68285278000000005e2","0.68977478000000133e2"],[-68.28443900000002,"0.68974701000000039e2"],["-0.68264175000000023e2","0.68964705999999978e2"],["-0.68196945000000028e2",68.94999700000011],["-0.68186661000000015e2","0.68947754000000145e2"],["-0.68169448999999986e2","0.68946930000000009e2"],["-0.68152221999999938e2","0.68946930000000009e2"],["-0.68116104000000007e2",68.94747899999993],["-0.68081679999999949e2",68.94747899999993],["-0.68064163000000008e2","0.68946091000000024e2"],["-0.68048339999999996e2","0.68943863000000079e2"],["-0.68039992999999981e2","0.68941360000000088e2"],["-0.67974715999999944e2","0.68865265000000079e2"],["-0.67972778000000005e2","0.68859146000000067e2"],["-0.67977492999999981e2","0.68855545000000006e2"],["-0.67986938000000009e2","0.68854431000000034e2"],["-0.68006118999999899e2","0.68854979999999955e2"],["-0.68082229999999981e2","0.68862487999999985e2"],["-0.68129165999999998e2","0.68867751999999996e2"],[-68.18360899999999,"0.68878586000000041e2"],["-0.68242217999999866e2","0.68889984000000027e2"],["-0.68256119000000012e2","0.68892212000000029e2"],["-0.68289444000000003e2","0.68894989000000123e2"],[-68.37388599999997,"0.68897217000000069e2"],["-0.68475280999999995e2","0.68899429000000112e2"],["-0.68489990000000034e2","0.68897491000000002e2"],["-0.68491668999999945e2","0.68896652000000017e2"],["-0.68488892000000021e2","0.68893326000000002e2"],[-68.48582499999992,68.89027400000009],["-0.68477218999999934e2","0.68886932000000115e2"],["-0.68463333000000034e2","0.68885544000000039e2"],[-68.43249499999996,"0.68883331000000055e2"],["-0.68373046999999929e2",68.88220200000012],["-0.68353606999999954e2",68.88108799999992],["-0.68293059999999969e2","0.68874984999999981e2"],["-0.68266662999999994e2","0.68869980000000112e2"],["-0.68179717999999923e2","0.68851928999999984e2"],["-0.68133895999999936e2","0.68837203999999986e2"],["-0.68008347000000015e2","0.68816666000000112e2"],["-0.67972778000000005e2","0.68811920000000043e2"],["-0.67955565999999976e2","0.68810257000000092e2"],["-0.67916945999999939e2","0.68808318999999983e2"],["-0.67886672999999917e2","0.68808868000000075e2"],["-0.67861389000000031e2","0.68805542000000059e2"],["-0.67778335999999911e2","0.68786102000000085e2"],["-0.67771941999999967e2",68.78276100000005],["-0.67771392999999932e2","0.68781372000000033e2"],["-0.67774718999999948e2",68.77915999999999],["-0.67803329000000019e2","0.68774155000000121e2"],["-0.67820006999999976e2","0.68772766000000104e2"],["-0.67857772999999952e2","0.68771378000000027e2"],["-0.67872771999999998e2","0.68771652000000131e2"],["-0.67915008999999998e2","0.68774155000000121e2"],["-0.67944442999999922e2","0.68778046000000018e2"],["-0.68076110999999969e2",68.80192599999998],["-0.68170836999999892e2","0.68814697000000081e2"],["-0.68352218999999934e2","0.68832488999999953e2"],["-0.68426392000000021e2","0.68839157000000114e2"],["-0.68546660999999972e2",68.84664900000007],["-0.68565551999999968e2","0.68847214000000122e2"],[-68.58805799999999,"0.68846374999999966e2"],["-0.68606109999999887e2","0.68842758000000003e2"],["-0.68610549999999989e2","0.68839157000000114e2"],["-0.68611663999999962e2","0.68835815000000025e2"],["-0.68604445999999939e2",68.83137499999998],["-0.68593886999999995e2","0.68827484000000084e2"],["-0.68557769999999948e2","0.68821380999999974e2"],[-68.52694699999995,"0.68795258000000047e2"],["-0.68602492999999924e2","0.68794983000000002e2"],["-0.68678878999999938e2","0.68796646000000123e2"],["-0.68795273000000009e2","0.68799423000000047e2"],["-0.68807220000000029e2","0.68800261999999975e2"],["-0.68900283999999942e2",68.80720500000001],["-0.68967498999999918e2","0.68814697000000081e2"],["-0.68995270000000005e2","0.68819153000000028e2"],[-69.00389100000001,"0.68822220000000129e2"],["-0.69015015000000005e2","0.68827209000000096e2"],["-0.69105835000000013e2","0.68848602000000028e2"],[-69.25111400000003,"0.68872481999999991e2"],[-69.28083799999996,"0.68875809000000118e2"],["-0.69323058999999944e2","0.68876648000000102e2"],["-0.69361938000000009e2","0.68874146000000053e2"],["-0.69378051999999968e2","0.68871368000000018e2"],["-0.69389998999999989e2","0.68867476999999951e2"],["-0.69398055999999997e2","0.68862198000000149e2"],["-0.69394454999999994e2",68.85775799999999],["-0.69379990000000021e2","0.68854979999999955e2"],[-69.36082499999992,"0.68854431000000034e2"],["-0.69331679999999949e2","0.68856934000000024e2"],["-0.69279448999999943e2",68.855255],["-0.69245543999999882e2","0.68851379000000122e2"],["-0.69185546999999985e2","0.68842209000000082e2"],["-0.69171111999999994e2","0.68838882000000126e2"],["-0.69162215999999944e2","0.68835815000000025e2"],["-0.69152221999999938e2","0.68828048999999965e2"],["-0.69153884999999946e2","0.68827209000000096e2"],["-0.69163054999999986e2","0.68826096000000007e2"],["-0.69229996000000028e2","0.68827209000000096e2"],["-0.69294158999999922e2","0.68831940000000031e2"],["-0.69315001999999993e2","0.68831664999999987e2"],["-0.69357773000000009e2","0.68829163000000108e2"],["-0.69368606999999997e2","0.68827209000000096e2"],["-0.69375548999999978e2","0.68824997000000053e2"],["-0.69382767000000001e2","0.68819153000000028e2"],["-0.69383895999999993e2","0.68816376000000105e2"],["-0.69381377999999984e2","0.68814986999999917e2"],[-69.37110899999999,"0.68812759000000142e2"],["-0.69193603999999993e2","0.68804153000000042e2"],["-0.68971114999999998e2","0.68791931000000091e2"],["-0.68959166999999923e2","0.68789703000000145e2"],["-0.68944992000000013e2","0.68786926000000051e2"],["-0.68942490000000021e2","0.68784988000000112e2"],["-0.68196380999999974e2","0.68706940000000145e2"],["-0.68049437999999952e2","0.68681655999999975e2"],["-0.68044998000000021e2","0.68678314000000057e2"],["-0.68046111999999937e2","0.68676376000000062e2"],["-0.68087508999999955e2","0.68629425000000083e2"],["-0.68094451999999933e2","0.68627762000000132e2"],[-68.34445199999999,"0.68628586000000098e2"],[-68.56220999999988,"0.68651931999999988e2"],["-0.68621933000000013e2","0.68655823000000055e2"],["-0.68657776000000013e2","0.68656372000000147e2"],["-0.68680283000000031e2",68.65554800000001],["-0.68747771999999941e2","0.68649155000000064e2"],["-0.68777785999999935e2","0.68643051000000014e2"],[-68.89416499999993,"0.68607208000000014e2"],["-0.68902495999999985e2","0.68603592000000106e2"],["-0.68900283999999942e2","0.68603043000000014e2"],["-0.68835830999999985e2",68.589157],["-0.68804169000000002e2","0.68589980999999966e2"],["-0.68757674999999949e2","0.68600646999999981e2"],["-0.68749343999999951e2","0.68602654000000143e2"],["-0.68735001000000011e2","0.68607314999999971e2"],["-0.68711165999999992e2","0.68621147000000121e2"],["-0.68679992999999911e2","0.68630814000000044e2"],["-0.68647507000000019e2","0.68635544000000095e2"],[-68.62860099999989,"0.68635544000000095e2"],["-0.68594161999999926e2","0.68633605999999986e2"],["-0.68563048999999921e2","0.68629425000000083e2"],["-0.68533324999999991e2","0.68624985000000038e2"],["-0.68481383999999935e2","0.68614990000000148e2"],["-0.68475280999999995e2",68.61303700000002],["-0.68470276000000013e2","0.68609146000000123e2"],[-68.46945199999999,"0.68606369000000029e2"],["-0.68483321999999987e2","0.68596939000000134e2"],[-68.50389100000001,"0.68589980999999966e2"],["-0.68519454999999994e2","0.68585815000000082e2"],["-0.68533889999999928e2","0.68583878000000027e2"],["-0.68605834999999956e2","0.68578872999999987e2"],["-0.68648345999999947e2","0.68577773999999977e2"],["-0.68660004000000015e2","0.68578872999999987e2"],["-0.68682883999999945e2","0.68575211000000024e2"],[-68.69506100000001,"0.68574379000000135e2"],["-0.68707053999999971e2",68.57337200000012],["-0.68712387000000035e2","0.68572044000000005e2"],["-0.68716064000000017e2","0.68569382000000019e2"],["-0.68716727999999932e2","0.68568047000000035e2"],["-0.68707053999999971e2",68.5660400000001],["-0.68696724000000017e2","0.68565207999999984e2"],["-0.68656113000000005e2","0.68559708000000001e2"],["-0.68460007000000019e2","0.68562195000000088e2"],["-0.68447220000000016e2","0.68563599000000067e2"],["-0.68435271999999941e2","0.68567490000000134e2"],["-0.68427215999999987e2","0.68571930000000009e2"],["-0.68422774999999945e2","0.68576096000000064e2"],["-0.68420272999999895e2","0.68579711999999915e2"],["-0.68419997999999964e2","0.68585266000000104e2"],["-0.68416397000000018e2","0.68591369999999984e2"],["-0.68396117999999944e2","0.68593048000000067e2"],["-0.68337783999999999e2","0.68593323000000112e2"],["-0.68244445999999982e2","0.68588043000000027e2"],["-0.68215560999999866e2","0.68585541000000148e2"],["-0.68136672999999973e2","0.68572220000000016e2"],[-68.06534599999992,"0.68545822000000044e2"],["-0.67920273000000009e2","0.68534424000000001e2"],["-0.67866942999999992e2","0.68509720000000073e2"],["-0.67809158000000025e2","0.68531097000000102e2"],["-0.67673049999999932e2","0.68561096000000077e2"],["-0.67664169000000015e2","0.68562759000000028e2"],["-0.67643615999999952e2","0.68562759000000028e2"],["-0.67539443999999946e2","0.68550812000000064e2"],[-67.52555799999999,"0.68548598999999911e2"],["-0.67500838999999928e2","0.68538315000000068e2"],["-0.67492217999999923e2","0.68527206000000035e2"],["-0.67493056999999965e2","0.68523604999999975e2"],["-0.67502228000000002e2","0.68514999000000046e2"],["-0.67510559000000001e2","0.68511382999999967e2"],[-67.51916499999993,"0.68509155000000021e2"],["-0.67543059999999912e2","0.68506103999999993e2"],["-0.67607773000000009e2","0.68503876000000048e2"],["-0.67621658000000025e2",68.5],["-0.67628052000000025e2","0.68496368000000018e2"],["-0.67634734999999921e2",68.486649],["-0.67621383999999978e2","0.68384429999999952e2"],["-0.67618606999999997e2","0.68381088000000034e2"],["-0.67612502999999947e2","0.68379424999999912e2"],["-0.67603332999999907e2","0.68378860000000088e2"],[-67.59445199999999,"0.68381363000000079e2"],["-0.67551102000000014e2","0.68414428999999984e2"],["-0.67548339999999996e2","0.68440262000000132e2"],["-0.67549437999999896e2","0.68443863000000022e2"],["-0.67555832000000009e2","0.68455261000000007e2"],["-0.67511123999999938e2","0.68483322000000101e2"],["-0.67426102000000014e2","0.68494430999999963e2"],["-0.67335555999999997e2",68.49693300000007],[-67.31639100000001,"0.68496094000000085e2"],["-0.67232497999999964e2","0.68480545000000006e2"],["-0.67224166999999966e2",68.47665400000011],["-0.67217498999999918e2","0.68471924000000058e2"],["-0.67213622999999927e2","0.68440811000000053e2"],["-0.67223052999999993e2","0.68426086000000112e2"],["-0.67307770000000005e2","0.68423309000000017e2"],["-0.67325835999999981e2","0.68421371000000079e2"],["-0.67332779000000016e2","0.68418869000000029e2"],["-0.67335830999999985e2","0.68416092000000106e2"],["-0.67338608000000022e2","0.68411926000000051e2"],[-67.33805799999999,"0.68409988000000055e2"],["-0.67324448000000018e2",68.40776100000005],[-67.15695199999999,"0.68406372000000033e2"],["-0.67111938000000009e2","0.68411926000000051e2"],["-0.67104996000000028e2","0.68414153999999996e2"],["-0.67100554999999929e2","0.68418320000000051e2"],[-67.09722899999997,68.45138500000013],["-0.67100280999999995e2","0.68457214000000135e2"],["-0.67106658999999866e2","0.68460541000000092e2"],["-0.67116652999999985e2","0.68463607999999965e2"],["-0.67127212999999983e2",68.46804800000001],["-0.67129990000000021e2","0.68472763000000043e2"],["-0.67126937999999996e2","0.68475540000000137e2"],["-0.67112777999999992e2","0.68478867000000093e2"],["-0.66908050999999944e2","0.68453873000000101e2"],["-0.66821395999999993e2","0.68465271000000087e2"],["-0.66803054999999972e2","0.68467209000000025e2"],["-0.66787506000000008e2","0.68464996000000099e2"],["-0.66706954999999994e2",68.44470200000012],["-0.66697768999999937e2","0.68428039999999953e2"],["-0.66724166999999909e2","0.68429153000000042e2"],["-0.66782775999999956e2","0.68426086000000112e2"],["-0.66904998999999918e2","0.68416382000000112e2"],["-0.66920546999999942e2","0.68411102000000085e2"],["-0.66921660999999915e2","0.68408324999999991e2"],["-0.66914168999999902e2","0.68398880000000077e2"],["-0.66913054999999986e2",68.39498900000001],["-0.66914444000000003e2","0.68391937000000098e2"],[-66.93638599999997,"0.68374420000000043e2"],["-0.66946654999999907e2","0.68369980000000055e2"],["-0.66955001999999979e2","0.68367477000000065e2"],["-0.67005843999999968e2","0.68354430999999977e2"],["-0.67011123999999938e2","0.68353591999999992e2"],[-67.02416999999997,68.35386699999998],["-0.67048889000000031e2","0.68355820000000108e2"],["-0.67075561999999934e2","0.68360535000000141e2"],["-0.67111388999999974e2","0.68370255000000043e2"],["-0.67130279999999914e2","0.68379700000000128e2"],["-0.67142226999999991e2","0.68382750999999985e2"],["-0.67230559999999969e2",68.39498900000001],["-0.67245543999999995e2","0.68395827999999995e2"],["-0.67286391999999978e2","0.68395827999999995e2"],["-0.67379715000000033e2","0.68390823000000125e2"],["-0.67411117999999931e2","0.68382750999999985e2"],["-0.67415557999999976e2","0.68378036000000122e2"],["-0.67418883999999991e2","0.68376373000000001e2"],["-0.67455565999999919e2",68.36775200000011],["-0.67494719999999973e2","0.68360809000000074e2"],["-0.67595276000000013e2","0.68347762999999986e2"],["-0.67631667999999991e2","0.68345261000000107e2"],["-0.67646117999999944e2","0.68344711000000075e2"],["-0.67743880999999988e2","0.68343322999999941e2"],["-0.67781386999999938e2","0.68337204000000099e2"],["-0.67810546999999985e2",68.328598],["-0.67832229999999925e2","0.68320267000000115e2"],["-0.67849730999999963e2","0.68309981999999991e2"],["-0.67865829000000019e2",68.29971299999994],[-67.87110899999999,68.292755],["-0.67878326000000015e2",68.26527400000009],["-0.67869720000000029e2","0.68259995000000117e2"],["-0.67860001000000011e2","0.68258331000000112e2"],[-67.845551,"0.68258880999999974e2"],["-0.67833327999999938e2","0.68261383000000023e2"],["-0.67826675000000023e2","0.68264434999999935e2"],["-0.67820281999999906e2","0.68268599999999935e2"],["-0.67818068999999923e2","0.68274155000000064e2"],["-0.67821120999999948e2","0.68284987999999998e2"],["-0.67820557000000008e2","0.68289703000000031e2"],["-0.67815551999999968e2","0.68292206000000022e2"],["-0.67752501999999993e2","0.68318878000000097e2"],["-0.67745269999999891e2","0.68320541000000048e2"],["-0.67597778000000005e2","0.68323044000000039e2"],["-0.67583069000000023e2","0.68308029000000033e2"],["-0.67572234999999978e2","0.68273314999999968e2"],["-0.67576675000000023e2","0.68268599999999935e2"],["-0.67583327999999995e2","0.68265548999999965e2"],["-0.67591674999999952e2","0.68263046000000145e2"],["-0.67616394000000014e2","0.68258331000000112e2"],["-0.67646666999999979e2",68.25360100000006],["-0.67662780999999995e2","0.68252487000000087e2"],["-0.67689437999999996e2",68.24803200000008],["-0.67695267000000001e2","0.68242477000000008e2"],["-0.67694992000000013e2","0.68241089000000102e2"],["-0.67690826000000015e2","0.68239700000000084e2"],["-0.67679717999999923e2","0.68238876000000118e2"],["-0.67666945999999996e2","0.68239975000000129e2"],["-0.67579726999999934e2","0.68251389000000017e2"],["-0.67570846999999901e2","0.68253052000000139e2"],["-0.67551666000000012e2","0.68258331000000112e2"],["-0.67546950999999979e2","0.68260544000000095e2"],["-0.67539169000000015e2","0.68265823000000069e2"],["-0.67533066000000019e2","0.68271378000000141e2"],["-0.67531112999999948e2","0.68278320000000065e2"],["-0.67535004000000015e2","0.68285538000000031e2"],["-0.67541381999999999e2","0.68288879000000065e2"],["-0.67546111999999937e2","0.68294144000000131e2"],["-0.67544997999999964e2","0.68296371000000022e2"],["-0.67540282999999931e2",68.29971299999994],["-0.67523894999999982e2","0.68308594000000085e2"],["-0.67494155999999975e2","0.68321930000000009e2"],["-0.67401947000000007e2","0.68352478000000019e2"],["-0.67394729999999981e2","0.68354156000000103e2"],["-0.67385558999999944e2","0.68354430999999977e2"],["-0.67243880999999988e2","0.68358322000000044e2"],["-0.67232497999999964e2","0.68357483000000059e2"],["-0.67182495000000017e2","0.68349426000000108e2"],["-0.67130279999999914e2","0.68340820000000008e2"],["-0.67078063999999927e2","0.68331100000000106e2"],["-0.67016113000000018e2","0.68318603999999993e2"],["-0.67011672999999917e2","0.68316086000000041e2"],["-0.67018340999999964e2","0.68311645999999996e2"],["-0.67032500999999968e2","0.68309143000000006e2"],["-0.67152221999999995e2","0.68299987999999985e2"],["-0.67235000999999954e2","0.68291655999999989e2"],["-0.67303878999999938e2","0.68258880999999974e2"],["-0.67319732999999985e2","0.68249709999999993e2"],["-0.67327788999999939e2","0.68243590999999981e2"],["-0.67333617999999944e2","0.68237761999999975e2"],["-0.67337509000000011e2","0.68232483000000002e2"],["-0.67338897999999915e2","0.68227767999999969e2"],[-67.33944699999995,"0.68221649000000127e2"],[-67.33944699999995,"0.68205551000000071e2"],["-0.67335007000000019e2","0.68200821000000019e2"],["-0.67327498999999932e2",68.18664600000011],["-0.67327788999999939e2","0.68181091000000038e2"],["-0.67338608000000022e2","0.68171097000000032e2"],[-67.34584000000001,"0.68166091999999992e2"],[-67.37110899999999,"0.68153869999999984e2"],["-0.67387787000000003e2","0.68146378000000084e2"],["-0.67398620999999878e2","0.68143875000000094e2"],["-0.67412505999999951e2","0.68143051000000128e2"],["-0.67430283000000031e2","0.68144714000000079e2"],["-0.67456954999999994e2","0.68149429000000112e2"],["-0.67477782999999988e2","0.68154984000000013e2"],["-0.67513901000000033e2","0.68162491000000102e2"],["-0.67528885000000002e2","0.68165268000000026e2"],["-0.67567779999999971e2","0.68169144000000074e2"],["-0.67581116000000009e2","0.68168869000000086e2"],["-0.67598891999999978e2","0.68164992999999981e2"],["-0.67598342999999943e2","0.68162766000000147e2"],["-0.67575561999999934e2","0.68154984000000013e2"],["-0.67544723999999917e2",68.14776599999999],["-0.67480285999999978e2","0.68134720000000016e2"],[-67.466949,"0.68132202000000063e2"],["-0.67438048999999978e2","0.68128036000000009e2"],["-0.67408050999999944e2","0.68124984999999981e2"],["-0.67396956999999929e2","0.68124694999999974e2"],["-0.67374161000000015e2","0.68127472000000012e2"],["-0.67353881999999999e2","0.68135268999999994e2"],["-0.67307770000000005e2","0.68155548000000124e2"],["-0.67304168999999945e2","0.68158600000000035e2"],["-0.67273894999999925e2",68.19081100000011],["-0.67272781000000009e2","0.68195525999999973e2"],["-0.67274718999999891e2","0.68200546000000031e2"],["-0.67279175000000009e2","0.68205261000000064e2"],["-0.67283614999999998e2","0.68211929000000055e2"],["-0.67288894999999968e2","0.68226379000000122e2"],["-0.67289444000000003e2","0.68230820000000051e2"],["-0.67289444000000003e2","0.68236374000000069e2"],["-0.67274718999999891e2","0.68244141000000013e2"],["-0.67178878999999995e2","0.68269989000000123e2"],["-0.67139724999999999e2",68.27998400000007],["-0.67057769999999891e2","0.68291092000000049e2"],["-0.67011397999999986e2","0.68294983000000116e2"],["-0.66998336999999935e2","0.68292480000000126e2"],[-66.99110399999995,"0.68288879000000065e2"],["-0.66986114999999984e2","0.68285538000000031e2"],["-0.66984160999999972e2",68.28054800000001],["-0.66973617999999988e2",68.27388000000002],["-0.66964721999999995e2","0.68270263999999997e2"],["-0.66930572999999924e2","0.68262482000000034e2"],["-0.66865828999999962e2",68.25],["-0.66835830999999928e2","0.68246368000000075e2"],["-0.66791672000000005e2","0.68244705000000124e2"],["-0.66777495999999985e2","0.68243317000000047e2"],["-0.66769729999999925e2","0.68241089000000102e2"],["-0.66765839000000028e2","0.68238586000000112e2"],["-0.66780288999999982e2","0.68207764000000054e2"],["-0.66852218999999991e2","0.68115265000000079e2"],["-0.66888900999999976e2","0.68092758000000003e2"],["-0.66896666999999866e2","0.68089432000000102e2"],["-0.66913894999999968e2","0.68084152000000074e2"],["-0.66945830999999941e2","0.68076096000000007e2"],["-0.66954452999999944e2","0.68071930000000066e2"],["-0.66965560999999923e2","0.68063873000000115e2"],["-0.66971114999999998e2","0.68053314000000057e2"],["-0.66972777999999948e2","0.68048599000000024e2"],["-0.66973327999999981e2","0.68039428999999984e2"],["-0.66969727000000034e2","0.68034149000000127e2"],["-0.66961120999999991e2","0.68024994000000049e2"],["-0.66953612999999962e2","0.68017212000000086e2"],["-0.66946654999999907e2","0.68013611000000026e2"],["-0.66928054999999972e2",68.042755],["-0.66921660999999915e2","0.68049149000000057e2"],["-0.66836120999999935e2","0.68095535000000041e2"],["-0.66748046999999985e2","0.68131653000000142e2"],["-0.66709166999999923e2",68.141098],["-0.66694442999999978e2","0.68143051000000128e2"],["-0.66682769999999948e2","0.68141373000000044e2"],["-0.66678878999999995e2","0.68138885000000016e2"],["-0.66670837000000006e2","0.68128860000000145e2"],["-0.66670272999999952e2","0.68114151000000106e2"],["-0.66678054999999915e2","0.68043320000000051e2"],["-0.66680557000000022e2","0.68036925999999994e2"],["-0.66693053999999904e2","0.68022217000000126e2"],["-0.66706389999999942e2","0.68011658000000125e2"],["-0.66720839999999953e2","0.68001663000000008e2"],["-0.66735000999999954e2","0.67982208000000014e2"],["-0.66732773000000009e2","0.67981934000000081e2"],["-0.66714721999999938e2","0.67983597000000032e2"],["-0.66697219999999902e2","0.67987488000000099e2"],["-0.66647232000000031e2","0.68015548999999965e2"],["-0.66634734999999864e2","0.68064147999999932e2"],["-0.66631942999999978e2","0.68075821000000133e2"],["-0.66625548999999978e2","0.68103317000000004e2"],["-0.66620270000000005e2","0.68125809000000118e2"],["-0.66615554999999972e2","0.68132477000000108e2"],["-0.66610549999999932e2","0.68136932000000115e2"],["-0.66594726999999921e2","0.68143051000000128e2"],[-66.56138599999997,"0.68147490999999945e2"],["-0.66541945999999882e2","0.68148330999999985e2"],["-0.66513625999999931e2","0.68148330999999985e2"],["-0.66328887999999949e2","0.68132202000000063e2"],[-66.31527699999998,"0.68130264000000125e2"],["-0.66309432999999956e2","0.68127472000000012e2"],["-0.66310546999999929e2","0.68118591000000094e2"],["-0.66315001999999879e2","0.68112487999999985e2"],["-0.66321121000000005e2","0.68106934000000138e2"],["-0.66350280999999939e2","0.68090271000000087e2"],["-0.66366394000000014e2","0.68083328000000108e2"],["-0.66371657999999968e2","0.68081664999999987e2"],["-0.66388610999999969e2",68.08137499999998],[-66.41361999999998,"0.68086104999999975e2"],["-0.66427779999999984e2","0.68087493999999992e2"],["-0.66450561999999991e2","0.68086928999999941e2"],["-0.66468612999999948e2","0.68083054000000004e2"],["-0.66476104999999905e2","0.68080551000000014e2"],["-0.66478606999999954e2","0.68077209000000039e2"],["-0.66472228999999913e2","0.68073044000000039e2"],["-0.66460555999999997e2","0.68070541000000105e2"],["-0.66438048999999978e2","0.68068054000000018e2"],["-0.66389998999999989e2","0.68069443000000035e2"],["-0.66369445999999925e2","0.68071655000000078e2"],["-0.66326110999999969e2","0.68079163000000108e2"],["-0.66303878999999995e2","0.68083878000000141e2"],["-0.66296660999999972e2","0.68086104999999975e2"],["-0.66272780999999952e2","0.68087769000000037e2"],["-0.66259170999999981e2","0.68085814999999968e2"],["-0.66250838999999985e2","0.68082214000000135e2"],["-0.66240279999999871e2","0.68073317999999972e2"],["-0.66184157999999968e2","0.68018875000000037e2"],["-0.66184433000000013e2","0.68013321000000019e2"],["-0.66186385999999914e2","0.68010818000000029e2"],["-0.66192764000000011e2","0.68007217000000026e2"],["-0.66204177999999899e2",68.00471500000009],["-0.66253066999999874e2",68.00221300000004],["-0.66264175000000023e2",67.99971000000005],["-0.66294448999999986e2","0.67991653000000099e2"],["-0.66309722999999963e2","0.67986099000000081e2"],["-0.66320846999999958e2",67.97886699999998],["-0.66344451999999933e2","0.67956650000000081e2"],["-0.66405838000000017e2","0.67898041000000035e2"],["-0.66401397999999972e2","0.67888596000000007e2"],["-0.66522232000000031e2","0.67860809000000017e2"],["-0.66535278000000005e2","0.67863602000000014e2"],["-0.66594161999999983e2","0.67872482000000048e2"],["-0.66628601000000003e2","0.67876648000000102e2"],["-0.66672501000000011e2","0.67880264000000011e2"],["-0.66729445999999996e2","0.67878859999999975e2"],["-0.66739715999999987e2","0.67877762000000075e2"],["-0.66746947999999918e2","0.67875259000000142e2"],[-66.74499499999996,"0.67872757000000036e2"],["-0.66732223999999974e2","0.67867203000000075e2"],["-0.66703063999999983e2","0.67863602000000014e2"],["-0.66686934999999949e2","0.67862761999999975e2"],["-0.66653885000000002e2","0.67859421000000111e2"],[-66.56138599999997,"0.67843048000000067e2"],["-0.66401397999999972e2","0.67811096000000077e2"],["-0.66356658999999922e2","0.67821381000000031e2"],["-0.66346389999999985e2","0.67861099000000024e2"],["-0.66332779000000016e2","0.67887772000000041e2"],["-0.66319457999999884e2","0.67911102000000142e2"],["-0.66295837000000006e2","0.67938309000000118e2"],["-0.66276672000000019e2","0.67954436999999984e2"],["-0.66268615999999952e2","0.67958037999999988e2"],["-0.66251952999999958e2","0.67962494000000106e2"],["-0.66240554999999972e2","0.67962768999999923e2"],["-0.66227492999999868e2","0.67959991000000116e2"],["-0.66213897999999972e2","0.67960815000000082e2"],["-0.66136948000000018e2","0.67976089000000002e2"],["-0.66119995000000017e2","0.67981369000000086e2"],["-0.66003219999999885e2","0.68020492999999988e2"],["-0.65988723999999877e2","0.68026145999999983e2"],["-0.65981383999999991e2","0.68029984000000127e2"],["-0.65943603999999993e2","0.68046097000000145e2"],["-0.65948607999999979e2",68.09248400000007],["-0.65958617999999944e2","0.68129424999999969e2"],["-0.65961945000000014e2",68.13749700000011],["-0.65960555999999997e2","0.68144440000000145e2"],[-65.94749499999989,"0.68154160000000047e2"],["-0.65941665999999941e2","0.68157211000000018e2"],["-0.65928329000000019e2","0.68162201000000096e2"],["-0.65920837000000006e2","0.68161926000000051e2"],["-0.65911941999999954e2",68.15887500000008],["-0.65867492999999911e2","0.68124694999999974e2"],["-0.65863892000000021e2","0.68119431000000134e2"],["-0.65857773000000009e2","0.68110260000000039e2"],["-0.65853607000000011e2","0.68078048999999908e2"],["-0.65853607000000011e2","0.68073317999999972e2"],["-0.65857773000000009e2","0.68067215000000033e2"],["-0.65933837999999923e2",68.01226800000012],[-65.96032699999995,"0.67996429000000035e2"],["-0.65980835000000013e2","0.67987267000000088e2"],["-0.65994330999999988e2","0.67979767000000038e2"],["-0.66032226999999978e2","0.67952484000000027e2"],["-0.65985824999999977e2","0.67916655999999989e2"],["-0.65967223999999987e2","0.67853317000000061e2"],["-0.65980835000000013e2","0.67842758000000003e2"],["-0.66005004999999869e2","0.67814986999999974e2"],["-0.66009734999999978e2","0.67803314000000114e2"],["-0.66028884999999946e2","0.67724426000000108e2"],["-0.66028884999999946e2","0.67719436999999971e2"],["-0.66021941999999967e2","0.67650269000000037e2"],["-0.66020003999999915e2","0.67635269000000108e2"],["-0.66013061999999934e2","0.67626923000000033e2"],["-0.66008621000000005e2","0.67625534000000016e2"],["-0.65999724999999899e2","0.67627472000000125e2"],["-0.65986663999999962e2","0.67635269000000108e2"],["-0.65961394999999982e2","0.67689697000000081e2"],["-0.65950286999999946e2","0.67722487999999998e2"],["-0.65936935000000005e2","0.67765549000000021e2"],["-0.65938598999999954e2",67.77609300000006],["-0.65942490000000021e2","0.67780823000000112e2"],["-0.65953888000000006e2","0.67798324999999977e2"],[-65.95666499999993,"0.67811920000000043e2"],["-0.65955840999999964e2","0.67818329000000062e2"],["-0.65953338999999971e2","0.67821381000000031e2"],["-0.65946105999999986e2",67.82638500000013],["-0.65926391999999964e2","0.67832763999999997e2"],["-0.65869155999999919e2","0.67844147000000021e2"],["-0.65831679999999949e2","0.67854431000000034e2"],["-0.65804169000000002e2","0.67863602000000014e2"],["-0.65795272999999952e2","0.67868042000000003e2"],["-0.65763625999999931e2","0.67909987999999998e2"],["-0.65762222000000008e2","0.67914703000000031e2"],["-0.65763901000000033e2","0.67919708000000071e2"],["-0.65767226999999991e2","0.67923035000000027e2"],["-0.65798889000000031e2","0.67938309000000118e2"],["-0.65819732999999985e2","0.67955551000000128e2"],["-0.65823623999999995e2","0.67962768999999923e2"],["-0.65817779999999971e2","0.67968048000000124e2"],["-0.65807769999999948e2","0.67971100000000035e2"],["-0.65684433000000013e2","0.67992477000000065e2"],[-65.46305799999999,"0.67996368000000132e2"],["-0.65448607999999979e2","0.67995529000000147e2"],["-0.65443603999999993e2","0.67992203000000131e2"],["-0.65441939999999988e2","0.67986923000000047e2"],["-0.65442490000000021e2","0.67981369000000086e2"],["-0.65457503999999972e2","0.67937194999999917e2"],["-0.65464447000000007e2","0.67920822000000044e2"],[-65.52027899999996,"0.67843048000000067e2"],["-0.65525833000000034e2","0.67837769000000037e2"],["-0.65545273000000009e2","0.67822220000000129e2"],[-65.55860899999999,"0.67814423000000033e2"],["-0.65573623999999938e2","0.67806931000000077e2"],["-0.65603881999999999e2",67.79693599999996],["-0.65610549999999876e2","0.67792755000000056e2"],["-0.65615829000000019e2","0.67786102000000085e2"],["-0.65613891999999908e2","0.67780823000000112e2"],["-0.65610001000000011e2","0.67776382000000012e2"],["-0.65591948999999943e2","0.67763046000000088e2"],["-0.65572509999999966e2","0.67751663000000065e2"],["-0.65556945999999868e2",67.7452550000001],["-0.65517501999999979e2","0.67733047000000056e2"],["-0.65473617999999931e2","0.67719711000000075e2"],["-0.65454726999999991e2",67.71276899999998],["-0.65439712999999927e2","0.67705551000000014e2"],["-0.65426391999999964e2","0.67696365000000014e2"],[-65.41361999999998,"0.67683593999999914e2"],[-65.40695199999999,"0.67674988000000042e2"],["-0.65403609999999958e2","0.67664703000000088e2"],["-0.65400283999999942e2","0.67654434000000037e2"],["-0.65396392999999875e2",67.64498900000001],["-0.65384734999999921e2","0.67625809000000004e2"],["-0.65363892000000021e2","0.67597488000000112e2"],["-0.65356658999999922e2","0.67594711000000018e2"],["-0.65346389999999985e2","0.67593323000000112e2"],["-0.65335281000000009e2","0.67593597000000045e2"],["-0.65322784000000013e2","0.67594986000000063e2"],["-0.65318344000000025e2","0.67601089000000002e2"],["-0.65369155999999919e2",67.70277400000009],["-0.65379165999999941e2","0.67711655000000007e2"],[-65.40264899999994,67.72322100000008],["-0.65462508999999955e2","0.67741928000000144e2"],["-0.65492492999999968e2","0.67751663000000065e2"],["-0.65510833999999988e2","0.67759155000000021e2"],["-0.65544448999999986e2","0.67774155000000121e2"],["-0.65550551999999982e2","0.67778320000000122e2"],["-0.65554442999999992e2","0.67783051000000057e2"],["-0.65554442999999992e2","0.67788040000000024e2"],["-0.65423614999999984e2","0.67898041000000035e2"],["-0.65292495999999971e2","0.67934143000000006e2"],["-0.65235275000000001e2","0.67944702000000063e2"],["-0.65201401000000033e2","0.67954436999999984e2"],["-0.65171660999999915e2","0.67966094999999996e2"],["-0.65156386999999938e2","0.67973602000000085e2"],["-0.65144164999999873e2","0.67984145999999953e2"],["-0.65141387999999949e2","0.67990265000000022e2"],["-0.65145553999999947e2","0.67997208000000001e2"],["-0.65175827000000027e2","0.68008881000000031e2"],["-0.65180831999999953e2","0.68012207000000046e2"],["-0.65181106999999997e2","0.68016662999999994e2"],["-0.65176665999999955e2","0.68022491000000059e2"],["-0.65169158999999922e2","0.68027206000000092e2"],["-0.65047775000000001e2",68.04942299999999],["-0.65001113999999916e2","0.68055542000000003e2"],["-0.64973052999999993e2","0.68050261999999975e2"],["-0.64734160999999972e2","0.67993866000000025e2"],["-0.64723617999999988e2",67.99054000000001],["-0.64717498999999975e2","0.67986374000000126e2"],["-0.64713622999999984e2","0.67981659000000093e2"],["-0.64718063000000029e2","0.67976654000000053e2"],["-0.64725554999999929e2","0.67971648999999957e2"],["-0.64743332000000009e2","0.67965819999999951e2"],[-64.84722899999997,"0.67934981999999991e2"],["-0.64942490000000021e2","0.67912490999999989e2"],["-0.65015288999999996e2","0.67862488000000042e2"],["-0.65017775999999969e2","0.67820830999999998e2"],["-0.65008347000000015e2","0.67785262999999929e2"],["-0.65014175000000023e2","0.67780273000000079e2"],["-0.65051101999999958e2","0.67754439999999988e2"],["-0.65060546999999929e2","0.67752213000000097e2"],["-0.65085280999999895e2","0.67749145999999996e2"],["-0.65112212999999997e2","0.67748032000000023e2"],["-0.65124434999999949e2","0.67746368000000018e2"],["-0.65136123999999995e2","0.67743591000000094e2"],["-0.65145553999999947e2","0.67738876000000062e2"],["-0.65158339999999953e2","0.67729706000000022e2"],["-0.65179992999999911e2","0.67713608000000136e2"],["-0.65192489999999964e2","0.67702209000000039e2"],["-0.65196380999999974e2",67.69720500000011],["-0.65198607999999922e2","0.67691649999999981e2"],["-0.65205001999999979e2",67.65914900000007],["-0.65205565999999919e2","0.67653595000000109e2"],["-0.65204178000000013e2","0.67648331000000098e2"],["-0.65200286999999946e2","0.67643875000000037e2"],["-0.65178328999999962e2","0.67633605999999986e2"],["-0.65172500999999954e2","0.67633605999999986e2"],["-0.65167220999999984e2","0.67635818000000029e2"],["-0.65162780999999995e2",67.63888500000013],["-0.65150283999999999e2","0.67672211000000118e2"],["-0.65149733999999967e2","0.67677765000000079e2"],["-0.65150283999999999e2",67.68193100000002],["-0.65154174999999952e2","0.67686646000000053e2"],["-0.65153335999999911e2","0.67692200000000014e2"],["-0.65148894999999982e2","0.67698317999999972e2"],["-0.65129715000000033e2","0.67715820000000008e2"],["-0.65124161000000015e2","0.67718047999999953e2"],["-0.64929717999999923e2",67.78776600000009],["-0.64919723999999917e2","0.67790817000000118e2"],["-0.64907227000000034e2","0.67792205999999965e2"],["-0.64827224999999942e2","0.67784714000000008e2"],[-64.81639100000001,67.78137200000009],["-0.64810546999999985e2","0.67777205999999978e2"],["-0.64808884000000035e2","0.67771927000000005e2"],[-64.80749499999996,67.74275200000011],[-64.81610099999989,"0.67710541000000035e2"],["-0.64825835999999981e2","0.67703049000000078e2"],["-0.64837509000000011e2","0.67700271999999984e2"],["-0.64862777999999992e2","0.67691649999999981e2"],["-0.64862502999999947e2","0.67687484999999981e2"],[-64.84944200000001,"0.67687194999999974e2"],["-0.64820557000000008e2","0.67688308999999947e2"],["-0.64799728000000016e2","0.67690811000000053e2"],["-0.64779448999999886e2","0.67697754000000032e2"],["-0.64773055999999997e2","0.67703598000000056e2"],["-0.64768616000000009e2","0.67709427000000062e2"],["-0.64762221999999952e2",67.76249700000011],["-0.64755843999999968e2","0.67817764000000068e2"],[-64.75,"0.67822769000000108e2"],["-0.64740829000000019e2","0.67824707000000046e2"],[-64.65306099999998,67.82887299999993],["-0.64611938000000009e2",67.82638500000013],[-64.56806899999998,"0.67819992000000013e2"],["-0.64506957999999997e2",67.80720500000001],["-0.64368880999999931e2","0.67764160000000061e2"],["-0.64363327000000027e2","0.67759430000000009e2"],["-0.64363891999999964e2","0.67754439999999988e2"],["-0.64396117999999944e2","0.67711929000000112e2"],["-0.64401397999999915e2","0.67707764000000111e2"],["-0.64414718999999991e2","0.67707214000000079e2"],["-0.64431380999999988e2","0.67709717000000069e2"],["-0.64445266999999944e2",67.71138000000002],["-0.64460006999999905e2","0.67711655000000007e2"],["-0.64472503999999958e2","0.67710266000000047e2"],["-0.64578338999999971e2","0.67696930000000066e2"],["-0.64597228999999857e2","0.67689697000000081e2"],[-64.61721799999998,"0.67678589000000045e2"],["-0.64637221999999895e2","0.67665267999999912e2"],["-0.64639175000000023e2","0.67660538000000088e2"],["-0.64626389000000017e2","0.67659714000000122e2"],["-0.64618332000000009e2","0.67663040000000137e2"],["-0.64581389999999999e2",67.67442299999999],["-0.64515839000000028e2",67.68609600000002],["-0.64454177999999956e2","0.67693314000000044e2"],["-0.64380828999999892e2","0.67698029000000076e2"],[-64.36250299999989,"0.67702484000000084e2"],[-64.34722899999997,"0.67709991000000002e2"],["-0.64331389999999885e2","0.67727203000000031e2"],["-0.64326400999999919e2","0.67731094000000098e2"],["-0.64318068999999923e2",67.73414600000001],["-0.64305557000000022e2","0.67733597000000088e2"],["-0.64295273000000009e2","0.67730270000000132e2"],["-0.64072784000000013e2","0.67610260000000096e2"],["-0.64067779999999971e2","0.67602477999999962e2"],["-0.64039718999999991e2","0.67533600000000092e2"],["-0.64038604999999905e2","0.67528595000000053e2"],["-0.64038895000000025e2","0.67525818000000129e2"],["-0.64044998000000021e2","0.67520828000000051e2"],["-0.64053054999999915e2","0.67517487000000017e2"],["-0.64134734999999921e2","0.67490265000000079e2"],["-0.64144729999999925e2","0.67487197999999978e2"],["-0.64165282999999988e2","0.67482482999999945e2"],["-0.64238601999999901e2",67.46748400000007],["-0.64250838999999871e2","0.67466095000000109e2"],["-0.64271941999999967e2","0.67464996000000099e2"],["-0.64281113000000005e2","0.67465546000000131e2"],["-0.64343886999999938e2","0.67469985999999949e2"],["-0.64386948000000018e2","0.67474425999999994e2"],["-0.64412216000000001e2","0.67477478000000076e2"],["-0.64423049999999989e2","0.67478043000000127e2"],["-0.64435546999999985e2","0.67478592000000049e2"],["-0.64440552000000025e2","0.67474991000000045e2"],["-0.64432220000000029e2","0.67471099999999979e2"],["-0.64410004000000015e2","0.67464156999999943e2"],["-0.64384734999999978e2","0.67458328000000108e2"],["-0.64356948999999986e2","0.67453873000000101e2"],["-0.64296660999999915e2","0.67448029000000076e2"],["-0.64283614999999998e2","0.67448029000000076e2"],["-0.64204452999999944e2","0.67452209000000096e2"],["-0.64190551999999968e2","0.67453323000000069e2"],["-0.64166945999999996e2","0.67456940000000031e2"],["-0.64145003999999858e2","0.67461655000000064e2"],["-0.64123321999999916e2","0.67465271000000143e2"],["-0.64111114999999927e2","0.67466660000000104e2"],["-0.64086394999999982e2",67.46748400000007],["-0.64048049999999876e2","0.67464156999999943e2"],["-0.64010833999999988e2","0.67459717000000126e2"],[-64.00111400000003,"0.67455826000000059e2"],["-0.63992653000000018e2","0.67448624000000109e2"],["-0.63951110999999969e2","0.67409988000000112e2"],["-0.63904166999999973e2",67.30581699999999],["-0.63904166999999973e2","0.67301651000000106e2"],["-0.63905829999999924e2","0.67299712999999997e2"],["-0.63912773000000016e2","0.67295532000000094e2"],["-0.63923889000000031e2","0.67293320000000051e2"],[-63.93721800000003,67.292755],["-0.64022780999999952e2",67.30802900000009],["-0.64055266999999958e2","0.67311371000000008e2"],["-0.64084732000000031e2","0.67313309000000118e2"],["-0.64181670999999938e2","0.67312194999999974e2"],["-0.64217498999999975e2","0.67313598999999954e2"],["-0.64339995999999985e2","0.67319442999999978e2"],["-0.64530562999999916e2",67.33776899999998],["-0.64740279999999984e2","0.67356934000000138e2"],["-0.64757507000000032e2","0.67358322000000044e2"],["-0.64788329999999917e2",67.35914600000001],["-0.64797500999999954e2","0.67356644000000131e2"],[-64.80082699999997,"0.67352768000000026e2"],["-0.64798889000000031e2","0.67350266000000147e2"],["-0.64788605000000018e2",67.34693900000002],[-64.73443599999996,"0.67333603000000096e2"],["-0.64721389999999928e2","0.67331374999999923e2"],["-0.64687774999999988e2","0.67327484000000027e2"],["-0.64441665999999998e2","0.67303040000000124e2"],["-0.64402221999999995e2","0.67299149000000057e2"],["-0.64372498000000007e2","0.67297211000000118e2"],["-0.64344726999999921e2","0.67297485000000052e2"],["-0.64283614999999998e2","0.67299987999999985e2"],["-0.64258621000000005e2","0.67299149000000057e2"],[-64.24610899999999,"0.67298599000000024e2"],[-64.23832699999997,"0.67296936000000073e2"],["-0.64231948999999986e2","0.67293320000000051e2"],["-0.64233886999999868e2","0.67288589000000115e2"],["-0.64248336999999992e2","0.67279434000000037e2"],["-0.64306380999999988e2","0.67262207000000046e2"],["-0.64325012000000015e2","0.67257216999999969e2"],["-0.64356110000000001e2","0.67250275000000045e2"],["-0.64392226999999991e2",67.24664300000012],["-0.64419448999999929e2","0.67247207999999944e2"],["-0.64509170999999981e2","0.67254990000000078e2"],["-0.64536941999999954e2","0.67256653000000028e2"],["-0.64550277999999992e2",67.25610400000005],["-0.64668610000000001e2","0.67238585999999941e2"],["-0.64724166999999966e2",67.22886699999998],["-0.64779174999999952e2","0.67218872000000033e2"],["-0.64790282999999931e2",67.21665999999999],["-0.64799987999999928e2","0.67213608000000079e2"],[-64.80972300000002,"0.67210266000000104e2"],[-64.81610099999989,"0.67206940000000088e2"],["-0.64813048999999978e2","0.67201385000000016e2"],["-0.64808043999999995e2","0.67198029000000133e2"],["-0.64801392000000021e2","0.67195250999999985e2"],["-0.64783324999999934e2","0.67190262000000018e2"],["-0.64772781000000009e2","0.67189696999999967e2"],["-0.64758895999999993e2",67.19081099999994],[-64.71665999999999,"0.67200272000000098e2"],["-0.64655838000000017e2","0.67217209000000139e2"],[-64.46665999999999,"0.67229156000000046e2"],["-0.64425277999999935e2","0.67228043000000014e2"],["-0.64350783999999976e2","0.67234764000000098e2"],["-0.64287444999999991e2","0.67238257999999973e2"],["-0.64267112999999995e2","0.67241425000000049e2"],["-0.64232772999999952e2","0.67251434000000017e2"],["-0.64169448999999986e2","0.67260818000000029e2"],["-0.64158889999999928e2","0.67262497000000053e2"],["-0.64114715999999987e2","0.67267212000000086e2"],["-0.64010559000000001e2","0.67275269000000037e2"],["-0.63976944000000003e2","0.67277771000000087e2"],["-0.63969993999999986e2",67.27748100000008],["-0.63965836000000024e2","0.67275542999999971e2"],["-0.63962775999999963e2","0.67272491000000059e2"],["-0.63962775999999963e2","0.67270263999999997e2"],["-0.63975829999999917e2","0.67251937999999996e2"],["-0.63993056999999965e2","0.67228317000000118e2"],["-0.63998336999999935e2","0.67221649000000127e2"],["-0.64013335999999981e2","0.67212204000000042e2"],["-0.64021392999999989e2","0.67208878000000027e2"],["-0.64045272999999952e2","0.67204711999999972e2"],[-64.05610699999994,"0.67204437000000098e2"],["-0.64088608000000022e2","0.67207764000000054e2"],["-0.64220222000000035e2","0.67201714000000038e2"],["-0.64467498999999918e2","0.67167480000000069e2"],["-0.64501403999999923e2","0.67161652000000004e2"],["-0.64545272999999952e2","0.67152481000000023e2"],["-0.64575011999999958e2","0.67144714000000079e2"],["-0.64584166999999923e2","0.67142212000000029e2"],["-0.64611938000000009e2","0.67132477000000108e2"],["-0.64658050999999944e2","0.67113037000000134e2"],["-0.64680831999999953e2",67.09304800000001],["-0.64686935000000005e2","0.67087493999999992e2"],["-0.64689986999999917e2","0.67083602999999925e2"],["-0.64692490000000021e2","0.67078048999999965e2"],["-0.64700561999999991e2","0.67018051000000071e2"],["-0.64701110999999912e2","0.67012207000000046e2"],["-0.64700561999999991e2","0.67008040999999992e2"],["-0.64696945000000028e2","0.67003326000000129e2"],["-0.64691939999999988e2","0.67000549000000035e2"],["-0.64683060000000012e2","0.67000275000000101e2"],["-0.64660278000000005e2","0.67003875999999991e2"],["-0.64638610999999969e2","0.67008606000000043e2"],["-0.64628325999999959e2","0.67012207000000046e2"],["-0.64623885999999914e2","0.67018051000000071e2"],["-0.64619720000000029e2","0.67028320000000122e2"],["-0.64618057000000022e2","0.67039428999999984e2"],["-0.64618057000000022e2","0.67044434000000081e2"],["-0.64619720000000029e2","0.67049713000000054e2"],["-0.64618880999999988e2","0.67055252000000053e2"],["-0.64615279999999927e2","0.67066940000000045e2"],["-0.64609160999999972e2","0.67081940000000031e2"],["-0.64604172000000005e2","0.67088317999999958e2"],["-0.64597777999999892e2","0.67093872000000147e2"],["-0.64583617999999888e2","0.67103043000000127e2"],["-0.64547501000000011e2","0.67118590999999924e2"],["-0.64527221999999881e2","0.67124145999999996e2"],["-0.64506393000000003e2","0.67129425000000026e2"],["-0.64474715999999944e2",67.13499500000006],["-0.64229995999999971e2","0.67164154000000053e2"],["-0.64087218999999948e2","0.67179703000000131e2"],["-0.64008895999999993e2","0.67178864000000033e2"],["-0.63995551999999975e2","0.67179428000000144e2"],["-0.63971381999999949e2","0.67182205000000067e2"],[-63.96055599999994,"0.67184417999999994e2"],["-0.63929726000000016e2","0.67192749000000106e2"],["-0.63919166999999959e2","0.67196365000000128e2"],["-0.63912216000000001e2","0.67200546000000031e2"],[-63.86222099999992,"0.67225815000000011e2"],[-63.80750299999994,"0.67239150999999993e2"],["-0.63797500999999954e2","0.67240265000000136e2"],["-0.63561942999999985e2","0.67236923000000047e2"],["-0.63546394000000021e2","0.67235809000000074e2"],["-0.63469443999999953e2","0.67228317000000118e2"],["-0.63458336000000031e2","0.67226088999999945e2"],["-0.63450554000000011e2","0.67222488000000112e2"],["-0.63449164999999994e2","0.67219437000000084e2"],["-0.63449164999999994e2","0.67214995999999985e2"],["-0.63450835999999981e2","0.67179703000000131e2"],["-0.63453888000000006e2","0.67169434000000138e2"],["-0.63529442000000017e2","0.67104431000000034e2"],[-63.53833800000001,"0.67100540000000137e2"],["-0.63604720999999984e2","0.67075272000000041e2"],["-0.63613892000000021e2","0.67072769000000051e2"],["-0.63648055999999883e2","0.67066940000000045e2"],["-0.63672775000000001e2","0.67063599000000011e2"],["-0.63712776000000019e2","0.67054977000000008e2"],["-0.63722771000000023e2",67.05192599999998],["-0.63731383999999991e2","0.67048035000000084e2"],["-0.63744445999999982e2","0.67041092000000106e2"],["-0.63779723999999987e2","0.67017487000000131e2"],["-0.63795836999999949e2","0.67006653000000085e2"],["-0.63806389000000024e2",66.99581900000004],["-0.63807219999999973e2","0.66988037000000077e2"],["-0.63801392000000021e2","0.66979705999999965e2"],["-0.63781386999999938e2","0.66963608000000136e2"],["-0.63772498999999868e2","0.66958878000000084e2"],["-0.63769447000000014e2",66.97137500000008],["-0.63768889999999942e2","0.66976929000000041e2"],["-0.63771111000000019e2","0.66980819999999937e2"],["-0.63772498999999868e2","0.66986098999999911e2"],["-0.63773613000000012e2","0.66991088999999988e2"],["-0.63773330999999985e2","0.66996094000000028e2"],["-0.63770836000000031e2","0.67001389000000074e2"],["-0.63767219999999952e2","0.67006104000000107e2"],["-0.63756950000000018e2","0.67014160000000004e2"],["-0.63750557000000015e2","0.67017487000000131e2"],["-0.63734443999999939e2","0.67024155000000121e2"],["-0.63698607999999979e2","0.67038878999999952e2"],["-0.63680000000000007e2","0.67045821999999987e2"],["-0.63650832999999977e2","0.67052475000000129e2"],["-0.63638335999999981e2","0.67054428000000087e2"],["-0.63600837999999953e2","0.67057479999999998e2"],["-0.63565552000000025e2","0.67062485000000038e2"],["-0.63535277999999948e2","0.67070831000000112e2"],["-0.63497222999999963e2","0.67085266000000047e2"],[-63.40277900000001,"0.67144440000000145e2"],["-0.63396392999999989e2","0.67152206000000035e2"],[-63.39416499999993,"0.67156936999999971e2"],["-0.63393889999999942e2","0.67161652000000004e2"],["-0.63398055999999997e2","0.67165817000000004e2"],["-0.63416945999999882e2","0.67180267000000072e2"],["-0.63419997999999964e2","0.67185806000000071e2"],["-0.63421943999999883e2","0.67194702000000007e2"],["-0.63420836999999949e2","0.67200272000000098e2"],["-0.63417777999999998e2","0.67206100000000049e2"],["-0.63409163999999919e2",67.21665999999999],["-0.63351669000000015e2","0.67268051000000014e2"],[-63.340553,"0.67276657000000114e2"],["-0.63332503999999972e2","0.67281937000000028e2"],["-0.63298888999999974e2","0.67297760000000039e2"],["-0.63280555999999933e2","0.67306366000000139e2"],["-0.63272498999999982e2","0.67309418000000051e2"],["-0.63160277999999948e2","0.67328323000000012e2"],["-0.63137222000000008e2","0.67331100000000106e2"],["-0.63110282999999868e2","0.67329987000000017e2"],[-63.03972599999986,"0.67306090999999924e2"],["-0.63022498999999925e2","0.67298035000000084e2"],["-0.63015006999999969e2","0.67293593999999985e2"],["-0.62997779999999977e2","0.67281372000000147e2"],["-0.62992774999999995e2","0.67276382000000126e2"],["-0.62973884999999882e2","0.67235535000000141e2"],["-0.62970832999999971e2","0.67225815000000011e2"],["-0.62970832999999971e2","0.67221375000000023e2"],["-0.63023055999999997e2","0.67179428000000144e2"],["-0.63035834999999963e2","0.67171097000000032e2"],[-63.04472399999986,"0.67167205999999965e2"],["-0.63075561999999934e2",67.15887500000008],["-0.63100554999999986e2","0.67155548000000124e2"],["-0.63134170999999981e2",67.15277100000003],["-0.63170279999999991e2","0.67147217000000069e2"],[-63.19027699999998,"0.67143326000000002e2"],["-0.63232497999999964e2","0.67132202000000063e2"],["-0.63242500000000007e2","0.67129149999999981e2"],["-0.63268889999999942e2","0.67117477000000122e2"],["-0.63275832999999977e2","0.67113312000000121e2"],[-63.284447,67.105255],["-0.63285278000000005e2","0.67099716000000001e2"],["-0.63283614999999998e2","0.67094986000000119e2"],["-0.63278052999999943e2","0.67090820000000065e2"],["-0.63268607999999972e2","0.67082488999999953e2"],["-0.63260833999999988e2","0.67074158000000068e2"],[-63.25389100000001,"0.67064697000000081e2"],["-0.63224716000000001e2","0.67024704000000042e2"],["-0.63220276000000013e2","0.67016937000000098e2"],["-0.63220276000000013e2","0.67006104000000107e2"],["-0.63220832999999971e2","0.66989699999999971e2"],["-0.63221381999999949e2","0.66984984999999938e2"],["-0.63223884999999996e2","0.66979430999999977e2"],["-0.63227776000000006e2","0.66972762999999986e2"],["-0.63240836999999999e2","0.66961655000000007e2"],[-63.27777900000001,"0.66949706999999933e2"],["-0.63320557000000008e2","0.66940262000000075e2"],["-0.63356109999999944e2","0.66934708000000057e2"],[-63.36860699999994,"0.66934708000000057e2"],[-63.43638599999997,"0.66925537000000134e2"],["-0.63469993999999986e2","0.66920532000000094e2"],["-0.63514724999999999e2","0.66912490999999989e2"],["-0.63526138000000003e2","0.66909271000000047e2"],["-0.63545554999999865e2","0.66903595000000053e2"],["-0.63554442999999935e2","0.66899719000000005e2"],["-0.63565552000000025e2","0.66892487000000074e2"],["-0.63565552000000025e2","0.66888046000000145e2"],["-0.63563613999999973e2","0.66883605999999929e2"],["-0.63557502999999997e2","0.66875809000000004e2"],["-0.63554717999999866e2","0.66870254999999986e2"],["-0.63551392000000021e2","0.66860535000000084e2"],["-0.63555557000000022e2","0.66848877000000073e2"],["-0.63571944999999971e2","0.66837494000000049e2"],["-0.63593329999999924e2","0.66831665000000044e2"],["-0.63615004999999996e2","0.66827208999999982e2"],["-0.63638892999999882e2","0.66824432000000058e2"],["-0.63652221999999881e2",66.82388300000008],["-0.63698607999999979e2","0.66822495000000004e2"],["-0.63725273000000016e2","0.66823043999999982e2"],["-0.63775832999999921e2","0.66825821000000019e2"],["-0.63771384999999952e2","0.66811096000000077e2"],[-63.653053,"0.66802475000000015e2"],["-0.63624442999999928e2","0.66801926000000037e2"],["-0.63598334999999906e2",66.80304000000001],["-0.63587776000000019e2","0.66804428000000144e2"],["-0.63548889000000031e2","0.66812485000000095e2"],["-0.63539443999999946e2","0.66814697000000137e2"],["-0.63535277999999948e2",66.81581100000011],["-0.63488891999999964e2","0.66828323000000125e2"],["-0.63478881999999942e2","0.66835815000000082e2"],["-0.63476386999999932e2",66.839157],["-0.63475272999999959e2","0.66842484000000127e2"],["-0.63476944000000003e2","0.66846939000000134e2"],["-0.63487220999999977e2","0.66858871000000079e2"],["-0.63494719999999973e2","0.66865539999999953e2"],["-0.63496947999999861e2","0.66880814000000044e2"],["-0.63487220999999977e2","0.66896942000000081e2"],["-0.63480826999999977e2",66.90248100000008],["-0.63474441999999954e2","0.66906096999999932e2"],["-0.63456107999999972e2","0.66910811999999964e2"],["-0.63441665999999998e2","0.66908325000000104e2"],["-0.63427223000000026e2","0.66901382000000126e2"],["-0.63407218999999998e2","0.66814423000000033e2"],["-0.63407776000000013e2","0.66809708000000001e2"],["-0.63410278000000005e2","0.66799988000000099e2"],["-0.63414718999999991e2","0.66783325000000048e2"],["-0.63417777999999998e2","0.66773040999999978e2"],["-0.63436110999999926e2","0.66728043000000071e2"],["-0.63449439999999925e2","0.66716095000000053e2"],["-0.63453056000000004e2","0.66711655000000064e2"],["-0.63451941999999917e2",66.70637499999998],["-0.63441939999999931e2","0.66703048999999965e2"],["-0.63420279999999934e2","0.66698868000000061e2"],["-0.63415276000000006e2","0.66700546000000145e2"],["-0.63408332999999914e2","0.66704437000000041e2"],[-63.40277900000001,"0.66708878000000141e2"],["-0.63376663000000008e2","0.66734146000000067e2"],[-63.32028200000002,"0.66814148000000046e2"],["-0.63319450000000018e2","0.66819992000000013e2"],["-0.63224716000000001e2","0.66899428999999998e2"],["-0.62973884999999882e2","0.66961104999999975e2"],["-0.62962501999999972e2","0.66963882000000069e2"],["-0.62939994999999954e2","0.66966660000000047e2"],[-62.87222300000002,"0.66964432000000102e2"],["-0.62846946999999943e2","0.66961929000000112e2"],["-0.62837776000000019e2","0.66957764000000111e2"],["-0.62821114000000023e2","0.66830276000000083e2"],["-0.62820557000000008e2","0.66813599000000067e2"],["-0.62827498999999932e2",66.78804000000008],["-0.62829726999999991e2","0.66783325000000048e2"],["-0.62837501999999972e2","0.66771927000000005e2"],[-62.84332999999998,"0.66769149999999911e2"],["-0.62864448999999979e2","0.66746094000000085e2"],["-0.62869995000000017e2","0.66739700000000028e2"],["-0.62873055000000022e2","0.66733597000000088e2"],[-62.91194200000001,"0.66652771000000143e2"],["-0.62914444000000003e2","0.66647216999999955e2"],["-0.62908050999999944e2",66.63998400000014],["-0.62903052999999943e2","0.66637207000000046e2"],["-0.62899726999999984e2","0.66636658000000125e2"],["-0.62859169000000009e2","0.66653045999999961e2"],["-0.62850280999999939e2","0.66656937000000028e2"],["-0.62835274000000027e2","0.66666382000000112e2"],["-0.62819999999999936e2","0.66684418000000107e2"],["-0.62734168999999952e2","0.66790816999999947e2"],["-0.62735831999999959e2","0.66801651000000049e2"],["-0.62743331999999953e2","0.66809982000000105e2"],["-0.62751113999999916e2","0.66818054000000075e2"],["-0.62768058999999937e2","0.66830551000000071e2"],["-0.62774170000000026e2","0.66840546000000018e2"],["-0.62768332999999984e2","0.66907760999999994e2"],["-0.62764449999999954e2","0.66925262000000089e2"],["-0.62761115999999959e2","0.66929152999999985e2"],["-0.62743057000000022e2","0.66941924999999969e2"],["-0.62725273000000016e2","0.66947478999999987e2"],["-0.62634170999999981e2","0.66951385000000073e2"],["-0.62607779999999991e2","0.66952209000000039e2"],["-0.62592223999999931e2","0.66950821000000133e2"],["-0.62578612999999962e2","0.66947754000000032e2"],["-0.62568892999999889e2","0.66944138000000123e2"],["-0.62549994999999967e2","0.66931655999999975e2"],["-0.62519996999999933e2","0.66911102000000028e2"],[-62.40277900000001,"0.66809417999999994e2"],["-0.62401389999999935e2","0.66804977000000065e2"],[-62.40193899999997,"0.66789154000000053e2"],["-0.62398613000000012e2","0.66780272999999909e2"],["-0.62393332999999984e2","0.66775818000000072e2"],["-0.62326950000000011e2","0.66730270000000132e2"],["-0.62319450000000018e2","0.66726379000000065e2"],["-0.62313332000000003e2","0.66726929000000098e2"],["-0.62299171000000001e2","0.66733047000000056e2"],["-0.62291388999999924e2","0.66756378000000097e2"],["-0.62292777999999998e2","0.66761658000000011e2"],["-0.62295837000000006e2","0.66766388000000006e2"],["-0.62362220999999977e2","0.66818329000000119e2"],["-0.62419448999999986e2","0.66843323000000055e2"],["-0.62424720999999977e2","0.66847488000000055e2"],["-0.62426948999999865e2","0.66851378999999952e2"],["-0.62436942999999985e2","0.66884430000000123e2"],["-0.62427222999999969e2","0.66921097000000088e2"],["-0.62418891999999971e2","0.66926651000000106e2"],["-0.62407501000000025e2",66.92942800000003],["-0.62394721999999945e2","0.66929152999999985e2"],["-0.62346946999999886e2","0.66933594000000085e2"],["-0.62284728999999913e2","0.66946091000000081e2"],["-0.62271666999999979e2","0.66960815000000139e2"],["-0.62279723999999931e2","0.66979156000000103e2"],["-0.62291388999999924e2","0.67005829000000119e2"],["-0.62294448999999986e2","0.67021378000000027e2"],["-0.62293616999999983e2","0.67026382000000012e2"],["-0.62290282999999988e2","0.67032486000000006e2"],["-0.62285277999999948e2","0.67036102000000085e2"],["-0.62278609999999958e2","0.67039428999999984e2"],["-0.62262504999999976e2","0.67045258000000047e2"],["-0.62101394999999968e2","0.67054703000000075e2"],["-0.62054442999999878e2","0.67049149000000114e2"],[-62.03194400000001,"0.67045258000000047e2"],["-0.62019721999999945e2","0.67042206000000078e2"],["-0.62005561999999941e2",67.0352630000001],["-0.62006950000000018e2","0.67031937000000084e2"],[-62.04999499999991,"0.66987198000000092e2"],["-0.62106110000000001e2","0.66917206000000022e2"],["-0.62102225999999916e2","0.66913040000000137e2"],["-0.62072226999999998e2","0.66907486000000119e2"],["-0.62029723999999987e2","0.66901657000000114e2"],["-0.62018889999999942e2","0.66901657000000114e2"],["-0.62018607999999972e2","0.66908035000000098e2"],["-0.62015006999999912e2",66.91415400000011],[-61.95666499999993,"0.66963882000000069e2"],["-0.61949722000000008e2","0.66967208999999968e2"],["-0.61938605999999993e2","0.66969436999999971e2"],["-0.61913329999999974e2","0.66970825000000048e2"],["-0.61865554999999972e2","0.66970825000000048e2"],["-0.61851395000000025e2","0.66970535000000041e2"],[-61.83805099999995,"0.66968597000000102e2"],["-0.61749725000000012e2",66.94802900000002],["-0.61737220999999977e2","0.66941086000000041e2"],["-0.61731941000000006e2",66.93691999999993],["-0.61728881999999942e2","0.66932205000000067e2"],["-0.61730826999999863e2","0.66923874000000012e2"],["-0.61612777999999992e2","0.66870818999999926e2"],["-0.61314163000000008e2","0.66687195000000031e2"],["-0.61294723999999917e2",66.67442299999999],["-0.61289443999999946e2","0.66669983000000002e2"],["-0.61281386999999995e2","0.66661102000000028e2"],["-0.61262504999999976e2","0.66629425000000083e2"],["-0.61266662999999937e2","0.66622756999999922e2"],["-0.61300277999999935e2","0.66593597000000045e2"],["-0.61341667000000029e2","0.66571930000000009e2"],["-0.61348052999999936e2","0.66570541000000048e2"],["-0.61356666999999959e2","0.66571106000000043e2"],["-0.61388335999999981e2",66.578598],["-0.61400275999999963e2","0.66577208999999982e2"],["-0.61409720999999934e2","0.66572768999999994e2"],["-0.61425003000000004e2","0.66559708000000057e2"],["-0.61447776999999974e2","0.66538315000000125e2"],[-61.46166999999997,"0.66543319999999994e2"],[-61.54861499999987,"0.66547484999999995e2"],["-0.61584723999999994e2","0.66547760000000039e2"],["-0.61598609999999951e2","0.66550262000000089e2"],["-0.61618056999999965e2","0.66557205000000067e2"],["-0.61623885999999914e2","0.66566939999999988e2"],["-0.61631942999999978e2","0.66586654999999951e2"],["-0.61638610999999969e2","0.66595534999999984e2"],["-0.61643889999999999e2","0.66599991000000102e2"],["-0.61669166999999959e2","0.66616378999999995e2"],["-0.61691382999999973e2",66.62831100000011],[-61.72582999999986,"0.66643051000000071e2"],["-0.61734443999999996e2","0.66645827999999995e2"],["-0.61950554000000011e2",66.67692599999998],["-0.62015555999999947e2","0.66671371000000079e2"],[-62.12388599999997,"0.66626373000000001e2"],["-0.62050551999999982e2","0.66624985000000095e2"],["-0.62018607999999972e2","0.66640823000000125e2"],["-0.61990836999999999e2","0.66648041000000092e2"],["-0.61979995999999971e2","0.66648041000000092e2"],["-0.61950554000000011e2","0.66646102999999982e2"],["-0.61830284000000006e2","0.66621368000000132e2"],["-0.61796950999999979e2","0.66611923000000047e2"],["-0.61788895000000025e2","0.66608597000000032e2"],[-61.75389100000001,"0.66588593000000117e2"],["-0.61576667999999984e2","0.66487198000000035e2"],["-0.61575279000000023e2",66.48275799999999],["-0.61576392999999996e2","0.66477203000000088e2"],["-0.61583327999999938e2","0.66471649000000127e2"],[-61.59194199999996,66.46775800000006],["-0.61614166000000012e2","0.66463043000000027e2"],["-0.61635001999999929e2","0.66459991000000059e2"],["-0.61731383999999935e2","0.66451096000000064e2"],["-0.61844161999999926e2","0.66446091000000024e2"],["-0.61857779999999934e2","0.66447204999999997e2"],["-0.61869720000000029e2","0.66445815999999979e2"],["-0.61956947000000014e2","0.66424149000000114e2"],["-0.61976943999999946e2","0.66417480000000069e2"],["-0.61985832000000016e2","0.66413605000000075e2"],["-0.61986945999999932e2","0.66410262999999986e2"],["-0.61978049999999996e2","0.66403869999999984e2"],[-61.96416499999998,"0.66401382000000012e2"],["-0.61934165999999891e2","0.66400818000000072e2"],["-0.61755004999999983e2","0.66407486000000063e2"],["-0.61578612999999905e2","0.66415268000000026e2"],["-0.61569449999999904e2","0.66415543000000014e2"],["-0.61557266000000027e2","0.66413680999999997e2"],["-0.61545279999999991e2","0.66409988000000112e2"],["-0.61466942000000017e2","0.66371918000000051e2"],["-0.61462501999999972e2","0.66369141000000127e2"],["-0.61463614999999891e2",66.365814],["-0.61665276000000006e2","0.66324996999999996e2"],["-0.61877494999999954e2","0.66283324999999934e2"],["-0.61928885999999977e2","0.66283874999999966e2"],["-0.62198883000000023e2","0.66314148000000102e2"],["-0.62207503999999915e2","0.66316666000000112e2"],["-0.62212218999999948e2","0.66319442999999978e2"],["-0.62218055999999933e2","0.66331939999999975e2"],["-0.62231941000000006e2","0.66366089000000045e2"],["-0.62232215999999937e2","0.66369705000000067e2"],["-0.62229439000000013e2","0.66375259000000085e2"],["-0.62224998000000028e2","0.66380264000000125e2"],["-0.62218604999999968e2","0.66392487000000017e2"],["-0.62218329999999867e2","0.66396652000000017e2"],["-0.62223610000000008e2","0.66401093000000117e2"],["-0.62229996000000028e2",66.40415999999999],["-0.62255279999999914e2","0.66408324999999991e2"],["-0.62268889999999999e2","0.66409424000000001e2"],["-0.62418610000000001e2","0.66421097000000032e2"],["-0.62456107999999915e2","0.66423874000000126e2"],["-0.62565833999999995e2",66.42804000000001],["-0.62626662999999894e2","0.66426085999999998e2"],["-0.62698883000000023e2",66.41276600000009],["-0.62709723999999994e2","0.66410537999999974e2"],["-0.62716110000000015e2","0.66407211000000018e2"],["-0.62710281000000009e2","0.66403594999999996e2"],["-0.62673614999999984e2","0.66393600000000049e2"],["-0.62629996999999946e2","0.66387771999999984e2"],["-0.62478049999999996e2","0.66369980000000112e2"],["-0.62337501999999972e2","0.66315811000000053e2"],[-62.32028200000002,"0.66308319000000097e2"],["-0.62316108999999983e2","0.66304977000000008e2"],["-0.62320556999999951e2","0.66299712999999997e2"],["-0.62323616000000015e2","0.66298035000000084e2"],["-0.62388892999999939e2","0.66276093000000003e2"],["-0.62398338000000024e2","0.66273041000000092e2"],["-0.62621940999999993e2","0.66221375000000023e2"],["-0.62643615999999952e2","0.66216933999999924e2"],["-0.62666945999999939e2","0.66214432000000045e2"],["-0.62680832000000009e2","0.66216933999999924e2"],["-0.62751944999999921e2","0.66241088999999931e2"],["-0.62757225000000005e2","0.66245255000000043e2"],["-0.62780555999999933e2","0.66277771000000143e2"],["-0.62782218999999884e2","0.66282486000000006e2"],["-0.62782218999999884e2","0.66288879000000122e2"],["-0.62773330999999985e2","0.66296936000000073e2"],["-0.62774170000000026e2","0.66302765000000136e2"],[-62.77944199999996,"0.66307205000000124e2"],["-0.62797225999999966e2","0.66313873000000115e2"],["-0.62816665999999941e2","0.66320831000000112e2"],["-0.62826110999999912e2","0.66324158000000011e2"],["-0.62858894000000021e2","0.66334152000000074e2"],["-0.62868057000000022e2","0.66336104999999975e2"],["-0.62881110999999976e2","0.66335815000000139e2"],["-0.62889998999999989e2","0.66333328000000108e2"],["-0.62895003999999915e2","0.66329712000000029e2"],["-0.62809440999999993e2","0.66240814000000114e2"],["-0.62801391999999964e2","0.66235259999999926e2"],["-0.62715003999999908e2","0.66201660000000061e2"],["-0.62706107999999972e2","0.66199707000000103e2"],["-0.62681389000000024e2","0.66196930000000009e2"],["-0.62647223999999994e2","0.66199707000000103e2"],["-0.62603614999999991e2","0.66205261000000121e2"],["-0.62488051999999925e2","0.66200271999999927e2"],["-0.62366660999999965e2","0.66174987999999985e2"],["-0.62180557000000022e2","0.66148604999999975e2"],["-0.62037505999999951e2","0.66100815000000011e2"],["-0.61961112999999898e2","0.66033875000000023e2"],["-0.61955001999999979e2","0.66024155000000121e2"],["-0.61954445000000021e2","0.66019150000000081e2"],["-0.61955832999999927e2","0.66014998999999989e2"],["-0.61960280999999895e2","0.66011932000000058e2"],["-0.61975554999999986e2","0.66010543999999982e2"],["-0.62088889999999935e2","0.66000274999999931e2"],["-0.62133614000000023e2","0.66000000000000114e2"],["-0.62148055999999997e2","0.66001389000000131e2"],["-0.62166388999999981e2",66.00749200000007],["-0.62172501000000011e2","0.66010543999999982e2"],["-0.62188889000000017e2","0.66012207000000103e2"],["-0.62196663000000001e2","0.66011108000000092e2"],["-0.62291672000000005e2","0.65980270000000132e2"],["-0.62307776999999987e2","0.65973876999999959e2"],["-0.62391669999999863e2","0.66011383000000137e2"],["-0.62404715999999894e2","0.66014708999999982e2"],["-0.62525276000000019e2","0.66034149000000127e2"],["-0.62541388999999981e2","0.66035537999999974e2"],["-0.62695549000000028e2","0.66042205999999965e2"],[-62.74111199999993,"0.66038315000000068e2"],["-0.62759726999999884e2","0.66033051000000057e2"],["-0.62778885000000002e2","0.66033324999999991e2"],["-0.62799995000000024e2","0.66039703000000145e2"],["-0.62809165999999891e2","0.66043869000000029e2"],["-0.62831672999999967e2","0.66055542000000059e2"],["-0.62842223999999987e2","0.66064147999999989e2"],["-0.62846946999999943e2","0.66069153000000028e2"],["-0.62855003000000011e2","0.66083054000000004e2"],["-0.62856667000000016e2","0.66087494000000049e2"],["-0.62860001000000011e2","0.66103043000000127e2"],[-62.8663939999999,"0.66112761999999975e2"],["-0.62873329000000012e2","0.66121368000000075e2"],["-0.62884170999999867e2","0.66129973999999947e2"],[-62.90555599999999,"0.66140823000000012e2"],["-0.62930557000000022e2","0.66146942000000081e2"],["-0.62946945000000028e2","0.66148604999999975e2"],[-62.95944199999991,66.14888000000002],[-62.970551,"0.66148041000000035e2"],["-0.63013618000000008e2","0.66138885000000073e2"],["-0.63041672000000005e2","0.66130264000000011e2"],["-0.63061942999999928e2","0.66120819000000097e2"],["-0.63060279999999977e2","0.66116379000000109e2"],["-0.63039443999999889e2","0.66113312000000008e2"],["-0.63006393000000003e2",66.11692800000003],["-0.62892226999999934e2","0.66076660000000004e2"],["-0.62889998999999989e2","0.66066375999999934e2"],["-0.62885833999999988e2","0.66056366000000025e2"],[-62.875,"0.66047760000000096e2"],["-0.62862220999999863e2","0.66039429000000041e2"],["-0.62841942000000017e2","0.66027480999999966e2"],["-0.62826667999999927e2","0.66020264000000054e2"],["-0.62815833999999938e2",66.016098],["-0.62793616999999983e2","0.66010818000000086e2"],["-0.62778885000000002e2","0.66009720000000016e2"],["-0.62768332999999984e2","0.66009720000000016e2"],["-0.62755561999999884e2",66.00999500000006],["-0.62743889000000024e2","0.66011383000000137e2"],[-62.67472099999992,"0.66015549000000021e2"],["-0.62523055999999997e2","0.66002213000000097e2"],["-0.62517219999999952e2","0.66000549000000092e2"],[-62.4183349999999,"0.65970535000000041e2"],["-0.62405555999999933e2","0.65963043000000084e2"],["-0.62395003999999915e2","0.65949996999999996e2"],["-0.62386664999999994e2","0.65936646000000053e2"],["-0.62321114000000023e2","0.65831100000000049e2"],["-0.62317222999999956e2","0.65808029000000033e2"],["-0.62441665999999941e2","0.65793594000000098e2"],["-0.62478881999999999e2","0.65790817000000004e2"],["-0.62505279999999971e2","0.65790817000000004e2"],["-0.62521384999999952e2","0.65792480000000126e2"],["-0.62604171999999892e2","0.65801085999999998e2"],["-0.62619995000000017e2","0.65803040000000067e2"],["-0.62684440999999936e2","0.65816375999999991e2"],["-0.62717773000000022e2","0.65825272000000098e2"],["-0.62727218999999991e2",65.828598],["-0.62729996000000028e2","0.65831940000000088e2"],[-62.75278499999996,"0.65853591999999935e2"],[-62.80750299999994,65.88998400000014],["-0.62829445000000021e2","0.65899994000000049e2"],["-0.62857506000000001e2","0.65911102000000028e2"],["-0.62864166000000012e2","0.65911102000000028e2"],["-0.62870551999999918e2",65.90554800000001],["-0.62871940999999936e2","0.65901382000000126e2"],[-62.87471800000003,"0.65887497000000053e2"],[-62.87471800000003,"0.65883041000000105e2"],["-0.62760001999999986e2","0.65816665999999998e2"],["-0.62746391000000017e2","0.65809708000000001e2"],["-0.62736945999999932e2",65.80831900000004],["-0.62719993999999929e2","0.65809708000000001e2"],["-0.62658889999999985e2","0.65791930999999977e2"],["-0.62597778000000005e2","0.65771927000000062e2"],["-0.62582221999999888e2","0.65765549000000078e2"],["-0.62575004999999976e2","0.65761658000000011e2"],["-0.62569449999999961e2","0.65757492000000127e2"],["-0.62568610999999919e2","0.65752212999999927e2"],["-0.62569725000000005e2","0.65746643000000063e2"],["-0.62579444999999964e2","0.65728317000000061e2"],["-0.62583610999999962e2","0.65723312000000021e2"],["-0.62587775999999963e2","0.65720260999999994e2"],[-62.59027900000001,"0.65719147000000021e2"],[-62.59944200000001,"0.65718872000000147e2"],["-0.62612777999999992e2",65.72164900000007],["-0.62621940999999993e2","0.65725540000000137e2"],[-62.67472099999992,"0.65735809000000017e2"],["-0.62823891000000003e2","0.65761383000000023e2"],["-0.62833442999999875e2","0.65752991000000009e2"],["-0.62833777999999882e2",65.74999200000002],["-0.62828780999999879e2","0.65744492000000093e2"],["-0.62799170999999887e2","0.65711928999999998e2"],["-0.62788054999999929e2","0.65708328000000108e2"],["-0.62726386999999988e2",65.71138000000002],["-0.62698883000000023e2","0.65710266000000047e2"],["-0.62681670999999994e2","0.65708038000000101e2"],["-0.62662772999999902e2","0.65701096000000007e2"],[-62.59944200000001,"0.65675812000000008e2"],[-62.59194199999996,"0.65671920999999941e2"],["-0.62589721999999938e2","0.65668594000000041e2"],["-0.62595832999999857e2","0.65652205999999978e2"],["-0.62602225999999973e2","0.65640273999999977e2"],["-0.62611670999999944e2","0.65624145999999939e2"],["-0.62617499999999893e2","0.65614990000000034e2"],["-0.62628051999999968e2","0.65601929000000098e2"],["-0.62645279000000016e2","0.65587203999999929e2"],[-62.653053,"0.65586104999999975e2"],["-0.62751113999999916e2",65.58526599999999],["-0.62767220000000009e2","0.65587493999999936e2"],[-62.78472899999997,65.59137000000004],["-0.62803054999999972e2",65.59887700000013],["-0.62859726000000023e2","0.65634720000000016e2"],["-0.62861389000000031e2","0.65639160000000004e2"],["-0.62858611999999937e2",65.65525800000006],["-0.62862503000000004e2","0.65685257000000092e2"],["-0.62882998999999984e2","0.65724152000000061e2"],["-0.62885001999999986e2","0.65726973999999927e2"],["-0.62887999999999863e2","0.65729652000000044e2"],["-0.62904167000000029e2","0.65746368000000018e2"],["-0.62922500999999954e2","0.65752212999999927e2"],["-0.62936110999999926e2","0.65754990000000021e2"],["-0.62949439999999925e2","0.65755263999999954e2"],[-62.95944199999991,"0.65753876000000048e2"],["-0.62962219000000005e2","0.65748322000000087e2"],["-0.62943610999999919e2","0.65743042000000003e2"],[-62.93472300000002,"0.65738876000000118e2"],["-0.62925277999999992e2","0.65731093999999985e2"],["-0.62916663999999912e2","0.65722214000000122e2"],["-0.62914444000000003e2","0.65718323000000055e2"],["-0.62892226999999934e2","0.65641937000000098e2"],[-62.89166999999992,"0.65638321000000076e2"],["-0.62895836000000031e2","0.65633040999999992e2"],["-0.62901389999999935e2","0.65628036000000122e2"],["-0.62953330999999991e2","0.65586929000000112e2"],["-0.62961670000000026e2","0.65583054000000118e2"],["-0.62972220999999934e2","0.65580826000000002e2"],["-0.63005004999999926e2","0.65624985000000095e2"],["-0.63016113000000018e2","0.65632750999999985e2"],["-0.63027495999999928e2","0.65635818000000086e2"],["-0.63040282999999931e2",65.63749700000011],["-0.63137779000000023e2","0.65644150000000081e2"],["-0.63162498000000028e2","0.65632477000000051e2"],["-0.63162406999999973e2","0.65628868000000068e2"],["-0.63164443999999946e2","0.65625534000000073e2"],["-0.63178611999999987e2","0.65627472000000012e2"],["-0.63200279000000023e2","0.65633330999999998e2"],["-0.63211945000000014e2","0.65640549000000021e2"],["-0.63293891999999971e2","0.65708878000000141e2"],[-63.43638599999997,65.84526100000005],["-0.63443054000000018e2","0.65854705999999908e2"],["-0.63474167000000023e2","0.65833054000000061e2"],["-0.63379165999999998e2","0.65720260999999994e2"],["-0.63368332000000009e2","0.65693863000000022e2"],["-0.63368332000000009e2","0.65669434000000081e2"],["-0.63399726999999984e2","0.65676375999999948e2"],["-0.63412215999999944e2",65.67804000000001],["-0.63448607999999922e2","0.65680817000000047e2"],["-0.63461944999999957e2","0.65681090999999981e2"],["-0.63704720000000009e2",65.68220500000001],["-0.63717216000000008e2","0.65681656000000032e2"],["-0.63723609999999894e2","0.65680267000000015e2"],["-0.63728607000000011e2","0.65675812000000008e2"],["-0.63728881999999999e2","0.65673035000000141e2"],["-0.63723609999999894e2","0.65668869000000029e2"],["-0.63700553999999954e2","0.65655823000000112e2"],[-63.68360899999999,"0.65650818000000072e2"],["-0.63671669000000009e2","0.65648330999999985e2"],["-0.63504723000000013e2",65.6308140000001],["-0.63453330999999991e2","0.65629700000000128e2"],["-0.63432502999999997e2","0.65631927000000019e2"],["-0.63399726999999984e2","0.65634155000000135e2"],[-63.375,"0.65632202000000007e2"],[-63.36860699999994,"0.65629150000000095e2"],["-0.63351669000000015e2",65.61775200000011],["-0.63326667999999984e2","0.65600815000000068e2"],["-0.63319999999999936e2","0.65593322999999998e2"],["-0.63336661999999933e2","0.65556930999999963e2"],[-63.34332999999998,"0.65548325000000091e2"],["-0.63355003000000011e2","0.65537766000000033e2"],["-0.63359726000000023e2","0.65536102000000028e2"],["-0.63373610999999983e2","0.65533874999999966e2"],["-0.63463332999999977e2","0.65522766000000047e2"],["-0.63474715999999887e2","0.65523605000000032e2"],["-0.63482215999999937e2","0.65525269000000037e2"],["-0.63488608999999997e2","0.65528320000000065e2"],[-63.501396,"0.65536377000000016e2"],["-0.63523055999999997e2","0.65550812000000121e2"],["-0.63532775999999899e2","0.65558594000000085e2"],["-0.63541114999999934e2","0.65570267000000115e2"],["-0.63541388999999867e2","0.65574158000000011e2"],["-0.63546669000000009e2","0.65581100000000106e2"],["-0.63561278999999956e2","0.65585372999999947e2"],["-0.63567943999999954e2","0.65590042000000096e2"],["-0.63572449000000006e2","0.65591209000000049e2"],["-0.63581279999999992e2","0.65591873000000078e2"],["-0.63589943000000005e2","0.65591209000000049e2"],["-0.63595778999999993e2","0.65589035000000081e2"],["-0.63608894000000021e2","0.65589981000000023e2"],["-0.63618331999999953e2","0.65541931000000034e2"],["-0.63616660999999908e2","0.65537490999999989e2"],["-0.63612777999999878e2","0.65533325000000104e2"],["-0.63601395000000025e2","0.65530273000000022e2"],["-0.63530280999999945e2","0.65512206999999989e2"],[-63.43277699999993,"0.65484421000000111e2"],["-0.63391945000000021e2","0.65472488000000112e2"],["-0.63362503000000004e2","0.65463318000000015e2"],["-0.63309165999999948e2","0.65445525999999973e2"],["-0.63301665999999898e2","0.65441650000000095e2"],["-0.63295279999999991e2","0.65436371000000122e2"],["-0.63290839999999946e2","0.65431656000000089e2"],["-0.63292777999999998e2","0.65428863999999976e2"],["-0.63393889999999942e2","0.65425262000000032e2"],["-0.63409995999999921e2","0.65426651000000049e2"],["-0.63468886999999938e2","0.65439697000000137e2"],["-0.63495276999999987e2","0.65450272000000098e2"],["-0.63502785000000017e2","0.65454162999999994e2"],["-0.63521666999999979e2","0.65461105000000089e2"],["-0.63532775999999899e2","0.65464705999999978e2"],["-0.63553329000000019e2","0.65468872000000033e2"],["-0.63568892999999946e2","0.65471649000000127e2"],["-0.63583327999999995e2",65.4727630000001],[-63.64305899999988,"0.65473602000000085e2"],[-63.65444199999996,"0.65472213999999951e2"],["-0.63655555999999933e2","0.65470824999999991e2"],["-0.63654716000000008e2","0.65464995999999985e2"],["-0.63627494999999954e2","0.65455826000000116e2"],["-0.63563613999999973e2","0.65435806000000071e2"],["-0.63483611999999994e2","0.65404984000000013e2"],["-0.63335555999999997e2",65.30053700000002],["-0.63335830999999985e2","0.65295531999999923e2"],["-0.63424720999999977e2","0.65229430999999977e2"],["-0.63472220999999934e2","0.65196365000000014e2"],["-0.63418892000000028e2","0.65145263999999997e2"],["-0.63376944999999978e2","0.65110809000000017e2"],["-0.63424445999999932e2","0.65049149000000114e2"],["-0.63464721999999938e2","0.65018051000000128e2"],["-0.63527221999999995e2","0.64971924000000058e2"],["-0.63528335999999967e2","0.64967758000000003e2"],["-0.63546950999999979e2","0.64887207000000046e2"],["-0.63653885000000002e2","0.64911652000000061e2"],["-0.63659720999999934e2","0.64939697000000081e2"],["-0.63747779999999977e2","0.64962203999999986e2"],["-0.63824172999999973e2","0.64984711000000061e2"],["-0.63828339000000028e2","0.65010817999999915e2"],["-0.63825561999999877e2","0.65012771999999984e2"],["-0.63720276000000013e2","0.65030823000000112e2"],["-0.63669723999999917e2","0.65034988000000112e2"],["-0.63659995999999978e2",65.03637700000013],["-0.63655272999999966e2",65.03804000000008],[-63.658051,"0.65041091999999992e2"],["-0.63664718999999934e2","0.65043594000000041e2"],["-0.63685554999999965e2","0.65047759999999982e2"],["-0.63697776999999974e2","0.65049423000000047e2"],["-0.63732215999999994e2","0.65048874000000126e2"],["-0.63751944999999978e2","0.65045258000000047e2"],["-0.63782218999999941e2","0.65034149000000014e2"],["-0.63801940999999999e2","0.65030273000000079e2"],["-0.63824447999999961e2","0.65027481000000023e2"],["-0.63849723999999924e2","0.65030273000000079e2"],["-0.63861114999999984e2","0.65033325000000048e2"],["-0.63870551999999918e2","0.65040816999999947e2"],["-0.63873885999999914e2",65.04553199999998],["-0.63875556999999958e2","0.65050262000000032e2"],["-0.63885559000000001e2","0.65079987000000131e2"],["-0.63886116000000015e2","0.65085815000000025e2"],["-0.63881667999999934e2","0.65096939000000134e2"],["-0.63948607999999979e2","0.65100540000000024e2"],["-0.64121108999999933e2","0.65043869000000086e2"],["-0.64132491999999957e2","0.65044434000000081e2"],["-0.64140839000000028e2","0.65047211000000004e2"],["-0.64267226999999991e2","0.65094147000000021e2"],["-0.64275833000000034e2","0.65098877000000073e2"],["-0.64271118000000001e2","0.65103317000000061e2"],[-64.22193900000002,"0.65146942000000081e2"],["-0.64208892999999989e2","0.65155258000000003e2"],[-64.18582200000003,"0.65163879000000065e2"],["-0.64167220999999927e2","0.65170532000000037e2"],["-0.64131103999999937e2","0.65182480000000112e2"],["-0.64129715000000033e2","0.65193588000000091e2"],["-0.64203613000000018e2","0.65199707000000103e2"],["-0.64211944999999901e2","0.65199996999999939e2"],["-0.64231383999999991e2","0.65196930000000009e2"],["-0.64301940999999999e2","0.65163040000000137e2"],[-64.30999799999995,65.15914900000007],["-0.64314712999999983e2",65.15248100000008],["-0.64339172000000019e2","0.65161377000000016e2"],[-64.37332200000003,"0.65177200000000028e2"],["-0.64380828999999892e2","0.65181091000000094e2"],["-0.64395844000000011e2","0.65207214000000079e2"],["-0.64407227000000034e2","0.65275818000000015e2"],["-0.64405272999999909e2","0.65285537999999917e2"],["-0.64402785999999935e2","0.65291092000000106e2"],["-0.64398620999999935e2",65.29693600000013],["-0.64389724999999999e2","0.65304428000000087e2"],["-0.64355835000000013e2","0.65324996999999996e2"],["-0.64333327999999995e2","0.65337203999999986e2"],[-64.30999799999995,"0.65349990999999989e2"],["-0.64300551999999982e2","0.65355819999999994e2"],[-64.25556899999998,"0.65386382999999967e2"],["-0.64250838999999871e2","0.65390823000000012e2"],["-0.64236389000000031e2","0.65421920999999998e2"],["-0.64234160999999972e2","0.65427199999999971e2"],["-0.64237212999999997e2","0.65429977000000065e2"],["-0.64248885999999914e2","0.65430542000000116e2"],["-0.64272781000000009e2","0.65428588999999988e2"],["-0.64291107000000011e2","0.65422484999999938e2"],["-0.64431380999999988e2","0.65326934999999992e2"],["-0.64461670000000026e2","0.65294983000000002e2"],["-0.64471664000000033e2","0.65283324999999991e2"],["-0.64474715999999944e2","0.65272491000000116e2"],["-0.64468886999999938e2","0.65263885000000016e2"],["-0.64463897999999972e2","0.65258881000000031e2"],["-0.64456954999999994e2","0.65249420000000043e2"],["-0.64452498999999989e2","0.65241653000000099e2"],["-0.64455565999999976e2","0.65207214000000079e2"],["-0.64462218999999948e2","0.65190810999999997e2"],["-0.64468337999999903e2","0.65180267000000129e2"],["-0.64509734999999921e2",65.12052900000009],["-0.64521117999999944e2","0.65109146000000123e2"],["-0.64535004000000015e2","0.65097214000000122e2"],["-0.64549987999999985e2",65.09275800000006],["-0.64555556999999965e2","0.65092209000000082e2"],["-0.64561934999999949e2","0.65094986000000006e2"],["-0.64567504999999926e2","0.65115814000000057e2"],["-0.64567504999999926e2","0.65119979999999998e2"],["-0.64569457999999941e2","0.65124419999999986e2"],["-0.64580001999999922e2","0.65128860000000032e2"],["-0.64611389000000031e2","0.65141937000000041e2"],["-0.64641112999999962e2","0.65149993999999992e2"],["-0.64655272999999966e2","0.65166092000000049e2"],["-0.64718338000000017e2","0.65222487999999942e2"],["-0.64760284000000013e2",65.25221300000004],["-0.64765014999999948e2","0.65247756999999979e2"],["-0.64778335999999967e2","0.65238585999999998e2"],["-0.64788329999999917e2",65.23414600000001],["-0.64801102000000014e2","0.65230820000000108e2"],["-0.64814712999999983e2","0.65235259999999982e2"],["-0.64864440999999999e2","0.65256653000000085e2"],["-0.64883895999999993e2","0.65265273999999977e2"],["-0.64891113000000018e2","0.65269150000000081e2"],["-0.64896666999999979e2","0.65273315000000082e2"],["-0.64898346000000004e2","0.65275818000000015e2"],["-0.64910552999999993e2",65.29942299999999],["-0.64910827999999981e2","0.65303589000000102e2"],["-0.64910004000000015e2","0.65304977000000008e2"],["-0.64855887999999936e2","0.65314545000000123e2"],["-0.64834228999999937e2","0.65319046000000014e2"],["-0.64823387000000025e2","0.65318214000000125e2"],["-0.64796111999999937e2",65.31860400000005],["-0.64793883999999991e2","0.65314697000000081e2"],["-0.64786391999999978e2","0.65310806000000014e2"],["-0.64777221999999995e2",65.30914300000012],["-0.64757171999999912e2","0.65313095000000033e2"],["-0.64752173999999911e2","0.65314255000000117e2"],["-0.64696105999999872e2","0.65329712000000029e2"],["-0.64691101000000003e2","0.65331940000000031e2"],["-0.64687209999999936e2","0.65334991000000059e2"],["-0.64685271999999998e2","0.65337493999999992e2"],["-0.64684433000000013e2","0.65341095000000053e2"],["-0.64689162999999951e2","0.65341660000000104e2"],["-0.64799728000000016e2","0.65346939000000077e2"],["-0.64813613999999973e2","0.65347214000000065e2"],["-0.64868056999999965e2","0.65339706000000092e2"],["-0.64897780999999952e2","0.65334152000000074e2"],["-0.64909163999999976e2","0.65334717000000126e2"],["-0.64912216000000001e2","0.65338042999999971e2"],["-0.64910552999999993e2",65.33998100000008],["-0.64904723999999987e2","0.65343596999999932e2"],["-0.64609160999999972e2","0.65426376000000005e2"],["-0.64591110000000015e2","0.65429703000000131e2"],["-0.64583892999999989e2","0.65430267000000072e2"],["-0.64508347000000015e2","0.65425812000000064e2"],["-0.64477218999999991e2","0.65421097000000032e2"],["-0.64466400000000021e2","0.65417480000000069e2"],["-0.64458343999999954e2","0.65416656000000103e2"],["-0.64448607999999979e2","0.65418319999999937e2"],["-0.64441939999999931e2","0.65420258000000103e2"],["-0.64433608999999933e2","0.65429153000000099e2"],["-0.64429992999999968e2","0.65434417999999994e2"],[-64.40943900000002,"0.65473877000000073e2"],["-0.64412780999999939e2","0.65478592000000106e2"],["-0.64418335000000013e2","0.65482758000000047e2"],["-0.64434432999999899e2","0.65484146000000123e2"],["-0.64551940999999999e2","0.65457764000000054e2"],["-0.64695267000000001e2","0.65427765000000022e2"],["-0.64795273000000009e2","0.65415268000000026e2"],["-0.64806655999999919e2","0.65413879000000009e2"],[-64.82417299999986,"0.65413315000000068e2"],["-0.64833618000000001e2","0.65414429000000041e2"],["-0.64843886999999938e2","0.65417205999999965e2"],["-0.64845550999999944e2","0.65419434000000138e2"],["-0.64854996000000028e2","0.65422759999999982e2"],["-0.64863891999999964e2","0.65424698000000092e2"],["-0.64869719999999973e2","0.65423874000000126e2"],["-0.64974166999999966e2","0.65404708999999968e2"],["-0.64981110000000001e2","0.65401932000000102e2"],["-0.64987502999999947e2",65.39776599999999],["-0.64990279999999927e2","0.65393875000000094e2"],["-0.64988602000000014e2","0.65379424999999969e2"],[-64.98582499999992,"0.65371368000000018e2"],["-0.64989715999999987e2",65.36831699999999],["-0.65001113999999916e2","0.65366652999999985e2"],["-0.65016112999999962e2","0.65367203000000018e2"],["-0.65058883999999978e2","0.65376648000000102e2"],["-0.65075012000000015e2","0.65383041000000048e2"],["-0.65136123999999995e2","0.65422484999999938e2"],["-0.65144164999999873e2","0.65427765000000022e2"],["-0.65149993999999992e2","0.65434143000000006e2"],["-0.65168883999999991e2","0.65482758000000047e2"],["-0.65168059999999969e2","0.65483871000000079e2"],["-0.65160003999999958e2",65.48803700000002],["-0.65149445000000014e2","0.65493042000000059e2"],["-0.65142501999999922e2","0.65495818999999983e2"],["-0.65129990000000021e2",65.49859600000002],["-0.65110274999999945e2","0.65497482000000048e2"],["-0.65082503999999972e2","0.65500548999999978e2"],["-0.64929717999999923e2","0.65524703999999986e2"],["-0.64854445999999996e2","0.65583603000000096e2"],["-0.64836944999999957e2","0.65605819999999937e2"],["-0.64767226999999991e2",65.63998399999997],["-0.64741669000000002e2","0.65641662999999994e2"],["-0.64723052999999993e2","0.65643600000000049e2"],["-0.64711944999999957e2","0.65647217000000012e2"],[-64.70944199999991,"0.65650543000000027e2"],["-0.64710007000000019e2","0.65652205999999978e2"],[-64.71444699999995,"0.65653320000000122e2"],["-0.64768340999999964e2","0.65659988000000112e2"],["-0.64794723999999974e2","0.65661926000000051e2"],["-0.64818618999999956e2","0.65661926000000051e2"],["-0.64828063999999927e2","0.65661102000000085e2"],["-0.64843886999999938e2","0.65658034999999984e2"],["-0.64853333000000021e2","0.65654709000000139e2"],["-0.64872222999999963e2",65.64498900000001],["-0.64888901000000033e2","0.65629150000000095e2"],["-0.64899993999999936e2","0.65616378999999995e2"],["-0.64952498999999875e2",65.56442300000009],["-0.64974166999999966e2","0.65551376000000062e2"],["-0.64993606999999884e2","0.65548035000000027e2"],["-0.65110274999999945e2","0.65541092000000049e2"],[-65.15306099999998,65.53915400000011],["-0.65311110999999983e2","0.65548874000000012e2"],["-0.65318344000000025e2","0.65550537000000134e2"],["-0.65326400999999976e2","0.65556366000000139e2"],["-0.65333327999999995e2","0.65563599000000124e2"],["-0.65338607999999965e2","0.65575546000000088e2"],["-0.65308334000000002e2","0.65621094000000028e2"],["-0.65303328999999962e2",65.62831099999994],["-0.65299987999999928e2",65.6308140000001],["-0.65295837000000006e2","0.65631653000000085e2"],["-0.65275283999999942e2","0.65631363000000079e2"],["-0.65252228000000002e2","0.65629974000000061e2"],["-0.65217772999999966e2","0.65629974000000061e2"],["-0.65188599000000011e2","0.65629974000000061e2"],["-0.65153884999999946e2","0.65630264000000068e2"],["-0.65125823999999966e2","0.65633330999999998e2"],["-0.65112503000000004e2","0.65637207000000103e2"],["-0.65105835000000013e2","0.65639435000000049e2"],["-0.65103881999999999e2","0.65642487000000131e2"],["-0.65103881999999999e2","0.65651932000000045e2"],["-0.65109436000000017e2","0.65658875000000023e2"],["-0.65106948999999986e2","0.65667205999999908e2"],["-0.65105835000000013e2","0.65668594000000041e2"],[-65.09973100000002,"0.65671920999999941e2"],["-0.64994445999999925e2",65.70138500000013],["-0.64981383999999991e2","0.65704712000000086e2"],["-0.64969726999999978e2","0.65706650000000025e2"],["-0.64942215000000033e2","0.65709152000000074e2"],["-0.64922501000000011e2","0.65709427000000119e2"],["-0.64902495999999985e2","0.65708602999999982e2"],["-0.64814712999999983e2","0.65712769000000037e2"],["-0.64803328999999962e2","0.65714157000000114e2"],["-0.64798339999999996e2","0.65716385000000116e2"],["-0.64793609999999887e2","0.65719985999999949e2"],["-0.64791381999999999e2","0.65723312000000021e2"],["-0.64794997999999964e2","0.65728043000000127e2"],["-0.64801940999999886e2","0.65730270000000019e2"],["-0.64815552000000025e2","0.65730545000000006e2"],[-64.90695199999999,"0.65728867000000093e2"],["-0.64973052999999993e2","0.65723602000000028e2"],["-0.64996947999999918e2","0.65721374999999966e2"],["-0.65024719000000005e2","0.65716934000000037e2"],["-0.65057219999999973e2","0.65710266000000047e2"],["-0.65076110999999912e2","0.65705551000000014e2"],["-0.65103058000000033e2","0.65694427000000132e2"],[-65.11610399999995,"0.65685257000000092e2"],["-0.65138610999999969e2","0.65671096999999975e2"],["-0.65144454999999994e2","0.65667480000000012e2"],["-0.65164168999999958e2","0.65656937000000084e2"],["-0.65168334999999956e2","0.65656097000000045e2"],["-0.65369994999999903e2","0.65661102000000085e2"],["-0.65431380999999931e2","0.65669144000000074e2"],["-0.65441665999999884e2","0.65671646000000123e2"],["-0.65449996999999883e2","0.65674988000000042e2"],["-0.65454452999999887e2","0.65678314000000114e2"],["-0.65456954999999937e2",65.68220500000001],["-0.65456389999999999e2",65.68553199999991],["-0.65452498999999932e2",65.69081100000011],["-0.65447768999999994e2","0.65695251000000098e2"],["-0.65460281000000009e2",65.74136400000009],["-0.65490279999999927e2","0.65735809000000017e2"],["-0.65497771999999941e2","0.65737487999999985e2"],[-65.50556899999998,65.74331699999999],["-0.65505004999999983e2","0.65751663000000121e2"],["-0.65498885999999857e2","0.65763046000000088e2"],["-0.65455276000000026e2","0.65832489000000066e2"],["-0.65449158000000011e2","0.65841094999999939e2"],["-0.65439437999999996e2",65.8477630000001],["-0.65357223999999974e2","0.65902480999999909e2"],["-0.65152221999999938e2","0.65957764000000111e2"],["-0.65137787000000003e2","0.65961104999999975e2"],["-0.65050277999999992e2",65.98054500000012],["-0.64963897999999972e2","0.65998596000000134e2"],["-0.64946105999999986e2","0.66001389000000131e2"],["-0.64934722999999906e2","0.66002213000000097e2"],["-0.64923049999999989e2","0.66001389000000131e2"],["-0.64898346000000004e2","0.65996933000000013e2"],["-0.64880828999999949e2","0.65989975000000015e2"],["-0.64851104999999961e2",65.98054500000012],["-0.64842223999999931e2","0.65978043000000071e2"],["-0.64801392000000021e2","0.65969436999999971e2"],["-0.64772506999999962e2","0.65966095000000053e2"],["-0.64755004999999926e2","0.65966095000000053e2"],["-0.64743332000000009e2","0.65967484000000013e2"],["-0.64735001000000011e2","0.65969436999999971e2"],["-0.64733886999999925e2",65.97554000000008],["-0.64738601999999958e2","0.65978867000000037e2"],["-0.64765014999999948e2","0.65988037000000077e2"],["-0.64821670999999981e2","0.66044708000000014e2"],["-0.64750838999999928e2","0.66185532000000023e2"],["-0.64721663999999976e2","0.66217483999999956e2"],["-0.64712219000000005e2","0.66223602000000085e2"],["-0.64605834999999956e2","0.66259155000000135e2"],["-0.64480559999999969e2","0.66296371000000079e2"],["-0.64451950000000011e2","0.66303589000000102e2"],["-0.64405563000000029e2","0.66315811000000053e2"],["-0.64388610999999912e2","0.66321655000000078e2"],["-0.64375548999999921e2","0.66327209000000039e2"],["-0.64365829000000019e2","0.66333053999999947e2"],["-0.64356383999999935e2","0.66340546000000074e2"],["-0.64354172000000005e2","0.66348038000000031e2"],["-0.64356383999999935e2","0.66349715999999944e2"],["-0.64366104000000007e2","0.66350815000000125e2"],["-0.64377486999999974e2","0.66349990999999989e2"],["-0.64443877999999984e2","0.66344711000000075e2"],["-0.64464721999999938e2",66.34304800000001],[-64.71444699999995,"0.66274994000000049e2"],["-0.64718886999999995e2","0.66273315000000025e2"],["-0.64789168999999958e2","0.66236374000000126e2"],["-0.64796111999999937e2","0.66231659000000093e2"],["-0.64839995999999985e2","0.66193313999999987e2"],["-0.64858046999999942e2","0.66149993999999992e2"],["-0.64856658999999979e2","0.66139984000000084e2"],["-0.64851944000000003e2","0.66124984999999981e2"],["-0.64849730999999963e2",66.12052900000009],["-0.64854171999999949e2","0.66109711000000118e2"],["-0.64858886999999982e2","0.66106093999999985e2"],["-0.64933884000000035e2","0.66080276000000026e2"],["-0.64948607999999979e2","0.66076934999999992e2"],["-0.65126098999999954e2",66.03776600000009],["-0.65381942999999922e2","0.65975815000000125e2"],["-0.65398055999999997e2","0.65974700999999925e2"],["-0.65827788999999996e2","0.65953049000000078e2"],["-0.65876389000000017e2",65.94802900000002],["-0.65916106999999954e2",65.95109599999995],["-0.65928054999999972e2","0.65953873000000044e2"],["-0.65935546999999929e2","0.65958328000000051e2"],["-0.65939712999999927e2","0.65962493999999992e2"],[-65.96305799999999,"0.66034424000000001e2"],["-0.65963897999999915e2","0.66043869000000029e2"],["-0.65918883999999935e2","0.66086105000000032e2"],["-0.65911666999999852e2","0.66091660000000104e2"],["-0.65904175000000009e2","0.66094437000000028e2"],["-0.65786117999999988e2","0.66126373000000115e2"],["-0.65674712999999997e2","0.66157486000000119e2"],[-65.65055799999999,"0.66164429000000098e2"],["-0.65640838999999914e2","0.66168319999999994e2"],["-0.65634170999999924e2","0.66172484999999995e2"],["-0.65564162999999951e2","0.66226929000000041e2"],["-0.65545546999999942e2","0.66243317000000104e2"],["-0.65471114999999941e2","0.66342484000000013e2"],["-0.65471663999999919e2","0.66383606000000043e2"],["-0.65473617999999931e2","0.66385817999999915e2"],["-0.65475829999999974e2","0.66387771999999984e2"],["-0.65479172000000005e2","0.66388046000000088e2"],["-0.65482773000000009e2","0.66387771999999984e2"],["-0.65489715999999987e2","0.66385817999999915e2"],["-0.65501677999999913e2","0.66376373000000058e2"],["-0.65553878999999938e2",66.32777400000009],["-0.65555831999999953e2","0.66325272000000041e2"],["-0.65559433000000013e2","0.66320541000000105e2"],["-0.65561660999999901e2","0.66314423000000147e2"],["-0.65564437999999996e2","0.66293593999999985e2"],["-0.65562774999999988e2","0.66288315000000011e2"],["-0.65562774999999988e2","0.66283324999999934e2"],["-0.65571670999999981e2","0.66268326000000059e2"],["-0.65598891999999921e2","0.66244979999999998e2"],["-0.65610549999999876e2","0.66235809000000074e2"],["-0.65696944999999971e2","0.66180542000000116e2"],["-0.65702498999999989e2","0.66177475000000015e2"],["-0.65844161999999926e2","0.66135817999999972e2"],["-0.65926940999999999e2","0.66114700000000084e2"],["-0.65951950000000011e2","0.66108871000000079e2"],[-65.96833799999996,"0.66108032000000094e2"],["-0.66073623999999995e2",66.12052900000009],["-0.66139174999999966e2","0.66131362999999965e2"],["-0.66145003999999972e2",66.1336060000001],["-0.66147232000000031e2","0.66135269000000051e2"],["-0.66200835999999981e2","0.66194977000000051e2"],["-0.66191100999999946e2","0.66239974999999959e2"],[-66.25111400000003,"0.66242203000000131e2"],["-0.66371384000000035e2",66.22526600000009],["-0.66401947000000007e2","0.66200821000000076e2"],["-0.66478333000000021e2","0.66201660000000061e2"],["-0.66489715999999873e2","0.66202774000000034e2"],["-0.66496947999999975e2",66.20498699999996],["-0.66505004999999926e2","0.66208878000000027e2"],["-0.66524445000000014e2","0.66224152000000117e2"],["-0.66529998999999918e2","0.66229156000000103e2"],["-0.66534164000000033e2","0.66233046999999999e2"],["-0.66540832999999964e2","0.66241653000000099e2"],["-0.66542770000000019e2",66.24664300000012],["-0.66577498999999989e2","0.66354430999999977e2"],["-0.66576110999999969e2",66.35914600000001],["-0.66570007000000032e2","0.66365540000000067e2"],["-0.66564162999999951e2","0.66369141000000127e2"],[-66.53694200000001,"0.66378035999999952e2"],["-0.66500564999999995e2","0.66388046000000088e2"],["-0.66454726999999991e2","0.66398041000000148e2"],["-0.66445267000000001e2","0.66401382000000012e2"],["-0.66438323999999909e2",66.40415999999999],["-0.66434433000000013e2","0.66407211000000018e2"],["-0.66437209999999936e2","0.66413315000000068e2"],["-0.66441939999999988e2","0.66414429000000041e2"],["-0.66466109999999901e2","0.66414992999999981e2"],["-0.66473617999999988e2","0.66414429000000041e2"],["-0.66481383999999991e2","0.66413040000000024e2"],["-0.66597778000000005e2","0.66386932000000115e2"],["-0.66604996000000028e2","0.66376373000000058e2"],["-0.66610001000000011e2","0.66371368000000018e2"],["-0.66617492999999911e2","0.66368591000000094e2"],["-0.66629990000000021e2",66.36775200000011],["-0.66713897999999972e2","0.66368866000000082e2"],["-0.66724166999999909e2","0.66369431000000134e2"],["-0.66730834999999956e2","0.66369980000000112e2"],["-0.66743057000000022e2","0.66372756999999979e2"],["-0.66767775999999913e2","0.66380539000000113e2"],["-0.66821670999999924e2","0.66458037999999931e2"],["-0.66821670999999924e2","0.66460815000000025e2"],["-0.66806380999999931e2","0.66531936999999971e2"],["-0.66851943999999946e2","0.66583328000000051e2"],["-0.66972228999999913e2","0.66628860000000088e2"],["-0.66999724999999955e2","0.66638321000000019e2"],["-0.67023055999999997e2","0.66643326000000059e2"],["-0.67036117999999931e2","0.66644714000000022e2"],["-0.67048889000000031e2","0.66644714000000022e2"],["-0.67058884000000035e2","0.66642761000000064e2"],["-0.67060546999999985e2","0.66640273999999977e2"],[-67.05610699999994,"0.66633605999999986e2"],["-0.67043334999999956e2","0.66625809000000061e2"],["-0.67016662999999937e2","0.66615265000000022e2"],["-0.66950561999999877e2","0.66592209000000139e2"],["-0.66908339999999953e2","0.66578049000000078e2"],["-0.66887511999999901e2","0.66569442999999978e2"],["-0.66884170999999867e2","0.66566086000000041e2"],["-0.66889450000000011e2","0.66561096000000134e2"],["-0.67105559999999969e2","0.66485809000000017e2"],["-0.67118331999999953e2","0.66484985000000052e2"],["-0.67133620999999948e2","0.66485809000000017e2"],["-0.67176940999999943e2","0.66489700000000084e2"],["-0.67189712999999927e2","0.66491653000000042e2"],["-0.67198607999999979e2","0.66494141000000013e2"],["-0.67202224999999999e2","0.66497208000000114e2"],["-0.67203887999999949e2","0.66505264000000011e2"],["-0.67192215000000033e2",66.51527400000009],["-0.67186110999999983e2","0.66524428999999941e2"],[-67.19027699999998,"0.66529160000000104e2"],["-0.67327224999999999e2","0.66595825000000048e2"],["-0.67338332999999977e2","0.66597762999999986e2"],[-67.34584000000001,"0.66597214000000008e2"],["-0.67398620999999878e2","0.66589157000000057e2"],["-0.67410003999999958e2","0.66585540999999978e2"],["-0.67463622999999984e2","0.66578873000000044e2"],["-0.67515015000000005e2","0.66573607999999979e2"],["-0.67581116000000009e2","0.66575271999999984e2"],["-0.67639724999999999e2","0.66580551000000128e2"],["-0.67726943999999889e2","0.66576660000000061e2"],["-0.67737212999999997e2","0.66574158000000011e2"],["-0.67740828999999962e2","0.66571106000000043e2"],["-0.67742767000000015e2","0.66568328999999949e2"],["-0.67741942999999935e2","0.66564148000000046e2"],["-0.67735001000000011e2","0.66561371000000008e2"],["-0.67722777999999892e2","0.66558029000000033e2"],["-0.67701110999999855e2",66.55581699999999],["-0.67499999999999943e2","0.66544838000000027e2"],["-0.67426102000000014e2","0.66541367000000037e2"],["-0.67407776000000013e2","0.66542206000000022e2"],["-0.67395843999999954e2","0.66544708000000071e2"],["-0.67380553999999904e2","0.66545822000000044e2"],["-0.67373885999999914e2","0.66545822000000044e2"],["-0.67365829000000019e2","0.66544434000000138e2"],["-0.67296386999999925e2","0.66526093000000003e2"],["-0.67281676999999945e2",66.51887499999998],["-0.67148620999999991e2","0.66443863000000022e2"],["-0.67143889999999999e2","0.66437759000000028e2"],["-0.67143615999999952e2","0.66435531999999967e2"],["-0.67138061999999991e2","0.66382202000000063e2"],["-0.67139724999999999e2","0.66376648000000046e2"],["-0.67160827999999981e2","0.66365540000000067e2"],["-0.67172501000000011e2","0.66363876000000062e2"],["-0.67185271999999941e2","0.66363602000000128e2"],["-0.67197768999999994e2",66.365814],["-0.67291671999999892e2","0.66399429000000055e2"],["-0.67337509000000011e2","0.66418869000000086e2"],["-0.67338988999999913e2","0.66422852000000091e2"],["-0.67343063000000029e2","0.66426650999999993e2"],["-0.67350280999999939e2","0.66428863999999976e2"],["-0.67365829000000019e2","0.66429703000000131e2"],["-0.67389724999999942e2","0.66430817000000104e2"],["-0.67406386999999995e2","0.66429703000000131e2"],["-0.67410552999999993e2","0.66425262000000032e2"],["-0.67410003999999958e2","0.66420821999999987e2"],["-0.67383330999999998e2","0.66401932000000045e2"],["-0.67378326000000015e2","0.66398604999999918e2"],[-67.36860699999994,"0.66394714000000022e2"],[-67.31361400000003,"0.66376373000000058e2"],["-0.67288604999999961e2","0.66368866000000082e2"],["-0.67240828999999962e2","0.66358871000000022e2"],["-0.67195830999999998e2","0.66354980000000126e2"],["-0.67188598999999954e2","0.66352203000000031e2"],["-0.67133057000000008e2","0.66313873000000115e2"],["-0.67125274999999988e2",66.30693100000002],["-0.67126099000000011e2","0.66305542000000003e2"],["-0.67129165999999941e2","0.66303589000000102e2"],["-0.67139449999999954e2","0.66301376000000118e2"],["-0.67162216000000001e2","0.66298874000000069e2"],["-0.67183884000000035e2","0.66297485000000052e2"],["-0.67194153000000028e2","0.66297760000000039e2"],["-0.67208618000000001e2","0.66299988000000042e2"],["-0.67226944000000003e2","0.66304153000000042e2"],["-0.67240828999999962e2","0.66304153000000042e2"],["-0.67254181000000017e2","0.66302765000000136e2"],["-0.67261672999999973e2","0.66299149000000057e2"],["-0.67282226999999978e2","0.66275269000000037e2"],["-0.67297501000000011e2","0.66276093000000003e2"],["-0.67399170000000026e2","0.66292480000000012e2"],["-0.67413895000000025e2","0.66296646000000067e2"],["-0.67450287000000003e2","0.66316666000000112e2"],["-0.67453063999999927e2","0.66320541000000105e2"],["-0.67453339000000028e2","0.66322495000000117e2"],["-0.67494719999999973e2","0.66356934000000138e2"],["-0.67526108000000022e2","0.66382202000000063e2"],[-67.5625,"0.66407486000000063e2"],["-0.67566665999999998e2","0.66409424000000001e2"],["-0.67603057999999976e2","0.66418594000000041e2"],["-0.67634170999999981e2","0.66424698000000092e2"],["-0.67690826000000015e2","0.66435256999999922e2"],[-67.71305799999999,"0.66436096000000077e2"],["-0.67730285999999978e2","0.66439971999999955e2"],["-0.67812499999999943e2","0.66463043000000027e2"],["-0.67825286999999946e2",66.46775800000006],["-0.67828612999999905e2","0.66470824999999934e2"],["-0.67834732000000031e2",66.48332199999993],["-0.67838607999999908e2","0.66491653000000042e2"],["-0.67923614999999927e2","0.66516098000000056e2"],["-0.67952498999999989e2","0.66514709000000039e2"],["-0.67985824999999863e2","0.66509720000000073e2"],["-0.67992767000000015e2","0.66506943000000035e2"],["-0.67992767000000015e2","0.66503876000000105e2"],["-0.67944716999999855e2","0.66478867000000093e2"],["-0.67929169000000002e2","0.66473038000000088e2"],["-0.67906113000000005e2","0.66468048000000067e2"],["-0.67886948000000018e2","0.66461928999999998e2"],["-0.67870269999999948e2","0.66454712000000086e2"],["-0.67760558999999944e2","0.66358032000000037e2"],["-0.67756392999999946e2","0.66353317000000004e2"],["-0.67711120999999935e2","0.66296936000000073e2"],["-0.67701401000000033e2","0.66284714000000122e2"],["-0.67701674999999966e2","0.66278320000000065e2"],["-0.67705565999999976e2","0.66275269000000037e2"],["-0.67724716000000001e2","0.66260818000000029e2"],["-0.67672225999999966e2","0.66228317000000118e2"],["-0.67570556999999951e2","0.66184143000000006e2"],["-0.67454453000000001e2","0.66144714000000079e2"],["-0.67399993999999992e2","0.66126373000000115e2"],["-0.67281386999999938e2","0.66083054000000004e2"],["-0.67165008999999998e2","0.66036926000000051e2"],["-0.67162506000000008e2","0.66035262999999929e2"],["-0.67243522999999925e2","0.65978301999999985e2"],["-0.67173049999999876e2","0.65918593999999985e2"],["-0.67185821999999973e2","0.65912200999999982e2"],["-0.67194442999999978e2","0.65909714000000122e2"],["-0.67201674999999966e2",65.90914900000007],["-0.67429992999999911e2",65.90554800000001],["-0.67740554999999858e2","0.65894150000000025e2"],["-0.67795273000000009e2","0.65877197000000137e2"],["-0.67824172999999973e2","0.65880814000000044e2"],[-67.86471599999993,"0.65887772000000041e2"],["-0.67914444000000003e2","0.65899155000000064e2"],["-0.67938599000000011e2","0.65908035000000098e2"],[-68.02694699999995,65.99275200000011],["-0.68030563000000029e2","0.65998032000000023e2"],["-0.68031386999999995e2","0.66002213000000097e2"],["-0.68027221999999995e2","0.66060806000000071e2"],["-0.68025832999999977e2",66.06581100000011],["-0.68130828999999949e2","0.66126648000000102e2"],["-0.68244720000000029e2",66.1827550000001],["-0.68340285999999992e2","0.66196930000000009e2"],["-0.68538054999999929e2","0.66200821000000076e2"],["-0.68712783999999942e2",66.19859300000013],["-0.68808334000000002e2","0.66195816000000036e2"],["-0.68842498999999975e2","0.66193313999999987e2"],["-0.68851394999999968e2","0.66189972000000012e2"],["-0.68846389999999928e2","0.66186645999999996e2"],["-0.68835281000000009e2","0.66184981999999991e2"],["-0.68668610000000001e2","0.66178864000000033e2"],["-0.68568343999999968e2","0.66178588999999988e2"],["-0.68414718999999991e2","0.66159424000000058e2"],["-0.68403610000000015e2","0.66146378000000084e2"],["-0.68391113000000018e2","0.66135269000000051e2"],["-0.68383330999999941e2","0.66131087999999977e2"],["-0.68300277999999878e2","0.66092758000000003e2"],[-68.27806099999998,"0.66083602999999982e2"],["-0.68244155999999975e2","0.66071105999999986e2"],["-0.68237777999999935e2","0.66069992000000013e2"],["-0.68225554999999986e2","0.66069992000000013e2"],[-68.220551,"0.66073044000000095e2"],["-0.68218886999999995e2","0.66081375000000037e2"],[-68.22193900000002,"0.66085266000000104e2"],["-0.68229720999999984e2","0.66092209000000082e2"],["-0.68244155999999975e2","0.66099991000000045e2"],["-0.68246947999999975e2","0.66112761999999975e2"],["-0.68220000999999968e2","0.66128586000000041e2"],["-0.68202498999999932e2","0.66128859999999975e2"],["-0.68194716999999969e2","0.66127472000000068e2"],["-0.68157501000000025e2","0.66117477000000008e2"],["-0.68134170999999981e2","0.66109985000000052e2"],["-0.68118880999999988e2","0.66103592000000106e2"],["-0.68047226000000023e2","0.66064986999999974e2"],["-0.68048889000000031e2",66.00749200000007],["-0.68051940999999943e2","0.65996643000000006e2"],[-68.05360399999995,"0.65991088999999988e2"],["-0.68064437999999939e2","0.65984421000000054e2"],[-68.12388599999997,"0.65963043000000084e2"],["-0.68134170999999981e2","0.65963318000000129e2"],["-0.68173614999999984e2","0.65969436999999971e2"],["-0.68196945000000028e2","0.65973876999999959e2"],["-0.68210555999999997e2","0.65979430999999977e2"],[-68.27806099999998,"0.66014160000000061e2"],["-0.68304442999999878e2","0.66028046000000018e2"],["-0.68323897999999929e2","0.66003875999999991e2"],["-0.68333618000000001e2",65.93193100000002],["-0.68332229999999925e2",65.92886400000009],["-0.68325835999999981e2","0.65916382000000112e2"],["-0.68321670999999981e2","0.65911925999999994e2"],["-0.68304748999999958e2","0.65908661000000052e2"],["-0.68287780999999995e2","0.65907760999999994e2"],["-0.68260009999999909e2","0.65911377000000016e2"],["-0.68194153000000028e2","0.65921097000000145e2"],["-0.68156113000000005e2","0.65929703000000018e2"],["-0.68150283999999999e2","0.65930542000000003e2"],["-0.68142775999999969e2","0.65929152999999985e2"],["-0.68139998999999989e2","0.65927475000000072e2"],["-0.68136123999999995e2","0.65922760000000039e2"],["-0.68134734999999921e2","0.65913605000000018e2"],[-68.13290399999994,"0.65834885000000043e2"],["-0.68139175000000023e2","0.65817215000000147e2"],["-0.68147231999999974e2","0.65798325000000034e2"],["-0.68033324999999934e2","0.65776382000000069e2"],["-0.68023894999999868e2",65.77526899999998],["-0.68003066999999987e2","0.65778320000000008e2"],["-0.67923614999999927e2","0.65793869000000086e2"],["-0.67886123999999882e2","0.65804977000000065e2"],["-0.67821120999999948e2","0.65768050999999957e2"],["-0.67870269999999948e2","0.65689422999999977e2"],["-0.67942489999999964e2","0.65618042000000116e2"],["-0.67989165999999898e2",65.61914100000007],["-0.68058884000000035e2","0.65568053999999961e2"],["-0.68027221999999995e2","0.65558319000000097e2"],["-0.68012512000000015e2","0.65557754999999929e2"],["-0.68011672999999973e2","0.65558868000000018e2"],["-0.67998610999999983e2","0.65566939999999988e2"],[-67.98721299999994,"0.65571381000000088e2"],["-0.67971114999999998e2","0.65575271999999984e2"],["-0.67956664999999987e2","0.65571655000000021e2"],["-0.67951675000000023e2","0.65568329000000006e2"],["-0.67953063999999927e2","0.65557205000000124e2"],["-0.67955001999999979e2",65.55386400000009],["-0.68020844000000011e2",65.49803200000008],["-0.68027785999999935e2","0.65491653000000042e2"],["-0.68030288999999982e2","0.65487761999999975e2"],["-0.68030563000000029e2","0.65484421000000111e2"],["-0.68025832999999977e2","0.65481093999999985e2"],["-0.68022507000000019e2","0.65480545000000063e2"],[-68.00778200000002,"0.65485535000000084e2"],["-0.67941939999999931e2","0.65525269000000037e2"],["-0.67922500999999954e2","0.65538040000000137e2"],["-0.67860274999999945e2","0.65584427000000062e2"],["-0.67730285999999978e2","0.65636383000000137e2"],["-0.67712219000000005e2","0.65640823000000125e2"],["-0.67652495999999985e2","0.65651382000000012e2"],["-0.67466109999999958e2","0.65674149000000114e2"],["-0.67428604000000007e2","0.65676650999999993e2"],["-0.67402495999999928e2","0.65677475000000129e2"],["-0.67396118000000001e2","0.65676650999999993e2"],["-0.67382216999999912e2","0.65673874000000069e2"],["-0.67328063999999983e2","0.65662491000000045e2"],["-0.67319457999999941e2","0.65659423999999944e2"],["-0.67280562999999972e2","0.65642487000000131e2"],["-0.67275283999999999e2","0.65637772000000098e2"],["-0.67256667999999991e2","0.65615265000000022e2"],[-67.25389100000001,65.611649],["-0.67251677999999856e2","0.65606934000000138e2"],["-0.67253341999999975e2","0.65601654000000053e2"],["-0.67256667999999991e2","0.65599152000000004e2"],["-0.67272781000000009e2","0.65595261000000107e2"],["-0.67320557000000008e2","0.65586929000000112e2"],["-0.67333327999999938e2","0.65582489000000066e2"],["-0.67336120999999935e2","0.65580826000000002e2"],["-0.67456664999999987e2","0.65501937999999996e2"],["-0.67458892999999932e2",65.49803200000008],["-0.67451400999999919e2","0.65493590999999981e2"],["-0.67347504000000015e2","0.65458602999999982e2"],["-0.67221389999999985e2","0.65456375000000037e2"],["-0.67189986999999974e2","0.65458037999999988e2"],["-0.67180832000000009e2","0.65459152000000131e2"],["-0.67169158999999979e2","0.65461380000000077e2"],["-0.67155563000000029e2","0.65466934000000094e2"],["-0.67142226999999991e2","0.65469147000000078e2"],["-0.67081679999999949e2","0.65462494000000049e2"],["-0.67065552000000025e2","0.65458602999999982e2"],["-0.67058608999999933e2","0.65453597999999943e2"],["-0.67058043999999995e2","0.65451385000000016e2"],["-0.67058334000000002e2","0.65426651000000049e2"],["-0.67062774999999931e2","0.65417480000000069e2"],["-0.67078339000000028e2","0.65392211999999972e2"],["-0.67111114999999984e2","0.65364700000000028e2"],["-0.67118056999999965e2","0.65361922999999933e2"],[-67.12388599999997,"0.65360535000000027e2"],["-0.67134445000000028e2","0.65359711000000061e2"],["-0.67218063000000029e2","0.65358597000000088e2"],["-0.67255568999999923e2","0.65360535000000027e2"],["-0.67316101000000003e2","0.65358597000000088e2"],["-0.67400833000000034e2","0.65350266000000033e2"],["-0.67408889999999985e2","0.65348328000000095e2"],["-0.67413619999999923e2","0.65345825000000104e2"],["-0.67417770000000019e2","0.65342209000000025e2"],["-0.67416107000000011e2","0.65339157000000114e2"],[-67.40943900000002,"0.65333328000000108e2"],["-0.67399993999999992e2","0.65329712000000029e2"],["-0.67391113000000018e2","0.65327209000000096e2"],[-67.33666999999997,65.31721500000009],["-0.67326674999999966e2","0.65316940000000045e2"],["-0.67319167999999934e2","0.65318054000000018e2"],["-0.67315826000000015e2","0.65320541000000105e2"],["-0.67306655999999862e2","0.65330276000000026e2"],["-0.67306106999999997e2","0.65333602999999925e2"],["-0.67306945999999982e2","0.65338042999999971e2"],["-0.67303878999999938e2",65.34248400000007],["-0.67297501000000011e2","0.65347487999999998e2"],["-0.67291381999999942e2","0.65349716000000001e2"],["-0.67283614999999998e2","0.65351089000000059e2"],["-0.67269164999999987e2","0.65352203000000031e2"],["-0.67125548999999978e2","0.65311919999999986e2"],["-0.67119995000000017e2","0.65309982000000048e2"],["-0.67077788999999996e2","0.65250275000000101e2"],["-0.67063889000000017e2","0.65218322999999941e2"],[-66.93472300000002,"0.65233871000000136e2"],["-0.66933060000000012e2","0.65233597000000032e2"],["-0.66928878999999938e2","0.65229705999999965e2"],["-0.66948883000000023e2","0.65125259000000142e2"],["-0.66950835999999981e2",65.11692800000003],["-0.66953339000000028e2","0.65113036999999963e2"],["-0.66959166999999979e2","0.65106644000000017e2"],["-0.66967498999999975e2","0.65103866999999923e2"],["-0.67025283999999886e2",65.10832199999993],["-0.67044158999999922e2","0.65107483000000002e2"],["-0.67055557000000022e2","0.65105255000000056e2"],["-0.67066665999999998e2","0.65100815000000011e2"],["-0.67072234999999978e2","0.65097214000000122e2"],["-0.67106110000000001e2","0.65064147999999989e2"],["-0.67108611999999994e2","0.65060256999999922e2"],["-0.67107773000000009e2","0.65058868000000132e2"],["-0.67096114999999998e2","0.65056091000000038e2"],["-0.67085830999999985e2","0.65056366000000082e2"],["-0.67075012000000015e2","0.65058029000000147e2"],["-0.66890563999999983e2","0.65103317000000061e2"],["-0.66835555999999997e2","0.65137206999999989e2"],["-0.66756393000000003e2","0.65177200000000028e2"],[-66.74749799999995,"0.65180542000000003e2"],["-0.66730285999999921e2","0.65181366000000139e2"],["-0.66726105000000018e2","0.65180267000000129e2"],["-0.66725554999999986e2","0.65178040000000067e2"],["-0.66753341999999975e2","0.65113312000000008e2"],["-0.66801666000000012e2","0.65060806000000071e2"],["-0.66767501999999979e2","0.65024429000000112e2"],["-0.66743057000000022e2","0.64963042999999971e2"],["-0.66726944000000003e2","0.64913879000000122e2"],["-0.66727492999999924e2",64.90525800000006],["-0.66728057999999976e2",64.901657],["-0.66733063000000016e2","0.64888321000000019e2"],["-0.66739165999999955e2","0.64859985000000108e2"],["-0.66735000999999954e2","0.64824707000000103e2"],["-0.66734160999999915e2","0.64820541000000048e2"],["-0.66698043999999868e2","0.64761931999999945e2"],["-0.66694716999999912e2","0.64761383000000023e2"],["-0.66687774999999988e2","0.64762206999999989e2"],["-0.66654175000000009e2","0.64771103000000096e2"],["-0.66641113000000018e2","0.64775818000000129e2"],["-0.66632492000000013e2","0.64781372000000147e2"],["-0.66638061999999991e2","0.64785538000000031e2"],["-0.66676101999999901e2","0.64876082999999994e2"],["-0.66696944999999971e2",65.03276100000005],["-0.66694152999999972e2","0.65037201000000096e2"],["-0.66688660000000027e2","0.65038772999999935e2"],["-0.66673324999999977e2","0.65038589000000002e2"],["-0.66660827999999981e2","0.65037201000000096e2"],["-0.66618056999999965e2","0.65030273000000079e2"],["-0.66535278000000005e2","0.65010817999999915e2"],["-0.66530563000000029e2",65.00749200000007],[-66.49610899999999,"0.64983047000000056e2"],["-0.66488891999999908e2","0.64957489000000123e2"],["-0.66496658000000025e2","0.64945526000000086e2"],["-0.66495543999999995e2","0.64938873000000115e2"],["-0.66491378999999995e2","0.64934982000000048e2"],["-0.66486664000000019e2","0.64932205000000124e2"],["-0.66478606999999954e2","0.64929153000000042e2"],["-0.66388610999999969e2","0.64913315000000011e2"],["-0.66379165999999998e2","0.64912201000000039e2"],["-0.66368057000000022e2","0.64913605000000018e2"],["-0.66363892000000021e2","0.64917480000000012e2"],["-0.66361938000000009e2","0.64923599000000024e2"],[-66.36361699999992,"0.64928589000000102e2"],["-0.66334732000000031e2","0.64934708000000114e2"],["-0.66177779999999927e2","0.64880264000000068e2"],["-0.66148346000000004e2","0.64868866000000025e2"],["-0.66177215999999987e2","0.64796371000000022e2"],[-66.18472300000002,"0.64784424000000058e2"],["-0.66191939999999931e2",64.77887000000004],["-0.66199431999999945e2","0.64774993999999992e2"],["-0.66203339000000028e2",64.77388000000002],["-0.66213333000000034e2",64.75610400000005],["-0.66219161999999983e2","0.64726089000000115e2"],["-0.66218886999999938e2",64.69081100000011],["-0.66212218999999948e2","0.64685531999999967e2"],[-66.18472300000002,"0.64681656000000032e2"],["-0.66166945999999939e2","0.64681091000000038e2"],["-0.66161117999999931e2","0.64682479999999998e2"],[-66.15834000000001,64.68414300000012],["-0.66151947000000007e2","0.64689147999999989e2"],["-0.66147781000000009e2","0.64695815999999979e2"],["-0.66147232000000031e2",64.70138500000013],["-0.66147232000000031e2","0.64704162999999937e2"],["-0.66150283999999942e2",64.71748400000007],[-66.14973399999991,"0.64733597000000145e2"],["-0.66145554000000004e2","0.64740265000000136e2"],["-0.66136397999999986e2","0.64754166000000112e2"],["-0.66116942999999992e2","0.64781372000000147e2"],["-0.66091675000000009e2","0.64809708000000057e2"],["-0.66080841000000021e2","0.64819153000000085e2"],["-0.66058333999999945e2","0.64832764000000054e2"],["-0.66037215999999944e2","0.64844986000000063e2"],["-0.66020843999999954e2","0.64849716000000058e2"],["-0.66011397999999986e2","0.64848327999999981e2"],["-0.66011123999999995e2","0.64846375000000023e2"],["-0.66008621000000005e2",64.78915400000011],["-0.66009170999999867e2","0.64778046000000074e2"],["-0.66012511999999901e2","0.64699417000000039e2"],["-0.65899993999999992e2","0.64673309000000074e2"],["-0.65846664000000033e2","0.64676085999999998e2"],["-0.65852218999999991e2","0.64680267000000072e2"],["-0.65861389000000031e2","0.64689147999999989e2"],["-0.65889449999999954e2","0.64719711000000132e2"],["-0.65899170000000026e2",64.73275799999999],["-0.65958617999999944e2","0.64877761999999962e2"],[-65.95666499999993,"0.64886108000000092e2"],["-0.65953338999999971e2","0.64888321000000019e2"],["-0.65941939999999988e2","0.64890548999999965e2"],["-0.65931380999999931e2",64.89137299999993],[-65.92471299999994,64.89137299999993],["-0.65838608000000022e2","0.64882476999999994e2"],["-0.65727218999999934e2","0.64843597000000045e2"],["-0.65717772999999966e2",64.84027100000003],["-0.65674438000000009e2","0.64818054000000132e2"],["-0.65664168999999958e2",64.80831900000004],["-0.65661666999999966e2","0.64804428000000144e2"],["-0.65660278000000005e2",64.799149],["-0.65665008999999998e2","0.64796936000000017e2"],["-0.65683318999999926e2","0.64792206000000022e2"],["-0.65698333999999988e2","0.64784714000000065e2"],["-0.65720275999999956e2","0.64766663000000108e2"],["-0.65736114999999984e2","0.64750275000000045e2"],["-0.65742492999999911e2","0.64741089000000102e2"],["-0.65742766999999958e2","0.64735260000000039e2"],["-0.65736938000000009e2","0.64726089000000115e2"],["-0.65726944000000003e2","0.64711380000000077e2"],["-0.65710830999999985e2","0.64693039000000056e2"],["-0.65704726999999934e2","0.64687485000000095e2"],["-0.65703063999999927e2","0.64692200000000128e2"],["-0.65709441999999967e2","0.64712769000000037e2"],[-65.71055599999994,"0.64718596999999988e2"],["-0.65710007000000019e2","0.64732208000000128e2"],["-0.65708618000000001e2","0.64736099000000024e2"],["-0.65684157999999968e2","0.64761107999999979e2"],["-0.65676102000000014e2","0.64765548999999908e2"],["-0.65665282999999931e2","0.64771378000000141e2"],["-0.65648055999999997e2","0.64774993999999992e2"],["-0.65642776000000026e2","0.64774993999999992e2"],["-0.65627212999999927e2","0.64771103000000096e2"],["-0.65598891999999921e2","0.64756377999999984e2"],[-65.56639100000001,"0.64737488000000042e2"],["-0.65561110999999869e2","0.64733047000000113e2"],["-0.65557495000000017e2","0.64728317000000061e2"],["-0.65555831999999953e2","0.64723312000000021e2"],["-0.65556380999999931e2","0.64717758000000003e2"],["-0.65572234999999921e2","0.64664153999999996e2"],["-0.65576675000000023e2","0.64652481000000023e2"],["-0.65583327999999938e2","0.64642761000000121e2"],["-0.65586394999999925e2","0.64640274000000034e2"],["-0.65654723999999987e2","0.64602478000000019e2"],["-0.65662505999999951e2","0.64598328000000038e2"],["-0.65714172000000019e2","0.64570541000000048e2"],["-0.65730835000000013e2","0.64517761000000007e2"],["-0.65732223999999974e2","0.64508040999999935e2"],["-0.65725554999999929e2","0.64498031999999967e2"],["-0.65721664000000033e2",64.49414100000007],["-0.65708344000000011e2","0.64486649000000114e2"],["-0.65695540999999992e2","0.64485809000000074e2"],["-0.65665008999999998e2","0.64492203000000131e2"],["-0.65643340999999964e2","0.64494979999999998e2"],["-0.65573333999999988e2","0.64498596000000077e2"],["-0.65524718999999948e2",64.49971000000005],["-0.65518065999999976e2",64.49971000000005],["-0.65506392999999946e2","0.64497482000000105e2"],["-0.65504181000000017e2","0.64495818999999983e2"],[-65.50556899999998,"0.64468872000000033e2"],["-0.65396117999999944e2",64.52137799999997],["-0.65384170999999981e2","0.64524155000000064e2"],["-0.65365828999999906e2","0.64526931999999988e2"],["-0.65210555999999883e2","0.64536102000000028e2"],["-0.65203888000000006e2","0.64533874999999966e2"],["-0.65144454999999994e2",64.51138300000008],["-0.65085006999999962e2","0.64479705999999965e2"],["-0.65077788999999939e2","0.64475815000000068e2"],["-0.65075835999999981e2","0.64471375000000023e2"],["-0.65074172999999973e2","0.64461929000000055e2"],["-0.65071670999999981e2","0.64440810999999997e2"],["-0.65071945000000028e2",64.43081699999999],["-0.65073623999999938e2","0.64426086000000055e2"],["-0.65194991999999957e2","0.64310257000000092e2"],["-0.65202498999999989e2","0.64306366000000025e2"],["-0.65210830999999985e2","0.64303863999999976e2"],["-0.65284728999999913e2","0.64291656000000103e2"],["-0.65295272999999895e2","0.64290267999999969e2"],["-0.65309433000000013e2",64.29136699999998],["-0.65343337999999903e2","0.64294983000000002e2"],["-0.65377212999999983e2","0.64303314000000114e2"],["-0.65386397999999929e2",64.30664100000007],["-0.65408889999999928e2","0.64312485000000038e2"],["-0.65451674999999966e2","0.64319992000000013e2"],["-0.65498885999999857e2","0.64322769000000108e2"],["-0.65525008999999898e2","0.64323318000000029e2"],["-0.65554168999999945e2","0.64323318000000029e2"],["-0.65563323999999909e2","0.64322494999999947e2"],[-65.65583799999996,"0.64308868000000075e2"],["-0.65661666999999966e2","0.64307479999999998e2"],["-0.65658339999999953e2","0.64302765000000136e2"],[-65.654449,"0.64300812000000008e2"],[-65.61860699999994,"0.64293045000000063e2"],["-0.65601943999999946e2","0.64293594000000041e2"],["-0.65591948999999943e2","0.64296096999999975e2"],["-0.65572234999999921e2","0.64298599000000081e2"],["-0.65505844000000025e2","0.64302475000000129e2"],["-0.65465835999999967e2",64.30304000000001],["-0.65434158000000025e2","0.64299149000000114e2"],["-0.65422774999999945e2","0.64296371000000136e2"],["-0.65250564999999995e2","0.64208328000000051e2"],[-65.24610899999999,"0.64204987000000017e2"],["-0.65242766999999958e2","0.64200271999999984e2"],["-0.65265015000000005e2",64.17886400000009],[-65.16194200000001,"0.64138046000000145e2"],["-0.65049438000000009e2","0.64072220000000016e2"],["-0.65053878999999938e2","0.64067764000000068e2"],["-0.65060546999999929e2","0.64064986999999974e2"],["-0.65093886999999995e2","0.64052199999999971e2"],["-0.65103881999999999e2",64.049149],["-0.65136672999999917e2","0.64041367000000037e2"],["-0.65158339999999953e2","0.64038315000000068e2"],["-0.65196105999999929e2","0.64040268000000026e2"],["-0.65206115999999952e2","0.64040268000000026e2"],[-65.21665999999999,"0.64038589000000002e2"],["-0.65221389999999928e2",64.03637700000013],["-0.65225554999999929e2","0.64032761000000107e2"],["-0.65221938999999963e2","0.64028594999999996e2"],["-0.65214172000000019e2","0.64025543000000084e2"],["-0.65189986999999917e2","0.64020264000000111e2"],["-0.65096663999999976e2","0.64009155000000021e2"],[-65.08805799999999,"0.64009430000000066e2"],["-0.64949158000000011e2","0.64014999000000046e2"],["-0.64800551999999982e2",64.02777100000003],[-64.68638599999997,"0.64039154000000053e2"],["-0.64676940999999999e2","0.64036652000000004e2"],["-0.64668059999999969e2","0.64033051000000114e2"],["-0.64661117999999988e2","0.64028594999999996e2"],["-0.64630554000000018e2","0.63978324999999984e2"],["-0.64631377999999984e2","0.63974709000000132e2"],["-0.64632766999999944e2","0.63972763000000043e2"],["-0.64638335999999981e2",63.96915400000006],[-64.64805599999994,"0.63966934000000037e2"],["-0.64658889999999985e2","0.63965546000000131e2"],["-0.64669998000000021e2","0.63966385000000059e2"],["-0.64689437999999996e2","0.63966103000000032e2"],["-0.64700561999999991e2","0.63963882000000126e2"],["-0.64817504999999983e2","0.63923607000000004e2"],["-0.64875274999999988e2","0.63901100000000099e2"],["-0.64888901000000033e2","0.63894996999999989e2"],["-0.64974715999999944e2","0.63851936000000137e2"],["-0.64985000999999954e2","0.63829163000000051e2"],["-0.64987502999999947e2","0.63823051000000078e2"],["-0.64984160999999915e2","0.63813881000000038e2"],["-0.64954177999999956e2","0.63776382000000126e2"],[-64.94888299999991,"0.63774437000000091e2"],[-64.77806099999998,"0.63747772000000055e2"],[-64.68360899999999,"0.63746383999999978e2"],["-0.64584441999999854e2","0.63704711999999915e2"],["-0.64559432999999956e2","0.63694153000000085e2"],["-0.64540282999999988e2","0.63684433000000013e2"],["-0.64527495999999985e2","0.63676941000000056e2"],["-0.64522507000000019e2","0.63672768000000076e2"],["-0.64508347000000015e2","0.63650826000000052e2"],["-0.64506667999999991e2","0.63636940000000038e2"],["-0.64507506999999976e2","0.63630821000000026e2"],["-0.64515015000000005e2","0.63620270000000119e2"],[-64.52194199999991,"0.63611938000000123e2"],["-0.64536666999999966e2","0.63581108000000086e2"],[-64.529449,"0.63534996000000035e2"],["-0.64522507000000019e2","0.63514717000000076e2"],[-64.50167799999997,"0.63443878000000097e2"],[-64.49888599999997,"0.63429161000000079e2"],["-0.64495543999999938e2","0.63327773999999977e2"],["-0.64510833999999988e2","0.63307770000000062e2"],["-0.64588897999999858e2","0.63321938000000102e2"],["-0.64608337000000006e2",63.32388300000008],[-64.61999499999996,"0.63323326000000009e2"],[-64.62222300000002,"0.63322219999999959e2"],["-0.64624709999999993e2","0.63318054000000075e2"],[-64.61999499999996,"0.63313324000000023e2"],["-0.64614715999999987e2",63.30971500000004],["-0.64587783999999942e2","0.63299721000000034e2"],["-0.64577224999999999e2","0.63296660999999972e2"],["-0.64566390999999953e2","0.63293884000000048e2"],["-0.64525557999999933e2","0.63290550000000053e2"],["-0.64500838999999985e2","0.63289992999999981e2"],["-0.64488892000000021e2","0.63288330000000087e2"],["-0.64482773000000009e2","0.63285827999999981e2"],["-0.64481948999999872e2","0.63282211000000018e2"],["-0.64531112999999948e2","0.63249718000000087e2"],["-0.64538054999999929e2","0.63248329000000069e2"],["-0.64658339999999953e2","0.63249161000000015e2"],["-0.64767501999999922e2",63.32388300000008],["-0.64826950000000011e2",63.45249199999995],["-0.64850554999999929e2","0.63510826000000009e2"],["-0.64942490000000021e2","0.63632210000000043e2"],["-0.64955001999999922e2","0.63640274000000034e2"],["-0.64973052999999993e2","0.63646942000000024e2"],[-64.99499499999996,"0.63652488999999946e2"],["-0.65046386999999925e2","0.63662209000000075e2"],[-65.06361400000003,"0.63668053000000043e2"],["-0.65070847000000015e2","0.63671936000000017e2"],["-0.65166945999999996e2","0.63747772000000055e2"],["-0.65166397000000018e2","0.63773323000000119e2"],["-0.65153335999999911e2","0.63771102999999925e2"],["-0.65150833000000034e2","0.63772217000000126e2"],["-0.65154174999999952e2","0.63776939000000027e2"],[-65.15943900000002,"0.63781105000000082e2"],["-0.65204726999999934e2",63.80332199999998],["-0.65293609999999944e2","0.63812767000000065e2"],["-0.65298614999999927e2",63.81249200000002],["-0.65301392000000021e2",63.81082200000003],["-0.65303878999999995e2","0.63806938000000002e2"],["-0.65300277999999935e2","0.63799995000000024e2"],["-0.65281677000000002e2","0.63788887000000045e2"],["-0.65215560999999923e2",63.75471500000009],[-65.15566999999993,"0.63725326999999993e2"],["-0.65135284000000013e2","0.63715271000000143e2"],["-0.65053054999999972e2","0.63638046000000088e2"],["-0.65039169000000015e2","0.63574165000000107e2"],["-0.65069732999999985e2","0.63568886000000134e2"],["-0.65085830999999928e2","0.63563881000000094e2"],["-0.65091948999999943e2","0.63559714999999983e2"],["-0.65099990999999932e2","0.63547217999999987e2"],["-0.65102218999999991e2","0.63541664000000026e2"],["-0.65102218999999991e2","0.63536658999999929e2"],["-0.65099441999999897e2","0.63526381999999955e2"],["-0.65026947000000007e2","0.63399162000000103e2"],["-0.64965011999999945e2","0.63369438000000059e2"],["-0.64952498999999875e2","0.63362212999999997e2"],["-0.64942490000000021e2","0.63353049999999996e2"],["-0.64909163999999976e2","0.63280548000000124e2"],["-0.64901108000000022e2","0.63237495000000024e2"],["-0.64908614999999941e2","0.63235550000000046e2"],["-0.64921386999999925e2","0.63235825000000034e2"],["-0.65046386999999925e2","0.63248329000000069e2"],["-0.65068893000000003e2","0.63252494999999954e2"],["-0.65082503999999972e2","0.63260826000000066e2"],["-0.65103332999999964e2",63.27777100000003],["-0.65114166000000012e2","0.63284996000000092e2"],["-0.65123321999999973e2","0.63288330000000087e2"],["-0.65136123999999995e2","0.63290833000000021e2"],["-0.65141953000000001e2",63.28943600000008],["-0.65148620999999991e2","0.63286110000000065e2"],["-0.65146956999999873e2","0.63281380000000013e2"],["-0.65083327999999938e2",63.20388000000014],["-0.65057770000000005e2","0.63174712999999997e2"],["-0.65054992999999911e2","0.63172217999999987e2"],["-0.65046111999999994e2","0.63171104000000014e2"],["-0.65016524999999945e2","0.63171515999999997e2"],["-0.64998610999999926e2","0.63176102000000014e2"],["-0.64944716999999912e2","0.63183327000000077e2"],["-0.64920272999999952e2","0.63184158000000082e2"],["-0.64911391999999921e2","0.63180824000000086e2"],["-0.64811660999999958e2","0.63137497000000053e2"],["-0.64797500999999954e2","0.63130547000000035e2"],["-0.64783889999999985e2",63.12221500000004],["-0.64755004999999926e2","0.63099158999999986e2"],["-0.64753341999999918e2","0.63096657000000107e2"],["-0.64762511999999958e2",63.0472180000001],["-0.64771392999999989e2",62.98333000000008],["-0.64703338999999971e2","0.62953323000000069e2"],["-0.64696105999999872e2","0.62952217000000076e2"],["-0.64676392000000021e2","0.62941658000000018e2"],["-0.64645553999999947e2","0.62921660999999972e2"],["-0.64634444999999971e2","0.62912491000000102e2"],["-0.64627212999999983e2",62.90415999999999],["-0.64626937999999939e2","0.62899994000000106e2"],["-0.64629989999999964e2","0.62897491000000116e2"],["-0.64638335999999981e2","0.62894440000000088e2"],["-0.64733611999999994e2","0.62878875999999991e2"],["-0.64769454999999937e2","0.62862213000000111e2"],["-0.64855269999999962e2","0.62865273000000002e2"],["-0.64881942999999865e2","0.62867493000000024e2"],["-0.64903885000000002e2","0.62872490000000084e2"],["-0.64923324999999977e2","0.62878875999999991e2"],["-0.65005004999999983e2",62.90776800000009],["-0.65162215999999944e2","0.62943047000000035e2"],["-0.65225280999999995e2","0.62954993999999942e2"],["-0.65236114999999984e2","0.62957771000000037e2"],["-0.65243056999999965e2","0.62961662000000103e2"],["-0.65248336999999935e2","0.62965828000000045e2"],[-65.25140399999998,"0.62970543000000077e2"],["-0.65255004999999926e2","0.62979713000000118e2"],["-0.65254729999999995e2","0.62985268000000019e2"],[-65.26916499999993,"0.62959991000000059e2"],["-0.65194442999999922e2","0.62878875999999991e2"],["-0.65190276999999924e2","0.62875267000000008e2"],["-0.65175002999999947e2","0.62862495000000024e2"],["-0.65153884999999946e2",62.84693900000002],[-65.14805599999994,"0.62843322999999998e2"],["-0.65129165999999998e2",62.83638000000002],["-0.65115279999999984e2","0.62828880000000083e2"],["-0.64984726000000023e2",62.714157],["-0.64978332999999964e2","0.62704711999999972e2"],[-64.94888299999991,"0.62648604999999975e2"],["-0.64964721999999995e2",62.6336060000001],["-0.64980834999999956e2","0.62623604000000114e2"],["-0.65062774999999988e2","0.62587494000000049e2"],["-0.65071120999999948e2","0.62584435000000042e2"],["-0.65087219000000005e2",62.57888000000014],["-0.65114715999999987e2","0.62571663000000058e2"],["-0.65145003999999915e2","0.62565826000000072e2"],["-0.65187499999999943e2",62.56221000000005],[-65.19776899999988,"0.62563048999999978e2"],["-0.65205001999999979e2","0.62566101000000117e2"],["-0.65212219000000005e2","0.62569992000000013e2"],[-65.22084000000001,"0.62578331000000048e2"],["-0.65288605000000018e2","0.62659987999999998e2"],["-0.65294997999999964e2","0.62669441000000006e2"],["-0.65296660999999972e2","0.62674163999999962e2"],["-0.65290558000000033e2","0.62678878999999995e2"],["-0.65273894999999982e2","0.62685265000000129e2"],["-0.65267776000000026e2","0.62690269000000058e2"],["-0.65266952999999944e2","0.62694434999999999e2"],["-0.65279175000000009e2","0.62696654999999964e2"],["-0.65321121000000005e2","0.62694434999999999e2"],["-0.65327498999999989e2","0.62691658000000075e2"],["-0.65329726999999934e2","0.62685546999999985e2"],["-0.65328063999999983e2","0.62666100000000142e2"],["-0.65337218999999948e2","0.62666664000000083e2"],["-0.65346953999999869e2","0.62675827000000083e2"],["-0.65353881999999942e2","0.62684433000000013e2"],["-0.65356658999999922e2",62.69499200000007],["-0.65339721999999938e2","0.62837493999999992e2"],["-0.65391952999999944e2","0.62843605000000025e2"],["-0.65436661000000015e2","0.62819442999999978e2"],["-0.65566665999999941e2","0.62811661000000015e2"],["-0.65579178000000013e2","0.62811934999999949e2"],["-0.65601943999999946e2","0.62817772000000105e2"],[-65.60943599999996,"0.62820831000000055e2"],[-65.61610399999995,"0.62824715000000083e2"],["-0.65746947999999861e2","0.62917770000000075e2"],["-0.65909438999999963e2","0.62925827000000027e2"],["-0.65933318999999983e2","0.62955826000000059e2"],["-0.65910278000000005e2","0.62967765999999983e2"],["-0.65839721999999995e2","0.63020828000000051e2"],["-0.65834731999999974e2","0.63026382000000069e2"],["-0.65833327999999995e2",63.03138000000007],["-0.65838333000000034e2","0.63033333000000027e2"],[-65.84973100000002,"0.63032767999999976e2"],["-0.65866394000000014e2","0.63028602999999976e2"],["-0.65926101999999958e2","0.63008331000000112e2"],["-0.65949722000000008e2","0.62997772000000055e2"],["-0.65955001999999979e2","0.62994155999999975e2"],["-0.65955565999999862e2","0.62990829000000076e2"],["-0.65946380999999974e2","0.62983047000000113e2"],["-0.65945830999999941e2","0.62978874000000133e2"],["-0.65950561999999991e2","0.62975822000000051e2"],["-0.65960830999999928e2","0.62974433999999974e2"],["-0.65973891999999864e2","0.62973877000000073e2"],["-0.65987212999999997e2","0.62974709000000132e2"],["-0.66014450000000011e2","0.62978874000000133e2"],["-0.66031386999999938e2","0.62984717999999987e2"],["-0.66039718999999991e2","0.62988602000000014e2"],["-0.66052215999999987e2","0.62996658000000082e2"],[-66.14973399999991,"0.63059990000000084e2"],["-0.66155563000000029e2","0.63081383000000017e2"],["-0.66162780999999939e2","0.63089989000000116e2"],["-0.66174438000000009e2","0.63096382000000062e2"],["-0.66266952999999944e2","0.63130820999999969e2"],["-0.66275832999999977e2","0.63133881000000031e2"],["-0.66282501000000025e2","0.63133330999999998e2"],["-0.66287780999999995e2",63.12971500000009],["-0.66291945999999996e2","0.63125267000000122e2"],["-0.66293335000000013e2","0.63120543999999995e2"],["-0.66291381999999999e2","0.63116104000000121e2"],["-0.66206954999999994e2","0.63040833000000077e2"],["-0.66196654999999964e2","0.63031661999999983e2"],["-0.66182769999999891e2","0.63023604999999975e2"],["-0.66121658000000025e2",63.00110600000005],["-0.66105559999999969e2","0.62993880999999988e2"],[-66.098343,"0.62990273000000059e2"],["-0.66091385000000002e2","0.62983604000000014e2"],["-0.66089721999999881e2","0.62978600000000029e2"],["-0.66097777999999948e2","0.62952492000000063e2"],["-0.66103058000000033e2","0.62946655000000135e2"],["-0.66107772999999952e2","0.62943878000000041e2"],[-66.11610399999995,"0.62940544000000045e2"],["-0.66135833999999932e2","0.62936652999999978e2"],["-0.66147232000000031e2",62.936104],["-0.66159163999999976e2","0.62936652999999978e2"],["-0.66168883999999991e2","0.62938881000000094e2"],["-0.66192215000000033e2","0.62954437000000041e2"],["-0.66220839999999953e2","0.62969437000000028e2"],["-0.66284728999999913e2","0.62990273000000059e2"],["-0.66293883999999878e2","0.62992767000000015e2"],["-0.66345000999999968e2","0.62999161000000015e2"],["-0.66351668999999958e2","0.62998603999999943e2"],["-0.66366104000000007e2","0.62992493000000081e2"],[-66.37860099999989,"0.62992493000000081e2"],["-0.66392775999999969e2","0.62994995000000131e2"],["-0.66408889999999928e2","0.63001938000000109e2"],["-0.66444442999999865e2","0.63020546000000024e2"],[-66.46444699999995,"0.63032211000000075e2"],["-0.66518340999999964e2","0.63065269000000058e2"],["-0.66525283999999999e2","0.63074715000000026e2"],["-0.66551940999999999e2",63.17943600000001],["-0.66626388999999961e2","0.63252220000000136e2"],["-0.66646666999999979e2","0.63326384999999959e2"],["-0.66638335999999981e2","0.63340271000000143e2"],["-0.66637512000000015e2","0.63349998000000085e2"],["-0.66636948000000018e2",63.35833000000008],["-0.66637786999999946e2","0.63362770000000069e2"],["-0.66642776000000026e2","0.63372489999999971e2"],["-0.66650832999999977e2","0.63374992000000077e2"],["-0.66657500999999968e2","0.63374435000000005e2"],["-0.66664169000000015e2","0.63371658000000082e2"],["-0.66735549999999989e2","0.63299438000000066e2"],["-0.66738602000000014e2","0.63294159000000093e2"],["-0.66740828999999962e2","0.63288048000000003e2"],["-0.66740279999999927e2","0.63283607000000075e2"],["-0.66731110000000001e2","0.63274712000000022e2"],["-0.66720550999999944e2","0.63266388000000006e2"],["-0.66685546999999985e2","0.63248046999999985e2"],["-0.66671386999999868e2","0.63242767000000129e2"],["-0.66646956999999929e2","0.63239159000000029e2"],["-0.66639174999999966e2","0.63236107000000118e2"],["-0.66607498000000021e2",63.21027400000014],["-0.66602492999999981e2","0.63205269000000101e2"],["-0.66600280999999995e2","0.63200829000000113e2"],["-0.66558334000000002e2","0.63087212000000022e2"],["-0.66537780999999882e2","0.62998047000000042e2"],["-0.66540282999999931e2","0.62994155999999975e2"],["-0.66546660999999915e2","0.62991379000000109e2"],["-0.66557220000000029e2",62.99193600000001],["-0.66673049999999989e2","0.63023048000000074e2"],["-0.66682220000000029e2","0.63026382000000069e2"],["-0.66763061999999934e2","0.63083054000000061e2"],["-0.66768065999999919e2","0.63087768999999923e2"],["-0.66773894999999925e2","0.63096382000000062e2"],["-0.66774444999999957e2","0.63100548000000003e2"],["-0.66778885000000002e2","0.63143607999999972e2"],["-0.66789169000000015e2",63.21138000000002],["-0.66806655999999975e2","0.63272491000000116e2"],["-0.66807495000000017e2","0.63273323000000062e2"],["-0.66811661000000015e2","0.63274437000000034e2"],[-66.82028200000002,"0.63273323000000062e2"],["-0.66829177999999956e2","0.63271660000000111e2"],["-0.66837783999999942e2","0.63267769000000044e2"],["-0.66846953999999926e2",63.25750000000005],["-0.66849166999999966e2","0.63251389000000131e2"],["-0.66849166999999966e2","0.63245544000000052e2"],["-0.66846114999999941e2","0.63229713000000061e2"],["-0.66844727000000034e2",63.22665400000011],["-0.66837219000000005e2",63.21804800000001],["-0.66828338999999971e2","0.63209159999999997e2"],["-0.66819457999999941e2","0.63200272000000041e2"],["-0.66813888999999961e2","0.63196098000000006e2"],["-0.66803878999999938e2","0.63186378000000104e2"],["-0.66801391999999964e2","0.63182495000000131e2"],["-0.66799727999999959e2","0.63177490000000091e2"],["-0.66799437999999952e2","0.63172492999999974e2"],["-0.66801666000000012e2","0.63166382000000112e2"],["-0.66806655999999975e2","0.63160545000000127e2"],["-0.66818343999999968e2","0.63154159999999933e2"],["-0.66835555999999997e2","0.63149161999999933e2"],["-0.66844161999999926e2","0.63147217000000126e2"],["-0.66855270000000019e2","0.63147217000000126e2"],["-0.66868332000000009e2","0.63148880000000077e2"],[-66.87777699999998,"0.63151931999999988e2"],["-0.67018340999999964e2","0.63238883999999985e2"],["-0.67023894999999982e2","0.63243050000000096e2"],["-0.67025008999999955e2","0.63246658000000025e2"],["-0.67024445000000014e2","0.63250274999999988e2"],["-0.67023055999999997e2","0.63252777000000037e2"],["-0.67006393000000003e2","0.63262215000000083e2"],["-0.66971114999999998e2","0.63389717000000019e2"],["-0.66972777999999948e2","0.63394997000000103e2"],["-0.66977782999999988e2","0.63399719000000005e2"],["-0.66988891999999964e2","0.63402489000000003e2"],["-0.67011123999999938e2","0.63399993999999992e2"],["-0.67017226999999991e2","0.63397217000000069e2"],["-0.67040832999999964e2",63.33554799999996],["-0.67039168999999958e2","0.63330551000000071e2"],["-0.67035827999999924e2","0.63325272000000098e2"],["-0.67025008999999955e2","0.63311104000000057e2"],["-0.67016113000000018e2","0.63296660999999972e2"],["-0.67014174999999966e2","0.63286385000000053e2"],["-0.67017226999999991e2","0.63281105000000025e2"],["-0.67033324999999934e2","0.63275268999999923e2"],["-0.67051940999999943e2","0.63273323000000062e2"],["-0.67171111999999994e2","0.63273880000000133e2"],["-0.67179717999999923e2","0.63275551000000007e2"],["-0.67203887999999949e2",63.28527100000008],["-0.67431670999999994e2","0.63412765999999976e2"],["-0.67499999999999943e2","0.63442764000000125e2"],["-0.67621658000000025e2","0.63548881999999992e2"],["-0.67683318999999983e2","0.63619438000000002e2"],["-0.67838897999999915e2","0.63729713000000118e2"],["-0.67897506999999962e2","0.63753052000000139e2"],["-0.67914718999999991e2","0.63759438000000046e2"],[-67.92332499999992,"0.63761108000000036e2"],["-0.67926102000000014e2","0.63759163000000058e2"],["-0.67925277999999935e2",63.75471500000009],["-0.67921386999999982e2","0.63744438000000059e2"],["-0.67918059999999855e2","0.63739159000000086e2"],["-0.67820006999999976e2","0.63596382000000006e2"],["-0.67710555999999997e2","0.63458603000000039e2"],["-0.67683318999999983e2","0.63431664000000069e2"],["-0.67675003000000004e2",63.4180530000001],[-67.67193599999996,"0.63412490999999989e2"],["-0.67667769999999962e2","0.63403046000000074e2"],["-0.67666396999999961e2","0.63394439999999975e2"],["-0.67666655999999989e2","0.63388046000000145e2"],["-0.67678329000000019e2","0.63373047000000099e2"],["-0.67685271999999998e2","0.63368880999999988e2"],["-0.67694442999999978e2","0.63366385999999977e2"],["-0.67716659999999933e2","0.63363884000000098e2"],["-0.67724166999999966e2","0.63364159000000086e2"],["-0.67737212999999997e2","0.63366385999999977e2"],["-0.67746384000000035e2","0.63369438000000059e2"],["-0.67820557000000008e2","0.63400269000000037e2"],["-0.67827224999999999e2","0.63405266000000097e2"],["-0.67837509000000011e2","0.63424164000000019e2"],["-0.67854445999999996e2","0.63452774000000034e2"],["-0.67858046999999999e2","0.63457497000000046e2"],["-0.67871658000000025e2","0.63464714000000129e2"],["-0.67950835999999981e2","0.63506660000000124e2"],["-0.68025283999999942e2","0.63540832999999964e2"],["-0.68033324999999934e2","0.63543883999999991e2"],["-0.68041381999999999e2","0.63546104000000014e2"],["-0.68053054999999915e2","0.63545273000000009e2"],["-0.68061661000000015e2",63.54332700000009],["-0.68075561999999991e2","0.63544159000000036e2"],["-0.68365829000000019e2",63.64527099999998],["-0.68388610999999855e2","0.63655548000000124e2"],["-0.68400283999999942e2","0.63663879000000009e2"],["-0.68405563000000029e2","0.63668602000000021e2"],["-0.68428328999999962e2","0.63696381000000031e2"],["-0.68542769999999962e2","0.63732490999999925e2"],["-0.68645843999999897e2","0.63747490000000028e2"],["-0.68713622999999984e2","0.63742493000000081e2"],["-0.68709732000000031e2","0.63738045000000113e2"],["-0.68711394999999925e2","0.63734717999999987e2"],["-0.68716109999999958e2","0.63732207999999957e2"],["-0.68723617999999988e2","0.63729713000000118e2"],["-0.68795546999999999e2","0.63728600000000085e2"],["-0.68804442999999935e2","0.63730270000000019e2"],["-0.68876099000000011e2","0.63744713000000104e2"],["-0.68915833000000021e2","0.63757216999999969e2"],["-0.68924437999999952e2","0.63758888000000013e2"],["-0.68962508999999955e2","0.63759163000000058e2"],["-0.68994720000000029e2","0.63755554000000018e2"],["-0.68996947999999918e2",63.75360900000004],["-0.68998336999999992e2","0.63745270000000005e2"],["-0.68995270000000005e2","0.63741379000000109e2"],["-0.68989715999999987e2","0.63737495000000081e2"],["-0.68977782999999931e2","0.63729713000000118e2"],["-0.68933059999999955e2","0.63711936999999978e2"],["-0.68919448999999986e2","0.63704993999999999e2"],["-0.68824722000000008e2","0.63643883000000073e2"],["-0.68813048999999978e2","0.63635551000000078e2"],["-0.68809433000000013e2","0.63630821000000026e2"],["-0.68807220000000029e2","0.63625824000000136e2"],["-0.68809433000000013e2","0.63621658000000025e2"],["-0.68793334999999956e2","0.63589157000000114e2"],["-0.68766113000000018e2","0.63556656000000032e2"],["-0.68754729999999995e2","0.63548607000000004e2"],["-0.68717772999999909e2","0.63528603000000089e2"],["-0.68557769999999948e2",63.45249199999995],["-0.68495833999999945e2","0.63421378999999945e2"],[-68.35943599999996,"0.63344710999999961e2"],["-0.68288605000000018e2","0.63298332000000016e2"],["-0.68270553999999947e2","0.63284996000000092e2"],["-0.68206389999999999e2","0.63227211000000011e2"],["-0.68202498999999932e2","0.63216933999999981e2"],["-0.68206389999999999e2","0.63212493999999992e2"],[-68.18638599999997,"0.63188324000000136e2"],["-0.68156113000000005e2","0.63158324999999934e2"],["-0.68146118000000001e2","0.63150269000000037e2"],["-0.68139175000000023e2","0.63148605000000032e2"],["-0.68128601000000003e2","0.63148048000000131e2"],["-0.68115554999999972e2",63.15248900000006],["-0.68082779000000016e2","0.63163605000000018e2"],["-0.68063888999999961e2","0.63163605000000018e2"],["-0.67952224999999942e2","0.63145546000000081e2"],["-0.67926392000000021e2","0.63141106000000036e2"],["-0.67917495999999971e2","0.63137214999999969e2"],["-0.67916655999999932e2","0.63133049000000085e2"],[-67.92332499999992,"0.63129433000000063e2"],["-0.67912780999999939e2","0.63083327999999995e2"],["-0.67646117999999944e2","0.63100272999999959e2"],["-0.67632767000000001e2",63.09887700000013],["-0.67610275000000001e2","0.63094154000000117e2"],["-0.67604996000000028e2","0.63089989000000116e2"],["-0.67599990999999989e2","0.63084434999999928e2"],["-0.67599990999999989e2","0.63078880000000026e2"],["-0.67601944000000003e2","0.63073326000000066e2"],[-67.61500499999994,"0.63063605999999993e2"],["-0.67624160999999958e2","0.63061104000000057e2"],["-0.67636123999999995e2","0.63059715000000097e2"],["-0.67682219999999916e2","0.63057770000000119e2"],["-0.67689712999999927e2","0.63058044000000052e2"],["-0.67709166999999923e2","0.63056655999999919e2"],["-0.67719451999999933e2","0.63054993000000024e2"],["-0.67727492999999924e2","0.63051659000000029e2"],[-67.77305599999994,"0.63025826000000052e2"],["-0.67772507000000019e2","0.62962212000000136e2"],["-0.67769729999999981e2","0.62958327999999938e2"],["-0.67763625999999988e2","0.62955551000000071e2"],["-0.67748046999999985e2","0.62953049000000135e2"],["-0.67738602000000014e2","0.62953323000000069e2"],["-0.67728058000000033e2","0.62954993999999942e2"],["-0.67721831999999949e2",62.96265800000009],["-0.67718841999999995e2","0.62964493000000061e2"],["-0.67718169999999986e2","0.62967327000000068e2"],["-0.67719329999999957e2","0.62970490000000098e2"],[-67.72444200000001,"0.62984161000000086e2"],["-0.67729995999999971e2",62.98832700000014],["-0.67736938000000009e2","0.62995544000000109e2"],["-0.67733886999999982e2","0.63000832000000116e2"],["-0.67698043999999925e2","0.63020828000000051e2"],["-0.67686934999999949e2","0.63026657000000114e2"],["-0.67659438999999963e2","0.63034164000000033e2"],[-67.56527699999998,"0.63049438000000123e2"],["-0.67553054999999915e2","0.63048607000000118e2"],["-0.67529998999999975e2",63.03694200000001],["-0.67510559000000001e2","0.63024712000000079e2"],["-0.67499999999999943e2","0.63015549000000078e2"],["-0.67499724999999955e2","0.63007773999999984e2"],["-0.67509170999999924e2","0.63001938000000109e2"],["-0.67531386999999995e2","0.62995269999999948e2"],["-0.67550551999999982e2",62.99193600000001],["-0.67573333999999988e2","0.62990273000000059e2"],["-0.67593613000000005e2","0.62987495000000081e2"],["-0.67630828999999949e2","0.62976379000000122e2"],["-0.67651397999999915e2","0.62967490999999939e2"],["-0.67670997999999997e2","0.62944323999999995e2"],["-0.67671829000000002e2","0.62941322000000127e2"],["-0.67672667999999987e2","0.62937996000000055e2"],["-0.67672775000000001e2","0.62923324999999977e2"],["-0.67665833000000021e2","0.62918884000000048e2"],["-0.67659164000000033e2","0.62916664000000026e2"],["-0.67654921999999999e2",62.917282],["-0.67648894999999925e2","0.62921104000000071e2"],["-0.67646666999999979e2","0.62925270000000125e2"],["-0.67638335999999981e2","0.62931938000000116e2"],["-0.67572509999999909e2","0.62963882000000126e2"],["-0.67566956000000005e2","0.62965546000000131e2"],["-0.67470275999999956e2","0.62985268000000019e2"],["-0.67462783999999999e2","0.62985268000000019e2"],[-67.39805599999994,"0.62967209000000082e2"],["-0.67194716999999912e2","0.62870270000000062e2"],["-0.67048339999999996e2","0.62771378000000141e2"],["-0.67012221999999952e2",62.73443600000013],[-66.95777899999996,"0.62681106999999997e2"],["-0.66913329999999917e2","0.62669991000000039e2"],["-0.66824722000000008e2","0.62679161000000079e2"],["-0.66813323999999852e2","0.62679992999999968e2"],["-0.66741104000000007e2","0.62673882000000106e2"],["-0.66733063000000016e2","0.62671661000000029e2"],["-0.66726944000000003e2","0.62668602000000021e2"],["-0.66728881999999942e2","0.62666100000000142e2"],["-0.66735275000000001e2","0.62662490999999932e2"],["-0.66744445999999925e2","0.62660271000000137e2"],["-0.66752791999999999e2","0.62656936999999971e2"],["-0.66760559000000001e2","0.62653602999999976e2"],["-0.66768065999999919e2","0.62648879999999963e2"],["-0.66773055999999883e2","0.62643050999999957e2"],["-0.66775009000000011e2","0.62636940000000095e2"],["-0.66773055999999883e2","0.62632492000000127e2"],["-0.66606948999999986e2","0.62604996000000085e2"],["-0.66425002999999947e2","0.62445267000000115e2"],["-0.66359436000000017e2","0.62447487000000137e2"],["-0.66351668999999958e2","0.62444992000000127e2"],["-0.66349166999999966e2","0.62441376000000048e2"],["-0.66327498999999932e2","0.62384438000000046e2"],["-0.66330565999999976e2","0.62379158000000018e2"],["-0.66337783999999886e2","0.62374992000000077e2"],["-0.66426391999999964e2","0.62349433999999974e2"],["-0.66435546999999929e2","0.62349158999999986e2"],["-0.66458617999999944e2",62.35193600000008],["-0.66469161999999983e2",62.35193600000008],["-0.66475829999999974e2","0.62348602000000085e2"],["-0.66478881999999999e2","0.62343323000000112e2"],["-0.66478881999999999e2","0.62338325999999995e2"],["-0.66476943999999946e2","0.62335823000000005e2"],["-0.66470000999999968e2","0.62332214000000022e2"],["-0.66374709999999993e2","0.62286110000000065e2"],["-0.66329177999999956e2","0.62267494000000056e2"],["-0.66318619000000012e2","0.62264717000000132e2"],["-0.66355834999999956e2","0.62307770000000062e2"],["-0.66359160999999972e2","0.62312492000000134e2"],["-0.66363892000000021e2","0.62323051000000021e2"],["-0.66361389000000031e2","0.62326942000000088e2"],["-0.66355559999999855e2","0.62331940000000088e2"],["-0.66351944000000003e2","0.62334991000000116e2"],["-0.66332779000000016e2","0.62341934000000094e2"],[-66.3125,"0.62344993999999986e2"],["-0.66294158999999979e2","0.62344711000000018e2"],["-0.66285552999999993e2","0.62343605000000139e2"],["-0.66208343999999897e2","0.62332214000000022e2"],["-0.66165282999999931e2","0.62291381999999999e2"],["-0.66160277999999892e2","0.62271378000000084e2"],["-0.66167220999999984e2","0.62254439999999988e2"],["-0.66201950000000011e2","0.62260551000000078e2"],["-0.66256667999999991e2","0.62266105999999979e2"],["-0.66261397999999872e2","0.62263054000000068e2"],["-0.66257232999999871e2","0.62259720000000073e2"],["-0.66241104000000007e2","0.62253326000000015e2"],["-0.66212508999999898e2","0.62245270000000119e2"],["-0.66166397000000018e2","0.62235267999999962e2"],["-0.66081680000000006e2","0.62226379000000065e2"],["-0.66058608999999876e2",62.2241590000001],["-0.66051940999999999e2","0.62224709000000132e2"],["-0.66045836999999949e2","0.62227485999999999e2"],["-0.66043610000000001e2","0.62233604000000128e2"],["-0.66038895000000025e2","0.62239432999999963e2"],["-0.66033889999999985e2","0.62244995000000131e2"],["-0.66028610000000015e2","0.62248604000000114e2"],["-0.66025008999999955e2","0.62249718000000087e2"],["-0.66015014999999948e2","0.62251389000000131e2"],[-66,"0.62247771999999998e2"],["-0.65993057000000022e2","0.62244155999999975e2"],["-0.65939437999999996e2","0.62208602999999925e2"],["-0.65933059999999955e2","0.62204163000000108e2"],["-0.65929168999999888e2","0.62198044000000095e2"],["-0.65930556999999965e2","0.62193321000000083e2"],["-0.65934432999999956e2","0.62191657999999961e2"],["-0.65952788999999939e2","0.62189156000000082e2"],["-0.65963332999999977e2","0.62186935000000005e2"],["-0.65969161999999926e2","0.62184714999999983e2"],["-0.66043610000000001e2",62.151657],["-0.66050827000000027e2","0.62147774000000084e2"],["-0.66132492000000013e2","0.62089432000000045e2"],["-0.66110001000000011e2","0.62017494000000113e2"],["-0.66041945999999996e2","0.61958046000000081e2"],["-0.66035827999999924e2","0.61952773999999977e2"],["-0.66033066000000019e2",61.95249200000012],["-0.66019454999999994e2","0.61954993999999999e2"],["-0.66003066999999987e2","0.61962212000000022e2"],["-0.65999434999999949e2","0.61963051000000121e2"],["-0.65992217999999866e2","0.61962769000000094e2"],["-0.65988602000000014e2","0.61958885000000066e2"],["-0.65949432000000002e2","0.61912491000000102e2"],["-0.65946655000000021e2","0.61906936999999914e2"],["-0.65946655000000021e2","0.61899162000000047e2"],["-0.65948882999999967e2",61.89527099999998],["-0.65955001999999979e2","0.61890274000000034e2"],["-0.65961945000000014e2","0.61886383000000137e2"],[-65.97084000000001,"0.61883881000000088e2"],["-0.66057770000000005e2","0.61869713000000047e2"],["-0.66066101000000003e2","0.61868599000000074e2"],["-0.66275832999999977e2","0.61858330000000024e2"],["-0.66287780999999995e2","0.61858330000000024e2"],["-0.66395003999999858e2",61.87082700000002],[-66.404449,"0.61872765000000129e2"],["-0.66521666999999923e2","0.61896942000000024e2"],["-0.66543334999999956e2","0.61898880000000133e2"],["-0.66555557000000022e2","0.61901382000000012e2"],["-0.66626099000000011e2","0.61917213000000004e2"],["-0.66632767000000001e2","0.61918884000000048e2"],["-0.66659163999999976e2","0.61933601000000067e2"],["-0.66665282999999931e2","0.61941375999999991e2"],["-0.66662216000000001e2","0.61946655000000135e2"],["-0.66746947999999918e2",62.00777400000004],["-0.66755568999999923e2","0.62011108000000036e2"],["-0.66781386999999881e2","0.62015549000000135e2"],["-0.66803329000000019e2","0.62016937000000041e2"],["-0.66812774999999988e2","0.62016663000000108e2"],["-0.66825835999999924e2","0.62011940000000095e2"],[-67.091949,"0.62030822999999998e2"],["-0.67104720999999984e2","0.62032211000000132e2"],["-0.67254729999999938e2","0.62078049000000078e2"],["-0.67345275999999899e2","0.62119437999999946e2"],["-0.67463057999999933e2","0.62139435000000049e2"],["-0.67499999999999943e2","0.62138657000000137e2"],["-0.67731658999999922e2","0.62158356000000026e2"],["-0.67757232999999928e2","0.62160544999999956e2"],["-0.67798339999999939e2","0.62166100000000085e2"],["-0.68003066999999987e2","0.62213882000000126e2"],["-0.68113892000000021e2","0.62216103000000032e2"],["-0.68233062999999902e2","0.62219711000000132e2"],["-0.68256957999999997e2","0.62220825000000104e2"],["-0.68269164999999873e2","0.62223045000000127e2"],["-0.68299438000000009e2","0.62232208000000128e2"],["-0.68325286999999946e2","0.62234993000000145e2"],["-0.68401671999999962e2","0.62239432999999963e2"],[-68.46945199999999,"0.62242767000000129e2"],["-0.68519729999999925e2","0.62244713000000047e2"],["-0.68548049999999932e2","0.62248604000000114e2"],["-0.68564712999999927e2","0.62251938000000109e2"],["-0.68615828999999962e2","0.62263885000000073e2"],["-0.68722228999999913e2","0.62302216000000044e2"],["-0.68725554999999872e2",62.30471],["-0.68726943999999946e2","0.62307770000000062e2"],["-0.68759170999999924e2","0.62328049000000021e2"],["-0.68882216999999969e2","0.62360550000000103e2"],["-0.68922501000000011e2","0.62365547000000049e2"],["-0.68995833999999945e2","0.62373322000000087e2"],["-0.69039000999999985e2","0.62381355000000042e2"],["-0.69121384000000035e2","0.62410820000000115e2"],["-0.69160003999999958e2","0.62425270000000069e2"],["-0.69193054000000018e2","0.62438042000000053e2"],["-0.69231673999999884e2","0.62455269000000101e2"],["-0.69270554000000004e2","0.62478325000000098e2"],[-69.36082499999992,"0.62536385000000053e2"],[-69.40834000000001,"0.62569992000000013e2"],["-0.69430556999999965e2","0.62584160000000054e2"],["-0.69426666000000012e2",62.55443600000001],["-0.69428329000000019e2","0.62548332000000016e2"],["-0.69442215000000033e2","0.62547493000000031e2"],["-0.69449721999999952e2","0.62551102000000014e2"],["-0.69519164999999987e2","0.62602493000000095e2"],["-0.69583892999999989e2","0.62651932000000102e2"],["-0.69597228999999913e2","0.62662490999999932e2"],["-0.69597504000000015e2","0.62665268000000026e2"],["-0.69565551999999968e2","0.62718048000000067e2"],["-0.69557219999999973e2","0.62726379000000009e2"],["-0.69543335000000013e2","0.62732765000000086e2"],["-0.69525557999999933e2","0.62738044999999943e2"],[-69.50389100000001,"0.62741378999999938e2"],["-0.69482497999999964e2","0.62763611000000026e2"],["-0.69727492999999981e2","0.62779991000000109e2"],["-0.69906386999999881e2","0.62768599999999992e2"],["-0.70121932999999956e2","0.62748878000000104e2"],["-0.70217498999999862e2","0.62747772000000111e2"],["-0.70229171999999949e2","0.62748878000000104e2"],["-0.70240279999999984e2","0.62751389000000074e2"],["-0.70354995999999915e2","0.62788329999999974e2"],["-0.70360000999999954e2","0.62790276000000063e2"],["-0.70367767000000015e2","0.62793883999999991e2"],["-0.70477782999999988e2","0.62848328000000038e2"],["-0.70499434999999949e2","0.62864441000000056e2"],["-0.70508056999999951e2","0.62865828999999962e2"],["-0.70665558000000033e2","0.62880547000000092e2"],["-0.70830291999999929e2","0.62896660000000111e2"],["-0.70853332999999964e2","0.62899994000000106e2"],["-0.70885558999999944e2","0.62907211000000018e2"],["-0.70896118000000001e2",62.91443600000008],["-0.70893065999999976e2","0.62917770000000075e2"],["-0.70885833999999988e2","0.62920546999999999e2"],["-0.70871384000000035e2","0.62924713000000054e2"],["-0.70863616999999977e2","0.62925552000000039e2"],[-70.848343,"0.62924713000000054e2"],["-0.70847777999999892e2","0.62947212000000036e2"],["-0.70974837999999977e2","0.62989437000000009e2"],["-0.70977341000000024e2","0.62983768000000055e2"],["-0.71013061999999991e2","0.62989990000000091e2"],["-0.71060271999999941e2","0.62981102000000078e2"],["-0.71071670999999981e2","0.62979431000000034e2"],["-0.71120833999999945e2","0.62979431000000034e2"],["-0.71135833999999932e2","0.62980820000000051e2"],["-0.71152221999999995e2","0.62985268000000019e2"],["-0.71156661999999983e2","0.62989159000000086e2"],["-0.71156661999999983e2","0.62999434999999949e2"],["-0.71136672999999973e2","0.63028602999999976e2"],["-0.71118103000000019e2","0.63032219000000055e2"],["-0.71091384999999946e2","0.63029991000000052e2"],["-0.71020888999999954e2","0.63044270000000097e2"],["-0.71013724999999965e2","0.63043602000000021e2"],["-0.71007384999999942e2","0.63043437999999981e2"],["-0.71003219999999942e2","0.63044768999999974e2"],["-0.70863892000000021e2","0.63112213000000054e2"],["-0.70856383999999991e2","0.63139434999999992e2"],["-0.70908889999999985e2",63.17083000000008],["-0.70920546999999942e2","0.63168883999999991e2"],["-0.70952498999999989e2","0.63162766000000033e2"],["-0.70971389999999928e2","0.63158882000000006e2"],["-0.70976943999999946e2",63.15665400000006],["-0.70990279999999984e2","0.63148048000000131e2"],["-0.70997498000000007e2","0.63141662999999937e2"],["-0.71001953000000015e2","0.63128044000000045e2"],["-0.71002791999999999e2","0.63123322000000144e2"],[-71.00140399999998,"0.63118881000000044e2"],["-0.70993332000000009e2","0.63112770000000125e2"],["-0.70990829000000019e2","0.63108330000000137e2"],["-0.70989989999999977e2","0.63102492999999981e2"],["-0.70993606999999997e2","0.63098045000000013e2"],["-0.71029723999999987e2","0.63071937999999989e2"],["-0.71041672000000005e2","0.63069442999999922e2"],["-0.71127212999999983e2","0.63071663000000115e2"],["-0.71138610999999912e2","0.63073326000000066e2"],["-0.71195266999999944e2","0.63031661999999983e2"],["-0.71195830999999998e2","0.63026657000000114e2"],["-0.71198607999999979e2","0.63019989000000123e2"],["-0.71208618000000001e2",63.01166500000005],["-0.71232773000000009e2","0.63001938000000109e2"],["-0.71243880999999988e2",63.00110600000005],["-0.71255844000000025e2","0.63001938000000109e2"],["-0.71262512000000015e2","0.63004166000000112e2"],[-71.40055799999999,"0.63051659000000029e2"],["-0.71408339999999953e2","0.63055267000000129e2"],["-0.71413895000000025e2","0.63060546999999985e2"],["-0.71421386999999982e2","0.63071663000000115e2"],["-0.71454726999999934e2",63.10193600000008],["-0.71465012000000002e2","0.63103325000000098e2"],["-0.71605834999999956e2","0.63134995000000004e2"],["-0.71624999999999943e2","0.63140831000000048e2"],[-71.70666499999993,"0.63174995000000081e2"],["-0.71713897999999972e2","0.63179161000000136e2"],["-0.71770003999999915e2",63.25638600000002],["-0.71794998000000021e2","0.63326660000000004e2"],["-0.71795546999999942e2","0.63384720000000073e2"],["-0.71805831999999953e2","0.63382767000000001e2"],["-0.72009170999999981e2","0.63391106000000036e2"],["-0.72063048999999921e2","0.63396385000000009e2"],["-0.72076400999999976e2","0.63398048000000074e2"],["-0.72083069000000023e2","0.63400542999999971e2"],["-0.72141678000000013e2","0.63436104000000114e2"],["-0.72146118000000001e2","0.63439987000000031e2"],["-0.72145554000000004e2",63.44609800000012],["-0.72126662999999951e2","0.63450271999999984e2"],["-0.72023055999999997e2","0.63448043999999982e2"],["-0.71933318999999926e2","0.63443321000000026e2"],["-0.71825835999999981e2","0.63435265000000129e2"],["-0.71785278000000005e2","0.63431938000000002e2"],["-0.71748046999999985e2","0.63428047000000106e2"],["-0.71711120999999935e2","0.63422768000000133e2"],["-0.71683059999999955e2","0.63419716000000051e2"],["-0.71634734999999921e2","0.63419716000000051e2"],[-71.61500499999994,"0.63422493000000145e2"],[-71.59944200000001,63.42582700000014],["-0.71411666999999909e2","0.63485824999999977e2"],["-0.71316955999999948e2","0.63530823000000055e2"],["-0.71227492999999924e2","0.63598877000000016e2"],["-0.71229720999999984e2","0.63604713000000061e2"],["-0.71234726000000023e2","0.63608047000000056e2"],["-0.71245620999999971e2","0.63610939000000087e2"],["-0.71261123999999995e2","0.63612495000000024e2"],["-0.71295273000000009e2","0.63612495000000024e2"],["-0.71306945999999982e2","0.63611381999999935e2"],["-0.71323623999999938e2","0.63605270000000132e2"],["-0.71328063999999983e2","0.63602218999999934e2"],["-0.71331680000000006e2","0.63598328000000038e2"],["-0.71333069000000023e2","0.63583603000000096e2"],["-0.71332503999999972e2","0.63581664999999987e2"],["-0.71328063999999983e2","0.63576942000000031e2"],["-0.71325561999999991e2","0.63571938000000046e2"],["-0.71326110999999912e2","0.63570549000000028e2"],["-0.71331680000000006e2","0.63565543999999989e2"],["-0.71335280999999895e2","0.63564437999999996e2"],["-0.71379990000000021e2","0.63565543999999989e2"],["-0.71407501000000025e2","0.63567771999999934e2"],["-0.71414168999999958e2","0.63570549000000028e2"],["-0.71416397000000018e2","0.63572769000000051e2"],["-0.71378052000000025e2","0.63595268000000033e2"],["-0.71367492999999968e2","0.63601935999999966e2"],["-0.71363616999999977e2","0.63607216000000051e2"],["-0.71362503000000004e2",63.61332700000014],["-0.71377486999999974e2","0.63632767000000115e2"],["-0.71396666999999923e2","0.63635826000000066e2"],["-0.71407776000000013e2","0.63635551000000078e2"],["-0.71411391999999978e2","0.63634437999999989e2"],["-0.71418059999999969e2","0.63629990000000021e2"],["-0.71452498999999989e2","0.63604439000000127e2"],["-0.71441101000000003e2","0.63590827999999988e2"],["-0.71439437999999996e2","0.63588042999999971e2"],["-0.71446944999999914e2","0.63580826000000002e2"],["-0.71455841000000021e2",63.57888000000014],["-0.71470275999999956e2","0.63578049000000135e2"],["-0.71561661000000015e2","0.63580275999999969e2"],["-0.71576950000000011e2","0.63581664999999987e2"],["-0.71580565999999976e2","0.63583878000000141e2"],["-0.71581389999999942e2",63.59304800000001],["-0.71583618000000001e2","0.63649719000000118e2"],["-0.71569457999999997e2","0.63675552000000039e2"],["-0.71562209999999993e2","0.63685546999999985e2"],["-0.71581116000000009e2","0.63714995999999985e2"],["-0.71585007000000019e2",63.71665999999999],["-0.71615828999999906e2","0.63722213999999951e2"],["-0.71629165999999941e2","0.63723877000000073e2"],["-0.71638061999999877e2","0.63721099999999979e2"],["-0.71660004000000015e2","0.63706940000000088e2"],["-0.71664718999999877e2","0.63703049000000021e2"],["-0.71667220999999927e2","0.63697212000000036e2"],["-0.71700561999999991e2","0.63696381000000031e2"],["-0.71823897999999872e2",63.78054800000001],["-0.71830001999999979e2","0.63784439000000077e2"],["-0.71891113000000018e2",63.80832700000002],[-71.904449,"0.63809989999999971e2"],["-0.71915558000000033e2","0.63810271999999998e2"],["-0.71938599000000011e2","0.63808044000000052e2"],["-0.71958344000000011e2","0.63802490000000034e2"],["-0.71970550999999944e2","0.63795830000000024e2"],["-0.71985549999999932e2","0.63781937000000028e2"],["-0.72000564999999995e2","0.63761383000000023e2"],["-0.72004181000000017e2","0.63752776999999924e2"],["-0.71999725000000012e2","0.63748328999999956e2"],["-0.71991104000000007e2",63.74610100000001],["-0.71972778000000005e2","0.63748047000000099e2"],[-71.966949,63.75110600000005],["-0.71954726999999934e2",63.76527400000009],["-0.71946654999999964e2","0.63770271000000037e2"],["-0.71939162999999951e2","0.63772491000000059e2"],["-0.71934433000000013e2","0.63772766000000047e2"],["-0.71853881999999999e2","0.63761383000000023e2"],["-0.71848617999999988e2","0.63759438000000046e2"],["-0.71843886999999995e2","0.63755554000000018e2"],["-0.71879439999999988e2","0.63681937999999946e2"],["-0.71882766999999944e2","0.63678047000000049e2"],["-0.71920273000000009e2","0.63655548000000124e2"],["-0.71933884000000035e2","0.63649437000000034e2"],["-0.71963622999999984e2","0.63649162000000047e2"],["-0.72051940999999943e2",63.67860399999995],["-0.72154175000000009e2","0.63735550000000103e2"],["-0.72169448999999986e2",63.748604],[-72.21305799999999,"0.63683876000000112e2"],["-0.72212783999999942e2","0.63680550000000039e2"],["-0.72213897999999915e2","0.63677772999999945e2"],["-0.72218886999999995e2","0.63673882000000049e2"],["-0.72223891999999864e2","0.63672218000000044e2"],["-0.72234160999999972e2","0.63670273000000066e2"],["-0.72245269999999948e2","0.63669715999999994e2"],[-72.28694200000001,"0.63671660999999972e2"],["-0.72317504999999983e2","0.63674164000000133e2"],["-0.72324172999999973e2","0.63676658999999972e2"],["-0.72327498999999989e2",63.67971799999998],["-0.72363891999999964e2","0.63749435000000005e2"],["-0.72363616999999977e2","0.63754440000000045e2"],["-0.72357772999999952e2","0.63761383000000023e2"],["-0.72352782999999988e2",63.76527400000009],["-0.72342498999999975e2","0.63771378000000141e2"],["-0.72324722000000008e2","0.63776939000000027e2"],["-0.72317779999999914e2","0.63777771000000087e2"],["-0.72302779999999927e2","0.63776657000000114e2"],["-0.72291381999999942e2","0.63773605000000032e2"],["-0.72270003999999915e2","0.63787216000000001e2"],["-0.72215012000000002e2","0.63867767000000072e2"],["-0.72209732000000031e2","0.63893051000000071e2"],["-0.72223052999999993e2",63.92943600000001],["-0.72232772999999895e2","0.63948325999999952e2"],["-0.72238892000000021e2","0.63952492000000063e2"],["-0.72246384000000035e2","0.63950272000000041e2"],["-0.72250564999999938e2","0.63947769000000051e2"],[-72.36471599999993,"0.63845543000000134e2"],["-0.72383056999999951e2","0.63815543999999932e2"],["-0.72376388999999961e2","0.63812209999999936e2"],["-0.72371658000000025e2","0.63809158000000025e2"],["-0.72366942999999992e2","0.63804710000000057e2"],["-0.72365554999999915e2","0.63800270000000069e2"],["-0.72363051999999925e2","0.63791107000000068e2"],["-0.72368056999999965e2","0.63782494000000099e2"],["-0.72372771999999998e2","0.63778603000000032e2"],["-0.72436110999999926e2","0.63781661999999983e2"],["-0.72515838999999971e2","0.63786384999999996e2"],["-0.72526397999999915e2","0.63787773000000072e2"],["-0.72531386999999995e2","0.63791107000000068e2"],["-0.72532227000000034e2","0.63796661000000029e2"],["-0.72531386999999995e2","0.63799438000000123e2"],["-0.72519729999999925e2","0.63804710000000057e2"],["-0.72496658000000025e2","0.63803604000000064e2"],["-0.72474166999999909e2","0.63804710000000057e2"],["-0.72463897999999972e2","0.63806655999999975e2"],["-0.72459731999999974e2","0.63809158000000025e2"],["-0.72456116000000009e2","0.63814438000000109e2"],["-0.72456954999999994e2","0.63815826000000015e2"],["-0.72465011999999945e2","0.63819160000000011e2"],["-0.72521117999999944e2",63.84027100000003],["-0.72537216000000001e2","0.63844154000000003e2"],["-0.72585555999999997e2","0.63852776000000006e2"],["-0.72634734999999978e2","0.63852493000000038e2"],["-0.72637512000000015e2","0.63873604000000057e2"],["-0.72641112999999962e2","0.63904434000000094e2"],["-0.72611663999999962e2","0.63943046999999979e2"],["-0.72592772999999852e2","0.64018051000000128e2"],["-0.72592772999999852e2","0.64022217000000069e2"],["-0.72658339999999896e2","0.64076660000000004e2"],["-0.72664718999999934e2","0.64080551000000071e2"],[-72.67471299999994,"0.64083327999999995e2"],["-0.72682495000000017e2","0.64079711999999972e2"],["-0.72685546999999929e2","0.64076385000000016e2"],["-0.72688048999999978e2","0.64070540999999992e2"],["-0.72704726999999991e2","0.64015549000000078e2"],["-0.72705841000000021e2","0.64009155000000021e2"],["-0.72702498999999932e2","0.64005553999999961e2"],["-0.72696945000000028e2","0.64003052000000082e2"],["-0.72668335000000013e2","0.63996101000000124e2"],["-0.72660004000000015e2","0.63992493000000024e2"],["-0.72658614999999998e2","0.63987770000000069e2"],["-0.72666396999999961e2","0.63980545000000006e2"],["-0.72678878999999938e2","0.63972488000000055e2"],["-0.72692490000000021e2","0.63966660000000104e2"],["-0.72699722000000008e2","0.63964439000000027e2"],["-0.72720000999999968e2","0.63961105000000032e2"],["-0.72753341999999918e2","0.64000274999999988e2"],["-0.72758346999999958e2","0.64004166000000055e2"],[-72.779449,"0.64010544000000039e2"],["-0.72836120999999991e2","0.64019714000000079e2"],["-0.72931380999999988e2","0.64052475000000015e2"],[-72.94027699999998,"0.64058594000000028e2"],["-0.72941375999999991e2","0.64063599000000067e2"],[-72.93971299999987,"0.64067764000000068e2"],["-0.72933318999999983e2","0.64076385000000016e2"],["-0.72925551999999868e2","0.64084152000000131e2"],["-0.72919723999999917e2","0.64086929000000055e2"],["-0.72911117999999931e2",64.08859300000006],["-0.72888061999999991e2","0.64086105000000089e2"],["-0.72878326000000015e2","0.64086655000000121e2"],["-0.72874435000000005e2",64.08859300000006],["-0.72870833999999945e2","0.64093872000000033e2"],["-0.72868880999999931e2","0.64099152000000117e2"],["-0.72868332000000009e2","0.64108321999999987e2"],["-0.72897232000000031e2","0.64156937000000028e2"],["-0.72905272999999909e2","0.64164993000000095e2"],["-0.72911666999999966e2","0.64168868999999972e2"],["-0.73223891999999921e2",64.31164600000011],["-0.73271117999999888e2","0.64283875000000023e2"],["-0.73267226999999991e2","0.64273880000000133e2"],["-0.73270003999999972e2","0.64265823000000125e2"],["-0.73273055999999997e2",64.26249700000011],["-0.73279174999999952e2","0.64258606000000043e2"],["-0.73339721999999938e2","0.64258040999999992e2"],["-0.73365829000000019e2","0.64261932000000058e2"],["-0.73380554000000018e2","0.64268600000000049e2"],["-0.73384170999999981e2","0.64272491000000116e2"],["-0.73386947999999904e2","0.64277480999999966e2"],["-0.73417769999999905e2","0.64371093999999914e2"],["-0.73415558000000033e2","0.64445816000000036e2"],["-0.73326950000000011e2","0.64476089000000002e2"],["-0.73167770000000019e2","0.64576660000000118e2"],["-0.73164718999999934e2","0.64579712000000029e2"],["-0.73164718999999934e2",64.60554499999995],["-0.73165557999999976e2","0.64607483000000116e2"],["-0.73169448999999872e2","0.64609984999999995e2"],["-0.73296950999999922e2","0.64656937000000084e2"],["-0.73302779999999927e2","0.64658875000000023e2"],["-0.73309433000000013e2","0.64658600000000035e2"],["-0.73342223999999931e2","0.64644150000000081e2"],["-0.73346664000000033e2",64.641098],["-0.73347504000000015e2",64.63499500000006],["-0.73341110000000015e2","0.64626083000000051e2"],["-0.73326110999999969e2","0.64609984999999995e2"],["-0.73314437999999939e2","0.64598038000000031e2"],["-0.73308043999999995e2","0.64593322999999998e2"],["-0.73302215999999987e2","0.64583878000000084e2"],["-0.73298614999999927e2","0.64559418000000107e2"],["-0.73299163999999962e2","0.64544982999999945e2"],["-0.73303328999999962e2","0.64538315000000011e2"],[-73.30749499999996,"0.64535812000000021e2"],["-0.73315276999999924e2","0.64532211000000132e2"],[-73.32417299999986,64.52998400000007],["-0.73424164000000019e2","0.64509995000000004e2"],["-0.73463333000000034e2","0.64502486999999974e2"],[-73.47222899999997,"0.64504440000000102e2"],["-0.73475829999999917e2","0.64508040999999935e2"],["-0.73477218999999991e2","0.64512207000000046e2"],["-0.73473052999999993e2","0.64553589000000045e2"],["-0.73448714999999936e2","0.64565422000000012e2"],["-0.73467223999999987e2","0.64612762000000089e2"],["-0.73595000999999968e2","0.64629699999999957e2"],["-0.73655563000000029e2","0.64631653000000085e2"],["-0.73655563000000029e2","0.64623596000000134e2"],["-0.73667496000000028e2","0.64577209000000039e2"],["-0.73750289999999893e2","0.64536377000000073e2"],[-73.75389100000001,"0.64535263000000043e2"],["-0.73764450000000011e2","0.64537491000000045e2"],["-0.73787780999999939e2","0.64548035000000084e2"],["-0.73803054999999915e2","0.64555251999999996e2"],["-0.73821121000000005e2","0.64567490000000078e2"],["-0.73837783999999999e2","0.64579712000000029e2"],[-73.84944200000001,"0.64587493999999992e2"],["-0.73861388999999974e2","0.64594436999999971e2"],["-0.73876662999999951e2","0.64600815000000125e2"],["-0.73886947999999961e2","0.64603592000000049e2"],["-0.73910277999999948e2","0.64605819999999994e2"],["-0.73920272999999952e2","0.64605255000000113e2"],["-0.73929442999999992e2","0.64602203000000031e2"],["-0.73932495000000017e2","0.64593597000000102e2"],["-0.73931106999999997e2","0.64583878000000084e2"],["-0.73844726999999978e2","0.64501937999999996e2"],["-0.73925551999999925e2","0.64460265999999933e2"],["-0.73972777999999892e2","0.64430267000000129e2"],["-0.73999434999999892e2","0.64328048999999965e2"],["-0.74062774999999988e2","0.64334427000000119e2"],["-0.74102218999999877e2","0.64367476999999951e2"],["-0.74128051999999911e2",64.533051],["-0.74127486999999974e2","0.64534424000000115e2"],["-0.74105835000000013e2","0.64535812000000021e2"],["-0.74082229999999925e2","0.64534988000000055e2"],["-0.74065276999999924e2",64.533051],["-0.74055557000000022e2","0.64610535000000027e2"],["-0.74050551999999982e2","0.64724991000000045e2"],["-0.74053878999999938e2","0.64728592000000106e2"],["-0.74060546999999985e2","0.64733322000000101e2"],["-0.74089721999999995e2","0.64751099000000011e2"],["-0.74096114999999941e2","0.64751389000000017e2"],["-0.74114440999999943e2","0.64745819000000097e2"],["-0.74120543999999995e2",64.74192800000003],["-0.74195266999999888e2","0.64663040000000024e2"],["-0.74208892999999932e2","0.64614151000000049e2"],["-0.74212783999999999e2","0.64602768000000083e2"],["-0.74224715999999944e2","0.64592484000000013e2"],["-0.74240279999999984e2",64.58027600000014],["-0.74381942999999922e2","0.64569992000000127e2"],["-0.74390288999999996e2","0.64569716999999912e2"],["-0.74397507000000019e2","0.64572220000000073e2"],["-0.74535278000000005e2","0.64622208000000057e2"],["-0.74657500999999968e2","0.64700272000000098e2"],["-0.74701675000000023e2","0.64732483000000002e2"],["-0.74704177999999899e2","0.64735535000000084e2"],["-0.74700835999999867e2","0.64740265000000136e2"],["-0.74683318999999926e2","0.64758331000000112e2"],["-0.74567504999999983e2","0.64832764000000054e2"],["-0.74501113999999973e2","0.64833603000000039e2"],["-0.74487777999999935e2","0.64834152000000017e2"],["-0.74478881999999999e2","0.64835815000000082e2"],["-0.74476395000000025e2","0.64838882000000012e2"],["-0.74476943999999946e2",64.84165999999999],["-0.74540557999999976e2","0.64889160000000004e2"],["-0.74545836999999949e2","0.64892212000000086e2"],["-0.74561110999999926e2","0.64896102999999982e2"],["-0.74621932999999956e2","0.64903869999999927e2"],["-0.74639998999999932e2","0.64903595000000109e2"],["-0.74648620999999935e2","0.64901382000000126e2"],["-0.74660277999999892e2","0.64896378000000027e2"],["-0.74732773000000009e2","0.64854705999999965e2"],["-0.74741378999999938e2","0.64847488000000112e2"],["-0.74743057000000022e2","0.64842209000000139e2"],["-0.74741942999999992e2","0.64835815000000082e2"],["-0.74738892000000021e2","0.64831375000000094e2"],[-74.72222899999997,"0.64822220000000016e2"],["-0.74714721999999938e2","0.64815535999999952e2"],["-0.74710007000000019e2","0.64810532000000023e2"],["-0.74706664999999987e2","0.64800537000000077e2"],["-0.74706664999999987e2","0.64794983000000116e2"],["-0.74710830999999985e2","0.64782761000000107e2"],["-0.74718886999999938e2","0.64773604999999975e2"],["-0.74726394999999968e2","0.64770828000000108e2"],["-0.74837219000000005e2","0.64778595000000053e2"],["-0.74868332000000009e2","0.64781936999999971e2"],["-0.74893341000000021e2","0.64784714000000065e2"],["-0.74902221999999938e2",64.78804000000008],["-0.74909164000000033e2","0.64791367000000037e2"],["-0.74915833000000021e2","0.64795822000000044e2"],["-0.74924438000000009e2",64.799149],["-0.74944153000000028e2","0.64803589000000045e2"],["-0.74955001999999979e2","0.64804428000000144e2"],["-0.74975554999999872e2","0.64801376000000062e2"],["-0.74985274999999945e2","0.64795822000000044e2"],["-0.74985549999999876e2","0.64790268000000083e2"],["-0.74982498000000021e2","0.64785263000000043e2"],["-0.74978881999999999e2","0.64781372000000147e2"],["-0.74963332999999977e2","0.64773604999999975e2"],["-0.74834732000000031e2","0.64716385000000116e2"],["-0.74733321999999987e2","0.64685531999999967e2"],["-0.74694442999999978e2","0.64676376000000005e2"],["-0.74675551999999982e2","0.64670258000000047e2"],["-0.74660003999999958e2","0.64663879000000009e2"],["-0.74613051999999925e2","0.64640274000000034e2"],["-0.74545273000000009e2","0.64602203000000031e2"],["-0.74512787000000003e2","0.64583603000000096e2"],["-0.74475280999999939e2","0.64561371000000008e2"],["-0.74470000999999968e2","0.64557479999999941e2"],[-74.47084000000001,"0.64555542000000003e2"],["-0.74513625999999874e2","0.64533325000000104e2"],["-0.74520279000000016e2","0.64532211000000132e2"],["-0.74585830999999985e2","0.64480270000000075e2"],["-0.74685546999999985e2","0.64391936999999984e2"],["-0.74685821999999973e2","0.64371093999999914e2"],["-0.74797774999999945e2","0.64380813999999987e2"],["-0.74974716000000001e2","0.64416091999999992e2"],["-0.74985274999999945e2","0.64418869000000086e2"],["-0.75010558999999944e2","0.64429977000000122e2"],["-0.75056380999999988e2","0.64452208999999982e2"],["-0.75142501999999979e2","0.64483321999999987e2"],["-0.75174712999999997e2","0.64492752000000053e2"],["-0.75182769999999948e2","0.64492477000000065e2"],["-0.75188598999999954e2","0.64489426000000037e2"],["-0.75188888999999904e2","0.64483321999999987e2"],["-0.75187209999999993e2","0.64473602000000085e2"],["-0.75182495000000017e2","0.64468323000000112e2"],["-0.75177215999999987e2","0.64464705999999978e2"],["-0.75151397999999915e2","0.64460265999999933e2"],["-0.75146117999999944e2","0.64457214000000022e2"],[-75.14416499999993,"0.64453049000000021e2"],[-75.15055799999999,"0.64447204999999997e2"],["-0.75154448999999943e2","0.64444702000000063e2"],["-0.75199721999999952e2","0.64428040000000067e2"],["-0.75207779000000016e2","0.64427765000000022e2"],[-75.21556099999998,"0.64428864000000033e2"],["-0.75224166999999909e2","0.64432205000000067e2"],["-0.75295272999999952e2",64.46665999999999],["-0.75323897999999986e2","0.64481934000000081e2"],["-0.75332503999999972e2","0.64490814000000114e2"],["-0.75344161999999926e2",64.49914600000011],[-75.34973100000002,64.50221300000004],["-0.75381667999999991e2","0.64513611000000026e2"],["-0.75409164000000033e2","0.64522766000000104e2"],["-0.75479720999999927e2",64.53915399999994],["-0.75490829000000019e2","0.64539703000000088e2"],["-0.75566100999999946e2","0.64549988000000042e2"],["-0.75666396999999961e2","0.64563873000000115e2"],["-0.75693329000000006e2","0.64569992000000127e2"],["-0.75703887999999949e2","0.64572769000000051e2"],["-0.75721389999999985e2","0.64579163000000051e2"],["-0.75736938000000009e2","0.64586104999999975e2"],[-75.74722300000002,"0.64594436999999971e2"],["-0.75763625999999988e2","0.64604980000000126e2"],["-0.75773894999999925e2","0.64608322000000044e2"],["-0.75796951000000035e2","0.64612198000000149e2"],["-0.75824172999999973e2",64.611649],["-0.75843063000000029e2","0.64607758000000103e2"],["-0.75847228999999913e2","0.64604430999999977e2"],["-0.75837219000000005e2","0.64561371000000008e2"],["-0.75823623999999938e2","0.64535812000000021e2"],["-0.75818893000000003e2","0.64530823000000055e2"],["-0.75807495000000017e2","0.64525269000000037e2"],["-0.75729172000000005e2","0.64503051999999968e2"],["-0.75644729999999925e2","0.64468872000000033e2"],["-0.75639449999999954e2",64.46527100000003],["-0.75630554000000018e2","0.64457214000000022e2"],["-0.75631667999999991e2",64.453598],["-0.75636123999999938e2","0.64449142000000052e2"],["-0.75641388000000006e2","0.64448028999999963e2"],["-0.75696655000000021e2",64.43942300000009],["-0.75708343999999954e2","0.64437759000000028e2"],["-0.75727782999999931e2","0.64442474000000061e2"],["-0.75746947999999975e2","0.64453049000000021e2"],["-0.75765839000000028e2",64.46527100000003],[-75.77305599999994,"0.64467484000000127e2"],["-0.75874709999999993e2","0.64486923000000047e2"],["-0.75895279000000016e2",64.48803700000002],["-0.75908339999999953e2","0.64487198000000035e2"],["-0.75920273000000009e2","0.64484420999999998e2"],["-0.75922500999999954e2","0.64481094000000041e2"],["-0.75910552999999993e2","0.64478317000000118e2"],["-0.75875274999999988e2",64.47387700000013],["-0.75857772999999952e2","0.64468048000000067e2"],["-0.75720839999999953e2","0.64383331000000055e2"],["-0.75717223999999987e2","0.64379700000000014e2"],["-0.75718886999999995e2","0.64374419999999986e2"],["-0.75723327999999924e2","0.64369705000000124e2"],["-0.75726944000000003e2","0.64367203000000018e2"],[-75.83805799999999,"0.64369141000000013e2"],["-0.75861664000000019e2","0.64371093999999914e2"],["-0.75950561999999934e2","0.64399155000000007e2"],["-0.76043883999999991e2","0.64368317000000047e2"],["-0.76253615999999965e2",64.35775799999999],["-0.76264450000000011e2","0.64319153000000028e2"],["-0.76214721999999995e2","0.64314986999999974e2"],["-0.76205565999999976e2","0.64313309000000004e2"],["-0.76196655000000021e2","0.64310806000000071e2"],["-0.76188323999999852e2","0.64306931000000077e2"],["-0.76189712999999927e2","0.64301376000000005e2"],["-0.76197219999999959e2",64.29693600000013],["-0.76205840999999964e2","0.64294708000000014e2"],["-0.76300551999999982e2","0.64278869999999984e2"],["-0.76484725999999966e2","0.64266662999999994e2"],["-0.76493606999999997e2","0.64268600000000049e2"],["-0.76503066999999987e2","0.64275269000000094e2"],["-0.76506957999999941e2","0.64284424000000001e2"],["-0.76505568999999923e2","0.64289153999999996e2"],["-0.76503615999999909e2","0.64291091999999935e2"],["-0.76502501999999936e2","0.64295258000000047e2"],["-0.76506667999999934e2","0.64297485000000108e2"],["-0.76541381999999999e2","0.64304703000000075e2"],[-76.591949,64.31053199999991],["-0.76705840999999964e2","0.64300812000000008e2"],["-0.76719451999999933e2","0.64296646000000123e2"],["-0.76733886999999868e2","0.64290543000000014e2"],["-0.76736664000000019e2","0.64285812000000078e2"],["-0.76738892000000021e2","0.64276382000000012e2"],["-0.76721663999999976e2","0.64238312000000064e2"],["-0.76714721999999995e2","0.64233870999999965e2"],["-0.76706115999999952e2","0.64231369000000086e2"],["-0.76684722999999963e2","0.64227768000000026e2"],["-0.76674438000000009e2","0.64224990999999932e2"],["-0.76667220999999927e2","0.64221924000000058e2"],["-0.76660278000000005e2","0.64218322999999998e2"],["-0.76654723999999931e2","0.64209152000000017e2"],["-0.76654723999999931e2","0.64196640000000059e2"],[-76.65834000000001,"0.64189972000000068e2"],["-0.76662215999999944e2","0.64186646000000053e2"],["-0.76670546999999942e2","0.64184143000000063e2"],[-76.84722899999997,64.23054500000012],["-0.76968337999999903e2","0.64259720000000016e2"],["-0.77138335999999981e2","0.64289429000000041e2"],["-0.77276108000000022e2","0.64256378000000097e2"],["-0.77296111999999937e2","0.64251938000000052e2"],["-0.77327498999999989e2","0.64246367999999961e2"],["-0.77351944000000003e2","0.64243866000000082e2"],["-0.77366104000000007e2","0.64243866000000082e2"],["-0.77379990000000021e2",64.2452550000001],["-0.77381377999999984e2","0.64246643000000006e2"],["-0.77382216999999969e2",64.2494200000001],["-0.77381377999999984e2","0.64253601000000003e2"],["-0.77378875999999934e2","0.64256943000000092e2"],["-0.77434158000000025e2","0.64320267000000001e2"],["-0.77588332999999977e2","0.64368317000000047e2"],["-0.77652221999999938e2","0.64388046000000088e2"],["-0.77660278000000005e2","0.64386383000000023e2"],["-0.77664444000000003e2",64.3836060000001],["-0.77665832999999907e2","0.64376923000000147e2"],["-0.77664718999999991e2","0.64374146000000053e2"],["-0.77658889999999985e2","0.64364990000000091e2"],[-77.67971799999998,"0.64321105999999986e2"],["-0.77747222999999963e2","0.64337769000000037e2"],["-0.77831389999999942e2","0.64412490999999989e2"],["-0.77970276000000013e2","0.64454436999999928e2"],["-0.78178054999999972e2","0.64567490000000078e2"],["-0.78183318999999926e2","0.64572495000000117e2"],["-0.78168578999999966e2","0.64626197999999931e2"],["-0.78160552999999993e2","0.64690536000000066e2"],["-0.78184433000000013e2","0.64731093999999985e2"],["-0.78073623999999938e2","0.64813599000000124e2"],["-0.78064437999999996e2","0.64849426000000051e2"],["-0.78065276999999867e2","0.64853591999999992e2"],[-78.06639100000001,"0.64855820000000108e2"],["-0.78073623999999938e2","0.64859420999999998e2"],["-0.78102492999999981e2","0.64868866000000025e2"],["-0.78117217999999923e2","0.64876082999999994e2"],["-0.78120834000000002e2","0.64881088000000034e2"],["-0.78129715000000033e2","0.64893875000000037e2"],["-0.78146118000000001e2","0.64938309000000004e2"],["-0.78148055999999997e2","0.64943862999999965e2"],["-0.78149733999999967e2","0.64952209000000039e2"],["-0.78145279000000016e2","0.64957489000000123e2"],["-0.77973052999999993e2",65.04136699999998],[-77.67971799999998,"0.65123306000000014e2"],["-0.77543610000000001e2","0.65139709000000096e2"],[-77.50306699999993,"0.65138596000000007e2"],["-0.77488326999999913e2","0.65139434999999935e2"],["-0.77479720999999984e2","0.65141098000000056e2"],["-0.77344726999999978e2","0.65173309000000131e2"],["-0.77328612999999962e2","0.65178864000000033e2"],["-0.77322783999999956e2",65.18331900000004],["-0.77315825999999959e2","0.65190536000000009e2"],["-0.77313048999999978e2","0.65195816000000036e2"],["-0.77315552000000025e2","0.65199417000000096e2"],[-77.3824919999999,"0.65247482000000105e2"],["-0.77397232000000031e2","0.65254990000000134e2"],["-0.77422774999999945e2","0.65264435000000049e2"],["-0.77444716999999912e2","0.65275543000000027e2"],["-0.77498046999999985e2","0.65306641000000013e2"],["-0.77513061999999934e2","0.65318877999999984e2"],["-0.77515015000000005e2","0.65325820999999962e2"],["-0.77512222000000008e2","0.65330551000000014e2"],["-0.77471114999999998e2","0.65371368000000018e2"],[-77.466949,"0.65375259000000085e2"],["-0.77461120999999878e2","0.65379149999999981e2"],["-0.77452498999999875e2","0.65380813999999987e2"],["-0.77438048999999921e2","0.65379700000000014e2"],[-77.41361999999998,"0.65371643000000063e2"],["-0.77402495999999985e2","0.65369141000000127e2"],["-0.77345839999999896e2","0.65358597000000088e2"],["-0.77337783999999999e2","0.65357483000000116e2"],["-0.77323058999999944e2","0.65357757999999933e2"],[-77.30610699999994,"0.65359711000000061e2"],["-0.77295546999999999e2","0.65361922999999933e2"],["-0.77291945999999939e2","0.65363876000000062e2"],["-0.77287505999999951e2","0.65367751999999996e2"],["-0.77287216000000001e2","0.65375259000000085e2"],["-0.77289992999999924e2","0.65378860000000145e2"],["-0.77295273000000009e2","0.65383331000000055e2"],["-0.77319457999999997e2","0.65393326000000002e2"],["-0.77326950000000011e2","0.65395538000000045e2"],[-77.341949,"0.65401657000000057e2"],["-0.77367492999999911e2","0.65412491000000102e2"],["-0.77398620999999935e2","0.65426651000000049e2"],["-0.77420272999999952e2","0.65439972000000012e2"],["-0.77428329000000019e2","0.65447754000000145e2"],["-0.77434432999999956e2","0.65456940000000088e2"],["-0.77430556999999908e2","0.65458878000000027e2"],["-0.77421660999999972e2","0.65461380000000077e2"],["-0.77385559000000001e2","0.65468048000000067e2"],["-0.77336670000000026e2","0.65471375000000023e2"],["-0.77265288999999882e2","0.65471923999999944e2"],["-0.77238051999999925e2","0.65469437000000084e2"],[-77.154449,"0.65445815999999979e2"],["-0.77134734999999978e2","0.65439423000000033e2"],["-0.77124434999999892e2","0.65434143000000006e2"],["-0.77115828999999962e2","0.65429703000000131e2"],["-0.77111663999999962e2","0.65426085999999998e2"],["-0.77111114999999927e2","0.65421371000000136e2"],["-0.77106383999999991e2","0.65413605000000075e2"],[-77.09944200000001,"0.65409149000000014e2"],[-77.08666999999997,"0.65407211000000075e2"],["-0.76962783999999999e2","0.65407211000000075e2"],["-0.76956954999999994e2","0.65410537999999974e2"],["-0.76952498999999989e2","0.65414993000000038e2"],["-0.76956116000000009e2","0.65421371000000136e2"],["-0.76955565999999976e2","0.65422759999999982e2"],["-0.76951675000000023e2","0.65425262000000032e2"],["-0.76944442999999978e2","0.65427765000000022e2"],["-0.76920837000000006e2","0.65429428000000144e2"],["-0.76849990999999989e2","0.65428313999999943e2"],["-0.76824722000000008e2","0.65425262000000032e2"],["-0.76626937999999939e2","0.65398880000000133e2"],["-0.76361937999999952e2","0.65342209000000025e2"],["-0.76235001000000011e2","0.65312759000000142e2"],["-0.76164444000000003e2","0.65296097000000145e2"],["-0.76072509999999909e2","0.65277205999999921e2"],[-75.96665999999999,"0.65255829000000119e2"],["-0.75953888000000006e2","0.65255264000000068e2"],["-0.75925277999999935e2","0.65257217000000026e2"],["-0.75920273000000009e2","0.65258330999999998e2"],["-0.75912215999999944e2","0.65257217000000026e2"],["-0.75898345999999947e2","0.65253875999999991e2"],["-0.75805556999999965e2","0.65229705999999965e2"],["-0.75785552999999936e2","0.65224426000000108e2"],["-0.75769164999999987e2",65.21887200000009],["-0.75765014999999892e2","0.65216660000000047e2"],["-0.75760009999999909e2","0.65210815000000139e2"],["-0.75741378999999995e2","0.65173874000000012e2"],["-0.75739989999999921e2","0.65168319999999994e2"],["-0.75570847000000015e2","0.65120818999999926e2"],["-0.75528610000000015e2","0.65108871000000079e2"],["-0.75475006000000008e2","0.65086105000000089e2"],[-75.46665999999999,"0.65082214000000022e2"],["-0.75457229999999925e2","0.65074707000000046e2"],["-0.75446945000000028e2",65.06581100000011],["-0.75428054999999972e2","0.65048324999999977e2"],["-0.75424438000000009e2","0.65043869000000086e2"],["-0.75410552999999936e2","0.65024704000000099e2"],["-0.75415557999999976e2","0.64977478000000076e2"],["-0.75420273000000009e2","0.64972214000000065e2"],["-0.75428054999999972e2","0.64968322999999998e2"],["-0.75496947999999975e2","0.64940536000000066e2"],["-0.75507232999999985e2","0.64938309000000004e2"],[-75.51916499999993,"0.64936919999999986e2"],["-0.75533614999999941e2","0.64936919999999986e2"],["-0.75557220000000029e2","0.64940262000000132e2"],["-0.75634734999999921e2",64.94720500000011],["-0.75654448999999943e2","0.64946365000000071e2"],["-0.75663054999999929e2","0.64945251000000098e2"],["-0.75667496000000028e2","0.64940811000000053e2"],["-0.75601944000000003e2","0.64867752000000053e2"],["-0.75594161999999983e2","0.64860259999999926e2"],["-0.75587508999999898e2","0.64856644000000074e2"],[-75.56806899999998,"0.64850540000000024e2"],["-0.75555557000000022e2","0.64848602000000085e2"],["-0.75461394999999925e2","0.64811645999999996e2"],["-0.75389175000000023e2","0.64736099000000024e2"],["-0.75373046999999985e2","0.64714996000000099e2"],["-0.75316665999999941e2","0.64719437000000028e2"],["-0.75308333999999888e2","0.64721099999999979e2"],["-0.75298186999999984e2","0.64725769000000128e2"],["-0.75294723999999974e2","0.64728043000000127e2"],["-0.75291381999999885e2","0.64733871000000079e2"],["-0.75289444000000003e2","0.64739975000000072e2"],["-0.75291381999999885e2",64.74443100000002],[-75.30221599999993,"0.64751099000000011e2"],["-0.75310546999999929e2","0.64754990000000078e2"],["-0.75329726999999991e2","0.64761107999999979e2"],["-0.75333892999999989e2","0.64763321000000133e2"],["-0.75344161999999926e2","0.64772217000000069e2"],["-0.75373885999999914e2","0.64833054000000118e2"],["-0.75357223999999917e2","0.64897766000000104e2"],["-0.75422775000000001e2","0.64890273999999977e2"],["-0.75451675000000023e2","0.64875259000000028e2"],["-0.75460830999999985e2",64.87164300000012],["-0.75469727000000034e2","0.64869431000000077e2"],[-75.55749499999996,64.87414600000011],["-0.75563323999999966e2","0.64877197000000137e2"],["-0.75565552000000025e2","0.64879425000000083e2"],["-0.75567504999999983e2","0.64883605999999986e2"],[-75.56527699999998,"0.64886932000000058e2"],["-0.75473891999999921e2","0.64935806000000014e2"],["-0.75390288999999996e2","0.64979430999999977e2"],["-0.75384734999999978e2","0.64981934000000138e2"],["-0.75376098999999897e2","0.64983322000000044e2"],["-0.75363051999999982e2",64.98414600000001],["-0.75353332999999964e2","0.64983597000000088e2"],["-0.75344161999999926e2","0.64981094000000098e2"],["-0.75335555999999997e2","0.64977768000000083e2"],["-0.75264175000000023e2","0.64966095000000053e2"],["-0.75196105999999986e2","0.65068604000000107e2"],["-0.75189163000000008e2","0.65079712000000086e2"],["-0.75185546999999872e2","0.65091369999999927e2"],["-0.75186934999999949e2","0.65101653999999996e2"],["-0.75192490000000021e2","0.65105545000000063e2"],["-0.75196655000000021e2","0.65107207999999957e2"],["-0.75212508999999955e2","0.65109421000000111e2"],["-0.75225554999999986e2","0.65109421000000111e2"],["-0.75240828999999962e2",65.10832199999993],["-0.75259170999999981e2","0.65102203000000088e2"],["-0.75263625999999988e2",65.0977630000001],["-0.75265563999999927e2",65.09165999999999],["-0.75262512000000015e2","0.65080551000000071e2"],["-0.75260009999999852e2","0.65072769000000108e2"],["-0.75261123999999995e2","0.65059142999999949e2"],["-0.75263061999999934e2","0.65052199999999971e2"],["-0.75279998999999975e2","0.65035262999999986e2"],["-0.75299727999999959e2","0.65024704000000099e2"],["-0.75348617999999931e2","0.65003876000000048e2"],["-0.75360001000000011e2","0.65003876000000048e2"],["-0.75367492999999968e2","0.65006378000000097e2"],["-0.75373046999999985e2","0.65009430000000009e2"],["-0.75378875999999991e2","0.65016663000000051e2"],["-0.75379165999999998e2","0.65021378000000084e2"],["-0.75381103999999937e2","0.65025818000000072e2"],["-0.75402495999999871e2","0.65055817000000104e2"],["-0.75410003999999958e2","0.65063873000000001e2"],["-0.75425551999999982e2","0.65077208999999925e2"],["-0.75441375999999991e2",65.089157],["-0.75448043999999982e2","0.65094147000000021e2"],["-0.75516402999999855e2","0.65138596000000007e2"],["-0.75728058000000033e2","0.65224151999999947e2"],["-0.75761947999999961e2","0.65237762000000032e2"],["-0.75781676999999945e2","0.65243042000000116e2"],["-0.75835555999999997e2","0.65255264000000068e2"],["-0.75864166000000012e2","0.65258330999999998e2"],["-0.75890563999999983e2","0.65269150000000081e2"],["-0.75939712999999983e2","0.65292480000000012e2"],["-0.75943877999999984e2",65.29525799999999],["-0.75950835999999981e2","0.65316376000000105e2"],["-0.75950287000000003e2","0.65318329000000062e2"],["-0.75941101000000003e2","0.65321380999999974e2"],["-0.75931106999999884e2","0.65322220000000129e2"],[-75.904449,"0.65322220000000129e2"],["-0.75873885999999914e2","0.65320541000000105e2"],["-0.75857772999999952e2","0.65319153000000028e2"],["-0.75603057999999976e2","0.65295531999999923e2"],["-0.75592223999999931e2","0.65287201000000039e2"],["-0.75575561999999934e2","0.65278046000000018e2"],["-0.75566390999999896e2","0.65274994000000049e2"],["-0.75555267000000015e2","0.65273605000000089e2"],["-0.75495834000000002e2","0.65269150000000081e2"],[-75.48443599999996,"0.65268326000000116e2"],["-0.75211945000000014e2","0.65250549000000035e2"],["-0.75186661000000015e2","0.65251938000000052e2"],["-0.75153885000000002e2","0.65256943000000092e2"],["-0.75114440999999999e2","0.65266387999999949e2"],["-0.75101669000000015e2","0.65271378000000027e2"],["-0.75093886999999938e2","0.65274994000000049e2"],["-0.75083618000000001e2","0.65286102000000085e2"],["-0.75081679999999892e2","0.65292206000000078e2"],["-0.75070847000000015e2","0.65330276000000026e2"],["-0.75090835999999911e2","0.65355545000000006e2"],["-0.75109160999999858e2","0.65379974000000118e2"],["-0.75110824999999977e2","0.65384720000000073e2"],["-0.75111114999999984e2","0.65388885000000073e2"],["-0.75110549999999932e2",65.391098],["-0.75108046999999942e2","0.65393051000000128e2"],["-0.75097778000000005e2","0.65394989000000066e2"],[-75.08277899999996,"0.65394989000000066e2"],["-0.74823623999999938e2","0.65377472000000068e2"],["-0.74660552999999993e2","0.65346374999999966e2"],["-0.74645844000000011e2","0.65341370000000097e2"],["-0.74635009999999966e2","0.65338593000000003e2"],["-0.74624161000000015e2","0.65336655000000064e2"],[-74.58944699999995,"0.65332489000000123e2"],["-0.74546660999999915e2",65.33137499999998],["-0.74524445000000014e2","0.65333328000000108e2"],["-0.74508621000000005e2","0.65336655000000064e2"],["-0.74496947999999975e2","0.65340820000000065e2"],["-0.74357773000000009e2","0.65398604999999975e2"],["-0.74347838999999965e2","0.65407181000000037e2"],["-0.74323897999999986e2","0.65437759000000028e2"],["-0.74318892999999946e2","0.65447204999999997e2"],[-74.31527699999998,"0.65458037999999988e2"],["-0.74311385999999914e2","0.65463882000000012e2"],["-0.74182770000000005e2","0.65525269000000037e2"],["-0.74105835000000013e2","0.65534988000000055e2"],["-0.73845276000000013e2","0.65532211000000132e2"],["-0.73791381999999999e2","0.65524428999999998e2"],["-0.73767776000000026e2","0.65520828000000108e2"],["-0.73747222999999963e2","0.65517487000000074e2"],["-0.73736937999999952e2","0.65514709000000096e2"],["-0.73732772999999952e2","0.65511932000000002e2"],["-0.73731383999999935e2","0.65506943000000035e2"],["-0.73730835000000013e2","0.65504166000000112e2"],["-0.73735001000000011e2","0.65501662999999951e2"],["-0.73740279999999984e2","0.65496933000000126e2"],["-0.73740829000000019e2","0.65490814000000114e2"],["-0.73736937999999952e2","0.65487761999999975e2"],["-0.73711670000000026e2","0.65471099999999979e2"],["-0.73703063999999927e2","0.65466934000000094e2"],["-0.73694152999999915e2","0.65464432000000045e2"],["-0.73663895000000025e2","0.65456940000000088e2"],["-0.73651397999999972e2","0.65454711999999915e2"],["-0.73641113000000018e2","0.65455261000000064e2"],["-0.73559997999999894e2","0.65462494000000049e2"],["-0.73500564999999938e2","0.65474426000000051e2"],[-73.56361400000003,"0.65562194999999974e2"],["-0.73618332000000009e2","0.65619705000000067e2"],["-0.73662215999999944e2","0.65658599999999979e2"],["-0.73684157999999911e2","0.65715271000000087e2"],[-73.68499799999995,"0.65730545000000006e2"],["-0.73704726999999934e2","0.65758041000000048e2"],["-0.73709731999999917e2","0.65762496999999996e2"],["-0.73720550999999887e2","0.65769440000000145e2"],["-0.73810821999999973e2","0.65811096000000134e2"],["-0.73841110000000015e2",65.81999200000007],["-0.73884170999999981e2","0.65821930000000009e2"],["-0.73886123999999995e2","0.65821381000000031e2"],["-0.73923614999999984e2","0.65824432000000058e2"],["-0.73931670999999938e2","0.65825546000000031e2"],["-0.73942490000000021e2","0.65828323000000125e2"],["-0.74011947999999961e2","0.65854705999999908e2"],["-0.74029174999999952e2","0.65861923000000047e2"],["-0.74058043999999938e2","0.65875534000000016e2"],["-0.74129439999999988e2","0.65924697999999978e2"],["-0.74258895999999993e2","0.66001663000000065e2"],["-0.74296950999999979e2","0.66018326000000116e2"],["-0.74337783999999999e2","0.66036652000000117e2"],[-74.37388599999997,"0.66053863999999976e2"],["-0.74388061999999934e2",66.06164600000011],["-0.74425551999999925e2","0.66084717000000126e2"],["-0.74444992000000013e2","0.66096939000000077e2"],["-0.74455565999999862e2","0.66105820000000051e2"],["-0.74471389999999985e2","0.66127197000000081e2"],["-0.74472777999999948e2","0.66133041000000048e2"],["-0.74472504000000015e2","0.66139160000000118e2"],["-0.74470000999999968e2","0.66145828000000051e2"],["-0.74466110000000015e2","0.66151932000000102e2"],["-0.74446655000000021e2","0.66168594000000098e2"],["-0.74434432999999956e2",66.178314],["-0.74406113000000005e2","0.66195816000000036e2"],["-0.74366652999999928e2","0.66214157000000057e2"],["-0.74342223999999987e2",66.22526600000009],["-0.74316390999999953e2","0.66235259999999926e2"],["-0.74306655999999975e2","0.66238876000000005e2"],["-0.74187209999999993e2","0.66269713999999965e2"],["-0.74077788999999939e2","0.66300812000000008e2"],[-73.86082499999992,"0.66388321000000076e2"],["-0.73744995000000017e2","0.66437759000000028e2"],["-0.73666107000000011e2","0.66471924000000115e2"],["-0.73606658999999979e2","0.66495254999999986e2"],["-0.73529998999999975e2","0.66522766000000047e2"],["-0.73460555999999997e2","0.66544434000000138e2"],["-0.73444153000000028e2","0.66551086000000055e2"],["-0.73430556999999908e2",66.55831900000004],["-0.73420272999999952e2","0.66571655000000021e2"],["-0.73418335000000013e2","0.66579711999999972e2"],["-0.73418335000000013e2","0.66584717000000012e2"],["-0.73416396999999961e2","0.66589981000000023e2"],["-0.73400283999999942e2","0.66611649000000114e2"],["-0.73396956999999986e2",66.61554000000001],["-0.73379714999999976e2","0.66632477000000051e2"],["-0.73351944000000003e2","0.66649994000000049e2"],["-0.73328339000000028e2",66.6602630000001],["-0.73296386999999982e2","0.66665817000000061e2"],["-0.73267226999999991e2","0.66672760000000096e2"],["-0.73108611999999937e2","0.66723311999999964e2"],[-73.00111400000003,"0.66815536000000122e2"],[-72.87388599999997,"0.66931930999999963e2"],["-0.72852492999999981e2","0.66968597000000102e2"],["-0.72837783999999999e2","0.66998031999999967e2"],["-0.72831389999999885e2","0.67013321000000076e2"],["-0.72831115999999952e2","0.67018326000000116e2"],["-0.72828063999999927e2","0.67024994000000049e2"],["-0.72824172999999973e2","0.67029434000000094e2"],["-0.72806655999999919e2","0.67037201000000039e2"],["-0.72791671999999949e2","0.67043320000000051e2"],["-0.72738891999999908e2","0.67063034000000016e2"],["-0.72716659999999933e2",67.06860400000005],[-72.68499799999995,"0.67076096000000007e2"],["-0.72626099000000011e2","0.67084717000000126e2"],["-0.72550827000000027e2","0.67082763999999997e2"],["-0.72525832999999977e2","0.67083328000000108e2"],["-0.72464172000000019e2",67.08998100000008],[-72.43110699999994,"0.67096099999999922e2"],["-0.72399445000000014e2","0.67103592000000049e2"],["-0.72368606999999997e2","0.67112487999999985e2"],["-0.72351394999999968e2","0.67119705000000124e2"],["-0.72337783999999999e2","0.67126373000000058e2"],["-0.72315552000000025e2","0.67139435000000105e2"],["-0.72282501000000025e2","0.67161102000000142e2"],["-0.72276108000000022e2","0.67166930999999977e2"],["-0.72258346999999901e2",67.24803199999991],[-72.28694200000001,"0.67290817000000061e2"],["-0.72363616999999977e2","0.67353317000000004e2"],["-0.72436385999999914e2","0.67472214000000122e2"],["-0.72481110000000001e2","0.67609711000000004e2"],[-72.48582499999992,"0.67623031999999967e2"],["-0.72490829000000019e2",67.62831100000011],[-72.49749799999995,"0.67633040999999935e2"],["-0.72508895999999993e2",67.63638300000008],["-0.72597778000000005e2","0.67639709000000096e2"],["-0.72666396999999961e2","0.67684143000000063e2"],["-0.72676391999999964e2","0.67693862999999965e2"],["-0.72677779999999984e2","0.67699416999999983e2"],["-0.72675002999999947e2",67.70526099999995],["-0.72668883999999935e2","0.67710541000000035e2"],["-0.72661666999999909e2","0.67714706000000035e2"],["-0.72613892000000021e2","0.67735259999999982e2"],["-0.72596953999999926e2",67.740814],["-0.72591948999999886e2",67.74331699999999],["-0.72583327999999881e2","0.67750274999999988e2"],["-0.72608886999999982e2","0.67785812000000078e2"],["-0.72612503000000004e2","0.67790268000000026e2"],["-0.72619445999999925e2","0.67794708000000014e2"],["-0.72735001000000011e2","0.67841659999999933e2"],["-0.72820007000000032e2","0.67851089000000115e2"],["-0.72833327999999995e2","0.67849991000000045e2"],["-0.72843886999999938e2","0.67850815000000011e2"],["-0.72848052999999936e2","0.67853592000000106e2"],["-0.72942215000000033e2","0.67925262000000089e2"],["-0.72944442999999978e2","0.67928040000000067e2"],["-0.72944992000000013e2",67.93081699999999],[-72.94387799999987,"0.67937759000000085e2"],["-0.72942490000000021e2","0.67941085999999984e2"],["-0.72929992999999968e2","0.67948867999999948e2"],["-0.72922774999999945e2","0.67952774000000034e2"],["-0.72904175000000009e2","0.67959717000000012e2"],["-0.72902495999999928e2","0.67963882000000012e2"],["-0.72896117999999944e2","0.68014160000000004e2"],["-0.72910552999999993e2","0.68054153000000042e2"],["-0.72913895000000025e2","0.68060806000000014e2"],["-0.72941100999999946e2","0.68078323000000069e2"],["-0.72956954999999994e2","0.68094986000000119e2"],["-0.72981110000000001e2","0.68139160000000061e2"],["-0.72992767000000015e2","0.68198593000000074e2"],["-0.72993880999999988e2","0.68212204000000042e2"],["-0.73161117999999988e2","0.68228866999999923e2"],["-0.73190276999999924e2","0.68248871000000065e2"],["-0.73189437999999996e2","0.68254715000000033e2"],["-0.73189986999999917e2","0.68259430000000066e2"],["-0.73194716999999969e2",68.26527400000009],["-0.73200835999999981e2","0.68269714000000135e2"],["-0.73215560999999923e2","0.68272766000000047e2"],["-0.73271117999999888e2","0.68281936999999971e2"],["-0.73303328999999962e2","0.68278434999999945e2"],["-0.73314499000000012e2","0.68278434999999945e2"],["-0.73336670000000026e2","0.68275604000000044e2"],["-0.73355186000000003e2","0.68267830000000004e2"],["-0.73395554000000004e2","0.68258605999999929e2"],["-0.73496108999999933e2","0.68275542999999971e2"],["-0.73410004000000015e2","0.68310806000000127e2"],[-73.39916999999997,"0.68314987000000031e2"],["-0.73354674999999929e2","0.68329215999999974e2"]],[["-0.12443055699999996e3","0.73878586000000098e2"],["-0.12445028699999995e3","0.73878586000000098e2"],["-0.12446721600000001e3",73.8808140000001],[-124.515289,73.89498900000001],["-0.12453666699999991e3","0.73902480999999909e2"],["-0.12454611199999999e3","0.73906647000000021e2"],["-0.12455055199999998e3","0.73912201000000039e2"],["-0.12455277999999993e3","0.73916931000000034e2"],["-0.12453056299999997e3","0.73917480000000012e2"],[-124.5133439999999,"0.73916656000000046e2"],["-0.12443250299999994e3","0.73912766000000033e2"],["-0.12442027300000001e3",73.90914900000007],["-0.12441583300000002e3",73.90498400000007],["-0.12440888999999993e3","0.73900269000000037e2"],["-0.12440943899999996e3","0.73893326000000059e2"],["-0.12442027300000001e3","0.73882476999999994e2"],["-0.12443055699999996e3","0.73878586000000098e2"]],[["-0.99804557999999929e2","0.73889099000000101e2"],["-0.99732773000000009e2","0.73849991000000102e2"],[-99.71362299999987,"0.73846375000000023e2"],["-0.99589721999999881e2","0.73837769000000094e2"],["-0.99531386999999938e2","0.73831940000000088e2"],["-0.99493880999999988e2","0.73825821000000076e2"],["-0.99480285999999978e2","0.73821930000000009e2"],["-0.99235000999999897e2","0.73737761999999918e2"],["-0.99115004999999996e2",73.74859600000002],[-98.97193900000002,"0.73750548999999921e2"],["-0.98829177999999956e2","0.73751663000000121e2"],["-0.98756393000000003e2",73.75610400000005],[-98.71665999999999,"0.73766663000000051e2"],["-0.98688323999999966e2","0.73772018000000116e2"],["-0.98641953000000001e2","0.73777206000000035e2"],["-0.98514449999999954e2","0.73787490999999989e2"],["-0.98424437999999952e2","0.73793594000000098e2"],["-0.98290832999999964e2","0.73801651000000049e2"],["-0.98207229999999925e2",73.80525200000011],["-0.98190552000000025e2","0.73803588999999988e2"],["-0.98179992999999911e2","0.73804152999999928e2"],["-0.98134170999999867e2","0.73809708000000057e2"],["-0.98095000999999968e2","0.73815536000000122e2"],["-0.98071670999999924e2","0.73819443000000092e2"],["-0.97976944000000003e2",73.84275800000006],["-0.97960281000000009e2","0.73846938999999963e2"],["-0.97948333999999988e2","0.73851653999999996e2"],["-0.97943053999999904e2","0.73856934000000081e2"],["-0.97942763999999954e2","0.73862762000000032e2"],["-0.97941375999999991e2","0.73868042000000059e2"],["-0.97936385999999914e2",73.87831100000011],["-0.97918335000000013e2","0.73890273999999977e2"],[-97.90834000000001,"0.73894714000000135e2"],["-0.97887512000000015e2","0.73899428999999998e2"],["-0.97805267000000015e2","0.73911102000000028e2"],["-0.97788054999999986e2","0.73912766000000033e2"],["-0.97761948000000018e2","0.73911925999999994e2"],["-0.97581954999999937e2","0.73893875000000037e2"],["-0.97562774999999988e2","0.73890823000000069e2"],["-0.97544723999999917e2","0.73886108000000036e2"],["-0.97529175000000009e2","0.73879700000000071e2"],["-0.97520844000000011e2","0.73873871000000065e2"],["-0.97514175000000023e2","0.73867752000000053e2"],[-97.50028999999995,"0.73861923000000047e2"],["-0.97471389999999985e2","0.73857758000000047e2"],["-0.97456954999999994e2","0.73857758000000047e2"],[-97.39973399999991,"0.73858871000000136e2"],["-0.97357772999999952e2","0.73862488000000099e2"],[-97.34584000000001,"0.73864990000000148e2"],["-0.97327498999999989e2","0.73865814000000114e2"],["-0.97260284000000013e2","0.73860260000000096e2"],["-0.97223617999999931e2","0.73856369000000029e2"],["-0.96972504000000015e2","0.73744141000000013e2"],["-0.96962218999999891e2","0.73738586000000112e2"],["-0.96955841000000021e2","0.73732482999999945e2"],["-0.96937209999999993e2","0.73703598000000113e2"],["-0.96932770000000005e2","0.73692200000000071e2"],[-96.93472300000002,"0.73686920000000043e2"],["-0.96963897999999972e2",73.63998399999997],["-0.96968613000000005e2","0.73633330999999998e2"],["-0.96988891999999964e2","0.73624695000000088e2"],["-0.97001953000000015e2",73.6202550000001],["-0.97184998000000007e2","0.73562194999999974e2"],["-0.97202498999999932e2","0.73557205000000124e2"],["-0.97436110999999926e2","0.73525542999999971e2"],["-0.97623885999999857e2","0.73538879000000122e2"],["-0.97638061999999934e2","0.73538589000000115e2"],["-0.97641112999999962e2","0.73533599999999922e2"],["-0.97668335000000013e2","0.73483321999999987e2"],["-0.97667496000000028e2","0.73479431000000091e2"],["-0.97663054999999929e2",73.4727630000001],["-0.97654723999999931e2","0.73466934000000094e2"],["-0.97638335999999981e2","0.73460266000000104e2"],["-0.97623321999999973e2","0.73456375000000037e2"],["-0.97607223999999974e2","0.73454711999999972e2"],["-0.97579453000000001e2","0.73454987000000131e2"],["-0.97562774999999988e2","0.73459152000000131e2"],["-0.97534163999999976e2","0.73473877000000073e2"],["-0.97522232000000031e2","0.73478592000000106e2"],[-97.50389100000001,"0.73483046999999942e2"],["-0.97437209999999993e2","0.73491928000000087e2"],["-0.97417220999999984e2","0.73493317000000047e2"],["-0.97401947000000007e2","0.73493042000000059e2"],["-0.97232223999999917e2","0.73474426000000051e2"],["-0.97197219999999959e2","0.73469711000000018e2"],["-0.97183059999999955e2","0.73464995999999985e2"],["-0.97172225999999966e2","0.73460266000000104e2"],["-0.97166106999999954e2","0.73454162999999994e2"],["-0.97157226999999921e2","0.73395538000000045e2"],["-0.97150283999999999e2","0.73389984000000027e2"],["-0.97169448999999986e2",73.35664399999996],[-97.17193599999996,"0.73352768000000083e2"],["-0.97183883999999921e2","0.73350540000000137e2"],["-0.97207503999999972e2","0.73348328000000095e2"],["-0.97236937999999896e2","0.73348602000000028e2"],["-0.97243057000000022e2","0.73354706000000022e2"],["-0.97375548999999921e2","0.73347214000000122e2"],["-0.97645003999999858e2","0.73318054000000018e2"],["-0.97660278000000005e2","0.73316086000000098e2"],["-0.97708617999999944e2","0.73304703000000075e2"],["-0.97841384999999889e2","0.73273315000000082e2"],[-97.84445199999999,"0.73268326000000116e2"],["-0.97848052999999936e2","0.73254440000000102e2"],["-0.97847778000000005e2","0.73249420000000043e2"],["-0.97848617999999988e2","0.73244980000000055e2"],[-97.86250299999989,"0.73233871000000136e2"],["-0.97983611999999994e2","0.73181091000000094e2"],["-0.98029175000000009e2","0.73165268000000083e2"],["-0.98076674999999966e2","0.73151382000000126e2"],["-0.98112503000000004e2","0.73142487000000074e2"],["-0.98151672000000019e2","0.73131087999999977e2"],["-0.98202788999999996e2","0.73110535000000084e2"],["-0.98222777999999948e2","0.73099991000000045e2"],["-0.98229996000000028e2","0.73090820000000122e2"],["-0.98231383999999878e2","0.73085541000000148e2"],["-0.98235001000000011e2","0.73079711999999915e2"],["-0.98240829000000019e2","0.73075272000000098e2"],["-0.98319457999999997e2","0.73050537000000077e2"],["-0.98365829000000019e2","0.73037766000000147e2"],["-0.98450287000000003e2","0.73020264000000111e2"],["-0.98459166999999923e2",72.99331699999999],["-0.98453613000000018e2","0.72898605000000089e2"],["-0.98450561999999991e2","0.72874985000000095e2"],["-0.98445830999999998e2","0.72865814000000114e2"],["-0.98438598999999954e2","0.72860535000000141e2"],["-0.98428054999999915e2","0.72856094000000041e2"],["-0.98419998000000021e2","0.72858597000000032e2"],["-0.98413329999999974e2","0.72864151000000049e2"],["-0.98403335999999967e2","0.72881363000000022e2"],["-0.98403335999999967e2","0.72887207000000046e2"],["-0.98405838000000017e2","0.72891662999999994e2"],["-0.98402221999999995e2","0.72897491000000059e2"],["-0.98397780999999952e2","0.72902771000000143e2"],["-0.98388061999999991e2","0.72908034999999927e2"],["-0.98266402999999855e2","0.72972763000000043e2"],["-0.98255004999999926e2","0.72977478000000076e2"],["-0.98227218999999877e2","0.72987487999999985e2"],["-0.98176940999999999e2","0.72998596000000134e2"],[-97.99499499999996,"0.73037491000000102e2"],["-0.97980559999999969e2","0.73039702999999975e2"],["-0.97864166000000012e2","0.73047485000000108e2"],["-0.97846953999999982e2","0.73048598999999911e2"],["-0.97684433000000013e2","0.73033051000000114e2"],["-0.97668335000000013e2",73.03137200000009],["-0.97527495999999985e2","0.73011383000000137e2"],["-0.97442489999999964e2","0.72999145999999996e2"],["-0.97299728000000016e2","0.72969711000000132e2"],["-0.97283324999999991e2","0.72963882000000069e2"],["-0.97229720999999984e2","0.72943038999999999e2"],["-0.97225006000000008e2","0.72939972000000125e2"],["-0.97258056999999951e2","0.72883605999999986e2"],["-0.97266402999999968e2","0.72878585999999984e2"],["-0.97265288999999996e2",72.84887700000013],["-0.97203613000000018e2","0.72825821000000076e2"],["-0.97081679999999949e2",72.77998400000007],["-0.97030288999999982e2",72.74136400000009],["-0.97023055999999997e2","0.72732208000000128e2"],["-0.97023055999999997e2","0.72727203000000088e2"],["-0.97029723999999987e2","0.72716659999999933e2"],["-0.97079453000000001e2","0.72701934999999992e2"],["-0.97105834999999956e2","0.72696365000000128e2"],["-0.97134444999999914e2","0.72688309000000061e2"],["-0.97161117999999988e2",72.67804000000001],["-0.97170546999999885e2","0.72673599000000081e2"],["-0.97179442999999992e2","0.72667480000000069e2"],["-0.97183059999999955e2","0.72661926000000051e2"],[-97.19027699999998,"0.72640549000000021e2"],["-0.97198333999999932e2","0.72609984999999995e2"],["-0.97196655000000021e2","0.72604430999999977e2"],["-0.97185271999999998e2","0.72601929000000098e2"],["-0.97165557999999919e2",72.60165400000011],[-97.09056099999998,"0.72605254999999943e2"],["-0.97081008999999938e2","0.72605927000000122e2"],[-97.07028200000002,"0.72608597000000088e2"],["-0.97042770000000019e2","0.72623306000000127e2"],["-0.97035827999999981e2","0.72628860000000145e2"],["-0.97005568999999866e2","0.72644714000000022e2"],["-0.96982223999999974e2","0.72655258000000117e2"],["-0.96968886999999938e2","0.72660262999999986e2"],["-0.96915558000000033e2","0.72678588999999988e2"],["-0.96611938000000009e2",72.74693300000007],["-0.96517501999999922e2","0.72714706000000092e2"],[-96.52194199999991,"0.72674423000000047e2"],["-0.96459731999999917e2","0.72607758000000103e2"],["-0.96405272999999966e2","0.72559418000000107e2"],["-0.96374709999999993e2","0.72534424000000115e2"],["-0.96336945000000014e2","0.72500824000000023e2"],["-0.96325561999999991e2","0.72488312000000064e2"],[-96.30221599999993,"0.72433868000000018e2"],["-0.96297501000000011e2",72.42164600000001],["-0.96298339999999939e2","0.72415817000000004e2"],["-0.96538605000000018e2","0.72343323000000055e2"],["-0.96668335000000013e2","0.72309708000000001e2"],["-0.96696945000000028e2","0.72310531999999967e2"],["-0.96738892000000021e2","0.72321105999999986e2"],["-0.96776397999999972e2","0.72323318000000029e2"],["-0.96831389999999999e2","0.72323608000000036e2"],["-0.96868332000000009e2","0.72321930000000123e2"],["-0.96871932999999956e2","0.72321105999999986e2"],["-0.96864440999999943e2","0.72317764000000068e2"],["-0.96771118000000001e2","0.72298874000000069e2"],["-0.96668883999999878e2",72.27915999999999],["-0.96578339000000028e2","0.72278594999999996e2"],["-0.96561110999999983e2","0.72275543000000027e2"],["-0.96554169000000002e2","0.72263885000000016e2"],["-0.96487212999999883e2","0.72136108000000036e2"],["-0.96485001000000011e2","0.72129974000000004e2"],["-0.96483062999999959e2",72.11303700000002],["-0.96487503000000004e2","0.72101653999999996e2"],["-0.96498336999999935e2","0.72090270999999973e2"],["-0.96508346999999958e2","0.72084991000000116e2"],["-0.96521117999999944e2","0.72079987000000131e2"],["-0.96537216000000001e2",72.07499700000011],["-0.96557220000000029e2","0.72071930000000009e2"],["-0.96721663999999919e2","0.72052765000000022e2"],[-96.77305599999994,"0.72053040000000067e2"],["-0.96789444000000003e2","0.72052200000000028e2"],["-0.96866942999999992e2","0.72041091999999992e2"],["-0.96853881999999999e2","0.72036376999999959e2"],["-0.96828888000000006e2","0.72030822999999998e2"],["-0.96672501000000011e2","0.72012771999999984e2"],["-0.96635009999999966e2","0.72013885000000073e2"],["-0.96618057000000022e2","0.72018326000000002e2"],["-0.96609160999999915e2","0.72024155000000007e2"],["-0.96600554999999986e2",72.02777100000003],["-0.96567779999999971e2","0.72033600000000092e2"],["-0.96521117999999944e2","0.72038879000000065e2"],["-0.96501953000000015e2","0.72038589000000059e2"],["-0.96488601999999958e2","0.72034987999999998e2"],["-0.96489990000000034e2","0.72018326000000002e2"],["-0.96490829000000019e2","0.72012206999999989e2"],["-0.96493056999999965e2","0.72001098999999954e2"],["-0.96502228000000002e2","0.71975540000000137e2"],["-0.96505843999999968e2","0.71969711000000132e2"],["-0.96512786999999889e2","0.71964431999999988e2"],["-0.96522506999999962e2","0.71959152000000074e2"],["-0.96554442999999935e2","0.71949141999999995e2"],["-0.96565552000000025e2","0.71946930000000123e2"],["-0.96573897999999986e2","0.71948318000000029e2"],["-0.96589447000000007e2","0.71954437000000041e2"],["-0.96602782999999988e2","0.71958038000000101e2"],["-0.96617492999999911e2","0.71959991000000059e2"],["-0.96638335999999981e2","0.71957488999999953e2"],[-96.73332199999993,"0.71928863999999976e2"],["-0.96749160999999958e2","0.71923874000000069e2"],["-0.96761947999999961e2","0.71918594000000041e2"],["-0.96764450000000011e2","0.71914992999999981e2"],["-0.96761397999999929e2","0.71909714000000008e2"],["-0.96749725000000012e2","0.71903046000000018e2"],["-0.96736389000000031e2","0.71899429000000055e2"],["-0.96724166999999966e2","0.71898605000000089e2"],["-0.96700835999999924e2","0.71899994000000106e2"],[-96.64527899999996,"0.71917480000000012e2"],["-0.96607223999999974e2",71.92692599999998],["-0.96565552000000025e2",71.93220500000001],["-0.96522781000000009e2","0.71934418000000107e2"],["-0.96509170999999924e2","0.71933044000000109e2"],["-0.96503890999999953e2","0.71931656000000032e2"],["-0.96491668999999888e2","0.71926085999999941e2"],[-96.49110399999995,"0.71919434000000081e2"],["-0.96493056999999965e2","0.71914153999999996e2"],["-0.96525832999999977e2","0.71868866000000082e2"],["-0.96557769999999948e2","0.71829436999999984e2"],["-0.96570846999999901e2","0.71819442999999978e2"],["-0.96579726999999934e2","0.71814987000000031e2"],[-96.591949,"0.71810805999999957e2"],["-0.96613327000000027e2","0.71807205000000124e2"],["-0.96726668999999958e2","0.71793593999999928e2"],["-0.96744720000000029e2","0.71792206000000022e2"],["-0.96738051999999982e2","0.71824996999999996e2"],["-0.96791381999999942e2","0.71827774000000034e2"],["-0.96983611999999994e2","0.71775817999999958e2"],["-0.97013061999999991e2","0.71749146000000053e2"],["-0.97084166999999923e2","0.71700272000000098e2"],["-0.97165008999999941e2","0.71675537000000077e2"],["-0.97210006999999962e2","0.71663605000000075e2"],["-0.97434433000000013e2","0.71617751999999996e2"],["-0.97470550999999944e2","0.71612487999999985e2"],["-0.97505004999999983e2",71.611649],["-0.97656386999999938e2","0.71614700000000028e2"],["-0.97696655000000021e2","0.71619705000000067e2"],["-0.97713332999999977e2","0.71623871000000008e2"],["-0.97726395000000025e2","0.71628310999999997e2"],["-0.97787215999999944e2","0.71644149999999968e2"],["-0.97974715999999944e2","0.71660812000000135e2"],["-0.97988051999999982e2","0.71661926000000108e2"],["-0.98035277999999948e2","0.71653320000000008e2"],["-0.98053329000000019e2","0.71648331000000042e2"],["-0.98072784000000013e2","0.71641663000000051e2"],["-0.98112777999999935e2","0.71636932000000115e2"],["-0.98131103999999937e2","0.71638046000000088e2"],["-0.98178878999999938e2","0.71641663000000051e2"],["-0.98196654999999907e2","0.71643600000000106e2"],["-0.98207503999999972e2","0.71646103000000039e2"],["-0.98218063000000029e2","0.71649719000000118e2"],["-0.98240829000000019e2","0.71659714000000008e2"],["-0.98252791999999886e2","0.71666091999999992e2"],["-0.98331116000000009e2","0.71708327999999995e2"],["-0.98349166999999909e2","0.71718597000000045e2"],[-98.3558349999999,71.7227630000001],["-0.98359725999999966e2","0.71728043000000014e2"],["-0.98359436000000017e2","0.71733871000000079e2"],["-0.98333327999999995e2","0.71787490999999989e2"],["-0.98325561999999934e2","0.71798325000000091e2"],["-0.98321395999999936e2","0.71803314000000057e2"],["-0.98315276999999924e2","0.71809143000000063e2"],["-0.98279174999999952e2","0.71834717000000069e2"],["-0.98259170999999924e2","0.71844711000000075e2"],["-0.98228881999999999e2","0.71862198000000092e2"],["-0.98211944999999957e2","0.71878585999999984e2"],["-0.98208617999999944e2","0.71884430000000009e2"],["-0.98209166999999979e2","0.71889160000000004e2"],["-0.98221938999999963e2",71.89498900000001],["-0.98255279999999971e2","0.71902480999999966e2"],["-0.98267226999999991e2",71.90415999999999],["-0.98282776000000013e2","0.71899155000000121e2"],["-0.98291381999999999e2","0.71894714000000022e2"],["-0.98450561999999991e2",71.79414399999996],["-0.98462508999999955e2","0.71783874999999966e2"],["-0.98477782999999931e2","0.71767212000000086e2"],["-0.98488892000000021e2","0.71749419999999986e2"],[-98.49749799999995,"0.71733321999999987e2"],[-98.49749799999995,"0.71721649000000127e2"],["-0.98493880999999988e2","0.71713882000000012e2"],["-0.98381377999999984e2","0.71653594999999996e2"],["-0.98367492999999911e2","0.71647491000000002e2"],["-0.98179992999999911e2","0.71571930000000123e2"],["-0.98041381999999885e2","0.71530823000000055e2"],["-0.98037506000000008e2",71.526657],["-0.98120543999999995e2","0.71460540999999978e2"],["-0.98180831999999953e2","0.71423598999999967e2"],["-0.98198043999999982e2","0.71414703000000031e2"],["-0.98466110000000015e2","0.71313309000000061e2"],["-0.98505568999999923e2","0.71299149000000114e2"],["-0.98541381999999942e2","0.71289429000000041e2"],[-98.55471799999998,"0.71287201000000096e2"],["-0.98701675000000023e2","0.71271927000000005e2"],[-98.72084000000001,"0.71269989000000066e2"],["-0.98729720999999927e2","0.71270538000000045e2"],[-98.75111400000003,"0.71274154999999951e2"],["-0.98816390999999953e2","0.71289154000000053e2"],["-0.98829453000000001e2","0.71293869000000086e2"],["-0.98844726999999978e2","0.71305542000000116e2"],["-0.98882216999999969e2","0.71333878000000027e2"],["-0.98938323999999852e2","0.71369141000000013e2"],["-0.98960281000000009e2","0.71379974000000004e2"],["-0.98978881999999999e2","0.71382476999999994e2"],["-0.98995543999999995e2","0.71382751000000098e2"],["-0.99014724999999942e2","0.71381653000000028e2"],["-0.99034438999999963e2","0.71378860000000032e2"],["-0.99042770000000019e2","0.71374419999999986e2"],["-0.99045546999999942e2","0.71368590999999981e2"],["-0.99051392000000021e2","0.71363036999999963e2"],[-99.05972300000002,"0.71358597000000145e2"],["-0.99077498999999989e2","0.71353592000000106e2"],["-0.99115829000000019e2","0.71350540000000024e2"],["-0.99220839999999896e2","0.71342209000000082e2"],["-0.99238051999999982e2","0.71344986000000006e2"],["-0.99288054999999872e2","0.71402771000000087e2"],["-0.99313323999999966e2",71.43942300000009],["-0.99462783999999942e2",71.59304800000001],["-0.99529723999999987e2",71.605255],["-0.99558608999999876e2","0.71613037000000134e2"],["-0.99574172999999973e2","0.71619705000000067e2"],["-0.99578888000000006e2","0.71622757000000036e2"],["-0.99591675000000009e2","0.71635268999999994e2"],["-0.99676392000000021e2",71.72526600000009],["-0.99677779999999927e2","0.71729156000000046e2"],["-0.99677215999999987e2","0.71736923000000047e2"],["-0.99674437999999896e2","0.71742752000000053e2"],["-0.99673049999999989e2","0.71749146000000053e2"],["-0.99673889000000031e2","0.71753876000000105e2"],["-0.99676392000000021e2","0.71758605999999986e2"],["-0.99678328999999962e2","0.71760544000000095e2"],["-0.99842223999999987e2","0.71834991000000002e2"],["-0.99959166999999979e2","0.71854155999999932e2"],["-0.99977218999999991e2","0.71855819999999937e2"],["-0.10005110200000001e3",71.865814],[-100.067497,"0.71870529000000033e2"],["-0.10010193599999997e3","0.71884720000000016e2"],["-0.10031471299999993e3","0.71979979999999955e2"],["-0.10032195299999989e3","0.71984985000000052e2"],["-0.10033222999999998e3","0.71997208000000057e2"],["-0.10033583099999993e3","0.72006653000000142e2"],[-100.579453,"0.72154434000000037e2"],["-0.10063445299999995e3",72.18553200000008],["-0.10064417300000002e3","0.72188308999999947e2"],["-0.10072000099999997e3","0.72201660000000118e2"],["-0.10088527699999997e3","0.72207764000000111e2"],["-0.10088999899999988e3","0.72207489000000123e2"],["-0.10092388900000003e3","0.72199416999999983e2"],["-0.10095140099999992e3","0.72171097000000145e2"],["-0.10096777299999997e3","0.72174149000000057e2"],["-0.10101334399999996e3","0.72191086000000041e2"],["-0.10102084400000001e3","0.72196365000000014e2"],[-101.054169,"0.72231658999999922e2"],["-0.10105555700000002e3",72.236649],["-0.10111776700000001e3","0.72284424000000001e2"],["-0.10119444299999998e3","0.72324432000000002e2"],["-0.10120861799999994e3","0.72329712000000086e2"],[-101.220551,"0.72332214000000135e2"],["-0.10123889200000002e3",72.33387799999997],["-0.10127667200000002e3","0.72328323000000069e2"],["-0.10132528699999995e3","0.72314986999999974e2"],[-101.395554,"0.72286926000000051e2"],["-0.10140416699999997e3","0.72281372000000033e2"],["-0.10140972899999986e3","0.72275543000000027e2"],["-0.10146945199999999e3","0.72265549000000021e2"],["-0.10150917099999998e3","0.72283051000000057e2"],["-0.10158556399999998e3","0.72301376000000005e2"],["-0.10163474299999996e3","0.72306931000000077e2"],["-0.10165638699999994e3","0.72305252000000053e2"],["-0.10166416900000002e3","0.72301650999999993e2"],[-101.672234,"0.72292755000000056e2"],["-0.10168499799999989e3",72.28776600000009],["-0.10169444299999986e3","0.72288040000000024e2"],["-0.10177694700000001e3","0.72299713000000054e2"],["-0.10183056599999992e3","0.72319153000000028e2"],["-0.10184472699999992e3","0.72324432000000002e2"],["-0.10188834399999996e3","0.72358597000000145e2"],["-0.10194167299999987e3","0.72451935000000049e2"],["-0.10198131599999999e3","0.72478111000000126e2"],["-0.10208033799999993e3","0.72516006000000118e2"],["-0.10222222899999991e3","0.72542206000000078e2"],["-0.10225862100000001e3","0.72549149000000057e2"],["-0.10237721299999998e3","0.72577484000000084e2"],["-0.10246584299999995e3","0.72604706000000022e2"],[-102.6219329999999,"0.72664703000000145e2"],["-0.10273638899999992e3","0.72719986000000006e2"],["-0.10274166899999989e3","0.72724152000000061e2"],["-0.10275583599999993e3","0.72761383000000023e2"],["-0.10276471699999996e3","0.72784987999999998e2"],["-0.10276306199999999e3","0.72790817000000004e2"],["-0.10275306699999999e3","0.72811096000000134e2"],["-0.10274944299999999e3","0.72817214999999976e2"],["-0.10274305699999996e3",72.82249500000006],["-0.10273500100000001e3","0.72826096000000121e2"],["-0.10269860799999992e3","0.72836654999999951e2"],["-0.10266361999999992e3","0.72853316999999947e2"],["-0.10264666699999992e3","0.72864426000000037e2"],["-0.10261277799999993e3","0.72896652000000131e2"],["-0.10259722899999991e3","0.72913605000000018e2"],["-0.10259361299999995e3","0.72919983000000002e2"],["-0.10259166699999997e3","0.72925536999999963e2"],["-0.10259306300000003e3","0.72931656000000032e2"],["-0.10259416199999998e3","0.72942748999999992e2"],[-102.593887,"0.72949141999999995e2"],["-0.10259166699999997e3","0.72954987000000074e2"],[-102.576683,"0.72979706000000022e2"],["-0.10256304899999998e3","0.72991089000000045e2"],["-0.10251306199999993e3","0.73026093000000117e2"],["-0.10250110599999994e3","0.73030548000000124e2"],["-0.10238806199999999e3","0.73062759000000028e2"],["-0.10236805699999996e3","0.73067490000000134e2"],["-0.10227610800000002e3",73.08248900000001],["-0.10224694799999997e3","0.73083878000000027e2"],["-0.10213722199999989e3","0.73086929000000055e2"],["-0.10208444199999985e3","0.73084152000000131e2"],[-102.014183,"0.73079711999999915e2"],["-0.10197083999999995e3","0.73070540999999992e2"],["-0.10188417099999992e3","0.73024704000000099e2"],["-0.10181777999999991e3","0.72966660000000104e2"],[-101.810272,"0.72960541000000035e2"],["-0.10175527999999997e3","0.72930542000000059e2"],["-0.10174109599999991e3","0.72924149000000057e2"],["-0.10167527799999999e3","0.72909714000000122e2"],["-0.10159528399999994e3","0.72902205999999921e2"],["-0.10152166699999998e3",72.87831100000011],["-0.10150974299999996e3","0.72871642999999949e2"],["-0.10140444899999989e3","0.72782486000000119e2"],["-0.10141332999999997e3","0.72748322000000087e2"],["-0.10137249800000001e3","0.72727203000000088e2"],["-0.10136665299999999e3","0.72725266000000033e2"],["-0.10129750099999995e3","0.72709991000000059e2"],["-0.10103333299999997e3","0.72689697000000137e2"],["-0.10091583299999996e3","0.72688034000000016e2"],["-0.10088221699999991e3","0.72689697000000137e2"],["-0.10082778899999994e3","0.72705826000000059e2"],["-0.10081945799999994e3","0.72710266000000104e2"],["-0.10081220999999994e3","0.72715545999999961e2"],["-0.10081194299999999e3","0.72719710999999961e2"],["-0.10079833999999994e3","0.72743590999999981e2"],["-0.10070722999999998e3","0.72755829000000006e2"],["-0.10053307299999994e3","0.72751389000000017e2"],["-0.10050917099999992e3","0.72749146000000053e2"],["-0.10049833699999994e3",72.74803200000008],["-0.10047582999999997e3","0.72742751999999996e2"],["-0.10044803599999995e3","0.72735535000000084e2"],["-0.10043443300000001e3",72.73692299999999],["-0.10041221599999994e3",72.74192800000003],["-0.10034973100000002e3","0.72770538000000101e2"],["-0.10034084300000001e3","0.72774993999999992e2"],["-0.10033168000000001e3",72.78054800000001],[-100.314438,"0.72796371000000022e2"],["-0.10031555199999997e3","0.72801376000000062e2"],["-0.10035077699999994e3","0.72851326000000086e2"],["-0.10035160799999994e3","0.72853660999999988e2"],["-0.10035711699999996e3","0.72859154000000103e2"],["-0.10046916199999998e3","0.72950272000000041e2"],["-0.10048638899999992e3","0.72949141999999995e2"],["-0.10049889399999995e3","0.72950546000000145e2"],["-0.10049973299999999e3",72.95637499999998],["-0.10046305799999993e3","0.73014709000000039e2"],["-0.10045194999999995e3","0.73020538000000045e2"],[-100.421944,"0.73034987999999942e2"],["-0.10036776700000001e3","0.73046936000000017e2"],["-0.10035637700000001e3","0.73049423000000047e2"],["-0.10034221600000001e3","0.73044144000000074e2"],["-0.10031667299999992e3","0.73034149000000014e2"],["-0.10030943299999996e3","0.73028046000000074e2"],["-0.10031555199999997e3","0.73022490999999945e2"],["-0.10034306300000003e3","0.73013885000000073e2"],[-100.3577729999999,"0.73010544000000039e2"],["-0.10038137799999998e3","0.72949141999999995e2"],["-0.10032899499999991e3","0.72891372999999987e2"],["-0.10031732899999992e3","0.72888869999999997e2"],["-0.10028527800000001e3","0.72873596000000077e2"],["-0.10021721599999995e3","0.72876647999999989e2"],[-100.196663,"0.72877762000000018e2"],["-0.10009638999999993e3",72.88638300000008],["-0.10006722999999994e3","0.72902205999999921e2"],[-100.031387,"0.72934982000000048e2"],["-0.10004750099999995e3","0.72957214000000135e2"],["-0.10011277799999999e3","0.73025818000000072e2"],["-0.10016972399999992e3","0.73078598000000113e2"],["-0.10023222399999997e3","0.73134430000000123e2"],["-0.10024445299999996e3","0.73136932000000002e2"],["-0.10025446299999999e3","0.73137206999999989e2"],["-0.10028888699999993e3","0.73135818000000029e2"],["-0.10032362399999994e3","0.73133331000000112e2"],[-100.345551,"0.73130264000000011e2"],["-0.10038249200000001e3","0.73122757000000092e2"],["-0.10039138799999995e3","0.73118317000000047e2"],["-0.10041443600000002e3","0.73104706000000078e2"],["-0.10044275699999997e3","0.73087204000000042e2"],["-0.10051862299999993e3",73.0977630000001],["-0.10058667000000003e3","0.73132751000000098e2"],["-0.10060193599999997e3","0.73140823000000069e2"],["-0.10060777300000001e3","0.73146378000000141e2"],["-0.10058612099999999e3","0.73167480000000126e2"],["-0.10058000199999987e3","0.73173035000000027e2"],["-0.10049082900000002e3","0.73230819999999937e2"],["-0.10040666199999987e3","0.73280273000000079e2"],["-0.10039778100000001e3","0.73284713999999951e2"],["-0.10037832600000002e3","0.73289978000000133e2"],["-0.10036110699999995e3","0.73290267999999969e2"],["-0.10028138699999994e3",73.27915999999999],[-100.1347429999999,"0.73221100000000035e2"],["-0.10005332899999996e3","0.73186371000000008e2"],["-0.10003751399999999e3","0.73183868000000018e2"],[-100.021118,"0.73183044000000052e2"],["-0.10000418099999996e3","0.73183319000000097e2"],["-0.99841110000000015e2","0.73191360000000145e2"],["-0.99801666000000012e2","0.73195526000000029e2"],["-0.99771666999999979e2","0.73201096000000121e2"],[-99.77027899999996,"0.73203873000000044e2"],["-0.99771666999999979e2","0.73208038000000045e2"],["-0.99786391999999921e2","0.73212493999999936e2"],["-0.99811934999999949e2","0.73215546000000074e2"],[-99.84944200000001,73.21527100000003],["-0.99886123999999995e2","0.73213318000000072e2"],["-0.99925827000000027e2","0.73214996000000042e2"],["-0.99945267000000001e2","0.73216660000000047e2"],[-99.96444699999995,"0.73219436999999971e2"],["-0.10007749899999999e3","0.73251389000000074e2"],["-0.10009500100000002e3","0.73257217000000026e2"],["-0.10015915699999994e3","0.73289428999999984e2"],["-0.10019943199999994e3",73.31860400000005],["-0.10027223199999992e3","0.73358597000000088e2"],["-0.10032362399999994e3",73.3836060000001],["-0.10033332799999994e3","0.73388321000000133e2"],[-100.358047,"0.73393326000000002e2"],["-0.10037389399999995e3","0.73395828000000051e2"],["-0.10038417099999987e3","0.73396378000000084e2"],["-0.10038806199999993e3","0.73395538000000045e2"],[-100.4058379999999,"0.73361374000000012e2"],[-100.387787,"0.73338593000000003e2"],["-0.10056166099999996e3","0.73286652000000117e2"],[-100.583618,"0.73283599999999979e2"],[-100.823059,"0.73260818000000086e2"],["-0.10084056099999992e3","0.73259720000000016e2"],["-0.10088945000000001e3","0.73264435000000049e2"],["-0.10097749299999998e3","0.73280273000000079e2"],["-0.10130499299999991e3","0.73361649000000057e2"],["-0.10131276700000001e3","0.73371094000000085e2"],["-0.10131139400000001e3","0.73382751000000042e2"],["-0.10131054699999999e3","0.73392487000000017e2"],["-0.10131139400000001e3","0.73398331000000042e2"],[-101.31723,"0.73401657000000057e2"],["-0.10147055099999994e3","0.73436096000000134e2"],["-0.10155832700000002e3","0.73446640000000002e2"],["-0.10158084099999996e3","0.73450272000000098e2"],["-0.10161665299999993e3","0.73485260000000096e2"],["-0.10162138400000003e3","0.73490265000000136e2"],["-0.10144055200000003e3","0.73549149000000057e2"],["-0.10142748999999992e3","0.73552200000000084e2"],["-0.10140083299999992e3","0.73553589000000045e2"],["-0.10131582599999996e3","0.73550811999999951e2"],[-101.2808379999999,"0.73552475000000072e2"],["-0.10126888999999994e3","0.73556090999999924e2"],["-0.10125974300000001e3","0.73561646000000053e2"],["-0.10125527999999997e3","0.73567763999999954e2"],["-0.10125222799999995e3","0.73578873000000044e2"],["-0.10125306699999993e3","0.73584991000000002e2"],["-0.10125110599999994e3","0.73589706000000035e2"],["-0.10124194299999994e3","0.73595261000000107e2"],["-0.10123082699999998e3","0.73600266000000147e2"],["-0.10121721600000001e3","0.73604155999999932e2"],[-101.199432,73.60554500000012],["-0.10092639200000002e3","0.73600266000000147e2"],["-0.10090943900000002e3","0.73599716000000114e2"],[-100.890289,"0.73596100000000092e2"],["-0.10087748699999997e3",73.59027100000003],["-0.10077084400000001e3","0.73539978000000076e2"],["-0.10071749899999992e3","0.73509155000000078e2"],["-0.10070667299999997e3","0.73499420000000043e2"],["-0.10070221699999996e3","0.73494431000000077e2"],["-0.10070140100000003e3","0.73488585999999941e2"],["-0.10069721999999996e3","0.73482483000000002e2"],["-0.10069110099999995e3","0.73476929000000041e2"],["-0.10067278299999998e3","0.73464432000000045e2"],["-0.10051834099999996e3","0.73416930999999977e2"],["-0.10049973299999999e3","0.73412490999999932e2"],["-0.10046472199999988e3","0.73407211000000075e2"],["-0.10044444299999992e3",73.40637200000009],["-0.10043055700000002e3","0.73406936999999971e2"],["-0.10041722099999998e3","0.73413315000000068e2"],["-0.10041500899999994e3",73.41804500000012],["-0.10042971799999998e3","0.73430267000000072e2"],["-0.10045500199999998e3","0.73441924999999969e2"],[-100.484734,"0.73451935000000049e2"],["-0.10050279199999989e3",73.45748900000001],[-100.531387,"0.73466094999999939e2"],["-0.10058389299999993e3","0.73482208000000014e2"],["-0.10059221599999995e3","0.73486374000000069e2"],["-0.10059861799999999e3","0.73491089000000102e2"],[-100.60611,"0.73497207999999944e2"],["-0.10061000099999995e3","0.73503052000000139e2"],[-100.610817,"0.73509155000000078e2"],["-0.10060804699999994e3","0.73514999000000103e2"],["-0.10060388199999994e3","0.73521102999999982e2"],["-0.10055915799999997e3","0.73546097000000088e2"],["-0.10054387700000001e3","0.73556366000000139e2"],[-100.541382,"0.73562194999999974e2"],["-0.10054277000000002e3","0.73573883000000023e2"],["-0.10054998799999993e3","0.73594711000000075e2"],["-0.10055166600000001e3","0.73598876999999959e2"],[-100.573624,"0.73596649000000014e2"],[-100.628601,"0.73593322999999998e2"],["-0.10076750199999998e3","0.73603867000000037e2"],["-0.10089167799999996e3","0.73619980000000055e2"],["-0.10091139199999998e3","0.73622756999999979e2"],["-0.10091194200000001e3","0.73625259000000028e2"],["-0.10091139199999998e3","0.73630539000000113e2"],["-0.10087943999999999e3","0.73635818000000086e2"],["-0.10086472300000003e3","0.73641662999999994e2"],["-0.10086110699999995e3","0.73645827999999995e2"],["-0.10085360699999995e3","0.73662201000000039e2"],[-100.858047,"0.73667205999999908e2"],["-0.10097444199999995e3","0.73679153000000042e2"],["-0.10099194299999999e3","0.73678863999999976e2"],["-0.10103333299999997e3","0.73671371000000136e2"],["-0.10104695099999998e3","0.73673035000000141e2"],[-101.057503,"0.73676650999999993e2"],["-0.10111833199999995e3","0.73723312000000021e2"],[-101.120003,"0.73727203000000088e2"],["-0.10101390100000003e3","0.73797211000000061e2"],["-0.10099749799999989e3","0.73802475000000015e2"],["-0.10098222399999997e3",73.80581699999999],["-0.10095973199999997e3","0.73809143000000006e2"],["-0.10093804899999998e3","0.73810256999999979e2"],["-0.10082861300000002e3","0.73815536000000122e2"],["-0.10079527300000001e3","0.73812484999999924e2"],["-0.10077583300000003e3","0.73812195000000088e2"],[-100.754997,"0.73812484999999924e2"],["-0.10073416099999997e3","0.73815262000000018e2"],["-0.10071444700000001e3","0.73820267000000058e2"],["-0.10069915800000001e3","0.73826096000000064e2"],["-0.10066416900000002e3","0.73844986000000063e2"],["-0.10064835399999993e3","0.73848327999999981e2"],[-100.554169,"0.73854705999999965e2"],["-0.10052999899999998e3","0.73853591999999935e2"],["-0.10041777000000002e3","0.73845534999999984e2"],["-0.10039555399999995e3","0.73840820000000122e2"],["-0.10038945000000001e3",73.83859300000006],[-100.370003,"0.73828049000000021e2"],["-0.10034999099999993e3","0.73818603999999993e2"],["-0.10033612099999993e3","0.73814697000000024e2"],["-0.10006304899999998e3","0.73764999000000046e2"],["-0.99865828999999962e2","0.73837769000000094e2"],["-0.99857773000000009e2",73.84275800000006],["-0.99870109999999954e2","0.73861541999999986e2"],["-0.99869109999999921e2","0.73867370999999991e2"],["-0.99869780999999932e2","0.73870201000000009e2"],["-0.99877105999999912e2","0.73876541000000032e2"],["-0.99886771999999951e2",73.8822100000001],["-0.99892440999999963e2","0.73883536999999933e2"],["-0.99961944999999957e2","0.73873306000000071e2"],["-0.99971663999999976e2","0.73868042000000059e2"],["-0.99988051999999925e2","0.73856934000000081e2"],["-0.99990829000000019e2","0.73851089000000002e2"],["-0.99997498000000007e2","0.73845534999999984e2"],["-0.10000834699999996e3","0.73841369999999984e2"],["-0.10002639799999997e3","0.73836929000000055e2"],["-0.10004943800000001e3","0.73832764000000054e2"],["-0.10013667299999997e3","0.73827484000000027e2"],[-100.175003,"0.73828049000000021e2"],["-0.10024944299999993e3","0.73833878000000027e2"],["-0.10026139799999993e3","0.73838318000000072e2"],["-0.10029972799999996e3","0.73860260000000096e2"],["-0.10029695100000004e3","0.73865814000000114e2"],["-0.10029222099999993e3","0.73872208000000001e2"],["-0.10027860999999996e3","0.73888596000000007e2"],["-0.10026583900000003e3","0.73899994000000049e2"],[-100.252792,"0.73905258000000003e2"],["-0.10024305700000002e3","0.73907486000000006e2"],["-0.10014306599999992e3","0.73929977000000008e2"],["-0.10012721299999993e3","0.73933319000000097e2"],[-100.104446,"0.73936371000000008e2"],["-0.10003751399999999e3","0.73942473999999947e2"],["-0.99981109999999944e2","0.73945816000000093e2"],["-0.99938599000000011e2","0.73946091000000081e2"],["-0.99896956999999986e2","0.73944138000000009e2"],["-0.99856109999999887e2","0.73940811000000053e2"],["-0.99816100999999946e2",73.93609600000002],["-0.99800827000000027e2","0.73931655999999975e2"],["-0.99800551999999925e2","0.73925812000000008e2"],["-0.99813323999999966e2","0.73921371000000079e2"],["-0.99806220999999937e2","0.73902100000000019e2"],["-0.99810058999999967e2","0.73898766000000023e2"],["-0.99810889999999972e2","0.73894928000000107e2"],["-0.99808227999999986e2","0.73891937000000041e2"],["-0.99804557999999929e2","0.73889099000000101e2"]],[["-0.89988892000000021e2","0.73988312000000121e2"],["-0.90007781999999963e2","0.73984984999999995e2"],["-0.90058043999999938e2","0.73992477000000122e2"],["-0.90158614999999998e2","0.74001389000000131e2"],["-0.90217772999999966e2","0.74004439999999988e2"],["-0.90250290000000007e2",74.00999500000006],["-0.90265015000000005e2","0.74014708999999982e2"],["-0.90281112999999891e2",74.02165199999996],["-0.90284728999999913e2","0.74024994000000106e2"],["-0.90285003999999958e2","0.74029709000000139e2"],["-0.90276397999999858e2","0.74038589000000002e2"],["-0.90271117999999944e2","0.74043320000000108e2"],["-0.90240554999999972e2","0.74053863999999976e2"],["-0.90206115999999952e2","0.74057755000000043e2"],["-0.89991942999999935e2","0.74066665999999998e2"],[-89.97193900000002,"0.74064697000000137e2"],["-0.89941375999999991e2","0.74057479999999998e2"],["-0.89914443999999946e2","0.74047485000000108e2"],[-89.90194699999995,74.03776600000009],["-0.89903885000000002e2",74.03137200000009],["-0.89918609999999944e2","0.74010543999999982e2"],["-0.89928329000000019e2","0.74005554000000132e2"],["-0.89988892000000021e2","0.73988312000000121e2"]],[["-0.98918610000000001e2","0.73806091000000094e2"],[-98.96166999999997,73.80525200000011],["-0.99104172000000005e2",73.81442300000009],["-0.99140838999999914e2","0.73818054000000132e2"],[-99.36361699999992,"0.73864426000000037e2"],["-0.99381942999999922e2",73.86914100000007],["-0.99429717999999923e2","0.73891662999999937e2"],["-0.99437499999999943e2",73.89694199999991],[-99.43638599999997,"0.73902206000000092e2"],["-0.99429717999999923e2","0.73908035000000098e2"],["-0.99422501000000011e2","0.73911102000000028e2"],["-0.99406113000000005e2","0.73915267999999912e2"],["-0.99282500999999968e2","0.73936919999999986e2"],["-0.99223891999999978e2","0.73940262000000075e2"],["-0.99092772999999909e2","0.73952209000000039e2"],["-0.99020279000000016e2","0.73979706000000022e2"],["-0.98938048999999921e2","0.73998596000000134e2"],["-0.98801666000000012e2","0.74018051000000128e2"],[-98.66194200000001,74.03137200000009],["-0.98575835999999981e2",74.03137200000009],["-0.98532501000000025e2","0.74032211000000018e2"],["-0.98491942999999935e2","0.74034148999999957e2"],["-0.98425277999999992e2","0.74043869000000029e2"],[-98.3558349999999,"0.74057479999999998e2"],["-0.98275832999999921e2",74.07388300000008],["-0.98255004999999926e2","0.74078598000000113e2"],["-0.98230285999999978e2","0.74083327999999938e2"],["-0.98170836999999949e2",74.09248400000007],["-0.98039992999999981e2","0.74105820000000051e2"],["-0.97994445999999925e2","0.74109421000000111e2"],["-0.97806106999999884e2",74.11943100000002],["-0.97758346999999958e2","0.74118590999999981e2"],["-0.97737212999999997e2","0.74117477000000008e2"],["-0.97703613000000018e2","0.74113876000000118e2"],["-0.97690826000000015e2","0.74111374000000069e2"],["-0.97653609999999958e2","0.74099991000000045e2"],[-97.64805599999994,74.0977630000001],["-0.97642226999999934e2","0.74087204000000042e2"],["-0.97637787000000003e2","0.74075546000000031e2"],["-0.97638335999999981e2","0.74063873000000001e2"],["-0.97649444999999957e2","0.74052474999999959e2"],["-0.97656661999999983e2",74.04693599999996],["-0.97673324999999863e2","0.74035537999999974e2"],["-0.97717223999999987e2","0.74009720000000016e2"],["-0.97728058000000033e2","0.74004166000000055e2"],["-0.97763625999999931e2","0.73988312000000121e2"],["-0.97823058999999887e2","0.73968597000000102e2"],["-0.98124161000000015e2","0.73878586000000098e2"],["-0.98145003999999915e2","0.73873596000000077e2"],["-0.98168334999999956e2","0.73870818999999983e2"],["-0.98392776000000026e2",73.84526100000005],["-0.98478881999999999e2","0.73837494000000106e2"],["-0.98777221999999995e2","0.73813599000000124e2"],["-0.98918610000000001e2","0.73806091000000094e2"]],[["-0.92638061999999877e2","0.74103043000000127e2"],[-92.36860699999994,"0.74041091999999992e2"],["-0.92356948999999986e2","0.74038040000000024e2"],[-92.33444199999991,74.03137200000009],[-92.31138599999997,74.02165199999996],["-0.92296951000000035e2","0.74014435000000049e2"],["-0.92289444000000003e2","0.74009155000000021e2"],["-0.92282775999999956e2","0.74003325999999959e2"],["-0.92273620999999991e2","0.73990540000000067e2"],["-0.92272781000000009e2","0.73984421000000054e2"],[-92.28195199999999,"0.73974990999999989e2"],["-0.92291107000000011e2","0.73969711000000075e2"],["-0.92310546999999929e2","0.73961104999999975e2"],["-0.92327788999999939e2","0.73951385000000073e2"],["-0.92330001999999979e2","0.73945526000000086e2"],["-0.92329726999999991e2","0.73942473999999947e2"],["-0.92309433000000013e2","0.73940811000000053e2"],[-92.1324919999999,"0.73946365000000014e2"],["-0.92118606999999997e2","0.73949142000000109e2"],["-0.92116652999999985e2",73.95109599999995],["-0.92113327000000027e2",73.95637499999998],["-0.92110000999999897e2","0.73964706000000035e2"],["-0.92113051999999982e2","0.73974426000000108e2"],["-0.92114440999999999e2","0.73976654000000053e2"],["-0.92113051999999982e2","0.73981368999999916e2"],["-0.92107773000000009e2","0.73984711000000061e2"],["-0.92094161999999983e2","0.73989151000000049e2"],["-0.91925551999999982e2","0.74012771999999927e2"],["-0.91877212999999983e2","0.74016936999999928e2"],["-0.91838332999999977e2","0.74018875000000094e2"],["-0.91570847000000015e2","0.74025818000000072e2"],["-0.91528335999999911e2","0.74024429000000055e2"],["-0.91139998999999932e2",74.00999500000006],["-0.91097504000000015e2","0.74008331000000055e2"],["-0.91065001999999993e2","0.74006103999999993e2"],["-0.91046951000000035e2","0.74004166000000055e2"],["-0.90735549999999932e2","0.73968322999999998e2"],["-0.90660003999999958e2","0.73953873000000044e2"],["-0.90633056999999951e2","0.73948317999999972e2"],["-0.90441375999999934e2","0.73919708000000128e2"],["-0.90406661999999983e2","0.73914703000000088e2"],["-0.90364440999999999e2","0.73911652000000061e2"],["-0.90354720999999984e2","0.73912201000000039e2"],["-0.90344955000000027e2","0.73914368000000081e2"],["-0.90341674999999952e2","0.73917206000000078e2"],["-0.90339721999999938e2","0.73920532000000094e2"],["-0.90341110000000015e2","0.73924149000000057e2"],[-90.33555599999994,"0.73925812000000008e2"],["-0.90317779999999971e2","0.73925261999999975e2"],["-0.90225006000000008e2","0.73908599999999979e2"],["-0.90195830999999998e2","0.73901931999999988e2"],["-0.90194442999999922e2","0.73899719000000005e2"],["-0.90204178000000013e2","0.73888321000000019e2"],["-0.90230285999999978e2","0.73862198000000035e2"],["-0.90241942999999992e2","0.73851929000000041e2"],[-90.25140399999998,"0.73846649000000127e2"],["-0.90264450000000011e2",73.84165999999999],["-0.90275283999999942e2",73.83859300000006],["-0.90283066000000019e2","0.73838318000000072e2"],["-0.90360000999999954e2","0.73800812000000121e2"],["-0.90474716000000001e2",73.72164900000007],["-0.90581389999999999e2",73.65776100000005],["-0.90724715999999944e2","0.73583054000000118e2"],[-90.84973100000002,"0.73540268000000083e2"],["-0.90921386999999925e2","0.73495255000000043e2"],["-0.90930283000000031e2","0.73483871000000079e2"],["-0.90932219999999973e2","0.73481934000000081e2"],["-0.91089172000000019e2","0.73384155000000021e2"],["-0.91152221999999995e2","0.73361099000000024e2"],["-0.91171386999999982e2","0.73351089000000059e2"],["-0.91180557000000022e2","0.73345825000000104e2"],["-0.91186385999999914e2","0.73340271000000087e2"],["-0.91238602000000014e2","0.73279984000000127e2"],["-0.91253066999999874e2","0.73269150000000081e2"],["-0.91262222000000008e2","0.73263885000000016e2"],["-0.91367767000000015e2","0.73200821000000133e2"],["-0.91569457999999997e2","0.73063309000000061e2"],["-0.91642776000000026e2","0.73021103000000039e2"],["-0.91647506999999962e2","0.73016663000000051e2"],["-0.91645003999999972e2","0.72998032000000023e2"],["-0.91770844000000011e2","0.72913040000000024e2"],["-0.91799727999999959e2","0.72897216999999955e2"],["-0.91808333999999888e2","0.72891937000000098e2"],["-0.91812774999999988e2","0.72885818000000086e2"],["-0.91813048999999921e2","0.72880264000000068e2"],[-91.81138599999997,"0.72868042000000116e2"],["-0.91818893000000003e2","0.72862198000000092e2"],[-91.84973100000002,"0.72846100000000035e2"],[-92.06610099999989,"0.72752487000000087e2"],["-0.92095839999999896e2","0.72743042000000003e2"],["-0.92127486999999917e2","0.72734421000000111e2"],["-0.92166396999999961e2","0.72725539999999967e2"],["-0.92232223999999974e2","0.72713043000000027e2"],["-0.92274718999999891e2",72.70748900000001],["-0.92314437999999996e2","0.72704987000000131e2"],["-0.92335280999999952e2","0.72704437000000098e2"],["-0.92393340999999907e2","0.72707213999999965e2"],["-0.92431106999999997e2","0.72710541000000092e2"],["-0.92524719000000005e2","0.72720534999999927e2"],["-0.92745269999999891e2","0.72739975000000129e2"],["-0.92898346000000004e2","0.72750275000000045e2"],["-0.93077498999999875e2","0.72769439999999975e2"],["-0.93248885999999914e2","0.72789703000000031e2"],["-0.93337783999999999e2",72.8077550000001],["-0.93349166999999852e2","0.72802475000000072e2"],["-0.93366652999999985e2","0.72797760000000039e2"],["-0.93391952999999944e2","0.72794144000000131e2"],["-0.93412216000000001e2","0.72792206000000022e2"],["-0.93580001999999922e2","0.72778046000000074e2"],["-0.93679992999999911e2","0.72779709000000025e2"],["-0.93726104999999905e2","0.72781097000000102e2"],["-0.93764450000000011e2","0.72781372000000147e2"],["-0.93932769999999948e2","0.72774155000000007e2"],["-0.94038604999999961e2","0.72766388000000063e2"],["-0.94099166999999966e2","0.72764160000000118e2"],["-0.94132492000000013e2","0.72764709000000039e2"],["-0.94170546999999942e2","0.72767487000000074e2"],[-94.18249499999996,"0.72769439999999975e2"],[-94.24610899999999,72.77388000000002],["-0.94262786999999889e2","0.72774155000000007e2"],["-0.94298049999999989e2","0.72770263999999941e2"],["-0.94315552000000025e2","0.72763046000000145e2"],["-0.94321944999999971e2","0.72759430000000066e2"],["-0.94327498999999989e2","0.72754440000000045e2"],["-0.94334441999999967e2","0.72738036999999963e2"],["-0.94332779000000016e2","0.72731934000000024e2"],["-0.94327498999999989e2","0.72721649000000127e2"],["-0.94319457999999997e2","0.72717484000000127e2"],[-94.3125,"0.72715545999999961e2"],["-0.94297501000000011e2","0.72713318000000015e2"],[-94.26916499999993,"0.72719147000000021e2"],["-0.94265288999999939e2","0.72723877000000073e2"],["-0.94263901000000033e2","0.72729980000000012e2"],["-0.94258346999999958e2","0.72732483000000002e2"],["-0.94236388999999917e2","0.72734985000000052e2"],["-0.94160278000000005e2","0.72729431000000034e2"],["-0.94103606999999897e2","0.72718596999999988e2"],[-94.09333799999996,"0.72714995999999928e2"],["-0.94001403999999923e2","0.72704162999999994e2"],["-0.93985000999999954e2",72.70387299999993],["-0.93886672999999973e2","0.72704712000000086e2"],["-0.93839447000000007e2","0.72717209000000082e2"],["-0.93798339999999996e2","0.72702208999999925e2"],["-0.93823058999999887e2","0.72653046000000018e2"],["-0.93817229999999938e2","0.72642211999999972e2"],["-0.93801665999999955e2","0.72634430000000009e2"],["-0.93786117999999931e2","0.72629149999999981e2"],[-93.76945499999988,"0.72624984999999981e2"],[-93.75778200000002,"0.72623032000000023e2"],["-0.93686660999999901e2","0.72622208000000057e2"],["-0.93674438000000009e2","0.72618866000000082e2"],["-0.93589721999999995e2",72.58137499999998],["-0.93568619000000012e2","0.72570831000000112e2"],[-93.49888599999997,"0.72521927000000119e2"],["-0.93463333000000034e2","0.72462204000000099e2"],["-0.93466110000000015e2","0.72451385000000016e2"],[-93.46945199999999,"0.72439697000000024e2"],["-0.93628052000000025e2","0.72341934000000037e2"],[-93.64527899999996,"0.72337204000000042e2"],["-0.93666397000000018e2","0.72333602999999982e2"],["-0.93688323999999909e2","0.72331099999999992e2"],["-0.93748610999999983e2","0.72329712000000086e2"],["-0.93767226999999991e2","0.72327209000000096e2"],["-0.93787216000000001e2","0.72322769000000108e2"],["-0.93801392000000021e2","0.72317764000000068e2"],["-0.93819732999999928e2",72.30720500000001],["-0.93827498999999989e2","0.72301926000000037e2"],["-0.93913329999999974e2","0.72241652999999928e2"],["-0.93925277999999935e2","0.72233047000000056e2"],["-0.94014175000000023e2","0.72163879000000122e2"],["-0.94036666999999852e2","0.72142212000000086e2"],["-0.94040282999999988e2","0.72137497000000053e2"],["-0.94043610000000001e2","0.72131363000000022e2"],["-0.94045546999999885e2","0.72126922999999977e2"],["-0.94044723999999974e2","0.72115814000000114e2"],["-0.94042220999999927e2","0.72106644000000074e2"],["-0.94043883999999935e2","0.72096939000000134e2"],["-0.94048339999999939e2","0.72091094999999939e2"],["-0.94054717999999923e2","0.72085265999999933e2"],["-0.94066665999999941e2","0.72076660000000004e2"],["-0.94080840999999964e2","0.72066939999999931e2"],["-0.94091675000000009e2","0.72061645999999996e2"],["-0.94127685999999926e2","0.72056366000000082e2"],["-0.94143341000000021e2","0.72057480000000055e2"],["-0.94172500999999954e2",72.0577550000001],["-0.94186660999999958e2","0.72055816999999934e2"],["-0.94198883000000023e2","0.72052765000000022e2"],["-0.94188720999999987e2","0.72045258000000103e2"],[-94.19505300000003,"0.72042091000000084e2"],["-0.94198387000000025e2",72.03910100000013],["-0.94199546999999995e2","0.72036438000000032e2"],["-0.94196053000000006e2","0.72032432999999969e2"],["-0.94188384999999982e2","0.72030930000000126e2"],["-0.94172042999999917e2","0.72029594000000088e2"],["-0.94149886999999921e2","0.72029433999999981e2"],["-0.94137382999999886e2","0.72031769000000111e2"],["-0.94130554000000018e2","0.72033104000000037e2"],["-0.94125214000000028e2","0.72035095000000126e2"],["-0.94091385000000002e2","0.72037766000000147e2"],[-94.06082200000003,"0.72035262999999986e2"],["-0.94029723999999931e2","0.71999419999999986e2"],["-0.94063048999999921e2","0.71978317000000061e2"],["-0.94082229999999981e2","0.71976089000000115e2"],["-0.94191719000000035e2","0.71994316000000083e2"],["-0.94353881999999942e2","0.72018050999999957e2"],["-0.94371933000000013e2","0.72019440000000145e2"],["-0.94418059999999912e2",72.02276599999999],["-0.94449721999999952e2","0.72023315000000139e2"],["-0.94743880999999931e2","0.72011383000000023e2"],["-0.94780288999999982e2","0.72006103999999993e2"],["-0.94825561999999991e2","0.71997481999999991e2"],["-0.94902221999999881e2","0.71989151000000106e2"],["-0.95121932999999956e2","0.71966095000000053e2"],["-0.95161117999999931e2","0.71964706000000092e2"],[-95.17582699999997,"0.71966934000000037e2"],[-95.20777899999996,"0.71988876000000118e2"],["-0.95213333000000034e2",71.99443100000002],["-0.95206664999999987e2","0.72097488000000112e2"],["-0.95204453000000001e2","0.72102767999999969e2"],["-0.95196654999999964e2","0.72106644000000074e2"],["-0.95039444000000003e2","0.72131363000000022e2"],["-0.94981673999999998e2","0.72139434999999992e2"],["-0.94929717999999923e2","0.72143599999999992e2"],["-0.94899993999999992e2","0.72144440000000031e2"],["-0.94868057000000022e2","0.72145538000000101e2"],["-0.94752228000000002e2","0.72153320000000065e2"],["-0.94760833999999932e2",72.15498400000007],[-94.80610699999994,72.15914900000007],["-0.94839171999999905e2","0.72158599999999979e2"],["-0.94961394999999982e2","0.72155258000000003e2"],["-0.95027495999999985e2",72.14498900000001],[-95.12110899999999,"0.72136658000000068e2"],["-0.95139998999999932e2","0.72135544000000095e2"],["-0.95158889999999985e2","0.72135818000000029e2"],["-0.95171111999999937e2","0.72139159999999947e2"],["-0.95206664999999987e2","0.72180817000000047e2"],["-0.95211670000000026e2","0.72187194999999974e2"],["-0.95213622999999984e2","0.72193313999999987e2"],["-0.95214721999999938e2","0.72200271999999984e2"],["-0.95214721999999938e2",72.20526099999995],["-0.95203887999999893e2","0.72221924000000058e2"],["-0.95191375999999991e2",72.2452550000001],["-0.95171111999999937e2","0.72283324999999991e2"],["-0.95133330999999885e2",72.46026599999999],["-0.95200287000000003e2","0.72524428999999998e2"],["-0.95226394999999968e2",72.53166200000004],["-0.95283065999999906e2","0.72535538000000088e2"],["-0.95316100999999946e2","0.72539703000000088e2"],["-0.95321395999999993e2","0.72546097000000145e2"],["-0.95344451999999933e2",72.58137499999998],["-0.95346664000000033e2","0.72587493999999992e2"],[-95.345551,"0.72593322999999998e2"],["-0.95331679999999949e2","0.72598328000000038e2"],["-0.95313323999999966e2","0.72601089000000059e2"],["-0.95315826000000015e2","0.72606368999999916e2"],["-0.95355559999999969e2","0.72637771999999984e2"],["-0.95364440999999886e2","0.72643326000000116e2"],["-0.95458617999999944e2",72.68220500000001],["-0.95475554999999986e2","0.72686371000000122e2"],["-0.95492766999999901e2","0.72688034000000016e2"],[-95.50556899999998,"0.72686371000000122e2"],[-95.52555799999999,"0.72681656000000089e2"],["-0.95535827999999924e2","0.72681366000000025e2"],["-0.95548614999999927e2",72.68220500000001],["-0.95576110999999969e2","0.72689971999999955e2"],["-0.95590560999999923e2","0.72695525999999973e2"],["-0.95602218999999934e2","0.72702208999999925e2"],["-0.95666106999999897e2","0.72801376000000062e2"],["-0.95673614999999984e2","0.72813873000000058e2"],["-0.95675551999999982e2",72.82499700000011],["-0.95675277999999935e2","0.72841094999999996e2"],["-0.95671936000000017e2","0.72852478000000019e2"],["-0.95653885000000002e2","0.72876923000000033e2"],["-0.95645844000000011e2",72.91276600000009],["-0.95655563000000029e2","0.73019989000000066e2"],["-0.95683318999999983e2","0.73075821000000019e2"],["-0.95582503999999972e2","0.73127762000000132e2"],["-0.95575012000000015e2","0.73164993000000095e2"],["-0.95600540000000024e2","0.73283905000000004e2"],["-0.95650832999999977e2","0.73325272000000041e2"],["-0.95646666999999979e2","0.73330826000000059e2"],["-0.95613616999999977e2","0.73342758000000003e2"],["-0.95623610999999983e2","0.73361099000000024e2"],["-0.95653610000000015e2","0.73412490999999932e2"],["-0.95681670999999994e2","0.73444138000000066e2"],["-0.95683884000000035e2","0.73450272000000098e2"],["-0.95700287000000003e2",73.55386400000009],["-0.95668364999999937e2","0.73581787000000077e2"],["-0.95612563999999963e2","0.73610976999999991e2"],["-0.95656059000000027e2","0.73631866000000116e2"],["-0.95676085999999998e2","0.73665061999999978e2"],["-0.95681945999999982e2","0.73711928999999998e2"],["-0.95673049999999989e2","0.73723312000000021e2"],["-0.95658889999999985e2","0.73732482999999945e2"],["-0.95645844000000011e2","0.73735535000000084e2"],["-0.95450835999999981e2","0.73771103000000096e2"],["-0.95428329000000019e2",73.77276599999999],["-0.95299727999999959e2","0.73771103000000096e2"],["-0.95283614999999941e2","0.73769149999999968e2"],["-0.95266402999999912e2","0.73764160000000118e2"],["-0.95236938000000009e2","0.73752212999999983e2"],["-0.95160278000000005e2","0.73713042999999971e2"],["-0.95154723999999987e2","0.73706940000000031e2"],["-0.95138335999999924e2","0.73700821000000019e2"],["-0.95106948999999986e2","0.73691925000000083e2"],["-0.95076401000000033e2","0.73683318999999983e2"],["-0.95024170000000026e2","0.73671646000000123e2"],[-94.95666499999993,"0.73659149000000127e2"],["-0.94890563999999927e2","0.73649155000000121e2"],["-0.94845550999999944e2","0.73644150000000081e2"],["-0.94828613000000018e2","0.73643051000000071e2"],["-0.94812209999999993e2","0.73643326000000116e2"],["-0.94652221999999995e2","0.73648605000000089e2"],["-0.94634170999999924e2","0.73649429000000055e2"],["-0.94618056999999908e2","0.73651382000000012e2"],["-0.94619155999999975e2","0.73654434000000094e2"],["-0.94638061999999991e2","0.73665817000000118e2"],["-0.94649445000000014e2","0.73670821999999987e2"],["-0.94676392000000021e2","0.73676650999999993e2"],["-0.94732773000000009e2","0.73681366000000025e2"],["-0.94773055999999997e2","0.73679977000000008e2"],[-94.81471299999987,"0.73680817000000104e2"],["-0.94866104000000007e2","0.73687195000000031e2"],["-0.94883330999999998e2","0.73692200000000071e2"],["-0.95075561999999877e2","0.73773315000000139e2"],["-0.95089172000000019e2","0.73783325000000048e2"],["-0.95111937999999952e2","0.73801086000000055e2"],[-95.11610399999995,"0.73806641000000127e2"],["-0.95108046999999999e2","0.73812195000000088e2"],["-0.95070847000000015e2","0.73822768999999994e2"],["-0.95036666999999909e2","0.73829436999999928e2"],[-95.00556899999998,"0.73832489000000066e2"],["-0.94976668999999958e2","0.73831100000000049e2"],["-0.94958054000000004e2","0.73831940000000088e2"],["-0.94963332999999977e2","0.73838318000000072e2"],["-0.94982497999999964e2","0.73845534999999984e2"],["-0.95005004999999983e2","0.73852767999999969e2"],["-0.95024445000000014e2","0.73855255000000056e2"],["-0.95045546999999942e2","0.73855545000000063e2"],["-0.95076675000000023e2","0.73852477999999962e2"],["-0.95109160999999972e2","0.73843597000000045e2"],["-0.95116393999999957e2",73.839157],["-0.95127212999999927e2","0.73825821000000076e2"],["-0.95136123999999938e2","0.73823608000000092e2"],["-0.95154174999999952e2","0.73823608000000092e2"],["-0.95263061999999991e2","0.73862762000000032e2"],["-0.95304169000000002e2",73.8808140000001],["-0.95311385999999914e2","0.73885269000000108e2"],["-0.95323333999999932e2",73.89694199999991],["-0.95327788999999882e2",73.90914900000007],["-0.95329726999999991e2","0.73919982999999945e2"],["-0.95326110999999969e2","0.73944138000000009e2"],["-0.95324721999999952e2","0.73952484000000084e2"],["-0.95319167999999877e2","0.73964157000000114e2"],["-0.95298339999999996e2","0.73980819999999994e2"],["-0.95245270000000005e2","0.74010268999999994e2"],["-0.95227782999999988e2","0.74014160000000061e2"],["-0.95220001000000025e2","0.74014708999999982e2"],["-0.95192489999999964e2","0.74008881000000088e2"],["-0.95174438000000009e2","0.74008881000000088e2"],["-0.95040833000000021e2","0.74026382000000012e2"],[-94.90695199999999,"0.74047485000000108e2"],["-0.94850280999999995e2","0.74058868000000132e2"],[-94.80610699999994,"0.74068054000000075e2"],["-0.94787506000000008e2","0.74072769000000108e2"],["-0.94755279999999914e2","0.74087204000000042e2"],["-0.94745833999999945e2","0.74092209000000082e2"],["-0.94732223999999974e2","0.74095260999999994e2"],["-0.94618332000000009e2","0.74090271000000143e2"],["-0.94460281000000009e2","0.74094437000000028e2"],["-0.94436934999999949e2","0.74095824999999934e2"],[-94.42721599999993,"0.74100815000000011e2"],["-0.94421111999999994e2","0.74105820000000051e2"],["-0.94412780999999995e2","0.74115265000000136e2"],["-0.94406112999999948e2","0.74118865999999969e2"],["-0.94392226999999991e2","0.74121918000000107e2"],["-0.94217498999999975e2","0.74131652999999972e2"],["-0.94177779999999927e2",74.1336060000001],["-0.94093063000000029e2","0.74136383000000023e2"],["-0.93992492999999911e2","0.74138596000000007e2"],["-0.93951950000000011e2","0.74138885000000073e2"],["-0.93914169000000015e2","0.74136107999999979e2"],[-93.90194699999995,"0.74133331000000112e2"],["-0.93758346999999958e2","0.74096939000000134e2"],["-0.93761397999999986e2","0.74129150000000038e2"],["-0.93759445000000028e2","0.74139160000000118e2"],["-0.93754456000000005e2","0.74144714000000079e2"],["-0.93730835000000013e2","0.74154160000000047e2"],["-0.93690551999999968e2","0.74162200999999982e2"],["-0.93641112999999962e2","0.74167754999999943e2"],["-0.93583617999999888e2","0.74170822000000044e2"],["-0.93515015000000005e2","0.74173035000000027e2"],["-0.93431670999999994e2","0.74172211000000061e2"],["-0.93327498999999989e2","0.74169983000000116e2"],["-0.93243880999999988e2","0.74164993000000038e2"],["-0.93028885000000002e2","0.74149993999999992e2"],["-0.92979445999999996e2","0.74145828000000108e2"],["-0.92796386999999982e2","0.74124985000000038e2"],["-0.92638061999999877e2","0.74103043000000127e2"]],[["-0.98657226999999978e2",74.29942299999999],["-0.98746947999999975e2","0.74298035000000084e2"],["-0.98810271999999941e2","0.74298325000000091e2"],["-0.98831679999999949e2","0.74299149000000057e2"],["-0.98859436000000017e2","0.74301376000000118e2"],[-98.86221299999994,"0.74302475000000129e2"],["-0.98864715999999987e2","0.74304703000000075e2"],["-0.98863051999999982e2","0.74307479999999998e2"],["-0.98857223999999974e2","0.74311371000000065e2"],["-0.98752501999999936e2","0.74334152000000074e2"],["-0.98718338000000017e2","0.74336655000000007e2"],["-0.98630829000000006e2",74.34248400000007],["-0.98616652999999985e2","0.74341934000000037e2"],["-0.98585830999999985e2","0.74338593000000003e2"],["-0.98573623999999938e2","0.74334991000000002e2"],["-0.98535278000000005e2","0.74328873000000101e2"],["-0.98521666999999979e2","0.74324706999999989e2"],["-0.98511123999999995e2","0.74318329000000006e2"],["-0.98515563999999927e2","0.74314147999999932e2"],["-0.98525009000000011e2",74.31053200000008],["-0.98568618999999899e2","0.74304703000000075e2"],["-0.98657226999999978e2",74.29942299999999]],[["-0.12014998600000001e3","0.74272491000000059e2"],["-0.11986472300000003e3","0.74237762000000032e2"],["-0.11984528399999999e3","0.74235809000000074e2"],["-0.11979527299999995e3","0.74234420999999998e2"],["-0.11972501399999993e3","0.74233871000000136e2"],["-0.11960916099999997e3","0.74233321999999987e2"],["-0.11963971699999996e3","0.74193039000000113e2"],["-0.11965139799999997e3","0.74181655999999919e2"],["-0.11967250099999995e3","0.74165817000000004e2"],["-0.11969082599999996e3","0.74156936999999971e2"],["-0.11970249899999999e3","0.74153046000000074e2"],["-0.11972305299999994e3","0.74144714000000079e2"],["-0.11979415899999998e3","0.74115265000000136e2"],["-0.11980332900000002e3","0.74110535000000084e2"],["-0.11982417299999992e3","0.74094711000000132e2"],[-119.833618,"0.74082763999999997e2"],["-0.11983612099999999e3","0.74075821000000019e2"],["-0.11983277900000002e3","0.74064147999999989e2"],["-0.11982721699999991e3",74.05914300000012],["-0.11977916699999997e3","0.74033875000000023e2"],["-0.11976806599999986e3","0.74030273000000079e2"],["-0.11974481199999997e3","0.74025513000000046e2"],["-0.11972860699999995e3",74.02915999999999],["-0.11972609699999992e3","0.74035812000000078e2"],["-0.11972638699999993e3","0.74041931000000091e2"],["-0.11973777799999999e3","0.74058029000000147e2"],[-119.650284,"0.74118590999999981e2"],["-0.11951000999999991e3","0.74209152000000017e2"],["-0.11950083899999998e3","0.74213882000000012e2"],["-0.11948916599999995e3","0.74217483999999956e2"],["-0.11946528599999994e3","0.74221100000000035e2"],["-0.11944972199999995e3","0.74221924000000001e2"],["-0.11925723299999999e3","0.74218323000000112e2"],["-0.11918472300000002e3","0.74216933999999924e2"],["-0.11916528299999987e3","0.74214995999999985e2"],["-0.11914862099999999e3","0.74212204000000099e2"],[-119.137787,"0.74208603000000039e2"],["-0.11912110899999993e3","0.74199707000000103e2"],["-0.11911554699999999e3","0.74194977000000051e2"],["-0.11910193600000002e3","0.74179428000000144e2"],["-0.11909638999999999e3","0.74168319999999994e2"],["-0.11909084300000001e3","0.74156936999999971e2"],["-0.11907055700000001e3","0.74114700000000084e2"],["-0.11906527699999998e3","0.74103317000000061e2"],["-0.11907084699999996e3","0.74089980999999966e2"],["-0.11908084099999996e3","0.74077773999999977e2"],["-0.11908805799999999e3","0.74072769000000108e2"],["-0.11910166900000002e3","0.74069716999999969e2"],["-0.11911972000000003e3","0.74068054000000075e2"],["-0.11914723199999997e3","0.74062195000000031e2"],["-0.11915222199999994e3","0.74056091000000038e2"],["-0.11918720999999999e3","0.73994141000000127e2"],["-0.11918720999999999e3","0.73987762000000089e2"],["-0.11916750299999995e3","0.73987198000000149e2"],["-0.11898889200000002e3","0.73998032000000023e2"],["-0.11897305299999999e3","0.74000274999999988e2"],["-0.11896362299999993e3","0.74004990000000021e2"],[-118.80777,"0.74090546000000131e2"],["-0.11880055199999998e3","0.74095824999999934e2"],["-0.11879028299999993e3",74.10775799999999],["-0.11878751399999999e3","0.74114700000000084e2"],["-0.11879277000000002e3","0.74125809000000004e2"],["-0.11879804999999999e3","0.74130814000000044e2"],["-0.11880695299999996e3","0.74133880999999974e2"],["-0.11882333399999999e3","0.74136383000000023e2"],["-0.11883693699999992e3","0.74139435000000105e2"],["-0.11884805299999994e3","0.74143326000000002e2"],["-0.11886721799999998e3","0.74151382000000069e2"],["-0.11888333099999994e3","0.74166382000000056e2"],["-0.11888612399999994e3","0.74171921000000054e2"],["-0.11888110399999999e3","0.74178040000000067e2"],["-0.11884388699999994e3","0.74188309000000118e2"],["-0.11872000100000002e3","0.74212768999999923e2"],["-0.11867388899999997e3","0.74219986000000063e2"],["-0.11860722399999997e3","0.74228317000000118e2"],["-0.11850583599999999e3","0.74239974999999959e2"],["-0.11817999299999991e3","0.74272217000000126e2"],["-0.11812249799999995e3","0.74275818000000015e2"],["-0.11810193600000002e3","0.74276382000000126e2"],[-118.031387,"0.74275269000000094e2"],["-0.11797361799999999e3","0.74269150000000025e2"],["-0.11791860999999989e3","0.74262207000000046e2"],["-0.11762832599999996e3","0.74244980000000055e2"],["-0.11751251199999996e3","0.74238585999999998e2"],["-0.11743859900000001e3",74.22943099999992],[-117.422234,"0.74226929000000041e2"],["-0.11737609899999995e3","0.74218323000000112e2"],["-0.11728943599999997e3","0.74199707000000103e2"],["-0.11715722700000003e3","0.74167754999999943e2"],["-0.11682833899999997e3","0.74072495000000004e2"],["-0.11678500400000001e3","0.74059708000000001e2"],[-116.735817,"0.74039703000000145e2"],["-0.11662249799999989e3",73.990814],["-0.11652806099999998e3","0.73949706999999989e2"],[-116.441101,"0.73913605000000018e2"],["-0.11634805299999999e3","0.73875534000000016e2"],["-0.11633805799999999e3",73.87164300000012],["-0.11632778899999988e3","0.73867752000000053e2"],["-0.11631471299999993e3","0.73864426000000037e2"],["-0.11629888900000003e3","0.73861649000000114e2"],["-0.11620805399999995e3","0.73838318000000072e2"],["-0.11605583199999995e3","0.73792755000000113e2"],["-0.11600556899999998e3","0.73773315000000139e2"],["-0.11597638699999999e3","0.73755554000000018e2"],["-0.11591443599999997e3","0.73726379000000122e2"],["-0.11589444699999996e3","0.73718596999999988e2"],[-115.817497,"0.73698318000000029e2"],[-115.603882,"0.73652205999999978e2"],["-0.11540222199999999e3","0.73568329000000006e2"],["-0.11536694299999999e3","0.73545822000000101e2"],["-0.11534889199999998e3","0.73531937000000028e2"],["-0.11533194700000001e3","0.73511658000000068e2"],["-0.11531500199999999e3","0.73479705999999908e2"],["-0.11532305899999994e3","0.73474426000000051e2"],[-115.449432,"0.73426651000000049e2"],["-0.11546140300000002e3",73.42303499999997],["-0.11569943199999989e3","0.73368866000000139e2"],["-0.11583473199999997e3",73.33998100000008],[-115.862213,"0.73334427000000119e2"],["-0.11626750199999998e3","0.73273041000000148e2"],["-0.11633556399999998e3","0.73267211999999915e2"],["-0.11637249800000001e3","0.73265549000000021e2"],["-0.11642500299999995e3","0.73261658000000125e2"],["-0.11645612299999993e3","0.73257492000000013e2"],["-0.11646945199999999e3","0.73254715000000147e2"],["-0.11669304699999992e3","0.73203873000000044e2"],["-0.11680943299999996e3","0.73168045000000006e2"],["-0.11694803599999995e3","0.73124985000000038e2"],["-0.11702639799999997e3","0.73106934000000024e2"],["-0.11716915899999998e3","0.73081940000000088e2"],["-0.11739388999999994e3","0.73048598999999911e2"],["-0.11742639200000002e3","0.73044983000000059e2"],["-0.11746610999999996e3",73.03637700000013],[-117.708054,"0.72977768000000083e2"],["-0.11783667000000003e3","0.72938583000000108e2"],[-117.891953,"0.72919983000000002e2"],[-117.925003,"0.72908875000000023e2"],["-0.11797501399999993e3","0.72896378000000027e2"],["-0.11801611300000002e3","0.72888321000000019e2"],["-0.11811527999999993e3","0.72870818999999983e2"],["-0.11821806300000003e3","0.72854705999999965e2"],["-0.11827362099999999e3","0.72844436999999914e2"],[-118.314438,"0.72836104999999918e2"],["-0.11836609599999997e3","0.72824432000000115e2"],["-0.11838999899999993e3","0.72817764000000125e2"],["-0.11844444299999998e3","0.72798874000000012e2"],["-0.11845333900000003e3","0.72794434000000138e2"],["-0.11846000700000002e3",72.78915400000011],["-0.11846472199999994e3","0.72783325000000104e2"],["-0.11848528299999992e3","0.72767487000000074e2"],["-0.11849610899999999e3","0.72763610999999969e2"],["-0.11853472899999991e3","0.72754715000000033e2"],["-0.11854943799999995e3","0.72752487000000087e2"],["-0.11858528100000001e3","0.72750275000000045e2"],["-0.11865805099999994e3",72.74803200000008],["-0.11870861799999994e3","0.72743590999999981e2"],["-0.11875306699999999e3",72.73692299999999],["-0.11877861000000001e3","0.72731093999999985e2"],["-0.11911444099999994e3","0.72639435000000049e2"],[-119.1375119999999,"0.72632477000000051e2"],["-0.11915888999999999e3","0.72624984999999981e2"],["-0.11916750299999995e3","0.72620529000000033e2"],["-0.11930943300000001e3","0.72438873000000058e2"],[-119.3163909999999,"0.72425812000000121e2"],["-0.11933000199999987e3","0.72394149999999968e2"],["-0.11933249699999999e3","0.72387206999999989e2"],["-0.11933000199999987e3","0.72381653000000142e2"],["-0.11932501200000002e3","0.72376648000000102e2"],["-0.11930999800000001e3","0.72368042000000003e2"],["-0.11930277999999993e3","0.72363037000000134e2"],["-0.11930248999999998e3","0.72356644000000017e2"],["-0.11931111099999993e3","0.72352203000000088e2"],["-0.11940444899999994e3","0.72325545999999974e2"],[-119.429169,"0.72319716999999969e2"],["-0.11951555599999989e3","0.72305817000000104e2"],["-0.11962666300000001e3","0.72278320000000122e2"],["-0.11965750099999991e3","0.72267211999999972e2"],["-0.11967804699999999e3","0.72259430000000009e2"],[-119.760559,"0.72228867000000037e2"],["-0.11980139200000002e3",72.22137500000008],[-119.837784,"0.72219711000000075e2"],["-0.11997250399999996e3","0.72221100000000092e2"],["-0.12012372599999998e3","0.72232597000000112e2"],["-0.12013405599999999e3","0.72233756999999969e2"],["-0.12013871799999998e3","0.72236420000000066e2"],["-0.12013621499999994e3","0.72239929000000132e2"],["-0.12012888299999992e3","0.72241928000000144e2"],["-0.12014362299999993e3",72.2494200000001],["-0.12012943999999999e3","0.72251663000000065e2"],["-0.12012721299999993e3","0.72258606000000043e2"],["-0.12012999000000002e3","0.72264160000000061e2"],["-0.12013999899999993e3","0.72267761000000064e2"],["-0.12015750099999997e3","0.72269714000000022e2"],["-0.12017582699999997e3","0.72268875000000094e2"],["-0.12024109599999997e3",72.26249700000011],["-0.12025110599999999e3","0.72258606000000043e2"],["-0.12025945299999995e3","0.72246643000000006e2"],["-0.12026139799999987e3","0.72239700000000028e2"],["-0.12025862099999995e3",72.23414600000001],["-0.12023144500000001e3","0.72214812999999992e2"],[-120.225281,"0.72212479000000144e2"],["-0.12021028899999999e3",72.20881700000001],["-0.12019810499999994e3","0.72204322999999988e2"],["-0.12018894999999998e3","0.72199150000000088e2"],["-0.12018578299999996e3","0.72196151999999984e2"],["-0.12014527900000002e3","0.72149994000000049e2"],["-0.12014499699999993e3","0.72143599999999992e2"],["-0.12017582699999997e3","0.72094437000000084e2"],["-0.12019415299999997e3","0.72078323000000125e2"],["-0.12030526699999996e3","0.72013046000000088e2"],[-120.329453,"0.71999146000000053e2"],["-0.12034750399999996e3","0.71990814000000057e2"],["-0.12038362100000001e3","0.71981658999999979e2"],["-0.12041332999999986e3","0.71971374999999966e2"],[-120.423317,71.96748400000007],["-0.12043916299999989e3","0.71958328000000108e2"],[-120.445267,"0.71953048999999965e2"],[-120.4491579999999,"0.71946930000000123e2"],["-0.12045278899999994e3","0.71934707999999944e2"],["-0.12045249899999993e3","0.71927765000000136e2"],["-0.12044972200000001e3","0.71922210999999947e2"],[-120.439438,"0.71912201000000039e2"],["-0.12043167099999994e3","0.71908034999999984e2"],[-120.391953,"0.71893051000000071e2"],["-0.12038445300000001e3","0.71888885000000016e2"],["-0.12037917299999998e3","0.71883881000000031e2"],["-0.12038082900000001e3",71.87831099999994],["-0.12041500899999994e3","0.71776382000000126e2"],["-0.12042278299999998e3","0.71764160000000118e2"],["-0.12042471299999994e3","0.71757216999999969e2"],["-0.12042639199999996e3",71.74443100000002],[-120.423607,"0.71738875999999948e2"],["-0.12041332999999986e3",71.72886699999998],["-0.12040805099999994e3","0.71723877000000073e2"],["-0.12040055799999993e3","0.71719437000000084e2"],["-0.12037998999999996e3","0.71699707000000046e2"],["-0.12037748699999992e3","0.71694138000000066e2"],["-0.12037693799999994e3","0.71688034000000073e2"],["-0.12038082900000001e3","0.71681931000000077e2"],["-0.12043611099999998e3","0.71611922999999933e2"],["-0.12047305299999999e3","0.71565536000000066e2"],["-0.12049665799999997e3","0.71544144000000017e2"],["-0.12054332699999992e3","0.71516662999999994e2"],["-0.12060166900000002e3","0.71493591000000038e2"],["-0.12063639799999999e3","0.71485535000000141e2"],["-0.12078028899999998e3","0.71457214000000079e2"],["-0.12080750299999988e3","0.71452484000000027e2"],["-0.12087721299999998e3","0.71441360000000145e2"],[-120.921944,"0.71435532000000023e2"],["-0.12113333099999994e3","0.71409424000000058e2"],["-0.12133249699999993e3","0.71386932000000002e2"],["-0.12139444700000001e3","0.71380264000000011e2"],["-0.12142916899999994e3","0.71378311000000053e2"],["-0.12144833399999999e3","0.71379425000000026e2"],["-0.12159056099999998e3","0.71396378000000141e2"],["-0.12160305799999998e3","0.71399428999999998e2"],["-0.12159137699999991e3","0.71402771000000087e2"],["-0.12157611099999997e3","0.71404434000000037e2"],["-0.12154915599999993e3",71.40914900000007],["-0.12153751399999999e3","0.71412490999999989e2"],["-0.12153195199999993e3",71.417755],["-0.12152861000000001e3","0.71423874000000012e2"],[-121.531677,"0.71429427999999973e2"],["-0.12153694200000001e3","0.71434418000000051e2"],["-0.12154998799999993e3","0.71443588000000091e2"],["-0.12156973299999999e3","0.71451660000000061e2"],["-0.12159638999999999e3","0.71456940000000145e2"],["-0.12163027999999991e3","0.71460540999999978e2"],["-0.12166860999999994e3",71.46276899999998],["-0.12170361300000002e3","0.71460815000000139e2"],["-0.12174388099999999e3","0.71453323000000012e2"],["-0.12175556899999998e3","0.71450271999999984e2"],["-0.12177639799999997e3","0.71443038999999942e2"],["-0.12181220999999994e3","0.71426651000000106e2"],["-0.12182917800000001e3","0.71418319999999994e2"],["-0.12184612299999998e3","0.71409714000000065e2"],["-0.12190194700000001e3","0.71378586000000098e2"],["-0.12196528599999999e3",71.34275800000006],["-0.12207501199999996e3","0.71286926000000051e2"],["-0.12212165799999991e3","0.71267211999999972e2"],["-0.12214417300000002e3","0.71260817999999915e2"],["-0.12221056399999986e3",71.24832200000003],["-0.12225446299999999e3","0.71242477000000122e2"],["-0.12229833999999994e3","0.71236374000000012e2"],["-0.12235526999999996e3","0.71227768000000083e2"],["-0.12243028299999997e3","0.71214157000000114e2"],["-0.12250556899999992e3","0.71197754000000032e2"],[-122.593887,"0.71178040000000124e2"],["-0.12260500299999995e3","0.71174988000000042e2"],["-0.12261638600000003e3","0.71171646000000067e2"],["-0.12264584400000001e3","0.71160538000000088e2"],["-0.12266221599999994e3","0.71151931999999988e2"],["-0.12267832900000002e3","0.71143326000000059e2"],[-122.7069469999999,"0.71124420000000043e2"],["-0.12274249299999997e3","0.71101089000000002e2"],["-0.12276999699999988e3","0.71089157000000057e2"],[-122.781113,"0.71086104999999918e2"],["-0.12279611199999988e3","0.71084152000000017e2"],["-0.12284944199999995e3",71.0816650000001],["-0.12307611099999986e3","0.71079163000000051e2"],["-0.12309500099999997e3","0.71079987000000017e2"],[-123.1260989999999,"0.71083878000000084e2"],[-123.162781,"0.71092758000000117e2"],["-0.12322332799999998e3","0.71114150999999993e2"],["-0.12325945300000001e3","0.71129700000000128e2"],["-0.12329305999999985e3","0.71146102999999982e2"],["-0.12331696299999999e3","0.71158599999999979e2"],[-123.37027,"0.71188873000000115e2"],[-123.3952789999999,"0.71207763999999941e2"],["-0.12342999299999997e3","0.71236923000000104e2"],["-0.12344860799999998e3","0.71257767000000115e2"],["-0.12346640000000002e3","0.71285537999999974e2"],["-0.12351390099999998e3","0.71349152000000061e2"],["-0.12356696299999993e3","0.71406096999999932e2"],["-0.12363417099999992e3","0.71472487999999942e2"],["-0.12366583299999996e3","0.71496368000000132e2"],["-0.12367971799999998e3","0.71505264000000068e2"],["-0.12384388699999994e3","0.71583328000000108e2"],["-0.12388722200000001e3","0.71623595999999964e2"],["-0.12389917000000003e3","0.71633041000000048e2"],["-0.12394888299999997e3","0.71658325000000048e2"],["-0.12397582999999997e3","0.71670258000000103e2"],["-0.12401334400000002e3","0.71685806000000071e2"],["-0.12402390300000002e3","0.71689148000000046e2"],["-0.12407055700000001e3","0.71701935000000049e2"],["-0.12411138900000003e3","0.71709991000000116e2"],["-0.12413694800000002e3","0.71714432000000045e2"],["-0.12438474299999996e3",71.75471500000009],[-124.458054,71.76638800000012],[-124.609734,"0.71788040000000137e2"],["-0.12465278599999994e3",71.79525799999999],["-0.12467887899999999e3","0.71800812000000121e2"],[-124.700287,"0.71806366000000139e2"],["-0.12483194700000001e3","0.71840820000000008e2"],["-0.12486665299999993e3",71.85054000000008],["-0.12507694999999995e3","0.71909149000000127e2"],["-0.12516000400000001e3","0.71924683000000073e2"],["-0.12523638900000003e3","0.71941910000000064e2"],["-0.12524722300000002e3","0.71945511000000124e2"],["-0.12525361599999997e3","0.71950255999999968e2"],["-0.12524472000000003e3","0.71954422000000079e2"],["-0.12504804999999999e3","0.71955536000000052e2"],["-0.12498029300000002e3","0.71943587999999977e2"],["-0.12496945199999999e3","0.71939972000000125e2"],["-0.12495388800000001e3","0.71938034000000016e2"],["-0.12494275699999997e3","0.71939972000000125e2"],["-0.12493804899999998e3","0.71945525999999916e2"],["-0.12493554699999999e3","0.71951659999999947e2"],["-0.12493971299999998e3","0.71956940000000031e2"],["-0.12494833399999999e3","0.71961105000000032e2"],["-0.12498777799999999e3","0.71969711000000132e2"],["-0.12502278100000001e3","0.71972504000000129e2"],["-0.12523277300000001e3","0.71975524999999948e2"],["-0.12535221899999999e3",71.97468600000002],["-0.12541639700000002e3","0.71974135999999987e2"],["-0.12547833300000002e3","0.71972763000000043e2"],["-0.12559111000000001e3","0.71966385000000116e2"],["-0.12562666299999995e3","0.71963608000000022e2"],["-0.12568639399999995e3","0.71954987000000074e2"],["-0.12572165699999994e3","0.71952209000000096e2"],["-0.12576139799999993e3","0.71950821000000019e2"],["-0.12580139199999996e3","0.71952209000000096e2"],["-0.12593582199999992e3","0.71958602999999982e2"],["-0.12597361799999999e3","0.71960541000000092e2"],[-125.984444,"0.71963882000000126e2"],["-0.12599333200000001e3",71.96804800000001],[-125.997772,"0.71973602000000028e2"],["-0.12599333200000001e3","0.71978867000000093e2"],["-0.12597778299999999e3","0.71979706000000022e2"],[-125.966949,"0.71976379000000122e2"],["-0.12590055799999999e3","0.71962494000000049e2"],["-0.12588054699999992e3","0.71963318000000015e2"],["-0.12584973099999991e3","0.71967209000000082e2"],["-0.12580999799999995e3","0.71975540000000137e2"],[-125.787781,"0.71982208000000128e2"],["-0.12577887699999991e3","0.71986374000000012e2"],[-125.765289,"0.71996094000000085e2"],["-0.12575418100000002e3","0.72006103999999993e2"],["-0.12574082899999996e3","0.72022751000000028e2"],["-0.12573388699999998e3","0.72034133999999995e2"],[-125.724716,"0.72051926000000094e2"],["-0.12571777299999985e3","0.72070540999999992e2"],["-0.12571528599999994e3","0.72083603000000039e2"],["-0.12571528599999994e3","0.72090270999999973e2"],["-0.12571749899999992e3","0.72096375000000023e2"],["-0.12572165699999994e3","0.72101929000000041e2"],["-0.12572833299999996e3","0.72106644000000074e2"],["-0.12573944099999989e3","0.72110260000000096e2"],["-0.12571444700000001e3","0.72157485999999949e2"],["-0.12557389799999993e3","0.72247467000000142e2"],["-0.12551445000000001e3","0.72291076999999973e2"],["-0.12546777299999997e3","0.72351074000000096e2"],["-0.12543221999999997e3","0.72403580000000034e2"],["-0.12543666099999996e3","0.72409134000000051e2"],["-0.12530055199999993e3","0.72483307000000025e2"],["-0.12529110699999995e3","0.72487183000000073e2"],["-0.12527971600000001e3","0.72490524000000107e2"],["-0.12525787399999996e3","0.72495125000000144e2"],[-125.247772,72.49523899999997],["-0.12517194399999994e3","0.72513596000000064e2"],[-125.1394499999999,"0.72524138999999991e2"],["-0.12502806099999998e3","0.72566071000000079e2"],[-125,"0.72605254999999943e2"],["-0.12494055199999997e3",72.70248400000014],["-0.12497193899999991e3","0.72755829000000006e2"],["-0.12502610800000002e3","0.72821091000000081e2"],["-0.12495916699999998e3","0.72856369000000086e2"],["-0.12489334100000002e3","0.72873871000000122e2"],["-0.12487917299999998e3","0.72876373000000001e2"],[-124.801941,"0.72887497000000053e2"],["-0.12476695299999994e3","0.72890823000000125e2"],["-0.12472749299999987e3","0.72888596000000064e2"],["-0.12468804899999986e3","0.72887497000000053e2"],["-0.12466944899999993e3","0.72888884999999959e2"],["-0.12463667299999997e3","0.72892761000000064e2"],[-124.60611,"0.72897216999999955e2"],[-124.591949,"0.72899994000000049e2"],["-0.12449722300000002e3","0.72919707999999957e2"],["-0.12448554999999999e3","0.72923035000000084e2"],["-0.12447582999999997e3","0.72927200000000084e2"],["-0.12447305299999999e3","0.72933318999999926e2"],["-0.12449305700000002e3",72.97164900000007],["-0.12449722300000002e3","0.72977203000000031e2"],["-0.12462138399999992e3","0.73001389000000131e2"],["-0.12471250899999995e3","0.73003876000000048e2"],["-0.12472609699999998e3","0.73006653000000142e2"],["-0.12473777799999999e3","0.73010268999999994e2"],["-0.12476972999999992e3","0.73021378000000084e2"],["-0.12482417299999992e3","0.73046097000000032e2"],["-0.12483332799999994e3","0.73050262000000032e2"],["-0.12484916699999997e3","0.73059417999999994e2"],[-124.862503,"0.73068878000000041e2"],["-0.12486694299999994e3","0.73074432000000058e2"],["-0.12486888099999999e3","0.73080551000000071e2"],["-0.12486389200000002e3","0.73086105000000089e2"],["-0.12479472399999992e3","0.73134720000000129e2"],["-0.12478500400000001e3",73.13888500000013],["-0.12471362299999987e3","0.73149428999999998e2"],["-0.12459916699999985e3","0.73227768000000026e2"],["-0.12458640299999996e3","0.73238037000000077e2"],["-0.12457389799999993e3","0.73248321999999973e2"],["-0.12456360599999988e3","0.73259155000000135e2"],["-0.12450805699999995e3",73.32638500000013],["-0.12444583099999994e3","0.73411102000000142e2"],["-0.12444055199999997e3","0.73416655999999932e2"],["-0.12443306000000001e3","0.73421370999999965e2"],["-0.12440556299999997e3","0.73434143000000006e2"],["-0.12430555699999991e3","0.73478592000000106e2"],["-0.12429332699999998e3","0.73481659000000036e2"],[-124.252228,"0.73483596999999975e2"],["-0.12422833300000002e3","0.73483321999999987e2"],["-0.12420916699999998e3","0.73481659000000036e2"],["-0.12418998699999997e3","0.73481659000000036e2"],["-0.12417304999999999e3","0.73483596999999975e2"],["-0.12416055299999999e3","0.73486923000000047e2"],["-0.12407000699999998e3","0.73546097000000088e2"],[-124.041946,"0.73582214000000079e2"],["-0.12403888699999993e3","0.73586929000000112e2"],["-0.12407167099999998e3",73.61775200000011],[-124.0786129999999,"0.73622756999999979e2"],["-0.12407611099999991e3","0.73643051000000071e2"],[-124.073059,"0.73649155000000121e2"],["-0.12406777999999991e3","0.73654709000000139e2"],["-0.12405526700000001e3","0.73658034999999984e2"],["-0.12394554099999993e3","0.73681656000000032e2"],["-0.12386138899999997e3","0.73695815999999979e2"],["-0.12383389299999999e3","0.73700272000000041e2"],[-123.774719,"0.73764435000000105e2"],["-0.12380471799999987e3","0.73796936000000017e2"],["-0.12383833300000003e3","0.73821106000000043e2"],["-0.12384777800000001e3","0.73825271999999927e2"],["-0.12393639399999995e3","0.73840546000000018e2"],["-0.12395834399999995e3","0.73841369999999984e2"],["-0.12398055999999991e3","0.73840820000000122e2"],["-0.12401999699999999e3","0.73838318000000072e2"],["-0.12406639100000001e3","0.73839432000000045e2"],["-0.12408583099999998e3","0.73841094999999996e2"],["-0.12413417099999992e3","0.73848327999999981e2"],["-0.12416306299999985e3","0.73854156000000103e2"],["-0.12419860799999992e3","0.73864699999999971e2"],["-0.12421749899999986e3","0.73872757000000092e2"],["-0.12436860699999988e3","0.74014435000000049e2"],["-0.12441166699999991e3","0.74056366000000025e2"],["-0.12442666600000001e3","0.74109711000000118e2"],["-0.12443415800000002e3","0.74134430000000066e2"],[-124.600281,"0.74268326000000059e2"],["-0.12461805699999996e3",74.26638800000012],["-0.12466082799999992e3","0.74264708999999925e2"],["-0.12468083200000001e3","0.74266098000000113e2"],["-0.12469304699999986e3","0.74269440000000031e2"],["-0.12477500900000001e3","0.74319152999999972e2"],["-0.12478415699999999e3","0.74329987000000074e2"],[-124.781387,"0.74336104999999975e2"],["-0.12477084400000001e3","0.74340271000000087e2"],["-0.12475556899999992e3","0.74342758000000003e2"],["-0.12469722000000002e3","0.74347214000000065e2"],["-0.12440471600000001e3","0.74369141000000127e2"],["-0.12410861199999999e3","0.74392761000000121e2"],["-0.12389527899999996e3","0.74396378000000084e2"],["-0.12385694899999987e3","0.74399429000000112e2"],[-123.676941,"0.74418320000000108e2"],["-0.12363834399999996e3","0.74421371000000136e2"],["-0.12357444800000002e3","0.74424149000000114e2"],["-0.12341887700000001e3","0.74428314000000114e2"],["-0.12320584100000002e3","0.74443039000000056e2"],["-0.12302250700000002e3","0.74444702000000007e2"],["-0.12268998699999992e3","0.74453872999999987e2"],["-0.12243804899999998e3","0.74464995999999928e2"],["-0.12233750900000001e3","0.74471099999999979e2"],[-122.118607,74.49192800000003],["-0.12206610099999995e3",74.49803200000008],["-0.12193859900000001e3","0.74518326000000002e2"],["-0.12176666299999999e3","0.74539703000000031e2"],["-0.12173000299999995e3","0.74543319999999994e2"],["-0.12165194699999995e3","0.74548598999999967e2"],["-0.12161028299999992e3","0.74550537000000134e2"],["-0.12156416300000001e3","0.74551086000000055e2"],["-0.12151862299999993e3","0.74548874000000012e2"],["-0.12131082200000003e3","0.74531661999999983e2"],["-0.12125361599999997e3","0.74525818000000129e2"],["-0.12113612399999994e3","0.74506943000000035e2"],["-0.12108389299999993e3","0.74493590999999981e2"],[-121.05777,"0.74486649000000057e2"],["-0.12101112399999988e3","0.74472214000000122e2"],["-0.12100222799999995e3",74.46775800000006],["-0.12098998999999998e3","0.74458037999999988e2"],["-0.12098055999999991e3","0.74447479000000101e2"],["-0.12097693599999991e3","0.74441925000000083e2"],["-0.12097556299999991e3","0.74429703000000131e2"],["-0.12090638699999994e3","0.74415268000000026e2"],["-0.12070584100000002e3","0.74373596000000134e2"],["-0.12048166700000002e3","0.74329987000000074e2"],["-0.12021721599999989e3","0.74282486000000006e2"],["-0.12014998600000001e3","0.74272491000000059e2"]],[["-0.97652785999999992e2","0.74455826000000059e2"],["-0.97675551999999982e2","0.74454987000000131e2"],["-0.97691939999999988e2","0.74455261000000064e2"],["-0.97708892999999989e2","0.74457214000000022e2"],["-0.97777221999999995e2","0.74476379000000122e2"],["-0.97789444000000003e2","0.74479980000000012e2"],["-0.97792495999999915e2","0.74485809000000017e2"],["-0.97781386999999995e2","0.74497208000000114e2"],["-0.97768616000000009e2","0.74508041000000105e2"],["-0.97761672999999917e2","0.74512496999999996e2"],["-0.97753890999999953e2","0.74515548999999965e2"],["-0.97618057000000022e2","0.74552200000000028e2"],["-0.97532227000000034e2","0.74606369000000086e2"],["-0.97513625999999988e2","0.74611374000000126e2"],["-0.97470001000000025e2","0.74621094000000028e2"],["-0.97445830999999998e2","0.74626082999999994e2"],["-0.97422774999999945e2","0.74629424999999912e2"],["-0.97406951999999933e2",74.62831100000011],["-0.97389724999999999e2","0.74626373000000001e2"],["-0.97368056999999965e2","0.74622756999999979e2"],["-0.97357772999999952e2","0.74621368000000132e2"],["-0.97291381999999942e2","0.74605255000000113e2"],["-0.97267226999999934e2","0.74597214000000008e2"],["-0.97261672999999917e2","0.74594711000000075e2"],["-0.97256957999999997e2","0.74590546000000074e2"],["-0.97261948000000018e2","0.74583878000000084e2"],["-0.97299987999999871e2","0.74551376000000062e2"],["-0.97376098999999954e2","0.74511658000000068e2"],["-0.97387511999999958e2","0.74506377999999984e2"],["-0.97606383999999991e2","0.74461929000000055e2"],["-0.97652785999999992e2","0.74455826000000059e2"]],[["-0.95311110999999983e2","0.74497757000000092e2"],["-0.95331389999999999e2","0.74496093999999971e2"],["-0.95353332999999964e2","0.74496368000000075e2"],["-0.95458892999999989e2",74.49859600000002],["-0.95480559999999912e2",74.5],["-0.95522781000000009e2","0.74504990000000078e2"],["-0.95603057999999919e2","0.74515548999999965e2"],["-0.95661666999999966e2","0.74523605000000032e2"],["-0.95697768999999937e2","0.74529709000000025e2"],[-95.71665999999999,"0.74533874999999966e2"],["-0.95809432999999956e2","0.74554427999999973e2"],["-0.95845000999999968e2","0.74563873000000058e2"],["-0.95862212999999997e2",74.56999200000007],["-0.95866394000000014e2","0.74574158000000011e2"],["-0.95860549999999989e2","0.74579163000000051e2"],["-0.95857497999999964e2","0.74580551000000128e2"],["-0.95682495000000017e2","0.74634995000000004e2"],["-0.95653885000000002e2","0.74642211999999915e2"],["-0.95638061999999991e2","0.74643326000000116e2"],["-0.95624161000000015e2","0.74641662999999994e2"],["-0.95628601000000003e2","0.74640823000000125e2"],["-0.95517501999999922e2","0.74630264000000068e2"],["-0.95497498000000007e2","0.74627197000000137e2"],["-0.95441101000000003e2","0.74613876000000005e2"],["-0.95403609999999958e2","0.74603316999999947e2"],["-0.95334441999999967e2","0.74580825999999945e2"],["-0.95317779999999971e2","0.74573883000000137e2"],["-0.95291945999999939e2","0.74560257000000036e2"],["-0.95260283999999956e2","0.74540543000000071e2"],[-95.25111400000003,74.53414900000007],["-0.95244995000000017e2","0.74527771000000087e2"],["-0.95246383999999978e2","0.74521652000000074e2"],[-95.25111400000003,"0.74516098000000056e2"],["-0.95259170999999981e2","0.74510544000000095e2"],["-0.95271117999999944e2","0.74505554000000018e2"],["-0.95289443999999946e2","0.74501389000000017e2"],["-0.95311110999999983e2","0.74497757000000092e2"]],[["-0.97175827000000027e2",75.24414100000007],["-0.97194442999999978e2","0.75242752000000053e2"],["-0.97216110000000015e2",75.24470500000001],["-0.97225006000000008e2",75.24803199999991],["-0.97231948999999929e2","0.75254440000000045e2"],[-97.27806099999998,"0.75343597000000102e2"],["-0.97275283999999999e2","0.75347487999999998e2"],["-0.97258056999999951e2","0.75349426000000108e2"],["-0.97208617999999944e2","0.75342209000000025e2"],["-0.97190551999999968e2",75.33526599999999],["-0.97161666999999852e2","0.75322220000000073e2"],["-0.97153060999999923e2","0.75315262000000075e2"],["-0.97148894999999925e2","0.75297760000000039e2"],["-0.97146956999999986e2",75.27998400000007],["-0.97147507000000019e2","0.75273880000000077e2"],["-0.97155838000000017e2","0.75255264000000011e2"],["-0.97161666999999852e2","0.75250000000000057e2"],["-0.97175827000000027e2",75.24414100000007]],[[-103.9175029999999,"0.75054977000000008e2"],["-0.10422917199999995e3","0.75018051000000071e2"],[-104.261124,"0.75018326000000116e2"],["-0.10445944199999991e3","0.75028869999999984e2"],[-104.662216,"0.75062485000000038e2"],["-0.10484722899999991e3","0.75109146000000067e2"],["-0.10485722399999992e3","0.75164703000000031e2"],["-0.10482000699999998e3","0.75177765000000022e2"],["-0.10479998799999998e3","0.75189423000000033e2"],["-0.10479305999999997e3","0.75194702000000063e2"],["-0.10474472000000003e3","0.75246093999999971e2"],["-0.10476862299999999e3","0.75281937000000028e2"],["-0.10471083099999993e3","0.75322220000000073e2"],["-0.10468222000000003e3",75.33776899999998],["-0.10467360699999995e3","0.75341660000000047e2"],["-0.10449722299999996e3","0.75406372000000033e2"],["-0.10442804699999994e3","0.75420821999999987e2"],["-0.10437777699999998e3",75.42804000000001],["-0.10433000199999992e3","0.75433043999999938e2"],["-0.10418222000000003e3","0.75435531999999967e2"],["-0.10415177900000003e3","0.75434555000000103e2"],["-0.10411416600000001e3","0.75430267000000072e2"],["-0.10397112299999998e3","0.75404434000000094e2"],[-103.953056,"0.75399994000000106e2"],[-103.935272,"0.75394989000000066e2"],["-0.10384805299999999e3","0.75364990000000034e2"],["-0.10381054699999993e3","0.75348602000000142e2"],["-0.10374166899999994e3","0.75286102000000028e2"],[-103.587219,"0.75169983000000059e2"],["-0.10358306899999997e3","0.75164703000000031e2"],["-0.10359028599999999e3","0.75159424000000058e2"],["-0.10360888699999992e3","0.75149155000000007e2"],[-103.7302929999999,"0.75099990999999989e2"],["-0.10376390100000003e3","0.75088882000000126e2"],["-0.10379943799999995e3","0.75077484000000084e2"],["-0.10381777999999997e3","0.75072494999999947e2"],["-0.10388999899999999e3","0.75058318999999983e2"],[-103.9175029999999,"0.75054977000000008e2"]],[["-0.10017223399999995e3","0.75601379000000009e2"],["-0.10015722700000003e3","0.75589432000000045e2"],["-0.10015778399999994e3","0.75584991000000116e2"],["-0.10017639200000002e3",75.57998699999996],["-0.10023332199999993e3","0.75569153000000085e2"],[-100.383331,"0.75553588999999988e2"],["-0.10045417800000001e3","0.75546371000000022e2"],["-0.10047972099999993e3","0.75545822000000044e2"],["-0.10047556299999997e3","0.75549987999999985e2"],["-0.10045749699999999e3","0.75554152999999985e2"],["-0.10043195299999991e3",75.55831900000004],["-0.10040666199999987e3","0.75561370999999951e2"],["-0.10036110699999995e3","0.75565535999999952e2"],["-0.10031777999999986e3","0.75573043999999982e2"],["-0.10030332900000002e3","0.75577484000000027e2"],[-100.29361,"0.75584427000000005e2"],["-0.10030332900000002e3",75.58859300000006],["-0.10031973299999999e3","0.75590820000000122e2"],["-0.10033917199999996e3","0.75591369999999984e2"],["-0.10036332699999997e3",75.59027100000003],["-0.10052778599999994e3","0.75577208999999982e2"],["-0.10074973299999994e3","0.75558029000000033e2"],["-0.10086527999999998e3","0.75547211000000061e2"],["-0.10088555899999994e3","0.75545822000000044e2"],["-0.10090862300000003e3","0.75546371000000022e2"],[-100.950287,"0.75549713000000111e2"],["-0.10099445300000002e3","0.75554977000000122e2"],["-0.10102333099999993e3","0.75559981999999991e2"],["-0.10103333299999997e3","0.75563034000000073e2"],["-0.10103943600000002e3","0.75567215000000147e2"],["-0.10102583299999998e3","0.75570540999999992e2"],["-0.10084277299999991e3","0.75586929000000055e2"],["-0.10070249899999993e3","0.75588882000000012e2"],["-0.10068055699999996e3","0.75589432000000045e2"],["-0.10065583800000002e3",75.59165999999999],["-0.10064167800000001e3","0.75596100000000035e2"],[-100.62027,"0.75606094000000041e2"],["-0.10059861799999999e3","0.75610259999999926e2"],["-0.10051112399999994e3",75.61914100000007],["-0.10039444700000001e3","0.75623031999999967e2"],["-0.10027639799999997e3","0.75623031999999967e2"],["-0.10023500099999995e3","0.75623031999999967e2"],["-0.10021777299999997e3","0.75621917999999994e2"],[-100.204453,"0.75617477000000065e2"],["-0.10019499200000001e3","0.75613312000000064e2"],["-0.10017223399999995e3","0.75601379000000009e2"]],[["-0.94363892000000021e2","0.75590820000000122e2"],["-0.94326950000000011e2","0.75579711999999972e2"],["-0.94243880999999931e2","0.75549713000000111e2"],["-0.94205275999999913e2","0.75529709000000025e2"],["-0.94010283999999956e2","0.75442200000000071e2"],["-0.93989715999999987e2","0.75434982000000105e2"],["-0.93839721999999938e2","0.75388046000000031e2"],["-0.93742492999999968e2","0.75364426000000094e2"],["-0.93499160999999958e2","0.75264709000000096e2"],["-0.93487502999999947e2","0.75256653000000028e2"],["-0.93493331999999953e2","0.75247207999999944e2"],["-0.93529175000000009e2","0.75176376000000062e2"],["-0.93488892000000021e2","0.75072494999999947e2"],["-0.93434157999999968e2","0.74966385000000002e2"],["-0.93406386999999995e2","0.74883605999999986e2"],["-0.93458053999999947e2","0.74714996000000099e2"],["-0.93462508999999955e2","0.74708602999999925e2"],["-0.93467772999999966e2","0.74703048999999965e2"],["-0.93484726000000023e2","0.74687759000000142e2"],[-93.49610899999999,74.68193100000002],["-0.93530563000000029e2","0.74667755000000056e2"],["-0.93563323999999966e2","0.74659424000000115e2"],["-0.93691665999999941e2",74.63998400000014],["-0.93717223999999874e2","0.74636932000000058e2"],["-0.93741378999999995e2","0.74635543999999982e2"],["-0.94040282999999988e2","0.74640823000000125e2"],["-0.94249999999999886e2","0.74646378000000027e2"],["-0.94388061999999991e2","0.74635269000000108e2"],["-0.94471114999999884e2","0.74626648000000046e2"],["-0.94511947999999961e2","0.74623306000000071e2"],["-0.94547500999999897e2","0.74621368000000132e2"],["-0.94643340999999964e2","0.74623596000000077e2"],["-0.94687774999999931e2",74.62831100000011],["-0.95024718999999948e2","0.74673035000000084e2"],["-0.95080001999999979e2","0.74680817000000047e2"],["-0.95085830999999985e2","0.74687195000000031e2"],["-0.95076949999999954e2","0.74697479000000044e2"],["-0.95072783999999956e2","0.74702209000000096e2"],["-0.95104445999999996e2","0.74744141000000127e2"],["-0.95266402999999912e2","0.74793319999999937e2"],["-0.95283324999999991e2",74.79803499999997],["-0.95298339999999996e2","0.74800262000000032e2"],["-0.95403335999999911e2","0.74803863999999976e2"],["-0.95434158000000025e2","0.74801376000000005e2"],["-0.95457503999999972e2","0.74798324999999977e2"],["-0.95479172000000005e2",74.78804000000008],["-0.95483062999999902e2","0.74783325000000048e2"],["-0.95482772999999952e2","0.74779433999999981e2"],["-0.95475554999999986e2","0.74769989000000066e2"],["-0.95462219000000005e2","0.74756653000000142e2"],["-0.95547226000000023e2","0.74761107999999979e2"],["-0.95625823999999909e2","0.74807480000000055e2"],["-0.95705565999999976e2","0.74829987000000131e2"],["-0.95740828999999906e2",74.82388300000008],["-0.95771392999999932e2","0.74823608000000092e2"],["-0.95864166000000012e2","0.74826096000000064e2"],["-0.95959473000000003e2","0.74856369000000029e2"],["-0.96002501999999879e2","0.74872757000000092e2"],["-0.96006667999999934e2","0.74876923000000147e2"],["-0.96077224999999942e2","0.74902771000000087e2"],["-0.96135283999999899e2","0.74951096000000121e2"],["-0.96141678000000013e2","0.74957214000000079e2"],["-0.96136948000000018e2","0.74963043000000084e2"],["-0.96124709999999936e2","0.74975815000000068e2"],["-0.96094726999999978e2","0.74991364000000033e2"],["-0.96070847000000015e2","0.75001938000000052e2"],["-0.96056380999999988e2","0.75010268999999937e2"],["-0.96055557000000022e2","0.75016097999999943e2"],["-0.96060546999999985e2","0.75019440000000088e2"],[-96.07417299999986,"0.75023605000000089e2"],["-0.96083068999999966e2","0.75024429000000055e2"],["-0.96142226999999991e2","0.75017761000000064e2"],["-0.96147507000000019e2","0.75013611000000083e2"],["-0.96200835999999924e2","0.74954712000000029e2"],["-0.96203339000000028e2","0.74951660000000061e2"],[-96.20666499999993,"0.74943038999999999e2"],["-0.96203887999999949e2",74.93691999999993],["-0.96205840999999964e2",74.92025799999999],["-0.96209732000000031e2","0.74915543000000127e2"],["-0.96221389999999985e2","0.74910263000000043e2"],["-0.96247771999999884e2",74.90554800000001],["-0.96268341000000021e2","0.74903870000000097e2"],[-96.31527699999998,74.90248100000008],["-0.96337219000000005e2","0.74903595000000053e2"],["-0.96357497999999964e2","0.74906647000000021e2"],["-0.96373610999999983e2","0.74910263000000043e2"],["-0.96387221999999952e2","0.74914703000000088e2"],["-0.96396666999999923e2","0.74919708000000128e2"],[-96.40306099999998,"0.74925812000000121e2"],["-0.96386123999999995e2",74.97387700000013],["-0.96357497999999964e2",74.97137500000008],["-0.96341385000000002e2","0.74972487999999998e2"],["-0.96328063999999983e2","0.74974701000000096e2"],["-0.96320557000000008e2","0.74979430999999977e2"],["-0.96318343999999968e2","0.74982208000000071e2"],["-0.96322234999999864e2","0.75001389000000074e2"],["-0.96331115999999895e2","0.75004715000000147e2"],["-0.96476669000000015e2","0.75004440000000102e2"],["-0.96500838999999928e2","0.75002777000000037e2"],["-0.96523055999999997e2","0.74999145999999939e2"],["-0.96533889999999985e2","0.74994705000000067e2"],[-96.55972300000002,"0.74986098999999967e2"],["-0.96580291999999986e2",74.98414600000001],["-0.96599990999999989e2","0.74983322000000044e2"],["-0.96614165999999955e2","0.74984984999999938e2"],["-0.96616942999999992e2","0.74991088999999988e2"],["-0.96604720999999984e2","0.75063309000000004e2"],["-0.96571395999999936e2","0.75101089000000115e2"],["-0.96463057999999933e2",75.19331399999993],["-0.96456389999999999e2","0.75196930000000009e2"],["-0.96378600999999946e2",75.21665999999999],["-0.96077788999999996e2","0.75272491000000059e2"],["-0.95948043999999982e2","0.75283325000000104e2"],["-0.95922500999999954e2","0.75286102000000028e2"],["-0.95903335999999911e2","0.75289978000000076e2"],["-0.95910552999999936e2",75.29525799999999],["-0.95934433000000013e2","0.75297211000000118e2"],["-0.95978058000000033e2","0.75298874000000012e2"],["-0.96026671999999962e2","0.75299149000000057e2"],["-0.96049987999999928e2","0.75296936000000073e2"],["-0.96061935000000005e2","0.75315262000000075e2"],["-0.96003615999999965e2","0.75343047999999953e2"],["-0.95932494999999903e2","0.75353043000000071e2"],["-0.95934714999999983e2","0.75350173999999981e2"],[-95.93472300000002,"0.75347762999999986e2"],["-0.95919998000000021e2",75.34693900000002],["-0.95890288999999996e2","0.75349152000000004e2"],["-0.95887443999999959e2","0.75360268000000133e2"],[-95.83677699999987,"0.75369926000000021e2"],["-0.95830780000000004e2","0.75371429000000035e2"],["-0.95829781000000025e2","0.75372589000000119e2"],[-95.83061199999986,"0.75374428000000023e2"],["-0.95832786999999939e2","0.75375923000000114e2"],["-0.95848274000000004e2","0.75378432999999973e2"],["-0.95906775999999979e2","0.75387428000000057e2"],["-0.95927779999999871e2","0.75398041000000148e2"],["-0.96033324999999934e2",75.40109300000006],["-0.96055267000000015e2","0.75400818000000072e2"],["-0.96078887999999893e2","0.75396103000000039e2"],["-0.96079178000000013e2",75.391098],["-0.96083618000000001e2","0.75385543999999982e2"],["-0.96099730999999963e2","0.75380264000000125e2"],["-0.96126099000000011e2",75.37692300000009],["-0.96151108000000022e2","0.75374984999999924e2"],["-0.96175277999999992e2","0.75379424999999969e2"],["-0.96178878999999995e2","0.75384430000000009e2"],["-0.96161941999999954e2","0.75395537999999988e2"],[-96.14973399999991,"0.75400818000000072e2"],["-0.96135009999999966e2","0.75406372000000033e2"],["-0.96095839999999896e2","0.75417755000000056e2"],[-96.0625,"0.75424988000000099e2"],["-0.95974166999999966e2","0.75436096000000077e2"],["-0.95958344000000011e2","0.75436371000000065e2"],[-95.93638599999997,75.43414300000012],["-0.95874160999999958e2","0.75423874000000069e2"],["-0.95831046999999955e2",75.41531400000008],["-0.95832549999999969e2","0.75413651000000129e2"],[-95.83322099999998,"0.75409988000000112e2"],["-0.95831046999999955e2","0.75406982000000085e2"],["-0.95825881999999979e2","0.75403320000000122e2"],["-0.95814383999999961e2","0.75400322000000074e2"],["-0.95769553999999857e2","0.75400322000000074e2"],["-0.95691100999999946e2",75.40525800000006],["-0.95682495000000017e2","0.75408324999999991e2"],["-0.95676102000000014e2","0.75415817000000118e2"],["-0.95678328999999962e2","0.75421920999999998e2"],[-95.68472300000002,"0.75428314000000114e2"],["-0.95691665999999998e2","0.75429703000000131e2"],["-0.95715835999999911e2","0.75429153000000099e2"],["-0.95734160999999915e2","0.75426085999999998e2"],["-0.95758620999999948e2",75.42553700000002],["-0.95781677000000002e2",75.42804000000001],["-0.95800551999999925e2","0.75431656000000032e2"],["-0.95825011999999958e2","0.75439972000000125e2"],["-0.95830001999999922e2",75.4433140000001],["-0.95836945000000014e2","0.75453598000000113e2"],[-95.83805799999999,"0.75459152000000074e2"],["-0.95835555999999997e2","0.75464431999999988e2"],["-0.95832229999999981e2","0.75470535000000098e2"],["-0.95824172999999973e2","0.75477767999999912e2"],["-0.95800551999999925e2",75.49136400000009],["-0.95762222000000008e2","0.75508041000000048e2"],["-0.95749725000000012e2","0.75513321000000133e2"],["-0.95470000999999968e2","0.75566939999999988e2"],["-0.95275283999999942e2","0.75599426000000051e2"],["-0.95264175000000023e2",75.59387200000009],["-0.95234436000000017e2","0.75584717000000012e2"],["-0.95212783999999999e2","0.75582489000000066e2"],["-0.95178604000000007e2","0.75584427000000005e2"],[-95.12470999999988,75.59526100000005],["-0.95104172000000005e2",75.60026600000009],["-0.95093338000000017e2","0.75603591999999992e2"],["-0.95085830999999985e2","0.75607208000000014e2"],["-0.95084166999999979e2","0.75609146000000123e2"],["-0.95075286999999946e2","0.75614426000000037e2"],["-0.95063323999999909e2","0.75618866000000025e2"],["-0.95044448999999872e2",75.62164300000012],["-0.94917769999999962e2","0.75637207000000046e2"],["-0.94901672000000019e2","0.75637497000000053e2"],["-0.94741378999999938e2",75.62414600000011],["-0.94559722999999963e2","0.75612488000000099e2"],["-0.94511123999999995e2","0.75611099000000081e2"],[-94.46556099999998,"0.75608321999999987e2"],["-0.94404175000000009e2","0.75599152000000117e2"],["-0.94363892000000021e2","0.75590820000000122e2"]],[["-0.95910003999999901e2","0.75560256999999979e2"],["-0.95911117999999988e2","0.75554152999999985e2"],[-95.93472300000002,"0.75540543000000071e2"],["-0.96170837000000006e2","0.75458038000000101e2"],["-0.96220276000000013e2","0.75455551000000071e2"],["-0.96238892000000021e2","0.75456650000000025e2"],["-0.96255004999999983e2","0.75461380000000077e2"],["-0.96399170000000026e2","0.75516388000000063e2"],["-0.96417220999999984e2","0.75523315000000139e2"],[-96.42471299999994,"0.75528595000000053e2"],["-0.96450995999999975e2","0.75529991000000052e2"],["-0.96441161999999963e2","0.75535987999999975e2"],["-0.96415832999999907e2","0.75543648000000132e2"],["-0.96412659000000019e2","0.75546150000000011e2"],["-0.96411666999999909e2","0.75548819999999978e2"],["-0.96417992000000027e2","0.75552658000000065e2"],["-0.96431167999999957e2","0.75555489000000023e2"],["-0.96441832999999974e2","0.75555664000000093e2"],["-0.96450995999999975e2","0.75553154000000063e2"],["-0.96503837999999917e2","0.75535156000000029e2"],["-0.96507995999999935e2","0.75532982000000118e2"],["-0.96518165999999951e2","0.75526320999999996e2"],["-0.96525161999999909e2","0.75519325000000038e2"],["-0.96553603999999893e2","0.75508880999999917e2"],["-0.96552215999999987e2","0.75503326000000015e2"],["-0.96549437999999896e2","0.75497208000000114e2"],["-0.96545546999999999e2","0.75492203000000075e2"],["-0.96541107000000011e2","0.75488037000000134e2"],["-0.96533324999999934e2",75.48275799999999],["-0.96517501999999922e2","0.75478043000000127e2"],["-0.96503341999999975e2","0.75471374999999966e2"],["-0.96500564999999995e2","0.75464996000000099e2"],[-96.50418099999996,"0.75460266000000104e2"],["-0.96511948000000018e2","0.75455826000000059e2"],[-96.65834000000001,"0.75388596000000064e2"],["-0.96833617999999944e2","0.75352478000000019e2"],["-0.96851104999999905e2","0.75350266000000147e2"],["-0.96862212999999997e2","0.75350815000000125e2"],["-0.96876098999999954e2","0.75353591999999992e2"],[-96.93249499999996,"0.75376082999999994e2"],["-0.97030838000000017e2","0.75454437000000041e2"],["-0.97053054999999915e2","0.75492203000000075e2"],["-0.97053054999999915e2","0.75497208000000114e2"],["-0.97006957999999941e2","0.75508331000000112e2"],["-0.96940825999999959e2","0.75521652000000017e2"],["-0.96913619999999923e2","0.75526382000000069e2"],["-0.96891677999999956e2","0.75529160000000047e2"],["-0.96666945999999996e2","0.75552765000000022e2"],["-0.96469382999999993e2","0.75588425000000029e2"],["-0.96466552999999919e2","0.75591933999999924e2"],["-0.96467727999999909e2","0.75599091000000044e2"],["-0.96470054999999888e2","0.75602264000000048e2"],["-0.96422500999999954e2","0.75623596000000077e2"],["-0.96424438000000009e2","0.75635544000000095e2"],["-0.96415008999999941e2","0.75646941999999967e2"],["-0.96396392999999989e2","0.75649994000000049e2"],["-0.96379715000000033e2","0.75651093000000003e2"],["-0.96347228999999913e2","0.75651382000000126e2"],["-0.96335555999999997e2","0.75650818000000015e2"],["-0.96314437999999996e2","0.75647766000000104e2"],["-0.96241104000000007e2","0.75629974000000061e2"],["-0.96133330999999941e2","0.75606644000000074e2"],["-0.96115829000000019e2",75.60386699999998],["-0.96101944000000003e2","0.75603591999999992e2"],["-0.96025436000000013e2","0.75602844000000061e2"],[-95.95777899999996,"0.75583603000000039e2"],["-0.95938889000000017e2","0.75577484000000027e2"],["-0.95923888999999974e2","0.75571655000000021e2"],["-0.95916397000000018e2","0.75566375999999991e2"],["-0.95910003999999901e2","0.75560256999999979e2"]],[["-0.96954453000000001e2","0.75595534999999984e2"],["-0.96975005999999894e2","0.75594711000000018e2"],["-0.96996658000000025e2","0.75597762999999929e2"],["-0.97005004999999983e2","0.75604431000000091e2"],["-0.97001953000000015e2","0.75610809000000074e2"],["-0.96988601999999958e2","0.75618042000000059e2"],["-0.96978607000000011e2","0.75623031999999967e2"],["-0.96960830999999985e2","0.75627472000000125e2"],[-96.779449,75.6602630000001],["-0.96751952999999958e2","0.75664703000000088e2"],["-0.96729720999999984e2","0.75665267999999969e2"],[-96.720551,75.66415399999994],["-0.96715835999999967e2","0.75659988000000055e2"],["-0.96718886999999995e2","0.75653870000000097e2"],["-0.96722305000000006e2","0.75652954000000022e2"],["-0.96740279999999927e2","0.75646941999999967e2"],["-0.96849166999999966e2","0.75613312000000064e2"],["-0.96954453000000001e2","0.75595534999999984e2"]],[["-0.96579177999999899e2","0.75736923000000104e2"],["-0.96696655000000021e2","0.75730819999999994e2"],["-0.96710555999999997e2","0.75733597000000088e2"],["-0.96717223999999987e2","0.75739700000000028e2"],[-96.67860399999995,"0.75777481000000023e2"],["-0.96666945999999996e2","0.75786652000000117e2"],["-0.96660827999999981e2","0.75789429000000041e2"],["-0.96541107000000011e2","0.75822219999999959e2"],["-0.96525283999999942e2","0.75826384999999959e2"],["-0.96507506999999976e2","0.75828323000000125e2"],[-96.48443599999996,"0.75827208999999925e2"],["-0.96468062999999916e2","0.75822495000000004e2"],["-0.96455841000000021e2","0.75817764000000068e2"],["-0.96457503999999972e2","0.75801085999999998e2"],["-0.96459166999999979e2","0.75789429000000041e2"],["-0.96539718999999991e2",75.74331699999999],["-0.96553603999999893e2","0.75738586000000055e2"],["-0.96579177999999899e2","0.75736923000000104e2"]],[["-0.11179998799999998e3",75.839157],[-111.823624,75.83859300000006],["-0.11186582899999996e3","0.75840545999999961e2"],[-111.900284,"0.75843596999999988e2"],["-0.11191722099999993e3","0.75846939000000134e2"],["-0.11192250100000001e3","0.75852767999999969e2"],["-0.11191972399999997e3",75.85775799999999],["-0.11190139799999997e3","0.75863876000000118e2"],["-0.11185665899999992e3","0.75867751999999996e2"],["-0.11179972799999996e3","0.75871093999999971e2"],["-0.11161305199999993e3","0.75881927000000132e2"],["-0.11159528399999999e3","0.75882751000000098e2"],["-0.11158306899999991e3","0.75881927000000132e2"],[-111.5786129999999,"0.75879974000000004e2"],["-0.11158194699999996e3","0.75876083000000108e2"],["-0.11159306300000003e3",75.87303200000008],["-0.11162917299999992e3","0.75856934000000024e2"],["-0.11164806399999998e3","0.75851928999999984e2"],["-0.11175695799999994e3","0.75841659999999933e2"],["-0.11179998799999998e3",75.839157]],[["-0.12234084300000001e3","0.75862761999999975e2"],["-0.12236277799999999e3","0.75858032000000094e2"],["-0.12239862099999993e3","0.75859421000000111e2"],["-0.12266471899999993e3",75.89387499999998],["-0.12269167299999998e3","0.75900269000000037e2"],["-0.12269360399999999e3","0.75902206000000035e2"],["-0.12269554099999993e3","0.75908035000000041e2"],[-122.68277,"0.75911652000000004e2"],[-122.633331,"0.75919708000000071e2"],["-0.12258222999999998e3","0.75921921000000054e2"],["-0.12253751399999993e3","0.75922484999999995e2"],["-0.12237917299999992e3","0.75915817000000004e2"],["-0.12235305800000003e3","0.75914429000000098e2"],[-122.337784,"0.75911377000000016e2"],["-0.12232833900000003e3","0.75905822999999998e2"],["-0.12232417299999997e3","0.75899719000000005e2"],["-0.12233473200000003e3","0.75869141000000013e2"],["-0.12234084300000001e3","0.75862761999999975e2"]],[["-0.12109306299999997e3","0.75726089000000059e2"],[-121.1100009999999,"0.75724700999999982e2"],["-0.12114306599999992e3","0.75725815000000125e2"],["-0.12127555799999993e3","0.75747481999999991e2"],["-0.12128832999999997e3","0.75752777000000037e2"],["-0.12128582799999998e3","0.75758881000000088e2"],["-0.12127194199999997e3","0.75770537999999988e2"],["-0.12126306199999993e3","0.75774154999999951e2"],["-0.12111694299999999e3","0.75795821999999987e2"],["-0.12104332699999992e3","0.75808868000000132e2"],["-0.12102944899999989e3","0.75811371000000122e2"],["-0.12101917299999997e3","0.75818054000000075e2"],["-0.12101500699999997e3","0.75824707000000046e2"],["-0.12100083899999993e3","0.75856644000000017e2"],["-0.12099833699999988e3","0.75867751999999996e2"],["-0.12100695799999988e3","0.75879700000000071e2"],["-0.12101363399999997e3","0.75884720000000073e2"],["-0.12104222099999998e3","0.75894149999999968e2"],["-0.12104750099999995e3","0.75899993999999992e2"],["-0.12104250299999995e3",75.90554800000001],["-0.12103859699999998e3","0.75908325000000104e2"],[-120.997772,"0.75926376000000062e2"],["-0.12098000300000001e3","0.75929427999999973e2"],["-0.12087777699999998e3","0.75936096000000134e2"],["-0.12086776700000001e3","0.75924698000000149e2"],["-0.12086776700000001e3","0.75913315000000125e2"],["-0.12086972000000003e3","0.75881087999999977e2"],["-0.12087110899999993e3",75.87553400000013],["-0.12088474300000001e3","0.75844986000000006e2"],["-0.12089835399999998e3","0.75825821000000019e2"],["-0.12092111199999999e3","0.75803314000000114e2"],["-0.12093804899999998e3","0.75790543000000014e2"],["-0.12099388099999993e3","0.75757767000000115e2"],["-0.12101862299999993e3","0.75744431000000134e2"],["-0.12103278399999994e3","0.75737762000000089e2"],["-0.12105248999999992e3","0.75732758000000103e2"],["-0.12109306299999997e3","0.75726089000000059e2"]],[["-0.95792769999999962e2","0.75899719000000005e2"],["-0.95809432999999956e2","0.75894714000000135e2"],["-0.95818893000000003e2","0.75907211000000075e2"],["-0.95825561999999991e2","0.75913315000000125e2"],["-0.95847777999999892e2","0.75929427999999973e2"],["-0.95862503000000004e2","0.75936096000000134e2"],["-0.95882492000000013e2","0.75941086000000041e2"],["-0.95896956999999986e2","0.75947753999999975e2"],["-0.95899993999999992e2","0.75953873000000044e2"],["-0.95890839000000028e2","0.75959427000000005e2"],["-0.95860001000000011e2","0.75966660000000047e2"],["-0.95796660999999972e2","0.75973312000000078e2"],["-0.95770554000000004e2","0.75974991000000102e2"],["-0.95746947999999918e2",75.97387700000013],[-95.73582499999992,"0.75968323000000112e2"],["-0.95736938000000009e2","0.75962494000000106e2"],["-0.95751952999999958e2","0.75927475000000072e2"],["-0.95761947999999961e2","0.75916092000000049e2"],["-0.95779723999999931e2",75.90498400000007],["-0.95792769999999962e2","0.75899719000000005e2"]],[["-0.94405563000000029e2",75.75082400000008],["-0.94582778999999903e2",75.74581900000004],["-0.94629165999999998e2","0.75746094000000085e2"],["-0.94676102000000014e2","0.75747756999999979e2"],[-94.72084000000001,"0.75753876000000048e2"],["-0.94739440999999999e2",75.75749200000007],["-0.94777495999999928e2","0.75768600000000049e2"],["-0.94795272999999952e2","0.75775818000000072e2"],["-0.94809157999999968e2","0.75782486000000063e2"],["-0.94822234999999978e2","0.75794144000000074e2"],["-0.94898894999999925e2","0.75912765999999976e2"],["-0.94902785999999992e2","0.75919434000000138e2"],["-0.94905272999999966e2","0.75925537000000077e2"],["-0.94906112999999948e2",75.93081699999999],[-94.904449,75.9369200000001],[-94.89527899999996,"0.75942200000000014e2"],["-0.94879989999999964e2","0.75945526000000029e2"],["-0.94865554999999972e2","0.75947478999999987e2"],["-0.94813613999999973e2","0.75950546000000088e2"],["-0.94737777999999992e2","0.75952208999999982e2"],["-0.94699722000000008e2","0.75955551000000128e2"],[-94.53832999999986,"0.75986099000000081e2"],["-0.94481948999999929e2","0.75974426000000051e2"],["-0.94466948999999886e2","0.75968597000000045e2"],["-0.94453338999999914e2","0.75961929000000112e2"],["-0.94449721999999952e2","0.75955261000000121e2"],["-0.94443603999999993e2","0.75938309000000118e2"],["-0.94420272999999952e2","0.75868590999999981e2"],["-0.94410277999999948e2",75.86192299999999],["-0.94370833999999945e2","0.75842209000000082e2"],["-0.94322234999999978e2","0.75814986999999974e2"],["-0.94305557000000022e2",75.80304000000001],["-0.94287780999999939e2","0.75783875000000023e2"],["-0.94288054999999986e2","0.75777481000000023e2"],["-0.94291381999999999e2","0.75772217000000012e2"],["-0.94296950999999979e2","0.75766388000000006e2"],["-0.94310271999999941e2","0.75761383000000137e2"],["-0.94326400999999976e2","0.75757217000000082e2"],["-0.94353881999999942e2","0.75753876000000048e2"],["-0.94405563000000029e2",75.75082400000008]],[[-103.137787,75.74275200000011],["-0.10320667300000002e3",75.74275200000011],[-103.3011019999999,"0.75744705000000067e2"],["-0.10332389799999999e3","0.75747208000000057e2"],["-0.10336888099999999e3","0.75753876000000048e2"],["-0.10338082899999995e3","0.75759430000000009e2"],[-103.382767,"0.75765549000000021e2"],["-0.10331139399999995e3","0.75805252000000053e2"],["-0.10307749899999999e3","0.75890823000000069e2"],["-0.10305943300000001e3","0.75896378000000141e2"],["-0.10303751399999993e3","0.75901657000000114e2"],["-0.10301194799999996e3","0.75906097000000102e2"],["-0.10298693800000001e3","0.75909424000000058e2"],["-0.10269611399999997e3","0.75946640000000002e2"],["-0.10259889199999986e3",75.953598],["-0.10252278099999995e3","0.75958038000000045e2"],["-0.10243360899999999e3","0.75964157000000057e2"],[-102.291382,"0.75977203000000145e2"],["-0.10221749899999998e3","0.75985535000000141e2"],["-0.10219138299999997e3","0.75989699999999971e2"],["-0.10216471899999993e3",75.99054000000001],["-0.10207861300000002e3",75.97137500000008],["-0.10198916599999995e3","0.75950821000000076e2"],["-0.10198332199999987e3","0.75945816000000036e2"],["-0.10198860200000001e3","0.75934418000000051e2"],[-102.020554,"0.75925537000000077e2"],["-0.10209472700000003e3","0.75911652000000004e2"],["-0.10214639299999993e3","0.75903320000000008e2"],["-0.10219638099999997e3","0.75899719000000005e2"],["-0.10229638699999998e3","0.75894989000000123e2"],["-0.10231916799999999e3","0.75893051000000014e2"],["-0.10234665699999999e3","0.75889434999999935e2"],["-0.10239417299999997e3","0.75880814000000044e2"],["-0.10243055699999991e3","0.75869979999999998e2"],["-0.10244082600000002e3",75.86442599999998],["-0.10244943199999994e3",75.85832199999993],["-0.10245584099999996e3","0.75852478000000133e2"],["-0.10246000699999996e3","0.75847214000000122e2"],["-0.10247165699999988e3","0.75818329000000062e2"],["-0.10248277300000001e3","0.75806366000000025e2"],["-0.10249694799999992e3",75.79553199999998],["-0.10250917099999998e3","0.75789429000000041e2"],["-0.10254527300000001e3","0.75779709000000139e2"],["-0.10259028599999994e3","0.75770537999999988e2"],["-0.10261165599999998e3","0.75767211999999972e2"],[-102.636124,"0.75764708999999982e2"],["-0.10286638599999998e3","0.75753601000000003e2"],[-103.015289,"0.75747208000000057e2"],[-103.137787,75.74275200000011]],[["-0.12281916799999999e3",76.06053200000008],["-0.12278056300000003e3","0.76057205000000124e2"],["-0.12268776700000001e3","0.76059982000000048e2"],["-0.12266194200000001e3",76.05693100000002],["-0.12264277599999997e3","0.76052475000000129e2"],["-0.12263082900000001e3","0.76046646000000123e2"],["-0.12272501399999987e3","0.76023605000000089e2"],["-0.12288194299999998e3","0.76011108000000092e2"],["-0.12289250199999998e3","0.76013611000000026e2"],["-0.12289611799999994e3","0.76026931999999988e2"],["-0.12289222699999999e3","0.76031096999999988e2"],["-0.12285082999999997e3","0.76057205000000124e2"],["-0.12281916799999999e3",76.06053200000008]],[["-0.10238999899999993e3","0.76083603000000096e2"],["-0.10237554899999998e3","0.76079163000000108e2"],["-0.10237138399999998e3","0.76079163000000108e2"],["-0.10236805699999996e3","0.76077209000000096e2"],[-102.3563769999999,"0.76075820999999962e2"],["-0.10235333300000002e3","0.76073883000000023e2"],["-0.10233889799999997e3","0.76069443000000035e2"],["-0.10233249699999999e3","0.76065536000000066e2"],["-0.10232167099999998e3","0.76053589000000102e2"],["-0.10231639100000001e3","0.76036925999999994e2"],["-0.10231889299999989e3","0.76031096999999988e2"],[-102.319458,"0.76024704000000042e2"],["-0.10232972699999993e3","0.76015823000000125e2"],["-0.10234388699999994e3","0.76010269000000108e2"],["-0.10236582900000002e3","0.76005829000000119e2"],["-0.10241665599999999e3","0.76000275000000101e2"],["-0.10251722699999993e3","0.75991088999999988e2"],["-0.10256777999999991e3","0.75985535000000141e2"],[-102.695267,"0.75973312000000078e2"],["-0.10271472199999988e3",75.97026100000005],["-0.10273972299999997e3","0.75968048000000124e2"],["-0.10279055800000003e3","0.75961380000000133e2"],["-0.10281139399999995e3","0.75959990999999945e2"],["-0.10293611099999998e3",75.94802900000002],["-0.10301027699999997e3","0.75943038999999942e2"],["-0.10308528099999995e3","0.75935806000000127e2"],["-0.10315695199999993e3","0.75925812000000121e2"],["-0.10321888699999994e3","0.75920258000000103e2"],["-0.10326500699999997e3","0.75914429000000098e2"],["-0.10328943600000002e3","0.75913040000000137e2"],["-0.10333944700000001e3","0.75908035000000041e2"],["-0.10337998999999996e3","0.75906097000000102e2"],["-0.10339639299999993e3","0.75904434000000037e2"],["-0.10343305999999995e3","0.75903320000000008e2"],["-0.10345333899999997e3","0.75901657000000114e2"],["-0.10352443699999998e3",75.89888000000002],["-0.10359277299999997e3","0.75897217000000069e2"],["-0.10361332700000003e3","0.75895538000000101e2"],["-0.10363474300000001e3","0.75891098000000056e2"],["-0.10365556300000003e3","0.75888596000000007e2"],["-0.10369972199999989e3","0.75887496999999996e2"],["-0.10372332799999987e3","0.75889160000000118e2"],["-0.10377111799999994e3","0.75896378000000141e2"],["-0.10381166100000002e3","0.75899428999999941e2"],["-0.10388806199999993e3","0.75898041000000035e2"],["-0.10390194700000001e3","0.75898604999999975e2"],["-0.10391471899999993e3",75.90248100000008],["-0.10391500899999994e3","0.75907760999999937e2"],["-0.10391722099999993e3","0.75913605000000132e2"],["-0.10392555199999998e3","0.75919144000000131e2"],["-0.10393611099999998e3",75.924149],["-0.10396472199999999e3","0.75934418000000051e2"],["-0.10397165699999994e3","0.75938309000000118e2"],["-0.10394220699999994e3","0.75942749000000106e2"],["-0.10390194700000001e3","0.75943862999999908e2"],["-0.10382556199999999e3","0.75950821000000076e2"],["-0.10380248999999998e3","0.75953873000000044e2"],["-0.10378527799999995e3","0.75957489000000066e2"],["-0.10377139299999988e3","0.75963043000000084e2"],["-0.10375834700000001e3","0.75966660000000047e2"],[-103.7083439999999,"0.75972488000000112e2"],["-0.10368776699999989e3",75.97387700000013],[-103.598343,"0.75977203000000145e2"],["-0.10357444799999996e3","0.75976654000000053e2"],["-0.10355471799999998e3","0.75975266000000147e2"],["-0.10352250699999991e3",75.97554000000008],["-0.10349694799999997e3","0.75979980000000069e2"],[-103.474716,"0.75985259999999982e2"],["-0.10345694700000001e3","0.75990814000000114e2"],["-0.10341306299999997e3","0.76001663000000008e2"],["-0.10339138800000001e3","0.76006104000000107e2"],["-0.10336582899999996e3","0.76009429999999952e2"],["-0.10334028599999988e3","0.76013884999999959e2"],["-0.10331500199999999e3","0.76017212000000086e2"],["-0.10329028299999999e3","0.76018599999999992e2"],["-0.10326363399999997e3","0.76019440000000088e2"],["-0.10322138999999993e3","0.76019150000000025e2"],[-103.196663,"0.76020537999999988e2"],["-0.10317887899999999e3","0.76024994000000049e2"],["-0.10315666199999993e3","0.76036652000000061e2"],["-0.10313667299999992e3","0.76041656000000046e2"],[-103.120003,"0.76043320000000051e2"],["-0.10305110200000001e3","0.76043593999999985e2"],["-0.10300639299999995e3","0.76044707999999957e2"],["-0.10298110999999989e3",76.04693600000013],["-0.10295556599999998e3","0.76050261999999975e2"],["-0.10291555800000003e3","0.76060257000000092e2"],["-0.10288971700000002e3","0.76064423000000147e2"],["-0.10286833199999995e3","0.76066940000000045e2"],["-0.10286028299999992e3","0.76066666000000112e2"],["-0.10285582699999992e3","0.76067764000000011e2"],["-0.10275666799999993e3","0.76073044000000095e2"],[-102.708618,"0.76077484000000084e2"],["-0.10268138099999999e3","0.76079163000000108e2"],["-0.10265805099999994e3","0.76082214000000135e2"],["-0.10260777299999995e3","0.76085814999999968e2"],["-0.10253138699999994e3","0.76089431999999931e2"],["-0.10246806300000003e3","0.76090271000000087e2"],["-0.10242804699999999e3","0.76089431999999931e2"],["-0.10240416699999997e3","0.76087769000000037e2"],["-0.10239639299999999e3","0.76086655000000064e2"],["-0.10238999899999993e3","0.76083603000000096e2"]],[["-0.11831639100000001e3",75.57249500000006],["-0.11835472099999993e3","0.75558868000000018e2"],["-0.11858306900000002e3","0.75499419999999986e2"],["-0.11860472099999998e3","0.75496368000000075e2"],[-118.7036129999999,"0.75503052000000082e2"],["-0.11872250400000001e3","0.75504440000000045e2"],["-0.11882749899999999e3","0.75532761000000107e2"],["-0.11887361099999998e3","0.75547484999999995e2"],["-0.11887777699999998e3",75.553314],["-0.11892804699999999e3","0.75562759000000085e2"],["-0.11895305599999995e3","0.75564697000000024e2"],["-0.11908194700000001e3","0.75567764000000125e2"],["-0.11913082900000001e3","0.75566939999999988e2"],["-0.11919695299999995e3","0.75562484999999924e2"],["-0.11922250400000001e3","0.75565262000000018e2"],["-0.11934028599999999e3","0.75579436999999928e2"],["-0.11936749299999991e3",75.58415199999996],["-0.11938333099999994e3","0.75589157000000057e2"],["-0.11939527899999996e3","0.75594711000000018e2"],["-0.11940583800000002e3","0.75600540000000024e2"],[-119.408051,"0.75605820000000108e2"],["-0.11940471600000001e3","0.75611923000000047e2"],["-0.11939750700000002e3","0.75618317000000104e2"],["-0.11937554899999998e3","0.75631088000000034e2"],["-0.11927528399999994e3","0.75674698000000035e2"],["-0.11918831599999987e3","0.75702484000000084e2"],["-0.11911389200000002e3","0.75720535000000041e2"],["-0.11895472699999999e3","0.75778594999999996e2"],["-0.11878888699999999e3","0.75843048000000067e2"],[-118.762787,"0.75856934000000024e2"],["-0.11875834699999996e3","0.75862198000000035e2"],["-0.11875334199999992e3","0.75866379000000109e2"],["-0.11871694899999994e3","0.75882751000000098e2"],["-0.11861916399999996e3","0.75915543000000071e2"],[-118.58139,"0.75924987999999985e2"],["-0.11856388899999996e3","0.75928589000000045e2"],["-0.11840444899999994e3","0.75960815000000082e2"],["-0.11836776699999996e3","0.75966385000000002e2"],["-0.11834028599999999e3","0.75967484000000013e2"],["-0.11819415300000003e3","0.75967484000000013e2"],["-0.11816832699999998e3","0.75968323000000112e2"],["-0.11815222199999994e3",75.97137500000008],["-0.11813751200000002e3","0.75979705999999965e2"],["-0.11813137799999998e3","0.75985535000000141e2"],["-0.11813137799999998e3","0.75991363999999976e2"],["-0.11812748699999992e3","0.75997482000000105e2"],["-0.11810500299999995e3","0.76023880000000077e2"],["-0.11808860800000002e3","0.76029434000000094e2"],["-0.11807140400000003e3","0.76034149000000127e2"],["-0.11803751399999987e3","0.76038315000000011e2"],["-0.11799804699999993e3","0.76039978000000133e2"],["-0.11795722999999992e3","0.76043045000000063e2"],["-0.11793360899999993e3","0.76047485000000052e2"],["-0.11789972699999998e3","0.76057479999999998e2"],["-0.11788971699999996e3","0.76060806000000014e2"],["-0.11788500999999997e3","0.76066086000000098e2"],["-0.11789138799999995e3","0.76072220000000129e2"],["-0.11789277600000003e3","0.76077484000000084e2"],["-0.11788612399999988e3","0.76079712000000029e2"],["-0.11777887699999991e3","0.76108597000000088e2"],["-0.11772609699999998e3","0.76115540000000067e2"],["-0.11770694700000001e3","0.76117203000000018e2"],[-117.662216,"0.76117751999999939e2"],["-0.11764111299999996e3","0.76116652999999985e2"],["-0.11762304699999999e3","0.76114426000000094e2"],["-0.11751944700000001e3","0.76099716000000001e2"],["-0.11749166899999989e3","0.76094986000000119e2"],["-0.11747138999999993e3","0.76088882000000069e2"],["-0.11746389799999997e3","0.76083054000000004e2"],["-0.11748916600000001e3",76.04693600000013],["-0.11757305899999994e3","0.75981934000000081e2"],[-117.681107,"0.75921097000000088e2"],["-0.11770445299999989e3","0.75916930999999977e2"],["-0.11774694799999997e3","0.75910812000000135e2"],["-0.11777555799999993e3",75.89888000000002],["-0.11783833299999998e3","0.75859985000000052e2"],["-0.11793720999999999e3","0.75785262999999986e2"],["-0.11794499199999996e3",75.77915999999999],["-0.11795221700000002e3","0.75771927000000005e2"],["-0.11795638999999994e3","0.75765822999999955e2"],["-0.11795638999999994e3",75.75999500000006],["-0.11797138999999993e3","0.75728867000000037e2"],["-0.11801583899999997e3","0.75699416999999983e2"],["-0.11806220999999999e3","0.75685806000000014e2"],[-118.096947,"0.75678589000000102e2"],["-0.11811389200000002e3","0.75673874000000069e2"],["-0.11814277599999997e3","0.75663879000000122e2"],["-0.11822193900000002e3","0.75633881000000031e2"],["-0.11826363400000002e3","0.75616928000000087e2"],[-118.2675089999999,75.61285399999997],[-118.266953,"0.75609985000000108e2"],["-0.11826834099999991e3",75.59165999999999],["-0.11831639100000001e3",75.57249500000006]],[["-0.78926391999999964e2","0.75875809000000004e2"],["-0.78914169000000015e2",75.87303200000008],["-0.78904174999999896e2","0.75867203000000075e2"],["-0.78881377999999984e2","0.75853317000000061e2"],["-0.78876663000000008e2","0.75849152000000061e2"],["-0.78879439999999931e2","0.75844147000000021e2"],["-0.78897781000000009e2","0.75839706000000092e2"],["-0.78921111999999994e2","0.75837494000000049e2"],["-0.79048889000000031e2","0.75836928999999998e2"],["-0.79067779999999971e2","0.75840271000000143e2"],["-0.79072783999999956e2","0.75844437000000028e2"],["-0.79068618999999956e2","0.75848328000000095e2"],[-79.05749499999996,"0.75853317000000061e2"],["-0.79042495999999915e2","0.75858032000000094e2"],["-0.79021666999999923e2","0.75867477000000008e2"],["-0.79031676999999945e2","0.75870819000000097e2"],[-79.05471799999998,"0.75872757000000036e2"],["-0.79268889999999999e2","0.75875259000000142e2"],["-0.79319457999999941e2",75.87359600000002],["-0.79343063000000029e2","0.75871093999999971e2"],["-0.79361389000000031e2",75.86692800000003],["-0.79408339999999953e2","0.75852767999999969e2"],["-0.79420273000000009e2","0.75848038000000088e2"],["-0.79428054999999972e2","0.75842484000000127e2"],["-0.79458617999999944e2","0.75810806000000071e2"],["-0.79598052999999936e2","0.75861374000000069e2"],["-0.79620270000000005e2","0.75862761999999975e2"],["-0.79705840999999964e2","0.75860535000000084e2"],["-0.79726944000000003e2","0.75861099000000024e2"],["-0.79739990000000034e2",75.86442599999998],["-0.79752227999999889e2","0.75878586000000098e2"],["-0.79580001999999979e2","0.75945251000000042e2"],["-0.79567504999999983e2","0.75949142000000109e2"],["-0.79396956999999986e2","0.76001938000000052e2"],[-79.375,"0.76005554000000075e2"],["-0.79272780999999952e2","0.76028045999999961e2"],["-0.79137786999999946e2","0.76077209000000096e2"],["-0.79129714999999976e2","0.76082763999999997e2"],["-0.79121932999999956e2","0.76088593000000003e2"],["-0.79113051999999925e2","0.76100540000000137e2"],["-0.79091384999999889e2","0.76114426000000094e2"],["-0.79081954999999994e2","0.76116379000000052e2"],["-0.78923888999999974e2","0.76121094000000085e2"],["-0.78904174999999896e2","0.76119705000000067e2"],["-0.78893065999999976e2","0.76115540000000067e2"],["-0.78821670999999924e2","0.76098328000000038e2"],["-0.78805832000000009e2",76.09304800000001],["-0.78798049999999876e2",76.08638000000002],["-0.78799164000000019e2","0.76079987000000074e2"],["-0.78825835999999924e2",76.05802900000009],["-0.78833892999999989e2","0.76052475000000129e2"],[-78.845551,"0.76047485000000052e2"],["-0.78861389000000031e2","0.76043320000000051e2"],["-0.78921660999999915e2","0.76031937000000028e2"],["-0.78998610999999983e2","0.76014998999999989e2"],["-0.79069732999999928e2","0.75998322000000144e2"],["-0.79085007000000019e2","0.75993866000000082e2"],["-0.79144729999999981e2","0.75975266000000147e2"],["-0.79156112999999948e2","0.75969986000000063e2"],["-0.79166655999999932e2","0.75964157000000057e2"],["-0.79171936000000017e2","0.75958878000000084e2"],["-0.79176392000000021e2","0.75952774000000034e2"],["-0.79176940999999943e2","0.75946365000000014e2"],["-0.79174437999999952e2",75.93942300000009],["-0.79168335000000013e2","0.75931931000000134e2"],["-0.79140288999999939e2","0.75918868999999972e2"],["-0.79111938000000009e2","0.75910263000000043e2"],[-79.029449,"0.75888321000000133e2"],["-0.79010284000000013e2","0.75884720000000073e2"],["-0.78989440999999943e2","0.75881927000000132e2"],["-0.78943603999999993e2","0.75878036000000066e2"],["-0.78926391999999964e2","0.75875809000000004e2"]],[["-0.94843613000000005e2","0.76122208000000057e2"],["-0.94831116000000009e2",76.09664900000007],["-0.94870270000000005e2","0.76068877999999984e2"],["-0.94889175000000023e2",76.05802900000009],["-0.94905562999999916e2",76.05386400000009],[-94.92860399999995,"0.76051086000000112e2"],["-0.95006667999999991e2","0.76047485000000052e2"],["-0.95027221999999938e2","0.76047760000000096e2"],["-0.95048888999999974e2","0.76050812000000008e2"],["-0.95062499999999943e2","0.76056090999999981e2"],["-0.95086394999999925e2","0.76068054000000018e2"],["-0.95101943999999946e2",76.07777400000009],["-0.95139724999999999e2","0.76107757999999933e2"],[-95.14416499999993,"0.76111922999999933e2"],["-0.95147232000000031e2","0.76116927999999973e2"],["-0.95146392999999989e2","0.76118042000000003e2"],[-95.12110899999999,"0.76118591000000094e2"],[-95.09445199999999,"0.76113602000000128e2"],["-0.95076949999999954e2","0.76108322000000101e2"],["-0.95060546999999985e2","0.76105819999999994e2"],["-0.95030562999999972e2","0.76104706000000022e2"],["-0.95013061999999934e2","0.76105819999999994e2"],["-0.94992767000000015e2","0.76109421000000054e2"],["-0.94854445999999996e2","0.76136658000000011e2"],["-0.94843613000000005e2","0.76122208000000057e2"]],[["-0.81327788999999996e2","0.76147217000000012e2"],["-0.81338607999999965e2","0.76146378000000084e2"],["-0.81452498999999875e2","0.76155822999999941e2"],["-0.81462508999999955e2",76.15887500000008],["-0.81456954999999994e2","0.76163605000000075e2"],["-0.81415833000000021e2","0.76176926000000037e2"],["-0.81378051999999968e2","0.76184417999999994e2"],["-0.81348891999999978e2","0.76187485000000095e2"],["-0.81294448999999929e2","0.76187759000000028e2"],["-0.81267226999999991e2","0.76187759000000028e2"],["-0.81221663999999976e2","0.76185531999999967e2"],["-0.81203338999999971e2","0.76181091000000038e2"],["-0.81201401000000033e2","0.76177765000000022e2"],["-0.81208617999999944e2","0.76172211000000004e2"],["-0.81306106999999884e2","0.76151093000000117e2"],["-0.81327788999999996e2","0.76147217000000012e2"]],[["-0.10253083800000002e3","0.76223312000000021e2"],["-0.10252722199999994e3","0.76216934000000094e2"],["-0.10253138699999994e3","0.76211655000000121e2"],["-0.10258056599999986e3","0.76152481000000023e2"],[-102.636124,"0.76125534000000073e2"],["-0.10265055799999999e3","0.76119980000000112e2"],["-0.10267138699999998e3","0.76114151000000106e2"],["-0.10273665599999998e3","0.76098601999999971e2"],["-0.10278056300000003e3","0.76089706000000035e2"],["-0.10280638099999999e3","0.76085541000000035e2"],["-0.10285777300000001e3","0.76078873000000101e2"],["-0.10293360899999999e3","0.76070831000000112e2"],["-0.10334221599999995e3","0.76036652000000061e2"],["-0.10336472300000003e3","0.76035812000000021e2"],["-0.10367999299999997e3","0.76034149000000127e2"],["-0.10382000700000003e3","0.76031372000000033e2"],["-0.10386638600000003e3","0.76030823000000055e2"],["-0.10391443599999997e3",76.03166200000004],[-103.962219,"0.76034714000000122e2"],["-0.10397277799999995e3","0.76039703000000088e2"],["-0.10392388899999997e3","0.76040817000000061e2"],["-0.10387832599999996e3","0.76043869000000029e2"],["-0.10386945299999996e3","0.76047485000000052e2"],["-0.10388861099999997e3","0.76049712999999997e2"],["-0.10398332199999999e3","0.76057205000000124e2"],["-0.10406054699999999e3","0.76062195000000031e2"],["-0.10408677699999998e3",76.06053200000008],["-0.10408743999999996e3",76.05819699999995],["-0.10413082899999989e3","0.76056366000000025e2"],["-0.10439111300000002e3","0.76078323000000069e2"],["-0.10440833999999995e3","0.76082214000000135e2"],["-0.10447833300000002e3","0.76135817999999972e2"],["-0.10448277299999995e3","0.76142211999999972e2"],["-0.10446389799999992e3",76.15887500000008],["-0.10445417800000001e3","0.76164429000000041e2"],["-0.10431582600000002e3","0.76208037999999988e2"],["-0.10429804999999993e3","0.76212494000000049e2"],["-0.10427250700000002e3","0.76216095000000109e2"],["-0.10424722300000002e3","0.76218596999999988e2"],["-0.10417223399999995e3","0.76224152000000117e2"],["-0.10414806399999986e3",76.2227630000001],["-0.10407472200000001e3","0.76222213999999951e2"],[-103.9569469999999,"0.76233047000000113e2"],["-0.10391805999999997e3","0.76239975000000129e2"],["-0.10385138699999999e3","0.76250000000000057e2"],["-0.10359445199999999e3",76.26527400000009],["-0.10333693699999998e3",76.27998400000007],["-0.10313137799999993e3","0.76303040000000067e2"],["-0.10311000100000001e3","0.76304703000000018e2"],["-0.10305999799999995e3","0.76306366000000139e2"],["-0.10286472299999997e3","0.76311095999999964e2"],["-0.10281696299999999e3","0.76312194999999974e2"],[-102.765556,"0.76311645999999996e2"],["-0.10272693599999997e3",76.30581699999999],["-0.10266915899999992e3","0.76295822000000101e2"],["-0.10266555799999998e3","0.76294708000000128e2"],["-0.10265222199999994e3","0.76287766000000033e2"],["-0.10264277599999997e3","0.76269989000000123e2"],["-0.10263362100000001e3","0.76257491999999957e2"],["-0.10262554899999992e3","0.76251937999999996e2"],[-102.6036069999999,76.24552900000009],["-0.10255832700000002e3","0.76235809000000017e2"],["-0.10254055799999998e3","0.76229431000000091e2"],["-0.10253083800000002e3","0.76223312000000021e2"]],[["-0.89398894999999982e2",76.43553200000008],["-0.89425003000000004e2",76.43553200000008],["-0.89599166999999966e2","0.76440262000000132e2"],["-0.89613616999999977e2","0.76440811000000053e2"],["-0.89625548999999978e2","0.76444976999999994e2"],["-0.89615004999999996e2","0.76449141999999995e2"],["-0.89559158000000025e2","0.76470535000000098e2"],["-0.89533065999999963e2",76.47665400000011],[-89.49499499999996,"0.76472488000000055e2"],["-0.89488327000000027e2",76.46804800000001],["-0.89465835999999911e2","0.76462203999999986e2"],["-0.89446380999999917e2","0.76457763999999997e2"],[-89.40834000000001,"0.76450546000000145e2"],["-0.89386123999999938e2","0.76447754000000089e2"],["-0.89378051999999968e2","0.76444138000000009e2"],["-0.89380553999999961e2","0.76439147999999989e2"],["-0.89398894999999982e2",76.43553200000008]],[["-0.83962783999999999e2","0.76426375999999948e2"],["-0.83986114999999984e2","0.76423309000000017e2"],["-0.84009170999999924e2","0.76425812000000008e2"],["-0.84109436000000017e2","0.76444427000000132e2"],[-84.12388599999997,"0.76451096000000007e2"],["-0.84139449999999954e2","0.76507217000000082e2"],["-0.84128052000000025e2",76.50999500000006],["-0.84097503999999901e2","0.76506653000000142e2"],["-0.84013625999999931e2","0.76498032000000023e2"],["-0.83992492999999854e2","0.76494980000000112e2"],["-0.83976944000000003e2","0.76491089000000045e2"],["-0.83918334999999956e2","0.76469437000000028e2"],["-0.83908050999999944e2","0.76464996000000099e2"],["-0.83962783999999999e2","0.76426375999999948e2"]],[["-0.10405387899999999e3","0.76563034000000073e2"],["-0.10403388999999999e3","0.76559708000000001e2"],["-0.10387888299999997e3","0.76573608000000092e2"],["-0.10386860699999994e3","0.76579162999999994e2"],["-0.10386665299999993e3","0.76584991000000116e2"],["-0.10387138400000003e3","0.76596649000000127e2"],["-0.10386721799999998e3","0.76603043000000014e2"],["-0.10385944399999994e3","0.76607208000000014e2"],["-0.10382640100000003e3","0.76618317000000047e2"],[-103.804169,"0.76621918000000107e2"],["-0.10378751399999993e3","0.76620529000000147e2"],["-0.10358194699999996e3","0.76547759999999982e2"],["-0.10358805799999993e3","0.76541930999999977e2"],["-0.10359249899999998e3","0.76535812000000135e2"],["-0.10359166700000003e3",76.53137200000009],[-103.587784,"0.76524993999999936e2"],["-0.10357028199999996e3","0.76521103000000096e2"],[-103.404449,"0.76494705000000124e2"],["-0.10338445299999995e3","0.76492203000000018e2"],["-0.10332112100000001e3","0.76494980000000112e2"],["-0.10324500299999994e3","0.76485535000000027e2"],[-103.05777,"0.76457763999999997e2"],["-0.10303666699999991e3","0.76453873000000101e2"],["-0.10301418299999995e3","0.76447754000000089e2"],["-0.10300805699999989e3","0.76441650000000038e2"],["-0.10300446299999999e3","0.76435257000000092e2"],["-0.10300446299999999e3","0.76429977000000008e2"],[-103.011124,"0.76423309000000017e2"],["-0.10301917300000002e3","0.76418045000000063e2"],["-0.10302971599999989e3","0.76412491000000045e2"],[-103.0425029999999,"0.76406372000000033e2"],[-103.098343,"0.76384720000000016e2"],["-0.10317250099999995e3","0.76362762000000032e2"],["-0.10320472699999993e3","0.76354705999999965e2"],[-103.281387,"0.76336929000000112e2"],["-0.10337805200000003e3","0.76325546000000088e2"],["-0.10355444299999999e3","0.76310257000000036e2"],["-0.10370056199999993e3","0.76304152999999985e2"],["-0.10375195299999996e3","0.76303589000000045e2"],[-103.848343,"0.76310257000000036e2"],["-0.10406194299999993e3","0.76317490000000021e2"],["-0.10411165599999998e3","0.76316376000000048e2"],["-0.10433500699999996e3","0.76318603999999993e2"],["-0.10437888299999992e3","0.76323317999999972e2"],[-104.396118,"0.76327774000000034e2"],["-0.10440471599999995e3","0.76333328000000051e2"],[-104.404449,"0.76334427000000005e2"],["-0.10438971700000002e3","0.76342758000000117e2"],["-0.10437581599999993e3","0.76348328000000038e2"],[-104.362213,"0.76352202999999975e2"],["-0.10434333799999996e3","0.76354156000000103e2"],["-0.10432972699999999e3","0.76358032000000037e2"],[-104.328056,"0.76363876000000005e2"],["-0.10439111300000002e3","0.76461105000000032e2"],["-0.10443388399999998e3","0.76484984999999995e2"],["-0.10444888300000002e3","0.76491089000000045e2"],["-0.10447332799999998e3",76.49331699999999],["-0.10448249800000002e3","0.76490540000000124e2"],["-0.10448361199999999e3","0.76485808999999961e2"],["-0.10449749800000001e3","0.76481093999999928e2"],["-0.10452278100000001e3","0.76480545000000006e2"],["-0.10456388900000002e3","0.76482208000000128e2"],["-0.10465888999999987e3","0.76545822000000044e2"],["-0.10466583300000002e3","0.76551651000000049e2"],["-0.10463722200000001e3","0.76603317000000118e2"],["-0.10456304899999998e3","0.76612761999999975e2"],["-0.10453666699999997e3","0.76617203000000075e2"],[-104.445267,"0.76635818000000029e2"],["-0.10440666199999987e3","0.76645538000000101e2"],["-0.10437416100000002e3","0.76655823000000055e2"],["-0.10435193600000002e3","0.76660263000000043e2"],["-0.10431500199999994e3","0.76663879000000122e2"],["-0.10426750199999998e3","0.76667206000000022e2"],["-0.10421665999999999e3","0.76668320000000051e2"],["-0.10413417099999998e3","0.76669434000000024e2"],["-0.10405332899999996e3","0.76664703000000088e2"],[-104.031113,"0.76661652000000061e2"],["-0.10396333299999998e3","0.76649994000000049e2"],["-0.10393971299999998e3","0.76644714000000135e2"],[-103.926941,"0.76638046000000145e2"],[-103.9225009999999,"0.76633605999999986e2"],["-0.10392610200000001e3","0.76621918000000107e2"],["-0.10393831599999999e3","0.76610535000000141e2"],["-0.10395861799999994e3","0.76599152000000117e2"],["-0.10402778599999988e3","0.76579162999999994e2"],[-104.051941,"0.76568878000000041e2"],["-0.10405387899999999e3","0.76563034000000073e2"]],[["-0.98418059999999912e2","0.76668320000000051e2"],["-0.98403885000000002e2","0.76661377000000016e2"],["-0.98413939999999911e2","0.76647491000000059e2"],["-0.98423606999999947e2","0.76641486999999927e2"],["-0.98425780999999972e2",76.63848900000005],["-0.98425277999999992e2",76.63564300000013],["-0.98429169000000002e2","0.76626922999999977e2"],["-0.98419723999999917e2","0.76622482000000048e2"],["-0.98376099000000011e2","0.76611923000000047e2"],["-0.98357773000000009e2","0.76608321999999987e2"],["-0.98281386999999995e2","0.76602203000000145e2"],["-0.98180557000000022e2","0.76586929000000055e2"],["-0.98189712999999983e2","0.76580276000000083e2"],["-0.98242766999999958e2","0.76571655000000135e2"],["-0.98258621000000005e2","0.76573318000000086e2"],["-0.98278335999999967e2","0.76581100000000049e2"],["-0.98298339999999996e2","0.76585266000000104e2"],["-0.98319457999999997e2",76.58859300000006],["-0.98362502999999947e2","0.76593323000000112e2"],["-0.98395554000000004e2","0.76594437000000084e2"],[-98.40194699999995,"0.76591934000000094e2"],["-0.98398894999999925e2","0.76581375000000037e2"],["-0.98378051999999968e2","0.76572220000000016e2"],["-0.98357773000000009e2","0.76565536000000122e2"],["-0.98322784000000013e2","0.76561096000000134e2"],["-0.98080565999999976e2","0.76531097000000102e2"],["-0.97944442999999978e2","0.76518051000000128e2"],["-0.97897780999999895e2","0.76515823000000012e2"],["-0.97807770000000005e2","0.76514435000000105e2"],["-0.97764450000000011e2","0.76510544000000039e2"],["-0.97750290000000007e2","0.76506942999999978e2"],["-0.97693328999999949e2","0.76487762000000089e2"],["-0.97684722999999963e2",76.47164900000007],["-0.97662215999999944e2","0.76425261999999975e2"],["-0.97662505999999894e2","0.76419434000000081e2"],["-0.97670273000000009e2","0.76414992999999981e2"],["-0.97706954999999937e2","0.76405548000000067e2"],["-0.97718886999999995e2",76.40109300000006],["-0.97727218999999991e2","0.76395537999999988e2"],["-0.97731673999999998e2",76.38998400000014],["-0.97761397999999986e2","0.76334991000000002e2"],["-0.97728881999999999e2","0.76282760999999994e2"],["-0.97726104999999905e2","0.76278320000000065e2"],["-0.97699432000000002e2","0.76266663000000108e2"],[-97.64805599999994,"0.76250275000000045e2"],["-0.97610549999999989e2","0.76242203000000075e2"],["-0.97591674999999952e2",76.23692299999999],["-0.97575561999999991e2","0.76231369000000029e2"],["-0.97523055999999997e2","0.76205826000000116e2"],["-0.97516952999999944e2","0.76199997000000053e2"],["-0.97509170999999981e2","0.76188873000000001e2"],["-0.97494994999999903e2","0.76148880000000133e2"],["-0.97494445999999868e2","0.76138885000000073e2"],["-0.97503066999999874e2","0.76127472000000068e2"],["-0.97517776000000026e2","0.76119141000000127e2"],["-0.97542496000000028e2","0.76108322000000101e2"],["-0.97563323999999966e2","0.76097487999999998e2"],["-0.97588333000000034e2","0.76080826000000002e2"],["-0.97656386999999938e2","0.75972762999999986e2"],["-0.97647507000000019e2","0.75944427000000076e2"],[-97.64555399999989,"0.75938873000000058e2"],["-0.97642226999999934e2",75.9327550000001],["-0.97612503000000004e2","0.75901932000000102e2"],["-0.97597778000000005e2","0.75889434999999935e2"],["-0.97597778000000005e2","0.75846939000000134e2"],["-0.97654174999999896e2","0.75798324999999977e2"],["-0.97664169000000015e2","0.75793320000000108e2"],["-0.97693603999999993e2","0.75785812000000078e2"],["-0.97707503999999972e2","0.75783324999999991e2"],["-0.97837219000000005e2","0.75765549000000021e2"],["-0.97913329999999974e2","0.75751663000000065e2"],["-0.97930557000000022e2","0.75746933000000013e2"],["-0.97938598999999954e2","0.75741364000000033e2"],["-0.97870543999999938e2",75.73054499999995],["-0.97827224999999885e2","0.75726929000000098e2"],["-0.97690276999999867e2","0.75720535000000041e2"],["-0.97425551999999982e2","0.75692200000000071e2"],["-0.97404448999999943e2",75.68803400000013],["-0.97386672999999973e2","0.75682754999999986e2"],["-0.97375823999999852e2","0.75676376000000118e2"],["-0.97369995000000017e2","0.75670822000000101e2"],["-0.97368606999999997e2","0.75659424000000115e2"],["-0.97369155999999975e2","0.75653320000000065e2"],["-0.97384734999999978e2","0.75643326000000059e2"],["-0.97394454999999937e2","0.75638321000000019e2"],["-0.97410003999999958e2","0.75620818999999983e2"],[-97.41194200000001,75.61554000000001],["-0.97423889000000031e2","0.75528595000000053e2"],["-0.97422501000000011e2","0.75506377999999984e2"],["-0.97417495999999971e2","0.75494705000000124e2"],["-0.97401397999999858e2","0.75458602999999982e2"],["-0.97398055999999997e2",75.45248400000014],["-0.97378326000000015e2",75.43414300000012],["-0.97349730999999963e2","0.75419983000000002e2"],["-0.97330565999999919e2","0.75414153999999996e2"],["-0.97293883999999991e2","0.75405548000000067e2"],["-0.97285003999999958e2","0.75402205999999978e2"],["-0.97280837999999903e2","0.75396941999999967e2"],["-0.97293334999999956e2","0.75390823000000125e2"],["-0.97305557000000022e2","0.75390274000000034e2"],["-0.97320557000000008e2",75.391098],["-0.97341675000000009e2","0.75393875000000094e2"],["-0.97441665999999998e2","0.75414992999999981e2"],["-0.97469161999999983e2","0.75422760000000096e2"],["-0.97484160999999915e2","0.75429428000000087e2"],[-97.49610899999999,"0.75442200000000071e2"],[-97.49888599999997,"0.75469986000000006e2"],["-0.97496658000000025e2","0.75478592000000106e2"],["-0.97573623999999882e2","0.75513046000000145e2"],["-0.97711944999999901e2","0.75566666000000055e2"],["-0.97728881999999999e2","0.75570267000000058e2"],["-0.97744155999999975e2","0.75571106000000043e2"],["-0.97762511999999958e2","0.75568054000000132e2"],["-0.97818061999999884e2",75.54898100000014],["-0.97827552999999909e2","0.75545815000000005e2"],["-0.97827056999999911e2","0.75539817999999968e2"],["-0.97821724000000017e2","0.75537323000000129e2"],["-0.97811561999999924e2","0.75535156000000029e2"],["-0.97802054999999996e2",75.53532400000006],["-0.97801940999999999e2","0.75524429000000112e2"],["-0.97789992999999924e2",75.51887499999998],["-0.97774169999999913e2","0.75508331000000112e2"],["-0.97758895999999993e2","0.75496643000000063e2"],["-0.97748046999999872e2","0.75484421000000111e2"],["-0.97744720000000029e2","0.75478317000000061e2"],["-0.97743332000000009e2","0.75471924000000115e2"],["-0.97745269999999948e2","0.75466660000000104e2"],["-0.97756392999999946e2","0.75462204000000042e2"],["-0.97783324999999877e2",75.45748900000001],[-97.80749499999996,"0.75456650000000025e2"],["-0.97835830999999985e2","0.75460815000000025e2"],["-0.97840835999999854e2","0.75464996000000099e2"],["-0.97845001000000025e2","0.75469986000000006e2"],["-0.97855674999999906e2","0.75484482000000014e2"],[-97.85600299999993,"0.75487488000000042e2"],["-0.97858001999999885e2","0.75494644000000051e2"],["-0.97859169000000009e2","0.75497985999999969e2"],[-97.86983499999991,"0.75501160000000084e2"],["-0.97882338999999945e2","0.75503494000000103e2"],[-97.90834000000001,"0.75513321000000133e2"],["-0.97932495000000017e2","0.75512496999999996e2"],["-0.97951950000000011e2","0.75507492000000127e2"],["-0.98041672000000005e2","0.75483322000000101e2"],["-0.98043335000000013e2","0.75481368999999972e2"],["-0.97985549999999989e2","0.75457214000000135e2"],["-0.97957503999999915e2",75.44720499999994],["-0.97933318999999983e2","0.75448029000000133e2"],["-0.97911117999999931e2","0.75446090999999967e2"],["-0.97782776000000013e2","0.75428314000000114e2"],["-0.97774718999999948e2","0.75423035000000141e2"],["-0.97793610000000001e2","0.75413040000000024e2"],["-0.97808608999999933e2","0.75408875000000023e2"],["-0.97934432999999899e2","0.75407486000000063e2"],["-0.97984726000000023e2","0.75408875000000023e2"],["-0.98004729999999881e2","0.75413605000000075e2"],["-0.98028060999999923e2","0.75413879000000009e2"],["-0.98019890000000032e2","0.75407042999999987e2"],["-0.98028724999999895e2","0.75404541000000108e2"],["-0.98032386999999915e2","0.75400879000000145e2"],["-0.98029556000000014e2","0.75398375999999985e2"],["-0.98021225000000015e2",75.39521000000002],[-97.96055599999994,"0.75384720000000016e2"],["-0.97920272999999952e2",75.38081399999993],["-0.97901397999999915e2","0.75379974000000061e2"],["-0.97884445000000028e2","0.75376373000000058e2"],["-0.97872771999999998e2",75.37081900000004],["-0.97876662999999894e2","0.75364990000000034e2"],["-0.97887786999999946e2","0.75360535000000027e2"],["-0.97910277999999948e2","0.75356644000000131e2"],["-0.97926392000000021e2",75.35554500000012],["-0.97990554999999972e2","0.75355819999999994e2"],["-0.98042769999999962e2",75.35914600000001],["-0.98070107000000007e2","0.75364700000000028e2"],["-0.98070769999999982e2","0.75367088000000081e2"],["-0.98074112000000014e2","0.75369033999999942e2"],["-0.98082779000000016e2","0.75370033000000035e2"],["-0.98107772999999895e2","0.75371917999999994e2"],["-0.98124709999999993e2","0.75367202999999961e2"],["-0.98136397999999986e2","0.75361923000000104e2"],["-0.98141953000000001e2","0.75356644000000131e2"],["-0.98153610000000015e2","0.75345535000000041e2"],["-0.98165282999999988e2","0.75334152000000017e2"],["-0.98164718999999934e2","0.75329163000000051e2"],["-0.98129165999999998e2",75.30192599999998],["-0.98120543999999995e2","0.75297760000000039e2"],["-0.98101395000000025e2","0.75291931000000034e2"],["-0.98064712999999927e2","0.75285812000000021e2"],["-0.97913054999999986e2","0.75264159999999947e2"],[-97.87388599999997,"0.75270263999999997e2"],["-0.97755843999999911e2","0.75229431000000091e2"],[-97.74360699999994,"0.75224991000000102e2"],["-0.97735001000000011e2","0.75207214000000022e2"],["-0.97736937999999952e2","0.75204437000000098e2"],["-0.97759734999999978e2","0.75188582999999994e2"],["-0.97676940999999999e2","0.75164154000000053e2"],[-97.62860099999989,"0.75151093000000117e2"],["-0.97602492999999924e2","0.75147217000000069e2"],["-0.97597503999999958e2","0.75149155000000007e2"],["-0.97605834999999956e2","0.75158325000000048e2"],["-0.97614440999999886e2","0.75162766000000147e2"],["-0.97613051999999982e2","0.75164703000000031e2"],["-0.97597778000000005e2","0.75164703000000031e2"],["-0.97578613000000018e2",75.15887500000008],["-0.97567779999999971e2","0.75152481000000023e2"],["-0.97567504999999926e2","0.75147491000000002e2"],["-0.97582503999999915e2","0.75137496999999996e2"],["-0.97619445999999925e2","0.75118590999999924e2"],["-0.97639998999999989e2","0.75116379000000052e2"],["-0.97746947999999975e2","0.75111649000000057e2"],["-0.97843886999999938e2","0.75110260000000039e2"],[-97.86250299999989,"0.75111099000000024e2"],["-0.97881377999999927e2",75.11692800000003],["-0.98024719000000005e2","0.75162490999999932e2"],["-0.98033614999999998e2",75.17164600000001],["-0.98034438999999963e2","0.75181656000000089e2"],[-98.02694699999995,"0.75187195000000088e2"],[-98.02027899999996,"0.75196640000000002e2"],["-0.98019164999999987e2","0.75201096000000064e2"],["-0.98025833000000034e2","0.75210815000000082e2"],["-0.98041381999999885e2","0.75216385000000002e2"],["-0.98061661000000015e2",75.22026100000005],["-0.98085281000000009e2",75.2227630000001],["-0.98098617999999931e2",75.2227630000001],["-0.98146666999999866e2","0.75180816999999934e2"],["-0.98146666999999866e2","0.75163879000000065e2"],["-0.98145553999999947e2","0.75159987999999998e2"],["-0.98136123999999995e2","0.75154160000000047e2"],["-0.98121384000000035e2","0.75147491000000002e2"],["-0.98081389999999999e2","0.75130538999999999e2"],["-0.98039169000000015e2","0.75116379000000052e2"],["-0.98025557999999933e2","0.75113601999999958e2"],[-98.00306699999993,"0.75112761999999918e2"],["-0.97981673999999941e2","0.75110809000000017e2"],[-97.966949,"0.75104155999999989e2"],["-0.97947219999999902e2","0.75079987000000074e2"],["-0.97938888999999904e2","0.75069716999999969e2"],["-0.97938598999999954e2","0.75064986999999917e2"],["-0.97945830999999998e2",75.026657],["-0.97949996999999996e2","0.75021103000000039e2"],["-0.97960006999999905e2","0.75017487000000131e2"],["-0.97982497999999907e2","0.75015273999999977e2"],[-98.00306699999993,"0.75015549000000021e2"],[-98.02027899999996,"0.75018326000000116e2"],["-0.98108886999999982e2","0.75022491000000116e2"],["-0.98259170999999924e2","0.75022766000000104e2"],["-0.98276947000000007e2","0.75022217000000012e2"],["-0.98300277999999935e2","0.75021103000000039e2"],["-0.98369719999999973e2","0.75014435000000049e2"],["-0.98444442999999978e2","0.75004990000000134e2"],[-98.46833799999996,"0.75003052000000025e2"],["-0.98634734999999978e2","0.74992477000000065e2"],["-0.98723891999999921e2","0.74989426000000037e2"],["-0.98785004000000015e2","0.74994980000000055e2"],["-0.98985001000000011e2","0.75000000000000114e2"],["-0.99066955999999948e2","0.74996368000000132e2"],["-0.99354445999999882e2","0.74984420999999998e2"],["-0.99376662999999951e2",74.98553499999997],["-0.99394164999999987e2","0.74988037000000077e2"],["-0.99406113000000005e2","0.74993316999999934e2"],["-0.99393615999999952e2","0.75027205999999978e2"],["-0.99387512000000015e2",75.03776600000009],["-0.99335555999999997e2","0.75070541000000105e2"],["-0.99299437999999952e2","0.75092758000000003e2"],[-99.28195199999999,"0.75102768000000083e2"],[-99.27694699999995,"0.75108032000000094e2"],["-0.99272232000000031e2","0.75115814000000057e2"],["-0.99281386999999995e2","0.75122481999999991e2"],["-0.99308043999999995e2","0.75122481999999991e2"],["-0.99325835999999924e2",75.11831699999999],[-99.34056099999998,"0.75113037000000134e2"],["-0.99445540999999935e2","0.75058318999999983e2"],["-0.99482497999999964e2",75.03776600000009],["-0.99496657999999968e2","0.75026382000000012e2"],[-99.5,"0.75020537999999988e2"],["-0.99496108999999933e2","0.75014708999999982e2"],["-0.99480285999999978e2","0.75009155000000135e2"],["-0.99445540999999935e2","0.75003875999999991e2"],["-0.99432495000000017e2","0.75000275000000101e2"],[-99.42721599999993,"0.74996368000000132e2"],["-0.99426391999999964e2","0.74991364000000033e2"],["-0.99538605000000018e2","0.74974152000000004e2"],["-0.99562499999999943e2","0.74972214000000065e2"],["-0.99602782999999988e2","0.74971100000000035e2"],["-0.99619719999999973e2",74.97137500000008],["-0.99701675000000023e2","0.74973602000000142e2"],["-0.99990554999999915e2","0.74984420999999998e2"],["-0.10005722000000003e3","0.74986923000000104e2"],["-0.10014584400000001e3","0.74991088999999988e2"],["-0.10021056399999998e3","0.74997208000000001e2"],["-0.10025306699999993e3","0.75002777000000037e2"],["-0.10034777799999995e3","0.75016937000000098e2"],["-0.10036389200000002e3","0.75021378000000027e2"],["-0.10038945000000001e3","0.75031097000000045e2"],["-0.10039388999999994e3","0.75037201000000039e2"],[-100.396118,"0.75043594000000041e2"],["-0.10039750699999991e3","0.75055542000000059e2"],["-0.10039723199999997e3","0.75066666000000112e2"],["-0.10039472999999998e3","0.75078323000000069e2"],["-0.10038583399999999e3","0.75095535000000098e2"],["-0.10038054699999986e3","0.75101928999999984e2"],["-0.10037805200000003e3","0.75113311999999951e2"],["-0.10039806399999998e3","0.75158600000000092e2"],["-0.10041221599999994e3",75.16804500000012],["-0.10043250299999994e3","0.75173598999999967e2"],["-0.10045333900000003e3","0.75177200000000028e2"],["-0.10047693599999997e3","0.75179428000000144e2"],["-0.10051112399999994e3","0.75184143000000006e2"],["-0.10052834300000001e3","0.75187759000000028e2"],["-0.10054444899999993e3","0.75193039000000113e2"],["-0.10054695099999998e3","0.75199417000000096e2"],["-0.10053859699999998e3","0.75204711999999972e2"],["-0.10046333299999998e3","0.75223602000000085e2"],["-0.10043859900000001e3","0.75226653999999996e2"],["-0.10041722099999998e3","0.75227478000000133e2"],["-0.10032528699999995e3","0.75230545000000063e2"],["-0.10030222299999997e3","0.75230820000000108e2"],["-0.10027999899999998e3",75.22886699999998],["-0.10024833699999999e3","0.75223877000000073e2"],["-0.10022556299999997e3","0.75223037999999974e2"],[-100.031387,"0.75226929000000041e2"],["-0.10000778200000002e3","0.75228043000000014e2"],["-0.99990554999999915e2","0.75231369000000029e2"],["-0.99987777999999992e2","0.75236099000000081e2"],["-0.99995269999999948e2","0.75239975000000129e2"],["-0.10000945300000001e3","0.75242203000000075e2"],["-0.10011945300000002e3","0.75248596000000077e2"],["-0.10020333900000003e3","0.75253326000000072e2"],["-0.10022609699999998e3","0.75254165999999941e2"],[-100.314438,"0.75250824000000023e2"],["-0.10035417200000001e3","0.75251663000000008e2"],["-0.10037554899999986e3","0.75255264000000011e2"],["-0.10039388999999994e3","0.75260269000000108e2"],[-100.406113,"0.75266663000000108e2"],["-0.10040278599999999e3","0.75272491000000059e2"],["-0.10033444199999991e3","0.75274428999999998e2"],["-0.10031166100000002e3","0.75277206000000092e2"],["-0.10029387700000001e3","0.75281371999999976e2"],[-100.279449,"0.75286652000000061e2"],["-0.10025805700000001e3","0.75297760000000039e2"],["-0.10024445299999996e3","0.75308868000000018e2"],["-0.10025723299999993e3","0.75313308999999947e2"],["-0.10028222699999992e3","0.75310257000000036e2"],["-0.10033277900000002e3","0.75302200000000084e2"],["-0.10035944399999994e3","0.75299712999999997e2"],["-0.10049999999999989e3","0.75292480000000012e2"],["-0.10052306399999998e3","0.75293045000000006e2"],["-0.10060888699999998e3","0.75305817000000047e2"],["-0.10062249799999995e3","0.75309143000000063e2"],["-0.10076555599999989e3",75.34637500000008],["-0.10077887699999991e3",75.35054000000008],["-0.10076888999999994e3","0.75355255000000113e2"],["-0.10067639199999996e3","0.75376648000000046e2"],["-0.10065222199999999e3","0.75378585999999984e2"],["-0.10063305700000001e3","0.75378036000000122e2"],["-0.10061805700000002e3","0.75376648000000046e2"],["-0.10060221899999993e3","0.75373596000000134e2"],["-0.10061833199999995e3","0.75368866000000082e2"],[-100.64389,"0.75364700000000028e2"],["-0.10067999299999997e3","0.75361923000000104e2"],["-0.10069833399999993e3","0.75356644000000131e2"],["-0.10068222000000003e3","0.75350266000000147e2"],["-0.10063806199999999e3","0.75345825000000048e2"],["-0.10061472299999997e3","0.75346100000000092e2"],["-0.10059472699999998e3","0.75347487999999998e2"],["-0.10044748699999991e3","0.75369980000000055e2"],[-100.43277,"0.75375259000000028e2"],["-0.10042832899999991e3","0.75380539000000113e2"],["-0.10044055200000003e3","0.75386658000000125e2"],["-0.10056527699999998e3","0.75422211000000004e2"],["-0.10058444199999997e3","0.75426376000000005e2"],["-0.10060694899999999e3",75.42804000000001],["-0.10067555199999993e3","0.75426926000000037e2"],["-0.10071694899999989e3","0.75429153000000099e2"],["-0.10072305299999999e3","0.75432479999999998e2"],["-0.10069776899999999e3","0.75436371000000065e2"],["-0.10067331699999994e3","0.75438582999999937e2"],["-0.10043388399999998e3","0.75445815999999979e2"],["-0.10033972199999999e3","0.75447479000000101e2"],["-0.10027084400000001e3","0.75448593000000074e2"],["-0.10017666600000001e3","0.75449141999999995e2"],["-0.10011138899999997e3","0.75451096000000007e2"],["-0.10006276700000001e3","0.75454437000000041e2"],["-0.10001194800000002e3","0.75461380000000077e2"],["-0.10000917099999992e3","0.75466095000000109e2"],["-0.10001944700000001e3","0.75468596999999988e2"],["-0.10010056299999997e3","0.75470535000000098e2"],["-0.10019193999999999e3","0.75467758000000003e2"],["-0.10021528599999988e3","0.75467758000000003e2"],["-0.10030695300000002e3",75.47164900000007],["-0.10030555699999996e3","0.75473602000000028e2"],["-0.10012999000000002e3","0.75525818000000129e2"],["-0.10003415699999988e3","0.75529433999999981e2"],["-0.99966948999999943e2","0.75533325000000048e2"],["-0.99845000999999968e2","0.75540817000000004e2"],["-0.99831389999999999e2","0.75544144000000131e2"],["-0.99832229999999981e2","0.75545532000000037e2"],["-0.99845000999999968e2","0.75547484999999995e2"],["-0.99856383999999991e2","0.75548035000000027e2"],["-0.99899993999999992e2","0.75547484999999995e2"],["-0.99946655000000021e2","0.75544708000000071e2"],["-0.99990279999999984e2","0.75544434000000138e2"],["-0.10003859699999998e3",75.549149],["-0.10003943600000002e3","0.75554152999999985e2"],["-0.10002806099999998e3","0.75557205000000067e2"],["-0.99823623999999938e2",75.58415199999996],["-0.99800551999999925e2","0.75586655000000121e2"],["-0.99756393000000003e2","0.75588043000000027e2"],["-0.99736938000000009e2","0.75587204000000099e2"],["-0.99712508999999955e2","0.75589157000000057e2"],["-0.99672774999999945e2","0.75606094000000041e2"],["-0.99667770000000019e2","0.75611099000000081e2"],["-0.99685821999999973e2","0.75613876000000005e2"],["-0.99790833000000021e2","0.75616653000000099e2"],[-99.84056099999998,"0.75612488000000099e2"],["-0.99863051999999982e2","0.75614426000000037e2"],["-0.99862503000000004e2","0.75618866000000025e2"],["-0.99823623999999938e2",75.651657],["-0.99817504999999926e2","0.75655258000000003e2"],["-0.99788054999999929e2","0.75658324999999934e2"],["-0.99458617999999944e2","0.75672485000000052e2"],["-0.99226669000000015e2","0.75675537000000134e2"],["-0.99202498999999989e2","0.75675537000000134e2"],["-0.99083617999999944e2","0.75675812000000008e2"],["-0.99033066000000019e2","0.75677200000000084e2"],["-0.98982773000000009e2","0.75681090999999981e2"],["-0.98929717999999923e2","0.75686371000000008e2"],["-0.98905562999999916e2","0.75689972000000068e2"],["-0.98889998999999989e2","0.75695251000000042e2"],["-0.98891388000000006e2","0.75699141999999938e2"],["-0.98907775999999956e2","0.75704712000000029e2"],["-0.98925827000000027e2","0.75707489000000123e2"],["-0.98950286999999889e2","0.75709991000000002e2"],[-98.97193900000002,"0.75710266000000047e2"],["-0.99329453000000001e2","0.75695251000000042e2"],[-99.55749499999996,"0.75691925000000026e2"],["-0.99619995000000017e2","0.75694138000000009e2"],["-0.99643889999999999e2","0.75694138000000009e2"],["-0.99740828999999906e2","0.75690811000000053e2"],[-99.84973100000002,"0.75677475000000072e2"],[-100.031677,"0.75664428999999984e2"],[-100.256393,75.651657],["-0.10037332199999997e3","0.75654709000000082e2"],["-0.10039723199999997e3","0.75654434000000037e2"],["-0.10054028299999993e3","0.75645537999999931e2"],["-0.10062888299999997e3","0.75634720000000129e2"],["-0.10065416699999997e3","0.75631653000000028e2"],["-0.10080471799999998e3","0.75614990000000148e2"],["-0.10082972699999999e3",75.61303700000002],["-0.10122556299999991e3","0.75587494000000106e2"],["-0.10124916100000002e3","0.75587204000000099e2"],["-0.10130638099999999e3","0.75591094999999996e2"],["-0.10137721299999993e3",75.59887700000013],["-0.10138806199999999e3",75.60026600000009],["-0.10147165699999999e3","0.75602203000000145e2"],[-101.4955369999999,"0.75601929000000041e2"],["-0.10174944299999999e3","0.75574432000000058e2"],["-0.10189835399999998e3","0.75556091000000094e2"],["-0.10197250399999996e3","0.75548325000000034e2"],["-0.10199638399999998e3","0.75547211000000061e2"],[-102.06723,"0.75546097000000088e2"],["-0.10213639799999993e3",75.553314],["-0.10215915699999999e3","0.75554977000000122e2"],["-0.10220667300000002e3",75.553314],["-0.10235193599999997e3","0.75542206000000022e2"],["-0.10239916999999997e3","0.75537200999999982e2"],["-0.10244860799999998e3","0.75530547999999953e2"],["-0.10249916099999996e3","0.75521103000000096e2"],["-0.10253415699999999e3","0.75511383000000023e2"],["-0.10267304999999999e3","0.75514709000000039e2"],["-0.10286694299999999e3","0.75601089000000002e2"],["-0.10287805200000003e3","0.75607758000000047e2"],["-0.10288194299999992e3","0.75613312000000064e2"],["-0.10288390400000003e3",75.61914100000007],["-0.10287777699999992e3","0.75624695000000031e2"],["-0.10286054999999999e3",75.62831100000011],[-102.8125,"0.75631088000000034e2"],["-0.10279305999999991e3","0.75630539000000056e2"],["-0.10270140100000003e3","0.75628860000000032e2"],["-0.10268916299999995e3","0.75670532000000094e2"],["-0.10258168000000001e3",75.71276899999998],["-0.10256360599999999e3","0.75718322999999998e2"],["-0.10253888699999993e3",75.72137499999991],["-0.10237748699999992e3","0.75729155999999989e2"],["-0.10235193599999997e3","0.75729155999999989e2"],["-0.10231139400000001e3",75.72665400000011],["-0.10226390100000003e3","0.75721924000000058e2"],["-0.10216832699999992e3","0.75709152000000074e2"],["-0.10215416700000003e3","0.75706100000000106e2"],["-0.10207861300000002e3","0.75688309000000004e2"],["-0.10205776999999995e3","0.75690811000000053e2"],["-0.10203666699999997e3","0.75694138000000009e2"],["-0.10201862299999999e3","0.75699416999999983e2"],["-0.10200917099999998e3","0.75703048999999908e2"],["-0.10200805700000001e3","0.75704987000000074e2"],["-0.10209166699999997e3","0.75721924000000058e2"],[-102.120003,"0.75776382000000012e2"],["-0.10210185200000001e3","0.75784247999999991e2"],["-0.10209361299999989e3","0.75791091999999992e2"],[-102.112213,"0.75793594000000041e2"],["-0.10223277299999995e3","0.75786652000000117e2"],["-0.10228222700000003e3","0.75781937000000084e2"],["-0.10232668299999995e3","0.75779983999999956e2"],["-0.10234388699999994e3","0.75781937000000084e2"],["-0.10236609599999997e3","0.75789978000000019e2"],["-0.10237165800000002e3","0.75795821999999987e2"],["-0.10237332200000003e3","0.75801650999999993e2"],["-0.10237082700000002e3","0.75807480000000055e2"],["-0.10236250299999995e3","0.75818054000000075e2"],["-0.10233944700000001e3","0.75834991000000059e2"],["-0.10231667299999998e3","0.75846649000000127e2"],["-0.10229028299999993e3","0.75857208000000128e2"],["-0.10226640299999997e3",75.86192299999999],["-0.10216306299999997e3","0.75878860000000032e2"],["-0.10213806199999993e3","0.75881087999999977e2"],[-101.864441,"0.75902206000000035e2"],["-0.10182640099999992e3","0.75898331000000042e2"],["-0.10180526700000001e3","0.75891937000000041e2"],["-0.10179943800000001e3","0.75886658000000068e2"],["-0.10177194199999997e3","0.75868590999999981e2"],["-0.10174833699999999e3","0.75859146000000067e2"],["-0.10174109599999991e3","0.75856934000000024e2"],["-0.10155638099999987e3","0.75821105999999986e2"],["-0.10147028399999999e3","0.75772217000000012e2"],["-0.10146888699999994e3","0.75766388000000006e2"],["-0.10145973199999997e3","0.75761107999999922e2"],["-0.10143859900000001e3","0.75755554000000132e2"],["-0.10141416899999996e3","0.75752487000000031e2"],[-101.301941,"0.75746094000000085e2"],[-101.254997,"0.75744705000000067e2"],["-0.10124416400000001e3","0.75746933000000013e2"],["-0.10123388699999998e3","0.75751389000000131e2"],["-0.10120249899999993e3","0.75767211999999972e2"],["-0.10118221999999997e3","0.75779709000000139e2"],["-0.10123110999999994e3","0.75777205999999978e2"],[-101.328056,"0.75774429000000055e2"],["-0.10134777799999995e3","0.75774994000000106e2"],["-0.10135555999999991e3","0.75779433999999924e2"],["-0.10135861199999999e3","0.75784988000000112e2"],["-0.10135193599999991e3","0.75790543000000014e2"],["-0.10134137699999997e3","0.75796097000000032e2"],[-101.326683,"0.75801650999999993e2"],[-101.323624,"0.75807480000000055e2"],["-0.10132501200000002e3","0.75813309000000061e2"],["-0.10133500700000002e3","0.75825272000000098e2"],["-0.10134056099999992e3","0.75830276000000026e2"],["-0.10135637700000001e3","0.75843048000000067e2"],["-0.10136389199999996e3",75.8477630000001],["-0.10137805199999997e3","0.75851928999999984e2"],["-0.10139277600000003e3","0.75854431000000034e2"],["-0.10140833999999995e3","0.75855820000000051e2"],["-0.10142388900000003e3","0.75856369000000029e2"],["-0.10148889199999996e3","0.75854156000000046e2"],["-0.10152694699999995e3",75.85832199999993],[-101.537216,"0.75861374000000069e2"],["-0.10154638699999992e3","0.75867477000000008e2"],["-0.10157917799999996e3","0.75908600000000092e2"],["-0.10156500199999988e3","0.75929703000000018e2"],["-0.10149665800000002e3","0.75954987000000017e2"],["-0.10147778299999999e3",75.96026599999999],["-0.10145221700000002e3","0.75963608000000079e2"],["-0.10139417299999997e3",75.97554000000008],["-0.10130915800000002e3","0.76008330999999998e2"],["-0.10130277999999987e3","0.76013046000000031e2"],["-0.10131582599999996e3","0.76019150000000025e2"],["-0.10133556399999992e3","0.76020827999999995e2"],["-0.10136971999999992e3","0.76016937000000098e2"],["-0.10138249200000001e3","0.76010818000000086e2"],["-0.10139195299999989e3","0.76000549000000035e2"],["-0.10140833999999995e3","0.75995529000000147e2"],["-0.10161721799999998e3","0.75980820000000108e2"],[-101.641953,"0.75979705999999965e2"],["-0.10167832900000002e3","0.75979705999999965e2"],["-0.10168388399999998e3","0.75980270000000075e2"],[-101.728882,"0.75987488000000099e2"],["-0.10180638099999999e3","0.76007492000000013e2"],["-0.10183249699999999e3","0.76016662999999994e2"],["-0.10184889199999992e3","0.76024704000000042e2"],["-0.10189362299999993e3","0.76060257000000092e2"],["-0.10190055799999999e3","0.76066666000000112e2"],["-0.10190722700000003e3","0.76078598000000056e2"],["-0.10190862299999998e3","0.76084427000000062e2"],["-0.10190750099999997e3","0.76096100000000092e2"],["-0.10190222199999999e3","0.76107757999999933e2"],["-0.10188861099999991e3","0.76119141000000127e2"],[-101.761124,"0.76174148999999943e2"],["-0.10171140300000002e3","0.76184708000000001e2"],[-101.685272,"0.76187759000000028e2"],["-0.10160833699999995e3","0.76194427000000019e2"],["-0.10153362299999998e3","0.76205261000000064e2"],["-0.10148860200000001e3","0.76213608000000022e2"],["-0.10146556099999998e3","0.76218872000000033e2"],["-0.10139611799999989e3","0.76243317000000047e2"],["-0.10138500999999997e3","0.76248871000000065e2"],[-101.387787,"0.76251937999999996e2"],["-0.10144193999999993e3","0.76241653000000042e2"],["-0.10149694799999992e3","0.76233871000000079e2"],["-0.10169888299999997e3","0.76219437000000084e2"],["-0.10174973299999999e3","0.76215820000000122e2"],["-0.10177471899999995e3","0.76215546000000018e2"],[-102.051941,"0.76213608000000022e2"],["-0.10211444099999994e3","0.76215546000000018e2"],["-0.10213305699999989e3","0.76219986000000006e2"],["-0.10214835399999998e3","0.76226653999999996e2"],["-0.10216583300000002e3","0.76238312000000008e2"],["-0.10215972899999997e3","0.76243042000000059e2"],["-0.10213362100000001e3","0.76246368000000075e2"],["-0.10208222999999998e3","0.76250824000000023e2"],["-0.10206388899999996e3","0.76255264000000011e2"],["-0.10205803700000001e3","0.76259155000000078e2"],["-0.10200110599999999e3","0.76352768000000026e2"],[-102.029449,76.3808140000001],[-102.051941,76.38638300000008],["-0.10205332900000002e3","0.76392211999999915e2"],["-0.10205082700000003e3","0.76398041000000148e2"],["-0.10203999299999998e3","0.76403595000000109e2"],["-0.10201862299999999e3","0.76409423999999944e2"],["-0.10188583399999993e3","0.76444976999999994e2"],["-0.10186221299999994e3","0.76450272000000041e2"],["-0.10180832699999996e3","0.76454163000000108e2"],["-0.10178333299999991e3","0.76454437000000041e2"],["-0.10167111199999999e3","0.76449141999999995e2"],["-0.10145667300000002e3","0.76436371000000065e2"],["-0.10143472300000002e3","0.76434418000000107e2"],["-0.10141166699999997e3","0.76430817000000047e2"],["-0.10131582599999996e3","0.76414428999999984e2"],["-0.10130249000000003e3","0.76408324999999991e2"],["-0.10129138199999994e3",76.401657],["-0.10128362300000003e3","0.76396102999999982e2"],["-0.10127667200000002e3","0.76389435000000049e2"],["-0.10124027999999993e3","0.76371643000000006e2"],["-0.10122805800000003e3","0.76366928000000144e2"],["-0.10120612299999993e3","0.76361374000000126e2"],["-0.10113694799999996e3","0.76350815000000068e2"],["-0.10106806899999998e3","0.76331940000000145e2"],["-0.10105832700000002e3","0.76326935000000105e2"],["-0.10109388699999994e3",76.283051],["-0.10100446299999993e3","0.76237761999999975e2"],[-100.98111,"0.76235260000000096e2"],["-0.10092832899999996e3","0.76225815000000011e2"],["-0.10091000399999996e3","0.76222213999999951e2"],["-0.10086582900000002e3","0.76212204000000042e2"],[-100.783073,"0.76191085999999984e2"],["-0.10075110599999994e3",76.18220500000001],["-0.10071056399999998e3","0.76166381999999999e2"],["-0.10063027999999991e3","0.76133331000000055e2"],["-0.10043998699999992e3",76.105255],["-0.10031582600000002e3","0.76051376000000118e2"],["-0.10030943299999996e3","0.76048035000000084e2"],["-0.10013166799999993e3","0.75952484000000027e2"],[-100.047234,"0.75913879000000065e2"],["-0.99982498000000021e2","0.75890548999999908e2"],["-0.99888335999999981e2","0.75886383000000023e2"],["-0.99753615999999909e2","0.75906372000000147e2"],["-0.99730834999999956e2","0.75910538000000031e2"],[-99.71556099999998,"0.75916092000000049e2"],["-0.99678328999999962e2","0.75931366000000139e2"],["-0.99587783999999999e2",75.94999700000011],["-0.99508621000000005e2","0.75957489000000066e2"],["-0.99483611999999937e2","0.75958603000000039e2"],["-0.99457503999999972e2","0.75961380000000133e2"],["-0.99442490000000021e2","0.75965819999999951e2"],["-0.99439437999999996e2","0.75970534999999984e2"],[-99.45461999999992,"0.75974808000000053e2"],["-0.99494445999999982e2","0.75973602000000085e2"],["-0.99657776000000013e2","0.75961380000000133e2"],["-0.99785277999999948e2","0.75951385000000016e2"],["-0.99811110999999983e2","0.75948317999999915e2"],["-0.99859436000000017e2","0.75935256999999979e2"],[-99.86332699999997,"0.75935532000000023e2"],["-0.99898620999999991e2","0.75950271999999984e2"],["-0.10007749899999999e3","0.76038879000000122e2"],["-0.10008249699999999e3","0.76043869000000029e2"],["-0.10009221600000001e3","0.76054977000000008e2"],["-0.10014222699999999e3","0.76112198000000149e2"],["-0.10015278599999994e3","0.76132477000000108e2"],["-0.10012499999999994e3","0.76148880000000133e2"],["-0.10010388199999994e3","0.76153320000000008e2"],["-0.10007167099999998e3","0.76155822999999941e2"],[-100.031113,"0.76155548000000124e2"],["-0.10001139799999999e3",76.15387000000004],["-0.99868332000000009e2","0.76139984000000027e2"],["-0.99730834999999956e2","0.76117477000000122e2"],["-0.99680832000000009e2","0.76118591000000094e2"],["-0.99650832999999977e2","0.76127472000000068e2"],["-0.99609160999999972e2","0.76135817999999972e2"],["-0.99556106999999997e2","0.76141663000000051e2"],["-0.99502227999999945e2","0.76146103000000039e2"],["-0.99483062999999902e2","0.76146942000000024e2"],["-0.99429717999999923e2",76.15387000000004],["-0.99414444000000003e2","0.76158325000000048e2"],["-0.99421386999999925e2","0.76160262999999986e2"],["-0.99445267000000001e2",76.16137700000013],["-0.99498885999999914e2","0.76157761000000107e2"],["-0.99548888999999974e2","0.76153320000000008e2"],["-0.99668059999999912e2","0.76139709000000039e2"],["-0.99693054000000018e2","0.76138596000000121e2"],[-99.716949,"0.76139709000000039e2"],["-0.99874434999999892e2",76.17053199999998],["-0.99915833000000021e2","0.76180267000000072e2"],["-0.99948882999999967e2","0.76189697000000137e2"],["-0.10015028399999994e3",76.1933140000001],["-0.10017832900000002e3",76.19081100000011],["-0.10020140099999998e3","0.76189972000000012e2"],["-0.10022556299999997e3",76.19081100000011],["-0.10043888900000002e3","0.76212494000000049e2"],["-0.10047222899999991e3","0.76226378999999952e2"],["-0.10049861099999998e3","0.76237761999999975e2"],["-0.10051278699999989e3","0.76249146000000053e2"],[-100.514183,"0.76254166000000112e2"],["-0.10051112399999994e3","0.76259720000000129e2"],["-0.10049944299999999e3",76.26527400000009],[-100.465012,"0.76274993999999992e2"],["-0.10043804899999998e3","0.76278870000000097e2"],["-0.10041665599999999e3","0.76280272999999966e2"],["-0.10036638600000003e3","0.76281661999999983e2"],["-0.10026917300000002e3","0.76278595000000053e2"],["-0.10018276999999995e3","0.76270828000000108e2"],[-100.111107,"0.76266388000000063e2"],["-0.99895553999999947e2","0.76274703999999986e2"],[-99.86999499999996,"0.76275817999999958e2"],["-0.99844727000000034e2","0.76280272999999966e2"],["-0.99848617999999931e2","0.76283874999999966e2"],["-0.10003859699999998e3","0.76318878000000097e2"],["-0.10027722199999994e3","0.76378585999999984e2"],["-0.10030166600000001e3","0.76382750999999985e2"],["-0.10032362399999994e3","0.76384155000000135e2"],["-0.10035056299999991e3","0.76384430000000009e2"],["-0.10037444299999999e3","0.76382750999999985e2"],["-0.10048137700000001e3","0.76373871000000122e2"],["-0.10055332899999996e3","0.76371094000000028e2"],["-0.10067360699999995e3","0.76371917999999994e2"],["-0.10069444299999998e3","0.76374985000000095e2"],["-0.10095249899999999e3","0.76474700999999982e2"],["-0.10097222899999997e3","0.76485260000000039e2"],["-0.10098388699999992e3","0.76494430999999963e2"],["-0.10098554999999993e3","0.76499145999999996e2"],["-0.10098249800000002e3","0.76504990000000021e2"],[-100.962784,"0.76510268999999994e2"],["-0.10093943799999988e3","0.76514435000000105e2"],["-0.10089277600000003e3","0.76519440000000145e2"],["-0.10082972699999999e3","0.76519714000000079e2"],["-0.10080526700000001e3","0.76522217000000069e2"],[-100.737213,"0.76531097000000102e2"],["-0.10072083999999995e3","0.76546097000000032e2"],["-0.10072341899999998e3","0.76551094000000148e2"],["-0.10072332799999992e3","0.76556091000000038e2"],["-0.10071250899999995e3","0.76560531999999967e2"],["-0.10065306099999992e3","0.76576385000000016e2"],["-0.10045861799999994e3","0.76613602000000014e2"],[-100.383827,"0.76627502000000106e2"],["-0.10036389200000002e3","0.76631087999999977e2"],[-100.318893,"0.76635544000000095e2"],["-0.10021665999999988e3","0.76643051000000014e2"],["-0.10019193999999999e3","0.76642212000000086e2"],["-0.10005222300000003e3","0.76631363000000022e2"],["-0.99981673999999998e2","0.76622207999999944e2"],["-0.99911117999999988e2",76.61303700000002],["-0.99885009999999909e2","0.76610535000000141e2"],["-0.99837783999999886e2","0.76608596999999975e2"],["-0.99811385999999914e2","0.76609710999999947e2"],["-0.99796111999999994e2","0.76613875999999948e2"],["-0.99795272999999952e2","0.76618317000000047e2"],["-0.99770554000000004e2","0.76627762000000132e2"],["-0.99741942999999992e2","0.76632751000000098e2"],["-0.99725829999999917e2","0.76634720000000129e2"],["-0.99684433000000013e2","0.76633331000000112e2"],["-0.99588333000000034e2","0.76623871000000065e2"],["-0.99569457999999997e2","0.76620529000000147e2"],["-0.99366942999999935e2","0.76526382000000069e2"],["-0.99256957999999941e2","0.76470535000000098e2"],["-0.99260559000000001e2","0.76464706000000092e2"],["-0.99255279999999914e2","0.76453598000000056e2"],["-0.99184433000000013e2","0.76415817000000118e2"],["-0.99163619999999923e2","0.76409149000000127e2"],[-99.12332200000003,"0.76400818000000015e2"],["-0.99099990999999989e2","0.76398041000000148e2"],["-0.99079726999999991e2","0.76397217000000012e2"],["-0.99066101000000003e2","0.76398605000000089e2"],[-99.06639100000001,"0.76404434000000094e2"],["-0.99083617999999944e2","0.76416092000000106e2"],["-0.99110001000000011e2","0.76426650999999993e2"],["-0.99118332000000009e2","0.76433044000000109e2"],["-0.99137221999999952e2","0.76451934999999992e2"],["-0.99133895999999993e2","0.76456650000000025e2"],["-0.99122498000000007e2","0.76461105000000032e2"],["-0.98994155999999975e2","0.76471099999999922e2"],["-0.98980834999999956e2",76.47164900000007],["-0.98955276000000026e2","0.76469147000000021e2"],["-0.98946945000000028e2","0.76463042999999971e2"],["-0.98948043999999925e2",76.45277399999992],["-0.98950286999999889e2","0.76446365000000071e2"],["-0.98943603999999993e2","0.76440811000000053e2"],["-0.98925827000000027e2",76.43609600000002],["-0.98906386999999881e2","0.76433318999999983e2"],["-0.98882767000000001e2","0.76431366000000025e2"],["-0.98857773000000009e2","0.76431366000000025e2"],["-0.98846114999999998e2",76.43609600000002],["-0.98856110000000001e2","0.76463882000000126e2"],["-0.98865279999999927e2","0.76469147000000021e2"],["-0.98898620999999991e2","0.76481093999999928e2"],["-0.98953888000000006e2","0.76499145999999996e2"],["-0.99038054999999986e2","0.76529708999999968e2"],["-0.99050551999999982e2","0.76536102000000142e2"],["-0.99051940999999999e2","0.76539978000000019e2"],["-0.99027221999999938e2","0.76601088999999945e2"],["-0.98999160999999958e2","0.76604980000000012e2"],["-0.98971663999999976e2","0.76607758000000047e2"],[-98.86082499999992,76.61442599999998],["-0.98714721999999938e2","0.76614150999999993e2"],["-0.98611114999999984e2","0.76610260000000096e2"],["-0.98589172000000019e2","0.76611374000000069e2"],[-98.56639100000001,"0.76613602000000014e2"],["-0.98538894999999968e2","0.76616379000000109e2"],["-0.98518065999999976e2","0.76621368000000075e2"],["-0.98511123999999995e2","0.76625259000000142e2"],["-0.98489731000000006e2","0.76644707000000096e2"],[-98.48832699999997,"0.76650818000000015e2"],["-0.98546951000000035e2","0.76658035000000098e2"],["-0.98591109999999901e2","0.76661652000000061e2"],["-0.98595000999999968e2","0.76659424000000115e2"],["-0.98592498999999975e2","0.76653870000000097e2"],["-0.98598617999999988e2","0.76651093000000003e2"],["-0.98623046999999872e2","0.76647217000000126e2"],["-0.98674438000000009e2",76.64387499999998],["-0.98744445999999982e2",76.64387499999998],["-0.98814163000000008e2","0.76653595000000053e2"],["-0.98851105000000018e2","0.76661652000000061e2"],["-0.98857773000000009e2","0.76663879000000122e2"],["-0.98855834999999956e2",76.67025799999999],["-0.98852492999999924e2","0.76671646000000067e2"],["-0.98821395999999936e2","0.76676925999999924e2"],["-0.98733611999999994e2","0.76682754999999986e2"],["-0.98712509000000011e2","0.76683044000000052e2"],["-0.98504729999999938e2","0.76681090999999924e2"],["-0.98480285999999921e2","0.76679152999999985e2"],["-0.98439986999999974e2","0.76673035000000084e2"],["-0.98418059999999912e2","0.76668320000000051e2"]],[["-0.99996947999999975e2","0.76734420999999998e2"],["-0.99976395000000025e2","0.76733597000000032e2"],[-99.86999499999996,"0.76736374000000126e2"],["-0.99819457999999884e2","0.76738312000000064e2"],["-0.99748336999999992e2",76.74275200000011],["-0.99720839999999953e2",76.74581900000004],["-0.99693877999999984e2","0.76747756999999979e2"],["-0.99646392999999989e2","0.76748031999999967e2"],["-0.99622498000000007e2",76.7452550000001],["-0.99528884999999946e2",76.72554000000008],["-0.99447768999999994e2","0.76706100000000106e2"],["-0.99430556999999965e2","0.76699416999999926e2"],["-0.99433883999999978e2",76.69470200000012],[-99.52806099999998,76.67442299999999],["-0.99556106999999997e2","0.76670532000000094e2"],["-0.99581680000000006e2",76.67025799999999],["-0.99626937999999996e2","0.76673035000000084e2"],["-0.99657776000000013e2","0.76677765000000079e2"],["-0.99733321999999987e2","0.76702484000000027e2"],["-0.99888389999999902e2","0.76718651000000136e2"],["-0.99900222999999926e2",76.72015399999998],["-0.99915557999999976e2",76.72015399999998],["-0.10001112399999988e3","0.76719147000000135e2"],["-0.10002999899999992e3","0.76715820000000008e2"],["-0.10005139200000002e3","0.76715546000000074e2"],["-0.10009750400000001e3","0.76717209000000025e2"],["-0.10012138399999998e3","0.76719711000000075e2"],[-100.128601,"0.76721924000000058e2"],["-0.10012805199999997e3","0.76723038000000031e2"],["-0.10010193599999997e3","0.76744705000000067e2"],["-0.10008277899999996e3","0.76748031999999967e2"],["-0.10005526700000001e3",76.75082400000008],["-0.10003778099999988e3","0.76751389000000131e2"],["-0.99999434999999949e2","0.76751099000000067e2"],["-0.99972228999999913e2","0.76747208000000001e2"],["-0.99975006000000008e2","0.76742477000000065e2"],["-0.99994155999999975e2","0.76739151000000049e2"],[-100.004997,"0.76735535000000027e2"],["-0.99996947999999975e2","0.76734420999999998e2"]],[["-0.12088362100000001e3","0.76739700000000028e2"],[-120.886124,"0.76728591999999992e2"],["-0.12090334299999995e3","0.76723876999999959e2"],["-0.12094499199999996e3","0.76717758000000117e2"],["-0.12097000100000002e3","0.76716660000000047e2"],["-0.12109084299999989e3",76.71887200000009],["-0.12111749299999991e3","0.76719711000000075e2"],["-0.12116000400000001e3","0.76723312000000135e2"],["-0.12118110699999994e3","0.76727203000000031e2"],["-0.12118472299999991e3","0.76731094000000098e2"],["-0.12118167099999999e3","0.76732208000000071e2"],["-0.12115666199999998e3","0.76733597000000032e2"],["-0.12112832600000002e3","0.76730819999999994e2"],[-121.083618,"0.76729155999999932e2"],["-0.12105972300000002e3","0.76731369000000086e2"],["-0.12105638099999999e3","0.76732483000000059e2"],["-0.12101806599999998e3","0.76751389000000131e2"],["-0.12099082900000002e3","0.76754715000000147e2"],["-0.12097833300000002e3","0.76755264000000068e2"],["-0.12091443599999997e3","0.76754165999999998e2"],["-0.12089083900000003e3","0.76749710000000107e2"],["-0.12088474300000001e3","0.76745529000000033e2"],["-0.12088362100000001e3","0.76739700000000028e2"]],[["-0.10138054699999992e3","0.76553588999999988e2"],["-0.10140416699999997e3","0.76552765000000022e2"],["-0.10145388799999989e3","0.76554153000000099e2"],["-0.10154083300000002e3","0.76560806000000071e2"],["-0.10156471299999993e3","0.76563599000000067e2"],["-0.10162332199999992e3","0.76572768999999937e2"],["-0.10168831599999999e3","0.76586380000000077e2"],["-0.10157556199999999e3","0.76614150999999993e2"],["-0.10152194199999991e3","0.76623871000000065e2"],["-0.10138583399999993e3","0.76642487000000074e2"],["-0.10131777999999991e3","0.76642761000000007e2"],["-0.10121362299999993e3","0.76651931999999988e2"],["-0.10105999800000001e3","0.76685805999999957e2"],["-0.10104250300000001e3","0.76690536000000009e2"],["-0.10103943600000002e3","0.76696365000000014e2"],["-0.10104028299999993e3","0.76702209000000039e2"],["-0.10103307299999994e3","0.76708038000000045e2"],["-0.10100583599999993e3",76.71887200000009],["-0.10098361199999999e3","0.76724700999999925e2"],["-0.10095749699999999e3","0.76729155999999932e2"],["-0.10090249599999993e3","0.76736374000000126e2"],["-0.10074388099999999e3","0.76753326000000129e2"],["-0.10069193999999999e3","0.76754715000000147e2"],["-0.10053443900000002e3","0.76757217000000026e2"],["-0.10050917099999992e3","0.76756378000000097e2"],[-100.484734,"0.76754715000000147e2"],["-0.10026888999999989e3","0.76737198000000092e2"],["-0.10024889400000001e3","0.76734711000000061e2"],["-0.10025917099999998e3","0.76728591999999992e2"],["-0.10026666299999999e3","0.76726379000000065e2"],["-0.10029305999999997e3","0.76721924000000058e2"],[-100.297234,"0.76721924000000058e2"],[-100.31723,"0.76716660000000047e2"],["-0.10048721299999988e3","0.76684418000000051e2"],[-100.761124,"0.76635818000000029e2"],["-0.10092304999999999e3","0.76610260000000096e2"],["-0.10119275699999997e3","0.76571381000000031e2"],["-0.10127390300000002e3","0.76560806000000071e2"],[-101.326683,"0.76556366000000082e2"],["-0.10138054699999992e3","0.76553588999999988e2"]],[["-0.89934432999999956e2",76.47665400000011],["-0.89978881999999999e2","0.76469711000000132e2"],["-0.89999725000000012e2","0.76470260999999994e2"],["-0.90040833000000021e2","0.76476928999999927e2"],["-0.90081680000000006e2","0.76484984999999995e2"],["-0.90151108000000022e2","0.76504439999999988e2"],["-0.90184433000000013e2","0.76515274000000034e2"],[-90.21444699999995,"0.76528594999999996e2"],["-0.90226669000000015e2","0.76535538000000031e2"],["-0.90412216000000001e2","0.76636108000000036e2"],["-0.90478058000000033e2","0.76662200999999982e2"],["-0.90504456000000005e2","0.76675261999999918e2"],[-90.56361400000003,"0.76709991000000002e2"],["-0.90573333999999988e2","0.76715820000000008e2"],[-90.59445199999999,"0.76729705999999965e2"],["-0.90600280999999939e2","0.76734984999999995e2"],["-0.90600829999999974e2","0.76741088999999988e2"],["-0.90599990999999989e2","0.76746643000000006e2"],["-0.90597777999999948e2","0.76750000000000114e2"],[-90.58666999999997,"0.76761383000000137e2"],["-0.90579178000000013e2","0.76766937000000098e2"],[-90.57028200000002,"0.76771927000000005e2"],["-0.90544448999999986e2","0.76783051000000057e2"],["-0.90510284000000013e2","0.76793320000000108e2"],["-0.90474716000000001e2","0.76799713000000054e2"],["-0.90230559999999969e2","0.76828048999999965e2"],["-0.90103058000000033e2","0.76836105000000032e2"],["-0.90025283999999999e2","0.76839156999999943e2"],["-0.89983063000000016e2","0.76836928999999998e2"],["-0.89927779999999984e2","0.76828873000000101e2"],["-0.89865279999999984e2","0.76816086000000098e2"],["-0.89825835999999981e2","0.76806091000000038e2"],["-0.89779448999999886e2",76.7852630000001],["-0.89673888999999974e2","0.76737487999999928e2"],["-0.89673888999999974e2","0.76731369000000086e2"],["-0.89687774999999988e2","0.76708878000000084e2"],["-0.89702224999999999e2","0.76689697000000024e2"],["-0.89729445999999996e2","0.76673309000000017e2"],["-0.89744155999999975e2","0.76669434000000024e2"],["-0.89768065999999976e2","0.76668045000000006e2"],["-0.89819732999999928e2","0.76667206000000022e2"],["-0.89837218999999891e2","0.76663040000000137e2"],["-0.89840835999999911e2","0.76657211000000132e2"],["-0.89862777999999992e2",76.60386699999998],["-0.89862502999999947e2","0.76597488000000112e2"],["-0.89858336999999949e2","0.76591094999999939e2"],["-0.89817504999999983e2","0.76546936000000017e2"],["-0.89794448999999929e2","0.76533325000000048e2"],["-0.89756119000000012e2","0.76524703999999929e2"],["-0.89721663999999976e2","0.76519714000000079e2"],["-0.89699157999999954e2","0.76516936999999984e2"],["-0.89684433000000013e2","0.76511658000000011e2"],["-0.89671386999999982e2","0.76504166000000055e2"],["-0.89673888999999974e2","0.76502212999999927e2"],["-0.89757507000000032e2","0.76486099000000024e2"],["-0.89783614999999884e2","0.76483047000000056e2"],["-0.89934432999999956e2",76.47665400000011]],[["-0.10865110800000002e3","0.76813599000000011e2"],["-0.10865110800000002e3","0.76808868000000075e2"],["-0.10865527299999991e3","0.76803863999999976e2"],["-0.10867804699999999e3","0.76784988000000112e2"],["-0.10868443299999996e3","0.76780548000000067e2"],["-0.10869055200000003e3","0.76774429000000055e2"],["-0.10869249000000002e3","0.76769989000000066e2"],["-0.10868831599999999e3",76.766098],["-0.10867971799999992e3","0.76763321000000076e2"],["-0.10866278099999994e3","0.76761383000000137e2"],[-108.596947,"0.76760818000000086e2"],["-0.10855248999999992e3","0.76761383000000137e2"],["-0.10852722199999999e3","0.76760268999999937e2"],["-0.10850389099999995e3","0.76756103999999937e2"],["-0.10848889199999996e3","0.76751663000000065e2"],["-0.10846333299999998e3","0.76739151000000049e2"],["-0.10845500199999998e3","0.76733322000000044e2"],["-0.10844638099999997e3","0.76723602000000142e2"],["-0.10844220699999994e3","0.76717758000000117e2"],["-0.10843804899999998e3","0.76708038000000045e2"],["-0.10844193999999999e3","0.76696365000000014e2"],["-0.10845889299999988e3","0.76684708000000057e2"],["-0.10854472399999997e3","0.76646378000000141e2"],["-0.10856555200000003e3","0.76641663000000108e2"],["-0.10858667000000003e3","0.76641663000000108e2"],["-0.10860749800000002e3","0.76642487000000074e2"],[-108.628601,"0.76645263999999997e2"],["-0.10865387699999997e3","0.76647217000000126e2"],["-0.10868110699999994e3","0.76647766000000047e2"],["-0.10870417799999996e3","0.76646378000000141e2"],["-0.10872083999999995e3","0.76642487000000074e2"],["-0.10872721899999999e3","0.76638046000000145e2"],["-0.10872693600000002e3","0.76634155000000078e2"],["-0.10869915800000001e3","0.76605545000000063e2"],["-0.10869055200000003e3","0.76600540000000024e2"],["-0.10862721299999998e3","0.76575546000000031e2"],["-0.10861054999999993e3","0.76569717000000026e2"],["-0.10858389299999993e3","0.76477478000000076e2"],["-0.10858112299999999e3","0.76439147999999989e2"],["-0.10855803699999996e3","0.76408599999999979e2"],[-108.475281,"0.76406937000000084e2"],["-0.10836389200000002e3","0.76399994000000049e2"],["-0.10832888800000001e3","0.76396652000000131e2"],["-0.10831861900000001e3","0.76394150000000081e2"],["-0.10828971899999993e3","0.76384430000000009e2"],["-0.10826917300000002e3","0.76374985000000095e2"],["-0.10807749899999999e3",76.28054800000001],["-0.10811472299999997e3","0.76261383000000023e2"],[-108.252228,"0.76196929999999952e2"],[-108.33139,"0.76181931000000077e2"],["-0.10838027999999997e3","0.76165268000000026e2"],["-0.10839222699999993e3","0.76159424000000001e2"],["-0.10840862300000003e3",76.14776599999999],[-108.396118,"0.76046097000000145e2"],["-0.10835193600000002e3","0.76048874000000069e2"],["-0.10802555799999999e3","0.76062195000000031e2"],["-0.10800140399999998e3","0.76063033999999959e2"],[-107.916946,"0.76063033999999959e2"],["-0.10783833300000003e3","0.76061371000000065e2"],["-0.10781220999999999e3","0.76056090999999981e2"],["-0.10773665599999998e3","0.76039428999999984e2"],["-0.10772471599999994e3","0.76035538000000088e2"],["-0.10763834399999996e3","0.75996368000000132e2"],["-0.10763249200000001e3","0.75991088999999988e2"],["-0.10763305699999995e3","0.75981369000000086e2"],[-107.639183,"0.75976089000000002e2"],["-0.10765139799999997e3",75.97026100000005],["-0.10778555299999999e3","0.75919983000000116e2"],["-0.10784221599999995e3","0.75899993999999992e2"],["-0.10790194700000001e3","0.75896103000000096e2"],["-0.10791805999999997e3","0.75891373000000101e2"],["-0.10793028300000003e3","0.75885544000000039e2"],[-108.031113,"0.75822495000000004e2"],[-108.04361,"0.75802199999999971e2"],["-0.10802417000000003e3","0.75783875000000023e2"],["-0.10802027900000002e3","0.75780823000000112e2"],["-0.10800639299999995e3","0.75779433999999924e2"],[-107.9569469999999,"0.75784714000000008e2"],["-0.10791332999999986e3","0.75789429000000041e2"],["-0.10787361099999993e3","0.75798035000000141e2"],["-0.10782084699999996e3","0.75829162999999994e2"],["-0.10777834300000001e3","0.75854706000000078e2"],["-0.10775974299999996e3","0.75869705000000124e2"],["-0.10775974299999996e3","0.75874419999999986e2"],[-107.739441,"0.75879150000000038e2"],["-0.10751555599999995e3","0.75899993999999992e2"],["-0.10736945299999996e3","0.75911652000000004e2"],["-0.10733750899999995e3","0.75911377000000016e2"],["-0.10718666099999996e3",75.90387000000004],["-0.10708000199999998e3","0.75892761000000007e2"],["-0.10708583099999998e3","0.75872482000000048e2"],["-0.10709028599999994e3","0.75867477000000008e2"],["-0.10710500300000001e3","0.75834717000000126e2"],["-0.10709805299999999e3","0.75823043999999925e2"],["-0.10703167699999995e3","0.75771103000000039e2"],["-0.10696362299999993e3","0.75738586000000055e2"],["-0.10689666699999998e3","0.75720261000000107e2"],["-0.10688027999999991e3","0.75765822999999955e2"],["-0.10683056599999998e3","0.75785812000000078e2"],["-0.10679444899999993e3","0.75791656000000103e2"],["-0.10674471999999992e3",75.79553199999998],["-0.10672277799999995e3","0.75795821999999987e2"],["-0.10667944299999999e3","0.75793594000000041e2"],[-106.6558379999999,"0.75793594000000041e2"],[-106.636124,"0.75794434000000081e2"],["-0.10661582899999996e3","0.75797211000000004e2"],["-0.10662110899999993e3","0.75803314000000114e2"],[-106.6383439999999,"0.75806931000000077e2"],["-0.10667944299999999e3","0.75812485000000095e2"],["-0.10672666900000002e3","0.75813873000000001e2"],["-0.10678611799999993e3","0.75813309000000061e2"],[-106.829453,"0.75816665999999998e2"],["-0.10685082999999992e3","0.75819992000000013e2"],["-0.10687000299999994e3","0.75824997000000053e2"],["-0.10688890100000003e3","0.75834717000000126e2"],["-0.10689584400000001e3","0.75844437000000028e2"],["-0.10689666699999998e3","0.75935256999999979e2"],["-0.10689611799999994e3","0.75941086000000041e2"],["-0.10689334100000002e3","0.75947478999999987e2"],["-0.10686971999999997e3","0.75964157000000057e2"],["-0.10663890099999998e3","0.76053040000000124e2"],["-0.10660610999999994e3","0.76057754999999986e2"],["-0.10658583099999993e3","0.76058593999999971e2"],[-106.368607,"0.76055817000000047e2"],["-0.10633667000000003e3","0.76054703000000075e2"],["-0.10630082699999997e3","0.76051376000000118e2"],["-0.10601611299999996e3","0.76019714000000022e2"],["-0.10593720999999999e3","0.76010269000000108e2"],["-0.10589998600000001e3","0.76005554000000075e2"],[-105.837219,"0.75996932999999956e2"],["-0.10573500100000001e3","0.75974991000000102e2"],["-0.10566832699999998e3","0.75955551000000128e2"],["-0.10561945299999996e3",75.93942300000009],["-0.10560637699999995e3","0.75934708000000057e2"],["-0.10559528399999988e3","0.75929703000000018e2"],["-0.10547888199999994e3","0.75863036999999963e2"],["-0.10546528599999999e3","0.75851928999999984e2"],["-0.10545333900000003e3","0.75841659999999933e2"],[-105.445831,"0.75830551000000071e2"],["-0.10540028399999989e3","0.75694427000000076e2"],["-0.10538834399999996e3","0.75656372000000033e2"],[-105.391953,75.63888500000013],["-0.10548750299999995e3","0.75560806000000127e2"],["-0.10549638399999998e3",75.55525200000011],["-0.10551666299999994e3","0.75550537000000077e2"],["-0.10554083300000002e3","0.75546936000000017e2"],["-0.10560444599999988e3","0.75539978000000019e2"],["-0.10563667299999997e3","0.75533600000000092e2"],["-0.10568582200000003e3","0.75519440000000145e2"],["-0.10574082900000002e3","0.75494979999999941e2"],["-0.10575140399999998e3","0.75489700000000084e2"],["-0.10574804699999999e3","0.75485809000000017e2"],["-0.10573693799999995e3",75.48275799999999],["-0.10568666100000002e3","0.75483047000000113e2"],["-0.10567166099999986e3","0.75481093999999985e2"],["-0.10561138900000003e3",75.47164900000007],["-0.10559277299999997e3",75.46748400000007],[-105.593613,"0.75462769000000037e2"],["-0.10564639299999993e3","0.75365265000000022e2"],["-0.10565110799999997e3","0.75359421000000054e2"],["-0.10566055299999994e3","0.75349716000000114e2"],["-0.10572666900000002e3",75.31303400000013],[-105.7386019999999,"0.75309418000000051e2"],["-0.10576251199999996e3","0.75304976999999951e2"],[-105.79361,"0.75302200000000084e2"],["-0.10581304899999998e3",75.29942299999999],["-0.10582140399999992e3","0.75295822000000101e2"],["-0.10586694299999999e3","0.75275818000000015e2"],["-0.10587526699999995e3","0.75271102999999982e2"],["-0.10593776699999989e3","0.75214432000000045e2"],["-0.10593888900000002e3","0.75208603000000039e2"],["-0.10593582199999997e3","0.75202774000000034e2"],[-105.929169,"0.75197754000000145e2"],["-0.10589222699999999e3","0.75190810999999997e2"],["-0.10587249800000001e3","0.75171920999999998e2"],[-105.876938,"0.75145828000000051e2"],["-0.10588527699999997e3",75.14027400000009],["-0.10590499899999998e3","0.75136383000000023e2"],["-0.10592582699999997e3","0.75135268999999994e2"],["-0.10600361599999991e3","0.75135544000000039e2"],[-106.01889,"0.75133881000000088e2"],["-0.10607028200000002e3","0.75106644000000017e2"],["-0.10607945299999989e3","0.75096939000000077e2"],["-0.10607333399999993e3","0.75087203999999986e2"],["-0.10601862299999999e3","0.75074158000000068e2"],["-0.10600446299999999e3","0.75068054000000018e2"],["-0.10599416399999996e3","0.75062195000000031e2"],["-0.10599333199999995e3","0.75055817000000047e2"],[-106.011124,"0.75050812000000008e2"],["-0.10623528299999998e3","0.75021378000000027e2"],["-0.10626000999999997e3","0.75019150000000081e2"],["-0.10645500199999992e3","0.75005829000000119e2"],["-0.10654554699999989e3","0.75001663000000008e2"],[-106.564438,75.00082400000008],["-0.10666332999999992e3","0.75004165999999998e2"],["-0.10672556299999997e3",75.00221300000004],["-0.10677111799999989e3","0.74996643000000006e2"],["-0.10678639199999998e3","0.74991928000000144e2"],["-0.10678307299999994e3","0.74989975000000015e2"],["-0.10678333299999997e3","0.74986098999999967e2"],["-0.10678582799999992e3",74.98054500000012],["-0.10679194599999994e3","0.74975266000000147e2"],[-106.807503,"0.74969711000000075e2"],["-0.10693055699999996e3","0.74933594000000085e2"],["-0.10697222899999997e3","0.74926086000000055e2"],["-0.10701000999999991e3","0.74922484999999995e2"],["-0.10705110200000001e3","0.74921646000000067e2"],["-0.10707362399999994e3","0.74919983000000116e2"],["-0.10716000399999996e3","0.74910538000000088e2"],["-0.10719722000000002e3","0.74910812000000021e2"],["-0.10721584300000001e3","0.74911925999999994e2"],["-0.10746417199999996e3","0.74934418000000051e2"],[-107.506958,"0.74939972000000068e2"],["-0.10763082900000001e3","0.74961104999999975e2"],["-0.10766251399999999e3","0.74966660000000047e2"],["-0.10768804899999998e3","0.74976379000000065e2"],["-0.10769554099999999e3","0.74982208000000071e2"],["-0.10772389199999998e3","0.75016388000000006e2"],["-0.10772389199999998e3","0.75020264000000054e2"],["-0.10771972699999998e3",75.02609300000006],[-107.704453,"0.75030823000000112e2"],["-0.10768138099999999e3","0.75042480000000012e2"],["-0.10767944299999994e3","0.75048599000000081e2"],["-0.10768110699999994e3",75.05304000000001],["-0.10769499199999996e3","0.75075272000000041e2"],["-0.10770584100000002e3","0.75086105000000032e2"],[-107.716949,"0.75090820000000065e2"],[-107.739441,"0.75095825000000104e2"],["-0.10775834700000001e3","0.75096939000000077e2"],["-0.10777333099999998e3","0.75096099999999922e2"],["-0.10778307299999994e3","0.75093596999999988e2"],["-0.10777999899999998e3","0.75072220000000129e2"],["-0.10777084400000001e3",75.06581100000011],["-0.10775778200000002e3",75.06053199999991],["-0.10774500299999994e3","0.75054153000000042e2"],[-107.739441,"0.75048874000000069e2"],["-0.10773972299999997e3","0.75043045000000063e2"],["-0.10774388099999993e3","0.75037201000000039e2"],["-0.10777778599999999e3","0.75029434000000094e2"],["-0.10789499699999999e3","0.75003601000000003e2"],["-0.10794193999999999e3",74.93081699999999],["-0.10795527600000003e3","0.74928589000000045e2"],["-0.10797749299999998e3","0.74927475000000072e2"],["-0.10802417000000003e3","0.74929152999999985e2"],["-0.10813417099999992e3","0.74927765000000079e2"],["-0.10821083099999987e3","0.74923599000000024e2"],["-0.10837304699999999e3","0.74910538000000088e2"],[-108.3916779999999,"0.74911377000000016e2"],["-0.10843639400000001e3","0.74915268000000083e2"],["-0.10845500199999998e3","0.74918319999999994e2"],["-0.10852971599999995e3","0.74936645999999996e2"],["-0.10854110700000001e3","0.74940536000000009e2"],[-108.548607,"0.74946365000000014e2"],["-0.10854795799999999e3","0.74951653000000022e2"],["-0.10855055199999998e3","0.74956375000000094e2"],["-0.10855999800000001e3","0.74960815000000139e2"],["-0.10867971799999992e3","0.74970261000000107e2"],[-108.781113,"0.74979980000000069e2"],["-0.10880721999999997e3","0.74983597000000032e2"],["-0.10880721999999997e3","0.74984711000000004e2"],["-0.10879611199999999e3","0.74985809000000131e2"],["-0.10874553699999996e3","0.74984420999999998e2"],["-0.10863890100000003e3","0.74981094000000098e2"],[-108.614441,"0.74979705999999965e2"],["-0.10855999800000001e3","0.74976379000000065e2"],["-0.10853028899999993e3","0.74973312000000135e2"],["-0.10851139799999999e3",74.97554000000008],["-0.10852667199999996e3","0.75001663000000008e2"],["-0.10853056300000003e3","0.75005554000000075e2"],["-0.10853806299999985e3","0.75009430000000009e2"],[-108.628601,"0.75046096999999975e2"],["-0.10865139799999992e3","0.75053863999999976e2"],["-0.10879472399999997e3","0.75069153000000028e2"],["-0.10883249699999993e3","0.75069992000000013e2"],["-0.10892777999999993e3",75.05192599999998],["-0.10894972200000001e3","0.75040267999999969e2"],["-0.10900110599999999e3","0.75004990000000134e2"],["-0.10911971999999997e3","0.74979430999999977e2"],["-0.10934584000000001e3","0.74944702000000063e2"],["-0.10936416600000001e3","0.74939697000000024e2"],["-0.10939998600000001e3","0.74918319999999994e2"],["-0.10940722700000003e3","0.74912490999999989e2"],["-0.10940695199999993e3","0.74908599999999922e2"],[-109.420547,"0.74893051000000014e2"],["-0.10950805700000001e3","0.74866379000000109e2"],["-0.10952278099999995e3","0.74863312000000008e2"],["-0.10956861900000001e3","0.74857758000000047e2"],["-0.10958721899999995e3","0.74856644000000017e2"],["-0.10966139199999992e3","0.74856369000000029e2"],["-0.10976944700000001e3","0.74859421000000111e2"],["-0.10979750099999995e3","0.74863602000000014e2"],["-0.10981111099999993e3","0.74868042000000059e2"],["-0.10983361799999994e3","0.74869704999999954e2"],["-0.10987249800000001e3","0.74869141000000013e2"],["-0.10993472300000002e3","0.74860809000000017e2"],["-0.10995500199999987e3","0.74857208000000014e2"],["-0.10999471999999997e3","0.74848327999999981e2"],["-0.11001640299999991e3","0.74842209000000082e2"],["-0.11013971700000002e3","0.74833054000000061e2"],["-0.11030444299999994e3","0.74846375000000023e2"],["-0.11032501200000002e3","0.74847488000000112e2"],["-0.11034555099999989e3","0.74846939000000134e2"],["-0.11036000100000001e3","0.74843872000000033e2"],["-0.11037053700000001e3","0.74839980999999966e2"],["-0.11040416699999997e3","0.74826660000000004e2"],["-0.11039620999999994e3","0.74813689999999951e2"],["-0.11039666699999998e3","0.74799423000000104e2"],["-0.11043666100000002e3","0.74793319999999937e2"],["-0.11058999599999993e3","0.74778046000000074e2"],["-0.11059137699999997e3","0.74724152000000061e2"],["-0.11075666799999993e3","0.74685257000000092e2"],["-0.11077250699999996e3","0.74680817000000047e2"],["-0.11078639199999998e3","0.74674698000000035e2"],["-0.11079638699999998e3","0.74668869000000029e2"],[-110.807503,"0.74657486000000006e2"],["-0.11083389299999993e3","0.74651931999999988e2"],[-110.98111,"0.74621368000000132e2"],["-0.11128056300000003e3","0.74567764000000125e2"],["-0.11138722200000001e3","0.74563034000000073e2"],["-0.11140915699999999e3","0.74562759000000085e2"],["-0.11143055699999996e3","0.74560532000000023e2"],["-0.11155888399999998e3",74.52748100000008],["-0.11164250199999992e3","0.74501389000000017e2"],["-0.11167722300000003e3","0.74493317000000047e2"],[-111.700287,74.49136400000009],["-0.11182389799999999e3",74.48332199999993],["-0.11194554099999993e3","0.74474425999999994e2"],["-0.11198416099999997e3","0.74468872000000033e2"],[-112.087219,"0.74452208999999925e2"],["-0.11229305999999991e3","0.74427765000000022e2"],["-0.11237053699999996e3","0.74418594000000041e2"],["-0.11243831599999999e3","0.74414429000000041e2"],["-0.11254194599999988e3","0.74409424000000001e2"],["-0.11275306699999993e3","0.74401382000000012e2"],["-0.11285694899999993e3","0.74398330999999985e2"],["-0.11291999799999991e3","0.74397490999999945e2"],["-0.11300890400000003e3","0.74398040999999978e2"],["-0.11325723299999993e3","0.74405258000000117e2"],[-113.406113,"0.74413315000000068e2"],["-0.11342832899999996e3","0.74414703000000145e2"],["-0.11347168699999997e3",74.41891499999997],["-0.11364083900000003e3","0.74437485000000095e2"],["-0.11369638099999997e3","0.74446091000000024e2"],["-0.11384221600000001e3","0.74479706000000078e2"],["-0.11394167299999998e3",74.50360100000006],["-0.11405387899999999e3","0.74530822999999998e2"],["-0.11412110899999993e3","0.74549987999999985e2"],[-114.29834,"0.74602768000000026e2"],["-0.11434861799999999e3","0.74618866000000082e2"],["-0.11437470999999994e3","0.74629150000000095e2"],["-0.11439695699999993e3","0.74639160000000004e2"],["-0.11443804899999986e3","0.74659424000000115e2"],["-0.11444360399999994e3","0.74664153999999996e2"],["-0.11444776899999994e3","0.74674698000000035e2"],["-0.11442859599999991e3","0.74691925000000026e2"],["-0.11441972399999992e3","0.74698029000000076e2"],["-0.11440750099999997e3","0.74704163000000108e2"],["-0.11439444700000001e3","0.74708328000000108e2"],["-0.11421444699999995e3","0.74755554000000132e2"],["-0.11410166899999996e3","0.74776657000000057e2"],["-0.11401027699999992e3","0.74790543000000071e2"],["-0.11373166699999996e3","0.74827208999999982e2"],["-0.11371000699999996e3","0.74829711999999915e2"],["-0.11355695300000002e3",74.839157],[-113.41861,74.84275800000006],["-0.11328278399999999e3","0.74848602000000085e2"],["-0.11325334199999998e3",74.87359600000002],["-0.11322269399999988e3","0.74896469000000025e2"],["-0.11315194699999995e3","0.74924987999999985e2"],[-113.1205369999999,"0.74932480000000112e2"],["-0.11300750699999992e3","0.74954163000000051e2"],["-0.11291111799999987e3","0.74970825000000048e2"],["-0.11286749299999997e3",74.97554000000008],["-0.11284528399999994e3","0.74976929000000098e2"],["-0.11257224299999996e3",74.99275200000011],["-0.11252416999999991e3","0.74995529000000033e2"],[-112.5,"0.74996010000000012e2"],[-112.453056,"0.74996933000000013e2"],["-0.11237444299999993e3","0.74998321999999973e2"],["-0.11201500699999991e3","0.75002486999999974e2"],[-111.962219,"0.75001389000000074e2"],[-111.935272,"0.74998871000000122e2"],["-0.11189890299999996e3","0.74994980000000055e2"],["-0.11186527999999993e3","0.74988312000000064e2"],["-0.11184056099999998e3","0.74986374000000126e2"],["-0.11176444999999995e3","0.74981659000000093e2"],["-0.11175334199999998e3","0.74981659000000093e2"],[-111.718613,74.986649],["-0.11162666300000001e3","0.75003875999999991e2"],["-0.11158972199999999e3","0.75006378000000041e2"],["-0.11155139200000002e3","0.75011383000000137e2"],["-0.11153527800000001e3","0.75014998999999989e2"],["-0.11128971899999999e3","0.75086105000000032e2"],["-0.11102916700000003e3","0.75171097000000032e2"],[-110.920547,"0.75223602000000085e2"],["-0.11091361999999998e3","0.75228591999999935e2"],["-0.11091278099999994e3","0.75233871000000136e2"],["-0.11091750300000001e3","0.75239699999999971e2"],["-0.11105249000000003e3","0.75270263999999997e2"],["-0.11106806899999987e3","0.75271927000000119e2"],["-0.11123082699999998e3","0.75264159999999947e2"],["-0.11124889400000001e3","0.75259155000000078e2"],["-0.11125195300000001e3","0.75254165999999941e2"],["-0.11125083899999993e3","0.75248596000000077e2"],["-0.11125167799999997e3","0.75243042000000059e2"],["-0.11125611900000001e3","0.75236649000000114e2"],["-0.11126112399999994e3","0.75232208000000014e2"],["-0.11127778599999994e3","0.75220534999999984e2"],["-0.11133416699999992e3",75.19747899999993],["-0.11139167800000001e3","0.75181091000000094e2"],["-0.11147501399999999e3","0.75161652000000004e2"],["-0.11156082200000003e3","0.75146103000000096e2"],["-0.11157721700000002e3","0.75143600000000106e2"],["-0.11159612299999998e3","0.75143326000000002e2"],["-0.11169526699999989e3","0.75145828000000051e2"],["-0.11170584100000002e3","0.75151093000000117e2"],[-111.787216,"0.75166655999999932e2"],[-111.958054,75.13499500000006],["-0.11222833300000002e3","0.75124694999999974e2"],["-0.11239055599999995e3","0.75123032000000023e2"],["-0.11240972899999997e3",75.12359600000002],["-0.11242916899999994e3","0.75125259000000085e2"],[-112.439438,"0.75128586000000041e2"],["-0.11244833399999999e3","0.75133041000000048e2"],["-0.11247084000000001e3","0.75146378000000084e2"],["-0.11246833800000002e3","0.75151382000000069e2"],["-0.11246166999999997e3","0.75154433999999981e2"],["-0.11245249899999999e3","0.75155822999999998e2"],["-0.11241197199999993e3","0.75159012000000075e2"],["-0.11236860699999994e3","0.75169144000000131e2"],["-0.11235833700000001e3","0.75173035000000027e2"],["-0.11229472399999992e3","0.75198028999999963e2"],["-0.11229583700000001e3","0.75202774000000034e2"],["-0.11233944700000001e3","0.75223602000000085e2"],["-0.11239750700000002e3","0.75241089000000102e2"],["-0.11240888999999993e3","0.75240814000000114e2"],[-112.4366609999999,"0.75230545000000063e2"],["-0.11246193700000003e3","0.75218872000000033e2"],["-0.11246417200000002e3","0.75213043000000027e2"],["-0.11246305799999999e3","0.75208327999999995e2"],["-0.11245056199999999e3","0.75204711999999972e2"],["-0.11243749999999994e3","0.75198868000000118e2"],["-0.11243221999999997e3",75.19331399999993],["-0.11243250299999994e3",75.1869200000001],["-0.11244471699999997e3",75.18331900000004],["-0.11246665999999999e3","0.75179977000000065e2"],["-0.11256111099999993e3",75.178314],["-0.11259249899999998e3","0.75181656000000089e2"],["-0.11260888699999992e3","0.75185256999999979e2"],["-0.11262554899999998e3","0.75190810999999997e2"],[-112.6347429999999,"0.75196365000000128e2"],["-0.11263722200000001e3","0.75204987000000131e2"],["-0.11263694800000002e3","0.75210541000000148e2"],[-112.632767,"0.75215820000000122e2"],["-0.11261609599999997e3","0.75223877000000073e2"],["-0.11259472699999998e3","0.75230270000000075e2"],["-0.11258583099999998e3","0.75239150999999993e2"],["-0.11259472699999998e3","0.75250000000000057e2"],["-0.11261277799999999e3","0.75259430000000123e2"],["-0.11265167200000002e3","0.75275269000000037e2"],["-0.11266583300000002e3","0.75278595000000109e2"],[-112.679169,"0.75277771000000143e2"],["-0.11271305799999999e3","0.75256104000000107e2"],[-112.718887,"0.75250275000000045e2"],[-112.735817,"0.75203323000000125e2"],["-0.11273416099999992e3",75.19747899999993],["-0.11272888199999994e3","0.75192749000000106e2"],["-0.11271584299999995e3","0.75187195000000088e2"],[-112.698036,"0.75177765000000022e2"],["-0.11268859899999995e3","0.75171920999999998e2"],[-112.699997,"0.75138321000000133e2"],["-0.11280695300000002e3","0.75115814000000057e2"],["-0.11289417300000002e3","0.75103317000000061e2"],["-0.11295667300000002e3","0.75097214000000122e2"],["-0.11325446299999999e3","0.75076096000000007e2"],["-0.11329888899999997e3","0.75073044000000095e2"],[-113.343887,"0.75072220000000129e2"],[-113.610817,"0.75062759000000142e2"],["-0.11368083200000001e3",75.05192599999998],[-113.699432,"0.75051375999999948e2"],["-0.11389417299999997e3","0.75052199999999914e2"],["-0.11391750299999995e3","0.75053589000000102e2"],["-0.11394138299999986e3","0.75056931000000077e2"],[-113.950287,75.06053199999991],["-0.11396888699999994e3","0.75075272000000041e2"],["-0.11397305299999994e3","0.75086655000000064e2"],["-0.11397305299999994e3","0.75096374999999966e2"],["-0.11393138099999999e3","0.75189148000000046e2"],["-0.11382055700000001e3","0.75314423000000147e2"],["-0.11380583199999995e3","0.75326660000000118e2"],["-0.11378278399999999e3",75.33776899999998],["-0.11372805800000003e3","0.75345825000000048e2"],["-0.11366055299999994e3","0.75351379000000065e2"],["-0.11364222699999993e3","0.75353591999999992e2"],[-113.573624,"0.75366928000000144e2"],["-0.11334056099999992e3","0.75413315000000068e2"],["-0.11338110399999999e3","0.75418320000000108e2"],["-0.11347112300000003e3","0.75427764999999965e2"],[-113.577789,"0.75411652000000117e2"],["-0.11366027799999995e3","0.75398605000000089e2"],["-0.11374445299999996e3","0.75385818000000086e2"],["-0.11383389299999988e3",75.37692300000009],["-0.11387138400000003e3","0.75374145999999996e2"],["-0.11390222199999999e3",75.3744200000001],["-0.11391139199999998e3","0.75378036000000122e2"],["-0.11392111199999994e3","0.75383881000000031e2"],[-113.958618,"0.75411102000000085e2"],["-0.11398166700000002e3","0.75431091000000038e2"],["-0.11398416099999992e3","0.75437758999999971e2"],["-0.11399221799999998e3","0.75448318000000029e2"],["-0.11402416999999997e3","0.75461105000000032e2"],["-0.11404083300000002e3","0.75463882000000126e2"],["-0.11406500199999988e3","0.75466095000000109e2"],["-0.11408389299999999e3","0.75464706000000092e2"],["-0.11408693699999998e3","0.75462494000000049e2"],["-0.11408917199999996e3","0.75458602999999982e2"],[-114.093887,"0.75410812000000078e2"],["-0.11409166699999992e3","0.75404984000000127e2"],["-0.11408583099999993e3","0.75400269000000094e2"],["-0.11407778899999988e3","0.75394150000000081e2"],["-0.11406610099999995e3","0.75389160000000061e2"],["-0.11405638099999987e3","0.75383330999999998e2"],["-0.11404472399999992e3","0.75373032000000023e2"],["-0.11404055800000003e3",75.36775200000011],["-0.11404055800000003e3","0.75362198000000092e2"],["-0.11404750100000001e3",75.35054000000008],["-0.11413751200000002e3","0.75244979999999998e2"],["-0.11415805099999994e3","0.75233321999999987e2"],["-0.11417083699999989e3","0.75226929000000041e2"],["-0.11418666100000002e3","0.75223312000000078e2"],[-114.203056,"0.75221375000000023e2"],["-0.11422277799999995e3",75.2227630000001],["-0.11426363399999991e3","0.75229705999999908e2"],["-0.11428472899999997e3","0.75234985000000108e2"],[-114.319458,75.24470500000001],["-0.11434638999999993e3",75.25471500000009],["-0.11435082999999997e3",75.26638800000012],["-0.11434916699999985e3","0.75271378000000141e2"],["-0.11435109699999992e3","0.75276093000000003e2"],["-0.11435888699999992e3","0.75281371999999976e2"],["-0.11449999999999994e3","0.75312194999999974e2"],["-0.11451278699999995e3","0.75314697000000081e2"],["-0.11452806099999992e3","0.75314423000000147e2"],["-0.11454276999999996e3",75.31303400000013],["-0.11460973399999995e3",75.27998400000007],["-0.11461527999999993e3","0.75274994000000049e2"],["-0.11461138900000003e3","0.75265273999999977e2"],[-114.598343,"0.75261658000000068e2"],["-0.11457972699999999e3","0.75263321000000019e2"],["-0.11457250999999997e3","0.75264434999999992e2"],["-0.11454666099999997e3","0.75266937000000041e2"],["-0.11449638399999998e3","0.75265548999999965e2"],["-0.11446806299999997e3","0.75262207000000046e2"],["-0.11444304699999986e3","0.75257216999999969e2"],["-0.11441278099999994e3",75.24803199999991],["-0.11439723200000003e3","0.75238876000000005e2"],["-0.11430249000000003e3",75.1827550000001],[-114.297234,"0.75179152999999928e2"],["-0.11429472399999997e3","0.75173309000000131e2"],["-0.11429804999999999e3","0.75166655999999932e2"],["-0.11430860899999993e3","0.75154709000000025e2"],["-0.11432112099999995e3","0.75143326000000002e2"],["-0.11433528099999995e3",75.13108799999992],["-0.11434944199999995e3","0.75119140999999956e2"],["-0.11436749299999985e3","0.75106934000000024e2"],["-0.11439499699999993e3","0.75090546000000131e2"],["-0.11442971799999987e3","0.75073044000000095e2"],["-0.11446640000000002e3",75.06053199999991],["-0.11448332199999987e3","0.75056090999999981e2"],[-114.51889,"0.75050261999999975e2"],["-0.11460082999999997e3","0.75038315000000011e2"],["-0.11472416699999997e3","0.75011932000000058e2"],["-0.11476342799999998e3","0.75002472000000012e2"],[-114.825287,"0.74988037000000077e2"],["-0.11488861099999991e3","0.74977478000000019e2"],["-0.11494915800000001e3","0.74969986000000063e2"],["-0.11503222699999992e3","0.74961655000000007e2"],["-0.11505082700000003e3","0.74961104999999975e2"],[-115.066101,"0.74961655000000007e2"],["-0.11516055299999999e3","0.74979430999999977e2"],["-0.11518582200000003e3","0.74985259999999982e2"],[-115.195267,"0.74989975000000015e2"],["-0.11522609699999992e3","0.75049713000000054e2"],["-0.11522638699999993e3","0.75058318999999983e2"],[-115.225281,"0.75064147999999989e2"],["-0.11521861299999995e3","0.75070831000000112e2"],["-0.11521167000000003e3",75.07638500000013],[-115.199432,"0.75082763999999997e2"],["-0.11518331899999993e3","0.75088882000000126e2"],["-0.11517415599999993e3","0.75094147000000021e2"],["-0.11517304999999999e3","0.75099990999999989e2"],["-0.11517278299999992e3",75.10775799999999],["-0.11517832899999996e3","0.75115814000000057e2"],[-115.216949,"0.75167480000000126e2"],["-0.11523554999999993e3","0.75174698000000092e2"],["-0.11524861099999998e3",75.178314],["-0.11525695799999994e3","0.75179977000000065e2"],["-0.11526083399999993e3","0.75179977000000065e2"],["-0.11525611900000001e3","0.75178040000000067e2"],[-115.252228,"0.75173874000000126e2"],["-0.11525361599999991e3","0.75164429000000098e2"],[-115.256393,"0.75158035000000041e2"],["-0.11526139799999999e3","0.75151932000000102e2"],["-0.11527916699999997e3","0.75140823000000012e2"],[-115.291382,"0.75134430000000066e2"],["-0.11533640300000002e3","0.75116652999999985e2"],["-0.11535305799999998e3","0.75111099000000024e2"],["-0.11537304699999999e3","0.75105820000000051e2"],["-0.11538694799999996e3","0.75102203000000088e2"],["-0.11540416700000003e3","0.75098877000000016e2"],["-0.11542666600000001e3","0.75098038000000088e2"],[-115.451683,"0.75098877000000016e2"],["-0.11548361199999994e3","0.75106093999999985e2"],["-0.11551944700000001e3","0.75117751999999996e2"],["-0.11562389399999995e3","0.75121368000000018e2"],["-0.11560472099999993e3","0.75108597000000088e2"],["-0.11554888899999997e3","0.75055817000000047e2"],["-0.11553971899999993e3","0.75044434000000081e2"],["-0.11553751399999993e3","0.75039429000000041e2"],["-0.11553751399999993e3","0.75027205999999978e2"],["-0.11554527300000001e3","0.75015823000000125e2"],[-115.5516659999999,"0.75009155000000135e2"],["-0.11557472200000001e3","0.74998321999999973e2"],["-0.11560249299999998e3",74.98553499999997],["-0.11561833200000001e3","0.74979155999999932e2"],[-115.658051,"0.74967208999999968e2"],["-0.11567194399999988e3","0.74964706000000035e2"],["-0.11569055200000003e3","0.74964157000000057e2"],["-0.11573500100000001e3","0.74967208999999968e2"],["-0.11575723299999999e3","0.74969986000000063e2"],["-0.11584777800000001e3",74.98553499999997],["-0.11616306299999991e3","0.75040267999999969e2"],["-0.11627916699999997e3","0.75099425999999994e2"],["-0.11628639199999992e3",75.13108799999992],["-0.11627694699999995e3","0.75135268999999994e2"],[-116.26889,"0.75141373000000044e2"],[-116.2455369999999,"0.75162766000000147e2"],["-0.11624109599999997e3","0.75168869000000086e2"],["-0.11623860200000001e3","0.75196930000000009e2"],["-0.11623916599999995e3","0.75201385000000016e2"],["-0.11624694799999992e3","0.75205261000000064e2"],["-0.11626834100000002e3","0.75206100000000049e2"],[-116.287216,"0.75205551000000071e2"],["-0.11652722199999999e3","0.75184708000000001e2"],["-0.11656054699999999e3","0.75179152999999928e2"],["-0.11658084100000002e3","0.75174423000000104e2"],["-0.11659388699999994e3","0.75170258000000103e2"],["-0.11660249299999998e3","0.75164993000000038e2"],[-116.618607,"0.75152481000000023e2"],["-0.11666332999999997e3","0.75122481999999991e2"],[-116.679169,"0.75117203000000018e2"],["-0.11669415299999997e3","0.75116652999999985e2"],["-0.11671721599999995e3","0.75116652999999985e2"],["-0.11716860999999994e3","0.75157486000000063e2"],["-0.11738417099999992e3","0.75178588999999988e2"],["-0.11741915899999992e3","0.75182480000000055e2"],["-0.11745777899999996e3","0.75188873000000001e2"],["-0.11747501399999993e3","0.75192200000000128e2"],["-0.11766361999999998e3","0.75239150999999993e2"],["-0.11767832900000002e3","0.75244431000000077e2"],["-0.11768305999999995e3","0.75248596000000077e2"],["-0.11768388400000003e3","0.75253052000000139e2"],["-0.11767166099999997e3","0.75288879000000122e2"],[-117.666946,"0.75294144000000017e2"],["-0.11766194199999995e3","0.75298035000000084e2"],["-0.11753666699999997e3",75.361649],["-0.11745527599999997e3","0.75400269000000094e2"],["-0.11742054699999994e3","0.75413315000000068e2"],["-0.11735360699999995e3","0.75437485000000038e2"],["-0.11732112099999995e3","0.75448593000000074e2"],["-0.11726139799999993e3","0.75468871999999976e2"],["-0.11724054699999999e3","0.75473602000000028e2"],[-117.218887,"0.75476379000000122e2"],["-0.11714666699999998e3","0.75480270000000019e2"],["-0.11710305799999998e3","0.75482208000000128e2"],[-117.041382,"0.75483597000000145e2"],["-0.11689778100000001e3","0.75482482999999945e2"],["-0.11687748699999997e3","0.75481368999999972e2"],["-0.11675334199999998e3","0.75479431000000034e2"],["-0.11613474300000001e3","0.75476379000000122e2"],["-0.11611554699999994e3","0.75476928999999984e2"],["-0.11602194199999997e3","0.75484985000000052e2"],["-0.11597332799999998e3","0.75492751999999996e2"],["-0.11592250100000001e3","0.75503876000000048e2"],["-0.11581833599999987e3","0.75529709000000025e2"],["-0.11568888900000002e3",75.56442300000009],["-0.11564639299999999e3","0.75573607999999922e2"],["-0.11561972000000003e3","0.75578872999999987e2"],["-0.11556527699999987e3","0.75583878000000027e2"],["-0.11553056299999997e3","0.75584991000000116e2"],["-0.11550611900000001e3","0.75587204000000099e2"],["-0.11546305799999999e3","0.75591933999999924e2"],["-0.11536609599999997e3","0.75602768000000026e2"],["-0.11528832999999997e3","0.75620529000000147e2"],["-0.11528611799999993e3","0.75624420000000043e2"],["-0.11527722199999999e3","0.75630539000000056e2"],["-0.11526777600000003e3","0.75635818000000029e2"],["-0.11520333900000003e3","0.75657211000000132e2"],["-0.11518611099999993e3","0.75662766000000033e2"],["-0.11509665699999994e3","0.75687194999999974e2"],["-0.11508194700000001e3","0.75689423000000147e2"],["-0.11507028200000002e3","0.75689972000000068e2"],["-0.11504250300000001e3","0.75689697000000081e2"],["-0.11499973299999994e3","0.75690811000000053e2"],["-0.11499804699999999e3","0.75695816000000093e2"],["-0.11500556899999992e3","0.75698868000000004e2"],["-0.11502834300000001e3","0.75701660000000118e2"],["-0.11505277999999998e3","0.75703048999999908e2"],["-0.11507611099999991e3","0.75702484000000084e2"],["-0.11510305800000003e3","0.75700821000000133e2"],["-0.11514555399999995e3","0.75694138000000009e2"],["-0.11521721600000001e3","0.75679321000000073e2"],["-0.11527916699999997e3",75.667755],["-0.11532472199999995e3","0.75659988000000055e2"],["-0.11538305700000001e3","0.75653870000000097e2"],["-0.11540194699999995e3","0.75652480999999966e2"],["-0.11547193900000002e3","0.75650269000000037e2"],["-0.11551888999999994e3","0.75649994000000049e2"],["-0.11560637700000001e3","0.75651093000000003e2"],["-0.11566750299999995e3","0.75647217000000126e2"],["-0.11571444700000001e3","0.75642487000000131e2"],[-115.889183,"0.75614426000000037e2"],["-0.11609166700000003e3","0.75580551000000128e2"],[-116.108047,"0.75574157999999954e2"],["-0.11611916400000001e3","0.75572768999999994e2"],["-0.11634750399999996e3","0.75559143000000006e2"],["-0.11638971700000002e3",75.5577550000001],["-0.11646028099999995e3","0.75557480000000055e2"],["-0.11648610699999995e3",75.5577550000001],["-0.11684361299999989e3","0.75564987000000031e2"],["-0.11719499200000001e3","0.75573607999999922e2"],["-0.11721556099999998e3","0.75574707000000103e2"],["-0.11723277300000001e3","0.75576935000000049e2"],["-0.11724276700000001e3","0.75580551000000128e2"],[-117.25,"0.75586105000000089e2"],["-0.11725110599999994e3","0.75597488000000112e2"],["-0.11724833699999999e3","0.75603043000000014e2"],["-0.11723999000000003e3","0.75614990000000148e2"],["-0.11723361199999994e3","0.75620529000000147e2"],["-0.11721362299999993e3","0.75633330999999998e2"],["-0.11707805599999995e3","0.75707214000000079e2"],["-0.11706443799999994e3","0.75714157000000114e2"],["-0.11703971899999999e3","0.75725815000000125e2"],["-0.11702362099999993e3","0.75732483000000116e2"],["-0.11701666299999994e3","0.75737198000000149e2"],["-0.11695556599999992e3","0.75761932000000115e2"],[-116.923317,"0.75774704000000099e2"],["-0.11688667299999992e3","0.75786926000000051e2"],["-0.11686888099999999e3","0.75790543000000014e2"],["-0.11685056299999991e3",75.79304500000012],["-0.11681639099999995e3","0.75796371000000136e2"],["-0.11676278699999995e3","0.75799988000000099e2"],["-0.11671972699999998e3","0.75801650999999993e2"],["-0.11658860799999997e3","0.75803314000000114e2"],["-0.11653056300000003e3","0.75802765000000022e2"],["-0.11632417299999992e3","0.75804703000000131e2"],["-0.11610582699999998e3","0.75806931000000077e2"],["-0.11603721599999994e3","0.75809708000000001e2"],["-0.11582305899999994e3","0.75827208999999925e2"],["-0.11580444299999994e3","0.75829987000000131e2"],["-0.11579444899999999e3","0.75834152000000131e2"],["-0.11578415699999994e3","0.75845260999999994e2"],["-0.11577971600000001e3","0.75852203000000088e2"],["-0.11576500699999997e3","0.75854431000000034e2"],["-0.11574944299999999e3","0.75854980000000012e2"],["-0.11573693800000001e3","0.75854431000000034e2"],["-0.11572638699999993e3","0.75853317000000061e2"],["-0.11569193999999993e3","0.75848328000000095e2"],["-0.11567388900000003e3","0.75844147000000021e2"],["-0.11565943900000002e3","0.75839706000000092e2"],["-0.11562277199999994e3","0.75834427000000119e2"],["-0.11559445199999999e3","0.75833327999999995e2"],["-0.11550723299999993e3","0.75834991000000059e2"],["-0.11540499899999998e3","0.75838043000000027e2"],["-0.11538194299999992e3","0.75839706000000092e2"],["-0.11536416599999995e3","0.75844147000000021e2"],["-0.11535193599999997e3","0.75852203000000088e2"],["-0.11531360599999994e3",75.855255],["-0.11513945000000001e3","0.75859421000000111e2"],["-0.11507277699999986e3",75.85775799999999],["-0.11504998799999998e3","0.75855820000000051e2"],["-0.11500083899999998e3","0.75853317000000061e2"],["-0.11498082699999992e3","0.75853043000000127e2"],[-114.932503,"0.75856644000000017e2"],["-0.11491194199999995e3","0.75859711000000118e2"],["-0.11483860799999997e3","0.75874419999999986e2"],[-114.817497,"0.75880814000000044e2"],["-0.11480444299999994e3","0.75886932000000002e2"],[-114.798607,"0.75892212000000029e2"],["-0.11480999800000001e3","0.75899428999999941e2"],["-0.11482417299999986e3","0.75904160000000104e2"],["-0.11483667000000003e3","0.75905822999999998e2"],["-0.11488166799999993e3","0.75907486000000119e2"],["-0.11490722700000003e3","0.75906372000000147e2"],["-0.11501806599999992e3",75.89888000000002],["-0.11506416299999989e3","0.75894714000000135e2"],["-0.11510527000000002e3","0.75888596000000007e2"],["-0.11522165699999999e3","0.75880264000000011e2"],["-0.11529277000000002e3","0.75878311000000053e2"],["-0.11539472999999992e3","0.75877762000000132e2"],["-0.11554055799999998e3","0.75881362999999965e2"],["-0.11568222000000003e3","0.75888321000000133e2"],["-0.11574694799999986e3","0.75889434999999935e2"],["-0.11583029199999993e3","0.75887772000000041e2"],["-0.11586888099999999e3","0.75884430000000066e2"],["-0.11600472999999994e3","0.75868590999999981e2"],["-0.11605332899999991e3","0.75865540000000124e2"],["-0.11610665899999998e3","0.75864150999999936e2"],["-0.11613474300000001e3",75.86442599999998],["-0.11615083299999992e3","0.75864700000000084e2"],["-0.11648277299999995e3","0.75873871000000065e2"],["-0.11662389400000001e3","0.75881927000000132e2"],["-0.11664972699999998e3","0.75884995000000117e2"],["-0.11667666600000001e3","0.75889709000000039e2"],["-0.11669972199999995e3","0.75894989000000123e2"],["-0.11671501199999994e3","0.75900269000000037e2"],["-0.11672444200000001e3","0.75906372000000147e2"],["-0.11673416099999992e3","0.75922484999999995e2"],["-0.11673361199999999e3","0.75928589000000045e2"],["-0.11673137699999995e3","0.75945251000000042e2"],["-0.11672666899999996e3","0.75951385000000016e2"],["-0.11671389799999997e3","0.75956649999999911e2"],["-0.11669972199999995e3","0.75959990999999945e2"],["-0.11667748999999998e3","0.75963882000000012e2"],["-0.11663221699999997e3","0.75969147000000078e2"],["-0.11658528099999995e3","0.75971924000000001e2"],["-0.11656139400000001e3","0.75972762999999986e2"],["-0.11653721599999994e3","0.75972488000000112e2"],["-0.11651611300000002e3","0.75971100000000035e2"],["-0.11648528299999998e3","0.75966385000000002e2"],[-116.470551,75.96887200000009],["-0.11646193700000003e3","0.75974991000000102e2"],["-0.11646833800000002e3","0.75986374000000126e2"],["-0.11652834299999995e3","0.76027480999999966e2"],["-0.11660221899999993e3","0.76022216999999955e2"],[-116.645554,"0.76023041000000092e2"],["-0.11666944899999999e3","0.76025818000000015e2"],[-116.6875,76.02915999999999],["-0.11669888300000002e3","0.76034424000000115e2"],["-0.11670556599999998e3","0.76039153999999996e2"],[-116.708618,"0.76043869000000029e2"],["-0.11670777900000002e3","0.76049988000000042e2"],["-0.11670612299999999e3",76.05386400000009],["-0.11670168299999995e3","0.76059982000000048e2"],["-0.11669638099999992e3","0.76064987000000087e2"],["-0.11664138800000001e3","0.76113312000000121e2"],["-0.11653388999999999e3","0.76153320000000008e2"],["-0.11651611300000002e3","0.76157761000000107e2"],["-0.11634221599999995e3","0.76183043999999995e2"],["-0.11629611199999999e3","0.76188582999999994e2"],["-0.11621362299999998e3","0.76194977000000051e2"],["-0.11616361999999992e3","0.76197204999999997e2"],["-0.11608416699999998e3","0.76198318000000086e2"],["-0.11605943300000001e3","0.76198029000000133e2"],["-0.11595889299999999e3","0.76194138000000066e2"],["-0.11590862300000003e3","0.76191924999999912e2"],["-0.11586554699999999e3","0.76188309000000061e2"],["-0.11581582600000002e3","0.76186920000000043e2"],["-0.11564334099999996e3","0.76186096000000077e2"],["-0.11559500100000002e3","0.76187759000000028e2"],["-0.11544721999999996e3","0.76186920000000043e2"],["-0.11532749899999999e3","0.76184708000000001e2"],["-0.11527306399999998e3",76.18220500000001],[-115.154449,"0.76169434000000081e2"],["-0.11513027999999997e3","0.76165816999999947e2"],["-0.11502166699999998e3",76.15637200000009],["-0.11487554899999998e3","0.76149719000000118e2"],["-0.11485109699999992e3","0.76149429000000112e2"],["-0.11479077100000001e3","0.76151077000000043e2"],["-0.11472833300000002e3","0.76153046000000074e2"],["-0.11468499799999995e3","0.76156097000000045e2"],["-0.11466972399999997e3","0.76158325000000048e2"],["-0.11466251399999999e3","0.76160537999999974e2"],[-114.662781,"0.76161651999999947e2"],["-0.11468083199999995e3","0.76164992999999981e2"],[-114.70639,"0.76167205999999965e2"],["-0.11480082699999997e3","0.76168594000000041e2"],["-0.11485056299999997e3","0.76170258000000047e2"],["-0.11489862099999993e3","0.76172485000000108e2"],["-0.11494499200000001e3","0.76176085999999998e2"],["-0.11499305700000002e3","0.76182480000000055e2"],["-0.11500974299999996e3","0.76187485000000095e2"],["-0.11501444999999995e3","0.76192749000000049e2"],["-0.11502250700000002e3","0.76196929999999952e2"],["-0.11504527300000001e3","0.76202208999999982e2"],["-0.11508944699999995e3","0.76208878000000027e2"],["-0.11515972899999997e3","0.76218596999999988e2"],["-0.11527223200000003e3","0.76230270000000019e2"],["-0.11537304699999999e3","0.76230820000000051e2"],["-0.11554943800000001e3","0.76230545000000063e2"],["-0.11575666799999993e3","0.76234146000000123e2"],["-0.11578195199999993e3","0.76235260000000096e2"],["-0.11582721699999991e3",76.23942599999998],["-0.11584777800000001e3","0.76243042000000059e2"],["-0.11586665299999993e3","0.76247482000000048e2"],["-0.11588194299999992e3","0.76252776999999924e2"],["-0.11591471899999993e3","0.76275269000000037e2"],["-0.11592166099999997e3","0.76281096999999932e2"],["-0.11592500299999989e3","0.76286652000000061e2"],["-0.11590943899999996e3","0.76345535000000041e2"],["-0.11590139799999997e3","0.76349991000000102e2"],["-0.11586054999999999e3","0.76362488000000099e2"],["-0.11564835399999998e3","0.76420258000000047e2"],["-0.11562638899999996e3","0.76425812000000008e2"],["-0.11551471700000002e3",76.45138500000013],["-0.11549973299999994e3","0.76454712000000086e2"],["-0.11546665999999993e3","0.76455826000000059e2"],["-0.11526944700000001e3","0.76461105000000032e2"],["-0.11502139299999993e3","0.76474700999999982e2"],["-0.11500167799999997e3","0.76477203000000088e2"],[-114.978882,"0.76481658999999979e2"],["-0.11495638999999994e3","0.76487198000000149e2"],["-0.11494638099999992e3","0.76492477000000122e2"],["-0.11493360899999999e3","0.76504990000000021e2"],["-0.11492999299999997e3","0.76510268999999994e2"],["-0.11491944899999999e3","0.76514435000000105e2"],["-0.11489972699999987e3","0.76516936999999984e2"],["-0.11474054699999988e3","0.76517212000000029e2"],["-0.11471112099999999e3","0.76516936999999984e2"],["-0.11470194999999995e3","0.76515274000000034e2"],["-0.11469611399999991e3","0.76511382999999967e2"],["-0.11469833399999999e3","0.76507492000000127e2"],[-114.720551,"0.76501099000000124e2"],["-0.11470694699999996e3","0.76489700000000028e2"],["-0.11461028299999992e3","0.76488312000000121e2"],["-0.11445140099999998e3",76.49693300000007],[-114.29361,"0.76480269999999962e2"],["-0.11425167799999991e3","0.76474990999999989e2"],["-0.11420722999999987e3",76.46804800000001],["-0.11417471299999994e3","0.76460266000000047e2"],["-0.11414806399999998e3",76.45138500000013],["-0.11413555899999989e3","0.76446365000000071e2"],["-0.11411833199999995e3","0.76435257000000092e2"],["-0.11411193800000001e3","0.76429428000000087e2"],["-0.11410333299999996e3","0.76418869000000029e2"],[-114.096947,"0.76403595000000109e2"],["-0.11409111000000001e3","0.76388885000000016e2"],[-114.10611,76.35554500000012],["-0.11411749299999997e3","0.76353317000000004e2"],["-0.11412943999999993e3",76.31191999999993],["-0.11405972299999996e3",76.21775800000006],["-0.11399665800000002e3","0.76192749000000049e2"],["-0.11398332199999999e3","0.76190262000000018e2"],[-113.9583439999999,"0.76188873000000001e2"],["-0.11394833399999999e3","0.76189423000000033e2"],["-0.11370889299999999e3","0.76203598000000113e2"],[-113.685272,"0.76206100000000049e2"],["-0.11363890100000003e3","0.76212769000000094e2"],["-0.11361609599999997e3","0.76218323000000055e2"],["-0.11352443700000003e3","0.76235809000000017e2"],["-0.11336501299999992e3","0.76258605999999929e2"],["-0.11332333399999993e3","0.76262772000000041e2"],["-0.11326055899999994e3","0.76264434999999992e2"],["-0.11299916100000002e3","0.76267487000000074e2"],["-0.11295667300000002e3","0.76263611000000026e2"],["-0.11290972899999997e3","0.76257491999999957e2"],["-0.11289222699999993e3","0.76253876000000105e2"],["-0.11286860699999994e3","0.76244704999999954e2"],["-0.11285888699999998e3","0.76239975000000129e2"],["-0.11285305800000003e3","0.76234146000000123e2"],["-0.11275055700000001e3","0.76200546000000031e2"],["-0.11271721599999995e3","0.76198318000000086e2"],["-0.11262138399999998e3","0.76198318000000086e2"],["-0.11259028599999999e3","0.76196639999999945e2"],["-0.11248194899999999e3","0.76181366000000082e2"],["-0.11246278399999994e3","0.76178313999999943e2"],["-0.11245388800000001e3","0.76176376000000005e2"],["-0.11242500299999995e3","0.76167755000000113e2"],["-0.11243138099999993e3","0.76161926000000108e2"],["-0.11243859900000001e3",76.15887500000008],["-0.11247721899999999e3","0.76151382000000012e2"],["-0.11249416400000001e3","0.76146652000000017e2"],["-0.11250389099999995e3","0.76138596000000121e2"],["-0.11252610800000002e3","0.76110535000000027e2"],["-0.11252806099999998e3","0.76103867000000037e2"],["-0.11252278100000001e3","0.76099152000000004e2"],["-0.11242278299999987e3","0.76047211000000118e2"],["-0.11241332999999992e3","0.76042480000000012e2"],["-0.11238555899999994e3","0.76036652000000061e2"],["-0.11229888900000003e3","0.76029434000000094e2"],["-0.11215416699999997e3","0.76014998999999989e2"],["-0.11206861899999996e3","0.76003326000000129e2"],["-0.11204332699999992e3","0.75998871000000122e2"],[-111.9786069999999,"0.75981369000000086e2"],["-0.11178443900000002e3","0.75949707000000103e2"],["-0.11176390100000003e3","0.75946930000000009e2"],["-0.11175279199999994e3","0.75942749000000106e2"],["-0.11172778299999999e3",75.92164600000001],["-0.11172666900000002e3","0.75915817000000004e2"],[-111.729446,"0.75911101999999971e2"],[-111.736107,75.90498400000007],["-0.11177749599999999e3","0.75894714000000135e2"],["-0.11187138400000003e3","0.75887496999999996e2"],["-0.11194444299999998e3","0.75884995000000117e2"],["-0.11200945300000001e3","0.75881652999999972e2"],["-0.11203472899999997e3","0.75879974000000004e2"],["-0.11205222300000003e3","0.75878036000000066e2"],["-0.11207501200000002e3","0.75873871000000065e2"],[-112.165009,"0.75851928999999984e2"],["-0.11217971799999998e3","0.75848038000000088e2"],["-0.11218694299999993e3","0.75844986000000006e2"],["-0.11222556299999997e3","0.75811096000000077e2"],[-112.218613,"0.75808029000000147e2"],["-0.11220834399999995e3",75.80664100000007],["-0.11219248999999996e3","0.75805817000000104e2"],["-0.11202834299999995e3","0.75815261999999962e2"],["-0.11185861199999988e3","0.75826934999999992e2"],["-0.11169082599999996e3","0.75822769000000108e2"],["-0.11164499699999993e3","0.75821655000000135e2"],[-111.604446,"0.75826660000000004e2"],["-0.11153971899999993e3","0.75838318000000015e2"],["-0.11149638400000003e3","0.75839706000000092e2"],["-0.11147638699999999e3",75.839157],["-0.11145195000000001e3","0.75836655000000064e2"],["-0.11144499200000001e3","0.75832213999999965e2"],["-0.11135527000000002e3","0.75724426000000108e2"],["-0.11135388199999994e3","0.75718597000000102e2"],["-0.11135500299999995e3","0.75714432000000102e2"],["-0.11138971700000002e3","0.75663039999999967e2"],["-0.11140834000000001e3","0.75620818999999983e2"],["-0.11140722700000003e3","0.75614990000000148e2"],["-0.11135360700000001e3",75.57249500000006],["-0.11131861900000001e3","0.75545258000000103e2"],["-0.11127139299999999e3","0.75522491000000002e2"],["-0.11124722299999996e3","0.75518051000000014e2"],["-0.11122165699999999e3","0.75516936999999984e2"],[-110.995003,"0.75529160000000047e2"],["-0.11097222899999997e3","0.75532486000000119e2"],["-0.11089943700000003e3","0.75550262000000089e2"],["-0.11079499799999996e3","0.75565262000000018e2"],["-0.11077166699999992e3","0.75566666000000055e2"],["-0.11054222099999993e3","0.75568878000000097e2"],["-0.11049553699999996e3","0.75569153000000085e2"],["-0.11047582999999992e3","0.75568329000000119e2"],["-0.11045612299999999e3","0.75565535999999952e2"],["-0.11043110699999994e3","0.75554152999999985e2"],["-0.11042443799999995e3","0.75548873999999955e2"],["-0.11042223399999995e3","0.75545532000000037e2"],["-0.11033389299999993e3","0.75539154000000053e2"],["-0.11019583099999994e3","0.75539703000000031e2"],["-0.11006777999999997e3","0.75540543000000071e2"],["-0.10997416699999991e3","0.75537490999999989e2"],[-109.75,"0.75529709000000025e2"],["-0.10955304699999999e3","0.75521652000000017e2"],["-0.10930444299999999e3","0.75514999000000046e2"],["-0.10925389100000001e3","0.75514160000000118e2"],["-0.10918360899999999e3",75.5086060000001],["-0.10907472199999995e3","0.75498322000000087e2"],["-0.10893639400000001e3",75.47665399999994],["-0.10889943699999998e3","0.75476379000000122e2"],["-0.10889584399999995e3","0.75477203000000088e2"],[-108.891953,"0.75480270000000019e2"],["-0.10891639700000002e3","0.75513321000000133e2"],["-0.10892443800000001e3",75.52388000000002],["-0.10883612099999993e3","0.75612762000000032e2"],[-108.8269499999999,"0.75686646000000053e2"],["-0.10884277299999991e3","0.75691359999999975e2"],["-0.10888194299999998e3","0.75692200000000071e2"],["-0.10891332999999992e3","0.75691086000000041e2"],["-0.10894499199999996e3","0.75694976999999938e2"],["-0.10905832699999996e3","0.75728043000000071e2"],["-0.10905860899999993e3","0.75733047000000056e2"],["-0.10906276699999989e3","0.75737762000000089e2"],["-0.10912638900000002e3",75.7494200000001],["-0.10921000699999996e3","0.75762771999999984e2"],["-0.10926555599999995e3","0.75770264000000054e2"],["-0.10930526700000001e3","0.75771103000000039e2"],["-0.10945221700000002e3","0.75783051000000057e2"],["-0.10962943999999993e3","0.75799988000000099e2"],["-0.10963751200000002e3","0.75822769000000108e2"],["-0.10962805200000003e3","0.75829162999999994e2"],["-0.10962638900000002e3",75.83248900000001],["-0.10965722699999992e3","0.75866379000000109e2"],["-0.10966361999999998e3","0.75870819000000097e2"],["-0.10972972099999998e3","0.75876647999999932e2"],[-109.737503,"0.75876647999999932e2"],[-109.845551,"0.75863036999999963e2"],["-0.10985722399999992e3","0.75860809000000017e2"],["-0.10988390400000003e3","0.75849991000000045e2"],["-0.10990778399999994e3","0.75849991000000045e2"],["-0.10993639399999989e3","0.75856644000000017e2"],["-0.11005555699999996e3","0.75890548999999908e2"],["-0.11005583200000001e3","0.75894439999999975e2"],["-0.11004055800000003e3","0.75898604999999975e2"],["-0.10992610200000001e3","0.75927765000000079e2"],[-109.826683,"0.75930541999999946e2"],["-0.10969776899999999e3","0.75940262000000075e2"],[-109.672234,"0.75943862999999908e2"],["-0.10965666199999998e3",75.94802900000002],["-0.10942138699999998e3","0.76035812000000021e2"],["-0.10930499299999991e3","0.76100540000000137e2"],["-0.10930943300000001e3","0.76106094000000098e2"],["-0.10931360599999999e3","0.76109146000000067e2"],[-109.396118,"0.76133041000000048e2"],["-0.10969999699999994e3","0.76218872000000033e2"],["-0.10972250400000001e3","0.76222213999999951e2"],["-0.10980943300000001e3","0.76234421000000111e2"],["-0.10983416699999998e3","0.76236099000000024e2"],["-0.10985861199999999e3","0.76235809000000017e2"],[-109.882767,"0.76233871000000079e2"],["-0.10989666699999992e3","0.76230270000000019e2"],["-0.10990222199999999e3","0.76226089000000115e2"],["-0.10990167199999996e3","0.76221099999999979e2"],["-0.10988305699999995e3","0.76198868000000118e2"],["-0.10988667299999997e3","0.76194977000000051e2"],["-0.10989666699999992e3","0.76193588000000034e2"],["-0.10991944899999993e3","0.76196639999999945e2"],["-0.10994055200000003e3",76.20248400000014],["-0.11001471700000002e3","0.76229706000000078e2"],["-0.11006833599999993e3","0.76250000000000057e2"],["-0.11008528100000001e3","0.76255829000000062e2"],["-0.11012332199999997e3","0.76266098000000056e2"],["-0.11015306099999998e3",76.27388000000002],[-110.201683,"0.76285538000000031e2"],["-0.11024109599999991e3","0.76290543000000127e2"],["-0.11026583900000003e3","0.76291367000000093e2"],["-0.11033138999999989e3","0.76290817000000061e2"],["-0.11035804699999994e3","0.76292206000000022e2"],[-110.372772,"0.76294433999999967e2"],["-0.11038362099999995e3","0.76297760000000039e2"],["-0.11039306599999986e3","0.76391937000000098e2"],["-0.11038527699999986e3","0.76423035000000084e2"],["-0.11038390400000003e3","0.76427475000000129e2"],["-0.11028943600000002e3","0.76433044000000109e2"],[-110.095551,"0.76454163000000108e2"],["-0.10980721999999997e3","0.76490540000000124e2"],["-0.10974638400000003e3","0.76505553999999961e2"],["-0.10971833799999996e3","0.76515274000000034e2"],[-109.70639,"0.76521103000000096e2"],["-0.10970694700000001e3","0.76526093000000117e2"],["-0.10971140300000002e3","0.76529984000000013e2"],["-0.10972416699999997e3","0.76531662000000097e2"],["-0.10974916100000002e3","0.76531662000000097e2"],["-0.10981111099999993e3","0.76527206000000035e2"],["-0.10983222999999992e3","0.76529160000000047e2"],["-0.10984722899999991e3","0.76532486000000063e2"],["-0.10983750900000001e3","0.76538879000000065e2"],["-0.10975527999999997e3","0.76572768999999937e2"],["-0.10970667299999997e3","0.76587494000000106e2"],["-0.10964666699999998e3","0.76593323000000112e2"],["-0.10956082199999997e3","0.76640823000000069e2"],[-109.5097429999999,"0.76708328000000051e2"],["-0.10930277999999998e3",76.79693600000013],["-0.10922277800000001e3","0.76808029000000147e2"],["-0.10912777699999992e3","0.76819443000000035e2"],["-0.10902583299999998e3","0.76822769000000108e2"],["-0.10897444199999995e3","0.76816086000000098e2"],["-0.10895084400000002e3",76.81164600000011],["-0.10893582200000003e3","0.76809417999999937e2"],["-0.10891887699999995e3","0.76809417999999937e2"],["-0.10888945000000001e3","0.76814147999999989e2"],["-0.10884500099999997e3","0.76823608000000036e2"],["-0.10882195299999989e3","0.76829987000000074e2"],["-0.10881331599999999e3","0.76833878000000141e2"],["-0.10881360599999999e3","0.76837769000000037e2"],["-0.10881582600000002e3",76.84304800000001],["-0.10881388899999996e3","0.76847488000000055e2"],["-0.10878859699999992e3","0.76857208000000128e2"],["-0.10877362099999999e3",76.85775799999999],["-0.10874804699999999e3","0.76855820000000051e2"],["-0.10865556300000003e3","0.76817490000000078e2"],["-0.10865110800000002e3","0.76813599000000011e2"]],[["-0.97045272999999952e2","0.76797760000000096e2"],["-0.97075287000000003e2","0.76793320000000108e2"],["-0.97093886999999995e2",76.79693600000013],["-0.97188598999999954e2","0.76822769000000108e2"],["-0.97200561999999991e2","0.76829437000000041e2"],["-0.97200835999999924e2","0.76834152000000074e2"],["-0.97200835999999924e2","0.76857482999999945e2"],["-0.97187499999999943e2","0.76860260000000039e2"],["-0.97149170000000026e2","0.76859711000000118e2"],["-0.97128875999999991e2",76.85775799999999],["-0.97086945000000014e2","0.76851089000000115e2"],["-0.97005004999999983e2","0.76819716999999969e2"],["-0.96997222999999963e2","0.76813309000000004e2"],["-0.97009170999999981e2","0.76807479999999998e2"],["-0.97026397999999915e2","0.76802475000000129e2"],["-0.97045272999999952e2","0.76797760000000096e2"]],[["-0.11346610999999996e3","0.76766388000000006e2"],["-0.11361361699999992e3","0.76713043000000084e2"],[-113.628601,"0.76708038000000045e2"],["-0.11365249599999999e3","0.76704436999999984e2"],["-0.11367999299999985e3","0.76704436999999984e2"],["-0.11370417799999996e3","0.76706374999999923e2"],["-0.11378472899999997e3","0.76717209000000025e2"],["-0.11383667000000003e3","0.76719986000000063e2"],[-113.889183,"0.76718597000000102e2"],["-0.11405471799999992e3","0.76703598000000056e2"],["-0.11416194200000001e3","0.76716933999999981e2"],["-0.11421444699999995e3","0.76720535000000041e2"],["-0.11450110599999999e3",76.73414600000001],["-0.11473416099999997e3","0.76746643000000006e2"],["-0.11478694200000001e3","0.76750274999999931e2"],["-0.11482501200000002e3","0.76753601000000003e2"],["-0.11485888699999998e3","0.76758040999999992e2"],["-0.11487304699999993e3","0.76760818000000086e2"],["-0.11487526700000001e3","0.76765549000000021e2"],["-0.11487581599999999e3","0.76770827999999995e2"],["-0.11485526999999996e3","0.76794434000000081e2"],["-0.11483721899999989e3","0.76801650999999993e2"],["-0.11480444299999994e3","0.76813309000000004e2"],["-0.11476666299999988e3",76.82388300000008],["-0.11462416099999996e3",76.86192299999999],["-0.11460637700000001e3","0.76865814000000057e2"],["-0.11458583099999993e3","0.76867476999999951e2"],["-0.11433693700000003e3","0.76877197000000081e2"],["-0.11413834400000002e3","0.76884430000000066e2"],["-0.11396221899999995e3","0.76889984000000084e2"],[-113.885559,"0.76891663000000051e2"],["-0.11380750299999994e3","0.76889435000000105e2"],[-113.7625119999999,"0.76884430000000066e2"],["-0.11373444399999994e3","0.76879149999999981e2"],["-0.11349804699999993e3","0.76833328000000108e2"],["-0.11348750299999989e3","0.76827773999999977e2"],["-0.11344915799999995e3","0.76777205999999978e2"],["-0.11345388800000001e3","0.76772765999999933e2"],["-0.11346610999999996e3","0.76766388000000006e2"]],[["-0.10906610099999995e3","0.76900543000000084e2"],["-0.10907444800000002e3","0.76894714000000079e2"],["-0.10912581599999987e3","0.76898604999999975e2"],["-0.10922917200000001e3","0.76906936999999971e2"],[-109.254997,"0.76910812000000135e2"],["-0.10929888899999997e3","0.76922211000000061e2"],[-109.30777,"0.76928040000000067e2"],["-0.10930387899999994e3","0.76933867999999961e2"],["-0.10928278399999999e3","0.76937759000000028e2"],[-109.256958,"0.76938873000000058e2"],["-0.10920527600000003e3","0.76935256999999979e2"],["-0.10917944299999999e3","0.76932480000000055e2"],["-0.10912721299999998e3","0.76923873999999955e2"],["-0.10909249899999992e3","0.76912200999999925e2"],["-0.10907695000000001e3","0.76906097000000102e2"],["-0.10906610099999995e3","0.76900543000000084e2"]],[["-0.97256392999999946e2","0.76967484000000127e2"],["-0.97284164000000033e2","0.76965820000000122e2"],["-0.97335007000000019e2","0.76968048000000067e2"],[-97.40943900000002,"0.76973037999999974e2"],["-0.97458618000000001e2","0.76977203000000145e2"],["-0.97473052999999936e2","0.76980545000000063e2"],["-0.97423889000000031e2","0.77005829000000062e2"],["-0.97374709999999936e2","0.77022491000000059e2"],["-0.97286117999999874e2","0.77033325000000104e2"],["-0.97243057000000022e2","0.77037491000000045e2"],["-0.97199158000000011e2","0.77037766000000033e2"],["-0.97154723999999931e2","0.77030273000000022e2"],["-0.97136672999999973e2","0.77025542999999971e2"],["-0.97092223999999987e2","0.77010818000000029e2"],["-0.97093063000000029e2","0.77004990000000134e2"],["-0.97231109999999944e2","0.76971375000000023e2"],["-0.97256392999999946e2","0.76967484000000127e2"]],[["-0.95659728999999913e2","0.77058868000000075e2"],["-0.95585555999999883e2","0.77053314000000057e2"],[-95.56082200000003,"0.77053589000000045e2"],["-0.95465285999999935e2","0.77058319000000097e2"],["-0.95417769999999962e2",77.05693100000002],["-0.95386672999999973e2","0.77052475000000072e2"],["-0.95368331999999953e2","0.77048599000000024e2"],["-0.95337218999999948e2","0.77039978000000076e2"],["-0.95288054999999872e2","0.77022491000000059e2"],["-0.95224715999999944e2","0.77006378000000041e2"],["-0.95181945999999925e2","0.76996368000000132e2"],["-0.95168334999999956e2",76.99414100000007],["-0.95115829000000019e2","0.76995818999999983e2"],[-95,76.99054000000001],["-0.94906386999999881e2","0.76976089000000002e2"],["-0.94813888999999904e2","0.76971375000000023e2"],["-0.94728606999999954e2","0.76972762999999929e2"],["-0.94714172000000019e2",76.97387700000013],["-0.94688599000000011e2",76.97526600000009],["-0.94636123999999995e2","0.76976929000000041e2"],["-0.94593063000000029e2","0.76975540000000024e2"],["-0.94526397999999972e2","0.76969437000000084e2"],["-0.94510009999999909e2","0.76966094999999996e2"],["-0.94494155999999919e2","0.76960265999999933e2"],["-0.94489715999999987e2","0.76956100000000049e2"],[-94.40194699999995,"0.76918319999999994e2"],[-94.25778200000002,"0.76896378000000084e2"],["-0.94254729999999995e2","0.76891373000000044e2"],["-0.94238891999999964e2","0.76889435000000105e2"],["-0.94207229999999925e2","0.76888046000000088e2"],[-94.15972899999997,"0.76887496999999996e2"],["-0.94096389999999985e2","0.76888885000000073e2"],["-0.94081680000000006e2",76.89027400000009],["-0.94054992999999854e2","0.76894714000000079e2"],["-0.94032226999999921e2","0.76903320000000008e2"],["-0.94026107999999965e2","0.76909149000000014e2"],["-0.94010559000000001e2","0.76919144000000131e2"],["-0.94001113999999916e2","0.76923598999999967e2"],["-0.93986663999999962e2","0.76928864000000033e2"],["-0.93964721999999995e2","0.76932480000000055e2"],["-0.93943603999999937e2","0.76933867999999961e2"],["-0.93899993999999936e2",76.93331900000004],["-0.93755004999999926e2","0.76922484999999995e2"],["-0.93739166000000012e2","0.76920822000000044e2"],["-0.93658339999999896e2","0.76909987999999998e2"],["-0.93649445000000014e2","0.76908035000000041e2"],["-0.93641953000000001e2","0.76905258000000117e2"],["-0.93635833999999988e2",76.89888000000002],["-0.93488602000000014e2","0.76839706000000092e2"],["-0.93301392000000021e2","0.76768600000000049e2"],["-0.93208054000000004e2","0.76746933000000013e2"],["-0.93202788999999939e2","0.76747481999999934e2"],["-0.93192214999999976e2","0.76747208000000001e2"],["-0.93187499999999943e2","0.76745529000000033e2"],["-0.93179717999999923e2","0.76741088999999988e2"],["-0.93169723999999974e2","0.76686919999999986e2"],["-0.93174438000000009e2","0.76674987999999985e2"],[-93.18638599999997,"0.76660812000000021e2"],["-0.93300277999999878e2","0.76552199999999971e2"],["-0.93306655999999919e2",76.54664600000001],["-0.93461394999999982e2",76.49832200000003],["-0.93595276000000013e2","0.76462493999999992e2"],["-0.93629989999999964e2","0.76451934999999992e2"],["-0.93641953000000001e2",76.44720500000011],["-0.93651947000000007e2","0.76441650000000038e2"],["-0.93652221999999938e2","0.76437759000000142e2"],["-0.93650283999999999e2",76.43553200000008],["-0.93548339999999882e2","0.76386108000000092e2"],["-0.93528609999999958e2","0.76384720000000016e2"],["-0.93509445000000028e2","0.76386658000000125e2"],["-0.93498336999999992e2","0.76388885000000016e2"],[-93.46362299999987,"0.76399429000000055e2"],["-0.93456954999999994e2","0.76403595000000109e2"],["-0.93467399999999998e2",76.40792799999997],["-0.93480559999999969e2","0.76409927000000039e2"],["-0.93500838999999985e2",76.4102630000001],["-0.93508895999999993e2","0.76406647000000078e2"],["-0.93520554000000004e2","0.76405823000000112e2"],["-0.93537780999999995e2","0.76407486000000006e2"],["-0.93554992999999968e2","0.76411377000000073e2"],["-0.93570846999999958e2","0.76416382000000112e2"],["-0.93580565999999976e2","0.76423035000000084e2"],["-0.93576401000000033e2","0.76426650999999993e2"],["-0.93533065999999963e2","0.76443039000000056e2"],["-0.93518889999999999e2","0.76448318000000029e2"],["-0.93501403999999923e2","0.76452209000000096e2"],["-0.93476562000000001e2","0.76454772999999932e2"],["-0.93454223999999954e2","0.76456436000000053e2"],["-0.93422226000000023e2","0.76458328000000108e2"],["-0.93392776000000026e2","0.76461655000000064e2"],["-0.93370270000000005e2","0.76466385000000059e2"],["-0.93357223999999917e2","0.76470535000000098e2"],["-0.93123610999999926e2","0.76573043999999982e2"],["-0.93111114999999927e2","0.76580276000000083e2"],["-0.93095276000000013e2","0.76590546000000018e2"],["-0.93096953999999926e2","0.76596649000000127e2"],[-93.09973100000002,"0.76601653999999996e2"],["-0.93046386999999925e2","0.76616089000000102e2"],["-0.92945830999999998e2","0.76622482000000048e2"],[-92.90306099999998,"0.76621918000000107e2"],["-0.92880279999999971e2","0.76620818999999983e2"],["-0.92857223999999917e2","0.76618317000000047e2"],["-0.92789718999999934e2","0.76609146000000123e2"],["-0.92705276000000026e2","0.76594437000000084e2"],[-92.68360899999999,"0.76592484000000127e2"],["-0.92654998999999975e2","0.76594711000000018e2"],["-0.92642501999999979e2","0.76598037999999974e2"],["-0.92632767000000001e2","0.76602478000000133e2"],["-0.92618057000000022e2","0.76607483000000002e2"],["-0.92605834999999956e2","0.76610535000000141e2"],["-0.92564437999999939e2","0.76616089000000102e2"],["-0.92541106999999897e2","0.76617752000000053e2"],["-0.92506393000000003e2","0.76617477000000008e2"],["-0.92468338000000017e2",76.61303700000002],["-0.92440825999999959e2","0.76603317000000118e2"],[-92.42111199999988,"0.76598037999999974e2"],[-92.40055799999999,"0.76594986000000006e2"],["-0.92386948000000018e2","0.76593872000000033e2"],[-92.36860699999994,"0.76594437000000084e2"],["-0.92330840999999964e2","0.76597214000000008e2"],["-0.92183318999999983e2","0.76614699999999914e2"],["-0.92077498999999989e2","0.76637207000000046e2"],["-0.92043609999999887e2","0.76646942000000081e2"],["-0.92004332999999917e2","0.76657897999999932e2"],["-0.91991942999999992e2","0.76660812000000021e2"],["-0.91970001000000025e2","0.76664428999999984e2"],["-0.91938599000000011e2","0.76668320000000051e2"],["-0.91910003999999901e2","0.76670532000000094e2"],["-0.91775557999999933e2","0.76679703000000018e2"],["-0.91668609999999944e2","0.76684708000000057e2"],["-0.91535827999999924e2","0.76688873000000058e2"],["-0.91410552999999936e2","0.76689148000000102e2"],["-0.91385283999999956e2","0.76688309000000118e2"],["-0.91132767000000001e2","0.76664428999999984e2"],["-0.91008895999999936e2","0.76651657000000114e2"],["-0.90986114999999984e2","0.76649155000000064e2"],["-0.90883895999999936e2","0.76626647999999989e2"],["-0.90871383999999978e2","0.76622757000000092e2"],["-0.90854720999999984e2",76.61554000000001],["-0.90849990999999875e2","0.76609146000000123e2"],["-0.90844161999999926e2","0.76603592000000106e2"],["-0.90837218999999948e2","0.76599152000000117e2"],["-0.90817779999999971e2","0.76593597000000045e2"],["-0.90779998999999975e2","0.76585815000000082e2"],["-0.90741104000000007e2","0.76580551000000071e2"],["-0.90674438000000009e2","0.76573318000000086e2"],["-0.90626388999999961e2",76.56999200000007],["-0.90582503999999972e2","0.76565262000000018e2"],[-90.56361400000003,"0.76559708000000001e2"],[-90.50306699999993,76.53137200000009],["-0.90498610999999926e2","0.76524993999999936e2"],["-0.90468613000000005e2","0.76479155999999989e2"],["-0.90468063000000029e2","0.76473038000000088e2"],[-90.48332199999993,76.46804800000001],["-0.90510833999999988e2","0.76463882000000126e2"],["-0.90538054999999929e2",76.46138000000002],[-90.61610399999995,76.45637499999998],["-0.90638335999999924e2","0.76455826000000059e2"],["-0.90779175000000009e2","0.76461105000000032e2"],["-0.90826400999999976e2","0.76463042999999971e2"],["-0.91090560999999923e2","0.76478043000000127e2"],["-0.91304169000000002e2","0.76504166000000055e2"],[-91.34973100000002,"0.76509430000000066e2"],["-0.91373885999999857e2","0.76511107999999979e2"],["-0.91414718999999934e2","0.76512771999999984e2"],["-0.91441101000000003e2","0.76512771999999984e2"],["-0.91564162999999951e2","0.76500823999999966e2"],["-0.91566665999999998e2","0.76498871000000008e2"],["-0.91416396999999961e2","0.76460266000000047e2"],["-0.91402495999999985e2","0.76457488999999953e2"],["-0.91271117999999944e2","0.76453873000000101e2"],["-0.91147506999999962e2","0.76450821000000019e2"],["-0.91057219999999973e2","0.76450546000000145e2"],[-90.99110399999995,"0.76447754000000089e2"],["-0.90974166999999966e2","0.76446091000000138e2"],["-0.90797774999999945e2",76.42692599999998],["-0.90642226999999991e2","0.76410537999999917e2"],["-0.90414443999999946e2","0.76403046000000018e2"],["-0.90368331999999953e2","0.76399994000000049e2"],["-0.90317229999999938e2","0.76394714000000022e2"],["-0.90281386999999995e2","0.76389160000000004e2"],[-90.06361400000003,"0.76361648999999943e2"],["-0.89831389999999942e2",76.34027100000003],["-0.89543883999999935e2","0.76316939999999988e2"],["-0.89367766999999958e2","0.76304152999999985e2"],["-0.89305557000000022e2",76.299149],["-0.89292496000000028e2","0.76296097000000088e2"],["-0.89230559999999912e2","0.76272766000000047e2"],["-0.89217772999999909e2","0.76266663000000108e2"],["-0.89208617999999944e2","0.76260818000000029e2"],["-0.89201110999999912e2","0.76254166000000112e2"],["-0.89192214999999976e2","0.76242203000000075e2"],["-0.89192490000000021e2","0.76236099000000024e2"],["-0.89198607999999865e2",76.22526600000009],["-0.89209166999999979e2","0.76221099999999979e2"],["-0.89295546999999942e2","0.76197754000000145e2"],["-0.89326400999999919e2","0.76189423000000033e2"],["-0.89349730999999963e2","0.76183594000000028e2"],["-0.89378051999999968e2","0.76180267000000072e2"],["-0.89588332999999921e2","0.76165816999999947e2"],["-0.89831954999999994e2","0.76160812000000078e2"],["-0.89888610999999912e2","0.76166091999999992e2"],["-0.89904175000000009e2","0.76168869000000086e2"],["-0.89976105000000018e2","0.76173874000000126e2"],[-90.37332200000003,"0.76181366000000082e2"],["-0.90397780999999952e2","0.76180542000000116e2"],["-0.90416945999999996e2","0.76178863999999976e2"],["-0.90438598999999954e2","0.76175537000000077e2"],["-0.90453613000000018e2",76.17053199999998],["-0.90455840999999964e2","0.76167205999999965e2"],["-0.90455565999999976e2","0.76165543000000014e2"],["-0.90438598999999954e2","0.76162201000000096e2"],["-0.90414443999999946e2","0.76159987999999942e2"],["-0.90256957999999941e2","0.76146942000000024e2"],[-90.22222899999997,"0.76144440000000145e2"],["-0.90151671999999905e2","0.76141663000000051e2"],["-0.90064162999999894e2","0.76136932000000115e2"],["-0.90048614999999984e2","0.76132751000000042e2"],[-90.06361400000003,"0.76127762000000075e2"],["-0.90085280999999895e2",76.1244200000001],["-0.90110824999999977e2","0.76124145999999996e2"],["-0.90308884000000035e2","0.76138321000000076e2"],["-0.90448607999999979e2","0.76154984000000013e2"],["-0.90666397000000018e2","0.76166930999999977e2"],["-0.90786117999999988e2","0.76171371000000136e2"],["-0.90937209999999936e2","0.76180817000000104e2"],["-0.91112212999999883e2","0.76191924999999912e2"],["-0.91204726999999934e2","0.76212769000000094e2"],["-0.91219726999999978e2","0.76218323000000055e2"],["-0.91256957999999941e2","0.76227203000000088e2"],["-0.91274444999999957e2","0.76230270000000019e2"],["-0.91423614999999984e2","0.76253876000000105e2"],["-0.91445830999999941e2","0.76256653000000028e2"],["-0.91571395999999936e2",76.26527400000009],[-91.59722899999997,"0.76264999000000103e2"],["-0.91613616999999977e2","0.76262206999999989e2"],["-0.91599730999999963e2",76.25610400000005],["-0.91579453000000001e2","0.76251663000000121e2"],["-0.91416655999999989e2",76.22526600000009],["-0.91332779000000016e2",76.214157],[-91.33666999999997,"0.76178588999999988e2"],[-91.27194199999991,"0.76155822999999941e2"],["-0.91220276000000013e2","0.76161651999999947e2"],["-0.91203339000000028e2",76.16137700000013],["-0.91163329999999974e2","0.76159714000000008e2"],["-0.91116652999999985e2",76.15637200000009],["-0.90882491999999957e2","0.76137207000000103e2"],["-0.90700287000000003e2","0.76119431000000134e2"],[-90.67971799999998,"0.76117203000000018e2"],["-0.90665008999999998e2","0.76112198000000149e2"],["-0.90757506999999976e2",76.07638500000013],["-0.90785277999999948e2","0.76072769000000051e2"],["-0.90809432999999956e2","0.76071930000000066e2"],["-0.90833618000000001e2","0.76072769000000051e2"],["-0.90855270000000019e2","0.76072220000000129e2"],["-0.90862502999999947e2","0.76069992000000127e2"],["-0.90866104000000007e2","0.76067215000000033e2"],["-0.90864715999999987e2","0.76064987000000087e2"],["-0.90848891999999978e2","0.76060806000000014e2"],[-90.71578199999999,76.06343099999998],["-0.90703605999999922e2","0.76064926000000014e2"],["-0.90663940000000025e2","0.76074265000000025e2"],["-0.90660941999999864e2","0.76076431000000014e2"],["-0.90611664000000019e2","0.76084717000000069e2"],["-0.90599166999999966e2","0.76088042999999971e2"],["-0.90575012000000015e2","0.76090271000000087e2"],["-0.90548339999999939e2","0.76091370000000097e2"],["-0.90474166999999966e2","0.76089706000000035e2"],["-0.90429442999999992e2","0.76088318000000129e2"],["-0.90408614999999998e2",76.08638000000002],["-0.90194442999999922e2","0.76062759000000142e2"],["-0.90190552000000025e2",76.06109600000002],["-0.90193877999999984e2","0.76055251999999996e2"],["-0.90202498999999989e2","0.76050261999999975e2"],["-0.90215012000000002e2",76.04582199999993],["-0.90233886999999925e2","0.76041092000000106e2"],[-90.27416999999997,"0.76034424000000115e2"],["-0.90301666000000012e2","0.76032486000000006e2"],["-0.90328613000000018e2","0.76031372000000033e2"],["-0.90404723999999931e2","0.76031096999999988e2"],["-0.90635947999999985e2","0.76028152000000034e2"],["-0.90718452000000013e2","0.76022658999999976e2"],["-0.90904175000000009e2","0.76015549000000021e2"],["-0.90929168999999888e2","0.76015549000000021e2"],["-0.91005279999999971e2","0.76024994000000049e2"],["-0.91144729999999981e2","0.76021102999999982e2"],["-0.91160827999999924e2","0.76018051000000071e2"],["-0.91155272999999909e2","0.76014160000000004e2"],["-0.91069732999999928e2","0.75990265000000022e2"],["-0.90950286999999946e2","0.75962204000000099e2"],["-0.90941939999999988e2","0.75955551000000128e2"],["-0.90938598999999954e2","0.75951385000000016e2"],["-0.90941939999999988e2","0.75945526000000029e2"],["-0.90948882999999967e2","0.75939972000000012e2"],["-0.90968063000000029e2","0.75931091000000094e2"],["-0.91016953000000001e2","0.75925537000000077e2"],["-0.91070557000000008e2","0.75922484999999995e2"],["-0.91100280999999995e2","0.75918594000000098e2"],["-0.91118880999999931e2","0.75913879000000065e2"],["-0.91129439999999988e2","0.75908600000000092e2"],["-0.91143340999999964e2","0.75897217000000069e2"],["-0.91125823999999852e2","0.75857483000000002e2"],["-0.91132492000000013e2","0.75851928999999984e2"],["-0.91135833999999932e2","0.75846099999999979e2"],["-0.91134170999999924e2","0.75842484000000127e2"],["-0.91129990000000021e2",75.839157],["-0.91107498000000021e2","0.75840545999999961e2"],["-0.91091675000000009e2","0.75843323000000055e2"],["-0.91079452999999944e2","0.75848038000000088e2"],["-0.91053328999999906e2","0.75881087999999977e2"],["-0.90939986999999974e2","0.75915268000000083e2"],["-0.90903060999999923e2","0.75924698000000149e2"],["-0.90895844000000011e2","0.75927200000000028e2"],["-0.90886123999999995e2","0.75931655999999975e2"],["-0.90847778000000005e2","0.75952208999999982e2"],["-0.90833618000000001e2",75.96026599999999],["-0.90827788999999996e2","0.75966385000000002e2"],["-0.90805557000000022e2","0.75985535000000141e2"],["-0.90793883999999991e2",75.99470500000001],["-0.90777495999999985e2","0.75996094000000028e2"],["-0.90755843999999968e2","0.75994980000000055e2"],["-0.90717223999999931e2","0.75989151000000049e2"],["-0.90569457999999941e2","0.75979980000000069e2"],[-90.48332199999993,"0.75980270000000075e2"],["-0.90464447000000007e2","0.75978591999999992e2"],["-0.90444716999999969e2","0.75974151999999947e2"],["-0.90433318999999983e2",75.97026100000005],["-0.90429442999999992e2","0.75968323000000112e2"],["-0.90434158000000025e2","0.75963318000000072e2"],["-0.90442490000000021e2","0.75959717000000012e2"],[-90.49221799999998,"0.75945816000000036e2"],["-0.90519164999999987e2","0.75936096000000134e2"],["-0.90526107999999965e2","0.75930541999999946e2"],["-0.90528335999999911e2","0.75925537000000077e2"],["-0.90531386999999938e2","0.75913605000000132e2"],["-0.90531676999999945e2","0.75903595000000053e2"],["-0.90529998999999862e2","0.75898331000000042e2"],["-0.90521118000000001e2","0.75895538000000101e2"],["-0.90504729999999938e2","0.75895263999999941e2"],["-0.90496947999999975e2","0.75897766000000047e2"],[-90.34722899999997,"0.75949417000000096e2"],["-0.90342223999999987e2","0.75953049000000078e2"],["-0.90337783999999999e2","0.75963043000000084e2"],["-0.90339447000000007e2","0.75968323000000112e2"],["-0.90256957999999941e2","0.75966933999999981e2"],["-0.90118057000000022e2","0.75941924999999969e2"],["-0.90114440999999943e2","0.75947753999999975e2"],["-0.90102492999999981e2","0.75961654999999951e2"],["-0.90072509999999966e2","0.75995529000000147e2"],["-0.90060271999999998e2",76.00471500000009],["-0.90052779999999984e2","0.76007217000000026e2"],["-0.90037506000000008e2","0.76009155000000135e2"],["-0.90015015000000005e2","0.76010269000000108e2"],["-0.89966659999999877e2","0.76008605999999986e2"],["-0.89947495000000004e2","0.76007217000000026e2"],["-0.89929717999999923e2",76.00471500000009],["-0.89924437999999952e2",76.00221300000004],["-0.89909163999999976e2","0.75964995999999985e2"],["-0.89825012000000015e2","0.75943038999999942e2"],["-0.89687499999999943e2","0.75899993999999992e2"],["-0.89689986999999917e2","0.75894989000000123e2"],["-0.89702224999999999e2","0.75879700000000071e2"],[-89.70944199999991,"0.75874146000000053e2"],["-0.89724441999999954e2","0.75863036999999963e2"],["-0.89750290000000007e2","0.75846649000000127e2"],["-0.89772781000000009e2","0.75836380000000077e2"],["-0.89778885000000002e2","0.75831665000000044e2"],["-0.89782227000000034e2","0.75825821000000019e2"],["-0.89776397999999972e2","0.75792755000000056e2"],["-0.89775008999999955e2","0.75787491000000102e2"],["-0.89765014999999948e2","0.75785812000000078e2"],["-0.89738891999999964e2","0.75786652000000117e2"],["-0.89692490000000021e2","0.75796371000000136e2"],[-89.68638599999997,"0.75802474999999959e2"],["-0.89688048999999978e2","0.75804428000000087e2"],["-0.89689162999999951e2","0.75809708000000001e2"],["-0.89685546999999985e2","0.75814147999999989e2"],[-89.61999499999996,"0.75853592000000106e2"],["-0.89611114999999927e2","0.75857208000000128e2"],["-0.89587508999999955e2","0.75859146000000067e2"],["-0.89558334000000002e2","0.75857483000000002e2"],["-0.89439163000000008e2","0.75845260999999994e2"],["-0.89422774999999945e2","0.75841934000000094e2"],["-0.89410277999999948e2","0.75829712000000086e2"],["-0.89392501999999979e2","0.75821105999999986e2"],[-89.37777699999998,"0.75816665999999998e2"],["-0.89320007000000032e2","0.75803863999999976e2"],["-0.89277495999999928e2","0.75798324999999977e2"],["-0.89201401000000033e2","0.75786926000000051e2"],["-0.89172775000000001e2","0.75780548000000124e2"],["-0.89164169000000015e2","0.75774704000000099e2"],["-0.89160278000000005e2","0.75768051000000128e2"],["-0.89160552999999936e2","0.75755828999999949e2"],["-0.89166945999999996e2",75.7452550000001],["-0.89253890999999953e2","0.75631088000000034e2"],["-0.89262787000000003e2","0.75627761999999962e2"],["-0.89275008999999955e2","0.75627761999999962e2"],["-0.89336670000000026e2","0.75627761999999962e2"],["-0.89543059999999969e2","0.75610535000000141e2"],["-0.89649170000000026e2",75.61554000000001],["-0.89763061999999991e2","0.75577484000000027e2"],["-0.89765288999999882e2","0.75575546000000088e2"],["-0.89739440999999943e2","0.75573607999999922e2"],["-0.89722504000000015e2","0.75574157999999954e2"],["-0.89681945999999868e2",75.57998699999996],["-0.89649993999999992e2","0.75587204000000099e2"],["-0.89605559999999912e2","0.75589705999999978e2"],["-0.89588332999999921e2",75.58859300000006],[-89.550995,"0.75579711999999972e2"],["-0.89542496000000028e2","0.75570540999999992e2"],["-0.89548614999999984e2","0.75566085999999984e2"],[-89.56806899999998,75.5619200000001],["-0.89628325999999959e2","0.75561370999999951e2"],["-0.89676392000000021e2","0.75562194999999917e2"],["-0.89692490000000021e2","0.75561096000000134e2"],["-0.89706954999999994e2","0.75557480000000055e2"],["-0.89700835999999981e2","0.75553040000000067e2"],["-0.89645553999999947e2","0.75548325000000034e2"],["-0.89576674999999966e2","0.75547759999999982e2"],["-0.89550827000000027e2","0.75548873999999955e2"],["-0.89526397999999915e2","0.75551926000000094e2"],["-0.89515015000000005e2","0.75554152999999985e2"],["-0.89500564999999995e2","0.75558868000000018e2"],["-0.89491942999999992e2","0.75565535999999952e2"],["-0.89473617999999874e2","0.75574707000000103e2"],["-0.89458618000000001e2","0.75579436999999928e2"],["-0.89441665999999998e2","0.75583327999999995e2"],["-0.89431670999999994e2","0.75584427000000005e2"],["-0.89403335999999967e2","0.75587204000000099e2"],["-0.89351669000000015e2","0.75589157000000057e2"],["-0.89302215999999987e2","0.75589157000000057e2"],["-0.89235824999999977e2","0.75586655000000121e2"],["-0.89217223999999987e2","0.75584991000000116e2"],["-0.89182770000000005e2","0.75577208999999982e2"],["-0.89174438000000009e2","0.75572768999999994e2"],["-0.89168335000000013e2","0.75566666000000055e2"],["-0.89156386999999938e2","0.75549713000000111e2"],["-0.89154998999999975e2","0.75544434000000138e2"],["-0.89149170000000026e2","0.75532211000000075e2"],["-0.89143065999999976e2","0.75524429000000112e2"],[-89.09973100000002,"0.75484146000000067e2"],["-0.88963897999999972e2","0.75431931000000077e2"],["-0.88950561999999934e2","0.75429703000000131e2"],["-0.88921386999999982e2","0.75427199999999971e2"],[-88.87110899999999,75.43414300000012],["-0.88841675000000009e2","0.75436371000000065e2"],["-0.88818618999999956e2","0.75436920000000043e2"],["-0.88796951000000035e2","0.75434982000000105e2"],["-0.88779723999999987e2","0.75432479999999998e2"],["-0.88768889999999942e2","0.75434708000000001e2"],["-0.88747771999999941e2","0.75470825000000104e2"],[-88.75,"0.75474991000000045e2"],["-0.88801392000000021e2","0.75531372000000147e2"],["-0.88865829000000019e2","0.75586105000000089e2"],["-0.88755004999999983e2","0.75676650999999936e2"],["-0.88738892000000021e2",75.67942800000003],["-0.88722777999999892e2","0.75679153000000042e2"],["-0.88678329000000019e2","0.75675261999999975e2"],["-0.88631667999999991e2","0.75667206000000078e2"],["-0.88600829999999917e2","0.75659424000000115e2"],["-0.88574172999999917e2","0.75648880000000077e2"],["-0.88542770000000019e2","0.75635818000000029e2"],[-88.50778200000002,"0.75619431000000077e2"],["-0.88448883000000023e2",75.59526100000005],["-0.88399445000000014e2","0.75579162999999994e2"],["-0.88364166000000012e2","0.75568878000000097e2"],["-0.88315826000000015e2","0.75556366000000082e2"],["-0.88228881999999999e2","0.75539429000000098e2"],["-0.88203613000000018e2","0.75531097000000102e2"],["-0.88198882999999967e2","0.75528595000000053e2"],["-0.88196945000000028e2","0.75522766000000047e2"],["-0.88198607999999979e2","0.75517212000000029e2"],["-0.88201401000000033e2","0.75512206999999989e2"],["-0.88217498999999918e2","0.75509720000000073e2"],["-0.88240828999999962e2","0.75509155000000078e2"],["-0.88290833000000021e2",75.49693300000007],["-0.88305831999999896e2","0.75492203000000075e2"],["-0.88301391999999964e2","0.75488037000000134e2"],["-0.88295273000000009e2","0.75484985000000052e2"],["-0.88263061999999934e2","0.75476089000000115e2"],["-0.88228881999999999e2","0.75471099999999979e2"],[-88.21305799999999,"0.75470535000000098e2"],["-0.88200835999999924e2","0.75471924000000115e2"],["-0.88148055999999997e2","0.75488876000000118e2"],[-88.12249799999995,"0.75501099000000011e2"],[-88.06806899999998,"0.75521927000000062e2"],["-0.87958054000000004e2","0.75544144000000131e2"],["-0.87751403999999923e2","0.75576660000000061e2"],["-0.87716110000000015e2","0.75575271999999927e2"],["-0.87697768999999937e2","0.75573607999999922e2"],["-0.87661391999999921e2","0.75567215000000147e2"],["-0.87648346000000004e2",75.5619200000001],["-0.87495543999999995e2","0.75485809000000017e2"],["-0.87494995000000017e2","0.75483871000000079e2"],["-0.87498885999999914e2","0.75478043000000127e2"],["-0.87504729999999995e2","0.75474425999999994e2"],["-0.87529998999999918e2","0.75465271000000143e2"],["-0.87563889000000017e2","0.75459152000000074e2"],["-0.87588607999999965e2","0.75456375000000037e2"],["-0.87601394999999968e2","0.75453323000000069e2"],["-0.87606383999999935e2","0.75449707000000046e2"],["-0.87594726999999978e2","0.75446365000000071e2"],[-87.58277899999996,"0.75444702000000007e2"],["-0.87568344000000025e2","0.75443588000000034e2"],["-0.87548614999999927e2","0.75444427000000132e2"],["-0.87533614999999884e2","0.75446090999999967e2"],[-87.5,"0.75452209000000096e2"],["-0.87459732000000031e2","0.75461380000000077e2"],["-0.87445830999999941e2","0.75465271000000143e2"],["-0.87434433000000013e2","0.75468871999999976e2"],[-87.4183349999999,"0.75479706000000078e2"],["-0.87416397000000018e2","0.75485260000000039e2"],["-0.87430283000000031e2","0.75501099000000011e2"],["-0.87437774999999988e2",75.5086060000001],["-0.87444442999999922e2","0.75513885000000073e2"],[-87.46665999999999,"0.75521103000000096e2"],["-0.87462783999999942e2","0.75563034000000073e2"],["-0.87393065999999976e2","0.75604156000000103e2"],["-0.87381103999999937e2","0.75609420999999998e2"],["-0.87354720999999984e2",75.61303700000002],["-0.87285552999999879e2","0.75620255000000043e2"],["-0.87263335999999981e2","0.75621094000000028e2"],[-87.25111400000003,"0.75621094000000028e2"],["-0.87234160999999915e2","0.75618317000000104e2"],["-0.87088057999999933e2",75.57998699999996],["-0.87079178000000013e2","0.75566666000000055e2"],["-0.87072783999999956e2","0.75559981999999991e2"],["-0.87055267000000015e2","0.75546936000000017e2"],["-0.87011948000000018e2","0.75531372000000147e2"],["-0.86967498999999975e2","0.75518326000000002e2"],["-0.86931106999999997e2","0.75508041000000048e2"],["-0.86914444000000003e2","0.75503876000000048e2"],["-0.86862777999999935e2","0.75491653000000042e2"],["-0.86807495000000017e2","0.75479156000000046e2"],["-0.86771117999999944e2","0.75475540000000137e2"],[-86.72222899999997,"0.75474991000000045e2"],["-0.86643340999999964e2","0.75478043000000127e2"],["-0.86631103999999993e2","0.75477767999999912e2"],["-0.86601943999999946e2","0.75476379000000122e2"],["-0.86583892999999875e2","0.75474701000000039e2"],["-0.86567504999999983e2","0.75472214000000122e2"],[-86.48332199999993,"0.75456650000000025e2"],["-0.86464721999999995e2","0.75452773999999977e2"],["-0.86375548999999978e2","0.75427475000000129e2"],["-0.86365554999999972e2","0.75423309000000074e2"],["-0.86368880999999988e2","0.75418320000000108e2"],["-0.86389175000000023e2",75.40776100000005],["-0.86400283999999999e2","0.75402205999999978e2"],["-0.86415282999999988e2","0.75398880000000133e2"],["-0.86506392999999946e2","0.75388046000000031e2"],["-0.86553878999999938e2","0.75381363000000079e2"],["-0.86576675000000023e2","0.75377197000000024e2"],["-0.86611114999999984e2",75.36831699999999],["-0.86615279999999984e2","0.75365540000000067e2"],["-0.86596663999999976e2",75.361649],["-0.86544723999999974e2",75.35914600000001],["-0.86520279000000016e2","0.75360259999999982e2"],["-0.86491942999999935e2","0.75362762000000089e2"],["-0.86376099000000011e2","0.75376373000000058e2"],["-0.86358336999999949e2","0.75379699999999957e2"],["-0.86245270000000005e2","0.75401932000000045e2"],["-0.86198607999999922e2","0.75416091999999935e2"],["-0.86169997999999964e2","0.75418594000000041e2"],["-0.86082503999999972e2","0.75421371000000136e2"],["-0.86031386999999938e2","0.75422485000000108e2"],["-0.85833618000000001e2","0.75416091999999935e2"],["-0.85680557000000022e2","0.75408034999999984e2"],["-0.85674438000000009e2","0.75418320000000108e2"],["-0.85908614999999941e2","0.75460266000000104e2"],["-0.86006392999999889e2","0.75472214000000122e2"],["-0.86109726000000023e2","0.75481934000000024e2"],["-0.86124709999999993e2","0.75485535000000084e2"],["-0.86138335999999924e2","0.75489975000000072e2"],["-0.86149445000000014e2","0.75496368000000075e2"],[-86.154449,"0.75500823999999966e2"],["-0.86143065999999976e2","0.75508041000000048e2"],[-86.11332699999997,"0.75514999000000046e2"],["-0.86096953999999982e2",75.51776099999995],[-86.00389100000001,"0.75531372000000147e2"],["-0.85908614999999941e2","0.75543868999999916e2"],["-0.85865554999999972e2","0.75544708000000071e2"],["-0.85763061999999991e2","0.75546097000000088e2"],[-85.44387799999987,"0.75560256999999979e2"],["-0.85329178000000013e2","0.75561096000000134e2"],["-0.85303328999999962e2","0.75568878000000097e2"],["-0.85189986999999917e2","0.75611923000000047e2"],["-0.85074172999999917e2","0.75651931999999988e2"],["-0.85054442999999992e2","0.75656096999999988e2"],["-0.85039169000000015e2","0.75657760999999994e2"],["-0.84926940999999943e2","0.75658874999999966e2"],["-0.84879165999999884e2","0.75656937000000028e2"],["-0.84797226000000023e2","0.75652771000000143e2"],["-0.84763061999999934e2","0.75650269000000037e2"],[-84.71833799999996,"0.75642761000000064e2"],["-0.84683883999999921e2","0.75634430000000123e2"],[-84.62249799999995,"0.75628036000000066e2"],[-84.59973100000002,"0.75626647999999989e2"],["-0.84572234999999978e2","0.75626373000000001e2"],["-0.84524719000000005e2","0.75628036000000066e2"],["-0.84497497999999894e2","0.75631653000000028e2"],["-0.84503066999999987e2","0.75633330999999998e2"],["-0.84519454999999937e2","0.75636108000000036e2"],["-0.84539992999999981e2","0.75637772000000098e2"],["-0.84557220000000029e2",75.63888500000013],["-0.84607773000000009e2","0.75639160000000004e2"],[-84.63110399999988,"0.75640548999999965e2"],["-0.84651107999999965e2","0.75643599999999992e2"],["-0.84657226999999921e2","0.75647491000000059e2"],[-84.66361999999998,75.68609600000002],["-0.84644454999999994e2","0.75687194999999974e2"],["-0.84482773000000009e2","0.75694427000000076e2"],["-0.84350554999999872e2","0.75697754000000032e2"],["-0.84322783999999956e2","0.75699141999999938e2"],["-0.84299164000000019e2",75.70277400000009],["-0.84070556999999951e2","0.75761932000000115e2"],["-0.83929442999999878e2","0.75810806000000071e2"],["-0.83878150999999946e2","0.75818962000000056e2"],["-0.83767226999999934e2","0.75824158000000125e2"],["-0.83740554999999972e2","0.75824432000000058e2"],["-0.83722503999999958e2","0.75822495000000004e2"],["-0.83703887999999949e2","0.75818329000000062e2"],["-0.83698043999999925e2","0.75814423000000033e2"],["-0.83706389999999942e2","0.75812195000000088e2"],[-83.72193900000002,"0.75810806000000071e2"],[-83.74888599999997,75.80664100000007],["-0.83752228000000002e2","0.75801376000000005e2"],["-0.83736938000000009e2","0.75795258000000047e2"],["-0.83698607999999979e2","0.75790268000000026e2"],["-0.83672774999999945e2","0.75788879000000009e2"],["-0.83619995000000017e2","0.75789429000000041e2"],[-83.56610099999989,"0.75791656000000103e2"],["-0.83515288999999882e2","0.75789703000000145e2"],["-0.83495269999999948e2",75.78637700000013],["-0.83479720999999927e2","0.75782211000000018e2"],["-0.83464721999999995e2","0.75776093000000117e2"],["-0.83458344000000011e2","0.75770264000000054e2"],["-0.83447768999999994e2","0.75755828999999949e2"],[-83.43360899999999,"0.75750274999999988e2"],["-0.83419158999999866e2","0.75748870999999951e2"],["-0.83292220999999927e2","0.75737762000000089e2"],["-0.83123610999999983e2","0.75734421000000054e2"],["-0.83065276999999924e2","0.75739151000000049e2"],["-0.82960007000000019e2","0.75756103999999993e2"],[-82.82028200000002,"0.75781937000000084e2"],["-0.82799437999999952e2","0.75786102000000085e2"],["-0.82664718999999991e2","0.75811371000000122e2"],["-0.82466400000000021e2","0.75828048999999965e2"],["-0.82327224999999942e2","0.75836928999999998e2"],["-0.82279175000000009e2","0.75836655000000064e2"],["-0.82139998999999875e2","0.75826934999999992e2"],[-81.95666499999993,"0.75815261999999962e2"],["-0.81885559000000001e2","0.75811096000000077e2"],["-0.81660827999999924e2","0.75811371000000122e2"],["-0.81536941999999954e2","0.75809417999999994e2"],["-0.81450561999999991e2","0.75800812000000064e2"],["-0.81212509000000011e2","0.75771378000000084e2"],[-81.22084000000001,"0.75704712000000029e2"],["-0.81276671999999962e2","0.75668320000000051e2"],["-0.81281677000000002e2","0.75663605000000018e2"],["-0.81285278000000005e2","0.75657486000000006e2"],["-0.81271118000000001e2","0.75651382000000126e2"],["-0.81256957999999997e2","0.75649719000000005e2"],["-0.81010009999999966e2","0.75633330999999998e2"],["-0.80983886999999982e2","0.75633330999999998e2"],["-0.80857772999999952e2","0.75634995000000004e2"],["-0.80779998999999918e2","0.75637772000000098e2"],["-0.80547226000000023e2","0.75650818000000015e2"],["-0.80502501999999936e2","0.75652206000000092e2"],["-0.80480559999999969e2","0.75651093000000003e2"],[-80.46665999999999,"0.75649428999999998e2"],["-0.80316955999999948e2","0.75630539000000056e2"],["-0.80275283999999999e2","0.75624985000000095e2"],["-0.80256119000000012e2",75.62164300000012],["-0.80199158000000011e2","0.75608871000000136e2"],["-0.80101944000000003e2","0.75586929000000055e2"],["-0.80068344000000025e2","0.75578872999999987e2"],["-0.79953612999999962e2","0.75540268000000083e2"],["-0.79948607999999922e2","0.75534149000000014e2"],["-0.79956115999999952e2","0.75530822999999998e2"],["-0.80085006999999905e2","0.75507766999999944e2"],["-0.80191665999999884e2","0.75489975000000072e2"],["-0.80252501999999993e2","0.75485809000000017e2"],["-0.80355269999999962e2","0.75473877000000073e2"],["-0.80371932999999956e2","0.75468871999999976e2"],["-0.80373046999999929e2","0.75463042999999971e2"],["-0.80358337000000006e2","0.75458602999999982e2"],["-0.80338607999999908e2","0.75456375000000037e2"],["-0.80306655999999919e2","0.75456099999999992e2"],["-0.80108046999999942e2","0.75469147000000021e2"],["-0.80000289999999893e2","0.75476928999999984e2"],["-0.79929168999999945e2","0.75479706000000078e2"],[-79.73332199999993,"0.75471924000000115e2"],["-0.79714721999999995e2","0.75470535000000098e2"],["-0.79644164999999987e2","0.75462494000000049e2"],["-0.79586394999999982e2","0.75454712000000086e2"],["-0.79574721999999895e2","0.75449997000000053e2"],["-0.79581954999999994e2","0.75446365000000071e2"],["-0.79635559000000001e2","0.75445815999999979e2"],["-0.79656386999999995e2","0.75444138000000066e2"],["-0.79675551999999925e2","0.75441360000000032e2"],["-0.79683059999999955e2","0.75435806000000071e2"],["-0.79682495000000017e2","0.75430817000000104e2"],[-79.62222300000002,"0.75402480999999966e2"],["-0.79605559999999969e2","0.75398041000000148e2"],["-0.79561660999999958e2","0.75394989000000066e2"],["-0.79520003999999972e2",75.391098],["-0.79503066999999987e2","0.75388596000000064e2"],["-0.79488051999999925e2","0.75383330999999998e2"],["-0.79486937999999952e2","0.75379974000000061e2"],["-0.79488601999999958e2","0.75362487999999928e2"],["-0.79510009999999966e2","0.75338043000000084e2"],["-0.79527495999999928e2","0.75322220000000073e2"],["-0.79539443999999889e2","0.75317763999999954e2"],["-0.79563323999999966e2",75.31860400000005],["-0.79596664000000033e2","0.75316086000000041e2"],["-0.79610000999999897e2","0.75310806000000014e2"],[-79.61471599999993,"0.75305542000000003e2"],["-0.79611938000000009e2","0.75298325000000091e2"],["-0.79587508999999898e2","0.75287491000000045e2"],["-0.79570847000000015e2",75.283051],["-0.79548889000000031e2","0.75281096999999988e2"],["-0.79443084999999996e2","0.75280190000000061e2"],["-0.79506957999999884e2","0.75229980000000069e2"],["-0.79571121000000005e2","0.75199142000000052e2"],["-0.79629439999999988e2","0.75174987999999928e2"],["-0.79651672000000019e2","0.75172484999999995e2"],["-0.79731948999999929e2","0.75164703000000031e2"],["-0.79774170000000026e2","0.75167205999999965e2"],["-0.79835555999999997e2","0.75160262999999986e2"],["-0.79929442999999878e2","0.75140549000000078e2"],["-0.79944152999999915e2","0.75136383000000023e2"],["-0.79954726999999934e2",75.12692300000009],["-0.79955841000000021e2","0.75113876000000118e2"],["-0.79955275999999969e2","0.75106644000000017e2"],["-0.79955841000000021e2","0.75100266000000033e2"],["-0.79960555999999883e2","0.75094711000000132e2"],["-0.79974166999999852e2",75.08998100000008],["-0.80128875999999991e2","0.75068054000000018e2"],["-0.80150832999999977e2","0.75065536000000066e2"],["-0.80215012000000002e2","0.75063309000000004e2"],["-0.80296111999999994e2","0.75058868000000075e2"],["-0.80440552000000025e2","0.75038040000000024e2"],["-0.80427489999999921e2","0.75029984000000127e2"],["-0.80402495999999928e2","0.75021103000000039e2"],["-0.80327498999999989e2","0.74998596000000134e2"],["-0.80310546999999985e2","0.74996368000000132e2"],["-0.80297225999999966e2","0.74996643000000006e2"],["-0.80238892000000021e2","0.74994431000000134e2"],["-0.80194442999999978e2","0.74989975000000015e2"],["-0.80182219999999916e2",74.986649],["-0.80173888999999917e2","0.74982483000000059e2"],["-0.80184158000000025e2","0.74979430999999977e2"],["-0.80216110000000015e2","0.74976089000000002e2"],["-0.80243057000000022e2","0.74973038000000031e2"],["-0.80258347000000015e2","0.74969711000000075e2"],["-0.80271941999999967e2","0.74964996000000042e2"],["-0.80278884999999946e2","0.74959427000000062e2"],["-0.80278884999999946e2","0.74957214000000079e2"],["-0.80274170000000026e2","0.74951096000000121e2"],["-0.80266112999999962e2","0.74946640000000059e2"],["-0.80240828999999962e2","0.74946640000000059e2"],["-0.80033614999999941e2","0.74974426000000108e2"],["-0.80026946999999893e2","0.74979980000000069e2"],["-0.80013061999999991e2","0.74986923000000104e2"],["-0.79975280999999995e2",74.9994200000001],["-0.79942764000000011e2","0.75006943000000092e2"],["-0.79919158999999922e2","0.75010543999999982e2"],["-0.79795273000000009e2","0.75027480999999966e2"],["-0.79776947000000007e2","0.75028320000000122e2"],["-0.79716400000000021e2","0.75028869999999984e2"],["-0.79692763999999954e2","0.75028046000000018e2"],["-0.79613891999999964e2",75.01998900000001],[-79.59722899999997,"0.75017487000000131e2"],["-0.79582503999999915e2","0.75014435000000049e2"],["-0.79505004999999926e2","0.74998321999999973e2"],["-0.79501953000000015e2",74.99581900000004],["-0.79507232999999985e2","0.74993042000000116e2"],["-0.79535827999999924e2","0.74991653000000099e2"],["-0.79555557000000022e2","0.74987198000000092e2"],["-0.79551940999999943e2","0.74981659000000093e2"],["-0.79464721999999995e2","0.74933319000000097e2"],["-0.79442489999999907e2","0.74921646000000067e2"],["-0.79426392000000021e2","0.74917206000000022e2"],["-0.79391953000000001e2","0.74911102000000028e2"],[-79.35722399999986,"0.74907486000000119e2"],["-0.79338608000000022e2","0.74903320000000065e2"],["-0.79334732000000031e2","0.74899993999999992e2"],["-0.79333617999999944e2","0.74896378000000141e2"],["-0.79333617999999944e2","0.74894440000000031e2"],["-0.79335830999999928e2","0.74889160000000118e2"],["-0.79370543999999995e2","0.74876373000000115e2"],["-0.79390839000000028e2","0.74872482000000048e2"],["-0.79501953000000015e2","0.74859421000000111e2"],["-0.79530288999999925e2","0.74857758000000047e2"],["-0.79580001999999979e2","0.74858321999999987e2"],["-0.79732773000000009e2","0.74836655000000121e2"],["-0.79851943999999946e2","0.74818878000000041e2"],["-0.79860549999999989e2","0.74814697000000137e2"],["-0.79880553999999904e2","0.74813034000000073e2"],["-0.79930557000000022e2","0.74813309000000061e2"],[-80.06806899999998,"0.74836380000000077e2"],[-80.25306699999993,"0.74870818999999983e2"],["-0.80274170000000026e2","0.74881087999999977e2"],[-80.28195199999999,"0.74889984000000084e2"],["-0.80293883999999935e2","0.74919983000000116e2"],["-0.80293610000000001e2","0.74926376000000062e2"],["-0.80296951000000035e2","0.74931090999999924e2"],["-0.80306380999999988e2","0.74939148000000102e2"],["-0.80321670999999981e2","0.74937759000000085e2"],["-0.80335280999999952e2","0.74933044000000052e2"],["-0.80362212999999997e2","0.74923599000000024e2"],["-0.80386123999999882e2","0.74913604999999961e2"],["-0.80396118000000001e2","0.74908599999999922e2"],["-0.80413054999999986e2","0.74897766000000047e2"],["-0.80416655999999932e2",74.89387499999998],["-0.80416107000000011e2",74.88888500000013],["-0.80361114999999984e2","0.74868866000000025e2"],["-0.80347777999999948e2","0.74864990000000148e2"],["-0.80329726999999991e2","0.74861374000000069e2"],["-0.80296951000000035e2","0.74856934000000081e2"],["-0.80261123999999995e2","0.74852767999999969e2"],["-0.80224166999999966e2","0.74849426000000051e2"],[-80.18638599999997,"0.74843323000000112e2"],["-0.80153609999999958e2","0.74836655000000121e2"],["-0.80108611999999994e2","0.74824432000000058e2"],["-0.80097778000000005e2","0.74820267000000058e2"],["-0.80101668999999958e2","0.74789154000000053e2"],["-0.80159164000000033e2","0.74730269999999962e2"],["-0.80191375999999934e2","0.74698029000000076e2"],["-0.80156112999999948e2","0.74636932000000058e2"],["-0.80148894999999925e2","0.74631088000000034e2"],["-0.80146666999999979e2","0.74626923000000033e2"],["-0.80149444999999957e2","0.74622482000000105e2"],["-0.80161391999999921e2","0.74612198000000092e2"],["-0.80231673999999998e2","0.74578049000000078e2"],["-0.80248046999999985e2","0.74576096000000121e2"],["-0.80253715999999997e2","0.74576050000000066e2"],["-0.80339995999999985e2","0.74580551000000128e2"],["-0.80385009999999966e2",74.5816650000001],["-0.80454453000000001e2","0.74580825999999945e2"],["-0.80468886999999938e2","0.74579436999999984e2"],["-0.80488891999999964e2","0.74575546000000088e2"],["-0.80591674999999952e2",74.56442300000009],["-0.80753066999999987e2","0.74563309000000118e2"],["-0.80844161999999983e2","0.74562759000000085e2"],["-0.80951950000000011e2","0.74566086000000041e2"],["-0.80974715999999944e2","0.74566939999999988e2"],["-0.80994155999999919e2","0.74569717000000082e2"],["-0.81029998999999975e2","0.74576660000000061e2"],["-0.81049727999999959e2","0.74579163000000051e2"],["-0.81069457999999884e2","0.74579711999999972e2"],["-0.81219161999999983e2","0.74571381000000088e2"],["-0.81269729999999981e2","0.74566086000000041e2"],["-0.81287505999999951e2","0.74563034000000073e2"],["-0.81510833999999988e2","0.74514434999999935e2"],["-0.81670836999999949e2","0.74478592000000106e2"],["-0.81759170999999924e2","0.74461105000000089e2"],["-0.81785003999999958e2","0.74457764000000054e2"],["-0.81810821999999973e2","0.74456940000000088e2"],["-0.81854720999999984e2","0.74459427000000119e2"],["-0.82060546999999929e2","0.74475540000000024e2"],["-0.82081680000000006e2","0.74477203000000088e2"],["-0.82101395000000025e2","0.74479706000000078e2"],["-0.82327498999999989e2","0.74510544000000095e2"],["-0.82511123999999995e2","0.74527206000000035e2"],["-0.82557219999999973e2","0.74514709000000096e2"],["-0.82574722000000008e2","0.74511658000000068e2"],["-0.82592498999999975e2","0.74510544000000095e2"],["-0.82615279999999984e2","0.74511108000000036e2"],[-82.74749799999995,"0.74518051000000014e2"],["-0.82783614999999941e2","0.74520263999999997e2"],["-0.82871933000000013e2","0.74538589000000059e2"],["-0.82914169000000015e2",74.549149],["-0.82953613000000018e2","0.74565810999999997e2"],["-0.83018340999999907e2","0.74594436999999914e2"],["-0.83056380999999988e2",74.61554000000001],["-0.83079726999999934e2","0.74630264000000068e2"],["-0.83088607999999965e2","0.74636658000000125e2"],["-0.83092498999999975e2","0.74641372999999987e2"],["-0.83102218999999934e2",74.65415999999999],[-83.12388599999997,"0.74684982000000048e2"],["-0.83128051999999968e2","0.74691925000000026e2"],["-0.83131942999999978e2","0.74708328000000108e2"],["-0.83128051999999968e2",74.71748400000007],["-0.83107772999999952e2","0.74748032000000023e2"],["-0.83090835999999854e2","0.74757767000000115e2"],["-0.83075012000000015e2","0.74762206999999933e2"],["-0.83041381999999942e2","0.74769989000000066e2"],["-0.83028884999999946e2","0.74774993999999936e2"],[-83.02305599999994,"0.74780548000000124e2"],["-0.83024170000000026e2","0.74783325000000048e2"],["-0.83081680000000006e2","0.74818054000000075e2"],[-83.09584000000001,74.82388300000008],["-0.83105269999999962e2","0.74826660000000004e2"],["-0.83116104000000007e2","0.74828597999999943e2"],[-83.15583799999996,"0.74826935000000049e2"],["-0.83203063999999983e2","0.74820830999999998e2"],["-0.83227782999999874e2","0.74820540999999992e2"],[-83.24888599999997,"0.74823608000000092e2"],["-0.83299727999999959e2","0.74835541000000148e2"],[-83.33666999999997,"0.74849426000000051e2"],["-0.83380829000000006e2","0.74866379000000109e2"],["-0.83402221999999938e2","0.74875259000000142e2"],["-0.83475554999999929e2","0.74896652000000074e2"],["-0.83511397999999986e2","0.74901657000000114e2"],[-83.52806099999998,"0.74901657000000114e2"],["-0.83547500999999954e2","0.74897491000000059e2"],[-83.55972300000002,"0.74892487000000074e2"],["-0.83560546999999985e2","0.74887206999999989e2"],["-0.83559433000000013e2","0.74880814000000044e2"],["-0.83556945999999925e2","0.74875259000000142e2"],["-0.83527221999999995e2",74.84526100000005],["-0.83518616000000009e2","0.74839432000000045e2"],["-0.83472504000000015e2","0.74815262000000018e2"],["-0.83458617999999944e2","0.74808028999999976e2"],["-0.83429992999999911e2","0.74797484999999938e2"],["-0.83394164999999987e2","0.74790268000000026e2"],["-0.83375274999999931e2","0.74786926000000108e2"],["-0.83354995999999971e2","0.74784424000000001e2"],["-0.83327498999999932e2","0.74779160000000047e2"],["-0.83318893000000003e2","0.74774993999999936e2"],["-0.83324172999999973e2","0.74755264000000125e2"],["-0.83327498999999932e2",74.75],["-0.83454726999999991e2","0.74591094999999996e2"],["-0.83474441999999954e2","0.74579711999999972e2"],["-0.83484160999999972e2","0.74574996999999939e2"],["-0.83598891999999978e2","0.74543594000000098e2"],["-0.83611664000000019e2","0.74540817000000004e2"],["-0.83720839999999953e2","0.74545532000000037e2"],["-0.83785552999999936e2","0.74548598999999967e2"],["-0.83805556999999965e2","0.74550812000000121e2"],["-0.83830840999999964e2","0.74551376000000062e2"],["-0.83855270000000019e2","0.74550812000000121e2"],["-0.83907501000000025e2","0.74546936000000073e2"],["-0.84037780999999939e2",74.53414900000007],["-0.84063323999999966e2","0.74530822999999998e2"],["-0.84107498000000021e2","0.74523314999999968e2"],["-0.84145844000000011e2","0.74515548999999965e2"],["-0.84216400000000021e2","0.74507216999999969e2"],["-0.84238892000000021e2","0.74505554000000018e2"],["-0.84285552999999936e2",74.50360100000006],["-0.84332778999999903e2","0.74503876000000105e2"],["-0.84355835000000013e2","0.74504440000000045e2"],["-0.84396118000000001e2","0.74507492000000127e2"],["-0.84641678000000013e2","0.74506943000000035e2"],["-0.84850280999999995e2","0.74502212999999983e2"],["-0.84871384000000035e2","0.74501389000000017e2"],["-0.84889450000000011e2","0.74502212999999983e2"],["-0.84899445000000014e2","0.74503326000000072e2"],[-84.91194200000001,"0.74508041000000105e2"],["-0.84916655999999932e2","0.74511108000000036e2"],["-0.84983063000000016e2","0.74570541000000048e2"],["-0.84985275000000001e2","0.74579163000000051e2"],["-0.84974715999999944e2","0.74617477000000065e2"],["-0.84960281000000009e2","0.74656937000000084e2"],["-0.84955001999999865e2",74.66276600000009],["-0.84950835999999981e2","0.74668869000000029e2"],["-0.84950835999999981e2","0.74672760000000096e2"],["-0.84952498999999989e2","0.74679153000000042e2"],["-0.84955565999999976e2","0.74684708000000114e2"],["-0.84964172000000019e2","0.74691925000000026e2"],["-0.84973327999999867e2","0.74696091000000138e2"],["-0.84990554999999972e2","0.74698029000000076e2"],["-0.85003341999999975e2","0.74697479000000044e2"],["-0.85063888999999961e2",74.651657],["-0.85072509999999966e2","0.74641098000000113e2"],["-0.85044723999999917e2","0.74612198000000092e2"],["-0.85037506000000008e2","0.74541092000000049e2"],["-0.85036941999999954e2","0.74535263000000043e2"],["-0.85038604999999961e2","0.74528870000000097e2"],["-0.85043609999999944e2","0.74523314999999968e2"],["-0.85074172999999917e2","0.74508880999999974e2"],["-0.85087783999999886e2","0.74504990000000078e2"],["-0.85104720999999984e2","0.74501663000000121e2"],["-0.85125274999999931e2",74.49859600000002],[-85.21444699999995,74.49192800000003],["-0.85259445000000028e2","0.74490540000000124e2"],["-0.85353057999999976e2",74.49859600000002],["-0.85363616999999977e2","0.74501937999999996e2"],["-0.85369995000000017e2","0.74509430000000066e2"],["-0.85363891999999964e2","0.74537490999999989e2"],["-0.85365554999999972e2","0.74544144000000131e2"],["-0.85370270000000005e2","0.74552475000000072e2"],["-0.85468613000000005e2","0.74658875000000023e2"],["-0.85474166999999909e2","0.74664428999999984e2"],["-0.85482773000000009e2","0.74671646000000123e2"],[-85.49499499999996,"0.74679153000000042e2"],["-0.85504455999999948e2","0.74683318999999926e2"],["-0.85520554000000004e2","0.74688033999999959e2"],["-0.85527221999999881e2","0.74688873000000115e2"],["-0.85543335000000013e2","0.74686371000000065e2"],["-0.85549987999999985e2",74.68193100000002],["-0.85524170000000026e2","0.74598602000000142e2"],["-0.85520844000000011e2","0.74593048000000124e2"],["-0.85509170999999981e2","0.74579987000000017e2"],["-0.85486938000000009e2","0.74561096000000134e2"],["-0.85481948999999929e2","0.74554152999999985e2"],["-0.85479996000000028e2","0.74547760000000039e2"],["-0.85479171999999949e2","0.74541655999999989e2"],["-0.85480285999999921e2","0.74537200999999982e2"],[-85.50389100000001,"0.74520538000000101e2"],["-0.85527221999999881e2","0.74510269000000051e2"],["-0.85542220999999927e2","0.74505554000000018e2"],["-0.85560546999999929e2","0.74501389000000017e2"],["-0.85580840999999964e2","0.74498322000000087e2"],["-0.85604172000000005e2","0.74495818999999926e2"],["-0.86013335999999981e2","0.74479431000000091e2"],["-0.86059433000000013e2","0.74478592000000106e2"],["-0.86082503999999972e2","0.74479156000000046e2"],["-0.86120834000000002e2","0.74482207999999957e2"],["-0.86123046999999872e2",74.48332199999993],["-0.86122771999999941e2","0.74489975000000129e2"],["-0.86101105000000018e2","0.74511383000000023e2"],["-0.86085555999999997e2","0.74529434000000037e2"],["-0.86079178000000013e2",74.53915400000011],["-0.86077788999999939e2","0.74545257999999933e2"],["-0.86082779000000016e2","0.74555251999999939e2"],["-0.86153610000000015e2",74.60914600000001],["-0.86177779999999927e2","0.74615265000000022e2"],["-0.86197494999999947e2","0.74615265000000022e2"],["-0.86215835999999854e2","0.74610809000000074e2"],["-0.86224441999999954e2","0.74607758000000047e2"],["-0.86235001000000011e2","0.74601929000000041e2"],["-0.86240554999999972e2",74.59693900000002],["-0.86242766999999958e2",74.59137000000004],[-86.23443599999996,"0.74581100000000106e2"],["-0.86227492999999981e2","0.74575271999999984e2"],["-0.86223052999999936e2","0.74562194999999974e2"],["-0.86232223999999974e2","0.74540268000000083e2"],["-0.86235275000000001e2","0.74535263000000043e2"],["-0.86244719999999973e2",74.52388000000002],["-0.86278885000000002e2","0.74508605999999929e2"],["-0.86332779000000016e2","0.74490265000000136e2"],["-0.86399170000000026e2","0.74479431000000091e2"],["-0.86423324999999977e2","0.74478866999999923e2"],["-0.86443603999999993e2","0.74481093999999985e2"],["-0.86462508999999955e2","0.74485535000000084e2"],["-0.86633330999999998e2","0.74526093000000003e2"],["-0.86664168999999958e2","0.74534714000000065e2"],[-86.69110099999989,"0.74544144000000131e2"],["-0.86708618000000001e2","0.74551086000000055e2"],["-0.86720839999999896e2","0.74558594000000085e2"],["-0.86759170999999981e2","0.74586380000000133e2"],["-0.86762786999999946e2","0.74591933999999981e2"],["-0.86761672999999973e2","0.74598037999999974e2"],["-0.86751403999999866e2",74.60386699999998],[-86.74610899999999,"0.74608871000000136e2"],[-86.75111400000003,"0.74613602000000071e2"],["-0.86766952999999944e2","0.74616088999999988e2"],["-0.86785277999999948e2","0.74616928000000144e2"],["-0.86799437999999952e2","0.74615265000000022e2"],["-0.86801101999999958e2","0.74611374000000126e2"],["-0.86800551999999925e2","0.74552200000000028e2"],["-0.86797226000000023e2","0.74543594000000098e2"],["-0.86794448999999986e2","0.74539978000000076e2"],["-0.86705565999999976e2","0.74500275000000045e2"],["-0.86693603999999937e2","0.74468048000000067e2"],["-0.86905838000000017e2","0.74460541000000092e2"],["-0.87225829999999917e2","0.74466934000000094e2"],[-87.27027899999996,"0.74468323000000055e2"],["-0.87304169000000002e2","0.74471649000000127e2"],["-0.87320846999999958e2","0.74476653999999996e2"],["-0.87352782999999931e2","0.74495254999999986e2"],["-0.87474441999999954e2","0.74475815000000011e2"],["-0.87508621000000005e2",74.46775800000006],["-0.87527221999999995e2","0.74465545999999961e2"],["-0.87574722000000008e2","0.74461929000000055e2"],["-0.87669998000000021e2","0.74459991000000059e2"],["-0.87710830999999928e2","0.74460815000000025e2"],["-0.87732223999999974e2","0.74466385000000116e2"],["-0.87755004999999983e2","0.74479431000000091e2"],["-0.87848052999999993e2","0.74476089000000115e2"],["-0.87903610000000015e2","0.74472214000000122e2"],["-0.88036117999999931e2","0.74476928999999984e2"],["-0.88263625999999988e2","0.74483597000000145e2"],["-0.88356109999999944e2","0.74489150999999993e2"],["-0.88496947999999861e2","0.74497757000000092e2"],["-0.88517226999999991e2","0.74499709999999993e2"],["-0.88529723999999987e2","0.74501937999999996e2"],["-0.88535277999999948e2",74.50360100000006],["-0.88539992999999981e2",74.50610400000005],["-0.88571121000000005e2","0.74549987999999985e2"],["-0.88570846999999958e2","0.74556091000000094e2"],["-0.88560821999999973e2","0.74593048000000124e2"],["-0.88542220999999984e2","0.74616088999999988e2"],["-0.88406386999999995e2","0.74736098999999967e2"],["-0.88347504000000015e2","0.74784714000000008e2"],["-0.88484725999999966e2","0.74857758000000047e2"],["-0.88528060999999866e2","0.74901931999999988e2"],["-0.88537216000000001e2","0.74906937000000028e2"],["-0.88547774999999945e2","0.74907760999999994e2"],["-0.88557220000000029e2","0.74906647000000021e2"],[-88.56806899999998,"0.74901382000000126e2"],["-0.88664718999999934e2","0.74844986000000006e2"],["-0.88675827000000027e2","0.74836929000000055e2"],[-88.74360699999994,74.78387500000008],["-0.88749724999999899e2",74.77777100000003],["-0.88752501999999993e2","0.74768326000000002e2"],[-88.75306699999993,"0.74756103999999993e2"],["-0.88749724999999899e2","0.74749709999999936e2"],["-0.88748885999999914e2","0.74741364000000033e2"],["-0.88749434999999949e2","0.74726089000000059e2"],["-0.88753341999999918e2","0.74714157000000114e2"],["-0.88811935000000005e2","0.74672211000000118e2"],["-0.88821395999999993e2","0.74666382000000112e2"],["-0.88835555999999997e2","0.74661377000000073e2"],[-88.848343,"0.74659149000000127e2"],["-0.88862212999999997e2","0.74658875000000023e2"],["-0.88873885999999914e2",74.6602630000001],["-0.88883056999999951e2","0.74665267999999969e2"],["-0.88889724999999999e2","0.74670531999999923e2"],["-0.88917220999999984e2","0.74719711000000132e2"],["-0.88918059999999855e2","0.74732483000000116e2"],["-0.88914168999999958e2","0.74749145999999996e2"],["-0.88910278000000005e2","0.74754990000000021e2"],["-0.88905563000000029e2",74.75999500000006],["-0.88904174999999952e2","0.74765549000000078e2"],["-0.88906386999999995e2","0.74773041000000035e2"],["-0.88909728999999857e2",74.77777100000003],["-0.88926940999999943e2",74.78387500000008],["-0.89073623999999882e2","0.74833878000000027e2"],["-0.89088608000000022e2","0.74837204000000042e2"],["-0.89097778000000005e2","0.74836105000000089e2"],["-0.89099166999999966e2","0.74835266000000104e2"],["-0.89059998000000007e2","0.74797484999999938e2"],["-0.89053329000000019e2","0.74793594000000041e2"],["-0.89042769999999905e2","0.74789702999999975e2"],["-0.89011123999999938e2","0.74780822999999941e2"],["-0.89010283999999956e2","0.74775543000000084e2"],["-0.89012786999999946e2","0.74770538000000045e2"],["-0.89041381999999999e2","0.74730269999999962e2"],["-0.89047501000000011e2","0.74722487999999998e2"],["-0.89055832000000009e2","0.74719146999999964e2"],["-0.89077788999999882e2","0.74717209000000025e2"],["-0.89102218999999991e2","0.74719437000000028e2"],["-0.89178878999999938e2","0.74732208000000128e2"],["-0.89178878999999938e2","0.74735260000000039e2"],["-0.89181106999999997e2","0.74739700000000028e2"],["-0.89190551999999968e2","0.74744430999999963e2"],["-0.89223052999999993e2","0.74752487000000031e2"],["-0.89243057000000022e2","0.74755264000000125e2"],["-0.89265014999999948e2","0.74756378000000097e2"],["-0.89271118000000001e2","0.74754715000000033e2"],["-0.89216400000000021e2","0.74721100000000092e2"],["-0.89202498999999932e2","0.74713882000000126e2"],["-0.89189712999999927e2","0.74708602999999925e2"],["-0.89141112999999962e2","0.74698029000000076e2"],[-89.12249799999995,"0.74696091000000138e2"],["-0.89105270000000019e2","0.74693039000000056e2"],["-0.89095839999999953e2","0.74688033999999959e2"],["-0.89095839999999953e2",74.68193100000002],[-89.125,"0.74616928000000144e2"],["-0.89131942999999922e2","0.74611374000000126e2"],["-0.89150557999999933e2","0.74599716000000114e2"],["-0.89185271999999998e2","0.74587494000000106e2"],["-0.89196945000000028e2","0.74584427000000005e2"],["-0.89438889000000017e2","0.74550812000000121e2"],["-0.89455001999999922e2","0.74548598999999967e2"],["-0.89489715999999987e2","0.74545532000000037e2"],["-0.89580565999999976e2","0.74540268000000083e2"],[-89.92860399999995,"0.74530822999999998e2"],["-0.89946105999999986e2","0.74532211000000132e2"],["-0.90106658999999979e2","0.74549422999999933e2"],["-0.90223891999999921e2","0.74563599000000124e2"],["-0.90244995000000017e2","0.74566939999999988e2"],["-0.90263335999999924e2","0.74570541000000048e2"],["-0.90363051999999982e2","0.74594711000000075e2"],[-90.45666499999993,"0.74600815000000068e2"],["-0.90496384000000035e2","0.74601654000000053e2"],["-0.90529998999999862e2","0.74605255000000113e2"],["-0.90589721999999995e2","0.74613312000000064e2"],["-0.90607223999999917e2","0.74616378999999995e2"],["-0.90619995000000017e2","0.74619980000000055e2"],[-90.70805399999989,"0.74648041000000148e2"],["-0.90731673999999941e2","0.74664153999999996e2"],["-0.90736938000000009e2","0.74669434000000024e2"],["-0.90739440999999999e2","0.74673874000000069e2"],["-0.90747771999999998e2","0.74703048999999965e2"],[-90.75111400000003,"0.74716385000000059e2"],["-0.90867492999999911e2","0.74702484000000084e2"],["-0.90875823999999966e2","0.74691925000000026e2"],["-0.90885559000000001e2","0.74683593999999971e2"],["-0.90895614999999964e2","0.74681137000000092e2"],["-0.91013625999999988e2","0.74698868000000061e2"],["-0.91024718999999948e2",74.70277400000009],["-0.91023620999999991e2","0.74706940000000031e2"],["-0.91012221999999952e2","0.74717209000000025e2"],["-0.90978332999999964e2","0.74739700000000028e2"],["-0.90965012000000002e2","0.74747757000000036e2"],["-0.90945830999999941e2","0.74751389000000131e2"],["-0.90938598999999954e2","0.74750823999999966e2"],["-0.90926101999999958e2","0.74751663000000065e2"],["-0.90896118000000001e2",74.75749200000007],["-0.90883895999999936e2","0.74761658000000011e2"],["-0.90851395000000025e2","0.74776093000000117e2"],["-0.90758057000000008e2","0.74831100000000049e2"],["-0.90752791999999943e2","0.74835815000000082e2"],["-0.90740829000000019e2","0.74847488000000112e2"],["-0.90742492999999911e2","0.74852767999999969e2"],["-0.90746658000000025e2","0.74860535000000084e2"],[-90.75778200000002,"0.74880814000000044e2"],["-0.90772232000000031e2","0.74884995000000117e2"],["-0.90816956000000005e2","0.74883605999999986e2"],["-0.90841110000000015e2","0.74879425000000083e2"],["-0.90853881999999942e2","0.74875259000000142e2"],["-0.90863892000000021e2","0.74869979999999998e2"],["-0.90870270000000005e2",74.86442599999998],["-0.90874435000000005e2","0.74859146000000123e2"],[-90.87388599999997,"0.74853043000000014e2"],["-0.90883330999999998e2",74.84165999999999],["-0.90975006000000008e2","0.74799423000000104e2"],[-91,"0.74789702999999975e2"],["-0.91075286999999946e2","0.74761107999999979e2"],["-0.91101943999999946e2","0.74751099000000124e2"],["-0.91132767000000001e2","0.74744430999999963e2"],["-0.91144729999999981e2","0.74747481999999991e2"],[-91.14416499999993,"0.74751389000000131e2"],["-0.91146666999999923e2","0.74755554000000132e2"],["-0.91171660999999972e2",74.75749200000007],["-0.91188599000000011e2","0.74752777000000037e2"],["-0.91216110000000015e2","0.74738876000000062e2"],["-0.91225829999999917e2","0.74733597000000088e2"],["-0.91228881999999942e2","0.74727768000000083e2"],["-0.91226944000000003e2","0.74722487999999998e2"],["-0.91185271999999941e2","0.74684708000000114e2"],["-0.91177489999999977e2","0.74678039999999953e2"],["-0.91154998999999975e2","0.74665542999999957e2"],[-91.11471599999993,"0.74645827999999995e2"],["-0.91105835000000013e2",74.63998400000014],["-0.91098052999999879e2","0.74633330999999998e2"],["-0.91099730999999963e2",74.62831100000011],["-0.91106658999999979e2","0.74625809000000061e2"],["-0.91133056999999951e2","0.74624420000000043e2"],["-0.91256393000000003e2","0.74628585999999984e2"],["-0.91455841000000021e2","0.74639708999999982e2"],["-0.91539992999999924e2","0.74646378000000027e2"],["-0.91553328999999962e2","0.74648330999999985e2"],["-0.91676101999999901e2","0.74671921000000111e2"],["-0.91684998000000007e2","0.74677765000000136e2"],["-0.91671660999999972e2","0.74689697000000081e2"],["-0.91664169000000015e2","0.74693314000000044e2"],["-0.91634170999999981e2","0.74696091000000138e2"],["-0.91621932999999956e2","0.74700272000000041e2"],["-0.91620270000000005e2","0.74704987000000074e2"],["-0.91624435000000005e2","0.74709991000000059e2"],["-0.91635833999999932e2","0.74715271000000087e2"],["-0.91651671999999962e2","0.74719986000000119e2"],["-0.91708618000000001e2","0.74727478000000076e2"],["-0.91754181000000017e2","0.74727768000000083e2"],[-91.779449,"0.74725815000000125e2"],["-0.91798888999999917e2","0.74722214000000065e2"],["-0.91811110999999983e2",74.71804800000001],["-0.91812499999999886e2","0.74713042999999971e2"],[-91.80296299999992,"0.74706184000000007e2"],["-0.91798888999999917e2","0.74699416999999983e2"],["-0.91815551999999968e2",74.69470200000012],["-0.91833069000000023e2","0.74696091000000138e2"],["-0.91851105000000018e2","0.74698868000000061e2"],["-0.91866652999999928e2","0.74702209000000096e2"],["-0.91876663000000008e2","0.74706940000000031e2"],["-0.91875274999999931e2","0.74711928999999998e2"],["-0.91859160999999972e2","0.74721100000000092e2"],["-0.91892226999999934e2","0.74750823999999966e2"],["-0.91961944999999957e2","0.74764160000000061e2"],["-0.91998610999999983e2","0.74773041000000035e2"],["-0.92015838999999971e2","0.74778320000000008e2"],["-0.92045546999999999e2","0.74789702999999975e2"],[-92.05749499999996,74.79664600000001],["-0.92063613999999973e2","0.74803588999999988e2"],["-0.92065276999999924e2",74.80720500000001],[-92.06639100000001,"0.74813309000000061e2"],[-92.05749499999996,74.82499700000011],["-0.92051665999999955e2","0.74830551000000071e2"],["-0.92043334999999956e2","0.74836380000000077e2"],[-92.01916499999993,"0.74846099999999979e2"],["-0.92013061999999991e2","0.74851928999999984e2"],["-0.92008056999999951e2","0.74863602000000014e2"],["-0.92006393000000003e2","0.74888046000000145e2"],["-0.92013335999999924e2","0.74908325000000104e2"],["-0.92015288999999939e2","0.74913604999999961e2"],["-0.92043334999999956e2","0.74951935000000105e2"],["-0.92048049999999989e2","0.74958328000000051e2"],["-0.92063323999999966e2","0.74963882000000069e2"],["-0.92091674999999896e2","0.74971649000000014e2"],[-92.1058349999999,"0.74976654000000053e2"],["-0.92164169000000015e2","0.74998031999999967e2"],["-0.92209732000000031e2","0.75038588999999945e2"],["-0.92228881999999999e2","0.75071105999999986e2"],["-0.92225829999999917e2",75.07388300000008],[-92.21556099999998,75.07638500000013],["-0.92186385999999914e2",75.08137499999998],["-0.92152495999999985e2","0.75083878000000141e2"],["-0.92111664000000019e2","0.75081940000000031e2"],["-0.92046188000000029e2","0.75084961000000078e2"],["-0.92029998999999918e2",75.08638000000002],["-0.92012511999999958e2","0.75095260999999994e2"],["-0.92010009999999966e2","0.75101089000000115e2"],["-0.92051392000000021e2","0.75146942000000024e2"],["-0.92055557000000022e2",75.15026899999998],["-0.92070556999999894e2","0.75153046000000074e2"],["-0.92083618000000001e2","0.75153320000000008e2"],["-0.92105269999999962e2","0.75151932000000102e2"],["-0.92193329000000006e2","0.75143326000000002e2"],["-0.92325561999999991e2","0.75151657000000057e2"],["-0.92490829000000019e2","0.75213608000000079e2"],["-0.92468886999999938e2","0.75284714000000122e2"],["-0.92428604000000007e2","0.75394440000000088e2"],["-0.92388335999999924e2","0.75441925000000083e2"],["-0.92328063999999983e2","0.75489151000000106e2"],["-0.92220276000000013e2","0.75546097000000088e2"],["-0.92210281000000009e2","0.75551376000000062e2"],["-0.92199431999999945e2","0.75553864000000033e2"],["-0.92155838000000017e2","0.75556641000000127e2"],["-0.92100280999999995e2","0.75562759000000085e2"],["-0.92085830999999985e2","0.75564987000000031e2"],["-0.92069457999999997e2","0.75568878000000097e2"],["-0.92056655999999975e2","0.75573043999999982e2"],["-0.92013901000000033e2","0.75589157000000057e2"],["-0.92005004999999926e2","0.75594986000000063e2"],["-0.92008346999999958e2","0.75661377000000073e2"],["-0.92043609999999887e2",75.68553200000008],[-92.05749499999996,"0.75691359999999975e2"],["-0.92089995999999985e2","0.75700272000000041e2"],["-0.92137512000000015e2","0.75721100000000092e2"],["-0.92156661999999983e2","0.75731094000000098e2"],["-0.92174437999999952e2","0.75744431000000134e2"],["-0.92175551999999925e2","0.75750549000000092e2"],["-0.92139724999999999e2","0.75778319999999951e2"],["-0.92119155999999919e2","0.75789154000000053e2"],["-0.92112777999999992e2","0.75794708000000014e2"],["-0.92104720999999984e2","0.75805252000000053e2"],["-0.92100554999999929e2","0.75823043999999925e2"],["-0.92103881999999942e2","0.75841369999999927e2"],["-0.92105269999999962e2","0.75847488000000055e2"],["-0.92108611999999994e2","0.75858871000000079e2"],["-0.92113327000000027e2","0.75863602000000014e2"],["-0.92129714999999976e2","0.75876373000000115e2"],["-0.92138061999999991e2","0.75879974000000004e2"],["-0.92151108000000022e2","0.75883041000000105e2"],["-0.92172774999999945e2","0.75885544000000039e2"],["-0.92215012000000002e2","0.75888321000000133e2"],[-92.23832699999997,"0.75891373000000101e2"],["-0.92317779999999914e2",75.90498400000007],["-0.92336394999999868e2","0.75908600000000092e2"],["-0.92408614999999998e2","0.75928589000000045e2"],["-0.92433060000000012e2","0.75936371000000008e2"],["-0.92444442999999922e2","0.75941086000000041e2"],["-0.92583618000000001e2","0.76008881000000031e2"],["-0.92635833999999988e2","0.76104155999999989e2"],["-0.92635833999999988e2","0.76109711000000061e2"],["-0.92637222000000008e2",76.115814],["-0.92793883999999935e2",76.20748900000001],["-0.92809433000000013e2","0.76212494000000049e2"],["-0.92946654999999964e2","0.76245818999999926e2"],["-0.93066956000000005e2",76.299149],["-0.93076674999999909e2","0.76316939999999988e2"],["-0.93057220000000029e2","0.76326660000000061e2"],["-0.93054992999999968e2","0.76332489000000066e2"],["-0.93056380999999874e2","0.76338593000000117e2"],["-0.93059158000000025e2",76.34387200000009],["-0.93071945000000028e2","0.76353317000000004e2"],["-0.93083618000000001e2","0.76358032000000037e2"],["-0.93115279999999927e2","0.76363876000000005e2"],["-0.93138061999999934e2","0.76366378999999995e2"],["-0.93186935000000005e2","0.76368317000000104e2"],["-0.93212783999999942e2","0.76368042000000116e2"],["-0.93239989999999977e2","0.76366653000000099e2"],["-0.93315276999999924e2","0.76360259999999982e2"],["-0.93345275999999956e2","0.76356094000000041e2"],["-0.93381377999999927e2",76.34637500000008],["-0.93449996999999996e2","0.76326385000000073e2"],["-0.93561934999999949e2","0.76297211000000061e2"],["-0.93587783999999886e2",76.292755],["-0.93617492999999968e2","0.76291092000000049e2"],["-0.93635833999999988e2","0.76291655999999989e2"],["-0.93658339999999896e2","0.76293868999999972e2"],["-0.93666397000000018e2","0.76298598999999967e2"],["-0.93653335999999911e2","0.76302765000000079e2"],["-0.93624434999999892e2",76.30581699999999],["-0.93623610999999926e2","0.76310806000000127e2"],["-0.93636123999999995e2","0.76326660000000061e2"],["-0.93654174999999896e2","0.76325821000000133e2"],["-0.93678878999999938e2","0.76322220000000073e2"],["-0.93718886999999995e2","0.76312484999999981e2"],["-0.93731383999999991e2","0.76306930999999963e2"],["-0.93763901000000033e2","0.76286377000000016e2"],["-0.93763901000000033e2","0.76282211000000132e2"],["-0.93761948000000018e2","0.76280272999999966e2"],["-0.93753890999999953e2","0.76275817999999958e2"],[-93.74110399999995,"0.76271927000000062e2"],[-93.720551,"0.76267761000000007e2"],["-0.93697220000000016e2",76.26388500000013],[-93.78443900000002,"0.76253052000000139e2"],["-0.93954453000000001e2","0.76257767000000001e2"],["-0.93956116000000009e2","0.76257767000000001e2"],["-0.93958343999999954e2","0.76257767000000001e2"],["-0.94097504000000015e2","0.76259430000000123e2"],["-0.94118880999999988e2","0.76261383000000023e2"],["-0.94134170999999867e2","0.76264709000000096e2"],["-0.94141387999999949e2","0.76269989000000123e2"],["-0.94151671999999905e2","0.76274155000000064e2"],["-0.94168610000000001e2","0.76278320000000065e2"],["-0.94212509000000011e2","0.76280822999999998e2"],["-0.94470839999999953e2","0.76281096999999932e2"],["-0.94641677999999956e2","0.76293319999999994e2"],["-0.94780288999999982e2","0.76288879000000065e2"],["-0.94789992999999981e2","0.76283600000000092e2"],["-0.94803329000000019e2","0.76278320000000065e2"],["-0.94838608000000022e2","0.76268326000000059e2"],["-0.95029174999999952e2","0.76236099000000024e2"],["-0.95354995999999915e2","0.76234146000000123e2"],["-0.95376099000000011e2","0.76234421000000111e2"],["-0.95386947999999961e2","0.76235809000000017e2"],["-0.95388061999999934e2","0.76283600000000092e2"],["-0.95374435000000005e2","0.76297760000000039e2"],["-0.95366942999999935e2","0.76301376000000062e2"],["-0.95357223999999974e2","0.76302765000000079e2"],["-0.95343063000000029e2","0.76300262000000089e2"],[-95.31806899999998,"0.76290817000000061e2"],["-0.95279175000000009e2","0.76281372000000147e2"],["-0.95258895999999993e2","0.76282760999999994e2"],["-0.95118332000000009e2","0.76298035000000027e2"],["-0.95092772999999909e2","0.76302765000000079e2"],["-0.95075561999999877e2","0.76307754999999929e2"],["-0.95069732999999928e2","0.76313309000000118e2"],["-0.95066558999999984e2","0.76319862000000001e2"],["-0.95058883999999978e2","0.76324706999999933e2"],["-0.95010558999999944e2","0.76331100000000106e2"],["-0.94983886999999982e2","0.76332489000000066e2"],["-0.94958892999999989e2","0.76332214000000079e2"],["-0.94915008999999884e2","0.76329711999999972e2"],["-0.94866394000000014e2","0.76325546000000088e2"],[-94.84973100000002,"0.76323317999999972e2"],[-94.84056099999998,"0.76319717000000082e2"],["-0.94849990999999875e2",76.31442300000009],["-0.94862777999999878e2","0.76309981999999991e2"],["-0.94861663999999962e2","0.76306930999999963e2"],["-0.94843613000000005e2","0.76303864000000033e2"],["-0.94828613000000018e2","0.76306091000000094e2"],["-0.94808608999999933e2","0.76311371000000008e2"],["-0.94802489999999977e2","0.76315536000000009e2"],[-94.80082699999997,"0.76321655000000021e2"],["-0.94814163000000008e2","0.76329163000000051e2"],["-0.94834441999999967e2","0.76334427000000005e2"],["-0.94894729999999925e2","0.76341660000000047e2"],["-0.94965012000000002e2","0.76347487999999942e2"],["-0.95132767000000001e2","0.76361374000000126e2"],["-0.95274719000000005e2","0.76372208000000001e2"],["-0.95299437999999952e2","0.76372482000000105e2"],["-0.95326401000000033e2",76.37081900000004],["-0.95331679999999949e2","0.76365265000000022e2"],["-0.95341384999999946e2","0.76359711000000004e2"],["-0.95388900999999976e2","0.76351929000000041e2"],["-0.95399993999999992e2","0.76353317000000004e2"],["-0.95447220000000016e2","0.76365813999999943e2"],["-0.95645279000000016e2","0.76384155000000135e2"],["-0.95668335000000013e2","0.76386108000000092e2"],["-0.95715835999999911e2","0.76392211999999915e2"],["-0.95737502999999947e2","0.76393875000000037e2"],["-0.95851105000000018e2",76.40109300000006],["-0.95995834000000002e2","0.76436919999999986e2"],["-0.96081679999999892e2","0.76478043000000127e2"],["-0.96106948999999986e2","0.76494430999999963e2"],["-0.96104171999999949e2",76.5],["-0.96099166999999909e2","0.76505553999999961e2"],[-96.09056099999998,"0.76510268999999994e2"],["-0.96065552000000025e2","0.76521378000000084e2"],["-0.96052489999999921e2","0.76524155000000007e2"],["-0.95997222999999963e2","0.76519440000000145e2"],["-0.95944991999999957e2","0.76518326000000002e2"],["-0.95806380999999931e2","0.76516388000000063e2"],["-0.95778609999999958e2","0.76518875000000094e2"],["-0.95694152999999972e2","0.76545258000000103e2"],["-0.95680557000000022e2","0.76550537000000077e2"],["-0.95657776000000013e2","0.76561371000000122e2"],["-0.95593886999999938e2","0.76593048000000067e2"],["-0.95584166999999979e2","0.76598327999999981e2"],["-0.95587783999999999e2","0.76603592000000106e2"],["-0.95599441999999954e2","0.76605255000000056e2"],["-0.95619719999999973e2","0.76606094000000041e2"],["-0.95638901000000033e2","0.76604156000000046e2"],["-0.95660277999999948e2","0.76599426000000051e2"],["-0.95696105999999986e2","0.76584152000000131e2"],["-0.95695540999999992e2","0.76580276000000083e2"],["-0.95696654999999964e2","0.76574432000000058e2"],["-0.95712783999999999e2","0.76568603999999937e2"],["-0.95759170999999981e2","0.76553588999999988e2"],["-0.95780562999999916e2","0.76548874000000126e2"],["-0.95992492999999968e2",76.54803499999997],["-0.96016953000000001e2",76.549149],["-0.96158614999999941e2","0.76583327999999995e2"],[-96.17860399999995,"0.76594147000000078e2"],["-0.96225280999999882e2","0.76625809000000004e2"],[-96.27027899999996,"0.76632751000000098e2"],[-96.33944699999995,76.63220199999995],["-0.96355835000000013e2","0.76633041000000105e2"],[-96.38137799999987,"0.76635818000000029e2"],["-0.96403335999999911e2","0.76639709000000096e2"],["-0.96421386999999982e2","0.76646102999999982e2"],["-0.96445830999999998e2","0.76657211000000132e2"],["-0.96454178000000013e2","0.76662490999999989e2"],["-0.96461394999999925e2","0.76668593999999985e2"],["-0.96461120999999991e2","0.76673599000000024e2"],[-96.46444699999995,"0.76679703000000018e2"],["-0.96470275999999956e2","0.76685532000000023e2"],["-0.96527785999999935e2","0.76693038999999999e2"],["-0.96611938000000009e2","0.76702484000000027e2"],["-0.96636123999999995e2","0.76704436999999984e2"],["-0.96661666999999966e2","0.76704712000000029e2"],["-0.96736938000000009e2","0.76697205000000054e2"],["-0.96764175000000023e2","0.76695526000000086e2"],["-0.96789718999999934e2","0.76695816000000093e2"],[-96.81639100000001,"0.76697478999999987e2"],["-0.96857772999999952e2","0.76701935000000105e2"],["-0.96879990000000021e2","0.76705826000000002e2"],["-0.96915832999999964e2","0.76714432000000102e2"],["-0.96946654999999964e2","0.76723602000000142e2"],["-0.96959166999999979e2","0.76729155999999932e2"],["-0.96964447000000007e2","0.76733322000000044e2"],["-0.96900283999999999e2","0.76795258000000047e2"],["-0.96887221999999952e2","0.76805542000000059e2"],["-0.96873885999999914e2","0.76810806000000071e2"],["-0.96854995999999971e2","0.76813034000000016e2"],["-0.96839721999999995e2","0.76810257000000092e2"],["-0.96724716000000001e2","0.76783324999999991e2"],["-0.96679717999999923e2","0.76770264000000054e2"],["-0.96592498999999918e2","0.76758881000000031e2"],["-0.96426102000000014e2","0.76744705000000067e2"],["-0.96330291999999929e2","0.76750274999999931e2"],["-0.96311935000000005e2","0.76751389000000131e2"],["-0.96305556999999965e2","0.76753875999999991e2"],["-0.96315551999999968e2","0.76802475000000129e2"],["-0.96320557000000008e2",76.80664100000007],["-0.96366942999999935e2","0.76812758999999971e2"],["-0.96453612999999962e2","0.76815262000000132e2"],[-96.50111400000003,"0.76818054000000075e2"],["-0.96547226000000023e2","0.76822769000000108e2"],["-0.96797500999999897e2","0.76861374000000012e2"],[-96.81361400000003,"0.76868042000000003e2"],["-0.96848891999999921e2","0.76887496999999996e2"],["-0.96865829000000019e2","0.76898041000000035e2"],["-0.96869155999999975e2","0.76904160000000047e2"],["-0.96869445999999982e2","0.76913879000000065e2"],["-0.96864166000000012e2","0.76919708000000071e2"],["-0.96857772999999952e2","0.76924987999999928e2"],["-0.96833617999999944e2",76.9327550000001],["-0.96796386999999982e2","0.76937484999999924e2"],["-0.96771941999999967e2","0.76937759000000028e2"],["-0.96761123999999995e2","0.76937759000000028e2"],["-0.96723891999999978e2","0.76935256999999979e2"],["-0.96708054000000004e2",76.93331900000004],["-0.96698607999999979e2","0.76934143000000006e2"],["-0.96660827999999981e2","0.76947204999999997e2"],["-0.96659163999999976e2","0.76949142000000052e2"],["-0.96667769999999962e2","0.76954436999999928e2"],["-0.96677779999999984e2","0.76957764000000054e2"],["-0.96696945000000028e2","0.76960541000000148e2"],["-0.96718886999999995e2","0.76963043000000027e2"],["-0.96765288999999996e2",76.96527100000003],["-0.96808333999999945e2","0.76966094999999996e2"],["-0.96824447999999904e2",76.96775800000006],["-0.96827788999999939e2","0.76968872000000033e2"],["-0.96825561999999991e2","0.76974426000000051e2"],["-0.96810271999999998e2","0.76979156000000103e2"],["-0.96772034000000019e2",76.98101800000012],["-0.96742034999999987e2","0.76982208000000014e2"],["-0.96673324999999977e2","0.76982208000000014e2"],["-0.96622771999999998e2","0.76979980000000069e2"],["-0.96483611999999994e2","0.76971100000000035e2"],["-0.96353881999999999e2","0.76993042000000059e2"],["-0.96391113000000018e2","0.77026931999999988e2"],["-0.96387787000000003e2",77.03054800000001],["-0.96373321999999973e2","0.77031937000000028e2"],[-96.28472899999997,"0.77039428999999984e2"],[-96.27305599999994,"0.77040267999999912e2"],[-96.24499499999996,"0.77041931000000034e2"],["-0.96226105000000018e2","0.77043045000000006e2"],["-0.96103057999999976e2","0.77044708000000128e2"],[-95.96665999999999,"0.77053040000000124e2"],["-0.95888061999999934e2",77.06109600000002],["-0.95752501999999993e2",77.06860400000005],["-0.95734726000000023e2",77.06860400000005],["-0.95707503999999915e2","0.77066940000000045e2"],["-0.95659728999999913e2","0.77058868000000075e2"]],[["-0.11332888800000001e3","0.77079987000000017e2"],[-113.353882,"0.77077484000000084e2"],["-0.11340888999999999e3","0.77078873000000044e2"],["-0.11345140099999992e3","0.77081664999999987e2"],["-0.11349194299999999e3","0.77085541000000035e2"],["-0.11349749799999989e3","0.77088318000000129e2"],["-0.11349027999999998e3","0.77092484000000013e2"],["-0.11334472700000003e3","0.77127762000000018e2"],["-0.11333528099999995e3","0.77126083000000051e2"],["-0.11331471299999998e3",77.11775200000011],["-0.11329332699999986e3","0.77107483000000116e2"],["-0.11328694200000001e3",77.09637500000008],["-0.11329110700000001e3",77.08998100000008],["-0.11330471799999998e3","0.77085266000000047e2"],["-0.11332888800000001e3","0.77079987000000017e2"]],[["-0.11377861000000001e3","0.77104155999999989e2"],["-0.11380695299999991e3","0.77104155999999989e2"],["-0.11385333300000002e3",77.10554499999995],["-0.11388054699999992e3","0.77108032000000037e2"],["-0.11390888999999999e3","0.77113037000000077e2"],["-0.11392443800000001e3","0.77118591000000094e2"],["-0.11393138099999999e3",77.1244200000001],["-0.11393138099999999e3","0.77129699999999957e2"],["-0.11392722300000003e3","0.77135268999999994e2"],["-0.11392083700000001e3",77.141098],["-0.11390110800000002e3","0.77146378000000027e2"],["-0.11388082900000001e3","0.77149719000000061e2"],[-113.859444,"0.77151382000000012e2"],[-113.798607,"0.77152481000000023e2"],["-0.11377417000000003e3","0.77151657000000057e2"],["-0.11372250399999996e3","0.77148041000000148e2"],["-0.11369915800000001e3","0.77144714000000022e2"],["-0.11367555199999993e3","0.77140274000000034e2"],["-0.11366443599999997e3","0.77134720000000016e2"],["-0.11365778399999999e3","0.77129149999999925e2"],["-0.11366416900000002e3","0.77123032000000023e2"],["-0.11367916899999989e3","0.77116928000000144e2"],[-113.703056,77.111649],["-0.11372778299999993e3","0.77108032000000037e2"],["-0.11375306699999993e3",77.10554499999995],["-0.11377861000000001e3","0.77104155999999989e2"]],[["-0.10425250199999999e3","0.77072769000000051e2"],["-0.10430277999999998e3","0.77072220000000073e2"],["-0.10435417200000001e3","0.77073883000000023e2"],["-0.10437721299999998e3","0.77076660000000118e2"],["-0.10440222199999994e3","0.77081100000000106e2"],[-104.421944,"0.77087203999999986e2"],["-0.10443167099999994e3","0.77098877000000016e2"],["-0.10442639200000002e3","0.77116379000000052e2"],["-0.10442027300000001e3","0.77122208000000057e2"],["-0.10440556299999997e3","0.77127762000000018e2"],["-0.10431973299999999e3","0.77151657000000057e2"],["-0.10430082700000003e3",77.15525800000006],["-0.10427333099999998e3","0.77159714000000008e2"],["-0.10418360899999993e3","0.77167205999999965e2"],["-0.10411389199999996e3","0.77166091999999992e2"],["-0.10407140399999997e3",77.16137700000013],["-0.10406139400000001e3","0.77158875000000023e2"],[-104.031113,77.15109300000006],["-0.10401972999999998e3","0.77146103000000039e2"],["-0.10400110599999999e3","0.77135818000000086e2"],["-0.10399889399999995e3","0.77123870999999951e2"],["-0.10400945300000001e3","0.77118042000000116e2"],["-0.10402416999999991e3","0.77112487999999985e2"],["-0.10404778299999992e3","0.77106934000000138e2"],["-0.10415028399999994e3",77.08638000000002],[-104.196663,"0.77077484000000084e2"],["-0.10425250199999999e3","0.77072769000000051e2"]],[[-95.22444200000001,"0.77167205999999965e2"],["-0.95245270000000005e2","0.77164153999999996e2"],["-0.95291381999999999e2","0.77164992999999981e2"],["-0.95314437999999996e2","0.77166656000000103e2"],["-0.95362777999999935e2","0.77171920999999998e2"],["-0.95419998000000021e2","0.77181931000000077e2"],["-0.95572509999999852e2","0.77213042999999971e2"],["-0.95613051999999925e2","0.77221924000000115e2"],["-0.95634170999999924e2","0.77228043000000127e2"],["-0.95638901000000033e2","0.77232208000000128e2"],["-0.95639998999999932e2","0.77237761999999975e2"],["-0.95636672999999973e2","0.77239150999999936e2"],["-0.95631377999999927e2","0.77239700000000084e2"],["-0.95608046999999885e2","0.77240814000000057e2"],["-0.95511123999999995e2","0.77243042000000003e2"],["-0.95438048999999978e2",77.24443100000002],["-0.95387512000000015e2","0.77240814000000057e2"],[-95.37222300000002,"0.77238037000000134e2"],["-0.95356110000000001e2","0.77236374000000069e2"],[-95.31361400000003,"0.77229156000000046e2"],["-0.95244155999999919e2","0.77213882000000126e2"],["-0.95216399999999965e2","0.77201660000000004e2"],["-0.95206664999999987e2","0.77189147999999989e2"],["-0.95206954999999994e2","0.77177764999999965e2"],["-0.95214447000000007e2","0.77172485000000108e2"],[-95.22444200000001,"0.77167205999999965e2"]],[["-0.90933059999999955e2","0.77254440000000045e2"],["-0.90909164000000033e2","0.77251663000000121e2"],["-0.90815001999999993e2","0.77240265000000136e2"],["-0.90772232000000031e2","0.77231368999999972e2"],["-0.90736388999999974e2","0.77220824999999934e2"],["-0.90718338000000017e2","0.77207213999999965e2"],["-0.90713622999999984e2","0.77200821000000019e2"],["-0.90724166999999909e2","0.77183318999999983e2"],["-0.90731948999999986e2","0.77177764999999965e2"],["-0.90779175000000009e2","0.77156647000000078e2"],["-0.90811385999999914e2",77.14665199999996],[-90.83555599999994,"0.77142211999999972e2"],["-0.90868331999999953e2","0.77138321000000076e2"],["-0.90899993999999992e2","0.77136932000000058e2"],["-0.90978606999999897e2","0.77137771999999927e2"],["-0.91049728000000016e2","0.77145537999999988e2"],[-91.18472300000002,"0.77163605000000075e2"],["-0.91221664000000033e2","0.77170258000000047e2"],["-0.91238892000000021e2","0.77174423000000047e2"],["-0.91262512000000015e2",77.18414300000012],["-0.91286391999999921e2","0.77196640000000116e2"],["-0.91295546999999999e2","0.77203323000000069e2"],["-0.91297501000000011e2","0.77207213999999965e2"],["-0.91299164000000019e2","0.77217758000000003e2"],["-0.91277221999999995e2","0.77227478000000133e2"],[-91.24749799999995,"0.77235809000000017e2"],["-0.91189712999999983e2",77.24803200000008],["-0.91162216000000001e2","0.77251389000000017e2"],["-0.91107223999999917e2","0.77254715000000033e2"],["-0.91084732000000031e2","0.77254440000000045e2"],["-0.91072234999999921e2","0.77253326000000072e2"],["-0.91057219999999973e2","0.77254440000000045e2"],["-0.90987503000000004e2","0.77254990000000078e2"],["-0.90933059999999955e2","0.77254440000000045e2"]],[["-0.11635109699999998e3","0.77539154000000053e2"],["-0.11620333900000003e3","0.77519989000000066e2"],["-0.11609056099999992e3","0.77491089000000045e2"],[-116.073624,"0.77485535000000027e2"],["-0.11588027999999991e3","0.77433319000000097e2"],["-0.11552055399999995e3","0.77364426000000037e2"],["-0.11549526999999989e3","0.77359420999999998e2"],[-115.458054,"0.77348602000000085e2"],["-0.11544611399999985e3","0.77343048000000124e2"],[-115.389183,"0.77312194999999917e2"],[-115.390289,"0.77306366000000082e2"],["-0.11554332699999986e3","0.77265548999999908e2"],["-0.11559110999999996e3","0.77259995000000117e2"],["-0.11561694299999999e3","0.77258331000000112e2"],["-0.11566915899999992e3","0.77256942999999978e2"],["-0.11569499199999996e3","0.77255264000000011e2"],["-0.11577250700000002e3","0.77247757000000036e2"],["-0.11581973299999999e3","0.77237488000000042e2"],["-0.11583084099999991e3","0.77233322000000101e2"],["-0.11585888699999998e3","0.77220824999999934e2"],["-0.11587777699999992e3","0.77215271000000143e2"],["-0.11594695299999989e3",77.20887799999997],[-116.112503,"0.77193863000000022e2"],["-0.11613806199999999e3","0.77192200000000128e2"],["-0.11619055200000003e3","0.77191650000000095e2"],["-0.11621777299999997e3","0.77192749000000049e2"],["-0.11626917300000002e3","0.77190261999999962e2"],["-0.11628056300000003e3","0.77183594000000028e2"],["-0.11631416300000001e3","0.77144440000000088e2"],["-0.11631973299999999e3",77.11775200000011],["-0.11628028899999998e3","0.77067215000000033e2"],["-0.11626917300000002e3","0.77055817000000047e2"],["-0.11624249299999991e3","0.77044144000000017e2"],["-0.11617360699999989e3","0.77027206000000092e2"],["-0.11606388900000002e3","0.77007492000000013e2"],["-0.11600583599999999e3","0.76997482000000105e2"],["-0.11595028699999995e3","0.76991363999999976e2"],[-115.860817,"0.76979156000000103e2"],["-0.11575499699999995e3","0.76960815000000082e2"],["-0.11573889199999996e3","0.76955261000000064e2"],["-0.11573137700000001e3","0.76949707000000103e2"],["-0.11572833300000002e3","0.76943863000000079e2"],[-115.729446,"0.76938034000000073e2"],["-0.11573222399999997e3","0.76931656000000089e2"],["-0.11574610899999999e3","0.76925262000000089e2"],["-0.11580695300000002e3",76.90637200000009],[-115.829453,"0.76900818000000129e2"],["-0.11585333299999996e3","0.76897217000000069e2"],["-0.11590334300000001e3","0.76893874999999923e2"],["-0.11592859599999997e3","0.76893050999999957e2"],["-0.11598194899999993e3","0.76895538000000045e2"],["-0.11606388900000002e3","0.76902771000000087e2"],["-0.11611501299999992e3","0.76909149000000014e2"],["-0.11625389100000001e3","0.76932480000000055e2"],[-116.306107,"0.76936096000000134e2"],["-0.11632721699999996e3","0.76935532000000023e2"],["-0.11635166899999996e3",76.9327550000001],["-0.11636527999999993e3","0.76926376000000062e2"],["-0.11636721799999998e3","0.76915543000000071e2"],["-0.11636332699999997e3",76.90887500000008],["-0.11635555999999985e3","0.76903320000000008e2"],["-0.11634612299999992e3","0.76898331000000042e2"],["-0.11632972699999999e3",76.89276099999995],["-0.11618360899999993e3","0.76845825000000104e2"],["-0.11616388699999999e3","0.76841660000000104e2"],["-0.11610749800000002e3","0.76833602999999982e2"],[-116.031113,"0.76820267000000001e2"],["-0.11600029000000001e3","0.76811371000000065e2"],["-0.11589472999999992e3","0.76703323000000012e2"],["-0.11589138800000001e3","0.76697478999999987e2"],["-0.11589666699999998e3","0.76691649999999981e2"],["-0.11607140400000003e3","0.76625809000000004e2"],["-0.11609306299999992e3","0.76619141000000013e2"],["-0.11611582900000002e3",76.61442599999998],["-0.11616055299999999e3","0.76611099000000081e2"],["-0.11623194899999999e3","0.76603043000000014e2"],["-0.11625446299999999e3","0.76598602000000085e2"],["-0.11632250999999997e3","0.76581100000000049e2"],["-0.11637351999999993e3","0.76581802000000039e2"],["-0.11673277300000001e3","0.76572495000000004e2"],["-0.11675890399999992e3",76.56999200000007],["-0.11697112299999998e3","0.76548598999999967e2"],["-0.11699471999999992e3","0.76545822000000044e2"],["-0.11701750199999992e3","0.76542205999999965e2"],["-0.11703999299999992e3","0.76537490999999932e2"],["-0.11705387899999999e3","0.76533051000000114e2"],["-0.11706861900000001e3","0.76526093000000117e2"],["-0.11707556199999993e3","0.76520538000000045e2"],["-0.11707749899999999e3","0.76514160000000061e2"],["-0.11707640099999998e3","0.76508881000000088e2"],["-0.11707277699999997e3","0.76503052000000082e2"],["-0.11705695299999996e3","0.76491652999999985e2"],["-0.11704360999999989e3",76.48692299999999],["-0.11701750199999992e3","0.76482483000000116e2"],["-0.11700389099999995e3","0.76477478000000076e2"],["-0.11698361199999999e3","0.76454987000000074e2"],["-0.11694082599999996e3","0.76386932000000058e2"],["-0.11693916299999995e3","0.76380539000000113e2"],["-0.11693582200000003e3","0.76351929000000041e2"],["-0.11693859900000001e3",76.34637500000008],["-0.11709555099999994e3","0.76295257999999933e2"],["-0.11713971700000002e3","0.76286925999999994e2"],["-0.11731973299999999e3","0.76257767000000001e2"],[-117.345551,"0.76256377999999984e2"],["-0.11736888099999999e3","0.76256943000000035e2"],["-0.11752390300000002e3","0.76263611000000026e2"],[-117.5750119999999,76.26887499999998],["-0.11760305799999998e3",76.27388000000002],["-0.11762304699999999e3","0.76278870000000097e2"],[-117.639183,76.28414900000007],["-0.11765778399999999e3","0.76293319999999994e2"],["-0.11764917000000003e3","0.76305542000000003e2"],["-0.11764890299999996e3","0.76311371000000008e2"],["-0.11765527299999997e3","0.76317490000000021e2"],["-0.11767304999999993e3","0.76322220000000073e2"],["-0.11769915800000001e3","0.76324158000000011e2"],["-0.11772416699999997e3","0.76324432000000115e2"],["-0.11787777699999998e3","0.76341933999999981e2"],[-117.889183,"0.76355819999999937e2"],["-0.11790139799999997e3","0.76367203000000131e2"],["-0.11790695199999993e3","0.76372208000000001e2"],["-0.11799722299999996e3","0.76396941999999967e2"],["-0.11802139299999999e3","0.76401932000000045e2"],["-0.11804444899999999e3","0.76404984000000127e2"],["-0.11805999800000001e3","0.76409149000000127e2"],["-0.11804750100000001e3","0.76441650000000038e2"],["-0.11802749599999999e3","0.76484711000000061e2"],["-0.11797332799999998e3","0.76596375000000023e2"],["-0.11792832899999996e3","0.76676651000000106e2"],["-0.11791915899999992e3",76.68803400000013],["-0.11790666199999993e3","0.76694137999999953e2"],[-117.883331,"0.76700546000000088e2"],["-0.11786444099999994e3","0.76704163000000051e2"],["-0.11784805299999999e3","0.76708328000000051e2"],["-0.11781331599999999e3","0.76719436999999971e2"],["-0.11779638699999998e3","0.76725815000000125e2"],["-0.11778806299999997e3","0.76732208000000071e2"],["-0.11773889200000002e3","0.76772217000000012e2"],["-0.11773444399999994e3","0.76778320000000122e2"],["-0.11773860200000001e3","0.76784149000000127e2"],["-0.11779888899999997e3","0.76817764000000011e2"],["-0.11781667299999998e3","0.76821380999999974e2"],["-0.11784221600000001e3",76.82388300000008],["-0.11786665299999999e3","0.76822220000000129e2"],["-0.11788806199999999e3","0.76818878000000041e2"],["-0.11790499899999992e3","0.76812195000000031e2"],["-0.11791777000000002e3","0.76799988000000042e2"],["-0.11792610200000001e3","0.76788040000000024e2"],["-0.11796056399999998e3","0.76769989000000066e2"],["-0.11800583599999993e3","0.76761383000000137e2"],["-0.11802971600000001e3","0.76758606000000043e2"],["-0.11808222999999998e3","0.76756943000000092e2"],[-118.10611,76.75749200000007],["-0.11815695199999999e3",76.76249700000011],["-0.11821362299999998e3","0.76769150000000081e2"],[-118.29361,"0.76773041000000148e2"],[-118.319458,"0.76773041000000148e2"],["-0.11833750900000001e3","0.76768326000000116e2"],["-0.11849500299999994e3","0.76712203999999929e2"],["-0.11847471599999994e3","0.76679703000000018e2"],["-0.11845973199999997e3","0.76673874000000012e2"],["-0.11842887899999999e3","0.76663879000000122e2"],["-0.11840306099999998e3","0.76657760999999994e2"],["-0.11835804699999989e3",76.64888000000002],["-0.11834137699999997e3","0.76643599999999992e2"],["-0.11833473199999992e3","0.76637497000000053e2"],[-118.316101,"0.76574707000000103e2"],["-0.11850279199999994e3","0.76509720000000073e2"],["-0.11852390299999996e3","0.76503876000000048e2"],["-0.11854611199999999e3",76.5],["-0.11857084699999996e3","0.76499145999999996e2"],["-0.11859694699999989e3",76.5],["-0.11862361099999993e3","0.76501938000000109e2"],["-0.11865167200000002e3","0.76505553999999961e2"],["-0.11867804699999994e3",76.50999500000006],["-0.11870916699999998e3","0.76519989000000066e2"],["-0.11871333299999998e3","0.76525818000000129e2"],["-0.11871362299999998e3","0.76531662000000097e2"],["-0.11872222899999991e3","0.76537201000000096e2"],["-0.11873473399999995e3","0.76542480000000069e2"],["-0.11876139799999999e3","0.76546936000000017e2"],["-0.11881471299999998e3","0.76553040000000067e2"],["-0.11884166700000003e3","0.76554977000000065e2"],["-0.11894415299999997e3","0.76518051000000128e2"],["-0.11896806300000003e3","0.76505264000000125e2"],["-0.11897582999999992e3","0.76498871000000008e2"],["-0.11897609699999998e3","0.76496368000000018e2"],["-0.11897250399999996e3","0.76491652999999985e2"],["-0.11896777299999997e3","0.76488312000000121e2"],["-0.11895527600000003e3","0.76483047000000056e2"],["-0.11893110699999994e3","0.76479155999999989e2"],["-0.11882195300000001e3","0.76471374999999966e2"],["-0.11868195300000002e3","0.76445251000000098e2"],["-0.11864862099999999e3","0.76428863999999919e2"],[-118.612503,"0.76400269000000094e2"],["-0.11859416199999993e3","0.76383881000000031e2"],["-0.11856610099999995e3","0.76343048000000124e2"],[-118.567497,"0.76336655000000007e2"],["-0.11858168000000001e3","0.76324706999999933e2"],["-0.11862554899999998e3","0.76294433999999967e2"],["-0.11863751200000002e3","0.76288040000000137e2"],["-0.11865556299999997e3",76.28414900000007],["-0.11867916899999994e3","0.76282211000000132e2"],["-0.11870556599999992e3","0.76281661999999983e2"],["-0.11878083799999996e3","0.76282486000000119e2"],["-0.11882833900000003e3","0.76281937000000028e2"],["-0.11887666299999989e3",76.27748100000008],["-0.11889584400000001e3","0.76272217000000126e2"],["-0.11891139199999992e3","0.76265548999999965e2"],["-0.11891915899999998e3","0.76259430000000123e2"],["-0.11892443799999995e3","0.76252776999999924e2"],[-118.942207,"0.76210541000000148e2"],["-0.11893776699999995e3","0.76204711999999915e2"],["-0.11892331699999994e3","0.76194138000000066e2"],["-0.11891278099999994e3","0.76188034000000016e2"],["-0.11890471600000001e3","0.76169144000000074e2"],["-0.11895527600000003e3","0.76132477000000108e2"],["-0.11896501199999994e3","0.76126648000000102e2"],["-0.11907584399999996e3","0.76083328000000108e2"],["-0.11910109699999998e3","0.76084152000000074e2"],["-0.11912470999999999e3","0.76088042999999971e2"],["-0.11922972099999993e3","0.76107208000000071e2"],["-0.11924526999999995e3","0.76111374000000012e2"],["-0.11926000999999997e3","0.76117203000000018e2"],["-0.11928250099999997e3","0.76127472000000068e2"],["-0.11929943800000001e3","0.76138596000000121e2"],["-0.11930832699999996e3","0.76149994000000106e2"],["-0.11931054699999999e3","0.76155258000000117e2"],["-0.11930583200000001e3","0.76167755000000113e2"],["-0.11930082699999997e3","0.76174423000000047e2"],["-0.11929499799999996e3","0.76180267000000072e2"],["-0.11929527300000001e3","0.76186096000000077e2"],["-0.11930166600000001e3","0.76191360000000088e2"],["-0.11936916399999996e3","0.76229706000000078e2"],["-0.11954915599999998e3","0.76324158000000011e2"],[-119.5864029999999,"0.76318603999999993e2"],["-0.11965499899999992e3","0.76303040000000067e2"],["-0.11967527799999993e3","0.76264160000000118e2"],["-0.11967500299999995e3","0.76245818999999926e2"],["-0.11964555399999995e3","0.76230545000000063e2"],["-0.11959445199999999e3","0.76203049000000021e2"],["-0.11958583099999998e3","0.76197479000000101e2"],["-0.11957277699999992e3","0.76186371000000122e2"],["-0.11956806899999987e3","0.76180542000000116e2"],["-0.11956582600000002e3","0.76175262000000032e2"],["-0.11956696299999999e3","0.76168869000000086e2"],["-0.11957277699999992e3",76.16304000000008],["-0.11964334099999996e3","0.76112487999999985e2"],[-119.74527,"0.76116652999999985e2"],["-0.11976999699999993e3","0.76116379000000052e2"],["-0.11979305999999991e3","0.76114426000000094e2"],["-0.11980499299999997e3","0.76108871000000022e2"],["-0.11979723399999995e3","0.76104155999999989e2"],[-119.7727809999999,"0.76099425999999937e2"],["-0.11974416400000001e3","0.76097487999999998e2"],["-0.11964723200000003e3","0.76081664999999987e2"],["-0.11962666300000001e3","0.76076660000000118e2"],["-0.11950389100000001e3","0.76040817000000061e2"],["-0.11949137899999999e3","0.76035538000000088e2"],["-0.11947833299999996e3","0.76024155000000121e2"],["-0.11947389199999998e3","0.76018599999999992e2"],["-0.11947222899999997e3","0.76000824000000023e2"],["-0.11947609699999998e3","0.75982483000000059e2"],["-0.11948110999999989e3","0.75970825000000048e2"],["-0.11948916599999995e3","0.75965546000000018e2"],["-0.11950974299999996e3","0.75960540999999978e2"],["-0.11953555299999994e3","0.75962494000000106e2"],["-0.11954638699999998e3","0.75968323000000112e2"],["-0.11956111099999998e3",75.97886699999998],["-0.11957195299999995e3","0.75984985000000108e2"],["-0.11958583099999998e3","0.75989699999999971e2"],[-119.612503,"0.75992477000000065e2"],["-0.11963694800000002e3","0.75992203000000131e2"],["-0.11964890300000002e3","0.75986649000000114e2"],[-119.699997,75.94859300000013],["-0.11970333900000003e3","0.75942749000000106e2"],[-119.6875,"0.75938309000000118e2"],[-119.612503,"0.75910263000000043e2"],["-0.11981082199999997e3",75.86943100000002],[-119.870003,"0.75857483000000002e2"],["-0.11993554699999993e3","0.75848328000000095e2"],["-0.11998000300000001e3","0.75843323000000055e2"],["-0.12002583300000003e3","0.75839980999999966e2"],["-0.12004915599999987e3","0.75838882000000126e2"],["-0.12007640100000003e3","0.75867203000000075e2"],["-0.12008500700000002e3","0.75872757000000036e2"],["-0.12011416600000001e3","0.75888321000000133e2"],["-0.12012805199999997e3","0.75893051000000014e2"],["-0.12014916999999997e3","0.75896378000000141e2"],["-0.12016639700000002e3","0.75892487000000074e2"],["-0.12018028299999997e3","0.75879974000000004e2"],["-0.12018331899999993e3","0.75873871000000065e2"],["-0.12019722000000002e3","0.75861374000000069e2"],["-0.12021501199999994e3","0.75848602000000028e2"],["-0.12022582999999992e3","0.75842209000000082e2"],["-0.12026972999999992e3","0.75821930000000123e2"],["-0.12028888699999987e3","0.75816085999999927e2"],["-0.12030915800000002e3","0.75811096000000077e2"],["-0.12033222999999998e3","0.75807480000000055e2"],["-0.12035555999999997e3","0.75806366000000025e2"],["-0.12037805200000003e3",75.80664100000007],["-0.12040387699999991e3","0.75808318999999983e2"],["-0.12043028300000003e3","0.75811096000000077e2"],["-0.12045445299999994e3",75.81581100000011],["-0.12046694899999994e3","0.75821105999999986e2"],["-0.12047582999999997e3","0.75826660000000004e2"],["-0.12048528299999998e3","0.75837769000000094e2"],[-120.4886019999999,"0.75844147000000021e2"],["-0.12048972300000003e3","0.75849991000000045e2"],["-0.12048832699999997e3","0.75855545000000063e2"],["-0.12046305799999999e3","0.75916382000000056e2"],["-0.12046000700000002e3","0.75922484999999995e2"],["-0.12044860799999987e3","0.75935532000000023e2"],[-120.406113,"0.75954987000000017e2"],["-0.12040583800000002e3",75.97137500000008],["-0.12043499799999989e3","0.76003052000000025e2"],["-0.12045889299999999e3","0.76011658000000125e2"],["-0.12046749899999998e3","0.76012207000000046e2"],["-0.12053333299999991e3","0.76003052000000025e2"],["-0.12056054699999999e3","0.75991653000000099e2"],["-0.12056331599999993e3","0.75985535000000141e2"],["-0.12057417299999997e3","0.75979156000000103e2"],["-0.12059388699999994e3","0.75978043000000014e2"],["-0.12061361699999998e3","0.75981934000000081e2"],["-0.12064306599999986e3","0.75992477000000065e2"],[-120.696663,"0.76013884999999959e2"],["-0.12070722999999998e3","0.76018875000000037e2"],["-0.12071611000000001e3","0.76024429000000055e2"],[-120.729446,"0.76039428999999984e2"],["-0.12075167799999997e3","0.76099425999999937e2"],["-0.12075110599999999e3","0.76105819999999994e2"],["-0.12074833699999999e3","0.76111922999999933e2"],["-0.12074305700000002e3","0.76117751999999939e2"],["-0.12073222399999997e3","0.76124145999999996e2"],["-0.12071193699999998e3","0.76129149999999981e2"],["-0.12072749299999992e3","0.76158600000000035e2"],["-0.12085722399999986e3","0.76196639999999945e2"],["-0.12088362100000001e3","0.76198318000000086e2"],["-0.12090249599999999e3","0.76196365000000128e2"],[-120.95639,"0.76177765000000022e2"],["-0.12096806300000003e3","0.76172211000000004e2"],["-0.12100890400000003e3","0.76144149999999911e2"],["-0.12101251199999996e3","0.76139160000000061e2"],[-121.016953,"0.76121094000000085e2"],["-0.12102528399999989e3","0.76073318000000029e2"],["-0.12102278100000001e3","0.76059143000000063e2"],["-0.12099328600000001e3","0.76026817000000108e2"],["-0.12097961399999997e3","0.76019653000000119e2"],[-120.970123,"0.76013489000000106e2"],["-0.12093195300000002e3","0.75959990999999945e2"],["-0.12093306000000001e3","0.75956940000000145e2"],["-0.12094583099999994e3",75.94859300000013],["-0.12098082699999998e3","0.75941649999999981e2"],["-0.12099944299999999e3","0.75939697000000024e2"],["-0.12101445000000001e3","0.75942749000000106e2"],["-0.12101722699999999e3",75.94802900000002],["-0.12101112399999988e3","0.75970825000000048e2"],["-0.12100055699999996e3","0.75977203000000145e2"],["-0.12098610699999995e3","0.75984145999999953e2"],["-0.12100761399999999e3","0.75988982999999962e2"],["-0.12101527399999998e3","0.75992149000000097e2"],[-121.030441,"0.75992477000000065e2"],["-0.12109277299999997e3","0.75993317000000104e2"],["-0.12111389199999996e3","0.75991653000000099e2"],["-0.12125945299999995e3","0.75964432000000045e2"],["-0.12126583900000003e3","0.75958328000000051e2"],[-121.271118,"0.75946091000000081e2"],["-0.12127887699999985e3","0.75927765000000079e2"],["-0.12134861799999993e3","0.75928040000000067e2"],[-121.423317,"0.75933868000000018e2"],["-0.12143639400000001e3","0.75939148000000046e2"],[-121.422775,"0.75946465000000103e2"],["-0.12141665599999988e3","0.75953049000000078e2"],["-0.12142415599999993e3","0.75956649999999911e2"],[-121.479446,"0.75976379000000009e2"],["-0.12158306899999997e3","0.76003601000000117e2"],["-0.12159500100000002e3","0.76005554000000075e2"],["-0.12183473200000003e3","0.76034424000000115e2"],["-0.12213417099999998e3","0.76036377000000073e2"],["-0.12214499699999999e3","0.76030823000000055e2"],["-0.12214472999999992e3","0.75996932999999956e2"],["-0.12216944899999999e3","0.75978043000000014e2"],["-0.12233583099999998e3","0.75942474000000118e2"],["-0.12237666300000001e3","0.75933868000000018e2"],["-0.12241639700000002e3","0.75928589000000045e2"],[-122.442207,"0.75927475000000072e2"],["-0.12248916599999995e3","0.75927200000000028e2"],["-0.12251666299999994e3",75.928314],["-0.12256360599999999e3","0.75931931000000134e2"],["-0.12267610200000001e3","0.75951660000000061e2"],["-0.12269638099999997e3","0.75955551000000128e2"],["-0.12272250400000001e3",75.96887200000009],[-122.728882,"0.75973037999999974e2"],["-0.12266915899999998e3","0.75976929000000041e2"],["-0.12264943699999998e3","0.75982208000000014e2"],["-0.12259111000000001e3","0.76001663000000008e2"],["-0.12257640100000003e3","0.76007492000000013e2"],[-122.5625,"0.76014434999999992e2"],["-0.12247556299999997e3","0.76104431000000034e2"],["-0.12247112300000003e3","0.76110260000000039e2"],["-0.12247193899999996e3","0.76114990000000034e2"],["-0.12248554999999993e3",76.1202550000001],["-0.12249833699999994e3","0.76120529000000033e2"],["-0.12260134900000003e3","0.76115097000000048e2"],["-0.12262222300000002e3","0.76111374000000012e2"],["-0.12267832900000002e3","0.76111374000000012e2"],["-0.12269999699999994e3","0.76112198000000149e2"],["-0.12270445299999994e3","0.76114426000000094e2"],["-0.12269554099999993e3","0.76117751999999939e2"],["-0.12258721899999995e3","0.76134155000000021e2"],["-0.12250195299999996e3","0.76136383000000137e2"],["-0.12248999000000003e3",76.141098],["-0.12257417299999992e3","0.76166091999999992e2"],[-122.595551,"0.76170822000000044e2"],[-122.62027,"0.76174423000000047e2"],["-0.12264666699999998e3","0.76175812000000064e2"],["-0.12267027300000001e3","0.76174423000000047e2"],["-0.12269360399999999e3",76.17053199999998],["-0.12273361199999994e3","0.76162491000000102e2"],["-0.12284277299999997e3","0.76131088000000091e2"],[-122.885559,"0.76104431000000034e2"],["-0.12290194699999995e3","0.76098038000000031e2"],["-0.12292138699999987e3","0.76092758000000003e2"],["-0.12301139799999993e3","0.76083328000000108e2"],[-123.037781,"0.76084717000000069e2"],["-0.12297917199999995e3","0.76125809000000118e2"],["-0.12284861799999999e3","0.76208878000000027e2"],["-0.12272112299999998e3","0.76231369000000029e2"],[-122.636124,"0.76264709000000096e2"],["-0.12263166799999999e3","0.76270538000000101e2"],["-0.12263751200000002e3","0.76288040000000137e2"],["-0.12264527899999996e3","0.76299712999999997e2"],["-0.12263249199999996e3","0.76329987000000017e2"],["-0.12262638900000002e3","0.76336380000000133e2"],["-0.12261776700000001e3","0.76342208999999968e2"],["-0.12259889199999998e3","0.76348328000000038e2"],["-0.12257861300000002e3","0.76353591999999992e2"],["-0.12239890300000002e3","0.76396941999999967e2"],["-0.12230943300000001e3","0.76408875000000023e2"],["-0.12201471699999996e3","0.76432479999999998e2"],[-121.826683,"0.76422760000000096e2"],["-0.12178195199999999e3","0.76420258000000047e2"],["-0.12173805199999998e3","0.76421097000000145e2"],["-0.12154998799999993e3","0.76434708000000114e2"],["-0.12153307299999994e3","0.76437195000000031e2"],["-0.12151445000000001e3","0.76444138000000009e2"],[-121.421944,"0.76493590999999924e2"],["-0.12131220999999994e3","0.76572495000000004e2"],["-0.12130695300000002e3","0.76578323000000125e2"],["-0.12131388899999996e3","0.76589705999999978e2"],["-0.12130915800000002e3","0.76593872000000033e2"],["-0.12121250899999995e3","0.76649719000000005e2"],[-121.118607,"0.76673309000000017e2"],["-0.12110109699999992e3","0.76668320000000051e2"],[-121.079453,"0.76668320000000051e2"],["-0.12105666399999996e3","0.76671371000000022e2"],[-120.923317,"0.76689972000000068e2"],[-120.900284,"0.76693313999999987e2"],["-0.12088417099999998e3","0.76698868000000004e2"],["-0.12086193800000001e3","0.76711929000000112e2"],["-0.12084777799999989e3","0.76724700999999925e2"],["-0.12083249699999993e3","0.76731369000000086e2"],["-0.12081220999999994e3","0.76737198000000092e2"],["-0.12076611299999996e3","0.76743591000000094e2"],["-0.12066915899999998e3","0.76751099000000067e2"],["-0.12064083899999997e3","0.76748596000000134e2"],["-0.12062581599999999e3","0.76746367999999961e2"],["-0.12060417200000001e3","0.76746367999999961e2"],["-0.12058112299999999e3",76.7494200000001],["-0.12040167200000002e3","0.76797211000000004e2"],["-0.12038194299999992e3","0.76804153000000042e2"],["-0.12036776700000001e3","0.76810257000000092e2"],["-0.12036609599999997e3","0.76813309000000004e2"],["-0.12036527999999993e3","0.76836105000000032e2"],["-0.12009137699999997e3","0.77003051999999968e2"],["-0.12006916799999999e3","0.77008040999999935e2"],["-0.12003888699999999e3","0.77013321000000019e2"],["-0.12002278100000001e3","0.77015273999999977e2"],["-0.11999722300000002e3",77.01638800000012],["-0.11997693600000002e3","0.77013321000000019e2"],["-0.11996112099999993e3","0.77009995000000004e2"],["-0.11994999699999994e3","0.77012497000000053e2"],["-0.11992027299999995e3","0.77023605000000032e2"],["-0.11983944700000001e3",77.05693100000002],["-0.11983167999999995e3",77.06303400000013],["-0.11983249699999999e3","0.77069153000000142e2"],["-0.11983583099999987e3","0.77075271999999984e2"],["-0.11983721899999995e3","0.77079712000000029e2"],["-0.11983556399999998e3","0.77085266000000047e2"],[-119.825287,"0.77091095000000053e2"],[-119.8125,"0.77096649000000014e2"],["-0.11977639799999992e3","0.77106094000000098e2"],["-0.11960056299999991e3","0.77145827999999995e2"],["-0.11943331899999998e3","0.77173599000000081e2"],["-0.11941082799999998e3","0.77178588999999931e2"],[-119.389183,"0.77184417999999994e2"],[-119.360817,"0.77203323000000069e2"],[-119.354446,"0.77209152000000131e2"],[-119.346947,"0.77221374999999966e2"],["-0.11934583999999995e3","0.77227767999999969e2"],["-0.11933389299999993e3","0.77239975000000072e2"],["-0.11931582599999996e3","0.77258041000000105e2"],["-0.11929583700000001e3","0.77276657000000114e2"],["-0.11926834099999996e3",77.28915400000011],["-0.11925306699999999e3","0.77295258000000103e2"],["-0.11922222899999991e3","0.77306366000000082e2"],["-0.11920111099999991e3","0.77313034000000073e2"],["-0.11915334299999995e3","0.77325821000000076e2"],["-0.11911444099999994e3","0.77327484000000027e2"],["-0.11908666999999997e3","0.77326660000000061e2"],["-0.11900110599999988e3","0.77321106000000043e2"],["-0.11894138299999992e3","0.77319717000000082e2"],["-0.11891694599999994e3",77.32249500000006],[-118.89389,"0.77327484000000027e2"],["-0.11887000299999994e3","0.77333878000000084e2"],["-0.11875723299999999e3","0.77352478000000019e2"],["-0.11873249800000002e3",77.35554500000012],["-0.11865110799999997e3","0.77360535000000141e2"],["-0.11844972199999995e3","0.77358871000000136e2"],[-118.224716,"0.77356094000000041e2"],["-0.11819721999999996e3","0.77354980000000069e2"],["-0.11816583300000002e3","0.77355255000000056e2"],["-0.11814111299999996e3",77.35803199999998],["-0.11812805200000003e3","0.77364426000000037e2"],["-0.11812721299999998e3","0.77369431000000077e2"],[-118.125,"0.77372482000000105e2"],["-0.11810694899999993e3","0.77378036000000122e2"],["-0.11808750899999995e3","0.77379150000000095e2"],["-0.11791111799999993e3","0.77386932000000058e2"],["-0.11786721799999992e3","0.77388596000000064e2"],["-0.11785056299999991e3","0.77384430000000123e2"],[-117.781113,77.36303700000002],["-0.11776806599999998e3","0.77357758000000047e2"],[-117.756958,"0.77351654000000053e2"],["-0.11775083899999998e3","0.77346648999999957e2"],["-0.11773860200000001e3","0.77341933999999924e2"],["-0.11772444200000001e3","0.77338043000000084e2"],["-0.11761193800000001e3","0.77327774000000034e2"],["-0.11745084400000002e3","0.77312194999999917e2"],["-0.11727639799999997e3",77.28915400000011],["-0.11702306399999998e3","0.77290817000000004e2"],["-0.11701478600000002e3","0.77296700000000044e2"],["-0.11701711999999992e3","0.77300208999999938e2"],["-0.11702749599999993e3","0.77310256999999979e2"],["-0.11706082199999997e3","0.77326660000000061e2"],["-0.11710555999999997e3","0.77339981000000023e2"],["-0.11711582900000002e3",77.34165999999999],["-0.11711805699999996e3","0.77338593000000117e2"],[-117.1324919999999,"0.77333328000000051e2"],["-0.11715416699999997e3","0.77332489000000066e2"],["-0.11716999800000002e3","0.77335815000000082e2"],["-0.11718195300000002e3",77.34027100000003],["-0.11718167099999999e3","0.77346375000000023e2"],["-0.11717666600000001e3","0.77352203000000145e2"],["-0.11715888999999987e3","0.77358871000000136e2"],["-0.11714277600000003e3","0.77361374000000126e2"],["-0.11711945300000002e3","0.77359985000000108e2"],["-0.11706082199999997e3","0.77353317000000118e2"],["-0.11700749999999994e3","0.77343039999999974e2"],["-0.11694666299999994e3","0.77329436999999984e2"],["-0.11687638900000002e3","0.77318054000000132e2"],[-116.848343,"0.77315810999999997e2"],["-0.11679583700000001e3","0.77317490000000021e2"],["-0.11677887699999997e3","0.77319153000000085e2"],["-0.11665167199999996e3","0.77377761999999962e2"],["-0.11664835399999998e3","0.77383330999999998e2"],["-0.11665167199999996e3","0.77388046000000031e2"],["-0.11666278099999994e3","0.77391662999999994e2"],["-0.11674137899999999e3","0.77395263999999997e2"],["-0.11687082699999996e3","0.77400818000000015e2"],["-0.11689917000000003e3","0.77399428999999998e2"],["-0.11697582999999997e3","0.77393326000000059e2"],["-0.11699471999999992e3","0.77394440000000031e2"],["-0.11701112399999994e3","0.77398880000000077e2"],["-0.11715306099999992e3","0.77451660000000118e2"],["-0.11714998599999996e3","0.77457214000000135e2"],["-0.11713890100000003e3","0.77460541000000035e2"],["-0.11708306899999997e3","0.77474425999999937e2"],["-0.11706667299999998e3","0.77476929000000098e2"],["-0.11706139399999989e3","0.77476089000000059e2"],["-0.11703833799999995e3","0.77471001000000058e2"],[-116.991669,"0.77466660000000104e2"],["-0.11691972399999997e3","0.77470535000000041e2"],["-0.11689444700000001e3","0.77473312000000135e2"],["-0.11678527799999995e3","0.77499145999999996e2"],["-0.11675723299999993e3","0.77511658000000011e2"],["-0.11676944699999996e3","0.77516388000000006e2"],["-0.11685109699999998e3","0.77516663000000051e2"],["-0.11687917299999987e3","0.77517761000000121e2"],[-116.9058379999999,"0.77520264000000111e2"],[-116.926941,"0.77524704000000099e2"],["-0.11692054699999994e3","0.77528594999999996e2"],[-116.900284,"0.77532211000000018e2"],[-116.875,"0.77534988000000112e2"],["-0.11683306900000002e3","0.77533600000000035e2"],["-0.11675418100000002e3","0.77534424000000001e2"],["-0.11664750699999996e3","0.77537766000000147e2"],["-0.11658583099999998e3","0.77540543000000014e2"],["-0.11653611799999993e3","0.77544434000000081e2"],["-0.11648777799999999e3","0.77550262000000032e2"],["-0.11635109699999998e3","0.77539154000000053e2"]],[["-0.85285278000000005e2","0.77587494000000049e2"],["-0.85259734999999978e2","0.77586655000000121e2"],["-0.85235274999999945e2","0.77586655000000121e2"],["-0.85107223999999974e2","0.77581099999999992e2"],["-0.85011123999999938e2",77.57388300000008],["-0.84995270000000005e2","0.77569443000000092e2"],["-0.84822509999999966e2","0.77505264000000125e2"],["-0.84813889000000017e2","0.77497208000000057e2"],["-0.84824447999999961e2","0.77491927999999973e2"],["-0.84843062999999916e2","0.77487198000000149e2"],["-0.84934433000000013e2","0.77470260999999937e2"],["-0.84960830999999985e2","0.77466385000000059e2"],["-0.85027221999999995e2","0.77459717000000069e2"],[-85.095551,"0.77454437000000041e2"],["-0.85126937999999939e2","0.77453048999999908e2"],["-0.85153609999999958e2","0.77454437000000041e2"],["-0.85168335000000013e2","0.77456939999999975e2"],["-0.85178604000000007e2","0.77464157000000114e2"],["-0.85172500999999897e2","0.77473601999999971e2"],["-0.85159164000000033e2",77.48414600000001],["-0.85144729999999925e2","0.77489426000000094e2"],["-0.85138610999999969e2","0.77494980000000112e2"],["-0.85140839000000028e2","0.77501663000000065e2"],["-0.85152785999999992e2","0.77507767000000115e2"],["-0.85170273000000009e2","0.77511658000000011e2"],["-0.85248885999999914e2","0.77527481000000023e2"],["-0.85270843999999954e2","0.77529984000000013e2"],["-0.85319732999999928e2","0.77532211000000018e2"],["-0.85344161999999983e2","0.77532211000000018e2"],[-85.39916999999997,77.53387500000008],["-0.85538329999999974e2","0.77539978000000019e2"],["-0.85535552999999936e2","0.77543869000000086e2"],["-0.85352218999999934e2","0.77582764000000054e2"],[-85.31138599999997,"0.77586655000000121e2"],["-0.85285278000000005e2","0.77587494000000049e2"]],[["-0.90603058000000033e2","0.77628311000000053e2"],["-0.90521118000000001e2","0.77626083000000108e2"],["-0.90492492999999968e2","0.77626083000000108e2"],["-0.90438598999999954e2","0.77630538999999999e2"],["-0.90414443999999946e2","0.77631087999999977e2"],["-0.90388061999999877e2","0.77629425000000026e2"],["-0.90339172000000019e2","0.77623871000000065e2"],["-0.90242492999999854e2","0.77612488000000042e2"],["-0.90219161999999983e2","0.77608871000000079e2"],["-0.90208892999999932e2","0.77603042999999957e2"],["-0.90210007000000019e2","0.77597488000000055e2"],["-0.90206664999999987e2",77.59165999999999],["-0.90196654999999964e2","0.77587204000000042e2"],["-0.90177779999999927e2",77.58248900000001],["-0.90059722999999963e2","0.77566375999999991e2"],["-0.89937209999999993e2",77.53276100000005],[-89.91722099999987,"0.77527205999999978e2"],["-0.89841109999999958e2","0.77504166000000055e2"],["-0.89806655999999919e2","0.77492477000000122e2"],["-0.89753615999999965e2","0.77473038000000031e2"],["-0.89719161999999983e2","0.77458328000000108e2"],["-0.89636123999999995e2","0.77339157000000057e2"],["-0.89640288999999996e2","0.77333328000000051e2"],[-89.67471299999994,"0.77310256999999979e2"],[-89.70777899999996,"0.77294144000000131e2"],["-0.89849730999999963e2",77.25],["-0.89882767000000001e2","0.77239975000000072e2"],["-0.89919998000000021e2","0.77230270000000019e2"],[-90,"0.77213814000000013e2"],["-0.90009170999999981e2","0.77211928999999998e2"],["-0.90088897999999915e2","0.77199707000000046e2"],["-0.90118057000000022e2","0.77198593000000074e2"],["-0.90129165999999998e2","0.77200546000000031e2"],["-0.90259170999999924e2","0.77201096000000064e2"],["-0.90366942999999992e2","0.77197754000000089e2"],["-0.90416655999999989e2","0.77213042999999971e2"],["-0.90683318999999926e2","0.77271927000000062e2"],["-0.90704726999999934e2","0.77276382000000069e2"],["-0.90727218999999934e2","0.77279984000000013e2"],["-0.90843063000000029e2","0.77292754999999943e2"],[-90.90972899999997,"0.77303040000000067e2"],["-0.90946655000000021e2","0.77309418000000051e2"],["-0.91146666999999923e2","0.77362198000000092e2"],[-91.18249499999996,"0.77386932000000058e2"],["-0.91187209999999993e2","0.77390273999999977e2"],["-0.91208892999999932e2","0.77414993000000095e2"],["-0.91206954999999994e2","0.77568604000000107e2"],["-0.91184433000000013e2","0.77608597000000145e2"],["-0.91173614999999927e2","0.77613036999999963e2"],[-91.15834000000001,"0.77617203000000075e2"],[-91.10943599999996,"0.77624985000000038e2"],["-0.90906386999999938e2","0.77653046000000131e2"],["-0.90880828999999949e2","0.77654434000000037e2"],["-0.90826400999999976e2","0.77654434000000037e2"],["-0.90801666000000012e2","0.77651657000000114e2"],["-0.90727492999999981e2","0.77642212000000029e2"],["-0.90683608999999933e2","0.77633331000000112e2"],["-0.90603058000000033e2","0.77628311000000053e2"]],[["-0.10501027699999986e3","0.77408034999999927e2"],["-0.10498665599999998e3","0.77404434000000094e2"],["-0.10496193700000003e3","0.77404434000000094e2"],["-0.10490805099999994e3","0.77406937000000028e2"],["-0.10482584400000002e3","0.77413605000000018e2"],["-0.10477166699999998e3","0.77416656000000046e2"],["-0.10474109599999997e3","0.77414428999999984e2"],["-0.10473277300000001e3","0.77411377000000073e2"],["-0.10453832999999997e3","0.77338318000000072e2"],["-0.10448889199999996e3","0.77318603999999993e2"],["-0.10439555399999995e3","0.77276382000000069e2"],["-0.10438834400000002e3","0.77271378000000141e2"],["-0.10438137799999998e3","0.77264435000000105e2"],["-0.10437998999999996e3","0.77261931999999945e2"],["-0.10436554699999999e3","0.77230270000000019e2"],["-0.10436749299999997e3","0.77224425999999994e2"],["-0.10440499899999992e3","0.77172485000000108e2"],[-104.416946,"0.77161926000000051e2"],["-0.10443804899999998e3","0.77150543000000027e2"],["-0.10447250400000001e3",77.13749700000011],[-104.5,"0.77133040999999992e2"],["-0.10452250699999996e3","0.77130539000000113e2"],["-0.10474027999999993e3","0.77108597000000088e2"],["-0.10479028299999999e3","0.77108871000000022e2"],["-0.10483249699999993e3","0.77113312000000121e2"],["-0.10485333300000002e3","0.77117477000000122e2"],["-0.10486916400000001e3","0.77123596000000134e2"],[-104.883331,"0.77135543999999982e2"],["-0.10489250199999992e3","0.77141936999999928e2"],[-104.906387,"0.77147491000000116e2"],["-0.10492250099999995e3","0.77152481000000023e2"],[-104.945267,"0.77157211000000018e2"],[-104.993607,"0.77164992999999981e2"],["-0.10504444899999993e3","0.77171371000000136e2"],["-0.10509583999999995e3","0.77176085999999998e2"],["-0.10511971999999997e3","0.77176650999999993e2"],["-0.10513751200000002e3","0.77176085999999998e2"],["-0.10515167200000002e3","0.77171371000000136e2"],["-0.10524694799999997e3","0.77193863000000022e2"],["-0.10540888999999999e3","0.77281661999999983e2"],["-0.10541722099999998e3","0.77284714000000065e2"],["-0.10545527599999997e3","0.77291930999999977e2"],[-105.48111,"0.77294983000000116e2"],["-0.10550666799999993e3",77.299149],[-105.531677,77.30525200000011],["-0.10555027799999999e3","0.77311645999999996e2"],["-0.10557195300000001e3","0.77323317999999915e2"],["-0.10567916899999994e3","0.77447479000000044e2"],[-105.691101,"0.77497208000000057e2"],["-0.10583444199999997e3","0.77610260000000096e2"],["-0.10585833700000001e3","0.77626923000000147e2"],[-105.878601,"0.77639709000000096e2"],["-0.10588890100000003e3","0.77645263999999997e2"],["-0.10593083200000001e3","0.77663040000000137e2"],["-0.10594776899999994e3","0.77668868999999972e2"],["-0.10598000299999995e3","0.77679427999999973e2"],["-0.10601471700000002e3","0.77688583000000051e2"],["-0.10608361799999989e3",77.71026599999999],["-0.10609166699999997e3",77.71527100000003],["-0.10609472700000003e3","0.77724151999999947e2"],["-0.10608917199999996e3",77.72886699999998],["-0.10607945299999989e3","0.77732758000000047e2"],["-0.10604055800000003e3","0.77744980000000055e2"],["-0.10601222200000001e3","0.77750549000000035e2"],["-0.10594167299999987e3","0.77759720000000016e2"],["-0.10591388699999999e3","0.77762497000000053e2"],["-0.10570056199999999e3","0.77753600999999946e2"],["-0.10564890299999996e3","0.77748596000000077e2"],["-0.10555248999999998e3","0.77729430999999977e2"],["-0.10550666799999993e3","0.77719711000000075e2"],["-0.10547028399999999e3","0.77709152000000017e2"],["-0.10538971699999996e3","0.77683868000000018e2"],["-0.10517360699999995e3","0.77612198000000035e2"],["-0.10515695199999999e3","0.77606093999999985e2"],["-0.10503971899999999e3","0.77552199999999971e2"],["-0.10502778599999994e3","0.77546371000000136e2"],[-104.968613,"0.77514435000000049e2"],["-0.10495916699999998e3","0.77508041000000048e2"],["-0.10494888300000002e3","0.77496094000000085e2"],["-0.10494499199999996e3","0.77484984999999995e2"],[-104.946663,"0.77479155999999989e2"],["-0.10495249899999999e3","0.77474425999999937e2"],["-0.10496749899999998e3","0.77468872000000147e2"],["-0.10501027699999986e3","0.77458603000000096e2"],["-0.10501194800000002e3",77.45277400000009],["-0.10501806599999986e3","0.77411925999999994e2"],["-0.10501027699999986e3","0.77408034999999927e2"]],[["-0.95405838000000017e2","0.77763885000000016e2"],["-0.95408889999999928e2",77.75221300000004],["-0.95406113000000005e2","0.77746094000000028e2"],["-0.95389724999999942e2","0.77739426000000037e2"],["-0.95363892000000021e2","0.77737198000000092e2"],["-0.95343886999999995e2","0.77738037000000077e2"],["-0.95118606999999997e2",77.74971000000005],["-0.95087783999999942e2",77.75221300000004],["-0.95059433000000013e2","0.77756653000000085e2"],["-0.95029174999999952e2","0.77767211999999915e2"],["-0.95010833999999988e2","0.77777771000000143e2"],["-0.94981673999999998e2","0.77780823000000055e2"],["-0.94951674999999966e2","0.77782486000000006e2"],["-0.94752228000000002e2","0.77788589000000115e2"],["-0.94728881999999942e2","0.77788315000000011e2"],["-0.94623321999999973e2","0.77783599999999979e2"],["-0.94572783999999899e2","0.77780548000000067e2"],["-0.94542220999999927e2","0.77773880000000077e2"],["-0.94521118000000001e2","0.77767761000000064e2"],["-0.94477492999999924e2","0.77764708999999982e2"],["-0.94448607999999979e2","0.77765273999999977e2"],["-0.94356658999999866e2","0.77767487000000131e2"],["-0.94252501999999936e2","0.77772216999999955e2"],["-0.94089995999999928e2","0.77765823000000125e2"],["-0.94030288999999982e2","0.77760543999999982e2"],["-0.93951110999999969e2","0.77735535000000141e2"],["-0.93935821999999973e2","0.77732483000000059e2"],["-0.93931380999999988e2","0.77732483000000059e2"],["-0.93826675000000023e2","0.77739426000000037e2"],["-0.93820007000000032e2","0.77744980000000055e2"],["-0.93817779999999971e2",77.75082400000008],["-0.93806655999999919e2","0.77756378000000041e2"],["-0.93786666999999966e2","0.77761108000000092e2"],[-93.68638599999997,"0.77773880000000077e2"],[-93.65695199999999,77.776657],["-0.93629439999999931e2",77.77609300000006],["-0.93546111999999994e2","0.77770827999999995e2"],["-0.93241669000000002e2","0.77733871000000136e2"],["-0.93233886999999868e2","0.77732483000000059e2"],[-93.17471299999994,"0.77704163000000051e2"],["-0.93101944000000003e2","0.77662490999999989e2"],["-0.93106658999999922e2","0.77660263000000043e2"],[-93.14834599999989,"0.77645538000000101e2"],["-0.93164169000000015e2",77.64027400000009],["-0.93196380999999974e2","0.77637206999999989e2"],["-0.93222504000000015e2","0.77638596000000007e2"],["-0.93249161000000015e2","0.77641663000000108e2"],["-0.93277221999999938e2","0.77643599999999935e2"],["-0.93303054999999972e2","0.77643599999999935e2"],[-93.35943599999996,"0.77635818000000029e2"],["-0.93379439999999988e2","0.77630814000000044e2"],["-0.93390288999999939e2","0.77625533999999959e2"],["-0.93397232000000031e2","0.77619979999999998e2"],["-0.93486388999999974e2",77.54553199999998],["-0.93502501999999993e2","0.77503052000000082e2"],["-0.93477782999999988e2","0.77492477000000122e2"],["-0.93474715999999944e2","0.77487487999999985e2"],["-0.93474166999999909e2","0.77476379000000065e2"],["-0.93475280999999995e2",77.47137499999991],["-0.93480834999999956e2","0.77466660000000104e2"],["-0.93537780999999995e2","0.77445816000000093e2"],["-0.93553054999999915e2","0.77440811000000053e2"],["-0.93570556999999951e2","0.77437759000000142e2"],["-0.93906661999999983e2","0.77433319000000097e2"],["-0.93933884000000035e2","0.77433593999999971e2"],[-94.25167799999997,"0.77455261000000007e2"],["-0.94319457999999997e2","0.77468597000000102e2"],["-0.94345001000000025e2","0.77472487999999998e2"],["-0.94468886999999995e2","0.77476929000000098e2"],["-0.94801101999999901e2","0.77480270000000132e2"],["-0.95032226999999978e2","0.77469986000000119e2"],["-0.95123610999999983e2","0.77463882000000069e2"],["-0.95204453000000001e2","0.77460814999999968e2"],["-0.95252791999999943e2","0.77460814999999968e2"],["-0.95294998000000021e2","0.77466385000000059e2"],["-0.95346389999999985e2","0.77469986000000119e2"],["-0.95477492999999981e2","0.77473877000000016e2"],["-0.95532776000000013e2","0.77473601999999971e2"],["-0.95726105000000018e2","0.77470260999999937e2"],["-0.95823623999999938e2","0.77466385000000059e2"],["-0.95838897999999858e2","0.77462493999999992e2"],["-0.95864166000000012e2","0.77462203999999986e2"],["-0.95889450000000011e2","0.77464432000000102e2"],[-96,"0.77479980000000126e2"],["-0.96061385999999857e2","0.77491652999999985e2"],["-0.96083327999999995e2","0.77497756999999979e2"],["-0.96099730999999963e2","0.77504439999999988e2"],["-0.96259170999999981e2","0.77571929999999952e2"],["-0.96318343999999968e2","0.77598877000000073e2"],["-0.96328888000000006e2","0.77604980000000012e2"],["-0.96255568999999923e2","0.77689697000000024e2"],["-0.96241104000000007e2","0.77694977000000108e2"],["-0.96194442999999978e2","0.77704987000000017e2"],["-0.96077224999999942e2","0.77726929000000041e2"],["-0.95934433000000013e2","0.77753052000000025e2"],["-0.95918059999999969e2","0.77755554000000075e2"],["-0.95897231999999974e2","0.77757492000000013e2"],["-0.95869445999999925e2","0.77757217000000026e2"],["-0.95848052999999993e2","0.77755264000000068e2"],["-0.95742767000000015e2","0.77762207000000046e2"],["-0.95630553999999961e2","0.77771102999999982e2"],["-0.95583892999999932e2","0.77779709000000082e2"],["-0.95570007000000032e2","0.77784149000000127e2"],["-0.95566101000000003e2",77.78776600000009],["-0.95565552000000025e2","0.77792755000000056e2"],["-0.95552779999999927e2","0.77796097000000145e2"],["-0.95528884999999946e2","0.77801086000000112e2"],[-95.49610899999999,"0.77805542000000059e2"],["-0.95465285999999935e2",77.80802900000009],["-0.95427779999999984e2","0.77803314000000057e2"],["-0.95418335000000013e2","0.77798874000000069e2"],["-0.95410827999999981e2","0.77792480000000012e2"],[-95.40695199999999,"0.77787201000000039e2"],[-95.404449,"0.77776381999999955e2"],["-0.95405838000000017e2","0.77763885000000016e2"]],[["-0.77851944000000003e2","0.77774429000000055e2"],["-0.77875274999999874e2","0.77774429000000055e2"],["-0.77888061999999877e2","0.77781372000000033e2"],["-0.77930556999999965e2","0.77808868000000075e2"],["-0.77955001999999922e2","0.77830276000000026e2"],["-0.77952224999999999e2","0.77833054000000004e2"],["-0.77936385999999914e2","0.77839157000000114e2"],["-0.77906386999999995e2","0.77844437000000028e2"],["-0.77880279999999914e2","0.77848038000000031e2"],["-0.77821121000000005e2","0.77854431000000034e2"],["-0.77717772999999966e2","0.77863037000000134e2"],["-0.77676102000000014e2","0.77864700000000028e2"],["-0.77622771999999941e2","0.77862762000000089e2"],["-0.77596389999999985e2","0.77860808999999961e2"],["-0.77582779000000016e2","0.77858032000000094e2"],["-0.77575286999999946e2","0.77854980000000126e2"],["-0.77568619000000012e2","0.77849716000000001e2"],["-0.77575561999999991e2","0.77823608000000036e2"],["-0.77579178000000013e2",77.81860400000005],["-0.77592772999999909e2","0.77813309000000004e2"],["-0.77628052000000025e2","0.77804153000000042e2"],["-0.77658889999999985e2",77.79693600000013],["-0.77680557000000022e2","0.77792755000000056e2"],["-0.77851944000000003e2","0.77774429000000055e2"]],[["-0.10171140300000002e3","0.77901657000000057e2"],[-101.671944,"0.77893326000000002e2"],["-0.10162082699999996e3","0.77884430000000066e2"],["-0.10152443700000003e3","0.77869980000000112e2"],[-101.450287,"0.77861098999999967e2"],["-0.10136833200000001e3","0.77853867000000093e2"],["-0.10126555599999995e3","0.77842758000000003e2"],["-0.10123777799999993e3","0.77838882000000126e2"],["-0.10119138299999997e3","0.77830826000000059e2"],["-0.10116139199999992e3","0.77822769000000051e2"],["-0.10096056399999992e3","0.77759155000000135e2"],["-0.10092639200000002e3","0.77743317000000104e2"],["-0.10092555199999998e3","0.77737198000000092e2"],["-0.10092887899999999e3","0.77731369000000086e2"],["-0.10094055200000003e3","0.77726929000000041e2"],["-0.10096472199999994e3",77.72554000000008],[-101.096947,"0.77719436999999914e2"],["-0.10121694899999994e3","0.77721924000000001e2"],["-0.10126777599999997e3","0.77725815000000068e2"],["-0.10131806899999992e3","0.77726089000000002e2"],["-0.10150695799999994e3","0.77724991000000102e2"],["-0.10153527799999995e3","0.77723602000000142e2"],["-0.10156471299999993e3","0.77720535000000041e2"],["-0.10158583099999993e3",77.71527100000003],[-101.593613,"0.77709427000000005e2"],["-0.10160582699999992e3","0.77703873000000044e2"],["-0.10162249799999995e3",77.69859300000013],["-0.10165222199999994e3","0.77694427000000076e2"],["-0.10179888900000003e3","0.77676376000000062e2"],["-0.10182640099999992e3","0.77676086000000055e2"],["-0.10201695299999994e3","0.77679703000000018e2"],["-0.10206777999999997e3","0.77682205000000067e2"],[-102.1416779999999,"0.77690810999999997e2"],["-0.10243639399999995e3","0.77729705999999965e2"],["-0.10244444299999998e3","0.77731934000000081e2"],["-0.10251083399999999e3","0.77786102000000085e2"],["-0.10252971600000001e3","0.77834152000000074e2"],["-0.10251806599999992e3","0.77844146999999964e2"],["-0.10249889400000001e3","0.77855545000000006e2"],["-0.10245889299999999e3","0.77871094000000085e2"],["-0.10244249000000002e3","0.77876648000000102e2"],["-0.10241665599999999e3","0.77881927000000076e2"],["-0.10238778699999995e3","0.77884155000000021e2"],["-0.10213999899999999e3","0.77896378000000084e2"],["-0.10208389299999999e3","0.77897217000000069e2"],["-0.10204915599999998e3","0.77896942000000024e2"],["-0.10191583299999996e3","0.77893875000000094e2"],["-0.10183194699999996e3","0.77893875000000094e2"],[-101.779449,"0.77896378000000084e2"],["-0.10174973299999999e3","0.77899719000000118e2"],["-0.10171140300000002e3","0.77901657000000057e2"]],[["-0.11407305899999994e3","0.77981659000000036e2"],[-113.9813769999999,"0.77934982000000105e2"],["-0.11397501399999993e3","0.77931091000000038e2"],["-0.11397222899999997e3","0.77925262000000032e2"],["-0.11397222899999997e3","0.77919983000000059e2"],[-113.9583439999999,"0.77914993000000038e2"],["-0.11392388900000003e3","0.77910812000000135e2"],["-0.11389499699999993e3","0.77908325000000048e2"],["-0.11384028599999999e3","0.77906097000000102e2"],["-0.11372666899999996e3","0.77896103000000039e2"],[-113.70639,"0.77891663000000051e2"],["-0.11358556399999998e3","0.77825820999999962e2"],["-0.11357861300000002e3","0.77819991999999957e2"],["-0.11357611099999997e3","0.77814147999999989e2"],["-0.11358750899999995e3",77.80802900000009],["-0.11361916399999996e3","0.77795821999999987e2"],["-0.11365972899999997e3","0.77783324999999991e2"],["-0.11378832999999992e3","0.77745255000000043e2"],["-0.11390833999999995e3","0.77726379000000009e2"],["-0.11393472300000002e3",77.72387700000013],["-0.11411444099999989e3","0.77706649999999911e2"],["-0.11419304699999998e3",77.69802900000002],["-0.11422305299999999e3","0.77698868000000004e2"],["-0.11427722199999999e3","0.77702209000000039e2"],["-0.11433112299999999e3","0.77709717000000012e2"],[-114.415009,"0.77731369000000086e2"],[-114.514183,"0.77765273999999977e2"],["-0.11466251399999999e3","0.77803863999999919e2"],["-0.11470916699999998e3","0.77813599000000011e2"],["-0.11473029300000002e3","0.77818877999999984e2"],["-0.11484834299999994e3","0.77854706000000022e2"],["-0.11507721699999996e3","0.77938582999999994e2"],["-0.11511138900000003e3","0.77953872999999987e2"],["-0.11511501299999992e3","0.77956375000000037e2"],["-0.11511609599999991e3","0.77958327999999995e2"],["-0.11510833700000001e3","0.77961380000000077e2"],["-0.11509084300000001e3","0.77963608000000079e2"],["-0.11506054699999993e3","0.77963882000000012e2"],["-0.11503388999999993e3","0.77962204000000042e2"],["-0.11493028299999997e3","0.77960541000000148e2"],["-0.11481973299999993e3","0.77973037999999917e2"],["-0.11479778299999992e3","0.77975540000000024e2"],["-0.11477749599999993e3","0.77981659000000036e2"],["-0.11474027999999998e3","0.78000000000000057e2"],["-0.11460582699999998e3",78.03054800000001],["-0.11440083299999998e3","0.78067490000000021e2"],["-0.11435500300000001e3","0.78070541000000048e2"],["-0.11432694999999995e3",78.0711060000001],["-0.11430332899999996e3","0.78070541000000048e2"],["-0.11428694200000001e3","0.78066086000000041e2"],["-0.11407305899999994e3","0.77981659000000036e2"]],[["-0.10958805799999999e3","0.78064697000000024e2"],["-0.10958056599999998e3","0.78058319000000097e2"],["-0.10958112299999988e3","0.78041367000000093e2"],["-0.10958528100000001e3","0.78035538000000088e2"],["-0.10966972399999997e3","0.77971649000000127e2"],["-0.10968305999999995e3","0.77965820000000122e2"],["-0.10970556599999986e3","0.77959991000000116e2"],["-0.10976027699999997e3","0.77951096000000064e2"],["-0.10981527699999992e3","0.77942749000000106e2"],["-0.10984249899999998e3","0.77938873000000001e2"],["-0.10989750699999996e3","0.77932755000000043e2"],["-0.11000723299999987e3","0.77921371000000136e2"],["-0.11014499699999999e3","0.77911926000000108e2"],[-110.162781,"0.77906936999999971e2"],["-0.11016665599999999e3","0.77901093000000117e2"],["-0.11019611399999991e3","0.77896652000000017e2"],["-0.11022112299999998e3","0.77893875000000094e2"],["-0.11024889399999995e3","0.77893875000000094e2"],["-0.11048999000000003e3","0.77883881000000088e2"],["-0.11062666300000001e3","0.77873032000000023e2"],["-0.11065416700000003e3","0.77871918000000051e2"],["-0.11079250299999995e3","0.77870819000000097e2"],[-110.846947,"0.77866379000000052e2"],["-0.11087389400000001e3","0.77862198000000149e2"],["-0.11089584400000001e3","0.77856093999999928e2"],["-0.11090139799999992e3","0.77849716000000001e2"],["-0.11090471600000001e3","0.77843872000000147e2"],["-0.11090360999999996e3","0.77838042999999971e2"],["-0.11090028399999994e3","0.77832763999999997e2"],["-0.11089444699999996e3","0.77826934999999992e2"],["-0.11088639799999987e3","0.77820831000000112e2"],["-0.11074388099999993e3","0.77773605000000089e2"],["-0.11071556099999992e3","0.77768875000000037e2"],["-0.11065888999999999e3","0.77759720000000016e2"],["-0.11063110399999994e3","0.77758040999999992e2"],["-0.11060138699999999e3","0.77758881000000031e2"],["-0.11051972999999992e3","0.77763321000000019e2"],["-0.11041583299999996e3","0.77770827999999995e2"],["-0.11039306599999986e3","0.77773041000000148e2"],[-110.368607,"0.77776381999999955e2"],["-0.11028916899999996e3","0.77782486000000006e2"],["-0.11016111799999999e3","0.77784149000000127e2"],["-0.11013305700000001e3","0.77780548000000067e2"],["-0.11010500299999995e3","0.77774994000000049e2"],["-0.11009028599999994e3","0.77769150000000081e2"],["-0.11008029199999993e3","0.77763321000000019e2"],["-0.11004055800000003e3","0.77637496999999996e2"],["-0.11008029199999993e3","0.77563599000000067e2"],["-0.11008416699999992e3","0.77557755000000043e2"],["-0.11009221599999995e3","0.77551926000000037e2"],["-0.11011749299999997e3","0.77539978000000019e2"],["-0.11020333899999997e3","0.77511383000000137e2"],["-0.11022501399999987e3","0.77505264000000125e2"],["-0.11027055399999995e3",77.49581900000004],["-0.11029695100000004e3","0.77491652999999985e2"],[-110.502228,"0.77460266000000047e2"],["-0.11081500199999999e3","0.77424988000000042e2"],["-0.11082749899999999e3","0.77419144000000017e2"],["-0.11085082999999992e3","0.77414428999999984e2"],["-0.11087721299999998e3","0.77411377000000073e2"],[-110.95639,"0.77407486000000006e2"],["-0.11100974299999996e3","0.77406096999999988e2"],["-0.11106527699999998e3","0.77406096999999988e2"],["-0.11111721799999992e3","0.77408874999999966e2"],[-111.172234,"0.77416092000000106e2"],["-0.11129998799999993e3","0.77419144000000017e2"],["-0.11146305799999999e3","0.77393051000000071e2"],["-0.11161833200000001e3","0.77373871000000122e2"],["-0.11182501199999996e3",77.34887700000013],[-112.031113,"0.77324707000000103e2"],["-0.11205722000000003e3","0.77323317999999915e2"],[-112.083618,"0.77323043999999982e2"],["-0.11213694800000002e3","0.77323317999999915e2"],["-0.11216639700000002e3","0.77325271999999984e2"],["-0.11241306299999997e3","0.77356094000000041e2"],["-0.11243888900000002e3","0.77361099000000081e2"],["-0.11248222399999992e3","0.77371094000000028e2"],[-112.5,"0.77378235000000018e2"],["-0.11250778200000002e3","0.77381363000000022e2"],["-0.11252139299999999e3","0.77389434999999992e2"],["-0.11252333099999993e3","0.77395263999999997e2"],["-0.11252694700000001e3","0.77399719000000061e2"],[-112.545547,"0.77415817000000061e2"],[-112.587784,"0.77449141999999938e2"],["-0.11260109699999992e3","0.77455261000000007e2"],[-112.626938,"0.77459427000000062e2"],["-0.11265387699999997e3","0.77458878000000141e2"],["-0.11268222000000003e3","0.77456939999999975e2"],["-0.11269721999999996e3","0.77455261000000007e2"],["-0.11273889200000002e3","0.77445816000000093e2"],[-112.764183,"0.77441650000000038e2"],["-0.11279083300000002e3","0.77441086000000098e2"],["-0.11280249000000003e3","0.77442474000000004e2"],["-0.11292887899999994e3","0.77464157000000114e2"],["-0.11295777899999996e3","0.77469436999999971e2"],["-0.11296389799999992e3","0.77474152000000004e2"],["-0.11296806299999992e3","0.77485809000000131e2"],["-0.11296806299999992e3","0.77492203000000018e2"],["-0.11297028399999999e3","0.77498032000000023e2"],[-112.978882,"0.77503326000000015e2"],["-0.11299445300000002e3","0.77508881000000088e2"],["-0.11301167299999997e3","0.77512771999999984e2"],["-0.11303751399999999e3","0.77515823000000012e2"],["-0.11306500199999999e3","0.77517211999999972e2"],["-0.11314611799999994e3","0.77517761000000121e2"],["-0.11317388900000003e3","0.77519440000000145e2"],[-113.198036,"0.77523880000000133e2"],["-0.11320472699999999e3","0.77529433999999981e2"],["-0.11323805199999998e3","0.77581375000000037e2"],["-0.11324027999999993e3","0.77587204000000042e2"],["-0.11316251399999993e3","0.77609146000000123e2"],[-113.1875,"0.77739426000000037e2"],["-0.11320556599999998e3","0.77744431000000077e2"],["-0.11326251200000002e3","0.77755554000000075e2"],[-113.283073,"0.77761108000000092e2"],["-0.11329444899999999e3","0.77766662999999994e2"],["-0.11330387899999994e3","0.77773041000000148e2"],["-0.11331054699999993e3","0.77778595000000109e2"],["-0.11331500199999994e3","0.77783875000000023e2"],["-0.11331973299999999e3","0.77795531999999923e2"],["-0.11331973299999999e3","0.77807204999999954e2"],["-0.11331749699999995e3","0.77813033999999959e2"],["-0.11330638099999993e3","0.77837203999999986e2"],["-0.11323473399999989e3","0.77901657000000057e2"],["-0.11323082699999992e3","0.77903594999999996e2"],["-0.11320973200000003e3",77.90887500000008],["-0.11312721299999998e3","0.77912201000000096e2"],["-0.11309973100000002e3","0.77912766000000147e2"],["-0.11307167099999998e3","0.77912201000000096e2"],["-0.11304666099999997e3","0.77907761000000107e2"],["-0.11303971899999999e3","0.77901932000000102e2"],["-0.11294360399999999e3","0.77911926000000108e2"],["-0.11280499299999985e3","0.77933043999999995e2"],["-0.11278333299999997e3","0.77937195000000088e2"],["-0.11276666299999999e3","0.77942474000000061e2"],["-0.11274194299999988e3","0.77951660000000004e2"],["-0.11257444799999996e3","0.77979431000000091e2"],["-0.11246694899999994e3","0.77992477000000008e2"],["-0.11229499800000002e3","0.78010544000000095e2"],["-0.11212526699999995e3",78.00610400000005],["-0.11197944599999994e3","0.78018599999999992e2"],[-111.787216,"0.78033599999999922e2"],["-0.11177610800000002e3","0.78028046000000131e2"],[-111.756393,"0.78024428999999998e2"],["-0.11173055999999997e3","0.78024155000000064e2"],["-0.11170556599999998e3","0.78026931999999988e2"],["-0.11163221699999991e3","0.78040817000000061e2"],["-0.11134583999999995e3","0.78076935000000105e2"],["-0.11131833599999999e3",78.08027600000014],["-0.11128832999999997e3","0.78081940000000145e2"],["-0.11109333800000002e3","0.78092484000000013e2"],[-111.048607,"0.78093597000000102e2"],["-0.11102749599999999e3","0.78093322999999998e2"],["-0.11099861099999993e3","0.78090546000000074e2"],["-0.11099749799999995e3","0.78084717000000069e2"],["-0.11100110599999994e3","0.78079987000000017e2"],[-110.995003,"0.78074158000000011e2"],["-0.11090334300000001e3","0.78062194999999974e2"],[-110.861107,"0.78061645999999996e2"],["-0.11083306899999997e3",78.06303400000013],["-0.11080555700000002e3","0.78065262000000075e2"],["-0.11078778099999994e3",78.0711060000001],["-0.11077500899999995e3","0.78076935000000105e2"],["-0.11077139299999999e3","0.78082764000000111e2"],["-0.11076334399999996e3","0.78088882000000069e2"],["-0.11074553700000001e3","0.78094711000000075e2"],["-0.11072721899999988e3","0.78097762999999986e2"],["-0.11067051700000002e3","0.78101089000000002e2"],["-0.11054998799999998e3","0.78106094000000098e2"],["-0.11046584299999995e3","0.78108597000000032e2"],["-0.11023777799999999e3","0.78110809000000131e2"],["-0.11010082999999992e3","0.78108597000000032e2"],["-0.10995916699999987e3","0.78104705999999965e2"],["-0.10978916899999996e3","0.78099716000000114e2"],["-0.10967777999999998e3","0.78091933999999981e2"],["-0.10965387699999985e3","0.78088318000000129e2"],["-0.10960527000000002e3",78.0711060000001],["-0.10958805799999999e3","0.78064697000000024e2"]],[["-0.10165139799999997e3","0.78144714000000022e2"],["-0.10167527799999999e3","0.78144440000000088e2"],[-101.859444,78.15525800000006],["-0.10187917299999992e3","0.78158324999999991e2"],["-0.10188194299999998e3","0.78162201000000039e2"],["-0.10177610800000002e3","0.78216385000000116e2"],["-0.10175334199999992e3","0.78227203000000088e2"],["-0.10173137700000001e3","0.78232483000000116e2"],["-0.10170722999999987e3",78.23275799999999],["-0.10168472299999996e3","0.78230545000000006e2"],["-0.10168167099999994e3","0.78227478000000076e2"],["-0.10167250100000001e3","0.78226089000000115e2"],["-0.10163362100000001e3","0.78210815000000025e2"],["-0.10162277199999988e3","0.78204712000000086e2"],["-0.10161582899999996e3","0.78199416999999983e2"],["-0.10160360700000001e3","0.78187485000000038e2"],["-0.10159999099999993e3","0.78181090999999981e2"],["-0.10159861799999993e3","0.78175261999999975e2"],["-0.10159973100000002e3","0.78164429000000041e2"],["-0.10160527000000002e3","0.78159149000000127e2"],["-0.10161305199999998e3","0.78153594999999939e2"],["-0.10162581599999993e3","0.78148041000000148e2"],["-0.10165139799999997e3","0.78144714000000022e2"]],[["-0.10305695300000002e3","0.78119705000000067e2"],["-0.10311444099999994e3",78.11775200000011],["-0.10319444299999992e3",78.11914100000007],[-103.212784,"0.78120529000000033e2"],["-0.10323029300000002e3","0.78123871000000122e2"],["-0.10325862099999995e3","0.78134995000000004e2"],["-0.10327027900000002e3","0.78141097999999943e2"],["-0.10327722199999999e3","0.78146941999999967e2"],["-0.10328222700000003e3",78.15776100000005],["-0.10327971600000001e3","0.78163605000000075e2"],[-103.274719,"0.78169983000000002e2"],["-0.10326750199999998e3",78.17553700000002],["-0.10323916600000001e3","0.78192200000000071e2"],["-0.10322721899999993e3","0.78197754000000089e2"],["-0.10317027300000001e3","0.78219985999999949e2"],["-0.10312470999999999e3","0.78236649000000057e2"],["-0.10306276700000001e3","0.78258041000000048e2"],["-0.10304138199999994e3","0.78263610999999969e2"],["-0.10298693800000001e3",78.27276599999999],["-0.10293415800000002e3",78.27276599999999],["-0.10289750700000002e3","0.78269149999999968e2"],["-0.10282556199999993e3","0.78258881000000088e2"],[-102.8125,"0.78255829000000006e2"],["-0.10279860699999995e3","0.78250274999999988e2"],["-0.10278916899999996e3",78.24443100000002],["-0.10278222700000003e3","0.78238586000000055e2"],["-0.10278028899999993e3",78.23275799999999],["-0.10277639799999986e3","0.78215546000000131e2"],["-0.10277639799999986e3","0.78210266000000047e2"],[-102.781387,"0.78204987000000074e2"],["-0.10279332699999998e3","0.78199416999999983e2"],["-0.10285527000000002e3","0.78188872999999944e2"],["-0.10289806399999992e3",78.17804000000001],["-0.10293195300000002e3","0.78166931000000091e2"],["-0.10297721899999999e3","0.78150269000000094e2"],["-0.10301777599999997e3","0.78133606000000043e2"],["-0.10304167199999995e3","0.78122208000000001e2"],["-0.10305695300000002e3","0.78119705000000067e2"]],[["-0.94366652999999985e2","0.78159149000000127e2"],["-0.94378051999999968e2",78.15776100000005],["-0.94404448999999943e2","0.78159988000000112e2"],["-0.94506118999999956e2","0.78172760000000096e2"],["-0.94520003999999858e2","0.78177475000000129e2"],[-94.67111199999988,"0.78240814000000057e2"],["-0.94683060000000012e2","0.78247208000000057e2"],["-0.94694152999999915e2",78.2586060000001],["-0.94692215000000033e2","0.78264709000000039e2"],["-0.94681106999999884e2","0.78274155000000007e2"],["-0.94660827999999924e2","0.78279160000000047e2"],["-0.94635558999999944e2",78.28387500000008],["-0.94602218999999991e2","0.78287200999999925e2"],["-0.94572234999999921e2","0.78287766000000147e2"],["-0.94546386999999982e2","0.78284424000000058e2"],["-0.94515014999999892e2","0.78278046000000074e2"],["-0.94481948999999929e2","0.78268326000000002e2"],[-94.36111499999987,78.22164900000007],["-0.94344726999999978e2","0.78214706000000092e2"],["-0.94316665999999998e2","0.78197479000000044e2"],["-0.94309433000000013e2","0.78191086000000098e2"],["-0.94306945999999925e2","0.78184982000000048e2"],["-0.94309157999999968e2","0.78179153000000042e2"],["-0.94366652999999985e2","0.78159149000000127e2"]],[["-0.88287215999999944e2",78.24331699999999],["-0.88360001000000011e2","0.78237761999999918e2"],["-0.88381942999999978e2","0.78242476999999951e2"],["-0.88393616000000009e2","0.78248871000000008e2"],["-0.88404723999999987e2",78.25999500000006],["-0.88407500999999911e2","0.78264435000000105e2"],["-0.88411117999999931e2","0.78273879999999963e2"],[-88.40972899999997,"0.78292205999999965e2"],[-88.404449,"0.78298035000000027e2"],["-0.88235274999999888e2",78.42692599999998],["-0.88113051999999982e2",78.45526099999995],[-88.09445199999999,"0.78456940000000145e2"],["-0.88070281999999963e2","0.78454712000000029e2"],["-0.88061385999999914e2","0.78452484000000084e2"],["-0.88052779999999927e2","0.78445526000000086e2"],["-0.88049728000000016e2","0.78444427000000076e2"],["-0.88043334999999956e2","0.78436646000000053e2"],["-0.88044448999999929e2",78.42442299999999],["-0.88044997999999964e2","0.78421371000000079e2"],["-0.88046660999999972e2","0.78418868999999972e2"],["-0.88057220000000029e2","0.78407485999999949e2"],["-0.88166396999999961e2","0.78308029000000033e2"],["-0.88187774999999988e2","0.78291655999999932e2"],["-0.88245543999999995e2","0.78252777000000094e2"],["-0.88255004999999983e2","0.78247208000000057e2"],["-0.88287215999999944e2",78.24331699999999]],[["-0.10964806399999992e3","0.78588042999999971e2"],[-109.569458,"0.78586380000000077e2"],["-0.10954998799999998e3","0.78586655000000064e2"],["-0.10950055700000001e3","0.78582763999999997e2"],["-0.10940527299999997e3","0.78556931000000077e2"],["-0.10933416699999998e3","0.78524155000000121e2"],["-0.10926055899999994e3","0.78487198000000092e2"],["-0.10925556899999998e3","0.78482483000000059e2"],[-109.254997,"0.78478591999999992e2"],["-0.10926055899999994e3","0.78455826000000002e2"],["-0.10931806899999992e3",78.35803199999998],["-0.10932721700000002e3","0.78352203000000145e2"],["-0.10940499899999992e3","0.78306366000000082e2"],["-0.10942859599999997e3",78.303314],["-0.10959583999999995e3","0.78302765000000022e2"],[-109.766953,"0.78294144000000131e2"],["-0.10982444799999996e3","0.78293869000000086e2"],["-0.10985333300000002e3",78.29664600000001],[-109.882767,"0.78301376000000062e2"],["-0.10989306599999998e3","0.78307205000000067e2"],["-0.10989835399999998e3",78.3119200000001],["-0.10990862299999998e3","0.78317764000000068e2"],["-0.10992610200000001e3","0.78323043999999982e2"],["-0.10995527599999997e3","0.78325821000000076e2"],["-0.10998388699999998e3","0.78325546000000031e2"],["-0.11001251200000002e3","0.78323608000000092e2"],["-0.11019638099999997e3","0.78303864000000033e2"],["-0.11022444199999995e3","0.78299987999999928e2"],["-0.11025250199999999e3","0.78295822000000044e2"],[-110.279449,"0.78284987999999998e2"],["-0.11029778299999992e3","0.78281097000000102e2"],[-110.354446,"0.78276657000000057e2"],[-110.4119419999999,"0.78277206000000035e2"],[-110.484734,"0.78284424000000058e2"],["-0.11057167099999992e3","0.78289703000000031e2"],["-0.11065833999999995e3",78.29304500000012],["-0.11071556099999992e3","0.78292480000000126e2"],["-0.11078778099999994e3","0.78306931000000134e2"],["-0.11085665899999987e3","0.78327208999999982e2"],["-0.11085888699999998e3","0.78337769000000094e2"],["-0.11097501399999999e3","0.78363876000000005e2"],["-0.11100250199999999e3","0.78368042000000059e2"],["-0.11114138799999995e3","0.78386108000000036e2"],["-0.11116999799999996e3","0.78384155000000078e2"],["-0.11127778599999994e3","0.78372207999999944e2"],["-0.11127139299999999e3","0.78346100000000035e2"],["-0.11130610699999994e3","0.78321106000000043e2"],["-0.11141000400000001e3","0.78277206000000035e2"],["-0.11142304999999993e3","0.78272217000000069e2"],["-0.11143888899999996e3","0.78268600000000106e2"],["-0.11146250899999995e3","0.78267487000000017e2"],["-0.11150527999999997e3","0.78266936999999984e2"],["-0.11157556199999999e3","0.78270538000000045e2"],["-0.11165249599999993e3",78.27276599999999],["-0.11173832700000003e3",78.27276599999999],["-0.11176666299999994e3","0.78271378000000084e2"],["-0.11179527299999995e3","0.78271103000000096e2"],["-0.11182000700000003e3","0.78273604999999975e2"],["-0.11186472300000003e3","0.78296370999999965e2"],["-0.11188221699999997e3","0.78306931000000134e2"],["-0.11188861099999997e3","0.78312485000000095e2"],["-0.11189277599999997e3","0.78318054000000132e2"],["-0.11189167800000001e3","0.78322220000000016e2"],[-111.91861,"0.78332764000000054e2"],[-111.939438,"0.78338318000000072e2"],["-0.11213305700000001e3",78.36554000000001],["-0.11221501199999994e3","0.78365265000000136e2"],["-0.11243776700000001e3","0.78354431000000091e2"],["-0.11258306899999997e3","0.78343597000000045e2"],["-0.11268443299999996e3","0.78331375000000037e2"],["-0.11273916599999995e3","0.78323043999999982e2"],["-0.11278721599999989e3","0.78310531999999967e2"],["-0.11289083900000003e3","0.78292480000000126e2"],["-0.11294499199999996e3",78.28387500000008],["-0.11302694700000001e3",78.27276599999999],["-0.11305499299999997e3","0.78271378000000084e2"],["-0.11314222699999999e3","0.78268326000000002e2"],["-0.11316860999999994e3","0.78268600000000106e2"],["-0.11318831599999999e3","0.78269989000000123e2"],["-0.11321777299999985e3",78.27777100000003],["-0.11327333099999998e3","0.78296370999999965e2"],["-0.11328195199999999e3","0.78299713000000111e2"],[-113.287781,"0.78302475000000015e2"],["-0.11333249699999993e3","0.78328872999999987e2"],["-0.11333416699999998e3","0.78332764000000054e2"],["-0.11321611000000001e3","0.78385269000000108e2"],[-113.1241609999999,"0.78420822000000101e2"],["-0.11311527999999987e3","0.78423035000000084e2"],["-0.11303832999999997e3","0.78436919999999986e2"],["-0.11271167000000003e3","0.78484711000000061e2"],["-0.11260749800000002e3",78.4994200000001],["-0.11236305199999998e3","0.78533324999999991e2"],["-0.11231166100000002e3","0.78539977999999962e2"],["-0.11223805199999998e3","0.78547211000000004e2"],["-0.11212970699999994e3","0.78551926000000037e2"],["-0.11198805199999987e3","0.78552764999999965e2"],["-0.11190360999999996e3","0.78548874000000069e2"],["-0.11187304699999999e3","0.78544434000000081e2"],["-0.11185305800000003e3","0.78542755000000056e2"],["-0.11180972299999991e3","0.78545258000000047e2"],["-0.11175250199999994e3",78.55053700000002],["-0.11167777999999993e3","0.78563034000000016e2"],[-111.641953,"0.78574158000000068e2"],["-0.11160082999999997e3","0.78585266000000104e2"],["-0.11157224299999996e3","0.78588593000000003e2"],["-0.11145556599999998e3","0.78592758000000003e2"],["-0.11139195299999994e3",78.61192299999999],[-111.378601,"0.78617751999999996e2"],["-0.11137998999999991e3","0.78622757000000036e2"],["-0.11136305199999998e3",78.64276099999995],["-0.11116055299999999e3","0.78691649999999925e2"],["-0.11095612299999993e3","0.78718323000000112e2"],["-0.11079110700000001e3","0.78735259999999926e2"],[-110.6375119999999,"0.78748596000000077e2"],["-0.11046028100000001e3","0.78757492000000013e2"],["-0.11043055700000002e3","0.78758605999999986e2"],["-0.11041055299999999e3","0.78757767000000001e2"],["-0.11039527900000002e3","0.78756104000000107e2"],["-0.11038445299999989e3","0.78751389000000074e2"],[-110.271118,"0.78727768000000026e2"],["-0.11016416900000002e3",78.70915199999996],["-0.11007778899999988e3","0.78694977000000051e2"],["-0.10999722300000002e3","0.78683868000000018e2"],["-0.10986165599999998e3","0.78666930999999977e2"],["-0.10985582699999998e3","0.78660262999999986e2"],["-0.10986000100000001e3","0.78654433999999981e2"],["-0.10986165599999998e3","0.78649155000000007e2"],["-0.10986110699999995e3","0.78643326000000002e2"],["-0.10985526999999996e3","0.78637496999999996e2"],["-0.10967054699999989e3","0.78591370000000097e2"],["-0.10964806399999992e3","0.78588042999999971e2"]],[["-0.74306945999999982e2","0.78676651000000049e2"],["-0.74334166999999923e2","0.78675262000000089e2"],[-74.36721799999998,"0.78676086000000055e2"],["-0.74419448999999986e2","0.78681655999999919e2"],["-0.74614166000000012e2","0.78702774000000034e2"],["-0.74704726999999934e2","0.78722762999999929e2"],["-0.74710007000000019e2","0.78727477999999962e2"],["-0.74710281000000009e2","0.78731094000000041e2"],["-0.74706664999999987e2","0.78737488000000099e2"],["-0.74645003999999972e2","0.78772491000000059e2"],["-0.74632216999999969e2","0.78777206000000092e2"],["-0.74615829000000019e2","0.78778595000000109e2"],["-0.74591109999999958e2","0.78778870000000097e2"],["-0.74555557000000022e2","0.78776093000000003e2"],["-0.74356948999999929e2","0.78755829000000062e2"],["-0.74312042000000019e2","0.78750000000000057e2"],[-74.28195199999999,"0.78746094000000028e2"],["-0.74192489999999964e2","0.78729705999999965e2"],["-0.74167770000000019e2","0.78719986000000063e2"],["-0.74163619999999923e2","0.78716094999999996e2"],["-0.74172774999999888e2","0.78711380000000133e2"],["-0.74236388999999974e2","0.78687194999999917e2"],["-0.74256667999999934e2",78.6827550000001],[-74.28443900000002,"0.78678864000000033e2"],["-0.74306945999999982e2","0.78676651000000049e2"]],[["-0.96768065999999976e2","0.78684143000000006e2"],["-0.96708892999999989e2",78.6827550000001],["-0.96645003999999972e2","0.78686096000000134e2"],["-0.96613051999999982e2","0.78685532000000023e2"],["-0.96585007000000019e2",78.68331900000004],["-0.96533614999999941e2","0.78676926000000094e2"],["-0.96510559000000001e2","0.78672484999999995e2"],["-0.96466399999999965e2","0.78661926000000108e2"],["-0.96395279000000016e2","0.78640549000000078e2"],["-0.96379165999999998e2","0.78634430000000066e2"],["-0.96356109999999944e2","0.78627762000000075e2"],["-0.96315826000000015e2","0.78618042000000003e2"],["-0.96293883999999935e2","0.78615265000000079e2"],["-0.96265015000000005e2","0.78618866000000139e2"],["-0.96235549999999989e2","0.78627762000000075e2"],["-0.96202498999999875e2","0.78630264000000011e2"],["-0.96184432999999956e2","0.78628586000000041e2"],["-0.96167495999999971e2","0.78623306000000014e2"],["-0.96158889999999872e2","0.78617203000000075e2"],["-0.96152495999999985e2","0.78611374000000012e2"],["-0.96216400000000021e2","0.78560531999999967e2"],["-0.96178054999999915e2","0.78518875000000094e2"],["-0.96009445000000028e2","0.78492477000000122e2"],["-0.95857773000000009e2","0.78494980000000055e2"],["-0.95820006999999919e2","0.78502213000000097e2"],["-0.95746658000000025e2","0.78514998999999989e2"],[-95.71665999999999,"0.78519714000000022e2"],[-95.68472300000002,"0.78521103000000039e2"],["-0.95652221999999995e2","0.78521378000000027e2"],["-0.95601944000000003e2","0.78519714000000022e2"],["-0.95537215999999944e2","0.78514708999999982e2"],["-0.95481673999999998e2","0.78508881000000031e2"],["-0.95407775999999956e2","0.78497208000000057e2"],["-0.95206389999999942e2","0.78461655000000007e2"],["-0.95086944999999957e2","0.78437759000000085e2"],["-0.94895003999999972e2","0.78395828000000108e2"],["-0.94877776999999924e2","0.78391373000000101e2"],[-94.86082499999992,"0.78384720000000129e2"],["-0.94831679999999949e2","0.78364699999999971e2"],["-0.94829177999999956e2","0.78358871000000136e2"],["-0.94830840999999907e2","0.78352767999999969e2"],["-0.94837508999999955e2","0.78347214000000008e2"],["-0.94853332999999907e2","0.78341934000000094e2"],["-0.94941939999999988e2","0.78316375999999991e2"],["-0.94966948999999943e2","0.78311371000000122e2"],["-0.95096389999999928e2","0.78290268000000026e2"],[-95.36361699999992,78.24136400000009],["-0.95388061999999934e2","0.78236374000000012e2"],["-0.95399170000000026e2","0.78231093999999985e2"],["-0.95398620999999991e2","0.78226928999999984e2"],["-0.95388900999999976e2","0.78222488000000055e2"],["-0.95368880999999988e2","0.78218596999999988e2"],["-0.95345839999999953e2","0.78217758000000003e2"],["-0.95255279999999914e2",78.21804800000001],["-0.95227492999999981e2","0.78216660000000104e2"],["-0.95130829000000006e2","0.78194138000000009e2"],["-0.95113051999999925e2","0.78188583000000108e2"],["-0.95106948999999986e2","0.78185257000000092e2"],["-0.95108611999999994e2","0.78179428000000087e2"],["-0.95111937999999952e2","0.78174149000000114e2"],["-0.95111937999999952e2","0.78167480000000012e2"],["-0.95106109999999944e2","0.78161926000000051e2"],["-0.95089721999999995e2","0.78154984000000127e2"],["-0.95068068999999923e2","0.78148041000000148e2"],[-94.98332199999993,"0.78133040999999992e2"],[-94.90695199999999,"0.78117203000000131e2"],["-0.94889998999999989e2","0.78108870999999965e2"],["-0.94886947999999961e2","0.78102768000000026e2"],["-0.94911666999999852e2","0.78055251999999996e2"],["-0.95011397999999986e2","0.77991363999999919e2"],["-0.95043883999999935e2","0.77974991000000045e2"],["-0.95057494999999903e2","0.77969147000000078e2"],["-0.95085280999999952e2","0.77958878000000027e2"],["-0.95100554999999929e2","0.77953597999999943e2"],["-0.95112503000000004e2","0.77951385000000016e2"],["-0.95137511999999958e2","0.77950546000000031e2"],["-0.95162506000000008e2","0.77953597999999943e2"],["-0.95186385999999857e2","0.77957764000000054e2"],["-0.95211670000000026e2","0.77961105000000089e2"],["-0.95236938000000009e2",77.964157],["-0.95265838999999971e2","0.77966095000000109e2"],["-0.95321395999999993e2",77.96775800000006],["-0.95379989999999964e2","0.77966384999999946e2"],["-0.95400283999999999e2","0.77962769000000094e2"],[-95.41332999999986,"0.77959426999999948e2"],["-0.95425551999999925e2","0.77948029000000133e2"],["-0.95449722000000008e2",77.9433140000001],["-0.95549728000000016e2","0.77934143000000006e2"],["-0.95758057000000008e2","0.77911926000000108e2"],["-0.95830840999999964e2","0.77898880000000133e2"],["-0.95938599000000011e2","0.77885817999999972e2"],["-0.96189437999999939e2","0.77866089000000045e2"],["-0.96285552999999936e2","0.77859421000000054e2"],["-0.96317504999999926e2","0.77858322000000101e2"],[-96.345551,"0.77858597000000088e2"],["-0.96365279999999984e2","0.77859984999999995e2"],["-0.96386123999999995e2","0.77862762000000089e2"],["-0.96404174999999952e2","0.77868591000000094e2"],[-96.41194200000001,"0.77874984999999981e2"],["-0.96410827999999924e2","0.77880813999999987e2"],["-0.96405272999999966e2","0.77886382999999967e2"],["-0.96410552999999993e2","0.77890549000000078e2"],["-0.96416945999999996e2","0.77893875000000094e2"],[-96.43582200000003,"0.77898604999999975e2"],["-0.96456664999999987e2","0.77901657000000057e2"],["-0.96541107000000011e2","0.77897217000000069e2"],["-0.96734436000000017e2","0.77872757000000036e2"],["-0.96735000999999954e2",77.86692800000003],["-0.96710555999999997e2","0.77855545000000006e2"],["-0.96696380999999917e2","0.77850815000000125e2"],["-0.96667220999999927e2","0.77849152000000061e2"],["-0.96585007000000019e2","0.77856368999999972e2"],["-0.96558884000000035e2","0.77859421000000054e2"],["-0.96539718999999991e2","0.77864426000000094e2"],["-0.96516113000000018e2","0.77869430999999963e2"],["-0.96491668999999888e2","0.77870254999999929e2"],["-0.96515563999999983e2","0.77845535000000098e2"],["-0.96542770000000019e2","0.77841934000000037e2"],["-0.96628325999999959e2","0.77840546000000131e2"],[-96.68720999999988,"0.77840546000000131e2"],[-96.71166999999997,"0.77839706000000092e2"],["-0.96734160999999972e2","0.77835541000000092e2"],["-0.96748610999999926e2","0.77830276000000026e2"],["-0.96829452999999944e2","0.77789153999999996e2"],["-0.96849990999999989e2","0.77787201000000039e2"],["-0.96880553999999961e2","0.77786926000000051e2"],["-0.96900283999999999e2","0.77788315000000011e2"],["-0.96907776000000013e2","0.77790542999999957e2"],["-0.96912216000000001e2","0.77793045000000063e2"],["-0.96933884000000035e2","0.77797485000000052e2"],["-0.97014174999999966e2","0.77804153000000042e2"],["-0.97057495000000017e2","0.77805542000000059e2"],["-0.97072509999999909e2","0.77804153000000042e2"],["-0.97096953999999926e2","0.77803314000000057e2"],["-0.97102218999999991e2","0.77807479999999998e2"],["-0.97119720000000029e2","0.77865265000000079e2"],[-97.11999499999996,"0.77870254999999929e2"],["-0.97107497999999964e2","0.77876373000000058e2"],["-0.97081389999999942e2","0.77886658000000011e2"],["-0.97015563999999983e2","0.77904160000000047e2"],["-0.97002228000000002e2","0.77908600000000035e2"],[-96.99221799999998,"0.77914154000000053e2"],["-0.96992492999999911e2","0.77918869000000086e2"],["-0.96994995000000017e2","0.77921097000000032e2"],["-0.97142775999999969e2","0.77934982000000105e2"],["-0.97281676999999945e2","0.77948318000000086e2"],[-97.30999799999995,"0.77951096000000064e2"],["-0.97354445999999996e2","0.77962204000000042e2"],["-0.97380279999999971e2","0.77969986000000006e2"],["-0.97431670999999994e2","0.77986923000000047e2"],["-0.97454726999999934e2","0.77992752000000053e2"],["-0.97503066999999874e2","0.78002486999999917e2"],["-0.97572234999999978e2","0.78012497000000053e2"],["-0.97602782999999931e2","0.78015548999999965e2"],["-0.97673614999999984e2","0.78021378000000141e2"],[-97.75556899999998,"0.78025542999999971e2"],["-0.97766953000000001e2","0.78028870000000097e2"],[-97.77555799999999,"0.78034988000000055e2"],["-0.97666945999999996e2","0.78088043000000084e2"],["-0.97647781000000009e2","0.78090820000000008e2"],["-0.97618331999999953e2","0.78091660000000047e2"],["-0.97567504999999926e2","0.78089706000000035e2"],["-0.97513061999999991e2","0.78086655000000007e2"],[-97.43249499999996,"0.78080551000000128e2"],["-0.97323623999999995e2","0.78076935000000105e2"],["-0.97297775000000001e2","0.78076385000000073e2"],["-0.97024444999999901e2","0.78074706999999933e2"],["-0.96997771999999998e2","0.78075271999999984e2"],["-0.96910278000000005e2","0.78079163000000051e2"],["-0.96887511999999958e2","0.78083054000000118e2"],["-0.96855559999999912e2","0.78104155999999932e2"],["-0.96856383999999991e2","0.78108032000000037e2"],["-0.96870543999999995e2","0.78133330999999998e2"],["-0.96885558999999944e2","0.78138046000000031e2"],["-0.96983886999999925e2","0.78150818000000072e2"],["-0.97059157999999968e2",78.15776100000005],["-0.97138061999999934e2","0.78165817000000118e2"],["-0.97164444000000003e2","0.78168869000000029e2"],["-0.97184722999999963e2","0.78172485000000108e2"],["-0.97194992000000013e2",78.17692599999998],["-0.97200835999999924e2","0.78183593999999971e2"],["-0.97212509000000011e2","0.78189422999999977e2"],["-0.97299438000000009e2","0.78204712000000086e2"],["-0.97321120999999948e2","0.78207488999999953e2"],["-0.97349166999999966e2","0.78208602999999982e2"],["-0.97407776000000013e2","0.78207763999999997e2"],["-0.97635558999999944e2","0.78206650000000025e2"],["-0.97829453000000001e2","0.78219147000000021e2"],["-0.97849441999999954e2","0.78234711000000118e2"],["-0.97817504999999983e2",78.23275799999999],["-0.97773055999999997e2","0.78238876000000118e2"],["-0.97763335999999924e2",78.24443100000002],["-0.97777785999999878e2",78.25],["-0.97867766999999958e2","0.78279709000000025e2"],["-0.97881103999999993e2","0.78283600000000092e2"],["-0.97904175000000009e2",78.28804000000008],["-0.97930557000000022e2","0.78290817000000004e2"],["-0.98012786999999946e2","0.78296936000000017e2"],["-0.98054717999999923e2","0.78301651000000049e2"],["-0.98068343999999968e2","0.78308029000000033e2"],["-0.98070846999999958e2","0.78313599000000067e2"],["-0.98043610000000001e2","0.78389434999999992e2"],["-0.98148345999999947e2","0.78403870000000097e2"],["-0.98172226000000023e2",78.40498400000007],["-0.98198333999999988e2","0.78408599999999979e2"],["-0.98347778000000005e2","0.78443038999999999e2"],["-0.98366652999999985e2","0.78449416999999983e2"],["-0.98388061999999991e2","0.78467484000000013e2"],["-0.98410552999999993e2","0.78490265000000022e2"],["-0.98411391999999921e2",78.4952550000001],["-0.98410277999999948e2","0.78508040999999992e2"],["-0.98308884000000035e2","0.78533875000000023e2"],["-0.98171386999999982e2","0.78529709000000139e2"],["-0.98054442999999992e2","0.78533600000000035e2"],["-0.98022231999999917e2",78.53637700000013],["-0.98019164999999987e2","0.78542755000000056e2"],["-0.98028060999999923e2","0.78563309000000004e2"],["-0.98042220999999927e2","0.78569716999999969e2"],["-0.98080001999999922e2","0.78582763999999997e2"],["-0.98115004999999996e2","0.78593871999999976e2"],["-0.98139998999999989e2","0.78599425999999994e2"],["-0.98169158999999922e2","0.78603043000000127e2"],["-0.98235001000000011e2","0.78619141000000013e2"],["-0.98315276999999924e2",78.64387499999998],["-0.98326950000000011e2","0.78650542999999914e2"],["-0.98328063999999927e2","0.78652206000000035e2"],["-0.98371658000000025e2","0.78719986000000063e2"],["-0.98366104000000007e2","0.78763611000000026e2"],[-98.36471599999993,"0.78768051000000071e2"],[-98.17332499999992,"0.78812759000000142e2"],["-0.98144454999999994e2","0.78816666000000112e2"],[-98.06138599999997,"0.78818877999999984e2"],["-0.97777785999999878e2","0.78815262000000075e2"],[-97.65695199999999,"0.78811371000000008e2"],[-97.59973100000002,"0.78807479999999941e2"],["-0.97488602000000014e2","0.78796646000000067e2"],["-0.97461945000000014e2",78.792755],["-0.97436934999999892e2","0.78786925999999994e2"],["-0.97385559000000001e2","0.78776931999999988e2"],["-0.97359160999999972e2","0.78773041000000092e2"],["-0.97273620999999991e2","0.78764434999999992e2"],["-0.97160278000000005e2","0.78758881000000031e2"],["-0.97078063999999983e2",78.74971000000005],["-0.97025283999999942e2","0.78741928000000087e2"],["-0.96999725000000012e2","0.78736923000000047e2"],["-0.96954726999999934e2","0.78726379000000009e2"],["-0.96922500999999954e2","0.78713318000000072e2"],["-0.96913895000000025e2","0.78706940000000088e2"],["-0.96903884999999946e2","0.78701660000000061e2"],["-0.96886397999999986e2","0.78696640000000002e2"],["-0.96768065999999976e2","0.78684143000000006e2"]],[["-0.86319457999999997e2","0.78883606000000043e2"],["-0.86388061999999877e2","0.78883041000000048e2"],["-0.86414718999999934e2","0.78884430000000009e2"],["-0.86444442999999978e2","0.78887207000000103e2"],["-0.86469161999999926e2","0.78889708999999982e2"],["-0.86484436000000017e2","0.78892761000000121e2"],["-0.86476943999999889e2","0.78896378000000084e2"],[-86.43638599999997,"0.78911102000000085e2"],["-0.86386672999999973e2","0.78924988000000099e2"],["-0.86366104000000007e2","0.78929703000000131e2"],["-0.86346114999999998e2","0.78939697000000137e2"],["-0.86328613000000018e2","0.78950821000000019e2"],["-0.86292770000000019e2","0.78983047000000113e2"],["-0.86285277999999948e2","0.78993317000000047e2"],["-0.86283614999999941e2",78.99803200000008],["-0.86046951000000035e2","0.79038589000000059e2"],["-0.85990828999999962e2","0.79046936000000073e2"],["-0.85924437999999952e2","0.79053864000000033e2"],["-0.85896117999999944e2","0.79056931000000134e2"],["-0.85820007000000032e2","0.79061371000000008e2"],["-0.85712509000000011e2","0.79064148000000046e2"],["-0.85646118000000001e2",79.06442300000009],["-0.85321395999999936e2","0.79053864000000033e2"],["-0.85263335999999924e2","0.79048874000000012e2"],["-0.85216109999999901e2","0.79041367000000037e2"],["-0.85199722000000008e2","0.79037490999999989e2"],["-0.85182495000000017e2","0.79031372000000147e2"],["-0.85167220999999927e2","0.79020828000000108e2"],["-0.85169448999999986e2","0.79014709000000039e2"],["-0.85176391999999964e2","0.79008880999999974e2"],["-0.85186661000000015e2","0.79002777000000094e2"],[-85.20944199999991,"0.78993590999999981e2"],["-0.85225829999999974e2","0.78988586000000112e2"],["-0.85246947999999975e2","0.78984146000000067e2"],["-0.85301392000000021e2","0.78975266000000033e2"],["-0.85466110000000015e2","0.78958327999999995e2"],["-0.85546660999999972e2",78.95248400000014],["-0.85765563999999983e2",78.93414300000012],["-0.86026947000000007e2","0.78910262999999986e2"],["-0.86213897999999972e2","0.78891663000000051e2"],["-0.86244995000000017e2","0.78888321000000076e2"],["-0.86284163999999976e2","0.78885268999999994e2"],["-0.86319457999999997e2","0.78883606000000043e2"]],[["-0.10359388699999988e3","0.79325821000000019e2"],["-0.10339835399999993e3","0.79299988000000099e2"],["-0.10333556399999998e3","0.79299988000000099e2"],["-0.10326251200000002e3","0.79299988000000099e2"],["-0.10313999899999993e3","0.79287766000000147e2"],["-0.10309777799999995e3","0.79282486000000063e2"],["-0.10308361799999994e3","0.79279433999999981e2"],["-0.10306806899999992e3","0.79273880000000133e2"],["-0.10292111199999999e3",79.21748400000007],["-0.10292666600000001e3","0.79211105000000032e2"],["-0.10292639199999996e3","0.79206649999999968e2"],[-102.921944,"0.79200272000000041e2"],["-0.10290194699999995e3","0.79172211000000118e2"],["-0.10289167800000001e3","0.79166656000000046e2"],["-0.10287444299999987e3","0.79164992999999924e2"],["-0.10276862299999993e3","0.79138884999999959e2"],[-102.620003,"0.79097214000000008e2"],["-0.10261165599999998e3","0.79093048000000124e2"],["-0.10260582699999998e3","0.79074432000000115e2"],["-0.10260637700000001e3","0.79068054000000132e2"],[-102.612213,"0.79056641000000127e2"],[-102.654449,"0.78994141000000013e2"],["-0.10266555799999998e3",78.98275799999999],["-0.10267582700000003e3","0.78977478000000133e2"],["-0.10269860799999992e3","0.78971924000000115e2"],["-0.10272084000000001e3","0.78938309000000061e2"],["-0.10259500099999997e3","0.78876648000000046e2"],["-0.10257945299999994e3","0.78873032000000023e2"],["-0.10256082200000003e3","0.78869705000000067e2"],["-0.10255082700000003e3","0.78869431000000134e2"],["-0.10252887699999985e3","0.78873032000000023e2"],["-0.10239195299999994e3","0.78931656000000089e2"],["-0.10237638900000002e3","0.78946365000000128e2"],["-0.10238054699999998e3","0.78962769000000094e2"],["-0.10239806399999992e3","0.78987198000000035e2"],["-0.10236305199999998e3","0.79014999000000103e2"],["-0.10227944899999989e3","0.79018051000000014e2"],["-0.10209361299999989e3","0.79044144000000131e2"],["-0.10204943799999995e3","0.79054427999999973e2"],["-0.10201500699999997e3","0.79064987000000031e2"],["-0.10199333199999995e3","0.79076096000000121e2"],[-101.975281,"0.79080825999999945e2"],[-101.942207,"0.79084717000000012e2"],["-0.10190249599999993e3","0.79086380000000133e2"],["-0.10188194299999998e3","0.79086104999999918e2"],["-0.10164890299999996e3","0.79075821000000076e2"],["-0.10162805200000003e3","0.79071930000000009e2"],["-0.10154194599999994e3","0.79044708000000071e2"],[-101.5202789999999,"0.79038315000000125e2"],["-0.10130803699999996e3","0.78975815000000011e2"],["-0.10123166699999996e3","0.78959427000000119e2"],["-0.10120472699999999e3","0.78954162999999994e2"],["-0.10117666600000001e3",78.95387299999993],["-0.10115222199999988e3","0.78956650000000025e2"],["-0.10114334100000002e3","0.78962494000000049e2"],["-0.10114472999999992e3","0.78968323000000055e2"],["-0.10114083900000003e3","0.78974152000000061e2"],["-0.10109388699999994e3","0.78963608000000022e2"],["-0.10100556899999998e3","0.78943039000000056e2"],["-0.10098665599999998e3","0.78937195000000088e2"],["-0.10098528299999998e3","0.78931366000000025e2"],["-0.10111694299999988e3","0.78856934000000138e2"],["-0.10115278599999999e3",78.83998100000008],["-0.10119304699999992e3","0.78824431999999945e2"],["-0.10120056199999999e3","0.78820831000000112e2"],["-0.10120333899999997e3","0.78815811000000053e2"],["-0.10120084399999996e3","0.78811919999999986e2"],["-0.10118639400000001e3","0.78802765000000136e2"],["-0.10117278299999998e3","0.78800537000000134e2"],["-0.10099194299999999e3","0.78788879000000122e2"],["-0.10086389199999991e3","0.78781372000000033e2"],["-0.10083056599999992e3","0.78789703000000088e2"],["-0.10080055199999998e3","0.78793320000000051e2"],["-0.10070556599999998e3","0.78799712999999997e2"],["-0.10061389200000002e3","0.78798035000000084e2"],[-100.587784,"0.78799149000000057e2"],["-0.10055915799999997e3",78.80442800000003],["-0.10055027799999993e3","0.78809982000000048e2"],["-0.10053639199999998e3","0.78815536000000009e2"],["-0.10052443700000003e3","0.78818054000000018e2"],["-0.10035109699999998e3","0.78828323000000012e2"],["-0.10034445199999993e3","0.78826660000000118e2"],["-0.10032389799999999e3","0.78802200000000084e2"],["-0.10032250999999997e3","0.78797211000000118e2"],["-0.10033249699999993e3","0.78782760999999994e2"],["-0.10032333399999993e3","0.78778046000000131e2"],[-100.283073,"0.78767761000000064e2"],["-0.10022778299999993e3","0.78760544000000095e2"],["-0.10014334099999996e3",78.75221300000004],["-0.10012416100000002e3","0.78750000000000057e2"],["-0.10003250099999997e3","0.78739426000000037e2"],[-100.004997,"0.78735809000000074e2"],["-0.99952498999999989e2","0.78725540000000024e2"],[-99.93638599999997,"0.78719986000000063e2"],["-0.99896392999999932e2","0.78695816000000036e2"],["-0.99893889999999942e2","0.78693039000000113e2"],["-0.99893065999999976e2",78.6869200000001],["-0.99913329999999917e2","0.78679703000000018e2"],["-0.99972777999999948e2","0.78659987999999998e2"],[-100.0625,"0.78638885000000073e2"],[-100.0625,"0.78635544000000039e2"],["-0.10001666299999988e3","0.78616653000000042e2"],["-0.99988891999999908e2","0.78613876000000118e2"],[-99.96305799999999,"0.78614990000000091e2"],[-99.90972899999997,"0.78623871000000008e2"],["-0.99853332999999964e2","0.78633041000000048e2"],["-0.99817504999999926e2","0.78630538999999999e2"],["-0.99573623999999995e2","0.78595535000000098e2"],["-0.99550277999999878e2","0.78590271000000143e2"],["-0.99533324999999991e2","0.78583602999999982e2"],["-0.99529723999999987e2","0.78578048999999965e2"],["-0.99534164000000033e2","0.78572220000000129e2"],["-0.99661117999999931e2","0.78485535000000027e2"],["-0.99670272999999895e2","0.78479706000000022e2"],["-0.99684157999999968e2","0.78474426000000108e2"],["-0.99712508999999955e2","0.78469436999999971e2"],["-0.99777221999999995e2",78.46138000000002],["-0.99831389999999999e2","0.78450821000000133e2"],["-0.99859436000000017e2","0.78442200000000014e2"],["-0.99867767000000015e2","0.78437484999999981e2"],["-0.99865004999999996e2","0.78434418000000051e2"],["-0.99821395999999993e2","0.78427475000000072e2"],["-0.99801391999999964e2","0.78420822000000101e2"],["-0.99786666999999966e2","0.78414703000000088e2"],["-0.99776672000000019e2","0.78408599999999979e2"],["-0.99761123999999995e2","0.78396378000000141e2"],["-0.99753615999999909e2","0.78389709000000096e2"],["-0.99748336999999992e2","0.78383605999999986e2"],["-0.99749160999999958e2","0.78372482000000105e2"],["-0.99778609999999958e2","0.78332214000000022e2"],["-0.99797774999999945e2","0.78308594000000028e2"],["-0.99799437999999952e2",78.303314],["-0.99793883999999878e2","0.78297211000000061e2"],["-0.99775832999999977e2","0.78292480000000126e2"],["-0.99741378999999938e2","0.78289978000000019e2"],["-0.99673049999999989e2","0.78290817000000004e2"],["-0.99620543999999938e2","0.78290268000000026e2"],["-0.99551102000000014e2","0.78286102000000142e2"],[-99.529449,"0.78282486000000063e2"],["-0.99514450000000011e2","0.78277206000000035e2"],["-0.99479720999999984e2","0.78249146000000053e2"],["-0.99447768999999994e2","0.78224152000000061e2"],["-0.99428329000000019e2","0.78211655000000064e2"],["-0.99413894999999968e2","0.78205261000000007e2"],["-0.99398620999999991e2","0.78199997000000053e2"],["-0.99188599000000011e2","0.78133040999999992e2"],["-0.98989166000000012e2","0.78073044000000039e2"],["-0.98969161999999926e2","0.78068329000000006e2"],["-0.98945830999999885e2","0.78061645999999996e2"],["-0.98945830999999885e2",78.05581699999999],["-0.98962783999999942e2","0.78009155000000078e2"],["-0.98971663999999976e2","0.77997757000000092e2"],["-0.98980834999999956e2","0.77992203000000075e2"],["-0.98998885999999914e2","0.77986923000000047e2"],["-0.99021666999999866e2","0.77981659000000036e2"],["-0.99081115999999952e2","0.77971923999999944e2"],["-0.99094727000000034e2","0.77966384999999946e2"],["-0.99099166999999966e2","0.77960815000000082e2"],["-0.99098891999999921e2","0.77954987000000131e2"],["-0.99078612999999905e2","0.77925537000000077e2"],["-0.99069167999999991e2","0.77913605000000075e2"],["-0.99041381999999942e2","0.77900818000000072e2"],["-0.99022781000000009e2","0.77894440000000145e2"],["-0.99013335999999981e2","0.77888321000000133e2"],["-0.99022231999999974e2","0.77882477000000108e2"],["-0.99238051999999982e2","0.77837769000000037e2"],["-0.99396666999999979e2","0.77824158000000068e2"],["-0.99525283999999999e2","0.77813599000000011e2"],["-0.99549438000000009e2","0.77812485000000038e2"],["-0.99713057999999933e2","0.77810806000000014e2"],["-0.99853881999999999e2","0.77792206000000078e2"],["-0.99859436000000017e2","0.77786926000000051e2"],["-0.99876937999999939e2","0.77781372000000033e2"],[-99.90695199999999,"0.77778595000000109e2"],["-0.10021000699999996e3","0.77809982000000048e2"],["-0.10032972699999999e3","0.77825272000000041e2"],["-0.10049889399999995e3",77.85165400000011],["-0.10060637699999995e3","0.77879974000000118e2"],["-0.10075527999999997e3","0.77955551000000071e2"],["-0.10078611799999999e3","0.77974152000000117e2"],["-0.10081749699999995e3","0.77999146000000053e2"],["-0.10082389799999999e3","0.78004440000000045e2"],["-0.10083833299999998e3","0.78022766000000047e2"],["-0.10083778399999994e3","0.78034988000000055e2"],["-0.10083693700000003e3","0.78040268000000083e2"],["-0.10083444199999991e3",78.04414399999996],["-0.10082694999999995e3","0.78048874000000012e2"],[-100.853882,"0.78096649000000014e2"],["-0.10087581599999999e3","0.78099990999999932e2"],["-0.10099861099999998e3","0.78131653000000085e2"],["-0.10100974300000001e3","0.78136658000000125e2"],["-0.10102194199999991e3","0.78147766000000104e2"],[-101.01889,"0.78156937000000084e2"],["-0.10101528899999994e3",78.16276600000009],["-0.10101363399999997e3","0.78173599000000081e2"],["-0.10101390100000003e3","0.78184707999999944e2"],["-0.10102027900000002e3","0.78189697000000081e2"],["-0.10103555299999999e3","0.78196091000000138e2"],["-0.10106276699999995e3","0.78198593000000017e2"],["-0.10108944700000001e3","0.78198029000000076e2"],["-0.10123137700000001e3","0.78183868000000075e2"],["-0.10128943599999997e3","0.78182479999999998e2"],["-0.10131667299999998e3","0.78184982000000048e2"],["-0.10134249899999998e3","0.78189422999999977e2"],["-0.10141722099999998e3","0.78208878000000141e2"],[-101.432503,"0.78215271000000087e2"],["-0.10143138099999999e3","0.78221374999999966e2"],["-0.10143276999999989e3","0.78227478000000076e2"],["-0.10145638999999994e3","0.78232208000000128e2"],["-0.10147416699999991e3","0.78234711000000118e2"],["-0.10149665800000002e3","0.78237198000000149e2"],["-0.10183332799999999e3","0.78264999000000046e2"],["-0.10213305699999989e3","0.78282761000000107e2"],["-0.10215750100000002e3","0.78282486000000063e2"],["-0.10218221999999997e3","0.78281097000000102e2"],["-0.10229888900000003e3","0.78273315000000139e2"],["-0.10234722899999997e3","0.78267761000000121e2"],["-0.10238890100000003e3","0.78260817999999972e2"],["-0.10247138999999999e3","0.78248871000000008e2"],["-0.10250167799999997e3","0.78245819000000097e2"],["-0.10256139400000001e3","0.78241089000000045e2"],["-0.10259056099999987e3","0.78239700000000084e2"],["-0.10261860699999994e3",78.24136400000009],["-0.10264527900000002e3",78.24552900000009],["-0.10273222399999992e3","0.78263885000000073e2"],[-102.781387,"0.78276093000000117e2"],["-0.10279778299999998e3","0.78282211000000075e2"],["-0.10280943300000001e3","0.78288315000000125e2"],[-102.8163909999999,"0.78294434000000138e2"],["-0.10281833599999999e3","0.78300262000000032e2"],["-0.10281360599999994e3","0.78310806000000127e2"],["-0.10280803700000001e3","0.78316939999999931e2"],["-0.10274999999999989e3","0.78338318000000072e2"],[-102.736107,"0.78342484000000127e2"],["-0.10268639400000001e3","0.78350540000000024e2"],["-0.10266583299999991e3","0.78358596999999975e2"],["-0.10267083699999995e3",78.36303700000002],["-0.10269499199999996e3","0.78367752000000053e2"],["-0.10272250400000001e3","0.78371368000000075e2"],["-0.10277778599999994e3","0.78376372999999944e2"],["-0.10280610699999994e3","0.78377762000000132e2"],["-0.10283583099999998e3","0.78376372999999944e2"],["-0.10288999899999999e3",78.36914100000007],["-0.10292027299999995e3","0.78365814000000114e2"],["-0.10293804899999992e3","0.78364699999999971e2"],["-0.10296694899999989e3","0.78364150999999993e2"],["-0.10302443699999998e3","0.78365265000000136e2"],["-0.10313390400000003e3",78.36914100000007],["-0.10316388699999999e3","0.78366928000000087e2"],["-0.10321417200000002e3","0.78356644000000074e2"],["-0.10323832700000003e3","0.78350540000000024e2"],["-0.10326471699999996e3",78.34526100000005],["-0.10338110399999988e3",78.3316650000001],["-0.10341111799999999e3","0.78329437000000098e2"],["-0.10349804699999999e3","0.78327774000000034e2"],["-0.10352749599999987e3","0.78326385000000016e2"],["-0.10358473200000003e3","0.78321930000000009e2"],["-0.10367999299999997e3",78.3119200000001],["-0.10375110599999999e3","0.78301376000000062e2"],["-0.10378195199999999e3","0.78296097000000032e2"],["-0.10380803700000001e3","0.78290543000000071e2"],[-103.829453,"0.78284987999999998e2"],["-0.10387721299999998e3","0.78272217000000069e2"],["-0.10389417300000002e3","0.78252212999999927e2"],["-0.10389890299999996e3","0.78245819000000097e2"],["-0.10391027800000001e3","0.78241089000000045e2"],["-0.10393331899999998e3","0.78237198000000149e2"],["-0.10396305799999999e3","0.78233597000000088e2"],["-0.10399194299999999e3","0.78233047000000056e2"],["-0.10402250699999996e3","0.78234146000000067e2"],["-0.10404277000000002e3",78.23692299999999],["-0.10406984699999987e3","0.78242171999999982e2"],["-0.10408306899999997e3","0.78244140999999956e2"],[-104.110817,"0.78246643000000063e2"],["-0.10419027699999998e3","0.78251663000000121e2"],["-0.10430471799999992e3","0.78252212999999927e2"],["-0.10436361699999998e3","0.78254439999999988e2"],["-0.10441251399999999e3","0.78257767000000115e2"],["-0.10446749899999998e3",78.26527400000009],["-0.10449445300000002e3","0.78270538000000045e2"],["-0.10482055700000001e3","0.78355820000000108e2"],["-0.10499194299999999e3","0.78437759000000085e2"],["-0.10499999999999994e3","0.78443862999999965e2"],["-0.10505055199999998e3","0.78488037000000077e2"],["-0.10505139200000002e3","0.78494431000000134e2"],["-0.10504305999999991e3","0.78505829000000119e2"],["-0.10501194800000002e3",78.52165199999996],["-0.10495361299999996e3","0.78537491000000102e2"],["-0.10486860699999994e3","0.78560531999999967e2"],[-104.83139,"0.78569992000000013e2"],[-104.806107,"0.78572495000000004e2"],["-0.10469638099999992e3","0.78578873000000101e2"],["-0.10466665599999999e3","0.78579712000000086e2"],["-0.10439778100000001e3","0.78569992000000013e2"],["-0.10435500300000001e3","0.78566375999999934e2"],[-104.287781,"0.78555252000000053e2"],["-0.10426278699999995e3","0.78549423000000047e2"],["-0.10421221899999995e3","0.78539977999999962e2"],[-104.1661069999999,78.53276100000005],["-0.10414277600000003e3","0.78529434000000094e2"],["-0.10408833300000003e3","0.78524155000000121e2"],["-0.10403388999999999e3","0.78519989000000066e2"],["-0.10393055699999996e3",78.516098],["-0.10387110899999993e3","0.78518051000000128e2"],["-0.10378250100000002e3","0.78519714000000022e2"],[-103.7225039999999,"0.78517211999999972e2"],["-0.10366583299999996e3",78.51249700000011],["-0.10358860799999997e3","0.78503875999999991e2"],["-0.10353333299999991e3","0.78496367999999961e2"],["-0.10352362099999999e3","0.78496094000000028e2"],["-0.10351834100000002e3","0.78496933000000013e2"],["-0.10346584300000001e3",78.51748699999996],["-0.10337805200000003e3","0.78586105000000032e2"],["-0.10339998599999996e3","0.78615540000000124e2"],["-0.10344666299999994e3","0.78621368000000075e2"],["-0.10350611900000001e3","0.78621368000000075e2"],["-0.10374082900000002e3","0.78619705000000124e2"],["-0.10398554999999999e3",78.61692800000003],["-0.10401000999999991e3","0.78617203000000075e2"],["-0.10404215999999991e3","0.78620681999999931e2"],["-0.10404222099999998e3","0.78629973999999947e2"],["-0.10403278399999988e3","0.78635269000000051e2"],["-0.10398916600000001e3","0.78646103000000096e2"],["-0.10385193600000002e3","0.78669434000000138e2"],["-0.10382611099999997e3","0.78671921000000054e2"],["-0.10377223200000003e3","0.78671097000000088e2"],["-0.10365834000000001e3","0.78664993000000038e2"],["-0.10362888299999992e3","0.78664429000000098e2"],["-0.10353943600000002e3","0.78664993000000038e2"],["-0.10350917099999987e3","0.78666382000000056e2"],["-0.10348361199999994e3","0.78669144000000131e2"],["-0.10349082899999996e3","0.78674987999999985e2"],["-0.10350306699999999e3","0.78681091000000094e2"],["-0.10351306199999993e3","0.78687484999999924e2"],["-0.10352778599999999e3","0.78699417000000096e2"],[-103.525284,"0.78705261000000121e2"],["-0.10351806599999998e3","0.78710815000000082e2"],["-0.10348860200000001e3","0.78715820000000122e2"],[-103.439438,78.72026100000005],["-0.10341221599999989e3",78.72026100000005],["-0.10338861099999997e3","0.78716933999999924e2"],["-0.10335804699999994e3","0.78718597000000045e2"],["-0.10333389299999999e3","0.78722488000000112e2"],["-0.10331916799999999e3","0.78728591999999992e2"],["-0.10331639099999995e3","0.78734420999999998e2"],["-0.10331889299999995e3","0.78740264999999965e2"],["-0.10341665599999999e3","0.78778870000000097e2"],["-0.10343916300000001e3","0.78784988000000055e2"],["-0.10346806300000003e3","0.78787491000000045e2"],["-0.10363971699999996e3","0.78765273999999977e2"],["-0.10366915899999992e3","0.78760544000000095e2"],["-0.10371056399999998e3","0.78750000000000057e2"],["-0.10379611199999999e3","0.78735809000000074e2"],["-0.10370249899999999e3","0.78788315000000011e2"],["-0.10369526699999994e3","0.78793868999999972e2"],[-103.698036,"0.78799712999999997e2"],["-0.10372693599999997e3","0.78802200000000084e2"],["-0.10386054999999999e3","0.78806090999999981e2"],["-0.10387053699999996e3","0.78806365999999969e2"],[-103.886124,78.80442800000003],[-103.9083399999999,"0.78799149000000057e2"],["-0.10390556299999997e3","0.78794144000000017e2"],["-0.10389639299999993e3","0.78784714000000122e2"],["-0.10389083900000003e3","0.78780273000000022e2"],["-0.10389527899999996e3","0.78774994000000049e2"],["-0.10390527299999997e3","0.78768875000000037e2"],["-0.10392916899999994e3","0.78764998999999932e2"],["-0.10396056399999992e3",78.76138300000008],["-0.10399109599999991e3","0.78758881000000031e2"],["-0.10402166699999992e3","0.78757492000000013e2"],["-0.10404943800000001e3","0.78756378000000041e2"],["-0.10407389799999993e3","0.78757767000000001e2"],[-104.170547,"0.78765823000000069e2"],["-0.10419888300000002e3","0.78770263999999997e2"],["-0.10421167000000003e3","0.78776093000000003e2"],["-0.10421972699999998e3","0.78782211000000132e2"],["-0.10421528599999999e3","0.78793593999999985e2"],["-0.10416722099999998e3","0.78816376000000105e2"],["-0.10413305700000001e3","0.78827484000000084e2"],[-104.04834,"0.78838882000000069e2"],["-0.10398665599999998e3","0.78850265999999976e2"],["-0.10386054999999999e3","0.78876648000000046e2"],[-103.83139,"0.78886932000000115e2"],["-0.10382389799999999e3","0.78892487000000017e2"],["-0.10382167099999992e3","0.78898330999999985e2"],["-0.10382472199999995e3","0.78903319999999951e2"],["-0.10386749299999997e3","0.78916091999999992e2"],["-0.10396305799999999e3","0.78929977000000065e2"],["-0.10398998999999998e3","0.78932755000000043e2"],["-0.10400639299999995e3","0.78935531999999967e2"],[-104.029449,"0.78941650000000095e2"],["-0.10404750099999995e3","0.78947754000000089e2"],["-0.10405332899999996e3","0.78952208999999925e2"],["-0.10405387899999999e3",78.95748900000001],["-0.10405222300000003e3","0.78961380000000077e2"],["-0.10404778299999992e3","0.78966659999999933e2"],[-104.048607,"0.78971099999999979e2"],[-104.05777,"0.78974152000000061e2"],["-0.10408112299999999e3","0.78979431000000034e2"],["-0.10412943999999999e3","0.78985809000000017e2"],["-0.10417859599999991e3","0.78990265000000136e2"],["-0.10420361300000002e3","0.78991653000000042e2"],["-0.10423388699999998e3",78.99192800000003],[-104.265556,"0.78988586000000112e2"],["-0.10445500199999998e3","0.78956099999999992e2"],["-0.10447193899999996e3","0.78950546000000031e2"],["-0.10451112399999994e3","0.78910262999999986e2"],["-0.10453832999999997e3","0.78881927000000019e2"],["-0.10456416300000001e3","0.78864700000000028e2"],["-0.10457888799999989e3","0.78858597000000088e2"],["-0.10478582799999998e3","0.78806641000000013e2"],["-0.10481749699999995e3","0.78802200000000084e2"],["-0.10487860099999995e3","0.78798035000000084e2"],["-0.10490915699999999e3","0.78796646000000067e2"],["-0.10496888699999994e3","0.78797211000000118e2"],["-0.10498832700000003e3","0.78798325000000091e2"],["-0.10501194800000002e3","0.78803589000000102e2"],["-0.10502250699999996e3","0.78809982000000048e2"],["-0.10502861000000001e3","0.78815262000000075e2"],["-0.10502916699999997e3","0.78821655000000078e2"],["-0.10502834300000001e3","0.78832763999999941e2"],["-0.10501222200000001e3","0.78844711000000075e2"],["-0.10483389299999999e3","0.78926650999999993e2"],["-0.10468859899999995e3","0.78993590999999981e2"],["-0.10467887899999999e3","0.78999709999999993e2"],[-104.674713,"0.79004990000000078e2"],["-0.10468110699999994e3","0.79016663000000108e2"],["-0.10469415300000003e3","0.79022766000000047e2"],["-0.10470805399999995e3","0.79027771000000087e2"],[-104.737213,"0.79031936999999971e2"],["-0.10490249599999993e3",79.04971299999994],["-0.10498638899999997e3","0.79043045000000006e2"],["-0.10501334399999996e3","0.79038315000000125e2"],["-0.10509916699999991e3",79.02388000000002],["-0.10512526700000001e3","0.79021103000000096e2"],["-0.10515638699999988e3","0.79019439999999975e2"],["-0.10539527900000002e3","0.79011658000000068e2"],["-0.10542610200000001e3","0.79011108000000036e2"],["-0.10548388699999998e3","0.79013046000000145e2"],["-0.10551363399999997e3","0.79016098000000056e2"],["-0.10554332699999998e3","0.79020263999999941e2"],[-105.5625,"0.79024428999999941e2"],["-0.10558138999999994e3",79.03054800000001],["-0.10559084299999995e3","0.79034424000000058e2"],["-0.10559944200000001e3","0.79040268000000083e2"],["-0.10560665899999992e3","0.79051926000000094e2"],[-105.628601,"0.79161377000000073e2"],["-0.10562053699999996e3","0.79172760000000096e2"],["-0.10548277300000001e3","0.79306366000000082e2"],["-0.10545973199999997e3","0.79324158000000125e2"],["-0.10543998699999997e3","0.79329162999999994e2"],["-0.10540862299999992e3","0.79328872999999987e2"],["-0.10538305699999995e3","0.79326935000000049e2"],["-0.10533277899999996e3","0.79319443000000092e2"],["-0.10519721999999996e3","0.79299713000000111e2"],["-0.10516111799999999e3","0.79297485000000108e2"],["-0.10512721299999998e3","0.79297485000000108e2"],["-0.10510861199999999e3","0.79298874000000126e2"],["-0.10501611300000002e3","0.79310531999999967e2"],["-0.10495472699999993e3","0.79315262000000018e2"],["-0.10485916099999997e3","0.79319153000000085e2"],["-0.10474276700000001e3","0.79322495000000004e2"],["-0.10458332799999999e3","0.79329437000000098e2"],["-0.10454860699999989e3","0.79331375000000037e2"],["-0.10449082900000002e3",79.339157],["-0.10446083099999998e3","0.79342209000000082e2"],["-0.10418167099999999e3","0.79358871000000079e2"],["-0.10400723299999999e3","0.79367752000000053e2"],["-0.10397778299999999e3","0.79368866000000025e2"],[-103.9491579999999,"0.79368042000000059e2"],["-0.10383500699999996e3",79.36442599999998],[-103.7225039999999,"0.79356934000000024e2"],["-0.10369526699999994e3","0.79352203000000088e2"],["-0.10362053700000001e3","0.79330551000000071e2"],["-0.10359388699999988e3","0.79325821000000019e2"]],[["-0.99471663999999976e2","0.80109711000000004e2"],["-0.99436661000000015e2","0.80107208000000014e2"],["-0.99404723999999931e2",80.10803199999998],["-0.99298049999999989e2","0.80118866000000025e2"],["-0.99136672999999917e2","0.80133040999999935e2"],["-0.99110549999999876e2","0.80130539000000056e2"],["-0.99081680000000006e2","0.80124695000000031e2"],["-0.98868880999999988e2","0.80077774000000034e2"],["-0.98856658999999922e2",80.07249500000006],["-0.98774719000000005e2",80.01527400000009],["-0.98705841000000021e2","0.79965820000000065e2"],["-0.98644164999999873e2","0.79800261999999918e2"],["-0.98644164999999873e2","0.79794144000000017e2"],["-0.98648620999999878e2","0.79783599999999922e2"],["-0.98673049999999989e2","0.79771927000000119e2"],["-0.98779175000000009e2","0.79702208999999982e2"],["-0.98830001999999922e2","0.79664429000000098e2"],["-0.98868057000000022e2","0.79700821000000076e2"],["-0.98936110999999983e2","0.79719711000000018e2"],["-0.98967772999999909e2","0.79724152000000117e2"],["-0.99139998999999932e2","0.79740814000000114e2"],["-0.99243056999999965e2","0.79748596000000077e2"],["-0.99273620999999935e2","0.79751389000000017e2"],["-0.99301391999999908e2",79.75471500000009],["-0.99317229999999995e2","0.79758605999999986e2"],["-0.99324448000000018e2","0.79762497000000053e2"],["-0.99325561999999991e2","0.79767487000000074e2"],["-0.99322509999999909e2","0.79771378000000141e2"],["-0.99313048999999921e2","0.79776093000000003e2"],["-0.99304717999999923e2","0.79782211000000132e2"],["-0.99302779999999984e2","0.79787490999999989e2"],["-0.99297501000000011e2","0.79812759000000085e2"],["-0.99295837000000006e2","0.79833328000000051e2"],["-0.99296386999999925e2","0.79839157000000057e2"],["-0.99302215999999873e2","0.79845261000000107e2"],["-0.99315826000000015e2","0.79848602000000142e2"],["-0.99368880999999988e2","0.79857758000000103e2"],["-0.99556655999999919e2","0.79888885000000016e2"],["-0.99584441999999967e2","0.79891937000000098e2"],["-0.99614166000000012e2","0.79893326000000116e2"],["-0.99647781000000009e2","0.79893051000000071e2"],[-99.67971799999998,"0.79888046000000031e2"],["-0.99700835999999867e2","0.79882750999999985e2"],["-0.99732223999999974e2","0.79878860000000088e2"],["-0.99800827000000027e2","0.79876648000000046e2"],["-0.10000556899999998e3",79.8744200000001],["-0.10003582799999992e3","0.79874695000000088e2"],["-0.10007028199999996e3","0.79876923000000033e2"],["-0.10009777800000001e3","0.79881088000000034e2"],["-0.10012110899999999e3","0.79886658000000125e2"],[-100.14389,"0.79893051000000071e2"],["-0.10015862299999998e3","0.79898605000000089e2"],["-0.10017748999999998e3","0.79909988000000112e2"],["-0.10017832900000002e3","0.79915817000000118e2"],["-0.10019332900000001e3",80.03387500000008],["-0.10008167999999989e3","0.80084427000000005e2"],["-0.10006555200000003e3","0.80089980999999966e2"],["-0.10002362099999993e3","0.80099716000000058e2"],["-0.99827224999999999e2","0.80143599999999992e2"],["-0.99795272999999952e2","0.80147766000000104e2"],["-0.99759170999999981e2","0.80149719000000005e2"],["-0.99726944000000003e2","0.80150542999999971e2"],["-0.99625548999999921e2","0.80148880000000077e2"],["-0.99599990999999989e2","0.80145263999999997e2"],["-0.99593886999999881e2","0.80139160000000004e2"],["-0.99571120999999948e2","0.80132751000000098e2"],["-0.99471663999999976e2","0.80109711000000004e2"]],[["-0.99155563000000029e2","0.80174697999999978e2"],["-0.99127212999999927e2","0.80168045000000006e2"],["-0.99113891999999964e2","0.80163879000000122e2"],["-0.99138061999999991e2","0.80162491000000045e2"],["-0.99160552999999993e2","0.80163040000000137e2"],["-0.99184998000000007e2",80.167755],["-0.99251952999999901e2","0.80173035000000084e2"],["-0.99277495999999985e2","0.80173035000000084e2"],["-0.99313613999999973e2","0.80171097000000145e2"],["-0.99341384999999946e2","0.80166092000000106e2"],["-0.99333069000000023e2","0.80159424000000115e2"],[-99.30360399999995,"0.80153870000000097e2"],["-0.99305556999999908e2","0.80148331000000098e2"],["-0.99342498999999918e2","0.80145538000000101e2"],["-0.99375274999999931e2","0.80147217000000126e2"],["-0.99400557999999933e2","0.80150818000000015e2"],["-0.99418059999999969e2","0.80157211000000132e2"],["-0.99418335000000013e2","0.80163040000000137e2"],["-0.99413329999999974e2","0.80168868999999972e2"],["-0.99386947999999961e2",80.17886400000009],["-0.99366942999999935e2","0.80182205000000124e2"],["-0.99239165999999898e2","0.80183868000000075e2"],["-0.99211944999999957e2","0.80182205000000124e2"],["-0.99155563000000029e2","0.80174697999999978e2"]],[["-0.95030837999999903e2","0.80670258000000047e2"],["-0.94969451999999933e2","0.80640274000000034e2"],[-94.970551,"0.80635268999999994e2"],["-0.94981383999999991e2","0.80631927000000076e2"],["-0.95006957999999997e2","0.80626648000000046e2"],["-0.95190276999999924e2","0.80608871000000022e2"],["-0.95226104999999961e2",80.60914600000001],["-0.95453613000000018e2","0.80629424999999969e2"],["-0.95611114999999984e2","0.80648040999999978e2"],["-0.95676940999999943e2","0.80653319999999951e2"],["-0.95711945000000014e2","0.80654433999999981e2"],["-0.95749160999999958e2","0.80653869999999984e2"],["-0.95788054999999929e2","0.80652205999999978e2"],["-0.95823623999999938e2","0.80648604999999918e2"],[-95.86332699999997,"0.80645828000000051e2"],["-0.96061935000000005e2","0.80656647000000078e2"],["-0.96118056999999965e2","0.80660537999999974e2"],[-96.14916999999997,"0.80664703000000145e2"],["-0.96139449999999954e2","0.80669708000000014e2"],["-0.96076675000000023e2","0.80683043999999995e2"],["-0.96028335999999967e2","0.80687195000000088e2"],["-0.96006119000000012e2","0.80688034000000016e2"],["-0.95491378999999995e2","0.80699997000000053e2"],["-0.95424438000000009e2","0.80699707000000046e2"],["-0.95200561999999934e2","0.80697479000000101e2"],["-0.95166945999999939e2","0.80695250999999985e2"],["-0.95128875999999934e2","0.80691925000000083e2"],["-0.95096663999999976e2","0.80688582999999994e2"],["-0.95062499999999943e2","0.80682480000000055e2"],["-0.95065276999999924e2","0.80680542000000116e2"],["-0.95045836999999949e2","0.80676926000000037e2"],["-0.95030837999999903e2","0.80670258000000047e2"]],[["-0.92727782999999931e2","0.81305542000000059e2"],["-0.92530288999999982e2","0.81284988000000112e2"],[-92.21305799999999,"0.81245529000000033e2"],["-0.92148055999999997e2","0.81236374000000126e2"],["-0.92124709999999936e2","0.81232758000000103e2"],["-0.92052489999999921e2","0.81218597000000102e2"],["-0.91955841000000021e2","0.81196365000000014e2"],["-0.91858046999999999e2",81.167755],["-0.91781677000000002e2","0.81090271000000143e2"],["-0.91783889999999928e2","0.81083602999999982e2"],["-0.91797501000000011e2","0.81081665000000044e2"],["-0.91832503999999972e2","0.81080276000000083e2"],["-0.91888061999999934e2","0.81081940000000088e2"],["-0.91914444000000003e2","0.81078049000000021e2"],["-0.91913894999999968e2",81.07499700000011],["-0.91908614999999998e2","0.81070540999999992e2"],["-0.91893341000000021e2","0.81064986999999974e2"],["-0.91865828999999962e2","0.81058594000000028e2"],["-0.91767226999999934e2","0.81049148999999943e2"],[-91.72222899999997,"0.81042205999999965e2"],["-0.91538895000000025e2","0.80981658999999979e2"],[-91.52555799999999,"0.80974990999999989e2"],["-0.91522781000000009e2","0.80962769000000037e2"],["-0.91531676999999945e2","0.80951096000000007e2"],["-0.91527221999999995e2","0.80939697000000081e2"],["-0.91517776000000026e2","0.80932754999999986e2"],["-0.91481673999999998e2","0.80919434000000024e2"],["-0.91321121000000005e2","0.80882750999999985e2"],["-0.91306106999999997e2","0.80875534000000016e2"],["-0.91152221999999995e2","0.80785538000000031e2"],["-0.91154998999999975e2",80.78054800000001],[-91.14916999999997,"0.80770263999999997e2"],["-0.91140563999999983e2","0.80764709000000096e2"],["-0.91121658000000025e2","0.80754715000000033e2"],["-0.91099441999999954e2",80.74803200000008],[-91.03472899999997,"0.80737488000000042e2"],["-0.90972777999999948e2","0.80730270000000019e2"],["-0.90905272999999966e2","0.80724425999999994e2"],["-0.90777221999999995e2",80.71775800000006],["-0.90754181000000017e2","0.80714995999999928e2"],["-0.90712783999999999e2","0.80705551000000071e2"],["-0.90664718999999991e2","0.80684708000000001e2"],["-0.90652495999999928e2",80.67804000000001],["-0.90603881999999999e2","0.80651382000000012e2"],["-0.90593612999999948e2","0.80645264000000111e2"],["-0.90593063000000029e2","0.80640823000000012e2"],["-0.90601943999999946e2","0.80636107999999979e2"],["-0.90615829000000019e2","0.80630264000000125e2"],["-0.90678054999999972e2","0.80615540000000067e2"],["-0.90715835999999911e2","0.80605545000000006e2"],["-0.90742492999999911e2","0.80594711000000075e2"],["-0.90763061999999991e2","0.80583603000000096e2"],["-0.90771666999999979e2","0.80577484000000084e2"],["-0.90772780999999952e2","0.80571930000000066e2"],["-0.90766402999999912e2","0.80565536000000066e2"],["-0.90741378999999938e2","0.80562195000000031e2"],["-0.90706116000000009e2","0.80561371000000065e2"],["-0.90607223999999917e2","0.80561371000000065e2"],["-0.90583069000000023e2","0.80561371000000065e2"],["-0.90418059999999912e2","0.80552200000000084e2"],["-0.90238891999999964e2","0.80550536999999963e2"],["-0.90203339000000028e2","0.80549712999999997e2"],["-0.90177215999999987e2","0.80548874000000069e2"],["-0.90046386999999925e2","0.80541656000000046e2"],["-0.90016402999999968e2","0.80538039999999967e2"],[-90,"0.80534591999999975e2"],["-0.89989990000000034e2","0.80532486000000006e2"],["-0.89961394999999982e2","0.80520263999999997e2"],["-0.89955565999999976e2","0.80515548999999965e2"],["-0.89938598999999954e2","0.80508330999999998e2"],[-89.84056099999998,"0.80481369000000086e2"],[-89.81639100000001,"0.80474991000000102e2"],["-0.89790282999999931e2","0.80469437000000084e2"],["-0.89762511999999958e2","0.80464995999999985e2"],[-89.75111400000003,"0.80464432000000045e2"],["-0.89784163999999919e2","0.80500824000000023e2"],["-0.89748336999999879e2","0.80532760999999994e2"],["-0.89586945000000014e2","0.80545532000000094e2"],["-0.89546111999999994e2","0.80547485000000052e2"],["-0.89482773000000009e2","0.80544983000000002e2"],["-0.89447219999999902e2","0.80542480000000012e2"],["-0.89354172000000005e2","0.80534988000000055e2"],["-0.89326400999999919e2","0.80531937000000028e2"],["-0.89272781000000009e2","0.80523315000000025e2"],["-0.89244995000000017e2","0.80517212000000086e2"],["-0.89059158000000025e2","0.80461380000000133e2"],["-0.89087508999999955e2","0.80438583000000051e2"],["-0.89115279999999927e2","0.80433868000000018e2"],["-0.89176101999999958e2","0.80426651000000049e2"],["-0.89198333999999932e2",80.42164600000001],[-89.20944199999991,"0.80417754999999943e2"],["-0.89235001000000011e2","0.80408035000000041e2"],[-89.25,"0.80402206000000035e2"],["-0.89257232999999985e2","0.80396942000000081e2"],["-0.89253615999999965e2","0.80392761000000007e2"],["-0.89237212999999997e2","0.80388596000000007e2"],["-0.89216948999999943e2","0.80389709000000039e2"],["-0.89189712999999927e2","0.80394149999999968e2"],["-0.89167496000000028e2","0.80399155000000007e2"],["-0.89136123999999995e2",80.40248100000008],[-89.09973100000002,80.40248100000008],["-0.89083327999999881e2","0.80398331000000042e2"],["-0.89075835999999924e2","0.80393051000000014e2"],["-0.89104995999999915e2","0.80339431999999988e2"],["-0.89114165999999955e2","0.80333327999999938e2"],["-0.89125274999999931e2","0.80327773999999977e2"],["-0.89143616000000009e2","0.80323318000000029e2"],["-0.89169158999999979e2","0.80318054000000075e2"],["-0.89220275999999899e2",80.30914300000012],["-0.89241942999999935e2","0.80304153000000099e2"],["-0.89256667999999991e2","0.80298599000000081e2"],["-0.89263900999999976e2","0.80293320000000108e2"],["-0.89262221999999952e2","0.80286652000000117e2"],[-89.25140399999998,"0.80278320000000122e2"],["-0.89180496000000005e2","0.80238174000000072e2"],["-0.89113892000000021e2","0.80208038000000045e2"],["-0.89092223999999987e2","0.80200821000000133e2"],["-0.89072784000000013e2","0.80195526000000086e2"],["-0.88776672000000019e2","0.80131363000000022e2"],[-88.75,"0.80126647999999989e2"],["-0.88534728999999913e2",80.09887700000013],[-88.49888599999997,80.09887700000013],["-0.88441939999999931e2","0.80100540000000024e2"],["-0.88414718999999991e2","0.80104980000000069e2"],["-0.88414444000000003e2",80.10803199999998],["-0.88363051999999925e2","0.80124420000000043e2"],["-0.88235274999999888e2","0.80102477999999962e2"],["-0.88161941999999954e2",80.09165999999999],["-0.88145554000000004e2","0.80093872000000033e2"],["-0.88148346000000004e2","0.80098037999999974e2"],["-0.88261397999999929e2",80.18803400000013],[-88.27305599999994,"0.80195526000000086e2"],["-0.88294158999999979e2","0.80201385000000073e2"],["-0.88350829999999974e2","0.80208878000000084e2"],["-0.88422775000000001e2","0.80210541000000035e2"],["-0.88479996000000028e2","0.80213608000000136e2"],["-0.88506957999999941e2","0.80218322999999998e2"],["-0.88595276000000013e2","0.80236923000000104e2"],["-0.88618057000000022e2",80.24331699999999],["-0.88630279999999914e2","0.80249145999999996e2"],["-0.88661391999999921e2","0.80272491000000116e2"],["-0.88684432999999956e2","0.80358597000000145e2"],[-88.68582200000003,"0.80365540000000124e2"],["-0.88685271999999998e2","0.80371643000000063e2"],["-0.88683059999999955e2","0.80376923000000147e2"],[-88.67721599999993,"0.80382751000000042e2"],["-0.88648894999999925e2","0.80393600000000106e2"],["-0.88615279999999927e2",80.40387000000004],["-0.88510284000000013e2","0.80428864000000033e2"],["-0.88487777999999992e2","0.80433868000000018e2"],["-0.88463333000000034e2","0.80438034000000073e2"],["-0.88420546999999999e2","0.80442200000000014e2"],["-0.88383895999999993e2","0.80443588000000091e2"],["-0.88308333999999945e2","0.80442749000000106e2"],["-0.88110549999999932e2",80.4327550000001],["-0.87918883999999991e2","0.80421097000000088e2"],["-0.87718613000000005e2","0.80411102000000142e2"],["-0.87683884000000035e2","0.80410263000000043e2"],["-0.87666396999999904e2",80.40387000000004],["-0.87636123999999938e2",80.36692800000003],["-0.87607498000000021e2","0.80324158000000068e2"],["-0.87563889000000017e2","0.80233322000000044e2"],["-0.87561935000000005e2","0.80183593999999914e2"],["-0.87562774999999931e2","0.80179153000000042e2"],["-0.87572234999999921e2","0.80176086000000112e2"],["-0.87678054999999915e2","0.80156371999999976e2"],["-0.87721389999999985e2","0.80153046000000131e2"],["-0.87939162999999951e2","0.80143875000000037e2"],[-87.96665999999999,"0.80139434999999992e2"],["-0.88048889000000031e2","0.80125809000000004e2"],["-0.88065552000000025e2","0.80120818999999983e2"],["-0.88060546999999985e2","0.80117477000000065e2"],["-0.87956664999999987e2","0.80069717000000026e2"],["-0.87938048999999978e2",80.06442300000009],["-0.87891387999999949e2","0.80055542000000116e2"],["-0.87860001000000011e2","0.80053588999999988e2"],["-0.87836120999999935e2",80.0577550000001],["-0.87823059000000001e2","0.80062484999999924e2"],["-0.87763061999999934e2","0.80071106000000043e2"],["-0.87720000999999911e2","0.80074707000000103e2"],["-0.87680557000000022e2","0.80076385000000016e2"],["-0.87641678000000013e2","0.80076385000000016e2"],["-0.87365004999999996e2","0.80072768999999994e2"],["-0.87299987999999985e2","0.80069443000000092e2"],["-0.87275557999999876e2","0.80066939999999931e2"],["-0.87258620999999948e2","0.80063873000000058e2"],["-0.87233321999999987e2","0.80057480000000055e2"],["-0.87215285999999992e2","0.80050537000000077e2"],["-0.87043334999999956e2","0.79964996000000099e2"],["-0.87093612999999948e2","0.79929428000000087e2"],["-0.87314437999999996e2","0.79866088999999988e2"],["-0.87336120999999935e2","0.79861374000000126e2"],["-0.87368332000000009e2","0.79857208000000071e2"],["-0.87446655000000021e2","0.79856094000000098e2"],["-0.87471938999999907e2","0.79852478000000019e2"],["-0.87483062999999959e2","0.79847214000000065e2"],["-0.87489440999999943e2",79.84137000000004],["-0.87485549999999876e2","0.79834991000000002e2"],["-0.87463622999999984e2","0.79831374999999923e2"],["-0.87439162999999951e2","0.79831940000000145e2"],["-0.87412780999999995e2","0.79833328000000051e2"],["-0.87338608000000022e2","0.79840820000000008e2"],["-0.87190826000000015e2","0.79866088999999988e2"],["-0.87165558000000033e2","0.79871094000000028e2"],["-0.87146956999999929e2","0.79875534000000073e2"],["-0.87079726999999934e2","0.79896103000000039e2"],["-0.87051392000000021e2","0.79906647000000078e2"],["-0.87024718999999948e2","0.79916091999999935e2"],["-0.87003066999999987e2","0.79917755000000056e2"],["-0.86985824999999977e2","0.79917755000000056e2"],["-0.86973891999999864e2","0.79916381999999942e2"],["-0.86961394999999982e2","0.79909988000000112e2"],["-0.86957779000000016e2","0.79903594999999939e2"],["-0.86960555999999997e2","0.79891372999999987e2"],["-0.87055557000000022e2","0.79731934000000081e2"],["-0.87134170999999924e2","0.79645264000000111e2"],[-87.14416499999993,"0.79637771999999984e2"],["-0.87154998999999975e2",79.6336060000001],["-0.87173049999999989e2","0.79629149999999981e2"],["-0.87258620999999948e2","0.79610260000000039e2"],["-0.87344451999999933e2","0.79596374999999966e2"],["-0.87425551999999982e2","0.79579163000000108e2"],["-0.87441665999999941e2","0.79573883000000023e2"],["-0.87448043999999982e2","0.79568329000000062e2"],["-0.87462509000000011e2","0.79534713999999951e2"],["-0.87441939999999988e2","0.79526382000000012e2"],["-0.87406661999999983e2","0.79515823000000125e2"],["-0.87390563999999927e2","0.79511108000000092e2"],["-0.87366394000000014e2","0.79506378000000041e2"],["-0.87345276000000013e2","0.79503052000000025e2"],["-0.87309998000000007e2",79.50221300000004],["-0.87280563000000029e2","0.79506943000000092e2"],["-0.87262786999999946e2",79.51138300000008],["-0.87248336999999992e2","0.79516937000000098e2"],["-0.87190552000000025e2","0.79543593999999985e2"],["-0.87182769999999948e2","0.79548874000000069e2"],["-0.87179992999999968e2","0.79554153000000042e2"],["-0.87168883999999991e2","0.79566376000000105e2"],["-0.87161117999999931e2","0.79571655000000078e2"],["-0.87076675000000023e2","0.79587493999999992e2"],[-87.02555799999999,"0.79595535000000098e2"],["-0.87001113999999973e2","0.79598877000000016e2"],["-0.86966659999999933e2",79.60165400000011],["-0.86932495000000017e2",79.60165400000011],["-0.86841384999999946e2",79.59304800000001],["-0.86823623999999995e2","0.79587769000000037e2"],["-0.86819732999999985e2","0.79576096000000007e2"],["-0.86823897999999986e2","0.79566086000000098e2"],["-0.86839721999999995e2","0.79555817000000047e2"],["-0.86846389999999985e2","0.79549988000000042e2"],["-0.86837783999999999e2","0.79543320000000051e2"],["-0.86816665999999998e2","0.79539703000000145e2"],["-0.86789992999999981e2","0.79538878999999952e2"],["-0.86777221999999995e2","0.79542206000000078e2"],["-0.86694991999999957e2","0.79567490000000078e2"],["-0.86693329000000006e2","0.79573608000000036e2"],[-86.71055599999994,"0.79587203999999986e2"],["-0.86723891999999978e2","0.79594437000000028e2"],["-0.86746383999999978e2","0.79599990999999989e2"],["-0.86802489999999977e2","0.79606093999999928e2"],["-0.86813048999999921e2",79.61192299999999],["-0.86806380999999874e2","0.79617751999999996e2"],["-0.86795272999999952e2","0.79621643000000063e2"],[-86.77694699999995,"0.79627472000000068e2"],["-0.86762222000000008e2","0.79631653000000142e2"],["-0.86687209999999993e2","0.79645264000000111e2"],["-0.86640838999999914e2","0.79653320000000008e2"],["-0.86613051999999925e2","0.79655822999999998e2"],["-0.86575012000000015e2","0.79657211000000075e2"],["-0.86547775000000001e2",79.65637200000009],["-0.86334166999999923e2","0.79645538000000045e2"],["-0.86302779999999984e2","0.79642761000000121e2"],["-0.86279448999999943e2","0.79640274000000034e2"],["-0.86258895999999993e2",79.63499500000006],["-0.86109160999999972e2","0.79595260999999994e2"],["-0.86046111999999994e2","0.79568877999999984e2"],["-0.86042220999999927e2","0.79565536000000066e2"],["-0.86028060999999923e2","0.79474701000000096e2"],[-86.05471799999998,"0.79470535000000041e2"],["-0.86160552999999993e2","0.79463608000000136e2"],["-0.86167496000000028e2","0.79457764000000111e2"],["-0.86136123999999995e2","0.79444702000000063e2"],["-0.86120834000000002e2","0.79439972000000068e2"],["-0.86098891999999921e2","0.79435806000000127e2"],["-0.86070847000000015e2","0.79434143000000063e2"],["-0.86035004000000015e2","0.79436371000000008e2"],["-0.86011947999999961e2","0.79440262000000075e2"],["-0.85990554999999972e2","0.79444977000000108e2"],["-0.85975829999999917e2","0.79449142000000109e2"],["-0.85964171999999962e2","0.79454436999999984e2"],["-0.85901108000000022e2","0.79493591000000038e2"],["-0.85887222000000008e2","0.79505264000000068e2"],["-0.85885283999999956e2",79.51138300000008],["-0.85893341000000021e2","0.79523315000000082e2"],[-85.89916999999997,"0.79536377000000073e2"],["-0.85896666999999979e2","0.79549149000000114e2"],["-0.85893341000000021e2","0.79554703000000075e2"],["-0.85887786999999946e2",79.56109600000002],["-0.85847504000000015e2","0.79596374999999966e2"],["-0.85840285999999992e2","0.79601928999999927e2"],["-0.85828339000000028e2","0.79607483000000116e2"],["-0.85781386999999995e2","0.79615540000000124e2"],["-0.85743606999999997e2",79.61692800000003],["-0.85681945999999925e2","0.79613312000000121e2"],["-0.85639175000000023e2","0.79604155999999989e2"],["-0.85623885999999914e2","0.79599152000000061e2"],["-0.85591385000000002e2","0.79585266000000047e2"],["-0.85531112999999948e2","0.79559418000000107e2"],["-0.85485000999999954e2","0.79518600000000049e2"],["-0.85402221999999995e2","0.79473602000000142e2"],["-0.85306655999999919e2",79.428314],[-85.27806099999998,"0.79415543000000127e2"],["-0.85150557999999933e2",79.38220200000012],["-0.85130279999999971e2","0.79378586000000098e2"],["-0.85039718999999877e2","0.79350815000000011e2"],[-84.93249499999996,"0.79300262000000032e2"],["-0.84920273000000009e2","0.79293320000000108e2"],["-0.84904175000000009e2","0.79276657000000057e2"],["-0.84904175000000009e2","0.79267761000000121e2"],["-0.84909728999999857e2","0.79263046000000088e2"],[-84.93110699999994,"0.79258331000000055e2"],["-0.85099990999999932e2","0.79239426000000094e2"],["-0.85158889999999928e2","0.79231933999999967e2"],["-0.85211394999999868e2","0.79223311999999964e2"],["-0.85232772999999952e2","0.79218872000000147e2"],["-0.85248046999999872e2","0.79213042999999971e2"],["-0.85260009999999909e2","0.79207763999999997e2"],["-0.85271941999999967e2",79.19720500000011],["-0.85280563000000029e2","0.79192200000000071e2"],["-0.85297226000000023e2","0.79187195000000031e2"],["-0.85591385000000002e2",79.15415999999999],["-0.85779998999999918e2","0.79131088000000034e2"],["-0.85877212999999983e2","0.79121642999999949e2"],[-86.00389100000001,"0.79111374000000126e2"],["-0.86158889999999985e2","0.79103316999999947e2"],["-0.86271392999999989e2","0.79095534999999984e2"],["-0.86341674999999952e2","0.79088318000000072e2"],["-0.86422501000000011e2","0.79075546000000088e2"],["-0.86485549999999989e2","0.79063309000000118e2"],["-0.86550827000000027e2","0.79048874000000012e2"],[-86.55999799999995,"0.79044434000000138e2"],["-0.86555557000000022e2","0.79042480000000126e2"],["-0.86550827000000027e2","0.79035538000000031e2"],["-0.86552490000000034e2","0.79029434000000037e2"],[-86.55999799999995,"0.79012206999999989e2"],["-0.86587783999999942e2","0.78983597000000145e2"],["-0.86598891999999921e2","0.78978317000000061e2"],["-0.86614440999999943e2","0.78973312000000021e2"],["-0.86676940999999886e2","0.78959717000000126e2"],["-0.86702224999999942e2","0.78955261000000064e2"],["-0.86741378999999938e2","0.78951934999999992e2"],["-0.86765015000000005e2","0.78953598000000113e2"],["-0.86785004000000015e2","0.78957213999999965e2"],["-0.86808334000000002e2","0.78967209000000082e2"],["-0.86903335999999854e2","0.79009430000000066e2"],["-0.86916396999999961e2","0.79016663000000108e2"],["-0.86926391999999964e2","0.79035812000000135e2"],["-0.86930556999999965e2","0.79047760000000039e2"],["-0.86940551999999968e2","0.79053589000000045e2"],["-0.86949158000000011e2","0.79057205000000067e2"],["-0.86965285999999935e2","0.79057480000000112e2"],[-86.98332199999993,"0.79056641000000127e2"],["-0.86989989999999977e2","0.79047760000000039e2"],["-0.87004456000000005e2","0.78987198000000035e2"],["-0.87002501999999993e2","0.78981369000000029e2"],["-0.86986937999999952e2","0.78949707000000046e2"],["-0.86979995999999971e2",78.9433140000001],["-0.86966948999999943e2","0.78936371000000122e2"],["-0.86950835999999981e2","0.78929428000000087e2"],["-0.86942764000000011e2","0.78922485000000108e2"],["-0.86937774999999988e2",78.91693099999992],["-0.86952498999999932e2","0.78906647000000078e2"],[-86.97084000000001,"0.78896103000000039e2"],["-0.86997498000000007e2","0.78882477000000051e2"],["-0.87021666999999923e2","0.78873032000000023e2"],["-0.87052490000000034e2","0.78862762000000089e2"],["-0.87179442999999935e2","0.78830551000000014e2"],["-0.87282775999999956e2","0.78810257000000036e2"],["-0.87328063999999983e2","0.78794708000000128e2"],["-0.87353881999999999e2",78.78414900000007],["-0.87529998999999918e2",78.6869200000001],["-0.87532776000000013e2","0.78669983000000116e2"],["-0.87543059999999969e2","0.78664703000000031e2"],["-0.87572783999999956e2","0.78654433999999981e2"],[-87.591949,"0.78649718999999948e2"],["-0.87615829000000019e2","0.78645264000000111e2"],["-0.87663054999999986e2","0.78642487000000017e2"],["-0.87684432999999956e2","0.78644989000000123e2"],["-0.87872771999999941e2","0.78694977000000051e2"],["-0.87937774999999874e2","0.78738312000000064e2"],["-0.87953612999999962e2",78.74971000000005],["-0.87959166999999979e2","0.78755264000000068e2"],["-0.87993880999999931e2",78.79525799999999],["-0.88003341999999918e2","0.78807205000000124e2"],[-88.00140399999998,"0.78824158000000011e2"],["-0.87985275000000001e2","0.78957213999999965e2"],["-0.87981673999999884e2","0.78960541000000092e2"],["-0.87968338000000017e2","0.78966385000000116e2"],["-0.87894164999999987e2","0.78979706000000078e2"],["-0.87833617999999944e2","0.78992203000000075e2"],[-87.81361400000003,78.99693300000007],["-0.87794448999999986e2","0.79006943000000035e2"],["-0.87728881999999942e2","0.79069442999999978e2"],["-0.87724715999999944e2","0.79075821000000076e2"],["-0.87733886999999982e2","0.79081100000000049e2"],["-0.87746108999999933e2","0.79086104999999918e2"],["-0.87752791999999999e2","0.79085540999999978e2"],["-0.87772780999999952e2","0.79080825999999945e2"],["-0.87806380999999931e2",79.06999200000007],["-0.87849166999999966e2","0.79054977000000122e2"],["-0.87872771999999941e2","0.79045258000000103e2"],["-0.87883330999999998e2","0.79039978000000076e2"],["-0.87894454999999994e2","0.79028320000000008e2"],["-0.87890288999999996e2","0.79021652000000074e2"],["-0.87899993999999992e2","0.79011108000000036e2"],["-0.87929442999999992e2","0.79006943000000035e2"],["-0.88000564999999995e2",79.00360100000006],["-0.88032776000000013e2","0.79003876000000105e2"],["-0.88061385999999914e2","0.79005829000000006e2"],["-0.88093886999999938e2","0.79004440000000045e2"],["-0.88162506000000008e2","0.78990540000000124e2"],["-0.88202498999999932e2","0.78976379000000122e2"],[-88.21305799999999,"0.78966095000000109e2"],["-0.88215285999999935e2","0.78960815000000025e2"],["-0.88216659999999933e2","0.78948318000000029e2"],["-0.88229720999999984e2","0.78802200000000084e2"],["-0.88224716000000001e2",78.78915399999994],[-88.22222899999997,"0.78783324999999934e2"],["-0.88218063000000029e2","0.78776931999999988e2"],["-0.88201110999999969e2","0.78757216999999969e2"],["-0.88132216999999969e2",78.68081699999999],["-0.88044158999999922e2","0.78658600000000092e2"],[-88.02416999999997,"0.78656647000000135e2"],["-0.88010833999999932e2","0.78652771000000087e2"],["-0.87993056999999965e2","0.78645264000000111e2"],["-0.87982772999999952e2","0.78639435000000105e2"],["-0.87908614999999998e2","0.78596939000000077e2"],["-0.87894729999999981e2","0.78584717000000126e2"],["-0.87890839000000028e2","0.78578323000000069e2"],["-0.87896956999999873e2","0.78566375999999934e2"],["-0.87908339999999953e2","0.78548599000000081e2"],["-0.87984725999999966e2","0.78492202999999961e2"],["-0.88011948000000018e2","0.78481369000000086e2"],["-0.88055832000000009e2","0.78472762999999986e2"],["-0.88205276000000026e2","0.78452484000000084e2"],["-0.88234160999999972e2","0.78453598000000056e2"],["-0.88249160999999958e2","0.78456649999999968e2"],["-0.88389450000000011e2","0.78521378000000027e2"],["-0.88559432999999899e2","0.78604156000000046e2"],["-0.88574721999999952e2","0.78607208000000128e2"],["-0.88723052999999993e2","0.78615814000000057e2"],["-0.88788605000000018e2","0.78612761999999975e2"],["-0.88804168999999945e2","0.78609711000000118e2"],["-0.88746108999999933e2","0.78535812000000078e2"],["-0.88725006000000008e2","0.78524155000000121e2"],["-0.88659164000000033e2","0.78491088999999988e2"],["-0.88595276000000013e2","0.78459991000000002e2"],[-88.5625,78.44470200000012],["-0.88552215999999987e2","0.78437484999999981e2"],["-0.88543883999999991e2","0.78426086000000112e2"],["-0.88535552999999993e2","0.78413040000000137e2"],["-0.88536117999999931e2","0.78406937000000028e2"],["-0.88538054999999986e2","0.78401382000000126e2"],["-0.88541381999999999e2","0.78396652000000074e2"],["-0.88553054999999915e2","0.78385544000000095e2"],["-0.88561110999999983e2","0.78379425000000083e2"],["-0.88570556999999951e2","0.78373871000000065e2"],["-0.88614715999999987e2","0.78348327999999981e2"],["-0.88663329999999974e2","0.78321381000000031e2"],["-0.88672501000000011e2","0.78316085999999984e2"],["-0.88704177999999956e2","0.78271103000000096e2"],["-0.88710555999999997e2","0.78261107999999979e2"],["-0.88713897999999858e2","0.78254715000000033e2"],[-88.71556099999998,"0.78249146000000053e2"],["-0.88716110000000015e2","0.78243042000000003e2"],["-0.88721114999999941e2","0.78231093999999985e2"],["-0.88726105000000018e2","0.78225266000000033e2"],[-88.75140399999998,"0.78196930000000123e2"],["-0.88776672000000019e2","0.78176085999999941e2"],[-88.78443900000002,"0.78169983000000002e2"],["-0.88793334999999956e2","0.78164429000000041e2"],["-0.88817779999999914e2","0.78154434000000094e2"],["-0.88847777999999948e2","0.78151382000000012e2"],["-0.88978881999999942e2","0.78165817000000118e2"],["-0.89002791999999943e2","0.78169434000000081e2"],["-0.89065001999999879e2","0.78184418000000107e2"],["-0.89079726999999991e2","0.78189147999999989e2"],["-0.89115828999999962e2","0.78200821000000019e2"],["-0.89227492999999981e2","0.78245254999999986e2"],["-0.89259170999999924e2","0.78262771999999984e2"],["-0.89265014999999948e2","0.78268326000000002e2"],["-0.89275283999999999e2","0.78281936999999971e2"],["-0.89353881999999885e2","0.78339705999999978e2"],["-0.89364440999999999e2","0.78344147000000078e2"],["-0.89381103999999993e2",78.3477630000001],["-0.89518341000000021e2","0.78392212000000086e2"],["-0.89676665999999955e2","0.78447478999999987e2"],["-0.89803878999999995e2","0.78494431000000134e2"],["-0.89819457999999997e2","0.78500549000000092e2"],["-0.89891113000000018e2","0.78552764999999965e2"],["-0.89921660999999972e2","0.78578048999999965e2"],["-0.89945830999999998e2","0.78599425999999994e2"],[-89.95695499999988,78.605255],["-0.89980559999999969e2","0.78609711000000118e2"],["-0.90014724999999885e2","0.78609421000000111e2"],["-0.90051391999999964e2","0.78605820000000051e2"],["-0.90088332999999977e2","0.78595825000000104e2"],["-0.90092498999999975e2","0.78589980999999909e2"],[-90.09973100000002,"0.78555252000000053e2"],["-0.90100829999999974e2","0.78549713000000054e2"],["-0.90064712999999927e2","0.78513321000000076e2"],["-0.89985000999999954e2",78.43609600000002],["-0.89960555999999997e2","0.78432480000000112e2"],["-0.89936110999999983e2","0.78430267000000015e2"],["-0.89910004000000015e2","0.78426086000000112e2"],["-0.89869995000000017e2",78.417755],[-89.80972300000002,"0.78404709000000082e2"],["-0.89785278000000005e2","0.78398041000000092e2"],["-0.89774445000000014e2",78.39387499999998],["-0.89748046999999929e2","0.78380264000000011e2"],["-0.89615554999999858e2","0.78300262000000032e2"],["-0.89606109999999944e2","0.78293319999999994e2"],["-0.89461670000000026e2",78.17553700000002],["-0.89455841000000021e2","0.78169983000000002e2"],["-0.89452498999999989e2","0.78162491000000045e2"],["-0.89461670000000026e2","0.78158599999999979e2"],["-0.89476668999999958e2","0.78153869999999984e2"],["-0.89507781999999963e2","0.78149994000000106e2"],["-0.89530288999999982e2","0.78148330999999985e2"],["-0.89549437999999952e2","0.78148605000000089e2"],["-0.89563048999999921e2","0.78149719000000061e2"],[-89.59584000000001,"0.78156937000000084e2"],[-89.61860699999994,"0.78163040000000024e2"],["-0.89631942999999978e2","0.78168594000000041e2"],["-0.89639724999999942e2","0.78173309000000074e2"],["-0.89644164999999987e2","0.78179703000000075e2"],["-0.89646118000000001e2","0.78184707999999944e2"],["-0.89646118000000001e2",78.19720500000011],[-89.64805599999994,"0.78202209000000096e2"],["-0.89654174999999952e2","0.78209427000000119e2"],["-0.89657226999999978e2","0.78212203999999986e2"],["-0.89673888999999974e2","0.78217209000000082e2"],["-0.89700835999999981e2","0.78219147000000021e2"],["-0.89748885999999914e2","0.78217209000000082e2"],["-0.89783324999999934e2","0.78214431999999988e2"],["-0.89847778000000005e2","0.78213042999999971e2"],["-0.89886948000000018e2","0.78215271000000087e2"],["-0.89911117999999988e2","0.78218872000000147e2"],["-0.89929169000000002e2","0.78223038000000088e2"],["-0.89955276000000026e2","0.78233322000000101e2"],["-0.89960281000000009e2","0.78238311999999951e2"],["-0.89961945000000014e2","0.78243590999999924e2"],["-0.89959441999999967e2","0.78254439999999988e2"],["-0.89955001999999922e2","0.78260544000000039e2"],["-0.89980285999999921e2",78.27777100000003],["-0.90023330999999985e2","0.78298035000000027e2"],["-0.90060271999999998e2","0.78308029000000033e2"],["-0.90172500999999954e2","0.78331100000000049e2"],["-0.90186110999999926e2","0.78333327999999995e2"],["-0.90213622999999984e2","0.78335265999999933e2"],["-0.90242492999999854e2","0.78336105000000089e2"],[-90.27416999999997,"0.78334991000000116e2"],[-90.34056099999998,"0.78331100000000049e2"],["-0.90411391999999921e2","0.78324432000000058e2"],["-0.90478881999999999e2","0.78321106000000043e2"],["-0.90507781999999963e2","0.78320540999999992e2"],[-90.59445199999999,"0.78322768999999937e2"],["-0.90620269999999948e2","0.78325546000000031e2"],["-0.90667770000000019e2",78.32748399999997],["-0.90729445999999996e2","0.78326096000000064e2"],["-0.90744445999999982e2","0.78323043999999982e2"],["-0.90748610999999983e2","0.78320267000000058e2"],[-90.73721299999994,"0.78314423000000033e2"],["-0.90715560999999923e2","0.78309143000000006e2"],["-0.90622771999999941e2","0.78291091999999992e2"],[-90.598343,"0.78287490999999932e2"],["-0.90544998000000021e2","0.78283051000000114e2"],[-90.46166999999997,78.27887000000004],["-0.90410277999999948e2","0.78276657000000057e2"],["-0.90363327000000027e2","0.78256942999999978e2"],["-0.90273894999999982e2","0.78192200000000071e2"],["-0.90267501999999922e2",78.18664600000011],["-0.90268889999999999e2","0.78182755000000043e2"],["-0.90272781000000009e2",78.17692599999998],["-0.90293883999999991e2","0.78159988000000112e2"],["-0.90301102000000014e2",78.15525800000006],["-0.90330291999999986e2","0.78146103000000039e2"],["-0.90353881999999942e2","0.78143326000000116e2"],["-0.90433884000000035e2","0.78136383000000137e2"],["-0.90465012000000002e2","0.78135268999999937e2"],["-0.90497771999999941e2","0.78134995000000004e2"],["-0.90624434999999949e2","0.78134430000000009e2"],["-0.90711120999999991e2","0.78135818000000086e2"],["-0.90967223999999987e2","0.78142761000000064e2"],["-0.91021392999999989e2","0.78146103000000039e2"],["-0.91039718999999991e2","0.78150269000000094e2"],["-0.91238387999999986e2","0.78166594999999973e2"],["-0.91326674999999966e2","0.78168594000000041e2"],["-0.91489715999999873e2",78.17692599999998],["-0.91539992999999924e2","0.78181366000000025e2"],["-0.91613891999999964e2","0.78191925000000083e2"],["-0.91661941999999897e2","0.78199707000000046e2"],["-0.91707229999999981e2","0.78209427000000119e2"],["-0.91724715999999944e2","0.78214706000000092e2"],["-0.91807770000000005e2",78.23275799999999],["-0.91831389999999999e2",78.23692299999999],["-0.91857497999999964e2","0.78239700000000084e2"],["-0.91887511999999901e2","0.78239425999999924e2"],["-0.91920273000000009e2","0.78237198000000149e2"],["-0.91946380999999974e2",78.23275799999999],["-0.91963332999999977e2","0.78227768000000083e2"],["-0.91974441999999954e2","0.78223312000000021e2"],["-0.91986114999999984e2","0.78214706000000092e2"],["-0.92003066999999987e2","0.78209717000000126e2"],["-0.92031113000000005e2","0.78207488999999953e2"],["-0.92058334000000002e2","0.78208878000000141e2"],["-0.92083327999999995e2","0.78212494000000049e2"],["-0.92105559999999969e2","0.78217758000000003e2"],["-0.92308333999999945e2","0.78278594999999996e2"],["-0.92537216000000001e2","0.78310531999999967e2"],["-0.92556655999999975e2","0.78314696999999967e2"],["-0.92589447000000007e2","0.78323608000000092e2"],["-0.92949431999999888e2",78.43193100000002],[-92.96665999999999,78.44358799999992],["-0.92982498000000021e2","0.78454436999999984e2"],[-92.98721299999994,78.46026599999999],["-0.92987502999999947e2","0.78465546000000074e2"],["-0.92978881999999942e2","0.78483322000000044e2"],[-92.96665999999999,"0.78488586000000055e2"],["-0.92863891999999964e2","0.78505264000000125e2"],["-0.92848617999999988e2","0.78505554000000132e2"],["-0.92690551999999968e2",78.49581900000004],["-0.92646392999999932e2","0.78487487999999928e2"],["-0.92621933000000013e2","0.78487198000000092e2"],["-0.92600554999999986e2","0.78488037000000077e2"],["-0.92576675000000023e2","0.78490540000000067e2"],["-0.92520279000000016e2","0.78498596000000134e2"],["-0.92493606999999997e2","0.78503325999999959e2"],[-92.48721299999994,"0.78507767000000058e2"],["-0.92487777999999992e2","0.78509430000000009e2"],["-0.92497771999999998e2","0.78513046000000031e2"],["-0.92563323999999966e2","0.78520537999999988e2"],["-0.92529448999999943e2","0.78521378000000027e2"],[-92.24722300000002,78.52777100000003],["-0.92216659999999933e2","0.78528046000000018e2"],["-0.92070847000000015e2","0.78525543000000027e2"],["-0.92011123999999938e2",78.526657],["-0.91949996999999939e2","0.78530273000000079e2"],["-0.91918610000000001e2","0.78534424000000001e2"],["-0.91726395000000025e2","0.78530548000000067e2"],["-0.91682495000000017e2",78.52609300000006],["-0.91660827999999981e2","0.78526932000000045e2"],["-0.91646117999999944e2","0.78529984000000127e2"],["-0.91636123999999938e2","0.78533600000000035e2"],["-0.91632492000000013e2","0.78539429000000041e2"],["-0.91635284000000013e2","0.78546097000000032e2"],["-0.91647506999999962e2","0.78560257000000092e2"],["-0.91657500999999968e2","0.78563873000000001e2"],["-0.91670272999999952e2",78.56581100000011],["-0.91945267000000001e2","0.78572220000000129e2"],["-0.92151397999999915e2","0.78579437000000041e2"],["-0.92351943999999946e2","0.78586928999999998e2"],["-0.92557220000000029e2","0.78594711000000132e2"],[-92.58555599999994,"0.78596099999999979e2"],["-0.92604720999999984e2","0.78598602000000028e2"],["-0.92697768999999994e2","0.78614151000000106e2"],["-0.92733063000000016e2",78.62359600000002],["-0.92757781999999963e2","0.78628036000000009e2"],["-0.92806106999999997e2",78.6336060000001],["-0.92828888000000006e2","0.78631927000000076e2"],["-0.92907227000000034e2",78.62303200000008],["-0.92935546999999985e2","0.78618866000000139e2"],["-0.92935821999999973e2","0.78614990000000091e2"],["-0.92941665999999998e2","0.78608597000000145e2"],["-0.92955841000000021e2","0.78603867000000093e2"],["-0.92991668999999945e2","0.78599716000000001e2"],["-0.93176940999999999e2","0.78586380000000077e2"],["-0.93210555999999997e2","0.78584152000000074e2"],["-0.93242492999999968e2","0.78582763999999997e2"],["-0.93271118000000001e2","0.78584152000000074e2"],[-93.28443900000002,"0.78587494000000049e2"],["-0.93434157999999968e2",78.6336060000001],["-0.93771392999999989e2","0.78750549000000035e2"],["-0.93813613999999973e2","0.78765823000000069e2"],["-0.93802779999999927e2","0.78770263999999997e2"],["-0.93684158000000025e2","0.78782486000000006e2"],["-0.93650283999999999e2","0.78784714000000122e2"],["-0.93589721999999995e2","0.78783599999999979e2"],["-0.93534438999999963e2","0.78778870000000097e2"],["-0.93429169000000002e2","0.78767212000000086e2"],["-0.93376388999999961e2","0.78760544000000095e2"],["-0.93351394999999968e2","0.78756104000000107e2"],["-0.93299728000000016e2","0.78748596000000077e2"],[-93.24722300000002,"0.78741928000000087e2"],["-0.93190551999999968e2","0.78736374000000126e2"],["-0.93163329999999974e2","0.78735535000000141e2"],[-93.09973100000002,"0.78737198000000092e2"],["-0.93054992999999968e2","0.78739974999999959e2"],[-93.04222099999987,"0.78745255000000043e2"],[-93.039963,"0.78750000000000057e2"],["-0.93039443999999946e2","0.78751099000000067e2"],["-0.93035277999999948e2","0.78761932000000002e2"],["-0.93037780999999939e2","0.78765823000000069e2"],["-0.93118880999999988e2","0.78772491000000059e2"],["-0.93170273000000009e2",78.77998400000007],["-0.93271941999999967e2","0.78796097000000145e2"],["-0.93346389999999928e2","0.78809982000000048e2"],["-0.93369155999999975e2","0.78816086000000041e2"],["-0.93391388000000006e2","0.78820831000000112e2"],["-0.93416397000000018e2","0.78824996999999996e2"],["-0.93560546999999929e2","0.78833328000000108e2"],["-0.93589721999999995e2","0.78834717000000069e2"],["-0.93650283999999999e2","0.78835541000000035e2"],["-0.93746947999999975e2","0.78834991000000002e2"],["-0.93779723999999987e2","0.78833603000000096e2"],["-0.93842772999999966e2","0.78832489000000123e2"],["-0.93874709999999936e2","0.78833603000000096e2"],["-0.93892501999999979e2","0.78838042999999914e2"],["-0.93902221999999995e2","0.78842484000000013e2"],["-0.93906386999999995e2","0.78849152000000004e2"],["-0.93917495999999971e2","0.78860535000000027e2"],["-0.93939437999999939e2","0.78871643000000006e2"],["-0.93959441999999967e2","0.78878310999999997e2"],["-0.94052490000000034e2","0.78902481000000023e2"],[-94.09584000000001,"0.78911102000000085e2"],["-0.94253066999999987e2","0.78956940000000031e2"],["-0.94269729999999981e2","0.78962204000000042e2"],["-0.94282227000000034e2","0.78968872000000033e2"],["-0.94287506000000008e2","0.78981093999999985e2"],["-0.94288605000000018e2","0.78986374000000069e2"],["-0.94241378999999881e2","0.78996643000000063e2"],["-0.94005279999999914e2","0.79029709000000025e2"],["-0.93910277999999948e2","0.79041930999999977e2"],["-0.93878051999999968e2","0.79042480000000126e2"],["-0.93854720999999927e2","0.79040543000000071e2"],["-0.93813889000000017e2","0.79035538000000031e2"],["-0.93784164000000033e2","0.79038040000000137e2"],["-0.93601943999999889e2","0.79068328999999949e2"],["-0.93472778000000005e2","0.79108871000000136e2"],["-0.93455565999999976e2",79.11970500000001],["-0.93452498999999989e2","0.79125534000000016e2"],["-0.93456664999999987e2","0.79132202000000007e2"],["-0.93463333000000034e2","0.79136932000000058e2"],[-93.46055599999994,"0.79142761000000064e2"],["-0.93443054000000018e2","0.79148041000000092e2"],[-93.36610399999995,"0.79161377000000073e2"],["-0.93329726999999934e2","0.79164428999999984e2"],["-0.93294997999999907e2","0.79166931000000091e2"],["-0.93259170999999924e2","0.79167480000000012e2"],["-0.93227782999999931e2","0.79166931000000091e2"],["-0.93003066999999987e2","0.79154434000000094e2"],["-0.92895553999999947e2","0.79143875000000037e2"],["-0.92869720000000029e2","0.79139708999999925e2"],["-0.92841109999999958e2","0.79141098000000113e2"],["-0.92816101000000003e2","0.79145537999999988e2"],["-0.92801392000000021e2","0.79150269000000094e2"],[-92.7933349999999,"0.79155823000000055e2"],["-0.92780288999999868e2","0.79161102000000028e2"],["-0.92746947999999975e2","0.79164153999999996e2"],["-0.92506957999999941e2","0.79158324999999991e2"],["-0.92478606999999954e2","0.79155823000000055e2"],["-0.92407500999999911e2","0.79146102999999982e2"],["-0.92309433000000013e2","0.79145264000000054e2"],["-0.92243057000000022e2","0.79146941999999967e2"],[-91.89805599999994,"0.79161377000000073e2"],["-0.91691939999999988e2","0.79173309000000017e2"],["-0.91439162999999951e2","0.79183593999999971e2"],["-0.91205275999999969e2","0.79191925000000026e2"],["-0.91009170999999867e2","0.79203048999999965e2"],["-0.90811934999999949e2","0.79208038000000101e2"],["-0.90601669000000015e2","0.79214157000000114e2"],["-0.90564162999999951e2","0.79215546000000131e2"],["-0.90528335999999911e2",79.21748400000007],["-0.90492767000000015e2","0.79220825000000104e2"],["-0.90390839000000028e2","0.79236374000000012e2"],["-0.90368331999999953e2","0.79243042000000003e2"],[-90.36326600000001,"0.79246811000000093e2"],["-0.90382216999999969e2",79.2494200000001],["-0.90405563000000029e2","0.79251938000000109e2"],["-0.90472778000000005e2","0.79250823999999909e2"],["-0.90502227999999945e2",79.2494200000001],["-0.90732223999999974e2","0.79238312000000121e2"],["-0.90885833999999988e2","0.79244141000000127e2"],["-0.91139998999999932e2","0.79244431000000134e2"],["-0.91198883000000023e2","0.79241364000000033e2"],[-91.47084000000001,"0.79228867000000037e2"],["-0.91861114999999927e2","0.79215271000000087e2"],["-0.92026397999999972e2","0.79207489000000123e2"],["-0.92053604000000007e2","0.79205261000000007e2"],["-0.92087783999999999e2","0.79204163000000108e2"],["-0.92180832000000009e2","0.79203048999999965e2"],["-0.92213897999999972e2","0.79204163000000108e2"],["-0.92238892000000021e2","0.79205551000000014e2"],["-0.92510284000000013e2","0.79232757999999933e2"],["-0.92621933000000013e2","0.79244431000000134e2"],["-0.92676666000000012e2","0.79251389000000131e2"],["-0.92694716999999969e2","0.79257217000000082e2"],["-0.92693053999999961e2","0.79262207000000103e2"],["-0.92625548999999978e2","0.79295258000000047e2"],["-0.92603881999999942e2","0.79300812000000064e2"],["-0.92571944999999971e2","0.79304153000000099e2"],["-0.92523330999999928e2","0.79307755000000043e2"],["-0.92454453000000001e2","0.79308594000000028e2"],["-0.92394729999999981e2","0.79308594000000028e2"],["-0.92303329000000019e2","0.79306366000000082e2"],["-0.92255004999999983e2","0.79304428000000144e2"],["-0.92131377999999984e2","0.79299988000000099e2"],["-0.91994995000000017e2","0.79295258000000047e2"],["-0.91961944999999957e2",79.29553199999998],["-0.91932494999999903e2","0.79297211000000004e2"],["-0.91894164999999987e2","0.79301085999999998e2"],["-0.91865279999999927e2","0.79305542000000116e2"],["-0.91829452999999944e2","0.79314697000000137e2"],["-0.91795546999999885e2","0.79319153000000085e2"],["-0.91727492999999924e2","0.79326096000000064e2"],["-0.91658889999999985e2","0.79329987000000131e2"],["-0.91589721999999938e2","0.79332214000000022e2"],["-0.91528884999999946e2","0.79333054000000061e2"],["-0.91493880999999874e2",79.33248900000001],["-0.91467498999999975e2","0.79333602999999982e2"],["-0.91267776000000026e2","0.79345824999999991e2"],["-0.91231673999999941e2","0.79348037999999917e2"],[-91.15834000000001,"0.79356093999999985e2"],["-0.91119995000000017e2","0.79386383000000023e2"],["-0.91129165999999884e2","0.79390823000000069e2"],["-0.91156386999999995e2","0.79394440000000031e2"],["-0.91191100999999946e2","0.79393326000000059e2"],["-0.91230559999999969e2","0.79389434999999992e2"],["-0.91422225999999966e2","0.79374146000000053e2"],["-0.91508621000000005e2","0.79373306000000014e2"],["-0.91580841000000021e2","0.79369141000000013e2"],["-0.91702224999999942e2","0.79361374000000069e2"],["-0.91729720999999984e2","0.79359421000000111e2"],["-0.91766662999999994e2","0.79353317000000118e2"],["-0.91788329999999974e2","0.79346375000000023e2"],["-0.91835281000000009e2","0.79340820000000122e2"],["-0.91864715999999987e2","0.79339431999999988e2"],["-0.91897781000000009e2",79.339157],["-0.92150832999999977e2","0.79344437000000084e2"],[-92.18110699999994,"0.79345824999999991e2"],["-0.92210006999999962e2","0.79348327999999924e2"],["-0.92290833000000021e2","0.79358031999999923e2"],["-0.92351943999999946e2","0.79362761999999975e2"],[-92.41194200000001,79.36442599999998],["-0.92510009999999966e2","0.79364150999999993e2"],["-0.92561934999999949e2","0.79365814000000057e2"],["-0.92571670999999867e2",79.37052900000009],["-0.92577498999999989e2","0.79379150000000038e2"],["-0.92567504999999869e2","0.79384155000000078e2"],["-0.92479996000000028e2","0.79404434000000037e2"],["-0.92462509000000011e2","0.79406937000000028e2"],[-92.41194200000001,"0.79411652000000061e2"],[-92.31361400000003,"0.79418593999999928e2"],["-0.92243880999999988e2","0.79426651000000106e2"],["-0.92228607000000011e2","0.79431366000000139e2"],["-0.92227782999999931e2","0.79435257000000036e2"],["-0.92228881999999999e2","0.79438309000000118e2"],["-0.92234726000000023e2","0.79441649999999981e2"],["-0.92241942999999935e2","0.79444138000000123e2"],["-0.92259170999999981e2","0.79446930000000066e2"],["-0.92283324999999991e2","0.79449142000000109e2"],[-92.33805799999999,"0.79453049000000078e2"],["-0.92419723999999974e2","0.79457214000000079e2"],["-0.92580841000000021e2","0.79452209000000039e2"],["-0.92605270000000019e2","0.79450546000000088e2"],["-0.92634170999999981e2","0.79445816000000036e2"],["-0.92679992999999968e2","0.79437194999999974e2"],["-0.92774170000000026e2",79.417755],["-0.92803054999999972e2","0.79413040000000137e2"],["-0.92854445999999996e2","0.79407760999999994e2"],["-0.92876098999999954e2","0.79407760999999994e2"],["-0.92901671999999962e2","0.79408874999999966e2"],["-0.92929442999999935e2","0.79412490999999989e2"],["-0.92950835999999981e2","0.79416382000000056e2"],["-0.92973327999999981e2","0.79423598999999967e2"],["-0.93029175000000009e2",79.46026599999999],["-0.93032775999999956e2","0.79465546000000074e2"],["-0.93034728999999913e2","0.79471649000000014e2"],["-0.93044723999999917e2","0.79476089000000002e2"],["-0.93063048999999921e2",79.48054500000012],[-93.09056099999998,"0.79482208000000071e2"],["-0.93107223999999974e2","0.79482208000000071e2"],["-0.93126662999999951e2","0.79479980000000069e2"],["-0.93143889999999885e2","0.79475815000000068e2"],["-0.93146666999999979e2","0.79469986000000063e2"],["-0.93144454999999994e2","0.79463882000000069e2"],[-93.125,"0.79450821000000133e2"],["-0.93105834999999956e2",79.43942300000009],["-0.93081389999999942e2","0.79426376000000062e2"],["-0.93061110999999983e2","0.79415817000000061e2"],["-0.93033614999999941e2","0.79404434000000037e2"],["-0.93018889999999999e2","0.79399719000000005e2"],["-0.93009170999999981e2","0.79395263999999997e2"],["-0.93006957999999941e2","0.79389160000000118e2"],["-0.93008347000000015e2","0.79388046000000145e2"],["-0.93009445000000028e2","0.79387206999999989e2"],["-0.93021392999999989e2","0.79382751000000098e2"],[-93.125,"0.79359711000000118e2"],["-0.93264175000000023e2","0.79353592000000106e2"],["-0.93312499999999943e2","0.79372757000000092e2"],["-0.93251113999999973e2",79.40498400000007],["-0.93236114999999984e2","0.79415268000000083e2"],["-0.93229720999999984e2","0.79425537000000134e2"],["-0.93231383999999991e2","0.79429977000000122e2"],["-0.93235001000000011e2","0.79435257000000036e2"],["-0.93252501999999993e2","0.79441924999999969e2"],["-0.93275833000000034e2","0.79446640000000002e2"],["-0.93293334999999956e2",79.44802900000002],["-0.93320007000000032e2","0.79448317999999972e2"],["-0.93338057999999933e2","0.79447205000000054e2"],["-0.93354445999999996e2","0.79441360000000145e2"],["-0.93424437999999896e2","0.79405258000000003e2"],["-0.93433059999999898e2","0.79387496999999996e2"],["-0.93485275000000001e2","0.79354156000000046e2"],["-0.93641387999999893e2",79.31164600000011],["-0.93757507000000032e2","0.79283600000000035e2"],["-0.93801940999999886e2","0.79274704000000099e2"],["-0.93869995000000017e2","0.79263885000000073e2"],["-0.93906661999999983e2","0.79260544000000039e2"],["-0.93969726999999978e2",79.25749200000007],[-93.99722300000002,"0.79256942999999978e2"],["-0.94047225999999966e2",79.25749200000007],["-0.94206954999999994e2","0.79272490999999945e2"],["-0.94212219000000005e2","0.79276657000000057e2"],["-0.94162780999999995e2","0.79322220000000016e2"],[-94.14805599999994,"0.79333602999999982e2"],["-0.94119720000000029e2","0.79344711000000018e2"],["-0.94088608000000022e2","0.79353592000000106e2"],["-0.94056380999999931e2","0.79379700000000071e2"],["-0.94245834000000002e2","0.79404160000000104e2"],["-0.94366652999999985e2","0.79419708000000128e2"],["-0.94386123999999938e2","0.79421371000000022e2"],["-0.94494720000000029e2","0.79421371000000022e2"],["-0.94509170999999981e2","0.79416382000000056e2"],[-94.5,"0.79379700000000071e2"],["-0.94483063000000016e2","0.79375809000000004e2"],[-94.46305799999999,"0.79379150000000038e2"],["-0.94454453000000001e2","0.79385544000000095e2"],["-0.94432769999999948e2","0.79385544000000095e2"],["-0.94398055999999997e2","0.79375259000000142e2"],["-0.94389998999999989e2","0.79368866000000025e2"],["-0.94506667999999991e2","0.79337204000000042e2"],["-0.94538054999999929e2","0.79333602999999982e2"],["-0.94573623999999938e2","0.79331100000000049e2"],["-0.94638900999999976e2",79.33248900000001],["-0.94669997999999964e2","0.79331375000000037e2"],["-0.94697495000000004e2","0.79326660000000004e2"],["-0.94720001000000025e2","0.79321655000000135e2"],["-0.94765015000000005e2",79.31164600000011],["-0.94952498999999932e2","0.79289978000000019e2"],["-0.94970000999999968e2","0.79284714000000008e2"],["-0.94972777999999892e2","0.79273880000000133e2"],["-0.94977218999999991e2","0.79270264000000111e2"],["-0.94985824999999977e2","0.79267487000000017e2"],["-0.95018616000000009e2","0.79266936999999984e2"],["-0.95087555000000009e2",79.27075200000013],["-0.95161666999999966e2","0.79281097000000045e2"],["-0.95304992999999968e2","0.79325821000000019e2"],["-0.95318619000000012e2","0.79332214000000022e2"],[-95.32028200000002,"0.79335266000000104e2"],["-0.95294448999999986e2","0.79336655000000121e2"],["-0.95285004000000015e2","0.79353042999999957e2"],["-0.95295837000000006e2","0.79379425000000026e2"],["-0.95394164999999987e2","0.79387496999999996e2"],["-0.95477218999999991e2","0.79380814000000044e2"],["-0.95655563000000029e2","0.79391663000000108e2"],["-0.95753341999999975e2","0.79404434000000037e2"],["-0.95771666999999979e2","0.79409714000000065e2"],["-0.95778609999999958e2","0.79413040000000137e2"],[-95.779449,"0.79425812000000121e2"],["-0.95736388999999974e2","0.79537491000000045e2"],["-0.95657500999999968e2","0.79553314000000114e2"],["-0.95636123999999938e2","0.79557479999999998e2"],["-0.95565552000000025e2",79.55914300000012],["-0.95309722999999963e2","0.79569153000000028e2"],["-0.95170273000000009e2","0.79575272000000041e2"],["-0.95051665999999955e2","0.79582214000000135e2"],["-0.94839995999999871e2","0.79597214000000122e2"],["-0.94802489999999977e2","0.79600540000000137e2"],["-0.94699432000000002e2","0.79612198000000149e2"],[-94.40695199999999,"0.79667755000000113e2"],["-0.94360275000000001e2","0.79677765000000022e2"],["-0.94329453000000001e2","0.79688309000000061e2"],["-0.94282776000000013e2","0.79757492000000013e2"],[-94.28694200000001,"0.79762772000000041e2"],["-0.94298339999999996e2",79.76887499999998],["-0.94318344000000025e2","0.79778595000000053e2"],["-0.94335281000000009e2","0.79780823000000055e2"],["-0.94361664000000019e2","0.79781937000000028e2"],["-0.94384170999999981e2","0.79778046000000131e2"],["-0.94577498999999932e2","0.79735809000000074e2"],["-0.94592498999999975e2","0.79731094000000041e2"],["-0.94596663999999976e2","0.79725815000000011e2"],["-0.94601395000000025e2","0.79713882000000012e2"],["-0.94608886999999925e2","0.79708327999999995e2"],["-0.94748336999999935e2",79.678314],["-0.94776671999999962e2","0.79673598999999967e2"],["-0.94814437999999939e2","0.79670258000000103e2"],["-0.94878325999999959e2",79.66804500000012],["-0.94946380999999974e2","0.79666930999999977e2"],["-0.94985001000000011e2","0.79664993000000038e2"],["-0.95091675000000009e2","0.79656936999999971e2"],["-0.95153610000000015e2","0.79647491000000002e2"],["-0.95190825999999959e2","0.79644149999999968e2"],["-0.95355559999999969e2","0.79638321000000133e2"],["-0.95419998000000021e2","0.79637496999999996e2"],["-0.95485274999999945e2","0.79638046000000088e2"],["-0.95740828999999906e2","0.79641373000000044e2"],["-0.95799437999999952e2","0.79642487000000017e2"],["-0.95853332999999964e2","0.79646103000000096e2"],["-0.95901107999999965e2","0.79654433999999981e2"],["-0.95933060000000012e2","0.79664429000000098e2"],["-0.95954726999999991e2","0.79671920999999998e2"],["-0.95980835000000013e2",79.6827550000001],["-0.96032227000000034e2","0.79706940000000088e2"],["-0.96282501000000025e2","0.79798874000000012e2"],["-0.96335555999999997e2","0.79815536000000009e2"],["-0.96360824999999977e2",79.82249500000006],["-0.96384170999999924e2","0.79826385000000073e2"],["-0.96490554999999972e2","0.79836104999999975e2"],["-0.96575561999999934e2","0.79849990999999932e2"],["-0.96589447000000007e2","0.79852478000000019e2"],["-0.96610549999999989e2","0.79877762000000018e2"],[-96.61500499999994,"0.79883881000000031e2"],["-0.96609436000000017e2","0.79888596000000064e2"],["-0.96573623999999995e2","0.79900269000000094e2"],["-0.96458618000000001e2","0.79914429000000041e2"],["-0.96422775000000001e2","0.79916091999999935e2"],["-0.96391387999999949e2","0.79913879000000009e2"],["-0.96385009999999909e2","0.79909714000000008e2"],[-96.37777699999998,"0.79899155000000121e2"],["-0.96194716999999912e2","0.79901382000000012e2"],["-0.96158889999999872e2","0.79903046000000018e2"],["-0.96138061999999991e2","0.79906372000000033e2"],["-0.96147780999999952e2","0.79912491000000102e2"],["-0.96164718999999991e2","0.79917205999999908e2"],[-96.23332199999993,"0.79933043999999938e2"],["-0.96262512000000015e2","0.79936920000000043e2"],["-0.96325561999999991e2","0.79941360000000032e2"],["-0.96399170000000026e2","0.79941086000000098e2"],["-0.96492766999999958e2","0.79943314000000044e2"],[-96.52416999999997,"0.79945251000000098e2"],["-0.96556655999999975e2","0.79948868000000061e2"],["-0.96580565999999976e2","0.79952773999999977e2"],["-0.96595839999999953e2","0.79956940000000031e2"],["-0.96606658999999922e2","0.79962204000000042e2"],["-0.96675003000000004e2","0.80008331000000055e2"],["-0.96679442999999992e2","0.80014435000000105e2"],["-0.96661941999999954e2","0.80019989000000123e2"],["-0.96628052000000025e2","0.80024429000000112e2"],["-0.96482772999999952e2","0.80041091999999992e2"],["-0.96419158999999922e2","0.80041930999999977e2"],["-0.96394164999999873e2","0.80043869000000086e2"],["-0.96391677999999956e2","0.80045822000000044e2"],[-96.40583799999996,"0.80048325000000034e2"],["-0.96428878999999995e2","0.80050537000000077e2"],["-0.96479172000000005e2","0.80053864000000033e2"],["-0.96512222000000008e2","0.80054977000000122e2"],["-0.96548614999999927e2",80.053314],["-0.96582503999999915e2","0.80048598999999967e2"],["-0.96599166999999909e2","0.80044434000000138e2"],["-0.96627776999999924e2","0.80039429000000098e2"],["-0.96676101999999958e2","0.80041930999999977e2"],["-0.96698882999999967e2","0.80046936000000017e2"],["-0.96737503000000004e2","0.80058029000000033e2"],["-0.96781676999999945e2","0.80076660000000061e2"],["-0.96801391999999964e2","0.80086929000000055e2"],["-0.96802779999999984e2","0.80090820000000122e2"],["-0.96748885999999857e2","0.80134720000000129e2"],["-0.96734436000000017e2","0.80139709000000096e2"],["-0.96711120999999935e2",80.14498900000001],["-0.96675827000000027e2","0.80145538000000101e2"],["-0.96410003999999958e2",80.13888500000013],["-0.96381103999999937e2",80.13638300000008],["-0.96351395000000025e2","0.80132476999999994e2"],["-0.96322784000000013e2","0.80127472000000125e2"],["-0.96163054999999872e2","0.80093048000000067e2"],["-0.96077788999999996e2","0.80078049000000021e2"],["-0.96017776000000026e2","0.80070830999999998e2"],["-0.95847777999999892e2",80.053314],["-0.95545836999999949e2","0.80040543000000071e2"],["-0.95418883999999935e2","0.80036652000000004e2"],["-0.95325011999999958e2",80.03387500000008],["-0.95193877999999984e2",80.03137200000009],[-95.06361400000003,"0.80029984000000013e2"],["-0.95038054999999986e2","0.80031936999999971e2"],["-0.95011672999999917e2","0.80038879000000065e2"],["-0.94988892000000021e2",80.04304500000012],["-0.94951110999999855e2","0.80045532000000037e2"],["-0.94921386999999925e2","0.80046371000000022e2"],["-0.94887512000000015e2","0.80045822000000044e2"],["-0.94852782999999874e2","0.80044144000000131e2"],["-0.94825835999999924e2","0.80040543000000071e2"],["-0.94717772999999966e2","0.80020828000000051e2"],["-0.94607498000000021e2","0.80002777000000094e2"],["-0.94569457999999941e2","0.79997208000000114e2"],["-0.94416945999999996e2","0.79978867000000093e2"],["-0.94383620999999948e2","0.79982482999999945e2"],["-0.94387786999999946e2","0.79987761999999918e2"],["-0.94413894999999911e2","0.79997757000000036e2"],["-0.94451674999999966e2","0.80009720000000073e2"],["-0.94525557999999933e2",80.02276599999999],[-94.62110899999999,80.04304500000012],[-94.67111199999988,"0.80056931000000134e2"],[-94.74888599999997,80.07998699999996],["-0.94728881999999942e2","0.80105545000000063e2"],["-0.94632766999999944e2","0.80131088000000034e2"],["-0.94611937999999952e2","0.80135544000000095e2"],["-0.94510558999999944e2","0.80154434000000037e2"],["-0.94480559999999855e2",80.15914900000007],["-0.94416396999999961e2","0.80163605000000018e2"],["-0.94387222000000008e2","0.80163315000000011e2"],["-0.94285827999999924e2","0.80164993000000095e2"],["-0.94121108999999933e2",80.17025799999999],["-0.94091675000000009e2","0.80172485000000052e2"],["-0.94083892999999989e2","0.80175537000000134e2"],["-0.94096389999999985e2","0.80179153000000042e2"],["-0.94119995000000017e2","0.80183044000000109e2"],["-0.94184433000000013e2","0.80186646000000053e2"],["-0.94217772999999966e2",80.18803400000013],["-0.94354171999999949e2","0.80190811000000053e2"],["-0.94485000999999954e2","0.80209991000000002e2"],["-0.94642226999999991e2","0.80199996999999996e2"],["-0.94649993999999879e2","0.80194427000000076e2"],["-0.94704453000000001e2","0.80178040000000124e2"],["-0.94748336999999935e2","0.80169434000000024e2"],["-0.94816956000000005e2","0.80159714000000122e2"],["-0.95033324999999991e2","0.80134995000000004e2"],["-0.95104996000000028e2","0.80128860000000032e2"],["-0.95263625999999988e2","0.80118317000000104e2"],["-0.95333618000000001e2","0.80118042000000059e2"],["-0.95367767000000015e2","0.80118317000000104e2"],["-0.95420273000000009e2","0.80122482000000105e2"],["-0.95658889999999985e2","0.80168593999999985e2"],["-0.95683884000000035e2","0.80173874000000012e2"],["-0.95695830999999998e2","0.80178314000000057e2"],["-0.95692215000000033e2","0.80181090999999981e2"],["-0.95673889000000031e2","0.80186371000000008e2"],["-0.95621658000000025e2","0.80195251000000042e2"],["-0.95580841000000021e2","0.80199706999999989e2"],["-0.95542770000000019e2","0.80202209000000039e2"],["-0.95471114999999941e2","0.80203598000000056e2"],["-0.95404175000000009e2","0.80203598000000056e2"],["-0.95370543999999995e2","0.80204712000000029e2"],["-0.95327788999999882e2","0.80208603000000096e2"],["-0.95295837000000006e2",80.21276899999998],["-0.95268341000000021e2","0.80218047999999953e2"],["-0.95254455999999948e2","0.80222214000000065e2"],["-0.95235000999999897e2","0.80232208000000071e2"],["-0.95229996000000028e2","0.80236098999999967e2"],["-0.95235000999999897e2","0.80241088999999988e2"],["-0.95243331999999953e2","0.80243591000000094e2"],["-0.95258895999999993e2","0.80244980000000055e2"],["-0.95278060999999923e2","0.80243866000000082e2"],["-0.95287216000000001e2","0.80241088999999988e2"],["-0.95325561999999991e2","0.80232208000000071e2"],[-95.39834599999989,"0.80223602000000142e2"],["-0.95461394999999868e2","0.80219986000000119e2"],["-0.95496947999999975e2","0.80219436999999971e2"],["-0.95548339999999996e2","0.80220261000000107e2"],["-0.95566955999999948e2","0.80224152000000004e2"],["-0.95577498999999989e2","0.80229430999999977e2"],["-0.95581389999999885e2","0.80235535000000027e2"],["-0.95586394999999925e2","0.80240540000000067e2"],["-0.95601944000000003e2","0.80242203000000018e2"],["-0.95645844000000011e2","0.80239700000000028e2"],[-95.69027699999998,"0.80232483000000116e2"],[-95.71055599999994,"0.80227768000000083e2"],["-0.95884170999999981e2","0.80199142000000109e2"],["-0.95922500999999954e2","0.80194138000000009e2"],[-95.93360899999999,"0.80194427000000076e2"],[-95.98443599999996,"0.80200271999999984e2"],["-0.96216659999999877e2","0.80235809000000131e2"],[-96.43499799999995,"0.80269714000000022e2"],[-96.46444699999995,"0.80313034000000016e2"],["-0.96613892000000021e2","0.80329987000000131e2"],["-0.96645844000000011e2","0.80333054000000004e2"],["-0.96670272999999952e2","0.80336928999999998e2"],["-0.96681670999999881e2","0.80342209000000082e2"],["-0.96676101999999958e2","0.80346939000000134e2"],[-96.658051,"0.80352203000000088e2"],["-0.96634170999999981e2","0.80357208000000128e2"],["-0.96604720999999984e2","0.80362198000000035e2"],["-0.96592223999999987e2","0.80362761999999975e2"],["-0.96440552000000025e2","0.80356644000000017e2"],["-0.96408889999999985e2","0.80353592000000106e2"],["-0.96363892000000021e2","0.80342209000000082e2"],["-0.96254729999999938e2","0.80335541000000092e2"],["-0.96232223999999974e2","0.80334717000000126e2"],["-0.96216400000000021e2","0.80338042999999971e2"],["-0.96221664000000033e2","0.80343323000000055e2"],["-0.96255004999999983e2","0.80354156000000046e2"],["-0.96277221999999938e2","0.80359985000000052e2"],["-0.96280838000000017e2",80.36192299999999],["-0.96268065999999919e2","0.80367477000000008e2"],["-0.96240554999999972e2",80.37303200000008],["-0.96080841000000021e2","0.80387206999999989e2"],["-0.96047774999999888e2","0.80389984000000084e2"],["-0.95978606999999954e2","0.80388596000000007e2"],["-0.95732497999999907e2","0.80372757000000036e2"],["-0.95697495000000004e2","0.80369979999999941e2"],["-0.95636948000000018e2","0.80364150999999936e2"],[-95.61221299999994,"0.80360260000000039e2"],["-0.95566955999999948e2","0.80352203000000088e2"],["-0.95542770000000019e2","0.80345824999999934e2"],["-0.95513900999999976e2","0.80340820000000065e2"],[-95.48832699999997,"0.80338042999999971e2"],["-0.95460280999999952e2","0.80336928999999998e2"],["-0.95440826000000015e2","0.80338318000000015e2"],["-0.95436935000000005e2","0.80341095000000109e2"],["-0.95453338999999971e2","0.80373306000000014e2"],["-0.95458617999999944e2","0.80378586000000041e2"],["-0.95468063000000029e2",80.38220200000012],["-0.95498610999999983e2","0.80383880999999974e2"],["-0.95564162999999951e2","0.80385817999999972e2"],["-0.95624999999999943e2","0.80391663000000108e2"],["-0.95653885000000002e2","0.80396652000000074e2"],["-0.95694992000000013e2","0.80406097000000102e2"],["-0.95721664000000033e2","0.80412765999999976e2"],["-0.95852218999999991e2","0.80454163000000051e2"],["-0.95957229999999925e2","0.80504990000000134e2"],["-0.96020553999999947e2","0.80567490000000078e2"],["-0.96027221999999995e2","0.80574158000000068e2"],["-0.96024445000000014e2","0.80578323000000069e2"],["-0.96006957999999884e2","0.80582763999999941e2"],["-0.95979996000000028e2","0.80584717000000069e2"],["-0.95941665999999941e2",80.58638000000002],["-0.95671660999999972e2","0.80584717000000069e2"],["-0.95536391999999978e2","0.80590820000000008e2"],["-0.95498046999999872e2",80.59248400000007],["-0.95423614999999984e2","0.80593597000000102e2"],["-0.95318343999999911e2","0.80590820000000008e2"],["-0.95246658000000025e2",80.58998100000008],["-0.95172226000000023e2",80.59137000000004],["-0.95132216999999969e2","0.80593872000000147e2"],["-0.95067229999999995e2","0.80601379000000065e2"],["-0.95030837999999903e2","0.80603317000000004e2"],[-94.99499499999996,"0.80603043000000071e2"],["-0.94962783999999942e2","0.80599715999999944e2"],["-0.94902495999999985e2","0.80586655000000007e2"],["-0.94846953999999926e2","0.80574706999999989e2"],["-0.94823623999999995e2","0.80569716999999969e2"],[-94.77194199999991,"0.80561371000000065e2"],["-0.94752791999999943e2","0.80559982000000048e2"],["-0.94696654999999964e2",80.55693100000002],["-0.94658614999999998e2","0.80555817000000047e2"],["-0.94554992999999911e2",80.55442800000003],["-0.94374999999999943e2","0.80557205000000124e2"],["-0.94230835000000013e2","0.80556365999999969e2"],["-0.94010559000000001e2",80.54942299999999],["-0.93968886999999995e2","0.80540817000000061e2"],["-0.93968886999999995e2","0.80536925999999994e2"],["-0.93966110000000015e2","0.80530823000000055e2"],["-0.93958343999999954e2",80.52609300000006],[-93.89916999999997,"0.80519150000000025e2"],["-0.93866942999999992e2","0.80518326000000059e2"],["-0.93839447000000007e2","0.80518599999999992e2"],["-0.93786391999999978e2","0.80525543000000027e2"],["-0.93783066000000019e2","0.80529709000000082e2"],["-0.93790832999999964e2","0.80534424000000115e2"],["-0.93810546999999985e2","0.80541367000000093e2"],["-0.93894729999999868e2","0.80565811000000053e2"],["-0.93949158000000011e2","0.80578048999999908e2"],["-0.93973617999999931e2","0.80581939999999975e2"],["-0.94005004999999983e2","0.80585266000000047e2"],["-0.94093612999999948e2","0.80593322999999998e2"],["-0.94308334000000002e2","0.80606368999999972e2"],["-0.94437774999999988e2","0.80605545000000006e2"],["-0.94457503999999915e2","0.80600265999999976e2"],["-0.94484726000000023e2","0.80598328000000038e2"],["-0.94524170000000026e2","0.80598328000000038e2"],["-0.94543335000000013e2","0.80599715999999944e2"],["-0.94561935000000005e2","0.80605819999999994e2"],["-0.94660278000000005e2","0.80651382000000012e2"],["-0.94669448999999929e2",80.65776100000005],["-0.94672775000000001e2","0.80663879000000009e2"],["-0.94670273000000009e2","0.80669708000000014e2"],["-0.94662215999999944e2","0.80675262000000032e2"],["-0.94650283999999999e2","0.80681366000000082e2"],["-0.94628326000000015e2","0.80685806000000071e2"],["-0.94596953999999982e2","0.80690536000000122e2"],["-0.94553604000000007e2","0.80694977000000051e2"],["-0.94514724999999942e2","0.80696365000000128e2"],["-0.94439163000000008e2","0.80697479000000101e2"],["-0.94331116000000009e2","0.80693863000000022e2"],["-0.94231673999999884e2","0.80692200000000128e2"],["-0.94199722000000008e2","0.80693039000000056e2"],["-0.94117492999999968e2","0.80698593000000074e2"],["-0.94088332999999977e2","0.80701660000000004e2"],["-0.94075561999999991e2","0.80706099999999992e2"],["-0.94076950000000011e2","0.80709152000000131e2"],["-0.94086394999999982e2","0.80713043000000027e2"],["-0.94108337000000006e2","0.80718872000000033e2"],["-0.94140288999999996e2","0.80721924000000115e2"],["-0.94304442999999935e2","0.80733871000000079e2"],["-0.94423049999999876e2","0.80734985000000052e2"],["-0.94449158000000011e2","0.80730270000000019e2"],["-0.94491104000000007e2","0.80726928999999984e2"],["-0.94549438000000009e2","0.80724991000000045e2"],[-94.65972899999997,80.72526600000009],["-0.94694716999999969e2","0.80726653999999996e2"],["-0.94722778000000005e2","0.80728592000000106e2"],["-0.94895554000000004e2","0.80747757000000092e2"],["-0.95035827999999867e2","0.80768326000000002e2"],["-0.95037505999999951e2","0.80771378000000141e2"],[-95.03694200000001,"0.80776093000000003e2"],["-0.95033889999999985e2","0.80778046000000131e2"],["-0.95025283999999999e2","0.80801651000000106e2"],["-0.95243056999999965e2","0.80787766000000033e2"],["-0.95282501000000025e2","0.80786101999999971e2"],["-0.95334166999999923e2","0.80788879000000065e2"],["-0.95442764000000011e2",80.79971299999994],["-0.95475554999999986e2","0.80803040000000067e2"],["-0.95501113999999973e2","0.80806931000000134e2"],["-0.95524170000000026e2","0.80812484999999981e2"],["-0.95534164000000033e2","0.80818878000000097e2"],["-0.95526397999999972e2","0.80833328000000051e2"],["-0.95500838999999871e2","0.80838318000000072e2"],[-95.44027699999998,"0.80846100000000035e2"],["-0.95371384000000035e2","0.80853316999999947e2"],["-0.95212783999999999e2","0.80868317000000104e2"],["-0.95170837000000006e2","0.80875809000000061e2"],["-0.95150832999999921e2","0.80881088000000034e2"],["-0.95146666999999923e2","0.80883881000000031e2"],["-0.95170546999999999e2","0.80884720000000016e2"],["-0.95300827000000027e2","0.80885269000000108e2"],[-95.41332999999986,"0.80885269000000108e2"],["-0.95468886999999995e2","0.80890273999999977e2"],["-0.95481383999999991e2","0.80894714000000022e2"],["-0.95484726000000023e2","0.80899155000000121e2"],["-0.95474166999999966e2","0.80904434000000094e2"],["-0.95460280999999952e2","0.80909713999999951e2"],["-0.95422775000000001e2","0.80920821999999987e2"],["-0.95334166999999923e2","0.80934708000000114e2"],["-0.95311934999999949e2","0.80939147999999989e2"],["-0.95283614999999941e2","0.80949996999999996e2"],["-0.95267501999999979e2",80.96138000000002],["-0.95259734999999921e2","0.80973602000000028e2"],["-0.95257506999999976e2","0.80979431000000034e2"],["-0.95259170999999981e2","0.80984984999999995e2"],["-0.95255004999999983e2","0.80996643000000063e2"],["-0.95241104000000007e2","0.81006103999999993e2"],["-0.95220839999999896e2","0.81011382999999967e2"],["-0.95183060000000012e2","0.81019714000000079e2"],["-0.94943329000000006e2","0.81048874000000126e2"],["-0.94814163000000008e2","0.81054153000000099e2"],["-0.94663054999999986e2","0.81048598999999911e2"],["-0.94572783999999899e2","0.81038879000000009e2"],["-0.94546111999999994e2","0.81033325000000048e2"],["-0.94493880999999988e2","0.81017487000000017e2"],["-0.94495543999999995e2","0.80995819000000097e2"],["-0.94504181000000017e2","0.80990265000000079e2"],["-0.94509170999999981e2","0.80984711000000061e2"],["-0.94508057000000008e2","0.80979431000000034e2"],["-0.94492767000000015e2","0.80972763000000043e2"],["-0.94472778000000005e2","0.80969146999999964e2"],["-0.94434158000000025e2","0.80965546000000131e2"],["-0.94408614999999941e2","0.80965546000000131e2"],["-0.94365554999999972e2","0.80968872000000147e2"],["-0.94344726999999978e2","0.80974152000000061e2"],["-0.94330001999999865e2","0.80979706000000022e2"],["-0.94143616000000009e2","0.81015823000000012e2"],["-0.94071670999999924e2","0.81024993999999936e2"],[-93.908051,"0.81039429000000041e2"],["-0.93906386999999995e2","0.81040543000000071e2"],["-0.94013335999999981e2","0.81053588999999988e2"],["-0.94042220999999927e2","0.81055542000000116e2"],[-94.18249499999996,"0.81068054000000075e2"],["-0.94328612999999962e2","0.81089432000000045e2"],["-0.94357498000000021e2",81.09526100000005],[-94.36221299999994,"0.81100540000000024e2"],["-0.94353607000000011e2","0.81106093999999985e2"],["-0.94345550999999944e2","0.81109421000000111e2"],["-0.94313048999999978e2","0.81115539999999953e2"],["-0.94278335999999967e2","0.81117203000000075e2"],["-0.94255279999999971e2","0.81115539999999953e2"],["-0.94230835000000013e2","0.81110535000000084e2"],["-0.94214721999999881e2","0.81106369000000029e2"],["-0.94195830999999941e2",81.10026600000009],["-0.94154723999999987e2","0.81093872000000033e2"],["-0.94130279999999971e2",81.09275800000006],["-0.93989715999999987e2","0.81092484000000127e2"],["-0.93960830999999928e2","0.81094147000000078e2"],["-0.93935271999999941e2","0.81098327999999981e2"],["-0.93907227000000034e2","0.81101653999999996e2"],["-0.93866394000000014e2","0.81103043000000014e2"],["-0.93795273000000009e2","0.81099426000000051e2"],["-0.93689437999999996e2","0.81093048000000067e2"],["-0.93517226999999878e2","0.81084426999999948e2"],["-0.93299987999999928e2","0.81079711999999915e2"],["-0.93255844000000025e2","0.81082764000000054e2"],["-0.93163054999999929e2","0.81091934000000094e2"],["-0.93152221999999938e2","0.81094711000000018e2"],["-0.93123321999999916e2","0.81115265000000136e2"],["-0.93095550999999944e2","0.81154160000000104e2"],["-0.93091674999999952e2","0.81159988000000055e2"],["-0.93095839999999953e2","0.81165268000000083e2"],["-0.93121108999999933e2","0.81182754999999929e2"],["-0.93259734999999978e2","0.81212203999999929e2"],["-0.93419448999999929e2","0.81219986000000063e2"],["-0.93514724999999999e2","0.81217758000000117e2"],["-0.93687499999999943e2",81.21026599999999],["-0.93728333000000021e2","0.81207214000000079e2"],["-0.93852218999999934e2","0.81203049000000078e2"],["-0.93928878999999995e2","0.81203873000000044e2"],["-0.94031386999999938e2","0.81208878000000084e2"],["-0.94166397000000018e2","0.81218048000000124e2"],["-0.94200561999999877e2","0.81221100000000035e2"],["-0.94282227000000034e2","0.81231094000000098e2"],["-0.94302489999999977e2","0.81234984999999938e2"],["-0.94381667999999991e2",81.25082400000008],["-0.94388061999999991e2","0.81254990000000134e2"],["-0.94391388000000006e2","0.81261108000000092e2"],["-0.94386123999999938e2","0.81272766000000104e2"],["-0.94370270000000005e2","0.81284714000000008e2"],["-0.94278610000000015e2","0.81341934000000037e2"],["-0.94268616000000009e2","0.81346099999999922e2"],["-0.94240829000000019e2","0.81350814999999955e2"],["-0.94200561999999877e2","0.81355545000000006e2"],["-0.94153884999999946e2","0.81359711000000118e2"],[-94.06806899999998,"0.81363311999999951e2"],["-0.94035278000000005e2","0.81363311999999951e2"],["-0.93789444000000003e2","0.81348038000000088e2"],["-0.93755004999999926e2","0.81344711000000132e2"],["-0.93694442999999922e2","0.81337494000000049e2"],["-0.93665833000000021e2","0.81332763999999997e2"],["-0.93638900999999976e2","0.81327209000000096e2"],["-0.93621933000000013e2","0.81321655000000078e2"],["-0.93611389000000031e2","0.81316376000000105e2"],["-0.93594451999999933e2",81.31053199999991],["-0.93553329000000019e2","0.81305542000000059e2"],["-0.93515288999999996e2",81.31053199999991],["-0.93494994999999903e2","0.81314697000000081e2"],["-0.93483063000000016e2","0.81319716999999969e2"],["-0.93483611999999994e2","0.81325272000000041e2"],["-0.93488051999999982e2","0.81330551000000014e2"],["-0.93533324999999991e2","0.81348602000000028e2"],["-0.93560546999999929e2","0.81367751999999996e2"],["-0.93564712999999927e2","0.81376648000000102e2"],["-0.93550551999999925e2",81.38108799999992],["-0.93517501999999979e2",81.38499500000006],["-0.93340285999999992e2","0.81372208000000057e2"],["-0.93177490000000034e2","0.81358597000000088e2"],[-93.01556399999987,"0.81341370000000097e2"],["-0.92928054999999972e2","0.81330826000000059e2"],["-0.92831680000000006e2","0.81317764000000011e2"],["-0.92727782999999931e2","0.81305542000000059e2"]],[[-91.71833799999996,"0.81549149000000057e2"],["-0.91761672999999973e2","0.81548035000000084e2"],["-0.91801391999999964e2","0.81548599000000024e2"],["-0.91837509000000011e2","0.81551086000000112e2"],["-0.91863616999999977e2","0.81555251999999996e2"],["-0.91951110999999912e2","0.81584152000000017e2"],["-0.91958617999999944e2","0.81588882000000069e2"],["-0.91960555999999997e2","0.81594986000000119e2"],["-0.91956115999999952e2","0.81600815000000125e2"],["-0.91932494999999903e2","0.81605819999999994e2"],["-0.91903884999999946e2","0.81608322000000044e2"],["-0.91868332000000009e2","0.81608597000000088e2"],["-0.91823897999999986e2","0.81606934000000138e2"],["-0.91789444000000003e2","0.81603317000000004e2"],["-0.91724715999999944e2","0.81596100000000092e2"],["-0.91597778000000005e2","0.81580550999999957e2"],["-0.91582229999999925e2","0.81578049000000078e2"],["-0.91619995000000017e2","0.81562484999999981e2"],["-0.91643615999999895e2","0.81557480000000112e2"],["-0.91673614999999984e2","0.81552765000000079e2"],[-91.71833799999996,"0.81549149000000057e2"]],[["-0.78365828999999962e2","0.82883605999999986e2"],["-0.78383330999999998e2","0.82883605999999986e2"],["-0.78419448999999986e2","0.82899155000000064e2"],["-0.78417220999999927e2","0.82935532000000023e2"],["-0.78414718999999934e2","0.82941925000000026e2"],["-0.78405838000000017e2","0.82947754000000032e2"],["-0.78389724999999885e2","0.82953323000000012e2"],["-0.78361663999999962e2","0.82958603000000096e2"],["-0.78323333999999875e2","0.82961929000000112e2"],["-0.78273894999999868e2","0.82963043000000084e2"],["-0.78223617999999988e2","0.82961104999999975e2"],["-0.78145279000000016e2","0.82954712000000029e2"],["-0.78119720000000029e2",82.94859299999996],["-0.78116942999999992e2","0.82942200000000014e2"],["-0.78122498000000007e2","0.82937194999999974e2"],["-0.78150833000000034e2","0.82926925999999924e2"],["-0.78212783999999999e2","0.82911377000000016e2"],["-0.78336394999999982e2","0.82888046000000145e2"],["-0.78365828999999962e2","0.82883605999999986e2"]],[["-0.70111937999999952e2","0.83109421000000111e2"],[-70.00140399999998,83.10775799999999],["-0.69812209999999993e2","0.83112197999999978e2"],[-69.74888599999997,83.11192299999999],["-0.69701675000000023e2","0.83110535000000084e2"],["-0.69665008999999998e2","0.83108322000000101e2"],["-0.69659164000000033e2","0.83103043000000127e2"],["-0.69662215999999944e2","0.83074158000000068e2"],["-0.69664168999999958e2","0.83070830999999941e2"],["-0.69680557000000022e2","0.83064986999999974e2"],["-0.69716109999999958e2","0.83061096000000077e2"],["-0.69757506999999976e2","0.83057755000000043e2"],["-0.69773894999999982e2","0.83051926000000037e2"],["-0.69775283999999942e2","0.83047760000000096e2"],["-0.69744445999999982e2",83.04553199999998],["-0.69671936000000017e2","0.83041091999999935e2"],["-0.69636123999999995e2","0.83039703000000145e2"],["-0.69471389999999985e2","0.83038879000000009e2"],["-0.69451110999999969e2","0.83035812000000078e2"],["-0.69513335999999981e2","0.83019714000000022e2"],["-0.69536117999999988e2","0.83014435000000049e2"],["-0.69565001999999936e2","0.83009995000000004e2"],["-0.69559722999999963e2","0.82994141000000127e2"],["-0.69233062999999959e2","0.83010268999999937e2"],["-0.69156386999999938e2","0.83017487000000131e2"],["-0.69120543999999995e2","0.83021652000000131e2"],["-0.69097777999999948e2",83.026657],[-69.06361400000003,"0.83038040000000024e2"],["-0.69015563999999927e2","0.83040817000000118e2"],["-0.68983063000000016e2","0.83036652000000117e2"],["-0.68975280999999995e2","0.83028320000000122e2"],["-0.68973891999999978e2","0.83015549000000021e2"],["-0.68977218999999991e2","0.83001663000000065e2"],["-0.68902785999999935e2","0.82988312000000064e2"],["-0.68708344000000011e2","0.82978043000000071e2"],["-0.68665008999999941e2","0.82980270000000132e2"],["-0.68630829000000006e2","0.82985259999999982e2"],["-0.68626663000000008e2","0.82986923000000104e2"],["-0.68579726999999991e2","0.82996933000000013e2"],["-0.68550551999999925e2","0.83001663000000065e2"],["-0.68514724999999999e2","0.83005554000000132e2"],[-68.46665999999999,"0.83008040999999992e2"],["-0.68404723999999987e2","0.83008330999999998e2"],["-0.68358046999999885e2","0.83006103999999937e2"],["-0.68316101000000003e2","0.83003326000000129e2"],["-0.68190826000000015e2","0.82994705000000067e2"],["-0.68154175000000009e2","0.82991088999999988e2"],["-0.68142226999999934e2","0.82983597000000032e2"],["-0.68155272999999966e2","0.82972487999999998e2"],["-0.68177779999999984e2","0.82959991000000002e2"],["-0.68188599000000011e2","0.82946091000000081e2"],["-0.68176391999999964e2","0.82938873000000058e2"],["-0.68145554000000004e2","0.82934981999999991e2"],[-68.09973100000002,"0.82933594000000085e2"],[-68.06806899999998,"0.82935257000000036e2"],["-0.68054169000000002e2","0.82938873000000058e2"],["-0.67881667999999934e2","0.82958878000000084e2"],["-0.67666945999999996e2","0.82969711000000075e2"],[-67.61082499999992,82.96887200000009],["-0.67544158999999979e2","0.82962203999999929e2"],[-67.50140399999998,"0.82957214000000079e2"],["-0.67499999999999943e2","0.82957016000000067e2"],["-0.67476104999999961e2","0.82953598000000056e2"],["-0.67410003999999958e2","0.82946640000000059e2"],["-0.67327788999999939e2","0.82940811000000053e2"],["-0.67241669000000002e2","0.82936919999999986e2"],["-0.67196655000000021e2",82.93609600000002],["-0.67136123999999938e2","0.82936646000000053e2"],["-0.67116942999999992e2","0.82941086000000041e2"],["-0.67122771999999998e2","0.82949142000000109e2"],["-0.67121658000000025e2","0.82955261000000121e2"],["-0.67113327000000027e2","0.82959427000000062e2"],["-0.67092223999999931e2","0.82961104999999975e2"],["-0.67041107000000011e2","0.82959717000000069e2"],["-0.66964721999999995e2","0.82954163000000051e2"],["-0.66939986999999917e2","0.82950546000000088e2"],["-0.66938323999999909e2","0.82947754000000032e2"],["-0.66818893000000003e2","0.82935257000000036e2"],["-0.66653060999999866e2","0.82936371000000008e2"],["-0.66330001999999922e2","0.82933868000000018e2"],["-0.66301391999999964e2",82.93193100000002],["-0.66299437999999952e2",82.92942800000003],["-0.66347503999999958e2","0.82898041000000092e2"],["-0.66369155999999919e2","0.82888321000000019e2"],[-66.81138599999997,"0.82815262000000018e2"],["-0.66841110000000015e2","0.82810806000000071e2"],["-0.66876663000000008e2","0.82807205000000067e2"],["-0.66959732000000031e2","0.82800812000000064e2"],["-0.67138335999999981e2",82.78387500000008],[-67.31527699999998,"0.82764709000000039e2"],["-0.67386123999999995e2","0.82757767000000115e2"],[-67.45777899999996,"0.82752212999999927e2"],["-0.67499999999999943e2","0.82749611000000129e2"],["-0.67597778000000005e2","0.82743590999999924e2"],["-0.67644729999999925e2","0.82741652999999985e2"],["-0.67799164000000019e2","0.82731658999999979e2"],["-0.67914168999999958e2","0.82719986000000119e2"],["-0.68041381999999999e2","0.82703873000000101e2"],["-0.68081679999999949e2","0.82700821000000019e2"],["-0.68134170999999981e2","0.82698593000000017e2"],["-0.68234726000000023e2","0.82696640000000116e2"],["-0.68276108000000022e2",82.69470199999995],["-0.68356658999999979e2","0.82688034000000016e2"],["-0.68424437999999896e2","0.82679703000000075e2"],["-0.68633621000000005e2","0.82648605000000089e2"],["-0.68655838000000017e2","0.82643600000000049e2"],["-0.68672225999999966e2","0.82637772000000098e2"],["-0.68667220999999984e2","0.82632477000000051e2"],["-0.68642501999999979e2","0.82628585999999984e2"],["-0.68573623999999938e2","0.82628860000000088e2"],["-0.68465011999999945e2","0.82639435000000049e2"],["-0.68424437999999896e2","0.82641937000000098e2"],["-0.68325835999999981e2","0.82645537999999988e2"],["-0.67934998000000007e2","0.82658324999999991e2"],["-0.67812774999999988e2","0.82659149000000127e2"],["-0.67606658999999922e2","0.82655548000000067e2"],["-0.67518065999999862e2",82.65109300000006],[-67.47084000000001,"0.82652205999999978e2"],["-0.67430557000000022e2","0.82655548000000067e2"],["-0.67381942999999978e2",82.66276600000009],["-0.67328063999999983e2","0.82677199999999914e2"],["-0.67275283999999999e2",82.68609600000002],["-0.67245834000000002e2","0.82689697000000081e2"],["-0.67210830999999928e2","0.82693587999999977e2"],["-0.66997771999999998e2","0.82712203999999986e2"],["-0.66900283999999999e2","0.82719437000000028e2"],["-0.66670837000000006e2","0.82740265000000079e2"],["-0.66657227000000034e2","0.82744430999999963e2"],["-0.66638335999999981e2","0.82748871000000008e2"],["-0.66122771999999998e2","0.82813034000000073e2"],["-0.66086670000000026e2","0.82816665999999998e2"],["-0.65810271999999941e2","0.82840820000000122e2"],["-0.65767776000000026e2","0.82843048000000067e2"],["-0.65724166999999909e2","0.82843597000000045e2"],["-0.65546660999999915e2","0.82838043000000027e2"],["-0.65467772999999852e2","0.82833327999999995e2"],["-0.65454726999999991e2","0.82829162999999994e2"],["-0.65481673999999998e2","0.82816665999999998e2"],["-0.65495834000000002e2",82.8119200000001],["-0.65527221999999938e2","0.82797484999999938e2"],["-0.65518065999999976e2","0.82789978000000019e2"],["-0.65511123999999995e2","0.82786652000000004e2"],["-0.65458617999999888e2","0.82779433999999981e2"],["-0.65430832000000009e2","0.82777481000000023e2"],["-0.65197494999999947e2","0.82764160000000061e2"],["-0.65164444000000003e2","0.82763046000000088e2"],["-0.65154723999999987e2","0.82765274000000034e2"],["-0.65167496000000028e2","0.82769989000000066e2"],["-0.65259170999999924e2","0.82781662000000097e2"],["-0.65327498999999989e2","0.82789154000000053e2"],["-0.65339721999999938e2","0.82791930999999977e2"],["-0.65353057999999976e2","0.82797211000000004e2"],[-65.34445199999999,"0.82801926000000037e2"],["-0.65221938999999963e2","0.82832764000000054e2"],["-0.65102782999999931e2","0.82848037999999974e2"],["-0.65110001000000011e2","0.82852767999999969e2"],["-0.65128052000000025e2","0.82856094000000041e2"],["-0.65172775000000001e2","0.82858321999999987e2"],["-0.65272781000000009e2","0.82861099000000081e2"],[-65.30749499999996,82.86554000000001],["-0.65289168999999958e2","0.82873306000000014e2"],["-0.65258057000000008e2","0.82877472000000125e2"],["-0.65104720999999984e2","0.82891663000000108e2"],["-0.64982223999999974e2","0.82901093000000003e2"],["-0.64884734999999921e2","0.82905823000000055e2"],[-64.83555599999994,"0.82906937000000028e2"],["-0.64729720999999927e2","0.82904160000000104e2"],[-64.68472300000002,"0.82901657000000114e2"],["-0.64655562999999972e2","0.82896942000000081e2"],["-0.64664168999999902e2",82.89027399999992],["-0.64678604000000007e2","0.82884720000000129e2"],["-0.64713897999999915e2","0.82876372999999944e2"],["-0.64751953000000015e2","0.82875259000000142e2"],["-0.64790558000000033e2","0.82875809000000004e2"],["-0.64829726999999934e2","0.82877762000000132e2"],["-0.64890288999999939e2","0.82878036000000066e2"],["-0.64922501000000011e2","0.82876372999999944e2"],["-0.64936934999999949e2","0.82871368000000075e2"],["-0.64923614999999984e2","0.82864699999999914e2"],["-0.64883895999999993e2","0.82861649000000114e2"],["-0.64839995999999985e2","0.82861923000000047e2"],["-0.64746384000000035e2","0.82860535000000141e2"],["-0.64723052999999993e2","0.82856369000000029e2"],["-0.64710555999999997e2","0.82852478000000133e2"],["-0.64713897999999915e2","0.82846375000000023e2"],["-0.64722777999999948e2","0.82840820000000122e2"],["-0.64742217999999923e2","0.82834427000000005e2"],["-0.64750838999999928e2","0.82828323000000125e2"],["-0.64737777999999992e2","0.82822220000000016e2"],["-0.64706954999999994e2","0.82813034000000073e2"],[-64.64805599999994,"0.82799713000000111e2"],["-0.64478607000000011e2","0.82764435000000105e2"],["-0.64445266999999944e2","0.82761932000000115e2"],["-0.64418059999999912e2","0.82761382999999967e2"],["-0.64412780999999939e2","0.82762206999999933e2"],["-0.64398055999999997e2","0.82766936999999984e2"],["-0.64328888000000006e2","0.82787201000000096e2"],[-64.18638599999997,"0.82819153000000085e2"],["-0.64139998999999989e2","0.82828049000000021e2"],["-0.64103058000000033e2","0.82831665000000044e2"],["-0.64059722999999963e2","0.82833327999999995e2"],["-0.63972770999999966e2","0.82834991000000116e2"],["-0.63672775000000001e2","0.82834717000000012e2"],["-0.63623610999999926e2","0.82833603000000039e2"],["-0.63529723999999987e2","0.82828323000000125e2"],["-0.63490836999999942e2","0.82825272000000098e2"],[-63.43472300000002,"0.82816665999999998e2"],["-0.63389167999999927e2","0.82804977000000065e2"],["-0.63382499999999993e2","0.82798325000000034e2"],["-0.63382216999999912e2","0.82767761000000121e2"],["-0.63397223999999994e2","0.82761382999999967e2"],["-0.63479163999999855e2","0.82739425999999924e2"],["-0.63510284000000013e2","0.82732483000000116e2"],["-0.63525832999999977e2","0.82730545000000006e2"],["-0.63590836000000024e2","0.82733047000000056e2"],["-0.63666106999999954e2","0.82731368999999972e2"],["-0.63819449999999961e2","0.82721374999999966e2"],["-0.63834998999999982e2","0.82719147000000021e2"],["-0.63850280999999995e2","0.82715820000000065e2"],["-0.63764450000000011e2","0.82715271000000087e2"],[-63.67888599999992,"0.82717758000000003e2"],[-63.65166499999998,"0.82714996000000099e2"],["-0.63540001000000018e2","0.82694427000000132e2"],["-0.63502040999999906e2","0.82682762000000082e2"],["-0.63422226000000023e2","0.82665543000000014e2"],["-0.63286948999999993e2","0.82654434000000094e2"],["-0.63254447999999968e2","0.82650269000000094e2"],["-0.63232215999999994e2",82.64498900000001],["-0.63226105000000018e2","0.82640273999999977e2"],["-0.63235557999999855e2","0.82633330999999998e2"],["-0.63255835999999988e2","0.82627197000000137e2"],["-0.63287223999999981e2","0.82624985000000095e2"],["-0.63339721999999995e2","0.82623596000000077e2"],["-0.63376388999999961e2","0.82619980000000055e2"],["-0.63380829000000006e2","0.82615265000000022e2"],["-0.63369445999999982e2",82.61053499999997],["-0.63347495999999978e2","0.82604980000000069e2"],["-0.63315001999999936e2","0.82601089000000002e2"],["-0.63272223999999937e2","0.82598602000000142e2"],["-0.63229720999999984e2","0.82597214000000008e2"],[-63.11361699999992,"0.82597487999999942e2"],["-0.63071113999999966e2",82.59637500000008],["-0.63033614999999941e2","0.82594436999999971e2"],[-62.99639099999996,82.59027100000003],[-62.96416499999998,"0.82585541000000035e2"],["-0.62942496999999946e2",82.5816650000001],["-0.62926108999999997e2","0.82576096000000121e2"],["-0.62930557000000022e2",82.56999200000007],["-0.62960555999999997e2","0.82557754999999929e2"],["-0.63059440999999936e2","0.82511932000000002e2"],[-63.08943899999997,"0.82466385000000116e2"],["-0.63119994999999903e2","0.82463608000000022e2"],["-0.63243889000000024e2","0.82457764000000054e2"],["-0.63285004000000015e2","0.82454987000000131e2"],["-0.63346106999999904e2","0.82449142000000052e2"],["-0.63366111999999987e2","0.82444977000000051e2"],["-0.63369995000000017e2","0.82438873000000001e2"],["-0.63328613000000018e2","0.82437759000000028e2"],["-0.63277221999999938e2","0.82439148000000046e2"],["-0.63148887999999999e2","0.82446929999999952e2"],["-0.63071670999999981e2","0.82451935000000049e2"],["-0.63015838999999971e2","0.82459716999999955e2"],["-0.62990836999999885e2","0.82467209000000082e2"],["-0.62920836999999949e2","0.82491089000000102e2"],["-0.62823616000000015e2","0.82504440000000045e2"],["-0.62678336999999999e2","0.82516098000000056e2"],["-0.62553328999999962e2","0.82524428999999998e2"],["-0.62506667999999877e2","0.82526657000000114e2"],["-0.62286948999999993e2","0.82528046000000131e2"],[-62.24500299999994,"0.82528046000000131e2"],["-0.62171669000000009e2","0.82525542999999971e2"],["-0.62171386999999982e2","0.82521378000000141e2"],["-0.62322776999999974e2","0.82511108000000036e2"],["-0.62333060999999987e2","0.82504166000000112e2"],["-0.62353057999999976e2","0.82486374000000069e2"],["-0.62352782999999931e2","0.82481093999999985e2"],["-0.62300835000000006e2","0.82482483000000002e2"],["-0.62264449999999954e2","0.82485809000000017e2"],[-62.21566799999988,"0.82491928000000087e2"],["-0.62212497999999869e2","0.82495766000000003e2"],["-0.62098052999999936e2","0.82502212999999983e2"],["-0.61884170999999981e2","0.82492752000000053e2"],["-0.61691665999999998e2",82.48803700000002],["-0.61582503999999972e2","0.82482483000000002e2"],["-0.61530829999999867e2","0.82478317000000118e2"],[-61.5,"0.82474152000000117e2"],["-0.61448607999999979e2","0.82464431999999988e2"],["-0.61326110999999969e2","0.82439697000000137e2"],[-61.28556100000003,"0.82430267000000072e2"],["-0.61170279999999877e2","0.82395264000000111e2"],["-0.61141113000000018e2","0.82383041000000048e2"],["-0.61131385999999907e2","0.82377472000000068e2"],[-61.11222099999992,"0.82363876000000062e2"],["-0.61098609999999951e2","0.82350266000000033e2"],["-0.61076392999999996e2","0.82320831000000112e2"],["-0.61078613000000018e2","0.82301086000000112e2"],["-0.61084723999999994e2","0.82293593999999985e2"],["-0.61107779999999934e2","0.82267761000000064e2"],["-0.61130359999999996e2","0.82252937000000088e2"],["-0.61135558999999944e2","0.82247482000000105e2"],[-61.15694400000001,"0.82235259999999982e2"],["-0.61193328999999949e2","0.82223602000000085e2"],["-0.61281112999999948e2","0.82202774000000034e2"],["-0.61306389000000024e2","0.82197205000000054e2"],["-0.61388054000000011e2",82.18331900000004],[-61.43332700000002,"0.82176376000000062e2"],["-0.61463614999999891e2","0.82172484999999995e2"],["-0.61534171999999899e2","0.82165543000000071e2"],["-0.61599441999999954e2","0.82160812000000135e2"],["-0.61804442999999992e2","0.82146652000000074e2"],[-61.86999499999996,"0.82106644000000017e2"],["-0.61885001999999986e2","0.82100539999999967e2"],["-0.62077781999999956e2","0.82053588999999988e2"],["-0.62126944999999978e2","0.82043869000000086e2"],[-62.25417299999998,"0.82019989000000066e2"],["-0.62278885000000002e2","0.82015822999999955e2"],["-0.62313056999999958e2",82.01249700000011],["-0.62356948999999929e2","0.82010268999999994e2"],["-0.62513618000000008e2","0.82004715000000147e2"],["-0.62570281999999963e2","0.81976089000000059e2"],["-0.62944999999999993e2","0.81922211000000118e2"],["-0.63040557999999976e2","0.81909714000000122e2"],["-0.63292502999999897e2","0.81877761999999962e2"],["-0.63387221999999952e2","0.81867752000000053e2"],["-0.63656104999999968e2","0.81837494000000106e2"],["-0.63715003999999965e2","0.81820831000000055e2"],["-0.63761116000000015e2","0.81811645999999996e2"],["-0.63817223000000013e2","0.81804703000000018e2"],["-0.63849723999999924e2","0.81801086000000055e2"],["-0.63925003000000004e2","0.81795258000000103e2"],["-0.63962775999999963e2","0.81792480000000126e2"],["-0.64010009999999966e2","0.81790268000000083e2"],["-0.64053054999999915e2","0.81789978000000019e2"],["-0.64086945000000014e2","0.81791930999999977e2"],["-0.64111663999999962e2","0.81794983000000116e2"],["-0.64131667999999991e2",81.799149],["-0.64142226999999934e2","0.81803040000000067e2"],["-0.64177779999999984e2","0.81810532000000023e2"],["-0.64207503999999972e2",81.81442300000009],["-0.64271666999999923e2","0.81821655000000021e2"],["-0.64301392000000021e2","0.81824157999999954e2"],["-0.64325287000000003e2","0.81824707000000103e2"],["-0.64323623999999995e2","0.81819153000000085e2"],["-0.64308043999999995e2","0.81814697000000024e2"],["-0.64253066999999987e2","0.81806091000000094e2"],["-0.64232772999999952e2","0.81800537000000077e2"],[-64.12388599999997,"0.81768326000000002e2"],["-0.64118057000000022e2","0.81764435000000105e2"],["-0.64134734999999921e2","0.81754715000000033e2"],["-0.64207779000000016e2",81.74192800000003],["-0.64355269999999962e2","0.81726379000000122e2"],["-0.64472503999999958e2","0.81721374999999966e2"],["-0.64629439999999931e2","0.81722488000000055e2"],["-0.64720001000000025e2","0.81723877000000073e2"],["-0.64767776000000026e2","0.81725815000000011e2"],["-0.64801665999999955e2","0.81728317000000061e2"],["-0.64812209999999993e2","0.81730820000000051e2"],["-0.64833892999999932e2","0.81738876000000118e2"],["-0.64839721999999938e2","0.81742203000000075e2"],["-0.64885559000000001e2","0.81750823999999966e2"],["-0.64910004000000015e2","0.81752777000000094e2"],["-0.64962218999999948e2","0.81752212999999983e2"],[-65.21665999999999,81.74552900000009],["-0.65337508999999955e2","0.81737761999999975e2"],["-0.65409728999999913e2","0.81728317000000061e2"],["-0.65631377999999927e2",81.70248400000014],["-0.65668334999999956e2","0.81700821000000019e2"],["-0.65725554999999929e2","0.81701660000000004e2"],["-0.65773330999999985e2","0.81702773999999977e2"],["-0.65924437999999952e2",81.70138500000013],["-0.66012221999999952e2","0.81696930000000123e2"],["-0.66038605000000018e2","0.81692474000000004e2"],["-0.66042220999999984e2","0.81690536000000066e2"],["-0.66030288999999925e2","0.81684982000000105e2"],["-0.65991378999999995e2","0.81682755000000043e2"],["-0.65821944999999971e2","0.81684417999999937e2"],["-0.65612503000000004e2","0.81680817000000104e2"],["-0.65487777999999935e2","0.81687485000000038e2"],["-0.65404175000000009e2",81.69081100000011],["-0.65352492999999868e2","0.81691925000000083e2"],["-0.65336670000000026e2","0.81688034000000016e2"],["-0.65370833999999945e2","0.81678863999999976e2"],["-0.65402221999999995e2","0.81674423000000047e2"],["-0.65523620999999991e2","0.81659714000000008e2"],["-0.65618056999999908e2","0.81648605000000089e2"],["-0.65789443999999946e2","0.81632202000000063e2"],["-0.65871657999999911e2","0.81627197000000024e2"],["-0.65910278000000005e2","0.81629699999999957e2"],["-0.65926391999999964e2","0.81634154999999964e2"],[-65.92721599999993,"0.81635543999999982e2"],["-0.65924437999999952e2","0.81639708999999982e2"],[-65.92721599999993,"0.81645827999999995e2"],["-0.65943328999999892e2","0.81650543000000027e2"],["-0.65982223999999917e2",81.65277100000003],["-0.66024718999999948e2","0.81653046000000018e2"],["-0.66042770000000019e2",81.651657],["-0.66064712999999983e2","0.81647765999999933e2"],["-0.66085555999999997e2","0.81642761000000064e2"],["-0.66101943999999946e2","0.81637207000000103e2"],["-0.66140838999999971e2","0.81620529000000033e2"],["-0.66172501000000011e2","0.81618042000000116e2"],["-0.66218886999999938e2","0.81616928000000144e2"],["-0.66355270000000019e2","0.81617477000000122e2"],["-0.66393889999999942e2","0.81619705000000067e2"],["-0.66439712999999983e2",81.62692300000009],["-0.66478333000000021e2","0.81628585999999984e2"],["-0.66575561999999934e2","0.81626082999999994e2"],["-0.66727492999999924e2",81.6202550000001],["-0.66804992999999854e2",81.615814],["-0.66896392999999932e2","0.81611923000000104e2"],[-67.15695199999999,"0.81608032000000037e2"],["-0.67509170999999924e2",81.60054000000008],[-67.55972300000002,"0.81599152000000004e2"],["-0.67766662999999994e2","0.81593047999999953e2"],["-0.67792770000000019e2","0.81589706000000035e2"],["-0.68111389000000031e2",81.56303400000013],["-0.68156661999999983e2",81.56109600000002],["-0.68231383999999991e2","0.81561371000000008e2"],["-0.68274718999999948e2","0.81562759000000085e2"],["-0.68309433000000013e2","0.81565536000000009e2"],["-0.68330565999999919e2",81.56860400000005],["-0.68352492999999981e2","0.81573044000000039e2"],["-0.68410277999999892e2","0.81588043000000084e2"],["-0.68459731999999974e2","0.81597487999999998e2"],["-0.68661391999999978e2","0.81633330999999998e2"],["-0.68715285999999992e2","0.81642211999999972e2"],["-0.68976944000000003e2","0.81684417999999937e2"],["-0.69058883999999921e2","0.81697479000000101e2"],["-0.69139998999999989e2",81.70887799999997],["-0.69176392000000021e2","0.81712494000000049e2"],["-0.69247222999999963e2",81.71748400000007],["-0.69291381999999999e2","0.81718871999999976e2"],["-0.69299438000000009e2","0.81717209000000082e2"],["-0.69306655999999975e2","0.81714431999999988e2"],["-0.69291381999999999e2","0.81707763999999997e2"],["-0.69268065999999976e2",81.70248400000014],["-0.69214172000000019e2","0.81695251000000098e2"],["-0.69123610999999983e2","0.81683868000000132e2"],["-0.69005279999999914e2","0.81667480000000069e2"],["-0.68902221999999995e2","0.81651382000000012e2"],["-0.68624709999999993e2","0.81604430999999977e2"],["-0.68449158000000011e2","0.81570831000000055e2"],["-0.68370833999999888e2","0.81553589000000045e2"],["-0.68357772999999952e2","0.81548325000000091e2"],["-0.68352492999999981e2","0.81541656000000046e2"],[-68.37332200000003,"0.81537766000000033e2"],["-0.68407500999999968e2","0.81533874999999966e2"],["-0.68504455999999948e2","0.81532211000000132e2"],["-0.68551391999999964e2","0.81532760999999994e2"],["-0.68637512000000015e2","0.81535538000000088e2"],["-0.68715285999999992e2","0.81539703000000088e2"],["-0.68810821999999916e2","0.81548599000000024e2"],["-0.68848891999999978e2","0.81549149000000057e2"],["-0.68856948999999986e2","0.81547760000000039e2"],["-0.68851944000000003e2","0.81541656000000046e2"],["-0.68839172000000019e2","0.81536925999999994e2"],["-0.68813048999999978e2","0.81533325000000104e2"],["-0.68777495999999928e2","0.81529709000000082e2"],["-0.68579452999999887e2","0.81514434999999992e2"],["-0.68536666999999966e2","0.81513321000000019e2"],["-0.68446654999999964e2","0.81517487000000074e2"],["-0.68376098999999954e2","0.81522766000000047e2"],["-0.68285827999999924e2","0.81526931999999988e2"],[-68.091949,"0.81529160000000104e2"],["-0.68051101999999958e2",81.53054800000001],["-0.68011123999999938e2",81.533051],["-0.67910003999999958e2","0.81542206000000078e2"],["-0.67819732999999871e2","0.81546936000000073e2"],["-0.67724716000000001e2","0.81551086000000112e2"],["-0.67383651999999984e2",81.56088299999999],["-0.67182495000000017e2","0.81564697000000081e2"],["-0.67150283999999942e2","0.81564987000000087e2"],["-0.67107773000000009e2","0.81564987000000087e2"],["-0.67064712999999983e2","0.81562759000000085e2"],["-0.66859726000000023e2","0.81546646000000067e2"],["-0.66791381999999885e2","0.81540817000000061e2"],["-0.66766112999999962e2","0.81537491000000045e2"],["-0.66629990000000021e2","0.81518051000000014e2"],["-0.66608611999999994e2","0.81512772000000041e2"],[-66.62388599999997,"0.81506378000000041e2"],["-0.66741104000000007e2","0.81491928000000087e2"],["-0.66887787000000003e2","0.81480545000000063e2"],["-0.66962783999999942e2","0.81474991000000102e2"],["-0.67043334999999956e2","0.81469711000000018e2"],["-0.67248336999999992e2",81.44999700000011],["-0.67457503999999972e2","0.81423035000000027e2"],["-0.67753890999999896e2","0.81391663000000051e2"],["-0.67818344000000025e2","0.81385268999999994e2"],["-0.67994719999999973e2","0.81368042000000003e2"],["-0.68244720000000029e2",81.33998100000008],["-0.68355835000000013e2",81.32388300000008],["-0.68429169000000002e2",81.31164600000011],["-0.68486938000000009e2","0.81303863999999976e2"],["-0.68618057000000022e2","0.81290543000000014e2"],["-0.68796951000000035e2","0.81275269000000094e2"],["-0.69028609999999958e2","0.81258606000000043e2"],["-0.69319457999999997e2","0.81260268999999937e2"],[-69.34056099999998,"0.81263885000000016e2"],["-0.69357773000000009e2","0.81268326000000116e2"],["-0.69362777999999992e2","0.81268875000000037e2"],["-0.69391388000000006e2","0.81270537999999988e2"],["-0.69426940999999943e2",81.26998900000001],["-0.69455565999999976e2","0.81265823000000125e2"],["-0.69468886999999995e2","0.81259995000000004e2"],[-69.46305799999999,"0.81253326000000129e2"],["-0.69436934999999949e2","0.81249145999999939e2"],["-0.69366652999999985e2","0.81246368000000132e2"],["-0.69319457999999997e2","0.81243591000000038e2"],["-0.69312209999999993e2","0.81240540000000067e2"],["-0.69323897999999929e2","0.81238037000000077e2"],["-0.69541671999999949e2","0.81212493999999936e2"],["-0.69911941999999954e2","0.81182480000000112e2"],["-0.69999434999999949e2","0.81179977000000122e2"],["-0.70158339999999953e2","0.81181366000000139e2"],["-0.70206389999999942e2","0.81179703000000018e2"],["-0.70210007000000019e2","0.81173874000000012e2"],["-0.70126098999999954e2","0.81165543000000127e2"],["-0.70050551999999982e2","0.81161652000000061e2"],["-0.69960281000000009e2","0.81160538000000088e2"],["-0.69907227000000034e2","0.81161652000000061e2"],["-0.69864440999999999e2",81.16415400000011],["-0.69760009999999966e2","0.81173035000000027e2"],["-0.69638061999999991e2","0.81177475000000072e2"],["-0.69647506999999962e2","0.81172484999999995e2"],["-0.69831954999999994e2","0.81137206999999989e2"],["-0.69887786999999946e2","0.81129150000000038e2"],["-0.69953063999999983e2","0.81122208000000114e2"],["-0.69976943999999946e2","0.81118866000000025e2"],["-0.70013061999999934e2","0.81109146000000123e2"],["-0.70025283999999999e2","0.81102767999999969e2"],["-0.70023330999999985e2","0.81100815000000011e2"],["-0.69995269999999948e2","0.81099426000000051e2"],["-0.69955565999999976e2","0.81099426000000051e2"],["-0.69922225999999966e2","0.81102203000000145e2"],["-0.69832229999999981e2","0.81111649000000114e2"],["-0.69632492000000013e2","0.81139160000000118e2"],["-0.69609726000000023e2",81.14387499999998],["-0.69591675000000009e2",81.14888000000002],["-0.69541671999999949e2","0.81164428999999927e2"],["-0.69528335999999911e2","0.81169434000000024e2"],["-0.69463333000000034e2","0.81183044000000052e2"],["-0.69430556999999965e2","0.81187194999999974e2"],["-0.69359436000000017e2","0.81193313999999987e2"],["-0.68876099000000011e2","0.81231094000000098e2"],["-0.68760833999999932e2","0.81239426000000037e2"],[-68.37388599999997,"0.81266662999999994e2"],["-0.68246947999999975e2","0.81272766000000104e2"],["-0.68116652999999928e2","0.81280273000000079e2"],["-0.68052779999999984e2","0.81286102000000085e2"],["-0.67887221999999952e2",81.30304000000001],["-0.67823623999999938e2","0.81310257000000092e2"],["-0.67791107000000011e2","0.81315536000000066e2"],["-0.67690826000000015e2","0.81329437000000041e2"],["-0.67593062999999972e2","0.81340271000000087e2"],["-0.67356658999999979e2","0.81363601999999958e2"],[-67.24749799999995,"0.81371918000000051e2"],["-0.67124160999999901e2","0.81379700000000014e2"],["-0.66990554999999915e2","0.81385544000000039e2"],["-0.66621383999999978e2","0.81413879000000065e2"],["-0.66365828999999962e2","0.81434708000000001e2"],["-0.66290282999999988e2","0.81440262000000018e2"],[-66.16972399999986,"0.81447754000000145e2"],["-0.66134170999999924e2","0.81450821000000076e2"],["-0.66050827000000027e2","0.81459152000000131e2"],["-0.65985549999999989e2","0.81468048000000067e2"],["-0.65831679999999949e2","0.81484711000000004e2"],["-0.65724715999999944e2","0.81493866000000025e2"],["-0.65643616000000009e2","0.81498871000000065e2"],["-0.65557495000000017e2","0.81503052000000139e2"],["-0.65466400000000021e2","0.81506378000000041e2"],["-0.65252791999999943e2","0.81517212000000086e2"],["-0.65002791999999999e2","0.81530823000000055e2"],["-0.64612503000000004e2","0.81544982999999945e2"],["-0.64566390999999953e2","0.81545532000000094e2"],["-0.64537780999999995e2","0.81543593999999985e2"],["-0.64528060999999923e2","0.81541656000000046e2"],["-0.64517501999999979e2","0.81537491000000045e2"],["-0.64444152999999972e2","0.81490814000000114e2"],["-0.64436385999999914e2","0.81479431000000091e2"],["-0.64451110999999969e2","0.81466934000000094e2"],["-0.64491942999999992e2","0.81448868000000118e2"],["-0.64508620999999948e2","0.81441924999999969e2"],["-0.64520844000000011e2",81.4369200000001],["-0.64554169000000002e2","0.81425812000000064e2"],["-0.64616652999999928e2","0.81404984000000013e2"],["-0.64658889999999985e2","0.81393050999999957e2"],["-0.64735274999999945e2","0.81374146000000053e2"],["-0.64808608999999933e2","0.81360535000000084e2"],["-0.64855835000000013e2","0.81352768000000083e2"],[-64.99499499999996,"0.81333328000000108e2"],["-0.65060271999999998e2","0.81326096000000007e2"],["-0.65168059999999969e2","0.81309982000000048e2"],["-0.65286391999999978e2","0.81287201000000039e2"],["-0.65323623999999995e2","0.81278046000000018e2"],["-0.65441375999999934e2","0.81256378000000041e2"],["-0.65493057000000022e2","0.81250549000000035e2"],["-0.65527785999999992e2","0.81247481999999934e2"],["-0.65571670999999981e2","0.81244980000000055e2"],["-0.65747771999999998e2","0.81235809000000131e2"],["-0.65941101000000003e2","0.81226379000000065e2"],["-0.65980559999999912e2",81.22387700000013],["-0.66010284000000013e2","0.81220261000000107e2"],["-0.66199721999999895e2","0.81183868000000018e2"],["-0.66244445999999868e2",81.17442299999999],["-0.66264449999999954e2","0.81169434000000024e2"],["-0.66418335000000013e2","0.81128860000000032e2"],["-0.66438048999999978e2",81.12359600000002],["-0.66482772999999952e2","0.81106934000000081e2"],[-66.50418099999996,"0.81095534999999984e2"],["-0.66509445000000028e2",81.08859300000006],["-0.66529723999999987e2","0.81076096000000064e2"],["-0.66544723999999974e2","0.81070540999999992e2"],["-0.66603333000000021e2",81.05525200000011],["-0.66685821999999973e2","0.81035812000000135e2"],["-0.66753341999999975e2","0.81021927000000005e2"],["-0.66921111999999994e2","0.80991089000000045e2"],["-0.67164443999999946e2","0.80948593000000017e2"],["-0.67208618000000001e2","0.80941925000000026e2"],["-0.67279175000000009e2",80.93553200000008],["-0.67309158000000025e2","0.80934418000000107e2"],["-0.67349441999999954e2","0.80936371000000065e2"],["-0.67440825999999959e2","0.80936646000000053e2"],["-0.67562209999999993e2",80.93553200000008],["-0.67591384999999946e2","0.80933044000000109e2"],["-0.67606658999999922e2","0.80929977000000008e2"],["-0.67603607000000011e2",80.92442299999999],["-0.67588333000000034e2","0.80913878999999952e2"],["-0.67567779999999971e2","0.80908599999999979e2"],["-0.67543335000000013e2",80.90415999999999],[-67.53083799999996,"0.80897491000000116e2"],["-0.67539992999999981e2","0.80891098000000113e2"],["-0.67583618000000001e2","0.80876648000000046e2"],["-0.67634445000000028e2","0.80860809000000074e2"],["-0.67653609999999958e2","0.80856369000000086e2"],["-0.67863891999999964e2","0.80834152000000017e2"],["-0.67910278000000005e2",80.8119200000001],["-0.67965835999999911e2","0.80797484999999995e2"],["-0.68011397999999986e2","0.80788315000000125e2"],["-0.68065552000000025e2","0.80779160000000104e2"],["-0.68089447000000007e2","0.80776093000000003e2"],["-0.68138335999999981e2","0.80772491000000002e2"],["-0.68202788999999939e2","0.80765823000000069e2"],["-0.68225280999999939e2","0.80761383000000023e2"],["-0.68672500999999897e2",80.66693099999992],["-0.68738891999999908e2","0.80647217000000012e2"],["-0.68814712999999983e2","0.80628586000000041e2"],["-0.68952498999999875e2","0.80603043000000071e2"],["-0.69146666999999923e2","0.80529709000000082e2"],["-0.69171111999999994e2","0.80517487000000131e2"],["-0.69273055999999997e2","0.80463882000000012e2"],["-0.69289168999999958e2","0.80451660000000061e2"],["-0.69291381999999999e2","0.80444138000000123e2"],["-0.69290558000000033e2","0.80437194999999917e2"],["-0.69297774999999945e2","0.80424698000000149e2"],["-0.69305557000000022e2","0.80418319999999994e2"],["-0.69317504999999983e2","0.80412490999999989e2"],["-0.69333892999999932e2","0.80406647000000135e2"],["-0.69384734999999921e2","0.80391937000000041e2"],["-0.69427489999999977e2","0.80382751000000042e2"],["-0.69479720999999984e2",80.37553400000013],["-0.69551102000000014e2","0.80366379000000109e2"],["-0.69596389999999872e2","0.80361099000000024e2"],["-0.69729720999999927e2","0.80352767999999969e2"],["-0.69982772999999895e2","0.80344986000000006e2"],["-0.70072783999999956e2","0.80344437000000028e2"],["-0.70218886999999938e2","0.80346374999999966e2"],["-0.70284438999999907e2","0.80351089000000115e2"],["-0.70305266999999958e2","0.80356093999999985e2"],["-0.70310821999999973e2","0.80363037000000134e2"],["-0.70285827999999981e2","0.80372482000000048e2"],["-0.70256393000000003e2","0.80381362999999965e2"],["-0.70244155999999919e2","0.80386658000000011e2"],["-0.70227782999999988e2","0.80401382000000069e2"],["-0.70220001000000025e2","0.80416930999999977e2"],["-0.70235000999999897e2","0.80429703000000018e2"],["-0.70275283999999942e2",80.44802900000002],["-0.70314163000000008e2","0.80464432000000045e2"],["-0.70499434999999949e2","0.80513884999999959e2"],["-0.70539992999999924e2","0.80521927000000119e2"],[-70.68110699999994,"0.80548035000000084e2"],["-0.70706116000000009e2","0.80552475000000129e2"],["-0.70754729999999995e2","0.80559418000000107e2"],["-0.70783065999999963e2",80.56303400000013],["-0.70812499999999886e2","0.80562759000000142e2"],["-0.70825286999999889e2","0.80558593999999971e2"],["-0.70827498999999932e2","0.80551376000000118e2"],["-0.70813048999999921e2","0.80544983000000002e2"],["-0.70796111999999994e2","0.80540543000000127e2"],["-0.70765288999999996e2","0.80534424000000115e2"],["-0.70741668999999945e2","0.80531372000000033e2"],["-0.70670837000000006e2","0.80518051000000071e2"],["-0.70637786999999946e2","0.80509155000000135e2"],["-0.70531386999999995e2","0.80474426000000051e2"],["-0.70490554999999915e2","0.80460815000000082e2"],["-0.70476669000000015e2","0.80454436999999984e2"],["-0.70423324999999977e2",80.42164600000001],["-0.70434722999999963e2","0.80391663000000108e2"],["-0.70450561999999991e2","0.80385817999999972e2"],["-0.70458892999999989e2","0.80381362999999965e2"],["-0.70472228999999913e2","0.80368042000000003e2"],["-0.70471389999999985e2","0.80362488000000042e2"],["-0.70469161999999983e2","0.80354980000000012e2"],["-0.70462219000000005e2","0.80346939000000134e2"],["-0.70444153000000028e2","0.80340271000000143e2"],["-0.70424164000000019e2","0.80336105000000032e2"],["-0.70352492999999924e2","0.80324707000000046e2"],["-0.70309998000000007e2","0.80318054000000075e2"],["-0.70252791999999943e2","0.80313309000000061e2"],[-70.15055799999999,"0.80299149000000114e2"],["-0.70035278000000005e2","0.80278320000000122e2"],["-0.69991103999999893e2","0.80268875000000094e2"],["-0.69974166999999966e2","0.80263046000000088e2"],["-0.69960555999999997e2","0.80256378000000097e2"],["-0.69965285999999935e2","0.80252213000000097e2"],["-0.69990828999999962e2",80.24331699999999],["-0.70128326000000015e2",80.19720500000011],["-0.70145554000000004e2","0.80193587999999977e2"],["-0.70178604000000007e2","0.80189148000000102e2"],[-70.21665999999999,"0.80186371000000008e2"],[-70.24888599999997,80.18609600000002],["-0.70315001999999879e2","0.80187484999999981e2"],["-0.70611388999999974e2",80.19720500000011],["-0.70645554000000004e2","0.80199142000000109e2"],["-0.70821121000000005e2","0.80195526000000086e2"],["-0.71120833999999945e2","0.80172485000000052e2"],["-0.71180556999999908e2","0.80166656000000046e2"],["-0.71238326999999913e2","0.80158874999999966e2"],["-0.71381942999999978e2","0.80139160000000004e2"],["-0.71418610000000001e2","0.80131088000000034e2"],["-0.71446105999999929e2","0.80121368000000132e2"],["-0.71463057999999933e2","0.80118042000000059e2"],[-71.50111400000003,80.11554000000001],["-0.71654448999999943e2","0.80111374000000069e2"],["-0.71694442999999978e2","0.80110809000000074e2"],["-0.71731948999999929e2","0.80111923000000047e2"],["-0.71762787000000003e2","0.80114426000000037e2"],["-0.71789992999999981e2","0.80117752000000053e2"],["-0.71811660999999901e2","0.80123596000000077e2"],["-0.71836120999999991e2","0.80131927000000132e2"],["-0.71848052999999993e2","0.80143875000000037e2"],["-0.71878600999999946e2","0.80162491000000045e2"],["-0.71907776000000013e2","0.80171371000000079e2"],["-0.71953339000000028e2","0.80180542000000003e2"],["-0.72006393000000003e2","0.80188583000000108e2"],["-0.72057220000000029e2",80.19470200000012],["-0.72081116000000009e2","0.80194138000000009e2"],["-0.72099990999999875e2","0.80192748999999992e2"],["-0.72127776999999924e2","0.80187759000000142e2"],["-0.72165282999999988e2","0.80188873000000115e2"],["-0.72189163000000008e2","0.80192200000000014e2"],["-0.72223327999999981e2","0.80201660000000118e2"],["-0.72241378999999995e2","0.80207489000000123e2"],["-0.72256392999999946e2","0.80213882000000069e2"],["-0.72274445000000014e2","0.80219711000000075e2"],["-0.72294448999999872e2","0.80223312000000135e2"],["-0.72329726999999878e2",80.22554000000008],["-0.72358886999999925e2","0.80226089000000059e2"],["-0.72378051999999968e2","0.80224700999999982e2"],["-0.72391113000000018e2","0.80221649000000014e2"],["-0.72400283999999942e2","0.80218597000000102e2"],["-0.72420837000000006e2","0.80211104999999975e2"],["-0.72412506000000008e2","0.80207214000000079e2"],["-0.72188598999999954e2","0.80163879000000122e2"],["-0.72140839000000028e2","0.80156937000000028e2"],["-0.72082779000000016e2","0.80151656999999943e2"],["-0.72052489999999977e2","0.80149719000000005e2"],["-0.71996947999999861e2","0.80143051000000071e2"],["-0.71977218999999934e2","0.80139434999999992e2"],["-0.71896956999999929e2",80.11554000000001],["-0.71895553999999947e2","0.80114150999999993e2"],["-0.71898055999999997e2","0.80108597000000032e2"],["-0.71905272999999966e2","0.80103591999999935e2"],["-0.71926102000000014e2","0.80099991000000102e2"],["-0.71954726999999934e2","0.80096375000000023e2"],["-0.72115554999999972e2","0.80087494000000106e2"],["-0.72250564999999938e2","0.80085541000000148e2"],["-0.72391677999999956e2","0.80085541000000148e2"],["-0.72392226999999991e2","0.80081940000000088e2"],["-0.72358337000000006e2","0.80064987000000031e2"],["-0.72340560999999923e2","0.80059143000000006e2"],["-0.72306380999999988e2","0.80057480000000055e2"],["-0.72170272999999952e2","0.80053864000000033e2"],["-0.72137787000000003e2","0.80053588999999988e2"],["-0.72053054999999915e2","0.80057480000000055e2"],["-0.71920836999999949e2","0.80066375999999991e2"],["-0.71885833999999932e2","0.80067215000000147e2"],["-0.71849730999999906e2","0.80067764000000125e2"],["-0.71701950000000011e2","0.80064148000000046e2"],["-0.71618057000000022e2",80.06442300000009],["-0.71489166000000012e2","0.80068878000000097e2"],["-0.71376098999999954e2","0.80076935000000049e2"],["-0.71316665999999941e2","0.80081940000000088e2"],["-0.71186385999999914e2","0.80093872000000033e2"],["-0.70968063000000029e2","0.80114990000000148e2"],["-0.70854720999999984e2",80.12831100000011],["-0.70821121000000005e2","0.80131088000000034e2"],["-0.70762512000000015e2","0.80133330999999941e2"],["-0.70651671999999962e2","0.80131363000000022e2"],["-0.70626663000000008e2","0.80130539000000056e2"],[-70.50778200000002,"0.80099716000000058e2"],["-0.70502227999999945e2","0.80093048000000067e2"],["-0.70497498000000007e2","0.80082764000000054e2"],[-70.48832699999997,"0.80057205000000067e2"],["-0.70494995000000017e2","0.80050812000000121e2"],["-0.70508346999999958e2","0.80047759999999982e2"],["-0.70568068999999923e2","0.80042755000000113e2"],[-70.59722899999997,"0.80039429000000098e2"],["-0.70646666999999979e2","0.80031936999999971e2"],["-0.70662216000000001e2","0.80026657000000057e2"],["-0.70673049999999989e2","0.80020828000000051e2"],["-0.70679717999999866e2","0.80014435000000105e2"],["-0.70672774999999945e2","0.80006377999999984e2"],["-0.70672501000000011e2","0.80001389000000017e2"],["-0.70689712999999983e2","0.79993317000000047e2"],[-70.71945199999999,"0.79986374000000012e2"],["-0.70767226999999878e2","0.79981658999999979e2"],["-0.70916107000000011e2","0.79974425999999994e2"],["-0.70954178000000013e2","0.79972763000000043e2"],[-71.08555599999994,"0.79968596999999988e2"],["-0.71241669000000002e2","0.79960815000000025e2"],[-71.27027899999996,"0.79957214000000135e2"],["-0.71401108000000022e2",79.93553199999991],["-0.71416397000000018e2","0.79930267000000072e2"],["-0.71453612999999962e2","0.79906372000000033e2"],["-0.71460555999999883e2","0.79901382000000012e2"],["-0.71458892999999932e2","0.79894989000000066e2"],["-0.71438599000000011e2",79.88998399999997],["-0.71415832999999907e2","0.79886658000000125e2"],["-0.71394454999999994e2","0.79884995000000004e2"],["-0.71352782999999931e2","0.79886932000000058e2"],["-0.71338608000000022e2","0.79888596000000064e2"],["-0.71168335000000013e2","0.79914153999999996e2"],["-0.71109725999999966e2","0.79915267999999969e2"],["-0.71063048999999978e2","0.79911652000000117e2"],["-0.70944716999999969e2","0.79894150000000081e2"],["-0.70925827000000027e2","0.79890274000000034e2"],["-0.70910278000000005e2","0.79885818000000086e2"],["-0.70916397000000018e2","0.79879424999999969e2"],["-0.71005843999999968e2","0.79819717000000082e2"],["-0.71116652999999985e2","0.79789703000000088e2"],["-0.71136123999999938e2","0.79784988000000055e2"],["-0.71183884000000035e2",79.77748100000008],["-0.71212783999999999e2","0.79774428999999998e2"],["-0.71343612999999948e2",79.76388500000013],["-0.71376098999999954e2","0.79760818000000029e2"],["-0.71400283999999999e2","0.79757492000000013e2"],["-0.71444442999999922e2","0.79741653000000042e2"],["-0.71463333000000034e2","0.79736923000000047e2"],[-71.49110399999995,"0.79733321999999987e2"],["-0.71699158000000011e2","0.79709991000000116e2"],["-0.71739440999999943e2","0.79707214000000022e2"],["-0.71781113000000005e2","0.79706100000000049e2"],["-0.71817504999999983e2","0.79703597999999943e2"],["-0.71922500999999954e2","0.79695525999999973e2"],["-0.71990279999999984e2","0.79689148000000046e2"],["-0.72096664000000033e2","0.79674988000000099e2"],["-0.72217772999999909e2","0.79659987999999998e2"],["-0.72267226999999934e2","0.79659149000000014e2"],["-0.72287215999999944e2","0.79659987999999998e2"],["-0.72317779999999914e2","0.79667205999999965e2"],["-0.72330841000000021e2","0.79672484999999938e2"],["-0.72348052999999879e2","0.79678040000000067e2"],["-0.72367217999999923e2","0.79681656000000089e2"],["-0.72392226999999991e2","0.79683594000000028e2"],["-0.72425003000000004e2","0.79685531999999967e2"],["-0.72467223999999931e2","0.79684708000000001e2"],["-0.72574172999999917e2","0.79679153000000099e2"],["-0.72619445999999925e2","0.79677765000000022e2"],["-0.72661391999999978e2","0.79677199999999971e2"],["-0.72697220000000016e2","0.79678040000000067e2"],["-0.72729995999999971e2","0.79679703000000131e2"],["-0.72756119000000012e2","0.79682205000000067e2"],["-0.72912780999999939e2","0.79702208999999982e2"],["-0.72932769999999948e2","0.79706375000000037e2"],["-0.72944442999999978e2","0.79710266000000104e2"],["-0.73062774999999988e2",79.79942299999999],["-0.73061110999999983e2","0.79805251999999996e2"],["-0.73048614999999984e2","0.79808319000000097e2"],["-0.73027495999999985e2",79.80693100000002],["-0.73017226999999934e2","0.79804703000000018e2"],["-0.73003341999999975e2","0.79803040000000124e2"],["-0.72979171999999949e2","0.79802200000000084e2"],["-0.72945830999999998e2","0.79804152999999985e2"],["-0.72924437999999952e2","0.79806366000000139e2"],["-0.72912216000000001e2","0.79809418000000051e2"],["-0.72902495999999928e2","0.79815262000000075e2"],["-0.72926392000000021e2","0.79819442999999978e2"],["-0.73059158000000025e2","0.79825546000000088e2"],["-0.73091675000000009e2","0.79826385000000073e2"],["-0.73178328999999906e2","0.79822768999999994e2"],["-0.73218063000000029e2","0.79822768999999994e2"],["-0.73285003999999958e2","0.79826096000000121e2"],["-0.73348617999999988e2",79.83027600000014],["-0.73371383999999978e2","0.79833054000000118e2"],["-0.73396956999999986e2","0.79834991000000002e2"],[-73.43360899999999,"0.79835815000000139e2"],["-0.73576401000000033e2","0.79832764000000111e2"],["-0.73667770000000019e2","0.79829712000000029e2"],["-0.73745270000000005e2","0.79828323000000012e2"],["-0.73780288999999982e2",79.82777400000009],["-0.73853332999999907e2","0.79829163000000051e2"],["-0.73866942999999992e2","0.79830826000000002e2"],["-0.73864715999999987e2","0.79835815000000139e2"],["-0.73853607000000011e2","0.79839706000000035e2"],["-0.73801666000000012e2",79.84637500000008],["-0.73745543999999938e2","0.79849152000000004e2"],["-0.73742492999999854e2","0.79849990999999932e2"],["-0.73746947999999975e2","0.79854155999999932e2"],["-0.73768615999999895e2","0.79858870999999965e2"],["-0.73890839000000028e2","0.79875259000000028e2"],["-0.73945830999999885e2","0.79881653000000085e2"],["-0.74010284000000013e2","0.79885818000000086e2"],["-0.74117492999999968e2","0.79888885000000016e2"],["-0.74156951999999933e2","0.79888885000000016e2"],["-0.74238891999999964e2","0.79887207000000103e2"],["-0.74283614999999941e2","0.79881363000000079e2"],[-74.30610699999994,"0.79876923000000033e2"],["-0.74383621000000005e2","0.79868591000000094e2"],["-0.74415282999999988e2","0.79865265000000022e2"],["-0.74576401000000033e2","0.79856934000000138e2"],["-0.74667495999999971e2","0.79853591999999992e2"],["-0.74795272999999952e2","0.79850815000000125e2"],["-0.74833069000000023e2","0.79849152000000004e2"],["-0.74846389999999985e2","0.79847214000000065e2"],["-0.74846114999999941e2",79.84387200000009],[-74.71665999999999,"0.79796936000000073e2"],["-0.74699431999999945e2",79.792755],["-0.74683884000000035e2","0.79789978000000076e2"],["-0.74654998999999975e2","0.79788879000000122e2"],["-0.74488892000000021e2","0.79791655999999989e2"],["-0.74444992000000013e2","0.79794708000000128e2"],["-0.74392226999999934e2","0.79800261999999918e2"],["-0.74351668999999958e2","0.79802475000000072e2"],["-0.74309432999999956e2","0.79803314000000057e2"],["-0.74236388999999974e2","0.79801925999999924e2"],["-0.74106383999999878e2","0.79795532000000094e2"],["-0.73951401000000033e2","0.79784424000000115e2"],["-0.73714721999999938e2",79.76638800000012],["-0.73510833999999988e2","0.79756377999999984e2"],["-0.73384734999999921e2","0.79748871000000065e2"],["-0.73366652999999985e2","0.79718048000000067e2"],["-0.73360824999999863e2","0.79712769000000094e2"],["-0.73295546999999999e2","0.79688582999999994e2"],["-0.73256957999999884e2","0.79678040000000067e2"],["-0.73206664999999987e2","0.79663605000000132e2"],["-0.73188889000000017e2","0.79658035000000041e2"],["-0.73174438000000009e2","0.79651657000000057e2"],["-0.73168334999999956e2","0.79646103000000096e2"],["-0.73126098999999897e2","0.79569443000000035e2"],["-0.73125823999999966e2","0.79558318999999983e2"],["-0.73128875999999991e2","0.79554153000000042e2"],["-0.73135833999999988e2","0.79549713000000054e2"],["-0.73148620999999991e2","0.79543593999999985e2"],["-0.73163054999999986e2","0.79538878999999952e2"],["-0.73180831999999953e2","0.79534149000000127e2"],["-0.73247222999999963e2","0.79520827999999995e2"],["-0.73296111999999937e2","0.79512772000000098e2"],["-0.73353881999999942e2","0.79505829000000119e2"],["-0.73446380999999917e2","0.79499145999999939e2"],["-0.73657776000000013e2","0.79496368000000132e2"],["-0.73693054000000018e2","0.79496933000000013e2"],["-0.73729172000000005e2","0.79498596000000077e2"],["-0.73758057000000008e2","0.79500275000000101e2"],["-0.73779998999999975e2","0.79503052000000025e2"],["-0.73791945999999939e2","0.79506653000000085e2"],["-0.73817229999999938e2","0.79515549000000021e2"],["-0.73837783999999999e2","0.79527480999999966e2"],["-0.73863892000000021e2","0.79540267999999969e2"],["-0.73876662999999951e2","0.79544708000000014e2"],["-0.73916106999999954e2","0.79552475000000129e2"],["-0.73950286999999889e2","0.79555252000000053e2"],["-0.73965012000000002e2","0.79554703000000075e2"],["-0.73988892000000021e2",79.55192599999998],["-0.74001113999999973e2","0.79545821999999987e2"],["-0.74000290000000007e2","0.79541656000000046e2"],["-0.73996947999999975e2","0.79535537999999917e2"],["-0.73989440999999943e2","0.79528595000000109e2"],["-0.73968612999999891e2","0.79516937000000098e2"],["-0.73959166999999923e2","0.79508881000000031e2"],["-0.73949996999999939e2","0.79493866000000082e2"],["-0.73949721999999952e2","0.79479980000000069e2"],["-0.73953063999999983e2","0.79472762999999986e2"],["-0.73961945000000014e2","0.79466933999999981e2"],[-73.98332199999993,"0.79455551000000128e2"],["-0.73998046999999985e2","0.79451385000000073e2"],["-0.74023620999999991e2","0.79446930000000066e2"],["-0.74081389999999999e2","0.79440536000000009e2"],[-74.11610399999995,79.43803400000013],["-0.74160278000000005e2","0.79436371000000008e2"],["-0.74198333999999988e2","0.79436095999999964e2"],["-0.74544158999999922e2",79.43803400000013],["-0.74617492999999854e2","0.79438583000000051e2"],["-0.74673614999999927e2","0.79444138000000123e2"],["-0.74688598999999897e2","0.79446930000000066e2"],["-0.74931670999999938e2","0.79498871000000122e2"],["-0.74932410999999888e2","0.79504798999999991e2"],["-0.74941939999999988e2","0.79510543999999982e2"],[-74.96444699999995,"0.79513046000000031e2"],["-0.74987503000000004e2","0.79509995000000004e2"],["-0.75043334999999956e2",79.49581900000004],["-0.75060271999999884e2","0.79490813999999943e2"],["-0.75059433000000013e2","0.79483871000000136e2"],["-0.74995269999999948e2",79.453598],["-0.74983062999999959e2","0.79449706999999933e2"],["-0.74948882999999967e2","0.79440810999999997e2"],["-0.74912215999999944e2","0.79429703000000018e2"],["-0.74897231999999974e2","0.79423308999999961e2"],["-0.74884444999999971e2","0.79416092000000049e2"],["-0.74883056999999894e2","0.79408325000000104e2"],["-0.74911117999999988e2",79.39387499999998],[-74.93499799999995,"0.79385269000000051e2"],["-0.74951949999999954e2","0.79380264000000011e2"],[-75,"0.79375488000000075e2"],["-0.75016953000000001e2","0.79374146000000053e2"],["-0.75058334000000002e2","0.79373871000000065e2"],["-0.75213897999999972e2","0.79376373000000115e2"],[-75.31361400000003,"0.79379974000000004e2"],["-0.75410278000000005e2","0.79384155000000078e2"],["-0.75531386999999995e2","0.79392487000000074e2"],["-0.75695266999999944e2","0.79409987999999998e2"],["-0.75799728000000016e2","0.79431366000000139e2"],["-0.75907776000000013e2","0.79426086000000055e2"],["-0.75931380999999988e2","0.79423598999999967e2"],["-0.75957503999999972e2","0.79426086000000055e2"],["-0.75985275000000001e2","0.79429703000000018e2"],["-0.76031386999999995e2","0.79438309000000118e2"],["-0.76049164000000019e2","0.79443038999999999e2"],["-0.76097503999999958e2","0.79461929000000112e2"],["-0.76109160999999915e2","0.79467758000000117e2"],["-0.76115279999999927e2","0.79472487999999942e2"],["-0.76124160999999958e2","0.79476379000000009e2"],["-0.76138610999999912e2","0.79481369000000086e2"],["-0.76175827000000027e2","0.79488876000000005e2"],["-0.76203888000000006e2","0.79492477000000065e2"],["-0.76261123999999995e2","0.79497756999999979e2"],["-0.76320281999999906e2","0.79501389000000074e2"],["-0.76636123999999995e2","0.79519440000000088e2"],["-0.76665282999999988e2","0.79520827999999995e2"],["-0.76718338000000017e2",79.51998900000001],["-0.76795273000000009e2",79.51138300000008],["-0.76834441999999967e2","0.79508881000000031e2"],["-0.76872771999999998e2","0.79508606000000043e2"],[-76.90583799999996,"0.79509720000000016e2"],["-0.77050277999999992e2","0.79518600000000049e2"],["-0.77069732999999985e2","0.79523880000000077e2"],["-0.77092772999999909e2","0.79539703000000145e2"],["-0.77112212999999997e2","0.79545258000000047e2"],["-0.77142501999999865e2","0.79547485000000052e2"],["-0.77160552999999936e2","0.79543593999999985e2"],["-0.77191375999999934e2","0.79511108000000092e2"],["-0.77184433000000013e2","0.79503600999999946e2"],["-0.77178604000000007e2","0.79499710000000107e2"],["-0.77134444999999971e2","0.79490265000000022e2"],["-0.77071670999999924e2","0.79486923000000104e2"],["-0.76895554000000004e2",79.48054500000012],["-0.76867217999999923e2","0.79479705999999965e2"],["-0.76612503000000004e2","0.79474701000000096e2"],["-0.76406386999999995e2","0.79473602000000142e2"],["-0.76204726999999991e2","0.79461380000000133e2"],["-0.76179168999999888e2","0.79459717000000069e2"],["-0.76159438999999963e2","0.79456375000000094e2"],["-0.76143341000000021e2","0.79449996999999939e2"],["-0.76138061999999934e2","0.79443313999999987e2"],["-0.76138901000000033e2","0.79441086000000041e2"],["-0.76149993999999992e2","0.79437759000000085e2"],["-0.76159164000000033e2","0.79436095999999964e2"],["-0.76189986999999974e2","0.79433319000000097e2"],["-0.76208054000000004e2","0.79429703000000018e2"],["-0.76205565999999976e2","0.79424698000000149e2"],["-0.76167496000000028e2","0.79396102999999925e2"],["-0.76157501000000025e2","0.79391663000000108e2"],[-76.11721799999998,"0.79384430000000123e2"],["-0.76083327999999995e2","0.79378860000000032e2"],["-0.76059157999999968e2","0.79374985000000038e2"],["-0.75902221999999995e2","0.79357207999999957e2"],["-0.75881942999999978e2","0.79353317000000118e2"],["-0.75879165999999998e2","0.79351378999999952e2"],["-0.75889998999999875e2","0.79348037999999917e2"],["-0.75902785999999878e2","0.79346099999999979e2"],["-0.76086670000000026e2","0.79332214000000022e2"],[-76.12332200000003,"0.79331100000000049e2"],["-0.76351104999999961e2","0.79341934000000094e2"],["-0.76682770000000005e2","0.79352767999999969e2"],["-0.76717772999999909e2","0.79353317000000118e2"],["-0.76790557999999976e2","0.79353317000000118e2"],["-0.76829178000000013e2","0.79350815000000011e2"],["-0.76869719999999973e2","0.79349426000000051e2"],[-76.89416499999993,"0.79353317000000118e2"],["-0.76959441999999967e2","0.79367203000000075e2"],["-0.77018889999999999e2","0.79381927000000132e2"],["-0.77076401000000033e2","0.79398331000000098e2"],["-0.77090285999999935e2",79.40554800000001],["-0.77105559999999912e2","0.79416092000000049e2"],["-0.77108337000000006e2","0.79420822000000101e2"],["-0.77212509000000011e2","0.79447754000000032e2"],["-0.77326400999999976e2","0.79454163000000051e2"],["-0.77359160999999915e2","0.79455551000000128e2"],["-0.77386123999999938e2","0.79452774000000034e2"],["-0.77397507000000019e2","0.79447205000000054e2"],["-0.77395003999999972e2","0.79440262000000075e2"],["-0.77384445000000028e2","0.79433044000000052e2"],["-0.77262221999999952e2","0.79372482000000048e2"],["-0.77172500999999954e2","0.79336380000000077e2"],["-0.77158614999999998e2","0.79329162999999994e2"],["-0.77163894999999968e2","0.79324707000000046e2"],["-0.77187774999999988e2","0.79322769000000108e2"],["-0.77228058000000033e2","0.79321655000000135e2"],["-0.77260559000000001e2","0.79322769000000108e2"],["-0.77317229999999938e2","0.79327773999999977e2"],[-77.36721799999998,"0.79336105000000089e2"],["-0.77386397999999986e2",79.33859300000006],[-77.41361999999998,79.34165999999999],["-0.77466110000000015e2","0.79346099999999979e2"],["-0.77477782999999931e2","0.79346099999999979e2"],["-0.77596114999999941e2","0.79345824999999991e2"],["-0.77634170999999924e2","0.79345534999999984e2"],["-0.77707503999999972e2","0.79343323000000055e2"],["-0.77739990000000034e2","0.79344437000000084e2"],["-0.77769729999999981e2","0.79346375000000023e2"],["-0.77819732999999985e2","0.79351653999999996e2"],["-0.77905272999999909e2","0.79365265000000136e2"],["-0.77922501000000011e2","0.79366379000000109e2"],["-0.77957229999999981e2","0.79363876000000118e2"],["-0.78051391999999964e2","0.79354706000000078e2"],["-0.78058883999999978e2","0.79349426000000051e2"],["-0.78043610000000001e2","0.79344437000000084e2"],["-0.78021392999999932e2","0.79339980999999966e2"],["-0.77903335999999967e2","0.79322495000000004e2"],["-0.77876099000000011e2","0.79319717000000026e2"],["-0.77846114999999998e2","0.79317764000000068e2"],["-0.77809998000000007e2","0.79316665999999998e2"],["-0.77760009999999966e2","0.79316375999999991e2"],["-0.77726944000000003e2","0.79317490000000134e2"],["-0.77650833000000034e2","0.79317764000000068e2"],["-0.77624434999999949e2","0.79315536000000122e2"],["-0.77529175000000009e2",79.30525200000011],["-0.77478607000000011e2",79.29664600000001],["-0.77322234999999978e2","0.79267487000000017e2"],["-0.77329178000000013e2","0.79261383000000137e2"],["-0.77341384999999946e2","0.79259430000000009e2"],["-0.77358046999999942e2","0.79257767000000115e2"],["-0.77422226000000023e2","0.79254714999999976e2"],["-0.77453063999999983e2","0.79252487000000031e2"],["-0.77482223999999974e2","0.79248871000000008e2"],["-0.77496947999999918e2",79.24581900000004],["-0.77488051999999982e2","0.79244980000000112e2"],["-0.77424712999999997e2","0.79246094000000085e2"],["-0.77358336999999949e2","0.79249999999999943e2"],["-0.77191939999999988e2","0.79263885000000073e2"],["-0.76999725000000012e2","0.79273315000000139e2"],["-0.76671386999999925e2","0.79277481000000023e2"],["-0.76237777999999935e2","0.79271103000000039e2"],["-0.76168059999999969e2","0.79269989000000066e2"],["-0.76136123999999995e2","0.79268600000000106e2"],["-0.76105834999999956e2","0.79265823000000012e2"],["-0.76068619000000012e2",79.25749200000007],["-0.76052779999999984e2","0.79251099000000124e2"],[-76.03443900000002,79.24581900000004],["-0.75991942999999992e2","0.79236374000000012e2"],["-0.75938889000000017e2","0.79230270000000132e2"],["-0.75807495000000017e2","0.79227768000000083e2"],["-0.75777221999999938e2","0.79227478000000076e2"],["-0.75734436000000017e2","0.79229431000000034e2"],["-0.75675277999999992e2","0.79236374000000012e2"],["-0.75637786999999946e2","0.79239426000000094e2"],["-0.75608336999999949e2","0.79239975000000072e2"],["-0.75465012000000002e2","0.79239975000000072e2"],["-0.75405837999999903e2","0.79237487999999985e2"],["-0.75083068999999966e2","0.79235260000000039e2"],["-0.74876099000000011e2","0.79238037000000134e2"],["-0.74800277999999992e2","0.79240540000000067e2"],["-0.74777221999999995e2","0.79240265000000079e2"],[-74.52555799999999,"0.79227203000000031e2"],["-0.74496947999999975e2","0.79224990999999989e2"],[-74.47084000000001,79.22164900000007],["-0.74464721999999995e2","0.79219986000000119e2"],["-0.74467223999999987e2","0.79215546000000131e2"],["-0.74474166999999966e2","0.79211928999999998e2"],["-0.74520279000000016e2","0.79203048999999965e2"],["-0.74571944999999914e2","0.79196091000000138e2"],["-0.74601944000000003e2","0.79192748999999992e2"],["-0.74758057000000008e2",79.18553200000008],["-0.74791945999999996e2","0.79182754999999986e2"],["-0.74817504999999926e2",79.17886400000009],["-0.74826950000000011e2","0.79174149000000057e2"],["-0.74819167999999934e2","0.79167755000000056e2"],["-0.74795546999999999e2","0.79163605000000018e2"],["-0.74766952999999944e2","0.79161377000000073e2"],["-0.74672501000000011e2","0.79156937000000028e2"],["-0.74617492999999854e2","0.79151381999999955e2"],["-0.74445830999999941e2","0.79065810999999997e2"],["-0.74436661000000015e2",79.0577550000001],["-0.74443053999999961e2","0.79046936000000073e2"],["-0.74455276000000026e2","0.79041655999999989e2"],[-74.47193900000002,"0.79036652000000004e2"],["-0.74514450000000011e2","0.79028595000000053e2"],["-0.74543883999999991e2","0.79025269000000037e2"],["-0.74578339000000028e2","0.79023314999999968e2"],["-0.74654175000000009e2","0.79022217000000069e2"],["-0.74725005999999951e2","0.79022766000000047e2"],["-0.74960007000000019e2","0.79028320000000008e2"],["-0.75116104000000007e2","0.79035812000000135e2"],["-0.75243057000000022e2","0.79043045000000006e2"],["-0.75626662999999951e2","0.79066086000000041e2"],["-0.75655563000000029e2","0.79068328999999949e2"],["-0.75763335999999981e2","0.79080551000000128e2"],["-0.75885284000000013e2","0.79097488000000112e2"],["-0.75891387999999949e2","0.79102203000000145e2"],["-0.75887221999999952e2",79.12831100000011],["-0.75880829000000006e2","0.79134995000000004e2"],["-0.75856658999999979e2","0.79139708999999925e2"],["-0.75848617999999988e2",79.14498900000001],["-0.75857772999999952e2","0.79152205999999921e2"],["-0.75944442999999922e2","0.79173035000000084e2"],["-0.76047774999999945e2","0.79192200000000071e2"],["-0.76071670999999924e2","0.79196091000000138e2"],["-0.76098052999999993e2","0.79199141999999995e2"],["-0.76132767000000001e2","0.79199706999999989e2"],["-0.76309433000000013e2","0.79190811000000053e2"],["-0.76519164999999987e2","0.79190262000000132e2"],["-0.76859160999999972e2","0.79185257000000092e2"],["-0.76973327999999924e2","0.79183318999999926e2"],["-0.77044998000000021e2","0.79183318999999926e2"],["-0.77083069000000023e2","0.79183593999999971e2"],["-0.77111663999999962e2","0.79184982000000048e2"],["-0.77167496000000028e2","0.79189972000000125e2"],["-0.77205001999999979e2","0.79195251000000098e2"],["-0.77250564999999995e2","0.79198029000000076e2"],["-0.77388901000000033e2","0.79199706999999989e2"],["-0.77510833999999988e2","0.79194976999999994e2"],["-0.77548049999999932e2","0.79194427000000132e2"],["-0.77642501999999922e2","0.79199706999999989e2"],["-0.77695267000000001e2","0.79204712000000029e2"],["-0.77749999999999886e2","0.79208328000000108e2"],["-0.77777495999999928e2","0.79208878000000141e2"],["-0.77817504999999983e2","0.79207763999999997e2"],["-0.78158889999999985e2","0.79189972000000125e2"],["-0.78213622999999984e2","0.79183593999999971e2"],["-0.78233321999999987e2",79.17886400000009],["-0.78245833999999945e2","0.79174698000000035e2"],[-78.25389100000001,"0.79169983000000002e2"],["-0.78253066999999987e2","0.79164428999999984e2"],["-0.78228607000000011e2","0.79160538000000088e2"],["-0.78181670999999994e2","0.79159424000000115e2"],["-0.78084732000000031e2","0.79168045000000063e2"],["-0.78056106999999997e2","0.79171921000000111e2"],["-0.78026397999999972e2","0.79174698000000035e2"],["-0.77988892000000021e2","0.79177475000000129e2"],["-0.77912216000000001e2",79.17942800000003],["-0.77842772999999966e2","0.79178589000000102e2"],[-77.47193900000002,"0.79167755000000056e2"],["-0.77237777999999992e2","0.79156937000000028e2"],["-0.77208617999999944e2","0.79154709000000082e2"],["-0.77181106999999997e2","0.79153869999999927e2"],["-0.77018615999999952e2","0.79153595000000109e2"],[-76.841949,"0.79153595000000109e2"],["-0.76706115999999952e2","0.79153045999999961e2"],["-0.76639998999999989e2",79.15109300000006],[-76.61082499999992,"0.79149155000000121e2"],["-0.76484725999999966e2","0.79136108000000092e2"],["-0.76430557000000022e2","0.79132202000000007e2"],["-0.76319732999999928e2","0.79124695000000088e2"],["-0.76260009999999909e2","0.79121917999999994e2"],["-0.76233611999999937e2","0.79121642999999949e2"],["-0.76191375999999934e2","0.79123596000000077e2"],[-76.15972899999997,"0.79122208000000001e2"],["-0.76136672999999973e2",79.11914100000007],["-0.76081954999999994e2","0.79099716000000114e2"],["-0.76085006999999905e2","0.79093323000000112e2"],["-0.76099990999999875e2",79.08776899999998],["-0.76116652999999928e2","0.79083328000000051e2"],["-0.76146666999999979e2","0.79077774000000034e2"],["-0.76170546999999885e2","0.79075821000000076e2"],["-0.76210006999999962e2","0.79074707000000103e2"],["-0.76265014999999948e2","0.79074432000000115e2"],["-0.76360001000000011e2","0.79078323000000012e2"],["-0.76515015000000005e2","0.79085815000000082e2"],["-0.76575561999999991e2","0.79089432000000045e2"],["-0.76637222000000008e2","0.79090546000000018e2"],["-0.76676391999999964e2","0.79089432000000045e2"],["-0.76828339000000028e2","0.79082764000000111e2"],["-0.76996383999999978e2","0.79074707000000103e2"],["-0.77073333999999932e2","0.79070831000000055e2"],["-0.77152785999999992e2","0.79066086000000041e2"],["-0.77223052999999993e2","0.79060532000000023e2"],["-0.77326950000000011e2","0.79051651000000106e2"],["-0.77355559999999969e2","0.79048325000000034e2"],["-0.77429717999999923e2","0.79037200999999982e2"],["-0.77449431999999945e2","0.79032760999999937e2"],["-0.77464721999999995e2","0.79027771000000087e2"],[-77.49499499999996,"0.79017761000000007e2"],["-0.77529175000000009e2","0.79018051000000014e2"],["-0.77693054000000018e2","0.79033600000000092e2"],["-0.77719727000000034e2","0.79036652000000004e2"],["-0.77742217999999923e2","0.79041930999999977e2"],["-0.77783066000000019e2","0.79062484999999981e2"],["-0.77799987999999928e2","0.79066666000000055e2"],[-77.84973100000002,"0.79069717000000082e2"],["-0.77919723999999917e2","0.79068878000000097e2"],["-0.78035004000000015e2","0.79065536000000009e2"],["-0.78103333000000021e2","0.79066086000000041e2"],["-0.78135009999999966e2","0.79067490000000021e2"],["-0.78165282999999931e2",79.06999200000007],["-0.78214447000000007e2","0.79075271999999984e2"],["-0.78234160999999858e2","0.79078323000000012e2"],["-0.78289992999999981e2","0.79083328000000051e2"],["-0.78351105000000018e2","0.79086380000000133e2"],["-0.78425277999999992e2","0.79083054000000118e2"],["-0.78671386999999982e2","0.79071930000000009e2"],["-0.78818343999999968e2","0.79069442999999978e2"],["-0.78860000999999954e2","0.79067214999999976e2"],["-0.78891387999999893e2","0.79063309000000118e2"],["-0.78879439999999931e2","0.79060256999999979e2"],["-0.78692489999999964e2","0.79058594000000085e2"],["-0.78588332999999977e2","0.79059143000000006e2"],["-0.78405272999999966e2","0.79064987000000031e2"],["-0.78283889999999985e2","0.79066666000000055e2"],["-0.78236388999999974e2","0.79064987000000031e2"],[-78.15972899999997,"0.79051086000000055e2"],["-0.78108337000000006e2",79.04664600000001],["-0.78070557000000008e2",79.04664600000001],["-0.77966110000000015e2",79.049149],[-77.86111499999987,79.049149],["-0.77829453000000001e2","0.79048035000000027e2"],["-0.77799437999999896e2","0.79045258000000103e2"],["-0.77785552999999993e2","0.79041092000000049e2"],["-0.77708344000000011e2","0.79013046000000145e2"],["-0.77703339000000028e2","0.79006943000000035e2"],[-77.71665999999999,"0.79003326000000072e2"],["-0.77796111999999937e2","0.78988586000000112e2"],["-0.77835007000000019e2","0.78979431000000034e2"],["-0.77946945000000028e2","0.78951660000000004e2"],["-0.77946380999999917e2","0.78945815999999979e2"],["-0.77952498999999932e2","0.78939697000000137e2"],["-0.78040282999999988e2","0.78906097000000045e2"],["-0.78147506999999962e2","0.78865265000000079e2"],["-0.78282227000000034e2",78.80386400000009],["-0.78289992999999981e2","0.78799149000000057e2"],["-0.78297226000000023e2","0.78788879000000122e2"],["-0.78296111999999937e2",78.783051],["-0.78285552999999993e2","0.78775818000000015e2"],["-0.78269454999999937e2","0.78772491000000059e2"],["-0.78248046999999929e2","0.78770263999999997e2"],["-0.78215560999999923e2","0.78770537999999931e2"],["-0.78196105999999929e2","0.78772217000000126e2"],["-0.78168334999999956e2","0.78780823000000055e2"],[-78.15972899999997,"0.78784988000000055e2"],[-78.15943900000002,"0.78789978000000133e2"],["-0.78145843999999954e2","0.78800812000000008e2"],["-0.78129439999999988e2","0.78812194999999974e2"],["-0.78105269999999905e2","0.78828598000000056e2"],["-0.78042769999999962e2",78.861649],["-0.78029174999999896e2","0.78867477000000122e2"],["-0.77902221999999995e2",78.91276600000009],["-0.77887222000000008e2","0.78917755000000056e2"],[-77.75167799999997,78.95748900000001],["-0.77711944999999957e2","0.78966095000000109e2"],["-0.77689437999999996e2","0.78968596999999988e2"],["-0.77526397999999972e2","0.78979156000000046e2"],["-0.77370270000000005e2","0.78984421000000111e2"],["-0.77258346999999958e2","0.78986374000000069e2"],["-0.77177490000000034e2","0.78989700000000084e2"],["-0.77107497999999964e2",78.99552900000009],["-0.77078888000000006e2","0.78998871000000065e2"],["-0.77026107999999965e2","0.79006652999999972e2"],["-0.76960281000000009e2","0.79012772000000041e2"],[-76.75418099999996,"0.79027771000000087e2"],["-0.76710555999999997e2","0.79028320000000008e2"],["-0.76683318999999983e2","0.79027771000000087e2"],["-0.76424163999999962e2","0.79022491000000002e2"],["-0.76361389000000031e2","0.79019714000000135e2"],[-75.98971599999993,78.99552900000009],["-0.75732223999999974e2","0.78969147000000021e2"],["-0.75720276000000013e2","0.78965545999999961e2"],["-0.75769454999999994e2","0.78939971999999955e2"],["-0.75781113000000005e2","0.78934708000000001e2"],["-0.75796951000000035e2","0.78929703000000131e2"],["-0.75825561999999991e2","0.78926085999999998e2"],["-0.75858611999999937e2","0.78923309000000074e2"],["-0.75896118000000001e2","0.78920821999999987e2"],["-0.76095276000000013e2","0.78910262999999986e2"],[-76.25,"0.78902205999999978e2"],["-0.76287215999999944e2","0.78899719000000118e2"],["-0.76315552000000025e2","0.78896103000000039e2"],["-0.76335555999999997e2","0.78891663000000051e2"],["-0.76375548999999921e2","0.78882750999999985e2"],["-0.76415008999999998e2","0.78873870999999951e2"],["-0.76446105999999929e2","0.78863876000000062e2"],["-0.76456389999999942e2","0.78857758000000103e2"],["-0.76460007000000019e2","0.78851929000000098e2"],["-0.76458343999999897e2","0.78844986000000119e2"],["-0.76440276999999924e2","0.78839432000000102e2"],[-76.41194200000001,"0.78837203999999986e2"],["-0.76394454999999937e2","0.78840820000000008e2"],["-0.76391113000000018e2","0.78843872000000147e2"],[-76.37470999999988,"0.78851089000000059e2"],["-0.76344727000000034e2","0.78858871000000022e2"],["-0.76330001999999979e2",78.861649],["-0.76231673999999998e2","0.78879149999999981e2"],["-0.76204726999999991e2","0.78881088000000091e2"],["-0.76178329000000019e2","0.78880264000000125e2"],[-76.15834000000001,"0.78879149999999981e2"],["-0.76133330999999998e2","0.78876648000000046e2"],["-0.76077498999999989e2","0.78873032000000023e2"],["-0.75975006000000008e2","0.78872756999999979e2"],["-0.75791671999999949e2","0.78884155000000021e2"],["-0.75461120999999991e2","0.78891372999999987e2"],["-0.75316101000000003e2","0.78892211999999972e2"],["-0.75292220999999927e2","0.78890274000000034e2"],["-0.75180557000000022e2","0.78879149999999981e2"],["-0.74964721999999995e2","0.78856094000000098e2"],["-0.74775009000000011e2","0.78829987000000074e2"],["-0.74760559000000001e2","0.78823607999999979e2"],["-0.74752791999999943e2","0.78816940000000045e2"],["-0.74719726999999978e2","0.78707489000000066e2"],["-0.74727218999999934e2","0.78701385000000016e2"],["-0.74755844000000025e2",78.69802900000002],["-0.74823059000000001e2","0.78697478999999987e2"],[-74.84333799999996,"0.78693039000000113e2"],[-74.86999499999996,"0.78675812000000121e2"],["-0.74869445999999925e2","0.78668594000000098e2"],["-0.74857773000000009e2","0.78636107999999979e2"],["-0.74819457999999884e2","0.78627472000000068e2"],["-0.74789992999999981e2","0.78591370000000097e2"],["-0.74862212999999997e2",78.56721500000009],["-0.74878052000000025e2","0.78562485000000038e2"],["-0.75024169999999913e2","0.78531937000000084e2"],["-0.75048049999999989e2","0.78528046000000018e2"],["-0.75072509999999909e2",78.52777100000003],["-0.75079453000000001e2","0.78533875000000023e2"],["-0.75101394999999968e2",78.53776600000009],["-0.75131377999999927e2","0.78539153999999996e2"],[-75.16722099999987,"0.78539703000000145e2"],["-0.75200287000000003e2","0.78537491000000102e2"],["-0.75219726999999978e2","0.78533051000000057e2"],["-0.75235275000000001e2","0.78528046000000018e2"],["-0.75261672999999973e2","0.78523315000000082e2"],["-0.75290557999999919e2","0.78520537999999988e2"],["-0.75479445999999996e2",78.50999500000006],["-0.75830001999999979e2","0.78504715000000147e2"],["-0.75888335999999924e2","0.78506103999999993e2"],["-0.75965011999999888e2","0.78510818000000086e2"],["-0.75989990000000034e2","0.78513885000000016e2"],["-0.76030563000000029e2","0.78521103000000039e2"],["-0.76073058999999944e2","0.78529709000000139e2"],["-0.76095550999999944e2","0.78533600000000035e2"],["-0.76120270000000005e2","0.78536652000000117e2"],["-0.76151107999999965e2","0.78538589000000002e2"],["-0.76404448999999886e2","0.78548035000000141e2"],["-0.76437209999999993e2","0.78548599000000081e2"],["-0.76468886999999938e2",78.54553199999998],["-0.76642775999999969e2","0.78528320000000122e2"],["-0.76684433000000013e2","0.78522217000000012e2"],["-0.76691101000000003e2","0.78518875000000094e2"],["-0.76692764000000011e2","0.78514708999999982e2"],["-0.76693603999999993e2","0.78509720000000016e2"],["-0.76684997999999894e2","0.78505829000000119e2"],["-0.76668335000000013e2","0.78503875999999991e2"],["-0.76645844000000011e2","0.78502777000000037e2"],["-0.76539992999999981e2","0.78503325999999959e2"],["-0.76468338000000017e2","0.78505264000000125e2"],[-76.36471599999993,"0.78513321000000076e2"],["-0.76324722000000008e2","0.78515274000000034e2"],["-0.76289444000000003e2","0.78515549000000021e2"],["-0.76261948000000018e2","0.78513611000000083e2"],["-0.76243057000000022e2","0.78512207000000103e2"],["-0.76124999999999943e2","0.78494141000000127e2"],["-0.76114165999999955e2","0.78488312000000121e2"],["-0.76112777999999878e2","0.78481094000000098e2"],["-0.76108886999999982e2","0.78474990999999989e2"],["-0.76100554999999986e2","0.78468322999999998e2"],["-0.76081679999999949e2","0.78464432000000102e2"],["-0.76057495000000017e2","0.78461929000000112e2"],["-0.75761123999999995e2","0.78443862999999965e2"],[-75.61721799999998,78.43803400000013],[-75.49888599999997,"0.78433044000000052e2"],["-0.75443603999999993e2","0.78430542000000003e2"],["-0.75410827999999924e2","0.78426651000000106e2"],["-0.75269729999999925e2","0.78404160000000104e2"],["-0.75089995999999985e2","0.78368866000000025e2"],["-0.75031386999999995e2","0.78331375000000037e2"],["-0.75038329999999917e2","0.78325546000000031e2"],["-0.75051940999999886e2","0.78315810999999997e2"],[-75.0625,"0.78309708000000001e2"],["-0.75086670000000026e2","0.78306366000000082e2"],["-0.75189986999999974e2","0.78299713000000111e2"],[-75.22193900000002,"0.78300262000000032e2"],["-0.75246108999999933e2",78.303314],["-0.75273055999999883e2","0.78305542000000116e2"],["-0.75307495000000017e2","0.78305542000000116e2"],["-0.75358611999999937e2","0.78301651000000049e2"],["-0.75377212999999983e2",78.29664600000001],["-0.75385009999999909e2","0.78291367000000037e2"],["-0.75392226999999934e2","0.78285262999999986e2"],[-75.39805599999994,"0.78272491000000002e2"],["-0.75479172000000005e2","0.78222214000000122e2"],["-0.75494155999999975e2","0.78217209000000082e2"],["-0.75513335999999924e2","0.78212769000000037e2"],["-0.75582503999999915e2","0.78201096000000007e2"],[-75.61361699999992,"0.78198029000000076e2"],["-0.75650283999999942e2","0.78196930000000123e2"],["-0.75679442999999992e2","0.78198318000000029e2"],["-0.75776397999999972e2","0.78210541000000092e2"],["-0.75902495999999928e2","0.78224152000000061e2"],["-0.75985549999999932e2","0.78229979999999955e2"],["-0.76157227000000034e2","0.78240540000000124e2"],["-0.76188888999999961e2","0.78241089000000045e2"],["-0.76225829999999974e2","0.78239975000000072e2"],["-0.76291945999999996e2","0.78234421000000054e2"],["-0.76324447999999961e2",78.23275799999999],["-0.76361389000000031e2","0.78231658999999979e2"],["-0.76393065999999976e2","0.78232208000000128e2"],["-0.76474715999999944e2","0.78239425999999924e2"],["-0.76520278999999903e2",78.24552900000009],["-0.76548049999999876e2","0.78248322000000087e2"],["-0.76574172999999917e2","0.78249709999999993e2"],["-0.76608336999999949e2","0.78249419999999986e2"],["-0.76630554000000018e2","0.78247757000000036e2"],["-0.76831680000000006e2","0.78230820000000051e2"],["-0.76855269999999962e2","0.78227478000000076e2"],["-0.76888061999999991e2",78.21804800000001],["-0.76898620999999935e2","0.78212494000000049e2"],["-0.76912216000000001e2","0.78201096000000007e2"],[-76.90834000000001,"0.78195525999999916e2"],["-0.76883330999999941e2","0.78191925000000083e2"],["-0.76688599000000011e2","0.78168869000000029e2"],["-0.76664444000000003e2","0.78166092000000106e2"],["-0.76641678000000013e2","0.78164429000000041e2"],["-0.76537780999999939e2","0.78158324999999991e2"],["-0.76021392999999989e2","0.78138046000000031e2"],["-0.75763900999999976e2","0.78131653000000085e2"],["-0.75735549999999989e2",78.1308140000001],["-0.75621933000000013e2",78.1244200000001],[-75.59722899999997,78.12081900000004],["-0.75581389999999942e2",78.115814],["-0.75575561999999934e2","0.78107758000000103e2"],["-0.75575287000000003e2","0.78101379000000065e2"],["-0.75588897999999972e2","0.78089432000000102e2"],["-0.75599166999999909e2","0.78083328000000051e2"],["-0.75692763999999954e2","0.78039978000000076e2"],["-0.75707503999999915e2","0.78034988000000055e2"],["-0.75723052999999993e2","0.78030823000000055e2"],["-0.75761123999999995e2","0.78022491000000059e2"],["-0.75809433000000013e2","0.78008331000000112e2"],["-0.75838608000000022e2","0.77998322000000087e2"],["-0.75922775000000001e2","0.77956650000000081e2"],["-0.75965011999999888e2","0.77973037999999917e2"],["-0.75984160999999858e2","0.77977478000000133e2"],["-0.76157227000000034e2","0.78012497000000053e2"],["-0.76214721999999995e2",78.01527399999992],["-0.76246108999999933e2","0.78015823000000069e2"],["-0.76276672000000019e2","0.78012772000000041e2"],["-0.76303054999999972e2","0.78009430000000123e2"],["-0.76444716999999912e2","0.77988586000000112e2"],[-76.466949,"0.77984710999999947e2"],["-0.76481383999999935e2","0.77979706000000078e2"],["-0.76491942999999992e2","0.77968597000000045e2"],["-0.76499725000000012e2","0.77958327999999995e2"],["-0.76526108000000022e2","0.77949142000000052e2"],["-0.76548339999999996e2","0.77944977000000051e2"],["-0.76595839999999953e2","0.77939697000000137e2"],["-0.76669998000000021e2","0.77936371000000122e2"],["-0.76694442999999865e2","0.77937195000000088e2"],["-0.76730559999999912e2","0.77936096000000077e2"],["-0.76757232999999985e2",77.93331900000004],["-0.76780288999999925e2","0.77929977000000065e2"],["-0.76802490000000034e2","0.77920258000000103e2"],["-0.76805557000000022e2","0.77917205999999965e2"],["-0.76806945999999925e2",77.91304000000008],["-0.76825287000000003e2","0.77908325000000048e2"],[-76.86221299999994,77.90277100000003],[-76.93110699999994,"0.77901382000000069e2"],["-0.76959731999999974e2","0.77902481000000023e2"],["-0.76986114999999927e2","0.77904708999999968e2"],["-0.77036391999999921e2","0.77909714000000008e2"],["-0.77077788999999939e2","0.77915817000000004e2"],["-0.77089171999999962e2","0.77919708000000071e2"],["-0.77095276000000013e2","0.77927199999999971e2"],["-0.77104172000000005e2","0.77934417999999994e2"],["-0.77120269999999891e2","0.77939148000000046e2"],["-0.77160003999999901e2","0.77946091000000024e2"],["-0.77210830999999985e2","0.77949142000000052e2"],["-0.77244445999999982e2","0.77948593000000074e2"],["-0.77272232000000031e2","0.77946365000000128e2"],["-0.77298339999999996e2","0.77942749000000106e2"],["-0.77336120999999991e2",77.94081099999994],["-0.77838897999999972e2","0.77942749000000106e2"],["-0.77997498000000007e2","0.77957214000000022e2"],[-78.03694200000001,"0.77966384999999946e2"],["-0.78140838999999914e2","0.77985260000000096e2"],["-0.78162216000000001e2","0.77988312000000008e2"],["-0.78237502999999947e2","0.77995818999999983e2"],["-0.78260833999999932e2","0.77995254999999986e2"],["-0.78411391999999921e2","0.77917755000000113e2"],["-0.78420837000000006e2","0.77912491000000102e2"],["-0.78426391999999964e2",77.90637200000009],["-0.78419723999999974e2","0.77898880000000133e2"],["-0.78410552999999936e2","0.77892211999999972e2"],["-0.78330840999999907e2","0.77868591000000094e2"],["-0.78317107999999962e2",77.865814],["-0.78282500999999968e2","0.77862762000000089e2"],["-0.78260283999999899e2","0.77861374000000012e2"],["-0.78173889000000031e2","0.77859984999999995e2"],["-0.78139450000000011e2","0.77857208000000128e2"],[-77.97193900000002,"0.77807204999999954e2"],["-0.77958617999999888e2","0.77802200000000084e2"],["-0.77947768999999994e2","0.77796371000000079e2"],["-0.77940826000000015e2","0.77765549000000021e2"],["-0.77940551999999968e2","0.77759995000000004e2"],["-0.77981109999999887e2","0.77701385000000073e2"],["-0.77920272999999952e2","0.77669983000000116e2"],["-0.77882767000000001e2","0.77661652000000004e2"],["-0.77862777999999992e2","0.77656372000000147e2"],["-0.77742766999999958e2","0.77622208000000114e2"],["-0.77724716000000001e2","0.77613312000000008e2"],["-0.77718612999999948e2","0.77605820000000051e2"],["-0.77723052999999936e2","0.77599152000000061e2"],["-0.77730835000000013e2","0.77597214000000122e2"],[-77.87222300000002,"0.77568329000000119e2"],["-0.77952224999999999e2","0.77555817000000104e2"],["-0.77958343999999954e2","0.77529709000000139e2"],["-0.77944442999999978e2","0.77511383000000137e2"],["-0.77946105999999986e2","0.77504714999999976e2"],["-0.77948607999999979e2","0.77501938000000109e2"],["-0.77981673999999998e2","0.77486374000000012e2"],[-77.99499499999996,"0.77481094000000098e2"],["-0.78256667999999934e2","0.77381926999999962e2"],["-0.78303878999999995e2","0.77373306000000071e2"],["-0.78690552000000025e2","0.77315535999999952e2"],["-0.78741104000000007e2","0.77309418000000051e2"],["-0.78777221999999995e2","0.77307205000000067e2"],["-0.78806655999999975e2","0.77307205000000067e2"],["-0.78834166999999923e2",77.30831900000004],["-0.78839721999999995e2","0.77310256999999979e2"],["-0.78833069000000023e2","0.77314987000000031e2"],["-0.78786117999999988e2","0.77335815000000082e2"],["-0.78733886999999982e2","0.77362762000000032e2"],["-0.78726944000000003e2","0.77367477000000065e2"],["-0.78725280999999995e2","0.77371094000000028e2"],["-0.78727782999999988e2","0.77375259000000028e2"],["-0.78764449999999954e2",77.3808140000001],["-0.78784438999999907e2",77.3808140000001],["-0.78816665999999998e2","0.77378036000000122e2"],["-0.78841110000000015e2","0.77374420000000043e2"],["-0.78861663999999962e2","0.77370255000000043e2"],[-78.89805599999994,"0.77360809000000074e2"],["-0.78920273000000009e2","0.77350815000000068e2"],["-0.78939986999999917e2","0.77338882000000012e2"],["-0.78948043999999982e2","0.77332489000000066e2"],["-0.78955565999999919e2","0.77328322999999955e2"],["-0.78968338000000017e2","0.77323317999999915e2"],[-79.00418099999996,"0.77313873000000058e2"],["-0.79083327999999995e2","0.77299987999999985e2"],["-0.79139724999999999e2","0.77293594000000098e2"],["-0.79171386999999868e2","0.77290817000000004e2"],["-0.79207229999999981e2","0.77288315000000125e2"],["-0.79270554000000004e2","0.77286926000000108e2"],["-0.79321670999999924e2","0.77288589000000059e2"],["-0.79373321999999973e2",77.29304499999995],["-0.79493332000000009e2","0.77304428000000144e2"],["-0.79631377999999984e2","0.77316666000000055e2"],["-0.79653885000000002e2","0.77318603999999993e2"],["-0.79712218999999948e2","0.77318328999999949e2"],[-79.83666999999997,"0.77306931000000134e2"],["-0.79860824999999977e2",77.303314],["-0.79881942999999978e2","0.77299713000000111e2"],["-0.79896118000000001e2","0.77295822000000044e2"],[-79.92332499999992,"0.77285263000000043e2"],["-0.79960555999999883e2","0.77276932000000102e2"],["-0.79988327000000027e2","0.77273604999999975e2"],[-80.01916499999993,"0.77272217000000069e2"],["-0.80042495999999971e2","0.77272766000000047e2"],["-0.80456116000000009e2","0.77296097000000088e2"],["-0.80753341999999918e2","0.77330551000000128e2"],["-0.80775833000000034e2","0.77334427000000005e2"],["-0.80879714999999919e2","0.77353043000000014e2"],["-0.81005568999999923e2","0.77377197000000137e2"],["-0.81015288999999996e2","0.77381363000000022e2"],["-0.81019454999999994e2","0.77392761000000064e2"],["-0.81027221999999995e2","0.77398041000000092e2"],["-0.81035277999999948e2",77.40109300000006],["-0.81095276000000013e2","0.77411925999999994e2"],["-0.81121108999999933e2","0.77413605000000018e2"],["-0.81150833000000034e2","0.77413605000000018e2"],["-0.81207778999999903e2","0.77415817000000061e2"],["-0.81254729999999995e2","0.77420532000000094e2"],["-0.81277495999999928e2",77.42442299999999],["-0.81294448999999929e2","0.77429153000000042e2"],["-0.81310546999999985e2","0.77434982000000048e2"],["-0.81316665999999998e2","0.77438873000000115e2"],["-0.81321121000000005e2","0.77450272000000041e2"],["-0.81325287000000003e2","0.77454987000000074e2"],["-0.81337509000000011e2","0.77462769000000037e2"],["-0.81351669000000015e2","0.77469711000000075e2"],["-0.81370543999999938e2","0.77475540000000137e2"],["-0.81388901000000033e2","0.77480819999999994e2"],["-0.81442215000000033e2","0.77491364000000033e2"],["-0.81533889999999928e2","0.77506942999999978e2"],["-0.81573623999999938e2","0.77512771999999984e2"],["-0.81587783999999942e2","0.77517487000000017e2"],["-0.81589721999999995e2","0.77520828000000051e2"],["-0.81608337000000006e2","0.77553588999999988e2"],["-0.81610549999999989e2","0.77576096000000064e2"],["-0.81820281999999963e2","0.77621918000000107e2"],["-0.81839721999999938e2","0.77625809000000004e2"],["-0.81845001000000025e2","0.77628860000000032e2"],["-0.81848617999999988e2","0.77639434999999935e2"],["-0.81847778000000005e2","0.77643326000000002e2"],["-0.81836670000000026e2",77.65498400000007],["-0.81847503999999901e2","0.77665817000000004e2"],["-0.81860000999999954e2","0.77671371000000022e2"],["-0.81876662999999951e2","0.77677475000000072e2"],[-81.89527899999996,"0.77682480000000112e2"],["-0.81913894999999911e2","0.77685532000000023e2"],["-0.81928329000000019e2","0.77685806000000127e2"],["-0.81930283000000031e2","0.77684981999999991e2"],["-0.81935546999999929e2","0.77678040000000067e2"],["-0.81949158000000011e2","0.77655258000000003e2"],["-0.81949431999999945e2","0.77644989000000123e2"],["-0.81911391999999921e2","0.77609421000000111e2"],["-0.81895844000000011e2","0.77604156000000046e2"],["-0.81857223999999974e2","0.77598877000000073e2"],["-0.81810271999999941e2","0.77595260999999994e2"],["-0.81798049999999989e2",77.59165999999999],["-0.81787506000000008e2","0.77587494000000049e2"],["-0.81678054999999972e2","0.77538315000000068e2"],["-0.81670546999999942e2","0.77531662000000097e2"],["-0.81667220999999984e2",77.52526899999998],["-0.81666945999999996e2","0.77502213000000097e2"],["-0.81670836999999949e2","0.77496094000000085e2"],["-0.81690276999999924e2","0.77485260000000039e2"],["-0.81710555999999997e2","0.77474990999999989e2"],[-81.71945199999999,"0.77469986000000119e2"],["-0.81748046999999929e2","0.77448029000000076e2"],["-0.81743606999999997e2","0.77441086000000098e2"],["-0.81739440999999999e2","0.77436371000000065e2"],["-0.81728881999999999e2","0.77429977000000008e2"],["-0.81700561999999877e2","0.77422760000000096e2"],["-0.81523620999999991e2","0.77378036000000122e2"],["-0.81484726000000023e2","0.77372208000000001e2"],["-0.81432220000000029e2","0.77368042000000059e2"],["-0.81336670000000026e2","0.77368591000000038e2"],[-81.25140399999998,77.36914100000007],["-0.81203888000000006e2","0.77370529000000147e2"],["-0.81189986999999917e2","0.77368042000000059e2"],["-0.81178054999999972e2","0.77360259999999926e2"],["-0.81172775000000001e2","0.77354705999999965e2"],["-0.81167769999999962e2","0.77342758000000117e2"],["-0.81165833000000021e2","0.77337204000000099e2"],["-0.81165833000000021e2","0.77332764000000054e2"],["-0.81169448999999986e2",77.32249500000006],["-0.81283889999999985e2","0.77315262000000018e2"],["-0.81425003000000004e2","0.77306366000000082e2"],["-0.81538329999999974e2","0.77302765000000079e2"],["-0.81874999999999943e2","0.77292480000000126e2"],["-0.81953887999999949e2","0.77302200000000028e2"],["-0.82091948999999943e2","0.77316376000000048e2"],["-0.82151397999999972e2","0.77303864000000033e2"],["-0.82166107000000011e2","0.77292480000000126e2"],["-0.82081680000000006e2","0.77272766000000047e2"],["-0.82043335000000013e2","0.77265548999999908e2"],["-0.81978881999999999e2","0.77258331000000112e2"],[-81.90695199999999,"0.77198318000000029e2"],["-0.81906577999999968e2",77.1933140000001],["-0.81902221999999995e2","0.77187195000000031e2"],["-0.81876099000000011e2","0.77174698000000092e2"],["-0.81868057000000022e2","0.77171646000000123e2"],["-0.81834166999999866e2","0.77162491000000102e2"],["-0.81796660999999972e2","0.77157486000000063e2"],[-81.78694200000001,"0.77157486000000063e2"],["-0.81715835999999967e2","0.77176926000000037e2"],["-0.81696654999999907e2","0.77181366000000025e2"],["-0.81634444999999971e2","0.77193863000000022e2"],["-0.81607497999999964e2","0.77197479000000101e2"],["-0.81395003999999972e2","0.77231659000000036e2"],["-0.81149170000000026e2","0.77274703999999986e2"],["-0.80960281000000009e2","0.77271378000000141e2"],["-0.80592772999999966e2","0.77242477000000008e2"],["-0.80526397999999915e2","0.77234985000000052e2"],["-0.80280288999999868e2","0.77213608000000022e2"],["-0.80258621000000005e2","0.77212204000000042e2"],["-0.80205840999999964e2","0.77209427000000119e2"],["-0.80154998999999975e2","0.77208037999999931e2"],["-0.80135833999999988e2","0.77205826000000059e2"],["-0.80116104000000007e2",77.20138500000013],["-0.80114715999999987e2","0.77195525999999973e2"],["-0.80136947999999961e2","0.77186096000000077e2"],["-0.80152785999999992e2","0.77181656000000032e2"],["-0.80255004999999983e2","0.77153320000000122e2"],["-0.80401671999999962e2","0.77086655000000007e2"],[-80.40972899999997,"0.77081100000000106e2"],[-80.40972899999997,"0.77076660000000118e2"],["-0.80394454999999937e2","0.77072769000000051e2"],["-0.80373046999999929e2","0.77071380999999917e2"],[-80.34584000000001,"0.77074996999999996e2"],["-0.80328063999999927e2","0.77078323000000012e2"],["-0.80206954999999937e2","0.77108597000000088e2"],["-0.80159438999999963e2","0.77122756999999979e2"],["-0.80135009999999966e2","0.77139435000000049e2"],["-0.80118606999999997e2","0.77150818000000072e2"],["-0.80094726999999978e2","0.77161102000000085e2"],["-0.80072509999999909e2",77.17053199999998],["-0.80013335999999924e2","0.77190536000000066e2"],[-79.93582200000003,"0.77206650000000025e2"],["-0.79785278000000005e2","0.77231368999999972e2"],["-0.79725829999999917e2","0.77239975000000072e2"],["-0.79660277999999948e2",77.24443100000002],["-0.79633057000000008e2","0.77243317000000047e2"],["-0.79445540999999992e2","0.77234421000000111e2"],["-0.79424163999999905e2","0.77233047000000113e2"],["-0.79255004999999983e2","0.77218596999999988e2"],[-79.216949,"0.77209717000000126e2"],["-0.79041945999999882e2","0.77161102000000085e2"],["-0.79033066000000019e2","0.77156647000000078e2"],[-79.02806099999998,"0.77150543000000027e2"],["-0.79003890999999953e2","0.77103592000000049e2"],["-0.79005004999999926e2",77.09693900000002],["-0.79013335999999924e2",77.09137000000004],["-0.79029723999999987e2","0.77086929000000112e2"],["-0.79132492000000013e2","0.77053589000000045e2"],["-0.79328888000000006e2","0.76978591999999935e2"],["-0.79365554999999915e2","0.76963318000000072e2"],["-0.79376663000000008e2","0.76957489000000066e2"],["-0.79391387999999949e2","0.76947204999999997e2"],["-0.79395003999999915e2","0.76940536000000122e2"],["-0.79393065999999976e2","0.76934143000000006e2"],["-0.79386948000000018e2","0.76927475000000015e2"],[-79.37222300000002,"0.76923309000000131e2"],[-79.34584000000001,76.91804500000012],["-0.79317504999999926e2","0.76917755000000113e2"],["-0.79244445999999925e2","0.76924987999999928e2"],["-0.79193053999999904e2","0.76929152999999928e2"],["-0.79005843999999911e2","0.76936096000000134e2"],["-0.78980835000000013e2","0.76936371000000122e2"],["-0.78954178000000013e2","0.76935256999999979e2"],["-0.78886123999999995e2","0.76926926000000094e2"],["-0.78870834000000002e2","0.76922211000000061e2"],["-0.78866394000000014e2","0.76918869000000086e2"],["-0.78910004000000015e2","0.76886658000000011e2"],["-0.78915282999999988e2","0.76839706000000092e2"],["-0.78748336999999935e2","0.76822494999999947e2"],["-0.78721938999999963e2","0.76821380999999974e2"],["-0.78712218999999948e2","0.76823318000000029e2"],["-0.78708053999999947e2","0.76824997000000053e2"],[-78.56361400000003,"0.76906647000000135e2"],["-0.78566101000000003e2","0.76913605000000132e2"],["-0.78567504999999983e2","0.76927200000000028e2"],["-0.78562774999999874e2","0.76933043999999995e2"],["-0.78553878999999938e2","0.76938582999999994e2"],["-0.78547775000000001e2","0.76941360000000088e2"],["-0.78384444999999914e2",76.99971000000005],["-0.78344161999999926e2","0.77007767000000001e2"],[-78.32028200000002,"0.77011658000000068e2"],["-0.78292770000000019e2","0.77014709000000096e2"],["-0.78196944999999971e2","0.77019440000000031e2"],["-0.78140838999999914e2",77.01998900000001],["-0.78087219000000005e2","0.77017761000000007e2"],[-78.07028200000002,"0.77014434999999992e2"],["-0.77896666999999979e2","0.76955551000000128e2"],["-0.77886947999999961e2","0.76947754000000145e2"],["-0.77881103999999993e2","0.76940262000000018e2"],["-0.77779448999999943e2",76.79136699999998],["-0.77789443999999946e2",76.78166200000004],["-0.77813323999999966e2","0.76692748999999992e2"],["-0.77813613999999973e2","0.76687759000000085e2"],["-0.77813048999999864e2",76.68193100000002],["-0.77804992999999968e2","0.76675261999999918e2"],["-0.77769454999999937e2","0.76658325000000104e2"],[-77.78443900000002,"0.76650269000000037e2"],["-0.77810271999999941e2","0.76640823000000069e2"],["-0.77841110000000015e2","0.76633331000000112e2"],["-0.77861663999999905e2","0.76629700000000071e2"],["-0.77918335000000013e2",76.62831100000011],["-0.77947219999999959e2","0.76629425000000083e2"],["-0.77985000999999954e2","0.76632476999999994e2"],["-0.78013625999999988e2","0.76630814000000044e2"],["-0.78027495999999985e2","0.76626922999999977e2"],["-0.78089721999999995e2","0.76609420999999941e2"],["-0.78097777999999948e2","0.76606094000000041e2"],["-0.78178328999999962e2","0.76566085999999984e2"],["-0.78186110999999926e2","0.76559708000000001e2"],["-0.78206107999999972e2",76.53914600000013],["-0.78256667999999934e2","0.76506653000000142e2"],["-0.78364440999999999e2","0.76462493999999992e2"],["-0.78377486999999917e2","0.76458038000000101e2"],["-0.78435103999999967e2","0.76453171000000111e2"],["-0.78443328999999892e2","0.76452209000000096e2"],["-0.78473052999999993e2","0.76451660000000118e2"],["-0.78519164999999987e2","0.76456940000000031e2"],["-0.78552490000000034e2","0.76464157000000114e2"],["-0.78607772999999952e2","0.76486649000000057e2"],[-78.61471599999993,"0.76489975000000072e2"],["-0.78619445999999982e2","0.76496094000000085e2"],["-0.78616942999999992e2","0.76498871000000008e2"],["-0.78615004999999883e2",76.5],["-0.78611388999999917e2",76.49941999999993],["-0.78597228999999913e2","0.76505264000000125e2"],[-78.591949,76.5086060000001],["-0.78588332999999977e2","0.76513046000000088e2"],["-0.78613327000000027e2","0.76547759999999982e2"],["-0.78627212999999927e2","0.76563873000000001e2"],[-78.75111400000003,"0.76572220000000016e2"],["-0.78773330999999985e2","0.76572768999999937e2"],["-0.78790558000000033e2","0.76571655000000135e2"],["-0.78868331999999953e2","0.76521103000000096e2"],["-0.78886947999999961e2","0.76497208000000057e2"],["-0.78900833000000034e2","0.76478867000000093e2"],["-0.78937774999999988e2","0.76449997000000053e2"],["-0.78946655000000021e2","0.76444976999999994e2"],[-78.96945199999999,76.43414300000012],["-0.78994155999999975e2","0.76424423000000047e2"],["-0.79013061999999991e2","0.76420258000000047e2"],[-79.06138599999997,76.41276600000009],["-0.79090285999999992e2","0.76411377000000073e2"],["-0.79139174999999966e2","0.76411652000000117e2"],["-0.79170837000000006e2","0.76409988000000112e2"],[-79.18971299999987,"0.76405823000000112e2"],["-0.79198043999999868e2","0.76400269000000094e2"],["-0.79261123999999995e2","0.76352202999999975e2"],["-0.79265563999999927e2","0.76346100000000035e2"],["-0.79266402999999968e2","0.76339432000000102e2"],["-0.79262786999999946e2","0.76331940000000145e2"],["-0.79254181000000017e2","0.76320267000000115e2"],[-79.25306699999993,"0.76314697000000024e2"],["-0.79261123999999995e2","0.76309143000000063e2"],["-0.79272780999999952e2","0.76304152999999985e2"],["-0.79312774999999988e2","0.76297484999999995e2"],["-0.79338608000000022e2","0.76296371000000022e2"],["-0.79365828999999962e2","0.76296646000000067e2"],["-0.79414168999999902e2","0.76301086000000055e2"],["-0.79445540999999992e2","0.76306641000000127e2"],["-0.79500838999999928e2","0.76314148000000102e2"],["-0.79525283999999886e2",76.31442300000009],["-0.79573623999999995e2","0.76311645999999996e2"],["-0.79596664000000033e2","0.76308594000000085e2"],["-0.79805556999999965e2","0.76278320000000065e2"],["-0.79924438000000009e2",76.25360100000006],["-0.80061385999999914e2","0.76226928999999984e2"],["-0.80087218999999948e2","0.76223602000000085e2"],["-0.80107223999999974e2",76.2227630000001],["-0.80121658000000025e2","0.76224426000000051e2"],["-0.80136123999999995e2","0.76228317000000118e2"],["-0.80156386999999881e2",76.23692299999999],["-0.80178329000000019e2","0.76239700000000084e2"],["-0.80203613000000018e2","0.76240539999999953e2"],["-0.80230285999999978e2","0.76239975000000129e2"],["-0.80261123999999995e2","0.76238312000000008e2"],[-80.2933349999999,"0.76235260000000096e2"],["-0.80338332999999977e2","0.76228317000000118e2"],["-0.80366942999999992e2","0.76218048000000067e2"],["-0.80375548999999921e2","0.76213043000000027e2"],["-0.80383056999999951e2",76.20748900000001],["-0.80396666999999923e2","0.76202208999999982e2"],["-0.80412216000000001e2","0.76198029000000133e2"],["-0.80426940999999886e2","0.76195525999999973e2"],["-0.80506957999999941e2","0.76196365000000128e2"],["-0.80606383999999991e2","0.76191650000000095e2"],["-0.80627486999999917e2","0.76187195000000088e2"],["-0.80637787000000003e2",76.17053199999998],["-0.80639724999999885e2","0.76167480000000069e2"],["-0.80654175000000009e2","0.76162491000000102e2"],["-0.80672501000000011e2","0.76158325000000048e2"],["-0.80703338999999971e2","0.76156647000000078e2"],["-0.80949996999999996e2","0.76144989000000066e2"],["-0.81053329000000019e2","0.76128036000000009e2"],["-0.81075835999999924e2","0.76129149999999981e2"],["-0.81085830999999928e2","0.76134155000000021e2"],["-0.81090285999999935e2","0.76137496999999939e2"],[-81.095551,"0.76212204000000042e2"],["-0.81047501000000011e2","0.76249419999999986e2"],["-0.81041106999999954e2",76.25360100000006],["-0.81026397999999915e2","0.76258331000000112e2"],["-0.80903885000000002e2","0.76312194999999974e2"],["-0.80783614999999998e2","0.76374985000000095e2"],["-0.80769454999999994e2","0.76384720000000016e2"],["-0.80761123999999995e2","0.76394150000000081e2"],["-0.80760009999999909e2",76.40415999999999],["-0.80763625999999874e2","0.76411102000000085e2"],["-0.80771666999999923e2","0.76419144000000017e2"],[-80.78472899999997,"0.76423874000000069e2"],["-0.80991668999999945e2","0.76483047000000056e2"],["-0.81188889000000017e2","0.76518875000000094e2"],["-0.81275008999999955e2","0.76533325000000048e2"],["-0.81304169000000002e2","0.76510544000000039e2"],["-0.81337218999999891e2","0.76494980000000112e2"],["-0.81351944000000003e2","0.76490265000000079e2"],["-0.81388901000000033e2","0.76481368999999972e2"],["-0.81411117999999988e2","0.76477478000000076e2"],["-0.81460830999999928e2","0.76471374999999966e2"],["-0.81492492999999911e2","0.76469437000000028e2"],["-0.81521941999999967e2","0.76468596999999988e2"],["-0.81636948000000018e2","0.76468872000000147e2"],[-81.71665999999999,"0.76470260999999994e2"],["-0.81788605000000018e2","0.76474700999999982e2"],["-0.81879990000000021e2","0.76483871000000022e2"],["-0.82039718999999934e2","0.76509430000000066e2"],[-82.05860899999999,"0.76513610999999969e2"],["-0.82075835999999981e2","0.76518600000000106e2"],["-0.82083617999999944e2","0.76523879999999963e2"],[-82.03195199999999,"0.76553588999999988e2"],["-0.81985000999999954e2","0.76578597999999943e2"],["-0.81981948999999929e2","0.76584717000000012e2"],["-0.81993331999999953e2","0.76590270999999973e2"],["-0.82045273000000009e2","0.76603592000000106e2"],["-0.82056655999999862e2","0.76609146000000123e2"],["-0.82049438000000009e2","0.76612488000000042e2"],["-0.81953338999999914e2","0.76631927000000132e2"],["-0.81873610999999869e2","0.76645828000000108e2"],["-0.81851394999999968e2","0.76649719000000005e2"],["-0.81814163000000008e2","0.76658599999999922e2"],["-0.81790282999999931e2",76.667755],["-0.81782227000000034e2","0.76672760000000039e2"],["-0.81776947000000007e2","0.76677475000000072e2"],["-0.81778885000000002e2","0.76681090999999924e2"],["-0.81785827999999924e2","0.76685532000000023e2"],["-0.81799163999999962e2","0.76685805999999957e2"],["-0.81819457999999997e2","0.76682754999999986e2"],["-0.81838057999999933e2","0.76678314000000057e2"],["-0.81852782999999988e2","0.76673599000000024e2"],["-0.81861938000000009e2","0.76669144000000017e2"],["-0.81893341000000021e2","0.76660812000000021e2"],["-0.82081115999999952e2","0.76631087999999977e2"],["-0.82115554999999915e2","0.76628860000000032e2"],["-0.82145553999999947e2","0.76628036000000066e2"],["-0.82199996999999996e2","0.76628586000000098e2"],["-0.82273330999999928e2","0.76633331000000112e2"],["-0.82292495999999971e2","0.76635544000000095e2"],["-0.82326950000000011e2","0.76641373000000101e2"],["-0.82346114999999998e2","0.76645538000000101e2"],["-0.82377486999999917e2","0.76657485999999949e2"],["-0.82442490000000021e2","0.76684981999999991e2"],["-0.82470276000000013e2","0.76698868000000004e2"],["-0.82476668999999958e2","0.76704712000000029e2"],["-0.82487212999999997e2","0.76717758000000117e2"],["-0.82580291999999986e2","0.76776382000000012e2"],["-0.82596114999999998e2","0.76782486000000006e2"],["-0.82698607999999979e2","0.76812485000000038e2"],["-0.82725005999999951e2","0.76819153000000028e2"],["-0.82749725000000012e2","0.76818604000000107e2"],["-0.82767226999999991e2","0.76813309000000004e2"],["-0.82769729999999925e2","0.76811096000000077e2"],[-82.76556399999987,"0.76808318999999983e2"],[-82.74610899999999,"0.76804153000000042e2"],["-0.82728333000000021e2","0.76799149000000114e2"],["-0.82698607999999979e2","0.76788589000000002e2"],["-0.82640563999999983e2","0.76766388000000006e2"],["-0.82556106999999997e2","0.76723038000000031e2"],["-0.82558333999999945e2","0.76718322999999998e2"],["-0.82566665999999941e2","0.76707489000000123e2"],["-0.82569457999999941e2","0.76701385000000073e2"],["-0.82562499999999943e2","0.76688873000000058e2"],["-0.82545546999999942e2","0.76674149000000057e2"],["-0.82533324999999991e2","0.76666382000000056e2"],["-0.82460555999999997e2","0.76636108000000036e2"],["-0.82435271999999998e2","0.76628036000000066e2"],["-0.82415008999999884e2",76.62303199999991],["-0.82308884000000035e2","0.76609420999999941e2"],["-0.82208054000000004e2","0.76593048000000067e2"],["-0.82113891999999908e2","0.76572220000000016e2"],["-0.82102218999999991e2","0.76568878000000041e2"],["-0.82081115999999952e2","0.76561096000000134e2"],["-0.82093886999999995e2","0.76557205000000067e2"],["-0.82175002999999947e2","0.76546936000000017e2"],["-0.82196944999999971e2","0.76542755000000113e2"],["-0.82211394999999925e2",76.53804000000008],[-82.22222899999997,"0.76532761000000107e2"],["-0.82225280999999995e2","0.76526657000000057e2"],["-0.82224715999999887e2","0.76520264000000111e2"],["-0.82222504000000015e2","0.76514435000000105e2"],["-0.82216399999999965e2",76.5086060000001],["-0.82189437999999882e2","0.76486649000000057e2"],["-0.82158050999999944e2","0.76466095000000053e2"],["-0.82147232000000031e2","0.76461105000000032e2"],["-0.82135558999999944e2","0.76453323000000069e2"],["-0.82131377999999927e2","0.76448593000000017e2"],["-0.82127212999999927e2","0.76441650000000038e2"],["-0.82132216999999912e2","0.76436919999999986e2"],["-0.82162505999999951e2","0.76421921000000111e2"],[-82.17971799999998,"0.76416931000000091e2"],["-0.82209441999999967e2","0.76409988000000112e2"],["-0.82260284000000013e2","0.76398605000000089e2"],["-0.82293335000000013e2","0.76395827999999995e2"],["-0.82348342999999943e2","0.76395537999999988e2"],["-0.82483063000000016e2","0.76396378000000027e2"],["-0.82704453000000001e2","0.76386932000000058e2"],["-0.82833327999999881e2","0.76397766000000104e2"],["-0.82990554999999915e2","0.76426650999999993e2"],["-0.83003615999999965e2","0.76429153000000042e2"],[-83.0625,"0.76450272000000041e2"],["-0.83099730999999963e2","0.76463882000000126e2"],["-0.83102492999999981e2","0.76469437000000028e2"],["-0.83096953999999982e2","0.76475814999999955e2"],[-83.08944699999995,"0.76480819999999994e2"],["-0.83065001999999993e2","0.76491089000000045e2"],["-0.83061935000000005e2","0.76497208000000057e2"],["-0.83075012000000015e2","0.76532761000000107e2"],["-0.83084441999999967e2","0.76546370999999965e2"],["-0.83110001000000011e2","0.76579987000000131e2"],["-0.83116652999999985e2","0.76586105000000089e2"],["-0.83198607999999979e2","0.76619431000000077e2"],["-0.83338897999999858e2",76.66415400000011],["-0.83384170999999981e2","0.76730819999999994e2"],["-0.83365279999999927e2","0.76740540000000067e2"],["-0.83358611999999937e2","0.76746094000000028e2"],["-0.83355834999999956e2","0.76752213000000097e2"],["-0.83362212999999997e2","0.76756103999999937e2"],["-0.83379989999999964e2","0.76758881000000031e2"],["-0.83400833000000034e2","0.76759995000000004e2"],["-0.83410003999999901e2","0.76757767000000058e2"],["-0.83497498000000007e2","0.76723876999999959e2"],["-0.83518340999999964e2","0.76713318000000129e2"],["-0.83523620999999935e2","0.76706649999999968e2"],["-0.83523330999999928e2","0.76700821000000133e2"],["-0.83520553999999947e2","0.76695251000000042e2"],["-0.83515014999999948e2","0.76689972000000068e2"],["-0.83499161000000015e2","0.76676651000000106e2"],["-0.83352218999999991e2","0.76612488000000042e2"],["-0.83331116000000009e2","0.76603317000000118e2"],["-0.83316101000000003e2","0.76598037999999974e2"],["-0.83298614999999984e2","0.76593048000000067e2"],["-0.83278060999999923e2","0.76588318000000072e2"],["-0.83254181000000017e2","0.76579437000000098e2"],["-0.83246383999999978e2","0.76572768999999937e2"],["-0.83207503999999915e2","0.76505553999999961e2"],["-0.83184432999999899e2","0.76424988000000042e2"],["-0.83188323999999966e2","0.76419434000000081e2"],["-0.83202224999999942e2","0.76414428999999984e2"],["-0.83223617999999874e2","0.76410537999999917e2"],["-0.83256667999999991e2","0.76407486000000006e2"],["-0.83285827999999981e2","0.76406372000000033e2"],["-0.83439986999999917e2","0.76411102000000085e2"],["-0.83619995000000017e2","0.76423599000000081e2"],["-0.83691100999999946e2","0.76428863999999919e2"],["-0.83710555999999997e2","0.76433044000000109e2"],["-0.83735000999999954e2","0.76444138000000009e2"],["-0.83734160999999915e2","0.76449141999999995e2"],["-0.83735275000000001e2","0.76455826000000059e2"],["-0.83740554999999972e2","0.76462769000000037e2"],["-0.83756667999999991e2","0.76468596999999988e2"],["-0.83893616000000009e2","0.76501663000000065e2"],["-0.83985001000000011e2","0.76520538000000045e2"],["-0.84018616000000009e2","0.76529433999999981e2"],["-0.84033614999999941e2","0.76534714000000065e2"],["-0.84046660999999972e2","0.76542205999999965e2"],["-0.84058334000000002e2","0.76553040000000067e2"],["-0.84058884000000035e2","0.76558868000000132e2"],["-0.84061661000000015e2","0.76585266000000104e2"],["-0.84070846999999901e2","0.76616653000000042e2"],["-0.84086670000000026e2",76.62414600000011],["-0.84101944000000003e2","0.76629425000000083e2"],["-0.84118880999999988e2","0.76633880999999974e2"],["-0.84138610999999912e2","0.76637772000000041e2"],["-0.84261123999999995e2",76.65554800000001],["-0.84284438999999963e2","0.76657760999999994e2"],[-84.31082200000003,"0.76658325000000104e2"],["-0.84319732999999871e2","0.76656096999999988e2"],["-0.84324722000000008e2","0.76653320000000065e2"],["-0.84330841000000021e2","0.76647491000000059e2"],["-0.84313323999999909e2","0.76641098000000113e2"],["-0.84256667999999991e2","0.76628586000000098e2"],[-84.220551,"0.76622207999999944e2"],["-0.84202498999999932e2","0.76617203000000075e2"],["-0.84193053999999961e2","0.76609985000000108e2"],["-0.84194442999999978e2","0.76606934000000081e2"],["-0.84216948999999886e2","0.76571655000000135e2"],["-0.84249725000000012e2","0.76536926000000108e2"],["-0.84248336999999992e2","0.76530548000000124e2"],[-84.24499499999996,"0.76524993999999936e2"],["-0.84221114999999941e2","0.76510817999999972e2"],["-0.84208617999999888e2","0.76505264000000125e2"],["-0.84192490000000021e2",76.49941999999993],["-0.84179717999999923e2",76.49192800000003],["-0.84180832000000009e2","0.76484984999999995e2"],["-0.84195540999999935e2",76.45637499999998],["-0.84205565999999976e2","0.76451096000000007e2"],["-0.84215835999999967e2","0.76448029000000076e2"],["-0.84236938000000009e2","0.76443587999999977e2"],["-0.84489166000000012e2","0.76429153000000042e2"],["-0.84518615999999952e2","0.76427765000000136e2"],["-0.84570846999999958e2","0.76428863999999919e2"],["-0.84619720000000029e2","0.76431656000000032e2"],["-0.84636947999999961e2","0.76434418000000107e2"],["-0.84652785999999992e2","0.76438034000000016e2"],["-0.84783889999999985e2","0.76469986000000119e2"],["-0.84792770000000019e2","0.76474990999999989e2"],["-0.84785278000000005e2","0.76485260000000039e2"],["-0.84783889999999985e2","0.76489975000000072e2"],["-0.84795273000000009e2","0.76503876000000048e2"],["-0.84848891999999921e2",76.53637700000013],["-0.84860001000000011e2","0.76542755000000113e2"],["-0.84950561999999934e2","0.76577773999999977e2"],["-0.84970550999999944e2","0.76581940000000088e2"],["-0.84991378999999938e2","0.76582764000000054e2"],["-0.85016402999999912e2","0.76578872999999987e2"],["-0.85028335999999967e2",76.57499700000011],["-0.85034163999999976e2","0.76569153000000085e2"],["-0.85051391999999964e2","0.76514160000000061e2"],["-0.85022507000000019e2","0.76456099999999992e2"],["-0.84970276000000013e2","0.76426086000000112e2"],["-0.84960281000000009e2",76.42053199999998],["-0.84944442999999978e2","0.76416931000000091e2"],["-0.84904175000000009e2","0.76411926000000051e2"],["-0.84728058000000033e2","0.76390273999999977e2"],[-84.43638599999997,"0.76338593000000117e2"],["-0.84397506999999962e2","0.76330551000000128e2"],["-0.84381377999999927e2","0.76324706999999933e2"],["-0.84376098999999954e2","0.76317764000000125e2"],["-0.84381942999999978e2",76.31191999999993],["-0.84393889999999999e2","0.76308029000000033e2"],["-0.84413054999999986e2","0.76304703000000018e2"],["-0.84429169000000002e2","0.76303040000000067e2"],["-0.84533614999999941e2",76.30581699999999],["-0.84716659999999933e2","0.76306930999999963e2"],["-0.84776397999999972e2",76.303314],["-0.84898055999999997e2","0.76288589000000059e2"],["-0.84928328999999962e2","0.76286377000000016e2"],["-0.85174438000000009e2","0.76280272999999966e2"],["-0.85232223999999917e2","0.76295257999999933e2"],[-85.36221299999994,76.303314],["-0.85505004999999983e2","0.76321930000000066e2"],["-0.85523055999999883e2","0.76326660000000061e2"],["-0.85544448999999986e2","0.76329987000000017e2"],["-0.85698333999999988e2",76.34887700000013],["-0.85952498999999932e2","0.76368591000000038e2"],["-0.85978058000000033e2","0.76370528999999976e2"],["-0.86004181000000017e2",76.37081900000004],["-0.86110274999999945e2","0.76368317000000104e2"],["-0.86134734999999978e2","0.76369431000000077e2"],["-0.86281677000000002e2","0.76376923000000033e2"],["-0.86330565999999976e2",76.3808140000001],[-86.37222300000002,76.38638300000008],["-0.86412216000000001e2",76.40776100000005],["-0.86415008999999884e2",76.41276600000009],["-0.86421386999999925e2","0.76456940000000031e2"],["-0.86418610000000001e2","0.76469147000000021e2"],["-0.86409728999999913e2","0.76474700999999982e2"],["-0.86398055999999997e2","0.76478867000000093e2"],["-0.86378875999999991e2","0.76483871000000022e2"],[-86.36082499999992,"0.76487762000000089e2"],["-0.86307769999999948e2",76.49552900000009],["-0.86277785999999935e2",76.5],["-0.86256119000000012e2","0.76503876000000048e2"],[-86.22222899999997,"0.76513321000000133e2"],["-0.86213057999999933e2","0.76518600000000106e2"],[-86.20777899999996,"0.76524429000000112e2"],["-0.86211944999999957e2","0.76535262999999986e2"],["-0.86226104999999961e2","0.76542755000000113e2"],["-0.86532776000000013e2","0.76623306000000014e2"],["-0.86594161999999983e2","0.76634994999999947e2"],[-86.63034099999993,"0.76635132000000112e2"],["-0.86625823999999966e2","0.76629425000000083e2"],["-0.86601104999999961e2","0.76619979999999998e2"],["-0.86512512000000015e2","0.76586929000000055e2"],[-86.36221299999994,"0.76541655999999932e2"],["-0.86342223999999987e2","0.76512206999999933e2"],["-0.86508056999999894e2","0.76487762000000089e2"],[-86.64916999999997,"0.76458878000000141e2"],["-0.86664718999999991e2","0.76419708000000014e2"],["-0.86711120999999991e2","0.76348037999999974e2"],[-86.71665999999999,"0.76346100000000035e2"],["-0.86770554000000004e2","0.76350815000000068e2"],["-0.87083327999999995e2","0.76379424999999912e2"],["-0.87130829000000006e2","0.76384155000000135e2"],["-0.87148346000000004e2","0.76388321000000076e2"],["-0.87154998999999975e2",76.39498900000001],["-0.87154175000000009e2",76.40109300000006],["-0.87225280999999995e2","0.76448029000000076e2"],["-0.87426665999999898e2","0.76468596999999988e2"],["-0.87462783999999942e2","0.76586929000000055e2"],["-0.87468886999999995e2",76.59165999999999],["-0.87520279000000016e2","0.76612488000000042e2"],[-87.53694200000001,"0.76617477000000008e2"],["-0.87563613999999973e2","0.76616379000000109e2"],["-0.87580001999999979e2","0.76611374000000069e2"],["-0.87583618000000001e2","0.76604980000000012e2"],["-0.87598617999999988e2","0.76540817000000004e2"],["-0.87595550999999944e2","0.76534149000000014e2"],["-0.87553604000000007e2","0.76451096000000007e2"],["-0.87545273000000009e2","0.76443587999999977e2"],[-87.53694200000001,"0.76439147999999989e2"],["-0.87516953000000001e2","0.76432479999999998e2"],["-0.87500290000000007e2","0.76428863999999919e2"],["-0.87455276000000026e2","0.76423874000000069e2"],["-0.87429992999999911e2","0.76417755000000056e2"],["-0.87402495999999985e2","0.76352768000000026e2"],["-0.87416397000000018e2","0.76348037999999974e2"],["-0.87591384999999889e2","0.76341094999999996e2"],["-0.87648894999999868e2","0.76338043000000084e2"],["-0.87719726999999978e2","0.76343048000000124e2"],["-0.87742767000000015e2",76.34637500000008],["-0.87760559000000001e2","0.76352202999999975e2"],["-0.87788604999999961e2","0.76366378999999995e2"],["-0.87817229999999995e2","0.76390549000000021e2"],["-0.87864166000000012e2",76.38998400000014],["-0.87900833000000034e2","0.76363037000000077e2"],["-0.87916945999999996e2","0.76359711000000004e2"],["-0.87948333999999988e2","0.76357758000000103e2"],["-0.87997771999999998e2","0.76358322000000044e2"],["-0.88351104999999905e2","0.76384995000000004e2"],["-0.88389998999999875e2","0.76389708999999982e2"],[-88.42971799999998,"0.76398041000000148e2"],["-0.88434433000000013e2","0.76402205999999978e2"],["-0.88391953000000001e2","0.76454163000000108e2"],["-0.88371932999999956e2","0.76476089000000059e2"],["-0.88355835000000013e2","0.76481093999999928e2"],["-0.88348617999999988e2","0.76487198000000149e2"],["-0.88349441999999954e2","0.76514435000000105e2"],["-0.88356658999999979e2","0.76521103000000096e2"],["-0.88442764000000011e2",76.59165999999999],["-0.88515288999999939e2","0.76636108000000036e2"],["-0.88509170999999981e2","0.76697478999999987e2"],["-0.88488601999999958e2","0.76765274000000034e2"],["-0.88479720999999927e2","0.76776932000000045e2"],["-0.88476669000000015e2","0.76783324999999991e2"],["-0.88474715999999887e2","0.76788879000000009e2"],["-0.88474715999999887e2","0.76794983000000002e2"],["-0.88477782999999988e2","0.76807755000000043e2"],["-0.88485275000000001e2","0.76814422999999977e2"],["-0.88494719999999973e2",76.81721500000009],["-0.88518889999999999e2","0.76816086000000098e2"],["-0.88541945999999939e2","0.76812758999999971e2"],["-0.88554442999999935e2","0.76807479999999998e2"],["-0.88557220000000029e2","0.76805817000000104e2"],["-0.88701950000000011e2","0.76707489000000123e2"],["-0.88683318999999983e2","0.76701935000000105e2"],["-0.88649733999999967e2","0.76684143000000063e2"],[-88.591949,"0.76642761000000007e2"],["-0.88584441999999967e2","0.76635818000000029e2"],["-0.88495543999999938e2","0.76552199999999971e2"],["-0.88489440999999999e2","0.76503326000000015e2"],["-0.88496383999999978e2","0.76497208000000057e2"],["-0.88571670999999924e2","0.76473602000000028e2"],["-0.88593558999999971e2","0.76455933000000016e2"],[-88.60321799999997,"0.76449265000000025e2"],["-0.88608214999999973e2","0.76442261000000144e2"],["-0.88607727000000011e2","0.76439095000000009e2"],["-0.88608611999999994e2","0.76416092000000106e2"],[-88.59973100000002,"0.76409988000000112e2"],["-0.88597503999999958e2","0.76405823000000112e2"],["-0.88608046999999942e2","0.76399994000000049e2"],["-0.88631942999999922e2","0.76397217000000012e2"],["-0.88656386999999881e2","0.76398330999999985e2"],[-88.67721599999993,"0.76401932000000045e2"],["-0.88689986999999974e2","0.76408324999999991e2"],["-0.88693603999999993e2","0.76414703000000145e2"],["-0.88693329000000006e2","0.76420821999999987e2"],["-0.88684998000000007e2","0.76432479999999998e2"],["-0.88678054999999972e2","0.76441650000000038e2"],["-0.88659508000000017e2","0.76478706000000102e2"],["-0.88646506999999986e2","0.76489212000000009e2"],["-0.88640288999999996e2","0.76558594000000028e2"],["-0.88644164999999987e2","0.76565262000000018e2"],["-0.88651672000000019e2","0.76571930000000009e2"],["-0.88660277999999948e2","0.76577773999999977e2"],["-0.88688888999999961e2","0.76591369999999984e2"],["-0.88710006999999962e2","0.76594986000000006e2"],["-0.88733611999999937e2","0.76593872000000033e2"],["-0.88740828999999962e2","0.76587769000000094e2"],["-0.88791381999999942e2","0.76513321000000133e2"],["-0.88795273000000009e2","0.76479431000000034e2"],["-0.88786666999999909e2","0.76473602000000028e2"],["-0.88781386999999938e2","0.76466385000000059e2"],["-0.88783324999999991e2","0.76460815000000025e2"],["-0.88799438000000009e2","0.76449997000000053e2"],["-0.88901671999999962e2","0.76408324999999991e2"],["-0.88921111999999937e2",76.40525800000006],["-0.88947220000000016e2",76.40525800000006],["-0.88994155999999919e2","0.76409149000000127e2"],["-0.89166396999999961e2","0.76424423000000047e2"],["-0.89213332999999977e2","0.76429703000000075e2"],["-0.89231673999999998e2","0.76433593999999971e2"],["-0.89353333000000021e2","0.76479979999999955e2"],["-0.89407227000000034e2","0.76515823000000012e2"],["-0.89490279999999927e2","0.76557480000000055e2"],["-0.89499435000000005e2",76.54664600000001],["-0.89515015000000005e2","0.76541655999999932e2"],["-0.89541381999999999e2","0.76541655999999932e2"],["-0.89667220999999984e2","0.76564423000000033e2"],["-0.89676665999999955e2","0.76567215000000147e2"],["-0.89679442999999992e2","0.76571655000000135e2"],["-0.89614166000000012e2","0.76616089000000102e2"],["-0.89603607000000011e2","0.76621918000000107e2"],["-0.89571945000000028e2","0.76631653000000028e2"],["-0.89528335999999967e2","0.76640823000000069e2"],["-0.89480559999999969e2","0.76649428999999998e2"],["-0.89443329000000006e2","0.76658325000000104e2"],["-0.89431380999999988e2","0.76663605000000018e2"],["-0.89415558000000033e2",76.67442299999999],["-0.89411666999999966e2","0.76680266999999958e2"],["-0.89434432999999899e2","0.76724426000000108e2"],[-89.47222899999997,"0.76784714000000008e2"],["-0.89496947999999918e2","0.76820267000000001e2"],["-0.89514449999999954e2","0.76835815000000025e2"],["-0.89529175000000009e2","0.76847214000000122e2"],["-0.89533324999999991e2","0.76853592000000049e2"],["-0.89521392999999932e2","0.76858871000000079e2"],["-0.89417770000000019e2","0.76886658000000011e2"],[-89.279449,"0.76906936999999971e2"],["-0.89238892000000021e2","0.76916091999999992e2"],[-89.14805599999994,"0.76925537000000077e2"],["-0.88986938000000009e2","0.76954436999999928e2"],["-0.88976104999999961e2","0.76959991000000116e2"],["-0.88898894999999982e2","0.76985535000000141e2"],["-0.88769164999999987e2","0.76998871000000065e2"],["-0.88740279999999927e2",77.00277699999998],["-0.88719451999999933e2","0.77007492000000013e2"],["-0.88702788999999939e2","0.77012207000000046e2"],[-88.50111400000003,"0.77071655000000078e2"],["-0.88473327999999981e2","0.77096649000000014e2"],["-0.88544723999999917e2","0.77098038000000031e2"],["-0.88545837000000006e2","0.77100266000000147e2"],["-0.88426392000000021e2",77.12081900000004],["-0.88307219999999973e2","0.77128860000000088e2"],["-0.88278335999999911e2","0.77129699999999957e2"],["-0.88172501000000011e2","0.77128035999999952e2"],["-0.88154175000000009e2","0.77116088999999988e2"],["-0.87967223999999931e2","0.77127472000000012e2"],["-0.87690552000000025e2","0.77135268999999994e2"],["-0.87670272999999952e2","0.77133606000000043e2"],["-0.87656951999999933e2","0.77130264000000125e2"],["-0.87642501999999979e2","0.77124984999999924e2"],["-0.87626937999999996e2","0.77117477000000122e2"],["-0.87619719999999973e2","0.77110809000000131e2"],["-0.87568892999999889e2","0.77099426000000108e2"],["-0.87455841000000021e2","0.77101929000000098e2"],["-0.87349166999999966e2","0.77106094000000098e2"],["-0.87337783999999886e2","0.77110259999999982e2"],["-0.87353607000000011e2","0.77114700000000028e2"],[-87.37222300000002,"0.77117203000000018e2"],["-0.87451401000000033e2","0.77122756999999979e2"],["-0.87460555999999997e2","0.77125534000000073e2"],["-0.87456664999999987e2","0.77131927000000019e2"],["-0.87452224999999999e2","0.77136383000000137e2"],["-0.87432219999999973e2","0.77149719000000061e2"],["-0.87416107000000011e2","0.77156647000000078e2"],["-0.87404174999999896e2","0.77160812000000078e2"],["-0.87356383999999991e2",77.17553700000002],[-87.33666999999997,"0.77179153000000099e2"],["-0.87312774999999988e2","0.77180817000000104e2"],["-0.87069167999999991e2","0.77182755000000043e2"],["-0.87044448999999929e2","0.77180542000000059e2"],["-0.86959166999999979e2","0.77161926000000051e2"],["-0.86951674999999966e2","0.77158324999999991e2"],["-0.86946945000000028e2","0.77154433999999924e2"],["-0.86951949999999897e2","0.77149994000000106e2"],["-0.86951401000000033e2","0.77144714000000022e2"],["-0.86942490000000021e2","0.77141936999999928e2"],["-0.86875274999999931e2","0.77132202000000063e2"],["-0.86829177999999956e2","0.77127762000000018e2"],["-0.86804442999999992e2","0.77127197000000024e2"],["-0.86791381999999999e2","0.77130813999999987e2"],["-0.86739990000000034e2","0.77174149000000114e2"],["-0.86773620999999935e2","0.77185806000000071e2"],["-0.86960006999999962e2","0.77195815999999979e2"],[-87.15055799999999,"0.77199417000000039e2"],["-0.87148055999999997e2","0.77198029000000133e2"],["-0.87146956999999929e2","0.77195815999999979e2"],["-0.87161117999999931e2","0.77194426999999962e2"],["-0.87182769999999948e2","0.77196930000000123e2"],["-0.87196105999999929e2","0.77199997000000053e2"],[-87.21055599999994,"0.77205261000000064e2"],["-0.87174437999999896e2","0.77229431000000034e2"],["-0.87166945999999939e2","0.77233871000000079e2"],["-0.87141388000000006e2","0.77238037000000134e2"],["-0.87007232999999985e2","0.77255829000000006e2"],["-0.86976669000000015e2","0.77257492000000127e2"],["-0.86948882999999967e2","0.77255554000000018e2"],["-0.86928329000000019e2","0.77255264000000011e2"],["-0.86910552999999936e2","0.77260269000000051e2"],["-0.86919158999999979e2","0.77266098000000056e2"],["-0.86947494999999947e2","0.77271652000000074e2"],["-0.86984436000000017e2","0.77274703999999986e2"],["-0.87012221999999952e2","0.77274993999999992e2"],["-0.87078063999999927e2","0.77273604999999975e2"],["-0.87106110000000001e2","0.77272217000000069e2"],["-0.87136672999999973e2","0.77272217000000069e2"],["-0.87183884000000035e2","0.77273604999999975e2"],["-0.87197495000000004e2",77.27526899999998],["-0.87229171999999949e2","0.77285538000000031e2"],["-0.87245270000000005e2","0.77298325000000034e2"],[-87.24888599999997,77.303314],["-0.87108611999999994e2","0.77338318000000072e2"],[-87.09584000000001,77.34027100000003],["-0.87068618999999956e2","0.77342209000000139e2"],["-0.87037780999999995e2","0.77342209000000139e2"],["-0.86962783999999942e2","0.77339157000000057e2"],["-0.86934722999999963e2","0.77338882000000012e2"],["-0.86900283999999999e2","0.77342209000000139e2"],["-0.86845839999999953e2","0.77349152000000117e2"],["-0.86829726999999991e2","0.77353043000000014e2"],["-0.86838608000000022e2","0.77357483000000059e2"],["-0.86851944000000003e2","0.77360535000000141e2"],["-0.86963332999999977e2","0.77366378999999995e2"],["-0.87064162999999951e2","0.77366928000000087e2"],["-0.87091109999999958e2","0.77366378999999995e2"],["-0.87241378999999938e2","0.77356094000000041e2"],["-0.87263061999999877e2","0.77351654000000053e2"],["-0.87280838000000017e2",77.34693900000002],["-0.87294158999999979e2",77.34165999999999],["-0.87326110999999969e2","0.77333878000000084e2"],["-0.87358886999999982e2","0.77331375000000094e2"],["-0.87391112999999962e2","0.77330551000000128e2"],["-0.87416397000000018e2","0.77330826000000116e2"],["-0.87695830999999998e2",77.35554500000012],["-0.87711945000000014e2","0.77359985000000108e2"],["-0.87715835999999911e2","0.77363312000000064e2"],["-0.87775283999999999e2","0.77415543000000127e2"],["-0.87780288999999982e2","0.77421097000000145e2"],[-87.78472899999997,"0.77429703000000075e2"],["-0.87775009000000011e2","0.77441360000000032e2"],["-0.87748336999999992e2","0.77451660000000118e2"],["-0.87730834999999956e2",77.45637499999998],["-0.87669539999999984e2","0.77469238000000018e2"],[-87.65194699999995,"0.77474990999999989e2"],["-0.87642501999999979e2","0.77480270000000132e2"],["-0.87646117999999944e2","0.77486923000000104e2"],["-0.87694442999999978e2","0.77537201000000096e2"],["-0.87711120999999878e2","0.77541656000000103e2"],["-0.87868880999999988e2","0.77578598000000113e2"],["-0.88063048999999978e2","0.77618866000000025e2"],["-0.88162216000000001e2","0.77626923000000147e2"],["-0.88180556999999965e2","0.77631927000000132e2"],["-0.88200835999999924e2","0.77642761000000007e2"],["-0.88214721999999995e2","0.77650542999999971e2"],["-0.88223617999999931e2","0.77662490999999989e2"],["-0.88223052999999993e2","0.77667206000000022e2"],["-0.88221114999999884e2","0.77672760000000039e2"],["-0.88162780999999995e2","0.77758330999999998e2"],[-88.06806899999998,"0.77820267000000001e2"],["-0.87835830999999928e2","0.77840271000000087e2"],["-0.87640563999999983e2","0.77862487999999985e2"],["-0.87294723999999917e2","0.77898041000000035e2"],["-0.87231383999999935e2","0.77898880000000133e2"],["-0.87174712999999997e2","0.77897491000000002e2"],["-0.86876099000000011e2",77.8836060000001],["-0.86824172999999917e2","0.77879424999999969e2"],["-0.86651671999999962e2","0.77860260000000039e2"],[-86.46166999999997,"0.77836105000000032e2"],["-0.86422225999999966e2","0.77830826000000059e2"],["-0.86377486999999917e2","0.77822769000000051e2"],["-0.86222778000000005e2","0.77794434000000024e2"],["-0.86198883000000023e2","0.77786102000000085e2"],["-0.85986938000000009e2","0.77711380000000133e2"],["-0.85975280999999882e2","0.77705825999999945e2"],["-0.85884445000000028e2","0.77632751000000098e2"],["-0.85718886999999995e2","0.77472214000000065e2"],["-0.85715835999999967e2","0.77467209000000025e2"],["-0.85717223999999931e2","0.77462493999999992e2"],["-0.85727218999999877e2","0.77451934999999935e2"],["-0.85748610999999983e2","0.77446930000000066e2"],[-85.76916499999993,"0.77443587999999977e2"],["-0.85775832999999921e2","0.77439972000000068e2"],["-0.85795837000000006e2","0.77423874000000069e2"],["-0.85794448999999929e2","0.77419708000000128e2"],["-0.85776947000000007e2","0.77421371000000079e2"],["-0.85551391999999964e2","0.77458328000000108e2"],["-0.85530562999999916e2","0.77461928999999941e2"],["-0.85493331999999953e2","0.77430267000000015e2"],["-0.85436385999999914e2","0.77404159999999933e2"],[-85.39973399999991,"0.77395827999999995e2"],["-0.85376662999999894e2","0.77392487000000131e2"],["-0.85299438000000009e2","0.77387772000000098e2"],["-0.85270003999999915e2","0.77386658000000125e2"],["-0.85155838000000017e2","0.77387497000000053e2"],["-0.84973327999999867e2","0.77377197000000137e2"],["-0.84954726999999934e2","0.77374420000000043e2"],[-84.9375,"0.77370818999999983e2"],["-0.84875274999999988e2","0.77351654000000053e2"],["-0.84825286999999946e2","0.77334152000000017e2"],["-0.84759170999999867e2","0.77318328999999949e2"],["-0.84719727000000034e2","0.77311645999999996e2"],["-0.84649444999999957e2","0.77304428000000144e2"],["-0.84601944000000003e2","0.77300537000000077e2"],["-0.84529175000000009e2","0.77295822000000044e2"],["-0.84479445999999996e2","0.77294434000000138e2"],["-0.84466399999999965e2","0.77296371000000022e2"],["-0.84463333000000034e2","0.77300262000000089e2"],[-84.47444200000001,77.3119200000001],["-0.84481948999999986e2","0.77317764000000125e2"],["-0.84494719999999973e2","0.77321106000000043e2"],["-0.84520279000000016e2","0.77324157999999954e2"],["-0.84553878999999995e2","0.77331375000000094e2"],["-0.84569167999999991e2","0.77339705999999978e2"],["-0.84615004999999996e2","0.77383040999999992e2"],["-0.84612777999999878e2","0.77389160000000004e2"],["-0.84603881999999942e2","0.77393599999999992e2"],[-84.58555599999994,"0.77398041000000092e2"],["-0.84550277999999935e2","0.77401382000000126e2"],["-0.84520844000000011e2",77.401657],[-84.49610899999999,"0.77399428999999998e2"],["-0.84470550999999944e2","0.77396378000000027e2"],["-0.84429442999999935e2","0.77388884999999959e2"],["-0.84386397999999986e2","0.77383881000000031e2"],[-84.33444199999991,"0.77383040999999992e2"],[-84.27027899999996,"0.77384995000000004e2"],["-0.84153609999999958e2",77.39498900000001],["-0.84061661000000015e2","0.77398605000000032e2"],["-0.84005843999999968e2","0.77397491000000059e2"],["-0.83985275000000001e2","0.77395537999999931e2"],["-0.83949996999999996e2","0.77388884999999959e2"],["-0.83868057000000022e2","0.77376923000000033e2"],["-0.83793610000000001e2",77.36914100000007],["-0.83531951999999933e2","0.77346375000000023e2"],["-0.83505843999999968e2","0.77344711000000018e2"],["-0.83478058000000033e2","0.77344147000000078e2"],["-0.83464721999999995e2","0.77348327999999981e2"],["-0.83463057999999876e2","0.77349152000000117e2"],[-83.46444699999995,77.35554500000012],["-0.83472504000000015e2","0.77387207000000046e2"],["-0.83553054999999972e2","0.77393051000000071e2"],["-0.83654998999999975e2","0.77395537999999931e2"],["-0.83711669999999913e2","0.77404709000000082e2"],["-0.83728607000000011e2","0.77408324999999934e2"],["-0.83778609999999958e2","0.77423309000000017e2"],["-0.83822509999999966e2","0.77442474000000004e2"],["-0.83833892999999989e2","0.77448868000000004e2"],["-0.83835555999999997e2","0.77455261000000007e2"],["-0.83824722000000008e2","0.77460541000000035e2"],["-0.83801391999999964e2","0.77464706000000035e2"],["-0.83768065999999919e2","0.77466934000000037e2"],["-0.83682220000000029e2",77.46804800000001],["-0.83620833999999945e2","0.77471924000000058e2"],["-0.83593886999999938e2","0.77475540000000137e2"],["-0.83426102000000014e2","0.77499710000000107e2"],["-0.83389450000000011e2","0.77507767000000115e2"],[-83.36332699999997,"0.77518051000000128e2"],["-0.83216110000000015e2","0.77577773999999977e2"],["-0.83011123999999995e2","0.77665817000000004e2"],["-0.82895003999999858e2","0.77717484000000013e2"],["-0.82674438000000009e2","0.77836928999999998e2"],["-0.82655272999999852e2","0.77847763000000043e2"],["-0.82541671999999949e2","0.77920532000000037e2"],["-0.82526107999999965e2","0.77961929000000055e2"],["-0.82577224999999999e2","0.78003326000000072e2"],["-0.82590835999999967e2","0.78011108000000036e2"],["-0.82591675000000009e2","0.78017487000000074e2"],["-0.82579726999999878e2","0.78022766000000047e2"],[-82.56361400000003,"0.78027771000000087e2"],["-0.82538054999999986e2","0.78031096999999988e2"],["-0.82497498000000007e2",78.03414900000007],[-82.470551,"0.78034714000000122e2"],[-82.40972899999997,78.03414900000007],["-0.82377486999999917e2","0.78035812000000021e2"],["-0.82369445999999925e2","0.78039428999999927e2"],["-0.82326110999999969e2","0.78065262000000075e2"],["-0.82318619000000012e2","0.78070831000000055e2"],["-0.82320007000000032e2","0.78075821000000133e2"],["-0.82336120999999991e2","0.78078873000000044e2"],["-0.82518341000000021e2","0.78074158000000011e2"],["-0.82549438000000009e2","0.78071930000000066e2"],["-0.82652221999999995e2","0.78056090999999924e2"],["-0.82672500999999954e2","0.78051651000000106e2"],["-0.82692489999999964e2","0.78044983000000116e2"],["-0.82780288999999982e2","0.78014999000000103e2"],["-0.82790282999999988e2","0.78010544000000095e2"],["-0.82792769999999905e2","0.78005829000000062e2"],["-0.82794158999999979e2","0.77994979999999998e2"],["-0.82785277999999948e2","0.77969986000000006e2"],["-0.82775283999999942e2",77.964157],["-0.82735275000000001e2","0.77947479000000101e2"],["-0.82728881999999942e2","0.77939972000000012e2"],["-0.82728607000000011e2","0.77929703000000131e2"],["-0.82736114999999984e2","0.77924148999999943e2"],["-0.82769164999999987e2","0.77914993000000038e2"],["-0.82852218999999991e2","0.77896942000000024e2"],["-0.82949157999999898e2","0.77874694999999974e2"],["-0.83123046999999929e2","0.77780548000000067e2"],["-0.83156661999999926e2","0.77744980000000055e2"],["-0.83185546999999985e2","0.77716385000000002e2"],["-0.83192489999999964e2","0.77710540999999978e2"],["-0.83200835999999867e2","0.77705551000000128e2"],["-0.83386672999999917e2","0.77616653000000042e2"],["-0.83427215999999987e2","0.77600815000000011e2"],["-0.83527785999999935e2","0.77572769000000108e2"],["-0.83648055999999997e2","0.77540816999999947e2"],["-0.83735000999999954e2","0.77518875000000094e2"],["-0.83873046999999985e2",77.49331699999999],["-0.83898345999999947e2","0.77490540000000067e2"],["-0.83920546999999942e2","0.77491652999999985e2"],["-0.84143889999999999e2","0.77509430000000009e2"],["-0.84192490000000021e2","0.77515549000000078e2"],["-0.84229995999999971e2","0.77521378000000084e2"],["-0.84386672999999917e2","0.77528594999999996e2"],["-0.84419997999999964e2",77.52777100000003],["-0.84452224999999942e2","0.77524994000000106e2"],["-0.84483321999999987e2","0.77521652000000017e2"],["-0.84500564999999995e2","0.77518051000000128e2"],["-0.84555557000000022e2",77.51249700000011],["-0.84579726999999991e2",77.51249700000011],["-0.84760558999999944e2","0.77519714000000079e2"],["-0.84779174999999952e2","0.77522490999999945e2"],["-0.84858886999999925e2","0.77542755000000113e2"],["-0.84869155999999975e2","0.77562759000000028e2"],[-84.87110899999999,"0.77569153000000085e2"],["-0.84866393999999957e2","0.77574158000000125e2"],["-0.84837219000000005e2","0.77583878000000027e2"],["-0.84815552000000025e2","0.77588881999999955e2"],["-0.84773620999999991e2",77.5977630000001],["-0.84707229999999981e2","0.77609985000000052e2"],["-0.84665282999999988e2","0.77618866000000025e2"],["-0.84627486999999917e2","0.77628036000000066e2"],["-0.84520003999999972e2","0.77664703000000031e2"],["-0.84441939999999931e2","0.77706100000000106e2"],["-0.84429992999999968e2","0.77718322999999941e2"],["-0.84428328999999962e2","0.77722762999999986e2"],["-0.84431106999999884e2","0.77726379000000009e2"],["-0.84443054000000018e2","0.77736374000000126e2"],["-0.84486938000000009e2","0.77750275000000101e2"],["-0.84495270000000005e2","0.77751099000000067e2"],["-0.84503066999999987e2",77.74971000000005],[-84.48971599999993,"0.77746368000000132e2"],["-0.84483062999999959e2",77.74470500000001],["-0.84475280999999995e2","0.77738876000000005e2"],["-0.84476669000000015e2","0.77728316999999947e2"],["-0.84486388999999974e2","0.77711380000000133e2"],["-0.84499161000000015e2","0.77699707000000103e2"],["-0.84520844000000011e2","0.77689148000000102e2"],["-0.84533889999999985e2","0.77684981999999991e2"],["-0.84547226000000023e2",77.68081699999999],["-0.84715012000000002e2","0.77639709000000096e2"],["-0.84922501000000011e2","0.77601653999999996e2"],["-0.84952498999999989e2","0.77601379000000122e2"],["-0.84972503999999901e2","0.77606369000000029e2"],["-0.85158339999999896e2","0.77641663000000108e2"],["-0.85298889000000031e2","0.77660538000000031e2"],["-0.85310546999999985e2","0.77664703000000031e2"],["-0.85348891999999921e2",77.72886699999998],["-0.85348891999999921e2","0.77733871000000136e2"],["-0.85335830999999985e2","0.77738037000000077e2"],["-0.85190276999999867e2","0.77779984000000127e2"],["-0.85054992999999968e2",77.79693600000013],[-85.05360399999995,"0.77830551000000014e2"],["-0.85144164999999987e2","0.77817490000000078e2"],["-0.85297775000000001e2","0.77797211000000118e2"],["-0.85328063999999927e2",77.79832499999992],["-0.85381942999999978e2","0.77807754999999986e2"],["-0.85400283999999942e2","0.77813309000000004e2"],["-0.85402495999999928e2","0.77819991999999957e2"],["-0.85400283999999942e2",77.83638000000002],["-0.85389724999999999e2","0.77841934000000037e2"],["-0.85353333000000021e2","0.77855545000000006e2"],["-0.85325012000000015e2","0.77866089000000045e2"],["-0.85281386999999995e2",77.87441999999993],["-0.85231948999999986e2","0.77881653000000142e2"],["-0.85207778999999903e2","0.77883881000000088e2"],["-0.84925551999999982e2",77.891098],["-0.84837219000000005e2","0.77887496999999939e2"],["-0.84692490000000021e2","0.77898604999999975e2"],["-0.84664444000000003e2","0.77902206000000035e2"],["-0.84611114999999927e2",77.90387000000004],[-84.498154,"0.77900116000000082e2"],["-0.84428878999999995e2","0.77896942000000024e2"],["-0.84385833999999932e2",77.891098],["-0.84368056999999908e2","0.77887206999999933e2"],["-0.84342772999999909e2",77.88499500000006],["-0.84318618999999956e2","0.77886932000000115e2"],[-84.31361400000003,"0.77891936999999984e2"],["-0.84325012000000015e2","0.77896103000000039e2"],["-0.84379715000000033e2",77.90637200000009],["-0.84401671999999962e2","0.77910262999999986e2"],["-0.84559432999999956e2",77.92303499999997],["-0.84575561999999991e2","0.77923874000000126e2"],["-0.84634444999999914e2","0.77926926000000037e2"],["-0.84663054999999929e2","0.77925262000000032e2"],["-0.84816665999999941e2","0.77911652000000004e2"],["-0.84847228999999913e2",77.90887500000008],["-0.85056945999999982e2","0.77900543000000084e2"],["-0.85166396999999961e2","0.77902206000000035e2"],["-0.85200561999999991e2","0.77901657000000057e2"],["-0.85267501999999922e2","0.77898041000000035e2"],["-0.85303604000000007e2","0.77894714000000079e2"],["-0.85331680000000006e2","0.77890823000000012e2"],["-0.85378051999999968e2","0.77882202000000063e2"],["-0.85423049999999989e2","0.77874694999999974e2"],["-0.85474715999999944e2","0.77868591000000094e2"],["-0.85515288999999996e2",77.8836060000001],["-0.85678878999999938e2","0.77929428000000144e2"],[-85.67971799999998,"0.77936645999999939e2"],["-0.85675277999999992e2","0.77941650000000095e2"],["-0.85660278000000005e2","0.77946639999999945e2"],["-0.85450561999999991e2","0.77991089000000102e2"],[-85.28694200000001,"0.78021652000000074e2"],["-0.85065551999999911e2","0.78056366000000139e2"],["-0.85038894999999911e2","0.78057205000000124e2"],["-0.85009734999999921e2","0.78055251999999996e2"],["-0.84963057999999933e2",78.04414399999996],["-0.84884170999999924e2",78.033051],["-0.84816955999999948e2","0.78026382000000126e2"],["-0.84788054999999986e2","0.78024155000000064e2"],["-0.84761672999999917e2","0.78023605000000032e2"],["-0.84726943999999946e2","0.78025817999999958e2"],["-0.84708892999999989e2","0.78029434000000037e2"],["-0.84695540999999935e2","0.78033599999999922e2"],["-0.84688888999999961e2",78.03915400000011],["-0.84673888999999974e2",78.04414399999996],["-0.84654175000000009e2","0.78048874000000012e2"],["-0.84575561999999991e2","0.78067215000000033e2"],["-0.84547501000000011e2",78.0711060000001],["-0.84524444999999901e2","0.78072220000000073e2"],["-0.84360001000000011e2","0.78070267000000115e2"],["-0.84328612999999905e2","0.78070541000000048e2"],["-0.84307219999999973e2",78.07249500000006],["-0.84288054999999929e2","0.78075546000000088e2"],["-0.84292769999999962e2","0.78078049000000078e2"],["-0.84299438000000009e2","0.78079712000000029e2"],["-0.84323623999999938e2","0.78082764000000111e2"],["-0.84410003999999958e2","0.78086929000000112e2"],["-0.84532775999999899e2","0.78085541000000035e2"],["-0.84557220000000029e2","0.78083603000000096e2"],["-0.84623046999999985e2","0.78071381000000088e2"],["-0.84673614999999984e2","0.78064148000000102e2"],["-0.84736937999999896e2","0.78058319000000097e2"],["-0.84765563999999983e2","0.78056366000000139e2"],["-0.84798888999999974e2","0.78055251999999996e2"],["-0.84855835000000013e2","0.78056930999999963e2"],["-0.84881942999999978e2","0.78059143000000063e2"],["-0.84993880999999988e2","0.78074158000000011e2"],["-0.85077498999999932e2","0.78090820000000008e2"],["-0.85094451999999933e2","0.78097487999999998e2"],["-0.85087783999999886e2","0.78103317000000004e2"],["-0.84994994999999903e2","0.78163040000000024e2"],["-0.84901947000000007e2","0.78170821999999987e2"],["-0.84829452999999944e2","0.78168869000000029e2"],["-0.84793883999999991e2","0.78171096999999975e2"],["-0.84761123999999995e2","0.78174423000000047e2"],["-0.84708617999999944e2","0.78182479999999998e2"],["-0.84688598999999954e2","0.78187195000000031e2"],["-0.84657775999999956e2",78.19720500000011],[-84.63110399999988,"0.78199997000000053e2"],["-0.84549437999999952e2",78.19720500000011],["-0.84430557000000022e2","0.78186371000000065e2"],["-0.84315551999999968e2","0.78173599000000081e2"],["-0.84284164000000033e2","0.78166381999999942e2"],["-0.84222778000000005e2","0.78158875000000023e2"],["-0.84201110999999969e2","0.78156937000000084e2"],["-0.84173889000000031e2",78.15776100000005],["-0.84127776999999924e2","0.78171096999999975e2"],["-0.84126662999999951e2","0.78179977000000008e2"],["-0.84453612999999962e2","0.78214706000000092e2"],["-0.84479720999999927e2","0.78216934000000037e2"],["-0.84506667999999934e2","0.78217758000000003e2"],["-0.84693603999999993e2","0.78217209000000082e2"],["-0.84722504000000015e2","0.78216934000000037e2"],["-0.84777495999999871e2","0.78210266000000047e2"],["-0.84877212999999927e2","0.78193039000000056e2"],["-0.84909728999999857e2","0.78191086000000098e2"],["-0.84937774999999931e2","0.78192474000000004e2"],["-0.84951400999999976e2","0.78195525999999916e2"],["-0.84968613000000005e2","0.78202484000000084e2"],["-0.84973891999999978e2","0.78208602999999982e2"],["-0.84970276000000013e2","0.78214157000000114e2"],["-0.84967223999999931e2",78.21804800000001],["-0.84956116000000009e2","0.78232208000000128e2"],["-0.84942764000000011e2","0.78243866000000139e2"],[-84.83444199999991,"0.78314987000000031e2"],["-0.84815276999999924e2","0.78321654999999964e2"],["-0.84792496000000028e2",78.32499700000011],["-0.84731383999999991e2","0.78325546000000031e2"],["-0.84658614999999998e2","0.78329437000000098e2"],["-0.84629715000000033e2","0.78333327999999995e2"],["-0.84605270000000019e2","0.78337494000000106e2"],["-0.84585281000000009e2","0.78341934000000094e2"],["-0.84575561999999991e2","0.78346375000000023e2"],["-0.84572784000000013e2","0.78350540000000024e2"],["-0.84571944999999971e2","0.78355545000000063e2"],["-0.84575835999999924e2","0.78361374000000069e2"],["-0.84581679999999949e2","0.78366089000000102e2"],["-0.84601944000000003e2","0.78368866000000025e2"],["-0.84630828999999949e2","0.78364990000000148e2"],["-0.84667769999999962e2","0.78348602000000085e2"],["-0.84684722999999963e2","0.78344147000000078e2"],["-0.84707229999999981e2","0.78341094999999939e2"],["-0.84735001000000011e2","0.78340270999999973e2"],["-0.84772231999999974e2","0.78342209000000139e2"],["-0.84815552000000025e2","0.78349152000000117e2"],["-0.84866942999999992e2",78.36914100000007],["-0.84865829000000019e2","0.78372207999999944e2"],["-0.84785278000000005e2","0.78501663000000065e2"],["-0.84782501000000025e2","0.78505829000000119e2"],["-0.84774718999999948e2","0.78509154999999964e2"],["-0.84759170999999867e2","0.78514160000000061e2"],["-0.84738602000000014e2","0.78518875000000094e2"],["-0.84724166999999966e2","0.78524429000000055e2"],["-0.84704452999999944e2","0.78534988000000112e2"],["-0.84625823999999966e2","0.78584152000000074e2"],["-0.84619445999999925e2","0.78588318000000015e2"],[-84.61999499999996,"0.78590546000000131e2"],["-0.84638610999999969e2","0.78594147000000021e2"],["-0.84661117999999988e2",78.59248400000007],["-0.84675277999999992e2","0.78588318000000015e2"],["-0.84838332999999977e2","0.78516662999999994e2"],["-0.84846389999999928e2","0.78511658000000125e2"],["-0.84978333000000021e2","0.78414993000000095e2"],["-0.84974715999999944e2","0.78358871000000136e2"],["-0.84970550999999944e2","0.78353317000000118e2"],["-0.84964721999999938e2","0.78348602000000085e2"],["-0.84961945000000014e2","0.78343597000000045e2"],[-84.96665999999999,"0.78338882000000012e2"],["-0.85043335000000013e2",78.299149],["-0.85188048999999978e2","0.78228317000000061e2"],["-0.85418335000000013e2","0.78118866000000082e2"],["-0.85433318999999983e2","0.78113876000000005e2"],["-0.85450835999999924e2","0.78109984999999938e2"],["-0.85486114999999927e2","0.78102478000000019e2"],["-0.85508057000000008e2","0.78099152000000004e2"],["-0.85523055999999883e2","0.78099426000000108e2"],["-0.85528060999999923e2","0.78101929000000098e2"],["-0.85608886999999982e2","0.78100815000000068e2"],["-0.85740829000000019e2","0.78093048000000124e2"],[-85.80471799999998,"0.78088882000000069e2"],["-0.85876662999999951e2",78.08166499999993],["-0.85894164999999987e2","0.78078049000000078e2"],["-0.86010283999999956e2","0.78066086000000041e2"],["-0.86119995000000017e2","0.78056366000000139e2"],["-0.86148345999999947e2","0.78054703000000018e2"],["-0.86178054999999972e2","0.78054977000000122e2"],["-0.86223327999999981e2","0.78057480000000112e2"],["-0.86267226999999991e2","0.78066376000000048e2"],["-0.86282227000000034e2","0.78071655000000021e2"],["-0.86288329999999974e2","0.78076385000000073e2"],["-0.86291381999999999e2","0.78081375000000094e2"],["-0.86290558000000033e2","0.78085815000000139e2"],[-86.25140399999998,"0.78156647000000078e2"],["-0.86234160999999972e2","0.78160537999999974e2"],["-0.86135558999999944e2","0.78165543000000014e2"],["-0.86113051999999868e2",78.17053199999998],["-0.86098052999999993e2",78.17553700000002],["-0.85949996999999996e2","0.78228317000000061e2"],[-85.93110699999994,"0.78236649000000057e2"],["-0.85839995999999985e2","0.78325821000000076e2"],["-0.85835281000000009e2","0.78332214000000022e2"],["-0.85827224999999942e2","0.78344147000000078e2"],["-0.85825561999999934e2","0.78348602000000085e2"],["-0.85833068999999966e2","0.78379974000000004e2"],["-0.85853333000000021e2","0.78379150000000038e2"],["-0.85878051999999968e2","0.78376922999999977e2"],["-0.86052779999999984e2","0.78297484999999995e2"],["-0.86060271999999998e2","0.78292480000000126e2"],["-0.86060546999999929e2","0.78280548000000124e2"],[-86.06527699999998,"0.78263610999999969e2"],["-0.86073623999999938e2",78.24859600000002],["-0.86259170999999924e2","0.78196365000000071e2"],["-0.86285277999999948e2","0.78193314000000044e2"],["-0.86311110999999983e2","0.78193314000000044e2"],["-0.86453613000000018e2","0.78211928999999998e2"],["-0.86476668999999958e2","0.78215820000000065e2"],["-0.86497771999999941e2","0.78215546000000131e2"],["-0.86515014999999948e2","0.78211655000000064e2"],["-0.86537215999999944e2",78.19470199999995],["-0.86548888999999974e2","0.78183044000000109e2"],["-0.86569457999999941e2","0.78172210999999947e2"],["-0.86719726999999978e2","0.78121917999999994e2"],["-0.86736938000000009e2","0.78118042000000116e2"],["-0.86763061999999991e2","0.78114990000000034e2"],["-0.87079726999999934e2","0.78102768000000026e2"],[-87.10943599999996,"0.78103043000000071e2"],["-0.87196654999999964e2","0.78106094000000098e2"],["-0.87439712999999983e2","0.78121643000000006e2"],["-0.87505843999999911e2",78.12831099999994],["-0.87529174999999952e2","0.78132202000000007e2"],["-0.87538605000000018e2","0.78138046000000031e2"],["-0.87535003999999958e2","0.78143051000000071e2"],["-0.87526671999999962e2","0.78149155000000121e2"],["-0.87483886999999925e2","0.78164429000000041e2"],["-0.87430556999999965e2","0.78178314000000114e2"],["-0.87407501000000025e2","0.78183044000000109e2"],["-0.87352218999999991e2","0.78191086000000098e2"],["-0.87314163000000008e2","0.78193863000000022e2"],["-0.87289992999999981e2",78.19470199999995],["-0.87166945999999939e2","0.78195525999999916e2"],["-0.87104996000000028e2","0.78199141999999995e2"],[-87.08944699999995,"0.78201934999999992e2"],["-0.87087219000000005e2","0.78206099999999992e2"],["-0.87105835000000013e2","0.78209427000000119e2"],["-0.87262222000000008e2",78.22665400000011],["-0.87293609999999944e2","0.78226089000000115e2"],["-0.87363892000000021e2","0.78221099999999922e2"],["-0.87371657999999968e2","0.78219437000000028e2"],["-0.87396118000000001e2","0.78217209000000082e2"],["-0.87423049999999932e2","0.78216095000000053e2"],["-0.87475554999999872e2","0.78216385000000116e2"],["-0.87497771999999941e2","0.78219711000000132e2"],["-0.87513335999999924e2","0.78224990999999989e2"],["-0.87518616000000009e2","0.78230545000000006e2"],["-0.87516953000000001e2",78.24136400000009],["-0.87516113000000018e2","0.78245819000000097e2"],["-0.87494445999999982e2","0.78298598999999967e2"],["-0.87502501999999879e2",78.30525200000011],["-0.87513061999999991e2","0.78316375999999991e2"],["-0.87516402999999968e2","0.78322768999999937e2"],[-87.52555799999999,"0.78410263000000043e2"],["-0.87524718999999948e2","0.78416382000000112e2"],["-0.87517226999999991e2","0.78426376000000118e2"],["-0.87503066999999987e2","0.78436646000000053e2"],["-0.87476943999999946e2",78.44802900000002],["-0.87311385999999914e2","0.78509154999999964e2"],["-0.87292220999999927e2","0.78513885000000016e2"],[-87.15834000000001,"0.78546371000000136e2"],["-0.87140563999999983e2","0.78550262000000032e2"],["-0.87013061999999991e2","0.78554153000000099e2"],["-0.86891112999999962e2",78.54553199999998],["-0.86866394000000014e2","0.78546371000000136e2"],["-0.86858336999999949e2","0.78547760000000096e2"],["-0.86855834999999956e2","0.78551650999999993e2"],["-0.86858886999999982e2","0.78566375999999934e2"],["-0.86864440999999999e2","0.78568878000000041e2"],["-0.86877776999999924e2","0.78573044000000095e2"],["-0.86898620999999991e2","0.78575821000000019e2"],["-0.86957779000000016e2","0.78574997000000053e2"],["-0.87031676999999945e2","0.78569153000000028e2"],["-0.87066101000000003e2","0.78567490000000134e2"],["-0.87095275999999956e2","0.78568604000000107e2"],["-0.87113051999999925e2","0.78573044000000095e2"],["-0.87121658000000025e2","0.78576934999999992e2"],[-87.12388599999997,"0.78581099999999992e2"],["-0.87122498000000007e2","0.78587204000000042e2"],["-0.86944716999999969e2","0.78704711999999972e2"],["-0.86934432999999956e2","0.78709991000000116e2"],["-0.86922501000000011e2","0.78714705999999978e2"],["-0.86856948999999929e2","0.78734985000000108e2"],["-0.86638901000000033e2",78.79942299999999],["-0.86615829000000019e2","0.78803040000000124e2"],["-0.86377212999999983e2","0.78809982000000048e2"],["-0.86138061999999991e2","0.78816666000000112e2"],["-0.86067504999999983e2","0.78819716999999912e2"],["-0.86037215999999944e2","0.78821380999999974e2"],["-0.85646666999999866e2","0.78848602000000142e2"],["-0.85607497999999964e2",78.85165400000011],["-0.85577498999999932e2","0.78855819999999994e2"],["-0.85350280999999995e2",78.88749700000011],["-0.85329726999999934e2","0.78892211999999972e2"],["-0.85297500999999954e2","0.78902205999999978e2"],["-0.85257507000000032e2","0.78910537999999974e2"],[-85.09973100000002,"0.78917755000000056e2"],["-0.85064163000000008e2","0.78919144000000074e2"],["-0.85036117999999988e2",78.91693099999992],["-0.85008895999999993e2","0.78913315000000068e2"],[-84.84584000000001,"0.78888885000000016e2"],["-0.84788329999999917e2","0.78878035999999952e2"],["-0.84766402999999968e2","0.78873032000000023e2"],["-0.84740554999999915e2","0.78869980000000112e2"],["-0.84712783999999942e2",78.86775200000011],["-0.84563323999999966e2","0.78859984999999995e2"],["-0.84412216000000001e2",78.85554499999995],["-0.84212783999999886e2","0.78856934000000138e2"],["-0.84145003999999972e2",78.85554499999995],["-0.83850829999999974e2","0.78845261000000107e2"],["-0.83746947999999918e2","0.78836928999999941e2"],["-0.83694442999999978e2","0.78829712000000029e2"],["-0.83674437999999952e2","0.78825546000000145e2"],["-0.83660004000000015e2","0.78819992000000127e2"],[-83.64056399999987,"0.78813873000000115e2"],["-0.83601944000000003e2","0.78802200000000084e2"],["-0.83579726999999934e2","0.78796371000000079e2"],["-0.83538329999999917e2","0.78787201000000039e2"],["-0.83513061999999991e2","0.78783874999999966e2"],["-0.83485824999999977e2","0.78781372000000033e2"],["-0.83428604000000007e2","0.78779159999999933e2"],["-0.83394164999999987e2","0.78778870000000097e2"],[-83.34584000000001,"0.78773605000000032e2"],["-0.83327498999999932e2","0.78769713999999965e2"],["-0.83308334000000002e2",78.76388500000013],["-0.83293610000000001e2","0.78756104000000107e2"],["-0.83284926999999925e2","0.78750000000000057e2"],["-0.83236938000000009e2",78.74054000000001],["-0.83101394999999968e2","0.78714432000000045e2"],["-0.82994720000000029e2","0.78699707000000103e2"],["-0.82941939999999988e2","0.78695526000000029e2"],["-0.82910827999999981e2","0.78694702000000063e2"],["-0.82845000999999968e2","0.78697478999999987e2"],["-0.82822509999999966e2","0.78695250999999985e2"],["-0.82689712999999983e2","0.78664154000000053e2"],[-82.69638099999986,"0.78657761000000107e2"],["-0.82704453000000001e2","0.78651932000000102e2"],["-0.82695540999999992e2","0.78645264000000111e2"],["-0.82610549999999932e2","0.78611374000000012e2"],["-0.82506957999999997e2","0.78591095000000109e2"],["-0.82417220999999927e2","0.78574158000000068e2"],[-82.37388599999997,"0.78568604000000107e2"],["-0.82357497999999907e2","0.78567490000000134e2"],["-0.82337783999999999e2","0.78566665999999941e2"],["-0.82308334000000002e2","0.78568878000000041e2"],["-0.82262222000000008e2","0.78578048999999965e2"],["-0.82236938000000009e2","0.78588318000000015e2"],["-0.82235549999999932e2","0.78595825000000104e2"],["-0.82244719999999973e2","0.78598877000000073e2"],["-0.82310271999999941e2","0.78616653000000042e2"],["-0.82416655999999989e2",78.64276099999995],["-0.82496384000000035e2","0.78661926000000108e2"],["-0.82516953000000001e2","0.78666930999999977e2"],["-0.82535278000000005e2","0.78672759999999982e2"],["-0.82559433000000013e2","0.78682205000000067e2"],["-0.82565552000000025e2","0.78685256999999979e2"],["-0.82584732000000031e2","0.78695526000000029e2"],[-82.59445199999999,"0.78703049000000021e2"],["-0.82581954999999994e2","0.78708327999999995e2"],["-0.82569167999999991e2","0.78711380000000133e2"],[-82.45666499999993,"0.78730820000000108e2"],["-0.82435546999999929e2","0.78731659000000093e2"],["-0.82407775999999956e2","0.78730820000000108e2"],["-0.82350554999999986e2","0.78726089000000002e2"],["-0.82279723999999987e2",78.71775800000006],["-0.82255279999999914e2",78.71665999999999],["-0.82230835000000013e2",78.71775800000006],["-0.82223327999999981e2","0.78719711000000018e2"],["-0.82215011999999888e2","0.78723037999999974e2"],["-0.82220550999999887e2","0.78732208000000014e2"],["-0.82231948999999986e2","0.78736374000000126e2"],["-0.82254729999999995e2","0.78740814000000114e2"],["-0.82279175000000009e2",78.74414100000007],["-0.82310821999999973e2","0.78746933000000126e2"],["-0.82396392999999932e2",78.74914600000011],[-82.45666499999993,78.74914600000011],["-0.82480835000000013e2","0.78748322000000144e2"],["-0.82506119000000012e2","0.78745818999999983e2"],["-0.82525557999999933e2","0.78742203000000131e2"],["-0.82542770000000019e2","0.78737198000000092e2"],["-0.82564437999999996e2","0.78732758000000047e2"],["-0.82619155999999975e2","0.78728043000000014e2"],["-0.82663619999999923e2","0.78728043000000014e2"],["-0.82752501999999936e2","0.78729705999999965e2"],["-0.82781386999999995e2","0.78731094000000041e2"],["-0.82809722999999963e2","0.78734146000000123e2"],["-0.82826950000000011e2","0.78737488000000099e2"],[-82.84333799999996,"0.78742203000000131e2"],["-0.82911666999999909e2",78.76638800000012],["-0.83069732999999928e2","0.78792206000000078e2"],["-0.83108611999999994e2","0.78796646000000067e2"],[-83.21055599999994,"0.78798874000000069e2"],["-0.83228607000000011e2","0.78804153000000042e2"],["-0.83255844000000025e2","0.78829987000000074e2"],["-0.83254729999999995e2","0.78834991000000002e2"],["-0.83244445999999925e2","0.78839432000000102e2"],["-0.83218337999999903e2","0.78843597000000102e2"],[-83.1875,"0.78847214000000065e2"],["-0.83085830999999985e2",78.85554499999995],["-0.83056945999999925e2","0.78856094000000098e2"],["-0.82991669000000002e2",78.85554499999995],["-0.82811110999999983e2","0.78848038000000031e2"],[-82.67582699999997,"0.78842209000000025e2"],[-82.65055799999999,"0.78838882000000069e2"],["-0.82621384000000035e2","0.78837493999999992e2"],["-0.82462783999999942e2","0.78833328000000108e2"],["-0.82429442999999992e2","0.78833328000000108e2"],["-0.82289718999999991e2","0.78837203999999986e2"],["-0.82254455999999948e2","0.78840546000000074e2"],["-0.82112777999999992e2","0.78857483000000116e2"],["-0.82079452999999944e2","0.78859711000000061e2"],["-0.81947495000000004e2",78.865814],["-0.81913894999999911e2",78.865814],["-0.81764174999999966e2","0.78859984999999995e2"],["-0.81749434999999949e2","0.78858032000000037e2"],["-0.81740554999999915e2","0.78855254999999943e2"],["-0.81767226999999991e2","0.78853317000000004e2"],["-0.81824447999999961e2","0.78853867000000037e2"],["-0.81838607999999965e2","0.78851379000000065e2"],["-0.81833618000000001e2","0.78846649000000014e2"],["-0.81820281999999963e2","0.78845261000000107e2"],["-0.81741378999999881e2","0.78839157000000114e2"],["-0.81712509000000011e2","0.78839706000000035e2"],["-0.81699157999999954e2","0.78842757999999947e2"],["-0.81660827999999924e2","0.78877762000000018e2"],["-0.81656661999999869e2","0.78883881000000088e2"],[-81.65695199999999,"0.78888321000000076e2"],["-0.81666397000000018e2","0.78895537999999988e2"],[-81.68249499999996,"0.78900268999999923e2"],["-0.81734725999999966e2",78.90637200000009],["-0.81753066999999987e2","0.78912201000000096e2"],["-0.81755843999999968e2",78.91804500000012],["-0.81698607999999922e2","0.78973877000000073e2"],["-0.81690825999999959e2","0.78980270000000019e2"],["-0.81683060000000012e2","0.78984421000000111e2"],["-0.81553604000000007e2","0.79024155000000007e2"],["-0.81486114999999927e2","0.79041655999999989e2"],["-0.81477218999999991e2","0.79047211000000061e2"],["-0.81486663999999962e2","0.79052475000000072e2"],[-81.50306699999993,"0.79059143000000006e2"],["-0.81521118000000001e2","0.79061096000000134e2"],["-0.81548614999999984e2","0.79061355999999989e2"],["-0.81617767000000015e2","0.79051086000000055e2"],["-0.81865829000000019e2","0.79013610999999969e2"],["-0.81910277999999948e2","0.79004990000000078e2"],["-0.81928329000000019e2",79],["-0.81961120999999935e2",78.98692299999999],[-81.97222899999997,"0.78982483000000002e2"],["-0.81974166999999966e2","0.78979431000000034e2"],["-0.81999725000000012e2","0.78960266000000104e2"],["-0.82092772999999909e2","0.78918320000000108e2"],["-0.82110274999999945e2","0.78913605000000075e2"],[-82.34722899999997,"0.78894440000000088e2"],[-82.50306699999993,"0.78882750999999985e2"],["-0.82559433000000013e2","0.78884720000000016e2"],["-0.82681380999999988e2","0.78903319999999951e2"],["-0.82813888999999961e2","0.78923035000000141e2"],["-0.82839447000000007e2","0.78926376000000005e2"],["-0.82924438000000009e2","0.78934982000000105e2"],["-0.83063048999999978e2","0.78939697000000137e2"],["-0.83126663000000008e2","0.78941085999999927e2"],["-0.83264175000000023e2","0.78939147999999989e2"],["-0.83514174999999966e2","0.78930542000000059e2"],["-0.83570557000000008e2","0.78929977000000065e2"],["-0.83637512000000015e2","0.78930817000000104e2"],["-0.83694716999999912e2","0.78934708000000001e2"],["-0.83787215999999887e2","0.78942474000000061e2"],["-0.83812774999999988e2","0.78945815999999979e2"],["-0.84034163999999976e2","0.78956650000000025e2"],["-0.84165558000000033e2","0.78956940000000031e2"],["-0.84200561999999991e2","0.78957213999999965e2"],["-0.84259170999999981e2","0.78959427000000119e2"],["-0.84328888000000006e2","0.78965271000000143e2"],["-0.84367492999999968e2","0.78972488000000055e2"],["-0.84386123999999882e2","0.78977767999999969e2"],["-0.84429992999999968e2","0.78987761999999975e2"],["-0.84473052999999936e2",78.99552900000009],["-0.84573333999999875e2","0.79009995000000117e2"],["-0.84651397999999972e2","0.79019439999999975e2"],["-0.84679442999999992e2","0.79021652000000074e2"],["-0.84726943999999946e2","0.79027771000000087e2"],["-0.84748046999999985e2","0.79031936999999971e2"],["-0.84766953000000001e2","0.79037200999999982e2"],["-0.84779174999999952e2",79.04664600000001],["-0.84789718999999991e2","0.79064148000000046e2"],["-0.84789168999999958e2","0.79069442999999978e2"],["-0.84783889999999985e2","0.79074432000000115e2"],["-0.84651672000000019e2","0.79114699999999971e2"],["-0.84544158999999979e2","0.79141372999999987e2"],["-0.84528609999999901e2","0.79143326000000059e2"],["-0.84503615999999909e2","0.79144440000000088e2"],["-0.84473052999999936e2","0.79143051000000071e2"],["-0.84163894999999911e2",79.12414600000011],["-0.84135559000000001e2","0.79121917999999994e2"],["-0.84075561999999934e2",79.10443099999992],[-84.0625,"0.79090546000000018e2"],["-0.84040558000000033e2","0.79075447000000054e2"],["-0.83990279999999984e2","0.79051651000000106e2"],["-0.83950561999999934e2","0.79043594000000098e2"],["-0.83896392999999989e2","0.79038040000000137e2"],["-0.83744720000000029e2","0.79028046000000074e2"],["-0.83600554999999929e2","0.79025269000000037e2"],["-0.83504456000000005e2","0.79023604999999975e2"],["-0.83474716000000001e2","0.79024155000000007e2"],["-0.83454726999999991e2","0.79025542999999971e2"],["-0.83386123999999995e2","0.79039429000000098e2"],[-83.36860699999994,"0.79044434000000138e2"],["-0.83358611999999937e2","0.79050812000000121e2"],["-0.83373610999999926e2","0.79056366000000139e2"],["-0.83399445000000014e2","0.79059708000000057e2"],["-0.83415557999999976e2","0.79059981999999991e2"],["-0.83430831999999953e2",79.05831900000004],["-0.83461670000000026e2","0.79052200000000028e2"],["-0.83493880999999931e2","0.79043319999999994e2"],["-0.83521118000000001e2","0.79041367000000037e2"],["-0.83546111999999937e2","0.79042480000000126e2"],[-83.70666499999993,"0.79077774000000034e2"],["-0.83976394999999968e2","0.79141098000000113e2"],["-0.84003615999999909e2","0.79148605000000089e2"],["-0.84029998999999975e2",79.151657],["-0.84029175000000009e2","0.79156937000000028e2"],["-0.84018889999999999e2","0.79161377000000073e2"],["-0.84005004999999926e2","0.79166092000000106e2"],["-0.83952498999999989e2","0.79180267000000015e2"],["-0.83939986999999917e2",79.18553200000008],["-0.83933318999999926e2","0.79191925000000026e2"],["-0.83941101000000003e2","0.79216385000000059e2"],["-0.83956664999999987e2","0.79221924000000058e2"],["-0.83979720999999927e2",79.22164900000007],["-0.84016952999999944e2","0.79213042999999971e2"],["-0.84043059999999912e2","0.79203048999999965e2"],["-0.84051940999999943e2","0.79198029000000076e2"],["-0.84067504999999983e2","0.79192474000000004e2"],["-0.84086120999999991e2","0.79188033999999959e2"],["-0.84121933000000013e2","0.79184708000000114e2"],["-0.84158507999999983e2","0.79183304000000135e2"],["-0.84193329000000006e2","0.79183044000000109e2"],["-0.84303329000000019e2","0.79186646000000053e2"],["-0.84326949999999954e2","0.79188583000000108e2"],["-0.84323897999999872e2",79.19470200000012],["-0.84316665999999941e2","0.79200546000000145e2"],[-84.31361400000003,"0.79206649999999968e2"],["-0.84335555999999997e2","0.79252213000000097e2"],[-84.34445199999999,"0.79258041000000048e2"],["-0.84362777999999992e2","0.79264999000000046e2"],["-0.84401108000000022e2",79.27526899999998],["-0.84428878999999995e2","0.79290268000000026e2"],["-0.84452788999999996e2","0.79328872999999987e2"],["-0.84452224999999942e2",79.34165999999999],["-0.84446654999999964e2","0.79353866999999923e2"],["-0.84446105999999929e2","0.79358871000000079e2"],["-0.84484725999999966e2","0.79406372000000147e2"],["-0.84503341999999975e2","0.79413040000000137e2"],["-0.84581116000000009e2","0.79433868000000018e2"],["-0.84606110000000001e2",79.43803400000013],["-0.84660278000000005e2","0.79444138000000123e2"],["-0.84709166999999979e2","0.79451660000000061e2"],["-0.84821120999999948e2","0.79473037999999974e2"],["-0.84882492000000013e2","0.79486098999999911e2"],["-0.84896956999999929e2","0.79492477000000065e2"],[-84.96945199999999,"0.79537491000000045e2"],["-0.84972503999999901e2","0.79542206000000078e2"],["-0.85022232000000031e2","0.79611099000000024e2"],["-0.85028885000000002e2","0.79615814000000057e2"],["-0.85050277999999992e2","0.79621643000000063e2"],["-0.85068892999999946e2","0.79626083000000051e2"],[-85.25418099999996,"0.79667205999999965e2"],["-0.85372497999999894e2","0.79684417999999994e2"],["-0.85493331999999953e2","0.79700546000000031e2"],["-0.85551391999999964e2","0.79705826000000116e2"],["-0.85615828999999962e2","0.79708327999999995e2"],["-0.85684433000000013e2","0.79709152000000131e2"],["-0.85763061999999991e2","0.79705551000000071e2"],[-85.94888299999991,"0.79708327999999995e2"],["-0.86203339000000028e2","0.79735809000000074e2"],["-0.86387512000000015e2","0.79747482000000048e2"],["-0.86415833000000021e2","0.79750548999999978e2"],["-0.86445830999999885e2","0.79754166000000112e2"],[-86.47193900000002,"0.79759720000000129e2"],["-0.86486389000000031e2","0.79763611000000026e2"],[-86.49360699999994,"0.79768326000000059e2"],["-0.86502227999999945e2","0.79775269000000037e2"],[-86.47193900000002,"0.79890549000000021e2"],["-0.86460281000000009e2","0.79919708000000014e2"],["-0.86450286999999889e2","0.79931091000000038e2"],[-86.43638599999997,"0.79942474000000004e2"],["-0.86424437999999952e2","0.79948029000000076e2"],["-0.86389724999999999e2","0.79958038000000101e2"],[-86.36721799999998,"0.79962769000000037e2"],["-0.86300277999999935e2","0.79968596999999988e2"],["-0.86263335999999924e2","0.79969147000000021e2"],["-0.86230285999999978e2",79.96804800000001],["-0.86083892999999989e2",79.95748900000001],["-0.85885833999999988e2","0.79941086000000098e2"],["-0.85819732999999928e2","0.79938582999999937e2"],["-0.85785003999999958e2","0.79938034000000016e2"],["-0.85711394999999925e2","0.79937485000000038e2"],[-85.65695199999999,"0.79938034000000016e2"],["-0.85519454999999994e2","0.79924988000000042e2"],["-0.85460006999999905e2","0.79910812000000078e2"],["-0.85416397000000018e2","0.79901382000000012e2"],["-0.85389998999999932e2","0.79897491000000116e2"],["-0.85365829000000019e2","0.79896378000000027e2"],["-0.85308334000000002e2","0.79900543000000027e2"],["-0.85289168999999958e2","0.79904984000000127e2"],["-0.85275008999999955e2","0.79909424000000001e2"],["-0.85262511999999958e2","0.79914992999999981e2"],["-0.85255004999999926e2","0.79920821999999987e2"],["-0.85271118000000001e2","0.79923874000000069e2"],["-0.85440826000000015e2","0.79938309000000004e2"],["-0.85640839000000028e2","0.79962769000000037e2"],["-0.86190552000000025e2",80],["-0.86301940999999943e2","0.79998322000000087e2"],["-0.86341384999999946e2",79.99693300000007],["-0.86413329999999974e2",79.99803200000008],["-0.86442763999999954e2","0.79999709999999993e2"],["-0.86466400000000021e2","0.80003876000000048e2"],["-0.86482773000000009e2",80.0086060000001],["-0.86565551999999968e2","0.80035812000000135e2"],["-0.86579452999999944e2",80.04304500000012],["-0.86642501999999922e2","0.80098037999999974e2"],["-0.86658614999999884e2","0.80117752000000053e2"],[-86.65943900000002,"0.80128036000000066e2"],[-86.65583799999996,"0.80135269000000108e2"],["-0.86514724999999942e2","0.80299149000000114e2"],["-0.86493057000000022e2","0.80304428000000087e2"],[-86.46833799999996,"0.80308594000000028e2"],["-0.86434432999999956e2","0.80312485000000095e2"],["-0.86345001000000025e2","0.80319153000000028e2"],[-86.11610399999995,"0.80333602999999982e2"],["-0.86076110999999912e2","0.80333602999999982e2"],["-0.85897507000000019e2","0.80333054000000004e2"],["-0.85745269999999948e2","0.80320267000000001e2"],["-0.85717498999999975e2","0.80316375999999934e2"],["-0.85671936000000017e2","0.80306931000000077e2"],["-0.85616652999999928e2","0.80298874000000126e2"],["-0.85509170999999981e2","0.80285812000000078e2"],["-0.85479171999999949e2",80.28276100000005],["-0.85354171999999892e2","0.80273041000000148e2"],["-0.85290832999999964e2","0.80268600000000049e2"],["-0.85256957999999997e2","0.80267211999999972e2"],["-0.85095839999999953e2","0.80262207000000103e2"],[-84.9375,"0.80267211999999972e2"],["-0.84898346000000004e2","0.80269440000000088e2"],["-0.84779174999999952e2","0.80272491000000116e2"],["-0.84702498999999932e2","0.80273315000000082e2"],["-0.84589721999999995e2","0.80273605000000089e2"],["-0.84196655000000021e2","0.80271378000000027e2"],["-0.84049437999999896e2","0.80267761000000121e2"],["-0.83989440999999999e2","0.80264435000000049e2"],["-0.83926392000000021e2","0.80259720000000016e2"],["-0.83811110999999983e2","0.80249145999999996e2"],[-83.78195199999999,80.24581900000004],["-0.83716110000000015e2","0.80233871000000022e2"],["-0.83626389000000017e2","0.80213608000000136e2"],["-0.83560821999999973e2","0.80195816000000093e2"],["-0.83546386999999982e2","0.80189423000000147e2"],["-0.83478058000000033e2","0.80164428999999984e2"],["-0.83461394999999925e2",80.15914900000007],[-83.42471299999994,"0.80148331000000098e2"],[-83.40306099999998,"0.80142212000000086e2"],[-83.24499499999996,"0.80103591999999935e2"],["-0.83138901000000033e2","0.80078323000000125e2"],["-0.83029723999999987e2",80.053314],[-82.89805599999994,80.02526899999998],["-0.82803329000000019e2","0.80006377999999984e2"],["-0.82736114999999984e2","0.79992476999999951e2"],["-0.82605835000000013e2","0.79964431999999988e2"],["-0.82283889999999985e2","0.79893051000000071e2"],[-82.15306099999998,"0.79858870999999965e2"],["-0.82101943999999946e2","0.79839706000000035e2"],["-0.82091675000000009e2","0.79834717000000069e2"],["-0.82062499999999943e2","0.79816086000000041e2"],["-0.82046386999999982e2","0.79801651000000106e2"],["-0.81976944000000003e2","0.79735809000000074e2"],["-0.81981673999999998e2","0.79723877000000073e2"],["-0.81978881999999999e2","0.79718323000000112e2"],["-0.81916655999999989e2","0.79703323000000125e2"],["-0.81853057999999976e2","0.79693588000000034e2"],["-0.81799438000000009e2","0.79686645999999939e2"],["-0.81767501999999922e2","0.79684981999999934e2"],["-0.81733886999999925e2","0.79686371000000122e2"],[-81.68472300000002,"0.79675812000000064e2"],[-81.6163939999999,"0.79623305999999957e2"],[-81.61860699999994,79.61831699999999],["-0.81628052000000025e2","0.79614700000000028e2"],["-0.81651671999999905e2","0.79610260000000039e2"],["-0.81678054999999972e2","0.79607208000000128e2"],["-0.81687774999999874e2","0.79608032000000094e2"],["-0.81694716999999969e2","0.79609711000000061e2"],["-0.81709732000000031e2","0.79615540000000124e2"],["-0.81734160999999972e2","0.79619705000000124e2"],["-0.81748610999999983e2","0.79621094000000085e2"],["-0.81767501999999922e2",79.62052900000009],["-0.81777221999999995e2","0.79619140999999956e2"],["-0.81785277999999892e2","0.79614990000000091e2"],["-0.81786117999999931e2","0.79609146000000067e2"],["-0.81782227000000034e2","0.79604979999999955e2"],["-0.81768616000000009e2","0.79600266000000033e2"],["-0.81750290000000007e2","0.79594711000000132e2"],["-0.81728333000000021e2","0.79589706000000092e2"],["-0.81706664999999987e2","0.79586655000000064e2"],["-0.81675277999999992e2","0.79584991000000059e2"],["-0.81639450000000011e2","0.79584991000000059e2"],["-0.81605835000000013e2","0.79588593000000003e2"],["-0.81578613000000018e2",79.59304800000001],[-81.56361400000003,"0.79597763000000043e2"],["-0.81544998000000021e2","0.79609146000000067e2"],["-0.81509444999999914e2","0.79624145999999996e2"],["-0.81495270000000005e2","0.79629425000000026e2"],["-0.81476395000000025e2","0.79634155000000021e2"],["-0.81457229999999981e2","0.79636932000000115e2"],["-0.81424712999999997e2","0.79636658000000011e2"],["-0.81368056999999965e2","0.79634430000000066e2"],["-0.81279998999999918e2","0.79628310999999997e2"],["-0.81253615999999965e2","0.79624694999999974e2"],["-0.81013061999999877e2","0.79598877000000016e2"],[-80.69027699999998,79.56860400000005],["-0.80630554000000018e2","0.79564147999999989e2"],["-0.80598052999999993e2","0.79566086000000098e2"],["-0.80589721999999995e2","0.79568054000000018e2"],[-80.591949,"0.79573608000000036e2"],[-80.60861199999988,"0.79576096000000007e2"],["-0.80625274999999931e2","0.79580826000000059e2"],["-0.80641953000000001e2","0.79588042999999971e2"],["-0.80634170999999981e2","0.79592758000000003e2"],["-0.80618606999999884e2","0.79597214000000122e2"],["-0.80598052999999993e2","0.79601379000000122e2"],["-0.80569167999999877e2",79.605255],[-80.50167799999997,79.61192299999999],["-0.80100280999999995e2","0.79644440000000145e2"],["-0.80056655999999975e2","0.79646942000000024e2"],["-0.80025283999999942e2","0.79647217000000069e2"],["-0.79972778000000005e2","0.79644440000000145e2"],[-79.93638599999997,"0.79644440000000145e2"],["-0.79904723999999987e2","0.79646942000000024e2"],["-0.79892501999999922e2","0.79649155000000007e2"],["-0.79761947999999961e2","0.79695816000000036e2"],["-0.79751403999999923e2","0.79701385000000016e2"],["-0.79768616000000009e2","0.79701935000000049e2"],["-0.80041381999999999e2","0.79697479000000101e2"],["-0.80356658999999979e2","0.79685256999999979e2"],["-0.80389724999999999e2",79.68331900000004],["-0.80432220000000029e2","0.79677765000000022e2"],["-0.80473617999999988e2","0.79669708000000071e2"],["-0.80516113000000018e2","0.79664429000000098e2"],["-0.80618057000000022e2","0.79654160000000047e2"],["-0.80658889999999928e2","0.79652481000000023e2"],["-0.80795273000000009e2","0.79648041000000035e2"],["-0.80827498999999989e2","0.79648331000000042e2"],["-0.80910552999999993e2","0.79651932000000102e2"],["-0.80942215000000033e2","0.79653594999999996e2"],["-0.80955275999999969e2","0.79658600000000035e2"],["-0.80958892999999932e2","0.79664993000000038e2"],["-0.80970839999999953e2","0.79671370999999965e2"],["-0.80978333000000021e2",79.67303499999997],["-0.81076110999999969e2","0.79688873000000001e2"],["-0.81171936000000017e2","0.79703323000000125e2"],["-0.81227782999999988e2","0.79709427000000005e2"],["-0.81291945999999882e2","0.79713608000000079e2"],["-0.81385559000000001e2","0.79713608000000079e2"],["-0.81424437999999952e2","0.79712769000000094e2"],["-0.81519729999999925e2","0.79730820000000108e2"],["-0.81569457999999941e2","0.79819717000000082e2"],["-0.81582779000000016e2","0.79836929000000112e2"],["-0.81587783999999942e2","0.79841660000000047e2"],[-81.59973100000002,"0.79851929000000098e2"],["-0.81608337000000006e2","0.79858597000000032e2"],["-0.81631377999999984e2","0.79872208000000001e2"],["-0.81651947000000007e2","0.79882750999999985e2"],[-81.65972899999997,"0.79888596000000064e2"],["-0.81665008999999941e2","0.79897765999999933e2"],["-0.81663054999999986e2","0.79903046000000018e2"],["-0.81643616000000009e2","0.79909988000000112e2"],["-0.81540557999999919e2","0.79922760000000096e2"],["-0.81515839000000028e2","0.79924988000000042e2"],["-0.81416945999999939e2","0.79927199999999971e2"],["-0.81402221999999995e2","0.79932479999999998e2"],["-0.81400283999999942e2","0.79937758999999971e2"],["-0.81420272999999952e2","0.79943587999999977e2"],["-0.81557495000000017e2","0.79960815000000025e2"],["-0.81589721999999995e2","0.79962494000000049e2"],["-0.81639450000000011e2","0.79962204000000042e2"],["-0.81643341000000021e2","0.79962204000000042e2"],["-0.81710555999999997e2","0.79964706000000092e2"],["-0.81743056999999965e2","0.79966385000000116e2"],["-0.81833068999999966e2","0.79973877000000016e2"],["-0.82005004999999983e2","0.79993042000000003e2"],["-0.82168334999999956e2","0.80013610999999969e2"],["-0.82191101000000003e2","0.80018600000000106e2"],["-0.82285827999999981e2","0.80046097000000088e2"],[-82.34333799999996,"0.80063873000000058e2"],["-0.82359160999999915e2","0.80069153000000085e2"],["-0.82619155999999975e2","0.80150542999999971e2"],["-0.82948043999999982e2","0.80247481999999991e2"],[-83.12110899999999,"0.80292755000000056e2"],["-0.83166655999999932e2","0.80301376000000005e2"],["-0.83186934999999949e2",80.30664100000007],["-0.83201400999999976e2","0.80313309000000061e2"],["-0.83203887999999949e2","0.80318054000000075e2"],["-0.83196654999999964e2","0.80320830999999998e2"],["-0.83166945999999939e2","0.80326934999999992e2"],["-0.83131942999999978e2","0.80330551000000071e2"],["-0.82942764000000011e2","0.80345535000000098e2"],["-0.82854720999999984e2","0.80350815000000011e2"],["-0.82787780999999939e2","0.80352203000000088e2"],["-0.82706664999999987e2","0.80352767999999969e2"],["-0.82579726999999878e2","0.80358322000000101e2"],["-0.82273330999999928e2","0.80377472000000068e2"],["-0.82031386999999938e2","0.80398331000000042e2"],["-0.81987212999999997e2",80.40026899999998],["-0.81899170000000026e2","0.80401657000000114e2"],["-0.81882216999999969e2","0.80401932000000102e2"],["-0.81673888999999974e2","0.80406097000000102e2"],["-0.81334441999999967e2","0.80420532000000037e2"],["-0.81204726999999991e2","0.80427200000000028e2"],["-0.81079726999999991e2","0.80436096000000134e2"],[-80.98611499999987,"0.80443588000000091e2"],["-0.80835007000000019e2","0.80452774000000034e2"],["-0.80660004000000015e2","0.80460815000000082e2"],["-0.80481110000000001e2","0.80462494000000106e2"],["-0.80412216000000001e2","0.80460541000000148e2"],["-0.80367766999999958e2","0.80462204000000099e2"],["-0.80336120999999991e2","0.80465819999999951e2"],["-0.80318893000000003e2","0.80470534999999984e2"],["-0.80306655999999919e2",80.47526600000009],["-0.80294158999999866e2","0.80486649000000114e2"],["-0.80297775000000001e2","0.80488876000000005e2"],["-0.80312209999999936e2","0.80491653000000099e2"],["-0.80343338000000017e2",80.49414100000007],["-0.80354996000000028e2","0.80498031999999967e2"],["-0.80357223999999917e2","0.80501389000000074e2"],["-0.80227492999999924e2","0.80519713999999965e2"],["-0.80195540999999935e2","0.80523605000000032e2"],["-0.80153335999999967e2","0.80526382000000126e2"],["-0.80116394000000014e2","0.80527771000000143e2"],["-0.80058608999999933e2","0.80527206000000092e2"],["-0.79940276999999924e2","0.80528869999999927e2"],["-0.79558043999999995e2","0.80536377000000073e2"],["-0.79490554999999915e2","0.80539703000000088e2"],["-0.79339995999999928e2","0.80549988000000042e2"],["-0.79232773000000009e2","0.80553314000000057e2"],["-0.79190552000000025e2",80.55386400000009],["-0.79011123999999995e2","0.80553314000000057e2"],["-0.78815551999999911e2","0.80555817000000047e2"],["-0.78592772999999966e2","0.80562195000000031e2"],[-78.46556099999998,"0.80563873000000115e2"],["-0.78345276000000013e2","0.80564423000000147e2"],["-0.78098891999999921e2","0.80562485000000038e2"],["-0.78063889000000017e2","0.80564697000000081e2"],["-0.78038054999999929e2","0.80567215000000033e2"],["-0.78015014999999948e2","0.80586655000000007e2"],["-0.78013625999999988e2","0.80591095000000053e2"],["-0.78019164999999987e2","0.80594436999999971e2"],["-0.78030838000000017e2","0.80596100000000092e2"],["-0.78088608000000022e2","0.80596939000000077e2"],["-0.78357773000000009e2",80.60165400000011],["-0.78741378999999938e2",80.60914600000001],["-0.78851944000000003e2","0.80612487999999985e2"],["-0.78925277999999992e2","0.80616652999999985e2"],["-0.78981109999999944e2","0.80616089000000045e2"],["-0.79114440999999999e2","0.80612487999999985e2"],["-0.79255004999999983e2","0.80605819999999994e2"],["-0.79347228999999913e2","0.80601089000000059e2"],["-0.79392226999999934e2","0.80599715999999944e2"],["-0.79565276999999924e2","0.80596100000000092e2"],["-0.79634170999999981e2","0.80595535000000041e2"],[-79.86332699999997,"0.80603043000000071e2"],["-0.79934433000000013e2","0.80606094000000098e2"],["-0.79960555999999883e2","0.80608032000000037e2"],["-0.79960280999999952e2","0.80614700000000028e2"],["-0.79907226999999978e2","0.80623871000000008e2"],["-0.79847777999999948e2","0.80631927000000076e2"],["-0.79559433000000013e2","0.80669983000000059e2"],["-0.79353607000000011e2","0.80696640000000116e2"],["-0.79291945999999996e2","0.80703872999999987e2"],["-0.79172501000000011e2","0.80713043000000027e2"],["-0.78990829000000019e2","0.80729706000000078e2"],["-0.78809432999999956e2","0.80746933000000126e2"],[-78.62388599999997,"0.80769149999999968e2"],["-0.78585280999999952e2","0.80772217000000069e2"],[-78.50556899999998,80.77748100000008],["-0.78236664000000019e2","0.80793319999999994e2"],["-0.77894454999999994e2","0.80813309000000118e2"],["-0.77805832000000009e2","0.80818603999999993e2"],["-0.77733062999999959e2","0.80825546000000088e2"],["-0.77639175000000023e2",80.83027600000014],["-0.77287780999999939e2",80.83526599999999],["-0.76926392000000021e2","0.80841933999999981e2"],["-0.76845001000000025e2","0.80841094999999996e2"],["-0.76729172000000005e2","0.80838043000000084e2"],["-0.76681380999999931e2","0.80838593000000117e2"],["-0.76590835999999967e2","0.80842758000000117e2"],["-0.76556655999999975e2",80.84637500000008],["-0.76511672999999973e2","0.80854430999999977e2"],["-0.76484725999999966e2",80.86554000000001],["-0.76485000999999897e2","0.80871094000000028e2"],["-0.76490829000000019e2","0.80874985000000095e2"],["-0.76526672000000019e2",80.88638300000008],["-0.76621108999999933e2","0.80900818000000015e2"],["-0.76656661999999983e2","0.80898041000000148e2"],["-0.76699432000000002e2","0.80891372999999987e2"],["-0.76738892000000021e2","0.80888321000000019e2"],["-0.76797500999999954e2","0.80886108000000092e2"],["-0.76841675000000009e2","0.80885543999999982e2"],["-0.77168883999999935e2","0.80886932000000058e2"],["-0.77201675000000023e2","0.80887772000000098e2"],["-0.77308884000000035e2","0.80893051000000071e2"],["-0.77428329000000019e2","0.80903046000000018e2"],["-0.77454726999999991e2",80.90525800000006],["-0.77581115999999895e2","0.80911377000000073e2"],["-0.77766113000000018e2","0.80906937000000084e2"],["-0.77980285999999921e2",80.90109300000006],["-0.78421111999999994e2","0.80879424999999912e2"],["-0.78836394999999982e2",80.85386699999998],["-0.78869445999999925e2","0.80852202999999975e2"],["-0.78885283999999956e2","0.80853591999999992e2"],["-0.78896118000000001e2","0.80854705999999965e2"],["-0.78908614999999998e2","0.80858871000000136e2"],["-0.78922225999999966e2","0.80866088999999988e2"],[-78.93499799999995,"0.80875534000000016e2"],[-78.93638599999997,"0.80881363000000079e2"],["-0.78930556999999965e2","0.80981933999999967e2"],["-0.78928604000000007e2","0.80990540000000067e2"],["-0.78839721999999995e2",81.016098],["-0.78799987999999985e2","0.81026382000000069e2"],["-0.78757781999999906e2","0.81035537999999974e2"],["-0.78636672999999973e2","0.81058594000000028e2"],["-0.78528884999999946e2","0.81081940000000088e2"],["-0.78501113999999973e2",81.09165999999999],["-0.78457503999999972e2","0.81107758000000047e2"],["-0.78426101999999958e2","0.81120818999999983e2"],["-0.78416396999999961e2","0.81125259000000142e2"],["-0.78397231999999917e2","0.81137497000000053e2"],["-0.78393065999999919e2","0.81142761000000007e2"],["-0.78406386999999938e2","0.81144988999999953e2"],["-0.78461945000000014e2","0.81147491000000059e2"],["-0.78475280999999939e2","0.81149719000000005e2"],["-0.78475829999999974e2",81.15248100000008],["-0.78472777999999948e2","0.81158325000000104e2"],["-0.78463622999999927e2","0.81160812000000021e2"],["-0.78438598999999954e2","0.81164703000000088e2"],["-0.78411391999999921e2","0.81167479999999955e2"],["-0.78290833000000021e2","0.81174698000000149e2"],["-0.78254729999999995e2","0.81177765000000079e2"],["-0.78225005999999894e2","0.81181930999999963e2"],[-78.15943900000002,"0.81193862999999965e2"],["-0.78051102000000014e2","0.81218597000000102e2"],[-78.03694200000001,"0.81223312000000135e2"],["-0.78016662999999994e2","0.81232758000000103e2"],["-0.78009170999999981e2","0.81238585999999998e2"],["-0.77976943999999889e2","0.81249145999999939e2"],["-0.77875274999999874e2","0.81272766000000104e2"],["-0.77850829999999917e2","0.81277205999999978e2"],["-0.77612503000000004e2","0.81318877999999984e2"],["-0.77576949999999897e2","0.81322494999999947e2"],[-77.50306699999993,"0.81328323000000069e2"],["-0.77366394000000014e2","0.81336105000000032e2"],["-0.77233611999999994e2","0.81351089000000115e2"],["-0.77116942999999935e2","0.81367751999999996e2"],["-0.76955275999999969e2","0.81393874999999923e2"],["-0.76765014999999948e2","0.81428588999999988e2"],["-0.76748610999999983e2",81.4327550000001],["-0.76745269999999948e2","0.81439148000000046e2"],["-0.76761123999999995e2","0.81442749000000106e2"],["-0.76777785999999878e2","0.81444427000000019e2"],["-0.76803328999999962e2","0.81445526000000029e2"],["-0.76855835000000013e2","0.81445526000000029e2"],["-0.76951110999999969e2","0.81440536000000122e2"],["-0.77028609999999958e2",81.43331900000004],["-0.77208617999999944e2","0.81409424000000058e2"],["-0.77264450000000011e2","0.81400818000000129e2"],[-77.41722099999987,"0.81380538999999999e2"],["-0.77571395999999993e2","0.81366652999999985e2"],["-0.77609726000000023e2","0.81364425999999924e2"],["-0.77829177999999899e2",81.34248400000007],["-0.77896117999999944e2","0.81335541000000092e2"],["-0.78174163999999962e2",81.30053700000002],["-0.78228333000000021e2","0.81291656000000046e2"],["-0.78273620999999935e2","0.81283599999999979e2"],[-78.29222099999987,"0.81278320000000122e2"],["-0.78305557000000022e2","0.81272766000000104e2"],["-0.78325835999999924e2","0.81261383000000137e2"],["-0.78351944000000003e2","0.81250275000000101e2"],["-0.78370270000000005e2",81.2452550000001],["-0.78410004000000015e2","0.81236374000000126e2"],["-0.78433883999999921e2","0.81231934000000138e2"],["-0.78487212999999997e2","0.81223038000000031e2"],["-0.78604996000000028e2","0.81206375000000094e2"],["-0.78652495999999928e2","0.81197205000000054e2"],["-0.78675277999999935e2","0.81191925000000026e2"],["-0.78701950000000011e2","0.81181655999999975e2"],["-0.78721114999999998e2","0.81172211000000061e2"],["-0.78728333000000021e2","0.81166382000000056e2"],[-78.75111400000003,"0.81141663000000108e2"],["-0.78754181000000017e2","0.81135818000000029e2"],["-0.78745833999999945e2","0.81129150000000038e2"],[-78.71665999999999,"0.81123306000000014e2"],["-0.78690552000000025e2",81.12164300000012],["-0.78690825999999959e2",81.11943100000002],["-0.78817504999999926e2","0.81106093999999985e2"],["-0.78895019999999931e2","0.81098999000000049e2"],["-0.78916945999999996e2","0.81098037999999917e2"],["-0.78941375999999934e2","0.81101088999999945e2"],["-0.78963622999999984e2","0.81107758000000047e2"],["-0.79015014999999948e2","0.81115539999999953e2"],["-0.79075287000000003e2","0.81122757000000092e2"],["-0.79162780999999939e2",81.13220199999995],["-0.79218062999999972e2","0.81136932000000002e2"],["-0.79242767000000015e2","0.81139984000000084e2"],["-0.79399170000000026e2","0.81174698000000149e2"],["-0.79463622999999984e2","0.81193313999999987e2"],["-0.79486114999999984e2","0.81194977000000108e2"],[-79.50167799999997,"0.81193588000000091e2"],["-0.79499434999999949e2","0.81189972000000068e2"],["-0.79491669000000002e2","0.81186095999999964e2"],["-0.79475829999999974e2","0.81180542000000003e2"],["-0.79275283999999999e2",81.12359600000002],["-0.79218886999999938e2","0.81111099000000081e2"],["-0.79172501000000011e2",81.10386699999998],["-0.79088837000000012e2","0.81094757000000072e2"],["-0.79073623999999995e2","0.81090820000000122e2"],["-0.79063613999999916e2","0.81085541000000148e2"],["-0.79072783999999956e2","0.81080826000000116e2"],["-0.79087783999999999e2","0.81076660000000004e2"],["-0.79142226999999991e2","0.81069153000000085e2"],["-0.79226944000000003e2","0.81063034000000073e2"],["-0.79255279999999914e2","0.81058868000000132e2"],["-0.79305266999999958e2","0.81029984000000013e2"],["-0.79315826000000015e2","0.81023880000000133e2"],["-0.79323623999999938e2","0.81018326000000002e2"],[-79.33666999999997,81.0086060000001],["-0.79343886999999995e2",80.99832200000003],["-0.79336945000000014e2","0.80992203000000018e2"],["-0.79321120999999891e2","0.80988586000000055e2"],["-0.79291381999999885e2","0.80984984999999995e2"],["-0.79258347000000015e2","0.80984421000000054e2"],["-0.79205275999999969e2","0.80987762000000089e2"],[-79.18472300000002,"0.80986374000000012e2"],["-0.79164718999999991e2","0.80983047000000056e2"],["-0.79158889999999985e2","0.80977768000000083e2"],[-79.15834000000001,"0.80972763000000043e2"],["-0.79165282999999931e2","0.80966660000000104e2"],["-0.79265288999999996e2","0.80924149000000057e2"],["-0.79600829999999917e2","0.80824432000000115e2"],["-0.79618056999999965e2","0.80819442999999978e2"],["-0.79883621000000005e2","0.80783325000000104e2"],["-0.80065552000000025e2","0.80759720000000129e2"],["-0.80247498000000007e2",80.73692299999999],["-0.80511123999999938e2","0.80705826000000059e2"],["-0.80651947000000007e2","0.80691925000000083e2"],[-80.720551,"0.80684142999999949e2"],["-0.80855559999999969e2","0.80663315000000068e2"],["-0.80919448999999929e2","0.80655548000000124e2"],["-0.80956664999999987e2","0.80651932000000045e2"],["-0.81336394999999925e2","0.80623306000000127e2"],["-0.81533324999999991e2","0.80607208000000071e2"],["-0.81575561999999991e2","0.80604155999999989e2"],["-0.81808884000000035e2",80.59304800000001],["-0.81966110000000015e2","0.80579712000000029e2"],["-0.82353881999999942e2","0.80556365999999969e2"],["-0.82434998000000007e2","0.80553040000000124e2"],["-0.82798889000000031e2","0.80539428999999984e2"],["-0.82881103999999937e2","0.80536652000000061e2"],["-0.82956389999999999e2","0.80536377000000073e2"],["-0.83027495999999928e2","0.80538589000000115e2"],["-0.83096664000000033e2","0.80541656000000046e2"],["-0.83151946999999893e2","0.80546371000000079e2"],["-0.83165008999999998e2",80.55192599999998],["-0.83170272999999895e2","0.80564147999999932e2"],["-0.83168059999999912e2","0.80576660000000118e2"],["-0.83165282999999931e2","0.80589432000000102e2"],["-0.83161391999999864e2","0.80601089000000059e2"],["-0.83156112999999948e2","0.80606644000000131e2"],["-0.83146666999999979e2","0.80612198000000149e2"],["-0.83096953999999982e2","0.80639435000000049e2"],["-0.83078063999999927e2","0.80644989000000066e2"],["-0.83056380999999988e2","0.80649154999999951e2"],["-0.82773055999999997e2",80.68664600000011],["-0.82527495999999985e2","0.80703323000000125e2"],["-0.82431945999999982e2","0.80708878000000027e2"],["-0.82250838999999928e2","0.80716385000000116e2"],["-0.82216399999999965e2","0.80719147000000021e2"],["-0.82135833999999875e2","0.80729431000000091e2"],["-0.82025009000000011e2","0.80746643000000063e2"],["-0.81948333999999932e2","0.80759155000000078e2"],["-0.81908614999999941e2","0.80767761000000007e2"],["-0.81762786999999889e2","0.80810806000000127e2"],["-0.81758895999999993e2","0.80813034000000073e2"],["-0.81767501999999922e2","0.80821381000000088e2"],["-0.81943603999999993e2","0.80833054000000118e2"],["-0.81961120999999935e2","0.80833054000000118e2"],["-0.81996108999999933e2",80.83027600000014],[-82.05221599999993,"0.80822768999999994e2"],["-0.82099730999999906e2","0.80813599000000124e2"],["-0.82146118000000001e2","0.80803589000000045e2"],["-0.82193877999999984e2","0.80796646000000067e2"],["-0.82332229999999981e2","0.80781372000000147e2"],["-0.82513061999999934e2","0.80763046000000145e2"],["-0.82526107999999965e2","0.80752777000000094e2"],["-0.82535827999999867e2","0.80747208000000114e2"],["-0.82543334999999956e2",80.74443100000002],["-0.82567229999999995e2","0.80740814000000057e2"],["-0.82601669000000015e2","0.80738036999999963e2"],["-0.82940551999999968e2","0.80714431999999988e2"],["-0.83311934999999949e2","0.80687759000000028e2"],["-0.83356948999999929e2","0.80685531999999967e2"],["-0.83516113000000018e2","0.80701384999999959e2"],["-0.83541107000000011e2","0.80704162999999994e2"],["-0.83547226000000023e2","0.80706940000000088e2"],["-0.83569457999999997e2","0.80739150999999993e2"],[-83.5625,"0.80743866000000025e2"],["-0.83529723999999987e2","0.80747482000000048e2"],["-0.83456664999999987e2","0.80751099000000011e2"],["-0.83422500999999954e2","0.80753876000000105e2"],["-0.83391387999999949e2","0.80758041000000105e2"],["-0.83261947999999961e2","0.80786377000000016e2"],["-0.83133057000000008e2","0.80818878000000097e2"],["-0.83120270000000005e2","0.80823317999999972e2"],["-0.83132492000000013e2",80.828598],[-83.158051,"0.80833603000000039e2"],["-0.83191100999999946e2","0.80835815000000139e2"],["-0.83256957999999997e2","0.80838593000000117e2"],["-0.83297225999999966e2","0.80836104999999975e2"],["-0.83323333999999932e2",80.8316650000001],["-0.83329177999999956e2","0.80828323000000012e2"],["-0.83331954999999937e2","0.80823883000000137e2"],["-0.83353881999999999e2","0.80813599000000124e2"],["-0.83381377999999984e2","0.80803864000000033e2"],["-0.83407226999999978e2","0.80799422999999933e2"],["-0.83493332000000009e2","0.80787766000000033e2"],["-0.83587218999999891e2","0.80775269000000037e2"],["-0.83610549999999932e2","0.80771652000000074e2"],["-0.83630828999999949e2","0.80766937000000041e2"],["-0.83645554000000004e2","0.80761658000000068e2"],[-83.64916999999997,"0.80755554000000018e2"],["-0.83658889999999872e2","0.80751937999999996e2"],["-0.83667769999999905e2",80.75],["-0.83696655000000021e2","0.80746643000000063e2"],["-0.83712783999999999e2","0.80747757000000092e2"],["-0.83827498999999932e2","0.80761383000000023e2"],["-0.83859160999999972e2","0.80759155000000078e2"],["-0.83863892000000021e2","0.80757492000000127e2"],["-0.83836394999999982e2","0.80719710999999961e2"],["-0.83821670999999981e2","0.80705826000000059e2"],["-0.83812499999999943e2","0.80698318000000086e2"],["-0.83801391999999964e2","0.80691925000000083e2"],["-0.83783065999999963e2","0.80684142999999949e2"],["-0.83757232999999928e2","0.80669708000000014e2"],["-0.83734436000000017e2","0.80654160000000047e2"],["-0.83723327999999924e2","0.80643875000000094e2"],["-0.83720000999999911e2","0.80636658000000011e2"],["-0.83719726999999978e2","0.80630813999999987e2"],[-83.73582499999992,"0.80613037000000077e2"],["-0.83779175000000009e2","0.80570831000000112e2"],["-0.83794723999999974e2","0.80560257000000036e2"],["-0.83821120999999948e2","0.80550536999999963e2"],["-0.83840560999999866e2","0.80545532000000094e2"],["-0.83871108999999933e2","0.80541367000000093e2"],[-83.93472300000002,"0.80534424000000115e2"],["-0.83973327999999981e2","0.80531937000000028e2"],["-0.84313323999999909e2","0.80513611000000026e2"],["-0.84381103999999993e2","0.80512207000000046e2"],[-84.48971599999993,"0.80514434999999992e2"],["-0.84551392000000021e2","0.80517761000000064e2"],["-0.84689437999999996e2","0.80524994000000049e2"],["-0.84763625999999988e2","0.80525818000000015e2"],["-0.84846664000000033e2","0.80523315000000025e2"],["-0.84890563999999983e2","0.80521102999999982e2"],["-0.84964447000000007e2","0.80514434999999992e2"],["-0.85027221999999995e2","0.80507217000000026e2"],["-0.85066956000000005e2","0.80505264000000068e2"],["-0.85232772999999952e2","0.80508881000000031e2"],["-0.85334731999999974e2","0.80513611000000026e2"],["-0.85366652999999985e2","0.80517487000000131e2"],[-85.42582699999997,"0.80523041000000092e2"],["-0.85462218999999948e2","0.80524994000000049e2"],["-0.85594727000000034e2","0.80529159999999933e2"],["-0.85809433000000013e2","0.80531937000000028e2"],["-0.85864165999999898e2","0.80535538000000088e2"],["-0.85865829000000019e2","0.80541367000000093e2"],["-0.85812774999999931e2","0.80559143000000063e2"],["-0.85705841000000021e2","0.80589706000000035e2"],["-0.85689162999999951e2","0.80593872000000147e2"],["-0.85665008999999941e2","0.80598601999999971e2"],["-0.85613051999999982e2","0.80606368999999972e2"],["-0.85571945000000028e2","0.80615265000000079e2"],["-0.85564712999999927e2","0.80619431000000134e2"],["-0.85594451999999933e2",80.6202550000001],["-0.85636397999999986e2","0.80619141000000127e2"],["-0.85694716999999969e2","0.80613602000000128e2"],["-0.85744719999999916e2","0.80606368999999972e2"],["-0.85793059999999855e2","0.80596939000000077e2"],["-0.85854720999999984e2","0.80582214000000135e2"],["-0.85889724999999999e2","0.80573044000000039e2"],["-0.85925277999999992e2","0.80562485000000038e2"],["-0.85950606999999991e2","0.80552947999999958e2"],[-85.95666499999993,"0.80548325000000091e2"],["-0.85982773000000009e2","0.80537491000000045e2"],["-0.86011947999999961e2","0.80533324999999934e2"],["-0.86037215999999944e2","0.80530823000000055e2"],["-0.86080840999999964e2","0.80528320000000065e2"],["-0.86148345999999947e2",80.53166200000004],["-0.86177490000000034e2","0.80534149000000127e2"],["-0.86428329000000019e2","0.80560257000000036e2"],["-0.86639998999999932e2","0.80583054000000004e2"],["-0.86718062999999972e2",80.59304800000001],["-0.86739165999999898e2","0.80597487999999998e2"],["-0.86744995000000017e2","0.80603043000000071e2"],["-0.86732498000000021e2","0.80615265000000079e2"],["-0.86680282999999974e2","0.80654984000000013e2"],["-0.86660003999999958e2","0.80666091999999992e2"],["-0.86638061999999991e2","0.80676651000000049e2"],["-0.86514724999999942e2","0.80729431000000091e2"],["-0.86497771999999941e2","0.80735260000000096e2"],["-0.86466110000000015e2",80.74552900000009],["-0.86410004000000015e2","0.80760818000000029e2"],["-0.86338333000000034e2","0.80775542999999971e2"],["-0.86244719999999973e2","0.80794144000000131e2"],["-0.86225554999999929e2",80.799149],["-0.86174438000000009e2",80.81442300000009],["-0.86050277999999992e2","0.80856644000000074e2"],["-0.85964171999999962e2","0.80886932000000058e2"],["-0.85846114999999998e2","0.80928589000000102e2"],["-0.85828339000000028e2",80.93414300000012],[-85.77416999999997,"0.80948868000000061e2"],["-0.85698607999999922e2","0.80962769000000037e2"],["-0.85605835000000013e2","0.80975815000000125e2"],["-0.85556106999999997e2","0.80981933999999967e2"],["-0.85003066999999874e2","0.81028320000000008e2"],["-0.84928878999999995e2","0.81030822999999941e2"],["-0.84726669000000015e2","0.81031097000000102e2"],["-0.84404998999999918e2","0.81043869000000086e2"],["-0.84368332000000009e2","0.81046097000000032e2"],[-84.20666499999993,"0.81060531999999967e2"],["-0.84119994999999903e2","0.81067490000000134e2"],["-0.84025009000000011e2","0.81070830999999998e2"],["-0.83908050999999944e2","0.81071381000000031e2"],["-0.83823623999999938e2","0.81073608000000092e2"],["-0.83529998999999918e2","0.81090271000000143e2"],[-83.31138599999997,"0.81103317000000118e2"],[-83.15055799999999,"0.81120529000000147e2"],[-83.12332200000003,81.12303200000008],["-0.83053328999999962e2","0.81123306000000014e2"],["-0.82943603999999993e2","0.81120818999999983e2"],["-0.82869445999999925e2","0.81121368000000075e2"],["-0.82826401000000033e2",81.12303200000008],["-0.82785004000000015e2","0.81125534000000016e2"],["-0.82760283999999956e2","0.81129150000000038e2"],["-0.82738891999999964e2","0.81133880999999974e2"],["-0.82707229999999981e2","0.81144440000000031e2"],["-0.82688323999999966e2","0.81148331000000098e2"],[-82.64416499999993,"0.81151657000000114e2"],["-0.82599166999999966e2","0.81152771000000087e2"],["-0.82531386999999938e2","0.81149993999999992e2"],[-82.50306699999993,"0.81147766000000047e2"],["-0.82466659999999933e2","0.81148331000000098e2"],[-82.37222300000002,"0.81174698000000149e2"],["-0.82364440999999999e2",81.17942800000003],["-0.82389998999999989e2","0.81180266999999958e2"],["-0.82420837000000006e2",81.17942800000003],["-0.82484160999999972e2","0.81169983000000116e2"],[-82.52305599999994,"0.81166382000000056e2"],["-0.82565276999999924e2","0.81166092000000049e2"],["-0.82665008999999998e2",81.17442299999999],["-0.82828063999999983e2","0.81173308999999961e2"],["-0.82866652999999928e2","0.81169708000000128e2"],["-0.82894164999999987e2","0.81165268000000083e2"],["-0.82926940999999999e2","0.81161102000000028e2"],["-0.82962783999999942e2","0.81158325000000104e2"],[-83.14973399999991,"0.81151382000000126e2"],["-0.83453338999999971e2",81.13220199999995],["-0.83757507000000032e2","0.81113312000000008e2"],["-0.84116104000000007e2",81.0977630000001],["-0.84372771999999941e2","0.81092209000000082e2"],[-84.58555599999994,"0.81086380000000077e2"],["-0.84797500999999954e2","0.81078323000000125e2"],["-0.85065551999999911e2","0.81066375999999991e2"],["-0.85211944999999901e2","0.81056931000000077e2"],[-85.25,81.05525200000011],["-0.85291381999999999e2","0.81054703000000131e2"],["-0.85404448999999943e2","0.81057755000000043e2"],["-0.85482773000000009e2","0.81058594000000028e2"],["-0.85572509999999966e2",81.05664100000007],["-0.85681670999999938e2","0.81049423000000104e2"],[-85.75556899999998,"0.81041367000000037e2"],["-0.85817779999999971e2","0.81032761000000107e2"],["-0.85988602000000014e2","0.81006653000000142e2"],["-0.86143340999999907e2","0.80978317000000061e2"],[-86.30972300000002,"0.80940811000000053e2"],["-0.86351944000000003e2","0.80930542000000059e2"],["-0.87061935000000005e2","0.80727478000000133e2"],["-0.87076401000000033e2",80.7227630000001],["-0.87083618000000001e2","0.80716934000000094e2"],["-0.87079078999999979e2","0.80707024000000104e2"],["-0.87080291999999986e2","0.80699142000000052e2"],["-0.87121383999999921e2","0.80677475000000015e2"],["-0.87180557000000022e2","0.80649154999999951e2"],["-0.87215011999999945e2","0.80638321000000076e2"],["-0.87240554999999972e2","0.80634155000000021e2"],["-0.87273055999999997e2","0.80630813999999987e2"],["-0.87315001999999936e2","0.80629424999999969e2"],["-0.87458054000000004e2","0.80627762000000075e2"],["-0.87489715999999873e2","0.80627472000000012e2"],["-0.87559433000000013e2","0.80627472000000012e2"],["-0.87594726999999978e2","0.80628586000000041e2"],["-0.87628051999999968e2","0.80632202000000063e2"],["-0.87777221999999938e2","0.80648880000000133e2"],["-0.87864166000000012e2","0.80659424000000001e2"],["-0.87954726999999878e2","0.80671645999999953e2"],["-0.88139724999999999e2","0.80685256999999922e2"],[-88.17721599999993,"0.80686920000000043e2"],["-0.88196105999999986e2","0.80688582999999994e2"],[-88.22222899999997,"0.80691085999999984e2"],["-0.88348891999999921e2","0.80708602999999982e2"],["-0.88406661999999926e2","0.80716934000000094e2"],["-0.88488601999999958e2","0.80731934000000024e2"],["-0.88566956000000005e2",80.74859600000002],["-0.88706116000000009e2","0.80772766000000047e2"],["-0.88967498999999862e2","0.80808594000000085e2"],["-0.89034163999999976e2","0.80816376000000048e2"],["-0.89125823999999966e2","0.80825821000000076e2"],["-0.89290557999999976e2","0.80849426000000108e2"],["-0.89334731999999917e2","0.80857483000000059e2"],["-0.89382492000000013e2",80.86970500000001],["-0.89398055999999997e2","0.80876082999999994e2"],["-0.89450561999999934e2","0.80903320000000122e2"],["-0.89462218999999948e2","0.80909988000000055e2"],["-0.89466110000000015e2","0.80914153999999996e2"],["-0.89462218999999948e2","0.80919144000000017e2"],["-0.89442763999999897e2","0.80923599000000024e2"],["-0.89380828999999892e2","0.80933044000000109e2"],["-0.89235274999999945e2","0.80948318000000029e2"],[-89.18638599999997,"0.80953048999999965e2"],["-0.88905563000000029e2","0.80977768000000083e2"],["-0.88858611999999994e2","0.80981368999999972e2"],["-0.88766861000000006e2","0.80986801000000014e2"],["-0.88590285999999992e2","0.80996368000000018e2"],["-0.88513901000000033e2",80.99832200000003],["-0.88283324999999991e2","0.81002213000000097e2"],["-0.88089721999999938e2","0.81003601000000003e2"],["-0.88011397999999986e2","0.81003326000000015e2"],["-0.87826674999999966e2","0.80998032000000023e2"],["-0.87755004999999983e2","0.80994980000000112e2"],["-0.87689437999999939e2",80.990814],["-0.87628051999999968e2","0.80984711000000061e2"],["-0.87597504000000015e2","0.80980819999999994e2"],["-0.87524169999999913e2","0.80977203000000031e2"],["-0.87446380999999974e2","0.80976928999999927e2"],["-0.87279448999999943e2","0.80981933999999967e2"],[-87.15943900000002,"0.80986922999999933e2"],["-0.87119719999999973e2","0.80989700000000028e2"],["-0.87089172000000019e2","0.80994141000000127e2"],["-0.87064712999999983e2","0.80998871000000008e2"],["-0.87030562999999972e2","0.81001938000000109e2"],["-0.86983062999999902e2","0.81003876000000048e2"],["-0.86946105999999986e2","0.81004166000000055e2"],["-0.86755004999999983e2","0.81001099000000124e2"],["-0.86711670000000026e2","0.81002487000000031e2"],["-0.86671936000000017e2","0.81005264000000125e2"],["-0.86635559000000001e2","0.81009430000000066e2"],["-0.86541945999999996e2","0.81020264000000111e2"],["-0.86419448999999986e2","0.81036102000000142e2"],["-0.86061110999999983e2","0.81082764000000054e2"],["-0.85916396999999961e2","0.81104980000000012e2"],["-0.85916396999999961e2","0.81110260000000096e2"],["-0.85907227000000034e2","0.81113875999999948e2"],["-0.85887512000000015e2","0.81118866000000025e2"],["-0.85562774999999988e2",81.17942800000003],["-0.85483063000000016e2","0.81192748999999992e2"],["-0.85425277999999935e2","0.81201660000000061e2"],["-0.85297500999999954e2","0.81218597000000102e2"],[-85.22193900000002,"0.81226379000000065e2"],[-85.02027899999996,"0.81244980000000055e2"],["-0.84976394999999968e2","0.81248596000000134e2"],["-0.84876388999999961e2","0.81254715000000147e2"],["-0.84832503999999972e2","0.81258330999999998e2"],["-0.84802490000000034e2","0.81261658000000125e2"],["-0.84776108000000022e2","0.81266097999999943e2"],["-0.84733886999999982e2","0.81281097000000045e2"],["-0.84735549999999989e2","0.81285537999999974e2"],["-0.84745834000000002e2","0.81289429000000041e2"],["-0.84899993999999936e2","0.81304977000000008e2"],["-0.84936660999999958e2","0.81307755000000043e2"],["-0.84975554999999986e2","0.81307479999999998e2"],["-0.85029175000000009e2","0.81305817000000047e2"],["-0.85279174999999952e2","0.81289978000000133e2"],["-0.85361388999999974e2",81.28276100000005],["-0.85768340999999964e2","0.81244705000000067e2"],["-0.85950561999999991e2","0.81224701000000096e2"],["-0.86018341000000021e2","0.81215820000000008e2"],["-0.86077498999999932e2","0.81207489000000066e2"],["-0.86154174999999952e2","0.81193313999999987e2"],["-0.86225006000000008e2","0.81173874000000012e2"],["-0.86240829000000019e2",81.16914399999996],["-0.86256957999999941e2","0.81162766000000033e2"],["-0.86299437999999896e2","0.81148605000000032e2"],["-0.86338333000000034e2","0.81138596000000007e2"],["-0.86404998999999975e2","0.81129700000000071e2"],["-0.86438048999999921e2","0.81126083000000108e2"],["-0.86472777999999892e2","0.81122757000000092e2"],["-0.86521118000000001e2","0.81119704999999954e2"],["-0.86650833000000034e2","0.81115814000000114e2"],["-0.86956389999999999e2","0.81099426000000051e2"],["-0.87111388999999917e2","0.81087769000000094e2"],["-0.87297225999999966e2","0.81076935000000049e2"],["-0.87637512000000015e2","0.81059417999999994e2"],["-0.87678878999999995e2","0.81058594000000028e2"],["-0.87720000999999911e2","0.81059417999999994e2"],["-0.87841385000000002e2","0.81062759000000028e2"],[-88.0625,"0.81069992000000013e2"],["-0.88217772999999852e2","0.81071381000000031e2"],["-0.88339995999999985e2","0.81069717000000026e2"],[-88.43499799999995,"0.81064148000000046e2"],["-0.88571670999999924e2","0.81054703000000131e2"],[-88.65834000000001,"0.81051376000000005e2"],["-0.88740828999999962e2","0.81049713000000111e2"],["-0.88889998999999932e2","0.81051926000000037e2"],["-0.88964721999999938e2","0.81049423000000104e2"],["-0.89041672000000005e2","0.81041091999999992e2"],["-0.89210555999999997e2","0.81026657000000057e2"],[-89.25556899999998,"0.81023880000000133e2"],["-0.89341675000000009e2","0.81020264000000111e2"],["-0.89629165999999998e2","0.81009155000000021e2"],["-0.89746658000000025e2","0.81008881000000088e2"],["-0.89787505999999951e2","0.81009720000000073e2"],["-0.89820847000000015e2","0.81010817999999972e2"],[-89.87388599999997,"0.81016388000000006e2"],["-0.90011947999999961e2","0.81033051000000114e2"],[-90.06361400000003,"0.81039702999999975e2"],["-0.90095275999999899e2","0.81044708000000071e2"],["-0.90149170000000026e2","0.81054977000000065e2"],[-90.19776899999988,"0.81069717000000026e2"],["-0.90210007000000019e2",81.07499700000011],["-0.90338057999999933e2","0.81151657000000114e2"],["-0.90351944000000003e2","0.81167479999999955e2"],["-0.90325561999999934e2","0.81181930999999963e2"],["-0.90277221999999995e2","0.81197205000000054e2"],["-0.90102218999999991e2","0.81230270000000132e2"],["-0.90043059999999969e2","0.81239426000000037e2"],["-0.90011123999999995e2","0.81241928000000144e2"],["-0.89972778000000005e2",81.24275200000011],["-0.89870543999999938e2","0.81242203000000131e2"],[-89.74610899999999,81.236649],["-0.89669158999999866e2","0.81218048000000124e2"],["-0.89635009999999909e2","0.81212203999999929e2"],["-0.89573059000000001e2","0.81206940000000145e2"],["-0.89535004000000015e2","0.81206100000000106e2"],["-0.89491104000000007e2","0.81206375000000094e2"],["-0.89447219999999902e2","0.81208328000000051e2"],["-0.89357223999999974e2","0.81214432000000102e2"],["-0.89281386999999995e2","0.81221649000000014e2"],["-0.89136672999999973e2","0.81238876000000005e2"],["-0.89088333000000034e2","0.81242477000000065e2"],["-0.89044448999999986e2",81.24275200000011],["-0.88982223999999974e2","0.81241928000000144e2"],["-0.88954178000000013e2",81.24275200000011],["-0.88944152999999972e2",81.24414100000007],["-0.88935821999999973e2","0.81247756999999979e2"],["-0.88949721999999895e2","0.81253601000000003e2"],["-0.88979445999999996e2","0.81258330999999998e2"],["-0.89162215999999944e2","0.81255829000000119e2"],["-0.89198607999999865e2","0.81253326000000129e2"],["-0.89265014999999948e2","0.81244431000000134e2"],["-0.89307220000000029e2","0.81240540000000067e2"],["-0.89335280999999952e2",81.24275200000011],["-0.89443603999999937e2","0.81260543999999982e2"],["-0.89687774999999988e2","0.81289978000000133e2"],["-0.89775008999999955e2","0.81296371000000079e2"],["-0.89868056999999965e2","0.81306090999999981e2"],["-0.89898620999999935e2",81.31053199999991],[-89.91722099999987,"0.81314422999999977e2"],["-0.89950287000000003e2","0.81324158000000068e2"],["-0.89952498999999875e2","0.81329437000000041e2"],["-0.89940552000000025e2","0.81333328000000108e2"],["-0.89916396999999904e2","0.81336928999999998e2"],["-0.89882216999999969e2","0.81340271000000087e2"],["-0.89702224999999999e2","0.81350266000000033e2"],["-0.89627212999999983e2","0.81356644000000017e2"],["-0.89242492999999968e2","0.81423035000000027e2"],["-0.89059158000000025e2","0.81455551000000071e2"],["-0.88928328999999962e2","0.81485535000000141e2"],[-88.90943900000002,"0.81490814000000114e2"],["-0.88846953999999982e2",81.49971000000005],["-0.88715835999999967e2","0.81513045999999974e2"],["-0.88545272999999952e2","0.81525269000000037e2"],["-0.88494995000000017e2","0.81527206000000092e2"],["-0.88406113000000005e2","0.81528320000000065e2"],[-88.37110899999999,"0.81526931999999988e2"],["-0.88161391999999921e2","0.81530273000000022e2"],["-0.88029998999999975e2","0.81535812000000021e2"],["-0.87984160999999972e2","0.81535812000000021e2"],["-0.87959732000000031e2","0.81534714000000122e2"],["-0.87939437999999996e2","0.81531661999999983e2"],["-0.87893699999999967e2","0.81524712000000136e2"],["-0.87801391999999964e2","0.81515548999999965e2"],["-0.87679442999999935e2",81.51388500000013],["-0.87490279999999984e2","0.81508880999999974e2"],["-0.87431380999999931e2",81.50471500000009],["-0.87398894999999982e2","0.81500824000000023e2"],["-0.87343063000000029e2","0.81492752000000053e2"],["-0.87311110999999983e2","0.81488876000000005e2"],["-0.87276672000000019e2","0.81485809000000074e2"],["-0.87251403999999923e2","0.81487488000000042e2"],["-0.87244719999999973e2","0.81490265000000136e2"],["-0.87286391999999921e2","0.81505554000000075e2"],["-0.87288329999999974e2","0.81506104000000107e2"],["-0.87315551999999968e2","0.81513321000000019e2"],[-87.37860099999989,"0.81517212000000086e2"],["-0.87489166000000012e2","0.81523315000000025e2"],["-0.87645844000000011e2","0.81527480999999909e2"],["-0.87721664000000033e2","0.81532211000000132e2"],["-0.87751952999999958e2","0.81535263000000043e2"],["-0.87915008999999941e2","0.81552765000000079e2"],[-88.279449,"0.81579436999999984e2"],["-0.88306380999999931e2","0.81581374999999923e2"],["-0.88352218999999991e2","0.81579712000000029e2"],["-0.88392226999999991e2",81.57777400000009],["-0.88446944999999971e2","0.81572220000000073e2"],["-0.88552215999999987e2","0.81558868000000018e2"],["-0.88642226999999934e2","0.81551651000000106e2"],["-0.88669448999999986e2","0.81550537000000134e2"],["-0.88769164999999987e2","0.81551086000000112e2"],["-0.88849990999999989e2","0.81550537000000134e2"],["-0.88900283999999886e2","0.81548325000000091e2"],["-0.88998046999999985e2","0.81540543000000127e2"],["-0.89073058999999944e2","0.81532211000000132e2"],["-0.89145844000000011e2","0.81523041000000092e2"],["-0.89282500999999911e2","0.81505264000000011e2"],["-0.89548339999999882e2","0.81477203000000145e2"],["-0.89585555999999997e2","0.81473037999999974e2"],["-0.89710280999999952e2","0.81455261000000064e2"],["-0.90011397999999929e2","0.81416930999999977e2"],["-0.90370833999999945e2","0.81375259000000085e2"],["-0.90443053999999961e2","0.81366652999999985e2"],["-0.90467498999999918e2","0.81367751999999996e2"],["-0.90500564999999938e2","0.81371368000000018e2"],["-0.90535827999999981e2",81.37692300000009],["-0.90553329000000019e2",81.38499500000006],["-0.90525283999999999e2","0.81388596000000121e2"],["-0.90517226999999934e2","0.81389160000000061e2"],["-0.90478881999999999e2","0.81394440000000145e2"],["-0.90481383999999991e2","0.81396652000000017e2"],["-0.90487777999999935e2","0.81398604999999975e2"],["-0.90516953000000001e2","0.81402481000000023e2"],["-0.90643616000000009e2","0.81416381999999999e2"],["-0.90678328999999962e2","0.81417480000000126e2"],["-0.90746658000000025e2","0.81422211000000061e2"],["-0.90779998999999975e2","0.81425537000000077e2"],["-0.90811385999999914e2","0.81429977000000065e2"],["-0.90841110000000015e2","0.81435531999999967e2"],["-0.90854171999999949e2","0.81440536000000122e2"],["-0.90856658999999922e2","0.81444138000000066e2"],["-0.90853881999999942e2","0.81450821000000076e2"],["-0.90848342999999943e2","0.81454987000000131e2"],[-90.80082699999997,"0.81464995999999985e2"],["-0.90770554000000004e2","0.81469711000000018e2"],["-0.90583069000000023e2","0.81497482000000105e2"],["-0.90540282999999988e2","0.81501663000000008e2"],["-0.90312209999999993e2","0.81531371999999976e2"],["-0.90130553999999904e2","0.81564423000000147e2"],["-0.89874709999999936e2","0.81599152000000004e2"],["-0.89797500999999954e2","0.81602478000000019e2"],["-0.89674438000000009e2","0.81601654000000053e2"],["-0.89632492000000013e2","0.81604706000000022e2"],["-0.89597503999999958e2","0.81614151000000049e2"],["-0.89585006999999962e2","0.81619705000000067e2"],["-0.89585006999999962e2","0.81625809000000061e2"],["-0.89601943999999889e2","0.81627762000000018e2"],["-0.89798889000000031e2","0.81629974000000061e2"],["-0.89868056999999965e2","0.81630264000000125e2"],["-0.89914169000000015e2","0.81628310999999997e2"],["-0.89962218999999948e2","0.81625534000000073e2"],["-0.90069457999999941e2","0.81633606000000043e2"],["-0.90111580000000004e2","0.81656746000000112e2"],["-0.90204726999999934e2","0.81686371000000065e2"],["-0.90271392999999989e2","0.81697479000000101e2"],["-0.90296950999999979e2","0.81698593000000074e2"],["-0.90330291999999986e2","0.81696090999999967e2"],["-0.90353057999999976e2","0.81690536000000066e2"],[-90.36082499999992,"0.81685257000000092e2"],["-0.90355270000000019e2","0.81673599000000081e2"],["-0.90337218999999948e2","0.81662491000000102e2"],["-0.90354720999999984e2","0.81651382000000012e2"],["-0.90511123999999995e2",81.65776100000005],["-0.90604720999999927e2","0.81664703000000145e2"],["-0.90638901000000033e2","0.81668045000000063e2"],["-0.90678878999999995e2","0.81668869000000029e2"],["-0.90718886999999938e2","0.81666656000000103e2"],["-0.90734725999999966e2","0.81660812000000078e2"],[-90.74221799999998,"0.81655548000000067e2"],["-0.90763625999999931e2","0.81645537999999988e2"],["-0.90779723999999987e2",81.641098],["-0.90803878999999995e2","0.81636108000000092e2"],["-0.90834731999999974e2","0.81631363000000079e2"],["-0.90878052000000025e2","0.81627472000000012e2"],["-0.90923888999999974e2","0.81625259000000028e2"],["-0.90966948999999943e2","0.81621094000000028e2"],[-90.99110399999995,"0.81616088999999988e2"],["-0.91006957999999997e2","0.81598876999999959e2"],["-0.91003341999999918e2","0.81592209000000025e2"],["-0.90988602000000014e2","0.81579436999999984e2"],["-0.90988602000000014e2","0.81557754999999986e2"],["-0.91071670999999981e2","0.81537200999999982e2"],[-91.091949,"0.81533874999999966e2"],["-0.91104445999999996e2","0.81534424000000115e2"],["-0.91113891999999964e2","0.81539978000000076e2"],["-0.91236938000000009e2","0.81543320000000051e2"],["-0.91313888999999961e2",81.53414900000007],["-0.91401397999999972e2","0.81526382000000126e2"],["-0.91446380999999974e2","0.81524428999999998e2"],["-0.91463332999999977e2","0.81526093000000003e2"],["-0.91467772999999909e2","0.81527206000000092e2"],["-0.91452498999999932e2","0.81531661999999983e2"],["-0.91428604000000007e2","0.81536652000000061e2"],["-0.91411117999999988e2","0.81541931000000034e2"],["-0.91406386999999938e2","0.81547760000000039e2"],["-0.91444153000000028e2","0.81583603000000096e2"],["-0.91474441999999954e2","0.81588882000000069e2"],["-0.91654175000000009e2","0.81605819999999994e2"],[-91.74722300000002,81.60914600000001],[-91.85722399999986,"0.81612762000000089e2"],["-0.91878326000000015e2","0.81614151000000049e2"],["-0.91900283999999999e2","0.81616928000000144e2"],["-0.91938599000000011e2","0.81625534000000073e2"],["-0.91948607999999922e2","0.81631088000000091e2"],["-0.91956664999999987e2","0.81658600000000035e2"],["-0.91949432000000002e2","0.81662201000000096e2"],["-0.91926940999999999e2","0.81664992999999981e2"],["-0.91902221999999938e2","0.81666931000000091e2"],["-0.91867767000000015e2","0.81663315000000068e2"],["-0.91838897999999858e2","0.81658600000000035e2"],["-0.91801101999999958e2","0.81658600000000035e2"],["-0.91770844000000011e2","0.81663315000000068e2"],[-91.73721299999994,"0.81686920000000043e2"],["-0.91725829999999917e2","0.81706650000000025e2"],["-0.91723617999999874e2",81.72164900000007],["-0.91485549999999989e2","0.81769989000000123e2"],["-0.91386123999999995e2",81.77388000000002],["-0.91351395000000025e2","0.81770264000000111e2"],["-0.91287506000000008e2","0.81761931999999945e2"],["-0.91255004999999983e2","0.81759155000000078e2"],["-0.91212508999999898e2","0.81759430000000066e2"],["-0.91053328999999906e2","0.81761658000000011e2"],[-91.03443900000002,"0.81763885000000073e2"],["-0.91033324999999991e2",81.76776099999995],[-91.05749499999996,"0.81772766000000047e2"],["-0.91090560999999923e2","0.81777206000000035e2"],["-0.91117766999999958e2","0.81784424000000058e2"],["-0.91140563999999983e2","0.81791930999999977e2"],["-0.91152495999999928e2","0.81798035000000027e2"],["-0.91147232000000031e2","0.81803864000000033e2"],["-0.91137511999999958e2","0.81808594000000085e2"],["-0.91101104999999961e2","0.81818878000000097e2"],["-0.91051665999999955e2","0.81828872999999987e2"],["-0.91001113999999973e2","0.81832764000000054e2"],["-0.90852218999999991e2","0.81842483999999956e2"],["-0.90727492999999981e2","0.81841094999999996e2"],["-0.90704178000000013e2","0.81843597000000045e2"],["-0.90689986999999917e2","0.81848602000000085e2"],["-0.90686377999999991e2","0.81853966000000014e2"],["-0.90678328999999962e2","0.81858597000000032e2"],["-0.90635009999999966e2","0.81868866000000025e2"],["-0.90610001000000011e2","0.81873871000000065e2"],["-0.90565276999999867e2","0.81878036000000066e2"],["-0.90436661000000015e2","0.81887497000000053e2"],["-0.90338057999999933e2","0.81893051000000071e2"],["-0.90245270000000005e2","0.81896102999999982e2"],[-90.154449,"0.81896652000000131e2"],["-0.89990828999999962e2","0.81905548000000067e2"],["-0.89783324999999934e2","0.81917206000000078e2"],["-0.89735824999999977e2","0.81917480000000012e2"],["-0.89700835999999981e2","0.81915543000000127e2"],["-0.89676940999999999e2",81.9102630000001],["-0.89683051999999975e2","0.81899437000000148e2"],["-0.89682494999999903e2","0.81883330999999998e2"],["-0.89649445000000014e2","0.81863312000000064e2"],["-0.89629989999999964e2","0.81856369000000029e2"],["-0.89461394999999982e2","0.81818054000000132e2"],["-0.89425003000000004e2","0.81815262000000018e2"],["-0.89356383999999935e2","0.81811096000000134e2"],["-0.89244720000000029e2","0.81846375000000023e2"],["-0.89227218999999991e2","0.81852203000000145e2"],["-0.89203223999999977e2","0.81878036000000066e2"],[-89.19923399999999,"0.81881537999999921e2"],["-0.89199059000000034e2","0.81885208000000034e2"],["-0.89213218999999981e2","0.81888382000000092e2"],["-0.89328063999999927e2","0.81902206000000092e2"],["-0.89367217999999923e2","0.81905548000000067e2"],["-0.89397506999999962e2","0.81909424000000115e2"],["-0.89419158999999979e2","0.81915543000000127e2"],["-0.89416945999999939e2","0.81925812000000008e2"],["-0.89397780999999895e2","0.81930817000000047e2"],["-0.89371658000000025e2","0.81935806000000014e2"],["-0.89338897999999972e2","0.81940262000000075e2"],["-0.89288895000000025e2","0.81943038999999999e2"],["-0.89249724999999955e2","0.81941086000000041e2"],["-0.89157393999999954e2","0.81928368000000091e2"],["-0.89156218999999908e2","0.81925201000000072e2"],["-0.89152556999999945e2","0.81921371000000079e2"],["-0.89133057000000008e2","0.81918533000000082e2"],["-0.89074721999999952e2","0.81911652000000061e2"],["-0.89033324999999991e2","0.81912201000000039e2"],["-0.89007232999999871e2","0.81915543000000127e2"],[-88.98971599999993,"0.81921097000000145e2"],["-0.88986388999999974e2","0.81944976999999938e2"],["-0.88992767000000015e2","0.81951385000000073e2"],["-0.89011947999999904e2","0.81958603000000096e2"],["-0.89048339999999996e2","0.81978043000000071e2"],["-0.89054442999999992e2","0.81987487999999985e2"],["-0.89041106999999954e2","0.81993041999999946e2"],["-0.89021117999999944e2","0.81998032000000023e2"],["-0.88963897999999972e2","0.82008041000000048e2"],[-88.77305599999994,"0.82039429000000041e2"],["-0.88625548999999978e2","0.82062759000000028e2"],["-0.88589721999999938e2","0.82066665999999998e2"],["-0.88543059999999912e2","0.82070540999999992e2"],["-0.88443054000000018e2","0.82074997000000053e2"],["-0.88296660999999915e2","0.82080276000000026e2"],[-88.25,"0.82080826000000059e2"],["-0.88145003999999972e2","0.82086928999999998e2"],[-88.11361699999992,"0.82090545999999961e2"],[-88.09973100000002,"0.82093048000000067e2"],["-0.88095001000000025e2","0.82096374999999966e2"],["-0.88085281000000009e2","0.82101379000000122e2"],["-0.88075561999999934e2","0.82104980000000012e2"],["-0.88038329999999974e2","0.82103867000000093e2"],[-87.91194200000001,"0.82090820000000065e2"],[-87.71833799999996,"0.82083878000000027e2"],["-0.87702224999999942e2","0.82086928999999998e2"],["-0.87666396999999904e2","0.82089431999999988e2"],["-0.87641952999999944e2","0.82090271000000143e2"],["-0.87599730999999963e2",82.089157],[-87.50140399999998,"0.82084152000000131e2"],["-0.87402221999999938e2",82.07388300000008],["-0.87352782999999931e2",82.06721500000009],["-0.87333617999999888e2","0.82063309000000061e2"],["-0.87271666999999979e2","0.82047759999999926e2"],["-0.87230559999999969e2","0.82036926000000051e2"],["-0.87195830999999998e2","0.82026382000000012e2"],["-0.87183608999999933e2","0.82022491000000116e2"],["-0.87174437999999896e2","0.82014708999999982e2"],["-0.87173324999999977e2","0.82011107999999922e2"],["-0.87178603999999893e2","0.82007767000000115e2"],["-0.87197768999999937e2","0.82002213000000097e2"],["-0.87232773000000009e2",81.99331699999999],["-0.87258057000000008e2","0.81989426000000094e2"],["-0.87299987999999985e2","0.81979155999999989e2"],["-0.87314437999999996e2","0.81973877000000016e2"],["-0.87309432999999956e2","0.81967484000000013e2"],["-0.87265839000000028e2","0.81958878000000141e2"],["-0.87169158999999979e2","0.81945526000000086e2"],["-0.87101669000000015e2","0.81937759000000142e2"],["-0.87063323999999909e2","0.81934418000000107e2"],["-0.86939437999999996e2","0.81918868999999972e2"],["-0.86877212999999983e2","0.81909424000000115e2"],["-0.86828887999999949e2","0.81897491000000059e2"],["-0.86804169000000002e2","0.81893051000000071e2"],["-0.86768341000000021e2","0.81890273999999977e2"],["-0.86726669000000015e2","0.81891937000000098e2"],["-0.86726944000000003e2","0.81897217000000126e2"],["-0.86734160999999915e2","0.81902771000000143e2"],["-0.86745833999999945e2","0.81906647000000021e2"],["-0.86834732000000031e2","0.81927765000000136e2"],[-86.86361699999992,"0.81933593999999971e2"],["-0.86919448999999986e2","0.81942748999999992e2"],["-0.87066101000000003e2","0.81954987000000074e2"],["-0.87098052999999936e2","0.81958328000000108e2"],["-0.87127212999999927e2","0.81963882000000069e2"],["-0.87130279999999857e2","0.81968322999999998e2"],[-87.00140399999998,"0.82036102000000085e2"],["-0.86987212999999997e2","0.82039978000000019e2"],["-0.86931670999999938e2","0.82049423000000047e2"],["-0.86892501999999979e2","0.82054153000000099e2"],[-86.84333799999996,82.05720500000001],["-0.86791945999999939e2","0.82058029000000147e2"],["-0.86583617999999944e2","0.82053863999999976e2"],["-0.86356383999999991e2","0.82053588999999988e2"],[-86.27806099999998,"0.82050812000000064e2"],["-0.86239166000000012e2","0.82048599000000081e2"],["-0.86202788999999996e2",82.04553199999998],["-0.86169158999999922e2","0.82041656000000103e2"],["-0.86016112999999962e2","0.82016663000000051e2"],["-0.85960555999999997e2",82.00749200000007],["-0.85914443999999946e2","0.81997481999999991e2"],["-0.85815001999999993e2","0.81973877000000016e2"],["-0.85767501999999922e2","0.81961928999999941e2"],["-0.85731383999999878e2","0.81949996999999996e2"],["-0.85628875999999991e2","0.81916092000000106e2"],["-0.85467223999999987e2","0.81867203000000131e2"],["-0.85422501000000011e2","0.81857483000000059e2"],["-0.85379439999999988e2","0.81856934000000081e2"],["-0.85371658000000025e2","0.81859711000000004e2"],[-85.37388599999997,"0.81863876000000005e2"],["-0.85385833999999932e2","0.81874985000000095e2"],["-0.85398055999999997e2","0.81881088000000034e2"],["-0.85441939999999988e2","0.81893875000000037e2"],["-0.85469451999999876e2","0.81899719000000005e2"],["-0.85566101000000003e2","0.81924988000000042e2"],["-0.85654723999999987e2","0.81950821000000133e2"],["-0.85731948999999986e2","0.81983322000000044e2"],["-0.85729996000000028e2","0.81987762000000089e2"],["-0.85726943999999946e2","0.81990265000000079e2"],["-0.85693877999999984e2","0.81994980000000112e2"],["-0.85650557999999933e2",81.99832200000003],["-0.85559432999999956e2","0.82001663000000065e2"],["-0.85258621000000005e2","0.81996933000000013e2"],["-0.85217498999999975e2","0.81995529000000033e2"],["-0.85188323999999909e2",81.99275200000011],["-0.85165833000000021e2","0.81985259999999982e2"],["-0.85160004000000015e2","0.81979706000000022e2"],["-0.85140563999999927e2","0.81966095000000053e2"],["-0.85096389999999985e2","0.81945816000000093e2"],["-0.85018889999999999e2","0.81919434000000024e2"],["-0.84984160999999915e2","0.81911102000000028e2"],["-0.84879439999999988e2","0.81887497000000053e2"],["-0.84838897999999915e2","0.81882476999999994e2"],["-0.84816887000000008e2","0.81885367999999914e2"],["-0.84821884000000011e2","0.81888214000000062e2"],["-0.84844222999999886e2","0.81894882000000052e2"],["-0.84863891999999964e2","0.81900269000000037e2"],["-0.84915008999999998e2","0.81918045000000006e2"],["-0.84994719999999973e2","0.81948593000000017e2"],["-0.85025283999999942e2","0.81960815000000139e2"],["-0.85037216000000001e2","0.81966933999999981e2"],["-0.85048889000000031e2","0.81974426000000108e2"],["-0.85066100999999946e2","0.81987487999999985e2"],["-0.85055556999999965e2",81.990814],["-0.85038329999999974e2","0.81994141000000127e2"],[-85.00111400000003,"0.81994141000000127e2"],["-0.84929169000000002e2","0.81993041999999946e2"],["-0.84889174999999966e2","0.81990265000000079e2"],["-0.84858886999999925e2","0.81985259999999982e2"],["-0.84831680000000006e2","0.81979430999999977e2"],["-0.84816665999999941e2","0.81970825000000048e2"],["-0.84814437999999996e2","0.81966385000000059e2"],["-0.84815276999999924e2","0.81961104999999975e2"],["-0.84821945000000028e2","0.81949141999999938e2"],["-0.84797606999999971e2","0.81930870000000141e2"],["-0.84789267999999993e2","0.81924698000000035e2"],[-84.75144199999994,"0.81910538000000088e2"],[-84.74227899999994,"0.81908378999999968e2"],["-0.84688598999999954e2","0.81891937000000098e2"],["-0.84656113000000005e2","0.81887772000000098e2"],["-0.84635283999999956e2","0.81886108000000036e2"],["-0.84621933000000013e2","0.81886932000000002e2"],["-0.84604996000000028e2",81.88998400000014],["-0.84714721999999995e2","0.81969986000000119e2"],["-0.84729720999999984e2","0.81977203000000031e2"],["-0.84751677999999913e2","0.81984711000000061e2"],["-0.84815276999999924e2",82.00082400000008],["-0.84840835999999967e2","0.82006103999999993e2"],[-84.89973399999991,"0.82015274000000034e2"],[-84.93249499999996,"0.82019440000000088e2"],["-0.85039992999999981e2","0.82028594999999996e2"],["-0.85116942999999935e2","0.82033051000000057e2"],["-0.85405838000000017e2","0.82042205999999965e2"],["-0.85678328999999906e2","0.82054428000000087e2"],["-0.85755843999999968e2","0.82058868000000132e2"],["-0.85851669000000015e2",82.06721500000009],["-0.85915833000000021e2",82.07748400000014],["-0.85999725000000012e2","0.82094147000000021e2"],["-0.86062209999999936e2","0.82103867000000093e2"],["-0.86091109999999901e2","0.82104431000000034e2"],["-0.86278885000000002e2","0.82107208000000128e2"],["-0.86485001000000011e2","0.82114150999999936e2"],["-0.86565551999999968e2","0.82118865999999969e2"],["-0.86637511999999958e2","0.82124419999999986e2"],["-0.86706116000000009e2","0.82131927000000132e2"],["-0.86731383999999935e2","0.82136383000000023e2"],["-0.86752228000000002e2","0.82141098000000056e2"],["-0.86856658999999922e2","0.82184708000000057e2"],["-0.86869155999999919e2","0.82195251000000042e2"],["-0.86876099000000011e2","0.82202208999999982e2"],["-0.86871933000000013e2","0.82207764000000111e2"],["-0.86843613000000005e2","0.82212494000000106e2"],["-0.86764174999999966e2","0.82221649000000014e2"],["-0.86669448999999929e2","0.82228316999999947e2"],["-0.86619445999999982e2","0.82229705999999965e2"],["-0.86571670999999981e2","0.82230270000000075e2"],["-0.86520003999999915e2","0.82229705999999965e2"],["-0.86316665999999998e2","0.82224701000000096e2"],["-0.86228881999999885e2","0.82224701000000096e2"],["-0.86181106999999997e2","0.82225266000000147e2"],["-0.86137787000000003e2","0.82226929000000041e2"],["-0.85984436000000017e2","0.82237488000000099e2"],["-0.85934158000000025e2","0.82238876000000005e2"],["-0.85841384999999946e2","0.82239151000000049e2"],["-0.85798889000000031e2","0.82237762000000032e2"],["-0.85753890999999953e2","0.82237488000000099e2"],["-0.85706115999999952e2",82.23803700000002],["-0.85662215999999944e2","0.82239699999999971e2"],[-85.61999499999996,"0.82243591000000038e2"],["-0.85603881999999999e2",82.24914600000011],["-0.85598891999999978e2","0.82254440000000102e2"],["-0.85580565999999976e2","0.82264434999999992e2"],["-0.85557770000000005e2","0.82269440000000088e2"],["-0.85508347000000015e2","0.82273041000000092e2"],["-0.85413895000000025e2",82.27609300000006],["-0.85370833999999945e2","0.82279984000000127e2"],["-0.85350554999999929e2","0.82283875000000023e2"],[-85.34722899999997,"0.82286377000000073e2"],["-0.85367492999999911e2","0.82291092000000106e2"],["-0.85396392999999989e2",82.29693600000013],["-0.85457229999999981e2","0.82307479999999998e2"],["-0.85481673999999941e2","0.82313599000000011e2"],["-0.85489990000000034e2","0.82319716999999969e2"],["-0.85515015000000005e2","0.82343322999999998e2"],["-0.85531677000000002e2","0.82369705000000067e2"],[-85.50167799999997,"0.82393600000000106e2"],["-0.85501403999999923e2","0.82398880000000133e2"],["-0.85515288999999996e2","0.82403320000000008e2"],["-0.85534164000000033e2","0.82407486000000063e2"],["-0.85669448999999872e2","0.82409424000000001e2"],["-0.85866942999999992e2","0.82421920999999998e2"],["-0.85904998999999975e2","0.82424988000000099e2"],["-0.85921111999999994e2","0.82429977000000065e2"],["-0.85911941999999954e2","0.82435806000000071e2"],["-0.85819732999999928e2","0.82454437000000098e2"],["-0.85794723999999974e2","0.82458602999999982e2"],["-0.85746947999999975e2","0.82461380000000077e2"],["-0.85708617999999944e2","0.82463608000000022e2"],["-0.85502501999999993e2","0.82471099999999979e2"],["-0.85298614999999927e2","0.82478042999999957e2"],["-0.85046950999999979e2","0.82481934000000024e2"],["-0.85003066999999874e2","0.82480820000000051e2"],["-0.84693877999999927e2","0.82471375000000023e2"],["-0.84662780999999995e2","0.82468596999999988e2"],["-0.84641678000000013e2","0.82465546000000018e2"],[-84.62222300000002,"0.82459152000000131e2"],["-0.84616394000000014e2","0.82453598000000113e2"],["-0.84613326999999913e2","0.82447204999999997e2"],["-0.84613326999999913e2",82.4433140000001],["-0.84631377999999984e2","0.82440262000000018e2"],["-0.84787780999999995e2","0.82434982000000105e2"],["-0.84895279000000016e2","0.82433594000000028e2"],["-0.84940552000000025e2","0.82431931000000077e2"],["-0.84943877999999984e2","0.82425812000000064e2"],["-0.84916655999999932e2",82.42053199999998],["-0.84888610999999855e2","0.82416930999999977e2"],["-0.84714721999999995e2","0.82405822999999941e2"],["-0.84559722999999906e2","0.82394989000000066e2"],["-0.84482498000000021e2","0.82389435000000105e2"],["-0.84449996999999996e2","0.82386107999999979e2"],["-0.84418334999999956e2","0.82381088000000091e2"],["-0.84388061999999991e2","0.82371094000000085e2"],["-0.84384170999999924e2","0.82366089000000045e2"],["-0.84387221999999952e2",82.361649],["-0.84378600999999946e2","0.82356933999999967e2"],[-84.34445199999999,"0.82352768000000083e2"],["-0.84303329000000019e2","0.82355819999999994e2"],["-0.84228881999999999e2","0.82363876000000062e2"],["-0.84180556999999965e2","0.82368042000000003e2"],["-0.84146956999999986e2","0.82369705000000067e2"],["-0.84095550999999944e2","0.82371094000000085e2"],["-0.84047226000000023e2","0.82371368000000018e2"],["-0.83961394999999925e2","0.82368591000000094e2"],["-0.83876937999999939e2","0.82364151000000106e2"],["-0.83841948999999943e2","0.82361374000000012e2"],["-0.83767501999999979e2","0.82353043000000071e2"],["-0.83606383999999935e2",82.33137499999998],["-0.83516402999999968e2","0.82316940000000045e2"],["-0.83384734999999978e2","0.82282210999999961e2"],[-83.36860699999994,"0.82276381999999955e2"],["-0.83360001000000011e2","0.82269440000000088e2"],["-0.83360001000000011e2","0.82263611000000026e2"],["-0.83369155999999975e2","0.82251663000000008e2"],["-0.83371933000000013e2",82.24470500000001],["-0.83371933000000013e2","0.82239151000000049e2"],["-0.83344451999999933e2","0.82227203000000145e2"],["-0.83308334000000002e2","0.82218323000000112e2"],[-83.24221799999998,"0.82204163000000051e2"],["-0.83184157999999968e2","0.82194702000000063e2"],["-0.83130553999999961e2","0.82184981999999991e2"],["-0.83083892999999932e2","0.82175812000000121e2"],["-0.83022781000000009e2","0.82159424000000058e2"],[-83,"0.82151093000000003e2"],["-0.82976669000000015e2","0.82138321000000133e2"],["-0.82953063999999983e2","0.82119979999999998e2"],[-82.95666499999993,"0.82109711000000118e2"],["-0.82958617999999944e2","0.82104431000000034e2"],["-0.82968338000000017e2","0.82098038000000088e2"],["-0.82978058000000033e2","0.82093872000000033e2"],["-0.83001953000000015e2",82.089157],[-83.0625,"0.82080276000000026e2"],["-0.83126098999999954e2","0.82072495000000004e2"],["-0.83128051999999968e2",82.06721500000009],["-0.83111937999999952e2","0.82065261999999962e2"],["-0.83076400999999919e2","0.82061920000000043e2"],["-0.82974166999999966e2","0.82064986999999974e2"],["-0.82888335999999981e2","0.82072495000000004e2"],["-0.82797501000000011e2","0.82077773999999977e2"],["-0.82758057000000008e2","0.82076934999999992e2"],["-0.82674438000000009e2","0.82073043999999925e2"],["-0.82636397999999986e2","0.82070540999999992e2"],["-0.82421660999999972e2","0.82066940000000102e2"],["-0.82284163999999976e2","0.82066375999999991e2"],["-0.82199432000000002e2","0.82064147999999989e2"],["-0.82122222999999906e2","0.82058594000000028e2"],["-0.82055556999999965e2","0.82050812000000064e2"],["-0.81963622999999927e2","0.82037201000000096e2"],["-0.81926101999999958e2","0.82034714000000008e2"],["-0.81889998999999989e2","0.82034988000000112e2"],["-0.81878051999999968e2",82.03637700000013],["-0.81884734999999921e2","0.82041091999999992e2"],["-0.81924164000000019e2","0.82058868000000132e2"],["-0.81966110000000015e2","0.82071105999999986e2"],["-0.82020844000000011e2","0.82082213999999965e2"],[-82.05860899999999,"0.82084717000000126e2"],["-0.82102492999999981e2","0.82085541000000092e2"],["-0.82243056999999965e2","0.82084991000000059e2"],["-0.82417496000000028e2","0.82087204000000042e2"],["-0.82546386999999982e2","0.82090271000000143e2"],[-82.58444199999991,82.09275800000006],["-0.82619719999999916e2","0.82096099999999979e2"],["-0.82651947000000007e2","0.82100266000000033e2"],["-0.82676940999999943e2",82.10775799999999],["-0.82683884000000035e2","0.82118317000000047e2"],["-0.82688599000000011e2","0.82126083000000108e2"],["-0.82697495000000004e2","0.82131362999999965e2"],["-0.82717223999999931e2","0.82142761000000007e2"],["-0.82731383999999935e2","0.82149993999999992e2"],["-0.82772232000000031e2","0.82163315000000125e2"],["-0.82860275000000001e2","0.82187759000000085e2"],["-0.82886947999999961e2","0.82193862999999908e2"],[-82.94027699999998,82.203598],["-0.82987503000000004e2","0.82214995999999985e2"],["-0.83011397999999986e2","0.82221649000000014e2"],["-0.83027785999999878e2","0.82235259999999982e2"],["-0.83028884999999946e2","0.82264998999999989e2"],["-0.83028884999999946e2",82.276657],[-83.02555799999999,"0.82283324999999991e2"],["-0.83019164999999873e2","0.82288879000000122e2"],["-0.82990829000000019e2","0.82292480000000012e2"],["-0.82735549999999932e2","0.82286102000000028e2"],["-0.82693603999999937e2","0.82284714000000122e2"],["-0.82654448999999886e2","0.82282210999999961e2"],["-0.82621658000000025e2","0.82278045999999961e2"],["-0.82508895999999936e2","0.82258040999999992e2"],["-0.82452788999999939e2","0.82249420000000043e2"],["-0.82286666999999966e2","0.82229156000000103e2"],["-0.82263061999999991e2","0.82222214000000008e2"],["-0.82211120999999991e2","0.82204711999999972e2"],["-0.82160278000000005e2","0.82193313999999987e2"],["-0.82101943999999946e2","0.82183044000000052e2"],["-0.82011123999999995e2","0.82168594000000098e2"],["-0.81918059999999912e2",82.15498400000007],["-0.81608886999999982e2","0.82118590999999981e2"],["-0.81425277999999935e2",82.0977630000001],["-0.81353057999999976e2","0.82091659999999933e2"],["-0.81249161000000015e2","0.82081375000000037e2"],["-0.81150283999999999e2","0.82068878000000041e2"],["-0.81091110000000015e2","0.82059417999999994e2"],["-0.80868332000000009e2",82.03137200000009],["-0.80640288999999996e2","0.82018326000000116e2"],[-80.43249499999996,"0.81997481999999991e2"],["-0.80225829999999974e2","0.81986098999999967e2"],["-0.80153609999999958e2","0.81981368999999916e2"],["-0.80085006999999905e2","0.81973602000000142e2"],["-0.80035277999999948e2","0.81963042999999914e2"],["-0.79883056999999951e2","0.81924698000000035e2"],["-0.79610000999999897e2","0.81851089000000002e2"],["-0.79589721999999938e2","0.81844147000000078e2"],["-0.79587783999999999e2","0.81838318000000072e2"],["-0.79577224999999942e2","0.81828872999999987e2"],["-0.79564163000000008e2","0.81825271999999927e2"],[-79.53443900000002,"0.81820831000000055e2"],["-0.79492217999999923e2","0.81819717000000026e2"],["-0.79244445999999925e2","0.81816085999999984e2"],["-0.79229171999999949e2","0.81816085999999984e2"],["-0.79452224999999999e2",81.88998400000014],["-0.79489989999999977e2","0.81900269000000037e2"],["-0.79521117999999888e2","0.81905548000000067e2"],["-0.79579726999999934e2","0.81913605000000018e2"],["-0.79670837000000006e2","0.81927475000000072e2"],["-0.79844451999999933e2",81.97137499999991],["-0.79837783999999942e2","0.82007217000000082e2"],["-0.79832229999999868e2","0.82013885000000016e2"],["-0.79853333000000021e2","0.82018875000000094e2"],["-0.79880829000000006e2","0.82021927000000005e2"],["-0.79916397000000018e2","0.82023880000000133e2"],["-0.80213897999999858e2","0.82032211000000018e2"],["-0.80331680000000006e2","0.82038589000000002e2"],["-0.80368606999999997e2","0.82041091999999992e2"],["-0.80624435000000005e2","0.82061920000000043e2"],["-0.80657226999999921e2","0.82064697000000137e2"],["-0.80725554999999986e2","0.82071655000000135e2"],["-0.80791107000000011e2","0.82079437000000098e2"],["-0.80822234999999921e2","0.82083878000000027e2"],["-0.80878326000000015e2","0.82094147000000021e2"],["-0.80922226000000023e2","0.82103592000000106e2"],["-0.80948607999999979e2","0.82110260000000096e2"],["-0.80962783999999999e2","0.82116379000000109e2"],["-0.80975554999999986e2",82.12359600000002],["-0.80975554999999986e2","0.82127762000000132e2"],["-0.80956664999999987e2","0.82137206999999989e2"],["-0.80931380999999988e2","0.82142212000000029e2"],[-80.89973399999991,"0.82146378000000141e2"],["-0.80874435000000005e2","0.82151093000000003e2"],["-0.80868056999999965e2",82.15498400000007],["-0.80909163999999976e2","0.82156647000000135e2"],["-0.81051391999999964e2","0.82154709000000025e2"],["-0.81171111999999994e2","0.82156372000000147e2"],["-0.81253341999999918e2","0.82159714000000065e2"],["-0.81324722000000008e2","0.82164993000000038e2"],["-0.81423324999999977e2","0.82176926000000094e2"],["-0.81799728000000016e2","0.82222762999999986e2"],["-0.81825561999999934e2","0.82226654000000053e2"],["-0.81887786999999946e2",82.23803700000002],["-0.82170546999999999e2","0.82286652000000061e2"],["-0.82454726999999991e2","0.82328048999999965e2"],["-0.82513061999999934e2","0.82337769000000037e2"],["-0.82625548999999921e2","0.82359146000000067e2"],["-0.82679992999999968e2",82.37081900000004],["-0.82711670000000026e2","0.82382477000000108e2"],["-0.82722778000000005e2","0.82388321000000076e2"],[-82.7308349999999,"0.82395264000000111e2"],["-0.82732223999999974e2","0.82401657000000057e2"],["-0.82728881999999942e2","0.82408325000000048e2"],["-0.82710281000000009e2","0.82419434000000081e2"],["-0.82698333999999988e2","0.82424988000000099e2"],["-0.82539444000000003e2","0.82497208000000114e2"],["-0.82520553999999947e2","0.82502487000000087e2"],["-0.82498336999999992e2","0.82506377999999984e2"],["-0.82458892999999989e2","0.82508331000000112e2"],["-0.82406386999999881e2","0.82509155000000078e2"],["-0.82316956000000005e2","0.82506943000000035e2"],["-0.82091675000000009e2","0.82501389000000017e2"],["-0.81669997999999907e2","0.82492477000000008e2"],["-0.81541672000000005e2","0.82496093999999971e2"],["-0.81542220999999927e2","0.82504990000000078e2"],["-0.81713332999999977e2",82.51527400000009],[-81.75140399999998,"0.82516937000000041e2"],[-81.84722899999997,"0.82515548999999965e2"],["-0.81880554000000018e2","0.82517761000000007e2"],["-0.81927489999999977e2","0.82522766000000047e2"],["-0.81966400000000021e2","0.82528870000000097e2"],["-0.82263901000000033e2","0.82576660000000061e2"],["-0.82321121000000005e2","0.82589157000000057e2"],["-0.82343886999999938e2","0.82595261000000107e2"],["-0.82390288999999996e2","0.82611923000000104e2"],["-0.82394729999999925e2","0.82617477000000065e2"],["-0.82392226999999934e2","0.82622756999999979e2"],[-82.38110399999988,"0.82634720000000016e2"],["-0.82371933000000013e2","0.82639708999999982e2"],["-0.82354445999999996e2","0.82645537999999988e2"],["-0.82335281000000009e2","0.82650543000000027e2"],["-0.82288054999999986e2","0.82659988000000112e2"],["-0.82255004999999926e2","0.82664428999999984e2"],["-0.82215285999999992e2","0.82668593999999985e2"],["-0.82154998999999918e2","0.82671097000000145e2"],["-0.82060271999999998e2","0.82669708000000014e2"],[-81.97222899999997,"0.82666382000000112e2"],["-0.81931380999999931e2","0.82663878999999952e2"],["-0.81543335000000013e2","0.82637207000000046e2"],["-0.81432495000000017e2","0.82629150000000095e2"],["-0.81359725999999966e2",82.62081900000004],[-81.30082699999997,"0.82611098999999911e2"],["-0.81136123999999995e2","0.82578049000000078e2"],["-0.80989440999999999e2","0.82547211000000061e2"],["-0.80949721999999952e2","0.82538040000000137e2"],["-0.80891952999999944e2","0.82532760999999994e2"],["-0.80581679999999949e2","0.82543045000000006e2"],["-0.80578063999999983e2","0.82546097000000088e2"],["-0.80599166999999966e2",82.55442800000003],[-80.87388599999997,"0.82629700000000128e2"],["-0.80994445999999925e2","0.82650269000000094e2"],["-0.81049987999999985e2","0.82660812000000078e2"],["-0.81077224999999999e2","0.82666931000000091e2"],["-0.81097503999999958e2","0.82672485000000052e2"],["-0.81124709999999993e2","0.82686919999999986e2"],["-0.81223617999999988e2","0.82715820000000065e2"],["-0.81305831999999953e2","0.82733871000000022e2"],["-0.81449996999999996e2","0.82755553999999961e2"],["-0.81508620999999948e2","0.82764709000000039e2"],["-0.81573623999999938e2","0.82788315000000068e2"],[-81.58444199999991,"0.82794434000000138e2"],["-0.81585006999999962e2","0.82800812000000064e2"],["-0.81571670999999924e2","0.82806366000000082e2"],["-0.81556655999999975e2","0.82811371000000122e2"],["-0.81536391999999921e2","0.82816665999999998e2"],["-0.81514175000000023e2","0.82821106000000043e2"],["-0.81473052999999993e2",82.82499700000011],["-0.81411391999999921e2","0.82827773999999977e2"],["-0.81359725999999966e2","0.82827773999999977e2"],["-0.81022232000000031e2","0.82821930000000009e2"],["-0.80977218999999934e2","0.82820267000000058e2"],["-0.80801940999999999e2","0.82812485000000095e2"],["-0.80500564999999995e2","0.82797484999999938e2"],["-0.80418334999999956e2","0.82792205999999965e2"],["-0.80381103999999993e2","0.82788879000000065e2"],["-0.80318618999999956e2","0.82779984000000013e2"],[-80.2933349999999,"0.82774429000000112e2"],[-80.15834000000001,"0.82727768000000083e2"],["-0.80138901000000033e2","0.82719986000000119e2"],["-0.80139449999999954e2","0.82715820000000065e2"],["-0.80178329000000019e2","0.82699997000000053e2"],["-0.80182495000000017e2",82.69470199999995],["-0.80181380999999931e2","0.82687759000000142e2"],["-0.80160277999999948e2","0.82681366000000025e2"],["-0.80070846999999901e2","0.82665543000000014e2"],["-0.80003066999999987e2","0.82656372000000033e2"],["-0.79941665999999998e2","0.82649429000000055e2"],["-0.79861664000000019e2","0.82644150000000081e2"],["-0.79817779999999914e2","0.82644440000000088e2"],["-0.79800827000000027e2","0.82646652000000131e2"],["-0.79803604000000007e2","0.82649994000000049e2"],["-0.79822509999999966e2",82.65776100000005],["-0.79848617999999988e2","0.82663878999999952e2"],[-79.966949,"0.82684708000000114e2"],["-0.79983321999999987e2","0.82689147999999989e2"],["-0.79977492999999981e2","0.82695815999999922e2"],["-0.79961394999999925e2","0.82700821000000019e2"],["-0.79928604000000007e2","0.82705551000000014e2"],["-0.79885833999999875e2","0.82708602999999925e2"],["-0.79829726999999991e2","0.82708878000000141e2"],["-0.79787505999999894e2","0.82707763999999997e2"],[-79.74749799999995,"0.82704987000000074e2"],["-0.79684158000000025e2","0.82699706999999989e2"],["-0.79617492999999911e2","0.82693039000000056e2"],["-0.79468338000000017e2","0.82677475000000129e2"],["-0.79384734999999978e2","0.82672760000000096e2"],["-0.79149993999999936e2","0.82667755000000056e2"],["-0.78843613000000005e2","0.82664992999999981e2"],["-0.78565552000000025e2","0.82674698000000035e2"],["-0.78521118000000001e2",82.67692599999998],["-0.78502791999999999e2","0.82681090999999981e2"],[-78.53195199999999,"0.82684418000000107e2"],["-0.78576675000000023e2","0.82686919999999986e2"],["-0.78840835999999967e2","0.82680817000000047e2"],["-0.78895003999999858e2","0.82680267000000015e2"],["-0.78931945999999982e2","0.82681656000000032e2"],["-0.79243057000000022e2","0.82695251000000098e2"],["-0.79331680000000006e2","0.82699706999999989e2"],[-79.40306099999998,82.70637499999998],["-0.79623046999999985e2","0.82727768000000083e2"],["-0.79836944999999901e2","0.82750549000000092e2"],["-0.79886948000000018e2","0.82759430000000066e2"],["-0.79913329999999917e2","0.82765274000000034e2"],[-79.93638599999997,"0.82772217000000069e2"],["-0.79996947999999975e2",82.803314],["-0.79975829999999974e2","0.82808594000000028e2"],["-0.79942489999999964e2","0.82811371000000122e2"],["-0.79692215000000033e2","0.82818054000000075e2"],["-0.79674437999999952e2","0.82820267000000058e2"],[-79.67222599999991,"0.82823883000000137e2"],["-0.79673889000000031e2","0.82824707000000103e2"],["-0.79847777999999948e2","0.82834991000000116e2"],["-0.79896118000000001e2","0.82835815000000082e2"],["-0.80006667999999934e2","0.82834427000000005e2"],["-0.80110000999999954e2","0.82834717000000012e2"],[-80.15834000000001,"0.82835541000000148e2"],["-0.80194153000000028e2","0.82838318000000072e2"],["-0.80219727000000034e2",82.84165999999999],["-0.80277221999999938e2","0.82850815000000011e2"],["-0.80393065999999976e2","0.82875534000000016e2"],["-0.80430282999999974e2","0.82887497000000053e2"],[-80.42971799999998,"0.82894150000000025e2"],["-0.80398055999999997e2","0.82899719000000005e2"],["-0.80095839999999953e2","0.82937194999999974e2"],["-0.79904723999999987e2","0.82951096000000121e2"],["-0.79793335000000013e2","0.82957489000000123e2"],["-0.79458344000000011e2","0.82974152000000004e2"],["-0.79414444000000003e2","0.82975266000000147e2"],["-0.79370543999999995e2","0.82974152000000004e2"],["-0.79177489999999977e2","0.82951935000000105e2"],["-0.79073333999999988e2","0.82901931999999988e2"],["-0.79064437999999882e2","0.82895828000000108e2"],["-0.79066101000000003e2","0.82889434999999992e2"],["-0.78928054999999972e2","0.82898605000000032e2"],["-0.78825287000000003e2","0.82928040000000124e2"],["-0.78780288999999982e2",82.93803400000013],["-0.78756118999999956e2","0.82942474000000118e2"],["-0.78719726999999978e2","0.82946640000000059e2"],["-0.78671111999999937e2","0.82945526000000086e2"],["-0.78631942999999978e2","0.82941360000000145e2"],["-0.78546111999999994e2","0.82926651000000106e2"],["-0.78521666999999923e2","0.82921097000000088e2"],["-0.78503341999999918e2","0.82913314999999955e2"],["-0.78501953000000015e2","0.82907760999999994e2"],["-0.78504180999999903e2","0.82901093000000003e2"],["-0.78521941999999967e2","0.82889159999999947e2"],["-0.78538605000000018e2","0.82876647999999989e2"],["-0.78557770000000005e2","0.82860535000000141e2"],["-0.78553328999999906e2","0.82853592000000106e2"],[-78.53443900000002,82.8477630000001],["-0.78500564999999938e2","0.82845534999999984e2"],["-0.78341674999999952e2","0.82850540000000024e2"],["-0.78175551999999982e2","0.82827208999999982e2"],[-78.14416499999993,"0.82823318000000086e2"],["-0.78109160999999972e2","0.82825272000000098e2"],["-0.78106658999999979e2","0.82831940000000088e2"],["-0.78128875999999877e2","0.82836655000000121e2"],["-0.78194442999999922e2","0.82845824999999991e2"],["-0.78223617999999988e2","0.82851088999999945e2"],["-0.78241378999999938e2","0.82858871000000079e2"],["-0.78238891999999964e2","0.82865265000000136e2"],["-0.78108337000000006e2","0.82893326000000059e2"],["-0.78080291999999986e2","0.82898331000000098e2"],["-0.77986663999999962e2","0.82909988000000055e2"],["-0.77949996999999883e2",82.91415400000011],["-0.77863327000000027e2","0.82921371000000022e2"],["-0.77813048999999864e2",82.92442299999999],["-0.77768340999999964e2","0.82922485000000052e2"],["-0.77708344000000011e2","0.82916092000000049e2"],["-0.77688889000000017e2","0.82912490999999989e2"],["-0.77616652999999985e2","0.82902771000000087e2"],["-0.77528060999999923e2","0.82891098000000113e2"],["-0.77467223999999987e2","0.82883880999999974e2"],["-0.77405272999999909e2","0.82878860000000032e2"],["-0.77319457999999997e2","0.82873306000000014e2"],["-0.77128325999999959e2","0.82863312000000008e2"],["-0.77108046999999999e2","0.82859146000000123e2"],["-0.77089171999999962e2","0.82852767999999969e2"],[-76.96665999999999,"0.82804703000000131e2"],["-0.76959166999999923e2","0.82774155000000007e2"],["-0.76941665999999998e2","0.82768326000000002e2"],["-0.76898346000000004e2",82.766098],["-0.76851104999999961e2","0.82764999000000046e2"],["-0.76815552000000025e2","0.82761107999999979e2"],["-0.76789168999999958e2","0.82756377999999927e2"],["-0.76766662999999994e2","0.82750823999999966e2"],["-0.76708617999999944e2","0.82733047000000056e2"],["-0.76674438000000009e2","0.82721374999999966e2"],["-0.76644164999999987e2","0.82709152000000074e2"],["-0.76612503000000004e2","0.82696091000000138e2"],["-0.76598052999999993e2","0.82688873000000115e2"],["-0.76570556999999951e2","0.82666656000000046e2"],["-0.76538329999999974e2","0.82664153999999996e2"],["-0.76387221999999952e2","0.82651382000000012e2"],[-76.09333799999996,82.62081900000004],["-0.76058884000000035e2","0.82616928000000144e2"],["-0.75913895000000025e2","0.82597487999999942e2"],["-0.75892226999999991e2","0.82591933999999981e2"],["-0.75896392999999989e2","0.82588318000000072e2"],["-0.75918610000000001e2","0.82579987000000017e2"],["-0.75938323999999966e2","0.82575821000000133e2"],["-0.75972778000000005e2","0.82571381000000088e2"],["-0.76038895000000025e2","0.82557205000000067e2"],["-0.76194716999999969e2","0.82511108000000036e2"],["-0.76207503999999972e2","0.82506377999999984e2"],["-0.76217772999999909e2","0.82500548999999978e2"],["-0.76255279999999971e2","0.82471924000000115e2"],["-0.76261002000000019e2","0.82466552999999976e2"],["-0.76236937999999896e2","0.82445250999999985e2"],["-0.76230835000000013e2","0.82444702000000007e2"],["-0.76184158000000025e2","0.82453872999999987e2"],["-0.76102782999999874e2","0.82470534999999984e2"],["-0.76037780999999939e2","0.82484421000000111e2"],["-0.75975006000000008e2","0.82499709999999993e2"],["-0.75887221999999952e2","0.82522217000000126e2"],["-0.75802779999999984e2","0.82546371000000022e2"],["-0.75773894999999925e2","0.82557205000000067e2"],["-0.75671386999999925e2","0.82586929000000112e2"],["-0.75648055999999997e2","0.82591660000000047e2"],["-0.75606383999999935e2","0.82595825000000048e2"],["-0.75500838999999928e2","0.82600266000000147e2"],["-0.75451675000000023e2","0.82603317000000004e2"],["-0.75420273000000009e2","0.82606934000000138e2"],["-0.75396118000000001e2","0.82614699999999971e2"],[-75.40972899999997,82.61914100000007],[-75.43472300000002,"0.82623871000000122e2"],["-0.75468886999999881e2","0.82627762000000018e2"],["-0.75503615999999852e2","0.82628860000000088e2"],[-75.55749499999996,"0.82628585999999984e2"],["-0.75625548999999978e2","0.82633040999999992e2"],["-0.75670546999999999e2","0.82642761000000064e2"],["-0.75807495000000017e2","0.82654709000000082e2"],["-0.76103057999999976e2",82.68609600000002],["-0.76235824999999977e2","0.82712203999999986e2"],["-0.76256392999999946e2","0.82717209000000025e2"],["-0.76275557999999933e2","0.82724425999999994e2"],["-0.76299987999999871e2","0.82739700000000028e2"],["-0.76306655999999919e2","0.82745819000000097e2"],["-0.76309158000000025e2","0.82752777000000094e2"],["-0.76269454999999994e2","0.82760817999999972e2"],["-0.76226395000000025e2","0.82764435000000105e2"],["-0.76176391999999964e2","0.82767212000000029e2"],["-0.76056945999999982e2","0.82771652000000017e2"],["-0.76014724999999999e2","0.82775818000000129e2"],["-0.75989440999999999e2","0.82779984000000013e2"],["-0.75976104999999961e2","0.82784714000000065e2"],["-0.75998336999999935e2","0.82787490999999932e2"],[-76.18638599999997,82.78387500000008],["-0.76241378999999995e2","0.82783600000000035e2"],["-0.76288605000000018e2","0.82784714000000065e2"],["-0.76375274999999988e2","0.82789154000000053e2"],["-0.76447495000000004e2","0.82797484999999938e2"],[-76.50167799999997,82.8077550000001],["-0.76525283999999942e2","0.82813873000000001e2"],["-0.76545272999999952e2","0.82821106000000043e2"],["-0.76586394999999982e2",82.83859300000006],["-0.76629165999999998e2","0.82859710999999947e2"],["-0.76666655999999989e2","0.82872482000000048e2"],["-0.76710830999999985e2","0.82885818000000029e2"],["-0.76752791999999999e2","0.82894988999999953e2"],["-0.76844161999999983e2",82.90914900000007],["-0.76881942999999978e2","0.82913605000000018e2"],["-0.77025832999999977e2","0.82927765000000079e2"],["-0.77066390999999953e2",82.93081699999999],["-0.77131667999999991e2","0.82939972000000068e2"],["-0.77344726999999978e2","0.82972487999999998e2"],["-0.77385283999999899e2","0.82983046999999999e2"],["-0.77381377999999984e2","0.82994431000000134e2"],["-0.77364440999999999e2","0.83000000000000114e2"],[-77.341949,"0.83005554000000132e2"],["-0.77276108000000022e2","0.83020264000000054e2"],["-0.77252227999999945e2","0.83025269000000094e2"],["-0.77222777999999948e2","0.83030548000000067e2"],["-0.77183883999999978e2","0.83033875000000023e2"],["-0.77134734999999978e2","0.83032486000000006e2"],["-0.77137221999999895e2","0.83028320000000122e2"],["-0.77171386999999982e2","0.83017211999999972e2"],["-0.77169723999999974e2","0.83013885000000016e2"],["-0.77135558999999944e2","0.83011383000000137e2"],["-0.76863051999999925e2","0.83010818000000086e2"],["-0.76559432999999956e2","0.83011932000000058e2"],["-0.76360274999999945e2","0.83021378000000027e2"],["-0.76266662999999994e2",83.02915999999999],[-76.20666499999993,"0.83036652000000117e2"],["-0.76113327000000027e2",83.05053700000002],["-0.76079177999999956e2","0.83053589000000102e2"],["-0.76028610000000015e2","0.83054428000000087e2"],["-0.75979720999999927e2",83.05304000000001],["-0.75948607999999922e2","0.83051926000000037e2"],["-0.75580841000000021e2","0.83038040000000024e2"],["-0.75313323999999909e2","0.83027480999999966e2"],["-0.75046951000000035e2","0.83041656000000103e2"],[-75,"0.83043884000000048e2"],["-0.74956389999999999e2",83.04553199999998],["-0.74797501000000011e2","0.83043594000000041e2"],["-0.74706664999999987e2","0.83041091999999935e2"],[-74.43582200000003,"0.83027205999999978e2"],["-0.74408050999999887e2","0.83024704000000099e2"],["-0.74279175000000009e2","0.83009995000000004e2"],["-0.74172774999999888e2","0.82991088999999988e2"],["-0.74084166999999979e2","0.82972487999999998e2"],["-0.74018065999999976e2","0.82956940000000145e2"],["-0.73879439999999875e2","0.82897217000000126e2"],["-0.73851668999999958e2","0.82866653000000042e2"],["-0.73817779999999971e2","0.82852767999999969e2"],["-0.73607772999999952e2",82.81581099999994],["-0.73548339999999939e2","0.82806091000000038e2"],["-0.73281951999999933e2","0.82766388000000063e2"],["-0.73247222999999963e2","0.82761658000000011e2"],["-0.73160278000000005e2","0.82751388999999961e2"],["-0.73075011999999958e2","0.82745819000000097e2"],["-0.72949721999999952e2","0.82738876000000062e2"],["-0.72906661999999983e2","0.82735808999999961e2"],["-0.72835830999999985e2","0.82728592000000049e2"],[-72.75,"0.82714706000000092e2"],["-0.72700835999999981e2","0.82703323000000069e2"],["-0.72672225999999966e2","0.82698593000000017e2"],["-0.72633895999999936e2","0.82694427000000132e2"],["-0.72603332999999964e2","0.82695815999999922e2"],["-0.72594727000000034e2","0.82697479000000044e2"],[-72.49888599999997,"0.82718323000000055e2"],["-0.72502501999999936e2","0.82724425999999994e2"],["-0.72648894999999925e2","0.82746643000000063e2"],["-0.72716659999999933e2","0.82755553999999961e2"],["-0.72912216000000001e2","0.82776657000000057e2"],["-0.72983886999999982e2",82.78387500000008],["-0.73027221999999881e2","0.82786926000000108e2"],["-0.73211394999999925e2","0.82813873000000001e2"],["-0.73257506999999919e2","0.82825821000000076e2"],["-0.73401397999999915e2","0.82874985000000038e2"],["-0.73420272999999952e2","0.82890548999999965e2"],["-0.73430556999999908e2","0.82893599999999992e2"],["-0.73460830999999928e2","0.82898605000000032e2"],[-73.49499499999996,82.90248100000008],["-0.73577224999999999e2","0.82908035000000098e2"],["-0.73607498000000021e2","0.82913040000000137e2"],["-0.73633330999999998e2","0.82918593999999985e2"],[-73.65055799999999,"0.82925811999999951e2"],["-0.73644164999999873e2","0.82932205000000124e2"],["-0.73634444999999971e2","0.82936646000000053e2"],["-0.73619155999999975e2","0.82941086000000041e2"],["-0.73261948000000018e2","0.83007767000000058e2"],["-0.73033889999999928e2","0.83036652000000117e2"],["-0.72948607999999979e2","0.83055252000000053e2"],["-0.72927489999999977e2","0.83067490000000078e2"],["-0.72650557999999933e2","0.83096374999999966e2"],[-72.59973100000002,"0.83096939000000077e2"],[-72.57028200000002,"0.83092758000000003e2"],["-0.72568619000000012e2","0.83087769000000037e2"],["-0.72556655999999975e2","0.83079712000000086e2"],["-0.72523894999999925e2","0.83076934999999992e2"],["-0.72477492999999868e2","0.83076659999999947e2"],["-0.72424163999999962e2","0.83079163000000108e2"],["-0.72407776000000013e2","0.83083602999999982e2"],["-0.72393616000000009e2","0.83089431999999988e2"],["-0.72365829000000019e2","0.83094147000000021e2"],["-0.72336394999999925e2","0.83097763000000043e2"],["-0.72226943999999946e2","0.83101379000000122e2"],["-0.72111938000000009e2","0.83101089000000115e2"],["-0.72005568999999866e2","0.83099152000000061e2"],["-0.71831680000000006e2","0.83097763000000043e2"],["-0.71712783999999886e2","0.83098877000000016e2"],["-0.71611663999999905e2","0.83096099999999979e2"],["-0.71581679999999949e2","0.83091095000000109e2"],["-0.71596953999999869e2","0.83085266000000047e2"],["-0.71654448999999943e2","0.83068878000000041e2"],["-0.71696380999999917e2","0.83057755000000043e2"],[-71.75,"0.83043045000000063e2"],["-0.71775008999999898e2","0.83032211000000018e2"],[-71.7933349999999,"0.83020537999999988e2"],["-0.71794998000000021e2","0.83013611000000083e2"],["-0.71792220999999984e2",83.00749200000007],["-0.71778335999999911e2","0.83001663000000065e2"],["-0.71567229999999938e2","0.82941086000000041e2"],["-0.71493606999999997e2","0.82932205000000124e2"],[-71.33666999999997,"0.82914703000000088e2"],["-0.71219726999999978e2","0.82914993000000095e2"],["-0.71144164999999987e2","0.82908325000000104e2"],["-0.71084166999999979e2","0.82900542999999971e2"],["-0.71018340999999964e2","0.82891937000000041e2"],["-0.70952224999999999e2","0.82883605999999986e2"],["-0.70871384000000035e2","0.82881087999999977e2"],["-0.70835006999999962e2","0.82883041000000105e2"],[-70.84333799999996,"0.82889984000000084e2"],["-0.70857773000000009e2","0.82897217000000126e2"],["-0.70904174999999952e2","0.82908035000000098e2"],["-0.70961944999999957e2","0.82918593999999985e2"],["-0.71080841000000021e2","0.82937484999999981e2"],["-0.71306380999999931e2","0.82982208000000071e2"],["-0.71472777999999948e2","0.83001663000000065e2"],["-0.71497498000000007e2","0.83007217000000026e2"],["-0.71489990000000034e2","0.83014435000000049e2"],["-0.71474166999999852e2","0.83019440000000088e2"],["-0.71425002999999947e2","0.83029434000000094e2"],["-0.71125274999999988e2","0.83087494000000049e2"],["-0.70887221999999895e2","0.83098038000000088e2"],["-0.70694152999999972e2","0.83103592000000049e2"],["-0.70585280999999952e2","0.83103317000000061e2"],["-0.70470000999999968e2","0.83107482999999945e2"],[-70.37388599999997,"0.83113311999999951e2"],["-0.70260009999999966e2","0.83113876000000118e2"],["-0.70160003999999958e2","0.83111374000000012e2"],["-0.70111937999999952e2","0.83109421000000111e2"]]]}}]}oj-3.16.12/test/data/citm_catalog.compat.json000066400000000000000000017211121510053151600207710ustar00rootroot00000000000000{"areaNames":{"205705993":"Arrière-scène central","205705994":"1er balcon central","205705995":"2ème balcon bergerie cour","205705996":"2ème balcon bergerie jardin","205705998":"1er balcon bergerie jardin","205705999":"1er balcon bergerie cour","205706000":"Arrière-scène jardin","205706001":"Arrière-scène cour","205706002":"2ème balcon jardin","205706003":"2ème balcon cour","205706004":"2ème Balcon central","205706005":"1er balcon jardin","205706006":"1er balcon cour","205706007":"Orchestre central","205706008":"Orchestre jardin","205706009":"Orchestre cour","342752287":"Zone physique secrète"},"audienceSubCategoryNames":{"337100890":"Abonné"},"blockNames":{},"events":{"138586341":{"description":null,"id":138586341,"logo":null,"name":"30th Anniversary Tour","subTopicIds":[337184269,337184283],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604]},"138586345":{"description":null,"id":138586345,"logo":"/images/UE0AAAAACEKo6QAAAAZDSVRN","name":"Berliner Philharmoniker","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586349":{"description":null,"id":138586349,"logo":"/images/UE0AAAAACEKo7QAAAAZDSVRN","name":"Berliner Philharmoniker","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586353":{"description":null,"id":138586353,"logo":"/images/UE0AAAAACEKo8QAAAAZDSVRN","name":"Pittsburgh Symphony Orchestra","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586357":{"description":null,"id":138586357,"logo":"/images/UE0AAAAACEKo9QAAAAhDSVRN","name":"Orchestre Philharmonique de Radio France","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586361":{"description":null,"id":138586361,"logo":"/images/UE0AAAAACEKo+QAAAAVDSVRN","name":"WDR Sinfonieorchester Köln","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586365":{"description":null,"id":138586365,"logo":"/images/UE0AAAAACEKo/QAAAAVDSVRN","name":"Alessandro - G.F. Haendel","subTopicIds":[337184284,337184263,337184298,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586369":{"description":null,"id":138586369,"logo":"/images/UE0AAAAACEKpAQAAAAVDSVRN","name":"Orchestre Colonne","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586373":{"description":null,"id":138586373,"logo":"/images/UE0AAAAACEKpBQAAAAdDSVRN","name":"Christophe","subTopicIds":[337184280,337184297,337184283,337184262],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586377":{"description":null,"id":138586377,"logo":"/images/UE0AAAAACEKpCQAAAAVDSVRN","name":"Joshua Redman Quartet","subTopicIds":[337184269,337184283,337184262],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586381":{"description":null,"id":138586381,"logo":"/images/UE0AAAAACEKpDQAAAAVDSVRN","name":"Orchestre Symphonique d'Etat de São Paulo","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586385":{"description":null,"id":138586385,"logo":"/images/UE0AAAAACEKpEQAAAAVDSVRN","name":"Le génie italien","subTopicIds":[337184284,337184298,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586389":{"description":null,"id":138586389,"logo":"/images/UE0AAAAACEKpFQAAAAVDSVRN","name":"Les Noces de Figaro - W.A. Mozart (version de concert)","subTopicIds":[337184284,337184298,337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586393":{"description":null,"id":138586393,"logo":"/images/UE0AAAAACEKpGQAAAAhDSVRN","name":"Orchestre Pasdeloup","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586397":{"description":null,"id":138586397,"logo":null,"name":"The Saxophone Summit","subTopicIds":[337184269,337184283,337184262],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586401":{"description":null,"id":138586401,"logo":"/images/UE0AAAAACEKpIQAAAAVDSVRN","name":"Patricia Petibon - Nouveau Monde","subTopicIds":[337184263,337184298,337184283,337184292],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586405":{"description":null,"id":138586405,"logo":"/images/UE0AAAAACEKpJQAAAAVDSVRN","name":"Russian National Orchestra","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586409":{"description":null,"id":138586409,"logo":"/images/UE0AAAAACEKpKQAAAAZDSVRN","name":"Orchestre Philharmonique de Radio France","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586413":{"description":null,"id":138586413,"logo":"/images/UE0AAAAACEKpLQAAAAVDSVRN","name":"Evgeny Kissin","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586417":{"description":null,"id":138586417,"logo":"/images/UE0AAAAACEKpMQAAAAZDSVRN","name":"Bach, concertos pour piano","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586421":{"description":null,"id":138586421,"logo":"/images/UE0AAAAACEKpNQAAAAVDSVRN","name":"Bach, concertos pour piano","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586425":{"description":null,"id":138586425,"logo":null,"name":"Orchestre National d'Île-de-France","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586429":{"description":null,"id":138586429,"logo":"/images/UE0AAAAACEKpPQAAAAVDSVRN","name":"Gewandhausorchester Leipzig","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586433":{"description":null,"id":138586433,"logo":"/images/UE0AAAAACEKpQQAAAAVDSVRN","name":"Gewandhausorchester Leipzig","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586437":{"description":null,"id":138586437,"logo":"/images/UE0AAAAACEKpRQAAAAVDSVRN","name":"Budapest Festival Orchestra","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586441":{"description":null,"id":138586441,"logo":"/images/UE0AAAAACEKpSQAAAAVDSVRN","name":"Orchestre National du Capitole de Toulouse","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586445":{"description":null,"id":138586445,"logo":"/images/UE0AAAAACEKpTQAAAAVDSVRN","name":"Gewandhausorchester Leipzig","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586449":{"description":null,"id":138586449,"logo":"/images/UE0AAAAACEKpUQAAAAVDSVRN","name":"Gewandhausorchester Leipzig","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586453":{"description":null,"id":138586453,"logo":"/images/UE0AAAAACEKpVQAAAAVDSVRN","name":"Remember Shakti","subTopicIds":[337184269,337184283,337184262],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586457":{"description":null,"id":138586457,"logo":"/images/UE0AAAAACEKpWQAAAAVDSVRN","name":"Menahem Pressler - Quatuor Ebène","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586461":{"description":null,"id":138586461,"logo":"/images/UE0AAAAACEKpXQAAAAZDSVRN","name":"Orchestre Philharmonique de Radio France","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586465":{"description":null,"id":138586465,"logo":"/images/UE0AAAAACEKpYQAAAAVDSVRN","name":"Orquesta Buena Vista Social Club","subTopicIds":[337184279,337184283,337184262],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586469":{"description":null,"id":138586469,"logo":"/images/UE0AAAAACEKpZQAAAAVDSVRN","name":"The Cleveland Orchestra","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586473":{"description":null,"id":138586473,"logo":"/images/UE0AAAAACEKpaQAAAAVDSVRN","name":"The Cleveland Orchestra","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586477":{"description":null,"id":138586477,"logo":"/images/UE0AAAAACEKpbQAAAAZDSVRN","name":"Orchestre Philharmonique du Luxembourg","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586481":{"description":null,"id":138586481,"logo":"/images/UE0AAAAACEKpcQAAAAVDSVRN","name":"Maurizio Pollini, piano","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586485":{"description":null,"id":138586485,"logo":"/images/UE0AAAAACEKpdQAAAAZDSVRN","name":"Orchestre Philharmonique de Radio France","subTopicIds":[337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586501":{"description":null,"id":138586501,"logo":"/images/UE0AAAAACEKphQAAAAVDSVRN","name":"Antonio Meneses - Maria-João Pires","subTopicIds":[337184268,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586505":{"description":null,"id":138586505,"logo":"/images/UE0AAAAACEKpiQAAAAVDSVRN","name":"Musiques pour la reine Caroline","subTopicIds":[337184284,337184263,337184298,337184283,337184292],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586509":{"description":null,"id":138586509,"logo":null,"name":"Orchestre National d'Île-de-France","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586513":{"description":null,"id":138586513,"logo":"/images/UE0AAAAACEKpkQAAAAVDSVRN","name":"Les Mystères d'Isis - W.A. Mozart (cersion de concert)","subTopicIds":[337184284,337184298,337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586517":{"description":null,"id":138586517,"logo":"/images/UE0AAAAACEKplQAAAAdDSVRN","name":"Martha Argerich - Gidon Kremer","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586521":{"description":null,"id":138586521,"logo":"/images/UE0AAAAACEKpmQAAAAVDSVRN","name":"Cecilia Bartoli - Mozart et la Vienne classique","subTopicIds":[337184298,337184268,337184283,337184292],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586525":{"description":null,"id":138586525,"logo":"/images/UE0AAAAACEKpnQAAAAVDSVRN","name":"Orchestre Philharmonique de Radio France","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586529":{"description":null,"id":138586529,"logo":null,"name":"Orchestre Pasdeloup","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586533":{"description":null,"id":138586533,"logo":"/images/UE0AAAAACEKppQAAAAVDSVRN","name":"Orchestre du Théâtre Mariinsky","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586537":{"description":null,"id":138586537,"logo":"/images/UE0AAAAACEKpqQAAAAVDSVRN","name":"Orchestre du Théâtre Mariinsky","subTopicIds":[337184298,337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586541":{"description":null,"id":138586541,"logo":"/images/UE0AAAAACEKprQAAAAVDSVRN","name":"Orchestre du Théâtre Mariinsky","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586545":{"description":null,"id":138586545,"logo":"/images/UE0AAAAACEKpsQAAAAVDSVRN","name":"Academy of Saint Martin in the Fields","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586549":{"description":null,"id":138586549,"logo":"/images/UE0AAAAACEKptQAAAAVDSVRN","name":"Quatuor Hagen","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586553":{"description":null,"id":138586553,"logo":"/images/UE0AAAAACEKpuQAAAAVDSVRN","name":"Quatuor Hagen","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586557":{"description":null,"id":138586557,"logo":"/images/UE0AAAAACEKpvQAAAAVDSVRN","name":"Quatuor Hagen","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586561":{"description":null,"id":138586561,"logo":"/images/UE0AAAAACEKpwQAAAAVDSVRN","name":"Sunwook Kim, piano","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586565":{"description":null,"id":138586565,"logo":null,"name":"Orchestre Colonne","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586569":{"description":null,"id":138586569,"logo":"/images/UE0AAAAACEKpyQAAAAVDSVRN","name":"Orchestre Philharmonique de Radio France","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586581":{"description":null,"id":138586581,"logo":null,"name":"Orchestre National de France","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586585":{"description":null,"id":138586585,"logo":"/images/UE0AAAAACEKp2QAAAAVDSVRN","name":"Messe en si mineur - J.S. Bach","subTopicIds":[337184296,337184263,337184298,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586589":{"description":null,"id":138586589,"logo":null,"name":"Le Messie - G.F. Haendel","subTopicIds":[337184263,337184298,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586593":{"description":null,"id":138586593,"logo":"/images/UE0AAAAACEKp4QAAAAdDSVRN","name":"Orchestre National d'Île-de-France","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586597":{"description":null,"id":138586597,"logo":"/images/UE0AAAAACEKp5QAAAAVDSVRN","name":"Orchestre Philharmonique de Radio France","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586601":{"description":null,"id":138586601,"logo":"/images/UE0AAAAACEKp6QAAAAdDSVRN","name":"Orchestre Pasdeloup","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586605":{"description":null,"id":138586605,"logo":null,"name":"Orchestre Colonne","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586609":{"description":null,"id":138586609,"logo":null,"name":"Ciné-concert - Le Cuirassé Potemkine","subTopicIds":[337184267,337184262,337184275],"subjectCode":null,"subtitle":null,"topicIds":[107888604,324846100]},"138586613":{"description":null,"id":138586613,"logo":"/images/UE0AAAAACEKp9QAAAAVDSVRN","name":"Orchestre Philharmonique de Radio France","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586617":{"description":null,"id":138586617,"logo":"/images/UE0AAAAACEKp+QAAAAVDSVRN","name":"London Symphony Orchestra","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586625":{"description":null,"id":138586625,"logo":null,"name":"Orchestre National d'Île-de-France","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586629":{"description":null,"id":138586629,"logo":"/images/UE0AAAAACEKqBQAAAAVDSVRN","name":"Orquesta Sinfonica Simón Bolívar de Venezuela","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586633":{"description":null,"id":138586633,"logo":"/images/UE0AAAAACEKqCQAAAAVDSVRN","name":"Orchestre Philharmonique de Radio France","subTopicIds":[337184298,337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586641":{"description":null,"id":138586641,"logo":"/images/UE0AAAAACEKqEQAAAAVDSVRN","name":"Edita Gruberova - Airs de concert","subTopicIds":[337184284,337184298,337184283,337184292],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586645":{"description":null,"id":138586645,"logo":"/images/UE0AAAAACEKqFQAAAAdDSVRN","name":"Orchestre National d'Île-de-France","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586649":{"description":null,"id":138586649,"logo":"/images/UE0AAAAACEKqGQAAAAZDSVRN","name":"Alexei Volodin, piano","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586653":{"description":null,"id":138586653,"logo":null,"name":"Sonya Yoncheva - Diva !","subTopicIds":[337184284,337184263,337184298,337184283,337184292],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586657":{"description":null,"id":138586657,"logo":"/images/UE0AAAAACEKqIQAAAAVDSVRN","name":"Orchestre Philharmonique de Radio France","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586661":{"description":null,"id":138586661,"logo":null,"name":"Le Ramayana balinais - L'Enlèvement de Sita","subTopicIds":[337184279,337184283,337184262],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586667":{"description":null,"id":138586667,"logo":null,"name":"Dave Holland & friends","subTopicIds":[337184269,337184283,337184262],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586671":{"description":null,"id":138586671,"logo":"/images/UE0AAAAACEKqLwAAAAlDSVRN","name":"Boris Godunov - M.Moussorgski (version de concert)","subTopicIds":[337184284,337184298,337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586675":{"description":null,"id":138586675,"logo":"/images/UE0AAAAACEKqMwAAAAVDSVRN","name":"Insula orchestra - Accentus","subTopicIds":[337184298,337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586679":{"description":null,"id":138586679,"logo":"/images/UE0AAAAACEKqNwAAAAVDSVRN","name":"Orchestre Philharmonique de Radio France","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586687":{"description":null,"id":138586687,"logo":"/images/UE0AAAAACEKqPwAAAAVDSVRN","name":"Bryn Terfel - Héros légendaires","subTopicIds":[337184284,337184298,337184283,337184292],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586691":{"description":null,"id":138586691,"logo":null,"name":"Les Siècles","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586695":{"description":null,"id":138586695,"logo":"/images/UE0AAAAACEKqRwAAAAVDSVRN","name":"Gautier Capuçon - Frank Braley","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586699":{"description":null,"id":138586699,"logo":null,"name":"Festival Présences 2014 \"Paris Berlin\"","subTopicIds":[337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586703":{"description":null,"id":138586703,"logo":"/images/UE0AAAAACEKqTwAAAAZDSVRN","name":"Autour de Tristan","subTopicIds":[337184284,337184298,337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586707":{"description":null,"id":138586707,"logo":"/images/UE0AAAAACEKqUwAAAAVDSVRN","name":"Orchestre du Théâtre Mariinsky","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586711":{"description":null,"id":138586711,"logo":"/images/UE0AAAAACEKqVwAAAAVDSVRN","name":"Orchestre du Théâtre Mariinsky","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586715":{"description":null,"id":138586715,"logo":"/images/UE0AAAAACEKqWwAAAAVDSVRN","name":"Orchestre du Théâtre Mariinsky","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586719":{"description":null,"id":138586719,"logo":"/images/UE0AAAAACEKqXwAAAAVDSVRN","name":"Etienne Daho et invités","subTopicIds":[337184280,337184297,337184283,337184262],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586723":{"description":null,"id":138586723,"logo":null,"name":"Fantasia in concert","subTopicIds":[337184299,337184268,337184267,337184275,337184282],"subjectCode":null,"subtitle":null,"topicIds":[324846098,324846099,107888604,324846100]},"138586731":{"description":null,"id":138586731,"logo":"/images/UE0AAAAACEKqawAAAAVDSVRN","name":"Khatia Buniatishvili, piano","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586735":{"description":null,"id":138586735,"logo":"/images/UE0AAAAACEKqbwAAAAVDSVRN","name":"Orchestre Philharmonique de Radio France","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586743":{"description":null,"id":138586743,"logo":null,"name":"Guy Braunstein - Zvi Plesser - Sunwook Kim","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586747":{"description":null,"id":138586747,"logo":"/images/UE0AAAAACEKqewAAAAVDSVRN","name":"Janine Jansen and friends","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586751":{"description":null,"id":138586751,"logo":"/images/UE0AAAAACEKqfwAAAAVDSVRN","name":"Elena Bashkirova, piano","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586755":{"description":null,"id":138586755,"logo":null,"name":"Orchestre Philharmonique de Radio France","subTopicIds":[337184284,337184298,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586759":{"description":null,"id":138586759,"logo":null,"name":"San Francisco Symphony","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586771":{"description":null,"id":138586771,"logo":null,"name":"Passion selon saint Jean - J.S. Bach","subTopicIds":[337184296,337184263,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586775":{"description":null,"id":138586775,"logo":null,"name":"Yundi Li , piano","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586779":{"description":null,"id":138586779,"logo":null,"name":"Orchestre Philharmonique de Radio France","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586783":{"description":null,"id":138586783,"logo":null,"name":"Orchestre Pasdeloup","subTopicIds":[337184268,337184269,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586787":{"description":null,"id":138586787,"logo":null,"name":"Orchestre du Conservatoire de Paris","subTopicIds":[337184284,337184298,337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586795":{"description":null,"id":138586795,"logo":null,"name":"Orchestre National d'Île-de-France","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586799":{"description":null,"id":138586799,"logo":null,"name":"Orchestre Philharmonique de Radio France","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586803":{"description":null,"id":138586803,"logo":null,"name":"Royal Concertgebouw Orchestra Amsterdam","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586807":{"description":null,"id":138586807,"logo":null,"name":"Royal Concertgebouw Orchestra Amsterdam","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586811":{"description":null,"id":138586811,"logo":null,"name":"Royal Concertgebouw Orchestra Amsterdam","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586815":{"description":null,"id":138586815,"logo":null,"name":"Orchestre Philharmonique de Radio France","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586823":{"description":null,"id":138586823,"logo":null,"name":"London Symphony Orchestra","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586827":{"description":null,"id":138586827,"logo":null,"name":"London Symphony Orchestra","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586831":{"description":null,"id":138586831,"logo":null,"name":"Le Concert des Nations - Jordi Savall","subTopicIds":[337184263,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586835":{"description":null,"id":138586835,"logo":null,"name":"Leonidas Kavakos - Yuja Wang","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586839":{"description":null,"id":138586839,"logo":null,"name":"Orchestre Philharmonique de Radio France","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586843":{"description":null,"id":138586843,"logo":null,"name":"Quatuor Artemis - Gautier Capuçon","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586847":{"description":null,"id":138586847,"logo":null,"name":"Quatuor Artemis - Quatuor Ébène","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586851":{"description":null,"id":138586851,"logo":null,"name":"Quatuor Artemis - Elisabeth Leonskaja","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586855":{"description":null,"id":138586855,"logo":null,"name":"Russian National Orchestra","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586859":{"description":null,"id":138586859,"logo":null,"name":"Passion selon saint Matthieu","subTopicIds":[337184296,337184263,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586863":{"description":null,"id":138586863,"logo":null,"name":"Les Arts Florissants - Concert de Pâques","subTopicIds":[337184263,337184298,337184283,337184292],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586867":{"description":null,"id":138586867,"logo":null,"name":"Orchestre Philharmonique de Radio France","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586871":{"description":null,"id":138586871,"logo":null,"name":"Leylâ et Majnûn ou L'Amour mystique","subTopicIds":[337184279,337184283,337184262],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586875":{"description":null,"id":138586875,"logo":null,"name":"Stephen Kovacevich, piano","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586879":{"description":null,"id":138586879,"logo":null,"name":"Orchestra Mozart Bologna - Mahler Chamber Orchestra","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586883":{"description":null,"id":138586883,"logo":null,"name":"Ballet Royal du Cambodge","subTopicIds":[337184279,337184283,337184262],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586889":{"description":null,"id":138586889,"logo":null,"name":"MDR Sinfonieorchester Leipzig","subTopicIds":[337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586893":{"description":null,"id":138586893,"logo":null,"name":"Orchestre Colonne","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586897":{"description":null,"id":138586897,"logo":null,"name":"Elisabeth Leonskaja, piano","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586901":{"description":null,"id":138586901,"logo":null,"name":"Yuja Wang, piano","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586905":{"description":null,"id":138586905,"logo":null,"name":"Orchestre Philharmonique de Radio France","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586909":{"description":null,"id":138586909,"logo":null,"name":"Anne-Sophie Mutter - Lambert Orkis","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586917":{"description":null,"id":138586917,"logo":null,"name":"Orchestre National d'Île-de-France","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586921":{"description":null,"id":138586921,"logo":null,"name":"Orchestre Philharmonique de Radio France","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586929":{"description":null,"id":138586929,"logo":null,"name":"Orchestre Pasdeloup","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586933":{"description":null,"id":138586933,"logo":null,"name":"Gilberto Gil","subTopicIds":[337184279,337184283,337184262],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586937":{"description":null,"id":138586937,"logo":null,"name":"Nelson Freire, piano","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586941":{"description":null,"id":138586941,"logo":null,"name":"Orchestre Philharmonique de Radio France","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586945":{"description":null,"id":138586945,"logo":null,"name":"Orfeo - C. Monteverdi (version de concert)","subTopicIds":[337184284,337184263,337184298,337184283,337184292],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586949":{"description":null,"id":138586949,"logo":null,"name":"Bamberger Symphoniker","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586953":{"description":null,"id":138586953,"logo":null,"name":"Murray Perahia, piano","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586957":{"description":null,"id":138586957,"logo":null,"name":"Orchestre National du Capitole de Toulouse","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586961":{"description":null,"id":138586961,"logo":null,"name":"Krystian Zimerman, piano","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586965":{"description":null,"id":138586965,"logo":null,"name":"Rafal Blechacz, piano","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586969":{"description":null,"id":138586969,"logo":null,"name":"Les Voyages musicaux de Marco Polo","subTopicIds":[337184279,337184283,337184262],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586973":{"description":null,"id":138586973,"logo":null,"name":"Orchestre National de Lyon","subTopicIds":[337184298,337184268,337184283,337184292,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586977":{"description":null,"id":138586977,"logo":null,"name":"Guy Braunstein - Zvi Plesser - Sunwook Kim","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586981":{"description":null,"id":138586981,"logo":null,"name":"La Bohème - G. Puccini (version de concert)","subTopicIds":[337184284,337184298,337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586989":{"description":null,"id":138586989,"logo":null,"name":"Otello - G. Verdi (version de concert)","subTopicIds":[337184284,337184298,337184268,337184283,337184292],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586993":{"description":null,"id":138586993,"logo":null,"name":"Staatskapelle Berlin","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586997":{"description":null,"id":138586997,"logo":null,"name":"Staatskapelle Berlin","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"151183114":{"description":null,"id":151183114,"logo":null,"name":"San Francisco Symphony","subTopicIds":[337184298,337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"339420802":{"description":null,"id":339420802,"logo":null,"name":"Lou Doillon","subTopicIds":[337184280,337184283,337184262],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"339420805":{"description":null,"id":339420805,"logo":null,"name":"Patrick Watson & Orchestre National d'Ile-de-France","subTopicIds":[337184280,337184283,337184262],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341069930":{"description":null,"id":341069930,"logo":"/images/UE0AAAAAFFRQagAAAAlDSVRN","name":"Orchestre de Paris","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181232":{"description":null,"id":341181232,"logo":null,"name":"Orchestre de Paris","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181233":{"description":null,"id":341181233,"logo":"/images/UE0AAAAAFFYDMQAAAAhDSVRN","name":"Orchestre de Paris","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181234":{"description":null,"id":341181234,"logo":"/images/UE0AAAAAFFYDMgAAAAdDSVRN","name":"Orchestre de Paris","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181235":{"description":null,"id":341181235,"logo":"/images/UE0AAAAAFFYDMwAAAAZDSVRN","name":"Orchestre de Paris","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181236":{"description":null,"id":341181236,"logo":"/images/UE0AAAAAFFYDNAAAAAZDSVRN","name":"Orchestre de Paris","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181237":{"description":null,"id":341181237,"logo":"/images/UE0AAAAAFFYDNQAAAAhDSVRN","name":"Paavo Järvi, direction","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181238":{"description":null,"id":341181238,"logo":"/images/UE0AAAAAFFYDNgAAAAdDSVRN","name":"Orchestre de Paris","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181239":{"description":null,"id":341181239,"logo":"/images/UE0AAAAAFFYDNwAAAAdDSVRN","name":"Orchestre de Paris","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181240":{"description":null,"id":341181240,"logo":"/images/UE0AAAAAFFYDOAAAAAhDSVRN","name":"Orchestre de Paris","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181241":{"description":null,"id":341181241,"logo":"/images/UE0AAAAAFFYDOQAAAAZDSVRN","name":"Orchestre de Paris","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181242":{"description":null,"id":341181242,"logo":"/images/UE0AAAAAFFYDOgAAAAdDSVRN","name":"Orchestre de Paris","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181243":{"description":null,"id":341181243,"logo":"/images/UE0AAAAAFFYDOwAAAAdDSVRN","name":"Concert anniversaire des 90 ans de Menahem Pressler","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181244":{"description":null,"id":341181244,"logo":"/images/UE0AAAAAFFYDPAAAAAZDSVRN","name":"Orchestre de Paris","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181245":{"description":null,"id":341181245,"logo":"/images/UE0AAAAAFFYDPQAAAAZDSVRN","name":"Orchestre de Paris","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181246":{"description":null,"id":341181246,"logo":null,"name":"Orchestre de Paris","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181247":{"description":null,"id":341181247,"logo":null,"name":"Orchestre de Paris","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181248":{"description":null,"id":341181248,"logo":"/images/UE0AAAAAFFYDQAAAAAZDSVRN","name":"Orchestre de Paris","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181249":{"description":null,"id":341181249,"logo":"/images/UE0AAAAAFFYDQQAAAAdDSVRN","name":"Orchestre de Paris","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181250":{"description":null,"id":341181250,"logo":"/images/UE0AAAAAFFYDQgAAAAdDSVRN","name":"Orchestre de Paris","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181251":{"description":null,"id":341181251,"logo":null,"name":"Orchestre de Paris","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181252":{"description":null,"id":341181252,"logo":"/images/UE0AAAAAFFYDRAAAAAdDSVRN","name":"Orchestre de Paris","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181253":{"description":null,"id":341181253,"logo":null,"name":"Orchestre de Paris","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181254":{"description":null,"id":341181254,"logo":"/images/UE0AAAAAFFYDRgAAAAlDSVRN","name":"Orchestre de Paris","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181255":{"description":null,"id":341181255,"logo":null,"name":"Orchestre de Paris","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181256":{"description":null,"id":341181256,"logo":null,"name":"Orchestre de Paris","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181257":{"description":null,"id":341181257,"logo":null,"name":"Orchestre de Paris","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181258":{"description":null,"id":341181258,"logo":null,"name":"Orchestre de Paris","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181259":{"description":null,"id":341181259,"logo":null,"name":"14052122 JARVI / GOERNE / SOLBERG / CHŒUR","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"342742592":{"description":null,"id":342742592,"logo":null,"name":"event secret 2","subTopicIds":[],"subjectCode":null,"subtitle":null,"topicIds":[]},"342742593":{"description":null,"id":342742593,"logo":null,"name":"event secret 3","subTopicIds":[],"subjectCode":null,"subtitle":null,"topicIds":[]},"342742594":{"description":null,"id":342742594,"logo":null,"name":"event secret 4","subTopicIds":[],"subjectCode":null,"subtitle":null,"topicIds":[]},"342742595":{"description":null,"id":342742595,"logo":null,"name":"event secret 5","subTopicIds":[],"subjectCode":null,"subtitle":null,"topicIds":[]},"342742596":{"description":null,"id":342742596,"logo":null,"name":"event secret 6","subTopicIds":[],"subjectCode":null,"subtitle":null,"topicIds":[]}},"performances":[{"eventId":138586341,"id":339887544,"logo":null,"name":null,"prices":[{"amount":90250,"audienceSubCategoryId":337100890,"seatCategoryId":338937295},{"amount":66500,"audienceSubCategoryId":337100890,"seatCategoryId":338937296}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937295},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937296}],"seatMapImage":null,"start":1372701600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":339420802,"id":339430296,"logo":null,"name":null,"prices":[{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937295},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937296}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937295},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937296}],"seatMapImage":null,"start":1372788000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":339420805,"id":339430301,"logo":null,"name":null,"prices":[{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937295},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937296}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937295},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937296}],"seatMapImage":null,"start":1373220000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586345,"id":138586347,"logo":"/images/UE0AAAAACEKo6QAAAAZDSVRN","name":null,"prices":[{"amount":152000,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":104500,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":76000,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":52250,"audienceSubCategoryId":337100890,"seatCategoryId":338937288},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937283}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937283}],"seatMapImage":null,"start":1377972000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586349,"id":138586351,"logo":"/images/UE0AAAAACEKo7QAAAAZDSVRN","name":null,"prices":[{"amount":152000,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":104500,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":76000,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":52250,"audienceSubCategoryId":337100890,"seatCategoryId":338937288},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937283}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937283}],"seatMapImage":null,"start":1378044000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586353,"id":138586355,"logo":"/images/UE0AAAAACEKo8QAAAAZDSVRN","name":null,"prices":[{"amount":90250,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":71250,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":52250,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937288}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288}],"seatMapImage":null,"start":1378490400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341069930,"id":341070133,"logo":"/images/UE0AAAAAFFRQagAAAAlDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":340826016},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":340826017},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":340826015},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":340826018}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826016},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826017},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826015},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":340826018}],"seatMapImage":null,"start":1378922400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341069930,"id":341070132,"logo":"/images/UE0AAAAAFFRQagAAAAlDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":340826016},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":340826017},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":340826015},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":340826018}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826016},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826017},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826015},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":340826018}],"seatMapImage":null,"start":1379008800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586357,"id":138586359,"logo":"/images/UE0AAAAACEKo9QAAAAhDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":339086210},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":339086211},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":339086213},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":339086214}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086210},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086211},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086214}],"seatMapImage":null,"start":1379095200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586361,"id":138586363,"logo":"/images/UE0AAAAACEKo+QAAAAVDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1379440800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586365,"id":138586367,"logo":"/images/UE0AAAAACEKo/QAAAAVDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1379959200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181254,"id":341181470,"logo":"/images/UE0AAAAAFFYDRgAAAAlDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":341179215}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215}],"seatMapImage":null,"start":1380132000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181254,"id":341181469,"logo":"/images/UE0AAAAAFFYDRgAAAAlDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":341179215}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215}],"seatMapImage":null,"start":1380218400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586369,"id":138586371,"logo":"/images/UE0AAAAACEKpAQAAAAVDSVRN","name":null,"prices":[{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":19000,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":14250,"audienceSubCategoryId":337100890,"seatCategoryId":338937281},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937282}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937282}],"seatMapImage":null,"start":1380650400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181252,"id":341181467,"logo":"/images/UE0AAAAAFFYDRAAAAAdDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1380736800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586373,"id":138586375,"logo":"/images/UE0AAAAACEKpBQAAAAdDSVRN","name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":339086196},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":339086197}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086196},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086197}],"seatMapImage":null,"start":1380996000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586377,"id":138586379,"logo":"/images/UE0AAAAACEKpCQAAAAVDSVRN","name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":339086196},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":339086197}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086196},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086197}],"seatMapImage":null,"start":1381082400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586381,"id":138586383,"logo":"/images/UE0AAAAACEKpDQAAAAVDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1381168800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586385,"id":138586387,"logo":"/images/UE0AAAAACEKpEQAAAAVDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1381255200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181234,"id":341181437,"logo":"/images/UE0AAAAAFFYDMgAAAAdDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1381341600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181234,"id":341181436,"logo":"/images/UE0AAAAAFFYDMgAAAAdDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1381428000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586389,"id":138586391,"logo":"/images/UE0AAAAACEKpFQAAAAVDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937288}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288}],"seatMapImage":null,"start":1381512600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586393,"id":138586395,"logo":"/images/UE0AAAAACEKpGQAAAAhDSVRN","name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937241},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937242},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937244},{"amount":16150,"audienceSubCategoryId":337100890,"seatCategoryId":338937245},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937246}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937241},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937242},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937244},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937245},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937246}],"seatMapImage":null,"start":1381586400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586397,"id":138586399,"logo":null,"name":null,"prices":[{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":339086196},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":339086197}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086196},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086197}],"seatMapImage":null,"start":1381672800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586401,"id":138586403,"logo":"/images/UE0AAAAACEKpIQAAAAVDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1381773600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586405,"id":138586407,"logo":"/images/UE0AAAAACEKpJQAAAAVDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1381860000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181233,"id":341181435,"logo":"/images/UE0AAAAAFFYDMQAAAAhDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1381946400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181237,"id":341181442,"logo":"/images/UE0AAAAAFFYDNQAAAAhDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1382032800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586409,"id":138586411,"logo":"/images/UE0AAAAACEKpKQAAAAZDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":339086210},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":339086211},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":339086213},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":339086214}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086210},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086211},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086214}],"seatMapImage":null,"start":1382119200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586413,"id":138586415,"logo":"/images/UE0AAAAACEKpLQAAAAVDSVRN","name":null,"prices":[{"amount":95000,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":76000,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937288},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937283}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937283}],"seatMapImage":null,"start":1382277600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586417,"id":138586419,"logo":"/images/UE0AAAAACEKpMQAAAAZDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1382378400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586421,"id":138586423,"logo":"/images/UE0AAAAACEKpNQAAAAVDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1382464800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181238,"id":341181444,"logo":"/images/UE0AAAAAFFYDNgAAAAdDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1382551200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181238,"id":341181443,"logo":"/images/UE0AAAAAFFYDNgAAAAdDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1382637600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586425,"id":138586427,"logo":null,"name":null,"prices":[{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937235},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937236},{"amount":19000,"audienceSubCategoryId":337100890,"seatCategoryId":338937238},{"amount":14250,"audienceSubCategoryId":337100890,"seatCategoryId":338937239},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937240}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937235},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937236},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937238},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937239},{"areas":[{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937240}],"seatMapImage":null,"start":1382724000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586429,"id":138586431,"logo":"/images/UE0AAAAACEKpPQAAAAVDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937288}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288}],"seatMapImage":null,"start":1382810400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586433,"id":138586435,"logo":"/images/UE0AAAAACEKpQQAAAAVDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937288}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288}],"seatMapImage":null,"start":1382886000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586437,"id":138586439,"logo":"/images/UE0AAAAACEKpRQAAAAVDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1383073200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586441,"id":138586443,"logo":"/images/UE0AAAAACEKpSQAAAAVDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1383246000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586445,"id":138586447,"logo":"/images/UE0AAAAACEKpTQAAAAVDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937288}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288}],"seatMapImage":null,"start":1383332400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586449,"id":138586451,"logo":"/images/UE0AAAAACEKpUQAAAAVDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937288}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288}],"seatMapImage":null,"start":1383418800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742592,"id":342742708,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1383555600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742592,"id":342742709,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1383562800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586453,"id":138586455,"logo":"/images/UE0AAAAACEKpVQAAAAVDSVRN","name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937295},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937296}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937295},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937296}],"seatMapImage":null,"start":1383591600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742592,"id":342742710,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1383642000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742592,"id":342742711,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1383649200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742592,"id":342742712,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1383728400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742592,"id":342742713,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1383735600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742592,"id":342742714,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1383814800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742592,"id":342742715,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1383822000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586457,"id":138586459,"logo":"/images/UE0AAAAACEKpWQAAAAVDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1383850800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586461,"id":138586463,"logo":"/images/UE0AAAAACEKpXQAAAAZDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":339086210},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":339086211},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":339086213},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":339086214}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086210},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086211},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086214}],"seatMapImage":null,"start":1383937200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586465,"id":138586467,"logo":"/images/UE0AAAAACEKpYQAAAAVDSVRN","name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":339086196},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":339086197}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086196},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086197}],"seatMapImage":null,"start":1384110000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586469,"id":138586471,"logo":"/images/UE0AAAAACEKpZQAAAAVDSVRN","name":null,"prices":[{"amount":90250,"audienceSubCategoryId":337100890,"seatCategoryId":338937289},{"amount":71250,"audienceSubCategoryId":337100890,"seatCategoryId":338937290},{"amount":52250,"audienceSubCategoryId":337100890,"seatCategoryId":338937292},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937293}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937289},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937290},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937292},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937293}],"seatMapImage":null,"start":1384196400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586473,"id":138586475,"logo":"/images/UE0AAAAACEKpaQAAAAVDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1384282800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586477,"id":138586479,"logo":"/images/UE0AAAAACEKpbQAAAAZDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1384369200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586481,"id":138586483,"logo":"/images/UE0AAAAACEKpcQAAAAVDSVRN","name":null,"prices":[{"amount":95000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":76000,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937281},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937282}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937282}],"seatMapImage":null,"start":1384455600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586485,"id":138586487,"logo":"/images/UE0AAAAACEKpdQAAAAZDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":339086210},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":339086211},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":339086213},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":339086214}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086210},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086211},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086214}],"seatMapImage":null,"start":1384542000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586501,"id":138586503,"logo":"/images/UE0AAAAACEKphQAAAAVDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1384801200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586505,"id":138586507,"logo":"/images/UE0AAAAACEKpiQAAAAVDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1384887600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586509,"id":138586511,"logo":null,"name":null,"prices":[{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937235},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937236},{"amount":19000,"audienceSubCategoryId":337100890,"seatCategoryId":338937238},{"amount":14250,"audienceSubCategoryId":337100890,"seatCategoryId":338937239},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937240}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937235},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937236},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937238},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937239},{"areas":[{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937240}],"seatMapImage":null,"start":1385146800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586513,"id":138586515,"logo":"/images/UE0AAAAACEKpkQAAAAVDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":338937288}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288}],"seatMapImage":null,"start":1385231400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586517,"id":138586519,"logo":"/images/UE0AAAAACEKplQAAAAdDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937288}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288}],"seatMapImage":null,"start":1385305200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586521,"id":138586523,"logo":"/images/UE0AAAAACEKpmQAAAAVDSVRN","name":null,"prices":[{"amount":152000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":104500,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":76000,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":52250,"audienceSubCategoryId":337100890,"seatCategoryId":338937281},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937282}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937282}],"seatMapImage":null,"start":1385492400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181235,"id":341181439,"logo":"/images/UE0AAAAAFFYDMwAAAAZDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":340826016},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":340826017},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":340826015},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":340826018},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":340826019}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826016},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826017},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826015},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":340826018},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826019}],"seatMapImage":null,"start":1385665200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586525,"id":138586527,"logo":"/images/UE0AAAAACEKpnQAAAAVDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":339086210},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":339086211},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":339086213},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":339086214}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086210},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086211},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086214}],"seatMapImage":null,"start":1385751600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586529,"id":138586531,"logo":null,"name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937241},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937242},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937244},{"amount":16150,"audienceSubCategoryId":337100890,"seatCategoryId":338937245},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937246}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937241},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937242},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937244},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937245},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937246}],"seatMapImage":null,"start":1385823600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181235,"id":341181438,"logo":"/images/UE0AAAAAFFYDMwAAAAZDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":340826016},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":340826017},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":340826015},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":340826018},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":340826019}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826016},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826017},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826015},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":340826018},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826019}],"seatMapImage":null,"start":1385838000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586533,"id":138586535,"logo":"/images/UE0AAAAACEKppQAAAAVDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937288}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288}],"seatMapImage":null,"start":1385910000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586537,"id":138586539,"logo":"/images/UE0AAAAACEKpqQAAAAVDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1386010800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586541,"id":138586543,"logo":"/images/UE0AAAAACEKprQAAAAVDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1386097200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181236,"id":341181440,"logo":"/images/UE0AAAAAFFYDNAAAAAZDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1386183600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181236,"id":341181441,"logo":"/images/UE0AAAAAFFYDNAAAAAZDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1386270000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586545,"id":138586547,"logo":"/images/UE0AAAAACEKpsQAAAAVDSVRN","name":null,"prices":[{"amount":104500,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":76000,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937288},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937283}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937283}],"seatMapImage":null,"start":1386356400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586549,"id":138586551,"logo":"/images/UE0AAAAACEKptQAAAAVDSVRN","name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":16150,"audienceSubCategoryId":337100890,"seatCategoryId":338937288},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937283}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937283}],"seatMapImage":null,"start":1386428400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586553,"id":138586555,"logo":"/images/UE0AAAAACEKpuQAAAAVDSVRN","name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":16150,"audienceSubCategoryId":337100890,"seatCategoryId":338937288},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937283}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937283}],"seatMapImage":null,"start":1386442800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586557,"id":138586559,"logo":"/images/UE0AAAAACEKpvQAAAAVDSVRN","name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":16150,"audienceSubCategoryId":337100890,"seatCategoryId":338937288},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937283}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937283}],"seatMapImage":null,"start":1386514800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742593,"id":342742716,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1386579600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742593,"id":342742717,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1386586800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586561,"id":138586563,"logo":"/images/UE0AAAAACEKpwQAAAAVDSVRN","name":null,"prices":[{"amount":95000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":76000,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937281},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937282}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937282}],"seatMapImage":null,"start":1386615600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742593,"id":342742718,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1386666000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742593,"id":342742719,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1386673200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586565,"id":138586567,"logo":null,"name":null,"prices":[{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":19000,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":14250,"audienceSubCategoryId":337100890,"seatCategoryId":338937281},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937282}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937282}],"seatMapImage":null,"start":1386702000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742593,"id":342742720,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1386752400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742593,"id":342742721,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1386759600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181241,"id":341181449,"logo":"/images/UE0AAAAAFFYDOQAAAAZDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1386788400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742593,"id":342742722,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1386838800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742593,"id":342742723,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1386846000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181241,"id":341181450,"logo":"/images/UE0AAAAAFFYDOQAAAAZDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1386874800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586569,"id":138586571,"logo":"/images/UE0AAAAACEKpyQAAAAVDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":339086210},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":339086211},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":339086213},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":339086214}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086210},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086211},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086214}],"seatMapImage":null,"start":1386961200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742594,"id":342742724,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1387184400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742594,"id":342742725,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1387191600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586581,"id":138586583,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341264860},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341264861},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341264863},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341264864}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341264860},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341264861},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341264863},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341264864}],"seatMapImage":null,"start":1387220400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742594,"id":342742726,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1387270800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742594,"id":342742727,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1387278000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586585,"id":138586587,"logo":"/images/UE0AAAAACEKp2QAAAAVDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1387306800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742594,"id":342742728,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1387357200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742594,"id":342742729,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1387364400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181250,"id":341181465,"logo":"/images/UE0AAAAAFFYDQgAAAAdDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1387393200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742594,"id":342742730,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1387443600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742594,"id":342742731,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1387450800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586589,"id":138586591,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":338937288}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288}],"seatMapImage":null,"start":1387566000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586593,"id":138586595,"logo":"/images/UE0AAAAACEKp4QAAAAdDSVRN","name":null,"prices":[{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937235},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937236},{"amount":19000,"audienceSubCategoryId":337100890,"seatCategoryId":338937238},{"amount":14250,"audienceSubCategoryId":337100890,"seatCategoryId":338937239},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937240}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937235},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937236},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937238},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937239},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937240}],"seatMapImage":null,"start":1387724400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742595,"id":342742732,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1387789200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742595,"id":342742733,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1387796400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742595,"id":342742734,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1387875600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742595,"id":342742735,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1387882800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742595,"id":342742736,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1387962000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742595,"id":342742737,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1387969200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742595,"id":342742738,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1388048400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742595,"id":342742739,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1388055600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742596,"id":342742740,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1388998800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742596,"id":342742741,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1389006000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742596,"id":342742742,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1389085200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742596,"id":342742743,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1389092400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742596,"id":342742744,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1389171600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742596,"id":342742745,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1389178800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181245,"id":341181458,"logo":"/images/UE0AAAAAFFYDPQAAAAZDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1389207600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742596,"id":342742746,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1389258000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742596,"id":342742747,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1389265200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181245,"id":341181457,"logo":"/images/UE0AAAAAFFYDPQAAAAZDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1389294000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586597,"id":138586599,"logo":"/images/UE0AAAAACEKp5QAAAAVDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":339086210},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":339086211},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":339086213},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":339086214}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086210},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086211},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086214}],"seatMapImage":null,"start":1389380400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586601,"id":138586603,"logo":"/images/UE0AAAAACEKp6QAAAAdDSVRN","name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937241},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937242},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937244},{"amount":16150,"audienceSubCategoryId":337100890,"seatCategoryId":338937245},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937246}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937241},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937242},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937244},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937245},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937246}],"seatMapImage":null,"start":1389452400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586605,"id":138586607,"logo":null,"name":null,"prices":[{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":19000,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":14250,"audienceSubCategoryId":337100890,"seatCategoryId":338937288},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937283}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937283}],"seatMapImage":null,"start":1389538800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586609,"id":138586611,"logo":null,"name":null,"prices":[{"amount":15000,"audienceSubCategoryId":337100890,"seatCategoryId":338937314}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937314}],"seatMapImage":null,"start":1389726000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181242,"id":341181451,"logo":"/images/UE0AAAAAFFYDOgAAAAdDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1389812400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181242,"id":341181452,"logo":"/images/UE0AAAAAFFYDOgAAAAdDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1389898800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586613,"id":138586615,"logo":"/images/UE0AAAAACEKp9QAAAAVDSVRN","name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":339086210},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":339086211},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":339086213},{"amount":16150,"audienceSubCategoryId":337100890,"seatCategoryId":339086214},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":339086215}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086210},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086211},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086214},{"areas":[{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086215}],"seatMapImage":null,"start":1389985200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586617,"id":138586619,"logo":"/images/UE0AAAAACEKp+QAAAAVDSVRN","name":null,"prices":[{"amount":90250,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":71250,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":52250,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937288}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288}],"seatMapImage":null,"start":1390071600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586625,"id":138586627,"logo":null,"name":null,"prices":[{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937235},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937236},{"amount":19000,"audienceSubCategoryId":337100890,"seatCategoryId":338937238},{"amount":14250,"audienceSubCategoryId":337100890,"seatCategoryId":338937239},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937240}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937235},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937236},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937238},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937239},{"areas":[{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937240}],"seatMapImage":null,"start":1390143600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586629,"id":138586631,"logo":"/images/UE0AAAAACEKqBQAAAAVDSVRN","name":null,"prices":[{"amount":90250,"audienceSubCategoryId":337100890,"seatCategoryId":338937271},{"amount":71250,"audienceSubCategoryId":337100890,"seatCategoryId":338937272},{"amount":52250,"audienceSubCategoryId":337100890,"seatCategoryId":338937274},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937275}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937271},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937272},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937274},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937275}],"seatMapImage":null,"start":1390159800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181239,"id":341181446,"logo":"/images/UE0AAAAAFFYDNwAAAAdDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":340826016},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":340826017},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":340826015},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":340826018},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":340826019}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826016},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826017},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826015},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":340826018},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826019}],"seatMapImage":null,"start":1390417200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181239,"id":341181445,"logo":"/images/UE0AAAAAFFYDNwAAAAdDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":340826016},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":340826017},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":340826015},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":340826018},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":340826019}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826016},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826017},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826015},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":340826018},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826019}],"seatMapImage":null,"start":1390503600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586633,"id":138586635,"logo":"/images/UE0AAAAACEKqCQAAAAVDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":339086210},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":339086211},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":339086213},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":339086214}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086210},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086211},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086214}],"seatMapImage":null,"start":1390590000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586641,"id":138586643,"logo":"/images/UE0AAAAACEKqEQAAAAVDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937288}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288}],"seatMapImage":null,"start":1390676400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586645,"id":138586647,"logo":"/images/UE0AAAAACEKqFQAAAAdDSVRN","name":null,"prices":[{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937235},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937236},{"amount":19000,"audienceSubCategoryId":337100890,"seatCategoryId":338937238},{"amount":14250,"audienceSubCategoryId":337100890,"seatCategoryId":338937239},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937240}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937235},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937236},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937238},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937239},{"areas":[{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937240}],"seatMapImage":null,"start":1390748400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586649,"id":138586651,"logo":"/images/UE0AAAAACEKqGQAAAAZDSVRN","name":null,"prices":[{"amount":95000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":76000,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937281},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937282}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937282}],"seatMapImage":null,"start":1390849200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586653,"id":138586655,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1390935600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181243,"id":341181453,"logo":"/images/UE0AAAAAFFYDOwAAAAdDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":341179215}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215}],"seatMapImage":null,"start":1391022000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181243,"id":341181454,"logo":"/images/UE0AAAAAFFYDOwAAAAdDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":341179215}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215}],"seatMapImage":null,"start":1391108400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586657,"id":138586659,"logo":"/images/UE0AAAAACEKqIQAAAAVDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":339086210},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":339086211},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":339086213},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":339086214}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086210},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086211},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086214}],"seatMapImage":null,"start":1391194800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586661,"id":138586663,"logo":null,"name":null,"prices":[{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":339086196},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":339086197}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086196},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086197}],"seatMapImage":null,"start":1391353200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586661,"id":138586665,"logo":null,"name":null,"prices":[{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":339086196},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":339086197}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086196},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086197}],"seatMapImage":null,"start":1391367600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586667,"id":138586669,"logo":null,"name":null,"prices":[{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937295},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937296}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937295},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937296}],"seatMapImage":null,"start":1391540400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586671,"id":138586673,"logo":"/images/UE0AAAAACEKqLwAAAAlDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937289},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937290},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937292},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937293}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937289},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937290},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937292},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937293}],"seatMapImage":null,"start":1391626800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586675,"id":138586677,"logo":"/images/UE0AAAAACEKqMwAAAAVDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1391713200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586679,"id":138586681,"logo":"/images/UE0AAAAACEKqNwAAAAVDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":339086210},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":339086211},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":339086213},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":339086214}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086210},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086211},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086214}],"seatMapImage":null,"start":1391799600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586687,"id":138586689,"logo":"/images/UE0AAAAACEKqPwAAAAVDSVRN","name":null,"prices":[{"amount":90250,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":71250,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":52250,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937288}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288}],"seatMapImage":null,"start":1391886000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586691,"id":138586693,"logo":null,"name":null,"prices":[{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":19000,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":14250,"audienceSubCategoryId":337100890,"seatCategoryId":338937288},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937283}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937283}],"seatMapImage":null,"start":1391958000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586695,"id":138586697,"logo":"/images/UE0AAAAACEKqRwAAAAVDSVRN","name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":16150,"audienceSubCategoryId":337100890,"seatCategoryId":338937281},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937282}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937282}],"seatMapImage":null,"start":1392145200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181240,"id":341181448,"logo":"/images/UE0AAAAAFFYDOAAAAAhDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1392231600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181240,"id":341181447,"logo":"/images/UE0AAAAAFFYDOAAAAAhDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1392318000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586699,"id":138586701,"logo":null,"name":null,"prices":[{"amount":15000,"audienceSubCategoryId":337100890,"seatCategoryId":341264872}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341264872}],"seatMapImage":null,"start":1392404400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586703,"id":138586705,"logo":"/images/UE0AAAAACEKqTwAAAAZDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":338937288}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288}],"seatMapImage":null,"start":1392490800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586707,"id":138586709,"logo":"/images/UE0AAAAACEKqUwAAAAVDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937288}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288}],"seatMapImage":null,"start":1392562800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586711,"id":138586713,"logo":"/images/UE0AAAAACEKqVwAAAAVDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1392663600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586715,"id":138586717,"logo":"/images/UE0AAAAACEKqWwAAAAVDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1392750000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181248,"id":341181462,"logo":"/images/UE0AAAAAFFYDQAAAAAZDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1392836400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586719,"id":138586721,"logo":"/images/UE0AAAAACEKqXwAAAAVDSVRN","name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":339086196},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":339086197}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086196},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086197}],"seatMapImage":null,"start":1393095600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586723,"id":138586729,"logo":null,"name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937307},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937308},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937310},{"amount":16150,"audienceSubCategoryId":337100890,"seatCategoryId":338937311},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937312}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937307},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937308},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937310},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937311},{"areas":[{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937312}],"seatMapImage":null,"start":1393678800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586723,"id":138586725,"logo":null,"name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937307},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937308},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937310},{"amount":16150,"audienceSubCategoryId":337100890,"seatCategoryId":338937311},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937312}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937307},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937308},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937310},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937311},{"areas":[{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937312}],"seatMapImage":null,"start":1393693200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586723,"id":138586727,"logo":null,"name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937307},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937308},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937310},{"amount":16150,"audienceSubCategoryId":337100890,"seatCategoryId":338937311},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937312}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937307},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937308},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937310},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937311},{"areas":[{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937312}],"seatMapImage":null,"start":1393754400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586731,"id":138586733,"logo":"/images/UE0AAAAACEKqawAAAAVDSVRN","name":null,"prices":[{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":19000,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":14250,"audienceSubCategoryId":337100890,"seatCategoryId":338937281},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937282}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937282}],"seatMapImage":null,"start":1393959600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181249,"id":341181463,"logo":"/images/UE0AAAAAFFYDQQAAAAdDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":340826016},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":340826017},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":340826015},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":340826018},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":340826019}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826016},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826017},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":340826015},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":340826018},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826019}],"seatMapImage":null,"start":1394046000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181249,"id":341181464,"logo":"/images/UE0AAAAAFFYDQQAAAAdDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":340826016},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":340826017},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":340826015},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":340826018},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":340826019}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826016},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826017},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":340826015},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":340826018},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826019}],"seatMapImage":null,"start":1394132400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586735,"id":138586737,"logo":"/images/UE0AAAAACEKqbwAAAAVDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":339086210},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":339086211},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":339086213},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":339086214}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086210},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086211},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086214}],"seatMapImage":null,"start":1394218800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586743,"id":138586745,"logo":null,"name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":16150,"audienceSubCategoryId":337100890,"seatCategoryId":338937288},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937283}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937283}],"seatMapImage":null,"start":1394305200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586747,"id":138586749,"logo":"/images/UE0AAAAACEKqewAAAAVDSVRN","name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":16150,"audienceSubCategoryId":337100890,"seatCategoryId":338937288},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937283}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937283}],"seatMapImage":null,"start":1394377200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586751,"id":138586753,"logo":"/images/UE0AAAAACEKqfwAAAAVDSVRN","name":null,"prices":[{"amount":95000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":76000,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937281},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937282}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937282}],"seatMapImage":null,"start":1394478000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181244,"id":341181455,"logo":"/images/UE0AAAAAFFYDPAAAAAZDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1394650800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181244,"id":341181456,"logo":"/images/UE0AAAAAFFYDPAAAAAZDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1394737200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586755,"id":138586757,"logo":null,"name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":341264866},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":341264867},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341264869},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":341264870}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341264866},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341264867},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341264869},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341264870}],"seatMapImage":null,"start":1394823600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586759,"id":138586761,"logo":null,"name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1395082800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":151183114,"id":151183116,"logo":null,"name":null,"prices":[{"amount":90250,"audienceSubCategoryId":337100890,"seatCategoryId":338937289},{"amount":71250,"audienceSubCategoryId":337100890,"seatCategoryId":338937290},{"amount":52250,"audienceSubCategoryId":337100890,"seatCategoryId":338937292},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937293}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937289},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937290},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937292},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937293}],"seatMapImage":null,"start":1395169200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586771,"id":138586773,"logo":null,"name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1395255600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586775,"id":138586777,"logo":null,"name":null,"prices":[{"amount":95000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":76000,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937281},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937282}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937282}],"seatMapImage":null,"start":1395342000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586779,"id":138586781,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":339086210},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":339086211},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":339086213},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":339086214}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086210},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086211},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086214}],"seatMapImage":null,"start":1395428400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586783,"id":138586785,"logo":null,"name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937241},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937242},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937244},{"amount":16150,"audienceSubCategoryId":337100890,"seatCategoryId":338937245},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937246}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937241},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937242},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937244},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937245},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937246}],"seatMapImage":null,"start":1395500400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586787,"id":138586789,"logo":null,"name":null,"prices":[{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":19000,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":14250,"audienceSubCategoryId":337100890,"seatCategoryId":338937288},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937283}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937283}],"seatMapImage":null,"start":1395514800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586795,"id":138586797,"logo":null,"name":null,"prices":[{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937235},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937236},{"amount":19000,"audienceSubCategoryId":337100890,"seatCategoryId":338937238},{"amount":14250,"audienceSubCategoryId":337100890,"seatCategoryId":338937239},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937240}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937235},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937236},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937238},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937239},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937240}],"seatMapImage":null,"start":1395586800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181246,"id":341181459,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":340826016},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":340826017},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":340826015},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":340826018},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":340826019}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826016},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826017},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826015},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":340826018},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826019}],"seatMapImage":null,"start":1395860400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181246,"id":341181460,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":340826016},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":340826017},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":340826015},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":340826018},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":340826019}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826016},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826017},{"areas":[{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826015},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":340826018},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826019}],"seatMapImage":null,"start":1395946800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586799,"id":138586801,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":339086210},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":339086211},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":339086213},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":339086214}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086210},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086211},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086214}],"seatMapImage":null,"start":1396033200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586803,"id":138586805,"logo":null,"name":null,"prices":[{"amount":90250,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":71250,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":52250,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937288}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288}],"seatMapImage":null,"start":1396191600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586807,"id":138586809,"logo":null,"name":null,"prices":[{"amount":104500,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":76000,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937281},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937282}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937282}],"seatMapImage":null,"start":1396288800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586811,"id":138586813,"logo":null,"name":null,"prices":[{"amount":90250,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":71250,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":52250,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1396375200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181255,"id":341181472,"logo":null,"name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":341179215}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215}],"seatMapImage":null,"start":1396461600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181255,"id":341181471,"logo":null,"name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":341179215}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215}],"seatMapImage":null,"start":1396548000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586815,"id":138586817,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":339086210},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":339086211},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":339086213},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":339086214}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086210},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086211},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086214}],"seatMapImage":null,"start":1396634400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586823,"id":138586825,"logo":null,"name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937288}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288}],"seatMapImage":null,"start":1396720800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586827,"id":138586829,"logo":null,"name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937288}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288}],"seatMapImage":null,"start":1396792800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586831,"id":138586833,"logo":null,"name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":16150,"audienceSubCategoryId":337100890,"seatCategoryId":338937281},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937282}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937282}],"seatMapImage":null,"start":1396893600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586835,"id":138586837,"logo":null,"name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":16150,"audienceSubCategoryId":337100890,"seatCategoryId":338937281},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937282}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937282}],"seatMapImage":null,"start":1396980000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181256,"id":341181473,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1397066400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181256,"id":341181474,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1397152800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586839,"id":138586841,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341264866},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341264867},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341264869},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341264870}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341264866},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341264867},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341264869},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341264870}],"seatMapImage":null,"start":1397239200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586843,"id":138586845,"logo":null,"name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":16150,"audienceSubCategoryId":337100890,"seatCategoryId":338937288},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937283}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937283}],"seatMapImage":null,"start":1397311200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586847,"id":138586849,"logo":null,"name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":16150,"audienceSubCategoryId":337100890,"seatCategoryId":338937288},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937283}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937283}],"seatMapImage":null,"start":1397325600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586851,"id":138586853,"logo":null,"name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":16150,"audienceSubCategoryId":337100890,"seatCategoryId":338937288},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937283}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937283}],"seatMapImage":null,"start":1397397600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586855,"id":138586857,"logo":null,"name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1397498400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586859,"id":138586861,"logo":null,"name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1397584800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586863,"id":138586865,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1397930400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181251,"id":341181466,"logo":null,"name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":341179215}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215}],"seatMapImage":null,"start":1398276000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181253,"id":341181468,"logo":null,"name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":341179215}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215}],"seatMapImage":null,"start":1398362400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586867,"id":138586869,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":339086210},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":339086211},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":339086213},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":339086214}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086210},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086211},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086214}],"seatMapImage":null,"start":1398448800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586871,"id":138586873,"logo":null,"name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":339086196},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":339086197}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086196},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086197}],"seatMapImage":null,"start":1398607200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586875,"id":138586877,"logo":null,"name":null,"prices":[{"amount":95000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":76000,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937281},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937282}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937282}],"seatMapImage":null,"start":1398708000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586879,"id":138586881,"logo":null,"name":null,"prices":[{"amount":171000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":123500,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":95000,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":66500,"audienceSubCategoryId":337100890,"seatCategoryId":338937281},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937282}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937282}],"seatMapImage":null,"start":1398794400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586883,"id":138586887,"logo":null,"name":null,"prices":[{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":339086196},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":339086197}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086196},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086197}],"seatMapImage":null,"start":1399125600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586883,"id":138586885,"logo":null,"name":null,"prices":[{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":339086196},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":339086197}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086196},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086197}],"seatMapImage":null,"start":1399140000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586889,"id":138586891,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937307},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937308},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":338937310},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":338937311}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937307},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937308},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937310},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937311}],"seatMapImage":null,"start":1399312800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586893,"id":138586895,"logo":null,"name":null,"prices":[{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":19000,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":14250,"audienceSubCategoryId":337100890,"seatCategoryId":338937281},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937282}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937282}],"seatMapImage":null,"start":1399399200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181232,"id":341181434,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1399485600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586897,"id":138586899,"logo":null,"name":null,"prices":[{"amount":95000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":76000,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937281},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937282}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937282}],"seatMapImage":null,"start":1399917600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586901,"id":138586903,"logo":null,"name":null,"prices":[{"amount":95000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":76000,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937281},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937282}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937282}],"seatMapImage":null,"start":1400176800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586905,"id":138586907,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":339086210},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":339086211},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":339086213},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":339086214}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086210},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086211},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086214}],"seatMapImage":null,"start":1400263200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586909,"id":138586911,"logo":null,"name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937288}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288}],"seatMapImage":null,"start":1400349600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586917,"id":138586919,"logo":null,"name":null,"prices":[{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937235},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937236},{"amount":19000,"audienceSubCategoryId":337100890,"seatCategoryId":338937238},{"amount":14250,"audienceSubCategoryId":337100890,"seatCategoryId":338937239},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937240}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937235},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937236},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937238},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937239},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937240}],"seatMapImage":null,"start":1400421600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181259,"id":341181480,"logo":null,"name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":340826016},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":340826017},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":340826015},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":340826018}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826016},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826017},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826015},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":340826018}],"seatMapImage":null,"start":1400695200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181259,"id":341181479,"logo":null,"name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":340826016},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":340826017},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":340826015},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":340826018}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826016},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826017},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826015},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":340826018}],"seatMapImage":null,"start":1400781600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586921,"id":138586923,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":339086210},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":339086211},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":339086213},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":339086214}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086210},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086211},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086214}],"seatMapImage":null,"start":1400868000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586929,"id":138586931,"logo":null,"name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937241},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937242},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937244},{"amount":16150,"audienceSubCategoryId":337100890,"seatCategoryId":338937245},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937246}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937241},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937242},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937244},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937245},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937246}],"seatMapImage":null,"start":1400940000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586933,"id":138586935,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":339086196},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":339086197}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086196},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086197}],"seatMapImage":null,"start":1401026400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586937,"id":138586939,"logo":null,"name":null,"prices":[{"amount":95000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":76000,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937281},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937282}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937282}],"seatMapImage":null,"start":1401127200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586941,"id":138586943,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341264860},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341264861},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341264863},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341264864}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341264860},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341264861},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341264863},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341264864}],"seatMapImage":null,"start":1401472800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586945,"id":138586947,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1401730200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586949,"id":138586951,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1401818400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586953,"id":138586955,"logo":null,"name":null,"prices":[{"amount":95000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":76000,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937281},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937282}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937282}],"seatMapImage":null,"start":1401904800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586957,"id":138586959,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1401991200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586961,"id":138586963,"logo":null,"name":null,"prices":[{"amount":95000,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":76000,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937288},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937283}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937283}],"seatMapImage":null,"start":1402077600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586965,"id":138586967,"logo":null,"name":null,"prices":[{"amount":95000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":76000,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937281},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937282}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937282}],"seatMapImage":null,"start":1402423200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181258,"id":341181477,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1402509600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181258,"id":341181478,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1402596000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586969,"id":138586971,"logo":null,"name":null,"prices":[{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":339086196},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":339086197}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086196},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086197}],"seatMapImage":null,"start":1402768800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586973,"id":138586975,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":338937288}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288}],"seatMapImage":null,"start":1402840800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586977,"id":138586979,"logo":null,"name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":16150,"audienceSubCategoryId":337100890,"seatCategoryId":338937281},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937282}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937282}],"seatMapImage":null,"start":1402941600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586981,"id":138586983,"logo":null,"name":null,"prices":[{"amount":123500,"audienceSubCategoryId":337100890,"seatCategoryId":338937289},{"amount":85500,"audienceSubCategoryId":337100890,"seatCategoryId":338937290},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937292},{"amount":38000,"audienceSubCategoryId":337100890,"seatCategoryId":338937293},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937294}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937289},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937290},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937292},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937293},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937294}],"seatMapImage":null,"start":1403028000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181257,"id":341181475,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1403114400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181257,"id":341181476,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1403200800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181247,"id":341181461,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1403719200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586989,"id":138586991,"logo":null,"name":null,"prices":[{"amount":152000,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":104500,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":76000,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":52250,"audienceSubCategoryId":337100890,"seatCategoryId":338937288},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937283}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937283}],"seatMapImage":null,"start":1403892000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586993,"id":138586995,"logo":null,"name":null,"prices":[{"amount":123500,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":85500,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":38000,"audienceSubCategoryId":337100890,"seatCategoryId":338937281},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937282}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937282}],"seatMapImage":null,"start":1404324000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586997,"id":138586999,"logo":null,"name":null,"prices":[{"amount":123500,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":85500,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":38000,"audienceSubCategoryId":337100890,"seatCategoryId":338937281},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937282}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937282}],"seatMapImage":null,"start":1404410400000,"venueCode":"PLEYEL_PLEYEL"}],"seatCategoryNames":{"338937235":"1ère catégorie","338937236":"2ème catégorie","338937238":"3ème catégorie","338937239":"4ème catégorie","338937240":"5ème catégorie","338937241":"1ère catégorie","338937242":"2ème catégorie","338937244":"3ème catégorie","338937245":"4ème catégorie","338937246":"5ème catégorie","338937271":"1ère catégorie","338937272":"2ème catégorie","338937274":"3ème catégorie","338937275":"4ème catégorie","338937277":"1ère catégorie","338937278":"2ème catégorie","338937280":"3ème catégorie","338937281":"4ème catégorie","338937282":"5ème catégorie","338937283":"5ème catégorie","338937284":"1ère catégorie","338937285":"2ème catégorie","338937287":"3ème catégorie","338937288":"4ème catégorie","338937289":"1ère catégorie","338937290":"2ème catégorie","338937292":"3ème catégorie","338937293":"4ème catégorie","338937294":"5ème catégorie","338937295":"1ère catégorie","338937296":"2ème catégorie","338937307":"1ère catégorie","338937308":"2ème catégorie","338937310":"3ème catégorie","338937311":"4ème catégorie","338937312":"5ème catégorie","338937314":"Catégorie unique","339086196":"1ère catégorie","339086197":"2ème catégorie","339086210":"1ère catégorie","339086211":"2ème catégorie","339086213":"3ème catégorie","339086214":"4ème catégorie","339086215":"5ème catégorie","340826015":"Catégorie 3","340826016":"Catégorie 1","340826017":"Catégorie 2","340826018":"Catégorie 4","340826019":"Catégorie 5","341179212":"CAT1","341179213":"CAT2","341179214":"CAT3","341179215":"CAT4","341179216":"CAT5","341264860":"1ère catégorie","341264861":"2ème catégorie","341264863":"3ème catégorie","341264864":"4ème catégorie","341264866":"1ère catégorie","341264867":"2ème catégorie","341264869":"3ème catégorie","341264870":"4ème catégorie","341264872":"1ère catégorie","342752792":"catétgorie unique"},"subTopicNames":{"337184262":"Musique amplifiée","337184263":"Musique baroque","337184267":"Ciné-concert","337184268":"Musique classique","337184269":"Jazz","337184273":"Musique de chambre","337184275":"Musique dirigée","337184279":"Musique du monde","337184280":"Pop/rock","337184281":"Musique de chambre","337184282":"Famille","337184283":"Concert","337184284":"Opéra (version de concert)","337184288":"Musique contemporaine","337184292":"Musique vocale","337184296":"Musique ancienne","337184297":"Chanson","337184298":"Voix","337184299":"famille"},"subjectNames":{},"topicNames":{"107888604":"Activité","324846098":"Type de public","324846099":"Genre","324846100":"Formations musicales"},"topicSubTopics":{"107888604":[337184283,337184267],"324846098":[337184299],"324846099":[337184268,337184288,337184284,337184263,337184298,337184269,337184280,337184297,337184281,337184296,337184279],"324846100":[337184275,337184262,337184292,337184273,337184282]},"venueNames":{"PLEYEL_PLEYEL":"Salle Pleyel"}}oj-3.16.12/test/data/citm_catalog.json000066400000000000000000064553441510053151600175270ustar00rootroot00000000000000{ "areaNames": { "205705993": "Arrière-scène central", "205705994": "1er balcon central", "205705995": "2ème balcon bergerie cour", "205705996": "2ème balcon bergerie jardin", "205705998": "1er balcon bergerie jardin", "205705999": "1er balcon bergerie cour", "205706000": "Arrière-scène jardin", "205706001": "Arrière-scène cour", "205706002": "2ème balcon jardin", "205706003": "2ème balcon cour", "205706004": "2ème Balcon central", "205706005": "1er balcon jardin", "205706006": "1er balcon cour", "205706007": "Orchestre central", "205706008": "Orchestre jardin", "205706009": "Orchestre cour", "342752287": "Zone physique secrète" }, "audienceSubCategoryNames": { "337100890": "Abonné" }, "blockNames": {}, "events": { "138586341": { "description": null, "id": 138586341, "logo": null, "name": "30th Anniversary Tour", "subTopicIds": [ 337184269, 337184283 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604 ] }, "138586345": { "description": null, "id": 138586345, "logo": "/images/UE0AAAAACEKo6QAAAAZDSVRN", "name": "Berliner Philharmoniker", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586349": { "description": null, "id": 138586349, "logo": "/images/UE0AAAAACEKo7QAAAAZDSVRN", "name": "Berliner Philharmoniker", "subTopicIds": [ 337184268, 337184288, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586353": { "description": null, "id": 138586353, "logo": "/images/UE0AAAAACEKo8QAAAAZDSVRN", "name": "Pittsburgh Symphony Orchestra", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586357": { "description": null, "id": 138586357, "logo": "/images/UE0AAAAACEKo9QAAAAhDSVRN", "name": "Orchestre Philharmonique de Radio France", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586361": { "description": null, "id": 138586361, "logo": "/images/UE0AAAAACEKo+QAAAAVDSVRN", "name": "WDR Sinfonieorchester Köln", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586365": { "description": null, "id": 138586365, "logo": "/images/UE0AAAAACEKo/QAAAAVDSVRN", "name": "Alessandro - G.F. Haendel", "subTopicIds": [ 337184284, 337184263, 337184298, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586369": { "description": null, "id": 138586369, "logo": "/images/UE0AAAAACEKpAQAAAAVDSVRN", "name": "Orchestre Colonne", "subTopicIds": [ 337184268, 337184288, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586373": { "description": null, "id": 138586373, "logo": "/images/UE0AAAAACEKpBQAAAAdDSVRN", "name": "Christophe", "subTopicIds": [ 337184280, 337184297, 337184283, 337184262 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586377": { "description": null, "id": 138586377, "logo": "/images/UE0AAAAACEKpCQAAAAVDSVRN", "name": "Joshua Redman Quartet", "subTopicIds": [ 337184269, 337184283, 337184262 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586381": { "description": null, "id": 138586381, "logo": "/images/UE0AAAAACEKpDQAAAAVDSVRN", "name": "Orchestre Symphonique d'Etat de São Paulo", "subTopicIds": [ 337184268, 337184288, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586385": { "description": null, "id": 138586385, "logo": "/images/UE0AAAAACEKpEQAAAAVDSVRN", "name": "Le génie italien", "subTopicIds": [ 337184284, 337184298, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586389": { "description": null, "id": 138586389, "logo": "/images/UE0AAAAACEKpFQAAAAVDSVRN", "name": "Les Noces de Figaro - W.A. Mozart (version de concert)", "subTopicIds": [ 337184284, 337184298, 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586393": { "description": null, "id": 138586393, "logo": "/images/UE0AAAAACEKpGQAAAAhDSVRN", "name": "Orchestre Pasdeloup", "subTopicIds": [ 337184268, 337184288, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586397": { "description": null, "id": 138586397, "logo": null, "name": "The Saxophone Summit", "subTopicIds": [ 337184269, 337184283, 337184262 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586401": { "description": null, "id": 138586401, "logo": "/images/UE0AAAAACEKpIQAAAAVDSVRN", "name": "Patricia Petibon - Nouveau Monde", "subTopicIds": [ 337184263, 337184298, 337184283, 337184292 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586405": { "description": null, "id": 138586405, "logo": "/images/UE0AAAAACEKpJQAAAAVDSVRN", "name": "Russian National Orchestra", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586409": { "description": null, "id": 138586409, "logo": "/images/UE0AAAAACEKpKQAAAAZDSVRN", "name": "Orchestre Philharmonique de Radio France", "subTopicIds": [ 337184268, 337184288, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586413": { "description": null, "id": 138586413, "logo": "/images/UE0AAAAACEKpLQAAAAVDSVRN", "name": "Evgeny Kissin", "subTopicIds": [ 337184281, 337184283, 337184273 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586417": { "description": null, "id": 138586417, "logo": "/images/UE0AAAAACEKpMQAAAAZDSVRN", "name": "Bach, concertos pour piano", "subTopicIds": [ 337184281, 337184283, 337184273 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586421": { "description": null, "id": 138586421, "logo": "/images/UE0AAAAACEKpNQAAAAVDSVRN", "name": "Bach, concertos pour piano", "subTopicIds": [ 337184281, 337184283, 337184273 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586425": { "description": null, "id": 138586425, "logo": null, "name": "Orchestre National d'Île-de-France", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586429": { "description": null, "id": 138586429, "logo": "/images/UE0AAAAACEKpPQAAAAVDSVRN", "name": "Gewandhausorchester Leipzig", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586433": { "description": null, "id": 138586433, "logo": "/images/UE0AAAAACEKpQQAAAAVDSVRN", "name": "Gewandhausorchester Leipzig", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586437": { "description": null, "id": 138586437, "logo": "/images/UE0AAAAACEKpRQAAAAVDSVRN", "name": "Budapest Festival Orchestra", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586441": { "description": null, "id": 138586441, "logo": "/images/UE0AAAAACEKpSQAAAAVDSVRN", "name": "Orchestre National du Capitole de Toulouse", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586445": { "description": null, "id": 138586445, "logo": "/images/UE0AAAAACEKpTQAAAAVDSVRN", "name": "Gewandhausorchester Leipzig", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586449": { "description": null, "id": 138586449, "logo": "/images/UE0AAAAACEKpUQAAAAVDSVRN", "name": "Gewandhausorchester Leipzig", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586453": { "description": null, "id": 138586453, "logo": "/images/UE0AAAAACEKpVQAAAAVDSVRN", "name": "Remember Shakti", "subTopicIds": [ 337184269, 337184283, 337184262 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586457": { "description": null, "id": 138586457, "logo": "/images/UE0AAAAACEKpWQAAAAVDSVRN", "name": "Menahem Pressler - Quatuor Ebène", "subTopicIds": [ 337184281, 337184283, 337184273 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586461": { "description": null, "id": 138586461, "logo": "/images/UE0AAAAACEKpXQAAAAZDSVRN", "name": "Orchestre Philharmonique de Radio France", "subTopicIds": [ 337184268, 337184288, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586465": { "description": null, "id": 138586465, "logo": "/images/UE0AAAAACEKpYQAAAAVDSVRN", "name": "Orquesta Buena Vista Social Club", "subTopicIds": [ 337184279, 337184283, 337184262 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586469": { "description": null, "id": 138586469, "logo": "/images/UE0AAAAACEKpZQAAAAVDSVRN", "name": "The Cleveland Orchestra", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586473": { "description": null, "id": 138586473, "logo": "/images/UE0AAAAACEKpaQAAAAVDSVRN", "name": "The Cleveland Orchestra", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586477": { "description": null, "id": 138586477, "logo": "/images/UE0AAAAACEKpbQAAAAZDSVRN", "name": "Orchestre Philharmonique du Luxembourg", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586481": { "description": null, "id": 138586481, "logo": "/images/UE0AAAAACEKpcQAAAAVDSVRN", "name": "Maurizio Pollini, piano", "subTopicIds": [ 337184281, 337184283, 337184273 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586485": { "description": null, "id": 138586485, "logo": "/images/UE0AAAAACEKpdQAAAAZDSVRN", "name": "Orchestre Philharmonique de Radio France", "subTopicIds": [ 337184288, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586501": { "description": null, "id": 138586501, "logo": "/images/UE0AAAAACEKphQAAAAVDSVRN", "name": "Antonio Meneses - Maria-João Pires", "subTopicIds": [ 337184268, 337184283, 337184273 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586505": { "description": null, "id": 138586505, "logo": "/images/UE0AAAAACEKpiQAAAAVDSVRN", "name": "Musiques pour la reine Caroline", "subTopicIds": [ 337184284, 337184263, 337184298, 337184283, 337184292 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586509": { "description": null, "id": 138586509, "logo": null, "name": "Orchestre National d'Île-de-France", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586513": { "description": null, "id": 138586513, "logo": "/images/UE0AAAAACEKpkQAAAAVDSVRN", "name": "Les Mystères d'Isis - W.A. Mozart (cersion de concert)", "subTopicIds": [ 337184284, 337184298, 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586517": { "description": null, "id": 138586517, "logo": "/images/UE0AAAAACEKplQAAAAdDSVRN", "name": "Martha Argerich - Gidon Kremer", "subTopicIds": [ 337184281, 337184283, 337184273 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586521": { "description": null, "id": 138586521, "logo": "/images/UE0AAAAACEKpmQAAAAVDSVRN", "name": "Cecilia Bartoli - Mozart et la Vienne classique", "subTopicIds": [ 337184298, 337184268, 337184283, 337184292 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586525": { "description": null, "id": 138586525, "logo": "/images/UE0AAAAACEKpnQAAAAVDSVRN", "name": "Orchestre Philharmonique de Radio France", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586529": { "description": null, "id": 138586529, "logo": null, "name": "Orchestre Pasdeloup", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586533": { "description": null, "id": 138586533, "logo": "/images/UE0AAAAACEKppQAAAAVDSVRN", "name": "Orchestre du Théâtre Mariinsky", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586537": { "description": null, "id": 138586537, "logo": "/images/UE0AAAAACEKpqQAAAAVDSVRN", "name": "Orchestre du Théâtre Mariinsky", "subTopicIds": [ 337184298, 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586541": { "description": null, "id": 138586541, "logo": "/images/UE0AAAAACEKprQAAAAVDSVRN", "name": "Orchestre du Théâtre Mariinsky", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586545": { "description": null, "id": 138586545, "logo": "/images/UE0AAAAACEKpsQAAAAVDSVRN", "name": "Academy of Saint Martin in the Fields", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586549": { "description": null, "id": 138586549, "logo": "/images/UE0AAAAACEKptQAAAAVDSVRN", "name": "Quatuor Hagen", "subTopicIds": [ 337184281, 337184283, 337184273 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586553": { "description": null, "id": 138586553, "logo": "/images/UE0AAAAACEKpuQAAAAVDSVRN", "name": "Quatuor Hagen", "subTopicIds": [ 337184281, 337184283, 337184273 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586557": { "description": null, "id": 138586557, "logo": "/images/UE0AAAAACEKpvQAAAAVDSVRN", "name": "Quatuor Hagen", "subTopicIds": [ 337184281, 337184283, 337184273 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586561": { "description": null, "id": 138586561, "logo": "/images/UE0AAAAACEKpwQAAAAVDSVRN", "name": "Sunwook Kim, piano", "subTopicIds": [ 337184281, 337184283, 337184273 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586565": { "description": null, "id": 138586565, "logo": null, "name": "Orchestre Colonne", "subTopicIds": [ 337184268, 337184288, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586569": { "description": null, "id": 138586569, "logo": "/images/UE0AAAAACEKpyQAAAAVDSVRN", "name": "Orchestre Philharmonique de Radio France", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586581": { "description": null, "id": 138586581, "logo": null, "name": "Orchestre National de France", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586585": { "description": null, "id": 138586585, "logo": "/images/UE0AAAAACEKp2QAAAAVDSVRN", "name": "Messe en si mineur - J.S. Bach", "subTopicIds": [ 337184296, 337184263, 337184298, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586589": { "description": null, "id": 138586589, "logo": null, "name": "Le Messie - G.F. Haendel", "subTopicIds": [ 337184263, 337184298, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586593": { "description": null, "id": 138586593, "logo": "/images/UE0AAAAACEKp4QAAAAdDSVRN", "name": "Orchestre National d'Île-de-France", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586597": { "description": null, "id": 138586597, "logo": "/images/UE0AAAAACEKp5QAAAAVDSVRN", "name": "Orchestre Philharmonique de Radio France", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586601": { "description": null, "id": 138586601, "logo": "/images/UE0AAAAACEKp6QAAAAdDSVRN", "name": "Orchestre Pasdeloup", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586605": { "description": null, "id": 138586605, "logo": null, "name": "Orchestre Colonne", "subTopicIds": [ 337184268, 337184288, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586609": { "description": null, "id": 138586609, "logo": null, "name": "Ciné-concert - Le Cuirassé Potemkine", "subTopicIds": [ 337184267, 337184262, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 107888604, 324846100 ] }, "138586613": { "description": null, "id": 138586613, "logo": "/images/UE0AAAAACEKp9QAAAAVDSVRN", "name": "Orchestre Philharmonique de Radio France", "subTopicIds": [ 337184268, 337184288, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586617": { "description": null, "id": 138586617, "logo": "/images/UE0AAAAACEKp+QAAAAVDSVRN", "name": "London Symphony Orchestra", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586625": { "description": null, "id": 138586625, "logo": null, "name": "Orchestre National d'Île-de-France", "subTopicIds": [ 337184268, 337184288, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586629": { "description": null, "id": 138586629, "logo": "/images/UE0AAAAACEKqBQAAAAVDSVRN", "name": "Orquesta Sinfonica Simón Bolívar de Venezuela", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586633": { "description": null, "id": 138586633, "logo": "/images/UE0AAAAACEKqCQAAAAVDSVRN", "name": "Orchestre Philharmonique de Radio France", "subTopicIds": [ 337184298, 337184268, 337184288, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586641": { "description": null, "id": 138586641, "logo": "/images/UE0AAAAACEKqEQAAAAVDSVRN", "name": "Edita Gruberova - Airs de concert", "subTopicIds": [ 337184284, 337184298, 337184283, 337184292 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586645": { "description": null, "id": 138586645, "logo": "/images/UE0AAAAACEKqFQAAAAdDSVRN", "name": "Orchestre National d'Île-de-France", "subTopicIds": [ 337184268, 337184288, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586649": { "description": null, "id": 138586649, "logo": "/images/UE0AAAAACEKqGQAAAAZDSVRN", "name": "Alexei Volodin, piano", "subTopicIds": [ 337184281, 337184283, 337184273 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586653": { "description": null, "id": 138586653, "logo": null, "name": "Sonya Yoncheva - Diva !", "subTopicIds": [ 337184284, 337184263, 337184298, 337184283, 337184292 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586657": { "description": null, "id": 138586657, "logo": "/images/UE0AAAAACEKqIQAAAAVDSVRN", "name": "Orchestre Philharmonique de Radio France", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586661": { "description": null, "id": 138586661, "logo": null, "name": "Le Ramayana balinais - L'Enlèvement de Sita", "subTopicIds": [ 337184279, 337184283, 337184262 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586667": { "description": null, "id": 138586667, "logo": null, "name": "Dave Holland & friends", "subTopicIds": [ 337184269, 337184283, 337184262 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586671": { "description": null, "id": 138586671, "logo": "/images/UE0AAAAACEKqLwAAAAlDSVRN", "name": "Boris Godunov - M.Moussorgski (version de concert)", "subTopicIds": [ 337184284, 337184298, 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586675": { "description": null, "id": 138586675, "logo": "/images/UE0AAAAACEKqMwAAAAVDSVRN", "name": "Insula orchestra - Accentus", "subTopicIds": [ 337184298, 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586679": { "description": null, "id": 138586679, "logo": "/images/UE0AAAAACEKqNwAAAAVDSVRN", "name": "Orchestre Philharmonique de Radio France", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586687": { "description": null, "id": 138586687, "logo": "/images/UE0AAAAACEKqPwAAAAVDSVRN", "name": "Bryn Terfel - Héros légendaires", "subTopicIds": [ 337184284, 337184298, 337184283, 337184292 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586691": { "description": null, "id": 138586691, "logo": null, "name": "Les Siècles", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586695": { "description": null, "id": 138586695, "logo": "/images/UE0AAAAACEKqRwAAAAVDSVRN", "name": "Gautier Capuçon - Frank Braley", "subTopicIds": [ 337184281, 337184283, 337184273 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586699": { "description": null, "id": 138586699, "logo": null, "name": "Festival Présences 2014 \"Paris Berlin\"", "subTopicIds": [ 337184288, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586703": { "description": null, "id": 138586703, "logo": "/images/UE0AAAAACEKqTwAAAAZDSVRN", "name": "Autour de Tristan", "subTopicIds": [ 337184284, 337184298, 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586707": { "description": null, "id": 138586707, "logo": "/images/UE0AAAAACEKqUwAAAAVDSVRN", "name": "Orchestre du Théâtre Mariinsky", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586711": { "description": null, "id": 138586711, "logo": "/images/UE0AAAAACEKqVwAAAAVDSVRN", "name": "Orchestre du Théâtre Mariinsky", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586715": { "description": null, "id": 138586715, "logo": "/images/UE0AAAAACEKqWwAAAAVDSVRN", "name": "Orchestre du Théâtre Mariinsky", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586719": { "description": null, "id": 138586719, "logo": "/images/UE0AAAAACEKqXwAAAAVDSVRN", "name": "Etienne Daho et invités", "subTopicIds": [ 337184280, 337184297, 337184283, 337184262 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586723": { "description": null, "id": 138586723, "logo": null, "name": "Fantasia in concert", "subTopicIds": [ 337184299, 337184268, 337184267, 337184275, 337184282 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846098, 324846099, 107888604, 324846100 ] }, "138586731": { "description": null, "id": 138586731, "logo": "/images/UE0AAAAACEKqawAAAAVDSVRN", "name": "Khatia Buniatishvili, piano", "subTopicIds": [ 337184281, 337184283, 337184273 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586735": { "description": null, "id": 138586735, "logo": "/images/UE0AAAAACEKqbwAAAAVDSVRN", "name": "Orchestre Philharmonique de Radio France", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586743": { "description": null, "id": 138586743, "logo": null, "name": "Guy Braunstein - Zvi Plesser - Sunwook Kim", "subTopicIds": [ 337184281, 337184283, 337184273 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586747": { "description": null, "id": 138586747, "logo": "/images/UE0AAAAACEKqewAAAAVDSVRN", "name": "Janine Jansen and friends", "subTopicIds": [ 337184281, 337184283, 337184273 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586751": { "description": null, "id": 138586751, "logo": "/images/UE0AAAAACEKqfwAAAAVDSVRN", "name": "Elena Bashkirova, piano", "subTopicIds": [ 337184281, 337184283, 337184273 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586755": { "description": null, "id": 138586755, "logo": null, "name": "Orchestre Philharmonique de Radio France", "subTopicIds": [ 337184284, 337184298, 337184288, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586759": { "description": null, "id": 138586759, "logo": null, "name": "San Francisco Symphony", "subTopicIds": [ 337184268, 337184288, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586771": { "description": null, "id": 138586771, "logo": null, "name": "Passion selon saint Jean - J.S. Bach", "subTopicIds": [ 337184296, 337184263, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586775": { "description": null, "id": 138586775, "logo": null, "name": "Yundi Li , piano", "subTopicIds": [ 337184281, 337184283, 337184273 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586779": { "description": null, "id": 138586779, "logo": null, "name": "Orchestre Philharmonique de Radio France", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586783": { "description": null, "id": 138586783, "logo": null, "name": "Orchestre Pasdeloup", "subTopicIds": [ 337184268, 337184269, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586787": { "description": null, "id": 138586787, "logo": null, "name": "Orchestre du Conservatoire de Paris", "subTopicIds": [ 337184284, 337184298, 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586795": { "description": null, "id": 138586795, "logo": null, "name": "Orchestre National d'Île-de-France", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586799": { "description": null, "id": 138586799, "logo": null, "name": "Orchestre Philharmonique de Radio France", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586803": { "description": null, "id": 138586803, "logo": null, "name": "Royal Concertgebouw Orchestra Amsterdam", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586807": { "description": null, "id": 138586807, "logo": null, "name": "Royal Concertgebouw Orchestra Amsterdam", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586811": { "description": null, "id": 138586811, "logo": null, "name": "Royal Concertgebouw Orchestra Amsterdam", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586815": { "description": null, "id": 138586815, "logo": null, "name": "Orchestre Philharmonique de Radio France", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586823": { "description": null, "id": 138586823, "logo": null, "name": "London Symphony Orchestra", "subTopicIds": [ 337184268, 337184288, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586827": { "description": null, "id": 138586827, "logo": null, "name": "London Symphony Orchestra", "subTopicIds": [ 337184268, 337184288, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586831": { "description": null, "id": 138586831, "logo": null, "name": "Le Concert des Nations - Jordi Savall", "subTopicIds": [ 337184263, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586835": { "description": null, "id": 138586835, "logo": null, "name": "Leonidas Kavakos - Yuja Wang", "subTopicIds": [ 337184281, 337184283, 337184273 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586839": { "description": null, "id": 138586839, "logo": null, "name": "Orchestre Philharmonique de Radio France", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586843": { "description": null, "id": 138586843, "logo": null, "name": "Quatuor Artemis - Gautier Capuçon", "subTopicIds": [ 337184281, 337184283, 337184273 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586847": { "description": null, "id": 138586847, "logo": null, "name": "Quatuor Artemis - Quatuor Ébène", "subTopicIds": [ 337184281, 337184283, 337184273 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586851": { "description": null, "id": 138586851, "logo": null, "name": "Quatuor Artemis - Elisabeth Leonskaja", "subTopicIds": [ 337184281, 337184283, 337184273 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586855": { "description": null, "id": 138586855, "logo": null, "name": "Russian National Orchestra", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586859": { "description": null, "id": 138586859, "logo": null, "name": "Passion selon saint Matthieu", "subTopicIds": [ 337184296, 337184263, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586863": { "description": null, "id": 138586863, "logo": null, "name": "Les Arts Florissants - Concert de Pâques", "subTopicIds": [ 337184263, 337184298, 337184283, 337184292 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586867": { "description": null, "id": 138586867, "logo": null, "name": "Orchestre Philharmonique de Radio France", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586871": { "description": null, "id": 138586871, "logo": null, "name": "Leylâ et Majnûn ou L'Amour mystique", "subTopicIds": [ 337184279, 337184283, 337184262 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586875": { "description": null, "id": 138586875, "logo": null, "name": "Stephen Kovacevich, piano", "subTopicIds": [ 337184281, 337184283, 337184273 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586879": { "description": null, "id": 138586879, "logo": null, "name": "Orchestra Mozart Bologna - Mahler Chamber Orchestra", "subTopicIds": [ 337184268, 337184288, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586883": { "description": null, "id": 138586883, "logo": null, "name": "Ballet Royal du Cambodge", "subTopicIds": [ 337184279, 337184283, 337184262 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586889": { "description": null, "id": 138586889, "logo": null, "name": "MDR Sinfonieorchester Leipzig", "subTopicIds": [ 337184288, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586893": { "description": null, "id": 138586893, "logo": null, "name": "Orchestre Colonne", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586897": { "description": null, "id": 138586897, "logo": null, "name": "Elisabeth Leonskaja, piano", "subTopicIds": [ 337184281, 337184283, 337184273 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586901": { "description": null, "id": 138586901, "logo": null, "name": "Yuja Wang, piano", "subTopicIds": [ 337184281, 337184283, 337184273 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586905": { "description": null, "id": 138586905, "logo": null, "name": "Orchestre Philharmonique de Radio France", "subTopicIds": [ 337184268, 337184288, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586909": { "description": null, "id": 138586909, "logo": null, "name": "Anne-Sophie Mutter - Lambert Orkis", "subTopicIds": [ 337184281, 337184283, 337184273 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586917": { "description": null, "id": 138586917, "logo": null, "name": "Orchestre National d'Île-de-France", "subTopicIds": [ 337184268, 337184288, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586921": { "description": null, "id": 138586921, "logo": null, "name": "Orchestre Philharmonique de Radio France", "subTopicIds": [ 337184268, 337184288, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586929": { "description": null, "id": 138586929, "logo": null, "name": "Orchestre Pasdeloup", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586933": { "description": null, "id": 138586933, "logo": null, "name": "Gilberto Gil", "subTopicIds": [ 337184279, 337184283, 337184262 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586937": { "description": null, "id": 138586937, "logo": null, "name": "Nelson Freire, piano", "subTopicIds": [ 337184281, 337184283, 337184273 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586941": { "description": null, "id": 138586941, "logo": null, "name": "Orchestre Philharmonique de Radio France", "subTopicIds": [ 337184268, 337184288, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586945": { "description": null, "id": 138586945, "logo": null, "name": "Orfeo - C. Monteverdi (version de concert)", "subTopicIds": [ 337184284, 337184263, 337184298, 337184283, 337184292 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586949": { "description": null, "id": 138586949, "logo": null, "name": "Bamberger Symphoniker", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586953": { "description": null, "id": 138586953, "logo": null, "name": "Murray Perahia, piano", "subTopicIds": [ 337184281, 337184283, 337184273 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586957": { "description": null, "id": 138586957, "logo": null, "name": "Orchestre National du Capitole de Toulouse", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586961": { "description": null, "id": 138586961, "logo": null, "name": "Krystian Zimerman, piano", "subTopicIds": [ 337184281, 337184283, 337184273 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586965": { "description": null, "id": 138586965, "logo": null, "name": "Rafal Blechacz, piano", "subTopicIds": [ 337184281, 337184283, 337184273 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586969": { "description": null, "id": 138586969, "logo": null, "name": "Les Voyages musicaux de Marco Polo", "subTopicIds": [ 337184279, 337184283, 337184262 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586973": { "description": null, "id": 138586973, "logo": null, "name": "Orchestre National de Lyon", "subTopicIds": [ 337184298, 337184268, 337184283, 337184292, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586977": { "description": null, "id": 138586977, "logo": null, "name": "Guy Braunstein - Zvi Plesser - Sunwook Kim", "subTopicIds": [ 337184281, 337184283, 337184273 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586981": { "description": null, "id": 138586981, "logo": null, "name": "La Bohème - G. Puccini (version de concert)", "subTopicIds": [ 337184284, 337184298, 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586989": { "description": null, "id": 138586989, "logo": null, "name": "Otello - G. Verdi (version de concert)", "subTopicIds": [ 337184284, 337184298, 337184268, 337184283, 337184292 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586993": { "description": null, "id": 138586993, "logo": null, "name": "Staatskapelle Berlin", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "138586997": { "description": null, "id": 138586997, "logo": null, "name": "Staatskapelle Berlin", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "151183114": { "description": null, "id": 151183114, "logo": null, "name": "San Francisco Symphony", "subTopicIds": [ 337184298, 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "339420802": { "description": null, "id": 339420802, "logo": null, "name": "Lou Doillon", "subTopicIds": [ 337184280, 337184283, 337184262 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "339420805": { "description": null, "id": 339420805, "logo": null, "name": "Patrick Watson & Orchestre National d'Ile-de-France", "subTopicIds": [ 337184280, 337184283, 337184262 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "341069930": { "description": null, "id": 341069930, "logo": "/images/UE0AAAAAFFRQagAAAAlDSVRN", "name": "Orchestre de Paris", "subTopicIds": [ 337184268, 337184288, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "341181232": { "description": null, "id": 341181232, "logo": null, "name": "Orchestre de Paris", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "341181233": { "description": null, "id": 341181233, "logo": "/images/UE0AAAAAFFYDMQAAAAhDSVRN", "name": "Orchestre de Paris", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "341181234": { "description": null, "id": 341181234, "logo": "/images/UE0AAAAAFFYDMgAAAAdDSVRN", "name": "Orchestre de Paris", "subTopicIds": [ 337184268, 337184288, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "341181235": { "description": null, "id": 341181235, "logo": "/images/UE0AAAAAFFYDMwAAAAZDSVRN", "name": "Orchestre de Paris", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "341181236": { "description": null, "id": 341181236, "logo": "/images/UE0AAAAAFFYDNAAAAAZDSVRN", "name": "Orchestre de Paris", "subTopicIds": [ 337184268, 337184288, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "341181237": { "description": null, "id": 341181237, "logo": "/images/UE0AAAAAFFYDNQAAAAhDSVRN", "name": "Paavo Järvi, direction", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "341181238": { "description": null, "id": 341181238, "logo": "/images/UE0AAAAAFFYDNgAAAAdDSVRN", "name": "Orchestre de Paris", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "341181239": { "description": null, "id": 341181239, "logo": "/images/UE0AAAAAFFYDNwAAAAdDSVRN", "name": "Orchestre de Paris", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "341181240": { "description": null, "id": 341181240, "logo": "/images/UE0AAAAAFFYDOAAAAAhDSVRN", "name": "Orchestre de Paris", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "341181241": { "description": null, "id": 341181241, "logo": "/images/UE0AAAAAFFYDOQAAAAZDSVRN", "name": "Orchestre de Paris", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "341181242": { "description": null, "id": 341181242, "logo": "/images/UE0AAAAAFFYDOgAAAAdDSVRN", "name": "Orchestre de Paris", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "341181243": { "description": null, "id": 341181243, "logo": "/images/UE0AAAAAFFYDOwAAAAdDSVRN", "name": "Concert anniversaire des 90 ans de Menahem Pressler", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "341181244": { "description": null, "id": 341181244, "logo": "/images/UE0AAAAAFFYDPAAAAAZDSVRN", "name": "Orchestre de Paris", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "341181245": { "description": null, "id": 341181245, "logo": "/images/UE0AAAAAFFYDPQAAAAZDSVRN", "name": "Orchestre de Paris", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "341181246": { "description": null, "id": 341181246, "logo": null, "name": "Orchestre de Paris", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "341181247": { "description": null, "id": 341181247, "logo": null, "name": "Orchestre de Paris", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "341181248": { "description": null, "id": 341181248, "logo": "/images/UE0AAAAAFFYDQAAAAAZDSVRN", "name": "Orchestre de Paris", "subTopicIds": [ 337184268, 337184288, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "341181249": { "description": null, "id": 341181249, "logo": "/images/UE0AAAAAFFYDQQAAAAdDSVRN", "name": "Orchestre de Paris", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "341181250": { "description": null, "id": 341181250, "logo": "/images/UE0AAAAAFFYDQgAAAAdDSVRN", "name": "Orchestre de Paris", "subTopicIds": [ 337184268, 337184288, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "341181251": { "description": null, "id": 341181251, "logo": null, "name": "Orchestre de Paris", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "341181252": { "description": null, "id": 341181252, "logo": "/images/UE0AAAAAFFYDRAAAAAdDSVRN", "name": "Orchestre de Paris", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "341181253": { "description": null, "id": 341181253, "logo": null, "name": "Orchestre de Paris", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "341181254": { "description": null, "id": 341181254, "logo": "/images/UE0AAAAAFFYDRgAAAAlDSVRN", "name": "Orchestre de Paris", "subTopicIds": [ 337184268, 337184288, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "341181255": { "description": null, "id": 341181255, "logo": null, "name": "Orchestre de Paris", "subTopicIds": [ 337184268, 337184288, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "341181256": { "description": null, "id": 341181256, "logo": null, "name": "Orchestre de Paris", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "341181257": { "description": null, "id": 341181257, "logo": null, "name": "Orchestre de Paris", "subTopicIds": [ 337184268, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "341181258": { "description": null, "id": 341181258, "logo": null, "name": "Orchestre de Paris", "subTopicIds": [ 337184268, 337184288, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "341181259": { "description": null, "id": 341181259, "logo": null, "name": "14052122 JARVI / GOERNE / SOLBERG / CHŒUR", "subTopicIds": [ 337184268, 337184288, 337184283, 337184275 ], "subjectCode": null, "subtitle": null, "topicIds": [ 324846099, 107888604, 324846100 ] }, "342742592": { "description": null, "id": 342742592, "logo": null, "name": "event secret 2", "subTopicIds": [], "subjectCode": null, "subtitle": null, "topicIds": [] }, "342742593": { "description": null, "id": 342742593, "logo": null, "name": "event secret 3", "subTopicIds": [], "subjectCode": null, "subtitle": null, "topicIds": [] }, "342742594": { "description": null, "id": 342742594, "logo": null, "name": "event secret 4", "subTopicIds": [], "subjectCode": null, "subtitle": null, "topicIds": [] }, "342742595": { "description": null, "id": 342742595, "logo": null, "name": "event secret 5", "subTopicIds": [], "subjectCode": null, "subtitle": null, "topicIds": [] }, "342742596": { "description": null, "id": 342742596, "logo": null, "name": "event secret 6", "subTopicIds": [], "subjectCode": null, "subtitle": null, "topicIds": [] } }, "performances": [ { "eventId": 138586341, "id": 339887544, "logo": null, "name": null, "prices": [ { "amount": 90250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937295 }, { "amount": 66500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937296 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937295 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937296 } ], "seatMapImage": null, "start": 1372701600000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 339420802, "id": 339430296, "logo": null, "name": null, "prices": [ { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937295 }, { "amount": 23750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937296 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937295 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937296 } ], "seatMapImage": null, "start": 1372788000000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 339420805, "id": 339430301, "logo": null, "name": null, "prices": [ { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937295 }, { "amount": 23750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937296 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937295 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937296 } ], "seatMapImage": null, "start": 1373220000000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586345, "id": 138586347, "logo": "/images/UE0AAAAACEKo6QAAAAZDSVRN", "name": null, "prices": [ { "amount": 152000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937284 }, { "amount": 104500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937285 }, { "amount": 76000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937287 }, { "amount": 52250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937288 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937283 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937284 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937285 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937287 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937288 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937283 } ], "seatMapImage": null, "start": 1377972000000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586349, "id": 138586351, "logo": "/images/UE0AAAAACEKo7QAAAAZDSVRN", "name": null, "prices": [ { "amount": 152000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937284 }, { "amount": 104500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937285 }, { "amount": 76000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937287 }, { "amount": 52250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937288 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937283 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937284 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937285 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937287 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937288 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937283 } ], "seatMapImage": null, "start": 1378044000000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586353, "id": 138586355, "logo": "/images/UE0AAAAACEKo8QAAAAZDSVRN", "name": null, "prices": [ { "amount": 90250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937284 }, { "amount": 71250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937285 }, { "amount": 52250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937287 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937288 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937284 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937285 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937287 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937288 } ], "seatMapImage": null, "start": 1378490400000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 341069930, "id": 341070133, "logo": "/images/UE0AAAAAFFRQagAAAAlDSVRN", "name": null, "prices": [ { "amount": 80750, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826016 }, { "amount": 61750, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826017 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826015 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826018 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 340826016 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 340826017 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 340826015 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 340826018 } ], "seatMapImage": null, "start": 1378922400000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 341069930, "id": 341070132, "logo": "/images/UE0AAAAAFFRQagAAAAlDSVRN", "name": null, "prices": [ { "amount": 80750, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826016 }, { "amount": 61750, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826017 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826015 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826018 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 340826016 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 340826017 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 340826015 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 340826018 } ], "seatMapImage": null, "start": 1379008800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586357, "id": 138586359, "logo": "/images/UE0AAAAACEKo9QAAAAhDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086210 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086211 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086213 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086214 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086210 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086211 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086214 } ], "seatMapImage": null, "start": 1379095200000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586361, "id": 138586363, "logo": "/images/UE0AAAAACEKo+QAAAAVDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 } ], "seatMapImage": null, "start": 1379440800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586365, "id": 138586367, "logo": "/images/UE0AAAAACEKo/QAAAAVDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 } ], "seatMapImage": null, "start": 1379959200000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 341181254, "id": 341181470, "logo": "/images/UE0AAAAAFFYDRgAAAAlDSVRN", "name": null, "prices": [ { "amount": 80750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179212 }, { "amount": 61750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179213 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179214 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179215 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179212 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179214 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 341179215 } ], "seatMapImage": null, "start": 1380132000000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 341181254, "id": 341181469, "logo": "/images/UE0AAAAAFFYDRgAAAAlDSVRN", "name": null, "prices": [ { "amount": 80750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179212 }, { "amount": 61750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179213 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179214 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179215 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179212 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179214 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 341179215 } ], "seatMapImage": null, "start": 1380218400000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586369, "id": 138586371, "logo": "/images/UE0AAAAACEKpAQAAAAVDSVRN", "name": null, "prices": [ { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 23750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 19000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 14250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937282 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937282 } ], "seatMapImage": null, "start": 1380650400000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 341181252, "id": 341181467, "logo": "/images/UE0AAAAAFFYDRAAAAAdDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179212 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179213 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179214 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179215 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179216 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179212 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179214 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 341179215 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179216 } ], "seatMapImage": null, "start": 1380736800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586373, "id": 138586375, "logo": "/images/UE0AAAAACEKpBQAAAAdDSVRN", "name": null, "prices": [ { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086196 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086197 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086196 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086197 } ], "seatMapImage": null, "start": 1380996000000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586377, "id": 138586379, "logo": "/images/UE0AAAAACEKpCQAAAAVDSVRN", "name": null, "prices": [ { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086196 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086197 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086196 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086197 } ], "seatMapImage": null, "start": 1381082400000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586381, "id": 138586383, "logo": "/images/UE0AAAAACEKpDQAAAAVDSVRN", "name": null, "prices": [ { "amount": 80750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 61750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 } ], "seatMapImage": null, "start": 1381168800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586385, "id": 138586387, "logo": "/images/UE0AAAAACEKpEQAAAAVDSVRN", "name": null, "prices": [ { "amount": 80750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 61750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 } ], "seatMapImage": null, "start": 1381255200000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 341181234, "id": 341181437, "logo": "/images/UE0AAAAAFFYDMgAAAAdDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179212 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179213 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179214 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179215 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179216 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179212 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179214 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 341179215 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179216 } ], "seatMapImage": null, "start": 1381341600000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 341181234, "id": 341181436, "logo": "/images/UE0AAAAAFFYDMgAAAAdDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179212 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179213 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179214 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179215 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179216 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179212 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179214 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 341179215 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179216 } ], "seatMapImage": null, "start": 1381428000000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586389, "id": 138586391, "logo": "/images/UE0AAAAACEKpFQAAAAVDSVRN", "name": null, "prices": [ { "amount": 80750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937284 }, { "amount": 61750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937285 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937287 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937288 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937284 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937285 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937287 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937288 } ], "seatMapImage": null, "start": 1381512600000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586393, "id": 138586395, "logo": "/images/UE0AAAAACEKpGQAAAAhDSVRN", "name": null, "prices": [ { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937241 }, { "amount": 33250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937242 }, { "amount": 23750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937244 }, { "amount": 16150, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937245 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937246 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937241 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937242 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937244 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937245 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937246 } ], "seatMapImage": null, "start": 1381586400000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586397, "id": 138586399, "logo": null, "name": null, "prices": [ { "amount": 33250, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086196 }, { "amount": 23750, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086197 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086196 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086197 } ], "seatMapImage": null, "start": 1381672800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586401, "id": 138586403, "logo": "/images/UE0AAAAACEKpIQAAAAVDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 } ], "seatMapImage": null, "start": 1381773600000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586405, "id": 138586407, "logo": "/images/UE0AAAAACEKpJQAAAAVDSVRN", "name": null, "prices": [ { "amount": 80750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 61750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 } ], "seatMapImage": null, "start": 1381860000000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 341181233, "id": 341181435, "logo": "/images/UE0AAAAAFFYDMQAAAAhDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179212 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179213 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179214 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179215 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179216 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179212 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179214 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 341179215 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179216 } ], "seatMapImage": null, "start": 1381946400000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 341181237, "id": 341181442, "logo": "/images/UE0AAAAAFFYDNQAAAAhDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179212 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179213 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179214 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179215 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179216 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179212 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179214 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 341179215 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179216 } ], "seatMapImage": null, "start": 1382032800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586409, "id": 138586411, "logo": "/images/UE0AAAAACEKpKQAAAAZDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086210 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086211 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086213 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086214 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086210 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086211 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086214 } ], "seatMapImage": null, "start": 1382119200000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586413, "id": 138586415, "logo": "/images/UE0AAAAACEKpLQAAAAVDSVRN", "name": null, "prices": [ { "amount": 95000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937284 }, { "amount": 76000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937285 }, { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937287 }, { "amount": 33250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937288 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937283 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937284 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937285 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937287 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937288 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937283 } ], "seatMapImage": null, "start": 1382277600000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586417, "id": 138586419, "logo": "/images/UE0AAAAACEKpMQAAAAZDSVRN", "name": null, "prices": [ { "amount": 80750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 61750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 } ], "seatMapImage": null, "start": 1382378400000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586421, "id": 138586423, "logo": "/images/UE0AAAAACEKpNQAAAAVDSVRN", "name": null, "prices": [ { "amount": 80750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 61750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 } ], "seatMapImage": null, "start": 1382464800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 341181238, "id": 341181444, "logo": "/images/UE0AAAAAFFYDNgAAAAdDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179212 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179213 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179214 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179215 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179216 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179212 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179214 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 341179215 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179216 } ], "seatMapImage": null, "start": 1382551200000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 341181238, "id": 341181443, "logo": "/images/UE0AAAAAFFYDNgAAAAdDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179212 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179213 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179214 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179215 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179216 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179212 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179214 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 341179215 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179216 } ], "seatMapImage": null, "start": 1382637600000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586425, "id": 138586427, "logo": null, "name": null, "prices": [ { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937235 }, { "amount": 23750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937236 }, { "amount": 19000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937238 }, { "amount": 14250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937239 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937240 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937235 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937236 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937238 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937239 }, { "areas": [ { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937240 } ], "seatMapImage": null, "start": 1382724000000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586429, "id": 138586431, "logo": "/images/UE0AAAAACEKpPQAAAAVDSVRN", "name": null, "prices": [ { "amount": 80750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937284 }, { "amount": 61750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937285 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937287 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937288 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937284 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937285 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937287 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937288 } ], "seatMapImage": null, "start": 1382810400000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586433, "id": 138586435, "logo": "/images/UE0AAAAACEKpQQAAAAVDSVRN", "name": null, "prices": [ { "amount": 80750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937284 }, { "amount": 61750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937285 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937287 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937288 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937284 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937285 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937287 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937288 } ], "seatMapImage": null, "start": 1382886000000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586437, "id": 138586439, "logo": "/images/UE0AAAAACEKpRQAAAAVDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 } ], "seatMapImage": null, "start": 1383073200000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586441, "id": 138586443, "logo": "/images/UE0AAAAACEKpSQAAAAVDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 } ], "seatMapImage": null, "start": 1383246000000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586445, "id": 138586447, "logo": "/images/UE0AAAAACEKpTQAAAAVDSVRN", "name": null, "prices": [ { "amount": 80750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937284 }, { "amount": 61750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937285 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937287 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937288 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937284 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937285 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937287 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937288 } ], "seatMapImage": null, "start": 1383332400000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586449, "id": 138586451, "logo": "/images/UE0AAAAACEKpUQAAAAVDSVRN", "name": null, "prices": [ { "amount": 80750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937284 }, { "amount": 61750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937285 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937287 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937288 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937284 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937285 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937287 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937288 } ], "seatMapImage": null, "start": 1383418800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 342742592, "id": 342742708, "logo": null, "name": null, "prices": [ { "amount": 180500, "audienceSubCategoryId": 337100890, "seatCategoryId": 342752792 } ], "seatCategories": [ { "areas": [ { "areaId": 342752287, "blockIds": [] } ], "seatCategoryId": 342752792 } ], "seatMapImage": null, "start": 1383555600000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 342742592, "id": 342742709, "logo": null, "name": null, "prices": [ { "amount": 180500, "audienceSubCategoryId": 337100890, "seatCategoryId": 342752792 } ], "seatCategories": [ { "areas": [ { "areaId": 342752287, "blockIds": [] } ], "seatCategoryId": 342752792 } ], "seatMapImage": null, "start": 1383562800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586453, "id": 138586455, "logo": "/images/UE0AAAAACEKpVQAAAAVDSVRN", "name": null, "prices": [ { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937295 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937296 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937295 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937296 } ], "seatMapImage": null, "start": 1383591600000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 342742592, "id": 342742710, "logo": null, "name": null, "prices": [ { "amount": 180500, "audienceSubCategoryId": 337100890, "seatCategoryId": 342752792 } ], "seatCategories": [ { "areas": [ { "areaId": 342752287, "blockIds": [] } ], "seatCategoryId": 342752792 } ], "seatMapImage": null, "start": 1383642000000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 342742592, "id": 342742711, "logo": null, "name": null, "prices": [ { "amount": 180500, "audienceSubCategoryId": 337100890, "seatCategoryId": 342752792 } ], "seatCategories": [ { "areas": [ { "areaId": 342752287, "blockIds": [] } ], "seatCategoryId": 342752792 } ], "seatMapImage": null, "start": 1383649200000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 342742592, "id": 342742712, "logo": null, "name": null, "prices": [ { "amount": 180500, "audienceSubCategoryId": 337100890, "seatCategoryId": 342752792 } ], "seatCategories": [ { "areas": [ { "areaId": 342752287, "blockIds": [] } ], "seatCategoryId": 342752792 } ], "seatMapImage": null, "start": 1383728400000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 342742592, "id": 342742713, "logo": null, "name": null, "prices": [ { "amount": 180500, "audienceSubCategoryId": 337100890, "seatCategoryId": 342752792 } ], "seatCategories": [ { "areas": [ { "areaId": 342752287, "blockIds": [] } ], "seatCategoryId": 342752792 } ], "seatMapImage": null, "start": 1383735600000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 342742592, "id": 342742714, "logo": null, "name": null, "prices": [ { "amount": 180500, "audienceSubCategoryId": 337100890, "seatCategoryId": 342752792 } ], "seatCategories": [ { "areas": [ { "areaId": 342752287, "blockIds": [] } ], "seatCategoryId": 342752792 } ], "seatMapImage": null, "start": 1383814800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 342742592, "id": 342742715, "logo": null, "name": null, "prices": [ { "amount": 180500, "audienceSubCategoryId": 337100890, "seatCategoryId": 342752792 } ], "seatCategories": [ { "areas": [ { "areaId": 342752287, "blockIds": [] } ], "seatCategoryId": 342752792 } ], "seatMapImage": null, "start": 1383822000000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586457, "id": 138586459, "logo": "/images/UE0AAAAACEKpWQAAAAVDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 } ], "seatMapImage": null, "start": 1383850800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586461, "id": 138586463, "logo": "/images/UE0AAAAACEKpXQAAAAZDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086210 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086211 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086213 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086214 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086210 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086211 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086214 } ], "seatMapImage": null, "start": 1383937200000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586465, "id": 138586467, "logo": "/images/UE0AAAAACEKpYQAAAAVDSVRN", "name": null, "prices": [ { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086196 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086197 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086196 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086197 } ], "seatMapImage": null, "start": 1384110000000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586469, "id": 138586471, "logo": "/images/UE0AAAAACEKpZQAAAAVDSVRN", "name": null, "prices": [ { "amount": 90250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937289 }, { "amount": 71250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937290 }, { "amount": 52250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937292 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937293 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937289 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937290 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937292 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937293 } ], "seatMapImage": null, "start": 1384196400000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586473, "id": 138586475, "logo": "/images/UE0AAAAACEKpaQAAAAVDSVRN", "name": null, "prices": [ { "amount": 80750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 61750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 } ], "seatMapImage": null, "start": 1384282800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586477, "id": 138586479, "logo": "/images/UE0AAAAACEKpbQAAAAZDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 } ], "seatMapImage": null, "start": 1384369200000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586481, "id": 138586483, "logo": "/images/UE0AAAAACEKpcQAAAAVDSVRN", "name": null, "prices": [ { "amount": 95000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 76000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 33250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937282 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937282 } ], "seatMapImage": null, "start": 1384455600000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586485, "id": 138586487, "logo": "/images/UE0AAAAACEKpdQAAAAZDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086210 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086211 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086213 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086214 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086210 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086211 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086214 } ], "seatMapImage": null, "start": 1384542000000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586501, "id": 138586503, "logo": "/images/UE0AAAAACEKphQAAAAVDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 } ], "seatMapImage": null, "start": 1384801200000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586505, "id": 138586507, "logo": "/images/UE0AAAAACEKpiQAAAAVDSVRN", "name": null, "prices": [ { "amount": 80750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 61750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 } ], "seatMapImage": null, "start": 1384887600000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586509, "id": 138586511, "logo": null, "name": null, "prices": [ { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937235 }, { "amount": 23750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937236 }, { "amount": 19000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937238 }, { "amount": 14250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937239 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937240 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937235 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937236 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937238 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937239 }, { "areas": [ { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937240 } ], "seatMapImage": null, "start": 1385146800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586513, "id": 138586515, "logo": "/images/UE0AAAAACEKpkQAAAAVDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937284 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937285 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937287 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937288 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937284 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937285 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937287 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937288 } ], "seatMapImage": null, "start": 1385231400000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586517, "id": 138586519, "logo": "/images/UE0AAAAACEKplQAAAAdDSVRN", "name": null, "prices": [ { "amount": 80750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937284 }, { "amount": 61750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937285 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937287 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937288 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937284 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937285 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937287 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937288 } ], "seatMapImage": null, "start": 1385305200000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586521, "id": 138586523, "logo": "/images/UE0AAAAACEKpmQAAAAVDSVRN", "name": null, "prices": [ { "amount": 152000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 104500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 76000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 52250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937282 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937282 } ], "seatMapImage": null, "start": 1385492400000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 341181235, "id": 341181439, "logo": "/images/UE0AAAAAFFYDMwAAAAZDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826016 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826017 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826015 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826018 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826019 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 340826016 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 340826017 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 340826015 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 340826018 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 340826019 } ], "seatMapImage": null, "start": 1385665200000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586525, "id": 138586527, "logo": "/images/UE0AAAAACEKpnQAAAAVDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086210 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086211 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086213 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086214 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086210 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086211 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086214 } ], "seatMapImage": null, "start": 1385751600000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586529, "id": 138586531, "logo": null, "name": null, "prices": [ { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937241 }, { "amount": 33250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937242 }, { "amount": 23750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937244 }, { "amount": 16150, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937245 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937246 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937241 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937242 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937244 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937245 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937246 } ], "seatMapImage": null, "start": 1385823600000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 341181235, "id": 341181438, "logo": "/images/UE0AAAAAFFYDMwAAAAZDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826016 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826017 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826015 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826018 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826019 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 340826016 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 340826017 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 340826015 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 340826018 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 340826019 } ], "seatMapImage": null, "start": 1385838000000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586533, "id": 138586535, "logo": "/images/UE0AAAAACEKppQAAAAVDSVRN", "name": null, "prices": [ { "amount": 80750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937284 }, { "amount": 61750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937285 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937287 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937288 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937284 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937285 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937287 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937288 } ], "seatMapImage": null, "start": 1385910000000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586537, "id": 138586539, "logo": "/images/UE0AAAAACEKpqQAAAAVDSVRN", "name": null, "prices": [ { "amount": 80750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 61750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 } ], "seatMapImage": null, "start": 1386010800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586541, "id": 138586543, "logo": "/images/UE0AAAAACEKprQAAAAVDSVRN", "name": null, "prices": [ { "amount": 80750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 61750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 } ], "seatMapImage": null, "start": 1386097200000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 341181236, "id": 341181440, "logo": "/images/UE0AAAAAFFYDNAAAAAZDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179212 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179213 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179214 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179215 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179216 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179212 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179214 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 341179215 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179216 } ], "seatMapImage": null, "start": 1386183600000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 341181236, "id": 341181441, "logo": "/images/UE0AAAAAFFYDNAAAAAZDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179212 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179213 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179214 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179215 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179216 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179212 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179213 }, { "areas": [ { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179214 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 341179215 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179216 } ], "seatMapImage": null, "start": 1386270000000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586545, "id": 138586547, "logo": "/images/UE0AAAAACEKpsQAAAAVDSVRN", "name": null, "prices": [ { "amount": 104500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937284 }, { "amount": 76000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937285 }, { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937287 }, { "amount": 33250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937288 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937283 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937284 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937285 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937287 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937288 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937283 } ], "seatMapImage": null, "start": 1386356400000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586549, "id": 138586551, "logo": "/images/UE0AAAAACEKptQAAAAVDSVRN", "name": null, "prices": [ { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937284 }, { "amount": 33250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937285 }, { "amount": 23750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937287 }, { "amount": 16150, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937288 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937283 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937284 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937285 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937287 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937288 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937283 } ], "seatMapImage": null, "start": 1386428400000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586553, "id": 138586555, "logo": "/images/UE0AAAAACEKpuQAAAAVDSVRN", "name": null, "prices": [ { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937284 }, { "amount": 33250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937285 }, { "amount": 23750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937287 }, { "amount": 16150, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937288 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937283 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937284 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937285 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937287 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937288 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937283 } ], "seatMapImage": null, "start": 1386442800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586557, "id": 138586559, "logo": "/images/UE0AAAAACEKpvQAAAAVDSVRN", "name": null, "prices": [ { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937284 }, { "amount": 33250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937285 }, { "amount": 23750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937287 }, { "amount": 16150, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937288 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937283 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937284 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937285 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937287 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937288 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937283 } ], "seatMapImage": null, "start": 1386514800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 342742593, "id": 342742716, "logo": null, "name": null, "prices": [ { "amount": 180500, "audienceSubCategoryId": 337100890, "seatCategoryId": 342752792 } ], "seatCategories": [ { "areas": [ { "areaId": 342752287, "blockIds": [] } ], "seatCategoryId": 342752792 } ], "seatMapImage": null, "start": 1386579600000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 342742593, "id": 342742717, "logo": null, "name": null, "prices": [ { "amount": 180500, "audienceSubCategoryId": 337100890, "seatCategoryId": 342752792 } ], "seatCategories": [ { "areas": [ { "areaId": 342752287, "blockIds": [] } ], "seatCategoryId": 342752792 } ], "seatMapImage": null, "start": 1386586800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586561, "id": 138586563, "logo": "/images/UE0AAAAACEKpwQAAAAVDSVRN", "name": null, "prices": [ { "amount": 95000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 76000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 33250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937282 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937282 } ], "seatMapImage": null, "start": 1386615600000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 342742593, "id": 342742718, "logo": null, "name": null, "prices": [ { "amount": 180500, "audienceSubCategoryId": 337100890, "seatCategoryId": 342752792 } ], "seatCategories": [ { "areas": [ { "areaId": 342752287, "blockIds": [] } ], "seatCategoryId": 342752792 } ], "seatMapImage": null, "start": 1386666000000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 342742593, "id": 342742719, "logo": null, "name": null, "prices": [ { "amount": 180500, "audienceSubCategoryId": 337100890, "seatCategoryId": 342752792 } ], "seatCategories": [ { "areas": [ { "areaId": 342752287, "blockIds": [] } ], "seatCategoryId": 342752792 } ], "seatMapImage": null, "start": 1386673200000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586565, "id": 138586567, "logo": null, "name": null, "prices": [ { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 23750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 19000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 14250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937282 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937282 } ], "seatMapImage": null, "start": 1386702000000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 342742593, "id": 342742720, "logo": null, "name": null, "prices": [ { "amount": 180500, "audienceSubCategoryId": 337100890, "seatCategoryId": 342752792 } ], "seatCategories": [ { "areas": [ { "areaId": 342752287, "blockIds": [] } ], "seatCategoryId": 342752792 } ], "seatMapImage": null, "start": 1386752400000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 342742593, "id": 342742721, "logo": null, "name": null, "prices": [ { "amount": 180500, "audienceSubCategoryId": 337100890, "seatCategoryId": 342752792 } ], "seatCategories": [ { "areas": [ { "areaId": 342752287, "blockIds": [] } ], "seatCategoryId": 342752792 } ], "seatMapImage": null, "start": 1386759600000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 341181241, "id": 341181449, "logo": "/images/UE0AAAAAFFYDOQAAAAZDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179212 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179213 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179214 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179215 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179216 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179212 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179214 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 341179215 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179216 } ], "seatMapImage": null, "start": 1386788400000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 342742593, "id": 342742722, "logo": null, "name": null, "prices": [ { "amount": 180500, "audienceSubCategoryId": 337100890, "seatCategoryId": 342752792 } ], "seatCategories": [ { "areas": [ { "areaId": 342752287, "blockIds": [] } ], "seatCategoryId": 342752792 } ], "seatMapImage": null, "start": 1386838800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 342742593, "id": 342742723, "logo": null, "name": null, "prices": [ { "amount": 180500, "audienceSubCategoryId": 337100890, "seatCategoryId": 342752792 } ], "seatCategories": [ { "areas": [ { "areaId": 342752287, "blockIds": [] } ], "seatCategoryId": 342752792 } ], "seatMapImage": null, "start": 1386846000000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 341181241, "id": 341181450, "logo": "/images/UE0AAAAAFFYDOQAAAAZDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179212 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179213 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179214 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179215 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179216 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179212 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179214 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 341179215 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179216 } ], "seatMapImage": null, "start": 1386874800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586569, "id": 138586571, "logo": "/images/UE0AAAAACEKpyQAAAAVDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086210 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086211 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086213 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086214 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086210 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086211 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086214 } ], "seatMapImage": null, "start": 1386961200000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 342742594, "id": 342742724, "logo": null, "name": null, "prices": [ { "amount": 180500, "audienceSubCategoryId": 337100890, "seatCategoryId": 342752792 } ], "seatCategories": [ { "areas": [ { "areaId": 342752287, "blockIds": [] } ], "seatCategoryId": 342752792 } ], "seatMapImage": null, "start": 1387184400000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 342742594, "id": 342742725, "logo": null, "name": null, "prices": [ { "amount": 180500, "audienceSubCategoryId": 337100890, "seatCategoryId": 342752792 } ], "seatCategories": [ { "areas": [ { "areaId": 342752287, "blockIds": [] } ], "seatCategoryId": 342752792 } ], "seatMapImage": null, "start": 1387191600000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586581, "id": 138586583, "logo": null, "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341264860 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341264861 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 341264863 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 341264864 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341264860 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341264861 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341264863 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341264864 } ], "seatMapImage": null, "start": 1387220400000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 342742594, "id": 342742726, "logo": null, "name": null, "prices": [ { "amount": 180500, "audienceSubCategoryId": 337100890, "seatCategoryId": 342752792 } ], "seatCategories": [ { "areas": [ { "areaId": 342752287, "blockIds": [] } ], "seatCategoryId": 342752792 } ], "seatMapImage": null, "start": 1387270800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 342742594, "id": 342742727, "logo": null, "name": null, "prices": [ { "amount": 180500, "audienceSubCategoryId": 337100890, "seatCategoryId": 342752792 } ], "seatCategories": [ { "areas": [ { "areaId": 342752287, "blockIds": [] } ], "seatCategoryId": 342752792 } ], "seatMapImage": null, "start": 1387278000000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586585, "id": 138586587, "logo": "/images/UE0AAAAACEKp2QAAAAVDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 } ], "seatMapImage": null, "start": 1387306800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 342742594, "id": 342742728, "logo": null, "name": null, "prices": [ { "amount": 180500, "audienceSubCategoryId": 337100890, "seatCategoryId": 342752792 } ], "seatCategories": [ { "areas": [ { "areaId": 342752287, "blockIds": [] } ], "seatCategoryId": 342752792 } ], "seatMapImage": null, "start": 1387357200000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 342742594, "id": 342742729, "logo": null, "name": null, "prices": [ { "amount": 180500, "audienceSubCategoryId": 337100890, "seatCategoryId": 342752792 } ], "seatCategories": [ { "areas": [ { "areaId": 342752287, "blockIds": [] } ], "seatCategoryId": 342752792 } ], "seatMapImage": null, "start": 1387364400000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 341181250, "id": 341181465, "logo": "/images/UE0AAAAAFFYDQgAAAAdDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179212 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179213 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179214 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179215 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179216 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179212 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179214 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 341179215 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179216 } ], "seatMapImage": null, "start": 1387393200000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 342742594, "id": 342742730, "logo": null, "name": null, "prices": [ { "amount": 180500, "audienceSubCategoryId": 337100890, "seatCategoryId": 342752792 } ], "seatCategories": [ { "areas": [ { "areaId": 342752287, "blockIds": [] } ], "seatCategoryId": 342752792 } ], "seatMapImage": null, "start": 1387443600000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 342742594, "id": 342742731, "logo": null, "name": null, "prices": [ { "amount": 180500, "audienceSubCategoryId": 337100890, "seatCategoryId": 342752792 } ], "seatCategories": [ { "areas": [ { "areaId": 342752287, "blockIds": [] } ], "seatCategoryId": 342752792 } ], "seatMapImage": null, "start": 1387450800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586589, "id": 138586591, "logo": null, "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937284 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937285 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937287 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937288 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937284 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937285 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937287 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937288 } ], "seatMapImage": null, "start": 1387566000000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586593, "id": 138586595, "logo": "/images/UE0AAAAACEKp4QAAAAdDSVRN", "name": null, "prices": [ { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937235 }, { "amount": 23750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937236 }, { "amount": 19000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937238 }, { "amount": 14250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937239 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937240 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937235 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937236 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937238 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937239 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937240 } ], "seatMapImage": null, "start": 1387724400000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 342742595, "id": 342742732, "logo": null, "name": null, "prices": [ { "amount": 180500, "audienceSubCategoryId": 337100890, "seatCategoryId": 342752792 } ], "seatCategories": [ { "areas": [ { "areaId": 342752287, "blockIds": [] } ], "seatCategoryId": 342752792 } ], "seatMapImage": null, "start": 1387789200000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 342742595, "id": 342742733, "logo": null, "name": null, "prices": [ { "amount": 180500, "audienceSubCategoryId": 337100890, "seatCategoryId": 342752792 } ], "seatCategories": [ { "areas": [ { "areaId": 342752287, "blockIds": [] } ], "seatCategoryId": 342752792 } ], "seatMapImage": null, "start": 1387796400000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 342742595, "id": 342742734, "logo": null, "name": null, "prices": [ { "amount": 180500, "audienceSubCategoryId": 337100890, "seatCategoryId": 342752792 } ], "seatCategories": [ { "areas": [ { "areaId": 342752287, "blockIds": [] } ], "seatCategoryId": 342752792 } ], "seatMapImage": null, "start": 1387875600000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 342742595, "id": 342742735, "logo": null, "name": null, "prices": [ { "amount": 180500, "audienceSubCategoryId": 337100890, "seatCategoryId": 342752792 } ], "seatCategories": [ { "areas": [ { "areaId": 342752287, "blockIds": [] } ], "seatCategoryId": 342752792 } ], "seatMapImage": null, "start": 1387882800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 342742595, "id": 342742736, "logo": null, "name": null, "prices": [ { "amount": 180500, "audienceSubCategoryId": 337100890, "seatCategoryId": 342752792 } ], "seatCategories": [ { "areas": [ { "areaId": 342752287, "blockIds": [] } ], "seatCategoryId": 342752792 } ], "seatMapImage": null, "start": 1387962000000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 342742595, "id": 342742737, "logo": null, "name": null, "prices": [ { "amount": 180500, "audienceSubCategoryId": 337100890, "seatCategoryId": 342752792 } ], "seatCategories": [ { "areas": [ { "areaId": 342752287, "blockIds": [] } ], "seatCategoryId": 342752792 } ], "seatMapImage": null, "start": 1387969200000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 342742595, "id": 342742738, "logo": null, "name": null, "prices": [ { "amount": 180500, "audienceSubCategoryId": 337100890, "seatCategoryId": 342752792 } ], "seatCategories": [ { "areas": [ { "areaId": 342752287, "blockIds": [] } ], "seatCategoryId": 342752792 } ], "seatMapImage": null, "start": 1388048400000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 342742595, "id": 342742739, "logo": null, "name": null, "prices": [ { "amount": 180500, "audienceSubCategoryId": 337100890, "seatCategoryId": 342752792 } ], "seatCategories": [ { "areas": [ { "areaId": 342752287, "blockIds": [] } ], "seatCategoryId": 342752792 } ], "seatMapImage": null, "start": 1388055600000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 342742596, "id": 342742740, "logo": null, "name": null, "prices": [ { "amount": 180500, "audienceSubCategoryId": 337100890, "seatCategoryId": 342752792 } ], "seatCategories": [ { "areas": [ { "areaId": 342752287, "blockIds": [] } ], "seatCategoryId": 342752792 } ], "seatMapImage": null, "start": 1388998800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 342742596, "id": 342742741, "logo": null, "name": null, "prices": [ { "amount": 180500, "audienceSubCategoryId": 337100890, "seatCategoryId": 342752792 } ], "seatCategories": [ { "areas": [ { "areaId": 342752287, "blockIds": [] } ], "seatCategoryId": 342752792 } ], "seatMapImage": null, "start": 1389006000000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 342742596, "id": 342742742, "logo": null, "name": null, "prices": [ { "amount": 180500, "audienceSubCategoryId": 337100890, "seatCategoryId": 342752792 } ], "seatCategories": [ { "areas": [ { "areaId": 342752287, "blockIds": [] } ], "seatCategoryId": 342752792 } ], "seatMapImage": null, "start": 1389085200000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 342742596, "id": 342742743, "logo": null, "name": null, "prices": [ { "amount": 180500, "audienceSubCategoryId": 337100890, "seatCategoryId": 342752792 } ], "seatCategories": [ { "areas": [ { "areaId": 342752287, "blockIds": [] } ], "seatCategoryId": 342752792 } ], "seatMapImage": null, "start": 1389092400000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 342742596, "id": 342742744, "logo": null, "name": null, "prices": [ { "amount": 180500, "audienceSubCategoryId": 337100890, "seatCategoryId": 342752792 } ], "seatCategories": [ { "areas": [ { "areaId": 342752287, "blockIds": [] } ], "seatCategoryId": 342752792 } ], "seatMapImage": null, "start": 1389171600000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 342742596, "id": 342742745, "logo": null, "name": null, "prices": [ { "amount": 180500, "audienceSubCategoryId": 337100890, "seatCategoryId": 342752792 } ], "seatCategories": [ { "areas": [ { "areaId": 342752287, "blockIds": [] } ], "seatCategoryId": 342752792 } ], "seatMapImage": null, "start": 1389178800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 341181245, "id": 341181458, "logo": "/images/UE0AAAAAFFYDPQAAAAZDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179212 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179213 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179214 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179215 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179216 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179212 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179214 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 341179215 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179216 } ], "seatMapImage": null, "start": 1389207600000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 342742596, "id": 342742746, "logo": null, "name": null, "prices": [ { "amount": 180500, "audienceSubCategoryId": 337100890, "seatCategoryId": 342752792 } ], "seatCategories": [ { "areas": [ { "areaId": 342752287, "blockIds": [] } ], "seatCategoryId": 342752792 } ], "seatMapImage": null, "start": 1389258000000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 342742596, "id": 342742747, "logo": null, "name": null, "prices": [ { "amount": 180500, "audienceSubCategoryId": 337100890, "seatCategoryId": 342752792 } ], "seatCategories": [ { "areas": [ { "areaId": 342752287, "blockIds": [] } ], "seatCategoryId": 342752792 } ], "seatMapImage": null, "start": 1389265200000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 341181245, "id": 341181457, "logo": "/images/UE0AAAAAFFYDPQAAAAZDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179212 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179213 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179214 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179215 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179216 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179212 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179214 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 341179215 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179216 } ], "seatMapImage": null, "start": 1389294000000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586597, "id": 138586599, "logo": "/images/UE0AAAAACEKp5QAAAAVDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086210 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086211 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086213 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086214 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086210 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086211 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086214 } ], "seatMapImage": null, "start": 1389380400000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586601, "id": 138586603, "logo": "/images/UE0AAAAACEKp6QAAAAdDSVRN", "name": null, "prices": [ { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937241 }, { "amount": 33250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937242 }, { "amount": 23750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937244 }, { "amount": 16150, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937245 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937246 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937241 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937242 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937244 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937245 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937246 } ], "seatMapImage": null, "start": 1389452400000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586605, "id": 138586607, "logo": null, "name": null, "prices": [ { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937284 }, { "amount": 23750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937285 }, { "amount": 19000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937287 }, { "amount": 14250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937288 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937283 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937284 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937285 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937287 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937288 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937283 } ], "seatMapImage": null, "start": 1389538800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586609, "id": 138586611, "logo": null, "name": null, "prices": [ { "amount": 15000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937314 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937314 } ], "seatMapImage": null, "start": 1389726000000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 341181242, "id": 341181451, "logo": "/images/UE0AAAAAFFYDOgAAAAdDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179212 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179213 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179214 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179215 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179216 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179212 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179214 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 341179215 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179216 } ], "seatMapImage": null, "start": 1389812400000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 341181242, "id": 341181452, "logo": "/images/UE0AAAAAFFYDOgAAAAdDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179212 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179213 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179214 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179215 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179216 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179212 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179213 }, { "areas": [ { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179214 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 341179215 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179216 } ], "seatMapImage": null, "start": 1389898800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586613, "id": 138586615, "logo": "/images/UE0AAAAACEKp9QAAAAVDSVRN", "name": null, "prices": [ { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086210 }, { "amount": 33250, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086211 }, { "amount": 23750, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086213 }, { "amount": 16150, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086214 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086215 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086210 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086211 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086214 }, { "areas": [ { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086215 } ], "seatMapImage": null, "start": 1389985200000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586617, "id": 138586619, "logo": "/images/UE0AAAAACEKp+QAAAAVDSVRN", "name": null, "prices": [ { "amount": 90250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937284 }, { "amount": 71250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937285 }, { "amount": 52250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937287 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937288 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937284 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937285 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937287 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937288 } ], "seatMapImage": null, "start": 1390071600000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586625, "id": 138586627, "logo": null, "name": null, "prices": [ { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937235 }, { "amount": 23750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937236 }, { "amount": 19000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937238 }, { "amount": 14250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937239 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937240 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937235 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937236 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937238 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937239 }, { "areas": [ { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937240 } ], "seatMapImage": null, "start": 1390143600000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586629, "id": 138586631, "logo": "/images/UE0AAAAACEKqBQAAAAVDSVRN", "name": null, "prices": [ { "amount": 90250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937271 }, { "amount": 71250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937272 }, { "amount": 52250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937274 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937275 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937271 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937272 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937274 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937275 } ], "seatMapImage": null, "start": 1390159800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 341181239, "id": 341181446, "logo": "/images/UE0AAAAAFFYDNwAAAAdDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826016 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826017 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826015 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826018 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826019 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 340826016 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 340826017 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 340826015 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 340826018 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 340826019 } ], "seatMapImage": null, "start": 1390417200000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 341181239, "id": 341181445, "logo": "/images/UE0AAAAAFFYDNwAAAAdDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826016 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826017 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826015 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826018 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826019 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 340826016 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 340826017 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 340826015 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 340826018 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 340826019 } ], "seatMapImage": null, "start": 1390503600000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586633, "id": 138586635, "logo": "/images/UE0AAAAACEKqCQAAAAVDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086210 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086211 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086213 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086214 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086210 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086211 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086214 } ], "seatMapImage": null, "start": 1390590000000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586641, "id": 138586643, "logo": "/images/UE0AAAAACEKqEQAAAAVDSVRN", "name": null, "prices": [ { "amount": 80750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937284 }, { "amount": 61750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937285 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937287 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937288 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937284 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937285 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937287 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937288 } ], "seatMapImage": null, "start": 1390676400000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586645, "id": 138586647, "logo": "/images/UE0AAAAACEKqFQAAAAdDSVRN", "name": null, "prices": [ { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937235 }, { "amount": 23750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937236 }, { "amount": 19000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937238 }, { "amount": 14250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937239 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937240 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937235 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937236 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937238 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937239 }, { "areas": [ { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937240 } ], "seatMapImage": null, "start": 1390748400000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586649, "id": 138586651, "logo": "/images/UE0AAAAACEKqGQAAAAZDSVRN", "name": null, "prices": [ { "amount": 95000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 76000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 33250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937282 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937282 } ], "seatMapImage": null, "start": 1390849200000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586653, "id": 138586655, "logo": null, "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 } ], "seatMapImage": null, "start": 1390935600000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 341181243, "id": 341181453, "logo": "/images/UE0AAAAAFFYDOwAAAAdDSVRN", "name": null, "prices": [ { "amount": 80750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179212 }, { "amount": 61750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179213 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179214 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179215 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179212 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179214 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 341179215 } ], "seatMapImage": null, "start": 1391022000000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 341181243, "id": 341181454, "logo": "/images/UE0AAAAAFFYDOwAAAAdDSVRN", "name": null, "prices": [ { "amount": 80750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179212 }, { "amount": 61750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179213 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179214 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179215 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179212 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179214 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 341179215 } ], "seatMapImage": null, "start": 1391108400000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586657, "id": 138586659, "logo": "/images/UE0AAAAACEKqIQAAAAVDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086210 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086211 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086213 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086214 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086210 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086211 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086214 } ], "seatMapImage": null, "start": 1391194800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586661, "id": 138586663, "logo": null, "name": null, "prices": [ { "amount": 33250, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086196 }, { "amount": 23750, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086197 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086196 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086197 } ], "seatMapImage": null, "start": 1391353200000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586661, "id": 138586665, "logo": null, "name": null, "prices": [ { "amount": 33250, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086196 }, { "amount": 23750, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086197 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086196 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086197 } ], "seatMapImage": null, "start": 1391367600000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586667, "id": 138586669, "logo": null, "name": null, "prices": [ { "amount": 33250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937295 }, { "amount": 23750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937296 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937295 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937296 } ], "seatMapImage": null, "start": 1391540400000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586671, "id": 138586673, "logo": "/images/UE0AAAAACEKqLwAAAAlDSVRN", "name": null, "prices": [ { "amount": 80750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937289 }, { "amount": 61750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937290 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937292 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937293 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937289 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937290 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937292 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937293 } ], "seatMapImage": null, "start": 1391626800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586675, "id": 138586677, "logo": "/images/UE0AAAAACEKqMwAAAAVDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 } ], "seatMapImage": null, "start": 1391713200000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586679, "id": 138586681, "logo": "/images/UE0AAAAACEKqNwAAAAVDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086210 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086211 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086213 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086214 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086210 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086211 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086214 } ], "seatMapImage": null, "start": 1391799600000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586687, "id": 138586689, "logo": "/images/UE0AAAAACEKqPwAAAAVDSVRN", "name": null, "prices": [ { "amount": 90250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937284 }, { "amount": 71250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937285 }, { "amount": 52250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937287 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937288 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937284 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937285 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937287 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937288 } ], "seatMapImage": null, "start": 1391886000000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586691, "id": 138586693, "logo": null, "name": null, "prices": [ { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937284 }, { "amount": 23750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937285 }, { "amount": 19000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937287 }, { "amount": 14250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937288 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937283 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937284 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937285 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937287 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937288 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937283 } ], "seatMapImage": null, "start": 1391958000000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586695, "id": 138586697, "logo": "/images/UE0AAAAACEKqRwAAAAVDSVRN", "name": null, "prices": [ { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 33250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 23750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 16150, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937282 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937282 } ], "seatMapImage": null, "start": 1392145200000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 341181240, "id": 341181448, "logo": "/images/UE0AAAAAFFYDOAAAAAhDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179212 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179213 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179214 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179215 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179216 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179212 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179214 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 341179215 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179216 } ], "seatMapImage": null, "start": 1392231600000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 341181240, "id": 341181447, "logo": "/images/UE0AAAAAFFYDOAAAAAhDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179212 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179213 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179214 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179215 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179216 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179212 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179213 }, { "areas": [ { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179214 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 341179215 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179216 } ], "seatMapImage": null, "start": 1392318000000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586699, "id": 138586701, "logo": null, "name": null, "prices": [ { "amount": 15000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341264872 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341264872 } ], "seatMapImage": null, "start": 1392404400000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586703, "id": 138586705, "logo": "/images/UE0AAAAACEKqTwAAAAZDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937284 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937285 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937287 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937288 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937284 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937285 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937287 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937288 } ], "seatMapImage": null, "start": 1392490800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586707, "id": 138586709, "logo": "/images/UE0AAAAACEKqUwAAAAVDSVRN", "name": null, "prices": [ { "amount": 80750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937284 }, { "amount": 61750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937285 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937287 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937288 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937284 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937285 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937287 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937288 } ], "seatMapImage": null, "start": 1392562800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586711, "id": 138586713, "logo": "/images/UE0AAAAACEKqVwAAAAVDSVRN", "name": null, "prices": [ { "amount": 80750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 61750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 } ], "seatMapImage": null, "start": 1392663600000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586715, "id": 138586717, "logo": "/images/UE0AAAAACEKqWwAAAAVDSVRN", "name": null, "prices": [ { "amount": 80750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 61750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 } ], "seatMapImage": null, "start": 1392750000000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 341181248, "id": 341181462, "logo": "/images/UE0AAAAAFFYDQAAAAAZDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179212 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179213 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179214 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179215 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179216 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179212 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179214 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 341179215 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179216 } ], "seatMapImage": null, "start": 1392836400000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586719, "id": 138586721, "logo": "/images/UE0AAAAACEKqXwAAAAVDSVRN", "name": null, "prices": [ { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086196 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086197 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086196 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086197 } ], "seatMapImage": null, "start": 1393095600000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586723, "id": 138586729, "logo": null, "name": null, "prices": [ { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937307 }, { "amount": 33250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937308 }, { "amount": 23750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937310 }, { "amount": 16150, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937311 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937312 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937307 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937308 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937310 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937311 }, { "areas": [ { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937312 } ], "seatMapImage": null, "start": 1393678800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586723, "id": 138586725, "logo": null, "name": null, "prices": [ { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937307 }, { "amount": 33250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937308 }, { "amount": 23750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937310 }, { "amount": 16150, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937311 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937312 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937307 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937308 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937310 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937311 }, { "areas": [ { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937312 } ], "seatMapImage": null, "start": 1393693200000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586723, "id": 138586727, "logo": null, "name": null, "prices": [ { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937307 }, { "amount": 33250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937308 }, { "amount": 23750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937310 }, { "amount": 16150, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937311 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937312 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937307 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937308 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937310 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937311 }, { "areas": [ { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937312 } ], "seatMapImage": null, "start": 1393754400000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586731, "id": 138586733, "logo": "/images/UE0AAAAACEKqawAAAAVDSVRN", "name": null, "prices": [ { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 23750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 19000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 14250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937282 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937282 } ], "seatMapImage": null, "start": 1393959600000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 341181249, "id": 341181463, "logo": "/images/UE0AAAAAFFYDQQAAAAdDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826016 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826017 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826015 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826018 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826019 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 340826016 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 340826017 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 340826015 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 340826018 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 340826019 } ], "seatMapImage": null, "start": 1394046000000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 341181249, "id": 341181464, "logo": "/images/UE0AAAAAFFYDQQAAAAdDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826016 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826017 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826015 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826018 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826019 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 340826016 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 340826017 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 340826015 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 340826018 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 340826019 } ], "seatMapImage": null, "start": 1394132400000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586735, "id": 138586737, "logo": "/images/UE0AAAAACEKqbwAAAAVDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086210 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086211 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086213 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086214 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086210 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086211 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086214 } ], "seatMapImage": null, "start": 1394218800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586743, "id": 138586745, "logo": null, "name": null, "prices": [ { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937284 }, { "amount": 33250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937285 }, { "amount": 23750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937287 }, { "amount": 16150, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937288 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937283 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937284 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937285 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937287 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937288 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937283 } ], "seatMapImage": null, "start": 1394305200000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586747, "id": 138586749, "logo": "/images/UE0AAAAACEKqewAAAAVDSVRN", "name": null, "prices": [ { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937284 }, { "amount": 33250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937285 }, { "amount": 23750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937287 }, { "amount": 16150, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937288 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937283 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937284 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937285 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937287 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937288 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937283 } ], "seatMapImage": null, "start": 1394377200000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586751, "id": 138586753, "logo": "/images/UE0AAAAACEKqfwAAAAVDSVRN", "name": null, "prices": [ { "amount": 95000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 76000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 33250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937282 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937282 } ], "seatMapImage": null, "start": 1394478000000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 341181244, "id": 341181455, "logo": "/images/UE0AAAAAFFYDPAAAAAZDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179212 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179213 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179214 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179215 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179216 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179212 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 341179214 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 341179215 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179216 } ], "seatMapImage": null, "start": 1394650800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 341181244, "id": 341181456, "logo": "/images/UE0AAAAAFFYDPAAAAAZDSVRN", "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179212 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179213 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179214 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179215 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179216 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179212 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 341179214 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 341179215 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179216 } ], "seatMapImage": null, "start": 1394737200000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586755, "id": 138586757, "logo": null, "name": null, "prices": [ { "amount": 80750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341264866 }, { "amount": 61750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341264867 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341264869 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 341264870 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341264866 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341264867 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341264869 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341264870 } ], "seatMapImage": null, "start": 1394823600000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586759, "id": 138586761, "logo": null, "name": null, "prices": [ { "amount": 80750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 61750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 } ], "seatMapImage": null, "start": 1395082800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 151183114, "id": 151183116, "logo": null, "name": null, "prices": [ { "amount": 90250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937289 }, { "amount": 71250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937290 }, { "amount": 52250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937292 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937293 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937289 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937290 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937292 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937293 } ], "seatMapImage": null, "start": 1395169200000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586771, "id": 138586773, "logo": null, "name": null, "prices": [ { "amount": 80750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 61750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 } ], "seatMapImage": null, "start": 1395255600000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586775, "id": 138586777, "logo": null, "name": null, "prices": [ { "amount": 95000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 76000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 33250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937282 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937282 } ], "seatMapImage": null, "start": 1395342000000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586779, "id": 138586781, "logo": null, "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086210 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086211 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086213 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086214 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086210 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086211 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086214 } ], "seatMapImage": null, "start": 1395428400000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586783, "id": 138586785, "logo": null, "name": null, "prices": [ { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937241 }, { "amount": 33250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937242 }, { "amount": 23750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937244 }, { "amount": 16150, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937245 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937246 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937241 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937242 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937244 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937245 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937246 } ], "seatMapImage": null, "start": 1395500400000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586787, "id": 138586789, "logo": null, "name": null, "prices": [ { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937284 }, { "amount": 23750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937285 }, { "amount": 19000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937287 }, { "amount": 14250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937288 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937283 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937284 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937285 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937287 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937288 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937283 } ], "seatMapImage": null, "start": 1395514800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586795, "id": 138586797, "logo": null, "name": null, "prices": [ { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937235 }, { "amount": 23750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937236 }, { "amount": 19000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937238 }, { "amount": 14250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937239 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937240 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937235 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937236 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937238 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937239 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937240 } ], "seatMapImage": null, "start": 1395586800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 341181246, "id": 341181459, "logo": null, "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826016 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826017 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826015 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826018 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826019 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 340826016 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 340826017 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 340826015 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 340826018 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 340826019 } ], "seatMapImage": null, "start": 1395860400000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 341181246, "id": 341181460, "logo": null, "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826016 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826017 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826015 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826018 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826019 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 340826016 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 340826017 }, { "areas": [ { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 340826015 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 340826018 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 340826019 } ], "seatMapImage": null, "start": 1395946800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586799, "id": 138586801, "logo": null, "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086210 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086211 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086213 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086214 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086210 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086211 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086214 } ], "seatMapImage": null, "start": 1396033200000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586803, "id": 138586805, "logo": null, "name": null, "prices": [ { "amount": 90250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937284 }, { "amount": 71250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937285 }, { "amount": 52250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937287 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937288 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937284 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937285 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937287 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937288 } ], "seatMapImage": null, "start": 1396191600000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586807, "id": 138586809, "logo": null, "name": null, "prices": [ { "amount": 104500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 76000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 33250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937282 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937282 } ], "seatMapImage": null, "start": 1396288800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586811, "id": 138586813, "logo": null, "name": null, "prices": [ { "amount": 90250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 71250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 52250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 } ], "seatMapImage": null, "start": 1396375200000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 341181255, "id": 341181472, "logo": null, "name": null, "prices": [ { "amount": 80750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179212 }, { "amount": 61750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179213 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179214 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179215 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179212 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179214 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 341179215 } ], "seatMapImage": null, "start": 1396461600000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 341181255, "id": 341181471, "logo": null, "name": null, "prices": [ { "amount": 80750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179212 }, { "amount": 61750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179213 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179214 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179215 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179212 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179214 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 341179215 } ], "seatMapImage": null, "start": 1396548000000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586815, "id": 138586817, "logo": null, "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086210 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086211 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086213 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086214 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086210 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086211 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086214 } ], "seatMapImage": null, "start": 1396634400000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586823, "id": 138586825, "logo": null, "name": null, "prices": [ { "amount": 80750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937284 }, { "amount": 61750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937285 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937287 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937288 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937284 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937285 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937287 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937288 } ], "seatMapImage": null, "start": 1396720800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586827, "id": 138586829, "logo": null, "name": null, "prices": [ { "amount": 80750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937284 }, { "amount": 61750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937285 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937287 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937288 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937284 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937285 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937287 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937288 } ], "seatMapImage": null, "start": 1396792800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586831, "id": 138586833, "logo": null, "name": null, "prices": [ { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 33250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 23750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 16150, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937282 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937282 } ], "seatMapImage": null, "start": 1396893600000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586835, "id": 138586837, "logo": null, "name": null, "prices": [ { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 33250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 23750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 16150, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937282 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937282 } ], "seatMapImage": null, "start": 1396980000000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 341181256, "id": 341181473, "logo": null, "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179212 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179213 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179214 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179215 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179216 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179212 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179214 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 341179215 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179216 } ], "seatMapImage": null, "start": 1397066400000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 341181256, "id": 341181474, "logo": null, "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179212 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179213 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179214 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179215 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179216 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179212 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179214 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 341179215 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179216 } ], "seatMapImage": null, "start": 1397152800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586839, "id": 138586841, "logo": null, "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341264866 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341264867 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 341264869 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 341264870 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341264866 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341264867 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341264869 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341264870 } ], "seatMapImage": null, "start": 1397239200000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586843, "id": 138586845, "logo": null, "name": null, "prices": [ { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937284 }, { "amount": 33250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937285 }, { "amount": 23750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937287 }, { "amount": 16150, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937288 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937283 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937284 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937285 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937287 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937288 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937283 } ], "seatMapImage": null, "start": 1397311200000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586847, "id": 138586849, "logo": null, "name": null, "prices": [ { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937284 }, { "amount": 33250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937285 }, { "amount": 23750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937287 }, { "amount": 16150, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937288 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937283 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937284 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937285 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937287 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937288 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937283 } ], "seatMapImage": null, "start": 1397325600000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586851, "id": 138586853, "logo": null, "name": null, "prices": [ { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937284 }, { "amount": 33250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937285 }, { "amount": 23750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937287 }, { "amount": 16150, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937288 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937283 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937284 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937285 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937287 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937288 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937283 } ], "seatMapImage": null, "start": 1397397600000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586855, "id": 138586857, "logo": null, "name": null, "prices": [ { "amount": 80750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 61750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 } ], "seatMapImage": null, "start": 1397498400000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586859, "id": 138586861, "logo": null, "name": null, "prices": [ { "amount": 80750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 61750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 } ], "seatMapImage": null, "start": 1397584800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586863, "id": 138586865, "logo": null, "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 } ], "seatMapImage": null, "start": 1397930400000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 341181251, "id": 341181466, "logo": null, "name": null, "prices": [ { "amount": 80750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179212 }, { "amount": 61750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179213 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179214 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179215 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179212 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179214 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 341179215 } ], "seatMapImage": null, "start": 1398276000000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 341181253, "id": 341181468, "logo": null, "name": null, "prices": [ { "amount": 80750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179212 }, { "amount": 61750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179213 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179214 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179215 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179212 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179214 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 341179215 } ], "seatMapImage": null, "start": 1398362400000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586867, "id": 138586869, "logo": null, "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086210 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086211 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086213 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086214 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086210 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086211 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086214 } ], "seatMapImage": null, "start": 1398448800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586871, "id": 138586873, "logo": null, "name": null, "prices": [ { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086196 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086197 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086196 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086197 } ], "seatMapImage": null, "start": 1398607200000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586875, "id": 138586877, "logo": null, "name": null, "prices": [ { "amount": 95000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 76000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 33250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937282 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937282 } ], "seatMapImage": null, "start": 1398708000000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586879, "id": 138586881, "logo": null, "name": null, "prices": [ { "amount": 171000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 123500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 95000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 66500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937282 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937282 } ], "seatMapImage": null, "start": 1398794400000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586883, "id": 138586887, "logo": null, "name": null, "prices": [ { "amount": 33250, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086196 }, { "amount": 23750, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086197 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086196 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086197 } ], "seatMapImage": null, "start": 1399125600000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586883, "id": 138586885, "logo": null, "name": null, "prices": [ { "amount": 33250, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086196 }, { "amount": 23750, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086197 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086196 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086197 } ], "seatMapImage": null, "start": 1399140000000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586889, "id": 138586891, "logo": null, "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937307 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937308 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937310 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937311 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937307 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937308 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937310 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937311 } ], "seatMapImage": null, "start": 1399312800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586893, "id": 138586895, "logo": null, "name": null, "prices": [ { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 23750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 19000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 14250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937282 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937282 } ], "seatMapImage": null, "start": 1399399200000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 341181232, "id": 341181434, "logo": null, "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179212 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179213 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179214 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179215 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179216 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179212 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179214 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 341179215 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179216 } ], "seatMapImage": null, "start": 1399485600000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586897, "id": 138586899, "logo": null, "name": null, "prices": [ { "amount": 95000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 76000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 33250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937282 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937282 } ], "seatMapImage": null, "start": 1399917600000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586901, "id": 138586903, "logo": null, "name": null, "prices": [ { "amount": 95000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 76000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 33250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937282 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937282 } ], "seatMapImage": null, "start": 1400176800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586905, "id": 138586907, "logo": null, "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086210 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086211 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086213 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086214 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086210 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086211 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086214 } ], "seatMapImage": null, "start": 1400263200000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586909, "id": 138586911, "logo": null, "name": null, "prices": [ { "amount": 80750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937284 }, { "amount": 61750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937285 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937287 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937288 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937284 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937285 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937287 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937288 } ], "seatMapImage": null, "start": 1400349600000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586917, "id": 138586919, "logo": null, "name": null, "prices": [ { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937235 }, { "amount": 23750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937236 }, { "amount": 19000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937238 }, { "amount": 14250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937239 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937240 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937235 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937236 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937238 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937239 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937240 } ], "seatMapImage": null, "start": 1400421600000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 341181259, "id": 341181480, "logo": null, "name": null, "prices": [ { "amount": 80750, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826016 }, { "amount": 61750, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826017 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826015 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826018 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 340826016 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 340826017 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 340826015 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 340826018 } ], "seatMapImage": null, "start": 1400695200000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 341181259, "id": 341181479, "logo": null, "name": null, "prices": [ { "amount": 80750, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826016 }, { "amount": 61750, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826017 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826015 }, { "amount": 28500, "audienceSubCategoryId": 337100890, "seatCategoryId": 340826018 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 340826016 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 340826017 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 340826015 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 340826018 } ], "seatMapImage": null, "start": 1400781600000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586921, "id": 138586923, "logo": null, "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086210 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086211 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086213 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086214 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086210 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086211 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086214 } ], "seatMapImage": null, "start": 1400868000000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586929, "id": 138586931, "logo": null, "name": null, "prices": [ { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937241 }, { "amount": 33250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937242 }, { "amount": 23750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937244 }, { "amount": 16150, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937245 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937246 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937241 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937242 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937244 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937245 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937246 } ], "seatMapImage": null, "start": 1400940000000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586933, "id": 138586935, "logo": null, "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086196 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086197 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086196 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086197 } ], "seatMapImage": null, "start": 1401026400000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586937, "id": 138586939, "logo": null, "name": null, "prices": [ { "amount": 95000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 76000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 33250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937282 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937282 } ], "seatMapImage": null, "start": 1401127200000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586941, "id": 138586943, "logo": null, "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341264860 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341264861 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 341264863 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 341264864 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341264860 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341264861 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341264863 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341264864 } ], "seatMapImage": null, "start": 1401472800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586945, "id": 138586947, "logo": null, "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 } ], "seatMapImage": null, "start": 1401730200000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586949, "id": 138586951, "logo": null, "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 } ], "seatMapImage": null, "start": 1401818400000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586953, "id": 138586955, "logo": null, "name": null, "prices": [ { "amount": 95000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 76000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 33250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937282 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937282 } ], "seatMapImage": null, "start": 1401904800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586957, "id": 138586959, "logo": null, "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 } ], "seatMapImage": null, "start": 1401991200000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586961, "id": 138586963, "logo": null, "name": null, "prices": [ { "amount": 95000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937284 }, { "amount": 76000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937285 }, { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937287 }, { "amount": 33250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937288 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937283 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937284 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937285 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937287 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937288 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937283 } ], "seatMapImage": null, "start": 1402077600000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586965, "id": 138586967, "logo": null, "name": null, "prices": [ { "amount": 95000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 76000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 33250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937282 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937282 } ], "seatMapImage": null, "start": 1402423200000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 341181258, "id": 341181477, "logo": null, "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179212 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179213 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179214 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179215 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179216 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179212 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179214 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 341179215 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179216 } ], "seatMapImage": null, "start": 1402509600000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 341181258, "id": 341181478, "logo": null, "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179212 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179213 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179214 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179215 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179216 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179212 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179214 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 341179215 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179216 } ], "seatMapImage": null, "start": 1402596000000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586969, "id": 138586971, "logo": null, "name": null, "prices": [ { "amount": 33250, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086196 }, { "amount": 23750, "audienceSubCategoryId": 337100890, "seatCategoryId": 339086197 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086196 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 339086197 } ], "seatMapImage": null, "start": 1402768800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586973, "id": 138586975, "logo": null, "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937284 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937285 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937287 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937288 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937284 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937285 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937287 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937288 } ], "seatMapImage": null, "start": 1402840800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586977, "id": 138586979, "logo": null, "name": null, "prices": [ { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 33250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 23750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 16150, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937282 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937282 } ], "seatMapImage": null, "start": 1402941600000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586981, "id": 138586983, "logo": null, "name": null, "prices": [ { "amount": 123500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937289 }, { "amount": 85500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937290 }, { "amount": 61750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937292 }, { "amount": 38000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937293 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937294 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937289 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937290 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937292 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937293 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937294 } ], "seatMapImage": null, "start": 1403028000000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 341181257, "id": 341181475, "logo": null, "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179212 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179213 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179214 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179215 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179216 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179212 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179214 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 341179215 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179216 } ], "seatMapImage": null, "start": 1403114400000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 341181257, "id": 341181476, "logo": null, "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179212 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179213 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179214 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179215 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179216 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179212 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179214 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 341179215 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179216 } ], "seatMapImage": null, "start": 1403200800000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 341181247, "id": 341181461, "logo": null, "name": null, "prices": [ { "amount": 57000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179212 }, { "amount": 42750, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179213 }, { "amount": 32300, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179214 }, { "amount": 20900, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179215 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 341179216 } ], "seatCategories": [ { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179212 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179213 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179214 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] } ], "seatCategoryId": 341179215 }, { "areas": [ { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 341179216 } ], "seatMapImage": null, "start": 1403719200000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586989, "id": 138586991, "logo": null, "name": null, "prices": [ { "amount": 152000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937284 }, { "amount": 104500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937285 }, { "amount": 76000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937287 }, { "amount": 52250, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937288 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937283 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937284 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937285 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937287 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937288 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937283 } ], "seatMapImage": null, "start": 1403892000000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586993, "id": 138586995, "logo": null, "name": null, "prices": [ { "amount": 123500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 85500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 61750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 38000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937282 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937282 } ], "seatMapImage": null, "start": 1404324000000, "venueCode": "PLEYEL_PLEYEL" }, { "eventId": 138586997, "id": 138586999, "logo": null, "name": null, "prices": [ { "amount": 123500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937277 }, { "amount": 85500, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937278 }, { "amount": 61750, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937280 }, { "amount": 38000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937281 }, { "amount": 10000, "audienceSubCategoryId": 337100890, "seatCategoryId": 338937282 } ], "seatCategories": [ { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937277 }, { "areas": [ { "areaId": 205705999, "blockIds": [] }, { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937278 }, { "areas": [ { "areaId": 205705998, "blockIds": [] }, { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205705995, "blockIds": [] }, { "areaId": 205705996, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205705993, "blockIds": [] }, { "areaId": 205706007, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937280 }, { "areas": [ { "areaId": 205705994, "blockIds": [] }, { "areaId": 205706006, "blockIds": [] }, { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706001, "blockIds": [] }, { "areaId": 205706000, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937281 }, { "areas": [ { "areaId": 205706005, "blockIds": [] }, { "areaId": 205706004, "blockIds": [] }, { "areaId": 205706003, "blockIds": [] }, { "areaId": 205706002, "blockIds": [] }, { "areaId": 205706009, "blockIds": [] }, { "areaId": 205706008, "blockIds": [] } ], "seatCategoryId": 338937282 } ], "seatMapImage": null, "start": 1404410400000, "venueCode": "PLEYEL_PLEYEL" } ], "seatCategoryNames": { "338937235": "1ère catégorie", "338937236": "2ème catégorie", "338937238": "3ème catégorie", "338937239": "4ème catégorie", "338937240": "5ème catégorie", "338937241": "1ère catégorie", "338937242": "2ème catégorie", "338937244": "3ème catégorie", "338937245": "4ème catégorie", "338937246": "5ème catégorie", "338937271": "1ère catégorie", "338937272": "2ème catégorie", "338937274": "3ème catégorie", "338937275": "4ème catégorie", "338937277": "1ère catégorie", "338937278": "2ème catégorie", "338937280": "3ème catégorie", "338937281": "4ème catégorie", "338937282": "5ème catégorie", "338937283": "5ème catégorie", "338937284": "1ère catégorie", "338937285": "2ème catégorie", "338937287": "3ème catégorie", "338937288": "4ème catégorie", "338937289": "1ère catégorie", "338937290": "2ème catégorie", "338937292": "3ème catégorie", "338937293": "4ème catégorie", "338937294": "5ème catégorie", "338937295": "1ère catégorie", "338937296": "2ème catégorie", "338937307": "1ère catégorie", "338937308": "2ème catégorie", "338937310": "3ème catégorie", "338937311": "4ème catégorie", "338937312": "5ème catégorie", "338937314": "Catégorie unique", "339086196": "1ère catégorie", "339086197": "2ème catégorie", "339086210": "1ère catégorie", "339086211": "2ème catégorie", "339086213": "3ème catégorie", "339086214": "4ème catégorie", "339086215": "5ème catégorie", "340826015": "Catégorie 3", "340826016": "Catégorie 1", "340826017": "Catégorie 2", "340826018": "Catégorie 4", "340826019": "Catégorie 5", "341179212": "CAT1", "341179213": "CAT2", "341179214": "CAT3", "341179215": "CAT4", "341179216": "CAT5", "341264860": "1ère catégorie", "341264861": "2ème catégorie", "341264863": "3ème catégorie", "341264864": "4ème catégorie", "341264866": "1ère catégorie", "341264867": "2ème catégorie", "341264869": "3ème catégorie", "341264870": "4ème catégorie", "341264872": "1ère catégorie", "342752792": "catétgorie unique" }, "subTopicNames": { "337184262": "Musique amplifiée", "337184263": "Musique baroque", "337184267": "Ciné-concert", "337184268": "Musique classique", "337184269": "Jazz", "337184273": "Musique de chambre", "337184275": "Musique dirigée", "337184279": "Musique du monde", "337184280": "Pop/rock", "337184281": "Musique de chambre", "337184282": "Famille", "337184283": "Concert", "337184284": "Opéra (version de concert)", "337184288": "Musique contemporaine", "337184292": "Musique vocale", "337184296": "Musique ancienne", "337184297": "Chanson", "337184298": "Voix", "337184299": "famille" }, "subjectNames": {}, "topicNames": { "107888604": "Activité", "324846098": "Type de public", "324846099": "Genre", "324846100": "Formations musicales" }, "topicSubTopics": { "107888604": [ 337184283, 337184267 ], "324846098": [ 337184299 ], "324846099": [ 337184268, 337184288, 337184284, 337184263, 337184298, 337184269, 337184280, 337184297, 337184281, 337184296, 337184279 ], "324846100": [ 337184275, 337184262, 337184292, 337184273, 337184282 ] }, "venueNames": { "PLEYEL_PLEYEL": "Salle Pleyel" } } oj-3.16.12/test/data/citm_catalog.rails.json000066400000000000000000017211241510053151600206230ustar00rootroot00000000000000{"areaNames":{"205705993":"Arrière-scène central","205705994":"1er balcon central","205705995":"2ème balcon bergerie cour","205705996":"2ème balcon bergerie jardin","205705998":"1er balcon bergerie jardin","205705999":"1er balcon bergerie cour","205706000":"Arrière-scène jardin","205706001":"Arrière-scène cour","205706002":"2ème balcon jardin","205706003":"2ème balcon cour","205706004":"2ème Balcon central","205706005":"1er balcon jardin","205706006":"1er balcon cour","205706007":"Orchestre central","205706008":"Orchestre jardin","205706009":"Orchestre cour","342752287":"Zone physique secrète"},"audienceSubCategoryNames":{"337100890":"Abonné"},"blockNames":{},"events":{"138586341":{"description":null,"id":138586341,"logo":null,"name":"30th Anniversary Tour","subTopicIds":[337184269,337184283],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604]},"138586345":{"description":null,"id":138586345,"logo":"/images/UE0AAAAACEKo6QAAAAZDSVRN","name":"Berliner Philharmoniker","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586349":{"description":null,"id":138586349,"logo":"/images/UE0AAAAACEKo7QAAAAZDSVRN","name":"Berliner Philharmoniker","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586353":{"description":null,"id":138586353,"logo":"/images/UE0AAAAACEKo8QAAAAZDSVRN","name":"Pittsburgh Symphony Orchestra","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586357":{"description":null,"id":138586357,"logo":"/images/UE0AAAAACEKo9QAAAAhDSVRN","name":"Orchestre Philharmonique de Radio France","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586361":{"description":null,"id":138586361,"logo":"/images/UE0AAAAACEKo+QAAAAVDSVRN","name":"WDR Sinfonieorchester Köln","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586365":{"description":null,"id":138586365,"logo":"/images/UE0AAAAACEKo/QAAAAVDSVRN","name":"Alessandro - G.F. Haendel","subTopicIds":[337184284,337184263,337184298,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586369":{"description":null,"id":138586369,"logo":"/images/UE0AAAAACEKpAQAAAAVDSVRN","name":"Orchestre Colonne","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586373":{"description":null,"id":138586373,"logo":"/images/UE0AAAAACEKpBQAAAAdDSVRN","name":"Christophe","subTopicIds":[337184280,337184297,337184283,337184262],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586377":{"description":null,"id":138586377,"logo":"/images/UE0AAAAACEKpCQAAAAVDSVRN","name":"Joshua Redman Quartet","subTopicIds":[337184269,337184283,337184262],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586381":{"description":null,"id":138586381,"logo":"/images/UE0AAAAACEKpDQAAAAVDSVRN","name":"Orchestre Symphonique d'Etat de São Paulo","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586385":{"description":null,"id":138586385,"logo":"/images/UE0AAAAACEKpEQAAAAVDSVRN","name":"Le génie italien","subTopicIds":[337184284,337184298,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586389":{"description":null,"id":138586389,"logo":"/images/UE0AAAAACEKpFQAAAAVDSVRN","name":"Les Noces de Figaro - W.A. Mozart (version de concert)","subTopicIds":[337184284,337184298,337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586393":{"description":null,"id":138586393,"logo":"/images/UE0AAAAACEKpGQAAAAhDSVRN","name":"Orchestre Pasdeloup","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586397":{"description":null,"id":138586397,"logo":null,"name":"The Saxophone Summit","subTopicIds":[337184269,337184283,337184262],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586401":{"description":null,"id":138586401,"logo":"/images/UE0AAAAACEKpIQAAAAVDSVRN","name":"Patricia Petibon - Nouveau Monde","subTopicIds":[337184263,337184298,337184283,337184292],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586405":{"description":null,"id":138586405,"logo":"/images/UE0AAAAACEKpJQAAAAVDSVRN","name":"Russian National Orchestra","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586409":{"description":null,"id":138586409,"logo":"/images/UE0AAAAACEKpKQAAAAZDSVRN","name":"Orchestre Philharmonique de Radio France","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586413":{"description":null,"id":138586413,"logo":"/images/UE0AAAAACEKpLQAAAAVDSVRN","name":"Evgeny Kissin","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586417":{"description":null,"id":138586417,"logo":"/images/UE0AAAAACEKpMQAAAAZDSVRN","name":"Bach, concertos pour piano","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586421":{"description":null,"id":138586421,"logo":"/images/UE0AAAAACEKpNQAAAAVDSVRN","name":"Bach, concertos pour piano","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586425":{"description":null,"id":138586425,"logo":null,"name":"Orchestre National d'Île-de-France","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586429":{"description":null,"id":138586429,"logo":"/images/UE0AAAAACEKpPQAAAAVDSVRN","name":"Gewandhausorchester Leipzig","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586433":{"description":null,"id":138586433,"logo":"/images/UE0AAAAACEKpQQAAAAVDSVRN","name":"Gewandhausorchester Leipzig","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586437":{"description":null,"id":138586437,"logo":"/images/UE0AAAAACEKpRQAAAAVDSVRN","name":"Budapest Festival Orchestra","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586441":{"description":null,"id":138586441,"logo":"/images/UE0AAAAACEKpSQAAAAVDSVRN","name":"Orchestre National du Capitole de Toulouse","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586445":{"description":null,"id":138586445,"logo":"/images/UE0AAAAACEKpTQAAAAVDSVRN","name":"Gewandhausorchester Leipzig","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586449":{"description":null,"id":138586449,"logo":"/images/UE0AAAAACEKpUQAAAAVDSVRN","name":"Gewandhausorchester Leipzig","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586453":{"description":null,"id":138586453,"logo":"/images/UE0AAAAACEKpVQAAAAVDSVRN","name":"Remember Shakti","subTopicIds":[337184269,337184283,337184262],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586457":{"description":null,"id":138586457,"logo":"/images/UE0AAAAACEKpWQAAAAVDSVRN","name":"Menahem Pressler - Quatuor Ebène","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586461":{"description":null,"id":138586461,"logo":"/images/UE0AAAAACEKpXQAAAAZDSVRN","name":"Orchestre Philharmonique de Radio France","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586465":{"description":null,"id":138586465,"logo":"/images/UE0AAAAACEKpYQAAAAVDSVRN","name":"Orquesta Buena Vista Social Club","subTopicIds":[337184279,337184283,337184262],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586469":{"description":null,"id":138586469,"logo":"/images/UE0AAAAACEKpZQAAAAVDSVRN","name":"The Cleveland Orchestra","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586473":{"description":null,"id":138586473,"logo":"/images/UE0AAAAACEKpaQAAAAVDSVRN","name":"The Cleveland Orchestra","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586477":{"description":null,"id":138586477,"logo":"/images/UE0AAAAACEKpbQAAAAZDSVRN","name":"Orchestre Philharmonique du Luxembourg","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586481":{"description":null,"id":138586481,"logo":"/images/UE0AAAAACEKpcQAAAAVDSVRN","name":"Maurizio Pollini, piano","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586485":{"description":null,"id":138586485,"logo":"/images/UE0AAAAACEKpdQAAAAZDSVRN","name":"Orchestre Philharmonique de Radio France","subTopicIds":[337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586501":{"description":null,"id":138586501,"logo":"/images/UE0AAAAACEKphQAAAAVDSVRN","name":"Antonio Meneses - Maria-João Pires","subTopicIds":[337184268,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586505":{"description":null,"id":138586505,"logo":"/images/UE0AAAAACEKpiQAAAAVDSVRN","name":"Musiques pour la reine Caroline","subTopicIds":[337184284,337184263,337184298,337184283,337184292],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586509":{"description":null,"id":138586509,"logo":null,"name":"Orchestre National d'Île-de-France","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586513":{"description":null,"id":138586513,"logo":"/images/UE0AAAAACEKpkQAAAAVDSVRN","name":"Les Mystères d'Isis - W.A. Mozart (cersion de concert)","subTopicIds":[337184284,337184298,337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586517":{"description":null,"id":138586517,"logo":"/images/UE0AAAAACEKplQAAAAdDSVRN","name":"Martha Argerich - Gidon Kremer","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586521":{"description":null,"id":138586521,"logo":"/images/UE0AAAAACEKpmQAAAAVDSVRN","name":"Cecilia Bartoli - Mozart et la Vienne classique","subTopicIds":[337184298,337184268,337184283,337184292],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586525":{"description":null,"id":138586525,"logo":"/images/UE0AAAAACEKpnQAAAAVDSVRN","name":"Orchestre Philharmonique de Radio France","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586529":{"description":null,"id":138586529,"logo":null,"name":"Orchestre Pasdeloup","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586533":{"description":null,"id":138586533,"logo":"/images/UE0AAAAACEKppQAAAAVDSVRN","name":"Orchestre du Théâtre Mariinsky","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586537":{"description":null,"id":138586537,"logo":"/images/UE0AAAAACEKpqQAAAAVDSVRN","name":"Orchestre du Théâtre Mariinsky","subTopicIds":[337184298,337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586541":{"description":null,"id":138586541,"logo":"/images/UE0AAAAACEKprQAAAAVDSVRN","name":"Orchestre du Théâtre Mariinsky","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586545":{"description":null,"id":138586545,"logo":"/images/UE0AAAAACEKpsQAAAAVDSVRN","name":"Academy of Saint Martin in the Fields","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586549":{"description":null,"id":138586549,"logo":"/images/UE0AAAAACEKptQAAAAVDSVRN","name":"Quatuor Hagen","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586553":{"description":null,"id":138586553,"logo":"/images/UE0AAAAACEKpuQAAAAVDSVRN","name":"Quatuor Hagen","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586557":{"description":null,"id":138586557,"logo":"/images/UE0AAAAACEKpvQAAAAVDSVRN","name":"Quatuor Hagen","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586561":{"description":null,"id":138586561,"logo":"/images/UE0AAAAACEKpwQAAAAVDSVRN","name":"Sunwook Kim, piano","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586565":{"description":null,"id":138586565,"logo":null,"name":"Orchestre Colonne","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586569":{"description":null,"id":138586569,"logo":"/images/UE0AAAAACEKpyQAAAAVDSVRN","name":"Orchestre Philharmonique de Radio France","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586581":{"description":null,"id":138586581,"logo":null,"name":"Orchestre National de France","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586585":{"description":null,"id":138586585,"logo":"/images/UE0AAAAACEKp2QAAAAVDSVRN","name":"Messe en si mineur - J.S. Bach","subTopicIds":[337184296,337184263,337184298,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586589":{"description":null,"id":138586589,"logo":null,"name":"Le Messie - G.F. Haendel","subTopicIds":[337184263,337184298,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586593":{"description":null,"id":138586593,"logo":"/images/UE0AAAAACEKp4QAAAAdDSVRN","name":"Orchestre National d'Île-de-France","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586597":{"description":null,"id":138586597,"logo":"/images/UE0AAAAACEKp5QAAAAVDSVRN","name":"Orchestre Philharmonique de Radio France","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586601":{"description":null,"id":138586601,"logo":"/images/UE0AAAAACEKp6QAAAAdDSVRN","name":"Orchestre Pasdeloup","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586605":{"description":null,"id":138586605,"logo":null,"name":"Orchestre Colonne","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586609":{"description":null,"id":138586609,"logo":null,"name":"Ciné-concert - Le Cuirassé Potemkine","subTopicIds":[337184267,337184262,337184275],"subjectCode":null,"subtitle":null,"topicIds":[107888604,324846100]},"138586613":{"description":null,"id":138586613,"logo":"/images/UE0AAAAACEKp9QAAAAVDSVRN","name":"Orchestre Philharmonique de Radio France","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586617":{"description":null,"id":138586617,"logo":"/images/UE0AAAAACEKp+QAAAAVDSVRN","name":"London Symphony Orchestra","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586625":{"description":null,"id":138586625,"logo":null,"name":"Orchestre National d'Île-de-France","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586629":{"description":null,"id":138586629,"logo":"/images/UE0AAAAACEKqBQAAAAVDSVRN","name":"Orquesta Sinfonica Simón Bolívar de Venezuela","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586633":{"description":null,"id":138586633,"logo":"/images/UE0AAAAACEKqCQAAAAVDSVRN","name":"Orchestre Philharmonique de Radio France","subTopicIds":[337184298,337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586641":{"description":null,"id":138586641,"logo":"/images/UE0AAAAACEKqEQAAAAVDSVRN","name":"Edita Gruberova - Airs de concert","subTopicIds":[337184284,337184298,337184283,337184292],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586645":{"description":null,"id":138586645,"logo":"/images/UE0AAAAACEKqFQAAAAdDSVRN","name":"Orchestre National d'Île-de-France","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586649":{"description":null,"id":138586649,"logo":"/images/UE0AAAAACEKqGQAAAAZDSVRN","name":"Alexei Volodin, piano","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586653":{"description":null,"id":138586653,"logo":null,"name":"Sonya Yoncheva - Diva !","subTopicIds":[337184284,337184263,337184298,337184283,337184292],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586657":{"description":null,"id":138586657,"logo":"/images/UE0AAAAACEKqIQAAAAVDSVRN","name":"Orchestre Philharmonique de Radio France","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586661":{"description":null,"id":138586661,"logo":null,"name":"Le Ramayana balinais - L'Enlèvement de Sita","subTopicIds":[337184279,337184283,337184262],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586667":{"description":null,"id":138586667,"logo":null,"name":"Dave Holland \u0026 friends","subTopicIds":[337184269,337184283,337184262],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586671":{"description":null,"id":138586671,"logo":"/images/UE0AAAAACEKqLwAAAAlDSVRN","name":"Boris Godunov - M.Moussorgski (version de concert)","subTopicIds":[337184284,337184298,337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586675":{"description":null,"id":138586675,"logo":"/images/UE0AAAAACEKqMwAAAAVDSVRN","name":"Insula orchestra - Accentus","subTopicIds":[337184298,337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586679":{"description":null,"id":138586679,"logo":"/images/UE0AAAAACEKqNwAAAAVDSVRN","name":"Orchestre Philharmonique de Radio France","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586687":{"description":null,"id":138586687,"logo":"/images/UE0AAAAACEKqPwAAAAVDSVRN","name":"Bryn Terfel - Héros légendaires","subTopicIds":[337184284,337184298,337184283,337184292],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586691":{"description":null,"id":138586691,"logo":null,"name":"Les Siècles","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586695":{"description":null,"id":138586695,"logo":"/images/UE0AAAAACEKqRwAAAAVDSVRN","name":"Gautier Capuçon - Frank Braley","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586699":{"description":null,"id":138586699,"logo":null,"name":"Festival Présences 2014 \"Paris Berlin\"","subTopicIds":[337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586703":{"description":null,"id":138586703,"logo":"/images/UE0AAAAACEKqTwAAAAZDSVRN","name":"Autour de Tristan","subTopicIds":[337184284,337184298,337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586707":{"description":null,"id":138586707,"logo":"/images/UE0AAAAACEKqUwAAAAVDSVRN","name":"Orchestre du Théâtre Mariinsky","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586711":{"description":null,"id":138586711,"logo":"/images/UE0AAAAACEKqVwAAAAVDSVRN","name":"Orchestre du Théâtre Mariinsky","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586715":{"description":null,"id":138586715,"logo":"/images/UE0AAAAACEKqWwAAAAVDSVRN","name":"Orchestre du Théâtre Mariinsky","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586719":{"description":null,"id":138586719,"logo":"/images/UE0AAAAACEKqXwAAAAVDSVRN","name":"Etienne Daho et invités","subTopicIds":[337184280,337184297,337184283,337184262],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586723":{"description":null,"id":138586723,"logo":null,"name":"Fantasia in concert","subTopicIds":[337184299,337184268,337184267,337184275,337184282],"subjectCode":null,"subtitle":null,"topicIds":[324846098,324846099,107888604,324846100]},"138586731":{"description":null,"id":138586731,"logo":"/images/UE0AAAAACEKqawAAAAVDSVRN","name":"Khatia Buniatishvili, piano","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586735":{"description":null,"id":138586735,"logo":"/images/UE0AAAAACEKqbwAAAAVDSVRN","name":"Orchestre Philharmonique de Radio France","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586743":{"description":null,"id":138586743,"logo":null,"name":"Guy Braunstein - Zvi Plesser - Sunwook Kim","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586747":{"description":null,"id":138586747,"logo":"/images/UE0AAAAACEKqewAAAAVDSVRN","name":"Janine Jansen and friends","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586751":{"description":null,"id":138586751,"logo":"/images/UE0AAAAACEKqfwAAAAVDSVRN","name":"Elena Bashkirova, piano","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586755":{"description":null,"id":138586755,"logo":null,"name":"Orchestre Philharmonique de Radio France","subTopicIds":[337184284,337184298,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586759":{"description":null,"id":138586759,"logo":null,"name":"San Francisco Symphony","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586771":{"description":null,"id":138586771,"logo":null,"name":"Passion selon saint Jean - J.S. Bach","subTopicIds":[337184296,337184263,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586775":{"description":null,"id":138586775,"logo":null,"name":"Yundi Li , piano","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586779":{"description":null,"id":138586779,"logo":null,"name":"Orchestre Philharmonique de Radio France","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586783":{"description":null,"id":138586783,"logo":null,"name":"Orchestre Pasdeloup","subTopicIds":[337184268,337184269,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586787":{"description":null,"id":138586787,"logo":null,"name":"Orchestre du Conservatoire de Paris","subTopicIds":[337184284,337184298,337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586795":{"description":null,"id":138586795,"logo":null,"name":"Orchestre National d'Île-de-France","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586799":{"description":null,"id":138586799,"logo":null,"name":"Orchestre Philharmonique de Radio France","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586803":{"description":null,"id":138586803,"logo":null,"name":"Royal Concertgebouw Orchestra Amsterdam","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586807":{"description":null,"id":138586807,"logo":null,"name":"Royal Concertgebouw Orchestra Amsterdam","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586811":{"description":null,"id":138586811,"logo":null,"name":"Royal Concertgebouw Orchestra Amsterdam","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586815":{"description":null,"id":138586815,"logo":null,"name":"Orchestre Philharmonique de Radio France","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586823":{"description":null,"id":138586823,"logo":null,"name":"London Symphony Orchestra","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586827":{"description":null,"id":138586827,"logo":null,"name":"London Symphony Orchestra","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586831":{"description":null,"id":138586831,"logo":null,"name":"Le Concert des Nations - Jordi Savall","subTopicIds":[337184263,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586835":{"description":null,"id":138586835,"logo":null,"name":"Leonidas Kavakos - Yuja Wang","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586839":{"description":null,"id":138586839,"logo":null,"name":"Orchestre Philharmonique de Radio France","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586843":{"description":null,"id":138586843,"logo":null,"name":"Quatuor Artemis - Gautier Capuçon","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586847":{"description":null,"id":138586847,"logo":null,"name":"Quatuor Artemis - Quatuor Ébène","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586851":{"description":null,"id":138586851,"logo":null,"name":"Quatuor Artemis - Elisabeth Leonskaja","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586855":{"description":null,"id":138586855,"logo":null,"name":"Russian National Orchestra","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586859":{"description":null,"id":138586859,"logo":null,"name":"Passion selon saint Matthieu","subTopicIds":[337184296,337184263,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586863":{"description":null,"id":138586863,"logo":null,"name":"Les Arts Florissants - Concert de Pâques","subTopicIds":[337184263,337184298,337184283,337184292],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586867":{"description":null,"id":138586867,"logo":null,"name":"Orchestre Philharmonique de Radio France","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586871":{"description":null,"id":138586871,"logo":null,"name":"Leylâ et Majnûn ou L'Amour mystique","subTopicIds":[337184279,337184283,337184262],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586875":{"description":null,"id":138586875,"logo":null,"name":"Stephen Kovacevich, piano","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586879":{"description":null,"id":138586879,"logo":null,"name":"Orchestra Mozart Bologna - Mahler Chamber Orchestra","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586883":{"description":null,"id":138586883,"logo":null,"name":"Ballet Royal du Cambodge","subTopicIds":[337184279,337184283,337184262],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586889":{"description":null,"id":138586889,"logo":null,"name":"MDR Sinfonieorchester Leipzig","subTopicIds":[337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586893":{"description":null,"id":138586893,"logo":null,"name":"Orchestre Colonne","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586897":{"description":null,"id":138586897,"logo":null,"name":"Elisabeth Leonskaja, piano","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586901":{"description":null,"id":138586901,"logo":null,"name":"Yuja Wang, piano","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586905":{"description":null,"id":138586905,"logo":null,"name":"Orchestre Philharmonique de Radio France","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586909":{"description":null,"id":138586909,"logo":null,"name":"Anne-Sophie Mutter - Lambert Orkis","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586917":{"description":null,"id":138586917,"logo":null,"name":"Orchestre National d'Île-de-France","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586921":{"description":null,"id":138586921,"logo":null,"name":"Orchestre Philharmonique de Radio France","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586929":{"description":null,"id":138586929,"logo":null,"name":"Orchestre Pasdeloup","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586933":{"description":null,"id":138586933,"logo":null,"name":"Gilberto Gil","subTopicIds":[337184279,337184283,337184262],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586937":{"description":null,"id":138586937,"logo":null,"name":"Nelson Freire, piano","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586941":{"description":null,"id":138586941,"logo":null,"name":"Orchestre Philharmonique de Radio France","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586945":{"description":null,"id":138586945,"logo":null,"name":"Orfeo - C. Monteverdi (version de concert)","subTopicIds":[337184284,337184263,337184298,337184283,337184292],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586949":{"description":null,"id":138586949,"logo":null,"name":"Bamberger Symphoniker","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586953":{"description":null,"id":138586953,"logo":null,"name":"Murray Perahia, piano","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586957":{"description":null,"id":138586957,"logo":null,"name":"Orchestre National du Capitole de Toulouse","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586961":{"description":null,"id":138586961,"logo":null,"name":"Krystian Zimerman, piano","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586965":{"description":null,"id":138586965,"logo":null,"name":"Rafal Blechacz, piano","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586969":{"description":null,"id":138586969,"logo":null,"name":"Les Voyages musicaux de Marco Polo","subTopicIds":[337184279,337184283,337184262],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586973":{"description":null,"id":138586973,"logo":null,"name":"Orchestre National de Lyon","subTopicIds":[337184298,337184268,337184283,337184292,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586977":{"description":null,"id":138586977,"logo":null,"name":"Guy Braunstein - Zvi Plesser - Sunwook Kim","subTopicIds":[337184281,337184283,337184273],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586981":{"description":null,"id":138586981,"logo":null,"name":"La Bohème - G. Puccini (version de concert)","subTopicIds":[337184284,337184298,337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586989":{"description":null,"id":138586989,"logo":null,"name":"Otello - G. Verdi (version de concert)","subTopicIds":[337184284,337184298,337184268,337184283,337184292],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586993":{"description":null,"id":138586993,"logo":null,"name":"Staatskapelle Berlin","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"138586997":{"description":null,"id":138586997,"logo":null,"name":"Staatskapelle Berlin","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"151183114":{"description":null,"id":151183114,"logo":null,"name":"San Francisco Symphony","subTopicIds":[337184298,337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"339420802":{"description":null,"id":339420802,"logo":null,"name":"Lou Doillon","subTopicIds":[337184280,337184283,337184262],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"339420805":{"description":null,"id":339420805,"logo":null,"name":"Patrick Watson \u0026 Orchestre National d'Ile-de-France","subTopicIds":[337184280,337184283,337184262],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341069930":{"description":null,"id":341069930,"logo":"/images/UE0AAAAAFFRQagAAAAlDSVRN","name":"Orchestre de Paris","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181232":{"description":null,"id":341181232,"logo":null,"name":"Orchestre de Paris","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181233":{"description":null,"id":341181233,"logo":"/images/UE0AAAAAFFYDMQAAAAhDSVRN","name":"Orchestre de Paris","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181234":{"description":null,"id":341181234,"logo":"/images/UE0AAAAAFFYDMgAAAAdDSVRN","name":"Orchestre de Paris","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181235":{"description":null,"id":341181235,"logo":"/images/UE0AAAAAFFYDMwAAAAZDSVRN","name":"Orchestre de Paris","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181236":{"description":null,"id":341181236,"logo":"/images/UE0AAAAAFFYDNAAAAAZDSVRN","name":"Orchestre de Paris","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181237":{"description":null,"id":341181237,"logo":"/images/UE0AAAAAFFYDNQAAAAhDSVRN","name":"Paavo Järvi, direction","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181238":{"description":null,"id":341181238,"logo":"/images/UE0AAAAAFFYDNgAAAAdDSVRN","name":"Orchestre de Paris","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181239":{"description":null,"id":341181239,"logo":"/images/UE0AAAAAFFYDNwAAAAdDSVRN","name":"Orchestre de Paris","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181240":{"description":null,"id":341181240,"logo":"/images/UE0AAAAAFFYDOAAAAAhDSVRN","name":"Orchestre de Paris","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181241":{"description":null,"id":341181241,"logo":"/images/UE0AAAAAFFYDOQAAAAZDSVRN","name":"Orchestre de Paris","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181242":{"description":null,"id":341181242,"logo":"/images/UE0AAAAAFFYDOgAAAAdDSVRN","name":"Orchestre de Paris","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181243":{"description":null,"id":341181243,"logo":"/images/UE0AAAAAFFYDOwAAAAdDSVRN","name":"Concert anniversaire des 90 ans de Menahem Pressler","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181244":{"description":null,"id":341181244,"logo":"/images/UE0AAAAAFFYDPAAAAAZDSVRN","name":"Orchestre de Paris","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181245":{"description":null,"id":341181245,"logo":"/images/UE0AAAAAFFYDPQAAAAZDSVRN","name":"Orchestre de Paris","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181246":{"description":null,"id":341181246,"logo":null,"name":"Orchestre de Paris","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181247":{"description":null,"id":341181247,"logo":null,"name":"Orchestre de Paris","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181248":{"description":null,"id":341181248,"logo":"/images/UE0AAAAAFFYDQAAAAAZDSVRN","name":"Orchestre de Paris","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181249":{"description":null,"id":341181249,"logo":"/images/UE0AAAAAFFYDQQAAAAdDSVRN","name":"Orchestre de Paris","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181250":{"description":null,"id":341181250,"logo":"/images/UE0AAAAAFFYDQgAAAAdDSVRN","name":"Orchestre de Paris","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181251":{"description":null,"id":341181251,"logo":null,"name":"Orchestre de Paris","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181252":{"description":null,"id":341181252,"logo":"/images/UE0AAAAAFFYDRAAAAAdDSVRN","name":"Orchestre de Paris","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181253":{"description":null,"id":341181253,"logo":null,"name":"Orchestre de Paris","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181254":{"description":null,"id":341181254,"logo":"/images/UE0AAAAAFFYDRgAAAAlDSVRN","name":"Orchestre de Paris","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181255":{"description":null,"id":341181255,"logo":null,"name":"Orchestre de Paris","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181256":{"description":null,"id":341181256,"logo":null,"name":"Orchestre de Paris","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181257":{"description":null,"id":341181257,"logo":null,"name":"Orchestre de Paris","subTopicIds":[337184268,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181258":{"description":null,"id":341181258,"logo":null,"name":"Orchestre de Paris","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"341181259":{"description":null,"id":341181259,"logo":null,"name":"14052122 JARVI / GOERNE / SOLBERG / CHŒUR","subTopicIds":[337184268,337184288,337184283,337184275],"subjectCode":null,"subtitle":null,"topicIds":[324846099,107888604,324846100]},"342742592":{"description":null,"id":342742592,"logo":null,"name":"event secret 2","subTopicIds":[],"subjectCode":null,"subtitle":null,"topicIds":[]},"342742593":{"description":null,"id":342742593,"logo":null,"name":"event secret 3","subTopicIds":[],"subjectCode":null,"subtitle":null,"topicIds":[]},"342742594":{"description":null,"id":342742594,"logo":null,"name":"event secret 4","subTopicIds":[],"subjectCode":null,"subtitle":null,"topicIds":[]},"342742595":{"description":null,"id":342742595,"logo":null,"name":"event secret 5","subTopicIds":[],"subjectCode":null,"subtitle":null,"topicIds":[]},"342742596":{"description":null,"id":342742596,"logo":null,"name":"event secret 6","subTopicIds":[],"subjectCode":null,"subtitle":null,"topicIds":[]}},"performances":[{"eventId":138586341,"id":339887544,"logo":null,"name":null,"prices":[{"amount":90250,"audienceSubCategoryId":337100890,"seatCategoryId":338937295},{"amount":66500,"audienceSubCategoryId":337100890,"seatCategoryId":338937296}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937295},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937296}],"seatMapImage":null,"start":1372701600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":339420802,"id":339430296,"logo":null,"name":null,"prices":[{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937295},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937296}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937295},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937296}],"seatMapImage":null,"start":1372788000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":339420805,"id":339430301,"logo":null,"name":null,"prices":[{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937295},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937296}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937295},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937296}],"seatMapImage":null,"start":1373220000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586345,"id":138586347,"logo":"/images/UE0AAAAACEKo6QAAAAZDSVRN","name":null,"prices":[{"amount":152000,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":104500,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":76000,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":52250,"audienceSubCategoryId":337100890,"seatCategoryId":338937288},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937283}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937283}],"seatMapImage":null,"start":1377972000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586349,"id":138586351,"logo":"/images/UE0AAAAACEKo7QAAAAZDSVRN","name":null,"prices":[{"amount":152000,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":104500,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":76000,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":52250,"audienceSubCategoryId":337100890,"seatCategoryId":338937288},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937283}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937283}],"seatMapImage":null,"start":1378044000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586353,"id":138586355,"logo":"/images/UE0AAAAACEKo8QAAAAZDSVRN","name":null,"prices":[{"amount":90250,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":71250,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":52250,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937288}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288}],"seatMapImage":null,"start":1378490400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341069930,"id":341070133,"logo":"/images/UE0AAAAAFFRQagAAAAlDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":340826016},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":340826017},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":340826015},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":340826018}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826016},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826017},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826015},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":340826018}],"seatMapImage":null,"start":1378922400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341069930,"id":341070132,"logo":"/images/UE0AAAAAFFRQagAAAAlDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":340826016},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":340826017},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":340826015},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":340826018}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826016},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826017},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826015},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":340826018}],"seatMapImage":null,"start":1379008800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586357,"id":138586359,"logo":"/images/UE0AAAAACEKo9QAAAAhDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":339086210},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":339086211},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":339086213},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":339086214}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086210},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086211},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086214}],"seatMapImage":null,"start":1379095200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586361,"id":138586363,"logo":"/images/UE0AAAAACEKo+QAAAAVDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1379440800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586365,"id":138586367,"logo":"/images/UE0AAAAACEKo/QAAAAVDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1379959200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181254,"id":341181470,"logo":"/images/UE0AAAAAFFYDRgAAAAlDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":341179215}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215}],"seatMapImage":null,"start":1380132000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181254,"id":341181469,"logo":"/images/UE0AAAAAFFYDRgAAAAlDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":341179215}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215}],"seatMapImage":null,"start":1380218400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586369,"id":138586371,"logo":"/images/UE0AAAAACEKpAQAAAAVDSVRN","name":null,"prices":[{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":19000,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":14250,"audienceSubCategoryId":337100890,"seatCategoryId":338937281},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937282}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937282}],"seatMapImage":null,"start":1380650400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181252,"id":341181467,"logo":"/images/UE0AAAAAFFYDRAAAAAdDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1380736800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586373,"id":138586375,"logo":"/images/UE0AAAAACEKpBQAAAAdDSVRN","name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":339086196},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":339086197}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086196},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086197}],"seatMapImage":null,"start":1380996000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586377,"id":138586379,"logo":"/images/UE0AAAAACEKpCQAAAAVDSVRN","name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":339086196},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":339086197}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086196},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086197}],"seatMapImage":null,"start":1381082400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586381,"id":138586383,"logo":"/images/UE0AAAAACEKpDQAAAAVDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1381168800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586385,"id":138586387,"logo":"/images/UE0AAAAACEKpEQAAAAVDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1381255200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181234,"id":341181437,"logo":"/images/UE0AAAAAFFYDMgAAAAdDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1381341600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181234,"id":341181436,"logo":"/images/UE0AAAAAFFYDMgAAAAdDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1381428000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586389,"id":138586391,"logo":"/images/UE0AAAAACEKpFQAAAAVDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937288}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288}],"seatMapImage":null,"start":1381512600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586393,"id":138586395,"logo":"/images/UE0AAAAACEKpGQAAAAhDSVRN","name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937241},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937242},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937244},{"amount":16150,"audienceSubCategoryId":337100890,"seatCategoryId":338937245},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937246}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937241},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937242},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937244},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937245},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937246}],"seatMapImage":null,"start":1381586400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586397,"id":138586399,"logo":null,"name":null,"prices":[{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":339086196},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":339086197}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086196},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086197}],"seatMapImage":null,"start":1381672800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586401,"id":138586403,"logo":"/images/UE0AAAAACEKpIQAAAAVDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1381773600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586405,"id":138586407,"logo":"/images/UE0AAAAACEKpJQAAAAVDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1381860000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181233,"id":341181435,"logo":"/images/UE0AAAAAFFYDMQAAAAhDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1381946400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181237,"id":341181442,"logo":"/images/UE0AAAAAFFYDNQAAAAhDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1382032800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586409,"id":138586411,"logo":"/images/UE0AAAAACEKpKQAAAAZDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":339086210},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":339086211},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":339086213},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":339086214}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086210},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086211},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086214}],"seatMapImage":null,"start":1382119200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586413,"id":138586415,"logo":"/images/UE0AAAAACEKpLQAAAAVDSVRN","name":null,"prices":[{"amount":95000,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":76000,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937288},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937283}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937283}],"seatMapImage":null,"start":1382277600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586417,"id":138586419,"logo":"/images/UE0AAAAACEKpMQAAAAZDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1382378400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586421,"id":138586423,"logo":"/images/UE0AAAAACEKpNQAAAAVDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1382464800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181238,"id":341181444,"logo":"/images/UE0AAAAAFFYDNgAAAAdDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1382551200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181238,"id":341181443,"logo":"/images/UE0AAAAAFFYDNgAAAAdDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1382637600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586425,"id":138586427,"logo":null,"name":null,"prices":[{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937235},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937236},{"amount":19000,"audienceSubCategoryId":337100890,"seatCategoryId":338937238},{"amount":14250,"audienceSubCategoryId":337100890,"seatCategoryId":338937239},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937240}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937235},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937236},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937238},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937239},{"areas":[{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937240}],"seatMapImage":null,"start":1382724000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586429,"id":138586431,"logo":"/images/UE0AAAAACEKpPQAAAAVDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937288}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288}],"seatMapImage":null,"start":1382810400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586433,"id":138586435,"logo":"/images/UE0AAAAACEKpQQAAAAVDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937288}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288}],"seatMapImage":null,"start":1382886000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586437,"id":138586439,"logo":"/images/UE0AAAAACEKpRQAAAAVDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1383073200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586441,"id":138586443,"logo":"/images/UE0AAAAACEKpSQAAAAVDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1383246000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586445,"id":138586447,"logo":"/images/UE0AAAAACEKpTQAAAAVDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937288}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288}],"seatMapImage":null,"start":1383332400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586449,"id":138586451,"logo":"/images/UE0AAAAACEKpUQAAAAVDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937288}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288}],"seatMapImage":null,"start":1383418800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742592,"id":342742708,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1383555600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742592,"id":342742709,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1383562800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586453,"id":138586455,"logo":"/images/UE0AAAAACEKpVQAAAAVDSVRN","name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937295},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937296}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937295},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937296}],"seatMapImage":null,"start":1383591600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742592,"id":342742710,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1383642000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742592,"id":342742711,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1383649200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742592,"id":342742712,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1383728400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742592,"id":342742713,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1383735600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742592,"id":342742714,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1383814800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742592,"id":342742715,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1383822000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586457,"id":138586459,"logo":"/images/UE0AAAAACEKpWQAAAAVDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1383850800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586461,"id":138586463,"logo":"/images/UE0AAAAACEKpXQAAAAZDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":339086210},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":339086211},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":339086213},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":339086214}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086210},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086211},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086214}],"seatMapImage":null,"start":1383937200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586465,"id":138586467,"logo":"/images/UE0AAAAACEKpYQAAAAVDSVRN","name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":339086196},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":339086197}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086196},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086197}],"seatMapImage":null,"start":1384110000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586469,"id":138586471,"logo":"/images/UE0AAAAACEKpZQAAAAVDSVRN","name":null,"prices":[{"amount":90250,"audienceSubCategoryId":337100890,"seatCategoryId":338937289},{"amount":71250,"audienceSubCategoryId":337100890,"seatCategoryId":338937290},{"amount":52250,"audienceSubCategoryId":337100890,"seatCategoryId":338937292},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937293}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937289},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937290},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937292},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937293}],"seatMapImage":null,"start":1384196400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586473,"id":138586475,"logo":"/images/UE0AAAAACEKpaQAAAAVDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1384282800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586477,"id":138586479,"logo":"/images/UE0AAAAACEKpbQAAAAZDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1384369200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586481,"id":138586483,"logo":"/images/UE0AAAAACEKpcQAAAAVDSVRN","name":null,"prices":[{"amount":95000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":76000,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937281},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937282}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937282}],"seatMapImage":null,"start":1384455600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586485,"id":138586487,"logo":"/images/UE0AAAAACEKpdQAAAAZDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":339086210},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":339086211},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":339086213},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":339086214}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086210},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086211},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086214}],"seatMapImage":null,"start":1384542000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586501,"id":138586503,"logo":"/images/UE0AAAAACEKphQAAAAVDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1384801200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586505,"id":138586507,"logo":"/images/UE0AAAAACEKpiQAAAAVDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1384887600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586509,"id":138586511,"logo":null,"name":null,"prices":[{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937235},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937236},{"amount":19000,"audienceSubCategoryId":337100890,"seatCategoryId":338937238},{"amount":14250,"audienceSubCategoryId":337100890,"seatCategoryId":338937239},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937240}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937235},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937236},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937238},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937239},{"areas":[{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937240}],"seatMapImage":null,"start":1385146800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586513,"id":138586515,"logo":"/images/UE0AAAAACEKpkQAAAAVDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":338937288}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288}],"seatMapImage":null,"start":1385231400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586517,"id":138586519,"logo":"/images/UE0AAAAACEKplQAAAAdDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937288}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288}],"seatMapImage":null,"start":1385305200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586521,"id":138586523,"logo":"/images/UE0AAAAACEKpmQAAAAVDSVRN","name":null,"prices":[{"amount":152000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":104500,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":76000,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":52250,"audienceSubCategoryId":337100890,"seatCategoryId":338937281},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937282}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937282}],"seatMapImage":null,"start":1385492400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181235,"id":341181439,"logo":"/images/UE0AAAAAFFYDMwAAAAZDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":340826016},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":340826017},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":340826015},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":340826018},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":340826019}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826016},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826017},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826015},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":340826018},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826019}],"seatMapImage":null,"start":1385665200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586525,"id":138586527,"logo":"/images/UE0AAAAACEKpnQAAAAVDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":339086210},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":339086211},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":339086213},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":339086214}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086210},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086211},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086214}],"seatMapImage":null,"start":1385751600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586529,"id":138586531,"logo":null,"name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937241},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937242},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937244},{"amount":16150,"audienceSubCategoryId":337100890,"seatCategoryId":338937245},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937246}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937241},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937242},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937244},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937245},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937246}],"seatMapImage":null,"start":1385823600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181235,"id":341181438,"logo":"/images/UE0AAAAAFFYDMwAAAAZDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":340826016},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":340826017},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":340826015},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":340826018},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":340826019}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826016},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826017},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826015},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":340826018},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826019}],"seatMapImage":null,"start":1385838000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586533,"id":138586535,"logo":"/images/UE0AAAAACEKppQAAAAVDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937288}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288}],"seatMapImage":null,"start":1385910000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586537,"id":138586539,"logo":"/images/UE0AAAAACEKpqQAAAAVDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1386010800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586541,"id":138586543,"logo":"/images/UE0AAAAACEKprQAAAAVDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1386097200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181236,"id":341181440,"logo":"/images/UE0AAAAAFFYDNAAAAAZDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1386183600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181236,"id":341181441,"logo":"/images/UE0AAAAAFFYDNAAAAAZDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1386270000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586545,"id":138586547,"logo":"/images/UE0AAAAACEKpsQAAAAVDSVRN","name":null,"prices":[{"amount":104500,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":76000,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937288},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937283}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937283}],"seatMapImage":null,"start":1386356400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586549,"id":138586551,"logo":"/images/UE0AAAAACEKptQAAAAVDSVRN","name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":16150,"audienceSubCategoryId":337100890,"seatCategoryId":338937288},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937283}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937283}],"seatMapImage":null,"start":1386428400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586553,"id":138586555,"logo":"/images/UE0AAAAACEKpuQAAAAVDSVRN","name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":16150,"audienceSubCategoryId":337100890,"seatCategoryId":338937288},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937283}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937283}],"seatMapImage":null,"start":1386442800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586557,"id":138586559,"logo":"/images/UE0AAAAACEKpvQAAAAVDSVRN","name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":16150,"audienceSubCategoryId":337100890,"seatCategoryId":338937288},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937283}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937283}],"seatMapImage":null,"start":1386514800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742593,"id":342742716,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1386579600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742593,"id":342742717,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1386586800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586561,"id":138586563,"logo":"/images/UE0AAAAACEKpwQAAAAVDSVRN","name":null,"prices":[{"amount":95000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":76000,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937281},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937282}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937282}],"seatMapImage":null,"start":1386615600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742593,"id":342742718,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1386666000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742593,"id":342742719,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1386673200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586565,"id":138586567,"logo":null,"name":null,"prices":[{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":19000,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":14250,"audienceSubCategoryId":337100890,"seatCategoryId":338937281},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937282}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937282}],"seatMapImage":null,"start":1386702000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742593,"id":342742720,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1386752400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742593,"id":342742721,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1386759600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181241,"id":341181449,"logo":"/images/UE0AAAAAFFYDOQAAAAZDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1386788400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742593,"id":342742722,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1386838800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742593,"id":342742723,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1386846000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181241,"id":341181450,"logo":"/images/UE0AAAAAFFYDOQAAAAZDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1386874800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586569,"id":138586571,"logo":"/images/UE0AAAAACEKpyQAAAAVDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":339086210},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":339086211},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":339086213},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":339086214}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086210},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086211},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086214}],"seatMapImage":null,"start":1386961200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742594,"id":342742724,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1387184400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742594,"id":342742725,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1387191600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586581,"id":138586583,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341264860},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341264861},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341264863},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341264864}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341264860},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341264861},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341264863},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341264864}],"seatMapImage":null,"start":1387220400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742594,"id":342742726,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1387270800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742594,"id":342742727,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1387278000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586585,"id":138586587,"logo":"/images/UE0AAAAACEKp2QAAAAVDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1387306800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742594,"id":342742728,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1387357200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742594,"id":342742729,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1387364400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181250,"id":341181465,"logo":"/images/UE0AAAAAFFYDQgAAAAdDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1387393200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742594,"id":342742730,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1387443600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742594,"id":342742731,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1387450800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586589,"id":138586591,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":338937288}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288}],"seatMapImage":null,"start":1387566000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586593,"id":138586595,"logo":"/images/UE0AAAAACEKp4QAAAAdDSVRN","name":null,"prices":[{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937235},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937236},{"amount":19000,"audienceSubCategoryId":337100890,"seatCategoryId":338937238},{"amount":14250,"audienceSubCategoryId":337100890,"seatCategoryId":338937239},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937240}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937235},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937236},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937238},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937239},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937240}],"seatMapImage":null,"start":1387724400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742595,"id":342742732,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1387789200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742595,"id":342742733,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1387796400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742595,"id":342742734,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1387875600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742595,"id":342742735,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1387882800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742595,"id":342742736,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1387962000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742595,"id":342742737,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1387969200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742595,"id":342742738,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1388048400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742595,"id":342742739,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1388055600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742596,"id":342742740,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1388998800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742596,"id":342742741,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1389006000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742596,"id":342742742,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1389085200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742596,"id":342742743,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1389092400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742596,"id":342742744,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1389171600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742596,"id":342742745,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1389178800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181245,"id":341181458,"logo":"/images/UE0AAAAAFFYDPQAAAAZDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1389207600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742596,"id":342742746,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1389258000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":342742596,"id":342742747,"logo":null,"name":null,"prices":[{"amount":180500,"audienceSubCategoryId":337100890,"seatCategoryId":342752792}],"seatCategories":[{"areas":[{"areaId":342752287,"blockIds":[]}],"seatCategoryId":342752792}],"seatMapImage":null,"start":1389265200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181245,"id":341181457,"logo":"/images/UE0AAAAAFFYDPQAAAAZDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1389294000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586597,"id":138586599,"logo":"/images/UE0AAAAACEKp5QAAAAVDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":339086210},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":339086211},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":339086213},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":339086214}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086210},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086211},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086214}],"seatMapImage":null,"start":1389380400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586601,"id":138586603,"logo":"/images/UE0AAAAACEKp6QAAAAdDSVRN","name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937241},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937242},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937244},{"amount":16150,"audienceSubCategoryId":337100890,"seatCategoryId":338937245},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937246}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937241},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937242},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937244},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937245},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937246}],"seatMapImage":null,"start":1389452400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586605,"id":138586607,"logo":null,"name":null,"prices":[{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":19000,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":14250,"audienceSubCategoryId":337100890,"seatCategoryId":338937288},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937283}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937283}],"seatMapImage":null,"start":1389538800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586609,"id":138586611,"logo":null,"name":null,"prices":[{"amount":15000,"audienceSubCategoryId":337100890,"seatCategoryId":338937314}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937314}],"seatMapImage":null,"start":1389726000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181242,"id":341181451,"logo":"/images/UE0AAAAAFFYDOgAAAAdDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1389812400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181242,"id":341181452,"logo":"/images/UE0AAAAAFFYDOgAAAAdDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1389898800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586613,"id":138586615,"logo":"/images/UE0AAAAACEKp9QAAAAVDSVRN","name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":339086210},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":339086211},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":339086213},{"amount":16150,"audienceSubCategoryId":337100890,"seatCategoryId":339086214},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":339086215}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086210},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086211},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086214},{"areas":[{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086215}],"seatMapImage":null,"start":1389985200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586617,"id":138586619,"logo":"/images/UE0AAAAACEKp+QAAAAVDSVRN","name":null,"prices":[{"amount":90250,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":71250,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":52250,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937288}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288}],"seatMapImage":null,"start":1390071600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586625,"id":138586627,"logo":null,"name":null,"prices":[{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937235},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937236},{"amount":19000,"audienceSubCategoryId":337100890,"seatCategoryId":338937238},{"amount":14250,"audienceSubCategoryId":337100890,"seatCategoryId":338937239},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937240}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937235},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937236},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937238},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937239},{"areas":[{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937240}],"seatMapImage":null,"start":1390143600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586629,"id":138586631,"logo":"/images/UE0AAAAACEKqBQAAAAVDSVRN","name":null,"prices":[{"amount":90250,"audienceSubCategoryId":337100890,"seatCategoryId":338937271},{"amount":71250,"audienceSubCategoryId":337100890,"seatCategoryId":338937272},{"amount":52250,"audienceSubCategoryId":337100890,"seatCategoryId":338937274},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937275}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937271},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937272},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937274},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937275}],"seatMapImage":null,"start":1390159800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181239,"id":341181446,"logo":"/images/UE0AAAAAFFYDNwAAAAdDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":340826016},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":340826017},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":340826015},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":340826018},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":340826019}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826016},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826017},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826015},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":340826018},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826019}],"seatMapImage":null,"start":1390417200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181239,"id":341181445,"logo":"/images/UE0AAAAAFFYDNwAAAAdDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":340826016},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":340826017},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":340826015},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":340826018},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":340826019}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826016},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826017},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826015},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":340826018},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826019}],"seatMapImage":null,"start":1390503600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586633,"id":138586635,"logo":"/images/UE0AAAAACEKqCQAAAAVDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":339086210},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":339086211},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":339086213},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":339086214}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086210},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086211},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086214}],"seatMapImage":null,"start":1390590000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586641,"id":138586643,"logo":"/images/UE0AAAAACEKqEQAAAAVDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937288}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288}],"seatMapImage":null,"start":1390676400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586645,"id":138586647,"logo":"/images/UE0AAAAACEKqFQAAAAdDSVRN","name":null,"prices":[{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937235},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937236},{"amount":19000,"audienceSubCategoryId":337100890,"seatCategoryId":338937238},{"amount":14250,"audienceSubCategoryId":337100890,"seatCategoryId":338937239},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937240}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937235},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937236},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937238},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937239},{"areas":[{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937240}],"seatMapImage":null,"start":1390748400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586649,"id":138586651,"logo":"/images/UE0AAAAACEKqGQAAAAZDSVRN","name":null,"prices":[{"amount":95000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":76000,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937281},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937282}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937282}],"seatMapImage":null,"start":1390849200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586653,"id":138586655,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1390935600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181243,"id":341181453,"logo":"/images/UE0AAAAAFFYDOwAAAAdDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":341179215}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215}],"seatMapImage":null,"start":1391022000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181243,"id":341181454,"logo":"/images/UE0AAAAAFFYDOwAAAAdDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":341179215}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215}],"seatMapImage":null,"start":1391108400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586657,"id":138586659,"logo":"/images/UE0AAAAACEKqIQAAAAVDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":339086210},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":339086211},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":339086213},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":339086214}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086210},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086211},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086214}],"seatMapImage":null,"start":1391194800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586661,"id":138586663,"logo":null,"name":null,"prices":[{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":339086196},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":339086197}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086196},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086197}],"seatMapImage":null,"start":1391353200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586661,"id":138586665,"logo":null,"name":null,"prices":[{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":339086196},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":339086197}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086196},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086197}],"seatMapImage":null,"start":1391367600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586667,"id":138586669,"logo":null,"name":null,"prices":[{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937295},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937296}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937295},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937296}],"seatMapImage":null,"start":1391540400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586671,"id":138586673,"logo":"/images/UE0AAAAACEKqLwAAAAlDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937289},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937290},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937292},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937293}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937289},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937290},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937292},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937293}],"seatMapImage":null,"start":1391626800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586675,"id":138586677,"logo":"/images/UE0AAAAACEKqMwAAAAVDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1391713200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586679,"id":138586681,"logo":"/images/UE0AAAAACEKqNwAAAAVDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":339086210},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":339086211},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":339086213},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":339086214}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086210},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086211},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086214}],"seatMapImage":null,"start":1391799600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586687,"id":138586689,"logo":"/images/UE0AAAAACEKqPwAAAAVDSVRN","name":null,"prices":[{"amount":90250,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":71250,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":52250,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937288}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288}],"seatMapImage":null,"start":1391886000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586691,"id":138586693,"logo":null,"name":null,"prices":[{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":19000,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":14250,"audienceSubCategoryId":337100890,"seatCategoryId":338937288},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937283}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937283}],"seatMapImage":null,"start":1391958000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586695,"id":138586697,"logo":"/images/UE0AAAAACEKqRwAAAAVDSVRN","name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":16150,"audienceSubCategoryId":337100890,"seatCategoryId":338937281},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937282}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937282}],"seatMapImage":null,"start":1392145200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181240,"id":341181448,"logo":"/images/UE0AAAAAFFYDOAAAAAhDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1392231600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181240,"id":341181447,"logo":"/images/UE0AAAAAFFYDOAAAAAhDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1392318000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586699,"id":138586701,"logo":null,"name":null,"prices":[{"amount":15000,"audienceSubCategoryId":337100890,"seatCategoryId":341264872}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341264872}],"seatMapImage":null,"start":1392404400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586703,"id":138586705,"logo":"/images/UE0AAAAACEKqTwAAAAZDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":338937288}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288}],"seatMapImage":null,"start":1392490800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586707,"id":138586709,"logo":"/images/UE0AAAAACEKqUwAAAAVDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937288}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288}],"seatMapImage":null,"start":1392562800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586711,"id":138586713,"logo":"/images/UE0AAAAACEKqVwAAAAVDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1392663600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586715,"id":138586717,"logo":"/images/UE0AAAAACEKqWwAAAAVDSVRN","name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1392750000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181248,"id":341181462,"logo":"/images/UE0AAAAAFFYDQAAAAAZDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1392836400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586719,"id":138586721,"logo":"/images/UE0AAAAACEKqXwAAAAVDSVRN","name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":339086196},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":339086197}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086196},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086197}],"seatMapImage":null,"start":1393095600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586723,"id":138586729,"logo":null,"name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937307},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937308},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937310},{"amount":16150,"audienceSubCategoryId":337100890,"seatCategoryId":338937311},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937312}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937307},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937308},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937310},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937311},{"areas":[{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937312}],"seatMapImage":null,"start":1393678800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586723,"id":138586725,"logo":null,"name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937307},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937308},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937310},{"amount":16150,"audienceSubCategoryId":337100890,"seatCategoryId":338937311},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937312}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937307},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937308},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937310},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937311},{"areas":[{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937312}],"seatMapImage":null,"start":1393693200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586723,"id":138586727,"logo":null,"name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937307},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937308},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937310},{"amount":16150,"audienceSubCategoryId":337100890,"seatCategoryId":338937311},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937312}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937307},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937308},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937310},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937311},{"areas":[{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937312}],"seatMapImage":null,"start":1393754400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586731,"id":138586733,"logo":"/images/UE0AAAAACEKqawAAAAVDSVRN","name":null,"prices":[{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":19000,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":14250,"audienceSubCategoryId":337100890,"seatCategoryId":338937281},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937282}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937282}],"seatMapImage":null,"start":1393959600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181249,"id":341181463,"logo":"/images/UE0AAAAAFFYDQQAAAAdDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":340826016},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":340826017},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":340826015},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":340826018},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":340826019}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826016},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826017},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":340826015},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":340826018},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826019}],"seatMapImage":null,"start":1394046000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181249,"id":341181464,"logo":"/images/UE0AAAAAFFYDQQAAAAdDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":340826016},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":340826017},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":340826015},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":340826018},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":340826019}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826016},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826017},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":340826015},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":340826018},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826019}],"seatMapImage":null,"start":1394132400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586735,"id":138586737,"logo":"/images/UE0AAAAACEKqbwAAAAVDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":339086210},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":339086211},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":339086213},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":339086214}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086210},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086211},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086214}],"seatMapImage":null,"start":1394218800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586743,"id":138586745,"logo":null,"name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":16150,"audienceSubCategoryId":337100890,"seatCategoryId":338937288},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937283}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937283}],"seatMapImage":null,"start":1394305200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586747,"id":138586749,"logo":"/images/UE0AAAAACEKqewAAAAVDSVRN","name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":16150,"audienceSubCategoryId":337100890,"seatCategoryId":338937288},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937283}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937283}],"seatMapImage":null,"start":1394377200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586751,"id":138586753,"logo":"/images/UE0AAAAACEKqfwAAAAVDSVRN","name":null,"prices":[{"amount":95000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":76000,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937281},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937282}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937282}],"seatMapImage":null,"start":1394478000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181244,"id":341181455,"logo":"/images/UE0AAAAAFFYDPAAAAAZDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1394650800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181244,"id":341181456,"logo":"/images/UE0AAAAAFFYDPAAAAAZDSVRN","name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1394737200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586755,"id":138586757,"logo":null,"name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":341264866},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":341264867},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341264869},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":341264870}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341264866},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341264867},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341264869},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341264870}],"seatMapImage":null,"start":1394823600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586759,"id":138586761,"logo":null,"name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1395082800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":151183114,"id":151183116,"logo":null,"name":null,"prices":[{"amount":90250,"audienceSubCategoryId":337100890,"seatCategoryId":338937289},{"amount":71250,"audienceSubCategoryId":337100890,"seatCategoryId":338937290},{"amount":52250,"audienceSubCategoryId":337100890,"seatCategoryId":338937292},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937293}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937289},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937290},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937292},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937293}],"seatMapImage":null,"start":1395169200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586771,"id":138586773,"logo":null,"name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1395255600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586775,"id":138586777,"logo":null,"name":null,"prices":[{"amount":95000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":76000,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937281},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937282}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937282}],"seatMapImage":null,"start":1395342000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586779,"id":138586781,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":339086210},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":339086211},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":339086213},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":339086214}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086210},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086211},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086214}],"seatMapImage":null,"start":1395428400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586783,"id":138586785,"logo":null,"name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937241},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937242},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937244},{"amount":16150,"audienceSubCategoryId":337100890,"seatCategoryId":338937245},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937246}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937241},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937242},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937244},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937245},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937246}],"seatMapImage":null,"start":1395500400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586787,"id":138586789,"logo":null,"name":null,"prices":[{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":19000,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":14250,"audienceSubCategoryId":337100890,"seatCategoryId":338937288},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937283}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937283}],"seatMapImage":null,"start":1395514800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586795,"id":138586797,"logo":null,"name":null,"prices":[{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937235},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937236},{"amount":19000,"audienceSubCategoryId":337100890,"seatCategoryId":338937238},{"amount":14250,"audienceSubCategoryId":337100890,"seatCategoryId":338937239},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937240}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937235},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937236},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937238},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937239},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937240}],"seatMapImage":null,"start":1395586800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181246,"id":341181459,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":340826016},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":340826017},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":340826015},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":340826018},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":340826019}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826016},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826017},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826015},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":340826018},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826019}],"seatMapImage":null,"start":1395860400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181246,"id":341181460,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":340826016},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":340826017},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":340826015},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":340826018},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":340826019}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826016},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826017},{"areas":[{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826015},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":340826018},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826019}],"seatMapImage":null,"start":1395946800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586799,"id":138586801,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":339086210},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":339086211},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":339086213},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":339086214}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086210},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086211},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086214}],"seatMapImage":null,"start":1396033200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586803,"id":138586805,"logo":null,"name":null,"prices":[{"amount":90250,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":71250,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":52250,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937288}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288}],"seatMapImage":null,"start":1396191600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586807,"id":138586809,"logo":null,"name":null,"prices":[{"amount":104500,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":76000,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937281},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937282}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937282}],"seatMapImage":null,"start":1396288800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586811,"id":138586813,"logo":null,"name":null,"prices":[{"amount":90250,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":71250,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":52250,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1396375200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181255,"id":341181472,"logo":null,"name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":341179215}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215}],"seatMapImage":null,"start":1396461600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181255,"id":341181471,"logo":null,"name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":341179215}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215}],"seatMapImage":null,"start":1396548000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586815,"id":138586817,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":339086210},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":339086211},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":339086213},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":339086214}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086210},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086211},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086214}],"seatMapImage":null,"start":1396634400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586823,"id":138586825,"logo":null,"name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937288}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288}],"seatMapImage":null,"start":1396720800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586827,"id":138586829,"logo":null,"name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937288}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288}],"seatMapImage":null,"start":1396792800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586831,"id":138586833,"logo":null,"name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":16150,"audienceSubCategoryId":337100890,"seatCategoryId":338937281},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937282}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937282}],"seatMapImage":null,"start":1396893600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586835,"id":138586837,"logo":null,"name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":16150,"audienceSubCategoryId":337100890,"seatCategoryId":338937281},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937282}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937282}],"seatMapImage":null,"start":1396980000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181256,"id":341181473,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1397066400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181256,"id":341181474,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1397152800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586839,"id":138586841,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341264866},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341264867},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341264869},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341264870}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341264866},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341264867},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341264869},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341264870}],"seatMapImage":null,"start":1397239200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586843,"id":138586845,"logo":null,"name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":16150,"audienceSubCategoryId":337100890,"seatCategoryId":338937288},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937283}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937283}],"seatMapImage":null,"start":1397311200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586847,"id":138586849,"logo":null,"name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":16150,"audienceSubCategoryId":337100890,"seatCategoryId":338937288},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937283}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937283}],"seatMapImage":null,"start":1397325600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586851,"id":138586853,"logo":null,"name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":16150,"audienceSubCategoryId":337100890,"seatCategoryId":338937288},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937283}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937283}],"seatMapImage":null,"start":1397397600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586855,"id":138586857,"logo":null,"name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1397498400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586859,"id":138586861,"logo":null,"name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1397584800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586863,"id":138586865,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1397930400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181251,"id":341181466,"logo":null,"name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":341179215}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215}],"seatMapImage":null,"start":1398276000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181253,"id":341181468,"logo":null,"name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":341179215}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215}],"seatMapImage":null,"start":1398362400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586867,"id":138586869,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":339086210},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":339086211},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":339086213},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":339086214}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086210},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086211},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086214}],"seatMapImage":null,"start":1398448800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586871,"id":138586873,"logo":null,"name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":339086196},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":339086197}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086196},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086197}],"seatMapImage":null,"start":1398607200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586875,"id":138586877,"logo":null,"name":null,"prices":[{"amount":95000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":76000,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937281},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937282}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937282}],"seatMapImage":null,"start":1398708000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586879,"id":138586881,"logo":null,"name":null,"prices":[{"amount":171000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":123500,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":95000,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":66500,"audienceSubCategoryId":337100890,"seatCategoryId":338937281},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937282}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937282}],"seatMapImage":null,"start":1398794400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586883,"id":138586887,"logo":null,"name":null,"prices":[{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":339086196},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":339086197}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086196},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086197}],"seatMapImage":null,"start":1399125600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586883,"id":138586885,"logo":null,"name":null,"prices":[{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":339086196},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":339086197}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086196},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086197}],"seatMapImage":null,"start":1399140000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586889,"id":138586891,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937307},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937308},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":338937310},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":338937311}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937307},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937308},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937310},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937311}],"seatMapImage":null,"start":1399312800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586893,"id":138586895,"logo":null,"name":null,"prices":[{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":19000,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":14250,"audienceSubCategoryId":337100890,"seatCategoryId":338937281},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937282}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937282}],"seatMapImage":null,"start":1399399200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181232,"id":341181434,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1399485600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586897,"id":138586899,"logo":null,"name":null,"prices":[{"amount":95000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":76000,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937281},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937282}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937282}],"seatMapImage":null,"start":1399917600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586901,"id":138586903,"logo":null,"name":null,"prices":[{"amount":95000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":76000,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937281},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937282}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937282}],"seatMapImage":null,"start":1400176800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586905,"id":138586907,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":339086210},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":339086211},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":339086213},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":339086214}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086210},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086211},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086214}],"seatMapImage":null,"start":1400263200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586909,"id":138586911,"logo":null,"name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937288}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288}],"seatMapImage":null,"start":1400349600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586917,"id":138586919,"logo":null,"name":null,"prices":[{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":338937235},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937236},{"amount":19000,"audienceSubCategoryId":337100890,"seatCategoryId":338937238},{"amount":14250,"audienceSubCategoryId":337100890,"seatCategoryId":338937239},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937240}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937235},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937236},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937238},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937239},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937240}],"seatMapImage":null,"start":1400421600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181259,"id":341181480,"logo":null,"name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":340826016},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":340826017},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":340826015},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":340826018}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826016},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826017},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826015},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":340826018}],"seatMapImage":null,"start":1400695200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181259,"id":341181479,"logo":null,"name":null,"prices":[{"amount":80750,"audienceSubCategoryId":337100890,"seatCategoryId":340826016},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":340826017},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":340826015},{"amount":28500,"audienceSubCategoryId":337100890,"seatCategoryId":340826018}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826016},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826017},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":340826015},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":340826018}],"seatMapImage":null,"start":1400781600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586921,"id":138586923,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":339086210},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":339086211},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":339086213},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":339086214}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086210},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086211},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086214}],"seatMapImage":null,"start":1400868000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586929,"id":138586931,"logo":null,"name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937241},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937242},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937244},{"amount":16150,"audienceSubCategoryId":337100890,"seatCategoryId":338937245},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937246}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937241},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937242},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937244},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937245},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937246}],"seatMapImage":null,"start":1400940000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586933,"id":138586935,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":339086196},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":339086197}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086196},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086197}],"seatMapImage":null,"start":1401026400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586937,"id":138586939,"logo":null,"name":null,"prices":[{"amount":95000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":76000,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937281},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937282}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937282}],"seatMapImage":null,"start":1401127200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586941,"id":138586943,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341264860},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341264861},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341264863},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341264864}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341264860},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341264861},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341264863},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341264864}],"seatMapImage":null,"start":1401472800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586945,"id":138586947,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1401730200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586949,"id":138586951,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1401818400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586953,"id":138586955,"logo":null,"name":null,"prices":[{"amount":95000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":76000,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937281},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937282}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937282}],"seatMapImage":null,"start":1401904800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586957,"id":138586959,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":338937281}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281}],"seatMapImage":null,"start":1401991200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586961,"id":138586963,"logo":null,"name":null,"prices":[{"amount":95000,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":76000,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937288},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937283}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937283}],"seatMapImage":null,"start":1402077600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586965,"id":138586967,"logo":null,"name":null,"prices":[{"amount":95000,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":76000,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937281},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937282}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937282}],"seatMapImage":null,"start":1402423200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181258,"id":341181477,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1402509600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181258,"id":341181478,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1402596000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586969,"id":138586971,"logo":null,"name":null,"prices":[{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":339086196},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":339086197}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086196},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":339086197}],"seatMapImage":null,"start":1402768800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586973,"id":138586975,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":338937288}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288}],"seatMapImage":null,"start":1402840800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586977,"id":138586979,"logo":null,"name":null,"prices":[{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":33250,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":23750,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":16150,"audienceSubCategoryId":337100890,"seatCategoryId":338937281},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937282}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937282}],"seatMapImage":null,"start":1402941600000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586981,"id":138586983,"logo":null,"name":null,"prices":[{"amount":123500,"audienceSubCategoryId":337100890,"seatCategoryId":338937289},{"amount":85500,"audienceSubCategoryId":337100890,"seatCategoryId":338937290},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937292},{"amount":38000,"audienceSubCategoryId":337100890,"seatCategoryId":338937293},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937294}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937289},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937290},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937292},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937293},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937294}],"seatMapImage":null,"start":1403028000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181257,"id":341181475,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1403114400000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181257,"id":341181476,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1403200800000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":341181247,"id":341181461,"logo":null,"name":null,"prices":[{"amount":57000,"audienceSubCategoryId":337100890,"seatCategoryId":341179212},{"amount":42750,"audienceSubCategoryId":337100890,"seatCategoryId":341179213},{"amount":32300,"audienceSubCategoryId":337100890,"seatCategoryId":341179214},{"amount":20900,"audienceSubCategoryId":337100890,"seatCategoryId":341179215},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":341179216}],"seatCategories":[{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179212},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179213},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179214},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]}],"seatCategoryId":341179215},{"areas":[{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":341179216}],"seatMapImage":null,"start":1403719200000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586989,"id":138586991,"logo":null,"name":null,"prices":[{"amount":152000,"audienceSubCategoryId":337100890,"seatCategoryId":338937284},{"amount":104500,"audienceSubCategoryId":337100890,"seatCategoryId":338937285},{"amount":76000,"audienceSubCategoryId":337100890,"seatCategoryId":338937287},{"amount":52250,"audienceSubCategoryId":337100890,"seatCategoryId":338937288},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937283}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937284},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937285},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937287},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937288},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937283}],"seatMapImage":null,"start":1403892000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586993,"id":138586995,"logo":null,"name":null,"prices":[{"amount":123500,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":85500,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":38000,"audienceSubCategoryId":337100890,"seatCategoryId":338937281},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937282}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937282}],"seatMapImage":null,"start":1404324000000,"venueCode":"PLEYEL_PLEYEL"},{"eventId":138586997,"id":138586999,"logo":null,"name":null,"prices":[{"amount":123500,"audienceSubCategoryId":337100890,"seatCategoryId":338937277},{"amount":85500,"audienceSubCategoryId":337100890,"seatCategoryId":338937278},{"amount":61750,"audienceSubCategoryId":337100890,"seatCategoryId":338937280},{"amount":38000,"audienceSubCategoryId":337100890,"seatCategoryId":338937281},{"amount":10000,"audienceSubCategoryId":337100890,"seatCategoryId":338937282}],"seatCategories":[{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937277},{"areas":[{"areaId":205705999,"blockIds":[]},{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937278},{"areas":[{"areaId":205705998,"blockIds":[]},{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205705995,"blockIds":[]},{"areaId":205705996,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205705993,"blockIds":[]},{"areaId":205706007,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937280},{"areas":[{"areaId":205705994,"blockIds":[]},{"areaId":205706006,"blockIds":[]},{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706001,"blockIds":[]},{"areaId":205706000,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937281},{"areas":[{"areaId":205706005,"blockIds":[]},{"areaId":205706004,"blockIds":[]},{"areaId":205706003,"blockIds":[]},{"areaId":205706002,"blockIds":[]},{"areaId":205706009,"blockIds":[]},{"areaId":205706008,"blockIds":[]}],"seatCategoryId":338937282}],"seatMapImage":null,"start":1404410400000,"venueCode":"PLEYEL_PLEYEL"}],"seatCategoryNames":{"338937235":"1ère catégorie","338937236":"2ème catégorie","338937238":"3ème catégorie","338937239":"4ème catégorie","338937240":"5ème catégorie","338937241":"1ère catégorie","338937242":"2ème catégorie","338937244":"3ème catégorie","338937245":"4ème catégorie","338937246":"5ème catégorie","338937271":"1ère catégorie","338937272":"2ème catégorie","338937274":"3ème catégorie","338937275":"4ème catégorie","338937277":"1ère catégorie","338937278":"2ème catégorie","338937280":"3ème catégorie","338937281":"4ème catégorie","338937282":"5ème catégorie","338937283":"5ème catégorie","338937284":"1ère catégorie","338937285":"2ème catégorie","338937287":"3ème catégorie","338937288":"4ème catégorie","338937289":"1ère catégorie","338937290":"2ème catégorie","338937292":"3ème catégorie","338937293":"4ème catégorie","338937294":"5ème catégorie","338937295":"1ère catégorie","338937296":"2ème catégorie","338937307":"1ère catégorie","338937308":"2ème catégorie","338937310":"3ème catégorie","338937311":"4ème catégorie","338937312":"5ème catégorie","338937314":"Catégorie unique","339086196":"1ère catégorie","339086197":"2ème catégorie","339086210":"1ère catégorie","339086211":"2ème catégorie","339086213":"3ème catégorie","339086214":"4ème catégorie","339086215":"5ème catégorie","340826015":"Catégorie 3","340826016":"Catégorie 1","340826017":"Catégorie 2","340826018":"Catégorie 4","340826019":"Catégorie 5","341179212":"CAT1","341179213":"CAT2","341179214":"CAT3","341179215":"CAT4","341179216":"CAT5","341264860":"1ère catégorie","341264861":"2ème catégorie","341264863":"3ème catégorie","341264864":"4ème catégorie","341264866":"1ère catégorie","341264867":"2ème catégorie","341264869":"3ème catégorie","341264870":"4ème catégorie","341264872":"1ère catégorie","342752792":"catétgorie unique"},"subTopicNames":{"337184262":"Musique amplifiée","337184263":"Musique baroque","337184267":"Ciné-concert","337184268":"Musique classique","337184269":"Jazz","337184273":"Musique de chambre","337184275":"Musique dirigée","337184279":"Musique du monde","337184280":"Pop/rock","337184281":"Musique de chambre","337184282":"Famille","337184283":"Concert","337184284":"Opéra (version de concert)","337184288":"Musique contemporaine","337184292":"Musique vocale","337184296":"Musique ancienne","337184297":"Chanson","337184298":"Voix","337184299":"famille"},"subjectNames":{},"topicNames":{"107888604":"Activité","324846098":"Type de public","324846099":"Genre","324846100":"Formations musicales"},"topicSubTopics":{"107888604":[337184283,337184267],"324846098":[337184299],"324846099":[337184268,337184288,337184284,337184263,337184298,337184269,337184280,337184297,337184281,337184296,337184279],"324846100":[337184275,337184262,337184292,337184273,337184282]},"venueNames":{"PLEYEL_PLEYEL":"Salle Pleyel"}}oj-3.16.12/test/data/ohai.compat.json000066400000000000000000000472601510053151600172670ustar00rootroot00000000000000{"command":{"ps":"ps -ef"},"kernel":{"modules":{"org.virtualbox.kext.VBoxDrv":{"size":118784,"version":"2.2.0","index":"114","refcount":"3"},"com.cisco.nke.ipsec":{"size":454656,"version":"2.0.1","index":"111","refcount":"0"},"com.apple.driver.AppleAPIC":{"size":12288,"version":"1.4","index":"26","refcount":"0"},"com.apple.driver.AirPort.Atheros":{"size":593920,"version":"318.8.3","index":"88","refcount":"0"},"com.apple.driver.AppleIntelCPUPowerManagement":{"size":102400,"version":"59.0.1","index":"22","refcount":"0"},"com.apple.iokit.IOStorageFamily":{"size":98304,"version":"1.5.5","index":"44","refcount":"9"},"com.apple.iokit.IOATAPIProtocolTransport":{"size":16384,"version":"1.5.2","index":"52","refcount":"0"},"com.apple.iokit.IOPCIFamily":{"size":65536,"version":"2.5","index":"17","refcount":"18"},"com.apple.driver.AppleHPET":{"size":12288,"version":"1.3","index":"33","refcount":"0"},"com.apple.driver.AppleUSBHub":{"size":49152,"version":"3.2.7","index":"47","refcount":"0"},"com.apple.iokit.IOFireWireFamily":{"size":258048,"version":"3.4.6","index":"49","refcount":"2"},"com.apple.driver.AppleUSBComposite":{"size":16384,"version":"3.2.0","index":"60","refcount":"1"},"com.apple.driver.AppleIntelPIIXATA":{"size":36864,"version":"2.0.0","index":"41","refcount":"0"},"com.apple.driver.AppleSmartBatteryManager":{"size":28672,"version":"158.6.0","index":"32","refcount":"0"},"com.apple.filesystems.udf":{"size":233472,"version":"2.0.2","index":"119","refcount":"0"},"com.apple.iokit.IOSMBusFamily":{"size":12288,"version":"1.1","index":"27","refcount":"2"},"com.apple.iokit.IOACPIFamily":{"size":16384,"version":"1.2.0","index":"18","refcount":"10"},"foo.tap":{"size":24576,"version":"1.0","index":"113","refcount":"0"},"com.vmware.kext.vmx86":{"size":864256,"version":"2.0.4","index":"104","refcount":"0"},"com.apple.iokit.CHUDUtils":{"size":28672,"version":"200","index":"98","refcount":"0"},"org.virtualbox.kext.VBoxNetAdp":{"size":8192,"version":"2.2.0","index":"117","refcount":"0"},"com.apple.filesystems.autofs":{"size":45056,"version":"2.0.1","index":"109","refcount":"0"},"com.vmware.kext.vmnet":{"size":36864,"version":"2.0.4","index":"108","refcount":"0"},"com.apple.driver.AppleACPIButtons":{"size":16384,"version":"1.2.4","index":"30","refcount":"0"},"com.apple.driver.AppleFWOHCI":{"size":139264,"version":"3.7.2","index":"50","refcount":"0"},"com.apple.iokit.IOSCSIArchitectureModelFamily":{"size":102400,"version":"2.0.5","index":"51","refcount":"4"},"com.apple.iokit.IOSCSIBlockCommandsDevice":{"size":90112,"version":"2.0.5","index":"57","refcount":"1"},"com.apple.driver.AppleACPIPCI":{"size":12288,"version":"1.2.4","index":"31","refcount":"0"},"com.apple.security.seatbelt":{"size":98304,"version":"107.10","index":"25","refcount":"0"},"com.apple.driver.AppleUpstreamUserClient":{"size":16384,"version":"2.7.2","index":"100","refcount":"0"},"com.apple.kext.OSvKernDSPLib":{"size":12288,"version":"1.1","index":"79","refcount":"1"},"com.apple.iokit.IOBDStorageFamily":{"size":20480,"version":"1.5","index":"58","refcount":"1"},"com.apple.iokit.IOGraphicsFamily":{"size":118784,"version":"1.7.1","index":"70","refcount":"5"},"com.apple.iokit.IONetworkingFamily":{"size":90112,"version":"1.6.1","index":"82","refcount":"4"},"com.apple.iokit.IOATAFamily":{"size":53248,"version":"2.0.0","index":"40","refcount":"2"},"com.apple.iokit.IOUSBHIDDriver":{"size":20480,"version":"3.2.2","index":"63","refcount":"2"},"org.virtualbox.kext.VBoxUSB":{"size":28672,"version":"2.2.0","index":"115","refcount":"0"},"com.vmware.kext.vmioplug":{"size":24576,"version":"2.0.4","index":"107","refcount":"0"},"com.apple.security.TMSafetyNet":{"size":12288,"version":"3","index":"23","refcount":"0"},"com.apple.iokit.IONDRVSupport":{"size":57344,"version":"1.7.1","index":"71","refcount":"3"},"com.apple.BootCache":{"size":20480,"version":"30.3","index":"20","refcount":"0"},"com.apple.iokit.IOUSBUserClient":{"size":8192,"version":"3.2.4","index":"46","refcount":"1"},"com.apple.iokit.IOSCSIMultimediaCommandsDevice":{"size":90112,"version":"2.0.5","index":"59","refcount":"0"},"com.apple.driver.AppleIRController":{"size":20480,"version":"110","index":"78","refcount":"0"},"com.apple.driver.AudioIPCDriver":{"size":16384,"version":"1.0.5","index":"81","refcount":"0"},"org.virtualbox.kext.VBoxNetFlt":{"size":16384,"version":"2.2.0","index":"116","refcount":"0"},"com.apple.driver.AppleLPC":{"size":12288,"version":"1.2.11","index":"73","refcount":"0"},"com.apple.iokit.CHUDKernLib":{"size":20480,"version":"196","index":"93","refcount":"2"},"com.apple.iokit.CHUDProf":{"size":49152,"version":"207","index":"97","refcount":"0"},"com.apple.NVDAResman":{"size":2478080,"version":"5.3.6","index":"90","refcount":"2"},"com.apple.driver.AppleACPIEC":{"size":20480,"version":"1.2.4","index":"28","refcount":"0"},"foo.tun":{"size":24576,"version":"1.0","index":"118","refcount":"0"},"com.apple.iokit.IOSerialFamily":{"size":36864,"version":"9.3","index":"102","refcount":"1"},"com.apple.GeForce":{"size":622592,"version":"5.3.6","index":"96","refcount":"0"},"com.apple.iokit.IOCDStorageFamily":{"size":32768,"version":"1.5","index":"55","refcount":"3"},"com.apple.driver.AppleUSBEHCI":{"size":73728,"version":"3.2.5","index":"39","refcount":"0"},"com.apple.nvidia.nv50hal":{"size":2445312,"version":"5.3.6","index":"91","refcount":"0"},"com.apple.driver.AppleSMBIOS":{"size":16384,"version":"1.1.1","index":"29","refcount":"0"},"com.apple.driver.AppleBacklight":{"size":16384,"version":"1.4.4","index":"72","refcount":"0"},"com.apple.driver.AppleACPIPlatform":{"size":253952,"version":"1.2.4","index":"19","refcount":"3"},"com.apple.iokit.SCSITaskUserClient":{"size":24576,"version":"2.0.5","index":"54","refcount":"0"},"com.apple.iokit.IOHIDFamily":{"size":233472,"version":"1.5.3","index":"21","refcount":"7"},"com.apple.driver.DiskImages":{"size":65536,"version":"195.2.2","index":"101","refcount":"0"},"com.apple.iokit.IODVDStorageFamily":{"size":24576,"version":"1.5","index":"56","refcount":"2"},"com.apple.driver.XsanFilter":{"size":20480,"version":"2.7.91","index":"53","refcount":"0"},"com.apple.driver.AppleEFIRuntime":{"size":12288,"version":"1.2.0","index":"35","refcount":"1"},"com.apple.driver.AppleRTC":{"size":20480,"version":"1.2.3","index":"34","refcount":"0"},"com.apple.iokit.IOFireWireIP":{"size":36864,"version":"1.7.6","index":"83","refcount":"0"},"com.vmware.kext.vmci":{"size":45056,"version":"2.0.4","index":"106","refcount":"0"},"com.apple.iokit.IO80211Family":{"size":126976,"version":"215.1","index":"87","refcount":"1"},"com.apple.nke.applicationfirewall":{"size":32768,"version":"1.0.77","index":"24","refcount":"0"},"com.apple.iokit.IOAHCIBlockStorage":{"size":69632,"version":"1.2.0","index":"48","refcount":"0"},"com.apple.driver.AppleUSBUHCI":{"size":57344,"version":"3.2.5","index":"38","refcount":"0"},"com.apple.iokit.IOAHCIFamily":{"size":24576,"version":"1.5.0","index":"42","refcount":"2"},"com.apple.driver.AppleAHCIPort":{"size":53248,"version":"1.5.2","index":"43","refcount":"0"},"com.apple.driver.AppleEFINVRAM":{"size":24576,"version":"1.2.0","index":"36","refcount":"0"},"com.apple.iokit.IOUSBFamily":{"size":167936,"version":"3.2.7","index":"37","refcount":"13"},"com.apple.driver.AppleUSBMergeNub":{"size":12288,"version":"3.2.4","index":"61","refcount":"0"}},"machine":"i386","name":"Darwin","os":"Darwin","version":"Darwin Kernel Version 9.6.0: Mon Nov 24 17:37:00 PST 2008; root:xnu-1228.9.59~1/RELEASE_I386","release":"9.6.0"},"platform_version":"10.5.6","platform":"mac_os_x","ipaddress":"192.168.88.1","keys":{"ssh":{"host_dsa_public":"private","host_rsa_public":"private"}},"network":{"settings":{"net.inet6.ip6.forwarding":"0","net.inet.ip.dummynet.debug":"0","net.inet.ip.rtexpire":"10","net.inet6.ipsec6.esp_trans_deflev":"1","net.inet.tcp.tcbhashsize":"4096","net.key.esp_auth":"0","net.inet6.ip6.hlim":"64","net.inet.ip.fw.dyn_fin_lifetime":"1","net.inet.ip.fw.dyn_udp_lifetime":"10","net.inet.icmp.bmcastecho":"1","net.athforceBias":"2 2","net.athbgscan":"1 1","net.inet.tcp.reass.maxsegments":"2048","net.inet6.ip6.auto_flowlabel":"1","net.inet6.ip6.rtmaxcache":"128","net.inet.tcp.sendspace":"131072","net.inet.tcp.keepinit":"75000","net.inet.ip.dummynet.max_chain_len":"16","net.inet.tcp.rfc1644":"0","net.inet.ip.fw.curr_dyn_buckets":"256","net.inet.ip.dummynet.ready_heap":"0","net.inet.ip.portrange.first":"49152","net.inet.tcp.background_io_trigger":"5","net.link.ether.inet.host_down_time":"20","net.inet6.ipsec6.def_policy":"1","net.inet6.ipsec6.ecn":"0","net.inet.ip.fastforwarding":"0","net.athaddbaignore":"0 0","net.inet6.ip6.v6only":"0","net.inet.tcp.sack":"1","net.inet6.ip6.rtexpire":"3600","net.link.ether.inet.proxyall":"0","net.inet6.ip6.keepfaith":"0","net.key.spi_trycnt":"1000","net.link.ether.inet.prune_intvl":"300","net.inet.tcp.ecn_initiate_out":"0","net.inet.ip.fw.dyn_rst_lifetime":"1","net.local.stream.sendspace":"8192","net.inet.tcp.socket_unlocked_on_output":"1","net.inet.ip.fw.verbose_limit":"0","net.local.dgram.recvspace":"4096","net.inet.ipsec.debug":"0","net.link.ether.inet.log_arp_warnings":"0","net.inet.tcp.ecn_negotiate_in":"0","net.inet.tcp.rfc3465":"1","net.inet.tcp.icmp_may_rst":"1","net.link.ether.inet.sendllconflict":"0","net.inet.ipsec.ah_offsetmask":"0","net.key.blockacq_count":"10","net.inet.tcp.delayed_ack":"3","net.inet.ip.fw.verbose":"2","net.inet.ip.fw.dyn_count":"0","net.inet.tcp.slowlink_wsize":"8192","net.inet6.ip6.fw.enable":"1","net.inet.ip.portrange.hilast":"65535","net.inet.icmp.maskrepl":"0","net.link.ether.inet.apple_hwcksum_rx":"1","net.inet.tcp.drop_synfin":"1","net.key.spi_maxval":"268435455","net.inet.ipsec.ecn":"0","net.inet.ip.fw.dyn_keepalive":"1","net.key.int_random":"60","net.key.debug":"0","net.inet.ip.dummynet.curr_time":"0","net.inet.udp.blackhole":"0","net.athaggrqmin":"1 1","net.athppmenable":"1 1","net.inet.ip.fw.dyn_syn_lifetime":"20","net.inet.tcp.keepidle":"7200000","net.inet6.ip6.tempvltime":"604800","net.inet.tcp.recvspace":"358400","net.inet.tcp.keepintvl":"75000","net.inet.udp.maxdgram":"9216","net.inet.ip.maxchainsent":"0","net.inet.ipsec.esp_net_deflev":"1","net.inet6.icmp6.nd6_useloopback":"1","net.inet.tcp.slowstart_flightsize":"1","net.inet.ip.fw.debug":"0","net.inet.ip.linklocal.in.allowbadttl":"1","net.key.spi_minval":"256","net.inet.ip.forwarding":"0","net.inet.tcp.v6mssdflt":"1024","net.key.larval_lifetime":"30","net.inet6.ip6.fw.verbose_limit":"0","net.inet.ip.dummynet.red_lookup_depth":"256","net.inet.tcp.pcbcount":"36","net.inet.ip.fw.dyn_ack_lifetime":"300","net.inet.ip.portrange.lowlast":"600","net.athCCAThreshold":"28 28","net.link.ether.inet.useloopback":"1","net.athqdepth":"0 0","net.inet.ip.ttl":"64","net.inet.ip.rtmaxcache":"128","net.inet.ipsec.bypass":"0","net.inet6.icmp6.nd6_debug":"0","net.inet.ip.use_route_genid":"1","net.inet6.icmp6.rediraccept":"1","net.inet.ip.fw.static_count":"1","net.inet6.ip6.fw.debug":"0","net.inet.udp.pcbcount":"104","net.inet.ipsec.esp_randpad":"-1","net.inet6.icmp6.nd6_maxnudhint":"0","net.inet.tcp.always_keepalive":"0","net.inet.udp.checksum":"1","net.link.ether.inet.keep_announcements":"1","net.athfixedDropThresh":"150 150","net.inet6.ip6.kame_version":"20010528/apple-darwin","net.inet.ip.fw.dyn_max":"4096","net.inet.udp.log_in_vain":"0","net.inet6.icmp6.nd6_mmaxtries":"3","net.inet.ip.rtminexpire":"10","net.inet.ip.fw.dyn_buckets":"256","net.inet6.ip6.accept_rtadv":"0","net.inet6.ip6.rr_prune":"5","net.key.ah_keymin":"128","net.inet.ip.redirect":"1","net.inet.tcp.sack_globalmaxholes":"65536","net.inet.ip.keepfaith":"0","net.inet.ip.dummynet.expire":"1","net.inet.ip.gifttl":"30","net.inet.ip.portrange.last":"65535","net.inet.ipsec.ah_net_deflev":"1","net.inet6.icmp6.nd6_delay":"5","net.inet.tcp.packetchain":"50","net.inet6.ip6.hdrnestlimit":"50","net.inet.tcp.newreno":"0","net.inet6.ip6.dad_count":"1","net.inet6.ip6.auto_linklocal":"1","net.inet6.ip6.temppltime":"86400","net.inet.tcp.strict_rfc1948":"0","net.athdupie":"1 1","net.inet.ip.dummynet.red_max_pkt_size":"1500","net.inet.ip.maxfrags":"2048","net.inet.tcp.log_in_vain":"0","net.inet.tcp.rfc1323":"1","net.inet.ip.subnets_are_local":"0","net.inet.ip.dummynet.search_steps":"0","net.inet.icmp.icmplim":"250","net.link.ether.inet.apple_hwcksum_tx":"1","net.inet6.icmp6.redirtimeout":"600","net.inet.ipsec.ah_cleartos":"1","net.inet6.ip6.log_interval":"5","net.link.ether.inet.max_age":"1200","net.inet.ip.fw.enable":"1","net.inet6.ip6.redirect":"1","net.athaggrfmax":"28 28","net.inet.ip.maxfragsperpacket":"128","net.inet6.ip6.use_deprecated":"1","net.link.generic.system.dlil_input_sanity_check":"0","net.inet.tcp.sack_globalholes":"0","net.inet.tcp.reass.cursegments":"0","net.inet6.icmp6.nodeinfo":"3","net.local.inflight":"0","net.inet.ip.dummynet.hash_size":"64","net.inet.ip.dummynet.red_avg_pkt_size":"512","net.inet.ipsec.dfbit":"0","net.inet.tcp.reass.overflows":"0","net.inet.tcp.rexmt_thresh":"2","net.inet6.ip6.maxfrags":"8192","net.inet6.ip6.rtminexpire":"10","net.inet6.ipsec6.esp_net_deflev":"1","net.inet.tcp.blackhole":"0","net.key.esp_keymin":"256","net.inet.ip.check_interface":"0","net.inet.tcp.minmssoverload":"0","net.link.ether.inet.maxtries":"5","net.inet.tcp.do_tcpdrain":"0","net.inet.ipsec.esp_port":"4500","net.inet6.ipsec6.ah_net_deflev":"1","net.inet.ip.dummynet.extract_heap":"0","net.inet.tcp.path_mtu_discovery":"1","net.inet.ip.intr_queue_maxlen":"50","net.inet.ipsec.def_policy":"1","net.inet.ip.fw.autoinc_step":"100","net.inet.ip.accept_sourceroute":"0","net.inet.raw.maxdgram":"8192","net.inet.ip.maxfragpackets":"1024","net.inet.ip.fw.one_pass":"0","net.appletalk.routermix":"2000","net.inet.tcp.tcp_lq_overflow":"1","net.link.generic.system.ifcount":"9","net.link.ether.inet.send_conflicting_probes":"1","net.inet.tcp.background_io_enabled":"1","net.inet6.ipsec6.debug":"0","net.inet.tcp.win_scale_factor":"3","net.key.natt_keepalive_interval":"20","net.inet.tcp.msl":"15000","net.inet.ip.portrange.hifirst":"49152","net.inet.ipsec.ah_trans_deflev":"1","net.inet.tcp.rtt_min":"1","net.inet6.ip6.defmcasthlim":"1","net.inet6.icmp6.nd6_prune":"1","net.inet6.ip6.fw.verbose":"0","net.inet.ip.portrange.lowfirst":"1023","net.inet.tcp.maxseg_unacked":"8","net.local.dgram.maxdgram":"2048","net.key.blockacq_lifetime":"20","net.inet.tcp.sack_maxholes":"128","net.inet6.ip6.maxfragpackets":"1024","net.inet6.ip6.use_tempaddr":"0","net.athpowermode":"0 0","net.inet.udp.recvspace":"73728","net.inet.tcp.isn_reseed_interval":"0","net.inet.tcp.local_slowstart_flightsize":"8","net.inet.ip.dummynet.searches":"0","net.inet.ip.intr_queue_drops":"0","net.link.generic.system.multi_threaded_input":"1","net.inet.raw.recvspace":"8192","net.inet.ipsec.esp_trans_deflev":"1","net.key.prefered_oldsa":"0","net.local.stream.recvspace":"8192","net.inet.tcp.sockthreshold":"64","net.inet6.icmp6.nd6_umaxtries":"3","net.pstimeout":"20 20","net.inet.ip.sourceroute":"0","net.inet.ip.fw.dyn_short_lifetime":"5","net.inet.tcp.minmss":"216","net.inet6.ip6.gifhlim":"0","net.athvendorie":"1 1","net.inet.ip.check_route_selfref":"1","net.inet6.icmp6.errppslimit":"100","net.inet.tcp.mssdflt":"512","net.inet.icmp.log_redirect":"0","net.inet6.ipsec6.ah_trans_deflev":"1","net.inet6.ipsec6.esp_randpad":"-1","net.inet.icmp.drop_redirect":"0","net.inet.icmp.timestamp":"0","net.inet.ip.random_id":"1"},"interfaces":{"vmnet1":{"flags":["UP","BROADCAST","SMART","RUNNING","SIMPLEX","MULTICAST"],"addresses":[{"broadcast":"192.168.88.255","netmask":"255.255.255.0","family":"inet","address":"192.168.88.1"},{"family":"lladdr","address":"private"}],"number":"1","mtu":"1500","type":"vmnet","encapsulation":"Ethernet"},"stf0":{"flags":[],"number":"0","mtu":"1280","type":"stf","encapsulation":"6to4"},"vboxnet0":{"flags":["BROADCAST","RUNNING","SIMPLEX","MULTICAST"],"addresses":[{"family":"lladdr","address":"private"}],"number":"0","mtu":"1500","type":"vboxnet","encapsulation":"Ethernet"},"lo0":{"flags":["UP","LOOPBACK","RUNNING","MULTICAST"],"addresses":[{"scope":"Link","prefixlen":"64","family":"inet6","address":"fe80::1"},{"netmask":"255.0.0.0","family":"inet","address":"127.0.0.1"},{"scope":"Node","prefixlen":"128","family":"inet6","address":":1"},{"scope":"Node","prefixlen":"128","family":"inet6","address":"private"}],"number":"0","mtu":"16384","type":"lo","encapsulation":"Loopback"},"vboxn":{"counters":{"tx":{"bytes":"0","packets":"0","collisions":"0","compressed":0,"carrier":0,"drop":0,"errors":"0","overrun":0},"rx":{"bytes":"0","packets":"0","compressed":0,"drop":0,"errors":"0","overrun":0,"frame":0,"multicast":0}}},"gif0":{"flags":["POINTOPOINT","MULTICAST"],"number":"0","mtu":"1280","type":"gif","encapsulation":"IPIP"},"vmnet":{"counters":{"tx":{"bytes":"0","packets":"0","collisions":"0","compressed":0,"carrier":0,"drop":0,"errors":"0","overrun":0},"rx":{"bytes":"0","packets":"0","compressed":0,"drop":0,"errors":"0","overrun":0,"frame":0,"multicast":0}}},"vmnet8":{"flags":["UP","BROADCAST","SMART","RUNNING","SIMPLEX","MULTICAST"],"addresses":[{"broadcast":"192.168.237.255","netmask":"255.255.255.0","family":"inet","address":"192.168.237.1"},{"family":"lladdr","address":"private"}],"number":"8","mtu":"1500","type":"vmnet","encapsulation":"Ethernet"},"en0":{"status":"inactive","flags":["UP","BROADCAST","SMART","RUNNING","SIMPLEX","MULTICAST"],"addresses":[{"family":"lladdr","address":"private"}],"number":"0","mtu":"1500","media":{"supported":[{"autoselect":{"options":[]}},{"10baseT/UTP":{"options":["half-duplex"]}},{"10baseT/UTP":{"options":["full-duplex"]}},{"10baseT/UTP":{"options":["full-duplex","hw-loopback"]}},{"10baseT/UTP":{"options":["full-duplex","flow-control"]}},{"100baseTX":{"options":["half-duplex"]}},{"100baseTX":{"options":["full-duplex"]}},{"100baseTX":{"options":["full-duplex","hw-loopback"]}},{"100baseTX":{"options":["full-duplex","flow-control"]}},{"1000baseT":{"options":["full-duplex"]}},{"1000baseT":{"options":["full-duplex","hw-loopback"]}},{"1000baseT":{"options":["full-duplex","flow-control"]}},{"none":{"options":[]}}],"selected":[{"autoselect":{"options":[]}}]},"type":"en","counters":{"tx":{"bytes":"342","packets":"0","collisions":"0","compressed":0,"carrier":0,"drop":0,"errors":"0","overrun":0},"rx":{"bytes":"0","packets":"0","compressed":0,"drop":0,"errors":"0","overrun":0,"frame":0,"multicast":0}},"encapsulation":"Ethernet"},"en1":{"status":"active","flags":["UP","BROADCAST","SMART","RUNNING","SIMPLEX","MULTICAST"],"addresses":[{"scope":"Link","prefixlen":"64","family":"inet6","address":"private"},{"broadcast":"192.168.1.255","netmask":"255.255.255.0","family":"inet","address":"192.168.1.4"},{"family":"lladdr","address":"private"}],"number":"1","mtu":"1500","media":{"supported":[{"autoselect":{"options":[]}}],"selected":[{"autoselect":{"options":[]}}]},"type":"en","counters":{"tx":{"bytes":"449206298","packets":"7041789","collisions":"0","compressed":0,"carrier":0,"drop":0,"errors":"95","overrun":0},"rx":{"bytes":"13673879120","packets":"19966002","compressed":0,"drop":0,"errors":"1655893","overrun":0,"frame":0,"multicast":0}},"arp":{"192.168.1.7":"private"},"encapsulation":"Ethernet"},"fw0":{"status":"inactive","flags":["UP","BROADCAST","SMART","RUNNING","SIMPLEX","MULTICAST"],"addresses":[{"family":"lladdr","address":"private"}],"number":"0","mtu":"4078","media":{"supported":[{"autoselect":{"options":["full-duplex"]}}],"selected":[{"autoselect":{"options":["full-duplex"]}}]},"type":"fw","counters":{"tx":{"bytes":"346","packets":"0","collisions":"0","compressed":0,"carrier":0,"drop":0,"errors":"0","overrun":0},"rx":{"bytes":"0","packets":"0","compressed":0,"drop":0,"errors":"0","overrun":0,"frame":0,"multicast":0}},"encapsulation":"1394"}}},"fqdn":"local.local","ohai_time":1240624355.08575,"domain":"local","os":"darwin","platform_build":"9G55","os_version":"9.6.0","hostname":"local","macaddress":"private","languages":{"ruby":{"target_os":"darwin9.0","platform":"universal-darwin9.0","host_vendor":"apple","target_vendor":"apple","target_cpu":"i686","host_os":"darwin9.0","host_cpu":"i686","version":"1.8.6","host":"i686-apple-darwin9.0","target":"i686-apple-darwin9.0","release_date":"2008-03-03"}}}oj-3.16.12/test/data/ohai.json000066400000000000000000000772741510053151600160150ustar00rootroot00000000000000{ "command": { "ps": "ps -ef" }, "kernel": { "modules": { "org.virtualbox.kext.VBoxDrv": { "size": 118784, "version": "2.2.0", "index": "114", "refcount": "3" }, "com.cisco.nke.ipsec": { "size": 454656, "version": "2.0.1", "index": "111", "refcount": "0" }, "com.apple.driver.AppleAPIC": { "size": 12288, "version": "1.4", "index": "26", "refcount": "0" }, "com.apple.driver.AirPort.Atheros": { "size": 593920, "version": "318.8.3", "index": "88", "refcount": "0" }, "com.apple.driver.AppleIntelCPUPowerManagement": { "size": 102400, "version": "59.0.1", "index": "22", "refcount": "0" }, "com.apple.iokit.IOStorageFamily": { "size": 98304, "version": "1.5.5", "index": "44", "refcount": "9" }, "com.apple.iokit.IOATAPIProtocolTransport": { "size": 16384, "version": "1.5.2", "index": "52", "refcount": "0" }, "com.apple.iokit.IOPCIFamily": { "size": 65536, "version": "2.5", "index": "17", "refcount": "18" }, "com.apple.driver.AppleHPET": { "size": 12288, "version": "1.3", "index": "33", "refcount": "0" }, "com.apple.driver.AppleUSBHub": { "size": 49152, "version": "3.2.7", "index": "47", "refcount": "0" }, "com.apple.iokit.IOFireWireFamily": { "size": 258048, "version": "3.4.6", "index": "49", "refcount": "2" }, "com.apple.driver.AppleUSBComposite": { "size": 16384, "version": "3.2.0", "index": "60", "refcount": "1" }, "com.apple.driver.AppleIntelPIIXATA": { "size": 36864, "version": "2.0.0", "index": "41", "refcount": "0" }, "com.apple.driver.AppleSmartBatteryManager": { "size": 28672, "version": "158.6.0", "index": "32", "refcount": "0" }, "com.apple.filesystems.udf": { "size": 233472, "version": "2.0.2", "index": "119", "refcount": "0" }, "com.apple.iokit.IOSMBusFamily": { "size": 12288, "version": "1.1", "index": "27", "refcount": "2" }, "com.apple.iokit.IOACPIFamily": { "size": 16384, "version": "1.2.0", "index": "18", "refcount": "10" }, "foo.tap": { "size": 24576, "version": "1.0", "index": "113", "refcount": "0" }, "com.vmware.kext.vmx86": { "size": 864256, "version": "2.0.4", "index": "104", "refcount": "0" }, "com.apple.iokit.CHUDUtils": { "size": 28672, "version": "200", "index": "98", "refcount": "0" }, "org.virtualbox.kext.VBoxNetAdp": { "size": 8192, "version": "2.2.0", "index": "117", "refcount": "0" }, "com.apple.filesystems.autofs": { "size": 45056, "version": "2.0.1", "index": "109", "refcount": "0" }, "com.vmware.kext.vmnet": { "size": 36864, "version": "2.0.4", "index": "108", "refcount": "0" }, "com.apple.driver.AppleACPIButtons": { "size": 16384, "version": "1.2.4", "index": "30", "refcount": "0" }, "com.apple.driver.AppleFWOHCI": { "size": 139264, "version": "3.7.2", "index": "50", "refcount": "0" }, "com.apple.iokit.IOSCSIArchitectureModelFamily": { "size": 102400, "version": "2.0.5", "index": "51", "refcount": "4" }, "com.apple.iokit.IOSCSIBlockCommandsDevice": { "size": 90112, "version": "2.0.5", "index": "57", "refcount": "1" }, "com.apple.driver.AppleACPIPCI": { "size": 12288, "version": "1.2.4", "index": "31", "refcount": "0" }, "com.apple.security.seatbelt": { "size": 98304, "version": "107.10", "index": "25", "refcount": "0" }, "com.apple.driver.AppleUpstreamUserClient": { "size": 16384, "version": "2.7.2", "index": "100", "refcount": "0" }, "com.apple.kext.OSvKernDSPLib": { "size": 12288, "version": "1.1", "index": "79", "refcount": "1" }, "com.apple.iokit.IOBDStorageFamily": { "size": 20480, "version": "1.5", "index": "58", "refcount": "1" }, "com.apple.iokit.IOGraphicsFamily": { "size": 118784, "version": "1.7.1", "index": "70", "refcount": "5" }, "com.apple.iokit.IONetworkingFamily": { "size": 90112, "version": "1.6.1", "index": "82", "refcount": "4" }, "com.apple.iokit.IOATAFamily": { "size": 53248, "version": "2.0.0", "index": "40", "refcount": "2" }, "com.apple.iokit.IOUSBHIDDriver": { "size": 20480, "version": "3.2.2", "index": "63", "refcount": "2" }, "org.virtualbox.kext.VBoxUSB": { "size": 28672, "version": "2.2.0", "index": "115", "refcount": "0" }, "com.vmware.kext.vmioplug": { "size": 24576, "version": "2.0.4", "index": "107", "refcount": "0" }, "com.apple.security.TMSafetyNet": { "size": 12288, "version": "3", "index": "23", "refcount": "0" }, "com.apple.iokit.IONDRVSupport": { "size": 57344, "version": "1.7.1", "index": "71", "refcount": "3" }, "com.apple.BootCache": { "size": 20480, "version": "30.3", "index": "20", "refcount": "0" }, "com.apple.iokit.IOUSBUserClient": { "size": 8192, "version": "3.2.4", "index": "46", "refcount": "1" }, "com.apple.iokit.IOSCSIMultimediaCommandsDevice": { "size": 90112, "version": "2.0.5", "index": "59", "refcount": "0" }, "com.apple.driver.AppleIRController": { "size": 20480, "version": "110", "index": "78", "refcount": "0" }, "com.apple.driver.AudioIPCDriver": { "size": 16384, "version": "1.0.5", "index": "81", "refcount": "0" }, "org.virtualbox.kext.VBoxNetFlt": { "size": 16384, "version": "2.2.0", "index": "116", "refcount": "0" }, "com.apple.driver.AppleLPC": { "size": 12288, "version": "1.2.11", "index": "73", "refcount": "0" }, "com.apple.iokit.CHUDKernLib": { "size": 20480, "version": "196", "index": "93", "refcount": "2" }, "com.apple.iokit.CHUDProf": { "size": 49152, "version": "207", "index": "97", "refcount": "0" }, "com.apple.NVDAResman": { "size": 2478080, "version": "5.3.6", "index": "90", "refcount": "2" }, "com.apple.driver.AppleACPIEC": { "size": 20480, "version": "1.2.4", "index": "28", "refcount": "0" }, "foo.tun": { "size": 24576, "version": "1.0", "index": "118", "refcount": "0" }, "com.apple.iokit.IOSerialFamily": { "size": 36864, "version": "9.3", "index": "102", "refcount": "1" }, "com.apple.GeForce": { "size": 622592, "version": "5.3.6", "index": "96", "refcount": "0" }, "com.apple.iokit.IOCDStorageFamily": { "size": 32768, "version": "1.5", "index": "55", "refcount": "3" }, "com.apple.driver.AppleUSBEHCI": { "size": 73728, "version": "3.2.5", "index": "39", "refcount": "0" }, "com.apple.nvidia.nv50hal": { "size": 2445312, "version": "5.3.6", "index": "91", "refcount": "0" }, "com.apple.driver.AppleSMBIOS": { "size": 16384, "version": "1.1.1", "index": "29", "refcount": "0" }, "com.apple.driver.AppleBacklight": { "size": 16384, "version": "1.4.4", "index": "72", "refcount": "0" }, "com.apple.driver.AppleACPIPlatform": { "size": 253952, "version": "1.2.4", "index": "19", "refcount": "3" }, "com.apple.iokit.SCSITaskUserClient": { "size": 24576, "version": "2.0.5", "index": "54", "refcount": "0" }, "com.apple.iokit.IOHIDFamily": { "size": 233472, "version": "1.5.3", "index": "21", "refcount": "7" }, "com.apple.driver.DiskImages": { "size": 65536, "version": "195.2.2", "index": "101", "refcount": "0" }, "com.apple.iokit.IODVDStorageFamily": { "size": 24576, "version": "1.5", "index": "56", "refcount": "2" }, "com.apple.driver.XsanFilter": { "size": 20480, "version": "2.7.91", "index": "53", "refcount": "0" }, "com.apple.driver.AppleEFIRuntime": { "size": 12288, "version": "1.2.0", "index": "35", "refcount": "1" }, "com.apple.driver.AppleRTC": { "size": 20480, "version": "1.2.3", "index": "34", "refcount": "0" }, "com.apple.iokit.IOFireWireIP": { "size": 36864, "version": "1.7.6", "index": "83", "refcount": "0" }, "com.vmware.kext.vmci": { "size": 45056, "version": "2.0.4", "index": "106", "refcount": "0" }, "com.apple.iokit.IO80211Family": { "size": 126976, "version": "215.1", "index": "87", "refcount": "1" }, "com.apple.nke.applicationfirewall": { "size": 32768, "version": "1.0.77", "index": "24", "refcount": "0" }, "com.apple.iokit.IOAHCIBlockStorage": { "size": 69632, "version": "1.2.0", "index": "48", "refcount": "0" }, "com.apple.driver.AppleUSBUHCI": { "size": 57344, "version": "3.2.5", "index": "38", "refcount": "0" }, "com.apple.iokit.IOAHCIFamily": { "size": 24576, "version": "1.5.0", "index": "42", "refcount": "2" }, "com.apple.driver.AppleAHCIPort": { "size": 53248, "version": "1.5.2", "index": "43", "refcount": "0" }, "com.apple.driver.AppleEFINVRAM": { "size": 24576, "version": "1.2.0", "index": "36", "refcount": "0" }, "com.apple.iokit.IOUSBFamily": { "size": 167936, "version": "3.2.7", "index": "37", "refcount": "13" }, "com.apple.driver.AppleUSBMergeNub": { "size": 12288, "version": "3.2.4", "index": "61", "refcount": "0" } }, "machine": "i386", "name": "Darwin", "os": "Darwin", "version": "Darwin Kernel Version 9.6.0: Mon Nov 24 17:37:00 PST 2008; root:xnu-1228.9.59~1\/RELEASE_I386", "release": "9.6.0" }, "platform_version": "10.5.6", "platform": "mac_os_x", "ipaddress": "192.168.88.1", "keys": { "ssh": { "host_dsa_public": "private", "host_rsa_public": "private" } }, "network": { "settings": { "net.inet6.ip6.forwarding": "0", "net.inet.ip.dummynet.debug": "0", "net.inet.ip.rtexpire": "10", "net.inet6.ipsec6.esp_trans_deflev": "1", "net.inet.tcp.tcbhashsize": "4096", "net.key.esp_auth": "0", "net.inet6.ip6.hlim": "64", "net.inet.ip.fw.dyn_fin_lifetime": "1", "net.inet.ip.fw.dyn_udp_lifetime": "10", "net.inet.icmp.bmcastecho": "1", "net.athforceBias": "2 2", "net.athbgscan": "1 1", "net.inet.tcp.reass.maxsegments": "2048", "net.inet6.ip6.auto_flowlabel": "1", "net.inet6.ip6.rtmaxcache": "128", "net.inet.tcp.sendspace": "131072", "net.inet.tcp.keepinit": "75000", "net.inet.ip.dummynet.max_chain_len": "16", "net.inet.tcp.rfc1644": "0", "net.inet.ip.fw.curr_dyn_buckets": "256", "net.inet.ip.dummynet.ready_heap": "0", "net.inet.ip.portrange.first": "49152", "net.inet.tcp.background_io_trigger": "5", "net.link.ether.inet.host_down_time": "20", "net.inet6.ipsec6.def_policy": "1", "net.inet6.ipsec6.ecn": "0", "net.inet.ip.fastforwarding": "0", "net.athaddbaignore": "0 0", "net.inet6.ip6.v6only": "0", "net.inet.tcp.sack": "1", "net.inet6.ip6.rtexpire": "3600", "net.link.ether.inet.proxyall": "0", "net.inet6.ip6.keepfaith": "0", "net.key.spi_trycnt": "1000", "net.link.ether.inet.prune_intvl": "300", "net.inet.tcp.ecn_initiate_out": "0", "net.inet.ip.fw.dyn_rst_lifetime": "1", "net.local.stream.sendspace": "8192", "net.inet.tcp.socket_unlocked_on_output": "1", "net.inet.ip.fw.verbose_limit": "0", "net.local.dgram.recvspace": "4096", "net.inet.ipsec.debug": "0", "net.link.ether.inet.log_arp_warnings": "0", "net.inet.tcp.ecn_negotiate_in": "0", "net.inet.tcp.rfc3465": "1", "net.inet.tcp.icmp_may_rst": "1", "net.link.ether.inet.sendllconflict": "0", "net.inet.ipsec.ah_offsetmask": "0", "net.key.blockacq_count": "10", "net.inet.tcp.delayed_ack": "3", "net.inet.ip.fw.verbose": "2", "net.inet.ip.fw.dyn_count": "0", "net.inet.tcp.slowlink_wsize": "8192", "net.inet6.ip6.fw.enable": "1", "net.inet.ip.portrange.hilast": "65535", "net.inet.icmp.maskrepl": "0", "net.link.ether.inet.apple_hwcksum_rx": "1", "net.inet.tcp.drop_synfin": "1", "net.key.spi_maxval": "268435455", "net.inet.ipsec.ecn": "0", "net.inet.ip.fw.dyn_keepalive": "1", "net.key.int_random": "60", "net.key.debug": "0", "net.inet.ip.dummynet.curr_time": "0", "net.inet.udp.blackhole": "0", "net.athaggrqmin": "1 1", "net.athppmenable": "1 1", "net.inet.ip.fw.dyn_syn_lifetime": "20", "net.inet.tcp.keepidle": "7200000", "net.inet6.ip6.tempvltime": "604800", "net.inet.tcp.recvspace": "358400", "net.inet.tcp.keepintvl": "75000", "net.inet.udp.maxdgram": "9216", "net.inet.ip.maxchainsent": "0", "net.inet.ipsec.esp_net_deflev": "1", "net.inet6.icmp6.nd6_useloopback": "1", "net.inet.tcp.slowstart_flightsize": "1", "net.inet.ip.fw.debug": "0", "net.inet.ip.linklocal.in.allowbadttl": "1", "net.key.spi_minval": "256", "net.inet.ip.forwarding": "0", "net.inet.tcp.v6mssdflt": "1024", "net.key.larval_lifetime": "30", "net.inet6.ip6.fw.verbose_limit": "0", "net.inet.ip.dummynet.red_lookup_depth": "256", "net.inet.tcp.pcbcount": "36", "net.inet.ip.fw.dyn_ack_lifetime": "300", "net.inet.ip.portrange.lowlast": "600", "net.athCCAThreshold": "28 28", "net.link.ether.inet.useloopback": "1", "net.athqdepth": "0 0", "net.inet.ip.ttl": "64", "net.inet.ip.rtmaxcache": "128", "net.inet.ipsec.bypass": "0", "net.inet6.icmp6.nd6_debug": "0", "net.inet.ip.use_route_genid": "1", "net.inet6.icmp6.rediraccept": "1", "net.inet.ip.fw.static_count": "1", "net.inet6.ip6.fw.debug": "0", "net.inet.udp.pcbcount": "104", "net.inet.ipsec.esp_randpad": "-1", "net.inet6.icmp6.nd6_maxnudhint": "0", "net.inet.tcp.always_keepalive": "0", "net.inet.udp.checksum": "1", "net.link.ether.inet.keep_announcements": "1", "net.athfixedDropThresh": "150 150", "net.inet6.ip6.kame_version": "20010528\/apple-darwin", "net.inet.ip.fw.dyn_max": "4096", "net.inet.udp.log_in_vain": "0", "net.inet6.icmp6.nd6_mmaxtries": "3", "net.inet.ip.rtminexpire": "10", "net.inet.ip.fw.dyn_buckets": "256", "net.inet6.ip6.accept_rtadv": "0", "net.inet6.ip6.rr_prune": "5", "net.key.ah_keymin": "128", "net.inet.ip.redirect": "1", "net.inet.tcp.sack_globalmaxholes": "65536", "net.inet.ip.keepfaith": "0", "net.inet.ip.dummynet.expire": "1", "net.inet.ip.gifttl": "30", "net.inet.ip.portrange.last": "65535", "net.inet.ipsec.ah_net_deflev": "1", "net.inet6.icmp6.nd6_delay": "5", "net.inet.tcp.packetchain": "50", "net.inet6.ip6.hdrnestlimit": "50", "net.inet.tcp.newreno": "0", "net.inet6.ip6.dad_count": "1", "net.inet6.ip6.auto_linklocal": "1", "net.inet6.ip6.temppltime": "86400", "net.inet.tcp.strict_rfc1948": "0", "net.athdupie": "1 1", "net.inet.ip.dummynet.red_max_pkt_size": "1500", "net.inet.ip.maxfrags": "2048", "net.inet.tcp.log_in_vain": "0", "net.inet.tcp.rfc1323": "1", "net.inet.ip.subnets_are_local": "0", "net.inet.ip.dummynet.search_steps": "0", "net.inet.icmp.icmplim": "250", "net.link.ether.inet.apple_hwcksum_tx": "1", "net.inet6.icmp6.redirtimeout": "600", "net.inet.ipsec.ah_cleartos": "1", "net.inet6.ip6.log_interval": "5", "net.link.ether.inet.max_age": "1200", "net.inet.ip.fw.enable": "1", "net.inet6.ip6.redirect": "1", "net.athaggrfmax": "28 28", "net.inet.ip.maxfragsperpacket": "128", "net.inet6.ip6.use_deprecated": "1", "net.link.generic.system.dlil_input_sanity_check": "0", "net.inet.tcp.sack_globalholes": "0", "net.inet.tcp.reass.cursegments": "0", "net.inet6.icmp6.nodeinfo": "3", "net.local.inflight": "0", "net.inet.ip.dummynet.hash_size": "64", "net.inet.ip.dummynet.red_avg_pkt_size": "512", "net.inet.ipsec.dfbit": "0", "net.inet.tcp.reass.overflows": "0", "net.inet.tcp.rexmt_thresh": "2", "net.inet6.ip6.maxfrags": "8192", "net.inet6.ip6.rtminexpire": "10", "net.inet6.ipsec6.esp_net_deflev": "1", "net.inet.tcp.blackhole": "0", "net.key.esp_keymin": "256", "net.inet.ip.check_interface": "0", "net.inet.tcp.minmssoverload": "0", "net.link.ether.inet.maxtries": "5", "net.inet.tcp.do_tcpdrain": "0", "net.inet.ipsec.esp_port": "4500", "net.inet6.ipsec6.ah_net_deflev": "1", "net.inet.ip.dummynet.extract_heap": "0", "net.inet.tcp.path_mtu_discovery": "1", "net.inet.ip.intr_queue_maxlen": "50", "net.inet.ipsec.def_policy": "1", "net.inet.ip.fw.autoinc_step": "100", "net.inet.ip.accept_sourceroute": "0", "net.inet.raw.maxdgram": "8192", "net.inet.ip.maxfragpackets": "1024", "net.inet.ip.fw.one_pass": "0", "net.appletalk.routermix": "2000", "net.inet.tcp.tcp_lq_overflow": "1", "net.link.generic.system.ifcount": "9", "net.link.ether.inet.send_conflicting_probes": "1", "net.inet.tcp.background_io_enabled": "1", "net.inet6.ipsec6.debug": "0", "net.inet.tcp.win_scale_factor": "3", "net.key.natt_keepalive_interval": "20", "net.inet.tcp.msl": "15000", "net.inet.ip.portrange.hifirst": "49152", "net.inet.ipsec.ah_trans_deflev": "1", "net.inet.tcp.rtt_min": "1", "net.inet6.ip6.defmcasthlim": "1", "net.inet6.icmp6.nd6_prune": "1", "net.inet6.ip6.fw.verbose": "0", "net.inet.ip.portrange.lowfirst": "1023", "net.inet.tcp.maxseg_unacked": "8", "net.local.dgram.maxdgram": "2048", "net.key.blockacq_lifetime": "20", "net.inet.tcp.sack_maxholes": "128", "net.inet6.ip6.maxfragpackets": "1024", "net.inet6.ip6.use_tempaddr": "0", "net.athpowermode": "0 0", "net.inet.udp.recvspace": "73728", "net.inet.tcp.isn_reseed_interval": "0", "net.inet.tcp.local_slowstart_flightsize": "8", "net.inet.ip.dummynet.searches": "0", "net.inet.ip.intr_queue_drops": "0", "net.link.generic.system.multi_threaded_input": "1", "net.inet.raw.recvspace": "8192", "net.inet.ipsec.esp_trans_deflev": "1", "net.key.prefered_oldsa": "0", "net.local.stream.recvspace": "8192", "net.inet.tcp.sockthreshold": "64", "net.inet6.icmp6.nd6_umaxtries": "3", "net.pstimeout": "20 20", "net.inet.ip.sourceroute": "0", "net.inet.ip.fw.dyn_short_lifetime": "5", "net.inet.tcp.minmss": "216", "net.inet6.ip6.gifhlim": "0", "net.athvendorie": "1 1", "net.inet.ip.check_route_selfref": "1", "net.inet6.icmp6.errppslimit": "100", "net.inet.tcp.mssdflt": "512", "net.inet.icmp.log_redirect": "0", "net.inet6.ipsec6.ah_trans_deflev": "1", "net.inet6.ipsec6.esp_randpad": "-1", "net.inet.icmp.drop_redirect": "0", "net.inet.icmp.timestamp": "0", "net.inet.ip.random_id": "1" }, "interfaces": { "vmnet1": { "flags": [ "UP", "BROADCAST", "SMART", "RUNNING", "SIMPLEX", "MULTICAST" ], "addresses": [ { "broadcast": "192.168.88.255", "netmask": "255.255.255.0", "family": "inet", "address": "192.168.88.1" }, { "family": "lladdr", "address": "private" } ], "number": "1", "mtu": "1500", "type": "vmnet", "encapsulation": "Ethernet" }, "stf0": { "flags": [ ], "number": "0", "mtu": "1280", "type": "stf", "encapsulation": "6to4" }, "vboxnet0": { "flags": [ "BROADCAST", "RUNNING", "SIMPLEX", "MULTICAST" ], "addresses": [ { "family": "lladdr", "address": "private" } ], "number": "0", "mtu": "1500", "type": "vboxnet", "encapsulation": "Ethernet" }, "lo0": { "flags": [ "UP", "LOOPBACK", "RUNNING", "MULTICAST" ], "addresses": [ { "scope": "Link", "prefixlen": "64", "family": "inet6", "address": "fe80::1" }, { "netmask": "255.0.0.0", "family": "inet", "address": "127.0.0.1" }, { "scope": "Node", "prefixlen": "128", "family": "inet6", "address": "::1" }, { "scope": "Node", "prefixlen": "128", "family": "inet6", "address": "private" } ], "number": "0", "mtu": "16384", "type": "lo", "encapsulation": "Loopback" }, "vboxn": { "counters": { "tx": { "bytes": "0", "packets": "0", "collisions": "0", "compressed": 0, "carrier": 0, "drop": 0, "errors": "0", "overrun": 0 }, "rx": { "bytes": "0", "packets": "0", "compressed": 0, "drop": 0, "errors": "0", "overrun": 0, "frame": 0, "multicast": 0 } } }, "gif0": { "flags": [ "POINTOPOINT", "MULTICAST" ], "number": "0", "mtu": "1280", "type": "gif", "encapsulation": "IPIP" }, "vmnet": { "counters": { "tx": { "bytes": "0", "packets": "0", "collisions": "0", "compressed": 0, "carrier": 0, "drop": 0, "errors": "0", "overrun": 0 }, "rx": { "bytes": "0", "packets": "0", "compressed": 0, "drop": 0, "errors": "0", "overrun": 0, "frame": 0, "multicast": 0 } } }, "vmnet8": { "flags": [ "UP", "BROADCAST", "SMART", "RUNNING", "SIMPLEX", "MULTICAST" ], "addresses": [ { "broadcast": "192.168.237.255", "netmask": "255.255.255.0", "family": "inet", "address": "192.168.237.1" }, { "family": "lladdr", "address": "private" } ], "number": "8", "mtu": "1500", "type": "vmnet", "encapsulation": "Ethernet" }, "en0": { "status": "inactive", "flags": [ "UP", "BROADCAST", "SMART", "RUNNING", "SIMPLEX", "MULTICAST" ], "addresses": [ { "family": "lladdr", "address": "private" } ], "number": "0", "mtu": "1500", "media": { "supported": [ { "autoselect": { "options": [ ] } }, { "10baseT\/UTP": { "options": [ "half-duplex" ] } }, { "10baseT\/UTP": { "options": [ "full-duplex" ] } }, { "10baseT\/UTP": { "options": [ "full-duplex", "hw-loopback" ] } }, { "10baseT\/UTP": { "options": [ "full-duplex", "flow-control" ] } }, { "100baseTX": { "options": [ "half-duplex" ] } }, { "100baseTX": { "options": [ "full-duplex" ] } }, { "100baseTX": { "options": [ "full-duplex", "hw-loopback" ] } }, { "100baseTX": { "options": [ "full-duplex", "flow-control" ] } }, { "1000baseT": { "options": [ "full-duplex" ] } }, { "1000baseT": { "options": [ "full-duplex", "hw-loopback" ] } }, { "1000baseT": { "options": [ "full-duplex", "flow-control" ] } }, { "none": { "options": [ ] } } ], "selected": [ { "autoselect": { "options": [ ] } } ] }, "type": "en", "counters": { "tx": { "bytes": "342", "packets": "0", "collisions": "0", "compressed": 0, "carrier": 0, "drop": 0, "errors": "0", "overrun": 0 }, "rx": { "bytes": "0", "packets": "0", "compressed": 0, "drop": 0, "errors": "0", "overrun": 0, "frame": 0, "multicast": 0 } }, "encapsulation": "Ethernet" }, "en1": { "status": "active", "flags": [ "UP", "BROADCAST", "SMART", "RUNNING", "SIMPLEX", "MULTICAST" ], "addresses": [ { "scope": "Link", "prefixlen": "64", "family": "inet6", "address": "private" }, { "broadcast": "192.168.1.255", "netmask": "255.255.255.0", "family": "inet", "address": "192.168.1.4" }, { "family": "lladdr", "address": "private" } ], "number": "1", "mtu": "1500", "media": { "supported": [ { "autoselect": { "options": [ ] } } ], "selected": [ { "autoselect": { "options": [ ] } } ] }, "type": "en", "counters": { "tx": { "bytes": "449206298", "packets": "7041789", "collisions": "0", "compressed": 0, "carrier": 0, "drop": 0, "errors": "95", "overrun": 0 }, "rx": { "bytes": "13673879120", "packets": "19966002", "compressed": 0, "drop": 0, "errors": "1655893", "overrun": 0, "frame": 0, "multicast": 0 } }, "arp": { "192.168.1.7": "private" }, "encapsulation": "Ethernet" }, "fw0": { "status": "inactive", "flags": [ "UP", "BROADCAST", "SMART", "RUNNING", "SIMPLEX", "MULTICAST" ], "addresses": [ { "family": "lladdr", "address": "private" } ], "number": "0", "mtu": "4078", "media": { "supported": [ { "autoselect": { "options": [ "full-duplex" ] } } ], "selected": [ { "autoselect": { "options": [ "full-duplex" ] } } ] }, "type": "fw", "counters": { "tx": { "bytes": "346", "packets": "0", "collisions": "0", "compressed": 0, "carrier": 0, "drop": 0, "errors": "0", "overrun": 0 }, "rx": { "bytes": "0", "packets": "0", "compressed": 0, "drop": 0, "errors": "0", "overrun": 0, "frame": 0, "multicast": 0 } }, "encapsulation": "1394" } } }, "fqdn": "local.local", "ohai_time": 1240624355.08575, "domain": "local", "os": "darwin", "platform_build": "9G55", "os_version": "9.6.0", "hostname": "local", "macaddress": "private", "languages": { "ruby": { "target_os": "darwin9.0", "platform": "universal-darwin9.0", "host_vendor": "apple", "target_vendor": "apple", "target_cpu": "i686", "host_os": "darwin9.0", "host_cpu": "i686", "version": "1.8.6", "host": "i686-apple-darwin9.0", "target": "i686-apple-darwin9.0", "release_date": "2008-03-03" } } } oj-3.16.12/test/data/ohai.rails.json000066400000000000000000000472601510053151600171160ustar00rootroot00000000000000{"command":{"ps":"ps -ef"},"kernel":{"modules":{"org.virtualbox.kext.VBoxDrv":{"size":118784,"version":"2.2.0","index":"114","refcount":"3"},"com.cisco.nke.ipsec":{"size":454656,"version":"2.0.1","index":"111","refcount":"0"},"com.apple.driver.AppleAPIC":{"size":12288,"version":"1.4","index":"26","refcount":"0"},"com.apple.driver.AirPort.Atheros":{"size":593920,"version":"318.8.3","index":"88","refcount":"0"},"com.apple.driver.AppleIntelCPUPowerManagement":{"size":102400,"version":"59.0.1","index":"22","refcount":"0"},"com.apple.iokit.IOStorageFamily":{"size":98304,"version":"1.5.5","index":"44","refcount":"9"},"com.apple.iokit.IOATAPIProtocolTransport":{"size":16384,"version":"1.5.2","index":"52","refcount":"0"},"com.apple.iokit.IOPCIFamily":{"size":65536,"version":"2.5","index":"17","refcount":"18"},"com.apple.driver.AppleHPET":{"size":12288,"version":"1.3","index":"33","refcount":"0"},"com.apple.driver.AppleUSBHub":{"size":49152,"version":"3.2.7","index":"47","refcount":"0"},"com.apple.iokit.IOFireWireFamily":{"size":258048,"version":"3.4.6","index":"49","refcount":"2"},"com.apple.driver.AppleUSBComposite":{"size":16384,"version":"3.2.0","index":"60","refcount":"1"},"com.apple.driver.AppleIntelPIIXATA":{"size":36864,"version":"2.0.0","index":"41","refcount":"0"},"com.apple.driver.AppleSmartBatteryManager":{"size":28672,"version":"158.6.0","index":"32","refcount":"0"},"com.apple.filesystems.udf":{"size":233472,"version":"2.0.2","index":"119","refcount":"0"},"com.apple.iokit.IOSMBusFamily":{"size":12288,"version":"1.1","index":"27","refcount":"2"},"com.apple.iokit.IOACPIFamily":{"size":16384,"version":"1.2.0","index":"18","refcount":"10"},"foo.tap":{"size":24576,"version":"1.0","index":"113","refcount":"0"},"com.vmware.kext.vmx86":{"size":864256,"version":"2.0.4","index":"104","refcount":"0"},"com.apple.iokit.CHUDUtils":{"size":28672,"version":"200","index":"98","refcount":"0"},"org.virtualbox.kext.VBoxNetAdp":{"size":8192,"version":"2.2.0","index":"117","refcount":"0"},"com.apple.filesystems.autofs":{"size":45056,"version":"2.0.1","index":"109","refcount":"0"},"com.vmware.kext.vmnet":{"size":36864,"version":"2.0.4","index":"108","refcount":"0"},"com.apple.driver.AppleACPIButtons":{"size":16384,"version":"1.2.4","index":"30","refcount":"0"},"com.apple.driver.AppleFWOHCI":{"size":139264,"version":"3.7.2","index":"50","refcount":"0"},"com.apple.iokit.IOSCSIArchitectureModelFamily":{"size":102400,"version":"2.0.5","index":"51","refcount":"4"},"com.apple.iokit.IOSCSIBlockCommandsDevice":{"size":90112,"version":"2.0.5","index":"57","refcount":"1"},"com.apple.driver.AppleACPIPCI":{"size":12288,"version":"1.2.4","index":"31","refcount":"0"},"com.apple.security.seatbelt":{"size":98304,"version":"107.10","index":"25","refcount":"0"},"com.apple.driver.AppleUpstreamUserClient":{"size":16384,"version":"2.7.2","index":"100","refcount":"0"},"com.apple.kext.OSvKernDSPLib":{"size":12288,"version":"1.1","index":"79","refcount":"1"},"com.apple.iokit.IOBDStorageFamily":{"size":20480,"version":"1.5","index":"58","refcount":"1"},"com.apple.iokit.IOGraphicsFamily":{"size":118784,"version":"1.7.1","index":"70","refcount":"5"},"com.apple.iokit.IONetworkingFamily":{"size":90112,"version":"1.6.1","index":"82","refcount":"4"},"com.apple.iokit.IOATAFamily":{"size":53248,"version":"2.0.0","index":"40","refcount":"2"},"com.apple.iokit.IOUSBHIDDriver":{"size":20480,"version":"3.2.2","index":"63","refcount":"2"},"org.virtualbox.kext.VBoxUSB":{"size":28672,"version":"2.2.0","index":"115","refcount":"0"},"com.vmware.kext.vmioplug":{"size":24576,"version":"2.0.4","index":"107","refcount":"0"},"com.apple.security.TMSafetyNet":{"size":12288,"version":"3","index":"23","refcount":"0"},"com.apple.iokit.IONDRVSupport":{"size":57344,"version":"1.7.1","index":"71","refcount":"3"},"com.apple.BootCache":{"size":20480,"version":"30.3","index":"20","refcount":"0"},"com.apple.iokit.IOUSBUserClient":{"size":8192,"version":"3.2.4","index":"46","refcount":"1"},"com.apple.iokit.IOSCSIMultimediaCommandsDevice":{"size":90112,"version":"2.0.5","index":"59","refcount":"0"},"com.apple.driver.AppleIRController":{"size":20480,"version":"110","index":"78","refcount":"0"},"com.apple.driver.AudioIPCDriver":{"size":16384,"version":"1.0.5","index":"81","refcount":"0"},"org.virtualbox.kext.VBoxNetFlt":{"size":16384,"version":"2.2.0","index":"116","refcount":"0"},"com.apple.driver.AppleLPC":{"size":12288,"version":"1.2.11","index":"73","refcount":"0"},"com.apple.iokit.CHUDKernLib":{"size":20480,"version":"196","index":"93","refcount":"2"},"com.apple.iokit.CHUDProf":{"size":49152,"version":"207","index":"97","refcount":"0"},"com.apple.NVDAResman":{"size":2478080,"version":"5.3.6","index":"90","refcount":"2"},"com.apple.driver.AppleACPIEC":{"size":20480,"version":"1.2.4","index":"28","refcount":"0"},"foo.tun":{"size":24576,"version":"1.0","index":"118","refcount":"0"},"com.apple.iokit.IOSerialFamily":{"size":36864,"version":"9.3","index":"102","refcount":"1"},"com.apple.GeForce":{"size":622592,"version":"5.3.6","index":"96","refcount":"0"},"com.apple.iokit.IOCDStorageFamily":{"size":32768,"version":"1.5","index":"55","refcount":"3"},"com.apple.driver.AppleUSBEHCI":{"size":73728,"version":"3.2.5","index":"39","refcount":"0"},"com.apple.nvidia.nv50hal":{"size":2445312,"version":"5.3.6","index":"91","refcount":"0"},"com.apple.driver.AppleSMBIOS":{"size":16384,"version":"1.1.1","index":"29","refcount":"0"},"com.apple.driver.AppleBacklight":{"size":16384,"version":"1.4.4","index":"72","refcount":"0"},"com.apple.driver.AppleACPIPlatform":{"size":253952,"version":"1.2.4","index":"19","refcount":"3"},"com.apple.iokit.SCSITaskUserClient":{"size":24576,"version":"2.0.5","index":"54","refcount":"0"},"com.apple.iokit.IOHIDFamily":{"size":233472,"version":"1.5.3","index":"21","refcount":"7"},"com.apple.driver.DiskImages":{"size":65536,"version":"195.2.2","index":"101","refcount":"0"},"com.apple.iokit.IODVDStorageFamily":{"size":24576,"version":"1.5","index":"56","refcount":"2"},"com.apple.driver.XsanFilter":{"size":20480,"version":"2.7.91","index":"53","refcount":"0"},"com.apple.driver.AppleEFIRuntime":{"size":12288,"version":"1.2.0","index":"35","refcount":"1"},"com.apple.driver.AppleRTC":{"size":20480,"version":"1.2.3","index":"34","refcount":"0"},"com.apple.iokit.IOFireWireIP":{"size":36864,"version":"1.7.6","index":"83","refcount":"0"},"com.vmware.kext.vmci":{"size":45056,"version":"2.0.4","index":"106","refcount":"0"},"com.apple.iokit.IO80211Family":{"size":126976,"version":"215.1","index":"87","refcount":"1"},"com.apple.nke.applicationfirewall":{"size":32768,"version":"1.0.77","index":"24","refcount":"0"},"com.apple.iokit.IOAHCIBlockStorage":{"size":69632,"version":"1.2.0","index":"48","refcount":"0"},"com.apple.driver.AppleUSBUHCI":{"size":57344,"version":"3.2.5","index":"38","refcount":"0"},"com.apple.iokit.IOAHCIFamily":{"size":24576,"version":"1.5.0","index":"42","refcount":"2"},"com.apple.driver.AppleAHCIPort":{"size":53248,"version":"1.5.2","index":"43","refcount":"0"},"com.apple.driver.AppleEFINVRAM":{"size":24576,"version":"1.2.0","index":"36","refcount":"0"},"com.apple.iokit.IOUSBFamily":{"size":167936,"version":"3.2.7","index":"37","refcount":"13"},"com.apple.driver.AppleUSBMergeNub":{"size":12288,"version":"3.2.4","index":"61","refcount":"0"}},"machine":"i386","name":"Darwin","os":"Darwin","version":"Darwin Kernel Version 9.6.0: Mon Nov 24 17:37:00 PST 2008; root:xnu-1228.9.59~1/RELEASE_I386","release":"9.6.0"},"platform_version":"10.5.6","platform":"mac_os_x","ipaddress":"192.168.88.1","keys":{"ssh":{"host_dsa_public":"private","host_rsa_public":"private"}},"network":{"settings":{"net.inet6.ip6.forwarding":"0","net.inet.ip.dummynet.debug":"0","net.inet.ip.rtexpire":"10","net.inet6.ipsec6.esp_trans_deflev":"1","net.inet.tcp.tcbhashsize":"4096","net.key.esp_auth":"0","net.inet6.ip6.hlim":"64","net.inet.ip.fw.dyn_fin_lifetime":"1","net.inet.ip.fw.dyn_udp_lifetime":"10","net.inet.icmp.bmcastecho":"1","net.athforceBias":"2 2","net.athbgscan":"1 1","net.inet.tcp.reass.maxsegments":"2048","net.inet6.ip6.auto_flowlabel":"1","net.inet6.ip6.rtmaxcache":"128","net.inet.tcp.sendspace":"131072","net.inet.tcp.keepinit":"75000","net.inet.ip.dummynet.max_chain_len":"16","net.inet.tcp.rfc1644":"0","net.inet.ip.fw.curr_dyn_buckets":"256","net.inet.ip.dummynet.ready_heap":"0","net.inet.ip.portrange.first":"49152","net.inet.tcp.background_io_trigger":"5","net.link.ether.inet.host_down_time":"20","net.inet6.ipsec6.def_policy":"1","net.inet6.ipsec6.ecn":"0","net.inet.ip.fastforwarding":"0","net.athaddbaignore":"0 0","net.inet6.ip6.v6only":"0","net.inet.tcp.sack":"1","net.inet6.ip6.rtexpire":"3600","net.link.ether.inet.proxyall":"0","net.inet6.ip6.keepfaith":"0","net.key.spi_trycnt":"1000","net.link.ether.inet.prune_intvl":"300","net.inet.tcp.ecn_initiate_out":"0","net.inet.ip.fw.dyn_rst_lifetime":"1","net.local.stream.sendspace":"8192","net.inet.tcp.socket_unlocked_on_output":"1","net.inet.ip.fw.verbose_limit":"0","net.local.dgram.recvspace":"4096","net.inet.ipsec.debug":"0","net.link.ether.inet.log_arp_warnings":"0","net.inet.tcp.ecn_negotiate_in":"0","net.inet.tcp.rfc3465":"1","net.inet.tcp.icmp_may_rst":"1","net.link.ether.inet.sendllconflict":"0","net.inet.ipsec.ah_offsetmask":"0","net.key.blockacq_count":"10","net.inet.tcp.delayed_ack":"3","net.inet.ip.fw.verbose":"2","net.inet.ip.fw.dyn_count":"0","net.inet.tcp.slowlink_wsize":"8192","net.inet6.ip6.fw.enable":"1","net.inet.ip.portrange.hilast":"65535","net.inet.icmp.maskrepl":"0","net.link.ether.inet.apple_hwcksum_rx":"1","net.inet.tcp.drop_synfin":"1","net.key.spi_maxval":"268435455","net.inet.ipsec.ecn":"0","net.inet.ip.fw.dyn_keepalive":"1","net.key.int_random":"60","net.key.debug":"0","net.inet.ip.dummynet.curr_time":"0","net.inet.udp.blackhole":"0","net.athaggrqmin":"1 1","net.athppmenable":"1 1","net.inet.ip.fw.dyn_syn_lifetime":"20","net.inet.tcp.keepidle":"7200000","net.inet6.ip6.tempvltime":"604800","net.inet.tcp.recvspace":"358400","net.inet.tcp.keepintvl":"75000","net.inet.udp.maxdgram":"9216","net.inet.ip.maxchainsent":"0","net.inet.ipsec.esp_net_deflev":"1","net.inet6.icmp6.nd6_useloopback":"1","net.inet.tcp.slowstart_flightsize":"1","net.inet.ip.fw.debug":"0","net.inet.ip.linklocal.in.allowbadttl":"1","net.key.spi_minval":"256","net.inet.ip.forwarding":"0","net.inet.tcp.v6mssdflt":"1024","net.key.larval_lifetime":"30","net.inet6.ip6.fw.verbose_limit":"0","net.inet.ip.dummynet.red_lookup_depth":"256","net.inet.tcp.pcbcount":"36","net.inet.ip.fw.dyn_ack_lifetime":"300","net.inet.ip.portrange.lowlast":"600","net.athCCAThreshold":"28 28","net.link.ether.inet.useloopback":"1","net.athqdepth":"0 0","net.inet.ip.ttl":"64","net.inet.ip.rtmaxcache":"128","net.inet.ipsec.bypass":"0","net.inet6.icmp6.nd6_debug":"0","net.inet.ip.use_route_genid":"1","net.inet6.icmp6.rediraccept":"1","net.inet.ip.fw.static_count":"1","net.inet6.ip6.fw.debug":"0","net.inet.udp.pcbcount":"104","net.inet.ipsec.esp_randpad":"-1","net.inet6.icmp6.nd6_maxnudhint":"0","net.inet.tcp.always_keepalive":"0","net.inet.udp.checksum":"1","net.link.ether.inet.keep_announcements":"1","net.athfixedDropThresh":"150 150","net.inet6.ip6.kame_version":"20010528/apple-darwin","net.inet.ip.fw.dyn_max":"4096","net.inet.udp.log_in_vain":"0","net.inet6.icmp6.nd6_mmaxtries":"3","net.inet.ip.rtminexpire":"10","net.inet.ip.fw.dyn_buckets":"256","net.inet6.ip6.accept_rtadv":"0","net.inet6.ip6.rr_prune":"5","net.key.ah_keymin":"128","net.inet.ip.redirect":"1","net.inet.tcp.sack_globalmaxholes":"65536","net.inet.ip.keepfaith":"0","net.inet.ip.dummynet.expire":"1","net.inet.ip.gifttl":"30","net.inet.ip.portrange.last":"65535","net.inet.ipsec.ah_net_deflev":"1","net.inet6.icmp6.nd6_delay":"5","net.inet.tcp.packetchain":"50","net.inet6.ip6.hdrnestlimit":"50","net.inet.tcp.newreno":"0","net.inet6.ip6.dad_count":"1","net.inet6.ip6.auto_linklocal":"1","net.inet6.ip6.temppltime":"86400","net.inet.tcp.strict_rfc1948":"0","net.athdupie":"1 1","net.inet.ip.dummynet.red_max_pkt_size":"1500","net.inet.ip.maxfrags":"2048","net.inet.tcp.log_in_vain":"0","net.inet.tcp.rfc1323":"1","net.inet.ip.subnets_are_local":"0","net.inet.ip.dummynet.search_steps":"0","net.inet.icmp.icmplim":"250","net.link.ether.inet.apple_hwcksum_tx":"1","net.inet6.icmp6.redirtimeout":"600","net.inet.ipsec.ah_cleartos":"1","net.inet6.ip6.log_interval":"5","net.link.ether.inet.max_age":"1200","net.inet.ip.fw.enable":"1","net.inet6.ip6.redirect":"1","net.athaggrfmax":"28 28","net.inet.ip.maxfragsperpacket":"128","net.inet6.ip6.use_deprecated":"1","net.link.generic.system.dlil_input_sanity_check":"0","net.inet.tcp.sack_globalholes":"0","net.inet.tcp.reass.cursegments":"0","net.inet6.icmp6.nodeinfo":"3","net.local.inflight":"0","net.inet.ip.dummynet.hash_size":"64","net.inet.ip.dummynet.red_avg_pkt_size":"512","net.inet.ipsec.dfbit":"0","net.inet.tcp.reass.overflows":"0","net.inet.tcp.rexmt_thresh":"2","net.inet6.ip6.maxfrags":"8192","net.inet6.ip6.rtminexpire":"10","net.inet6.ipsec6.esp_net_deflev":"1","net.inet.tcp.blackhole":"0","net.key.esp_keymin":"256","net.inet.ip.check_interface":"0","net.inet.tcp.minmssoverload":"0","net.link.ether.inet.maxtries":"5","net.inet.tcp.do_tcpdrain":"0","net.inet.ipsec.esp_port":"4500","net.inet6.ipsec6.ah_net_deflev":"1","net.inet.ip.dummynet.extract_heap":"0","net.inet.tcp.path_mtu_discovery":"1","net.inet.ip.intr_queue_maxlen":"50","net.inet.ipsec.def_policy":"1","net.inet.ip.fw.autoinc_step":"100","net.inet.ip.accept_sourceroute":"0","net.inet.raw.maxdgram":"8192","net.inet.ip.maxfragpackets":"1024","net.inet.ip.fw.one_pass":"0","net.appletalk.routermix":"2000","net.inet.tcp.tcp_lq_overflow":"1","net.link.generic.system.ifcount":"9","net.link.ether.inet.send_conflicting_probes":"1","net.inet.tcp.background_io_enabled":"1","net.inet6.ipsec6.debug":"0","net.inet.tcp.win_scale_factor":"3","net.key.natt_keepalive_interval":"20","net.inet.tcp.msl":"15000","net.inet.ip.portrange.hifirst":"49152","net.inet.ipsec.ah_trans_deflev":"1","net.inet.tcp.rtt_min":"1","net.inet6.ip6.defmcasthlim":"1","net.inet6.icmp6.nd6_prune":"1","net.inet6.ip6.fw.verbose":"0","net.inet.ip.portrange.lowfirst":"1023","net.inet.tcp.maxseg_unacked":"8","net.local.dgram.maxdgram":"2048","net.key.blockacq_lifetime":"20","net.inet.tcp.sack_maxholes":"128","net.inet6.ip6.maxfragpackets":"1024","net.inet6.ip6.use_tempaddr":"0","net.athpowermode":"0 0","net.inet.udp.recvspace":"73728","net.inet.tcp.isn_reseed_interval":"0","net.inet.tcp.local_slowstart_flightsize":"8","net.inet.ip.dummynet.searches":"0","net.inet.ip.intr_queue_drops":"0","net.link.generic.system.multi_threaded_input":"1","net.inet.raw.recvspace":"8192","net.inet.ipsec.esp_trans_deflev":"1","net.key.prefered_oldsa":"0","net.local.stream.recvspace":"8192","net.inet.tcp.sockthreshold":"64","net.inet6.icmp6.nd6_umaxtries":"3","net.pstimeout":"20 20","net.inet.ip.sourceroute":"0","net.inet.ip.fw.dyn_short_lifetime":"5","net.inet.tcp.minmss":"216","net.inet6.ip6.gifhlim":"0","net.athvendorie":"1 1","net.inet.ip.check_route_selfref":"1","net.inet6.icmp6.errppslimit":"100","net.inet.tcp.mssdflt":"512","net.inet.icmp.log_redirect":"0","net.inet6.ipsec6.ah_trans_deflev":"1","net.inet6.ipsec6.esp_randpad":"-1","net.inet.icmp.drop_redirect":"0","net.inet.icmp.timestamp":"0","net.inet.ip.random_id":"1"},"interfaces":{"vmnet1":{"flags":["UP","BROADCAST","SMART","RUNNING","SIMPLEX","MULTICAST"],"addresses":[{"broadcast":"192.168.88.255","netmask":"255.255.255.0","family":"inet","address":"192.168.88.1"},{"family":"lladdr","address":"private"}],"number":"1","mtu":"1500","type":"vmnet","encapsulation":"Ethernet"},"stf0":{"flags":[],"number":"0","mtu":"1280","type":"stf","encapsulation":"6to4"},"vboxnet0":{"flags":["BROADCAST","RUNNING","SIMPLEX","MULTICAST"],"addresses":[{"family":"lladdr","address":"private"}],"number":"0","mtu":"1500","type":"vboxnet","encapsulation":"Ethernet"},"lo0":{"flags":["UP","LOOPBACK","RUNNING","MULTICAST"],"addresses":[{"scope":"Link","prefixlen":"64","family":"inet6","address":"fe80::1"},{"netmask":"255.0.0.0","family":"inet","address":"127.0.0.1"},{"scope":"Node","prefixlen":"128","family":"inet6","address":":1"},{"scope":"Node","prefixlen":"128","family":"inet6","address":"private"}],"number":"0","mtu":"16384","type":"lo","encapsulation":"Loopback"},"vboxn":{"counters":{"tx":{"bytes":"0","packets":"0","collisions":"0","compressed":0,"carrier":0,"drop":0,"errors":"0","overrun":0},"rx":{"bytes":"0","packets":"0","compressed":0,"drop":0,"errors":"0","overrun":0,"frame":0,"multicast":0}}},"gif0":{"flags":["POINTOPOINT","MULTICAST"],"number":"0","mtu":"1280","type":"gif","encapsulation":"IPIP"},"vmnet":{"counters":{"tx":{"bytes":"0","packets":"0","collisions":"0","compressed":0,"carrier":0,"drop":0,"errors":"0","overrun":0},"rx":{"bytes":"0","packets":"0","compressed":0,"drop":0,"errors":"0","overrun":0,"frame":0,"multicast":0}}},"vmnet8":{"flags":["UP","BROADCAST","SMART","RUNNING","SIMPLEX","MULTICAST"],"addresses":[{"broadcast":"192.168.237.255","netmask":"255.255.255.0","family":"inet","address":"192.168.237.1"},{"family":"lladdr","address":"private"}],"number":"8","mtu":"1500","type":"vmnet","encapsulation":"Ethernet"},"en0":{"status":"inactive","flags":["UP","BROADCAST","SMART","RUNNING","SIMPLEX","MULTICAST"],"addresses":[{"family":"lladdr","address":"private"}],"number":"0","mtu":"1500","media":{"supported":[{"autoselect":{"options":[]}},{"10baseT/UTP":{"options":["half-duplex"]}},{"10baseT/UTP":{"options":["full-duplex"]}},{"10baseT/UTP":{"options":["full-duplex","hw-loopback"]}},{"10baseT/UTP":{"options":["full-duplex","flow-control"]}},{"100baseTX":{"options":["half-duplex"]}},{"100baseTX":{"options":["full-duplex"]}},{"100baseTX":{"options":["full-duplex","hw-loopback"]}},{"100baseTX":{"options":["full-duplex","flow-control"]}},{"1000baseT":{"options":["full-duplex"]}},{"1000baseT":{"options":["full-duplex","hw-loopback"]}},{"1000baseT":{"options":["full-duplex","flow-control"]}},{"none":{"options":[]}}],"selected":[{"autoselect":{"options":[]}}]},"type":"en","counters":{"tx":{"bytes":"342","packets":"0","collisions":"0","compressed":0,"carrier":0,"drop":0,"errors":"0","overrun":0},"rx":{"bytes":"0","packets":"0","compressed":0,"drop":0,"errors":"0","overrun":0,"frame":0,"multicast":0}},"encapsulation":"Ethernet"},"en1":{"status":"active","flags":["UP","BROADCAST","SMART","RUNNING","SIMPLEX","MULTICAST"],"addresses":[{"scope":"Link","prefixlen":"64","family":"inet6","address":"private"},{"broadcast":"192.168.1.255","netmask":"255.255.255.0","family":"inet","address":"192.168.1.4"},{"family":"lladdr","address":"private"}],"number":"1","mtu":"1500","media":{"supported":[{"autoselect":{"options":[]}}],"selected":[{"autoselect":{"options":[]}}]},"type":"en","counters":{"tx":{"bytes":"449206298","packets":"7041789","collisions":"0","compressed":0,"carrier":0,"drop":0,"errors":"95","overrun":0},"rx":{"bytes":"13673879120","packets":"19966002","compressed":0,"drop":0,"errors":"1655893","overrun":0,"frame":0,"multicast":0}},"arp":{"192.168.1.7":"private"},"encapsulation":"Ethernet"},"fw0":{"status":"inactive","flags":["UP","BROADCAST","SMART","RUNNING","SIMPLEX","MULTICAST"],"addresses":[{"family":"lladdr","address":"private"}],"number":"0","mtu":"4078","media":{"supported":[{"autoselect":{"options":["full-duplex"]}}],"selected":[{"autoselect":{"options":["full-duplex"]}}]},"type":"fw","counters":{"tx":{"bytes":"346","packets":"0","collisions":"0","compressed":0,"carrier":0,"drop":0,"errors":"0","overrun":0},"rx":{"bytes":"0","packets":"0","compressed":0,"drop":0,"errors":"0","overrun":0,"frame":0,"multicast":0}},"encapsulation":"1394"}}},"fqdn":"local.local","ohai_time":1240624355.08575,"domain":"local","os":"darwin","platform_build":"9G55","os_version":"9.6.0","hostname":"local","macaddress":"private","languages":{"ruby":{"target_os":"darwin9.0","platform":"universal-darwin9.0","host_vendor":"apple","target_vendor":"apple","target_cpu":"i686","host_os":"darwin9.0","host_cpu":"i686","version":"1.8.6","host":"i686-apple-darwin9.0","target":"i686-apple-darwin9.0","release_date":"2008-03-03"}}}oj-3.16.12/test/data/twitter.compat.json000066400000000000000000016177321510053151600200610ustar00rootroot00000000000000{"statuses":[{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:15 +0000 2014","id":505874924095815700,"id_str":"505874924095815681","text":"@aym0566x \n\n名前:前田あゆみ\n第一印象:なんか怖っ!\n今の印象:とりあえずキモい。噛み合わない\n好きなところ:ぶすでキモいとこ😋✨✨\n思い出:んーーー、ありすぎ😊❤️\nLINE交換できる?:あぁ……ごめん✋\nトプ画をみて:照れますがな😘✨\n一言:お前は一生もんのダチ💖","source":"Twitter for iPhone","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":866260188,"in_reply_to_user_id_str":"866260188","in_reply_to_screen_name":"aym0566x","user":{"id":1186275104,"id_str":"1186275104","name":"AYUMI","screen_name":"ayuu0123","location":"","description":"元野球部マネージャー❤︎…最高の夏をありがとう…❤︎","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":262,"friends_count":252,"listed_count":0,"created_at":"Sat Feb 16 13:40:25 +0000 2013","favourites_count":235,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":1769,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/497760886795153410/LDjAwR_y_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/497760886795153410/LDjAwR_y_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/1186275104/1409318784","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"aym0566x","name":"前田あゆみ","id":866260188,"id_str":"866260188","indices":[0,9]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:14 +0000 2014","id":505874922023837700,"id_str":"505874922023837696","text":"RT @KATANA77: えっそれは・・・(一同) http://t.co/PkCJAcSuYK","source":"Twitter for iPhone","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":903487807,"id_str":"903487807","name":"RT&ファボ魔のむっつんさっm","screen_name":"yuttari1998","location":"関西 ↓詳しいプロ↓","description":"無言フォローはあまり好みません ゲームと動画が好きですシモ野郎ですがよろしく…最近はMGSとブレイブルー、音ゲーをプレイしてます","url":"http://t.co/Yg9e1Fl8wd","entities":{"url":{"urls":[{"url":"http://t.co/Yg9e1Fl8wd","expanded_url":"http://twpf.jp/yuttari1998","display_url":"twpf.jp/yuttari1998","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":95,"friends_count":158,"listed_count":1,"created_at":"Thu Oct 25 08:27:13 +0000 2012","favourites_count":3652,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":10276,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/500268849275494400/AoXHZ7Ij_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/500268849275494400/AoXHZ7Ij_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/903487807/1409062272","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sat Aug 30 23:49:35 +0000 2014","id":505864943636197400,"id_str":"505864943636197376","text":"えっそれは・・・(一同) http://t.co/PkCJAcSuYK","source":"Twitter Web Client","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":77915997,"id_str":"77915997","name":"(有)刀","screen_name":"KATANA77","location":"","description":"プリキュア好きのサラリーマンです。好きなプリキュアシリーズはハートキャッチ、最愛のキャラクターは月影ゆりさんです。 http://t.co/QMLJeFmfMTご質問、お問い合わせはこちら http://t.co/LU8T7vmU3h","url":null,"entities":{"description":{"urls":[{"url":"http://t.co/QMLJeFmfMT","expanded_url":"http://www.pixiv.net/member.php?id=4776","display_url":"pixiv.net/member.php?id=…","indices":[58,80]},{"url":"http://t.co/LU8T7vmU3h","expanded_url":"http://ask.fm/KATANA77","display_url":"ask.fm/KATANA77","indices":[95,117]}]}},"protected":false,"followers_count":1095,"friends_count":740,"listed_count":50,"created_at":"Mon Sep 28 03:41:27 +0000 2009","favourites_count":3741,"utc_offset":32400,"time_zone":"Tokyo","geo_enabled":true,"verified":false,"statuses_count":19059,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://pbs.twimg.com/profile_background_images/808597451/45b82f887085d32bd4b87dfc348fe22a.png","profile_background_image_url_https":"https://pbs.twimg.com/profile_background_images/808597451/45b82f887085d32bd4b87dfc348fe22a.png","profile_background_tile":true,"profile_image_url":"http://pbs.twimg.com/profile_images/480210114964504577/MjVIEMS4_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/480210114964504577/MjVIEMS4_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/77915997/1404661392","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":82,"favorite_count":42,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[],"media":[{"id":505864942575034400,"id_str":"505864942575034369","indices":[13,35],"media_url":"http://pbs.twimg.com/media/BwUxfC6CIAEr-Ye.jpg","media_url_https":"https://pbs.twimg.com/media/BwUxfC6CIAEr-Ye.jpg","url":"http://t.co/PkCJAcSuYK","display_url":"pic.twitter.com/PkCJAcSuYK","expanded_url":"http://twitter.com/KATANA77/status/505864943636197376/photo/1","type":"photo","sizes":{"medium":{"w":600,"h":338,"resize":"fit"},"small":{"w":340,"h":192,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":765,"h":432,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"ja"},"retweet_count":82,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"KATANA77","name":"(有)刀","id":77915997,"id_str":"77915997","indices":[3,12]}],"media":[{"id":505864942575034400,"id_str":"505864942575034369","indices":[27,49],"media_url":"http://pbs.twimg.com/media/BwUxfC6CIAEr-Ye.jpg","media_url_https":"https://pbs.twimg.com/media/BwUxfC6CIAEr-Ye.jpg","url":"http://t.co/PkCJAcSuYK","display_url":"pic.twitter.com/PkCJAcSuYK","expanded_url":"http://twitter.com/KATANA77/status/505864943636197376/photo/1","type":"photo","sizes":{"medium":{"w":600,"h":338,"resize":"fit"},"small":{"w":340,"h":192,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":765,"h":432,"resize":"fit"}},"source_status_id":505864943636197400,"source_status_id_str":"505864943636197376"}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:14 +0000 2014","id":505874920140591100,"id_str":"505874920140591104","text":"@longhairxMIURA 朝一ライカス辛目だよw","source":"Twitter for iPhone","truncated":false,"in_reply_to_status_id":505874728897085440,"in_reply_to_status_id_str":"505874728897085440","in_reply_to_user_id":114188950,"in_reply_to_user_id_str":"114188950","in_reply_to_screen_name":"longhairxMIURA","user":{"id":114786346,"id_str":"114786346","name":"PROTECT-T","screen_name":"ttm_protect","location":"静岡県長泉町","description":"24 / XXX / @andprotector / @lifefocus0545 potato design works","url":"http://t.co/5EclbQiRX4","entities":{"url":{"urls":[{"url":"http://t.co/5EclbQiRX4","expanded_url":"http://ap.furtherplatonix.net/index.html","display_url":"ap.furtherplatonix.net/index.html","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":1387,"friends_count":903,"listed_count":25,"created_at":"Tue Feb 16 16:13:41 +0000 2010","favourites_count":492,"utc_offset":32400,"time_zone":"Osaka","geo_enabled":false,"verified":false,"statuses_count":12679,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/481360383253295104/4B9Rcfys_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/481360383253295104/4B9Rcfys_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/114786346/1403600232","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"longhairxMIURA","name":"miura desu","id":114188950,"id_str":"114188950","indices":[0,15]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:14 +0000 2014","id":505874919020699650,"id_str":"505874919020699648","text":"RT @omo_kko: ラウワン脱出→友達が家に連んで帰ってって言うから友達ん家に乗せて帰る(1度も行ったことない田舎道)→友達おろして迷子→500メートルくらい続く変な一本道進む→墓地で行き止まりでUターン出来ずバックで500メートル元のところまで進まないといけない←今ここ","source":"Twitter for iPhone","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":392585658,"id_str":"392585658","name":"原稿","screen_name":"chibu4267","location":"キミの部屋の燃えるゴミ箱","description":"RTしてTLに濁流を起こすからフォローしない方が良いよ 言ってることもつまらないし 詳細→http://t.co/ANSFlYXERJ 相方@1life_5106_hshd 葛西教徒その壱","url":"http://t.co/JTFjV89eaN","entities":{"url":{"urls":[{"url":"http://t.co/JTFjV89eaN","expanded_url":"http://www.pixiv.net/member.php?id=1778417","display_url":"pixiv.net/member.php?id=…","indices":[0,22]}]},"description":{"urls":[{"url":"http://t.co/ANSFlYXERJ","expanded_url":"http://twpf.jp/chibu4267","display_url":"twpf.jp/chibu4267","indices":[45,67]}]}},"protected":false,"followers_count":1324,"friends_count":1165,"listed_count":99,"created_at":"Mon Oct 17 08:23:46 +0000 2011","favourites_count":9542,"utc_offset":32400,"time_zone":"Tokyo","geo_enabled":true,"verified":false,"statuses_count":369420,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://pbs.twimg.com/profile_background_images/453106940822814720/PcJIZv43.png","profile_background_image_url_https":"https://pbs.twimg.com/profile_background_images/453106940822814720/PcJIZv43.png","profile_background_tile":true,"profile_image_url":"http://pbs.twimg.com/profile_images/505731759216943107/pzhnkMEg_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/505731759216943107/pzhnkMEg_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/392585658/1362383911","profile_link_color":"5EB9FF","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sat Aug 30 16:51:09 +0000 2014","id":505759640164892700,"id_str":"505759640164892673","text":"ラウワン脱出→友達が家に連んで帰ってって言うから友達ん家に乗せて帰る(1度も行ったことない田舎道)→友達おろして迷子→500メートルくらい続く変な一本道進む→墓地で行き止まりでUターン出来ずバックで500メートル元のところまで進まないといけない←今ここ","source":"Twitter for iPhone","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":309565423,"id_str":"309565423","name":"おもっこ","screen_name":"omo_kko","location":"","description":"ぱんすと","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":730,"friends_count":200,"listed_count":23,"created_at":"Thu Jun 02 09:15:51 +0000 2011","favourites_count":5441,"utc_offset":32400,"time_zone":"Tokyo","geo_enabled":true,"verified":false,"statuses_count":30012,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/499126939378929664/GLWpIKTW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/499126939378929664/GLWpIKTW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/309565423/1409418370","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":67,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"omo_kko","name":"おもっこ","id":309565423,"id_str":"309565423","indices":[3,11]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:13 +0000 2014","id":505874918198624260,"id_str":"505874918198624256","text":"RT @thsc782_407: #LEDカツカツ選手権\n漢字一文字ぶんのスペースに「ハウステンボス」を収める狂気 http://t.co/vmrreDMziI","source":"Twitter for Android","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":753161754,"id_str":"753161754","name":"ねこねこみかん*","screen_name":"nekonekomikan","location":"ソーダ水のあふれるビンの中","description":"猫×6、大学・高校・旦那各1と暮らしています。猫、子供、日常思った事をつぶやいています/今年の目標:読書、庭の手入れ、ランニング、手芸/猫*花*写真*詩*林ももこさん*鉄道など好きな方をフォローさせていただいています。よろしくお願いします♬","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":217,"friends_count":258,"listed_count":8,"created_at":"Sun Aug 12 14:00:47 +0000 2012","favourites_count":7650,"utc_offset":32400,"time_zone":"Tokyo","geo_enabled":false,"verified":false,"statuses_count":20621,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/470627990271848448/m83uy6Vc_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/470627990271848448/m83uy6Vc_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Fri Feb 28 16:04:13 +0000 2014","id":439430848190742500,"id_str":"439430848190742528","text":"#LEDカツカツ選手権\n漢字一文字ぶんのスペースに「ハウステンボス」を収める狂気 http://t.co/vmrreDMziI","source":"Twitter Web Client","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":82900665,"id_str":"82900665","name":"[90]青葉台 芦 (第二粟屋) 屋","screen_name":"thsc782_407","location":"かんましき","description":"湯の街の元勃酩姦なんちゃら大 赤い犬の犬(外資系) 肥後で緑ナンバー屋さん勤め\nくだらないことしかつぶやかないし、いちいち訳のわからない記号を連呼するので相当邪魔になると思います。害はないと思います。のりものの画像とかたくさん上げます。さみしい。車輪のついたものならだいたい好き。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":587,"friends_count":623,"listed_count":30,"created_at":"Fri Oct 16 15:13:32 +0000 2009","favourites_count":1405,"utc_offset":32400,"time_zone":"Tokyo","geo_enabled":true,"verified":false,"statuses_count":60427,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"352726","profile_background_image_url":"http://pbs.twimg.com/profile_background_images/154137819/__813-1103.jpg","profile_background_image_url_https":"https://pbs.twimg.com/profile_background_images/154137819/__813-1103.jpg","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/493760276676620289/32oLiTtT_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/493760276676620289/32oLiTtT_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/82900665/1398865798","profile_link_color":"D02B55","profile_sidebar_border_color":"829D5E","profile_sidebar_fill_color":"99CC33","profile_text_color":"3E4415","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":3291,"favorite_count":1526,"entities":{"hashtags":[{"text":"LEDカツカツ選手権","indices":[0,11]}],"symbols":[],"urls":[],"user_mentions":[],"media":[{"id":439430848194936800,"id_str":"439430848194936832","indices":[41,63],"media_url":"http://pbs.twimg.com/media/BhksBzoCAAAJeDS.jpg","media_url_https":"https://pbs.twimg.com/media/BhksBzoCAAAJeDS.jpg","url":"http://t.co/vmrreDMziI","display_url":"pic.twitter.com/vmrreDMziI","expanded_url":"http://twitter.com/thsc782_407/status/439430848190742528/photo/1","type":"photo","sizes":{"medium":{"w":600,"h":450,"resize":"fit"},"large":{"w":1024,"h":768,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":255,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"ja"},"retweet_count":3291,"favorite_count":0,"entities":{"hashtags":[{"text":"LEDカツカツ選手権","indices":[17,28]}],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"thsc782_407","name":"[90]青葉台 芦 (第二粟屋) 屋","id":82900665,"id_str":"82900665","indices":[3,15]}],"media":[{"id":439430848194936800,"id_str":"439430848194936832","indices":[58,80],"media_url":"http://pbs.twimg.com/media/BhksBzoCAAAJeDS.jpg","media_url_https":"https://pbs.twimg.com/media/BhksBzoCAAAJeDS.jpg","url":"http://t.co/vmrreDMziI","display_url":"pic.twitter.com/vmrreDMziI","expanded_url":"http://twitter.com/thsc782_407/status/439430848190742528/photo/1","type":"photo","sizes":{"medium":{"w":600,"h":450,"resize":"fit"},"large":{"w":1024,"h":768,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":255,"resize":"fit"}},"source_status_id":439430848190742500,"source_status_id_str":"439430848190742528"}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:13 +0000 2014","id":505874918039228400,"id_str":"505874918039228416","text":"【金一地区太鼓台】川関と小山の見分けがつかない","source":"twittbot.net","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2530194984,"id_str":"2530194984","name":"川之江中高生あるある","screen_name":"kw_aru","location":"DMにてネタ提供待ってますよ","description":"川之江中高生の川之江中高生による川之江中高生のためのあるあるアカウントです。タイムリーなネタはお気に入りにあります。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":113,"friends_count":157,"listed_count":0,"created_at":"Wed May 28 15:01:43 +0000 2014","favourites_count":30,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":4472,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/471668359314948097/XbIyXiZK_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/471668359314948097/XbIyXiZK_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2530194984/1401289473","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:13 +0000 2014","id":505874915338104800,"id_str":"505874915338104833","text":"おはようございますん♪ SSDSのDVDが朝一で届いた〜(≧∇≦)","source":"TweetList!","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":428179337,"id_str":"428179337","name":"サラ","screen_name":"sala_mgn","location":"東京都","description":"bot遊びと実況が主目的の趣味アカウント。成人済♀。時々TLお騒がせします。リフォ率低いですがF/Bご自由に。スパムはブロック![HOT]K[アニメ]タイバニ/K/薄桜鬼/トライガン/進撃[小説]冲方丁/森博嗣[漫画]内藤泰弘/高河ゆん[他]声優/演劇 ※@sano_bot1二代目管理人","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":104,"friends_count":421,"listed_count":2,"created_at":"Sun Dec 04 12:51:18 +0000 2011","favourites_count":3257,"utc_offset":-36000,"time_zone":"Hawaii","geo_enabled":false,"verified":false,"statuses_count":25303,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"1A1B1F","profile_background_image_url":"http://pbs.twimg.com/profile_background_images/601682567/put73jtg48ytjylq00if.jpeg","profile_background_image_url_https":"https://pbs.twimg.com/profile_background_images/601682567/put73jtg48ytjylq00if.jpeg","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/3350624721/755920942e4f512e6ba489df7eb1147e_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/3350624721/755920942e4f512e6ba489df7eb1147e_normal.jpeg","profile_link_color":"2FC2EF","profile_sidebar_border_color":"181A1E","profile_sidebar_fill_color":"252429","profile_text_color":"666666","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:13 +0000 2014","id":505874914897690600,"id_str":"505874914897690624","text":"@ran_kirazuki そのようなお言葉を頂けるとは……!この雨太郎、誠心誠意を持って姉御の足の指の第一関節を崇め奉りとうございます","source":"Twitter for Android","truncated":false,"in_reply_to_status_id":505874276692406300,"in_reply_to_status_id_str":"505874276692406272","in_reply_to_user_id":531544559,"in_reply_to_user_id_str":"531544559","in_reply_to_screen_name":"ran_kirazuki","user":{"id":2364828518,"id_str":"2364828518","name":"雨","screen_name":"tear_dice","location":"変態/日常/創作/室町/たまに版権","description":"アイコンは兄さんから!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":28,"friends_count":28,"listed_count":0,"created_at":"Fri Feb 28 00:28:40 +0000 2014","favourites_count":109,"utc_offset":32400,"time_zone":"Seoul","geo_enabled":false,"verified":false,"statuses_count":193,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http://pbs.twimg.com/profile_background_images/504434510675443713/lvW7ad5b.jpeg","profile_background_image_url_https":"https://pbs.twimg.com/profile_background_images/504434510675443713/lvW7ad5b.jpeg","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/505170142284640256/rnW4XeEJ_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/505170142284640256/rnW4XeEJ_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2364828518/1409087198","profile_link_color":"0D31BF","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"ran_kirazuki","name":"蘭ぴよの日常","id":531544559,"id_str":"531544559","indices":[0,13]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:13 +0000 2014","id":505874914591514600,"id_str":"505874914591514626","text":"RT @AFmbsk: @samao21718 \n呼び方☞まおちゃん\n呼ばれ方☞あーちゃん\n第一印象☞平野から?!\n今の印象☞おとなっぽい!!\nLINE交換☞もってるん\\( ˆoˆ )/\nトプ画について☞楽しそうでいーな😳\n家族にするなら☞おねぇちゃん\n最後に一言☞全然会えない…","source":"Twitter for Android","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2179759316,"id_str":"2179759316","name":"まお","screen_name":"samao21718","location":"埼玉 UK留学してました✈","description":"゚.*97line おさらに貢いでる系女子*.゜ DISH// ✯ 佐野悠斗 ✯ 読モ ✯ WEGO ✯ 嵐 I met @OTYOfficial in the London ;)","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":111,"friends_count":121,"listed_count":0,"created_at":"Thu Nov 07 09:47:41 +0000 2013","favourites_count":321,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":1777,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501535615351926784/c5AAh6Sz_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501535615351926784/c5AAh6Sz_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2179759316/1407640217","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sat Aug 30 14:59:49 +0000 2014","id":505731620456771600,"id_str":"505731620456771584","text":"@samao21718 \n呼び方☞まおちゃん\n呼ばれ方☞あーちゃん\n第一印象☞平野から?!\n今の印象☞おとなっぽい!!\nLINE交換☞もってるん\\( ˆoˆ )/\nトプ画について☞楽しそうでいーな😳\n家族にするなら☞おねぇちゃん\n最後に一言☞全然会えないねー今度会えたらいいな!","source":"Twitter for iPhone","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":2179759316,"in_reply_to_user_id_str":"2179759316","in_reply_to_screen_name":"samao21718","user":{"id":1680668713,"id_str":"1680668713","name":"★Shiiiii!☆","screen_name":"AFmbsk","location":"埼玉","description":"2310*basketball#41*UVERworld*Pooh☪Bell +.。*弱さを知って強くなれ*゚","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":429,"friends_count":434,"listed_count":0,"created_at":"Sun Aug 18 12:45:00 +0000 2013","favourites_count":2488,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":6352,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/504643170886365185/JN_dlwUd_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/504643170886365185/JN_dlwUd_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/1680668713/1408805886","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":1,"favorite_count":1,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"samao21718","name":"まお","id":2179759316,"id_str":"2179759316","indices":[0,11]}]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":1,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"AFmbsk","name":"★Shiiiii!☆","id":1680668713,"id_str":"1680668713","indices":[3,10]},{"screen_name":"samao21718","name":"まお","id":2179759316,"id_str":"2179759316","indices":[12,23]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:10 +0000 2014","id":505874905712189440,"id_str":"505874905712189440","text":"一、常に身一つ簡素にして、美食を好んではならない","source":"twittbot.net","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":1330420010,"id_str":"1330420010","name":"獨行道bot","screen_name":"dokkodo_bot","location":"","description":"宮本武蔵の自誓書、「獨行道」に記された二十一箇条をランダムにつぶやくbotです。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":4,"friends_count":5,"listed_count":1,"created_at":"Sat Apr 06 01:19:55 +0000 2013","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":9639,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/3482551671/d9e749f7658b523bdd50b7584ed4ba6a_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/3482551671/d9e749f7658b523bdd50b7584ed4ba6a_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/1330420010/1365212335","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:10 +0000 2014","id":505874903094939650,"id_str":"505874903094939648","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"モテモテ大作戦★男子編","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2714526565,"id_str":"2714526565","name":"モテモテ大作戦★男子編","screen_name":"mote_danshi1","location":"","description":"やっぱりモテモテ男子になりたい!自分を磨くヒントをみつけたい!応援してくれる人は RT & 相互フォローで みなさん、お願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":664,"friends_count":1835,"listed_count":0,"created_at":"Thu Aug 07 12:59:59 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":597,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/497368689386086400/7hqdKMzG_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/497368689386086400/7hqdKMzG_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2714526565/1407416898","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:10 +0000 2014","id":505874902390276100,"id_str":"505874902390276096","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"心に響くアツい名言集","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2699261263,"id_str":"2699261263","name":"心に響くアツい名言集","screen_name":"kokoro_meigen11","location":"","description":"人生の格言は、人の心や人生を瞬時にに動かしてしまうことがある。\r\nそんな言葉の重みを味わおう。\r\n面白かったらRT & 相互フォローでみなさん、お願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":183,"friends_count":1126,"listed_count":0,"created_at":"Fri Aug 01 22:00:00 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":749,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/495328654126112768/1rKnNuWK_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/495328654126112768/1rKnNuWK_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2699261263/1406930543","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:10 +0000 2014","id":505874902247677950,"id_str":"505874902247677954","text":"RT @POTENZA_SUPERGT: ありがとうございます!“@8CBR8: @POTENZA_SUPERGT 13時半ごろ一雨きそうですが、無事全車決勝レース完走出来ること祈ってます! http://t.co/FzTyFnt9xH”","source":"jigtwi","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":1021030416,"id_str":"1021030416","name":"narur","screen_name":"narur2","location":"晴れの国なのに何故か開幕戦では雨や雪や冰や霰が降る✨","description":"F1.GP2.Superformula.SuperGT.F3...\nスーパーGTが大好き♡車が好き!新幹線も好き!飛行機も好き!こっそり別アカです(๑´ㅂ`๑)♡*.+゜","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":257,"friends_count":237,"listed_count":2,"created_at":"Wed Dec 19 01:14:41 +0000 2012","favourites_count":547,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":55417,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://pbs.twimg.com/profile_background_images/462180217574789121/1Jf6m_2L.jpeg","profile_background_image_url_https":"https://pbs.twimg.com/profile_background_images/462180217574789121/1Jf6m_2L.jpeg","profile_background_tile":true,"profile_image_url":"http://pbs.twimg.com/profile_images/444312241395863552/FKl40ebQ_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/444312241395863552/FKl40ebQ_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:05:11 +0000 2014","id":505868866686169100,"id_str":"505868866686169089","text":"ありがとうございます!“@8CBR8: @POTENZA_SUPERGT 13時半ごろ一雨きそうですが、無事全車決勝レース完走出来ること祈ってます! http://t.co/FzTyFnt9xH”","source":"Twitter for iPhone","truncated":false,"in_reply_to_status_id":505868690588303360,"in_reply_to_status_id_str":"505868690588303360","in_reply_to_user_id":333344408,"in_reply_to_user_id_str":"333344408","in_reply_to_screen_name":"8CBR8","user":{"id":359324738,"id_str":"359324738","name":"POTENZA_SUPERGT","screen_name":"POTENZA_SUPERGT","location":"","description":"ブリヂストンのスポーツタイヤ「POTENZA」のアカウントです。レースやタイヤの事などをつぶやきます。今シーズンも「チャンピオンタイヤの称号は譲らない」をキャッチコピーに、タイヤ供給チームを全力でサポートしていきますので、応援よろしくお願いします!なお、返信ができない場合もありますので、ご了承よろしくお願い致します。","url":"http://t.co/LruVPk5x4K","entities":{"url":{"urls":[{"url":"http://t.co/LruVPk5x4K","expanded_url":"http://www.bridgestone.co.jp/sc/potenza/","display_url":"bridgestone.co.jp/sc/potenza/","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":9612,"friends_count":308,"listed_count":373,"created_at":"Sun Aug 21 11:33:38 +0000 2011","favourites_count":26,"utc_offset":-36000,"time_zone":"Hawaii","geo_enabled":true,"verified":false,"statuses_count":10032,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"131516","profile_background_image_url":"http://abs.twimg.com/images/themes/theme14/bg.gif","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme14/bg.gif","profile_background_tile":true,"profile_image_url":"http://pbs.twimg.com/profile_images/1507885396/TW_image_normal.jpg","profile_image_url_https":"https://pbs.twimg.com/profile_images/1507885396/TW_image_normal.jpg","profile_banner_url":"https://pbs.twimg.com/profile_banners/359324738/1402546267","profile_link_color":"FF2424","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":7,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"8CBR8","name":"CBR Rider #17 KEIHIN","id":333344408,"id_str":"333344408","indices":[12,18]},{"screen_name":"POTENZA_SUPERGT","name":"POTENZA_SUPERGT","id":359324738,"id_str":"359324738","indices":[20,36]}],"media":[{"id":505868690252779500,"id_str":"505868690252779521","indices":[75,97],"media_url":"http://pbs.twimg.com/media/BwU05MGCUAEY6Wu.jpg","media_url_https":"https://pbs.twimg.com/media/BwU05MGCUAEY6Wu.jpg","url":"http://t.co/FzTyFnt9xH","display_url":"pic.twitter.com/FzTyFnt9xH","expanded_url":"http://twitter.com/8CBR8/status/505868690588303360/photo/1","type":"photo","sizes":{"medium":{"w":600,"h":399,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":1024,"h":682,"resize":"fit"},"small":{"w":340,"h":226,"resize":"fit"}},"source_status_id":505868690588303360,"source_status_id_str":"505868690588303360"}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"ja"},"retweet_count":7,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"POTENZA_SUPERGT","name":"POTENZA_SUPERGT","id":359324738,"id_str":"359324738","indices":[3,19]},{"screen_name":"8CBR8","name":"CBR Rider #17 KEIHIN","id":333344408,"id_str":"333344408","indices":[33,39]},{"screen_name":"POTENZA_SUPERGT","name":"POTENZA_SUPERGT","id":359324738,"id_str":"359324738","indices":[41,57]}],"media":[{"id":505868690252779500,"id_str":"505868690252779521","indices":[96,118],"media_url":"http://pbs.twimg.com/media/BwU05MGCUAEY6Wu.jpg","media_url_https":"https://pbs.twimg.com/media/BwU05MGCUAEY6Wu.jpg","url":"http://t.co/FzTyFnt9xH","display_url":"pic.twitter.com/FzTyFnt9xH","expanded_url":"http://twitter.com/8CBR8/status/505868690588303360/photo/1","type":"photo","sizes":{"medium":{"w":600,"h":399,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":1024,"h":682,"resize":"fit"},"small":{"w":340,"h":226,"resize":"fit"}},"source_status_id":505868690588303360,"source_status_id_str":"505868690588303360"}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:09 +0000 2014","id":505874901689851900,"id_str":"505874901689851904","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"ここだけの本音★男子編","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2762136439,"id_str":"2762136439","name":"ここだけの本音★男子編","screen_name":"danshi_honne1","location":"","description":"思ってるけど言えない!でもホントは言いたいこと、実はいっぱいあるんです! \r\nそんな男子の本音を、つぶやきます。 \r\nその気持わかるって人は RT & フォローお願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":101,"friends_count":985,"listed_count":0,"created_at":"Sun Aug 24 11:11:30 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":209,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/503500282840354816/CEv8UMay_normal.png","profile_image_url_https":"https://pbs.twimg.com/profile_images/503500282840354816/CEv8UMay_normal.png","profile_banner_url":"https://pbs.twimg.com/profile_banners/2762136439/1408878822","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:09 +0000 2014","id":505874900939046900,"id_str":"505874900939046912","text":"RT @UARROW_Y: ようかい体操第一を踊る国見英 http://t.co/SXoYWH98as","source":"Twitter for iPhone","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2454426158,"id_str":"2454426158","name":"ぴかりん","screen_name":"gncnToktTtksg","location":"","description":"銀魂/黒バス/進撃/ハイキュー/BLEACH/うたプリ/鈴木達央さん/神谷浩史さん 気軽にフォローしてください(^∇^)✨","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":1274,"friends_count":1320,"listed_count":17,"created_at":"Sun Apr 20 07:48:53 +0000 2014","favourites_count":2314,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":5868,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/457788684146716672/KCOy0S75_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/457788684146716672/KCOy0S75_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2454426158/1409371302","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:45 +0000 2014","id":505871779949051900,"id_str":"505871779949051904","text":"ようかい体操第一を踊る国見英 http://t.co/SXoYWH98as","source":"Twitter for Android","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":1261662588,"id_str":"1261662588","name":"ゆう矢","screen_name":"UARROW_Y","location":"つくり出そう国影の波 広げよう国影の輪","description":"HQ!! 成人済腐女子。日常ツイート多いです。赤葦京治夢豚クソツイ含みます注意。フォローをお考えの際はプロフご一読お願い致します。FRBお気軽に","url":"http://t.co/LFX2XOzb0l","entities":{"url":{"urls":[{"url":"http://t.co/LFX2XOzb0l","expanded_url":"http://twpf.jp/UARROW_Y","display_url":"twpf.jp/UARROW_Y","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":265,"friends_count":124,"listed_count":12,"created_at":"Tue Mar 12 10:42:17 +0000 2013","favourites_count":6762,"utc_offset":32400,"time_zone":"Tokyo","geo_enabled":true,"verified":false,"statuses_count":55946,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/502095104618663937/IzuPYx3E_normal.png","profile_image_url_https":"https://pbs.twimg.com/profile_images/502095104618663937/IzuPYx3E_normal.png","profile_banner_url":"https://pbs.twimg.com/profile_banners/1261662588/1408618604","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":29,"favorite_count":54,"entities":{"hashtags":[],"symbols":[],"urls":[{"url":"http://t.co/SXoYWH98as","expanded_url":"http://twitter.com/UARROW_Y/status/505871779949051904/photo/1","display_url":"pic.twitter.com/SXoYWH98as","indices":[15,37]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"ja"},"retweet_count":29,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[{"url":"http://t.co/SXoYWH98as","expanded_url":"http://twitter.com/UARROW_Y/status/505871779949051904/photo/1","display_url":"pic.twitter.com/SXoYWH98as","indices":[29,51]}],"user_mentions":[{"screen_name":"UARROW_Y","name":"ゆう矢","id":1261662588,"id_str":"1261662588","indices":[3,12]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:09 +0000 2014","id":505874900561580000,"id_str":"505874900561580032","text":"今日は一高と三桜(・θ・)\n光梨ちゃんに会えないかな〜","source":"Twitter for iPhone","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":1366375976,"id_str":"1366375976","name":"ゆいの","screen_name":"yuino1006","location":"","description":"さんおう 男バスマネ2ねん(^ω^)","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":270,"friends_count":260,"listed_count":0,"created_at":"Sat Apr 20 07:02:08 +0000 2013","favourites_count":1384,"utc_offset":32400,"time_zone":"Irkutsk","geo_enabled":false,"verified":false,"statuses_count":5202,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/505354401448349696/nxVFEQQ4_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/505354401448349696/nxVFEQQ4_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/1366375976/1399989379","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:09 +0000 2014","id":505874899324248060,"id_str":"505874899324248064","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"共感★絶対あるあるww","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2704420069,"id_str":"2704420069","name":"共感★絶対あるあるww","screen_name":"kyoukan_aru","location":"","description":"みんなにもわかってもらえる、あるあるを見つけたい。\r\n面白かったらRT & 相互フォローでみなさん、お願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":857,"friends_count":1873,"listed_count":0,"created_at":"Sun Aug 03 15:50:40 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":682,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/495960812670836737/1LqkoyvU_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/495960812670836737/1LqkoyvU_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2704420069/1407081298","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:09 +0000 2014","id":505874898493796350,"id_str":"505874898493796352","text":"RT @assam_house: 泉田新潟県知事は、東電の申請書提出を容認させられただけで、再稼働に必要な「同意」はまだ与えていません。今まで柏崎刈羽の再稼働を抑え続けてきた知事に、もう一踏ん張りをお願いする意見を送って下さい。全国の皆様、お願いします!\nhttp://t.co…","source":"jigtwi for Android","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":960765968,"id_str":"960765968","name":"さち","screen_name":"sachitaka_dears","location":"宮城県","description":"動物関連のアカウントです。サブアカウント@sachi_dears (さち ❷) もあります。『心あるものは皆、愛し愛されるために生まれてきた。そして愛情を感じながら生を全うするべきなんだ』","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3212,"friends_count":3528,"listed_count":91,"created_at":"Tue Nov 20 16:30:53 +0000 2012","favourites_count":3180,"utc_offset":32400,"time_zone":"Irkutsk","geo_enabled":false,"verified":false,"statuses_count":146935,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/3659653229/5b698df67f5d105400e9077f5ea50e91_normal.png","profile_image_url_https":"https://pbs.twimg.com/profile_images/3659653229/5b698df67f5d105400e9077f5ea50e91_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Tue Aug 19 11:00:53 +0000 2014","id":501685228427964400,"id_str":"501685228427964417","text":"泉田新潟県知事は、東電の申請書提出を容認させられただけで、再稼働に必要な「同意」はまだ与えていません。今まで柏崎刈羽の再稼働を抑え続けてきた知事に、もう一踏ん張りをお願いする意見を送って下さい。全国の皆様、お願いします!\nhttp://t.co/9oH5cgpy1q","source":"twittbot.net","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":1104771276,"id_str":"1104771276","name":"アッサム山中(殺処分ゼロに一票)","screen_name":"assam_house","location":"新潟県柏崎市","description":"アッサム山中の趣味用アカ。当分の間、選挙啓発用としても使っていきます。このアカウントがアッサム山中本人のものである事は @assam_yamanaka のプロフでご確認下さい。\r\n公選法に係る表示\r\n庶民新党 #脱原発 http://t.co/96UqoCo0oU\r\nonestep.revival@gmail.com","url":"http://t.co/AEOCATaNZc","entities":{"url":{"urls":[{"url":"http://t.co/AEOCATaNZc","expanded_url":"http://www.assam-house.net/","display_url":"assam-house.net","indices":[0,22]}]},"description":{"urls":[{"url":"http://t.co/96UqoCo0oU","expanded_url":"http://blog.assam-house.net/datsu-genpatsu/index.html","display_url":"blog.assam-house.net/datsu-genpatsu…","indices":[110,132]}]}},"protected":false,"followers_count":2977,"friends_count":3127,"listed_count":64,"created_at":"Sat Jan 19 22:10:13 +0000 2013","favourites_count":343,"utc_offset":32400,"time_zone":"Irkutsk","geo_enabled":false,"verified":false,"statuses_count":18021,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/378800000067217575/e0a85b440429ff50430a41200327dcb8_normal.png","profile_image_url_https":"https://pbs.twimg.com/profile_images/378800000067217575/e0a85b440429ff50430a41200327dcb8_normal.png","profile_banner_url":"https://pbs.twimg.com/profile_banners/1104771276/1408948288","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":2,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[{"url":"http://t.co/9oH5cgpy1q","expanded_url":"http://www.pref.niigata.lg.jp/kouhou/info.html","display_url":"pref.niigata.lg.jp/kouhou/info.ht…","indices":[111,133]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"ja"},"retweet_count":2,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[{"url":"http://t.co/9oH5cgpy1q","expanded_url":"http://www.pref.niigata.lg.jp/kouhou/info.html","display_url":"pref.niigata.lg.jp/kouhou/info.ht…","indices":[139,140]}],"user_mentions":[{"screen_name":"assam_house","name":"アッサム山中(殺処分ゼロに一票)","id":1104771276,"id_str":"1104771276","indices":[3,15]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:09 +0000 2014","id":505874898468630500,"id_str":"505874898468630528","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"おしゃれ★ペアルック","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2708607692,"id_str":"2708607692","name":"おしゃれ★ペアルック","screen_name":"osyare_pea","location":"","description":"ラブラブ度がアップする、素敵なペアルックを見つけて紹介します♪ 気に入ったら RT & 相互フォローで みなさん、お願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":129,"friends_count":1934,"listed_count":0,"created_at":"Tue Aug 05 07:09:31 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":641,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/496554257676382208/Zgg0bmNu_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/496554257676382208/Zgg0bmNu_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2708607692/1407222776","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:08 +0000 2014","id":505874897633951740,"id_str":"505874897633951745","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"LOVE ♥ ラブライブ","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745389137,"id_str":"2745389137","name":"LOVE ♥ ラブライブ","screen_name":"love_live55","location":"","description":"とにかく「ラブライブが好きで~す♥」 \r\nラブライブファンには、たまらない内容ばかり集めています♪ \r\n気に入ったら RT & 相互フォローお願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":251,"friends_count":969,"listed_count":0,"created_at":"Tue Aug 19 15:45:40 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":348,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501757482448850944/x2uPpqRx_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501757482448850944/x2uPpqRx_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745389137/1408463342","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:08 +0000 2014","id":505874896795086850,"id_str":"505874896795086848","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"恋する♡ドレスシリーズ","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2726346560,"id_str":"2726346560","name":"恋する♡ドレスシリーズ","screen_name":"koisurudoress","location":"","description":"どれもこれも、見ているだけで欲しくなっちゃう♪ \r\n特別な日に着る素敵なドレスを見つけたいです。 \r\n着てみたいと思ったら RT & フォローお願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":314,"friends_count":1900,"listed_count":0,"created_at":"Tue Aug 12 14:10:35 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":471,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/499199619465621504/fg7sVusT_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/499199619465621504/fg7sVusT_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2726346560/1407853688","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:08 +0000 2014","id":505874895964626940,"id_str":"505874895964626944","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"胸キュン♥動物図鑑","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2759192574,"id_str":"2759192574","name":"胸キュン♥動物図鑑","screen_name":"doubutuzukan","location":"","description":"ふとした表情に思わずキュンとしてしまう♪ \r\nそんな愛しの動物たちの写真を見つけます。 \r\n気に入ったら RT & フォローを、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":80,"friends_count":959,"listed_count":1,"created_at":"Sat Aug 23 15:47:36 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":219,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/503211559552688128/Ej_bixna_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/503211559552688128/Ej_bixna_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2759192574/1408809101","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:08 +0000 2014","id":505874895079608300,"id_str":"505874895079608320","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"ディズニー★パラダイス","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2719228561,"id_str":"2719228561","name":"ディズニー★パラダイス","screen_name":"disney_para","location":"","description":"ディズニーのかわいい画像、ニュース情報、あるあるなどをお届けします♪\r\nディズニーファンは RT & フォローもお願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":331,"friends_count":1867,"listed_count":0,"created_at":"Sat Aug 09 12:01:32 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":540,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/498076922488696832/Ti2AEuOT_normal.png","profile_image_url_https":"https://pbs.twimg.com/profile_images/498076922488696832/Ti2AEuOT_normal.png","profile_banner_url":"https://pbs.twimg.com/profile_banners/2719228561/1407585841","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:08 +0000 2014","id":505874894135898100,"id_str":"505874894135898112","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"生々しい風刺画","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2714772727,"id_str":"2714772727","name":"生々しい風刺画","screen_name":"nama_fuushi","location":"","description":"深い意味が込められた「生々しい風刺画」を見つけます。\r\n考えさせられたら RT & 相互フォローでみなさん、お願いします","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":298,"friends_count":1902,"listed_count":1,"created_at":"Thu Aug 07 15:04:45 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":595,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/497398363352875011/tS-5FPJB_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/497398363352875011/tS-5FPJB_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2714772727/1407424091","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:07 +0000 2014","id":505874893347377150,"id_str":"505874893347377152","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"嵐★大好きっ娘","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2721682579,"id_str":"2721682579","name":"嵐★大好きっ娘","screen_name":"arashi_suki1","location":"","description":"なんだかんだ言って、やっぱり嵐が好きなんです♪\r\nいろいろ集めたいので、嵐好きな人に見てほしいです。\r\n気に入ったら RT & 相互フォローお願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":794,"friends_count":1913,"listed_count":2,"created_at":"Sun Aug 10 13:43:56 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":504,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/498465364733198336/RO6wupdc_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/498465364733198336/RO6wupdc_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2721682579/1407678436","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:07 +0000 2014","id":505874893154426900,"id_str":"505874893154426881","text":"RT @Takashi_Shiina: テレビで「成人男性のカロリー摂取量は1900kcal」とか言ってて、それはいままさに私がダイエットのために必死でキープしようとしている量で、「それが普通なら人はいつ天一やココイチに行って大盛りを食えばいいんだ!」と思った。","source":"twicca","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":353516742,"id_str":"353516742","name":"おしんこー@土曜西え41a","screen_name":"oshin_koko","location":"こたつ","description":"ROMって楽しんでいる部分もあり無言フォロー多めですすみません…。ツイート数多め・あらぶり多めなのでフォロー非推奨です。最近は早兵・兵部受け中心ですがBLNLなんでも好きです。地雷少ないため雑多に呟きます。腐・R18・ネタバレ有るのでご注意。他好きなジャンルはプロフ参照願います。 主催→@chounou_antholo","url":"http://t.co/mM1dG54NiO","entities":{"url":{"urls":[{"url":"http://t.co/mM1dG54NiO","expanded_url":"http://twpf.jp/oshin_koko","display_url":"twpf.jp/oshin_koko","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":479,"friends_count":510,"listed_count":43,"created_at":"Fri Aug 12 05:53:13 +0000 2011","favourites_count":3059,"utc_offset":32400,"time_zone":"Tokyo","geo_enabled":false,"verified":false,"statuses_count":104086,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http://pbs.twimg.com/profile_background_images/799871497/01583a031f83a45eba881c8acde729ee.jpeg","profile_background_image_url_https":"https://pbs.twimg.com/profile_background_images/799871497/01583a031f83a45eba881c8acde729ee.jpeg","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/484347196523835393/iHaYxm-2_normal.png","profile_image_url_https":"https://pbs.twimg.com/profile_images/484347196523835393/iHaYxm-2_normal.png","profile_banner_url":"https://pbs.twimg.com/profile_banners/353516742/1369039651","profile_link_color":"FF96B0","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"95E8EC","profile_text_color":"3C3940","profile_use_background_image":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sat Aug 30 09:58:30 +0000 2014","id":505655792733650940,"id_str":"505655792733650944","text":"テレビで「成人男性のカロリー摂取量は1900kcal」とか言ってて、それはいままさに私がダイエットのために必死でキープしようとしている量で、「それが普通なら人はいつ天一やココイチに行って大盛りを食えばいいんだ!」と思った。","source":"Janetter","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":126573583,"id_str":"126573583","name":"椎名高志","screen_name":"Takashi_Shiina","location":"BABEL(超能力支援研究局)","description":"漫画家。週刊少年サンデーで『絶対可憐チルドレン』連載中。TVアニメ『THE UNLIMITED 兵部京介』公式サイト>http://t.co/jVqBoBEc","url":"http://t.co/K3Oi83wM3w","entities":{"url":{"urls":[{"url":"http://t.co/K3Oi83wM3w","expanded_url":"http://cnanews.asablo.jp/blog/","display_url":"cnanews.asablo.jp/blog/","indices":[0,22]}]},"description":{"urls":[{"url":"http://t.co/jVqBoBEc","expanded_url":"http://unlimited-zc.jp/index.html","display_url":"unlimited-zc.jp/index.html","indices":[59,79]}]}},"protected":false,"followers_count":110756,"friends_count":61,"listed_count":8159,"created_at":"Fri Mar 26 08:54:51 +0000 2010","favourites_count":25,"utc_offset":32400,"time_zone":"Tokyo","geo_enabled":false,"verified":false,"statuses_count":27364,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EDECE9","profile_background_image_url":"http://abs.twimg.com/images/themes/theme3/bg.gif","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme3/bg.gif","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/504597210772688896/Uvt4jgf5_normal.png","profile_image_url_https":"https://pbs.twimg.com/profile_images/504597210772688896/Uvt4jgf5_normal.png","profile_link_color":"088253","profile_sidebar_border_color":"D3D2CF","profile_sidebar_fill_color":"E3E2DE","profile_text_color":"634047","profile_use_background_image":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":221,"favorite_count":109,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":221,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"Takashi_Shiina","name":"椎名高志","id":126573583,"id_str":"126573583","indices":[3,18]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:07 +0000 2014","id":505874892567244800,"id_str":"505874892567244801","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"下ネタ&笑変態雑学","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2762581922,"id_str":"2762581922","name":"下ネタ&笑変態雑学","screen_name":"shimo_hentai","location":"","description":"普通の人には思いつかない、ちょっと変態チックな 笑える下ネタ雑学をお届けします。 \r\nおもしろかったら RT & フォローお願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":37,"friends_count":990,"listed_count":0,"created_at":"Sun Aug 24 14:13:20 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":212,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/503545991950114816/K9yQbh1Q_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/503545991950114816/K9yQbh1Q_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2762581922/1408889893","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:07 +0000 2014","id":505874891778703360,"id_str":"505874891778703360","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"超簡単★初心者英語","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2744544025,"id_str":"2744544025","name":"超簡単★初心者英語","screen_name":"kantaneigo1","location":"","description":"すぐに使えるフレーズや簡単な会話を紹介します。 \r\n少しづつ練習して、どんどん使ってみよう☆ \r\n使ってみたいと思ったら RT & フォローお願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":147,"friends_count":970,"listed_count":1,"created_at":"Tue Aug 19 10:11:48 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":345,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501676136321929216/4MLpyHe3_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501676136321929216/4MLpyHe3_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2744544025/1408443928","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:07 +0000 2014","id":505874891032121340,"id_str":"505874891032121344","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"現代のハンドサイン","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2762816814,"id_str":"2762816814","name":"現代のハンドサイン","screen_name":"ima_handsign","location":"","description":"イザという時や、困った時に、必ず役に立つハンドサインのオンパレードです♪ \r\n使ってみたくなったら RT & フォローお願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":95,"friends_count":996,"listed_count":0,"created_at":"Sun Aug 24 15:33:58 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":210,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/503566188253687809/7wtdp1AC_normal.png","profile_image_url_https":"https://pbs.twimg.com/profile_images/503566188253687809/7wtdp1AC_normal.png","profile_banner_url":"https://pbs.twimg.com/profile_banners/2762816814/1408894540","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:07 +0000 2014","id":505874890247782400,"id_str":"505874890247782401","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"今日からアナタもイイ女♪","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2714167411,"id_str":"2714167411","name":"今日からアナタもイイ女♪","screen_name":"anata_iionna","location":"","description":"みんなが知りたい イイ女の秘密を見つけます♪ いいな~と思ってくれた人は RT & 相互フォローで みなさん、お願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":390,"friends_count":1425,"listed_count":0,"created_at":"Thu Aug 07 09:27:59 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":609,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/497314455655436288/dz7P3-fy_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/497314455655436288/dz7P3-fy_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2714167411/1407404214","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:07 +0000 2014","id":505874890218434560,"id_str":"505874890218434560","text":"@kohecyan3 \n名前:上野滉平\n呼び方:うえの\n呼ばれ方:ずるかわ\n第一印象:過剰な俺イケメンですアピール\n今の印象:バーバリーの時計\n好きなところ:あの自信さ、笑いが絶えない\n一言:大学受かったの?応援してる〜(*^^*)!\n\n#RTした人にやる\nちょっとやってみる笑","source":"Twitter for iPhone","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":2591363659,"in_reply_to_user_id_str":"2591363659","in_reply_to_screen_name":"kohecyan3","user":{"id":2613282517,"id_str":"2613282517","name":"K","screen_name":"kawazurukenna","location":"","description":"# I surprise even my self","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":113,"friends_count":185,"listed_count":0,"created_at":"Wed Jul 09 09:39:13 +0000 2014","favourites_count":157,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":242,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/502436858135973888/PcUU0lov_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/502436858135973888/PcUU0lov_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[{"text":"RTした人にやる","indices":[119,128]}],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"kohecyan3","name":"上野滉平","id":2591363659,"id_str":"2591363659","indices":[0,10]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:07 +0000 2014","id":505874889392156700,"id_str":"505874889392156672","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"IQ★力だめし","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2709308887,"id_str":"2709308887","name":"IQ★力だめし","screen_name":"iq_tameshi","location":"","description":"解けると楽しい気分になれる問題を見つけて紹介します♪面白かったら RT & 相互フォローで みなさん、お願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":443,"friends_count":1851,"listed_count":1,"created_at":"Tue Aug 05 13:14:30 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":664,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/496646485266558977/W_W--qV__normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/496646485266558977/W_W--qV__normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2709308887/1407244754","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:06 +0000 2014","id":505874888817532900,"id_str":"505874888817532928","text":"第一三軍から2個師団が北へ移動中らしい     この調子では満州に陸軍兵力があふれかえる","source":"如月克己","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":1171299612,"id_str":"1171299612","name":"如月 克己","screen_name":"kisaragi_katumi","location":"満州","description":"GパングのA型K月克己中尉の非公式botです。 主に七巻と八巻が中心の台詞をつぶやきます。 4/18.台詞追加しました/現在試運転中/現在軽い挨拶だけTL反応。/追加したい台詞や何おかしい所がありましたらDMやリプライで/フォロー返しは手動です/","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":65,"friends_count":63,"listed_count":0,"created_at":"Tue Feb 12 08:21:38 +0000 2013","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":27219,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/3242847112/0ce536444c94cbec607229022d43a27a_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/3242847112/0ce536444c94cbec607229022d43a27a_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:06 +0000 2014","id":505874888616181760,"id_str":"505874888616181760","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"徳田有希★応援隊","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2766021865,"id_str":"2766021865","name":"徳田有希★応援隊","screen_name":"tokuda_ouen1","location":"","description":"女子中高生に大人気ww いやされるイラストを紹介します。 \r\nみんなで RTして応援しよう~♪ \r\n「非公式アカウントです」","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":123,"friends_count":978,"listed_count":0,"created_at":"Mon Aug 25 10:48:41 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":210,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/503857235802333184/YS0sDN6q_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/503857235802333184/YS0sDN6q_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2766021865/1408963998","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:06 +0000 2014","id":505874887802511360,"id_str":"505874887802511361","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"腐女子の☆部屋","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2744683982,"id_str":"2744683982","name":"腐女子の☆部屋","screen_name":"fujyoshinoheya","location":"","description":"腐女子にしかわからないネタや、あるあるを見つけていきます。 \r\n他には、BL~萌えキュン系まで、腐のための画像を集めています♪ \r\n同じ境遇の人には、わかってもらえると思うので、気軽に RT & フォローお願いします☆","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":241,"friends_count":990,"listed_count":0,"created_at":"Tue Aug 19 11:47:21 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":345,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501697365590306817/GLP_QH_b_normal.png","profile_image_url_https":"https://pbs.twimg.com/profile_images/501697365590306817/GLP_QH_b_normal.png","profile_banner_url":"https://pbs.twimg.com/profile_banners/2744683982/1408448984","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:06 +0000 2014","id":505874887009767400,"id_str":"505874887009767424","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"萌え芸術★ラテアート","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2763178045,"id_str":"2763178045","name":"萌え芸術★ラテアート","screen_name":"moe_rate","location":"","description":"ここまで来ると、もはや芸術!! 見てるだけで楽しい♪ \r\nそんなラテアートを、とことん探します。 \r\nスゴイと思ったら RT & フォローお願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":187,"friends_count":998,"listed_count":0,"created_at":"Sun Aug 24 16:53:16 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":210,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/503586151764992000/RC80it20_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/503586151764992000/RC80it20_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2763178045/1408899447","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:06 +0000 2014","id":505874886225448960,"id_str":"505874886225448960","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"全部★ジャニーズ図鑑","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2724158970,"id_str":"2724158970","name":"全部★ジャニーズ図鑑","screen_name":"zenbu_johnnys","location":"","description":"ジャニーズのカッコイイ画像、おもしろエピソードなどを発信します。\r\n「非公式アカウントです」\r\nジャニーズ好きな人は、是非 RT & フォローお願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":738,"friends_count":1838,"listed_count":0,"created_at":"Mon Aug 11 15:50:08 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":556,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/498859581057945600/ncMKwdvC_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/498859581057945600/ncMKwdvC_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2724158970/1407772462","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:06 +0000 2014","id":505874885810200600,"id_str":"505874885810200576","text":"RT @naopisu_: 呼び方:\n呼ばれ方:\n第一印象:\n今の印象:\n好きなところ:\n家族にするなら:\n最後に一言:\n#RTした人にやる\n\nお腹痛くて寝れないからやるww\nだれでもどうぞ〜😏🙌","source":"Twitter for Android","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2347898072,"id_str":"2347898072","name":"にたにた","screen_name":"syo6660129","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":64,"friends_count":70,"listed_count":1,"created_at":"Mon Feb 17 04:29:46 +0000 2014","favourites_count":58,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":145,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/485603672118669314/73uh_xRS_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/485603672118669314/73uh_xRS_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2347898072/1396957619","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sat Aug 30 14:19:31 +0000 2014","id":505721480261300200,"id_str":"505721480261300224","text":"呼び方:\n呼ばれ方:\n第一印象:\n今の印象:\n好きなところ:\n家族にするなら:\n最後に一言:\n#RTした人にやる\n\nお腹痛くて寝れないからやるww\nだれでもどうぞ〜😏🙌","source":"Twitter for iPhone","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":856045488,"id_str":"856045488","name":"なおぴす","screen_name":"naopisu_","location":"Fujino 65th ⇢ Sagaso 12A(LJK","description":"\ もうすぐ18歳 “Only One”になる /","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":267,"friends_count":259,"listed_count":2,"created_at":"Mon Oct 01 08:36:23 +0000 2012","favourites_count":218,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":1790,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/496321592553525249/tuzX9ByR_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/496321592553525249/tuzX9ByR_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/856045488/1407118111","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":23,"favorite_count":1,"entities":{"hashtags":[{"text":"RTした人にやる","indices":[47,56]}],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":23,"favorite_count":0,"entities":{"hashtags":[{"text":"RTした人にやる","indices":[61,70]}],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"naopisu_","name":"なおぴす","id":856045488,"id_str":"856045488","indices":[3,12]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:06 +0000 2014","id":505874885474656260,"id_str":"505874885474656256","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"爆笑★LINE あるある","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2709561589,"id_str":"2709561589","name":"爆笑★LINE あるある","screen_name":"line_aru1","location":"","description":"思わず笑ってしまうLINEでのやりとりや、あるあるを見つけたいです♪面白かったら RT & 相互フォローで みなさん、お願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":496,"friends_count":1875,"listed_count":1,"created_at":"Tue Aug 05 15:01:30 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":687,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/496673793939492867/p1BN4YaW_normal.png","profile_image_url_https":"https://pbs.twimg.com/profile_images/496673793939492867/p1BN4YaW_normal.png","profile_banner_url":"https://pbs.twimg.com/profile_banners/2709561589/1407251270","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:05 +0000 2014","id":505874884627410940,"id_str":"505874884627410944","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"全力★ミサワ的w発言","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2734455415,"id_str":"2734455415","name":"全力★ミサワ的w発言!!","screen_name":"misawahatugen","location":"","description":"ウザすぎて笑えるミサワ的名言や、おもしろミサワ画像を集めています。 \r\nミサワを知らない人でも、いきなりツボにハマっちゃう内容をお届けします。 \r\nウザいwと思ったら RT & 相互フォローお願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":144,"friends_count":1915,"listed_count":1,"created_at":"Fri Aug 15 13:20:04 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":436,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/500271070834749444/HvengMe5_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/500271070834749444/HvengMe5_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2734455415/1408108944","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:05 +0000 2014","id":505874883809521660,"id_str":"505874883809521664","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"お宝ww有名人卒アル特集","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2708183557,"id_str":"2708183557","name":"お宝ww有名人卒アル特集","screen_name":"otakara_sotuaru","location":"","description":"みんな昔は若かったんですね。今からは想像もつかない、あの有名人を見つけます。\r\n面白かったら RT & 相互フォローで みなさん、お願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":286,"friends_count":1938,"listed_count":0,"created_at":"Tue Aug 05 03:26:54 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":650,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/496499121276985344/hC8RoebP_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/496499121276985344/hC8RoebP_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2708183557/1407318758","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:05 +0000 2014","id":505874883322970100,"id_str":"505874883322970112","text":"レッドクリフのキャラのこと女装ってくそわろたwww朝一で面白かった( ˘ω゜)笑","source":"Twitter for iPhone","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":1620730616,"id_str":"1620730616","name":"ひーちゃん@橘芋健ぴ","screen_name":"2nd_8hkr","location":"北の大地.95年組 ☞ 9/28.10/2(5).12/28","description":"THE SECOND/劇団EXILE/EXILE/二代目JSB ☞KENCHI.AKIRA.青柳翔.小森隼.石井杏奈☜ Big Love ♡ Respect ..... ✍ MATSU Origin✧ .た ち ば な '' い も '' け ん い ち ろ う さ んTEAM NACS 安田.戸次 Liebe !","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":109,"friends_count":148,"listed_count":0,"created_at":"Thu Jul 25 16:09:29 +0000 2013","favourites_count":783,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":9541,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/458760951060123648/Cocoxi-2_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/458760951060123648/Cocoxi-2_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/1620730616/1408681982","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:05 +0000 2014","id":505874883067129860,"id_str":"505874883067129857","text":"【状態良好】ペンタックス・デジタル一眼レフカメラ・K20D 入札数=38 現在価格=15000円 http://t.co/4WK1f6V2n6終了=2014年08月31日 20:47:53 #一眼レフ http://t.co/PcSaXzfHMW","source":"YahooAuction Degicame","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2278053589,"id_str":"2278053589","name":"AuctionCamera","screen_name":"AuctionCamera","location":"","description":"Yahooオークションのデジカメカテゴリから商品を抽出するボットです。","url":"https://t.co/3sB1NDnd0m","entities":{"url":{"urls":[{"url":"https://t.co/3sB1NDnd0m","expanded_url":"https://github.com/AKB428/YahooAuctionBot","display_url":"github.com/AKB428/YahooAu…","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":5,"friends_count":24,"listed_count":0,"created_at":"Sun Jan 05 20:10:56 +0000 2014","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":199546,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/419927606146789376/vko-kd6Q_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/419927606146789376/vko-kd6Q_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[{"text":"一眼レフ","indices":[95,100]}],"symbols":[],"urls":[{"url":"http://t.co/4WK1f6V2n6","expanded_url":"http://atq.ck.valuecommerce.com/servlet/atq/referral?sid=2219441&pid=877510753&vcptn=auct/p/RJH492.PLqoLQQx1Jy8U9LE-&vc_url=http://page8.auctions.yahoo.co.jp/jp/auction/h192024356","display_url":"atq.ck.valuecommerce.com/servlet/atq/re…","indices":[49,71]}],"user_mentions":[],"media":[{"id":505874882828046340,"id_str":"505874882828046336","indices":[101,123],"media_url":"http://pbs.twimg.com/media/BwU6hpPCEAAxnpq.jpg","media_url_https":"https://pbs.twimg.com/media/BwU6hpPCEAAxnpq.jpg","url":"http://t.co/PcSaXzfHMW","display_url":"pic.twitter.com/PcSaXzfHMW","expanded_url":"http://twitter.com/AuctionCamera/status/505874883067129857/photo/1","type":"photo","sizes":{"large":{"w":600,"h":450,"resize":"fit"},"medium":{"w":600,"h":450,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":255,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:05 +0000 2014","id":505874882995826700,"id_str":"505874882995826689","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"ヤバすぎる!!ギネス世界記録","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2762405780,"id_str":"2762405780","name":"ヤバすぎる!!ギネス世界記録","screen_name":"yabai_giness","location":"","description":"世の中には、まだまだ知られていないスゴイ記録があるんです! \r\nそんなギネス世界記録を見つけます☆ \r\nどんどん友達にも教えてあげてくださいねww \r\nヤバイと思ったら RT & フォローを、お願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":36,"friends_count":985,"listed_count":0,"created_at":"Sun Aug 24 13:17:03 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":210,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/503531782919045121/NiIC25wL_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/503531782919045121/NiIC25wL_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2762405780/1408886328","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:05 +0000 2014","id":505874882870009860,"id_str":"505874882870009856","text":"すごく面白い夢見た。魔法科高校通ってて(別に一科二科の区別ない)クラスメイトにヨセアツメ面子や赤僕の拓也がいて、学校対抗合唱コンクールが開催されたり会場入りの際他校の妨害工作受けたり、拓也が連れてきてた実が人質に取られたりとにかくてんこ盛りだった楽しかった赤僕読みたい手元にない","source":"Twitter for Android","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":597357105,"id_str":"597357105","name":"ふじよし","screen_name":"fuji_mark","location":"多摩動物公園","description":"成人腐女子","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":128,"friends_count":126,"listed_count":6,"created_at":"Sat Jun 02 10:06:05 +0000 2012","favourites_count":2842,"utc_offset":32400,"time_zone":"Irkutsk","geo_enabled":false,"verified":false,"statuses_count":10517,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"0099B9","profile_background_image_url":"http://abs.twimg.com/images/themes/theme4/bg.gif","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme4/bg.gif","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/503553738569560065/D_JW2dCJ_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/503553738569560065/D_JW2dCJ_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/597357105/1408864355","profile_link_color":"0099B9","profile_sidebar_border_color":"5ED4DC","profile_sidebar_fill_color":"95E8EC","profile_text_color":"3C3940","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:05 +0000 2014","id":505874882228281340,"id_str":"505874882228281345","text":"RT @oen_yakyu: ●継続試合(中京対崇徳)46回~ 9時~\n 〈ラジオ中継〉\n らじる★らじる→大阪放送局を選択→NHK-FM\n●決勝戦(三浦対中京or崇徳) 12時30分~\n 〈ラジオ中継〉\n らじる★らじる→大阪放送局を選択→NHK第一\n ※神奈川の方は普通のラ…","source":"twicca","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":18477566,"id_str":"18477566","name":"Natit(なち)@そうだ、トップ行こう","screen_name":"natit_yso","location":"福岡市の端っこ","description":"ヤー・チャイカ。紫宝勢の末席くらいでQMAやってます。\r\n9/13(土)「九州杯」今年も宜しくお願いします!キーワードは「そうだ、トップ、行こう。」\r\nmore → http://t.co/ezuHyjF4Qy \r\n【旅の予定】9/20-22 関西 → 9/23-28 北海道ぐるり","url":"http://t.co/ll2yu78DGR","entities":{"url":{"urls":[{"url":"http://t.co/ll2yu78DGR","expanded_url":"http://qma-kyushu.sakura.ne.jp/","display_url":"qma-kyushu.sakura.ne.jp","indices":[0,22]}]},"description":{"urls":[{"url":"http://t.co/ezuHyjF4Qy","expanded_url":"http://twpf.jp/natit_yso","display_url":"twpf.jp/natit_yso","indices":[83,105]}]}},"protected":false,"followers_count":591,"friends_count":548,"listed_count":93,"created_at":"Tue Dec 30 14:11:44 +0000 2008","favourites_count":11676,"utc_offset":32400,"time_zone":"Tokyo","geo_enabled":false,"verified":false,"statuses_count":130145,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"131516","profile_background_image_url":"http://abs.twimg.com/images/themes/theme14/bg.gif","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme14/bg.gif","profile_background_tile":true,"profile_image_url":"http://pbs.twimg.com/profile_images/1556202861/chibi-Leon_normal.jpg","profile_image_url_https":"https://pbs.twimg.com/profile_images/1556202861/chibi-Leon_normal.jpg","profile_link_color":"009999","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sat Aug 30 23:12:39 +0000 2014","id":505855649196953600,"id_str":"505855649196953600","text":"●継続試合(中京対崇徳)46回~ 9時~\n 〈ラジオ中継〉\n らじる★らじる→大阪放送局を選択→NHK-FM\n●決勝戦(三浦対中京or崇徳) 12時30分~\n 〈ラジオ中継〉\n らじる★らじる→大阪放送局を選択→NHK第一\n ※神奈川の方は普通のラジオのNHK-FMでも","source":"Twitter Web Client","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2761692762,"id_str":"2761692762","name":"三浦学苑軟式野球部応援団!","screen_name":"oen_yakyu","location":"","description":"兵庫県で開催される「もう一つの甲子園」こと全国高校軟式野球選手権大会に南関東ブロックから出場する三浦学苑軟式野球部を応援する非公式アカウントです。","url":"http://t.co/Cn1tPTsBGY","entities":{"url":{"urls":[{"url":"http://t.co/Cn1tPTsBGY","expanded_url":"http://www.miura.ed.jp/index.html","display_url":"miura.ed.jp/index.html","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":464,"friends_count":117,"listed_count":4,"created_at":"Sun Aug 24 07:47:29 +0000 2014","favourites_count":69,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":553,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/504299474445811712/zsxJUmL0_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/504299474445811712/zsxJUmL0_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2761692762/1409069337","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":7,"favorite_count":2,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":7,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"oen_yakyu","name":"三浦学苑軟式野球部応援団!","id":2761692762,"id_str":"2761692762","indices":[3,13]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:05 +0000 2014","id":505874882110824450,"id_str":"505874882110824448","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"スマホに密封★アニメ画像","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2725976444,"id_str":"2725976444","name":"スマホに密封★アニメ画像","screen_name":"sumahoanime","location":"","description":"なんともめずらしい、いろんなキャラがスマホに閉じ込められています。 \r\nあなたのスマホにマッチする画像が見つかるかも♪ \r\n気に入ったら是非 RT & フォローお願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":227,"friends_count":1918,"listed_count":0,"created_at":"Tue Aug 12 11:27:54 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":527,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/499155646164393984/l5vSz5zu_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/499155646164393984/l5vSz5zu_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2725976444/1407843121","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:05 +0000 2014","id":505874881297133600,"id_str":"505874881297133568","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"アナタのそばの身近な危険","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2713926078,"id_str":"2713926078","name":"アナタのそばの身近な危険","screen_name":"mijika_kiken","location":"","description":"知らないうちにやっている危険な行動を見つけて自分を守りましょう。 役に立つと思ったら RT & 相互フォローで みなさん、お願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":301,"friends_count":1871,"listed_count":0,"created_at":"Thu Aug 07 07:12:50 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":644,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/497279579245907968/Ftvms_HR_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/497279579245907968/Ftvms_HR_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2713926078/1407395683","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:04 +0000 2014","id":505874880294682600,"id_str":"505874880294682624","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"人気者♥デイジー大好き","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2726199583,"id_str":"2726199583","name":"人気者♥デイジー大好き","screen_name":"ninkimono_daosy","location":"","description":"デイジーの想いを、代わりにつぶやきます♪ \r\nデイジーのかわいい画像やグッズも大好きw \r\n可愛いと思ったら RT & フォローお願いします。 \r\n「非公式アカウントです」","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":190,"friends_count":474,"listed_count":0,"created_at":"Tue Aug 12 12:58:33 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":469,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/499178622494576640/EzWKdR_p_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/499178622494576640/EzWKdR_p_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2726199583/1407848478","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:04 +0000 2014","id":505874879392919550,"id_str":"505874879392919552","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"幸せ話でフル充電しよう","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2721453846,"id_str":"2721453846","name":"幸せ話でフル充電しようww","screen_name":"shiawasehanashi","location":"","description":"私が聞いて心に残った感動エピソードをお届けします。\r\n少しでも多くの人へ届けたいと思います。\r\nいいなと思ったら RT & フォローお願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":302,"friends_count":1886,"listed_count":0,"created_at":"Sun Aug 10 12:16:25 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":508,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/498444554916216832/ml8EiQka_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/498444554916216832/ml8EiQka_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2721453846/1407673555","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:04 +0000 2014","id":505874879103520800,"id_str":"505874879103520768","text":"RT @Ang_Angel73: 逢坂「くっ…僕の秘められし右目が…!」\n一同「……………。」","source":"Twitter for iPhone","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2571968509,"id_str":"2571968509","name":"イイヒト","screen_name":"IwiAlohomora","location":"草葉の陰","description":"大人です。気軽に絡んでくれるとうれしいです! イラスト大好き!(≧∇≦) BF(仮)逢坂紘夢くんにお熱です! マンガも好き♡欲望のままにつぶやきますのでご注意を。雑食♡","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":156,"friends_count":165,"listed_count":14,"created_at":"Tue Jun 17 01:18:34 +0000 2014","favourites_count":11926,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":7234,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/504990074862178304/DoBvOb9c_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/504990074862178304/DoBvOb9c_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2571968509/1409106012","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:27:01 +0000 2014","id":505874364596621300,"id_str":"505874364596621313","text":"逢坂「くっ…僕の秘められし右目が…!」\n一同「……………。」","source":"Twitter for Android","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":1600750194,"id_str":"1600750194","name":"臙脂","screen_name":"Ang_Angel73","location":"逢坂紘夢のそばに","description":"自由、気ままに。詳しくはツイプロ。アイコンはまめせろりちゃんからだよ☆~(ゝ。∂)","url":"http://t.co/kKCCwHTaph","entities":{"url":{"urls":[{"url":"http://t.co/kKCCwHTaph","expanded_url":"http://twpf.jp/Ang_Angel73","display_url":"twpf.jp/Ang_Angel73","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":155,"friends_count":154,"listed_count":10,"created_at":"Wed Jul 17 11:44:31 +0000 2013","favourites_count":2115,"utc_offset":32400,"time_zone":"Irkutsk","geo_enabled":false,"verified":false,"statuses_count":12342,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://pbs.twimg.com/profile_background_images/378800000027871001/aa764602922050b22bf9ade3741367dc.jpeg","profile_background_image_url_https":"https://pbs.twimg.com/profile_background_images/378800000027871001/aa764602922050b22bf9ade3741367dc.jpeg","profile_background_tile":true,"profile_image_url":"http://pbs.twimg.com/profile_images/500293786287603713/Ywyh69eG_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/500293786287603713/Ywyh69eG_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/1600750194/1403879183","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":2,"favorite_count":2,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":2,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"Ang_Angel73","name":"臙脂","id":1600750194,"id_str":"1600750194","indices":[3,15]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:04 +0000 2014","id":505874877933314050,"id_str":"505874877933314048","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"秘密の本音♥女子編","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2762237088,"id_str":"2762237088","name":"秘密の本音♥女子編","screen_name":"honne_jyoshi1","location":"","description":"普段は言えない「お・ん・なの建前と本音」をつぶやきます。 気になる あの人の本音も、わかるかも!? \r\nわかるって人は RT & フォローを、お願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":123,"friends_count":988,"listed_count":0,"created_at":"Sun Aug 24 12:27:07 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":211,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/503519190364332032/BVjS_XBD_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/503519190364332032/BVjS_XBD_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2762237088/1408883328","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:04 +0000 2014","id":505874877148958700,"id_str":"505874877148958721","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"美し過ぎる★色鉛筆アート","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2740047343,"id_str":"2740047343","name":"美し過ぎる★色鉛筆アート","screen_name":"bi_iroenpitu","location":"","description":"ほんとにコレ色鉛筆なの~? \r\n本物と見間違える程のリアリティを御覧ください。 \r\n気に入ったら RT & 相互フォローお願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":321,"friends_count":1990,"listed_count":0,"created_at":"Sun Aug 17 16:15:05 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":396,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501039950972739585/isigil4V_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501039950972739585/isigil4V_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2740047343/1408292283","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:03 +0000 2014","id":505874876465295360,"id_str":"505874876465295361","text":"【H15-9-4】道路を利用する利益は反射的利益であり、建築基準法に基づいて道路一の指定がなされている私道の敷地所有者に対し、通行妨害行為の排除を求める人格的権利を認めることはできない。→誤。","source":"twittbot.net","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":1886570281,"id_str":"1886570281","name":"行政法過去問","screen_name":"gyosei_goukaku","location":"","description":"行政書士の本試験問題の過去問(行政法分野)をランダムにつぶやきます。問題は随時追加中です。基本的に相互フォローします。※140字制限の都合上、表現は一部変えてあります。解説も文字数が可能であればなるべく…。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":1554,"friends_count":1772,"listed_count":12,"created_at":"Fri Sep 20 13:24:29 +0000 2013","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":14565,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/378800000487791870/0e45e3c089c6b641cdd8d1b6f1ceb8a4_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/378800000487791870/0e45e3c089c6b641cdd8d1b6f1ceb8a4_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:03 +0000 2014","id":505874876318511100,"id_str":"505874876318511104","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"K点越えの発想力!!","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2744863153,"id_str":"2744863153","name":"K点越えの発想力!!","screen_name":"kgoehassou","location":"","description":"いったいどうやったら、その領域にたどりつけるのか!? \r\nそんな思わず笑ってしまう別世界の発想力をお届けします♪ \r\nおもしろかったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":76,"friends_count":957,"listed_count":0,"created_at":"Tue Aug 19 13:00:08 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":341,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501715651686178816/Fgpe0B8M_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501715651686178816/Fgpe0B8M_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2744863153/1408453328","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:03 +0000 2014","id":505874875521581060,"id_str":"505874875521581056","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"血液型の真実2","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2698625690,"id_str":"2698625690","name":"血液型の真実","screen_name":"ketueki_sinjitu","location":"","description":"やっぱりそうだったのか~♪\r\n意外な、あの人の裏側を見つけます。\r\n面白かったらRT & 相互フォローでみなさん、お願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":193,"friends_count":1785,"listed_count":1,"created_at":"Fri Aug 01 16:11:40 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":769,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/495241446706790400/h_0DSFPG_normal.png","profile_image_url_https":"https://pbs.twimg.com/profile_images/495241446706790400/h_0DSFPG_normal.png","profile_banner_url":"https://pbs.twimg.com/profile_banners/2698625690/1406911319","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:03 +0000 2014","id":505874874712072200,"id_str":"505874874712072192","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"やっぱり神が??を作る時","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2714868440,"id_str":"2714868440","name":"やっぱり神が??を作る時","screen_name":"yahari_kamiga","location":"","description":"やっぱり今日も、神は何かを作ろうとしています 笑。 どうやって作っているのかわかったら RT & 相互フォローで みなさん、お願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":243,"friends_count":1907,"listed_count":0,"created_at":"Thu Aug 07 16:12:33 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":590,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/497416102108884992/NRMEbKaT_normal.png","profile_image_url_https":"https://pbs.twimg.com/profile_images/497416102108884992/NRMEbKaT_normal.png","profile_banner_url":"https://pbs.twimg.com/profile_banners/2714868440/1407428237","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:03 +0000 2014","id":505874874275864600,"id_str":"505874874275864576","text":"RT @takuramix: 福島第一原発の構内地図がこちら。\nhttp://t.co/ZkU4TZCGPG\nどう見ても、1号機。\nRT @Lightworker19: 【大拡散】  福島第一原発 4号機 爆発動画 40秒~  http://t.co/lmlgp38fgZ","source":"ツイタマ","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":62525372,"id_str":"62525372","name":"NANCY-MOON☆ひよこちゃん☆","screen_name":"nancy_moon_703","location":"JAPAN","description":"【無断転載禁止・コピペ禁止・非公式RT禁止】【必読!】⇒ http://t.co/nuUvfUVD 今現在活動中の東方神起YUNHO&CHANGMINの2人を全力で応援しています!!(^_-)-☆ ※東方神起及びYUNHO&CHANGMINを応援していない方・鍵付ユーザーのフォローお断り!","url":null,"entities":{"description":{"urls":[{"url":"http://t.co/nuUvfUVD","expanded_url":"http://goo.gl/SrGLb","display_url":"goo.gl/SrGLb","indices":[29,49]}]}},"protected":false,"followers_count":270,"friends_count":328,"listed_count":4,"created_at":"Mon Aug 03 14:22:24 +0000 2009","favourites_count":3283,"utc_offset":32400,"time_zone":"Tokyo","geo_enabled":false,"verified":false,"statuses_count":180310,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"642D8B","profile_background_image_url":"http://pbs.twimg.com/profile_background_images/470849781397336064/ltM6EdFn.jpeg","profile_background_image_url_https":"https://pbs.twimg.com/profile_background_images/470849781397336064/ltM6EdFn.jpeg","profile_background_tile":true,"profile_image_url":"http://pbs.twimg.com/profile_images/3699005246/9ba2e306518d296b68b7cbfa5e4ce4e6_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/3699005246/9ba2e306518d296b68b7cbfa5e4ce4e6_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/62525372/1401094223","profile_link_color":"FF0000","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"F065A8","profile_text_color":"080808","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sat Aug 30 21:21:33 +0000 2014","id":505827689660313600,"id_str":"505827689660313600","text":"福島第一原発の構内地図がこちら。\nhttp://t.co/ZkU4TZCGPG\nどう見ても、1号機。\nRT @Lightworker19: 【大拡散】  福島第一原発 4号機 爆発動画 40秒~  http://t.co/lmlgp38fgZ","source":"TweetDeck","truncated":false,"in_reply_to_status_id":505774460910043140,"in_reply_to_status_id_str":"505774460910043136","in_reply_to_user_id":238157843,"in_reply_to_user_id_str":"238157843","in_reply_to_screen_name":"Lightworker19","user":{"id":29599253,"id_str":"29599253","name":"タクラミックス","screen_name":"takuramix","location":"i7","description":"私の機能一覧:歌う、演劇、ネットワークエンジニア、ライター、プログラマ、翻訳、シルバーアクセサリ、……何をやってる人かは良くわからない人なので、「機能」が欲しい人は私にがっかりするでしょう。私って人間に御用があるなら別ですが。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":5136,"friends_count":724,"listed_count":335,"created_at":"Wed Apr 08 01:10:58 +0000 2009","favourites_count":21363,"utc_offset":32400,"time_zone":"Tokyo","geo_enabled":false,"verified":false,"statuses_count":70897,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/2049751947/takuramix1204_normal.jpg","profile_image_url_https":"https://pbs.twimg.com/profile_images/2049751947/takuramix1204_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":1,"favorite_count":1,"entities":{"hashtags":[],"symbols":[],"urls":[{"url":"http://t.co/ZkU4TZCGPG","expanded_url":"http://www.tepco.co.jp/nu/fukushima-np/review/images/review1_01.gif","display_url":"tepco.co.jp/nu/fukushima-n…","indices":[17,39]},{"url":"http://t.co/lmlgp38fgZ","expanded_url":"http://youtu.be/gDXEhyuVSDk","display_url":"youtu.be/gDXEhyuVSDk","indices":[99,121]}],"user_mentions":[{"screen_name":"Lightworker19","name":"Lightworker","id":238157843,"id_str":"238157843","indices":[54,68]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"ja"},"retweet_count":1,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[{"url":"http://t.co/ZkU4TZCGPG","expanded_url":"http://www.tepco.co.jp/nu/fukushima-np/review/images/review1_01.gif","display_url":"tepco.co.jp/nu/fukushima-n…","indices":[32,54]},{"url":"http://t.co/lmlgp38fgZ","expanded_url":"http://youtu.be/gDXEhyuVSDk","display_url":"youtu.be/gDXEhyuVSDk","indices":[114,136]}],"user_mentions":[{"screen_name":"takuramix","name":"タクラミックス","id":29599253,"id_str":"29599253","indices":[3,13]},{"screen_name":"Lightworker19","name":"Lightworker","id":238157843,"id_str":"238157843","indices":[69,83]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:03 +0000 2014","id":505874873961308160,"id_str":"505874873961308160","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"やっぱりアナ雪が好き♥","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2714052962,"id_str":"2714052962","name":"やっぱりアナ雪が好き♥","screen_name":"anayuki_suki","location":"","description":"なんだかんだ言ってもやっぱりアナ雪が好きなんですよね~♪ \r\n私も好きって人は RT & 相互フォローで みなさん、お願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":368,"friends_count":1826,"listed_count":1,"created_at":"Thu Aug 07 08:29:13 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":670,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/497299646662705153/KMo3gkv7_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/497299646662705153/KMo3gkv7_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2714052962/1407400477","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"zh"},"created_at":"Sun Aug 31 00:29:03 +0000 2014","id":505874873759977500,"id_str":"505874873759977473","text":"四川盆地江淮等地将有强降雨 开学日多地将有雨:   中新网8月31日电 据中央气象台消息,江淮东部、四川盆地东北部等地今天(31日)又将迎来一场暴雨或大暴雨天气。明天9月1日,是中小学生开学的日子。预计明天,内蒙古中部、... http://t.co/toQgVlXPyH","source":"twitterfeed","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2281979863,"id_str":"2281979863","name":"News 24h China","screen_name":"news24hchn","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":719,"friends_count":807,"listed_count":7,"created_at":"Wed Jan 08 10:56:04 +0000 2014","favourites_count":0,"utc_offset":7200,"time_zone":"Amsterdam","geo_enabled":false,"verified":false,"statuses_count":94782,"lang":"it","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://pbs.twimg.com/profile_background_images/452558963754561536/QPID3isM.jpeg","profile_background_image_url_https":"https://pbs.twimg.com/profile_background_images/452558963754561536/QPID3isM.jpeg","profile_background_tile":true,"profile_image_url":"http://pbs.twimg.com/profile_images/439031926569979904/SlBH9iMg_normal.png","profile_image_url_https":"https://pbs.twimg.com/profile_images/439031926569979904/SlBH9iMg_normal.png","profile_banner_url":"https://pbs.twimg.com/profile_banners/2281979863/1393508427","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[{"url":"http://t.co/toQgVlXPyH","expanded_url":"http://news24h.allnews24h.com/FX54","display_url":"news24h.allnews24h.com/FX54","indices":[114,136]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"zh"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:03 +0000 2014","id":505874873248268300,"id_str":"505874873248268288","text":"@Take3carnifex それは大変!一大事!命に関わります!\n是非うちに受診して下さい!","source":"Twitter for iPhone","truncated":false,"in_reply_to_status_id":505874353716600800,"in_reply_to_status_id_str":"505874353716600832","in_reply_to_user_id":535179785,"in_reply_to_user_id_str":"535179785","in_reply_to_screen_name":"Take3carnifex","user":{"id":226897125,"id_str":"226897125","name":"ひかり@hack","screen_name":"hikari_thirteen","location":"","description":"hackというバンドで、ギターを弾いています。 モンハンとポケモンが好き。 \nSPRING WATER リードギター(ヘルプ)\nROCK OUT レギュラーDJ","url":"http://t.co/SQLZnvjVxB","entities":{"url":{"urls":[{"url":"http://t.co/SQLZnvjVxB","expanded_url":"http://s.ameblo.jp/hikarihikarimay","display_url":"s.ameblo.jp/hikarihikarimay","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":296,"friends_count":348,"listed_count":3,"created_at":"Wed Dec 15 10:51:51 +0000 2010","favourites_count":33,"utc_offset":32400,"time_zone":"Tokyo","geo_enabled":false,"verified":false,"statuses_count":3293,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"131516","profile_background_image_url":"http://abs.twimg.com/images/themes/theme14/bg.gif","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme14/bg.gif","profile_background_tile":true,"profile_image_url":"http://pbs.twimg.com/profile_images/378800000504584690/8ccba98eda8c0fd1d15a74e401f621d1_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/378800000504584690/8ccba98eda8c0fd1d15a74e401f621d1_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/226897125/1385551752","profile_link_color":"009999","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"Take3carnifex","name":"Take3","id":535179785,"id_str":"535179785","indices":[0,14]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:03 +0000 2014","id":505874873223110660,"id_str":"505874873223110656","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"今どき女子高生の謎w","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2744236873,"id_str":"2744236873","name":"今どき女子高生の謎w","screen_name":"imadokijoshiko","location":"","description":"思わず耳を疑う男性の方の夢を壊してしまう、\r\n女子高生達のディープな世界を見てください☆ \r\nおもしろいと思ったら RT & 相互フォローでお願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":79,"friends_count":973,"listed_count":0,"created_at":"Tue Aug 19 07:06:47 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":354,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501627015980535808/avWBgkDh_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501627015980535808/avWBgkDh_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2744236873/1408432455","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:02 +0000 2014","id":505874872463925250,"id_str":"505874872463925248","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"私の理想の男性像","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2761782601,"id_str":"2761782601","name":"私の理想の男性像","screen_name":"risou_dansei","location":"","description":"こんな男性♥ ほんとにいるのかしら!? \r\n「いたらいいのになぁ」っていう理想の男性像をを、私目線でつぶやきます。 \r\nいいなと思った人は RT & フォローお願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":69,"friends_count":974,"listed_count":0,"created_at":"Sun Aug 24 08:03:32 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":208,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/503452833719410688/tFU509Yk_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/503452833719410688/tFU509Yk_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2761782601/1408867519","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:02 +0000 2014","id":505874871713157100,"id_str":"505874871713157120","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"激アツ★6秒動画","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2725690658,"id_str":"2725690658","name":"激アツ★6秒動画","screen_name":"gekiatu_6byou","location":"","description":"話題の6秒動画! \r\n思わず「ほんとかよっ」てツッコんでしまう内容のオンパレード! \r\nおもしろかったら、是非 RT & フォローお願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":195,"friends_count":494,"listed_count":0,"created_at":"Tue Aug 12 08:17:29 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":477,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/499107997444886528/3rl6FrIk_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/499107997444886528/3rl6FrIk_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2725690658/1407832963","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:02 +0000 2014","id":505874871616671740,"id_str":"505874871616671744","text":"爆笑ww珍解答集!\n先生のツメの甘さと生徒のセンスを感じる一問一答だとFBでも話題!!\nうどん天下一決定戦ウィンドウズ9三重高校竹内由恵アナ花火保険\nhttp://t.co/jRWJt8IrSB http://t.co/okrAoxSbt0","source":"笑える博物館","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2748747362,"id_str":"2748747362","name":"笑える博物館","screen_name":"waraeru_kan","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":19,"friends_count":10,"listed_count":0,"created_at":"Wed Aug 20 11:11:04 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":15137,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://abs.twimg.com/sticky/default_profile_images/default_profile_4_normal.png","profile_image_url_https":"https://abs.twimg.com/sticky/default_profile_images/default_profile_4_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[{"url":"http://t.co/jRWJt8IrSB","expanded_url":"http://bit.ly/1qBa1nl","display_url":"bit.ly/1qBa1nl","indices":[75,97]}],"user_mentions":[],"media":[{"id":505874871344066560,"id_str":"505874871344066560","indices":[98,120],"media_url":"http://pbs.twimg.com/media/BwU6g-dCcAALxAW.png","media_url_https":"https://pbs.twimg.com/media/BwU6g-dCcAALxAW.png","url":"http://t.co/okrAoxSbt0","display_url":"pic.twitter.com/okrAoxSbt0","expanded_url":"http://twitter.com/waraeru_kan/status/505874871616671744/photo/1","type":"photo","sizes":{"small":{"w":340,"h":425,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":600,"h":750,"resize":"fit"},"medium":{"w":600,"h":750,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:02 +0000 2014","id":505874871268540400,"id_str":"505874871268540416","text":"@nasan_arai \n名前→なーさん\n第一印象→誰。(´・_・`)\n今の印象→れいら♡\nLINE交換できる?→してる(「・ω・)「\n好きなところ→可愛い優しい優しい優しい\n最後に一言→なーさん好き〜(´・_・`)♡GEM現場おいでね(´・_・`)♡\n\n#ふぁぼした人にやる","source":"Twitter for iPhone","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":1717603286,"in_reply_to_user_id_str":"1717603286","in_reply_to_screen_name":"nasan_arai","user":{"id":2417626784,"id_str":"2417626784","name":"✩.ゆきଘ(*´꒳`)","screen_name":"Ymaaya_gem","location":"","description":"⁽⁽٩( ᐖ )۶⁾⁾ ❤︎ 武 田 舞 彩 ❤︎ ₍₍٩( ᐛ )۶₎₎","url":"http://t.co/wR0Qb76TbB","entities":{"url":{"urls":[{"url":"http://t.co/wR0Qb76TbB","expanded_url":"http://twpf.jp/Ymaaya_gem","display_url":"twpf.jp/Ymaaya_gem","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":198,"friends_count":245,"listed_count":1,"created_at":"Sat Mar 29 16:03:06 +0000 2014","favourites_count":3818,"utc_offset":null,"time_zone":null,"geo_enabled":true,"verified":false,"statuses_count":8056,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/505516858816987136/4gFGjHzu_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/505516858816987136/4gFGjHzu_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2417626784/1407764793","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[{"text":"ふぁぼした人にやる","indices":[128,138]}],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"nasan_arai","name":"なーさん","id":1717603286,"id_str":"1717603286","indices":[0,11]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:02 +0000 2014","id":505874871218225150,"id_str":"505874871218225152","text":"\"ソードマスター\"剣聖カミイズミ (CV:緑川光)-「ソードマスター」のアスタリスク所持者\n第一師団団長にして「剣聖」の称号を持つ剣士。イデアの剣の師匠。 \n敵味方からも尊敬される一流の武人。","source":"twittbot.net","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":1435517814,"id_str":"1435517814","name":"俺、関係ないよ?","screen_name":"BDFF_LOVE","location":"ルクセンダルクorリングアベルさんの隣","description":"自分なりに生きる人、最後まであきらめないの。でも、フォローありがとう…。@ringo_BDFFLOVE ←は、妹です。時々、会話します。「現在BOTで、BDFFのこと呟くよ!」夜は、全滅 「BDFFプレイ中」詳しくは、ツイプロみてください!(絶対)","url":"http://t.co/5R4dzpbWX2","entities":{"url":{"urls":[{"url":"http://t.co/5R4dzpbWX2","expanded_url":"http://twpf.jp/BDFF_LOVE","display_url":"twpf.jp/BDFF_LOVE","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":1066,"friends_count":1799,"listed_count":6,"created_at":"Fri May 17 12:33:23 +0000 2013","favourites_count":1431,"utc_offset":32400,"time_zone":"Irkutsk","geo_enabled":true,"verified":false,"statuses_count":6333,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/505696320380612608/qvaxb_zx_normal.png","profile_image_url_https":"https://pbs.twimg.com/profile_images/505696320380612608/qvaxb_zx_normal.png","profile_banner_url":"https://pbs.twimg.com/profile_banners/1435517814/1409401948","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:02 +0000 2014","id":505874871130136600,"id_str":"505874871130136576","text":"闇「リンと付き合うに当たって歳の差以外にもいろいろ壁があったんだよ。愛し隊の妨害とか風紀厨の生徒会長とか…」\n一号「リンちゃんを泣かせたらシメるかんね!」\n二号「リンちゃんにやましい事したら×す…」\n執行部「不純な交際は僕が取り締まろうじゃないか…」\n闇「(消される)」","source":"twittbot.net","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2386208737,"id_str":"2386208737","name":"闇未来Bot","screen_name":"StxRinFbot","location":"DIVAルーム","description":"ProjectDIVAのモジュール・ストレンジダーク×鏡音リンFutureStyleの自己満足非公式Bot マセレン仕様。CP要素あります。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":7,"friends_count":2,"listed_count":0,"created_at":"Thu Mar 13 02:58:09 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":4876,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/443948925351755776/6rmljL5C_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/443948925351755776/6rmljL5C_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2386208737/1396259004","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:02 +0000 2014","id":505874870933016600,"id_str":"505874870933016576","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"絶品!!スイーツ天国","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2725681663,"id_str":"2725681663","name":"絶品!!スイーツ天国","screen_name":"suitestengoku","location":"","description":"美味しそうなスイーツって、見てるだけで幸せな気分になれますね♪\r\nそんな素敵なスイーツに出会いたいです。\r\n食べたいと思ったら是非 RT & フォローお願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":401,"friends_count":1877,"listed_count":1,"created_at":"Tue Aug 12 07:43:52 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":554,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/499099533507178496/g5dNpArt_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/499099533507178496/g5dNpArt_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2725681663/1407829743","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:02 +0000 2014","id":505874870148669440,"id_str":"505874870148669440","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"電車厳禁!!おもしろ話","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2699667800,"id_str":"2699667800","name":"電車厳禁!!おもしろ話w","screen_name":"dengeki_omoro","location":"","description":"日常のオモシロくて笑える場面を探します♪\r\n面白かったらRT & 相互フォローでみなさん、お願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":461,"friends_count":1919,"listed_count":0,"created_at":"Sat Aug 02 02:16:32 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":728,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/495400387961036800/BBMb_hcG_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/495400387961036800/BBMb_hcG_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2699667800/1406947654","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:02 +0000 2014","id":505874869339189250,"id_str":"505874869339189249","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"笑えるwwランキング2","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2695745652,"id_str":"2695745652","name":"笑えるwwランキング","screen_name":"wara_runk","location":"","description":"知ってると使えるランキングを探そう。\r\n面白かったらRT & 相互フォローでみなさん、お願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":314,"friends_count":1943,"listed_count":1,"created_at":"Thu Jul 31 13:51:57 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":737,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/494844659856728064/xBQfnm5J_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/494844659856728064/xBQfnm5J_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2695745652/1406815103","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:02 +0000 2014","id":505874868533854200,"id_str":"505874868533854209","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"スニーカー大好き★図鑑","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2707963890,"id_str":"2707963890","name":"スニーカー大好き★図鑑","screen_name":"sunikar_daisuki","location":"","description":"スニーカー好きを見つけて仲間になろう♪\r\n気に入ったら RT & 相互フォローで みなさん、お願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":394,"friends_count":1891,"listed_count":0,"created_at":"Tue Aug 05 01:54:28 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":642,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/496474952631996416/f0C_u3_u_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/496474952631996416/f0C_u3_u_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2707963890/1407203869","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"zh"},"created_at":"Sun Aug 31 00:29:01 +0000 2014","id":505874867997380600,"id_str":"505874867997380608","text":"\"@BelloTexto: ¿Quieres ser feliz? \n一\"No stalkees\" \n一\"No stalkees\" \n一\"No stalkees\" \n一\"No stalkees\" \n一\"No stalkees\" \n一\"No stalkees\".\"","source":"Twitter for Android","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2249378935,"id_str":"2249378935","name":"Maggie Becerril ","screen_name":"maggdesie","location":"","description":"cambiando la vida de las personas.","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":120,"friends_count":391,"listed_count":0,"created_at":"Mon Dec 16 21:56:49 +0000 2013","favourites_count":314,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":1657,"lang":"es","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/505093371665604608/K0x_LV2y_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/505093371665604608/K0x_LV2y_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2249378935/1409258479","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"BelloTexto","name":"Indirectas... ✉","id":833083404,"id_str":"833083404","indices":[1,12]}]},"favorited":false,"retweeted":false,"lang":"zh"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:01 +0000 2014","id":505874867720183800,"id_str":"505874867720183808","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"ザ・異性の裏の顔","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2719746578,"id_str":"2719746578","name":"ザ・異性の裏の顔","screen_name":"iseiuragao","location":"","description":"異性について少し学ぶことで、必然的にモテるようになる!? 相手を理解することで見えてくるもの「それは・・・●●」 いい内容だと思ったら RT & フォローもお願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":238,"friends_count":1922,"listed_count":0,"created_at":"Sat Aug 09 17:18:43 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":532,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/498157077726900224/tW8q4di__normal.png","profile_image_url_https":"https://pbs.twimg.com/profile_images/498157077726900224/tW8q4di__normal.png","profile_banner_url":"https://pbs.twimg.com/profile_banners/2719746578/1407604947","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:01 +0000 2014","id":505874866910687200,"id_str":"505874866910687233","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"超w美女☆アルバム","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2744054334,"id_str":"2744054334","name":"超w美女☆アルバム","screen_name":"bijyoalbum","location":"","description":"「おお~っ!いいね~」って、思わず言ってしまう、美女を見つけます☆ \r\nタイプだと思ったら RT & 相互フォローでお願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":45,"friends_count":966,"listed_count":0,"created_at":"Tue Aug 19 05:36:48 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":352,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501604413312491520/GP66eKWr_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501604413312491520/GP66eKWr_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2744054334/1408426814","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:01 +0000 2014","id":505874866105376800,"id_str":"505874866105376769","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"男に見せない女子の裏生態","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2744261238,"id_str":"2744261238","name":"男に見せない女子の裏生態","screen_name":"jyoshiuraseitai","location":"","description":"男の知らない女子ならではのあるある☆ \r\nそんな生々しい女子の生態をつぶやきます。 \r\nわかる~って人は RT & フォローでお願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":203,"friends_count":967,"listed_count":0,"created_at":"Tue Aug 19 08:01:28 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":348,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501641354804346880/Uh1-n1LD_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501641354804346880/Uh1-n1LD_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2744261238/1408435630","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:01 +0000 2014","id":505874865354584060,"id_str":"505874865354584064","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"驚きの動物たちの生態","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2759403146,"id_str":"2759403146","name":"驚きの動物たちの生態","screen_name":"soubutu_seitai","location":"","description":"「おお~っ」と 言われるような、動物の生態をツイートします♪ \r\n知っていると、あなたも人気者に!? \r\nおもしろかったら RT & フォローを、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":67,"friends_count":954,"listed_count":0,"created_at":"Sat Aug 23 16:39:31 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":219,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/503220468128567296/Z8mGDIBS_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/503220468128567296/Z8mGDIBS_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2759403146/1408812130","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:01 +0000 2014","id":505874864603820000,"id_str":"505874864603820032","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"モテ女子★ファションの秘密","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2706659820,"id_str":"2706659820","name":"モテ女子★ファションの秘密","screen_name":"mote_woman","location":"","description":"オシャレかわいい♥モテ度UPの注目アイテムを見つけます。\r\n気に入ったら RT & 相互フォローで みなさん、お願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":217,"friends_count":1806,"listed_count":0,"created_at":"Mon Aug 04 14:30:24 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":682,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/496303370936668161/s7xP8rTy_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/496303370936668161/s7xP8rTy_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2706659820/1407163059","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:00 +0000 2014","id":505874863874007040,"id_str":"505874863874007040","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"男女の違いを解明する","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2761896468,"id_str":"2761896468","name":"男女の違いを解明する","screen_name":"danjyonotigai1","location":"","description":"意外と理解できていない男女それぞれの事情。 \r\n「えっ マジで!?」と驚くような、男女の習性をつぶやきます♪ ためになったら、是非 RT & フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":82,"friends_count":992,"listed_count":0,"created_at":"Sun Aug 24 09:47:44 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":237,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/503479057380413441/zDLu5Z9o_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/503479057380413441/zDLu5Z9o_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2761896468/1408873803","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:00 +0000 2014","id":505874862900924400,"id_str":"505874862900924416","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"神レベル★極限の発想","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2744950735,"id_str":"2744950735","name":"神レベル★極限の発想","screen_name":"kamihassou","location":"","description":"見ているだけで、本気がビシバシ伝わってきます! \r\n人生のヒントになるような、そんな究極の発想を集めています。 \r\nいいなと思ったら RT & 相互フォローで、お願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":84,"friends_count":992,"listed_count":0,"created_at":"Tue Aug 19 13:36:05 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":343,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501725053189226496/xZNOTYz2_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501725053189226496/xZNOTYz2_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2744950735/1408455571","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:00 +0000 2014","id":505874862397591550,"id_str":"505874862397591552","text":"@kaoritoxx そうよ!あたしはそう思うようにしておる。いま職場一やけとる気がする(°_°)!満喫幸せ焼け!!wあー、なるほどね!毎回そうだよね!ティアラちゃんみにいってるもんね♡五月と九月恐ろしい、、、\nハリポタエリアはいった??","source":"Twitter for iPhone","truncated":false,"in_reply_to_status_id":505838547308277760,"in_reply_to_status_id_str":"505838547308277761","in_reply_to_user_id":796000214,"in_reply_to_user_id_str":"796000214","in_reply_to_screen_name":"kaoritoxx","user":{"id":2256249487,"id_str":"2256249487","name":"はあちゃん@海賊同盟中","screen_name":"onepiece_24","location":"どえすえろぉたんの助手兼ね妹(願望)","description":"ONE PIECE愛しすぎて今年23ちゃい(歴14年目)ゾロ様に一途だったのにロー、このやろー。ロビンちゃんが幸せになればいい。ルフィは無条件にすき。ゾロビン、ローロビ、ルロビ♡usj、声優さん、コナン、進撃、クレしん、H x Hも好き♩","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":415,"friends_count":384,"listed_count":3,"created_at":"Sat Dec 21 09:37:25 +0000 2013","favourites_count":1603,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":9636,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501686340564418561/hMQFN4vD_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501686340564418561/hMQFN4vD_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2256249487/1399987924","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"kaoritoxx","name":"かおちゃん","id":796000214,"id_str":"796000214","indices":[0,10]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:00 +0000 2014","id":505874861973991400,"id_str":"505874861973991424","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"恋愛仙人","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2698885082,"id_str":"2698885082","name":"恋愛仙人","screen_name":"renai_sennin","location":"","description":"豊富でステキな恋愛経験を、シェアしましょう。\r\n面白かったらRT & 相互フォローでみなさん、お願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":618,"friends_count":1847,"listed_count":1,"created_at":"Fri Aug 01 18:09:38 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":726,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/495272204641132544/GNA18aOg_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/495272204641132544/GNA18aOg_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2698885082/1406917096","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:00 +0000 2014","id":505874861881700350,"id_str":"505874861881700353","text":"@itsukibot_ 一稀の俺のソーセージをペロペロする音はデカイ","source":"jigtwi","truncated":false,"in_reply_to_status_id":505871017428795400,"in_reply_to_status_id_str":"505871017428795392","in_reply_to_user_id":141170845,"in_reply_to_user_id_str":"141170845","in_reply_to_screen_name":"itsukibot_","user":{"id":2184752048,"id_str":"2184752048","name":"アンドー","screen_name":"55dakedayo","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":15,"friends_count":24,"listed_count":0,"created_at":"Sat Nov 09 17:42:22 +0000 2013","favourites_count":37249,"utc_offset":32400,"time_zone":"Irkutsk","geo_enabled":false,"verified":false,"statuses_count":21070,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://abs.twimg.com/sticky/default_profile_images/default_profile_3_normal.png","profile_image_url_https":"https://abs.twimg.com/sticky/default_profile_images/default_profile_3_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"itsukibot_","name":"前田一稀","id":141170845,"id_str":"141170845","indices":[0,11]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:00 +0000 2014","id":505874861185437700,"id_str":"505874861185437697","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"あの伝説の名ドラマ&名場面","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2706951979,"id_str":"2706951979","name":"あの伝説の名ドラマ&名場面","screen_name":"densetunodorama","location":"","description":"誰にでも記憶に残る、ドラマの名場面があると思います。そんな感動のストーリーを、もう一度わかちあいたいです。\r\n「これ知ってる!」とか「あ~懐かしい」と思ったら RT & 相互フォローでみなさん、お願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":300,"friends_count":1886,"listed_count":0,"created_at":"Mon Aug 04 16:38:25 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":694,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/496335892152209408/fKzb8Nv3_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/496335892152209408/fKzb8Nv3_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2706951979/1407170704","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:00 +0000 2014","id":505874860447260700,"id_str":"505874860447260672","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"マジで食べたい♥ケーキ特集","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2724328646,"id_str":"2724328646","name":"マジで食べたい♥ケーキ特集","screen_name":"tabetaicake1","location":"","description":"女性の目線から見た、美味しそうなケーキを探し求めています。\r\n見てるだけで、あれもコレも食べたくなっちゃう♪\r\n美味しそうだと思ったら、是非 RT & フォローお願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":158,"friends_count":1907,"listed_count":0,"created_at":"Mon Aug 11 17:15:22 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":493,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/498881289844293632/DAa9No9M_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/498881289844293632/DAa9No9M_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2724328646/1407777704","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:28:59 +0000 2014","id":505874859662925800,"id_str":"505874859662925824","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"アディダス★マニア","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2704003662,"id_str":"2704003662","name":"アディダス★マニア","screen_name":"adi_mania11","location":"","description":"素敵なアディダスのアイテムを見つけたいです♪\r\n気に入ってもらえたららRT & 相互フォローで みなさん、お願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":340,"friends_count":1851,"listed_count":0,"created_at":"Sun Aug 03 12:26:37 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":734,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/495911561781727235/06QAMVrR_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/495911561781727235/06QAMVrR_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2704003662/1407069046","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:28:59 +0000 2014","id":505874858920513540,"id_str":"505874858920513537","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"萌えペット大好き","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2719061228,"id_str":"2719061228","name":"萌えペット大好き","screen_name":"moe_pet1","location":"","description":"かわいいペットを見るのが趣味です♥そんな私と一緒にいやされたい人いませんか?かわいいと思ったら RT & フォローもお願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":289,"friends_count":1812,"listed_count":0,"created_at":"Sat Aug 09 10:20:25 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":632,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/498051549537386496/QizThq7N_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/498051549537386496/QizThq7N_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2719061228/1407581287","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:28:59 +0000 2014","id":505874858115219460,"id_str":"505874858115219456","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"恋愛の教科書 ","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2744344514,"id_str":"2744344514","name":"恋愛の教科書","screen_name":"renaikyoukasyo","location":"","description":"もっと早く知っとくべきだった~!知っていればもっと上手くいく♪ \r\n今すぐ役立つ恋愛についての雑学やマメ知識をお届けします。 \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":124,"friends_count":955,"listed_count":0,"created_at":"Tue Aug 19 08:32:45 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":346,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501655512018997248/7SznYGWi_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501655512018997248/7SznYGWi_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2744344514/1408439001","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:28:59 +0000 2014","id":505874857335074800,"id_str":"505874857335074816","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"オモロすぎる★学生の日常","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2699365116,"id_str":"2699365116","name":"オモロすぎる★学生の日常","screen_name":"omorogakusei","location":"","description":"楽しすぎる学生の日常を探していきます。\r\n面白かったらRT & 相互フォローでみなさん、お願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":289,"friends_count":1156,"listed_count":2,"created_at":"Fri Aug 01 23:35:18 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":770,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/495353473886478336/S-4B_RVl_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/495353473886478336/S-4B_RVl_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2699365116/1406936481","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:28:59 +0000 2014","id":505874856605257700,"id_str":"505874856605257728","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"憧れの★インテリア図鑑","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2721907602,"id_str":"2721907602","name":"憧れの★インテリア図鑑","screen_name":"akogareinteria","location":"","description":"自分の住む部屋もこんなふうにしてみたい♪ \r\nそんな素敵なインテリアを、日々探していますw \r\nいいなと思ったら RT & 相互フォローお願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":298,"friends_count":1925,"listed_count":0,"created_at":"Sun Aug 10 15:59:13 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":540,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/498499374423343105/Wi_izHvT_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/498499374423343105/Wi_izHvT_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2721907602/1407686543","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:28:59 +0000 2014","id":505874856089378800,"id_str":"505874856089378816","text":"天冥の標 VI 宿怨 PART1 / 小川 一水\nhttp://t.co/fXIgRt4ffH\n \n#キンドル #天冥の標VI宿怨PART1","source":"waromett","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":1953404612,"id_str":"1953404612","name":"わろめっと","screen_name":"waromett","location":"","description":"たのしいついーとしょうかい","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":16980,"friends_count":16983,"listed_count":18,"created_at":"Fri Oct 11 05:49:57 +0000 2013","favourites_count":3833,"utc_offset":32400,"time_zone":"Tokyo","geo_enabled":false,"verified":false,"statuses_count":98655,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"352726","profile_background_image_url":"http://abs.twimg.com/images/themes/theme5/bg.gif","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme5/bg.gif","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/378800000578908101/14c4744c7aa34b1f8bbd942b78e59385_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/378800000578908101/14c4744c7aa34b1f8bbd942b78e59385_normal.jpeg","profile_link_color":"D02B55","profile_sidebar_border_color":"829D5E","profile_sidebar_fill_color":"99CC33","profile_text_color":"3E4415","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[{"text":"キンドル","indices":[50,55]},{"text":"天冥の標VI宿怨PART1","indices":[56,70]}],"symbols":[],"urls":[{"url":"http://t.co/fXIgRt4ffH","expanded_url":"http://j.mp/1kHBOym","display_url":"j.mp/1kHBOym","indices":[25,47]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"zh"},"created_at":"Sun Aug 31 00:28:58 +0000 2014","id":505874855770599400,"id_str":"505874855770599425","text":"四川盆地江淮等地将有强降雨 开学日多地将有雨:   中新网8月31日电 据中央气象台消息,江淮东部、四川盆地东北部等地今天(31日)又将迎来一场暴雨或大暴雨天气。明天9月1日,是中小学生开学的日子。预计明天,内蒙古中部、... http://t.co/RNdqIHmTby","source":"twitterfeed","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":402427654,"id_str":"402427654","name":"中国新闻","screen_name":"zhongwenxinwen","location":"","description":"中国的新闻,世界的新闻。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":2429,"friends_count":15,"listed_count":29,"created_at":"Tue Nov 01 01:56:43 +0000 2011","favourites_count":0,"utc_offset":-28800,"time_zone":"Alaska","geo_enabled":false,"verified":false,"statuses_count":84564,"lang":"zh-cn","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"709397","profile_background_image_url":"http://abs.twimg.com/images/themes/theme6/bg.gif","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme6/bg.gif","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/2700523149/5597e347b2eb880425faef54287995f2_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/2700523149/5597e347b2eb880425faef54287995f2_normal.jpeg","profile_link_color":"FF3300","profile_sidebar_border_color":"86A4A6","profile_sidebar_fill_color":"A0C5C7","profile_text_color":"333333","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[{"url":"http://t.co/RNdqIHmTby","expanded_url":"http://bit.ly/1tOdNsI","display_url":"bit.ly/1tOdNsI","indices":[114,136]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"zh"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:28:58 +0000 2014","id":505874854877200400,"id_str":"505874854877200384","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"LDH ★大好き応援団","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2700961603,"id_str":"2700961603","name":"LDH ★大好き応援団","screen_name":"LDH_daisuki1","location":"","description":"LDHファンは、全員仲間です♪\r\n面白かったらRT & 相互フォローでみなさん、お願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":458,"friends_count":1895,"listed_count":0,"created_at":"Sat Aug 02 14:23:46 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":735,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/495578007298252800/FOZflgYu_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/495578007298252800/FOZflgYu_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2700961603/1406989928","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:28:58 +0000 2014","id":505874854147407900,"id_str":"505874854147407872","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"マジ!?怖いアニメ都市伝説","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2719489172,"id_str":"2719489172","name":"マジ!?怖いアニメ都市伝説","screen_name":"anime_toshiden1","location":"","description":"あなたの知らない、怖すぎるアニメの都市伝説を集めています。\r\n「え~知らなかったよww]」って人は RT & フォローお願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":377,"friends_count":1911,"listed_count":1,"created_at":"Sat Aug 09 14:41:15 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":536,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/498118027322208258/h7XOTTSi_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/498118027322208258/h7XOTTSi_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2719489172/1407595513","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"幸せの☆お守り","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:28:58 +0000 2014","id":505874854134820860,"id_str":"505874854134820864","text":"@vesperia1985 おはよー!\n今日までなのですよ…!!明日一生来なくていい","source":"Twitter for iPhone","truncated":false,"in_reply_to_status_id":505868030329364500,"in_reply_to_status_id_str":"505868030329364480","in_reply_to_user_id":2286548834,"in_reply_to_user_id_str":"2286548834","in_reply_to_screen_name":"vesperia1985","user":{"id":2389045190,"id_str":"2389045190","name":"りいこ","screen_name":"riiko_dq10","location":"","description":"サマーエルフです、りいこです。えるおくんラブです!随時ふれぼしゅ〜〜(っ˘ω˘c )*日常のどうでもいいことも呟いてますがよろしくね〜","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":67,"friends_count":69,"listed_count":0,"created_at":"Fri Mar 14 13:02:27 +0000 2014","favourites_count":120,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":324,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/503906346815610881/BfSrCoBr_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/503906346815610881/BfSrCoBr_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2389045190/1409232058","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"vesperia1985","name":"ユーリ","id":2286548834,"id_str":"2286548834","indices":[0,13]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:28:58 +0000 2014","id":505874853778685950,"id_str":"505874853778685952","text":"【映画パンフレット】 永遠の0 (永遠のゼロ) 監督 山崎貴 キャスト 岡田准一、三浦春馬、井上真央東宝(2)11点の新品/中古品を見る: ¥ 500より\n(この商品の現在のランクに関する正式な情報については、アートフレーム... http://t.co/4hbyB1rbQ7","source":"IFTTT","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":1319883571,"id_str":"1319883571","name":"森林木工家具製作所","screen_name":"Furniturewood","location":"沖縄","description":"家具(かぐ、Furniture)は、家財道具のうち家の中に据え置いて利用する比較的大型の道具類、または元々家に作り付けられている比較的大型の道具類をさす。なお、日本の建築基準法上は、作り付け家具は、建築確認及び完了検査の対象となるが、後から置かれるものについては対象外である。","url":"http://t.co/V4oyL0xtZk","entities":{"url":{"urls":[{"url":"http://t.co/V4oyL0xtZk","expanded_url":"http://astore.amazon.co.jp/furniturewood-22","display_url":"astore.amazon.co.jp/furniturewood-…","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":677,"friends_count":743,"listed_count":1,"created_at":"Mon Apr 01 07:55:14 +0000 2013","favourites_count":0,"utc_offset":32400,"time_zone":"Irkutsk","geo_enabled":false,"verified":false,"statuses_count":17210,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/3460466135/c67d9df9b760787b9ed284fe80b1dd31_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/3460466135/c67d9df9b760787b9ed284fe80b1dd31_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/1319883571/1364804982","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[{"url":"http://t.co/4hbyB1rbQ7","expanded_url":"http://ift.tt/1kT55bk","display_url":"ift.tt/1kT55bk","indices":[116,138]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:28:58 +0000 2014","id":505874852754907140,"id_str":"505874852754907136","text":"RT @siranuga_hotoke: ゴキブリは一世帯に平均して480匹いる。","source":"Twitter for iPhone","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":413944345,"id_str":"413944345","name":"泥酔イナバウアー","screen_name":"Natade_co_co_21","location":"","description":"君の瞳にうつる僕に乾杯。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":298,"friends_count":300,"listed_count":4,"created_at":"Wed Nov 16 12:52:46 +0000 2011","favourites_count":3125,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":12237,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFF04D","profile_background_image_url":"http://pbs.twimg.com/profile_background_images/378800000115928444/9bf5fa13385cc80bfeb097e51af9862a.jpeg","profile_background_image_url_https":"https://pbs.twimg.com/profile_background_images/378800000115928444/9bf5fa13385cc80bfeb097e51af9862a.jpeg","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/500849752351600640/lMQqIzYj_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/500849752351600640/lMQqIzYj_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/413944345/1403511193","profile_link_color":"0099CC","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"F6FFD1","profile_text_color":"333333","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sat Aug 30 23:24:23 +0000 2014","id":505858599411666940,"id_str":"505858599411666944","text":"ゴキブリは一世帯に平均して480匹いる。","source":"twittbot.net","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2243896200,"id_str":"2243896200","name":"知らぬが仏bot","screen_name":"siranuga_hotoke","location":"奈良・京都辺り","description":"知らぬが仏な情報をお伝えします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3288,"friends_count":3482,"listed_count":7,"created_at":"Fri Dec 13 13:16:35 +0000 2013","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":1570,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/378800000866399372/ypy5NnPe_normal.png","profile_image_url_https":"https://pbs.twimg.com/profile_images/378800000866399372/ypy5NnPe_normal.png","profile_banner_url":"https://pbs.twimg.com/profile_banners/2243896200/1386997755","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":1,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":1,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"siranuga_hotoke","name":"知らぬが仏bot","id":2243896200,"id_str":"2243896200","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:28:58 +0000 2014","id":505874852603908100,"id_str":"505874852603908096","text":"RT @UARROW_Y: ようかい体操第一を踊る国見英 http://t.co/SXoYWH98as","source":"Twitter for iPhone","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2463035136,"id_str":"2463035136","name":"や","screen_name":"yae45","location":"","description":"きもちわるいことつぶやく用","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":4,"friends_count":30,"listed_count":0,"created_at":"Fri Apr 25 10:49:20 +0000 2014","favourites_count":827,"utc_offset":32400,"time_zone":"Irkutsk","geo_enabled":false,"verified":false,"statuses_count":390,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/505345820137234433/csFeRxPm_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/505345820137234433/csFeRxPm_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:45 +0000 2014","id":505871779949051900,"id_str":"505871779949051904","text":"ようかい体操第一を踊る国見英 http://t.co/SXoYWH98as","source":"Twitter for Android","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":1261662588,"id_str":"1261662588","name":"ゆう矢","screen_name":"UARROW_Y","location":"つくり出そう国影の波 広げよう国影の輪","description":"HQ!! 成人済腐女子。日常ツイート多いです。赤葦京治夢豚クソツイ含みます注意。フォローをお考えの際はプロフご一読お願い致します。FRBお気軽に","url":"http://t.co/LFX2XOzb0l","entities":{"url":{"urls":[{"url":"http://t.co/LFX2XOzb0l","expanded_url":"http://twpf.jp/UARROW_Y","display_url":"twpf.jp/UARROW_Y","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":265,"friends_count":124,"listed_count":12,"created_at":"Tue Mar 12 10:42:17 +0000 2013","favourites_count":6762,"utc_offset":32400,"time_zone":"Tokyo","geo_enabled":true,"verified":false,"statuses_count":55946,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/502095104618663937/IzuPYx3E_normal.png","profile_image_url_https":"https://pbs.twimg.com/profile_images/502095104618663937/IzuPYx3E_normal.png","profile_banner_url":"https://pbs.twimg.com/profile_banners/1261662588/1408618604","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":29,"favorite_count":54,"entities":{"hashtags":[],"symbols":[],"urls":[{"url":"http://t.co/SXoYWH98as","expanded_url":"http://twitter.com/UARROW_Y/status/505871779949051904/photo/1","display_url":"pic.twitter.com/SXoYWH98as","indices":[15,37]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"ja"},"retweet_count":29,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[{"url":"http://t.co/SXoYWH98as","expanded_url":"http://twitter.com/UARROW_Y/status/505871779949051904/photo/1","display_url":"pic.twitter.com/SXoYWH98as","indices":[29,51]}],"user_mentions":[{"screen_name":"UARROW_Y","name":"ゆう矢","id":1261662588,"id_str":"1261662588","indices":[3,12]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"zh"},"created_at":"Sun Aug 31 00:28:57 +0000 2014","id":505874848900341760,"id_str":"505874848900341760","text":"RT @fightcensorship: 李克強總理的臉綠了!在前日南京青奧會閉幕式,觀眾席上一名貪玩韓國少年運動員,竟斗膽用激光筆射向中國總理李克強的臉。http://t.co/HLX9mHcQwe http://t.co/fVVOSML5s8","source":"Twitter for iPhone","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":889332218,"id_str":"889332218","name":"民權初步","screen_name":"JoeyYoungkm","location":"km/cn","description":"经历了怎样的曲折才从追求“一致通过”发展到今天人们接受“过半数通过”,正是人们认识到对“一致”甚至是“基本一致”的追求本身就会变成一种独裁。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":313,"friends_count":46,"listed_count":0,"created_at":"Thu Oct 18 17:21:17 +0000 2012","favourites_count":24,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":15707,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/378800000563062033/a7e8274752ce36a6cd5bad971ec7d416_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/378800000563062033/a7e8274752ce36a6cd5bad971ec7d416_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/889332218/1388896916","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"zh"},"created_at":"Sat Aug 30 23:56:27 +0000 2014","id":505866670356070400,"id_str":"505866670356070401","text":"李克強總理的臉綠了!在前日南京青奧會閉幕式,觀眾席上一名貪玩韓國少年運動員,竟斗膽用激光筆射向中國總理李克強的臉。http://t.co/HLX9mHcQwe http://t.co/fVVOSML5s8","source":"Twitter Web Client","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":67661086,"id_str":"67661086","name":"※范强※法特姗瑟希蒲※","screen_name":"fightcensorship","location":"Middle of Nowhere","description":"被人指责“封建”、“落后”、“保守”的代表,当代红卫兵攻击对象。致力于言论自由,人权; 倡导资讯公开,反对网络封锁。既不是精英分子,也不是意见领袖,本推言论不代表任何国家、党派和组织,也不标榜伟大、光荣和正确。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":7143,"friends_count":779,"listed_count":94,"created_at":"Fri Aug 21 17:16:22 +0000 2009","favourites_count":364,"utc_offset":28800,"time_zone":"Singapore","geo_enabled":false,"verified":false,"statuses_count":16751,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http://pbs.twimg.com/profile_background_images/611138516/toeccqnahbpmr0sw9ybv.jpeg","profile_background_image_url_https":"https://pbs.twimg.com/profile_background_images/611138516/toeccqnahbpmr0sw9ybv.jpeg","profile_background_tile":true,"profile_image_url":"http://pbs.twimg.com/profile_images/3253137427/3524557d21ef2c04871e985d4d136bdb_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/3253137427/3524557d21ef2c04871e985d4d136bdb_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/67661086/1385608347","profile_link_color":"ED1313","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"E0FF92","profile_text_color":"000000","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":4,"favorite_count":2,"entities":{"hashtags":[],"symbols":[],"urls":[{"url":"http://t.co/HLX9mHcQwe","expanded_url":"http://is.gd/H3OgTO","display_url":"is.gd/H3OgTO","indices":[57,79]}],"user_mentions":[],"media":[{"id":505866668485386240,"id_str":"505866668485386241","indices":[80,102],"media_url":"http://pbs.twimg.com/media/BwUzDgbIIAEgvhD.jpg","media_url_https":"https://pbs.twimg.com/media/BwUzDgbIIAEgvhD.jpg","url":"http://t.co/fVVOSML5s8","display_url":"pic.twitter.com/fVVOSML5s8","expanded_url":"http://twitter.com/fightcensorship/status/505866670356070401/photo/1","type":"photo","sizes":{"large":{"w":640,"h":554,"resize":"fit"},"medium":{"w":600,"h":519,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":294,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"zh"},"retweet_count":4,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[{"url":"http://t.co/HLX9mHcQwe","expanded_url":"http://is.gd/H3OgTO","display_url":"is.gd/H3OgTO","indices":[78,100]}],"user_mentions":[{"screen_name":"fightcensorship","name":"※范强※法特姗瑟希蒲※","id":67661086,"id_str":"67661086","indices":[3,19]}],"media":[{"id":505866668485386240,"id_str":"505866668485386241","indices":[101,123],"media_url":"http://pbs.twimg.com/media/BwUzDgbIIAEgvhD.jpg","media_url_https":"https://pbs.twimg.com/media/BwUzDgbIIAEgvhD.jpg","url":"http://t.co/fVVOSML5s8","display_url":"pic.twitter.com/fVVOSML5s8","expanded_url":"http://twitter.com/fightcensorship/status/505866670356070401/photo/1","type":"photo","sizes":{"large":{"w":640,"h":554,"resize":"fit"},"medium":{"w":600,"h":519,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":294,"resize":"fit"}},"source_status_id":505866670356070400,"source_status_id_str":"505866670356070401"}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"zh"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:28:56 +0000 2014","id":505874847260352500,"id_str":"505874847260352513","text":"【マイリスト】【彩りりあ】妖怪体操第一 踊ってみた【反転】 http://t.co/PjL9if8OZC #sm24357625","source":"ニコニコ動画","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":1609789375,"id_str":"1609789375","name":"食いしん坊前ちゃん","screen_name":"2no38mae","location":"ニノと二次元の間","description":"ニコ動で踊り手やってます!!応援本当に嬉しいですありがとうございます!! ぽっちゃりだけど前向きに頑張る腐女子です。嵐と弱虫ペダルが大好き!【お返事】りぷ(基本は)”○” DM (同業者様を除いて)”×” 動画の転載は絶対にやめてください。 ブログ→http://t.co/8E91tqoeKX  ","url":"http://t.co/ulD2e9mcwb","entities":{"url":{"urls":[{"url":"http://t.co/ulD2e9mcwb","expanded_url":"http://www.nicovideo.jp/mylist/37917495","display_url":"nicovideo.jp/mylist/37917495","indices":[0,22]}]},"description":{"urls":[{"url":"http://t.co/8E91tqoeKX","expanded_url":"http://ameblo.jp/2no38mae/","display_url":"ameblo.jp/2no38mae/","indices":[125,147]}]}},"protected":false,"followers_count":560,"friends_count":875,"listed_count":11,"created_at":"Sun Jul 21 05:09:43 +0000 2013","favourites_count":323,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":3759,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"F2C6E4","profile_background_image_url":"http://pbs.twimg.com/profile_background_images/378800000029400927/114b242f5d838ec7cb098ea5db6df413.jpeg","profile_background_image_url_https":"https://pbs.twimg.com/profile_background_images/378800000029400927/114b242f5d838ec7cb098ea5db6df413.jpeg","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/487853237723095041/LMBMGvOc_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/487853237723095041/LMBMGvOc_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/1609789375/1375752225","profile_link_color":"FF9EDD","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[{"text":"sm24357625","indices":[53,64]}],"symbols":[],"urls":[{"url":"http://t.co/PjL9if8OZC","expanded_url":"http://nico.ms/sm24357625","display_url":"nico.ms/sm24357625","indices":[30,52]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"ja"}],"search_metadata":{"completed_in":0.087,"max_id":505874924095815700,"max_id_str":"505874924095815681","next_results":"?max_id=505874847260352512&q=%E4%B8%80&count=100&include_entities=1","query":"%E4%B8%80","refresh_url":"?since_id=505874924095815681&q=%E4%B8%80&include_entities=1","count":100,"since_id":0,"since_id_str":"0"}}oj-3.16.12/test/data/twitter.json000066400000000000000000023213321510053151600165640ustar00rootroot00000000000000{ "statuses": [ { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:15 +0000 2014", "id": 505874924095815700, "id_str": "505874924095815681", "text": "@aym0566x \n\n名前:前田あゆみ\n第一印象:なんか怖っ!\n今の印象:とりあえずキモい。噛み合わない\n好きなところ:ぶすでキモいとこ😋✨✨\n思い出:んーーー、ありすぎ😊❤️\nLINE交換できる?:あぁ……ごめん✋\nトプ画をみて:照れますがな😘✨\n一言:お前は一生もんのダチ💖", "source": "Twitter for iPhone", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": 866260188, "in_reply_to_user_id_str": "866260188", "in_reply_to_screen_name": "aym0566x", "user": { "id": 1186275104, "id_str": "1186275104", "name": "AYUMI", "screen_name": "ayuu0123", "location": "", "description": "元野球部マネージャー❤︎…最高の夏をありがとう…❤︎", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 262, "friends_count": 252, "listed_count": 0, "created_at": "Sat Feb 16 13:40:25 +0000 2013", "favourites_count": 235, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 1769, "lang": "en", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/497760886795153410/LDjAwR_y_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/497760886795153410/LDjAwR_y_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1186275104/1409318784", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 0, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "aym0566x", "name": "前田あゆみ", "id": 866260188, "id_str": "866260188", "indices": [ 0, 9 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:14 +0000 2014", "id": 505874922023837700, "id_str": "505874922023837696", "text": "RT @KATANA77: えっそれは・・・(一同) http://t.co/PkCJAcSuYK", "source": "Twitter for iPhone", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 903487807, "id_str": "903487807", "name": "RT&ファボ魔のむっつんさっm", "screen_name": "yuttari1998", "location": "関西 ↓詳しいプロ↓", "description": "無言フォローはあまり好みません ゲームと動画が好きですシモ野郎ですがよろしく…最近はMGSとブレイブルー、音ゲーをプレイしてます", "url": "http://t.co/Yg9e1Fl8wd", "entities": { "url": { "urls": [ { "url": "http://t.co/Yg9e1Fl8wd", "expanded_url": "http://twpf.jp/yuttari1998", "display_url": "twpf.jp/yuttari1998", "indices": [ 0, 22 ] } ] }, "description": { "urls": [] } }, "protected": false, "followers_count": 95, "friends_count": 158, "listed_count": 1, "created_at": "Thu Oct 25 08:27:13 +0000 2012", "favourites_count": 3652, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 10276, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/500268849275494400/AoXHZ7Ij_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/500268849275494400/AoXHZ7Ij_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/903487807/1409062272", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sat Aug 30 23:49:35 +0000 2014", "id": 505864943636197400, "id_str": "505864943636197376", "text": "えっそれは・・・(一同) http://t.co/PkCJAcSuYK", "source": "Twitter Web Client", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 77915997, "id_str": "77915997", "name": "(有)刀", "screen_name": "KATANA77", "location": "", "description": "プリキュア好きのサラリーマンです。好きなプリキュアシリーズはハートキャッチ、最愛のキャラクターは月影ゆりさんです。 http://t.co/QMLJeFmfMTご質問、お問い合わせはこちら http://t.co/LU8T7vmU3h", "url": null, "entities": { "description": { "urls": [ { "url": "http://t.co/QMLJeFmfMT", "expanded_url": "http://www.pixiv.net/member.php?id=4776", "display_url": "pixiv.net/member.php?id=…", "indices": [ 58, 80 ] }, { "url": "http://t.co/LU8T7vmU3h", "expanded_url": "http://ask.fm/KATANA77", "display_url": "ask.fm/KATANA77", "indices": [ 95, 117 ] } ] } }, "protected": false, "followers_count": 1095, "friends_count": 740, "listed_count": 50, "created_at": "Mon Sep 28 03:41:27 +0000 2009", "favourites_count": 3741, "utc_offset": 32400, "time_zone": "Tokyo", "geo_enabled": true, "verified": false, "statuses_count": 19059, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/808597451/45b82f887085d32bd4b87dfc348fe22a.png", "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/808597451/45b82f887085d32bd4b87dfc348fe22a.png", "profile_background_tile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/480210114964504577/MjVIEMS4_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/480210114964504577/MjVIEMS4_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/77915997/1404661392", "profile_link_color": "0084B4", "profile_sidebar_border_color": "FFFFFF", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": false, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 82, "favorite_count": 42, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [], "media": [ { "id": 505864942575034400, "id_str": "505864942575034369", "indices": [ 13, 35 ], "media_url": "http://pbs.twimg.com/media/BwUxfC6CIAEr-Ye.jpg", "media_url_https": "https://pbs.twimg.com/media/BwUxfC6CIAEr-Ye.jpg", "url": "http://t.co/PkCJAcSuYK", "display_url": "pic.twitter.com/PkCJAcSuYK", "expanded_url": "http://twitter.com/KATANA77/status/505864943636197376/photo/1", "type": "photo", "sizes": { "medium": { "w": 600, "h": 338, "resize": "fit" }, "small": { "w": 340, "h": 192, "resize": "fit" }, "thumb": { "w": 150, "h": 150, "resize": "crop" }, "large": { "w": 765, "h": 432, "resize": "fit" } } } ] }, "favorited": false, "retweeted": false, "possibly_sensitive": false, "lang": "ja" }, "retweet_count": 82, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "KATANA77", "name": "(有)刀", "id": 77915997, "id_str": "77915997", "indices": [ 3, 12 ] } ], "media": [ { "id": 505864942575034400, "id_str": "505864942575034369", "indices": [ 27, 49 ], "media_url": "http://pbs.twimg.com/media/BwUxfC6CIAEr-Ye.jpg", "media_url_https": "https://pbs.twimg.com/media/BwUxfC6CIAEr-Ye.jpg", "url": "http://t.co/PkCJAcSuYK", "display_url": "pic.twitter.com/PkCJAcSuYK", "expanded_url": "http://twitter.com/KATANA77/status/505864943636197376/photo/1", "type": "photo", "sizes": { "medium": { "w": 600, "h": 338, "resize": "fit" }, "small": { "w": 340, "h": 192, "resize": "fit" }, "thumb": { "w": 150, "h": 150, "resize": "crop" }, "large": { "w": 765, "h": 432, "resize": "fit" } }, "source_status_id": 505864943636197400, "source_status_id_str": "505864943636197376" } ] }, "favorited": false, "retweeted": false, "possibly_sensitive": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:14 +0000 2014", "id": 505874920140591100, "id_str": "505874920140591104", "text": "@longhairxMIURA 朝一ライカス辛目だよw", "source": "Twitter for iPhone", "truncated": false, "in_reply_to_status_id": 505874728897085440, "in_reply_to_status_id_str": "505874728897085440", "in_reply_to_user_id": 114188950, "in_reply_to_user_id_str": "114188950", "in_reply_to_screen_name": "longhairxMIURA", "user": { "id": 114786346, "id_str": "114786346", "name": "PROTECT-T", "screen_name": "ttm_protect", "location": "静岡県長泉町", "description": "24 / XXX / @andprotector / @lifefocus0545 potato design works", "url": "http://t.co/5EclbQiRX4", "entities": { "url": { "urls": [ { "url": "http://t.co/5EclbQiRX4", "expanded_url": "http://ap.furtherplatonix.net/index.html", "display_url": "ap.furtherplatonix.net/index.html", "indices": [ 0, 22 ] } ] }, "description": { "urls": [] } }, "protected": false, "followers_count": 1387, "friends_count": 903, "listed_count": 25, "created_at": "Tue Feb 16 16:13:41 +0000 2010", "favourites_count": 492, "utc_offset": 32400, "time_zone": "Osaka", "geo_enabled": false, "verified": false, "statuses_count": 12679, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/481360383253295104/4B9Rcfys_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/481360383253295104/4B9Rcfys_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/114786346/1403600232", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 0, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "longhairxMIURA", "name": "miura desu", "id": 114188950, "id_str": "114188950", "indices": [ 0, 15 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:14 +0000 2014", "id": 505874919020699650, "id_str": "505874919020699648", "text": "RT @omo_kko: ラウワン脱出→友達が家に連んで帰ってって言うから友達ん家に乗せて帰る(1度も行ったことない田舎道)→友達おろして迷子→500メートルくらい続く変な一本道進む→墓地で行き止まりでUターン出来ずバックで500メートル元のところまで進まないといけない←今ここ", "source": "Twitter for iPhone", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 392585658, "id_str": "392585658", "name": "原稿", "screen_name": "chibu4267", "location": "キミの部屋の燃えるゴミ箱", "description": "RTしてTLに濁流を起こすからフォローしない方が良いよ 言ってることもつまらないし 詳細→http://t.co/ANSFlYXERJ 相方@1life_5106_hshd 葛西教徒その壱", "url": "http://t.co/JTFjV89eaN", "entities": { "url": { "urls": [ { "url": "http://t.co/JTFjV89eaN", "expanded_url": "http://www.pixiv.net/member.php?id=1778417", "display_url": "pixiv.net/member.php?id=…", "indices": [ 0, 22 ] } ] }, "description": { "urls": [ { "url": "http://t.co/ANSFlYXERJ", "expanded_url": "http://twpf.jp/chibu4267", "display_url": "twpf.jp/chibu4267", "indices": [ 45, 67 ] } ] } }, "protected": false, "followers_count": 1324, "friends_count": 1165, "listed_count": 99, "created_at": "Mon Oct 17 08:23:46 +0000 2011", "favourites_count": 9542, "utc_offset": 32400, "time_zone": "Tokyo", "geo_enabled": true, "verified": false, "statuses_count": 369420, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/453106940822814720/PcJIZv43.png", "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/453106940822814720/PcJIZv43.png", "profile_background_tile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/505731759216943107/pzhnkMEg_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/505731759216943107/pzhnkMEg_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/392585658/1362383911", "profile_link_color": "5EB9FF", "profile_sidebar_border_color": "FFFFFF", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": false, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sat Aug 30 16:51:09 +0000 2014", "id": 505759640164892700, "id_str": "505759640164892673", "text": "ラウワン脱出→友達が家に連んで帰ってって言うから友達ん家に乗せて帰る(1度も行ったことない田舎道)→友達おろして迷子→500メートルくらい続く変な一本道進む→墓地で行き止まりでUターン出来ずバックで500メートル元のところまで進まないといけない←今ここ", "source": "Twitter for iPhone", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 309565423, "id_str": "309565423", "name": "おもっこ", "screen_name": "omo_kko", "location": "", "description": "ぱんすと", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 730, "friends_count": 200, "listed_count": 23, "created_at": "Thu Jun 02 09:15:51 +0000 2011", "favourites_count": 5441, "utc_offset": 32400, "time_zone": "Tokyo", "geo_enabled": true, "verified": false, "statuses_count": 30012, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/499126939378929664/GLWpIKTW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/499126939378929664/GLWpIKTW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/309565423/1409418370", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 67, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "omo_kko", "name": "おもっこ", "id": 309565423, "id_str": "309565423", "indices": [ 3, 11 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:13 +0000 2014", "id": 505874918198624260, "id_str": "505874918198624256", "text": "RT @thsc782_407: #LEDカツカツ選手権\n漢字一文字ぶんのスペースに「ハウステンボス」を収める狂気 http://t.co/vmrreDMziI", "source": "Twitter for Android", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 753161754, "id_str": "753161754", "name": "ねこねこみかん*", "screen_name": "nekonekomikan", "location": "ソーダ水のあふれるビンの中", "description": "猫×6、大学・高校・旦那各1と暮らしています。猫、子供、日常思った事をつぶやいています/今年の目標:読書、庭の手入れ、ランニング、手芸/猫*花*写真*詩*林ももこさん*鉄道など好きな方をフォローさせていただいています。よろしくお願いします♬", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 217, "friends_count": 258, "listed_count": 8, "created_at": "Sun Aug 12 14:00:47 +0000 2012", "favourites_count": 7650, "utc_offset": 32400, "time_zone": "Tokyo", "geo_enabled": false, "verified": false, "statuses_count": 20621, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/470627990271848448/m83uy6Vc_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/470627990271848448/m83uy6Vc_normal.jpeg", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Fri Feb 28 16:04:13 +0000 2014", "id": 439430848190742500, "id_str": "439430848190742528", "text": "#LEDカツカツ選手権\n漢字一文字ぶんのスペースに「ハウステンボス」を収める狂気 http://t.co/vmrreDMziI", "source": "Twitter Web Client", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 82900665, "id_str": "82900665", "name": "[90]青葉台 芦 (第二粟屋) 屋", "screen_name": "thsc782_407", "location": "かんましき", "description": "湯の街の元勃酩姦なんちゃら大 赤い犬の犬(外資系) 肥後で緑ナンバー屋さん勤め\nくだらないことしかつぶやかないし、いちいち訳のわからない記号を連呼するので相当邪魔になると思います。害はないと思います。のりものの画像とかたくさん上げます。さみしい。車輪のついたものならだいたい好き。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 587, "friends_count": 623, "listed_count": 30, "created_at": "Fri Oct 16 15:13:32 +0000 2009", "favourites_count": 1405, "utc_offset": 32400, "time_zone": "Tokyo", "geo_enabled": true, "verified": false, "statuses_count": 60427, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "352726", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/154137819/__813-1103.jpg", "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/154137819/__813-1103.jpg", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/493760276676620289/32oLiTtT_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/493760276676620289/32oLiTtT_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/82900665/1398865798", "profile_link_color": "D02B55", "profile_sidebar_border_color": "829D5E", "profile_sidebar_fill_color": "99CC33", "profile_text_color": "3E4415", "profile_use_background_image": true, "default_profile": false, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 3291, "favorite_count": 1526, "entities": { "hashtags": [ { "text": "LEDカツカツ選手権", "indices": [ 0, 11 ] } ], "symbols": [], "urls": [], "user_mentions": [], "media": [ { "id": 439430848194936800, "id_str": "439430848194936832", "indices": [ 41, 63 ], "media_url": "http://pbs.twimg.com/media/BhksBzoCAAAJeDS.jpg", "media_url_https": "https://pbs.twimg.com/media/BhksBzoCAAAJeDS.jpg", "url": "http://t.co/vmrreDMziI", "display_url": "pic.twitter.com/vmrreDMziI", "expanded_url": "http://twitter.com/thsc782_407/status/439430848190742528/photo/1", "type": "photo", "sizes": { "medium": { "w": 600, "h": 450, "resize": "fit" }, "large": { "w": 1024, "h": 768, "resize": "fit" }, "thumb": { "w": 150, "h": 150, "resize": "crop" }, "small": { "w": 340, "h": 255, "resize": "fit" } } } ] }, "favorited": false, "retweeted": false, "possibly_sensitive": false, "lang": "ja" }, "retweet_count": 3291, "favorite_count": 0, "entities": { "hashtags": [ { "text": "LEDカツカツ選手権", "indices": [ 17, 28 ] } ], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "thsc782_407", "name": "[90]青葉台 芦 (第二粟屋) 屋", "id": 82900665, "id_str": "82900665", "indices": [ 3, 15 ] } ], "media": [ { "id": 439430848194936800, "id_str": "439430848194936832", "indices": [ 58, 80 ], "media_url": "http://pbs.twimg.com/media/BhksBzoCAAAJeDS.jpg", "media_url_https": "https://pbs.twimg.com/media/BhksBzoCAAAJeDS.jpg", "url": "http://t.co/vmrreDMziI", "display_url": "pic.twitter.com/vmrreDMziI", "expanded_url": "http://twitter.com/thsc782_407/status/439430848190742528/photo/1", "type": "photo", "sizes": { "medium": { "w": 600, "h": 450, "resize": "fit" }, "large": { "w": 1024, "h": 768, "resize": "fit" }, "thumb": { "w": 150, "h": 150, "resize": "crop" }, "small": { "w": 340, "h": 255, "resize": "fit" } }, "source_status_id": 439430848190742500, "source_status_id_str": "439430848190742528" } ] }, "favorited": false, "retweeted": false, "possibly_sensitive": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:13 +0000 2014", "id": 505874918039228400, "id_str": "505874918039228416", "text": "【金一地区太鼓台】川関と小山の見分けがつかない", "source": "twittbot.net", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2530194984, "id_str": "2530194984", "name": "川之江中高生あるある", "screen_name": "kw_aru", "location": "DMにてネタ提供待ってますよ", "description": "川之江中高生の川之江中高生による川之江中高生のためのあるあるアカウントです。タイムリーなネタはお気に入りにあります。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 113, "friends_count": 157, "listed_count": 0, "created_at": "Wed May 28 15:01:43 +0000 2014", "favourites_count": 30, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 4472, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/471668359314948097/XbIyXiZK_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/471668359314948097/XbIyXiZK_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2530194984/1401289473", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 0, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:13 +0000 2014", "id": 505874915338104800, "id_str": "505874915338104833", "text": "おはようございますん♪ SSDSのDVDが朝一で届いた〜(≧∇≦)", "source": "TweetList!", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 428179337, "id_str": "428179337", "name": "サラ", "screen_name": "sala_mgn", "location": "東京都", "description": "bot遊びと実況が主目的の趣味アカウント。成人済♀。時々TLお騒がせします。リフォ率低いですがF/Bご自由に。スパムはブロック![HOT]K[アニメ]タイバニ/K/薄桜鬼/トライガン/進撃[小説]冲方丁/森博嗣[漫画]内藤泰弘/高河ゆん[他]声優/演劇 ※@sano_bot1二代目管理人", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 104, "friends_count": 421, "listed_count": 2, "created_at": "Sun Dec 04 12:51:18 +0000 2011", "favourites_count": 3257, "utc_offset": -36000, "time_zone": "Hawaii", "geo_enabled": false, "verified": false, "statuses_count": 25303, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "1A1B1F", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/601682567/put73jtg48ytjylq00if.jpeg", "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/601682567/put73jtg48ytjylq00if.jpeg", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3350624721/755920942e4f512e6ba489df7eb1147e_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3350624721/755920942e4f512e6ba489df7eb1147e_normal.jpeg", "profile_link_color": "2FC2EF", "profile_sidebar_border_color": "181A1E", "profile_sidebar_fill_color": "252429", "profile_text_color": "666666", "profile_use_background_image": true, "default_profile": false, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 0, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:13 +0000 2014", "id": 505874914897690600, "id_str": "505874914897690624", "text": "@ran_kirazuki そのようなお言葉を頂けるとは……!この雨太郎、誠心誠意を持って姉御の足の指の第一関節を崇め奉りとうございます", "source": "Twitter for Android", "truncated": false, "in_reply_to_status_id": 505874276692406300, "in_reply_to_status_id_str": "505874276692406272", "in_reply_to_user_id": 531544559, "in_reply_to_user_id_str": "531544559", "in_reply_to_screen_name": "ran_kirazuki", "user": { "id": 2364828518, "id_str": "2364828518", "name": "雨", "screen_name": "tear_dice", "location": "変態/日常/創作/室町/たまに版権", "description": "アイコンは兄さんから!", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 28, "friends_count": 28, "listed_count": 0, "created_at": "Fri Feb 28 00:28:40 +0000 2014", "favourites_count": 109, "utc_offset": 32400, "time_zone": "Seoul", "geo_enabled": false, "verified": false, "statuses_count": 193, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "000000", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/504434510675443713/lvW7ad5b.jpeg", "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/504434510675443713/lvW7ad5b.jpeg", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/505170142284640256/rnW4XeEJ_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/505170142284640256/rnW4XeEJ_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2364828518/1409087198", "profile_link_color": "0D31BF", "profile_sidebar_border_color": "000000", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": false, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 0, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "ran_kirazuki", "name": "蘭ぴよの日常", "id": 531544559, "id_str": "531544559", "indices": [ 0, 13 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:13 +0000 2014", "id": 505874914591514600, "id_str": "505874914591514626", "text": "RT @AFmbsk: @samao21718 \n呼び方☞まおちゃん\n呼ばれ方☞あーちゃん\n第一印象☞平野から?!\n今の印象☞おとなっぽい!!\nLINE交換☞もってるん\\( ˆoˆ )/\nトプ画について☞楽しそうでいーな😳\n家族にするなら☞おねぇちゃん\n最後に一言☞全然会えない…", "source": "Twitter for Android", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2179759316, "id_str": "2179759316", "name": "まお", "screen_name": "samao21718", "location": "埼玉 UK留学してました✈", "description": "゚.*97line おさらに貢いでる系女子*.゜ DISH// ✯ 佐野悠斗 ✯ 読モ ✯ WEGO ✯ 嵐 I met @OTYOfficial in the London ;)", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 111, "friends_count": 121, "listed_count": 0, "created_at": "Thu Nov 07 09:47:41 +0000 2013", "favourites_count": 321, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 1777, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501535615351926784/c5AAh6Sz_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501535615351926784/c5AAh6Sz_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2179759316/1407640217", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sat Aug 30 14:59:49 +0000 2014", "id": 505731620456771600, "id_str": "505731620456771584", "text": "@samao21718 \n呼び方☞まおちゃん\n呼ばれ方☞あーちゃん\n第一印象☞平野から?!\n今の印象☞おとなっぽい!!\nLINE交換☞もってるん\\( ˆoˆ )/\nトプ画について☞楽しそうでいーな😳\n家族にするなら☞おねぇちゃん\n最後に一言☞全然会えないねー今度会えたらいいな!", "source": "Twitter for iPhone", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": 2179759316, "in_reply_to_user_id_str": "2179759316", "in_reply_to_screen_name": "samao21718", "user": { "id": 1680668713, "id_str": "1680668713", "name": "★Shiiiii!☆", "screen_name": "AFmbsk", "location": "埼玉", "description": "2310*basketball#41*UVERworld*Pooh☪Bell +.。*弱さを知って強くなれ*゚", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 429, "friends_count": 434, "listed_count": 0, "created_at": "Sun Aug 18 12:45:00 +0000 2013", "favourites_count": 2488, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 6352, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/504643170886365185/JN_dlwUd_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/504643170886365185/JN_dlwUd_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1680668713/1408805886", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 1, "favorite_count": 1, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "samao21718", "name": "まお", "id": 2179759316, "id_str": "2179759316", "indices": [ 0, 11 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 1, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "AFmbsk", "name": "★Shiiiii!☆", "id": 1680668713, "id_str": "1680668713", "indices": [ 3, 10 ] }, { "screen_name": "samao21718", "name": "まお", "id": 2179759316, "id_str": "2179759316", "indices": [ 12, 23 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:10 +0000 2014", "id": 505874905712189440, "id_str": "505874905712189440", "text": "一、常に身一つ簡素にして、美食を好んではならない", "source": "twittbot.net", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 1330420010, "id_str": "1330420010", "name": "獨行道bot", "screen_name": "dokkodo_bot", "location": "", "description": "宮本武蔵の自誓書、「獨行道」に記された二十一箇条をランダムにつぶやくbotです。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 4, "friends_count": 5, "listed_count": 1, "created_at": "Sat Apr 06 01:19:55 +0000 2013", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 9639, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3482551671/d9e749f7658b523bdd50b7584ed4ba6a_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3482551671/d9e749f7658b523bdd50b7584ed4ba6a_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1330420010/1365212335", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 0, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:10 +0000 2014", "id": 505874903094939650, "id_str": "505874903094939648", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "モテモテ大作戦★男子編", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2714526565, "id_str": "2714526565", "name": "モテモテ大作戦★男子編", "screen_name": "mote_danshi1", "location": "", "description": "やっぱりモテモテ男子になりたい!自分を磨くヒントをみつけたい!応援してくれる人は RT & 相互フォローで みなさん、お願いします♪", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 664, "friends_count": 1835, "listed_count": 0, "created_at": "Thu Aug 07 12:59:59 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 597, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/497368689386086400/7hqdKMzG_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/497368689386086400/7hqdKMzG_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2714526565/1407416898", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:10 +0000 2014", "id": 505874902390276100, "id_str": "505874902390276096", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "心に響くアツい名言集", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2699261263, "id_str": "2699261263", "name": "心に響くアツい名言集", "screen_name": "kokoro_meigen11", "location": "", "description": "人生の格言は、人の心や人生を瞬時にに動かしてしまうことがある。\r\nそんな言葉の重みを味わおう。\r\n面白かったらRT & 相互フォローでみなさん、お願いします♪", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 183, "friends_count": 1126, "listed_count": 0, "created_at": "Fri Aug 01 22:00:00 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 749, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/495328654126112768/1rKnNuWK_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/495328654126112768/1rKnNuWK_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2699261263/1406930543", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:10 +0000 2014", "id": 505874902247677950, "id_str": "505874902247677954", "text": "RT @POTENZA_SUPERGT: ありがとうございます!“@8CBR8: @POTENZA_SUPERGT 13時半ごろ一雨きそうですが、無事全車決勝レース完走出来ること祈ってます! http://t.co/FzTyFnt9xH”", "source": "jigtwi", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 1021030416, "id_str": "1021030416", "name": "narur", "screen_name": "narur2", "location": "晴れの国なのに何故か開幕戦では雨や雪や冰や霰が降る✨", "description": "F1.GP2.Superformula.SuperGT.F3...\nスーパーGTが大好き♡車が好き!新幹線も好き!飛行機も好き!こっそり別アカです(๑´ㅂ`๑)♡*.+゜", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 257, "friends_count": 237, "listed_count": 2, "created_at": "Wed Dec 19 01:14:41 +0000 2012", "favourites_count": 547, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 55417, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/462180217574789121/1Jf6m_2L.jpeg", "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/462180217574789121/1Jf6m_2L.jpeg", "profile_background_tile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/444312241395863552/FKl40ebQ_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/444312241395863552/FKl40ebQ_normal.jpeg", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": false, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:05:11 +0000 2014", "id": 505868866686169100, "id_str": "505868866686169089", "text": "ありがとうございます!“@8CBR8: @POTENZA_SUPERGT 13時半ごろ一雨きそうですが、無事全車決勝レース完走出来ること祈ってます! http://t.co/FzTyFnt9xH”", "source": "Twitter for iPhone", "truncated": false, "in_reply_to_status_id": 505868690588303360, "in_reply_to_status_id_str": "505868690588303360", "in_reply_to_user_id": 333344408, "in_reply_to_user_id_str": "333344408", "in_reply_to_screen_name": "8CBR8", "user": { "id": 359324738, "id_str": "359324738", "name": "POTENZA_SUPERGT", "screen_name": "POTENZA_SUPERGT", "location": "", "description": "ブリヂストンのスポーツタイヤ「POTENZA」のアカウントです。レースやタイヤの事などをつぶやきます。今シーズンも「チャンピオンタイヤの称号は譲らない」をキャッチコピーに、タイヤ供給チームを全力でサポートしていきますので、応援よろしくお願いします!なお、返信ができない場合もありますので、ご了承よろしくお願い致します。", "url": "http://t.co/LruVPk5x4K", "entities": { "url": { "urls": [ { "url": "http://t.co/LruVPk5x4K", "expanded_url": "http://www.bridgestone.co.jp/sc/potenza/", "display_url": "bridgestone.co.jp/sc/potenza/", "indices": [ 0, 22 ] } ] }, "description": { "urls": [] } }, "protected": false, "followers_count": 9612, "friends_count": 308, "listed_count": 373, "created_at": "Sun Aug 21 11:33:38 +0000 2011", "favourites_count": 26, "utc_offset": -36000, "time_zone": "Hawaii", "geo_enabled": true, "verified": false, "statuses_count": 10032, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "131516", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "profile_background_tile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/1507885396/TW_image_normal.jpg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1507885396/TW_image_normal.jpg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/359324738/1402546267", "profile_link_color": "FF2424", "profile_sidebar_border_color": "EEEEEE", "profile_sidebar_fill_color": "EFEFEF", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": false, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 7, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "8CBR8", "name": "CBR Rider #17 KEIHIN", "id": 333344408, "id_str": "333344408", "indices": [ 12, 18 ] }, { "screen_name": "POTENZA_SUPERGT", "name": "POTENZA_SUPERGT", "id": 359324738, "id_str": "359324738", "indices": [ 20, 36 ] } ], "media": [ { "id": 505868690252779500, "id_str": "505868690252779521", "indices": [ 75, 97 ], "media_url": "http://pbs.twimg.com/media/BwU05MGCUAEY6Wu.jpg", "media_url_https": "https://pbs.twimg.com/media/BwU05MGCUAEY6Wu.jpg", "url": "http://t.co/FzTyFnt9xH", "display_url": "pic.twitter.com/FzTyFnt9xH", "expanded_url": "http://twitter.com/8CBR8/status/505868690588303360/photo/1", "type": "photo", "sizes": { "medium": { "w": 600, "h": 399, "resize": "fit" }, "thumb": { "w": 150, "h": 150, "resize": "crop" }, "large": { "w": 1024, "h": 682, "resize": "fit" }, "small": { "w": 340, "h": 226, "resize": "fit" } }, "source_status_id": 505868690588303360, "source_status_id_str": "505868690588303360" } ] }, "favorited": false, "retweeted": false, "possibly_sensitive": false, "lang": "ja" }, "retweet_count": 7, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "POTENZA_SUPERGT", "name": "POTENZA_SUPERGT", "id": 359324738, "id_str": "359324738", "indices": [ 3, 19 ] }, { "screen_name": "8CBR8", "name": "CBR Rider #17 KEIHIN", "id": 333344408, "id_str": "333344408", "indices": [ 33, 39 ] }, { "screen_name": "POTENZA_SUPERGT", "name": "POTENZA_SUPERGT", "id": 359324738, "id_str": "359324738", "indices": [ 41, 57 ] } ], "media": [ { "id": 505868690252779500, "id_str": "505868690252779521", "indices": [ 96, 118 ], "media_url": "http://pbs.twimg.com/media/BwU05MGCUAEY6Wu.jpg", "media_url_https": "https://pbs.twimg.com/media/BwU05MGCUAEY6Wu.jpg", "url": "http://t.co/FzTyFnt9xH", "display_url": "pic.twitter.com/FzTyFnt9xH", "expanded_url": "http://twitter.com/8CBR8/status/505868690588303360/photo/1", "type": "photo", "sizes": { "medium": { "w": 600, "h": 399, "resize": "fit" }, "thumb": { "w": 150, "h": 150, "resize": "crop" }, "large": { "w": 1024, "h": 682, "resize": "fit" }, "small": { "w": 340, "h": 226, "resize": "fit" } }, "source_status_id": 505868690588303360, "source_status_id_str": "505868690588303360" } ] }, "favorited": false, "retweeted": false, "possibly_sensitive": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:09 +0000 2014", "id": 505874901689851900, "id_str": "505874901689851904", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "ここだけの本音★男子編", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2762136439, "id_str": "2762136439", "name": "ここだけの本音★男子編", "screen_name": "danshi_honne1", "location": "", "description": "思ってるけど言えない!でもホントは言いたいこと、実はいっぱいあるんです! \r\nそんな男子の本音を、つぶやきます。 \r\nその気持わかるって人は RT & フォローお願いします♪", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 101, "friends_count": 985, "listed_count": 0, "created_at": "Sun Aug 24 11:11:30 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 209, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/503500282840354816/CEv8UMay_normal.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/503500282840354816/CEv8UMay_normal.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2762136439/1408878822", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:09 +0000 2014", "id": 505874900939046900, "id_str": "505874900939046912", "text": "RT @UARROW_Y: ようかい体操第一を踊る国見英 http://t.co/SXoYWH98as", "source": "Twitter for iPhone", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2454426158, "id_str": "2454426158", "name": "ぴかりん", "screen_name": "gncnToktTtksg", "location": "", "description": "銀魂/黒バス/進撃/ハイキュー/BLEACH/うたプリ/鈴木達央さん/神谷浩史さん 気軽にフォローしてください(^∇^)✨", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 1274, "friends_count": 1320, "listed_count": 17, "created_at": "Sun Apr 20 07:48:53 +0000 2014", "favourites_count": 2314, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 5868, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/457788684146716672/KCOy0S75_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/457788684146716672/KCOy0S75_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2454426158/1409371302", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:45 +0000 2014", "id": 505871779949051900, "id_str": "505871779949051904", "text": "ようかい体操第一を踊る国見英 http://t.co/SXoYWH98as", "source": "Twitter for Android", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 1261662588, "id_str": "1261662588", "name": "ゆう矢", "screen_name": "UARROW_Y", "location": "つくり出そう国影の波 広げよう国影の輪", "description": "HQ!! 成人済腐女子。日常ツイート多いです。赤葦京治夢豚クソツイ含みます注意。フォローをお考えの際はプロフご一読お願い致します。FRBお気軽に", "url": "http://t.co/LFX2XOzb0l", "entities": { "url": { "urls": [ { "url": "http://t.co/LFX2XOzb0l", "expanded_url": "http://twpf.jp/UARROW_Y", "display_url": "twpf.jp/UARROW_Y", "indices": [ 0, 22 ] } ] }, "description": { "urls": [] } }, "protected": false, "followers_count": 265, "friends_count": 124, "listed_count": 12, "created_at": "Tue Mar 12 10:42:17 +0000 2013", "favourites_count": 6762, "utc_offset": 32400, "time_zone": "Tokyo", "geo_enabled": true, "verified": false, "statuses_count": 55946, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/502095104618663937/IzuPYx3E_normal.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/502095104618663937/IzuPYx3E_normal.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1261662588/1408618604", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 29, "favorite_count": 54, "entities": { "hashtags": [], "symbols": [], "urls": [ { "url": "http://t.co/SXoYWH98as", "expanded_url": "http://twitter.com/UARROW_Y/status/505871779949051904/photo/1", "display_url": "pic.twitter.com/SXoYWH98as", "indices": [ 15, 37 ] } ], "user_mentions": [] }, "favorited": false, "retweeted": false, "possibly_sensitive": false, "lang": "ja" }, "retweet_count": 29, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [ { "url": "http://t.co/SXoYWH98as", "expanded_url": "http://twitter.com/UARROW_Y/status/505871779949051904/photo/1", "display_url": "pic.twitter.com/SXoYWH98as", "indices": [ 29, 51 ] } ], "user_mentions": [ { "screen_name": "UARROW_Y", "name": "ゆう矢", "id": 1261662588, "id_str": "1261662588", "indices": [ 3, 12 ] } ] }, "favorited": false, "retweeted": false, "possibly_sensitive": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:09 +0000 2014", "id": 505874900561580000, "id_str": "505874900561580032", "text": "今日は一高と三桜(・θ・)\n光梨ちゃんに会えないかな〜", "source": "Twitter for iPhone", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 1366375976, "id_str": "1366375976", "name": "ゆいの", "screen_name": "yuino1006", "location": "", "description": "さんおう 男バスマネ2ねん(^ω^)", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 270, "friends_count": 260, "listed_count": 0, "created_at": "Sat Apr 20 07:02:08 +0000 2013", "favourites_count": 1384, "utc_offset": 32400, "time_zone": "Irkutsk", "geo_enabled": false, "verified": false, "statuses_count": 5202, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/505354401448349696/nxVFEQQ4_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/505354401448349696/nxVFEQQ4_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1366375976/1399989379", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 0, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:09 +0000 2014", "id": 505874899324248060, "id_str": "505874899324248064", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "共感★絶対あるあるww", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2704420069, "id_str": "2704420069", "name": "共感★絶対あるあるww", "screen_name": "kyoukan_aru", "location": "", "description": "みんなにもわかってもらえる、あるあるを見つけたい。\r\n面白かったらRT & 相互フォローでみなさん、お願いします♪", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 857, "friends_count": 1873, "listed_count": 0, "created_at": "Sun Aug 03 15:50:40 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 682, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/495960812670836737/1LqkoyvU_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/495960812670836737/1LqkoyvU_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2704420069/1407081298", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:09 +0000 2014", "id": 505874898493796350, "id_str": "505874898493796352", "text": "RT @assam_house: 泉田新潟県知事は、東電の申請書提出を容認させられただけで、再稼働に必要な「同意」はまだ与えていません。今まで柏崎刈羽の再稼働を抑え続けてきた知事に、もう一踏ん張りをお願いする意見を送って下さい。全国の皆様、お願いします!\nhttp://t.co…", "source": "jigtwi for Android", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 960765968, "id_str": "960765968", "name": "さち", "screen_name": "sachitaka_dears", "location": "宮城県", "description": "動物関連のアカウントです。サブアカウント@sachi_dears (さち ❷) もあります。『心あるものは皆、愛し愛されるために生まれてきた。そして愛情を感じながら生を全うするべきなんだ』", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 3212, "friends_count": 3528, "listed_count": 91, "created_at": "Tue Nov 20 16:30:53 +0000 2012", "favourites_count": 3180, "utc_offset": 32400, "time_zone": "Irkutsk", "geo_enabled": false, "verified": false, "statuses_count": 146935, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3659653229/5b698df67f5d105400e9077f5ea50e91_normal.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3659653229/5b698df67f5d105400e9077f5ea50e91_normal.png", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Tue Aug 19 11:00:53 +0000 2014", "id": 501685228427964400, "id_str": "501685228427964417", "text": "泉田新潟県知事は、東電の申請書提出を容認させられただけで、再稼働に必要な「同意」はまだ与えていません。今まで柏崎刈羽の再稼働を抑え続けてきた知事に、もう一踏ん張りをお願いする意見を送って下さい。全国の皆様、お願いします!\nhttp://t.co/9oH5cgpy1q", "source": "twittbot.net", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 1104771276, "id_str": "1104771276", "name": "アッサム山中(殺処分ゼロに一票)", "screen_name": "assam_house", "location": "新潟県柏崎市", "description": "アッサム山中の趣味用アカ。当分の間、選挙啓発用としても使っていきます。このアカウントがアッサム山中本人のものである事は @assam_yamanaka のプロフでご確認下さい。\r\n公選法に係る表示\r\n庶民新党 #脱原発 http://t.co/96UqoCo0oU\r\nonestep.revival@gmail.com", "url": "http://t.co/AEOCATaNZc", "entities": { "url": { "urls": [ { "url": "http://t.co/AEOCATaNZc", "expanded_url": "http://www.assam-house.net/", "display_url": "assam-house.net", "indices": [ 0, 22 ] } ] }, "description": { "urls": [ { "url": "http://t.co/96UqoCo0oU", "expanded_url": "http://blog.assam-house.net/datsu-genpatsu/index.html", "display_url": "blog.assam-house.net/datsu-genpatsu…", "indices": [ 110, 132 ] } ] } }, "protected": false, "followers_count": 2977, "friends_count": 3127, "listed_count": 64, "created_at": "Sat Jan 19 22:10:13 +0000 2013", "favourites_count": 343, "utc_offset": 32400, "time_zone": "Irkutsk", "geo_enabled": false, "verified": false, "statuses_count": 18021, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000067217575/e0a85b440429ff50430a41200327dcb8_normal.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000067217575/e0a85b440429ff50430a41200327dcb8_normal.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1104771276/1408948288", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 2, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [ { "url": "http://t.co/9oH5cgpy1q", "expanded_url": "http://www.pref.niigata.lg.jp/kouhou/info.html", "display_url": "pref.niigata.lg.jp/kouhou/info.ht…", "indices": [ 111, 133 ] } ], "user_mentions": [] }, "favorited": false, "retweeted": false, "possibly_sensitive": false, "lang": "ja" }, "retweet_count": 2, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [ { "url": "http://t.co/9oH5cgpy1q", "expanded_url": "http://www.pref.niigata.lg.jp/kouhou/info.html", "display_url": "pref.niigata.lg.jp/kouhou/info.ht…", "indices": [ 139, 140 ] } ], "user_mentions": [ { "screen_name": "assam_house", "name": "アッサム山中(殺処分ゼロに一票)", "id": 1104771276, "id_str": "1104771276", "indices": [ 3, 15 ] } ] }, "favorited": false, "retweeted": false, "possibly_sensitive": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:09 +0000 2014", "id": 505874898468630500, "id_str": "505874898468630528", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "おしゃれ★ペアルック", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2708607692, "id_str": "2708607692", "name": "おしゃれ★ペアルック", "screen_name": "osyare_pea", "location": "", "description": "ラブラブ度がアップする、素敵なペアルックを見つけて紹介します♪ 気に入ったら RT & 相互フォローで みなさん、お願いします♪", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 129, "friends_count": 1934, "listed_count": 0, "created_at": "Tue Aug 05 07:09:31 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 641, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/496554257676382208/Zgg0bmNu_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/496554257676382208/Zgg0bmNu_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2708607692/1407222776", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:08 +0000 2014", "id": 505874897633951740, "id_str": "505874897633951745", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "LOVE ♥ ラブライブ", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745389137, "id_str": "2745389137", "name": "LOVE ♥ ラブライブ", "screen_name": "love_live55", "location": "", "description": "とにかく「ラブライブが好きで~す♥」 \r\nラブライブファンには、たまらない内容ばかり集めています♪ \r\n気に入ったら RT & 相互フォローお願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 251, "friends_count": 969, "listed_count": 0, "created_at": "Tue Aug 19 15:45:40 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 348, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501757482448850944/x2uPpqRx_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501757482448850944/x2uPpqRx_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745389137/1408463342", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:08 +0000 2014", "id": 505874896795086850, "id_str": "505874896795086848", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "恋する♡ドレスシリーズ", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2726346560, "id_str": "2726346560", "name": "恋する♡ドレスシリーズ", "screen_name": "koisurudoress", "location": "", "description": "どれもこれも、見ているだけで欲しくなっちゃう♪ \r\n特別な日に着る素敵なドレスを見つけたいです。 \r\n着てみたいと思ったら RT & フォローお願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 314, "friends_count": 1900, "listed_count": 0, "created_at": "Tue Aug 12 14:10:35 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 471, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/499199619465621504/fg7sVusT_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/499199619465621504/fg7sVusT_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2726346560/1407853688", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:08 +0000 2014", "id": 505874895964626940, "id_str": "505874895964626944", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "胸キュン♥動物図鑑", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2759192574, "id_str": "2759192574", "name": "胸キュン♥動物図鑑", "screen_name": "doubutuzukan", "location": "", "description": "ふとした表情に思わずキュンとしてしまう♪ \r\nそんな愛しの動物たちの写真を見つけます。 \r\n気に入ったら RT & フォローを、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 80, "friends_count": 959, "listed_count": 1, "created_at": "Sat Aug 23 15:47:36 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 219, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/503211559552688128/Ej_bixna_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/503211559552688128/Ej_bixna_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2759192574/1408809101", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:08 +0000 2014", "id": 505874895079608300, "id_str": "505874895079608320", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "ディズニー★パラダイス", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2719228561, "id_str": "2719228561", "name": "ディズニー★パラダイス", "screen_name": "disney_para", "location": "", "description": "ディズニーのかわいい画像、ニュース情報、あるあるなどをお届けします♪\r\nディズニーファンは RT & フォローもお願いします♪", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 331, "friends_count": 1867, "listed_count": 0, "created_at": "Sat Aug 09 12:01:32 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 540, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/498076922488696832/Ti2AEuOT_normal.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/498076922488696832/Ti2AEuOT_normal.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2719228561/1407585841", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:08 +0000 2014", "id": 505874894135898100, "id_str": "505874894135898112", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "生々しい風刺画", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2714772727, "id_str": "2714772727", "name": "生々しい風刺画", "screen_name": "nama_fuushi", "location": "", "description": "深い意味が込められた「生々しい風刺画」を見つけます。\r\n考えさせられたら RT & 相互フォローでみなさん、お願いします", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 298, "friends_count": 1902, "listed_count": 1, "created_at": "Thu Aug 07 15:04:45 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 595, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/497398363352875011/tS-5FPJB_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/497398363352875011/tS-5FPJB_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2714772727/1407424091", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:07 +0000 2014", "id": 505874893347377150, "id_str": "505874893347377152", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "嵐★大好きっ娘", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2721682579, "id_str": "2721682579", "name": "嵐★大好きっ娘", "screen_name": "arashi_suki1", "location": "", "description": "なんだかんだ言って、やっぱり嵐が好きなんです♪\r\nいろいろ集めたいので、嵐好きな人に見てほしいです。\r\n気に入ったら RT & 相互フォローお願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 794, "friends_count": 1913, "listed_count": 2, "created_at": "Sun Aug 10 13:43:56 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 504, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/498465364733198336/RO6wupdc_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/498465364733198336/RO6wupdc_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2721682579/1407678436", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:07 +0000 2014", "id": 505874893154426900, "id_str": "505874893154426881", "text": "RT @Takashi_Shiina: テレビで「成人男性のカロリー摂取量は1900kcal」とか言ってて、それはいままさに私がダイエットのために必死でキープしようとしている量で、「それが普通なら人はいつ天一やココイチに行って大盛りを食えばいいんだ!」と思った。", "source": "twicca", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 353516742, "id_str": "353516742", "name": "おしんこー@土曜西え41a", "screen_name": "oshin_koko", "location": "こたつ", "description": "ROMって楽しんでいる部分もあり無言フォロー多めですすみません…。ツイート数多め・あらぶり多めなのでフォロー非推奨です。最近は早兵・兵部受け中心ですがBLNLなんでも好きです。地雷少ないため雑多に呟きます。腐・R18・ネタバレ有るのでご注意。他好きなジャンルはプロフ参照願います。 主催→@chounou_antholo", "url": "http://t.co/mM1dG54NiO", "entities": { "url": { "urls": [ { "url": "http://t.co/mM1dG54NiO", "expanded_url": "http://twpf.jp/oshin_koko", "display_url": "twpf.jp/oshin_koko", "indices": [ 0, 22 ] } ] }, "description": { "urls": [] } }, "protected": false, "followers_count": 479, "friends_count": 510, "listed_count": 43, "created_at": "Fri Aug 12 05:53:13 +0000 2011", "favourites_count": 3059, "utc_offset": 32400, "time_zone": "Tokyo", "geo_enabled": false, "verified": false, "statuses_count": 104086, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "000000", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/799871497/01583a031f83a45eba881c8acde729ee.jpeg", "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/799871497/01583a031f83a45eba881c8acde729ee.jpeg", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/484347196523835393/iHaYxm-2_normal.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/484347196523835393/iHaYxm-2_normal.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/353516742/1369039651", "profile_link_color": "FF96B0", "profile_sidebar_border_color": "FFFFFF", "profile_sidebar_fill_color": "95E8EC", "profile_text_color": "3C3940", "profile_use_background_image": false, "default_profile": false, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sat Aug 30 09:58:30 +0000 2014", "id": 505655792733650940, "id_str": "505655792733650944", "text": "テレビで「成人男性のカロリー摂取量は1900kcal」とか言ってて、それはいままさに私がダイエットのために必死でキープしようとしている量で、「それが普通なら人はいつ天一やココイチに行って大盛りを食えばいいんだ!」と思った。", "source": "Janetter", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 126573583, "id_str": "126573583", "name": "椎名高志", "screen_name": "Takashi_Shiina", "location": "BABEL(超能力支援研究局)", "description": "漫画家。週刊少年サンデーで『絶対可憐チルドレン』連載中。TVアニメ『THE UNLIMITED 兵部京介』公式サイト>http://t.co/jVqBoBEc", "url": "http://t.co/K3Oi83wM3w", "entities": { "url": { "urls": [ { "url": "http://t.co/K3Oi83wM3w", "expanded_url": "http://cnanews.asablo.jp/blog/", "display_url": "cnanews.asablo.jp/blog/", "indices": [ 0, 22 ] } ] }, "description": { "urls": [ { "url": "http://t.co/jVqBoBEc", "expanded_url": "http://unlimited-zc.jp/index.html", "display_url": "unlimited-zc.jp/index.html", "indices": [ 59, 79 ] } ] } }, "protected": false, "followers_count": 110756, "friends_count": 61, "listed_count": 8159, "created_at": "Fri Mar 26 08:54:51 +0000 2010", "favourites_count": 25, "utc_offset": 32400, "time_zone": "Tokyo", "geo_enabled": false, "verified": false, "statuses_count": 27364, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "EDECE9", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme3/bg.gif", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme3/bg.gif", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/504597210772688896/Uvt4jgf5_normal.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/504597210772688896/Uvt4jgf5_normal.png", "profile_link_color": "088253", "profile_sidebar_border_color": "D3D2CF", "profile_sidebar_fill_color": "E3E2DE", "profile_text_color": "634047", "profile_use_background_image": false, "default_profile": false, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 221, "favorite_count": 109, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 221, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "Takashi_Shiina", "name": "椎名高志", "id": 126573583, "id_str": "126573583", "indices": [ 3, 18 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:07 +0000 2014", "id": 505874892567244800, "id_str": "505874892567244801", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "下ネタ&笑変態雑学", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2762581922, "id_str": "2762581922", "name": "下ネタ&笑変態雑学", "screen_name": "shimo_hentai", "location": "", "description": "普通の人には思いつかない、ちょっと変態チックな 笑える下ネタ雑学をお届けします。 \r\nおもしろかったら RT & フォローお願いします♪", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 37, "friends_count": 990, "listed_count": 0, "created_at": "Sun Aug 24 14:13:20 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 212, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/503545991950114816/K9yQbh1Q_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/503545991950114816/K9yQbh1Q_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2762581922/1408889893", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:07 +0000 2014", "id": 505874891778703360, "id_str": "505874891778703360", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "超簡単★初心者英語", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2744544025, "id_str": "2744544025", "name": "超簡単★初心者英語", "screen_name": "kantaneigo1", "location": "", "description": "すぐに使えるフレーズや簡単な会話を紹介します。 \r\n少しづつ練習して、どんどん使ってみよう☆ \r\n使ってみたいと思ったら RT & フォローお願いします♪", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 147, "friends_count": 970, "listed_count": 1, "created_at": "Tue Aug 19 10:11:48 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 345, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501676136321929216/4MLpyHe3_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501676136321929216/4MLpyHe3_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2744544025/1408443928", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:07 +0000 2014", "id": 505874891032121340, "id_str": "505874891032121344", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "現代のハンドサイン", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2762816814, "id_str": "2762816814", "name": "現代のハンドサイン", "screen_name": "ima_handsign", "location": "", "description": "イザという時や、困った時に、必ず役に立つハンドサインのオンパレードです♪ \r\n使ってみたくなったら RT & フォローお願いします♪", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 95, "friends_count": 996, "listed_count": 0, "created_at": "Sun Aug 24 15:33:58 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 210, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/503566188253687809/7wtdp1AC_normal.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/503566188253687809/7wtdp1AC_normal.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2762816814/1408894540", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:07 +0000 2014", "id": 505874890247782400, "id_str": "505874890247782401", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "今日からアナタもイイ女♪", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2714167411, "id_str": "2714167411", "name": "今日からアナタもイイ女♪", "screen_name": "anata_iionna", "location": "", "description": "みんなが知りたい イイ女の秘密を見つけます♪ いいな~と思ってくれた人は RT & 相互フォローで みなさん、お願いします♪", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 390, "friends_count": 1425, "listed_count": 0, "created_at": "Thu Aug 07 09:27:59 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 609, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/497314455655436288/dz7P3-fy_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/497314455655436288/dz7P3-fy_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2714167411/1407404214", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:07 +0000 2014", "id": 505874890218434560, "id_str": "505874890218434560", "text": "@kohecyan3 \n名前:上野滉平\n呼び方:うえの\n呼ばれ方:ずるかわ\n第一印象:過剰な俺イケメンですアピール\n今の印象:バーバリーの時計\n好きなところ:あの自信さ、笑いが絶えない\n一言:大学受かったの?応援してる〜(*^^*)!\n\n#RTした人にやる\nちょっとやってみる笑", "source": "Twitter for iPhone", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": 2591363659, "in_reply_to_user_id_str": "2591363659", "in_reply_to_screen_name": "kohecyan3", "user": { "id": 2613282517, "id_str": "2613282517", "name": "K", "screen_name": "kawazurukenna", "location": "", "description": "# I surprise even my self", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 113, "friends_count": 185, "listed_count": 0, "created_at": "Wed Jul 09 09:39:13 +0000 2014", "favourites_count": 157, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 242, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/502436858135973888/PcUU0lov_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/502436858135973888/PcUU0lov_normal.jpeg", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 0, "favorite_count": 0, "entities": { "hashtags": [ { "text": "RTした人にやる", "indices": [ 119, 128 ] } ], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "kohecyan3", "name": "上野滉平", "id": 2591363659, "id_str": "2591363659", "indices": [ 0, 10 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:07 +0000 2014", "id": 505874889392156700, "id_str": "505874889392156672", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "IQ★力だめし", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2709308887, "id_str": "2709308887", "name": "IQ★力だめし", "screen_name": "iq_tameshi", "location": "", "description": "解けると楽しい気分になれる問題を見つけて紹介します♪面白かったら RT & 相互フォローで みなさん、お願いします♪", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 443, "friends_count": 1851, "listed_count": 1, "created_at": "Tue Aug 05 13:14:30 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 664, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/496646485266558977/W_W--qV__normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/496646485266558977/W_W--qV__normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2709308887/1407244754", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:06 +0000 2014", "id": 505874888817532900, "id_str": "505874888817532928", "text": "第一三軍から2個師団が北へ移動中らしい     この調子では満州に陸軍兵力があふれかえる", "source": "如月克己", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 1171299612, "id_str": "1171299612", "name": "如月 克己", "screen_name": "kisaragi_katumi", "location": "満州", "description": "GパングのA型K月克己中尉の非公式botです。 主に七巻と八巻が中心の台詞をつぶやきます。 4/18.台詞追加しました/現在試運転中/現在軽い挨拶だけTL反応。/追加したい台詞や何おかしい所がありましたらDMやリプライで/フォロー返しは手動です/", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 65, "friends_count": 63, "listed_count": 0, "created_at": "Tue Feb 12 08:21:38 +0000 2013", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 27219, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3242847112/0ce536444c94cbec607229022d43a27a_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3242847112/0ce536444c94cbec607229022d43a27a_normal.jpeg", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 0, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:06 +0000 2014", "id": 505874888616181760, "id_str": "505874888616181760", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "徳田有希★応援隊", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2766021865, "id_str": "2766021865", "name": "徳田有希★応援隊", "screen_name": "tokuda_ouen1", "location": "", "description": "女子中高生に大人気ww いやされるイラストを紹介します。 \r\nみんなで RTして応援しよう~♪ \r\n「非公式アカウントです」", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 123, "friends_count": 978, "listed_count": 0, "created_at": "Mon Aug 25 10:48:41 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 210, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/503857235802333184/YS0sDN6q_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/503857235802333184/YS0sDN6q_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2766021865/1408963998", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:06 +0000 2014", "id": 505874887802511360, "id_str": "505874887802511361", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "腐女子の☆部屋", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2744683982, "id_str": "2744683982", "name": "腐女子の☆部屋", "screen_name": "fujyoshinoheya", "location": "", "description": "腐女子にしかわからないネタや、あるあるを見つけていきます。 \r\n他には、BL~萌えキュン系まで、腐のための画像を集めています♪ \r\n同じ境遇の人には、わかってもらえると思うので、気軽に RT & フォローお願いします☆", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 241, "friends_count": 990, "listed_count": 0, "created_at": "Tue Aug 19 11:47:21 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 345, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501697365590306817/GLP_QH_b_normal.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501697365590306817/GLP_QH_b_normal.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2744683982/1408448984", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:06 +0000 2014", "id": 505874887009767400, "id_str": "505874887009767424", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "萌え芸術★ラテアート", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2763178045, "id_str": "2763178045", "name": "萌え芸術★ラテアート", "screen_name": "moe_rate", "location": "", "description": "ここまで来ると、もはや芸術!! 見てるだけで楽しい♪ \r\nそんなラテアートを、とことん探します。 \r\nスゴイと思ったら RT & フォローお願いします♪", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 187, "friends_count": 998, "listed_count": 0, "created_at": "Sun Aug 24 16:53:16 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 210, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/503586151764992000/RC80it20_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/503586151764992000/RC80it20_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2763178045/1408899447", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:06 +0000 2014", "id": 505874886225448960, "id_str": "505874886225448960", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "全部★ジャニーズ図鑑", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2724158970, "id_str": "2724158970", "name": "全部★ジャニーズ図鑑", "screen_name": "zenbu_johnnys", "location": "", "description": "ジャニーズのカッコイイ画像、おもしろエピソードなどを発信します。\r\n「非公式アカウントです」\r\nジャニーズ好きな人は、是非 RT & フォローお願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 738, "friends_count": 1838, "listed_count": 0, "created_at": "Mon Aug 11 15:50:08 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 556, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/498859581057945600/ncMKwdvC_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/498859581057945600/ncMKwdvC_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2724158970/1407772462", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:06 +0000 2014", "id": 505874885810200600, "id_str": "505874885810200576", "text": "RT @naopisu_: 呼び方:\n呼ばれ方:\n第一印象:\n今の印象:\n好きなところ:\n家族にするなら:\n最後に一言:\n#RTした人にやる\n\nお腹痛くて寝れないからやるww\nだれでもどうぞ〜😏🙌", "source": "Twitter for Android", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2347898072, "id_str": "2347898072", "name": "にたにた", "screen_name": "syo6660129", "location": "", "description": "", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 64, "friends_count": 70, "listed_count": 1, "created_at": "Mon Feb 17 04:29:46 +0000 2014", "favourites_count": 58, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 145, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/485603672118669314/73uh_xRS_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/485603672118669314/73uh_xRS_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2347898072/1396957619", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sat Aug 30 14:19:31 +0000 2014", "id": 505721480261300200, "id_str": "505721480261300224", "text": "呼び方:\n呼ばれ方:\n第一印象:\n今の印象:\n好きなところ:\n家族にするなら:\n最後に一言:\n#RTした人にやる\n\nお腹痛くて寝れないからやるww\nだれでもどうぞ〜😏🙌", "source": "Twitter for iPhone", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 856045488, "id_str": "856045488", "name": "なおぴす", "screen_name": "naopisu_", "location": "Fujino 65th ⇢ Sagaso 12A(LJK", "description": "\ もうすぐ18歳 “Only One”になる /", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 267, "friends_count": 259, "listed_count": 2, "created_at": "Mon Oct 01 08:36:23 +0000 2012", "favourites_count": 218, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 1790, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/496321592553525249/tuzX9ByR_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/496321592553525249/tuzX9ByR_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/856045488/1407118111", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 23, "favorite_count": 1, "entities": { "hashtags": [ { "text": "RTした人にやる", "indices": [ 47, 56 ] } ], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 23, "favorite_count": 0, "entities": { "hashtags": [ { "text": "RTした人にやる", "indices": [ 61, 70 ] } ], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "naopisu_", "name": "なおぴす", "id": 856045488, "id_str": "856045488", "indices": [ 3, 12 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:06 +0000 2014", "id": 505874885474656260, "id_str": "505874885474656256", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "爆笑★LINE あるある", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2709561589, "id_str": "2709561589", "name": "爆笑★LINE あるある", "screen_name": "line_aru1", "location": "", "description": "思わず笑ってしまうLINEでのやりとりや、あるあるを見つけたいです♪面白かったら RT & 相互フォローで みなさん、お願いします♪", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 496, "friends_count": 1875, "listed_count": 1, "created_at": "Tue Aug 05 15:01:30 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 687, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/496673793939492867/p1BN4YaW_normal.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/496673793939492867/p1BN4YaW_normal.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2709561589/1407251270", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:05 +0000 2014", "id": 505874884627410940, "id_str": "505874884627410944", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "全力★ミサワ的w発言", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2734455415, "id_str": "2734455415", "name": "全力★ミサワ的w発言!!", "screen_name": "misawahatugen", "location": "", "description": "ウザすぎて笑えるミサワ的名言や、おもしろミサワ画像を集めています。 \r\nミサワを知らない人でも、いきなりツボにハマっちゃう内容をお届けします。 \r\nウザいwと思ったら RT & 相互フォローお願いします♪", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 144, "friends_count": 1915, "listed_count": 1, "created_at": "Fri Aug 15 13:20:04 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 436, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/500271070834749444/HvengMe5_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/500271070834749444/HvengMe5_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2734455415/1408108944", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:05 +0000 2014", "id": 505874883809521660, "id_str": "505874883809521664", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "お宝ww有名人卒アル特集", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2708183557, "id_str": "2708183557", "name": "お宝ww有名人卒アル特集", "screen_name": "otakara_sotuaru", "location": "", "description": "みんな昔は若かったんですね。今からは想像もつかない、あの有名人を見つけます。\r\n面白かったら RT & 相互フォローで みなさん、お願いします♪", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 286, "friends_count": 1938, "listed_count": 0, "created_at": "Tue Aug 05 03:26:54 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 650, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/496499121276985344/hC8RoebP_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/496499121276985344/hC8RoebP_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2708183557/1407318758", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:05 +0000 2014", "id": 505874883322970100, "id_str": "505874883322970112", "text": "レッドクリフのキャラのこと女装ってくそわろたwww朝一で面白かった( ˘ω゜)笑", "source": "Twitter for iPhone", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 1620730616, "id_str": "1620730616", "name": "ひーちゃん@橘芋健ぴ", "screen_name": "2nd_8hkr", "location": "北の大地.95年組 ☞ 9/28.10/2(5).12/28", "description": "THE SECOND/劇団EXILE/EXILE/二代目JSB ☞KENCHI.AKIRA.青柳翔.小森隼.石井杏奈☜ Big Love ♡ Respect ..... ✍ MATSU Origin✧ .た ち ば な '' い も '' け ん い ち ろ う さ んTEAM NACS 安田.戸次 Liebe !", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 109, "friends_count": 148, "listed_count": 0, "created_at": "Thu Jul 25 16:09:29 +0000 2013", "favourites_count": 783, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 9541, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/458760951060123648/Cocoxi-2_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/458760951060123648/Cocoxi-2_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1620730616/1408681982", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 0, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:05 +0000 2014", "id": 505874883067129860, "id_str": "505874883067129857", "text": "【状態良好】ペンタックス・デジタル一眼レフカメラ・K20D 入札数=38 現在価格=15000円 http://t.co/4WK1f6V2n6終了=2014年08月31日 20:47:53 #一眼レフ http://t.co/PcSaXzfHMW", "source": "YahooAuction Degicame", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2278053589, "id_str": "2278053589", "name": "AuctionCamera", "screen_name": "AuctionCamera", "location": "", "description": "Yahooオークションのデジカメカテゴリから商品を抽出するボットです。", "url": "https://t.co/3sB1NDnd0m", "entities": { "url": { "urls": [ { "url": "https://t.co/3sB1NDnd0m", "expanded_url": "https://github.com/AKB428/YahooAuctionBot", "display_url": "github.com/AKB428/YahooAu…", "indices": [ 0, 23 ] } ] }, "description": { "urls": [] } }, "protected": false, "followers_count": 5, "friends_count": 24, "listed_count": 0, "created_at": "Sun Jan 05 20:10:56 +0000 2014", "favourites_count": 1, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 199546, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/419927606146789376/vko-kd6Q_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/419927606146789376/vko-kd6Q_normal.jpeg", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 0, "favorite_count": 0, "entities": { "hashtags": [ { "text": "一眼レフ", "indices": [ 95, 100 ] } ], "symbols": [], "urls": [ { "url": "http://t.co/4WK1f6V2n6", "expanded_url": "http://atq.ck.valuecommerce.com/servlet/atq/referral?sid=2219441&pid=877510753&vcptn=auct/p/RJH492.PLqoLQQx1Jy8U9LE-&vc_url=http://page8.auctions.yahoo.co.jp/jp/auction/h192024356", "display_url": "atq.ck.valuecommerce.com/servlet/atq/re…", "indices": [ 49, 71 ] } ], "user_mentions": [], "media": [ { "id": 505874882828046340, "id_str": "505874882828046336", "indices": [ 101, 123 ], "media_url": "http://pbs.twimg.com/media/BwU6hpPCEAAxnpq.jpg", "media_url_https": "https://pbs.twimg.com/media/BwU6hpPCEAAxnpq.jpg", "url": "http://t.co/PcSaXzfHMW", "display_url": "pic.twitter.com/PcSaXzfHMW", "expanded_url": "http://twitter.com/AuctionCamera/status/505874883067129857/photo/1", "type": "photo", "sizes": { "large": { "w": 600, "h": 450, "resize": "fit" }, "medium": { "w": 600, "h": 450, "resize": "fit" }, "thumb": { "w": 150, "h": 150, "resize": "crop" }, "small": { "w": 340, "h": 255, "resize": "fit" } } } ] }, "favorited": false, "retweeted": false, "possibly_sensitive": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:05 +0000 2014", "id": 505874882995826700, "id_str": "505874882995826689", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "ヤバすぎる!!ギネス世界記録", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2762405780, "id_str": "2762405780", "name": "ヤバすぎる!!ギネス世界記録", "screen_name": "yabai_giness", "location": "", "description": "世の中には、まだまだ知られていないスゴイ記録があるんです! \r\nそんなギネス世界記録を見つけます☆ \r\nどんどん友達にも教えてあげてくださいねww \r\nヤバイと思ったら RT & フォローを、お願いします♪", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 36, "friends_count": 985, "listed_count": 0, "created_at": "Sun Aug 24 13:17:03 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 210, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/503531782919045121/NiIC25wL_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/503531782919045121/NiIC25wL_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2762405780/1408886328", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:05 +0000 2014", "id": 505874882870009860, "id_str": "505874882870009856", "text": "すごく面白い夢見た。魔法科高校通ってて(別に一科二科の区別ない)クラスメイトにヨセアツメ面子や赤僕の拓也がいて、学校対抗合唱コンクールが開催されたり会場入りの際他校の妨害工作受けたり、拓也が連れてきてた実が人質に取られたりとにかくてんこ盛りだった楽しかった赤僕読みたい手元にない", "source": "Twitter for Android", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 597357105, "id_str": "597357105", "name": "ふじよし", "screen_name": "fuji_mark", "location": "多摩動物公園", "description": "成人腐女子", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 128, "friends_count": 126, "listed_count": 6, "created_at": "Sat Jun 02 10:06:05 +0000 2012", "favourites_count": 2842, "utc_offset": 32400, "time_zone": "Irkutsk", "geo_enabled": false, "verified": false, "statuses_count": 10517, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "0099B9", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme4/bg.gif", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme4/bg.gif", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/503553738569560065/D_JW2dCJ_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/503553738569560065/D_JW2dCJ_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/597357105/1408864355", "profile_link_color": "0099B9", "profile_sidebar_border_color": "5ED4DC", "profile_sidebar_fill_color": "95E8EC", "profile_text_color": "3C3940", "profile_use_background_image": true, "default_profile": false, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 0, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:05 +0000 2014", "id": 505874882228281340, "id_str": "505874882228281345", "text": "RT @oen_yakyu: ●継続試合(中京対崇徳)46回~ 9時~\n 〈ラジオ中継〉\n らじる★らじる→大阪放送局を選択→NHK-FM\n●決勝戦(三浦対中京or崇徳) 12時30分~\n 〈ラジオ中継〉\n らじる★らじる→大阪放送局を選択→NHK第一\n ※神奈川の方は普通のラ…", "source": "twicca", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 18477566, "id_str": "18477566", "name": "Natit(なち)@そうだ、トップ行こう", "screen_name": "natit_yso", "location": "福岡市の端っこ", "description": "ヤー・チャイカ。紫宝勢の末席くらいでQMAやってます。\r\n9/13(土)「九州杯」今年も宜しくお願いします!キーワードは「そうだ、トップ、行こう。」\r\nmore → http://t.co/ezuHyjF4Qy \r\n【旅の予定】9/20-22 関西 → 9/23-28 北海道ぐるり", "url": "http://t.co/ll2yu78DGR", "entities": { "url": { "urls": [ { "url": "http://t.co/ll2yu78DGR", "expanded_url": "http://qma-kyushu.sakura.ne.jp/", "display_url": "qma-kyushu.sakura.ne.jp", "indices": [ 0, 22 ] } ] }, "description": { "urls": [ { "url": "http://t.co/ezuHyjF4Qy", "expanded_url": "http://twpf.jp/natit_yso", "display_url": "twpf.jp/natit_yso", "indices": [ 83, 105 ] } ] } }, "protected": false, "followers_count": 591, "friends_count": 548, "listed_count": 93, "created_at": "Tue Dec 30 14:11:44 +0000 2008", "favourites_count": 11676, "utc_offset": 32400, "time_zone": "Tokyo", "geo_enabled": false, "verified": false, "statuses_count": 130145, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "131516", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "profile_background_tile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/1556202861/chibi-Leon_normal.jpg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1556202861/chibi-Leon_normal.jpg", "profile_link_color": "009999", "profile_sidebar_border_color": "EEEEEE", "profile_sidebar_fill_color": "EFEFEF", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": false, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sat Aug 30 23:12:39 +0000 2014", "id": 505855649196953600, "id_str": "505855649196953600", "text": "●継続試合(中京対崇徳)46回~ 9時~\n 〈ラジオ中継〉\n らじる★らじる→大阪放送局を選択→NHK-FM\n●決勝戦(三浦対中京or崇徳) 12時30分~\n 〈ラジオ中継〉\n らじる★らじる→大阪放送局を選択→NHK第一\n ※神奈川の方は普通のラジオのNHK-FMでも", "source": "Twitter Web Client", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2761692762, "id_str": "2761692762", "name": "三浦学苑軟式野球部応援団!", "screen_name": "oen_yakyu", "location": "", "description": "兵庫県で開催される「もう一つの甲子園」こと全国高校軟式野球選手権大会に南関東ブロックから出場する三浦学苑軟式野球部を応援する非公式アカウントです。", "url": "http://t.co/Cn1tPTsBGY", "entities": { "url": { "urls": [ { "url": "http://t.co/Cn1tPTsBGY", "expanded_url": "http://www.miura.ed.jp/index.html", "display_url": "miura.ed.jp/index.html", "indices": [ 0, 22 ] } ] }, "description": { "urls": [] } }, "protected": false, "followers_count": 464, "friends_count": 117, "listed_count": 4, "created_at": "Sun Aug 24 07:47:29 +0000 2014", "favourites_count": 69, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 553, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/504299474445811712/zsxJUmL0_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/504299474445811712/zsxJUmL0_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2761692762/1409069337", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 7, "favorite_count": 2, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 7, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "oen_yakyu", "name": "三浦学苑軟式野球部応援団!", "id": 2761692762, "id_str": "2761692762", "indices": [ 3, 13 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:05 +0000 2014", "id": 505874882110824450, "id_str": "505874882110824448", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "スマホに密封★アニメ画像", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2725976444, "id_str": "2725976444", "name": "スマホに密封★アニメ画像", "screen_name": "sumahoanime", "location": "", "description": "なんともめずらしい、いろんなキャラがスマホに閉じ込められています。 \r\nあなたのスマホにマッチする画像が見つかるかも♪ \r\n気に入ったら是非 RT & フォローお願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 227, "friends_count": 1918, "listed_count": 0, "created_at": "Tue Aug 12 11:27:54 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 527, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/499155646164393984/l5vSz5zu_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/499155646164393984/l5vSz5zu_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2725976444/1407843121", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:05 +0000 2014", "id": 505874881297133600, "id_str": "505874881297133568", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "アナタのそばの身近な危険", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2713926078, "id_str": "2713926078", "name": "アナタのそばの身近な危険", "screen_name": "mijika_kiken", "location": "", "description": "知らないうちにやっている危険な行動を見つけて自分を守りましょう。 役に立つと思ったら RT & 相互フォローで みなさん、お願いします♪", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 301, "friends_count": 1871, "listed_count": 0, "created_at": "Thu Aug 07 07:12:50 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 644, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/497279579245907968/Ftvms_HR_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/497279579245907968/Ftvms_HR_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2713926078/1407395683", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:04 +0000 2014", "id": 505874880294682600, "id_str": "505874880294682624", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "人気者♥デイジー大好き", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2726199583, "id_str": "2726199583", "name": "人気者♥デイジー大好き", "screen_name": "ninkimono_daosy", "location": "", "description": "デイジーの想いを、代わりにつぶやきます♪ \r\nデイジーのかわいい画像やグッズも大好きw \r\n可愛いと思ったら RT & フォローお願いします。 \r\n「非公式アカウントです」", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 190, "friends_count": 474, "listed_count": 0, "created_at": "Tue Aug 12 12:58:33 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 469, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/499178622494576640/EzWKdR_p_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/499178622494576640/EzWKdR_p_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2726199583/1407848478", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:04 +0000 2014", "id": 505874879392919550, "id_str": "505874879392919552", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "幸せ話でフル充電しよう", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2721453846, "id_str": "2721453846", "name": "幸せ話でフル充電しようww", "screen_name": "shiawasehanashi", "location": "", "description": "私が聞いて心に残った感動エピソードをお届けします。\r\n少しでも多くの人へ届けたいと思います。\r\nいいなと思ったら RT & フォローお願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 302, "friends_count": 1886, "listed_count": 0, "created_at": "Sun Aug 10 12:16:25 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 508, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/498444554916216832/ml8EiQka_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/498444554916216832/ml8EiQka_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2721453846/1407673555", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:04 +0000 2014", "id": 505874879103520800, "id_str": "505874879103520768", "text": "RT @Ang_Angel73: 逢坂「くっ…僕の秘められし右目が…!」\n一同「……………。」", "source": "Twitter for iPhone", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2571968509, "id_str": "2571968509", "name": "イイヒト", "screen_name": "IwiAlohomora", "location": "草葉の陰", "description": "大人です。気軽に絡んでくれるとうれしいです! イラスト大好き!(≧∇≦) BF(仮)逢坂紘夢くんにお熱です! マンガも好き♡欲望のままにつぶやきますのでご注意を。雑食♡", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 156, "friends_count": 165, "listed_count": 14, "created_at": "Tue Jun 17 01:18:34 +0000 2014", "favourites_count": 11926, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 7234, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/504990074862178304/DoBvOb9c_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/504990074862178304/DoBvOb9c_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2571968509/1409106012", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:27:01 +0000 2014", "id": 505874364596621300, "id_str": "505874364596621313", "text": "逢坂「くっ…僕の秘められし右目が…!」\n一同「……………。」", "source": "Twitter for Android", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 1600750194, "id_str": "1600750194", "name": "臙脂", "screen_name": "Ang_Angel73", "location": "逢坂紘夢のそばに", "description": "自由、気ままに。詳しくはツイプロ。アイコンはまめせろりちゃんからだよ☆~(ゝ。∂)", "url": "http://t.co/kKCCwHTaph", "entities": { "url": { "urls": [ { "url": "http://t.co/kKCCwHTaph", "expanded_url": "http://twpf.jp/Ang_Angel73", "display_url": "twpf.jp/Ang_Angel73", "indices": [ 0, 22 ] } ] }, "description": { "urls": [] } }, "protected": false, "followers_count": 155, "friends_count": 154, "listed_count": 10, "created_at": "Wed Jul 17 11:44:31 +0000 2013", "favourites_count": 2115, "utc_offset": 32400, "time_zone": "Irkutsk", "geo_enabled": false, "verified": false, "statuses_count": 12342, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000027871001/aa764602922050b22bf9ade3741367dc.jpeg", "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000027871001/aa764602922050b22bf9ade3741367dc.jpeg", "profile_background_tile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/500293786287603713/Ywyh69eG_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/500293786287603713/Ywyh69eG_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1600750194/1403879183", "profile_link_color": "0084B4", "profile_sidebar_border_color": "FFFFFF", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": false, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 2, "favorite_count": 2, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 2, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "Ang_Angel73", "name": "臙脂", "id": 1600750194, "id_str": "1600750194", "indices": [ 3, 15 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:04 +0000 2014", "id": 505874877933314050, "id_str": "505874877933314048", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "秘密の本音♥女子編", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2762237088, "id_str": "2762237088", "name": "秘密の本音♥女子編", "screen_name": "honne_jyoshi1", "location": "", "description": "普段は言えない「お・ん・なの建前と本音」をつぶやきます。 気になる あの人の本音も、わかるかも!? \r\nわかるって人は RT & フォローを、お願いします♪", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 123, "friends_count": 988, "listed_count": 0, "created_at": "Sun Aug 24 12:27:07 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 211, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/503519190364332032/BVjS_XBD_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/503519190364332032/BVjS_XBD_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2762237088/1408883328", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:04 +0000 2014", "id": 505874877148958700, "id_str": "505874877148958721", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "美し過ぎる★色鉛筆アート", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2740047343, "id_str": "2740047343", "name": "美し過ぎる★色鉛筆アート", "screen_name": "bi_iroenpitu", "location": "", "description": "ほんとにコレ色鉛筆なの~? \r\n本物と見間違える程のリアリティを御覧ください。 \r\n気に入ったら RT & 相互フォローお願いします♪", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 321, "friends_count": 1990, "listed_count": 0, "created_at": "Sun Aug 17 16:15:05 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 396, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501039950972739585/isigil4V_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501039950972739585/isigil4V_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2740047343/1408292283", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:03 +0000 2014", "id": 505874876465295360, "id_str": "505874876465295361", "text": "【H15-9-4】道路を利用する利益は反射的利益であり、建築基準法に基づいて道路一の指定がなされている私道の敷地所有者に対し、通行妨害行為の排除を求める人格的権利を認めることはできない。→誤。", "source": "twittbot.net", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 1886570281, "id_str": "1886570281", "name": "行政法過去問", "screen_name": "gyosei_goukaku", "location": "", "description": "行政書士の本試験問題の過去問(行政法分野)をランダムにつぶやきます。問題は随時追加中です。基本的に相互フォローします。※140字制限の都合上、表現は一部変えてあります。解説も文字数が可能であればなるべく…。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 1554, "friends_count": 1772, "listed_count": 12, "created_at": "Fri Sep 20 13:24:29 +0000 2013", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 14565, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000487791870/0e45e3c089c6b641cdd8d1b6f1ceb8a4_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000487791870/0e45e3c089c6b641cdd8d1b6f1ceb8a4_normal.jpeg", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 0, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:03 +0000 2014", "id": 505874876318511100, "id_str": "505874876318511104", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "K点越えの発想力!!", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2744863153, "id_str": "2744863153", "name": "K点越えの発想力!!", "screen_name": "kgoehassou", "location": "", "description": "いったいどうやったら、その領域にたどりつけるのか!? \r\nそんな思わず笑ってしまう別世界の発想力をお届けします♪ \r\nおもしろかったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 76, "friends_count": 957, "listed_count": 0, "created_at": "Tue Aug 19 13:00:08 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 341, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501715651686178816/Fgpe0B8M_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501715651686178816/Fgpe0B8M_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2744863153/1408453328", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:03 +0000 2014", "id": 505874875521581060, "id_str": "505874875521581056", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "血液型の真実2", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2698625690, "id_str": "2698625690", "name": "血液型の真実", "screen_name": "ketueki_sinjitu", "location": "", "description": "やっぱりそうだったのか~♪\r\n意外な、あの人の裏側を見つけます。\r\n面白かったらRT & 相互フォローでみなさん、お願いします♪", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 193, "friends_count": 1785, "listed_count": 1, "created_at": "Fri Aug 01 16:11:40 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 769, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/495241446706790400/h_0DSFPG_normal.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/495241446706790400/h_0DSFPG_normal.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2698625690/1406911319", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:03 +0000 2014", "id": 505874874712072200, "id_str": "505874874712072192", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "やっぱり神が??を作る時", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2714868440, "id_str": "2714868440", "name": "やっぱり神が??を作る時", "screen_name": "yahari_kamiga", "location": "", "description": "やっぱり今日も、神は何かを作ろうとしています 笑。 どうやって作っているのかわかったら RT & 相互フォローで みなさん、お願いします♪", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 243, "friends_count": 1907, "listed_count": 0, "created_at": "Thu Aug 07 16:12:33 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 590, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/497416102108884992/NRMEbKaT_normal.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/497416102108884992/NRMEbKaT_normal.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2714868440/1407428237", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:03 +0000 2014", "id": 505874874275864600, "id_str": "505874874275864576", "text": "RT @takuramix: 福島第一原発の構内地図がこちら。\nhttp://t.co/ZkU4TZCGPG\nどう見ても、1号機。\nRT @Lightworker19: 【大拡散】  福島第一原発 4号機 爆発動画 40秒~  http://t.co/lmlgp38fgZ", "source": "ツイタマ", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 62525372, "id_str": "62525372", "name": "NANCY-MOON☆ひよこちゃん☆", "screen_name": "nancy_moon_703", "location": "JAPAN", "description": "【無断転載禁止・コピペ禁止・非公式RT禁止】【必読!】⇒ http://t.co/nuUvfUVD 今現在活動中の東方神起YUNHO&CHANGMINの2人を全力で応援しています!!(^_-)-☆ ※東方神起及びYUNHO&CHANGMINを応援していない方・鍵付ユーザーのフォローお断り!", "url": null, "entities": { "description": { "urls": [ { "url": "http://t.co/nuUvfUVD", "expanded_url": "http://goo.gl/SrGLb", "display_url": "goo.gl/SrGLb", "indices": [ 29, 49 ] } ] } }, "protected": false, "followers_count": 270, "friends_count": 328, "listed_count": 4, "created_at": "Mon Aug 03 14:22:24 +0000 2009", "favourites_count": 3283, "utc_offset": 32400, "time_zone": "Tokyo", "geo_enabled": false, "verified": false, "statuses_count": 180310, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "642D8B", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/470849781397336064/ltM6EdFn.jpeg", "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/470849781397336064/ltM6EdFn.jpeg", "profile_background_tile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/3699005246/9ba2e306518d296b68b7cbfa5e4ce4e6_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3699005246/9ba2e306518d296b68b7cbfa5e4ce4e6_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/62525372/1401094223", "profile_link_color": "FF0000", "profile_sidebar_border_color": "FFFFFF", "profile_sidebar_fill_color": "F065A8", "profile_text_color": "080808", "profile_use_background_image": true, "default_profile": false, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sat Aug 30 21:21:33 +0000 2014", "id": 505827689660313600, "id_str": "505827689660313600", "text": "福島第一原発の構内地図がこちら。\nhttp://t.co/ZkU4TZCGPG\nどう見ても、1号機。\nRT @Lightworker19: 【大拡散】  福島第一原発 4号機 爆発動画 40秒~  http://t.co/lmlgp38fgZ", "source": "TweetDeck", "truncated": false, "in_reply_to_status_id": 505774460910043140, "in_reply_to_status_id_str": "505774460910043136", "in_reply_to_user_id": 238157843, "in_reply_to_user_id_str": "238157843", "in_reply_to_screen_name": "Lightworker19", "user": { "id": 29599253, "id_str": "29599253", "name": "タクラミックス", "screen_name": "takuramix", "location": "i7", "description": "私の機能一覧:歌う、演劇、ネットワークエンジニア、ライター、プログラマ、翻訳、シルバーアクセサリ、……何をやってる人かは良くわからない人なので、「機能」が欲しい人は私にがっかりするでしょう。私って人間に御用があるなら別ですが。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 5136, "friends_count": 724, "listed_count": 335, "created_at": "Wed Apr 08 01:10:58 +0000 2009", "favourites_count": 21363, "utc_offset": 32400, "time_zone": "Tokyo", "geo_enabled": false, "verified": false, "statuses_count": 70897, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2049751947/takuramix1204_normal.jpg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2049751947/takuramix1204_normal.jpg", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 1, "favorite_count": 1, "entities": { "hashtags": [], "symbols": [], "urls": [ { "url": "http://t.co/ZkU4TZCGPG", "expanded_url": "http://www.tepco.co.jp/nu/fukushima-np/review/images/review1_01.gif", "display_url": "tepco.co.jp/nu/fukushima-n…", "indices": [ 17, 39 ] }, { "url": "http://t.co/lmlgp38fgZ", "expanded_url": "http://youtu.be/gDXEhyuVSDk", "display_url": "youtu.be/gDXEhyuVSDk", "indices": [ 99, 121 ] } ], "user_mentions": [ { "screen_name": "Lightworker19", "name": "Lightworker", "id": 238157843, "id_str": "238157843", "indices": [ 54, 68 ] } ] }, "favorited": false, "retweeted": false, "possibly_sensitive": false, "lang": "ja" }, "retweet_count": 1, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [ { "url": "http://t.co/ZkU4TZCGPG", "expanded_url": "http://www.tepco.co.jp/nu/fukushima-np/review/images/review1_01.gif", "display_url": "tepco.co.jp/nu/fukushima-n…", "indices": [ 32, 54 ] }, { "url": "http://t.co/lmlgp38fgZ", "expanded_url": "http://youtu.be/gDXEhyuVSDk", "display_url": "youtu.be/gDXEhyuVSDk", "indices": [ 114, 136 ] } ], "user_mentions": [ { "screen_name": "takuramix", "name": "タクラミックス", "id": 29599253, "id_str": "29599253", "indices": [ 3, 13 ] }, { "screen_name": "Lightworker19", "name": "Lightworker", "id": 238157843, "id_str": "238157843", "indices": [ 69, 83 ] } ] }, "favorited": false, "retweeted": false, "possibly_sensitive": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:03 +0000 2014", "id": 505874873961308160, "id_str": "505874873961308160", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "やっぱりアナ雪が好き♥", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2714052962, "id_str": "2714052962", "name": "やっぱりアナ雪が好き♥", "screen_name": "anayuki_suki", "location": "", "description": "なんだかんだ言ってもやっぱりアナ雪が好きなんですよね~♪ \r\n私も好きって人は RT & 相互フォローで みなさん、お願いします♪", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 368, "friends_count": 1826, "listed_count": 1, "created_at": "Thu Aug 07 08:29:13 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 670, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/497299646662705153/KMo3gkv7_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/497299646662705153/KMo3gkv7_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2714052962/1407400477", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "zh" }, "created_at": "Sun Aug 31 00:29:03 +0000 2014", "id": 505874873759977500, "id_str": "505874873759977473", "text": "四川盆地江淮等地将有强降雨 开学日多地将有雨:   中新网8月31日电 据中央气象台消息,江淮东部、四川盆地东北部等地今天(31日)又将迎来一场暴雨或大暴雨天气。明天9月1日,是中小学生开学的日子。预计明天,内蒙古中部、... http://t.co/toQgVlXPyH", "source": "twitterfeed", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2281979863, "id_str": "2281979863", "name": "News 24h China", "screen_name": "news24hchn", "location": "", "description": "", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 719, "friends_count": 807, "listed_count": 7, "created_at": "Wed Jan 08 10:56:04 +0000 2014", "favourites_count": 0, "utc_offset": 7200, "time_zone": "Amsterdam", "geo_enabled": false, "verified": false, "statuses_count": 94782, "lang": "it", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/452558963754561536/QPID3isM.jpeg", "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/452558963754561536/QPID3isM.jpeg", "profile_background_tile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/439031926569979904/SlBH9iMg_normal.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/439031926569979904/SlBH9iMg_normal.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2281979863/1393508427", "profile_link_color": "0084B4", "profile_sidebar_border_color": "FFFFFF", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": false, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 0, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [ { "url": "http://t.co/toQgVlXPyH", "expanded_url": "http://news24h.allnews24h.com/FX54", "display_url": "news24h.allnews24h.com/FX54", "indices": [ 114, 136 ] } ], "user_mentions": [] }, "favorited": false, "retweeted": false, "possibly_sensitive": false, "lang": "zh" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:03 +0000 2014", "id": 505874873248268300, "id_str": "505874873248268288", "text": "@Take3carnifex それは大変!一大事!命に関わります!\n是非うちに受診して下さい!", "source": "Twitter for iPhone", "truncated": false, "in_reply_to_status_id": 505874353716600800, "in_reply_to_status_id_str": "505874353716600832", "in_reply_to_user_id": 535179785, "in_reply_to_user_id_str": "535179785", "in_reply_to_screen_name": "Take3carnifex", "user": { "id": 226897125, "id_str": "226897125", "name": "ひかり@hack", "screen_name": "hikari_thirteen", "location": "", "description": "hackというバンドで、ギターを弾いています。 モンハンとポケモンが好き。 \nSPRING WATER リードギター(ヘルプ)\nROCK OUT レギュラーDJ", "url": "http://t.co/SQLZnvjVxB", "entities": { "url": { "urls": [ { "url": "http://t.co/SQLZnvjVxB", "expanded_url": "http://s.ameblo.jp/hikarihikarimay", "display_url": "s.ameblo.jp/hikarihikarimay", "indices": [ 0, 22 ] } ] }, "description": { "urls": [] } }, "protected": false, "followers_count": 296, "friends_count": 348, "listed_count": 3, "created_at": "Wed Dec 15 10:51:51 +0000 2010", "favourites_count": 33, "utc_offset": 32400, "time_zone": "Tokyo", "geo_enabled": false, "verified": false, "statuses_count": 3293, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "131516", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "profile_background_tile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000504584690/8ccba98eda8c0fd1d15a74e401f621d1_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000504584690/8ccba98eda8c0fd1d15a74e401f621d1_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/226897125/1385551752", "profile_link_color": "009999", "profile_sidebar_border_color": "EEEEEE", "profile_sidebar_fill_color": "EFEFEF", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": false, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 0, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "Take3carnifex", "name": "Take3", "id": 535179785, "id_str": "535179785", "indices": [ 0, 14 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:03 +0000 2014", "id": 505874873223110660, "id_str": "505874873223110656", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "今どき女子高生の謎w", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2744236873, "id_str": "2744236873", "name": "今どき女子高生の謎w", "screen_name": "imadokijoshiko", "location": "", "description": "思わず耳を疑う男性の方の夢を壊してしまう、\r\n女子高生達のディープな世界を見てください☆ \r\nおもしろいと思ったら RT & 相互フォローでお願いします♪", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 79, "friends_count": 973, "listed_count": 0, "created_at": "Tue Aug 19 07:06:47 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 354, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501627015980535808/avWBgkDh_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501627015980535808/avWBgkDh_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2744236873/1408432455", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:02 +0000 2014", "id": 505874872463925250, "id_str": "505874872463925248", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "私の理想の男性像", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2761782601, "id_str": "2761782601", "name": "私の理想の男性像", "screen_name": "risou_dansei", "location": "", "description": "こんな男性♥ ほんとにいるのかしら!? \r\n「いたらいいのになぁ」っていう理想の男性像をを、私目線でつぶやきます。 \r\nいいなと思った人は RT & フォローお願いします♪", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 69, "friends_count": 974, "listed_count": 0, "created_at": "Sun Aug 24 08:03:32 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 208, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/503452833719410688/tFU509Yk_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/503452833719410688/tFU509Yk_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2761782601/1408867519", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:02 +0000 2014", "id": 505874871713157100, "id_str": "505874871713157120", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "激アツ★6秒動画", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2725690658, "id_str": "2725690658", "name": "激アツ★6秒動画", "screen_name": "gekiatu_6byou", "location": "", "description": "話題の6秒動画! \r\n思わず「ほんとかよっ」てツッコんでしまう内容のオンパレード! \r\nおもしろかったら、是非 RT & フォローお願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 195, "friends_count": 494, "listed_count": 0, "created_at": "Tue Aug 12 08:17:29 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 477, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/499107997444886528/3rl6FrIk_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/499107997444886528/3rl6FrIk_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2725690658/1407832963", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:02 +0000 2014", "id": 505874871616671740, "id_str": "505874871616671744", "text": "爆笑ww珍解答集!\n先生のツメの甘さと生徒のセンスを感じる一問一答だとFBでも話題!!\nうどん天下一決定戦ウィンドウズ9三重高校竹内由恵アナ花火保険\nhttp://t.co/jRWJt8IrSB http://t.co/okrAoxSbt0", "source": "笑える博物館", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2748747362, "id_str": "2748747362", "name": "笑える博物館", "screen_name": "waraeru_kan", "location": "", "description": "", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 19, "friends_count": 10, "listed_count": 0, "created_at": "Wed Aug 20 11:11:04 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 15137, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://abs.twimg.com/sticky/default_profile_images/default_profile_4_normal.png", "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_4_normal.png", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": true, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 0, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [ { "url": "http://t.co/jRWJt8IrSB", "expanded_url": "http://bit.ly/1qBa1nl", "display_url": "bit.ly/1qBa1nl", "indices": [ 75, 97 ] } ], "user_mentions": [], "media": [ { "id": 505874871344066560, "id_str": "505874871344066560", "indices": [ 98, 120 ], "media_url": "http://pbs.twimg.com/media/BwU6g-dCcAALxAW.png", "media_url_https": "https://pbs.twimg.com/media/BwU6g-dCcAALxAW.png", "url": "http://t.co/okrAoxSbt0", "display_url": "pic.twitter.com/okrAoxSbt0", "expanded_url": "http://twitter.com/waraeru_kan/status/505874871616671744/photo/1", "type": "photo", "sizes": { "small": { "w": 340, "h": 425, "resize": "fit" }, "thumb": { "w": 150, "h": 150, "resize": "crop" }, "large": { "w": 600, "h": 750, "resize": "fit" }, "medium": { "w": 600, "h": 750, "resize": "fit" } } } ] }, "favorited": false, "retweeted": false, "possibly_sensitive": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:02 +0000 2014", "id": 505874871268540400, "id_str": "505874871268540416", "text": "@nasan_arai \n名前→なーさん\n第一印象→誰。(´・_・`)\n今の印象→れいら♡\nLINE交換できる?→してる(「・ω・)「\n好きなところ→可愛い優しい優しい優しい\n最後に一言→なーさん好き〜(´・_・`)♡GEM現場おいでね(´・_・`)♡\n\n#ふぁぼした人にやる", "source": "Twitter for iPhone", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": 1717603286, "in_reply_to_user_id_str": "1717603286", "in_reply_to_screen_name": "nasan_arai", "user": { "id": 2417626784, "id_str": "2417626784", "name": "✩.ゆきଘ(*´꒳`)", "screen_name": "Ymaaya_gem", "location": "", "description": "⁽⁽٩( ᐖ )۶⁾⁾ ❤︎ 武 田 舞 彩 ❤︎ ₍₍٩( ᐛ )۶₎₎", "url": "http://t.co/wR0Qb76TbB", "entities": { "url": { "urls": [ { "url": "http://t.co/wR0Qb76TbB", "expanded_url": "http://twpf.jp/Ymaaya_gem", "display_url": "twpf.jp/Ymaaya_gem", "indices": [ 0, 22 ] } ] }, "description": { "urls": [] } }, "protected": false, "followers_count": 198, "friends_count": 245, "listed_count": 1, "created_at": "Sat Mar 29 16:03:06 +0000 2014", "favourites_count": 3818, "utc_offset": null, "time_zone": null, "geo_enabled": true, "verified": false, "statuses_count": 8056, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/505516858816987136/4gFGjHzu_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/505516858816987136/4gFGjHzu_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2417626784/1407764793", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 0, "favorite_count": 0, "entities": { "hashtags": [ { "text": "ふぁぼした人にやる", "indices": [ 128, 138 ] } ], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "nasan_arai", "name": "なーさん", "id": 1717603286, "id_str": "1717603286", "indices": [ 0, 11 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:02 +0000 2014", "id": 505874871218225150, "id_str": "505874871218225152", "text": "\"ソードマスター\"剣聖カミイズミ (CV:緑川光)-「ソードマスター」のアスタリスク所持者\n第一師団団長にして「剣聖」の称号を持つ剣士。イデアの剣の師匠。 \n敵味方からも尊敬される一流の武人。", "source": "twittbot.net", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 1435517814, "id_str": "1435517814", "name": "俺、関係ないよ?", "screen_name": "BDFF_LOVE", "location": "ルクセンダルクorリングアベルさんの隣", "description": "自分なりに生きる人、最後まであきらめないの。でも、フォローありがとう…。@ringo_BDFFLOVE ←は、妹です。時々、会話します。「現在BOTで、BDFFのこと呟くよ!」夜は、全滅 「BDFFプレイ中」詳しくは、ツイプロみてください!(絶対)", "url": "http://t.co/5R4dzpbWX2", "entities": { "url": { "urls": [ { "url": "http://t.co/5R4dzpbWX2", "expanded_url": "http://twpf.jp/BDFF_LOVE", "display_url": "twpf.jp/BDFF_LOVE", "indices": [ 0, 22 ] } ] }, "description": { "urls": [] } }, "protected": false, "followers_count": 1066, "friends_count": 1799, "listed_count": 6, "created_at": "Fri May 17 12:33:23 +0000 2013", "favourites_count": 1431, "utc_offset": 32400, "time_zone": "Irkutsk", "geo_enabled": true, "verified": false, "statuses_count": 6333, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/505696320380612608/qvaxb_zx_normal.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/505696320380612608/qvaxb_zx_normal.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1435517814/1409401948", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 0, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:02 +0000 2014", "id": 505874871130136600, "id_str": "505874871130136576", "text": "闇「リンと付き合うに当たって歳の差以外にもいろいろ壁があったんだよ。愛し隊の妨害とか風紀厨の生徒会長とか…」\n一号「リンちゃんを泣かせたらシメるかんね!」\n二号「リンちゃんにやましい事したら×す…」\n執行部「不純な交際は僕が取り締まろうじゃないか…」\n闇「(消される)」", "source": "twittbot.net", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2386208737, "id_str": "2386208737", "name": "闇未来Bot", "screen_name": "StxRinFbot", "location": "DIVAルーム", "description": "ProjectDIVAのモジュール・ストレンジダーク×鏡音リンFutureStyleの自己満足非公式Bot マセレン仕様。CP要素あります。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 7, "friends_count": 2, "listed_count": 0, "created_at": "Thu Mar 13 02:58:09 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 4876, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/443948925351755776/6rmljL5C_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/443948925351755776/6rmljL5C_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2386208737/1396259004", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 0, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:02 +0000 2014", "id": 505874870933016600, "id_str": "505874870933016576", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "絶品!!スイーツ天国", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2725681663, "id_str": "2725681663", "name": "絶品!!スイーツ天国", "screen_name": "suitestengoku", "location": "", "description": "美味しそうなスイーツって、見てるだけで幸せな気分になれますね♪\r\nそんな素敵なスイーツに出会いたいです。\r\n食べたいと思ったら是非 RT & フォローお願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 401, "friends_count": 1877, "listed_count": 1, "created_at": "Tue Aug 12 07:43:52 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 554, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/499099533507178496/g5dNpArt_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/499099533507178496/g5dNpArt_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2725681663/1407829743", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:02 +0000 2014", "id": 505874870148669440, "id_str": "505874870148669440", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "電車厳禁!!おもしろ話", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2699667800, "id_str": "2699667800", "name": "電車厳禁!!おもしろ話w", "screen_name": "dengeki_omoro", "location": "", "description": "日常のオモシロくて笑える場面を探します♪\r\n面白かったらRT & 相互フォローでみなさん、お願いします♪", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 461, "friends_count": 1919, "listed_count": 0, "created_at": "Sat Aug 02 02:16:32 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 728, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/495400387961036800/BBMb_hcG_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/495400387961036800/BBMb_hcG_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2699667800/1406947654", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:02 +0000 2014", "id": 505874869339189250, "id_str": "505874869339189249", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "笑えるwwランキング2", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2695745652, "id_str": "2695745652", "name": "笑えるwwランキング", "screen_name": "wara_runk", "location": "", "description": "知ってると使えるランキングを探そう。\r\n面白かったらRT & 相互フォローでみなさん、お願いします♪", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 314, "friends_count": 1943, "listed_count": 1, "created_at": "Thu Jul 31 13:51:57 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 737, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/494844659856728064/xBQfnm5J_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/494844659856728064/xBQfnm5J_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2695745652/1406815103", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:02 +0000 2014", "id": 505874868533854200, "id_str": "505874868533854209", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "スニーカー大好き★図鑑", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2707963890, "id_str": "2707963890", "name": "スニーカー大好き★図鑑", "screen_name": "sunikar_daisuki", "location": "", "description": "スニーカー好きを見つけて仲間になろう♪\r\n気に入ったら RT & 相互フォローで みなさん、お願いします♪", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 394, "friends_count": 1891, "listed_count": 0, "created_at": "Tue Aug 05 01:54:28 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 642, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/496474952631996416/f0C_u3_u_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/496474952631996416/f0C_u3_u_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2707963890/1407203869", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "zh" }, "created_at": "Sun Aug 31 00:29:01 +0000 2014", "id": 505874867997380600, "id_str": "505874867997380608", "text": "\"@BelloTexto: ¿Quieres ser feliz? \n一\"No stalkees\" \n一\"No stalkees\" \n一\"No stalkees\" \n一\"No stalkees\" \n一\"No stalkees\" \n一\"No stalkees\".\"", "source": "Twitter for Android", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2249378935, "id_str": "2249378935", "name": "Maggie Becerril ", "screen_name": "maggdesie", "location": "", "description": "cambiando la vida de las personas.", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 120, "friends_count": 391, "listed_count": 0, "created_at": "Mon Dec 16 21:56:49 +0000 2013", "favourites_count": 314, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 1657, "lang": "es", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/505093371665604608/K0x_LV2y_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/505093371665604608/K0x_LV2y_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2249378935/1409258479", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 0, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "BelloTexto", "name": "Indirectas... ✉", "id": 833083404, "id_str": "833083404", "indices": [ 1, 12 ] } ] }, "favorited": false, "retweeted": false, "lang": "zh" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:01 +0000 2014", "id": 505874867720183800, "id_str": "505874867720183808", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "ザ・異性の裏の顔", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2719746578, "id_str": "2719746578", "name": "ザ・異性の裏の顔", "screen_name": "iseiuragao", "location": "", "description": "異性について少し学ぶことで、必然的にモテるようになる!? 相手を理解することで見えてくるもの「それは・・・●●」 いい内容だと思ったら RT & フォローもお願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 238, "friends_count": 1922, "listed_count": 0, "created_at": "Sat Aug 09 17:18:43 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 532, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/498157077726900224/tW8q4di__normal.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/498157077726900224/tW8q4di__normal.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2719746578/1407604947", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:01 +0000 2014", "id": 505874866910687200, "id_str": "505874866910687233", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "超w美女☆アルバム", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2744054334, "id_str": "2744054334", "name": "超w美女☆アルバム", "screen_name": "bijyoalbum", "location": "", "description": "「おお~っ!いいね~」って、思わず言ってしまう、美女を見つけます☆ \r\nタイプだと思ったら RT & 相互フォローでお願いします♪", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 45, "friends_count": 966, "listed_count": 0, "created_at": "Tue Aug 19 05:36:48 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 352, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501604413312491520/GP66eKWr_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501604413312491520/GP66eKWr_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2744054334/1408426814", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:01 +0000 2014", "id": 505874866105376800, "id_str": "505874866105376769", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "男に見せない女子の裏生態", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2744261238, "id_str": "2744261238", "name": "男に見せない女子の裏生態", "screen_name": "jyoshiuraseitai", "location": "", "description": "男の知らない女子ならではのあるある☆ \r\nそんな生々しい女子の生態をつぶやきます。 \r\nわかる~って人は RT & フォローでお願いします♪", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 203, "friends_count": 967, "listed_count": 0, "created_at": "Tue Aug 19 08:01:28 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 348, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501641354804346880/Uh1-n1LD_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501641354804346880/Uh1-n1LD_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2744261238/1408435630", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:01 +0000 2014", "id": 505874865354584060, "id_str": "505874865354584064", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "驚きの動物たちの生態", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2759403146, "id_str": "2759403146", "name": "驚きの動物たちの生態", "screen_name": "soubutu_seitai", "location": "", "description": "「おお~っ」と 言われるような、動物の生態をツイートします♪ \r\n知っていると、あなたも人気者に!? \r\nおもしろかったら RT & フォローを、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 67, "friends_count": 954, "listed_count": 0, "created_at": "Sat Aug 23 16:39:31 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 219, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/503220468128567296/Z8mGDIBS_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/503220468128567296/Z8mGDIBS_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2759403146/1408812130", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:01 +0000 2014", "id": 505874864603820000, "id_str": "505874864603820032", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "モテ女子★ファションの秘密", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2706659820, "id_str": "2706659820", "name": "モテ女子★ファションの秘密", "screen_name": "mote_woman", "location": "", "description": "オシャレかわいい♥モテ度UPの注目アイテムを見つけます。\r\n気に入ったら RT & 相互フォローで みなさん、お願いします♪", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 217, "friends_count": 1806, "listed_count": 0, "created_at": "Mon Aug 04 14:30:24 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 682, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/496303370936668161/s7xP8rTy_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/496303370936668161/s7xP8rTy_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2706659820/1407163059", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:00 +0000 2014", "id": 505874863874007040, "id_str": "505874863874007040", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "男女の違いを解明する", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2761896468, "id_str": "2761896468", "name": "男女の違いを解明する", "screen_name": "danjyonotigai1", "location": "", "description": "意外と理解できていない男女それぞれの事情。 \r\n「えっ マジで!?」と驚くような、男女の習性をつぶやきます♪ ためになったら、是非 RT & フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 82, "friends_count": 992, "listed_count": 0, "created_at": "Sun Aug 24 09:47:44 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 237, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/503479057380413441/zDLu5Z9o_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/503479057380413441/zDLu5Z9o_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2761896468/1408873803", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:00 +0000 2014", "id": 505874862900924400, "id_str": "505874862900924416", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "神レベル★極限の発想", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2744950735, "id_str": "2744950735", "name": "神レベル★極限の発想", "screen_name": "kamihassou", "location": "", "description": "見ているだけで、本気がビシバシ伝わってきます! \r\n人生のヒントになるような、そんな究極の発想を集めています。 \r\nいいなと思ったら RT & 相互フォローで、お願いします♪", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 84, "friends_count": 992, "listed_count": 0, "created_at": "Tue Aug 19 13:36:05 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 343, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501725053189226496/xZNOTYz2_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501725053189226496/xZNOTYz2_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2744950735/1408455571", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:00 +0000 2014", "id": 505874862397591550, "id_str": "505874862397591552", "text": "@kaoritoxx そうよ!あたしはそう思うようにしておる。いま職場一やけとる気がする(°_°)!満喫幸せ焼け!!wあー、なるほどね!毎回そうだよね!ティアラちゃんみにいってるもんね♡五月と九月恐ろしい、、、\nハリポタエリアはいった??", "source": "Twitter for iPhone", "truncated": false, "in_reply_to_status_id": 505838547308277760, "in_reply_to_status_id_str": "505838547308277761", "in_reply_to_user_id": 796000214, "in_reply_to_user_id_str": "796000214", "in_reply_to_screen_name": "kaoritoxx", "user": { "id": 2256249487, "id_str": "2256249487", "name": "はあちゃん@海賊同盟中", "screen_name": "onepiece_24", "location": "どえすえろぉたんの助手兼ね妹(願望)", "description": "ONE PIECE愛しすぎて今年23ちゃい(歴14年目)ゾロ様に一途だったのにロー、このやろー。ロビンちゃんが幸せになればいい。ルフィは無条件にすき。ゾロビン、ローロビ、ルロビ♡usj、声優さん、コナン、進撃、クレしん、H x Hも好き♩", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 415, "friends_count": 384, "listed_count": 3, "created_at": "Sat Dec 21 09:37:25 +0000 2013", "favourites_count": 1603, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 9636, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501686340564418561/hMQFN4vD_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501686340564418561/hMQFN4vD_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2256249487/1399987924", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 0, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "kaoritoxx", "name": "かおちゃん", "id": 796000214, "id_str": "796000214", "indices": [ 0, 10 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:00 +0000 2014", "id": 505874861973991400, "id_str": "505874861973991424", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "恋愛仙人", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2698885082, "id_str": "2698885082", "name": "恋愛仙人", "screen_name": "renai_sennin", "location": "", "description": "豊富でステキな恋愛経験を、シェアしましょう。\r\n面白かったらRT & 相互フォローでみなさん、お願いします♪", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 618, "friends_count": 1847, "listed_count": 1, "created_at": "Fri Aug 01 18:09:38 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 726, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/495272204641132544/GNA18aOg_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/495272204641132544/GNA18aOg_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2698885082/1406917096", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:00 +0000 2014", "id": 505874861881700350, "id_str": "505874861881700353", "text": "@itsukibot_ 一稀の俺のソーセージをペロペロする音はデカイ", "source": "jigtwi", "truncated": false, "in_reply_to_status_id": 505871017428795400, "in_reply_to_status_id_str": "505871017428795392", "in_reply_to_user_id": 141170845, "in_reply_to_user_id_str": "141170845", "in_reply_to_screen_name": "itsukibot_", "user": { "id": 2184752048, "id_str": "2184752048", "name": "アンドー", "screen_name": "55dakedayo", "location": "", "description": "", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 15, "friends_count": 24, "listed_count": 0, "created_at": "Sat Nov 09 17:42:22 +0000 2013", "favourites_count": 37249, "utc_offset": 32400, "time_zone": "Irkutsk", "geo_enabled": false, "verified": false, "statuses_count": 21070, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://abs.twimg.com/sticky/default_profile_images/default_profile_3_normal.png", "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_3_normal.png", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": true, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 0, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "itsukibot_", "name": "前田一稀", "id": 141170845, "id_str": "141170845", "indices": [ 0, 11 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:00 +0000 2014", "id": 505874861185437700, "id_str": "505874861185437697", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "あの伝説の名ドラマ&名場面", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2706951979, "id_str": "2706951979", "name": "あの伝説の名ドラマ&名場面", "screen_name": "densetunodorama", "location": "", "description": "誰にでも記憶に残る、ドラマの名場面があると思います。そんな感動のストーリーを、もう一度わかちあいたいです。\r\n「これ知ってる!」とか「あ~懐かしい」と思ったら RT & 相互フォローでみなさん、お願いします♪", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 300, "friends_count": 1886, "listed_count": 0, "created_at": "Mon Aug 04 16:38:25 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 694, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/496335892152209408/fKzb8Nv3_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/496335892152209408/fKzb8Nv3_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2706951979/1407170704", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:29:00 +0000 2014", "id": 505874860447260700, "id_str": "505874860447260672", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "マジで食べたい♥ケーキ特集", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2724328646, "id_str": "2724328646", "name": "マジで食べたい♥ケーキ特集", "screen_name": "tabetaicake1", "location": "", "description": "女性の目線から見た、美味しそうなケーキを探し求めています。\r\n見てるだけで、あれもコレも食べたくなっちゃう♪\r\n美味しそうだと思ったら、是非 RT & フォローお願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 158, "friends_count": 1907, "listed_count": 0, "created_at": "Mon Aug 11 17:15:22 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 493, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/498881289844293632/DAa9No9M_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/498881289844293632/DAa9No9M_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2724328646/1407777704", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:28:59 +0000 2014", "id": 505874859662925800, "id_str": "505874859662925824", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "アディダス★マニア", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2704003662, "id_str": "2704003662", "name": "アディダス★マニア", "screen_name": "adi_mania11", "location": "", "description": "素敵なアディダスのアイテムを見つけたいです♪\r\n気に入ってもらえたららRT & 相互フォローで みなさん、お願いします♪", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 340, "friends_count": 1851, "listed_count": 0, "created_at": "Sun Aug 03 12:26:37 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 734, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/495911561781727235/06QAMVrR_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/495911561781727235/06QAMVrR_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2704003662/1407069046", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:28:59 +0000 2014", "id": 505874858920513540, "id_str": "505874858920513537", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "萌えペット大好き", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2719061228, "id_str": "2719061228", "name": "萌えペット大好き", "screen_name": "moe_pet1", "location": "", "description": "かわいいペットを見るのが趣味です♥そんな私と一緒にいやされたい人いませんか?かわいいと思ったら RT & フォローもお願いします♪", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 289, "friends_count": 1812, "listed_count": 0, "created_at": "Sat Aug 09 10:20:25 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 632, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/498051549537386496/QizThq7N_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/498051549537386496/QizThq7N_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2719061228/1407581287", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:28:59 +0000 2014", "id": 505874858115219460, "id_str": "505874858115219456", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "恋愛の教科書 ", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2744344514, "id_str": "2744344514", "name": "恋愛の教科書", "screen_name": "renaikyoukasyo", "location": "", "description": "もっと早く知っとくべきだった~!知っていればもっと上手くいく♪ \r\n今すぐ役立つ恋愛についての雑学やマメ知識をお届けします。 \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 124, "friends_count": 955, "listed_count": 0, "created_at": "Tue Aug 19 08:32:45 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 346, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501655512018997248/7SznYGWi_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501655512018997248/7SznYGWi_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2744344514/1408439001", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:28:59 +0000 2014", "id": 505874857335074800, "id_str": "505874857335074816", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "オモロすぎる★学生の日常", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2699365116, "id_str": "2699365116", "name": "オモロすぎる★学生の日常", "screen_name": "omorogakusei", "location": "", "description": "楽しすぎる学生の日常を探していきます。\r\n面白かったらRT & 相互フォローでみなさん、お願いします♪", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 289, "friends_count": 1156, "listed_count": 2, "created_at": "Fri Aug 01 23:35:18 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 770, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/495353473886478336/S-4B_RVl_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/495353473886478336/S-4B_RVl_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2699365116/1406936481", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:28:59 +0000 2014", "id": 505874856605257700, "id_str": "505874856605257728", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "憧れの★インテリア図鑑", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2721907602, "id_str": "2721907602", "name": "憧れの★インテリア図鑑", "screen_name": "akogareinteria", "location": "", "description": "自分の住む部屋もこんなふうにしてみたい♪ \r\nそんな素敵なインテリアを、日々探していますw \r\nいいなと思ったら RT & 相互フォローお願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 298, "friends_count": 1925, "listed_count": 0, "created_at": "Sun Aug 10 15:59:13 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 540, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/498499374423343105/Wi_izHvT_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/498499374423343105/Wi_izHvT_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2721907602/1407686543", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:28:59 +0000 2014", "id": 505874856089378800, "id_str": "505874856089378816", "text": "天冥の標 VI 宿怨 PART1 / 小川 一水\nhttp://t.co/fXIgRt4ffH\n \n#キンドル #天冥の標VI宿怨PART1", "source": "waromett", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 1953404612, "id_str": "1953404612", "name": "わろめっと", "screen_name": "waromett", "location": "", "description": "たのしいついーとしょうかい", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 16980, "friends_count": 16983, "listed_count": 18, "created_at": "Fri Oct 11 05:49:57 +0000 2013", "favourites_count": 3833, "utc_offset": 32400, "time_zone": "Tokyo", "geo_enabled": false, "verified": false, "statuses_count": 98655, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "352726", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme5/bg.gif", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme5/bg.gif", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000578908101/14c4744c7aa34b1f8bbd942b78e59385_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000578908101/14c4744c7aa34b1f8bbd942b78e59385_normal.jpeg", "profile_link_color": "D02B55", "profile_sidebar_border_color": "829D5E", "profile_sidebar_fill_color": "99CC33", "profile_text_color": "3E4415", "profile_use_background_image": true, "default_profile": false, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 0, "favorite_count": 0, "entities": { "hashtags": [ { "text": "キンドル", "indices": [ 50, 55 ] }, { "text": "天冥の標VI宿怨PART1", "indices": [ 56, 70 ] } ], "symbols": [], "urls": [ { "url": "http://t.co/fXIgRt4ffH", "expanded_url": "http://j.mp/1kHBOym", "display_url": "j.mp/1kHBOym", "indices": [ 25, 47 ] } ], "user_mentions": [] }, "favorited": false, "retweeted": false, "possibly_sensitive": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "zh" }, "created_at": "Sun Aug 31 00:28:58 +0000 2014", "id": 505874855770599400, "id_str": "505874855770599425", "text": "四川盆地江淮等地将有强降雨 开学日多地将有雨:   中新网8月31日电 据中央气象台消息,江淮东部、四川盆地东北部等地今天(31日)又将迎来一场暴雨或大暴雨天气。明天9月1日,是中小学生开学的日子。预计明天,内蒙古中部、... http://t.co/RNdqIHmTby", "source": "twitterfeed", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 402427654, "id_str": "402427654", "name": "中国新闻", "screen_name": "zhongwenxinwen", "location": "", "description": "中国的新闻,世界的新闻。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 2429, "friends_count": 15, "listed_count": 29, "created_at": "Tue Nov 01 01:56:43 +0000 2011", "favourites_count": 0, "utc_offset": -28800, "time_zone": "Alaska", "geo_enabled": false, "verified": false, "statuses_count": 84564, "lang": "zh-cn", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "709397", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme6/bg.gif", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme6/bg.gif", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2700523149/5597e347b2eb880425faef54287995f2_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2700523149/5597e347b2eb880425faef54287995f2_normal.jpeg", "profile_link_color": "FF3300", "profile_sidebar_border_color": "86A4A6", "profile_sidebar_fill_color": "A0C5C7", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": false, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 0, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [ { "url": "http://t.co/RNdqIHmTby", "expanded_url": "http://bit.ly/1tOdNsI", "display_url": "bit.ly/1tOdNsI", "indices": [ 114, 136 ] } ], "user_mentions": [] }, "favorited": false, "retweeted": false, "possibly_sensitive": false, "lang": "zh" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:28:58 +0000 2014", "id": 505874854877200400, "id_str": "505874854877200384", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "LDH ★大好き応援団", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2700961603, "id_str": "2700961603", "name": "LDH ★大好き応援団", "screen_name": "LDH_daisuki1", "location": "", "description": "LDHファンは、全員仲間です♪\r\n面白かったらRT & 相互フォローでみなさん、お願いします♪", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 458, "friends_count": 1895, "listed_count": 0, "created_at": "Sat Aug 02 14:23:46 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 735, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/495578007298252800/FOZflgYu_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/495578007298252800/FOZflgYu_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2700961603/1406989928", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:28:58 +0000 2014", "id": 505874854147407900, "id_str": "505874854147407872", "text": "RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…", "source": "マジ!?怖いアニメ都市伝説", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2719489172, "id_str": "2719489172", "name": "マジ!?怖いアニメ都市伝説", "screen_name": "anime_toshiden1", "location": "", "description": "あなたの知らない、怖すぎるアニメの都市伝説を集めています。\r\n「え~知らなかったよww]」って人は RT & フォローお願いします♪", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 377, "friends_count": 1911, "listed_count": 1, "created_at": "Sat Aug 09 14:41:15 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 536, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/498118027322208258/h7XOTTSi_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/498118027322208258/h7XOTTSi_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2719489172/1407595513", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:06 +0000 2014", "id": 505871615125491700, "id_str": "505871615125491712", "text": "一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介", "source": "幸せの☆お守り", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2745121514, "id_str": "2745121514", "name": "幸せの☆お守り", "screen_name": "shiawaseomamori", "location": "", "description": "自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT & 相互フォローで、お願いします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 213, "friends_count": 991, "listed_count": 0, "created_at": "Tue Aug 19 14:45:19 +0000 2014", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 349, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2745121514/1408459730", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 58, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "shiawaseomamori", "name": "幸せの☆お守り", "id": 2745121514, "id_str": "2745121514", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:28:58 +0000 2014", "id": 505874854134820860, "id_str": "505874854134820864", "text": "@vesperia1985 おはよー!\n今日までなのですよ…!!明日一生来なくていい", "source": "Twitter for iPhone", "truncated": false, "in_reply_to_status_id": 505868030329364500, "in_reply_to_status_id_str": "505868030329364480", "in_reply_to_user_id": 2286548834, "in_reply_to_user_id_str": "2286548834", "in_reply_to_screen_name": "vesperia1985", "user": { "id": 2389045190, "id_str": "2389045190", "name": "りいこ", "screen_name": "riiko_dq10", "location": "", "description": "サマーエルフです、りいこです。えるおくんラブです!随時ふれぼしゅ〜〜(っ˘ω˘c )*日常のどうでもいいことも呟いてますがよろしくね〜", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 67, "friends_count": 69, "listed_count": 0, "created_at": "Fri Mar 14 13:02:27 +0000 2014", "favourites_count": 120, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 324, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/503906346815610881/BfSrCoBr_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/503906346815610881/BfSrCoBr_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2389045190/1409232058", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 0, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "vesperia1985", "name": "ユーリ", "id": 2286548834, "id_str": "2286548834", "indices": [ 0, 13 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:28:58 +0000 2014", "id": 505874853778685950, "id_str": "505874853778685952", "text": "【映画パンフレット】 永遠の0 (永遠のゼロ) 監督 山崎貴 キャスト 岡田准一、三浦春馬、井上真央東宝(2)11点の新品/中古品を見る: ¥ 500より\n(この商品の現在のランクに関する正式な情報については、アートフレーム... http://t.co/4hbyB1rbQ7", "source": "IFTTT", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 1319883571, "id_str": "1319883571", "name": "森林木工家具製作所", "screen_name": "Furniturewood", "location": "沖縄", "description": "家具(かぐ、Furniture)は、家財道具のうち家の中に据え置いて利用する比較的大型の道具類、または元々家に作り付けられている比較的大型の道具類をさす。なお、日本の建築基準法上は、作り付け家具は、建築確認及び完了検査の対象となるが、後から置かれるものについては対象外である。", "url": "http://t.co/V4oyL0xtZk", "entities": { "url": { "urls": [ { "url": "http://t.co/V4oyL0xtZk", "expanded_url": "http://astore.amazon.co.jp/furniturewood-22", "display_url": "astore.amazon.co.jp/furniturewood-…", "indices": [ 0, 22 ] } ] }, "description": { "urls": [] } }, "protected": false, "followers_count": 677, "friends_count": 743, "listed_count": 1, "created_at": "Mon Apr 01 07:55:14 +0000 2013", "favourites_count": 0, "utc_offset": 32400, "time_zone": "Irkutsk", "geo_enabled": false, "verified": false, "statuses_count": 17210, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3460466135/c67d9df9b760787b9ed284fe80b1dd31_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3460466135/c67d9df9b760787b9ed284fe80b1dd31_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1319883571/1364804982", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 0, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [ { "url": "http://t.co/4hbyB1rbQ7", "expanded_url": "http://ift.tt/1kT55bk", "display_url": "ift.tt/1kT55bk", "indices": [ 116, 138 ] } ], "user_mentions": [] }, "favorited": false, "retweeted": false, "possibly_sensitive": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:28:58 +0000 2014", "id": 505874852754907140, "id_str": "505874852754907136", "text": "RT @siranuga_hotoke: ゴキブリは一世帯に平均して480匹いる。", "source": "Twitter for iPhone", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 413944345, "id_str": "413944345", "name": "泥酔イナバウアー", "screen_name": "Natade_co_co_21", "location": "", "description": "君の瞳にうつる僕に乾杯。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 298, "friends_count": 300, "listed_count": 4, "created_at": "Wed Nov 16 12:52:46 +0000 2011", "favourites_count": 3125, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 12237, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "FFF04D", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000115928444/9bf5fa13385cc80bfeb097e51af9862a.jpeg", "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000115928444/9bf5fa13385cc80bfeb097e51af9862a.jpeg", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/500849752351600640/lMQqIzYj_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/500849752351600640/lMQqIzYj_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/413944345/1403511193", "profile_link_color": "0099CC", "profile_sidebar_border_color": "000000", "profile_sidebar_fill_color": "F6FFD1", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": false, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sat Aug 30 23:24:23 +0000 2014", "id": 505858599411666940, "id_str": "505858599411666944", "text": "ゴキブリは一世帯に平均して480匹いる。", "source": "twittbot.net", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2243896200, "id_str": "2243896200", "name": "知らぬが仏bot", "screen_name": "siranuga_hotoke", "location": "奈良・京都辺り", "description": "知らぬが仏な情報をお伝えします。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 3288, "friends_count": 3482, "listed_count": 7, "created_at": "Fri Dec 13 13:16:35 +0000 2013", "favourites_count": 0, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 1570, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000866399372/ypy5NnPe_normal.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000866399372/ypy5NnPe_normal.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2243896200/1386997755", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 1, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": false, "retweeted": false, "lang": "ja" }, "retweet_count": 1, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [ { "screen_name": "siranuga_hotoke", "name": "知らぬが仏bot", "id": 2243896200, "id_str": "2243896200", "indices": [ 3, 19 ] } ] }, "favorited": false, "retweeted": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:28:58 +0000 2014", "id": 505874852603908100, "id_str": "505874852603908096", "text": "RT @UARROW_Y: ようかい体操第一を踊る国見英 http://t.co/SXoYWH98as", "source": "Twitter for iPhone", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 2463035136, "id_str": "2463035136", "name": "や", "screen_name": "yae45", "location": "", "description": "きもちわるいことつぶやく用", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 4, "friends_count": 30, "listed_count": 0, "created_at": "Fri Apr 25 10:49:20 +0000 2014", "favourites_count": 827, "utc_offset": 32400, "time_zone": "Irkutsk", "geo_enabled": false, "verified": false, "statuses_count": 390, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/505345820137234433/csFeRxPm_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/505345820137234433/csFeRxPm_normal.jpeg", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:16:45 +0000 2014", "id": 505871779949051900, "id_str": "505871779949051904", "text": "ようかい体操第一を踊る国見英 http://t.co/SXoYWH98as", "source": "Twitter for Android", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 1261662588, "id_str": "1261662588", "name": "ゆう矢", "screen_name": "UARROW_Y", "location": "つくり出そう国影の波 広げよう国影の輪", "description": "HQ!! 成人済腐女子。日常ツイート多いです。赤葦京治夢豚クソツイ含みます注意。フォローをお考えの際はプロフご一読お願い致します。FRBお気軽に", "url": "http://t.co/LFX2XOzb0l", "entities": { "url": { "urls": [ { "url": "http://t.co/LFX2XOzb0l", "expanded_url": "http://twpf.jp/UARROW_Y", "display_url": "twpf.jp/UARROW_Y", "indices": [ 0, 22 ] } ] }, "description": { "urls": [] } }, "protected": false, "followers_count": 265, "friends_count": 124, "listed_count": 12, "created_at": "Tue Mar 12 10:42:17 +0000 2013", "favourites_count": 6762, "utc_offset": 32400, "time_zone": "Tokyo", "geo_enabled": true, "verified": false, "statuses_count": 55946, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/502095104618663937/IzuPYx3E_normal.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/502095104618663937/IzuPYx3E_normal.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1261662588/1408618604", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 29, "favorite_count": 54, "entities": { "hashtags": [], "symbols": [], "urls": [ { "url": "http://t.co/SXoYWH98as", "expanded_url": "http://twitter.com/UARROW_Y/status/505871779949051904/photo/1", "display_url": "pic.twitter.com/SXoYWH98as", "indices": [ 15, 37 ] } ], "user_mentions": [] }, "favorited": false, "retweeted": false, "possibly_sensitive": false, "lang": "ja" }, "retweet_count": 29, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [ { "url": "http://t.co/SXoYWH98as", "expanded_url": "http://twitter.com/UARROW_Y/status/505871779949051904/photo/1", "display_url": "pic.twitter.com/SXoYWH98as", "indices": [ 29, 51 ] } ], "user_mentions": [ { "screen_name": "UARROW_Y", "name": "ゆう矢", "id": 1261662588, "id_str": "1261662588", "indices": [ 3, 12 ] } ] }, "favorited": false, "retweeted": false, "possibly_sensitive": false, "lang": "ja" }, { "metadata": { "result_type": "recent", "iso_language_code": "zh" }, "created_at": "Sun Aug 31 00:28:57 +0000 2014", "id": 505874848900341760, "id_str": "505874848900341760", "text": "RT @fightcensorship: 李克強總理的臉綠了!在前日南京青奧會閉幕式,觀眾席上一名貪玩韓國少年運動員,竟斗膽用激光筆射向中國總理李克強的臉。http://t.co/HLX9mHcQwe http://t.co/fVVOSML5s8", "source": "Twitter for iPhone", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 889332218, "id_str": "889332218", "name": "民權初步", "screen_name": "JoeyYoungkm", "location": "km/cn", "description": "经历了怎样的曲折才从追求“一致通过”发展到今天人们接受“过半数通过”,正是人们认识到对“一致”甚至是“基本一致”的追求本身就会变成一种独裁。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 313, "friends_count": 46, "listed_count": 0, "created_at": "Thu Oct 18 17:21:17 +0000 2012", "favourites_count": 24, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 15707, "lang": "en", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000563062033/a7e8274752ce36a6cd5bad971ec7d416_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000563062033/a7e8274752ce36a6cd5bad971ec7d416_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/889332218/1388896916", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweeted_status": { "metadata": { "result_type": "recent", "iso_language_code": "zh" }, "created_at": "Sat Aug 30 23:56:27 +0000 2014", "id": 505866670356070400, "id_str": "505866670356070401", "text": "李克強總理的臉綠了!在前日南京青奧會閉幕式,觀眾席上一名貪玩韓國少年運動員,竟斗膽用激光筆射向中國總理李克強的臉。http://t.co/HLX9mHcQwe http://t.co/fVVOSML5s8", "source": "Twitter Web Client", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 67661086, "id_str": "67661086", "name": "※范强※法特姗瑟希蒲※", "screen_name": "fightcensorship", "location": "Middle of Nowhere", "description": "被人指责“封建”、“落后”、“保守”的代表,当代红卫兵攻击对象。致力于言论自由,人权; 倡导资讯公开,反对网络封锁。既不是精英分子,也不是意见领袖,本推言论不代表任何国家、党派和组织,也不标榜伟大、光荣和正确。", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 7143, "friends_count": 779, "listed_count": 94, "created_at": "Fri Aug 21 17:16:22 +0000 2009", "favourites_count": 364, "utc_offset": 28800, "time_zone": "Singapore", "geo_enabled": false, "verified": false, "statuses_count": 16751, "lang": "en", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "FFFFFF", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/611138516/toeccqnahbpmr0sw9ybv.jpeg", "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/611138516/toeccqnahbpmr0sw9ybv.jpeg", "profile_background_tile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/3253137427/3524557d21ef2c04871e985d4d136bdb_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3253137427/3524557d21ef2c04871e985d4d136bdb_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/67661086/1385608347", "profile_link_color": "ED1313", "profile_sidebar_border_color": "FFFFFF", "profile_sidebar_fill_color": "E0FF92", "profile_text_color": "000000", "profile_use_background_image": true, "default_profile": false, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 4, "favorite_count": 2, "entities": { "hashtags": [], "symbols": [], "urls": [ { "url": "http://t.co/HLX9mHcQwe", "expanded_url": "http://is.gd/H3OgTO", "display_url": "is.gd/H3OgTO", "indices": [ 57, 79 ] } ], "user_mentions": [], "media": [ { "id": 505866668485386240, "id_str": "505866668485386241", "indices": [ 80, 102 ], "media_url": "http://pbs.twimg.com/media/BwUzDgbIIAEgvhD.jpg", "media_url_https": "https://pbs.twimg.com/media/BwUzDgbIIAEgvhD.jpg", "url": "http://t.co/fVVOSML5s8", "display_url": "pic.twitter.com/fVVOSML5s8", "expanded_url": "http://twitter.com/fightcensorship/status/505866670356070401/photo/1", "type": "photo", "sizes": { "large": { "w": 640, "h": 554, "resize": "fit" }, "medium": { "w": 600, "h": 519, "resize": "fit" }, "thumb": { "w": 150, "h": 150, "resize": "crop" }, "small": { "w": 340, "h": 294, "resize": "fit" } } } ] }, "favorited": false, "retweeted": false, "possibly_sensitive": false, "lang": "zh" }, "retweet_count": 4, "favorite_count": 0, "entities": { "hashtags": [], "symbols": [], "urls": [ { "url": "http://t.co/HLX9mHcQwe", "expanded_url": "http://is.gd/H3OgTO", "display_url": "is.gd/H3OgTO", "indices": [ 78, 100 ] } ], "user_mentions": [ { "screen_name": "fightcensorship", "name": "※范强※法特姗瑟希蒲※", "id": 67661086, "id_str": "67661086", "indices": [ 3, 19 ] } ], "media": [ { "id": 505866668485386240, "id_str": "505866668485386241", "indices": [ 101, 123 ], "media_url": "http://pbs.twimg.com/media/BwUzDgbIIAEgvhD.jpg", "media_url_https": "https://pbs.twimg.com/media/BwUzDgbIIAEgvhD.jpg", "url": "http://t.co/fVVOSML5s8", "display_url": "pic.twitter.com/fVVOSML5s8", "expanded_url": "http://twitter.com/fightcensorship/status/505866670356070401/photo/1", "type": "photo", "sizes": { "large": { "w": 640, "h": 554, "resize": "fit" }, "medium": { "w": 600, "h": 519, "resize": "fit" }, "thumb": { "w": 150, "h": 150, "resize": "crop" }, "small": { "w": 340, "h": 294, "resize": "fit" } }, "source_status_id": 505866670356070400, "source_status_id_str": "505866670356070401" } ] }, "favorited": false, "retweeted": false, "possibly_sensitive": false, "lang": "zh" }, { "metadata": { "result_type": "recent", "iso_language_code": "ja" }, "created_at": "Sun Aug 31 00:28:56 +0000 2014", "id": 505874847260352500, "id_str": "505874847260352513", "text": "【マイリスト】【彩りりあ】妖怪体操第一 踊ってみた【反転】 http://t.co/PjL9if8OZC #sm24357625", "source": "ニコニコ動画", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 1609789375, "id_str": "1609789375", "name": "食いしん坊前ちゃん", "screen_name": "2no38mae", "location": "ニノと二次元の間", "description": "ニコ動で踊り手やってます!!応援本当に嬉しいですありがとうございます!! ぽっちゃりだけど前向きに頑張る腐女子です。嵐と弱虫ペダルが大好き!【お返事】りぷ(基本は)”○” DM (同業者様を除いて)”×” 動画の転載は絶対にやめてください。 ブログ→http://t.co/8E91tqoeKX  ", "url": "http://t.co/ulD2e9mcwb", "entities": { "url": { "urls": [ { "url": "http://t.co/ulD2e9mcwb", "expanded_url": "http://www.nicovideo.jp/mylist/37917495", "display_url": "nicovideo.jp/mylist/37917495", "indices": [ 0, 22 ] } ] }, "description": { "urls": [ { "url": "http://t.co/8E91tqoeKX", "expanded_url": "http://ameblo.jp/2no38mae/", "display_url": "ameblo.jp/2no38mae/", "indices": [ 125, 147 ] } ] } }, "protected": false, "followers_count": 560, "friends_count": 875, "listed_count": 11, "created_at": "Sun Jul 21 05:09:43 +0000 2013", "favourites_count": 323, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, "statuses_count": 3759, "lang": "ja", "contributors_enabled": false, "is_translator": false, "is_translation_enabled": false, "profile_background_color": "F2C6E4", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000029400927/114b242f5d838ec7cb098ea5db6df413.jpeg", "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000029400927/114b242f5d838ec7cb098ea5db6df413.jpeg", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/487853237723095041/LMBMGvOc_normal.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/487853237723095041/LMBMGvOc_normal.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1609789375/1375752225", "profile_link_color": "FF9EDD", "profile_sidebar_border_color": "FFFFFF", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": false, "default_profile_image": false, "following": false, "follow_request_sent": false, "notifications": false }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 0, "favorite_count": 0, "entities": { "hashtags": [ { "text": "sm24357625", "indices": [ 53, 64 ] } ], "symbols": [], "urls": [ { "url": "http://t.co/PjL9if8OZC", "expanded_url": "http://nico.ms/sm24357625", "display_url": "nico.ms/sm24357625", "indices": [ 30, 52 ] } ], "user_mentions": [] }, "favorited": false, "retweeted": false, "possibly_sensitive": false, "lang": "ja" } ], "search_metadata": { "completed_in": 0.087, "max_id": 505874924095815700, "max_id_str": "505874924095815681", "next_results": "?max_id=505874847260352512&q=%E4%B8%80&count=100&include_entities=1", "query": "%E4%B8%80", "refresh_url": "?since_id=505874924095815681&q=%E4%B8%80&include_entities=1", "count": 100, "since_id": 0, "since_id_str": "0" } }oj-3.16.12/test/data/twitter.rails.json000066400000000000000000016276421510053151600177110ustar00rootroot00000000000000{"statuses":[{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:15 +0000 2014","id":505874924095815700,"id_str":"505874924095815681","text":"@aym0566x \n\n名前:前田あゆみ\n第一印象:なんか怖っ!\n今の印象:とりあえずキモい。噛み合わない\n好きなところ:ぶすでキモいとこ😋✨✨\n思い出:んーーー、ありすぎ😊❤️\nLINE交換できる?:あぁ……ごめん✋\nトプ画をみて:照れますがな😘✨\n一言:お前は一生もんのダチ💖","source":"\u003ca href=\"http://twitter.com/download/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":866260188,"in_reply_to_user_id_str":"866260188","in_reply_to_screen_name":"aym0566x","user":{"id":1186275104,"id_str":"1186275104","name":"AYUMI","screen_name":"ayuu0123","location":"","description":"元野球部マネージャー❤︎…最高の夏をありがとう…❤︎","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":262,"friends_count":252,"listed_count":0,"created_at":"Sat Feb 16 13:40:25 +0000 2013","favourites_count":235,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":1769,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/497760886795153410/LDjAwR_y_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/497760886795153410/LDjAwR_y_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/1186275104/1409318784","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"aym0566x","name":"前田あゆみ","id":866260188,"id_str":"866260188","indices":[0,9]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:14 +0000 2014","id":505874922023837700,"id_str":"505874922023837696","text":"RT @KATANA77: えっそれは・・・(一同) http://t.co/PkCJAcSuYK","source":"\u003ca href=\"http://twitter.com/download/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":903487807,"id_str":"903487807","name":"RT\u0026ファボ魔のむっつんさっm","screen_name":"yuttari1998","location":"関西 ↓詳しいプロ↓","description":"無言フォローはあまり好みません ゲームと動画が好きですシモ野郎ですがよろしく…最近はMGSとブレイブルー、音ゲーをプレイしてます","url":"http://t.co/Yg9e1Fl8wd","entities":{"url":{"urls":[{"url":"http://t.co/Yg9e1Fl8wd","expanded_url":"http://twpf.jp/yuttari1998","display_url":"twpf.jp/yuttari1998","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":95,"friends_count":158,"listed_count":1,"created_at":"Thu Oct 25 08:27:13 +0000 2012","favourites_count":3652,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":10276,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/500268849275494400/AoXHZ7Ij_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/500268849275494400/AoXHZ7Ij_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/903487807/1409062272","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sat Aug 30 23:49:35 +0000 2014","id":505864943636197400,"id_str":"505864943636197376","text":"えっそれは・・・(一同) http://t.co/PkCJAcSuYK","source":"\u003ca href=\"http://twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":77915997,"id_str":"77915997","name":"(有)刀","screen_name":"KATANA77","location":"","description":"プリキュア好きのサラリーマンです。好きなプリキュアシリーズはハートキャッチ、最愛のキャラクターは月影ゆりさんです。 http://t.co/QMLJeFmfMTご質問、お問い合わせはこちら http://t.co/LU8T7vmU3h","url":null,"entities":{"description":{"urls":[{"url":"http://t.co/QMLJeFmfMT","expanded_url":"http://www.pixiv.net/member.php?id=4776","display_url":"pixiv.net/member.php?id=…","indices":[58,80]},{"url":"http://t.co/LU8T7vmU3h","expanded_url":"http://ask.fm/KATANA77","display_url":"ask.fm/KATANA77","indices":[95,117]}]}},"protected":false,"followers_count":1095,"friends_count":740,"listed_count":50,"created_at":"Mon Sep 28 03:41:27 +0000 2009","favourites_count":3741,"utc_offset":32400,"time_zone":"Tokyo","geo_enabled":true,"verified":false,"statuses_count":19059,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://pbs.twimg.com/profile_background_images/808597451/45b82f887085d32bd4b87dfc348fe22a.png","profile_background_image_url_https":"https://pbs.twimg.com/profile_background_images/808597451/45b82f887085d32bd4b87dfc348fe22a.png","profile_background_tile":true,"profile_image_url":"http://pbs.twimg.com/profile_images/480210114964504577/MjVIEMS4_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/480210114964504577/MjVIEMS4_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/77915997/1404661392","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":82,"favorite_count":42,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[],"media":[{"id":505864942575034400,"id_str":"505864942575034369","indices":[13,35],"media_url":"http://pbs.twimg.com/media/BwUxfC6CIAEr-Ye.jpg","media_url_https":"https://pbs.twimg.com/media/BwUxfC6CIAEr-Ye.jpg","url":"http://t.co/PkCJAcSuYK","display_url":"pic.twitter.com/PkCJAcSuYK","expanded_url":"http://twitter.com/KATANA77/status/505864943636197376/photo/1","type":"photo","sizes":{"medium":{"w":600,"h":338,"resize":"fit"},"small":{"w":340,"h":192,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":765,"h":432,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"ja"},"retweet_count":82,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"KATANA77","name":"(有)刀","id":77915997,"id_str":"77915997","indices":[3,12]}],"media":[{"id":505864942575034400,"id_str":"505864942575034369","indices":[27,49],"media_url":"http://pbs.twimg.com/media/BwUxfC6CIAEr-Ye.jpg","media_url_https":"https://pbs.twimg.com/media/BwUxfC6CIAEr-Ye.jpg","url":"http://t.co/PkCJAcSuYK","display_url":"pic.twitter.com/PkCJAcSuYK","expanded_url":"http://twitter.com/KATANA77/status/505864943636197376/photo/1","type":"photo","sizes":{"medium":{"w":600,"h":338,"resize":"fit"},"small":{"w":340,"h":192,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":765,"h":432,"resize":"fit"}},"source_status_id":505864943636197400,"source_status_id_str":"505864943636197376"}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:14 +0000 2014","id":505874920140591100,"id_str":"505874920140591104","text":"@longhairxMIURA 朝一ライカス辛目だよw","source":"\u003ca href=\"http://twitter.com/download/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c/a\u003e","truncated":false,"in_reply_to_status_id":505874728897085440,"in_reply_to_status_id_str":"505874728897085440","in_reply_to_user_id":114188950,"in_reply_to_user_id_str":"114188950","in_reply_to_screen_name":"longhairxMIURA","user":{"id":114786346,"id_str":"114786346","name":"PROTECT-T","screen_name":"ttm_protect","location":"静岡県長泉町","description":"24 / XXX / @andprotector / @lifefocus0545 potato design works","url":"http://t.co/5EclbQiRX4","entities":{"url":{"urls":[{"url":"http://t.co/5EclbQiRX4","expanded_url":"http://ap.furtherplatonix.net/index.html","display_url":"ap.furtherplatonix.net/index.html","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":1387,"friends_count":903,"listed_count":25,"created_at":"Tue Feb 16 16:13:41 +0000 2010","favourites_count":492,"utc_offset":32400,"time_zone":"Osaka","geo_enabled":false,"verified":false,"statuses_count":12679,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/481360383253295104/4B9Rcfys_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/481360383253295104/4B9Rcfys_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/114786346/1403600232","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"longhairxMIURA","name":"miura desu","id":114188950,"id_str":"114188950","indices":[0,15]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:14 +0000 2014","id":505874919020699650,"id_str":"505874919020699648","text":"RT @omo_kko: ラウワン脱出→友達が家に連んで帰ってって言うから友達ん家に乗せて帰る(1度も行ったことない田舎道)→友達おろして迷子→500メートルくらい続く変な一本道進む→墓地で行き止まりでUターン出来ずバックで500メートル元のところまで進まないといけない←今ここ","source":"\u003ca href=\"http://twitter.com/download/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":392585658,"id_str":"392585658","name":"原稿","screen_name":"chibu4267","location":"キミの部屋の燃えるゴミ箱","description":"RTしてTLに濁流を起こすからフォローしない方が良いよ 言ってることもつまらないし 詳細→http://t.co/ANSFlYXERJ 相方@1life_5106_hshd 葛西教徒その壱","url":"http://t.co/JTFjV89eaN","entities":{"url":{"urls":[{"url":"http://t.co/JTFjV89eaN","expanded_url":"http://www.pixiv.net/member.php?id=1778417","display_url":"pixiv.net/member.php?id=…","indices":[0,22]}]},"description":{"urls":[{"url":"http://t.co/ANSFlYXERJ","expanded_url":"http://twpf.jp/chibu4267","display_url":"twpf.jp/chibu4267","indices":[45,67]}]}},"protected":false,"followers_count":1324,"friends_count":1165,"listed_count":99,"created_at":"Mon Oct 17 08:23:46 +0000 2011","favourites_count":9542,"utc_offset":32400,"time_zone":"Tokyo","geo_enabled":true,"verified":false,"statuses_count":369420,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://pbs.twimg.com/profile_background_images/453106940822814720/PcJIZv43.png","profile_background_image_url_https":"https://pbs.twimg.com/profile_background_images/453106940822814720/PcJIZv43.png","profile_background_tile":true,"profile_image_url":"http://pbs.twimg.com/profile_images/505731759216943107/pzhnkMEg_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/505731759216943107/pzhnkMEg_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/392585658/1362383911","profile_link_color":"5EB9FF","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sat Aug 30 16:51:09 +0000 2014","id":505759640164892700,"id_str":"505759640164892673","text":"ラウワン脱出→友達が家に連んで帰ってって言うから友達ん家に乗せて帰る(1度も行ったことない田舎道)→友達おろして迷子→500メートルくらい続く変な一本道進む→墓地で行き止まりでUターン出来ずバックで500メートル元のところまで進まないといけない←今ここ","source":"\u003ca href=\"http://twitter.com/download/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":309565423,"id_str":"309565423","name":"おもっこ","screen_name":"omo_kko","location":"","description":"ぱんすと","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":730,"friends_count":200,"listed_count":23,"created_at":"Thu Jun 02 09:15:51 +0000 2011","favourites_count":5441,"utc_offset":32400,"time_zone":"Tokyo","geo_enabled":true,"verified":false,"statuses_count":30012,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/499126939378929664/GLWpIKTW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/499126939378929664/GLWpIKTW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/309565423/1409418370","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":67,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"omo_kko","name":"おもっこ","id":309565423,"id_str":"309565423","indices":[3,11]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:13 +0000 2014","id":505874918198624260,"id_str":"505874918198624256","text":"RT @thsc782_407: #LEDカツカツ選手権\n漢字一文字ぶんのスペースに「ハウステンボス」を収める狂気 http://t.co/vmrreDMziI","source":"\u003ca href=\"http://twitter.com/download/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":753161754,"id_str":"753161754","name":"ねこねこみかん*","screen_name":"nekonekomikan","location":"ソーダ水のあふれるビンの中","description":"猫×6、大学・高校・旦那各1と暮らしています。猫、子供、日常思った事をつぶやいています/今年の目標:読書、庭の手入れ、ランニング、手芸/猫*花*写真*詩*林ももこさん*鉄道など好きな方をフォローさせていただいています。よろしくお願いします♬","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":217,"friends_count":258,"listed_count":8,"created_at":"Sun Aug 12 14:00:47 +0000 2012","favourites_count":7650,"utc_offset":32400,"time_zone":"Tokyo","geo_enabled":false,"verified":false,"statuses_count":20621,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/470627990271848448/m83uy6Vc_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/470627990271848448/m83uy6Vc_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Fri Feb 28 16:04:13 +0000 2014","id":439430848190742500,"id_str":"439430848190742528","text":"#LEDカツカツ選手権\n漢字一文字ぶんのスペースに「ハウステンボス」を収める狂気 http://t.co/vmrreDMziI","source":"\u003ca href=\"http://twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":82900665,"id_str":"82900665","name":"[90]青葉台 芦 (第二粟屋) 屋","screen_name":"thsc782_407","location":"かんましき","description":"湯の街の元勃酩姦なんちゃら大 赤い犬の犬(外資系) 肥後で緑ナンバー屋さん勤め\nくだらないことしかつぶやかないし、いちいち訳のわからない記号を連呼するので相当邪魔になると思います。害はないと思います。のりものの画像とかたくさん上げます。さみしい。車輪のついたものならだいたい好き。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":587,"friends_count":623,"listed_count":30,"created_at":"Fri Oct 16 15:13:32 +0000 2009","favourites_count":1405,"utc_offset":32400,"time_zone":"Tokyo","geo_enabled":true,"verified":false,"statuses_count":60427,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"352726","profile_background_image_url":"http://pbs.twimg.com/profile_background_images/154137819/__813-1103.jpg","profile_background_image_url_https":"https://pbs.twimg.com/profile_background_images/154137819/__813-1103.jpg","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/493760276676620289/32oLiTtT_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/493760276676620289/32oLiTtT_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/82900665/1398865798","profile_link_color":"D02B55","profile_sidebar_border_color":"829D5E","profile_sidebar_fill_color":"99CC33","profile_text_color":"3E4415","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":3291,"favorite_count":1526,"entities":{"hashtags":[{"text":"LEDカツカツ選手権","indices":[0,11]}],"symbols":[],"urls":[],"user_mentions":[],"media":[{"id":439430848194936800,"id_str":"439430848194936832","indices":[41,63],"media_url":"http://pbs.twimg.com/media/BhksBzoCAAAJeDS.jpg","media_url_https":"https://pbs.twimg.com/media/BhksBzoCAAAJeDS.jpg","url":"http://t.co/vmrreDMziI","display_url":"pic.twitter.com/vmrreDMziI","expanded_url":"http://twitter.com/thsc782_407/status/439430848190742528/photo/1","type":"photo","sizes":{"medium":{"w":600,"h":450,"resize":"fit"},"large":{"w":1024,"h":768,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":255,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"ja"},"retweet_count":3291,"favorite_count":0,"entities":{"hashtags":[{"text":"LEDカツカツ選手権","indices":[17,28]}],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"thsc782_407","name":"[90]青葉台 芦 (第二粟屋) 屋","id":82900665,"id_str":"82900665","indices":[3,15]}],"media":[{"id":439430848194936800,"id_str":"439430848194936832","indices":[58,80],"media_url":"http://pbs.twimg.com/media/BhksBzoCAAAJeDS.jpg","media_url_https":"https://pbs.twimg.com/media/BhksBzoCAAAJeDS.jpg","url":"http://t.co/vmrreDMziI","display_url":"pic.twitter.com/vmrreDMziI","expanded_url":"http://twitter.com/thsc782_407/status/439430848190742528/photo/1","type":"photo","sizes":{"medium":{"w":600,"h":450,"resize":"fit"},"large":{"w":1024,"h":768,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":255,"resize":"fit"}},"source_status_id":439430848190742500,"source_status_id_str":"439430848190742528"}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:13 +0000 2014","id":505874918039228400,"id_str":"505874918039228416","text":"【金一地区太鼓台】川関と小山の見分けがつかない","source":"\u003ca href=\"http://twittbot.net/\" rel=\"nofollow\"\u003etwittbot.net\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2530194984,"id_str":"2530194984","name":"川之江中高生あるある","screen_name":"kw_aru","location":"DMにてネタ提供待ってますよ","description":"川之江中高生の川之江中高生による川之江中高生のためのあるあるアカウントです。タイムリーなネタはお気に入りにあります。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":113,"friends_count":157,"listed_count":0,"created_at":"Wed May 28 15:01:43 +0000 2014","favourites_count":30,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":4472,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/471668359314948097/XbIyXiZK_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/471668359314948097/XbIyXiZK_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2530194984/1401289473","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:13 +0000 2014","id":505874915338104800,"id_str":"505874915338104833","text":"おはようございますん♪ SSDSのDVDが朝一で届いた〜(≧∇≦)","source":"\u003ca href=\"http://tweetli.st/\" rel=\"nofollow\"\u003eTweetList!\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":428179337,"id_str":"428179337","name":"サラ","screen_name":"sala_mgn","location":"東京都","description":"bot遊びと実況が主目的の趣味アカウント。成人済♀。時々TLお騒がせします。リフォ率低いですがF/Bご自由に。スパムはブロック![HOT]K[アニメ]タイバニ/K/薄桜鬼/トライガン/進撃[小説]冲方丁/森博嗣[漫画]内藤泰弘/高河ゆん[他]声優/演劇 ※@sano_bot1二代目管理人","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":104,"friends_count":421,"listed_count":2,"created_at":"Sun Dec 04 12:51:18 +0000 2011","favourites_count":3257,"utc_offset":-36000,"time_zone":"Hawaii","geo_enabled":false,"verified":false,"statuses_count":25303,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"1A1B1F","profile_background_image_url":"http://pbs.twimg.com/profile_background_images/601682567/put73jtg48ytjylq00if.jpeg","profile_background_image_url_https":"https://pbs.twimg.com/profile_background_images/601682567/put73jtg48ytjylq00if.jpeg","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/3350624721/755920942e4f512e6ba489df7eb1147e_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/3350624721/755920942e4f512e6ba489df7eb1147e_normal.jpeg","profile_link_color":"2FC2EF","profile_sidebar_border_color":"181A1E","profile_sidebar_fill_color":"252429","profile_text_color":"666666","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:13 +0000 2014","id":505874914897690600,"id_str":"505874914897690624","text":"@ran_kirazuki そのようなお言葉を頂けるとは……!この雨太郎、誠心誠意を持って姉御の足の指の第一関節を崇め奉りとうございます","source":"\u003ca href=\"http://twitter.com/download/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c/a\u003e","truncated":false,"in_reply_to_status_id":505874276692406300,"in_reply_to_status_id_str":"505874276692406272","in_reply_to_user_id":531544559,"in_reply_to_user_id_str":"531544559","in_reply_to_screen_name":"ran_kirazuki","user":{"id":2364828518,"id_str":"2364828518","name":"雨","screen_name":"tear_dice","location":"変態/日常/創作/室町/たまに版権","description":"アイコンは兄さんから!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":28,"friends_count":28,"listed_count":0,"created_at":"Fri Feb 28 00:28:40 +0000 2014","favourites_count":109,"utc_offset":32400,"time_zone":"Seoul","geo_enabled":false,"verified":false,"statuses_count":193,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http://pbs.twimg.com/profile_background_images/504434510675443713/lvW7ad5b.jpeg","profile_background_image_url_https":"https://pbs.twimg.com/profile_background_images/504434510675443713/lvW7ad5b.jpeg","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/505170142284640256/rnW4XeEJ_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/505170142284640256/rnW4XeEJ_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2364828518/1409087198","profile_link_color":"0D31BF","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"ran_kirazuki","name":"蘭ぴよの日常","id":531544559,"id_str":"531544559","indices":[0,13]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:13 +0000 2014","id":505874914591514600,"id_str":"505874914591514626","text":"RT @AFmbsk: @samao21718 \n呼び方☞まおちゃん\n呼ばれ方☞あーちゃん\n第一印象☞平野から?!\n今の印象☞おとなっぽい!!\nLINE交換☞もってるん\\( ˆoˆ )/\nトプ画について☞楽しそうでいーな😳\n家族にするなら☞おねぇちゃん\n最後に一言☞全然会えない…","source":"\u003ca href=\"http://twitter.com/download/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2179759316,"id_str":"2179759316","name":"まお","screen_name":"samao21718","location":"埼玉 UK留学してました✈","description":"゚.*97line おさらに貢いでる系女子*.゜ DISH// ✯ 佐野悠斗 ✯ 読モ ✯ WEGO ✯ 嵐 I met @OTYOfficial in the London ;)","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":111,"friends_count":121,"listed_count":0,"created_at":"Thu Nov 07 09:47:41 +0000 2013","favourites_count":321,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":1777,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501535615351926784/c5AAh6Sz_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501535615351926784/c5AAh6Sz_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2179759316/1407640217","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sat Aug 30 14:59:49 +0000 2014","id":505731620456771600,"id_str":"505731620456771584","text":"@samao21718 \n呼び方☞まおちゃん\n呼ばれ方☞あーちゃん\n第一印象☞平野から?!\n今の印象☞おとなっぽい!!\nLINE交換☞もってるん\\( ˆoˆ )/\nトプ画について☞楽しそうでいーな😳\n家族にするなら☞おねぇちゃん\n最後に一言☞全然会えないねー今度会えたらいいな!","source":"\u003ca href=\"http://twitter.com/download/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":2179759316,"in_reply_to_user_id_str":"2179759316","in_reply_to_screen_name":"samao21718","user":{"id":1680668713,"id_str":"1680668713","name":"★Shiiiii!☆","screen_name":"AFmbsk","location":"埼玉","description":"2310*basketball#41*UVERworld*Pooh☪Bell +.。*弱さを知って強くなれ*゚","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":429,"friends_count":434,"listed_count":0,"created_at":"Sun Aug 18 12:45:00 +0000 2013","favourites_count":2488,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":6352,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/504643170886365185/JN_dlwUd_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/504643170886365185/JN_dlwUd_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/1680668713/1408805886","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":1,"favorite_count":1,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"samao21718","name":"まお","id":2179759316,"id_str":"2179759316","indices":[0,11]}]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":1,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"AFmbsk","name":"★Shiiiii!☆","id":1680668713,"id_str":"1680668713","indices":[3,10]},{"screen_name":"samao21718","name":"まお","id":2179759316,"id_str":"2179759316","indices":[12,23]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:10 +0000 2014","id":505874905712189440,"id_str":"505874905712189440","text":"一、常に身一つ簡素にして、美食を好んではならない","source":"\u003ca href=\"http://twittbot.net/\" rel=\"nofollow\"\u003etwittbot.net\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":1330420010,"id_str":"1330420010","name":"獨行道bot","screen_name":"dokkodo_bot","location":"","description":"宮本武蔵の自誓書、「獨行道」に記された二十一箇条をランダムにつぶやくbotです。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":4,"friends_count":5,"listed_count":1,"created_at":"Sat Apr 06 01:19:55 +0000 2013","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":9639,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/3482551671/d9e749f7658b523bdd50b7584ed4ba6a_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/3482551671/d9e749f7658b523bdd50b7584ed4ba6a_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/1330420010/1365212335","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:10 +0000 2014","id":505874903094939650,"id_str":"505874903094939648","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/mote_danshi1\" rel=\"nofollow\"\u003eモテモテ大作戦★男子編\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2714526565,"id_str":"2714526565","name":"モテモテ大作戦★男子編","screen_name":"mote_danshi1","location":"","description":"やっぱりモテモテ男子になりたい!自分を磨くヒントをみつけたい!応援してくれる人は RT \u0026 相互フォローで みなさん、お願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":664,"friends_count":1835,"listed_count":0,"created_at":"Thu Aug 07 12:59:59 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":597,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/497368689386086400/7hqdKMzG_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/497368689386086400/7hqdKMzG_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2714526565/1407416898","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:10 +0000 2014","id":505874902390276100,"id_str":"505874902390276096","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/kokoro_meigen11\" rel=\"nofollow\"\u003e心に響くアツい名言集\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2699261263,"id_str":"2699261263","name":"心に響くアツい名言集","screen_name":"kokoro_meigen11","location":"","description":"人生の格言は、人の心や人生を瞬時にに動かしてしまうことがある。\r\nそんな言葉の重みを味わおう。\r\n面白かったらRT \u0026 相互フォローでみなさん、お願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":183,"friends_count":1126,"listed_count":0,"created_at":"Fri Aug 01 22:00:00 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":749,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/495328654126112768/1rKnNuWK_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/495328654126112768/1rKnNuWK_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2699261263/1406930543","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:10 +0000 2014","id":505874902247677950,"id_str":"505874902247677954","text":"RT @POTENZA_SUPERGT: ありがとうございます!“@8CBR8: @POTENZA_SUPERGT 13時半ごろ一雨きそうですが、無事全車決勝レース完走出来ること祈ってます! http://t.co/FzTyFnt9xH”","source":"\u003ca href=\"http://jigtwi.jp/?p=1\" rel=\"nofollow\"\u003ejigtwi\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":1021030416,"id_str":"1021030416","name":"narur","screen_name":"narur2","location":"晴れの国なのに何故か開幕戦では雨や雪や冰や霰が降る✨","description":"F1.GP2.Superformula.SuperGT.F3...\nスーパーGTが大好き♡車が好き!新幹線も好き!飛行機も好き!こっそり別アカです(๑´ㅂ`๑)♡*.+゜","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":257,"friends_count":237,"listed_count":2,"created_at":"Wed Dec 19 01:14:41 +0000 2012","favourites_count":547,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":55417,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://pbs.twimg.com/profile_background_images/462180217574789121/1Jf6m_2L.jpeg","profile_background_image_url_https":"https://pbs.twimg.com/profile_background_images/462180217574789121/1Jf6m_2L.jpeg","profile_background_tile":true,"profile_image_url":"http://pbs.twimg.com/profile_images/444312241395863552/FKl40ebQ_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/444312241395863552/FKl40ebQ_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:05:11 +0000 2014","id":505868866686169100,"id_str":"505868866686169089","text":"ありがとうございます!“@8CBR8: @POTENZA_SUPERGT 13時半ごろ一雨きそうですが、無事全車決勝レース完走出来ること祈ってます! http://t.co/FzTyFnt9xH”","source":"\u003ca href=\"http://twitter.com/download/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c/a\u003e","truncated":false,"in_reply_to_status_id":505868690588303360,"in_reply_to_status_id_str":"505868690588303360","in_reply_to_user_id":333344408,"in_reply_to_user_id_str":"333344408","in_reply_to_screen_name":"8CBR8","user":{"id":359324738,"id_str":"359324738","name":"POTENZA_SUPERGT","screen_name":"POTENZA_SUPERGT","location":"","description":"ブリヂストンのスポーツタイヤ「POTENZA」のアカウントです。レースやタイヤの事などをつぶやきます。今シーズンも「チャンピオンタイヤの称号は譲らない」をキャッチコピーに、タイヤ供給チームを全力でサポートしていきますので、応援よろしくお願いします!なお、返信ができない場合もありますので、ご了承よろしくお願い致します。","url":"http://t.co/LruVPk5x4K","entities":{"url":{"urls":[{"url":"http://t.co/LruVPk5x4K","expanded_url":"http://www.bridgestone.co.jp/sc/potenza/","display_url":"bridgestone.co.jp/sc/potenza/","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":9612,"friends_count":308,"listed_count":373,"created_at":"Sun Aug 21 11:33:38 +0000 2011","favourites_count":26,"utc_offset":-36000,"time_zone":"Hawaii","geo_enabled":true,"verified":false,"statuses_count":10032,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"131516","profile_background_image_url":"http://abs.twimg.com/images/themes/theme14/bg.gif","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme14/bg.gif","profile_background_tile":true,"profile_image_url":"http://pbs.twimg.com/profile_images/1507885396/TW_image_normal.jpg","profile_image_url_https":"https://pbs.twimg.com/profile_images/1507885396/TW_image_normal.jpg","profile_banner_url":"https://pbs.twimg.com/profile_banners/359324738/1402546267","profile_link_color":"FF2424","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":7,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"8CBR8","name":"CBR Rider #17 KEIHIN","id":333344408,"id_str":"333344408","indices":[12,18]},{"screen_name":"POTENZA_SUPERGT","name":"POTENZA_SUPERGT","id":359324738,"id_str":"359324738","indices":[20,36]}],"media":[{"id":505868690252779500,"id_str":"505868690252779521","indices":[75,97],"media_url":"http://pbs.twimg.com/media/BwU05MGCUAEY6Wu.jpg","media_url_https":"https://pbs.twimg.com/media/BwU05MGCUAEY6Wu.jpg","url":"http://t.co/FzTyFnt9xH","display_url":"pic.twitter.com/FzTyFnt9xH","expanded_url":"http://twitter.com/8CBR8/status/505868690588303360/photo/1","type":"photo","sizes":{"medium":{"w":600,"h":399,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":1024,"h":682,"resize":"fit"},"small":{"w":340,"h":226,"resize":"fit"}},"source_status_id":505868690588303360,"source_status_id_str":"505868690588303360"}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"ja"},"retweet_count":7,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"POTENZA_SUPERGT","name":"POTENZA_SUPERGT","id":359324738,"id_str":"359324738","indices":[3,19]},{"screen_name":"8CBR8","name":"CBR Rider #17 KEIHIN","id":333344408,"id_str":"333344408","indices":[33,39]},{"screen_name":"POTENZA_SUPERGT","name":"POTENZA_SUPERGT","id":359324738,"id_str":"359324738","indices":[41,57]}],"media":[{"id":505868690252779500,"id_str":"505868690252779521","indices":[96,118],"media_url":"http://pbs.twimg.com/media/BwU05MGCUAEY6Wu.jpg","media_url_https":"https://pbs.twimg.com/media/BwU05MGCUAEY6Wu.jpg","url":"http://t.co/FzTyFnt9xH","display_url":"pic.twitter.com/FzTyFnt9xH","expanded_url":"http://twitter.com/8CBR8/status/505868690588303360/photo/1","type":"photo","sizes":{"medium":{"w":600,"h":399,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":1024,"h":682,"resize":"fit"},"small":{"w":340,"h":226,"resize":"fit"}},"source_status_id":505868690588303360,"source_status_id_str":"505868690588303360"}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:09 +0000 2014","id":505874901689851900,"id_str":"505874901689851904","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/danshi_honne1\" rel=\"nofollow\"\u003eここだけの本音★男子編\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2762136439,"id_str":"2762136439","name":"ここだけの本音★男子編","screen_name":"danshi_honne1","location":"","description":"思ってるけど言えない!でもホントは言いたいこと、実はいっぱいあるんです! \r\nそんな男子の本音を、つぶやきます。 \r\nその気持わかるって人は RT \u0026 フォローお願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":101,"friends_count":985,"listed_count":0,"created_at":"Sun Aug 24 11:11:30 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":209,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/503500282840354816/CEv8UMay_normal.png","profile_image_url_https":"https://pbs.twimg.com/profile_images/503500282840354816/CEv8UMay_normal.png","profile_banner_url":"https://pbs.twimg.com/profile_banners/2762136439/1408878822","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:09 +0000 2014","id":505874900939046900,"id_str":"505874900939046912","text":"RT @UARROW_Y: ようかい体操第一を踊る国見英 http://t.co/SXoYWH98as","source":"\u003ca href=\"http://twitter.com/download/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2454426158,"id_str":"2454426158","name":"ぴかりん","screen_name":"gncnToktTtksg","location":"","description":"銀魂/黒バス/進撃/ハイキュー/BLEACH/うたプリ/鈴木達央さん/神谷浩史さん 気軽にフォローしてください(^∇^)✨","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":1274,"friends_count":1320,"listed_count":17,"created_at":"Sun Apr 20 07:48:53 +0000 2014","favourites_count":2314,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":5868,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/457788684146716672/KCOy0S75_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/457788684146716672/KCOy0S75_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2454426158/1409371302","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:45 +0000 2014","id":505871779949051900,"id_str":"505871779949051904","text":"ようかい体操第一を踊る国見英 http://t.co/SXoYWH98as","source":"\u003ca href=\"http://twitter.com/download/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":1261662588,"id_str":"1261662588","name":"ゆう矢","screen_name":"UARROW_Y","location":"つくり出そう国影の波 広げよう国影の輪","description":"HQ!! 成人済腐女子。日常ツイート多いです。赤葦京治夢豚クソツイ含みます注意。フォローをお考えの際はプロフご一読お願い致します。FRBお気軽に","url":"http://t.co/LFX2XOzb0l","entities":{"url":{"urls":[{"url":"http://t.co/LFX2XOzb0l","expanded_url":"http://twpf.jp/UARROW_Y","display_url":"twpf.jp/UARROW_Y","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":265,"friends_count":124,"listed_count":12,"created_at":"Tue Mar 12 10:42:17 +0000 2013","favourites_count":6762,"utc_offset":32400,"time_zone":"Tokyo","geo_enabled":true,"verified":false,"statuses_count":55946,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/502095104618663937/IzuPYx3E_normal.png","profile_image_url_https":"https://pbs.twimg.com/profile_images/502095104618663937/IzuPYx3E_normal.png","profile_banner_url":"https://pbs.twimg.com/profile_banners/1261662588/1408618604","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":29,"favorite_count":54,"entities":{"hashtags":[],"symbols":[],"urls":[{"url":"http://t.co/SXoYWH98as","expanded_url":"http://twitter.com/UARROW_Y/status/505871779949051904/photo/1","display_url":"pic.twitter.com/SXoYWH98as","indices":[15,37]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"ja"},"retweet_count":29,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[{"url":"http://t.co/SXoYWH98as","expanded_url":"http://twitter.com/UARROW_Y/status/505871779949051904/photo/1","display_url":"pic.twitter.com/SXoYWH98as","indices":[29,51]}],"user_mentions":[{"screen_name":"UARROW_Y","name":"ゆう矢","id":1261662588,"id_str":"1261662588","indices":[3,12]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:09 +0000 2014","id":505874900561580000,"id_str":"505874900561580032","text":"今日は一高と三桜(・θ・)\n光梨ちゃんに会えないかな〜","source":"\u003ca href=\"http://twitter.com/download/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":1366375976,"id_str":"1366375976","name":"ゆいの","screen_name":"yuino1006","location":"","description":"さんおう 男バスマネ2ねん(^ω^)","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":270,"friends_count":260,"listed_count":0,"created_at":"Sat Apr 20 07:02:08 +0000 2013","favourites_count":1384,"utc_offset":32400,"time_zone":"Irkutsk","geo_enabled":false,"verified":false,"statuses_count":5202,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/505354401448349696/nxVFEQQ4_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/505354401448349696/nxVFEQQ4_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/1366375976/1399989379","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:09 +0000 2014","id":505874899324248060,"id_str":"505874899324248064","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/kyoukan_aru\" rel=\"nofollow\"\u003e共感★絶対あるあるww\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2704420069,"id_str":"2704420069","name":"共感★絶対あるあるww","screen_name":"kyoukan_aru","location":"","description":"みんなにもわかってもらえる、あるあるを見つけたい。\r\n面白かったらRT \u0026 相互フォローでみなさん、お願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":857,"friends_count":1873,"listed_count":0,"created_at":"Sun Aug 03 15:50:40 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":682,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/495960812670836737/1LqkoyvU_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/495960812670836737/1LqkoyvU_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2704420069/1407081298","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:09 +0000 2014","id":505874898493796350,"id_str":"505874898493796352","text":"RT @assam_house: 泉田新潟県知事は、東電の申請書提出を容認させられただけで、再稼働に必要な「同意」はまだ与えていません。今まで柏崎刈羽の再稼働を抑え続けてきた知事に、もう一踏ん張りをお願いする意見を送って下さい。全国の皆様、お願いします!\nhttp://t.co…","source":"\u003ca href=\"http://jigtwi.jp/?p=1001\" rel=\"nofollow\"\u003ejigtwi for Android\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":960765968,"id_str":"960765968","name":"さち","screen_name":"sachitaka_dears","location":"宮城県","description":"動物関連のアカウントです。サブアカウント@sachi_dears (さち ❷) もあります。『心あるものは皆、愛し愛されるために生まれてきた。そして愛情を感じながら生を全うするべきなんだ』","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3212,"friends_count":3528,"listed_count":91,"created_at":"Tue Nov 20 16:30:53 +0000 2012","favourites_count":3180,"utc_offset":32400,"time_zone":"Irkutsk","geo_enabled":false,"verified":false,"statuses_count":146935,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/3659653229/5b698df67f5d105400e9077f5ea50e91_normal.png","profile_image_url_https":"https://pbs.twimg.com/profile_images/3659653229/5b698df67f5d105400e9077f5ea50e91_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Tue Aug 19 11:00:53 +0000 2014","id":501685228427964400,"id_str":"501685228427964417","text":"泉田新潟県知事は、東電の申請書提出を容認させられただけで、再稼働に必要な「同意」はまだ与えていません。今まで柏崎刈羽の再稼働を抑え続けてきた知事に、もう一踏ん張りをお願いする意見を送って下さい。全国の皆様、お願いします!\nhttp://t.co/9oH5cgpy1q","source":"\u003ca href=\"http://twittbot.net/\" rel=\"nofollow\"\u003etwittbot.net\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":1104771276,"id_str":"1104771276","name":"アッサム山中(殺処分ゼロに一票)","screen_name":"assam_house","location":"新潟県柏崎市","description":"アッサム山中の趣味用アカ。当分の間、選挙啓発用としても使っていきます。このアカウントがアッサム山中本人のものである事は @assam_yamanaka のプロフでご確認下さい。\r\n公選法に係る表示\r\n庶民新党 #脱原発 http://t.co/96UqoCo0oU\r\nonestep.revival@gmail.com","url":"http://t.co/AEOCATaNZc","entities":{"url":{"urls":[{"url":"http://t.co/AEOCATaNZc","expanded_url":"http://www.assam-house.net/","display_url":"assam-house.net","indices":[0,22]}]},"description":{"urls":[{"url":"http://t.co/96UqoCo0oU","expanded_url":"http://blog.assam-house.net/datsu-genpatsu/index.html","display_url":"blog.assam-house.net/datsu-genpatsu…","indices":[110,132]}]}},"protected":false,"followers_count":2977,"friends_count":3127,"listed_count":64,"created_at":"Sat Jan 19 22:10:13 +0000 2013","favourites_count":343,"utc_offset":32400,"time_zone":"Irkutsk","geo_enabled":false,"verified":false,"statuses_count":18021,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/378800000067217575/e0a85b440429ff50430a41200327dcb8_normal.png","profile_image_url_https":"https://pbs.twimg.com/profile_images/378800000067217575/e0a85b440429ff50430a41200327dcb8_normal.png","profile_banner_url":"https://pbs.twimg.com/profile_banners/1104771276/1408948288","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":2,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[{"url":"http://t.co/9oH5cgpy1q","expanded_url":"http://www.pref.niigata.lg.jp/kouhou/info.html","display_url":"pref.niigata.lg.jp/kouhou/info.ht…","indices":[111,133]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"ja"},"retweet_count":2,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[{"url":"http://t.co/9oH5cgpy1q","expanded_url":"http://www.pref.niigata.lg.jp/kouhou/info.html","display_url":"pref.niigata.lg.jp/kouhou/info.ht…","indices":[139,140]}],"user_mentions":[{"screen_name":"assam_house","name":"アッサム山中(殺処分ゼロに一票)","id":1104771276,"id_str":"1104771276","indices":[3,15]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:09 +0000 2014","id":505874898468630500,"id_str":"505874898468630528","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/osyare_pea\" rel=\"nofollow\"\u003eおしゃれ★ペアルック\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2708607692,"id_str":"2708607692","name":"おしゃれ★ペアルック","screen_name":"osyare_pea","location":"","description":"ラブラブ度がアップする、素敵なペアルックを見つけて紹介します♪ 気に入ったら RT \u0026 相互フォローで みなさん、お願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":129,"friends_count":1934,"listed_count":0,"created_at":"Tue Aug 05 07:09:31 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":641,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/496554257676382208/Zgg0bmNu_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/496554257676382208/Zgg0bmNu_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2708607692/1407222776","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:08 +0000 2014","id":505874897633951740,"id_str":"505874897633951745","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/love_live55\" rel=\"nofollow\"\u003eLOVE ♥ ラブライブ\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745389137,"id_str":"2745389137","name":"LOVE ♥ ラブライブ","screen_name":"love_live55","location":"","description":"とにかく「ラブライブが好きで~す♥」 \r\nラブライブファンには、たまらない内容ばかり集めています♪ \r\n気に入ったら RT \u0026 相互フォローお願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":251,"friends_count":969,"listed_count":0,"created_at":"Tue Aug 19 15:45:40 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":348,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501757482448850944/x2uPpqRx_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501757482448850944/x2uPpqRx_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745389137/1408463342","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:08 +0000 2014","id":505874896795086850,"id_str":"505874896795086848","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/koisurudoress\" rel=\"nofollow\"\u003e恋する♡ドレスシリーズ\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2726346560,"id_str":"2726346560","name":"恋する♡ドレスシリーズ","screen_name":"koisurudoress","location":"","description":"どれもこれも、見ているだけで欲しくなっちゃう♪ \r\n特別な日に着る素敵なドレスを見つけたいです。 \r\n着てみたいと思ったら RT \u0026 フォローお願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":314,"friends_count":1900,"listed_count":0,"created_at":"Tue Aug 12 14:10:35 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":471,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/499199619465621504/fg7sVusT_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/499199619465621504/fg7sVusT_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2726346560/1407853688","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:08 +0000 2014","id":505874895964626940,"id_str":"505874895964626944","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/doubutuzukan\" rel=\"nofollow\"\u003e胸キュン♥動物図鑑\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2759192574,"id_str":"2759192574","name":"胸キュン♥動物図鑑","screen_name":"doubutuzukan","location":"","description":"ふとした表情に思わずキュンとしてしまう♪ \r\nそんな愛しの動物たちの写真を見つけます。 \r\n気に入ったら RT \u0026 フォローを、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":80,"friends_count":959,"listed_count":1,"created_at":"Sat Aug 23 15:47:36 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":219,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/503211559552688128/Ej_bixna_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/503211559552688128/Ej_bixna_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2759192574/1408809101","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:08 +0000 2014","id":505874895079608300,"id_str":"505874895079608320","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/disney_para\" rel=\"nofollow\"\u003eディズニー★パラダイス\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2719228561,"id_str":"2719228561","name":"ディズニー★パラダイス","screen_name":"disney_para","location":"","description":"ディズニーのかわいい画像、ニュース情報、あるあるなどをお届けします♪\r\nディズニーファンは RT \u0026 フォローもお願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":331,"friends_count":1867,"listed_count":0,"created_at":"Sat Aug 09 12:01:32 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":540,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/498076922488696832/Ti2AEuOT_normal.png","profile_image_url_https":"https://pbs.twimg.com/profile_images/498076922488696832/Ti2AEuOT_normal.png","profile_banner_url":"https://pbs.twimg.com/profile_banners/2719228561/1407585841","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:08 +0000 2014","id":505874894135898100,"id_str":"505874894135898112","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/nama_fuushi\" rel=\"nofollow\"\u003e生々しい風刺画\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2714772727,"id_str":"2714772727","name":"生々しい風刺画","screen_name":"nama_fuushi","location":"","description":"深い意味が込められた「生々しい風刺画」を見つけます。\r\n考えさせられたら RT \u0026 相互フォローでみなさん、お願いします","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":298,"friends_count":1902,"listed_count":1,"created_at":"Thu Aug 07 15:04:45 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":595,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/497398363352875011/tS-5FPJB_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/497398363352875011/tS-5FPJB_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2714772727/1407424091","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:07 +0000 2014","id":505874893347377150,"id_str":"505874893347377152","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/arashi_suki1\" rel=\"nofollow\"\u003e嵐★大好きっ娘\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2721682579,"id_str":"2721682579","name":"嵐★大好きっ娘","screen_name":"arashi_suki1","location":"","description":"なんだかんだ言って、やっぱり嵐が好きなんです♪\r\nいろいろ集めたいので、嵐好きな人に見てほしいです。\r\n気に入ったら RT \u0026 相互フォローお願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":794,"friends_count":1913,"listed_count":2,"created_at":"Sun Aug 10 13:43:56 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":504,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/498465364733198336/RO6wupdc_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/498465364733198336/RO6wupdc_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2721682579/1407678436","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:07 +0000 2014","id":505874893154426900,"id_str":"505874893154426881","text":"RT @Takashi_Shiina: テレビで「成人男性のカロリー摂取量は1900kcal」とか言ってて、それはいままさに私がダイエットのために必死でキープしようとしている量で、「それが普通なら人はいつ天一やココイチに行って大盛りを食えばいいんだ!」と思った。","source":"\u003ca href=\"http://twicca.r246.jp/\" rel=\"nofollow\"\u003etwicca\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":353516742,"id_str":"353516742","name":"おしんこー@土曜西え41a","screen_name":"oshin_koko","location":"こたつ","description":"ROMって楽しんでいる部分もあり無言フォロー多めですすみません…。ツイート数多め・あらぶり多めなのでフォロー非推奨です。最近は早兵・兵部受け中心ですがBLNLなんでも好きです。地雷少ないため雑多に呟きます。腐・R18・ネタバレ有るのでご注意。他好きなジャンルはプロフ参照願います。 主催→@chounou_antholo","url":"http://t.co/mM1dG54NiO","entities":{"url":{"urls":[{"url":"http://t.co/mM1dG54NiO","expanded_url":"http://twpf.jp/oshin_koko","display_url":"twpf.jp/oshin_koko","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":479,"friends_count":510,"listed_count":43,"created_at":"Fri Aug 12 05:53:13 +0000 2011","favourites_count":3059,"utc_offset":32400,"time_zone":"Tokyo","geo_enabled":false,"verified":false,"statuses_count":104086,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http://pbs.twimg.com/profile_background_images/799871497/01583a031f83a45eba881c8acde729ee.jpeg","profile_background_image_url_https":"https://pbs.twimg.com/profile_background_images/799871497/01583a031f83a45eba881c8acde729ee.jpeg","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/484347196523835393/iHaYxm-2_normal.png","profile_image_url_https":"https://pbs.twimg.com/profile_images/484347196523835393/iHaYxm-2_normal.png","profile_banner_url":"https://pbs.twimg.com/profile_banners/353516742/1369039651","profile_link_color":"FF96B0","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"95E8EC","profile_text_color":"3C3940","profile_use_background_image":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sat Aug 30 09:58:30 +0000 2014","id":505655792733650940,"id_str":"505655792733650944","text":"テレビで「成人男性のカロリー摂取量は1900kcal」とか言ってて、それはいままさに私がダイエットのために必死でキープしようとしている量で、「それが普通なら人はいつ天一やココイチに行って大盛りを食えばいいんだ!」と思った。","source":"\u003ca href=\"http://janetter.net/\" rel=\"nofollow\"\u003eJanetter\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":126573583,"id_str":"126573583","name":"椎名高志","screen_name":"Takashi_Shiina","location":"BABEL(超能力支援研究局)","description":"漫画家。週刊少年サンデーで『絶対可憐チルドレン』連載中。TVアニメ『THE UNLIMITED 兵部京介』公式サイト>http://t.co/jVqBoBEc","url":"http://t.co/K3Oi83wM3w","entities":{"url":{"urls":[{"url":"http://t.co/K3Oi83wM3w","expanded_url":"http://cnanews.asablo.jp/blog/","display_url":"cnanews.asablo.jp/blog/","indices":[0,22]}]},"description":{"urls":[{"url":"http://t.co/jVqBoBEc","expanded_url":"http://unlimited-zc.jp/index.html","display_url":"unlimited-zc.jp/index.html","indices":[59,79]}]}},"protected":false,"followers_count":110756,"friends_count":61,"listed_count":8159,"created_at":"Fri Mar 26 08:54:51 +0000 2010","favourites_count":25,"utc_offset":32400,"time_zone":"Tokyo","geo_enabled":false,"verified":false,"statuses_count":27364,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EDECE9","profile_background_image_url":"http://abs.twimg.com/images/themes/theme3/bg.gif","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme3/bg.gif","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/504597210772688896/Uvt4jgf5_normal.png","profile_image_url_https":"https://pbs.twimg.com/profile_images/504597210772688896/Uvt4jgf5_normal.png","profile_link_color":"088253","profile_sidebar_border_color":"D3D2CF","profile_sidebar_fill_color":"E3E2DE","profile_text_color":"634047","profile_use_background_image":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":221,"favorite_count":109,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":221,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"Takashi_Shiina","name":"椎名高志","id":126573583,"id_str":"126573583","indices":[3,18]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:07 +0000 2014","id":505874892567244800,"id_str":"505874892567244801","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/shimo_hentai\" rel=\"nofollow\"\u003e下ネタ&笑変態雑学\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2762581922,"id_str":"2762581922","name":"下ネタ&笑変態雑学","screen_name":"shimo_hentai","location":"","description":"普通の人には思いつかない、ちょっと変態チックな 笑える下ネタ雑学をお届けします。 \r\nおもしろかったら RT \u0026 フォローお願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":37,"friends_count":990,"listed_count":0,"created_at":"Sun Aug 24 14:13:20 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":212,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/503545991950114816/K9yQbh1Q_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/503545991950114816/K9yQbh1Q_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2762581922/1408889893","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:07 +0000 2014","id":505874891778703360,"id_str":"505874891778703360","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/kantaneigo1\" rel=\"nofollow\"\u003e超簡単★初心者英語\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2744544025,"id_str":"2744544025","name":"超簡単★初心者英語","screen_name":"kantaneigo1","location":"","description":"すぐに使えるフレーズや簡単な会話を紹介します。 \r\n少しづつ練習して、どんどん使ってみよう☆ \r\n使ってみたいと思ったら RT \u0026 フォローお願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":147,"friends_count":970,"listed_count":1,"created_at":"Tue Aug 19 10:11:48 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":345,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501676136321929216/4MLpyHe3_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501676136321929216/4MLpyHe3_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2744544025/1408443928","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:07 +0000 2014","id":505874891032121340,"id_str":"505874891032121344","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/ima_handsign\" rel=\"nofollow\"\u003e現代のハンドサイン\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2762816814,"id_str":"2762816814","name":"現代のハンドサイン","screen_name":"ima_handsign","location":"","description":"イザという時や、困った時に、必ず役に立つハンドサインのオンパレードです♪ \r\n使ってみたくなったら RT \u0026 フォローお願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":95,"friends_count":996,"listed_count":0,"created_at":"Sun Aug 24 15:33:58 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":210,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/503566188253687809/7wtdp1AC_normal.png","profile_image_url_https":"https://pbs.twimg.com/profile_images/503566188253687809/7wtdp1AC_normal.png","profile_banner_url":"https://pbs.twimg.com/profile_banners/2762816814/1408894540","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:07 +0000 2014","id":505874890247782400,"id_str":"505874890247782401","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/anata_iionna\" rel=\"nofollow\"\u003e今日からアナタもイイ女♪\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2714167411,"id_str":"2714167411","name":"今日からアナタもイイ女♪","screen_name":"anata_iionna","location":"","description":"みんなが知りたい イイ女の秘密を見つけます♪ いいな~と思ってくれた人は RT \u0026 相互フォローで みなさん、お願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":390,"friends_count":1425,"listed_count":0,"created_at":"Thu Aug 07 09:27:59 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":609,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/497314455655436288/dz7P3-fy_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/497314455655436288/dz7P3-fy_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2714167411/1407404214","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:07 +0000 2014","id":505874890218434560,"id_str":"505874890218434560","text":"@kohecyan3 \n名前:上野滉平\n呼び方:うえの\n呼ばれ方:ずるかわ\n第一印象:過剰な俺イケメンですアピール\n今の印象:バーバリーの時計\n好きなところ:あの自信さ、笑いが絶えない\n一言:大学受かったの?応援してる〜(*^^*)!\n\n#RTした人にやる\nちょっとやってみる笑","source":"\u003ca href=\"http://twitter.com/download/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":2591363659,"in_reply_to_user_id_str":"2591363659","in_reply_to_screen_name":"kohecyan3","user":{"id":2613282517,"id_str":"2613282517","name":"K","screen_name":"kawazurukenna","location":"","description":"# I surprise even my self","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":113,"friends_count":185,"listed_count":0,"created_at":"Wed Jul 09 09:39:13 +0000 2014","favourites_count":157,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":242,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/502436858135973888/PcUU0lov_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/502436858135973888/PcUU0lov_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[{"text":"RTした人にやる","indices":[119,128]}],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"kohecyan3","name":"上野滉平","id":2591363659,"id_str":"2591363659","indices":[0,10]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:07 +0000 2014","id":505874889392156700,"id_str":"505874889392156672","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/iq_tameshi\" rel=\"nofollow\"\u003eIQ★力だめし\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2709308887,"id_str":"2709308887","name":"IQ★力だめし","screen_name":"iq_tameshi","location":"","description":"解けると楽しい気分になれる問題を見つけて紹介します♪面白かったら RT \u0026 相互フォローで みなさん、お願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":443,"friends_count":1851,"listed_count":1,"created_at":"Tue Aug 05 13:14:30 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":664,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/496646485266558977/W_W--qV__normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/496646485266558977/W_W--qV__normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2709308887/1407244754","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:06 +0000 2014","id":505874888817532900,"id_str":"505874888817532928","text":"第一三軍から2個師団が北へ移動中らしい     この調子では満州に陸軍兵力があふれかえる","source":"\u003ca href=\"http://m.blogs.yahoo.co.jp/misa_1273\" rel=\"nofollow\"\u003e如月克己\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":1171299612,"id_str":"1171299612","name":"如月 克己","screen_name":"kisaragi_katumi","location":"満州","description":"GパングのA型K月克己中尉の非公式botです。 主に七巻と八巻が中心の台詞をつぶやきます。 4/18.台詞追加しました/現在試運転中/現在軽い挨拶だけTL反応。/追加したい台詞や何おかしい所がありましたらDMやリプライで/フォロー返しは手動です/","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":65,"friends_count":63,"listed_count":0,"created_at":"Tue Feb 12 08:21:38 +0000 2013","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":27219,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/3242847112/0ce536444c94cbec607229022d43a27a_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/3242847112/0ce536444c94cbec607229022d43a27a_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:06 +0000 2014","id":505874888616181760,"id_str":"505874888616181760","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/tokuda_ouen1\" rel=\"nofollow\"\u003e徳田有希★応援隊\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2766021865,"id_str":"2766021865","name":"徳田有希★応援隊","screen_name":"tokuda_ouen1","location":"","description":"女子中高生に大人気ww いやされるイラストを紹介します。 \r\nみんなで RTして応援しよう~♪ \r\n「非公式アカウントです」","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":123,"friends_count":978,"listed_count":0,"created_at":"Mon Aug 25 10:48:41 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":210,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/503857235802333184/YS0sDN6q_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/503857235802333184/YS0sDN6q_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2766021865/1408963998","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:06 +0000 2014","id":505874887802511360,"id_str":"505874887802511361","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/fujyoshinoheya\" rel=\"nofollow\"\u003e腐女子の☆部屋\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2744683982,"id_str":"2744683982","name":"腐女子の☆部屋","screen_name":"fujyoshinoheya","location":"","description":"腐女子にしかわからないネタや、あるあるを見つけていきます。 \r\n他には、BL~萌えキュン系まで、腐のための画像を集めています♪ \r\n同じ境遇の人には、わかってもらえると思うので、気軽に RT \u0026 フォローお願いします☆","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":241,"friends_count":990,"listed_count":0,"created_at":"Tue Aug 19 11:47:21 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":345,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501697365590306817/GLP_QH_b_normal.png","profile_image_url_https":"https://pbs.twimg.com/profile_images/501697365590306817/GLP_QH_b_normal.png","profile_banner_url":"https://pbs.twimg.com/profile_banners/2744683982/1408448984","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:06 +0000 2014","id":505874887009767400,"id_str":"505874887009767424","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/moe_rate\" rel=\"nofollow\"\u003e萌え芸術★ラテアート\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2763178045,"id_str":"2763178045","name":"萌え芸術★ラテアート","screen_name":"moe_rate","location":"","description":"ここまで来ると、もはや芸術!! 見てるだけで楽しい♪ \r\nそんなラテアートを、とことん探します。 \r\nスゴイと思ったら RT \u0026 フォローお願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":187,"friends_count":998,"listed_count":0,"created_at":"Sun Aug 24 16:53:16 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":210,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/503586151764992000/RC80it20_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/503586151764992000/RC80it20_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2763178045/1408899447","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:06 +0000 2014","id":505874886225448960,"id_str":"505874886225448960","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/zenbu_johnnys\" rel=\"nofollow\"\u003e全部★ジャニーズ図鑑\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2724158970,"id_str":"2724158970","name":"全部★ジャニーズ図鑑","screen_name":"zenbu_johnnys","location":"","description":"ジャニーズのカッコイイ画像、おもしろエピソードなどを発信します。\r\n「非公式アカウントです」\r\nジャニーズ好きな人は、是非 RT & フォローお願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":738,"friends_count":1838,"listed_count":0,"created_at":"Mon Aug 11 15:50:08 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":556,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/498859581057945600/ncMKwdvC_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/498859581057945600/ncMKwdvC_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2724158970/1407772462","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:06 +0000 2014","id":505874885810200600,"id_str":"505874885810200576","text":"RT @naopisu_: 呼び方:\n呼ばれ方:\n第一印象:\n今の印象:\n好きなところ:\n家族にするなら:\n最後に一言:\n#RTした人にやる\n\nお腹痛くて寝れないからやるww\nだれでもどうぞ〜😏🙌","source":"\u003ca href=\"http://twitter.com/download/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2347898072,"id_str":"2347898072","name":"にたにた","screen_name":"syo6660129","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":64,"friends_count":70,"listed_count":1,"created_at":"Mon Feb 17 04:29:46 +0000 2014","favourites_count":58,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":145,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/485603672118669314/73uh_xRS_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/485603672118669314/73uh_xRS_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2347898072/1396957619","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sat Aug 30 14:19:31 +0000 2014","id":505721480261300200,"id_str":"505721480261300224","text":"呼び方:\n呼ばれ方:\n第一印象:\n今の印象:\n好きなところ:\n家族にするなら:\n最後に一言:\n#RTした人にやる\n\nお腹痛くて寝れないからやるww\nだれでもどうぞ〜😏🙌","source":"\u003ca href=\"http://twitter.com/download/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":856045488,"id_str":"856045488","name":"なおぴす","screen_name":"naopisu_","location":"Fujino 65th ⇢ Sagaso 12A(LJK","description":"\ もうすぐ18歳 “Only One”になる /","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":267,"friends_count":259,"listed_count":2,"created_at":"Mon Oct 01 08:36:23 +0000 2012","favourites_count":218,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":1790,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/496321592553525249/tuzX9ByR_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/496321592553525249/tuzX9ByR_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/856045488/1407118111","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":23,"favorite_count":1,"entities":{"hashtags":[{"text":"RTした人にやる","indices":[47,56]}],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":23,"favorite_count":0,"entities":{"hashtags":[{"text":"RTした人にやる","indices":[61,70]}],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"naopisu_","name":"なおぴす","id":856045488,"id_str":"856045488","indices":[3,12]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:06 +0000 2014","id":505874885474656260,"id_str":"505874885474656256","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/line_aru1\" rel=\"nofollow\"\u003e爆笑★LINE あるある\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2709561589,"id_str":"2709561589","name":"爆笑★LINE あるある","screen_name":"line_aru1","location":"","description":"思わず笑ってしまうLINEでのやりとりや、あるあるを見つけたいです♪面白かったら RT \u0026 相互フォローで みなさん、お願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":496,"friends_count":1875,"listed_count":1,"created_at":"Tue Aug 05 15:01:30 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":687,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/496673793939492867/p1BN4YaW_normal.png","profile_image_url_https":"https://pbs.twimg.com/profile_images/496673793939492867/p1BN4YaW_normal.png","profile_banner_url":"https://pbs.twimg.com/profile_banners/2709561589/1407251270","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:05 +0000 2014","id":505874884627410940,"id_str":"505874884627410944","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/misawahatugen\" rel=\"nofollow\"\u003e全力★ミサワ的w発言\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2734455415,"id_str":"2734455415","name":"全力★ミサワ的w発言!!","screen_name":"misawahatugen","location":"","description":"ウザすぎて笑えるミサワ的名言や、おもしろミサワ画像を集めています。 \r\nミサワを知らない人でも、いきなりツボにハマっちゃう内容をお届けします。 \r\nウザいwと思ったら RT \u0026 相互フォローお願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":144,"friends_count":1915,"listed_count":1,"created_at":"Fri Aug 15 13:20:04 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":436,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/500271070834749444/HvengMe5_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/500271070834749444/HvengMe5_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2734455415/1408108944","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:05 +0000 2014","id":505874883809521660,"id_str":"505874883809521664","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/otakara_sotuaru\" rel=\"nofollow\"\u003eお宝ww有名人卒アル特集\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2708183557,"id_str":"2708183557","name":"お宝ww有名人卒アル特集","screen_name":"otakara_sotuaru","location":"","description":"みんな昔は若かったんですね。今からは想像もつかない、あの有名人を見つけます。\r\n面白かったら RT \u0026 相互フォローで みなさん、お願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":286,"friends_count":1938,"listed_count":0,"created_at":"Tue Aug 05 03:26:54 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":650,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/496499121276985344/hC8RoebP_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/496499121276985344/hC8RoebP_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2708183557/1407318758","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:05 +0000 2014","id":505874883322970100,"id_str":"505874883322970112","text":"レッドクリフのキャラのこと女装ってくそわろたwww朝一で面白かった( ˘ω゜)笑","source":"\u003ca href=\"http://twitter.com/download/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":1620730616,"id_str":"1620730616","name":"ひーちゃん@橘芋健ぴ","screen_name":"2nd_8hkr","location":"北の大地.95年組 ☞ 9/28.10/2(5).12/28","description":"THE SECOND/劇団EXILE/EXILE/二代目JSB ☞KENCHI.AKIRA.青柳翔.小森隼.石井杏奈☜ Big Love ♡ Respect ..... ✍ MATSU Origin✧ .た ち ば な '' い も '' け ん い ち ろ う さ んTEAM NACS 安田.戸次 Liebe !","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":109,"friends_count":148,"listed_count":0,"created_at":"Thu Jul 25 16:09:29 +0000 2013","favourites_count":783,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":9541,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/458760951060123648/Cocoxi-2_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/458760951060123648/Cocoxi-2_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/1620730616/1408681982","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:05 +0000 2014","id":505874883067129860,"id_str":"505874883067129857","text":"【状態良好】ペンタックス・デジタル一眼レフカメラ・K20D 入札数=38 現在価格=15000円 http://t.co/4WK1f6V2n6終了=2014年08月31日 20:47:53 #一眼レフ http://t.co/PcSaXzfHMW","source":"\u003ca href=\"https://github.com/AKB428/YahooAuctionBot\" rel=\"nofollow\"\u003eYahooAuction Degicame\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2278053589,"id_str":"2278053589","name":"AuctionCamera","screen_name":"AuctionCamera","location":"","description":"Yahooオークションのデジカメカテゴリから商品を抽出するボットです。","url":"https://t.co/3sB1NDnd0m","entities":{"url":{"urls":[{"url":"https://t.co/3sB1NDnd0m","expanded_url":"https://github.com/AKB428/YahooAuctionBot","display_url":"github.com/AKB428/YahooAu…","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":5,"friends_count":24,"listed_count":0,"created_at":"Sun Jan 05 20:10:56 +0000 2014","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":199546,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/419927606146789376/vko-kd6Q_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/419927606146789376/vko-kd6Q_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[{"text":"一眼レフ","indices":[95,100]}],"symbols":[],"urls":[{"url":"http://t.co/4WK1f6V2n6","expanded_url":"http://atq.ck.valuecommerce.com/servlet/atq/referral?sid=2219441\u0026pid=877510753\u0026vcptn=auct/p/RJH492.PLqoLQQx1Jy8U9LE-\u0026vc_url=http://page8.auctions.yahoo.co.jp/jp/auction/h192024356","display_url":"atq.ck.valuecommerce.com/servlet/atq/re…","indices":[49,71]}],"user_mentions":[],"media":[{"id":505874882828046340,"id_str":"505874882828046336","indices":[101,123],"media_url":"http://pbs.twimg.com/media/BwU6hpPCEAAxnpq.jpg","media_url_https":"https://pbs.twimg.com/media/BwU6hpPCEAAxnpq.jpg","url":"http://t.co/PcSaXzfHMW","display_url":"pic.twitter.com/PcSaXzfHMW","expanded_url":"http://twitter.com/AuctionCamera/status/505874883067129857/photo/1","type":"photo","sizes":{"large":{"w":600,"h":450,"resize":"fit"},"medium":{"w":600,"h":450,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":255,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:05 +0000 2014","id":505874882995826700,"id_str":"505874882995826689","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/yabai_giness\" rel=\"nofollow\"\u003eヤバすぎる!!ギネス世界記録\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2762405780,"id_str":"2762405780","name":"ヤバすぎる!!ギネス世界記録","screen_name":"yabai_giness","location":"","description":"世の中には、まだまだ知られていないスゴイ記録があるんです! \r\nそんなギネス世界記録を見つけます☆ \r\nどんどん友達にも教えてあげてくださいねww \r\nヤバイと思ったら RT & フォローを、お願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":36,"friends_count":985,"listed_count":0,"created_at":"Sun Aug 24 13:17:03 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":210,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/503531782919045121/NiIC25wL_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/503531782919045121/NiIC25wL_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2762405780/1408886328","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:05 +0000 2014","id":505874882870009860,"id_str":"505874882870009856","text":"すごく面白い夢見た。魔法科高校通ってて(別に一科二科の区別ない)クラスメイトにヨセアツメ面子や赤僕の拓也がいて、学校対抗合唱コンクールが開催されたり会場入りの際他校の妨害工作受けたり、拓也が連れてきてた実が人質に取られたりとにかくてんこ盛りだった楽しかった赤僕読みたい手元にない","source":"\u003ca href=\"http://twitter.com/download/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":597357105,"id_str":"597357105","name":"ふじよし","screen_name":"fuji_mark","location":"多摩動物公園","description":"成人腐女子","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":128,"friends_count":126,"listed_count":6,"created_at":"Sat Jun 02 10:06:05 +0000 2012","favourites_count":2842,"utc_offset":32400,"time_zone":"Irkutsk","geo_enabled":false,"verified":false,"statuses_count":10517,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"0099B9","profile_background_image_url":"http://abs.twimg.com/images/themes/theme4/bg.gif","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme4/bg.gif","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/503553738569560065/D_JW2dCJ_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/503553738569560065/D_JW2dCJ_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/597357105/1408864355","profile_link_color":"0099B9","profile_sidebar_border_color":"5ED4DC","profile_sidebar_fill_color":"95E8EC","profile_text_color":"3C3940","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:05 +0000 2014","id":505874882228281340,"id_str":"505874882228281345","text":"RT @oen_yakyu: ●継続試合(中京対崇徳)46回~ 9時~\n 〈ラジオ中継〉\n らじる★らじる→大阪放送局を選択→NHK-FM\n●決勝戦(三浦対中京or崇徳) 12時30分~\n 〈ラジオ中継〉\n らじる★らじる→大阪放送局を選択→NHK第一\n ※神奈川の方は普通のラ…","source":"\u003ca href=\"http://twicca.r246.jp/\" rel=\"nofollow\"\u003etwicca\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":18477566,"id_str":"18477566","name":"Natit(なち)@そうだ、トップ行こう","screen_name":"natit_yso","location":"福岡市の端っこ","description":"ヤー・チャイカ。紫宝勢の末席くらいでQMAやってます。\r\n9/13(土)「九州杯」今年も宜しくお願いします!キーワードは「そうだ、トップ、行こう。」\r\nmore → http://t.co/ezuHyjF4Qy \r\n【旅の予定】9/20-22 関西 → 9/23-28 北海道ぐるり","url":"http://t.co/ll2yu78DGR","entities":{"url":{"urls":[{"url":"http://t.co/ll2yu78DGR","expanded_url":"http://qma-kyushu.sakura.ne.jp/","display_url":"qma-kyushu.sakura.ne.jp","indices":[0,22]}]},"description":{"urls":[{"url":"http://t.co/ezuHyjF4Qy","expanded_url":"http://twpf.jp/natit_yso","display_url":"twpf.jp/natit_yso","indices":[83,105]}]}},"protected":false,"followers_count":591,"friends_count":548,"listed_count":93,"created_at":"Tue Dec 30 14:11:44 +0000 2008","favourites_count":11676,"utc_offset":32400,"time_zone":"Tokyo","geo_enabled":false,"verified":false,"statuses_count":130145,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"131516","profile_background_image_url":"http://abs.twimg.com/images/themes/theme14/bg.gif","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme14/bg.gif","profile_background_tile":true,"profile_image_url":"http://pbs.twimg.com/profile_images/1556202861/chibi-Leon_normal.jpg","profile_image_url_https":"https://pbs.twimg.com/profile_images/1556202861/chibi-Leon_normal.jpg","profile_link_color":"009999","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sat Aug 30 23:12:39 +0000 2014","id":505855649196953600,"id_str":"505855649196953600","text":"●継続試合(中京対崇徳)46回~ 9時~\n 〈ラジオ中継〉\n らじる★らじる→大阪放送局を選択→NHK-FM\n●決勝戦(三浦対中京or崇徳) 12時30分~\n 〈ラジオ中継〉\n らじる★らじる→大阪放送局を選択→NHK第一\n ※神奈川の方は普通のラジオのNHK-FMでも","source":"\u003ca href=\"http://twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2761692762,"id_str":"2761692762","name":"三浦学苑軟式野球部応援団!","screen_name":"oen_yakyu","location":"","description":"兵庫県で開催される「もう一つの甲子園」こと全国高校軟式野球選手権大会に南関東ブロックから出場する三浦学苑軟式野球部を応援する非公式アカウントです。","url":"http://t.co/Cn1tPTsBGY","entities":{"url":{"urls":[{"url":"http://t.co/Cn1tPTsBGY","expanded_url":"http://www.miura.ed.jp/index.html","display_url":"miura.ed.jp/index.html","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":464,"friends_count":117,"listed_count":4,"created_at":"Sun Aug 24 07:47:29 +0000 2014","favourites_count":69,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":553,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/504299474445811712/zsxJUmL0_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/504299474445811712/zsxJUmL0_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2761692762/1409069337","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":7,"favorite_count":2,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":7,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"oen_yakyu","name":"三浦学苑軟式野球部応援団!","id":2761692762,"id_str":"2761692762","indices":[3,13]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:05 +0000 2014","id":505874882110824450,"id_str":"505874882110824448","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/sumahoanime\" rel=\"nofollow\"\u003eスマホに密封★アニメ画像\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2725976444,"id_str":"2725976444","name":"スマホに密封★アニメ画像","screen_name":"sumahoanime","location":"","description":"なんともめずらしい、いろんなキャラがスマホに閉じ込められています。 \r\nあなたのスマホにマッチする画像が見つかるかも♪ \r\n気に入ったら是非 RT & フォローお願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":227,"friends_count":1918,"listed_count":0,"created_at":"Tue Aug 12 11:27:54 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":527,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/499155646164393984/l5vSz5zu_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/499155646164393984/l5vSz5zu_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2725976444/1407843121","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:05 +0000 2014","id":505874881297133600,"id_str":"505874881297133568","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/mijika_kiken\" rel=\"nofollow\"\u003eアナタのそばの身近な危険\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2713926078,"id_str":"2713926078","name":"アナタのそばの身近な危険","screen_name":"mijika_kiken","location":"","description":"知らないうちにやっている危険な行動を見つけて自分を守りましょう。 役に立つと思ったら RT \u0026 相互フォローで みなさん、お願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":301,"friends_count":1871,"listed_count":0,"created_at":"Thu Aug 07 07:12:50 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":644,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/497279579245907968/Ftvms_HR_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/497279579245907968/Ftvms_HR_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2713926078/1407395683","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:04 +0000 2014","id":505874880294682600,"id_str":"505874880294682624","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/ninkimono_daosy\" rel=\"nofollow\"\u003e人気者♥デイジー大好き\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2726199583,"id_str":"2726199583","name":"人気者♥デイジー大好き","screen_name":"ninkimono_daosy","location":"","description":"デイジーの想いを、代わりにつぶやきます♪ \r\nデイジーのかわいい画像やグッズも大好きw \r\n可愛いと思ったら RT \u0026 フォローお願いします。 \r\n「非公式アカウントです」","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":190,"friends_count":474,"listed_count":0,"created_at":"Tue Aug 12 12:58:33 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":469,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/499178622494576640/EzWKdR_p_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/499178622494576640/EzWKdR_p_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2726199583/1407848478","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:04 +0000 2014","id":505874879392919550,"id_str":"505874879392919552","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/shiawasehanashi\" rel=\"nofollow\"\u003e幸せ話でフル充電しよう\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2721453846,"id_str":"2721453846","name":"幸せ話でフル充電しようww","screen_name":"shiawasehanashi","location":"","description":"私が聞いて心に残った感動エピソードをお届けします。\r\n少しでも多くの人へ届けたいと思います。\r\nいいなと思ったら RT \u0026 フォローお願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":302,"friends_count":1886,"listed_count":0,"created_at":"Sun Aug 10 12:16:25 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":508,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/498444554916216832/ml8EiQka_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/498444554916216832/ml8EiQka_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2721453846/1407673555","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:04 +0000 2014","id":505874879103520800,"id_str":"505874879103520768","text":"RT @Ang_Angel73: 逢坂「くっ…僕の秘められし右目が…!」\n一同「……………。」","source":"\u003ca href=\"http://twitter.com/download/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2571968509,"id_str":"2571968509","name":"イイヒト","screen_name":"IwiAlohomora","location":"草葉の陰","description":"大人です。気軽に絡んでくれるとうれしいです! イラスト大好き!(≧∇≦) BF(仮)逢坂紘夢くんにお熱です! マンガも好き♡欲望のままにつぶやきますのでご注意を。雑食♡","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":156,"friends_count":165,"listed_count":14,"created_at":"Tue Jun 17 01:18:34 +0000 2014","favourites_count":11926,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":7234,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/504990074862178304/DoBvOb9c_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/504990074862178304/DoBvOb9c_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2571968509/1409106012","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:27:01 +0000 2014","id":505874364596621300,"id_str":"505874364596621313","text":"逢坂「くっ…僕の秘められし右目が…!」\n一同「……………。」","source":"\u003ca href=\"http://twitter.com/download/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":1600750194,"id_str":"1600750194","name":"臙脂","screen_name":"Ang_Angel73","location":"逢坂紘夢のそばに","description":"自由、気ままに。詳しくはツイプロ。アイコンはまめせろりちゃんからだよ☆~(ゝ。∂)","url":"http://t.co/kKCCwHTaph","entities":{"url":{"urls":[{"url":"http://t.co/kKCCwHTaph","expanded_url":"http://twpf.jp/Ang_Angel73","display_url":"twpf.jp/Ang_Angel73","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":155,"friends_count":154,"listed_count":10,"created_at":"Wed Jul 17 11:44:31 +0000 2013","favourites_count":2115,"utc_offset":32400,"time_zone":"Irkutsk","geo_enabled":false,"verified":false,"statuses_count":12342,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://pbs.twimg.com/profile_background_images/378800000027871001/aa764602922050b22bf9ade3741367dc.jpeg","profile_background_image_url_https":"https://pbs.twimg.com/profile_background_images/378800000027871001/aa764602922050b22bf9ade3741367dc.jpeg","profile_background_tile":true,"profile_image_url":"http://pbs.twimg.com/profile_images/500293786287603713/Ywyh69eG_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/500293786287603713/Ywyh69eG_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/1600750194/1403879183","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":2,"favorite_count":2,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":2,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"Ang_Angel73","name":"臙脂","id":1600750194,"id_str":"1600750194","indices":[3,15]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:04 +0000 2014","id":505874877933314050,"id_str":"505874877933314048","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/honne_jyoshi1\" rel=\"nofollow\"\u003e秘密の本音♥女子編\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2762237088,"id_str":"2762237088","name":"秘密の本音♥女子編","screen_name":"honne_jyoshi1","location":"","description":"普段は言えない「お・ん・なの建前と本音」をつぶやきます。 気になる あの人の本音も、わかるかも!? \r\nわかるって人は RT & フォローを、お願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":123,"friends_count":988,"listed_count":0,"created_at":"Sun Aug 24 12:27:07 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":211,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/503519190364332032/BVjS_XBD_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/503519190364332032/BVjS_XBD_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2762237088/1408883328","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:04 +0000 2014","id":505874877148958700,"id_str":"505874877148958721","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/bi_iroenpitu\" rel=\"nofollow\"\u003e美し過ぎる★色鉛筆アート\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2740047343,"id_str":"2740047343","name":"美し過ぎる★色鉛筆アート","screen_name":"bi_iroenpitu","location":"","description":"ほんとにコレ色鉛筆なの~? \r\n本物と見間違える程のリアリティを御覧ください。 \r\n気に入ったら RT \u0026 相互フォローお願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":321,"friends_count":1990,"listed_count":0,"created_at":"Sun Aug 17 16:15:05 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":396,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501039950972739585/isigil4V_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501039950972739585/isigil4V_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2740047343/1408292283","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:03 +0000 2014","id":505874876465295360,"id_str":"505874876465295361","text":"【H15-9-4】道路を利用する利益は反射的利益であり、建築基準法に基づいて道路一の指定がなされている私道の敷地所有者に対し、通行妨害行為の排除を求める人格的権利を認めることはできない。→誤。","source":"\u003ca href=\"http://twittbot.net/\" rel=\"nofollow\"\u003etwittbot.net\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":1886570281,"id_str":"1886570281","name":"行政法過去問","screen_name":"gyosei_goukaku","location":"","description":"行政書士の本試験問題の過去問(行政法分野)をランダムにつぶやきます。問題は随時追加中です。基本的に相互フォローします。※140字制限の都合上、表現は一部変えてあります。解説も文字数が可能であればなるべく…。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":1554,"friends_count":1772,"listed_count":12,"created_at":"Fri Sep 20 13:24:29 +0000 2013","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":14565,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/378800000487791870/0e45e3c089c6b641cdd8d1b6f1ceb8a4_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/378800000487791870/0e45e3c089c6b641cdd8d1b6f1ceb8a4_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:03 +0000 2014","id":505874876318511100,"id_str":"505874876318511104","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/kgoehassou\" rel=\"nofollow\"\u003eK点越えの発想力!!\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2744863153,"id_str":"2744863153","name":"K点越えの発想力!!","screen_name":"kgoehassou","location":"","description":"いったいどうやったら、その領域にたどりつけるのか!? \r\nそんな思わず笑ってしまう別世界の発想力をお届けします♪ \r\nおもしろかったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":76,"friends_count":957,"listed_count":0,"created_at":"Tue Aug 19 13:00:08 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":341,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501715651686178816/Fgpe0B8M_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501715651686178816/Fgpe0B8M_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2744863153/1408453328","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:03 +0000 2014","id":505874875521581060,"id_str":"505874875521581056","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/ketueki_sinjitu\" rel=\"nofollow\"\u003e血液型の真実2\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2698625690,"id_str":"2698625690","name":"血液型の真実","screen_name":"ketueki_sinjitu","location":"","description":"やっぱりそうだったのか~♪\r\n意外な、あの人の裏側を見つけます。\r\n面白かったらRT \u0026 相互フォローでみなさん、お願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":193,"friends_count":1785,"listed_count":1,"created_at":"Fri Aug 01 16:11:40 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":769,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/495241446706790400/h_0DSFPG_normal.png","profile_image_url_https":"https://pbs.twimg.com/profile_images/495241446706790400/h_0DSFPG_normal.png","profile_banner_url":"https://pbs.twimg.com/profile_banners/2698625690/1406911319","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:03 +0000 2014","id":505874874712072200,"id_str":"505874874712072192","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/yahari_kamiga\" rel=\"nofollow\"\u003eやっぱり神が??を作る時\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2714868440,"id_str":"2714868440","name":"やっぱり神が??を作る時","screen_name":"yahari_kamiga","location":"","description":"やっぱり今日も、神は何かを作ろうとしています 笑。 どうやって作っているのかわかったら RT \u0026 相互フォローで みなさん、お願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":243,"friends_count":1907,"listed_count":0,"created_at":"Thu Aug 07 16:12:33 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":590,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/497416102108884992/NRMEbKaT_normal.png","profile_image_url_https":"https://pbs.twimg.com/profile_images/497416102108884992/NRMEbKaT_normal.png","profile_banner_url":"https://pbs.twimg.com/profile_banners/2714868440/1407428237","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:03 +0000 2014","id":505874874275864600,"id_str":"505874874275864576","text":"RT @takuramix: 福島第一原発の構内地図がこちら。\nhttp://t.co/ZkU4TZCGPG\nどう見ても、1号機。\nRT @Lightworker19: 【大拡散】  福島第一原発 4号機 爆発動画 40秒~  http://t.co/lmlgp38fgZ","source":"\u003ca href=\"http://twitter.softama.com/\" rel=\"nofollow\"\u003eツイタマ\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":62525372,"id_str":"62525372","name":"NANCY-MOON☆ひよこちゃん☆","screen_name":"nancy_moon_703","location":"JAPAN","description":"【無断転載禁止・コピペ禁止・非公式RT禁止】【必読!】⇒ http://t.co/nuUvfUVD 今現在活動中の東方神起YUNHO&CHANGMINの2人を全力で応援しています!!(^_-)-☆ ※東方神起及びYUNHO&CHANGMINを応援していない方・鍵付ユーザーのフォローお断り!","url":null,"entities":{"description":{"urls":[{"url":"http://t.co/nuUvfUVD","expanded_url":"http://goo.gl/SrGLb","display_url":"goo.gl/SrGLb","indices":[29,49]}]}},"protected":false,"followers_count":270,"friends_count":328,"listed_count":4,"created_at":"Mon Aug 03 14:22:24 +0000 2009","favourites_count":3283,"utc_offset":32400,"time_zone":"Tokyo","geo_enabled":false,"verified":false,"statuses_count":180310,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"642D8B","profile_background_image_url":"http://pbs.twimg.com/profile_background_images/470849781397336064/ltM6EdFn.jpeg","profile_background_image_url_https":"https://pbs.twimg.com/profile_background_images/470849781397336064/ltM6EdFn.jpeg","profile_background_tile":true,"profile_image_url":"http://pbs.twimg.com/profile_images/3699005246/9ba2e306518d296b68b7cbfa5e4ce4e6_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/3699005246/9ba2e306518d296b68b7cbfa5e4ce4e6_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/62525372/1401094223","profile_link_color":"FF0000","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"F065A8","profile_text_color":"080808","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sat Aug 30 21:21:33 +0000 2014","id":505827689660313600,"id_str":"505827689660313600","text":"福島第一原発の構内地図がこちら。\nhttp://t.co/ZkU4TZCGPG\nどう見ても、1号機。\nRT @Lightworker19: 【大拡散】  福島第一原発 4号機 爆発動画 40秒~  http://t.co/lmlgp38fgZ","source":"\u003ca href=\"https://about.twitter.com/products/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c/a\u003e","truncated":false,"in_reply_to_status_id":505774460910043140,"in_reply_to_status_id_str":"505774460910043136","in_reply_to_user_id":238157843,"in_reply_to_user_id_str":"238157843","in_reply_to_screen_name":"Lightworker19","user":{"id":29599253,"id_str":"29599253","name":"タクラミックス","screen_name":"takuramix","location":"i7","description":"私の機能一覧:歌う、演劇、ネットワークエンジニア、ライター、プログラマ、翻訳、シルバーアクセサリ、……何をやってる人かは良くわからない人なので、「機能」が欲しい人は私にがっかりするでしょう。私って人間に御用があるなら別ですが。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":5136,"friends_count":724,"listed_count":335,"created_at":"Wed Apr 08 01:10:58 +0000 2009","favourites_count":21363,"utc_offset":32400,"time_zone":"Tokyo","geo_enabled":false,"verified":false,"statuses_count":70897,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/2049751947/takuramix1204_normal.jpg","profile_image_url_https":"https://pbs.twimg.com/profile_images/2049751947/takuramix1204_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":1,"favorite_count":1,"entities":{"hashtags":[],"symbols":[],"urls":[{"url":"http://t.co/ZkU4TZCGPG","expanded_url":"http://www.tepco.co.jp/nu/fukushima-np/review/images/review1_01.gif","display_url":"tepco.co.jp/nu/fukushima-n…","indices":[17,39]},{"url":"http://t.co/lmlgp38fgZ","expanded_url":"http://youtu.be/gDXEhyuVSDk","display_url":"youtu.be/gDXEhyuVSDk","indices":[99,121]}],"user_mentions":[{"screen_name":"Lightworker19","name":"Lightworker","id":238157843,"id_str":"238157843","indices":[54,68]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"ja"},"retweet_count":1,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[{"url":"http://t.co/ZkU4TZCGPG","expanded_url":"http://www.tepco.co.jp/nu/fukushima-np/review/images/review1_01.gif","display_url":"tepco.co.jp/nu/fukushima-n…","indices":[32,54]},{"url":"http://t.co/lmlgp38fgZ","expanded_url":"http://youtu.be/gDXEhyuVSDk","display_url":"youtu.be/gDXEhyuVSDk","indices":[114,136]}],"user_mentions":[{"screen_name":"takuramix","name":"タクラミックス","id":29599253,"id_str":"29599253","indices":[3,13]},{"screen_name":"Lightworker19","name":"Lightworker","id":238157843,"id_str":"238157843","indices":[69,83]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:03 +0000 2014","id":505874873961308160,"id_str":"505874873961308160","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/anayuki_suki\" rel=\"nofollow\"\u003eやっぱりアナ雪が好き♥\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2714052962,"id_str":"2714052962","name":"やっぱりアナ雪が好き♥","screen_name":"anayuki_suki","location":"","description":"なんだかんだ言ってもやっぱりアナ雪が好きなんですよね~♪ \r\n私も好きって人は RT \u0026 相互フォローで みなさん、お願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":368,"friends_count":1826,"listed_count":1,"created_at":"Thu Aug 07 08:29:13 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":670,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/497299646662705153/KMo3gkv7_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/497299646662705153/KMo3gkv7_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2714052962/1407400477","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"zh"},"created_at":"Sun Aug 31 00:29:03 +0000 2014","id":505874873759977500,"id_str":"505874873759977473","text":"四川盆地江淮等地将有强降雨 开学日多地将有雨:   中新网8月31日电 据中央气象台消息,江淮东部、四川盆地东北部等地今天(31日)又将迎来一场暴雨或大暴雨天气。明天9月1日,是中小学生开学的日子。预计明天,内蒙古中部、... http://t.co/toQgVlXPyH","source":"\u003ca href=\"http://twitterfeed.com\" rel=\"nofollow\"\u003etwitterfeed\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2281979863,"id_str":"2281979863","name":"News 24h China","screen_name":"news24hchn","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":719,"friends_count":807,"listed_count":7,"created_at":"Wed Jan 08 10:56:04 +0000 2014","favourites_count":0,"utc_offset":7200,"time_zone":"Amsterdam","geo_enabled":false,"verified":false,"statuses_count":94782,"lang":"it","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://pbs.twimg.com/profile_background_images/452558963754561536/QPID3isM.jpeg","profile_background_image_url_https":"https://pbs.twimg.com/profile_background_images/452558963754561536/QPID3isM.jpeg","profile_background_tile":true,"profile_image_url":"http://pbs.twimg.com/profile_images/439031926569979904/SlBH9iMg_normal.png","profile_image_url_https":"https://pbs.twimg.com/profile_images/439031926569979904/SlBH9iMg_normal.png","profile_banner_url":"https://pbs.twimg.com/profile_banners/2281979863/1393508427","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[{"url":"http://t.co/toQgVlXPyH","expanded_url":"http://news24h.allnews24h.com/FX54","display_url":"news24h.allnews24h.com/FX54","indices":[114,136]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"zh"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:03 +0000 2014","id":505874873248268300,"id_str":"505874873248268288","text":"@Take3carnifex それは大変!一大事!命に関わります!\n是非うちに受診して下さい!","source":"\u003ca href=\"http://twitter.com/download/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c/a\u003e","truncated":false,"in_reply_to_status_id":505874353716600800,"in_reply_to_status_id_str":"505874353716600832","in_reply_to_user_id":535179785,"in_reply_to_user_id_str":"535179785","in_reply_to_screen_name":"Take3carnifex","user":{"id":226897125,"id_str":"226897125","name":"ひかり@hack","screen_name":"hikari_thirteen","location":"","description":"hackというバンドで、ギターを弾いています。 モンハンとポケモンが好き。 \nSPRING WATER リードギター(ヘルプ)\nROCK OUT レギュラーDJ","url":"http://t.co/SQLZnvjVxB","entities":{"url":{"urls":[{"url":"http://t.co/SQLZnvjVxB","expanded_url":"http://s.ameblo.jp/hikarihikarimay","display_url":"s.ameblo.jp/hikarihikarimay","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":296,"friends_count":348,"listed_count":3,"created_at":"Wed Dec 15 10:51:51 +0000 2010","favourites_count":33,"utc_offset":32400,"time_zone":"Tokyo","geo_enabled":false,"verified":false,"statuses_count":3293,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"131516","profile_background_image_url":"http://abs.twimg.com/images/themes/theme14/bg.gif","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme14/bg.gif","profile_background_tile":true,"profile_image_url":"http://pbs.twimg.com/profile_images/378800000504584690/8ccba98eda8c0fd1d15a74e401f621d1_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/378800000504584690/8ccba98eda8c0fd1d15a74e401f621d1_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/226897125/1385551752","profile_link_color":"009999","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"Take3carnifex","name":"Take3","id":535179785,"id_str":"535179785","indices":[0,14]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:03 +0000 2014","id":505874873223110660,"id_str":"505874873223110656","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/imadokijoshiko\" rel=\"nofollow\"\u003e今どき女子高生の謎w\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2744236873,"id_str":"2744236873","name":"今どき女子高生の謎w","screen_name":"imadokijoshiko","location":"","description":"思わず耳を疑う男性の方の夢を壊してしまう、\r\n女子高生達のディープな世界を見てください☆ \r\nおもしろいと思ったら RT \u0026 相互フォローでお願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":79,"friends_count":973,"listed_count":0,"created_at":"Tue Aug 19 07:06:47 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":354,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501627015980535808/avWBgkDh_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501627015980535808/avWBgkDh_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2744236873/1408432455","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:02 +0000 2014","id":505874872463925250,"id_str":"505874872463925248","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/risou_dansei\" rel=\"nofollow\"\u003e私の理想の男性像\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2761782601,"id_str":"2761782601","name":"私の理想の男性像","screen_name":"risou_dansei","location":"","description":"こんな男性♥ ほんとにいるのかしら!? \r\n「いたらいいのになぁ」っていう理想の男性像をを、私目線でつぶやきます。 \r\nいいなと思った人は RT \u0026 フォローお願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":69,"friends_count":974,"listed_count":0,"created_at":"Sun Aug 24 08:03:32 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":208,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/503452833719410688/tFU509Yk_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/503452833719410688/tFU509Yk_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2761782601/1408867519","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:02 +0000 2014","id":505874871713157100,"id_str":"505874871713157120","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/gekiatu_6byou\" rel=\"nofollow\"\u003e激アツ★6秒動画\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2725690658,"id_str":"2725690658","name":"激アツ★6秒動画","screen_name":"gekiatu_6byou","location":"","description":"話題の6秒動画! \r\n思わず「ほんとかよっ」てツッコんでしまう内容のオンパレード! \r\nおもしろかったら、是非 RT & フォローお願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":195,"friends_count":494,"listed_count":0,"created_at":"Tue Aug 12 08:17:29 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":477,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/499107997444886528/3rl6FrIk_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/499107997444886528/3rl6FrIk_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2725690658/1407832963","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:02 +0000 2014","id":505874871616671740,"id_str":"505874871616671744","text":"爆笑ww珍解答集!\n先生のツメの甘さと生徒のセンスを感じる一問一答だとFBでも話題!!\nうどん天下一決定戦ウィンドウズ9三重高校竹内由恵アナ花火保険\nhttp://t.co/jRWJt8IrSB http://t.co/okrAoxSbt0","source":"\u003ca href=\"https://twitter.com/waraeru_kan\" rel=\"nofollow\"\u003e笑える博物館\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2748747362,"id_str":"2748747362","name":"笑える博物館","screen_name":"waraeru_kan","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":19,"friends_count":10,"listed_count":0,"created_at":"Wed Aug 20 11:11:04 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":15137,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://abs.twimg.com/sticky/default_profile_images/default_profile_4_normal.png","profile_image_url_https":"https://abs.twimg.com/sticky/default_profile_images/default_profile_4_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[{"url":"http://t.co/jRWJt8IrSB","expanded_url":"http://bit.ly/1qBa1nl","display_url":"bit.ly/1qBa1nl","indices":[75,97]}],"user_mentions":[],"media":[{"id":505874871344066560,"id_str":"505874871344066560","indices":[98,120],"media_url":"http://pbs.twimg.com/media/BwU6g-dCcAALxAW.png","media_url_https":"https://pbs.twimg.com/media/BwU6g-dCcAALxAW.png","url":"http://t.co/okrAoxSbt0","display_url":"pic.twitter.com/okrAoxSbt0","expanded_url":"http://twitter.com/waraeru_kan/status/505874871616671744/photo/1","type":"photo","sizes":{"small":{"w":340,"h":425,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":600,"h":750,"resize":"fit"},"medium":{"w":600,"h":750,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:02 +0000 2014","id":505874871268540400,"id_str":"505874871268540416","text":"@nasan_arai \n名前→なーさん\n第一印象→誰。(´・_・`)\n今の印象→れいら♡\nLINE交換できる?→してる(「・ω・)「\n好きなところ→可愛い優しい優しい優しい\n最後に一言→なーさん好き〜(´・_・`)♡GEM現場おいでね(´・_・`)♡\n\n#ふぁぼした人にやる","source":"\u003ca href=\"http://twitter.com/download/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":1717603286,"in_reply_to_user_id_str":"1717603286","in_reply_to_screen_name":"nasan_arai","user":{"id":2417626784,"id_str":"2417626784","name":"✩.ゆきଘ(*´꒳`)","screen_name":"Ymaaya_gem","location":"","description":"⁽⁽٩( ᐖ )۶⁾⁾ ❤︎ 武 田 舞 彩 ❤︎ ₍₍٩( ᐛ )۶₎₎","url":"http://t.co/wR0Qb76TbB","entities":{"url":{"urls":[{"url":"http://t.co/wR0Qb76TbB","expanded_url":"http://twpf.jp/Ymaaya_gem","display_url":"twpf.jp/Ymaaya_gem","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":198,"friends_count":245,"listed_count":1,"created_at":"Sat Mar 29 16:03:06 +0000 2014","favourites_count":3818,"utc_offset":null,"time_zone":null,"geo_enabled":true,"verified":false,"statuses_count":8056,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/505516858816987136/4gFGjHzu_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/505516858816987136/4gFGjHzu_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2417626784/1407764793","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[{"text":"ふぁぼした人にやる","indices":[128,138]}],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"nasan_arai","name":"なーさん","id":1717603286,"id_str":"1717603286","indices":[0,11]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:02 +0000 2014","id":505874871218225150,"id_str":"505874871218225152","text":"\"ソードマスター\"剣聖カミイズミ (CV:緑川光)-「ソードマスター」のアスタリスク所持者\n第一師団団長にして「剣聖」の称号を持つ剣士。イデアの剣の師匠。 \n敵味方からも尊敬される一流の武人。","source":"\u003ca href=\"http://twittbot.net/\" rel=\"nofollow\"\u003etwittbot.net\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":1435517814,"id_str":"1435517814","name":"俺、関係ないよ?","screen_name":"BDFF_LOVE","location":"ルクセンダルクorリングアベルさんの隣","description":"自分なりに生きる人、最後まであきらめないの。でも、フォローありがとう…。@ringo_BDFFLOVE ←は、妹です。時々、会話します。「現在BOTで、BDFFのこと呟くよ!」夜は、全滅 「BDFFプレイ中」詳しくは、ツイプロみてください!(絶対)","url":"http://t.co/5R4dzpbWX2","entities":{"url":{"urls":[{"url":"http://t.co/5R4dzpbWX2","expanded_url":"http://twpf.jp/BDFF_LOVE","display_url":"twpf.jp/BDFF_LOVE","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":1066,"friends_count":1799,"listed_count":6,"created_at":"Fri May 17 12:33:23 +0000 2013","favourites_count":1431,"utc_offset":32400,"time_zone":"Irkutsk","geo_enabled":true,"verified":false,"statuses_count":6333,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/505696320380612608/qvaxb_zx_normal.png","profile_image_url_https":"https://pbs.twimg.com/profile_images/505696320380612608/qvaxb_zx_normal.png","profile_banner_url":"https://pbs.twimg.com/profile_banners/1435517814/1409401948","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:02 +0000 2014","id":505874871130136600,"id_str":"505874871130136576","text":"闇「リンと付き合うに当たって歳の差以外にもいろいろ壁があったんだよ。愛し隊の妨害とか風紀厨の生徒会長とか…」\n一号「リンちゃんを泣かせたらシメるかんね!」\n二号「リンちゃんにやましい事したら×す…」\n執行部「不純な交際は僕が取り締まろうじゃないか…」\n闇「(消される)」","source":"\u003ca href=\"http://twittbot.net/\" rel=\"nofollow\"\u003etwittbot.net\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2386208737,"id_str":"2386208737","name":"闇未来Bot","screen_name":"StxRinFbot","location":"DIVAルーム","description":"ProjectDIVAのモジュール・ストレンジダーク×鏡音リンFutureStyleの自己満足非公式Bot マセレン仕様。CP要素あります。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":7,"friends_count":2,"listed_count":0,"created_at":"Thu Mar 13 02:58:09 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":4876,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/443948925351755776/6rmljL5C_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/443948925351755776/6rmljL5C_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2386208737/1396259004","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:02 +0000 2014","id":505874870933016600,"id_str":"505874870933016576","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/suitestengoku\" rel=\"nofollow\"\u003e絶品!!スイーツ天国\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2725681663,"id_str":"2725681663","name":"絶品!!スイーツ天国","screen_name":"suitestengoku","location":"","description":"美味しそうなスイーツって、見てるだけで幸せな気分になれますね♪\r\nそんな素敵なスイーツに出会いたいです。\r\n食べたいと思ったら是非 RT & フォローお願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":401,"friends_count":1877,"listed_count":1,"created_at":"Tue Aug 12 07:43:52 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":554,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/499099533507178496/g5dNpArt_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/499099533507178496/g5dNpArt_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2725681663/1407829743","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:02 +0000 2014","id":505874870148669440,"id_str":"505874870148669440","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/dengeki_omoro\" rel=\"nofollow\"\u003e電車厳禁!!おもしろ話\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2699667800,"id_str":"2699667800","name":"電車厳禁!!おもしろ話w","screen_name":"dengeki_omoro","location":"","description":"日常のオモシロくて笑える場面を探します♪\r\n面白かったらRT \u0026 相互フォローでみなさん、お願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":461,"friends_count":1919,"listed_count":0,"created_at":"Sat Aug 02 02:16:32 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":728,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/495400387961036800/BBMb_hcG_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/495400387961036800/BBMb_hcG_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2699667800/1406947654","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:02 +0000 2014","id":505874869339189250,"id_str":"505874869339189249","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/ketueki_face\" rel=\"nofollow\"\u003e笑えるwwランキング2\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2695745652,"id_str":"2695745652","name":"笑えるwwランキング","screen_name":"wara_runk","location":"","description":"知ってると使えるランキングを探そう。\r\n面白かったらRT \u0026 相互フォローでみなさん、お願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":314,"friends_count":1943,"listed_count":1,"created_at":"Thu Jul 31 13:51:57 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":737,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/494844659856728064/xBQfnm5J_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/494844659856728064/xBQfnm5J_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2695745652/1406815103","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:02 +0000 2014","id":505874868533854200,"id_str":"505874868533854209","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/sunikar_daisuki\" rel=\"nofollow\"\u003eスニーカー大好き★図鑑\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2707963890,"id_str":"2707963890","name":"スニーカー大好き★図鑑","screen_name":"sunikar_daisuki","location":"","description":"スニーカー好きを見つけて仲間になろう♪\r\n気に入ったら RT \u0026 相互フォローで みなさん、お願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":394,"friends_count":1891,"listed_count":0,"created_at":"Tue Aug 05 01:54:28 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":642,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/496474952631996416/f0C_u3_u_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/496474952631996416/f0C_u3_u_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2707963890/1407203869","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"zh"},"created_at":"Sun Aug 31 00:29:01 +0000 2014","id":505874867997380600,"id_str":"505874867997380608","text":"\"@BelloTexto: ¿Quieres ser feliz? \n一\"No stalkees\" \n一\"No stalkees\" \n一\"No stalkees\" \n一\"No stalkees\" \n一\"No stalkees\" \n一\"No stalkees\".\"","source":"\u003ca href=\"http://twitter.com/download/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2249378935,"id_str":"2249378935","name":"Maggie Becerril ","screen_name":"maggdesie","location":"","description":"cambiando la vida de las personas.","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":120,"friends_count":391,"listed_count":0,"created_at":"Mon Dec 16 21:56:49 +0000 2013","favourites_count":314,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":1657,"lang":"es","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/505093371665604608/K0x_LV2y_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/505093371665604608/K0x_LV2y_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2249378935/1409258479","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"BelloTexto","name":"Indirectas... ✉","id":833083404,"id_str":"833083404","indices":[1,12]}]},"favorited":false,"retweeted":false,"lang":"zh"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:01 +0000 2014","id":505874867720183800,"id_str":"505874867720183808","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/iseiuragao\" rel=\"nofollow\"\u003eザ・異性の裏の顔\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2719746578,"id_str":"2719746578","name":"ザ・異性の裏の顔","screen_name":"iseiuragao","location":"","description":"異性について少し学ぶことで、必然的にモテるようになる!? 相手を理解することで見えてくるもの「それは・・・●●」 いい内容だと思ったら RT \u0026 フォローもお願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":238,"friends_count":1922,"listed_count":0,"created_at":"Sat Aug 09 17:18:43 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":532,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/498157077726900224/tW8q4di__normal.png","profile_image_url_https":"https://pbs.twimg.com/profile_images/498157077726900224/tW8q4di__normal.png","profile_banner_url":"https://pbs.twimg.com/profile_banners/2719746578/1407604947","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:01 +0000 2014","id":505874866910687200,"id_str":"505874866910687233","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/bijyoalbum\" rel=\"nofollow\"\u003e超w美女☆アルバム\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2744054334,"id_str":"2744054334","name":"超w美女☆アルバム","screen_name":"bijyoalbum","location":"","description":"「おお~っ!いいね~」って、思わず言ってしまう、美女を見つけます☆ \r\nタイプだと思ったら RT \u0026 相互フォローでお願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":45,"friends_count":966,"listed_count":0,"created_at":"Tue Aug 19 05:36:48 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":352,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501604413312491520/GP66eKWr_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501604413312491520/GP66eKWr_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2744054334/1408426814","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:01 +0000 2014","id":505874866105376800,"id_str":"505874866105376769","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/jyoshiuraseitai\" rel=\"nofollow\"\u003e男に見せない女子の裏生態\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2744261238,"id_str":"2744261238","name":"男に見せない女子の裏生態","screen_name":"jyoshiuraseitai","location":"","description":"男の知らない女子ならではのあるある☆ \r\nそんな生々しい女子の生態をつぶやきます。 \r\nわかる~って人は RT \u0026 フォローでお願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":203,"friends_count":967,"listed_count":0,"created_at":"Tue Aug 19 08:01:28 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":348,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501641354804346880/Uh1-n1LD_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501641354804346880/Uh1-n1LD_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2744261238/1408435630","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:01 +0000 2014","id":505874865354584060,"id_str":"505874865354584064","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/soubutu_seitai\" rel=\"nofollow\"\u003e驚きの動物たちの生態\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2759403146,"id_str":"2759403146","name":"驚きの動物たちの生態","screen_name":"soubutu_seitai","location":"","description":"「おお~っ」と 言われるような、動物の生態をツイートします♪ \r\n知っていると、あなたも人気者に!? \r\nおもしろかったら RT \u0026 フォローを、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":67,"friends_count":954,"listed_count":0,"created_at":"Sat Aug 23 16:39:31 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":219,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/503220468128567296/Z8mGDIBS_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/503220468128567296/Z8mGDIBS_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2759403146/1408812130","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:01 +0000 2014","id":505874864603820000,"id_str":"505874864603820032","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/mote_woman\" rel=\"nofollow\"\u003eモテ女子★ファションの秘密\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2706659820,"id_str":"2706659820","name":"モテ女子★ファションの秘密","screen_name":"mote_woman","location":"","description":"オシャレかわいい♥モテ度UPの注目アイテムを見つけます。\r\n気に入ったら RT \u0026 相互フォローで みなさん、お願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":217,"friends_count":1806,"listed_count":0,"created_at":"Mon Aug 04 14:30:24 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":682,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/496303370936668161/s7xP8rTy_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/496303370936668161/s7xP8rTy_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2706659820/1407163059","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:00 +0000 2014","id":505874863874007040,"id_str":"505874863874007040","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/danjyonotigai1\" rel=\"nofollow\"\u003e男女の違いを解明する\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2761896468,"id_str":"2761896468","name":"男女の違いを解明する","screen_name":"danjyonotigai1","location":"","description":"意外と理解できていない男女それぞれの事情。 \r\n「えっ マジで!?」と驚くような、男女の習性をつぶやきます♪ ためになったら、是非 RT & フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":82,"friends_count":992,"listed_count":0,"created_at":"Sun Aug 24 09:47:44 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":237,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/503479057380413441/zDLu5Z9o_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/503479057380413441/zDLu5Z9o_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2761896468/1408873803","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:00 +0000 2014","id":505874862900924400,"id_str":"505874862900924416","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/kamihassou\" rel=\"nofollow\"\u003e神レベル★極限の発想\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2744950735,"id_str":"2744950735","name":"神レベル★極限の発想","screen_name":"kamihassou","location":"","description":"見ているだけで、本気がビシバシ伝わってきます! \r\n人生のヒントになるような、そんな究極の発想を集めています。 \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":84,"friends_count":992,"listed_count":0,"created_at":"Tue Aug 19 13:36:05 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":343,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501725053189226496/xZNOTYz2_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501725053189226496/xZNOTYz2_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2744950735/1408455571","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:00 +0000 2014","id":505874862397591550,"id_str":"505874862397591552","text":"@kaoritoxx そうよ!あたしはそう思うようにしておる。いま職場一やけとる気がする(°_°)!満喫幸せ焼け!!wあー、なるほどね!毎回そうだよね!ティアラちゃんみにいってるもんね♡五月と九月恐ろしい、、、\nハリポタエリアはいった??","source":"\u003ca href=\"http://twitter.com/download/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c/a\u003e","truncated":false,"in_reply_to_status_id":505838547308277760,"in_reply_to_status_id_str":"505838547308277761","in_reply_to_user_id":796000214,"in_reply_to_user_id_str":"796000214","in_reply_to_screen_name":"kaoritoxx","user":{"id":2256249487,"id_str":"2256249487","name":"はあちゃん@海賊同盟中","screen_name":"onepiece_24","location":"どえすえろぉたんの助手兼ね妹(願望)","description":"ONE PIECE愛しすぎて今年23ちゃい(歴14年目)ゾロ様に一途だったのにロー、このやろー。ロビンちゃんが幸せになればいい。ルフィは無条件にすき。ゾロビン、ローロビ、ルロビ♡usj、声優さん、コナン、進撃、クレしん、H x Hも好き♩","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":415,"friends_count":384,"listed_count":3,"created_at":"Sat Dec 21 09:37:25 +0000 2013","favourites_count":1603,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":9636,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501686340564418561/hMQFN4vD_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501686340564418561/hMQFN4vD_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2256249487/1399987924","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"kaoritoxx","name":"かおちゃん","id":796000214,"id_str":"796000214","indices":[0,10]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:00 +0000 2014","id":505874861973991400,"id_str":"505874861973991424","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/renai_sennin\" rel=\"nofollow\"\u003e恋愛仙人\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2698885082,"id_str":"2698885082","name":"恋愛仙人","screen_name":"renai_sennin","location":"","description":"豊富でステキな恋愛経験を、シェアしましょう。\r\n面白かったらRT \u0026 相互フォローでみなさん、お願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":618,"friends_count":1847,"listed_count":1,"created_at":"Fri Aug 01 18:09:38 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":726,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/495272204641132544/GNA18aOg_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/495272204641132544/GNA18aOg_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2698885082/1406917096","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:00 +0000 2014","id":505874861881700350,"id_str":"505874861881700353","text":"@itsukibot_ 一稀の俺のソーセージをペロペロする音はデカイ","source":"\u003ca href=\"http://jigtwi.jp/?p=1\" rel=\"nofollow\"\u003ejigtwi\u003c/a\u003e","truncated":false,"in_reply_to_status_id":505871017428795400,"in_reply_to_status_id_str":"505871017428795392","in_reply_to_user_id":141170845,"in_reply_to_user_id_str":"141170845","in_reply_to_screen_name":"itsukibot_","user":{"id":2184752048,"id_str":"2184752048","name":"アンドー","screen_name":"55dakedayo","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":15,"friends_count":24,"listed_count":0,"created_at":"Sat Nov 09 17:42:22 +0000 2013","favourites_count":37249,"utc_offset":32400,"time_zone":"Irkutsk","geo_enabled":false,"verified":false,"statuses_count":21070,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://abs.twimg.com/sticky/default_profile_images/default_profile_3_normal.png","profile_image_url_https":"https://abs.twimg.com/sticky/default_profile_images/default_profile_3_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"itsukibot_","name":"前田一稀","id":141170845,"id_str":"141170845","indices":[0,11]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:00 +0000 2014","id":505874861185437700,"id_str":"505874861185437697","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/densetunodorama\" rel=\"nofollow\"\u003eあの伝説の名ドラマ&名場面\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2706951979,"id_str":"2706951979","name":"あの伝説の名ドラマ&名場面","screen_name":"densetunodorama","location":"","description":"誰にでも記憶に残る、ドラマの名場面があると思います。そんな感動のストーリーを、もう一度わかちあいたいです。\r\n「これ知ってる!」とか「あ~懐かしい」と思ったら RT \u0026 相互フォローでみなさん、お願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":300,"friends_count":1886,"listed_count":0,"created_at":"Mon Aug 04 16:38:25 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":694,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/496335892152209408/fKzb8Nv3_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/496335892152209408/fKzb8Nv3_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2706951979/1407170704","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:29:00 +0000 2014","id":505874860447260700,"id_str":"505874860447260672","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/tabetaicake1\" rel=\"nofollow\"\u003eマジで食べたい♥ケーキ特集\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2724328646,"id_str":"2724328646","name":"マジで食べたい♥ケーキ特集","screen_name":"tabetaicake1","location":"","description":"女性の目線から見た、美味しそうなケーキを探し求めています。\r\n見てるだけで、あれもコレも食べたくなっちゃう♪\r\n美味しそうだと思ったら、是非 RT & フォローお願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":158,"friends_count":1907,"listed_count":0,"created_at":"Mon Aug 11 17:15:22 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":493,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/498881289844293632/DAa9No9M_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/498881289844293632/DAa9No9M_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2724328646/1407777704","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:28:59 +0000 2014","id":505874859662925800,"id_str":"505874859662925824","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/adi_mania11\" rel=\"nofollow\"\u003eアディダス★マニア\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2704003662,"id_str":"2704003662","name":"アディダス★マニア","screen_name":"adi_mania11","location":"","description":"素敵なアディダスのアイテムを見つけたいです♪\r\n気に入ってもらえたららRT \u0026 相互フォローで みなさん、お願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":340,"friends_count":1851,"listed_count":0,"created_at":"Sun Aug 03 12:26:37 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":734,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/495911561781727235/06QAMVrR_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/495911561781727235/06QAMVrR_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2704003662/1407069046","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:28:59 +0000 2014","id":505874858920513540,"id_str":"505874858920513537","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/moe_pet1\" rel=\"nofollow\"\u003e萌えペット大好き\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2719061228,"id_str":"2719061228","name":"萌えペット大好き","screen_name":"moe_pet1","location":"","description":"かわいいペットを見るのが趣味です♥そんな私と一緒にいやされたい人いませんか?かわいいと思ったら RT \u0026 フォローもお願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":289,"friends_count":1812,"listed_count":0,"created_at":"Sat Aug 09 10:20:25 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":632,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/498051549537386496/QizThq7N_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/498051549537386496/QizThq7N_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2719061228/1407581287","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:28:59 +0000 2014","id":505874858115219460,"id_str":"505874858115219456","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/renaikyoukasyo\" rel=\"nofollow\"\u003e恋愛の教科書 \u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2744344514,"id_str":"2744344514","name":"恋愛の教科書","screen_name":"renaikyoukasyo","location":"","description":"もっと早く知っとくべきだった~!知っていればもっと上手くいく♪ \r\n今すぐ役立つ恋愛についての雑学やマメ知識をお届けします。 \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":124,"friends_count":955,"listed_count":0,"created_at":"Tue Aug 19 08:32:45 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":346,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501655512018997248/7SznYGWi_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501655512018997248/7SznYGWi_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2744344514/1408439001","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:28:59 +0000 2014","id":505874857335074800,"id_str":"505874857335074816","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/omorogakusei\" rel=\"nofollow\"\u003eオモロすぎる★学生の日常\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2699365116,"id_str":"2699365116","name":"オモロすぎる★学生の日常","screen_name":"omorogakusei","location":"","description":"楽しすぎる学生の日常を探していきます。\r\n面白かったらRT \u0026 相互フォローでみなさん、お願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":289,"friends_count":1156,"listed_count":2,"created_at":"Fri Aug 01 23:35:18 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":770,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/495353473886478336/S-4B_RVl_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/495353473886478336/S-4B_RVl_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2699365116/1406936481","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:28:59 +0000 2014","id":505874856605257700,"id_str":"505874856605257728","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/akogareinteria\" rel=\"nofollow\"\u003e憧れの★インテリア図鑑\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2721907602,"id_str":"2721907602","name":"憧れの★インテリア図鑑","screen_name":"akogareinteria","location":"","description":"自分の住む部屋もこんなふうにしてみたい♪ \r\nそんな素敵なインテリアを、日々探していますw \r\nいいなと思ったら RT \u0026 相互フォローお願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":298,"friends_count":1925,"listed_count":0,"created_at":"Sun Aug 10 15:59:13 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":540,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/498499374423343105/Wi_izHvT_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/498499374423343105/Wi_izHvT_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2721907602/1407686543","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:28:59 +0000 2014","id":505874856089378800,"id_str":"505874856089378816","text":"天冥の標 VI 宿怨 PART1 / 小川 一水\nhttp://t.co/fXIgRt4ffH\n \n#キンドル #天冥の標VI宿怨PART1","source":"\u003ca href=\"http://twitter.com/\" rel=\"nofollow\"\u003ewaromett\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":1953404612,"id_str":"1953404612","name":"わろめっと","screen_name":"waromett","location":"","description":"たのしいついーとしょうかい","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":16980,"friends_count":16983,"listed_count":18,"created_at":"Fri Oct 11 05:49:57 +0000 2013","favourites_count":3833,"utc_offset":32400,"time_zone":"Tokyo","geo_enabled":false,"verified":false,"statuses_count":98655,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"352726","profile_background_image_url":"http://abs.twimg.com/images/themes/theme5/bg.gif","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme5/bg.gif","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/378800000578908101/14c4744c7aa34b1f8bbd942b78e59385_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/378800000578908101/14c4744c7aa34b1f8bbd942b78e59385_normal.jpeg","profile_link_color":"D02B55","profile_sidebar_border_color":"829D5E","profile_sidebar_fill_color":"99CC33","profile_text_color":"3E4415","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[{"text":"キンドル","indices":[50,55]},{"text":"天冥の標VI宿怨PART1","indices":[56,70]}],"symbols":[],"urls":[{"url":"http://t.co/fXIgRt4ffH","expanded_url":"http://j.mp/1kHBOym","display_url":"j.mp/1kHBOym","indices":[25,47]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"zh"},"created_at":"Sun Aug 31 00:28:58 +0000 2014","id":505874855770599400,"id_str":"505874855770599425","text":"四川盆地江淮等地将有强降雨 开学日多地将有雨:   中新网8月31日电 据中央气象台消息,江淮东部、四川盆地东北部等地今天(31日)又将迎来一场暴雨或大暴雨天气。明天9月1日,是中小学生开学的日子。预计明天,内蒙古中部、... http://t.co/RNdqIHmTby","source":"\u003ca href=\"http://twitterfeed.com\" rel=\"nofollow\"\u003etwitterfeed\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":402427654,"id_str":"402427654","name":"中国新闻","screen_name":"zhongwenxinwen","location":"","description":"中国的新闻,世界的新闻。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":2429,"friends_count":15,"listed_count":29,"created_at":"Tue Nov 01 01:56:43 +0000 2011","favourites_count":0,"utc_offset":-28800,"time_zone":"Alaska","geo_enabled":false,"verified":false,"statuses_count":84564,"lang":"zh-cn","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"709397","profile_background_image_url":"http://abs.twimg.com/images/themes/theme6/bg.gif","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme6/bg.gif","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/2700523149/5597e347b2eb880425faef54287995f2_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/2700523149/5597e347b2eb880425faef54287995f2_normal.jpeg","profile_link_color":"FF3300","profile_sidebar_border_color":"86A4A6","profile_sidebar_fill_color":"A0C5C7","profile_text_color":"333333","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[{"url":"http://t.co/RNdqIHmTby","expanded_url":"http://bit.ly/1tOdNsI","display_url":"bit.ly/1tOdNsI","indices":[114,136]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"zh"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:28:58 +0000 2014","id":505874854877200400,"id_str":"505874854877200384","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/LDH_daisuki1\" rel=\"nofollow\"\u003eLDH ★大好き応援団\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2700961603,"id_str":"2700961603","name":"LDH ★大好き応援団","screen_name":"LDH_daisuki1","location":"","description":"LDHファンは、全員仲間です♪\r\n面白かったらRT \u0026 相互フォローでみなさん、お願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":458,"friends_count":1895,"listed_count":0,"created_at":"Sat Aug 02 14:23:46 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":735,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/495578007298252800/FOZflgYu_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/495578007298252800/FOZflgYu_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2700961603/1406989928","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:28:58 +0000 2014","id":505874854147407900,"id_str":"505874854147407872","text":"RT @shiawaseomamori: 一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるの…","source":"\u003ca href=\"https://twitter.com/anime_toshiden1\" rel=\"nofollow\"\u003eマジ!?怖いアニメ都市伝説\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2719489172,"id_str":"2719489172","name":"マジ!?怖いアニメ都市伝説","screen_name":"anime_toshiden1","location":"","description":"あなたの知らない、怖すぎるアニメの都市伝説を集めています。\r\n「え~知らなかったよww]」って人は RT \u0026 フォローお願いします♪","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":377,"friends_count":1911,"listed_count":1,"created_at":"Sat Aug 09 14:41:15 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":536,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/498118027322208258/h7XOTTSi_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/498118027322208258/h7XOTTSi_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2719489172/1407595513","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:06 +0000 2014","id":505871615125491700,"id_str":"505871615125491712","text":"一に止まると書いて、正しいという意味だなんて、この年になるまで知りませんでした。 人は生きていると、前へ前へという気持ちばかり急いて、どんどん大切なものを置き去りにしていくものでしょう。本当に正しいことというのは、一番初めの場所にあるのかもしれません。 by神様のカルテ、夏川草介","source":"\u003ca href=\"https://twitter.com/shiawaseomamori\" rel=\"nofollow\"\u003e幸せの☆お守り\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2745121514,"id_str":"2745121514","name":"幸せの☆お守り","screen_name":"shiawaseomamori","location":"","description":"自分が幸せだと周りも幸せにできる! \r\nそんな人生を精一杯生きるために必要な言葉をお届けします♪ \r\nいいなと思ったら RT \u0026 相互フォローで、お願いします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":991,"listed_count":0,"created_at":"Tue Aug 19 14:45:19 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":349,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/501742437606244354/scXy81ZW_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2745121514/1408459730","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":58,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"shiawaseomamori","name":"幸せの☆お守り","id":2745121514,"id_str":"2745121514","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:28:58 +0000 2014","id":505874854134820860,"id_str":"505874854134820864","text":"@vesperia1985 おはよー!\n今日までなのですよ…!!明日一生来なくていい","source":"\u003ca href=\"http://twitter.com/download/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c/a\u003e","truncated":false,"in_reply_to_status_id":505868030329364500,"in_reply_to_status_id_str":"505868030329364480","in_reply_to_user_id":2286548834,"in_reply_to_user_id_str":"2286548834","in_reply_to_screen_name":"vesperia1985","user":{"id":2389045190,"id_str":"2389045190","name":"りいこ","screen_name":"riiko_dq10","location":"","description":"サマーエルフです、りいこです。えるおくんラブです!随時ふれぼしゅ〜〜(っ˘ω˘c )*日常のどうでもいいことも呟いてますがよろしくね〜","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":67,"friends_count":69,"listed_count":0,"created_at":"Fri Mar 14 13:02:27 +0000 2014","favourites_count":120,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":324,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/503906346815610881/BfSrCoBr_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/503906346815610881/BfSrCoBr_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/2389045190/1409232058","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"vesperia1985","name":"ユーリ","id":2286548834,"id_str":"2286548834","indices":[0,13]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:28:58 +0000 2014","id":505874853778685950,"id_str":"505874853778685952","text":"【映画パンフレット】 永遠の0 (永遠のゼロ) 監督 山崎貴 キャスト 岡田准一、三浦春馬、井上真央東宝(2)11点の新品/中古品を見る: ¥ 500より\n(この商品の現在のランクに関する正式な情報については、アートフレーム... http://t.co/4hbyB1rbQ7","source":"\u003ca href=\"http://ifttt.com\" rel=\"nofollow\"\u003eIFTTT\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":1319883571,"id_str":"1319883571","name":"森林木工家具製作所","screen_name":"Furniturewood","location":"沖縄","description":"家具(かぐ、Furniture)は、家財道具のうち家の中に据え置いて利用する比較的大型の道具類、または元々家に作り付けられている比較的大型の道具類をさす。なお、日本の建築基準法上は、作り付け家具は、建築確認及び完了検査の対象となるが、後から置かれるものについては対象外である。","url":"http://t.co/V4oyL0xtZk","entities":{"url":{"urls":[{"url":"http://t.co/V4oyL0xtZk","expanded_url":"http://astore.amazon.co.jp/furniturewood-22","display_url":"astore.amazon.co.jp/furniturewood-…","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":677,"friends_count":743,"listed_count":1,"created_at":"Mon Apr 01 07:55:14 +0000 2013","favourites_count":0,"utc_offset":32400,"time_zone":"Irkutsk","geo_enabled":false,"verified":false,"statuses_count":17210,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/3460466135/c67d9df9b760787b9ed284fe80b1dd31_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/3460466135/c67d9df9b760787b9ed284fe80b1dd31_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/1319883571/1364804982","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[{"url":"http://t.co/4hbyB1rbQ7","expanded_url":"http://ift.tt/1kT55bk","display_url":"ift.tt/1kT55bk","indices":[116,138]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:28:58 +0000 2014","id":505874852754907140,"id_str":"505874852754907136","text":"RT @siranuga_hotoke: ゴキブリは一世帯に平均して480匹いる。","source":"\u003ca href=\"http://twitter.com/download/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":413944345,"id_str":"413944345","name":"泥酔イナバウアー","screen_name":"Natade_co_co_21","location":"","description":"君の瞳にうつる僕に乾杯。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":298,"friends_count":300,"listed_count":4,"created_at":"Wed Nov 16 12:52:46 +0000 2011","favourites_count":3125,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":12237,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFF04D","profile_background_image_url":"http://pbs.twimg.com/profile_background_images/378800000115928444/9bf5fa13385cc80bfeb097e51af9862a.jpeg","profile_background_image_url_https":"https://pbs.twimg.com/profile_background_images/378800000115928444/9bf5fa13385cc80bfeb097e51af9862a.jpeg","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/500849752351600640/lMQqIzYj_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/500849752351600640/lMQqIzYj_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/413944345/1403511193","profile_link_color":"0099CC","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"F6FFD1","profile_text_color":"333333","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sat Aug 30 23:24:23 +0000 2014","id":505858599411666940,"id_str":"505858599411666944","text":"ゴキブリは一世帯に平均して480匹いる。","source":"\u003ca href=\"http://twittbot.net/\" rel=\"nofollow\"\u003etwittbot.net\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2243896200,"id_str":"2243896200","name":"知らぬが仏bot","screen_name":"siranuga_hotoke","location":"奈良・京都辺り","description":"知らぬが仏な情報をお伝えします。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3288,"friends_count":3482,"listed_count":7,"created_at":"Fri Dec 13 13:16:35 +0000 2013","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":1570,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/378800000866399372/ypy5NnPe_normal.png","profile_image_url_https":"https://pbs.twimg.com/profile_images/378800000866399372/ypy5NnPe_normal.png","profile_banner_url":"https://pbs.twimg.com/profile_banners/2243896200/1386997755","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":1,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false,"lang":"ja"},"retweet_count":1,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[],"user_mentions":[{"screen_name":"siranuga_hotoke","name":"知らぬが仏bot","id":2243896200,"id_str":"2243896200","indices":[3,19]}]},"favorited":false,"retweeted":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:28:58 +0000 2014","id":505874852603908100,"id_str":"505874852603908096","text":"RT @UARROW_Y: ようかい体操第一を踊る国見英 http://t.co/SXoYWH98as","source":"\u003ca href=\"http://twitter.com/download/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2463035136,"id_str":"2463035136","name":"や","screen_name":"yae45","location":"","description":"きもちわるいことつぶやく用","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":4,"friends_count":30,"listed_count":0,"created_at":"Fri Apr 25 10:49:20 +0000 2014","favourites_count":827,"utc_offset":32400,"time_zone":"Irkutsk","geo_enabled":false,"verified":false,"statuses_count":390,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/505345820137234433/csFeRxPm_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/505345820137234433/csFeRxPm_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:16:45 +0000 2014","id":505871779949051900,"id_str":"505871779949051904","text":"ようかい体操第一を踊る国見英 http://t.co/SXoYWH98as","source":"\u003ca href=\"http://twitter.com/download/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":1261662588,"id_str":"1261662588","name":"ゆう矢","screen_name":"UARROW_Y","location":"つくり出そう国影の波 広げよう国影の輪","description":"HQ!! 成人済腐女子。日常ツイート多いです。赤葦京治夢豚クソツイ含みます注意。フォローをお考えの際はプロフご一読お願い致します。FRBお気軽に","url":"http://t.co/LFX2XOzb0l","entities":{"url":{"urls":[{"url":"http://t.co/LFX2XOzb0l","expanded_url":"http://twpf.jp/UARROW_Y","display_url":"twpf.jp/UARROW_Y","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":265,"friends_count":124,"listed_count":12,"created_at":"Tue Mar 12 10:42:17 +0000 2013","favourites_count":6762,"utc_offset":32400,"time_zone":"Tokyo","geo_enabled":true,"verified":false,"statuses_count":55946,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/502095104618663937/IzuPYx3E_normal.png","profile_image_url_https":"https://pbs.twimg.com/profile_images/502095104618663937/IzuPYx3E_normal.png","profile_banner_url":"https://pbs.twimg.com/profile_banners/1261662588/1408618604","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":29,"favorite_count":54,"entities":{"hashtags":[],"symbols":[],"urls":[{"url":"http://t.co/SXoYWH98as","expanded_url":"http://twitter.com/UARROW_Y/status/505871779949051904/photo/1","display_url":"pic.twitter.com/SXoYWH98as","indices":[15,37]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"ja"},"retweet_count":29,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[{"url":"http://t.co/SXoYWH98as","expanded_url":"http://twitter.com/UARROW_Y/status/505871779949051904/photo/1","display_url":"pic.twitter.com/SXoYWH98as","indices":[29,51]}],"user_mentions":[{"screen_name":"UARROW_Y","name":"ゆう矢","id":1261662588,"id_str":"1261662588","indices":[3,12]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"ja"},{"metadata":{"result_type":"recent","iso_language_code":"zh"},"created_at":"Sun Aug 31 00:28:57 +0000 2014","id":505874848900341760,"id_str":"505874848900341760","text":"RT @fightcensorship: 李克強總理的臉綠了!在前日南京青奧會閉幕式,觀眾席上一名貪玩韓國少年運動員,竟斗膽用激光筆射向中國總理李克強的臉。http://t.co/HLX9mHcQwe http://t.co/fVVOSML5s8","source":"\u003ca href=\"http://twitter.com/download/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":889332218,"id_str":"889332218","name":"民權初步","screen_name":"JoeyYoungkm","location":"km/cn","description":"经历了怎样的曲折才从追求“一致通过”发展到今天人们接受“过半数通过”,正是人们认识到对“一致”甚至是“基本一致”的追求本身就会变成一种独裁。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":313,"friends_count":46,"listed_count":0,"created_at":"Thu Oct 18 17:21:17 +0000 2012","favourites_count":24,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":15707,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/378800000563062033/a7e8274752ce36a6cd5bad971ec7d416_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/378800000563062033/a7e8274752ce36a6cd5bad971ec7d416_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/889332218/1388896916","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"zh"},"created_at":"Sat Aug 30 23:56:27 +0000 2014","id":505866670356070400,"id_str":"505866670356070401","text":"李克強總理的臉綠了!在前日南京青奧會閉幕式,觀眾席上一名貪玩韓國少年運動員,竟斗膽用激光筆射向中國總理李克強的臉。http://t.co/HLX9mHcQwe http://t.co/fVVOSML5s8","source":"\u003ca href=\"http://twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":67661086,"id_str":"67661086","name":"※范强※法特姗瑟希蒲※","screen_name":"fightcensorship","location":"Middle of Nowhere","description":"被人指责“封建”、“落后”、“保守”的代表,当代红卫兵攻击对象。致力于言论自由,人权; 倡导资讯公开,反对网络封锁。既不是精英分子,也不是意见领袖,本推言论不代表任何国家、党派和组织,也不标榜伟大、光荣和正确。","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":7143,"friends_count":779,"listed_count":94,"created_at":"Fri Aug 21 17:16:22 +0000 2009","favourites_count":364,"utc_offset":28800,"time_zone":"Singapore","geo_enabled":false,"verified":false,"statuses_count":16751,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http://pbs.twimg.com/profile_background_images/611138516/toeccqnahbpmr0sw9ybv.jpeg","profile_background_image_url_https":"https://pbs.twimg.com/profile_background_images/611138516/toeccqnahbpmr0sw9ybv.jpeg","profile_background_tile":true,"profile_image_url":"http://pbs.twimg.com/profile_images/3253137427/3524557d21ef2c04871e985d4d136bdb_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/3253137427/3524557d21ef2c04871e985d4d136bdb_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/67661086/1385608347","profile_link_color":"ED1313","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"E0FF92","profile_text_color":"000000","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":4,"favorite_count":2,"entities":{"hashtags":[],"symbols":[],"urls":[{"url":"http://t.co/HLX9mHcQwe","expanded_url":"http://is.gd/H3OgTO","display_url":"is.gd/H3OgTO","indices":[57,79]}],"user_mentions":[],"media":[{"id":505866668485386240,"id_str":"505866668485386241","indices":[80,102],"media_url":"http://pbs.twimg.com/media/BwUzDgbIIAEgvhD.jpg","media_url_https":"https://pbs.twimg.com/media/BwUzDgbIIAEgvhD.jpg","url":"http://t.co/fVVOSML5s8","display_url":"pic.twitter.com/fVVOSML5s8","expanded_url":"http://twitter.com/fightcensorship/status/505866670356070401/photo/1","type":"photo","sizes":{"large":{"w":640,"h":554,"resize":"fit"},"medium":{"w":600,"h":519,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":294,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"zh"},"retweet_count":4,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"urls":[{"url":"http://t.co/HLX9mHcQwe","expanded_url":"http://is.gd/H3OgTO","display_url":"is.gd/H3OgTO","indices":[78,100]}],"user_mentions":[{"screen_name":"fightcensorship","name":"※范强※法特姗瑟希蒲※","id":67661086,"id_str":"67661086","indices":[3,19]}],"media":[{"id":505866668485386240,"id_str":"505866668485386241","indices":[101,123],"media_url":"http://pbs.twimg.com/media/BwUzDgbIIAEgvhD.jpg","media_url_https":"https://pbs.twimg.com/media/BwUzDgbIIAEgvhD.jpg","url":"http://t.co/fVVOSML5s8","display_url":"pic.twitter.com/fVVOSML5s8","expanded_url":"http://twitter.com/fightcensorship/status/505866670356070401/photo/1","type":"photo","sizes":{"large":{"w":640,"h":554,"resize":"fit"},"medium":{"w":600,"h":519,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":294,"resize":"fit"}},"source_status_id":505866670356070400,"source_status_id_str":"505866670356070401"}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"zh"},{"metadata":{"result_type":"recent","iso_language_code":"ja"},"created_at":"Sun Aug 31 00:28:56 +0000 2014","id":505874847260352500,"id_str":"505874847260352513","text":"【マイリスト】【彩りりあ】妖怪体操第一 踊ってみた【反転】 http://t.co/PjL9if8OZC #sm24357625","source":"\u003ca href=\"http://www.nicovideo.jp/\" rel=\"nofollow\"\u003eニコニコ動画\u003c/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":1609789375,"id_str":"1609789375","name":"食いしん坊前ちゃん","screen_name":"2no38mae","location":"ニノと二次元の間","description":"ニコ動で踊り手やってます!!応援本当に嬉しいですありがとうございます!! ぽっちゃりだけど前向きに頑張る腐女子です。嵐と弱虫ペダルが大好き!【お返事】りぷ(基本は)”○” DM (同業者様を除いて)”×” 動画の転載は絶対にやめてください。 ブログ→http://t.co/8E91tqoeKX  ","url":"http://t.co/ulD2e9mcwb","entities":{"url":{"urls":[{"url":"http://t.co/ulD2e9mcwb","expanded_url":"http://www.nicovideo.jp/mylist/37917495","display_url":"nicovideo.jp/mylist/37917495","indices":[0,22]}]},"description":{"urls":[{"url":"http://t.co/8E91tqoeKX","expanded_url":"http://ameblo.jp/2no38mae/","display_url":"ameblo.jp/2no38mae/","indices":[125,147]}]}},"protected":false,"followers_count":560,"friends_count":875,"listed_count":11,"created_at":"Sun Jul 21 05:09:43 +0000 2013","favourites_count":323,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":3759,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"F2C6E4","profile_background_image_url":"http://pbs.twimg.com/profile_background_images/378800000029400927/114b242f5d838ec7cb098ea5db6df413.jpeg","profile_background_image_url_https":"https://pbs.twimg.com/profile_background_images/378800000029400927/114b242f5d838ec7cb098ea5db6df413.jpeg","profile_background_tile":false,"profile_image_url":"http://pbs.twimg.com/profile_images/487853237723095041/LMBMGvOc_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/487853237723095041/LMBMGvOc_normal.jpeg","profile_banner_url":"https://pbs.twimg.com/profile_banners/1609789375/1375752225","profile_link_color":"FF9EDD","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[{"text":"sm24357625","indices":[53,64]}],"symbols":[],"urls":[{"url":"http://t.co/PjL9if8OZC","expanded_url":"http://nico.ms/sm24357625","display_url":"nico.ms/sm24357625","indices":[30,52]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"ja"}],"search_metadata":{"completed_in":0.087,"max_id":505874924095815700,"max_id_str":"505874924095815681","next_results":"?max_id=505874847260352512\u0026q=%E4%B8%80\u0026count=100\u0026include_entities=1","query":"%E4%B8%80","refresh_url":"?since_id=505874924095815681\u0026q=%E4%B8%80\u0026include_entities=1","count":100,"since_id":0,"since_id_str":"0"}}oj-3.16.12/test/files.rb000077500000000000000000000010711510053151600147010ustar00rootroot00000000000000#!/usr/bin/env ruby -wW2 # frozen_string_literal: true if $PROGRAM_NAME == __FILE__ $LOAD_PATH << '.' $LOAD_PATH << '..' $LOAD_PATH << '../lib' $LOAD_PATH << '../ext' end require 'sample/file' require 'sample/dir' def files(dir) d = Sample::Dir.new(dir) Dir.new(dir).each do |fn| next if fn.start_with?('.') filename = File.join(dir, fn) # filename = '.' == dir ? fn : File.join(dir, fn) d << if File.directory?(filename) files(filename) else Sample::File.new(filename) end end # pp d d end oj-3.16.12/test/helper.rb000066400000000000000000000023031510053151600150520ustar00rootroot00000000000000# frozen_string_literal: true # Ubuntu does not accept arguments to ruby when called using env. To get warnings to show up the -w options is # required. That can be set in the RUBYOPT environment variable. # export RUBYOPT=-w $VERBOSE = true %w(lib ext test).each do |dir| $LOAD_PATH.unshift File.expand_path("../../#{dir}", __FILE__) end require 'minitest' require 'minitest/autorun' require 'stringio' require 'date' require 'bigdecimal' require 'oj' def verify_gc_compaction # This method was added in Ruby 3.0.0. Calling it this way asks the GC to # move objects around, helping to find object movement bugs. if defined?(GC.verify_compaction_references) == 'method' && RbConfig::CONFIG['host_os'] !~ /(mingw|mswin)/ if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.2.0') GC.verify_compaction_references(expand_heap: true, toward: :empty) else GC.verify_compaction_references(double_heap: true, toward: :empty) end end end $ruby = RUBY_DESCRIPTION.split(' ')[0] $ruby = 'ree' if 'ruby' == $ruby && RUBY_DESCRIPTION.include?('Ruby Enterprise Edition') class Range def to_hash { 'begin' => self.begin, 'end' => self.end, 'exclude_end' => exclude_end? } end end oj-3.16.12/test/isolated/000077500000000000000000000000001510053151600150545ustar00rootroot00000000000000oj-3.16.12/test/isolated/shared.rb000066400000000000000000000172671510053151600166640ustar00rootroot00000000000000# encoding: UTF-8 # The rails tests set this to true. Both Rails and the JSON gem monkey patch the # as_json methods on several base classes. Depending on which one replaces the # method last the behavior will be different. Oj.mimic_JSON abides by the same # conflicting behavior and the tests reflect that. $rails_monkey = false unless defined?($rails_monkey) class SharedMimicTest < Minitest::Test class Jam attr_accessor :x, :y def initialize(x, y) @x = x @y = y end def eql?(o) self.class == o.class && @x == o.x && @y == o.y end alias == eql? def as_json() {"json_class" => self.class.to_s, "x" => @x, "y" => @y} end def self.json_create(h) self.new(h['x'], h['y']) end end # Jam def setup @default_options = Oj.default_options @time = Time.at(1400000000).utc @expected_time_string = if defined?(Rails) %{"2014-05-13T16:53:20.000Z"} else %{"2014-05-13 16:53:20 UTC"} end end def teardown Oj.default_options = @default_options end # exception def test_exception begin JSON.parse("{") puts "Failed" rescue JSON::ParserError assert(true) rescue Exception assert(false, 'Expected a JSON::ParserError') end end # dump def test_dump_string json = JSON.dump([1, true, nil, @time]) if $rails_monkey assert_equal(%{[1,true,null,#{@expected_time_string}]}, json) else assert_equal(%{[1,true,null,{"json_class":"Time","s":1400000000,"n":0}]}, json) end end def test_dump_with_options Oj.default_options= {:indent => 2} # JSON this will not change anything json = JSON.dump([1, true, nil, @time]) if $rails_monkey assert_equal(%{[ 1, true, null, #{@expected_time_string} ] }, json) else assert_equal(%{[ 1, true, null, { "json_class":"Time", "s":1400000000, "n\":0 } ] }, json) end end def test_dump_io s = StringIO.new() json = JSON.dump([1, true, nil, @time], s) assert_equal(s, json) if $rails_monkey assert_equal(%{[1,true,null,#{@expected_time_string}]}, s.string) else assert_equal(%{[1,true,null,{"json_class":"Time","s":1400000000,"n":0}]}, s.string) end end # TBD options def test_dump_struct # anonymous Struct not supported by json so name it if Object.const_defined?("Struct::Abc") s = Struct::Abc else s = Struct.new("Abc", :a, :b, :c) end o = s.new(1, 'two', [true, false]) json = JSON.dump(o) if o.respond_to?(:as_json) if $rails_monkey assert_equal(%|{"a":1,"b":"two","c":[true,false]}|, json) else assert_equal(%|{"json_class":"Struct::Abc","v":[1,"two",[true,false]]}|, json) end else j = '"' + o.to_s.gsub('"', '\\"') + '"' assert_equal(j, json) end end # load def test_load_string json = %{{"a":1,"b":[true,false]}} obj = JSON.load(json) assert_equal({ 'a' => 1, 'b' => [true, false]}, obj) end def test_load_io json = %{{"a":1,"b":[true,false]}} obj = JSON.load(StringIO.new(json)) assert_equal({ 'a' => 1, 'b' => [true, false]}, obj) end def test_load_proc Oj.mimic_JSON children = [] json = %{{"a":1,"b":[true,false]}} if 'rubinius' == $ruby obj = JSON.load(json) {|x| children << x } else p = Proc.new {|x| children << x } obj = JSON.load(json, p) end assert_equal({ 'a' => 1, 'b' => [true, false]}, obj) assert([1, true, false, [true, false], { 'a' => 1, 'b' => [true, false]}] == children || [true, false, [true, false], 1, { 'a' => 1, 'b' => [true, false]}] == children, "children don't match") end def test_parse_with_quirks_mode json = %{null} assert_equal(nil, JSON.parse(json, :quirks_mode => true)) assert_raises(JSON::ParserError) { JSON.parse(json, :quirks_mode => false) } assert_raises(JSON::ParserError) { JSON.parse(json) } end def test_parse_with_empty_string Oj.mimic_JSON assert_raises(JSON::ParserError) { JSON.parse(' ') } assert_raises(JSON::ParserError) { JSON.parse("\t\t\n ") } end # [] def test_bracket_load json = %{{"a":1,"b":[true,false]}} obj = JSON[json] assert_equal({ 'a' => 1, 'b' => [true, false]}, obj) end def test_bracket_dump json = JSON[[1, true, nil]] assert_equal(%{[1,true,null]}, json) end # generate def test_generate json = JSON.generate({ 'a' => 1, 'b' => [true, false]}) assert(%{{"a":1,"b":[true,false]}} == json || %{{"b":[true,false],"a":1}} == json) end def test_generate_options json = JSON.generate({ 'a' => 1, 'b' => [true, false]}, :indent => "--", :array_nl => "\n", :object_nl => "#\n", :space => "*", :space_before => "~") assert(%{{# --"a"~:*1,# --"b"~:*[ ----true, ----false --]# }} == json || %{{# --"b"~:*[ ----true, ----false --],# --"a"~:*1# }} == json) end # fast_generate def test_fast_generate json = JSON.generate({ 'a' => 1, 'b' => [true, false]}) assert(%{{"a":1,"b":[true,false]}} == json || %{{"b":[true,false],"a":1}} == json) end # pretty_generate def test_pretty_generate json = JSON.pretty_generate({ 'a' => 1, 'b' => [true, false]}) assert(%{{ "a": 1, "b": [ true, false ] }} == json || %{{ "b": [ true, false ], "a": 1 }} == json) end # parse def test_parse json = %{{"a":1,"b":[true,false]}} obj = JSON.parse(json) assert_equal({ 'a' => 1, 'b' => [true, false]}, obj) end def test_parse_sym_names json = %{{"a":1,"b":[true,false]}} obj = JSON.parse(json, :symbolize_names => true) assert_equal({ :a => 1, :b => [true, false]}, obj) end def test_parse_additions jam = Jam.new(true, 58) json = Oj.dump(jam, :mode => :compat, :use_to_json => true) obj = JSON.parse(json) assert_equal(jam, obj) obj = JSON.parse(json, :create_additions => true) assert_equal(jam, obj) obj = JSON.parse(json, :create_additions => false) assert_equal({'json_class' => 'SharedMimicTest::Jam', 'x' => true, 'y' => 58}, obj) json.gsub!('json_class', 'kson_class') JSON.create_id = 'kson_class' obj = JSON.parse(json, :create_additions => true) JSON.create_id = 'json_class' assert_equal(jam, obj) assert_nothing_raised { JSON.create_id = nil } end def test_parse_bang json = %{{"a":1,"b":[true,false]}} obj = JSON.parse!(json) assert_equal({ 'a' => 1, 'b' => [true, false]}, obj) end # recurse_proc def test_recurse_proc children = [] JSON.recurse_proc({ 'a' => 1, 'b' => [true, false]}) { |x| children << x } # JRuby 1.7.0 rb_yield() is broken and converts the [true, false] array into true unless 'jruby' == $ruby assert([1, true, false, [true, false], { 'a' => 1, 'b' => [true, false]}] == children || [true, false, [true, false], 1, { 'b' => [true, false], 'a' => 1}] == children) end end # make sure to_json is defined for object. def test_mimic_to_json {'a' => 1}.to_json() Object.new().to_json() end end # SharedMimicTest if defined?(ActiveSupport) class SharedMimicRailsTest < SharedMimicTest def test_activesupport_exception begin ActiveSupport::JSON.decode("{") puts "Failed" rescue ActiveSupport::JSON.parse_error assert(true) rescue Exception assert(false, 'Expected a JSON::ParserError') end end def test_activesupport_encode Oj.default_options= {:indent => 0} json = ActiveSupport::JSON.encode([1, true, nil]) assert_equal(%{[1,true,null]}, json) end end # SharedMimicRailsTest end oj-3.16.12/test/isolated/test_mimic_after.rb000077500000000000000000000003241510053151600207210ustar00rootroot00000000000000#!/usr/bin/env ruby # encoding: UTF-8 $: << File.join(File.dirname(__FILE__), '..') require 'helper' require 'isolated/shared' require 'json' Oj.mimic_JSON class MimicAfter < SharedMimicTest end # MimicAfter oj-3.16.12/test/isolated/test_mimic_alone.rb000077500000000000000000000003051510053151600207150ustar00rootroot00000000000000#!/usr/bin/env ruby # encoding: UTF-8 $: << File.join(File.dirname(__FILE__), '..') require 'helper' require 'isolated/shared' Oj.mimic_JSON class MimicAlone < SharedMimicTest end # MimicAlone oj-3.16.12/test/isolated/test_mimic_as_json.rb000077500000000000000000000016711510053151600212620ustar00rootroot00000000000000#!/usr/bin/env ruby # encoding: UTF-8 $: << File.dirname(__FILE__) require 'helper' require 'oj' class ObjectFolder < Minitest::Test class Raccoon attr_accessor :name def initialize(name) @name = name end def as_json(options={}) {:name => @name}.merge(options) end end def setup @default_options = Oj.default_options end def teardown Oj.default_options = @default_options end def test_as_json_options Oj.mimic_JSON() raccoon = Raccoon.new('Rocket') json = raccoon.to_json() assert_equal(json, '{"name":"Rocket"}') json = raccoon.to_json(:occupation => 'bounty hunter') # depending on the ruby version the order of the hash members maybe different. if (json.start_with?('{"name')) assert_equal(json, '{"name":"Rocket","occupation":"bounty hunter"}') else assert_equal(json, '{"occupation":"bounty hunter","name":"Rocket"}') end end end oj-3.16.12/test/isolated/test_mimic_before.rb000077500000000000000000000003261510053151600210640ustar00rootroot00000000000000#!/usr/bin/env ruby # encoding: UTF-8 $: << File.join(File.dirname(__FILE__), '..') require 'helper' require 'isolated/shared' Oj.mimic_JSON require 'json' class MimicBefore < SharedMimicTest end # MimicBefore oj-3.16.12/test/isolated/test_mimic_define.rb000077500000000000000000000010731510053151600210540ustar00rootroot00000000000000#!/usr/bin/env ruby # encoding: UTF-8 $: << File.join(File.dirname(__FILE__), '..') require 'helper' class MimicDefine < Minitest::Test def test_mimic_define assert(defined?(JSON).nil?) Oj.mimic_JSON # Test constants assert(!defined?(JSON).nil?) assert(!defined?(JSON::ParserError).nil?) assert(Object.respond_to?(:to_json)) # Test loaded features assert(!require('json')) begin require('json_spec') assert(false, '** should raise LoadError') rescue LoadError assert(true) end end end # MimicSingle oj-3.16.12/test/isolated/test_mimic_rails_after.rb000077500000000000000000000005471510053151600221220ustar00rootroot00000000000000#!/usr/bin/env ruby # encoding: UTF-8 $: << File.join(File.dirname(__FILE__), '..') require 'helper' begin require 'rails/all' rescue LoadError => e puts "Rails are not in the gemfile, skipping tests" Process.exit end Oj.mimic_JSON require 'isolated/shared' $rails_monkey = true class MimicRailsAfter < SharedMimicRailsTest end # MimicRailsAfter oj-3.16.12/test/isolated/test_mimic_rails_before.rb000077500000000000000000000005501510053151600222550ustar00rootroot00000000000000#!/usr/bin/env ruby # encoding: UTF-8 $: << File.join(File.dirname(__FILE__), '..') require 'helper' Oj.mimic_JSON begin require 'rails/all' rescue LoadError => e puts "Rails are not in the gemfile, skipping tests" Process.exit end require 'isolated/shared' $rails_monkey = true class MimicRailsBefore < SharedMimicRailsTest end # MimicRailsBefore oj-3.16.12/test/isolated/test_mimic_redefine.rb000077500000000000000000000004731510053151600214060ustar00rootroot00000000000000#!/usr/bin/env ruby # encoding: UTF-8 $: << File.join(File.dirname(__FILE__), '..') require 'helper' class MimicRedefine < Minitest::Test def test_mimic_redefine require 'json' parser_error = JSON::ParserError Oj.mimic_JSON assert_equal(parser_error, JSON::ParserError) end end # MimicSingle oj-3.16.12/test/json_gem/000077500000000000000000000000001510053151600150515ustar00rootroot00000000000000oj-3.16.12/test/json_gem/README.md000066400000000000000000000002241510053151600163260ustar00rootroot00000000000000# Original JSON tests Ported from [ruby/test/json](https://github.com/ruby/ruby/tree/trunk/test/json). Omitted - tests which Oj will not support. oj-3.16.12/test/json_gem/fixtures/000077500000000000000000000000001510053151600167225ustar00rootroot00000000000000oj-3.16.12/test/json_gem/fixtures/fail10.json000066400000000000000000000000721510053151600206700ustar00rootroot00000000000000{"Extra value after close": true} "misplaced quoted value"oj-3.16.12/test/json_gem/fixtures/fail11.json000066400000000000000000000000351510053151600206700ustar00rootroot00000000000000{"Illegal expression": 1 + 2}oj-3.16.12/test/json_gem/fixtures/fail12.json000066400000000000000000000000371510053151600206730ustar00rootroot00000000000000{"Illegal invocation": alert()}oj-3.16.12/test/json_gem/fixtures/fail13.json000066400000000000000000000000531510053151600206720ustar00rootroot00000000000000{"Numbers cannot have leading zeroes": 013}oj-3.16.12/test/json_gem/fixtures/fail14.json000066400000000000000000000000371510053151600206750ustar00rootroot00000000000000{"Numbers cannot be hex": 0x14}oj-3.16.12/test/json_gem/fixtures/fail18.json000066400000000000000000000003251510053151600207010ustar00rootroot00000000000000[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[["Too deep"]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] oj-3.16.12/test/json_gem/fixtures/fail19.json000066400000000000000000000000261510053151600207000ustar00rootroot00000000000000{"Missing colon" null}oj-3.16.12/test/json_gem/fixtures/fail2.json000066400000000000000000000000211510053151600206030ustar00rootroot00000000000000["Unclosed array"oj-3.16.12/test/json_gem/fixtures/fail20.json000066400000000000000000000000271510053151600206710ustar00rootroot00000000000000{"Double colon":: null}oj-3.16.12/test/json_gem/fixtures/fail21.json000066400000000000000000000000401510053151600206650ustar00rootroot00000000000000{"Comma instead of colon", null}oj-3.16.12/test/json_gem/fixtures/fail22.json000066400000000000000000000000411510053151600206670ustar00rootroot00000000000000["Colon instead of comma": false]oj-3.16.12/test/json_gem/fixtures/fail23.json000066400000000000000000000000241510053151600206710ustar00rootroot00000000000000["Bad value", truth]oj-3.16.12/test/json_gem/fixtures/fail24.json000066400000000000000000000000201510053151600206660ustar00rootroot00000000000000['single quote']oj-3.16.12/test/json_gem/fixtures/fail25.json000066400000000000000000000000351510053151600206750ustar00rootroot00000000000000["tab character in string "] oj-3.16.12/test/json_gem/fixtures/fail27.json000066400000000000000000000000161510053151600206760ustar00rootroot00000000000000["line break"]oj-3.16.12/test/json_gem/fixtures/fail28.json000066400000000000000000000000171510053151600207000ustar00rootroot00000000000000["line\ break"]oj-3.16.12/test/json_gem/fixtures/fail3.json000066400000000000000000000000451510053151600206120ustar00rootroot00000000000000{unquoted_key: "keys must be quoted"}oj-3.16.12/test/json_gem/fixtures/fail4.json000066400000000000000000000000201510053151600206040ustar00rootroot00000000000000["extra comma",]oj-3.16.12/test/json_gem/fixtures/fail5.json000066400000000000000000000000301510053151600206060ustar00rootroot00000000000000["double extra comma",,]oj-3.16.12/test/json_gem/fixtures/fail6.json000066400000000000000000000000321510053151600206110ustar00rootroot00000000000000[ , "<-- missing value"]oj-3.16.12/test/json_gem/fixtures/fail7.json000066400000000000000000000000321510053151600206120ustar00rootroot00000000000000["Comma after the close"],oj-3.16.12/test/json_gem/fixtures/fail8.json000066400000000000000000000000201510053151600206100ustar00rootroot00000000000000["Extra close"]]oj-3.16.12/test/json_gem/fixtures/fail9.json000066400000000000000000000000261510053151600206170ustar00rootroot00000000000000{"Extra comma": true,}oj-3.16.12/test/json_gem/fixtures/obsolete_fail1.json000066400000000000000000000000751510053151600225070ustar00rootroot00000000000000"A JSON payload should be an object or array, not a string." oj-3.16.12/test/json_gem/fixtures/pass1.json000066400000000000000000000025531510053151600206510ustar00rootroot00000000000000[ "JSON Test Pattern pass1", {"object with 1 member":["array with 1 element"]}, {}, [], -42, true, false, null, { "integer": 1234567890, "real": -9876.543210, "e": 0.123456789e-12, "E": 1.234567890E+34, "": 23456789012E666, "zero": 0, "one": 1, "space": " ", "quote": "\"", "backslash": "\\", "controls": "\b\f\n\r\t", "slash": "/ & \/", "alpha": "abcdefghijklmnopqrstuvwyz", "ALPHA": "ABCDEFGHIJKLMNOPQRSTUVWYZ", "digit": "0123456789", "special": "`1~!@#$%^&*()_+-={':[,]}|;.?", "hex": "\u0123\u4567\u89AB\uCDEF\uabcd\uef4A", "true": true, "false": false, "null": null, "array":[ ], "object":{ }, "address": "50 St. James Street", "url": "http://www.JSON.org/", "comment": "// /* */": " ", " s p a c e d " :[1,2 , 3 , 4 , 5 , 6 ,7 ], "compact": [1,2,3,4,5,6,7], "jsontext": "{\"object with 1 member\":[\"array with 1 element\"]}", "quotes": "" \u0022 %22 0x22 034 "", "\/\\\"\uCAFE\uBABE\uAB98\uFCDE\ubcda\uef4A\b\f\n\r\t`1~!@#$%^&*()_+-=[]{}|;:',./<>?" : "A key can be any string" }, 0.5 ,98.6 , 99.44 , 1066 ,"rosebud"]oj-3.16.12/test/json_gem/fixtures/pass15.json000066400000000000000000000000421510053151600207250ustar00rootroot00000000000000["Illegal backslash escape: \x15"]oj-3.16.12/test/json_gem/fixtures/pass16.json000066400000000000000000000000401510053151600207240ustar00rootroot00000000000000["Illegal backslash escape: \'"]oj-3.16.12/test/json_gem/fixtures/pass17.json000066400000000000000000000000421510053151600207270ustar00rootroot00000000000000["Illegal backslash escape: \017"]oj-3.16.12/test/json_gem/fixtures/pass2.json000066400000000000000000000000641510053151600206450ustar00rootroot00000000000000[[[[[[[[[[[[[[[[[[["Not too deep"]]]]]]]]]]]]]]]]]]]oj-3.16.12/test/json_gem/fixtures/pass26.json000066400000000000000000000000461510053151600207330ustar00rootroot00000000000000["tab\ character\ in\ string\ "]oj-3.16.12/test/json_gem/fixtures/pass3.json000066400000000000000000000002241510053151600206440ustar00rootroot00000000000000{ "JSON Test Pattern pass3": { "The outermost value": "must be an object or array.", "In this test": "It is an object." } } oj-3.16.12/test/json_gem/json_addition_test.rb000077500000000000000000000152051510053151600212670ustar00rootroot00000000000000#!/usr/bin/env ruby # encoding: UTF-8 #frozen_string_literal: false require 'json_gem/test_helper' require 'date' if REAL_JSON_GEM require 'json/add/core' require 'json/add/complex' require 'json/add/rational' require 'json/add/bigdecimal' require 'json/add/ostruct' else #Oj.add_to_json() Oj.add_to_json(Array, BigDecimal, Complex, Date, DateTime, Exception, Hash, Integer, OpenStruct, Range, Rational, Regexp, Struct, Time) end class JSONAdditionTest < Test::Unit::TestCase include Test::Unit::TestCaseOmissionSupport include Test::Unit::TestCasePendingSupport class A def self.json_creatable? true end def initialize(a) @a = a end attr_reader :a def ==(other) a == other.a end def self.json_create(object) new(*object['args']) end def to_json(*args) { 'json_class' => self.class.name, 'args' => [ @a ], }.to_json(*args) end end class A2 < A def to_json(*args) { 'json_class' => self.class.name, 'args' => [ @a ], }.to_json(*args) end end class B def self.json_creatable? false end def to_json(*args) { 'json_class' => self.class.name, }.to_json(*args) end end class C def self.json_creatable? false end def to_json(*args) { 'json_class' => 'JSONAdditionTest::Nix', }.to_json(*args) end end def test_extended_json a = A.new(666) assert A.json_creatable? json = JSON.generate(a) a_again = JSON.parse(json, :create_additions => true) assert_kind_of a.class, a_again assert_equal a, a_again end def test_extended_json_default a = A.new(666) assert A.json_creatable? json = JSON.generate(a) a_hash = JSON.parse(json) assert_kind_of Hash, a_hash end def test_extended_json_disabled a = A.new(666) assert A.json_creatable? json = JSON.generate(a) a_again = JSON.parse(json, :create_additions => true) assert_kind_of a.class, a_again assert_equal a, a_again a_hash = JSON.parse(json, :create_additions => false) assert_kind_of Hash, a_hash assert_equal( {"args"=>[666], "json_class"=>"JSONAdditionTest::A"}.sort_by { |k,| k }, a_hash.sort_by { |k,| k } ) end def test_extended_json_fail1 b = B.new assert !B.json_creatable? json = JSON.generate(b) assert_equal({ "json_class"=>"JSONAdditionTest::B" }, JSON.parse(json)) end def test_extended_json_fail2 c = C.new assert !C.json_creatable? json = JSON.generate(c) assert_raise(ArgumentError, NameError) { JSON.parse(json, :create_additions => true) } end def test_raw_strings raw = '' raw.respond_to?(:encode!) and raw.encode!(Encoding::ASCII_8BIT) raw_array = [] for i in 0..255 raw << i raw_array << i end json = raw.to_json_raw json_raw_object = raw.to_json_raw_object hash = { 'json_class' => 'String', 'raw'=> raw_array } assert_equal hash, json_raw_object assert_match(/\A\{.*\}\z/, json) assert_match(/"json_class":"String"/, json) assert_match(/"raw":\[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255\]/, json) raw_again = JSON.parse(json, :create_additions => true) assert_equal raw, raw_again end MyJsonStruct = Struct.new 'MyJsonStruct', :foo, :bar def test_core t = Time.now assert_equal t, JSON(JSON(t), :create_additions => true) d = Date.today assert_equal d, JSON(JSON(d), :create_additions => true) d = DateTime.civil(2007, 6, 14, 14, 57, 10, Rational(1, 12), 2299161) assert_equal d, JSON(JSON(d), :create_additions => true) assert_equal 1..10, JSON(JSON(1..10), :create_additions => true) assert_equal 1...10, JSON(JSON(1...10), :create_additions => true) assert_equal "a".."c", JSON(JSON("a".."c"), :create_additions => true) assert_equal "a"..."c", JSON(JSON("a"..."c"), :create_additions => true) s = MyJsonStruct.new 4711, 'foot' assert_equal s, JSON(JSON(s), :create_additions => true) struct = Struct.new :foo, :bar s = struct.new 4711, 'foot' assert_raise(JSON::JSONError) { JSON(s) } begin raise TypeError, "test me" rescue TypeError => e e_json = JSON.generate e e_again = JSON e_json, :create_additions => true assert_kind_of TypeError, e_again assert_equal e.message, e_again.message assert_equal e.backtrace, e_again.backtrace end assert_equal(/foo/, JSON(JSON(/foo/), :create_additions => true)) assert_equal(/foo/i, JSON(JSON(/foo/i), :create_additions => true)) end def test_utc_datetime now = Time.now d = DateTime.parse(now.to_s, :create_additions => true) # usual case assert_equal d, JSON.parse(d.to_json, :create_additions => true) d = DateTime.parse(now.utc.to_s) # of = 0 assert_equal d, JSON.parse(d.to_json, :create_additions => true) d = DateTime.civil(2008, 6, 17, 11, 48, 32, Rational(1, 24)) assert_equal d, JSON.parse(d.to_json, :create_additions => true) d = DateTime.civil(2008, 6, 17, 11, 48, 32, Rational(12, 24)) assert_equal d, JSON.parse(d.to_json, :create_additions => true) end def test_rational_complex assert_equal Rational(2, 9), JSON.parse(JSON(Rational(2, 9)), :create_additions => true) assert_equal Complex(2, 9), JSON.parse(JSON(Complex(2, 9)), :create_additions => true) end def test_bigdecimal assert_equal BigDecimal('3.141', 23), JSON(JSON(BigDecimal('3.141', 23)), :create_additions => true) assert_equal BigDecimal('3.141', 666), JSON(JSON(BigDecimal('3.141', 666)), :create_additions => true) end def test_ostruct o = OpenStruct.new # XXX this won't work; o.foo = { :bar => true } o.foo = { 'bar' => true } assert_equal o, JSON.parse(JSON(o), :create_additions => true) end end oj-3.16.12/test/json_gem/json_common_interface_test.rb000077500000000000000000000120331510053151600230000ustar00rootroot00000000000000#!/usr/bin/env ruby # encoding: UTF-8 #frozen_string_literal: false require 'json_gem/test_helper' require 'stringio' require 'tempfile' class JSONCommonInterfaceTest < Test::Unit::TestCase include Test::Unit::TestCaseOmissionSupport include Test::Unit::TestCasePendingSupport def setup @hash = { 'a' => 2, #'b' => 5.23683071, 'c' => 'c', 'd' => [ 1, "b", 3.14 ], 'e' => { 'foo' => 'bar' }, 'g' => "\"\0\037", 'h' => 1000.0, 'i' => 0.001 } # Tired of chasing floating point rounding and precision. Oj now uses the # Ruby float parser in compat mode yet on i386 machines there are issues # with this test when the float is included. #@json = '{"a":2,"b":5.23683071,"c":"c","d":[1,"b",3.14],"e":{"foo":"bar"},'\ #'"g":"\\"\\u0000\\u001f","h":1000.0,"i":0.001}' @json = '{"a":2,"c":"c","d":[1,"b",3.14],"e":{"foo":"bar"},'\ '"g":"\\"\\u0000\\u001f","h":1000.0,"i":0.001}' end def test_index assert_equal @json, JSON[@hash] assert_equal @hash, JSON[@json] end ############################################################################## # The next tests are omitted as implementing them and using them is a # performance hit. Use of the JSON.parse() and similar provide the same # functionality and perform better. def test_parser assert_match(/::Parser\z/, JSON.parser.name) end def test_generator assert_match(/::Generator\z/, JSON.generator.name) end def test_state assert_match(/::Generator::State\z/, JSON.state.name) end # This doesn't have anything to do with JSON parsing or generation. It seems # to be more of an internal tool that is exposed to users. def test_deep_const_get omit("mimic_JSON") unless REAL_JSON_GEM assert_raise(ArgumentError) { JSON.deep_const_get('Nix::Da') } assert_equal File::SEPARATOR, JSON.deep_const_get('File::SEPARATOR') end ############################################################################## def test_create_id assert_equal 'json_class', JSON.create_id JSON.create_id = 'foo_bar' assert_equal 'foo_bar', JSON.create_id ensure JSON.create_id = 'json_class' end def test_parse assert_equal [ 1, 2, 3, ], JSON.parse('[ 1, 2, 3 ]') end def test_parse_bang # Modified this test to compare strings since NaN comparison fails if NaN # was defined in different places even if it represents the same value. assert_equal [ 1, NaN, 3, ].to_s, JSON.parse!('[ 1, NaN, 3 ]').to_s end def test_generate assert_equal '[1,2,3]', JSON.generate([ 1, 2, 3 ]) end def test_fast_generate assert_equal '[1,2,3]', JSON.generate([ 1, 2, 3 ]) end def test_pretty_generate assert_equal "[\n 1,\n 2,\n 3\n]", JSON.pretty_generate([ 1, 2, 3 ]) end def test_load assert_equal @hash, JSON.load(@json) tempfile = Tempfile.open('@json') tempfile.write @json tempfile.rewind assert_equal @hash, JSON.load(tempfile) stringio = StringIO.new(@json) stringio.rewind assert_equal @hash, JSON.load(stringio) assert_equal nil, JSON.load(nil) assert_equal nil, JSON.load('') ensure tempfile.close! end def test_load_with_options json = '{ "foo": NaN }' assert JSON.load(json, nil, :allow_nan => true)['foo'].nan? end def test_load_null assert_equal nil, JSON.load(nil, nil, :allow_blank => true) assert_raise(TypeError) { JSON.load(nil, nil, :allow_blank => false) } assert_raise(JSON::ParserError) { JSON.load('', nil, :allow_blank => false) } # The next tests are added by Oj to catch additional cases. assert_equal nil, JSON.load('', nil, :allow_blank => true) assert_raise(JSON::ParserError) { JSON.load('', nil, :allow_blank => false) } assert_raise(JSON::ParserError) { JSON.load(' ', nil, :allow_blank => true) } assert_raise(JSON::ParserError) { JSON.load(' ', nil, :allow_blank => false) } end def test_dump too_deep = '[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]' assert_equal too_deep, JSON.dump(eval(too_deep)) assert_kind_of String, Marshal.dump(eval(too_deep)) if RUBY_ENGINE != 'truffleruby' assert_raise(ArgumentError) { JSON.dump(eval(too_deep), 100) } assert_raise(ArgumentError) { Marshal.dump(eval(too_deep), 100) } end assert_equal too_deep, JSON.dump(eval(too_deep), 101) assert_kind_of String, Marshal.dump(eval(too_deep), 101) output = StringIO.new JSON.dump(eval(too_deep), output) assert_equal too_deep, output.string output = StringIO.new JSON.dump(eval(too_deep), output, 101) assert_equal too_deep, output.string end def test_dump_should_modify_defaults max_nesting = JSON.dump_default_options[:max_nesting] JSON.dump([], StringIO.new, 10) assert_equal max_nesting, JSON.dump_default_options[:max_nesting] end def test_JSON assert_equal @json, JSON(@hash) assert_equal @hash, JSON(@json) end end oj-3.16.12/test/json_gem/json_encoding_test.rb000077500000000000000000000101171510053151600212570ustar00rootroot00000000000000#!/usr/bin/env ruby # encoding: UTF-8 #frozen_string_literal: false require 'json_gem/test_helper' class JSONEncodingTest < Test::Unit::TestCase include Test::Unit::TestCaseOmissionSupport include Test::Unit::TestCasePendingSupport def setup @utf_8 = '"© ≠ €!"' @ascii_8bit = @utf_8.dup.force_encoding('ascii-8bit') @parsed = "© ≠ €!" @generated = '"\u00a9 \u2260 \u20ac!"' if String.method_defined?(:encode) @utf_16_data = @parsed.encode('utf-16be', 'utf-8') @utf_16be = @utf_8.encode('utf-16be', 'utf-8') @utf_16le = @utf_8.encode('utf-16le', 'utf-8') @utf_32be = @utf_8.encode('utf-32be', 'utf-8') @utf_32le = @utf_8.encode('utf-32le', 'utf-8') else require 'iconv' @utf_16_data, = Iconv.iconv('utf-16be', 'utf-8', @parsed) @utf_16be, = Iconv.iconv('utf-16be', 'utf-8', @utf_8) @utf_16le, = Iconv.iconv('utf-16le', 'utf-8', @utf_8) @utf_32be, = Iconv.iconv('utf-32be', 'utf-8', @utf_8) @utf_32le, = Iconv.iconv('utf-32le', 'utf-8', @utf_8) end end def test_parse assert_equal @parsed, JSON.parse(@ascii_8bit) assert_equal @parsed, JSON.parse(@utf_8) assert_equal @parsed, JSON.parse(@utf_16be) assert_equal @parsed, JSON.parse(@utf_16le) assert_equal @parsed, JSON.parse(@utf_32be) assert_equal @parsed, JSON.parse(@utf_32le) end def test_generate assert_equal @generated, JSON.generate(@parsed, :ascii_only => true) assert_equal @generated, JSON.generate(@utf_16_data, :ascii_only => true) end def test_unicode assert_equal '""', ''.to_json assert_equal '"\\b"', "\b".to_json assert_equal '"\u0001"', 0x1.chr.to_json assert_equal '"\u001f"', 0x1f.chr.to_json assert_equal '" "', ' '.to_json assert_equal "\"#{0x7f.chr}\"", 0x7f.chr.to_json utf8 = [ "© ≠ €! \01" ] json = '["© ≠ €! \u0001"]' assert_equal json, utf8.to_json(:ascii_only => false) assert_equal utf8, JSON.parse(json) json = '["\u00a9 \u2260 \u20ac! \u0001"]' assert_equal json, utf8.to_json(:ascii_only => true) assert_equal utf8, JSON.parse(json) utf8 = ["\343\201\202\343\201\204\343\201\206\343\201\210\343\201\212"] json = "[\"\343\201\202\343\201\204\343\201\206\343\201\210\343\201\212\"]" assert_equal utf8, JSON.parse(json) assert_equal json, utf8.to_json(:ascii_only => false) utf8 = ["\343\201\202\343\201\204\343\201\206\343\201\210\343\201\212"] assert_equal utf8, JSON.parse(json) json = "[\"\\u3042\\u3044\\u3046\\u3048\\u304a\"]" assert_equal json, utf8.to_json(:ascii_only => true) assert_equal utf8, JSON.parse(json) utf8 = ['საქართველო'] json = '["საქართველო"]' assert_equal json, utf8.to_json(:ascii_only => false) json = "[\"\\u10e1\\u10d0\\u10e5\\u10d0\\u10e0\\u10d7\\u10d5\\u10d4\\u10da\\u10dd\"]" assert_equal json, utf8.to_json(:ascii_only => true) assert_equal utf8, JSON.parse(json) assert_equal '["Ã"]', JSON.generate(["Ã"], :ascii_only => false) assert_equal '["\\u00c3"]', JSON.generate(["Ã"], :ascii_only => true) assert_equal ["€"], JSON.parse('["\u20ac"]') utf8 = ["\xf0\xa0\x80\x81"] json = "[\"\xf0\xa0\x80\x81\"]" assert_equal json, JSON.generate(utf8, :ascii_only => false) assert_equal utf8, JSON.parse(json) json = '["\ud840\udc01"]' assert_equal json, JSON.generate(utf8, :ascii_only => true) assert_equal utf8, JSON.parse(json) end def test_chars (0..0x7f).each do |i| json = '["\u%04x"]' % i i = i.chr assert_equal i, JSON.parse(json).first[0] if i == ?\b generated = JSON.generate(["" << i]) assert '["\b"]' == generated || '["\10"]' == generated elsif [?\n, ?\r, ?\t, ?\f].include?(i) assert_equal '[' << ('' << i).dump << ']', JSON.generate(["" << i]) elsif i.chr < 0x20.chr assert_equal json, JSON.generate(["" << i]) end end assert_raise(JSON::GeneratorError) do JSON.generate(["\x80"], :ascii_only => true) end assert_equal "\302\200", JSON.parse('["\u0080"]').first end end oj-3.16.12/test/json_gem/json_ext_parser_test.rb000077500000000000000000000016251510053151600216510ustar00rootroot00000000000000#!/usr/bin/env ruby # encoding: UTF-8 #frozen_string_literal: false require 'json_gem/test_helper' class JSONExtParserTest < Test::Unit::TestCase include Test::Unit::TestCaseOmissionSupport if defined?(JSON::Ext::Parser) if REAL_JSON_GEM && Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.5.0') def test_allocate parser = JSON::Ext::Parser.new("{}") parser.__send__(:initialize, "{}") assert_equal "{}", parser.source parser = JSON::Ext::Parser.allocate assert_nil parser.source end else # Ruby 3.4.x or before def test_allocate parser = JSON::Ext::Parser.new("{}") assert_raise(TypeError, '[ruby-core:35079]') do parser.__send__(:initialize, "{}") end parser = JSON::Ext::Parser.allocate assert_raise(TypeError, '[ruby-core:35079]') { parser.source } end end end end oj-3.16.12/test/json_gem/json_fixtures_test.rb000077500000000000000000000020061510053151600213400ustar00rootroot00000000000000#!/usr/bin/env ruby # encoding: UTF-8 #frozen_string_literal: false require 'json_gem/test_helper' class JSONFixturesTest < Test::Unit::TestCase def setup fixtures = File.join(File.dirname(__FILE__), 'fixtures/{fail,pass}.json') passed, failed = Dir[fixtures].partition { |f| f['pass'] } @passed = passed.inject([]) { |a, f| a << [ f, File.read(f) ] }.sort @failed = failed.inject([]) { |a, f| a << [ f, File.read(f) ] }.sort end def test_passing for name, source in @passed begin assert JSON.parse(source), "Did not pass for fixture '#{name}': #{source.inspect}" rescue => e warn "\nCaught #{e.class}(#{e}) for fixture '#{name}': #{source.inspect}\n#{e.backtrace * "\n"}" raise e end end end def test_failing for name, source in @failed assert_raise(JSON::ParserError, JSON::NestingError, "Did not fail for fixture '#{name}': #{source.inspect}") do JSON.parse(source) end end end end oj-3.16.12/test/json_gem/json_generator_test.rb000077500000000000000000000337541510053151600214730ustar00rootroot00000000000000#!/usr/bin/env ruby # encoding: utf-8 # frozen_string_literal: false require 'json_gem/test_helper' class JSONGeneratorTest < Test::Unit::TestCase include Test::Unit::TestCaseOmissionSupport include Test::Unit::TestCasePendingSupport def setup @hash = { 'a' => 2, 'b' => 3.141, 'c' => 'c', 'd' => [ 1, "b", 3.14 ], 'e' => { 'foo' => 'bar' }, 'g' => "\"\0\037", 'h' => 1000.0, 'i' => 0.001 } @json2 = '{"a":2,"b":3.141,"c":"c","d":[1,"b",3.14],"e":{"foo":"bar"},' + '"g":"\\"\\u0000\\u001f","h":1000.0,"i":0.001}' @json3 = <<~'EOT'.chomp { "a": 2, "b": 3.141, "c": "c", "d": [ 1, "b", 3.14 ], "e": { "foo": "bar" }, "g": "\"\u0000\u001f", "h": 1000.0, "i": 0.001 } EOT end def test_generate json = JSON.generate(@hash) assert_equal(JSON.parse(@json2), JSON.parse(json)) json = JSON[@hash] assert_equal(JSON.parse(@json2), JSON.parse(json)) parsed_json = JSON.parse(json) assert_equal(@hash, parsed_json) json = JSON.generate({1=>2}) assert_equal('{"1":2}', json) parsed_json = JSON.parse(json) assert_equal({"1"=>2}, parsed_json) assert_equal '666', JSON.generate(666) end def test_generate_pretty json = JSON.pretty_generate(@hash) # hashes aren't (insertion) ordered on every ruby implementation assert_equal(@json3, json) assert_equal(JSON.parse(@json3), JSON.parse(json)) parsed_json = JSON.parse(json) assert_equal(@hash, parsed_json) json = JSON.pretty_generate({1=>2}) assert_equal(<<~'EOT'.chomp, json) { "1": 2 } EOT parsed_json = JSON.parse(json) assert_equal({"1"=>2}, parsed_json) assert_equal '666', JSON.pretty_generate(666) json_nil_opts = JSON.pretty_generate({1=>2}, nil) assert_equal json, json_nil_opts end def test_generate_custom state = JSON::State.new(:space_before => " ", :space => " ", :indent => "", :object_nl => "\n", :array_nl => "") json = JSON.generate({1=>{2=>3, 4=>[5, 6]}}, state) assert_equal(<<~'EOT'.chomp, json) { "1" : { "2" : 3, "4" : [5,6] } } EOT end def test_fast_generate json = JSON.fast_generate(@hash) assert_equal(JSON.parse(@json2), JSON.parse(json)) parsed_json = JSON.parse(json) assert_equal(@hash, parsed_json) json = JSON.fast_generate({1=>2}) assert_equal('{"1":2}', json) parsed_json = JSON.parse(json) assert_equal({"1"=>2}, parsed_json) assert_equal '666', JSON.fast_generate(666) end def test_own_state state = JSON::State.new json = JSON.generate(@hash, state) assert_equal(JSON.parse(@json2), JSON.parse(json)) parsed_json = JSON.parse(json) assert_equal(@hash, parsed_json) json = JSON.generate({1=>2}, state) assert_equal('{"1":2}', json) parsed_json = JSON.parse(json) assert_equal({"1"=>2}, parsed_json) assert_equal '666', JSON.generate(666, state) end # TBD Implement JSON.state to return state class. # set state attributes from defaults # implement methods # circular should use circular in defaults or maybe always set to true, allow changes with [:check_circular]= def test_states json = JSON.generate({1=>2}, nil) assert_equal('{"1":2}', json) s = JSON.state.new assert s.check_circular? assert s[:check_circular?] h = { 1=>2 } h[3] = h assert_raise(JSON::NestingError) { JSON.generate(h) } assert_raise(JSON::NestingError) { JSON.generate(h, s) } s = JSON.state.new a = [ 1, 2 ] a << a assert_raise(JSON::NestingError) { JSON.generate(a, s) } assert s.check_circular? assert s[:check_circular?] end def test_pretty_state # JSON after 2.10 no longer has JSON::PRETTY_STATE_PROTOTYPE if 0 < ([2, 11, 0] <=> JSON::VERSION.split('.').map { |v| v.to_i }) state = JSON::PRETTY_STATE_PROTOTYPE.dup # In some cases in Ruby 3.0 an :escape_slash is included in the state. It # seems to occur on travis but not locally. actual = state.to_h actual.delete(:escape_slash) actual.delete(:strict) actual.delete(:script_safe) expected = { :allow_nan => false, :array_nl => "\n", :ascii_only => false, :buffer_initial_length => 1024, :depth => 0, :indent => " ", :max_nesting => 100, :object_nl => "\n", :space => " ", :space_before => "", } if REAL_JSON_GEM && Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.5.0') expected[:as_json] = false end assert_equal(expected.sort_by { |n,| n.to_s }, actual.sort_by { |n,| n.to_s }) end end def test_safe_state # JSON after 2.10 no longer has JSON::SAFE_STATE_PROTOTYPE if 0 < ([2, 11, 0] <=> JSON::VERSION.split('.').map { |v| v.to_i }) state = JSON::SAFE_STATE_PROTOTYPE.dup # In some cases in Ruby 3.0 an :escape_slash is included in the state. It # seems to occur on travis but not locally. actual = state.to_h actual.delete(:escape_slash) actual.delete(:strict) actual.delete(:script_safe) expected = { :allow_nan => false, :array_nl => "", :ascii_only => false, :buffer_initial_length => 1024, :depth => 0, :indent => "", :max_nesting => 100, :object_nl => "", :space => "", :space_before => "", } if REAL_JSON_GEM && Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.5.0') expected[:as_json] = false end assert_equal(expected.sort_by { |n,| n.to_s }, actual.sort_by { |n,| n.to_s }) end end def test_fast_state # JSON after 2.10 no longer has JSON::FAST_STATE_PROTOTYPE if 0 < ([2, 11, 0] <=> JSON::VERSION.split('.').map { |v| v.to_i }) state = JSON::FAST_STATE_PROTOTYPE.dup # In come cases in Ruby 3.0 an :escape_slash is included in the state. It # seems to occur on travis but not locally. actual = state.to_h actual.delete(:escape_slash) actual.delete(:strict) actual.delete(:script_safe) expected = { :allow_nan => false, :array_nl => "", :ascii_only => false, :buffer_initial_length => 1024, :depth => 0, :indent => "", :max_nesting => 0, :object_nl => "", :space => "", :space_before => "", } if REAL_JSON_GEM && Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.5.0') expected[:as_json] = false end assert_equal(expected.sort_by { |n,| n.to_s }, actual.sort_by { |n,| n.to_s }) end end def test_allow_nan assert_raise(JSON::GeneratorError) { JSON.generate([JSON::NaN]) } assert_equal '[NaN]', JSON.generate([JSON::NaN], :allow_nan => true) assert_raise(JSON::GeneratorError) { JSON.fast_generate([JSON::NaN]) } assert_raise(JSON::GeneratorError) { JSON.pretty_generate([JSON::NaN]) } assert_equal "[\n NaN\n]", JSON.pretty_generate([JSON::NaN], :allow_nan => true) assert_raise(JSON::GeneratorError) { JSON.generate([JSON::Infinity]) } assert_equal '[Infinity]', JSON.generate([JSON::Infinity], :allow_nan => true) assert_raise(JSON::GeneratorError) { JSON.fast_generate([JSON::Infinity]) } assert_raise(JSON::GeneratorError) { JSON.pretty_generate([JSON::Infinity]) } assert_equal "[\n Infinity\n]", JSON.pretty_generate([JSON::Infinity], :allow_nan => true) assert_raise(JSON::GeneratorError) { JSON.generate([JSON::MinusInfinity]) } assert_equal '[-Infinity]', JSON.generate([JSON::MinusInfinity], :allow_nan => true) assert_raise(JSON::GeneratorError) { JSON.fast_generate([JSON::MinusInfinity]) } assert_raise(JSON::GeneratorError) { JSON.pretty_generate([JSON::MinusInfinity]) } assert_equal "[\n -Infinity\n]", JSON.pretty_generate([JSON::MinusInfinity], :allow_nan => true) end def test_depth # JSON after 2.10 no longer has JSON::SAFE_STATE_PROTOTYPE if 0 < ([2, 11, 0] <=> JSON::VERSION.split('.').map { |v| v.to_i }) ary = []; ary << ary assert_equal 0, JSON::SAFE_STATE_PROTOTYPE.depth assert_raise(JSON::NestingError) { JSON.generate(ary) } assert_equal 0, JSON::SAFE_STATE_PROTOTYPE.depth assert_equal 0, JSON::PRETTY_STATE_PROTOTYPE.depth assert_raise(JSON::NestingError) { JSON.pretty_generate(ary) } assert_equal 0, JSON::PRETTY_STATE_PROTOTYPE.depth s = JSON.state.new assert_equal 0, s.depth assert_raise(JSON::NestingError) { ary.to_json(s) } assert_equal 100, s.depth end end def test_buffer_initial_length s = JSON.state.new assert_equal 1024, s.buffer_initial_length s.buffer_initial_length = 0 assert_equal 1024, s.buffer_initial_length s.buffer_initial_length = -1 assert_equal 1024, s.buffer_initial_length s.buffer_initial_length = 128 assert_equal 128, s.buffer_initial_length end def test_gc if respond_to?(:assert_in_out_err) assert_in_out_err(%w[-rjson --disable-gems], <<-EOS, [], []) bignum_too_long_to_embed_as_string = 1234567890123456789012345 expect = bignum_too_long_to_embed_as_string.to_s GC.stress = true 10.times do |i| tmp = bignum_too_long_to_embed_as_string.to_json raise "'\#{expect}' is expected, but '\#{tmp}'" unless tmp == expect end EOS end end if GC.respond_to?(:stress=) def test_configure_using_configure_and_merge numbered_state = { :indent => "1", :space => '2', :space_before => '3', :object_nl => '4', :array_nl => '5' } state1 = JSON.state.new state1.merge(numbered_state) assert_equal '1', state1.indent assert_equal '2', state1.space assert_equal '3', state1.space_before assert_equal '4', state1.object_nl assert_equal '5', state1.array_nl state2 = JSON.state.new state2.configure(numbered_state) assert_equal '1', state2.indent assert_equal '2', state2.space assert_equal '3', state2.space_before assert_equal '4', state2.object_nl assert_equal '5', state2.array_nl end def test_configure_hash_conversion state = JSON.state.new state.configure(:indent => '1') assert_equal '1', state.indent state = JSON.state.new foo = 'foo' assert_raise(TypeError) do state.configure(foo) end def foo.to_h { :indent => '2' } end state.configure(foo) assert_equal '2', state.indent end if defined?(JSON::Ext::Generator) && Process.respond_to?(:fork) # forking to avoid modifying core class of a parent process and # introducing race conditions of tests are run in parallel def test_broken_bignum # [ruby-core:38867] pid = fork do x = 1 << 64 x.class.class_eval do def to_s end end begin j = JSON::Ext::Generator::State.new.generate(x) exit 1 rescue TypeError exit 0 end end _, status = Process.waitpid2(pid) assert status.success? end end def test_hash_likeness_set_symbol state = JSON.state.new assert_equal nil, state[:foo] assert_equal nil.class, state[:foo].class assert_equal nil, state['foo'] state[:foo] = :bar assert_equal :bar, state[:foo] assert_equal :bar, state['foo'] state_hash = state.to_hash assert_kind_of Hash, state_hash assert_equal :bar, state_hash[:foo] end def test_hash_likeness_set_string state = JSON.state.new assert_equal nil, state[:foo] assert_equal nil, state['foo'] state['foo'] = :bar assert_equal :bar, state[:foo] assert_equal :bar, state['foo'] state_hash = state.to_hash assert_kind_of Hash, state_hash assert_equal :bar, state_hash[:foo] end def test_json_generate assert_raise JSON::GeneratorError do assert_equal true, JSON.generate(["\xea"]) end end def test_nesting too_deep = '[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[["Too deep"]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]' too_deep_ary = eval too_deep assert_raise(JSON::NestingError) { JSON.generate too_deep_ary } assert_raise(JSON::NestingError) { JSON.generate too_deep_ary, :max_nesting => 100 } ok = JSON.generate too_deep_ary, :max_nesting => 102 assert_equal too_deep, ok ok = JSON.generate too_deep_ary, :max_nesting => nil assert_equal too_deep, ok ok = JSON.generate too_deep_ary, :max_nesting => false assert_equal too_deep, ok ok = JSON.generate too_deep_ary, :max_nesting => 0 assert_equal too_deep, ok end def test_backslash data = [ '\\.(?i:gif|jpe?g|png)$' ] json = '["\\\\.(?i:gif|jpe?g|png)$"]' assert_equal json, JSON.generate(data) # data = [ '\\"' ] json = '["\\\\\""]' assert_equal json, JSON.generate(data) # data = [ '/' ] json = '["/"]' assert_equal json, JSON.generate(data) # data = ['"'] json = '["\""]' assert_equal json, JSON.generate(data) # data = ["'"] json = '["\\\'"]' assert_equal '["\'"]', JSON.generate(data) end def test_string_subclass s = Class.new(String) do def to_s; self; end undef to_json end assert_nothing_raised(SystemStackError) do assert_equal '["foo"]', JSON.generate([s.new('foo')]) end end def test_invalid_to_json omit if REAL_JSON_GEM data = Object.new def data.to_json(*) nil end assert_raises(TypeError) { JSON.generate(data) } end end oj-3.16.12/test/json_gem/json_generic_object_test.rb000077500000000000000000000060201510053151600224310ustar00rootroot00000000000000#!/usr/bin/env ruby # encoding: UTF-8 #frozen_string_literal: false require 'json_gem/test_helper' class JSONGenericObjectTest < Test::Unit::TestCase include Test::Unit::TestCaseOmissionSupport def setup @go = JSON::GenericObject[ :a => 1, :b => 2 ] end def test_attributes assert_equal 1, @go.a assert_equal 1, @go[:a] assert_equal 2, @go.b assert_equal 2, @go[:b] assert_nil @go.c assert_nil @go[:c] end def test_generate_json switch_json_creatable do assert_equal @go, JSON(JSON(@go), :create_additions => true) end end def test_parse_json x = JSON( '{ "json_class": "JSON::GenericObject", "a": 1, "b": 2 }', :create_additions => true ) ch = Hash # JSON after 2.10 no longer allows GenericObject creatable to be turned off or so it appears ch = JSON::GenericObject if REAL_JSON_GEM && ([2, 11, 0] <=> JSON::VERSION.split('.').map { |v| v.to_i }) <= 0 assert_kind_of ch, JSON( '{ "json_class": "JSON::GenericObject", "a": 1, "b": 2 }', :create_additions => true ) switch_json_creatable do assert_equal @go, l = JSON( '{ "json_class": "JSON::GenericObject", "a": 1, "b": 2 }', :create_additions => true ) assert_equal 1, l.a assert_equal @go, l = JSON('{ "a": 1, "b": 2 }', :object_class => JSON::GenericObject) assert_equal 1, l.a assert_equal JSON::GenericObject[:a => JSON::GenericObject[:b => 2]], l = JSON('{ "a": { "b": 2 } }', :object_class => JSON::GenericObject) assert_equal 2, l.a.b end end def test_from_hash result = JSON::GenericObject.from_hash( :foo => { :bar => { :baz => true }, :quux => [ { :foobar => true } ] }) assert_kind_of JSON::GenericObject, result.foo assert_kind_of JSON::GenericObject, result.foo.bar assert_equal true, result.foo.bar.baz assert_kind_of JSON::GenericObject, result.foo.quux.first assert_equal true, result.foo.quux.first.foobar assert_equal true, JSON::GenericObject.from_hash(true) end def test_json_generic_object_load empty = JSON::GenericObject.load(nil) assert_kind_of JSON::GenericObject, empty simple_json = '{"json_class":"JSON::GenericObject","hello":"world"}' simple = JSON::GenericObject.load(simple_json) assert_kind_of JSON::GenericObject, simple assert_equal "world", simple.hello converting = JSON::GenericObject.load('{ "hello": "world" }') assert_kind_of JSON::GenericObject, converting assert_equal "world", converting.hello json = JSON::GenericObject.dump(JSON::GenericObject[:hello => 'world']) assert_equal JSON(json), JSON('{"json_class":"JSON::GenericObject","hello":"world"}') end private def switch_json_creatable JSON::GenericObject.json_creatable = true yield ensure JSON::GenericObject.json_creatable = false end end oj-3.16.12/test/json_gem/json_parser_test.rb000077500000000000000000000362421510053151600207740ustar00rootroot00000000000000#!/usr/bin/env ruby # encoding: UTF-8 # frozen_string_literal: false require 'json_gem/test_helper' require 'stringio' require 'tempfile' require 'ostruct' class JSONParserTest < Test::Unit::TestCase include Test::Unit::TestCaseOmissionSupport def test_construction parser = JSON::Parser.new('test') assert_equal 'test', parser.source end def test_argument_encoding source = "{}".encode("UTF-16") JSON::Parser.new(source) assert_equal Encoding::UTF_16, source.encoding end if defined?(Encoding::UTF_16) def test_error_message_encoding bug10705 = '[ruby-core:67386] [Bug #10705]' json = ".\"\xE2\x88\x9A\"".force_encoding(Encoding::UTF_8) e = assert_raise(JSON::ParserError) { JSON::Ext::Parser.new(json).parse } assert_equal(Encoding::UTF_8, e.message.encoding, bug10705) assert_include(e.message, json, bug10705) end if defined?(Encoding::UTF_8) and defined?(JSON::Ext::Parser) def test_parsing parser = JSON::Parser.new('"test"') assert_equal 'test', parser.parse end def test_parser_reset parser = JSON::Parser.new('{"a":"b"}') assert_equal({ 'a' => 'b' }, parser.parse) assert_equal({ 'a' => 'b' }, parser.parse) end def test_parse_values assert_equal(nil, JSON.parse('null')) assert_equal(false, JSON.parse('false')) assert_equal(true, JSON.parse('true')) assert_equal(-23, JSON.parse('-23')) assert_equal(23, JSON.parse('23')) assert_in_delta(0.23, JSON.parse('0.23'), 1e-2) assert_in_delta(0.0, JSON.parse('0e0'), 1e-2) assert_equal("", JSON.parse('""')) assert_equal("foobar", JSON.parse('"foobar"')) end def test_parse_simple_arrays assert_equal([], JSON.parse('[]')) assert_equal([], JSON.parse(' [ ] ')) assert_equal([ nil ], JSON.parse('[null]')) assert_equal([ false ], JSON.parse('[false]')) assert_equal([ true ], JSON.parse('[true]')) assert_equal([ -23 ], JSON.parse('[-23]')) assert_equal([ 23 ], JSON.parse('[23]')) assert_equal_float([ 0.23 ], JSON.parse('[0.23]')) assert_equal_float([ 0.0 ], JSON.parse('[0e0]')) assert_equal([""], JSON.parse('[""]')) assert_equal(["foobar"], JSON.parse('["foobar"]')) assert_equal([{}], JSON.parse('[{}]')) end def test_parse_simple_objects assert_equal({}, JSON.parse('{}')) assert_equal({}, JSON.parse(' { } ')) assert_equal({ "a" => nil }, JSON.parse('{ "a" : null}')) assert_equal({ "a" => nil }, JSON.parse('{"a":null}')) assert_equal({ "a" => false }, JSON.parse('{ "a" : false } ')) assert_equal({ "a" => false }, JSON.parse('{"a":false}')) assert_raise(JSON::ParserError) { JSON.parse('{false}') } assert_equal({ "a" => true }, JSON.parse('{"a":true}')) assert_equal({ "a" => true }, JSON.parse(' { "a" : true } ')) assert_equal({ "a" => -23 }, JSON.parse(' { "a" : -23 } ')) assert_equal({ "a" => -23 }, JSON.parse(' { "a" : -23 } ')) assert_equal({ "a" => 23 }, JSON.parse('{"a":23 } ')) assert_equal({ "a" => 23 }, JSON.parse(' { "a" : 23 } ')) assert_equal({ "a" => 0.23 }, JSON.parse(' { "a" : 0.23 } ')) assert_equal({ "a" => 0.23 }, JSON.parse(' { "a" : 0.23 } ')) end def test_parse_numbers assert_raise(JSON::ParserError) { JSON.parse('+23.2') } assert_raise(JSON::ParserError) { JSON.parse('+23') } assert_raise(JSON::ParserError) { JSON.parse('.23') } assert_raise(JSON::ParserError) { JSON.parse('023') } assert_equal 23, JSON.parse('23') assert_equal(-23, JSON.parse('-23')) assert_equal_float 3.141, JSON.parse('3.141') assert_equal_float(-3.141, JSON.parse('-3.141')) assert_equal_float 3.141, JSON.parse('3141e-3') assert_equal_float 3.141, JSON.parse('3141.1e-3') assert_equal_float 3.141, JSON.parse('3141E-3') assert_equal_float 3.141, JSON.parse('3141.0E-3') assert_equal_float(-3.141, JSON.parse('-3141.0e-3')) assert_equal_float(-3.141, JSON.parse('-3141e-3')) assert_raise(JSON::ParserError) { JSON.parse('NaN') } assert JSON.parse('NaN', :allow_nan => true).nan? assert_raise(JSON::ParserError) { JSON.parse('Infinity') } assert_equal 1.0/0, JSON.parse('Infinity', :allow_nan => true) assert_raise(JSON::ParserError) { JSON.parse('-Infinity') } assert_equal(-1.0/0, JSON.parse('-Infinity', :allow_nan => true)) end if Array.method_defined?(:permutation) def test_parse_more_complex_arrays a = [ nil, false, true, "foßbar", [ "n€st€d", true ], { "nested" => true, "n€ßt€ð2" => {} }] a.permutation.each do |perm| json = JSON.pretty_generate(perm) assert_equal perm, JSON.parse(json) end end def test_parse_complex_objects a = [ nil, false, true, "foßbar", [ "n€st€d", true ], { "nested" => true, "n€ßt€ð2" => {} }] a.permutation.each do |perm| s = "a" orig_obj = perm.inject({}) { |h, x| h[s.dup] = x; s = s.succ; h } json = JSON.pretty_generate(orig_obj) assert_equal orig_obj, JSON.parse(json) end end end def test_parse_arrays assert_equal([1, 2, 3], JSON.parse('[1,2,3]')) assert_equal([1.2, 2, 3], JSON.parse('[1.2,2,3]')) assert_equal([[], [[], []]], JSON.parse('[[],[[],[]]]')) assert_equal([], JSON.parse('[]')) assert_equal([], JSON.parse(' [ ] ')) assert_equal([1], JSON.parse('[1]')) assert_equal([1], JSON.parse(' [ 1 ] ')) ary = [[1], ["foo"], [3.14], [4711.0], [2.718], [nil], [[1, -2, 3]], [false], [true]] assert_equal(ary, JSON.parse('[[1],["foo"],[3.14],[47.11e+2],[2718.0E-3],[null],[[1,-2,3]],[false],[true]]')) assert_equal(ary, JSON.parse(%Q{ [ [1] , ["foo"] , [3.14] \t , [47.11e+2]\s , [2718.0E-3 ],\r[ null] , [[1, -2, 3 ]], [false ],[ true]\n ] })) end def test_parse_json_primitive_values assert_raise(JSON::ParserError) { JSON.parse('') } assert_raise(TypeError) { JSON.parse(nil) } assert_raise(JSON::ParserError) { JSON.parse(' /* foo */ ') } assert_equal nil, JSON.parse('null') assert_equal false, JSON.parse('false') assert_equal true, JSON.parse('true') assert_equal 23, JSON.parse('23') assert_equal 1, JSON.parse('1') assert_equal_float 3.141, JSON.parse('3.141'), 1E-3 assert_equal 2 ** 64, JSON.parse('18446744073709551616') assert_equal 'foo', JSON.parse('"foo"') assert JSON.parse('NaN', :allow_nan => true).nan? assert JSON.parse('Infinity', :allow_nan => true).infinite? assert JSON.parse('-Infinity', :allow_nan => true).infinite? assert_raise(JSON::ParserError) { JSON.parse('[ 1, ]') } end def test_parse_some_strings assert_equal([""], JSON.parse('[""]')) assert_equal(["\\"], JSON.parse('["\\\\"]')) assert_equal(['"'], JSON.parse('["\""]')) assert_equal(['\\"\\'], JSON.parse('["\\\\\\"\\\\"]')) assert_equal( ["\"\b\n\r\t\0\037"], JSON.parse('["\"\b\n\r\t\u0000\u001f"]') ) end def test_parse_big_integers json1 = JSON(orig = (1 << 31) - 1) assert_equal orig, JSON.parse(json1) json2 = JSON(orig = 1 << 31) assert_equal orig, JSON.parse(json2) json3 = JSON(orig = (1 << 62) - 1) assert_equal orig, JSON.parse(json3) json4 = JSON(orig = 1 << 62) assert_equal orig, JSON.parse(json4) json5 = JSON(orig = 1 << 64) assert_equal orig, JSON.parse(json5) end def test_some_wrong_inputs assert_raise(JSON::ParserError) { JSON.parse('[] bla') } assert_raise(JSON::ParserError) { JSON.parse('[] 1') } assert_raise(JSON::ParserError) { JSON.parse('[] []') } assert_raise(JSON::ParserError) { JSON.parse('[] {}') } assert_raise(JSON::ParserError) { JSON.parse('{} []') } assert_raise(JSON::ParserError) { JSON.parse('{} {}') } assert_raise(JSON::ParserError) { JSON.parse('[NULL]') } assert_raise(JSON::ParserError) { JSON.parse('[FALSE]') } assert_raise(JSON::ParserError) { JSON.parse('[TRUE]') } assert_raise(JSON::ParserError) { JSON.parse('[07] ') } assert_raise(JSON::ParserError) { JSON.parse('[0a]') } assert_raise(JSON::ParserError) { JSON.parse('[1.]') } assert_raise(JSON::ParserError) { JSON.parse(' ') } end def test_symbolize_names assert_equal({ "foo" => "bar", "baz" => "quux" }, JSON.parse('{"foo":"bar", "baz":"quux"}')) assert_equal({ :foo => "bar", :baz => "quux" }, JSON.parse('{"foo":"bar", "baz":"quux"}', :symbolize_names => true)) assert_raise(ArgumentError) do JSON.parse('{}', :symbolize_names => true, :create_additions => true) end end def test_parse_comments json = <<~EOT { "key1":"value1", // eol comment "key2":"value2" /* multi line * comment */, "key3":"value3" /* multi line // nested eol comment * comment */ } EOT assert_equal( { "key1" => "value1", "key2" => "value2", "key3" => "value3" }, JSON.parse(json)) json = <<~EOT { "key1":"value1" /* multi line // nested eol comment /* illegal nested multi line comment */ * comment */ } EOT assert_raise(JSON::ParserError) { JSON.parse(json) } json = <<~EOT { "key1":"value1" /* multi line // nested eol comment closed multi comment */ and again, throw an Error */ } EOT assert_raise(JSON::ParserError) { JSON.parse(json) } json = <<~EOT { "key1":"value1" /*/*/ } EOT assert_equal({ "key1" => "value1" }, JSON.parse(json)) end def test_nesting too_deep = '[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[["Too deep"]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]' too_deep_ary = eval too_deep assert_raise(JSON::NestingError) { JSON.parse too_deep } assert_raise(JSON::NestingError) { JSON.parse too_deep, :max_nesting => 100 } ok = JSON.parse too_deep, :max_nesting => 101 assert_equal too_deep_ary, ok ok = JSON.parse too_deep, :max_nesting => nil assert_equal too_deep_ary, ok ok = JSON.parse too_deep, :max_nesting => false assert_equal too_deep_ary, ok ok = JSON.parse too_deep, :max_nesting => 0 assert_equal too_deep_ary, ok unless ENV['REAL_JSON_GEM'] # max_nesting should be reset to 0 if not included in options # This behavior is not compatible with Ruby standard JSON gem ok = JSON.parse too_deep, {} assert_equal too_deep_ary, ok end end def test_backslash data = [ '\\.(?i:gif|jpe?g|png)$' ] json = '["\\\\.(?i:gif|jpe?g|png)$"]' assert_equal data, JSON.parse(json) # data = [ '\\"' ] json = '["\\\\\""]' assert_equal data, JSON.parse(json) # json = '["/"]' data = [ '/' ] assert_equal data, JSON.parse(json) # json = '["\""]' data = ['"'] assert_equal data, JSON.parse(json) # json = '["\\\'"]' data = ["'"] assert_equal data, JSON.parse(json) end class SubArray < Array def <<(v) @shifted = true super end def shifted? @shifted end end class SubArray2 < Array def to_json(*a) { JSON.create_id => self.class.name, 'ary' => to_a, }.to_json(*a) end def self.json_create(o) o.delete JSON.create_id o['ary'] end end class SubArrayWrapper def initialize @data = [] end attr_reader :data def [](index) @data[index] end def <<(value) @data << value @shifted = true end def shifted? @shifted end end def test_parse_array_custom_array_derived_class res = JSON.parse('[1,2]', :array_class => SubArray) assert_equal([1, 2], res) assert_equal(SubArray, res.class) assert res.shifted? end def test_parse_array_custom_non_array_derived_class res = JSON.parse('[1,2]', :array_class => SubArrayWrapper) assert_equal(SubArrayWrapper, res.class) assert_equal([1, 2], res.data) assert res.shifted? end def test_parse_object assert_equal({}, JSON.parse('{}')) assert_equal({}, JSON.parse(' { } ')) assert_equal({'foo'=>'bar'}, JSON.parse('{"foo":"bar"}')) assert_equal({'foo'=>'bar'}, JSON.parse(' { "foo" : "bar" } ')) end class SubHash < Hash def []=(k, v) @item_set = true super end def item_set? @item_set end end class SubHash2 < Hash def to_json(*a) { JSON.create_id => self.class.name, }.merge(self).to_json(*a) end def self.json_create(o) o.delete JSON.create_id self[o] end end class SubOpenStruct < OpenStruct def [](k) __send__(k) end def []=(k, v) @item_set = true __send__("#{k}=", v) end def item_set? @item_set end end def test_parse_object_custom_hash_derived_class res = JSON.parse('{"foo":"bar"}', :object_class => SubHash) assert_equal(SubHash, res.class) assert_equal({"foo" => "bar"}, res) assert res.item_set? end def test_parse_object_custom_non_hash_derived_class res = JSON.parse('{"foo":"bar"}', :object_class => SubOpenStruct) assert_equal(SubOpenStruct, res.class) assert_equal "bar", res.foo assert res.item_set? end def test_parse_generic_object res = JSON.parse( '{"foo":"bar", "baz":{}}', :object_class => JSON::GenericObject ) assert_equal(JSON::GenericObject, res.class) assert_equal "bar", res.foo assert_equal "bar", res["foo"] assert_equal "bar", res[:foo] assert_equal "bar", res.to_hash[:foo] assert_equal(JSON::GenericObject, res.baz.class) end if defined?(JSON::GenericObject) def test_generate_core_subclasses_with_new_to_json obj = SubHash2["foo" => SubHash2["bar" => true]] obj_json = JSON(obj) obj_again = JSON.parse(obj_json, :create_additions => true) assert_kind_of SubHash2, obj_again assert_kind_of SubHash2, obj_again['foo'] assert obj_again['foo']['bar'] assert_equal obj, obj_again assert_equal ["foo"], JSON(JSON(SubArray2["foo"]), :create_additions => true) end def test_generate_core_subclasses_with_default_to_json assert_equal '{"foo":"bar"}', JSON(SubHash["foo" => "bar"]) assert_equal '["foo"]', JSON(SubArray["foo"]) end def test_generate_of_core_subclasses obj = SubHash["foo" => SubHash["bar" => true]] obj_json = JSON(obj) obj_again = JSON(obj_json) assert_kind_of Hash, obj_again assert_kind_of Hash, obj_again['foo'] assert obj_again['foo']['bar'] assert_equal obj, obj_again end def test_parsing_frozen_ascii8bit_string assert_equal( { 'foo' => 'bar' }, JSON('{ "foo": "bar" }'.force_encoding(Encoding::ASCII_8BIT).freeze) ) end private def assert_equal_float(expected, actual, delta = 1e-2) Array === expected and expected = expected.first Array === actual and actual = actual.first assert_in_delta(expected, actual, delta) end end oj-3.16.12/test/json_gem/json_string_matching_test.rb000077500000000000000000000017121510053151600226520ustar00rootroot00000000000000#!/usr/bin/env ruby # encoding: UTF-8 #frozen_string_literal: false require 'json_gem/test_helper' require 'time' class JSONStringMatchingTest < Test::Unit::TestCase include Test::Unit::TestCaseOmissionSupport class TestTime < ::Time def self.json_create(string) Time.parse(string) end def to_json(*) %{"#{strftime('%FT%T%z')}"} end def ==(other) to_i == other.to_i end end def test_match_date t = TestTime.new t_json = [ t ].to_json time_regexp = /\A\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}[+-]\d{4}\z/ assert_equal [ t ], JSON.parse( t_json, :create_additions => true, :match_string => { time_regexp => TestTime } ) assert_equal [ t.strftime('%FT%T%z') ], JSON.parse( t_json, :match_string => { time_regexp => TestTime } ) end end oj-3.16.12/test/json_gem/test_helper.rb000066400000000000000000000015231510053151600177150ustar00rootroot00000000000000# frozen_string_literal: true $: << File.dirname(__FILE__) $oj_dir = File.dirname(File.dirname(File.expand_path(File.dirname(__FILE__)))) %w(lib ext).each do |dir| $: << File.join($oj_dir, dir) end require 'test/unit' REAL_JSON_GEM = !!ENV['REAL_JSON_GEM'] if ENV['REAL_JSON_GEM'] require 'json' else require 'oj' Oj.mimic_JSON # This method was added in Ruby 3.0.0. Calling it this way asks the GC to # move objects around, helping to find object movement bugs. if defined?(GC.verify_compaction_references) == 'method' if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.2.0") GC.verify_compaction_references(expand_heap: true, toward: :empty) else GC.verify_compaction_references(double_heap: true, toward: :empty) end end end NaN = JSON::NaN if defined?(JSON::NaN) NaN = 0.0/0 unless defined?(NaN) oj-3.16.12/test/mem.rb000077500000000000000000000012461510053151600143610ustar00rootroot00000000000000#!/usr/bin/env ruby # frozen_string_literal: true require 'English' $LOAD_PATH << '.' $LOAD_PATH << File.join(__dir__, '../lib') $LOAD_PATH << File.join(__dir__, '../ext') require 'oj' Oj.default_options = { mode: :rails, cache_keys: false, cache_str: -1 } def mem `ps -o rss= -p #{$PROCESS_ID}`.to_i end ('a'..'z').each { |a| ('a'..'z').each { |b| ('a'..'z').each { |c| ('a'..'z').each { |d| ('a'..'z').each { |e| ('a'..'z').each { |f| key = "#{a}#{b}#{c}#{d}#{e}#{f}" Oj.load(%|{ "#{key}": 101}|) # Oj.dump(x) } } } } puts "#{a}#{b} #{mem}" } } Oj::Parser.new(:usual) oj-3.16.12/test/perf.rb000066400000000000000000000045241510053151600145360ustar00rootroot00000000000000# frozen_string_literal: true class Perf def initialize @items = [] end def add(title, op, &blk) @items << Item.new(title, op, &blk) end def before(title, &blk) @items.each do |i| if title == i.title i.set_before(&blk) break end end end def run(iter) base = Item.new(nil, nil) {} base.run(iter, 0.0) @items.each do |i| i.run(iter, base.duration) if i.error.nil? puts "#{i.title}.#{i.op} #{iter} times in %0.3f seconds or %0.3f #{i.op}/sec." % [i.duration, iter / i.duration] else puts "***** #{i.title}.#{i.op} failed! #{i.error}" end end summary() end def summary width = 6 @items.each do |i| next if i.duration.nil? width = i.title.size if width < i.title.size end iva = @items.clone iva.delete_if { |i| i.duration.nil? } iva = iva.sort_by { |i| i.duration } puts puts 'Summary:' puts '%*s time (secs) rate (ops/sec)' % [width, 'System'] puts "#{'-' * width} ----------- --------------" iva.each do |i| puts '%*s %11.3f %14.3f' % [width, i.title, i.duration, i.rate ] unless i.duration.nil? end puts puts "Comparison Matrix\n(performance factor, 2.0 means row is twice as fast as column)" puts ([' ' * width] + iva.map { |i| '%*s' % [width, i.title] }).join(' ') puts (['-' * width] + iva.map { |_i| '-' * width }).join(' ') iva.each do |i| line = ['%*s' % [width, i.title]] iva.each do |o| line << ('%*.2f' % [width, o.duration / i.duration]) end puts line.join(' ') end puts end class Item attr_accessor :title attr_accessor :op attr_accessor :blk attr_accessor :duration attr_accessor :rate attr_accessor :error def initialize(title, op, &blk) @title = title @blk = blk @op = op @duration = nil @rate = nil @error = nil @before = nil end def set_before(&blk) @before = blk end def run(iter, base) GC.start @before.call unless @before.nil? start = Time.now iter.times { @blk.call } @duration = Time.now - start - base @duration = 0.0 if @duration < 0.0 @rate = iter / @duration rescue Exception => e @error = "#{e.class}: #{e.message}" end end # Item end # Perf oj-3.16.12/test/perf_compat.rb000077500000000000000000000070061510053151600161020ustar00rootroot00000000000000#!/usr/bin/env ruby # frozen_string_literal: true $LOAD_PATH << '.' $LOAD_PATH << File.join(__dir__, '../lib') $LOAD_PATH << File.join(__dir__, '../ext') require 'optparse' require 'perf' require 'oj' $verbose = false $indent = 0 $iter = 20_000 $size = 0 opts = OptionParser.new opts.on('-v', 'verbose') { $verbose = true } opts.on('-c', '--count [Int]', Integer, 'iterations') { |i| $iter = i } opts.on('-i', '--indent [Int]', Integer, 'indentation') { |i| $indent = i } opts.on('-s', '--size [Int]', Integer, 'size (~Kbytes)') { |i| $size = i } opts.on('-h', '--help', 'Show this display') { puts opts; Process.exit!(0) } opts.parse(ARGV) def capture_error(tag, orig, load_key, dump_key, &blk) obj = blk.call(orig) puts obj unless orig == obj raise "#{tag} #{dump_key} and #{load_key} did not return the same object as the original." unless orig == obj rescue Exception => e $failed[tag] = "#{e.class}: #{e.message}" end # Verify that all packages dump and load correctly and return the same Object as the original. capture_error('Oj:compat', $obj, 'load', 'dump') { |o| Oj.compat_load(Oj.dump(o, :mode => :compat)) } capture_error('JSON::Ext', $obj, 'generate', 'parse') { |o| require 'json' require 'json/ext' JSON.generator = JSON::Ext::Generator JSON.parser = JSON::Ext::Parser JSON.parse(JSON.generate(o)) } module One module Two module Three class Empty def initialize @a = 1 @b = 2 @c = 3 end def eql?(o) self.class == o.class && @a == o.a && @b = o.b && @c = o.c end alias == eql? def as_json(*_a) {JSON.create_id => self.class.name, 'a' => @a, 'b' => @b, 'c' => @c } end def to_json(*_a) JSON.generate(as_json()) end def self.json_create(_h) new() end end # Empty end # Three end # Two end # One $obj = { 'a' => 'Alpha', # string 'b' => true, # boolean 'c' => 12_345, # number 'd' => [ true, [false, [-123_456_789, nil], 3.9676, ['Something else.', false], nil]], # mix it up array 'e' => { 'zero' => nil, 'one' => 1, 'two' => 2, 'three' => [3], 'four' => [0, 1, 2, 3, 4] }, # hash 'f' => nil, # nil 'g' => One::Two::Three::Empty.new(), 'h' => { 'a' => { 'b' => { 'c' => { 'd' => {'e' => { 'f' => { 'g' => nil }}}}}}}, # deep hash, not that deep 'i' => [[[[[[[nil]]]]]]] # deep array, again, not that deep } Oj.default_options = { :indent => $indent, :mode => :compat, :use_to_json => true, :create_additions => true, :create_id => '^o' } if 0 < $size s = Oj.dump($obj).size + 1 cnt = $size * 1024 / s o = $obj $obj = [] cnt.times do $obj << o end end $json = Oj.dump($obj) $failed = {} # key is same as String used in tests later if $verbose puts "size: #{$json.size}" puts "json:\n#{$json}\n" puts "Oj:compat loaded object:\n#{Oj.compat_load($json)}\n" puts "JSON loaded object:\n#{JSON::Ext::Parser.new($json).parse}\n" end puts '-' * 80 puts 'Compat Parse Performance' perf = Perf.new() unless $failed.key?('JSON::Ext') perf.add('JSON::Ext', 'parse') { JSON.parse($json) } perf.before('JSON::Ext') { JSON.parser = JSON::Ext::Parser } end unless $failed.key?('Oj:compat') perf.add('Oj:compat', 'compat_load') { Oj.compat_load($json) } end perf.run($iter) puts puts '-' * 80 puts unless $failed.empty? puts 'The following packages were not included for the reason listed' $failed.each { |tag, msg| puts "***** #{tag}: #{msg}" } end oj-3.16.12/test/perf_fast.rb000077500000000000000000000141231510053151600155520ustar00rootroot00000000000000#!/usr/bin/env ruby -wW1 # frozen_string_literal: true $LOAD_PATH << '.' $LOAD_PATH << File.join(__dir__, '../lib') $LOAD_PATH << File.join(__dir__, '../ext') require 'optparse' # require 'yajl' require 'perf' require 'json' require 'json/ext' require 'oj' @verbose = false @indent = 0 @iter = 100_000 @gets = 0 @fetch = false @write = false @read = false opts = OptionParser.new opts.on('-v', 'verbose') { @verbose = true } opts.on('-c', '--count [Int]', Integer, 'iterations') { |i| @iter = i } opts.on('-i', '--indent [Int]', Integer, 'indentation') { |i| @indent = i } opts.on('-g', '--gets [Int]', Integer, 'number of gets') { |i| @gets = i } opts.on('-f', 'fetch') { @fetch = true } opts.on('-w', 'write') { @write = true } opts.on('-r', 'read') { @read = true } opts.on('-h', '--help', 'Show this display') { puts opts; Process.exit!(0) } opts.parse(ARGV) # This just navigates to each leaf of the JSON structure. def dig(obj, &blk) case obj when Array obj.each { |e| dig(e, &blk) } when Hash obj.each_value { |e| dig(e, &blk) } else blk.yield(obj) end end @obj = { 'a' => 'Alpha', # string 'b' => true, # boolean 'c' => 12_345, # number 'd' => [ true, [false, {'12345' => 12_345, 'nil' => nil}, 3.967, { 'x' => 'something', 'y' => false, 'z' => true}, nil]], # mix it up array 'e' => { 'one' => 1, 'two' => 2 }, # hash 'f' => nil, # nil 'g' => 12_345_678_901_234_567_890_123_456_789, # big number 'h' => { 'a' => { 'b' => { 'c' => { 'd' => {'e' => { 'f' => { 'g' => nil }}}}}}}, # deep hash, not that deep 'i' => [[[[[[[nil]]]]]]] # deep array, again, not that deep } Oj.default_options = { :indent => @indent, :mode => :compat } @json = Oj.dump(@obj) @failed = {} # key is same as String used in tests later def capture_error(tag, orig, load_key, dump_key, &blk) obj = blk.call(orig) raise "#{tag} #{dump_key} and #{load_key} did not return the same object as the original." unless orig == obj rescue Exception => e @failed[tag] = "#{e.class}: #{e.message}" end # Verify that all packages dump and load correctly and return the same Object as the original. capture_error('Oj::Doc', @obj, 'load', 'dump') { |o| Oj::Doc.open(Oj.dump(o, :mode => :strict)) { |f| f.fetch() } } # capture_error('Yajl', @obj, 'encode', 'parse') { |o| Yajl::Parser.parse(Yajl::Encoder.encode(o)) } capture_error('JSON::Ext', @obj, 'generate', 'parse') { |o| JSON.generator = JSON::Ext::Generator; JSON::Ext::Parser.new(JSON.generate(o)).parse } if @verbose puts "json:\n#{@json}\n" end puts '-' * 80 puts 'Parse Performance' perf = Perf.new() perf.add('Oj::Doc', 'parse') { Oj::Doc.open(@json) { |f| } } unless @failed.key?('Oj::Doc') # perf.add('Yajl', 'parse') { Yajl::Parser.parse(@json) } unless @failed.has_key?('Yajl') perf.add('JSON::Ext', 'parse') { JSON::Ext::Parser.new(@json).parse } unless @failed.key?('JSON::Ext') perf.run(@iter) puts '-' * 80 puts 'JSON generation Performance' Oj::Doc.open(@json) do |doc| perf = Perf.new() perf.add('Oj::Doc', 'dump') { doc.dump() } # perf.add('Yajl', 'encode') { Yajl::Encoder.encode(@obj) } perf.add('JSON::Ext', 'fast_generate') { JSON.fast_generate(@obj) } perf.before('JSON::Ext') { JSON.generator = JSON::Ext::Generator } perf.run(@iter) end if 0 < @gets puts '-' * 80 puts 'Parse and get all values Performance' perf = Perf.new() perf.add('Oj::Doc', 'parse') { Oj::Doc.open(@json) { |f| @gets.times { f.each_value() {} } } } unless @failed.key?('Oj::Doc') # perf.add('Yajl', 'parse') { @gets.times { dig(Yajl::Parser.parse(@json)) {} } } unless @failed.has_key?('Yajl') perf.add('JSON::Ext', 'parse') { @gets.times { dig(JSON::Ext::Parser.new(@json).parse) {} } } unless @failed.key?('JSON::Ext') perf.run(@iter) end if @fetch puts '-' * 80 puts 'fetch nested Performance' json_hash = Oj.load(@json, :mode => :strict) Oj::Doc.open(@json) do |fast| # puts "*** C fetch: #{fast.fetch('/d/2/4/y')}" # puts "*** Ruby fetch: #{json_hash.fetch('d', []).fetch(1, []).fetch(3, []).fetch('x', nil)}" perf = Perf.new() perf.add('Oj::Doc', 'fetch') { fast.fetch('/d/2/4/x'); fast.fetch('/h/a/b/c/d/e/f/g'); fast.fetch('/i/1/1/1/1/1/1/1') } # version that fails gracefully perf.add('Ruby', 'fetch') do json_hash.fetch('d', []).fetch(1, []).fetch(3, []).fetch('x', nil) json_hash.fetch('h', {}).fetch('a', {}).fetch('b', {}).fetch('c', {}).fetch('d', {}).fetch('e', {}).fetch('f', {}).fetch('g', {}) json_hash.fetch('i', []).fetch(0, []).fetch(0, []).fetch(0, []).fetch(0, []).fetch(0, []).fetch(0, []).fetch(0, nil) end # version that raises if the path is incorrect # perf.add('Ruby', 'fetch') { @fetch.times { json_hash['d'][1][3][1] } } perf.run(@iter) end end if @write puts '-' * 80 puts 'JSON write to file Performance' Oj::Doc.open(@json) do |doc| perf = Perf.new() perf.add('Oj::Doc', 'dump') { doc.dump(nil, 'oj.json') } # perf.add('Yajl', 'encode') { File.open('yajl.json', 'w') { |f| Yajl::Encoder.encode(@obj, f) } } perf.add('JSON::Ext', 'fast_generate') { File.write('json_ext.json', JSON.fast_generate(@obj)) } perf.before('JSON::Ext') { JSON.generator = JSON::Ext::Generator } perf.run(@iter) end end if @read puts '-' * 80 puts 'JSON read from file Performance' Oj::Doc.open(@json) { |doc| doc.dump(nil, 'oj.json') } # File.open('yajl.json', 'w') { |f| Yajl::Encoder.encode(@obj, f) } JSON.generator = JSON::Ext::Generator File.write('json_ext.json', JSON.fast_generate(@obj)) Oj::Doc.open(@json) do |_doc| perf = Perf.new() perf.add('Oj::Doc', 'open_file') { Oj::Doc.open_file('oj.json') } # perf.add('Yajl', 'decode') { Yajl::decoder.decode(File.read('yajl.json')) } perf.add('JSON::Ext', '') { JSON.parse(File.read('json_ext.json')) } perf.before('JSON::Ext') { JSON.parser = JSON::Ext::Parser } perf.run(@iter) end end unless @failed.empty? puts 'The following packages were not included for the reason listed' @failed.each { |tag, msg| puts "***** #{tag}: #{msg}" } end oj-3.16.12/test/perf_file.rb000077500000000000000000000036221510053151600155360ustar00rootroot00000000000000#!/usr/bin/env ruby -wW1 # frozen_string_literal: true $LOAD_PATH << '.' $LOAD_PATH << '../lib' $LOAD_PATH << '../ext' if __FILE__ == $PROGRAM_NAME && (i = ARGV.index('-I')) _, path = ARGV.slice!(i, 2) $LOAD_PATH << path end require 'optparse' require 'oj' require 'perf' @indent = 0 @iter = 1 @size = 1 opts = OptionParser.new opts.on('-r', 'read') { true } opts.on('-c', '--count [Int]', Integer, 'iterations') { |v| @iter = v } opts.on('-i', '--indent [Int]', Integer, 'indent') { |v| @indent = v } opts.on('-s', '--size [Int]', Integer, 'size in Mbytes') { |s| @size = s } opts.on('-h', '--help', 'Show this display') { puts opts; Process.exit!(0) } opts.parse(ARGV) @obj = { 'a' => 'Alpha', # string 'b' => true, # boolean 'c' => 12_345, # number 'd' => [ true, [false, [-123_456_789, nil], 3.9676, ['Something else.', false], nil]], # mix it up array 'e' => { 'zero' => nil, 'one' => 1, 'two' => 2, 'three' => [3], 'four' => [0, 1, 2, 3, 4] }, # hash 'f' => nil, # nil 'g' => 12_345_678_901_234_567_890_123_456_789, # _bignum 'h' => { 'a' => { 'b' => { 'c' => { 'd' => {'e' => { 'f' => { 'g' => nil }}}}}}}, # deep hash, not that deep 'i' => [[[[[[[nil]]]]]]] # deep array, again, not that deep } json = Oj.dump(@obj, :indent => @indent) cnt = ((@size * 1024 * 1024) + json.size) / json.size cnt = 1 if 0 == @size filename = 'tmp.json' File.open(filename, 'w') { |f| cnt.times do Oj.to_stream(f, @obj, :indent => @indent) end } Oj.default_options = { :mode => :strict, :indent => @indent } puts '-' * 80 puts "Read from #{cnt * json.size / (1024 * 1024)} Mb file Performance" perf = Perf.new() perf.add('Oj.load_file', '') { Oj.load_file(filename) } perf.add('Oj.load(string)', '') { Oj.load(File.read(filename)) } perf.add('Oj.load(file)', '') { File.open(filename, 'r') { |f| Oj.load(f) } } perf.run(@iter) oj-3.16.12/test/perf_object.rb000077500000000000000000000075751510053151600161000ustar00rootroot00000000000000#!/usr/bin/env ruby # frozen_string_literal: true $LOAD_PATH << '.' $LOAD_PATH << '../lib' $LOAD_PATH << '../ext' if __FILE__ == $PROGRAM_NAME && (i = ARGV.index('-I')) _, path = ARGV.slice!(i, 2) $LOAD_PATH << path end require 'optparse' require 'ox' require 'oj' require 'perf' require 'sample' require 'files' @circular = false @indent = 0 @allow_gc = true do_sample = false do_files = false do_load = false do_dump = false do_read = false do_write = false @iter = 1000 @mult = 1 opts = OptionParser.new opts.on('-c', 'circular options') { @circular = true } opts.on('-x', 'use sample instead of files') { do_sample = true } opts.on('-g', 'no GC during parsing') { @allow_gc = false } opts.on('-s', 'load and dump as sample Ruby object') { do_sample = true } opts.on('-f', 'load and dump as files Ruby object') { do_files = true } opts.on('-l', 'load') { do_load = true } opts.on('-d', 'dump') { do_dump = true } opts.on('-r', 'read') { do_read = true } opts.on('-w', 'write') { do_write = true } opts.on('-a', 'load, dump, read and write') { do_load = true; do_dump = true; do_read = true; do_write = true } opts.on('-i', '--iterations [Int]', Integer, 'iterations') { |v| @iter = v } opts.on('-m', '--multiply [Int]', Integer, 'multiplier') { |v| @mult = v } opts.on('-h', '--help', 'Show this display') { puts opts; Process.exit!(0) } files = opts.parse(ARGV) @obj = nil @xml = nil @mars = nil @json = nil unless do_load || do_dump || do_read || do_write do_load = true do_dump = true do_read = true do_write = true end # prepare all the formats for input if files.empty? @obj = [] @mult.times do @obj << (do_sample ? sample_doc(2) : files('..')) end @mars = Marshal.dump(@obj) @xml = Ox.dump(@obj, :indent => @indent, :circular => @circular) @json = Oj.dump(@obj, :indent => @indent, :circular => @circular, :mode => :object) File.write('sample.xml', @xml) File.write('sample.json', @json) File.write('sample.marshal', @mars) else puts "loading and parsing #{files}\n\n" files.map do |f| @xml = File.read(f) @obj = Ox.load(@xml) @mars = Marshal.dump(@obj) @json = Oj.dump(@obj, :indent => @indent, :circular => @circular) end end Oj.default_options = { :mode => :object, :indent => @indent, :circular => @circular, :allow_gc => @allow_gc } # puts "json: #{@json.size}" # puts "xml: #{@xml.size}" # puts "marshal: #{@mars.size}" if do_load puts '-' * 80 puts 'Load Performance' perf = Perf.new() perf.add('Oj.object', 'load') { Oj.object_load(@json) } perf.add('Ox', 'load') { Ox.load(@xml, :mode => :object) } perf.add('Marshal', 'load') { Marshal.load(@mars) } perf.run(@iter) end if do_dump puts '-' * 80 puts 'Dump Performance' perf = Perf.new() perf.add('Oj', 'dump') { Oj.dump(@obj) } perf.add('Ox', 'dump') { Ox.dump(@obj, :indent => @indent, :circular => @circular) } perf.add('Marshal', 'dump') { Marshal.dump(@obj) } perf.run(@iter) end if do_read puts '-' * 80 puts 'Read from file Performance' perf = Perf.new() perf.add('Oj', 'load') { Oj.load_file('sample.json') } # perf.add('Oj', 'load') { Oj.load(File.read('sample.json')) } perf.add('Ox', 'load_file') { Ox.load_file('sample.xml', :mode => :object) } perf.add('Marshal', 'load') { Marshal.load(File.new('sample.marshal')) } perf.run(@iter) end if do_write puts '-' * 80 puts 'Write to file Performance' perf = Perf.new() perf.add('Oj', 'to_file') { Oj.to_file('sample.json', @obj) } perf.add('Ox', 'to_file') { Ox.to_file('sample.xml', @obj, :indent => @indent, :circular => @circular) } perf.add('Marshal', 'dump') { Marshal.dump(@obj, File.new('sample.marshal', 'w')) } perf.run(@iter) end oj-3.16.12/test/perf_once.rb000077500000000000000000000022551510053151600155440ustar00rootroot00000000000000#!/usr/bin/env ruby # frozen_string_literal: true require 'English' $LOAD_PATH << '.' $LOAD_PATH << File.join(__dir__, '../lib') $LOAD_PATH << File.join(__dir__, '../ext') require 'oj' filename = 'tmp.json' File.open(filename, 'w') { |f| cnt = 0 f.puts('{') ('a'..'z').each { |a| ('a'..'z').each { |b| ('a'..'z').each { |c| ('a'..'z').each { |d| f.puts(%|"#{a}#{b}#{c}#{d}":#{cnt},|) cnt += 1 } } } } f.puts('"_last":0}') } def mem `ps -o rss= -p #{$PROCESS_ID}`.to_i end Oj.default_options = { mode: :strict, cache_keys: false, cache_str: -1 } start = Time.now Oj.load_file('tmp.json') dur = Time.now - start GC.start puts "no cache duration: #{dur} @ #{mem}" Oj.default_options = { cache_keys: true } start = Time.now Oj.load_file('tmp.json') dur = Time.now - start GC.start puts "initial cache duration: #{dur} @ #{mem}" start = Time.now Oj.load_file('tmp.json') dur = Time.now - start GC.start puts "second cache duration: #{dur} @ #{mem}" 10.times { GC.start } start = Time.now Oj.load_file('tmp.json') dur = Time.now - start GC.start puts "after several GCs cache duration: #{dur} @ #{mem}" # TBD check memory use oj-3.16.12/test/perf_parser.rb000077500000000000000000000117051510053151600161140ustar00rootroot00000000000000#!/usr/bin/env ruby # frozen_string_literal: true $LOAD_PATH << '.' $LOAD_PATH << File.join(__dir__, '../lib') $LOAD_PATH << File.join(__dir__, '../ext') require 'optparse' require 'perf' require 'oj' require 'json' $verbose = false $iter = 50_000 $with_bignum = false $size = 1 $cache_keys = true $symbol_keys = false opts = OptionParser.new opts.on('-v', 'verbose') { $verbose = true } opts.on('-c', '--count [Int]', Integer, 'iterations') { |i| $iter = i } opts.on('-s', '--size [Int]', Integer, 'size (~Kbytes)') { |i| $size = i } opts.on('-b', 'with bignum') { $with_bignum = true } opts.on('-k', 'no cache') { $cache_keys = false } opts.on('-sym', 'symbol keys') { $symbol_keys = true } opts.on('-h', '--help', 'Show this display') { puts opts; Process.exit!(0) } opts.parse(ARGV) $obj = { 'a' => 'Alpha', # string 'b' => true, # boolean 'c' => 12_345, # number 'd' => [ true, [false, [-123_456_789, nil], 3.9676, ['Something else.', false, 1, nil], nil]], # mix it up array 'e' => { 'zero' => nil, 'one' => 1, 'two' => 2, 'three' => [3], 'four' => [0, 1, 2, 3, 4] }, # hash 'f' => nil, # nil 'h' => { 'a' => { 'b' => { 'c' => { 'd' => {'e' => { 'f' => { 'g' => nil }}}}}}}, # deep hash, not that deep 'i' => [[[[[[[nil]]]]]]] # deep array, again, not that deep } $obj['g'] = 12_345_678_901_234_567_890_123_456_789 if $with_bignum if 0 < $size o = $obj $obj = [] (4 * $size).times do $obj << o end end $json = Oj.dump($obj) $failed = {} # key is same as String used in tests later Oj.default_options = {create_id: '^', create_additions: true, class_cache: true} Oj.default_options = if $cache_keys {cache_keys: true, cache_str: 6, symbol_keys: $symbol_keys} else {cache_keys: false, cache_str: -1, symbol_keys: $symbol_keys} end JSON.parser = JSON::Ext::Parser class AllSaj def hash_start(key) end def hash_end(key) end def array_start(key) end def array_end(key) end def add_value(value, key) end end # AllSaj no_handler = Object.new() all_handler = AllSaj.new() if $verbose puts "json:\n#{$json}\n" end ### Validate ###################### p_val = Oj::Parser.new(:validate) puts '-' * 80 puts 'Validate Performance' perf = Perf.new() perf.add('Oj::Parser.validate', 'none') { p_val.parse($json) } perf.add('Oj::Saj.none', 'none') { Oj.saj_parse(no_handler, $json) } perf.run($iter) ### SAJ ###################### p_all = Oj::Parser.new(:saj) p_all.handler = all_handler p_all.cache_keys = $cache_keys p_all.cache_strings = 6 puts '-' * 80 puts 'Parse Callback Performance' perf = Perf.new() perf.add('Oj::Parser.saj', 'all') { p_all.parse($json) } perf.add('Oj::Saj.all', 'all') { Oj.saj_parse(all_handler, $json) } perf.run($iter) ### Usual ###################### p_usual = Oj::Parser.new(:usual) p_usual.cache_keys = $cache_keys p_usual.cache_strings = ($cache_keys ? 6 : 0) p_usual.symbol_keys = $symbol_keys puts '-' * 80 puts 'Parse Usual Performance' perf = Perf.new() perf.add('Oj::Parser.usual', '') { p_usual.parse($json) } perf.add('Oj::strict_load', '') { Oj.strict_load($json) } perf.add('JSON::Ext', 'parse') { JSON.parse($json) } perf.run($iter) ### Usual Objects ###################### # Original Oj follows the JSON gem for creating objects which uses the class # json_create(arg) method. Oj::Parser in usual mode supprts the same but also # handles populating the object variables directly which is faster. class Stuff attr_accessor :alpha, :bravo, :charlie, :delta, :echo, :foxtrot, :golf, :hotel, :india, :juliet def self.json_create(arg) obj = new obj.alpha = arg['alpha'] obj.bravo = arg['bravo'] obj.charlie = arg['charlie'] obj.delta = arg['delta'] obj.echo = arg['echo'] obj.foxtrot = arg['foxtrot'] obj.golf = arg['golf'] obj.hotel = arg['hotel'] obj.india = arg['india'] obj.juliet = arg['juliet'] obj end end $obj_json = %|{ "alpha": [0, 1,2,3,4,5,6,7,8,9], "bravo": true, "charlie": 123, "delta": "some string", "echo": null, "^": "Stuff", "foxtrot": false, "golf": "gulp", "hotel": {"x": true, "y": false}, "india": [null, true, 123], "juliet": "junk" }| p_usual = Oj::Parser.new(:usual) p_usual.cache_keys = $cache_keys p_usual.cache_strings = ($cache_keys ? 6 : 0) p_usual.symbol_keys = $symbol_keys p_usual.create_id = '^' p_usual.class_cache = true p_usual.ignore_json_create = true JSON.create_id = '^' puts '-' * 80 puts 'Parse Usual Object Performance' perf = Perf.new() perf.add('Oj::Parser.usual', '') { p_usual.parse($obj_json) } perf.add('Oj::compat_load', '') { Oj.compat_load($obj_json) } perf.add('JSON::Ext', 'parse') { JSON.parse($obj_json) } perf.run($iter) unless $failed.empty? puts 'The following packages were not included for the reason listed' $failed.each { |tag, msg| puts "***** #{tag}: #{msg}" } end oj-3.16.12/test/perf_saj.rb000077500000000000000000000061471510053151600154010ustar00rootroot00000000000000#!/usr/bin/env ruby -wW1 # frozen_string_literal: true $LOAD_PATH << '.' $LOAD_PATH << File.join(__dir__, '../lib') $LOAD_PATH << File.join(__dir__, '../ext') require 'optparse' # require 'yajl' require 'perf' require 'json' require 'json/ext' require 'oj' @verbose = false @indent = 0 @iter = 10_000 @gets = 0 @fetch = false @write = false @read = false opts = OptionParser.new opts.on('-v', 'verbose') { @verbose = true } opts.on('-c', '--count [Int]', Integer, 'iterations') { |i| @iter = i } opts.on('-i', '--indent [Int]', Integer, 'indentation') { |i| @indent = i } opts.on('-g', '--gets [Int]', Integer, 'number of gets') { |i| @gets = i } opts.on('-f', 'fetch') { @fetch = true } opts.on('-w', 'write') { @write = true } opts.on('-r', 'read') { @read = true } opts.on('-h', '--help', 'Show this display') { puts opts; Process.exit!(0) } opts.parse(ARGV) class AllSaj < Oj::Saj def hash_start(key) end def hash_end(key) end def array_start(key) end def array_end(key) end def add_value(value, key) end end # AllSaj class NoSaj < Oj::Saj end # NoSaj saj_handler = AllSaj.new() no_saj = NoSaj.new() @obj = { 'a' => 'Alpha', # string 'b' => true, # boolean 'c' => 12_345, # number 'd' => [ true, [false, {'12345' => 12_345, 'nil' => nil}, 3.967, { 'x' => 'something', 'y' => false, 'z' => true}, nil]], # mix it up array 'e' => { 'one' => 1, 'two' => 2 }, # hash 'f' => nil, # nil 'g' => 12_345_678_901_234_567_890_123_456_789, # big number 'h' => { 'a' => { 'b' => { 'c' => { 'd' => {'e' => { 'f' => { 'g' => nil }}}}}}}, # deep hash, not that deep 'i' => [[[[[[[nil]]]]]]] # deep array, again, not that deep } Oj.default_options = { :indent => @indent, :mode => :compat } @json = Oj.dump(@obj) @failed = {} # key is same as String used in tests later def capture_error(tag, orig, load_key, dump_key, &blk) obj = blk.call(orig) raise "#{tag} #{dump_key} and #{load_key} did not return the same object as the original." unless orig == obj rescue Exception => e @failed[tag] = "#{e.class}: #{e.message}" end # Verify that all packages dump and load correctly and return the same Object as the original. # capture_error('Yajl', @obj, 'encode', 'parse') { |o| Yajl::Parser.parse(Yajl::Encoder.encode(o)) } capture_error('JSON::Ext', @obj, 'generate', 'parse') { |o| JSON.generator = JSON::Ext::Generator; JSON::Ext::Parser.new(JSON.generate(o)).parse } if @verbose puts "json:\n#{@json}\n" end puts '-' * 80 puts 'Parse Performance' perf = Perf.new() perf.add('Oj::Saj', 'all') { Oj.saj_parse(saj_handler, @json) } perf.add('Oj::Saj', 'none') { Oj.saj_parse(no_saj, @json) } # perf.add('Yajl', 'parse') { Yajl::Parser.parse(@json) } unless @failed.has_key?('Yajl') perf.add('JSON::Ext', 'parse') { JSON::Ext::Parser.new(@json).parse } unless @failed.key?('JSON::Ext') perf.run(@iter) unless @failed.empty? puts 'The following packages were not included for the reason listed' @failed.each { |tag, msg| puts "***** #{tag}: #{msg}" } end oj-3.16.12/test/perf_scp.rb000077500000000000000000000072111510053151600154020ustar00rootroot00000000000000#!/usr/bin/env ruby -wW1 # frozen_string_literal: true $LOAD_PATH << '.' $LOAD_PATH << File.join(__dir__, '../lib') $LOAD_PATH << File.join(__dir__, '../ext') require 'optparse' # require 'yajl' require 'perf' require 'json' require 'json/ext' require 'oj' @verbose = false @indent = 0 @iter = 50_000 @with_bignum = false @size = 1 opts = OptionParser.new opts.on('-v', 'verbose') { @verbose = true } opts.on('-c', '--count [Int]', Integer, 'iterations') { |i| @iter = i } opts.on('-i', '--indent [Int]', Integer, 'indentation') { |i| @indent = i } opts.on('-s', '--size [Int]', Integer, 'size (~Kbytes)') { |i| @size = i } opts.on('-b', 'with bignum') { @with_bignum = true } opts.on('-h', '--help', 'Show this display') { puts opts; Process.exit!(0) } opts.parse(ARGV) @obj = { 'a' => 'Alpha', # string 'b' => true, # boolean 'c' => 12_345, # number 'd' => [ true, [false, [-123_456_789, nil], 3.9676, ['Something else.', false], nil]], # mix it up array 'e' => { 'zero' => nil, 'one' => 1, 'two' => 2, 'three' => [3], 'four' => [0, 1, 2, 3, 4] }, # hash 'f' => nil, # nil 'h' => { 'a' => { 'b' => { 'c' => { 'd' => {'e' => { 'f' => { 'g' => nil }}}}}}}, # deep hash, not that deep 'i' => [[[[[[[nil]]]]]]] # deep array, again, not that deep } @obj['g'] = 12_345_678_901_234_567_890_123_456_789 if @with_bignum if 0 < @size ob = @obj @obj = [] (4 * @size).times do @obj << ob end end Oj.default_options = { :indent => @indent, :mode => :strict, cache_keys: true, cache_str: 5 } @json = Oj.dump(@obj) @failed = {} # key is same as String used in tests later class AllSaj < Oj::Saj def hash_start(key) end def hash_end(key) end def array_start(key) end def array_end(key) end def add_value(value, key) end end # AllSaj class NoSaj < Oj::Saj end # NoSaj class NoHandler < Oj::ScHandler end # NoHandler class AllHandler < Oj::ScHandler def hash_start nil end def hash_end end def array_start nil end def array_end end def add_value(value) end def hash_set(h, key, value) end def array_append(a, value) end end # AllHandler saj_handler = AllSaj.new() no_saj = NoSaj.new() sc_handler = AllHandler.new() no_handler = NoHandler.new() def capture_error(tag, orig, load_key, dump_key, &blk) obj = blk.call(orig) raise "#{tag} #{dump_key} and #{load_key} did not return the same object as the original." unless orig == obj rescue Exception => e @failed[tag] = "#{e.class}: #{e.message}" end # Verify that all packages dump and load correctly and return the same Object as the original. # capture_error('Yajl', @obj, 'encode', 'parse') { |o| Yajl::Parser.parse(Yajl::Encoder.encode(o)) } capture_error('JSON::Ext', @obj, 'generate', 'parse') { |o| JSON.generator = JSON::Ext::Generator; JSON::Ext::Parser.new(JSON.generate(o)).parse } if @verbose puts "json:\n#{@json}\n" end puts '-' * 80 puts 'Parse Performance' perf = Perf.new() perf.add('Oj::Saj.all', 'all') { Oj.saj_parse(saj_handler, @json) } perf.add('Oj::Saj.none', 'none') { Oj.saj_parse(no_saj, @json) } perf.add('Oj::Scp.all', 'all') { Oj.sc_parse(sc_handler, @json) } perf.add('Oj::Scp.none', 'none') { Oj.sc_parse(no_handler, @json) } perf.add('Oj::load', 'none') { Oj.wab_load(@json) } # perf.add('Yajl', 'parse') { Yajl::Parser.parse(@json) } unless @failed.has_key?('Yajl') perf.add('JSON::Ext', 'parse') { JSON::Ext::Parser.new(@json).parse } unless @failed.key?('JSON::Ext') perf.run(@iter) unless @failed.empty? puts 'The following packages were not included for the reason listed' @failed.each { |tag, msg| puts "***** #{tag}: #{msg}" } end oj-3.16.12/test/perf_simple.rb000077500000000000000000000157031510053151600161130ustar00rootroot00000000000000#!/usr/bin/env ruby -wW1 # frozen_string_literal: true $LOAD_PATH << File.join(__dir__, '../lib') $LOAD_PATH << File.join(__dir__, '../ext') require 'optparse' require 'yajl' require 'json' require 'json/pure' require 'json/ext' require 'msgpack' require 'oj' require 'ox' class Jazz def initialize @boolean = true @number = 58 @string = 'A string' @array = [true, false, nil] @hash = { 'one' => 1, 'two' => 2 } end def to_json(*_args) %{ { "boolean":#{@boolean}, "number":#{@number}, "string":#{@string}, "array":#{@array}, "hash":#{@hash}, } } end def to_hash { 'boolean' => @boolean, 'number' => @number, 'string' => @string, 'array' => @array, 'hash' => @hash, } end def to_msgpack(out='') to_hash().to_msgpack(out) end end $indent = 2 $iter = 10_000 $with_object = true $with_bignum = true $with_nums = true opts = OptionParser.new opts.on('-c', '--count [Int]', Integer, 'iterations') { |i| $iter = i } opts.on('-i', '--indent [Int]', Integer, 'indentation') { |i| $indent = i } opts.on('-o', 'without objects') { $with_object = false } opts.on('-b', 'without bignum') { $with_bignum = false } opts.on('-n', 'without numbers') { $with_nums = false } opts.on('-h', '--help', 'Show this display') { puts opts; Process.exit!(0) } opts.parse(ARGV) if $with_nums obj = { 'a' => 'Alpha', 'b' => true, 'c' => 12_345, 'd' => [ true, [false, [12_345, nil], 3.967, ['something', false], nil]], 'e' => { 'one' => 1, 'two' => 2 }, 'f' => nil, } obj['g'] = Jazz.new() if $with_object obj['h'] = 12_345_678_901_234_567_890_123_456_789 if $with_bignum else obj = { 'a' => 'Alpha', 'b' => true, 'c' => '12345', 'd' => [ true, [false, ['12345', nil], '3.967', ['something', false], nil]], 'e' => { 'one' => '1', 'two' => '2' }, 'f' => nil, } end Oj.default_options = { :indent => $indent, :mode => :object } s = Oj.dump(obj) xml = Ox.dump(obj, :indent => $indent) puts # Put Oj in strict mode so it only create JSON native types instead of the # original Ruby Objects. None of the other packages other than Ox support # Object recreation so no need for Oj to do it in the performance tests. Oj.default_options = { :mode => :strict } parse_results = { :oj => 0.0, :yajl => 0.0, :msgpack => 0.0, :pure => 0.0, :ext => 0.0, :ox => 0.0 } start = Time.now $iter.times do Oj.load(s) end dt = Time.now - start base_dt = dt parse_results[:oj] = dt puts '%d Oj.load()s in %0.3f seconds or %0.1f loads/msec' % [$iter, dt, $iter/dt/1000.0] start = Time.now $iter.times do Yajl::Parser.parse(s) end dt = Time.now - start if base_dt < dt base_dt = dt base_name = 'Yajl' end parse_results[:yajl] = dt puts '%d Yajl::Parser.parse()s in %0.3f seconds or %0.1f parses/msec' % [$iter, dt, $iter/dt/1000.0] begin JSON.parser = JSON::Ext::Parser start = Time.now $iter.times do JSON.parse(s) end dt = Time.now - start if base_dt < dt base_dt = dt base_name = 'JSON::Ext' end parse_results[:ext] = dt puts '%d JSON::Ext::Parser parse()s in %0.3f seconds or %0.1f parses/msec' % [$iter, dt, $iter/dt/1000.0] rescue Exception => e puts "JSON::Ext failed: #{e.class}: #{e.message}" end begin JSON.parser = JSON::Pure::Parser start = Time.now $iter.times do JSON.parse(s) end dt = Time.now - start if base_dt < dt base_dt = dt base_name = 'JSON::Pure' end parse_results[:pure] = dt puts '%d JSON::Pure::Parser parse()s in %0.3f seconds or %0.1f parses/msec' % [$iter, dt, $iter/dt/1000.0] rescue Exception => e puts "JSON::Pure failed: #{e.class}: #{e.message}" end begin mp = MessagePack.pack(obj) start = Time.now $iter.times do MessagePack.unpack(mp) end dt = Time.now - start if base_dt < dt base_dt = dt base_name = 'MessagePack' end parse_results[:msgpack] = dt puts '%d MessagePack.unpack()s in %0.3f seconds or %0.1f packs/msec' % [$iter, dt, $iter/dt/1000.0] rescue Exception => e puts "MessagePack failed: #{e.class}: #{e.message}" end start = Time.now $iter.times do Ox.load(xml) end dt = Time.now - start parse_results[:ox] = dt puts '%d Ox.load()s in %0.3f seconds or %0.1f loads/msec' % [$iter, dt, $iter/dt/1000.0] puts 'Parser results:' puts "gem seconds parses/msec X faster than #{base_name} (higher is better)" parse_results.each do |name, dt2| if dt2 <= 0.0 puts "#{name} failed to generate JSON" next end puts '%-7s %6.3f %5.1f %4.1f' % [name, dt2, $iter/dt/1000.0, base_dt/dt2] end puts # Back to object mode for best performance when dumping. Oj.default_options = { :indent => $indent, :mode => :object } start = Time.now $iter.times do Oj.dump(obj) end dt = Time.now - start base_dt = dt base_name = 'Oj' parse_results[:oj] = dt puts '%d Oj.dump()s in %0.3f seconds or %0.1f dumps/msec' % [$iter, dt, $iter/dt/1000.0] start = Time.now $iter.times do Yajl::Encoder.encode(obj) end dt = Time.now - start if base_dt < dt base_dt = dt base_name = 'Yajl' end parse_results[:yajl] = dt puts '%d Yajl::Encoder.encode()s in %0.3f seconds or %0.1f encodes/msec' % [$iter, dt, $iter/dt/1000.0] begin JSON.parser = JSON::Ext::Parser start = Time.now $iter.times do JSON.generate(obj) end dt = Time.now - start if base_dt < dt base_dt = dt base_name = 'JSON::Ext' end parse_results[:pure] = dt puts '%d JSON::Ext generate()s in %0.3f seconds or %0.1f generates/msec' % [$iter, dt, $iter/dt/1000.0] rescue Exception => e parse_results[:ext] = 0.0 puts "JSON::Ext failed: #{e.class}: #{e.message}" end begin JSON.parser = JSON::Pure::Parser start = Time.now $iter.times do JSON.generate(obj) end dt = Time.now - start if base_dt < dt base_dt = dt base_name = 'JSON::Pure' end parse_results[:pure] = dt puts '%d JSON::Pure generate()s in %0.3f seconds or %0.1f generates/msec' % [$iter, dt, $iter/dt/1000.0] rescue Exception => e parse_results[:pure] = 0.0 puts "JSON::Pure failed: #{e.class}: #{e.message}" end begin start = Time.now $iter.times do MessagePack.pack(obj) end dt = Time.now - start if base_dt < dt base_dt = dt base_name = 'MessagePack' end parse_results[:msgpack] = dt puts '%d Msgpack()s in %0.3f seconds or %0.1f unpacks/msec' % [$iter, dt, $iter/dt/1000.0] rescue Exception => e parse_results[:msgpack] = 0.0 puts "MessagePack failed: #{e.class}: #{e.message}" end start = Time.now $iter.times do Ox.dump(obj) end dt = Time.now - start parse_results[:ox] = dt puts '%d Ox.dump()s in %0.3f seconds or %0.1f dumps/msec' % [$iter, dt, $iter/dt/1000.0] puts 'Parser results:' puts "gem seconds dumps/msec X faster than #{base_name} (higher is better)" parse_results.each do |name, dt2| if dt2 <= 0.0 puts "#{name} failed to generate JSON" next end puts '%-7s %6.3f %5.1f %4.1f' % [name, dt2, $iter/dt/1000.0, base_dt/dt2] end puts oj-3.16.12/test/perf_strict.rb000077500000000000000000000110351510053151600161240ustar00rootroot00000000000000#!/usr/bin/env ruby # frozen_string_literal: true $LOAD_PATH << '.' $LOAD_PATH << File.join(__dir__, '../lib') $LOAD_PATH << File.join(__dir__, '../ext') require 'optparse' require 'perf' require 'oj' @verbose = false @indent = 0 @iter = 20_000 @with_bignum = false @with_nums = true @size = 0 @symbolize = false @cache_keys = true opts = OptionParser.new opts.on('-v', 'verbose') { @verbose = true } opts.on('-c', '--count [Int]', Integer, 'iterations') { |i| @iter = i } opts.on('-i', '--indent [Int]', Integer, 'indentation') { |i| @indent = i } opts.on('-s', '--size [Int]', Integer, 'size (~Kbytes)') { |i| @size = i } opts.on('-b', 'with bignum') { @with_bignum = true } opts.on('-n', 'without numbers') { @with_nums = false } opts.on('-z', '--symbolize', 'symbolize keys') { @symbolize = true } opts.on('-k', '--no-cache', 'turn off key caching') { @cache_keys = false } opts.on('-h', '--help', 'Show this display') { puts opts; Process.exit!(0) } opts.parse(ARGV) if @with_nums @obj = { 'a' => 'Alpha', # string 'b' => true, # boolean 'c' => 12_345, # number 'd' => [ true, [false, [-123_456_789, nil], 3.9676, ['Something else.', false], nil]], # mix it up array 'e' => { 'zero' => nil, 'one' => 1, 'two' => 2, 'three' => [3], 'four' => [0, 1, 2, 3, 4] }, # hash 'f' => nil, # nil 'h' => { 'a' => { 'b' => { 'c' => { 'd' => {'e' => { 'f' => { 'g' => nil }}}}}}}, # deep hash, not that deep 'i' => [[[[[[[nil]]]]]]] # deep array, again, not that deep } @obj['g'] = 12_345_678_901_234_567_890_123_456_789 if @with_bignum else @obj = { 'a' => 'Alpha', 'b' => true, 'c' => '12345', 'd' => [ true, [false, ['12345', nil], '3.967', ['something', false], nil]], 'e' => { 'zero' => '0', 'one' => '1', 'two' => '2' }, 'f' => nil, 'h' => { 'a' => { 'b' => { 'c' => { 'd' => {'e' => { 'f' => { 'g' => nil }}}}}}}, # deep hash, not that deep 'i' => [[[[[[[nil]]]]]]] # deep array, again, not that deep } end Oj.default_options = { :indent => @indent, :mode => :strict, cache_keys: @cache_keys, cache_str: 5 } if 0 < @size ob = @obj @obj = [] (4 * @size).times do @obj << ob end end @json = Oj.dump(@obj) @failed = {} # key is same as String used in tests later def capture_error(tag, orig, load_key, dump_key, &blk) obj = blk.call(orig) raise "#{tag} #{dump_key} and #{load_key} did not return the same object as the original." unless orig == obj rescue Exception => e @failed[tag] = "#{e.class}: #{e.message}" end # Verify that all packages dump and load correctly and return the same Object as the original. capture_error('Oj:strict', @obj, 'load', 'dump') { |o| Oj.strict_load(Oj.dump(o)) } capture_error('Yajl', @obj, 'encode', 'parse') { |o| require 'yajl' Yajl::Parser.parse(Yajl::Encoder.encode(o)) } capture_error('JSON::Ext', @obj, 'generate', 'parse') { |o| require 'json' require 'json/ext' JSON.generator = JSON::Ext::Generator JSON.parser = JSON::Ext::Parser JSON.parse(JSON.generate(o)) } Oj.default_options = { symbol_keys: @symbolize } if @verbose puts "json:\n#{@json}\n" puts "Oj loaded object:\n#{Oj.strict_load(@json)}\n" puts "Yajl loaded object:\n#{Yajl::Parser.parse(@json)}\n" puts "JSON loaded object:\n#{JSON::Ext::Parser.new(@json).parse}\n" end puts '-' * 80 puts 'Strict Parse Performance' perf = Perf.new() unless @failed.key?('JSON::Ext') if @symbolize perf.add('JSON::Ext', 'parse') { JSON.parse(@json, symbolize_names: true) } else perf.add('JSON::Ext', 'parse') { JSON.parse(@json) } end perf.before('JSON::Ext') { JSON.parser = JSON::Ext::Parser } end unless @failed.key?('Oj:strict') perf.add('Oj:strict', 'strict_load') { Oj.strict_load(@json) } perf.add('Oj:wab', 'wab_load') { Oj.wab_load(@json) } end perf.add('Yajl', 'parse') { Yajl::Parser.parse(@json) } unless @failed.key?('Yajl') perf.run(@iter) puts '-' * 80 puts 'Strict Dump Performance' perf = Perf.new() unless @failed.key?('JSON::Ext') perf.add('JSON::Ext', 'dump') { JSON.generate(@obj) } perf.before('JSON::Ext') { JSON.generator = JSON::Ext::Generator } end unless @failed.key?('Oj:strict') perf.add('Oj:strict', 'dump') { Oj.dump(@obj) } end perf.add('Yajl', 'encode') { Yajl::Encoder.encode(@obj) } unless @failed.key?('Yajl') perf.run(@iter) puts puts '-' * 80 puts unless @failed.empty? puts 'The following packages were not included for the reason listed' @failed.each { |tag, msg| puts "***** #{tag}: #{msg}" } end oj-3.16.12/test/perf_wab.rb000077500000000000000000000101721510053151600153660ustar00rootroot00000000000000#!/usr/bin/env ruby # frozen_string_literal: true $LOAD_PATH << '.' $LOAD_PATH << File.join(__dir__, '../lib') $LOAD_PATH << File.join(__dir__, '../ext') require 'optparse' require 'perf' require 'oj' @verbose = false @indent = 0 @iter = 20_000 @with_bignum = false @with_nums = true @size = 0 opts = OptionParser.new opts.on('-v', 'verbose') { @verbose = true } opts.on('-c', '--count [Int]', Integer, 'iterations') { |i| @iter = i } opts.on('-i', '--indent [Int]', Integer, 'indentation') { |i| @indent = i } opts.on('-s', '--size [Int]', Integer, 'size (~Kbytes)') { |i| @size = i } opts.on('-b', 'with bignum') { @with_bignum = true } opts.on('-h', '--help', 'Show this display') { puts opts; Process.exit!(0) } opts.parse(ARGV) @obj = { a: 'Alpha', # string b: true, # boolean c: 12_345, # number d: [ true, [false, [-123_456_789, nil], 3.9676, ['Something else.', false], nil]], # mix it up array e: { zero: nil, one: 1, two: 2, three: [3], four: [0, 1, 2, 3, 4] }, # hash f: nil, # nil h: { a: { b: { c: { d: {e: { f: { g: nil }}}}}}}, # deep hash, not that deep i: [[[[[[[nil]]]]]]] # deep array, again, not that deep } @obj[:g] = 12_345_678_901_234_567_890_123_456_789 if @with_bignum Oj.default_options = { :indent => @indent, :mode => :wab } if 0 < @size ob = @obj @obj = [] (4 * @size).times do @obj << ob end end @json = Oj.dump(@obj) @obj_json = Oj.dump(@obj, :mode => :object) # puts "*** size: #{@obj_json.size}" # puts "*** #{@obj_json}" @failed = {} # key is same as String used in tests later def capture_error(tag, orig, load_key, dump_key, &blk) obj = blk.call(orig) raise "#{tag} #{dump_key} and #{load_key} did not return the same object as the original." unless orig == obj rescue Exception => e @failed[tag] = "#{e.class}: #{e.message}" end # Verify that all packages dump and load correctly and return the same Object as the original. capture_error('Oj:wab', @obj, 'load', 'dump') { |o| Oj.wab_load(Oj.dump(o, :mode => :wab)) } capture_error('Yajl', @obj, 'encode', 'parse') { |o| require 'yajl'; Yajl::Parser.parse(Yajl::Encoder.encode(o)) } capture_error('JSON::Ext', @obj, 'generate', 'parse') { |o| require 'json' require 'json/ext' JSON.generator = JSON::Ext::Generator JSON.parser = JSON::Ext::Parser JSON.parse(JSON.generate(o)) } capture_error('JSON::Pure', @obj, 'generate', 'parse') { |o| require 'json/pure' JSON.generator = JSON::Pure::Generator JSON.parser = JSON::Pure::Parser JSON.parse(JSON.generate(o)) } if @verbose puts "json:\n#{@json}\n" puts "object json:\n#{@obj_json}\n" puts "Oj loaded object:\n#{Oj.wab_load(@json)}\n" puts "Yajl loaded object:\n#{Yajl::Parser.parse(@json)}\n" puts "JSON loaded object:\n#{JSON::Ext::Parser.new(@json).parse}\n" end puts '-' * 80 puts 'Wab Parse Performance' perf = Perf.new() unless @failed.key?('JSON::Ext') perf.add('JSON::Ext', 'parse') { JSON.parse(@json) } perf.before('JSON::Ext') { JSON.parser = JSON::Ext::Parser } end unless @failed.key?('JSON::Pure') perf.add('JSON::Pure', 'parse') { JSON.parse(@json) } perf.before('JSON::Pure') { JSON.parser = JSON::Pure::Parser } end unless @failed.key?('Oj:wab') perf.add('Oj:wab', 'wab_load') { Oj.wab_load(@json) } end perf.add('Yajl', 'parse') { Yajl::Parser.parse(@json) } unless @failed.key?('Yajl') perf.run(@iter) puts '-' * 80 puts 'Wab Dump Performance' perf = Perf.new() unless @failed.key?('JSON::Ext') perf.add('JSON::Ext', 'dump') { JSON.generate(@obj) } perf.before('JSON::Ext') { JSON.generator = JSON::Ext::Generator } end unless @failed.key?('JSON::Pure') perf.add('JSON::Pure', 'generate') { JSON.generate(@obj) } perf.before('JSON::Pure') { JSON.generator = JSON::Pure::Generator } end unless @failed.key?('Oj:wab') perf.add('Oj:wab', 'dump') { Oj.dump(@obj, :mode => :wab) } end perf.add('Yajl', 'encode') { Yajl::Encoder.encode(@obj) } unless @failed.key?('Yajl') perf.run(@iter) puts puts '-' * 80 puts unless @failed.empty? puts 'The following packages were not included for the reason listed' @failed.each { |tag, msg| puts "***** #{tag}: #{msg}" } end oj-3.16.12/test/sample.rb000077500000000000000000000025161510053151600150650ustar00rootroot00000000000000#!/usr/bin/env ruby -wW2 # frozen_string_literal: true if $PROGRAM_NAME == __FILE__ $LOAD_PATH << '.' $LOAD_PATH << '..' $LOAD_PATH << '../lib' $LOAD_PATH << '../ext' end require 'sample/doc' def sample_doc(size=3) colors = [ :black, :gray, :white, :red, :blue, :yellow, :green, :purple, :orange ] d = Sample::Doc.new('Sample') # add some history (0..size * 10).each do |i| d.add_change("Changed at t+#{i}.") end # add some layers (1..size).each do |i| layer = Sample::Layer.new("Layer-#{i}") (1..size).each do |j| g = Sample::Group.new (1..size).each do |k| g2 = Sample::Group.new r = Sample::Rect.new((j * 40) + 10.0, i * 10.0, 10.123456 / k, 10.0 / k, colors[(i + j + k) % colors.size]) r.add_prop(:part_of, layer.name) g2 << r g2 << Sample::Text.new("#{k} in #{j}", r.left, r.top, r.width, r.height) g << g2 end g2 = Sample::Group.new (1..size).each do |k| o = Sample::Oval.new((j * 40) + 12.0, (i * 10.0) + 2.0, 6.0 / k, 6.0 / k, colors[(i + j + k) % colors.size]) o.add_prop(:inside, true) g << o end g << g2 layer << g end d.layers[layer.name] = layer end # some properties d.add_prop(:purpose, 'an example') d end oj-3.16.12/test/sample/000077500000000000000000000000001510053151600145315ustar00rootroot00000000000000oj-3.16.12/test/sample/change.rb000066400000000000000000000004401510053151600163010ustar00rootroot00000000000000module Sample class Change attr_accessor :time attr_accessor :user attr_accessor :comment def initialize(comment=nil, time=nil, user=nil) @user = user || ENV['USER'] @time = time || Time.now @comment = comment end end # Change end # Sample oj-3.16.12/test/sample/dir.rb000066400000000000000000000003251510053151600156340ustar00rootroot00000000000000require 'etc' module Sample class Dir < File attr_accessor :files def initialize(filename) super @files = [] end def <<(f) @files << f end end # Dir end # Sample oj-3.16.12/test/sample/doc.rb000066400000000000000000000013671510053151600156320ustar00rootroot00000000000000require 'sample/hasprops' require 'sample/group' require 'sample/layer' require 'sample/line' require 'sample/shape' require 'sample/oval' require 'sample/rect' require 'sample/text' require 'sample/change' module Sample class Doc include HasProps attr_accessor :title attr_accessor :create_time attr_accessor :user # Hash of layers in the document indexed by layer name. attr_reader :layers attr_reader :change_history def initialize(title) @title = title @user = ENV['USER'] @create_time = Time.now @layers = { } @change_history = [] end def add_change(comment, time=nil, user=nil) @change_history << Change.new(comment, time, user) end end # Doc end # Sample oj-3.16.12/test/sample/file.rb000066400000000000000000000031771510053151600160050ustar00rootroot00000000000000require 'etc' module Sample class File attr_accessor :name, :ctime, :mtime, :size, :owner, :group, :permissions def initialize(filename) @name = ::File.basename(filename) stat = ::File.stat(filename) @ctime = stat.ctime @mtime = stat.mtime @size = stat.size @owner = Etc.getpwuid(stat.uid).name @group = Etc.getgrgid(stat.gid).name if false @permissions = { 'user' => { 'read' => (0 != (stat.mode & 0x0100)), 'write' => (0 != (stat.mode & 0x0080)), 'execute' => (0 != (stat.mode & 0x0040))}, 'group' => { 'read' => (0 != (stat.mode & 0x0020)), 'write' => (0 != (stat.mode & 0x0010)), 'execute' => (0 != (stat.mode & 0x0008))}, 'other' => { 'read' => (0 != (stat.mode & 0x0004)), 'write' => (0 != (stat.mode & 0x0002)), 'execute' => (0 != (stat.mode & 0x0001))} } else @permissions = { 'user' => [(0 != (stat.mode & 0x0100)) ? 'r' : '-', (0 != (stat.mode & 0x0080)) ? 'w' : '-', (0 != (stat.mode & 0x0040)) ? 'x' : '-'].join(''), 'group' => [(0 != (stat.mode & 0x0020)) ? 'r' : '-', (0 != (stat.mode & 0x0010)) ? 'w' : '-', (0 != (stat.mode & 0x0008)) ? 'x' : '-'].join(''), 'other' => [(0 != (stat.mode & 0x0004)) ? 'r' : '-', (0 != (stat.mode & 0x0002)) ? 'w' : '-', (0 != (stat.mode & 0x0001)) ? 'x' : '-'].join('') } end end end # File end # Sample oj-3.16.12/test/sample/group.rb000066400000000000000000000003051510053151600162100ustar00rootroot00000000000000module Sample class Group attr_reader :members def initialize() @members = [] end def <<(member) @members << member end end # Group end # Sample oj-3.16.12/test/sample/hasprops.rb000066400000000000000000000004551510053151600167210ustar00rootroot00000000000000module Sample module HasProps def add_prop(key, value) @props = { } unless self.instance_variable_defined?(:@props) @props[key] = value end def props @props = { } unless self.instance_variable_defined?(:@props) @props end end # HasProps end # Sample oj-3.16.12/test/sample/layer.rb000066400000000000000000000002331510053151600161700ustar00rootroot00000000000000module Sample class Layer < Group attr_accessor :name def initialize(name) super() @name = name end end # Layer end # Sample oj-3.16.12/test/sample/line.rb000066400000000000000000000005001510053151600160000ustar00rootroot00000000000000module Sample class Line include HasProps attr_accessor :x, :y, :dx, :dy attr_accessor :color attr_accessor :thick def initialize(x, y, dx, dy, thick, color) @x = x @y = y @dx = dx @dy = dy @thick = thick @color = color end end # Line end # Sample oj-3.16.12/test/sample/oval.rb000066400000000000000000000002111510053151600160110ustar00rootroot00000000000000module Sample class Oval < Shape def initialize(left, top, wide, high, color=nil) super end end # Oval end # Sample oj-3.16.12/test/sample/rect.rb000066400000000000000000000002101510053151600160040ustar00rootroot00000000000000module Sample class Rect < Shape def initialize(left, top, wide, high, color=nil) super end end # Rect end # Sample oj-3.16.12/test/sample/shape.rb000066400000000000000000000011041510053151600161520ustar00rootroot00000000000000module Sample class Shape include HasProps attr_accessor :bounds attr_accessor :color attr_accessor :border, :border_color def initialize(left, top, wide, high, color=nil) @bounds = [[left, top], [left + wide, top + high]] @color = color @border = 1 @border_color = :black end def left @bounds[0][0] end def top @bounds[0][1] end def width @bounds[1][0] - @bounds[0][0] end def height @bounds[1][1] - @bounds[0][1] end end # Shape end # Sample oj-3.16.12/test/sample/text.rb000066400000000000000000000006431510053151600160450ustar00rootroot00000000000000module Sample class Text < Shape attr_accessor :text attr_accessor :font attr_accessor :font_size attr_accessor :just attr_accessor :text_color def initialize(text, left, top, wide, high, color=nil) super(left, top, wide, high, color) @text = text @font = 'helvetica' @font_size = 14 @just = 'left' @text_color = 'black' end end # Text end # Sample oj-3.16.12/test/sample_json.rb000077500000000000000000000014151510053151600161130ustar00rootroot00000000000000#!/usr/bin/env ruby # frozen_string_literal: true if $PROGRAM_NAME == __FILE__ $LOAD_PATH << '.' $LOAD_PATH << '..' $LOAD_PATH << '../lib' $LOAD_PATH << '../ext' end require 'oj' def sample_json(size=3) colors = [ :black, :gray, :white, :red, :blue, :yellow, :green, :purple, :orange ] container = [] size.times do |i| box = { 'color' => colors[i % colors.size], 'fragile' => (0 == (i % 2)), 'width' => i, 'height' => i, 'depth' => i, 'weight' => i * 1.3, 'address' => { 'street' => "#{i} Main Street", 'city' => 'Sity', 'state' => nil } } container << box end container end if $PROGRAM_NAME == __FILE__ File.write('sample.json', Oj.dump(sample_json(3), :indent => 2)) end oj-3.16.12/test/sample_obj.json000066400000000000000000000003761510053151600162640ustar00rootroot00000000000000 { "attr1": 12345, "attr2": "a string", "attr3": { "class": "Time", "val": 1234567.7777 } } { "attr1": 12345, "attr2": "a string", "attr3/Time": 1234567.7777, "attr4/Foo::Bar": { "a": "xyz" } } oj-3.16.12/test/test_all.sh000077500000000000000000000027271510053151600154260ustar00rootroot00000000000000#!/bin/sh echo "----- General tests (tests.rb) -----" ruby tests.rb echo "----- Various tests (test_various.rb) -----" # test_various forks which causes issues with other tests. ruby test_various.rb echo "----- Parser(:saj) tests (test_parser_saj.rb) -----" ruby test_parser_saj.rb echo "----- Parser(:usual) tests (test_parser_usual.rb) -----" ruby test_parser_usual.rb echo "----- Mimic tests (tests_mimic.rb) -----" ruby tests_mimic.rb echo "----- Mimic with additions tests (tests_mimic_addition.rb) -----" ruby tests_mimic_addition.rb echo "----- Oj.generate without calling mimic_JSON (test_generate.rb) -----" ruby test_generate.rb ## only run if <= 1.9.3 #echo "----- Mimic tests (isolated/test_mimic_after.rb) -----" #ruby isolated/test_mimic_after.rb #echo "----- Mimic tests (isolated/test_mimic_alone.rb) -----" #ruby isolated/test_mimic_alone.rb #echo "----- Mimic tests (isolated/test_mimic_before.rb) -----" #ruby isolated/test_mimic_before.rb #echo "----- Mimic tests (isolated/test_mimic_define.rb) -----" #ruby isolated/test_mimic_define.rb #echo "----- Mimic tests (isolated/test_mimic_redefine.rb) -----" #ruby isolated/test_mimic_redefine.rb #echo "----- Mimic tests (isolated/test_mimic_rails_after.rb) -----" #ruby isolated/test_mimic_rails_after.rb #echo "----- Mimic tests (isolated/test_mimic_rails_before.rb) -----" #ruby isolated/test_mimic_rails_before.rb #echo "----- Mimic tests (isolated/test_mimic_as_json.rb) -----" #ruby isolated/test_mimic_as_json.rb oj-3.16.12/test/test_all_no_rails.sh000077500000000000000000000014071510053151600173060ustar00rootroot00000000000000#!/bin/sh echo "----- General tests (test_various.rb) -----" ruby test_various.rb echo "----- Strict parser tests (test_strict.rb) -----" ruby test_strict.rb echo "----- Compat parser tests (test_compat.rb) -----" ruby test_compat.rb echo "----- Object parser tests (test_object.rb) -----" ruby test_object.rb echo "----- Fast tests (test_fast.rb) -----" ruby test_fast.rb echo "----- SAJ parser tests (test_saj.rb) -----" ruby test_saj.rb echo "----- SC Parser tests (test_scp.rb) -----" ruby test_scp.rb echo "----- GC tests (test_gc.rb) -----" ruby test_gc.rb echo "----- Writer tests (test_writer.rb) -----" ruby test_writer.rb echo "----- File loading tests (test_file.rb) -----" ruby test_file.rb echo "----- Hash loading tests (test_hash.rb) -----" ruby test_hash.rb oj-3.16.12/test/test_compat.rb000077500000000000000000000353631510053151600161340ustar00rootroot00000000000000#!/usr/bin/env ruby # frozen_string_literal: true $LOAD_PATH << __dir__ @oj_dir = File.dirname(File.expand_path(__dir__)) %w(lib ext).each do |dir| $LOAD_PATH << File.join(@oj_dir, dir) end require 'minitest' require 'minitest/autorun' require 'stringio' require 'date' require 'bigdecimal' require 'oj' class CompatJuice < Minitest::Test class Jeez attr_accessor :x, :y def initialize(x, y) @x = x @y = y end def eql?(o) self.class == o.class && @x == o.x && @y == o.y end alias == eql? def to_json(*_a) %|{"json_class":"#{self.class}","x":#{@x},"y":#{@y}}| end def self.json_create(h) new(h['x'], h['y']) end end # Jeez class Argy def to_json(*a) %|{"args":"#{a}"}| end end # Argy class Stringy def to_s %|[1,2]| end end # Stringy module One module Two module Three class Deep def eql?(o) self.class == o.class end alias == eql? def to_json(*_a) %|{"json_class":"#{self.class.name}"}| end def self.json_create(_h) new() end end # Deep end # Three end # Two end # One def setup @default_options = Oj.default_options # in compat mode other options other than the JSON gem globals and options # are not used. Oj.default_options = { :mode => :compat } end def teardown Oj.default_options = @default_options end def test_nil dump_and_load(nil, false) end def test_true dump_and_load(true, false) end def test_false dump_and_load(false, false) end def test_fixnum dump_and_load(0, false) dump_and_load(12_345, false) dump_and_load(-54_321, false) dump_and_load(1, false) end def test_fixnum_array data = (1..1000).to_a json = Oj.dump(data, mode: :compat) assert_equal("[#{data.join(',')}]", json) end def test_float dump_and_load(0.0, false) dump_and_load(0.56, false) dump_and_load(3.0, false) dump_and_load(12_345.6789, false) dump_and_load(70.35, false) dump_and_load(-54_321.012, false) dump_and_load(1.7775, false) dump_and_load(2.5024, false) dump_and_load(2.48e16, false) dump_and_load(2.48e100 * 1.0e10, false) dump_and_load(-2.48e100 * 1.0e10, false) dump_and_load(1_405_460_727.723866, false) dump_and_load(0.5773, false) dump_and_load(0.6768, false) dump_and_load(0.685, false) dump_and_load(0.7032, false) dump_and_load(0.7051, false) dump_and_load(0.8274, false) dump_and_load(0.9149, false) dump_and_load(64.4, false) dump_and_load(71.6, false) dump_and_load(73.4, false) dump_and_load(80.6, false) dump_and_load(-95.640172, false) end def test_string dump_and_load('', false) dump_and_load('abc', false) dump_and_load("abc\ndef", false) dump_and_load("a\u0041", false) end def test_encode opts = Oj.default_options Oj.default_options = { :ascii_only => true } json = Oj.dump('ぴーたー') assert_equal(%{"\\u3074\\u30fc\\u305f\\u30fc"}, json) Oj.default_options = opts end def test_unicode # hits the 3 normal ranges and one extended surrogate pair json = %{"\\u019f\\u05e9\\u3074\\ud834\\udd1e"} obj = Oj.load(json) json2 = Oj.dump(obj, :ascii_only => true) assert_equal(json, json2) end def test_array dump_and_load([], false) dump_and_load([true, false], false) dump_and_load(['a', 1, nil], false) dump_and_load([[nil]], false) dump_and_load([[nil], 58], false) end def test_array_deep dump_and_load([1, [2, [3, [4, [5, [6, [7, [8, [9, [10, [11, [12, [13, [14, [15, [16, [17, [18, [19, [20]]]]]]]]]]]]]]]]]]]], false) end def test_symbol json = Oj.dump(:abc, :mode => :compat) assert_equal('"abc"', json) end def test_time_xml_schema t = Time.xmlschema('2012-01-05T23:58:07.123456000+09:00') # t = Time.local(2012, 1, 5, 23, 58, 7, 123456) json = Oj.dump(t, :mode => :compat) assert_equal(%{"2012-01-05 23:58:07 +0900"}, json) end def test_class json = Oj.dump(CompatJuice, :mode => :compat) assert_equal(%{"CompatJuice"}, json) end def test_module json = Oj.dump(One::Two, :mode => :compat) assert_equal(%{"CompatJuice::One::Two"}, json) end # Hash def test_non_str_hash json = Oj.dump({ 1 => true, 0 => false }, :mode => :compat) h = Oj.load(json, :mode => :strict) assert_equal({ '1' => true, '0' => false }, h) end def test_hash dump_and_load({}, false) dump_and_load({ 'true' => true, 'false' => false}, false) dump_and_load({ 'true' => true, 'array' => [], 'hash' => { }}, false) end def test_hash_deep dump_and_load({'1' => { '2' => { '3' => { '4' => { '5' => { '6' => { '7' => { '8' => { '9' => { '10' => { '11' => { '12' => { '13' => { '14' => { '15' => { '16' => { '17' => { '18' => { '19' => { '20' => {}}}}}}}}}}}}}}}}}}}}}, false) end def test_hash_escaped_key json = %{{"a\nb":true,"c\td":false}} obj = Oj.compat_load(json) assert_equal({"a\nb" => true, "c\td" => false}, obj) end def test_invalid_escapes_handled json = '{"subtext":"\"404er\” \w \k \3 \a"}' obj = Oj.compat_load(json) assert_equal({'subtext' => '"404er” w k 3 a'}, obj) end def test_hash_escaping json = Oj.to_json({'<>' => '<>'}, mode: :compat) assert_equal('{"<>":"<>"}', json) end def test_bignum_object dump_and_load(7 ** 55, false) end def test_json_object obj = Jeez.new(true, 58) json = Oj.to_json(obj) assert(%|{"json_class":"CompatJuice::Jeez","x":true,"y":58}| == json || %|{"json_class":"CompatJuice::Jeez","y":58,"x":true}| == json) dump_to_json_and_load(obj, false) end def test_json_object_create_id Oj.default_options = { :create_id => 'kson_class', :create_additions => true} expected = Jeez.new(true, 58) json = %{{"kson_class":"CompatJuice::Jeez","x":true,"y":58}} obj = Oj.load(json) assert_equal(expected, obj) Oj.default_options = { :create_id => 'json_class' } end def test_bignum_compat json = Oj.dump(7 ** 55, :mode => :compat) b = Oj.load(json, :mode => :strict) assert_equal(30_226_801_971_775_055_948_247_051_683_954_096_612_865_741_943, b) end # BigDecimal def test_bigdecimal # BigDecimals are dumped as strings and can not be restored to the # original value without using an undocumented feature of the JSON gem. json = Oj.dump(BigDecimal('3.14159265358979323846')) # 2.4.0 changes the exponent to lowercase assert_equal('"0.314159265358979323846e1"', json.downcase) end def test_decimal_class big = BigDecimal('3.14159265358979323846') # :decimal_class is the undocumented feature. json = Oj.load('3.14159265358979323846', mode: :compat, decimal_class: BigDecimal) assert_equal(big, json) end def test_infinity assert_raises(Oj::ParseError) { Oj.load('Infinity', :mode => :strict) } x = Oj.load('Infinity', :mode => :compat) assert_equal('Infinity', x.to_s) end # Time def test_time_from_time_object t = Time.new(2015, 1, 5, 21, 37, 7.123456, -8 * 3600) expect = '"' + t.to_s + '"' json = Oj.dump(t) assert_equal(expect, json) end def test_date_compat orig = Date.new(2012, 6, 19) json = Oj.dump(orig, :mode => :compat) x = Oj.load(json, :mode => :compat) # Some Rubies implement Date as data and some as a real Object. Either are # okay for the test. if x.is_a?(String) assert_equal(orig.to_s, x) else # better be a Hash assert_equal({'year' => orig.year, 'month' => orig.month, 'day' => orig.day, 'start' => orig.start}, x) end end def test_datetime_compat orig = DateTime.new(2012, 6, 19, 20, 19, 27) json = Oj.dump(orig, :mode => :compat) x = Oj.load(json, :mode => :compat) # Some Rubies implement Date as data and some as a real Object. Either are # okay for the test. assert_equal(orig.to_s, x) end # Stream IO def test_io_string json = %{{ "x":true, "y":58, "z": [1,2,3] } } input = StringIO.new(json) obj = Oj.compat_load(input) assert_equal({ 'x' => true, 'y' => 58, 'z' => [1, 2, 3]}, obj) end def test_io_file filename = File.join(__dir__, 'open_file_test.json') File.write(filename, %{{ "x":true, "y":58, "z": [1,2,3] } }) f = File.new(filename) obj = Oj.compat_load(f) f.close() assert_equal({ 'x' => true, 'y' => 58, 'z' => [1, 2, 3]}, obj) end # symbol_keys option def test_symbol_keys json = %{{ "x":true, "y":58, "z": [1,2,3] } } obj = Oj.compat_load(json, :symbol_keys => true) assert_equal({ :x => true, :y => 58, :z => [1, 2, 3]}, obj) end # comments def test_comment_slash json = %{{ "x":true,//three "y":58, "z": [1,2, 3 // six ]} } obj = Oj.compat_load(json) assert_equal({ 'x' => true, 'y' => 58, 'z' => [1, 2, 3]}, obj) end def test_comment_c json = %{{ "x"/*one*/:/*two*/true, "y":58, "z": [1,2,3]} } obj = Oj.compat_load(json) assert_equal({ 'x' => true, 'y' => 58, 'z' => [1, 2, 3]}, obj) end def test_comment json = %{{ "x"/*one*/:/*two*/true,//three "y":58/*four*/, "z": [1,2/*five*/, 3 // six ] } } obj = Oj.compat_load(json) assert_equal({ 'x' => true, 'y' => 58, 'z' => [1, 2, 3]}, obj) end # If mimic_JSON has not been called then Oj.dump will call to_json on the # top level object only. def test_json_object_top obj = Jeez.new(true, 58) dump_to_json_and_load(obj, false) end # A child to_json should not be called. def test_json_object_child obj = { 'child' => Jeez.new(true, 58) } assert_equal('{"child":{"json_class":"CompatJuice::Jeez","x":true,"y":58}}', Oj.dump(obj)) end def test_json_module_object obj = One::Two::Three::Deep.new() dump_to_json_and_load(obj, false) end def test_json_object_dump_create_id expected = Jeez.new(true, 58) json = Oj.to_json(expected) obj = Oj.compat_load(json, :create_additions => true) assert_equal(expected, obj) end def test_json_object_bad json = %{{"json_class":"CompatJuice::Junk","x":true}} begin Oj.compat_load(json, :create_additions => true) rescue Exception => e assert_equal('ArgumentError', e.class().name) return end assert(false, '*** expected an exception') end def test_json_object_create_cache expected = Jeez.new(true, 58) json = Oj.to_json(expected) obj = Oj.compat_load(json, :class_cache => true, :create_additions => true) assert_equal(expected, obj) obj = Oj.compat_load(json, :class_cache => false, :create_additions => true) assert_equal(expected, obj) end def test_json_object_create_id_other expected = Jeez.new(true, 58) json = Oj.to_json(expected) json.gsub!('json_class', '_class_') obj = Oj.compat_load(json, :create_id => '_class_', :create_additions => true) assert_equal(expected, obj) end def test_json_object_create_deep expected = One::Two::Three::Deep.new() json = Oj.to_json(expected) obj = Oj.compat_load(json, :create_additions => true) assert_equal(expected, obj) end def test_range json = Oj.dump(1..7) assert_equal('"1..7"', json) end def test_arg_passing json = Oj.to_json(Argy.new(), :max_nesting => 40) assert_match(/.*max_nesting.*40.*/, json) end def test_max_nesting assert_raises() { Oj.to_json([[[[[]]]]], :max_nesting => 3) } assert_raises() { Oj.dump([[[[[]]]]], :max_nesting => 3, :mode=>:compat) } assert_raises() { Oj.to_json([[]], :max_nesting => 1) } assert_equal('[[]]', Oj.to_json([[]], :max_nesting => 2)) assert_raises() { Oj.dump([[]], :max_nesting => 1, :mode=>:compat) } assert_equal('[[]]', Oj.dump([[]], :max_nesting => 2, :mode=>:compat)) assert_raises() { Oj.to_json([[3]], :max_nesting => 1) } assert_equal('[[3]]', Oj.to_json([[3]], :max_nesting => 2)) assert_raises() { Oj.dump([[3]], :max_nesting => 1, :mode=>:compat) } assert_equal('[[3]]', Oj.dump([[3]], :max_nesting => 2, :mode=>:compat)) end def test_bad_unicode assert_raises() { Oj.to_json("\xE4xy") } end def test_bad_unicode_e2 assert_raises() { Oj.to_json("L\xE2m ") } end def test_bad_unicode_start assert_raises() { Oj.to_json("\x8abc") } end def test_parse_to_s s = Stringy.new assert_equal([1, 2], Oj.load(s, :mode => :compat)) end def test_parse_large_string error = assert_raises() { Oj.load(%|{"a":"aaaaaaaaaa\0aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}|) } assert_includes(error.message, 'NULL byte in string') error = assert_raises() { Oj.load(%|{"a":"aaaaaaaaaaaaaaaaaaaa }|) } assert_includes(error.message, 'quoted string not terminated') json =<<~JSON { "a": "\\u3074\\u30fc\\u305f\\u30fc", "b": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa" } JSON assert_equal('ぴーたー', Oj.load(json)['a']) end def test_parse_large_escaped_string invalid_json = %|{"a":"aaaa\\nbbbb\\rcccc\\tddd\\feee\\bf/\\\\\\u3074\\u30fc\\u305f\\u30fc }| error = assert_raises() { Oj.load(invalid_json) } assert_includes(error.message, 'quoted string not terminated') json = '"aaaa\\nbbbb\\rcccc\\tddd\\feee\\bf/\\\\\\u3074\\u30fc\\u305f\\u30fc "' assert_equal("aaaa\nbbbb\rcccc\tddd\feee\bf/\\ぴーたー ", Oj.load(json)) end def test_invalid_to_s obj = Object.new def obj.to_s nil end assert_raises(TypeError) { Oj.dump(obj, mode: :compat) } end def dump_and_load(obj, trace=false) json = Oj.dump(obj) puts json if trace loaded = Oj.compat_load(json, :create_additions => true) if obj.nil? assert_nil(loaded) else assert_equal(obj, loaded) end loaded end def dump_to_json_and_load(obj, trace=false) json = Oj.to_json(obj, :indent => ' ') puts json if trace loaded = Oj.compat_load(json, :create_additions => true) if obj.nil? assert_nil(loaded) else assert_equal(obj, loaded) end loaded end end oj-3.16.12/test/test_custom.rb000077500000000000000000000346551510053151600161660ustar00rootroot00000000000000#!/usr/bin/env ruby # frozen_string_literal: true $LOAD_PATH << __dir__ @oj_dir = File.dirname(File.expand_path(__dir__)) %w(lib ext).each do |dir| $LOAD_PATH << File.join(@oj_dir, dir) end require 'minitest' require 'minitest/autorun' require 'stringio' require 'date' require 'bigdecimal' require 'oj' class CustomJuice < Minitest::Test module TestModule end class Jeez attr_accessor :x, :y, :_z def initialize(x, y) @x = x @y = y @_z = x.to_s end def ==(o) self.class == o.class && @x == o.x && @y = o.y end def to_json(*_args) %|{"xx":#{@x},"yy":#{y}}| end def raw_json(_depth, _indent) %|{"xxx":#{@x},"yyy":#{y}}| end def as_json(*_args) {'a' => @x, :b => @y } end def to_hash {'b' => @x, 'n' => @y } end end class AsJson attr_accessor :x, :y def initialize(x, y) @x = x @y = y end def ==(o) self.class == o.class && @x == o.x && @y = o.y end def as_json(*_args) {'a' => @x, :b => @y } end end class AsRails attr_accessor :x, :y def initialize(x, y) @x = x @y = y end def ==(o) self.class == o.class && @x == o.x && @y = o.y end def as_json(*_args) a = @x a = a.as_json if a.respond_to?('as_json') b = @y b = b.as_json if b.respond_to?('as_json') {'a' => a, :b => b } end end def setup @default_options = Oj.default_options Oj.default_options = { :mode => :custom } end def teardown Oj.default_options = @default_options end def test_nil dump_and_load(nil, false) end def test_true dump_and_load(true, false) end def test_false dump_and_load(false, false) end def test_fixnum dump_and_load(0, false) dump_and_load(12_345, false) dump_and_load(-54_321, false) dump_and_load(1, false) end def test_float dump_and_load(0.0, false) dump_and_load(12_345.6789, false) dump_and_load(70.35, false) dump_and_load(-54_321.012, false) dump_and_load(1.7775, false) dump_and_load(2.5024, false) dump_and_load(2.48e16, false) dump_and_load(2.48e100 * 1.0e10, false) dump_and_load(-2.48e100 * 1.0e10, false) end def test_float_parse f = Oj.load('12.123456789012345678', mode: :custom, bigdecimal_load: :float) assert_equal(Float, f.class) end def test_float_parse_fast f = Oj.load('12.123456789012345678', mode: :custom, bigdecimal_load: :fast) assert_equal(Float, f.class) assert(12.12345678901234 <= f && f < 12.12345678901236) end def test_nan_dump assert_equal('null', Oj.dump(0/0.0, :nan => :null)) assert_equal('3.3e14159265358979323846', Oj.dump(0/0.0, :nan => :huge)) assert_equal('NaN', Oj.dump(0/0.0, :nan => :word)) begin Oj.dump(0/0.0, :nan => :raise) rescue Exception assert(true) return end assert(false, '*** expected an exception') end def test_infinity_dump assert_equal('null', Oj.dump(1/0.0, :nan => :null)) assert_equal('3.0e14159265358979323846', Oj.dump(1/0.0, :nan => :huge)) assert_equal('Infinity', Oj.dump(1/0.0, :nan => :word)) begin Oj.dump(1/0.0, :nan => :raise) rescue Exception assert(true) return end assert(false, '*** expected an exception') end def test_neg_infinity_dump assert_equal('null', Oj.dump(-1/0.0, :nan => :null)) assert_equal('-3.0e14159265358979323846', Oj.dump(-1/0.0, :nan => :huge)) assert_equal('-Infinity', Oj.dump(-1/0.0, :nan => :word)) begin Oj.dump(-1/0.0, :nan => :raise) rescue Exception assert(true) return end assert(false, '*** expected an exception') end def test_string dump_and_load('', false) dump_and_load('abc', false) dump_and_load("abc\ndef", false) dump_and_load("a\u0041", false) end def test_string_ascii json = Oj.dump('ぴーたー', :escape_mode => :ascii) assert_equal(%{"\\u3074\\u30fc\\u305f\\u30fc"}, json) dump_and_load('ぴーたー', false, :escape_mode => :ascii) end def test_string_json json = Oj.dump('ぴーたー', :escape_mode => :json) assert_equal(%{"ぴーたー"}, json) dump_and_load('ぴーたー', false, :escape_mode => :json) end def test_array dump_and_load([], false) dump_and_load([true, false], false) dump_and_load(['a', 1, nil], false) dump_and_load([[nil]], false) dump_and_load([[nil], 58], false) end def test_array_deep dump_and_load([1, [2, [3, [4, [5, [6, [7, [8, [9, [10, [11, [12, [13, [14, [15, [16, [17, [18, [19, [20]]]]]]]]]]]]]]]]]]]], false) end def test_deep_nest begin n = 10_000 Oj.strict_load(('[' * n) + (']' * n)) rescue Exception => e refute(e.message) end end def test_hash dump_and_load({}, false) dump_and_load({ 'true' => true, 'false' => false}, false) dump_and_load({ 'true' => true, 'array' => [], 'hash' => { }}, false) end def test_hash_deep dump_and_load({'1' => { '2' => { '3' => { '4' => { '5' => { '6' => { '7' => { '8' => { '9' => { '10' => { '11' => { '12' => { '13' => { '14' => { '15' => { '16' => { '17' => { '18' => { '19' => { '20' => {}}}}}}}}}}}}}}}}}}}}}, false) end def test_hash_escaped_key json = %{{"a\nb":true,"c\td":false}} obj = Oj.load(json) assert_equal({"a\nb" => true, "c\td" => false}, obj) end def test_hash_non_string_key assert_equal(%|{"1":true}|, Oj.dump({ 1 => true }, :indent => 0)) end def test_bignum_object dump_and_load(7 ** 55, false) end def test_bigdecimal assert_equal('0.314159265358979323846e1', Oj.dump(BigDecimal('3.14159265358979323846'), bigdecimal_as_decimal: true).downcase()) assert_equal('"0.314159265358979323846e1"', Oj.dump(BigDecimal('3.14159265358979323846'), bigdecimal_as_decimal: false).downcase()) dump_and_load(BigDecimal('3.14159265358979323846'), false, :bigdecimal_load => true) end def test_object obj = Jeez.new(true, 58) json = Oj.dump(obj, create_id: '^o', use_to_json: false, use_as_json: false, use_to_hash: false) assert_equal(%|{"x":true,"y":58,"_z":"true"}|, json) json = Oj.dump(obj, create_id: '^o', use_to_json: false, use_as_json: false, use_to_hash: false, ignore_under: true) assert_equal(%|{"x":true,"y":58}|, json) dump_and_load(obj, false, :create_id => '^o', :create_additions => true) end def test_object_to_json obj = Jeez.new(true, 58) json = Oj.dump(obj, :use_to_json => true, :use_as_json => false, :use_to_hash => false) assert_equal(%|{"xx":true,"yy":58}|, json) end def test_object_as_json obj = Jeez.new(true, 58) json = Oj.dump(obj, :use_to_json => false, :use_as_json => true, :use_to_hash => false) assert_equal(%|{"a":true,"b":58}|, json) end def test_object_to_hash obj = Jeez.new(true, 58) json = Oj.dump(obj, :use_to_json => false, :use_as_json => false, :use_to_hash => true) assert_equal(%|{"b":true,"n":58}|, json) end def test_object_raw_json obj = Jeez.new(true, 58) json = Oj.dump(obj, :use_to_json => true, :use_as_json => false, :use_raw_json => true, :use_to_hash => false) assert_equal(%|{"xxx":true,"yyy":58}|, json) end def test_raw_json_stringwriter obj = Oj::StringWriter.new(:indent => 0) obj.push_array() obj.pop() json = Oj.dump(obj, :use_raw_json => true) assert_equal(%|[]|, json) end def test_as_raw_json_stringwriter obj = Oj::StringWriter.new(:indent => 0) obj.push_array() obj.push_value(3) obj.pop() j = AsJson.new(1, obj) json = Oj.dump(j, use_raw_json: true, use_as_json: true, indent: 2) assert_equal(%|{ "a":1, "b":[3] } |, json) json = Oj.dump(j, use_raw_json: false, use_as_json: true, indent: 2) assert_equal(%|{ "a":1, "b":{} } |, json) end def test_rails_as_raw_json_stringwriter obj = Oj::StringWriter.new(:indent => 0) obj.push_array() obj.push_value(3) obj.pop() j = AsRails.new(1, obj) json = Oj.dump(j, mode: :rails, use_raw_json: true, indent: 2) assert_equal(%|{ "a":1, "b":{} } |, json) Oj::Rails.optimize json = Oj.dump(j, mode: :rails, use_raw_json: true, indent: 2) Oj::Rails.deoptimize assert_equal(%|{ "a":1, "b":[3] } |, json) end def test_symbol json = Oj.dump(:abc) assert_equal('"abc"', json) end def test_class assert_equal(%|"CustomJuice"|, Oj.dump(CustomJuice)) end def test_module assert_equal(%|"CustomJuice::TestModule"|, Oj.dump(TestModule)) end def test_symbol_keys json = %|{ "x":true, "y":58, "z": [1,2,3] } | obj = Oj.load(json, :symbol_keys => true) assert_equal({ :x => true, :y => 58, :z => [1, 2, 3]}, obj) end def test_double json = %{{ "x": 1}{ "y": 2}} results = [] Oj.load(json, :mode => :strict) { |x| results << x } assert_equal([{ 'x' => 1 }, { 'y' => 2 }], results) end def test_circular_hash h = { 'a' => 7 } h['b'] = h json = Oj.dump(h, :indent => 2, :circular => true) assert_equal(%|{ "a":7, "b":null } |, json) end def test_omit_nil json = Oj.dump({'x' => {'a' => 1, 'b' => nil }, 'y' => nil}, :omit_nil => true) assert_equal(%|{"x":{"a":1}}|, json) end def test_omit_null_byte json = Oj.dump({ "fo\x00o" => "b\x00ar" }, :omit_null_byte => true) assert_equal(%|{"foo":"bar"}|, json) end def test_complex obj = Complex(2, 9) dump_and_load(obj, false, :create_id => '^o', :create_additions => true) end def test_rational obj = Rational(2, 9) dump_and_load(obj, false, :create_id => '^o', :create_additions => true) end def test_range obj = 3..8 dump_and_load(obj, false, :create_id => '^o', :create_additions => true) end def test_date obj = Date.new(2017, 1, 5) dump_and_load(obj, false, :create_id => '^o', :create_additions => true) end def test_date_unix obj = Date.new(2017, 1, 5) json = Oj.dump(obj, :indent => 2, time_format: :unix) assert_equal('1483574400.000000000', json) end def test_date_unix_zone obj = Date.new(2017, 1, 5) json = Oj.dump(obj, :indent => 2, time_format: :unix_zone) assert_equal('1483574400.000000000', json) end def test_date_ruby obj = Date.new(2017, 1, 5) json = Oj.dump(obj, :indent => 2, time_format: :ruby) assert_equal('"2017-01-05"', json) end def test_date_xmlschema obj = Date.new(2017, 1, 5) json = Oj.dump(obj, :indent => 2, time_format: :xmlschema) assert_equal('"2017-01-05"', json) end def test_datetime obj = DateTime.new(2017, 1, 5, 10, 20, 30) dump_and_load(obj, false, :create_id => '^o', :create_additions => true) end def test_datetime_unix obj = DateTime.new(2017, 1, 5, 10, 20, 30, '-0500') json = Oj.dump(obj, :indent => 2, time_format: :unix) assert_equal('1483629630.000000000', json) end def test_datetime_unix_zone obj = DateTime.new(2017, 1, 5, 10, 20, 30, '-0500') json = Oj.dump(obj, :indent => 2, time_format: :unix_zone) assert_equal('1483629630.000000000e-18000', json) end def test_datetime_ruby obj = DateTime.new(2017, 1, 5, 10, 20, 30, '-0500') json = Oj.dump(obj, :indent => 2, time_format: :ruby) assert_equal('"2017-01-05T10:20:30-05:00"', json) end def test_datetime_xmlschema obj = DateTime.new(2017, 1, 5, 10, 20, 30, '-0500') json = Oj.dump(obj, :indent => 2, time_format: :xmlschema) assert_equal('"2017-01-05T10:20:30-05:00"', json) end def test_regexp # this notation must be used to get an == match later obj = /(?ix-m:^yes$)/ dump_and_load(obj, false, :create_id => '^o', :create_additions => true) end def test_openstruct obj = OpenStruct.new(:a => 1, 'b' => 2) dump_and_load(obj, false, :create_id => '^o', :create_additions => true) end def test_time obj = Time.now() # These two forms should be able to recreate the time precisely, # so we check they can load a dumped version and recreate the # original object correctly. dump_and_load(obj, false, :time_format => :unix, :create_id => '^o', :create_additions => true) dump_and_load(obj, false, :time_format => :unix_zone, :create_id => '^o', :create_additions => true) # These two forms will lose precision while dumping as they don't # preserve full precision. We check that a dumped version is equal # to that version loaded and dumped a second time, but don't check # that the loaded Ruby object is still the same as the original. dump_load_dump(obj, false, :time_format => :xmlschema, :create_id => '^o', :create_additions => true) dump_load_dump(obj, false, :time_format => :xmlschema, :create_id => '^o', :create_additions => true, second_precision: 3) dump_load_dump(obj, false, :time_format => :ruby, :create_id => '^o', :create_additions => true) end def dump_and_load(obj, trace=false, options={}) options = options.merge(:indent => 2, :mode => :custom) json = Oj.dump(obj, options) puts json if trace loaded = Oj.load(json, options) if obj.nil? assert_nil(loaded) else assert_equal(obj, loaded) end loaded end def dump_and_load_inspect(obj, trace=false, options={}) options = options.merge(:indent => 2, :mode => :custom) json = Oj.dump(obj, options) puts json if trace loaded = Oj.load(json, options) if obj.nil? assert_nil(loaded) else assert_equal(obj.inspect, loaded.inspect) end loaded end def dump_load_dump(obj, trace=false, options={}) options = options.merge(:indent => 2, :mode => :custom) json = Oj.dump(obj, options) puts json if trace loaded = Oj.load(json, options) if obj.nil? assert_nil(loaded) else json2 = Oj.dump(loaded, options) assert_equal(json, json2) end loaded end end oj-3.16.12/test/test_debian.rb000077500000000000000000000016511510053151600160640ustar00rootroot00000000000000# frozen_string_literal: true require 'helper' class DebJuice < Minitest::Test class Jam attr_accessor :x, :y def initialize(x, y) @x = x @y = y end def eql?(o) self.class == o.class && @x == o.x && @y == o.y end alias == eql? end # Jam # contributed by sauliusg to fix as_json class Orange < Jam def as_json { :json_class => self.class, :x => @x, :y => @y } end def self.json_create(h) new(h['x'], h['y']) end end def test_as_json_object_compat_hash_cached Oj.default_options = { :mode => :compat, :class_cache => true, :use_as_json => true } obj = Orange.new(true, 58) json = Oj.dump(obj, :indent => 2) refute_nil(json) dump_and_load(obj, true) end def dump_and_load(obj, _trace=false) json = Oj.dump(obj, :indent => 2) loaded = Oj.load(json) assert_equal(obj, loaded) loaded end end oj-3.16.12/test/test_fast.rb000077500000000000000000000320731510053151600156010ustar00rootroot00000000000000#!/usr/bin/env ruby # frozen_string_literal: true $LOAD_PATH << __dir__ require 'helper' class DocTest < Minitest::Test def setup @default_options = Oj.default_options @json1 = %|{ "array": [ { "num" : 3, "string": "message", "hash" : { "h2" : { "a" : [ 1, 2, 3 ] } } } ], "boolean" : true }| end def teardown Oj.default_options = @default_options end def test_nil json = %{null} Oj::Doc.open(json) do |doc| assert_equal(NilClass, doc.type) assert_nil(doc.fetch()) end end def test_leaf_of_existing_path json = %{{"foo": 1, "fizz": true}} Oj::Doc.open(json) do |doc| %w(/foo/bar /fizz/bar).each do |path| assert_nil(doc.fetch(path)) assert_equal(:default, doc.fetch(path, :default)) refute(doc.exists?(path)) end end end def test_true json = %{true} Oj::Doc.open(json) do |doc| assert_equal(TrueClass, doc.type) assert(doc.fetch()) end end def test_false json = %{false} Oj::Doc.open(json) do |doc| assert_equal(FalseClass, doc.type) refute(doc.fetch()) end end def test_string json = %{"a string"} Oj::Doc.open(json) do |doc| assert_equal(String, doc.type) assert_equal('a string', doc.fetch()) end end def test_encoding json = %{"ぴーたー"} Oj::Doc.open(json) do |doc| assert_equal(String, doc.type) assert_equal('ぴーたー', doc.fetch()) end end def test_encoding_escaped json = %{"\\u3074\\u30fc\\u305f\\u30fc"} Oj::Doc.open(json) do |doc| assert_equal(String, doc.type) assert_equal('ぴーたー', doc.fetch()) end end def test_fixnum json = %{12345} Oj::Doc.open(json) do |doc| assert_equal(Integer, doc.type) assert_equal(12_345, doc.fetch()) end end def test_float json = %{12345.6789} Oj::Doc.open(json) do |doc| assert_equal(Float, doc.type) assert_in_delta(12_345.6789, doc.fetch()) end end def test_float_exp json = %{12345.6789e7} Oj::Doc.open(json) do |doc| assert_equal(Float, doc.type) # assert_equal(12345.6789e7, doc.fetch()) assert_equal(12_345.6789e7.to_i, doc.fetch().to_i) end end def test_array_empty json = %{[]} Oj::Doc.open(json) do |doc| assert_equal(Array, doc.type) assert_empty(doc.fetch()) end end def test_array json = %{[true,false]} Oj::Doc.open(json) do |doc| assert_equal(Array, doc.type) assert_equal([true, false], doc.fetch()) end end def test_hash_empty json = %{{}} Oj::Doc.open(json) do |doc| assert_equal(Hash, doc.type) assert_empty(doc.fetch()) end end def test_hash json = %{{"one":true,"two":false}} Oj::Doc.open(json) do |doc| assert_equal(Hash, doc.type) assert_equal({'one' => true, 'two' => false}, doc.fetch()) end end # move() and where?() def test_move_hash json = %{{"one":{"two":false}}} Oj::Doc.open(json) do |doc| doc.move('/one') assert_equal('/one', doc.where?) doc.move('/one/two') assert_equal('/one/two', doc.where?) end end def test_move_array json = %{[1,[2,true]]} Oj::Doc.open(json) do |doc| doc.move('/1') assert_equal('/1', doc.where?) doc.move('/2/1') assert_equal('/2/1', doc.where?) end end def test_move Oj::Doc.open(@json1) do |doc| [ '/', '/array', '/boolean', '/array/1/hash/h2/a/3', ].each do |p| doc.move(p) assert_equal(p, doc.where?) end begin doc.move('/array/x') rescue Exception assert_equal('/', doc.where?) assert(true) end end end def test_move_slash Oj::Doc.open(%|{"top":{"a/b":3}}|) do |doc| doc.move('top/a\/b') assert_equal('/top/a\/b', doc.where?) end end def test_fetch_slash Oj::Doc.open(%|{"a/b":3}|) do |doc| x = doc.fetch('a\/b') assert_equal(3, x) end end def test_move_relative Oj::Doc.open(@json1) do |doc| [ ['/', 'array', '/array'], ['/array', '1/num', '/array/1/num'], ['/array/1/hash', 'h2/a', '/array/1/hash/h2/a'], ['/array/1', 'hash/h2/a/2', '/array/1/hash/h2/a/2'], ['/array/1/hash', '../string', '/array/1/string'], ['/array/1/hash', '..', '/array/1'], ].each do |start, path, where| doc.move(start) doc.move(path) assert_equal(where, doc.where?) end end end def test_type Oj::Doc.open(@json1) do |doc| [ ['/', Hash], ['/array', Array], ['/array/1', Hash], ['/array/1/num', Integer], ['/array/1/string', String], ['/array/1/hash/h2/a', Array], ['/array/1/hash/../num', Integer], ['/array/1/hash/../..', Array], ].each do |path, type| assert_equal(type, doc.type(path)) end end end def test_local_key Oj::Doc.open(@json1) do |doc| [ ['/', nil], ['/array', 'array'], ['/array/1', 1], ['/array/1/num', 'num'], ['/array/1/string', 'string'], ['/array/1/hash/h2/a', 'a'], ['/array/1/hash/../num', 'num'], ['/array/1/hash/..', 1], ['/array/1/hash/../..', 'array'], ].each do |path, key| doc.move(path) if key.nil? assert_nil(doc.local_key()) else assert_equal(key, doc.local_key()) end end end end def test_fetch_move Oj::Doc.open(@json1) do |doc| [ ['/array/1/num', 3], ['/array/1/string', 'message'], ['/array/1/hash/h2/a', [1, 2, 3]], ['/array/1/hash/../num', 3], ['/array/1/hash/..', {'num' => 3, 'string' => 'message', 'hash' => {'h2' => {'a' => [1, 2, 3]}}}], ['/array/1/hash/../..', [{'num' => 3, 'string' => 'message', 'hash' => {'h2' => {'a' => [1, 2, 3]}}}]], ['/array/1', {'num' => 3, 'string' => 'message', 'hash' => {'h2' => {'a' => [1, 2, 3]}}}], ['/array', [{'num' => 3, 'string' => 'message', 'hash' => {'h2' => {'a' => [1, 2, 3]}}}]], ['/', {'array' => [{'num' => 3, 'string' => 'message', 'hash' => {'h2' => {'a' => [1, 2, 3]}}}], 'boolean' => true}], ].each do |path, val| doc.move(path) assert_equal(val, doc.fetch()) end end end def test_fetch_path Oj::Doc.open(@json1) do |doc| [ ['/array/1/num', 3], ['/array/1/string', 'message'], ['/array/1/hash/h2/a', [1, 2, 3]], ['/array/1/hash/../num', 3], ['/array/1/hash/..', {'num' => 3, 'string' => 'message', 'hash' => {'h2' => {'a' => [1, 2, 3]}}}], ['/array/1/hash/../..', [{'num' => 3, 'string' => 'message', 'hash' => {'h2' => {'a' => [1, 2, 3]}}}]], ['/array/1', {'num' => 3, 'string' => 'message', 'hash' => {'h2' => {'a' => [1, 2, 3]}}}], ['/array', [{'num' => 3, 'string' => 'message', 'hash' => {'h2' => {'a' => [1, 2, 3]}}}]], ['/', {'array' => [{'num' => 3, 'string' => 'message', 'hash' => {'h2' => {'a' => [1, 2, 3]}}}], 'boolean' => true}], ['/nothing', nil], ['/array/10', nil], ].each do |path, val| if val.nil? assert_nil(doc.fetch(path)) else assert_equal(val, doc.fetch(path)) end end end # verify empty hash and arrays return nil when a member is requested Oj::Doc.open('{}') do |doc| assert_nil(doc.fetch('/x')) assert_nil(doc.fetch('/0')) end Oj::Doc.open('[]') do |doc| assert_nil(doc.fetch('/x')) assert_nil(doc.fetch('/0')) end end def test_move_fetch_path Oj::Doc.open(@json1) do |doc| [ ['/array/1', 'num', 3], ['/array/1', 'string', 'message'], ['/array/1/hash', 'h2/a', [1, 2, 3]], ].each do |path, fetch_path, val| doc.move(path) assert_equal(val, doc.fetch(fetch_path)) end end end def test_exists Oj::Doc.open(@json1) do |doc| [ ['/array/1', true], ['/array/1', true], ['/array/1/hash', true], ['/array/1/dash', false], ['/array/3', false], ['/nothing', false], ].each do |path, val| assert_equal(val, doc.exists?(path), "failed for #{path.inspect}") end end end def test_home Oj::Doc.open(@json1) do |doc| doc.move('/array/1/num') doc.home() assert_equal('/', doc.where?) end end def test_each_value_root Oj::Doc.open(@json1) do |doc| values = [] doc.each_value() { |v| values << v.to_s } assert_equal(['1', '2', '3', '3', 'message', 'true'], values.sort) end end def test_each_value_move Oj::Doc.open(@json1) do |doc| doc.move('/array/1/hash') values = [] doc.each_value() { |v| values << v.to_s } assert_equal(['1', '2', '3'], values.sort) end end def test_each_value_path Oj::Doc.open(@json1) do |doc| values = [] doc.each_value('/array/1/hash') { |v| values << v.to_s } assert_equal(['1', '2', '3'], values.sort) end end def test_each_child_move Oj::Doc.open(@json1) do |doc| locations = [] doc.move('/array/1/hash/h2/a') doc.each_child() { |d| locations << d.where? } assert_equal(['/array/1/hash/h2/a/1', '/array/1/hash/h2/a/2', '/array/1/hash/h2/a/3'], locations) locations = [] doc.move('/array/1') doc.each_child() { |d| locations << d.where? } assert_equal(['/array/1/num', '/array/1/string', '/array/1/hash'], locations) end end def test_each_child_path Oj::Doc.open(@json1) do |doc| locations = [] doc.each_child('/array/1/hash/h2/a') { |d| locations << d.where? } assert_equal(['/array/1/hash/h2/a/1', '/array/1/hash/h2/a/2', '/array/1/hash/h2/a/3'], locations) locations = [] doc.each_child('/array/1') { |d| locations << d.where? } assert_equal(['/array/1/num', '/array/1/string', '/array/1/hash'], locations) end end def test_nested_each_child h = {} Oj::Doc.open('{"a":1,"c":[2],"d":3}') do |doc| doc.each_child('/') do |child| h[child.path] = child.fetch child.each_child do |grandchild| h[grandchild.path] = grandchild.fetch end end end assert_equal({'/a'=>1, '/c'=>[2], '/c/1'=>2, '/d'=>3}, h) end def test_size Oj::Doc.open('[1,2,3]') do |doc| assert_equal(4, doc.size) end Oj::Doc.open('{"a":[1,2,3]}') do |doc| assert_equal(5, doc.size) end end def test_open_file filename = File.join(__dir__, 'open_file_test.json') File.write(filename, '{"a":[1,2,3]}') Oj::Doc.open_file(filename) do |doc| assert_equal(5, doc.size) end end def test_open_close json = %{{"a":[1,2,3]}} doc = Oj::Doc.open(json) assert_equal(Oj::Doc, doc.class) assert_equal(5, doc.size) assert_equal('/', doc.where?) doc.move('a/1') doc.home() assert_equal(2, doc.fetch('/a/2')) assert_equal(2, doc.fetch('a/2')) doc.close() begin doc.home() rescue Exception assert(true) end end def test_file_open_close filename = File.join(__dir__, 'open_file_test.json') File.write(filename, '{"a":[1,2,3]}') doc = Oj::Doc.open_file(filename) assert_equal(Oj::Doc, doc.class) assert_equal(5, doc.size) assert_equal('/', doc.where?) doc.move('a/1') doc.home() assert_equal(2, doc.fetch('/a/2')) assert_equal(2, doc.fetch('a/2')) doc.close() begin doc.home() rescue Exception assert(true) end end def test_open_no_close json = %{{"a":[1,2,3]}} doc = Oj::Doc.open(json) assert_equal(Oj::Doc, doc.class) assert_equal(5, doc.size) assert_equal('/', doc.where?) doc.move('a/1') doc.home() assert_equal(2, doc.fetch('/a/2')) assert_equal(2, doc.fetch('a/2')) GC.start # a print statement confirms close is called end def test_dump Oj::Doc.open('[1,[2,3]]') do |doc| assert_equal('[1,[2,3]]', doc.dump()) end Oj::Doc.open('[1,[2,3]]') do |doc| assert_equal('[2,3]', doc.dump('/2')) end end def test_each_leaf results = Oj::Doc.open('[1,[2,3]]') do |doc| h = {} doc.each_leaf() { |d| h[d.where?] = d.fetch() } h end assert_equal({'/1' => 1, '/2/1' => 2, '/2/2' => 3}, results) end def test_each_leaf_hash results = Oj::Doc.open('{"a":{"x":2},"b":{"y":4}}') do |doc| h = {} doc.each_leaf() { |d| h[d.where?] = d.fetch() } h end assert_equal({'/a/x' => 2, '/b/y' => 4}, results) end def test_doc_empty result = Oj::Doc.open('') { |doc| doc.each_child {} } assert_nil(result) end def test_comment json = %{{ "x"/*one*/:/*two*/true,//three "y":58/*four*/, "z": [1,2/*five*/, 3 // six ] } } results = Oj::Doc.open(json) do |doc| h = {} doc.each_leaf() { |d| h[d.where?] = d.fetch() } h end assert_equal({'/x' => true, '/y' => 58, '/z/1' => 1, '/z/2' => 2, '/z/3' => 3}, results) end end # DocTest oj-3.16.12/test/test_file.rb000077500000000000000000000135531510053151600155650ustar00rootroot00000000000000#!/usr/bin/env ruby # frozen_string_literal: true $LOAD_PATH << __dir__ require 'helper' class FileJuice < Minitest::Test class Jam attr_accessor :x, :y def initialize(x, y) @x = x @y = y end def eql?(o) self.class == o.class && @x == o.x && @y == o.y end alias == eql? end # Jam class Jeez < Jam def to_json(*_args) %{{"json_class":"#{self.class}","x":#{@x},"y":#{@y}}} end def self.json_create(h) new(h['x'], h['y']) end end # Jeez class Orange < Jam def as_json { :json_class => self.class, :x => @x, :y => @y } end def self.json_create(h) new(h['x'], h['y']) end end def setup @default_options = Oj.default_options end def teardown Oj.default_options = @default_options end def test_nil dump_and_load(nil, false) end def test_true dump_and_load(true, false) end def test_false dump_and_load(false, false) end def test_fixnum dump_and_load(0, false) dump_and_load(12_345, false) dump_and_load(-54_321, false) dump_and_load(1, false) end def test_float mode = Oj.default_options()[:mode] Oj.default_options = {:mode => :object} dump_and_load(0.0, false) dump_and_load(12_345.6789, false) dump_and_load(70.35, false) dump_and_load(-54_321.012, false) dump_and_load(1.7775, false) dump_and_load(2.5024, false) dump_and_load(2.48e16, false) dump_and_load(2.48e100 * 1.0e10, false) dump_and_load(-2.48e100 * 1.0e10, false) dump_and_load(1/0.0, false) Oj.default_options = {:mode => mode} end def test_string dump_and_load('', false) dump_and_load('abc', false) dump_and_load("abc\ndef", false) dump_and_load("a\u0041", false) assert_equal("a\u0000a", dump_and_load("a\u0000a", false)) end def test_string_object dump_and_load('abc', false) dump_and_load(':abc', false) end def test_array dump_and_load([], false) dump_and_load([true, false], false) dump_and_load(['a', 1, nil], false) dump_and_load([[nil]], false) dump_and_load([[nil], 58], false) end # Symbol def test_symbol_object Oj.default_options = { :mode => :object } # dump_and_load(''.to_sym, false) dump_and_load(:abc, false) dump_and_load(:":xyz", false) end # Time def test_time_object t = Time.now() Oj.default_options = { :mode => :object, :time_format => :unix_zone } dump_and_load(t, false) end def test_time_object_early skip 'Windows does not support dates before 1970.' if RbConfig::CONFIG['host_os'] =~ /(mingw|mswin)/ t = Time.xmlschema('1954-01-05T00:00:00.123456') Oj.default_options = { :mode => :object, :time_format => :unix_zone } dump_and_load(t, false) end # Hash def test_hash Oj.default_options = { :mode => :strict } dump_and_load({}, false) dump_and_load({ 'true' => true, 'false' => false}, false) dump_and_load({ 'true' => true, 'array' => [], 'hash' => { }}, false) end # Object with to_json() def test_json_object_compat Oj.default_options = { :mode => :compat, :use_to_json => true, :create_additions => true } obj = Jeez.new(true, 58) json = Oj.dump(obj, :indent => 2) assert(%{{"json_class":"FileJuice::Jeez","x":true,"y":58} } == json || %{{"json_class":"FileJuice::Jeez","y":58,"x":true} } == json) dump_and_load(obj, false) Oj.default_options = { :mode => :compat, :use_to_json => false } end # Range def test_range_object Oj.default_options = { :mode => :object } json = Oj.dump(1..7, :mode => :object, :indent => 0) if $ruby == 'ruby' assert_equal(%{{"^u":["Range",1,7,false]}}, json) else assert_equal(%{{"^O":"Range","begin":1,"end":7,"exclude_end?":false}}, json) end dump_and_load(1..7, false) dump_and_load(1..1, false) dump_and_load(1...7, false) end # BigNum def test_bignum_object Oj.default_options = { :mode => :compat } dump_and_load(7 ** 55, false) end # BigDecimal def test_bigdecimal_strict mode = Oj.default_options[:mode] Oj.default_options = {:mode => :strict} dump_and_load(BigDecimal('3.14159265358979323846'), false) Oj.default_options = {:mode => mode} end def test_bigdecimal_null mode = Oj.default_options[:mode] Oj.default_options = {:mode => :null} dump_and_load(BigDecimal('3.14159265358979323846'), false) Oj.default_options = {:mode => mode} end def test_bigdecimal_object Oj.default_options = {:mode => :object} dump_and_load(BigDecimal('3.14159265358979323846'), false) end # Date def test_date_object Oj.default_options = { :mode => :object } dump_and_load(Date.new(2012, 6, 19), false) end # DateTime def test_datetime_object Oj.default_options = { :mode => :object } dump_and_load(DateTime.new(2012, 6, 19), false) end def test_load_unicode_path json =<<~JSON { "x":true, "y":58, "z": [1,2,3] } JSON Tempfile.create('file_test_conceição1.json') do |f| f.write(json) f.close objects = Oj.load_file(f.path) assert_equal(Oj.load(json), objects) end end def dump_and_load(obj, trace=false) filename = File.join(__dir__, 'file_test.json') File.open(filename, 'w') { |f| Oj.to_stream(f, obj, :indent => 2) } puts "\n*** file: '#{File.read(filename)}'" if trace loaded = Oj.load_file(filename) if obj.is_a?(Time) && loaded.is_a?(Time) assert_equal(obj.tv_sec, loaded.tv_sec) if obj.respond_to?(:tv_nsec) assert_equal(obj.tv_nsec, loaded.tv_nsec) else assert_equal(obj.tv_usec, loaded.tv_usec) end assert_equal(obj.utc?, loaded.utc?) assert_equal(obj.utc_offset, loaded.utc_offset) elsif obj.nil? assert_nil(loaded) else assert_equal(obj, loaded) end loaded end end oj-3.16.12/test/test_gc.rb000077500000000000000000000025151510053151600152330ustar00rootroot00000000000000#!/usr/bin/env ruby # frozen_string_literal: true $LOAD_PATH << __dir__ require 'helper' class GCTest < Minitest::Test class Goo attr_accessor :x, :child def initialize(x, child) @x = x @child = child end def to_hash { 'json_class' => self.class.to_s, 'x' => x, 'child' => child } end def self.json_create(h) GC.start new(h['x'], h['child']) end end # Goo def setup @default_options = Oj.default_options GC.stress = true end def teardown Oj.default_options = @default_options GC.stress = false end # if no crash then the GC marking is working def test_parse_compat_gc g = Goo.new(0, nil) 100.times { |i| g = Goo.new(i, g) } json = Oj.dump(g, :mode => :compat) Oj.compat_load(json) end def test_parse_object_gc g = Goo.new(0, nil) 100.times { |i| g = Goo.new(i, g) } json = Oj.dump(g, :mode => :object) Oj.object_load(json) end def test_parse_gc json = '{"a":"Alpha","b":true,"c":12345,"d":[true,[false,[-123456789,null],3.9676,["Something else.",false],null]],"e":{"zero":null,"one":1,"two":2,"three":[3],"four":[0,1,2,3,4]},"f":null,"h":{"a":{"b":{"c":{"d":{"e":{"f":{"g":null}}}}}}},"i":[[[[[[[null]]]]]]]}' 50.times do data = Oj.load(json) assert_equal(json, Oj.dump(data)) end end end oj-3.16.12/test/test_generate.rb000077500000000000000000000005651510053151600164370ustar00rootroot00000000000000#!/usr/bin/env ruby # frozen_string_literal: true $LOAD_PATH << __dir__ @oj_dir = File.dirname(File.expand_path(__dir__)) %w(lib ext).each do |dir| $LOAD_PATH << File.join(@oj_dir, dir) end require 'minitest' require 'minitest/autorun' require 'oj' class Generator < Minitest::Test def test_before json = Oj.generate({}) assert_equal('{}', json) end end oj-3.16.12/test/test_hash.rb000077500000000000000000000013521510053151600155630ustar00rootroot00000000000000#!/usr/bin/env ruby # frozen_string_literal: true $LOAD_PATH << __dir__ require 'helper' class HashTest < Minitest::Test module TestModule end def test_dump h = Oj::EasyHash.new() h['abc'] = 3 out = Oj.dump(h, :mode => :compat) assert_equal(%|{"abc":3}|, out) end def test_load obj = Oj.load(%|{"abc":3}|, :mode => :compat, :hash_class => Oj::EasyHash) assert_equal(Oj::EasyHash, obj.class) assert_equal(3, obj['abc']) assert_equal(3, obj[:abc]) assert_equal(3, obj.abc()) end def test_marshal h = Oj::EasyHash.new() h['abc'] = 3 out = Marshal.dump(h) obj = Marshal.load(out) assert_equal(Oj::EasyHash, obj.class) assert_equal(3, obj[:abc]) end end # HashTest oj-3.16.12/test/test_integer_range.rb000077500000000000000000000043241510053151600174530ustar00rootroot00000000000000#!/usr/bin/env ruby # frozen_string_literal: true $LOAD_PATH << __dir__ @oj_dir = File.dirname(File.expand_path(__dir__)) %w(lib ext).each do |dir| $LOAD_PATH << File.join(@oj_dir, dir) end require 'minitest' require 'minitest/autorun' require 'oj' class IntegerRangeTest < Minitest::Test def setup @default_options = Oj.default_options # in null mode other options other than the number formats are not used. Oj.default_options = { :mode => :null, bigdecimal_as_decimal: true } end def teardown Oj.default_options = @default_options end def test_range test = {s: 0, s2: -1, s3: 1, u: -2, u2: 2, u3: 9_007_199_254_740_993} exp = '{"s":0,"s2":-1,"s3":1,"u":"-2","u2":"2","u3":"9007199254740993"}' assert_equal(exp, Oj.dump(test, integer_range: (-1..1))) end def test_bignum test = {u: -10_000_000_000_000_000_000, u2: 10_000_000_000_000_000_000} exp = '{"u":"-10000000000000000000","u2":"10000000000000000000"}' assert_equal(exp, Oj.dump(test, integer_range: (-1..1))) end def test_valid_modes test = {safe: 0, unsafe: 9_007_199_254_740_993} exp = '{"safe":0,"unsafe":"9007199254740993"}' [:strict, :null, :compat, :rails, :custom].each do |mode| assert_equal(exp, Oj.dump(test, mode: mode, integer_range: (-1..1)), "Invalid mode #{mode}") end exp = '{":safe":0,":unsafe":"9007199254740993"}' [:object].each do |mode| assert_equal(exp, Oj.dump(test, mode: mode, integer_range: (-1..1)), "Invalid mode #{mode}") end end def test_modes_without_opt test = {safe: 0, unsafe: 10_000_000_000_000_000_000} exp = '{"safe":0,"unsafe":10000000000000000000}' [:strict, :null, :compat, :rails, :custom].each do |mode| assert_equal(exp, Oj.dump(test, mode: mode), "Invalid mode #{mode}") end exp = '{":safe":0,":unsafe":10000000000000000000}' [:object].each do |mode| assert_equal(exp, Oj.dump(test, mode: mode), "Invalid mode #{mode}") end end def test_accept_nil_and_false test = {safe: 0, unsafe: 10_000_000_000_000_000_000} exp = '{"safe":0,"unsafe":10000000000000000000}' assert_equal(exp, Oj.dump(test, integer_range: nil)) assert_equal(exp, Oj.dump(test, integer_range: false)) end end oj-3.16.12/test/test_long_strings.rb000066400000000000000000000176521510053151600173570ustar00rootroot00000000000000#!/usr/bin/env ruby # frozen_string_literal: true $LOAD_PATH << __dir__ require 'helper' # # This is to force testing 'rails_friendly_size'. # begin # require 'active_support' # HAS_RAILS = true # rescue LoadError # puts 'ActiveSupport not found. Skipping ActiveSupport tests.' # HAS_RAILS = false # end # The tests in this file are to specifically handle testing the ARM Neon code # that is used to speed up the dumping of long strings. The tests are likely # redundant with respect to correctness. However, they are designed specifically # to exercise the code paths that operate on vectors of 16 bytes. Additionally, # we need to ensure that not all tests are exactly multiples of 16 bytes in length # so that we can test the code that handles the remainder of the string. class LongStringsTest < Minitest::Test def test_escapes run_basic_tests(:compat) run_basic_tests(:rails) # if HAS_RAILS # Oj.optimize_rails() # ActiveSupport::JSON::Encoding.escape_html_entities_in_json = false # run_basic_tests(:rails) # end end def run_basic_tests(mode) str = 'A'*4 expected = "\"#{'A'*4}\"" out = Oj.dump(str, mode: mode) assert_equal(expected, out) str = 'A'*6 expected = "\"#{'A'*6}\"" out = Oj.dump(str, mode: mode) assert_equal(expected, out) str = 'A'*7 expected = "\"#{'A'*7}\"" out = Oj.dump(str, mode: mode) assert_equal(expected, out) str = 'A'*15 expected = "\"#{'A'*15}\"" out = Oj.dump(str, mode: mode) assert_equal(expected, out) str = 'A'*16 expected = "\"#{'A'*16}\"" out = Oj.dump(str, mode: mode) assert_equal(expected, out) str = 'A'*17 expected = "\"#{'A'*17}\"" out = Oj.dump(str, mode: mode) assert_equal(expected, out) str = 'A'*31 expected = "\"#{'A'*31}\"" out = Oj.dump(str, mode: mode) assert_equal(expected, out) str = '\n'*15 expected = "\"#{'\\\\n'*15}\"" out = Oj.dump(str, mode: mode) assert_equal(expected, out) str = '\n'*16 expected = "\"#{'\\\\n'*16}\"" out = Oj.dump(str, mode: mode) assert_equal(expected, out) str = '\n'*17 expected = "\"#{'\\\\n'*17}\"" out = Oj.dump(str, mode: mode) assert_equal(expected, out) str = '\n'*1700 expected = "\"#{'\\\\n'*1700}\"" out = Oj.dump(str, mode: mode) assert_equal(expected, out) str = '\n'*32 expected = "\"#{'\\\\n'*32}\"" out = Oj.dump(str, mode: mode) assert_equal(expected, out) str = '\f'*63 expected = "\"#{'\\\\f'*63}\"" out = Oj.dump(str, mode: mode) assert_equal(expected, out) str = '\t'*127 expected = "\"#{'\\\\t'*127}\"" out = Oj.dump(str, mode: mode) assert_equal(expected, out) str = '\t'*500 expected = "\"#{'\\\\t'*500}\"" out = Oj.dump(str, mode: mode) assert_equal(expected, out) str = "\u0001" * 16 out = Oj.dump(str, mode: mode) expected = "\"#{"\\u0001" * 16}\"" assert_equal(expected, out) str = "\u0001" * 1024 out = Oj.dump(str, mode: mode) expected = "\"#{"\\u0001" * 1024}\"" assert_equal(expected, out) str = "\u0001\u0002" * 8 out = Oj.dump(str, mode: mode) expected = "\"#{"\\u0001\\u0002" * 8}\"" assert_equal(expected, out) str = "\u0001\u0002" * 2000 out = Oj.dump(str, mode: mode) expected = "\"#{"\\u0001\\u0002" * 2000}\"" assert_equal(expected, out) str = "\u0001a" * 8 out = Oj.dump(str, mode: mode) expected = "\"#{"\\u0001a" * 8}\"" assert_equal(expected, out) str = "abc\u0010" * 4 out = Oj.dump(str, mode: mode) expected = "\"#{"abc\\u0010" * 4}\"" assert_equal(expected, out) str = "abc\u0010" * 5 out = Oj.dump(str, mode: mode) expected = "\"#{"abc\\u0010" * 5}\"" assert_equal(expected, out) str = "\u0001\u0002" * 9 out = Oj.dump(str, mode: mode) expected = "\"#{"\\u0001\\u0002" * 9}\"" assert_equal(expected, out) str = "\u0001\u0002" * 2048 out = Oj.dump(str, mode: mode) expected = "\"#{"\\u0001\\u0002" * 2048}\"" assert_equal(expected, out) str = '\"' out = Oj.dump(str, mode: mode) expected = "\"\\\\\\\"\"" assert_equal(expected, out) str = '"'*16 out = Oj.dump(str, mode: mode) expected = '"\\"\\"\\"\\"\\"\\"\\"\\"\\"\\"\\"\\"\\"\\"\\"\\""' assert_equal(expected, out) str = '"'*20 out = Oj.dump(str, mode: mode) expected = '"\\"\\"\\"\\"\\"\\"\\"\\"\\"\\"\\"\\"\\"\\"\\"\\"\\"\\"\\"\\""' assert_equal(expected, out) end def test_dump_long_str_no_escapes str = 'This is a test of the emergency broadcast system. This is only a test.' out = Oj.dump(str) assert_equal(%|"#{str}"|, out) end def test_dump_long_str_with_escapes str = 'This is a\ntest of the emergency broadcast system. This is only a test.' out = Oj.dump(str) expected = %|"This is a\\\\ntest of the emergency broadcast system. This is only a test."| assert_equal(expected, out) end def test_dump_long_str_with_quotes str = 'This is a "test" of the emergency broadcast system. This is only a "test".' out = Oj.dump(str) expected = %|"This is a \\\"test\\\" of the emergency broadcast system. This is only a \\\"test\\\"."| assert_equal(expected, out) end def test_dump_long_str_no_escapes_rails str = 'This is a test of the emergency broadcast system. This is only a test.' out = Oj.dump(str, mode: :rails) assert_equal(%|"#{str}"|, out) end def test_dump_long_str_with_escapes_rails str = 'This is a\ntest of the emergency broadcast system. This is only a test.' out = Oj.dump(str, mode: :rails) expected = %|"This is a\\\\ntest of the emergency broadcast system. This is only a test."| assert_equal(expected, out) end def test_dump_long_str_with_quotes_rails str = 'This is a "test" of the emergency broadcast system. This is only a "test".' out = Oj.dump(str, mode: :rails) expected = %|"This is a \\\"test\\\" of the emergency broadcast system. This is only a \\\"test\\\"."| assert_equal(expected, out) end def test_long_string_with_high_byte_set str = 'This item will cost €1000.00. I hope you have a great day!' out = Oj.dump(str) expected = %["This item will cost €1000.00. I hope you have a great day!"] assert_equal(expected, out) out = Oj.dump(str, mode: :rails) assert_equal(expected, out) end def test_high_byte_set str = "€"*15 out = Oj.dump(str) expected = %["#{"€"*15}"] assert_equal(expected, out) out = Oj.dump(str, mode: :rails) assert_equal(expected, out) str = "€"*16 out = Oj.dump(str) expected = %["#{"€"*16}"] assert_equal(expected, out) out = Oj.dump(str, mode: :rails) assert_equal(expected, out) str = "€"*17 out = Oj.dump(str) expected = %["#{"€"*17}"] assert_equal(expected, out) out = Oj.dump(str, mode: :rails) assert_equal(expected, out) str = "€"*1700 out = Oj.dump(str) expected = %["#{"€"*1700}"] assert_equal(expected, out) out = Oj.dump(str, mode: :rails) assert_equal(expected, out) str = "€abcdefghijklmnop" out = Oj.dump(str) expected = %["#{"€abcdefghijklmnop"}"] assert_equal(expected, out) out = Oj.dump(str, mode: :rails) assert_equal(expected, out) str = "€" + "abcdefghijklmnop"*1000 out = Oj.dump(str) expected = %["#{"€" + "abcdefghijklmnop"*1000}"] assert_equal(expected, out) out = Oj.dump(str, mode: :rails) assert_equal(expected, out) str = "€" + "abcdefghijklmnop" * 2000 + "€" out = Oj.dump(str) expected = %["#{"€" + "abcdefghijklmnop" * 2000 + "€"}"] assert_equal(expected, out) out = Oj.dump(str, mode: :rails) assert_equal(expected, out) str = "abcdefghijklmnop"*3000 + "€" out = Oj.dump(str) expected = %["#{"abcdefghijklmnop"*3000 + "€"}"] assert_equal(expected, out) out = Oj.dump(str, mode: :rails) assert_equal(expected, out) end endoj-3.16.12/test/test_null.rb000077500000000000000000000210721510053151600156130ustar00rootroot00000000000000#!/usr/bin/env ruby # frozen_string_literal: true $LOAD_PATH << __dir__ @oj_dir = File.dirname(File.expand_path(__dir__)) %w(lib ext).each do |dir| $LOAD_PATH << File.join(@oj_dir, dir) end require 'minitest' require 'minitest/autorun' require 'stringio' require 'date' require 'bigdecimal' require 'oj' class NullJuice < Minitest::Test module TestModule end class Jeez attr_accessor :x, :y def initialize(x, y) @x = x @y = y end end def setup @default_options = Oj.default_options # in null mode other options other than the number formats are not used. Oj.default_options = { :mode => :null } end def teardown Oj.default_options = @default_options end def test_nil dump_and_load(nil, false) end def test_true dump_and_load(true, false) end def test_false dump_and_load(false, false) end def test_fixnum dump_and_load(0, false) dump_and_load(12_345, false) dump_and_load(-54_321, false) dump_and_load(1, false) end def test_float dump_and_load(0.0, false) dump_and_load(12_345.6789, false) dump_and_load(70.35, false) dump_and_load(-54_321.012, false) dump_and_load(1.7775, false) dump_and_load(2.5024, false) dump_and_load(2.48e16, false) dump_and_load(2.48e100 * 1.0e10, false) dump_and_load(-2.48e100 * 1.0e10, false) end def test_nan_dump assert_equal('null', Oj.dump(0/0.0, :nan => :null)) assert_equal('3.3e14159265358979323846', Oj.dump(0/0.0, :nan => :huge)) begin Oj.dump(0/0.0, :nan => :word) rescue Exception assert(true) return end assert(false, '*** expected an exception') end def test_infinity_dump assert_equal('null', Oj.dump(1/0.0, :nan => :null)) assert_equal('3.0e14159265358979323846', Oj.dump(1/0.0, :nan => :huge)) begin Oj.dump(1/0.0, :nan => :word) rescue Exception assert(true) return end assert(false, '*** expected an exception') end def test_neg_infinity_dump assert_equal('null', Oj.dump(-1/0.0, :nan => :null)) assert_equal('-3.0e14159265358979323846', Oj.dump(-1/0.0, :nan => :huge)) begin Oj.dump(-1/0.0, :nan => :word) rescue Exception assert(true) return end assert(false, '*** expected an exception') end def test_string dump_and_load('', false) dump_and_load('abc', false) dump_and_load("abc\ndef", false) dump_and_load("a\u0041", false) end def test_encode opts = Oj.default_options Oj.default_options = { :ascii_only => false } unless 'jruby' == $ruby dump_and_load('ぴーたー', false) end Oj.default_options = { :ascii_only => true } json = Oj.dump('ぴーたー') assert_equal(%{"\\u3074\\u30fc\\u305f\\u30fc"}, json) unless 'jruby' == $ruby dump_and_load('ぴーたー', false) end Oj.default_options = opts end def test_unicode # hits the 3 normal ranges and one extended surrogate pair json = %{"\\u019f\\u05e9\\u3074\\ud834\\udd1e"} obj = Oj.load(json) json2 = Oj.dump(obj, :ascii_only => true) assert_equal(json, json2) end def test_unicode_long # tests buffer overflow json = %{"\\u019f\\u05e9\\u3074\\ud834\\udd1e #{'x' * 2000}"} obj = Oj.load(json) json2 = Oj.dump(obj, :ascii_only => true) assert_equal(json, json2) end def test_array dump_and_load([], false) dump_and_load([true, false], false) dump_and_load(['a', 1, nil], false) dump_and_load([[nil]], false) dump_and_load([[nil], 58], false) end def test_array_deep dump_and_load([1, [2, [3, [4, [5, [6, [7, [8, [9, [10, [11, [12, [13, [14, [15, [16, [17, [18, [19, [20]]]]]]]]]]]]]]]]]]]], false) end # Hash def test_hash dump_and_load({}, false) dump_and_load({ 'true' => true, 'false' => false}, false) dump_and_load({ 'true' => true, 'array' => [], 'hash' => { }}, false) end def test_hash_deep dump_and_load({'1' => { '2' => { '3' => { '4' => { '5' => { '6' => { '7' => { '8' => { '9' => { '10' => { '11' => { '12' => { '13' => { '14' => { '15' => { '16' => { '17' => { '18' => { '19' => { '20' => {}}}}}}}}}}}}}}}}}}}}}, false) end def test_hash_escaped_key json = %{{"a\nb":true,"c\td":false}} obj = Oj.strict_load(json) assert_equal({"a\nb" => true, "c\td" => false}, obj) end def test_non_str_hash begin Oj.dump({ 1 => true, 0 => false }) rescue Exception assert(true) return end assert(false, '*** expected an exception') end def test_bignum_object dump_and_load(7 ** 55, false) end # BigDecimal def test_bigdecimal_strict Oj.default_options = { :bigdecimal_load => true} dump_and_load(BigDecimal('3.14159265358979323846'), false) end def test_bigdecimal_load orig = BigDecimal('80.51') json = Oj.dump(orig, :mode => :strict, :bigdecimal_as_decimal => true) bg = Oj.load(json, :mode => :strict, :bigdecimal_load => true) assert_equal(BigDecimal, bg.class) assert_equal(orig, bg) end def test_json_object obj = Jeez.new(true, 58) json = Oj.dump(obj) assert_equal('null', json) end def test_range json = Oj.dump(1..7) assert_equal('null', json) end # Stream IO def test_io_string json = %{{ "x":true, "y":58, "z": [1,2,3] } } input = StringIO.new(json) obj = Oj.strict_load(input) assert_equal({ 'x' => true, 'y' => 58, 'z' => [1, 2, 3]}, obj) end def test_io_file filename = File.join(__dir__, 'open_file_test.json') File.write(filename, %{{ "x":true, "y":58, "z": [1,2,3] } }) f = File.new(filename) obj = Oj.strict_load(f) f.close() assert_equal({ 'x' => true, 'y' => 58, 'z' => [1, 2, 3]}, obj) end def test_symbol json = Oj.dump(:abc) assert_equal('"abc"', json) end def test_time t = Time.local(2012, 1, 5, 23, 58, 7) json = Oj.dump(t) assert_equal('null', json) end def test_class json = Oj.dump(NullJuice) assert_equal('null', json) end def test_module json = Oj.dump(TestModule) assert_equal('null', json) end # symbol_keys option def test_symbol_keys json = %{{ "x":true, "y":58, "z": [1,2,3] } } obj = Oj.strict_load(json, :symbol_keys => true) assert_equal({ :x => true, :y => 58, :z => [1, 2, 3]}, obj) end def test_symbol_keys_safe json = %{{ "x":true, "y":58, "z": [1,2,3] } } obj = Oj.safe_load(json) assert_equal({ 'x' => true, 'y' => 58, 'z' => [1, 2, 3]}, obj) end # comments def test_comment_slash json = %{{ "x":true,//three "y":58, "z": [1,2, 3 // six ]} } obj = Oj.strict_load(json) assert_equal({ 'x' => true, 'y' => 58, 'z' => [1, 2, 3]}, obj) end def test_comment_c json = %{{ "x"/*one*/:/*two*/true, "y":58, "z": [1,2,3]} } obj = Oj.strict_load(json) assert_equal({ 'x' => true, 'y' => 58, 'z' => [1, 2, 3]}, obj) end def test_comment json = %{{ "x"/*one*/:/*two*/true,//three "y":58/*four*/, "z": [1,2/*five*/, 3 // six ] } } obj = Oj.strict_load(json) assert_equal({ 'x' => true, 'y' => 58, 'z' => [1, 2, 3]}, obj) end def test_double json = %{{ "x": 1}{ "y": 2}} results = [] Oj.load(json, :mode => :strict) { |x| results << x } assert_equal([{ 'x' => 1 }, { 'y' => 2 }], results) end def test_circular_hash h = { 'a' => 7 } h['b'] = h json = Oj.dump(h, :indent => 2, :circular => true, :mode => :null) assert_equal(%|{ "a":7, "b":null } |, json) end def test_omit_nil json = Oj.dump({'x' => {'a' => 1, 'b' => nil }, 'y' => nil}, :omit_nil => true) assert_equal(%|{"x":{"a":1}}|, json) end def dump_and_load(obj, trace=false) json = Oj.dump(obj, :indent => 2) puts json if trace loaded = Oj.strict_load(json) if obj.nil? assert_nil(loaded) else assert_equal(obj, loaded) end loaded end end oj-3.16.12/test/test_object.rb000077500000000000000000000626171510053151600161210ustar00rootroot00000000000000#!/usr/bin/env ruby # frozen_string_literal: true $LOAD_PATH << __dir__ require 'helper' class ObjectJuice < Minitest::Test class Jeez attr_accessor :x, :y, :_z def initialize(x, y) @x = x @y = y @_z = x.to_s end def eql?(o) self.class == o.class && @x == o.x && @y == o.y end alias == eql? def to_json(*_a) %{{"json_class":"#{self.class}","x":#{@x},"y":#{@y}}} end def self.json_create(h) new(h['x'], h['y']) end end # Jeez class Jam attr_accessor :x, :y def initialize(x, y) @x = x @y = y end def eql?(o) self.class == o.class && @x == o.x && @y == o.y end alias == eql? end # Jam class Jazz < Jam def to_hash { 'json_class' => self.class.to_s, 'x' => @x, 'y' => @y } end def self.json_create(h) new(h['x'], h['y']) end end # Jazz class Orange < Jam def as_json { :json_class => self.class, :x => @x, :y => @y } end def self.json_create(h) new(h['x'], h['y']) end end module One module Two module Three class Deep def eql?(o) self.class == o.class end alias == eql? def to_hash {'json_class' => self.class.name.to_s} end def to_json(*_a) %{{"json_class":"#{self.class.name}"}} end def self.json_create(_h) new() end end # Deep end # Three end # Two class Stuck2 < Struct.new(:a, :b) end end # One class Stuck < Struct.new(:a, :b) end class Strung < String def initialize(str, safe) super(str) @safe = safe end def safe? @safe end def self.create(str, safe) new(str, safe) end def eql?(o) super && self.class == o.class && @safe == o.safe? end alias == eql? def inspect super + '(' + @safe + ')' end end class AutoStrung < String attr_accessor :safe def initialize(str, safe) super(str) @safe = safe end def eql?(o) self.class == o.class && super(o) && @safe == o.safe end alias == eql? end class AutoArray < Array attr_accessor :safe def initialize(a, safe) super(a) @safe = safe end def eql?(o) self.class == o.class && super(o) && @safe == o.safe end alias == eql? end class AutoHash < Hash attr_accessor :safe def initialize(h, safe) super(h) @safe = safe end def eql?(o) self.class == o.class && super(o) && @safe == o.safe end alias == eql? end class Raw attr_accessor :json def initialize(j) @json = j end def to_json(*_a) @json end def self.create(h) h end end # Raw module Ichi module Ni def self.direct(h) h end module San class Shi attr_accessor :hash def initialize(h) @hash = h end def dump @hash end end # Shi end # San end # Ni end # Ichi def setup @default_options = Oj.default_options end def teardown Oj.default_options = @default_options end def test_nil dump_and_load(nil, false) end def test_true dump_and_load(true, false) end def test_false dump_and_load(false, false) end def test_fixnum dump_and_load(0, false) dump_and_load(12_345, false) dump_and_load(-54_321, false) dump_and_load(1, false) end def test_float dump_and_load(0.0, false) dump_and_load(12_345.6789, false) dump_and_load(70.35, false) dump_and_load(-54_321.012, false) dump_and_load(1.7775, false) dump_and_load(2.5024, false) dump_and_load(2.48e16, false) dump_and_load(2.48e100 * 1.0e10, false) dump_and_load(-2.48e100 * 1.0e10, false) dump_and_load(1/0.0, false) # NaN does not always == NaN json = Oj.dump(0/0.0, :mode => :object) assert_equal('3.3e14159265358979323846', json) loaded = Oj.load(json) assert_predicate(loaded, :nan?) end def test_string dump_and_load('', false) dump_and_load('abc', false) dump_and_load("abc\ndef", false) dump_and_load("a\u0041", false) end def test_symbol dump_and_load(:abc, false) dump_and_load(':abc', false) dump_and_load(:":xyz", false) end def test_encode opts = Oj.default_options Oj.default_options = { :ascii_only => false } dump_and_load('ぴーたー', false) Oj.default_options = { :ascii_only => true } json = Oj.dump('ぴーたー') assert_equal(%{"\\u3074\\u30fc\\u305f\\u30fc"}, json) dump_and_load('ぴーたー', false) Oj.default_options = opts end def test_unicode # hits the 3 normal ranges and one extended surrogate pair json = %{"\\u019f\\u05e9\\u3074\\ud834\\udd1e"} obj = Oj.load(json) json2 = Oj.dump(obj, :ascii_only => true) assert_equal(json, json2) end def test_array dump_and_load([], false) dump_and_load([true, false], false) dump_and_load(['a', 1, nil], false) dump_and_load([[nil]], false) dump_and_load([[nil], 58], false) end def test_array_deep dump_and_load([1, [2, [3, [4, [5, [6, [7, [8, [9, [10, [11, [12, [13, [14, [15, [16, [17, [18, [19, [20]]]]]]]]]]]]]]]]]]]], false) end # Hash def test_hash dump_and_load({}, false) dump_and_load({ 'true' => true, 'false' => false}, false) dump_and_load({ 'true' => true, 'array' => [], 'hash' => { }}, false) end def test_hash_deep dump_and_load({'1' => { '2' => { '3' => { '4' => { '5' => { '6' => { '7' => { '8' => { '9' => { '10' => { '11' => { '12' => { '13' => { '14' => { '15' => { '16' => { '17' => { '18' => { '19' => { '20' => {}}}}}}}}}}}}}}}}}}}}}, false) end def test_hash_escaped_key json = %{{"a\nb":true,"c\td":false}} obj = Oj.object_load(json) assert_equal({"a\nb" => true, "c\td" => false}, obj) end def test_bignum_object dump_and_load(7 ** 55, false) end # BigDecimal def test_bigdecimal_object dump_and_load(BigDecimal('3.14159265358979323846'), false) end def test_bigdecimal_load orig = BigDecimal('80.51') json = Oj.dump(orig, :mode => :object, :bigdecimal_as_decimal => true) bg = Oj.load(json, :mode => :object, :bigdecimal_load => true) assert_equal(BigDecimal, bg.class) assert_equal(orig, bg) # Infinity is the same for Float and BigDecimal json = Oj.dump(BigDecimal('Infinity'), :mode => :object) assert_equal('Infinity', json) json = Oj.dump(BigDecimal('-Infinity'), :mode => :object) assert_equal('-Infinity', json) end # Stream IO def test_io_string json = %{{ "x":true, "y":58, "z": [1,2,3] } } input = StringIO.new(json) obj = Oj.object_load(input) assert_equal({ 'x' => true, 'y' => 58, 'z' => [1, 2, 3]}, obj) end def test_io_file filename = File.join(__dir__, 'open_file_test.json') File.write(filename, %{{ "x":true, "y":58, "z": [1,2,3] } }) f = File.new(filename) obj = Oj.object_load(f) f.close() assert_equal({ 'x' => true, 'y' => 58, 'z' => [1, 2, 3]}, obj) end # symbol_keys option def test_symbol_keys json = %{{ "x":true, "y":58, "z": [1,2,3] } } obj = Oj.object_load(json, :symbol_keys => true) assert_equal({ :x => true, :y => 58, :z => [1, 2, 3]}, obj) end def test_class_object dump_and_load(ObjectJuice, false) end def test_module_object dump_and_load(One, false) end def test_non_str_hash_object json = Oj.dump({ 1 => true, :sim => nil }, :mode => :object) h = Oj.load(json, :mode => :strict) assert_equal({'^#1' => [1, true], ':sim' => nil}, h) h = Oj.load(json, :mode => :object) assert_equal({ 1 => true, :sim => nil }, h) end # comments def test_comment_slash json = %{{ "x":true,//three "y":58, "z": [1,2, 3 // six ]} } obj = Oj.object_load(json) assert_equal({ 'x' => true, 'y' => 58, 'z' => [1, 2, 3]}, obj) end def test_comment_c json = %{{ "x"/*one*/:/*two*/true, "y":58, "z": [1,2,3]} } obj = Oj.object_load(json) assert_equal({ 'x' => true, 'y' => 58, 'z' => [1, 2, 3]}, obj) end def test_comment json = %{{ "x"/*one*/:/*two*/true,//three "y":58/*four*/, "z": [1,2/*five*/, 3 // six ] } } obj = Oj.object_load(json) assert_equal({ 'x' => true, 'y' => 58, 'z' => [1, 2, 3]}, obj) end def test_json_module_object obj = One::Two::Three::Deep.new() dump_and_load(obj, false) end def test_xml_time t = Time.new(2015, 1, 5, 21, 37, 7.123456789, -8 * 3600) # The fractional seconds are not always recreated exactly which causes a # mismatch so instead the seconds, nsecs, and gmt_offset are checked # separately along with utc. json = Oj.dump(t, :mode => :object, :time_format => :xmlschema) # puts "*** json for test_xml_time '#{json}'" loaded = Oj.object_load(json) assert_equal(t.tv_sec, loaded.tv_sec) if t.respond_to?(:tv_nsec) assert_equal(t.tv_nsec, loaded.tv_nsec) else assert_equal(t.tv_usec, loaded.tv_usec) end assert_equal(t.utc?, loaded.utc?) assert_equal(t.utc_offset, loaded.utc_offset) end def test_xml_time_utc t = Time.utc(2015, 1, 5, 21, 37, 7.123456789) # The fractional seconds are not always recreated exactly which causes a # mismatch so instead the seconds, nsecs, and gmt_offset are checked # separately along with utc. json = Oj.dump(t, :mode => :object, :time_format => :xmlschema) loaded = Oj.object_load(json) assert_equal(t.tv_sec, loaded.tv_sec) if t.respond_to?(:tv_nsec) assert_equal(t.tv_nsec, loaded.tv_nsec) else assert_equal(t.tv_usec, loaded.tv_usec) end assert_equal(t.utc?, loaded.utc?) assert_equal(t.utc_offset, loaded.utc_offset) end def test_ruby_time t = Time.new(2015, 1, 5, 21, 37, 7.123456789, -8 * 3600) # The fractional seconds are not always recreated exactly which causes a # mismatch so instead the seconds, nsecs, and gmt_offset are checked # separately along with utc. json = Oj.dump(t, :mode => :object, :time_format => :ruby) # puts "*** json for test_ruby_time '#{json}'" loaded = Oj.object_load(json) assert_equal(t.tv_sec, loaded.tv_sec) if t.respond_to?(:tv_nsec) assert_equal(t.tv_nsec, loaded.tv_nsec) else assert_equal(t.tv_usec, loaded.tv_usec) end assert_equal(t.utc?, loaded.utc?) assert_equal(t.utc_offset, loaded.utc_offset) end def test_ruby_time_12345 t = Time.new(2015, 1, 5, 21, 37, 7.123456789, 12_345/60*60) # The fractional seconds are not always recreated exactly which causes a # mismatch so instead the seconds, nsecs, and gmt_offset are checked # separately along with utc. json = Oj.dump(t, :mode => :object, :time_format => :ruby) # puts "*** json for test_ruby_time '#{json}'" loaded = Oj.object_load(json) # puts "*** loaded: #{loaded}" assert_equal(t.tv_sec, loaded.tv_sec) if t.respond_to?(:tv_nsec) assert_equal(t.tv_nsec, loaded.tv_nsec) else assert_equal(t.tv_usec, loaded.tv_usec) end assert_equal(t.utc?, loaded.utc?) assert_equal(t.utc_offset, loaded.utc_offset) end def test_ruby_time_utc t = Time.utc(2015, 1, 5, 21, 37, 7.123456789) # The fractional seconds are not always recreated exactly which causes a # mismatch so instead the seconds, nsecs, and gmt_offset are checked # separately along with utc. json = Oj.dump(t, :mode => :object, :time_format => :ruby) # puts json loaded = Oj.object_load(json) assert_equal(t.tv_sec, loaded.tv_sec) if t.respond_to?(:tv_nsec) assert_equal(t.tv_nsec, loaded.tv_nsec) else assert_equal(t.tv_usec, loaded.tv_usec) end assert_equal(t.utc?, loaded.utc?) assert_equal(t.utc_offset, loaded.utc_offset) end def test_time_early # Windows does not support dates before 1970. return if RbConfig::CONFIG['host_os'] =~ /(mingw|mswin)/ t = Time.new(1954, 1, 5, 21, 37, 7.123456789, -8 * 3600) # The fractional seconds are not always recreated exactly which causes a # mismatch so instead the seconds, nsecs, and gmt_offset are checked # separately along with utc. json = Oj.dump(t, :mode => :object, :time_format => :unix_zone) # puts json loaded = Oj.object_load(json) assert_equal(t.tv_sec, loaded.tv_sec) if t.respond_to?(:tv_nsec) assert_equal(t.tv_nsec, loaded.tv_nsec) else assert_equal(t.tv_usec, loaded.tv_usec) end assert_equal(t.utc?, loaded.utc?) assert_equal(t.utc_offset, loaded.utc_offset) end def test_time_unix_zone t = Time.new(2015, 1, 5, 21, 37, 7.123456789, -8 * 3600) # The fractional seconds are not always recreated exactly which causes a # mismatch so instead the seconds, nsecs, and gmt_offset are checked # separately along with utc. json = Oj.dump(t, :mode => :object, :time_format => :unix_zone) # puts json loaded = Oj.object_load(json) assert_equal(t.tv_sec, loaded.tv_sec) if t.respond_to?(:tv_nsec) assert_equal(t.tv_nsec, loaded.tv_nsec) else assert_equal(t.tv_usec, loaded.tv_usec) end assert_equal(t.utc?, loaded.utc?) assert_equal(t.utc_offset, loaded.utc_offset) end def test_time_unix_zone_12345 t = Time.new(2015, 1, 5, 21, 37, 7.123456789, 12_345) # The fractional seconds are not always recreated exactly which causes a # mismatch so instead the seconds, nsecs, and gmt_offset are checked # separately along with utc. json = Oj.dump(t, :mode => :object, :time_format => :unix_zone) # puts json loaded = Oj.object_load(json) assert_equal(t.tv_sec, loaded.tv_sec) if t.respond_to?(:tv_nsec) assert_equal(t.tv_nsec, loaded.tv_nsec) else assert_equal(t.tv_usec, loaded.tv_usec) end assert_equal(t.utc?, loaded.utc?) assert_equal(t.utc_offset, loaded.utc_offset) end def test_time_unix_zone_utc t = Time.utc(2015, 1, 5, 21, 37, 7.123456789) # The fractional seconds are not always recreated exactly which causes a # mismatch so instead the seconds, nsecs, and gmt_offset are checked # separately along with utc. json = Oj.dump(t, :mode => :object, :time_format => :unix_zone) # puts json loaded = Oj.object_load(json) assert_equal(t.tv_sec, loaded.tv_sec) if t.respond_to?(:tv_nsec) assert_equal(t.tv_nsec, loaded.tv_nsec) else assert_equal(t.tv_usec, loaded.tv_usec) end assert_equal(t.utc?, loaded.utc?) assert_equal(t.utc_offset, loaded.utc_offset) end def test_json_object obj = Jeez.new(true, 58) dump_and_load(obj, false) end def test_json_object_create_deep obj = One::Two::Three::Deep.new() dump_and_load(obj, false) end def test_json_object_bad json = %{{"^o":"Junk","x":true}} begin Oj.object_load(json) rescue Exception => e assert_equal('ArgumentError', e.class().name) return end assert(false, '*** expected an exception') end def test_json_object_not_hat_hash json = %{{"^#x":[1,2]}} h = Oj.object_load(json) assert_equal({1 => 2}, h) json = %{{"~#x":[1,2]}} h = Oj.object_load(json) assert_equal({'~#x' => [1, 2]}, h) end def test_json_struct obj = Stuck.new(false, 7) dump_and_load(obj, false) end def test_json_struct2 obj = One::Stuck2.new(false, 7) dump_and_load(obj, false) end def test_json_anonymous_struct s = Struct.new(:x, :y) obj = s.new(1, 2) json = Oj.dump(obj, :indent => 2, :mode => :object) # puts json loaded = Oj.object_load(json) assert_equal(obj.members, loaded.members) assert_equal(obj.values, loaded.values) end def test_json_non_str_hash obj = { 59 => 'young', false => true } dump_and_load(obj, false) end def test_mixed_hash_object Oj.default_options = { :mode => :object } json = Oj.dump({ 1 => true, 'nil' => nil, :sim => 4 }) h = Oj.object_load(json) assert_equal({ 1 => true, 'nil' => nil, :sim => 4 }, h) end def test_json_object_object obj = Jeez.new(true, 58) json = Oj.dump(obj, mode: :object, indent: 2, ignore_under: true) assert(%{{ "^o":"ObjectJuice::Jeez", "x":true, "y":58 } } == json || %{{ "^o":"ObjectJuice::Jeez", "y":58, "x":true } } == json) obj2 = Oj.load(json, :mode => :object) assert_equal(obj, obj2) end def test_to_hash_object_object obj = Jazz.new(true, 58) json = Oj.dump(obj, :mode => :object, :indent => 2) assert(%{{ "^o":"ObjectJuice::Jazz", "x":true, "y":58 } } == json || %{{ "^o":"ObjectJuice::Jazz", "y":58, "x":true } } == json) obj2 = Oj.load(json, :mode => :object) assert_equal(obj, obj2) end def test_as_json_object_object obj = Orange.new(true, 58) json = Oj.dump(obj, :mode => :object, :indent => 2) assert(%{{ "^o":"ObjectJuice::Orange", "x":true, "y":58 } } == json || %{{ "^o":"ObjectJuice::Orange", "y":58, "x":true } } == json) obj2 = Oj.load(json, :mode => :object) assert_equal(obj, obj2) end def test_object_object_no_cache obj = Jam.new(true, 58) json = Oj.dump(obj, :mode => :object, :indent => 2) assert(%{{ "^o":"ObjectJuice::Jam", "x":true, "y":58 } } == json || %{{ "^o":"ObjectJuice::Jam", "y":58, "x":true } } == json) obj2 = Oj.load(json, :mode => :object, :class_cache => false) assert_equal(obj, obj2) end def test_ignore obj = Jeez.new(true, 58) json = Oj.dump({ 'a' => 7, 'b' => obj }, :mode => :object, :indent => 2, :ignore => [ Jeez ]) assert_equal(%|{ "a":7 } |, json) end def test_exception err = nil begin raise StandardError.new('A Message') rescue Exception => e err = e end json = Oj.dump(err, :mode => :object, :indent => 2) # puts "*** #{json}" e2 = Oj.load(json, :mode => :strict) assert_equal(err.class.to_s, e2['^o']) assert_equal(err.message, e2['~mesg']) assert_equal(err.backtrace, e2['~bt']) e2 = Oj.load(json, :mode => :object) if 'rubinius' == $ruby assert_equal(e.class, e2.class) assert_equal(e.message, e2.message) assert_equal(e.backtrace, e2.backtrace) else assert_equal(e, e2) end end class SubX < StandardError def initialize super('sub') @xyz = 123 end end def test_exception_subclass err = nil begin raise SubX.new rescue Exception => e err = e end json = Oj.dump(err, :mode => :object, :indent => 2) # puts "*** #{json}" e2 = Oj.load(json, :mode => :strict) assert_equal(err.class.to_s, e2['^o']) assert_equal(err.message, e2['~mesg']) assert_equal(err.backtrace, e2['~bt']) e2 = Oj.load(json, :mode => :object) assert_equal(e, e2) end def test_range_object Oj.default_options = { :mode => :object } json = Oj.dump(1..7, :mode => :object, :indent => 0) if 'ruby' == $ruby assert_equal(%{{"^u":["Range",1,7,false]}}, json) else assert_equal(%{{"^O":"Range","begin":1,"end":7,"exclude_end?":false}}, json) end dump_and_load(1..7, false) dump_and_load(1..1, false) dump_and_load(1...7, false) end def test_circular_hash h = { 'a' => 7 } h['b'] = h json = Oj.dump(h, :mode => :object, :indent => 2, :circular => true) h2 = Oj.object_load(json, :circular => true) assert_equal(h2['b'].__id__, h2.__id__) end def test_json_object_missing_fields json = %{{ "^u": [ "ObjectJuice::Stuck",1]}} obj = Oj.load(json, mode: :object) assert_nil(obj['b']) end def test_circular_array a = [7] a << a json = Oj.dump(a, :mode => :object, :indent => 2, :circular => true) a2 = Oj.object_load(json, :circular => true) assert_equal(a2[1].__id__, a2.__id__) end def test_circular_array2 a = [7] a << a json = Oj.dump(a, :mode => :object, :indent => 2, :circular => true) assert_equal(%{[ "^i1", 7, "^r1" ] }, json) a2 = Oj.load(json, :mode => :object, :circular => true) assert_equal(a2[1].__id__, a2.__id__) end def test_circular_array3 a = ['^r1'] json = Oj.dump(a, mode: :object, circular: true) assert_equal(%{["^i1","\\u005er1"]}, json) a2 = Oj.load(json, mode: :object, circular: true) assert_equal(a, a2) end def test_circular_hash2 h = { 'a' => 7 } h['b'] = h json = Oj.dump(h, :mode => :object, :indent => 2, :circular => true) ha = Oj.load(json, :mode => :strict) assert_equal({'^i' => 1, 'a' => 7, 'b' => '^r1'}, ha) Oj.load(json, :mode => :object, :circular => true) assert_equal(h['b'].__id__, h.__id__) end def test_circular_object obj = Jeez.new(nil, 58) obj.x = obj json = Oj.dump(obj, :mode => :object, :indent => 2, :circular => true) obj2 = Oj.object_load(json, :circular => true) assert_equal(obj2.x.__id__, obj2.__id__) end def test_circular_object2 obj = Jam.new(nil, 58) obj.x = obj json = Oj.dump(obj, :mode => :object, :indent => 2, :circular => true) assert(%{{ "^o":"ObjectJuice::Jam", "^i":1, "x":"^r1", "y":58 } } == json || %{{ "^o":"ObjectJuice::Jam", "^i":1, "y":58, "x":"^r1" } } == json) obj2 = Oj.load(json, :mode => :object, :circular => true) assert_equal(obj2.x.__id__, obj2.__id__) end def test_circular h = { 'a' => 7 } obj = Jeez.new(h, 58) obj.x['b'] = obj json = Oj.dump(obj, :mode => :object, :indent => 2, :circular => true) Oj.object_load(json, :circular => true) assert_equal(obj.x.__id__, h.__id__) assert_equal(h['b'].__id__, obj.__id__) end def test_circular2 h = { 'a' => 7 } obj = Jam.new(h, 58) obj.x['b'] = obj json = Oj.dump(obj, :mode => :object, :indent => 2, :circular => true) ha = Oj.load(json, :mode => :strict) assert_equal({'^o' => 'ObjectJuice::Jam', '^i' => 1, 'x' => { '^i' => 2, 'a' => 7, 'b' => '^r1' }, 'y' => 58 }, ha) Oj.load(json, :mode => :object, :circular => true) assert_equal(obj.x.__id__, h.__id__) assert_equal(h['b'].__id__, obj.__id__) end def test_omit_nil jam = Jam.new({'a' => 1, 'b' => nil }, nil) json = Oj.dump(jam, :omit_nil => true, :mode => :object) assert_equal(%|{"^o":"ObjectJuice::Jam","x":{"a":1}}|, json) end def test_odd_date dump_and_load(Date.new(2012, 6, 19), false) Oj.register_odd(Date, Date, :jd, :jd) json = Oj.dump(Date.new(2015, 3, 7), :mode => :object) assert_equal(%|{"^O":"Date","jd":2457089}|, json) dump_and_load(Date.new(2012, 6, 19), false) end def test_odd_datetime dump_and_load(DateTime.new(2012, 6, 19, 13, 5, Rational(4, 3)), false) dump_and_load(DateTime.new(2012, 6, 19, 13, 5, Rational(7_123_456_789, 1_000_000_000)), false) end def test_odd_xml_time str = "2023-01-01T00:00:00Z" assert_equal(Time.parse(str), Oj.load('{"^t":"' + str + '"}', mode: :object)) str = "2023-01-01T00:00:00.3Z" assert_equal(Time.parse(str), Oj.load('{"^t":"' + str + '"}', mode: :object)) str = "2023-01-01T00:00:00.123456789123456789Z" assert_equal(Time.parse(str), Oj.load('{"^t":"' + str + '"}', mode: :object)) str = "2023-01-01T00:00:00.123456789123456789123456789Z" assert_equal(Time.parse(str), Oj.load('{"^t":"' + str + '"}', mode: :object)) end def test_bag json = %{{ "^o":"ObjectJuice::Jem", "x":true, "y":58 }} obj = Oj.load(json, :mode => :object, :auto_define => true) assert_equal('ObjectJuice::Jem', obj.class.name) assert(obj.x) assert_equal(58, obj.y) end def test_odd_string Oj.register_odd(Strung, Strung, :create, :to_s, 'safe?') s = Strung.new('Pete', true) dump_and_load(s, false) end def test_odd_raw Oj.register_odd_raw(Raw, Raw, :create, :to_json) json = Oj.dump(Raw.new(%|{"a":1}|), :mode => :object) assert_equal(%|{"^O":"ObjectJuice::Raw","to_json":{"a":1}}|, json) h = Oj.load(json, :mode => :object) assert_equal({'a' => 1}, h) end def test_odd_mod Oj.register_odd(Ichi::Ni, Ichi::Ni, :direct, :dump) json = Oj.dump(Ichi::Ni::San::Shi.new({'a' => 1}), :mode => :object) assert_equal(%|{"^O":"ObjectJuice::Ichi::Ni::San::Shi","dump":{"a":1}}|, json) h = Oj.load(json, :mode => :object) assert_equal({'a' => 1}, h) end def test_auto_string s = AutoStrung.new('Pete', true) dump_and_load(s, false) end def test_auto_array a = AutoArray.new([1, 'abc', nil], true) dump_and_load(a, false) end def test_auto_hash h = AutoHash.new(nil, true) h['a'] = 1 h['b'] = 2 dump_and_load(h, false) end def dump_and_load(obj, trace=false) json = Oj.dump(obj, :indent => 2, :mode => :object) puts json if trace loaded = Oj.object_load(json) if obj.nil? assert_nil(loaded) else assert_equal(obj, loaded) end loaded end end oj-3.16.12/test/test_parser.rb000077500000000000000000000003701510053151600161330ustar00rootroot00000000000000#!/usr/bin/env ruby # frozen_string_literal: true $LOAD_PATH << __dir__ @oj_dir = File.dirname(File.expand_path(__dir__)) %w(lib ext).each do |dir| $LOAD_PATH << File.join(@oj_dir, dir) end require 'test_parser_usual' require 'test_parser_saj' oj-3.16.12/test/test_parser_saj.rb000077500000000000000000000203731510053151600167750ustar00rootroot00000000000000#!/usr/bin/env ruby # frozen_string_literal: true $LOAD_PATH << __dir__ require 'helper' $json = %|{ "array": [ { "num" : 3, "string": "message", "hash" : { "h2" : { "a" : [ 1, 2, 3 ] } } } ], "boolean" : true }| class AllSaj < Oj::Saj attr_accessor :calls def initialize @calls = [] super end def hash_start(key) @calls << [:hash_start, key] end def hash_end(key) @calls << [:hash_end, key] end def array_start(key) @calls << [:array_start, key] end def array_end(key) @calls << [:array_end, key] end def add_value(value, key) @calls << [:add_value, value, key] end def error(message, line, column) @calls << [:error, message, line, column] end end # AllSaj class LocSaj attr_accessor :calls def initialize @calls = [] end def hash_start(key, line, column) @calls << [:hash_start, key, line, column] end def hash_end(key, line, column) @calls << [:hash_end, key, line, column] end def array_start(key, line, column) @calls << [:array_start, key, line, column] end def array_end(key, line, column) @calls << [:array_end, key, line, column] end def add_value(value, key, line, column) @calls << [:add_value, value, key, line, column] end end # LocSaj class SajTest < Minitest::Test def test_nil handler = AllSaj.new() json = %{null} p = Oj::Parser.new(:saj) p.handler = handler p.parse(json) assert_equal([[:add_value, nil, nil]], handler.calls) end def test_true handler = AllSaj.new() json = %{true} p = Oj::Parser.new(:saj) p.handler = handler p.parse(json) assert_equal([[:add_value, true, nil]], handler.calls) end def test_false handler = AllSaj.new() json = %{false} p = Oj::Parser.new(:saj) p.handler = handler p.parse(json) assert_equal([[:add_value, false, nil]], handler.calls) end def test_string handler = AllSaj.new() json = %{"a string"} p = Oj::Parser.new(:saj) p.handler = handler p.parse(json) assert_equal([[:add_value, 'a string', nil]], handler.calls) end def test_fixnum handler = AllSaj.new() json = %{12345} p = Oj::Parser.new(:saj) p.handler = handler p.parse(json) assert_equal([[:add_value, 12_345, nil]], handler.calls) end def test_float handler = AllSaj.new() json = %{12345.6789} p = Oj::Parser.new(:saj) p.handler = handler p.parse(json) assert_equal([[:add_value, 12_345.6789, nil]], handler.calls) end def test_float_exp handler = AllSaj.new() json = %{12345.6789e7} p = Oj::Parser.new(:saj) p.handler = handler p.parse(json) assert_equal(1, handler.calls.size) assert_equal(:add_value, handler.calls[0][0]) assert_equal((12_345.6789e7 * 10_000).to_i, (handler.calls[0][1] * 10_000).to_i) end def test_bignum handler = AllSaj.new() json = %{-11.899999999999999} p = Oj::Parser.new(:saj) p.handler = handler p.parse(json) assert_equal(1, handler.calls.size) assert_equal(:add_value, handler.calls[0][0]) assert_equal(-118_999, (handler.calls[0][1] * 10_000).to_i) end def test_bignum_loc handler = LocSaj.new() json = <<~JSON { "width": 192.33800000000002, "xaxis": { "anchor": "y" } } JSON p = Oj::Parser.new(:saj) p.handler = handler p.parse(json) assert_equal(6, handler.calls.size) assert_equal(1_923_380, (handler.calls[1][1] * 10_000).to_i) handler.calls[1][1] = 1_923_380 assert_equal([[:hash_start, nil, 1, 1], [:add_value, 1_923_380, 'width', 2, 30], [:hash_start, 'xaxis', 3, 12], [:add_value, 'y', 'anchor', 4, 17], [:hash_end, 'xaxis', 5, 3], [:hash_end, nil, 6, 1]], handler.calls) end def test_array_empty handler = AllSaj.new() json = %{[]} p = Oj::Parser.new(:saj) p.handler = handler p.parse(json) assert_equal([[:array_start, nil], [:array_end, nil]], handler.calls) end def test_array handler = AllSaj.new() json = %{[true,false]} p = Oj::Parser.new(:saj) p.handler = handler p.parse(json) assert_equal([[:array_start, nil], [:add_value, true, nil], [:add_value, false, nil], [:array_end, nil]], handler.calls) end def test_hash_empty handler = AllSaj.new() json = %{{}} p = Oj::Parser.new(:saj) p.handler = handler p.parse(json) assert_equal([[:hash_start, nil], [:hash_end, nil]], handler.calls) end def test_hash handler = AllSaj.new() json = %{{"one":true,"two":false}} p = Oj::Parser.new(:saj) p.handler = handler p.parse(json) assert_equal([[:hash_start, nil], [:add_value, true, 'one'], [:add_value, false, 'two'], [:hash_end, nil]], handler.calls) end def test_full handler = AllSaj.new() Oj.saj_parse(handler, $json) assert_equal([[:hash_start, nil], [:array_start, 'array'], [:hash_start, nil], [:add_value, 3, 'num'], [:add_value, 'message', 'string'], [:hash_start, 'hash'], [:hash_start, 'h2'], [:array_start, 'a'], [:add_value, 1, nil], [:add_value, 2, nil], [:add_value, 3, nil], [:array_end, 'a'], [:hash_end, 'h2'], [:hash_end, 'hash'], [:hash_end, nil], [:array_end, 'array'], [:add_value, true, 'boolean'], [:hash_end, nil]], handler.calls) end def test_multiple handler = AllSaj.new() json = %|[true][false]| p = Oj::Parser.new(:saj) p.handler = handler p.parse(json) assert_equal([ [:array_start, nil], [:add_value, true, nil], [:array_end, nil], [:array_start, nil], [:add_value, false, nil], [:array_end, nil], ], handler.calls) end def test_io handler = AllSaj.new() json = %| [true,false] | p = Oj::Parser.new(:saj) p.handler = handler p.load(StringIO.new(json)) assert_equal([ [:array_start, nil], [:add_value, true, nil], [:add_value, false, nil], [:array_end, nil], ], handler.calls) end def test_file handler = AllSaj.new() p = Oj::Parser.new(:saj) p.handler = handler p.file('saj_test.json') assert_equal([ [:array_start, nil], [:add_value, true, nil], [:add_value, false, nil], [:array_end, nil], ], handler.calls) end def test_default handler = AllSaj.new() json = %|[true]| Oj::Parser.saj.handler = handler Oj::Parser.saj.parse(json) assert_equal([ [:array_start, nil], [:add_value, true, nil], [:array_end, nil], ], handler.calls) end def test_loc handler = LocSaj.new() Oj::Parser.saj.handler = handler Oj::Parser.saj.parse($json) assert_equal([[:hash_start, nil, 1, 1], [:array_start, 'array', 2, 12], [:hash_start, nil, 3, 5], [:add_value, 3, 'num', 4, 18], [:add_value, 'message', 'string', 5, 25], [:hash_start, 'hash', 6, 17], [:hash_start, 'h2', 7, 17], [:array_start, 'a', 8, 17], [:add_value, 1, nil, 8, 20], [:add_value, 2, nil, 8, 23], [:add_value, 3, nil, 8, 26], [:array_end, 'a', 8, 27], [:hash_end, 'h2', 9, 9], [:hash_end, 'hash', 10, 7], [:hash_end, nil, 11, 5], [:array_end, 'array', 12, 3], [:add_value, true, 'boolean', 13, 18], [:hash_end, nil, 14, 1]], handler.calls) end end oj-3.16.12/test/test_parser_usual.rb000077500000000000000000000142001510053151600173410ustar00rootroot00000000000000#!/usr/bin/env ruby # frozen_string_literal: true $LOAD_PATH << __dir__ require 'helper' class UsualTest < Minitest::Test def test_nil p = Oj::Parser.new(:usual) doc = p.parse('nil') assert_nil(doc) end def test_primitive p = Oj::Parser.new(:usual) [ ['true', true], ['false', false], ['123', 123], ['1.25', 1.25], ['"abc"', 'abc'], ].each { |x| doc = p.parse(x[0]) assert_equal(x[1], doc) } end def test_big p = Oj::Parser.new(:usual) doc = p.parse('12345678901234567890123456789') assert_equal(BigDecimal, doc.class) doc = p.parse('1234567890.1234567890123456789') assert_equal(BigDecimal, doc.class) end def test_array p = Oj::Parser.new(:usual) [ ['[]', []], ['[false]', [false]], ['[true,false]', [true, false]], ['[[]]', [[]]], ['[true,[],false]', [true, [], false]], ['[true,[true],false]', [true, [true], false]], ].each { |x| doc = p.parse(x[0]) assert_equal(x[1], doc) } end def test_hash p = Oj::Parser.new(:usual) [ ['{}', {}], ['{"a": null}', {'a' => nil}], ['{"t": true, "f": false, "s": "abc"}', {'t' => true, 'f' => false, 's' => 'abc'}], ['{"a": {}}', {'a' => {}}], ['{"a": {"b": 2}}', {'a' => {'b' => 2}}], ['{"a": [true]}', {'a' => [true]}], ].each { |x| doc = p.parse(x[0]) assert_equal(x[1], doc) } end def test_symbol_keys p = Oj::Parser.new(:usual) refute(p.symbol_keys) p.symbol_keys = true doc = p.parse('{"a": true, "b": false}') assert_equal({a: true, b: false}, doc) end def test_strings p = Oj::Parser.new(:usual) doc = p.parse('{"ぴ": "", "ぴ ": "x", "c": "ぴーたー", "d": " ぴーたー "}') assert_equal({'ぴ' => '', 'ぴ ' => 'x', 'c' => 'ぴーたー', 'd' => ' ぴーたー '}, doc) end def test_capacity p = Oj::Parser.new(:usual, capacity: 1000) assert_equal(4096, p.capacity) p.capacity = 5000 assert_equal(5000, p.capacity) end def test_decimal p = Oj::Parser.new(:usual) assert_equal(:auto, p.decimal) doc = p.parse('1.234567890123456789') assert_equal(BigDecimal, doc.class) assert_equal('0.1234567890123456789e1', doc.to_s) doc = p.parse('1.25') assert_equal(Float, doc.class) p.decimal = :float assert_equal(:float, p.decimal) doc = p.parse('1.234567890123456789') assert_equal(Float, doc.class) p.decimal = :bigdecimal assert_equal(:bigdecimal, p.decimal) doc = p.parse('1.234567890123456789') assert_equal(BigDecimal, doc.class) doc = p.parse('1.25') assert_equal(BigDecimal, doc.class) assert_equal('0.125e1', doc.to_s) p.decimal = :ruby assert_equal(:ruby, p.decimal) doc = p.parse('1.234567890123456789') assert_equal(Float, doc.class) end def test_multi_parse p = Oj::Parser.new(:usual) out = [] p.parse('{"a":1}{"b":{"x":2}} {"c":3}') { |j| out.push(j) } assert_equal([{'a'=>1}, {'b'=>{'x'=>2}},{'c'=>3}], out) end def test_multi_load p = Oj::Parser.new(:usual) out = [] r, w = IO.pipe thread = Thread.new do ['{"a":1}', '{"b":{"x"', ':2}}{"c":', '3}'].each { |seg| w.write(seg) sleep(0.1) } w.close end p.load(r) { |j| out.push(j) } r.close thread.join assert_equal([{'a'=>1}, {'b'=>{'x'=>2}},{'c'=>3}], out) end def test_omit_null p = Oj::Parser.new(:usual) p.omit_null = true doc = p.parse('{"a":true,"b":null}') assert_equal({'a'=>true}, doc) p.omit_null = false doc = p.parse('{"a":true,"b":null}') assert_equal({'a'=>true, 'b'=>nil}, doc) end class MyArray < Array end def test_array_class p = Oj::Parser.new(:usual) p.array_class = MyArray assert_equal(MyArray, p.array_class) doc = p.parse('[true]') assert_equal(MyArray, doc.class) end class MyHash < Hash end def test_hash_class p = Oj::Parser.new(:usual) p.hash_class = MyHash assert_equal(MyHash, p.hash_class) doc = p.parse('{"a":true}') assert_equal(MyHash, doc.class) end def test_empty p = Oj::Parser.new(:usual) p.raise_on_empty = false doc = p.parse(' ') assert_nil(doc) p.raise_on_empty = true assert_raises(Oj::ParseError) { p.parse(' ') } end class MyClass attr_accessor :a attr_accessor :b def to_s "#{self.class}{a: #{@a} b: #{b}}" end end class MyClass2 < MyClass def self.json_create(arg) obj = new obj.a = arg['a'] obj.b = arg['b'] obj end end def test_create_id p = Oj::Parser.new(:usual) p.create_id = '^' doc = p.parse('{"a":true}') assert_equal(Hash, doc.class) doc = p.parse('{"a":true,"^":"UsualTest::MyClass","b":false}') assert_equal('UsualTest::MyClass{a: true b: false}', doc.to_s) doc = p.parse('{"a":true,"^":"UsualTest::MyClass2","b":false}') assert_equal('UsualTest::MyClass2{a: true b: false}', doc.to_s) p.hash_class = MyHash assert_equal(MyHash, p.hash_class) doc = p.parse('{"a":true}') assert_equal(MyHash, doc.class) doc = p.parse('{"a":true,"^":"UsualTest::MyClass","b":false}') assert_equal('UsualTest::MyClass{a: true b: false}', doc.to_s) p.create_id = 'class' doc = p.parse('{"a":true,"class":"UsualTest::MyClass","b":false}') assert_equal('UsualTest::MyClass{a: true b: false}', doc.to_s) end def test_missing_class p = Oj::Parser.new(:usual, create_id: '^') json = '{"a":true,"^":"Auto","b":false}' doc = p.parse(json) assert_equal(Hash, doc.class) p.missing_class = :auto doc = p.parse(json) # Auto should be defined after parsing assert_equal(Auto, doc.class) end def test_class_cache p = Oj::Parser.new(:usual) p.create_id = '^' p.class_cache = true p.missing_class = :auto json = '{"a":true,"^":"Auto2","b":false}' doc = p.parse(json) assert_equal(Auto2, doc.class) doc = p.parse(json) assert_equal(Auto2, doc.class) end def test_default_parser doc = Oj::Parser.usual.parse('{"a":true,"b":null}') assert_equal({'a'=>true, 'b'=>nil}, doc) end end oj-3.16.12/test/test_rails.rb000077500000000000000000000014461510053151600157560ustar00rootroot00000000000000#!/usr/bin/env ruby # frozen_string_literal: true $LOAD_PATH << __dir__ require 'helper' class RailsJuice < Minitest::Test def test_bigdecimal_dump orig = Oj.default_options Oj.default_options = { mode: :rails, bigdecimal_as_decimal: true } bd = BigDecimal('123') json = Oj.dump(bd) Oj.default_options = orig assert_equal('0.123e3', json.downcase) json = Oj.dump(bd, mode: :rails, bigdecimal_as_decimal: false) assert_equal('"0.123e3"', json.downcase) json = Oj.dump(bd, mode: :rails, bigdecimal_as_decimal: true) assert_equal('0.123e3', json.downcase) end def test_invalid_encoding assert_raises(EncodingError) { Oj.dump("\"\xf3j", mode: :rails) } assert_raises(EncodingError) { Oj.dump("\xf3j", mode: :rails) } end end oj-3.16.12/test/test_realworld.rb000066400000000000000000000022271510053151600166320ustar00rootroot00000000000000#!/usr/bin/env ruby # frozen_string_literal: true $LOAD_PATH << __dir__ require 'helper' class RealWorldTest < Minitest::Test def test_realworld_data files = ['activitypub.json', 'canada.json', 'citm_catalog.json', 'ohai.json', 'twitter.json'] # The files in `test/data` are generated from the original JSON files using the following snippet. # Ensure a tested version of Oj is used to generate these files. # files.each do |f| # data = Oj.load_file("#{__dir__}/test/data/#{f}") # prefix = File.basename(f, '.json') # File.write("#{__dir__}/test/data/#{prefix}.compat.json", Oj.dump(data, mode: :compat)) # File.write("#{__dir__}/test/data/#{prefix}.rails.json", Oj.dump(data, mode: :rails)) # end files.each do |file| data = Oj.load(File.read("test/data/#{file}")) basename = File.basename(file, '.json') expected = File.read("test/data/#{basename}.compat.json") json = Oj.dump(data, mode: :compat) assert_equal(expected, json) expected = File.read("test/data/#{basename}.rails.json") json = Oj.dump(data, mode: :rails) assert_equal(expected, json) end end endoj-3.16.12/test/test_saj.rb000077500000000000000000000105651510053151600154230ustar00rootroot00000000000000#!/usr/bin/env ruby # frozen_string_literal: true $LOAD_PATH << __dir__ require 'helper' $json = %{{ "array": [ { "num" : 3, "string": "message", "hash" : { "h2" : { "a" : [ 1, 2, 3 ] } } } ], "boolean" : true }} class AllSaj < Oj::Saj attr_accessor :calls def initialize @calls = [] super end def hash_start(key) @calls << [:hash_start, key] end def hash_end(key) @calls << [:hash_end, key] end def array_start(key) @calls << [:array_start, key] end def array_end(key) @calls << [:array_end, key] end def add_value(value, key) @calls << [:add_value, value, key] end def error(message, line, column) @calls << [:error, message, line, column] end end # AllSaj class SajTest < Minitest::Test def setup @default_options = Oj.default_options end def teardown Oj.default_options = @default_options end def test_nil handler = AllSaj.new() json = %{null} Oj.saj_parse(handler, json) assert_equal([[:add_value, nil, nil]], handler.calls) end def test_true handler = AllSaj.new() json = %{true} Oj.saj_parse(handler, json) assert_equal([[:add_value, true, nil]], handler.calls) end def test_false handler = AllSaj.new() json = %{false} Oj.saj_parse(handler, json) assert_equal([[:add_value, false, nil]], handler.calls) end def test_string handler = AllSaj.new() json = %{"a string"} Oj.saj_parse(handler, json) assert_equal([[:add_value, 'a string', nil]], handler.calls) end def test_fixnum handler = AllSaj.new() json = %{12345} Oj.saj_parse(handler, json) assert_equal([[:add_value, 12_345, nil]], handler.calls) end def test_float handler = AllSaj.new() json = %{12345.6789} Oj.saj_parse(handler, json) assert_equal([[:add_value, 12_345.6789, nil]], handler.calls) end def test_float_exp handler = AllSaj.new() json = %{12345.6789e7} Oj.saj_parse(handler, json) assert_equal(1, handler.calls.size) assert_equal(:add_value, handler.calls[0][0]) assert_equal((12_345.6789e7 * 10_000).to_i, (handler.calls[0][1] * 10_000).to_i) end def test_array_empty handler = AllSaj.new() json = %{[]} Oj.saj_parse(handler, json) assert_equal([[:array_start, nil], [:array_end, nil]], handler.calls) end def test_array handler = AllSaj.new() json = %{[true,false]} Oj.saj_parse(handler, json) assert_equal([[:array_start, nil], [:add_value, true, nil], [:add_value, false, nil], [:array_end, nil]], handler.calls) end def test_hash_empty handler = AllSaj.new() json = %{{}} Oj.saj_parse(handler, json) assert_equal([[:hash_start, nil], [:hash_end, nil]], handler.calls) end def test_hash handler = AllSaj.new() json = %{{"one":true,"two":false}} Oj.saj_parse(handler, json) assert_equal([[:hash_start, nil], [:add_value, true, 'one'], [:add_value, false, 'two'], [:hash_end, nil]], handler.calls) end def test_full handler = AllSaj.new() Oj.saj_parse(handler, $json) assert_equal([[:hash_start, nil], [:array_start, 'array'], [:hash_start, nil], [:add_value, 3, 'num'], [:add_value, 'message', 'string'], [:hash_start, 'hash'], [:hash_start, 'h2'], [:array_start, 'a'], [:add_value, 1, nil], [:add_value, 2, nil], [:add_value, 3, nil], [:array_end, 'a'], [:hash_end, 'h2'], [:hash_end, 'hash'], [:hash_end, nil], [:array_end, 'array'], [:add_value, true, 'boolean'], [:hash_end, nil]], handler.calls) end def test_fixnum_bad handler = AllSaj.new() json = %{12345xyz} Oj.saj_parse(handler, json) assert_equal([:add_value, 12_345, nil], handler.calls.first) type, message, line, column = handler.calls.last assert_equal([:error, 1, 6], [type, line, column]) assert_match(%r{invalid format, extra characters at line 1, column 6 \[(?:[A-Za-z]:/)?(?:[a-z.]+/)*saj\.c:\d+\]}, message) end end oj-3.16.12/test/test_scp.rb000077500000000000000000000246161510053151600154350ustar00rootroot00000000000000#!/usr/bin/env ruby # frozen_string_literal: true $LOAD_PATH << __dir__ require 'helper' require 'socket' require 'stringio' $json = %{{ "array": [ { "num" : 3, "string": "message", "hash" : { "h2" : { "a" : [ 1, 2, 3 ] } } } ], "boolean" : true }} class NoHandler < Oj::ScHandler end class AllHandler < Oj::ScHandler attr_accessor :calls def initialize super @calls = [] end def hash_start @calls << [:hash_start] {} end def hash_end @calls << [:hash_end] end def hash_key(key) @calls << [:hash_key, key] return 'too' if 'two' == key return :symbol if 'symbol' == key key end def array_start @calls << [:array_start] [] end def array_end @calls << [:array_end] end def add_value(value) @calls << [:add_value, value] end def hash_set(_h, key, value) @calls << [:hash_set, key, value] end def array_append(_a, value) @calls << [:array_append, value] end end # AllHandler class Closer < AllHandler attr_accessor :io def initialize(io) super() @io = io end def hash_start @calls << [:hash_start] @io.close {} end def hash_set(_h, key, value) @calls << [:hash_set, key, value] @io.close end end # Closer class ScpTest < Minitest::Test def setup @default_options = Oj.default_options end def teardown Oj.default_options = @default_options end def test_nil handler = AllHandler.new() json = %{null} Oj.sc_parse(handler, json) assert_equal([[:add_value, nil]], handler.calls) end def test_true handler = AllHandler.new() json = %{true} Oj.sc_parse(handler, json) assert_equal([[:add_value, true]], handler.calls) end def test_false handler = AllHandler.new() json = %{false} Oj.sc_parse(handler, json) assert_equal([[:add_value, false]], handler.calls) end def test_string handler = AllHandler.new() json = %{"a string"} Oj.sc_parse(handler, json) assert_equal([[:add_value, 'a string']], handler.calls) end def test_fixnum handler = AllHandler.new() json = %{12345} Oj.sc_parse(handler, json) assert_equal([[:add_value, 12_345]], handler.calls) end def test_float handler = AllHandler.new() json = %{12345.6789} Oj.sc_parse(handler, json) assert_equal([[:add_value, 12_345.6789]], handler.calls) end def test_float_exp handler = AllHandler.new() json = %{12345.6789e7} Oj.sc_parse(handler, json) assert_equal(1, handler.calls.size) assert_equal(:add_value, handler.calls[0][0]) assert_equal((12_345.6789e7 * 10_000).to_i, (handler.calls[0][1] * 10_000).to_i) end def test_array_empty handler = AllHandler.new() json = %{[]} Oj.sc_parse(handler, json) assert_equal([[:array_start], [:array_end], [:add_value, []]], handler.calls) end def test_array handler = AllHandler.new() json = %{[true,false]} Oj.sc_parse(handler, json) assert_equal([[:array_start], [:array_append, true], [:array_append, false], [:array_end], [:add_value, []]], handler.calls) end def test_hash_empty handler = AllHandler.new() json = %{{}} Oj.sc_parse(handler, json) assert_equal([[:hash_start], [:hash_end], [:add_value, {}]], handler.calls) end def test_hash handler = AllHandler.new() json = %{{"one":true,"two":false}} Oj.sc_parse(handler, json) assert_equal([[:hash_start], [:hash_key, 'one'], [:hash_set, 'one', true], [:hash_key, 'two'], [:hash_set, 'too', false], [:hash_end], [:add_value, {}]], handler.calls) end def test_hash_sym handler = AllHandler.new() json = %{{"one":true,"two":false}} Oj.sc_parse(handler, json, :symbol_keys => true) assert_equal([[:hash_start], [:hash_key, 'one'], [:hash_set, 'one', true], [:hash_key, 'two'], [:hash_set, 'too', false], [:hash_end], [:add_value, {}]], handler.calls) end def test_symbol_hash_key_without_symbol_keys handler = AllHandler.new() json = %{{"one":true,"symbol":false}} Oj.sc_parse(handler, json) assert_equal([[:hash_start], [:hash_key, 'one'], [:hash_set, 'one', true], [:hash_key, 'symbol'], [:hash_set, :symbol, false], [:hash_end], [:add_value, {}]], handler.calls) end def test_full handler = AllHandler.new() Oj.sc_parse(handler, $json) assert_equal([[:hash_start], [:hash_key, 'array'], [:array_start], [:hash_start], [:hash_key, 'num'], [:hash_set, 'num', 3], [:hash_key, 'string'], [:hash_set, 'string', 'message'], [:hash_key, 'hash'], [:hash_start], [:hash_key, 'h2'], [:hash_start], [:hash_key, 'a'], [:array_start], [:array_append, 1], [:array_append, 2], [:array_append, 3], [:array_end], [:hash_set, 'a', []], [:hash_end], [:hash_set, 'h2', {}], [:hash_end], [:hash_set, 'hash', {}], [:hash_end], [:array_append, {}], [:array_end], [:hash_set, 'array', []], [:hash_key, 'boolean'], [:hash_set, 'boolean', true], [:hash_end], [:add_value, {}]], handler.calls) end def test_double handler = AllHandler.new() json = %{{"one":true,"two":false}{"three":true,"four":false}} Oj.sc_parse(handler, json) assert_equal([[:hash_start], [:hash_key, 'one'], [:hash_set, 'one', true], [:hash_key, 'two'], [:hash_set, 'too', false], [:hash_end], [:add_value, {}], [:hash_start], [:hash_key, 'three'], [:hash_set, 'three', true], [:hash_key, 'four'], [:hash_set, 'four', false], [:hash_end], [:add_value, {}]], handler.calls) end def test_double_io handler = AllHandler.new() json = %{{"one":true,"two":false}{"three":true,"four":false}} Oj.sc_parse(handler, StringIO.new(json)) assert_equal([[:hash_start], [:hash_key, 'one'], [:hash_set, 'one', true], [:hash_key, 'two'], [:hash_set, 'too', false], [:hash_end], [:add_value, {}], [:hash_start], [:hash_key, 'three'], [:hash_set, 'three', true], [:hash_key, 'four'], [:hash_set, 'four', false], [:hash_end], [:add_value, {}]], handler.calls) end def test_none handler = NoHandler.new() Oj.sc_parse(handler, $json) end def test_fixnum_bad handler = AllHandler.new() json = %{12345xyz} assert_raises Oj::ParseError do Oj.sc_parse(handler, json) end end def test_null_string handler = AllHandler.new() json = %{"\0"} assert_raises Oj::ParseError do Oj.sc_parse(handler, json) end end def test_pipe skip 'needs fork' unless Process.respond_to?(:fork) handler = AllHandler.new() json = %{{"one":true,"two":false}} IO.pipe do |read_io, write_io| if fork write_io.close Oj.sc_parse(handler, read_io) read_io.close assert_equal([[:hash_start], [:hash_key, 'one'], [:hash_set, 'one', true], [:hash_key, 'two'], [:hash_set, 'too', false], [:hash_end], [:add_value, {}]], handler.calls) else read_io.close write_io.write json write_io.close Process.exit(0) end end end def test_bad_bignum handler = AllHandler.new() json = %|{"big":-e123456789}| assert_raises Exception do # Can be either Oj::ParseError or ArgumentError depending on Ruby version Oj.sc_parse(handler, json) end end def test_pipe_close skip 'needs fork' unless Process.respond_to?(:fork) json = %{{"one":true,"two":false}} IO.pipe do |read_io, write_io| if fork write_io.close handler = Closer.new(read_io) err = nil begin Oj.sc_parse(handler, read_io) read_io.close rescue Exception => e err = e.class.to_s end assert_equal('IOError', err) assert_equal([[:hash_start], [:hash_key, 'one'], [:hash_set, 'one', true]], handler.calls) else read_io.close write_io.write json[0..11] sleep(0.1) begin write_io.write json[12..] rescue Exception # ignore, should fail to write end write_io.close Process.exit(0) end end end def test_socket_close json = %{{"one":true,"two":false}} begin server = TCPServer.new(8080) rescue # Not able to open a socket to run the test. Might be Travis. return end Thread.start(json) do |_j| c = server.accept() c.puts json[0..11] 10.times { break if c.closed? sleep(0.1) } unless c.closed? c.puts json[12..] c.close end end begin sock = TCPSocket.new('localhost', 8080) rescue # Not able to open a socket to run the test. Might be Travis. return end handler = Closer.new(sock) err = nil begin Oj.sc_parse(handler, sock) rescue Exception => e err = e.class.to_s end assert_equal('IOError', err) assert_equal([[:hash_start], [:hash_key, 'one'], [:hash_set, 'one', true]], handler.calls) end end oj-3.16.12/test/test_strict.rb000077500000000000000000000233301510053151600161500ustar00rootroot00000000000000#!/usr/bin/env ruby # frozen_string_literal: true $LOAD_PATH << __dir__ @oj_dir = File.dirname(File.expand_path(__dir__)) %w(lib ext).each do |dir| $LOAD_PATH << File.join(@oj_dir, dir) end require 'minitest' require 'minitest/autorun' require 'stringio' require 'date' require 'bigdecimal' require 'oj' class StrictJuice < Minitest::Test module TestModule end class Jeez attr_accessor :x, :y def initialize(x, y) @x = x @y = y end end def setup @default_options = Oj.default_options # in strict mode other options other than the number formats are not used. Oj.default_options = { :mode => :strict } end def teardown Oj.default_options = @default_options end def test_nil dump_and_load(nil, false) end def test_true dump_and_load(true, false) end def test_false dump_and_load(false, false) end def test_fixnum dump_and_load(0, false) dump_and_load(12_345, false) dump_and_load(-54_321, false) dump_and_load(1, false) end def test_float dump_and_load(0.0, false) dump_and_load(12_345.6789, false) dump_and_load(70.35, false) dump_and_load(-54_321.012, false) dump_and_load(1.7775, false) dump_and_load(2.5024, false) dump_and_load(2.48e16, false) dump_and_load(2.48e100 * 1.0e10, false) dump_and_load(-2.48e100 * 1.0e10, false) end def test_invalid_float begin Oj.load("64ecb72d29191067f91ff95b") rescue Oj::ParseError => e assert(e.message == "Invalid float") return end assert(false, "*** expected an exception") end def test_nan_dump assert_equal('null', Oj.dump(0/0.0, :nan => :null)) assert_equal('3.3e14159265358979323846', Oj.dump(0/0.0, :nan => :huge)) begin Oj.dump(0/0.0, :nan => :word) rescue Exception assert(true) return end assert(false, '*** expected an exception') end def test_infinity_dump assert_equal('null', Oj.dump(1/0.0, :nan => :null)) assert_equal('3.0e14159265358979323846', Oj.dump(1/0.0, :nan => :huge)) begin Oj.dump(1/0.0, :nan => :word) rescue Exception assert(true) return end assert(false, '*** expected an exception') end def test_neg_infinity_dump assert_equal('null', Oj.dump(-1/0.0, :nan => :null)) assert_equal('-3.0e14159265358979323846', Oj.dump(-1/0.0, :nan => :huge)) begin Oj.dump(-1/0.0, :nan => :word) rescue Exception assert(true) return end assert(false, '*** expected an exception') end def test_string dump_and_load('', false) dump_and_load('abc', false) dump_and_load("abc\ndef", false) dump_and_load("a\u0041", false) end def test_encode opts = Oj.default_options Oj.default_options = { :ascii_only => false } dump_and_load('ぴーたー', false) Oj.default_options = { :ascii_only => true } json = Oj.dump('ぴーたー') assert_equal(%{"\\u3074\\u30fc\\u305f\\u30fc"}, json) dump_and_load('ぴーたー', false) Oj.default_options = opts end def test_unicode # hits the 3 normal ranges and one extended surrogate pair json = %{"\\u019f\\u05e9\\u3074\\ud834\\udd1e"} obj = Oj.load(json) json2 = Oj.dump(obj, :ascii_only => true) assert_equal(json, json2) end def test_unicode_long # tests buffer overflow json = %{"\\u019f\\u05e9\\u3074\\ud834\\udd1e #{'x' * 2000}"} obj = Oj.load(json) json2 = Oj.dump(obj, :ascii_only => true) assert_equal(json, json2) end def test_array dump_and_load([], false) dump_and_load([true, false], false) dump_and_load(['a', 1, nil], false) dump_and_load([[nil]], false) dump_and_load([[nil], 58], false) end def test_array_deep dump_and_load([1, [2, [3, [4, [5, [6, [7, [8, [9, [10, [11, [12, [13, [14, [15, [16, [17, [18, [19, [20]]]]]]]]]]]]]]]]]]]], false) end def test_deep_nest begin n = 10_000 Oj.strict_load(('[' * n) + (']' * n)) rescue Exception => e refute(e.message) end end # Hash def test_hash dump_and_load({}, false) dump_and_load({ 'true' => true, 'false' => false}, false) dump_and_load({ 'true' => true, 'array' => [], 'hash' => { }}, false) end def test_hash_deep dump_and_load({'1' => { '2' => { '3' => { '4' => { '5' => { '6' => { '7' => { '8' => { '9' => { '10' => { '11' => { '12' => { '13' => { '14' => { '15' => { '16' => { '17' => { '18' => { '19' => { '20' => {}}}}}}}}}}}}}}}}}}}}}, false) end def test_hash_escaped_key json = %{{"a\nb":true,"c\td":false}} obj = Oj.strict_load(json) assert_equal({"a\nb" => true, "c\td" => false}, obj) end def test_non_str_hash begin Oj.dump({ 1 => true, 0 => false }) rescue Exception assert(true) return end assert(false, '*** expected an exception') end def test_bignum_object dump_and_load(7 ** 55, false) end # BigDecimal def test_bigdecimal_strict Oj.default_options = { :bigdecimal_load => true} dump_and_load(BigDecimal('3.14159265358979323846'), false) end def test_bigdecimal_load orig = BigDecimal('80.51') json = Oj.dump(orig, :mode => :strict, :bigdecimal_as_decimal => true) bg = Oj.load(json, :mode => :strict, :bigdecimal_load => true) assert_equal(BigDecimal, bg.class) assert_equal(orig, bg) end def test_json_object obj = Jeez.new(true, 58) begin Oj.dump(obj) rescue Exception assert(true) return end assert(false, '*** expected an exception') end def test_range begin Oj.dump(1..7) rescue Exception assert(true) return end assert(false, '*** expected an exception') end # Stream IO def test_io_string json = %{{ "x":true, "y":58, "z": [1,2,3] } } input = StringIO.new(json) obj = Oj.strict_load(input) assert_equal({ 'x' => true, 'y' => 58, 'z' => [1, 2, 3]}, obj) end def test_io_file filename = File.join(__dir__, 'open_file_test.json') File.write(filename, %{{ "x":true, "y":58, "z": [1,2,3] } }) f = File.new(filename) obj = Oj.strict_load(f) f.close() assert_equal({ 'x' => true, 'y' => 58, 'z' => [1, 2, 3]}, obj) end def test_symbol json = Oj.dump(:abc) assert_equal('"abc"', json) end def test_time t = Time.local(2012, 1, 5, 23, 58, 7) begin Oj.dump(t) rescue Exception assert(true) return end assert(false, '*** expected an exception') end def test_class begin Oj.dump(StrictJuice) rescue Exception assert(true) return end assert(false, '*** expected an exception') end def test_module begin Oj.dump(TestModule) rescue Exception assert(true) return end assert(false, '*** expected an exception') end # symbol_keys option def test_symbol_keys json = %{{ "x":true, "y":58, "z": [1,2,3] } } obj = Oj.strict_load(json, :symbol_keys => true) assert_equal({ :x => true, :y => 58, :z => [1, 2, 3]}, obj) end def test_symbol_keys_safe json = %{{ "x":true, "y":58, "z": [1,2,3] } } obj = Oj.safe_load(json) assert_equal({ 'x' => true, 'y' => 58, 'z' => [1, 2, 3]}, obj) end # comments def test_comment_slash json = %{{ "x":true,//three "y":58, "z": [1,2, 3 // six ]} } obj = Oj.strict_load(json) assert_equal({ 'x' => true, 'y' => 58, 'z' => [1, 2, 3]}, obj) end def test_comment_c json = %{{ "x"/*one*/:/*two*/true, "y":58, "z": [1,2,3]} } obj = Oj.strict_load(json) assert_equal({ 'x' => true, 'y' => 58, 'z' => [1, 2, 3]}, obj) end def test_comment json = %{{ "x"/*one*/:/*two*/true,//three "y":58/*four*/, "z": [1,2/*five*/, 3 // six ] } } obj = Oj.strict_load(json) assert_equal({ 'x' => true, 'y' => 58, 'z' => [1, 2, 3]}, obj) end def test_double json = %{{ "x": 1}{ "y": 2}} results = [] Oj.load(json, :mode => :strict) { |x| results << x } assert_equal([{ 'x' => 1 }, { 'y' => 2 }], results) end def test_invalid_decimal_dot_start assert_raises(Oj::ParseError) { Oj.load('.123', mode: :strict) } assert_raises(Oj::ParseError) { Oj.load('-.123', mode: :strict) } end def test_invalid_decimal_dot_end json = '123.' assert_raises(Oj::ParseError) { Oj.load(json, mode: :strict) } end def test_invalid_decimal_plus json = '+12' assert_raises(Oj::ParseError) { Oj.load(json, mode: :strict) } end def test_circular_hash h = { 'a' => 7 } h['b'] = h json = Oj.dump(h, :indent => 2, :circular => true) assert_equal(%|{ "a":7, "b":null } |, json) end def test_omit_nil json = Oj.dump({'x' => {'a' => 1, 'b' => nil }, 'y' => nil}, :omit_nil => true) assert_equal(%|{"x":{"a":1}}|, json) end def dump_and_load(obj, trace=false) json = Oj.dump(obj, :indent => 2) puts json if trace loaded = Oj.strict_load(json) if obj.nil? assert_nil(loaded) else assert_equal(obj, loaded) end loaded end end oj-3.16.12/test/test_various.rb000077500000000000000000000471201510053151600163330ustar00rootroot00000000000000#!/usr/bin/env ruby # frozen_string_literal: false $LOAD_PATH << __dir__ require 'helper' class Juice < Minitest::Test def gen_whitespaced_string(length=Random.new.rand(100)) whitespace_chars = [' ', "\t", "\f", "\n", "\r"] result = '' length.times { result << whitespace_chars.sample } result end module TestModule end class Jam attr_accessor :x, :y def initialize(x, y) @x = x @y = y end def eql?(o) self.class == o.class && @x == o.x && @y == o.y end alias == eql? end # Jam class Jeez < Jam def to_json(*_args) %{{"json_class":"#{self.class}","x":#{@x},"y":#{@y}}} end def self.json_create(h) new(h['x'], h['y']) end end # Jeez # contributed by sauliusg to fix as_json class Orange < Jam def as_json { :json_class => self.class, :x => @x, :y => @y } end def self.json_create(h) new(h['x'], h['y']) end end class Melon < Jam def as_json(_options) "#{x} #{y}" end def self.json_create(h) new(h['x'], h['y']) end end class Jazz < Jam def to_hash { 'json_class' => self.class.to_s, 'x' => @x, 'y' => @y } end def self.json_create(h) new(h['x'], h['y']) end end # Jazz def setup @default_options = Oj.default_options end def teardown Oj.default_options = @default_options end def test_set_options orig = Oj.default_options() alt ={ indent: ' - ', second_precision: 5, circular: true, class_cache: false, auto_define: true, symbol_keys: true, bigdecimal_as_decimal: false, use_to_json: false, use_to_hash: false, use_as_json: false, use_raw_json: false, nilnil: true, empty_string: true, allow_gc: false, quirks_mode: false, allow_invalid_unicode: true, float_format: '%0.13g', float_precision: 13, mode: :strict, escape_mode: :ascii, time_format: :unix_zone, bigdecimal_load: :float, compat_bigdecimal: true, create_id: 'classy', create_additions: true, cache_keys: false, cache_str: 5, space: 'z', array_nl: 'a', object_nl: 'o', space_before: 'b', nan: :huge, hash_class: Hash, omit_nil: false, allow_nan: true, integer_range: nil, array_class: Array, ignore: nil, ignore_under: true, trace: true, safe: true, omit_null_byte: false, } Oj.default_options = alt # keys = alt.keys # Oj.default_options.keys.each { |k| puts k unless keys.include? k} opts = Oj.default_options() assert_equal(alt, opts) Oj.default_options = orig # return to original # verify back to original opts = Oj.default_options() assert_equal(orig, opts) end def test_nil dump_and_load(nil, false) end def test_true dump_and_load(true, false) end def test_false dump_and_load(false, false) end def test_fixnum dump_and_load(0, false) dump_and_load(12_345, false) dump_and_load(-54_321, false) dump_and_load(1, false) end def test_float_parse Oj.default_options = { :float_precision => 16, :bigdecimal_load => :auto } n = Oj.load('0.00001234567890123456') assert_equal(Float, n.class) assert_equal('1.234567890123456e-05', '%0.15e' % [n]) n = Oj.load('-0.00001234567890123456') assert_equal(Float, n.class) assert_equal('-1.234567890123456e-05', '%0.15e' % [n]) n = Oj.load('1000.0000123456789') assert_equal(BigDecimal, n.class) assert_equal('0.10000000123456789E4', n.to_s.upcase) n = Oj.load('-0.000012345678901234567') assert_equal(BigDecimal, n.class) assert_equal('-0.12345678901234567E-4', n.to_s.upcase) end =begin # TBD move to custom def test_float_dump Oj.default_options = { :float_precision => 16 } assert_equal('1405460727.723866', Oj.dump(1405460727.723866)) Oj.default_options = { :float_precision => 5 } assert_equal('1.4055', Oj.dump(1.405460727)) Oj.default_options = { :float_precision => 0 } assert_equal('1405460727.723866', Oj.dump(1405460727.723866)) Oj.default_options = { :float_precision => 15 } assert_equal('0.56', Oj.dump(0.56)) assert_equal('0.5773', Oj.dump(0.5773)) assert_equal('0.6768', Oj.dump(0.6768)) assert_equal('0.685', Oj.dump(0.685)) assert_equal('0.7032', Oj.dump(0.7032)) assert_equal('0.7051', Oj.dump(0.7051)) assert_equal('0.8274', Oj.dump(0.8274)) assert_equal('0.9149', Oj.dump(0.9149)) assert_equal('64.4', Oj.dump(64.4)) assert_equal('71.6', Oj.dump(71.6)) assert_equal('73.4', Oj.dump(73.4)) assert_equal('80.6', Oj.dump(80.6)) assert_equal('-95.640172', Oj.dump(-95.640172)) end =end def test_string dump_and_load('', false) dump_and_load('abc', false) dump_and_load("abc\ndef", false) dump_and_load("a\u0041", false) assert_equal("a\u0000a", dump_and_load("a\u0000a", false)) end def test_encode opts = Oj.default_options Oj.default_options = { :ascii_only => false } dump_and_load('ぴーたー', false) Oj.default_options = { :ascii_only => true } json = Oj.dump('ぴーたー') assert_equal(%{"\\u3074\\u30fc\\u305f\\u30fc"}, json) dump_and_load('ぴーたー', false) Oj.default_options = opts end def test_unicode # hits the 3 normal ranges and one extended surrogate pair json = %{"\\u019f\\u05e9\\u3074\\ud834\\udd1e"} obj = Oj.load(json) json2 = Oj.dump(obj, :ascii_only => true) assert_equal(json, json2) end def test_invalid_unicode_raise # validate that an invalid unicode raises unless the :allow_invalid_unicode is true json = %{"x\\ud83dy"} begin Oj.load(json) rescue Exception assert(true) return end assert(false, '*** expected an exception') end def test_invalid_unicode_ok # validate that an invalid unicode raises unless the :allow_invalid_unicode is true json = %{"x\\ud83dy"} obj = Oj.load(json, :allow_invalid_unicode => true) # The same as what ruby would do with the invalid encoding. assert_equal("x\xED\xA0\xBDy", obj.to_s) end def test_dump_options json = Oj.dump({ 'a' => 1, 'b' => [true, false]}, :mode => :compat, :indent => '--', :array_nl => "\n", :object_nl => "#\n", :space => '*', :space_before => '~') assert(%{{# --"a"~:*1,# --"b"~:*[ ----true, ----false --]# }} == json || %{{# --"b"~:*[ ----true, ----false --],# --"a"~:*1# }} == json) end def test_null_char assert_raises(Oj::ParseError) { Oj.load("\"\0\"") } assert_raises(Oj::ParseError) { Oj.load("\"\\\0\"") } end def test_array dump_and_load([], false) dump_and_load([true, false], false) dump_and_load(['a', 1, nil], false) dump_and_load([[nil]], false) dump_and_load([[nil], 58], false) end def test_array_not_closed begin Oj.load('[') rescue Exception assert(true) return end assert(false, '*** expected an exception') end # multiple JSON in one string def test_multiple_json_callback json = %{{"a":1} [1,2][3,4] {"b":2} } results = [] Oj.load(json, :mode => :strict) { |x, start, len| results << [x, start, len] } assert_equal([[{'a'=>1}, 0, 7], [[1, 2], 7, 6], [[3, 4], 13, 5], [{'b'=>2}, 18, 8]], results) end def test_multiple_json_no_callback json = %{{"a":1} [1,2][3,4] {"b":2} } assert_raises(Oj::ParseError) { Oj.load(json) } end # encoding tests def test_does_not_escape_entities_by_default Oj.default_options = { :escape_mode => :ascii } # set in mimic mode # use Oj to create the hash since some Rubies don't deal nicely with unicode. json = %{{"key":"I <3 this\\u2028space"}} hash = Oj.load(json) out = Oj.dump(hash) assert_equal(json, out) end def test_escapes_entities_by_default_when_configured_to_do_so hash = {'key' => 'I <3 this'} Oj.default_options = {:escape_mode => :xss_safe} out = Oj.dump hash assert_equal(%{{"key":"I \\u003c3 this"}}, out) end def test_escapes_slashes_by_default_when_configured_to_do_so hash = {'key' => 'I <3 this '} Oj.default_options = {:escape_mode => :slash} out = Oj.dump hash assert_equal(%{{"key":"I <3 this <\\/script>"}}, out) end def test_escapes_entities_when_asked_to hash = {'key' => 'I <3 this'} out = Oj.dump(hash, :escape_mode => :xss_safe) assert_equal(%{{"key":"I \\u003c3 this"}}, out) end def test_does_not_escape_entities_when_not_asked_to hash = {'key' => 'I <3 this'} out = Oj.dump(hash, :escape_mode => :json) assert_equal(%{{"key":"I <3 this"}}, out) end def test_escapes_common_xss_vectors hash = {'key' => ''} out = Oj.dump(hash, :escape_mode => :xss_safe) assert_equal(%{{"key":"\\u003cscript\\u003ealert(123) \\u0026\\u0026 formatHD()\\u003c\\/script\\u003e"}}, out) end def test_escape_newline_by_default Oj.default_options = { :escape_mode => :json } json = %{["one","two\\n2"]} x = Oj.load(json) out = Oj.dump(x) assert_equal(json, out) end def test_does_not_escape_newline Oj.default_options = { :escape_mode => :newline } json = %{["one","two\n2"]} x = Oj.load(json) out = Oj.dump(x) assert_equal(json, out) end def test_dump_invalid_utf8 Oj.default_options = { :escape_mode => :ascii } assert_raises(EncodingError) { Oj.dump(["abc\xbe\x1f\x11"], mode: :strict) } end # Symbol def test_symbol_null json = Oj.dump(:abc, :mode => :null) assert_equal('"abc"', json) end # Time def test_time_null t = Time.local(2012, 1, 5, 23, 58, 7) json = Oj.dump(t, :mode => :null) assert_equal('null', json) end def test_time_neg t = Time.parse('1900-01-01 00:18:59 UTC') json = Oj.dump(t, :mode => :custom, :time_format => :unix) assert_equal('-2208987661.000000000', json) end def test_time_years (-2020..2020).each { |year| s = '%04d-03-01T15:14:13Z' % [year] json = Oj.dump(Time.parse(s), mode: :custom, time_format: :xmlschema, second_precision: -1) assert_equal(s, json[1..-2]) json = Oj.dump(Time.parse(s), mode: :custom, time_format: :xmlschema, second_precision: 3) assert_equal(s[0..-2] + '.000Z', json[1..-2]) } end def test_dump_float json = Oj.dump(1.23e-2, :mode => :null, :float_format => '%0.4f') assert_equal('0.0123', json) end # Class def test_class_null json = Oj.dump(Juice, :mode => :null) assert_equal('null', json) end # Module def test_module_null json = Oj.dump(TestModule, :mode => :null) assert_equal('null', json) end # Hash def test_non_str_hash_null begin Oj.dump({ 1 => true, 0 => false }, :mode => :null) rescue Exception assert(true) return end assert(false, '*** expected an exception') end def test_hash_not_closed begin Oj.load('{') rescue Exception assert(true) return end assert(false, '*** expected an exception') end # Object with to_json() def test_json_object_null obj = Jeez.new(true, 58) json = Oj.dump(obj, :mode => :null) assert_equal('null', json) end # Object with to_hash() def test_to_hash_object_null obj = Jazz.new(true, 58) json = Oj.dump(obj, :mode => :null) assert_equal('null', json) end # Object with as_json() # contributed by sauliusg def test_as_json_object_null obj = Orange.new(true, 58) json = Oj.dump(obj, :mode => :null) assert_equal('null', json) end # Object without to_json() or to_hash() def test_object_null obj = Jam.new(true, 58) json = Oj.dump(obj, :mode => :null) assert_equal('null', json) end # Range def test_range_null json = Oj.dump(1..7, :mode => :null) assert_equal('null', json) end # BigNum def test_bignum_null json = Oj.dump(7 ** 55, :mode => :null) assert_equal('30226801971775055948247051683954096612865741943', json) end def test_bignum_object dump_and_load(7 ** 55, false) dump_and_load(10 ** 19, false) end # BigDecimal def test_bigdecimal_null mode = Oj.default_options[:mode] Oj.default_options = {:mode => :null} dump_and_load(BigDecimal('3.14159265358979323846'), false) Oj.default_options = {:mode => mode} end def test_infinity n = Oj.load('Infinity', :mode => :object) assert_equal(BigDecimal('Infinity').to_f, n) x = Oj.load('Infinity', :mode => :compat) assert_equal('Infinity', x.to_s) end # Date def test_date_null json = Oj.dump(Date.new(2012, 6, 19), :mode => :null) assert_equal('null', json) end # DateTime def test_datetime_null json = Oj.dump(DateTime.new(2012, 6, 19, 20, 19, 27), :mode => :null) assert_equal('null', json) end # autodefine Oj::Bag def test_bag json = %{{ "^o":"Juice::Jem", "x":true, "y":58 }} obj = Oj.load(json, :mode => :object, :auto_define => true) assert_equal('Juice::Jem', obj.class.name) assert(obj.x) assert_equal(58, obj.y) end # Stream Deeply Nested def test_deep_nest_dump begin a = [] 10_000.times { a << [a] } Oj.dump(a) rescue Exception assert(true) return end assert(false, '*** expected an exception') end # Stream IO def test_io_string src = { 'x' => true, 'y' => 58, 'z' => [1, 2, 3]} output = StringIO.open('', 'w+') Oj.to_stream(output, src) input = StringIO.new(output.string()) obj = Oj.load(input, :mode => :strict) assert_equal(src, obj) end def test_io_file src = { 'x' => true, 'y' => 58, 'z' => [1, 2, 3]} filename = File.join(__dir__, 'open_file_test.json') File.open(filename, 'w') { |f| Oj.to_stream(f, src) } f = File.new(filename) obj = Oj.load(f, :mode => :strict) f.close() assert_equal(src, obj) end def test_io_stream skip 'needs fork' unless Process.respond_to?(:fork) IO.pipe do |r, w| if fork r.close # w.nonblock = false a = [] 10_000.times do |i| a << i end Oj.to_stream(w, a, indent: 2) w.close else w.close sleep(0.1) # to force a busy cnt = 0 r.each_line { cnt += 1 } r.close Process.exit(0) end end end # comments def test_comment_slash json = %{{ "x":true,//three "y":58, "z": [1,2, 3 // six ]} } obj = Oj.load(json, :mode => :strict) assert_equal({ 'x' => true, 'y' => 58, 'z' => [1, 2, 3]}, obj) end def test_comment_c json = %{/*before*/ { "x"/*one*/:/*two*/true, "y":58, "z": [1,2,3]} } obj = Oj.load(json, :mode => :strict) assert_equal({ 'x' => true, 'y' => 58, 'z' => [1, 2, 3]}, obj) end def test_comment json = %{{ "x"/*one*/:/*two*/true,//three "y":58/*four*/, "z": [1,2/*five*/, 3 // six ] } } obj = Oj.load(json, :mode => :strict) assert_equal({ 'x' => true, 'y' => 58, 'z' => [1, 2, 3]}, obj) end def test_nilnil_false begin Oj.load(nil, :nilnil => false) rescue Exception assert(true) return end assert(false, '*** expected an exception') end def test_nilnil_true obj = Oj.load(nil, :nilnil => true) assert_nil(obj) end def test_empty_string_true result = Oj.load(gen_whitespaced_string, :empty_string => true, mode: :strict) assert_nil(result) end def test_empty_string_false # Could be either a Oj::ParseError or an EncodingError depending on # whether mimic_JSON has been called. Since we don't know when the test # will be called either is okay. begin Oj.load(gen_whitespaced_string, :empty_string => false) rescue Exception => e assert(Oj::ParseError == e.class || EncodingError == e.class) return end assert(false, '*** expected an exception') end def test_quirks_null_mode assert_raises(Oj::ParseError) { Oj.load('null', :quirks_mode => false) } assert_nil(Oj.load('null', :quirks_mode => true)) end def test_quirks_bool_mode assert_raises(Oj::ParseError) { Oj.load('true', :quirks_mode => false) } assert(Oj.load('true', :quirks_mode => true)) end def test_quirks_number_mode assert_raises(Oj::ParseError) { Oj.load('123', :quirks_mode => false) } assert_equal(123, Oj.load('123', :quirks_mode => true)) end def test_quirks_decimal_mode assert_raises(Oj::ParseError) { Oj.load('123.45', :quirks_mode => false) } assert_in_delta(123.45, Oj.load('123.45', :quirks_mode => true)) end def test_quirks_string_mode assert_raises(Oj::ParseError) { Oj.load('"string"', :quirks_mode => false) } assert_equal('string', Oj.load('"string"', :quirks_mode => true)) end def test_error_path msg = '' assert_raises(Oj::ParseError) { begin Oj.load(%|{ "first": [ 1, 2, { "third": 123x } ] }|) rescue Oj::ParseError => e msg = e.message raise e end } assert_equal('after first[2].third', msg.split('(')[1].split(')')[0]) end def test_bad_bignum assert_raises Oj::ParseError do Oj.load(%|{ "big": -e123456789 }|, mode: :strict) end end def test_quirks_array_mode assert_empty(Oj.load('[]', :quirks_mode => false)) assert_empty(Oj.load('[]', :quirks_mode => true)) end def test_quirks_object_mode assert_empty(Oj.load('{}', :quirks_mode => false)) assert_empty(Oj.load('{}', :quirks_mode => true)) end def test_omit_nil jam = Jam.new({'a' => 1, 'b' => nil }, nil) json = Oj.dump(jam, :omit_nil => true, :mode => :object) assert_equal(%|{"^o":"Juice::Jam","x":{"a":1}}|, json) json = Oj.dump({'x' => {'a' => 1, 'b' => nil }, 'y' => nil}, :omit_nil => true, :mode => :strict) assert_equal(%|{"x":{"a":1}}|, json) json = Oj.dump({'x' => {'a' => 1, 'b' => nil }, 'y' => nil}, :omit_nil => true, :mode => :null) assert_equal(%|{"x":{"a":1}}|, json) end def test_omit_null_byte Oj.default_options = { :omit_null_byte => true } json = Oj.dump({ "fo\x00o" => "b\x00ar" }) assert_equal(%|{"foo":"bar"}|, json) json = Oj.dump({ "foo\x00" => "\x00bar" }) assert_equal(%|{"foo":"bar"}|, json) json = Oj.dump({ "\x00foo" => "bar\x00" }) assert_equal(%|{"foo":"bar"}|, json) json = Oj.dump({ "fo\0o" => "ba\0r" }) assert_equal(%|{"foo":"bar"}|, json) json = Oj.dump({ "foo\0" => "\0bar" }) assert_equal(%|{"foo":"bar"}|, json) json = Oj.dump({ "\0foo" => "bar\0" }) assert_equal(%|{"foo":"bar"}|, json) json = Oj.dump({ "fo\u0000o" => "ba\u0000r" }) assert_equal(%|{"foo":"bar"}|, json) json = Oj.dump({ "foo\u0000" => "\u0000bar" }) assert_equal(%|{"foo":"bar"}|, json) json = Oj.dump({ "\u0000foo" => "bar\u0000" }) assert_equal(%|{"foo":"bar"}|, json) json = Oj.dump({ "\x00foo" => "bar\x00" }, :omit_null_byte => false) assert_equal(%|{"\\u0000foo":"bar\\u0000"}|, json) # no change from default set earlier so :omit_null_byte is still true json = Oj.dump({ "\x00foo" => "bar\x00" }, :omit_null_byte => nil) assert_equal(%|{"foo":"bar"}|, json) Oj.default_options = { :omit_null_byte => false } json = Oj.dump({ "\x00foo" => "bar\x00" }) assert_equal(%|{"\\u0000foo":"bar\\u0000"}|, json) json = Oj.dump({ "\x00foo" => "bar\x00" }, :omit_null_byte => true) assert_equal(%|{"foo":"bar"}|, json) end def dump_and_load(obj, trace=false) json = Oj.dump(obj, :indent => 2) puts json if trace loaded = Oj.load(json) if obj.nil? assert_nil(loaded) else assert_equal(obj, loaded) end loaded end end oj-3.16.12/test/test_wab.rb000077500000000000000000000156031510053151600154150ustar00rootroot00000000000000#!/usr/bin/env ruby # frozen_string_literal: true $LOAD_PATH << __dir__ @oj_dir = File.dirname(File.expand_path(__dir__)) %w(lib ext).each do |dir| $LOAD_PATH << File.join(@oj_dir, dir) end require 'minitest' require 'minitest/autorun' require 'stringio' require 'date' require 'bigdecimal' require 'uri' require 'oj' # Simple version of WAB::UUID for testing. module WAB class UUID attr_reader :id def initialize(id) @id = id.downcase raise StandardError.new('Invalid UUID format.') if /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.match(@id).nil? end def to_s @id end def ==(other) other.is_a?(self.class) && @id == other.id end end # UUID end # WAB class WabJuice < Minitest::Test module TestModule end def test_nil dump_and_load(nil, false) end def test_true dump_and_load(true, false) end def test_false dump_and_load(false, false) end def test_fixnum dump_and_load(0, false) dump_and_load(12_345, false) dump_and_load(-54_321, false) dump_and_load(1, false) end def test_float dump_and_load(0.0, false) dump_and_load(12_345.6789, false) dump_and_load(70.35, false) dump_and_load(-54_321.012, false) dump_and_load(1.7775, false) dump_and_load(2.5024, false) dump_and_load(2.48e16, false) dump_and_load(2.48e100 * 1.0e10, false) dump_and_load(-2.48e100 * 1.0e10, false) end def test_nan_dump assert_raises() { Oj.dump(0/0.0, mode: :wab) } end def test_infinity_dump assert_raises() { Oj.dump(1/0.0, mode: :wab) } end def test_neg_infinity_dump assert_raises() { Oj.dump(-1/0.0, mode: :wab) } end def test_string dump_and_load('', false) dump_and_load('abc', false) dump_and_load("abc\ndef", false) dump_and_load("a\u0041", false) end def test_encode dump_and_load('ぴーたー', false) end def test_array dump_and_load([], false) dump_and_load([true, false], false) dump_and_load(['a', 1, nil], false) dump_and_load([[nil]], false) dump_and_load([[nil], 58], false) end def test_array_deep dump_and_load([1, [2, [3, [4, [5, [6, [7, [8, [9, [10, [11, [12, [13, [14, [15, [16, [17, [18, [19, [20]]]]]]]]]]]]]]]]]]]], false) end def test_deep_nest begin n = 10_000 Oj.wab_load(('[' * n) + (']' * n)) rescue Exception => e refute(e.message) end end # Hash def test_hash dump_and_load({}, false) dump_and_load({ tru: true, fals: false}, false) dump_and_load({ tru: true, array: [], hash: {}}, false) end def test_hash_non_sym_keys assert_raises() { Oj.dump({ 'true' => true}, mode: :wab) } end def test_hash_deep dump_and_load({x1: { x2: { x3: { x4: { x5: { x6: { x7: { x8: { x9: { x10: { x11: { x12: { x13: { x14: { x15: { x16: { x17: { x18: { x19: { x20: {}}}}}}}}}}}}}}}}}}}}}, false) end def test_non_str_hash assert_raises() { Oj.dump({ 1 => true, 0 => false }, mode: :wab) } end def test_bignum_object dump_and_load(7**55, false) end # BigDecimal def test_bigdecimal_wab dump_and_load(BigDecimal('3.14159265358979323846'), false) end def test_bigdecimal_load orig = BigDecimal('80.51') json = Oj.dump(orig, mode: :wab) bg = Oj.load(json, :mode => :wab, :bigdecimal_load => true) assert_equal(BigDecimal, bg.class) assert_equal(orig, bg) end def test_range assert_raises() { Oj.dump(1..7, mode: :wab) } end # Stream IO def test_io_string json = %{{ "x":true, "y":58, "z": [1,2,3] } } input = StringIO.new(json) obj = Oj.wab_load(input) assert_equal({ x: true, y: 58, z: [1, 2, 3]}, obj) end def test_io_file filename = File.join(__dir__, 'open_file_test.json') File.write(filename, %{{ "x":true, "y":58, "z": [1,2,3] } }) f = File.new(filename) obj = Oj.wab_load(f) f.close() assert_equal({ x: true, y: 58, z: [1, 2, 3]}, obj) end def test_symbol json = Oj.dump(:abc, mode: :wab) assert_equal('"abc"', json) end def test_time t = Time.gm(2017, 1, 5, 23, 58, 7, 123_456.789) json = Oj.dump(t, mode: :wab) assert_equal('"2017-01-05T23:58:07.123456789Z"', json) # must load and convert to json as the Time#== does not match identical # times due to the way it tracks fractional seconds. loaded = Oj.wab_load(json) assert_equal(json, Oj.dump(loaded, mode: :wab), 'json mismatch after load') end def test_uuid u = ::WAB::UUID.new('123e4567-e89b-12d3-a456-426655440000') json = Oj.dump(u, mode: :wab) assert_equal('"123e4567-e89b-12d3-a456-426655440000"', json) dump_and_load(u, false) end def test_uri u = URI('http://opo.technology/sample') json = Oj.dump(u, mode: :wab) assert_equal('"http://opo.technology/sample"', json) dump_and_load(u, false) end def test_class assert_raises() { Oj.dump(WabJuice, mode: :wab) } end def test_module assert_raises() { Oj.dump(TestModule, mode: :wab) } end # symbol_keys option def test_symbol_keys json = %{{ "x":true, "y":58, "z": [1,2,3] } } obj = Oj.wab_load(json, :symbol_keys => true) assert_equal({ x: true, y: 58, z: [1, 2, 3]}, obj) end # comments def test_comment_slash json = %{{ "x":true,//three "y":58, "z": [1,2, 3 // six ]} } obj = Oj.wab_load(json) assert_equal({ x: true, y: 58, z: [1, 2, 3]}, obj) end def test_comment_c json = %{{ "x"/*one*/:/*two*/true, "y":58, "z": [1,2,3]} } obj = Oj.wab_load(json) assert_equal({ x: true, y: 58, z: [1, 2, 3]}, obj) end def test_comment json = %{{ "x"/*one*/:/*two*/true,//three "y":58/*four*/, "z": [1,2/*five*/, 3 // six ] } } obj = Oj.wab_load(json) assert_equal({ x: true, y: 58, z: [1, 2, 3]}, obj) end def test_double json = %{{ "x": 1}{ "y": 2}} results = [] Oj.load(json, :mode => :wab) { |x| results << x } assert_equal([{ x: 1 }, { y: 2 }], results) end def dump_and_load(obj, trace=false) json = Oj.dump(obj, mode: :wab, indent: 2) puts json if trace loaded = Oj.wab_load(json) if obj.nil? assert_nil(loaded) else assert_equal(obj, loaded) end loaded end end oj-3.16.12/test/test_writer.rb000077500000000000000000000221261510053151600161560ustar00rootroot00000000000000#!/usr/bin/env ruby # frozen_string_literal: false $LOAD_PATH << __dir__ require 'helper' require 'open3' class OjWriter < Minitest::Test def setup @default_options = Oj.default_options end def teardown Oj.default_options = @default_options end def test_string_writer_empty_array w = Oj::StringWriter.new(:indent => 0) w.push_array() w.pop() assert_equal("[]\n", w.to_s) end def test_string_writer_nested_array w = Oj::StringWriter.new(:indent => 0) w.push_array() w.push_array() w.pop() w.push_array() w.push_array() w.pop() w.pop() w.push_array() w.pop() w.pop() assert_equal("[[],[[]],[]]\n", w.to_s) end def test_string_writer_empty_object w = Oj::StringWriter.new(:indent => 0) w.push_object() w.pop() assert_equal("{}\n", w.to_s) end def test_string_writer_push_null_value_with_key w = Oj::StringWriter.new(:indent => 0, :mode => :compat) w.push_object() w.push_value(nil, 'nothing') w.pop() assert_equal(%|{"nothing":null}\n|, w.to_s) end def test_string_writer_nested_object w = Oj::StringWriter.new(:indent => 0) w.push_object() w.push_object('a1') w.pop() w.push_object('a2') w.push_object('b') w.pop() w.pop() w.push_object('a3') w.pop() w.pop() assert_equal(%|{"a1":{},"a2":{"b":{}},"a3":{}}\n|, w.to_s) end def test_string_writer_nested_key w = Oj::StringWriter.new(:indent => 0) w.push_object() w.push_key('a1') w.push_object() w.pop() w.push_key('a2') w.push_object('x') w.push_object('b') w.pop() w.pop() w.push_key('a3') w.push_object() w.push_key('a4') w.push_value(37) w.pop() w.pop() assert_equal(%|{"a1":{},"a2":{"b":{}},"a3":{"a4":37}}\n|, w.to_s) end def test_string_writer_value_array w = Oj::StringWriter.new(:indent => 2) w.push_array() w.push_value(7) w.push_value(7.3) w.push_value(true) w.push_value(nil) w.push_value('a string') w.push_value({'a' => 65}) w.push_value([1, 2]) w.pop() assert_equal(%|[ 7, 7.3, true, null, "a string", { "a":65 }, [ 1, 2 ] ] |, w.to_s) end def test_string_writer_block w = Oj::StringWriter.new(:indent => 0) w.push_object() { w.push_object('a1') { w.push_value(7, 'a7') } w.push_array('a2') { w.push_value('x') w.push_value(3) } } assert_equal(%|{"a1":{"a7":7},"a2":["x",3]}\n|, w.to_s) end def test_string_writer_json w = Oj::StringWriter.new(:indent => 0) w.push_array() w.push_json('7') w.push_json('true') w.push_json(%|"a string"|) w.push_object() w.push_json('{"a":65}', 'x') w.pop() w.pop() assert_equal(%|[7,true,"a string",{"x":{"a":65}}]\n|, w.to_s) end def test_string_writer_pop_excess w = Oj::StringWriter.new(:indent => 0) begin w.push_object() { w.push_key('key') } rescue Exception assert(true) return end assert(false, '*** expected an exception') end def test_string_writer_array_key w = Oj::StringWriter.new(:indent => 0) begin w.push_array() { w.push_key('key') w.push_value(7) } rescue Exception assert(true) return end assert(false, '*** expected an exception') end def test_string_writer_pop_with_key w = Oj::StringWriter.new(:indent => 0) begin w.pop() rescue Exception assert(true) return end assert(false, '*** expected an exception') end def test_string_writer_obj_no_key w = Oj::StringWriter.new(:indent => 0) w.push_object() begin w.push_value(59) rescue Exception assert(true) return end assert(false, '*** expected an exception') end def test_string_writer_deep cnt = 1000 w = Oj::StringWriter.new(:indent => 0) cnt.times do w.push_array() end cnt.times do w.pop() end # if no exception then passed assert(true) end def test_string_writer_pop_all w = Oj::StringWriter.new(:indent => 0) w.push_object() w.push_object('a1') w.pop() w.push_array('a2') w.push_value(3) w.push_array() w.pop_all() assert_equal(%|{"a1":{},"a2":[3,[]]}\n|, w.to_s) end def test_string_writer_reset w = Oj::StringWriter.new(:indent => 0) w.push_array() w.pop() w.reset() assert_equal('', w.to_s) end # Stream Writer class SString < ::String alias write concat end def test_stream_writer_encoding output = SString.new.force_encoding(::Encoding::UTF_8) w = Oj::StreamWriter.new(output, :indent => 0) # Oddly enough, when pushing ASCII characters with UTF-8 encoding or even # ASCII-8BIT does not change the output encoding. Pushing any non-ASCII no # matter what the encoding changes the output encoding to ASCII-8BIT. x = '香港' # Hong Kong x = x.force_encoding('ASCII-8BIT') w.push_value(x) assert_equal(::Encoding::UTF_8, output.encoding) end def test_stream_writer_empty_array output = StringIO.open('', 'w+') w = Oj::StreamWriter.new(output, :indent => 0) w.push_array() w.pop() assert_equal("[]\n", output.string()) end def test_stream_writer_mixed_stringio output = StringIO.open('', 'w+') w = Oj::StreamWriter.new(output, :indent => 0) w.push_object() w.push_object('a1') w.pop() w.push_object('a2') w.push_array('b') w.push_value(7) w.push_value(true) w.push_value('string') w.pop() w.pop() w.push_object('a3') w.pop() w.pop() result = output.string() assert_equal(%|{"a1":{},"a2":{"b":[7,true,"string"]},"a3":{}}\n|, result) end def test_stream_writer_mixed_file filename = File.join(__dir__, 'open_file_test.json') File.open(filename, 'w') do |f| w = Oj::StreamWriter.new(f, :indent => 0) w.push_object() w.push_object('a1') w.pop() w.push_object('a2') w.push_array('b') w.push_value(7) w.push_value(true) w.push_value('string') w.pop() w.pop() w.push_object('a3') w.pop() w.pop() end content = File.read(filename) assert_equal(%|{"a1":{},"a2":{"b":[7,true,"string"]},"a3":{}}\n|, content) end def test_stream_writer_nested_key_object output = StringIO.open('', 'w+') w = Oj::StreamWriter.new(output, :indent => 0) w.push_object() w.push_key('a1') w.push_object() w.pop() w.push_key('a2') w.push_object('x') w.push_object('b') w.pop() w.pop() w.push_key('a3') w.push_object() w.push_key('a4') w.push_value(37) w.pop() w.pop() assert_equal(%|{"a1":{},"a2":{"b":{}},"a3":{"a4":37}}\n|, output.string()) end def push_stuff(w, pop_all=true) w.push_object() w.push_object('a1') w.pop() w.push_object('a2') w.push_array('b') w.push_value(7) w.push_value(true) w.push_value('string') w.pop() w.pop() w.push_object('a3') if pop_all w.pop_all() else w.pop() w.pop() end end def test_stream_writer_buf_small output = StringIO.open('', 'w+') w = Oj::StreamWriter.new(output, :indent => 0, :buffer_size => 20) push_stuff(w) assert_equal(%|{"a1":{},"a2":{"b":[7,true,"string"]},"a3":{}}\n|, output.string()) end def test_stream_writer_buf_large output = StringIO.open('', 'w+') w = Oj::StreamWriter.new(output, :indent => 0, :buffer_size => 16_000) push_stuff(w) assert_equal(%|{"a1":{},"a2":{"b":[7,true,"string"]},"a3":{}}\n|, output.string()) end def test_stream_writer_buf_flush output = StringIO.open('', 'w+') w = Oj::StreamWriter.new(output, :indent => 0, :buffer_size => 4096) push_stuff(w, false) # no flush so nothing should be in the output yet assert_equal('', output.string()) w.flush() assert_equal(%|{"a1":{},"a2":{"b":[7,true,"string"]},"a3":{}}\n|, output.string()) end def test_stream_writer_buf_flush_small output = StringIO.open('', 'w+') w = Oj::StreamWriter.new(output, :indent => 0, :buffer_size => 30) push_stuff(w, false) # flush should be called at 30 bytes but since the writes are chunky flush # is called after adding "string". assert_equal(%|{"a1":{},"a2":{"b":[7,true,"string"|, output.string()) w.flush() assert_equal(%|{"a1":{},"a2":{"b":[7,true,"string"]},"a3":{}}\n|, output.string()) end def test_stream_writer_push_null_value_with_key output = StringIO.open('', 'w+') w = Oj::StreamWriter.new(output, :indent => 0) w.push_object() w.push_value(nil, 'nothing') w.pop() assert_equal(%|{"nothing":null}\n|, output.string()) end def test_stream_writer_subprocess skip if RbConfig::CONFIG['host_os'] =~ /(mingw|mswin)/ Open3.popen3("/bin/bash", "-c", "cat > /dev/null") do |stdin, _stdout, _stderr, _wait_thr| w = Oj::StreamWriter.new(stdin, :indent => 0) w.push_array() chunk = "{\"foo\":\"#{"bar"*1000}\"}" 1000.times do |_| w.push_json(chunk) end w.pop() stdin.close end end end # OjWriter oj-3.16.12/test/tests.rb000077500000000000000000000014671510053151600147520ustar00rootroot00000000000000#!/usr/bin/env ruby # frozen_string_literal: true $LOAD_PATH << __dir__ @oj_dir = File.dirname(File.expand_path(__dir__)) %w(lib ext).each do |dir| $LOAD_PATH << File.join(@oj_dir, dir) end require 'test_compat' require 'test_custom' require 'test_fast' require 'test_file' require 'test_gc' require 'test_hash' require 'test_null' require 'test_object' require 'test_saj' require 'test_scp' require 'test_strict' require 'test_rails' require 'test_wab' require 'test_writer' require 'test_integer_range' require 'test_long_strings' at_exit do require 'helper' if '3.1.0' <= RUBY_VERSION && RbConfig::CONFIG['host_os'] !~ /(mingw|mswin)/ # Oj::debug_odd("teardown before GC.verify_compaction_references") verify_gc_compaction # Oj::debug_odd("teardown after GC.verify_compaction_references") end end oj-3.16.12/test/tests_mimic.rb000077500000000000000000000012231510053151600161160ustar00rootroot00000000000000#!/usr/bin/env ruby # frozen_string_literal: true $LOAD_PATH << __dir__ $LOAD_PATH << File.join(__dir__, 'json_gem') require 'json_common_interface_test' require 'json_encoding_test' require 'json_ext_parser_test' require 'json_fixtures_test' require 'json_generator_test' require 'json_generic_object_test' require 'json_parser_test' require 'json_string_matching_test' at_exit do require 'helper' if '3.1.0' <= RUBY_VERSION && RbConfig::CONFIG['host_os'] !~ /(mingw|mswin)/ # Oj::debug_odd("teardown before GC.verify_compaction_references") verify_gc_compaction # Oj::debug_odd("teardown after GC.verify_compaction_references") end end oj-3.16.12/test/tests_mimic_addition.rb000077500000000000000000000006621510053151600177770ustar00rootroot00000000000000#!/usr/bin/env ruby # frozen_string_literal: true $LOAD_PATH << __dir__ $LOAD_PATH << File.join(__dir__, 'json_gem') require 'json_addition_test' at_exit do require 'helper' if '3.1.0' <= RUBY_VERSION && RbConfig::CONFIG['host_os'] !~ /(mingw|mswin)/ # Oj::debug_odd("teardown before GC.verify_compaction_references") verify_gc_compaction # Oj::debug_odd("teardown after GC.verify_compaction_references") end end